diff --git a/.gitattributes b/.gitattributes index 1ff0c42304..16abb93829 100644 --- a/.gitattributes +++ b/.gitattributes @@ -61,3 +61,9 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + +############################################################################### +# Executable files - preserve execution permissions on Unix systems +# (https://git-scm.com/docs/gitattributes#_executable) +############################################################################### +runtime/*.exe binary \ No newline at end of file diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 9a5cace9a9..b81fa42928 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,6 +1,8 @@ -name: 'Spell Checker' +name: Spell Checker on: + push: + branches: [ dev ] pull_request: branches: [ dev ] workflow_dispatch: @@ -13,27 +15,26 @@ on: jobs: spellcheck: runs-on: ubuntu-latest - env: + env: CONFIG_URL: https://raw.githubusercontent.com/Nightblade/pob-dict/main steps: - - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ inputs.ref }} - name: Fetch config file and dictionaries - run: | - curl --silent --show-error --parallel --remote-name-all \ - ${{ env.CONFIG_URL }}/cspell.json \ - ${{ env.CONFIG_URL }}/pob-dict.txt \ - ${{ env.CONFIG_URL }}/poe-dict.txt \ - ${{ env.CONFIG_URL }}/ignore-dict.txt \ - ${{ env.CONFIG_URL }}/extra-en-dict.txt \ + run: + curl --silent --show-error --parallel --remote-name-all + ${{ env.CONFIG_URL }}/cspell.json + ${{ env.CONFIG_URL }}/pob-dict.txt + ${{ env.CONFIG_URL }}/poe-dict.txt + ${{ env.CONFIG_URL }}/ignore-dict.txt + ${{ env.CONFIG_URL }}/extra-en-dict.txt ${{ env.CONFIG_URL }}/contribs-dict.txt - name: Run cspell - uses: streetsidesoftware/cspell-action@v6.9.0 + uses: streetsidesoftware/cspell-action@v7 with: files: '**' # needed as workaround for non-incremental runs (overrides in config still work ok) config: "cspell.json" diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaee8173f..290a8feb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,119 @@ # Changelog +## [v0.11.2](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.11.2) (2025/09/02) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.11.1...v0.11.2) + + +## What's Changed +### Fixed Crashes +- Fix crash when allocating Answered Call [\#1270](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1270) ([Blitz54](https://github.com/Blitz54)) + + + +## [v0.11.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.11.1) (2025/09/02) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.11.0...v0.11.1) + +### Fixed Crashes +- Fix Crash when importing builds using Warcries ([LocalIdentity](https://github.com/LocalIdentity)) + + +## [v0.11.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.11.0) (2025/09/02) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.10.0...v0.11.0) + + +## What's Changed +### The Third Edict +- Add all new 0.3 skills and update existing skills [\#1257](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1257) ([LocalIdentity](https://github.com/LocalIdentity)) +- Update current Uniques and add 0.3 Uniques [\#1242](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1242) ([Blitz54](https://github.com/Blitz54)) +- Update Minions and Spectres with 0.3 changes [\#1236](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1236) ([Blitz54](https://github.com/Blitz54)) +- Add new 0.3 item bases [\#1235](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1235) ([Wires77](https://github.com/Wires77)) +- Add Abyssal Lich Ascendancy to tree [\#1238](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1238) ([trompetin17](https://github.com/justjuangui)) +- Add support for "Hollow Palm Technique" Keystone [\#1206](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1206) ([majochem](https://github.com/majochem)) +- Add support for "Blackflame Covenant" Keystone [\#1264](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1264) ([majochem](https://github.com/majochem)) +- Add support for Totems [\#1188](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1188) ([majochem](https://github.com/majochem)) +- Add support for adding essence modifiers to items [\#1239](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1239) ([Wires77](https://github.com/Wires77)) +- Add new 0.3.0 Keystones to "From Nothing" Unique jewel [\#1263](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1263) ([majochem](https://github.com/majochem)) +### New to Path of Building +- Add support for new "+X% of Armour also applies to Y Damage" mods [\#1251](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1251) ([majochem](https://github.com/majochem)) +- Add support for monster on-kill explosion damage [\#1259](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1259) ([TPlant](https://github.com/PJacek)) +- Add support for "Sustainable Practices" (Pathfinder Ascendancy Node) [\#1250](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1250) ([majochem](https://github.com/majochem)) +- Update "item defence" related modifiers [\#1261](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1261) ([majochem](https://github.com/majochem)) +### User Interface +- Show Influence icons on item headers [\#1199](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1199) ([Blitz54](https://github.com/Blitz54)) +- Fix Gem tooltips missing stats on some skills [\#1265](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1265) ([LocalIdentity](https://github.com/LocalIdentity)) +### Fixed Calculations +- Fix values changing depending on order of skill groups [\#1245](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1245) ([Paliak](https://github.com/Paliak)) +- Remove cap on "x% Armour applies to y Damage" [\#1252](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1252) ([majochem](https://github.com/majochem)) +### Accuracy Improvements +- Fix Lead Me Through Grace... parsing [\#1249](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1249) ([Nostrademous](https://github.com/Nostrademous)) +### Fixed Bugs +- Fix invalid authentication URL being opened [\#1244](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1244) ([teroshan](https://github.com/teroshan)) + + +## [v0.10.2](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.2) (2025/08/30) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.10.1...v0.10.2) + +### Fixed Crashes +- Fix error on issue opening builds created before 0.3 ([LocalIdentity](https://github.com/LocalIdentity)) + +## [v0.10.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.1) (2025/08/30) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.10.0...v0.10.1) + +### Fixed Crashes +- Fix Crash when opening some builds that converted a 0.2 tree to 0.3 ([LocalIdentity](https://github.com/LocalIdentity)) + +## [v0.10.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.10.0) (2025/08/30) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.9.0...v0.10.0) + + +## What's Changed +### The Third Edict +- Add 0.3 passive tree [\#1234](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1234) ([trompetin17](https://github.com/justjuangui)) +- Update Minions to no longer need Accuracy [\#1193](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1193) ([majochem](https://github.com/majochem)) +- Update Giant's Blood [\#1208](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1208) ([dhope1106](https://github.com/dhope1106)) +- Add miscellaneous changes from patch notes [\#1187](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1187) ([LocalIdentity](https://github.com/LocalIdentity)) +- Update gem attributes requirement formula [\#1172](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1172) ([LocalIdentity](https://github.com/LocalIdentity)) +- Update Unarmed Crit to 5% [\#1192](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1192) ([majochem](https://github.com/majochem)) +- Update Evasion / Hit Chance formula [\#1228](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1228) ([LocalIdentity](https://github.com/LocalIdentity)) +- Update Evasion to also apply to Spell damage [\#1229](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1229) ([LocalIdentity](https://github.com/LocalIdentity)) +- Add Importing for Desecrated mods [\#1198](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1198) ([LocalIdentity](https://github.com/LocalIdentity)) +### New to Path of Building +- Add shortcut to copy node text from Passive Tree to the clipboard [\#1211](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1211) ([rexfox147](https://github.com/rexfox147)) +- Add support for "with Spell skills" mods [\#1213](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1213) ([NL908](https://github.com/NL908)) +- Add support for "reduced effect of Freeze on you" [\#1216](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1216) ([Blitz54](https://github.com/Blitz54)) +- Sort Attribute Requirement List [\#1219](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1219) ([Blitz54](https://github.com/Blitz54)) +- Add support for "Apex of the Moment" (Chronomancer) [\#1194](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1194) ([majochem](https://github.com/majochem)) +- Update PoE.Ninja match URLs for merged site [\#1179](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1179) ([Wires77](https://github.com/Wires77)) +### User Interface +- Fix Ascendancy header image and rename itemTooltip to tooltipHeader [\#1189](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1189) ([Blitz54](https://github.com/Blitz54)) +- Fix vertical spacing and tooltip header size [\#1190](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1190) ([Blitz54](https://github.com/Blitz54)) +- Change wording for "Base Damage Reduction" on Hit taken mult. section [\#1214](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1214) ([DarkJaslo](https://github.com/DarkJaslo)) +- Keep Max Price and Max Level between Trade Queries [\#1215](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1215) ([mcagnion](https://github.com/mcagnion)) +### Fixed Calculations +- Fix rounding issue for min/max damage [\#1200](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1200) ([Blitz54](https://github.com/Blitz54)) +- Use harmonic mean for Dual Wield Attack Speed calc instead of average [\#1205](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1205) ([Tntmister](https://github.com/Tntmister)) +- Fix negative Impale DPS for dual wielding combined Attacks [\#1218](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1218) ([andyli00](https://github.com/andyli00)) +- Fix CI not working correctly with Ghostwrithe [\#1210](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1210) ([dhope1106](https://github.com/dhope1106)) +- Fixed EHP based on Block Effect calculation [\#1227](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1227) ([n1tr0xs](https://github.com/n1tr0xs)) +### Fixed Behaviours +- Fix automatically running character import on loading build, and show logout button in more cases [\#1186](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1186) ([Blitz54](https://github.com/Blitz54)) +- Fix outdated PoE1 bonuses for dual wielding [\#1201](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1201) ([majochem](https://github.com/majochem)) +- Fix Reduced Effect of Curses on Self not being limited [\#1220](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1220) ([Blitz54](https://github.com/Blitz54)) +- Fix gems being added to skill groups when sorting dropdown [\#1221](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1221) ([Paliak](https://github.com/Paliak)) +- Fix Item sort option for "Current Usable" not using taking into account attribute requirement mods [\#1222](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1222) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Imported Gem level for skills linked to + gem level supports [\#1204](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1204) ([LocalIdentity](https://github.com/LocalIdentity)) +- Fix Support gems not working with some Minion Skills [\#1231](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1231) ([Paliak](https://github.com/Paliak)) +- Fix Keystones and Jewel sockets from being allocated with Weapon Set passives [\#1197](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1197) ([TheDechev](https://github.com/TheDechev)) +### Accuracy Improvements +- Fix hover tooltip showing same name for all Companions/Spectres [\#1207](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/pull/1207) ([Blitz54](https://github.com/Blitz54)) + + ## [v0.9.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v0.9.0) (2025/08/23) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/compare/v0.8.0...v0.9.0) @@ -570,4 +684,4 @@ A quick hit-list of things that ^1ARE NOT SUPPORTED ^7in this initial release: We still need to complete the process of fully removing the concept of skill gems being tied to item sockets that was in PoE1 to allow for this, we just ran out of time * Map Mods -* Boss Skills \ No newline at end of file +* Boss Skills diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c448d30c8..b12e6138a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,8 @@ The easiest way to make and test changes is by setting up a development installa 3. Start Path of Building from the repository by running `./runtime/Path{space}of{space}Building-PoE2.exe`. + * Note for Linux users: The executable files should automatically have the correct permissions when cloned fresh. If you still encounter permission issues, run once: `chmod +x ./runtime/Path{space}of{space}Building-PoE2.exe` + You can now use the shortcut to run the program from the repository. Running the program in this manner automatically enables "Dev Mode", which has some handy debugging feature: * `F5` restarts the program in-place (this is what usually happens when an update is applied). * `Ctrl` + `~` toggles the console (Note that this does not work with all keyboard layouts. US layout is a safe bet though). diff --git a/RELEASE.md b/RELEASE.md index 04c9523149..2147ab5314 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -27,6 +27,13 @@ Steps: Updating data from the GGPK uses the PoB exporter (see CONTRIBUTING.md#exporting-ggpk-data-from-path-of-exile). Run each script in order, then check the differences in data to make sure nothing is missing that is expected. +## Trade query and mod weight updates + +1. Delete `src/Data/QueryMods.lua`, then open the "Trade for these items" pane in PoB to re-generate it. +2. In `src/Export/Scripts/ScriptResources`, there are several files that contain hardcoded mods. If a new mod is added to the game and we can't automatically get weights for it from the ggpk, we need to check the trade site. +3. Search the corresponding ModX.lua file for `{ "default" }` to find mods that don't have any spawn weights. +4. Search for those mods on the trade site to find what bases (if any) the mod needs to be added to in `ScriptResources` + ## Skill tree updates Skill tree updates require JSON data, usually released by GGG a few days before a new diff --git a/changelog.txt b/changelog.txt index 89f2df4c75..d357be3132 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,105 @@ +VERSION[0.11.2][2025/09/02] + +--- Fixed Crashes --- +* Fix crash when allocating Answered Call (Blitz54) + + +VERSION[0.11.1][2025/09/02] + +--- Fixed Crashes --- +* Fix Crash when importing builds using Warcries (LocalIdentity) + +VERSION[0.11.0][2025/09/02] + +--- The Third Edict --- +* Add all new 0.3 skills and update existing skills (LocalIdentity) +* Update current Uniques and add 0.3 Uniques (Blitz54) +* Update Minions and Spectres with 0.3 changes (Blitz54) +* Add new 0.3 item bases (Wires77) +* Add Abyssal Lich Ascendancy to tree (trompetin17) +* Add support for "Hollow Palm Technique" Keystone (majochem) +* Add support for "Blackflame Covenant" Keystone (majochem) +* Add support for Totems (majochem) +* Add support for adding essence modifiers to items (Wires77) +* Add new 0.3.0 Keystones to "From Nothing" Unique jewel (majochem) + +--- New to Path of Building --- +* Add support for new "+X% of Armour also applies to Y Damage" mods (majochem) +* Add support for monster on-kill explosion damage (TPlant) +* Add support for "Sustainable Practices" (Pathfinder Ascendancy Node) (majochem) +* Update "item defence" related modifiers (majochem) + +--- User Interface --- +* Show Influence icons on item headers (Blitz54) +* Fix Gem tooltips missing stats on some skills (LocalIdentity) + +--- Fixed Calculations --- +* Fix values changing depending on order of skill groups (Paliak) +* Remove cap on "x% Armour applies to y Damage" (majochem) + +--- Accuracy Improvements --- +* Fix Lead Me Through Grace... parsing (Nostrademous) + +--- Fixed Bugs --- +* Fix invalid authentication URL being opened (teroshan) + +VERSION[0.10.2][2025/08/30] + +--- Fixed Crashes --- +* Fix error on issue opening builds created before 0.3 (LocalIdentity) + +VERSION[0.10.1][2025/08/30] + +--- Fixed Crashes --- +* Fix Crash when opening some builds that converted a 0.2 tree to 0.3 (LocalIdentity) + +VERSION[0.10.0][2025/08/30] + +--- The Third Edict --- +* Add 0.3 passive tree (trompetin17) +* Update Minions to no longer need Accuracy (majochem) +* Update Giant's Blood (dhope1106) +* Add miscellaneous changes from patch notes (LocalIdentity) +* Update gem attributes requirement formula (LocalIdentity) +* Update Unarmed Crit to 5% (majochem) +* Update Evasion / Hit Chance formula (LocalIdentity) +* Update Evasion to also apply to Spell damage (LocalIdentity) +* Add Importing for Desecrated mods (LocalIdentity) + +--- New to Path of Building --- +* Add shortcut to copy node text from Passive Tree to the clipboard (rexfox147) +* Add support for "with Spell skills" mods (NL908) +* Add support for "reduced effect of Freeze on you" (Blitz54) +* Sort Attribute Requirement List (Blitz54) +* Add support for "Apex of the Moment" (Chronomancer) (majochem) +* Update PoE.Ninja match URLs for merged site (Wires77) + +--- User Interface --- +* Fix Ascendancy header image and rename itemTooltip to tooltipHeader (Blitz54) +* Fix vertical spacing and tooltip header size (Blitz54) +* Change wording for "Base Damage Reduction" on Hit taken mult. section (DarkJaslo) +* Keep Max Price and Max Level between Trade Queries (mcagnion) + +--- Fixed Calculations --- +* Fix rounding issue for min/max damage (Blitz54) +* Use harmonic mean for Dual Wield Attack Speed calc instead of average (Tntmister) +* Fix negative Impale DPS for dual wielding combined Attacks (andyli00) +* Fix CI not working correctly with Ghostwrithe (dhope1106) +* Fixed EHP based on Block Effect calculation (n1tr0xs) + +--- Fixed Behaviours --- +* Fix automatically running character import on loading build, and show logout button in more cases (Blitz54) +* Fix outdated PoE1 bonuses for dual wielding (majochem) +* Fix Reduced Effect of Curses on Self not being limited (Blitz54) +* Fix gems being added to skill groups when sorting dropdown (Paliak) +* Fix Item sort option for "Current Usable" not using taking into account attribute requirement mods (LocalIdentity) +* Fix Imported Gem level for skills linked to + gem level supports (LocalIdentity) +* Fix Support gems not working with some Minion Skills (Paliak) +* Fix Keystones and Jewel sockets from being allocated with Weapon Set passives (TheDechev) + +--- Accuracy Improvements --- +* Fix hover tooltip showing same name for all Companions/Spectres (Blitz54) + VERSION[0.9.0][2025/08/23] --- New to Path of Building --- @@ -580,4 +682,4 @@ A quick hit-list of things that ^1ARE NOT SUPPORTED ^7in this initial release: We still need to complete the process of fully removing the concept of skill gems being tied to item sockets that was in PoE1 to allow for this, we just ran out of time * Map Mods -* Boss Skills \ No newline at end of file +* Boss Skills diff --git a/docs/modSyntax.md b/docs/modSyntax.md index 4e60ea2f3b..4524b7a2ee 100644 --- a/docs/modSyntax.md +++ b/docs/modSyntax.md @@ -60,7 +60,7 @@ Often a mod will only apply under certain conditions, apply multiple times based * effectEnemyCond: Specify a condition so this mod applies to the enemy when that condition is fulfilled * effectStackVar: Multiplies the mod by this variable (usually another mod) * modCond: Apply the mod when the actor has this condition - * unscaleable: boolean that determines whether this buff can be scaled by buff effect + * unscalable: boolean that determines whether this buff can be scaled by buff effect * DistanceRamp: A rare type that is used on skills and effects that do different things at different distances from the character * ramp: Numbers to multiply the mod by at different distances. e.g. `ramp = {{35,0},{70,1}}` means the mod does nothing at 35 units, but has its full value at 70 units. * ModFlagOr: Used when you only need one ModFlag to match, e.g. `["with axes or swords"] = { flags = ModFlag.Hit, tag = { type = "ModFlagOr", modFlags = bor(ModFlag.Axe, ModFlag.Sword) } },` needs `Hit`, but can use either of the other two flags diff --git a/manifest.xml b/manifest.xml index 662957a3ac..bd3f3023de 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,17 @@ - + - + + + + + @@ -68,6 +72,7 @@ + @@ -84,32 +89,32 @@ - - - - + + + + - + - - - + + + - + - - + + - + @@ -121,192 +126,251 @@ - + - + - + - + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + - + + + + + + + + + + + + - - + + + + + - - + + - + + - - + + - + + + - - + + + + + + - - + + - + - + + - + + + + - - + + - + + + + + + + + + + - + - + - - + + + + + + + - + + + + - + - + + + + + - + + + + + - - + + - - + + + + + + + - + + + @@ -315,13 +379,17 @@ + - + + + + - + @@ -330,46 +398,62 @@ - + + + + + + - + + + - + + - + - + - + - + + - + + + + + + + - + + @@ -379,54 +463,67 @@ - + + - - + + + - - - - + + + + - + - - + + - - - - - + + + + + - + + + + - + + + + - + + - - + + + - + + - + + + @@ -442,15 +539,19 @@ - + + + + + @@ -459,123 +560,155 @@ + - + + + + - + + + - + + + + - + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + - - + + + + - + - - - - + + + + - + - - - - + + + + - - - + + + - + - - + + - + - - - - + + + + - - + + - - + + - + - - + + - - - - - - - + + + + + + + - + - + - + @@ -788,6 +921,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/runtime/Path{space}of{space}Building-PoE2.exe b/runtime/Path{space}of{space}Building-PoE2.exe old mode 100644 new mode 100755 diff --git a/runtime/Update.exe b/runtime/Update.exe old mode 100644 new mode 100755 diff --git a/spec/System/TestAttacks_spec.lua b/spec/System/TestAttacks_spec.lua index 0d6f5f578d..df7df2d7b9 100644 --- a/spec/System/TestAttacks_spec.lua +++ b/spec/System/TestAttacks_spec.lua @@ -8,7 +8,7 @@ describe("TestAttacks", function() end) it("creates an item and has the correct crit chance", function() - assert.are.equals(build.calcsTab.mainOutput.CritChance, 0) + assert.are.equals(build.calcsTab.mainOutput.CritChance, data.unarmedWeaponData[0].CritChance * build.calcsTab.mainOutput.HitChance / 100) build.itemsTab:CreateDisplayItemFromRaw([[ New Item Heavy Bow @@ -72,9 +72,9 @@ describe("TestAttacks", function() runCallback("OnFrame") -- Add 2 skills with 1 red, 1 blue, 1 green support each -- Test against Quarterstaff Strike (skill slot 1) - build.skillsTab:PasteSocketGroup("Quarterstaff Strike 1/0 1\nSplinter 1/0 1\nConduction 1/0 1\nBiting Frost 1/0 1") + build.skillsTab:PasteSocketGroup("Quarterstaff Strike 1/0 1\nArmour Break I 1/0 1\nShock 1/0 1\nBiting Frost 1/0 1") runCallback("OnFrame") - build.skillsTab:PasteSocketGroup("Falling Thunder 1/0 1\nIgnition 1/0 1\nDiscombobulate 1/0 1\nCoursing Current 1/0 1") + build.skillsTab:PasteSocketGroup("Falling Thunder 1/0 1\nIgnite I 1/0 1\nDaze 1/0 1\nShock Conduction 1/0 1") runCallback("OnFrame") build.configTab:BuildModList() diff --git a/spec/System/TestItemMods_spec.lua b/spec/System/TestItemMods_spec.lua index adbaaf7551..3cd048c22f 100644 --- a/spec/System/TestItemMods_spec.lua +++ b/spec/System/TestItemMods_spec.lua @@ -176,4 +176,48 @@ describe("TetsItemMods", function() assert.are_not.equals(baseLife, build.calcsTab.mainOutput.Life) end) + + it("globalLimit mods", function() + build.configTab.input.customMods = [[ + -1000% to cold resistance + ]] + build.configTab:BuildModList() + build.itemsTab:CreateDisplayItemFromRaw([[Replica Nebulis + Clasped Sceptre + League: Heist + Quality: 20 + Sockets: B-B-B + LevelReq: 68 + Implicits: 1 + 40% increased Elemental Damage + {fractured}{range:1}(15-20)% increased Cast Speed + {range:1}(15-20)% increased Cold Damage per 1% Missing Cold Resistance, up to a maximum of 300% + {range:1}(15-20)% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%]]) + build.itemsTab:AddDisplayItem() + build.skillsTab:PasteSocketGroup("Slot: Weapon 1\nFireball 20/0 Default 1\n") + runCallback("OnFrame") + + assert.are_not.equals(340, build.calcsTab.mainEnv.modDB:Sum("INC", "FireDamage")) + assert.are_not.equals(340, build.calcsTab.mainEnv.modDB:Sum("INC", "ColdDamage")) + + newBuild() + + build.configTab.input.customMods = [[ + Gain 25% increased Armour per 5 Power for 8 seconds when you Warcry, up to a maximum of 100% + Warcries have infinite Power + warcries grant arcane surge to you and allies, with 10% increased effect per 5 power, up to 100% + ]] + build.configTab:BuildModList() + build.itemsTab:CreateDisplayItemFromRaw([[ + New Item + Fur Plate + Armour: 60 + ]]) + build.itemsTab:AddDisplayItem() + build.skillsTab:PasteSocketGroup("Arc 20/0 Default 1") + + assert.are_not.equals(20, build.calcsTab.mainEnv.modDB:Sum("MORE", { flags = ModFlag.Cast }, "Speed")) + assert.are_not.equals(120, build.calcsTab.mainOutput.Armour) + runCallback("OnFrame") + end) end) diff --git a/spec/System/TestItemParse_spec.lua b/spec/System/TestItemParse_spec.lua index 80db03147c..011e9bdf51 100644 --- a/spec/System/TestItemParse_spec.lua +++ b/spec/System/TestItemParse_spec.lua @@ -1,6 +1,6 @@ describe("TestItemParse", function() local function raw(s, base) - base = base or "Arcane Robe" + base = base or "Arcane Raiment" return "Rarity: Rare\nName\n"..base.."\n"..s end @@ -146,8 +146,10 @@ describe("TestItemParse", function() assert.truthy(item.mirrored) item = new("Item", raw("Corrupted")) assert.truthy(item.corrupted) - item = new("Item", raw("Fractured Item")) + item = new("Item", raw("Leech 6.61% of Physical Attack Damage as Mana (fractured)")) assert.truthy(item.fractured) + item = new("Item", raw("Adds 36 to 48 Fire Damage (desecrated)")) + assert.truthy(item.desecrated) item = new("Item", raw("Crafted: true")) assert.truthy(item.crafted) item = new("Item", raw("Unreleased: true")) @@ -243,9 +245,9 @@ describe("TestItemParse", function() Corrupted ]]) item:BuildAndParseRaw() - assert.are.equals(45, item.requirements.strMod) - assert.are.equals(111, item.requirements.dexMod) - assert.are.equals(71, item.requirements.intMod) + assert.are.equals(35, item.requirements.strMod) + assert.are.equals(86, item.requirements.dexMod) + assert.are.equals(55, item.requirements.intMod) end) diff --git a/src/Assets/fractureditemsymbol.png b/src/Assets/fractureditemsymbol.png new file mode 100644 index 0000000000..afba72d563 Binary files /dev/null and b/src/Assets/fractureditemsymbol.png differ diff --git a/src/Assets/veileditemsymbol.png b/src/Assets/veileditemsymbol.png new file mode 100644 index 0000000000..a4b719299f Binary files /dev/null and b/src/Assets/veileditemsymbol.png differ diff --git a/src/Classes/GemSelectControl.lua b/src/Classes/GemSelectControl.lua index 52afd5ea74..a393997405 100644 --- a/src/Classes/GemSelectControl.lua +++ b/src/Classes/GemSelectControl.lua @@ -48,6 +48,7 @@ end) function GemSelectClass:CalcOutputWithThisGem(calcFunc, gemData, useFullDPS) local gemList = self.skillsTab.displayGroup.gemList + local displayGemList = self.skillsTab.displayGroup.displayGemList local oldGem if gemList[self.index] then oldGem = copyTable(gemList[self.index], true) @@ -82,7 +83,9 @@ function GemSelectClass:CalcOutputWithThisGem(calcFunc, gemData, useFullDPS) else gemList[self.index] = nil end - + + self.skillsTab.displayGroup.displayGemList = displayGemList + return output, gemInstance end @@ -539,6 +542,9 @@ function GemSelectClass:AddGemTooltip(gemInstance) if gemInstance.gemData.tagString ~= "" then self.tooltip:AddLine(16, "^x7F7F7F" .. gemInstance.gemData.tagString) end + if gemInstance.gemData.gemFamily then + self.tooltip:AddLine(16, "^x7F7F7FCategory: ^7" .. gemInstance.gemData.gemFamily) + end -- Will need rework if a gem can have 2+ additional supports self:AddGrantedEffectInfo(gemInstance, grantedEffect, true) for _, statSet in ipairs(grantedEffect.statSets) do @@ -554,7 +560,11 @@ function GemSelectClass:AddGemTooltip(gemInstance) self.tooltip:AddSeparator(10) self:AddGrantedEffectInfo(gemInstance, additional) for _, statSet in ipairs(additional.statSets) do - self:AddStatSetInfo(gemInstance, grantedEffect, statSet) + self:AddStatSetInfo(gemInstance, additional, statSet) + end + else + for _, statSet in ipairs(additional.statSets) do + self:AddStatSetInfo(gemInstance, additional, statSet, true) end end end @@ -563,7 +573,7 @@ end function GemSelectClass:AddGrantedEffectInfo(gemInstance, grantedEffect, addReq) local displayInstance = gemInstance.displayEffect or gemInstance local grantedEffectLevel = grantedEffect.levels[displayInstance.level] or { } - if gemInstance.gemData.Tier then + if gemInstance.gemData.Tier and not grantedEffect.isLineage and not grantedEffect.hidden then self.tooltip:AddLine(16, string.format("^x7F7F7FTier: ^7%d", gemInstance.gemData.Tier)) end if addReq and not grantedEffect.support then @@ -651,7 +661,7 @@ function GemSelectClass:AddGrantedEffectInfo(gemInstance, grantedEffect, addReq) if grantedEffectLevel.critChance then self.tooltip:AddLine(16, string.format("^x7F7F7FCritical Hit Chance: ^7%.2f%%", grantedEffectLevel.critChance)) end - if gemInstance.gemData.weaponRequirements then + if gemInstance.gemData.weaponRequirements and not grantedEffect.hidden then self.tooltip:AddLine(16, "^x7F7F7F Requires: ^7" .. gemInstance.gemData.weaponRequirements) end end @@ -676,14 +686,14 @@ function GemSelectClass:AddGrantedEffectInfo(gemInstance, grantedEffect, addReq) end end end -function GemSelectClass:AddStatSetInfo(gemInstance, grantedEffect, statSet) +function GemSelectClass:AddStatSetInfo(gemInstance, grantedEffect, statSet, noLabel) local displayInstance = gemInstance.displayEffect or gemInstance local statSetLevel = statSet.levels[displayInstance.level] or { } - if statSet.label ~= grantedEffect.name and statSet.label ~= "" then + if statSet.label ~= grantedEffect.name and statSet.label ~= "" and not noLabel then self.tooltip:AddSeparator(10) self.tooltip:AddLine(20, colorCodes.GEM .. statSet.label) + self.tooltip:AddSeparator(10) end - self.tooltip:AddSeparator(10) if statSetLevel.critChance then self.tooltip:AddLine(16, string.format("^x7F7F7FCritical Hit Chance: ^7%.2f%%", statSetLevel.critChance)) end @@ -691,7 +701,7 @@ function GemSelectClass:AddStatSetInfo(gemInstance, grantedEffect, statSet) self.tooltip:AddLine(16, string.format("^x7F7F7FAttack Damage: ^7%d%%", statSetLevel.baseMultiplier * 100)) end if self.skillsTab and self.skillsTab.build.data.describeStats then - self.tooltip:AddSeparator(10) + if not noLabel then self.tooltip:AddSeparator(10) end local stats = calcLib.buildSkillInstanceStats(displayInstance, grantedEffect, statSet) --if mergeStatsFrom then -- for stat, val in pairs(calcLib.buildSkillInstanceStats(displayInstance, mergeStatsFrom)) do diff --git a/src/Classes/ImportTab.lua b/src/Classes/ImportTab.lua index aa9734c06d..5ddf54eab8 100644 --- a/src/Classes/ImportTab.lua +++ b/src/Classes/ImportTab.lua @@ -705,8 +705,17 @@ function ImportTabClass:ImportItemsAndSkills(charData) local spectreList = data.spectres if typeLine:sub(1, 8) == "Spectre:" then local spectreName = typeLine:sub(10) -- gets monster name after "Spectre: " + for _, property in pairs(skillData.properties) do + if property.name == "Reservation" and property.values and property.values[1] and property.values[1][1] then + -- Example: "42 [Spirit]" + local reservationValue = property.values[1][1]:match("(%d+)") + if reservationValue then + gemInstance.reservation = tonumber(reservationValue) + end + end + end for id, spectre in pairs(spectreList) do - if spectre.name == spectreName then + if spectre.name == spectreName and gemInstance.reservation == spectre.spectreReservation then if not isValueInArray(self.build.spectreList, id) then t_insert(self.build.spectreList, id) end @@ -718,8 +727,17 @@ function ImportTabClass:ImportItemsAndSkills(charData) end if typeLine:sub(1, 10) == "Companion:" then local companionName = typeLine:sub(12) + for _, property in pairs(skillData.properties) do + if property.name == "Reservation" and property.values and property.values[1] and property.values[1][1] then + -- Example: "42.3% [Spirit]" + local companionReservation = property.values[1][1]:match("([%d%.]+)%%?") + if companionReservation then + gemInstance.companionReservation = tonumber(companionReservation) + end + end + end for id, spectre in pairs(spectreList) do - if spectre.name == companionName then + if spectre.name == companionName and gemInstance.companionReservation == spectre.companionReservation then if not isValueInArray(self.build.beastList, id) then t_insert(self.build.beastList, id) end @@ -733,7 +751,11 @@ function ImportTabClass:ImportItemsAndSkills(charData) gemInstance.nameSpec = self.build.data.gems[gemId].name for _, property in pairs(skillData.properties) do if property.name == "Level" then - gemInstance.level = tonumber(property.values[1][1]:match("%d+")) + if skillData.properties[_ + 1] and skillData.properties[_ + 1].values[1][1]:match("(%d+) Level[s]? from Gem") then + gemInstance.level = tonumber(skillData.properties[_ + 1].values[1][1]:match("(%d+) Level[s]? from Gem")) + else + gemInstance.level = tonumber(property.values[1][1]:match("%d+")) + end elseif escapeGGGString(property.name) == "Quality" then gemInstance.quality = tonumber(property.values[1][1]:match("%d+")) end diff --git a/src/Classes/Item.lua b/src/Classes/Item.lua index 14252d734d..0f472fa0a0 100644 --- a/src/Classes/Item.lua +++ b/src/Classes/Item.lua @@ -381,9 +381,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) self.mirrored = true elseif line == "Corrupted" then self.corrupted = true - elseif line == "Fractured Item" then - self.fractured = true - elseif line == "Desecrated Item" then + elseif line == "Desecrated Prefix" or line == "Desecrated Suffix" then self.desecrated = true elseif line == "Requirements:" then -- nothing to do @@ -620,6 +618,12 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) if modLine.enchant then modLine.implicit = true end + if modLine.desecrated then + self.desecrated = true + end + if modLine.fractured then + self.fractured = true + end local baseName if not self.base and (self.rarity == "NORMAL" or self.rarity == "MAGIC") then -- Exact match (affix-less magic and normal items) @@ -805,7 +809,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) local specificItemType = self.base.type:lower() for runeName, runeMods in pairs(data.itemMods.Runes) do local addModToGroupedRunes = function (modLine) - local runeValue + local runeValue = 1 local runeStrippedModLine = modLine:gsub("(%d%.?%d*)", function(val) runeValue = val return "#" @@ -831,7 +835,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality) local remainingRunes = self.itemSocketCount for i, modLine in ipairs(self.runeModLines) do - local value + local value = 1 local strippedModLine = modLine.line:gsub("(%d%.?%d*)", function(val) value = val return "#" @@ -1164,7 +1168,8 @@ function ItemClass:BuildRaw() for varId in pairs(modLine.variantList) do varSpec = (varSpec and varSpec .. "," or "") .. varId end - line = "{variant:" .. varSpec .. "}" .. line + local var = "{variant:" .. varSpec .. "}" + line = var .. line:gsub("\n", "\n" .. var) -- Variants that go over 1 line need to have the gsub to fix there being no "variant:" at the start end if modLine.modTags and #modLine.modTags > 0 then line = "{tags:" .. table.concat(modLine.modTags, ",") .. "}" .. line diff --git a/src/Classes/ItemDBControl.lua b/src/Classes/ItemDBControl.lua index c6ac9ddcbc..9de768ef69 100644 --- a/src/Classes/ItemDBControl.lua +++ b/src/Classes/ItemDBControl.lua @@ -133,7 +133,7 @@ function ItemDBClass:DoesItemMatchFilters(item) if (self.controls.requirement.selIndex == 2 or self.controls.requirement.selIndex == 4) and item.requirements.level and item.requirements.level > self.itemsTab.build.characterLevel then return false end - if self.controls.requirement.selIndex > 2 and item.requirements and (item.requirements.str > self.itemsTab.build.calcsTab.mainOutput.Str or item.requirements.dex > self.itemsTab.build.calcsTab.mainOutput.Dex or item.requirements.int > self.itemsTab.build.calcsTab.mainOutput.Int) then + if self.controls.requirement.selIndex > 2 and item.requirements and (item.requirements.strMod > self.itemsTab.build.calcsTab.mainOutput.Str or item.requirements.dexMod > self.itemsTab.build.calcsTab.mainOutput.Dex or item.requirements.intMod > self.itemsTab.build.calcsTab.mainOutput.Int) then return false end end diff --git a/src/Classes/ItemsTab.lua b/src/Classes/ItemsTab.lua index 44f9ec1fad..b52e38d7a2 100644 --- a/src/Classes/ItemsTab.lua +++ b/src/Classes/ItemsTab.lua @@ -1804,7 +1804,7 @@ function ItemsTabClass:AddModComparisonTooltip(tooltip, mod) local newItem = new("Item", self.displayItem:BuildRaw()) for _, subMod in ipairs(mod) do - t_insert(newItem.explicitModLines, { line = checkLineForAllocates(subMod, self.build.spec.nodes), modTags = mod.modTags, [mod.type] = true }) + t_insert(newItem.explicitModLines, { line = checkLineForAllocates(subMod, self.build.spec.nodes), modTags = mod.modTags, [mod.type or "Suffix"] = true }) end newItem:BuildAndParseRaw() @@ -2511,12 +2511,35 @@ function ItemsTabClass:AddCustomModifierToDisplayItem() end return modA.level > modB.level end) + elseif sourceId == "ESSENCE" then + for _, essence in pairs(self.build.data.essences) do + local modId = essence.mods[self.displayItem.type] + if modId then + local mod = self.displayItem.affixes[modId] or data.itemMods.Exclusive[modId] + t_insert(modList, { + label = essence.name .. " " .. "^8[" .. table.concat(mod, "/") .. "]" .. " (" .. (mod.type or "Suffix") .. ")", + mod = mod, + type = "custom", + essence = essence, + }) + end + end + table.sort(modList, function(a, b) + if a.essence.type ~= b.essence.type then + return a.essence.type > b.essence.type + else + return a.essence.tierLevel > b.essence.tierLevel + end + end) end end if not self.displayItem.crafted then t_insert(sourceList, { label = "Prefix", sourceId = "PREFIX" }) t_insert(sourceList, { label = "Suffix", sourceId = "SUFFIX" }) end + if self.displayItem.type ~= "Jewel" and self.displayItem.type ~= "Flask" then + t_insert(sourceList, { label = "Essence", sourceId = "ESSENCE" }) + end t_insert(sourceList, { label = "Custom", sourceId = "CUSTOM" }) buildMods(sourceList[1].sourceId) local function addModifier() @@ -2585,6 +2608,27 @@ function ItemsTabClass:AddItemSetTooltip(tooltip, itemSet) end end +function ItemsTabClass:SetTooltipHeaderInfluence(tooltip, item) + tooltip.influenceHeader1 = nil + tooltip.influenceHeader2 = nil + -- Fractured items don't have the icon now, they did on trade before 0.3. Maybe they will return. + --if item.fractured then + -- tooltip.influenceHeader1 = "Fractured" + --end + if item.desecrated then + if not tooltip.influenceHeader1 then + tooltip.influenceHeader1 = "Desecrated" + else + tooltip.influenceHeader2 = "Desecrated" + end + end + + -- If only one influence, we copy to second header. Preparing for dual influence mods like in first game. + if tooltip.influenceHeader1 and not tooltip.influenceHeader2 then + tooltip.influenceHeader2 = tooltip.influenceHeader1 + end +end + function ItemsTabClass:FormatItemSource(text) return text:gsub("unique{([^}]+)}",colorCodes.UNIQUE.."%1"..colorCodes.SOURCE) :gsub("normal{([^}]+)}",colorCodes.NORMAL.."%1"..colorCodes.SOURCE) @@ -2599,6 +2643,7 @@ function ItemsTabClass:AddItemTooltip(tooltip, item, slot, dbMode) tooltip.tooltipHeader = item.rarity tooltip.center = true tooltip.color = rarityCode + self:SetTooltipHeaderInfluence(tooltip, item) if item.title then tooltip:AddLine(20, rarityCode..item.title) tooltip:AddLine(20, rarityCode..item.baseName:gsub(" %(.+%)","")) diff --git a/src/Classes/ModDB.lua b/src/Classes/ModDB.lua index 75e0cad813..44f725f0d3 100644 --- a/src/Classes/ModDB.lua +++ b/src/Classes/ModDB.lua @@ -98,14 +98,7 @@ function ModDBClass:SumInternal(context, modType, cfg, flags, keywordFlags, sour local mod = modList[i] if mod.type == modType and band(flags, mod.flags) == mod.flags and MatchKeywordFlags(keywordFlags, mod.keywordFlags) and (not source or ( mod.source and (mod.source:match("[^:]+") == source or mod.source == source))) then if mod[1] then - local value = context:EvalMod(mod, cfg) or 0 - if mod[1].globalLimit and mod[1].globalLimitKey then - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] or 0 - if globalLimits[mod[1].globalLimitKey] + value > mod[1].globalLimit then - value = mod[1].globalLimit - globalLimits[mod[1].globalLimitKey] - end - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] + value - end + local value = context:EvalMod(mod, cfg, globalLimits) or 0 result = result + value else result = result + mod.value @@ -133,14 +126,7 @@ function ModDBClass:MoreInternal(context, cfg, flags, keywordFlags, source, ...) if mod.type == "MORE" and band(flags, mod.flags) == mod.flags and MatchKeywordFlags(keywordFlags, mod.keywordFlags) and (not source or mod.source:match("[^:]+") == source) then local value if mod[1] then - value = context:EvalMod(mod, cfg) or 0 - if mod[1].globalLimit and mod[1].globalLimitKey then - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] or 0 - if globalLimits[mod[1].globalLimitKey] + value > mod[1].globalLimit then - value = mod[1].globalLimit - globalLimits[mod[1].globalLimitKey] - end - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] + value - end + value = context:EvalMod(mod, cfg, globalLimits) or 0 else value = mod.value or 0 end @@ -249,15 +235,7 @@ function ModDBClass:TabulateInternal(context, result, modType, cfg, flags, keywo if (mod.type == modType or not modType) and band(flags, mod.flags) == mod.flags and MatchKeywordFlags(keywordFlags, mod.keywordFlags) and (not source or mod.source:match("[^:]+") == source) then local value if mod[1] then - value = context:EvalMod(mod, cfg) - if mod[1].globalLimit and mod[1].globalLimitKey then - value = value or 0 - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] or 0 - if globalLimits[mod[1].globalLimitKey] + value > mod[1].globalLimit then - value = mod[1].globalLimit - globalLimits[mod[1].globalLimitKey] - end - globalLimits[mod[1].globalLimitKey] = globalLimits[mod[1].globalLimitKey] + value - end + value = context:EvalMod(mod, cfg, globalLimits) else value = mod.value end diff --git a/src/Classes/ModList.lua b/src/Classes/ModList.lua index facc0bd738..8720d59de5 100644 --- a/src/Classes/ModList.lua +++ b/src/Classes/ModList.lua @@ -46,7 +46,7 @@ function ModListClass:ReplaceModInternal(mod) end function ModListClass:MergeMod(mod) - if mod.type == "BASE" or mod.type == "INC" then + if mod.type == "BASE" or mod.type == "INC" or mod.type == "MORE" then for i = 1, #self do if modLib.compareModParams(self[i], mod) then self[i] = copyTable(self[i], true) diff --git a/src/Classes/ModStore.lua b/src/Classes/ModStore.lua index d1033107b4..3523140724 100644 --- a/src/Classes/ModStore.lua +++ b/src/Classes/ModStore.lua @@ -283,12 +283,13 @@ function ModStoreClass:GetStat(stat, cfg) end end -function ModStoreClass:EvalMod(mod, cfg) +function ModStoreClass:EvalMod(mod, cfg, globalLimits) local value = mod.value for _, tag in ipairs(mod) do if tag.type == "Multiplier" then local target = self local limitTarget = self + -- Allow limiting a self multiplier on a parent multiplier (eg. Agony Crawler on player virulence) -- This explicit target is necessary because even though the GetMultiplier method does call self.parent.GetMultiplier, it does so with noMod = true, -- disabling the summation (3rd part): (not noMod and self:Sum("BASE", cfg, multiplierName[var]) or 0) @@ -406,6 +407,9 @@ function ModStoreClass:EvalMod(mod, cfg) else base = target:GetStat(tag.stat, cfg) end + if tag.divVar then + tag.div = self:GetMultiplier(tag.divVar, cfg) + end local mult = m_floor(base / (tag.div or 1) + 0.0001) local limitTotal if tag.limit or tag.limitVar then @@ -825,6 +829,18 @@ function ModStoreClass:EvalMod(mod, cfg) return end end - end + end + + -- Apply global limits + for _, tag in ipairs(mod) do + if globalLimits and tag.globalLimit and tag.globalLimitKey then + value = value or 0 + globalLimits[tag.globalLimitKey] = globalLimits[tag.globalLimitKey] or 0 + if globalLimits[tag.globalLimitKey] + value > tag.globalLimit then + value = tag.globalLimit - globalLimits[tag.globalLimitKey] + end + globalLimits[tag.globalLimitKey] = globalLimits[tag.globalLimitKey] + value + end + end return value -end +end \ No newline at end of file diff --git a/src/Classes/PassiveSpec.lua b/src/Classes/PassiveSpec.lua index 1ca28cadad..e6314c3503 100644 --- a/src/Classes/PassiveSpec.lua +++ b/src/Classes/PassiveSpec.lua @@ -703,12 +703,12 @@ function PassiveSpecClass:AllocNode(node, altPath) -- Allocate all nodes along the path if #node.intuitiveLeapLikesAffecting > 0 then node.alloc = true - node.allocMode = node.ascendancyName and 0 or self.allocMode + node.allocMode = (node.ascendancyName or node.type == "Keystone" or node.type == "Socket" or node.containJewelSocket) and 0 or self.allocMode self.allocNodes[node.id] = node else for _, pathNode in ipairs(altPath or node.path) do pathNode.alloc = true - pathNode.allocMode = node.ascendancyName and 0 or self.allocMode + pathNode.allocMode = (node.ascendancyName or pathNode.type == "Keystone" or pathNode.type == "Socket" or pathNode.containJewelSocket) and 0 or self.allocMode -- set path attribute nodes to latest chosen attribute or default to Strength if allocating before choosing an attribute if pathNode.isAttribute then self:SwitchAttributeNode(pathNode.id, self.attributeIndex or 1) @@ -972,8 +972,12 @@ function PassiveSpecClass:BuildAllDependsAndPaths() -- ignore cluster jewel nodes that don't have an id in the tree if self.tree.nodes[id] then local nodeToReplace = self.tree.nodes[id] - if self.tree.nodes[id].isSwitchable and self.tree.nodes[id].options[self.curClassName] then - nodeToReplace = self.tree.nodes[id].options[self.curClassName] + if self.tree.nodes[id].isSwitchable then + if self.tree.nodes[id].options[self.curClassName] then + nodeToReplace = self.tree.nodes[id].options[self.curClassName] + elseif self.tree.nodes[id].options[self.curAscendClassName] then + nodeToReplace = self.tree.nodes[id].options[self.curAscendClassName] + end self.switchableNodes[nodeToReplace.id] = node end self:ReplaceNode(node, nodeToReplace) @@ -1415,6 +1419,8 @@ function PassiveSpecClass:BuildAllDependsAndPaths() end function PassiveSpecClass:ReplaceNode(old, newNode) + old.overlay = newNode.overlay + old.icon = newNode.icon -- Edited nodes can share a name if old.sd == newNode.sd then return 1 @@ -1426,8 +1432,6 @@ function PassiveSpecClass:ReplaceNode(old, newNode) old.modList = new("ModList") old.modList:AddList(newNode.modList) old.keystoneMod = newNode.keystoneMod - old.icon = newNode.icon - old.spriteId = newNode.spriteId old.activeEffectImage = newNode.activeEffectImage old.reminderText = newNode.reminderText or { } end @@ -2065,11 +2069,13 @@ function PassiveSpecClass:NodeInKeystoneRadius(keystoneNames, nodeId, radiusInde end function PassiveSpecClass:SwitchAttributeNode(nodeId, attributeIndex) - local newNode = copyTableSafe(self.tree.nodes[nodeId], false, true) - if not newNode.isAttribute then return end -- safety check - - local option = newNode.options[attributeIndex] - self:ReplaceNode(newNode, option) - - self.hashOverrides[nodeId] = newNode + if self.tree.nodes[nodeId] then --Make sure node exists on current tree + local newNode = copyTableSafe(self.tree.nodes[nodeId], false, true) + if not newNode.isAttribute then return end -- safety check + + local option = newNode.options[attributeIndex] + self:ReplaceNode(newNode, option) + + self.hashOverrides[nodeId] = newNode + end end diff --git a/src/Classes/PassiveTree.lua b/src/Classes/PassiveTree.lua index 88234cf61e..df11dbf57f 100644 --- a/src/Classes/PassiveTree.lua +++ b/src/Classes/PassiveTree.lua @@ -230,6 +230,12 @@ local PassiveTreeClass = newClass("PassiveTree", function(self, treeVersion) node.type = "AscendClassStart" local ascendClass = self.ascendNameMap[node.ascendancyName].ascendClass ascendClass.startNodeId = node.id + if node.isSwitchable then + for ascName, _ in pairs(node.options) do + local option = self.ascendNameMap[ascName].ascendClass + option.startNodeId = node.id + end + end elseif node.isOnlyImage then node.type = "OnlyImage" elseif node.isJewelSocket then @@ -550,6 +556,16 @@ function PassiveTreeClass:ProcessNode(node) switchNode.dn = switchNode.name switchNode.sd = switchNode.stats + if switchNode.jewelOverlay then + ConPrintf("SwitchNode with jewelOverlay found: "..switchNode.name) + switchNode.overlay = switchNode.jewelOverlay + if switchNode.overlay then + local size = node.targetSize["overlay"] and node.targetSize["overlay"].width or node.targetSize.width + switchNode.rsq = size * size + switchNode.size = size + end + end + self:ProcessStats(switchNode) end end diff --git a/src/Classes/PassiveTreeView.lua b/src/Classes/PassiveTreeView.lua index 8a31fc80c7..116f743ef8 100644 --- a/src/Classes/PassiveTreeView.lua +++ b/src/Classes/PassiveTreeView.lua @@ -99,6 +99,12 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) self.showHeatMap = not self.showHeatMap elseif event.key == "d" and IsKeyDown("CTRL") then self.showStatDifferences = not self.showStatDifferences + elseif event.key == "c" and IsKeyDown("CTRL") and self.hoverNode and self.hoverNode.type ~= "Socket" then + local result = "# ".. self.hoverNode.dn .. "\n" + for _, line in ipairs(self.hoverNode.sd) do + result = result .. line .. "\n" + end + Copy(result) elseif event.key == "PAGEUP" then self:Zoom(IsKeyDown("SHIFT") and 3 or 1, viewPort) elseif event.key == "PAGEDOWN" then @@ -264,10 +270,44 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) end local hotkeyPressed = IsKeyDown("1") or IsKeyDown("I") or IsKeyDown("2") or IsKeyDown("S") or IsKeyDown("3") or IsKeyDown("D") + + -- Helper function to determine if global node allocation should be blocked + local function shouldBlockGlobalNodeAllocation(node) + local isGlobalNode = node.type == "Keystone" or node.type == "Socket" or node.containJewelSocket + + if not isGlobalNode or node.alloc or not node.path then + return false + end + + local weaponSetMode = spec.allocMode > 0 + local connectedToWeaponSetNodes = self:IsConnectedToWeaponSetNodes(node) + + -- Only allow allocation from main tree AND node must not be connected to weapon set nodes + local shouldBlock = weaponSetMode or connectedToWeaponSetNodes + + return shouldBlock + end + + -- Helper function to determine if global node deallocation should be blocked + local function shouldBlockGlobalNodeDeallocation(node) + local isGlobalNode = node.type == "Keystone" or node.type == "Socket" or node.containJewelSocket + + if not isGlobalNode or not node.alloc then + return false + end + + -- Main-tree global nodes can only be deallocated from main tree + -- Legacy weapon-set global nodes can be deallocated from any mode + local shouldBlock = node.allocMode == 0 and spec.allocMode > 0 + + return shouldBlock + end + if treeClick == "LEFT" then if hoverNode then -- User left-clicked on a node - if hoverNode.alloc then + if hoverNode.alloc and not shouldBlockGlobalNodeDeallocation(hoverNode) then + -- Handle deallocation of allocated nodes if hoverNode.isAttribute then -- change to other attribute without needing to deallocate if hotkeyPressed then @@ -283,9 +323,8 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) end spec:AddUndoState() build.buildFlag = true - elseif hoverNode.path then - -- Node is unallocated and can be allocated, so allocate it - -- attribute switching, unallocated to allocated + elseif hoverNode.path and not shouldBlockGlobalNodeAllocation(hoverNode) then + -- Handle allocation of unallocated nodes if hoverNode.isAttribute and not hotkeyPressed then build.treeTab:ModifyAttributePopup(hoverNode) else @@ -301,6 +340,7 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) end end elseif treeClick == "RIGHT" then + -- User right-clicked on a node if hoverNode then if hoverNode.alloc and (hoverNode.type == "Socket" or hoverNode.containJewelSocket) then local slot = build.itemsTab.sockets[hoverNode.id] @@ -381,7 +421,14 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) -- draw ascendancies for name, data in pairs(tree.ascendNameMap) do local ascendancy = data.ascendClass - if ascendancy.background then + local drawn = true + if ascendancy.replaceBy and ascendancy.replaceBy == spec.curAscendClassBaseName then + drawn = false + elseif ascendancy.replace and name ~= spec.curAscendClassBaseName then + drawn = false + end + + if ascendancy.background and drawn then local bg = tree:GetAssetByName(ascendancy.background.image) local scrX, scrY = treeToScreen(ascendancy.background.x * tree.scaleImage, ascendancy.background.y * tree.scaleImage) bg.width = ascendancy.background.width @@ -834,7 +881,7 @@ function PassiveTreeViewClass:Draw(build, viewPort, inputEvents) -- Draw tooltip SetDrawLayer(nil, 100) local size = m_floor(node.size * scale) - if self.tooltip:CheckForUpdate(node, self.showStatDifferences, self.tracePath, launch.devModeAlt, build.outputRevision) then + if self.tooltip:CheckForUpdate(node, self.showStatDifferences, self.tracePath, launch.devModeAlt, build.outputRevision, build.spec.allocMode) then self:AddNodeTooltip(self.tooltip, node, build, incSmallPassiveSkillEffect) end self.tooltip.center = true @@ -1036,20 +1083,24 @@ function PassiveTreeViewClass:DoesNodeMatchSearchParams(node) end -- Check node description - for index, line in ipairs(node.sd) do - -- Check display text first - err, needMatches = PCall(search, line:lower(), needMatches) - if err then return false end - if #needMatches == 0 then - return true - end - if #needMatches > 0 and node.mods[index].list then - -- Then check modifiers - for _, mod in ipairs(node.mods[index].list) do - err, needMatches = PCall(search, mod.name, needMatches) - if err then return false end - if #needMatches == 0 then - return true + if not node.sd then + ConPrintf("Node %d has no sd", node.id) + else + for index, line in ipairs(node.sd) do + -- Check display text first + err, needMatches = PCall(search, line:lower(), needMatches) + if err then return false end + if #needMatches == 0 then + return true + end + if #needMatches > 0 and node.mods[index].list then + -- Then check modifiers + for _, mod in ipairs(node.mods[index].list) do + err, needMatches = PCall(search, mod.name, needMatches) + if err then return false end + if #needMatches == 0 then + return true + end end end end @@ -1138,6 +1189,9 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build, incSmallPassi if socket ~= nil and socket:IsEnabled() then tooltip:AddLine(14, colorCodes.TIP.."Tip: Right click this socket to go to the items page and choose the jewel for this socket.") end + + self:AddGlobalNodeWarningsToTooltip(tooltip, node, build) + tooltip:AddLine(14, colorCodes.TIP.."Tip: Hold Shift or Ctrl to hide this tooltip.") return end @@ -1299,7 +1353,10 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build, incSmallPassi local mNode = copyTableSafe(node, true, true) -- This stanza actives for both Mastery and non Mastery tooltips. Proof: add '"Blah "..' to addModInfoToTooltip - if mNode.sd[1] and not mNode.allMasteryOptions then + if not mNode.sd then + ConPrintf("Node %d has no sd", node.id) + end + if mNode.sd and mNode.sd[1] and not mNode.allMasteryOptions then tooltip:AddLine(16, "") local localSmallIncEffect = 0 if not mNode.isAttribute and (mNode.type == "Normal" or mNode.type == "Notable") and isNodeInARadius(node) then @@ -1361,7 +1418,7 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build, incSmallPassi end end local count = build:AddStatComparesToTooltip(tooltip, calcBase, nodeOutput, realloc and "^7Reallocating this node will give you:" or node.alloc and "^7Unallocating this node will give you:" or isGranted and "^7This node is granted by an item. Removing it will give you:" or "^7Allocating this node will give you:") - if pathLength > 1 and not isGranted then + if pathLength > 1 and not isGranted and (#node.intuitiveLeapLikesAffecting == 0 or node.alloc) then count = count + build:AddStatComparesToTooltip(tooltip, calcBase, pathOutput, node.alloc and "^7Unallocating this node and all nodes depending on it will give you:" or "^7Allocating this node and all nodes leading to it will give you:", pathLength) end if count == 0 then @@ -1397,10 +1454,74 @@ function PassiveTreeViewClass:AddNodeTooltip(tooltip, node, build, incSmallPassi tooltip:AddLine(14, "^7"..#node.depends .. " points gained from unallocating these nodes") tooltip:AddLine(14, colorCodes.TIP) end + + self:AddGlobalNodeWarningsToTooltip(tooltip, node, build) + if node.type == "Socket" then tooltip:AddLine(14, colorCodes.TIP.."Tip: Hold Shift or Ctrl to hide this tooltip.") else tooltip:AddLine(14, colorCodes.TIP.."Tip: Hold Ctrl to hide this tooltip.") + tooltip:AddLine(14, colorCodes.TIP.."Tip: Press Ctrl+C to copy this node's text.") + end +end + +-- Helper function to check if a node is connected to weapon set nodes +function PassiveTreeViewClass:IsConnectedToWeaponSetNodes(node) + -- First check the path for weapon set nodes + if node.path and #node.path > 1 then + -- Check all nodes in the path (except the first element since it's the target node itself) + for i = 2, #node.path do + local pathNode = node.path[i] + if pathNode.alloc and pathNode.allocMode > 0 then + return true + end + end + end + + -- And finally check for direct connections when path is short or empty + -- (This handles cases where global nodes are directly adjacent to weapon set nodes) + if node.linked then + for _, linkedNode in ipairs(node.linked) do + if linkedNode.alloc and linkedNode.allocMode and linkedNode.allocMode > 0 then + return true + end + end + end + + return false +end + +-- Helper function to add warnings in the tooltip for global nodes (keystones/jewel sockets) +function PassiveTreeViewClass:AddGlobalNodeWarningsToTooltip(tooltip, node, build) + local isGlobalNode = node.type == "Keystone" or node.type == "Socket" or node.containJewelSocket + + if not isGlobalNode then + return -- No warning needed for non-global nodes + end + + local nodeTypeText = node.type == "Keystone" and "keystones" or "jewel sockets" + local warningText = "" + local tipText = "" + + if not node.alloc and node.path then + -- Unallocated global node - check allocation conditions + if build.spec.allocMode > 0 then + warningText = "Cannot allocate " .. nodeTypeText .. " while weapon set " .. build.spec.allocMode .. " is selected" + tipText = "Tip: Switch to main tree (Alt+scroll) to allocate " .. nodeTypeText + elseif self:IsConnectedToWeaponSetNodes(node) then + warningText = "Cannot allocate " .. nodeTypeText .. " - connected to weapon set nodes" + tipText = "Tip: Deallocate weapon set nodes in the connection path to allow allocation" + end + elseif node.alloc and node.allocMode == 0 and build.spec.allocMode > 0 then + -- Allocated main-tree global node viewed from weapon set + warningText = "Cannot deallocate global " .. nodeTypeText .. " from weapon set " .. build.spec.allocMode + tipText = "Tip: Switch to main tree (Alt+scroll) to deallocate " .. nodeTypeText + end + + if warningText ~= "" then + tooltip:AddSeparator(14) + tooltip:AddLine(14, colorCodes.WARNING .. warningText) + tooltip:AddLine(14, colorCodes.TIP .. tipText) end end diff --git a/src/Classes/PoEAPI.lua b/src/Classes/PoEAPI.lua index 58cc244770..fe68f4b9af 100644 --- a/src/Classes/PoEAPI.lua +++ b/src/Classes/PoEAPI.lua @@ -70,7 +70,7 @@ function PoEAPIClass:FetchAuthToken(callback) local authUrl = string.format( "https://www.pathofexile.com/oauth/authorize?client_id=pob&response_type=code&scope=%s&state=%s&code_challenge=%s&code_challenge_method=S256" - ,table.concat(scopesOAuth, " ") + ,table.concat(scopesOAuth, "%20") ,initialState ,code_challenge ) @@ -188,4 +188,4 @@ end ---@param callback function callback(response, errorMsg, updateSettings) function PoEAPIClass:DownloadCharacter(realm, name, callback) self:DownloadWithRateLimit("character-request-limit-poe2", "/character" .. (realm == "pc" and "" or "/" .. realm) .. "/" .. name, callback) -end \ No newline at end of file +end diff --git a/src/Classes/SkillsTab.lua b/src/Classes/SkillsTab.lua index 198a3fb17b..06183f0f84 100644 --- a/src/Classes/SkillsTab.lua +++ b/src/Classes/SkillsTab.lua @@ -287,16 +287,14 @@ function SkillsTabClass:LoadSkill(node, skillSetId) local possibleVariants = self.build.data.gemsByGameId[child.attrib.gemId] if possibleVariants then -- If it is a known gem, try to determine which variant is used - if child.attrib.variantId then + if child.attrib.variantId and possibleVariants[child.attrib.variantId] then -- New save format from 3.23 that stores the specific variation (transfiguration) gemData = possibleVariants[child.attrib.variantId] - elseif child.attrib.skillId then - -- Old format relying on the uniqueness of the granted effects id + else + -- If a gem has changed names between updates, assumed it's the first gem in the list for _, variant in pairs(possibleVariants) do - if variant.grantedEffectId == child.attrib.skillId then - gemData = variant - break - end + gemData = variant + break end end end @@ -758,41 +756,53 @@ function SkillsTabClass:CreateGemSlot(index) end -- Function for both granted effect and secondary such as vaal local addQualityLines = function(qualityList, grantedEffect) - tooltip:AddLine(18, colorCodes.GEM..grantedEffect.name) - -- Hardcoded to use 20% quality instead of grabbing from gem, this is for consistency and so we always show something - tooltip:AddLine(16, colorCodes.NORMAL.."At +20% Quality:") - for k, qual in pairs(qualityList) do - -- Do the stats one at a time because we're not guaranteed to get the descriptions in the same order we look at them here - local stats = { } - stats[qual[1]] = qual[2] * 20 - local descriptions = self.build.data.describeStats(stats, grantedEffect.statSets[1].statDescriptionScope) - -- line may be nil if the value results in no line due to not being enough quality - for _, line in ipairs(descriptions) do - if line then - -- Check if we have a handler for the mod in the gem's statMap or in the shared stat map for skills - if grantedEffect.statSets[1].statMap[qual[1]] or self.build.data.skillStatMap[qual[1]] then - tooltip:AddLine(16, colorCodes.MAGIC..line) - else - local line = colorCodes.UNSUPPORTED..line - line = main.notSupportedModTooltips and (line .. main.notSupportedTooltipText) or line - tooltip:AddLine(16, line) + if #qualityList > 0 then + if grantedEffect.name == "" then + tooltip:AddLine(18, colorCodes.GEM..grantedEffect.statSets[1].label) + else + tooltip:AddLine(18, colorCodes.GEM..grantedEffect.name) + end + -- Hardcoded to use 20% quality instead of grabbing from gem, this is for consistency and so we always show something + tooltip:AddLine(16, colorCodes.NORMAL.."At +20% Quality:") + for k, qual in pairs(qualityList) do + -- Do the stats one at a time because we're not guaranteed to get the descriptions in the same order we look at them here + local stats = { } + stats[qual[1]] = qual[2] * 20 + local descriptions = self.build.data.describeStats(stats, grantedEffect.statSets[1].statDescriptionScope, true) + -- line may be nil if the value results in no line due to not being enough quality + for _, line in ipairs(descriptions) do + if line then + -- Check if we have a handler for the mod in the gem's statMap or in the shared stat map for skills + if grantedEffect.statSets[1].statMap[qual[1]] or self.build.data.skillStatMap[qual[1]] then + tooltip:AddLine(16, colorCodes.MAGIC..line) + else + local line = colorCodes.UNSUPPORTED..line + line = main.notSupportedModTooltips and (line .. main.notSupportedTooltipText) or line + tooltip:AddLine(16, line) + end end end end end end -- Check if there is a quality of this type for the effect - if gemData and gemData.grantedEffect.qualityStats then + -- Currently only checks the first 2 additionalGrantedEffects. Will need to fix if gems ever add more + if gemData and gemData.grantedEffect.qualityStats and #gemData.grantedEffect.qualityStats > 0 then local qualityTable = gemData.grantedEffect.qualityStats addQualityLines(qualityTable, gemData.grantedEffect) end - if gemData and gemData.secondaryGrantedEffect and gemData.secondaryGrantedEffect.qualityStats then - local qualityTable = gemData.secondaryGrantedEffect.qualityStats + if gemData and gemData.additionalGrantedEffects[1] and gemData.additionalGrantedEffects[1].qualityStats and #gemData.additionalGrantedEffects[1].qualityStats > 0 then + local qualityTable = gemData.additionalGrantedEffects[1].qualityStats + tooltip:AddSeparator(10) + addQualityLines(qualityTable, gemData.additionalGrantedEffects[1]) + end + if gemData and gemData.additionalGrantedEffects[2] and gemData.additionalGrantedEffects[2].qualityStats and #gemData.additionalGrantedEffects[2].qualityStats > 0 then + local qualityTable = gemData.additionalGrantedEffects[2].qualityStats tooltip:AddSeparator(10) - addQualityLines(qualityTable, gemData.secondaryGrantedEffect) + addQualityLines(qualityTable, gemData.additionalGrantedEffects[2]) end -- Add stat comparisons for hovered quality (based on set quality) - if gemData and (gemData.grantedEffect.qualityStats or (gemData.secondaryGrantedEffect and gemData.secondaryGrantedEffect.qualityStats)) and self.displayGroup.gemList[index] then + if gemData and (gemData.grantedEffect.qualityStats or (gemData.additionalGrantedEffects[1] and gemData.additionalGrantedEffects[1].qualityStats or gemData.additionalGrantedEffects[2] and gemData.additionalGrantedEffects[2].qualityStats)) and self.displayGroup.gemList[index] then local calcFunc, calcBase = self.build.calcsTab:GetMiscCalculator(self.build) if calcFunc then local storedQuality = self.displayGroup.gemList[index].quality @@ -1148,7 +1158,7 @@ function SkillsTabClass:AddSocketGroupTooltip(tooltip, socketGroup) for _, skillEffect in ipairs(activeSkill.effectList) do tooltip:AddLine(20, string.format("%s%s ^7%d%s/%d%s", data.skillColorMap[skillEffect.grantedEffect.color or skillEffect.gemData and skillEffect.gemData.grantedEffect.color], - skillEffect.grantedEffect.name, + skillEffect.srcInstance.nameSpec or skillEffect.grantedEffect.name, skillEffect.srcInstance and skillEffect.srcInstance.level or skillEffect.level, (skillEffect.srcInstance and skillEffect.level > skillEffect.srcInstance.level) and colorCodes.MAGIC.."+"..(skillEffect.level - skillEffect.srcInstance.level).."^7" or "", skillEffect.srcInstance and skillEffect.srcInstance.quality or skillEffect.quality, @@ -1324,6 +1334,7 @@ function SkillsTabClass:UpdateGlobalGemCountAssignments() GlobalGemAssignments[gemInstance.gemData.name] = { count = 1, support = gemInstance.gemData.grantedEffect and gemInstance.gemData.grantedEffect.support or false, + lineage = gemInstance.gemData.grantedEffect and gemInstance.gemData.grantedEffect.isLineage or false, groups = { } } if socketGroup.displayLabel then diff --git a/src/Classes/Tooltip.lua b/src/Classes/Tooltip.lua index 322dbdc697..bff02c6ebe 100644 --- a/src/Classes/Tooltip.lua +++ b/src/Classes/Tooltip.lua @@ -265,6 +265,10 @@ function TooltipClass:Draw(x, y, w, h, viewPort) ttW = titleW + 50 end end + local headerInfluence = { + Fractured = "Assets/FracturedItemSymbol.png", + Desecrated = "Assets/VeiledItemSymbol.png", + } local headerConfigs = { RELIC = {left="Assets/ItemsHeaderFoilLeft.png",middle="Assets/ItemsHeaderFoilMiddle.png",right="Assets/ItemsHeaderFoilRight.png",height=56,sideWidth=43,middleWidth=43,textYOffset=2}, UNIQUE = {left="Assets/ItemsHeaderUniqueLeft.png",middle="Assets/ItemsHeaderUniqueMiddle.png",right="Assets/ItemsHeaderUniqueRight.png",height=56,sideWidth=43,middleWidth=43,textYOffset=2}, @@ -337,9 +341,18 @@ function TooltipClass:Draw(x, y, w, h, viewPort) local headerY = ttY + BORDER_WIDTH local headerTotalWidth = ttW - 2 * BORDER_WIDTH local headerMiddleAreaWidth = m_max(0, headerTotalWidth - 2 * headerSideWidth) + if self.influenceHeader1 then + self.influenceIcon1 = NewImageHandle() + self.influenceIcon1:Load(headerInfluence[self.influenceHeader1]) + self.influenceIcon2 = NewImageHandle() + self.influenceIcon2:Load(headerInfluence[self.influenceHeader2]) + end - -- Draw left cap + -- Draw left cap first, then influence icon on top DrawImage(self.headerLeft, headerX, headerY, headerSideWidth, headerHeight) + if self.influenceHeader1 then + DrawImage(self.influenceIcon1, headerX+5, headerY+(headerHeight/4), headerSideWidth/2+6, headerHeight/2) + end -- Draw middle fill if headerMiddleAreaWidth > 0 then @@ -357,6 +370,9 @@ function TooltipClass:Draw(x, y, w, h, viewPort) -- Draw right cap DrawImage(self.headerRight, headerX + headerTotalWidth - headerSideWidth, headerY, headerSideWidth, headerHeight) + if self.influenceHeader2 then + DrawImage(self.influenceIcon2, headerX + headerTotalWidth - headerSideWidth+10, headerY+(headerHeight/4), headerSideWidth/2+6, headerHeight/2) + end end -- Draw lines and images diff --git a/src/Classes/TradeQueryGenerator.lua b/src/Classes/TradeQueryGenerator.lua index 194e761963..b9ce061093 100644 --- a/src/Classes/TradeQueryGenerator.lua +++ b/src/Classes/TradeQueryGenerator.lua @@ -98,7 +98,9 @@ local TradeQueryGeneratorClass = newClass("TradeQueryGenerator", function(self, self.queryTab = queryTab self.itemsTab = queryTab.itemsTab self.calcContext = { } - + self.lastMaxPrice = nil + self.lastMaxPriceTypeIndex = nil + self.lastMaxLevel = nil end) local function fetchStats() @@ -568,7 +570,31 @@ function TradeQueryGeneratorClass:OnFrame() end end +local currencyTable = { + { name = "Relative", id = nil }, + { name = "Exalted Orb", id = "exalted" }, + { name = "Chaos Orb", id = "chaos" }, + { name = "Divine Orb", id = "divine" }, + { name = "Orb of Augmentation", id = "aug" }, + { name = "Orb of Transmutation", id = "transmute" }, + { name = "Regal Orb", id = "regal" }, + { name = "Vaal Orb", id = "vaal" }, + { name = "Annulment Orb", id = "annul" }, + { name = "Orb of Alchemy", id = "alch" }, + { name = "Mirror of Kalandra", id = "mirror" } +} + function TradeQueryGeneratorClass:StartQuery(slot, options) + if self.lastMaxPrice then + options.maxPrice = self.lastMaxPrice + end + if self.lastMaxPriceTypeIndex then + options.maxPriceType = currencyTable[self.lastMaxPriceTypeIndex].id + end + if self.lastMaxLevel then + options.maxLevel = self.lastMaxLevel + end + -- Figure out what type of item we're searching for local existingItem = slot and self.itemsTab.items[slot.selItemId] local testItemType = existingItem and existingItem.baseName or "Diamond" @@ -830,12 +856,12 @@ function TradeQueryGeneratorClass:FinishQuery() end end if not options.includeMirrored then - queryTable.query.filters.misc_filters = { - disabled = false, - filters = { - mirrored = false, - } - } + queryTable.query.filters.misc_filters = { + disabled = false, + filters = { + mirrored = false, + } + } end if options.maxPrice and options.maxPrice > 0 then @@ -927,29 +953,19 @@ function TradeQueryGeneratorClass:RequestQuery(slot, context, statWeights, callb end -- Add max price limit selection dropbox - local currencyTable = { - { name = "Relative", id = nil }, - { name = "Exalted Orb", id = "exalted" }, - { name = "Chaos Orb", id = "chaos" }, - { name = "Divine Orb", id = "divine" }, - { name = "Orb of Augmentation", id = "aug" }, - { name = "Orb of Transmutation", id = "transmute" }, - { name = "Regal Orb", id = "regal" }, - { name = "Vaal Orb", id = "vaal" }, - { name = "Annulment Orb", id = "annul" }, - { name = "Orb of Alchemy", id = "alch" }, - { name = "Mirror of Kalandra", id = "mirror" } - } local currencyDropdownNames = { } for _, currency in ipairs(currencyTable) do t_insert(currencyDropdownNames, currency.name) end controls.maxPrice = new("EditControl", {"TOPLEFT",lastItemAnchor,"BOTTOMLEFT"}, {0, 5, 70, 18}, nil, nil, "%D") + controls.maxPrice.buf = self.lastMaxPrice and tostring(self.lastMaxPrice) or "" controls.maxPriceType = new("DropDownControl", {"LEFT",controls.maxPrice,"RIGHT"}, {5, 0, 150, 18}, currencyDropdownNames, nil) + controls.maxPriceType.selIndex = self.lastMaxPriceTypeIndex or 1 controls.maxPriceLabel = new("LabelControl", {"RIGHT",controls.maxPrice,"LEFT"}, {-5, 0, 0, 16}, "^7Max Price:") updateLastAnchor(controls.maxPrice) controls.maxLevel = new("EditControl", {"TOPLEFT",lastItemAnchor,"BOTTOMLEFT"}, {0, 5, 100, 18}, nil, nil, "%D") + controls.maxLevel.buf = self.lastMaxLevel and tostring(self.lastMaxLevel) or "" controls.maxLevelLabel = new("LabelControl", {"RIGHT",controls.maxLevel,"LEFT"}, {-5, 0, 0, 16}, "Max Level:") updateLastAnchor(controls.maxLevel) @@ -1001,10 +1017,13 @@ function TradeQueryGeneratorClass:RequestQuery(slot, context, statWeights, callb end if controls.maxPrice.buf then options.maxPrice = tonumber(controls.maxPrice.buf) + self.lastMaxPrice = options.maxPrice options.maxPriceType = currencyTable[controls.maxPriceType.selIndex].id + self.lastMaxPriceTypeIndex = controls.maxPriceType.selIndex end if controls.maxLevel.buf then options.maxLevel = tonumber(controls.maxLevel.buf) + self.lastMaxLevel = options.maxLevel end if controls.sockets and controls.sockets.buf then options.sockets = tonumber(controls.sockets.buf) diff --git a/src/Classes/TradeQueryRequests.lua b/src/Classes/TradeQueryRequests.lua index 53050423ab..92f4f23d8d 100644 --- a/src/Classes/TradeQueryRequests.lua +++ b/src/Classes/TradeQueryRequests.lua @@ -401,12 +401,6 @@ function TradeQueryRequestsClass:FetchResultBlock(url, callback) for _, modLine in ipairs(item.desecratedMods) do t_insert(rawLines, "{desecrated}" .. escapeGGGString(modLine)) end - if item.fractured then - t_insert(rawLines, "Fractured Item") - end - if item.desecrated then - t_insert(rawLines, "Desecrated Item") - end if item.mirrored then t_insert(rawLines, "Mirrored") end diff --git a/src/Data/Bases/amulet.lua b/src/Data/Bases/amulet.lua index 0191bfade3..dd4e81518c 100644 --- a/src/Data/Bases/amulet.lua +++ b/src/Data/Bases/amulet.lua @@ -72,6 +72,13 @@ itemBases["Gold Amulet"] = { implicitModTypes = { { "drop" }, }, req = { level = 35, }, } +itemBases["Pearlescent Amulet"] = { + type = "Amulet", + tags = { amulet = true, default = true, }, + implicit = "+(7-10)% to all Elemental Resistances", + implicitModTypes = { { "elemental", "fire", "cold", "lightning", "resistance" }, }, + req = { level = 30, }, +} itemBases["Dusk Amulet"] = { type = "Amulet", tags = { amulet = true, default = true, }, @@ -100,3 +107,10 @@ itemBases["Tenebrous Amulet"] = { implicitModTypes = { { }, { }, }, req = { }, } +itemBases["Distorted Amulet"] = { + type = "Amulet", + tags = { amulet = true, default = true, }, + implicit = "-1 Prefix Modifier allowed\n-1 Suffix Modifier allowed", + implicitModTypes = { { }, { }, }, + req = { }, +} diff --git a/src/Data/Bases/axe.lua b/src/Data/Bases/axe.lua index d31eb1be73..f276cdcc08 100644 --- a/src/Data/Bases/axe.lua +++ b/src/Data/Bases/axe.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Dull Hatchet"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 4, PhysicalMax = 10, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, @@ -14,120 +14,120 @@ itemBases["Dull Hatchet"] = { itemBases["Hook Axe"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "Gain 1 Rage on Hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 5, PhysicalMax = 14, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { str = 10, }, + req = { str = 9, }, } itemBases["Bearded Axe"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 21, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 10, str = 20, dex = 10, }, + req = { level = 10, str = 17, dex = 9, }, } itemBases["Extended Cleaver"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "Has no Accuracy Penalty from Range", implicitModTypes = { { }, }, weapon = { PhysicalMin = 8, PhysicalMax = 25, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 16, str = 30, dex = 14, }, + req = { level = 16, str = 25, dex = 12, }, } itemBases["Bandit Hatchet"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 13, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 20, str = 37, dex = 16, }, + req = { level = 20, str = 30, dex = 14, }, } itemBases["Crescent Axe"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, maraketh_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 18, PhysicalMax = 37, CritChanceBase = 6.5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 26, str = 48, dex = 20, }, + req = { level = 26, str = 38, dex = 17, }, } itemBases["Carving Hatchet"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 44, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 33, str = 60, dex = 25, }, + req = { level = 33, str = 47, dex = 20, }, } itemBases["Sacrificial Axe"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "Gain (28-35) Mana per Enemy Killed", implicitModTypes = { { "resource", "mana" }, }, weapon = { PhysicalMin = 20, PhysicalMax = 42, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 37, str = 67, dex = 27, }, + req = { level = 37, str = 52, dex = 22, }, } itemBases["Boarding Hatchet"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 24, PhysicalMax = 55, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 45, str = 81, dex = 33, }, + req = { level = 45, str = 63, dex = 26, }, } itemBases["Fury Cleaver"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "10% increased Damage taken", implicitModTypes = { { }, }, weapon = { PhysicalMin = 30, PhysicalMax = 62, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 48, str = 86, dex = 35, }, + req = { level = 48, str = 67, dex = 27, }, } itemBases["Battle Axe"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 28, PhysicalMax = 65, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 52, str = 93, dex = 37, }, + req = { level = 52, str = 72, dex = 29, }, } itemBases["Profane Cleaver"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 26, PhysicalMax = 69, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 54, str = 96, dex = 38, }, + req = { level = 54, str = 75, dex = 30, }, } itemBases["Dread Hatchet"] = { type = "One Handed Axe", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { axe = true, onehand = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 34, PhysicalMax = 79, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 65, str = 116, dex = 45, }, + req = { level = 65, str = 89, dex = 36, }, } itemBases["Splitting Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 20, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, @@ -136,112 +136,112 @@ itemBases["Splitting Greataxe"] = { itemBases["Light Halberd"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 10, PhysicalMax = 25, CritChanceBase = 5, AttackRateBase = 1.25, Range = 13, }, - req = { str = 10, }, + req = { str = 9, }, } itemBases["Executioner Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, ezomyte_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicit = "Culling Strike", implicitModTypes = { { }, }, weapon = { PhysicalMin = 10, PhysicalMax = 41, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 10, str = 20, dex = 10, }, + req = { level = 10, str = 17, dex = 9, }, } itemBases["Arched Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 17, PhysicalMax = 59, CritChanceBase = 5, AttackRateBase = 1.15, Range = 13, }, - req = { level = 16, str = 30, dex = 14, }, + req = { level = 16, str = 25, dex = 12, }, } itemBases["Elegant Glaive"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 64, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 20, str = 37, dex = 16, }, + req = { level = 20, str = 30, dex = 14, }, } itemBases["Savage Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, maraketh_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicit = "Gain (34-43) Life per Enemy Killed", implicitModTypes = { { "resource", "life" }, }, weapon = { PhysicalMin = 23, PhysicalMax = 70, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 27, str = 50, dex = 21, }, + req = { level = 27, str = 39, dex = 17, }, } itemBases["Rending Halberd"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, vaal_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 91, CritChanceBase = 6.5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 33, str = 60, dex = 25, }, + req = { level = 33, str = 47, dex = 20, }, } itemBases["Jagged Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, vaal_basetype = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicit = "(15-25)% chance to cause Bleeding on Hit", implicitModTypes = { { "bleed", "physical", "attack", "ailment" }, }, weapon = { PhysicalMin = 43, PhysicalMax = 99, CritChanceBase = 5, AttackRateBase = 1.15, Range = 13, }, - req = { level = 40, str = 72, dex = 29, }, + req = { level = 40, str = 56, dex = 23, }, } itemBases["Reaver Glaive"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 43, PhysicalMax = 113, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 45, str = 81, dex = 33, }, + req = { level = 45, str = 63, dex = 26, }, } itemBases["Ember Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { FireMin = 58, FireMax = 154, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 50, str = 89, dex = 36, }, + req = { level = 50, str = 70, dex = 28, }, } itemBases["Ceremonial Halberd"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicit = "Cannot use Projectile Attacks", implicitModTypes = { { }, }, weapon = { PhysicalMin = 53, PhysicalMax = 123, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 52, str = 93, dex = 37, }, + req = { level = 52, str = 72, dex = 29, }, } itemBases["Monument Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 48, PhysicalMax = 143, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 57, str = 102, dex = 40, }, + req = { level = 57, str = 79, dex = 32, }, } itemBases["Vile Greataxe"] = { type = "Two Handed Axe", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { axe = true, two_hand_weapon = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 59, PhysicalMax = 155, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 65, str = 116, dex = 45, }, + req = { level = 65, str = 89, dex = 36, }, } diff --git a/src/Data/Bases/body.lua b/src/Data/Bases/body.lua index e0518c2a12..7b905f7ebc 100644 --- a/src/Data/Bases/body.lua +++ b/src/Data/Bases/body.lua @@ -7,7 +7,7 @@ itemBases["Rusted Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 45, MovementPenalty = 0.05, }, @@ -17,7 +17,7 @@ itemBases["Fur Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 60, MovementPenalty = 0.05, }, @@ -27,232 +27,243 @@ itemBases["Iron Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 96, MovementPenalty = 0.05, }, - req = { level = 11, str = 24, }, + req = { level = 11, str = 21, }, } itemBases["Raider Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 121, MovementPenalty = 0.05, }, - req = { level = 16, str = 34, }, + req = { level = 16, str = 28, }, } itemBases["Maraketh Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 141, MovementPenalty = 0.05, }, - req = { level = 20, str = 42, }, + req = { level = 20, str = 34, }, } itemBases["Steel Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 177, MovementPenalty = 0.05, }, - req = { level = 27, str = 57, }, + req = { level = 27, str = 45, }, } itemBases["Full Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 208, MovementPenalty = 0.05, }, - req = { level = 33, str = 68, }, + req = { level = 33, str = 54, }, } itemBases["Vaal Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 228, MovementPenalty = 0.05, }, - req = { level = 37, str = 77, }, + req = { level = 37, str = 60, }, } itemBases["Juggernaut Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 269, MovementPenalty = 0.05, }, - req = { level = 45, str = 94, }, + armour = { Armour = 274, MovementPenalty = 0.05, }, + req = { level = 46, str = 74, }, } itemBases["Chieftain Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 294, MovementPenalty = 0.05, }, - req = { level = 50, str = 104, }, + req = { level = 50, str = 80, }, } itemBases["Colosseum Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 304, MovementPenalty = 0.05, }, - req = { level = 52, str = 107, }, + req = { level = 52, str = 83, }, } itemBases["Champion Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 335, MovementPenalty = 0.05, }, - req = { level = 58, str = 120, }, + req = { level = 58, str = 92, }, } itemBases["Glorious Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 534, MovementPenalty = 0.05, }, - req = { level = 65, str = 157, }, + req = { level = 65, str = 121, }, } itemBases["Conqueror Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicit = "(30-40)% increased Stun Threshold", implicitModTypes = { { }, }, armour = { Armour = 445, MovementPenalty = 0.05, }, - req = { level = 68, str = 157, }, + req = { level = 68, str = 121, }, } itemBases["Abyssal Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicit = "Regenerate (1.5-2.5)% of maximum Life per second", implicitModTypes = { { "resource", "life" }, }, armour = { Armour = 445, MovementPenalty = 0.05, }, - req = { level = 73, str = 157, }, + req = { level = 73, str = 121, }, } itemBases["Barbarian Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 269, MovementPenalty = 0.05, }, - req = { level = 45, str = 94, }, + req = { level = 45, str = 72, }, } itemBases["Rugged Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 284, MovementPenalty = 0.05, }, - req = { level = 48, str = 99, }, + req = { level = 48, str = 77, }, } itemBases["Sandsworn Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 299, MovementPenalty = 0.05, }, - req = { level = 51, str = 105, }, + req = { level = 51, str = 82, }, } itemBases["Elegant Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 320, MovementPenalty = 0.05, }, - req = { level = 55, str = 113, }, + armour = { Armour = 315, MovementPenalty = 0.05, }, + req = { level = 54, str = 86, }, } itemBases["Heavy Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 340, MovementPenalty = 0.05, }, - req = { level = 59, str = 122, }, + req = { level = 59, str = 94, }, } itemBases["Stone Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 355, MovementPenalty = 0.05, }, - req = { level = 62, str = 128, }, + req = { level = 62, str = 98, }, } itemBases["Soldier Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 534, MovementPenalty = 0.05, }, - req = { level = 65, str = 157, }, + req = { level = 65, str = 121, }, } itemBases["Ornate Plate"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicit = "Regenerate (1.5-2.5)% of maximum Life per second", implicitModTypes = { { "resource", "life" }, }, armour = { Armour = 445, MovementPenalty = 0.05, }, - req = { level = 70, str = 157, }, + req = { level = 70, str = 121, }, } itemBases["Utzaal Cuirass"] = { type = "Body Armour", subType = "Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_armour = true, default = true, }, implicit = "(30-40)% increased Stun Threshold", implicitModTypes = { { }, }, armour = { Armour = 445, MovementPenalty = 0.05, }, - req = { level = 75, str = 157, }, + req = { level = 75, str = 121, }, +} +itemBases["Warlord Cuirass"] = { + type = "Body Armour", + subType = "Armour", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, str_armour = true, armour = true, karui_basetype = true, default = true, }, + implicit = "+(15-25)% of Armour also applies to Elemental Damage", + implicitModTypes = { { "armour", "defences", "elemental" }, }, + armour = { Armour = 445, MovementPenalty = 0.05, }, + req = { level = 80, str = 121, }, } itemBases["Leather Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 30, MovementPenalty = 0.03, }, @@ -262,7 +273,7 @@ itemBases["Quilted Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 44, MovementPenalty = 0.03, }, @@ -272,232 +283,243 @@ itemBases["Pathfinder Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 78, MovementPenalty = 0.03, }, - req = { level = 11, dex = 24, }, + req = { level = 11, dex = 21, }, } itemBases["Shrouded Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, dex_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 102, MovementPenalty = 0.03, }, - req = { level = 16, dex = 34, }, + req = { level = 16, dex = 28, }, } itemBases["Rhoahide Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, dex_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 131, MovementPenalty = 0.03, }, - req = { level = 22, dex = 47, }, + req = { level = 22, dex = 37, }, } itemBases["Studded Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, dex_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 150, MovementPenalty = 0.03, }, - req = { level = 26, dex = 55, }, + req = { level = 26, dex = 43, }, } itemBases["Scout's Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 184, MovementPenalty = 0.03, }, - req = { level = 33, dex = 68, }, + req = { level = 33, dex = 54, }, } itemBases["Serpentscale Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 198, MovementPenalty = 0.03, }, - req = { level = 36, dex = 75, }, + req = { level = 36, dex = 59, }, } itemBases["Corsair Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, dex_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 242, MovementPenalty = 0.03, }, - req = { level = 45, dex = 94, }, + armour = { Evasion = 247, MovementPenalty = 0.03, }, + req = { level = 46, dex = 74, }, } itemBases["Smuggler Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, dex_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 256, MovementPenalty = 0.03, }, - req = { level = 48, dex = 99, }, + armour = { Evasion = 271, MovementPenalty = 0.03, }, + req = { level = 51, dex = 82, }, } itemBases["Strider Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 275, MovementPenalty = 0.03, }, - req = { level = 52, dex = 107, }, + req = { level = 52, dex = 83, }, } itemBases["Hardleather Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 295, MovementPenalty = 0.03, }, - req = { level = 56, dex = 115, }, + req = { level = 56, dex = 89, }, } itemBases["Exquisite Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 487, MovementPenalty = 0.03, }, - req = { level = 65, dex = 157, }, + req = { level = 65, dex = 121, }, } itemBases["Mail Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicit = "(20-30)% reduced Slowing Potency of Debuffs on You", implicitModTypes = { { }, }, armour = { Evasion = 406, MovementPenalty = 0.03, }, - req = { level = 68, dex = 157, }, + req = { level = 68, dex = 121, }, } itemBases["Armoured Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicit = "(30-40)% increased Elemental Ailment Threshold", implicitModTypes = { { }, }, armour = { Evasion = 406, MovementPenalty = 0.03, }, - req = { level = 73, dex = 157, }, + req = { level = 73, dex = 121, }, } itemBases["Patchwork Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 242, MovementPenalty = 0.03, }, - req = { level = 45, dex = 94, }, + req = { level = 45, dex = 72, }, } itemBases["Hunting Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 256, MovementPenalty = 0.03, }, - req = { level = 48, dex = 99, }, + req = { level = 48, dex = 77, }, } itemBases["Riding Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 271, MovementPenalty = 0.03, }, - req = { level = 51, dex = 105, }, + req = { level = 51, dex = 82, }, } itemBases["Layered Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 290, MovementPenalty = 0.03, }, - req = { level = 55, dex = 113, }, + armour = { Evasion = 285, MovementPenalty = 0.03, }, + req = { level = 54, dex = 86, }, } itemBases["Runner Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 309, MovementPenalty = 0.03, }, - req = { level = 59, dex = 122, }, + req = { level = 59, dex = 94, }, } itemBases["Lizardscale Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 324, MovementPenalty = 0.03, }, - req = { level = 62, dex = 128, }, + req = { level = 62, dex = 98, }, } itemBases["Swiftstalker Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicit = "(20-30)% reduced Slowing Potency of Debuffs on You", implicitModTypes = { { }, }, armour = { Evasion = 406, MovementPenalty = 0.03, }, - req = { level = 65, dex = 157, }, + req = { level = 65, dex = 121, }, } itemBases["Slipstrike Vest"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 487, MovementPenalty = 0.03, }, - req = { level = 70, dex = 157, }, + req = { level = 70, dex = 121, }, } itemBases["Wyrmscale Coat"] = { type = "Body Armour", subType = "Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_armour = true, default = true, }, implicit = "(30-40)% increased Elemental Ailment Threshold", implicitModTypes = { { }, }, armour = { Evasion = 406, MovementPenalty = 0.03, }, - req = { level = 75, dex = 157, }, + req = { level = 75, dex = 121, }, +} +itemBases["Corsair Coat"] = { + type = "Body Armour", + subType = "Evasion", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, dex_armour = true, armour = true, karui_basetype = true, default = true, }, + implicit = "(10-20)% reduced Movement Speed Penalty from using Skills while moving", + implicitModTypes = { { "speed" }, }, + armour = { Evasion = 406, MovementPenalty = 0.03, }, + req = { level = 80, dex = 121, }, } itemBases["Tattered Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 28, MovementPenalty = 0.03, }, @@ -507,242 +529,253 @@ itemBases["Feathered Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 35, MovementPenalty = 0.03, }, - req = { level = 5, int = 13, }, + req = { level = 5, int = 11, }, } itemBases["Hexer's Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 44, MovementPenalty = 0.03, }, - req = { level = 11, int = 24, }, + req = { level = 11, int = 21, }, } itemBases["Bone Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, int_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 52, MovementPenalty = 0.03, }, - req = { level = 16, int = 34, }, + req = { level = 16, int = 28, }, } itemBases["Silk Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, int_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 61, MovementPenalty = 0.03, }, - req = { level = 22, int = 47, }, + req = { level = 22, int = 37, }, } itemBases["Keth Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, int_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 70, MovementPenalty = 0.03, }, - req = { level = 28, int = 59, }, + req = { level = 28, int = 47, }, } itemBases["Votive Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 78, MovementPenalty = 0.03, }, - req = { level = 33, int = 68, }, + req = { level = 33, int = 54, }, } itemBases["Altar Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 89, MovementPenalty = 0.03, }, - req = { level = 40, int = 83, }, + req = { level = 40, int = 65, }, } itemBases["Elementalist Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, int_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 97, MovementPenalty = 0.03, }, - req = { level = 45, int = 94, }, + armour = { EnergyShield = 98, MovementPenalty = 0.03, }, + req = { level = 46, int = 74, }, } itemBases["Mystic Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, int_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 100, MovementPenalty = 0.03, }, - req = { level = 47, int = 97, }, + armour = { EnergyShield = 103, MovementPenalty = 0.03, }, + req = { level = 49, int = 78, }, } itemBases["Imperial Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 108, MovementPenalty = 0.03, }, - req = { level = 52, int = 107, }, + req = { level = 52, int = 83, }, } itemBases["Plated Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 117, MovementPenalty = 0.03, }, - req = { level = 58, int = 120, }, + req = { level = 58, int = 92, }, } itemBases["Havoc Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 184, MovementPenalty = 0.03, }, - req = { level = 65, int = 157, }, + req = { level = 65, int = 121, }, } itemBases["Enlightened Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicit = "(40-50)% increased Mana Regeneration Rate", implicitModTypes = { { "resource", "mana" }, }, armour = { EnergyShield = 153, MovementPenalty = 0.03, }, - req = { level = 68, int = 157, }, + req = { level = 68, int = 121, }, } -itemBases["Arcane Robe"] = { +itemBases["Arcane Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicit = "(40-50)% faster start of Energy Shield Recharge", implicitModTypes = { { "energy_shield", "defences" }, }, armour = { EnergyShield = 153, MovementPenalty = 0.03, }, - req = { level = 73, int = 157, }, + req = { level = 73, int = 121, }, } itemBases["Avian Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 97, MovementPenalty = 0.03, }, - req = { level = 45, int = 94, }, + req = { level = 45, int = 72, }, } itemBases["Cursespeaker's Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 101, MovementPenalty = 0.03, }, - req = { level = 48, int = 99, }, + req = { level = 48, int = 77, }, } itemBases["Luxurious Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 106, MovementPenalty = 0.03, }, - req = { level = 51, int = 105, }, + req = { level = 51, int = 82, }, } itemBases["River Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 112, MovementPenalty = 0.03, }, - req = { level = 55, int = 113, }, + armour = { EnergyShield = 111, MovementPenalty = 0.03, }, + req = { level = 54, int = 86, }, } itemBases["Adherent's Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 119, MovementPenalty = 0.03, }, - req = { level = 59, int = 122, }, + req = { level = 59, int = 94, }, } itemBases["Ceremonial Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 123, MovementPenalty = 0.03, }, - req = { level = 62, int = 128, }, + req = { level = 62, int = 98, }, } itemBases["Vile Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 184, MovementPenalty = 0.03, }, - req = { level = 65, int = 157, }, + req = { level = 65, int = 121, }, } itemBases["Flowing Raiment"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicit = "(40-50)% increased Mana Regeneration Rate", implicitModTypes = { { "resource", "mana" }, }, armour = { EnergyShield = 153, MovementPenalty = 0.03, }, - req = { level = 70, int = 157, }, + req = { level = 70, int = 121, }, } itemBases["Sacramental Robe"] = { type = "Body Armour", subType = "Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, int_armour = true, default = true, }, implicit = "(40-50)% faster start of Energy Shield Recharge", implicitModTypes = { { "energy_shield", "defences" }, }, armour = { EnergyShield = 153, MovementPenalty = 0.03, }, - req = { level = 75, int = 157, }, + req = { level = 75, int = 121, }, +} +itemBases["Feathered Raiment"] = { + type = "Body Armour", + subType = "Energy Shield", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, int_armour = true, armour = true, karui_basetype = true, default = true, }, + implicit = "(5-10)% of Damage is taken from Mana before Life", + implicitModTypes = { { "resource", "life", "mana" }, }, + armour = { EnergyShield = 153, MovementPenalty = 0.03, }, + req = { level = 80, int = 121, }, } itemBases["Chain Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, ezomyte_basetype = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 25, Evasion = 16, MovementPenalty = 0.04, }, @@ -752,266 +785,277 @@ itemBases["Rogue Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, ezomyte_basetype = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 53, Evasion = 43, MovementPenalty = 0.04, }, - req = { level = 11, str = 14, dex = 14, }, + req = { level = 11, str = 13, dex = 13, }, } itemBases["Vagabond Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, Evasion = 56, MovementPenalty = 0.04, }, - req = { level = 16, str = 20, dex = 20, }, + req = { level = 16, str = 17, dex = 17, }, } itemBases["Cloaked Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 95, Evasion = 83, MovementPenalty = 0.04, }, - req = { level = 26, str = 31, dex = 31, }, + req = { level = 26, str = 25, dex = 25, }, } itemBases["Explorer Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 114, Evasion = 101, MovementPenalty = 0.04, }, - req = { level = 33, str = 39, dex = 39, }, + req = { level = 33, str = 31, dex = 31, }, } itemBases["Scale Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 125, Evasion = 112, MovementPenalty = 0.04, }, - req = { level = 37, str = 43, dex = 43, }, + req = { level = 37, str = 34, dex = 34, }, } itemBases["Knight Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_dex_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 148, Evasion = 133, MovementPenalty = 0.04, }, - req = { level = 45, str = 51, dex = 51, }, + armour = { Armour = 151, Evasion = 136, MovementPenalty = 0.04, }, + req = { level = 46, str = 41, dex = 41, }, } itemBases["Ancestral Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_dex_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 162, Evasion = 146, MovementPenalty = 0.04, }, - req = { level = 50, str = 57, dex = 57, }, + req = { level = 50, str = 44, dex = 44, }, } itemBases["Lamellar Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 167, Evasion = 151, MovementPenalty = 0.04, }, - req = { level = 52, str = 59, dex = 59, }, + req = { level = 52, str = 46, dex = 46, }, } itemBases["Gladiator Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 184, Evasion = 167, MovementPenalty = 0.04, }, - req = { level = 58, str = 66, dex = 66, }, + req = { level = 58, str = 51, dex = 51, }, } itemBases["Heroic Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(60-80) to maximum Life", implicitModTypes = { { "resource", "life" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 65, str = 86, dex = 86, }, + req = { level = 65, str = 67, dex = 67, }, } itemBases["Tournament Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Fire Resistance", implicitModTypes = { { "elemental", "fire", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 68, str = 86, dex = 86, }, + req = { level = 68, str = 67, dex = 67, }, } itemBases["Tournament Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Cold Resistance", implicitModTypes = { { "elemental", "cold", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 68, str = 86, dex = 86, }, + req = { level = 68, str = 67, dex = 67, }, } itemBases["Tournament Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Lightning Resistance", implicitModTypes = { { "elemental", "lightning", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 68, str = 86, dex = 86, }, + req = { level = 68, str = 67, dex = 67, }, } itemBases["Slayer Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 294, Evasion = 268, MovementPenalty = 0.04, }, - req = { level = 73, str = 86, dex = 86, }, + req = { level = 73, str = 67, dex = 67, }, } itemBases["Ring Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 148, Evasion = 133, MovementPenalty = 0.04, }, - req = { level = 45, str = 51, dex = 51, }, + req = { level = 45, str = 41, dex = 41, }, } itemBases["Scoundrel Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 156, Evasion = 141, MovementPenalty = 0.04, }, - req = { level = 48, str = 55, dex = 55, }, + req = { level = 48, str = 43, dex = 43, }, } itemBases["Wanderer Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 165, Evasion = 149, MovementPenalty = 0.04, }, - req = { level = 51, str = 59, dex = 59, }, + req = { level = 51, str = 45, dex = 45, }, } itemBases["Mantled Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 176, Evasion = 159, MovementPenalty = 0.04, }, - req = { level = 55, str = 62, dex = 62, }, + armour = { Armour = 173, Evasion = 157, MovementPenalty = 0.04, }, + req = { level = 54, str = 48, dex = 48, }, } itemBases["Trailblazer Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 187, Evasion = 170, MovementPenalty = 0.04, }, - req = { level = 59, str = 67, dex = 67, }, + req = { level = 59, str = 52, dex = 52, }, } itemBases["Golden Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 195, Evasion = 178, MovementPenalty = 0.04, }, - req = { level = 62, str = 70, dex = 70, }, + req = { level = 62, str = 54, dex = 54, }, } itemBases["Dastard Armour"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(60-80) to maximum Life", implicitModTypes = { { "resource", "life" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 65, str = 86, dex = 86, }, + req = { level = 65, str = 67, dex = 67, }, } itemBases["Shrouded Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Fire Resistance", implicitModTypes = { { "elemental", "fire", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 70, str = 86, dex = 86, }, + req = { level = 70, str = 67, dex = 67, }, } itemBases["Shrouded Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Cold Resistance", implicitModTypes = { { "elemental", "cold", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 70, str = 86, dex = 86, }, + req = { level = 70, str = 67, dex = 67, }, } itemBases["Shrouded Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicit = "+(20-25)% to Lightning Resistance", implicitModTypes = { { "elemental", "lightning", "resistance" }, }, armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, - req = { level = 70, str = 86, dex = 86, }, + req = { level = 70, str = 67, dex = 67, }, } itemBases["Death Mail"] = { type = "Body Armour", subType = "Armour/Evasion", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 294, Evasion = 268, MovementPenalty = 0.04, }, - req = { level = 75, str = 86, dex = 86, }, + req = { level = 75, str = 67, dex = 67, }, +} +itemBases["Thane Mail"] = { + type = "Body Armour", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, str_dex_armour = true, armour = true, karui_basetype = true, default = true, }, + implicit = "Hits against you have (15-25)% reduced Critical Damage Bonus", + implicitModTypes = { { "damage", "critical" }, }, + armour = { Armour = 245, Evasion = 223, MovementPenalty = 0.04, }, + req = { level = 80, str = 67, dex = 67, }, } itemBases["Pilgrim Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, ezomyte_basetype = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 25, EnergyShield = 16, MovementPenalty = 0.04, }, @@ -1021,222 +1065,233 @@ itemBases["Pelt Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, ezomyte_basetype = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 50, EnergyShield = 23, MovementPenalty = 0.04, }, - req = { level = 10, str = 14, int = 14, }, + req = { level = 10, str = 12, int = 12, }, } itemBases["Mail Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, EnergyShield = 28, MovementPenalty = 0.04, }, - req = { level = 16, str = 20, int = 20, }, + req = { level = 16, str = 17, int = 17, }, } itemBases["Shaman Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, armour = true, maraketh_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, EnergyShield = 39, MovementPenalty = 0.04, }, - req = { level = 28, str = 33, int = 33, }, + req = { level = 28, str = 26, int = 26, }, } itemBases["Ironclad Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 114, EnergyShield = 43, MovementPenalty = 0.04, }, - req = { level = 33, str = 39, int = 39, }, + req = { level = 33, str = 31, int = 31, }, } itemBases["Sacrificial Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 123, EnergyShield = 46, MovementPenalty = 0.04, }, - req = { level = 36, str = 41, int = 41, }, + req = { level = 36, str = 33, int = 33, }, } itemBases["Cleric Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_int_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 148, EnergyShield = 53, MovementPenalty = 0.04, }, - req = { level = 45, str = 51, int = 51, }, + armour = { Armour = 151, EnergyShield = 54, MovementPenalty = 0.04, }, + req = { level = 46, str = 41, int = 41, }, } itemBases["Tideseer Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, str_int_armour = true, armour = true, karui_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 165, EnergyShield = 58, MovementPenalty = 0.04, }, - req = { level = 51, str = 59, int = 59, }, + req = { level = 51, str = 45, int = 45, }, } itemBases["Gilded Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 167, EnergyShield = 59, MovementPenalty = 0.04, }, - req = { level = 52, str = 59, int = 59, }, + req = { level = 52, str = 46, int = 46, }, } itemBases["Venerated Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 173, EnergyShield = 61, MovementPenalty = 0.04, }, - req = { level = 54, str = 61, int = 61, }, + req = { level = 54, str = 48, int = 48, }, } itemBases["Revered Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicit = "+1% to all Maximum Elemental Resistances", implicitModTypes = { { "elemental", "resistance" }, }, armour = { Armour = 245, EnergyShield = 84, MovementPenalty = 0.04, }, - req = { level = 65, str = 86, int = 86, }, + req = { level = 65, str = 67, int = 67, }, } itemBases["Corvus Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicit = "+(20-30) to Spirit", implicitModTypes = { { }, }, armour = { Armour = 245, EnergyShield = 84, MovementPenalty = 0.04, }, - req = { level = 68, str = 86, int = 86, }, + req = { level = 68, str = 67, int = 67, }, } itemBases["Zenith Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 294, EnergyShield = 101, MovementPenalty = 0.04, }, - req = { level = 73, str = 86, int = 86, }, + req = { level = 73, str = 67, int = 67, }, } itemBases["Templar Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 148, EnergyShield = 53, MovementPenalty = 0.04, }, - req = { level = 45, str = 51, int = 51, }, + req = { level = 45, str = 41, int = 41, }, } itemBases["Bearskin Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 156, EnergyShield = 56, MovementPenalty = 0.04, }, - req = { level = 48, str = 55, int = 55, }, + req = { level = 48, str = 43, int = 43, }, } itemBases["Chain Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 165, EnergyShield = 58, MovementPenalty = 0.04, }, - req = { level = 51, str = 59, int = 59, }, + req = { level = 51, str = 45, int = 45, }, } itemBases["Occultist Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 176, EnergyShield = 62, MovementPenalty = 0.04, }, - req = { level = 55, str = 62, int = 62, }, + armour = { Armour = 173, EnergyShield = 61, MovementPenalty = 0.04, }, + req = { level = 54, str = 48, int = 48, }, } itemBases["Plated Vestments"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 187, EnergyShield = 65, MovementPenalty = 0.04, }, - req = { level = 59, str = 67, int = 67, }, + req = { level = 59, str = 52, int = 52, }, } itemBases["Heartcarver Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 195, EnergyShield = 68, MovementPenalty = 0.04, }, - req = { level = 62, str = 70, int = 70, }, + req = { level = 62, str = 54, int = 54, }, } itemBases["Wolfskin Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 294, EnergyShield = 101, MovementPenalty = 0.04, }, - req = { level = 65, str = 86, int = 86, }, + req = { level = 65, str = 67, int = 67, }, } itemBases["Conjurer Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicit = "+(20-30) to Spirit", implicitModTypes = { { }, }, armour = { Armour = 245, EnergyShield = 84, MovementPenalty = 0.04, }, - req = { level = 70, str = 86, int = 86, }, + req = { level = 70, str = 67, int = 67, }, } itemBases["Death Mantle"] = { type = "Body Armour", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_int_armour = true, default = true, }, implicit = "+1% to all Maximum Elemental Resistances", implicitModTypes = { { "elemental", "resistance" }, }, armour = { Armour = 245, EnergyShield = 84, MovementPenalty = 0.04, }, - req = { level = 75, str = 86, int = 86, }, + req = { level = 75, str = 67, int = 67, }, +} +itemBases["Seastorm Mantle"] = { + type = "Body Armour", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, str_int_armour = true, armour = true, karui_basetype = true, default = true, }, + implicit = "(8-14)% of Damage taken Recouped as Life", + implicitModTypes = { { "resource", "life" }, }, + armour = { Armour = 245, EnergyShield = 84, MovementPenalty = 0.04, }, + req = { level = 80, str = 67, int = 67, }, } itemBases["Hermit Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 16, EnergyShield = 16, MovementPenalty = 0.03, }, @@ -1246,232 +1301,243 @@ itemBases["Waxed Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, ezomyte_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 43, EnergyShield = 24, MovementPenalty = 0.03, }, - req = { level = 11, dex = 14, int = 14, }, + req = { level = 11, dex = 13, int = 13, }, } itemBases["Marabout Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, maraketh_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 56, EnergyShield = 28, MovementPenalty = 0.03, }, - req = { level = 16, dex = 20, int = 20, }, + req = { level = 16, dex = 17, int = 17, }, } itemBases["Wayfarer Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, maraketh_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 88, EnergyShield = 39, MovementPenalty = 0.03, }, - req = { level = 28, dex = 33, int = 33, }, + req = { level = 28, dex = 26, int = 26, }, } itemBases["Anchorite Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, vaal_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 101, EnergyShield = 43, MovementPenalty = 0.03, }, - req = { level = 33, dex = 39, int = 39, }, + req = { level = 33, dex = 31, int = 31, }, } itemBases["Scalper's Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, vaal_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 117, EnergyShield = 48, MovementPenalty = 0.03, }, - req = { level = 39, dex = 45, int = 45, }, + req = { level = 39, dex = 35, int = 35, }, } itemBases["Scoundrel Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, karui_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, - armour = { Evasion = 133, EnergyShield = 53, MovementPenalty = 0.03, }, - req = { level = 45, dex = 51, int = 51, }, + armour = { Evasion = 136, EnergyShield = 54, MovementPenalty = 0.03, }, + req = { level = 46, dex = 41, int = 41, }, } itemBases["Ascetic Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, - tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, + socketLimit = 4, + tags = { body_armour = true, karui_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 149, EnergyShield = 58, MovementPenalty = 0.03, }, - req = { level = 51, dex = 59, int = 59, }, + req = { level = 51, dex = 45, int = 45, }, } itemBases["Clandestine Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 151, EnergyShield = 59, MovementPenalty = 0.03, }, - req = { level = 52, dex = 59, int = 59, }, + req = { level = 52, dex = 46, int = 46, }, } itemBases["Monastic Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 162, EnergyShield = 63, MovementPenalty = 0.03, }, - req = { level = 56, dex = 64, int = 64, }, + req = { level = 56, dex = 50, int = 50, }, } itemBases["Torment Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 268, EnergyShield = 101, MovementPenalty = 0.03, }, - req = { level = 65, dex = 86, int = 86, }, + req = { level = 65, dex = 67, int = 67, }, } itemBases["Devout Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicit = "+(7-13)% to Chaos Resistance", implicitModTypes = { { "chaos", "resistance" }, }, armour = { Evasion = 223, EnergyShield = 84, MovementPenalty = 0.03, }, - req = { level = 68, dex = 86, int = 86, }, + req = { level = 68, dex = 67, int = 67, }, } itemBases["Assassin Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicit = "5% increased Movement Speed", implicitModTypes = { { "speed" }, }, armour = { Evasion = 223, EnergyShield = 84, MovementPenalty = 0.03, }, - req = { level = 73, dex = 86, int = 86, }, + req = { level = 73, dex = 67, int = 67, }, } itemBases["Ascetic Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 133, EnergyShield = 53, MovementPenalty = 0.03, }, - req = { level = 45, dex = 51, int = 51, }, + req = { level = 45, dex = 41, int = 41, }, } itemBases["Oiled Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 141, EnergyShield = 56, MovementPenalty = 0.03, }, - req = { level = 48, dex = 55, int = 55, }, + req = { level = 48, dex = 43, int = 43, }, } itemBases["Evangelist Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 149, EnergyShield = 58, MovementPenalty = 0.03, }, - req = { level = 51, dex = 59, int = 59, }, + req = { level = 51, dex = 45, int = 45, }, } itemBases["Itinerant Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 159, EnergyShield = 62, MovementPenalty = 0.03, }, - req = { level = 55, dex = 62, int = 62, }, + armour = { Evasion = 157, EnergyShield = 61, MovementPenalty = 0.03, }, + req = { level = 54, dex = 48, int = 48, }, } itemBases["Hatungo Garb"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 170, EnergyShield = 65, MovementPenalty = 0.03, }, - req = { level = 59, dex = 67, int = 67, }, + req = { level = 59, dex = 52, int = 52, }, } itemBases["Hawker's Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 178, EnergyShield = 68, MovementPenalty = 0.03, }, - req = { level = 62, dex = 70, int = 70, }, + req = { level = 62, dex = 54, int = 54, }, } itemBases["Sleek Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 268, EnergyShield = 101, MovementPenalty = 0.03, }, - req = { level = 65, dex = 86, int = 86, }, + req = { level = 65, dex = 67, int = 67, }, } itemBases["Rambler Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicit = "+(7-13)% to Chaos Resistance", implicitModTypes = { { "chaos", "resistance" }, }, armour = { Evasion = 223, EnergyShield = 84, MovementPenalty = 0.03, }, - req = { level = 70, dex = 86, int = 86, }, + req = { level = 70, dex = 67, int = 67, }, } itemBases["Falconer's Jacket"] = { type = "Body Armour", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, dex_int_armour = true, default = true, }, implicit = "5% increased Movement Speed", implicitModTypes = { { "speed" }, }, armour = { Evasion = 223, EnergyShield = 84, MovementPenalty = 0.03, }, - req = { level = 75, dex = 86, int = 86, }, + req = { level = 75, dex = 67, int = 67, }, +} +itemBases["Austere Garb"] = { + type = "Body Armour", + subType = "Evasion/Energy Shield", + quality = 20, + socketLimit = 4, + tags = { body_armour = true, karui_basetype = true, armour = true, default = true, dex_int_armour = true, }, + implicit = "(10-15)% reduced Elemental Ailment Duration on you", + implicitModTypes = { { "elemental", "ailment" }, }, + armour = { Evasion = 223, EnergyShield = 84, MovementPenalty = 0.03, }, + req = { level = 80, dex = 67, int = 67, }, } itemBases["Grand Regalia"] = { type = "Body Armour", subType = "Armour/Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 135, Evasion = 123, EnergyShield = 46, MovementPenalty = 0.04, }, - req = { level = 65, str = 51, dex = 51, int = 51, }, + req = { level = 65, str = 41, dex = 41, int = 41, }, } itemBases["Garment"] = { type = "Body Armour", subType = "Armour/Evasion/Energy Shield", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, armour = true, str_dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { }, @@ -1481,10 +1547,10 @@ itemBases["Garment"] = { itemBases["Golden Mantle"] = { type = "Body Armour", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { body_armour = true, str_dex_int_armour = true, demigods = true, armour = true, not_for_sale = true, default = true, }, implicit = "+(15-25)% to all Elemental Resistances", implicitModTypes = { { "elemental", "fire", "cold", "lightning", "resistance" }, }, armour = { Armour = 51, Evasion = 44, EnergyShield = 21, }, - req = { level = 20, str = 8, dex = 8, int = 8, }, + req = { level = 20, str = 7, dex = 7, int = 7, }, } diff --git a/src/Data/Bases/boots.lua b/src/Data/Bases/boots.lua index 6538f0df92..96e3093a80 100644 --- a/src/Data/Bases/boots.lua +++ b/src/Data/Bases/boots.lua @@ -7,7 +7,7 @@ itemBases["Rough Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 22, }, @@ -17,148 +17,158 @@ itemBases["Iron Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 47, }, - req = { level = 11, str = 20, }, + req = { level = 11, str = 17, }, } itemBases["Bronze Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 60, }, - req = { level = 16, str = 29, }, + req = { level = 16, str = 23, }, } itemBases["Trimmed Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 87, }, - req = { level = 27, str = 47, }, + req = { level = 27, str = 38, }, } itemBases["Stone Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, str_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 102, }, - req = { level = 33, str = 57, }, + req = { level = 33, str = 45, }, } itemBases["Reefsteel Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { boots = true, armour = true, str_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 132, }, - req = { level = 45, str = 78, }, + armour = { Armour = 135, }, + req = { level = 46, str = 62, }, } itemBases["Monument Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 150, }, - req = { level = 52, str = 89, }, + req = { level = 52, str = 69, }, } itemBases["Totemic Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 182, }, - req = { level = 65, str = 111, }, + req = { level = 65, str = 86, }, } itemBases["Plated Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 132, }, - req = { level = 45, str = 78, }, + req = { level = 45, str = 60, }, } itemBases["Lionheart Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 147, }, - req = { level = 51, str = 88, }, + req = { level = 51, str = 68, }, } itemBases["Elegant Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 157, }, - req = { level = 55, str = 95, }, + armour = { Armour = 155, }, + req = { level = 54, str = 72, }, } itemBases["Carved Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 167, }, - req = { level = 59, str = 101, }, + req = { level = 59, str = 78, }, } itemBases["Bulwark Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 182, }, - req = { level = 65, str = 111, }, + req = { level = 65, str = 86, }, } itemBases["Ornate Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 200, }, - req = { level = 70, str = 121, }, + req = { level = 70, str = 93, }, } itemBases["Vaal Greaves"] = { type = "Boots", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 219, }, - req = { level = 75, str = 131, }, + req = { level = 75, str = 101, }, +} +itemBases["Tasalian Greaves"] = { + type = "Boots", + subType = "Armour", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, str_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 237, }, + req = { level = 80, str = 108, }, } itemBases["Rawhide Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 15, }, @@ -168,148 +178,158 @@ itemBases["Laced Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 38, }, - req = { level = 11, dex = 20, }, + req = { level = 11, dex = 17, }, } itemBases["Embossed Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 50, }, - req = { level = 16, dex = 29, }, + req = { level = 16, dex = 23, }, } itemBases["Steeltoe Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 79, }, - req = { level = 28, dex = 49, }, + req = { level = 28, dex = 39, }, } itemBases["Lizardscale Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 90, }, - req = { level = 33, dex = 57, }, + req = { level = 33, dex = 45, }, } itemBases["Flared Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { dex_armour = true, armour = true, boots = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 119, }, - req = { level = 45, dex = 78, }, + armour = { Evasion = 121, }, + req = { level = 46, dex = 62, }, } itemBases["Leatherplate Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 135, }, - req = { level = 52, dex = 89, }, + req = { level = 52, dex = 69, }, } itemBases["Embroidered Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 166, }, - req = { level = 65, dex = 111, }, + req = { level = 65, dex = 86, }, } itemBases["Bound Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 119, }, - req = { level = 45, dex = 78, }, + req = { level = 45, dex = 60, }, } itemBases["Sleek Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 133, }, - req = { level = 51, dex = 88, }, + req = { level = 51, dex = 68, }, } itemBases["Studded Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 143, }, - req = { level = 55, dex = 95, }, + armour = { Evasion = 140, }, + req = { level = 54, dex = 72, }, } itemBases["Serpentscale Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 152, }, - req = { level = 59, dex = 101, }, + req = { level = 59, dex = 78, }, } itemBases["Cinched Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 166, }, - req = { level = 65, dex = 111, }, + req = { level = 65, dex = 86, }, } itemBases["Cavalry Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 183, }, - req = { level = 70, dex = 121, }, + req = { level = 70, dex = 93, }, } itemBases["Dragonscale Boots"] = { type = "Boots", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 200, }, - req = { level = 75, dex = 131, }, + req = { level = 75, dex = 101, }, +} +itemBases["Drakeskin Boots"] = { + type = "Boots", + subType = "Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, dex_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Evasion = 216, }, + req = { level = 80, dex = 108, }, } itemBases["Straw Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 14, }, @@ -319,269 +339,289 @@ itemBases["Wrapped Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 22, }, - req = { level = 11, int = 20, }, + req = { level = 11, int = 17, }, } itemBases["Lattice Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 25, }, - req = { level = 16, int = 29, }, + req = { level = 16, int = 23, }, } itemBases["Silk Slippers"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 34, }, - req = { level = 27, int = 47, }, + req = { level = 27, int = 38, }, } itemBases["Feathered Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 38, }, - req = { level = 33, int = 57, }, + req = { level = 33, int = 45, }, } itemBases["Flax Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, - tags = { int_armour = true, armour = true, boots = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 48, }, - req = { level = 45, int = 78, }, + req = { level = 46, int = 62, }, } itemBases["Studded Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 53, }, - req = { level = 52, int = 89, }, + req = { level = 52, int = 69, }, } itemBases["Elaborate Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 63, }, - req = { level = 65, int = 111, }, + req = { level = 65, int = 86, }, } itemBases["Laced Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 48, }, - req = { level = 45, int = 78, }, + req = { level = 45, int = 60, }, } itemBases["Bangled Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 52, }, - req = { level = 51, int = 88, }, + req = { level = 51, int = 68, }, } itemBases["Elegant Slippers"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 55, }, - req = { level = 55, int = 95, }, + armour = { EnergyShield = 54, }, + req = { level = 54, int = 72, }, } itemBases["Dunerunner Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 58, }, - req = { level = 59, int = 101, }, + req = { level = 59, int = 78, }, } itemBases["Bound Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 63, }, - req = { level = 65, int = 111, }, + req = { level = 65, int = 86, }, } itemBases["Luxurious Slippers"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 69, }, - req = { level = 70, int = 121, }, + req = { level = 70, int = 93, }, } itemBases["Sandsworn Sandals"] = { type = "Boots", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 75, }, - req = { level = 75, int = 131, }, + req = { level = 75, int = 101, }, +} +itemBases["Sekhema Sandals"] = { + type = "Boots", + subType = "Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, int_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { EnergyShield = 82, }, + req = { level = 80, int = 108, }, } itemBases["Mail Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 19, Evasion = 15, }, - req = { level = 6, str = 8, dex = 8, }, + req = { level = 6, str = 7, dex = 7, }, } itemBases["Braced Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 33, Evasion = 28, }, - req = { level = 16, str = 17, dex = 17, }, + req = { level = 16, str = 14, dex = 14, }, } itemBases["Stacked Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, vaal_basetype = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 56, Evasion = 50, }, - req = { level = 33, str = 32, dex = 32, }, + req = { level = 33, str = 26, dex = 26, }, } itemBases["Covered Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, - tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 73, Evasion = 65, }, - req = { level = 45, str = 43, dex = 43, }, + armour = { Armour = 74, Evasion = 67, }, + req = { level = 46, str = 35, dex = 35, }, } itemBases["Flexile Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 82, Evasion = 74, }, - req = { level = 52, str = 50, dex = 50, }, + req = { level = 52, str = 38, dex = 38, }, } itemBases["Bold Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, Evasion = 91, }, - req = { level = 65, str = 61, dex = 61, }, + req = { level = 65, str = 47, dex = 47, }, } itemBases["Soldiering Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 73, Evasion = 65, }, - req = { level = 45, str = 43, dex = 43, }, + req = { level = 45, str = 34, dex = 34, }, } itemBases["Goldwork Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 81, Evasion = 73, }, - req = { level = 51, str = 49, dex = 49, }, + req = { level = 51, str = 38, dex = 38, }, } itemBases["Bastion Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 92, Evasion = 84, }, - req = { level = 59, str = 56, dex = 56, }, + req = { level = 59, str = 44, dex = 44, }, } itemBases["Veteran Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, Evasion = 91, }, - req = { level = 65, str = 61, dex = 61, }, + req = { level = 65, str = 47, dex = 47, }, } itemBases["Noble Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 110, Evasion = 101, }, - req = { level = 70, str = 66, dex = 66, }, + req = { level = 70, str = 51, dex = 51, }, } itemBases["Fortress Sabatons"] = { type = "Boots", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 120, Evasion = 110, }, - req = { level = 75, str = 71, dex = 71, }, + req = { level = 75, str = 56, dex = 56, }, +} +itemBases["Blacksteel Sabatons"] = { + type = "Boots", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, armour = true, boots = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 130, Evasion = 119, }, + req = { level = 80, str = 59, dex = 59, }, } itemBases["Padded Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 18, EnergyShield = 9, }, @@ -591,118 +631,128 @@ itemBases["Secured Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 33, EnergyShield = 14, }, - req = { level = 16, str = 17, int = 17, }, + req = { level = 16, str = 14, int = 14, }, } itemBases["Pelt Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, vaal_basetype = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 56, EnergyShield = 21, }, - req = { level = 33, str = 32, int = 32, }, + req = { level = 33, str = 26, int = 26, }, } itemBases["Weaver Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, - tags = { str_int_armour = true, armour = true, boots = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 73, EnergyShield = 26, }, - req = { level = 45, str = 43, int = 43, }, + armour = { Armour = 74, EnergyShield = 27, }, + req = { level = 46, str = 35, int = 35, }, } itemBases["Gilt Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 82, EnergyShield = 29, }, - req = { level = 52, str = 50, int = 50, }, + req = { level = 52, str = 38, int = 38, }, } itemBases["Pious Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, EnergyShield = 35, }, - req = { level = 65, str = 61, int = 61, }, + req = { level = 65, str = 47, int = 47, }, } itemBases["Adherent Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 73, EnergyShield = 26, }, - req = { level = 45, str = 43, int = 43, }, + req = { level = 45, str = 34, int = 34, }, } itemBases["Bound Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 81, EnergyShield = 29, }, - req = { level = 51, str = 49, int = 49, }, + req = { level = 51, str = 38, int = 38, }, } itemBases["Shamanistic Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 92, EnergyShield = 32, }, - req = { level = 59, str = 56, int = 56, }, + req = { level = 59, str = 44, int = 44, }, } itemBases["Faithful Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, EnergyShield = 35, }, - req = { level = 65, str = 61, int = 61, }, + req = { level = 65, str = 47, int = 47, }, } itemBases["Apostle Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 110, EnergyShield = 38, }, - req = { level = 70, str = 66, int = 66, }, + req = { level = 70, str = 51, int = 51, }, } itemBases["Warlock Leggings"] = { type = "Boots", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 120, EnergyShield = 42, }, - req = { level = 75, str = 71, int = 71, }, + req = { level = 75, str = 56, int = 56, }, +} +itemBases["Cryptic Leggings"] = { + type = "Boots", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, armour = true, boots = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 130, EnergyShield = 45, }, + req = { level = 80, str = 59, int = 59, }, } itemBases["Frayed Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, ezomyte_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 13, EnergyShield = 9, }, @@ -712,128 +762,138 @@ itemBases["Threaded Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, boots = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 28, EnergyShield = 14, }, - req = { level = 16, dex = 17, int = 17, }, + req = { level = 16, dex = 14, int = 14, }, } itemBases["Hunting Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, vaal_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 50, EnergyShield = 21, }, - req = { level = 33, dex = 32, int = 32, }, + req = { level = 33, dex = 26, int = 26, }, } itemBases["Steelpoint Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, - tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, - armour = { Evasion = 65, EnergyShield = 26, }, - req = { level = 45, dex = 43, int = 43, }, + armour = { Evasion = 67, EnergyShield = 27, }, + req = { level = 46, dex = 35, int = 35, }, } itemBases["Velour Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 74, EnergyShield = 29, }, - req = { level = 52, dex = 50, int = 50, }, + req = { level = 52, dex = 38, int = 38, }, } itemBases["Bladed Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 91, EnergyShield = 35, }, - req = { level = 65, dex = 61, int = 61, }, + req = { level = 65, dex = 47, int = 47, }, } itemBases["Wayfarer Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 65, EnergyShield = 26, }, - req = { level = 45, dex = 43, int = 43, }, + req = { level = 45, dex = 34, int = 34, }, } itemBases["Silverbuckled Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 73, EnergyShield = 29, }, - req = { level = 51, dex = 49, int = 49, }, + req = { level = 51, dex = 38, int = 38, }, } itemBases["Treerunner Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 84, EnergyShield = 32, }, - req = { level = 59, dex = 56, int = 56, }, + req = { level = 59, dex = 44, int = 44, }, } itemBases["Wanderer Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 91, EnergyShield = 35, }, - req = { level = 65, dex = 61, int = 61, }, + req = { level = 65, dex = 47, int = 47, }, } itemBases["Charmed Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 101, EnergyShield = 38, }, - req = { level = 70, dex = 66, int = 66, }, + req = { level = 70, dex = 51, int = 51, }, } itemBases["Quickslip Shoes"] = { type = "Boots", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 110, EnergyShield = 42, }, - req = { level = 75, dex = 71, int = 71, }, + req = { level = 75, dex = 56, int = 56, }, +} +itemBases["Daggerfoot Shoes"] = { + type = "Boots", + subType = "Evasion/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, boots = true, armour = true, default = true, dex_int_armour = true, }, + implicitModTypes = { }, + armour = { Evasion = 119, EnergyShield = 45, }, + req = { level = 80, dex = 59, int = 59, }, } itemBases["Grand Cuisses"] = { type = "Boots", subType = "Armour/Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_int_armour = true, armour = true, boots = true, default = true, }, implicitModTypes = { }, armour = { Armour = 66, Evasion = 60, EnergyShield = 23, }, - req = { level = 65, str = 43, dex = 43, int = 43, }, + req = { level = 65, str = 34, dex = 34, int = 34, }, } itemBases["Golden Caligae"] = { type = "Boots", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { boots = true, not_for_sale = true, armour = true, demigods = true, default = true, }, implicit = "+(8-16)% to all Elemental Resistances", implicitModTypes = { { "elemental", "fire", "cold", "lightning", "resistance" }, }, diff --git a/src/Data/Bases/bow.lua b/src/Data/Bases/bow.lua index e45e183baa..32942a62f5 100644 --- a/src/Data/Bases/bow.lua +++ b/src/Data/Bases/bow.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Crude Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 6, PhysicalMax = 9, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, @@ -14,223 +14,233 @@ itemBases["Crude Bow"] = { itemBases["Shortbow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 7, PhysicalMax = 14, CritChanceBase = 5, AttackRateBase = 1.25, Range = 120, }, - req = { level = 5, dex = 14, }, + req = { level = 5, dex = 12, }, } itemBases["Warden Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "(20-30)% chance to Chain an additional time", implicitModTypes = { { }, }, weapon = { PhysicalMin = 12, PhysicalMax = 18, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, - req = { level = 11, dex = 27, }, + req = { level = 11, dex = 23, }, } itemBases["Recurve Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 15, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.1, Range = 120, }, - req = { level = 16, dex = 38, }, + req = { level = 16, dex = 31, }, } itemBases["Composite Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 22, dex = 52, }, + req = { level = 22, dex = 41, }, } itemBases["Dualstring Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "Bow Attacks fire an additional Arrow", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 16, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.1, Range = 120, }, - req = { level = 28, dex = 65, }, + req = { level = 28, dex = 52, }, } itemBases["Cultist Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, - weapon = { ChaosMin = 36, ChaosMax = 59, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 33, dex = 76, }, + weapon = { PhysicalMin = 10, PhysicalMax = 17, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, + req = { level = 33, dex = 60, }, } itemBases["Zealot Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 31, PhysicalMax = 47, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 39, dex = 90, }, + req = { level = 39, dex = 70, }, } itemBases["Artillery Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "50% reduced Projectile Range", implicitModTypes = { { }, }, - weapon = { PhysicalMin = 39, PhysicalMax = 72, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, - req = { level = 45, dex = 104, }, + weapon = { PhysicalMin = 40, PhysicalMax = 74, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, + req = { level = 46, dex = 82, }, } itemBases["Tribal Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 38, PhysicalMax = 57, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 50, dex = 115, }, + req = { level = 50, dex = 89, }, } itemBases["Greatbow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 40, PhysicalMax = 82, CritChanceBase = 6.5, AttackRateBase = 1.15, Range = 120, }, - req = { level = 52, str = 119, dex = 119, }, + req = { level = 52, str = 92, dex = 92, }, } itemBases["Double Limb Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 42, PhysicalMax = 63, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 56, dex = 128, }, + req = { level = 56, dex = 99, }, } itemBases["Heavy Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 75, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 65, dex = 148, }, + req = { level = 65, dex = 114, }, } itemBases["Snakewood Shortbow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 29, PhysicalMax = 54, CritChanceBase = 5, AttackRateBase = 1.25, Range = 120, }, - req = { level = 45, dex = 104, }, + req = { level = 45, dex = 80, }, } itemBases["Protector Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "(20-30)% chance to Chain an additional time", implicitModTypes = { { }, }, weapon = { PhysicalMin = 35, PhysicalMax = 53, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, - req = { level = 48, dex = 110, }, + req = { level = 48, dex = 86, }, } itemBases["Rider Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 36, PhysicalMax = 61, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 51, dex = 117, }, + req = { level = 51, dex = 91, }, } itemBases["Twin Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "Bow Attacks fire an additional Arrow", implicitModTypes = { { "attack" }, }, - weapon = { PhysicalMin = 29, PhysicalMax = 54, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 55, dex = 126, }, + weapon = { PhysicalMin = 29, PhysicalMax = 53, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, + req = { level = 54, dex = 96, }, } itemBases["Adherent Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, - weapon = { ChaosMin = 41, ChaosMax = 69, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 59, dex = 135, }, + weapon = { PhysicalMin = 21, PhysicalMax = 34, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, + req = { level = 59, dex = 104, }, } itemBases["Militant Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 46, PhysicalMax = 69, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 62, dex = 142, }, + req = { level = 62, dex = 109, }, } itemBases["Ironwood Shortbow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 41, PhysicalMax = 76, CritChanceBase = 5, AttackRateBase = 1.25, Range = 120, }, - req = { level = 67, dex = 174, }, + req = { level = 67, dex = 134, }, } itemBases["Cavalry Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 49, PhysicalMax = 82, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 72, dex = 193, }, + req = { level = 72, dex = 149, }, } itemBases["Guardian Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "(20-30)% chance to Chain an additional time", implicitModTypes = { { }, }, weapon = { PhysicalMin = 53, PhysicalMax = 80, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, - req = { level = 77, dex = 212, }, + req = { level = 77, dex = 163, }, } itemBases["Gemini Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicit = "Bow Attacks fire an additional Arrow", implicitModTypes = { { "attack" }, }, - weapon = { PhysicalMin = 39, PhysicalMax = 73, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 78, dex = 212, }, + weapon = { PhysicalMin = 39, PhysicalMax = 72, CritChanceBase = 5, AttackRateBase = 1.1, Range = 120, }, + req = { level = 78, dex = 163, }, } itemBases["Fanatic Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, - weapon = { ChaosMin = 52, ChaosMax = 87, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 79, dex = 212, }, + weapon = { PhysicalMin = 42, PhysicalMax = 70, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, + req = { level = 79, dex = 163, }, } itemBases["Warmonger Bow"] = { type = "Bow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 56, PhysicalMax = 84, CritChanceBase = 5, AttackRateBase = 1.2, Range = 120, }, - req = { level = 77, dex = 212, }, + req = { level = 77, dex = 163, }, +} +itemBases["Obliterator Bow"] = { + type = "Bow", + quality = 20, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, default = true, twohand = true, bow = true, }, + implicit = "50% reduced Projectile Range", + implicitModTypes = { { }, }, + weapon = { PhysicalMin = 62, PhysicalMax = 115, CritChanceBase = 5, AttackRateBase = 1.15, Range = 120, }, + req = { level = 78, dex = 163, }, } diff --git a/src/Data/Bases/claw.lua b/src/Data/Bases/claw.lua index a355aee8de..d26b5106c5 100644 --- a/src/Data/Bases/claw.lua +++ b/src/Data/Bases/claw.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Crude Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 4, PhysicalMax = 10, CritChanceBase = 5, AttackRateBase = 1.65, Range = 11, }, @@ -14,110 +14,110 @@ itemBases["Crude Claw"] = { itemBases["Pict Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 4, PhysicalMax = 16, CritChanceBase = 5, AttackRateBase = 1.7, Range = 11, }, - req = { level = 6, dex = 16, }, + req = { level = 6, dex = 14, }, } itemBases["Wolfbone Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicit = "Grants 8 Life per Enemy Hit", implicitModTypes = { { "resource", "life", "attack" }, }, weapon = { PhysicalMin = 7, PhysicalMax = 23, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 12, dex = 29, }, + req = { level = 12, dex = 24, }, } itemBases["Forked Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 10, PhysicalMax = 26, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 16, dex = 38, }, + req = { level = 16, dex = 31, }, } itemBases["Plated Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 13, PhysicalMax = 31, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 22, dex = 52, }, + req = { level = 22, dex = 41, }, } itemBases["Edged Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicit = "(15-25)% chance to Blind Enemies on hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 11, PhysicalMax = 38, CritChanceBase = 5, AttackRateBase = 1.7, Range = 11, }, - req = { level = 28, dex = 65, }, + req = { level = 28, dex = 52, }, } itemBases["Arced Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 12, PhysicalMax = 46, CritChanceBase = 5, AttackRateBase = 1.65, Range = 11, }, - req = { level = 33, dex = 76, }, + req = { level = 33, dex = 60, }, } itemBases["Hooked Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 16, PhysicalMax = 49, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 36, dex = 83, }, + req = { level = 36, dex = 65, }, } itemBases["Razorglass Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 23, PhysicalMax = 54, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 45, dex = 104, }, + req = { level = 45, dex = 80, }, } itemBases["Sharktooth Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 25, PhysicalMax = 52, CritChanceBase = 5, AttackRateBase = 1.7, Range = 11, }, - req = { level = 49, dex = 112, }, + req = { level = 49, dex = 87, }, } itemBases["Armoured Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 63, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 52, dex = 119, }, + req = { level = 52, dex = 92, }, } itemBases["Piercing Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 23, PhysicalMax = 68, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 55, dex = 126, }, + req = { level = 55, dex = 97, }, } itemBases["Talon Claw"] = { type = "Claw", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, default = true, weapon = true, one_hand_weapon = true, claw = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 23, PhysicalMax = 79, CritChanceBase = 5, AttackRateBase = 1.65, Range = 11, }, - req = { level = 65, dex = 148, }, + req = { level = 65, dex = 114, }, } diff --git a/src/Data/Bases/crossbow.lua b/src/Data/Bases/crossbow.lua index a3009e8342..b496d25652 100644 --- a/src/Data/Bases/crossbow.lua +++ b/src/Data/Bases/crossbow.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Makeshift Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 7, PhysicalMax = 12, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, @@ -14,7 +14,7 @@ itemBases["Makeshift Crossbow"] = { itemBases["Tense Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "(20-30)% increased Bolt Speed", implicitModTypes = { { }, }, @@ -24,217 +24,227 @@ itemBases["Tense Crossbow"] = { itemBases["Sturdy Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 11, PhysicalMax = 26, CritChanceBase = 5, AttackRateBase = 1.55, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 10, str = 15, dex = 15, }, + req = { level = 10, str = 13, dex = 13, }, } itemBases["Varnished Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 12, PhysicalMax = 36, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 16, str = 22, dex = 22, }, + req = { level = 16, str = 19, dex = 19, }, } itemBases["Dyad Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Loads an additional bolt", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 9, PhysicalMax = 37, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 1.1, }, - req = { level = 20, str = 27, dex = 27, }, + req = { level = 20, str = 22, dex = 22, }, } itemBases["Alloy Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 12, PhysicalMax = 50, CritChanceBase = 5, AttackRateBase = 1.7, Range = 120, ReloadTimeBase = 0.7, }, - req = { level = 26, str = 34, dex = 34, }, + req = { level = 26, str = 28, dex = 28, }, } itemBases["Bombard Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Grenade Skills Fire an additional Projectile", implicitModTypes = { { }, }, weapon = { PhysicalMin = 14, PhysicalMax = 56, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 33, str = 43, dex = 43, }, + req = { level = 33, str = 34, dex = 34, }, } itemBases["Construct Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 18, PhysicalMax = 72, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 38, str = 49, dex = 49, }, + req = { level = 38, str = 39, dex = 39, }, } itemBases["Blackfire Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 20, PhysicalMax = 80, CritChanceBase = 7, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.85, }, - req = { level = 45, str = 57, dex = 57, }, + weapon = { PhysicalMin = 20, PhysicalMax = 82, CritChanceBase = 7, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.85, }, + req = { level = 46, str = 46, dex = 46, }, } itemBases["Piercing Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "(20-30)% chance to Pierce an Enemy", implicitModTypes = { { }, }, - weapon = { PhysicalMin = 20, PhysicalMax = 82, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.85, }, - req = { level = 48, str = 61, dex = 61, }, + weapon = { PhysicalMin = 21, PhysicalMax = 84, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.85, }, + req = { level = 50, str = 49, dex = 49, }, } itemBases["Cumbrous Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "+1 to maximum number of Summoned Ballista Totems", implicitModTypes = { { }, }, weapon = { PhysicalMin = 19, PhysicalMax = 76, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.9, }, - req = { level = 52, str = 66, dex = 66, }, + req = { level = 52, str = 51, dex = 51, }, } itemBases["Dedalian Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 25, PhysicalMax = 99, CritChanceBase = 7, AttackRateBase = 1.55, Range = 120, ReloadTimeBase = 0.85, }, - req = { level = 56, str = 71, dex = 71, }, + req = { level = 56, str = 55, dex = 55, }, } itemBases["Esoteric Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 28, PhysicalMax = 113, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 65, str = 81, dex = 81, }, + req = { level = 65, str = 63, dex = 63, }, } itemBases["Taut Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "(20-30)% increased Bolt Speed", implicitModTypes = { { }, }, weapon = { PhysicalMin = 20, PhysicalMax = 79, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.85, }, - req = { level = 45, str = 57, dex = 57, }, + req = { level = 45, str = 45, dex = 45, }, } itemBases["Robust Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 22, PhysicalMax = 89, CritChanceBase = 5, AttackRateBase = 1.55, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 48, str = 61, dex = 61, }, + req = { level = 48, str = 48, dex = 48, }, } itemBases["Painted Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 23, PhysicalMax = 92, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 51, str = 65, dex = 65, }, + req = { level = 51, str = 50, dex = 50, }, } itemBases["Twin Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Loads an additional bolt", implicitModTypes = { { "attack" }, }, - weapon = { PhysicalMin = 21, PhysicalMax = 83, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 1.1, }, - req = { level = 55, str = 69, dex = 69, }, + weapon = { PhysicalMin = 20, PhysicalMax = 82, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 1.1, }, + req = { level = 54, str = 53, dex = 53, }, } itemBases["Cannonade Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Grenade Skills Fire an additional Projectile", implicitModTypes = { { }, }, weapon = { PhysicalMin = 23, PhysicalMax = 90, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 59, str = 74, dex = 74, }, + req = { level = 59, str = 58, dex = 58, }, } itemBases["Bleak Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 109, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 62, str = 78, dex = 78, }, + req = { level = 62, str = 60, dex = 60, }, } itemBases["Stout Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 30, PhysicalMax = 119, CritChanceBase = 5, AttackRateBase = 1.55, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 67, str = 95, dex = 95, }, + req = { level = 67, str = 74, dex = 74, }, } itemBases["Engraved Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 31, PhysicalMax = 124, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 72, str = 106, dex = 106, }, + req = { level = 72, str = 82, dex = 82, }, } itemBases["Flexed Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "(20-30)% increased Bolt Speed", implicitModTypes = { { }, }, weapon = { PhysicalMin = 32, PhysicalMax = 127, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.85, }, - req = { level = 77, str = 116, dex = 116, }, + req = { level = 77, str = 89, dex = 89, }, } itemBases["Gemini Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Loads an additional bolt", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 28, PhysicalMax = 112, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 1.1, }, - req = { level = 78, str = 116, dex = 116, }, + req = { level = 78, str = 89, dex = 89, }, } itemBases["Siege Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicit = "Grenade Skills Fire an additional Projectile", implicitModTypes = { { }, }, weapon = { PhysicalMin = 29, PhysicalMax = 115, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.75, }, - req = { level = 79, str = 116, dex = 116, }, + req = { level = 79, str = 89, dex = 89, }, } itemBases["Desolate Crossbow"] = { type = "Crossbow", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 33, PhysicalMax = 132, CritChanceBase = 5, AttackRateBase = 1.6, Range = 120, ReloadTimeBase = 0.8, }, - req = { level = 77, str = 116, dex = 116, }, + req = { level = 77, str = 89, dex = 89, }, +} +itemBases["Elegant Crossbow"] = { + type = "Crossbow", + quality = 20, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, ranged = true, weapon = true, twohand = true, crossbow = true, default = true, }, + implicit = "(20-30)% chance to Pierce an Enemy", + implicitModTypes = { { }, }, + weapon = { PhysicalMin = 31, PhysicalMax = 123, CritChanceBase = 5, AttackRateBase = 1.65, Range = 120, ReloadTimeBase = 0.85, }, + req = { level = 78, str = 89, dex = 89, }, } diff --git a/src/Data/Bases/dagger.lua b/src/Data/Bases/dagger.lua index de267a2e39..edeadb0d19 100644 --- a/src/Data/Bases/dagger.lua +++ b/src/Data/Bases/dagger.lua @@ -5,8 +5,7 @@ local itemBases = ... itemBases["Ethereal Blade"] = { type = "Dagger", quality = 20, - hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, not_for_sale = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 5, PhysicalMax = 10, CritChanceBase = 6, AttackRateBase = 1.5, Range = 10, }, @@ -15,7 +14,7 @@ itemBases["Ethereal Blade"] = { itemBases["Glass Shank"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 3, PhysicalMax = 10, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, @@ -24,111 +23,111 @@ itemBases["Glass Shank"] = { itemBases["Crone Knife"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicit = "Leeches 4% of Physical Damage as Mana", implicitModTypes = { { "resource", "mana", "physical", "attack" }, }, weapon = { PhysicalMin = 4, PhysicalMax = 15, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 6, dex = 10, int = 10, }, + req = { level = 6, dex = 9, int = 9, }, } itemBases["Simple Dagger"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 19, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 12, dex = 18, int = 18, }, + req = { level = 12, dex = 15, int = 15, }, } itemBases["Skinning Knife"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 22, CritChanceBase = 13.5, AttackRateBase = 1.65, Range = 10, }, - req = { level = 16, dex = 22, int = 22, }, + req = { level = 16, dex = 19, int = 19, }, } itemBases["Moon Dagger"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { ColdMin = 11, ColdMax = 26, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 20, dex = 27, int = 27, }, + req = { level = 20, dex = 22, int = 22, }, } itemBases["Engraved Knife"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 11, PhysicalMax = 34, CritChanceBase = 13.5, AttackRateBase = 1.55, Range = 10, }, - req = { level = 27, dex = 36, int = 36, }, + req = { level = 27, dex = 29, int = 29, }, } itemBases["Obsidian Dagger"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 13, PhysicalMax = 39, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 33, dex = 43, int = 43, }, + req = { level = 33, dex = 34, int = 34, }, } itemBases["Bloodletting Dagger"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicit = "25% of Spell Mana Cost Converted to Life Cost", - implicitModTypes = { { }, }, + implicitModTypes = { { "resource", "life", "caster" }, }, weapon = { PhysicalMin = 18, PhysicalMax = 42, CritChanceBase = 15, AttackRateBase = 1.5, Range = 10, }, - req = { level = 39, dex = 50, int = 50, }, + req = { level = 39, dex = 39, int = 39, }, } itemBases["Mail Breaker"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicit = "Breaks (400-500) Armour on Critical Hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 19, PhysicalMax = 44, CritChanceBase = 15, AttackRateBase = 1.5, Range = 10, }, - req = { level = 45, dex = 57, int = 57, }, + req = { level = 45, dex = 45, int = 45, }, } itemBases["Kris Knife"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 16, PhysicalMax = 48, CritChanceBase = 15, AttackRateBase = 1.65, Range = 10, }, - req = { level = 49, dex = 62, int = 62, }, + req = { level = 49, dex = 49, int = 49, }, } itemBases["Parrying Dagger"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 16, PhysicalMax = 55, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 52, dex = 66, int = 66, }, + req = { level = 52, dex = 51, int = 51, }, } itemBases["Arcane Dirk"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 22, PhysicalMax = 52, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 56, dex = 71, int = 71, }, + req = { level = 56, dex = 55, int = 55, }, } itemBases["Cinquedea"] = { type = "Dagger", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, one_hand_weapon = true, weapon = true, dagger = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 21, PhysicalMax = 62, CritChanceBase = 15, AttackRateBase = 1.55, Range = 10, }, - req = { level = 65, dex = 81, int = 81, }, + req = { level = 65, dex = 63, int = 63, }, } diff --git a/src/Data/Bases/fishing.lua b/src/Data/Bases/fishing.lua index ef0f3a8608..9b4edc6ab0 100644 --- a/src/Data/Bases/fishing.lua +++ b/src/Data/Bases/fishing.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Fishing Rod"] = { type = "Fishing Rod", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { not_for_sale = true, fishing_rod = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 10, PhysicalMax = 18, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, diff --git a/src/Data/Bases/flail.lua b/src/Data/Bases/flail.lua index 1b663fd881..d629d1371a 100644 --- a/src/Data/Bases/flail.lua +++ b/src/Data/Bases/flail.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Splintered Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 6, PhysicalMax = 9, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, @@ -14,111 +14,111 @@ itemBases["Splintered Flail"] = { itemBases["Chain Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 14, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 6, str = 13, }, + req = { level = 6, str = 12, }, } itemBases["Holy Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 10, PhysicalMax = 17, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 11, str = 22, int = 11, }, + req = { level = 11, str = 18, int = 9, }, } itemBases["Iron Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 14, PhysicalMax = 23, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 16, str = 30, int = 14, }, + req = { level = 16, str = 25, int = 12, }, } itemBases["Twin Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "Forks Critical Hits", + implicit = "Bifurcates Critical Hits", implicitModTypes = { { "critical" }, }, weapon = { PhysicalMin = 8, PhysicalMax = 18, CritChanceBase = 10, AttackRateBase = 1.4, Range = 11, }, - req = { level = 20, str = 37, int = 16, }, + req = { level = 20, str = 30, int = 14, }, } itemBases["Slender Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 32, CritChanceBase = 8, AttackRateBase = 1.5, Range = 11, }, - req = { level = 26, str = 48, int = 20, }, + req = { level = 26, str = 38, int = 17, }, } itemBases["Stone Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "Unblockable", implicitModTypes = { { }, }, weapon = { PhysicalMin = 23, PhysicalMax = 38, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 33, str = 60, int = 25, }, + req = { level = 33, str = 47, int = 20, }, } itemBases["Ring Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 23, PhysicalMax = 44, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 38, str = 69, int = 28, }, + req = { level = 38, str = 54, int = 23, }, } itemBases["Guarded Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 31, PhysicalMax = 57, CritChanceBase = 10, AttackRateBase = 1.4, Range = 11, }, - req = { level = 45, str = 81, int = 33, }, + req = { level = 45, str = 63, int = 26, }, } itemBases["Icicle Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { ColdMin = 24, ColdMax = 55, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 47, str = 84, int = 34, }, + req = { level = 47, str = 66, int = 27, }, } itemBases["Tearing Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 56, CritChanceBase = 12.5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 52, str = 93, int = 37, }, + req = { level = 52, str = 72, int = 29, }, } itemBases["Great Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 35, PhysicalMax = 58, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 58, str = 103, int = 41, }, + req = { level = 58, str = 80, int = 32, }, } itemBases["Abyssal Flail"] = { type = "Flail", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 36, PhysicalMax = 66, CritChanceBase = 10, AttackRateBase = 1.45, Range = 11, }, - req = { level = 65, str = 116, int = 45, }, + req = { level = 65, str = 89, int = 36, }, } -- not working this way? baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/Flails/AbstractFlail diff --git a/src/Data/Bases/flask.lua b/src/Data/Bases/flask.lua index aaf8c91e02..ba62c2c842 100644 --- a/src/Data/Bases/flask.lua +++ b/src/Data/Bases/flask.lua @@ -110,6 +110,15 @@ itemBases["Golden Charm"] = { charm = { duration = 1, chargesUsed = 80, chargesMax = 80, buff = { "15% increased Rarity of Items found" }, }, req = { level = 50, }, } +itemBases["Cleansing Charm"] = { + type = "Charm", + quality = 20, + tags = { flask = true, utility_flask = true, default = true, }, + implicit = "Used when you become Cursed", + implicitModTypes = { { }, }, + charm = { duration = 3, chargesUsed = 20, chargesMax = 40, buff = { "" }, }, + req = { level = 40, }, +} itemBases["Lesser Life Flask"] = { type = "Flask", diff --git a/src/Data/Bases/focus.lua b/src/Data/Bases/focus.lua index 6dc21c9cc1..22ab0d2808 100644 --- a/src/Data/Bases/focus.lua +++ b/src/Data/Bases/focus.lua @@ -6,7 +6,7 @@ local itemBases = ... itemBases["Twig Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { focus = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 12, }, @@ -15,189 +15,198 @@ itemBases["Twig Focus"] = { itemBases["Woven Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { focus = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 15, }, - req = { level = 6, int = 13, }, + req = { level = 6, int = 11, }, } itemBases["Antler Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { focus = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 17, }, - req = { level = 10, int = 20, }, + req = { level = 10, int = 17, }, } itemBases["Engraved Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 21, }, - req = { level = 16, int = 30, }, + req = { level = 16, int = 25, }, } itemBases["Tonal Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 25, }, - req = { level = 22, int = 42, }, + req = { level = 22, int = 33, }, } itemBases["Crystal Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 28, }, - req = { level = 26, int = 49, }, + req = { level = 26, int = 38, }, } itemBases["Voodoo Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { focus = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 32, }, - req = { level = 33, int = 61, }, + req = { level = 33, int = 48, }, } itemBases["Plumed Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { focus = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 34, }, - req = { level = 36, int = 66, }, + req = { level = 36, int = 52, }, } -itemBases["Jade Focus"] = { +itemBases["Runed Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, - tags = { int_armour = true, armour = true, focus = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 40, }, - req = { level = 45, int = 83, }, + req = { level = 46, int = 66, }, } -itemBases["Paua Focus"] = { +itemBases["Whorl Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, - tags = { int_armour = true, armour = true, focus = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 43, }, - req = { level = 51, int = 94, }, + req = { level = 51, int = 73, }, } itemBases["Elegant Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 44, }, - req = { level = 52, int = 95, }, + req = { level = 52, int = 74, }, } itemBases["Attuned Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 47, }, - req = { level = 57, int = 104, }, + req = { level = 57, int = 81, }, } itemBases["Magus Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 52, }, - req = { level = 65, int = 118, }, + req = { level = 65, int = 91, }, } itemBases["Wreath Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 40, }, - req = { level = 45, int = 83, }, + req = { level = 45, int = 64, }, } itemBases["Staghorn Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 42, }, - req = { level = 48, int = 88, }, + req = { level = 48, int = 69, }, } itemBases["Jingling Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 43, }, - req = { level = 51, int = 94, }, + req = { level = 51, int = 73, }, } itemBases["Arrayed Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 46, }, - req = { level = 55, int = 101, }, + armour = { EnergyShield = 45, }, + req = { level = 54, int = 77, }, } itemBases["Cultist Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 49, }, - req = { level = 59, int = 108, }, + req = { level = 59, int = 83, }, } itemBases["Hallowed Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 50, }, - req = { level = 61, int = 112, }, + req = { level = 61, int = 86, }, } itemBases["Druidic Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 52, }, - req = { level = 65, int = 118, }, + req = { level = 65, int = 91, }, } itemBases["Leyline Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 58, }, - req = { level = 70, int = 129, }, + req = { level = 70, int = 99, }, } itemBases["Sacred Focus"] = { type = "Focus", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, focus = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 63, }, - req = { level = 75, int = 139, }, + req = { level = 75, int = 107, }, +} +itemBases["Tasalian Focus"] = { + type = "Focus", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, focus = true, int_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { EnergyShield = 68, }, + req = { level = 80, int = 115, }, } diff --git a/src/Data/Bases/gloves.lua b/src/Data/Bases/gloves.lua index c42717f030..f718ffb8cd 100644 --- a/src/Data/Bases/gloves.lua +++ b/src/Data/Bases/gloves.lua @@ -7,7 +7,7 @@ itemBases["Stocky Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 15, }, @@ -17,148 +17,158 @@ itemBases["Riveted Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, str_armour = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 31, }, - req = { level = 11, str = 19, }, + req = { level = 11, str = 16, }, } itemBases["Tempered Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 40, }, - req = { level = 16, str = 27, }, + req = { level = 16, str = 22, }, } itemBases["Bolstered Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 58, }, - req = { level = 27, str = 44, }, + req = { level = 27, str = 35, }, } itemBases["Moulded Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, str_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 68, }, - req = { level = 33, str = 53, }, + req = { level = 33, str = 42, }, } itemBases["Detailed Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { gloves = true, armour = true, str_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, str_armour = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 88, }, - req = { level = 45, str = 73, }, + armour = { Armour = 90, }, + req = { level = 46, str = 57, }, } itemBases["Titan Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 100, }, - req = { level = 52, str = 83, }, + req = { level = 52, str = 64, }, } itemBases["Grand Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 122, }, - req = { level = 65, str = 104, }, + req = { level = 65, str = 80, }, } itemBases["Plated Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 88, }, - req = { level = 45, str = 73, }, + req = { level = 45, str = 56, }, } itemBases["Elegant Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 98, }, - req = { level = 51, str = 82, }, + req = { level = 51, str = 64, }, } itemBases["Ancient Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 105, }, - req = { level = 55, str = 88, }, + armour = { Armour = 103, }, + req = { level = 54, str = 67, }, } itemBases["Feathered Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 111, }, - req = { level = 59, str = 95, }, + req = { level = 59, str = 73, }, } itemBases["Knightly Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 122, }, - req = { level = 65, str = 104, }, + req = { level = 65, str = 80, }, } itemBases["Ornate Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 134, }, - req = { level = 70, str = 113, }, + req = { level = 70, str = 87, }, } itemBases["Vaal Mitts"] = { type = "Gloves", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 146, }, - req = { level = 75, str = 122, }, + req = { level = 75, str = 94, }, +} +itemBases["Massive Mitts"] = { + type = "Gloves", + subType = "Armour", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, str_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 158, }, + req = { level = 80, str = 101, }, } itemBases["Suede Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 10, }, @@ -168,148 +178,158 @@ itemBases["Firm Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, ezomyte_basetype = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 26, }, - req = { level = 11, dex = 19, }, + req = { level = 11, dex = 16, }, } itemBases["Bound Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 33, }, - req = { level = 16, dex = 27, }, + req = { level = 16, dex = 22, }, } itemBases["Sectioned Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 52, }, - req = { level = 28, dex = 46, }, + req = { level = 28, dex = 36, }, } itemBases["Spined Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, dex_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 60, }, - req = { level = 33, dex = 53, }, + req = { level = 33, dex = 42, }, } itemBases["Fine Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { dex_armour = true, armour = true, gloves = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, dex_armour = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 79, }, - req = { level = 45, dex = 73, }, + armour = { Evasion = 81, }, + req = { level = 46, dex = 57, }, } itemBases["Hardened Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 90, }, - req = { level = 52, dex = 83, }, + req = { level = 52, dex = 64, }, } itemBases["Engraved Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 111, }, - req = { level = 65, dex = 104, }, + req = { level = 65, dex = 80, }, } itemBases["Hunting Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 79, }, - req = { level = 45, dex = 73, }, + req = { level = 45, dex = 56, }, } itemBases["Swift Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 89, }, - req = { level = 51, dex = 82, }, + req = { level = 51, dex = 64, }, } itemBases["Refined Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 95, }, - req = { level = 55, dex = 88, }, + armour = { Evasion = 93, }, + req = { level = 54, dex = 67, }, } itemBases["Spiked Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 101, }, - req = { level = 59, dex = 95, }, + req = { level = 59, dex = 73, }, } itemBases["Stalking Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 111, }, - req = { level = 65, dex = 104, }, + req = { level = 65, dex = 80, }, } itemBases["Grand Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 122, }, - req = { level = 70, dex = 113, }, + req = { level = 70, dex = 87, }, } itemBases["Barbed Bracers"] = { type = "Gloves", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 133, }, - req = { level = 75, dex = 122, }, + req = { level = 75, dex = 94, }, +} +itemBases["Polished Bracers"] = { + type = "Gloves", + subType = "Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, dex_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Evasion = 144, }, + req = { level = 80, dex = 101, }, } itemBases["Torn Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 9, }, @@ -319,269 +339,289 @@ itemBases["Sombre Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, ezomyte_basetype = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 15, }, - req = { level = 12, int = 20, }, + req = { level = 12, int = 17, }, } itemBases["Stitched Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 17, }, - req = { level = 16, int = 27, }, + req = { level = 16, int = 22, }, } itemBases["Jewelled Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 22, }, - req = { level = 26, int = 43, }, + req = { level = 26, int = 34, }, } itemBases["Intricate Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, int_armour = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 26, }, - req = { level = 33, int = 53, }, + req = { level = 33, int = 42, }, } itemBases["Pauascale Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, - tags = { int_armour = true, armour = true, gloves = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, int_armour = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 32, }, - req = { level = 45, int = 73, }, + req = { level = 46, int = 57, }, } itemBases["Embroidered Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 35, }, - req = { level = 52, int = 83, }, + req = { level = 52, int = 64, }, } itemBases["Adorned Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 42, }, - req = { level = 65, int = 104, }, + req = { level = 65, int = 80, }, } itemBases["Ominous Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 32, }, - req = { level = 45, int = 73, }, + req = { level = 45, int = 56, }, } -itemBases["Embroidered Gloves"] = { +itemBases["Embellished Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 35, }, - req = { level = 51, int = 82, }, + req = { level = 51, int = 64, }, } itemBases["Baroque Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 37, }, - req = { level = 55, int = 88, }, + armour = { EnergyShield = 36, }, + req = { level = 54, int = 67, }, } itemBases["Gold Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 39, }, - req = { level = 59, int = 95, }, + req = { level = 59, int = 73, }, } itemBases["Grim Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 42, }, - req = { level = 65, int = 104, }, + req = { level = 65, int = 80, }, } itemBases["Opulent Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 46, }, - req = { level = 70, int = 113, }, + req = { level = 70, int = 87, }, } itemBases["Vaal Gloves"] = { type = "Gloves", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 50, }, - req = { level = 75, int = 122, }, + req = { level = 75, int = 94, }, +} +itemBases["Sirenscale Gloves"] = { + type = "Gloves", + subType = "Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, int_armour = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { EnergyShield = 54, }, + req = { level = 80, int = 101, }, } itemBases["Ringmail Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 13, Evasion = 10, }, - req = { level = 6, str = 7, dex = 7, }, + req = { level = 6, str = 6, dex = 6, }, } itemBases["Layered Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 22, Evasion = 18, }, - req = { level = 16, str = 15, dex = 15, }, + req = { level = 16, str = 13, dex = 13, }, } itemBases["Doubled Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, vaal_basetype = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 37, Evasion = 33, }, - req = { level = 33, str = 30, dex = 30, }, + req = { level = 33, str = 24, dex = 24, }, } itemBases["Plate Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, - tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 48, Evasion = 44, }, - req = { level = 45, str = 40, dex = 40, }, + armour = { Armour = 49, Evasion = 44, }, + req = { level = 46, str = 32, dex = 32, }, } itemBases["Burnished Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 55, Evasion = 50, }, - req = { level = 52, str = 46, dex = 46, }, + req = { level = 52, str = 36, dex = 36, }, } itemBases["Ornate Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, Evasion = 61, }, - req = { level = 65, str = 57, dex = 57, }, + req = { level = 65, str = 44, dex = 44, }, } itemBases["Ironmail Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 48, Evasion = 44, }, - req = { level = 45, str = 40, dex = 40, }, + req = { level = 45, str = 32, dex = 32, }, } itemBases["Captain Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 54, Evasion = 49, }, - req = { level = 51, str = 46, dex = 46, }, + req = { level = 51, str = 35, dex = 35, }, } itemBases["Zealot Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 61, Evasion = 56, }, - req = { level = 59, str = 52, dex = 52, }, + req = { level = 59, str = 41, dex = 41, }, } itemBases["Steelmail Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, Evasion = 61, }, - req = { level = 65, str = 57, dex = 57, }, + req = { level = 65, str = 44, dex = 44, }, } itemBases["Commander Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 74, Evasion = 67, }, - req = { level = 70, str = 62, dex = 62, }, + req = { level = 70, str = 48, dex = 48, }, } itemBases["Cultist Gauntlets"] = { type = "Gloves", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 80, Evasion = 73, }, - req = { level = 75, str = 67, dex = 67, }, + req = { level = 75, str = 52, dex = 52, }, +} +itemBases["Blacksteel Gauntlets"] = { + type = "Gloves", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, armour = true, gloves = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 87, Evasion = 79, }, + req = { level = 80, str = 55, dex = 55, }, } itemBases["Rope Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 12, EnergyShield = 6, }, @@ -591,118 +631,128 @@ itemBases["Aged Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 22, EnergyShield = 9, }, - req = { level = 16, str = 15, int = 15, }, + req = { level = 16, str = 13, int = 13, }, } itemBases["Goldcast Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, vaal_basetype = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 37, EnergyShield = 14, }, - req = { level = 33, str = 30, int = 30, }, + req = { level = 33, str = 24, int = 24, }, } -itemBases["Diviner Cuffs"] = { +itemBases["Verisium Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, - tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 48, EnergyShield = 17, }, - req = { level = 45, str = 40, int = 40, }, + armour = { Armour = 49, EnergyShield = 18, }, + req = { level = 46, str = 32, int = 32, }, } itemBases["Righteous Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 55, EnergyShield = 19, }, - req = { level = 52, str = 46, int = 46, }, + req = { level = 52, str = 36, int = 36, }, } itemBases["Signet Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, EnergyShield = 23, }, - req = { level = 65, str = 57, int = 57, }, + req = { level = 65, str = 44, int = 44, }, } itemBases["Braided Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 48, EnergyShield = 17, }, - req = { level = 45, str = 40, int = 40, }, + req = { level = 45, str = 32, int = 32, }, } itemBases["Heirloom Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 54, EnergyShield = 19, }, - req = { level = 51, str = 46, int = 46, }, + req = { level = 51, str = 35, int = 35, }, } itemBases["Ornate Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 61, EnergyShield = 21, }, - req = { level = 59, str = 52, int = 52, }, + req = { level = 59, str = 41, int = 41, }, } itemBases["Bound Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 67, EnergyShield = 23, }, - req = { level = 65, str = 57, int = 57, }, + req = { level = 65, str = 44, int = 44, }, } itemBases["Ancient Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 74, EnergyShield = 25, }, - req = { level = 70, str = 62, int = 62, }, + req = { level = 70, str = 48, int = 48, }, } itemBases["Gleaming Cuffs"] = { type = "Gloves", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 80, EnergyShield = 28, }, - req = { level = 75, str = 67, int = 67, }, + req = { level = 75, str = 52, int = 52, }, +} +itemBases["Adherent Cuffs"] = { + type = "Gloves", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, armour = true, gloves = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 87, EnergyShield = 30, }, + req = { level = 80, str = 55, int = 55, }, } itemBases["Gauze Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, ezomyte_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 8, EnergyShield = 6, }, @@ -712,122 +762,132 @@ itemBases["Linen Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, gloves = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 18, EnergyShield = 9, }, - req = { level = 16, dex = 15, int = 15, }, + req = { level = 16, dex = 13, int = 13, }, } itemBases["Spiral Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { gloves = true, vaal_basetype = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 33, EnergyShield = 14, }, - req = { level = 33, dex = 30, int = 30, }, + req = { level = 33, dex = 24, int = 24, }, } itemBases["Buckled Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, - tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, - armour = { Evasion = 44, EnergyShield = 17, }, - req = { level = 45, dex = 40, int = 40, }, + armour = { Evasion = 44, EnergyShield = 18, }, + req = { level = 46, dex = 32, int = 32, }, } itemBases["Furtive Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 50, EnergyShield = 19, }, - req = { level = 52, dex = 46, int = 46, }, + req = { level = 52, dex = 36, int = 36, }, } itemBases["Utility Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 61, EnergyShield = 23, }, - req = { level = 65, dex = 57, int = 57, }, + req = { level = 65, dex = 44, int = 44, }, } itemBases["Bandage Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 44, EnergyShield = 17, }, - req = { level = 45, dex = 40, int = 40, }, + req = { level = 45, dex = 32, int = 32, }, } itemBases["Cambric Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 49, EnergyShield = 19, }, - req = { level = 51, dex = 46, int = 46, }, + req = { level = 51, dex = 35, int = 35, }, } itemBases["Adorned Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 56, EnergyShield = 21, }, - req = { level = 59, dex = 52, int = 52, }, + req = { level = 59, dex = 41, int = 41, }, } itemBases["War Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 61, EnergyShield = 23, }, - req = { level = 65, dex = 57, int = 57, }, + req = { level = 65, dex = 44, int = 44, }, } itemBases["Elegant Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 67, EnergyShield = 25, }, - req = { level = 70, dex = 62, int = 62, }, + req = { level = 70, dex = 48, int = 48, }, } itemBases["Vaal Wraps"] = { type = "Gloves", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 73, EnergyShield = 28, }, - req = { level = 75, dex = 67, int = 67, }, + req = { level = 75, dex = 52, int = 52, }, +} +itemBases["Secured Wraps"] = { + type = "Gloves", + subType = "Evasion/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, gloves = true, armour = true, default = true, dex_int_armour = true, }, + implicitModTypes = { }, + armour = { Evasion = 79, EnergyShield = 30, }, + req = { level = 80, dex = 55, int = 55, }, } itemBases["Grand Manchettes"] = { type = "Gloves", subType = "Armour/Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_int_armour = true, armour = true, gloves = true, default = true, }, implicitModTypes = { }, armour = { Armour = 44, Evasion = 40, EnergyShield = 15, }, - req = { level = 65, str = 40, dex = 40, int = 40, }, + req = { level = 65, str = 32, dex = 32, int = 32, }, } diff --git a/src/Data/Bases/helmet.lua b/src/Data/Bases/helmet.lua index b5c8d2d221..c6a62f6038 100644 --- a/src/Data/Bases/helmet.lua +++ b/src/Data/Bases/helmet.lua @@ -7,7 +7,7 @@ itemBases["Rusted Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, helmet = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 29, }, @@ -17,188 +17,198 @@ itemBases["Soldier Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, helmet = true, armour = true, ezomyte_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 66, }, - req = { level = 12, str = 23, }, + req = { level = 12, str = 19, }, } itemBases["Wrapped Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 79, }, - req = { level = 16, str = 30, }, + req = { level = 16, str = 25, }, } itemBases["Spired Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 116, }, - req = { level = 27, str = 50, }, + req = { level = 27, str = 40, }, } itemBases["Elite Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 136, }, - req = { level = 33, str = 61, }, + req = { level = 33, str = 48, }, } itemBases["Warrior Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 146, }, - req = { level = 36, str = 66, }, + req = { level = 36, str = 52, }, } itemBases["Commander Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, str_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 176, }, - req = { level = 45, str = 83, }, + armour = { Armour = 180, }, + req = { level = 46, str = 66, }, } itemBases["Fierce Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, str_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 196, }, - req = { level = 51, str = 94, }, + req = { level = 51, str = 73, }, } itemBases["Sentinel Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 200, }, - req = { level = 52, str = 95, }, + req = { level = 52, str = 74, }, } itemBases["Goliath Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 216, }, - req = { level = 57, str = 104, }, + req = { level = 57, str = 81, }, } itemBases["Guardian Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 243, }, - req = { level = 65, str = 118, }, + req = { level = 65, str = 91, }, } itemBases["Corroded Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 176, }, - req = { level = 45, str = 83, }, + req = { level = 45, str = 64, }, } itemBases["Mercenary Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 186, }, - req = { level = 48, str = 88, }, + req = { level = 48, str = 69, }, } itemBases["Homeguard Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 196, }, - req = { level = 51, str = 94, }, + req = { level = 51, str = 73, }, } itemBases["Elegant Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 210, }, - req = { level = 55, str = 101, }, + armour = { Armour = 206, }, + req = { level = 54, str = 77, }, } itemBases["Noble Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 223, }, - req = { level = 59, str = 108, }, + req = { level = 59, str = 83, }, } itemBases["Warmonger Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 243, }, - req = { level = 65, str = 118, }, + req = { level = 65, str = 91, }, } itemBases["Masked Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 267, }, - req = { level = 70, str = 129, }, + req = { level = 70, str = 99, }, } itemBases["Paragon Greathelm"] = { type = "Helmet", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 292, }, - req = { level = 75, str = 139, }, + req = { level = 75, str = 107, }, +} +itemBases["Imperial Greathelm"] = { + type = "Helmet", + subType = "Armour", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, helmet = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 316, }, + req = { level = 80, str = 115, }, } itemBases["Shabby Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 19, }, @@ -208,188 +218,198 @@ itemBases["Felt Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 48, }, - req = { level = 10, dex = 20, }, + req = { level = 10, dex = 17, }, } itemBases["Lace Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 67, }, - req = { level = 16, dex = 30, }, + req = { level = 16, dex = 25, }, } itemBases["Swathed Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 98, }, - req = { level = 26, dex = 49, }, + req = { level = 26, dex = 38, }, } itemBases["Hunter Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 121, }, - req = { level = 33, dex = 61, }, + req = { level = 33, dex = 48, }, } itemBases["Viper Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { dex_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 136, }, - req = { level = 38, dex = 70, }, + req = { level = 38, dex = 54, }, } itemBases["Corsair Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, dex_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 158, }, - req = { level = 45, dex = 83, }, + armour = { Evasion = 162, }, + req = { level = 46, dex = 66, }, } itemBases["Leatherbound Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, dex_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 177, }, - req = { level = 51, dex = 94, }, + armour = { Evasion = 174, }, + req = { level = 50, dex = 71, }, } itemBases["Velvet Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 181, }, - req = { level = 52, dex = 95, }, + req = { level = 52, dex = 74, }, } itemBases["Covert Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 193, }, - req = { level = 56, dex = 102, }, + req = { level = 56, dex = 79, }, } itemBases["Armoured Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 222, }, - req = { level = 65, dex = 118, }, + req = { level = 65, dex = 91, }, } itemBases["Rotted Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 158, }, - req = { level = 45, dex = 83, }, + req = { level = 45, dex = 64, }, } itemBases["Wool Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 168, }, - req = { level = 48, dex = 88, }, + req = { level = 48, dex = 69, }, } itemBases["Narrow Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 177, }, - req = { level = 51, dex = 94, }, + req = { level = 51, dex = 73, }, } itemBases["Wrapped Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 190, }, - req = { level = 55, dex = 101, }, + armour = { Evasion = 187, }, + req = { level = 54, dex = 77, }, } itemBases["Deerstalker Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 203, }, - req = { level = 59, dex = 108, }, + req = { level = 59, dex = 83, }, } itemBases["Woven Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 222, }, - req = { level = 65, dex = 118, }, + req = { level = 65, dex = 91, }, } itemBases["Desert Cap"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 244, }, - req = { level = 70, dex = 129, }, + req = { level = 70, dex = 99, }, } itemBases["Trapper Hood"] = { type = "Helmet", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 266, }, - req = { level = 75, dex = 139, }, + req = { level = 75, dex = 107, }, +} +itemBases["Freebooter Cap"] = { + type = "Helmet", + subType = "Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, dex_armour = true, helmet = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Evasion = 288, }, + req = { level = 80, dex = 115, }, } itemBases["Twig Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 19, }, @@ -399,188 +419,198 @@ itemBases["Wicker Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 28, }, - req = { level = 10, int = 20, }, + req = { level = 10, int = 17, }, } itemBases["Beaded Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 34, }, - req = { level = 16, int = 30, }, + req = { level = 16, int = 25, }, } itemBases["Chain Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 44, }, - req = { level = 26, int = 49, }, + req = { level = 26, int = 38, }, } itemBases["Feathered Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 51, }, - req = { level = 33, int = 61, }, + req = { level = 33, int = 48, }, } itemBases["Gold Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { int_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 58, }, - req = { level = 40, int = 74, }, + req = { level = 40, int = 58, }, } -itemBases["Coral Circlet"] = { +itemBases["Vermeil Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, int_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 63, }, - req = { level = 45, int = 83, }, + armour = { EnergyShield = 64, }, + req = { level = 46, int = 66, }, } itemBases["Jade Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, int_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 69, }, - req = { level = 50, int = 92, }, + req = { level = 50, int = 71, }, } itemBases["Noble Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 71, }, - req = { level = 52, int = 95, }, + req = { level = 52, int = 74, }, } itemBases["Twilight Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 77, }, - req = { level = 58, int = 106, }, + req = { level = 58, int = 82, }, } itemBases["Magus Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 84, }, - req = { level = 65, int = 118, }, + req = { level = 65, int = 91, }, } itemBases["Druidic Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 63, }, - req = { level = 45, int = 83, }, + req = { level = 45, int = 64, }, } itemBases["Avian Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 67, }, - req = { level = 48, int = 88, }, + req = { level = 48, int = 69, }, } itemBases["Desert Circlet"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 70, }, - req = { level = 51, int = 94, }, + req = { level = 51, int = 73, }, } itemBases["Sandsworn Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, - armour = { EnergyShield = 74, }, - req = { level = 55, int = 101, }, + armour = { EnergyShield = 73, }, + req = { level = 54, int = 77, }, } itemBases["Jungle Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 78, }, - req = { level = 59, int = 108, }, + req = { level = 59, int = 83, }, } itemBases["Skycrown Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 84, }, - req = { level = 65, int = 118, }, + req = { level = 65, int = 91, }, } itemBases["Sorcerous Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 92, }, - req = { level = 70, int = 129, }, + req = { level = 70, int = 99, }, } itemBases["Kamasan Tiara"] = { type = "Helmet", subType = "Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, int_armour = true, default = true, }, implicitModTypes = { }, armour = { EnergyShield = 101, }, - req = { level = 75, int = 139, }, + req = { level = 75, int = 107, }, +} +itemBases["Ancestral Tiara"] = { + type = "Helmet", + subType = "Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, int_armour = true, helmet = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { EnergyShield = 109, }, + req = { level = 80, int = 115, }, } itemBases["Brimmed Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 23, Evasion = 18, }, @@ -590,158 +620,168 @@ itemBases["Guarded Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 34, Evasion = 28, }, - req = { level = 11, str = 13, dex = 13, }, + req = { level = 11, str = 11, dex = 11, }, } itemBases["Visored Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 44, Evasion = 37, }, - req = { level = 16, str = 18, dex = 18, }, + req = { level = 16, str = 15, dex = 15, }, } itemBases["Cowled Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 62, Evasion = 54, }, - req = { level = 26, str = 27, dex = 27, }, + req = { level = 26, str = 22, dex = 22, }, } itemBases["Shielded Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 75, Evasion = 66, }, - req = { level = 33, str = 34, dex = 34, }, + req = { level = 33, str = 27, dex = 27, }, } itemBases["Closed Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 97, Evasion = 87, }, - req = { level = 45, str = 46, dex = 46, }, + armour = { Armour = 99, Evasion = 89, }, + req = { level = 46, str = 37, dex = 37, }, } itemBases["Decorated Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 110, Evasion = 99, }, - req = { level = 52, str = 53, dex = 53, }, + req = { level = 52, str = 41, dex = 41, }, } itemBases["Gallant Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 134, Evasion = 122, }, - req = { level = 65, str = 65, dex = 65, }, + req = { level = 65, str = 50, dex = 50, }, } itemBases["Domed Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 97, Evasion = 87, }, - req = { level = 45, str = 46, dex = 46, }, + req = { level = 45, str = 36, dex = 36, }, } itemBases["Engraved Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 102, Evasion = 92, }, - req = { level = 48, str = 49, dex = 49, }, + req = { level = 48, str = 38, dex = 38, }, } itemBases["Soldier Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 108, Evasion = 98, }, - req = { level = 51, str = 52, dex = 52, }, + req = { level = 51, str = 40, dex = 40, }, } itemBases["Cabalist Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 115, Evasion = 105, }, - req = { level = 55, str = 55, dex = 55, }, + armour = { Armour = 113, Evasion = 103, }, + req = { level = 54, str = 42, dex = 42, }, } itemBases["Gladiatoral Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 123, Evasion = 111, }, - req = { level = 59, str = 59, dex = 59, }, + req = { level = 59, str = 46, dex = 46, }, } itemBases["Warded Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 134, Evasion = 122, }, - req = { level = 65, str = 65, dex = 65, }, + req = { level = 65, str = 50, dex = 50, }, } itemBases["Cryptic Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 147, Evasion = 134, }, - req = { level = 70, str = 70, dex = 70, }, + req = { level = 70, str = 54, dex = 54, }, } itemBases["Champion Helm"] = { type = "Helmet", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 160, Evasion = 146, }, - req = { level = 75, str = 76, dex = 76, }, + req = { level = 75, str = 59, dex = 59, }, +} +itemBases["Gladiatorial Helm"] = { + type = "Helmet", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, helmet = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 174, Evasion = 159, }, + req = { level = 80, str = 63, dex = 63, }, } itemBases["Iron Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 23, EnergyShield = 12, }, @@ -751,158 +791,168 @@ itemBases["Horned Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 33, EnergyShield = 15, }, - req = { level = 10, str = 12, int = 12, }, + req = { level = 10, str = 10, int = 10, }, } itemBases["Cultist Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 44, EnergyShield = 19, }, - req = { level = 16, str = 18, int = 18, }, + req = { level = 16, str = 15, int = 15, }, } itemBases["Martyr Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 66, EnergyShield = 25, }, - req = { level = 28, str = 30, int = 30, }, + req = { level = 28, str = 23, int = 23, }, } itemBases["Heavy Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, helmet = true, armour = true, vaal_basetype = true, default = true, }, implicitModTypes = { }, armour = { Armour = 75, EnergyShield = 28, }, - req = { level = 33, str = 34, int = 34, }, + req = { level = 33, str = 27, int = 27, }, } itemBases["Spiritbone Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, helmet = true, armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 97, EnergyShield = 35, }, - req = { level = 45, str = 46, int = 46, }, + armour = { Armour = 99, EnergyShield = 35, }, + req = { level = 46, str = 37, int = 37, }, } itemBases["Lavish Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 110, EnergyShield = 39, }, - req = { level = 52, str = 53, int = 53, }, + req = { level = 52, str = 41, int = 41, }, } itemBases["Archon Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 134, EnergyShield = 46, }, - req = { level = 65, str = 65, int = 65, }, + req = { level = 65, str = 50, int = 50, }, } itemBases["Mailed Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 97, EnergyShield = 35, }, - req = { level = 45, str = 46, int = 46, }, + req = { level = 45, str = 36, int = 36, }, } itemBases["Forest Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 102, EnergyShield = 37, }, - req = { level = 48, str = 49, int = 49, }, + req = { level = 48, str = 38, int = 38, }, } itemBases["Zealot Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 108, EnergyShield = 38, }, - req = { level = 51, str = 52, int = 52, }, + req = { level = 51, str = 40, int = 40, }, } itemBases["Hallowed Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, - armour = { Armour = 115, EnergyShield = 41, }, - req = { level = 55, str = 55, int = 55, }, + armour = { Armour = 113, EnergyShield = 40, }, + req = { level = 54, str = 42, int = 42, }, } itemBases["Inquisitor Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 123, EnergyShield = 43, }, - req = { level = 59, str = 59, int = 59, }, + req = { level = 59, str = 46, int = 46, }, } itemBases["Druidic Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 134, EnergyShield = 46, }, - req = { level = 65, str = 65, int = 65, }, + req = { level = 65, str = 50, int = 50, }, } itemBases["Saintly Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 147, EnergyShield = 51, }, - req = { level = 70, str = 70, int = 70, }, + req = { level = 70, str = 54, int = 54, }, } itemBases["Divine Crown"] = { type = "Helmet", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 160, EnergyShield = 55, }, - req = { level = 75, str = 76, int = 76, }, + req = { level = 75, str = 59, int = 59, }, +} +itemBases["Cryptic Crown"] = { + type = "Helmet", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, helmet = true, armour = true, default = true, }, + implicitModTypes = { }, + armour = { Armour = 174, EnergyShield = 60, }, + req = { level = 80, str = 63, int = 63, }, } itemBases["Hewn Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 18, EnergyShield = 12, }, @@ -912,168 +962,178 @@ itemBases["Face Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { ezomyte_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 26, EnergyShield = 15, }, - req = { level = 10, dex = 12, int = 12, }, + req = { level = 10, dex = 10, int = 10, }, } itemBases["Hooded Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 37, EnergyShield = 19, }, - req = { level = 16, dex = 18, int = 18, }, + req = { level = 16, dex = 15, int = 15, }, } itemBases["Veiled Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 58, EnergyShield = 25, }, - req = { level = 28, dex = 30, int = 30, }, + req = { level = 28, dex = 23, int = 23, }, } itemBases["Tribal Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { vaal_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, armour = { Evasion = 66, EnergyShield = 28, }, - req = { level = 33, dex = 34, int = 34, }, + req = { level = 33, dex = 27, int = 27, }, } itemBases["Solid Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, - tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, implicitModTypes = { }, - armour = { Evasion = 87, EnergyShield = 35, }, - req = { level = 45, dex = 46, int = 46, }, + armour = { Evasion = 89, EnergyShield = 35, }, + req = { level = 46, dex = 37, int = 37, }, } itemBases["Shaded Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 99, EnergyShield = 39, }, - req = { level = 52, dex = 53, int = 53, }, + req = { level = 52, dex = 41, int = 41, }, } itemBases["Death Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 122, EnergyShield = 46, }, - req = { level = 65, dex = 65, int = 65, }, + req = { level = 65, dex = 50, int = 50, }, } itemBases["Oak Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 87, EnergyShield = 35, }, - req = { level = 45, dex = 46, int = 46, }, + req = { level = 45, dex = 36, int = 36, }, } itemBases["Bandit Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 92, EnergyShield = 37, }, - req = { level = 48, dex = 49, int = 49, }, + req = { level = 48, dex = 38, int = 38, }, } itemBases["Skulking Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 98, EnergyShield = 38, }, - req = { level = 51, dex = 52, int = 52, }, + req = { level = 51, dex = 40, int = 40, }, } itemBases["Pariah Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, - armour = { Evasion = 105, EnergyShield = 41, }, - req = { level = 55, dex = 55, int = 55, }, + armour = { Evasion = 103, EnergyShield = 40, }, + req = { level = 54, dex = 42, int = 42, }, } itemBases["Avian Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 111, EnergyShield = 43, }, - req = { level = 59, dex = 59, int = 59, }, + req = { level = 59, dex = 46, int = 46, }, } itemBases["Brigand Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 122, EnergyShield = 46, }, - req = { level = 65, dex = 65, int = 65, }, + req = { level = 65, dex = 50, int = 50, }, } itemBases["Faridun Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 134, EnergyShield = 51, }, - req = { level = 70, dex = 70, int = 70, }, + req = { level = 70, dex = 54, int = 54, }, } itemBases["Soaring Mask"] = { type = "Helmet", subType = "Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Evasion = 146, EnergyShield = 55, }, - req = { level = 75, dex = 76, int = 76, }, + req = { level = 75, dex = 59, int = 59, }, +} +itemBases["Grinning Mask"] = { + type = "Helmet", + subType = "Evasion/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, helmet = true, armour = true, default = true, dex_int_armour = true, }, + implicitModTypes = { }, + armour = { Evasion = 159, EnergyShield = 60, }, + req = { level = 80, dex = 63, int = 63, }, } itemBases["Grand Visage"] = { type = "Helmet", subType = "Armour/Evasion/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { helmet = true, armour = true, str_dex_int_armour = true, default = true, }, implicitModTypes = { }, armour = { Armour = 88, Evasion = 80, EnergyShield = 30, }, - req = { level = 65, str = 46, dex = 46, int = 46, }, + req = { level = 65, str = 36, dex = 36, int = 36, }, } itemBases["Golden Wreath"] = { type = "Helmet", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { not_for_sale = true, helmet = true, armour = true, demigods = true, default = true, }, implicit = "+(16-24) to all Attributes", implicitModTypes = { { "attribute" }, }, @@ -1083,7 +1143,7 @@ itemBases["Golden Wreath"] = { itemBases["Golden Visage"] = { type = "Helmet", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { not_for_sale = true, helmet = true, armour = true, demigods = true, default = true, }, implicit = "+(8-16)% to all Elemental Resistances", implicitModTypes = { { "elemental", "fire", "cold", "lightning", "resistance" }, }, diff --git a/src/Data/Bases/mace.lua b/src/Data/Bases/mace.lua index e06c2cc8cd..132ee5370d 100644 --- a/src/Data/Bases/mace.lua +++ b/src/Data/Bases/mace.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Wooden Club"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 6, PhysicalMax = 10, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, @@ -14,231 +14,251 @@ itemBases["Wooden Club"] = { itemBases["Smithing Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 4, PhysicalMax = 7, FireMin = 4, FireMax = 7, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + weapon = { PhysicalMin = 5, PhysicalMax = 9, FireMin = 5, FireMax = 9, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, req = { str = 11, }, } itemBases["Slim Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 11, PhysicalMax = 17, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 10, str = 25, }, + req = { level = 10, str = 21, }, } itemBases["Spiked Club"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 15, PhysicalMax = 24, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 16, str = 38, }, + req = { level = 16, str = 31, }, } itemBases["Warpick"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "+(10-15)% to Critical Damage Bonus", + implicit = "+(5-10)% to Critical Damage Bonus", implicitModTypes = { { "damage", "attack", "critical" }, }, weapon = { PhysicalMin = 18, PhysicalMax = 24, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, }, - req = { level = 22, str = 52, }, + req = { level = 22, str = 41, }, } itemBases["Plated Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 18, PhysicalMax = 38, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 26, str = 61, }, + req = { level = 26, str = 48, }, } itemBases["Brigand Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 28, PhysicalMax = 38, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 33, str = 76, }, + req = { level = 33, str = 60, }, } itemBases["Construct Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "Causes Daze buildup equal to 100% of Damage dealt", + implicit = "40% chance to Daze on Hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 31, PhysicalMax = 38, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 36, str = 83, }, + req = { level = 36, str = 65, }, } itemBases["Morning Star"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, - tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 33, PhysicalMax = 49, CritChanceBase = 6.5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 45, str = 104, }, + weapon = { PhysicalMin = 33, PhysicalMax = 50, CritChanceBase = 6.5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 46, str = 82, }, } itemBases["Jade Club"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, - tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "Always Hits", implicitModTypes = { { "attack" }, }, - weapon = { PhysicalMin = 30, PhysicalMax = 50, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 48, str = 110, }, + weapon = { PhysicalMin = 31, PhysicalMax = 51, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 49, str = 87, }, } itemBases["Lumen Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 36, PhysicalMax = 60, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 52, str = 119, }, + req = { level = 52, str = 92, }, } itemBases["Execratus Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 40, PhysicalMax = 60, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 55, str = 126, }, + req = { level = 55, str = 97, }, } itemBases["Torment Club"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 44, PhysicalMax = 73, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 65, str = 148, }, + req = { level = 65, str = 114, }, +} +itemBases["Kalguuran Forgehammer"] = { + type = "One Handed Mace", + quality = 20, + socketLimit = 3, + tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, + implicit = "Has 3 Sockets", + implicitModTypes = { { }, }, + weapon = { PhysicalMin = 30, PhysicalMax = 49, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 47, }, } itemBases["Calescent Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 19, PhysicalMax = 32, FireMin = 19, FireMax = 32, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 45, str = 104, }, + weapon = { PhysicalMin = 22, PhysicalMax = 37, FireMin = 22, FireMax = 37, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 45, str = 80, }, } itemBases["Flared Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 33, PhysicalMax = 50, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 48, str = 110, }, + req = { level = 48, str = 86, }, } itemBases["Battle Pick"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "+(10-15)% to Critical Damage Bonus", + implicit = "+(5-10)% to Critical Damage Bonus", implicitModTypes = { { "damage", "attack", "critical" }, }, weapon = { PhysicalMin = 35, PhysicalMax = 47, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, }, - req = { level = 51, str = 117, }, + req = { level = 51, str = 91, }, } itemBases["Marching Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 34, PhysicalMax = 70, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 55, str = 126, }, + weapon = { PhysicalMin = 33, PhysicalMax = 69, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, + req = { level = 54, str = 96, }, } itemBases["Bandit Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 61, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 59, str = 135, }, + req = { level = 59, str = 104, }, } itemBases["Structured Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "Causes Daze buildup equal to 100% of Damage dealt", + implicit = "40% chance to Daze on Hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 49, PhysicalMax = 60, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 62, str = 142, }, + req = { level = 62, str = 109, }, } itemBases["Flanged Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 67, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 67, str = 174, }, + req = { level = 67, str = 134, }, } itemBases["Crown Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 43, PhysicalMax = 89, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 72, str = 193, }, + req = { level = 72, str = 149, }, } itemBases["Molten Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 30, PhysicalMax = 50, FireMin = 30, FireMax = 50, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 77, str = 212, }, + weapon = { PhysicalMin = 35, PhysicalMax = 59, FireMin = 35, FireMax = 59, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 77, str = 163, }, } itemBases["Strife Pick"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "+(10-15)% to Critical Damage Bonus", + implicit = "+(5-10)% to Critical Damage Bonus", implicitModTypes = { { "damage", "attack", "critical" }, }, weapon = { PhysicalMin = 49, PhysicalMax = 66, CritChanceBase = 7, AttackRateBase = 1.45, Range = 11, }, - req = { level = 78, str = 212, }, + req = { level = 78, str = 163, }, } itemBases["Fortified Hammer"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, - implicit = "Causes Daze buildup equal to 100% of Damage dealt", + implicit = "40% chance to Daze on Hit", implicitModTypes = { { }, }, weapon = { PhysicalMin = 60, PhysicalMax = 73, CritChanceBase = 5, AttackRateBase = 1.4, Range = 11, }, - req = { level = 79, str = 212, }, + req = { level = 79, str = 163, }, } itemBases["Marauding Mace"] = { type = "One Handed Mace", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 51, PhysicalMax = 84, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, - req = { level = 77, str = 212, }, + req = { level = 77, str = 163, }, +} +itemBases["Akoyan Club"] = { + type = "One Handed Mace", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, mace = true, weapon = true, one_hand_weapon = true, default = true, }, + implicit = "Always Hits", + implicitModTypes = { { "attack" }, }, + weapon = { PhysicalMin = 46, PhysicalMax = 76, CritChanceBase = 5, AttackRateBase = 1.45, Range = 11, }, + req = { level = 78, str = 163, }, } itemBases["Felled Greatclub"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 13, PhysicalMax = 18, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, @@ -247,7 +267,7 @@ itemBases["Felled Greatclub"] = { itemBases["Oak Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes (30-50)% increased Stun Buildup", implicitModTypes = { { }, }, @@ -257,216 +277,226 @@ itemBases["Oak Greathammer"] = { itemBases["Forge Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 29, PhysicalMax = 39, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 11, str = 27, }, + req = { level = 11, str = 23, }, } itemBases["Studded Greatclub"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 32, PhysicalMax = 48, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 16, str = 38, }, + req = { level = 16, str = 31, }, } itemBases["Cultist Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Strikes deal Splash damage to targets within 1.5 metres", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 32, PhysicalMax = 43, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 22, str = 52, }, + req = { level = 22, str = 41, }, } itemBases["Temple Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 35, PhysicalMax = 72, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 28, str = 65, }, + req = { level = 28, str = 52, }, } itemBases["Leaden Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 58, PhysicalMax = 78, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 33, str = 76, }, + req = { level = 33, str = 60, }, } itemBases["Crumbling Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage", implicitModTypes = { { }, }, weapon = { PhysicalMin = 62, PhysicalMax = 75, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 38, str = 88, }, + req = { level = 38, str = 68, }, } itemBases["Pointed Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 68, PhysicalMax = 102, CritChanceBase = 6.5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 45, str = 104, }, + weapon = { PhysicalMin = 69, PhysicalMax = 104, CritChanceBase = 6.5, AttackRateBase = 1.1, Range = 13, }, + req = { level = 46, str = 82, }, } itemBases["Totemic Greatclub"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Crushes Enemies on Hit", implicitModTypes = { { "physical" }, }, weapon = { PhysicalMin = 73, PhysicalMax = 99, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 50, str = 115, }, + req = { level = 50, str = 89, }, } itemBases["Greatmace"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 74, PhysicalMax = 124, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 52, str = 119, }, + req = { level = 52, str = 92, }, } itemBases["Precise Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 87, PhysicalMax = 118, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 54, str = 124, }, + req = { level = 54, str = 96, }, } itemBases["Giant Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 96, PhysicalMax = 144, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 65, str = 148, }, + req = { level = 65, str = 114, }, } itemBases["Snakewood Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes (30-50)% increased Stun Buildup", implicitModTypes = { { }, }, weapon = { PhysicalMin = 59, PhysicalMax = 109, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 45, str = 104, }, + req = { level = 45, str = 80, }, } itemBases["Blacksmith Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 84, PhysicalMax = 113, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 48, str = 110, }, + req = { level = 48, str = 86, }, } itemBases["Zealot Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Strikes deal Splash damage to targets within 1.5 metres", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 62, PhysicalMax = 83, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 51, str = 117, }, + req = { level = 51, str = 91, }, } itemBases["Solemn Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 60, PhysicalMax = 125, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 55, str = 126, }, + weapon = { PhysicalMin = 59, PhysicalMax = 123, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, + req = { level = 54, str = 96, }, } itemBases["Heavy Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 94, PhysicalMax = 127, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 59, str = 135, }, + req = { level = 59, str = 104, }, } itemBases["Disintegrating Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage", implicitModTypes = { { }, }, weapon = { PhysicalMin = 93, PhysicalMax = 114, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 62, str = 142, }, + req = { level = 62, str = 109, }, } itemBases["Anvil Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 112, PhysicalMax = 151, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 67, str = 174, }, + req = { level = 67, str = 134, }, } itemBases["Sacred Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 76, PhysicalMax = 158, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, - req = { level = 72, str = 193, }, + req = { level = 72, str = 149, }, } itemBases["Ironwood Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes (30-50)% increased Stun Buildup", implicitModTypes = { { }, }, weapon = { PhysicalMin = 94, PhysicalMax = 174, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 77, str = 212, }, + req = { level = 77, str = 163, }, } itemBases["Fanatic Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Strikes deal Splash damage to targets within 1.5 metres", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 89, PhysicalMax = 120, CritChanceBase = 5, AttackRateBase = 1.05, Range = 13, }, - req = { level = 78, str = 212, }, + req = { level = 78, str = 163, }, } itemBases["Ruination Maul"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicit = "Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage", implicitModTypes = { { }, }, weapon = { PhysicalMin = 113, PhysicalMax = 138, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 79, str = 212, }, + req = { level = 79, str = 163, }, } itemBases["Massive Greathammer"] = { type = "Two Handed Mace", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, mace = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 119, PhysicalMax = 161, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, - req = { level = 77, str = 212, }, + req = { level = 77, str = 163, }, +} +itemBases["Tawhoan Greatclub"] = { + type = "Two Handed Mace", + quality = 20, + socketLimit = 4, + tags = { two_hand_weapon = true, karui_basetype = true, mace = true, weapon = true, twohand = true, default = true, }, + implicit = "Crushes Enemies on Hit", + implicitModTypes = { { "physical" }, }, + weapon = { PhysicalMin = 107, PhysicalMax = 145, CritChanceBase = 5, AttackRateBase = 1.1, Range = 13, }, + req = { level = 78, str = 163, }, } diff --git a/src/Data/Bases/quiver.lua b/src/Data/Bases/quiver.lua index 9ca56e31f5..d8047c155a 100644 --- a/src/Data/Bases/quiver.lua +++ b/src/Data/Bases/quiver.lua @@ -33,21 +33,21 @@ itemBases["Two-Point Quiver"] = { itemBases["Blunt Quiver"] = { type = "Quiver", tags = { quiver = true, default = true, }, - implicit = "(20-30)% reduced Enemy Stun Threshold", + implicit = "(25-40)% increased Stun Buildup", implicitModTypes = { { }, }, req = { level = 32, }, } itemBases["Toxic Quiver"] = { type = "Quiver", tags = { quiver = true, default = true, }, - implicit = "(10-15)% chance to Poison on Hit with Attacks", + implicit = "(20-30)% chance to Poison on Hit with Attacks", implicitModTypes = { { "poison", "chaos", "attack", "ailment" }, }, req = { level = 39, }, } itemBases["Serrated Quiver"] = { type = "Quiver", tags = { quiver = true, default = true, }, - implicit = "Attacks have (10-15)% chance to cause Bleeding", + implicit = "Attacks have (20-30)% chance to cause Bleeding", implicitModTypes = { { "bleed", "physical", "attack", "ailment" }, }, req = { level = 44, }, } diff --git a/src/Data/Bases/ring.lua b/src/Data/Bases/ring.lua index 9640da3e2b..aaa3e7267f 100644 --- a/src/Data/Bases/ring.lua +++ b/src/Data/Bases/ring.lua @@ -86,6 +86,13 @@ itemBases["Unset Ring"] = { implicitModTypes = { { }, }, req = { level = 44, }, } +itemBases["Abyssal Signet"] = { + type = "Ring", + tags = { ring = true, default = true, }, + implicit = "Inflict Abyssal Wasting on Hit", + implicitModTypes = { { }, }, + req = { }, +} itemBases["Ring"] = { type = "Ring", tags = { ring = true, default = true, }, diff --git a/src/Data/Bases/sceptre.lua b/src/Data/Bases/sceptre.lua index 2e1c7118ef..d10258c1c0 100644 --- a/src/Data/Bases/sceptre.lua +++ b/src/Data/Bases/sceptre.lua @@ -6,7 +6,7 @@ itemBases["Rattling Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -16,7 +16,7 @@ itemBases["Stoic Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Discipline", implicitModTypes = { }, @@ -26,7 +26,7 @@ itemBases["Lupine Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -36,7 +36,7 @@ itemBases["Omen Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Malice", implicitModTypes = { }, @@ -46,7 +46,7 @@ itemBases["Ochre Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -56,7 +56,7 @@ itemBases["Shrine Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Fire", implicitModTypes = { }, @@ -66,7 +66,7 @@ itemBases["Shrine Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Ice", implicitModTypes = { }, @@ -76,7 +76,7 @@ itemBases["Shrine Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Lightning", implicitModTypes = { }, @@ -86,7 +86,7 @@ itemBases["Devouring Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -96,9 +96,9 @@ itemBases["Clasped Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, - implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", + implicit = "Grants Skill: Level (1-20) Heart of Ice", implicitModTypes = { }, req = { }, } @@ -106,7 +106,7 @@ itemBases["Devotional Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -116,9 +116,9 @@ itemBases["Wrath Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, - implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", + implicit = "Grants Skill: Level (1-20) Fulmination", implicitModTypes = { }, req = { }, } @@ -126,7 +126,7 @@ itemBases["Aromatic Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -136,7 +136,7 @@ itemBases["Pious Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -146,7 +146,7 @@ itemBases["Hallowed Sceptre"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Skeletal Warrior Minion", implicitModTypes = { }, @@ -158,7 +158,7 @@ itemBases["Shrine Sceptre"] = { quality = 20, spirit = 100, hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Fire", implicitModTypes = { }, @@ -169,7 +169,7 @@ itemBases["Shrine Sceptre"] = { quality = 20, spirit = 100, hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Ice", implicitModTypes = { }, @@ -180,7 +180,7 @@ itemBases["Shrine Sceptre"] = { quality = 20, spirit = 100, hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Lightning", implicitModTypes = { }, @@ -191,7 +191,7 @@ itemBases["Shrine Sceptre (Purity of Fire)"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Fire", implicitModTypes = { }, @@ -201,7 +201,7 @@ itemBases["Shrine Sceptre (Purity of Cold)"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Ice", implicitModTypes = { }, @@ -211,7 +211,7 @@ itemBases["Shrine Sceptre (Purity of Lighting)"] = { type = "Sceptre", quality = 20, spirit = 100, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, sceptre = true, }, implicit = "Grants Skill: Level (1-20) Purity of Lightning", implicitModTypes = { }, diff --git a/src/Data/Bases/shield.lua b/src/Data/Bases/shield.lua index b96a46a64f..81c047366a 100644 --- a/src/Data/Bases/shield.lua +++ b/src/Data/Bases/shield.lua @@ -7,7 +7,7 @@ itemBases["Splintered Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, ezomyte_basetype = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, @@ -18,338 +18,358 @@ itemBases["Painted Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, ezomyte_basetype = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 29, MovementPenalty = 0.03, }, - req = { level = 6, str = 13, }, + req = { level = 6, str = 11, }, } itemBases["Braced Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, ezomyte_basetype = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 41, MovementPenalty = 0.03, }, - req = { level = 12, str = 23, }, + req = { level = 12, str = 19, }, } itemBases["Barricade Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 50, MovementPenalty = 0.03, }, - req = { level = 16, str = 30, }, + req = { level = 16, str = 25, }, } itemBases["Effigial Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 60, MovementPenalty = 0.03, }, - req = { level = 21, str = 40, }, + req = { level = 21, str = 32, }, } itemBases["Rampart Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 75, MovementPenalty = 0.03, }, - req = { level = 28, str = 52, }, + req = { level = 28, str = 42, }, } itemBases["Heraldric Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, vaal_basetype = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 85, MovementPenalty = 0.03, }, - req = { level = 33, str = 61, }, + req = { level = 33, str = 48, }, } itemBases["Stone Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, vaal_basetype = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 91, MovementPenalty = 0.03, }, - req = { level = 36, str = 66, }, + req = { level = 36, str = 52, }, } itemBases["Crucible Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 26, Armour = 110, MovementPenalty = 0.03, }, - req = { level = 45, str = 83, }, + armour = { BlockChance = 26, Armour = 112, MovementPenalty = 0.03, }, + req = { level = 46, str = 66, }, } itemBases["Ancestor Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, - tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 121, MovementPenalty = 0.03, }, - req = { level = 50, str = 92, }, + req = { level = 50, str = 71, }, } itemBases["Phalanx Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 125, MovementPenalty = 0.03, }, - req = { level = 52, str = 95, }, + req = { level = 52, str = 74, }, } itemBases["Defiant Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 137, MovementPenalty = 0.03, }, - req = { level = 58, str = 106, }, + req = { level = 58, str = 82, }, } itemBases["Blacksteel Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 152, MovementPenalty = 0.03, }, - req = { level = 65, str = 118, }, + req = { level = 65, str = 91, }, } itemBases["Aged Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 110, MovementPenalty = 0.03, }, - req = { level = 45, str = 83, }, + req = { level = 45, str = 64, }, } itemBases["Metalworked Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 116, MovementPenalty = 0.03, }, - req = { level = 48, str = 88, }, + req = { level = 48, str = 69, }, } itemBases["Cultist Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 123, MovementPenalty = 0.03, }, - req = { level = 51, str = 94, }, + req = { level = 51, str = 73, }, } itemBases["Bulwark Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 26, Armour = 131, MovementPenalty = 0.03, }, - req = { level = 55, str = 101, }, + armour = { BlockChance = 26, Armour = 129, MovementPenalty = 0.03, }, + req = { level = 54, str = 77, }, } itemBases["Noble Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 139, MovementPenalty = 0.03, }, - req = { level = 59, str = 108, }, + req = { level = 59, str = 83, }, } itemBases["Goldworked Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 144, MovementPenalty = 0.03, }, - req = { level = 61, str = 112, }, + req = { level = 61, str = 86, }, } itemBases["Royal Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 152, MovementPenalty = 0.03, }, - req = { level = 65, str = 118, }, + req = { level = 65, str = 91, }, } itemBases["Fortress Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 167, MovementPenalty = 0.03, }, - req = { level = 70, str = 129, }, + req = { level = 70, str = 99, }, } itemBases["Vaal Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 182, MovementPenalty = 0.03, }, - req = { level = 75, str = 139, }, + req = { level = 75, str = 107, }, +} +itemBases["Tawhoan Tower Shield"] = { + type = "Shield", + subType = "Armour", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 197, MovementPenalty = 0.03, }, + req = { level = 80, str = 115, }, } itemBases["Aged Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 110, MovementPenalty = 0.03, }, - req = { level = 45, str = 83, }, + req = { level = 45, str = 64, }, } itemBases["Metalworked Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 116, MovementPenalty = 0.03, }, - req = { level = 48, str = 88, }, + req = { level = 48, str = 69, }, } itemBases["Cultist Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 123, MovementPenalty = 0.03, }, - req = { level = 51, str = 94, }, + req = { level = 51, str = 73, }, } itemBases["Bulwark Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 26, Armour = 131, MovementPenalty = 0.03, }, - req = { level = 55, str = 101, }, + armour = { BlockChance = 26, Armour = 129, MovementPenalty = 0.03, }, + req = { level = 54, str = 77, }, } itemBases["Noble Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 139, MovementPenalty = 0.03, }, - req = { level = 59, str = 108, }, + req = { level = 59, str = 83, }, } itemBases["Goldworked Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 144, MovementPenalty = 0.03, }, - req = { level = 61, str = 112, }, + req = { level = 61, str = 86, }, } itemBases["Royal Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 152, MovementPenalty = 0.03, }, - req = { level = 65, str = 118, }, + req = { level = 65, str = 91, }, } itemBases["Fortress Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 167, MovementPenalty = 0.03, }, - req = { level = 70, str = 129, }, + req = { level = 70, str = 99, }, } itemBases["Vaal Tower Shield"] = { type = "Shield", subType = "Armour", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 26, Armour = 182, MovementPenalty = 0.03, }, - req = { level = 75, str = 139, }, + req = { level = 75, str = 107, }, +} +itemBases["Tawhoan Tower Shield"] = { + type = "Shield", + subType = "Armour", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_armour = true, str_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 197, MovementPenalty = 0.03, }, + req = { level = 80, str = 115, }, } itemBases["Leather Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, ezomyte_basetype = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, @@ -360,338 +380,358 @@ itemBases["Wooden Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, ezomyte_basetype = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 16, }, - req = { level = 5, dex = 11, }, + req = { level = 5, dex = 10, }, } itemBases["Plated Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, ezomyte_basetype = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 26, }, - req = { level = 11, dex = 22, }, + req = { level = 11, dex = 18, }, } itemBases["Iron Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 33, }, - req = { level = 16, dex = 30, }, + req = { level = 16, dex = 25, }, } itemBases["Ridged Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 43, }, - req = { level = 22, dex = 42, }, + req = { level = 22, dex = 33, }, } itemBases["Spiked Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 49, }, - req = { level = 26, dex = 49, }, + req = { level = 26, dex = 38, }, } itemBases["Ringed Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, vaal_basetype = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 60, }, - req = { level = 33, dex = 61, }, + req = { level = 33, dex = 48, }, } itemBases["Edged Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, vaal_basetype = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 70, }, - req = { level = 39, dex = 72, }, + req = { level = 39, dex = 56, }, } itemBases["Laminate Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, - armour = { BlockChance = 20, Evasion = 79, }, - req = { level = 45, dex = 83, }, + armour = { BlockChance = 20, Evasion = 81, }, + req = { level = 46, dex = 66, }, } itemBases["Pearl Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, - tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, - armour = { BlockChance = 20, Evasion = 84, }, - req = { level = 48, dex = 88, }, + armour = { BlockChance = 20, Evasion = 87, }, + req = { level = 50, dex = 71, }, } itemBases["Ornate Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 90, }, - req = { level = 52, dex = 95, }, + req = { level = 52, dex = 74, }, } itemBases["Array Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 95, }, - req = { level = 55, dex = 101, }, + req = { level = 55, dex = 78, }, } itemBases["Aegis Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 111, }, - req = { level = 65, dex = 118, }, + req = { level = 65, dex = 91, }, } itemBases["Oak Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 79, }, - req = { level = 45, dex = 83, }, + req = { level = 45, dex = 64, }, } itemBases["Painted Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 84, }, - req = { level = 48, dex = 88, }, + req = { level = 48, dex = 69, }, } itemBases["Coiled Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 89, }, - req = { level = 51, dex = 94, }, + req = { level = 51, dex = 73, }, } itemBases["Spikeward Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, - armour = { BlockChance = 20, Evasion = 95, }, - req = { level = 55, dex = 101, }, + armour = { BlockChance = 20, Evasion = 93, }, + req = { level = 54, dex = 77, }, } itemBases["Jingling Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 101, }, - req = { level = 59, dex = 108, }, + req = { level = 59, dex = 83, }, } itemBases["Bladeguard Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 105, }, - req = { level = 61, dex = 112, }, + req = { level = 61, dex = 86, }, } itemBases["Ornate Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 111, }, - req = { level = 65, dex = 118, }, + req = { level = 65, dex = 91, }, } itemBases["Gutspike Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 122, }, - req = { level = 70, dex = 129, }, + req = { level = 70, dex = 99, }, } itemBases["Ancient Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 133, }, - req = { level = 75, dex = 139, }, + req = { level = 75, dex = 107, }, +} +itemBases["Desert Buckler"] = { + type = "Shield", + subType = "Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Evasion = 144, }, + req = { level = 80, dex = 115, }, } itemBases["Oak Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 79, }, - req = { level = 45, dex = 83, }, + req = { level = 45, dex = 64, }, } itemBases["Painted Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 84, }, - req = { level = 48, dex = 88, }, + req = { level = 48, dex = 69, }, } itemBases["Coiled Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 89, }, - req = { level = 51, dex = 94, }, + req = { level = 51, dex = 73, }, } itemBases["Spikeward Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, - armour = { BlockChance = 20, Evasion = 95, }, - req = { level = 55, dex = 101, }, + armour = { BlockChance = 20, Evasion = 93, }, + req = { level = 54, dex = 77, }, } itemBases["Jingling Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 101, }, - req = { level = 59, dex = 108, }, + req = { level = 59, dex = 83, }, } itemBases["Bladeguard Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 105, }, - req = { level = 61, dex = 112, }, + req = { level = 61, dex = 86, }, } itemBases["Ornate Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 111, }, - req = { level = 65, dex = 118, }, + req = { level = 65, dex = 91, }, } itemBases["Gutspike Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 122, }, - req = { level = 70, dex = 129, }, + req = { level = 70, dex = 99, }, } itemBases["Ancient Buckler"] = { type = "Shield", subType = "Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Parry", implicitModTypes = { }, armour = { BlockChance = 20, Evasion = 133, }, - req = { level = 75, dex = 139, }, + req = { level = 75, dex = 107, }, +} +itemBases["Desert Buckler"] = { + type = "Shield", + subType = "Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, buckler = true, dex_shield = true, dex_armour = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Evasion = 144, }, + req = { level = 80, dex = 115, }, } itemBases["Hardwood Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, @@ -702,316 +742,336 @@ itemBases["Pelage Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, ezomyte_basetype = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 18, Evasion = 14, MovementPenalty = 0.015, }, - req = { level = 8, str = 10, dex = 10, }, + req = { level = 8, str = 9, dex = 9, }, } itemBases["Studded Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 27, Evasion = 23, MovementPenalty = 0.015, }, - req = { level = 16, str = 18, dex = 18, }, + req = { level = 16, str = 15, dex = 15, }, } itemBases["Crescent Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 39, Evasion = 34, MovementPenalty = 0.015, }, - req = { level = 26, str = 27, dex = 27, }, + req = { level = 26, str = 22, dex = 22, }, } itemBases["Chiseled Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, vaal_basetype = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 47, Evasion = 41, MovementPenalty = 0.015, }, - req = { level = 33, str = 34, dex = 34, }, + req = { level = 33, str = 27, dex = 27, }, } itemBases["Feathered Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, vaal_basetype = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 51, Evasion = 46, MovementPenalty = 0.015, }, - req = { level = 37, str = 38, dex = 38, }, + req = { level = 37, str = 30, dex = 30, }, } itemBases["Stratified Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 61, Evasion = 54, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, dex = 46, }, + armour = { BlockChance = 25, Armour = 62, Evasion = 56, MovementPenalty = 0.015, }, + req = { level = 46, str = 37, dex = 37, }, } itemBases["Carved Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 63, Evasion = 57, MovementPenalty = 0.015, }, - req = { level = 47, str = 48, dex = 48, }, + armour = { BlockChance = 25, Armour = 67, Evasion = 61, MovementPenalty = 0.015, }, + req = { level = 51, str = 40, dex = 40, }, } itemBases["Mosaic Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, - tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 69, Evasion = 62, MovementPenalty = 0.015, }, - req = { level = 52, str = 53, dex = 53, }, + req = { level = 52, str = 41, dex = 41, }, } itemBases["Aureate Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, - tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 74, Evasion = 68, MovementPenalty = 0.015, }, - req = { level = 57, str = 58, dex = 58, }, + req = { level = 57, str = 45, dex = 45, }, } itemBases["Grand Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, Evasion = 76, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, dex = 65, }, + req = { level = 65, str = 50, dex = 50, }, } itemBases["Ironwood Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 61, Evasion = 54, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, dex = 46, }, + req = { level = 45, str = 36, dex = 36, }, } itemBases["Fur-lined Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 64, Evasion = 58, MovementPenalty = 0.015, }, - req = { level = 48, str = 49, dex = 49, }, + req = { level = 48, str = 38, dex = 38, }, } itemBases["Mercenary Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 67, Evasion = 61, MovementPenalty = 0.015, }, - req = { level = 51, str = 52, dex = 52, }, + req = { level = 51, str = 40, dex = 40, }, } itemBases["Polished Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 72, Evasion = 65, MovementPenalty = 0.015, }, - req = { level = 55, str = 55, dex = 55, }, + armour = { BlockChance = 25, Armour = 71, Evasion = 64, MovementPenalty = 0.015, }, + req = { level = 54, str = 42, dex = 42, }, } itemBases["Stone Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 77, Evasion = 70, MovementPenalty = 0.015, }, - req = { level = 59, str = 59, dex = 59, }, + req = { level = 59, str = 46, dex = 46, }, } itemBases["Avian Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 80, Evasion = 73, MovementPenalty = 0.015, }, - req = { level = 62, str = 62, dex = 62, }, + req = { level = 62, str = 48, dex = 48, }, } itemBases["Mammoth Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, Evasion = 76, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, dex = 65, }, + req = { level = 65, str = 50, dex = 50, }, } itemBases["Baroque Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 92, Evasion = 84, MovementPenalty = 0.015, }, - req = { level = 70, str = 70, dex = 70, }, + req = { level = 70, str = 54, dex = 54, }, } itemBases["Soaring Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 100, Evasion = 91, MovementPenalty = 0.015, }, - req = { level = 75, str = 76, dex = 76, }, + req = { level = 75, str = 59, dex = 59, }, +} +itemBases["Golden Targe"] = { + type = "Shield", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 109, Evasion = 99, MovementPenalty = 0.015, }, + req = { level = 80, str = 63, dex = 63, }, } itemBases["Ironwood Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 61, Evasion = 54, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, dex = 46, }, + req = { level = 45, str = 36, dex = 36, }, } itemBases["Fur-lined Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 64, Evasion = 58, MovementPenalty = 0.015, }, - req = { level = 48, str = 49, dex = 49, }, + req = { level = 48, str = 38, dex = 38, }, } itemBases["Mercenary Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 67, Evasion = 61, MovementPenalty = 0.015, }, - req = { level = 51, str = 52, dex = 52, }, + req = { level = 51, str = 40, dex = 40, }, } itemBases["Polished Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 72, Evasion = 65, MovementPenalty = 0.015, }, - req = { level = 55, str = 55, dex = 55, }, + armour = { BlockChance = 25, Armour = 71, Evasion = 64, MovementPenalty = 0.015, }, + req = { level = 54, str = 42, dex = 42, }, } itemBases["Stone Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 77, Evasion = 70, MovementPenalty = 0.015, }, - req = { level = 59, str = 59, dex = 59, }, + req = { level = 59, str = 46, dex = 46, }, } itemBases["Avian Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 80, Evasion = 73, MovementPenalty = 0.015, }, - req = { level = 62, str = 62, dex = 62, }, + req = { level = 62, str = 48, dex = 48, }, } itemBases["Mammoth Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, Evasion = 76, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, dex = 65, }, + req = { level = 65, str = 50, dex = 50, }, } itemBases["Baroque Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 92, Evasion = 84, MovementPenalty = 0.015, }, - req = { level = 70, str = 70, dex = 70, }, + req = { level = 70, str = 54, dex = 54, }, } itemBases["Soaring Targe"] = { type = "Shield", subType = "Armour/Evasion", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 100, Evasion = 91, MovementPenalty = 0.015, }, - req = { level = 75, str = 76, dex = 76, }, + req = { level = 75, str = 59, dex = 59, }, +} +itemBases["Golden Targe"] = { + type = "Shield", + subType = "Armour/Evasion", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_dex_armour = true, str_dex_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 109, Evasion = 99, MovementPenalty = 0.015, }, + req = { level = 80, str = 63, dex = 63, }, } itemBases["Blazon Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, @@ -1022,315 +1082,335 @@ itemBases["Sigil Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, ezomyte_basetype = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 17, EnergyShield = 8, MovementPenalty = 0.015, }, - req = { level = 7, str = 10, int = 10, }, + req = { level = 7, str = 8, int = 8, }, } itemBases["Emblem Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 27, EnergyShield = 12, MovementPenalty = 0.015, }, - req = { level = 16, str = 18, int = 18, }, + req = { level = 16, str = 15, int = 15, }, } itemBases["Jingling Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 41, EnergyShield = 16, MovementPenalty = 0.015, }, - req = { level = 28, str = 30, int = 30, }, + req = { level = 28, str = 23, int = 23, }, } itemBases["Sectarian Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, vaal_basetype = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 47, EnergyShield = 18, MovementPenalty = 0.015, }, - req = { level = 33, str = 34, int = 34, }, + req = { level = 33, str = 27, int = 27, }, } itemBases["Omen Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, vaal_basetype = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 50, EnergyShield = 19, MovementPenalty = 0.015, }, - req = { level = 36, str = 37, int = 37, }, + req = { level = 36, str = 30, int = 30, }, } itemBases["Wayward Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, - tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 61, EnergyShield = 22, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, int = 46, }, + armour = { BlockChance = 25, Armour = 62, EnergyShield = 22, MovementPenalty = 0.015, }, + req = { level = 46, str = 37, int = 37, }, } itemBases["Seer Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, - tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 65, EnergyShield = 23, MovementPenalty = 0.015, }, - req = { level = 49, str = 50, int = 50, }, + armour = { BlockChance = 25, Armour = 66, EnergyShield = 24, MovementPenalty = 0.015, }, + req = { level = 50, str = 39, int = 39, }, } itemBases["Stoic Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 69, EnergyShield = 24, MovementPenalty = 0.015, }, - req = { level = 52, str = 53, int = 53, }, + req = { level = 52, str = 41, int = 41, }, } itemBases["Empyreal Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 74, EnergyShield = 26, MovementPenalty = 0.015, }, - req = { level = 57, str = 58, int = 58, }, + req = { level = 57, str = 45, int = 45, }, } itemBases["Deified Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, EnergyShield = 29, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, int = 65, }, + req = { level = 65, str = 50, int = 50, }, } itemBases["Painted Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 61, EnergyShield = 22, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, int = 46, }, + req = { level = 45, str = 36, int = 36, }, } itemBases["Engraved Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 64, EnergyShield = 23, MovementPenalty = 0.015, }, - req = { level = 48, str = 49, int = 49, }, + req = { level = 48, str = 38, int = 38, }, } itemBases["Descry Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 67, EnergyShield = 24, MovementPenalty = 0.015, }, - req = { level = 51, str = 52, int = 52, }, + req = { level = 51, str = 40, int = 40, }, } itemBases["Dekharan Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 72, EnergyShield = 25, MovementPenalty = 0.015, }, - req = { level = 55, str = 55, int = 55, }, + armour = { BlockChance = 25, Armour = 71, EnergyShield = 25, MovementPenalty = 0.015, }, + req = { level = 54, str = 42, int = 42, }, } itemBases["Quartered Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 77, EnergyShield = 27, MovementPenalty = 0.015, }, - req = { level = 59, str = 59, int = 59, }, + req = { level = 59, str = 46, int = 46, }, } itemBases["Glowering Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 80, EnergyShield = 28, MovementPenalty = 0.015, }, - req = { level = 62, str = 62, int = 62, }, + req = { level = 62, str = 48, int = 48, }, } itemBases["Intricate Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, EnergyShield = 29, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, int = 65, }, + req = { level = 65, str = 50, int = 50, }, } itemBases["Sekheman Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 92, EnergyShield = 32, MovementPenalty = 0.015, }, - req = { level = 70, str = 70, int = 70, }, + req = { level = 70, str = 54, int = 54, }, } itemBases["Vaal Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 100, EnergyShield = 35, MovementPenalty = 0.015, }, - req = { level = 75, str = 76, int = 76, }, + req = { level = 75, str = 59, int = 59, }, +} +itemBases["Blacksteel Crest Shield"] = { + type = "Shield", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 109, EnergyShield = 37, MovementPenalty = 0.015, }, + req = { level = 80, str = 63, int = 63, }, } itemBases["Painted Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 61, EnergyShield = 22, MovementPenalty = 0.015, }, - req = { level = 45, str = 46, int = 46, }, + req = { level = 45, str = 36, int = 36, }, } itemBases["Engraved Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 64, EnergyShield = 23, MovementPenalty = 0.015, }, - req = { level = 48, str = 49, int = 49, }, + req = { level = 48, str = 38, int = 38, }, } itemBases["Descry Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 67, EnergyShield = 24, MovementPenalty = 0.015, }, - req = { level = 51, str = 52, int = 52, }, + req = { level = 51, str = 40, int = 40, }, } itemBases["Dekharan Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, - armour = { BlockChance = 25, Armour = 72, EnergyShield = 25, MovementPenalty = 0.015, }, - req = { level = 55, str = 55, int = 55, }, + armour = { BlockChance = 25, Armour = 71, EnergyShield = 25, MovementPenalty = 0.015, }, + req = { level = 54, str = 42, int = 42, }, } itemBases["Quartered Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 77, EnergyShield = 27, MovementPenalty = 0.015, }, - req = { level = 59, str = 59, int = 59, }, + req = { level = 59, str = 46, int = 46, }, } itemBases["Glowering Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 80, EnergyShield = 28, MovementPenalty = 0.015, }, - req = { level = 62, str = 62, int = 62, }, + req = { level = 62, str = 48, int = 48, }, } itemBases["Intricate Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 84, EnergyShield = 29, MovementPenalty = 0.015, }, - req = { level = 65, str = 65, int = 65, }, + req = { level = 65, str = 50, int = 50, }, } itemBases["Sekheman Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 92, EnergyShield = 32, MovementPenalty = 0.015, }, - req = { level = 70, str = 70, int = 70, }, + req = { level = 70, str = 54, int = 54, }, } itemBases["Vaal Crest Shield"] = { type = "Shield", subType = "Armour/Energy Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, implicit = "Grants Skill: Level (1-20) Raise Shield", implicitModTypes = { }, armour = { BlockChance = 25, Armour = 100, EnergyShield = 35, MovementPenalty = 0.015, }, - req = { level = 75, str = 76, int = 76, }, + req = { level = 75, str = 59, int = 59, }, +} +itemBases["Blacksteel Crest Shield"] = { + type = "Shield", + subType = "Armour/Energy Shield", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, str_int_armour = true, str_int_shield = true, armour = true, default = true, shield = true, }, + implicitModTypes = { }, + armour = { Armour = 109, EnergyShield = 37, MovementPenalty = 0.015, }, + req = { level = 80, str = 63, int = 63, }, } itemBases["Golden Flame"] = { type = "Shield", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { not_for_sale = true, demigods = true, armour = true, default = true, shield = true, }, implicit = "+(11-19)% to Chaos Resistance", implicitModTypes = { { "chaos", "resistance" }, }, diff --git a/src/Data/Bases/soulcore.lua b/src/Data/Bases/soulcore.lua index 4668d84b47..7f2929b1ee 100644 --- a/src/Data/Bases/soulcore.lua +++ b/src/Data/Bases/soulcore.lua @@ -4,31 +4,27 @@ local itemBases = ... itemBases["Hayoxi's Soul Core of Heatproofing"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, - implicit = "Body Armour: 20% of Armour also applies to Cold Damage taken from Hits", + implicit = "Helmet: +30% of Armour also applies to Cold Damage", req = { level = 65, }, } itemBases["Zalatl's Soul Core of Insulation"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, - implicit = "Body Armour: 20% of Armour also applies to Lightning Damage taken from Hits", + implicit = "Boots: +30% of Armour also applies to Lightning Damage", req = { level = 65, }, } itemBases["Topotante's Soul Core of Dampening"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, - implicit = "Body Armour: 20% of Armour also applies to Fire Damage taken from Hits", + implicit = "Gloves: +30% of Armour also applies to Fire Damage", req = { level = 65, }, } itemBases["Atmohua's Soul Core of Retreat"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: 30% faster start of Energy Shield Recharge", @@ -36,7 +32,6 @@ itemBases["Atmohua's Soul Core of Retreat"] = { } itemBases["Quipolatl's Soul Core of Flow"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: 8% increased Skill Effect Duration\n8% increased Cooldown Recovery Rate", @@ -44,7 +39,6 @@ itemBases["Quipolatl's Soul Core of Flow"] = { } itemBases["Tzamoto's Soul Core of Ferocity"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: +4 to Maximum Rage", @@ -52,7 +46,6 @@ itemBases["Tzamoto's Soul Core of Ferocity"] = { } itemBases["Uromoti's Soul Core of Attenuation"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Boots: 15% increased Curse Duration\n15% increased Poison Duration", @@ -60,7 +53,6 @@ itemBases["Uromoti's Soul Core of Attenuation"] = { } itemBases["Opiloti's Soul Core of Assault"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge\nCaster: 50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge", @@ -68,7 +60,6 @@ itemBases["Opiloti's Soul Core of Assault"] = { } itemBases["Guatelitzi's Soul Core of Endurance"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 50% chance when you gain an Endurance Charge to gain an additional Endurance Charge\nCaster: 50% chance when you gain an Endurance Charge to gain an additional Endurance Charge", @@ -76,7 +67,6 @@ itemBases["Guatelitzi's Soul Core of Endurance"] = { } itemBases["Xopec's Soul Core of Power"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 50% chance when you gain a Power Charge to gain an additional Power Charge\nCaster: 50% chance when you gain a Power Charge to gain an additional Power Charge", @@ -84,7 +74,6 @@ itemBases["Xopec's Soul Core of Power"] = { } itemBases["Estazunti's Soul Core of Convalescence"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Boots: 10% increased speed of Recoup Effects", @@ -92,7 +81,6 @@ itemBases["Estazunti's Soul Core of Convalescence"] = { } itemBases["Tacati's Soul Core of Affliction"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: Enemies you Curse have -4% to Chaos Resistance", @@ -100,7 +88,6 @@ itemBases["Tacati's Soul Core of Affliction"] = { } itemBases["Cholotl's Soul Core of War"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Bow: 20% increased Projectile Speed", @@ -108,15 +95,13 @@ itemBases["Cholotl's Soul Core of War"] = { } itemBases["Citaqualotl's Soul Core of Foulness"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 13 to 19 Chaos damage", + implicit = "Martial Weapons: Adds 19 to 29 Chaos damage", req = { level = 65, }, } itemBases["Xipocado's Soul Core of Dominion"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier3 = true, default = true, }, implicitModTypes = { }, implicit = "Caster: Minions deal 40% increased Damage with Command Skills\nSceptre: Minions deal 40% increased Damage with Command Skills", @@ -124,7 +109,6 @@ itemBases["Xipocado's Soul Core of Dominion"] = { } itemBases["Soul Core of Tacati"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier1 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 15% chance to Poison on Hit with this weapon\nArmour: +11% to Chaos Resistance", @@ -132,31 +116,27 @@ itemBases["Soul Core of Tacati"] = { } itemBases["Soul Core of Opiloti"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier1 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 15% chance to cause Bleeding on Hit\nArmour: 10% increased Charm Charges gained", + implicit = "Martial Weapons: 15% chance to cause Bleeding on Hit\nHelmet: 20% increased Charm Charges gained", req = { level = 35, }, } itemBases["Soul Core of Jiquani"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Recover 2% of maximum Life on Kill\nArmour: 2% increased maximum Life", + implicit = "Martial Weapons: Recover 2% of maximum Life on Kill\nBody Armour: 3% increased maximum Life", req = { level = 35, }, } itemBases["Soul Core of Zalatl"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Recover 2% of maximum Mana on Kill\nArmour: 2% increased maximum Mana", + implicit = "Martial Weapons: Recover 2% of maximum Mana on Kill\nHelmet: 3% increased maximum Mana", req = { level = 35, }, } itemBases["Soul Core of Citaqualotl"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier1 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 30% increased Elemental Damage with Attacks\nArmour: +5% to all Elemental Resistances", @@ -164,63 +144,55 @@ itemBases["Soul Core of Citaqualotl"] = { } itemBases["Soul Core of Puhuarte"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 30% increased chance to Ignite\nArmour: +1% to Maximum Fire Resistance", + implicit = "Martial Weapons: 30% increased Flammability Magnitude\nGloves: +1% to Maximum Fire Resistance", req = { level = 35, }, } itemBases["Soul Core of Tzamoto"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 20% increased Freeze Buildup\nArmour: +1% to Maximum Cold Resistance", + implicit = "Martial Weapons: 30% increased Freeze Buildup\nHelmet: +1% to Maximum Cold Resistance", req = { level = 35, }, } itemBases["Soul Core of Xopec"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 30% increased chance to Shock\nArmour: +1% to Maximum Lightning Resistance", + implicit = "Martial Weapons: 30% increased chance to Shock\nBoots: +1% to Maximum Lightning Resistance", req = { level = 35, }, } itemBases["Soul Core of Azcapa"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +15 to Spirit\nArmour: 5% increased Quantity of Gold Dropped by Slain Enemies", + implicit = "Martial Weapons: +15 to Spirit\nGloves: 10% increased Quantity of Gold Dropped by Slain Enemies", req = { level = 35, }, } itemBases["Soul Core of Topotante"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier1 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Attacks with this Weapon Penetrate 15% Elemental Resistances\nArmour: 15% increased Elemental Ailment Threshold", + implicit = "Martial Weapons: Attacks with this Weapon Penetrate 15% Elemental Resistances\nBoots: 25% increased Elemental Ailment Threshold", req = { level = 35, }, } itemBases["Soul Core of Quipolatl"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 5% increased Attack Speed\nArmour: 10% reduced Slowing Potency of Debuffs on You", + implicit = "Martial Weapons: 5% increased Attack Speed\nBoots: 15% reduced Slowing Potency of Debuffs on You", req = { level = 35, }, } itemBases["Soul Core of Ticaba"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +12% to Critical Damage Bonus\nArmour: Hits against you have 10% reduced Critical Damage Bonus", + implicit = "Martial Weapons: +5% to Critical Damage Bonus\nBody Armour: Hits against you have 20% reduced Critical Damage Bonus", req = { level = 35, }, } itemBases["Soul Core of Atmohua"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Convert 20% of Requirements to Strength\nArmour: Convert 20% of Requirements to Strength", @@ -228,7 +200,6 @@ itemBases["Soul Core of Atmohua"] = { } itemBases["Soul Core of Cholotl"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Convert 20% of Requirements to Dexterity\nArmour: Convert 20% of Requirements to Dexterity", @@ -236,7 +207,6 @@ itemBases["Soul Core of Cholotl"] = { } itemBases["Soul Core of Zantipi"] = { type = "SoulCore", - hidden = true, tags = { soul_core = true, soul_core_tier2 = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Convert 20% of Requirements to Intelligence\nArmour: Convert 20% of Requirements to Intelligence", @@ -245,511 +215,469 @@ itemBases["Soul Core of Zantipi"] = { itemBases["Desert Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 7 to 11 Fire Damage\nArmour: +12% to Fire Resistance\nCaster: Gain 10% of Damage as Extra Fire Damage", + implicit = "Martial Weapons: Adds 7 to 11 Fire Damage\nArmour: +12% to Fire Resistance\nCaster: Gain 8% of Damage as Extra Fire Damage", req = { level = 31, }, } itemBases["Glacial Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 6 to 10 Cold Damage\nArmour: +12% to Cold Resistance\nCaster: Gain 10% of Damage as Extra Cold Damage", + implicit = "Martial Weapons: Adds 6 to 10 Cold Damage\nArmour: +12% to Cold Resistance\nCaster: Gain 8% of Damage as Extra Cold Damage", req = { level = 31, }, } itemBases["Storm Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 1 to 20 Lightning Damage\nArmour: +12% to Lightning Resistance\nCaster: Gain 10% of Damage as Extra Lightning Damage", + implicit = "Martial Weapons: Adds 1 to 20 Lightning Damage\nArmour: +12% to Lightning Resistance\nCaster: Gain 8% of Damage as Extra Lightning Damage", req = { level = 31, }, } itemBases["Iron Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 20% increased Physical Damage\nArmour: 20% increased Armour, Evasion and Energy Shield\nCaster: 25% increased Spell Damage", + implicit = "Martial Weapons: 16% increased Physical Damage\nArmour: 16% increased Armour, Evasion and Energy Shield\nCaster: 25% increased Spell Damage", req = { level = 31, }, } itemBases["Body Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Leeches 2.5% of Physical Damage as Life\nArmour: +30 to maximum Life\nCaster: +30 to maximum Energy Shield", req = { level = 37, }, } itemBases["Mind Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Leeches 2% of Physical Damage as Mana\nArmour: +25 to maximum Mana\nCaster: +30 to maximum Mana", + implicit = "Martial Weapons: Leeches 2% of Physical Damage as Mana\nArmour: +25 to maximum Mana\nCaster: +40 to maximum Mana", req = { level = 37, }, } itemBases["Rebirth Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 20 Life per Enemy Killed\nArmour: Regenerate 0.3% of maximum Life per second\nCaster: 15% increased Energy Shield Recharge Rate", req = { level = 45, }, } itemBases["Inspiration Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 16 Mana per Enemy Killed\nArmour: 15% increased Mana Regeneration Rate\nCaster: 20% increased Mana Regeneration Rate", req = { level = 45, }, } itemBases["Stone Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Causes 25% increased Stun Buildup\nArmour: +40 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 12% of maximum Energy Shield", + implicit = "Martial Weapons: Causes 25% increased Stun Buildup\nArmour: +60 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 12% of maximum Energy Shield", req = { level = 41, }, } itemBases["Vision Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: +80 to Accuracy Rating\nArmour: 10% increased Life and Mana Recovery from Flasks\nCaster: 20% increased Critical Hit Chance for Spells", req = { level = 41, }, } itemBases["Lesser Desert Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 4 to 6 Fire Damage\nArmour: +10% to Fire Resistance\nCaster: Gain 8% of Damage as Extra Fire Damage", + implicit = "Martial Weapons: Adds 4 to 6 Fire Damage\nArmour: +10% to Fire Resistance\nCaster: Gain 6% of Damage as Extra Fire Damage", req = { level = 5, }, } itemBases["Lesser Glacial Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 3 to 5 Cold Damage\nArmour: +10% to Cold Resistance\nCaster: Gain 8% of Damage as Extra Cold Damage", + implicit = "Martial Weapons: Adds 3 to 5 Cold Damage\nArmour: +10% to Cold Resistance\nCaster: Gain 6% of Damage as Extra Cold Damage", req = { level = 5, }, } itemBases["Lesser Storm Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 1 to 10 Lightning Damage\nArmour: +10% to Lightning Resistance\nCaster: Gain 8% of Damage as Extra Lightning Damage", + implicit = "Martial Weapons: Adds 1 to 10 Lightning Damage\nArmour: +10% to Lightning Resistance\nCaster: Gain 6% of Damage as Extra Lightning Damage", req = { level = 5, }, } itemBases["Lesser Iron Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 15% increased Physical Damage\nArmour: 15% increased Armour, Evasion and Energy Shield\nCaster: 20% increased Spell Damage", + implicit = "Martial Weapons: 14% increased Physical Damage\nArmour: 14% increased Armour, Evasion and Energy Shield\nCaster: 20% increased Spell Damage", req = { level = 5, }, } itemBases["Lesser Body Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Leeches 2% of Physical Damage as Life\nArmour: +20 to maximum Life\nCaster: +25 to maximum Energy Shield", req = { level = 11, }, } itemBases["Lesser Mind Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Leeches 1.5% of Physical Damage as Mana\nArmour: +15 to maximum Mana\nCaster: +25 to maximum Mana", + implicit = "Martial Weapons: Leeches 1.5% of Physical Damage as Mana\nArmour: +15 to maximum Mana\nCaster: +30 to maximum Mana", req = { level = 11, }, } itemBases["Lesser Rebirth Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 10 Life per Enemy Killed\nArmour: Regenerate 0.25% of maximum Life per second\nCaster: 12% increased Energy Shield Recharge Rate", req = { level = 21, }, } itemBases["Lesser Inspiration Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 8 Mana per Enemy Killed\nArmour: 12% increased Mana Regeneration Rate\nCaster: 16% increased Mana Regeneration Rate", req = { level = 21, }, } itemBases["Lesser Stone Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Causes 20% increased Stun Buildup\nArmour: +30 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 10% of maximum Energy Shield", + implicit = "Martial Weapons: Causes 20% increased Stun Buildup\nArmour: +40 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 10% of maximum Energy Shield", req = { level = 16, }, } itemBases["Lesser Vision Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: +50 to Accuracy Rating\nArmour: 8% increased Life and Mana Recovery from Flasks\nCaster: 16% increased Critical Hit Chance for Spells", req = { level = 16, }, } itemBases["Greater Desert Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 13 to 16 Fire Damage\nArmour: +14% to Fire Resistance\nCaster: Gain 12% of Damage as Extra Fire Damage", + implicit = "Martial Weapons: Adds 13 to 16 Fire Damage\nArmour: +14% to Fire Resistance\nCaster: Gain 10% of Damage as Extra Fire Damage", req = { level = 52, }, } itemBases["Greater Glacial Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 9 to 15 Cold Damage\nArmour: +14% to Cold Resistance\nCaster: Gain 12% of Damage as Extra Cold Damage", + implicit = "Martial Weapons: Adds 9 to 15 Cold Damage\nArmour: +14% to Cold Resistance\nCaster: Gain 10% of Damage as Extra Cold Damage", req = { level = 52, }, } itemBases["Greater Storm Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Adds 1 to 30 Lightning Damage\nArmour: +14% to Lightning Resistance\nCaster: Gain 12% of Damage as Extra Lightning Damage", + implicit = "Martial Weapons: Adds 1 to 30 Lightning Damage\nArmour: +14% to Lightning Resistance\nCaster: Gain 10% of Damage as Extra Lightning Damage", req = { level = 52, }, } itemBases["Greater Iron Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: 25% increased Physical Damage\nArmour: 25% increased Armour, Evasion and Energy Shield\nCaster: 30% increased Spell Damage", + implicit = "Martial Weapons: 18% increased Physical Damage\nArmour: 18% increased Armour, Evasion and Energy Shield\nCaster: 30% increased Spell Damage", req = { level = 52, }, } itemBases["Greater Body Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Leeches 3% of Physical Damage as Life\nArmour: +40 to maximum Life\nCaster: +35 to maximum Energy Shield", req = { level = 57, }, } itemBases["Greater Mind Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Leeches 2.5% of Physical Damage as Mana\nArmour: +35 to maximum Mana\nCaster: +35 to maximum Mana", + implicit = "Martial Weapons: Leeches 2.5% of Physical Damage as Mana\nArmour: +35 to maximum Mana\nCaster: +50 to maximum Mana", req = { level = 57, }, } itemBases["Greater Rebirth Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 30 Life per Enemy Killed\nArmour: Regenerate 0.35% of maximum Life per second\nCaster: 18% increased Energy Shield Recharge Rate", req = { level = 62, }, } itemBases["Greater Inspiration Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 24 Mana per Enemy Killed\nArmour: 18% increased Mana Regeneration Rate\nCaster: 24% increased Mana Regeneration Rate", req = { level = 62, }, } itemBases["Greater Stone Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Causes 30% increased Stun Buildup\nArmour: +50 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 14% of maximum Energy Shield", + implicit = "Martial Weapons: Causes 30% increased Stun Buildup\nArmour: +80 to Stun Threshold\nCaster: Gain additional Stun Threshold equal to 14% of maximum Energy Shield", req = { level = 59, }, } itemBases["Greater Vision Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: +110 to Accuracy Rating\nArmour: 12% increased Life and Mana Recovery from Flasks\nCaster: 24% increased Critical Hit Chance for Spells", req = { level = 59, }, } itemBases["Lesser Robust Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +6 to Strength\nArmour: +6 to Strength\nCaster: +6 to Strength\nSceptre: +6 to Strength", + implicit = "Martial Weapons: +6 to Strength\nArmour: +6 to Strength\nCaster: +6 to Strength", req = { level = 5, }, } itemBases["Robust Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +8 to Strength\nArmour: +8 to Strength\nCaster: +8 to Strength\nSceptre: +8 to Strength", + implicit = "Martial Weapons: +8 to Strength\nArmour: +8 to Strength\nCaster: +8 to Strength", req = { level = 31, }, } itemBases["Greater Robust Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +10 to Strength\nArmour: +10 to Strength\nCaster: +10 to Strength\nSceptre: +10 to Strength", + implicit = "Martial Weapons: +10 to Strength\nArmour: +10 to Strength\nCaster: +10 to Strength", req = { level = 52, }, } itemBases["Lesser Adept Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +6 to Dexterity\nArmour: +6 to Dexterity\nCaster: +6 to Dexterity\nSceptre: +6 to Dexterity", + implicit = "Martial Weapons: +6 to Dexterity\nArmour: +6 to Dexterity\nCaster: +6 to Dexterity", req = { level = 5, }, } itemBases["Adept Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +8 to Dexterity\nArmour: +8 to Dexterity\nCaster: +8 to Dexterity\nSceptre: +8 to Dexterity", + implicit = "Martial Weapons: +8 to Dexterity\nArmour: +8 to Dexterity\nCaster: +8 to Dexterity", req = { level = 31, }, } itemBases["Greater Adept Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +10 to Dexterity\nArmour: +10 to Dexterity\nCaster: +10 to Dexterity\nSceptre: +10 to Dexterity", + implicit = "Martial Weapons: +10 to Dexterity\nArmour: +10 to Dexterity\nCaster: +10 to Dexterity", req = { level = 52, }, } itemBases["Lesser Resolve Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +6 to Intelligence\nArmour: +6 to Intelligence\nCaster: +6 to Intelligence\nSceptre: +6 to Intelligence", + implicit = "Martial Weapons: +6 to Intelligence\nArmour: +6 to Intelligence\nCaster: +6 to Intelligence", req = { level = 5, }, } itemBases["Resolve Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +8 to Intelligence\nArmour: +8 to Intelligence\nCaster: +8 to Intelligence\nSceptre: +8 to Intelligence", + implicit = "Martial Weapons: +8 to Intelligence\nArmour: +8 to Intelligence\nCaster: +8 to Intelligence", req = { level = 31, }, } itemBases["Greater Resolve Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: +10 to Intelligence\nArmour: +10 to Intelligence\nCaster: +10 to Intelligence\nSceptre: +10 to Intelligence", + implicit = "Martial Weapons: +10 to Intelligence\nArmour: +10 to Intelligence\nCaster: +10 to Intelligence", req = { level = 52, }, } itemBases["Lesser Tempered Rune"] = { type = "Rune", - hidden = true, - tags = { rune_lesser = true, default = true, }, + tags = { default = true, rune_lesser = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 3 to 4 Physical Damage\nArmour: 6 to 9 Physical Thorns damage", req = { level = 5, }, } itemBases["Tempered Rune"] = { type = "Rune", - hidden = true, - tags = { rune_normal = true, default = true, }, + tags = { rune_normal = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 6 to 9 Physical Damage\nArmour: 14 to 21 Physical Thorns damage", req = { level = 31, }, } itemBases["Greater Tempered Rune"] = { type = "Rune", - hidden = true, - tags = { rune_greater = true, default = true, }, + tags = { rune_greater = true, default = true, rune = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 9 to 12 Physical Damage\nArmour: 31 to 52 Physical Thorns damage", req = { level = 52, }, } itemBases["Greater Rune of Leadership"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Minions gain 10% of their Physical Damage as Extra Lightning Damage\nArmour: Minions take 10% of Physical Damage as Lightning Damage", req = { level = 65, }, } itemBases["Greater Rune of Tithing"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Meta Skills gain 10% increased Energy\nArmour: 1 to 100 Lightning Thorns damage", req = { level = 65, }, } itemBases["Greater Rune of Alacrity"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 8% increased Skill Speed\nArmour: Debuffs on you expire 8% faster", req = { level = 65, }, } itemBases["Greater Rune of Nobility"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Attacks with this Weapon have 10% chance to inflict Lightning Exposure\nArmour: 10% reduced effect of Shock on you", req = { level = 65, }, } itemBases["Hedgewitch Assandra's Rune of Wisdom"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Caster: +1 to Level of all Spell Skills", req = { level = 65, }, } itemBases["Saqawal's Rune of the Sky"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, - implicit = "Martial Weapons: Gain 6% of Damage as Extra Damage of all Elements\nCaster: Gain 6% of Damage as Extra Damage of all Elements", + implicit = "Martial Weapons: Gain 5% of Damage as Extra Damage of all Elements\nCaster: Gain 5% of Damage as Extra Damage of all Elements", req = { level = 65, }, } itemBases["Fenumus' Rune of Agony"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Gain 13% of Damage as Extra Chaos Damage\nCaster: Gain 13% of Damage as Extra Chaos Damage", req = { level = 65, }, } itemBases["Farrul's Rune of Grace"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Boots: 6% reduced Movement Speed Penalty from using Skills while moving", req = { level = 65, }, } itemBases["Farrul's Rune of the Chase"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Boots: 5% increased Movement Speed", req = { level = 65, }, } itemBases["Craiceann's Rune of Warding"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: 40% reduced effect of Curses on you", req = { level = 65, }, } itemBases["Saqawal's Rune of Memory"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: 2% increased Experience gain", req = { level = 65, }, } itemBases["Saqawal's Rune of Erosion"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: 20% increased Exposure Effect", req = { level = 65, }, } itemBases["Farrul's Rune of the Hunt"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 50% increased Attack Damage against Rare or Unique Enemies", req = { level = 65, }, } itemBases["Craiceann's Rune of Recovery"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: 50% increased Energy Shield Recharge Rate", req = { level = 65, }, } itemBases["Courtesan Mannan's Rune of Cruelty"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 15% increased Magnitude of Damaging Ailments you inflict", req = { level = 65, }, } itemBases["Thane Grannell's Rune of Mastery"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 20% increased Magnitude of Non-Damaging Ailments you inflict", req = { level = 65, }, } itemBases["Fenumus' Rune of Spinning"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 8% increased Cast Speed", req = { level = 65, }, } itemBases["Countess Seske's Rune of Archery"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Bow: Bow Attacks fire an additional Arrow", req = { level = 65, }, } itemBases["Thane Girt's Rune of Wildness"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Caster: 25% chance for Spell Skills to fire 2 additional Projectiles", req = { level = 65, }, } itemBases["Fenumus' Rune of Draining"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, - implicit = "Gloves: 20% increased Effect of Withered", + implicit = "Gloves: 20% increased Withered Magnitude", req = { level = 65, }, } itemBases["Thane Myrk's Rune of Summer"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 23 to 34 Fire Damage", req = { level = 65, }, } itemBases["Lady Hestra's Rune of Winter"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 19 to 28 Cold Damage", req = { level = 65, }, } itemBases["Thane Leld's Rune of Spring"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: Adds 1 to 60 Lightning Damage", req = { level = 65, }, } itemBases["The Greatwolf's Rune of Claws"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: Adds 5 to 12 Physical Damage to Attacks", req = { level = 65, }, } itemBases["The Greatwolf's Rune of Willpower"] = { type = "Rune", - tags = { default = true, }, + tags = { rune = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: 10% of Damage is taken from Mana before Life", req = { level = 65, }, @@ -757,126 +685,126 @@ itemBases["The Greatwolf's Rune of Willpower"] = { itemBases["Talisman of Sirrius"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 8% increased Attack Speed", req = { }, } itemBases["Talisman of Thruldana"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Martial Weapons: 25% reduced Poison Duration\nTargets can be affected by +1 of your Poisons at the same time", req = { }, } itemBases["Talisman of Grold"] = { type = "Talisman", - tags = { wild_talisman = true, default = true, }, + tags = { wild_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Gloves: Skills which Empower an Attack have 15% chance to not count that Attack", + implicit = "Gloves: 15% increased total Power counted by Warcries", req = { }, } itemBases["Talisman of Eeshta"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Helmet: 6% reduced Cost of Skills", + implicit = "Helmet: 10% increased Cost Efficiency", req = { }, } itemBases["Talisman of Egrin"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: Enemies you Curse take 5% increased Damage", req = { }, } itemBases["Talisman of Maxarius"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: +1 Charm Slot", req = { }, } itemBases["Talisman of Ralakesh"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Helmet: Minions have 5% reduced Reservation", + implicit = "Helmet: 6% increased Reservation Efficiency of Minion Skills", req = { }, } itemBases["Serpent Talisman"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 5% increased Curse Magnitudes", req = { }, } itemBases["Primate Talisman"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: Minions have 12% increased maximum Life", req = { }, } itemBases["Owl Talisman"] = { type = "Talisman", - tags = { primal_talisman = true, default = true, }, + tags = { primal_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Boots: 5% increased Cooldown Recovery Rate", + implicit = "Focus: 10% increased Cooldown Recovery Rate", req = { }, } itemBases["Cat Talisman"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Boots: Hits against you have 15% reduced Critical Damage Bonus", + implicit = "Gloves: 15% increased Accuracy Rating", req = { }, } itemBases["Wolf Talisman"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: 10% increased Magnitude of Bleeding you inflict", req = { }, } itemBases["Stag Talisman"] = { type = "Talisman", - tags = { vivid_talisman = true, default = true, }, + tags = { vivid_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Helmet: 8% increased Exposure Effect", + implicit = "Helmet: 50% increased Thorns Critical Hit Chance", req = { }, } itemBases["Boar Talisman"] = { type = "Talisman", - tags = { wild_talisman = true, default = true, }, + tags = { wild_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Gloves: Gain 1 Rage on Melee Hit", req = { }, } itemBases["Bear Talisman"] = { type = "Talisman", - tags = { wild_talisman = true, default = true, }, + tags = { wild_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Helmet: 8% increased Area of Effect", req = { }, } itemBases["Ox Talisman"] = { type = "Talisman", - tags = { wild_talisman = true, default = true, }, + tags = { wild_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, - implicit = "Boots: 20% increased Presence Area of Effect", + implicit = "Shield: 10% increased Block chance", req = { }, } itemBases["Rabbit Talisman"] = { type = "Talisman", - tags = { sacred_talisman = true, default = true, }, + tags = { sacred_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: 8% increased Rarity of Items found", req = { }, } itemBases["Fox Talisman"] = { type = "Talisman", - tags = { sacred_talisman = true, default = true, }, + tags = { sacred_talisman = true, talisman = true, default = true, }, implicitModTypes = { }, implicit = "Body Armour: +2% to Quality of all Skills", req = { }, diff --git a/src/Data/Bases/spear.lua b/src/Data/Bases/spear.lua index 8ad9d06810..c45ad031dc 100644 --- a/src/Data/Bases/spear.lua +++ b/src/Data/Bases/spear.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Hardwood Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 5, PhysicalMax = 9, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, @@ -14,222 +14,231 @@ itemBases["Hardwood Spear"] = { itemBases["Ironhead Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 7, PhysicalMax = 13, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 5, dex = 11, }, + req = { level = 5, dex = 10, }, } itemBases["Hunting Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, ezomyte_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(15-25)% chance to Maim on Hit", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 10, PhysicalMax = 18, CritChanceBase = 5, AttackRateBase = 1.55, Range = 15, }, - req = { level = 10, str = 10, dex = 20, }, + req = { level = 10, str = 9, dex = 17, }, } itemBases["Winged Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 12, PhysicalMax = 22, CritChanceBase = 5, AttackRateBase = 1.65, Range = 15, }, - req = { level = 16, str = 14, dex = 30, }, + req = { level = 16, str = 12, dex = 25, }, } itemBases["War Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(25-35)% increased Projectile Speed with this Weapon", implicitModTypes = { { }, }, weapon = { PhysicalMin = 14, PhysicalMax = 26, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 21, str = 17, dex = 39, }, + req = { level = 21, str = 14, dex = 31, }, } itemBases["Forked Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 17, PhysicalMax = 32, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 26, str = 20, dex = 48, }, + req = { level = 26, str = 17, dex = 38, }, } itemBases["Barbed Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 20, PhysicalMax = 38, CritChanceBase = 6.5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 33, str = 25, dex = 60, }, + req = { level = 33, str = 20, dex = 47, }, } itemBases["Broad Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, vaal_basetype = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 26, PhysicalMax = 48, CritChanceBase = 5, AttackRateBase = 1.5, Range = 15, }, - req = { level = 40, str = 29, dex = 72, }, + req = { level = 40, str = 23, dex = 56, }, } itemBases["Crossblade Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, - tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 28, PhysicalMax = 51, CritChanceBase = 5, AttackRateBase = 1.55, Range = 15, }, - req = { level = 45, str = 33, dex = 81, }, + weapon = { PhysicalMin = 28, PhysicalMax = 52, CritChanceBase = 5, AttackRateBase = 1.55, Range = 15, }, + req = { level = 46, str = 26, dex = 64, }, } itemBases["Seaglass Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, - tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 27, PhysicalMax = 50, CritChanceBase = 10, AttackRateBase = 1.6, Range = 15, }, - req = { level = 51, str = 36, dex = 91, int = 65, }, + weapon = { PhysicalMin = 31, PhysicalMax = 57, CritChanceBase = 7, AttackRateBase = 1.5, Range = 15, }, + req = { level = 51, str = 29, dex = 71, int = 50, }, } itemBases["Sword Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 30, PhysicalMax = 56, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 52, str = 37, dex = 93, }, + req = { level = 52, str = 29, dex = 72, }, } itemBases["Striking Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 23, LightningMax = 91, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 55, str = 39, dex = 98, }, + weapon = { PhysicalMin = 11, PhysicalMax = 45, LightningMin = 11, LightningMax = 45, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, + req = { level = 55, str = 31, dex = 76, }, } itemBases["Helix Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 37, PhysicalMax = 68, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 65, str = 45, dex = 116, }, + req = { level = 65, str = 36, dex = 89, }, } itemBases["Steelhead Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 50, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 45, str = 33, dex = 81, }, + req = { level = 45, str = 26, dex = 63, }, } itemBases["Coursing Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(15-25)% chance to Maim on Hit", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 29, PhysicalMax = 54, CritChanceBase = 5, AttackRateBase = 1.55, Range = 15, }, - req = { level = 48, str = 35, dex = 86, }, + req = { level = 48, str = 27, dex = 67, }, } itemBases["Swift Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(25-35)% increased Projectile Speed with this Weapon", implicitModTypes = { { }, }, weapon = { PhysicalMin = 28, PhysicalMax = 53, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 51, str = 36, dex = 91, }, + req = { level = 51, str = 29, dex = 71, }, } itemBases["Branched Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 32, PhysicalMax = 59, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 55, str = 39, dex = 98, }, + weapon = { PhysicalMin = 31, PhysicalMax = 58, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, + req = { level = 54, str = 30, dex = 75, }, } itemBases["Jagged Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 33, PhysicalMax = 61, CritChanceBase = 6.5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 59, str = 42, dex = 105, }, + req = { level = 59, str = 33, dex = 81, }, } itemBases["Massive Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 38, PhysicalMax = 70, CritChanceBase = 5, AttackRateBase = 1.5, Range = 15, }, - req = { level = 62, str = 44, dex = 110, }, + req = { level = 62, str = 34, dex = 85, }, } itemBases["Orichalcum Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 38, PhysicalMax = 70, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 67, str = 53, dex = 135, }, + req = { level = 67, str = 41, dex = 104, }, } itemBases["Pronged Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 40, PhysicalMax = 75, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 72, str = 59, dex = 150, }, + req = { level = 72, str = 46, dex = 115, }, } itemBases["Stalking Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(15-25)% chance to Maim on Hit", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 44, PhysicalMax = 82, CritChanceBase = 5, AttackRateBase = 1.55, Range = 15, }, - req = { level = 77, str = 64, dex = 165, }, + req = { level = 77, str = 50, dex = 127, }, } itemBases["Flying Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicit = "(25-35)% increased Projectile Speed with this Weapon", implicitModTypes = { { }, }, weapon = { PhysicalMin = 41, PhysicalMax = 76, CritChanceBase = 5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 78, str = 64, dex = 165, }, + req = { level = 78, str = 50, dex = 127, }, } itemBases["Grand Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 46, PhysicalMax = 85, CritChanceBase = 5, AttackRateBase = 1.5, Range = 15, }, - req = { level = 79, str = 64, dex = 165, }, + req = { level = 79, str = 50, dex = 127, }, } itemBases["Spiked Spear"] = { type = "Spear", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 41, PhysicalMax = 76, CritChanceBase = 6.5, AttackRateBase = 1.6, Range = 15, }, - req = { level = 77, str = 64, dex = 165, }, + req = { level = 77, str = 50, dex = 127, }, +} +itemBases["Akoyan Spear"] = { + type = "Spear", + quality = 20, + socketLimit = 3, + tags = { karui_basetype = true, onehand = true, spear = true, weapon = true, one_hand_weapon = true, default = true, }, + implicitModTypes = { }, + weapon = { PhysicalMin = 43, PhysicalMax = 80, CritChanceBase = 7, AttackRateBase = 1.5, Range = 15, }, + req = { level = 78, str = 50, dex = 127, int = 90, }, } diff --git a/src/Data/Bases/staff.lua b/src/Data/Bases/staff.lua index 58961eefe6..7ae7374dc8 100644 --- a/src/Data/Bases/staff.lua +++ b/src/Data/Bases/staff.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Ashen Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_physical_spell_mods = true, no_lightning_spell_mods = true, no_cold_spell_mods = true, no_chaos_spell_mods = true, staff = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Firebolt", implicitModTypes = { }, @@ -14,7 +14,7 @@ itemBases["Ashen Staff"] = { itemBases["Gelid Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_lightning_spell_mods = true, staff = true, no_physical_spell_mods = true, no_chaos_spell_mods = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Freezing Shards", implicitModTypes = { }, @@ -23,7 +23,7 @@ itemBases["Gelid Staff"] = { itemBases["Voltaic Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_physical_spell_mods = true, staff = true, no_chaos_spell_mods = true, no_cold_spell_mods = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Lightning Bolt", implicitModTypes = { }, @@ -32,7 +32,7 @@ itemBases["Voltaic Staff"] = { itemBases["Spriggan Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Firebolt", implicitModTypes = { }, @@ -41,16 +41,16 @@ itemBases["Spriggan Staff"] = { itemBases["Pyrophyte Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_physical_spell_mods = true, no_lightning_spell_mods = true, no_cold_spell_mods = true, no_chaos_spell_mods = true, staff = true, twohand = true, default = true, }, - implicit = "Grants Skill: Level (1-20) Living Bomb", + implicit = "Grants Skill: Level (1-20) Solar Orb", implicitModTypes = { }, req = { }, } itemBases["Chiming Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Sigil of Power", implicitModTypes = { }, @@ -59,7 +59,7 @@ itemBases["Chiming Staff"] = { itemBases["Rending Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_lightning_spell_mods = true, staff = true, no_physical_spell_mods = true, no_cold_spell_mods = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Soulrend", implicitModTypes = { }, @@ -68,7 +68,7 @@ itemBases["Rending Staff"] = { itemBases["Reaping Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_lightning_spell_mods = true, staff = true, no_chaos_spell_mods = true, no_cold_spell_mods = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Reap", implicitModTypes = { }, @@ -77,7 +77,7 @@ itemBases["Reaping Staff"] = { itemBases["Icicle Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_lightning_spell_mods = true, staff = true, no_physical_spell_mods = true, no_chaos_spell_mods = true, twohand = true, default = true, }, implicit = "Grants Skill: Level (1-20) Firebolt", implicitModTypes = { }, @@ -86,7 +86,7 @@ itemBases["Icicle Staff"] = { itemBases["Roaring Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Unleash", implicitModTypes = { }, @@ -95,16 +95,16 @@ itemBases["Roaring Staff"] = { itemBases["Paralysing Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { no_fire_spell_mods = true, no_physical_spell_mods = true, staff = true, no_chaos_spell_mods = true, no_cold_spell_mods = true, twohand = true, default = true, }, - implicit = "Grants Skill: Level (1-20) Shock Nova", + implicit = "Grants Skill: Level (1-20) Enervating Nova", implicitModTypes = { }, req = { }, } -itemBases["Cleric Staff"] = { +itemBases["Sanctified Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Consecrate", implicitModTypes = { }, @@ -113,16 +113,25 @@ itemBases["Cleric Staff"] = { itemBases["Dark Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Dark Pact", implicitModTypes = { }, req = { }, } +itemBases["Ravenous Staff"] = { + type = "Staff", + quality = 20, + socketLimit = 4, + tags = { default = true, twohand = true, staff = true, }, + implicit = "Grants Skill: Level (1-20) Feast of Flesh", + implicitModTypes = { }, + req = { }, +} itemBases["Permafrost Staff"] = { type = "Staff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { default = true, twohand = true, staff = true, }, implicit = "Grants Skill: Level (1-20) Heart of Ice", implicitModTypes = { }, @@ -133,7 +142,7 @@ itemBases["Wrapped Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, ezomyte_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 7, PhysicalMax = 12, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, @@ -143,369 +152,389 @@ itemBases["Long Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, ezomyte_basetype = true, weapon = true, twohand = true, default = true, }, implicit = "16% increased Melee Strike Range with this weapon", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 9, PhysicalMax = 18, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { dex = 10, }, + req = { dex = 9, }, } itemBases["Gothic Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, ezomyte_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 16, PhysicalMax = 26, CritChanceBase = 11.5, AttackRateBase = 1.4, Range = 13, }, - req = { level = 11, dex = 22, int = 11, }, + req = { level = 11, dex = 18, int = 9, }, } itemBases["Crackling Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, maraketh_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 13, LightningMax = 54, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 16, dex = 30, int = 14, }, + weapon = { PhysicalMin = 5, PhysicalMax = 22, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, + req = { level = 16, dex = 25, int = 12, }, } itemBases["Crescent Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, maraketh_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 39, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, - req = { level = 20, dex = 37, int = 16, }, + req = { level = 20, dex = 30, int = 14, }, } itemBases["Steelpoint Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, maraketh_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 28, PhysicalMax = 51, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 28, dex = 51, int = 22, }, + req = { level = 28, dex = 41, int = 18, }, } itemBases["Slicing Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, vaal_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 29, PhysicalMax = 60, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 33, dex = 60, int = 25, }, + req = { level = 33, dex = 47, int = 20, }, } itemBases["Barrier Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, vaal_basetype = true, weapon = true, twohand = true, default = true, }, implicit = "+(10-15)% to Block chance", implicitModTypes = { { "block" }, }, weapon = { PhysicalMin = 33, PhysicalMax = 55, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 37, dex = 67, int = 27, }, + req = { level = 37, dex = 52, int = 22, }, } itemBases["Hefty Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, warstaff = true, karui_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 39, PhysicalMax = 80, CritChanceBase = 10, AttackRateBase = 1.35, Range = 13, }, - req = { level = 45, dex = 81, int = 33, }, + weapon = { PhysicalMin = 39, PhysicalMax = 82, CritChanceBase = 10, AttackRateBase = 1.35, Range = 13, }, + req = { level = 46, dex = 64, int = 26, }, } itemBases["Smooth Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, - tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, + socketLimit = 4, + tags = { two_hand_weapon = true, warstaff = true, karui_basetype = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 62, PhysicalMax = 84, CritChanceBase = 0, AttackRateBase = 1.5, Range = 13, }, - req = { level = 47, dex = 84, int = 34, }, + weapon = { PhysicalMin = 64, PhysicalMax = 87, CritChanceBase = 0, AttackRateBase = 1.5, Range = 13, }, + req = { level = 49, dex = 68, int = 28, }, } itemBases["Anima Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 47, PhysicalMax = 79, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 52, dex = 93, int = 37, }, + req = { level = 52, dex = 72, int = 29, }, } itemBases["Graceful Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 47, PhysicalMax = 87, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 56, dex = 100, int = 40, }, + req = { level = 56, dex = 77, int = 31, }, } itemBases["Wyrm Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 57, PhysicalMax = 94, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 65, dex = 116, int = 45, }, + req = { level = 65, dex = 89, int = 36, }, } itemBases["Reaching Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "16% increased Melee Strike Range with this weapon", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 35, PhysicalMax = 72, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 45, dex = 81, int = 33, }, + req = { level = 45, dex = 63, int = 26, }, } itemBases["Barbarous Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 43, PhysicalMax = 72, CritChanceBase = 11.5, AttackRateBase = 1.4, Range = 13, }, - req = { level = 48, dex = 86, int = 35, }, + req = { level = 48, dex = 67, int = 27, }, } itemBases["Arcing Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 30, LightningMax = 57, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 51, dex = 91, int = 36, }, + weapon = { PhysicalMin = 14, PhysicalMax = 55, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, + req = { level = 51, dex = 71, int = 29, }, } itemBases["Waxing Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 40, PhysicalMax = 83, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, - req = { level = 55, dex = 98, int = 39, }, + weapon = { PhysicalMin = 39, PhysicalMax = 82, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, + req = { level = 54, dex = 75, int = 30, }, } itemBases["Bladed Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 94, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 59, dex = 105, int = 42, }, + req = { level = 59, dex = 81, int = 33, }, } itemBases["Guardian Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "+(10-15)% to Block chance", implicitModTypes = { { "block" }, }, weapon = { PhysicalMin = 49, PhysicalMax = 82, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 62, dex = 110, int = 44, }, + req = { level = 62, dex = 85, int = 34, }, } itemBases["Sinister Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 55, PhysicalMax = 92, CritChanceBase = 11.5, AttackRateBase = 1.4, Range = 13, }, - req = { level = 67, dex = 135, int = 53, }, + req = { level = 67, dex = 104, int = 41, }, } itemBases["Lunar Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 50, PhysicalMax = 103, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, - req = { level = 72, dex = 150, int = 59, }, + req = { level = 72, dex = 115, int = 46, }, } itemBases["Striking Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "16% increased Melee Strike Range with this weapon", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 53, PhysicalMax = 111, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 77, dex = 165, int = 64, }, + req = { level = 77, dex = 127, int = 50, }, } itemBases["Bolting Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 43, LightningMax = 172, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 78, dex = 165, int = 64, }, + weapon = { PhysicalMin = 24, PhysicalMax = 97, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, + req = { level = 78, dex = 127, int = 50, }, } itemBases["Aegis Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "+(10-15)% to Block chance", implicitModTypes = { { "block" }, }, weapon = { PhysicalMin = 58, PhysicalMax = 97, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 79, dex = 165, int = 64, }, + req = { level = 79, dex = 127, int = 50, }, } itemBases["Razor Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 65, PhysicalMax = 108, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 77, dex = 165, int = 64, }, + req = { level = 77, dex = 127, int = 50, }, +} +itemBases["Dreaming Quarterstaff"] = { + type = "Staff", + subType = "Warstaff", + quality = 20, + socketLimit = 4, + tags = { two_hand_weapon = true, warstaff = true, karui_basetype = true, weapon = true, twohand = true, default = true, }, + implicitModTypes = { }, + weapon = { PhysicalMin = 99, PhysicalMax = 133, CritChanceBase = 0, AttackRateBase = 1.5, Range = 13, }, + req = { level = 78, dex = 127, int = 50, }, } itemBases["Reaching Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "16% increased Melee Strike Range with this weapon", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 35, PhysicalMax = 72, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 45, dex = 81, int = 33, }, + req = { level = 45, dex = 63, int = 26, }, } itemBases["Barbarous Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 43, PhysicalMax = 72, CritChanceBase = 11.5, AttackRateBase = 1.4, Range = 13, }, - req = { level = 48, dex = 86, int = 35, }, + req = { level = 48, dex = 67, int = 27, }, } itemBases["Arcing Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 30, LightningMax = 57, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 51, dex = 91, int = 36, }, + weapon = { PhysicalMin = 14, PhysicalMax = 55, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, + req = { level = 51, dex = 71, int = 29, }, } itemBases["Waxing Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { PhysicalMin = 40, PhysicalMax = 83, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, - req = { level = 55, dex = 98, int = 39, }, + weapon = { PhysicalMin = 39, PhysicalMax = 82, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, + req = { level = 54, dex = 75, int = 30, }, } itemBases["Bladed Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 94, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 59, dex = 105, int = 42, }, + req = { level = 59, dex = 81, int = 33, }, } itemBases["Guardian Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "+(10-15)% to Block chance", implicitModTypes = { { "block" }, }, weapon = { PhysicalMin = 49, PhysicalMax = 82, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 62, dex = 110, int = 44, }, + req = { level = 62, dex = 85, int = 34, }, } itemBases["Sinister Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 55, PhysicalMax = 92, CritChanceBase = 11.5, AttackRateBase = 1.4, Range = 13, }, - req = { level = 67, dex = 135, int = 53, }, + req = { level = 67, dex = 104, int = 41, }, } itemBases["Lunar Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 50, PhysicalMax = 103, CritChanceBase = 10, AttackRateBase = 1.5, Range = 13, }, - req = { level = 72, dex = 150, int = 59, }, + req = { level = 72, dex = 115, int = 46, }, } itemBases["Striking Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "16% increased Melee Strike Range with this weapon", implicitModTypes = { { "attack" }, }, weapon = { PhysicalMin = 53, PhysicalMax = 111, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 77, dex = 165, int = 64, }, + req = { level = 77, dex = 127, int = 50, }, } itemBases["Bolting Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, - weapon = { LightningMin = 43, LightningMax = 172, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 78, dex = 165, int = 64, }, + weapon = { PhysicalMin = 24, PhysicalMax = 97, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, + req = { level = 78, dex = 127, int = 50, }, } itemBases["Aegis Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicit = "+(10-15)% to Block chance", implicitModTypes = { { "block" }, }, weapon = { PhysicalMin = 58, PhysicalMax = 97, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 79, dex = 165, int = 64, }, + req = { level = 79, dex = 127, int = 50, }, } itemBases["Razor Quarterstaff"] = { type = "Staff", subType = "Warstaff", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, warstaff = true, weapon = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 65, PhysicalMax = 108, CritChanceBase = 10, AttackRateBase = 1.4, Range = 13, }, - req = { level = 77, dex = 165, int = 64, }, + req = { level = 77, dex = 127, int = 50, }, +} +itemBases["Dreaming Quarterstaff"] = { + type = "Staff", + subType = "Warstaff", + quality = 20, + socketLimit = 4, + tags = { two_hand_weapon = true, warstaff = true, karui_basetype = true, weapon = true, twohand = true, default = true, }, + implicitModTypes = { }, + weapon = { PhysicalMin = 99, PhysicalMax = 133, CritChanceBase = 0, AttackRateBase = 1.5, Range = 13, }, + req = { level = 78, dex = 127, int = 50, }, } diff --git a/src/Data/Bases/sword.lua b/src/Data/Bases/sword.lua index ba99702b61..e716802ea4 100644 --- a/src/Data/Bases/sword.lua +++ b/src/Data/Bases/sword.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Golden Blade"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { demigods = true, onehand = true, not_for_sale = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicit = "+(16-24) to all Attributes", implicitModTypes = { { "attribute" }, }, @@ -15,8 +15,7 @@ itemBases["Golden Blade"] = { itemBases["Energy Blade One Handed"] = { type = "One Handed Sword", quality = 20, - hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, not_for_sale = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 0, PhysicalMax = 0, CritChanceBase = 7, AttackRateBase = 1.7, Range = 11, }, @@ -25,7 +24,7 @@ itemBases["Energy Blade One Handed"] = { itemBases["Shortsword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 6, PhysicalMax = 9, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, @@ -34,115 +33,115 @@ itemBases["Shortsword"] = { itemBases["Broadsword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 8, PhysicalMax = 13, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 6, str = 10, dex = 10, }, + req = { level = 6, str = 9, dex = 9, }, } itemBases["Vampiric Blade"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 11, PhysicalMax = 20, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 11, str = 16, dex = 16, }, + req = { level = 11, str = 14, dex = 14, }, } itemBases["Scimitar"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 14, PhysicalMax = 23, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 16, str = 22, dex = 22, }, + req = { level = 16, str = 19, dex = 19, }, } itemBases["Charred Shortsword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 34, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 21, str = 28, dex = 28, }, + req = { level = 21, str = 23, dex = 23, }, } itemBases["Sickle Sword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { maraketh_basetype = true, onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 18, PhysicalMax = 38, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 28, str = 37, dex = 37, }, + req = { level = 28, str = 29, dex = 29, }, } itemBases["Falchion"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 37, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 33, str = 43, dex = 43, }, + req = { level = 33, str = 34, dex = 34, }, } itemBases["Treasured Blade"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, vaal_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 27, PhysicalMax = 45, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 40, str = 51, dex = 51, }, + req = { level = 40, str = 40, dex = 40, }, } itemBases["Cutlass"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 33, PhysicalMax = 49, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 45, str = 57, dex = 57, }, + req = { level = 45, str = 45, dex = 45, }, } itemBases["Runic Shortsword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 26, PhysicalMax = 55, CritChanceBase = 5, AttackRateBase = 1.65, Range = 11, }, - req = { level = 50, str = 63, dex = 63, }, + req = { level = 50, str = 49, dex = 49, }, } itemBases["Messer"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 30, PhysicalMax = 56, CritChanceBase = 5, AttackRateBase = 1.6, Range = 11, }, - req = { level = 52, str = 66, dex = 66, }, + req = { level = 52, str = 51, dex = 51, }, } itemBases["Commander Sword"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 36, PhysicalMax = 60, CritChanceBase = 5, AttackRateBase = 1.5, Range = 11, }, - req = { level = 54, str = 68, dex = 68, }, + req = { level = 54, str = 53, dex = 53, }, } itemBases["Dark Blade"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 43, PhysicalMax = 65, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, - req = { level = 65, str = 81, dex = 81, }, + req = { level = 65, str = 63, dex = 63, }, } itemBases["Golden Blade"] = { type = "One Handed Sword", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, ezomyte_basetype = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 6, PhysicalMax = 9, CritChanceBase = 5, AttackRateBase = 1.55, Range = 11, }, @@ -153,7 +152,7 @@ itemBases["Energy Blade One Handed"] = { type = "One Handed Sword", quality = 20, hidden = true, - socketLimit = 2, + socketLimit = 3, tags = { onehand = true, not_for_sale = true, weapon = true, sword = true, one_hand_weapon = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 0, PhysicalMax = 0, CritChanceBase = 7, AttackRateBase = 1.7, Range = 11, }, @@ -163,8 +162,7 @@ itemBases["Energy Blade One Handed"] = { itemBases["Keyblade"] = { type = "Two Handed Sword", quality = 20, - hidden = true, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, not_for_sale = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 1, PhysicalMax = 1, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, @@ -173,8 +171,7 @@ itemBases["Keyblade"] = { itemBases["Energy Blade Two Handed"] = { type = "Two Handed Sword", quality = 20, - hidden = true, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, not_for_sale = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 0, PhysicalMax = 0, CritChanceBase = 7, AttackRateBase = 1.6, Range = 13, }, @@ -183,7 +180,7 @@ itemBases["Energy Blade Two Handed"] = { itemBases["Corroded Longsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 9, PhysicalMax = 16, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, @@ -192,119 +189,129 @@ itemBases["Corroded Longsword"] = { itemBases["Iron Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 13, PhysicalMax = 23, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, }, - req = { level = 6, str = 10, dex = 10, }, + req = { level = 6, str = 9, dex = 9, }, } itemBases["Blessed Claymore"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, ezomyte_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 19, PhysicalMax = 32, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 11, str = 16, dex = 16, }, + req = { level = 11, str = 14, dex = 14, }, } itemBases["Broad Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 25, PhysicalMax = 42, CritChanceBase = 5, AttackRateBase = 1.25, Range = 13, }, - req = { level = 16, str = 22, dex = 22, }, + req = { level = 16, str = 19, dex = 19, }, } itemBases["Rippled Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 28, PhysicalMax = 52, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 22, str = 30, dex = 30, }, + req = { level = 22, str = 24, dex = 24, }, } itemBases["Arced Longsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, maraketh_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 31, PhysicalMax = 58, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, }, - req = { level = 28, str = 37, dex = 37, }, + req = { level = 28, str = 29, dex = 29, }, } itemBases["Stone Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 40, PhysicalMax = 67, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 33, str = 43, dex = 43, }, + req = { level = 33, str = 34, dex = 34, }, } itemBases["Obsidian Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, vaal_basetype = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 49, PhysicalMax = 73, CritChanceBase = 5, AttackRateBase = 1.25, Range = 13, }, - req = { level = 36, str = 46, dex = 46, }, + req = { level = 36, str = 37, dex = 37, }, } itemBases["Keen Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 45, PhysicalMax = 94, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 45, str = 57, dex = 57, }, + req = { level = 45, str = 45, dex = 45, }, } itemBases["Ancient Greatblade"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 55, PhysicalMax = 103, CritChanceBase = 5, AttackRateBase = 1.25, Range = 13, }, - req = { level = 49, str = 62, dex = 62, }, + req = { level = 49, str = 49, dex = 49, }, } itemBases["Flanged Greatblade"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 51, PhysicalMax = 106, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 52, str = 66, dex = 66, }, + req = { level = 52, str = 51, dex = 51, }, } itemBases["Regalia Longsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 61, PhysicalMax = 92, CritChanceBase = 5, AttackRateBase = 1.35, Range = 13, }, - req = { level = 54, str = 68, dex = 68, }, + req = { level = 54, str = 53, dex = 53, }, } itemBases["Ultra Greatsword"] = { type = "Two Handed Sword", quality = 20, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 72, PhysicalMax = 119, CritChanceBase = 5, AttackRateBase = 1.3, Range = 13, }, - req = { level = 65, str = 81, dex = 81, }, + req = { level = 65, str = 63, dex = 63, }, } itemBases["Energy Blade Two Handed"] = { type = "Two Handed Sword", quality = 20, hidden = true, - socketLimit = 3, + socketLimit = 4, tags = { two_hand_weapon = true, not_for_sale = true, weapon = true, sword = true, twohand = true, default = true, }, implicitModTypes = { }, weapon = { PhysicalMin = 0, PhysicalMax = 0, CritChanceBase = 7, AttackRateBase = 1.6, Range = 13, }, req = { }, } +itemBases["Keyblade"] = { + type = "Two Handed Sword", + quality = 20, + hidden = true, + socketLimit = 4, + tags = { two_hand_weapon = true, not_for_sale = true, weapon = true, sword = true, twohand = true, default = true, }, + implicitModTypes = { }, + weapon = { PhysicalMin = 1, PhysicalMax = 1, CritChanceBase = 5, AttackRateBase = 1.2, Range = 13, }, + req = { }, +} diff --git a/src/Data/Bases/wand.lua b/src/Data/Bases/wand.lua index 8ad7a63a7c..5d37dfdfce 100644 --- a/src/Data/Bases/wand.lua +++ b/src/Data/Bases/wand.lua @@ -5,7 +5,7 @@ local itemBases = ... itemBases["Withered Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_cold_spell_mods = true, no_lightning_spell_mods = true, no_physical_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Chaos Bolt", implicitModTypes = { }, @@ -14,7 +14,7 @@ itemBases["Withered Wand"] = { itemBases["Bone Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_cold_spell_mods = true, no_lightning_spell_mods = true, no_chaos_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Bone Blast", implicitModTypes = { }, @@ -23,7 +23,7 @@ itemBases["Bone Wand"] = { itemBases["Attuned Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, implicit = "Grants Skill: Level (1-20) Mana Drain", implicitModTypes = { }, @@ -32,7 +32,7 @@ itemBases["Attuned Wand"] = { itemBases["Siphoning Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, implicit = "Grants Skill: Level (1-20) Power Siphon", implicitModTypes = { }, @@ -41,7 +41,7 @@ itemBases["Siphoning Wand"] = { itemBases["Volatile Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_physical_spell_mods = true, onehand = true, no_cold_spell_mods = true, wand = true, no_lightning_spell_mods = true, no_chaos_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Volatile Dead", implicitModTypes = { }, @@ -50,7 +50,7 @@ itemBases["Volatile Wand"] = { itemBases["Galvanic Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_physical_spell_mods = true, no_cold_spell_mods = true, no_chaos_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Galvanic Field", implicitModTypes = { }, @@ -59,7 +59,7 @@ itemBases["Galvanic Wand"] = { itemBases["Acrid Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, implicit = "Grants Skill: Level (1-20) Decompose", implicitModTypes = { }, @@ -68,7 +68,7 @@ itemBases["Acrid Wand"] = { itemBases["Offering Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_cold_spell_mods = true, no_lightning_spell_mods = true, no_chaos_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Exsanguinate", implicitModTypes = { }, @@ -77,7 +77,7 @@ itemBases["Offering Wand"] = { itemBases["Frigid Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_physical_spell_mods = true, no_lightning_spell_mods = true, no_chaos_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Chaos Bolt", implicitModTypes = { }, @@ -86,7 +86,7 @@ itemBases["Frigid Wand"] = { itemBases["Torture Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, implicit = "Grants Skill: Level (1-20) Chaos Bolt", implicitModTypes = { }, @@ -95,7 +95,7 @@ itemBases["Torture Wand"] = { itemBases["Critical Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, implicit = "Grants Skill: Level (1-20) Chaos Bolt", implicitModTypes = { }, @@ -104,7 +104,7 @@ itemBases["Critical Wand"] = { itemBases["Primordial Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { no_fire_spell_mods = true, onehand = true, wand = true, no_cold_spell_mods = true, no_lightning_spell_mods = true, no_physical_spell_mods = true, default = true, }, implicit = "Grants Skill: Level (1-20) Wither", implicitModTypes = { }, @@ -113,17 +113,9 @@ itemBases["Primordial Wand"] = { itemBases["Dueling Wand"] = { type = "Wand", quality = 20, - socketLimit = 2, + socketLimit = 3, tags = { default = true, onehand = true, wand = true, }, - implicit = "Grants Skill: Level (1-20) Chaos Bolt", - implicitModTypes = { }, - req = { }, -} -itemBases["Random Wand"] = { - type = "Wand", - hidden = true, - socketLimit = 2, - tags = { wand = true, default = true, }, + implicit = "Grants Skill: Level (1-20) Spellslinger", implicitModTypes = { }, req = { }, } diff --git a/src/Data/Essence.lua b/src/Data/Essence.lua new file mode 100644 index 0000000000..56f97e0a98 --- /dev/null +++ b/src/Data/Essence.lua @@ -0,0 +1,86 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + ["Metadata/Items/Currency/CurrencyLesserEssenceLife"] = { name = "Lesser Essence of the Body", type = "Life", tierLevel = 13, mods = { ["Helmet"] = "IncreasedLife3", ["Body Armour"] = "IncreasedLife3", ["Gloves"] = "IncreasedLife3", ["Boots"] = "IncreasedLife3", ["Shield"] = "IncreasedLife3", ["Belt"] = "IncreasedLife3", ["Buckler"] = "IncreasedLife3", ["Ring"] = "IncreasedLife2", ["Amulet"] = "IncreasedLife2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceMana"] = { name = "Lesser Essence of the Mind", type = "Mana", tierLevel = 13, mods = { ["Belt"] = "IncreasedMana3", ["Boots"] = "IncreasedMana3", ["Gloves"] = "IncreasedMana3", ["Helmet"] = "IncreasedMana3", ["Amulet"] = "IncreasedMana3", ["Ring"] = "IncreasedMana3", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceDefences"] = { name = "Lesser Essence of Enhancement", type = "Defences", tierLevel = 20, mods = { ["Helmet"] = "EssenceDisplayDefences1", ["Body Armour"] = "EssenceDisplayDefences1", ["Gloves"] = "EssenceDisplayDefences1", ["Boots"] = "EssenceDisplayDefences1", ["Shield"] = "EssenceDisplayDefences1", ["Buckler"] = "EssenceDisplayDefences1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssencePhysical"] = { name = "Lesser Essence of Abrasion", type = "Physical", tierLevel = 13, mods = { ["One Hand Sword"] = "LocalAddedPhysicalDamage2", ["One Hand Axe"] = "LocalAddedPhysicalDamage2", ["One Hand Mace"] = "LocalAddedPhysicalDamage2", ["Spear"] = "LocalAddedPhysicalDamage2", ["Dagger"] = "LocalAddedPhysicalDamage2", ["Bow"] = "LocalAddedPhysicalDamage2", ["Flail"] = "LocalAddedPhysicalDamage2", ["Talisman"] = "LocalAddedPhysicalDamage2", ["Two Hand Sword"] = "LocalAddedPhysicalDamageTwoHand2", ["Two Hand Axe"] = "LocalAddedPhysicalDamageTwoHand2", ["Two Hand Mace"] = "LocalAddedPhysicalDamageTwoHand2", ["Warstaff"] = "LocalAddedPhysicalDamageTwoHand2", ["Crossbow"] = "LocalAddedPhysicalDamageTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceFire"] = { name = "Lesser Essence of Flames", type = "Fire", tierLevel = 13, mods = { ["One Hand Sword"] = "LocalAddedFireDamage2", ["One Hand Axe"] = "LocalAddedFireDamage2", ["One Hand Mace"] = "LocalAddedFireDamage2", ["Spear"] = "LocalAddedFireDamage2", ["Dagger"] = "LocalAddedFireDamage2", ["Bow"] = "LocalAddedFireDamage2", ["Flail"] = "LocalAddedFireDamage2", ["Talisman"] = "LocalAddedFireDamage2", ["Two Hand Sword"] = "LocalAddedFireDamageTwoHand2", ["Two Hand Axe"] = "LocalAddedFireDamageTwoHand2", ["Two Hand Mace"] = "LocalAddedFireDamageTwoHand2", ["Warstaff"] = "LocalAddedFireDamageTwoHand2", ["Crossbow"] = "LocalAddedFireDamageTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceCold"] = { name = "Lesser Essence of Ice", type = "Cold", tierLevel = 13, mods = { ["One Hand Sword"] = "LocalAddedColdDamage2", ["One Hand Axe"] = "LocalAddedColdDamage2", ["One Hand Mace"] = "LocalAddedColdDamage2", ["Spear"] = "LocalAddedColdDamage2", ["Dagger"] = "LocalAddedColdDamage2", ["Bow"] = "LocalAddedColdDamage2", ["Flail"] = "LocalAddedColdDamage2", ["Talisman"] = "LocalAddedColdDamage2", ["Two Hand Sword"] = "LocalAddedColdDamageTwoHand2", ["Two Hand Axe"] = "LocalAddedColdDamageTwoHand2", ["Two Hand Mace"] = "LocalAddedColdDamageTwoHand2", ["Warstaff"] = "LocalAddedColdDamageTwoHand2", ["Crossbow"] = "LocalAddedColdDamageTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceLightning"] = { name = "Lesser Essence of Electricity", type = "Lightning", tierLevel = 13, mods = { ["One Hand Sword"] = "LocalAddedLightningDamage2", ["One Hand Axe"] = "LocalAddedLightningDamage2", ["One Hand Mace"] = "LocalAddedLightningDamage2", ["Spear"] = "LocalAddedLightningDamage2", ["Dagger"] = "LocalAddedLightningDamage2", ["Bow"] = "LocalAddedLightningDamage2", ["Flail"] = "LocalAddedLightningDamage2", ["Talisman"] = "LocalAddedLightningDamage2", ["Two Hand Sword"] = "LocalAddedLightningDamageTwoHand2", ["Two Hand Axe"] = "LocalAddedLightningDamageTwoHand2", ["Two Hand Mace"] = "LocalAddedLightningDamageTwoHand2", ["Warstaff"] = "LocalAddedLightningDamageTwoHand2", ["Crossbow"] = "LocalAddedLightningDamageTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceChaos"] = { name = "Lesser Essence of Ruin", type = "Chaos", tierLevel = 25, mods = { ["Helmet"] = "ChaosResist1", ["Body Armour"] = "ChaosResist1", ["Gloves"] = "ChaosResist1", ["Boots"] = "ChaosResist1", ["Shield"] = "ChaosResist1", ["Ring"] = "ChaosResist1", ["Amulet"] = "ChaosResist1", ["Belt"] = "ChaosResist1", ["Buckler"] = "ChaosResist1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceAttack"] = { name = "Lesser Essence of Battle", type = "Attack", tierLevel = 20, mods = { ["One Hand Sword"] = "LocalIncreasedAccuracy3", ["One Hand Axe"] = "LocalIncreasedAccuracy3", ["One Hand Mace"] = "LocalIncreasedAccuracy3", ["Two Hand Sword"] = "LocalIncreasedAccuracy3", ["Two Hand Axe"] = "LocalIncreasedAccuracy3", ["Two Hand Mace"] = "LocalIncreasedAccuracy3", ["Spear"] = "LocalIncreasedAccuracy3", ["Bow"] = "LocalIncreasedAccuracy3", ["Warstaff"] = "LocalIncreasedAccuracy3", ["Dagger"] = "LocalIncreasedAccuracy3", ["Crossbow"] = "LocalIncreasedAccuracy3", ["Flail"] = "LocalIncreasedAccuracy3", ["Talisman"] = "LocalIncreasedAccuracy3", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceCaster"] = { name = "Lesser Essence of Sorcery", type = "Caster", tierLevel = 13, mods = { ["Focus"] = "SpellDamageOnWeapon2", ["Wand"] = "SpellDamageOnWeapon2", ["Staff"] = "SpellDamageOnTwoHandWeapon2", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceSpeed"] = { name = "Lesser Essence of Haste", type = "Speed", tierLevel = 25, mods = { ["One Hand Sword"] = "LocalIncreasedAttackSpeed3", ["One Hand Axe"] = "LocalIncreasedAttackSpeed3", ["One Hand Mace"] = "LocalIncreasedAttackSpeed3", ["Two Hand Sword"] = "LocalIncreasedAttackSpeed3", ["Two Hand Axe"] = "LocalIncreasedAttackSpeed3", ["Two Hand Mace"] = "LocalIncreasedAttackSpeed3", ["Spear"] = "LocalIncreasedAttackSpeed3", ["Bow"] = "LocalIncreasedAttackSpeed3", ["Warstaff"] = "LocalIncreasedAttackSpeed3", ["Dagger"] = "LocalIncreasedAttackSpeed3", ["Crossbow"] = "LocalIncreasedAttackSpeed3", ["Flail"] = "LocalIncreasedAttackSpeed3", ["Talisman"] = "LocalIncreasedAttackSpeed3", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceAttribute"] = { name = "Lesser Essence of the Infinite", type = "Attribute", tierLevel = 13, mods = { ["One Hand Sword"] = "EssenceDisplayAttributes1", ["One Hand Axe"] = "EssenceDisplayAttributes1", ["One Hand Mace"] = "EssenceDisplayAttributes1", ["Two Hand Sword"] = "EssenceDisplayAttributes1", ["Two Hand Axe"] = "EssenceDisplayAttributes1", ["Two Hand Mace"] = "EssenceDisplayAttributes1", ["Spear"] = "EssenceDisplayAttributes1", ["Bow"] = "EssenceDisplayAttributes1", ["Warstaff"] = "EssenceDisplayAttributes1", ["Dagger"] = "EssenceDisplayAttributes1", ["Helmet"] = "EssenceDisplayAttributes1", ["Body Armour"] = "EssenceDisplayAttributes1", ["Gloves"] = "EssenceDisplayAttributes1", ["Boots"] = "EssenceDisplayAttributes1", ["Shield"] = "EssenceDisplayAttributes1", ["Staff"] = "EssenceDisplayAttributes1", ["Wand"] = "EssenceDisplayAttributes1", ["Sceptre"] = "EssenceDisplayAttributes1", ["Ring"] = "EssenceDisplayAttributes1", ["Amulet"] = "EssenceDisplayAttributes1", ["Belt"] = "EssenceDisplayAttributes1", ["Quiver"] = "EssenceDisplayAttributes1", ["Crossbow"] = "EssenceDisplayAttributes1", ["Flail"] = "EssenceDisplayAttributes1", ["Talisman"] = "EssenceDisplayAttributes1", }, }, + ["Metadata/Items/Currency/CurrencyEssenceLife"] = { name = "Essence of the Body", type = "Life", tierLevel = 40, mods = { ["Belt"] = "IncreasedLife7", ["Body Armour"] = "IncreasedLife7", ["Helmet"] = "IncreasedLife7", ["Shield"] = "IncreasedLife7", ["Buckler"] = "IncreasedLife7", ["Amulet"] = "IncreasedLife6", ["Boots"] = "IncreasedLife6", ["Gloves"] = "IncreasedLife6", ["Ring"] = "IncreasedLife6", }, }, + ["Metadata/Items/Currency/CurrencyEssenceMana"] = { name = "Essence of the Mind", type = "Mana", tierLevel = 40, mods = { ["Boots"] = "IncreasedMana6", ["Gloves"] = "IncreasedMana6", ["Helmet"] = "IncreasedMana6", ["Belt"] = "IncreasedMana6", ["Ring"] = "IncreasedMana7", ["Amulet"] = "IncreasedMana7", }, }, + ["Metadata/Items/Currency/CurrencyEssenceDefences"] = { name = "Essence of Enhancement", type = "Defences", tierLevel = 40, mods = { ["Helmet"] = "EssenceDisplayDefences2", ["Body Armour"] = "EssenceDisplayDefences2", ["Gloves"] = "EssenceDisplayDefences2", ["Boots"] = "EssenceDisplayDefences2", ["Shield"] = "EssenceDisplayDefences2", ["Buckler"] = "EssenceDisplayDefences2", }, }, + ["Metadata/Items/Currency/CurrencyEssencePhysical"] = { name = "Essence of Abrasion", type = "Physical", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalAddedPhysicalDamage5", ["One Hand Axe"] = "LocalAddedPhysicalDamage5", ["One Hand Mace"] = "LocalAddedPhysicalDamage5", ["Spear"] = "LocalAddedPhysicalDamage5", ["Dagger"] = "LocalAddedPhysicalDamage5", ["Bow"] = "LocalAddedPhysicalDamage5", ["Flail"] = "LocalAddedPhysicalDamage5", ["Talisman"] = "LocalAddedPhysicalDamage5", ["Two Hand Sword"] = "LocalAddedPhysicalDamageTwoHand5", ["Two Hand Axe"] = "LocalAddedPhysicalDamageTwoHand5", ["Two Hand Mace"] = "LocalAddedPhysicalDamageTwoHand5", ["Warstaff"] = "LocalAddedPhysicalDamageTwoHand5", ["Crossbow"] = "LocalAddedPhysicalDamageTwoHand5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceFire"] = { name = "Essence of Flames", type = "Fire", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalAddedFireDamage5", ["One Hand Axe"] = "LocalAddedFireDamage5", ["One Hand Mace"] = "LocalAddedFireDamage5", ["Spear"] = "LocalAddedFireDamage5", ["Dagger"] = "LocalAddedFireDamage5", ["Bow"] = "LocalAddedFireDamage5", ["Flail"] = "LocalAddedFireDamage5", ["Talisman"] = "LocalAddedFireDamage5", ["Two Hand Sword"] = "LocalAddedFireDamageTwoHand5", ["Two Hand Axe"] = "LocalAddedFireDamageTwoHand5", ["Two Hand Mace"] = "LocalAddedFireDamageTwoHand5", ["Warstaff"] = "LocalAddedFireDamageTwoHand5", ["Crossbow"] = "LocalAddedFireDamageTwoHand5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceCold"] = { name = "Essence of Ice", type = "Cold", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalAddedColdDamage5", ["One Hand Axe"] = "LocalAddedColdDamage5", ["One Hand Mace"] = "LocalAddedColdDamage5", ["Spear"] = "LocalAddedColdDamage5", ["Dagger"] = "LocalAddedColdDamage5", ["Bow"] = "LocalAddedColdDamage5", ["Flail"] = "LocalAddedColdDamage5", ["Talisman"] = "LocalAddedColdDamage5", ["Two Hand Sword"] = "LocalAddedColdDamageTwoHand5", ["Two Hand Axe"] = "LocalAddedColdDamageTwoHand5", ["Two Hand Mace"] = "LocalAddedColdDamageTwoHand5", ["Warstaff"] = "LocalAddedColdDamageTwoHand5", ["Crossbow"] = "LocalAddedColdDamageTwoHand5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceLightning"] = { name = "Essence of Electricity", type = "Lightning", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalAddedLightningDamage5", ["One Hand Axe"] = "LocalAddedLightningDamage5", ["One Hand Mace"] = "LocalAddedLightningDamage5", ["Spear"] = "LocalAddedLightningDamage5", ["Dagger"] = "LocalAddedLightningDamage5", ["Bow"] = "LocalAddedLightningDamage5", ["Flail"] = "LocalAddedLightningDamage5", ["Talisman"] = "LocalAddedLightningDamage5", ["Two Hand Sword"] = "LocalAddedLightningDamageTwoHand5", ["Two Hand Axe"] = "LocalAddedLightningDamageTwoHand5", ["Two Hand Mace"] = "LocalAddedLightningDamageTwoHand5", ["Warstaff"] = "LocalAddedLightningDamageTwoHand5", ["Crossbow"] = "LocalAddedLightningDamageTwoHand5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceChaos"] = { name = "Essence of Ruin", type = "Chaos", tierLevel = 40, mods = { ["Helmet"] = "ChaosResist2", ["Body Armour"] = "ChaosResist2", ["Gloves"] = "ChaosResist2", ["Boots"] = "ChaosResist2", ["Shield"] = "ChaosResist2", ["Ring"] = "ChaosResist2", ["Amulet"] = "ChaosResist2", ["Belt"] = "ChaosResist2", ["Buckler"] = "ChaosResist2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceAttack"] = { name = "Essence of Battle", type = "Attack", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalIncreasedAccuracy5", ["One Hand Axe"] = "LocalIncreasedAccuracy5", ["One Hand Mace"] = "LocalIncreasedAccuracy5", ["Two Hand Sword"] = "LocalIncreasedAccuracy5", ["Two Hand Axe"] = "LocalIncreasedAccuracy5", ["Two Hand Mace"] = "LocalIncreasedAccuracy5", ["Spear"] = "LocalIncreasedAccuracy5", ["Bow"] = "LocalIncreasedAccuracy5", ["Warstaff"] = "LocalIncreasedAccuracy5", ["Dagger"] = "LocalIncreasedAccuracy5", ["Crossbow"] = "LocalIncreasedAccuracy5", ["Flail"] = "LocalIncreasedAccuracy5", ["Talisman"] = "LocalIncreasedAccuracy5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceCaster"] = { name = "Essence of Sorcery", type = "Caster", tierLevel = 40, mods = { ["Focus"] = "SpellDamageOnWeapon4", ["Wand"] = "SpellDamageOnWeapon4", ["Staff"] = "SpellDamageOnTwoHandWeapon4", }, }, + ["Metadata/Items/Currency/CurrencyEssenceSpeed"] = { name = "Essence of Haste", type = "Speed", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalIncreasedAttackSpeed5", ["One Hand Axe"] = "LocalIncreasedAttackSpeed5", ["One Hand Mace"] = "LocalIncreasedAttackSpeed5", ["Two Hand Sword"] = "LocalIncreasedAttackSpeed5", ["Two Hand Axe"] = "LocalIncreasedAttackSpeed5", ["Two Hand Mace"] = "LocalIncreasedAttackSpeed5", ["Spear"] = "LocalIncreasedAttackSpeed5", ["Bow"] = "LocalIncreasedAttackSpeed5", ["Warstaff"] = "LocalIncreasedAttackSpeed5", ["Dagger"] = "LocalIncreasedAttackSpeed5", ["Crossbow"] = "LocalIncreasedAttackSpeed5", ["Flail"] = "LocalIncreasedAttackSpeed5", ["Talisman"] = "LocalIncreasedAttackSpeed5", }, }, + ["Metadata/Items/Currency/CurrencyEssenceAttribute"] = { name = "Essence of the Infinite", type = "Attribute", tierLevel = 40, mods = { ["One Hand Sword"] = "EssenceDisplayAttributes2", ["One Hand Axe"] = "EssenceDisplayAttributes2", ["One Hand Mace"] = "EssenceDisplayAttributes2", ["Two Hand Sword"] = "EssenceDisplayAttributes2", ["Two Hand Axe"] = "EssenceDisplayAttributes2", ["Two Hand Mace"] = "EssenceDisplayAttributes2", ["Spear"] = "EssenceDisplayAttributes2", ["Bow"] = "EssenceDisplayAttributes2", ["Warstaff"] = "EssenceDisplayAttributes2", ["Dagger"] = "EssenceDisplayAttributes2", ["Helmet"] = "EssenceDisplayAttributes2", ["Body Armour"] = "EssenceDisplayAttributes2", ["Gloves"] = "EssenceDisplayAttributes2", ["Boots"] = "EssenceDisplayAttributes2", ["Shield"] = "EssenceDisplayAttributes2", ["Staff"] = "EssenceDisplayAttributes2", ["Wand"] = "EssenceDisplayAttributes2", ["Sceptre"] = "EssenceDisplayAttributes2", ["Ring"] = "EssenceDisplayAttributes2", ["Amulet"] = "EssenceDisplayAttributes2", ["Belt"] = "EssenceDisplayAttributes2", ["Quiver"] = "EssenceDisplayAttributes2", ["Crossbow"] = "EssenceDisplayAttributes2", ["Flail"] = "EssenceDisplayAttributes2", ["Talisman"] = "EssenceDisplayAttributes2", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceLife"] = { name = "Greater Essence of the Body", type = "Life", tierLevel = 60, mods = { ["Belt"] = "IncreasedLife8", ["Body Armour"] = "IncreasedLife8", ["Helmet"] = "IncreasedLife8", ["Shield"] = "IncreasedLife8", ["Buckler"] = "IncreasedLife8", ["Amulet"] = "IncreasedLife7", ["Boots"] = "IncreasedLife7", ["Gloves"] = "IncreasedLife7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceMana"] = { name = "Greater Essence of the Mind", type = "Mana", tierLevel = 60, mods = { ["Boots"] = "IncreasedMana7", ["Gloves"] = "IncreasedMana7", ["Helmet"] = "IncreasedMana7", ["Belt"] = "IncreasedMana7", ["Ring"] = "IncreasedMana8", ["Amulet"] = "IncreasedMana8", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceDefences"] = { name = "Greater Essence of Enhancement", type = "Defences", tierLevel = 60, mods = { ["Helmet"] = "EssenceDisplayDefences3", ["Body Armour"] = "EssenceDisplayDefences3", ["Gloves"] = "EssenceDisplayDefences3", ["Boots"] = "EssenceDisplayDefences3", ["Shield"] = "EssenceDisplayDefences3", ["Buckler"] = "EssenceDisplayDefences3", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssencePhysical"] = { name = "Greater Essence of Abrasion", type = "Physical", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalAddedPhysicalDamage7", ["One Hand Axe"] = "LocalAddedPhysicalDamage7", ["One Hand Mace"] = "LocalAddedPhysicalDamage7", ["Spear"] = "LocalAddedPhysicalDamage7", ["Dagger"] = "LocalAddedPhysicalDamage7", ["Bow"] = "LocalAddedPhysicalDamage7", ["Flail"] = "LocalAddedPhysicalDamage7", ["Talisman"] = "LocalAddedPhysicalDamage7", ["Two Hand Sword"] = "LocalAddedPhysicalDamageTwoHand7", ["Two Hand Axe"] = "LocalAddedPhysicalDamageTwoHand7", ["Two Hand Mace"] = "LocalAddedPhysicalDamageTwoHand7", ["Warstaff"] = "LocalAddedPhysicalDamageTwoHand7", ["Crossbow"] = "LocalAddedPhysicalDamageTwoHand7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceFire"] = { name = "Greater Essence of Flames", type = "Fire", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalAddedFireDamage7", ["One Hand Axe"] = "LocalAddedFireDamage7", ["One Hand Mace"] = "LocalAddedFireDamage7", ["Spear"] = "LocalAddedFireDamage7", ["Dagger"] = "LocalAddedFireDamage7", ["Bow"] = "LocalAddedFireDamage7", ["Flail"] = "LocalAddedFireDamage7", ["Talisman"] = "LocalAddedFireDamage7", ["Two Hand Sword"] = "LocalAddedFireDamageTwoHand7", ["Two Hand Axe"] = "LocalAddedFireDamageTwoHand7", ["Two Hand Mace"] = "LocalAddedFireDamageTwoHand7", ["Warstaff"] = "LocalAddedFireDamageTwoHand7", ["Crossbow"] = "LocalAddedFireDamageTwoHand7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceCold"] = { name = "Greater Essence of Ice", type = "Cold", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalAddedColdDamage7", ["One Hand Axe"] = "LocalAddedColdDamage7", ["One Hand Mace"] = "LocalAddedColdDamage7", ["Spear"] = "LocalAddedColdDamage7", ["Dagger"] = "LocalAddedColdDamage7", ["Bow"] = "LocalAddedColdDamage7", ["Flail"] = "LocalAddedColdDamage7", ["Talisman"] = "LocalAddedColdDamage7", ["Two Hand Sword"] = "LocalAddedColdDamageTwoHand7", ["Two Hand Axe"] = "LocalAddedColdDamageTwoHand7", ["Two Hand Mace"] = "LocalAddedColdDamageTwoHand7", ["Warstaff"] = "LocalAddedColdDamageTwoHand7", ["Crossbow"] = "LocalAddedColdDamageTwoHand7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceLightning"] = { name = "Greater Essence of Electricity", type = "Lightning", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalAddedLightningDamage7", ["One Hand Axe"] = "LocalAddedLightningDamage7", ["One Hand Mace"] = "LocalAddedLightningDamage7", ["Spear"] = "LocalAddedLightningDamage7", ["Dagger"] = "LocalAddedLightningDamage7", ["Bow"] = "LocalAddedLightningDamage7", ["Flail"] = "LocalAddedLightningDamage7", ["Talisman"] = "LocalAddedLightningDamage7", ["Two Hand Sword"] = "LocalAddedLightningDamageTwoHand7", ["Two Hand Axe"] = "LocalAddedLightningDamageTwoHand7", ["Two Hand Mace"] = "LocalAddedLightningDamageTwoHand7", ["Warstaff"] = "LocalAddedLightningDamageTwoHand7", ["Crossbow"] = "LocalAddedLightningDamageTwoHand7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceChaos"] = { name = "Greater Essence of Ruin", type = "Chaos", tierLevel = 60, mods = { ["Helmet"] = "ChaosResist4", ["Body Armour"] = "ChaosResist4", ["Gloves"] = "ChaosResist4", ["Boots"] = "ChaosResist4", ["Shield"] = "ChaosResist4", ["Ring"] = "ChaosResist4", ["Amulet"] = "ChaosResist4", ["Belt"] = "ChaosResist4", ["Buckler"] = "ChaosResist4", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceAttack"] = { name = "Greater Essence of Battle", type = "Attack", tierLevel = 60, mods = { ["Gloves"] = "IncreasedAccuracy7", ["Quiver"] = "IncreasedAccuracy7", ["One Hand Sword"] = "IncreasedAccuracy7", ["One Hand Axe"] = "IncreasedAccuracy7", ["One Hand Mace"] = "IncreasedAccuracy7", ["Two Hand Sword"] = "IncreasedAccuracy7", ["Two Hand Axe"] = "IncreasedAccuracy7", ["Two Hand Mace"] = "IncreasedAccuracy7", ["Spear"] = "IncreasedAccuracy7", ["Bow"] = "IncreasedAccuracy7", ["Warstaff"] = "IncreasedAccuracy7", ["Dagger"] = "IncreasedAccuracy7", ["Crossbow"] = "IncreasedAccuracy7", ["Flail"] = "IncreasedAccuracy7", ["Talisman"] = "IncreasedAccuracy7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceCaster"] = { name = "Greater Essence of Sorcery", type = "Caster", tierLevel = 60, mods = { ["Focus"] = "SpellDamageOnWeapon6", ["Wand"] = "SpellDamageOnWeapon6", ["Staff"] = "SpellDamageOnTwoHandWeapon6", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceSpeed"] = { name = "Greater Essence of Haste", type = "Speed", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalIncreasedAttackSpeed7", ["One Hand Axe"] = "LocalIncreasedAttackSpeed7", ["One Hand Mace"] = "LocalIncreasedAttackSpeed7", ["Two Hand Sword"] = "LocalIncreasedAttackSpeed7", ["Two Hand Axe"] = "LocalIncreasedAttackSpeed7", ["Two Hand Mace"] = "LocalIncreasedAttackSpeed7", ["Spear"] = "LocalIncreasedAttackSpeed7", ["Bow"] = "LocalIncreasedAttackSpeed7", ["Warstaff"] = "LocalIncreasedAttackSpeed7", ["Dagger"] = "LocalIncreasedAttackSpeed7", ["Crossbow"] = "LocalIncreasedAttackSpeed7", ["Flail"] = "LocalIncreasedAttackSpeed7", ["Talisman"] = "LocalIncreasedAttackSpeed7", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceAttribute"] = { name = "Greater Essence of the Infinite", type = "Attribute", tierLevel = 60, mods = { ["One Hand Sword"] = "EssenceDisplayAttributes3", ["One Hand Axe"] = "EssenceDisplayAttributes3", ["One Hand Mace"] = "EssenceDisplayAttributes3", ["Two Hand Sword"] = "EssenceDisplayAttributes3", ["Two Hand Axe"] = "EssenceDisplayAttributes3", ["Two Hand Mace"] = "EssenceDisplayAttributes3", ["Spear"] = "EssenceDisplayAttributes3", ["Bow"] = "EssenceDisplayAttributes3", ["Warstaff"] = "EssenceDisplayAttributes3", ["Dagger"] = "EssenceDisplayAttributes3", ["Helmet"] = "EssenceDisplayAttributes3", ["Body Armour"] = "EssenceDisplayAttributes3", ["Gloves"] = "EssenceDisplayAttributes3", ["Boots"] = "EssenceDisplayAttributes3", ["Shield"] = "EssenceDisplayAttributes3", ["Staff"] = "EssenceDisplayAttributes3", ["Wand"] = "EssenceDisplayAttributes3", ["Sceptre"] = "EssenceDisplayAttributes3", ["Ring"] = "EssenceDisplayAttributes3", ["Amulet"] = "EssenceDisplayAttributes3", ["Belt"] = "EssenceDisplayAttributes3", ["Quiver"] = "EssenceDisplayAttributes3", ["Crossbow"] = "EssenceDisplayAttributes3", ["Flail"] = "EssenceDisplayAttributes3", ["Talisman"] = "EssenceDisplayAttributes3", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceLife"] = { name = "Perfect Essence of the Body", type = "Life", tierLevel = 72, mods = { ["Body Armour"] = "EssenceIncreasedLifePercent1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceMana"] = { name = "Perfect Essence of the Mind", type = "Mana", tierLevel = 72, mods = { ["Ring"] = "EssenceIncreasedManaPercent1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceDefences"] = { name = "Perfect Essence of Enhancement", type = "Defences", tierLevel = 72, mods = { ["Amulet"] = "EssenceGlobalDefences1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssencePhysical"] = { name = "Perfect Essence of Abrasion", type = "Physical", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceDamageasExtraPhysical1", ["One Hand Axe"] = "EssenceDamageasExtraPhysical1", ["One Hand Mace"] = "EssenceDamageasExtraPhysical1", ["Spear"] = "EssenceDamageasExtraPhysical1", ["Dagger"] = "EssenceDamageasExtraPhysical1", ["Bow"] = "EssenceDamageasExtraPhysical1", ["Flail"] = "EssenceDamageasExtraPhysical1", ["Talisman"] = "EssenceDamageasExtraPhysical1", ["Two Hand Sword"] = "EssenceDamageasExtraPhysical2H", ["Two Hand Axe"] = "EssenceDamageasExtraPhysical2H", ["Two Hand Mace"] = "EssenceDamageasExtraPhysical2H", ["Warstaff"] = "EssenceDamageasExtraPhysical2H", ["Crossbow"] = "EssenceDamageasExtraPhysical2H", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceFire"] = { name = "Perfect Essence of Flames", type = "Fire", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceDamageasExtraFire1", ["One Hand Axe"] = "EssenceDamageasExtraFire1", ["One Hand Mace"] = "EssenceDamageasExtraFire1", ["Spear"] = "EssenceDamageasExtraFire1", ["Dagger"] = "EssenceDamageasExtraFire1", ["Bow"] = "EssenceDamageasExtraFire1", ["Flail"] = "EssenceDamageasExtraFire1", ["Talisman"] = "EssenceDamageasExtraFire1", ["Two Hand Sword"] = "EssenceDamageasExtraFire2H", ["Two Hand Axe"] = "EssenceDamageasExtraFire2H", ["Two Hand Mace"] = "EssenceDamageasExtraFire2H", ["Warstaff"] = "EssenceDamageasExtraFire2H", ["Crossbow"] = "EssenceDamageasExtraFire2H", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceCold"] = { name = "Perfect Essence of Ice", type = "Cold", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceDamageasExtraCold1", ["One Hand Axe"] = "EssenceDamageasExtraCold1", ["One Hand Mace"] = "EssenceDamageasExtraCold1", ["Spear"] = "EssenceDamageasExtraCold1", ["Dagger"] = "EssenceDamageasExtraCold1", ["Bow"] = "EssenceDamageasExtraCold1", ["Flail"] = "EssenceDamageasExtraCold1", ["Talisman"] = "EssenceDamageasExtraCold1", ["Two Hand Sword"] = "EssenceDamageasExtraCold2H", ["Two Hand Axe"] = "EssenceDamageasExtraCold2H", ["Two Hand Mace"] = "EssenceDamageasExtraCold2H", ["Warstaff"] = "EssenceDamageasExtraCold2H", ["Crossbow"] = "EssenceDamageasExtraCold2H", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceLightning"] = { name = "Perfect Essence of Electricity", type = "Lightning", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceDamageasExtraLightning1", ["One Hand Axe"] = "EssenceDamageasExtraLightning1", ["One Hand Mace"] = "EssenceDamageasExtraLightning1", ["Spear"] = "EssenceDamageasExtraLightning1", ["Dagger"] = "EssenceDamageasExtraLightning1", ["Bow"] = "EssenceDamageasExtraLightning1", ["Flail"] = "EssenceDamageasExtraLightning1", ["Talisman"] = "EssenceDamageasExtraLightning1", ["Two Hand Sword"] = "EssenceDamageasExtraLightning2H", ["Two Hand Axe"] = "EssenceDamageasExtraLightning2H", ["Two Hand Mace"] = "EssenceDamageasExtraLightning2H", ["Warstaff"] = "EssenceDamageasExtraLightning2H", ["Crossbow"] = "EssenceDamageasExtraLightning2H", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceChaos"] = { name = "Perfect Essence of Ruin", type = "Chaos", tierLevel = 72, mods = { ["Body Armour"] = "EssencePhysicalDamageTakenAsChaos1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceAttack"] = { name = "Perfect Essence of Battle", type = "Attack", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceAttackSkillLevel1H1", ["One Hand Axe"] = "EssenceAttackSkillLevel1H1", ["One Hand Mace"] = "EssenceAttackSkillLevel1H1", ["Spear"] = "EssenceAttackSkillLevel1H1", ["Dagger"] = "EssenceAttackSkillLevel1H1", ["Bow"] = "EssenceAttackSkillLevel1H1", ["Flail"] = "EssenceAttackSkillLevel1H1", ["Talisman"] = "EssenceAttackSkillLevel1H1", ["Two Hand Sword"] = "EssenceAttackSkillLevel2H1", ["Two Hand Axe"] = "EssenceAttackSkillLevel2H1", ["Two Hand Mace"] = "EssenceAttackSkillLevel2H1", ["Warstaff"] = "EssenceAttackSkillLevel2H1", ["Crossbow"] = "EssenceAttackSkillLevel2H1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceCaster"] = { name = "Perfect Essence of Sorcery", type = "Caster", tierLevel = 72, mods = { ["Focus"] = "EssenceSpellSkillLevel1H1", ["Wand"] = "EssenceSpellSkillLevel1H1", ["Staff"] = "EssenceSpellSkillLevel2H1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceSpeed"] = { name = "Perfect Essence of Haste", type = "Speed", tierLevel = 72, mods = { ["One Hand Sword"] = "EssenceOnslaughtonKill1", ["One Hand Axe"] = "EssenceOnslaughtonKill1", ["One Hand Mace"] = "EssenceOnslaughtonKill1", ["Two Hand Sword"] = "EssenceOnslaughtonKill1", ["Two Hand Axe"] = "EssenceOnslaughtonKill1", ["Two Hand Mace"] = "EssenceOnslaughtonKill1", ["Spear"] = "EssenceOnslaughtonKill1", ["Bow"] = "EssenceOnslaughtonKill1", ["Warstaff"] = "EssenceOnslaughtonKill1", ["Dagger"] = "EssenceOnslaughtonKill1", ["Crossbow"] = "EssenceOnslaughtonKill1", ["Flail"] = "EssenceOnslaughtonKill1", ["Talisman"] = "EssenceOnslaughtonKill1", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceAttribute"] = { name = "Perfect Essence of the Infinite", type = "Attribute", tierLevel = 72, mods = { ["Amulet"] = "EssenceDisplayAttributes5", }, }, + ["Metadata/Items/Currency/CurrencyCorruptedEssenceHysteria"] = { name = "Essence of Hysteria", type = "Hysteria", tierLevel = 1, mods = { ["Helmet"] = "GlobalMinionSpellSkillGemLevel1", ["Body Armour"] = "AttackerTakesDamage6", ["Gloves"] = "CriticalMultiplier4", ["Boots"] = "MovementVelocity5", ["Ring"] = "ManaRegeneration5", ["Amulet"] = "DamageTakenGainedAsLife4_", ["Belt"] = "StunThreshold10", ["Shield"] = "LocalBlockChance2", ["Quiver"] = "DamageWithBows5", ["Focus"] = "EnergyShieldRechargeRate4", }, }, + ["Metadata/Items/Currency/CurrencyCorruptedEssenceDelirium"] = { name = "Essence of Delirium", type = "Delirium", tierLevel = 1, mods = { ["Body Armour"] = "EssenceGrantedPassive", }, }, + ["Metadata/Items/Currency/CurrencyCorruptedEssenceHorror"] = { name = "Essence of Horror", type = "Horror", tierLevel = 1, mods = { ["Gloves"] = "EssenceLocalRuneAndSoulCoreEffect1", ["Boots"] = "EssenceLocalRuneAndSoulCoreEffect1", }, }, + ["Metadata/Items/Currency/CurrencyCorruptedEssenceInsanity"] = { name = "Essence of Insanity", type = "Insanity", tierLevel = 1, mods = { ["Belt"] = "EssenceCorruptForTwoEnchantments1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceCritical"] = { name = "Lesser Essence of Seeking", type = "Critical", tierLevel = 23, mods = { ["One Hand Sword"] = "LocalCriticalStrikeChance2", ["One Hand Axe"] = "LocalCriticalStrikeChance2", ["One Hand Mace"] = "LocalCriticalStrikeChance2", ["Two Hand Sword"] = "LocalCriticalStrikeChance2", ["Two Hand Axe"] = "LocalCriticalStrikeChance2", ["Two Hand Mace"] = "LocalCriticalStrikeChance2", ["Spear"] = "LocalCriticalStrikeChance2", ["Bow"] = "LocalCriticalStrikeChance2", ["Warstaff"] = "LocalCriticalStrikeChance2", ["Dagger"] = "LocalCriticalStrikeChance2", ["Crossbow"] = "LocalCriticalStrikeChance2", ["Flail"] = "LocalCriticalStrikeChance2", ["Talisman"] = "LocalCriticalStrikeChance2", ["Focus"] = "SpellCriticalStrikeChance2", ["Wand"] = "SpellCriticalStrikeChance2", ["Staff"] = "SpellCriticalStrikeChanceTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceCritical"] = { name = "Essence of Seeking", type = "Critical", tierLevel = 40, mods = { ["One Hand Sword"] = "LocalCriticalStrikeChance3", ["One Hand Axe"] = "LocalCriticalStrikeChance3", ["One Hand Mace"] = "LocalCriticalStrikeChance3", ["Two Hand Sword"] = "LocalCriticalStrikeChance3", ["Two Hand Axe"] = "LocalCriticalStrikeChance3", ["Two Hand Mace"] = "LocalCriticalStrikeChance3", ["Spear"] = "LocalCriticalStrikeChance3", ["Bow"] = "LocalCriticalStrikeChance3", ["Warstaff"] = "LocalCriticalStrikeChance3", ["Dagger"] = "LocalCriticalStrikeChance3", ["Crossbow"] = "LocalCriticalStrikeChance3", ["Flail"] = "LocalCriticalStrikeChance3", ["Talisman"] = "LocalCriticalStrikeChance3", ["Focus"] = "SpellCriticalStrikeChance3", ["Wand"] = "SpellCriticalStrikeChance3", ["Staff"] = "SpellCriticalStrikeChanceTwoHand3", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceCritical"] = { name = "Greater Essence of Seeking", type = "Critical", tierLevel = 60, mods = { ["One Hand Sword"] = "LocalCriticalStrikeChance4", ["One Hand Axe"] = "LocalCriticalStrikeChance4", ["One Hand Mace"] = "LocalCriticalStrikeChance4", ["Two Hand Sword"] = "LocalCriticalStrikeChance4", ["Two Hand Axe"] = "LocalCriticalStrikeChance4", ["Two Hand Mace"] = "LocalCriticalStrikeChance4", ["Spear"] = "LocalCriticalStrikeChance4", ["Bow"] = "LocalCriticalStrikeChance4", ["Warstaff"] = "LocalCriticalStrikeChance4", ["Dagger"] = "LocalCriticalStrikeChance4", ["Crossbow"] = "LocalCriticalStrikeChance4", ["Flail"] = "LocalCriticalStrikeChance4", ["Talisman"] = "LocalCriticalStrikeChance4", ["Focus"] = "SpellCriticalStrikeChance4", ["Wand"] = "SpellCriticalStrikeChance4", ["Staff"] = "SpellCriticalStrikeChanceTwoHand4", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceCritical"] = { name = "Perfect Essence of Seeking", type = "Critical", tierLevel = 72, mods = { ["Body Armour"] = "EssenceReducedCriticalDamageAgainstYou1", }, }, + ["Metadata/Items/Currency/CurrencyCorruptedEssenceAbyss"] = { name = "Essence of the Abyss", type = "Abyss", tierLevel = 1, mods = { }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceFireResist"] = { name = "Lesser Essence of Insulation", type = "FireResist", tierLevel = 13, mods = { ["Helmet"] = "FireResist2", ["Body Armour"] = "FireResist2", ["Gloves"] = "FireResist2", ["Boots"] = "FireResist2", ["Shield"] = "FireResist2", ["Ring"] = "FireResist2", ["Amulet"] = "FireResist2", ["Belt"] = "FireResist2", ["Buckler"] = "FireResist2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceFireResist"] = { name = "Essence of Insulation", type = "FireResist", tierLevel = 40, mods = { ["Helmet"] = "FireResist4", ["Body Armour"] = "FireResist4", ["Gloves"] = "FireResist4", ["Boots"] = "FireResist4", ["Shield"] = "FireResist4", ["Ring"] = "FireResist4", ["Amulet"] = "FireResist4", ["Belt"] = "FireResist4", ["Buckler"] = "FireResist4", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceFireResist"] = { name = "Greater Essence of Insulation", type = "FireResist", tierLevel = 60, mods = { ["Helmet"] = "FireResist6", ["Body Armour"] = "FireResist6", ["Gloves"] = "FireResist6", ["Boots"] = "FireResist6", ["Shield"] = "FireResist6", ["Ring"] = "FireResist6", ["Amulet"] = "FireResist6", ["Belt"] = "FireResist6", ["Buckler"] = "FireResist6", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceFireResist"] = { name = "Perfect Essence of Insulation", type = "FireResist", tierLevel = 72, mods = { ["Belt"] = "EssenceFireRecoupLife1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceColdResist"] = { name = "Lesser Essence of Thawing", type = "ColdResist", tierLevel = 13, mods = { ["Helmet"] = "ColdResist2", ["Body Armour"] = "ColdResist2", ["Gloves"] = "ColdResist2", ["Boots"] = "ColdResist2", ["Shield"] = "ColdResist2", ["Ring"] = "ColdResist2", ["Amulet"] = "ColdResist2", ["Belt"] = "ColdResist2", ["Buckler"] = "ColdResist2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceColdResist"] = { name = "Essence of Thawing", type = "ColdResist", tierLevel = 40, mods = { ["Helmet"] = "ColdResist4", ["Body Armour"] = "ColdResist4", ["Gloves"] = "ColdResist4", ["Boots"] = "ColdResist4", ["Shield"] = "ColdResist4", ["Ring"] = "ColdResist4", ["Amulet"] = "ColdResist4", ["Belt"] = "ColdResist4", ["Buckler"] = "ColdResist4", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceColdResist"] = { name = "Greater Essence of Thawing", type = "ColdResist", tierLevel = 60, mods = { ["Helmet"] = "ColdResist6", ["Body Armour"] = "ColdResist6", ["Gloves"] = "ColdResist6", ["Boots"] = "ColdResist6", ["Shield"] = "ColdResist6", ["Ring"] = "ColdResist6", ["Amulet"] = "ColdResist6", ["Belt"] = "ColdResist6", ["Buckler"] = "ColdResist6", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceColdResist"] = { name = "Perfect Essence of Thawing", type = "ColdResist", tierLevel = 72, mods = { ["Helmet"] = "EssenceColdRecoupLife1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceLightningResist"] = { name = "Lesser Essence of Grounding", type = "LightningResist", tierLevel = 13, mods = { ["Helmet"] = "LightningResist2", ["Body Armour"] = "LightningResist2", ["Gloves"] = "LightningResist2", ["Boots"] = "LightningResist2", ["Shield"] = "LightningResist2", ["Ring"] = "LightningResist2", ["Amulet"] = "LightningResist2", ["Belt"] = "LightningResist2", ["Buckler"] = "LightningResist2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceLightningResist"] = { name = "Essence of Grounding", type = "LightningResist", tierLevel = 40, mods = { ["Helmet"] = "LightningResist4", ["Body Armour"] = "LightningResist4", ["Gloves"] = "LightningResist4", ["Boots"] = "LightningResist4", ["Shield"] = "LightningResist4", ["Ring"] = "LightningResist4", ["Amulet"] = "LightningResist4", ["Belt"] = "LightningResist4", ["Buckler"] = "LightningResist4", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceLightningResist"] = { name = "Greater Essence of Grounding", type = "LightningResist", tierLevel = 60, mods = { ["Helmet"] = "LightningResist6", ["Body Armour"] = "LightningResist6", ["Gloves"] = "LightningResist6", ["Boots"] = "LightningResist6", ["Shield"] = "LightningResist6", ["Ring"] = "LightningResist6", ["Amulet"] = "LightningResist6", ["Belt"] = "LightningResist6", ["Buckler"] = "LightningResist6", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceLightningResist"] = { name = "Perfect Essence of Grounding", type = "LightningResist", tierLevel = 72, mods = { ["Gloves"] = "EssenceLightningRecoupLife1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceSpeedCaster"] = { name = "Lesser Essence of Alacrity", type = "SpeedCaster", tierLevel = 23, mods = { ["Focus"] = "IncreasedCastSpeed2", ["Wand"] = "IncreasedCastSpeed2", ["Staff"] = "IncreasedCastSpeedTwoHand2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceSpeedCaster"] = { name = "Essence of Alacrity", type = "SpeedCaster", tierLevel = 40, mods = { ["Focus"] = "IncreasedCastSpeed3", ["Wand"] = "IncreasedCastSpeed3", ["Staff"] = "IncreasedCastSpeedTwoHand3", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceSpeedCaster"] = { name = "Greater Essence of Alacrity", type = "SpeedCaster", tierLevel = 60, mods = { ["Focus"] = "IncreasedCastSpeed5", ["Wand"] = "IncreasedCastSpeed5", ["Staff"] = "IncreasedCastSpeedTwoHand5", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceSpeedCaster"] = { name = "Perfect Essence of Alacrity", type = "SpeedCaster", tierLevel = 72, mods = { ["Focus"] = "EssenceManaCostReduction", ["Wand"] = "EssenceManaCostReduction", ["Staff"] = "EssenceManaCostReduction2H", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceRarity"] = { name = "Lesser Essence of Opulence", type = "Rarity", tierLevel = 25, mods = { ["Helmet"] = "ItemFoundRarityIncrease2", ["Ring"] = "ItemFoundRarityIncrease2", ["Amulet"] = "ItemFoundRarityIncrease2", ["Boots"] = "ItemFoundRarityIncrease2", ["Gloves"] = "ItemFoundRarityIncrease2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceRarity"] = { name = "Essence of Opulence", type = "Rarity", tierLevel = 40, mods = { ["Helmet"] = "ItemFoundRarityIncrease3", ["Ring"] = "ItemFoundRarityIncrease3", ["Amulet"] = "ItemFoundRarityIncrease3", ["Boots"] = "ItemFoundRarityIncrease3", ["Gloves"] = "ItemFoundRarityIncrease3", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceRarity"] = { name = "Greater Essence of Opulence", type = "Rarity", tierLevel = 65, mods = { ["Helmet"] = "ItemFoundRarityIncrease4", ["Ring"] = "ItemFoundRarityIncrease4", ["Amulet"] = "ItemFoundRarityIncrease4", ["Boots"] = "ItemFoundRarityIncrease4", ["Gloves"] = "ItemFoundRarityIncrease4", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceRarity"] = { name = "Perfect Essence of Opulence", type = "Rarity", tierLevel = 72, mods = { ["Gloves"] = "EssenceGoldDropped1", }, }, + ["Metadata/Items/Currency/CurrencyLesserEssenceAlly"] = { name = "Lesser Essence of Command", type = "Ally", tierLevel = 13, mods = { ["Sceptre"] = "NearbyAlliesAllDamage2", }, }, + ["Metadata/Items/Currency/CurrencyEssenceAlly"] = { name = "Essence of Command", type = "Ally", tierLevel = 40, mods = { ["Sceptre"] = "NearbyAlliesAllDamage4", }, }, + ["Metadata/Items/Currency/CurrencyGreaterEssenceAlly"] = { name = "Greater Essence of Command", type = "Ally", tierLevel = 65, mods = { ["Sceptre"] = "NearbyAlliesAllDamage6", }, }, + ["Metadata/Items/Currency/CurrencyPerfectEssenceAlly"] = { name = "Perfect Essence of Command", type = "Ally", tierLevel = 72, mods = { ["Sceptre"] = "EssenceAuraEffect1", }, }, +} \ No newline at end of file diff --git a/src/Data/FlavourText.lua b/src/Data/FlavourText.lua index 47eeb3c9c2..4f3dd380f2 100644 --- a/src/Data/FlavourText.lua +++ b/src/Data/FlavourText.lua @@ -329,6 +329,15 @@ return { }, }, [41] = { + id = "FourUniqueBodyStrDex8", + name = "Lightning Coil", + text = { + "The world churned during the Great Wasting.", + "Tawhoa may have stilled the rioting earth,", + "but it was Valako that tamed the broken sky.", + }, + }, + [42] = { id = "FourUniqueBodyStrDex9", name = "The Fallen Formation", text = { @@ -337,7 +346,7 @@ return { "- Artair, last survivor of the Ogham rebellion", }, }, - [42] = { + [43] = { id = "FourUniqueBodyStrDex11", name = "The Coming Calamity", text = { @@ -347,14 +356,14 @@ return { "By your hand they dance and bend, wield them and brook no end.", }, }, - [43] = { + [44] = { id = "FourUniqueBodyStrInt1_", name = "Enfolding Dawn", text = { "The gleam of the night and howling teeth alike could not abate the rising of the sun.", }, }, - [44] = { + [45] = { id = "FourUniqueBodyStrInt3", name = "Icetomb", text = { @@ -363,14 +372,14 @@ return { "the world will perish in ice.", }, }, - [45] = { + [46] = { id = "FourUniqueBodyStrInt4", name = "Husk of Dreams", text = { "Yes... but what if?", }, }, - [46] = { + [47] = { id = "FourUniqueBodyStrInt5", name = "Voll's Protector", text = { @@ -378,7 +387,7 @@ return { "Voll proved disastrous in times of peace.", }, }, - [47] = { + [48] = { id = "FourUniqueBodyStrInt6", name = "Soul Mantle", text = { @@ -386,7 +395,7 @@ return { "long after they have been made", }, }, - [48] = { + [49] = { id = "FourUniqueBodyStrInt7", name = "The Mutable Star", text = { @@ -394,7 +403,7 @@ return { "the Twilight Order endured in secret.", }, }, - [49] = { + [50] = { id = "FourUniqueBodyStrInt8", name = "Waveshaper", text = { @@ -404,7 +413,7 @@ return { "- Rakiata, Chieftain of the Tasalio Tribe", }, }, - [50] = { + [51] = { id = "FourUniqueBodyStrInt9", name = "Couture of Crimson", text = { @@ -412,7 +421,7 @@ return { "peasants... sometimes, it's truer than any suspect.", }, }, - [51] = { + [52] = { id = "FourUniqueBodyStrInt12", name = "Sacrosanctum", text = { @@ -420,7 +429,7 @@ return { "instead to put their faith in each other.", }, }, - [52] = { + [53] = { id = "FourUniqueBodyDexInt1", name = "Apron of Emiran", text = { @@ -428,7 +437,7 @@ return { "- the Master Torturer's last words", }, }, - [53] = { + [54] = { id = "FourUniqueBodyDexInt2", name = "Gloomform", text = { @@ -436,7 +445,7 @@ return { "that thieves, murderers, and outcasts, sought refuge.", }, }, - [54] = { + [55] = { id = "FourUniqueBodyDexInt3", name = "Sierran Inheritance", text = { @@ -444,21 +453,21 @@ return { "live their entire lives in snow and ice.", }, }, - [55] = { + [56] = { id = "FourUniqueBodyDexInt4", name = "The Dancing Mirage", text = { "Be not where death falls.", }, }, - [56] = { + [57] = { id = "FourUniqueBodyDexInt5", name = "Redflare Conduit", text = { "In all things, control.", }, }, - [57] = { + [58] = { id = "FourUniqueBodyDexInt6", name = "Zerphi's Serape", text = { @@ -466,27 +475,36 @@ return { "The cure is simple.", }, }, - [58] = { + [59] = { + id = "FourUniqueBodyDexInt13", + name = "Cospri's Will", + text = { + "Curse their vile Council,", + "They cast me aside as if I am some bastard child.", + "If they only knew the power I possess.", + }, + }, + [60] = { id = "FourUniqueBodyStrDexInt1", name = "Tabula Rasa", text = { }, }, - [59] = { + [61] = { id = "FourUniqueHelmetStr1a", name = "Horns of Bynden", text = { "The younger brother waded into battle, shrugging off blows.", }, }, - [60] = { + [62] = { id = "FourUniqueHelmetStr1b", name = "Wings of Caelyn", text = { "The older brother retained calm in the midst of fury.", }, }, - [61] = { + [63] = { id = "FourUniqueHelmetStr2", name = "Ezomyte Peak", text = { @@ -494,7 +512,7 @@ return { "of glory, an eternity of death.", }, }, - [62] = { + [64] = { id = "FourUniqueHelmetStr3", name = "Black Sun Crest", text = { @@ -502,7 +520,7 @@ return { "are the ones who dwell in total darkness.", }, }, - [63] = { + [65] = { id = "FourUniqueHelmetStr4", name = "Thrillsteel", text = { @@ -510,14 +528,14 @@ return { "moments of blood and battle, we truly live.", }, }, - [64] = { + [66] = { id = "FourUniqueHelmetStr5", name = "Deidbell", text = { "May you never hear it toll.", }, }, - [65] = { + [67] = { id = "FourUniqueHelmetStr6", name = "Corona of the Red Sun", text = { @@ -525,35 +543,35 @@ return { "but all who witnessed shared in exultation.", }, }, - [66] = { + [68] = { id = "FourUniqueHelmetStr8", name = "Blood Price", text = { "An eye for an eye makes the whole world dead.", }, }, - [67] = { + [69] = { id = "FourUniqueHelmetDex1", name = "Innsmouth", text = { "Beyond madness lies inspiration.", }, }, - [68] = { + [70] = { id = "FourUniqueHelmetDex2", name = "Goldrim", text = { "No metal slips as easily through the fingers as gold.", }, }, - [69] = { + [71] = { id = "FourUniqueHelmetDex3", name = "Radiant Grief", text = { "No man burns alone.", }, }, - [70] = { + [72] = { id = "FourUniqueHelmetDex5", name = "Elevore", text = { @@ -561,7 +579,7 @@ return { "by a ravenous hunger for all things mystical.", }, }, - [71] = { + [73] = { id = "FourUniqueHelmetDex6", name = "Constricting Command", text = { @@ -571,7 +589,7 @@ return { "- Viper Napuatzi, instructing Royal Commander Nezahul", }, }, - [72] = { + [74] = { id = "FourUniqueHelmetDex7", name = "The Black Insignia", text = { @@ -579,7 +597,7 @@ return { "pushing their luck right to the end.", }, }, - [73] = { + [75] = { id = "FourUniqueHelmetDex8", name = "Starkonja's Head", text = { @@ -587,7 +605,7 @@ return { "but merely a long sleep made eternal.", }, }, - [74] = { + [76] = { id = "FourUniqueHelmetDex9", name = "Heatshiver", text = { @@ -596,14 +614,14 @@ return { "You will be repaid.", }, }, - [75] = { + [77] = { id = "FourUniqueHelmetDex10", name = "Myris Uxor", text = { "The end always comes sooner than we think.", }, }, - [76] = { + [78] = { id = "FourUniqueHelmetDex11", name = "Alpha's Howl", text = { @@ -612,7 +630,7 @@ return { "With the blood of the weak", }, }, - [77] = { + [79] = { id = "FourUniqueHelmetInt1", name = "Crown of Thorns", text = { @@ -620,14 +638,14 @@ return { "The spikes point out and in, you know.", }, }, - [78] = { + [80] = { id = "FourUniqueHelmetInt2", name = "The Devouring Diadem", text = { "The spirit hungers for the flesh.", }, }, - [79] = { + [81] = { id = "FourUniqueHelmetInt3", name = "Visage of Ayah", text = { @@ -635,7 +653,7 @@ return { "They command a power all their own.", }, }, - [80] = { + [82] = { id = "FourUniqueHelmetInt4", name = "Forbidden Gaze", text = { @@ -643,7 +661,7 @@ return { "lest your passions stir.", }, }, - [81] = { + [83] = { id = "FourUniqueHelmetInt5", name = "Mask of the Stitched Demon", text = { @@ -652,7 +670,7 @@ return { "It is our duty to return to the gods what was once theirs.", }, }, - [82] = { + [84] = { id = "FourUniqueHelmetInt6", name = "Atziri's Disdain", text = { @@ -660,7 +678,7 @@ return { "their very lives. She looked on with impatience.", }, }, - [83] = { + [85] = { id = "FourUniqueHelmetInt7", name = "Crown of Eyes", text = { @@ -670,7 +688,7 @@ return { "your mind is destroyed.", }, }, - [84] = { + [86] = { id = "FourUniqueHelmetInt8", name = "Scold's Bridle", text = { @@ -679,7 +697,7 @@ return { "- Shavronne of Umbra", }, }, - [85] = { + [87] = { id = "FourUniqueHelmetInt11", name = "Indigon", text = { @@ -687,14 +705,14 @@ return { "the mind's limits end.", }, }, - [86] = { + [88] = { id = "FourUniqueHelmetStrDex1", name = "Greymake", text = { "In the end, even heroes fade away.", }, }, - [87] = { + [89] = { id = "FourUniqueHelmetStrDex2", name = "Erian's Cobble", text = { @@ -702,14 +720,14 @@ return { "equipment gets out of hand.", }, }, - [88] = { + [90] = { id = "FourUniqueHelmetStrDex3", name = "Ironride", text = { "Let the rider's aim be true.", }, }, - [89] = { + [91] = { id = "FourUniqueHelmetStrDex4", name = "The Smiling Knight", text = { @@ -717,14 +735,14 @@ return { "their own personal mockeries, most cruel.", }, }, - [90] = { + [92] = { id = "FourUniqueHelmetStrDex5", name = "The Vile Knight", text = { "Familiarity breeds contempt.", }, }, - [91] = { + [93] = { id = "FourUniqueHelmetStrDex7", name = "The Bringer of Rain", text = { @@ -732,21 +750,21 @@ return { "\"Sacred ground, watered with tears of blood!\"", }, }, - [92] = { + [94] = { id = "FourUniqueHelmetStrInt1", name = "Crown of the Victor", text = { "An endless river of bodies lie in the wake of ambition.", }, }, - [93] = { + [95] = { id = "FourUniqueHelmetStrInt2", name = "Bronzebeard", text = { "Heavy is the head.", }, }, - [94] = { + [96] = { id = "FourUniqueHelmetStrInt3", name = "Crown of the Pale King", text = { @@ -756,7 +774,7 @@ return { "feed on your pain.", }, }, - [95] = { + [97] = { id = "FourUniqueHelmetStrInt4", name = "Veil of the Night", text = { @@ -766,28 +784,28 @@ return { "And bloom steel flowers of victory.", }, }, - [96] = { + [98] = { id = "FourUniqueHelmetStrInt5", name = "Cornathaum", text = { "Pain brings clarity.", }, }, - [97] = { + [99] = { id = "FourUniqueHelmetStrInt6", name = "The Deepest Tower", text = { "Death crawls in darkness, closer than we think.", }, }, - [98] = { + [100] = { id = "FourUniqueHelmetDexInt1", name = "The Hollow Mask", text = { "The roots take hold within...", }, }, - [99] = { + [101] = { id = "FourUniqueHelmetDexInt2", name = "Mask of the Sanguimancer", text = { @@ -795,14 +813,14 @@ return { "remains lost... but his power does not.", }, }, - [100] = { + [102] = { id = "FourUniqueHelmetDexInt3", name = "Leer Cast", text = { "For none of us are as cruel as all of us.", }, }, - [101] = { + [103] = { id = "FourUniqueHelmetDexInt4", name = "Atsak's Sight", text = { @@ -810,7 +828,7 @@ return { "only in the depths of the harshest sandstorms.", }, }, - [102] = { + [104] = { id = "FourUniqueHelmetDexInt5", name = "The Vertex", text = { @@ -818,7 +836,7 @@ return { "- Atziri, Queen of the Vaal", }, }, - [103] = { + [105] = { id = "FourUniqueHelmetDexInt6", name = "The Three Dragons", text = { @@ -829,7 +847,7 @@ return { "- From 'The Three Dragons' by Victario of Sarn", }, }, - [104] = { + [106] = { id = "FourUniqueHelmetDexInt8", name = "Mind of the Council", text = { @@ -841,7 +859,7 @@ return { "They know your mind, because they remember", }, }, - [105] = { + [107] = { id = "FourUniqueGlovesStr2", name = "Treefingers", text = { @@ -849,7 +867,7 @@ return { "are not flesh and blood.", }, }, - [106] = { + [108] = { id = "FourUniqueGlovesStr3", name = "Lochtonial Caress", text = { @@ -857,14 +875,14 @@ return { "Surrender to me, and I will grant you everything.", }, }, - [107] = { + [109] = { id = "FourUniqueGlovesStr4", name = "Dreadfist", text = { "What is worse, the sting of the past, the pain of the present, or the fear of the future?", }, }, - [108] = { + [110] = { id = "FourUniqueGlovesStr5", name = "Atziri's Acuity", text = { @@ -873,7 +891,7 @@ return { "- Atziri, Queen of the Vaal", }, }, - [109] = { + [111] = { id = "FourUniqueGlovesStr7", name = "Empire's Grasp", text = { @@ -882,14 +900,14 @@ return { "- Emperor Chitus", }, }, - [110] = { + [112] = { id = "FourUniqueGlovesDex1_", name = "Northpaw", text = { "Fight with the ferocity of the First Ones.", }, }, - [111] = { + [113] = { id = "FourUniqueGlovesDex2", name = "Grip of Winter", text = { @@ -897,14 +915,14 @@ return { "ash began to fall, and a chill set in...", }, }, - [112] = { + [114] = { id = "FourUniqueGlovesDex4", name = "Idle Hands", text = { "The devil finds work for idle hands.", }, }, - [113] = { + [115] = { id = "FourUniqueGlovesDex5", name = "Snakebite", text = { @@ -914,7 +932,7 @@ return { "And the skill of compulsion.", }, }, - [114] = { + [116] = { id = "FourUniqueGlovesDex6", name = "Maligaro's Virtuosity", text = { @@ -922,7 +940,7 @@ return { "with great speed and terrible consequences.", }, }, - [115] = { + [117] = { id = "FourUniqueGlovesInt1", name = "Painter's Servant", text = { @@ -932,14 +950,14 @@ return { "just to capture thee.", }, }, - [116] = { + [118] = { id = "FourUniqueGlovesInt2", name = "Candlemaker", text = { "You can be the wick or the wax. Either way, your light goes out and mine goes on.", }, }, - [117] = { + [119] = { id = "FourUniqueGlovesInt3", name = "Doedre's Tenure", text = { @@ -947,14 +965,14 @@ return { "she surpassed her master in pure malevolence.", }, }, - [118] = { + [120] = { id = "FourUniqueGlovesInt4", name = "Kitoko's Current", text = { "Reality is a puzzle. Ingenuity is power.", }, }, - [119] = { + [121] = { id = "FourUniqueGlovesInt5", name = "Demon Stitcher", text = { @@ -964,42 +982,42 @@ return { "The first Vaal.", }, }, - [120] = { + [122] = { id = "FourUniqueGlovesInt6", name = "Nightscale", text = { "Diamora sings not for hunger, but for longing.", }, }, - [121] = { + [123] = { id = "FourUniqueGlovesInt7", name = "Leopold's Applause", text = { "\"Keep smiling. The deepest cut comes not from insults, but from false praise.\"", }, }, - [122] = { + [124] = { id = "FourUniqueGlovesStrDex1", name = "Jarngreipr", text = { "The whispers of the old gods hum through the iron. They demand a hero.", }, }, - [123] = { + [125] = { id = "FourUniqueGlovesStrDex2", name = "Aurseize", text = { "Wealth is not to be borne lightly.", }, }, - [124] = { + [126] = { id = "FourUniqueGlovesStrDex3", name = "Deathblow", text = { "Anticipation is a gift.", }, }, - [125] = { + [127] = { id = "FourUniqueGlovesStrDex4", name = "Valako's Vice", text = { @@ -1007,14 +1025,14 @@ return { "Valako rode the clouds of ash into the thundering sky.", }, }, - [126] = { + [128] = { id = "FourUniqueGlovesStrDex5", name = "Aerisvane's Wings", text = { "The strongest souls are forged through struggle and defeat.", }, }, - [127] = { + [129] = { id = "FourUniqueGlovesStrInt1", name = "Gravebind", text = { @@ -1023,21 +1041,21 @@ return { "You'll still know the truth.", }, }, - [128] = { + [130] = { id = "FourUniqueGlovesStrInt2", name = "Shackles of the Wretched", text = { "Captivity breeds creativity.", }, }, - [129] = { + [131] = { id = "FourUniqueGlovesStrInt3", name = "Blueflame Bracers", text = { "The secret was lost with its maker.", }, }, - [130] = { + [132] = { id = "FourUniqueGlovesStrInt4", name = "The Prisoner's Manacles", text = { @@ -1045,14 +1063,14 @@ return { "His greatest success took three entire legions to capture.", }, }, - [131] = { + [133] = { id = "FourUniqueGlovesDexInt1", name = "Plaguefinger", text = { "Ulcers, scabs, and pocks, the third army makes its claim.", }, }, - [132] = { + [134] = { id = "FourUniqueGlovesDexInt2", name = "Killjoy", text = { @@ -1060,7 +1078,7 @@ return { "- Jeffry, Torturer's Apprentice", }, }, - [133] = { + [135] = { id = "FourUniqueGlovesDexInt5", name = "Essentia Sanguis", text = { @@ -1068,35 +1086,44 @@ return { "giving birth to four lightning children of hate.", }, }, - [134] = { + [136] = { + id = "FourUniqueGlovesDexInt6", + name = "Thunderfist", + text = { + "The roar of the heavens", + "Strikes more than fear", + "Into the hearts of Man", + }, + }, + [137] = { id = "FourUniqueBootsStr1", name = "Legionstride", text = { "A wall of steel and muscle.", }, }, - [135] = { + [138] = { id = "FourUniqueBootsStr2", name = "Corpsewade", text = { "Natural decay can be twisted to dark ends.", }, }, - [136] = { + [139] = { id = "FourUniqueBootsStr3", name = "The Infinite Pursuit", text = { "We move to be closer to her, but the distance yet grows.", }, }, - [137] = { + [140] = { id = "FourUniqueBootsStr4", name = "Trampletoe", text = { "The truly mighty are never outnumbered.", }, }, - [138] = { + [141] = { id = "FourUniqueBootsStr5", name = "Birth of Fury", text = { @@ -1104,14 +1131,14 @@ return { "so too shall your enemies fear you.", }, }, - [139] = { + [142] = { id = "FourUniqueBootsDex2", name = "Briarpatch", text = { "The druids walk the Grelwood without fear.", }, }, - [140] = { + [143] = { id = "FourUniqueBootsDex3", name = "Gamblesprint", text = { @@ -1119,7 +1146,7 @@ return { "unknown and snarled to the very last.", }, }, - [141] = { + [144] = { id = "FourUniqueBootsDex4", name = "Thunderstep", text = { @@ -1127,7 +1154,7 @@ return { "the world hearkens.", }, }, - [142] = { + [145] = { id = "FourUniqueBootsDex5", name = "Bushwhack", text = { @@ -1135,21 +1162,21 @@ return { "Erian learned to hunt to survive.", }, }, - [143] = { + [146] = { id = "FourUniqueBootsInt1", name = "Luminous Pace", text = { "Blessed are those who tend the Grove.", }, }, - [144] = { + [147] = { id = "FourUniqueBootsInt2", name = "Wanderlust", text = { "All the world is my home.", }, }, - [145] = { + [148] = { id = "FourUniqueBootsInt3", name = "Bones of Ullr", text = { @@ -1157,14 +1184,14 @@ return { "the living fear to tread.", }, }, - [146] = { + [149] = { id = "FourUniqueBootsInt4", name = "Wondertrap", text = { "Wonders abound at death's door.", }, }, - [147] = { + [150] = { id = "FourUniqueBootsInt5", name = "Windscream", text = { @@ -1172,14 +1199,14 @@ return { "The haunting screams, a maddening hell", }, }, - [148] = { + [151] = { id = "FourUniqueBootsStrDex1", name = "The Knight-errant", text = { "Some search forever for their path.", }, }, - [149] = { + [152] = { id = "FourUniqueBootsStrDex2", name = "Darkray Vectors", text = { @@ -1189,14 +1216,23 @@ return { "- Azmerian legend", }, }, - [150] = { + [153] = { id = "FourUniqueBootsStrDex3", name = "Obern's Bastion", text = { "The storm cannot sway those of sure footing.", }, }, - [151] = { + [154] = { + id = "FourUniqueBootsStrDex4", + name = "Shankgonne", + text = { + "\"Captain Hiff Greybeard accomplished what nary a Brinerot", + "could: he died of old age. Almost had him a dozen times", + "meself, if it weren't for that damn leg of his... crafty shite...\"", + }, + }, + [155] = { id = "FourUniqueBootsStrInt2", name = "Wake of Destruction", text = { @@ -1204,7 +1240,7 @@ return { "Flee before the walking storm.", }, }, - [152] = { + [156] = { id = "FourUniqueBootsDexInt2", name = "Ghostmarch", text = { @@ -1212,7 +1248,7 @@ return { "On their hopeless, last endeavour.", }, }, - [153] = { + [157] = { id = "FourUniqueBootsDexInt3", name = "Powertread", text = { @@ -1220,7 +1256,7 @@ return { "was as elegant as it was deadly.", }, }, - [154] = { + [158] = { id = "FourUniqueShieldStr1", name = "Dionadair", text = { @@ -1228,7 +1264,7 @@ return { "the Ezomytes was to catch them unaware.", }, }, - [155] = { + [159] = { id = "FourUniqueShieldStr2", name = "Wulfsbane", text = { @@ -1236,14 +1272,14 @@ return { "legacy of cunning and power.", }, }, - [156] = { + [160] = { id = "FourUniqueShieldStr3", name = "Doomgate", text = { "Welcome to Wraeclast.", }, }, - [157] = { + [161] = { id = "FourUniqueShieldStr4", name = "Window to Paradise", text = { @@ -1251,28 +1287,28 @@ return { "the Savior will build utopia.\"", }, }, - [158] = { + [162] = { id = "FourUniqueShieldStr5", name = "The Wailing Wall", text = { "Some stories are never told.", }, }, - [159] = { + [163] = { id = "FourUniqueShieldStr6", name = "Lycosidae", text = { "A true predator does not chase; It waits.", }, }, - [160] = { + [164] = { id = "FourUniqueShieldStr7", name = "Redblade Banner", text = { "Blood shed is blood shared.", }, }, - [161] = { + [165] = { id = "FourUniqueShieldStr8", name = "The Surrender", text = { @@ -1281,7 +1317,7 @@ return { "and so we give up our flesh.", }, }, - [162] = { + [166] = { id = "FourUniqueShieldStr13", name = "Chernobog's Pillar", text = { @@ -1291,7 +1327,7 @@ return { "There is no flame", }, }, - [163] = { + [167] = { id = "FourUniqueShieldStrDex1", name = "Arvil's Wheel", text = { @@ -1300,42 +1336,42 @@ return { "at body and mind.", }, }, - [164] = { + [168] = { id = "FourUniqueShieldStrDex2", name = "Merit of Service", text = { "Lead by example, and you shall never be alone.", }, }, - [165] = { + [169] = { id = "FourUniqueShieldStrDex4", name = "Feathered Fortress", text = { "Ride the western wind, and take flight.", }, }, - [166] = { + [170] = { id = "FourUniqueShieldStrInt1", name = "Alkem Eira", text = { "May your resolve never waver.", }, }, - [167] = { + [171] = { id = "FourUniqueShieldStrInt2", name = "Oaksworn", text = { "The druids swore to protect the Grelwood with their very lives.", }, }, - [168] = { + [172] = { id = "FourUniqueShieldStrInt3", name = "Saffell's Frame", text = { "A swift mind solves problems before they occur.", }, }, - [169] = { + [173] = { id = "FourUniqueShieldStrInt4", name = "Crest of Ardura", text = { @@ -1343,14 +1379,14 @@ return { "the Ardura were the first to answer.", }, }, - [170] = { + [174] = { id = "FourUniqueShieldStrInt5", name = "Prism Guardian", text = { "When blood is paid, the weak think twice.", }, }, - [171] = { + [175] = { id = "FourUniqueShieldStrInt6", name = "Rise of the Phoenix", text = { @@ -1358,7 +1394,7 @@ return { "for I am the phoenix, forever radiant in glory.", }, }, - [172] = { + [176] = { id = "FourUniqueShieldDex1", name = "Dunkelhalt", text = { @@ -1368,7 +1404,7 @@ return { "Nay, villain, a man never bleeds alone.\"", }, }, - [173] = { + [177] = { id = "FourUniqueShieldDex2", name = "Nocturne", text = { @@ -1376,7 +1412,7 @@ return { "but neither knows the other exists...", }, }, - [174] = { + [178] = { id = "FourUniqueShieldDex3", name = "Rondel de Ezo", text = { @@ -1384,7 +1420,7 @@ return { "will lose his will. Then, you've won.\"", }, }, - [175] = { + [179] = { id = "FourUniqueShieldDex4", name = "Bloodbarrier", text = { @@ -1392,7 +1428,14 @@ return { "where countless voices scream...", }, }, - [176] = { + [180] = { + id = "FourUniqueShieldDex5", + name = "Kaltenhalt", + text = { + "Cold, miserable and alone... but alive.", + }, + }, + [181] = { id = "FourUniqueShieldDex6", name = "Silverthorne", text = { @@ -1400,14 +1443,14 @@ return { "feign weakness to open up a lethal blow.", }, }, - [177] = { + [182] = { id = "FourUniqueShieldDex11_", name = "Calgyra's Arc", text = { "\"There is nowhere my vengeance cannot find you.\"", }, }, - [178] = { + [183] = { id = "FourUniqueShieldDex12", name = "Sunsplinter", text = { @@ -1416,14 +1459,14 @@ return { "- Wranga, tale-woman of the Wahida akhara", }, }, - [179] = { + [184] = { id = "FourUniqueFocus1", name = "Deathrattle", text = { "The cry of death whispers in the wind.", }, }, - [180] = { + [185] = { id = "FourUniqueFocus2", name = "Threaded Light", text = { @@ -1432,7 +1475,7 @@ return { "The reason, remembered.", }, }, - [181] = { + [186] = { id = "FourUniqueFocus3", name = "Effigy of Cruelty", text = { @@ -1440,21 +1483,21 @@ return { "still exist somewhere in the dark...", }, }, - [182] = { + [187] = { id = "FourUniqueFocus4", name = "Carrion Call", text = { "Obedience stretches beyond the grave.", }, }, - [183] = { + [188] = { id = "FourUniqueFocus5", name = "Serpent's Lesson", text = { "Sinuous, entwined... inextricable.", }, }, - [184] = { + [189] = { id = "FourUniqueFocus6", name = "The Eternal Spark", text = { @@ -1462,14 +1505,14 @@ return { "her motionless dance the pulse of bliss", }, }, - [185] = { + [190] = { id = "FourUniqueFocus7", name = "Apep's Supremacy", text = { "Give him your body, and your burdens will follow.", }, }, - [186] = { + [191] = { id = "FourUniqueFocus8", name = "Rathpith Globe", text = { @@ -1477,7 +1520,7 @@ return { "and left a mountain of twitching dead.", }, }, - [187] = { + [192] = { id = "FourUniqueQuiver1", name = "Asphyxia's Wrath", text = { @@ -1487,7 +1530,7 @@ return { "Upon the frozen wasteland.", }, }, - [188] = { + [193] = { id = "FourUniqueQuiver2_", name = "Blackgleam", text = { @@ -1495,14 +1538,14 @@ return { "Hissing arrows from the dark.", }, }, - [189] = { + [194] = { id = "FourUniqueQuiver3", name = "The Lethal Draw", text = { "Life and death ooze from the same sap.", }, }, - [190] = { + [195] = { id = "FourUniqueQuiver5", name = "Rearguard", text = { @@ -1510,7 +1553,7 @@ return { "- Kiravi, Vaal Archer", }, }, - [191] = { + [196] = { id = "FourUniqueQuiver6", name = "Murkshaft", text = { @@ -1519,7 +1562,7 @@ return { "- Selassie of the Black Fen", }, }, - [192] = { + [197] = { id = "FourUniqueQuiver8", name = "Cadiro's Gambit", text = { @@ -1528,7 +1571,7 @@ return { "- Cadiro Perandus", }, }, - [193] = { + [198] = { id = "FourUniqueAmulet1", name = "Igniferis", text = { @@ -1536,7 +1579,7 @@ return { "A light unbroken, endlessly reborn.", }, }, - [194] = { + [199] = { id = "FourUniqueAmulet2", name = "Idol of Uldurn", text = { @@ -1544,7 +1587,7 @@ return { "in Oriath, so long as it remained private.", }, }, - [195] = { + [200] = { id = "FourUniqueAmulet3", name = "The Everlasting Gaze", text = { @@ -1552,21 +1595,21 @@ return { "they believed Lunaris had not abandoned them.", }, }, - [196] = { + [201] = { id = "FourUniqueAmulet4", name = "Ungil's Harmony", text = { "Gentle anger, raging calm.", }, }, - [197] = { + [202] = { id = "FourUniqueAmulet5", name = "Revered Resin", text = { "The sacred sap flows slowly, but surely.", }, }, - [198] = { + [203] = { id = "FourUniqueAmulet6", name = "Carnage Heart", text = { @@ -1574,14 +1617,14 @@ return { "its thirst has only begun.", }, }, - [199] = { + [204] = { id = "FourUniqueAmulet7", name = "Surefooted Sigil", text = { "Natural grace is born, not earned.", }, }, - [200] = { + [205] = { id = "FourUniqueAmulet8", name = "Defiance of Destiny", text = { @@ -1589,7 +1632,7 @@ return { "but lasts a lifetime... and beyond.", }, }, - [201] = { + [206] = { id = "FourUniqueAmulet9", name = "Stone of Lazhwar", text = { @@ -1597,14 +1640,14 @@ return { "I am not.", }, }, - [202] = { + [207] = { id = "FourUniqueAmulet10_", name = "Ligurium Talisman", text = { "Healing the soul requires sacrifice.", }, }, - [203] = { + [208] = { id = "FourUniqueAmulet12", name = "Rondel of Fragility", text = { @@ -1612,21 +1655,21 @@ return { "for they care not for their own survival.", }, }, - [204] = { + [209] = { id = "FourUniqueAmulet13", name = "The Anvil", text = { "Forge your Perseverance on the Anvil of Faith.", }, }, - [205] = { + [210] = { id = "FourUniqueAmulet14", name = "Yoke of Suffering", text = { "Let the unrepentant be dragged ever downwards by the weight of their sins.", }, }, - [206] = { + [211] = { id = "FourUniqueAmulet15_", name = "Astramentis", text = { @@ -1636,7 +1679,7 @@ return { "And into darkness send it.", }, }, - [207] = { + [212] = { id = "FourUniqueAmulet16", name = "Fixation of Yix", text = { @@ -1644,7 +1687,7 @@ return { "that he wanted to hold his family close...", }, }, - [208] = { + [213] = { id = "FourUniqueAmulet17", name = "Beacon of Azis", text = { @@ -1653,7 +1696,7 @@ return { "It was Solerai herself.", }, }, - [209] = { + [214] = { id = "FourUniqueAmulet18", name = "Fireflower", text = { @@ -1661,14 +1704,14 @@ return { "Fire, they learn, springs from agony.", }, }, - [210] = { + [215] = { id = "FourUniqueAmulet19_", name = "Eye of Chayula", text = { "Never blinking, always watching.", }, }, - [211] = { + [216] = { id = "FourUniqueAmulet20", name = "Serpent's Egg", text = { @@ -1676,14 +1719,21 @@ return { "the Sekhemas took a single hostage as punishment.", }, }, - [212] = { + [217] = { + id = "FourUniqueAmulet21", + name = "Hinekora's Sight", + text = { + "Remember the past, anticipate the future.", + }, + }, + [218] = { id = "FourUniqueRing1", name = "Blackheart", text = { "Fear is highly infectious.", }, }, - [213] = { + [219] = { id = "FourUniqueRing2a", name = "Icefang Orbit", text = { @@ -1691,7 +1741,7 @@ return { "Trarthan ice snakes must take great care with the volatile substance.", }, }, - [214] = { + [220] = { id = "FourUniqueRing2b", name = "Venopuncture", text = { @@ -1699,14 +1749,14 @@ return { "but few have the resolve to attempt it.", }, }, - [215] = { + [221] = { id = "FourUniqueRing3", name = "Prized Pain", text = { "Agony brings clarity to those of pure mind.", }, }, - [216] = { + [222] = { id = "FourUniqueRing4", name = "Glowswarm", text = { @@ -1715,28 +1765,28 @@ return { "blissfully unaware of their flight from the sirens.", }, }, - [217] = { + [223] = { id = "FourUniqueRing5", name = "Doedre's Damning", text = { "Where her mouth should have been there was only a whirling, black void.", }, }, - [218] = { + [224] = { id = "FourUniqueRing6", name = "Seed of Cataclysm", text = { "The dawn of a new era is set into motion", }, }, - [219] = { + [225] = { id = "FourUniqueRing7", name = "Cracklecreep", text = { "Fear the fire that spreads like a plague.", }, }, - [220] = { + [226] = { id = "FourUniqueRing8", name = "Blistering Bond", text = { @@ -1744,7 +1794,7 @@ return { "Excruciating pain is simply a byproduct of certain... necessary methods.\"", }, }, - [221] = { + [227] = { id = "FourUniqueRing10", name = "Polcirkeln", text = { @@ -1754,7 +1804,7 @@ return { "Sing Meginord's song!", }, }, - [222] = { + [228] = { id = "FourUniqueRing11", name = "Dream Fragments", text = { @@ -1762,7 +1812,7 @@ return { "And awoke its Master.", }, }, - [223] = { + [229] = { id = "FourUniqueRing12", name = "Whisper of the Brotherhood", text = { @@ -1770,14 +1820,14 @@ return { "to return all that was once given.", }, }, - [224] = { + [230] = { id = "FourUniqueRing13", name = "Levinstone", text = { "Highgate held other secrets.", }, }, - [225] = { + [231] = { id = "FourUniqueRing14", name = "The Burrower", text = { @@ -1787,7 +1837,7 @@ return { "It lies in our minds", }, }, - [226] = { + [232] = { id = "FourUniqueRing15", name = "Call of the Brotherhood", text = { @@ -1796,7 +1846,7 @@ return { "across any distance of time or travel.", }, }, - [227] = { + [233] = { id = "FourUniqueRing16", name = "Ming's Heart", text = { @@ -1806,7 +1856,7 @@ return { "He placed his Heart", }, }, - [228] = { + [234] = { id = "FourUniqueRing17", name = "Blackflame", text = { @@ -1814,7 +1864,7 @@ return { "by whose light night is borne.", }, }, - [229] = { + [235] = { id = "FourUniqueRing18", name = "Original Sin", text = { @@ -1822,7 +1872,7 @@ return { "but on the vilification and hatred of another.", }, }, - [230] = { + [236] = { id = "FourUniqueRing19", name = "Vigilant View", text = { @@ -1830,14 +1880,14 @@ return { "together as one, shoulder to shoulder.", }, }, - [231] = { + [237] = { id = "FourUniqueRing20", name = "Death Rush", text = { "To truly appreciate life you must be there when it ends", }, }, - [232] = { + [238] = { id = "FourUniqueRing21", name = "Thief's Torment", text = { @@ -1850,7 +1900,7 @@ return { "A blessing is often a curse.", }, }, - [233] = { + [239] = { id = "FourUniqueRing22", name = "Evergrasping Ring", text = { @@ -1858,7 +1908,7 @@ return { "Death comes to those who reach", }, }, - [234] = { + [240] = { id = "FourUniqueRing23", name = "Heartbound Loop", text = { @@ -1867,35 +1917,35 @@ return { "fading mind was her broken, shattered scream.", }, }, - [235] = { + [241] = { id = "FourUniqueRing24", name = "Snakepit", text = { "They wrap around you until your blood turns as cold as theirs.", }, }, - [236] = { + [242] = { id = "FourUniqueRing25", name = "Gifts from Above", text = { "God blesses those who bless themselves.", }, }, - [237] = { + [243] = { id = "FourUniqueRing28", name = "Perandus Seal", text = { "A pact with Prospero always comes at a price.", }, }, - [238] = { + [244] = { id = "FourUniqueRing29", name = "Andvarius", text = { "Danger is the price of wealth.", }, }, - [239] = { + [245] = { id = "FourUniqueRing30", name = "Ventor's Gamble", text = { @@ -1905,14 +1955,22 @@ return { "And Ventor met his latest trophy.", }, }, - [240] = { + [246] = { id = "FourUniqueRing32", name = "Kalandra's Touch", text = { "Power is a matter of perspective.", }, }, - [241] = { + [247] = { + id = "FourUniqueRing33", + name = "Grip of Kulemak", + text = { + "Drink deeply of the Well.", + "Let the Abyss coil within.", + }, + }, + [248] = { id = "FourUniqueBelt1", name = "Meginord's Girdle", text = { @@ -1920,7 +1978,7 @@ return { "the great Meginord of the north.", }, }, - [242] = { + [249] = { id = "FourUniqueBelt2", name = "Midnight Braid", text = { @@ -1928,7 +1986,7 @@ return { "which persistence grows.", }, }, - [243] = { + [250] = { id = "FourUniqueBelt3", name = "Keelhaul", text = { @@ -1936,21 +1994,29 @@ return { "there exists a flow...", }, }, - [244] = { + [251] = { + id = "FourUniqueBelt4", + name = "Umbilicus Immortalis", + text = { + "\"The power of rebirth rivals that of immortality.\"", + "- Icius Perandus, Antiquities Collection, Item 3", + }, + }, + [252] = { id = "FourUniqueBelt5", name = "Birthright Buckle", text = { "Some families have peculiar gifts...", }, }, - [245] = { + [253] = { id = "FourUniqueBelt6", name = "Byrnabas", text = { "The Brinerot sail without fear of storms.", }, }, - [246] = { + [254] = { id = "FourUniqueBelt8", name = "Soul Tether", text = { @@ -1959,28 +2025,28 @@ return { "desperately cling to any other source of life.", }, }, - [247] = { + [255] = { id = "FourUniqueBelt9", name = "Infernoclasp", text = { "Tempered by the forbidden flame.", }, }, - [248] = { + [256] = { id = "FourUniqueBelt10", name = "Goregirdle", text = { "Bleeding just means you're still alive.", }, }, - [249] = { + [257] = { id = "FourUniqueBelt12", name = "Ryslatha's Coil", text = { "All creatures have the potential for greatness or unequivocal failure.", }, }, - [250] = { + [258] = { id = "FourUniqueBelt13", name = "Coward's Legacy", text = { @@ -1988,29 +2054,21 @@ return { "Face it, or curse your bloodline for all eternity.", }, }, - [251] = { + [259] = { id = "FourUniqueBelt15", name = "Bijouborne", text = { "Trifle not with the trinket mage.", }, }, - [252] = { - id = "FourUniqueBelt16_", - name = "Silverpoint", - text = { - "Asinia promised vengeance beyond death,", - "and she found a way to keep that promise.", - }, - }, - [253] = { + [260] = { id = "FourUniqueBelt17", name = "Waistgate", text = { "Clever artifice is not always complex.", }, }, - [254] = { + [261] = { id = "FourUniqueBelt18_", name = "Headhunter", text = { @@ -2020,28 +2078,47 @@ return { "- Lavianga, Advisor to Kaom", }, }, - [255] = { + [262] = { id = "FourUniqueBelt21", name = "Shavronne's Satchel", text = { "Bring mystery to life. Again and again.", }, }, - [256] = { + [263] = { + id = "FourUniqueBelt23", + name = "Darkness Enthroned", + text = { + "Kulemak sat triumphant, raising the crown.", + "Darkness coiled the world in eternal night.", + "Victory, a mere moment, came crashing down.", + "No conqueror, no conquered, only searing Light.", + }, + }, + [264] = { + id = "FourUniqueLifeFlask1", + name = "Blood of the Warrior", + text = { + "\"Tukohama may be asleep, but he still gives us his strength. A small", + "needle, an offering, and a vial... drink deeply, my son, and you", + "will more than survive the coming battle... you will thrive.\"", + }, + }, + [265] = { id = "FourUniqueOneHandMace1", name = "Brynhand's Mark", text = { "The mark of the smith was widely known.", }, }, - [257] = { + [266] = { id = "FourUniqueOneHandMace2", name = "Wylund's Stake", text = { "Shaped metal never forgets the forge.", }, }, - [258] = { + [267] = { id = "FourUniqueOneHandMace3", name = "Frostbreath", text = { @@ -2049,7 +2126,7 @@ return { "Robbing breath from the weak and worthless.", }, }, - [259] = { + [268] = { id = "FourUniqueOneHandMace4", name = "Trenchtimbre", text = { @@ -2057,7 +2134,7 @@ return { "It was earned by comrades in arms.", }, }, - [260] = { + [269] = { id = "FourUniqueOneHandMace5", name = "Sculpted Suffering", text = { @@ -2065,14 +2142,14 @@ return { "and every moment in the light was agony.", }, }, - [261] = { + [270] = { id = "FourUniqueOneHandMace6", name = "Seeing Stars", text = { "Within lies a window.", }, }, - [262] = { + [271] = { id = "FourUniqueOneHandMace7", name = "Nebuloch", text = { @@ -2081,14 +2158,14 @@ return { "But time would not touch the fiend.", }, }, - [263] = { + [272] = { id = "FourUniqueOneHandMace13", name = "Mjölner", text = { "Look the storm in the eye and you will have its respect.", }, }, - [264] = { + [273] = { id = "FourUniqueTwoHandMace1", name = "Hoghunt", text = { @@ -2097,7 +2174,7 @@ return { "stop their flight and settle in Phaaryl.", }, }, - [265] = { + [274] = { id = "FourUniqueTwoHandMace2", name = "Hrimnor's Hymn", text = { @@ -2106,42 +2183,42 @@ return { "- Hrimnor of the Ezomytes.", }, }, - [266] = { + [275] = { id = "FourUniqueTwoHandMace3", name = "Trephina", text = { "The art of surgery advances one mistake at a time.", }, }, - [267] = { + [276] = { id = "FourUniqueTwoHandMace4", name = "Brain Rattler", text = { "The mind may have no limits, but the skull sure does.", }, }, - [268] = { + [277] = { id = "FourUniqueTwoHandMace5", name = "The Empty Roar", text = { "Secrecy and silence are powers all their own.", }, }, - [269] = { + [278] = { id = "FourUniqueTwoHandMace6", name = "Shyaba", text = { "Be not deceived by the treachery of men.", }, }, - [270] = { + [279] = { id = "FourUniqueTwoHandMace7", name = "Chober Chaber", text = { "The faithful may continue to serve, even after death.", }, }, - [271] = { + [280] = { id = "FourUniqueTwoHandMace8", name = "Quecholli", text = { @@ -2150,7 +2227,7 @@ return { "- Doryani of the Vaal", }, }, - [272] = { + [281] = { id = "FourUniqueTwoHandMace9", name = "Tidebreaker", text = { @@ -2160,7 +2237,16 @@ return { "and the Brine King's domain will grow.", }, }, - [273] = { + [282] = { + id = "FourUniqueTwoHandMace10", + name = "Marohi Erqi", + text = { + "\"Drunken Erqi boasted to Tukohama; the God of War", + "challenged him to a clash of strength. Woe to the", + "Divine - he should have made it a test of skill!\"", + }, + }, + [283] = { id = "FourUniqueTwoHandMace13", name = "The Hammer of Faith", text = { @@ -2169,14 +2255,14 @@ return { "One day, justice would fall upon them...", }, }, - [274] = { + [284] = { id = "FourUniqueSpear1", - name = "Splinter of Loratta", + name = "Splinter of Lorrata", text = { "The Baleful Gem's corruption lingers still...", }, }, - [275] = { + [285] = { id = "FourUniqueSpear2", name = "Tyranny's Grip", text = { @@ -2184,21 +2270,21 @@ return { "but rebels of every culture stood together as one.", }, }, - [276] = { + [286] = { id = "FourUniqueSpear3", name = "Chainsting", text = { "The Sacred Hunt ends with mercy.", }, }, - [277] = { + [287] = { id = "FourUniqueSpear4", name = "Skysliver", text = { "Heads fall to the sand, just as the star fell from the sky", }, }, - [278] = { + [288] = { id = "FourUniqueSpear5", name = "Daevata's Wind", text = { @@ -2206,7 +2292,7 @@ return { "but vengeance now.\" - Dimos, Advisor to General Titucius", }, }, - [279] = { + [289] = { id = "FourUniqueSpear6", name = "Tangletongue", text = { @@ -2214,7 +2300,7 @@ return { "- Wranga, tale-woman of the Wahida akhara", }, }, - [280] = { + [290] = { id = "FourUniqueSpear7", name = "Saitha's Spear", text = { @@ -2222,7 +2308,7 @@ return { "fused to her hand by her last mistake.", }, }, - [281] = { + [291] = { id = "FourUniqueSpear13", name = "Spire of Ire", text = { @@ -2230,14 +2316,14 @@ return { "but Maligaro never got a chance to use it...", }, }, - [282] = { + [292] = { id = "FourUniqueQuarterstaff1", name = "The Blood Thorn", text = { "Touch not the thorn, for only blood and pain await.", }, }, - [283] = { + [293] = { id = "FourUniqueQuarterstaff2", name = "Pillar of the Caged God", text = { @@ -2247,7 +2333,7 @@ return { "Deft as the needle doubt", }, }, - [284] = { + [294] = { id = "FourUniqueQuarterstaff3", name = "The Sentry", text = { @@ -2255,14 +2341,14 @@ return { "Erian was asleep at his post.", }, }, - [285] = { + [295] = { id = "FourUniqueQuarterstaff5", name = "Matsya", text = { "In our tales, and in our hearts, the rivers still flow.", }, }, - [286] = { + [296] = { id = "FourUniqueQuarterstaff6", name = "Nazir's Judgement", text = { @@ -2270,7 +2356,7 @@ return { "never let your enemy have a clear moment.", }, }, - [287] = { + [297] = { id = "FourUniqueWand1", name = "The Wicked Quill", text = { @@ -2278,14 +2364,14 @@ return { "the pages torn to a million pieces.", }, }, - [288] = { + [298] = { id = "FourUniqueWand2", name = "Sanguine Diviner", text = { "One way or another, it will find what it seeks.", }, }, - [289] = { + [299] = { id = "FourUniqueWand3", name = "Lifesprig", text = { @@ -2294,7 +2380,7 @@ return { "Life endures in Wraeclast.", }, }, - [290] = { + [300] = { id = "FourUniqueWand4", name = "Adonia's Ego", text = { @@ -2303,28 +2389,28 @@ return { "\"You think me powerless without my wand? Insult me again!\"", }, }, - [291] = { + [301] = { id = "FourUniqueWand5", name = "Enezun's Charge", text = { "He alone was welcome in the sacred spaces of the Titans.", }, }, - [292] = { + [302] = { id = "FourUniqueWand7", name = "Cursecarver", text = { "Lost in the Black Fen, Erian hoped that dawn would save him. He had no idea how far away the light truly was.", }, }, - [293] = { + [303] = { id = "FourUniqueStaff1", name = "Dusk Vigil", text = { "The candlemass tradition was born in a time of darkness and fear.", }, }, - [294] = { + [304] = { id = "FourUniqueStaff2", name = "Taryn's Shiver", text = { @@ -2334,14 +2420,14 @@ return { "Shiver in pain at the frozen dawn.", }, }, - [295] = { + [305] = { id = "FourUniqueStaff3", name = "Earthbound", text = { "An ancient Azmeri staff, overgrown by roots...", }, }, - [296] = { + [306] = { id = "FourUniqueStaff5", name = "The Searing Touch", text = { @@ -2349,14 +2435,24 @@ return { "Rule a world, bathed in flame.", }, }, - [297] = { + [307] = { id = "FourUniqueStaff6", name = "Sire of Shards", text = { "That which was broken may yet break.", }, }, - [298] = { + [308] = { + id = "FourUniqueStaff13", + name = "The Unborn Lich", + text = { + "In ghastly pits beneath the world,", + "Kulemak grows countless new bodies,", + "each more powerful than the last.", + "Not all of his abominations survive.", + }, + }, + [309] = { id = "FourUniqueStaff14", name = "The Whispering Ice", text = { @@ -2366,7 +2462,7 @@ return { "- Weylam Roth", }, }, - [299] = { + [310] = { id = "FourUniqueBow1", name = "Widowhail", text = { @@ -2375,7 +2471,7 @@ return { "healing, no revenge. There was only... emptiness.\"", }, }, - [300] = { + [311] = { id = "FourUniqueBow2", name = "Quill Rain", text = { @@ -2384,7 +2480,7 @@ return { "- Rigwald of the Ezomytes", }, }, - [301] = { + [312] = { id = "FourUniqueBow4", name = "Splinterheart", text = { @@ -2393,7 +2489,7 @@ return { "lest they return with a strange new purpose.", }, }, - [302] = { + [313] = { id = "FourUniqueBow5", name = "Doomfletch", text = { @@ -2404,7 +2500,7 @@ return { "- Koralus Doomfletch", }, }, - [303] = { + [314] = { id = "FourUniqueBow6", name = "Death's Harp", text = { @@ -2414,7 +2510,7 @@ return { "The Reaper's Song, the Harp of Death.", }, }, - [304] = { + [315] = { id = "FourUniqueBow7", name = "Voltaxic Rift", text = { @@ -2423,14 +2519,22 @@ return { "arcane power. There was no escape, no shelter. Only despair.", }, }, - [305] = { + [316] = { id = "FourUniqueBow8", name = "Slivertongue", text = { "A hundred blind heads, each seeking the taste of prey on the air.", }, }, - [306] = { + [317] = { + id = "FourUniqueBow9", + name = "Fairgraves' Curse", + text = { + "The power of the Allflame rends", + "souls just as easily as flesh.", + }, + }, + [318] = { id = "FourUniqueBow13_", name = "Lioneye's Glare", text = { @@ -2439,7 +2543,7 @@ return { "- General Marceus Lioneye", }, }, - [307] = { + [319] = { id = "FourUniqueCrossbow1", name = "Mist Whisper", text = { @@ -2447,7 +2551,7 @@ return { "All the travelers had to give him was their devotion...", }, }, - [308] = { + [320] = { id = "FourUniqueCrossbow2", name = "Rampart Raptor", text = { @@ -2456,7 +2560,15 @@ return { "- anonymous Brotherhood of Silence report", }, }, - [309] = { + [321] = { + id = "FourUniqueCrossbow5", + name = "Double Vision", + text = { + "For those without a home in the Vastiri, the", + "hot day is harsh, but the chill night is far worse.", + }, + }, + [322] = { id = "FourUniqueCrossbow13", name = "The Last Lament", text = { @@ -2466,7 +2578,7 @@ return { "- Adamantia Brektov, the Composer", }, }, - [310] = { + [323] = { id = "FourUniqueSceptre1", name = "The Dark Defiler", text = { @@ -2474,7 +2586,7 @@ return { "his undead armies from the front.", }, }, - [311] = { + [324] = { id = "FourUniqueSceptre4", name = "Font of Power", text = { @@ -2482,7 +2594,7 @@ return { "for they have a much higher purpose.", }, }, - [312] = { + [325] = { id = "FourUniqueSceptre6", name = "Guiding Palm", text = { @@ -2492,7 +2604,7 @@ return { "- Book of the Benevolent Dreamer, Histories 220:5", }, }, - [313] = { + [326] = { id = "FourUniqueSceptre6a", name = "Guiding Palm of the Heart", text = { @@ -2501,7 +2613,7 @@ return { "The Dreamer declared, casting out the lingering dark embers within him.", }, }, - [314] = { + [327] = { id = "FourUniqueSceptre6b", name = "Guiding Palm of the Eye", text = { @@ -2511,7 +2623,7 @@ return { "The Dreamer whispered with fogging breath, ice creeping down his hand.", }, }, - [315] = { + [328] = { id = "FourUniqueSceptre6c", name = "Guiding Palm of the Mind", text = { @@ -2521,7 +2633,7 @@ return { "The Dreamer mused with aching heart, as remnants of forking tendrils burst forth.", }, }, - [316] = { + [329] = { id = "FourUniqueSceptre6d", name = "Palm of the Dreamer", text = { @@ -2531,7 +2643,7 @@ return { "- The Benevolent Dreamer", }, }, - [317] = { + [330] = { id = "FourUniqueCharm1", name = "Nascent Hope", text = { @@ -2539,7 +2651,7 @@ return { "life found a way. The Spirit always provides.\"", }, }, - [318] = { + [331] = { id = "FourUniqueCharm2", name = "Sanguis Heroum", text = { @@ -2547,7 +2659,7 @@ return { "It remembers those that stood in defiance.", }, }, - [319] = { + [332] = { id = "FourUniqueCharm3", name = "Arakaali's Gift", text = { @@ -2555,7 +2667,7 @@ return { "needed never fear her sting.", }, }, - [320] = { + [333] = { id = "FourUniqueCharm4", name = "Beira's Anguish", text = { @@ -2563,7 +2675,7 @@ return { "She was clad in ice, but the village was ash.", }, }, - [321] = { + [334] = { id = "FourUniqueCharm5", name = "The Black Cat", text = { @@ -2571,7 +2683,7 @@ return { "is the one that refuses to do any actual work.", }, }, - [322] = { + [335] = { id = "FourUniqueCharm6", name = "For Utopia", text = { @@ -2579,7 +2691,7 @@ return { "The Savior will rise, and mankind will be free.\"", }, }, - [323] = { + [336] = { id = "FourUniqueCharm7", name = "The Fall of the Axe", text = { @@ -2588,14 +2700,14 @@ return { "- Vorm, the Twice-Pardoned", }, }, - [324] = { + [337] = { id = "FourUniqueCharm8", name = "Ngamahu's Chosen", text = { "Kaom was not known for his restraint.", }, }, - [325] = { + [338] = { id = "FourUniqueCharm9", name = "Breath of the Mountains", text = { @@ -2605,7 +2717,7 @@ return { "- Mutewind saying", }, }, - [326] = { + [339] = { id = "FourUniqueCharm10", name = "Valako's Roar", text = { @@ -2613,7 +2725,7 @@ return { "Flashes of light show only swinging axes... and a grin.", }, }, - [327] = { + [340] = { id = "FourUniqueCharm11", name = "Forsaken Bangle", text = { @@ -2621,7 +2733,7 @@ return { "They bore this burden to empower their hidden Order.", }, }, - [328] = { + [341] = { id = "FourUniquePinnacle1", name = "Morior Invictus", text = { @@ -2629,28 +2741,28 @@ return { "They stood against the end.", }, }, - [329] = { + [342] = { id = "FourUniquePinnacle2", name = "Solus Ipse", text = { "One warrior alone survived to face the Arbiter.", }, }, - [330] = { + [343] = { id = "FourUniquePinnacle3", name = "Sine Aequo", text = { "The greatest warrior of his era fought with honour.", }, }, - [331] = { + [344] = { id = "FourUniquePinnacle4", name = "Ab Aeterno", text = { "His enemy was for endurance forged. His own waned.", }, }, - [332] = { + [345] = { id = "FourUniquePinnacle5", name = "Sacred Flame", text = { @@ -2658,7 +2770,7 @@ return { "Life always springs anew.", }, }, - [333] = { + [346] = { id = "FourUniqueSanctum1", name = "Temporalis", text = { @@ -2666,14 +2778,14 @@ return { "mastered was Time itself.", }, }, - [334] = { + [347] = { id = "FourUniqueSanctum2", name = "Sandstorm Visage", text = { "A fell wind brings death.", }, }, - [335] = { + [348] = { id = "FourUniqueSanctum3", name = "Blessed Bonds", text = { @@ -2682,7 +2794,7 @@ return { "One day, spring will return the rains.\"", }, }, - [336] = { + [349] = { id = "FourUniqueSanctum4a", name = "Sekhema's Resolve", text = { @@ -2690,7 +2802,7 @@ return { "Vastiri to dust, we remain, unchanged.", }, }, - [337] = { + [350] = { id = "FourUniqueSanctum4b", name = "Sekhema's Resolve", text = { @@ -2698,7 +2810,7 @@ return { "Vastiri in ice, we remained, unchanged.", }, }, - [338] = { + [351] = { id = "FourUniqueSanctum4c", name = "Sekhema's Resolve", text = { @@ -2706,7 +2818,7 @@ return { "Vastiri, we shall remain, unchanged.", }, }, - [339] = { + [352] = { id = "FourUniqueUltimatum1", name = "Glimpse of Chaos", text = { @@ -2714,28 +2826,28 @@ return { "only under the blessed veil of ignorance.", }, }, - [340] = { + [353] = { id = "FourUniqueUltimatum2", name = "Zerphi's Genesis", text = { "The most horrifying ideas often begin with a simple innovation.", }, }, - [341] = { + [354] = { id = "FourUniqueUltimatum3", name = "Mahuxotl's Machination", text = { "The Banished Architect sought to employ the darkest secrets of the Vaal.", }, }, - [342] = { + [355] = { id = "FourUniqueUltimatum4", name = "Hateforge", text = { "The first Karui born on the fringes of the Vaal empire developed a blood fever born of corruption.", }, }, - [343] = { + [356] = { id = "FourUniqueExpedition1", name = "Svalinn", text = { @@ -2743,7 +2855,7 @@ return { "but it was the smiths who delved into the secrets it held.", }, }, - [344] = { + [357] = { id = "FourUniqueExpedition2", name = "Keeper of the Arc", text = { @@ -2751,7 +2863,7 @@ return { "and calculation, not unprovable promises.", }, }, - [345] = { + [358] = { id = "FourUniqueExpedition3_", name = "Olroth's Resolve", text = { @@ -2761,7 +2873,7 @@ return { "he fights for you!", }, }, - [346] = { + [359] = { id = "FourUniqueExpedition4", name = "Olrovasara", text = { @@ -2769,14 +2881,14 @@ return { "- Fourth Tenet of the Knights of the Sun", }, }, - [347] = { + [360] = { id = "FourUniqueDelirium1", name = "Assailum", text = { "A moment of calm before the battle can end the war.", }, }, - [348] = { + [361] = { id = "FourUniqueDelirium2", name = "Perfidy", text = { @@ -2784,21 +2896,21 @@ return { "What hope have you?", }, }, - [349] = { + [362] = { id = "FourUniqueDelirium3", name = "Melting Maelstrom", text = { "What is life, but a dreamlike spiral of panic?", }, }, - [350] = { + [363] = { id = "FourUniqueDelirium4", name = "Collapsing Horizon", text = { "The edges bend, the world flexes, the infinite spills into view.", }, }, - [351] = { + [364] = { id = "FourUniqueDelirium5", name = "Strugglescream", text = { @@ -2806,7 +2918,7 @@ return { "but the shadows eventually become home.", }, }, - [352] = { + [365] = { id = "FourUniqueRitual1", name = "The Burden of Shadows", text = { @@ -2814,7 +2926,7 @@ return { "Every moment is a struggle to exist.", }, }, - [353] = { + [366] = { id = "FourUniqueRitual2", name = "Beetlebite", text = { @@ -2822,7 +2934,7 @@ return { "in the shadow of his presence.", }, }, - [354] = { + [367] = { id = "FourUniqueRitual3", name = "Ingenuity", text = { @@ -2830,7 +2942,7 @@ return { "the Maji more than they ever expected.", }, }, - [355] = { + [368] = { id = "FourUniqueRitual4", name = "Pragmatism", text = { @@ -2838,7 +2950,7 @@ return { "one must be ever vigilant.", }, }, - [356] = { + [369] = { id = "FourUniqueBreach1_", name = "Skin of the Loyal", text = { @@ -2846,7 +2958,7 @@ return { "A net woven to keep safe the bones of the Lords.", }, }, - [357] = { + [370] = { id = "FourUniqueBreach2", name = "Hand of Wisdom and Action", text = { @@ -2855,7 +2967,7 @@ return { "Fragments of the whole that washes clean the skies.", }, }, - [358] = { + [371] = { id = "FourUniqueBreach3", name = "Beyond Reach", text = { @@ -2863,7 +2975,7 @@ return { "that protects us from ourselves.", }, }, - [359] = { + [372] = { id = "FourUniqueBreach4a", name = "Xoph's Blood", text = { @@ -2871,7 +2983,7 @@ return { "Through us he carries his burning message.", }, }, - [360] = { + [373] = { id = "FourUniqueBreach4b", name = "Choir of the Storm", text = { @@ -2880,7 +2992,7 @@ return { "And the fool was unwritten.", }, }, - [361] = { + [374] = { id = "FourUniqueBreach4c", name = "The Pandemonius", text = { @@ -2888,7 +3000,7 @@ return { "beneath which all are buried.", }, }, - [362] = { + [375] = { id = "FourUniqueSpirit1", name = "Rite of Passage", text = { @@ -2896,7 +3008,7 @@ return { "Azmeri must prove themselves before the Spirit.", }, }, - [363] = { + [376] = { id = "FourUniqueCorruption1", name = "The Gnashing Sash", text = { @@ -2905,7 +3017,7 @@ return { "- Rantings of a Templar prisoner, page fourteen", }, }, - [364] = { + [377] = { id = "FourUniqueCorruption2", name = "Bursting Decay", text = { @@ -2914,7 +3026,7 @@ return { "- Rantings of a Templar prisoner, page thirty", }, }, - [365] = { + [378] = { id = "FourUniqueCorruption3", name = "Death Articulated", text = { @@ -2923,28 +3035,28 @@ return { "- Rantings of a Templar prisoner, page ninety-four", }, }, - [366] = { + [379] = { id = "FourUniqueJewel1", name = "Grand Spectrum", text = { "A wellspring of vitality bubbling from within.", }, }, - [367] = { + [380] = { id = "FourUniqueJewel2", name = "Grand Spectrum", text = { "An indomitable force of control.", }, }, - [368] = { + [381] = { id = "FourUniqueJewel3", name = "Grand Spectrum", text = { "Skin like steel tempered by bright flames.", }, }, - [369] = { + [382] = { id = "FourUniqueJewel4", name = "Megalomaniac", text = { @@ -2952,7 +3064,7 @@ return { "than everyone else, make sure you are.", }, }, - [370] = { + [383] = { id = "FourUniqueJewel5", name = "Heroic Tragedy", text = { @@ -2960,7 +3072,7 @@ return { "but that bravery became the doom at their door.", }, }, - [371] = { + [384] = { id = "FourUniqueJewel6", name = "From Nothing", text = { @@ -2968,7 +3080,7 @@ return { "breathing deep with joy the exquisite light of meaning.", }, }, - [372] = { + [385] = { id = "FourUniqueJewel7", name = "Controlled Metamorphosis", text = { @@ -2976,14 +3088,14 @@ return { "We broke free from the chains within.", }, }, - [373] = { + [386] = { id = "FourUniqueJewel8", name = "Prism of Belief", text = { "Entropy can be reversed.", }, }, - [374] = { + [387] = { id = "FourUniqueJewel9", name = "The Adorned", text = { @@ -2992,11 +3104,19 @@ return { "now nothing more than a passing wonder.", }, }, - [375] = { + [388] = { id = "FourUniqueJewel10", name = "Against the Darkness", text = { "After the fires, in the depths of the Winter of the World, all life in the Vastiri banded together. Whether serpent, hyena, human, or golem, hated enemies clasped hand to claw, built refuge, and fought side by side against the Abyssals. Thus, the Third Pact was born.", }, }, + [389] = { + id = "FourUniqueJewel12", + name = "Heart of the Well", + text = { + "Countless souls scream in agonising harmony,", + "forever sinking under the weight of the newly dead.", + }, + }, } diff --git a/src/Data/Gems.lua b/src/Data/Gems.lua index 65a3899a4e..f63f200ddf 100644 --- a/src/Data/Gems.lua +++ b/src/Data/Gems.lua @@ -9,17 +9,18 @@ return { variantId = "IceNova", grantedEffectId = "IceNovaPlayer", additionalStatSet1 = "IceNovaPlayerOnFrostbolt", + additionalStatSet2 = "IceNovaColdInfusedPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, cold = true, + duration = true, nova = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Cold, Nova", + gemType = "Spell", + tagString = "AoE, Cold, Duration, Nova", reqStr = 0, reqDex = 0, reqInt = 100, @@ -86,15 +87,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, physical = true, fire = true, detonator = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Physical, Fire, Detonator", + gemType = "Spell", + tagString = "AoE, Physical, Fire, Detonator", reqStr = 0, reqDex = 0, reqInt = 100, @@ -107,16 +107,16 @@ return { gameId = "Metadata/Items/Gems/SkillGemVolatileDead", variantId = "VolatileDead", grantedEffectId = "VolatileDeadPlayer", + additionalStatSet1 = "VolatileDeadIgniteAuraPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, fire = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Fire", + gemType = "Spell", + tagString = "AoE, Fire", reqStr = 0, reqDex = 0, reqInt = 100, @@ -124,7 +124,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemAddedFireDamageSupport"] = { - name = "Fire Infusion", + name = "Fire Attunement", gameId = "Metadata/Items/Gems/SupportGemFireInfusion", variantId = "AddedFireDamageSupport", grantedEffectId = "SupportAddedFireDamagePlayer", @@ -134,6 +134,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Fire Attunement", tagString = "Attack, Fire", reqStr = 100, reqDex = 0, @@ -141,16 +142,17 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFasterAttackSupport"] = { - name = "Martial Tempo", + ["Metadata/Items/Gems/SkillGemRapidAttacksSupport"] = { + name = "Rapid Attacks I", gameId = "Metadata/Items/Gems/SupportGemMartialTempo", - variantId = "FasterAttackSupport", - grantedEffectId = "SupportFasterAttackPlayer", + variantId = "RapidAttacksSupport", + grantedEffectId = "SupportRapidAttacksPlayer", tags = { support = true, attack = true, }, gemType = "Support", + gemFamily = "Rapid Attacks", tagString = "Attack", reqStr = 0, reqDex = 100, @@ -158,16 +160,53 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemMultipleProjectilesSupport"] = { - name = "Scattershot", + ["Metadata/Items/Gems/SkillGemRapidAttacksSupportTwo"] = { + name = "Rapid Attacks II", + gameId = "Metadata/Items/Gems/SupportGemMartialTempoTwo", + variantId = "RapidAttacksSupportTwo", + grantedEffectId = "SupportRapidAttacksPlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Rapid Attacks", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRapidAttacksSupportThree"] = { + name = "Rapid Attacks III", + gameId = "Metadata/Items/Gems/SupportGemMartialTempoThree", + variantId = "RapidAttacksSupportThree", + grantedEffectId = "SupportRapidAttacksPlayerThree", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Rapid Attacks", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemMultishotSupport"] = { + name = "Multishot I", gameId = "Metadata/Items/Gems/SupportGemScattershot", - variantId = "MultipleProjectilesSupport", - grantedEffectId = "SupportMultipleProjectilesPlayer", + variantId = "MultishotSupport", + grantedEffectId = "SupportMultishotPlayer", tags = { support = true, projectile = true, }, gemType = "Support", + gemFamily = "Additional Projectiles", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -175,16 +214,53 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFasterProjectilesSupport"] = { - name = "Acceleration", + ["Metadata/Items/Gems/SkillGemMultishotSupportTwo"] = { + name = "Multishot II", + gameId = "Metadata/Items/Gems/SupportGemScattershotTwo", + variantId = "MultishotSupportTwo", + grantedEffectId = "SupportMultishotPlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Additional Projectiles", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemNovaProjectilesSupport"] = { + name = "Nova Projectiles", + gameId = "Metadata/Items/Gems/SupportGemNovaProjectiles", + variantId = "NovaProjectilesSupport", + grantedEffectId = "SupportNovaProjectilesPlayer", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Additional Projectiles", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemProjectileAccelerationSupport"] = { + name = "Projectile Acceleration I", gameId = "Metadata/Items/Gems/SupportGemAcceleration", - variantId = "FasterProjectilesSupport", - grantedEffectId = "SupportFasterProjectilesPlayer", + variantId = "ProjectileAccelerationSupport", + grantedEffectId = "SupportProjectileAccelerationPlayer", tags = { support = true, projectile = true, }, gemType = "Support", + gemFamily = "Projectile Speed", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -192,8 +268,44 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemProjectileAccelerationSupportTwo"] = { + name = "Projectile Acceleration II", + gameId = "Metadata/Items/Gems/SupportGemAccelerationTwo", + variantId = "ProjectileAccelerationSupportTwo", + grantedEffectId = "SupportProjectileAccelerationPlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Projectile Speed", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemProjectileAccelerationSupportThree"] = { + name = "Projectile Acceleration III", + gameId = "Metadata/Items/Gems/SupportGemAccelerationThree", + variantId = "ProjectileAccelerationSupportThree", + grantedEffectId = "SupportProjectileAccelerationPlayerThree", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Projectile Speed", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemAddedColdDamageSupport"] = { - name = "Cold Infusion", + name = "Cold Attunement", gameId = "Metadata/Items/Gems/SupportGemColdInfusion", variantId = "AddedColdDamageSupport", grantedEffectId = "SupportAddedColdDamagePlayer", @@ -203,6 +315,7 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Cold Attunement", tagString = "Attack, Cold", reqStr = 0, reqDex = 0, @@ -210,33 +323,53 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemAdditionalAccuracySupport"] = { - name = "Bullseye", + ["Metadata/Items/Gems/SkillGemHeightenedAccuracySupport"] = { + name = "Heightened Accuracy I", gameId = "Metadata/Items/Gems/SupportGemBullseye", - variantId = "AdditionalAccuracySupport", - grantedEffectId = "SupportAdditionalAccuracyPlayer", + variantId = "HeightenedAccuracySupport", + grantedEffectId = "SupportHeightenedAccuracyPlayer", tags = { support = true, attack = true, }, gemType = "Support", + gemFamily = "Heightened Accuracy", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemHeightenedAccuracySupportTwo"] = { + name = "Heightened Accuracy II", + gameId = "Metadata/Items/Gems/SupportGemBullseyeTwo", + variantId = "HeightenedAccuracySupportTwo", + grantedEffectId = "SupportHeightenedAccuracyPlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Heightened Accuracy", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemIncreasedAreaOfEffectSupport"] = { - name = "Magnified Effect", + ["Metadata/Items/Gems/SkillGemMagnifiedAreaSupport"] = { + name = "Magnified Area I", gameId = "Metadata/Items/Gems/SupportGemMagnifiedEffect", - variantId = "IncreasedAreaOfEffectSupport", - grantedEffectId = "SupportIncreasedAreaOfEffectPlayer", + variantId = "MagnifiedAreaSupport", + grantedEffectId = "SupportMagnifiedAreaPlayer", tags = { support = true, area = true, }, gemType = "Support", + gemFamily = "Increased Area of Effect", tagString = "AoE", reqStr = 0, reqDex = 0, @@ -244,8 +377,26 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemMagnifiedAreaSupportTwo"] = { + name = "Magnified Area II", + gameId = "Metadata/Items/Gems/SupportGemMagnifiedEffectTwo", + variantId = "MagnifiedAreaSupportTwo", + grantedEffectId = "SupportMagnifiedAreaPlayerTwo", + tags = { + support = true, + area = true, + }, + gemType = "Support", + gemFamily = "Increased Area of Effect", + tagString = "AoE", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemAddedLightningDamageSupport"] = { - name = "Lightning Infusion", + name = "Lightning Attunement", gameId = "Metadata/Items/Gems/SupportGemLightningInfusion", variantId = "AddedLightningDamageSupport", grantedEffectId = "SupportAddedLightningDamagePlayer", @@ -255,6 +406,7 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Lightning Attunement", tagString = "Attack, Lightning", reqStr = 0, reqDex = 100, @@ -283,15 +435,16 @@ return { Tier = 5, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemInspirationSupport"] = { - name = "Inspiration", + ["Metadata/Items/Gems/SkillGemEfficiencySupport"] = { + name = "Efficiency I", gameId = "Metadata/Items/Gems/SupportGemInspiration", - variantId = "InspirationSupport", - grantedEffectId = "SupportInspirationPlayer", + variantId = "EfficiencySupport", + grantedEffectId = "SupportEfficiencyPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Efficiency", tagString = "", reqStr = 100, reqDex = 0, @@ -299,6 +452,23 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemEfficiencySupportTwo"] = { + name = "Efficiency II", + gameId = "Metadata/Items/Gems/SupportGemInspirationTwo", + variantId = "EfficiencySupportTwo", + grantedEffectId = "SupportEfficiencyPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Efficiency", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemIncreasedCriticalDamageSupport"] = { name = "Supercritical", gameId = "Metadata/Items/Gems/SupportGemSupercritical", @@ -306,10 +476,10 @@ return { grantedEffectId = "SupportIncreasedCriticalDamagePlayer", tags = { support = true, - critical = true, }, gemType = "Support", - tagString = "Critical", + gemFamily = "Supercritical", + tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, @@ -317,7 +487,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemKnockbackSupport"] = { - name = "Bludgeon", + name = "Knockback", gameId = "Metadata/Items/Gems/SupportGemBludgeon", variantId = "KnockbackSupport", grantedEffectId = "SupportKnockbackPlayer", @@ -325,15 +495,16 @@ return { support = true, }, gemType = "Support", + gemFamily = "Knockback", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLifeLeechSupport"] = { - name = "Life Thief", + name = "Life Leech I", gameId = "Metadata/Items/Gems/SupportGemLifeThief", variantId = "LifeLeechSupport", grantedEffectId = "SupportLifeLeechPlayer", @@ -343,6 +514,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Life Leech", tagString = "Attack, Physical", reqStr = 100, reqDex = 0, @@ -350,8 +522,46 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemLifeLeechSupportTwo"] = { + name = "Life Leech II", + gameId = "Metadata/Items/Gems/SupportGemLifeThiefTwo", + variantId = "LifeLeechSupportTwo", + grantedEffectId = "SupportLifeLeechPlayerTwo", + tags = { + support = true, + attack = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Life Leech", + tagString = "Attack, Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemLifeLeechSupportThree"] = { + name = "Life Leech III", + gameId = "Metadata/Items/Gems/SupportGemLifeThiefThree", + variantId = "LifeLeechSupportThree", + grantedEffectId = "SupportLifeLeechPlayerThree", + tags = { + support = true, + attack = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Life Leech", + tagString = "Attack, Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemManaLeechSupport"] = { - name = "Soul Thief", + name = "Mana Leech", gameId = "Metadata/Items/Gems/SupportGemSoulThief", variantId = "ManaLeechSupport", grantedEffectId = "SupportManaLeechPlayer", @@ -361,6 +571,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Mana Leech", tagString = "Attack, Physical", reqStr = 0, reqDex = 0, @@ -369,7 +580,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAddedChaosDamageSupport"] = { - name = "Chaos Infusion", + name = "Chaos Attunement", gameId = "Metadata/Items/Gems/SupportGemChaosInfusion", variantId = "AddedChaosDamageSupport", grantedEffectId = "SupportAddedChaosDamagePlayer", @@ -379,6 +590,7 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Chaos Attunement", tagString = "Attack, Chaos", reqStr = 0, reqDex = 0, @@ -416,17 +628,17 @@ return { gameId = "Metadata/Items/Gems/SkillGemSpark", variantId = "Spark", grantedEffectId = "SparkPlayer", + additionalStatSet1 = "SparkColdInfusedPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, projectile = true, lightning = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, Projectile, Lightning, Duration", + gemType = "Spell", + tagString = "Projectile, Lightning, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -434,7 +646,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemPierceSupport"] = { - name = "Pierce", + name = "Pierce I", gameId = "Metadata/Items/Gems/SupportGemPierce", variantId = "PierceSupport", grantedEffectId = "SupportPiercePlayer", @@ -443,6 +655,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Pierce", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -450,6 +663,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemPierceSupportTwo"] = { + name = "Pierce II", + gameId = "Metadata/Items/Gems/SupportGemPierceTwo", + variantId = "PierceSupportTwo", + grantedEffectId = "SupportPiercePlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Pierce", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPierceSupportThree"] = { + name = "Pierce III", + gameId = "Metadata/Items/Gems/SupportGemPierceThree", + variantId = "PierceSupportThree", + grantedEffectId = "SupportPiercePlayerThree", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Pierce", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemSummonSpectre"] = { name = "Spectre: {0}", baseTypeName = "Spectre: {0} ", @@ -459,12 +708,11 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, minion = true, persistent = true, }, - gemType = "Barrageable", - tagString = "Minion, Persistent", + gemType = "Minion", + tagString = "Persistent", reqStr = 0, reqDex = 0, reqInt = 100, @@ -477,6 +725,7 @@ return { gameId = "Metadata/Items/Gems/SkillGemFrostWall", variantId = "FrostWall", grantedEffectId = "FrostWallPlayer", + additionalStatSet1 = "FrostWallInfusedPlayer", tags = { intelligence = true, grants_active_skill = true, @@ -493,29 +742,6 @@ return { Tier = 9, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemShockNova"] = { - name = "Shock Nova", - baseTypeName = "Shock Nova", - gameId = "Metadata/Items/Gems/SkillGemShockNova", - variantId = "ShockNova", - grantedEffectId = "ShockNovaPlayer", - tags = { - intelligence = true, - grants_active_skill = true, - barrageable = true, - spell = true, - area = true, - lightning = true, - nova = true, - }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning, Nova", - reqStr = 0, - reqDex = 0, - reqInt = 100, - Tier = 0, - naturalMaxLevel = 20, - }, ["Metadata/Items/Gems/SkillGemMeleePhysicalDamageSupport"] = { name = "Heavy Swing", gameId = "Metadata/Items/Gems/SupportGemHeavySwing", @@ -528,23 +754,25 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Heavy Swing", tagString = "Attack, Melee, Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 4, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFasterCastSupport"] = { - name = "Arcane Tempo", + ["Metadata/Items/Gems/SkillGemRapidCastingSupport"] = { + name = "Rapid Casting I", gameId = "Metadata/Items/Gems/SupportGemArcaneTempo", - variantId = "FasterCastSupport", - grantedEffectId = "SupportFasterCastPlayer", + variantId = "RapidCastingSupport", + grantedEffectId = "SupportRapidCastingPlayer", tags = { support = true, spell = true, }, gemType = "Support", + gemFamily = "Rapid Casting", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -552,6 +780,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemRapidCastingSupportTwo"] = { + name = "Rapid Casting II", + gameId = "Metadata/Items/Gems/SupportGemArcaneTempoTwo", + variantId = "RapidCastingSupportTwo", + grantedEffectId = "SupportRapidCastingPlayerTwo", + tags = { + support = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Rapid Casting", + tagString = "Spell", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRapidCastingSupportThree"] = { + name = "Rapid Casting III", + gameId = "Metadata/Items/Gems/SupportGemArcaneTempoThree", + variantId = "RapidCastingSupportThree", + grantedEffectId = "SupportRapidCastingPlayerThree", + tags = { + support = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Rapid Casting", + tagString = "Spell", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemTemporalChains"] = { name = "Temporal Chains", baseTypeName = "Temporal Chains", @@ -561,18 +825,17 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 13, + Tier = 7, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemEnfeeble"] = { @@ -584,14 +847,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, @@ -607,13 +869,11 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, - spell = true, mark = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, Mark, Duration", + gemType = "Mark", + tagString = "Duration", reqStr = 0, reqDex = 100, reqInt = 0, @@ -629,15 +889,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, chaos = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Chaos, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Chaos, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, @@ -653,14 +912,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, lightning = true, duration = true, + remnant = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning, Duration", + gemType = "Spell", + tagString = "AoE, Lightning, Duration, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, @@ -714,16 +973,17 @@ return { Tier = 9, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemConcentratedEffectSupport"] = { - name = "Concentrated Effect", + ["Metadata/Items/Gems/SkillGemConcentratedAreaSupport"] = { + name = "Concentrated Area", gameId = "Metadata/Items/Gems/SupportGemConcentratedEffect", - variantId = "ConcentratedEffectSupport", - grantedEffectId = "SupportConcentratedEffectPlayer", + variantId = "ConcentratedAreaSupport", + grantedEffectId = "SupportConcentratedAreaPlayer", tags = { support = true, area = true, }, gemType = "Support", + gemFamily = "Concentrated Area", tagString = "AoE", reqStr = 0, reqDex = 0, @@ -743,11 +1003,12 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Bloodlust", tagString = "Attack, Melee, Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFirestorm"] = { @@ -756,20 +1017,19 @@ return { gameId = "Metadata/Items/Gems/SkillGemFirestorm", variantId = "Firestorm", grantedEffectId = "FirestormPlayer", - additionalStatSet1 = "FirestormEmpoweredPlayer", + additionalStatSet1 = "FirestormColdInfusionPlayer", + additionalStatSet2 = "FirestormLightningInfusionPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, sustained = true, fire = true, duration = true, - payoff = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Sustained, Fire, Duration, Payoff", + gemType = "Spell", + tagString = "AoE, Sustained, Fire, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -833,15 +1093,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, lightning = true, chaining = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Lightning, Chaining", + gemType = "Attack", + tagString = "AoE, Projectile, Lightning, Chaining, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -886,12 +1146,11 @@ return { area = true, melee = true, slam = true, - physical = true, duration = true, nova = true, }, gemType = "Attack", - tagString = "Totem, AoE, Melee, Slam, Physical, Duration, Nova", + tagString = "Totem, AoE, Melee, Slam, Duration, Nova", weaponRequirements = "Any Martial Weapon", reqStr = 100, reqDex = 0, @@ -900,7 +1159,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemBlindSupport"] = { - name = "Blind", + name = "Blind I", gameId = "Metadata/Items/Gems/SupportGemBlind", variantId = "BlindSupport", grantedEffectId = "SupportBlindPlayer", @@ -908,6 +1167,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Blind", tagString = "", reqStr = 0, reqDex = 100, @@ -915,25 +1175,64 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemArc"] = { - name = "Arc", - baseTypeName = "Arc", - gameId = "Metadata/Items/Gems/SkillGemArc", - variantId = "Arc", - grantedEffectId = "ArcPlayer", - additionalStatSet1 = "ArcExplosionPlayer", + ["Metadata/Items/Gems/SkillGemBlindSupportTwo"] = { + name = "Blind II", + gameId = "Metadata/Items/Gems/SupportGemBlindTwo", + variantId = "BlindSupportTwo", + grantedEffectId = "SupportBlindPlayerTwo", tags = { - intelligence = true, - grants_active_skill = true, - barrageable = true, - spell = true, - area = true, - lightning = true, - chaining = true, - payoff = true, + support = true, + }, + gemType = "Support", + gemFamily = "Blind", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemValakosCharge"] = { + name = "Valako's Charge", + baseTypeName = "Valako's Charge", + gameId = "Metadata/Items/Gems/SkillGemValakosCharge", + variantId = "ValakosCharge", + grantedEffectId = "ValakosChargePlayer", + additionalStatSet1 = "ValakosChargeArcPlayer", + tags = { + strength = true, + dexterity = true, + grants_active_skill = true, + spell = true, + area = true, + trigger = true, + lightning = true, + chaining = true, + }, + gemType = "Spell", + tagString = "AoE, Trigger, Lightning, Chaining", + reqStr = 50, + reqDex = 50, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemArc"] = { + name = "Arc", + baseTypeName = "Arc", + gameId = "Metadata/Items/Gems/SkillGemArc", + variantId = "Arc", + grantedEffectId = "ArcPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + spell = true, + projectile = true, + lightning = true, + chaining = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning, Chaining, Payoff", + gemType = "Spell", + tagString = "Projectile, Lightning, Chaining", reqStr = 0, reqDex = 0, reqInt = 100, @@ -965,7 +1264,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemFirePenetrationSupport"] = { - name = "Fire Penetration", + name = "Fire Penetration I", gameId = "Metadata/Items/Gems/SupportGemFirePenetration", variantId = "FirePenetrationSupport", grantedEffectId = "SupportFirePenetrationPlayer", @@ -974,6 +1273,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Fire Penetration", tagString = "Fire", reqStr = 100, reqDex = 0, @@ -981,6 +1281,24 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemFirePenetrationSupportTwo"] = { + name = "Fire Penetration II", + gameId = "Metadata/Items/Gems/SupportGemFirePenetrationTwo", + variantId = "FirePenetrationSupportTwo", + grantedEffectId = "SupportFirePenetrationPlayerTwo", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Fire Penetration", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemColdPenetrationSupport"] = { name = "Cold Penetration", gameId = "Metadata/Items/Gems/SupportGemColdPenetration", @@ -991,6 +1309,7 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Cold Penetration", tagString = "Cold", reqStr = 0, reqDex = 0, @@ -1008,6 +1327,7 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Lightning Penetration", tagString = "Lightning", reqStr = 0, reqDex = 100, @@ -1016,7 +1336,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemChainSupport"] = { - name = "Chain", + name = "Chain I", gameId = "Metadata/Items/Gems/SupportGemChain", variantId = "ChainSupport", grantedEffectId = "SupportChainPlayer", @@ -1026,6 +1346,7 @@ return { chaining = true, }, gemType = "Support", + gemFamily = "Chain", tagString = "Projectile, Chaining", reqStr = 0, reqDex = 100, @@ -1033,6 +1354,44 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemChainSupportTwo"] = { + name = "Chain II", + gameId = "Metadata/Items/Gems/SupportGemChainTwo", + variantId = "ChainSupportTwo", + grantedEffectId = "SupportChainPlayerTwo", + tags = { + support = true, + projectile = true, + chaining = true, + }, + gemType = "Support", + gemFamily = "Chain", + tagString = "Projectile, Chaining", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemChainSupportThree"] = { + name = "Chain III", + gameId = "Metadata/Items/Gems/SupportGemChainThree", + variantId = "ChainSupportThree", + grantedEffectId = "SupportChainPlayerThree", + tags = { + support = true, + projectile = true, + chaining = true, + }, + gemType = "Support", + gemFamily = "Chain", + tagString = "Projectile, Chaining", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemForkSupport"] = { name = "Fork", gameId = "Metadata/Items/Gems/SupportGemFork", @@ -1043,6 +1402,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Fork", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -1059,19 +1419,18 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, fire = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Fire, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Fire, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 7, + Tier = 0, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemHypothermia"] = { @@ -1083,19 +1442,18 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, cold = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Cold, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Cold, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 7, + Tier = 0, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemConductivity"] = { @@ -1107,15 +1465,39 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, lightning = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Lightning, Duration, Curse", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemElementalWeakness"] = { + name = "Elemental Weakness", + baseTypeName = "Elemental Weakness", + gameId = "Metadata/Items/Gem/SkillGemElementalWeakness", + variantId = "ElementalWeakness", + grantedEffectId = "ElementalWeaknessPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + spell = true, + area = true, + lightning = true, + cold = true, + fire = true, + duration = true, + curse = true, + }, + gemType = "Spell", + tagString = "AoE, Lightning, Cold, Fire, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1145,7 +1527,7 @@ return { reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 5, + Tier = 9, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemSpellEchoSupport"] = { @@ -1159,6 +1541,7 @@ return { area = true, }, gemType = "Support", + gemFamily = "Spell Echo", tagString = "Spell, AoE", reqStr = 0, reqDex = 0, @@ -1176,6 +1559,7 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Elemental Army", tagString = "Minion", reqStr = 0, reqDex = 0, @@ -1183,16 +1567,17 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemSlowerProjectilesSupport"] = { - name = "Deceleration", + ["Metadata/Items/Gems/SkillGemProjectileDecelerationSupport"] = { + name = "Projectile Deceleration I", gameId = "Metadata/Items/Gems/SupportGemDeceleration", - variantId = "SlowerProjectilesSupport", - grantedEffectId = "SupportSlowerProjectilesPlayer", + variantId = "ProjectileDecelerationSupport", + grantedEffectId = "SupportProjectileDecelerationPlayer", tags = { support = true, projectile = true, }, gemType = "Support", + gemFamily = "Projectile Speed", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -1200,6 +1585,44 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemProjectileDecelerationSupportTwo"] = { + name = "Projectile Deceleration II", + gameId = "Metadata/Items/Gems/SupportGemDecelerationTwo", + variantId = "ProjectileDecelerationSupportTwo", + grantedEffectId = "SupportProjectileDecelerationPlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Projectile Speed", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemVilentasPropulsionSupport"] = { + name = "Vilenta's Propulsion", + gameId = "Metadata/Items/Gems/SupportGemVilentasPropulsion", + variantId = "VilentasPropulsionSupport", + grantedEffectId = "SupportVilentasPropulsionPlayer", + tags = { + support = true, + lineage = true, + spell = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Projectile Speed", + tagString = "Lineage, Spell, Projectile", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemPurityOfFire"] = { name = "Purity of Fire", baseTypeName = "Purity of Fire", @@ -1344,19 +1767,21 @@ return { gameId = "Metadata/Items/Gems/SkillGemBallLightning", variantId = "BallLightning", grantedEffectId = "BallLightningPlayer", + additionalStatSet1 = "BallLightningInfusedExplosionPlayer", + additionalStatSet2 = "BallLightningIgnitedGround", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, projectile = true, sustained = true, lightning = true, + duration = true, chaining = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Projectile, Sustained, Lightning, Chaining", + gemType = "Spell", + tagString = "AoE, Projectile, Sustained, Lightning, Duration, Chaining", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1372,15 +1797,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, minion = true, buff = true, area = true, physical = true, duration = true, }, - gemType = "Barrageable", - tagString = "Minion, Buff, AoE, Physical, Duration", + gemType = "Minion", + tagString = "Buff, AoE, Physical, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1507,9 +1931,10 @@ return { trigger = true, fire = true, duration = true, + nova = true, }, gemType = "Warcry", - tagString = "AoE, Trigger, Fire, Duration", + tagString = "AoE, Trigger, Fire, Duration, Nova", reqStr = 100, reqDex = 0, reqInt = 0, @@ -1528,6 +1953,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Ice Bite", tagString = "Attack, Cold, Duration", reqStr = 0, reqDex = 0, @@ -1535,33 +1961,35 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemGlaciationSupport"] = { - name = "Glaciation", + ["Metadata/Items/Gems/SkillGemFreezeSupport"] = { + name = "Freeze", gameId = "Metadata/Items/Gems/SupportGemGlaciation", - variantId = "GlaciationSupport", - grantedEffectId = "SupportGlaciationPlayer", + variantId = "FreezeSupport", + grantedEffectId = "SupportFreezePlayer", tags = { support = true, cold = true, }, gemType = "Support", + gemFamily = "Freeze", tagString = "Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemChanceToShockSupport"] = { - name = "Conduction", + ["Metadata/Items/Gems/SkillGemShockSupport"] = { + name = "Shock", gameId = "Metadata/Items/Gems/SupportGemConduction", - variantId = "ChanceToShockSupport", - grantedEffectId = "SupportChanceToShockPlayer", + variantId = "ShockSupport", + grantedEffectId = "SupportShockPlayer", tags = { support = true, lightning = true, }, gemType = "Support", + gemFamily = "Shock", tagString = "Lightning", reqStr = 0, reqDex = 100, @@ -1583,9 +2011,10 @@ return { cold = true, duration = true, orb = true, + remnant = true, }, gemType = "Spell", - tagString = "AoE, Cold, Duration, Orb", + tagString = "AoE, Cold, Duration, Orb, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1608,9 +2037,10 @@ return { duration = true, chaining = true, orb = true, + remnant = true, }, gemType = "Spell", - tagString = "AoE, Sustained, Lightning, Duration, Chaining, Orb", + tagString = "AoE, Sustained, Lightning, Duration, Chaining, Orb, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1651,14 +2081,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, chaos = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Chaos, Duration", + gemType = "Spell", + tagString = "AoE, Chaos, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1698,14 +2127,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, projectile = true, chaos = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, Projectile, Chaos, Duration", + gemType = "Spell", + tagString = "Projectile, Chaos, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1720,10 +2148,10 @@ return { tags = { support = true, spell = true, - critical = true, }, gemType = "Support", - tagString = "Spell, Critical", + gemFamily = "Controlled Destruction", + tagString = "Spell", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1744,10 +2172,11 @@ return { area = true, melee = true, slam = true, + duration = true, payoff = true, }, gemType = "Attack", - tagString = "AoE, Melee, Slam, Payoff", + tagString = "AoE, Melee, Slam, Duration, Payoff", weaponRequirements = "One Hand Mace, Two Hand Mace", reqStr = 100, reqDex = 0, @@ -1765,19 +2194,17 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, projectile = true, cold = true, - duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Projectile, Cold, Duration", + gemType = "Spell", + tagString = "AoE, Projectile, Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemElementalFocusSupport"] = { @@ -1789,6 +2216,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Elemental Focus", tagString = "", reqStr = 0, reqDex = 0, @@ -1848,15 +2276,17 @@ return { gameId = "Metadata/Items/Gems/SkillGemSkeletalBrute", variantId = "SkeletalBrute", grantedEffectId = "SummonSkeletalBrutesPlayer", + additionalGrantedEffectId1 = "CommandSkeletalBrutesPlayer", tags = { intelligence = true, grants_active_skill = true, minion = true, persistent = true, physical = true, + payoff = true, }, gemType = "Minion", - tagString = "Persistent, Physical", + tagString = "Persistent, Physical, Payoff", reqStr = 0, reqDex = 0, reqInt = 100, @@ -1985,6 +2415,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Wildfire", tagString = "AoE, Fire", reqStr = 0, reqDex = 0, @@ -1992,16 +2423,17 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemChanceToBleedSupport"] = { - name = "Lacerate", + ["Metadata/Items/Gems/SkillGemBleedSupport"] = { + name = "Bleed I", gameId = "Metadata/Items/Gems/SupportGemLacerate", - variantId = "ChanceToBleedSupport", - grantedEffectId = "SupportChanceToBleedPlayer", + variantId = "BleedSupport", + grantedEffectId = "SupportBleedPlayer", tags = { support = true, physical = true, }, gemType = "Support", + gemFamily = "Bleed", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -2009,16 +2441,71 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemChanceToPoisonSupport"] = { - name = "Envenom", + ["Metadata/Items/Gems/SkillGemBleedSupportTwo"] = { + name = "Bleed II", + gameId = "Metadata/Items/Gems/SupportGemLacerateTwo", + variantId = "BleedSupportTwo", + grantedEffectId = "SupportBleedPlayerTwo", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Bleed", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBleedSupportThree"] = { + name = "Bleed III", + gameId = "Metadata/Items/Gems/SupportGemLacerateThree", + variantId = "BleedSupportThree", + grantedEffectId = "SupportBleedPlayerThree", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Bleed", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBleedSupportFour"] = { + name = "Bleed IV", + gameId = "Metadata/Items/Gems/SupportGemLacerateFour", + variantId = "BleedSupportFour", + grantedEffectId = "SupportBleedPlayerFour", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Bleed", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPoisonSupport"] = { + name = "Poison I", gameId = "Metadata/Items/Gems/SupportGemEnvenom", - variantId = "ChanceToPoisonSupport", - grantedEffectId = "SupportChanceToPoisonPlayer", + variantId = "PoisonSupport", + grantedEffectId = "SupportPoisonPlayer", tags = { support = true, chaos = true, }, gemType = "Support", + gemFamily = "Poison", tagString = "Chaos", reqStr = 0, reqDex = 100, @@ -2026,6 +2513,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemPoisonSupportTwo"] = { + name = "Poison II", + gameId = "Metadata/Items/Gems/SupportGemEnvenomTwo", + variantId = "PoisonSupportTwo", + grantedEffectId = "SupportPoisonPlayerTwo", + tags = { + support = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Poison", + tagString = "Chaos", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPoisonSupportThree"] = { + name = "Poison III", + gameId = "Metadata/Items/Gems/SupportGemEnvenomThree", + variantId = "PoisonSupportThree", + grantedEffectId = "SupportPoisonPlayerThree", + tags = { + support = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Poison", + tagString = "Chaos", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemMaimSupport"] = { name = "Maim", gameId = "Metadata/Items/Gems/SupportGemMaim", @@ -2036,6 +2559,7 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Maim", tagString = "Attack", reqStr = 0, reqDex = 100, @@ -2054,6 +2578,7 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Immolate", tagString = "Fire, Payoff", reqStr = 100, reqDex = 0, @@ -2071,15 +2596,16 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Lasting Shock", tagString = "Lightning", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 2, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBrutalitySupport"] = { - name = "Brutality", + name = "Brutality I", gameId = "Metadata/Items/Gems/SupportGemBrutality", variantId = "BrutalitySupport", grantedEffectId = "SupportBrutalityPlayer", @@ -2088,6 +2614,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Brutality", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -2095,6 +2622,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemBrutalitySupportTwo"] = { + name = "Brutality II", + gameId = "Metadata/Items/Gems/SupportGemBrutalityTwo", + variantId = "BrutalitySupportTwo", + grantedEffectId = "SupportBrutalityPlayerTwo", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Brutality", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBrutalitySupportThree"] = { + name = "Brutality III", + gameId = "Metadata/Items/Gems/SupportGemBrutalityThree", + variantId = "BrutalitySupportThree", + grantedEffectId = "SupportBrutalityPlayerThree", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Brutality", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemMomentumSupport"] = { name = "Momentum", gameId = "Metadata/Items/Gems/SupportGemMomentum", @@ -2104,6 +2667,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Momentum", tagString = "", reqStr = 0, reqDex = 100, @@ -2122,6 +2686,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Arcane Surge", tagString = "Spell, Duration", reqStr = 0, reqDex = 0, @@ -2138,15 +2703,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, physical = true, duration = true, curse = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Physical, Duration, Curse", + gemType = "Spell", + tagString = "AoE, Physical, Duration, Curse", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2164,6 +2728,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Withering Touch", tagString = "Chaos, Duration", reqStr = 0, reqDex = 0, @@ -2171,16 +2736,40 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemUnleashSupport"] = { - name = "Unleash", - gameId = "Metadata/Items/Gems/SupportGemUnleash", - variantId = "UnleashSupport", - grantedEffectId = "SupportUnleashPlayer", + ["Metadata/Items/Gems/SkillGemSoulrend"] = { + name = "Soulrend", + baseTypeName = "Soulrend", + gameId = "Metadata/Items/Gems/SkillGemSoulrend", + variantId = "Soulrend", + grantedEffectId = "SoulrendPlayer", + additionalStatSet1 = "SoulrendDotPlayer", tags = { - support = true, + intelligence = true, + grants_active_skill = true, spell = true, - }, - gemType = "Support", + projectile = true, + chaos = true, + duration = true, + }, + gemType = "Spell", + tagString = "Projectile, Chaos, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemUnleashSupport"] = { + name = "Unleash", + gameId = "Metadata/Items/Gems/SupportGemUnleash", + variantId = "UnleashSupport", + grantedEffectId = "SupportUnleashPlayer", + tags = { + support = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Unleash", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -2189,7 +2778,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCloseCombatSupport"] = { - name = "Close Combat", + name = "Close Combat I", gameId = "Metadata/Items/Gems/SupportGemCloseCombat", variantId = "CloseCombatSupport", grantedEffectId = "SupportCloseCombatPlayer", @@ -2198,15 +2787,34 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Close Combat", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCloseCombatSupportTwo"] = { + name = "Close Combat II", + gameId = "Metadata/Items/Gems/SupportGemCloseCombatTwo", + variantId = "CloseCombatSupportTwo", + grantedEffectId = "SupportCloseCombatPlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Close Combat", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRageSupport"] = { - name = "Rage", + name = "Rage I", gameId = "Metadata/Items/Gems/SupportGemRage", variantId = "RageSupport", grantedEffectId = "SupportRagePlayer", @@ -2216,6 +2824,7 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Rage", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, @@ -2223,6 +2832,44 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemRageSupportTwo"] = { + name = "Rage II", + gameId = "Metadata/Items/Gems/SupportGemRageTwo", + variantId = "RageSupportTwo", + grantedEffectId = "SupportRagePlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Rage", + tagString = "Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRageSupportThree"] = { + name = "Rage III", + gameId = "Metadata/Items/Gems/SupportGemRageThree", + variantId = "RageSupportThree", + grantedEffectId = "SupportRagePlayerThree", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Rage", + tagString = "Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemPlagueBearer"] = { name = "Plague Bearer", baseTypeName = "Plague Bearer", @@ -2249,7 +2896,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemFeedingFrenzySupport"] = { - name = "Feeding Frenzy", + name = "Feeding Frenzy I", gameId = "Metadata/Items/Gems/SupportGemFeedingFrenzy", variantId = "FeedingFrenzySupport", grantedEffectId = "SupportFeedingFrenzyPlayer", @@ -2258,15 +2905,34 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Feeding Frenzy", tagString = "Minion", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFeedingFrenzySupportTwo"] = { + name = "Feeding Frenzy II", + gameId = "Metadata/Items/Gems/SupportGemFeedingFrenzyTwo", + variantId = "FeedingFrenzySupportTwo", + grantedEffectId = "SupportFeedingFrenzyPlayerTwo", + tags = { + support = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Feeding Frenzy", + tagString = "Minion", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemMeatShieldSupport"] = { - name = "Meat Shield", + name = "Meat Shield I", gameId = "Metadata/Items/Gems/SupportGemMeatShield", variantId = "MeatShieldSupport", grantedEffectId = "SupportMeatShieldPlayer", @@ -2275,6 +2941,7 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Meat Shield", tagString = "Minion", reqStr = 100, reqDex = 0, @@ -2282,8 +2949,45 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemMeatShieldSupportTwo"] = { + name = "Meat Shield II", + gameId = "Metadata/Items/Gems/SupportGemMeatShieldTwo", + variantId = "MeatShieldSupportTwo", + grantedEffectId = "SupportMeatShieldPlayerTwo", + tags = { + support = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Meat Shield", + tagString = "Minion", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBrutusBrainSupport"] = { + name = "Brutus' Brain", + gameId = "Metadata/Items/Gems/SupportGemBrutusBrain", + variantId = "BrutusBrainSupport", + grantedEffectId = "SupportBrutusBrainPlayer", + tags = { + support = true, + lineage = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Meat Shield", + tagString = "Lineage, Minion", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemInfernalLegionSupport"] = { - name = "Infernal Legion", + name = "Infernal Legion I", gameId = "Metadata/Items/Gems/SupportGemInfernalLegion", variantId = "InfernalLegionSupport", grantedEffectId = "SupportInfernalLegionPlayer", @@ -2294,6 +2998,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Infernal Legion", tagString = "Minion, AoE, Fire", reqStr = 100, reqDex = 0, @@ -2301,27 +3006,67 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemArtilleryBallista"] = { - name = "Artillery Ballista", - baseTypeName = "Artillery Ballista", + ["Metadata/Items/Gems/SkillGemInfernalLegionSupportTwo"] = { + name = "Infernal Legion II", + gameId = "Metadata/Items/Gems/SupportGemInfernalLegionTwo", + variantId = "InfernalLegionSupportTwo", + grantedEffectId = "SupportInfernalLegionPlayerTwo", + tags = { + support = true, + minion = true, + area = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Infernal Legion", + tagString = "Minion, AoE, Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemInfernalLegionSupportThree"] = { + name = "Infernal Legion III", + gameId = "Metadata/Items/Gems/SupportGemInfernalLegionThree", + variantId = "InfernalLegionSupportThree", + grantedEffectId = "SupportInfernalLegionPlayerThree", + tags = { + support = true, + minion = true, + area = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Infernal Legion", + tagString = "Minion, AoE, Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSiegeBallista"] = { + name = "Siege Ballista", + baseTypeName = "Siege Ballista", gameId = "Metadata/Items/Gems/SkillGemArtilleryBallista", - variantId = "ArtilleryBallista", - grantedEffectId = "ArtilleryBallistaPlayer", - additionalGrantedEffectId1 = "ArtilleryBallistaProjectilePlayer", + variantId = "SiegeBallista", + grantedEffectId = "SiegeBallistaPlayer", + additionalGrantedEffectId1 = "SiegeBallistaProjectilePlayer", tags = { strength = true, dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, totem = true, area = true, projectile = true, fire = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, Totem, AoE, Projectile, Fire, Duration", + gemType = "Attack", + tagString = "Totem, AoE, Projectile, Fire, Duration, Barrageable", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -2330,7 +3075,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemSecondWindSupport"] = { - name = "Second Wind", + name = "Second Wind I", gameId = "Metadata/Items/Gems/SupportGemSecondWind", variantId = "SecondWindSupport", grantedEffectId = "SupportSecondWindPlayer", @@ -2338,11 +3083,46 @@ return { support = true, }, gemType = "Support", + gemFamily = "Second Wind", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSecondWindSupportTwo"] = { + name = "Second Wind II", + gameId = "Metadata/Items/Gems/SupportGemSecondWindTwo", + variantId = "SecondWindSupportTwo", + grantedEffectId = "SupportSecondWindPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Second Wind", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSecondWindSupportThree"] = { + name = "Second Wind III", + gameId = "Metadata/Items/Gems/SupportGemSecondWindThree", + variantId = "SecondWindSupportThree", + grantedEffectId = "SupportSecondWindPlayerThree", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Second Wind", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSeismicCry"] = { @@ -2357,10 +3137,10 @@ return { warcry = true, area = true, physical = true, - duration = true, + nova = true, }, gemType = "Warcry", - tagString = "AoE, Physical, Duration", + tagString = "AoE, Physical, Nova", reqStr = 100, reqDex = 0, reqInt = 0, @@ -2425,14 +3205,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, fire = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Fire, Duration", + gemType = "Spell", + tagString = "AoE, Fire, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2454,6 +3233,7 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Impending Doom", tagString = "Spell, AoE, Trigger, Chaos", reqStr = 0, reqDex = 0, @@ -2470,14 +3250,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, chaos = true, payoff = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Chaos, Payoff", + gemType = "Spell", + tagString = "AoE, Chaos, Payoff", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2492,20 +3271,18 @@ return { grantedEffectId = "ExsanguinatePlayer", additionalStatSet1 = "ExsanguinateDotPlayer", tags = { - strength = true, intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, physical = true, duration = true, chaining = true, }, - gemType = "Barrageable", - tagString = "Spell, Physical, Duration, Chaining", - reqStr = 50, + gemType = "Spell", + tagString = "Physical, Duration, Chaining", + reqStr = 0, reqDex = 0, - reqInt = 50, + reqInt = 100, Tier = 0, naturalMaxLevel = 20, }, @@ -2516,21 +3293,18 @@ return { variantId = "Reap", grantedEffectId = "ReapPlayer", tags = { - strength = true, intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, physical = true, duration = true, - critical = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Physical, Duration, Critical", - reqStr = 50, + gemType = "Spell", + tagString = "AoE, Physical, Duration", + reqStr = 0, reqDex = 0, - reqInt = 50, + reqInt = 100, Tier = 0, naturalMaxLevel = 20, }, @@ -2543,15 +3317,35 @@ return { support = true, }, gemType = "Support", + gemFamily = "Lifetap", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAtaluiBloodlettingSupport"] = { + name = "Atalui's Bloodletting", + gameId = "Metadata/Items/Gems/SupportGemAtaluiBloodletting", + variantId = "AtaluiBloodlettingSupport", + grantedEffectId = "SupportAtaluiBloodlettingPlayer", + tags = { + support = true, + lineage = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Lifetap", + tagString = "Lineage, Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBeheadSupport"] = { - name = "Behead", + name = "Behead I", gameId = "Metadata/Items/Gems/SupportGemBehead", variantId = "BeheadSupport", grantedEffectId = "SupportBeheadPlayer", @@ -2562,6 +3356,27 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Behead", + tagString = "Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBeheadSupportTwo"] = { + name = "Behead II", + gameId = "Metadata/Items/Gems/SupportGemBeheadTwo", + variantId = "BeheadSupportTwo", + grantedEffectId = "SupportBeheadPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Behead", tagString = "Attack, Melee, Strike", reqStr = 100, reqDex = 0, @@ -2569,8 +3384,29 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemEinharsBeastriteSupport"] = { + name = "Einhar's Beastrite", + gameId = "Metadata/Items/Gems/SupportGemEinharsBeastrite", + variantId = "EinharsBeastriteSupport", + grantedEffectId = "SupportEinharsBeastritePlayer", + tags = { + support = true, + lineage = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Behead", + tagString = "Lineage, Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemExecuteSupport"] = { - name = "Execute", + name = "Execute I", gameId = "Metadata/Items/Gems/SupportGemExecute", variantId = "ExecuteSupport", grantedEffectId = "SupportExecutePlayer", @@ -2578,6 +3414,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Execute", tagString = "", reqStr = 100, reqDex = 0, @@ -2585,6 +3422,40 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemExecuteSupportTwo"] = { + name = "Execute II", + gameId = "Metadata/Items/Gems/SupportGemExecuteTwo", + variantId = "ExecuteSupportTwo", + grantedEffectId = "SupportExecutePlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Execute", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemExecuteSupportThree"] = { + name = "Execute III", + gameId = "Metadata/Items/Gems/SupportGemExecuteThree", + variantId = "ExecuteSupportThree", + grantedEffectId = "SupportExecutePlayerThree", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Execute", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemBoneshatter"] = { name = "Boneshatter", baseTypeName = "Boneshatter", @@ -2618,13 +3489,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, projectile = true, cold = true, }, - gemType = "Barrageable", - tagString = "Spell, Projectile, Cold", + gemType = "Spell", + tagString = "Projectile, Cold", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2641,11 +3511,12 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Overcharge", tagString = "Lightning", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLightningConduit"] = { @@ -2657,14 +3528,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, lightning = true, - payoff = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning, Payoff", + gemType = "Spell", + tagString = "AoE, Lightning", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2676,20 +3545,22 @@ return { baseTypeName = "Galvanic Field", gameId = "Metadata/Items/Gems/SkillGemGalvanicField", variantId = "GalvanicField", - grantedEffectId = "GalvanicFieldPlayer", + grantedEffectId = "GalvanicFieldBuffPlayer", + additionalStatSet1 = "GalvanicFieldOrbPlayer", tags = { intelligence = true, grants_active_skill = true, spell = true, buff = true, area = true, + sustained = true, lightning = true, duration = true, chaining = true, orb = true, }, gemType = "Spell", - tagString = "Buff, AoE, Lightning, Duration, Chaining, Orb", + tagString = "Buff, AoE, Sustained, Lightning, Duration, Chaining, Orb", reqStr = 0, reqDex = 0, reqInt = 100, @@ -2719,7 +3590,7 @@ return { reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 9, + Tier = 7, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemRapidAssault"] = { @@ -2861,14 +3732,14 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, lightning = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Lightning", + gemType = "Attack", + tagString = "AoE, Projectile, Lightning, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -2886,15 +3757,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, cold = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Cold, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Cold, Duration, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -2957,6 +3828,7 @@ return { gameId = "Metadata/Items/Gems/SkillGemEscapeShot", variantId = "EscapeShot", grantedEffectId = "EscapeShotPlayer", + additionalGrantedEffectId1 = "EscapeShotIceFragmentPlayer", tags = { dexterity = true, grants_active_skill = true, @@ -3074,7 +3946,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemJaggedGroundSupport"] = { - name = "Jagged Ground", + name = "Jagged Ground I", gameId = "Metadata/Items/Gems/SupportGemJaggedGround", variantId = "JaggedGroundSupport", grantedEffectId = "SupportJaggedGroundPlayer", @@ -3087,11 +3959,34 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Jagged Ground", tagString = "Attack, AoE, Melee, Slam, Duration", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemJaggedGroundSupportTwo"] = { + name = "Jagged Ground II", + gameId = "Metadata/Items/Gems/SupportGemJaggedGroundTwo", + variantId = "JaggedGroundSupportTwo", + grantedEffectId = "SupportJaggedGroundPlayerTwo", + tags = { + support = true, + attack = true, + area = true, + melee = true, + slam = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Jagged Ground", + tagString = "Attack, AoE, Melee, Slam, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemInevitableCriticalsSupport"] = { @@ -3101,14 +3996,14 @@ return { grantedEffectId = "SupportInevitableCriticalsPlayer", tags = { support = true, - critical = true, }, gemType = "Support", - tagString = "Critical", + gemFamily = "Inevitable Critical", + tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRuthlessSupport"] = { @@ -3120,23 +4015,25 @@ return { support = true, }, gemType = "Support", + gemFamily = "Ruthless", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemLessDurationSupport"] = { - name = "Fast Forward", + ["Metadata/Items/Gems/SkillGemCompressedDurationSupport"] = { + name = "Compressed Duration I", gameId = "Metadata/Items/Gems/SupportGemFastForward", - variantId = "LessDurationSupport", - grantedEffectId = "LessDurationSupportPlayer", + variantId = "CompressedDurationSupport", + grantedEffectId = "CompressedDurationSupportPlayer", tags = { support = true, duration = true, }, gemType = "Support", + gemFamily = "Compressed Duration", tagString = "Duration", reqStr = 100, reqDex = 0, @@ -3144,8 +4041,26 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemCompressedDurationSupportTwo"] = { + name = "Compressed Duration II", + gameId = "Metadata/Items/Gems/SupportGemFastForwardTwo", + variantId = "CompressedDurationSupportTwo", + grantedEffectId = "CompressedDurationSupportPlayerTwo", + tags = { + support = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Compressed Duration", + tagString = "Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemFistOfWarSupport"] = { - name = "Fist of War", + name = "Fist of War I", gameId = "Metadata/Items/Gems/SupportGemFistOfWar", variantId = "FistOfWarSupport", grantedEffectId = "FistOfWarSupportPlayer", @@ -3156,6 +4071,7 @@ return { slam = true, }, gemType = "Support", + gemFamily = "Fist of War", tagString = "Attack, Melee, Slam", reqStr = 100, reqDex = 0, @@ -3163,6 +4079,46 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemFistOfWarSupportTwo"] = { + name = "Fist of War II", + gameId = "Metadata/Items/Gems/SupportGemFistOfWarTwo", + variantId = "FistOfWarSupportTwo", + grantedEffectId = "FistOfWarSupportPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + slam = true, + }, + gemType = "Support", + gemFamily = "Fist of War", + tagString = "Attack, Melee, Slam", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFistOfWarSupportThree"] = { + name = "Fist of War III", + gameId = "Metadata/Items/Gems/SupportGemFistOfWarThree", + variantId = "FistOfWarSupportThree", + grantedEffectId = "FistOfWarSupportPlayerThree", + tags = { + support = true, + attack = true, + melee = true, + slam = true, + }, + gemType = "Support", + gemFamily = "Fist of War", + tagString = "Attack, Melee, Slam", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemUnbreakableSupport"] = { name = "Unbreakable", gameId = "Metadata/Items/Gems/SupportGemUnbreakable", @@ -3172,23 +4128,25 @@ return { support = true, }, gemType = "Support", + gemFamily = "Unbreakable", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemMoreDurationSupport"] = { - name = "Persistence", + ["Metadata/Items/Gems/SkillGemProlongedDurationSupport"] = { + name = "Prolonged Duration I", gameId = "Metadata/Items/Gems/SupportGemPersistence", - variantId = "MoreDurationSupport", - grantedEffectId = "MoreDurationSupportPlayer", + variantId = "ProlongedDurationSupport", + grantedEffectId = "ProlongedDurationSupportPlayer", tags = { support = true, duration = true, }, gemType = "Support", + gemFamily = "Prolonged Duration", tagString = "Duration", reqStr = 100, reqDex = 0, @@ -3196,6 +4154,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemProlongedDurationSupportTwo"] = { + name = "Prolonged Duration II", + gameId = "Metadata/Items/Gems/SupportGemPersistenceTwo", + variantId = "ProlongedDurationSupportTwo", + grantedEffectId = "ProlongedDurationSupportPlayerTwo", + tags = { + support = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Prolonged Duration", + tagString = "Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemProlongedDurationSupportThree"] = { + name = "Prolonged Duration III", + gameId = "Metadata/Items/Gems/SupportGemPersistenceThree", + variantId = "ProlongedDurationSupportThree", + grantedEffectId = "ProlongedDurationSupportPlayerThree", + tags = { + support = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Prolonged Duration", + tagString = "Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemImpactShockwaveSupport"] = { name = "Impact Shockwave", gameId = "Metadata/Items/Gems/SupportGemImpactShockwave", @@ -3209,6 +4203,7 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Impact Shockwave", tagString = "Attack, AoE, Melee, Strike", reqStr = 100, reqDex = 0, @@ -3227,6 +4222,7 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Hex Bloom", tagString = "AoE, Curse", reqStr = 0, reqDex = 0, @@ -3266,16 +4262,16 @@ return { gameId = "Metadata/Items/Gems/SkillGemComet", variantId = "Comet", grantedEffectId = "CometPlayer", + additionalStatSet1 = "CometFireInfusionPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, cold = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Cold", + gemType = "Spell", + tagString = "AoE, Cold", reqStr = 0, reqDex = 0, reqInt = 100, @@ -3305,25 +4301,26 @@ return { Tier = 0, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemRipwireBallista"] = { - name = "Ripwire Ballista", - baseTypeName = "Ripwire Ballista", + ["Metadata/Items/Gems/SkillGemArtilleryBallista"] = { + name = "Artillery Ballista", + baseTypeName = "Artillery Ballista", gameId = "Metadata/Items/Gems/SkillGemRipwireBallista", - variantId = "RipwireBallista", - grantedEffectId = "RipwireBallistaPlayer", - additionalGrantedEffectId1 = "RipwireBallistaProjectilePlayer", + variantId = "ArtilleryBallista", + grantedEffectId = "ArtilleryBallistaPlayer", + additionalGrantedEffectId1 = "ArtilleryBallistaProjectilePlayer", tags = { strength = true, dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, totem = true, + area = true, projectile = true, + sustained = true, duration = true, }, - gemType = "Barrageable", - tagString = "Attack, Totem, Projectile, Duration", + gemType = "Attack", + tagString = "Totem, AoE, Projectile, Sustained, Duration", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -3349,7 +4346,7 @@ return { reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 9, + Tier = 7, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemKillingPalm"] = { @@ -3370,7 +4367,7 @@ return { }, gemType = "Attack", tagString = "AoE, Melee, Strike, Physical", - weaponRequirements = "Quarterstaff, Unarmed", + weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, reqInt = 50, @@ -3393,11 +4390,10 @@ return { melee = true, strike = true, cold = true, - nova = true, }, gemType = "Attack", - tagString = "AoE, Melee, Strike, Cold, Nova", - weaponRequirements = "Quarterstaff, Unarmed", + tagString = "AoE, Melee, Strike, Cold", + weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, reqInt = 50, @@ -3415,11 +4411,12 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Frost Nexus", tagString = "AoE, Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 2, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSpiralVolley"] = { @@ -3453,13 +4450,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, lightning = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning", + gemType = "Spell", + tagString = "AoE, Lightning", reqStr = 0, reqDex = 0, reqInt = 100, @@ -3476,6 +4472,7 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Shock Siphon", tagString = "Lightning", reqStr = 0, reqDex = 0, @@ -3502,19 +4499,20 @@ return { reqDex = 0, reqInt = 100, Tier = 0, - naturalMaxLevel = 1, + naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemCoursingCurrentSupport"] = { - name = "Coursing Current", + ["Metadata/Items/Gems/SkillGemShockConductionSupport"] = { + name = "Shock Conduction", gameId = "Metadata/Items/Gems/SupportGemCoursingCurrent", - variantId = "CoursingCurrentSupport", - grantedEffectId = "SupportCoursingCurrentPlayer", + variantId = "ShockConductionSupport", + grantedEffectId = "SupportShockConductionPlayer", tags = { support = true, area = true, lightning = true, }, gemType = "Support", + gemFamily = "Shock Conduction", tagString = "AoE, Lightning", reqStr = 0, reqDex = 0, @@ -3532,6 +4530,7 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Deep Freeze", tagString = "Cold", reqStr = 0, reqDex = 0, @@ -3539,16 +4538,17 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemChanceToIgniteSupport"] = { - name = "Ignition", + ["Metadata/Items/Gems/SkillGemIgniteSupport"] = { + name = "Ignite I", gameId = "Metadata/Items/Gems/SupportGemIgnition", - variantId = "ChanceToIgniteSupport", - grantedEffectId = "SupportChanceToIgnitePlayer", + variantId = "IgniteSupport", + grantedEffectId = "SupportIgnitePlayer", tags = { support = true, fire = true, }, gemType = "Support", + gemFamily = "Ignite", tagString = "Fire", reqStr = 100, reqDex = 0, @@ -3556,8 +4556,44 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemIgniteSupportTwo"] = { + name = "Ignite II", + gameId = "Metadata/Items/Gems/SupportGemIgnitionTwo", + variantId = "IgniteSupportTwo", + grantedEffectId = "SupportIgnitePlayerTwo", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Ignite", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemIgniteSupportThree"] = { + name = "Ignite III", + gameId = "Metadata/Items/Gems/SupportGemIgnitionThree", + variantId = "IgniteSupportThree", + grantedEffectId = "SupportIgnitePlayerThree", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Ignite", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemDeadlyIgnitesSupport"] = { - name = "Searing Flame", + name = "Searing Flame I", gameId = "Metadata/Items/Gems/SupportGemSearingFlame", variantId = "DeadlyIgnitesSupport", grantedEffectId = "SupportDeadlyIgnitesPlayer", @@ -3566,6 +4602,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Searing Flame", tagString = "Fire", reqStr = 100, reqDex = 0, @@ -3573,8 +4610,26 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemDeadlyIgnitesSupportTwo"] = { + name = "Searing Flame II", + gameId = "Metadata/Items/Gems/SupportGemSearingFlameTwo", + variantId = "DeadlyIgnitesSupportTwo", + grantedEffectId = "SupportDeadlyIgnitesPlayerTwo", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Searing Flame", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemIgniteDurationSupport"] = { - name = "Eternal Flame", + name = "Eternal Flame I", gameId = "Metadata/Items/Gems/SupportGemEternalFlame", variantId = "IgniteDurationSupport", grantedEffectId = "SupportIgniteDurationPlayer", @@ -3583,6 +4638,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Eternal Flame", tagString = "Fire", reqStr = 100, reqDex = 0, @@ -3590,6 +4646,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemIgniteDurationSupportTwo"] = { + name = "Eternal Flame II", + gameId = "Metadata/Items/Gems/SupportGemEternalFlameTwo", + variantId = "IgniteDurationSupportTwo", + grantedEffectId = "SupportIgniteDurationPlayerTwo", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Eternal Flame", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemIgniteDurationSupportThree"] = { + name = "Eternal Flame III", + gameId = "Metadata/Items/Gems/SupportGemEternalFlameThree", + variantId = "IgniteDurationSupportThree", + grantedEffectId = "SupportIgniteDurationPlayerThree", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Eternal Flame", + tagString = "Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemEssenceHarvestSupport"] = { name = "Essence Harvest", gameId = "Metadata/Items/Gems/SupportGemEssenceHarvest", @@ -3601,20 +4693,21 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Essence Harvest", tagString = "Minion, Persistent", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemCastOnShock"] = { - name = "Cast on Shock", - baseTypeName = "Cast on Shock", - gameId = "Metadata/Items/Gems/SkillGemCastOnShock", - variantId = "CastOnShock", - grantedEffectId = "MetaCastOnShockPlayer", - additionalGrantedEffectId1 = "SupportMetaCastOnShockPlayer", + ["Metadata/Items/Gems/SkillGemCastOnElementalAilment"] = { + name = "Cast on Elemental Ailment", + baseTypeName = "Cast on Elemental Ailment", + gameId = "Metadata/Items/Gems/SkillGemCastOnElementalAilment", + variantId = "CastOnElementalAilment", + grantedEffectId = "MetaCastOnElementalAilmentPlayer", + additionalGrantedEffectId1 = "SupportMetaCastOnElementalAilmentPlayer", tags = { intelligence = true, grants_active_skill = true, @@ -3622,62 +4715,16 @@ return { persistent = true, trigger = true, lightning = true, - meta = true, - }, - gemType = "Buff", - tagString = "Persistent, Trigger, Lightning, Meta", - reqStr = 0, - reqDex = 0, - reqInt = 100, - Tier = 8, - naturalMaxLevel = 20, - }, - ["Metadata/Items/Gems/SkillGemCastOnFreeze"] = { - name = "Cast on Freeze", - baseTypeName = "Cast on Freeze", - gameId = "Metadata/Items/Gems/SkillGemCastOnFreeze", - variantId = "CastOnFreeze", - grantedEffectId = "MetaCastOnFreezePlayer", - additionalGrantedEffectId1 = "SupportMetaCastOnFreezePlayer", - tags = { - intelligence = true, - grants_active_skill = true, - buff = true, - persistent = true, - trigger = true, cold = true, - meta = true, - }, - gemType = "Buff", - tagString = "Persistent, Trigger, Cold, Meta", - reqStr = 0, - reqDex = 0, - reqInt = 100, - Tier = 8, - naturalMaxLevel = 20, - }, - ["Metadata/Items/Gems/SkillGemCastOnIgnite"] = { - name = "Cast on Ignite", - baseTypeName = "Cast on Ignite", - gameId = "Metadata/Items/Gems/SkillGemCastOnIgnite", - variantId = "CastOnIgnite", - grantedEffectId = "MetaCastOnIgnitePlayer", - additionalGrantedEffectId1 = "SupportMetaCastOnIgnitePlayer", - tags = { - intelligence = true, - grants_active_skill = true, - buff = true, - persistent = true, - trigger = true, fire = true, meta = true, }, gemType = "Buff", - tagString = "Persistent, Trigger, Fire, Meta", + tagString = "Persistent, Trigger, Lightning, Cold, Fire, Meta", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 8, + Tier = 14, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemCastOnMeleeKill"] = { @@ -3737,6 +4784,7 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Exploit Weakness", tagString = "Payoff", reqStr = 100, reqDex = 0, @@ -3753,11 +4801,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Devastate", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBarrierInvocation"] = { @@ -3774,10 +4823,11 @@ return { buff = true, persistent = true, trigger = true, + invocation = true, meta = true, }, gemType = "Buff", - tagString = "Persistent, Trigger, Meta", + tagString = "Persistent, Trigger, Invocation, Meta", reqStr = 0, reqDex = 50, reqInt = 50, @@ -3832,21 +4882,39 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemEnragedWarcrySupport"] = { - name = "Enraged Warcry", + name = "Enraged Warcry I", gameId = "Metadata/Items/Gems/SupportGemEnragedWarcry", variantId = "EnragedWarcrySupport", grantedEffectId = "SupportEnragedWarcryPlayer", tags = { support = true, - attack = true, warcry = true, }, gemType = "Support", - tagString = "Attack, Warcry", + gemFamily = "Enraged Warcry", + tagString = "Warcry", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemEnragedWarcrySupportTwo"] = { + name = "Enraged Warcry II", + gameId = "Metadata/Items/Gems/SupportGemEnragedWarcryTwo", + variantId = "EnragedWarcrySupportTwo", + grantedEffectId = "SupportEnragedWarcryPlayerTwo", + tags = { + support = true, + warcry = true, + }, + gemType = "Support", + gemFamily = "Enraged Warcry", + tagString = "Warcry", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLingeringIllusion"] = { @@ -3908,12 +4976,12 @@ return { totem = true, area = true, melee = true, - physical = true, duration = true, + conditional = true, meta = true, }, gemType = "Attack", - tagString = "Totem, AoE, Melee, Physical, Duration, Meta", + tagString = "Totem, AoE, Melee, Duration, Conditional, Meta", weaponRequirements = "One Hand Mace, Two Hand Mace", reqStr = 100, reqDex = 0, @@ -4041,9 +5109,10 @@ return { projectile = true, grenade = true, lightning = true, + duration = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Grenade, Lightning", + tagString = "AoE, Projectile, Grenade, Lightning, Duration", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -4060,14 +5129,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, minion = true, buff = true, area = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Minion, Buff, AoE, Duration", + gemType = "Minion", + tagString = "Buff, AoE, Duration, Barrageable", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4108,7 +5177,6 @@ return { variantId = "StaggeringPalm", grantedEffectId = "StaggeringPalmPlayer", additionalGrantedEffectId1 = "StaggeringPalmProjectilePlayer", - additionalGrantedEffectId2 = "StaggeringPalmUnarmedProjectilePlayer", tags = { dexterity = true, intelligence = true, @@ -4124,7 +5192,7 @@ return { }, gemType = "Attack", tagString = "Buff, AoE, Melee, Strike, Projectile, Physical, Duration", - weaponRequirements = "Quarterstaff, Unarmed", + weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, reqInt = 50, @@ -4202,11 +5270,10 @@ return { melee = true, sustained = true, duration = true, - nova = true, conditional = true, }, gemType = "Attack", - tagString = "AoE, Melee, Sustained, Duration, Nova, Conditional", + tagString = "AoE, Melee, Sustained, Duration, Conditional", weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, @@ -4223,13 +5290,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, projectile = true, chaos = true, }, - gemType = "Barrageable", - tagString = "Spell, Projectile, Chaos", + gemType = "Spell", + tagString = "Projectile, Chaos", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4243,7 +5309,7 @@ return { variantId = "FrozenLocus", grantedEffectId = "FrozenLocusPlayer", additionalStatSet1 = "FrozenLocusGroundPlayer", - additionalGrantedEffectId1 = "FrozenLocusExplodePlayer", + additionalStatSet2 = "FrozenLocusExplodePlayer", tags = { dexterity = true, intelligence = true, @@ -4253,10 +5319,9 @@ return { melee = true, cold = true, duration = true, - nova = true, }, gemType = "Attack", - tagString = "AoE, Melee, Cold, Duration, Nova", + tagString = "AoE, Melee, Cold, Duration", weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, @@ -4298,15 +5363,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, physical = true, duration = true, nova = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Physical, Duration, Nova", + gemType = "Spell", + tagString = "AoE, Physical, Duration, Nova", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4323,6 +5387,7 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Electrocute", tagString = "Lightning", reqStr = 0, reqDex = 100, @@ -4337,10 +5402,10 @@ return { grantedEffectId = "SupportPinpointCriticalPlayer", tags = { support = true, - critical = true, }, gemType = "Support", - tagString = "Critical", + gemFamily = "Pinpoint Critical", + tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4356,6 +5421,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Perpetual Charge", tagString = "", reqStr = 0, reqDex = 100, @@ -4374,6 +5440,7 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Corrosion", tagString = "Physical, Chaos", reqStr = 0, reqDex = 100, @@ -4390,15 +5457,14 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, minion = true, area = true, physical = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, Minion, AoE, Physical, Duration", + gemType = "Spell", + tagString = "Minion, AoE, Physical, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4415,7 +5481,6 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, @@ -4423,9 +5488,10 @@ return { channelling = true, detonator = true, stages = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Fire, Channelling, Detonator, Staged", + gemType = "Attack", + tagString = "AoE, Projectile, Fire, Channelling, Detonator, Staged, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4443,15 +5509,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, chaos = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Chaos, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Chaos, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4469,14 +5535,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, projectile = true, fire = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Projectile, Fire", + gemType = "Spell", + tagString = "AoE, Projectile, Fire", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4497,9 +5562,10 @@ return { area = true, projectile = true, chaos = true, + barrageable = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Chaos", + tagString = "AoE, Projectile, Chaos, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4517,15 +5583,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, lightning = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Lightning, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Lightning, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4533,6 +5599,32 @@ return { Tier = 3, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemPhantasmalArrowPlayer"] = { + name = "Phantasmal Arrow", + baseTypeName = "Phantasmal Arrow", + gameId = "Metadata/Items/Gem/SkillGemPhantasmalArrow", + variantId = "PhantasmalArrowPlayer", + grantedEffectId = "PhantasmalArrowPlayer", + additionalStatSet1 = "PhantasmalArrowExplosionPlayer", + tags = { + dexterity = true, + grants_active_skill = true, + attack = true, + area = true, + projectile = true, + fire = true, + duration = true, + barrageable = true, + }, + gemType = "Attack", + tagString = "AoE, Projectile, Fire, Duration, Barrageable", + weaponRequirements = "Bow", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemLightningRod"] = { name = "Lightning Rod", baseTypeName = "Lightning Rod", @@ -4542,16 +5634,16 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, sustained = true, lightning = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Sustained, Lightning, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Sustained, Lightning, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4566,17 +5658,21 @@ return { variantId = "Snipe", grantedEffectId = "SnipePlayer", additionalStatSet1 = "SnipeExplosionPlayer", + additionalStatSet2 = "SnipeHeavyExplosionPlayer", + additionalStatSet3 = "SnipeFrozenExplosionPlayer", tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, + cold = true, channelling = true, + payoff = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Channelling", + gemType = "Attack", + tagString = "AoE, Projectile, Cold, Channelling, Payoff, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4595,16 +5691,16 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, fire = true, chaos = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Fire, Chaos, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Fire, Chaos, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4634,7 +5730,7 @@ return { reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 5, + Tier = 0, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemFireball"] = { @@ -4648,18 +5744,17 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, projectile = true, fire = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Projectile, Fire", + gemType = "Spell", + tagString = "AoE, Projectile, Fire", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 9, + Tier = 3, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemElectrocutingArrow"] = { @@ -4672,12 +5767,14 @@ return { dexterity = true, grants_active_skill = true, attack = true, + area = true, projectile = true, lightning = true, duration = true, + barrageable = true, }, gemType = "Attack", - tagString = "Projectile, Lightning, Duration", + tagString = "AoE, Projectile, Lightning, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4685,23 +5782,27 @@ return { Tier = 5, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemColdSnap"] = { - name = "Cold Snap", - baseTypeName = "Cold Snap", + ["Metadata/Items/Gems/SkillGemSnap"] = { + name = "Snap", + baseTypeName = "Snap", gameId = "Metadata/Items/Gem/SkillGemColdSnap", - variantId = "ColdSnap", - grantedEffectId = "ColdSnapPlayer", + variantId = "Snap", + grantedEffectId = "SnapPlayer", + additionalStatSet1 = "SnapLightningPlayer", + additionalStatSet2 = "SnapFirePlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, + lightning = true, cold = true, + fire = true, payoff = true, + remnant = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Cold, Payoff", + gemType = "Spell", + tagString = "AoE, Lightning, Cold, Fire, Payoff, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4723,11 +5824,10 @@ return { melee = true, strike = true, fire = true, - duration = true, channelling = true, }, gemType = "Attack", - tagString = "AoE, Melee, Strike, Fire, Duration, Channelling", + tagString = "AoE, Melee, Strike, Fire, Channelling", weaponRequirements = "One Hand Mace, Two Hand Mace", reqStr = 100, reqDex = 0, @@ -4840,13 +5940,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, projectile = true, cold = true, }, - gemType = "Barrageable", - tagString = "Spell, Projectile, Cold", + gemType = "Spell", + tagString = "Projectile, Cold", reqStr = 0, reqDex = 0, reqInt = 100, @@ -4863,15 +5962,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, chaos = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Chaos, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Chaos, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -4916,11 +6015,12 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Bursting Plague", tagString = "AoE, Trigger, Physical, Chaos", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 2, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCorpseCloud"] = { @@ -4948,7 +6048,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemWallFortress"] = { - name = "Fortress", + name = "Fortress I", gameId = "Metadata/Items/Gems/SupportGemFortress", variantId = "WallFortress", grantedEffectId = "SupportWallFortressPlayer", @@ -4956,6 +6056,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Fortress", tagString = "", reqStr = 0, reqDex = 0, @@ -4963,6 +6064,41 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemWallFortressTwo"] = { + name = "Fortress II", + gameId = "Metadata/Items/Gems/SupportGemFortressTwo", + variantId = "WallFortressTwo", + grantedEffectId = "SupportWallFortressPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Fortress", + tagString = "", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAhnsCitadelSupport"] = { + name = "Ahn's Citadel", + gameId = "Metadata/Items/Gems/SupportGemAhnsCitadel", + variantId = "AhnsCitadelSupport", + grantedEffectId = "SupportAhnsCitadelPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Fortress", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemFrostfireSupport"] = { name = "Frostfire", gameId = "Metadata/Items/Gems/SupportGemFrostfire", @@ -4975,6 +6111,7 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Frostfire", tagString = "Cold, Fire, Payoff", reqStr = 0, reqDex = 0, @@ -4993,6 +6130,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Stormfire", tagString = "Lightning, Fire", reqStr = 0, reqDex = 0, @@ -5001,7 +6139,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemIncreaseLimitSupport"] = { - name = "Overabundance", + name = "Overabundance I", gameId = "Metadata/Items/Gems/SupportGemOverabundance", variantId = "IncreaseLimitSupport", grantedEffectId = "SupportIncreaseLimitPlayer", @@ -5009,6 +6147,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Overabundance", tagString = "", reqStr = 0, reqDex = 100, @@ -5016,6 +6155,41 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemIncreaseLimitSupportTwo"] = { + name = "Overabundance II", + gameId = "Metadata/Items/Gems/SupportGemOverabundanceTwo", + variantId = "IncreaseLimitSupportTwo", + grantedEffectId = "SupportIncreaseLimitPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Overabundance", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemIncreaseLimitSupportThree"] = { + name = "Overabundance III", + gameId = "Metadata/Items/Gems/SupportGemOverabundanceThree", + variantId = "IncreaseLimitSupportThree", + grantedEffectId = "SupportIncreaseLimitPlayerThree", + tags = { + support = true, + curse = true, + }, + gemType = "Support", + gemFamily = "Overabundance", + tagString = "Curse", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemElectrocuteSupport"] = { name = "Electrocute", gameId = "Metadata/Items/Gems/SupportGemElectrocute", @@ -5026,6 +6200,7 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Electrocute", tagString = "Lightning", reqStr = 0, reqDex = 100, @@ -5065,11 +6240,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Energy Barrier", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemKnockbackWaveSupport"] = { @@ -5085,11 +6261,12 @@ return { trigger = true, }, gemType = "Support", + gemFamily = "Wind Wave", tagString = "AoE, Trigger", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBitingFrostSupport"] = { @@ -5103,6 +6280,7 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Biting Frost", tagString = "Cold, Payoff", reqStr = 0, reqDex = 0, @@ -5128,6 +6306,7 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Elemental Discharge", tagString = "Spell, AoE, Trigger, Lightning, Cold, Fire, Payoff", reqStr = 0, reqDex = 0, @@ -5144,6 +6323,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Grants Cooldown", tagString = "", reqStr = 0, reqDex = 0, @@ -5165,6 +6345,7 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Fiery Death", tagString = "Spell, AoE, Fire", reqStr = 0, reqDex = 0, @@ -5181,14 +6362,14 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Duration, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -5205,11 +6386,11 @@ return { tags = { dexterity = true, grants_active_skill = true, - spell = true, + attack = true, area = true, fire = true, }, - gemType = "Spell", + gemType = "Attack", tagString = "AoE, Fire", reqStr = 0, reqDex = 100, @@ -5228,16 +6409,16 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, fire = true, duration = true, detonator = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Fire, Duration, Detonator", + gemType = "Attack", + tagString = "AoE, Projectile, Fire, Duration, Detonator, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -5336,6 +6517,7 @@ return { herald = true, }, gemType = "Support", + gemFamily = "Deadly Heralds", tagString = "Herald", reqStr = 0, reqDex = 100, @@ -5356,10 +6538,10 @@ return { area = true, trigger = true, fire = true, - critical = true, }, gemType = "Support", - tagString = "Spell, AoE, Trigger, Fire, Critical", + gemFamily = "Mana Flare", + tagString = "Spell, AoE, Trigger, Fire", reqStr = 0, reqDex = 0, reqInt = 100, @@ -5375,27 +6557,63 @@ return { support = true, }, gemType = "Support", + gemFamily = "Lockdown", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemOverpowerSupport"] = { - name = "Overpower", + ["Metadata/Items/Gems/SkillGemStunSupport"] = { + name = "Stun I", gameId = "Metadata/Items/Gems/SupportGemOverpower", - variantId = "OverpowerSupport", - grantedEffectId = "SupportOverpowerPlayer", + variantId = "StunSupport", + grantedEffectId = "SupportStunPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Stun", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemStunSupportTwo"] = { + name = "Stun II", + gameId = "Metadata/Items/Gems/SupportGemOverpowerTwo", + variantId = "StunSupportTwo", + grantedEffectId = "SupportStunPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Stun", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemStunSupportThree"] = { + name = "Stun III", + gameId = "Metadata/Items/Gems/SupportGemOverpowerThree", + variantId = "StunSupportThree", + grantedEffectId = "SupportStunPlayerThree", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Stun", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemMobilitySupport"] = { @@ -5407,6 +6625,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Mobility", tagString = "", reqStr = 0, reqDex = 100, @@ -5415,7 +6634,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPinSupport"] = { - name = "Pin", + name = "Pin I", gameId = "Metadata/Items/Gems/SupportGemPin", variantId = "PinSupport", grantedEffectId = "SupportPinPlayer", @@ -5424,6 +6643,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Pin", tagString = "Physical", reqStr = 0, reqDex = 100, @@ -5431,6 +6651,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemPinSupportTwo"] = { + name = "Pin II", + gameId = "Metadata/Items/Gems/SupportGemPinTwo", + variantId = "PinSupportTwo", + grantedEffectId = "SupportPinPlayerTwo", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Pin", + tagString = "Physical", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPinSupportThree"] = { + name = "Pin III", + gameId = "Metadata/Items/Gems/SupportGemPinThree", + variantId = "PinSupportThree", + grantedEffectId = "SupportPinPlayerThree", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Pin", + tagString = "Physical", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemAmbushSupport"] = { name = "Ambush", gameId = "Metadata/Items/Gems/SupportGemAmbush", @@ -5438,10 +6694,10 @@ return { grantedEffectId = "SupportAmbushPlayer", tags = { support = true, - critical = true, }, gemType = "Support", - tagString = "Critical", + gemFamily = "Ambush", + tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, @@ -5457,14 +6713,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, chaos = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Chaos, Duration", + gemType = "Spell", + tagString = "AoE, Chaos, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -5517,6 +6772,40 @@ return { Tier = 9, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemBountySupport"] = { + name = "Bounty I", + gameId = "Metadata/Items/Gems/SupportGemBounty", + variantId = "BountySupport", + grantedEffectId = "SupportBountyPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Bounty", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBountySupportTwo"] = { + name = "Bounty II", + gameId = "Metadata/Items/Gems/SupportGemBountyTwo", + variantId = "BountySupportTwo", + grantedEffectId = "SupportBountyPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Bounty", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemManaFlaskSupport"] = { name = "Mana Bounty", gameId = "Metadata/Items/Gems/SupportGemManaBounty", @@ -5526,11 +6815,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Bounty", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLifeFlaskSupport"] = { @@ -5542,11 +6832,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Bounty", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSkeletalWarrior"] = { @@ -5581,11 +6872,12 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Minion Instability", tagString = "Minion, Fire", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 2, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemEnduranceChargeOnArmourBreakSupport"] = { @@ -5597,11 +6889,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Break Endurance", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCurseEffectSupport"] = { @@ -5614,6 +6907,7 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Heightened Curse", tagString = "Curse", reqStr = 0, reqDex = 0, @@ -5630,11 +6924,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Corpse Conservation", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDecayingHexSupport"] = { @@ -5648,11 +6943,12 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Decaying Hex", tagString = "Chaos, Curse", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFocusedCurseSupport"] = { @@ -5665,6 +6961,7 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Focussed Curse", tagString = "Curse", reqStr = 0, reqDex = 0, @@ -5682,15 +6979,16 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Ritualistic Curse", tagString = "Curse", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemMinionPactSupport"] = { - name = "Minion Pact", + name = "Minion Pact I", gameId = "Metadata/Items/Gem/SupportGemMinionPact", variantId = "MinionPactSupport", grantedEffectId = "SupportMinionPactPlayer", @@ -5699,6 +6997,7 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Minion Pact", tagString = "Minion", reqStr = 0, reqDex = 0, @@ -5706,6 +7005,24 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemMinionPactSupportTwo"] = { + name = "Minion Pact II", + gameId = "Metadata/Items/Gem/SupportGemMinionPactTwo", + variantId = "MinionPactSupportTwo", + grantedEffectId = "SupportMinionPactPlayerTwo", + tags = { + support = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Minion Pact", + tagString = "Minion", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemLastGaspSupport"] = { name = "Last Gasp", gameId = "Metadata/Items/Gem/SupportGemLastGasp", @@ -5718,6 +7035,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Last Gasp", tagString = "Minion, Persistent, Duration", reqStr = 0, reqDex = 0, @@ -5725,6 +7043,27 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemTecrodsRevengeSupport"] = { + name = "Tecrod's Revenge", + gameId = "Metadata/Items/Gem/SupportGemTecrodsRevenge", + variantId = "TecrodsRevengeSupport", + grantedEffectId = "SupportTecrodsRevengePlayer", + tags = { + support = true, + lineage = true, + minion = true, + persistent = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Last Gasp", + tagString = "Lineage, Minion, Persistent, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemLifeOnCullSupport"] = { name = "Life Drain", gameId = "Metadata/Items/Gems/SupportGemLifeDrain", @@ -5734,6 +7073,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Life Drain", tagString = "", reqStr = 0, reqDex = 100, @@ -5750,6 +7090,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Soul Drain", tagString = "", reqStr = 0, reqDex = 100, @@ -5763,20 +7104,22 @@ return { gameId = "Metadata/Items/Gem/SkillGemGrimFeast", variantId = "GrimFeast", grantedEffectId = "GrimFeastPlayer", + additionalGrantedEffectId1 = "GrimFeastResummonPlayer", tags = { buff = true, intelligence = true, grants_active_skill = true, + spell = true, minion = true, persistent = true, remnant = true, }, gemType = "Buff", - tagString = "Minion, Persistent, Remnant", + tagString = "Spell, Minion, Persistent, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 0, + Tier = 4, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemInnervateSupport"] = { @@ -5791,6 +7134,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Innervate", tagString = "Attack, Lightning, Duration", reqStr = 0, reqDex = 100, @@ -5822,16 +7166,17 @@ return { Tier = 8, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemMultiplePoisonSupport"] = { - name = "Comorbidity", + ["Metadata/Items/Gems/SkillGemEscalatingPoisonSupport"] = { + name = "Escalating Poison", gameId = "Metadata/Items/Gems/SupportGemComorbidity", - variantId = "MultiplePoisonSupport", - grantedEffectId = "SupportMultiplePoisonPlayer", + variantId = "EscalatingPoisonSupport", + grantedEffectId = "SupportEscalatingPoisonPlayer", tags = { support = true, chaos = true, }, gemType = "Support", + gemFamily = "Escalating Poison", tagString = "Chaos", reqStr = 0, reqDex = 100, @@ -5839,15 +7184,16 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemMultipleChargesSupport"] = { - name = "Profusion", + ["Metadata/Items/Gems/SkillGemChargeProfusionSupport"] = { + name = "Charge Profusion I", gameId = "Metadata/Items/Gems/SupportGemProfusion", - variantId = "MultipleChargesSupport", - grantedEffectId = "SupportMultipleChargesPlayer", + variantId = "ChargeProfusionSupport", + grantedEffectId = "SupportChargeProfusionPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Charge Profusion", tagString = "", reqStr = 0, reqDex = 100, @@ -5855,6 +7201,23 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemChargeProfusionSupportTwo"] = { + name = "Charge Profusion II", + gameId = "Metadata/Items/Gems/SupportGemProfusionTwo", + variantId = "ChargeProfusionSupportTwo", + grantedEffectId = "SupportChargeProfusionPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Charge Profusion", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemEmpoweredDamageSupport"] = { name = "Premeditation", gameId = "Metadata/Items/Gems/SupportGemPremeditation", @@ -5864,11 +7227,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Premeditation", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemEmpoweredCullSupport"] = { @@ -5880,11 +7244,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Murderous Intent", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemScavengedPlating"] = { @@ -5937,14 +7302,13 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, physical = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Physical, Duration", + gemType = "Spell", + tagString = "AoE, Physical, Duration", reqStr = 0, reqDex = 0, reqInt = 100, @@ -5971,7 +7335,34 @@ return { reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 14, + Tier = 8, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemBlackPowderBlitzReservation"] = { + name = "Black Powder Blitz", + baseTypeName = "Black Powder Blitz", + gameId = "Metadata/Items/Gem/SkillGemBlackPowderBlitz", + variantId = "BlackPowderBlitzReservation", + grantedEffectId = "BlackPowderBlitzReservationPlayer", + additionalGrantedEffectId1 = "BlackPowderBlitzPlayer", + tags = { + buff = true, + strength = true, + dexterity = true, + grants_active_skill = true, + persistent = true, + area = true, + physical = true, + fire = true, + detonator = true, + travel = true, + }, + gemType = "Buff", + tagString = "Persistent, AoE, Physical, Fire, Detonator, Travel", + reqStr = 50, + reqDex = 50, + reqInt = 0, + Tier = 0, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemMoltenBlast"] = { @@ -6012,10 +7403,9 @@ return { persistent = true, aura = true, duration = true, - critical = true, }, gemType = "Buff", - tagString = "Persistent, Aura, Duration, Critical", + tagString = "Persistent, Aura, Duration", reqStr = 25, reqDex = 0, reqInt = 75, @@ -6060,13 +7450,14 @@ return { area = true, fire = true, duration = true, + remnant = true, }, gemType = "Spell", - tagString = "AoE, Fire, Duration", + tagString = "AoE, Fire, Duration, Remnant", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 0, + Tier = 3, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemStampede"] = { @@ -6120,29 +7511,57 @@ return { Tier = 7, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemBlazingCluster"] = { + ["Metadata/Items/Gems/SkillGemFortifyingCry"] = { + name = "Fortifying Cry", + baseTypeName = "Fortifying Cry", + gameId = "Metadata/Items/Gem/SkillGemFortifyingCry", + variantId = "FortifyingCry", + grantedEffectId = "FortifyingCryPlayer", + additionalGrantedEffectId1 = "FortifyingCryShockwavePlayer", + tags = { + warcry = true, + strength = true, + grants_active_skill = true, + attack = true, + area = true, + melee = true, + trigger = true, + physical = true, + duration = true, + nova = true, + }, + gemType = "Warcry", + tagString = "Attack, AoE, Melee, Trigger, Physical, Duration, Nova", + weaponRequirements = "Armoured Shield", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 9, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemEmberFusillade"] = { name = "Ember Fusillade", baseTypeName = "Ember Fusillade", gameId = "Metadata/Items/Gems/SkillGemEmberFusillade", - variantId = "BlazingCluster", - grantedEffectId = "BlazingClusterPlayer", - additionalStatSet1 = "BlazingClusterExplosionPlayer", + variantId = "EmberFusillade", + grantedEffectId = "EmberFusilladePlayer", + additionalStatSet1 = "EmberFusilladeExplosionPlayer", + additionalStatSet2 = "EmberFusilladeBeamPlayer", tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, projectile = true, fire = true, duration = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Projectile, Fire, Duration", + gemType = "Spell", + tagString = "AoE, Projectile, Fire, Duration", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemHighVelocityRounds"] = { @@ -6160,10 +7579,11 @@ return { ammunition = true, projectile = true, physical = true, + duration = true, payoff = true, }, gemType = "Attack", - tagString = "Ammunition, Projectile, Physical, Payoff", + tagString = "Ammunition, Projectile, Physical, Duration, Payoff", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6183,12 +7603,14 @@ return { dexterity = true, grants_active_skill = true, attack = true, + area = true, ammunition = true, projectile = true, payoff = true, + merging = true, }, gemType = "Attack", - tagString = "Ammunition, Projectile, Payoff", + tagString = "AoE, Ammunition, Projectile, Payoff, Merging", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6212,11 +7634,9 @@ return { ammunition = true, projectile = true, sustained = true, - fire = true, - payoff = true, }, gemType = "Attack", - tagString = "AoE, Ammunition, Projectile, Sustained, Fire, Payoff", + tagString = "AoE, Ammunition, Projectile, Sustained", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6292,9 +7712,10 @@ return { ammunition = true, projectile = true, fire = true, + merging = true, }, gemType = "Attack", - tagString = "AoE, Ammunition, Projectile, Fire", + tagString = "AoE, Ammunition, Projectile, Fire, Merging", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6370,9 +7791,10 @@ return { ammunition = true, projectile = true, cold = true, + merging = true, }, gemType = "Attack", - tagString = "AoE, Ammunition, Projectile, Cold", + tagString = "AoE, Ammunition, Projectile, Cold, Merging", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6478,9 +7900,10 @@ return { projectile = true, lightning = true, chaining = true, + merging = true, }, gemType = "Attack", - tagString = "Ammunition, Projectile, Lightning, Chaining", + tagString = "Ammunition, Projectile, Lightning, Chaining, Merging", weaponRequirements = "Crossbow", reqStr = 50, reqDex = 50, @@ -6552,6 +7975,7 @@ return { warcry = true, }, gemType = "Support", + gemFamily = "Raging Cry", tagString = "Warcry", reqStr = 100, reqDex = 0, @@ -6559,25 +7983,63 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemIncreasedArmourBreakSupport"] = { - name = "Demolisher", + ["Metadata/Items/Gems/SkillGemArmourDemolisherSupport"] = { + name = "Armour Demolisher I", gameId = "Metadata/Items/Gems/SupportGemDemolisher", - variantId = "IncreasedArmourBreakSupport", - grantedEffectId = "SupportIncreasedArmourBreakPlayer", + variantId = "ArmourDemolisherSupport", + grantedEffectId = "SupportArmourDemolisherPlayer", tags = { support = true, spell = true, }, gemType = "Support", + gemFamily = "Armour Demolisher", tagString = "Spell", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemArmourDemolisherSupportTwo"] = { + name = "Armour Demolisher II", + gameId = "Metadata/Items/Gems/SupportGemDemolisherTwo", + variantId = "ArmourDemolisherSupportTwo", + grantedEffectId = "SupportArmourDemolisherPlayerTwo", + tags = { + support = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Armour Demolisher", + tagString = "Spell", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUruksSmeltingSupport"] = { + name = "Uruk's Smelting", + gameId = "Metadata/Items/Gems/SupportGemUruksSmelting", + variantId = "UruksSmeltingSupport", + grantedEffectId = "SupportUruksSmeltingPlayer", + tags = { + support = true, + lineage = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Armour Demolisher", + tagString = "Lineage, Spell", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRageforgedSupport"] = { - name = "Rageforged", + name = "Rageforged I", gameId = "Metadata/Items/Gem/SupportGemRageforged", variantId = "RageforgedSupport", grantedEffectId = "SupportRageforgedPlayer", @@ -6585,11 +8047,29 @@ return { support = true, }, gemType = "Support", + gemFamily = "Rageforged", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRageforgedSupportTwo"] = { + name = "Rageforged II", + gameId = "Metadata/Items/Gem/SupportGemRageforgedTwo", + variantId = "RageforgedSupportTwo", + grantedEffectId = "SupportRageforgedPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Rageforged", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPlayerDefaultQuarterstaff"] = { @@ -6733,13 +8213,13 @@ return { additionalStatSet1 = "SpearThrowFrenzyChargePlayer", tags = { grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile", + gemType = "Attack", + tagString = "AoE, Projectile, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 0, @@ -6755,12 +8235,12 @@ return { grantedEffectId = "MeleeBowPlayer", tags = { grants_active_skill = true, - barrageable = true, attack = true, projectile = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, Projectile", + gemType = "Attack", + tagString = "Projectile, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 0, @@ -6817,16 +8297,16 @@ return { gameId = "Metadata/Items/Gem/SkillGemAscendancyExplosiveConcoction", variantId = "AscendancyExplosiveConcoction", grantedEffectId = "ExplosiveConcoctionPlayer", + additionalStatSet1 = "ExplosiveConcoctionSecondPlayer", tags = { grants_active_skill = true, attack = true, area = true, projectile = true, fire = true, - duration = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Fire, Duration", + tagString = "AoE, Projectile, Fire", weaponRequirements = "Unarmed", reqStr = 0, reqDex = 0, @@ -6846,10 +8326,9 @@ return { area = true, projectile = true, lightning = true, - duration = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Lightning, Duration", + tagString = "AoE, Projectile, Lightning", weaponRequirements = "Unarmed", reqStr = 0, reqDex = 0, @@ -6869,10 +8348,9 @@ return { area = true, projectile = true, cold = true, - duration = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Cold, Duration", + tagString = "AoE, Projectile, Cold", weaponRequirements = "Unarmed", reqStr = 0, reqDex = 0, @@ -6881,21 +8359,21 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemAscendancyPoisonousConcoction"] = { - name = "Poisonous Concoction", - baseTypeName = "Poisonous Concoction", + name = "Acidic Concoction", + baseTypeName = "Acidic Concoction", gameId = "Metadata/Items/Gem/SkillGemAscendancyPoisonousConcoction", variantId = "AscendancyPoisonousConcoction", - grantedEffectId = "PoisonousConcoctionPlayer", + grantedEffectId = "AcidicConcoctionPlayer", + additionalStatSet1 = "AcidicConcoctionPoisonBurstPlayer", tags = { grants_active_skill = true, attack = true, area = true, projectile = true, physical = true, - chaos = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Physical, Chaos", + tagString = "AoE, Projectile, Physical", weaponRequirements = "Unarmed", reqStr = 0, reqDex = 0, @@ -7105,10 +8583,9 @@ return { grants_active_skill = true, shapeshift = true, buff = true, - persistent = true, }, gemType = "Shapeshift", - tagString = "Buff, Persistent", + tagString = "Buff", reqStr = 0, reqDex = 0, reqInt = 0, @@ -7219,6 +8696,49 @@ return { Tier = 0, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemInevitableAgony"] = { + name = "Inevitable Agony", + baseTypeName = "Inevitable Agony", + gameId = "Metadata/Items/Gem/SkillGemAscendancyInevitableAgony", + variantId = "InevitableAgony", + grantedEffectId = "InevitableAgonyPlayer", + tags = { + grants_active_skill = true, + spell = true, + area = true, + duration = true, + curse = true, + }, + gemType = "Spell", + tagString = "AoE, Duration, Curse", + reqStr = 0, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemMetaDeadeyeMarks"] = { + name = "Called Shots", + baseTypeName = "Called Shots", + gameId = "Metadata/Items/Gem/SkillGemAscendanyMetaDeadeyeMarks", + variantId = "MetaDeadeyeMarks", + grantedEffectId = "MetaDeadeyeMarksPlayer", + additionalGrantedEffectId1 = "SupportMetaDeadeyeMarksPlayer", + tags = { + grants_active_skill = true, + buff = true, + persistent = true, + area = true, + meta = true, + }, + gemType = "Buff", + tagString = "Persistent, AoE, Meta", + reqStr = 0, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemCastFireSpellOnHit"] = { name = "Fire Spell on Hit", baseTypeName = "Fire Spell on Melee Hit", @@ -7309,6 +8829,30 @@ return { Tier = 0, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemVoidIllusion"] = { + name = "Void Illusion", + baseTypeName = "Void Illusion", + gameId = "Metadata/Items/Gem/SkillGemAscendancyVoidIllusion", + variantId = "VoidIllusion", + grantedEffectId = "VoidIllusionPlayer", + additionalGrantedEffectId1 = "VoidIllusionSpawnPlayer", + tags = { + grants_active_skill = true, + attack = true, + buff = true, + persistent = true, + area = true, + duration = true, + }, + gemType = "Attack", + tagString = "Buff, Persistent, AoE, Duration", + weaponRequirements = "Any Martial Weapon, Unarmed", + reqStr = 0, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemArmourExplosionSupport"] = { name = "Armour Explosion", gameId = "Metadata/Items/Gem/SupportGemArmourExplosion", @@ -7325,11 +8869,12 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Armour Explosion", tagString = "Attack, AoE, Trigger, Fire, Payoff", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 1, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemStompingGroundSupport"] = { @@ -7344,10 +8889,10 @@ return { attack = true, area = true, trigger = true, - physical = true, }, gemType = "Support", - tagString = "Attack, AoE, Trigger, Physical", + gemFamily = "Stomping Ground", + tagString = "Attack, AoE, Trigger", reqStr = 100, reqDex = 0, reqInt = 0, @@ -7355,7 +8900,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCrescendoSupport"] = { - name = "Crescendo", + name = "Crescendo I", gameId = "Metadata/Items/Gems/SupportGemCrescendo", variantId = "CrescendoSupport", grantedEffectId = "SupportCrescendoPlayer", @@ -7366,6 +8911,7 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Crescendo", tagString = "Attack, Melee, Strike", reqStr = 0, reqDex = 100, @@ -7373,6 +8919,46 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemCrescendoSupportTwo"] = { + name = "Crescendo II", + gameId = "Metadata/Items/Gems/SupportGemCrescendoTwo", + variantId = "CrescendoSupportTwo", + grantedEffectId = "SupportCrescendoPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Crescendo", + tagString = "Attack, Melee, Strike", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCrescendoSupportThree"] = { + name = "Crescendo III", + gameId = "Metadata/Items/Gems/SupportGemCrescendoThree", + variantId = "CrescendoSupportThree", + grantedEffectId = "SupportCrescendoPlayerThree", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Crescendo", + tagString = "Attack, Melee, Strike", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemFireExposureSupport"] = { name = "Fire Exposure", gameId = "Metadata/Items/Gems/SupportGemFireExposure", @@ -7384,11 +8970,12 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Fire Exposure", tagString = "Fire, Duration", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLightningExposureSupport"] = { @@ -7402,11 +8989,12 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Lightning Exposure", tagString = "Lightning, Duration", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemColdExposureSupport"] = { @@ -7418,18 +9006,18 @@ return { support = true, cold = true, duration = true, - critical = true, }, gemType = "Support", - tagString = "Cold, Duration, Critical", + gemFamily = "Cold Exposure", + tagString = "Cold, Duration", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDeadlyPoisonSupport"] = { - name = "Deadly Poison", + name = "Deadly Poison I", gameId = "Metadata/Items/Gems/SupportGemDeadlyPoison", variantId = "DeadlyPoisonSupport", grantedEffectId = "SupportDeadlyPoisonPlayer", @@ -7438,15 +9026,34 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Deadly Poison", tagString = "Chaos", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDeadlyPoisonSupportTwo"] = { + name = "Deadly Poison II", + gameId = "Metadata/Items/Gems/SupportGemDeadlyPoisonTwo", + variantId = "DeadlyPoisonSupportTwo", + grantedEffectId = "SupportDeadlyPoisonPlayerTwo", + tags = { + support = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Deadly Poison", + tagString = "Chaos", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDeepCutsSupport"] = { - name = "Deep Cuts", + name = "Deep Cuts I", gameId = "Metadata/Items/Gems/SupportGemDeepCuts", variantId = "DeepCutsSupport", grantedEffectId = "SupportDeepCutsPlayer", @@ -7455,6 +9062,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Deep Cuts", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -7462,8 +9070,26 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemDeepCutsSupportTwo"] = { + name = "Deep Cuts II", + gameId = "Metadata/Items/Gems/SupportGemDeepCutsTwo", + variantId = "DeepCutsSupportTwo", + grantedEffectId = "SupportDeepCutsPlayerTwo", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Deep Cuts", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemCorruptingCrySupport"] = { - name = "Corrupting Cry", + name = "Corrupting Cry I", gameId = "Metadata/Items/Gems/SupportGemCorruptingCry", variantId = "CorruptingCrySupport", grantedEffectId = "SupportCorruptingCryPlayer", @@ -7474,15 +9100,57 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Corrupting Cry", tagString = "Warcry, Physical, Duration", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCorruptingCrySupportTwo"] = { + name = "Corrupting Cry II", + gameId = "Metadata/Items/Gems/SupportGemCorruptingCryTwo", + variantId = "CorruptingCrySupportTwo", + grantedEffectId = "SupportCorruptingCryPlayerTwo", + tags = { + support = true, + warcry = true, + physical = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Corrupting Cry", + tagString = "Warcry, Physical, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCorruptingCrySupportThree"] = { + name = "Paquate's Pact", + gameId = "Metadata/Items/Gems/SupportGemCorruptingCryThree", + variantId = "CorruptingCrySupportThree", + grantedEffectId = "SupportCorruptingCryPlayerThree", + tags = { + support = true, + lineage = true, + warcry = true, + physical = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Corrupting Cry", + tagString = "Lineage, Warcry, Physical, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemWindowOfOpportunitySupport"] = { - name = "Window of Opportunity", + name = "Window of Opportunity I", gameId = "Metadata/Items/Gems/SupportGemWindowOfOpportunity", variantId = "WindowOfOpportunitySupport", grantedEffectId = "SupportWindowOfOpportunityPlayer", @@ -7491,6 +9159,7 @@ return { channelling = true, }, gemType = "Support", + gemFamily = "Window of Opportunity", tagString = "Channelling", reqStr = 0, reqDex = 100, @@ -7498,21 +9167,40 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFireMasterySupport"] = { - name = "Fire Mastery", - gameId = "Metadata/Items/Gems/SupportGemFireMastery", - variantId = "FireMasterySupport", - grantedEffectId = "SupportFireMasteryPlayer", + ["Metadata/Items/Gems/SkillGemWindowOfOpportunitySupportTwo"] = { + name = "Window of Opportunity II", + gameId = "Metadata/Items/Gems/SupportGemWindowOfOpportunityTwo", + variantId = "WindowOfOpportunitySupportTwo", + grantedEffectId = "SupportWindowOfOpportunityPlayerTwo", tags = { support = true, - fire = true, + channelling = true, }, gemType = "Support", - tagString = "Fire", + gemFamily = "Window of Opportunity", + tagString = "Channelling", reqStr = 0, - reqDex = 0, - reqInt = 100, - Tier = 3, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFireMasterySupport"] = { + name = "Fire Mastery", + gameId = "Metadata/Items/Gems/SupportGemFireMastery", + variantId = "FireMasterySupport", + grantedEffectId = "SupportFireMasteryPlayer", + tags = { + support = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Mastery", + tagString = "Fire", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemColdMasterySupport"] = { @@ -7525,11 +9213,12 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Mastery", tagString = "Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLightningMasterySupport"] = { @@ -7542,11 +9231,12 @@ return { lightning = true, }, gemType = "Support", + gemFamily = "Mastery", tagString = "Lightning", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemChaosMasterySupport"] = { @@ -7559,11 +9249,12 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Mastery", tagString = "Chaos", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPhysicalMasterySupport"] = { @@ -7576,11 +9267,12 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Mastery", tagString = "Physical", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemMinionMasterySupport"] = { @@ -7593,11 +9285,12 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Mastery", tagString = "Minion", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemShockchainArrow"] = { @@ -7611,16 +9304,16 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, lightning = true, chaining = true, payoff = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Lightning, Chaining, Payoff", + gemType = "Attack", + tagString = "AoE, Projectile, Lightning, Chaining, Payoff, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -7634,6 +9327,7 @@ return { gameId = "Metadata/Items/Gem/SkillGemVaultingImpact", variantId = "VaultingImpact", grantedEffectId = "VaultingImpactPlayer", + additionalStatSet1 = "VaultingImpactDazedPlayer", tags = { dexterity = true, intelligence = true, @@ -7642,10 +9336,13 @@ return { area = true, melee = true, slam = true, + physical = true, + duration = true, travel = true, + payoff = true, }, gemType = "Attack", - tagString = "AoE, Melee, Slam, Travel", + tagString = "AoE, Melee, Slam, Physical, Duration, Travel, Payoff", weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, @@ -7702,7 +9399,7 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemSwiftAfflictionSupport"] = { - name = "Swift Affliction", + name = "Swift Affliction I", gameId = "Metadata/Items/Gem/SupportGemSwiftAffliction", variantId = "SwiftAfflictionSupport", grantedEffectId = "SupportSwiftAfflictionPlayer", @@ -7711,6 +9408,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Swift Affliction", tagString = "Duration", reqStr = 0, reqDex = 100, @@ -7718,6 +9416,42 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemSwiftAfflictionSupportTwo"] = { + name = "Swift Affliction II", + gameId = "Metadata/Items/Gem/SupportGemSwiftAfflictionTwo", + variantId = "SwiftAfflictionSupportTwo", + grantedEffectId = "SupportSwiftAfflictionPlayerTwo", + tags = { + support = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Swift Affliction", + tagString = "Duration", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSwiftAfflictionSupportThree"] = { + name = "Swift Affliction III", + gameId = "Metadata/Items/Gem/SupportGemSwiftAfflictionThree", + variantId = "SwiftAfflictionSupportThree", + grantedEffectId = "SupportSwiftAfflictionPlayerThree", + tags = { + support = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Swift Affliction", + tagString = "Duration", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemIntenseAgonySupport"] = { name = "Intense Agony", gameId = "Metadata/Items/Gem/SupportGemIntenseAgony", @@ -7729,6 +9463,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Intense Agony", tagString = "Spell, Duration", reqStr = 0, reqDex = 0, @@ -7746,6 +9481,7 @@ return { spell = true, }, gemType = "Support", + gemFamily = "Drain Ailments", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -7764,6 +9500,7 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Chaotic Freeze", tagString = "Spell, Chaos", reqStr = 0, reqDex = 0, @@ -7782,15 +9519,16 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Hinder", tagString = "Spell, Chaos", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemComboFinisherSupport"] = { - name = "Combo Finisher", + name = "Combo Finisher I", gameId = "Metadata/Items/Gems/SupportGemComboFinisher", variantId = "ComboFinisherSupport", grantedEffectId = "SupportComboFinisherPlayer", @@ -7802,6 +9540,7 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Combo Finisher", tagString = "Attack, Melee, Strike, Conditional", reqStr = 0, reqDex = 100, @@ -7809,16 +9548,56 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemEncumberanceSupport"] = { - name = "Encumbrance", + ["Metadata/Items/Gems/SkillGemComboFinisherSupportTwo"] = { + name = "Combo Finisher II", + gameId = "Metadata/Items/Gems/SupportGemComboFinisherTwo", + variantId = "ComboFinisherSupportTwo", + grantedEffectId = "SupportComboFinisherPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + conditional = true, + }, + gemType = "Support", + gemFamily = "Combo Finisher", + tagString = "Attack, Melee, Strike, Conditional", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAilithLineageSupport"] = { + name = "Ailith's Chimes", + gameId = "Metadata/Items/Gems/SupportGemAilithLineage", + variantId = "AilithLineageSupport", + grantedEffectId = "SupportAilithLineagePlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Ailith's Chimes", + tagString = "Lineage", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSlowPotencySupport"] = { + name = "Slow Potency", gameId = "Metadata/Items/Gems/SupportGemEncumbrance", - variantId = "EncumberanceSupport", - grantedEffectId = "SupportEncumberancePlayer", + variantId = "SlowPotencySupport", + grantedEffectId = "SupportSlowPotencyPlayer", tags = { support = true, spell = true, }, gemType = "Support", + gemFamily = "Encumbrance", tagString = "Spell", reqStr = 0, reqDex = 100, @@ -7827,7 +9606,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPrecisionSupport"] = { - name = "Precision", + name = "Precision I", gameId = "Metadata/Items/Gems/SupportGemPrecision", variantId = "PrecisionSupport", grantedEffectId = "SupportPrecisionPlayer", @@ -7837,6 +9616,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Precision", tagString = "Buff, Persistent", reqStr = 0, reqDex = 100, @@ -7844,8 +9624,27 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemPrecisionSupportTwo"] = { + name = "Precision II", + gameId = "Metadata/Items/Gems/SupportGemPrecisionTwo", + variantId = "PrecisionSupportTwo", + grantedEffectId = "SupportPrecisionPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Precision", + tagString = "Buff, Persistent", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemClaritySupport"] = { - name = "Clarity", + name = "Clarity I", gameId = "Metadata/Items/Gems/SupportGemClarity", variantId = "ClaritySupport", grantedEffectId = "SupportClarityPlayer", @@ -7855,6 +9654,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Clarity", tagString = "Buff, Persistent", reqStr = 0, reqDex = 0, @@ -7862,8 +9662,27 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemClaritySupportTwo"] = { + name = "Clarity II", + gameId = "Metadata/Items/Gems/SupportGemClarityTwo", + variantId = "ClaritySupportTwo", + grantedEffectId = "SupportClarityPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Clarity", + tagString = "Buff, Persistent", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemVitalitySupport"] = { - name = "Vitality", + name = "Vitality I", gameId = "Metadata/Items/Gems/SupportGemVitality", variantId = "VitalitySupport", grantedEffectId = "SupportVitalityPlayer", @@ -7873,6 +9692,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Vitality", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -7880,8 +9700,27 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemVitalitySupportTwo"] = { + name = "Vitality II", + gameId = "Metadata/Items/Gems/SupportGemVitalityTwo", + variantId = "VitalitySupportTwo", + grantedEffectId = "SupportVitalityPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Vitality", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemHerbalismSupport"] = { - name = "Herbalism", + name = "Herbalism I", gameId = "Metadata/Items/Gems/SupportGemHerbalism", variantId = "HerbalismSupport", grantedEffectId = "SupportHerbalismPlayer", @@ -7891,6 +9730,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Herbalism", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -7898,8 +9738,27 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemHerbalismSupportTwo"] = { + name = "Herbalism II", + gameId = "Metadata/Items/Gems/SupportGemHerbalismTwo", + variantId = "HerbalismSupportTwo", + grantedEffectId = "SupportHerbalismPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Herbalism", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemCannibalismSupport"] = { - name = "Cannibalism", + name = "Cannibalism I", gameId = "Metadata/Items/Gems/SupportGemCannibalism", variantId = "CannibalismSupport", grantedEffectId = "SupportCannibalismPlayer", @@ -7909,6 +9768,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Cannibalism", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -7916,6 +9776,25 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemCannibalismSupportTwo"] = { + name = "Cannibalism II", + gameId = "Metadata/Items/Gems/SupportGemCannibalismTwo", + variantId = "CannibalismSupportTwo", + grantedEffectId = "SupportCannibalismPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Cannibalism", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemRuptureSupport"] = { name = "Rupture", gameId = "Metadata/Items/Gem/SupportGemRupture", @@ -7926,6 +9805,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Rupture", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -7934,7 +9814,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCullingStrikeSupport"] = { - name = "Culling Strike", + name = "Culling Strike I", gameId = "Metadata/Items/Gem/SupportGemCullingStrike", variantId = "CullingStrikeSupport", grantedEffectId = "SupportCullingStrikePlayer", @@ -7943,11 +9823,30 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Culling Strike", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCullingStrikeSupportTwo"] = { + name = "Culling Strike II", + gameId = "Metadata/Items/Gem/SupportGemCullingStrikeTwo", + variantId = "CullingStrikeSupportTwo", + grantedEffectId = "SupportCullingStrikePlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Culling Strike", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSpellCascadeSupport"] = { @@ -7959,6 +9858,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Spell Cascade", tagString = "", reqStr = 0, reqDex = 0, @@ -7967,7 +9867,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemArmourBreakSupport"] = { - name = "Splinter", + name = "Armour Break I", gameId = "Metadata/Items/Gems/SupportGemSplinter", variantId = "ArmourBreakSupport", grantedEffectId = "SupportArmourBreakPlayer", @@ -7976,6 +9876,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Armour Break", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -7983,8 +9884,44 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemArmourBreakSupportTwo"] = { + name = "Armour Break II", + gameId = "Metadata/Items/Gems/SupportGemSplinterTwo", + variantId = "ArmourBreakSupportTwo", + grantedEffectId = "SupportArmourBreakPlayerTwo", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Armour Break", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemArmourBreakSupportThree"] = { + name = "Armour Break III", + gameId = "Metadata/Items/Gems/SupportGemSplinterThree", + variantId = "ArmourBreakSupportThree", + grantedEffectId = "SupportArmourBreakPlayerThree", + tags = { + support = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Armour Break", + tagString = "Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemFarCombatSupport"] = { - name = "Longshot", + name = "Longshot I", gameId = "Metadata/Items/Gems/SupportGemLongshot", variantId = "FarCombatSupport", grantedEffectId = "SupportFarCombatPlayer", @@ -7993,6 +9930,7 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Longshot", tagString = "Attack", reqStr = 0, reqDex = 100, @@ -8000,22 +9938,41 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemDazingSupport"] = { - name = "Discombobulate", + ["Metadata/Items/Gems/SkillGemFarCombatSupportTwo"] = { + name = "Longshot II", + gameId = "Metadata/Items/Gems/SupportGemLongshotTwo", + variantId = "FarCombatSupportTwo", + grantedEffectId = "SupportFarCombatPlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Longshot", + tagString = "Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDazeSupport"] = { + name = "Daze", gameId = "Metadata/Items/Gems/SupportGemDiscombobulate", - variantId = "DazingSupport", - grantedEffectId = "SupportDazingPlayer", + variantId = "DazeSupport", + grantedEffectId = "SupportDazePlayer", tags = { support = true, attack = true, physical = true, }, gemType = "Support", + gemFamily = "Discombobulate", tagString = "Attack, Physical", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDazedBreakSupport"] = { @@ -8028,11 +9985,12 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Break Posture", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDazingCrySupport"] = { @@ -8045,11 +10003,12 @@ return { warcry = true, }, gemType = "Support", + gemFamily = "Dazing Cry", tagString = "Warcry", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCursedGroundSupport"] = { @@ -8059,25 +10018,70 @@ return { grantedEffectId = "SupportCursedGroundPlayer", tags = { support = true, + curse = true, }, gemType = "Support", - tagString = "", + gemFamily = "Cursed Ground", + tagString = "Curse", reqStr = 0, reqDex = 0, reqInt = 100, Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemWeaponElementalDamageSupport"] = { - name = "Primal Armament", + ["Metadata/Items/Gems/SkillGemDoedresUndoingSupport"] = { + name = "Doedre's Undoing", + gameId = "Metadata/Items/Gem/SupportGemDoedresUndoing", + variantId = "DoedresUndoingSupport", + grantedEffectId = "SupportDoedresUndoingPlayer", + additionalGrantedEffectId1 = "TriggeredCurseZoneHazardExplosionPlayer", + tags = { + support = true, + grants_active_skill = true, + lineage = true, + area = true, + chaos = true, + curse = true, + hazard = true, + }, + gemType = "Support", + gemFamily = "Cursed Ground", + tagString = "Lineage, AoE, Chaos, Curse, Hazard", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemElementalArmamentSupport"] = { + name = "Elemental Armament I", gameId = "Metadata/Items/Gems/SupportGemPrimalArmament", - variantId = "WeaponElementalDamageSupport", - grantedEffectId = "SupportWeaponElementalDamagePlayer", + variantId = "ElementalArmamentSupport", + grantedEffectId = "SupportElementalArmamentPlayer", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Elemental Armament", + tagString = "Attack", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemElementalArmamentSupportTwo"] = { + name = "Elemental Armament II", + gameId = "Metadata/Items/Gems/SupportGemPrimalArmamentTwo", + variantId = "ElementalArmamentSupportTwo", + grantedEffectId = "SupportElementalArmamentPlayerTwo", tags = { support = true, attack = true, }, gemType = "Support", + gemFamily = "Elemental Armament", tagString = "Attack", reqStr = 100, reqDex = 0, @@ -8085,25 +10089,61 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemCooldownReductionSupport"] = { - name = "Ingenuity", + ["Metadata/Items/Gems/SkillGemElementalArmamentSupportThree"] = { + name = "Elemental Armament III", + gameId = "Metadata/Items/Gems/SupportGemPrimalArmamentThree", + variantId = "ElementalArmamentSupportThree", + grantedEffectId = "SupportElementalArmamentPlayerThree", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Elemental Armament", + tagString = "Attack", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCooldownRecoverySupport"] = { + name = "Cooldown Recovery I", gameId = "Metadata/Items/Gems/SupportGemIngenuity", - variantId = "CooldownReductionSupport", - grantedEffectId = "SupportCooldownReductionPlayer", + variantId = "CooldownRecoverySupport", + grantedEffectId = "SupportCooldownRecoveryPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Cooldown Recovery", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemAscendancyElementalExpression"] = { - name = "Elemental Expression", - baseTypeName = "Elemental Expression", + ["Metadata/Items/Gems/SkillGemCooldownRecoverySupportTwo"] = { + name = "Cooldown Recovery II", + gameId = "Metadata/Items/Gems/SupportGemIngenuityTwo", + variantId = "CooldownRecoverySupportTwo", + grantedEffectId = "SupportCooldownRecoveryPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Cooldown Recovery", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAscendancyElementalExpression"] = { + name = "Elemental Expression", + baseTypeName = "Elemental Expression", gameId = "Metadata/Items/Gem/SkillGemAscendancyElementalExpression", variantId = "AscendancyElementalExpression", grantedEffectId = "ElementalExpressionTriggeredPlayer", @@ -8139,13 +10179,13 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, projectile = true, cold = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, Projectile, Cold", + gemType = "Attack", + tagString = "Projectile, Cold, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -8170,9 +10210,10 @@ return { area = true, aura = true, duration = true, + conditional = true, }, gemType = "Banner", - tagString = "Buff, Persistent, AoE, Aura, Duration", + tagString = "Buff, Persistent, AoE, Aura, Duration, Conditional", reqStr = 50, reqDex = 50, reqInt = 0, @@ -8196,9 +10237,10 @@ return { area = true, aura = true, duration = true, + conditional = true, }, gemType = "Banner", - tagString = "Buff, Persistent, AoE, Aura, Duration", + tagString = "Buff, Persistent, AoE, Aura, Duration, Conditional", reqStr = 50, reqDex = 50, reqInt = 0, @@ -8222,9 +10264,10 @@ return { area = true, aura = true, duration = true, + conditional = true, }, gemType = "Banner", - tagString = "Buff, Persistent, AoE, Aura, Duration", + tagString = "Buff, Persistent, AoE, Aura, Duration, Conditional", reqStr = 50, reqDex = 50, reqInt = 0, @@ -8239,20 +10282,17 @@ return { grantedEffectId = "FreezingMarkPlayer", additionalGrantedEffectId1 = "TriggeredFreezingMarkNovaPlayer", tags = { + mark = true, dexterity = true, intelligence = true, grants_active_skill = true, - barrageable = true, - spell = true, attack = true, area = true, - mark = true, cold = true, duration = true, - nova = true, }, - gemType = "Barrageable", - tagString = "Spell, Attack, AoE, Mark, Cold, Duration, Nova", + gemType = "Mark", + tagString = "Attack, AoE, Cold, Duration", reqStr = 0, reqDex = 50, reqInt = 50, @@ -8267,19 +10307,16 @@ return { grantedEffectId = "VoltaicMarkPlayer", additionalGrantedEffectId1 = "TriggeredVoltaicMarkNovaPlayer", tags = { + mark = true, dexterity = true, grants_active_skill = true, - barrageable = true, - spell = true, attack = true, area = true, - mark = true, lightning = true, duration = true, - nova = true, }, - gemType = "Barrageable", - tagString = "Spell, Attack, AoE, Mark, Lightning, Duration, Nova", + gemType = "Mark", + tagString = "Attack, AoE, Lightning, Duration", reqStr = 0, reqDex = 100, reqInt = 0, @@ -8306,7 +10343,7 @@ return { }, gemType = "Attack", tagString = "AoE, Melee, Strike, Chaos, Meta", - weaponRequirements = "Quarterstaff, Unarmed", + weaponRequirements = "Quarterstaff", reqStr = 0, reqDex = 50, reqInt = 50, @@ -8321,6 +10358,7 @@ return { grantedEffectId = "TimeOfNeedPlayer", tags = { strength = true, + intelligence = true, grants_active_skill = true, buff = true, persistent = true, @@ -8328,9 +10366,9 @@ return { }, gemType = "Buff", tagString = "Persistent, Duration", - reqStr = 100, + reqStr = 75, reqDex = 0, - reqInt = 0, + reqInt = 25, Tier = 8, naturalMaxLevel = 20, }, @@ -8351,10 +10389,11 @@ return { lightning = true, cold = true, fire = true, + invocation = true, meta = true, }, gemType = "Buff", - tagString = "Persistent, Trigger, Lightning, Cold, Fire, Meta", + tagString = "Persistent, Trigger, Lightning, Cold, Fire, Invocation, Meta", reqStr = 0, reqDex = 50, reqInt = 50, @@ -8438,6 +10477,7 @@ return { totem = true, }, gemType = "Support", + gemFamily = "Font", tagString = "Totem", reqStr = 100, reqDex = 0, @@ -8455,6 +10495,7 @@ return { totem = true, }, gemType = "Support", + gemFamily = "Font", tagString = "Totem", reqStr = 0, reqDex = 0, @@ -8472,6 +10513,7 @@ return { totem = true, }, gemType = "Support", + gemFamily = "Font", tagString = "Totem", reqStr = 100, reqDex = 0, @@ -8480,7 +10522,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAftershockChanceSupport"] = { - name = "Aftershock", + name = "Aftershock I", gameId = "Metadata/Items/Gems/SupportGemAftershock", variantId = "AftershockChanceSupport", grantedEffectId = "SupportAftershockChancePlayer", @@ -8491,6 +10533,7 @@ return { slam = true, }, gemType = "Support", + gemFamily = "Aftershock", tagString = "Attack, Melee, Slam", reqStr = 100, reqDex = 0, @@ -8498,13 +10541,53 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemAftershockChanceSupportTwo"] = { + name = "Aftershock II", + gameId = "Metadata/Items/Gems/SupportGemAftershockTwo", + variantId = "AftershockChanceSupportTwo", + grantedEffectId = "SupportAftershockChancePlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + slam = true, + }, + gemType = "Support", + gemFamily = "Aftershock", + tagString = "Attack, Melee, Slam", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAftershockChanceSupportThree"] = { + name = "Aftershock III", + gameId = "Metadata/Items/Gems/SupportGemAftershockThree", + variantId = "AftershockChanceSupportThree", + grantedEffectId = "SupportAftershockChancePlayerThree", + tags = { + support = true, + attack = true, + melee = true, + slam = true, + }, + gemType = "Support", + gemFamily = "Aftershock", + tagString = "Attack, Melee, Slam", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemClusterGrenade"] = { name = "Cluster Grenade", baseTypeName = "Cluster Grenade", gameId = "Metadata/Items/Gem/SkillGemClusterGrenade", variantId = "ClusterGrenade", grantedEffectId = "ClusterGrenadePlayer", - additionalGrantedEffectId1 = "ClusterGrenadeMiniPlayer", + additionalStatSet1 = "ClusterGrenadeMiniPlayer", tags = { strength = true, dexterity = true, @@ -8534,15 +10617,15 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, physical = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Physical, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Physical, Duration, Barrageable", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -8550,12 +10633,12 @@ return { Tier = 11, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemChargeInfusion"] = { - name = "Charge Infusion", + ["Metadata/Items/Gems/SkillGemChargeRegulation"] = { + name = "Charge Regulation", baseTypeName = "Charge Infusion", gameId = "Metadata/Items/Gem/SkillGemChargeInfusion", - variantId = "ChargeInfusion", - grantedEffectId = "ChargeInfusionPlayer", + variantId = "ChargeRegulation", + grantedEffectId = "ChargeRegulationPlayer", tags = { dexterity = true, intelligence = true, @@ -8582,11 +10665,12 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Holy Descent", tagString = "AoE, Duration", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBurningRunesSupport"] = { @@ -8604,11 +10688,12 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Burning Inscription", tagString = "AoE, Trigger, Fire", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemShardScavenger"] = { @@ -8639,21 +10724,82 @@ return { naturalMaxLevel = 20, }, ["Metadata/Items/Gems/SkillGemDoubleBarrelSupport"] = { - name = "Double Barrel", + name = "Double Barrel I", gameId = "Metadata/Items/Gem/SupportGemDoubleBarrel", variantId = "DoubleBarrelSupport", grantedEffectId = "SupportDoubleBarrelPlayer", tags = { support = true, + ammunition = true, + projectile = true, }, gemType = "Support", - tagString = "", + gemFamily = "Double Barrel", + tagString = "Ammunition, Projectile", reqStr = 100, reqDex = 0, reqInt = 0, Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemDoubleBarrelSupportTwo"] = { + name = "Double Barrel II", + gameId = "Metadata/Items/Gem/SupportGemDoubleBarrelTwo", + variantId = "DoubleBarrelSupportTwo", + grantedEffectId = "SupportDoubleBarrelPlayerTwo", + tags = { + support = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Double Barrel", + tagString = "Ammunition, Projectile", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDoubleBarrelSupportThree"] = { + name = "Double Barrel III", + gameId = "Metadata/Items/Gem/SupportGemDoubleBarrelThree", + variantId = "DoubleBarrelSupportThree", + grantedEffectId = "SupportDoubleBarrelPlayerThree", + tags = { + support = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Double Barrel", + tagString = "Ammunition, Projectile", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCombatReloadSupport"] = { + name = "Ratha's Assault", + gameId = "Metadata/Items/Gem/SupportGemCombatReload", + variantId = "CombatReloadSupport", + grantedEffectId = "SupportCombatReloadPlayer", + tags = { + support = true, + lineage = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Double Barrel", + tagString = "Lineage, Ammunition, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemAutoReloadSupport"] = { name = "Auto Reload", gameId = "Metadata/Items/Gem/SupportGemAutoReload", @@ -8661,29 +10807,93 @@ return { grantedEffectId = "SupportAutoReloadPlayer", tags = { support = true, + ammunition = true, + projectile = true, }, gemType = "Support", - tagString = "", + gemFamily = "Auto Reload", + tagString = "Ammunition, Projectile", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAmmoConservationSupport"] = { - name = "Ammo Conservation", + name = "Ammo Conservation I", gameId = "Metadata/Items/Gem/SupportGemAmmoConservation", variantId = "AmmoConservationSupport", grantedEffectId = "SupportAmmoConservationPlayer", tags = { support = true, + ammunition = true, + projectile = true, }, gemType = "Support", - tagString = "", + gemFamily = "Ammo Conservation", + tagString = "Ammunition, Projectile", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAmmoConservationSupportTwo"] = { + name = "Ammo Conservation II", + gameId = "Metadata/Items/Gem/SupportGemAmmoConservationTwo", + variantId = "AmmoConservationSupportTwo", + grantedEffectId = "SupportAmmoConservationPlayerTwo", + tags = { + support = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Ammo Conservation", + tagString = "Ammunition, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAmmoConservationSupportThree"] = { + name = "Ammo Conservation III", + gameId = "Metadata/Items/Gem/SupportGemAmmoConservationThree", + variantId = "AmmoConservationSupportThree", + grantedEffectId = "SupportAmmoConservationPlayerThree", + tags = { + support = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Ammo Conservation", + tagString = "Ammunition, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAmmoConservationSupportFour"] = { + name = "Arjun's Medal", + gameId = "Metadata/Items/Gem/SupportGemAmmoConservationFour", + variantId = "AmmoConservationSupportFour", + grantedEffectId = "SupportAmmoConservationPlayerFour", + tags = { + support = true, + lineage = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Ammo Conservation", + tagString = "Lineage, Ammunition, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemNimbleReloadSupport"] = { @@ -8693,17 +10903,20 @@ return { grantedEffectId = "SupportNimbleReloadPlayer", tags = { support = true, + ammunition = true, + projectile = true, }, gemType = "Support", - tagString = "", + gemFamily = "Nimble Reload", + tagString = "Ammunition, Projectile", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFreshClipSupport"] = { - name = "Fresh Clip", + name = "Fresh Clip I", gameId = "Metadata/Items/Gem/SupportGemFreshClip", variantId = "FreshClipSupport", grantedEffectId = "SupportFreshClipPlayer", @@ -8711,6 +10924,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Fresh Clip", tagString = "", reqStr = 100, reqDex = 0, @@ -8718,6 +10932,59 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemFreshClipSupportTwo"] = { + name = "Fresh Clip II", + gameId = "Metadata/Items/Gem/SupportGemFreshClipTwo", + variantId = "FreshClipSupportTwo", + grantedEffectId = "SupportFreshClipPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Fresh Clip", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSacrificialLambSupport"] = { + name = "Sacrificial Lamb I", + gameId = "Metadata/Items/Gem/SupportGemSacrificialLamb", + variantId = "SacrificialLambSupport", + grantedEffectId = "SupportSacrificialLambPlayer", + tags = { + support = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Sacrificial Lamb", + tagString = "Minion", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSacrificialLambSupportTwo"] = { + name = "Sacrificial Lamb II", + gameId = "Metadata/Items/Gem/SupportGemSacrificialLambTwo", + variantId = "SacrificialLambSupportTwo", + grantedEffectId = "SupportSacrificialLambPlayerTwo", + tags = { + support = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Sacrificial Lamb", + tagString = "Minion", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemOverwhelmingPresence"] = { name = "Overwhelming Presence", baseTypeName = "Overwhelming Presence", @@ -8774,10 +11041,11 @@ return { buff = true, persistent = true, trigger = true, + invocation = true, meta = true, }, gemType = "Buff", - tagString = "Persistent, Trigger, Meta", + tagString = "Persistent, Trigger, Invocation, Meta", reqStr = 0, reqDex = 50, reqInt = 50, @@ -8863,10 +11131,9 @@ return { area = true, projectile = true, cold = true, - stages = true, }, gemType = "Attack", - tagString = "AoE, Projectile, Cold, Staged", + tagString = "AoE, Projectile, Cold", weaponRequirements = "Bow", reqStr = 0, reqDex = 100, @@ -8968,6 +11235,56 @@ return { Tier = 4, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemRavenousSwarm"] = { + name = "Ravenous Swarm", + baseTypeName = "Ravenous Swarm", + gameId = "Metadata/Items/Gem/SkillGemRavenousSwarm", + variantId = "RavenousSwarm", + grantedEffectId = "RavenousSwarmPlayer", + tags = { + buff = true, + intelligence = true, + grants_active_skill = true, + minion = true, + persistent = true, + physical = true, + chaos = true, + duration = true, + }, + gemType = "Buff", + tagString = "Minion, Persistent, Physical, Chaos, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemMirageArcher"] = { + name = "Mirage Archer", + baseTypeName = "Mirage Archer", + gameId = "Metadata/Items/Gem/SkillGemMirageArcher", + variantId = "MirageArcher", + grantedEffectId = "MetaMirageArcherPlayer", + additionalGrantedEffectId1 = "SupportMirageArcherPlayer", + additionalGrantedEffectId2 = "MirageArcherSpawnPlayer", + tags = { + buff = true, + dexterity = true, + grants_active_skill = true, + persistent = true, + trigger = true, + duration = true, + meta = true, + }, + gemType = "Buff", + tagString = "Persistent, Trigger, Duration, Meta", + weaponRequirements = "Spear, Bow, Crossbow", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 8, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemCombatFrenzy"] = { name = "Combat Frenzy", baseTypeName = "Combat Frenzy", @@ -9012,6 +11329,30 @@ return { Tier = 0, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemCastCurseOnBlock"] = { + name = "Curse on Block", + baseTypeName = "Curse on Block", + gameId = "Metadata/Items/Gems/SkillGemCastCurseOnBlock", + variantId = "CastCurseOnBlock", + grantedEffectId = "MetaCastCurseOnBlockPlayer", + additionalGrantedEffectId1 = "SupportMetaCastCurseOnBlockPlayer", + tags = { + buff = true, + dexterity = true, + intelligence = true, + grants_active_skill = true, + persistent = true, + trigger = true, + meta = true, + }, + gemType = "Buff", + tagString = "Persistent, Trigger, Meta", + reqStr = 0, + reqDex = 50, + reqInt = 50, + Tier = 0, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemGatheringStorm"] = { name = "Gathering Storm", baseTypeName = "Gathering Storm", @@ -9041,17 +11382,18 @@ return { Tier = 13, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemUpheavalSupport"] = { - name = "Upheaval", - gameId = "Metadata/Items/Gem/SupportGemUpheaval", - variantId = "UpheavalSupport", - grantedEffectId = "SupportUpheavalPlayer", + ["Metadata/Items/Gems/SkillGemBranchingFissuresSupport"] = { + name = "Branching Fissures I", + gameId = "Metadata/Items/Gem/SupportGemBranchingFissures", + variantId = "BranchingFissuresSupport", + grantedEffectId = "SupportBranchingFissuresPlayer", tags = { support = true, attack = true, melee = true, }, gemType = "Support", + gemFamily = "Fissures", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, @@ -9059,25 +11401,102 @@ return { Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemGroundEffectDurationSupport"] = { - name = "Despoiler", - gameId = "Metadata/Items/Gems/SupportGemDespoiler", - variantId = "GroundEffectDurationSupport", - grantedEffectId = "SupportGroundEffectDurationPlayer", + ["Metadata/Items/Gems/SkillGemBranchingFissuresSupportTwo"] = { + name = "Branching Fissures II", + gameId = "Metadata/Items/Gem/SupportGemBranchingFissuresTwo", + variantId = "BranchingFissuresSupportTwo", + grantedEffectId = "SupportBranchingFissuresPlayerTwo", tags = { support = true, - duration = true, + attack = true, + melee = true, }, gemType = "Support", - tagString = "Duration", + gemFamily = "Fissures", + tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUpheavalSupport"] = { + name = "Upheaval I", + gameId = "Metadata/Items/Gem/SupportGemUpheaval", + variantId = "UpheavalSupport", + grantedEffectId = "SupportUpheavalPlayer", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Fissures", + tagString = "Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUpheavalSupportTwo"] = { + name = "Upheaval II", + gameId = "Metadata/Items/Gem/SupportGemUpheavalTwo", + variantId = "UpheavalSupportTwo", + grantedEffectId = "SupportUpheavalPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Fissures", + tagString = "Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemKaomsMadnessSupport"] = { + name = "Kaom's Madness", + gameId = "Metadata/Items/Gem/SupportGemKaomsMadness", + variantId = "KaomsMadnessSupport", + grantedEffectId = "SupportKaomsMadnessPlayer", + tags = { + support = true, + lineage = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Fissures", + tagString = "Lineage, Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemLastingGroundSupport"] = { + name = "Lasting Ground", + gameId = "Metadata/Items/Gems/SupportGemDespoiler", + variantId = "LastingGroundSupport", + grantedEffectId = "SupportLastingGroundPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Lasting Ground", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemTerrainChainSupport"] = { - name = "Ricochet", + name = "Ricochet I", gameId = "Metadata/Items/Gem/SupportGemRicochet", variantId = "TerrainChainSupport", grantedEffectId = "SupportRicochetPlayer", @@ -9086,6 +11505,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Ricochet", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -9093,16 +11513,53 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemTotemPlacementSpeedSupport"] = { - name = "Ancestral Urgency", + ["Metadata/Items/Gems/SkillGemTerrainChainSupportTwo"] = { + name = "Ricochet II", + gameId = "Metadata/Items/Gem/SupportGemRicochetTwo", + variantId = "TerrainChainSupportTwo", + grantedEffectId = "SupportRicochetPlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Ricochet", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemTerrainChainSupportThree"] = { + name = "Ricochet III", + gameId = "Metadata/Items/Gem/SupportGemRicochetThree", + variantId = "TerrainChainSupportThree", + grantedEffectId = "SupportRicochetPlayerThree", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Ricochet", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUrgentTotemsSupport"] = { + name = "Urgent Totems I", gameId = "Metadata/Items/Gem/SupportGemAncestralUrgency", - variantId = "TotemPlacementSpeedSupport", - grantedEffectId = "SupportAncestralUrgencyPlayer", + variantId = "UrgentTotemsSupport", + grantedEffectId = "SupportUrgentTotemsPlayer", tags = { support = true, totem = true, }, gemType = "Support", + gemFamily = "Urgent Totems", tagString = "Totem", reqStr = 100, reqDex = 0, @@ -9110,21 +11567,74 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemUrgentTotemsSupportTwo"] = { + name = "Urgent Totems II", + gameId = "Metadata/Items/Gem/SupportGemAncestralUrgencyTwo", + variantId = "UrgentTotemsSupportTwo", + grantedEffectId = "SupportUrgentTotemsPlayerTwo", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Urgent Totems", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUrgentTotemsSupportThree"] = { + name = "Urgent Totems III", + gameId = "Metadata/Items/Gem/SupportGemAncestralUrgencyThree", + variantId = "UrgentTotemsSupportThree", + grantedEffectId = "SupportUrgentTotemsPlayerThree", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Urgent Totems", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemLongFuseSupport"] = { - name = "Long Fuse", + name = "Long Fuse I", gameId = "Metadata/Items/Gem/SupportGemLongFuse", variantId = "LongFuseSupport", grantedEffectId = "SupportLongFusePlayer", tags = { support = true, - grenade = true, }, gemType = "Support", - tagString = "Grenade", + gemFamily = "Long Fuse", + tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemLongFuseSupportTwo"] = { + name = "Long Fuse II", + gameId = "Metadata/Items/Gem/SupportGemLongFuseTwo", + variantId = "LongFuseSupportTwo", + grantedEffectId = "SupportLongFusePlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Long Fuse", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPayloadSupport"] = { @@ -9137,23 +11647,25 @@ return { grenade = true, }, gemType = "Support", + gemFamily = "Payload", tagString = "Grenade", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemStripAwaySupport"] = { - name = "Strip Away", + ["Metadata/Items/Gems/SkillGemPotentExposureSupport"] = { + name = "Potent Exposure", gameId = "Metadata/Items/Gem/SupportGemStripAway", - variantId = "StripAwaySupport", - grantedEffectId = "SupportStripAwayPlayer", + variantId = "PotentExposureSupport", + grantedEffectId = "SupportPotentExposurePlayer", tags = { support = true, spell = true, }, gemType = "Support", + gemFamily = "Potent Exposure", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -9161,21 +11673,40 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemIronwoodSupport"] = { - name = "Ironwood", + ["Metadata/Items/Gems/SkillGemReinforcedTotemsSupport"] = { + name = "Reinforced Totems I", gameId = "Metadata/Items/Gem/SupportGemIronwood", - variantId = "IronwoodSupport", - grantedEffectId = "SupportIronwoodPlayer", + variantId = "ReinforcedTotemsSupport", + grantedEffectId = "SupportReinforcedTotemsPlayer", tags = { support = true, totem = true, }, gemType = "Support", + gemFamily = "Reinforced Totems", tagString = "Totem", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemReinforcedTotemsSupportTwo"] = { + name = "Reinforced Totems II", + gameId = "Metadata/Items/Gem/SupportGemIronwoodTwo", + variantId = "ReinforcedTotemsSupportTwo", + grantedEffectId = "SupportReinforcedTotemsPlayerTwo", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Reinforced Totems", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemConsideredCastingSupport"] = { @@ -9188,6 +11719,7 @@ return { spell = true, }, gemType = "Support", + gemFamily = "Considered Casting", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -9196,7 +11728,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemWildshardsSupport"] = { - name = "Wildshards", + name = "Wildshards I", gameId = "Metadata/Items/Gem/SupportGemWildshards", variantId = "WildshardsSupport", grantedEffectId = "SupportWildshardsPlayer", @@ -9206,6 +11738,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Additional Projectiles", tagString = "Spell, Projectile", reqStr = 0, reqDex = 0, @@ -9213,6 +11746,45 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemWildshardsSupportTwo"] = { + name = "Wildshards II", + gameId = "Metadata/Items/Gem/SupportGemWildshardsTwo", + variantId = "WildshardsSupportTwo", + grantedEffectId = "SupportWildshardsPlayerTwo", + tags = { + support = true, + spell = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Additional Projectiles", + tagString = "Spell, Projectile", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemWildshardsSupportThree"] = { + name = "Sione's Temper", + gameId = "Metadata/Items/Gem/SupportGemWildshardsThree", + variantId = "WildshardsSupportThree", + grantedEffectId = "SupportWildshardsPlayerThree", + tags = { + support = true, + lineage = true, + spell = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Additional Projectiles", + tagString = "Lineage, Spell, Projectile", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemIcicleSupport"] = { name = "Icicle", gameId = "Metadata/Items/Gem/SupportGemIcicle", @@ -9222,6 +11794,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Icicle", tagString = "", reqStr = 0, reqDex = 0, @@ -9238,6 +11811,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Glacier", tagString = "", reqStr = 0, reqDex = 0, @@ -9255,11 +11829,12 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Heft", tagString = "Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemTempestuousTempoSupport"] = { @@ -9271,6 +11846,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Rising Tempest", tagString = "", reqStr = 0, reqDex = 0, @@ -9288,6 +11864,7 @@ return { spell = true, }, gemType = "Support", + gemFamily = "Extraction", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -9304,6 +11881,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Astral Projection", tagString = "", reqStr = 0, reqDex = 0, @@ -9323,11 +11901,12 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Practiced Combo", tagString = "Attack, Melee, Strike", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemLeverageSupport"] = { @@ -9339,15 +11918,16 @@ return { support = true, }, gemType = "Support", + gemFamily = "Leverage", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCulminationSupport"] = { - name = "Culmination", + name = "Culmination I", gameId = "Metadata/Items/Gem/SupportGemCulmination", variantId = "CulminationSupport", grantedEffectId = "SupportCulminationPlayer", @@ -9358,6 +11938,7 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Culmination", tagString = "Attack, Melee, Conditional", reqStr = 0, reqDex = 100, @@ -9365,6 +11946,26 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemCulminationSupportTwo"] = { + name = "Culmination II", + gameId = "Metadata/Items/Gem/SupportGemCulminationTwo", + variantId = "CulminationSupportTwo", + grantedEffectId = "SupportCulminationPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + conditional = true, + }, + gemType = "Support", + gemFamily = "Culmination", + tagString = "Attack, Melee, Conditional", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemPotentialSupport"] = { name = "Potential", gameId = "Metadata/Items/Gem/SupportGemPotential", @@ -9374,11 +11975,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Potential", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemExpanseSupport"] = { @@ -9391,6 +11993,7 @@ return { area = true, }, gemType = "Support", + gemFamily = "Grants Cooldown", tagString = "AoE", reqStr = 0, reqDex = 0, @@ -9407,6 +12010,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Grants Cooldown", tagString = "", reqStr = 0, reqDex = 0, @@ -9423,6 +12027,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Grants Cooldown", tagString = "", reqStr = 0, reqDex = 0, @@ -9440,6 +12045,7 @@ return { trigger = true, }, gemType = "Support", + gemFamily = "Energy Retention", tagString = "Trigger", reqStr = 0, reqDex = 0, @@ -9456,22 +12062,24 @@ return { support = true, }, gemType = "Support", + gemFamily = "Ferocity", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemAblationSupport"] = { - name = "Ablation", + ["Metadata/Items/Gems/SkillGemSacrificialOfferingSupport"] = { + name = "Sacrificial Offering", gameId = "Metadata/Items/Gem/SupportGemAblation", - variantId = "AblationSupport", - grantedEffectId = "SupportAblationPlayer", + variantId = "SacrificialOfferingSupport", + grantedEffectId = "SupportSacrificalOfferingPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Sacrificial Offering", tagString = "", reqStr = 0, reqDex = 0, @@ -9488,22 +12096,24 @@ return { support = true, }, gemType = "Support", + gemFamily = "Danse Macabre", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemCapacitorSupport"] = { - name = "Capacitor", + ["Metadata/Items/Gems/SkillGemEnergyCapacitorSupport"] = { + name = "Energy Capacitor", gameId = "Metadata/Items/Gem/SupportGemCapacitor", - variantId = "CapacitorSupport", - grantedEffectId = "SupportCapacitorPlayer", + variantId = "EnergyCapacitorSupport", + grantedEffectId = "SupportEnergyCapacitorPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Energy Capacitor", tagString = "", reqStr = 0, reqDex = 0, @@ -9511,15 +12121,16 @@ return { Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemImpetusSupport"] = { - name = "Impetus", + ["Metadata/Items/Gems/SkillGemBoundlessEnergySupport"] = { + name = "Boundless Energy I", gameId = "Metadata/Items/Gem/SupportGemImpetus", - variantId = "ImpetusSupport", - grantedEffectId = "SupportImpetusPlayer", + variantId = "BoundlessEnergySupport", + grantedEffectId = "SupportBoundlessEnergyPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Boundless Energy", tagString = "", reqStr = 0, reqDex = 0, @@ -9527,16 +12138,34 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemDissipateSupport"] = { - name = "Dissipate", + ["Metadata/Items/Gems/SkillGemBoundlessEnergySupportTwo"] = { + name = "Boundless Energy II", + gameId = "Metadata/Items/Gem/SupportGemImpetusTwo", + variantId = "BoundlessEnergySupportTwo", + grantedEffectId = "SupportBoundlessEnergyPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Boundless Energy", + tagString = "", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFleetingRemnantsSupport"] = { + name = "Harmonic Remnants I", gameId = "Metadata/Items/Gem/SupportGemDissipate", - variantId = "DissipateSupport", - grantedEffectId = "SupportDissipatePlayer", + variantId = "FleetingRemnantsSupport", + grantedEffectId = "SupportFleetingRemnantsPlayer", tags = { support = true, remnant = true, }, gemType = "Support", + gemFamily = "Harmonic Remnants", tagString = "Remnant", reqStr = 0, reqDex = 0, @@ -9544,6 +12173,24 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemFleetingRemnantsSupportTwo"] = { + name = "Harmonic Remnants II", + gameId = "Metadata/Items/Gem/SupportGemDissipateTwo", + variantId = "FleetingRemnantsSupportTwo", + grantedEffectId = "SupportFleetingRemnantsPlayerTwo", + tags = { + support = true, + remnant = true, + }, + gemType = "Support", + gemFamily = "Harmonic Remnants", + tagString = "Remnant", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemFlukeSupport"] = { name = "Fluke", gameId = "Metadata/Items/Gem/SupportGemFluke", @@ -9554,6 +12201,7 @@ return { trigger = true, }, gemType = "Support", + gemFamily = "Fluke", tagString = "Trigger", reqStr = 0, reqDex = 0, @@ -9561,8 +12209,27 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemFlukeSupportTwo"] = { + name = "Ixchel's Torment", + gameId = "Metadata/Items/Gem/SupportGemFlukeTwo", + variantId = "FlukeSupportTwo", + grantedEffectId = "SupportFlukePlayerTwo", + tags = { + support = true, + lineage = true, + trigger = true, + }, + gemType = "Support", + gemFamily = "Fluke", + tagString = "Lineage, Trigger", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemZenithSupport"] = { - name = "Zenith", + name = "Zenith I", gameId = "Metadata/Items/Gem/SupportGemZenith", variantId = "ZenithSupport", grantedEffectId = "SupportZenithPlayer", @@ -9571,6 +12238,7 @@ return { spell = true, }, gemType = "Support", + gemFamily = "Zenith", tagString = "Spell", reqStr = 0, reqDex = 0, @@ -9578,8 +12246,26 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemZenithSupportTwo"] = { + name = "Zenith II", + gameId = "Metadata/Items/Gem/SupportGemZenithTwo", + variantId = "ZenithSupportTwo", + grantedEffectId = "SupportZenithPlayerTwo", + tags = { + support = true, + spell = true, + }, + gemType = "Support", + gemFamily = "Zenith", + tagString = "Spell", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemBiddingSupport"] = { - name = "Bidding", + name = "Bidding I", gameId = "Metadata/Items/Gem/SupportGemBidding", variantId = "BiddingSupport", grantedEffectId = "SupportBiddingPlayer", @@ -9589,6 +12275,7 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Bidding", tagString = "Command, Minion", reqStr = 0, reqDex = 0, @@ -9596,59 +12283,136 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemCommandmentSupport"] = { - name = "Commandment", - gameId = "Metadata/Items/Gem/SupportGemCommandment", - variantId = "CommandmentSupport", - grantedEffectId = "SupportCommandment", + ["Metadata/Items/Gems/SkillGemBiddingSupportTwo"] = { + name = "Bidding II", + gameId = "Metadata/Items/Gem/SupportGemBiddingTwo", + variantId = "BiddingSupportTwo", + grantedEffectId = "SupportBiddingPlayerTwo", tags = { support = true, command = true, minion = true, }, gemType = "Support", + gemFamily = "Bidding", tagString = "Command, Minion", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 4, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFlowSupport"] = { - name = "Flow", - gameId = "Metadata/Items/Gem/SupportGemFlow", - variantId = "FlowSupport", - grantedEffectId = "SupportFlowPlayer", + ["Metadata/Items/Gems/SkillGemBiddingSupportThree"] = { + name = "Bidding III", + gameId = "Metadata/Items/Gem/SupportGemBiddingThree", + variantId = "BiddingSupportThree", + grantedEffectId = "SupportBiddingPlayerThree", tags = { support = true, + command = true, + minion = true, }, gemType = "Support", - tagString = "", + gemFamily = "Bidding", + tagString = "Command, Minion", reqStr = 0, - reqDex = 100, - reqInt = 0, - Tier = 2, - naturalMaxLevel = 1, - }, - ["Metadata/Items/Gems/SkillGemAdhereSupport"] = { - name = "Adhere", + reqDex = 0, + reqInt = 100, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCommandmentSupport"] = { + name = "Commandment", + gameId = "Metadata/Items/Gem/SupportGemCommandment", + variantId = "CommandmentSupport", + grantedEffectId = "SupportCommandment", + tags = { + support = true, + command = true, + minion = true, + }, + gemType = "Support", + gemFamily = "Commandment", + tagString = "Command, Minion", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFlowSupport"] = { + name = "Flow", + gameId = "Metadata/Items/Gem/SupportGemFlow", + variantId = "FlowSupport", + grantedEffectId = "SupportFlowPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Flow", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAdhesiveGrenadesSupport"] = { + name = "Adhesive Grenades I", gameId = "Metadata/Items/Gem/SupportGemAdhere", - variantId = "AdhereSupport", - grantedEffectId = "SupportAdherePlayer", + variantId = "AdhesiveGrenadesSupport", + grantedEffectId = "SupportAdhesiveGrenadesPlayer", tags = { support = true, grenade = true, }, gemType = "Support", + gemFamily = "Adhesive Grenades", tagString = "Grenade", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAdhesiveGrenadesSupportTwo"] = { + name = "Adhesive Grenades II", + gameId = "Metadata/Items/Gem/SupportGemAdhereTwo", + variantId = "AdhesiveGrenadesSupportTwo", + grantedEffectId = "SupportAdhesiveGrenadesPlayerTwo", + tags = { + support = true, + grenade = true, + }, + gemType = "Support", + gemFamily = "Adhesive Grenades", + tagString = "Grenade", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAdhesiveGrenadesSupportThree"] = { + name = "Adhesive Grenades III", + gameId = "Metadata/Items/Gem/SupportGemAdhereThree", + variantId = "AdhesiveGrenadesSupportThree", + grantedEffectId = "SupportAdhesiveGrenadesPlayerThree", + tags = { + support = true, + grenade = true, + }, + gemType = "Support", + gemFamily = "Adhesive Grenades", + tagString = "Grenade", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRetaliateSupport"] = { - name = "Retaliate", + name = "Retaliate I", gameId = "Metadata/Items/Gem/SupportGemRetaliate", variantId = "RetaliateSupport", grantedEffectId = "SupportRetaliatePlayer", @@ -9658,11 +12422,31 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Retaliate", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRetaliateSupportTwo"] = { + name = "Retaliate II", + gameId = "Metadata/Items/Gem/SupportGemRetaliateTwo", + variantId = "RetaliateSupportTwo", + grantedEffectId = "SupportRetaliatePlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Retaliate", + tagString = "Attack, Melee", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemTremorsSupport"] = { @@ -9677,11 +12461,12 @@ return { slam = true, }, gemType = "Support", + gemFamily = "Tremors", tagString = "Attack, Melee, Slam", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSalvoSupport"] = { @@ -9695,6 +12480,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Additional Projectiles", tagString = "Attack, Projectile", reqStr = 0, reqDex = 100, @@ -9712,6 +12498,7 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Cadence", tagString = "Attack", reqStr = 0, reqDex = 100, @@ -9732,6 +12519,7 @@ return { chaining = true, }, gemType = "Support", + gemFamily = "Volt", tagString = "Attack, Projectile, Lightning, Chaining", reqStr = 0, reqDex = 100, @@ -9754,6 +12542,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Bone Shrapnel", tagString = "AoE, Trigger, Physical", reqStr = 0, reqDex = 0, @@ -9762,7 +12551,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAlignmentSupport"] = { - name = "Alignment", + name = "Alignment I", gameId = "Metadata/Items/Gem/SupportGemAlignment", variantId = "AlignmentSupport", grantedEffectId = "SupportAlignmentPlayer", @@ -9772,6 +12561,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Alignment", tagString = "Attack, Projectile", reqStr = 0, reqDex = 100, @@ -9779,6 +12569,44 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemAlignmentSupportTwo"] = { + name = "Alignment II", + gameId = "Metadata/Items/Gem/SupportGemAlignmentTwo", + variantId = "AlignmentSupportTwo", + grantedEffectId = "SupportAlignmentPlayerTwo", + tags = { + support = true, + attack = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Alignment", + tagString = "Attack, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAlignmentSupportThree"] = { + name = "Alignment III", + gameId = "Metadata/Items/Gem/SupportGemAlignmentThree", + variantId = "AlignmentSupportThree", + grantedEffectId = "SupportAlignmentPlayerThree", + tags = { + support = true, + attack = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Alignment, Additional Projectiles", + tagString = "Attack, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemDerangeSupport"] = { name = "Derange", gameId = "Metadata/Items/Gem/SupportGemDerange", @@ -9788,15 +12616,16 @@ return { support = true, }, gemType = "Support", + gemFamily = "Derange", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemChargedShotsSupport"] = { - name = "Charged Shots", + name = "Charged Shots I", gameId = "Metadata/Items/Gem/SupportGemChargedShots", variantId = "ChargedShotsSupport", grantedEffectId = "SupportChargedShotsPlayer", @@ -9806,6 +12635,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Charged Shots", tagString = "Attack, Projectile", reqStr = 0, reqDex = 100, @@ -9813,8 +12643,27 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemChargedShotsSupportTwo"] = { + name = "Charged Shots II", + gameId = "Metadata/Items/Gem/SupportGemChargedShotsTwo", + variantId = "ChargedShotsSupportTwo", + grantedEffectId = "SupportChargedShotsPlayerTwo", + tags = { + support = true, + attack = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Charged Shots", + tagString = "Attack, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemProfanitySupport"] = { - name = "Profanity", + name = "Profanity I", gameId = "Metadata/Items/Gem/SupportGemProfanity", variantId = "ProfanitySupport", grantedEffectId = "SupportProfanityPlayer", @@ -9823,6 +12672,7 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Profanity", tagString = "Chaos", reqStr = 0, reqDex = 0, @@ -9830,8 +12680,26 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemProfanitySupportTwo"] = { + name = "Profanity II", + gameId = "Metadata/Items/Gem/SupportGemProfanityTwo", + variantId = "ProfanitySupportTwo", + grantedEffectId = "SupportProfanityPlayerTwo", + tags = { + support = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Profanity", + tagString = "Chaos", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemBurgeonSupport"] = { - name = "Burgeon", + name = "Burgeon I", gameId = "Metadata/Items/Gem/SupportGemBurgeon", variantId = "BurgeonSupport", grantedEffectId = "SupportBurgeonPlayer", @@ -9840,6 +12708,7 @@ return { channelling = true, }, gemType = "Support", + gemFamily = "Burgeon", tagString = "Channelling", reqStr = 0, reqDex = 0, @@ -9847,8 +12716,26 @@ return { Tier = 1, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemBurgeonSupportTwo"] = { + name = "Burgeon II", + gameId = "Metadata/Items/Gem/SupportGemBurgeonTwo", + variantId = "BurgeonSupportTwo", + grantedEffectId = "SupportBurgeonPlayerTwo", + tags = { + support = true, + channelling = true, + }, + gemType = "Support", + gemFamily = "Burgeon", + tagString = "Channelling", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemSteadfastSupport"] = { - name = "Steadfast", + name = "Steadfast I", gameId = "Metadata/Items/Gem/SupportGemSteadfast", variantId = "SteadfastSupport", grantedEffectId = "SupportSteadfastPlayer", @@ -9857,11 +12744,30 @@ return { channelling = true, }, gemType = "Support", + gemFamily = "Steadfast", tagString = "Channelling", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSteadfastSupportTwo"] = { + name = "Steadfast II", + gameId = "Metadata/Items/Gem/SupportGemSteadfastTwo", + variantId = "SteadfastSupportTwo", + grantedEffectId = "SupportSteadfastPlayerTwo", + tags = { + support = true, + channelling = true, + }, + gemType = "Support", + gemFamily = "Steadfast", + tagString = "Channelling", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFlamepierceSupport"] = { @@ -9875,11 +12781,12 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Flamepierce", tagString = "Projectile, Fire", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFreezeForkSupport"] = { @@ -9893,11 +12800,12 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Freezefork", tagString = "Projectile, Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemStormchainSupport"] = { @@ -9912,11 +12820,12 @@ return { chaining = true, }, gemType = "Support", + gemFamily = "Stormchain", tagString = "Projectile, Lightning, Chaining", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemVerglasSupport"] = { @@ -9929,6 +12838,7 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Verglas", tagString = "Cold", reqStr = 0, reqDex = 0, @@ -9946,6 +12856,7 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Embitter", tagString = "Cold", reqStr = 0, reqDex = 0, @@ -9969,11 +12880,12 @@ return { payoff = true, }, gemType = "Support", + gemFamily = "Battershout", tagString = "Warcry, AoE, Trigger, Physical, Payoff", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 1, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemNadirSupport"] = { @@ -9986,6 +12898,7 @@ return { stages = true, }, gemType = "Support", + gemFamily = "Nadir", tagString = "Staged", reqStr = 0, reqDex = 0, @@ -10003,6 +12916,7 @@ return { curse = true, }, gemType = "Support", + gemFamily = "Abiding Hex", tagString = "Curse", reqStr = 0, reqDex = 0, @@ -10019,11 +12933,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Rusted Spikes", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCrazedMinionsSupport"] = { @@ -10037,11 +12952,12 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Crazed Minions", tagString = "Minion, Persistent", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSpectralVolleySupport"] = { @@ -10055,11 +12971,12 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Spectral Volley", tagString = "Attack, Projectile", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRallySupport"] = { @@ -10073,11 +12990,12 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Rally", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDeathmarchSupport"] = { @@ -10091,6 +13009,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Deathmarch", tagString = "Minion, Persistent", reqStr = 0, reqDex = 0, @@ -10107,6 +13026,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Acrimony", tagString = "", reqStr = 0, reqDex = 0, @@ -10115,7 +13035,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemConcoctSupport"] = { - name = "Concoct", + name = "Concoct I", gameId = "Metadata/Items/Gem/SupportGemConcoct", variantId = "ConcoctSupport", grantedEffectId = "SupportConcoctPlayer", @@ -10123,6 +13043,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Concoct", tagString = "", reqStr = 100, reqDex = 0, @@ -10130,6 +13051,23 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemConcoctSupportTwo"] = { + name = "Concoct II", + gameId = "Metadata/Items/Gem/SupportGemConcoctTwo", + variantId = "ConcoctSupportTwo", + grantedEffectId = "SupportConcoctPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Concoct", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemAmbrosiaSupport"] = { name = "Ambrosia", gameId = "Metadata/Items/Gem/SupportGemAmbrosia", @@ -10139,22 +13077,24 @@ return { support = true, }, gemType = "Support", + gemFamily = "Ambrosia", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemDomainSupport"] = { - name = "Domain", + ["Metadata/Items/Gems/SkillGemPersistentGroundSupport"] = { + name = "Persistent Ground I", gameId = "Metadata/Items/Gem/SupportGemDomain", - variantId = "DomainSupport", - grantedEffectId = "SupportDomainPlayer", + variantId = "PersistentGroundSupport", + grantedEffectId = "SupportPersistentGroundPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Persistent Ground", tagString = "", reqStr = 100, reqDex = 0, @@ -10162,16 +13102,51 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemFigureheadSupport"] = { - name = "Figurehead", + ["Metadata/Items/Gems/SkillGemPersistentGroundSupportTwo"] = { + name = "Persistent Ground II", + gameId = "Metadata/Items/Gem/SupportGemDomainTwo", + variantId = "PersistentGroundSupportTwo", + grantedEffectId = "SupportPersistentGroundPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Persistent Ground", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPersistentGroundSupportThree"] = { + name = "Persistent Ground III", + gameId = "Metadata/Items/Gem/SupportGemDomainThree", + variantId = "PersistentGroundSupportThree", + grantedEffectId = "SupportPersistentGroundPlayerThree", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Persistent Ground", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSelflessRemnantsSupport"] = { + name = "Selfless Remnants", gameId = "Metadata/Items/Gem/SupportGemFigurehead", - variantId = "FigureheadSupport", - grantedEffectId = "SupportFigureheadPlayer", + variantId = "SelflessRemnantsSupport", + grantedEffectId = "SupportSelflessRemnantsPlayer", tags = { support = true, remnant = true, }, gemType = "Support", + gemFamily = "Selfless Remnants", tagString = "Remnant", reqStr = 100, reqDex = 0, @@ -10179,16 +13154,35 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemInterludeSupport"] = { - name = "Interlude", + ["Metadata/Items/Gems/SkillGemRemnantPotencySupport"] = { + name = "Remnant Potency I", gameId = "Metadata/Items/Gem/SupportGemInterlude", - variantId = "InterludeSupport", + variantId = "RemnantPotencySupport", grantedEffectId = "SupportInterludePlayer", tags = { support = true, remnant = true, }, gemType = "Support", + gemFamily = "Remnant Potency", + tagString = "Remnant", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRemnantPotencySupportTwo"] = { + name = "Remnant Potency II", + gameId = "Metadata/Items/Gem/SupportGemInterludeTwo", + variantId = "RemnantPotencySupportTwo", + grantedEffectId = "SupportInterludePlayerTwo", + tags = { + support = true, + remnant = true, + }, + gemType = "Support", + gemFamily = "Remnant Potency", tagString = "Remnant", reqStr = 100, reqDex = 0, @@ -10196,6 +13190,24 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemRemnantPotencySupportThree"] = { + name = "Remnant Potency III", + gameId = "Metadata/Items/Gem/SupportGemInterludeThree", + variantId = "RemnantPotencySupportThree", + grantedEffectId = "SupportInterludePlayerThree", + tags = { + support = true, + remnant = true, + }, + gemType = "Support", + gemFamily = "Remnant Potency", + tagString = "Remnant", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemReverberateSupport"] = { name = "Reverberate", gameId = "Metadata/Items/Gem/SupportGemReverberate", @@ -10208,11 +13220,12 @@ return { slam = true, }, gemType = "Support", + gemFamily = "Reverberate", tagString = "Attack, Melee, Slam", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemClashSupport"] = { @@ -10226,6 +13239,7 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Clash", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, @@ -10242,11 +13256,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Malady", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDazzleSupport"] = { @@ -10259,11 +13274,12 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Dazzle", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemSyzygySupport"] = { @@ -10279,11 +13295,12 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Syzygy", tagString = "Attack, Melee, Slam, Fire", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemUnyieldingSupport"] = { @@ -10297,11 +13314,12 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Unyielding", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDesperationSupport"] = { @@ -10315,11 +13333,12 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Desperation", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemOverextendSupport"] = { @@ -10330,10 +13349,10 @@ return { tags = { support = true, attack = true, - critical = true, }, gemType = "Support", - tagString = "Attack, Critical", + gemFamily = "Overextend", + tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, @@ -10351,11 +13370,12 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Excoriate", tagString = "Attack, Melee", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemUnbendingSupport"] = { @@ -10368,15 +13388,16 @@ return { spell = true, }, gemType = "Support", + gemFamily = "Unbending", tagString = "Spell", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRetreatSupport"] = { - name = "Retreat", + name = "Retreat I", gameId = "Metadata/Items/Gem/SupportGemRetreat", variantId = "RetreatSupport", grantedEffectId = "SupportRetreatPlayer", @@ -10385,6 +13406,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Retreat", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -10392,10 +13414,46 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemPursuitSupport"] = { - name = "Pursuit", - gameId = "Metadata/Items/Gem/SupportGemPursuit", - variantId = "PursuitSupport", + ["Metadata/Items/Gems/SkillGemRetreatSupportTwo"] = { + name = "Retreat II", + gameId = "Metadata/Items/Gem/SupportGemRetreatTwo", + variantId = "RetreatSupportTwo", + grantedEffectId = "SupportRetreatPlayerTwo", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Retreat", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRetreatSupportThree"] = { + name = "Retreat III", + gameId = "Metadata/Items/Gem/SupportGemRetreatThree", + variantId = "RetreatSupportThree", + grantedEffectId = "SupportRetreatPlayerThree", + tags = { + support = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Retreat", + tagString = "Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPursuitSupport"] = { + name = "Pursuit I", + gameId = "Metadata/Items/Gem/SupportGemPursuit", + variantId = "PursuitSupport", grantedEffectId = "SupportPursuitPlayer", tags = { support = true, @@ -10403,6 +13461,7 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Pursuit", tagString = "Attack, Melee", reqStr = 0, reqDex = 100, @@ -10410,17 +13469,56 @@ return { Tier = 1, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemReachSupport"] = { - name = "Reach", + ["Metadata/Items/Gems/SkillGemPursuitSupportTwo"] = { + name = "Pursuit II", + gameId = "Metadata/Items/Gem/SupportGemPursuitTwo", + variantId = "PursuitSupportTwo", + grantedEffectId = "SupportPursuitPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Pursuit", + tagString = "Attack, Melee", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPursuitSupportThree"] = { + name = "Pursuit III", + gameId = "Metadata/Items/Gem/SupportGemPursuitThree", + variantId = "PursuitSupportThree", + grantedEffectId = "SupportPursuitPlayerThree", + tags = { + support = true, + attack = true, + melee = true, + }, + gemType = "Support", + gemFamily = "Pursuit", + tagString = "Attack, Melee", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemOverreachSupport"] = { + name = "Overreach", gameId = "Metadata/Items/Gem/SupportGemReach", - variantId = "ReachSupport", - grantedEffectId = "SupportReachPlayer", + variantId = "OverreachSupport", + grantedEffectId = "SupportOverreachPlayer", tags = { support = true, attack = true, area = true, }, gemType = "Support", + gemFamily = "Increased Area of Effect", tagString = "Attack, AoE", reqStr = 0, reqDex = 100, @@ -10437,6 +13535,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Commiserate", tagString = "", reqStr = 0, reqDex = 100, @@ -10451,10 +13550,10 @@ return { grantedEffectId = "SupportBlindsidePlayer", tags = { support = true, - critical = true, }, gemType = "Support", - tagString = "Critical", + gemFamily = "Blindside", + tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, @@ -10472,11 +13571,12 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Hit and Run", tagString = "Attack, Conditional", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCracklingBarrierSupport"] = { @@ -10490,6 +13590,7 @@ return { channelling = true, }, gemType = "Support", + gemFamily = "Crackling Barrier", tagString = "Lightning, Channelling", reqStr = 0, reqDex = 0, @@ -10498,7 +13599,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDefySupport"] = { - name = "Defy", + name = "Defy I", gameId = "Metadata/Items/Gem/SupportGemDefy", variantId = "DefySupport", grantedEffectId = "SupportDefyPlayer", @@ -10507,11 +13608,30 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Defy", tagString = "Attack", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDefySupportTwo"] = { + name = "Defy II", + gameId = "Metadata/Items/Gem/SupportGemDefyTwo", + variantId = "DefySupportTwo", + grantedEffectId = "SupportDefyPlayerTwo", + tags = { + support = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Defy", + tagString = "Attack", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemVolatilitySupport"] = { @@ -10523,10 +13643,10 @@ return { support = true, physical = true, chaos = true, - critical = true, }, gemType = "Support", - tagString = "Physical, Chaos, Critical", + gemFamily = "Volatility", + tagString = "Physical, Chaos", reqStr = 0, reqDex = 0, reqInt = 100, @@ -10543,29 +13663,31 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Muster", tagString = "Minion", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemEnormitySupport"] = { - name = "Enormity", + ["Metadata/Items/Gems/SkillGemHulkingMinionsSupport"] = { + name = "Hulking Minions", gameId = "Metadata/Items/Gem/SupportGemEnormity", - variantId = "EnormitySupport", - grantedEffectId = "SupportEnormityPlayer", + variantId = "HulkingMinionsSupport", + grantedEffectId = "SupportHulkingMinionsPlayer", tags = { support = true, minion = true, persistent = true, }, gemType = "Support", + gemFamily = "Hulking Minions", tagString = "Minion, Persistent", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCaltropsSupport"] = { @@ -10581,12 +13703,12 @@ return { area = true, projectile = true, trigger = true, - physical = true, duration = true, hazard = true, }, gemType = "Support", - tagString = "Attack, AoE, Projectile, Trigger, Physical, Duration, Hazard", + gemFamily = "Caltrops", + tagString = "Attack, AoE, Projectile, Trigger, Duration, Hazard", reqStr = 0, reqDex = 100, reqInt = 0, @@ -10607,6 +13729,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Haemocrystals", tagString = "Attack, AoE, Physical", reqStr = 100, reqDex = 0, @@ -10625,11 +13748,12 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Spar", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDauntlessSupport"] = { @@ -10642,31 +13766,33 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Dauntless", tagString = "Conditional", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemMagnetismSupport"] = { - name = "Magnetism", + ["Metadata/Items/Gems/SkillGemMagneticRemnantsSupport"] = { + name = "Magnetic Remnants", gameId = "Metadata/Items/Gem/SupportGemMagnetism", - variantId = "MagnetismSupport", - grantedEffectId = "SupportMagnetismPlayer", + variantId = "MagneticRemnantsSupport", + grantedEffectId = "SupportMagneticRemnantsPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Magnetism", tagString = "", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAncestralCallSupport"] = { - name = "Ancestral Call", + name = "Ancestral Call I", gameId = "Metadata/Items/Gem/SupportGemAncestralCall", variantId = "AncestralCallSupport", grantedEffectId = "SupportAncestralCallPlayer", @@ -10677,11 +13803,52 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Ancestral Call", tagString = "Attack, Melee, Strike", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAncestralCallSupportTwo"] = { + name = "Ancestral Call II", + gameId = "Metadata/Items/Gem/SupportGemAncestralCallTwo", + variantId = "AncestralCallSupportTwo", + grantedEffectId = "SupportAncestralCallPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Ancestral Call", + tagString = "Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAncestralCallSupportThree"] = { + name = "Ancestral Call III", + gameId = "Metadata/Items/Gem/SupportGemAncestralCallThree", + variantId = "AncestralCallSupportThree", + grantedEffectId = "SupportAncestralCallPlayerThree", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Ancestral Call", + tagString = "Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemQuillburstSupport"] = { @@ -10700,6 +13867,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Quill Burst", tagString = "Attack, AoE, Melee, Trigger, Physical", reqStr = 100, reqDex = 0, @@ -10716,14 +13884,14 @@ return { support = true, attack = true, melee = true, - critical = true, }, gemType = "Support", - tagString = "Attack, Melee, Critical", + gemFamily = "Unsteady Tempo", + tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemAncestralAidSupport"] = { @@ -10739,11 +13907,12 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Ancestral Call", tagString = "Attack, Melee, Strike, Conditional", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemShockingLeapSupport"] = { @@ -10757,6 +13926,7 @@ return { duration = true, }, gemType = "Support", + gemFamily = "Shocking Leap", tagString = "AoE, Duration", reqStr = 0, reqDex = 100, @@ -10765,7 +13935,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBarbsSupport"] = { - name = "Barbs", + name = "Barbs I", gameId = "Metadata/Items/Gem/SupportGemBarbs", variantId = "BarbsSupport", grantedEffectId = "SupportBarbsPlayer", @@ -10776,6 +13946,7 @@ return { strike = true, }, gemType = "Support", + gemFamily = "Barbs", tagString = "Attack, Melee, Strike", reqStr = 100, reqDex = 0, @@ -10783,6 +13954,46 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemBarbsSupportTwo"] = { + name = "Barbs II", + gameId = "Metadata/Items/Gem/SupportGemBarbsTwo", + variantId = "BarbsSupportTwo", + grantedEffectId = "SupportBarbsPlayerTwo", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Barbs", + tagString = "Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBarbsSupportThree"] = { + name = "Barbs III", + gameId = "Metadata/Items/Gem/SupportGemBarbsThree", + variantId = "BarbsSupportThree", + grantedEffectId = "SupportBarbsPlayerThree", + tags = { + support = true, + attack = true, + melee = true, + strike = true, + }, + gemType = "Support", + gemFamily = "Barbs", + tagString = "Attack, Melee, Strike", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemRimeSupport"] = { name = "Rime", gameId = "Metadata/Items/Gem/SupportGemRime", @@ -10793,11 +14004,12 @@ return { cold = true, }, gemType = "Support", + gemFamily = "Rime", tagString = "Cold", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemArmsLengthSupport"] = { @@ -10809,11 +14021,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Arms' Length", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCharmBountySupport"] = { @@ -10825,15 +14038,16 @@ return { support = true, }, gemType = "Support", + gemFamily = "Bounty", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemThornskinSupport"] = { - name = "Thornskin", + name = "Thornskin I", gameId = "Metadata/Items/Gem/SupportGemThornskin", variantId = "ThornskinSupport", grantedEffectId = "SupportThornskinPlayer", @@ -10843,6 +14057,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Thornskin", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -10850,8 +14065,27 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemThornskinSupportTwo"] = { + name = "Thornskin II", + gameId = "Metadata/Items/Gem/SupportGemThornskinTwo", + variantId = "ThornskinSupportTwo", + grantedEffectId = "SupportThornskinPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Thornskin", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemMysticismSupport"] = { - name = "Mysticism", + name = "Mysticism I", gameId = "Metadata/Items/Gem/SupportGemMysticism", variantId = "MysticismSupport", grantedEffectId = "SupportMysticismPlayer", @@ -10861,6 +14095,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Mysticism", tagString = "Buff, Persistent", reqStr = 0, reqDex = 0, @@ -10868,8 +14103,27 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemMysticismSupportTwo"] = { + name = "Mysticism II", + gameId = "Metadata/Items/Gem/SupportGemMysticismTwo", + variantId = "MysticismSupportTwo", + grantedEffectId = "SupportMysticismPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Mysticism", + tagString = "Buff, Persistent", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemDirestrikeSupport"] = { - name = "Direstrike", + name = "Direstrike I", gameId = "Metadata/Items/Gem/SupportGemDireStrike", variantId = "DirestrikeSupport", grantedEffectId = "SupportDirestrikePlayer", @@ -10879,6 +14133,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Direstrike", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -10886,8 +14141,27 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemDirestrikeSupportTwo"] = { + name = "Direstrike II", + gameId = "Metadata/Items/Gem/SupportGemDireStrikeTwo", + variantId = "DirestrikeSupportTwo", + grantedEffectId = "SupportDirestrikePlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Direstrike", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemUpwellingSupport"] = { - name = "Upwelling", + name = "Upwelling I", gameId = "Metadata/Items/Gem/SupportGemUpwelling", variantId = "UpwellingSupport", grantedEffectId = "SupportUpwellingPlayer", @@ -10897,6 +14171,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Upwellling", tagString = "Buff, Persistent", reqStr = 0, reqDex = 0, @@ -10904,6 +14179,25 @@ return { Tier = 2, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemUpwellingSupportTwo"] = { + name = "Upwelling II", + gameId = "Metadata/Items/Gem/SupportGemUpwellingTwo", + variantId = "UpwellingSupportTwo", + grantedEffectId = "SupportUpwellingPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Upwellling", + tagString = "Buff, Persistent", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemWarmBloodedSupport"] = { name = "Warm Blooded", gameId = "Metadata/Items/Gem/SupportGemWarmBlooded", @@ -10915,6 +14209,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Warm Blooded", tagString = "Buff, Persistent", reqStr = 0, reqDex = 100, @@ -10933,6 +14228,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Cool Headed", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -10951,6 +14247,7 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Strong Hearted", tagString = "Buff, Persistent", reqStr = 0, reqDex = 0, @@ -10968,15 +14265,16 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Untouchable", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRefractionSupport"] = { - name = "Refraction", + name = "Refraction I", gameId = "Metadata/Items/Gem/SupportGemRefraction", variantId = "RefractionSupport", grantedEffectId = "SupportRefractionPlayer", @@ -10986,6 +14284,26 @@ return { persistent = true, }, gemType = "Support", + gemFamily = "Refraction", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRefractionSupportTwo"] = { + name = "Refraction II", + gameId = "Metadata/Items/Gem/SupportGemRefractionTwo", + variantId = "RefractionSupportTwo", + grantedEffectId = "SupportRefractionPlayerTwo", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Refraction", tagString = "Buff, Persistent", reqStr = 100, reqDex = 0, @@ -10993,8 +14311,27 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemRefractionSupportThree"] = { + name = "Refraction III", + gameId = "Metadata/Items/Gem/SupportGemRefractionThree", + variantId = "RefractionSupportThree", + grantedEffectId = "SupportRefractionPlayerThree", + tags = { + support = true, + buff = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Refraction", + tagString = "Buff, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemGreatwoodSupport"] = { - name = "Greatwood", + name = "Greatwood I", gameId = "Metadata/Items/Gem/SupportGemGreatwood", variantId = "GreatwoodSupport", grantedEffectId = "SupportGreatwoodPlayer", @@ -11003,6 +14340,7 @@ return { totem = true, }, gemType = "Support", + gemFamily = "Greatwood", tagString = "Totem", reqStr = 100, reqDex = 0, @@ -11010,6 +14348,24 @@ return { Tier = 3, naturalMaxLevel = 1, }, + ["Metadata/Items/Gems/SkillGemGreatwoodSupportTwo"] = { + name = "Greatwood II", + gameId = "Metadata/Items/Gem/SupportGemGreatwoodTwo", + variantId = "GreatwoodSupportTwo", + grantedEffectId = "SupportGreatwoodPlayerTwo", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Greatwood", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, ["Metadata/Items/Gems/SkillGemUnabatingSupport"] = { name = "Unabating", gameId = "Metadata/Items/Gem/SupportGemUnabating", @@ -11020,11 +14376,12 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Unabating", tagString = "Attack", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPunchThroughSupport"] = { @@ -11038,6 +14395,7 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Punch Through", tagString = "Attack, Melee", reqStr = 0, reqDex = 100, @@ -11059,6 +14417,7 @@ return { remnant = true, }, gemType = "Support", + gemFamily = "Rip", tagString = "Attack, Melee, Physical, Duration, Remnant", reqStr = 100, reqDex = 0, @@ -11078,6 +14437,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Tear", tagString = "Attack, Melee, Physical", reqStr = 100, reqDex = 0, @@ -11086,7 +14446,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemBrinkSupport"] = { - name = "Brink", + name = "Brink I", gameId = "Metadata/Items/Gem/SupportGemBrink", variantId = "BrinkSupport", grantedEffectId = "SupportBrinkPlayer", @@ -11096,6 +14456,7 @@ return { melee = true, }, gemType = "Support", + gemFamily = "Brink", tagString = "Attack, Melee", reqStr = 100, reqDex = 0, @@ -11103,21 +14464,41 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemTirelessSupport"] = { - name = "Tireless", - gameId = "Metadata/Items/Gem/SupportGemTireless", - variantId = "TirelessSupport", - grantedEffectId = "SupportTirelessPlayer", + ["Metadata/Items/Gems/SkillGemBrinkSupportTwo"] = { + name = "Brink II", + gameId = "Metadata/Items/Gem/SupportGemBrinkTwo", + variantId = "BrinkSupportTwo", + grantedEffectId = "SupportBrinkPlayerTwo", tags = { support = true, - warcry = true, + attack = true, + melee = true, }, gemType = "Support", - tagString = "Warcry", + gemFamily = "Brink", + tagString = "Attack, Melee", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemTirelessSupport"] = { + name = "Tireless", + gameId = "Metadata/Items/Gem/SupportGemTireless", + variantId = "TirelessSupport", + grantedEffectId = "SupportTirelessPlayer", + tags = { + support = true, + warcry = true, + }, + gemType = "Support", + gemFamily = "Tireless", + tagString = "Warcry", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 1, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemVolcanicEruptionSupport"] = { @@ -11138,11 +14519,12 @@ return { fire = true, }, gemType = "Support", + gemFamily = "Volcanic Eruption", tagString = "Attack, AoE, Melee, Strike, Projectile, Trigger, Fire", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 2, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemFirstBloodSupport"] = { @@ -11156,23 +14538,25 @@ return { physical = true, }, gemType = "Support", + gemFamily = "First Blood", tagString = "Attack, Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemRetortSupport"] = { - name = "Retort", + ["Metadata/Items/Gems/SkillGemFrenziedRiposteSupport"] = { + name = "Frenzied Riposte", gameId = "Metadata/Items/Gem/SupportGemRetort", - variantId = "RetortSupport", - grantedEffectId = "SupportRetortPlayer", + variantId = "FrenziedRiposteSupport", + grantedEffectId = "SupportFrenziedRipostePlayer", tags = { support = true, attack = true, }, gemType = "Support", + gemFamily = "Retort", tagString = "Attack", reqStr = 0, reqDex = 100, @@ -11180,32 +14564,34 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemBloodInTheEyesSupport"] = { - name = "Blood in the Eyes", + ["Metadata/Items/Gems/SkillGemHobbleSupport"] = { + name = "Hobble", gameId = "Metadata/Items/Gem/SupportGemBloodintheEyes", - variantId = "BloodInTheEyesSupport", - grantedEffectId = "SupportBloodInTheEyesPlayer", + variantId = "HobbleSupport", + grantedEffectId = "SupportHobblePlayer", tags = { support = true, physical = true, }, gemType = "Support", + gemFamily = "Hobble", tagString = "Physical", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemTwofoldSupport"] = { - name = "Twofold", + ["Metadata/Items/Gems/SkillGemHeightenedChargesSupport"] = { + name = "Heightened Charges", gameId = "Metadata/Items/Gem/SupportGemTwofold", - variantId = "TwofoldSupport", - grantedEffectId = "SupportTwofoldPlayer", + variantId = "HeightenedChargesSupport", + grantedEffectId = "SupportHeightenedChargesPlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Twofold", tagString = "", reqStr = 0, reqDex = 100, @@ -11224,11 +14610,12 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Incision", tagString = "Attack, Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemCatharsisSupport"] = { @@ -11243,6 +14630,7 @@ return { conditional = true, }, gemType = "Support", + gemFamily = "Catharsis", tagString = "Physical, Chaos, Conditional", reqStr = 0, reqDex = 0, @@ -11259,6 +14647,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Delayed Gratification", tagString = "", reqStr = 0, reqDex = 100, @@ -11276,6 +14665,7 @@ return { minion = true, }, gemType = "Support", + gemFamily = "Loyalty", tagString = "Minion", reqStr = 0, reqDex = 0, @@ -11284,7 +14674,7 @@ return { naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemRearmSupport"] = { - name = "Rearm", + name = "Rearm I", gameId = "Metadata/Items/Gem/SupportGemRearm", variantId = "RearmSupport", grantedEffectId = "SupportRearmPlayer", @@ -11293,11 +14683,30 @@ return { hazard = true, }, gemType = "Support", + gemFamily = "Rearm", tagString = "Hazard", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRearmSupportTwo"] = { + name = "Rearm II", + gameId = "Metadata/Items/Gem/SupportGemRearmTwo", + variantId = "RearmSupportTwo", + grantedEffectId = "SupportRearmPlayerTwo", + tags = { + support = true, + hazard = true, + }, + gemType = "Support", + gemFamily = "Rearm", + tagString = "Hazard", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDelayedReactionSupport"] = { @@ -11310,11 +14719,12 @@ return { hazard = true, }, gemType = "Support", + gemFamily = "Delayed Reaction", tagString = "Hazard", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemVolatilePowerSupport"] = { @@ -11328,11 +14738,12 @@ return { chaos = true, }, gemType = "Support", + gemFamily = "Volatile Power", tagString = "Physical, Chaos", reqStr = 0, reqDex = 0, reqInt = 100, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemGambleshotSupport"] = { @@ -11345,6 +14756,7 @@ return { projectile = true, }, gemType = "Support", + gemFamily = "Gambleshot", tagString = "Projectile", reqStr = 0, reqDex = 100, @@ -11362,11 +14774,12 @@ return { attack = true, }, gemType = "Support", + gemFamily = "Unerring Power", tagString = "Attack", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 2, + Tier = 0, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemImpaleSupport"] = { @@ -11380,11 +14793,12 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Impale", tagString = "Attack, Physical", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemPerfectionSupport"] = { @@ -11396,11 +14810,12 @@ return { support = true, }, gemType = "Support", + gemFamily = "Perfection", tagString = "", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 3, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemDeliberationSupport"] = { @@ -11412,6 +14827,7 @@ return { support = true, }, gemType = "Support", + gemFamily = "Deliberation", tagString = "", reqStr = 0, reqDex = 100, @@ -11430,27 +14846,46 @@ return { physical = true, }, gemType = "Support", + gemFamily = "See Red", tagString = "Attack, Physical", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 3, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemExpediteSupport"] = { - name = "Expedite", + ["Metadata/Items/Gems/SkillGemShortFuseSupport"] = { + name = "Short Fuse I", gameId = "Metadata/Items/Gem/SupportGemExpedite", - variantId = "ExpediteSupport", - grantedEffectId = "SupportExpeditePlayer", + variantId = "ShortFuseSupport", + grantedEffectId = "SupportShortFusePlayer", tags = { support = true, }, gemType = "Support", + gemFamily = "Short Fuse", tagString = "", reqStr = 100, reqDex = 0, reqInt = 0, - Tier = 1, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemShortFuseSupportTwo"] = { + name = "Short Fuse II", + gameId = "Metadata/Items/Gem/SupportGemExpediteTwo", + variantId = "ShortFuseSupportTwo", + grantedEffectId = "SupportShortFusePlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Short Fuse", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, naturalMaxLevel = 1, }, ["Metadata/Items/Gems/SkillGemUndermineSupport"] = { @@ -11463,6 +14898,7 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Undermine", tagString = "Physical", reqStr = 100, reqDex = 0, @@ -11480,24 +14916,26 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Outmaneuver", tagString = "Physical", reqStr = 0, reqDex = 100, reqInt = 0, - Tier = 1, + Tier = 0, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemSingleOutSupport"] = { - name = "Single Out", + ["Metadata/Items/Gems/SkillGemMarkForDeathSupport"] = { + name = "Mark for Death", gameId = "Metadata/Items/Gem/SupportGemSingleOut", - variantId = "SingleOutSupport", - grantedEffectId = "SupportSingleOutPlayer", + variantId = "MarkForDeathSupport", + grantedEffectId = "SupportMarkForDeathPlayer", tags = { support = true, mark = true, physical = true, }, gemType = "Support", + gemFamily = "Single Out", tagString = "Mark, Physical", reqStr = 0, reqDex = 100, @@ -11515,23 +14953,120 @@ return { physical = true, }, gemType = "Support", + gemFamily = "Tumult", tagString = "Physical", reqStr = 0, reqDex = 100, reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAdmixtureSupport"] = { + name = "Admixture", + gameId = "Metadata/Items/Gem/SupportGemAdmixture", + variantId = "AdmixtureSupport", + grantedEffectId = "SupportAdmixturePlayer", + tags = { + support = true, + physical = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Admixture", + tagString = "Physical, Chaos", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemStoicismSupport"] = { + name = "Stoicism I", + gameId = "Metadata/Items/Gem/SupportGemStoicism", + variantId = "StoicismSupport", + grantedEffectId = "SupportStoicismPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Stoicism", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, Tier = 3, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemInhibitorSupport"] = { + ["Metadata/Items/Gems/SkillGemStoicismSupportTwo"] = { + name = "Stoicism II", + gameId = "Metadata/Items/Gem/SupportGemStoicismTwo", + variantId = "StoicismSupportTwo", + grantedEffectId = "SupportStoicismPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Stoicism", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRelentlessRageSupport"] = { + name = "Relentless Rage", + gameId = "Metadata/Items/Gem/SupportGemGrudge", + variantId = "RelentlessRageSupport", + grantedEffectId = "SupportRelentlessRagePlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Grudge", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemBrambleslamSupport"] = { + name = "Brambleslam", + gameId = "Metadata/Items/Gem/SupportGemBrambleslam", + variantId = "BrambleslamSupport", + grantedEffectId = "SupportBrambleslamPlayer", + additionalGrantedEffectId1 = "TriggeredBrambleslamPlayer", + tags = { + support = true, + grants_active_skill = true, + attack = true, + area = true, + melee = true, + slam = true, + physical = true, + hazard = true, + }, + gemType = "Support", + gemFamily = "Brambleslam", + tagString = "Attack, AoE, Melee, Slam, Physical, Hazard", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 5, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemChargeInhibitionSupport"] = { name = "Inhibitor", gameId = "Metadata/Items/Gem/SupportGemInhibitor", - variantId = "InhibitorSupport", - grantedEffectId = "SupportInhibitorPlayer", + variantId = "ChargeInhibitionSupport", + grantedEffectId = "SupportChargeInhibitionPlayer", tags = { support = true, spell = true, }, gemType = "Support", + gemFamily = "Inhibitor", tagString = "Spell", reqStr = 0, reqDex = 100, @@ -11539,16 +15074,76 @@ return { Tier = 2, naturalMaxLevel = 1, }, - ["Metadata/Items/Gems/SkillGemSuffuseSupport"] = { - name = "Suffuse", + ["Metadata/Items/Gems/SkillGemHardyTotemsSupport"] = { + name = "Hardy Totems I", + gameId = "Metadata/Items/Gem/SupportGemHardyTotems", + variantId = "HardyTotemsSupport", + grantedEffectId = "SupportHardyTotemsPlayer", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Hardy Totems", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemHardyTotemsSupportTwo"] = { + name = "Hardy Totems II", + gameId = "Metadata/Items/Gem/SupportGemHardyTotemsTwo", + variantId = "HardyTotemsSupportTwo", + grantedEffectId = "SupportHardyTotemsPlayerTwo", + tags = { + support = true, + totem = true, + }, + gemType = "Support", + gemFamily = "Hardy Totems", + tagString = "Totem", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemHardyTotemsSupportThree"] = { + name = "Tawhoa's Tending", + gameId = "Metadata/Items/Gem/SupportGemHardyTotemsThree", + variantId = "HardyTotemsSupportThree", + grantedEffectId = "SupportHardyTotemsPlayerThree", + additionalGrantedEffectId1 = "TriggeredSplinterExplosionHardyTotems", + tags = { + support = true, + grants_active_skill = true, + lineage = true, + totem = true, + area = true, + physical = true, + }, + gemType = "Support", + gemFamily = "Hardy Totems", + tagString = "Lineage, Totem, AoE, Physical", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemEncroachingGroundSupport"] = { + name = "Encroaching Ground", gameId = "Metadata/Items/Gem/SupportGemSuffuse", - variantId = "SuffuseSupport", - grantedEffectId = "SupportSuffusePlayer", + variantId = "EncroachingGroundSupport", + grantedEffectId = "SupportEncroachingGroundPlayer", tags = { support = true, area = true, }, gemType = "Support", + gemFamily = "Encroaching Ground", tagString = "AoE", reqStr = 0, reqDex = 0, @@ -11565,13 +15160,12 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, lightning = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Lightning", + gemType = "Spell", + tagString = "AoE, Lightning", reqStr = 0, reqDex = 0, reqInt = 100, @@ -11588,14 +15182,14 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Duration, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -11686,7 +15280,6 @@ return { variantId = "WindSerpentsFury", grantedEffectId = "WindSerpentsFuryPlayer", additionalStatSet1 = "WindSerpentsFurySnakePlayer", - additionalStatSet2 = "WindSerpentsFuryKnockbackExplosionPlayer", tags = { dexterity = true, grants_active_skill = true, @@ -11719,10 +15312,9 @@ return { melee = true, strike = true, physical = true, - travel = true, }, gemType = "Attack", - tagString = "AoE, Melee, Strike, Physical, Travel", + tagString = "AoE, Melee, Strike, Physical", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -11738,20 +15330,17 @@ return { grantedEffectId = "BloodhoundsMarkPlayer", additionalGrantedEffectId1 = "BloodhoundsMarkExplosionPlayer", tags = { + mark = true, dexterity = true, grants_active_skill = true, - barrageable = true, - spell = true, attack = true, area = true, - mark = true, physical = true, duration = true, - nova = true, payoff = true, }, - gemType = "Barrageable", - tagString = "Spell, Attack, AoE, Mark, Physical, Duration, Nova, Payoff", + gemType = "Mark", + tagString = "Attack, AoE, Physical, Duration, Payoff", reqStr = 0, reqDex = 100, reqInt = 0, @@ -11819,16 +15408,16 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, attack = true, area = true, projectile = true, sustained = true, lightning = true, duration = true, + barrageable = true, }, - gemType = "Barrageable", - tagString = "Attack, AoE, Projectile, Sustained, Lightning, Duration", + gemType = "Attack", + tagString = "AoE, Projectile, Sustained, Lightning, Duration, Barrageable", weaponRequirements = "Spear", reqStr = 0, reqDex = 100, @@ -11897,13 +15486,12 @@ return { tags = { dexterity = true, grants_active_skill = true, - barrageable = true, minion = true, companion = true, persistent = true, }, - gemType = "Barrageable", - tagString = "Minion, Companion, Persistent", + gemType = "Minion", + tagString = "Companion, Persistent", reqStr = 0, reqDex = 100, reqInt = 0, @@ -11940,6 +15528,7 @@ return { grantedEffectId = "TrinityPlayer", tags = { dexterity = true, + intelligence = true, grants_active_skill = true, buff = true, persistent = true, @@ -11950,8 +15539,8 @@ return { gemType = "Buff", tagString = "Persistent, Lightning, Cold, Fire", reqStr = 0, - reqDex = 100, - reqInt = 0, + reqDex = 50, + reqInt = 50, Tier = 14, naturalMaxLevel = 20, }, @@ -11982,14 +15571,14 @@ return { Tier = 8, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemAscendancyTriggerElementalInfusion"] = { - name = "Infuse Weapon", - baseTypeName = "Infuse Weapon", + ["Metadata/Items/Gems/SkillGemAscendancyTriggerElementalSurge"] = { + name = "Elemental Surge", + baseTypeName = "Elemental Surge", gameId = "Metadata/Items/Gem/SkillGemAscendancyInfuseWeapon", - variantId = "AscendancyTriggerElementalInfusion", - grantedEffectId = "AmazonTriggerElementalInfusionPlayer", - additionalStatSet1 = "AmazonTriggerFireInfusionPlayer", - additionalStatSet2 = "AmazonTriggerLightningInfusionPlayer", + variantId = "AscendancyTriggerElementalSurge", + grantedEffectId = "AmazonTriggerElementalSurgePlayer", + additionalStatSet1 = "AmazonTriggerFireSurgePlayer", + additionalStatSet2 = "AmazonTriggerLightningSurgePlayer", tags = { grants_active_skill = true, attack = true, @@ -12006,26 +15595,6 @@ return { Tier = 0, naturalMaxLevel = 20, }, - ["Metadata/Items/Gems/SkillGemChaosSpearTriggerChaosInfusion"] = { - name = "Chaotic Infusion", - baseTypeName = "Chaotic Infusion", - gameId = "Metadata/Items/Gem/SkillGemChaoticInfusion", - variantId = "ChaosSpearTriggerChaosInfusion", - grantedEffectId = "ChaosSpearTriggerChaosInfusionPlayer", - tags = { - grants_active_skill = true, - attack = true, - area = true, - chaos = true, - }, - gemType = "Attack", - tagString = "AoE, Chaos", - reqStr = 0, - reqDex = 0, - reqInt = 0, - Tier = 0, - naturalMaxLevel = 20, - }, ["Metadata/Items/Gems/SkillGemCastLightningSpellOnHit"] = { name = "Thundergod's Wrath", baseTypeName = "Thundergod's Wrath", @@ -12074,6 +15643,30 @@ return { Tier = 4, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemGeminiSurge"] = { + name = "Gemini Surge", + baseTypeName = "Gemini Surge", + gameId = "Metadata/Items/Gem/SkillGemGeminiSurge", + variantId = "GeminiSurge", + grantedEffectId = "GeminiSurgePlayer", + additionalStatSet1 = "GeminiSurgeFirePlayer", + tags = { + strength = true, + dexterity = true, + grants_active_skill = true, + attack = true, + area = true, + cold = true, + fire = true, + }, + gemType = "Attack", + tagString = "AoE, Cold, Fire", + reqStr = 50, + reqDex = 50, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemExplodingPoisonToad"] = { name = "Bursting Fen Toad", baseTypeName = "Bursting Fen Toad", @@ -12095,6 +15688,30 @@ return { Tier = 0, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemIronWard"] = { + name = "Iron Ward", + baseTypeName = "Iron Ward", + gameId = "Metadata/Items/Gem/SkillGemIronWard", + variantId = "IronWard", + grantedEffectId = "IronWardPlayer", + additionalGrantedEffectId1 = "IronWardNovaPlayer", + tags = { + strength = true, + grants_active_skill = true, + buff = true, + persistent = true, + area = true, + physical = true, + nova = true, + }, + gemType = "Buff", + tagString = "Persistent, AoE, Physical, Nova", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 20, + }, ["Metadata/Items/Gems/SkillGemIcestorm"] = { name = "Icestorm", baseTypeName = "Icestorm", @@ -12105,7 +15722,6 @@ return { tags = { intelligence = true, grants_active_skill = true, - barrageable = true, spell = true, area = true, sustained = true, @@ -12113,8 +15729,8 @@ return { duration = true, payoff = true, }, - gemType = "Barrageable", - tagString = "Spell, AoE, Sustained, Cold, Duration, Payoff", + gemType = "Spell", + tagString = "AoE, Sustained, Cold, Duration, Payoff", reqStr = 0, reqDex = 0, reqInt = 100, @@ -12195,4 +15811,1001 @@ return { Tier = 0, naturalMaxLevel = 20, }, + ["Metadata/Items/Gems/SkillGemLivingLightningSupport"] = { + name = "Living Lightning", + gameId = "Metadata/Items/Gem/SupportGemLivingLightning", + variantId = "LivingLightningSupport", + grantedEffectId = "SupportLivingLightningPlayer", + additionalGrantedEffectId1 = "TriggeredLivingLightningPlayer", + tags = { + support = true, + grants_active_skill = true, + minion = true, + lightning = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Living Lightning", + tagString = "Minion, Lightning, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemLivingLightningSupportTwo"] = { + name = "Living Lightning II", + gameId = "Metadata/Items/Gem/SupportGemLivingLightningTwo", + variantId = "LivingLightningSupportTwo", + grantedEffectId = "SupportLivingLightningPlayerTwo", + additionalGrantedEffectId1 = "TriggeredLivingLightningPlayerTwo", + tags = { + support = true, + grants_active_skill = true, + minion = true, + lightning = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Living Lightning", + tagString = "Minion, Lightning, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFrozenSpiteSupport"] = { + name = "Frozen Spite", + gameId = "Metadata/Items/Gem/SupportGemFrozenSpite", + variantId = "FrozenSpiteSupport", + grantedEffectId = "SupportFrozenSpitePlayer", + additionalGrantedEffectId1 = "TriggeredSupportFrozenSpiteIceFragmentPlayer", + tags = { + support = true, + grants_active_skill = true, + area = true, + projectile = true, + cold = true, + }, + gemType = "Support", + gemFamily = "Frozen Spite", + tagString = "AoE, Projectile, Cold", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPietysMercySupport"] = { + name = "Piety's Mercy", + gameId = "Metadata/Items/Gem/SupportGemPietysMercy", + variantId = "PietysMercySupport", + grantedEffectId = "SupportPietysMercyPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Piety's Mercy", + tagString = "Lineage", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemFlamePillarSupport"] = { + name = "Flame Pillar", + gameId = "Metadata/Items/Gem/SupportGemFlamePillar", + variantId = "FlamePillarSupport", + grantedEffectId = "SupportFlamePillarPlayer", + additionalGrantedEffectId1 = "TriggeredFlamePillarPlayer", + tags = { + support = true, + grants_active_skill = true, + area = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Flame Pillar", + tagString = "AoE, Fire", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemStreamlinedRoundsSupport"] = { + name = "Streamlined Rounds", + gameId = "Metadata/Items/Gem/SupportGemStreamlinedRounds", + variantId = "StreamlinedRoundsSupport", + grantedEffectId = "SupportStreamlinedRoundsPlayer", + tags = { + support = true, + ammunition = true, + projectile = true, + }, + gemType = "Support", + gemFamily = "Streamlined Rounds", + tagString = "Ammunition, Projectile", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemPerfectEnduranceSupport"] = { + name = "Perfected Endurance", + gameId = "Metadata/Items/Gem/SupportGemPerfectedEndurance", + variantId = "PerfectEnduranceSupport", + grantedEffectId = "SupportPerfectEndurancePlayer", + tags = { + support = true, + channelling = true, + }, + gemType = "Support", + gemFamily = "Perfected Endurance", + tagString = "Channelling", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemHeavyStunEnduranceSupportOne"] = { + name = "Enduring Impact I", + gameId = "Metadata/Items/Gem/SupportGemEnduringImpact", + variantId = "HeavyStunEnduranceSupportOne", + grantedEffectId = "SupportHeavyStunEndurancePlayerOne", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Enduring Impact", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemHeavyStunEnduranceSupportTwo"] = { + name = "Enduring Impact II", + gameId = "Metadata/Items/Gem/SupportGemEnduringImpactTwo", + variantId = "HeavyStunEnduranceSupportTwo", + grantedEffectId = "SupportHeavyStunEndurancePlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Enduring Impact", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCraterSupport"] = { + name = "Crater", + gameId = "Metadata/Items/Gem/SupportGemCrater", + variantId = "CraterSupport", + grantedEffectId = "SupportCraterPlayer", + additionalGrantedEffectId1 = "TriggeredCraterPlayer", + tags = { + support = true, + grants_active_skill = true, + attack = true, + area = true, + melee = true, + fire = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Crater", + tagString = "Attack, AoE, Melee, Fire, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemVanguardSupport"] = { + name = "Vanguard I", + gameId = "Metadata/Items/Gem/SupportGemVanguard", + variantId = "VanguardSupport", + grantedEffectId = "SupportVanguardPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Vanguard", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemVanguardSupportTwo"] = { + name = "Vanguard II", + gameId = "Metadata/Items/Gem/SupportGemVanguardTwo", + variantId = "VanguardSupportTwo", + grantedEffectId = "SupportVanguardPlayerTwo", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Vanguard", + tagString = "", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemCrystallineShardsSupport"] = { + name = "Crystalline Shards", + gameId = "Metadata/Items/Gem/SupportGemCrystallineShards", + variantId = "CrystallineShardsSupport", + grantedEffectId = "SupportCrystallineShardsPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Crystalline Shards", + tagString = "", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 1, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSkitteringStoneSupport"] = { + name = "Skittering Stone I", + gameId = "Metadata/Items/Gem/SupportGemSkitteringStone", + variantId = "SkitteringStoneSupport", + grantedEffectId = "SupportSkitteringStonePlayer", + additionalGrantedEffectId1 = "TriggeredSkitteringStonePlayer", + tags = { + support = true, + grants_active_skill = true, + minion = true, + physical = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Skittering Stone", + tagString = "Minion, Physical, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemSkitteringStoneSupportTwo"] = { + name = "Skittering Stone II", + gameId = "Metadata/Items/Gem/SupportGemSkitteringStoneTwo", + variantId = "SkitteringStoneSupportTwo", + grantedEffectId = "SupportSkitteringStonePlayerTwo", + additionalGrantedEffectId1 = "TriggeredSkitteringStonePlayerTwo", + tags = { + support = true, + grants_active_skill = true, + minion = true, + physical = true, + duration = true, + }, + gemType = "Support", + gemFamily = "Skittering Stone", + tagString = "Minion, Physical, Duration", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 4, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDiallasDesireSupport"] = { + name = "Dialla's Desire", + gameId = "Metadata/Items/Gem/SupportGemDiallasDesire", + variantId = "DiallasDesireSupport", + grantedEffectId = "SupportDiallasDesirePlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Dialla's Desire", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemKalisasCrescendoSupport"] = { + name = "Kalisa's Crescendo", + gameId = "Metadata/Items/Gem/SupportGemKalisasCrescendo", + variantId = "KalisasCrescendoSupport", + grantedEffectId = "SupportKalisasCrescendoPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Kalisa's Crescendo", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDurabilitySupport"] = { + name = "Durability", + gameId = "Metadata/Items/Gem/SupportGemDurability", + variantId = "DurabilitySupport", + grantedEffectId = "SupportDurabilityPlayer", + tags = { + support = true, + }, + gemType = "Support", + gemFamily = "Durability", + tagString = "", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 2, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemXophsPyreSupport"] = { + name = "Xoph's Pyre", + gameId = "Metadata/Items/Gem/SupportGemXophsPyre", + variantId = "XophsPyreSupport", + grantedEffectId = "SupportXophsPyrePlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Breachlord", + tagString = "Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemEshsRadianceSupport"] = { + name = "Esh's Radiance", + gameId = "Metadata/Items/Gem/SupportGemEshsRadiance", + variantId = "EshsRadianceSupport", + grantedEffectId = "SupportEshsRadiancePlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Breachlord", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemTulsStillnessSupport"] = { + name = "Tul's Stillness", + gameId = "Metadata/Items/Gem/SupportGemTulsStillness", + variantId = "TulsStillnessSupport", + grantedEffectId = "SupportTulsStillnessPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Breachlord", + tagString = "Lineage", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUulNetolsEmbraceSupport"] = { + name = "Uul-Netol's Embrace", + gameId = "Metadata/Items/Gem/SupportGemUulNetolsEmbrace", + variantId = "UulNetolsEmbraceSupport", + grantedEffectId = "SupportUulNetolsEmbracePlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Breachlord", + tagString = "Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRakiatasFlowSupport"] = { + name = "Rakiata's Flow", + gameId = "Metadata/Items/Gem/SupportGemRakiatasFlow", + variantId = "RakiatasFlowSupport", + grantedEffectId = "SupportRakiatasFlowPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Rakiata's Flow", + tagString = "Lineage", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemRigwaldsFerocitySupport"] = { + name = "Rigwald's Ferocity", + gameId = "Metadata/Items/Gem/SupportGemRigwaldsFerocity", + variantId = "RigwaldsFerocitySupport", + grantedEffectId = "SupportRigwaldsFerocityPlayer", + tags = { + support = true, + lineage = true, + attack = true, + }, + gemType = "Support", + gemFamily = "Rigwald's Ferocity", + tagString = "Lineage, Attack", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUhtredExodusSupport"] = { + name = "Uhtred's Exodus", + gameId = "Metadata/Items/Gem/SupportGemUhtredsExodus", + variantId = "UhtredExodusSupport", + grantedEffectId = "SupportUhtredExodusPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Uhtred of Kalguur", + tagString = "Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUhtredOmenSupport"] = { + name = "Uhtred's Omen", + gameId = "Metadata/Items/Gem/SupportGemUhtredsOmen", + variantId = "UhtredOmenSupport", + grantedEffectId = "SupportUhtredOmenPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Uhtred of Kalguur", + tagString = "Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemUhtredAugurySupport"] = { + name = "Uhtred's Augury", + gameId = "Metadata/Items/Gem/SupportGemUhtredsAugury", + variantId = "UhtredAugurySupport", + grantedEffectId = "SupportUhtredAuguryPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Uhtred of Kalguur", + tagString = "Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemDaressosPassionSupport"] = { + name = "Daresso's Passion", + gameId = "Metadata/Items/Gem/SupportGemDaressosPassion", + variantId = "DaressosPassionSupport", + grantedEffectId = "SupportDaressosPassionPlayer", + tags = { + support = true, + banner = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Daresso's Passion", + tagString = "Banner, Lineage", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAtzirisAllureSupport"] = { + name = "Atziri's Allure", + gameId = "Metadata/Items/Gem/SupportGemAtzirisAllure", + variantId = "AtzirisAllureSupport", + grantedEffectId = "SupportAtzirisAllurePlayer", + tags = { + support = true, + lineage = true, + curse = true, + }, + gemType = "Support", + gemFamily = "Atziri's Allure", + tagString = "Lineage, Curse", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemTacatisIreSupport"] = { + name = "Tacati's Ire", + gameId = "Metadata/Items/Gem/SupportGemTacatisIre", + variantId = "TacatisIreSupport", + grantedEffectId = "SupportTacatisIrePlayer", + tags = { + support = true, + lineage = true, + chaos = true, + }, + gemType = "Support", + gemFamily = "Tacati's Ire", + tagString = "Lineage, Chaos", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemZarokhsRefrainSupport"] = { + name = "Zarokh's Refrain", + gameId = "Metadata/Items/Gem/SupportGemZarokhsRefrain", + variantId = "ZarokhsRefrainSupport", + grantedEffectId = "SupportZarokhsRefrainPlayer", + tags = { + support = true, + lineage = true, + spell = true, + area = true, + }, + gemType = "Support", + gemFamily = "Spell Echo", + tagString = "Lineage, Spell, AoE", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemGarukhansResolveSupport"] = { + name = "Garukhan's Resolve", + gameId = "Metadata/Items/Gem/SupportGemGarukhansResolve", + variantId = "GarukhansResolveSupport", + grantedEffectId = "SupportGarukhansResolvePlayer", + tags = { + support = true, + lineage = true, + attack = true, + conditional = true, + }, + gemType = "Support", + gemFamily = "Hit and Run", + tagString = "Lineage, Attack, Conditional", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemKurgalsLeashSupport"] = { + name = "Kurgal's Leash", + gameId = "Metadata/Items/Gem/SupportGemKurgalsLeash", + variantId = "KurgalsLeashSupport", + grantedEffectId = "SupportKurgalsLeashPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Blackblood", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemKulemaksDominionSupport"] = { + name = "Kulemak's Dominion", + gameId = "Metadata/Items/Gem/SupportGemKulemaksDominion", + variantId = "KulemaksDominionSupport", + grantedEffectId = "SupportKulemaksDominionPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Kulemak's Dominion", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemAmanamusTitheSupport"] = { + name = "Amanamu's Tithe", + gameId = "Metadata/Items/Gem/SupportGemAmanamusTithe", + variantId = "AmanamusTitheSupport", + grantedEffectId = "SupportAmanamusTithePlayer", + tags = { + support = true, + lineage = true, + minion = true, + persistent = true, + }, + gemType = "Support", + gemFamily = "Amanamu's Tithe", + tagString = "Lineage, Minion, Persistent", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemVarashtasBlessingSupport"] = { + name = "Varashta's Blessing", + gameId = "Metadata/Items/Gem/SupportGemVarashtasBlessing", + variantId = "VarashtasBlessingSupport", + grantedEffectId = "SupportVarashtasBlessingPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Varashta's Blessing", + tagString = "Lineage", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemArbitersIngitionSupport"] = { + name = "Arbiter's Ignition", + gameId = "Metadata/Items/Gem/SupportGemArbitersIgnition", + variantId = "ArbitersIngitionSupport", + grantedEffectId = "SupportArbitersIgnitionPlayer", + tags = { + support = true, + lineage = true, + spell = true, + fire = true, + }, + gemType = "Support", + gemFamily = "Arbiter's Ignition", + tagString = "Lineage, Spell, Fire", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemArakaalisLustSupport"] = { + name = "Arakaali's Lust", + gameId = "Metadata/Items/Gem/SupportGemArakaalisLust", + variantId = "ArakaalisLustSupport", + grantedEffectId = "SupportArakaalisLustPlayer", + tags = { + support = true, + lineage = true, + }, + gemType = "Support", + gemFamily = "Arakaali's Lust", + tagString = "Lineage", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 1, + }, + ["Metadata/Items/Gems/SkillGemForgeHammer"] = { + name = "Forge Hammer", + baseTypeName = "Forge Hammer", + gameId = "Metadata/Items/Gem/SkillGemForgeHammer", + variantId = "ForgeHammer", + grantedEffectId = "ForgeHammerPlayer", + additionalStatSet1 = "ForgeHammerFissurePlayer", + additionalStatSet2 = "ForgeHammerRecallPlayer", + tags = { + strength = true, + grants_active_skill = true, + attack = true, + area = true, + melee = true, + slam = true, + sustained = true, + fire = true, + duration = true, + }, + gemType = "Attack", + tagString = "AoE, Melee, Slam, Sustained, Fire, Duration", + weaponRequirements = "One Hand Mace, Two Hand Mace", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 9, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemFulmination"] = { + name = "Fulmination", + baseTypeName = "Fulmination", + gameId = "Metadata/Items/Gem/SkillGemFulmination", + variantId = "Fulmination", + grantedEffectId = "FulminationPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + buff = true, + persistent = true, + aura = true, + lightning = true, + }, + gemType = "Buff", + tagString = "Persistent, Aura, Lightning", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemMortarCannon"] = { + name = "Mortar Cannon", + baseTypeName = "Mortar Cannon", + gameId = "Metadata/Items/Gem/SkillGemMortarCannon", + variantId = "MortarCannon", + grantedEffectId = "MetaMortarCannonPlayer", + additionalGrantedEffectId1 = "SupportMortarCannonPlayer", + tags = { + strength = true, + dexterity = true, + grants_active_skill = true, + totem = true, + grenade = true, + duration = true, + meta = true, + }, + gemType = "Totem", + tagString = "Grenade, Duration, Meta", + weaponRequirements = "Crossbow", + reqStr = 50, + reqDex = 50, + reqInt = 0, + Tier = 11, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemAncestralCry"] = { + name = "Ancestral Cry", + baseTypeName = "Ancestral Cry", + gameId = "Metadata/Items/Gem/SkillGemAncestralCry", + variantId = "AncestralCry", + grantedEffectId = "AncestralCryPlayer", + additionalGrantedEffectId1 = "AncestralCryShockwavePlayer", + additionalGrantedEffectId2 = "AncestralCryProjectilePlayer", + tags = { + warcry = true, + strength = true, + grants_active_skill = true, + attack = true, + buff = true, + area = true, + melee = true, + slam = true, + projectile = true, + trigger = true, + fire = true, + duration = true, + nova = true, + conditional = true, + }, + gemType = "Warcry", + tagString = "Attack, Buff, AoE, Melee, Slam, Projectile, Trigger, Fire, Duration, Nova, Conditional", + weaponRequirements = "Any Melee Martial Weapon or Unarmed", + reqStr = 100, + reqDex = 0, + reqInt = 0, + Tier = 13, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemFeastOfFlesh"] = { + name = "Feast of Flesh", + baseTypeName = "Feast of Flesh", + gameId = "Metadata/Items/Gem/SkillGemFeastOfFlesh", + variantId = "FeastOfFlesh", + grantedEffectId = "FeastOfFleshPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + spell = true, + buff = true, + area = true, + nova = true, + }, + gemType = "Spell", + tagString = "Buff, AoE, Nova", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemToxicDomain"] = { + name = "Toxic Domain", + baseTypeName = "Toxic Domain", + gameId = "Metadata/Items/Gem/SkillGemToxicDomain", + variantId = "ToxicDomain", + grantedEffectId = "ToxicDomainPlayer", + additionalStatSet1 = "ToxicDomainPustuleExplosion", + tags = { + buff = true, + dexterity = true, + grants_active_skill = true, + attack = true, + area = true, + physical = true, + chaos = true, + duration = true, + }, + gemType = "Buff", + tagString = "Attack, AoE, Physical, Chaos, Duration", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 13, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemIceTippedArrows"] = { + name = "Ice-Tipped Arrows", + baseTypeName = "Ice-Tipped Arrows", + gameId = "Metadata/Items/Gem/SkillGemIceTippedArrows", + variantId = "IceTippedArrows", + grantedEffectId = "IceTippedArrowsPlayer", + additionalGrantedEffectId1 = "IceTippedArrowsIceFragmentPlayer", + tags = { + dexterity = true, + grants_active_skill = true, + spell = true, + attack = true, + buff = true, + area = true, + projectile = true, + cold = true, + duration = true, + }, + gemType = "Spell", + tagString = "Attack, Buff, AoE, Projectile, Cold, Duration", + weaponRequirements = "Spear, Bow", + reqStr = 0, + reqDex = 100, + reqInt = 0, + Tier = 3, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemCracklingPalm"] = { + name = "Crackling Palm", + baseTypeName = "Crackling Palm", + gameId = "Metadata/Items/Gems/SkillGemCracklingPalm", + variantId = "CracklingPalm", + grantedEffectId = "CracklingPalmPlayer", + additionalStatSet1 = "CracklingPalmBoltPlayer", + tags = { + buff = true, + dexterity = true, + intelligence = true, + grants_active_skill = true, + attack = true, + persistent = true, + area = true, + lightning = true, + }, + gemType = "Buff", + tagString = "Attack, Persistent, AoE, Lightning", + weaponRequirements = "Unarmed", + reqStr = 0, + reqDex = 50, + reqInt = 50, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemFuturePast"] = { + name = "Future-Past", + baseTypeName = "Future-Past", + gameId = "Metadata/Items/Gems/SkillGemFuturePast", + variantId = "FuturePast", + grantedEffectId = "FuturePastPlayer", + tags = { + buff = true, + grants_active_skill = true, + persistent = true, + duration = true, + }, + gemType = "Buff", + tagString = "Persistent, Duration", + reqStr = 0, + reqDex = 0, + reqInt = 0, + Tier = 0, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemSiphonElements"] = { + name = "Siphon Elements", + baseTypeName = "Siphon Elements", + gameId = "Metadata/Items/Gem/SkillGemSiphonElements", + variantId = "SiphonElements", + grantedEffectId = "SiphonElementsPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + buff = true, + persistent = true, + lightning = true, + cold = true, + fire = true, + remnant = true, + }, + gemType = "Buff", + tagString = "Persistent, Lightning, Cold, Fire, Remnant", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 8, + naturalMaxLevel = 20, + }, + ["Metadata/Items/Gems/SkillGemFrostDarts"] = { + name = "Frost Darts", + baseTypeName = "Frost Darts", + gameId = "Metadata/Items/Gem/SkillGemFrostDarts", + variantId = "FrostDarts", + grantedEffectId = "FrostDartsPlayer", + additionalStatSet1 = "FrostDartsExplodePlayer", + additionalStatSet2 = "FrostDartsIceMortarPlayer", + tags = { + intelligence = true, + grants_active_skill = true, + spell = true, + area = true, + projectile = true, + cold = true, + payoff = true, + }, + gemType = "Spell", + tagString = "AoE, Projectile, Cold, Payoff", + reqStr = 0, + reqDex = 0, + reqInt = 100, + Tier = 3, + naturalMaxLevel = 20, + }, } \ No newline at end of file diff --git a/src/Data/Global.lua b/src/Data/Global.lua index 533222ffea..3f38587f27 100644 --- a/src/Data/Global.lua +++ b/src/Data/Global.lua @@ -376,7 +376,7 @@ SkillType = { NonHitChill = 67, ChillingArea = 68, AppliesCurse = 69, - CanRapidFire = 70, + Barrageable = 70, AuraDuration = 71, AreaSpell = 72, OR = 73, @@ -530,6 +530,30 @@ SkillType = { SupportedByTumult = 221, RequiresCharges = 222, CannotConsumeCharges = 223, + ConsumesRage = 224, + NonDamageArmourBreak = 225, + Necrotic = 226, + Nature = 227, + NoAttackInPlace = 228, + DodgeReplacement = 229, + SupportedByDurationThree = 230, + ToggleSpawnedObjectTargetable_DefaultOn = 231, + ToggleSpawnedObjectTargetable_DefaultOff = 232, + ReserveInAllSets = 233, + Unleashable = 234, + CannotCreateJaggedGround = 235, + SingleLevelSkill = 236, + SupportedByZarokh = 237, + SupportedByGarukhan = 238, + FrozenSpite = 239, + ObjectDurability = 240, + Detonator = 241, + SupportedByOverabundanceThree = 242, + UnlimitedTotems = 243, + SupportedByHaemoCrystals = 244, + SupportedByFlamePillar = 245, + CanCreateStoneElementals = 246, + RemnantCannotBeShared = 247, } GlobalCache = { diff --git a/src/Data/Minions.lua b/src/Data/Minions.lua index a7acf17d0d..be8b73a6f2 100644 --- a/src/Data/Minions.lua +++ b/src/Data/Minions.lua @@ -33,6 +33,8 @@ minions["RaisedZombie"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] }, } @@ -62,6 +64,9 @@ minions["SummonedRagingSpirit"] = { }, modList = { mod("Speed", "MORE", 40, 1, 0), -- MonsterSummonedSkullFastAttack1 [active_skill_attack_speed_+%_final = 40] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- untargetable_by_monster_ai [untargetable_by_monster_ai = 1] }, } @@ -93,6 +98,9 @@ minions["RaisedSkeletonSniper"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] }, } @@ -122,9 +130,15 @@ minions["RaisedSkeletonBrute"] = { skillList = { "MinionMeleeStep", "BoneshatterBruteMinion", + "ShatteringRoarSkeletalBruteMinion", }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] + -- melee_conditional_step_distance [melee_conditional_step_distance = 14] + -- active_skill_hit_damage_stun_multiplier_+%_final [active_skill_hit_damage_stun_multiplier_+%_final = 50] }, } @@ -157,6 +171,9 @@ minions["RaisedSkeletonStormMage"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] }, } @@ -185,10 +202,13 @@ minions["RaisedSkeletonFrostMage"] = { }, skillList = { "FrostBoltSkeletonMageMinion", - "IceBombSkeletonMageMinion", + "IceArmourSkeletonMageMinion", }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] }, } @@ -222,6 +242,9 @@ minions["RaisedSkeletonCleric"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] }, } @@ -254,6 +277,10 @@ minions["RaisedSkeletonArsonist"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] + -- strafe_distance_+% [strafe_distance_+% = -40] }, } @@ -287,6 +314,10 @@ minions["RaisedSkeletonReaver"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] + -- attack_speed_+%_per_2_rage [attack_speed_+%_per_2_rage = 6] }, } @@ -321,6 +352,9 @@ minions["RaisedSkeletonWarriors"] = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] mod("BlockChance", "BASE", 30, 0, 0), -- SkeletonWarriorPlayerMinionBlockChance [monster_base_block_% = 30] mod("BlockChanceMax", "BASE", 0, 0, 0), -- SkeletonWarriorPlayerMinionBlockChance [additional_maximum_block_% = 0] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- is_skeleton_minion [is_skeleton_minion = 1] }, } @@ -351,6 +385,8 @@ minions["SummonedHellhound"] = { }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] }, } @@ -505,9 +541,14 @@ minions["UnearthBoneConstruct"] = { }, skillList = { "MinionMelee", + "DATTBoneConstructPlayerSummoned", + "GABoneConstructPlayerSummoned", }, modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2930] }, } @@ -539,6 +580,11 @@ minions["SummonedRhoa"] = { modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] -- MonsterIgnoreActorScaleFromStats [ignore_actor_scale_from_stats = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- set_has_quadruped_head_control [set_has_quadruped_head_control = 1] + -- set_quadruped_head_turn_duration_ms [set_quadruped_head_turn_duration_ms = 200] + -- no_blood_on_death [no_blood_on_death = 1] }, } @@ -569,6 +615,139 @@ minions["ManifestWeapon"] = { "DTTAnimateWeaponSpearDashStabImpact", "GAAnimateWeaponQuarterstaffSweep", }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- minion_does_not_equip_quiver [minion_does_not_equip_quiver = 1] + -- monster_gets_item_stats [monster_gets_item_stats = 1] + -- untargetable_by_monster_ai [untargetable_by_monster_ai = 1] + -- set_base_cannot_be_damaged [set_base_cannot_be_damaged = 1] + -- set_cannot_be_chained_from [set_cannot_be_chained_from = 1] + -- set_base_maximum_life_is_one [set_base_maximum_life_is_one = 1] + -- base_cannot_be_stunned [base_cannot_be_stunned = 1] + -- cannot_be_knocked_back [cannot_be_knocked_back = 1] + -- set_cannot_be_splashed_from [set_cannot_be_splashed_from = 1] + -- immune_to_auras_from_other_teams [immune_to_auras_from_other_teams = 1] + -- hide_buff_visuals [hide_buff_visuals = 1] + -- hide_mini_life_bar [hide_mini_life_bar = 1] + }, +} + +minions["RavenousSwarm"] = { + name = "Ravenous Swarm", + monsterTags = { "slow_movement", "Unarmed_onhit_audio", }, + life = 0.7, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 0.84, + damageSpread = 0.3, + attackTime = 1, + attackRange = 1, + accuracy = 1, + baseMovementSpeed = 24, + spectreReservation = 50, + companionReservation = 30, + spawnLocation = { + }, + skillList = { + "RavenousSwarmAttack", + }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- immune_to_curses [immune_to_curses = 1] + -- immune_to_auras_from_other_entities [immune_to_auras_from_other_entities = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- mana_regeneration_rate_per_minute_% [mana_regeneration_rate_per_minute_% = 100] + -- base_maximum_mana [base_maximum_mana = 100000] + -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1] + -- set_monster_do_not_fracture [set_monster_do_not_fracture = 1] + -- set_max_frenzy_charges [set_max_frenzy_charges = 0] + -- set_max_endurance_charges [set_max_endurance_charges = 0] + -- set_max_power_charges [set_max_power_charges = 0] + -- is_hidden_monster [is_hidden_monster = 1] + mod("Condition:CannotBeDamaged", "FLAG", 1, 0, 0), -- base_cannot_be_damaged [base_cannot_be_damaged = 1] + -- base_cannot_be_stunned [base_cannot_be_stunned = 1] + -- cannot_be_knocked_back [cannot_be_knocked_back = 1] + -- base_cannot_be_frozen [base_cannot_be_frozen = 1] + -- base_maximum_life_is_one [base_maximum_life_is_one = 1] + }, +} + +minions["LivingLightning"] = { + name = "Living Lightning", + monsterTags = { "construct", "extra_small_height", "ghost_armour", "is_unarmed", "melee", "physical_affinity", "very_fast_movement", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 0.35, + damageSpread = 0.8, + attackTime = 1, + attackRange = 20, + accuracy = 1, + baseMovementSpeed = 97, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Construct", + spawnLocation = { + }, + skillList = { + "LivingLightningZap", + }, + modList = { + -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_action_attack_or_cast_time_uses_animation_length [set_action_attack_or_cast_time_uses_animation_length = 0] + -- immune_to_curses [immune_to_curses = 1] + -- immune_to_auras_from_other_teams [immune_to_auras_from_other_teams = 1] + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1] + -- set_monster_do_not_fracture [set_monster_do_not_fracture = 1] + -- set_max_frenzy_charges [set_max_frenzy_charges = 0] + -- set_max_endurance_charges [set_max_endurance_charges = 0] + -- set_max_power_charges [set_max_power_charges = 0] + -- base_cannot_be_stunned [base_cannot_be_stunned = 1] + -- cannot_be_knocked_back [cannot_be_knocked_back = 1] + -- set_phase_through_objects [set_phase_through_objects = 1] + -- untargetable_by_monster_ai [untargetable_by_monster_ai = 1] + -- set_minion_cannot_be_directed [set_minion_cannot_be_directed = 1] + -- set_base_cannot_be_damaged [set_base_cannot_be_damaged = 1] + -- set_cannot_be_chained_from [set_cannot_be_chained_from = 1] + -- set_base_maximum_life_is_one [set_base_maximum_life_is_one = 1] + -- set_cannot_be_splashed_from [set_cannot_be_splashed_from = 1] + -- hide_buff_visuals [hide_buff_visuals = 1] + -- hide_mini_life_bar [hide_mini_life_bar = 1] + }, +} + +minions["TacticianMinion"] = { + name = "Artillery Squad", + monsterTags = { "ranged", "Unarmed_onhit_audio", "very_slow_movement", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 0.67, + damageSpread = 0.2, + attackTime = 1, + attackRange = 6, + accuracy = 1, + baseMovementSpeed = 8, + spectreReservation = 50, + companionReservation = 30, + spawnLocation = { + }, + skillList = { + "DeathFromAboveDaemonMinion", + }, modList = { }, } diff --git a/src/Data/Misc.lua b/src/Data/Misc.lua index 298feb64a5..f205b3a81e 100644 --- a/src/Data/Misc.lua +++ b/src/Data/Misc.lua @@ -2,8 +2,8 @@ local data = ... -- From DefaultMonsterStats.dat -data.monsterEvasionTable = { 11, 14, 17, 20, 24, 27, 31, 35, 38, 42, 46, 50, 54, 59, 63, 67, 72, 76, 81, 86, 91, 96, 101, 106, 111, 117, 122, 128, 134, 140, 146, 152, 158, 165, 171, 178, 185, 191, 199, 206, 213, 221, 228, 236, 244, 252, 261, 269, 278, 286, 295, 304, 314, 323, 333, 343, 353, 363, 373, 384, 395, 406, 417, 429, 440, 452, 464, 477, 489, 502, 515, 528, 542, 556, 570, 584, 598, 613, 628, 644, 659, 675, 691, 708, 724, 742, 759, 777, 795, 813, 832, 850, 870, 889, 909, 930, 951, 972, 993, 1015, } -data.monsterAccuracyTable = { 51, 56, 60, 65, 70, 75, 80, 86, 91, 97, 103, 110, 116, 123, 130, 137, 145, 152, 160, 169, 177, 186, 195, 204, 214, 224, 234, 245, 256, 267, 279, 291, 304, 317, 330, 344, 358, 372, 387, 403, 419, 435, 452, 470, 488, 506, 526, 545, 566, 587, 608, 630, 653, 677, 701, 726, 752, 778, 806, 834, 863, 892, 923, 955, 987, 1020, 1055, 1090, 1126, 1164, 1202, 1242, 1283, 1324, 1368, 1412, 1457, 1504, 1552, 1602, 1653, 1705, 1759, 1814, 1871, 1930, 1990, 2052, 2115, 2180, 2247, 2316, 2387, 2460, 2535, 2612, 2690, 2772, 2855, 2941, } +data.monsterEvasionTable = { 24, 30, 36, 43, 49, 56, 63, 70, 77, 84, 91, 98, 105, 113, 120, 128, 136, 144, 152, 160, 168, 176, 185, 193, 202, 211, 220, 229, 238, 247, 257, 266, 276, 286, 296, 306, 316, 326, 337, 347, 358, 369, 380, 391, 403, 414, 426, 438, 449, 462, 474, 486, 499, 511, 524, 537, 551, 564, 578, 591, 605, 619, 634, 648, 663, 677, 692, 708, 723, 738, 754, 770, 786, 803, 819, 836, 853, 870, 887, 905, 923, 941, 959, 977, 996, 1015, 1034, 1053, 1073, 1093, 1113, 1133, 1154, 1174, 1195, 1217, 1238, 1260, 1282, 1304, } +data.monsterAccuracyTable = { 26, 31, 36, 41, 46, 51, 57, 62, 68, 75, 81, 88, 95, 102, 109, 117, 125, 134, 142, 151, 161, 170, 180, 191, 202, 213, 224, 236, 248, 261, 274, 288, 302, 317, 332, 348, 364, 380, 398, 416, 434, 453, 473, 493, 514, 536, 558, 581, 605, 629, 655, 681, 708, 736, 765, 794, 825, 856, 889, 923, 957, 993, 1030, 1068, 1107, 1147, 1189, 1232, 1276, 1321, 1368, 1416, 1466, 1517, 1570, 1625, 1681, 1738, 1798, 1859, 1922, 1987, 2054, 2123, 2194, 2266, 2342, 2419, 2498, 2580, 2665, 2751, 2841, 2933, 3027, 3124, 3225, 3328, 3434, 3543, } data.monsterLifeTable = { 15, 20, 24, 28, 33, 38, 45, 50, 58, 67, 78, 89, 103, 118, 134, 158, 178, 200, 224, 249, 276, 305, 335, 366, 400, 434, 472, 510, 551, 593, 637, 683, 731, 790, 853, 921, 995, 1074, 1160, 1253, 1353, 1462, 1578, 1705, 1841, 1967, 2101, 2244, 2395, 2556, 2726, 2909, 3102, 3307, 3525, 3756, 4002, 4264, 4540, 4834, 5147, 5478, 5829, 6203, 6513, 6904, 7318, 7757, 8222, 8716, 9239, 9793, 10381, 11003, 11664, 12363, 13105, 13892, 14725, 15609, 16545, 17538, 18590, 19705, 20888, 22141, 23469, 24878, 26370, 27953, 29630, 31407, 33292, 35289, 37407, 39651, 42030, 44552, 47225, 50059, } data.monsterAllyLifeTable = { 51, 83, 116, 150, 186, 223, 261, 300, 341, 382, 426, 471, 517, 565, 614, 665, 718, 772, 828, 886, 945, 1007, 1070, 1135, 1203, 1272, 1344, 1417, 1493, 1571, 1652, 1734, 1820, 1907, 1998, 2091, 2186, 2285, 2386, 2490, 2598, 2708, 2821, 2938, 3058, 3181, 3307, 3438, 3571, 3709, 3850, 3995, 4144, 4298, 4455, 4617, 4783, 4953, 5128, 5308, 5493, 5682, 5877, 6077, 6282, 6492, 6708, 6930, 7157, 7391, 7630, 7876, 8128, 8387, 8652, 8924, 9203, 9489, 9783, 10084, 10393, 10710, 11034, 11367, 11708, 12058, 12417, 12785, 13161, 13548, 13944, 14350, 14766, 15192, 15629, 16076, 16535, 17005, 17486, 17980, } data.monsterDamageTable = { 9.1599998474121, 10.260000228882, 11.390000343323, 12.569999694824, 13.779999732971, 15.029999732971, 16.319999694824, 17.64999961853, 19.020000457764, 20.440000534058, 21.89999961853, 23.409999847412, 24.969999313354, 26.569999694824, 28.229999542236, 29.930000305176, 31.690000534058, 33.5, 35.369998931885, 37.290000915527, 39.270000457764, 41.310001373291, 43.409999847412, 45.569999694824, 47.799999237061, 50.090000152588, 52.450000762939, 54.880001068115, 57.369998931885, 59.939998626709, 62.590000152588, 65.309997558594, 68.099998474121, 70.980003356934, 73.940002441406, 76.980003356934, 80.110000610352, 83.319999694824, 86.629997253418, 90.019996643066, 93.51000213623, 97.099998474121, 100.79000091553, 104.56999969482, 108.45999908447, 112.45999908447, 116.56999969482, 120.7799987793, 125.12000274658, 129.55999755859, 134.13000488281, 138.82000732422, 143.63999938965, 148.58000183105, 153.66000366211, 158.86999511719, 164.21000671387, 169.69999694824, 175.33999633789, 181.11999511719, 187.05000305176, 193.13999938965, 199.38000488281, 205.78999328613, 212.36000061035, 219.11000061035, 226.0299987793, 233.11999511719, 240.39999389648, 247.86000061035, 255.52000427246, 263.36999511719, 271.42001342773, 279.67999267578, 288.14001464844, 296.82000732422, 305.7200012207, 314.83999633789, 324.19000244141, 333.7799987793, 343.60000610352, 353.67001342773, 364, 374.57998657227, 385.42001342773, 396.5299987793, 407.92001342773, 419.57998657227, 431.54000854492, 443.79000854492, 456.33999633789, 469.20001220703, 482.38000488281, 495.86999511719, 509.70001220703, 523.85998535156, 538.36999511719, 553.22998046875, 568.46002197266, 584.04998779297, } @@ -16,17 +16,17 @@ data.minionLevelTable = { 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30 -- From GameConstants.dat data.gameConstants = { - ["MonsterAccuracyBase"] = 47, - ["MonsterAccuracyIncremental"] = 321, - ["MonsterAccuracyImprovement"] = 2.1, + ["MonsterAccuracyBase"] = 22, + ["MonsterAccuracyIncremental"] = 380, + ["MonsterAccuracyImprovement"] = 2.2, ["MonsterArmourBase"] = 2, ["MonsterArmourIncremental"] = 1.75, ["MonsterArmourStrengthRatioMultiplier"] = 3, ["MonsterArmourImprovement"] = 4.5, - ["MonsterEvasionBase"] = 8, - ["MonsterEvasionIncremental"] = 3, + ["MonsterEvasionBase"] = 18, + ["MonsterEvasionIncremental"] = 6, ["MonsterEvasionDexterityRatioMultiplier"] = 2, - ["MonsterEvasionImprovement"] = 1.2, + ["MonsterEvasionImprovement"] = 0.75, ["OldLeechModsEffectiveness"] = 20, ["AscendancyRespecCost"] = 5, ["SkillDamageBaseEffectiveness"] = 3.885209, @@ -38,14 +38,14 @@ data.gameConstants = { ["PartyRarityBonusPerAdditionalPlayer"] = 0, ["PartyRarityBonusPerAdditionalPlayerHardMode"] = 0, ["PartyUniqueBonusPerAdditionalPlayer"] = 0.3, - ["LightStunMinimumChance"] = 20, - ["LightStunRatioScale"] = 92, - ["LightStunMinimumChancePlayer"] = 12, - ["LightStunRatioScalePlayer"] = 83, - ["HeavyStunDamageScale"] = 0.87, + ["LightStunMinimumChance"] = 15, + ["LightStunRatioScale"] = 58, + ["LightStunMinimumChancePlayer"] = 15, + ["LightStunRatioScalePlayer"] = 44, + ["HeavyStunDamageScale"] = 0.58, ["HeavyStunThresholdModifier"] = 500, ["HeavyStunModifierDuration"] = 16.5, - ["HeavyStunDamageScalePlayer"] = 1, + ["HeavyStunDamageScalePlayer"] = 0.65, ["HeavyStunThresholdModifierPlayer"] = 100, ["HeavyStunModifierDurationPlayer"] = 10, ["FreezeDamageScale"] = 2.1, @@ -66,10 +66,11 @@ data.gameConstants = { ["PinModifierDuration"] = 13, ["MonsterIntRatioCovertLifeToEnergyShield"] = 100, ["ShockChanceMultiplier"] = 25, - ["IgniteChanceMultiplier"] = 25, + ["IgniteChanceMultiplier"] = 20, ["MiscAilmentChanceMultiplier"] = 25, ["AilmentChanceExponent"] = 1, - ["ChillEffectMultiplier"] = 60, + ["BaseShockMagnitude"] = 20, + ["ChillEffectMultiplier"] = 100, ["ChillMaxEffect"] = 50, ["SellPriceMultiplier"] = 0.11, ["MobilePriceMultiplier"] = 0.25, @@ -84,8 +85,10 @@ data.gameConstants = { ["PoisonHitDamagePercentPerMinute"] = 1200, ["JaggedGroundMagnitude"] = -20, ["BaseBleedingDuration"] = 5, - ["BaseChillDuration"] = 2, - ["BaseShockDuration"] = 4, + ["BaseChillDuration"] = 8, + ["BaseChillDurationPlayer"] = 2, + ["BaseShockDuration"] = 8, + ["BaseShockDurationPlayer"] = 4, ["BasePoisonDuration"] = 2, ["BaseIgniteDuration"] = 4, ["BaseBloodstainedAfterBleedingDuration"] = 6, @@ -99,6 +102,16 @@ data.gameConstants = { ["CullingStrikeMagicThreshold"] = 20, ["CullingStrikeRareThreshold"] = 10, ["CullingStrikeUniqueThreshold"] = 5, + ["BaseRequiredEnemiesToBeConsideredSurrounded"] = 5, + ["NumPetrifiedStacksToPetrify"] = 5, + ["DefaultMaxEvadeChancePercent"] = 95, + ["BasePercentDamageDeflected"] = 40, + ["InfusionRemnantBaseDuration"] = 12000, + ["BaseFlammabilityDuration"] = 8, + ["BaseFlammabilityDurationPlayer"] = 4, + ["IgniteNonHitFlammabilityModifier"] = 0.6, + ["MinionsAreGiganticMagnitude"] = 20, + ["NonHitFlammabilityPermyriadThresholdToIgnite"] = 5000, } -- From Metadata/Characters/Character.ot data.characterConstants = { @@ -108,17 +121,16 @@ data.characterConstants = { ["character_inherent_mana_regeneration_rate_per_minute_%"] = 240, ["base_maximum_all_resistances_%"] = 75, ["maximum_physical_damage_reduction_%"] = 90, - ["object_inherent_base_maximum_block_%_from_ot"] = 75, - ["base_maximum_spell_block_%"] = 75, + ["object_inherent_base_maximum_block_%_from_ot"] = 50, ["max_viper_strike_orbs"] = 4, ["max_fuse_arrow_orbs"] = 5, ["max_fire_beam_stacks"] = 8, ["base_evasion_rating"] = 27, - ["base_maximum_chance_to_evade_%"] = 95, ["life_per_level"] = 12, ["mana_per_level"] = 4, - ["accuracy_rating_per_level"] = 3, + ["accuracy_rating_per_level"] = 6, ["evasion_rating_per_level"] = 300, + ["unarmed_base_critical_strike_chance"] = 500, ["base_critical_hit_damage_bonus"] = 100, ["strength_per_level"] = 0, ["dexterity_per_level"] = 0, @@ -149,8 +161,8 @@ data.characterConstants = { ["melee_variation"] = 1, ["base_total_number_of_sigils_allowed"] = 3, ["enable_movement_skill_animation_skipping"] = 1, - ["melee_hit_damage_stun_multiplier_+%"] = 50, - ["non_physical_hit_damage_stun_multiplier_+%"] = -33, + ["melee_hit_damage_stun_multiplier_+%_final_from_ot"] = 50, + ["physical_hit_damage_stun_multiplier_+%_final_from_ot"] = 50, ["additional_insanity_effects_while_delirious"] = 1, ["max_steel_ammo"] = 12, ["chance_to_deal_triple_damage_%_per_brutal_charge"] = 3, @@ -167,12 +179,12 @@ data.characterConstants = { ["melee_strike_bonus_attack_distance"] = 2, ["melee_defer_damage_prediction"] = 1, ["accuracy_rating_+%_final_at_max_distance_scaled"] = -90, - ["base_weapon_swap_duration_ms"] = 250, + ["base_weapon_swap_duration_ms"] = 0, + ["poise_decay_delay_ms"] = 2000, ["poise_decay_%_per_second"] = 50, ["enable_weapon_sets"] = true, ["base_number_of_weapon_sets"] = 2, ["quadruped_head_turn_duration_ms"] = 100, - ["has_quadruped_head_control"] = 0, ["base_pay_cost_over_start_of_skill_animation"] = 1, ["base_knockback_speed_+%"] = -30, ["base_maximum_number_of_stored_corpses"] = 10, @@ -192,13 +204,24 @@ data.characterConstants = { ["object_inherent_evasion_break_amount_+%_final_against_magic_monsters"] = 100, ["fixed_frost_wall_limit"] = 60, ["player_allow_dodge_roll_cancel"] = 1, - ["maximum_cold_infusion_stacks"] = 6, - ["maximum_fire_infusion_stacks"] = 6, - ["maximum_lightning_infusion_stacks"] = 6, - ["maximum_chaos_infusion_stacks"] = 6, - ["base_infusion_duration_ms"] = 15000, + ["minimum_number_of_projectiles_to_fire_is_1"] = 1, + ["maximum_cold_infusion_stacks"] = 3, + ["maximum_fire_infusion_stacks"] = 3, + ["maximum_lightning_infusion_stacks"] = 3, + ["base_infusion_duration_ms"] = 20000, ["maximum_caltrops_allowed"] = 20, - ["maximum_volatility_allowed"] = 200, + ["maximum_briarpatches_allowed"] = 20, + ["maximum_volatility_allowed_default"] = 200, + ["number_of_banners_allowed"] = 1, + ["heat_base_delay_before_decay_ms"] = 4000, + ["heat_base_decay_rate_ms"] = 100, + ["branching_fissure_placement_along_main_fissure_variance_%"] = 5, + ["branching_fissure_min_branch_angle"] = 40, + ["branching_fissure_max_branch_angle"] = 80, + ["dodge_roll_sprint_turn_rate"] = 150, + ["sprint_movement_speed_+%"] = 50, + ["sprint_end_stun_linger_duration_ms"] = 200, + ["dodge_roll_sprint_minimum_time_ms"] = 500, ["base_speed"] = 37, } -- From Metadata/Monsters/Monster.ot @@ -209,18 +232,16 @@ data.monsterConstants = { ["maximum_physical_damage_reduction_%"] = 75, ["base_maximum_all_resistances_%"] = 75, ["monster_base_flask_charges_percent_of_monster_power"] = 50, - ["base_maximum_chance_to_evade_%"] = 95, ["base_critical_hit_damage_bonus"] = 30, ["max_endurance_charges"] = 3, ["max_frenzy_charges"] = 3, ["max_power_charges"] = 3, - ["object_inherent_base_maximum_block_%_from_ot"] = 75, - ["base_maximum_spell_block_%"] = 75, + ["object_inherent_base_maximum_block_%_from_ot"] = 50, ["movement_velocity_cap"] = 128, ["max_azurite_debuff_stacks"] = 10, ["ignore_skill_weapon_restrictions"] = 1, - ["melee_hit_damage_stun_multiplier_+%"] = 33, - ["non_physical_hit_damage_stun_multiplier_+%"] = -50, + ["melee_hit_damage_stun_multiplier_+%_final_from_ot"] = 33, + ["physical_hit_damage_stun_multiplier_+%_final_from_ot"] = 100, ["scale_melee_range_to_actor_scale"] = 1, ["use_melee_pattern_range"] = 1, ["melee_swing_not_scaled_by_area_modifiers"] = 1, @@ -242,12 +263,14 @@ data.monsterConstants = { -- From PlayerMinionIntrinsicStats.dat data.playerMinionIntrinsicStats = { ["stun_base_duration_override_ms"] = 500, - ["accuracy_rating_+%_final_at_max_distance_scaled"] = -90, - ["accuracy_rating_per_level"] = 10, + ["global_always_hit"] = 1, ["base_critical_hit_damage_bonus"] = 70, + ["maximum_rage"] = 30, + ["rage_loss_delay_ms"] = 2000, + ["attack_damage_final_permyriad_per_rage"] = 100, } -- From MonsterVarieties.dat combined with SkillTotemVariations.dat -data.totemLifeMult = { [1] = 1, [2] = 1, [3] = 1, [5] = 1, [12] = 1, [18] = 1, [19] = 1, [22] = 1, [15] = 1.2, [23] = 1, [24] = 1, } +data.totemLifeMult = { [1] = 1, [2] = 1, [3] = 1, [5] = 1, [12] = 1, [18] = 1, [19] = 1, [22] = 1, [15] = 1.2, [23] = 1, [24] = 1, [25] = 1, [26] = 1, } data.monsterVarietyLifeMult = { ["Drowned"] = 1, ["Lumbering Dead"] = 1, @@ -279,10 +302,12 @@ data.monsterVarietyLifeMult = { ["Vaal Skeletal Squire"] = 1, ["Vaal Skeletal Priest"] = 1, ["Vaal Skeletal Archer"] = 1, + ["Scavenged Skeleton"] = 1, ["Rattling Gibbet"] = 2, ["Prowling Skeleton"] = 1.25, ["Eaten Rat"] = 0.9, ["Eternal Prisoner"] = 1, + ["Coral-crowned Skeleton"] = 1, ["Rotting Guard"] = 1, } -- From MonsterMapDifficulty.dat @@ -290,3 +315,47 @@ data.mapLevelLifeMult = { [66] = 1, [67] = 1, [68] = 1, [69] = 1, [70] = 1, [71] -- From MonsterMapBossDifficulty.dat data.mapLevelBossLifeMult = { [1] = 1, [2] = 1, [3] = 1, [4] = 1, [5] = 1, [6] = 1, [7] = 1, [8] = 1, [9] = 1, [10] = 1, [11] = 1, [12] = 1, [13] = 1, [14] = 1, [15] = 1, [16] = 1, [17] = 1, [18] = 1, [19] = 1, [20] = 1, [21] = 1, [22] = 1, [23] = 1, [24] = 1, [25] = 1, [26] = 1, [27] = 1, [28] = 1, [29] = 1, [30] = 1, [31] = 1, [32] = 1, [33] = 1, [34] = 1, [35] = 1, [36] = 1, [37] = 1, [38] = 1, [39] = 1, [40] = 1, [41] = 1, [42] = 1, [43] = 1, [44] = 1, [45] = 1, [46] = 1, [47] = 1, [48] = 1, [49] = 1, [50] = 1, [51] = 1, [52] = 1, [53] = 1, [54] = 1, [55] = 1, [56] = 1, [57] = 1, [58] = 1, [59] = 1, [60] = 1, [61] = 1, [62] = 1, [63] = 1, [64] = 1, [65] = 1, [66] = 1, [67] = 1, [68] = 1, [69] = 1, [70] = 1, [71] = 1, [72] = 1, [73] = 1, [74] = 1, [75] = 1, [76] = 1, [77] = 1, [78] = 1, [79] = 1, [80] = 1, [81] = 1, [82] = 1, [83] = 1, [84] = 1, [85] = 1, [86] = 1, [87] = 1, [88] = 1, [89] = 1, [90] = 1, } data.mapLevelBossAilmentMult = { [1] = 1, [2] = 1, [3] = 1, [4] = 1, [5] = 1, [6] = 1, [7] = 1, [8] = 1, [9] = 1, [10] = 1, [11] = 1, [12] = 1, [13] = 1, [14] = 1, [15] = 1, [16] = 1, [17] = 1, [18] = 1, [19] = 1, [20] = 1, [21] = 1, [22] = 1, [23] = 1, [24] = 1, [25] = 1, [26] = 1, [27] = 1, [28] = 1, [29] = 1, [30] = 1, [31] = 1, [32] = 1, [33] = 1, [34] = 1, [35] = 1, [36] = 1, [37] = 1, [38] = 1, [39] = 1, [40] = 1, [41] = 1, [42] = 1, [43] = 1, [44] = 1, [45] = 1, [46] = 1, [47] = 1, [48] = 1, [49] = 1, [50] = 1, [51] = 1, [52] = 1, [53] = 1, [54] = 1, [55] = 1, [56] = 1, [57] = 1, [58] = 1, [59] = 1, [60] = 1, [61] = 1, [62] = 1, [63] = 1, [64] = 1, [65] = 1, [66] = 1, [67] = 1, [68] = 1, [69] = 1, [70] = 1, [71] = 1, [72] = 1, [73] = 1, [74] = 1, [75] = 1, [76] = 1, [77] = 1, [78] = 1, [79] = 1, [80] = 1, [81] = 1, [82] = 1, [83] = 1, [84] = 1, [85] = 1, [86] = 1, [87] = 1, [88] = 1, [89] = 1, [90] = 1, } + +-- From FlatPhysicalDamageValues.dat +data.hollowPalmAddedPhys = { + [1] = { 11, 17 }, + [2] = { 18, 27 }, + [3] = { 27, 41 }, + [4] = { 37, 55 }, + [5] = { 47, 70 }, + [6] = { 57, 86 }, + [7] = { 67, 100 }, + [8] = { 78, 117 }, + [9] = { 88, 132 }, + [10] = { 99, 148 }, + [11] = { 109, 164 }, + [12] = { 114, 171 }, + [13] = { 118, 177 }, + [14] = { 128, 192 }, + [15] = { 138, 207 }, + [16] = { 146, 219 }, + [17] = { 155, 233 }, + [18] = { 164, 245 }, + [19] = { 172, 258 }, + [20] = { 180, 270 }, + [21] = { 187, 281 }, + [22] = { 194, 291 }, + [23] = { 200, 300 }, + [24] = { 207, 310 }, + [25] = { 213, 320 }, + [26] = { 219, 329 }, + [27] = { 226, 339 }, + [28] = { 232, 348 }, + [29] = { 239, 358 }, + [30] = { 245, 367 }, + [31] = { 251, 377 }, + [32] = { 258, 387 }, + [33] = { 264, 396 }, + [34] = { 270, 405 }, + [35] = { 276, 415 }, + [36] = { 283, 424 }, + [37] = { 289, 434 }, + [38] = { 295, 443 }, + [39] = { 302, 452 }, + [40] = { 308, 462 }, +} diff --git a/src/Data/ModCache.lua b/src/Data/ModCache.lua index 8715ff8d74..93a28b5686 100755 --- a/src/Data/ModCache.lua +++ b/src/Data/ModCache.lua @@ -85,7 +85,11 @@ c["+0% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type c["+0% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=0}},nil} c["+0.15% to Thorns Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=0.15}}," Thorns "} c["+0.15% to Thorns Critical Hit Chance +25% to Thorns Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=0.15}}," Thorns +25% to Thorns Critical Hit Chance "} +c["+0.5 metres to Dodge Roll distance while Surrounded"]={{}," metres to Dodge Roll distance "} +c["+0.5 metres to Dodge Roll distance while Surrounded 10% increased Movement Speed while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},[2]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="MovementSpeed",type="BASE",value=0.5}}," metres to Dodge Roll distance 10% increased "} +c["+0.6% to Unarmed Melee Attack Critical Hit Chance"]={{[1]={flags=16777477,keywordFlags=0,name="CritChance",type="BASE",value=0.6}},nil} c["+1 Charm Slot"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BASE",value=1}},nil} +c["+1 Life per 4 Dexterity"]={{[1]={[1]={div=4,stat="Dex",type="PerStat"},flags=0,keywordFlags=0,name="Life",type="BASE",value=1}},nil} c["+1 Ring Slot"]={{[1]={flags=0,keywordFlags=0,name="AdditionalRingSlot",type="FLAG",value=true}},nil} c["+1 metre to Dodge Roll distance"]={{}," metre to Dodge Roll distance "} c["+1 metre to Dodge Roll distance 50% increased Evasion Rating if you've Dodge Rolled Recently"]={{[1]={[1]={type="Condition",var="DodgeRolledRecently"},flags=0,keywordFlags=0,name="Evasion",type="BASE",value=1}}," metre to Dodge Roll distance 50% increased "} @@ -95,8 +99,9 @@ c["+1 to Level of all Cold Skills"]={{[1]={flags=0,keywordFlags=0,name="GemPrope c["+1 to Level of all Fire Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fire",value=1}}},nil} c["+1 to Level of all Lightning Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="lightning",value=1}}},nil} c["+1 to Level of all Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="all",value=1}}},nil} +c["+1 to Limit for Elemental Skills"]={{}," Limit for Elemental Skills "} c["+1 to Maximum Endurance Charges"]={{[1]={flags=0,keywordFlags=0,name="EnduranceChargesMax",type="BASE",value=1}},nil} -c["+1 to Maximum Energy Shield per 12 Evasion Rating on Equipped Body Armour"]={{[1]={[1]={div=12,stat="EvasionOnBody Armour",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}},nil} +c["+1 to Maximum Energy Shield per 12 Item Evasion Rating on Equipped Body Armour"]={{[1]={[1]={div=12,stat="EvasionOnBody Armour",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}},nil} c["+1 to Maximum Energy Shield per 8 Maximum Life"]={{[1]={[1]={div=8,stat="Life",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}},nil} c["+1 to Maximum Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="FrenzyChargesMax",type="BASE",value=1}},nil} c["+1 to Maximum Mana per 6 Maximum Life"]={{[1]={[1]={div=6,stat="Life",type="PerStat"},flags=0,keywordFlags=0,name="Mana",type="BASE",value=1}},nil} @@ -107,8 +112,14 @@ c["+1 to Minimum Endurance Charges while you have at least 150 Devotion"]={{[1]= c["+1 to Minimum Frenzy Charges while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="FrenzyChargesMin",type="BASE",value=1}},nil} c["+1 to Minimum Power Charges while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PowerChargesMin",type="BASE",value=1}},nil} c["+1 to Spirit for every 20 Evasion Rating on Equipped Body Armour"]={{[1]={[1]={div=20,stat="EvasionOnBody Armour",type="PerStat"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=1}},nil} -c["+1 to Spirit for every 8 Energy Shield on Equipped Body Armour"]={{[1]={[1]={div=8,stat="EnergyShieldOnBody Armour",type="PerStat"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=1}},nil} +c["+1 to Spirit for every 8 Item Energy Shield on Equipped Body Armour"]={{[1]={[1]={div=8,stat="EnergyShieldOnBody Armour",type="PerStat"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=1}},nil} +c["+1 to Stun Threshold per Dexterity"]={{[1]={[1]={stat="Dex",type="PerStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} +c["+1 to maximum Cold Infusions"]={{}," maximum Cold Infusions "} +c["+1 to maximum Fire Infusions"]={{}," maximum Fire Infusions "} +c["+1 to maximum Lightning Infusions"]={{}," maximum Lightning Infusions "} +c["+1 to maximum number of Elemental Infusions"]={{}," maximum number of Elemental Infusions "} c["+1 to maximum number of Summoned Totems"]={{[1]={flags=0,keywordFlags=0,name="ActiveTotemLimit",type="BASE",value=1}},nil} +c["+1 to maximum number of placed Banners"]={{}," maximum number of placed Banners "} c["+1% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=1}},nil} c["+1% to Maximum Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResistMax",type="BASE",value=1}},nil} c["+1% to Maximum Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=1}},nil} @@ -118,7 +129,11 @@ c["+1% to Maximum Fire Resistance per 4 Red Support Gems Socketed"]={{[1]={[1]={ c["+1% to Maximum Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=1}},nil} c["+1% to Maximum Lightning Resistance per 4 Green Support Gems Socketed"]={{[1]={[1]={div=4,type="Multiplier",var="GreenSupportGems"},flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=1}},nil} c["+1% to all Maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=1}},nil} +c["+1% to all Maximum Elemental Resistances if you have at"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=1}}," if you have at "} +c["+1% to all Maximum Elemental Resistances if you have at least 5 Red, Green and Blue Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=1}}," if you have at least 5 Red, Green and Blue Support Gems Socketed "} c["+1% to all maximum Resistances if you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=1},[2]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="ChaosResistMax",type="BASE",value=1}},nil} +c["+1% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=1}},nil} +c["+1.1% to Unarmed Melee Attack Critical Hit Chance"]={{[1]={flags=16777477,keywordFlags=0,name="CritChance",type="BASE",value=1.1}},nil} c["+10 to Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="BASE",value=10}},nil} c["+10 to Devotion"]={{[1]={flags=0,keywordFlags=0,name="Devotion",type="BASE",value=10}},nil} c["+10 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=10}},nil} @@ -131,10 +146,14 @@ c["+10 to Strength and Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Str",type c["+10 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=10},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=10},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=10},[4]={flags=0,keywordFlags=0,name="All",type="BASE",value=10}},nil} c["+10 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=10}},nil} c["+10 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=10}},nil} +c["+10% of Armour also applies to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=10}},nil} +c["+10% of Armour also applies to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=10}},nil} +c["+10% of Armour also applies to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=10}},nil} c["+10% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=10}},nil} c["+10% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=10}},nil} c["+10% to Chaos Resistance per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=10}},nil} c["+10% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=10}},nil} +c["+10% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=10}},nil} c["+10% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=10}},nil} c["+10% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=10}},nil} c["+10% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=10}},nil} @@ -152,6 +171,8 @@ c["+100 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE" c["+100 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=100}},nil} c["+100 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=100}},nil} c["+100 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=100}},nil} +c["+100% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=100},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=100},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=100}},nil} +c["+100% of Armour also applies to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=100}},nil} c["+1000 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=1000}},nil} c["+104 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=104}},nil} c["+110 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=110}},nil} @@ -172,6 +193,7 @@ c["+125 to Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",t c["+125 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=125}},nil} c["+125 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=125}},nil} c["+125 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=125}},nil} +c["+125% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=125},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=125},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=125}},nil} c["+13 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=13}},nil} c["+13 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="BASE",value=13}},nil} c["+13 to Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="BASE",value=13}},nil} @@ -180,7 +202,6 @@ c["+13 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE", c["+13% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=13}},nil} c["+13% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=13}},nil} c["+13% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=13}},nil} -c["+13% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=13}},nil} c["+13% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=13}},nil} c["+13% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=13}},nil} c["+13% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=13}},nil} @@ -197,6 +218,10 @@ c["+15 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE", c["+15 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=15}},nil} c["+15 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=15}},nil} c["+15 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=15}},nil} +c["+15% of Armour also applies to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=15}},nil} +c["+15% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=15},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=15},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=15}},nil} +c["+15% of Armour also applies to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=15}},nil} +c["+15% of Armour also applies to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=15}},nil} c["+15% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=15}},nil} c["+15% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=15}},nil} c["+15% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=15}},nil} @@ -205,6 +230,7 @@ c["+15% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance" c["+15% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=15}},nil} c["+15% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=15}},nil} c["+15% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=15}},nil} +c["+150 Strength Requirement"]={{[1]={flags=0,keywordFlags=0,name="StrRequirement",type="BASE",value=150}},nil} c["+150 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=150}},nil} c["+150 to Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="BASE",value=150}},nil} c["+150 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=150}},nil} @@ -212,12 +238,13 @@ c["+150 to Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",t c["+150 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=150}},nil} c["+150 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=150}},nil} c["+150 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=150}},nil} +c["+150% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=150},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=150},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=150}},nil} c["+1500 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=1500}},nil} c["+16 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=16}},nil} c["+16% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=16}},nil} c["+160 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=160}},nil} c["+17% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=17}},nil} -c["+175 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=175}},nil} +c["+17% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=17}},nil} c["+175 to Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="BASE",value=175}},nil} c["+175 to Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=175}},nil} c["+18% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=18}},nil} @@ -227,7 +254,7 @@ c["+2 Charm Slot"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BASE",v c["+2 Charm Slots"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BASE",value=2}},nil} c["+2 metres to Dodge Roll distance if you haven't Dodge Rolled Recently"]={{}," metres to Dodge Roll distance if you haven't Dodge Rolled Recently "} c["+2 metres to Dodge Roll distance if you haven't Dodge Rolled Recently -1 metre to Dodge Roll distance if you've Dodge Rolled Recently"]={{}," metres to Dodge Roll distance if you haven't Dodge Rolled Recently -1 metre to Dodge Roll distance "} -c["+2 to Evasion Rating per 1 Energy Shield on Equipped Helmet"]={{[1]={[1]={div=1,stat="EnergyShieldOnHelmet",type="PerStat"},flags=0,keywordFlags=0,name="Evasion",type="BASE",value=2}},nil} +c["+2 to Evasion Rating per 1 Item Energy Shield on Equipped Helmet"]={{[1]={[1]={div=1,stat="EnergyShieldOnHelmet",type="PerStat"},flags=0,keywordFlags=0,name="Evasion",type="BASE",value=2}},nil} c["+2 to Level of all Cold Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cold",value=2}}},nil} c["+2 to Level of all Fire Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fire",value=2}}},nil} c["+2 to Level of all Lightning Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="lightning",value=2}}},nil} @@ -245,21 +272,28 @@ c["+2 to Maximum Rage"]={{[1]={flags=0,keywordFlags=0,name="MaximumRage",type="B c["+2 to Melee Strike Range"]={{[1]={flags=0,keywordFlags=0,name="MeleeWeaponRange",type="BASE",value=2},[2]={flags=0,keywordFlags=0,name="UnarmedRange",type="BASE",value=2}},nil} c["+2% chance to Suppress Spell Damage"]={{[1]={flags=0,keywordFlags=0,name="SpellSuppressionChance",type="BASE",value=2}},nil} c["+2% to Maximum Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=2}},nil} +c["+2% to Maximum Cold Resistance if you have at least 5 Blue Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=2}}," if you have at least 5 Blue Support Gems Socketed "} c["+2% to Maximum Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=2}},nil} +c["+2% to Maximum Fire Resistance if you have at least 5 Red Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=2}}," if you have at least 5 Red Support Gems Socketed "} +c["+2% to Maximum Fire Resistance while Ignited"]={{[1]={[1]={type="Condition",var="Ignited"},flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=2}},nil} c["+2% to Maximum Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=2}},nil} +c["+2% to Maximum Lightning Resistance if you have at least 5 Green Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=2}}," if you have at least 5 Green Support Gems Socketed "} c["+2% to Quality of all Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="quality",keyOfScaledMod="value",keyword="all",value=2}}},nil} +c["+2% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=2}},nil} c["+2.4% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=2.4}},nil} c["+20 to Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="BASE",value=20}},nil} c["+20 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=20}},nil} c["+20 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=20}},nil} c["+20 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="BASE",value=20}},nil} c["+20 to Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="BASE",value=20}},nil} +c["+20 to Spirit while you have at least 200 Dexterity"]={{[1]={[1]={stat="Dex",threshold=200,type="StatThreshold"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=20}},nil} +c["+20 to Spirit while you have at least 200 Intelligence"]={{[1]={[1]={stat="Int",threshold=200,type="StatThreshold"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=20}},nil} +c["+20 to Spirit while you have at least 200 Strength"]={{[1]={[1]={stat="Str",threshold=200,type="StatThreshold"},flags=0,keywordFlags=0,name="Spirit",type="BASE",value=20}},nil} c["+20 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=20}},nil} c["+20 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=20},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=20},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=20},[4]={flags=0,keywordFlags=0,name="All",type="BASE",value=20}},nil} c["+20 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=20}},nil} c["+20 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=20}},nil} c["+20 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=20}},nil} -c["+20 to maximum Valour"]={{[1]={flags=0,keywordFlags=0,name="MaximumValour",type="BASE",value=20}},nil} c["+20% to Block Chance while holding a Focus"]={{[1]={[1]={type="Condition",varList={[1]="UsingFocus"}},flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=20}},nil} c["+20% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=20}},nil} c["+20% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=20}},nil} @@ -279,6 +313,7 @@ c["+23 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value c["+23 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="BASE",value=23}},nil} c["+23 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=23}},nil} c["+23% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=23}},nil} +c["+23% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=23}},nil} c["+23% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=23}},nil} c["+23% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=23}},nil} c["+23% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=23}},nil} @@ -293,6 +328,7 @@ c["+25 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",v c["+25 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=25}},nil} c["+25 to maximum Mana per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Mana",type="BASE",value=25}},nil} c["+25% chance to be Poisoned"]={{}," to be Poisoned "} +c["+25% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=25},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=25},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=25}},nil} c["+25% to Block Chance while holding a Focus"]={{[1]={[1]={type="Condition",varList={[1]="UsingFocus"}},flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=25}},nil} c["+25% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=25}},nil} c["+25% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=25}},nil} @@ -315,7 +351,9 @@ c["+28% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",typ c["+28% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=28}},nil} c["+29 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=29}},nil} c["+29% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=29}},nil} +c["+3 to Level of all Acidic Concoction Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="acidic concoction",value=3}}},nil} c["+3 to Level of all Alchemist's Boon Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="alchemist's boon",value=3}}},nil} +c["+3 to Level of all Ancestral Cry Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ancestral cry",value=3}}},nil} c["+3 to Level of all Ancestral Spirits Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ancestral spirits",value=3}}},nil} c["+3 to Level of all Ancestral Warrior Totem Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ancestral warrior totem",value=3}}},nil} c["+3 to Level of all Arc Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="arc",value=3}}},nil} @@ -329,6 +367,7 @@ c["+3 to Level of all Ball Lightning Skills"]={{[1]={flags=0,keywordFlags=0,name c["+3 to Level of all Barrage Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="barrage",value=3}}},nil} c["+3 to Level of all Barrier Invocation Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="barrier invocation",value=3}}},nil} c["+3 to Level of all Berserk Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="berserk",value=3}}},nil} +c["+3 to Level of all Black Powder Blitz Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="black powder blitz",value=3}}},nil} c["+3 to Level of all Blasphemy Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="blasphemy",value=3}}},nil} c["+3 to Level of all Bleeding Concoction Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="bleeding concoction",value=3}}},nil} c["+3 to Level of all Blink Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="blink",value=3}}},nil} @@ -342,23 +381,20 @@ c["+3 to Level of all Boneshatter Skills"]={{[1]={flags=0,keywordFlags=0,name="G c["+3 to Level of all Bonestorm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="bonestorm",value=3}}},nil} c["+3 to Level of all Bow Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="bow shot",value=3}}},nil} c["+3 to Level of all Bursting Fen Toad Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="bursting fen toad",value=3}}},nil} +c["+3 to Level of all Called Shots Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="called shots",value=3}}},nil} c["+3 to Level of all Cast on Block Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on block",value=3}}},nil} c["+3 to Level of all Cast on Charm Use Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on charm use",value=3}}},nil} c["+3 to Level of all Cast on Critical Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on critical",value=3}}},nil} c["+3 to Level of all Cast on Dodge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on dodge",value=3}}},nil} -c["+3 to Level of all Cast on Freeze Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on freeze",value=3}}},nil} -c["+3 to Level of all Cast on Ignite Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on ignite",value=3}}},nil} +c["+3 to Level of all Cast on Elemental Ailment Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on elemental ailment",value=3}}},nil} c["+3 to Level of all Cast on Melee Kill Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on melee kill",value=3}}},nil} c["+3 to Level of all Cast on Melee Stun Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on melee stun",value=3}}},nil} c["+3 to Level of all Cast on Minion Death Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on minion death",value=3}}},nil} -c["+3 to Level of all Cast on Shock Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cast on shock",value=3}}},nil} c["+3 to Level of all Chaos Bolt Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="chaos bolt",value=3}}},nil} -c["+3 to Level of all Chaotic Infusion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="chaotic infusion",value=3}}},nil} -c["+3 to Level of all Charge Infusion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="charge infusion",value=3}}},nil} +c["+3 to Level of all Charge Regulation Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keywordList={[1]="charge",[2]="regulation"},value=3}}},nil} c["+3 to Level of all Charged Staff Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="charged staff",value=3}}},nil} c["+3 to Level of all Cluster Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cluster grenade",value=3}}},nil} c["+3 to Level of all Cold Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cold",value=3}}},nil} -c["+3 to Level of all Cold Snap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cold snap",value=3}}},nil} c["+3 to Level of all Cold Spell Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keywordList={[1]="cold",[2]="spell"},value=3}}},nil} c["+3 to Level of all Combat Frenzy Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="combat frenzy",value=3}}},nil} c["+3 to Level of all Comet Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="comet",value=3}}},nil} @@ -368,8 +404,10 @@ c["+3 to Level of all Conductivity Skills"]={{[1]={flags=0,keywordFlags=0,name=" c["+3 to Level of all Consecrate Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="consecrate",value=3}}},nil} c["+3 to Level of all Contagion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="contagion",value=3}}},nil} c["+3 to Level of all Convalescence Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="convalescence",value=3}}},nil} +c["+3 to Level of all Crackling Palm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="crackling palm",value=3}}},nil} c["+3 to Level of all Crossbow Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="crossbow shot",value=3}}},nil} c["+3 to Level of all Cull The Weak Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="cull the weak",value=3}}},nil} +c["+3 to Level of all Curse on Block Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="curse on block",value=3}}},nil} c["+3 to Level of all Dark Effigy Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="dark effigy",value=3}}},nil} c["+3 to Level of all Decompose Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="decompose",value=3}}},nil} c["+3 to Level of all Defiance Banner Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="defiance banner",value=3}}},nil} @@ -391,6 +429,8 @@ c["+3 to Level of all Elemental Siphon Skills"]={{[1]={flags=0,keywordFlags=0,na c["+3 to Level of all Elemental Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="elemental",value=3}}},nil} c["+3 to Level of all Elemental Storm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="elemental storm",value=3}}},nil} c["+3 to Level of all Elemental Sundering Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="elemental sundering",value=3}}},nil} +c["+3 to Level of all Elemental Surge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="elemental surge",value=3}}},nil} +c["+3 to Level of all Elemental Weakness Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="elemental weakness",value=3}}},nil} c["+3 to Level of all Ember Fusillade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ember fusillade",value=3}}},nil} c["+3 to Level of all Emergency Reload Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="emergency reload",value=3}}},nil} c["+3 to Level of all Encase in Jade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="encase in jade",value=3}}},nil} @@ -405,6 +445,7 @@ c["+3 to Level of all Exsanguinate Skills"]={{[1]={flags=0,keywordFlags=0,name=" c["+3 to Level of all Eye of Winter Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="eye of winter",value=3}}},nil} c["+3 to Level of all Falling Thunder Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="falling thunder",value=3}}},nil} c["+3 to Level of all Fangs of Frost Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fangs of frost",value=3}}},nil} +c["+3 to Level of all Feast of Flesh Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="feast of flesh",value=3}}},nil} c["+3 to Level of all Fire Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fire",value=3}}},nil} c["+3 to Level of all Fire Spell on Hit Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keywordList={[1]="fire",[2]="spell",[3]="on",[4]="hit"},value=3}}},nil} c["+3 to Level of all Fireball Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fireball",value=3}}},nil} @@ -415,20 +456,26 @@ c["+3 to Level of all Flameblast Skills"]={{[1]={flags=0,keywordFlags=0,name="Ge c["+3 to Level of all Flammability Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="flammability",value=3}}},nil} c["+3 to Level of all Flash Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="flash grenade",value=3}}},nil} c["+3 to Level of all Flicker Strike Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="flicker strike",value=3}}},nil} +c["+3 to Level of all Forge Hammer Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="forge hammer",value=3}}},nil} +c["+3 to Level of all Fortifying Cry Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fortifying cry",value=3}}},nil} c["+3 to Level of all Fragmentation Rounds Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fragmentation rounds",value=3}}},nil} c["+3 to Level of all Freezing Mark Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="freezing mark",value=3}}},nil} c["+3 to Level of all Freezing Salvo Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="freezing salvo",value=3}}},nil} c["+3 to Level of all Freezing Shards Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="freezing shards",value=3}}},nil} c["+3 to Level of all Frost Bomb Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="frost bomb",value=3}}},nil} +c["+3 to Level of all Frost Darts Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="frost darts",value=3}}},nil} c["+3 to Level of all Frost Wall Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="frost wall",value=3}}},nil} c["+3 to Level of all Frostbolt Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="frostbolt",value=3}}},nil} c["+3 to Level of all Frozen Locus Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="frozen locus",value=3}}},nil} c["+3 to Level of all Fulminating Concoction Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fulminating concoction",value=3}}},nil} +c["+3 to Level of all Fulmination Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="fulmination",value=3}}},nil} +c["+3 to Level of all Future-Past Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="future-past",value=3}}},nil} c["+3 to Level of all Galvanic Field Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="galvanic field",value=3}}},nil} c["+3 to Level of all Galvanic Shards Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="galvanic shards",value=3}}},nil} c["+3 to Level of all Gas Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="gas arrow",value=3}}},nil} c["+3 to Level of all Gas Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="gas grenade",value=3}}},nil} c["+3 to Level of all Gathering Storm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="gathering storm",value=3}}},nil} +c["+3 to Level of all Gemini Surge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="gemini surge",value=3}}},nil} c["+3 to Level of all Ghost Dance Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ghost dance",value=3}}},nil} c["+3 to Level of all Glacial Bolt Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="glacial bolt",value=3}}},nil} c["+3 to Level of all Glacial Cascade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="glacial cascade",value=3}}},nil} @@ -450,13 +497,15 @@ c["+3 to Level of all Ice Nova Skills"]={{[1]={flags=0,keywordFlags=0,name="GemP c["+3 to Level of all Ice Shards Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ice shards",value=3}}},nil} c["+3 to Level of all Ice Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ice shot",value=3}}},nil} c["+3 to Level of all Ice Strike Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ice strike",value=3}}},nil} +c["+3 to Level of all Ice-Tipped Arrows Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ice-tipped arrows",value=3}}},nil} c["+3 to Level of all Icestorm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="icestorm",value=3}}},nil} c["+3 to Level of all Impurity Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="impurity",value=3}}},nil} c["+3 to Level of all Incendiary Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="incendiary shot",value=3}}},nil} c["+3 to Level of all Incinerate Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="incinerate",value=3}}},nil} +c["+3 to Level of all Inevitable Agony Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="inevitable agony",value=3}}},nil} c["+3 to Level of all Infernal Cry Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="infernal cry",value=3}}},nil} -c["+3 to Level of all Infuse Weapon Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="infuse weapon",value=3}}},nil} c["+3 to Level of all Into the Breach Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="into the breach",value=3}}},nil} +c["+3 to Level of all Iron Ward Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="iron ward",value=3}}},nil} c["+3 to Level of all Killing Palm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="killing palm",value=3}}},nil} c["+3 to Level of all Leap Slam Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="leap slam",value=3}}},nil} c["+3 to Level of all Life Remnants Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="life remnants",value=3}}},nil} @@ -481,7 +530,9 @@ c["+3 to Level of all Mantra of Destruction Skills"]={{[1]={flags=0,keywordFlags c["+3 to Level of all Meditate Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="meditate",value=3}}},nil} c["+3 to Level of all Melee Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="melee",value=3}}},nil} c["+3 to Level of all Minion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="minion",value=3}}},nil} +c["+3 to Level of all Mirage Archer Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="mirage archer",value=3}}},nil} c["+3 to Level of all Molten Blast Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="molten blast",value=3}}},nil} +c["+3 to Level of all Mortar Cannon Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="mortar cannon",value=3}}},nil} c["+3 to Level of all Oil Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="oil grenade",value=3}}},nil} c["+3 to Level of all Orb of Storms Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="orb of storms",value=3}}},nil} c["+3 to Level of all Overwhelming Presence Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="overwhelming presence",value=3}}},nil} @@ -489,11 +540,11 @@ c["+3 to Level of all Pain Offering Skills"]={{[1]={flags=0,keywordFlags=0,name= c["+3 to Level of all Parry Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="parry",value=3}}},nil} c["+3 to Level of all Perfect Strike Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="perfect strike",value=3}}},nil} c["+3 to Level of all Permafrost Bolts Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="permafrost bolts",value=3}}},nil} +c["+3 to Level of all Phantasmal Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="phantasmal arrow",value=3}}},nil} c["+3 to Level of all Pinnacle of Power Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="pinnacle of power",value=3}}},nil} c["+3 to Level of all Plague Bearer Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="plague bearer",value=3}}},nil} c["+3 to Level of all Plasma Blast Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="plasma blast",value=3}}},nil} c["+3 to Level of all Poisonburst Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="poisonburst arrow",value=3}}},nil} -c["+3 to Level of all Poisonous Concoction Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="poisonous concoction",value=3}}},nil} c["+3 to Level of all Power Siphon Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="power siphon",value=3}}},nil} c["+3 to Level of all Primal Strikes Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="primal strikes",value=3}}},nil} c["+3 to Level of all Profane Ritual Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="profane ritual",value=3}}},nil} @@ -508,12 +559,12 @@ c["+3 to Level of all Raise Zombie Skills"]={{[1]={flags=0,keywordFlags=0,name=" c["+3 to Level of all Rake Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="rake",value=3}}},nil} c["+3 to Level of all Rapid Assault Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="rapid assault",value=3}}},nil} c["+3 to Level of all Rapid Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="rapid shot",value=3}}},nil} +c["+3 to Level of all Ravenous Swarm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ravenous swarm",value=3}}},nil} c["+3 to Level of all Reap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="reap",value=3}}},nil} c["+3 to Level of all Reaper's Invocation Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="reaper's invocation",value=3}}},nil} c["+3 to Level of all Requiem Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="requiem",value=3}}},nil} c["+3 to Level of all Resonating Shield Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="resonating shield",value=3}}},nil} c["+3 to Level of all Rhoa Mount Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="rhoa mount",value=3}}},nil} -c["+3 to Level of all Ripwire Ballista Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ripwire ballista",value=3}}},nil} c["+3 to Level of all Ritual Sacrifice Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="ritual sacrifice",value=3}}},nil} c["+3 to Level of all Rolling Slam Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="rolling slam",value=3}}},nil} c["+3 to Level of all Sacrifice Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="sacrifice",value=3}}},nil} @@ -524,12 +575,13 @@ c["+3 to Level of all Shattering Concoction Skills"]={{[1]={flags=0,keywordFlags c["+3 to Level of all Shattering Palm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shattering palm",value=3}}},nil} c["+3 to Level of all Shield Charge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shield charge",value=3}}},nil} c["+3 to Level of all Shield Wall Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shield wall",value=3}}},nil} -c["+3 to Level of all Shock Nova Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shock nova",value=3}}},nil} c["+3 to Level of all Shockburst Rounds Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shockburst rounds",value=3}}},nil} c["+3 to Level of all Shockchain Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shockchain arrow",value=3}}},nil} c["+3 to Level of all Shockwave Totem Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="shockwave totem",value=3}}},nil} +c["+3 to Level of all Siege Ballista Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="siege ballista",value=3}}},nil} c["+3 to Level of all Siege Cascade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="siege cascade",value=3}}},nil} c["+3 to Level of all Sigil of Power Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="sigil of power",value=3}}},nil} +c["+3 to Level of all Siphon Elements Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="siphon elements",value=3}}},nil} c["+3 to Level of all Siphoning Strike Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="siphoning strike",value=3}}},nil} c["+3 to Level of all Skeletal Arsonist Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal arsonist",value=3}}},nil} c["+3 to Level of all Skeletal Brute Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal brute",value=3}}},nil} @@ -539,11 +591,13 @@ c["+3 to Level of all Skeletal Reaver Skills"]={{[1]={flags=0,keywordFlags=0,nam c["+3 to Level of all Skeletal Sniper Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal sniper",value=3}}},nil} c["+3 to Level of all Skeletal Storm Mage Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal storm mage",value=3}}},nil} c["+3 to Level of all Skeletal Warrior Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="skeletal warrior",value=3}}},nil} +c["+3 to Level of all Snap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="snap",value=3}}},nil} c["+3 to Level of all Snipe Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="snipe",value=3}}},nil} c["+3 to Level of all Sniper's Mark Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="sniper's mark",value=3}}},nil} c["+3 to Level of all Solar Orb Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="solar orb",value=3}}},nil} c["+3 to Level of all Sorcery Ward Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="sorcery ward",value=3}}},nil} c["+3 to Level of all Soul Offering Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="soul offering",value=3}}},nil} +c["+3 to Level of all Soulrend Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="soulrend",value=3}}},nil} c["+3 to Level of all Spark Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="spark",value=3}}},nil} c["+3 to Level of all Spear Stab Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="spear stab",value=3}}},nil} c["+3 to Level of all Spear Throw Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="spear throw",value=3}}},nil} @@ -575,6 +629,7 @@ c["+3 to Level of all Time Freeze Skills"]={{[1]={flags=0,keywordFlags=0,name="G c["+3 to Level of all Time Snap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="time snap",value=3}}},nil} c["+3 to Level of all Time of Need Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="time of need",value=3}}},nil} c["+3 to Level of all Tornado Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="tornado shot",value=3}}},nil} +c["+3 to Level of all Toxic Domain Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="toxic domain",value=3}}},nil} c["+3 to Level of all Toxic Growth Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="toxic growth",value=3}}},nil} c["+3 to Level of all Trail of Caltrops Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="trail of caltrops",value=3}}},nil} c["+3 to Level of all Trinity Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="trinity",value=3}}},nil} @@ -582,8 +637,10 @@ c["+3 to Level of all Twister Skills"]={{[1]={flags=0,keywordFlags=0,name="GemPr c["+3 to Level of all Unbound Avatar Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="unbound avatar",value=3}}},nil} c["+3 to Level of all Unearth Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="unearth",value=3}}},nil} c["+3 to Level of all Unleash Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="unleash",value=3}}},nil} +c["+3 to Level of all Valako's Charge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="valako's charge",value=3}}},nil} c["+3 to Level of all Vaulting Impact Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="vaulting impact",value=3}}},nil} c["+3 to Level of all Vine Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="vine arrow",value=3}}},nil} +c["+3 to Level of all Void Illusion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="void illusion",value=3}}},nil} c["+3 to Level of all Volatile Dead Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="volatile dead",value=3}}},nil} c["+3 to Level of all Volcanic Fissure Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="volcanic fissure",value=3}}},nil} c["+3 to Level of all Voltaic Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="voltaic grenade",value=3}}},nil} @@ -601,9 +658,12 @@ c["+3 to Level of all Wither Skills"]={{[1]={flags=0,keywordFlags=0,name="GemPro c["+3 to Level of all Withering Presence Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="withering presence",value=3}}},nil} c["+3 to Stun Threshold per Strength"]={{[1]={[1]={stat="Str",type="PerStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=3}},nil} c["+3 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=3},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=3},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=3},[4]={flags=0,keywordFlags=0,name="All",type="BASE",value=3}},nil} +c["+3% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=3}},nil} +c["+3% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=3}},nil} c["+3% to Maximum Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=3}},nil} c["+3% to Maximum Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=3}},nil} c["+3% to Maximum Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=3}},nil} +c["+3% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=3}},nil} c["+30 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=30}},nil} c["+30 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=30}},nil} c["+30 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=30}},nil} @@ -614,6 +674,10 @@ c["+30 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShie c["+30 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=30}},nil} c["+30 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=30}},nil} c["+30 to maximum Mana per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Mana",type="BASE",value=30}},nil} +c["+30% of Armour also applies to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=30}},nil} +c["+30% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=30},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=30},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=30}},nil} +c["+30% of Armour also applies to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=30}},nil} +c["+30% of Armour also applies to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=30}},nil} c["+30% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=30}},nil} c["+30% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=30}},nil} c["+30% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=30}},nil} @@ -625,12 +689,12 @@ c["+300 to Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",t c["+300 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=300}},nil} c["+33 to maximum Life per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Life",type="BASE",value=33}},nil} c["+33% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=33}},nil} +c["+33% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=33}},nil} c["+35 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=35}},nil} c["+35 to Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="BASE",value=35}},nil} c["+35 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=35}},nil} c["+35 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=35}},nil} c["+35% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=35}},nil} -c["+35% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=35}},nil} c["+35% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=35}},nil} c["+35% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=35}},nil} c["+35% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=35}},nil} @@ -639,11 +703,10 @@ c["+36 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",v c["+37% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=37}},nil} c["+39 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=39}},nil} c["+4 to Ailment Threshold per Dexterity"]={{[1]={[1]={stat="Dex",type="PerStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=4}},nil} -c["+4 to Level of Conductivity Skills"]={{[1]={[1]={skillName="Conductivity",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} +c["+4 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=4}},nil} c["+4 to Level of Despair Skills"]={{[1]={[1]={skillName="Despair",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} +c["+4 to Level of Elemental Weakness Skills"]={{[1]={[1]={skillName="Elemental weakness",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} c["+4 to Level of Enfeeble Skills"]={{[1]={[1]={skillName="Enfeeble",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} -c["+4 to Level of Flammability Skills"]={{[1]={[1]={skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} -c["+4 to Level of Hypothermia Skills"]={{[1]={[1]={skillName="Hypothermia",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} c["+4 to Level of Temporal Chains Skills"]={{[1]={[1]={skillName="Temporal chains",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} c["+4 to Level of Vulnerability Skills"]={{[1]={[1]={skillName="Vulnerability",type="SkillName"},flags=0,keywordFlags=0,name="SupportedGemProperty",type="LIST",value={key="level",keyword="grants_active_skill",value=4}}},nil} c["+4 to Level of all Chaos Spell Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keywordList={[1]="chaos",[2]="spell"},value=4}}},nil} @@ -659,11 +722,13 @@ c["+4 to Level of all Projectile Skills"]={{[1]={flags=0,keywordFlags=0,name="Ge c["+4 to Level of all Spell Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyOfScaledMod="value",keyword="spell",value=4}}},nil} c["+4 to Maximum Rage"]={{[1]={flags=0,keywordFlags=0,name="MaximumRage",type="BASE",value=4}},nil} c["+4 to Melee Strike Range if you've dealt a Projectile Attack Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitProjectileRecently"},flags=0,keywordFlags=0,name="MeleeWeaponRange",type="BASE",value=4},[2]={[1]={type="Condition",var="HitProjectileRecently"},flags=0,keywordFlags=0,name="UnarmedRange",type="BASE",value=4}},nil} +c["+4 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=4}},nil} c["+4% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=4}},nil} c["+4% to Maximum Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=4}},nil} c["+4% to Maximum Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=4}},nil} c["+4% to Maximum Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=4}},nil} -c["+4% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=4}},nil} +c["+4% to Thorns Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=4}}," Thorns "} +c["+4% to Thorns Critical Hit Chance Gain Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=4}}," Thorns Gain Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour "} c["+4% to all Elemental Resistances per socketed Grand Spectrum"]={{[1]={[1]={type="Multiplier",var="GrandSpectrum"},flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=4}},nil} c["+4% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=4}},nil} c["+40 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=40}},nil} @@ -690,6 +755,8 @@ c["+45 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="BASE",va c["+45 to Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="BASE",value=45}},nil} c["+45 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=45}},nil} c["+45 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=45}},nil} +c["+450 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=450}},nil} +c["+450 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=450}},nil} c["+48 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=48}},nil} c["+5 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=5}},nil} c["+5 to Dexterity and Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="Int",type="BASE",value=5},[3]={flags=0,keywordFlags=0,name="DexInt",type="BASE",value=5}},nil} @@ -700,8 +767,9 @@ c["+5 to Strength and Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Str",ty c["+5 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=5},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=5},[4]={flags=0,keywordFlags=0,name="All",type="BASE",value=5}},nil} c["+5 to any Attribute"]={{},nil} c["+5 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=5}},nil} -c["+5 to maximum Valour"]={{[1]={flags=0,keywordFlags=0,name="MaximumValour",type="BASE",value=5}},nil} +c["+5% of Armour also applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=5},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=5}},nil} c["+5% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=5}},nil} +c["+5% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=5}},nil} c["+5% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=5}},nil} c["+5% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=5}},nil} c["+5% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=5}},nil} @@ -709,6 +777,7 @@ c["+5% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningRe c["+5% to Maximum Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=5}},nil} c["+5% to Maximum Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=5}},nil} c["+5% to Maximum Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=5}},nil} +c["+5% to Quality of all Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="quality",keyOfScaledMod="value",keyword="all",value=5}}},nil} c["+5% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=5}},nil} c["+5% to all Maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=5}},nil} c["+5% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=5}},nil} @@ -741,16 +810,19 @@ c["+6 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",v c["+6 to all Attributes per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Str",type="BASE",value=6},[2]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Dex",type="BASE",value=6},[3]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Int",type="BASE",value=6},[4]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="All",type="BASE",value=6}},nil} c["+6% chance to Suppress Spell Damage"]={{[1]={flags=0,keywordFlags=0,name="SpellSuppressionChance",type="BASE",value=6}},nil} c["+6% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=6}},nil} -c["+6% to Critical Hit Chance of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="CritChance",type="BASE",value=6}},nil} c["+6% to Thorns Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=6}}," Thorns "} +c["+6.5% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=6.5}},nil} c["+60 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=60}},nil} c["+60 to Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="BASE",value=60}},nil} c["+60 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=60}},nil} +c["+60 to Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="BASE",value=60}},nil} c["+60 to Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=60}},nil} c["+60 to Stun Threshold per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=60}},nil} c["+60 to maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=60}},nil} c["+60 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=60}},nil} c["+60 to maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=60}},nil} +c["+600 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=600}},nil} +c["+600 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=600}},nil} c["+63% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=63}},nil} c["+64 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=64}},nil} c["+65 to maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=65}},nil} @@ -784,6 +856,10 @@ c["+8 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=8 c["+8 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=8},[2]={flags=0,keywordFlags=0,name="Dex",type="BASE",value=8},[3]={flags=0,keywordFlags=0,name="Int",type="BASE",value=8},[4]={flags=0,keywordFlags=0,name="All",type="BASE",value=8}},nil} c["+8% to Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="BASE",value=8}},nil} c["+8% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=8}},nil} +c["+8% to Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="BASE",value=8}},nil} +c["+8% to Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="BASE",value=8}},nil} +c["+8% to Critical Hit Chance of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="CritChance",type="BASE",value=8}},nil} +c["+8% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=8}},nil} c["+8% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=8}},nil} c["+80 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=80}},nil} c["+80 to Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=80}},nil} @@ -820,15 +896,21 @@ c["-15 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value= c["-15% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=-15}},nil} c["-15% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=-15}},nil} c["-15% to all maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=-15}},nil} -c["-15% to maximum Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="BASE",value=-15}},nil} c["-17% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-17}},nil} c["-20 to maximum Valour"]={{[1]={flags=0,keywordFlags=0,name="MaximumValour",type="BASE",value=-20}},nil} c["-20% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-20}},nil} +c["-200 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=-200}},nil} +c["-250 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=-250}},nil} c["-3% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-3}},nil} c["-3% to all Maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=-3}},nil} +c["-30 Physical Damage taken from Hits"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageTakenWhenHit",type="BASE",value=-30}},nil} +c["-30% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=-30}},nil} c["-30% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-30}},nil} +c["-35% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=-35}},nil} c["-4 Physical Damage taken from Attack Hits"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageTakenFromAttacks",type="BASE",value=-4}},nil} c["-5% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=-5}},nil} +c["-5% to amount of Damage Prevented by Deflection"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=-5}}," amount of Prevented by Deflection "} +c["-5% to amount of Damage Prevented by Deflection 20% increased Deflection Rating"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=-5}}," amount of Prevented by Deflection 20% increased Deflection Rating "} c["-7% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-7}},nil} c["0% reduced Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=-0}},nil} c["0% reduced Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=-0}},nil} @@ -843,21 +925,24 @@ c["0.5% of maximum Life Regenerated per second per Fragile Regrowth"]={{[1]={[1] c["1 Rage Regenerated for every 25 Mana Regeneration per Second"]={{[1]={[1]={div=25,stat="ManaRegen",type="PerStat"},flags=0,keywordFlags=0,name="RageRegen",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} c["1% Chance to Block Spell Damage"]={{[1]={flags=0,keywordFlags=0,name="SpellBlockChance",type="BASE",value=1}},nil} c["1% increased Area of Effect for Attacks per 10 Intelligence"]={{[1]={[1]={div=10,stat="Int",type="PerStat"},flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=1}},nil} -c["1% increased Attack Damage per 75 Armour or Evasion Rating on Shield"]={{[1]={[1]={div=75,statList={[1]="ArmourOnWeapon 2",[2]="EvasionOnWeapon 2"},type="PerStat"},flags=1,keywordFlags=0,name="Damage",type="INC",value=1}},nil} c["1% increased Attack Speed per 10 Dexterity"]={{[1]={[1]={div=10,stat="Dex",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=1}},nil} c["1% increased Attack Speed per 20 Dexterity"]={{[1]={[1]={div=20,stat="Dex",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=1}},nil} +c["1% increased Attack Speed per 20 Spirit"]={{[1]={[1]={div=20,stat="Spirit",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=1}},nil} c["1% increased Attack Speed per 25 Dexterity"]={{[1]={[1]={div=25,stat="Dex",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=1}},nil} c["1% increased Attack Speed per 250 Accuracy Rating"]={{[1]={[1]={div=250,stat="Accuracy",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=1}},nil} -c["1% increased Critical Damage Bonus per 40 Life"]={{[1]={[1]={div=40,stat="Life",type="PerStat"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=1}},nil} +c["1% increased Cast Speed per 20 Spirit"]={{[1]={[1]={div=20,stat="Spirit",type="PerStat"},flags=16,keywordFlags=0,name="Speed",type="INC",value=1}},nil} +c["1% increased Critical Damage Bonus per 50 Life"]={{[1]={[1]={div=50,stat="Life",type="PerStat"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=1}},nil} c["1% increased Damage per 1% Chance to Block"]={{[1]={[1]={div=1,stat="BlockChance",type="PerStat"},flags=0,keywordFlags=0,name="Damage",type="INC",value=1}},nil} c["1% increased Damage per 15 Strength"]={{[1]={[1]={div=15,stat="Str",type="PerStat"},flags=0,keywordFlags=0,name="Damage",type="INC",value=1}},nil} -c["1% increased Effect of Arcane Surge on you per 25 maximum Mana"]={{[1]={[1]={div=25,stat="Mana",type="PerStat"},flags=0,keywordFlags=0,name="ArcaneSurgeEffect",type="INC",value=1}},nil} +c["1% increased Energy Shield Recharge Rate per 4 Dexterity"]={{[1]={[1]={div=4,stat="Dex",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=1}},nil} +c["1% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=1}},nil} c["1% increased Movement Speed for each time you've Blocked in the past 10 seconds"]={{[1]={[1]={type="Multiplier",var="BlockedPast10Sec"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=1}},nil} c["1% increased Movement Speed per 500 Evasion Rating"]={{[1]={[1]={div=500,stat="Evasion",type="PerStat"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=1}},nil} c["1% increased Movement Speed per 800 Evasion Rating"]={{[1]={[1]={div=800,stat="Evasion",type="PerStat"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=1}},nil} -c["1% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-1}},nil} -c["1% to Maximum Fire Resistance for each 40% Uncapped Fire Resistance"]={{[1]={[1]={div=40,stat="FireResistTotal",type="PerStat"},flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=1}},nil} +c["1% increased maximum Darkness per 1% Chaos Resistance"]={{[1]={[1]={div=1,stat="ChaosResist",type="PerStat"},flags=0,keywordFlags=0,name="Darkness",type="INC",value=1}},nil} c["10 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=10}},nil} +c["10 Life gained when you Block"]={{[1]={flags=0,keywordFlags=0,name="LifeOnBlock",type="BASE",value=10}},nil} +c["10% Chance to build an additional Combo on Hit"]={{}," to build an additional Combo "} c["10% chance for Attack Hits to apply ten Incision"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanInflictIncision",type="FLAG",value=true}},nil} c["10% chance for Enemies you Kill to Explode, dealing 100%"]={{}," for Enemies you Kill to Explode, dealing 100% "} c["10% chance for Enemies you Kill to Explode, dealing 100% of their maximum Life as Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=100,chance=0.1,keyOfScaledMod="chance",type="Physical"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} @@ -867,13 +952,21 @@ c["10% chance for Mace Slam Skills you use yourself to cause Aftershocks 10% cha c["10% chance for Mace Slam Skills you use yourself to cause Aftershocks 10% chance for Mace Strike Skills you use yourself to cause Aftershocks, dealing the same damage to enemies within 1.8 metres"]={{[1]={[1]={includeTransfigured=true,skillName="Mace Strike",type="SkillName"},flags=0,keywordFlags=0,name="Damage",type="BASE",value=10}}," for Mace Slam Skills you use yourself to cause Aftershocks 10% chance forSkills you use yourself to cause Aftershocks, dealing the same to enemies within 1.8 metres "} c["10% chance for Mace Strike Skills you use yourself to cause Aftershocks, dealing"]={{}," forSkills you use yourself to cause Aftershocks, dealing "} c["10% chance for Mace Strike Skills you use yourself to cause Aftershocks, dealing the same damage to enemies within 1.8 metres"]={{[1]={[1]={includeTransfigured=true,skillName="Mace Strike",type="SkillName"},flags=0,keywordFlags=0,name="Damage",type="BASE",value=10}}," forSkills you use yourself to cause Aftershocks, dealing the same to enemies within 1.8 metres "} -c["10% chance for Projectiles to Pierce Enemies within 3m distance of you"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=10}}," for to Pierce Enemies within 3m distance of you "} c["10% chance to Aggravate Bleeding on targets you Hit with Attacks"]={{}," to Aggravate Bleeding on targets you Hit "} +c["10% chance to Aggravate Bleeding on targets you Hit with Attacks 8% increased Attack Speed while a Rare or Unique Enemy is in your Presence"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="NearbyRareOrUniqueEnemy",[2]="RareOrUnique"}},flags=1,keywordFlags=65536,name="Speed",type="BASE",value=10}}," to Aggravate Bleeding on targets you Hit 8% increased "} c["10% chance to Blind Enemies on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="BlindChance",type="BASE",value=10}},nil} +c["10% chance to Daze on Hit"]={{}," to Daze "} +c["10% chance to Daze on Hit 25% increased Daze Duration"]={{[1]={flags=4,keywordFlags=0,name="Duration",type="BASE",value=10}}," to Daze 25% increased Daze "} +c["10% chance to Daze on Hit 30% increased Defences while wielding a Quarterstaff"]={{[1]={[1]={type="Condition",var="UsingStaff"},flags=4,keywordFlags=0,name="Defences",type="BASE",value=10}}," to Daze 30% increased "} +c["10% chance to Daze on Hit 30% increased Defences while wielding a Quarterstaff 30% increased Freeze Buildup with Quarterstaves"]={{[1]={[1]={type="Condition",var="UsingStaff"},flags=4,keywordFlags=0,name="Defences",type="BASE",value=10}}," to Daze 30% increased 30% increased Freeze Buildup with Quarterstaves "} +c["10% chance to Daze on Hit 30% increased Defences while wielding a Quarterstaff 30% increased Freeze Buildup with Quarterstaves 30% increased Stun Buildup with Quarterstaves"]={{[1]={[1]={type="Condition",var="UsingStaff"},flags=4,keywordFlags=0,name="Defences",type="BASE",value=10}}," to Daze 30% increased 30% increased Freeze Buildup with Quarterstaves 30% increased Stun Buildup with Quarterstaves "} +c["10% chance to Daze on Hit 40% increased Critical Hit Chance against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=4,keywordFlags=0,name="CritChance",type="BASE",value=10}}," to Daze 40% increased "} +c["10% chance to Daze on Hit 40% increased Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=4,keywordFlags=0,name="Damage",type="BASE",value=10}}," to Daze 40% increased "} c["10% chance to Defend with 200% of Armour"]={{[1]={[1]={type="Condition",var="ArmourMax"},flags=0,keywordFlags=0,name="ArmourDefense",source="Armour Mastery: Max Calc",type="MAX",value=100},[2]={[1]={type="Condition",var="ArmourAvg"},flags=0,keywordFlags=0,name="ArmourDefense",source="Armour Mastery: Average Calc",type="MAX",value=10},[3]={[1]={neg=true,type="Condition",var="ArmourMax"},[2]={neg=true,type="Condition",var="ArmourAvg"},flags=0,keywordFlags=0,name="ArmourDefense",source="Armour Mastery: Min Calc",type="MAX",value=0}},nil} c["10% chance to Gain Arcane Surge when you deal a Critical Hit"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}},nil} c["10% chance to Pierce an Enemy"]={{}," to Pierce an Enemy "} c["10% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=10}},nil} +c["10% chance to gain Volatility on Kill"]={nil,"Volatility "} c["10% chance to gain a Frenzy Charge on Hit"]={nil,"a Frenzy Charge on Hit "} c["10% chance to inflict Bleeding on Critical Hit with Attacks"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=65536,name="BleedChance",type="BASE",value=10}},nil} c["10% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=10}},nil} @@ -882,29 +975,38 @@ c["10% chance to inflict Fire Exposure on Hit if you have at least 150 Devotion" c["10% chance to inflict Lightning Exposure on Hit if you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="LightningExposureChance",type="BASE",value=10}},nil} c["10% chance to refresh Ignite Duration on Critical Hit"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="BASE",value=10}}," to refresh "} c["10% chance when a Charm is used to use another Charm without consuming Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=10}}," when a Charm is used to use another Charm without consuming "} +c["10% chance when collecting an Elemental Infusion to gain an"]={{}," when collecting an Elemental Infusion to gain an "} +c["10% chance when collecting an Elemental Infusion to gain an additional Elemental Infusion of the same type"]={{}," when collecting an Elemental Infusion to gain an additional Elemental Infusion of the same type "} +c["10% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge"]={{}," when you gain a Frenzy Charge to gain an additional Frenzy Charge "} +c["10% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge +1 to Maximum Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="FrenzyChargesMax",type="BASE",value=10}}," when you gain a Frenzy Charge to gain an additional Frenzy Charge +1 to "} +c["10% chance when you gain a Power Charge to gain an additional Power Charge"]={{}," when you gain a Power Charge to gain an additional Power Charge "} +c["10% chance when you gain a Power Charge to gain an additional Power Charge +1 to Maximum Power Charges"]={{[1]={flags=0,keywordFlags=0,name="PowerChargesMax",type="BASE",value=10}}," when you gain a Power Charge to gain an additional Power Charge +1 to "} +c["10% chance when you gain an Endurance Charge to gain an additional Endurance Charge"]={{}," when you gain an Endurance Charge to gain an additional Endurance Charge "} +c["10% chance when you gain an Endurance Charge to gain an additional Endurance Charge +1 to Maximum Endurance Charges"]={{[1]={flags=0,keywordFlags=0,name="EnduranceChargesMax",type="BASE",value=10}}," when you gain an Endurance Charge to gain an additional Endurance Charge +1 to "} c["10% faster Curse Activation"]={{[1]={flags=0,keywordFlags=0,name="CurseActivation",type="INC",value=10}},nil} c["10% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=10}},nil} c["10% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} c["10% increased Accuracy Rating while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} c["10% increased Accuracy Rating with Bows"]={{[1]={flags=131076,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} -c["10% increased Accuracy Rating with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} c["10% increased Accuracy Rating with Spears"]={{[1]={flags=268435460,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} -c["10% increased Accuracy Rating with Two Handed Melee Weapons"]={{[1]={flags=38654705668,keywordFlags=0,name="Accuracy",type="INC",value=10}},nil} c["10% increased Area Damage"]={{[1]={flags=512,keywordFlags=0,name="Damage",type="INC",value=10}},nil} -c["10% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}},nil} -c["10% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}},nil} c["10% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=10}},nil} -c["10% increased Arrow Speed"]={{[1]={flags=131072,keywordFlags=0,name="ProjectileSpeed",type="INC",value=10}},nil} +c["10% increased Armour and Evasion Rating per Summoned Totem in your Presence"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=10}}," in your Presence "} +c["10% increased Armour and Evasion Rating per Summoned Totem in your Presence 10% increased Attack Damage per Summoned Totem in your Presence"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},[2]={stat="TotemsSummoned",type="PerStat"},flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=10}}," in your Presence 10% increased Attack Damage in your Presence "} +c["10% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=10}},nil} -c["10% increased Attack Damage while you have an Ally in your Presence"]={{[1]={[1]={threshold=1,type="MultiplierThreshold",var="NearbyAlly"},flags=1,keywordFlags=0,name="Damage",type="INC",value=10}},nil} -c["10% increased Attack Physical Damage"]={{[1]={flags=1,keywordFlags=0,name="PhysicalDamage",type="INC",value=10}},nil} +c["10% increased Attack Damage per Summoned Totem in your Presence"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=1,keywordFlags=0,name="Damage",type="INC",value=10}}," in your Presence "} c["10% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=10}},nil} c["10% increased Attack Speed with Spears"]={{[1]={flags=268435461,keywordFlags=0,name="Speed",type="INC",value=10}},nil} +c["10% increased Ballista Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=10}}," Ballista "} +c["10% increased Ballista Critical Damage Bonus 10% increased Ballista Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=10}}," Ballista 10% increased Ballista Critical Hit Chance "} +c["10% increased Ballista Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=10}}," Ballista "} c["10% increased Bleeding Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyBleedDuration",type="INC",value=10}},nil} c["10% increased Blind Effect"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="BlindEffect",type="INC",value=10}}}},nil} c["10% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=10}},nil} c["10% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=10}},nil} c["10% increased Cast Speed if you've Attacked Recently"]={{[1]={[1]={type="Condition",var="AttackedRecently"},flags=16,keywordFlags=0,name="Speed",type="INC",value=10}},nil} +c["10% increased Cast Speed when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=16,keywordFlags=0,name="Speed",type="INC",value=10}},nil} c["10% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=10}},nil} c["10% increased Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=10}},nil} c["10% increased Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=10}},nil} @@ -916,6 +1018,7 @@ c["10% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="Co c["10% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=10}},nil} c["10% increased Critical Damage Bonus with Daggers"]={{[1]={flags=524292,keywordFlags=0,name="CritMultiplier",type="INC",value=10}},nil} c["10% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=10}},nil} +c["10% increased Critical Hit Chance against Humanoids"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=10}}," against Humanoids "} c["10% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=10}},nil} c["10% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=10}},nil} c["10% increased Critical Hit Chance with Crossbows"]={{[1]={flags=67108868,keywordFlags=0,name="CritChance",type="INC",value=10}},nil} @@ -925,9 +1028,12 @@ c["10% increased Critical Hit Chance with Traps"]={{[1]={flags=0,keywordFlags=40 c["10% increased Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=10}},nil} c["10% increased Curse Magnitudes"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=10}},nil} c["10% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} +c["10% increased Damage against Demons"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}," against Demons "} +c["10% increased Damage for each Hazard triggered Recently, up to 50%"]={{[1]={[1]={globalLimit=50,globalLimitKey="DmgPerHazardRecently",type="Multiplier",var="HazardsTriggeredRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage per Endurance Charge"]={{[1]={[1]={type="Multiplier",var="EnduranceCharge"},flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage per Frenzy Charge"]={{[1]={[1]={type="Multiplier",var="FrenzyCharge"},flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} +c["10% increased Damage while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}," while your Companion is in your Presence "} c["10% increased Damage with Bows"]={{[1]={flags=131076,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage with Daggers"]={{[1]={flags=524292,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="Damage",type="INC",value=10}},nil} @@ -937,29 +1043,45 @@ c["10% increased Damage with Spears"]={{[1]={flags=268435460,keywordFlags=0,name c["10% increased Damage with Swords"]={{[1]={flags=4194308,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Damage with Two Handed Weapons"]={{[1]={flags=34359738372,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Defences while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="Defences",type="INC",value=10}}," while your Companion is in your Presence "} +c["10% increased Deflection Rating"]={{}," Deflection Rating "} +c["10% increased Deflection Rating while Surrounded"]={{}," Deflection Rating "} +c["10% increased Deflection Rating while Surrounded 40% increased Ailment and Stun Threshold while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},[2]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=10}}," Deflection Rating 40% increased Ailment and "} c["10% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=10}},nil} +c["10% increased Duration of Ailments on Beasts"]={{[1]={flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=10}}," on Beasts "} c["10% increased Duration of Elemental Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyElementalAilmentDuration",type="INC",value=10}},nil} c["10% increased Duration of Ignite, Shock and Chill on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=10},[3]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=10}},nil} -c["10% increased Effect of Withered"]={{[1]={flags=0,keywordFlags=0,name="WitherEffect",type="INC",value=10}},nil} c["10% increased Effect of your Mark Skills"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=10}},nil} c["10% increased Electrocute Buildup"]={{}," Electrocute Buildup "} c["10% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=10}},nil} +c["10% increased Elemental Infusion duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=10}}," Elemental Infusion "} +c["10% increased Endurance, Frenzy and Power Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="PowerChargesDuration",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="FrenzyChargesDuration",type="INC",value=10},[3]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=10}},nil} c["10% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=10}},nil} c["10% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=10}},nil} +c["10% increased Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="ColdExposureEffect",type="INC",value=10},[3]={flags=0,keywordFlags=0,name="LightningExposureEffect",type="INC",value=10}},nil} c["10% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=10}},nil} c["10% increased Fire Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=10}},nil} +c["10% increased Flammability Magnitude"]={{},"Magnitude "} +c["10% increased Flammability Magnitude 10% increased Freeze Buildup"]={{},"Magnitude 10% increased Freeze Buildup "} +c["10% increased Flammability Magnitude 10% increased Freeze Buildup 10% increased chance to Shock"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=10}},"Magnitude 10% increased Freeze Buildup 10% increased "} +c["10% increased Flammability Magnitude 8% increased Elemental Damage"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=10}},"Magnitude 8% increased "} c["10% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=10}},nil} c["10% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=10}},nil} c["10% increased Flask and Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=10}},nil} c["10% increased Freeze Buildup"]={{}," Freeze Buildup "} +c["10% increased Freeze Buildup 10% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=10}}," Freeze Buildup 10% increased "} c["10% increased Freeze Buildup 8% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=10}}," Freeze Buildup 8% increased "} c["10% increased Freeze Threshold"]={{[1]={flags=0,keywordFlags=0,name="FreezeThreshold",type="INC",value=10}},nil} c["10% increased Global Defences"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="Defences",type="INC",value=10}},nil} c["10% increased Global Defences per Socket filled"]={{[1]={[1]={type="Global"},[2]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Defences",type="INC",value=10}},nil} +c["10% increased Grenade Area of Effect"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}},nil} +c["10% increased Hazard Area of Effect"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}},nil} +c["10% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=10}},nil} +c["10% increased Immobilisation buildup against Constructs"]={{}," Immobilisation buildup against Constructs "} c["10% increased Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="INC",value=10}},nil} c["10% increased Knockback Distance"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=10}},nil} c["10% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=10}},nil} c["10% increased Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=10}},nil} +c["10% increased Life Recovery rate per 5% missing Unreserved Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=10}}," per 5% missing Unreserved Life "} c["10% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=10}},nil} c["10% increased Life and Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=10}},nil} c["10% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=10}},nil} @@ -967,9 +1089,11 @@ c["10% increased Lightning Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name= c["10% increased Magnitude of Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=10}},nil} c["10% increased Magnitude of Bleeding you inflict"]={{[1]={flags=0,keywordFlags=4194304,name="AilmentMagnitude",type="INC",value=10}},nil} c["10% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=10}},nil} -c["10% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=10}},nil} +c["10% increased Magnitude of Non-Damaging Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=10},[3]={flags=0,keywordFlags=0,name="EnemyFreezeEffect",type="INC",value=10}},nil} c["10% increased Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=10}},nil} c["10% increased Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=10}},nil} +c["10% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=10}}," Efficiency "} +c["10% increased Mana Cost Efficiency Triggered Spells deal 40% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="ManaCost",type="INC",value=10}}," Efficiency Triggered s deal 40% increased Spell Damage "} c["10% increased Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=10}},nil} c["10% increased Mana Recovery Rate during Effect of any Mana Flask"]={{[1]={[1]={type="Condition",var="UsingManaFlask"},flags=0,keywordFlags=0,name="ManaRecoveryRate",type="INC",value=10}},nil} c["10% increased Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=10}},nil} @@ -979,7 +1103,9 @@ c["10% increased Melee Critical Hit Chance"]={{[1]={flags=256,keywordFlags=0,nam c["10% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=10}},nil} c["10% increased Movement Speed when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=10}},nil} +c["10% increased Movement Speed while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=10}},nil} c["10% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=10}},nil} +c["10% increased Pin duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=10}}," Pin "} c["10% increased Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=10}},nil} c["10% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%"]={{[1]={[1]={globalLimit=100,globalLimitKey="NoxiousStrike",type="Multiplier",var="PoisonAppliedRecently"},flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=10}},nil} c["10% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=10}},nil} @@ -989,31 +1115,40 @@ c["10% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="Loo c["10% increased Rarity of Items found per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="LootRarity",type="INC",value=10}},nil} c["10% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=10}},nil} c["10% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=10},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=10}},nil} +c["10% increased Skill Speed if you've consumed a Frenzy Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="Speed",type="INC",value=10},[2]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=10}},nil} +c["10% increased Spell Area Damage"]={{[1]={flags=514,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased Spell Damage per 10 Spirit"]={{[1]={[1]={div=10,stat="Spirit",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=10}},nil} +c["10% increased Spirit Reservation Efficiency of Skills"]={{[1]={flags=0,keywordFlags=0,name="SpiritReservationEfficiency",type="INC",value=10}},nil} c["10% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=10}},nil} c["10% increased Stun Buildup"]={{}," Stun Buildup "} c["10% increased Stun Buildup 10% increased Damage with Two Handed Weapons"]={{[1]={flags=34359738372,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup 10% increased "} -c["10% increased Stun Buildup 10% increased Freeze Buildup"]={{}," Stun Buildup 10% increased Freeze Buildup "} c["10% increased Stun Buildup 10% increased Knockback Distance"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=10}}," Stun Buildup 10% increased "} +c["10% increased Stun Buildup 10% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup 10% increased "} c["10% increased Stun Buildup 16% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup 16% increased "} c["10% increased Stun Buildup 16% increased Melee Damage +10 to Strength"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup 16% increased +10 to Strength "} +c["10% increased Stun Buildup Ancestrally Boosted Attacks deal 16% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup Ancestrally Boosted Attacks deal 16% increased "} c["10% increased Stun Buildup Damage Penetrates 5% Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}," Stun Buildup Penetrates 5% Fire Resistance "} c["10% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=10}},nil} +c["10% increased Stun Threshold for each time you've been Hit by an Enemy Recently, up to 100%"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=10}}," for each time you've been Hit by an Enemy Recently, up to 100% "} c["10% increased Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=10}},nil} c["10% increased Trap Damage"]={{[1]={flags=0,keywordFlags=4096,name="Damage",type="INC",value=10}},nil} c["10% increased Warcry Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=4,name="CooldownRecovery",type="INC",value=10}},nil} c["10% increased Weapon Damage per 10 Strength"]={{[1]={[1]={div=10,stat="Str",type="PerStat"},flags=8192,keywordFlags=0,name="Damage",type="INC",value=10}},nil} +c["10% increased Withered Magnitude"]={{}," Withered Magnitude "} c["10% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=10}},nil} c["10% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxManaLeechRate",type="INC",value=10}},nil} -c["10% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=10}},nil} c["10% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=10}},nil} c["10% increased chance to inflict Ailments"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=10}},nil} +c["10% increased damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=0,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["10% increased effect of Arcane Surge on you"]={{[1]={flags=0,keywordFlags=0,name="ArcaneSurgeEffect",type="INC",value=10}},nil} +c["10% increased effect of Archon Buffs on you"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=10}}," of Archon Buffs on you "} +c["10% increased effect of Fully Broken Armour"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=10}}," of Fully Broken Armour "} c["10% increased maximum Darkness"]={{[1]={flags=0,keywordFlags=0,name="Darkness",type="INC",value=10}},nil} c["10% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=10}},nil} c["10% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=10}},nil} c["10% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=10}},nil} +c["10% increased total Power counted by Warcries"]={{[1]={flags=0,keywordFlags=0,name="WarcryPower",type="INC",value=10}},nil} c["10% less Movement and Skill Speed per Dodge Roll in the past 20 seconds"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="MORE",value=-10},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="MORE",value=-10}}," Movement and per Dodge Roll in the past 20 seconds "} c["10% more chance to Evade Attacks if you have been Hit by an Attack Recently"]={{[1]={[1]={type="Condition",var="BeenHitByAttackRecently"},flags=0,keywordFlags=0,name="EvadeChance",type="MORE",value=10}},nil} c["10% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=10}},nil} @@ -1022,32 +1157,42 @@ c["10% of Damage taken bypasses Energy Shield"]={{[1]={flags=0,keywordFlags=0,na c["10% of Physical Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageConvertToCold",type="BASE",value=10}},nil} c["10% of Physical Damage Converted to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageConvertToFire",type="BASE",value=10}},nil} c["10% of Physical Damage Converted to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageConvertToLightning",type="BASE",value=10}},nil} +c["10% of Physical Damage prevented Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=10}}," prevented Recouped as Life "} +c["10% of Physical Damage prevented Recouped as Life 14% increased speed of Recoup Effects"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=10}}," prevented Recouped as Life 14% increased speed of Recoup Effects "} +c["10% of Physical Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalLifeRecoup",type="BASE",value=10}},nil} c["10% of Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=10}},nil} c["10% of Spell Damage Leeched as Life"]={{[1]={flags=2,keywordFlags=0,name="DamageLifeLeech",type="BASE",value=10}},nil} c["10% of Thorns Damage Leeched as Life"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamageLifeLeech",type="BASE",value=10}},nil} -c["10% reduced Arrow Speed"]={{[1]={flags=131072,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-10}},nil} c["10% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-10}},nil} c["10% reduced Cast Speed when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=16,keywordFlags=0,name="Speed",type="INC",value=-10}},nil} c["10% reduced Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=-10}},nil} -c["10% reduced Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="Cost",type="INC",value=-10}},nil} c["10% reduced Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=-10}},nil} c["10% reduced Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=-10}},nil} c["10% reduced Duration of Ailments on You"]={{[1]={flags=0,keywordFlags=0,name="SelfAilmentDuration",type="INC",value=-10}},nil} +c["10% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-10}},nil} c["10% reduced Flask Charges used from Mana Flasks"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesUsed",type="INC",value=-10}},nil} c["10% reduced Freeze Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfFreezeDuration",type="INC",value=-10}},nil} c["10% reduced Ignite Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteDuration",type="INC",value=-10}},nil} c["10% reduced Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="INC",value=-10}},nil} c["10% reduced Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=-10}},nil} -c["10% reduced Mana Cost of Attacks"]={{[1]={[1]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-10}},nil} +c["10% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-10}},nil} c["10% reduced Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-10}},nil} c["10% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-10}}," Penalty from using Skills "} +c["10% reduced Movement Speed Penalty while Actively Blocking"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-10}}," Penalty ly Blocking "} +c["10% reduced Poison Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfPoisonDuration",type="INC",value=-10}},nil} +c["10% reduced Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-10}},nil} +c["10% reduced Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-10}},nil} c["10% reduced Shock duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockDuration",type="INC",value=-10}},nil} c["10% reduced Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=-10},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=-10}},nil} c["10% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["10% reduced Slowing Potency of Debuffs on You 10% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-10}}," Slowing Potency of Debuffs on You 10% reduced Penalty from using Skills "} +c["10% reduced Slowing Potency of Debuffs on You 12% increased Critical Spell Damage Bonus"]={{[1]={flags=2,keywordFlags=0,name="CritMultiplier",type="INC",value=-10}}," Slowing Potency of Debuffs on You 12% increased "} c["10% reduced Spell Area Damage"]={{[1]={flags=514,keywordFlags=0,name="Damage",type="INC",value=-10}},nil} -c["10% reduced effect of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-10}},nil} +c["10% reduced effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="CurseEffectOnSelf",type="INC",value=-10}},nil} +c["10% reduced effect of Shock on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockEffect",type="INC",value=-10}},nil} c["10% reduced maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=-10}},nil} +c["100 Passive Skill Points become Weapon Set Skill Points"]={{[1]={flags=0,keywordFlags=0,name="PassivePointsToWeaponSetPoints",type="BASE",value=100}},nil} +c["100% chance to Daze Enemies whose Hits you Block while Actively Blocking"]={{}," to Daze Enemies whose Hits you Block ly Blocking "} c["100% chance to not consume a bolt if you've Reloaded Recently"]={{}," to not consume a bolt if you've Reloaded Recently "} c["100% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=100}},nil} c["100% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=100}},nil} @@ -1055,11 +1200,14 @@ c["100% increased Armour Break Duration"]={{[1]={flags=0,keywordFlags=0,name="Ar c["100% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=100}},nil} c["100% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=100}},nil} c["100% increased Arrow Speed"]={{[1]={flags=131072,keywordFlags=0,name="ProjectileSpeed",type="INC",value=100}},nil} +c["100% increased Attack Damage while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Damage",type="INC",value=100}},nil} c["100% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=100}},nil} c["100% increased Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="StrRequirement",type="INC",value=100},[2]={flags=0,keywordFlags=0,name="DexRequirement",type="INC",value=100},[3]={flags=0,keywordFlags=0,name="IntRequirement",type="INC",value=100}},nil} +c["100% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=100}},nil} c["100% increased Block chance against Projectiles"]={{[1]={flags=0,keywordFlags=0,name="ProjectileBlockChance",type="INC",value=100}},nil} c["100% increased Chance to be afflicted by Ailments when Hit"]={{}," Chance to be afflicted by Ailments when Hit "} c["100% increased Chance to be afflicted by Ailments when Hit 20% increased Movement Speed while affected by an Ailment"]={{[1]={[1]={type="Condition",varList={[1]="Bleeding",[2]="Poisoned",[3]="Ignited",[4]="Chilled",[5]="Frozen",[6]="Shocked",[7]="Electrocuted"}},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=100}}," Chance to be afflicted by Ailments when Hit 20% increased "} +c["100% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=100}},nil} c["100% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=100}},nil} c["100% increased Critical Damage Bonus against Enemies that are on Full Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="FullLife"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=100}},nil} c["100% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=100}},nil} @@ -1069,6 +1217,7 @@ c["100% increased Defences from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2 c["100% increased Effect of Jewel Socket Passive Skills"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=100}}," of Jewel Socket Passive Skills "} c["100% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="corruptedMagicJewelIncEffect",value=100}}},nil} c["100% increased Effect of the Socketed Jewel"]={{[1]={flags=0,keywordFlags=0,name="SocketedJewelEffect",type="INC",value=100}},nil} +c["100% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=100}},nil} c["100% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=100}},nil} c["100% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=100}},nil} c["100% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=100}},nil} @@ -1077,23 +1226,29 @@ c["100% increased Evasion Rating from Equipped Body Armour"]={{[1]={[1]={slotNam c["100% increased Evasion Rating if you have been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=100}},nil} c["100% increased Evasion Rating if you haven't been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=100}},nil} c["100% increased Evasion Rating when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=100}},nil} +c["100% increased Evasion Rating while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=100}}," while Sprinting "} c["100% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=100}},nil} c["100% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=100}},nil} +c["100% increased Flammability Magnitude"]={{},"Magnitude "} +c["100% increased Flammability Magnitude 100% increased Ignite Magnitude"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=100}},"Magnitude 100% increased "} +c["100% increased Flammability Magnitude 30% increased Light Radius"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="LightRadius",type="INC",value=100}},"Magnitude 30% increased "} c["100% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=100}},nil} c["100% increased Freeze Buildup"]={{}," Freeze Buildup "} c["100% increased Freeze Buildup Enemies Frozen by you take 50% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=100}}," Freeze Buildup Enemies Frozen by you take 50% increased "} +c["100% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=100}},nil} c["100% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=100}},nil} -c["100% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=100}},nil} c["100% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=100}},nil} c["100% increased Parried Debuff Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=100}}," Parried Debuff "} c["100% increased Parry Damage"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="Damage",type="INC",value=100}},nil} c["100% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=100}},nil} c["100% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=100}},nil} +c["100% increased Spell Physical Damage"]={{[1]={flags=2,keywordFlags=0,name="PhysicalDamage",type="INC",value=100}},nil} c["100% increased Stun Threshold during Empowered Attacks"]={{[1]={[1]={type="Condition",var="Empowered"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=100}},nil} +c["100% increased Stun Threshold for each time you've been Stunned Recently"]={{[1]={[1]={type="Multiplier",var="StunnedRecently"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=100}},nil} c["100% increased Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=100}},nil} c["100% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=100}},nil} -c["100% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=100}},nil} c["100% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=100}},nil} +c["100% increased effect of Socketed Items"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=100}}," of Socketed Items "} c["100% increased effect of Socketed Soul Cores"]={{[1]={flags=0,keywordFlags=0,name="SocketedSoulCoreEffect",type="INC",value=100}},nil} c["100% of Cold Damage Converted to Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamageConvertToLightning",type="BASE",value=100}},nil} c["100% of Elemental Damage Converted to Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageConvertToChaos",type="BASE",value=100}},nil} @@ -1102,20 +1257,29 @@ c["100% of Fire Damage from Hits taken as Physical Damage"]={{[1]={flags=0,keywo c["100% of Fire damage Converted to Lightning damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamageConvertToLightning",type="BASE",value=100}},nil} c["100% of Lightning Damage Converted to Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageConvertToChaos",type="BASE",value=100}},nil} c["100% of Lightning Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageConvertToCold",type="BASE",value=100}},nil} -c["100% of Strength Requirements from Boots, Gloves and Helmets also added to Armour"]={{[1]={[1]={percent=100,stat="StrRequirementsOnBoots",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1},[2]={[1]={percent=100,stat="StrRequirementsOnGloves",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1},[3]={[1]={percent=100,stat="StrRequirementsOnHelmet",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1}},nil} +c["100% of Parry Physical Damage Converted to Cold Damage"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToCold",type="BASE",value=100}},nil} c["1000% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=1000}},nil} +c["11% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=11}},nil} c["11% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=11}},nil} c["11% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=11}},nil} +c["11% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=11}},nil} +c["11% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxManaLeechRate",type="INC",value=11}},nil} +c["111% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=111}},nil} c["115% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=115}},nil} c["115% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=115}},nil} c["119% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=119}},nil} c["12 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=12}},nil} c["12% chance for Spell Skills to fire 2 additional Projectiles"]={{[1]={flags=2,keywordFlags=0,name="TwoAdditionalProjectilesChance",type="BASE",value=12}},nil} +c["12% chance for Trigger skills to refund half of Energy Spent"]={{}," for Trigger skills to refund half of Energy Spent "} +c["12% chance for Trigger skills to refund half of Energy Spent 8% increased chance to inflict Ailments"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="BASE",value=12}}," for Trigger skills to refund half of Energy Spent 8% increased "} +c["12% chance to Blind Enemies on Hit"]={{[1]={flags=0,keywordFlags=0,name="BlindChance",type="BASE",value=12}},nil} c["12% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=12}},nil} c["12% increased Accuracy Rating with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="Accuracy",type="INC",value=12}},nil} +c["12% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=12}},nil} +c["12% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=12}},nil} +c["12% increased Area of Effect if you have Stunned an Enemy Recently"]={{[1]={[1]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=12}},nil} c["12% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=12}},nil} c["12% increased Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=12}},nil} -c["12% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Attack Damage while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=1,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Attack Physical Damage"]={{[1]={flags=1,keywordFlags=0,name="PhysicalDamage",type="INC",value=12}},nil} @@ -1126,56 +1290,70 @@ c["12% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance" c["12% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=12}},nil} c["12% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=12}},nil} c["12% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=12}},nil} +c["12% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=12}},nil} c["12% increased Critical Damage Bonus per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=12}},nil} c["12% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=12}},nil} c["12% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=12}},nil} c["12% increased Critical Hit Chance with Quarterstaves"]={{[1]={flags=2097156,keywordFlags=0,name="CritChance",type="INC",value=12}},nil} c["12% increased Critical Hit Chance with Spears"]={{[1]={flags=268435460,keywordFlags=0,name="CritChance",type="INC",value=12}},nil} +c["12% increased Critical Spell Damage Bonus"]={{[1]={flags=2,keywordFlags=0,name="CritMultiplier",type="INC",value=12}},nil} c["12% increased Damage while affected by a Herald"]={{[1]={[1]={type="Condition",var="AffectedByHerald"},flags=0,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Damage with Axes"]={{[1]={flags=65540,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Damage with Bows"]={{[1]={flags=131076,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Damage with Crossbows"]={{[1]={flags=67108868,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Damage with Hits against Enemies affected by Elemental Ailments"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="Frozen",[2]="Chilled",[3]="Shocked",[4]="Ignited",[5]="Scorched",[6]="Brittle",[7]="Sapped"}},flags=0,keywordFlags=262144,name="Damage",type="INC",value=12}},nil} -c["12% increased Damage with Two Handed Weapons"]={{[1]={flags=34359738372,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Effect of your Mark Skills"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=12}},nil} +c["12% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=12}},nil} c["12% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=12}},nil} c["12% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=12}},nil} c["12% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=12}},nil} c["12% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=12}},nil} +c["12% increased Flammability Magnitude"]={{},"Magnitude "} +c["12% increased Flammability Magnitude 12% increased Freeze Buildup"]={{},"Magnitude 12% increased Freeze Buildup "} +c["12% increased Flammability Magnitude 12% increased Freeze Buildup 12% increased chance to Shock"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=12}},"Magnitude 12% increased Freeze Buildup 12% increased "} +c["12% increased Flammability Magnitude 6% increased Critical Hit Chance"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=12}},"Magnitude 6% increased "} c["12% increased Freeze Buildup"]={{}," Freeze Buildup "} c["12% increased Freeze Buildup 12% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=12}}," Freeze Buildup 12% increased "} -c["12% increased Grenade Area of Effect"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=12}},nil} c["12% increased Grenade Damage"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=12}},nil} +c["12% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=12}},nil} +c["12% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=12}},nil} c["12% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=12}},nil} c["12% increased Magnitude of Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=12}},nil} -c["12% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=12}},nil} c["12% increased Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=12}},nil} c["12% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=12}},nil} c["12% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=12}},nil} +c["12% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=12}},nil} +c["12% increased Movement Speed while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=12}}," while Sprinting "} c["12% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=12}},nil} -c["12% increased Spell Area Damage"]={{[1]={flags=514,keywordFlags=0,name="Damage",type="INC",value=12}},nil} +c["12% increased Reservation Efficiency of Minion Skills"]={{[1]={[1]={skillType=6,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=12}},nil} c["12% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=12}},nil} +c["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=12}}," if you have consumed an Elemental Infusion Recently "} c["12% increased Spell Damage per 10 Spirit"]={{[1]={[1]={div=10,stat="Spirit",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Spell Damage while on Full Energy Shield"]={{[1]={[1]={type="Condition",var="FullEnergyShield"},flags=2,keywordFlags=0,name="Damage",type="INC",value=12}},nil} c["12% increased Spell Damage while wielding a Melee Weapon"]={{[1]={[1]={type="Condition",var="UsingMeleeWeapon"},flags=2,keywordFlags=0,name="Damage",type="INC",value=12}},nil} +c["12% increased Spell Damage with Spells that cost Life"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=12}}," with Spells that cost Life "} c["12% increased Stun Buildup"]={{}," Stun Buildup "} c["12% increased Stun Buildup 10% increased Damage with Maces"]={{[1]={flags=1048580,keywordFlags=0,name="Damage",type="INC",value=12}}," Stun Buildup 10% increased "} +c["12% increased Stun Buildup Gain additional Stun Threshold equal to 10% of maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=12}}," Stun Buildup Gain additional equal to 10% of maximum Energy Shield "} c["12% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=12}},nil} +c["12% increased Stun Threshold if you haven't been Stunned Recently"]={{[1]={[1]={neg=true,type="Condition",var="StunnedRecently"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=12}},nil} c["12% increased Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=12}},nil} c["12% increased Totem Placement speed"]={{[1]={flags=0,keywordFlags=0,name="TotemPlacementSpeed",type="INC",value=12}},nil} c["12% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=12}},nil} -c["12% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxManaLeechRate",type="INC",value=12}},nil} -c["12% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=12}},nil} c["12% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=12}},nil} c["12% increased effect of Non-Curse Auras from your Skills"]={{[1]={[1]={skillType=39,type="SkillType"},[2]={neg=true,skillType=69,type="SkillType"},flags=0,keywordFlags=0,name="AuraEffect",type="INC",value=12}},nil} c["12% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=12}},nil} +c["12% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=12}},nil} c["12% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-12}}," Penalty from using Skills "} c["12.5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=12.5}},nil} c["120% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=120}},nil} c["120% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=120}},nil} +c["120% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=120}},nil} c["120% increased Armour and Evasion Rating when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=120}},nil} +c["120% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=120}},nil} c["120% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=120}},nil} c["120% increased Damage with Hits against Enemies that are on Low Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="LowLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=120}},nil} +c["120% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=120}},nil} c["120% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=120}},nil} c["120% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=120}},nil} c["120% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=120}},nil} @@ -1183,6 +1361,7 @@ c["120% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage", c["120% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=120}},nil} c["120% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=120}},nil} c["120% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=120}},nil} +c["120% increased Spell Physical Damage"]={{[1]={flags=2,keywordFlags=0,name="PhysicalDamage",type="INC",value=120}},nil} c["125% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=125}},nil} c["125% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=125}},nil} c["125% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=125}},nil} @@ -1191,15 +1370,13 @@ c["125% increased Charges per use"]={{[1]={flags=0,keywordFlags=0,name="FlaskCha c["125% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=125}},nil} c["125% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=125}},nil} c["125% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=125}},nil} -c["13% chance to Gain 50% of Damage with Hits as Extra Chaos Damage"]={{[1]={flags=4,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=6.5}},nil} -c["13% chance to Poison on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PoisonChance",type="BASE",value=13}},nil} c["13% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=13}},nil} +c["13% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=13}},nil} c["13% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=13}},nil} c["13% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=13}},nil} c["13% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=13}},nil} c["13% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=13}},nil} c["13% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=13},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=13}},nil} -c["13% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=13}},nil} c["13% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-13}},nil} c["13% reduced Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=-13}},nil} c["13% reduced Charges per use"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=-13}},nil} @@ -1212,9 +1389,11 @@ c["130% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion", c["135% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=135}},nil} c["14% increased Damage with Hits against Burning Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=14}},nil} c["14% increased Damage with Maces"]={{[1]={flags=1048580,keywordFlags=0,name="Damage",type="INC",value=14}},nil} -c["14% increased Damage with Unarmed Attacks"]={{[1]={flags=16777220,keywordFlags=0,name="Damage",type="INC",value=14}},nil} c["14% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=14}},nil} c["14% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=14}},nil} +c["14% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=14}},nil} +c["14% increased speed of Recoup Effects"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=14}}," speed of Recoup s "} +c["14% increased speed of Recoup Effects Recover 4% of maximum Life on Killing a Poisoned Enemy"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=14}}," speed of Recoup s Recover 4% of maximum Life ing a Poisoned Enemy "} c["140% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=140}},nil} c["140% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=140}},nil} c["140% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=140}},nil} @@ -1223,39 +1402,51 @@ c["15 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeReg c["15 to 25 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=15}}," to 25 Physical "} c["15 to 25 Physical Thorns damage Thorns can Retaliate against all Hits"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=15}}," to 25 Physical Thorns can Retaliate against all Hits "} c["15% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageReduction",type="BASE",value=15}},nil} -c["15% chance for Crossbow Attacks to not consume a bolt"]={{[1]={[1]={skillType=116,type="SkillType"},flags=67108864,keywordFlags=0,name="ChanceToNotConsumeAmmo",type="BASE",value=15}},nil} +c["15% chance for Remnants you create to grant their effects twice"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="BASE",value=15}}," for Remnants you create to grant their s twice "} c["15% chance to Blind Enemies on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="BlindChance",type="BASE",value=15}},nil} +c["15% chance to Impale on Spell Hit"]={{[1]={flags=2,keywordFlags=0,name="ImpaleChance",type="BASE",value=15}},nil} c["15% chance to Pierce an Enemy"]={{}," to Pierce an Enemy "} c["15% chance to Pierce an Enemy 15% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="BASE",value=15}}," to Pierce an Enemy 15% increased "} c["15% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=15}},nil} -c["15% chance to Poison on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PoisonChance",type="BASE",value=15}},nil} c["15% chance to cause Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=15}},nil} c["15% chance to gain a Power Charge on Critical Hit"]={nil,"a Power Charge "} c["15% chance to inflict Bleeding on Critical Hit"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=15}},nil} c["15% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=15}},nil} c["15% chance to not destroy Corpses when Consuming Corpses"]={{}," to not destroy Corpses when Consuming Corpses "} +c["15% chance when a Charm is used to use another Charm without consuming Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=15}}," when a Charm is used to use another Charm without consuming "} +c["15% chance when a Charm is used to use another Charm without consuming Charges Charms applied to you have 25% increased Effect"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=15}}," when a Charm is used to use another Charm without consuming Charms applied to you have 25% increased Effect "} c["15% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=15}},nil} c["15% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=15}},nil} c["15% increased Accuracy Rating with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="Accuracy",type="INC",value=15}},nil} +c["15% increased Archon Buff duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=15}}," Archon Buff "} c["15% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} c["15% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} -c["15% increased Area of Effect if you have Stunned an Enemy Recently"]={{[1]={[1]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} -c["15% increased Area of Effect while Unarmed"]={{[1]={[1]={type="Condition",var="Unarmed"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} +c["15% increased Area of Effect if you've Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} +c["15% increased Area of Effect while you have a Totem"]={{[1]={[1]={type="Condition",var="HaveTotem"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} c["15% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=15}},nil} c["15% increased Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=15}},nil} c["15% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Attack Critical Hit Chance while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=1,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} -c["15% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=15}},nil} +c["15% increased Attack Speed if you've been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=1,keywordFlags=0,name="Speed",type="INC",value=15}},nil} +c["15% increased Attack Speed while not on Low Mana"]={{[1]={[1]={neg=true,type="Condition",var="LowMana"},flags=1,keywordFlags=0,name="Speed",type="INC",value=15}},nil} +c["15% increased Ballista Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=15}}," Ballista "} +c["15% increased Ballista Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=15}}," Ballista "} +c["15% increased Ballista damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=15}}," Ballista "} c["15% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=15}},nil} c["15% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=15}},nil} c["15% increased Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=15}},nil} c["15% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=15}},nil} c["15% increased Chill and Freeze Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyFreezeDuration",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=15}},nil} c["15% increased Cooldown Recovery Rate for Grenade Skills"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=15}},nil} +c["15% increased Cost Efficiency"]={{}," Cost Efficiency "} +c["15% increased Cost Efficiency of Attacks"]={{}," Cost Efficiency of Attacks "} +c["15% increased Cost Efficiency of Attacks 18% of Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=15}}," Cost Efficiency of Attacks 18% of Skill s Converted to Life Costs "} c["15% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=15}},nil} c["15% increased Critical Damage Bonus for Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="CritMultiplier",type="INC",value=15}},nil} c["15% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} +c["15% increased Critical Hit Chance against Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} +c["15% increased Critical Hit Chance against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} c["15% increased Critical Hit Chance against Enemies that have entered your Presence Recently"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=15}}," against Enemies that have entered your Presence Recently "} c["15% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} c["15% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} @@ -1263,31 +1454,40 @@ c["15% increased Critical Hit Chance with Daggers"]={{[1]={flags=524292,keywordF c["15% increased Critical Hit Chance with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} c["15% increased Critical Spell Damage Bonus"]={{[1]={flags=2,keywordFlags=0,name="CritMultiplier",type="INC",value=15}},nil} c["15% increased Crossbow Reload Speed"]={{[1]={flags=67108865,keywordFlags=0,name="ReloadSpeed",type="INC",value=15}},nil} -c["15% increased Damage for each type of Elemental Ailment on Enemy"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15},[2]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15},[3]={[1]={actor="enemy",type="ActorCondition",var="Chilled"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15},[4]={[1]={actor="enemy",type="ActorCondition",var="Ignited"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15},[5]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15}},nil} +c["15% increased Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Damage if you have Consumed a Corpse Recently"]={{[1]={[1]={type="Condition",var="ConsumedCorpseRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Damage with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Damage with Hits against Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=15}},nil} c["15% increased Damage with Maces"]={{[1]={flags=1048580,keywordFlags=0,name="Damage",type="INC",value=15}},nil} -c["15% increased Daze Buildup"]={{}," Daze Buildup "} c["15% increased Defences from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="Defences",type="INC",value=15}},nil} c["15% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=15}},nil} c["15% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=15}},nil} +c["15% increased Duration of Ailments against Enemies with Exposure"]={{[1]={flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=15}}," against Enemies with Exposure "} c["15% increased Duration of Damaging Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="EnemyBleedDuration",type="INC",value=15},[3]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=15}},nil} +c["15% increased Duration of Elemental Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyElementalAilmentDuration",type="INC",value=15}},nil} c["15% increased Duration of Ignite, Shock and Chill on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=15},[3]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=15}},nil} c["15% increased Electrocute Buildup"]={{}," Electrocute Buildup "} c["15% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=15}},nil} +c["15% increased Endurance, Frenzy and Power Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="PowerChargesDuration",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="FrenzyChargesDuration",type="INC",value=15},[3]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=15}},nil} c["15% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=15}},nil} -c["15% increased Energy Shield Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecoveryRate",type="INC",value=15}},nil} c["15% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=15}},nil} +c["15% increased Evasion Rating while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=15}}," while Sprinting "} +c["15% increased Evasion Rating while Sprinting 2% increased Movement Speed while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=15}}," while Sprinting 2% increased Movement Speed while Sprinting "} c["15% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=15}},nil} +c["15% increased Flammability Magnitude"]={{},"Magnitude "} c["15% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=15}},nil} c["15% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=15}},nil} c["15% increased Freeze Buildup"]={{}," Freeze Buildup "} c["15% increased Freeze Buildup 15% increased Chill and Freeze Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyFreezeDuration",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=15}}," Freeze Buildup 15% increased "} c["15% increased Global Physical Damage"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=15}},nil} +c["15% increased Glory generation"]={{}," Glory generation "} c["15% increased Ignite Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=15}},nil} +c["15% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=15}},nil} +c["15% increased Immobilisation buildup"]={{}," Immobilisation buildup "} c["15% increased Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="INC",value=15}},nil} +c["15% increased Life Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="LifeCost",type="INC",value=15}},nil} c["15% increased Life Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="LifeFlaskChargesGained",type="INC",value=15}},nil} +c["15% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=15}},nil} c["15% increased Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=15}},nil} c["15% increased Life Regeneration Rate while on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=15}},nil} c["15% increased Life Regeneration Rate while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=15}},nil} @@ -1298,9 +1498,11 @@ c["15% increased Magnitude of Bleeding you inflict against Enemies affected by I c["15% increased Magnitude of Bleeding you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=4194304,name="AilmentMagnitude",type="INC",value=15}},nil} c["15% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=15}},nil} c["15% increased Magnitude of Damaging Ailments you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=14680064,name="AilmentMagnitude",type="INC",value=15}},nil} +c["15% increased Magnitude of Daze"]={{}," Magnitude of Daze "} c["15% increased Magnitude of Ignite you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=15}},nil} c["15% increased Magnitude of Jagged Ground you create"]={{[1]={flags=0,keywordFlags=0,name="EnemyJaggedGroundMagnitude",type="INC",value=15}},nil} c["15% increased Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=15}},nil} +c["15% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=15}}," Efficiency "} c["15% increased Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=15}},nil} c["15% increased Mana Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesGained",type="INC",value=15}},nil} c["15% increased Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoveryRate",type="INC",value=15}},nil} @@ -1308,47 +1510,52 @@ c["15% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="Ma c["15% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitProjectileRecently"},flags=256,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Melee Damage with Hits at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=256,keywordFlags=262144,name="Damage",type="INC",value=15}},nil} -c["15% increased Minion Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=15}}}},nil} +c["15% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=15}},nil} c["15% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=15}},nil} c["15% increased Parried Debuff Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=15}}," Parried Debuff "} c["15% increased Pin Buildup"]={{}," Pin Buildup "} +c["15% increased Pin duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=15}}," Pin "} c["15% increased Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=15}},nil} c["15% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=15}},nil} c["15% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitMeleeRecently"},flags=1024,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=15}},nil} -c["15% increased Projectile Stun Buildup"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=15}}," Stun Buildup "} c["15% increased Quantity of Gold Dropped by Slain Enemies"]={{}," Quantity of Gold Dropped by Slain Enemies "} c["15% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=15}},nil} c["15% increased Shock Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=15}},nil} c["15% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=15}},nil} c["15% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=15},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=15}},nil} +c["15% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Spell Damage if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=2,keywordFlags=0,name="Damage",type="INC",value=15}},nil} c["15% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=15}},nil} c["15% increased Stun Buildup"]={{}," Stun Buildup "} +c["15% increased Stun Buildup 15% increased Freeze Buildup"]={{}," Stun Buildup 15% increased Freeze Buildup "} c["15% increased Stun Buildup with Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=15}}," Stun Buildup with "} c["15% increased Stun Buildup with Melee Damage +15 to Strength"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=15}}," Stun Buildup with +15 to Strength "} c["15% increased Stun Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyStunDuration",type="INC",value=15}},nil} c["15% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=15}},nil} c["15% increased Totem Damage"]={{[1]={flags=0,keywordFlags=16384,name="Damage",type="INC",value=15}},nil} c["15% increased Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",type="INC",value=15}},nil} +c["15% increased Volatility Explosion delay"]={{}," Volatility Explosion delay "} c["15% increased Warcry Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=4,name="CooldownRecovery",type="INC",value=15}},nil} c["15% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=15}},nil} -c["15% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=15}},nil} c["15% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=15}},nil} c["15% increased chance to inflict Ailments"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=15}},nil} c["15% increased effect of Arcane Surge on you"]={{[1]={flags=0,keywordFlags=0,name="ArcaneSurgeEffect",type="INC",value=15}},nil} +c["15% increased effect of Fully Broken Armour"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=15}}," of Fully Broken Armour "} +c["15% increased effect of Fully Broken Armour Fully Broken Armour effects also apply to Fire Damage Taken from Hits"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=15}}," of Fully Broken Armour Fully Broken Armour effects also apply to Fire Damage Taken from Hits "} c["15% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=15}},nil} c["15% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=15}},nil} c["15% more Maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="MORE",value=15}},nil} c["15% more Maximum Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="MaxLightningDamage",type="MORE",value=15}},nil} c["15% of Damage from Hits is taken from your Damageable Companion's Life before you"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=15}}," from Hits is taken from your Damageable Companion's Life before you "} -c["15% of Elemental Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LightningLifeRecoup",type="BASE",value=15},[2]={flags=0,keywordFlags=0,name="ColdLifeRecoup",type="BASE",value=15},[3]={flags=0,keywordFlags=0,name="FireLifeRecoup",type="BASE",value=15}},nil} +c["15% of Damage taken from Deflected Hits Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="BASE",value=15}}," from Deflected Hits Recouped as Life "} +c["15% of Elemental Damage taken Recouped as Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LightningEnergyShieldRecoup",type="BASE",value=15},[2]={flags=0,keywordFlags=0,name="ColdEnergyShieldRecoup",type="BASE",value=15},[3]={flags=0,keywordFlags=0,name="FireEnergyShieldRecoup",type="BASE",value=15}},nil} +c["15% of Leech is Instant"]={{[1]={flags=0,keywordFlags=0,name="InstantEnergyShieldLeech",type="BASE",value=15},[2]={flags=0,keywordFlags=0,name="InstantManaLeech",type="BASE",value=15},[3]={flags=0,keywordFlags=0,name="InstantLifeLeech",type="BASE",value=15}},nil} c["15% of Physical Damage Converted to Cold Damage while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToCold",type="BASE",value=15}},nil} c["15% of Physical Damage Converted to Fire Damage while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToFire",type="BASE",value=15}},nil} c["15% of Physical Damage Converted to Lightning Damage while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageConvertToLightning",type="BASE",value=15}},nil} -c["15% of Physical Damage prevented Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=15}}," prevented Recouped as Life "} -c["15% of Physical Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalLifeRecoup",type="BASE",value=15}},nil} +c["15% of Spell Mana Cost Converted to Life Cost"]={{[1]={[1]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=15}},nil} c["15% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-15}},nil} c["15% reduced Attack Speed with Crossbows"]={{[1]={flags=67108869,keywordFlags=0,name="Speed",type="INC",value=-15}},nil} c["15% reduced Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=-15}},nil} @@ -1356,14 +1563,16 @@ c["15% reduced Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="IN c["15% reduced Charges per use"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=-15}},nil} c["15% reduced Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=-15}},nil} c["15% reduced Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=-15}},nil} +c["15% reduced Duration of Ailments on You"]={{[1]={flags=0,keywordFlags=0,name="SelfAilmentDuration",type="INC",value=-15}},nil} c["15% reduced Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=-15}},nil} c["15% reduced Flask Charges used"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=-15}},nil} -c["15% reduced Global Defences"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="Defences",type="INC",value=-15}},nil} -c["15% reduced Mana Cost while not on Low Mana"]={{[1]={[1]={neg=true,type="Condition",var="LowMana"},flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-15}},nil} -c["15% reduced Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-15}},nil} -c["15% reduced Reservation of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-15}},nil} +c["15% reduced Grenade Detonation Time"]={{}," Detonation Time "} +c["15% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-15}},nil} +c["15% reduced Movement Speed Penalty while Actively Blocking"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-15}}," Penalty ly Blocking "} +c["15% reduced Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=-15}},nil} c["15% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["15% reduced Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=-15}},nil} +c["15% reduced Volatility Explosion delay"]={{}," Volatility Explosion delay "} c["15% reduced effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="CurseEffectOnSelf",type="INC",value=-15}},nil} c["15% reduced maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=-15}},nil} c["150% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=150}},nil} @@ -1378,9 +1587,10 @@ c["150% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name c["150% increased Global Evasion Rating when on Low Life"]={{[1]={[1]={type="Global"},[2]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=150}},nil} c["150% increased Mana Regeneration Rate if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=150}},nil} c["150% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=150}},nil} +c["150% of Strength Requirements from Boots, Gloves and Helmets also added to Armour"]={{[1]={[1]={percent=150,stat="StrRequirementsOnBoots",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1},[2]={[1]={percent=150,stat="StrRequirementsOnGloves",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1},[3]={[1]={percent=150,stat="StrRequirementsOnHelmet",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=1}},nil} c["16% increased Accuracy Rating at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=0,keywordFlags=0,name="AccuracyVsEnemy",type="INC",value=16}},nil} -c["16% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=16}},nil} -c["16% increased Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=16}},nil} +c["16% increased Accuracy Rating with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="Accuracy",type="INC",value=16}},nil} +c["16% increased Accuracy Rating with Two Handed Melee Weapons"]={{[1]={flags=38654705668,keywordFlags=0,name="Accuracy",type="INC",value=16}},nil} c["16% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=16}},nil} c["16% increased Attack Damage against Bleeding Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Bleeding"},flags=1,keywordFlags=0,name="Damage",type="INC",value=16}},nil} c["16% increased Attack Damage against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=1,keywordFlags=0,name="Damage",type="INC",value=16}},nil} @@ -1389,20 +1599,22 @@ c["16% increased Attack Speed during any Flask Effect"]={{[1]={[1]={type="Condit c["16% increased Attack Speed if you haven't Attacked Recently"]={{[1]={[1]={neg=true,type="Condition",var="AttackedRecently"},flags=1,keywordFlags=0,name="Speed",type="INC",value=16}},nil} c["16% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=16}},nil} c["16% increased Cast Speed if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=16,keywordFlags=0,name="Speed",type="INC",value=16}},nil} +c["16% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=16}},nil} c["16% increased Critical Damage Bonus with Bows"]={{[1]={flags=131076,keywordFlags=0,name="CritMultiplier",type="INC",value=16}},nil} c["16% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=16}},nil} c["16% increased Damage with Warcries"]={{[1]={flags=0,keywordFlags=4,name="Damage",type="INC",value=16}},nil} c["16% increased Hazard Damage"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=16}},nil} +c["16% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=16}}," Efficiency "} +c["16% increased Mana Cost Efficiency 30% increased Mana Regeneration Rate while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="ManaCost",type="INC",value=16}}," Efficiency 30% increased Mana Regeneration Rate "} c["16% increased Mana Regeneration Rate while not on Low Mana"]={{[1]={[1]={neg=true,type="Condition",var="LowMana"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=16}},nil} c["16% increased Mana Regeneration Rate while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=16}},nil} c["16% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=16}},nil} c["16% increased Melee Strike Range with this weapon"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="MeleeWeaponRange",type="INC",value=16},[2]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="UnarmedRange",type="INC",value=16}},nil} -c["16% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=16}},nil} +c["16% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=16}},nil} c["16% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=16}},nil} c["16% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=16}},nil} c["16% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=16}},nil} c["16% increased Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=16}},nil} -c["16% increased Totem Damage"]={{[1]={flags=0,keywordFlags=16384,name="Damage",type="INC",value=16}},nil} c["16% increased Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",type="INC",value=16}},nil} c["16% increased Warcry Speed"]={{[1]={flags=0,keywordFlags=4,name="WarcrySpeed",type="INC",value=16}},nil} c["16% reduced Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-16}},nil} @@ -1414,19 +1626,15 @@ c["175% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC c["175% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=175}},nil} c["175% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=175}},nil} c["175% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=175}},nil} -c["179% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=179}},nil} c["18% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=18}},nil} c["18% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=18}},nil} -c["18% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=18}},nil} c["18% increased Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=18}},nil} -c["18% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=18}},nil} +c["18% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=18}},nil} c["18% increased Critical Damage Bonus with Quarterstaves"]={{[1]={flags=2097156,keywordFlags=0,name="CritMultiplier",type="INC",value=18}},nil} c["18% increased Curse Magnitudes"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=18}},nil} -c["18% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=18}},nil} -c["18% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=18}},nil} c["18% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=18}},nil} -c["18% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=18}},nil} c["18% increased Projectile Stun Buildup"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=18}}," Stun Buildup "} +c["18% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=18}},nil} c["18% increased Stun Buildup"]={{}," Stun Buildup "} c["18% increased Stun Buildup with Maces"]={{}," Stun Buildup "} c["18% increased Stun Buildup with Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=18}}," Stun Buildup with "} @@ -1435,31 +1643,35 @@ c["18% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keyw c["18% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=18}},nil} c["18% of Damage taken Recouped as Mana"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=18}},nil} c["18% of Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=18}},nil} +c["180% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=180}},nil} c["19% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=19}},nil} c["195% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=195}},nil} -c["2 Mana gained when you Block"]={{[1]={flags=0,keywordFlags=0,name="ManaOnBlock",type="BASE",value=2}},nil} c["2% chance to Recover all Life when you Kill an Enemy"]={{[1]={[1]={percent=2,stat="Life",type="PercentStat"},[2]={type="Condition",var="AverageResourceGain"},flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=1},[2]={[1]={percent=100,stat="Life",type="PercentStat"},[2]={type="Condition",var="MaxResourceGain"},flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=1}},nil} c["2% increased Area of Effect for Attacks per 10 Intelligence"]={{[1]={[1]={div=10,stat="Int",type="PerStat"},flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=2}},nil} -c["2% increased Attack Damage per 75 Armour or Evasion Rating on Shield"]={{[1]={[1]={div=75,statList={[1]="ArmourOnWeapon 2",[2]="EvasionOnWeapon 2"},type="PerStat"},flags=1,keywordFlags=0,name="Damage",type="INC",value=2}},nil} +c["2% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield"]={{[1]={[1]={div=75,statList={[1]="ArmourOnWeapon 2",[2]="EvasionOnWeapon 2"},type="PerStat"},[2]={type="Condition",var="UsingShield"},flags=1,keywordFlags=0,name="Damage",type="INC",value=2}},nil} c["2% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=2}},nil} c["2% increased Attack Speed per 10 Dexterity"]={{[1]={[1]={div=10,stat="Dex",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=2}},nil} +c["2% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=2}},nil} c["2% increased Damage per 5 of your lowest Attribute"]={{[1]={[1]={div=5,stat="LowestAttribute",type="PerStat"},flags=0,keywordFlags=0,name="Damage",type="INC",value=2}},nil} c["2% increased Effect of your Curses"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=2}},nil} c["2% increased Lightning Damage per 10 Intelligence"]={{[1]={[1]={div=10,stat="Int",type="PerStat"},flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=2}},nil} c["2% increased Maximum Life per socketed Grand Spectrum"]={{[1]={[1]={type="Multiplier",var="GrandSpectrum"},flags=0,keywordFlags=0,name="Life",type="INC",value=2}},nil} c["2% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=2}},nil} -c["2% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=2}},nil} +c["2% increased Movement Speed while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=2}}," while Sprinting "} c["2% increased Spirit per socketed Grand Spectrum"]={{[1]={[1]={type="Multiplier",var="GrandSpectrum"},flags=0,keywordFlags=0,name="Spirit",type="INC",value=2}},nil} c["2% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=2}},nil} c["2% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=2}},nil} c["20 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=20}},nil} -c["20 Passive Skill Points become Weapon Set Skill Points"]={{[1]={flags=0,keywordFlags=0,name="PassivePointsToWeaponSetPoints",type="BASE",value=20}},nil} c["20 to 30 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=20}}," to 30 Physical "} +c["20% Chance to build an additional Combo on Hit"]={{}," to build an additional Combo "} c["20% chance for Attack Hits to apply Incision"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanInflictIncision",type="FLAG",value=true}},nil} c["20% chance for Bleeding to be Aggravated when Inflicted against Enemies on Jagged Ground"]={{}," to be Aggravated when Inflicted against Enemies on Jagged Ground "} c["20% chance for Bleeding to be Aggravated when Inflicted against Enemies on Jagged Ground 40% increased Jagged Ground Duration"]={{[1]={flags=0,keywordFlags=4194304,name="Duration",type="BASE",value=20}}," to be Aggravated when Inflicted against Enemies on Jagged Ground 40% increased Jagged Ground "} c["20% chance for Charms you use to not consume Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=20}}," for Charms you use to not consume "} c["20% chance for Charms you use to not consume Charges Recover 5% of maximum Mana when a Charm is used"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=20}}," for Charms you use to not consume Recover 5% of maximum Mana when a Charm is used "} +c["20% chance for Damage of Enemies Hitting you to be Unlucky"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=20}}," for of Enemies Hitting you to be Unlucky "} +c["20% chance for Damage of Enemies Hitting you to be Unlucky 20% chance for Damage with Hits to be Lucky"]={{[1]={flags=0,keywordFlags=262144,name="Damage",type="BASE",value=20}}," for of Enemies Hitting you to be Unlucky 20% chance for Damage to be Lucky "} +c["20% chance for Damage with Hits to be Lucky"]={{[1]={flags=0,keywordFlags=262144,name="Damage",type="BASE",value=20}}," for to be Lucky "} c["20% chance for Energy Shield Recharge to start when you Kill an Enemy"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=20}}," for Recharge to start "} c["20% chance for Flasks you use to not consume Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskChanceNotConsumeCharges",type="BASE",value=20}},nil} c["20% chance for Lightning Skills to Chain an additional time"]={{}," for Lightning Skills to Chain an additional time "} @@ -1470,36 +1682,48 @@ c["20% chance to Avoid Elemental Ailments"]={{[1]={flags=0,keywordFlags=0,name=" c["20% chance to Knock Enemies Back with Hits at Close Range"]={{}," to Knock Enemies Back "} c["20% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=20}},nil} c["20% chance to cause Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=20}},nil} +c["20% chance to gain Flame Archon when you Ignite an Enemy"]={nil,"Flame Archon when you Ignite an Enemy "} c["20% chance to gain a Power Charge on Hit"]={nil,"a Power Charge on Hit "} c["20% chance to gain a Power Charge on Hit Lose all Power Charges on reaching maximum Power Charges"]={nil,"a Power Charge on Hit Lose all Power Charges on reaching maximum Power Charges "} c["20% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=20}},nil} c["20% chance to load a bolt into all Crossbow skills on Kill"]={{}," to load a bolt into all skills "} c["20% chance to load a bolt into all Crossbow skills on Kill Sacrifice 300 Life to not consume the last bolt when firing"]={{[1]={[1]={type="Condition",var="KilledRecently"},[2]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=67108864,keywordFlags=0,name="Life",type="BASE",value=20}}," to load a bolt into all skills 300 to not consume the last bolt when firing "} +c["20% faster Curse Activation"]={{[1]={flags=0,keywordFlags=0,name="CurseActivation",type="INC",value=20}},nil} c["20% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=20}},nil} +c["20% faster start of Energy Shield Recharge while affected by an Archon Buff"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=20}}," while affected by an Archon Buff "} +c["20% faster start of Energy Shield Recharge while affected by an Archon Buff 40% increased Energy Shield Recharge Rate while affected by an Archon Buff"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=20}}," while affected by an Archon Buff 40% increased Energy Shield Recharge Rate while affected by an Archon Buff "} c["20% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=20}},nil} c["20% increased Accuracy Rating against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=20}},nil} c["20% increased Accuracy Rating while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=20}},nil} c["20% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} -c["20% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} -c["20% increased Area of Effect if you've Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} c["20% increased Area of Effect of Aura Skills"]={{[1]={[1]={skillType=39,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} c["20% increased Area of Effect of Curses"]={{[1]={flags=0,keywordFlags=2,name="AreaOfEffect",type="INC",value=20}},nil} -c["20% increased Area of Effect while Unarmed"]={{[1]={[1]={type="Condition",var="Unarmed"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} c["20% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=20}},nil} c["20% increased Armour Break Duration"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=20}}," Break Duration "} c["20% increased Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=20}},nil} c["20% increased Armour if you have been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Armour",type="INC",value=20}},nil} c["20% increased Armour if you haven't been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Armour",type="INC",value=20}},nil} c["20% increased Armour if you've consumed an Endurance Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableEnduranceCharge"},flags=0,keywordFlags=0,name="Armour",type="INC",value=20}},nil} +c["20% increased Armour while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="Armour",type="INC",value=20}},nil} +c["20% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=20}},nil} +c["20% increased Attack Damage if you have been Heavy Stunned Recently"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=20}}," if you have been Heavy Stunned Recently "} +c["20% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=20}},nil} +c["20% increased Attack Damage while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Damage",type="INC",value=20}},nil} +c["20% increased Attack Damage while you have no Life Flask uses left"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=20}}," while you have no Life Flask uses left "} c["20% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=20}},nil} c["20% increased Attack Speed while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Speed",type="INC",value=20}},nil} +c["20% increased Ballista Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=20}}," Ballista "} +c["20% increased Ballista Immobilisation buildup"]={{}," Ballista Immobilisation buildup "} c["20% increased Blind Effect"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="BlindEffect",type="INC",value=20}}}},nil} c["20% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=20}},nil} c["20% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=20}},nil} c["20% increased Cast Speed when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=16,keywordFlags=0,name="Speed",type="INC",value=20}},nil} +c["20% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=20}},nil} c["20% increased Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=20}},nil} c["20% increased Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=20}},nil} c["20% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=20}},nil} +c["20% increased Cost Efficiency of Skills if you've consumed a Power Charge Recently"]={{}," Cost Efficiency of Skills "} +c["20% increased Cost Efficiency of Skills if you've consumed a Power Charge Recently Triggered Spells deal 40% increased Spell Damage"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovablePowerCharge"},flags=2,keywordFlags=0,name="Damage",type="INC",value=20}}," Cost Efficiency of Skills Triggered s deal 40% increased Spell "} c["20% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=20}},nil} c["20% increased Critical Damage Bonus for Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="CritMultiplier",type="INC",value=20}},nil} c["20% increased Critical Damage Bonus if you haven't dealt a Critical Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=20}},nil} @@ -1508,78 +1732,104 @@ c["20% increased Critical Damage Bonus if you've gained a Power Charge Recently" c["20% increased Critical Damage Bonus with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="CritMultiplier",type="INC",value=20}},nil} c["20% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} c["20% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} +c["20% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} c["20% increased Critical Hit Chance if you have Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} c["20% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} +c["20% increased Culling Strike Threshold"]={{}," Culling Strike Threshold "} +c["20% increased Culling Strike Threshold Culling Strike against Beasts while your Companion is in your Presence"]={{}," Culling Strike Threshold Culling Strike against Beasts while your Companion is in your Presence "} c["20% increased Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=20}},nil} -c["20% increased Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Damage against Enemies with Fully Broken Armour"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="ArmourFullyBroken"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Damage for each different Warcry you've used Recently"]={{[1]={flags=0,keywordFlags=4,name="Damage",type="INC",value=20}}," for each different you've used Recently "} +c["20% increased Damage for each type of Elemental Ailment on Enemy"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20},[2]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20},[3]={[1]={actor="enemy",type="ActorCondition",var="Chilled"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20},[4]={[1]={actor="enemy",type="ActorCondition",var="Ignited"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20},[5]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Damage if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Damage with Hits against Enemies that are on Full Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="FullLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=20}},nil} -c["20% increased Daze Buildup"]={{}," Daze Buildup "} -c["20% increased Daze Buildup with Quarterstaves"]={{}," Daze Buildup "} -c["20% increased Daze Buildup with Quarterstaves 20% increased Freeze Buildup with Quarterstaves"]={{}," Daze Buildup 20% increased Freeze Buildup with Quarterstaves "} c["20% increased Defences from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="Defences",type="INC",value=20}},nil} +c["20% increased Defences while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="Defences",type="INC",value=20}}," while your Companion is in your Presence "} +c["20% increased Deflection Rating"]={{}," Deflection Rating "} c["20% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} c["20% increased Duration of Damaging Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=20},[2]={flags=0,keywordFlags=0,name="EnemyBleedDuration",type="INC",value=20},[3]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=20}},nil} -c["20% increased Effect of Withered"]={{[1]={flags=0,keywordFlags=0,name="WitherEffect",type="INC",value=20}},nil} +c["20% increased Duration of Elemental Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyElementalAilmentDuration",type="INC",value=20}},nil} +c["20% increased Effect of Arcane Surge on you per ten percent missing Mana"]={{[1]={flags=0,keywordFlags=0,name="ArcaneSurgeEffect",type="INC",value=20}}," per ten percent missing Mana "} c["20% increased Effect of your Mark Skills"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=20}},nil} c["20% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=20}},nil} +c["20% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=20}},nil} c["20% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=20}},nil} +c["20% increased Elemental Infusion duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Elemental Infusion "} +c["20% increased Elemental Infusion duration Remnants can be collected from 15% further away"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Elemental Infusion Remnants can be collected from 15% further away "} c["20% increased Endurance Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=20}},nil} c["20% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=20}},nil} c["20% increased Energy Shield Recovery Rate if you haven't been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="EnergyShieldRecoveryRate",type="INC",value=20}},nil} +c["20% increased Energy Shield Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecoveryRate",type="INC",value=20}},nil} c["20% increased Energy Shield if you've consumed a Power Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovablePowerCharge"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=20}},nil} c["20% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=20}},nil} +c["20% increased Evasion Rating if you have Hit an Enemy Recently"]={{[1]={[1]={type="Condition",var="HitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=20}},nil} c["20% increased Evasion Rating if you've consumed a Frenzy Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=20}},nil} +c["20% increased Evasion Rating while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=20}},nil} +c["20% increased Evasion Rating while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=20}},nil} c["20% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=20}},nil} +c["20% increased Flammability Magnitude"]={{},"Magnitude "} +c["20% increased Flammability Magnitude 20% increased Freeze Buildup"]={{},"Magnitude 20% increased Freeze Buildup "} +c["20% increased Flammability Magnitude 20% increased Freeze Buildup 20% increased chance to Shock"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=20}},"Magnitude 20% increased Freeze Buildup 20% increased "} c["20% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=20}},nil} c["20% increased Flask and Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=20},[2]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=20}},nil} c["20% increased Freeze Buildup"]={{}," Freeze Buildup "} +c["20% increased Freeze Buildup 20% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=20}}," Freeze Buildup 20% increased "} c["20% increased Freeze Buildup 50% increased Damage with Hits against Frozen Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=20}}," Freeze Buildup 50% increased "} c["20% increased Freeze Buildup Gain 25% of Cold Damage as Extra Fire Damage against Frozen Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=20}}," Freeze Buildup Gain 25% of as Extra Fire Damage "} c["20% increased Freeze Buildup Hits ignore non-negative Elemental Resistances of Frozen Enemies"]={{[1]={flags=0,keywordFlags=0,name="ElementalResist",type="INC",value=20}}," Freeze Buildup Hits ignore non-negative of Frozen Enemies "} c["20% increased Freeze Buildup with Quarterstaves"]={{}," Freeze Buildup "} c["20% increased Freeze Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyFreezeDuration",type="INC",value=20}},nil} c["20% increased Frenzy Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="FrenzyChargesDuration",type="INC",value=20}},nil} +c["20% increased Global Defences"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="Defences",type="INC",value=20}},nil} c["20% increased Global Physical Damage"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=20}},nil} +c["20% increased Glory generation for Banner Skills"]={{}," Glory generation for Banner Skills "} c["20% increased Hazard Duration"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} +c["20% increased Hazard Immobilisation buildup"]={{}," Immobilisation buildup "} c["20% increased Hinder Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Hinder "} c["20% increased Ignite Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=20}},nil} +c["20% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=20}},nil} c["20% increased Knockback Distance"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=20}},nil} c["20% increased Life Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="LifeFlaskChargesGained",type="INC",value=20}},nil} -c["20% increased Life Recovery Rate while in the Presence of your Companion"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=20}}," while in the Presence of your Companion "} +c["20% increased Life Recovery Rate while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=20}}," while your Companion is in your Presence "} c["20% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=20}},nil} c["20% increased Life Regeneration Rate while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=20}},nil} c["20% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=20}},nil} c["20% increased Life and Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=20},[2]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=20}},nil} c["20% increased Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=20}},nil} c["20% increased Magnitude of Bleeding you inflict"]={{[1]={flags=0,keywordFlags=4194304,name="AilmentMagnitude",type="INC",value=20}},nil} +c["20% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=20}},nil} c["20% increased Magnitude of Damaging Ailments you inflict"]={{[1]={flags=0,keywordFlags=14680064,name="AilmentMagnitude",type="INC",value=20}},nil} -c["20% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=20}},nil} +c["20% increased Magnitude of Impales inflicted with Spells"]={{}," Magnitude of Impales inflicted "} +c["20% increased Magnitude of Impales inflicted with Spells 20% increased Physical Damage"]={{[1]={flags=0,keywordFlags=131072,name="PhysicalDamage",type="INC",value=20}}," Magnitude of Impales inflicted 20% increased "} c["20% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=20},[2]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=20},[3]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyFreezeEffect",type="INC",value=20}},nil} c["20% increased Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=20}},nil} c["20% increased Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=20}},nil} +c["20% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=20}}," Efficiency "} c["20% increased Mana Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesGained",type="INC",value=20}},nil} c["20% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=20}},nil} c["20% increased Melee Critical Hit Chance"]={{[1]={flags=256,keywordFlags=0,name="CritChance",type="INC",value=20}},nil} c["20% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Melee Damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=256,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["20% increased Melee Strike Range with this weapon"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="MeleeWeaponRange",type="INC",value=20},[2]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="UnarmedRange",type="INC",value=20}},nil} +c["20% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} c["20% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=20}},nil} c["20% increased Movement Speed while affected by an Ailment"]={{[1]={[1]={type="Condition",varList={[1]="Bleeding",[2]="Poisoned",[3]="Ignited",[4]="Chilled",[5]="Frozen",[6]="Shocked",[7]="Electrocuted"}},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=20}},nil} c["20% increased Movement Speed while an enemy with an Open Weakness is in your Presence"]={{[1]={[1]={type="Condition",var="OpenWeaknessEnemyPresence"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=20}},nil} c["20% increased Parried Debuff Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Parried Debuff "} c["20% increased Parry Damage"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} +c["20% increased Parry Range"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="WeaponRange",type="INC",value=20}},nil} c["20% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=20}},nil} c["20% increased Pin Buildup"]={{}," Pin Buildup "} +c["20% increased Pin duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Pin "} +c["20% increased Pin duration Pinned Enemies cannot deal Critical Hits"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}}," Pin Pinned Enemies cannot deal Critical Hits "} c["20% increased Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=20}},nil} c["20% increased Power Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="PowerChargesDuration",type="INC",value=20}},nil} c["20% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=20}},nil} c["20% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=20}},nil} -c["20% increased Projectile Parry Range"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=20}}," Range "} -c["20% increased Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=20}},nil} +c["20% increased Projectile Stun Buildup"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=20}}," Stun Buildup "} c["20% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=20}},nil} +c["20% increased Reload Speed"]={{[1]={flags=1,keywordFlags=0,name="ReloadSpeed",type="INC",value=20}},nil} +c["20% increased Reservation Efficiency of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=20}},nil} c["20% increased Shock Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=20}},nil} c["20% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} c["20% increased Spell Area Damage"]={{[1]={flags=514,keywordFlags=0,name="Damage",type="INC",value=20}},nil} @@ -1587,7 +1837,7 @@ c["20% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type c["20% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=20}},nil} c["20% increased Stun Buildup"]={{}," Stun Buildup "} c["20% increased Stun Buildup 20% increased Knockback Distance"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=20}}," Stun Buildup 20% increased "} -c["20% increased Stun Buildup 20% increased Knockback Distance +10 to Strength"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=20}}," Stun Buildup 20% increased +10 to Strength "} +c["20% increased Stun Buildup 20% increased Knockback Distance 20% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=20}}," Stun Buildup 20% increased 20% increased Physical Damage "} c["20% increased Stun Buildup 25% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=20}}," Stun Buildup 25% increased "} c["20% increased Stun Buildup 40% increased Damage with Two Handed Weapons"]={{[1]={flags=34359738372,keywordFlags=0,name="Damage",type="INC",value=20}}," Stun Buildup 40% increased "} c["20% increased Stun Buildup with Quarterstaves"]={{}," Stun Buildup "} @@ -1601,17 +1851,18 @@ c["20% increased Totem Damage"]={{[1]={flags=0,keywordFlags=16384,name="Damage", c["20% increased Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",type="INC",value=20}},nil} c["20% increased Totem Placement range"]={{[1]={flags=0,keywordFlags=16384,name="WeaponRange",type="INC",value=20}}," Placement "} c["20% increased Totem Placement speed"]={{[1]={flags=0,keywordFlags=0,name="TotemPlacementSpeed",type="INC",value=20}},nil} -c["20% increased Unarmed Attack Speed"]={{[1]={flags=16777221,keywordFlags=0,name="Speed",type="INC",value=20}},nil} -c["20% increased Valour gained"]={{}," Valour gained "} c["20% increased Warcry Speed"]={{[1]={flags=0,keywordFlags=4,name="WarcrySpeed",type="INC",value=20}},nil} -c["20% increased Weapon Swap Speed"]={{[1]={flags=0,keywordFlags=0,name="WeaponSwapSpeed",type="INC",value=20}},nil} +c["20% increased Withered Magnitude"]={{}," Withered Magnitude "} c["20% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=20}},nil} c["20% increased bonuses gained from Equipped Quiver"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromQuiver",type="INC",value=20}},nil} -c["20% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=20}},nil} c["20% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=20}},nil} +c["20% increased chance to inflict Ailments against Enemies with Exposure"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=20}}," against Enemies with Exposure "} c["20% increased chance to inflict Ailments against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=20}},nil} c["20% increased chance to inflict Ailments with Projectiles"]={{[1]={flags=1024,keywordFlags=0,name="AilmentChance",type="INC",value=20}},nil} +c["20% increased damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} +c["20% increased duration of Ailments you inflict against Cursed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Cursed"},flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=20}},nil} c["20% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=20}},nil} +c["20% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=20}},nil} c["20% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=20}},nil} c["20% less Attack Damage taken if you haven't been Hit by an Attack Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitByAttackRecently"},flags=0,keywordFlags=0,name="AttackDamageTaken",type="MORE",value=-20}},nil} c["20% less Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="MORE",value=-20},[2]={flags=0,keywordFlags=0,name="Dex",type="MORE",value=-20},[3]={flags=0,keywordFlags=0,name="Int",type="MORE",value=-20},[4]={flags=0,keywordFlags=0,name="All",type="MORE",value=-20}},nil} @@ -1622,28 +1873,41 @@ c["20% more Damage against Heavy Stunned Enemies with Maces"]={{[1]={[1]={actor= c["20% more Stun Buildup with Critical Hits"]={{}," Stun Buildup "} c["20% of Cold Damage taken as Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamageTakenAsFire",type="BASE",value=20}},nil} c["20% of Damage from Hits is taken from your nearest Totem's Life before you"]={{[1]={[1]={type="Condition",var="HaveTotem"},flags=0,keywordFlags=0,name="takenFromTotemsBeforeYou",type="BASE",value=20}},nil} +c["20% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=20}},nil} c["20% of Damage taken Recouped as Mana"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=20}},nil} +c["20% of Elemental Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LightningLifeRecoup",type="BASE",value=20},[2]={flags=0,keywordFlags=0,name="ColdLifeRecoup",type="BASE",value=20},[3]={flags=0,keywordFlags=0,name="FireLifeRecoup",type="BASE",value=20}},nil} c["20% of Elemental damage from Hits taken as Chaos damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageFromHitsTakenAsChaos",type="BASE",value=20}},nil} c["20% of Flask Recovery applied Instantly"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryLowLife",type="BASE",value=20}}," Flask applied Instantly "} c["20% of Flask Recovery applied Instantly +2 Charm Slot"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryLowLife",type="BASE",value=20}}," Flask applied Instantly +2 Charm Slot "} c["20% of Leech is Instant"]={{[1]={flags=0,keywordFlags=0,name="InstantEnergyShieldLeech",type="BASE",value=20},[2]={flags=0,keywordFlags=0,name="InstantManaLeech",type="BASE",value=20},[3]={flags=0,keywordFlags=0,name="InstantLifeLeech",type="BASE",value=20}},nil} +c["20% of Life Leeched from targets affected by Abyssal Wasting is Instant"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=20}}," Leeched from targets affected by Abyssal Wasting is Instant "} +c["20% of Life Leeched from targets affected by Abyssal Wasting is Instant Abyssal Wasting also applies % to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=20}}," Leeched from targets affected by Abyssal Wasting is Instant Abyssal Wasting also applies % to Lightning Resistance "} c["20% of Lightning Damage taken as Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageTakenAsFire",type="BASE",value=20}},nil} +c["20% of Mana Leeched from targets affected by Abyssal Wasting is Instant"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=20}}," Leeched from targets affected by Abyssal Wasting is Instant "} +c["20% of Mana Leeched from targets affected by Abyssal Wasting is Instant Abyssal Wasting also applies % to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=20}}," Leeched from targets affected by Abyssal Wasting is Instant Abyssal Wasting also applies % to Cold Resistance "} +c["20% of Physical Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalLifeRecoup",type="BASE",value=20}},nil} c["20% of Physical Damage taken as Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageTakenAsChaos",type="BASE",value=20}},nil} +c["20% reduced Accuracy Rating while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=-20}},nil} c["20% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-20}},nil} c["20% reduced Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=-20}},nil} c["20% reduced Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=-20}},nil} c["20% reduced Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=-20}},nil} c["20% reduced Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=-20}},nil} c["20% reduced Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=-20}},nil} +c["20% reduced Hazard Damage"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=-20}},nil} c["20% reduced Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=-20}},nil} c["20% reduced Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=-20}},nil} c["20% reduced Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=-20}},nil} c["20% reduced Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-20}},nil} c["20% reduced Mana Regeneration Rate while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=-20}},nil} c["20% reduced Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-20}},nil} -c["20% reduced Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-20}},nil} +c["20% reduced Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=-20}},nil} +c["20% reduced Reservation Efficiency of Skills which create Undead Minions"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=-20}}}}," which create Undead s "} +c["20% reduced Reservation Efficiency of Skills which create Undead Minions 30% increased Reservation Efficiency of Skills which create Undead Minions"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=-20}}}}," which create Undead s 30% increased Reservation Efficiency of Skills which create Undead Minions "} c["20% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["20% reduced Slowing Potency of Debuffs on You 12% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-20}}," Slowing Potency of Debuffs on You 12% reduced Penalty from using Skills "} +c["20% reduced Slowing Potency of Debuffs on You 8% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-20}}," Slowing Potency of Debuffs on You 8% reduced Penalty from using Skills "} +c["20% reduced Slowing Potency of Debuffs on You Buffs on you expire 10% slower"]={{}," Slowing Potency of Debuffs on You Buffs on you expire 10% slower "} c["20% reduced Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=-20}},nil} c["20% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-20}},nil} c["20% slower start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=-20}},nil} @@ -1661,8 +1925,8 @@ c["22% increased Critical Damage Bonus for Attack Damage"]={{[1]={flags=1,keywor c["22% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=22}},nil} c["22.5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=22.5}},nil} c["225% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=225}},nil} -c["23% chance to Gain 25% of Damage with Hits as Extra Chaos Damage"]={{[1]={flags=4,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=5.75}},nil} c["23% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=23}},nil} +c["23% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=23}},nil} c["23% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=23}},nil} c["23% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=23}},nil} c["23% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=23}},nil} @@ -1680,18 +1944,21 @@ c["24% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keyw c["24% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["240% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=240}},nil} c["25 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=25}},nil} +c["25 to 35 Cold Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=25}}," to 35 Cold "} c["25 to 35 Fire Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=25}}," to 35 Fire "} c["25% Chance to gain a Charge when you Kill an Enemy"]={nil,"a Charge "} +c["25% Chance to gain a Charge when you Kill an Enemy Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life"]={nil,"a Charge Creates Ignited Ground in when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life "} c["25% Chance to gain a Charge when you Kill an Enemy Energy Shield Recharge starts on use"]={nil,"a Charge Energy Shield Recharge starts on use "} -c["25% Chance to gain a Charge when you Kill an Enemy Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used"]={nil,"a Charge Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used "} c["25% chance for Attacks to Maim on Hit against Poisoned Enemies"]={{}," to Maim on Hit "} c["25% chance for Attacks to Maim on Hit against Poisoned Enemies 25% increased Magnitude of Poison you inflict"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Poisoned"},flags=1,keywordFlags=2097152,name="AilmentMagnitude",type="BASE",value=25}}," to Maim on Hit 25% increased "} +c["25% chance for Lightning Damage with Hits to be Lucky"]={{[1]={flags=0,keywordFlags=262144,name="LightningDamage",type="BASE",value=25}}," for to be Lucky "} +c["25% chance for Lightning Damage with Hits to be Lucky 16% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=262144,name="LightningDamage",type="BASE",value=25}}," for to be Lucky 16% increased Mana Cost Efficiency "} c["25% chance for Projectiles to Pierce Enemies within 3m distance of you"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=25}}," for to Pierce Enemies within 3m distance of you "} c["25% chance for Slam Skills you use yourself to cause Aftershocks"]={{}," for Slam Skills you use yourself to cause Aftershocks "} c["25% chance for Trigger skills to refund half of Energy Spent"]={{}," for Trigger skills to refund half of Energy Spent "} c["25% chance on Consuming a Shock on an Enemy to reapply it"]={{}," on Consuming a Shock on an Enemy to reapply it "} c["25% chance on Shocking Enemies to created Shocked Ground"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="OnShockedGround"},flags=0,keywordFlags=0,name="ShockBase",type="BASE",value=20}},nil} -c["25% chance that when Volatility on you detonates, you regain an equivalent amount of Volatility"]={{}," that when Volatility on you detonates, you regain an equivalent amount of Volatility "} +c["25% chance that when Volatility on you explodes, you regain an equivalent amount of Volatility"]={{}," that when Volatility on you explodes, you regain an equivalent amount of Volatility "} c["25% chance to Avoid Chaos Damage from Hits"]={{[1]={flags=0,keywordFlags=0,name="AvoidChaosDamageChance",type="BASE",value=25}},nil} c["25% chance to Avoid Physical Damage from Hits"]={{[1]={flags=0,keywordFlags=0,name="AvoidPhysicalDamageChance",type="BASE",value=25}},nil} c["25% chance to Intimidate Enemies for 4 seconds on Hit"]={{}," to Intimidate Enemies "} @@ -1705,12 +1972,14 @@ c["25% chance to be inflicted with Bleeding when Hit"]={{}," to be inflicted wh c["25% chance to cause Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=25}},nil} c["25% chance to gain a Power Charge on Critical Hit"]={nil,"a Power Charge "} c["25% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=25}},nil} +c["25% chance to inflict Daze with Hits against Enemies further than 6m"]={{}," to inflict Daze "} c["25% chance to inflict Withered for 2 seconds on Hit"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanWither",type="FLAG",value=true}},nil} c["25% chance to not destroy Corpses when Consuming Corpses"]={{}," to not destroy Corpses when Consuming Corpses "} c["25% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=25}},nil} c["25% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=25}},nil} c["25% increased Accuracy Rating with Quarterstaves"]={{[1]={flags=2097156,keywordFlags=0,name="Accuracy",type="INC",value=25}},nil} c["25% increased Accuracy Rating with Spears"]={{[1]={flags=268435460,keywordFlags=0,name="Accuracy",type="INC",value=25}},nil} +c["25% increased Area of Effect if you've Stunned an Enemy with a Two Handed Melee Weapon Recently"]={{[1]={[1]={type="Condition",var="UsingTwoHandedWeapon"},[2]={type="Condition",var="UsingMeleeWeapon"},[3]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=25}},nil} c["25% increased Area of Effect of Curses"]={{[1]={flags=0,keywordFlags=2,name="AreaOfEffect",type="INC",value=25}},nil} c["25% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=25}},nil} c["25% increased Armour Break Duration"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=25}}," Break Duration "} @@ -1719,9 +1988,19 @@ c["25% increased Armour if you've Hit an Enemy with a Melee Attack Recently"]={{ c["25% increased Armour if you've Hit an Enemy with a Melee Attack Recently 50% increased Melee Damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=256,keywordFlags=0,name="Armour",type="INC",value=25}}," if you've Hit an Enemy with a Attack Recently 50% increased Melee Damage "} c["25% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=25}},nil} +c["25% increased Attack Damage if you have been Heavy Stunned Recently"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," if you have been Heavy Stunned Recently "} +c["25% increased Attack Damage if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left "} +c["25% increased Attack Damage if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage "} +c["25% increased Attack Damage if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage while Surrounded 25% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="Surrounded"},[2]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," if you have been Heavy Stunned Recently 25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage 25% increased Attack Damage "} +c["25% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Attack Damage while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}},nil} +c["25% increased Attack Damage while you have no Life Flask uses left"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," while you have no Life Flask uses left "} +c["25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," while you have no Life Flask uses left 25% increased Attack Damage "} +c["25% increased Attack Damage while you have no Life Flask uses left 25% increased Attack Damage while Surrounded 25% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="Surrounded"},[2]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=25}}," while you have no Life Flask uses left 25% increased Attack Damage 25% increased Attack Damage "} c["25% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=25}},nil} c["25% increased Attack Speed while on Full Mana"]={{[1]={[1]={type="Condition",var="FullMana"},flags=1,keywordFlags=0,name="Speed",type="INC",value=25}},nil} +c["25% increased Ballista Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=25}}," Ballista "} +c["25% increased Ballista Critical Damage Bonus 20% increased Ballista Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=25}}," Ballista 20% increased Ballista Critical Hit Chance "} c["25% increased Blind duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=25}}," Blind "} c["25% increased Blind duration 25% increased Damage with Hits against Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=262144,name="Duration",type="INC",value=25}}," Blind 25% increased Damage "} c["25% increased Block Recovery"]={{[1]={flags=0,keywordFlags=0,name="BlockRecovery",type="INC",value=25}},nil} @@ -1731,7 +2010,6 @@ c["25% increased Chance to Block if you've Blocked with Active Block Recently"]= c["25% increased Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=25}},nil} c["25% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=25}},nil} c["25% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=25}},nil} -c["25% increased Cold Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="ColdExposureEffect",type="INC",value=25}},nil} c["25% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=25}},nil} c["25% increased Critical Damage Bonus against Burning Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=25}},nil} c["25% increased Critical Damage Bonus for Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="CritMultiplier",type="INC",value=25}},nil} @@ -1739,15 +2017,18 @@ c["25% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recent c["25% increased Critical Damage Bonus with Daggers"]={{[1]={flags=524292,keywordFlags=0,name="CritMultiplier",type="INC",value=25}},nil} c["25% increased Critical Damage Bonus with Quarterstaves"]={{[1]={flags=2097156,keywordFlags=0,name="CritMultiplier",type="INC",value=25}},nil} c["25% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} -c["25% increased Critical Hit Chance against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} +c["25% increased Critical Hit Chance against Marked Enemies"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=25}}," against Marked Enemies "} +c["25% increased Critical Hit Chance against Marked Enemies +10 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=25}}," against Marked Enemies +10 to Dexterity "} c["25% increased Critical Hit Chance against Shocked Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} c["25% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} c["25% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} c["25% increased Critical Hit Chance with Traps"]={{[1]={flags=0,keywordFlags=4096,name="CritChance",type="INC",value=25}},nil} c["25% increased Culling Strike Threshold"]={{}," Culling Strike Threshold "} -c["25% increased Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=25}},nil} -c["25% increased Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="Damage",type="INC",value=25}},nil} +c["25% increased Culling Strike Threshold Gain 15% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=25}}," Culling Strike Threshold Gain 15% of as Extra Lightning Damage "} +c["25% increased Damage during any Flask Effect"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Damage while you have a Totem"]={{[1]={[1]={type="Condition",var="HaveTotem"},flags=0,keywordFlags=0,name="Damage",type="INC",value=25}},nil} +c["25% increased Damage while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=25}}," while your Companion is in your Presence "} +c["25% increased Damage while your Companion is in your Presence 25% increased Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=25}}," while your Companion is in your Presence 25% increased Exposure Effect "} c["25% increased Damage with Crossbows for each type of Ammunition fired in the past 10 seconds"]={{[1]={flags=67108868,keywordFlags=0,name="Damage",type="INC",value=25}}," for each type of Ammunition fired in the past 10 seconds "} c["25% increased Damage with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Damage with Hits against Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=25}},nil} @@ -1756,8 +2037,6 @@ c["25% increased Damage with Hits against Rare and Unique Enemies"]={{[1]={[1]={ c["25% increased Damage with One Handed Weapons"]={{[1]={flags=17179869188,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Damage with Spears"]={{[1]={flags=268435460,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Damage with Swords"]={{[1]={flags=4194308,keywordFlags=0,name="Damage",type="INC",value=25}},nil} -c["25% increased Daze Buildup"]={{}," Daze Buildup "} -c["25% increased Daze Buildup 25% increased Daze Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=25}}," Daze Buildup 25% increased Daze "} c["25% increased Daze Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=25}}," Daze "} c["25% increased Defences from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="Defences",type="INC",value=25}},nil} c["25% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=25}},nil} @@ -1766,35 +2045,40 @@ c["25% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,nam c["25% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=25}},nil} c["25% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=25}},nil} c["25% increased Evasion Rating while Parrying"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=25}}," while Parrying "} -c["25% increased Evasion if you have Hit an Enemy Recently"]={{[1]={[1]={type="Condition",var="HitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=25}},nil} +c["25% increased Evasion Rating while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=25}}," while Sprinting "} +c["25% increased Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=25},[2]={flags=0,keywordFlags=0,name="ColdExposureEffect",type="INC",value=25},[3]={flags=0,keywordFlags=0,name="LightningExposureEffect",type="INC",value=25}},nil} c["25% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=25}},nil} -c["25% increased Fire Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=25}},nil} +c["25% increased Flammability Magnitude"]={{},"Magnitude "} +c["25% increased Flammability Magnitude 25% increased Freeze Buildup"]={{},"Magnitude 25% increased Freeze Buildup "} +c["25% increased Flammability Magnitude 25% increased Freeze Buildup 25% increased chance to Shock"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=25}},"Magnitude 25% increased Freeze Buildup 25% increased "} +c["25% increased Flammability Magnitude 25% increased Freeze Buildup 25% increased chance to Shock 25% increased Electrocute Buildup"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=25}},"Magnitude 25% increased Freeze Buildup 25% increased 25% increased Electrocute Buildup "} c["25% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=25}},nil} c["25% increased Flask Charges used"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=25}},nil} c["25% increased Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=25}},nil} c["25% increased Flask Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecoveryRate",type="INC",value=25}},nil} c["25% increased Freeze Buildup"]={{}," Freeze Buildup "} -c["25% increased Freeze Buildup 15% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=25}}," Freeze Buildup 15% increased "} -c["25% increased Freeze Buildup 15% increased Chill Duration on Enemies 15% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=25}}," Freeze Buildup 15% increased 15% increased Magnitude of Chill you inflict "} c["25% increased Freeze Buildup 25% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=25}}," Freeze Buildup 25% increased "} c["25% increased Freeze Buildup 25% increased chance to Shock 25% increased Electrocute Buildup"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=25}}," Freeze Buildup 25% increased 25% increased Electrocute Buildup "} c["25% increased Frenzy Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="FrenzyChargesDuration",type="INC",value=25}},nil} +c["25% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=25}},nil} c["25% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=25}},nil} c["25% increased Life Recovery from Flasks used when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=25}},nil} +c["25% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=25}},nil} c["25% increased Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=25}},nil} c["25% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=25}},nil} -c["25% increased Lightning Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="LightningExposureEffect",type="INC",value=25}},nil} +c["25% increased Magnitude of Ailments you inflict against Marked Enemies"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=25}}," against Marked Enemies "} +c["25% increased Magnitude of Ailments you inflict against Marked Enemies 25% increased Critical Hit Chance against Marked Enemies"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=25}}," against Marked Enemies 25% increased Critical Hit Chance against Marked Enemies "} +c["25% increased Magnitude of Ailments you inflict against Marked Enemies 25% increased Critical Hit Chance against Marked Enemies +10 to Dexterity"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=25}}," against Marked Enemies 25% increased Critical Hit Chance against Marked Enemies +10 to Dexterity "} c["25% increased Magnitude of Bleeding you inflict"]={{[1]={flags=0,keywordFlags=4194304,name="AilmentMagnitude",type="INC",value=25}},nil} c["25% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=25}},nil} -c["25% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=25}},nil} c["25% increased Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=25}},nil} c["25% increased Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=25}},nil} +c["25% increased Mana Cost Efficiency while on Low Mana"]={{[1]={[1]={type="Condition",var="LowMana"},flags=0,keywordFlags=0,name="ManaCost",type="INC",value=25}}," Efficiency "} c["25% increased Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=25}},nil} c["25% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=25}},nil} c["25% increased Mana Regeneration Rate if you have Shocked an Enemy Recently"]={{[1]={[1]={type="Condition",var="ShockedEnemyRecently"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=25}},nil} c["25% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Melee Damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=256,keywordFlags=0,name="Damage",type="INC",value=25}},nil} -c["25% increased Minion Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=25}}}},nil} c["25% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=25}},nil} c["25% increased Movement Speed while affected by an Ailment"]={{[1]={[1]={type="Condition",varList={[1]="Bleeding",[2]="Poisoned",[3]="Ignited",[4]="Chilled",[5]="Frozen",[6]="Shocked",[7]="Electrocuted"}},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=25}},nil} c["25% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=25}},nil} @@ -1802,11 +2086,14 @@ c["25% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="P c["25% increased Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=25}},nil} c["25% increased Projectile Speed with this Weapon"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="ProjectileSpeed",type="INC",value=25}},nil} c["25% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=25}},nil} +c["25% increased Reload Speed"]={{[1]={flags=1,keywordFlags=0,name="ReloadSpeed",type="INC",value=25}},nil} +c["25% increased Reservation Efficiency of Companion Skills"]={{[1]={flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=25}}," of Companion Skills "} c["25% increased Shock Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=25}},nil} c["25% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=25}},nil} c["25% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Spell Damage while on Full Energy Shield"]={{[1]={[1]={type="Condition",var="FullEnergyShield"},flags=2,keywordFlags=0,name="Damage",type="INC",value=25}},nil} c["25% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=25}},nil} +c["25% increased Stun Threshold if you haven't been Stunned Recently"]={{[1]={[1]={neg=true,type="Condition",var="StunnedRecently"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=25}},nil} c["25% increased Stun Threshold while on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=25}},nil} c["25% increased Totem Placement speed"]={{[1]={flags=0,keywordFlags=0,name="TotemPlacementSpeed",type="INC",value=25}},nil} c["25% increased Trap Damage"]={{[1]={flags=0,keywordFlags=4096,name="Damage",type="INC",value=25}},nil} @@ -1816,31 +2103,28 @@ c["25% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="Ma c["25% increased bonuses gained from Equipped Rings and Amulets"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 1",type="INC",value=25},[2]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 2",type="INC",value=25},[3]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 3",type="INC",value=25},[4]={flags=0,keywordFlags=0,name="EffectOfBonusesFromAmulet",type="INC",value=25}},nil} c["25% increased bonuses gained from left Equipped Ring"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 1",type="INC",value=25}},nil} c["25% increased bonuses gained from right Equipped Ring"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 2",type="INC",value=25}},nil} -c["25% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=25}},nil} c["25% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=25}},nil} c["25% increased chance to inflict Ailments against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=25}},nil} c["25% increased chance to inflict Ailments with Projectiles"]={{[1]={flags=1024,keywordFlags=0,name="AilmentChance",type="INC",value=25}},nil} c["25% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=25}},nil} c["25% increased speed of Recoup Effects"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=25}}," speed of Recoup s "} -c["25% less Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="MORE",value=-25}},nil} c["25% less Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="MORE",value=-25}},nil} c["25% less Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="MORE",value=-25}},nil} c["25% more Melee Critical Hit Chance while Blinded"]={{[1]={[1]={type="Condition",var="Blinded"},[2]={neg=true,type="Condition",var="CannotBeBlinded"},flags=256,keywordFlags=0,name="CritChance",type="MORE",value=25}},nil} c["25% more Skill Speed while Off Hand is empty and you have"]={{[1]={[1]={type="Condition",var="OffHandIsEmpty"},flags=0,keywordFlags=0,name="Speed",type="MORE",value=25},[2]={[1]={type="Condition",var="OffHandIsEmpty"},flags=0,keywordFlags=0,name="WarcrySpeed",type="MORE",value=25}}," and you have "} c["25% more Skill Speed while Off Hand is empty and you have a One-Handed Martial Weapon equipped in your Main Hand"]={{[1]={[1]={type="Condition",var="UsingOneHandedWeapon"},[2]={type="Condition",var="OffHandIsEmpty"},flags=0,keywordFlags=0,name="Speed",type="MORE",value=25},[2]={[1]={type="Condition",var="UsingOneHandedWeapon"},[2]={type="Condition",var="OffHandIsEmpty"},flags=0,keywordFlags=0,name="WarcrySpeed",type="MORE",value=25}},nil} -c["25% of Armour also applies to Fire Damage taken from Hits"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=25}},nil} c["25% of Damage taken bypasses Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="PhysicalEnergyShieldBypass",type="BASE",value=25},[2]={flags=0,keywordFlags=0,name="LightningEnergyShieldBypass",type="BASE",value=25},[3]={flags=0,keywordFlags=0,name="ColdEnergyShieldBypass",type="BASE",value=25},[4]={flags=0,keywordFlags=0,name="FireEnergyShieldBypass",type="BASE",value=25},[5]={flags=0,keywordFlags=0,name="ChaosEnergyShieldBypass",type="BASE",value=25}},nil} +c["25% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={{}," if none was gained in the past 2 seconds "} c["25% of Life Loss from Hits is prevented, then that much Life is lost over 4 seconds instead"]={{[1]={flags=0,keywordFlags=0,name="LifeLossPrevented",type="BASE",value=25}},nil} c["25% of Maximum Life Converted to Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeConvertToEnergyShield",type="BASE",value=25}},nil} +c["25% of Physical Damage prevented Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=25}}," prevented Recouped as Life "} c["25% of Spell Mana Cost Converted to Life Cost"]={{[1]={[1]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=25}},nil} c["25% reduced Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="StrRequirement",type="INC",value=-25},[2]={flags=0,keywordFlags=0,name="DexRequirement",type="INC",value=-25},[3]={flags=0,keywordFlags=0,name="IntRequirement",type="INC",value=-25}},nil} c["25% reduced Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=-25}},nil} c["25% reduced Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=-25}},nil} c["25% reduced Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=-25}},nil} -c["25% reduced Damage with Unarmed Attacks"]={{[1]={flags=16777220,keywordFlags=0,name="Damage",type="INC",value=-25}},nil} c["25% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-25}},nil} c["25% reduced Endurance Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=-25}},nil} -c["25% reduced Enemy Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="EnemyStunThreshold",type="INC",value=-25}},nil} c["25% reduced Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=-25}},nil} c["25% reduced Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=-25}},nil} c["25% reduced Flask Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecoveryRate",type="INC",value=-25}},nil} @@ -1853,14 +2137,13 @@ c["25% reduced Mana Regeneration Rate while stationary"]={{[1]={[1]={type="Condi c["25% reduced Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=-25}},nil} c["25% reduced Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=-25}},nil} c["25% reduced Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=-25}},nil} +c["25% reduced Reservation Efficiency of Minion Skills"]={{[1]={[1]={skillType=6,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=-25}},nil} c["25% reduced Shock duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockDuration",type="INC",value=-25}},nil} c["25% reduced Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=-25}},nil} c["25% reduced Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",type="INC",value=-25}},nil} c["25% reduced effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="CurseEffectOnSelf",type="INC",value=-25}},nil} -c["25% reduced effect of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-25}},nil} c["25% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-25}},nil} c["25% reduced maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=-25}},nil} -c["250% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=250}},nil} c["250% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=250}},nil} c["250% increased Armour, Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="Defences",type="INC",value=250}},nil} c["250% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=250}},nil} @@ -1873,15 +2156,15 @@ c["275% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="Physical c["28% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=28}},nil} c["29% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=29}},nil} c["3 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=3}},nil} -c["3% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage"]={{[1]={flags=4,keywordFlags=0,name="MaximumRage",type="BASE",value=3}}," that if you would gain Rage , you instead gain up to your "} c["3% chance to Avoid Elemental Ailments"]={{[1]={flags=0,keywordFlags=0,name="AvoidElementalAilments",type="BASE",value=3}},nil} c["3% chance to gain Volatility on Kill"]={nil,"Volatility "} +c["3% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=3}},nil} c["3% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Attack Speed per 20 Dexterity"]={{[1]={[1]={div=20,stat="Dex",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Attack Speed while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=1,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Attack Speed while holding a Shield"]={{[1]={[1]={type="Condition",varList={[1]="UsingShield"}},flags=1,keywordFlags=0,name="Speed",type="INC",value=3}},nil} -c["3% increased Attack Speed while in the Presence of your Companion"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=3}}," while in the Presence of your Companion "} -c["3% increased Attack Speed while in the Presence of your Companion Companions have 4% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=3}}," while in the Presence of your Companion Companions have 4% increased Attack Speed "} +c["3% increased Attack Speed while your Companion is in your Presence"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=3}}," while your Companion is in your Presence "} +c["3% increased Attack Speed while your Companion is in your Presence Companions have 4% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=3}}," while your Companion is in your Presence Companions have 4% increased Attack Speed "} c["3% increased Attack Speed with Axes"]={{[1]={flags=65541,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Attack Speed with Bows"]={{[1]={flags=131077,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Attack Speed with Daggers"]={{[1]={flags=524293,keywordFlags=0,name="Speed",type="INC",value=3}},nil} @@ -1895,66 +2178,81 @@ c["3% increased Attack and Cast Speed with Lightning Skills"]={{[1]={flags=0,key c["3% increased Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=3},[2]={flags=0,keywordFlags=0,name="Dex",type="INC",value=3},[3]={flags=0,keywordFlags=0,name="Int",type="INC",value=3},[4]={flags=0,keywordFlags=0,name="All",type="INC",value=3}},nil} c["3% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Cast Speed with Cold Skills"]={{[1]={flags=16,keywordFlags=64,name="Speed",type="INC",value=3}},nil} +c["3% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=3}},nil} c["3% increased Curse Magnitudes"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=3}},nil} +c["3% increased Evasion Rating per 10 Intelligence"]={{[1]={[1]={div=10,stat="Int",type="PerStat"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=3}},nil} c["3% increased Melee Attack Speed"]={{[1]={flags=257,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=3}},nil} c["3% increased Movement Speed if you've Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=3}},nil} c["3% increased Movement Speed while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=3}},nil} +c["3% increased Movement Speed while Sprinting"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=3}}," while Sprinting "} c["3% increased Movement Speed while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=3}},nil} c["3% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=3},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=3}},nil} c["3% increased Spell Damage per 100 maximum Mana"]={{[1]={[1]={div=100,stat="Mana",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=3}},nil} -c["3% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=3}},nil} -c["3% increased Unarmed Attack Speed"]={{[1]={flags=16777221,keywordFlags=0,name="Speed",type="INC",value=3}},nil} c["3% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=3}},nil} c["3% increased maximum Life, Mana and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=3},[2]={flags=0,keywordFlags=0,name="Mana",type="INC",value=3},[3]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=3}},nil} c["3% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=3}},nil} c["3% less Damage taken per Tailwind"]={{[1]={[1]={type="Multiplier",var="Tailwind"},flags=0,keywordFlags=0,name="DamageTaken",type="MORE",value=-3}},nil} c["3% more Spell Damage per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=2,keywordFlags=0,name="Damage",type="MORE",value=3}},nil} c["3% of Damage Taken Recouped as Life, Mana and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=3},[2]={flags=0,keywordFlags=0,name="EnergyShieldRecoup",type="BASE",value=3},[3]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=3}},nil} +c["3% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=3}},nil} c["3% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=3}},nil} +c["3% of Elemental Damage taken Recouped as Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LightningEnergyShieldRecoup",type="BASE",value=3},[2]={flags=0,keywordFlags=0,name="ColdEnergyShieldRecoup",type="BASE",value=3},[3]={flags=0,keywordFlags=0,name="FireEnergyShieldRecoup",type="BASE",value=3}},nil} +c["3% of Physical Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalLifeRecoup",type="BASE",value=3}},nil} +c["3% of Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=3}},nil} +c["3% reduced Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=-3}},nil} +c["3% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-3}}," Penalty from using Skills "} +c["3% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-3}},nil} c["30 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=30}},nil} c["30 to 40 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=30}}," to 40 Physical "} c["30% chance for Lightning Damage with Hits to be Lucky"]={{[1]={flags=0,keywordFlags=262144,name="LightningDamage",type="BASE",value=30}}," for to be Lucky "} -c["30% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=30}}," that if you would gain Frenzy , you instead gain up to your maximum number of Frenzy Charges "} c["30% chance to Chain an additional time"]={{}," to Chain an additional time "} c["30% chance to Chain an additional time 172% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=30}}," to Chain an additional time 172% increased "} -c["30% chance to Chain an additional time Adds 44 to 66 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="BASE",value=30}}," to Chain an additional time Adds 44 to 66 "} +c["30% chance to Chain an additional time Adds 53 to 86 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="BASE",value=30}}," to Chain an additional time Adds 53 to 86 "} c["30% chance to Pierce an Enemy"]={{}," to Pierce an Enemy "} c["30% chance to Pierce an Enemy Projectiles have 10% chance to Chain an additional time from terrain"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=30}}," to Pierce an Enemy have 10% chance to Chain an additional time from terrain "} c["30% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=30}},nil} c["30% chance to Poison on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PoisonChance",type="BASE",value=30}},nil} +c["30% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=30}},nil} +c["30% chance to not consume a bolt if you've Reloaded Recently"]={{}," to not consume a bolt if you've Reloaded Recently "} +c["30% chance when you Reload a Crossbow to be immediate"]={{}," when you Reload a to be immediate "} c["30% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=30}},nil} c["30% faster start of Energy Shield Recharge when not on Full Life"]={{[1]={[1]={neg=true,type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=30}},nil} c["30% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=30}},nil} +c["30% increased Accuracy Rating against Enemies affected by Abyssal Wasting"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=30}}," against Enemies affected by Abyssal Wasting "} +c["30% increased Accuracy Rating against Enemies affected by Abyssal Wasting 20% of Mana Leeched from targets affected by Abyssal Wasting is Instant"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=30}}," against Enemies affected by Abyssal Wasting 20% of Mana Leeched from targets affected by Abyssal Wasting is Instant "} c["30% increased Accuracy Rating against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=30}},nil} c["30% increased Accuracy Rating at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=0,keywordFlags=0,name="AccuracyVsEnemy",type="INC",value=30}},nil} -c["30% increased Area of Effect if you've Stunned an Enemy with a Two Handed Melee Weapon Recently"]={{[1]={[1]={type="Condition",var="UsingTwoHandedWeapon"},[2]={type="Condition",var="UsingMeleeWeapon"},[3]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}},nil} +c["30% increased Accuracy Rating while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=30}},nil} +c["30% increased Archon Buff duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=30}}," Archon Buff "} +c["30% increased Area of Effect of Aftershocks you create yourself"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}}," of Aftershocks you create yourself "} +c["30% increased Area of Effect of Ancestrally Boosted Attacks"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}}," of Ancestrally Boosted Attacks "} c["30% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=30}},nil} c["30% increased Armour while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="Armour",type="INC",value=30}},nil} c["30% increased Attack Damage against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=1,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Attack Damage if you've Cast a Spell Recently"]={{[1]={[1]={type="Condition",var="CastSpellRecently"},flags=1,keywordFlags=0,name="Damage",type="INC",value=30}},nil} -c["30% increased Attack Damage when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=30}},nil} c["30% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=30}},nil} +c["30% increased Block chance while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="BlockChance",type="INC",value=30}},nil} c["30% increased Bolt Speed"]={{}," Bolt Speed "} c["30% increased Bolt Speed 172% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=30}}," Bolt Speed 172% increased "} c["30% increased Bolt Speed 60% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=30}}," Bolt Speed 60% increased "} -c["30% increased Bolt Speed Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=30}}," Bolt Speed Adds 62 to 94 "} +c["30% increased Bolt Speed Adds 85 to 131 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=30}}," Bolt Speed Adds 85 to 131 "} c["30% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=30}},nil} c["30% increased Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=30}},nil} c["30% increased Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=30}},nil} c["30% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=30}},nil} c["30% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=30}},nil} -c["30% increased Cold Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="ColdExposureEffect",type="INC",value=30}},nil} c["30% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=30}},nil} c["30% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=30}},nil} c["30% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} c["30% increased Critical Hit Chance against Bleeding Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Bleeding"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} -c["30% increased Critical Hit Chance against enemies with Lightning Exposure"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HasLightningExposure"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} +c["30% increased Critical Hit Chance against enemies with Exposure"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=30}}," against enemies with Exposure "} c["30% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} c["30% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} c["30% increased Critical Hit Chance with Flails"]={{[1]={flags=134217732,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} c["30% increased Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=30}},nil} +c["30% increased Damage if you've consumed a Frenzy Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Damage if you've dealt a Critical Hit in the past 8 seconds"]={{[1]={[1]={type="Condition",var="CritInPast8Sec"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Damage per Curse on you"]={{[1]={[1]={type="Multiplier",var="CurseOnSelf"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Damage while you have an active Charm"]={{[1]={[1]={type="Condition",var="UsingCharm"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} @@ -1965,10 +2263,6 @@ c["30% increased Damage with Hits against Enemies that are on Low Life"]={{[1]={ c["30% increased Damage with Hits against Hindered Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Hindered"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=30}},nil} c["30% increased Damage with Hits against Ignited Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Ignited"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=30}},nil} c["30% increased Damage with Hits against Shocked Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=30}},nil} -c["30% increased Daze Buildup"]={{}," Daze Buildup "} -c["30% increased Daze Buildup with Quarterstaves"]={{}," Daze Buildup "} -c["30% increased Daze Buildup with Quarterstaves 30% increased Freeze Buildup with Quarterstaves"]={{}," Daze Buildup 30% increased Freeze Buildup with Quarterstaves "} -c["30% increased Daze Buildup with Quarterstaves 30% increased Freeze Buildup with Quarterstaves 30% increased Stun Buildup with Quarterstaves"]={{}," Daze Buildup 30% increased Freeze Buildup with Quarterstaves 30% increased Stun Buildup with Quarterstaves "} c["30% increased Defences while wielding a Quarterstaff"]={{[1]={[1]={type="Condition",var="UsingStaff"},flags=0,keywordFlags=0,name="Defences",type="INC",value=30}},nil} c["30% increased Electrocute Buildup"]={{}," Electrocute Buildup "} c["30% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=30}},nil} @@ -1979,13 +2273,16 @@ c["30% increased Elemental Damage if you've Shocked an Enemy Recently"]={{[1]={[ c["30% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=30}},nil} c["30% increased Energy Shield if you've consumed a Power Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovablePowerCharge"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=30}},nil} c["30% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} +c["30% increased Evasion Rating if you have Hit an Enemy Recently"]={{[1]={[1]={type="Condition",var="HitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} c["30% increased Evasion Rating if you have been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} c["30% increased Evasion Rating while Parrying"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}}," while Parrying "} c["30% increased Evasion Rating while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} c["30% increased Evasion Rating while you have Energy Shield"]={{[1]={[1]={type="Condition",var="HaveEnergyShield"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} c["30% increased Evasion from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=30}},nil} +c["30% increased Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=30},[2]={flags=0,keywordFlags=0,name="ColdExposureEffect",type="INC",value=30},[3]={flags=0,keywordFlags=0,name="LightningExposureEffect",type="INC",value=30}},nil} c["30% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=30}},nil} -c["30% increased Fire Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="FireExposureEffect",type="INC",value=30}},nil} +c["30% increased Flammability Magnitude"]={{},"Magnitude "} +c["30% increased Flammability Magnitude 30% increased Damage with Hits against Burning Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},[2]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=30}},"Magnitude 30% increased "} c["30% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=30}},nil} c["30% increased Flask Charges used"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=30}},nil} c["30% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=30}},nil} @@ -1993,45 +2290,54 @@ c["30% increased Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name=" c["30% increased Flask Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecoveryRate",type="INC",value=30}},nil} c["30% increased Freeze Buildup"]={{}," Freeze Buildup "} c["30% increased Freeze Buildup 100% of Lightning Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=30}}," Freeze Buildup 100% of Converted to Cold Damage "} +c["30% increased Freeze Buildup 20% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=30}}," Freeze Buildup 20% increased "} +c["30% increased Freeze Buildup 20% increased Chill Duration on Enemies 20% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=30}}," Freeze Buildup 20% increased 20% increased Magnitude of Chill you inflict "} c["30% increased Freeze Buildup with Quarterstaves"]={{}," Freeze Buildup "} c["30% increased Freeze Buildup with Quarterstaves 30% increased Stun Buildup with Quarterstaves"]={{}," Freeze Buildup 30% increased Stun Buildup with Quarterstaves "} +c["30% increased Freeze Threshold"]={{[1]={flags=0,keywordFlags=0,name="FreezeThreshold",type="INC",value=30}},nil} +c["30% increased Hazard Immobilisation buildup"]={{}," Immobilisation buildup "} c["30% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=30}},nil} c["30% increased Life Regeneration rate during Effect of any Life Flask"]={{[1]={[1]={type="Condition",var="UsingLifeFlask"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=30}},nil} +c["30% increased Life Regeneration rate while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=30}},nil} c["30% increased Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=30}},nil} -c["30% increased Lightning Exposure Effect"]={{[1]={flags=0,keywordFlags=0,name="LightningExposureEffect",type="INC",value=30}},nil} c["30% increased Magnitude of Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=30}},nil} c["30% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=30}},nil} c["30% increased Magnitude of Non-Damaging Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=30},[2]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=30},[3]={flags=0,keywordFlags=0,name="EnemyFreezeEffect",type="INC",value=30}},nil} c["30% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=30},[2]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=30},[3]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyFreezeEffect",type="INC",value=30}},nil} c["30% increased Magnitude of Poison you inflict"]={{[1]={flags=0,keywordFlags=2097152,name="AilmentMagnitude",type="INC",value=30}},nil} c["30% increased Magnitude of Shock you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=30}},nil} +c["30% increased Mana Cost Efficiency of Attacks during any Mana Flask Effect"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=30}}," Efficiency of Attacks during any Mana Flask Effect "} c["30% increased Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=30}},nil} c["30% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=30}},nil} +c["30% increased Mana Regeneration Rate while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=30}},nil} c["30% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitProjectileRecently"},flags=256,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Melee Damage when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=256,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["30% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=30}},nil} c["30% increased Parried Debuff Magnitude"]={{}," Parried Debuff Magnitude "} c["30% increased Parry Damage"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} +c["30% increased Parry Range"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="WeaponRange",type="INC",value=30}},nil} c["30% increased Pin Buildup"]={{}," Pin Buildup "} c["30% increased Pin Buildup 5% increased Movement Speed if you've Pinned an Enemy Recently"]={{[1]={[1]={type="Condition",var="PinnedEnemyRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=30}}," Pin Buildup 5% increased "} +c["30% increased Pin Buildup Bleeding you inflict on Pinned Enemies is Aggravated"]={{}," Pin Buildup Bleeding you inflict on Pinned Enemies is Aggravated "} c["30% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=30}},nil} c["30% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitMeleeRecently"},flags=1024,keywordFlags=0,name="Damage",type="INC",value=30}},nil} -c["30% increased Projectile Parry Range"]={{[1]={[1]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=30}}," Range "} -c["30% increased Projectile Parry Range Your Heavy Stun buildup empties 50% faster if you've successfully Parried Recently"]={{[1]={[1]={type="Condition",var="ParriedRecently"},[2]={includeTransfigured=true,skillName="Parry",type="SkillName"},flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=30}}," Range Your Heavy Stun buildup empties 50% faster "} c["30% increased Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=30}},nil} c["30% increased Projectile Speed with this Weapon"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="ProjectileSpeed",type="INC",value=30}},nil} c["30% increased Rarity of Items Dropped by Enemies killed with a Critical Hit"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=30}}," by Enemies killed with a Critical Hit "} c["30% increased Rarity of Items Dropped by Enemies killed with a Critical Hit You have Consecrated Ground around you while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="LootRarity",type="INC",value=30}}," by Enemies killed with a Critical Hit You have Consecrated Ground around you "} +c["30% increased Reservation Efficiency of Skills which create Undead Minions"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=30}}}}," which create Undead s "} c["30% increased Shock Chance against Electrocuted Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=30}},nil} c["30% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=30},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=30}},nil} c["30% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=30}},nil} +c["30% increased Spell Damage if you have consumed an Elemental Infusion Recently"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=30}}," if you have consumed an Elemental Infusion Recently "} c["30% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=30}},nil} c["30% increased Stun Buildup"]={{}," Stun Buildup "} c["30% increased Stun Buildup +15 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=30}}," Stun Buildup +15 to "} -c["30% increased Stun Buildup 15% increased Area of Effect if you have Stunned an Enemy Recently"]={{[1]={[1]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}}," Stun Buildup 15% increased "} -c["30% increased Stun Buildup 30% increased Daze Buildup"]={{}," Stun Buildup 30% increased Daze Buildup "} +c["30% increased Stun Buildup 10% chance to Daze on Hit"]={{}," Stun Buildup 10% chance to Daze "} +c["30% increased Stun Buildup 12% increased Area of Effect if you have Stunned an Enemy Recently"]={{[1]={[1]={type="Condition",var="StunnedEnemyRecently"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}}," Stun Buildup 12% increased "} c["30% increased Stun Buildup 30% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=30}}," Stun Buildup 30% increased "} c["30% increased Stun Buildup 30% increased Stun Threshold 5% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=30}}," Stun Buildup 30% increased 5% increased Strength "} +c["30% increased Stun Buildup 40% increased Stun Buildup"]={{}," Stun Buildup 40% increased Stun Buildup "} c["30% increased Stun Buildup 50% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=30}}," Stun Buildup 50% increased "} c["30% increased Stun Buildup Damage with Hits is Lucky against Heavy Stunned Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=30}}," Stun Buildup is Lucky "} c["30% increased Stun Buildup Gain an Endurance Charge when you Heavy Stun a Rare or Unique Enemy"]={{}," Stun Buildup Gain an Endurance Charge when you Heavy Stun a Rare or Unique Enemy "} @@ -2053,16 +2359,18 @@ c["30% increased Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",typ c["30% increased Totem Placement speed"]={{[1]={flags=0,keywordFlags=0,name="TotemPlacementSpeed",type="INC",value=30}},nil} c["30% increased Warcry Speed"]={{[1]={flags=0,keywordFlags=4,name="WarcrySpeed",type="INC",value=30}},nil} c["30% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=30}},nil} +c["30% increased amount of Life Leeched if you've consumed a Frenzy Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=30}},nil} c["30% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxManaLeechRate",type="INC",value=30}},nil} c["30% increased bonuses gained from left Equipped Ring"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 1",type="INC",value=30}},nil} c["30% increased bonuses gained from right Equipped Ring"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 2",type="INC",value=30}},nil} -c["30% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=30}},nil} c["30% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=30}},nil} +c["30% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=30}}," against Enemies affected by Abyssal Wasting "} +c["30% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting 20% of Life Leeched from targets affected by Abyssal Wasting is Instant"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=30}}," against Enemies affected by Abyssal Wasting 20% of Life Leeched from targets affected by Abyssal Wasting is Instant "} c["30% increased chance to inflict Ailments against Rare or Unique Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=30}},nil} +c["30% increased damage against Undead Enemies"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=30}}," against Undead Enemies "} c["30% increased effect of Fully Broken Armour"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=30}}," of Fully Broken Armour "} c["30% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=30}},nil} c["30% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=30}},nil} -c["30% less Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="Cost",type="MORE",value=-30}},nil} c["30% less Critical Damage Bonus when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="CritMultiplier",type="MORE",value=-30}},nil} c["30% less Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="MORE",value=-30}},nil} c["30% more Critical Damage Bonus when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="CritMultiplier",type="MORE",value=30}},nil} @@ -2070,21 +2378,27 @@ c["30% more Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLife c["30% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=30}},nil} c["30% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=30}},nil} c["30% of Damage taken Recouped as Mana"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=30}},nil} -c["30% of Evasion Rating also grants Elemental Damage reduction"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="BASE",value=30}}," also grants Elemental Damage reduction "} +c["30% of Damage taken during effect Recouped as Life"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=0,name="DamageTaken",type="BASE",value=30}}," Recouped as Life "} +c["30% of Damage taken during effect Recouped as Life Gain 5 Rage when Hit by an Enemy during effect"]={{[1]={[1]={type="Condition",var="UsingFlask"},[2]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=0,name="DamageTaken",type="BASE",value=30}}," Recouped as Life Gain 5 Rage when Hit by an Enemy "} +c["30% of Physical damage from Hits taken as Lightning damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsLightning",type="BASE",value=30}},nil} +c["30% reduced Accuracy Rating while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="Accuracy",type="INC",value=-30}},nil} c["30% reduced Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=-30}},nil} +c["30% reduced Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=-30}},nil} c["30% reduced Duration of Ignite, Shock and Chill on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=-30},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=-30},[3]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=-30}},nil} -c["30% reduced Enemy Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="EnemyStunThreshold",type="INC",value=-30}},nil} +c["30% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-30}},nil} c["30% reduced Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=-30}},nil} c["30% reduced Evasion Rating if you have been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=-30}},nil} c["30% reduced Evasion Rating if you haven't been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=-30}},nil} c["30% reduced Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=-30}},nil} c["30% reduced Global Defences"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="Defences",type="INC",value=-30}},nil} +c["30% reduced Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=-30}},nil} c["30% reduced Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=-30}},nil} -c["30% reduced Mana Cost of Mark Skills"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-30}},nil} +c["30% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-30}},nil} c["30% reduced Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=-30}},nil} c["30% reduced Reload Speed"]={{[1]={flags=1,keywordFlags=0,name="ReloadSpeed",type="INC",value=-30}},nil} c["30% reduced Totem Life"]={{[1]={flags=0,keywordFlags=0,name="TotemLife",type="INC",value=-30}},nil} c["30% reduced effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="CurseEffectOnSelf",type="INC",value=-30}},nil} +c["30% reduced effect of Shock on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockEffect",type="INC",value=-30}},nil} c["30% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-30}},nil} c["30% reduced maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=-30}},nil} c["30% reduced penalty to Accuracy Rating at range"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=-30}}," penalty to at range "} @@ -2097,8 +2411,10 @@ c["300% increased Armour, Evasion and Energy Shield"]={{[1]={flags=0,keywordFlag c["300% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=300}},nil} c["300% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=300}},nil} c["31 to 49 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=31}}," to 49 Physical "} +c["31% increased Magnitude of Unholy Might buffs you grant"]={{[1]={flags=0,keywordFlags=0,name="Condition:UnholyMight",type="INC",value=31}}," Magnitude of buffs you grant "} +c["31% increased Magnitude of Unholy Might buffs you grant You have Unholy Might"]={{[1]={flags=0,keywordFlags=0,name="Condition:UnholyMight",type="INC",value=31}}," Magnitude of buffs you grant You have Unholy Might "} c["32% increased Spell Damage while wielding a Melee Weapon"]={{[1]={[1]={type="Condition",var="UsingMeleeWeapon"},flags=2,keywordFlags=0,name="Damage",type="INC",value=32}},nil} -c["33% increased Damage with Hits against Enemies affected by Elemental Ailments"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="Frozen",[2]="Chilled",[3]="Shocked",[4]="Ignited",[5]="Scorched",[6]="Brittle",[7]="Sapped"}},flags=0,keywordFlags=262144,name="Damage",type="INC",value=33}},nil} +c["33% increased Damage with Hits against Enemies affected by Ailments"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="Frozen",[2]="Chilled",[3]="Shocked",[4]="Ignited",[5]="Scorched",[6]="Brittle",[7]="Sapped",[8]="Poisoned",[9]="Bleeding"}},flags=0,keywordFlags=262144,name="Damage",type="INC",value=33}},nil} c["33% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=33}},nil} c["33% of Elemental Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageConvertToCold",type="BASE",value=33}},nil} c["33% of Elemental Damage Converted to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageConvertToFire",type="BASE",value=33}},nil} @@ -2107,11 +2423,11 @@ c["35 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeReg c["35 to 53 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=35}}," to 53 Physical "} c["35% increased Attack Damage while you have an Ally in your Presence"]={{[1]={[1]={threshold=1,type="MultiplierThreshold",var="NearbyAlly"},flags=1,keywordFlags=0,name="Damage",type="INC",value=35}},nil} c["35% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=35}},nil} -c["35% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=35}},nil} c["35% increased Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="INC",value=35}},nil} c["35% increased Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=35}},nil} -c["35% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=35}},nil} c["35% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=35}},nil} +c["35% increased Critical Hit Chance if you've Triggered a Skill Recently"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=35}}," if you've Triggered a Skill Recently "} +c["35% increased Critical Hit Chance if you've Triggered a Skill Recently Meta Skills gain 25% increased Energy if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=35}}," if you've Triggered a Skill Recently Meta Skills gain 25% increased Energy "} c["35% increased Damage with Hits against Burning Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=35}},nil} c["35% increased Damage with Hits against Enemies that are on Low Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="LowLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=35}},nil} c["35% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=35}},nil} @@ -2130,71 +2446,91 @@ c["35% less Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Armo c["35% less Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="MORE",value=-35}},nil} c["35% less minimum Physical Attack Damage"]={{[1]={[1]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="MinPhysicalDamage",type="MORE",value=-35}},nil} c["35% more maximum Physical Attack Damage"]={{[1]={[1]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="MaxPhysicalDamage",type="MORE",value=35}},nil} +c["35% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-35}},nil} c["35% reduced Duration of Ignite, Shock and Chill on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=-35},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=-35},[3]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=-35}},nil} +c["35% reduced Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=-35}},nil} c["350% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=350}},nil} c["36% increased Damage if you've dealt a Critical Hit in the past 8 seconds"]={{[1]={[1]={type="Condition",var="CritInPast8Sec"},flags=0,keywordFlags=0,name="Damage",type="INC",value=36}},nil} c["36% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=36}},nil} c["37% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=37}},nil} c["38% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=38}},nil} +c["38% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=38}},nil} c["4 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=4}},nil} -c["4 Passive Skill Points become Weapon Set Skill Points"]={{[1]={flags=0,keywordFlags=0,name="PassivePointsToWeaponSetPoints",type="BASE",value=4}},nil} c["4% chance for Spell Skills to fire 2 additional Projectiles"]={{[1]={flags=2,keywordFlags=0,name="TwoAdditionalProjectilesChance",type="BASE",value=4}},nil} +c["4% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage"]={{[1]={flags=4,keywordFlags=0,name="MaximumRage",type="BASE",value=4}}," that if you would gain Rage , you instead gain up to your "} +c["4% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=4}},nil} +c["4% increased Area of Effect of Ancestrally Boosted Attacks"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=4}}," of Ancestrally Boosted Attacks "} +c["4% increased Area of Effect of Ancestrally Boosted Attacks Ancestrally Boosted Attacks deal 8% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=4}}," of Ancestrally Boosted Attacks Ancestrally Boosted Attacks deal 8% increased Damage "} +c["4% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield"]={{[1]={[1]={div=75,statList={[1]="ArmourOnWeapon 2",[2]="EvasionOnWeapon 2"},type="PerStat"},[2]={type="Condition",var="UsingShield"},flags=1,keywordFlags=0,name="Damage",type="INC",value=4}},nil} c["4% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=4}},nil} c["4% increased Attack Speed while a Rare or Unique Enemy is in your Presence"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="NearbyRareOrUniqueEnemy",[2]="RareOrUnique"}},flags=1,keywordFlags=0,name="Speed",type="INC",value=4}},nil} c["4% increased Attack Speed with Axes"]={{[1]={flags=65541,keywordFlags=0,name="Speed",type="INC",value=4}},nil} c["4% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=4}},nil} c["4% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=4}},nil} c["4% increased Cast Speed for each different Non-Instant Spell you've Cast Recently"]={{[1]={[1]={type="Multiplier",var="NonInstantSpellCastRecently"},flags=16,keywordFlags=0,name="Speed",type="INC",value=4}},nil} +c["4% increased Deflection Rating"]={{}," Deflection Rating "} c["4% increased Energy Shield per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=4}},nil} -c["4% increased Magnitude of Unholy Might Buffs you grant per 100 maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={[1]={effectName="BlackenedHeart",effectType="Aura",type="GlobalEffect",unscaleable=true},mod={[1]={actor="parent",div=100,stat="Mana",type="PerStat"},flags=0,keywordFlags=0,name="Multiplier:UnholyMightMagnitude",type="BASE",value=4}}}},nil} +c["4% increased Magnitude of Unholy Might Buffs you grant per 100 maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={[1]={effectName="BlackenedHeart",effectType="Aura",type="GlobalEffect",unscalable=true},mod={[1]={actor="parent",div=100,stat="Mana",type="PerStat"},flags=0,keywordFlags=0,name="Multiplier:UnholyMightMagnitude",type="BASE",value=4}}}},nil} c["4% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=4}},nil} c["4% increased Movement Speed if you've Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=4}},nil} -c["4% increased Movement Speed if you've cast a Mark Spell Recently"]={{[1]={[1]={type="Condition",var="CastMarkRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=4}},nil} +c["4% increased Movement Speed if you've used a Mark Recently"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=4}}," if you've used a Mark Recently "} c["4% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=4},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=4}},nil} c["4% increased Spell Damage per 10 Intelligence"]={{[1]={[1]={div=10,stat="Int",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=4}},nil} +c["4% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=4}},nil} c["4% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=4}},nil} c["4% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=4}},nil} c["4% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=4}},nil} c["4% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=4}},nil} c["4% reduced Flask Charges used from Mana Flasks"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesUsed",type="INC",value=-4}},nil} -c["4% reduced Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-4}},nil} -c["4% reduced Reservation of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-4}},nil} +c["4% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} +c["4% reduced Slowing Potency of Debuffs on You Debuffs on you expire 3% faster"]={{}," Slowing Potency of Debuffs on You Debuffs on you expire 3% faster "} c["4.5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=4.5}},nil} c["4.6 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=4.6}},nil} c["40% chance to Aggravate Bleeding on Hit"]={{}," to Aggravate Bleeding "} c["40% chance to Avoid Chaos Damage from Hits"]={{[1]={flags=0,keywordFlags=0,name="AvoidChaosDamageChance",type="BASE",value=40}},nil} c["40% chance to Avoid Physical Damage from Hits"]={{[1]={flags=0,keywordFlags=0,name="AvoidPhysicalDamageChance",type="BASE",value=40}},nil} +c["40% chance to Daze on Hit"]={{}," to Daze "} +c["40% chance to Daze on Hit 172% increased Physical Damage"]={{[1]={flags=4,keywordFlags=0,name="PhysicalDamage",type="BASE",value=40}}," to Daze 172% increased "} +c["40% chance to Daze on Hit Adds 53 to 86 Fire Damage"]={{[1]={flags=4,keywordFlags=0,name="FireDamage",type="BASE",value=40}}," to Daze Adds 53 to 86 "} c["40% faster Curse Activation"]={{[1]={flags=0,keywordFlags=0,name="CurseActivation",type="INC",value=40}},nil} c["40% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=40}},nil} -c["40% increased Accuracy Rating at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=0,keywordFlags=0,name="AccuracyVsEnemy",type="INC",value=40}},nil} -c["40% increased Area of Effect of Aftershocks you create yourself"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=40}}," of Aftershocks you create yourself "} +c["40% increased Ailment and Stun Threshold while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=40}}," Ailment and "} c["40% increased Area of Effect of Curses"]={{[1]={flags=0,keywordFlags=2,name="AreaOfEffect",type="INC",value=40}},nil} c["40% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=40}},nil} c["40% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=40}},nil} c["40% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=40}},nil} c["40% increased Armour and Evasion Rating while Leeching"]={{[1]={[1]={type="Condition",var="Leeching"},flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=40}},nil} +c["40% increased Attack Damage against Maimed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Maimed"},flags=1,keywordFlags=0,name="Damage",type="INC",value=40}},nil} +c["40% increased Attack Damage when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=40}},nil} c["40% increased Block Recovery"]={{[1]={flags=0,keywordFlags=0,name="BlockRecovery",type="INC",value=40}},nil} c["40% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=40}},nil} +c["40% increased Chaos Damage while affected by Herald of Plague"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofPlague"},flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=40}},nil} c["40% increased Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="INC",value=40}},nil} c["40% increased Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=40}},nil} c["40% increased Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=40}},nil} c["40% increased Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=40}},nil} c["40% increased Chill Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=40}},nil} c["40% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=40}},nil} +c["40% increased Cold Damage while affected by Herald of Ice"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofIce"},flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=40}},nil} c["40% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=40}},nil} +c["40% increased Cooldown Recovery Rate for Grenade Skills"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=40}},nil} c["40% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["40% increased Critical Damage Bonus against Enemies that are on Full Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="FullLife"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["40% increased Critical Damage Bonus with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["40% increased Critical Damage Bonus with Spears"]={{[1]={flags=268435460,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["40% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=40}},nil} +c["40% increased Critical Hit Chance against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=40}},nil} c["40% increased Critical Hit Chance against Enemies that are affected"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=40}}," against Enemies that are affected "} c["40% increased Critical Hit Chance against Enemies that are affected by no Elemental Ailments"]={{[1]={[1]={actor="enemy",neg=true,type="ActorCondition",varList={[1]="Frozen",[2]="Chilled",[3]="Shocked",[4]="Ignited",[5]="Scorched",[6]="Brittle",[7]="Sapped"}},[2]={type="Condition",var="Effective"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=40}},nil} c["40% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=40}},nil} c["40% increased Critical Spell Damage Bonus"]={{[1]={flags=2,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["40% increased Crossbow Reload Speed"]={{[1]={flags=67108865,keywordFlags=0,name="ReloadSpeed",type="INC",value=40}},nil} +c["40% increased Culling Strike Threshold against Immobilised Enemies"]={{}," Culling Strike Threshold "} +c["40% increased Culling Strike Threshold against Rare or Unique Enemies"]={{}," Culling Strike Threshold "} c["40% increased Curse Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=40}},nil} c["40% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=40}},nil} +c["40% increased Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Damage if you've Triggered a Skill Recently"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=40}}," if you've Triggered a Skill Recently "} c["40% increased Damage if you've Triggered a Skill Recently Meta Skills gain 15% increased Energy"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=40}}," if you've Triggered a Skill Recently Meta Skills gain 15% increased Energy "} c["40% increased Damage with Bow Skills"]={{[1]={flags=0,keywordFlags=1024,name="Damage",type="INC",value=40}},nil} @@ -2207,31 +2543,44 @@ c["40% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,nam c["40% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=40}},nil} c["40% increased Elemental Damage if you've dealt a Critical Hit Recently"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=40}},nil} c["40% increased Elemental Damage with Attack Skills during any Flask Effect"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=40}},nil} +c["40% increased Endurance, Frenzy and Power Charge Duration"]={{[1]={flags=0,keywordFlags=0,name="PowerChargesDuration",type="INC",value=40},[2]={flags=0,keywordFlags=0,name="FrenzyChargesDuration",type="INC",value=40},[3]={flags=0,keywordFlags=0,name="EnduranceChargesDuration",type="INC",value=40}},nil} c["40% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=40}},nil} c["40% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=40}},nil} +c["40% increased Energy Shield Recharge Rate while affected by an Archon Buff"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=40}}," while affected by an Archon Buff "} c["40% increased Energy Shield from Equipped Focus"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingFocus"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=40}},nil} c["40% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=40}},nil} c["40% increased Evasion Rating if you've Dodge Rolled Recently"]={{[1]={[1]={type="Condition",var="DodgeRolledRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=40}},nil} +c["40% increased Evasion Rating while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=40}},nil} c["40% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=40}},nil} c["40% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=40}},nil} +c["40% increased Fire Damage while affected by Herald of Ash"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofAsh"},flags=0,keywordFlags=0,name="FireDamage",type="INC",value=40}},nil} +c["40% increased Flammability Magnitude"]={{},"Magnitude "} +c["40% increased Flammability Magnitude 40% increased Damage with Hits against Ignited Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Ignited"},[2]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=40}},"Magnitude 40% increased "} +c["40% increased Flammability Magnitude Enemies Ignited by you have -5% to Fire Resistance"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="FireResist",type="INC",value=40}},"Magnitude Enemies Ignited by you have -5% to "} c["40% increased Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=40}},nil} c["40% increased Freeze Buildup"]={{}," Freeze Buildup "} c["40% increased Freeze Buildup 20% increased Freeze Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyFreezeDuration",type="INC",value=40}}," Freeze Buildup 20% increased "} +c["40% increased Hazard Damage"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Jagged Ground Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=40}}," Jagged Ground "} c["40% increased Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=40}},nil} c["40% increased Life Recovery from Flasks used when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=40}},nil} c["40% increased Life and Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=40},[2]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=40}},nil} c["40% increased Life and Mana Recovery from Flasks while you have an active Charm"]={{[1]={[1]={type="Condition",var="UsingCharm"},flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="INC",value=40},[2]={[1]={type="Condition",var="UsingCharm"},flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=40}},nil} c["40% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=40}},nil} +c["40% increased Lightning Damage while affected by Herald of Thunder"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofThunder"},flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=40}},nil} +c["40% increased Magnitude of Bleeding you inflict against Pinned Enemies"]={{[1]={flags=0,keywordFlags=4194304,name="AilmentMagnitude",type="INC",value=40}}," against Pinned Enemies "} c["40% increased Magnitude of Shock you inflict with Critical Hits"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="EnemyShockMagnitude",type="INC",value=40}},nil} +c["40% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=40}}," Efficiency "} c["40% increased Mana Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecovery",type="INC",value=40}},nil} c["40% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=40}},nil} c["40% increased Mana Regeneration Rate while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=40}},nil} c["40% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Melee Damage against Heavy Stunned enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=256,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Melee Damage with Hits at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=256,keywordFlags=262144,name="Damage",type="INC",value=40}},nil} -c["40% increased Minion Damage while you have at least two different active Offerings"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=40}}}}," while you have at least two different active Offerings "} c["40% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=40}},nil} +c["40% increased Physical Damage while affected by Herald of Blood"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofBlood"},flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=40}},nil} +c["40% increased Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=40}},nil} +c["40% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=40}},nil} c["40% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=40}},nil} c["40% increased Projectile Damage with Spears while there are no Enemies within 3m"]={{[1]={flags=268436484,keywordFlags=0,name="Damage",type="INC",value=40}}," while there are no Enemies within 3m "} c["40% increased Projectile Stun Buildup"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=40}}," Stun Buildup "} @@ -2240,7 +2589,11 @@ c["40% increased Shock Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyShock c["40% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=40}},nil} c["40% increased Skill Speed while an enemy with an Open Weakness is in your Presence"]={{[1]={[1]={type="Condition",var="OpenWeaknessEnemyPresence"},flags=0,keywordFlags=0,name="Speed",type="INC",value=40},[2]={[1]={type="Condition",var="OpenWeaknessEnemyPresence"},flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=40}},nil} c["40% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=40}},nil} +c["40% increased Spell Damage if one of your Minions has died Recently"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=40}}," if one of your Minions has died Recently "} +c["40% increased Spell Damage with Spells that cost Life"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=40}}," with Spells that cost Life "} c["40% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=40}},nil} +c["40% increased Stun Buildup"]={{}," Stun Buildup "} +c["40% increased Stun Buildup Adds 11 to 20 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=40}}," Stun Buildup Adds 11 to 20 to Attacks "} c["40% increased Stun Recovery"]={{[1]={flags=0,keywordFlags=0,name="StunRecovery",type="INC",value=40}},nil} c["40% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=40}},nil} c["40% increased Totem Damage"]={{[1]={flags=0,keywordFlags=16384,name="Damage",type="INC",value=40}},nil} @@ -2250,25 +2603,32 @@ c["40% increased effect of Arcane Surge on you"]={{[1]={flags=0,keywordFlags=0,n c["40% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=40}},nil} c["40% less Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="MORE",value=-40}},nil} c["40% less minimum Physical Attack Damage"]={{[1]={[1]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="MinPhysicalDamage",type="MORE",value=-40}},nil} +c["40% more Immobilisation buildup"]={{}," Immobilisation buildup "} c["40% more Mana Reservation of Aura Skills"]={{[1]={[1]={skillType=39,type="SkillType"},flags=0,keywordFlags=0,name="ManaReserved",type="MORE",value=40}},nil} c["40% more maximum Physical Attack Damage"]={{[1]={[1]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="MaxPhysicalDamage",type="MORE",value=40}},nil} -c["40% of Elemental Damage taken Recouped as Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LightningEnergyShieldRecoup",type="BASE",value=40},[2]={flags=0,keywordFlags=0,name="ColdEnergyShieldRecoup",type="BASE",value=40},[3]={flags=0,keywordFlags=0,name="FireEnergyShieldRecoup",type="BASE",value=40}},nil} c["40% of Physical Damage taken as Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageTakenAsFire",type="BASE",value=40}},nil} -c["40% reduced Bleeding Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfBleedDuration",type="INC",value=-40}},nil} +c["40% of Physical damage from Hits taken as Lightning damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsLightning",type="BASE",value=40}},nil} c["40% reduced Chill Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillDuration",type="INC",value=-40}},nil} -c["40% reduced Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=-40}},nil} +c["40% reduced Duration of Bleeding on You"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-40}}," of Bleeding on You "} c["40% reduced Duration of Ignite, Shock and Chill on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockDuration",type="INC",value=-40},[2]={flags=0,keywordFlags=0,name="EnemyChillDuration",type="INC",value=-40},[3]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=-40}},nil} +c["40% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-40}},nil} +c["40% reduced Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=-40}},nil} c["40% reduced Freeze Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfFreezeDuration",type="INC",value=-40}},nil} c["40% reduced Ignite Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteDuration",type="INC",value=-40}},nil} c["40% reduced Light Radius"]={{[1]={flags=0,keywordFlags=0,name="LightRadius",type="INC",value=-40}},nil} +c["40% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-40}},nil} +c["40% reduced Poison Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfPoisonDuration",type="INC",value=-40}},nil} +c["40% reduced Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=-40}},nil} c["40% reduced Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=-40}},nil} c["40% reduced Shock duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockDuration",type="INC",value=-40}},nil} +c["40% reduced effect of Shock on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockEffect",type="INC",value=-40}},nil} c["400% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=400}},nil} c["41% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=41}},nil} c["43% increased Cost of Skills for each 200 total Mana Spent Recently"]={{[1]={[1]={div=200,type="Multiplier",var="ManaSpentRecently"},flags=0,keywordFlags=0,name="Cost",type="INC",value=43}},nil} +c["43% increased Melee Damage against Heavy Stunned enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=256,keywordFlags=0,name="Damage",type="INC",value=43}},nil} c["43% increased Spell damage for each 200 total Mana you have Spent Recently"]={{[1]={[1]={div=200,type="Multiplier",var="ManaSpentRecently"},flags=2,keywordFlags=0,name="Damage",type="INC",value=43}},nil} c["43% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-43}},nil} -c["43% reduced effect of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-43}},nil} +c["43% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-43}},nil} c["43% reduced effect of Shock on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockEffect",type="INC",value=-43}},nil} c["45 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=45}},nil} c["45% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=45}},nil} @@ -2283,94 +2643,130 @@ c["45% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="Loo c["450% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=450}},nil} c["48% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=48}},nil} c["5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=5}},nil} +c["5 Mana gained when you Block"]={{[1]={flags=0,keywordFlags=0,name="ManaOnBlock",type="BASE",value=5}},nil} c["5 to 10 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=5}}," to 10 Physical "} c["5 to 10 Physical Thorns damage Pain Attunement"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="BASE",value=5}}," to 10 Physical Pain Attunement "} c["5% Chance to Block Spell Damage"]={{[1]={flags=0,keywordFlags=0,name="SpellBlockChance",type="BASE",value=5}},nil} +c["5% Chance to build an additional Combo on Hit"]={{}," to build an additional Combo "} c["5% additional Physical Damage Reduction while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="PhysicalDamageReduction",type="BASE",value=5}},nil} -c["5% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Endurance , you instead gain up to maximum Endurance Charges "} -c["5% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges +1 to Maximum Endurance Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Endurance , you instead gain up to maximum Endurance Charges +1 to Maximum Endurance Charges "} -c["5% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Frenzy , you instead gain up to your maximum number of Frenzy Charges "} -c["5% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges +1 to Maximum Frenzy Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Frenzy , you instead gain up to your maximum number of Frenzy Charges +1 to Maximum Frenzy Charges "} -c["5% chance that if you would gain Power Charges, you instead gain up to"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Power , you instead gain up to "} -c["5% chance that if you would gain Power Charges, you instead gain up to your maximum number of Power Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Power , you instead gain up to your maximum number of Power Charges "} -c["5% chance that if you would gain Power Charges, you instead gain up to your maximum number of Power Charges +1 to Maximum Power Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=5}}," that if you would gain Power , you instead gain up to your maximum number of Power Charges +1 to Maximum Power Charges "} +c["5% chance for Slam Skills you use yourself to cause Aftershocks"]={{}," for Slam Skills you use yourself to cause Aftershocks "} c["5% chance to Blind Enemies on Hit"]={{[1]={flags=0,keywordFlags=0,name="BlindChance",type="BASE",value=5}},nil} c["5% chance to Blind Enemies on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="BlindChance",type="BASE",value=5}},nil} +c["5% chance to Daze on Hit"]={{}," to Daze "} +c["5% chance to Daze on Hit 20% increased Freeze Buildup with Quarterstaves"]={{}," to Daze 20% increased Freeze Buildup with Quarterstaves "} +c["5% chance to Daze on Hit Gain 12% of Physical Damage as Extra Cold Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=4,keywordFlags=0,name="PhysicalDamage",type="BASE",value=5}}," to Daze Gain 12% of as Extra Cold Damage "} +c["5% chance to Daze on Hit Gain 12% of Physical Damage as Extra Lightning Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=4,keywordFlags=0,name="PhysicalDamage",type="BASE",value=5}}," to Daze Gain 12% of as Extra Lightning Damage "} c["5% chance to Gain Arcane Surge when you deal a Critical Hit"]={{[1]={[1]={type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}},nil} +c["5% chance to gain Volatility on Kill"]={nil,"Volatility "} c["5% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=5}},nil} c["5% chance to not destroy Corpses when Consuming Corpses"]={{}," to not destroy Corpses when Consuming Corpses "} +c["5% chance when collecting an Elemental Infusion to gain an"]={{}," when collecting an Elemental Infusion to gain an "} +c["5% chance when collecting an Elemental Infusion to gain an additional Elemental Infusion of the same type"]={{}," when collecting an Elemental Infusion to gain an additional Elemental Infusion of the same type "} c["5% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=5}},nil} -c["5% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=5}},nil} +c["5% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=5}},nil} +c["5% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=5}},nil} c["5% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=5}},nil} c["5% increased Attack Speed with Daggers"]={{[1]={flags=524293,keywordFlags=0,name="Speed",type="INC",value=5}},nil} -c["5% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=5}},nil} c["5% increased Attack and Cast Speed with Lightning Skills"]={{[1]={flags=0,keywordFlags=128,name="Speed",type="INC",value=5}},nil} c["5% increased Attributes per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Str",type="INC",value=5},[2]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Dex",type="INC",value=5},[3]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Int",type="INC",value=5},[4]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="All",type="INC",value=5}},nil} c["5% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=5}},nil} c["5% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=5}},nil} c["5% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=5}},nil} +c["5% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=5}},nil} c["5% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=5}},nil} c["5% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=5}},nil} -c["5% increased Damage for each Hazard triggered Recently, up to 50%"]={{[1]={[1]={globalLimit=50,globalLimitKey="DmgPerHazardRecently",type="Multiplier",var="HazardsTriggeredRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=5}},nil} +c["5% increased Culling Strike Threshold"]={{}," Culling Strike Threshold "} c["5% increased Damage taken while on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=5}},nil} +c["5% increased Deflection Rating"]={{}," Deflection Rating "} c["5% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=5}},nil} c["5% increased Duration of Damaging Ailments on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=5},[2]={flags=0,keywordFlags=0,name="EnemyBleedDuration",type="INC",value=5},[3]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=5}},nil} c["5% increased Experience gain"]={{}," Experience gain "} +c["5% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=5}},nil} c["5% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=5}},nil} -c["5% increased Life Recovery rate per 5% missing Unreserved Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=5}}," per 5% missing Unreserved Life "} +c["5% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=5}},nil} +c["5% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=5}},nil} c["5% increased Magnitude of Ailments you inflict"]={{[1]={flags=0,keywordFlags=0,name="AilmentMagnitude",type="INC",value=5}},nil} -c["5% increased Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=5}},nil} +c["5% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=5}},nil} +c["5% increased Maximum Life if you have at least 10 Red Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=5}}," if you have at least 10 Red Support Gems Socketed "} +c["5% increased Maximum Life if you have at least 10 Red Support Gems Socketed 5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=5}}," if you have at least 10 Red Support Gems Socketed 5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed "} +c["5% increased Maximum Life if you have at least 10 Red Support Gems Socketed 5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed 5% increased Movement Speed if you have at least 10 Green Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=5}}," if you have at least 10 Red Support Gems Socketed 5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed 5% increased Movement Speed if you have at least 10 Green Support Gems Socketed "} c["5% increased Maximum Life per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Life",type="INC",value=5}},nil} +c["5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=5}}," if you have at least 10 Blue Support Gems Socketed "} +c["5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed 5% increased Movement Speed if you have at least 10 Green Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=5}}," if you have at least 10 Blue Support Gems Socketed 5% increased Movement Speed if you have at least 10 Green Support Gems Socketed "} c["5% increased Maximum Mana per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="Mana",type="INC",value=5}},nil} c["5% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=5}},nil} +c["5% increased Movement Speed if you have at least 10 Green Support Gems Socketed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=5}}," if you have at least 10 Green Support Gems Socketed "} c["5% increased Movement Speed if you've Pinned an Enemy Recently"]={{[1]={[1]={type="Condition",var="PinnedEnemyRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=5}},nil} c["5% increased Movement Speed per Frenzy Charge"]={{[1]={[1]={type="Multiplier",var="FrenzyCharge"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=5}},nil} +c["5% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=5}},nil} c["5% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=5}},nil} c["5% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=5},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=5}},nil} -c["5% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=5}},nil} c["5% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=5}},nil} +c["5% increased Stun Threshold"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=5}},nil} +c["5% increased effect of Archon Buffs on you"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=5}}," of Archon Buffs on you "} +c["5% increased total Power counted by Warcries"]={{[1]={flags=0,keywordFlags=0,name="WarcryPower",type="INC",value=5}},nil} +c["5% of Damage from Hits is taken from your Damageable Companion's Life before you"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=5}}," from Hits is taken from your Damageable Companion's Life before you "} +c["5% of Damage from Hits is taken from your Damageable Companion's Life before you 20% increased Defences while your Companion is in your Presence"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=5}}," from Hits is taken from your Damageable Companion's Life before you 20% increased Defences while your Companion is in your Presence "} c["5% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=5}},nil} c["5% of Damage taken bypasses Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="PhysicalEnergyShieldBypass",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="LightningEnergyShieldBypass",type="BASE",value=5},[3]={flags=0,keywordFlags=0,name="ColdEnergyShieldBypass",type="BASE",value=5},[4]={flags=0,keywordFlags=0,name="FireEnergyShieldBypass",type="BASE",value=5},[5]={flags=0,keywordFlags=0,name="ChaosEnergyShieldBypass",type="BASE",value=5}},nil} +c["5% of Maximum Life Converted to Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeConvertToEnergyShield",type="BASE",value=5}},nil} c["5% of Physical Damage from Hits taken as Damage of a Random Element"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsFire",type="BASE",value=1.6666666666667},[2]={flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsCold",type="BASE",value=1.6666666666667},[3]={flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsLightning",type="BASE",value=1.6666666666667}},nil} +c["5% of Physical Damage taken as Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageTakenAsFire",type="BASE",value=5}},nil} c["5% of Spell Damage Leeched as Life"]={{[1]={flags=2,keywordFlags=0,name="DamageLifeLeech",type="BASE",value=5}},nil} c["5% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-5}},nil} c["5% reduced Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=-5}},nil} c["5% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-5}},nil} c["5% reduced Flask Charges used"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=-5}},nil} -c["5% reduced Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-5}},nil} -c["5% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=-5}},nil} -c["5% reduced maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=-5}},nil} +c["5% reduced Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-5}},nil} +c["5% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} +c["5% reduced effect of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="CurseEffectOnSelf",type="INC",value=-5}},nil} c["50% chance for Flasks you use to not consume Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskChanceNotConsumeCharges",type="BASE",value=50}},nil} -c["50% chance for Infusions to Infuse your Projectiles without being Consumed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=50}}," for Infusions to Infuse your without being Consumed "} +c["50% chance for Projectiles to Pierce Enemies within 3m distance of you"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=50}}," for to Pierce Enemies within 3m distance of you "} +c["50% chance for Surges to suffuse your Projectiles without being Consumed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=50}}," for Surges to suffuse your without being Consumed "} c["50% chance to Avoid Death from Hits"]={{}," to Avoid Death from Hits "} c["50% chance to Knock Back Bleeding Enemies with Hits"]={{}," to Knock Back Bleeding Enemies "} c["50% chance to Pierce an Enemy"]={{}," to Pierce an Enemy "} +c["50% chance to Pierce an Enemy 15% chance when a Charm is used to use another Charm without consuming Charges"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=50}}," to Pierce an Enemy 15% chance when a Charm is used to use another Charm without consuming "} c["50% chance to gain Onslaught on Killing Blow with Axes"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=65540,keywordFlags=0,name="Condition:Onslaught",type="FLAG",value=true}}," ing Blow "} c["50% chance to gain Volatility when you are Stunned"]={nil,"Volatility when you are Stunned "} c["50% chance to inflict Bleeding on Hit"]={{[1]={flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=50}},nil} +c["50% chance when collecting an Elemental Infusion to gain another different Elemental Infusion"]={{}," when collecting an Elemental Infusion to gain another different Elemental Infusion "} +c["50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge"]={{}," when you gain a Frenzy Charge to gain an additional Frenzy Charge "} c["50% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=50}},nil} c["50% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=50}},nil} c["50% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=50}},nil} c["50% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=50}},nil} c["50% increased Armour if you haven't been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Armour",type="INC",value=50}},nil} +c["50% increased Armour while Ignited"]={{[1]={[1]={type="Condition",var="Ignited"},flags=0,keywordFlags=0,name="Armour",type="INC",value=50}},nil} c["50% increased Armour, Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="Defences",type="INC",value=50}},nil} c["50% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=50}},nil} -c["50% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=50}},nil} c["50% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=50}},nil} +c["50% increased Attack damage while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=1,keywordFlags=0,name="Damage",type="INC",value=50}},nil} c["50% increased Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="StrRequirement",type="INC",value=50},[2]={flags=0,keywordFlags=0,name="DexRequirement",type="INC",value=50},[3]={flags=0,keywordFlags=0,name="IntRequirement",type="INC",value=50}},nil} +c["50% increased Ballista Immobilisation buildup"]={{}," Ballista Immobilisation buildup "} c["50% increased Blind Effect"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="BlindEffect",type="INC",value=50}}}},nil} c["50% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=50}},nil} -c["50% increased Cold Damage while affected by Herald of Ice"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofIce"},flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=50}},nil} c["50% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=50}},nil} c["50% increased Cost of Skills for each 200 total Mana Spent Recently"]={{[1]={[1]={div=200,type="Multiplier",var="ManaSpentRecently"},flags=0,keywordFlags=0,name="Cost",type="INC",value=50}},nil} c["50% increased Critical Damage Bonus against Enemies that have exited your Presence Recently"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=50}}," against Enemies that have exited your Presence Recently "} c["50% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=50}},nil} +c["50% increased Critical Hit Chance against Blinded Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Blinded"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=50}},nil} c["50% increased Critical Hit Chance against Enemies on Full Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="FullLife"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=50}},nil} +c["50% increased Critical Hit Chance against Humanoids"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=50}}," against Humanoids "} +c["50% increased Critical Hit Chance against Humanoids 50% increased Immobilisation buildup against Constructs"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=50}}," against Humanoids 50% increased Immobilisation buildup against Constructs "} c["50% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=50}},nil} c["50% increased Critical Spell Damage Bonus"]={{[1]={flags=2,keywordFlags=0,name="CritMultiplier",type="INC",value=50}},nil} c["50% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}},nil} +c["50% increased Damage against Demons"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}}," against Demons "} +c["50% increased Damage against Demons 50% increased Duration of Ailments on Beasts"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}}," against Demons 50% increased Duration of Ailments on Beasts "} +c["50% increased Damage against Demons 50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}}," against Demons 50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids "} +c["50% increased Damage against Demons 50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids 50% increased Immobilisation buildup against Constructs"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}}," against Demons 50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids 50% increased Immobilisation buildup against Constructs "} c["50% increased Damage with Hits against Frozen Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=50}},nil} c["50% increased Defences from Equipped Shield"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="Defences",type="INC",value=50}},nil} +c["50% increased Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=50}},nil} +c["50% increased Duration of Ailments on Beasts"]={{[1]={flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=50}}," on Beasts "} +c["50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids"]={{[1]={flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=50}}," on Beasts 50% increased Critical Hit Chance against Humanoids "} +c["50% increased Duration of Ailments on Beasts 50% increased Critical Hit Chance against Humanoids 50% increased Immobilisation buildup against Constructs"]={{[1]={flags=0,keywordFlags=0,name="EnemyAilmentDuration",type="INC",value=50}}," on Beasts 50% increased Critical Hit Chance against Humanoids 50% increased Immobilisation buildup against Constructs "} c["50% increased Effect of Jewel Socket Passive Skills containing Corrupted Magic Jewels"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="corruptedMagicJewelIncEffect",value=50}}},nil} c["50% increased Electrocute Buildup against Shocked Enemies"]={{}," Electrocute Buildup "} c["50% increased Electrocute Buildup against Shocked Enemies 50% increased Shock Chance against Electrocuted Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},[2]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=50}}," Electrocute Buildup 50% increased "} @@ -2383,7 +2779,10 @@ c["50% increased Evasion Rating if you've Dodge Rolled Recently"]={{[1]={[1]={ty c["50% increased Evasion Rating if you've consumed a Frenzy Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableFrenzyCharge"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=50}},nil} c["50% increased Evasion Rating when on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=50}},nil} c["50% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=50}},nil} -c["50% increased Fire Damage while affected by Herald of Ash"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofAsh"},flags=0,keywordFlags=0,name="FireDamage",type="INC",value=50}},nil} +c["50% increased Fire Damage while Ignited"]={{[1]={[1]={type="Condition",var="Ignited"},flags=0,keywordFlags=0,name="FireDamage",type="INC",value=50}},nil} +c["50% increased Flammability Magnitude"]={{},"Magnitude "} +c["50% increased Flammability Magnitude 20% increased Ignite Magnitude"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=50}},"Magnitude 20% increased "} +c["50% increased Flammability Magnitude Projectiles Pierce all Ignited enemies"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=50}},"Magnitude Pierce all Ignited enemies "} c["50% increased Flask Charges used"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesUsed",type="INC",value=50}},nil} c["50% increased Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=50}},nil} c["50% increased Flask Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecoveryRate",type="INC",value=50}},nil} @@ -2392,17 +2791,19 @@ c["50% increased Freeze Buildup 30% increased Chill Duration on Enemies"]={{[1]= c["50% increased Freeze Buildup 30% increased Magnitude of Chill you inflict"]={{[1]={flags=0,keywordFlags=0,name="EnemyChillMagnitude",type="INC",value=50}}," Freeze Buildup 30% increased "} c["50% increased Grenade Detonation Time"]={{}," Detonation Time "} c["50% increased Grenade Detonation Time Grenade Skills Fire an additional Projectile"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=50}}," Detonation Time Grenade Skills Fire an additional "} +c["50% increased Hazard Area of Effect"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=50}},nil} +c["50% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=50}},nil} +c["50% increased Immobilisation buildup against Constructs"]={{}," Immobilisation buildup against Constructs "} c["50% increased Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=50}},nil} -c["50% increased Lightning Damage while affected by Herald of Thunder"]={{[1]={[1]={type="Condition",var="AffectedByHeraldofThunder"},flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=50}},nil} -c["50% increased Magnitude of Ignite you inflict"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=50}},nil} c["50% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=50}},nil} c["50% increased Mana Regeneration Rate while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=50}},nil} c["50% increased Mana Regeneration Rate while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=50}},nil} +c["50% increased Melee Damage against Heavy Stunned enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=256,keywordFlags=0,name="Damage",type="INC",value=50}},nil} c["50% increased Melee Damage against Immobilised Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=256,keywordFlags=0,name="Damage",type="INC",value=50}},nil} +c["50% increased Minion Damage while you have at least two different active Offerings"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=50}}}}," while you have at least two different active Offerings "} c["50% increased Parried Debuff Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=50}}," Parried Debuff "} c["50% increased Parried Debuff Magnitude"]={{}," Parried Debuff Magnitude "} c["50% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=50}},nil} -c["50% increased Poison Duration"]={{[1]={flags=0,keywordFlags=0,name="EnemyPoisonDuration",type="INC",value=50}},nil} c["50% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=50}},nil} c["50% increased Rarity of Items found when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="LootRarity",type="INC",value=50}},nil} c["50% increased Shock Chance against Electrocuted Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=50}},nil} @@ -2411,18 +2812,18 @@ c["50% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Dur c["50% increased Spell damage for each 200 total Mana you have Spent Recently"]={{[1]={[1]={div=200,type="Multiplier",var="ManaSpentRecently"},flags=2,keywordFlags=0,name="Damage",type="INC",value=50}},nil} c["50% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=50}},nil} c["50% increased Strength Requirement"]={{[1]={flags=0,keywordFlags=0,name="StrRequirement",type="INC",value=50}},nil} +c["50% increased Surrounded Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=50}}," Surrounded "} +c["50% increased Thorns damage if you've consumed an Endurance Charge Recently"]={{[1]={[1]={limit=1,type="Multiplier",var="RemovableEnduranceCharge"},flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=50}},nil} c["50% increased Totem Placement range"]={{[1]={flags=0,keywordFlags=16384,name="WeaponRange",type="INC",value=50}}," Placement "} -c["50% increased Weapon Swap Speed"]={{[1]={flags=0,keywordFlags=0,name="WeaponSwapSpeed",type="INC",value=50}},nil} c["50% increased amount of Mana Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxManaLeechRate",type="INC",value=50}},nil} -c["50% increased chance to Ignite"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteChance",type="INC",value=50}},nil} c["50% increased effect of Incision"]={{[1]={flags=0,keywordFlags=0,name="IncisionEffect",type="INC",value=50}},nil} c["50% increased effect of Small Passive Skills"]={{[1]={flags=0,keywordFlags=0,name="SmallPassiveSkillEffect",type="INC",value=50}},nil} c["50% increased effect of Sorcery Ward"]={{[1]={[1]={includeTransfigured=true,skillName="Sorcery Ward",type="SkillName"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=50}}," of"} c["50% increased effect of Sorcery Ward Sorcery Ward recovers 50% faster"]={{[1]={[1]={includeTransfigured=true,skillName="Sorcery Ward",type="SkillName"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=50}}," ofSorcery Ward recovers 50% faster "} -c["50% increased maximum Dash Distance with Unarmed Attack Skills"]={{}," maximum Dash Distance with Attack Skills "} c["50% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=50}},nil} c["50% less Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdResist",type="MORE",value=-50}},nil} c["50% less Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="MORE",value=-50}},nil} +c["50% less Life Recovery from Flasks"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecovery",type="MORE",value=-50}},nil} c["50% less Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningResist",type="MORE",value=-50}},nil} c["50% less Mana Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoveryRate",type="MORE",value=-50}},nil} c["50% less Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="MORE",value=-50}}," Penalty from using Skills "} @@ -2435,9 +2836,10 @@ c["50% of Chaos damage you prevent when Hit Recouped as Life and Mana during eff c["50% of Cold and Lightning Damage taken as Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamageTakenAsFire",type="BASE",value=50},[2]={flags=0,keywordFlags=0,name="LightningDamageTakenAsFire",type="BASE",value=50}},nil} c["50% of Damage taken Recouped as Mana"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=50}},nil} c["50% of Elemental Damage taken as Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageTakenAsChaos",type="BASE",value=50}},nil} -c["50% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={{}," if none was gained in the past 2 seconds "} +c["50% of Evasion Rating also grants Elemental Damage reduction"]={{[1]={flags=0,keywordFlags=0,name="EvasionAppliesToFireDamageTaken",type="BASE",value=50},[2]={flags=0,keywordFlags=0,name="EvasionAppliesToColdDamageTaken",type="BASE",value=50},[3]={flags=0,keywordFlags=0,name="EvasionAppliesToLightningDamageTaken",type="BASE",value=50}},nil} c["50% of Maximum Life Converted to Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeConvertToEnergyShield",type="BASE",value=50}},nil} c["50% of Physical Damage prevented Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="BASE",value=50}}," prevented Recouped as Life "} +c["50% of Skill Mana costs Converted to Life Costs during any Life Flask Effect"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="BASE",value=50}}," Skill s Converted to Life Costs during any Life Flask Effect "} c["50% of charges used by Charms granted to your Life Flasks"]={{[1]={[3]={type="Multiplier",var="AvgCharmChargesUsed"},flags=0,keywordFlags=0,name="FlaskChargesGained",type="MORE",value=0.5}},nil} c["50% of your Base Life Regeneration is granted to Allies in your Presence"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=50},onlyAllies=true}}}," your Base is granted to "} c["50% of your Base Life Regeneration is granted to Allies in your Presence +10 to all Attributes"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=50},onlyAllies=true}}}," your Base is granted to +10 to all Attributes "} @@ -2445,37 +2847,41 @@ c["50% of your Base Life Regeneration is granted to Allies in your Presence +30 c["50% of your Base Life Regeneration is granted to Allies in your Presence +30 to Intelligence"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=50},onlyAllies=true}}}," your Base is granted to +30 to Intelligence "} c["50% of your Base Life Regeneration is granted to Allies in your Presence +30 to Strength"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=50},onlyAllies=true}}}," your Base is granted to +30 to Strength "} c["50% reduced Amount Recovered"]={{[1]={flags=0,keywordFlags=0,name="FlaskRecovery",type="INC",value=-50}},nil} -c["50% reduced Bleeding Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfBleedDuration",type="INC",value=-50}},nil} c["50% reduced Charm Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="CharmDuration",type="INC",value=-50}},nil} c["50% reduced Chill Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillDuration",type="INC",value=-50}},nil} -c["50% reduced Darkness Reservation Duration"]={{[1]={flags=0,keywordFlags=0,name="Reserved",type="INC",value=-50}}," Darkness Duration "} +c["50% reduced Duration of Bleeding on You"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-50}}," of Bleeding on You "} c["50% reduced Duration of Curses on you"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-50}}," of Curses on you "} c["50% reduced Effect of Chill on you"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffect",type="INC",value=-50}},nil} -c["50% reduced Enemy Chance to Block Sword Attacks"]={{[1]={flags=4194304,keywordFlags=0,name="reduceEnemyBlock",type="BASE",value=50}},nil} c["50% reduced Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=-50}},nil} c["50% reduced Freeze Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfFreezeDuration",type="INC",value=-50}},nil} c["50% reduced Ignite Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=-50}},nil} c["50% reduced Ignite Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteDuration",type="INC",value=-50}},nil} +c["50% reduced Magnitude of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-50}},nil} c["50% reduced Poison Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfPoisonDuration",type="INC",value=-50}},nil} c["50% reduced Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=-50}},nil} +c["50% reduced Projectile Range"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=-50}}," Range "} +c["50% reduced Projectile Range Adds 98 to 193 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="INC",value=-50}}," Range Adds 98 to 193 Fire Damage "} c["50% reduced Reload Speed"]={{[1]={flags=1,keywordFlags=0,name="ReloadSpeed",type="INC",value=-50}},nil} c["50% reduced Shock duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockDuration",type="INC",value=-50}},nil} c["50% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["50% reduced Slowing Potency of Debuffs on You 20 to 30 Physical Thorns damage"]={{[1]={flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=-50}}," Slowing Potency of Debuffs on You 20 to 30 Physical "} -c["50% reduced effect of Ignite on you"]={{[1]={flags=0,keywordFlags=0,name="SelfIgniteEffect",type="INC",value=-50}},nil} c["50% reduced effect of Shock on you"]={{[1]={flags=0,keywordFlags=0,name="SelfShockEffect",type="INC",value=-50}},nil} +c["50% reduced effect of Withered on you"]={{[1]={flags=0,keywordFlags=0,name="WitherEffectOnSelf",type="INC",value=-50}},nil} c["500% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=500}},nil} c["500% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=500}},nil} c["53% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=53}},nil} c["53% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=53}},nil} +c["56% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=56}},nil} c["6 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=6}},nil} c["6 Life Regeneration per second per Socket filled"]={{[1]={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=6}},nil} -c["6 Life gained when you Block"]={{[1]={flags=0,keywordFlags=0,name="LifeOnBlock",type="BASE",value=6}},nil} c["6% chance for Spell Skills to fire 2 additional Projectiles"]={{[1]={flags=2,keywordFlags=0,name="TwoAdditionalProjectilesChance",type="BASE",value=6}},nil} c["6% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=6}},nil} c["6% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=6}},nil} +c["6% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=6}},nil} +c["6% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=6}},nil} c["6% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=6}},nil} c["6% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=6}},nil} +c["6% increased Attack Speed during any Flask Effect"]={{[1]={[1]={type="Condition",var="UsingFlask"},flags=1,keywordFlags=0,name="Speed",type="INC",value=6}},nil} c["6% increased Attack Speed if you've been Hit Recently"]={{[1]={[1]={type="Condition",var="BeenHitRecently"},flags=1,keywordFlags=0,name="Speed",type="INC",value=6}},nil} c["6% increased Attack Speed while Dual Wielding"]={{[1]={[1]={type="Condition",var="DualWielding"},flags=1,keywordFlags=0,name="Speed",type="INC",value=6}},nil} c["6% increased Attack Speed with Flails"]={{[1]={flags=134217733,keywordFlags=0,name="Speed",type="INC",value=6}},nil} @@ -2484,55 +2890,76 @@ c["6% increased Attack and Cast Speed if you've summoned a Totem Recently"]={{[1 c["6% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=6}},nil} c["6% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=6}},nil} c["6% increased Cast Speed for each different Non-Instant Spell you've Cast Recently"]={{[1]={[1]={type="Multiplier",var="NonInstantSpellCastRecently"},flags=16,keywordFlags=0,name="Speed",type="INC",value=6}},nil} +c["6% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=6}},nil} c["6% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=6}},nil} c["6% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=6}},nil} c["6% increased Curse Magnitudes"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=6}},nil} +c["6% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=6}},nil} c["6% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=6}},nil} c["6% increased Intelligence"]={{[1]={flags=0,keywordFlags=0,name="Int",type="INC",value=6}},nil} +c["6% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=6}},nil} c["6% increased Magnitude of Damaging Ailments you inflict"]={{[1]={flags=0,keywordFlags=14680064,name="AilmentMagnitude",type="INC",value=6}},nil} c["6% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=6}},nil} +c["6% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=6}},nil} c["6% increased Movement Speed if you've successfully Parried Recently"]={{[1]={[1]={type="Condition",var="ParriedRecently"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=6}},nil} c["6% increased Movement Speed while you have an active Charm"]={{[1]={[1]={type="Condition",var="UsingCharm"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=6}},nil} c["6% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=6}},nil} +c["6% increased Reservation Efficiency of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=6}},nil} +c["6% increased Reservation Efficiency of Minion Skills"]={{[1]={[1]={skillType=6,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=6}},nil} c["6% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=6},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=6}},nil} +c["6% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=6}},nil} +c["6% increased Spell Damage with Spells that cost Life"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=6}}," with Spells that cost Life "} +c["6% increased Spell Damage with Spells that cost Life 8% of Spell Mana Cost Converted to Life Cost"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=6}}," with Spells that cost Life 8% of Spell Mana Cost Converted to Life Cost "} +c["6% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=6}},nil} +c["6% increased Spirit Reservation Efficiency of Skills"]={{[1]={flags=0,keywordFlags=0,name="SpiritReservationEfficiency",type="INC",value=6}},nil} +c["6% increased Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=6}},nil} c["6% increased Trap Throwing Speed"]={{[1]={flags=0,keywordFlags=0,name="TrapThrowingSpeed",type="INC",value=6}},nil} c["6% increased Warcry Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=4,name="CooldownRecovery",type="INC",value=6}},nil} c["6% increased bonuses gained from Equipped Quiver"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromQuiver",type="INC",value=6}},nil} c["6% increased chance to inflict Ailments"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=6}},nil} c["6% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=6}},nil} c["6% of Damage taken Recouped as Mana"]={{[1]={flags=0,keywordFlags=0,name="ManaRecoup",type="BASE",value=6}},nil} +c["6% of Physical Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalLifeRecoup",type="BASE",value=6}},nil} c["6% of Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=6}},nil} c["6% reduced Charm Charges used"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesUsed",type="INC",value=-6}},nil} -c["6% reduced Reservation of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-6}},nil} +c["6% reduced Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-6}},nil} c["60 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=60}},nil} c["60% chance for Lightning Skills to Chain an additional time"]={{}," for Lightning Skills to Chain an additional time "} c["60% faster start of Energy Shield Recharge if you've been Stunned Recently"]={{[1]={[1]={type="Condition",var="StunnedRecently"},flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=60}},nil} -c["60% increased Accuracy Rating at Close Range"]={{[1]={[1]={type="Condition",var="AtCloseRange"},flags=0,keywordFlags=0,name="AccuracyVsEnemy",type="INC",value=60}},nil} c["60% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=60}},nil} c["60% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=60}},nil} c["60% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=60}},nil} c["60% increased Armour from Equipped Body Armour"]={{[1]={[1]={slotName="Body Armour",type="SlotName"},flags=0,keywordFlags=0,name="Armour",type="INC",value=60}},nil} c["60% increased Armour, Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="Defences",type="INC",value=60}},nil} +c["60% increased Attack Damage when on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=1,keywordFlags=0,name="Damage",type="INC",value=60}},nil} c["60% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=60}},nil} c["60% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=60}},nil} +c["60% increased Critical Hit Chance against Immobilised enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=60}},nil} c["60% increased Damage with Hits against Enemies that are on Low Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="LowLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=60}},nil} c["60% increased Effect of Poison you inflict on targets that are not Poisoned"]={{[1]={flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=60}}," of Poison you inflict on targets that are not Poisoned "} c["60% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=60}},nil} c["60% increased Energy Shield from Equipped Body Armour"]={{[1]={[1]={slotName="Body Armour",type="SlotName"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=60}},nil} c["60% increased Energy Shield from Equipped Focus"]={{[1]={[1]={slotName="Weapon 2",type="SlotName"},[2]={type="Condition",var="UsingFocus"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=60}},nil} c["60% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=60}},nil} +c["60% increased Evasion Rating from Equipped Body Armour"]={{[1]={[1]={slotName="Body Armour",type="SlotName"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=60}},nil} +c["60% increased Evasion Rating if you have Hit an Enemy Recently"]={{[1]={[1]={type="Condition",var="HitRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=60}},nil} c["60% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=60}},nil} c["60% increased Flask Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskLifeRecoveryRate",type="INC",value=60}},nil} c["60% increased Flask Mana Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="FlaskManaRecoveryRate",type="INC",value=60}},nil} c["60% increased Freeze Threshold"]={{[1]={flags=0,keywordFlags=0,name="FreezeThreshold",type="INC",value=60}},nil} +c["60% increased Ice Crystal Life"]={{[1]={flags=0,keywordFlags=0,name="IceCrystalLife",type="INC",value=60}},nil} +c["60% increased Magnitude of Abyssal Wasting you inflict"]={{}," Magnitude of Abyssal Wasting you inflict "} +c["60% increased Magnitude of Abyssal Wasting you inflict Abyssal Wasting you inflict has Infinite Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=60}}," Magnitude of Abyssal Wasting you inflict Abyssal Wasting you inflict has Infinite "} +c["60% increased Mana Cost Efficiency of Marks"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=60}}," Efficiency of Marks "} +c["60% increased Mana Cost Efficiency of Marks 4% increased Movement Speed if you've used a Mark Recently"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=60}}," Efficiency of Marks 4% increased Movement Speed if you've used a Mark Recently "} +c["60% increased Mana Regeneration Rate while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=60}},nil} c["60% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitProjectileRecently"},flags=256,keywordFlags=0,name="Damage",type="INC",value=60}},nil} c["60% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=60}},nil} c["60% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=60}},nil} c["60% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"]={{[1]={[1]={type="Condition",var="HitMeleeRecently"},flags=1024,keywordFlags=0,name="Damage",type="INC",value=60}},nil} c["60% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=60}},nil} -c["60% increased Stun Threshold for each time you've been Stunned Recently"]={{[1]={[1]={type="Multiplier",var="StunnedRecently"},flags=0,keywordFlags=0,name="StunThreshold",type="INC",value=60}},nil} c["60% increased maximum Energy Shield"]={{[1]={[1]={type="Global"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=60}},nil} -c["60% reduced Bleeding Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfBleedDuration",type="INC",value=-60}},nil} +c["60% reduced Duration of Bleeding on You"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-60}}," of Bleeding on You "} c["60% reduced Ice Crystal Life"]={{[1]={flags=0,keywordFlags=0,name="IceCrystalLife",type="INC",value=-60}},nil} c["60% reduced Poison Duration on you"]={{[1]={flags=0,keywordFlags=0,name="SelfPoisonDuration",type="INC",value=-60}},nil} c["60% reduced Reload Speed"]={{[1]={flags=1,keywordFlags=0,name="ReloadSpeed",type="INC",value=-60}},nil} @@ -2541,13 +2968,17 @@ c["65% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="Armour c["65% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=65}},nil} c["65% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=65}},nil} c["65% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=65}},nil} +c["650% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=650}},nil} c["66% increased Freeze Buildup"]={{}," Freeze Buildup "} c["666% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=666}},nil} c["666% increased effect of Socketed Soul Cores"]={{[1]={flags=0,keywordFlags=0,name="SocketedSoulCoreEffect",type="INC",value=666}},nil} -c["67% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=67}},nil} -c["7% chance to Gain 100% of Damage with Hits as Extra Chaos Damage"]={{[1]={flags=4,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=7}},nil} +c["68% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=68}},nil} +c["7% increased Attack Speed while a Rare or Unique Enemy is in your Presence"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="NearbyRareOrUniqueEnemy",[2]="RareOrUnique"}},flags=1,keywordFlags=0,name="Speed",type="INC",value=7}},nil} c["7% increased Attributes"]={{[1]={flags=0,keywordFlags=0,name="Str",type="INC",value=7},[2]={flags=0,keywordFlags=0,name="Dex",type="INC",value=7},[3]={flags=0,keywordFlags=0,name="Int",type="INC",value=7},[4]={flags=0,keywordFlags=0,name="All",type="INC",value=7}},nil} c["7% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=7}},nil} +c["7% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=7}},nil} +c["7% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=7}},nil} +c["7% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=7}},nil} c["7.5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=7.5}},nil} c["70% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=70}},nil} c["70% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=70}},nil} @@ -2559,6 +2990,7 @@ c["70% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name= c["70% increased Rarity of Items found"]={{[1]={flags=0,keywordFlags=0,name="LootRarity",type="INC",value=70}},nil} c["70% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=70}},nil} c["700% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=700}},nil} +c["700% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=700}},nil} c["72% increased Amount Recovered"]={{[1]={flags=0,keywordFlags=0,name="FlaskRecovery",type="INC",value=72}},nil} c["74% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=74}},nil} c["74% increased Armour and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEnergyShield",type="INC",value=74}},nil} @@ -2578,25 +3010,28 @@ c["75% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name= c["75% increased Melee Damage with Spears while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=268435716,keywordFlags=0,name="Damage",type="INC",value=75}},nil} c["75% increased Thorns damage if you've Blocked Recently"]={{[1]={[1]={type="Condition",var="BlockedRecently"},flags=0,keywordFlags=0,name="ThornsDamage",type="INC",value=75}},nil} c["75% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=75}},nil} -c["75% less Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="MORE",value=-75}},nil} c["75% of Damage Converted to Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageConvertToFire",type="BASE",value=75}},nil} -c["79% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=79}},nil} c["8 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=8}},nil} c["8% Chance to Block Spell Damage"]={{[1]={flags=0,keywordFlags=0,name="SpellBlockChance",type="BASE",value=8}},nil} c["8% chance for Mace Slam Skills you use yourself to cause Aftershocks"]={{}," for Mace Slam Skills you use yourself to cause Aftershocks "} c["8% chance to Blind Enemies on Hit with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="BlindChance",type="BASE",value=8}},nil} c["8% chance to Poison on Hit"]={{[1]={flags=0,keywordFlags=0,name="PoisonChance",type="BASE",value=8}},nil} +c["8% faster start of Energy Shield Recharge"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeFaster",type="INC",value=8}},nil} c["8% increased Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=8}},nil} c["8% increased Accuracy Rating with One Handed Melee Weapons"]={{[1]={flags=21474836484,keywordFlags=0,name="Accuracy",type="INC",value=8}},nil} c["8% increased Accuracy Rating with Two Handed Melee Weapons"]={{[1]={flags=38654705668,keywordFlags=0,name="Accuracy",type="INC",value=8}},nil} +c["8% increased Archon Buff duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=8}}," Archon Buff "} +c["8% increased Archon Buff duration 5% increased effect of Archon Buffs on you"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=8}}," Archon Buff 5% increased effect of Archon Buffs on you "} c["8% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=8}},nil} c["8% increased Area of Effect for Attacks"]={{[1]={flags=1,keywordFlags=0,name="AreaOfEffect",type="INC",value=8}},nil} c["8% increased Armour and Evasion Rating while Leeching"]={{[1]={[1]={type="Condition",var="Leeching"},flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=8}},nil} c["8% increased Armour per Endurance Charge"]={{[1]={[1]={type="Multiplier",var="EnduranceCharge"},flags=0,keywordFlags=0,name="Armour",type="INC",value=8}},nil} c["8% increased Attack Area Damage"]={{[1]={flags=513,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["8% increased Attack Damage"]={{[1]={flags=1,keywordFlags=0,name="Damage",type="INC",value=8}},nil} +c["8% increased Attack Damage while you have an Ally in your Presence"]={{[1]={[1]={threshold=1,type="MultiplierThreshold",var="NearbyAlly"},flags=1,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["8% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=8}},nil} c["8% increased Attack Speed if you've Killed Recently"]={{[1]={[1]={type="Condition",var="KilledRecently"},flags=1,keywordFlags=0,name="Speed",type="INC",value=8}},nil} +c["8% increased Attack Speed while a Rare or Unique Enemy is in your Presence"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="NearbyRareOrUniqueEnemy",[2]="RareOrUnique"}},flags=1,keywordFlags=0,name="Speed",type="INC",value=8}},nil} c["8% increased Attack Speed with One Handed Weapons"]={{[1]={flags=17179869189,keywordFlags=0,name="Speed",type="INC",value=8}},nil} c["8% increased Attack Speed with Quarterstaves"]={{[1]={flags=2097157,keywordFlags=0,name="Speed",type="INC",value=8}},nil} c["8% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=8}},nil} @@ -2609,40 +3044,59 @@ c["8% increased Cast Speed with Cold Skills"]={{[1]={flags=16,keywordFlags=64,na c["8% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=8}},nil} c["8% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=8}},nil} c["8% increased Critical Damage Bonus per Power Charge"]={{[1]={[1]={type="Multiplier",var="PowerCharge"},flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=8}},nil} +c["8% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritChance",type="INC",value=8}},nil} c["8% increased Critical Hit Chance for Attacks"]={{[1]={flags=1,keywordFlags=0,name="CritChance",type="INC",value=8}},nil} +c["8% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=8}},nil} c["8% increased Curse Magnitudes"]={{[1]={flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=8}},nil} c["8% increased Damage for each time you've Warcried Recently"]={{[1]={[1]={type="Multiplier",var="WarcryUsedRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=8}},nil} -c["8% increased Damage while in the Presence of your Companion"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=8}}," while in the Presence of your Companion "} c["8% increased Dexterity"]={{[1]={flags=0,keywordFlags=0,name="Dex",type="INC",value=8}},nil} c["8% increased Effect of your Mark Skills"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="LocalEffect",type="INC",value=8}},nil} c["8% increased Elemental Ailment Threshold"]={{[1]={flags=0,keywordFlags=0,name="AilmentThreshold",type="INC",value=8}},nil} c["8% increased Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamage",type="INC",value=8}},nil} +c["8% increased Energy Shield Recharge Rate"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRecharge",type="INC",value=8}},nil} +c["8% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=8}},nil} c["8% increased Evasion Rating per Frenzy Charge"]={{[1]={[1]={type="Multiplier",var="FrenzyCharge"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=8}},nil} c["8% increased Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireDamage",type="INC",value=8}},nil} +c["8% increased Flammability Magnitude"]={{},"Magnitude "} +c["8% increased Flammability Magnitude 8% increased Ignite Magnitude"]={{[1]={[1]={includeTransfigured=true,skillName="Flammability",type="SkillName"},flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=8}},"Magnitude 8% increased "} +c["8% increased Flask Charges gained"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=8}},nil} +c["8% increased Flask Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="FlaskDuration",type="INC",value=8}},nil} c["8% increased Flask and Charm Charges gained"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGained",type="INC",value=8},[2]={flags=0,keywordFlags=0,name="FlaskChargesGained",type="INC",value=8}},nil} +c["8% increased Freeze Buildup"]={{}," Freeze Buildup "} +c["8% increased Glory generation"]={{}," Glory generation "} +c["8% increased Ignite Duration on Enemies"]={{[1]={flags=0,keywordFlags=0,name="EnemyIgniteDuration",type="INC",value=8}},nil} +c["8% increased Ignite Magnitude"]={{[1]={flags=0,keywordFlags=8388608,name="AilmentMagnitude",type="INC",value=8}},nil} +c["8% increased Immobilisation buildup"]={{}," Immobilisation buildup "} c["8% increased Knockback Distance"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="INC",value=8}},nil} c["8% increased Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamage",type="INC",value=8}},nil} +c["8% increased Mana Cost Efficiency"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=8}}," Efficiency "} +c["8% increased Mana Regeneration Rate"]={{[1]={flags=0,keywordFlags=0,name="ManaRegen",type="INC",value=8}},nil} c["8% increased Melee Attack Speed"]={{[1]={flags=257,keywordFlags=0,name="Speed",type="INC",value=8}},nil} c["8% increased Melee Damage"]={{[1]={flags=256,keywordFlags=0,name="Damage",type="INC",value=8}},nil} +c["8% increased Minion Duration"]={{[1]={[1]={skillType=77,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=8}},nil} c["8% increased Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamage",type="INC",value=8}},nil} c["8% increased Projectile Damage"]={{[1]={flags=1024,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["8% increased Projectile Speed"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeed",type="INC",value=8}},nil} c["8% increased Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=8}},nil} +c["8% increased Reservation Efficiency of Companion Skills"]={{[1]={flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=8}}," of Companion Skills "} +c["8% increased Reservation Efficiency of Herald Skills"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="ReservationEfficiency",type="INC",value=8}},nil} c["8% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=8}},nil} c["8% increased Skill Speed"]={{[1]={flags=0,keywordFlags=0,name="Speed",type="INC",value=8},[2]={flags=0,keywordFlags=0,name="WarcrySpeed",type="INC",value=8}},nil} c["8% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["8% increased Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="INC",value=8}},nil} +c["8% increased Spirit Reservation Efficiency of Skills"]={{[1]={flags=0,keywordFlags=0,name="SpiritReservationEfficiency",type="INC",value=8}},nil} c["8% increased Warcry Speed"]={{[1]={flags=0,keywordFlags=4,name="WarcrySpeed",type="INC",value=8}},nil} c["8% increased amount of Life Leeched"]={{[1]={flags=0,keywordFlags=0,name="MaxLifeLeechRate",type="INC",value=8}},nil} +c["8% increased chance to Shock"]={{[1]={flags=0,keywordFlags=0,name="EnemyShockChance",type="INC",value=8}},nil} +c["8% increased chance to inflict Ailments"]={{[1]={flags=0,keywordFlags=0,name="AilmentChance",type="INC",value=8}},nil} c["8% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="Life",type="INC",value=8}},nil} c["8% increased maximum Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="INC",value=8}},nil} -c["8% more chance to Evade Melee Attacks"]={{[1]={flags=0,keywordFlags=0,name="MeleeEvadeChance",type="MORE",value=8}},nil} c["8% of Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=8}},nil} c["8% of Damage taken Recouped as Life"]={{[1]={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=8}},nil} -c["8% reduced Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=-8}},nil} -c["8% reduced Mana Cost of Skills"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="INC",value=-8}},nil} +c["8% of Spell Mana Cost Converted to Life Cost"]={{[1]={[1]={skillType=2,type="SkillType"},flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=8}},nil} +c["8% reduced Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=-8}},nil} c["8% reduced Movement Speed Penalty from using Skills while moving"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-8}}," Penalty from using Skills "} -c["8% reduced Projectile Speed for Spell Skills"]={{[1]={flags=2,keywordFlags=0,name="ProjectileSpeed",type="INC",value=-8}},nil} +c["8% reduced Movement Speed Penalty from using Skills while moving 14% increased Skill Effect Duration"]={{[1]={[1]={type="Condition",var="Moving"},flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=-8}}," Penalty from using Skills 14% increased Skill Effect Duration "} c["8% reduced Skill Effect Duration"]={{[1]={flags=0,keywordFlags=0,name="Duration",type="INC",value=-8}},nil} c["8% reduced Slowing Potency of Debuffs on You"]={{}," Slowing Potency of Debuffs on You "} c["80% chance to Avoid being Chilled"]={{[1]={flags=0,keywordFlags=0,name="AvoidChill",type="BASE",value=80}},nil} @@ -2659,6 +3113,9 @@ c["80% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="CritC c["80% increased Critical Hit Chance for Spells"]={{[1]={flags=2,keywordFlags=0,name="CritChance",type="INC",value=80}},nil} c["80% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=80}},nil} c["80% increased Damage with Hits against Enemies that are on Full Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="FullLife"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=80}},nil} +c["80% increased Desecrated Modifier magnitudes"]={{}," Desecrated Modifier magnitudes "} +c["80% increased Desecrated Modifier magnitudes 120% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=80}}," Desecrated Modifier magnitudes 120% increased "} +c["80% increased Elemental Damage with Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ElementalDamage",type="INC",value=80}},nil} c["80% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=80}},nil} c["80% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=80}},nil} c["80% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=80}},nil} @@ -2672,6 +3129,7 @@ c["80% increased Stun Recovery"]={{[1]={flags=0,keywordFlags=0,name="StunRecover c["80% increased bonuses gained from Equipped Rings"]={{[1]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 1",type="INC",value=80},[2]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 2",type="INC",value=80},[3]={flags=0,keywordFlags=0,name="EffectOfBonusesFromRing 3",type="INC",value=80}},nil} c["80% less Knockback Distance for Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="EnemyKnockbackDistance",type="MORE",value=-80}}," for Blocked Hits "} c["80% of Maximum Mana is Converted to twice that much Armour"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=80}}," is Converted to twice that much Armour "} +c["80% reduced Grenade Damage"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=-80}},nil} c["800% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=800}},nil} c["82% increased Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosDamage",type="INC",value=82}},nil} c["82% increased Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdDamage",type="INC",value=82}},nil} @@ -2683,16 +3141,30 @@ c["85% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",t c["86% increased Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=86}},nil} c["9% increased Attack Speed"]={{[1]={flags=1,keywordFlags=0,name="Speed",type="INC",value=9}},nil} c["9% increased Cast Speed"]={{[1]={flags=16,keywordFlags=0,name="Speed",type="INC",value=9}},nil} +c["9% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=9}},nil} +c["9% increased Presence Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="PresenceArea",type="INC",value=9}},nil} c["9.5 Life Regeneration per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=9.5}},nil} c["90% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="Armour",type="INC",value=90}},nil} c["90% increased Armour and Evasion"]={{[1]={flags=0,keywordFlags=0,name="ArmourAndEvasion",type="INC",value=90}},nil} +c["90% increased Block chance"]={{[1]={flags=0,keywordFlags=0,name="BlockChance",type="INC",value=90}},nil} c["90% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="Evasion",type="INC",value=90}},nil} c["90% increased Evasion and Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EvasionAndEnergyShield",type="INC",value=90}},nil} c["90% increased Spell Damage"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="INC",value=90}},nil} +c["90% less Life Recovered"]={{[1]={flags=0,keywordFlags=0,name="FlaskRecovery",type="MORE",value=-90}},nil} c["A maximum of one Modifer can be granted this way"]={nil,"A maximum of one Modifer can be granted this way "} +c["A maximum of one Modifer can be granted this way Grants Skill: Ritual Sacrifice"]={nil,"A maximum of one Modifer can be granted this way Grants Skill: Ritual Sacrifice "} +c["Abyssal Wasting also applies % to Cold Resistance"]={nil,"Abyssal Wasting also applies % to Cold Resistance "} +c["Abyssal Wasting also applies % to Cold Resistance 25% increased Magnitude of Chill you inflict"]={nil,"Abyssal Wasting also applies % to Cold Resistance 25% increased Magnitude of Chill you inflict "} +c["Abyssal Wasting also applies % to Fire Resistance"]={nil,"Abyssal Wasting also applies % to Fire Resistance "} +c["Abyssal Wasting also applies % to Fire Resistance +30% of Armour also applies to Elemental Damage"]={nil,"Abyssal Wasting also applies % to Fire Resistance +30% of Armour also applies to Elemental Damage "} +c["Abyssal Wasting also applies % to Lightning Resistance"]={nil,"Abyssal Wasting also applies % to Lightning Resistance "} +c["Abyssal Wasting also applies % to Lightning Resistance Projectiles have 50% chance for an additional Projectile when Forking"]={nil,"Abyssal Wasting also applies % to Lightning Resistance Projectiles have 50% chance for an additional Projectile when Forking "} +c["Abyssal Wasting you inflict has Infinite Duration"]={nil,"Abyssal Wasting you inflict has Infinite Duration "} +c["Abyssal Wasting you inflict has Infinite Duration Abyssal Wasting also applies % to Fire Resistance"]={nil,"Abyssal Wasting you inflict has Infinite Duration Abyssal Wasting also applies % to Fire Resistance "} c["Accuracy Rating is Doubled"]={{[1]={[1]={globalLimit=100,globalLimitKey="AccuracyDoubledLimit",type="Multiplier",var="AccuracyDoubled"},flags=0,keywordFlags=0,name="Accuracy",type="MORE",value=100},[2]={flags=0,keywordFlags=0,name="Multiplier:AccuracyDoubled",type="OVERRIDE",value=1}},nil} c["Adds 1 to 10 Lightning Damage to Attacks per 20 Intelligence"]={{[1]={[1]={div=20,stat="Int",type="PerStat"},flags=0,keywordFlags=65536,name="LightningMin",type="BASE",value=1},[2]={[1]={div=20,stat="Int",type="PerStat"},flags=0,keywordFlags=65536,name="LightningMax",type="BASE",value=10}},nil} c["Adds 1 to 100 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=100}},nil} +c["Adds 1 to 111 Lightning Damage to Unarmed Melee Hits"]={{[1]={flags=16777476,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=16777476,keywordFlags=0,name="LightningMax",type="BASE",value=111}},nil} c["Adds 1 to 120 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=120}},nil} c["Adds 1 to 24 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=24}},nil} c["Adds 1 to 250 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=250}},nil} @@ -2709,6 +3181,7 @@ c["Adds 1 to 50 Lightning damage to Attacks"]={{[1]={flags=0,keywordFlags=65536, c["Adds 1 to 53 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=53}},nil} c["Adds 1 to 55 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=55}},nil} c["Adds 1 to 80 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=80}},nil} +c["Adds 1 to 94 Lightning Damage to Unarmed Melee Hits"]={{[1]={flags=16777476,keywordFlags=0,name="LightningMin",type="BASE",value=1},[2]={flags=16777476,keywordFlags=0,name="LightningMax",type="BASE",value=94}},nil} c["Adds 10 to 15 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=10},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=15}},nil} c["Adds 10 to 16 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=10},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=16}},nil} c["Adds 10 to 17 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=10},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=17}},nil} @@ -2736,6 +3209,7 @@ c["Adds 17 to 26 Cold damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name c["Adds 17 to 28 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=17},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=28}},nil} c["Adds 17 to 29 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=17},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=29}},nil} c["Adds 18 to 25 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=18},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=25}},nil} +c["Adds 18 to 31 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=18},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=31}},nil} c["Adds 18 to 36 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=18},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=36}},nil} c["Adds 184 to 300 Chaos damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=184},[2]={flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=300}},nil} c["Adds 20 to 26 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=20},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=26}},nil} @@ -2743,6 +3217,7 @@ c["Adds 20 to 27 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalM c["Adds 20 to 30 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=20},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=30}},nil} c["Adds 20 to 31 Cold damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=20},[2]={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=31}},nil} c["Adds 201 to 333 Chaos damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=201},[2]={flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=333}},nil} +c["Adds 21 to 37 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=21},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=37}},nil} c["Adds 22 to 28 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=22},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=28}},nil} c["Adds 24 to 28 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=24},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=28}},nil} c["Adds 24 to 41 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=24},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=41}},nil} @@ -2762,30 +3237,29 @@ c["Adds 32 to 50 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type c["Adds 33 to 78 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=33},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=78}},nil} c["Adds 35 to 50 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=35},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=50}},nil} c["Adds 36 to 55 Chaos damage"]={{[1]={flags=0,keywordFlags=0,name="ChaosMin",type="BASE",value=36},[2]={flags=0,keywordFlags=0,name="ChaosMax",type="BASE",value=55}},nil} -c["Adds 36 to 55 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=36},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=55}},nil} c["Adds 36 to 81 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=36},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=81}},nil} c["Adds 37 to 50 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=37},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=50}},nil} -c["Adds 4 to 105 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=4},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=105}},nil} c["Adds 4 to 7 Cold damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=4},[2]={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=7}},nil} c["Adds 4 to 8 Cold damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=4},[2]={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=8}},nil} c["Adds 4 to 8 Fire damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="FireMin",type="BASE",value=4},[2]={flags=0,keywordFlags=65536,name="FireMax",type="BASE",value=8}},nil} c["Adds 4 to 8 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=4},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=8}},nil} c["Adds 4 to 9 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=4},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=9}},nil} c["Adds 41 to 53 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=41},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=53}},nil} -c["Adds 44 to 66 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=44},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=66}},nil} c["Adds 44 to 69 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=44},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=69}},nil} c["Adds 44 to 74 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=44},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=74}},nil} +c["Adds 47 to 71 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=47},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=71}},nil} c["Adds 48 to 72 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=48},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=72}},nil} c["Adds 48 to 79 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=48},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=79}},nil} c["Adds 5 to 10 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=5},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=10}},nil} c["Adds 5 to 11 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=11}},nil} +c["Adds 5 to 132 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=132}},nil} c["Adds 5 to 8 Cold damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=5},[2]={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=8}},nil} c["Adds 5 to 8 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=5},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=8}},nil} c["Adds 5 to 9 Chaos Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ChaosMin",type="BASE",value=5},[2]={flags=0,keywordFlags=65536,name="ChaosMax",type="BASE",value=9}},nil} c["Adds 5 to 9 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=9}},nil} c["Adds 5 to 9 Fire damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="FireMin",type="BASE",value=5},[2]={flags=0,keywordFlags=65536,name="FireMax",type="BASE",value=9}},nil} c["Adds 5 to 9 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=5},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=9}},nil} -c["Adds 51 to 77 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=51},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=77}},nil} +c["Adds 53 to 86 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=53},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=86}},nil} c["Adds 6 to 10 Chaos Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="ChaosMin",type="BASE",value=6},[2]={flags=0,keywordFlags=65536,name="ChaosMax",type="BASE",value=10}},nil} c["Adds 6 to 10 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=6},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=10}},nil} c["Adds 6 to 10 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=6},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=10}},nil} @@ -2793,18 +3267,21 @@ c["Adds 6 to 11 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMi c["Adds 6 to 11 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=6},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=11}},nil} c["Adds 6 to 12 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=6},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=12}},nil} c["Adds 6 to 12 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=6},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=12}},nil} -c["Adds 6 to 149 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=6},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=149}},nil} c["Adds 62 to 106 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=106}},nil} -c["Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},nil} c["Adds 65 to 110 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=65},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=110}},nil} c["Adds 7 to 12 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=7},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=12}},nil} c["Adds 7 to 13 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=7},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=13}},nil} +c["Adds 7 to 200 Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningMin",type="BASE",value=7},[2]={flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=200}},nil} +c["Adds 70 to 107 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=70},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=107}},nil} c["Adds 8 to 13 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=8},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=13}},nil} c["Adds 8 to 14 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=8},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=14}},nil} c["Adds 8 to 15 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=8},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=15}},nil} +c["Adds 85 to 131 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=85},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=131}},nil} +c["Adds 87 to 160 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=87},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=160}},nil} c["Adds 9 to 14 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=9},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=14}},nil} c["Adds 9 to 15 Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ColdMin",type="BASE",value=9},[2]={flags=0,keywordFlags=0,name="ColdMax",type="BASE",value=15}},nil} c["Adds 9 to 17 Physical Damage to Attacks"]={{[1]={flags=0,keywordFlags=65536,name="PhysicalMin",type="BASE",value=9},[2]={flags=0,keywordFlags=65536,name="PhysicalMax",type="BASE",value=17}},nil} +c["Adds 98 to 193 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=98},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=193}},nil} c["Aggravate Bleeding on Enemies when they Enter your Presence"]={nil,"Aggravate Bleeding on Enemies when they Enter your Presence "} c["Aggravate Bleeding on Enemies when they Enter your Presence 100% increased Thorns damage"]={nil,"Aggravate Bleeding on Enemies when they Enter your Presence 100% increased Thorns damage "} c["Aggravate Bleeding on targets you Critically Hit with Attacks"]={nil,"Aggravate Bleeding on targets you Critically Hit with Attacks "} @@ -2825,13 +3302,16 @@ c["All Damage from Hits with this Weapon Contributes to Freeze Buildup Culling S c["All Damage from Hits with this Weapon Contributes to Pin Buildup"]={nil,"All Damage from Hits with this Weapon Contributes to Pin Buildup "} c["All Damage from Hits with this Weapon Contributes to Pin Buildup 30% increased Projectile Speed with this Weapon"]={nil,"All Damage from Hits with this Weapon Contributes to Pin Buildup 30% increased Projectile Speed with this Weapon "} c["All Damage from you and Allies in your Presence"]={nil,"All Damage from you and "} -c["All Damage from you and Allies in your Presence contributes to Ignite Chance and Magnitude"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="ColdCanIgnite",type="FLAG",value=true}}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="LightningCanIgnite",type="FLAG",value=true}}},[3]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosCanIgnite",type="FLAG",value=true}}},[4]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalCanIgnite",type="FLAG",value=true}}}},nil} +c["All Damage from you and Allies in your Presence contributes to Flammability and Ignite Magnitudes"]={nil,"All Damage from you and contributes to Flammability and Ignite Magnitudes "} c["All Damage is taken from Mana before Life"]={{[1]={flags=0,keywordFlags=0,name="DamageTakenFromManaBeforeLife",type="BASE",value=100}},nil} c["All Damage taken bypasses Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="PhysicalEnergyShieldBypass",type="OVERRIDE",value=100},[2]={flags=0,keywordFlags=0,name="LightningEnergyShieldBypass",type="OVERRIDE",value=100},[3]={flags=0,keywordFlags=0,name="ColdEnergyShieldBypass",type="OVERRIDE",value=100},[4]={flags=0,keywordFlags=0,name="FireEnergyShieldBypass",type="OVERRIDE",value=100},[5]={flags=0,keywordFlags=0,name="ChaosEnergyShieldBypass",type="OVERRIDE",value=100}},nil} c["All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you"]={nil,"All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you "} c["All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you All Damage from Hits against Bleeding targets Contributes to Chill Magnitude"]={nil,"All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you All Damage from Hits against Bleeding targets Contributes to Chill Magnitude "} c["All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you"]={nil,"All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you "} c["All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you All Damage from Hits against Poisoned targets Contributes to Chill Magnitude"]={nil,"All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you All Damage from Hits against Poisoned targets Contributes to Chill Magnitude "} +c["All Flames of Chayula that you manifest are Blue"]={nil,"All Flames of Chayula that you manifest are Blue "} +c["All Flames of Chayula that you manifest are Purple"]={nil,"All Flames of Chayula that you manifest are Purple "} +c["All Flames of Chayula that you manifest are Red"]={nil,"All Flames of Chayula that you manifest are Red "} c["All bonuses from Equipped Amulet apply to your Minions instead of you"]={{},nil} c["All damage with this Weapon causes Electrocution buildup"]={nil,"All damage with this Weapon causes Electrocution buildup "} c["Allies in your Presence Gain 20% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=20},onlyAllies=true}}},nil} @@ -2845,15 +3325,18 @@ c["Allies in your Presence deal 1 to 15 added Attack Lightning Damage"]={{[1]={f c["Allies in your Presence deal 1 to 63 added Attack Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="LightningMin",type="BASE",value=1},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="LightningMax",type="BASE",value=63},onlyAllies=true}}},nil} c["Allies in your Presence deal 1 to 70 added Attack Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="LightningMin",type="BASE",value=1},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="LightningMax",type="BASE",value=70},onlyAllies=true}}},nil} c["Allies in your Presence deal 15 to 31 added Attack Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ChaosMin",type="BASE",value=15},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ChaosMax",type="BASE",value=31},onlyAllies=true}}},nil} +c["Allies in your Presence deal 16% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=16},onlyAllies=true}}},nil} c["Allies in your Presence deal 17 to 37 added Attack Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ChaosMin",type="BASE",value=17},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ChaosMax",type="BASE",value=37},onlyAllies=true}}},nil} c["Allies in your Presence deal 19 to 32 added Attack Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=19},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=32},onlyAllies=true}}},nil} c["Allies in your Presence deal 19 to 32 added Attack Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMin",type="BASE",value=19},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMax",type="BASE",value=32},onlyAllies=true}}},nil} c["Allies in your Presence deal 23 to 35 added Attack Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=23},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=35},onlyAllies=true}}},nil} c["Allies in your Presence deal 23 to 35 added Attack Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMin",type="BASE",value=23},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMax",type="BASE",value=35},onlyAllies=true}}},nil} +c["Allies in your Presence deal 40% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=40},onlyAllies=true}}},nil} c["Allies in your Presence deal 5 to 8 added Attack Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMin",type="BASE",value=5},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="ColdMax",type="BASE",value=8},onlyAllies=true}}},nil} c["Allies in your Presence deal 50% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=50},onlyAllies=true}}},nil} c["Allies in your Presence deal 6 to 10 added Attack Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMin",type="BASE",value=6},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=65536,name="FireMax",type="BASE",value=10},onlyAllies=true}}},nil} c["Allies in your Presence deal 70% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=70},onlyAllies=true}}},nil} +c["Allies in your Presence deal 8% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=8},onlyAllies=true}}},nil} c["Allies in your Presence gain added Attack Damage equal"]={nil,"added Attack Damage equal "} c["Allies in your Presence gain added Attack Damage equal to 25% of your main hand Weapon's Damage"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="GainMainHandDmgFromParent",type="FLAG",value=true},onlyAllies=true}},[2]={flags=0,keywordFlags=0,name="Multiplier:MainHandDamageToAllies",type="BASE",value=25}},nil} c["Allies in your Presence have +100 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=100},onlyAllies=true}}},nil} @@ -2862,6 +3345,7 @@ c["Allies in your Presence have 15% increased Attack Speed"]={{[1]={flags=0,keyw c["Allies in your Presence have 15% increased Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=16,keywordFlags=0,name="Speed",type="INC",value=15},onlyAllies=true}}},nil} c["Allies in your Presence have 20% increased Attack Speed"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=1,keywordFlags=0,name="Speed",type="INC",value=20},onlyAllies=true}}},nil} c["Allies in your Presence have 20% increased Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=16,keywordFlags=0,name="Speed",type="INC",value=20},onlyAllies=true}}},nil} +c["Allies in your Presence have 30% increased Glory generation"]={{}," Glory generation "} c["Allies in your Presence have 32% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=32},onlyAllies=true}}},nil} c["Allies in your Presence have 32% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritChance",type="INC",value=32},onlyAllies=true}}},nil} c["Allies in your Presence have 40% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=40},onlyAllies=true}}},nil} @@ -2881,6 +3365,10 @@ c["Allocates Adverse Growth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive c["Allocates Afterimage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="afterimage"}},nil} c["Allocates Aftershocks"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="aftershocks"}},nil} c["Allocates Aggravation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="aggravation"}},nil} +c["Allocates Agile Sprinter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="agile sprinter"}},nil} +c["Allocates Agile Succession"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="agile succession"}},nil} +c["Allocates Agonising Calamity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="agonising calamity"}},nil} +c["Allocates All For One"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="all for one"}},nil} c["Allocates All Natural"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="all natural"}},nil} c["Allocates Altered Brain Chemistry"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="altered brain chemistry"}},nil} c["Allocates Alternating Current"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="alternating current"}},nil} @@ -2897,20 +3385,26 @@ c["Allocates Arcane Alchemy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive c["Allocates Arcane Blossom"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="arcane blossom"}},nil} c["Allocates Arcane Intensity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="arcane intensity"}},nil} c["Allocates Arcane Mixtures"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="arcane mixtures"}},nil} +c["Allocates Arcane Remnants"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="arcane remnants"}},nil} +c["Allocates Archon of the Blizzard"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="archon of the blizzard"}},nil} +c["Allocates Archon of the Flame"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="archon of the flame"}},nil} +c["Allocates Archon of the Storm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="archon of the storm"}},nil} +c["Allocates Artillery Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="artillery strike"}},nil} c["Allocates Asceticism"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="asceticism"}},nil} c["Allocates Aspiring Genius"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="aspiring genius"}},nil} +c["Allocates At your Command"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="at your command"}},nil} c["Allocates Austerity Measures"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="austerity measures"}},nil} c["Allocates Authority"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="authority"}},nil} +c["Allocates Avoiding Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="avoiding deflection"}},nil} c["Allocates Back in Action"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="back in action"}},nil} -c["Allocates Backstabbing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="backstabbing"}},nil} c["Allocates Backup Plan"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="backup plan"}},nil} -c["Allocates Ball and Chain"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ball and chain"}},nil} c["Allocates Bannerman"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bannerman"}},nil} c["Allocates Barbaric Strength"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="barbaric strength"}},nil} c["Allocates Battle Fever"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="battle fever"}},nil} c["Allocates Battle Trance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="battle trance"}},nil} c["Allocates Beastial Skin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="beastial skin"}},nil} c["Allocates Beef"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="beef"}},nil} +c["Allocates Behemoth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="behemoth"}},nil} c["Allocates Bestial Rage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bestial rage"}},nil} c["Allocates Blade Catcher"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blade catcher"}},nil} c["Allocates Blade Flurry"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blade flurry"}},nil} @@ -2919,10 +3413,14 @@ c["Allocates Blinding Flash"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive c["Allocates Blinding Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blinding strike"}},nil} c["Allocates Blood Rush"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blood rush"}},nil} c["Allocates Blood Tearing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blood tearing"}},nil} +c["Allocates Blood Transfusion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blood transfusion"}},nil} +c["Allocates Blood of Rage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blood of rage"}},nil} c["Allocates Bloodletting"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bloodletting"}},nil} c["Allocates Bloodthirsty"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bloodthirsty"}},nil} c["Allocates Blurred Motion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="blurred motion"}},nil} c["Allocates Bolstering Yell"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bolstering yell"}},nil} +c["Allocates Bone Chains"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bone chains"}},nil} +c["Allocates Bounty Hunter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bounty hunter"}},nil} c["Allocates Branching Bolts"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="branching bolts"}},nil} c["Allocates Bravado"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bravado"}},nil} c["Allocates Breakage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="breakage"}},nil} @@ -2933,6 +3431,8 @@ c["Allocates Breath of Ice"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive" c["Allocates Breath of Lightning"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="breath of lightning"}},nil} c["Allocates Bringer of Order"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="bringer of order"}},nil} c["Allocates Briny Carapace"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="briny carapace"}},nil} +c["Allocates Brush Off"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="brush off"}},nil} +c["Allocates Brute Strength"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="brute strength"}},nil} c["Allocates Building Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="building toxins"}},nil} c["Allocates Burn Away"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="burn away"}},nil} c["Allocates Burning Nature"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="burning nature"}},nil} @@ -2947,18 +3447,28 @@ c["Allocates Carved Earth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive", c["Allocates Casting Cascade"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="casting cascade"}},nil} c["Allocates Catalysis"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="catalysis"}},nil} c["Allocates Catapult"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="catapult"}},nil} +c["Allocates Chakra of Breathing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of breathing"}},nil} +c["Allocates Chakra of Elements"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of elements"}},nil} +c["Allocates Chakra of Impact"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of impact"}},nil} +c["Allocates Chakra of Life"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of life"}},nil} +c["Allocates Chakra of Rhythm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of rhythm"}},nil} +c["Allocates Chakra of Sight"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of sight"}},nil} +c["Allocates Chakra of Stability"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of stability"}},nil} +c["Allocates Chakra of Thought"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chakra of thought"}},nil} +c["Allocates Channelled Heritage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="channelled heritage"}},nil} c["Allocates Chilled to the Bone"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chilled to the bone"}},nil} +c["Allocates Chillproof"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chillproof"}},nil} c["Allocates Chronomancy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="chronomancy"}},nil} c["Allocates Clear Space"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="clear space"}},nil} -c["Allocates Clever Construction"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="clever construction"}},nil} c["Allocates Climate Change"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="climate change"}},nil} c["Allocates Close Confines"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="close confines"}},nil} c["Allocates Cluster Bombs"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cluster bombs"}},nil} c["Allocates Coated Arms"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="coated arms"}},nil} -c["Allocates Coated Knife"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="coated knife"}},nil} c["Allocates Cold Nature"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cold nature"}},nil} c["Allocates Colossal Weapon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="colossal weapon"}},nil} c["Allocates Coming Calamity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="coming calamity"}},nil} +c["Allocates Concussive Attack"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="concussive attack"}},nil} +c["Allocates Conductive Embrace"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="conductive embrace"}},nil} c["Allocates Conservative Casting"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="conservative casting"}},nil} c["Allocates Consistent Intake"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="consistent intake"}},nil} c["Allocates Controlled Chaos"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="controlled chaos"}},nil} @@ -2970,6 +3480,7 @@ c["Allocates Counterstancing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassiv c["Allocates Coursing Energy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="coursing energy"}},nil} c["Allocates Covering Ward"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="covering ward"}},nil} c["Allocates Cranial Impact"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cranial impact"}},nil} +c["Allocates Cremating Cries"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cremating cries"}},nil} c["Allocates Cremation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cremation"}},nil} c["Allocates Crippling Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crippling toxins"}},nil} c["Allocates Critical Exploit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="critical exploit"}},nil} @@ -2979,61 +3490,91 @@ c["Allocates Crushing Judgement"]={{[1]={flags=0,keywordFlags=0,name="GrantedPas c["Allocates Crushing Verdict"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crushing verdict"}},nil} c["Allocates Crystal Elixir"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crystal elixir"}},nil} c["Allocates Crystalline Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crystalline flesh"}},nil} +c["Allocates Crystalline Resistance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crystalline resistance"}},nil} +c["Allocates Crystallised Immunities"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="crystallised immunities"}},nil} c["Allocates Cull the Hordes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cull the hordes"}},nil} c["Allocates Curved Weapon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="curved weapon"}},nil} c["Allocates Cut to the Bone"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="cut to the bone"}},nil} c["Allocates Dark Entries"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dark entries"}},nil} +c["Allocates Dazing Blocks"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dazing blocks"}},nil} c["Allocates Dead can Dance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dead can dance"}},nil} c["Allocates Deadly Flourish"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deadly flourish"}},nil} c["Allocates Deadly Force"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deadly force"}},nil} +c["Allocates Deadly Invocations"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deadly invocations"}},nil} c["Allocates Deafening Cries"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deafening cries"}},nil} c["Allocates Death from Afar"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="death from afar"}},nil} c["Allocates Decisive Retreat"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="decisive retreat"}},nil} +c["Allocates Decrepifying Curse"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="decrepifying curse"}},nil} c["Allocates Deep Trance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deep trance"}},nil} c["Allocates Deep Wounds"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deep wounds"}},nil} c["Allocates Defensive Reflexes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="defensive reflexes"}},nil} +c["Allocates Defensive Stance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="defensive stance"}},nil} c["Allocates Defiance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="defiance"}},nil} c["Allocates Deft Recovery"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deft recovery"}},nil} +c["Allocates Delayed Gratification"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="delayed gratification"}},nil} +c["Allocates Demolitionist"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="demolitionist"}},nil} c["Allocates Dependable Ward"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dependable ward"}},nil} c["Allocates Desensitisation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="desensitisation"}},nil} c["Allocates Desperate Times"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="desperate times"}},nil} -c["Allocates Destructive Apparatus"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="destructive apparatus"}},nil} c["Allocates Deterioration"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="deterioration"}},nil} c["Allocates Determined Precision"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="determined precision"}},nil} c["Allocates Devastation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="devastation"}},nil} -c["Allocates Devestating Devices"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="devestating devices"}},nil} c["Allocates Direct Approach"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="direct approach"}},nil} c["Allocates Disorientation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="disorientation"}},nil} c["Allocates Dispatch Foes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dispatch foes"}},nil} +c["Allocates Distant Dreamer"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="distant dreamer"}},nil} +c["Allocates Distracted Target"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="distracted target"}},nil} c["Allocates Distracting Presence"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="distracting presence"}},nil} +c["Allocates Dizzying Hits"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dizzying hits"}},nil} c["Allocates Doomsayer"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="doomsayer"}},nil} c["Allocates Dreamcatcher"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dreamcatcher"}},nil} c["Allocates Drenched"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="drenched"}},nil} c["Allocates Dynamism"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="dynamism"}},nil} c["Allocates Easy Going"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="easy going"}},nil} +c["Allocates Easy Target"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="easy target"}},nil} c["Allocates Echoing Flames"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="echoing flames"}},nil} c["Allocates Echoing Frost"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="echoing frost"}},nil} c["Allocates Echoing Pulse"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="echoing pulse"}},nil} c["Allocates Echoing Thunder"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="echoing thunder"}},nil} c["Allocates Effervescent"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="effervescent"}},nil} c["Allocates Efficient Alchemy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient alchemy"}},nil} +c["Allocates Efficient Casting"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient casting"}},nil} c["Allocates Efficient Contraptions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient contraptions"}},nil} +c["Allocates Efficient Inscriptions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient inscriptions"}},nil} +c["Allocates Efficient Killing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient killing"}},nil} +c["Allocates Efficient Loading"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="efficient loading"}},nil} c["Allocates Eldritch Will"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="eldritch will"}},nil} c["Allocates Electric Amplification"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electric amplification"}},nil} +c["Allocates Electric Blood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electric blood"}},nil} +c["Allocates Electrifying Daze"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electrifying daze"}},nil} c["Allocates Electrifying Nature"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electrifying nature"}},nil} +c["Allocates Electrocuting Exposure"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electrocuting exposure"}},nil} c["Allocates Electrocution"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electrocution"}},nil} c["Allocates Electrotherapy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="electrotherapy"}},nil} +c["Allocates Embodiment of Flame"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="embodiment of flame"}},nil} +c["Allocates Embodiment of Frost"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="embodiment of frost"}},nil} +c["Allocates Embodiment of Lightning"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="embodiment of lightning"}},nil} c["Allocates Emboldened Avatar"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="emboldened avatar"}},nil} +c["Allocates Emboldening Lead"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="emboldening lead"}},nil} +c["Allocates Embracing Frost"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="embracing frost"}},nil} +c["Allocates Empowering Infusions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="empowering infusions"}},nil} +c["Allocates Empowering Remains"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="empowering remains"}},nil} +c["Allocates Empowering Remnants"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="empowering remnants"}},nil} c["Allocates Endless Blizzard"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="endless blizzard"}},nil} c["Allocates Endless Circuit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="endless circuit"}},nil} c["Allocates Endurance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="endurance"}},nil} +c["Allocates Endured Suffering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="endured suffering"}},nil} +c["Allocates Enduring Archon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enduring archon"}},nil} +c["Allocates Enduring Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enduring deflection"}},nil} c["Allocates Energise"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="energise"}},nil} +c["Allocates Energising Archon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="energising archon"}},nil} +c["Allocates Energising Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="energising deflection"}},nil} c["Allocates Enhanced Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enhanced barrier"}},nil} c["Allocates Enhanced Reflexes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enhanced reflexes"}},nil} -c["Allocates Enraged Reaver"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enraged reaver"}},nil} c["Allocates Entropic Incarnation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="entropic incarnation"}},nil} c["Allocates Enveloping Presence"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="enveloping presence"}},nil} c["Allocates Equilibrium"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="equilibrium"}},nil} +c["Allocates Eroding Chains"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="eroding chains"}},nil} c["Allocates Erraticism"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="erraticism"}},nil} c["Allocates Escalating Mayhem"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="escalating mayhem"}},nil} c["Allocates Escalating Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="escalating toxins"}},nil} @@ -3043,12 +3584,18 @@ c["Allocates Escape Velocity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassiv c["Allocates Essence Infusion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="essence infusion"}},nil} c["Allocates Ether Flow"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ether flow"}},nil} c["Allocates Event Horizon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="event horizon"}},nil} +c["Allocates Everlasting Glory"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="everlasting glory"}},nil} +c["Allocates Everlasting Infusions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="everlasting infusions"}},nil} +c["Allocates Evocational Practitioner"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="evocational practitioner"}},nil} +c["Allocates Expendable Army"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="expendable army"}},nil} c["Allocates Exploit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="exploit"}},nil} c["Allocates Exploit the Elements"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="exploit the elements"}},nil} +c["Allocates Explosive Empowerment"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="explosive empowerment"}},nil} c["Allocates Explosive Impact"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="explosive impact"}},nil} c["Allocates Exposed to the Cosmos"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="exposed to the cosmos"}},nil} c["Allocates Exposed to the Inferno"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="exposed to the inferno"}},nil} c["Allocates Exposed to the Storm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="exposed to the storm"}},nil} +c["Allocates Extinguishing Exhalation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="extinguishing exhalation"}},nil} c["Allocates Falcon Dive"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="falcon dive"}},nil} c["Allocates Falcon Technique"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="falcon technique"}},nil} c["Allocates Fan the Flames"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fan the flames"}},nil} @@ -3057,7 +3604,8 @@ c["Allocates Fast Acting Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPas c["Allocates Fast Metabolism"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fast metabolism"}},nil} c["Allocates Fate Finding"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fate finding"}},nil} c["Allocates Fated End"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fated end"}},nil} -c["Allocates Fear of Death"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fear of death"}},nil} +c["Allocates Favourable Odds"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="favourable odds"}},nil} +c["Allocates Fearful Paralysis"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fearful paralysis"}},nil} c["Allocates Feathered Fletching"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="feathered fletching"}},nil} c["Allocates Feel the Earth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="feel the earth"}},nil} c["Allocates Feral Force"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="feral force"}},nil} @@ -3065,33 +3613,43 @@ c["Allocates Fervour"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type= c["Allocates Final Barrage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="final barrage"}},nil} c["Allocates Finality"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="finality"}},nil} c["Allocates Finesse"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="finesse"}},nil} +c["Allocates Finish Them"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="finish them"}},nil} c["Allocates Finishing Blows"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="finishing blows"}},nil} -c["Allocates Fireproof"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fireproof"}},nil} c["Allocates Firestarter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="firestarter"}},nil} c["Allocates First Approach"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="first approach"}},nil} +c["Allocates Flamewalker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flamewalker"}},nil} c["Allocates Flash Storm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flash storm"}},nil} -c["Allocates Flashy Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flashy deflection"}},nil} +c["Allocates Flashy Parrying"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flashy parrying"}},nil} c["Allocates Fleshcrafting"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fleshcrafting"}},nil} c["Allocates Flip the Script"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flip the script"}},nil} -c["Allocates Flurry"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="flurry"}},nil} c["Allocates Focused Thrust"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="focused thrust"}},nil} c["Allocates For the Jugular"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="for the jugular"}},nil} c["Allocates Forces of Nature"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="forces of nature"}},nil} c["Allocates Forcewave"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="forcewave"}},nil} c["Allocates Forthcoming"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="forthcoming"}},nil} +c["Allocates Fortified Location"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fortified location"}},nil} c["Allocates Fortifying Blood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fortifying blood"}},nil} +c["Allocates Frantic Fighter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frantic fighter"}},nil} +c["Allocates Frantic Swings"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frantic swings"}},nil} c["Allocates Frazzled"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frazzled"}},nil} c["Allocates Freedom of Movement"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="freedom of movement"}},nil} c["Allocates Frenetic"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frenetic"}},nil} +c["Allocates Frightening Shield"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frightening shield"}},nil} +c["Allocates Frostwalker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frostwalker"}},nil} +c["Allocates Frozen Limit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="frozen limit"}},nil} c["Allocates Full Recovery"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="full recovery"}},nil} c["Allocates Full Salvo"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="full salvo"}},nil} c["Allocates Fulmination"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="fulmination"}},nil} +c["Allocates Gem Enthusiast"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="gem enthusiast"}},nil} c["Allocates General Electric"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="general electric"}},nil} c["Allocates General's Bindings"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="general's bindings"}},nil} c["Allocates Giantslayer"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="giantslayer"}},nil} +c["Allocates Gigantic Following"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="gigantic following"}},nil} c["Allocates Glaciation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="glaciation"}},nil} +c["Allocates Glancing Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="glancing deflection"}},nil} c["Allocates Glancing Hits"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="glancing hits"}},nil} c["Allocates Glazed Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="glazed flesh"}},nil} +c["Allocates Glorious Anticipation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="glorious anticipation"}},nil} c["Allocates Goring"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="goring"}},nil} c["Allocates Gravedigger"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="gravedigger"}},nil} c["Allocates Greatest Defence"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="greatest defence"}},nil} @@ -3099,8 +3657,10 @@ c["Allocates Grenadier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",typ c["Allocates Grip of Evil"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="grip of evil"}},nil} c["Allocates Grit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="grit"}},nil} c["Allocates Growing Swarm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="growing swarm"}},nil} +c["Allocates Guided Hand"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="guided hand"}},nil} c["Allocates Guts"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="guts"}},nil} c["Allocates Guttural Roar"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="guttural roar"}},nil} +c["Allocates Haemorrhaging Cuts"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="haemorrhaging cuts"}},nil} c["Allocates Hale Heart"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hale heart"}},nil} c["Allocates Hale Traveller"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hale traveller"}},nil} c["Allocates Hallowed"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hallowed"}},nil} @@ -3108,13 +3668,15 @@ c["Allocates Hardened Wood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive" c["Allocates Harmonic Generator"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="harmonic generator"}},nil} c["Allocates Harness the Elements"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="harness the elements"}},nil} c["Allocates Harsh Winter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="harsh winter"}},nil} +c["Allocates Hastening Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hastening barrier"}},nil} +c["Allocates Headshot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="headshot"}},nil} c["Allocates Heart Tissue"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heart tissue"}},nil} c["Allocates Heartbreaking"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heartbreaking"}},nil} c["Allocates Heartstopping"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heartstopping"}},nil} -c["Allocates Heatproofing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heatproofing"}},nil} +c["Allocates Heartstopping Presence"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heartstopping presence"}},nil} +c["Allocates Heatproof"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heatproof"}},nil} c["Allocates Heavy Ammunition"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy ammunition"}},nil} c["Allocates Heavy Armour"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy armour"}},nil} -c["Allocates Heavy Blade"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy blade"}},nil} c["Allocates Heavy Buffer"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy buffer"}},nil} c["Allocates Heavy Contact"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy contact"}},nil} c["Allocates Heavy Drinker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="heavy drinker"}},nil} @@ -3123,15 +3685,18 @@ c["Allocates Heavy Weaponry"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive c["Allocates Hefty Unit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hefty unit"}},nil} c["Allocates High Alert"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="high alert"}},nil} c["Allocates Hindered Capabilities"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hindered capabilities"}},nil} +c["Allocates Hindering Obstacles"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hindering obstacles"}},nil} c["Allocates Holy Protector"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="holy protector"}},nil} c["Allocates Honourless"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="honourless"}},nil} c["Allocates Hulking Smash"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hulking smash"}},nil} c["Allocates Hunker Down"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hunker down"}},nil} +c["Allocates Hunter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hunter"}},nil} c["Allocates Hunter's Talisman"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="hunter's talisman"}},nil} c["Allocates Ice Walls"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ice walls"}},nil} c["Allocates Icebreaker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="icebreaker"}},nil} c["Allocates Ignore Pain"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ignore pain"}},nil} c["Allocates Illuminated Crown"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="illuminated crown"}},nil} +c["Allocates Imbibed Power"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="imbibed power"}},nil} c["Allocates Immaterial"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="immaterial"}},nil} c["Allocates Immolation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="immolation"}},nil} c["Allocates Immortal Infamy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="immortal infamy"}},nil} @@ -3147,40 +3712,55 @@ c["Allocates Incendiary"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",ty c["Allocates Incision"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="incision"}},nil} c["Allocates Inescapable Cold"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inescapable cold"}},nil} c["Allocates Inevitable Rupture"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inevitable rupture"}},nil} +c["Allocates Infernal Limit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="infernal limit"}},nil} c["Allocates Infused Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="infused flesh"}},nil} +c["Allocates Infused Limits"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="infused limits"}},nil} +c["Allocates Infusing Power"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="infusing power"}},nil} c["Allocates Ingenuity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ingenuity"}},nil} +c["Allocates Inherited Strength"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inherited strength"}},nil} c["Allocates Initiative"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="initiative"}},nil} c["Allocates Inner Faith"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inner faith"}},nil} c["Allocates Insightfulness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="insightfulness"}},nil} c["Allocates Inspiring Ally"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inspiring ally"}},nil} c["Allocates Inspiring Leader"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="inspiring leader"}},nil} c["Allocates Instability"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="instability"}},nil} -c["Allocates Instant Reload"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="instant reload"}},nil} c["Allocates Insulated Treads"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="insulated treads"}},nil} c["Allocates Intense Flames"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="intense flames"}},nil} c["Allocates Internal Bleeding"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="internal bleeding"}},nil} c["Allocates Investing Energies"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="investing energies"}},nil} +c["Allocates Invigorating Archon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="invigorating archon"}},nil} +c["Allocates Invigorating Grandeur"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="invigorating grandeur"}},nil} +c["Allocates Invocated Echoes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="invocated echoes"}},nil} c["Allocates Invocated Efficiency"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="invocated efficiency"}},nil} +c["Allocates Invocated Limit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="invocated limit"}},nil} c["Allocates Irreparable"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="irreparable"}},nil} c["Allocates Jack of all Trades"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="jack of all trades"}},nil} c["Allocates Javelin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="javelin"}},nil} +c["Allocates Kept at Bay"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="kept at bay"}},nil} c["Allocates Killer Instinct"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="killer instinct"}},nil} c["Allocates Kite Runner"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="kite runner"}},nil} +c["Allocates Last Stand"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="last stand"}},nil} +c["Allocates Lasting Boons"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lasting boons"}},nil} c["Allocates Lasting Incantations"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lasting incantations"}},nil} c["Allocates Lasting Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lasting toxins"}},nil} c["Allocates Lasting Trauma"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lasting trauma"}},nil} +c["Allocates Lavianga's Brew"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lavianga's brew"}},nil} c["Allocates Lay Siege"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lay siege"}},nil} +c["Allocates Lead by Example"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lead by example"}},nil} c["Allocates Leaping Ambush"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="leaping ambush"}},nil} c["Allocates Leather Bound Gauntlets"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="leather bound gauntlets"}},nil} c["Allocates Leeching Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="leeching toxins"}},nil} c["Allocates Left Hand of Darkness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="left hand of darkness"}},nil} c["Allocates Lifelong Friend"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lifelong friend"}},nil} +c["Allocates Light on your Feet"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="light on your feet"}},nil} c["Allocates Lightning Quick"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lightning quick"}},nil} c["Allocates Lightning Rod"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lightning rod"}},nil} c["Allocates Lingering Horror"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lingering horror"}},nil} c["Allocates Lingering Whispers"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lingering whispers"}},nil} c["Allocates Living Death"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="living death"}},nil} +c["Allocates Lockdown"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lockdown"}},nil} c["Allocates Locked On"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="locked on"}},nil} +c["Allocates Lone Warrior"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lone warrior"}},nil} c["Allocates Long Distance Relationship"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="long distance relationship"}},nil} c["Allocates Loose Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="loose flesh"}},nil} c["Allocates Lord of Horrors"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="lord of horrors"}},nil} @@ -3192,7 +3772,9 @@ c["Allocates Lust for Sacrifice"]={{[1]={flags=0,keywordFlags=0,name="GrantedPas c["Allocates Made to Last"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="made to last"}},nil} c["Allocates Madness in the Bones"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="madness in the bones"}},nil} c["Allocates Maiming Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="maiming strike"}},nil} +c["Allocates Man's Beast Friend"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="man's beast friend"}},nil} c["Allocates Manifold Method"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="manifold method"}},nil} +c["Allocates Marathon Runner"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="marathon runner"}},nil} c["Allocates Marked Agility"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="marked agility"}},nil} c["Allocates Marked for Death"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="marked for death"}},nil} c["Allocates Marked for Sickness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="marked for sickness"}},nil} @@ -3201,23 +3783,31 @@ c["Allocates Mass Hysteria"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive" c["Allocates Mass Rejuvenation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mass rejuvenation"}},nil} c["Allocates Master Fletching"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="master fletching"}},nil} c["Allocates Master of Hexes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="master of hexes"}},nil} +c["Allocates Material Solidification"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="material solidification"}},nil} c["Allocates Meat Recycling"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="meat recycling"}},nil} c["Allocates Melding"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="melding"}},nil} +c["Allocates Melting Flames"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="melting flames"}},nil} +c["Allocates Mending Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mending deflection"}},nil} c["Allocates Mental Alacrity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mental alacrity"}},nil} c["Allocates Mental Perseverance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mental perseverance"}},nil} c["Allocates Mental Toughness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mental toughness"}},nil} c["Allocates Mind Eraser"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="mind eraser"}},nil} +c["Allocates Molten Being"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="molten being"}},nil} +c["Allocates Molten Carapace"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="molten carapace"}},nil} c["Allocates Moment of Truth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="moment of truth"}},nil} -c["Allocates Morning Star"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="morning star"}},nil} +c["Allocates Momentum"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="momentum"}},nil} c["Allocates Multitasking"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="multitasking"}},nil} c["Allocates Natural Immunity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="natural immunity"}},nil} c["Allocates Near Sighted"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="near sighted"}},nil} c["Allocates Near at Hand"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="near at hand"}},nil} +c["Allocates Necromantic Ward"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="necromantic ward"}},nil} c["Allocates Necrotic Touch"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="necrotic touch"}},nil} c["Allocates Necrotised Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="necrotised flesh"}},nil} +c["Allocates Nimble Strength"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="nimble strength"}},nil} c["Allocates Nourishing Ally"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="nourishing ally"}},nil} c["Allocates Nurturing Guardian"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="nurturing guardian"}},nil} -c["Allocates Offensive Stance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="offensive stance"}},nil} +c["Allocates One For All"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="one for all"}},nil} +c["Allocates One With Flame"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="one with flame"}},nil} c["Allocates One with the River"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="one with the river"}},nil} c["Allocates One with the Storm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="one with the storm"}},nil} c["Allocates Overexposure"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="overexposure"}},nil} @@ -3227,7 +3817,8 @@ c["Allocates Overload"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type c["Allocates Overwhelm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="overwhelm"}},nil} c["Allocates Overwhelming Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="overwhelming strike"}},nil} c["Allocates Overzealous"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="overzealous"}},nil} -c["Allocates Parrying Motion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="parrying motion"}},nil} +c["Allocates Paranoia"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="paranoia"}},nil} +c["Allocates Passthrough Rounds"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="passthrough rounds"}},nil} c["Allocates Patient Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="patient barrier"}},nil} c["Allocates Perfect Opportunity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="perfect opportunity"}},nil} c["Allocates Perfectly Placed Knife"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="perfectly placed knife"}},nil} @@ -3238,6 +3829,7 @@ c["Allocates Pierce the Heart"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassi c["Allocates Piercing Shot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="piercing shot"}},nil} c["Allocates Pile On"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pile on"}},nil} c["Allocates Pin and Run"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pin and run"}},nil} +c["Allocates Pin their Motivation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pin their motivation"}},nil} c["Allocates Pinpoint Shot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pinpoint shot"}},nil} c["Allocates Pliable Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pliable flesh"}},nil} c["Allocates Pocket Sand"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pocket sand"}},nil} @@ -3246,7 +3838,9 @@ c["Allocates Polymathy"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",typ c["Allocates Potent Incantation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="potent incantation"}},nil} c["Allocates Power Conduction"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="power conduction"}},nil} c["Allocates Power Shots"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="power shots"}},nil} +c["Allocates Precise Invocations"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="precise invocations"}},nil} c["Allocates Precise Point"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="precise point"}},nil} +c["Allocates Precise Volatility"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="precise volatility"}},nil} c["Allocates Precision Salvo"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="precision salvo"}},nil} c["Allocates Preemptive Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="preemptive strike"}},nil} c["Allocates Presence Present"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="presence present"}},nil} @@ -3256,6 +3850,7 @@ c["Allocates Price of Freedom"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassi c["Allocates Primal Growth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="primal growth"}},nil} c["Allocates Primal Protection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="primal protection"}},nil} c["Allocates Primal Sundering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="primal sundering"}},nil} +c["Allocates Primed to Explode"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="primed to explode"}},nil} c["Allocates Prism Guard"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="prism guard"}},nil} c["Allocates Profane Commander"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="profane commander"}},nil} c["Allocates Proficiency"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="proficiency"}},nil} @@ -3264,44 +3859,56 @@ c["Allocates Prolonged Assault"]={{[1]={flags=0,keywordFlags=0,name="GrantedPass c["Allocates Prolonged Fury"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="prolonged fury"}},nil} c["Allocates Protraction"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="protraction"}},nil} c["Allocates Psychic Fragmentation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="psychic fragmentation"}},nil} +c["Allocates Punctured Lung"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="punctured lung"}},nil} c["Allocates Pure Chaos"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pure chaos"}},nil} c["Allocates Pure Power"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="pure power"}},nil} c["Allocates Push the Advantage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="push the advantage"}},nil} c["Allocates Quick Recovery"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="quick recovery"}},nil} c["Allocates Quick Response"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="quick response"}},nil} -c["Allocates Quick-change Act"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="quick-change act"}},nil} c["Allocates Rallying Icon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rallying icon"}},nil} +c["Allocates Rapid Reload"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rapid reload"}},nil} c["Allocates Rapid Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rapid strike"}},nil} c["Allocates Rattled"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rattled"}},nil} -c["Allocates Rattling Ball"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rattling ball"}},nil} c["Allocates Raw Mana"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="raw mana"}},nil} c["Allocates Reaching Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reaching strike"}},nil} c["Allocates Reaving"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reaving"}},nil} c["Allocates Refills"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="refills"}},nil} c["Allocates Refocus"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="refocus"}},nil} +c["Allocates Reformed Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reformed barrier"}},nil} c["Allocates Regenerative Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="regenerative flesh"}},nil} c["Allocates Reinforced Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reinforced barrier"}},nil} +c["Allocates Reinforced Rallying"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reinforced rallying"}},nil} c["Allocates Reinvigoration"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reinvigoration"}},nil} c["Allocates Relentless Fallen"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="relentless fallen"}},nil} c["Allocates Repeating Explosives"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="repeating explosives"}},nil} c["Allocates Reprisal"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reprisal"}},nil} c["Allocates Repulsion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="repulsion"}},nil} +c["Allocates Resolute Reprisal"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="resolute reprisal"}},nil} c["Allocates Resolution"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="resolution"}},nil} c["Allocates Restless Dead"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="restless dead"}},nil} +c["Allocates Resurging Archon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="resurging archon"}},nil} c["Allocates Retaliation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="retaliation"}},nil} c["Allocates Reusable Ammunition"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reusable ammunition"}},nil} c["Allocates Revenge"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="revenge"}},nil} c["Allocates Reverberation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="reverberation"}},nil} c["Allocates Right Hand of Darkness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="right hand of darkness"}},nil} -c["Allocates Ripping Blade"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ripping blade"}},nil} +c["Allocates Roaring Cries"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="roaring cries"}},nil} c["Allocates Roil"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="roil"}},nil} c["Allocates Roll and Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="roll and strike"}},nil} c["Allocates Ruin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="ruin"}},nil} +c["Allocates Run and Gun"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="run and gun"}},nil} +c["Allocates Rupturing Pins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rupturing pins"}},nil} +c["Allocates Rusted Pins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="rusted pins"}},nil} +c["Allocates Sacrificial Blood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sacrificial blood"}},nil} c["Allocates Sand in the Eyes"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sand in the eyes"}},nil} +c["Allocates Sanguimantic Rituals"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sanguimantic rituals"}},nil} +c["Allocates Sanguine Tolerance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sanguine tolerance"}},nil} c["Allocates Savagery"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="savagery"}},nil} c["Allocates Savoured Blood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="savoured blood"}},nil} c["Allocates Savouring"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="savouring"}},nil} +c["Allocates Secrets of the Orb"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="secrets of the orb"}},nil} c["Allocates Seeing Stars"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="seeing stars"}},nil} +c["Allocates Self Immolation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="self immolation"}},nil} c["Allocates Self Mortification"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="self mortification"}},nil} c["Allocates Serrated Edges"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="serrated edges"}},nil} c["Allocates Shadow Dancing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shadow dancing"}},nil} @@ -3311,22 +3918,26 @@ c["Allocates Shatter Palm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive", c["Allocates Shattered Crystal"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shattered crystal"}},nil} c["Allocates Shattering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shattering"}},nil} c["Allocates Shattering Blow"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shattering blow"}},nil} +c["Allocates Shattering Daze"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shattering daze"}},nil} c["Allocates Shedding Skin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shedding skin"}},nil} c["Allocates Shield Expertise"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shield expertise"}},nil} c["Allocates Shimmering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shimmering"}},nil} c["Allocates Shimmering Mirage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shimmering mirage"}},nil} +c["Allocates Shocking Limit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shocking limit"}},nil} +c["Allocates Shockproof"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shockproof"}},nil} c["Allocates Shockwaves"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shockwaves"}},nil} c["Allocates Short Shot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="short shot"}},nil} c["Allocates Shrapnel"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shrapnel"}},nil} c["Allocates Shredding Contraptions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shredding contraptions"}},nil} c["Allocates Shredding Force"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="shredding force"}},nil} +c["Allocates Sic 'Em"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sic 'em"}},nil} c["Allocates Sigil of Fire"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sigil of fire"}},nil} c["Allocates Sigil of Ice"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sigil of ice"}},nil} c["Allocates Sigil of Lightning"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sigil of lightning"}},nil} c["Allocates Silent Guardian"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="silent guardian"}},nil} -c["Allocates Silent Shiv"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="silent shiv"}},nil} c["Allocates Singular Purpose"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="singular purpose"}},nil} c["Allocates Siphon"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="siphon"}},nil} +c["Allocates Sitting Duck"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sitting duck"}},nil} c["Allocates Skullcrusher"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="skullcrusher"}},nil} c["Allocates Slippery Ice"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="slippery ice"}},nil} c["Allocates Slow Burn"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="slow burn"}},nil} @@ -3341,29 +3952,38 @@ c["Allocates Spellblade"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",ty c["Allocates Spike Pit"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spike pit"}},nil} c["Allocates Spiked Armour"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiked armour"}},nil} c["Allocates Spiked Shield"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiked shield"}},nil} -c["Allocates Spiked Whip"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiked whip"}},nil} c["Allocates Spiral into Depression"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiral into depression"}},nil} c["Allocates Spiral into Insanity"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiral into insanity"}},nil} c["Allocates Spiral into Mania"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spiral into mania"}},nil} c["Allocates Spirit Bond"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spirit bond"}},nil} c["Allocates Spirit Bonds"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spirit bonds"}},nil} +c["Allocates Splintering Force"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="splintering force"}},nil} +c["Allocates Splinters"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="splinters"}},nil} c["Allocates Split Shot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="split shot"}},nil} c["Allocates Split the Earth"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="split the earth"}},nil} +c["Allocates Splitting Ground"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="splitting ground"}},nil} +c["Allocates Spray and Pray"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spray and pray"}},nil} c["Allocates Spreading Shocks"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="spreading shocks"}},nil} c["Allocates Stacking Toxins"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stacking toxins"}},nil} c["Allocates Staggering Palm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="staggering palm"}},nil} c["Allocates Staggering Wounds"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="staggering wounds"}},nil} -c["Allocates Stance Breaker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stance breaker"}},nil} c["Allocates Stand Ground"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stand ground"}},nil} c["Allocates Stand and Deliver"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stand and deliver"}},nil} c["Allocates Stars Aligned"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stars aligned"}},nil} +c["Allocates Staunch Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="staunch deflection"}},nil} c["Allocates Staunching"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="staunching"}},nil} +c["Allocates Steadfast Resolve"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="steadfast resolve"}},nil} +c["Allocates Steady Footing"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="steady footing"}},nil} c["Allocates Stigmata"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stigmata"}},nil} c["Allocates Stimulants"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stimulants"}},nil} +c["Allocates Storm Driven"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="storm driven"}},nil} c["Allocates Storm Surge"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="storm surge"}},nil} c["Allocates Storm Swell"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="storm swell"}},nil} c["Allocates Stormbreaker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stormbreaker"}},nil} c["Allocates Stormcharged"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stormcharged"}},nil} +c["Allocates Stormwalker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stormwalker"}},nil} +c["Allocates Strike True"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="strike true"}},nil} +c["Allocates Stripped Defences"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="stripped defences"}},nil} c["Allocates Strong Chin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="strong chin"}},nil} c["Allocates Strong Links"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="strong links"}},nil} c["Allocates Struck Through"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="struck through"}},nil} @@ -3378,38 +3998,63 @@ c["Allocates Suffusion"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",typ c["Allocates Sundering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="sundering"}},nil} c["Allocates Supportive Ancestors"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="supportive ancestors"}},nil} c["Allocates Surging Currents"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="surging currents"}},nil} +c["Allocates Swift Blocking"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="swift blocking"}},nil} c["Allocates Swift Claw"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="swift claw"}},nil} -c["Allocates Swift Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="swift deflection"}},nil} +c["Allocates Swift Interruption"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="swift interruption"}},nil} c["Allocates Symbol of Defiance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="symbol of defiance"}},nil} +c["Allocates Tactical Retreat"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tactical retreat"}},nil} c["Allocates Tainted Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tainted strike"}},nil} c["Allocates Tandem Assault"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tandem assault"}},nil} c["Allocates Taste for Blood"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="taste for blood"}},nil} c["Allocates Taut Flesh"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="taut flesh"}},nil} +c["Allocates Tempered Defences"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tempered defences"}},nil} c["Allocates Tempered Mind"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tempered mind"}},nil} +c["Allocates Temporal Mastery"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="temporal mastery"}},nil} c["Allocates Tenfold Attacks"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tenfold attacks"}},nil} +c["Allocates The Ancient Serpent"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the ancient serpent"}},nil} +c["Allocates The Cunning Fox"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the cunning fox"}},nil} +c["Allocates The Fabled Stag"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the fabled stag"}},nil} +c["Allocates The Frenzied Bear"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the frenzied bear"}},nil} +c["Allocates The Great Boar"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the great boar"}},nil} +c["Allocates The Howling Primate"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the howling primate"}},nil} +c["Allocates The Molten One's Gift"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the molten one's gift"}},nil} +c["Allocates The Noble Wolf"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the noble wolf"}},nil} c["Allocates The Power Within"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the power within"}},nil} +c["Allocates The Raging Ox"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the raging ox"}},nil} +c["Allocates The Spring Hare"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the spring hare"}},nil} +c["Allocates The Wild Cat"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the wild cat"}},nil} +c["Allocates The Winter Owl"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="the winter owl"}},nil} c["Allocates Thickened Arteries"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thickened arteries"}},nil} c["Allocates Thicket Warding"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thicket warding"}},nil} c["Allocates Thin Ice"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thin ice"}},nil} +c["Allocates Thirst of Kitava"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thirst of kitava"}},nil} c["Allocates Thirsting Ally"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thirsting ally"}},nil} c["Allocates Thornhide"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thornhide"}},nil} c["Allocates Thousand Cuts"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thousand cuts"}},nil} c["Allocates Thrill of Battle"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thrill of battle"}},nil} +c["Allocates Thrill of the Fight"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thrill of the fight"}},nil} c["Allocates Throatseeker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="throatseeker"}},nil} c["Allocates Thunderstruck"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="thunderstruck"}},nil} c["Allocates Tides of Change"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tides of change"}},nil} c["Allocates Time Manipulation"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="time manipulation"}},nil} c["Allocates Titanic"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="titanic"}},nil} +c["Allocates Tolerant Equipment"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tolerant equipment"}},nil} c["Allocates Total Incineration"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="total incineration"}},nil} c["Allocates Touch the Arcane"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="touch the arcane"}},nil} c["Allocates Tough Claw"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tough claw"}},nil} c["Allocates Towering Shield"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="towering shield"}},nil} +c["Allocates Toxic Tolerance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="toxic tolerance"}},nil} +c["Allocates Trained Deflection"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="trained deflection"}},nil} +c["Allocates Trained Turrets"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="trained turrets"}},nil} +c["Allocates Tribal Fury"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tribal fury"}},nil} c["Allocates Trick Shot"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="trick shot"}},nil} c["Allocates True Strike"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="true strike"}},nil} +c["Allocates Tukohama's Brew"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="tukohama's brew"}},nil} c["Allocates Turn the Clock Back"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="turn the clock back"}},nil} c["Allocates Turn the Clock Forward"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="turn the clock forward"}},nil} c["Allocates Twinned Tethers"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="twinned tethers"}},nil} c["Allocates Unbending"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unbending"}},nil} +c["Allocates Unbothering Cold"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unbothering cold"}},nil} c["Allocates Unbound Forces"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unbound forces"}},nil} c["Allocates Unbreaking"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unbreaking"}},nil} c["Allocates Unerring Impact"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unerring impact"}},nil} @@ -3423,13 +4068,17 @@ c["Allocates Unsight"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type= c["Allocates Unspoken Bond"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unspoken bond"}},nil} c["Allocates Unstable Bond"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unstable bond"}},nil} c["Allocates Unstoppable Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unstoppable barrier"}},nil} +c["Allocates Unyielding"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="unyielding"}},nil} c["Allocates Urgent Call"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="urgent call"}},nil} +c["Allocates Utility Ordnance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="utility ordnance"}},nil} +c["Allocates Utmost Offering"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="utmost offering"}},nil} c["Allocates Vale Shelter"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vale shelter"}},nil} c["Allocates Vengeance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vengeance"}},nil} c["Allocates Vengeful Fury"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vengeful fury"}},nil} c["Allocates Versatile Arms"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="versatile arms"}},nil} c["Allocates Viciousness"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="viciousness"}},nil} c["Allocates Vigilance"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vigilance"}},nil} +c["Allocates Vigorous Remnants"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vigorous remnants"}},nil} c["Allocates Vile Mending"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vile mending"}},nil} c["Allocates Vocal Empowerment"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vocal empowerment"}},nil} c["Allocates Void"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="void"}},nil} @@ -3437,17 +4086,20 @@ c["Allocates Volatile Grenades"]={{[1]={flags=0,keywordFlags=0,name="GrantedPass c["Allocates Volcanic Skin"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="volcanic skin"}},nil} c["Allocates Voracious"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="voracious"}},nil} c["Allocates Vulgar Methods"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="vulgar methods"}},nil} +c["Allocates Waning Hindrances"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="waning hindrances"}},nil} c["Allocates Warding Fetish"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="warding fetish"}},nil} c["Allocates Warding Potions"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="warding potions"}},nil} +c["Allocates Warlord Berserker"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="warlord berserker"}},nil} +c["Allocates Warlord Leader"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="warlord leader"}},nil} c["Allocates Warm the Heart"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="warm the heart"}},nil} +c["Allocates Wary Dodging"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wary dodging"}},nil} c["Allocates Wasting"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wasting"}},nil} c["Allocates Watchtowers"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="watchtowers"}},nil} c["Allocates Waters of Life"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="waters of life"}},nil} -c["Allocates Way of the Wind"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="way of the wind"}},nil} c["Allocates Wellspring"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wellspring"}},nil} c["Allocates Whirling Assault"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="whirling assault"}},nil} -c["Allocates Whirling Onslaught"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="whirling onslaught"}},nil} c["Allocates Wide Barrier"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wide barrier"}},nil} +c["Allocates Widespread Coverage"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="widespread coverage"}},nil} c["Allocates Wild Storm"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wild storm"}},nil} c["Allocates Wither Away"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="wither away"}},nil} c["Allocates Woodland Aspect"]={{[1]={flags=0,keywordFlags=0,name="GrantedPassive",type="LIST",value="woodland aspect"}},nil} @@ -3458,12 +4110,20 @@ c["Alternating every 5 seconds: Take 30% less Damage from Hits"]={nil,"Alternati c["Always Hits"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},flags=0,keywordFlags=0,name="CannotBeEvaded",type="FLAG",value=true}},nil} c["Always Poison on Hit with this weapon"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=8192,keywordFlags=0,name="PoisonChance",type="OVERRIDE",value=100}},nil} c["Always deals Critical Hits against Heavy Stunned Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},[2]={type="Condition",var="{Hand}Attack"},flags=0,keywordFlags=0,name="CritChance",type="OVERRIDE",value=100}},nil} +c["Ancestrally Boosted Attacks deal 16% increased Damage"]={nil,"Ancestrally Boosted Attacks deal 16% increased Damage "} +c["Ancestrally Boosted Attacks deal 30% increased Damage"]={nil,"Ancestrally Boosted Attacks deal 30% increased Damage "} +c["Ancestrally Boosted Attacks deal 30% increased Damage On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted"]={nil,"Ancestrally Boosted Attacks deal 30% increased Damage On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted "} +c["Ancestrally Boosted Attacks deal 8% increased Damage"]={nil,"Ancestrally Boosted Attacks deal 8% increased Damage "} c["Any number of Poisons from this Weapon can affect a target at the same time"]={{[1]={flags=0,keywordFlags=0,name="PoisonCanStack",type="FLAG",value=true},[2]={[1]={type="Condition",var="{Hand}Attack"},[2]={neg=true,skillType=167,type="SkillType"},flags=0,keywordFlags=0,name="PoisonStacks",type="OVERRIDE",value=math.huge}},nil} -c["Apply Elemental Exposure to Enemies 3 metres in front of you"]={nil,"Apply Elemental Exposure to Enemies 3 metres in front of you "} -c["Apply Elemental Exposure to Enemies 3 metres in front of you for 4 seconds while Shield is raised"]={nil,"Apply Elemental Exposure to Enemies 3 metres in front of you for 4 seconds while Shield is raised "} +c["Apply 5 Critical Weakness to Enemies when Consuming a Mark on them"]={nil,"Apply 5 Critical Weakness to Enemies when Consuming a Mark on them "} +c["Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking"]={nil,"Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking "} +c["Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate"]={nil,"Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate "} +c["Archon Buffs also grant +20% to all Elemental Resistances"]={nil,"Archon Buffs also grant +20% to all Elemental Resistances "} +c["Archon Buffs also grant +20% to all Elemental Resistances Archon Buffs also grant 10% increased Movement Speed"]={nil,"Archon Buffs also grant +20% to all Elemental Resistances Archon Buffs also grant 10% increased Movement Speed "} +c["Archon Buffs also grant 10% increased Movement Speed"]={nil,"Archon Buffs also grant 10% increased Movement Speed "} +c["Archon recovery period expires 10% faster"]={nil,"Archon recovery period expires 10% faster "} +c["Archon recovery period expires 25% faster"]={nil,"Archon recovery period expires 25% faster "} c["Area Skills have 20% chance to Knock Enemies Back on Hit"]={{[1]={[1]={skillType=8,type="SkillType"},flags=0,keywordFlags=0,name="EnemyKnockbackChance",type="BASE",value=20}},nil} -c["Armour also applies to Lightning damage taken from Hits"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=100}},nil} -c["Armour applies to Elemental Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=100},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=100},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=100}},nil} c["Armour applies to Fire, Cold and Lightning Damage taken from Hits instead of Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToFireDamageTaken",type="BASE",value=100},[2]={flags=0,keywordFlags=0,name="ArmourAppliesToColdDamageTaken",type="BASE",value=100},[3]={flags=0,keywordFlags=0,name="ArmourAppliesToLightningDamageTaken",type="BASE",value=100},[4]={flags=0,keywordFlags=0,name="ArmourDoesNotApplyToPhysicalDamageTaken",type="FLAG",value=true}},nil} c["Armour is increased by Overcapped Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="ArmourIncreasedByOvercappedFireRes",type="FLAG",value=true}},nil} c["Arrows Fork"]={nil,"Arrows Fork "} @@ -3474,8 +4134,9 @@ c["Arrows gain Critical Hit Chance as they travel farther, up to"]={nil,"Arrows c["Arrows gain Critical Hit Chance as they travel farther, up to 60% increased Critical Hit Chance after 7 metres"]={{[1]={[1]={ramp={[1]={[1]=35,[2]=0},[2]={[1]=70,[2]=1}},type="DistanceRamp"},flags=131072,keywordFlags=0,name="CritChance",type="INC",value=60}},nil} c["Attack Damage Penetrates 15% of Enemy Elemental Resistances"]={{[1]={flags=1,keywordFlags=0,name="ElementalPenetration",type="BASE",value=15}},nil} c["Attack Hits Aggravate any Bleeding on targets which is older than 4 seconds"]={nil,"Attack Hits Aggravate any Bleeding on targets which is older than 4 seconds "} +c["Attack Hits inflict Spectral Fire for 8 seconds"]={nil,"Attack Hits inflict Spectral Fire for 8 seconds "} c["Attack Skills deal 10% increased Damage while holding a Shield"]={{[1]={[1]={type="Condition",varList={[1]="UsingShield"}},flags=0,keywordFlags=65536,name="Damage",type="INC",value=10}},nil} -c["Attack Skills have +1 to maximum number of Summoned Totems"]={{[1]={flags=0,keywordFlags=65536,name="ActiveTotemLimit",type="BASE",value=1}},nil} +c["Attack Skills have +1 to maximum number of Summoned Ballista Totems"]={{[1]={[1]={skillType=114,type="SkillType"},flags=0,keywordFlags=65536,name="ActiveBallistaLimit",type="BASE",value=1}},nil} c["Attacks Chain 2 additional times"]={{[1]={flags=1,keywordFlags=0,name="ChainCountMax",type="BASE",value=2}},nil} c["Attacks Chain an additional time"]={nil,"Attacks Chain an additional time "} c["Attacks Chain an additional time Attacks Chain 2 additional times"]={nil,"Attacks Chain an additional time Attacks Chain 2 additional times "} @@ -3495,27 +4156,38 @@ c["Attacks have 25% chance to Maim on Hit"]={{}," to Maim "} c["Attacks have Added maximum Lightning Damage equal to 8% of maximum Mana"]={{[1]={[1]={percent=8,stat="Mana",type="PercentStat"},[2]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=1}},nil} c["Attacks have Added maximum Lightning Damage equal to 9% of maximum Mana"]={{[1]={[1]={percent=9,stat="Mana",type="PercentStat"},[2]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="LightningMax",type="BASE",value=1}},nil} c["Attacks have added Physical damage equal to 3% of maximum Life"]={{[1]={[1]={percent=3,stat="Life",type="PercentStat"},[2]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=1},[2]={[1]={percent=3,stat="Life",type="PercentStat"},[2]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=1}},nil} -c["Attacks used by Totems have 2% increased Attack Speed per Summoned Totem"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=1,keywordFlags=16384,name="Speed",type="INC",value=2}},nil} +c["Attacks used by Ballistas have 10% increased Attack Speed"]={nil,"Attacks used by Ballistas have 10% increased Attack Speed "} +c["Attacks used by Ballistas have 10% increased Attack Speed 50% increased Ballista Immobilisation buildup"]={nil,"Attacks used by Ballistas have 10% increased Attack Speed 50% increased Ballista Immobilisation buildup "} +c["Attacks used by Ballistas have 4% increased Attack Speed"]={nil,"Attacks used by Ballistas have 4% increased Attack Speed "} +c["Attacks used by Totems have 3% increased Attack Speed per Summoned Totem"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=1,keywordFlags=16384,name="Speed",type="INC",value=3}},nil} c["Attacks used by Totems have 4% increased Attack Speed"]={{[1]={flags=1,keywordFlags=16384,name="Speed",type="INC",value=4}},nil} c["Attacks used by Totems have 4% increased Attack Speed per Summoned Totem"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=1,keywordFlags=16384,name="Speed",type="INC",value=4}},nil} c["Attacks using your Weapons have Added Physical Damage equal"]={nil,"Added Physical Damage equal "} c["Attacks using your Weapons have Added Physical Damage equal to 25% of the Accuracy Rating on the Weapon"]={{[1]={[1]={percent="25",stat="AccuracyOnWeapon 1",type="PercentStat"},[2]={neg=true,skillType=167,type="SkillType"},[3]={type="Condition",var="MainHandAttack"},flags=1,keywordFlags=0,name="PhysicalMin",type="BASE",value=1},[2]={[1]={percent="25",stat="AccuracyOnWeapon 1",type="PercentStat"},[2]={neg=true,skillType=167,type="SkillType"},[3]={type="Condition",var="MainHandAttack"},flags=1,keywordFlags=0,name="PhysicalMax",type="BASE",value=1},[3]={[1]={percent="25",stat="AccuracyOnWeapon 2",type="PercentStat"},[2]={neg=true,skillType=167,type="SkillType"},[3]={type="Condition",var="OffHandAttack"},flags=1,keywordFlags=0,name="PhysicalMin",type="BASE",value=1},[4]={[1]={percent="25",stat="AccuracyOnWeapon 2",type="PercentStat"},[2]={neg=true,skillType=167,type="SkillType"},[3]={type="Condition",var="OffHandAttack"},flags=1,keywordFlags=0,name="PhysicalMax",type="BASE",value=1}},nil} -c["Attacks with One-Handed Weapons have 12% increased Chance to inflict Ailments"]={{[1]={flags=17179869184,keywordFlags=0,name="AilmentChance",type="INC",value=12}},nil} +c["Attacks with One-Handed Weapons have 15% increased Chance to inflict Ailments"]={{[1]={flags=17179869184,keywordFlags=0,name="AilmentChance",type="INC",value=15}},nil} c["Attacks with One-Handed Weapons have 20% increased Chance to inflict Ailments"]={{[1]={flags=17179869184,keywordFlags=0,name="AilmentChance",type="INC",value=20}},nil} c["Attacks with this Weapon gain 50% of Physical damage as Extra damage of each Element"]={{[1]={[2]={type="Condition",var="{Hand}Attack"},[3]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsLightning",type="BASE",value=50},[2]={[2]={type="Condition",var="{Hand}Attack"},[3]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsCold",type="BASE",value=50},[3]={[2]={type="Condition",var="{Hand}Attack"},[3]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsFire",type="BASE",value=50}},nil} c["Attribute Requirements of Gems can be satisified by your highest Attribute"]={{[1]={flags=0,keywordFlags=0,name="GemAttributeRequirementsSatisfiedByHighestAttribute",type="FLAG",value=true}},nil} c["Aura Skills have 1% more Aura Effect per 2% of maximum Mana they Reserve"]={{[1]={[1]={skillType=39,type="SkillType"},[2]={div=2,stat="ManaReservedPercent",type="PerStat"},flags=0,keywordFlags=0,name="AuraEffect",type="MORE",value=1}},nil} +c["Aura Skills have 10% increased Magnitudes"]={{}," Magnitudes "} +c["Aura Skills have 10% increased Magnitudes +10 to Intelligence"]={{[1]={[1]={skillType=39,type="SkillType"},flags=0,keywordFlags=0,name="Int",type="INC",value=10}}," Magnitudes +10 to "} c["Aura Skills have 12% increased Magnitudes"]={{}," Magnitudes "} +c["Aura Skills have 14% increased Magnitudes"]={{}," Magnitudes "} +c["Aura Skills have 14% increased Magnitudes Your Aura Buffs do not affect Allies"]={{}," Magnitudes Your Aura Buffs do not affect Allies "} c["Aura Skills have 5% increased Magnitudes"]={{}," Magnitudes "} c["Aura Skills have 6% increased Magnitudes"]={{}," Magnitudes "} c["Auras from your Skills can only affect you"]={{[1]={flags=0,keywordFlags=0,name="SelfAurasOnlyAffectYou",type="FLAG",value=true}},nil} -c["Banner Buffs linger on you for 4 seconds after you leave the Area"]={nil,"Banner Buffs linger on you for 4 seconds after you leave the Area "} +c["Banner Buffs linger on you for 2 seconds after you leave the Area"]={nil,"Banner Buffs linger on you for 2 seconds after you leave the Area "} c["Banner Skills have 12% increased Aura Magnitudes"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="AuraEffect",type="INC",value=12}},nil} c["Banner Skills have 15% increased Area of Effect"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}},nil} c["Banner Skills have 20% increased Area of Effect"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} c["Banner Skills have 20% increased Duration"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} -c["Banners also grant +5% to all Elemental Resistances to you and Allies"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="ExtraAuraEffect",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=5}}}},nil} +c["Banner Skills have 30% increased Area of Effect"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}},nil} +c["Banner Skills have 30% increased Duration"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=30}},nil} +c["Banners also grant +25% to all Elemental Resistances to you and Allies"]={{[1]={[1]={skillType=88,type="SkillType"},flags=0,keywordFlags=0,name="ExtraAuraEffect",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=25}}}},nil} c["Banners always have maximum Valour"]={nil,"Banners always have maximum Valour "} +c["Banners gain 5 Glory per second"]={nil,"Banners gain 5 Glory per second "} +c["Banners gain 5 Glory per second There is no Limit on the number of Banners you can place"]={nil,"Banners gain 5 Glory per second There is no Limit on the number of Banners you can place "} c["Barrageable Attacks with this Bow Repeat +1 time if no enemies are in your Presence"]={nil,"Barrageable Attacks with this Bow Repeat +1 time if no enemies are in your Presence "} c["Base Bleeding Duration is 1 second"]={{[1]={flags=0,keywordFlags=0,name="BleedDurationBase",type="OVERRIDE",value="1"}},nil} c["Base Critical Hit Chance for Attacks with Weapons is 7%"]={{[1]={flags=0,keywordFlags=0,name="WeaponBaseCritChance",type="OVERRIDE",value=7}},nil} @@ -3524,20 +4196,26 @@ c["Base Critical Hit Chance for Spells is 15%"]={{[1]={[1]={skillType=2,type="Sk c["Base Maximum Darkness is 100"]={{[1]={flags=0,keywordFlags=0,name="PlayerHasDarkness",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="Darkness",type="BASE",value=100}},nil} c["Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second"]={nil,"Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second "} c["Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second 50% more Critical Damage Bonus"]={nil,"Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second 50% more Critical Damage Bonus "} +c["Benefits from consuming Frenzy Charges for your Skills have 50% chance to be doubled"]={{[1]={[1]={globalLimit=100,globalLimitKey="FlaskChargesDoubledLimit",type="Multiplier",var="FlaskChargesDoubled"},flags=0,keywordFlags=0,name="FlaskCharges",type="MORE",value=100},[2]={flags=0,keywordFlags=0,name="Multiplier:FlaskChargesDoubled",type="OVERRIDE",value=1}},"Benefits from consuming Frenzy for your Skills have 50% chance to be d "} +c["Bifurcates Critical Hits"]={nil,"Bifurcates Critical Hits "} +c["Bifurcates Critical Hits 10% of Skill Mana Costs Converted to Life Costs"]={nil,"Bifurcates Critical Hits 10% of Skill Mana Costs Converted to Life Costs "} c["Bleeding you inflict deals Damage 10% faster"]={{[1]={flags=0,keywordFlags=0,name="BleedFaster",type="INC",value=10}},nil} c["Bleeding you inflict is Aggravated"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:BleedAggravated",type="FLAG",value=true}}}},nil} c["Bleeding you inflict on Cursed targets is Aggravated"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Cursed"},flags=0,keywordFlags=0,name="Condition:BleedAggravated",type="FLAG",value=true}}}},nil} +c["Bleeding you inflict on Pinned Enemies is Aggravated"]={nil,"Bleeding you inflict on Pinned Enemies is Aggravated "} c["Blind Chilled enemies on Hit"]={nil,"Blind Chilled enemies on Hit "} c["Blind Enemies when they Stun you"]={nil,"Blind Enemies when they Stun you "} c["Blind Targets when you Poison them"]={nil,"Blind Targets when you Poison them "} c["Blind does not affect your Light Radius"]={nil,"Blind does not affect your Light Radius "} c["Blind does not affect your Light Radius 25% more Melee Critical Hit Chance while Blinded"]={nil,"Blind does not affect your Light Radius 25% more Melee Critical Hit Chance while Blinded "} c["Block Chance is doubled"]={{[1]={[1]={globalLimit=100,globalLimitKey="BlockChanceDoubledLimit",type="Multiplier",var="BlockChanceDoubled"},flags=0,keywordFlags=0,name="BlockChance",type="MORE",value=100},[2]={flags=0,keywordFlags=0,name="Multiplier:BlockChanceDoubled",type="OVERRIDE",value=1}},nil} -c["Block chance is Lucky"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceIsLucky",type="FLAG",value=true}},nil} c["Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage"]={nil,"Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage "} c["Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage"]={nil,"Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage "} c["Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage"]={nil,"Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage "} -c["Body Armour grants +5% to Maximum Fire Resistance"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=5}},nil} +c["Blue: Skills have 30% less cost"]={nil,"Blue: Skills have 30% less cost "} +c["Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving"]={nil,"Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving "} +c["Body Armour grants +100% of Armour also applies to Chaos Damage"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=100}}," also applies to Chaos Damage "} +c["Body Armour grants +50% of Armour also applies to Elemental Damage"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="Armour",type="BASE",value=50}}," also applies to Elemental Damage "} c["Body Armour grants +75% to Cold Resistance"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=75}},nil} c["Body Armour grants +75% to Fire Resistance"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="FireResist",type="BASE",value=75}},nil} c["Body Armour grants +75% to Lightning Resistance"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="LightningResist",type="BASE",value=75}},nil} @@ -3545,10 +4223,9 @@ c["Body Armour grants 100% increased Stun Threshold"]={{[1]={[1]={itemSlot="Body c["Body Armour grants 15% increased maximum Life"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="Life",type="INC",value=15}},nil} c["Body Armour grants 20% increased Strength"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="Str",type="INC",value=20}},nil} c["Body Armour grants 25% of Physical Damage from Hits taken as Fire Damage"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="PhysicalDamageFromHitsTakenAsFire",type="BASE",value=25}},nil} -c["Body Armour grants Armour also applies to Chaos Damage taken from Hits"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="ArmourAppliesToChaosDamageTaken",type="BASE",value=100}},nil} c["Body Armour grants Hits against you have 50% reduced Critical Damage Bonus"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="ReduceCritExtraDamage",type="BASE",value=50}},nil} c["Body Armour grants Unaffected by Ignite"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="SelfIgniteEffect",type="MORE",value=-100}},nil} -c["Body Armour grants regenerate 5% of maximum Life per second"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=5}},nil} +c["Body Armour grants regenerate 3% of maximum Life per second"]={{[1]={[1]={itemSlot="Body Armour",rarityCond="NORMAL",type="ItemCondition"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=3}},nil} c["Bow Attacks consume 10% of your maximum Life Flask Charges if possible to deal added Physical damage equal to 5% of Flask's Life Recovery amount"]={nil,"Bow Attacks consume 10% of your maximum Life Flask Charges if possible to deal added Physical damage equal to 5% of Flask's Life Recovery amount "} c["Bow Attacks fire 3 additional Arrows"]={{[1]={flags=131072,keywordFlags=0,name="ProjectileCount",type="BASE",value=3}},nil} c["Bow Attacks fire an additional Arrow"]={{[1]={flags=131072,keywordFlags=0,name="ProjectileCount",type="BASE",value=1}},nil} @@ -3558,6 +4235,7 @@ c["Break 20% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="ArmourBreakP c["Break 25% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="ArmourBreakPerHit",type="INC",value=25}},nil} c["Break 40% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="ArmourBreakPerHit",type="INC",value=40}},nil} c["Break 50% of Armour on Heavy Stunning an Enemy"]={{[1]={[1]={effectName="ArmourBreak",effectType="Buff",type="GlobalEffect"},flags=0,keywordFlags=0,name="Condition:CanArmourBreak",type="FLAG",value=true}},nil} +c["Break 50% of Armour on Pinning an Enemy"]={nil,"Break 50% of Armour on Pinning an Enemy "} c["Break 60% increased Armour"]={{[1]={flags=0,keywordFlags=0,name="ArmourBreakPerHit",type="INC",value=60}},nil} c["Break Armour equal to 10% of Hit Damage dealt"]={{[1]={[1]={effectName="ArmourBreak",effectType="Buff",type="GlobalEffect"},flags=0,keywordFlags=0,name="Condition:CanArmourBreak",type="FLAG",value=true}},nil} c["Break Armour on Critical Hit with Spells equal to 10% of Physical Damage dealt"]={{[1]={[1]={effectName="ArmourBreak",effectType="Buff",type="GlobalEffect"},[2]={neg=true,type="Condition",var="NeverCrit"},flags=0,keywordFlags=0,name="Condition:CanArmourBreak",type="FLAG",value=true}},nil} @@ -3567,19 +4245,18 @@ c["Break enemy Concentration on Hit equal to 100% of Damage Dealt Enemies regain c["Breaks Armour equal to 40% of damage from Hits with this weapon"]={nil,"Breaks Armour equal to 40% of damage from Hits with this weapon "} c["Breaks Armour equal to 40% of damage from Hits with this weapon Fully Armour Broken enemies you kill with Hits Shatter"]={nil,"Breaks Armour equal to 40% of damage from Hits with this weapon Fully Armour Broken enemies you kill with Hits Shatter "} c["Buffs on you expire 10% slower"]={{[1]={[1]={skillType=5,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=10}},nil} -c["Burning Enemies you kill have a 5% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=5,chance=1,keyOfScaledMod="chance",type="Tenth"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} -c["Can Block Damage from all Hits while Shield is not Raised"]={nil,"Can Block Damage from all Hits while Shield is not Raised "} -c["Can Block damage from all Hits"]={nil,"Can Block damage from all Hits "} -c["Can Block damage from all Hits Cannot use Shield Skills"]={nil,"Can Block damage from all Hits Cannot use Shield Skills "} -c["Can Evade all Hits"]={nil,"Can Evade all Hits "} -c["Can Evade all Hits 75% less Evasion Rating"]={nil,"Can Evade all Hits 75% less Evasion Rating "} -c["Can Evade all Hits if you have not been Hit Recently"]={nil,"Can Evade all Hits if you have not been Hit Recently "} +c["Burning Enemies you kill have a 5% chance to Explode, dealing a"]={nil,"Burning Enemies you kill have a 5% chance to Explode, dealing a "} +c["Burning Enemies you kill have a 5% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Burning"},flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=10,chance=0.05,keyOfScaledMod="chance",type="Fire"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} +c["Can Attack as though using a Quarterstaff while both of your hand slots are empty"]={nil,"Can Attack as though using a Quarterstaff while both of your hand slots are empty "} +c["Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain:"]={nil,"Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: "} +c["Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: Physical damage based on their Skill Level"]={nil,"Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: Physical damage based on their Skill Level "} +c["Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: Physical damage based on their Skill Level 1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items"]={nil,"Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: Physical damage based on their Skill Level 1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items "} +c["Can Attack as though using a Quarterstaff while both of your hand slots are empty Unarmed Attacks that would use your Quarterstaff's damage gain: Physical damage based on their Skill Level 1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items +0.1% to Critical Hit Chance per 10 Item Energy Shield on Equipped Armour Items"]={{[1]={[1]={type="Condition",var="HollowPalm"},[2]={div=25,stat="EvasionOnAllArmourItems",type="PerStat"},flags=1,keywordFlags=0,name="Speed",type="MORE",value=1},[2]={[1]={type="Condition",var="HollowPalm"},[2]={div="10",stat="EnergyShieldOnAllArmourItems",type="PerStat"},flags=1,keywordFlags=0,name="CritChance",type="BASE",value=0.1}},nil} c["Can Socket a non-Unique Basic Jewel into the Phylactery"]={{},nil} c["Can be modified while Corrupted"]={nil,"Can be modified while Corrupted "} c["Can be modified while Corrupted +150 to maximum Life"]={nil,"Can be modified while Corrupted +150 to maximum Life "} c["Can instead consume 25% of maximum Mana to trigger Charms with insufficient charges"]={nil,"Can instead consume 25% of maximum Mana to trigger Charms with insufficient charges "} c["Can only use a Normal Body Armour"]={nil,"Can only use a Normal Body Armour "} -c["Can place multiple Banners"]={nil,"Can place multiple Banners "} c["Can't use Body Armour"]={nil,"Can't use Body Armour "} c["Can't use Body Armour You can wield Two-Handed Axes, Maces and Swords in one hand"]={nil,"Can't use Body Armour You can wield Two-Handed Axes, Maces and Swords in one hand "} c["Can't use Helmets"]={nil,"Can't use Helmets "} @@ -3587,16 +4264,19 @@ c["Can't use Helmets Your Critical Hit Chance is Lucky"]={nil,"Can't use Helmets c["Can't use Helmets Your Critical Hit Chance is Lucky Your Damage with Critical Hits is Lucky"]={nil,"Can't use Helmets Your Critical Hit Chance is Lucky Your Damage with Critical Hits is Lucky "} c["Can't use Helmets Your Critical Hit Chance is Lucky Your Damage with Critical Hits is Lucky Enemies' Damage with Critical Hits against you is Lucky"]={nil,"Can't use Helmets Your Critical Hit Chance is Lucky Your Damage with Critical Hits is Lucky Enemies' Damage with Critical Hits is Lucky "} c["Can't use other Rings"]={{[1]={[1]={slotName="Ring 2",type="DisablesItem"},[2]={num=1,type="SlotNumber"},flags=0,keywordFlags=0,name="CanNotUseRightRing",type="Flag",value=1},[2]={[1]={slotName="Ring 1",type="DisablesItem"},[2]={num=2,type="SlotNumber"},flags=0,keywordFlags=0,name="CanNotUseLeftRing",type="Flag",value=1}},nil} -c["Cannot Dodge Roll"]={nil,"Cannot Dodge Roll "} +c["Cannot Block"]={{[1]={flags=0,keywordFlags=0,name="CannotBlockAttacks",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="CannotBlockSpells",type="FLAG",value=true}},nil} +c["Cannot Dodge Roll or Sprint"]={nil,"Cannot Dodge Roll or Sprint "} c["Cannot Evade Enemy Attacks"]={{[1]={flags=0,keywordFlags=0,name="CannotEvade",type="FLAG",value=true}},nil} c["Cannot Immobilise enemies"]={nil,"Cannot Immobilise enemies "} c["Cannot Recharge or Regenerate Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="NoEnergyShieldRecharge",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="NoEnergyShieldRegen",type="FLAG",value=true}},nil} c["Cannot Regenerate Mana if you haven't dealt a Critical Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="CritRecently"},flags=0,keywordFlags=0,name="NoManaRegen",type="FLAG",value=true}},nil} +c["Cannot be Blinded"]={{[1]={flags=0,keywordFlags=0,name="Condition:CannotBeBlinded",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="BlindImmune",type="FLAG",value=true}},nil} c["Cannot be Blinded while on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="Condition:CannotBeBlinded",type="FLAG",value=true}},nil} c["Cannot be Critically Hit while Parrying"]={nil,"Cannot be Critically Hit while Parrying "} c["Cannot be Ignited"]={{[1]={flags=0,keywordFlags=0,name="IgniteImmune",type="FLAG",value=true}},nil} c["Cannot be Light Stunned"]={nil,"Cannot be Light Stunned "} -c["Cannot be Light Stunned Cannot Dodge Roll"]={nil,"Cannot be Light Stunned Cannot Dodge Roll "} +c["Cannot be Light Stunned Cannot Dodge Roll or Sprint"]={nil,"Cannot be Light Stunned Cannot Dodge Roll or Sprint "} +c["Cannot be Light Stunned if you haven't been Hit Recently"]={nil,"Cannot be Light Stunned if you haven't been Hit Recently "} c["Cannot be Poisoned"]={{[1]={flags=0,keywordFlags=0,name="PoisonImmune",type="FLAG",value=true}},nil} c["Cannot be Shocked"]={{[1]={flags=0,keywordFlags=0,name="ShockImmune",type="FLAG",value=true}},nil} c["Cannot be Stunned"]={{[1]={flags=0,keywordFlags=0,name="StunImmune",type="FLAG",value=true}},nil} @@ -3613,20 +4293,21 @@ c["Causes 200% increased Stun Buildup All Damage from Hits with this Weapon Cont c["Causes 50% increased Stun Buildup"]={nil,"Causes 50% increased Stun Buildup "} c["Causes 50% increased Stun Buildup 172% increased Physical Damage"]={nil,"Causes 50% increased Stun Buildup 172% increased Physical Damage "} c["Causes 50% increased Stun Buildup 80% increased Physical Damage"]={nil,"Causes 50% increased Stun Buildup 80% increased Physical Damage "} -c["Causes 50% increased Stun Buildup Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},"Causes 50% increased Stun Buildup "} +c["Causes 50% increased Stun Buildup Adds 85 to 131 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=85},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=131}},"Causes 50% increased Stun Buildup "} c["Causes 50% increased Stun Buildup Always deals Critical Hits against Heavy Stunned Enemies"]={nil,"Causes 50% increased Stun Buildup Always deals Critical Hits against Heavy Stunned Enemies "} +c["Causes 60% increased Stun Buildup"]={nil,"Causes 60% increased Stun Buildup "} +c["Causes 60% increased Stun Buildup Heavy Stuns Enemies that are on Full Life"]={nil,"Causes 60% increased Stun Buildup Heavy Stuns Enemies that are on Full Life "} c["Causes Bleeding on Hit"]={{[1]={[1]={type="Condition",var="{Hand}Attack"},flags=0,keywordFlags=0,name="BleedChance",type="BASE",value=100}},nil} -c["Causes Daze buildup equal to 100% of Damage dealt"]={nil,"Causes Daze buildup equal to 100% of Damage dealt "} -c["Causes Daze buildup equal to 100% of Damage dealt 172% increased Physical Damage"]={nil,"Causes Daze buildup equal to 100% of Damage dealt 172% increased Physical Damage "} -c["Causes Daze buildup equal to 100% of Damage dealt Adds 44 to 66 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=44},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=66}},"Causes Daze buildup equal to 100% of dealt "} c["Causes Double Stun Buildup"]={{}," Stun Buildup "} -c["Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage"]={nil,"Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage "} -c["Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage 120% increased Physical Damage"]={nil,"Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage 120% increased Physical Damage "} -c["Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage 172% increased Physical Damage"]={nil,"Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage 172% increased Physical Damage "} -c["Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},"Causes Enemies to Explode on Critical kill, for 10% of their as Physical Damage "} +c["Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=10,chance=1,keyOfScaledMod="chance",type="Physical"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} c["Chance is doubled against Undead and Demons"]={{},"Chance against Undead and Demons "} +c["Chance to Block Damage is Lucky"]={nil,"Chance to Block Damage is Lucky "} +c["Chance to Block Damage is Lucky You take 20% of damage from Blocked Hits"]={nil,"Chance to Block Damage is Lucky You take 20% of damage from Blocked Hits "} +c["Chance to Deflect is Lucky"]={nil,"Chance to Deflect is Lucky "} +c["Chance to Evade is Unlucky"]={nil,"Chance to Evade is Unlucky "} +c["Chance to Evade is Unlucky Chance to Deflect is Lucky"]={nil,"Chance to Evade is Unlucky Chance to Deflect is Lucky "} c["Chance to Hit with Attacks can exceed 100%"]={{[1]={[1]={skillType=1,type="Skilltype"},flags=0,keywordFlags=0,name="Condition:HitChanceCanExceed100",type="FLAG",value=true}},nil} -c["Chance to Ignite is doubled"]={{[1]={[1]={globalLimit=100,globalLimitKey="EnemyIgniteChanceDoubledLimit",type="Multiplier",var="EnemyIgniteChanceDoubled"},flags=0,keywordFlags=0,name="EnemyIgniteChance",type="MORE",value=100},[2]={flags=0,keywordFlags=0,name="Multiplier:EnemyIgniteChanceDoubled",type="OVERRIDE",value=1}},nil} +c["Chaos Damage from Fire Spells Contributes to Flammability and Ignite Magnitudes"]={{[1]={[1]={skillType=2,type="SkillType"},[2]={skillType=28,type="SkillType"},flags=0,keywordFlags=0,name="ChaosCanIgnite",type="FLAG",value=true}},nil} c["Chaos Damage from Hits also Contributes to Electrocute Buildup"]={nil,"Chaos Damage from Hits also Contributes to Electrocute Buildup "} c["Chaos Damage from Hits also Contributes to Electrocute Buildup Attacks Gain 20% of Physical Damage as extra Chaos Damage"]={nil,"Chaos Damage from Hits also Contributes to Electrocute Buildup Attacks Gain 20% of Physical Damage as extra Chaos Damage "} c["Chaos Damage from Hits also Contributes to Freeze Buildup"]={nil,"Chaos Damage from Hits also Contributes to Freeze Buildup "} @@ -3639,42 +4320,46 @@ c["Charms applied to you have 25% increased Effect"]={{[1]={[1]={actor="player", c["Charms gain 0.15 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGenerated",type="BASE",value=0.15}},nil} c["Charms gain 0.5 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="CharmChargesGenerated",type="BASE",value=0.5}},nil} c["Charms use no Charges"]={{[1]={flags=0,keywordFlags=0,name="CharmsUseNoCharges",type="FLAG",value=true}},nil} -c["Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup"]={nil,"Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup "} -c["Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance"]={nil,"Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance "} -c["Cold Exposure you inflict lowers Total Cold Resistance by an extra 5%"]={{[1]={flags=0,keywordFlags=0,name="ExtraColdExposure",type="BASE",value=-5}},nil} +c["Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup"]={nil,"Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup "} +c["Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance"]={nil,"Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance "} c["Cold Resistance is unaffected by Area Penalties"]={nil,"Cold Resistance is unaffected by Area Penalties "} c["Cold Resistance is unaffected by Area Penalties Fire Resistance is unaffected by Area Penalties"]={nil,"Cold Resistance is unaffected by Area Penalties Fire Resistance is unaffected by Area Penalties "} c["Companions deal 12% increased Damage"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=12}}}},nil} -c["Companions gain your Dexterity"]={{[1]={flags=0,keywordFlags=0,name="DexterityAddedToCompanions",type="FLAG",value=true}},nil} +c["Companions deal 60% increased damage against Immobilised enemies"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="Immobilised"},flags=0,keywordFlags=0,name="Damage",type="INC",value=60}}}},nil} c["Companions gain your Strength"]={{[1]={flags=0,keywordFlags=0,name="StrengthAddedToCompanions",type="FLAG",value=true}},nil} c["Companions have +1 to each Defence for every 2 of that Defence you have"]={{}," each Defence for every 2 of that Defence you have "} c["Companions have +12% to all Elemental Resistances"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=12}}}},nil} c["Companions have +30% to Chaos Resistance"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=30}}}},nil} c["Companions have +30% to all Elemental Resistances"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=30}}}},nil} -c["Companions have 10% increased Accuracy Rating"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=10}}}},nil} c["Companions have 10% increased Area of Effect"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}}}},nil} c["Companions have 12% increased maximum Life"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=12}}}},nil} c["Companions have 20% increased maximum Life"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=20}}}},nil} -c["Companions have 20% reduced Reservation"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-20}},nil} c["Companions have 4% increased Attack Speed"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=1,keywordFlags=0,name="Speed",type="INC",value=4}}}},nil} -c["Companions have 5% reduced Reservation"]={{[1]={[1]={skillType=198,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-5}},nil} +c["Consuming Glory grants you 3% increased Attack damage per Glory consumed for 6 seconds, up to 60%"]={nil,"Consuming Glory grants you 3% increased Attack damage per Glory consumed for 6 seconds, up to 60% "} c["Converts all Energy Shield to Mana"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldConvertToMana",type="BASE",value=100}},nil} c["Converts all Evasion Rating to Armour"]={{[1]={flags=0,keywordFlags=0,name="IronReflexes",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="EvasionConvertToArmour",type="BASE",value=100}},nil} +c["Coral Circlet"]={nil,"Coral Circlet "} +c["Coral Circlet League: Dawn of the Hunt"]={nil,"Coral Circlet League: Dawn of the Hunt "} c["Corrupted Blood cannot be inflicted on you"]={{[1]={flags=0,keywordFlags=0,name="CorruptedBloodImmune",type="FLAG",value=true}},nil} c["Creates Consecrated Ground on use"]={{},nil} +c["Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life"]={nil,"Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life "} c["Critical Hits Ignore Enemy Monster Lightning Resistance"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="IgnoreLightningResistance",type="FLAG",value=true}},nil} c["Critical Hits Poison the enemy"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="PoisonChance",type="OVERRIDE",value=100}},nil} c["Critical Hits cannot Extract Impale"]={nil,"Critical Hits cannot Extract Impale "} c["Critical Hits cannot Extract Impale 31 to 49 Physical Thorns damage"]={nil,"Critical Hits cannot Extract Impale 31 to 49 Physical Thorns damage "} c["Critical Hits do not deal extra Damage"]={{[1]={flags=0,keywordFlags=0,name="NoCritMultiplier",type="FLAG",value=true}},nil} c["Critical Hits ignore Enemy Monster Elemental Resistances"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="IgnoreElementalResistances",type="FLAG",value=true}},nil} -c["Critical Hits ignore Monster Armour"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="IgnoreEnemyArmour",type="FLAG",value=true}},nil} c["Critical Hits ignore non-negative Enemy Monster Elemental Resistances"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="IgnoreNonNegativeEleRes",type="FLAG",value=true}},nil} c["Critical Hits inflict Impale"]={nil,"Critical Hits inflict Impale "} c["Critical Hits inflict Impale Critical Hits cannot Extract Impale"]={nil,"Critical Hits inflict Impale Critical Hits cannot Extract Impale "} c["Critical Hits with Daggers have a 25% chance to Poison the Enemy"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=524288,keywordFlags=0,name="PoisonChance",type="BASE",value=25}},nil} +c["Critical Hits with Spells apply 3 Stack of Critical Weakness"]={nil,"Critical Hits with Spells apply 3 Stack of Critical Weakness "} c["Critical Hits with Spells apply 5 Stacks of Critical Weakness"]={nil,"Critical Hits with Spells apply 5 Stacks of Critical Weakness "} +c["Critical Hits with Spells apply 5 Stacks of Critical Weakness Critical Hits with Spells apply 3 Stack of Critical Weakness"]={nil,"Critical Hits with Spells apply 5 Stacks of Critical Weakness Critical Hits with Spells apply 3 Stack of Critical Weakness "} +c["Crushes Enemies on Hit"]={nil,"Crushes Enemies on Hit "} +c["Crushes Enemies on Hit +150 Strength Requirement"]={nil,"Crushes Enemies on Hit +150 Strength Requirement "} c["Culling Strike"]={{[1]={[1]={effectType="Global",type="GlobalEffect",unscalable=true},flags=0,keywordFlags=0,name="CullPercent",type="MAX",value=10}},nil} +c["Culling Strike against Beasts while your Companion is in your Presence"]={nil,"Culling Strike against Beasts while your Companion is in your Presence "} c["Culling Strike against Enemies you Mark"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Marked"},flags=0,keywordFlags=0,name="CullPercent",type="MAX",value=10}},nil} c["Culling Strike against Frozen Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=0,name="CullPercent",type="MAX",value=10}},nil} c["Current Energy Shield also grants Elemental Damage reduction"]={nil,"Current Energy Shield also grants Elemental Damage reduction "} @@ -3682,9 +4367,14 @@ c["Curse Enemies with Enfeeble on Block"]={{[1]={flags=0,keywordFlags=0,name="Ex c["Curse Skills have 15% increased Cast Speed"]={{[1]={flags=16,keywordFlags=2,name="Speed",type="INC",value=15}},nil} c["Curse Skills have 20% increased Cast Speed"]={{[1]={flags=16,keywordFlags=2,name="Speed",type="INC",value=20}},nil} c["Curse Skills have 20% increased Skill Effect Duration"]={{[1]={flags=0,keywordFlags=2,name="Duration",type="INC",value=20}},nil} +c["Curse zones erupt after 10% reduced delay"]={nil,"Curse zones erupt after 10% reduced delay "} c["Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Cursed"},flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=25,chance=0.33,keyOfScaledMod="chance",type="Chaos"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} +c["Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Physical Damage"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Cursed"},flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=25,chance=0.33,keyOfScaledMod="chance",type="Physical"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} c["Curses have no Activation Delay"]={{[1]={flags=0,keywordFlags=0,name="CurseDelay",type="MORE",value=-100}},nil} c["Curses you inflict are reflected back to you"]={nil,"Curses you inflict are reflected back to you "} +c["Curses you inflict have infinite Duration"]={nil,"Curses you inflict have infinite Duration "} +c["Curses you inflict have infinite Duration Curses you inflict can affect Hexproof Enemies"]={{[1]={[1]={type="SkillId"},flags=0,keywordFlags=0,name="SkillData",type="LIST",value={key="ignoreHexproof",value=true}}},nil} +c["Curses you inflict have infinite Duration You can apply an additional Curse"]={nil,"Curses you inflict have infinite Duration You can apply an additional Curse "} c["DNT Ded."]={nil,"DNT Ded. "} c["Damage Blocked is Recouped as Mana"]={nil,"Damage Blocked is Recouped as Mana "} c["Damage Penetrates (2-4)% Cold Resistance"]={nil,"Damage Penetrates (2-4)% Cold Resistance "} @@ -3707,6 +4397,7 @@ c["Damage Penetrates 6% Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="Fi c["Damage Penetrates 6% Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningPenetration",type="BASE",value=6}},nil} c["Damage Penetrates 75% Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdPenetration",type="BASE",value=75}},nil} c["Damage Penetrates 8% Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="ColdPenetration",type="BASE",value=8}},nil} +c["Damage Penetrates 8% Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="FirePenetration",type="BASE",value=8}},nil} c["Damage Penetrates 8% Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="LightningPenetration",type="BASE",value=8}},nil} c["Damage of Enemies Hitting you is Unlucky while you are on Low Life"]={nil,"Damage of Enemies Hitting you is Unlucky while you are on Low Life "} c["Damage of Enemies Hitting you is Unlucky while you are on Low Life 50% chance to Avoid Death from Hits"]={nil,"Damage of Enemies Hitting you is Unlucky while you are on Low Life 50% chance to Avoid Death from Hits "} @@ -3715,16 +4406,20 @@ c["Damage over Time bypasses your Energy Shield While not on Full Life, Sacrific c["Damage over Time bypasses your Energy Shield While not on Full Life, Sacrifice 10% of maximum Mana per Second to Recover that much Life"]={nil,"Damage over Time bypasses your Energy Shield While not on Full Life, Sacrifice 10% of maximum Mana per Second to Recover that much Life "} c["Damage taken Recouped as Life is also Recouped as Energy Shield"]={nil,"Damage taken Recouped as Life is also Recouped as Energy Shield "} c["Damage taken is Reserved from Darkness before being taken from Life or Energy Shield"]={nil,"Damage taken is Reserved from Darkness before being taken from Life or Energy Shield "} -c["Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 10 seconds"]={nil,"Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 10 seconds "} -c["Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 10 seconds +8 to Maximum Darkness per Level"]={nil,"Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 10 seconds +8 to Maximum Darkness per Level "} +c["Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 5 seconds"]={nil,"Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 5 seconds "} +c["Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 5 seconds +8 to Maximum Darkness per Level"]={nil,"Damage taken is Reserved from Darkness before being taken from Life or Energy Shield Darkness Reservation lasts for 5 seconds +8 to Maximum Darkness per Level "} c["Damage with Hits is Lucky against Enemies that are on Low Life"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="LowLife"},flags=0,keywordFlags=0,name="LuckyHits",type="FLAG",value=true}},nil} c["Damage with Hits is Lucky against Heavy Stunned Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=0,keywordFlags=0,name="LuckyHits",type="FLAG",value=true}},nil} c["Damaging Ailments Cannot Be inflicted on you while you already have one"]={nil,"Damaging Ailments Cannot Be inflicted on you while you already have one "} c["Damaging Ailments Cannot Be inflicted on you while you already have one 20% increased Magnitude of Damaging Ailments you inflict"]={nil,"Damaging Ailments Cannot Be inflicted on you while you already have one 20% increased Magnitude of Damaging Ailments you inflict "} c["Damaging Ailments deal damage 12% faster"]={{[1]={flags=0,keywordFlags=0,name="IgniteFaster",type="INC",value=12},[2]={flags=0,keywordFlags=0,name="BleedFaster",type="INC",value=12},[3]={flags=0,keywordFlags=0,name="PoisonFaster",type="INC",value=12}},nil} +c["Damaging Ailments deal damage 4% faster"]={{[1]={flags=0,keywordFlags=0,name="IgniteFaster",type="INC",value=4},[2]={flags=0,keywordFlags=0,name="BleedFaster",type="INC",value=4},[3]={flags=0,keywordFlags=0,name="PoisonFaster",type="INC",value=4}},nil} c["Damaging Ailments deal damage 5% faster"]={{[1]={flags=0,keywordFlags=0,name="IgniteFaster",type="INC",value=5},[2]={flags=0,keywordFlags=0,name="BleedFaster",type="INC",value=5},[3]={flags=0,keywordFlags=0,name="PoisonFaster",type="INC",value=5}},nil} -c["Darkness Reservation lasts for 10 seconds"]={nil,"Darkness Reservation lasts for 10 seconds "} -c["Darkness Reservation lasts for 10 seconds +8 to Maximum Darkness per Level"]={nil,"Darkness Reservation lasts for 10 seconds +8 to Maximum Darkness per Level "} +c["Damaging Spells consume a Power Charge if able to trigger Abyssal Apparition"]={nil,"Damaging Spells consume a Power Charge if able to trigger Abyssal Apparition "} +c["Darkness Reservation lasts for 5 seconds"]={nil,"Darkness Reservation lasts for 5 seconds "} +c["Darkness Reservation lasts for 5 seconds +8 to Maximum Darkness per Level"]={nil,"Darkness Reservation lasts for 5 seconds +8 to Maximum Darkness per Level "} +c["Dazes on Hit"]={nil,"Dazes on Hit "} +c["Dazes on Hit 50% increased Melee Damage against Heavy Stunned enemies"]={nil,"Dazes on Hit 50% increased Melee Damage against Heavy Stunned enemies "} c["Deal 30% of Overkill damage to enemies within 2 metres of the enemy killed"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=30}}," Overkill to enemies within 2 metres of the enemy killed "} c["Deal 4% 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%"]={{[1]={[1]={actor="enemy",limit=200,limitTotal=true,type="Multiplier",var="EnemyPresenceSeconds"},[2]={actor="enemy",type="ActorCondition",var="RareOrUnique"},flags=0,keywordFlags=262144,name="Damage",type="INC",value=4}},nil} c["Deal no Non-Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DealNoPhysical",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="DealNoLightning",type="FLAG",value=true},[3]={flags=0,keywordFlags=0,name="DealNoCold",type="FLAG",value=true},[4]={flags=0,keywordFlags=0,name="DealNoChaos",type="FLAG",value=true}},nil} @@ -3732,10 +4427,17 @@ c["Deal up to 40% more Damage to Enemies based on their missing Concentration"]= c["Deal your Thorns Damage to Enemies you Stun with Melee Attacks"]={nil,"your Thorns Damage to Enemies you Stun with Melee Attacks "} c["Deal your Thorns Damage to Enemies you Stun with Melee Attacks 35 to 53 Physical Thorns damage"]={nil,"your Thorns Damage to Enemies you Stun with Melee Attacks 35 to 53 Physical Thorns damage "} c["Deals 25% of current Mana as Chaos Damage to you when Effect ends"]={nil,"Deals 25% of current Mana as Chaos Damage to you when Effect ends "} +c["Debuffs inflicted by Hazards have 30% increased Slow Magnitude"]={nil,"Debuffs inflicted by Hazards have 30% increased Slow Magnitude "} +c["Debuffs inflicted by Hazards have 30% increased Slow Magnitude 30% increased Hazard Immobilisation buildup"]={nil,"Debuffs inflicted by Hazards have 30% increased Slow Magnitude 30% increased Hazard Immobilisation buildup "} c["Debuffs on you expire 10% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDebuffExpirationRate",type="BASE",value=10}},nil} c["Debuffs on you expire 20% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDebuffExpirationRate",type="BASE",value=20}},nil} +c["Debuffs on you expire 25% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDebuffExpirationRate",type="BASE",value=25}},nil} +c["Debuffs on you expire 3% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDebuffExpirationRate",type="BASE",value=3}},nil} +c["Debuffs on you expire 8% faster"]={{[1]={flags=0,keywordFlags=0,name="SelfDebuffExpirationRate",type="BASE",value=8}},nil} c["Debuffs you inflict have 10% increased Slow Magnitude"]={nil,"Debuffs you inflict have 10% increased Slow Magnitude "} c["Debuffs you inflict have 10% increased Slow Magnitude Debuffs on you expire 20% faster"]={nil,"Debuffs you inflict have 10% increased Slow Magnitude Debuffs on you expire 20% faster "} +c["Debuffs you inflict have 20% increased Slow Magnitude"]={nil,"Debuffs you inflict have 20% increased Slow Magnitude "} +c["Debuffs you inflict have 20% increased Slow Magnitude 6% increased Spirit"]={nil,"Debuffs you inflict have 20% increased Slow Magnitude 6% increased Spirit "} c["Debuffs you inflict have 30% increased Slow Magnitude"]={nil,"Debuffs you inflict have 30% increased Slow Magnitude "} c["Debuffs you inflict have 30% increased Slow Magnitude Cannot Immobilise enemies"]={nil,"Debuffs you inflict have 30% increased Slow Magnitude Cannot Immobilise enemies "} c["Debuffs you inflict have 4% increased Slow Magnitude"]={nil,"Debuffs you inflict have 4% increased Slow Magnitude "} @@ -3744,15 +4446,25 @@ c["Debuffs you inflict have 5% increased Slow Magnitude"]={nil,"Debuffs you infl c["Debuffs you inflict have 6% increased Slow Magnitude"]={nil,"Debuffs you inflict have 6% increased Slow Magnitude "} c["Decimating Strike"]={nil,"Decimating Strike "} c["Defend against Hits as though you had 1% more Armour per 1% current Energy Shield"]={nil,"Defend against Hits as though you had 1% more Armour per 1% current Energy Shield "} +c["Defend against Hits as though you had 1% more Armour per 1% current Energy Shield 50% reduced Duration of Bleeding on You"]={nil,"Defend against Hits as though you had 1% more Armour per 1% current Energy Shield 50% reduced Duration of Bleeding on You "} c["Defend with 120% of Armour against Projectile Attacks"]={nil,"Defend with 120% of Armour against Projectile Attacks "} c["Defend with 120% of Armour while not on Low Energy Shield"]={{[1]={[1]={neg=true,type="Condition",var="LowEnergyShield"},flags=0,keywordFlags=0,name="ArmourDefense",source="Armour and Energy Shield Mastery",type="MAX",value=20}},nil} -c["Defend with 150% of Armour against Attacks from further than 6m"]={nil,"Defend with 150% of Armour against Attacks from further than 6m "} +c["Defend with 150% of Armour against Hits from Enemies that are further than 6m away"]={nil,"Defend with 150% of Armour against Hits from Enemies that are further than 6m away "} c["Defend with 200% of Armour"]={{[1]={flags=0,keywordFlags=0,name="ArmourDefense",type="MAX",value=100}},nil} c["Defend with 200% of Armour against Critical Hits"]={nil,"Defend with 200% of Armour against Critical Hits "} c["Defend with 200% of Armour against Critical Hits +15 to Strength"]={nil,"Defend with 200% of Armour against Critical Hits +15 to Strength "} c["Defend with 200% of Armour during effect"]={nil,"Defend with 200% of Armour during effect "} +c["Deflected Hits cannot inflict Bleeding on you"]={nil,"Deflected Hits cannot inflict Bleeding on you "} +c["Deflected Hits cannot inflict Maim on you"]={nil,"Deflected Hits cannot inflict Maim on you "} +c["Deflected Hits cannot inflict Maim on you Deflected Hits cannot inflict Bleeding on you"]={nil,"Deflected Hits cannot inflict Maim on you Deflected Hits cannot inflict Bleeding on you "} c["Demonflame has no maximum"]={nil,"Demonflame has no maximum "} +c["Detonator skills have 40% increased Area of Effect"]={nil,"Detonator skills have 40% increased Area of Effect "} +c["Detonator skills have 40% increased Area of Effect Detonator skills have 80% reduced damage"]={nil,"Detonator skills have 40% increased Area of Effect Detonator skills have 80% reduced damage "} +c["Detonator skills have 8% increased Area of Effect"]={nil,"Detonator skills have 8% increased Area of Effect "} +c["Detonator skills have 80% reduced damage"]={nil,"Detonator skills have 80% reduced damage "} c["Dexterity's inherent bonus is 1% increased Armour per 2 Dexterity instead"]={{[1]={[1]={div="2",stat="Dex",type="PerStat"},flags=0,keywordFlags=0,name="Armour",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoDexBonusToAccuracy",type="FLAG",value=true}},nil} +c["Diviner Cuffs"]={nil,"Diviner Cuffs "} +c["Diviner Cuffs League: Dawn of the Hunt"]={nil,"Diviner Cuffs League: Dawn of the Hunt "} c["Dodge Roll avoids all Hits"]={nil,"Dodge Roll avoids all Hits "} c["Dodge Roll avoids all Hits 10% less Movement and Skill Speed per Dodge Roll in the past 20 seconds"]={nil,"Dodge Roll avoids all Hits 10% less Movement and Skill Speed per Dodge Roll in the past 20 seconds "} c["Dodge Roll cannot Avoid Damage"]={nil,"Dodge Roll cannot Avoid Damage "} @@ -3765,19 +4477,25 @@ c["Doubles Mana Costs"]={{[1]={flags=0,keywordFlags=0,name="ManaCost",type="MORE c["Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to 10% of your maximum Life"]={nil,"Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to 10% of your maximum Life "} c["Drop Shocked Ground while moving, lasting 8 seconds"]={nil,"Drop Shocked Ground while moving, lasting 8 seconds "} c["Each Arrow fired is a Crescendo, Splinter, Reversing, Diamond, Covetous, or Blunt Arrow"]={nil,"Each Arrow fired is a Crescendo, Splinter, Reversing, Diamond, Covetous, or Blunt Arrow "} -c["Effect and Duration of Flames of Chayula on You is Doubled"]={{[1]={flags=0,keywordFlags=0,name="Multiplier:FlameEffect",type="BASE",value=1}},nil} +c["Each Totem applies 2% increased Damage taken to Enemies in their Presence"]={nil,"Each Totem applies 2% increased Damage taken to Enemies in their Presence "} +c["Effect is not removed when Unreserved Life is Filled"]={nil,"Effect is not removed when Unreserved Life is Filled "} +c["Effect is not removed when Unreserved Life is Filled 30% of Damage taken during effect Recouped as Life"]={nil,"Effect is not removed when Unreserved Life is Filled 30% of Damage taken during effect Recouped as Life "} c["Effect is not removed when Unreserved Mana is Filled"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskEffectNotRemoved",type="FLAG",value=true}},nil} c["Eldritch Battery"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Eldritch Battery"}},nil} c["Elemental Ailment Threshold is increased by Overcapped Chaos Resistance"]={nil,"Elemental Ailment Threshold is increased by Overcapped Chaos Resistance "} c["Elemental Ailment Threshold is increased by Overcapped Chaos Resistance Armour is increased by Overcapped Fire Resistance"]={nil,"Elemental Ailment Threshold is increased by Overcapped Chaos Resistance Armour is increased by Overcapped Fire Resistance "} c["Elemental Damage also Contributes to Bleeding Magnitude"]={{[1]={flags=0,keywordFlags=0,name="FireCanBleed",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ColdCanBleed",type="FLAG",value=true},[3]={flags=0,keywordFlags=0,name="LightningCanBleed",type="FLAG",value=true}},nil} -c["Elemental Storm has 150% more Cooldown Recovery Rate"]={{[1]={[1]={includeTransfigured=true,skillName="Elemental Storm",type="SkillName"},flags=0,keywordFlags=0,name="CooldownRecovery",type="MORE",value=150}},nil} +c["Empowered Attacks Gain 15% of Physical Damage as Extra Fire damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="PhysicalDamageGainAsFire",type="BASE",value=15}},nil} c["Empowered Attacks deal 10% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=10}},nil} c["Empowered Attacks deal 16% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=16}},nil} +c["Empowered Attacks deal 20% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["Empowered Attacks deal 30% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=30}},nil} c["Empowered Attacks deal 50% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=50}},nil} +c["Empowered Attacks deal 8% increased Damage"]={{[1]={[1]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="Damage",type="INC",value=8}},nil} c["Empowered Attacks have 50% increased Stun Buildup"]={{}," Stun Buildup "} c["Empowered Attacks have 50% increased Stun Buildup 100% increased Stun Threshold during Empowered Attacks"]={{[1]={[1]={type="Condition",var="Empowered"},[2]={type="Condition",var="Empowered"},flags=1,keywordFlags=0,name="StunThreshold",type="INC",value=50}}," Stun Buildup 100% increased "} +c["Enemies Blinded by you have 15% reduced Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Blinded"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=-15}}}},nil} +c["Enemies Blinded by you have 50% reduced Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Blinded"},flags=0,keywordFlags=0,name="CritChance",type="INC",value=-50}}}},nil} c["Enemies Chilled by your Hits can be Shattered as though Frozen"]={nil,"your Hits can be Shattered as though Frozen "} c["Enemies Chilled by your Hits increase damage taken by Chill Magnitude"]={nil,"your Hits increase damage taken by Chill Magnitude "} c["Enemies Chilled by your Hits increase damage taken by Chill Magnitude Attacks Gain 10% of Damage as Extra Cold Damage"]={nil,"your Hits increase damage taken by Chill Magnitude Attacks Gain 10% of Damage as Extra Cold Damage "} @@ -3786,11 +4504,14 @@ c["Enemies Frozen by you take 50% increased Damage"]={{[1]={flags=0,keywordFlags c["Enemies Hitting you have 10% chance to gain an Endurance, "]={nil,"Enemies Hitting you have 10% chance to gain an Endurance, "} c["Enemies Hitting you have 10% chance to gain an Endurance, Frenzy or Power Charge"]={nil,"Enemies Hitting you have 10% chance to gain an Endurance, Frenzy or Power Charge "} c["Enemies Ignited by you have -5% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Ignited"},flags=0,keywordFlags=0,name="FireResist",type="BASE",value=-5}}}},nil} +c["Enemies Ignited by you permanently take 1% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10%"]={nil,"you permanently take 1% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10% "} c["Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite"]={{[1]={flags=0,keywordFlags=0,name="IgniteToChaos",type="FLAG",value=true}},nil} c["Enemies Immobilised by you take 25% less Damage"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Immobilised"},flags=0,keywordFlags=0,name="DamageTaken",type="MORE",value=-25}}}},nil} c["Enemies affected by your Hazards Recently have 25% reduced Armour"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="ActorCondition",var="AffectedByHazardRecently"},flags=0,keywordFlags=0,name="Armour",type="INC",value=-25}}}},nil} c["Enemies affected by your Hazards Recently have 25% reduced Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="ActorCondition",var="AffectedByHazardRecently"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=-25}}}},nil} c["Enemies are Culled on Block"]={nil,"Enemies are Culled on Block "} +c["Enemies are Intimidated for 4 seconds when you Immobilise them"]={nil,"Enemies are Intimidated for 4 seconds when you Immobilise them "} +c["Enemies are Maimed for 4 seconds after becoming Unpinned"]={nil,"Enemies are Maimed for 4 seconds after becoming Unpinned "} c["Enemies have Maximum Concentration equal to 40% of their Maximum Life"]={nil,"Enemies have Maximum Concentration equal to 40% of their Maximum Life "} c["Enemies have Maximum Concentration equal to 40% of their Maximum Life Break enemy Concentration on Hit equal to 100% of Damage Dealt"]={nil,"Enemies have Maximum Concentration equal to 40% of their Maximum Life Break enemy Concentration on Hit equal to 100% of Damage Dealt "} c["Enemies have Maximum Concentration equal to 40% of their Maximum Life Break enemy Concentration on Hit equal to 100% of Damage Dealt Enemies regain 10% of Concentration every second if they haven't lost Concentration in the past 5 seconds"]={nil,"Enemies have Maximum Concentration equal to 40% of their Maximum Life Break enemy Concentration on Hit equal to 100% of Damage Dealt Enemies regain 10% of Concentration every second if they haven't lost Concentration in the past 5 seconds "} @@ -3802,11 +4523,13 @@ c["Enemies in your Presence Resist Elemental Damage based on their Lowest Resist c["Enemies in your Presence are Blinded"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="Condition:Blinded",type="FLAG",value=true}}}},nil} c["Enemies in your Presence are Ignited as though dealt 100 Base Fire Damage"]={nil,"Ignited as though dealt 100 Base Fire Damage "} c["Enemies in your Presence are Intimidated"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="Condition:Intimidated",type="FLAG",value=true}}}},nil} -c["Enemies in your Presence are Slowed by 20%"]={nil,"Slowed by 20% "} +c["Enemies in your Presence are Slowed by 20%"]={{[1]={[1]={type="Condition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ActionSpeed",type="INC",value=-20}}}},nil} c["Enemies in your Presence count as being on Low Life"]={{[1]={[1]={type="Condition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:LowLife",type="FLAG",value=true}}}},nil} c["Enemies in your Presence count as having double Power"]={{},"count as having Power "} +c["Enemies in your Presence have +1% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="FireResist",type="BASE",value=1}}}},nil} +c["Enemies in your Presence have -10% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="FireResist",type="BASE",value=-10}}}},nil} c["Enemies in your Presence have 10% reduced Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=-10}}}},nil} -c["Enemies in your Presence have Fire Exposure"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="FireExposure",type="BASE",value=-20}}}},nil} +c["Enemies in your Presence have 75% reduced Life Regeneration rate"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="LifeRegen",type="INC",value=-75}}}},nil} c["Enemies in your Presence have Lightning Resistance equal to yours"]={{[1]={[1]={type="Condition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="EnemyLightningResistEqualToYours",type="FLAG",value=true}},nil} c["Enemies in your Presence have at least 10% of Life Reserved"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="LifeReservationPercent",type="BASE",value=10}}}},nil} c["Enemies in your Presence have no Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="FireResist",type="OVERRIDE",value=0}}},[2]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="ColdResist",type="OVERRIDE",value=0}}},[3]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={actor="enemy",type="ActorCondition",var="EnemyInPresence"},flags=0,keywordFlags=0,name="LightningResist",type="OVERRIDE",value=0}}}},nil} @@ -3821,11 +4544,20 @@ c["Enemies take 20% increased Damage for each Elemental Ailment type among your c["Enemies you Curse are Hindered, with 15% reduced Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Cursed"},flags=0,keywordFlags=0,name="Condition:Hindered",type="FLAG",value=true}}}},nil} c["Enemies you Curse cannot Recharge Energy Shield"]={{[1]={[1]={type="Condition",var="Curse"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="NoEnergyShieldRecharge",type="FLAG",value=true}}}},nil} c["Enemies you Curse have -3% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Curse"},flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-3}}}},nil} +c["Enemies you Curse have -5% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Curse"},flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-5}}}},nil} +c["Enemies you Curse have -7% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Curse"},flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=-7}}}},nil} +c["Enemies you Curse have at least 15% of Life Reserved"]={nil,"at least 15% of Life Reserved "} c["Enemies you Electrocute have 20% increased Damage taken"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Electrocuted"},flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=20}}}},nil} +c["Enemies you Fully Armour Break are Maimed"]={nil,"Enemies you Fully Armour Break are Maimed "} +c["Enemies you Fully Armour Break cannot Regenerate Life"]={nil,"Enemies you Fully Armour Break cannot Regenerate Life "} +c["Enemies you Fully Armour Break cannot Regenerate Life Enemies you Fully Armour Break are Maimed"]={nil,"Enemies you Fully Armour Break cannot Regenerate Life Enemies you Fully Armour Break are Maimed "} +c["Enemies you Kill have a 10% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=25,chance=0.1,keyOfScaledMod="chance",type="Chaos"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} c["Enemies you Mark cannot deal Critical Hits"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Marked"},flags=0,keywordFlags=0,name="NeverCrit",type="FLAG",value=true}}},[2]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Condition",var="Marked"},flags=0,keywordFlags=0,name="Condition:NeverCrit",type="FLAG",value=true}}}},nil} c["Enemies you Mark have 10% reduced Accuracy Rating"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Marked"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="INC",value=-10}}}},nil} c["Enemies you Mark take 10% increased Damage"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Marked"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="DamageTaken",type="INC",value=10}}}},nil} c["Enemies you apply Incision to take 2% increased Physical Damage per Incision"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Multiplier",var="IncisionStack"},flags=0,keywordFlags=0,name="PhysicalDamageTaken",type="INC",value=2}}}},nil} +c["Enemies you inflict Bleeding on cannot Regenerate Life"]={nil,"Enemies you inflict Bleeding on cannot Regenerate Life "} +c["Enemies you kill with Empowered Attacks have a 10% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"]={nil,"Enemies you kill with Empowered Attacks have a 10% chance to Explode, dealing a tenth of their maximum Life as Fire Damage "} c["Enemies' Damage with Critical Hits against you is Lucky"]={nil,"Enemies' Damage with Critical Hits is Lucky "} c["Energy Generation is doubled"]={{},"Energy Generation "} c["Energy Shield Recharge is not interrupted by Damage if Recharge began Recently"]={nil,"Energy Shield Recharge is not interrupted by Damage if Recharge began Recently "} @@ -3843,9 +4575,9 @@ c["Equipment and Skill Gems have 4% reduced Attribute Requirements"]={{[1]={flag c["Equipment and Skill Gems have 50% reduced Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="GlobalAttributeRequirements",type="INC",value=-50}},nil} c["Evasion Rating from Equipped Body Armour is halved"]={{[1]={[1]={slotName="Body Armour",type="SlotName"},flags=0,keywordFlags=0,name="Evasion",type="MORE",value=-50}},nil} c["Evasion Rating from Equipped Helmet, Gloves and Boots is doubled"]={{[1]={[1]={slotNameList={[1]="Helmet",[2]="Boots",[3]="Gloves"},type="SlotName"},flags=0,keywordFlags=0,name="Evasion",type="MORE",value=100}},nil} +c["Evasion Rating is doubled if you have not been Hit Recently"]={{[1]={[1]={neg=true,type="Condition",var="BeenHitRecently"},[2]={globalLimit=100,globalLimitKey="EvasionDoubledLimit",type="Multiplier",var="EvasionDoubled"},flags=0,keywordFlags=0,name="Evasion",type="MORE",value=100},[2]={[1]={neg=true,type="Condition",var="BeenHitRecently"},flags=0,keywordFlags=0,name="Multiplier:EvasionDoubled",type="OVERRIDE",value=1}},nil} c["Evasion Rating is increased by Overcapped Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="EvasionRatingIncreasedByOvercappedLightningRes",type="FLAG",value=true}},nil} c["Everlasting Sacrifice"]={{[1]={flags=0,keywordFlags=0,name="Condition:EverlastingSacrifice",type="FLAG",value=true}},nil} -c["Every 10 seconds, gain 50% more Cast Speed for 5 seconds"]={{[1]={[1]={effectName="Quicksand Hourglass",effectType="Buff",type="GlobalEffect"},[2]={type="Condition",var="QuicksandHourglass"},flags=16,keywordFlags=0,name="Speed",type="MORE",value="50"},[2]={flags=0,keywordFlags=0,name="Condition:CanGainQuicksandHourglass",type="FLAG",value=true}},nil} c["Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres"]={nil,"Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres "} c["Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres Recover all Mana when Used"]={nil,"Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres Recover all Mana when Used "} c["Every 3 seconds, Consume a nearby Corpse to Recover 20% of maximum Life"]={nil,"Every 3 seconds, Consume a nearby Corpse to Recover 20% of maximum Life "} @@ -3859,50 +4591,69 @@ c["Every second, inflicts Critical Weakness on enemies in your Presence for 15 s c["Excess Life Recovery added as Guard for 10 seconds"]={nil,"Excess Life Recovery added as Guard for 10 seconds "} c["Excess Life Recovery from Leech is applied to Energy Shield"]={nil,"Excess Life Recovery from Leech is applied to Energy Shield "} c["Excess Life Recovery from Regeneration is applied to Energy Shield"]={{[1]={[1]={type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="ZealotsOath",type="FLAG",value=true}},nil} -c["Exposure you inflict lowers the affected Resistance by an additional 12%"]={{[1]={flags=0,keywordFlags=0,name="ExtraExposure",type="BASE",value=-12}},nil} -c["Final Repeat of Spells has 40% increased Area of Effect"]={{[1]={[1]={neg=true,type="Condition",var="CastOnFrostbolt"},[2]={type="Condition",varList={[1]="averageRepeat",[2]="alwaysFinalRepeat"}},flags=2,keywordFlags=0,name="RepeatFinalAreaOfEffect",type="INC",value=40}},nil} -c["Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude"]={nil,"Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude "} -c["Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup"]={nil,"Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup "} -c["Fire Exposure you inflict lowers Total Fire Resistance by an extra 5%"]={{[1]={flags=0,keywordFlags=0,name="ExtraFireExposure",type="BASE",value=-5}},nil} +c["Exposure you inflict lowers Resistances by an additional 5%"]={nil,"Exposure you inflict lowers Resistances by an additional 5% "} +c["Final Repeat of Spells has 30% increased Area of Effect"]={{[1]={[1]={neg=true,type="Condition",var="CastOnFrostbolt"},[2]={type="Condition",varList={[1]="averageRepeat",[2]="alwaysFinalRepeat"}},flags=2,keywordFlags=0,name="RepeatFinalAreaOfEffect",type="INC",value=30}},nil} +c["Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes"]={nil,"Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes "} +c["Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup"]={nil,"Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup "} c["Fire Resistance is unaffected by Area Penalties"]={nil,"Fire Resistance is unaffected by Area Penalties "} c["Fire Resistance is unaffected by Area Penalties Lightning Resistance is unaffected by Area Penalties"]={nil,"Fire Resistance is unaffected by Area Penalties Lightning Resistance is unaffected by Area Penalties "} +c["Fire Spells Convert 100% of Fire Damage to Chaos Damage"]={{[1]={[1]={skillType=2,type="SkillType"},[2]={skillType=28,type="SkillType"},flags=0,keywordFlags=0,name="FireDamageConvertToChaos",type="BASE",value="100"}},nil} +c["Fissure Skills have a 20% chance to create an additional Fissure"]={nil,"Fissure Skills have a 20% chance to create an additional Fissure "} +c["Flammability Magnitude is doubled"]={{},"Magnitude "} c["Flasks gain 0.17 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="FlaskChargesGenerated",type="BASE",value=0.17}},nil} -c["Forks Critical Hits"]={{[1]={flags=0,keywordFlags=0,name="ForkCrit",type="FLAG",value=true}},nil} -c["Freeze as though dealing Cold damage equal to 10% of your maximum Mana when Hit"]={nil,"Freeze as though dealing Cold damage equal to 10% of your maximum Mana when Hit "} +c["For each colour of Socketed Support Gem that is most numerous, gain:"]={nil,"For each colour of Socketed Support Gem that is most numerous, gain: "} +c["For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits against you have no Critical Damage Bonus"]={nil,"For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits have no Critical Damage Bonus "} +c["For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits against you have no Critical Damage Bonus Blue: Skills have 30% less cost"]={nil,"For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits have no Critical Damage Bonus Blue: Skills have 30% less cost "} +c["For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits against you have no Critical Damage Bonus Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving"]={nil,"For each colour of Socketed Support Gem that is most numerous, gain: Red: Hits have no Critical Damage Bonus Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving "} c["Frenzy or Power Charge"]={nil,"Frenzy or Power Charge "} c["Fully Armour Broken enemies you kill with Hits Shatter"]={nil,"Fully Armour Broken enemies you kill with Hits Shatter "} +c["Fully Broken Armour effects also apply to Fire Damage Taken from Hits"]={nil,"Fully Broken Armour effects also apply to Fire Damage Taken from Hits "} c["Gain 0% to 40% increased Movement Speed at random when Hit, until Hit again"]={{[1]={flags=0,keywordFlags=0,name="Condition:HaveGamblesprint",type="FLAG",value=true}},nil} c["Gain 1 Endurance Charge every second if you've been Hit Recently"]={{}," Endurance Charge every second "} c["Gain 1 Fragile Regrowth each second"]={{}," Fragile Regrowth each second "} +c["Gain 1 Life Flask Charge per 4% Life spent"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=1}}," Flask Charge per 4% Life spent "} +c["Gain 1 Life Flask Charge per 4% Life spent On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed"]={{[1]={flags=4,keywordFlags=0,name="Life",type="BASE",value=1}}," Flask Charge per 4% Life spent ting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed "} +c["Gain 1 Life Flask Charge per 4% Life spent On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way"]={{[1]={flags=4,keywordFlags=0,name="LifeAsPhysical",type="BASE",value=1}}," Flask Charge per 4% Life spent ting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed Gain 1% of damage per Charge consumed this way "} c["Gain 1 Rage on Melee Axe Hit"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} c["Gain 1 Rage on Melee Hit"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} +c["Gain 1 Volatility on inflicting an Elemental Ailment"]={{}," Volatility on inflicting an Elemental Ailment "} +c["Gain 1 Volatility on inflicting an Elemental Ailment Take no Damage from Volatility"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="BASE",value=1}}," Volatility on inflicting an Elemental Ailment Take no from Volatility "} c["Gain 1% of Cold damage as Extra Fire damage per 1% Chill Magnitude on enemy"]={{[1]={flags=0,keywordFlags=0,name="ColdDamageGainAsFire",type="BASE",value=1}}," per 1% Chill Magnitude on enemy "} -c["Gain 1% of Damage as Extra Chaos Damage per 20 Unreserved Darkness"]={{[1]={[1]={div=20,stat="UnreservedDarkness",type="PerStat"},flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=1}},nil} c["Gain 1% of damage as Fire damage per 1% Chance to Block"]={{[1]={[1]={div=1,stat="BlockChance",type="PerStat"},flags=0,keywordFlags=0,name="DamageAsFire",type="BASE",value=1}},nil} +c["Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way"]={{[1]={flags=0,keywordFlags=0,name="DamageAsPhysical",type="BASE",value=1}}," per Charge consumed this way "} c["Gain 10 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=10}},nil} c["Gain 10 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=10}},nil} c["Gain 10 Rage when Critically Hit by an Enemy"]={{}," Rage when Critically Hit by an Enemy "} c["Gain 10% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=10}},nil} +c["Gain 10% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=10}},nil} c["Gain 10% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=10}},nil} -c["Gain 10% of Elemental Damage Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsLightning",type="BASE",value=10}}," Damage "} -c["Gain 10% of Elemental Damage Damage as Extra Lightning Damage 33% of Elemental Damage Converted to Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsLightning",type="BASE",value=10}}," Damage 33% of Elemental Damage Converted to Cold Damage "} c["Gain 10% of Elemental Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsCold",type="BASE",value=10}},nil} c["Gain 10% of Elemental Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsFire",type="BASE",value=10}},nil} -c["Gain 100% of Armour as extra Stun Threshold"]={{[1]={[1]={percent=100,stat="Armour",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} +c["Gain 10% of Elemental Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsLightning",type="BASE",value=10}},nil} c["Gain 100% of Evasion Rating as extra Ailment Threshold"]={{[1]={[1]={percent=100,stat="Evasion",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain 11% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=11}},nil} +c["Gain 12% of Physical Damage as Extra Cold Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsCold",type="BASE",value=12}},nil} c["Gain 12% of Physical Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsFire",type="BASE",value=12}},nil} +c["Gain 12% of Physical Damage as Extra Lightning Damage against Dazed Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Dazed"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsLightning",type="BASE",value=12}},nil} c["Gain 13 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=13}},nil} c["Gain 13 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=13}},nil} +c["Gain 13% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=13}},nil} c["Gain 13% of maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeGainAsEnergyShield",type="BASE",value=13}},nil} c["Gain 15 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=15}},nil} c["Gain 15 Mana per Enemy Hit with Attacks"]={{[1]={flags=4,keywordFlags=65536,name="ManaOnHit",type="BASE",value=15}},nil} c["Gain 15 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=15}},nil} +c["Gain 15% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=15}},nil} +c["Gain 15% of Damage as Extra Cold Damage while on Chilled Ground"]={{[1]={[1]={type="Condition",var="OnChilledGround"},flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=15}}," while "} +c["Gain 15% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=15}},nil} +c["Gain 15% of Damage as Extra Fire Damage while on Ignited Ground"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=15}}," while on Ignited Ground "} +c["Gain 15% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=15}},nil} +c["Gain 15% of Damage as Extra Lightning Damage while on Shocked Ground"]={{[1]={[1]={type="Condition",var="OnShockedGround"},flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=15}}," while "} +c["Gain 15% of Damage as Extra Lightning Damage while on Shocked Ground 40% reduced effect of Shock on you"]={{[1]={[1]={type="Condition",var="OnShockedGround"},flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=15}}," while 40% reduced effect of Shock on you "} +c["Gain 15% of maximum Energy Shield as additional Freeze Threshold"]={{[1]={[1]={percent=15,stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="FreezeThreshold",type="BASE",value=1}},nil} c["Gain 15% of maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeGainAsEnergyShield",type="BASE",value=15}},nil} c["Gain 18 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=18}},nil} c["Gain 2 Rage on Melee Axe Hit"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} c["Gain 2 Rage when Hit by an Enemy"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} -c["Gain 2% of Physical Damage as extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsChaos",type="BASE",value=2}},nil} c["Gain 20 Energy Shield when you Block"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldOnBlock",type="BASE",value=20}},nil} c["Gain 20 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=20}},nil} c["Gain 25 Life per Enemy Hit with Attacks"]={{[1]={flags=4,keywordFlags=65536,name="LifeOnHit",type="BASE",value=25}},nil} @@ -3912,6 +4663,8 @@ c["Gain 25% of Cold Damage as Extra Fire Damage against Frozen Enemies"]={{[1]={ c["Gain 25% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=25}},nil} c["Gain 25% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=25}},nil} c["Gain 25% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=25}},nil} +c["Gain 25% of Physical Damage as Extra Fire Damage against Heavy Stunned Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="HeavyStunned"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsFire",type="BASE",value=25}},nil} +c["Gain 25% of Physical Damage as Extra Lightning Damage against Electrocuted Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Electrocuted"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsLightning",type="BASE",value=25}},nil} c["Gain 26% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=26}},nil} c["Gain 26% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=26}},nil} c["Gain 26% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=26}},nil} @@ -3924,21 +4677,29 @@ c["Gain 3 random Charge on reaching Maximum Rage"]={{[1]={flags=0,keywordFlags=0 c["Gain 3 random Charge on reaching Maximum Rage Lose all Rage on reaching Maximum Rage"]={{[1]={flags=0,keywordFlags=0,name="MaximumRage",type="BASE",value=3}}," random Charge on reaching Lose all Rage on reaching Maximum Rage "} c["Gain 3% of Damage as Chaos Damage per Undead Minion"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="DamageAsChaos",type="BASE",value=3}}}}," per Undead "} c["Gain 3% of Damage as Chaos Damage per Undead Minion Gain 5% of Damage as Chaos Damage per Undead Minion"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="DamageAsChaos",type="BASE",value=3}}}}," per Undead Gain 5% of Damage as Chaos Damage per Undead Minion "} +c["Gain 3% of Physical Damage as extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsChaos",type="BASE",value=3}},nil} c["Gain 30 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=30}},nil} c["Gain 30 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=30}},nil} c["Gain 30% of maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeGainAsEnergyShield",type="BASE",value=30}},nil} c["Gain 30% of maximum Mana as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ManaGainAsEnergyShield",type="BASE",value=30}},nil} c["Gain 35 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=35}},nil} +c["Gain 35% Base Chance to Block from Equipped Shield instead of the Shield's value"]={{[1]={[1]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="ReplaceShieldBlock",type="OVERRIDE",value=35}},nil} c["Gain 35% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=35}},nil} +c["Gain 4% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=4}},nil} +c["Gain 4% of Damage as Extra Fire Damage for"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=4}}," for "} +c["Gain 4% of Damage as Extra Fire Damage for every different Grenade fired in the past 8 seconds"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=4}}," for every different fired in the past 8 seconds "} c["Gain 40 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=40}},nil} -c["Gain 40% Base Chance to Block from Equipped Shield instead of the Shield's value"]={{[1]={[1]={type="Condition",var="UsingShield"},flags=0,keywordFlags=0,name="ReplaceShieldBlock",type="OVERRIDE",value=40}},nil} c["Gain 40% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=40}},nil} c["Gain 5 Life per Enemy Hit with Attacks"]={{[1]={flags=4,keywordFlags=65536,name="LifeOnHit",type="BASE",value=5}},nil} c["Gain 5 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=5}},nil} c["Gain 5 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=5}},nil} c["Gain 5 Rage when Hit by an Enemy"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanGainRage",type="FLAG",value=true}},nil} +c["Gain 5 Rage when Hit by an Enemy during effect"]={{}," Rage when Hit by an Enemy "} +c["Gain 5 Rage when Hit by an Enemy during effect No Inherent loss of Rage during effect"]={{}," Rage when Hit by an Enemy No Inherent loss of Rage "} c["Gain 5% of Damage as Chaos Damage per Undead Minion"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="DamageAsChaos",type="BASE",value=5}}}}," per Undead "} +c["Gain 5% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=5}},nil} c["Gain 5% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=5}},nil} +c["Gain 5% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=5}},nil} c["Gain 5% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=5}},nil} c["Gain 5% of Lightning Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="LightningDamageGainAsCold",type="BASE",value=5}},nil} c["Gain 5% of Maximum Mana as Extra Maximum Energy Shield while you have at least 150 Devotion"]={{[1]={[1]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="ManaGainAsEnergyShield",type="BASE",value=5}},nil} @@ -3948,27 +4709,59 @@ c["Gain 50% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name= c["Gain 50% of Maximum Mana as Armour"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="BASE",value=50}}," as Armour "} c["Gain 50% of maximum Energy Shield as additional Freeze Threshold"]={{[1]={[1]={percent=50,stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="FreezeThreshold",type="BASE",value=1}},nil} c["Gain 6 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=6}},nil} -c["Gain 6% of Physical Damage as extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsChaos",type="BASE",value=6}},nil} +c["Gain 6% of Elemental Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsCold",type="BASE",value=6}},nil} +c["Gain 6% of Elemental Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsFire",type="BASE",value=6}},nil} +c["Gain 6% of Elemental Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsLightning",type="BASE",value=6}},nil} c["Gain 6% of maximum Mana as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ManaGainAsEnergyShield",type="BASE",value=6}},nil} c["Gain 60% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=60}},nil} c["Gain 8 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=8}},nil} +c["Gain 8 Rage when you use a Life Flask"]={{[1]={flags=0,keywordFlags=0,name="Life",type="BASE",value=8}}," Rage when you use a Flask "} c["Gain 8% of Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsFire",type="BASE",value=8}},nil} +c["Gain 8% of Damage as Extra Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsPhysical",type="BASE",value=8}},nil} c["Gain 8% of Elemental Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsCold",type="BASE",value=8}},nil} c["Gain 8% of Elemental Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsFire",type="BASE",value=8}},nil} +c["Gain 8% of Elemental Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="ElementalDamageGainAsLightning",type="BASE",value=8}},nil} c["Gain 8% of Evasion Rating as extra Armour"]={{[1]={flags=0,keywordFlags=0,name="EvasionGainAsArmour",type="BASE",value=8}},nil} +c["Gain 8% of Physical Damage as Extra Cold Damage against Shocked Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Shocked"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsCold",type="BASE",value=8}},nil} +c["Gain 8% of Physical Damage as Extra Lightning Damage against Chilled Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Chilled"},flags=0,keywordFlags=0,name="PhysicalDamageGainAsLightning",type="BASE",value=8}},nil} +c["Gain 8% of Physical Damage as extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsChaos",type="BASE",value=8}},nil} c["Gain 9 Life per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=9}},nil} c["Gain Accuracy Rating equal to your Intelligence"]={{[1]={[1]={stat="Int",type="PerStat"},flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=1}},nil} c["Gain Accuracy Rating equal to your Strength"]={{[1]={[1]={stat="Str",type="PerStat"},flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=1}},nil} c["Gain Ailment Threshold equal to the lowest of Evasion and Armour on your Boots"]={{[1]={[1]={stat="LowestOfArmourAndEvasionOnBoots",type="PerStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain Arcane Surge on Hit with Spells if you have at least 150 Devotion"]={{[1]={[1]={type="Condition",var="HitSpellRecently"},[2]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}},nil} +c["Gain Arcane Surge when a Minion Dies"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}}}}," when a Dies "} +c["Gain Arcane Surge when a Minion Dies 30% increased maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}}}}," when a Dies 30% increased "} +c["Gain Cold Thorns Damage equal to 18% of your maximum Mana"]={nil,"Cold Thorns Damage equal to 18% of your maximum Mana "} +c["Gain Deflection Rating equal to 10% of Evasion Rating"]={nil,"Deflection Rating equal to 10% of Evasion Rating "} +c["Gain Deflection Rating equal to 10% of Evasion Rating 40% increased Evasion Rating while moving"]={nil,"Deflection Rating equal to 10% of Evasion Rating 40% increased Evasion Rating "} +c["Gain Deflection Rating equal to 10% of Evasion Rating 40% increased Evasion Rating while moving +10 to Dexterity"]={nil,"Deflection Rating equal to 10% of Evasion Rating 40% increased Evasion Rating +10 to Dexterity "} +c["Gain Deflection Rating equal to 16% of Evasion Rating"]={nil,"Deflection Rating equal to 16% of Evasion Rating "} +c["Gain Deflection Rating equal to 16% of Evasion Rating +20 to Spirit while you have at least 200 Dexterity"]={nil,"Deflection Rating equal to 16% of Evasion Rating +20 to Spirit "} +c["Gain Deflection Rating equal to 20% of Armour"]={nil,"Deflection Rating equal to 20% of Armour "} +c["Gain Deflection Rating equal to 20% of Armour +300 to Stun Threshold"]={nil,"Deflection Rating equal to 20% of Armour +300 to Stun Threshold "} +c["Gain Deflection Rating equal to 20% of Armour Gain 100% of Evasion Rating as extra Ailment Threshold"]={nil,"Deflection Rating equal to 20% of Armour Gain 100% of Evasion Rating as extra Ailment Threshold "} +c["Gain Deflection Rating equal to 3% of Evasion Rating"]={nil,"Deflection Rating equal to 3% of Evasion Rating "} +c["Gain Deflection Rating equal to 30% of Evasion Rating"]={nil,"Deflection Rating equal to 30% of Evasion Rating "} +c["Gain Deflection Rating equal to 5% of Evasion Rating"]={nil,"Deflection Rating equal to 5% of Evasion Rating "} +c["Gain Deflection Rating equal to 5% of Evasion Rating 8% increased Dexterity"]={nil,"Deflection Rating equal to 5% of Evasion Rating 8% increased Dexterity "} +c["Gain Deflection Rating equal to 6% of Evasion Rating"]={nil,"Deflection Rating equal to 6% of Evasion Rating "} +c["Gain Deflection Rating equal to 60% of Evasion Rating"]={nil,"Deflection Rating equal to 60% of Evasion Rating "} +c["Gain Deflection Rating equal to 60% of Evasion Rating 20 Life Regeneration per second"]={nil,"Deflection Rating equal to 60% of Evasion Rating 20 Life Regeneration per second "} c["Gain Endurance Charges instead of Power Charges"]={nil,"Endurance Charges instead of Power Charges "} c["Gain Frenzy Charges instead of Endurance Charges"]={nil,"Frenzy Charges instead of Endurance Charges "} c["Gain Frenzy Charges instead of Endurance Charges Gain Endurance Charges instead of Power Charges"]={nil,"Frenzy Charges instead of Endurance Charges Gain Endurance Charges instead of Power Charges "} +c["Gain Ice Archon when your Energy Shield Recharge begins"]={nil,"Ice Archon when your Energy Shield Recharge begins "} c["Gain Infernal Flame instead of spending Mana for Skill costs"]={nil,"Infernal Flame instead of spending Mana for Skill costs "} c["Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum"]={nil,"Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum "} c["Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame"]={nil,"Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame "} -c["Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds "} -c["Gain Physical Thorns damage equal to 3% of Armour on Equipped Body Armour"]={nil,"Physical Thorns damage equal to 3% of Armour on Equipped Body Armour "} +c["Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds "} +c["Gain Lightning Archon after spending 100% of your Maximum Mana"]={nil,"Lightning Archon after spending 100% of your Maximum Mana "} +c["Gain Onslaught for 4 seconds when a Minion Dies"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:Onslaught",type="FLAG",value=true}}}}," when a Dies "} +c["Gain Onslaught for 4 seconds when a Minion Dies 15% increased Area of Effect for Attacks"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:Onslaught",type="FLAG",value=true}}}}," when a Dies 15% increased for Attacks "} +c["Gain Physical Thorns damage equal to 10% of Item Armour on Equipped Body Armour"]={nil,"Physical Thorns damage equal to 10% of Item Armour on Equipped Body Armour "} +c["Gain Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour"]={nil,"Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour "} +c["Gain Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour 12% chance for Trigger skills to refund half of Energy Spent"]={nil,"Physical Thorns damage equal to 6% of Item Armour on Equipped Body Armour 12% chance for Trigger skills to refund half of Energy Spent "} c["Gain Power Charges instead of Frenzy Charges"]={nil,"Power Charges instead of Frenzy Charges "} c["Gain Power Charges instead of Frenzy Charges Gain Frenzy Charges instead of Endurance Charges"]={nil,"Power Charges instead of Frenzy Charges Gain Frenzy Charges instead of Endurance Charges "} c["Gain Power Charges instead of Frenzy Charges Gain Frenzy Charges instead of Endurance Charges Gain Endurance Charges instead of Power Charges"]={nil,"Power Charges instead of Frenzy Charges Gain Frenzy Charges instead of Endurance Charges Gain Endurance Charges instead of Power Charges "} @@ -3979,6 +4772,7 @@ c["Gain Tailwind on Skill use"]={{[1]={flags=0,keywordFlags=0,name="Condition:Ca c["Gain a random Shrine buff every 10 seconds"]={nil,"a random Shrine buff every 10 seconds "} c["Gain a stack of Jade every second"]={nil,"a stack of Jade every second "} c["Gain a stack of Jade every second Grants Skill: Encase in Jade"]={nil,"a stack of Jade every second Grants Skill: Encase in Jade "} +c["Gain additional Ailment Threshold equal to 10% of maximum Energy Shield"]={{[1]={[1]={percent="10",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain additional Ailment Threshold equal to 12% of maximum Energy Shield"]={{[1]={[1]={percent="12",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain additional Ailment Threshold equal to 15% of maximum Energy Shield"]={{[1]={[1]={percent="15",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain additional Ailment Threshold equal to 16% of maximum Energy Shield"]={{[1]={[1]={percent="16",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} @@ -3986,14 +4780,15 @@ c["Gain additional Ailment Threshold equal to 20% of maximum Energy Shield"]={{[ c["Gain additional Ailment Threshold equal to 30% of maximum Energy Shield"]={{[1]={[1]={percent="30",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield"]={{[1]={[1]={percent="8",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="AilmentThreshold",type="BASE",value=1}},nil} c["Gain additional Critical Hit Chance equal to 25% of excess chance to Hit with Attacks"]={{[1]={[1]={type="Multiplier",var="ExcessHitChance"},[2]={skillType=1,type="SkillType"},flags=0,keywordFlags=0,name="CritChance",type="BASE",value=0.25}},nil} +c["Gain additional Stun Threshold equal to 10% of maximum Energy Shield"]={{[1]={[1]={percent="10",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 12% of maximum Energy Shield"]={{[1]={[1]={percent="12",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 15% of maximum Energy Shield"]={{[1]={[1]={percent="15",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 16% of maximum Energy Shield"]={{[1]={[1]={percent="16",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 20% of maximum Energy Shield"]={{[1]={[1]={percent="20",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} +c["Gain additional Stun Threshold equal to 30% of Item Armour on Equipped Armour Items"]={{[1]={[1]={percent=30,stat="ArmourOnHelmet",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[2]={[1]={percent=30,stat="ArmourOnGloves",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[3]={[1]={percent=30,stat="ArmourOnBoots",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[4]={[1]={percent=30,stat="ArmourOnBody Armour",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 30% of maximum Energy Shield"]={{[1]={[1]={percent="30",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} -c["Gain additional Stun Threshold equal to 50% of Armour on Equipped Items"]={{[1]={[1]={percent=50,stat="ArmourOnHelmet",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[2]={[1]={percent=50,stat="ArmourOnGloves",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[3]={[1]={percent=50,stat="ArmourOnBoots",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1},[4]={[1]={percent=50,stat="ArmourOnBody Armour",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} c["Gain additional Stun Threshold equal to 8% of maximum Energy Shield"]={{[1]={[1]={percent="8",stat="EnergyShield",type="PercentStat"},flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=1}},nil} -c["Gain additional maximum Life equal to 100% of the Energy Shield on Equipped Body Armour"]={{[1]={[1]={percent=100,stat="EnergyShieldOnBody Armour",type="PercentStat"},flags=0,keywordFlags=0,name="Life",type="BASE",value=1}},nil} +c["Gain additional maximum Life equal to 100% of the Item Energy Shield on Equipped Body Armour"]={{[1]={[1]={percent=100,stat="EnergyShieldOnBody Armour",type="PercentStat"},flags=0,keywordFlags=0,name="Life",type="BASE",value=1}},nil} c["Gain an Endurance Charge when you Heavy Stun a Rare or Unique Enemy"]={nil,"an Endurance Charge when you Heavy Stun a Rare or Unique Enemy "} c["Gain an additional Charge when you gain a Charge"]={nil,"an additional Charge when you gain a Charge "} c["Gain no inherent bonus from Intelligence"]={{[1]={flags=0,keywordFlags=0,name="NoIntBonusToMana",type="FLAG",value=true}},nil} @@ -4005,29 +4800,37 @@ c["Grants 1 Passive Skill Point"]={{[1]={flags=0,keywordFlags=0,name="ExtraPoint c["Grants 1 additional Skill Slot"]={{[1]={flags=0,keywordFlags=0,name="SkillSlots",type="BASE",value=1}},nil} c["Grants 5 Passive Skill Point"]={{[1]={flags=0,keywordFlags=0,name="ExtraPoints",type="BASE",value=5}},nil} c["Grants Onslaught during effect"]={nil,"Grants Onslaught during effect "} +c["Grants Sands of Time"]={nil,"Grants Sands of Time "} +c["Grants Skill: Acidic Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="AcidicConcoctionPlayer"}}},nil} c["Grants Skill: Ancestral Spirits"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="AncestralSpiritsPlayer"}}},nil} c["Grants Skill: Bleeding Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="BleedingConcoctionPlayer"}}},nil} c["Grants Skill: Blood Boil"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="BloodBoilPlayer"}}},nil} +c["Grants Skill: Called Shots"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="MetaDeadeyeMarksPlayer"}}},nil} c["Grants Skill: Cast on Block"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="MetaCastOnBlockPlayer"}}},nil} c["Grants Skill: Demon Form"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="DemonFormPlayer"}}},nil} c["Grants Skill: Elemental Expression"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ElementalExpressionTriggeredPlayer"}}},nil} c["Grants Skill: Elemental Storm"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ElementalStormPlayer"}}},nil} +c["Grants Skill: Elemental Surge"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="AmazonTriggerElementalSurgePlayer"}}},nil} c["Grants Skill: Encase in Jade"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="EncaseInJadePlayer"}}},nil} c["Grants Skill: Explosive Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ExplosiveConcoctionPlayer"}}},nil} c["Grants Skill: Fire Spell on Melee Hit"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="MetaCastFireSpellOnHitPlayer"}}},nil} c["Grants Skill: Fulminating Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="FulminatingConcoctionPlayer"}}},nil} -c["Grants Skill: Infuse Weapon"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="AmazonTriggerElementalInfusionPlayer"}}},nil} +c["Grants Skill: Inevitable Agony"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="InevitableAgonyPlayer"}}},nil} c["Grants Skill: Into the Breach"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="IntoTheBreachPlayer"}}},nil} +c["Grants Skill: Level 11 Black Powder Blitz"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="BlackPowderBlitzReservationPlayer"}}},nil} c["Grants Skill: Level 11 Bone Blast"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="BoneBlastPlayer"}}},nil} c["Grants Skill: Level 11 Bursting Fen Toad"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ExplodingPoisonToadPlayer"}}},nil} c["Grants Skill: Level 11 Chaos Bolt"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="WeaponGrantedChaosboltPlayer"}}},nil} -c["Grants Skill: Level 11 Chaotic Infusion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ChaosSpearTriggerChaosInfusionPlayer"}}},nil} c["Grants Skill: Level 11 Compose Requiem"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="CrossbowRequiemAmmoPlayer"}}},nil} +c["Grants Skill: Level 11 Crackling Palm"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="CracklingPalmPlayer"}}},nil} c["Grants Skill: Level 11 Decompose"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="CorpseCloudPlayer"}}},nil} c["Grants Skill: Level 11 Discipline"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="DisciplinePlayer"}}},nil} -c["Grants Skill: Level 11 Ember Fusillade"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="BlazingClusterPlayer"}}},nil} +c["Grants Skill: Level 11 Ember Fusillade"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="EmberFusilladePlayer"}}},nil} +c["Grants Skill: Level 11 Feast of Flesh"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="FeastOfFleshPlayer"}}},nil} c["Grants Skill: Level 11 Firebolt"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="FireboltPlayer"}}},nil} c["Grants Skill: Level 11 Freezing Shards"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="FreezingShardsPlayer"}}},nil} +c["Grants Skill: Level 11 Future-Past"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="FuturePastPlayer"}}},nil} +c["Grants Skill: Level 11 Gemini Surge"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="GeminiSurgePlayer"}}},nil} c["Grants Skill: Level 11 Heart of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="HeartOfIcePlayer"}}},nil} c["Grants Skill: Level 11 Herald of Ash"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="HeraldOfAshPlayer"}}},nil} c["Grants Skill: Level 11 Herald of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="HeraldOfIcePlayer"}}},nil} @@ -4038,54 +4841,74 @@ c["Grants Skill: Level 11 Lightning Bolt"]={{[1]={flags=0,keywordFlags=0,name="E c["Grants Skill: Level 11 Living Bomb"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="LivingBombPlayer"}}},nil} c["Grants Skill: Level 11 Malice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="MalicePlayer"}}},nil} c["Grants Skill: Level 11 Mana Drain"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ManaDrainPlayer"}}},nil} -c["Grants Skill: Level 11 Parry"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ParryPlayer"}}},nil} +c["Grants Skill: Level 11 Phantasmal Arrow"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PhantasmalArrowPlayer"}}},nil} c["Grants Skill: Level 11 Power Siphon"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PowerSiphonPlayer"}}},nil} c["Grants Skill: Level 11 Purity of Fire"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PurityOfFirePlayer"}}},nil} c["Grants Skill: Level 11 Purity of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PurityOfIcePlayer"}}},nil} c["Grants Skill: Level 11 Purity of Lightning"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="PurityOfLightningPlayer"}}},nil} -c["Grants Skill: Level 11 Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ShieldBlockPlayer"}}},nil} c["Grants Skill: Level 11 Sigil of Power"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SigilOfPowerPlayer"}}},nil} c["Grants Skill: Level 11 Skeletal Warrior Minion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SummonSkeletalWarriorsPlayer"}}},nil} +c["Grants Skill: Level 11 Solar Orb"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SolarOrbPlayer"}}},nil} c["Grants Skill: Level 11 Spark"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="SparkPlayer"}}},nil} c["Grants Skill: Level 11 Thundergod's Wrath"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="MetaCastLightningSpellOnHitPlayer"}}},nil} +c["Grants Skill: Level 11 Valako's Charge"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="ValakosChargePlayer"}}},nil} c["Grants Skill: Level 11 Volatile Dead"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="VolatileDeadPlayer"}}},nil} +c["Grants Skill: Level 11 Withering Presence"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=11,skillId="WitheringPresencePlayer"}}},nil} +c["Grants Skill: Level 20 Black Powder Blitz"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="BlackPowderBlitzReservationPlayer"}}},nil} c["Grants Skill: Level 20 Bone Blast"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="BoneBlastPlayer"}}},nil} c["Grants Skill: Level 20 Bursting Fen Toad"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ExplodingPoisonToadPlayer"}}},nil} c["Grants Skill: Level 20 Chaos Bolt"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="WeaponGrantedChaosboltPlayer"}}},nil} -c["Grants Skill: Level 20 Chaotic Infusion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ChaosSpearTriggerChaosInfusionPlayer"}}},nil} +c["Grants Skill: Level 20 Chaotic Infusion"]={nil,nil} +c["Grants Skill: Level 20 Chaotic Infusion 20% increased Attack Speed"]={nil,nil} c["Grants Skill: Level 20 Compose Requiem"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="CrossbowRequiemAmmoPlayer"}}},nil} +c["Grants Skill: Level 20 Crackling Palm"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="CracklingPalmPlayer"}}},nil} c["Grants Skill: Level 20 Decompose"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="CorpseCloudPlayer"}}},nil} c["Grants Skill: Level 20 Discipline"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="DisciplinePlayer"}}},nil} -c["Grants Skill: Level 20 Ember Fusillade"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="BlazingClusterPlayer"}}},nil} +c["Grants Skill: Level 20 Ember Fusillade"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="EmberFusilladePlayer"}}},nil} +c["Grants Skill: Level 20 Feast of Flesh"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="FeastOfFleshPlayer"}}},nil} c["Grants Skill: Level 20 Firebolt"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="FireboltPlayer"}}},nil} c["Grants Skill: Level 20 Freezing Shards"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="FreezingShardsPlayer"}}},nil} +c["Grants Skill: Level 20 Future-Past"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="FuturePastPlayer"}}},nil} +c["Grants Skill: Level 20 Gemini Surge"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="GeminiSurgePlayer"}}},nil} c["Grants Skill: Level 20 Heart of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="HeartOfIcePlayer"}}},nil} c["Grants Skill: Level 20 Herald of Ash"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="HeraldOfAshPlayer"}}},nil} c["Grants Skill: Level 20 Herald of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="HeraldOfIcePlayer"}}},nil} c["Grants Skill: Level 20 Herald of Thunder"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="HeraldOfThunderPlayer"}}},nil} +c["Grants Skill: Level 20 His Dark Horizon"]={nil,nil} +c["Grants Skill: Level 20 His Dark Horizon Grants Skill: Level 20 His Foul Emergence"]={nil,nil} +c["Grants Skill: Level 20 His Foul Emergence"]={nil,nil} +c["Grants Skill: Level 20 His Foul Emergence Grants Skill: Level 20 His Grave Command"]={nil,nil} +c["Grants Skill: Level 20 His Grave Command"]={nil,nil} +c["Grants Skill: Level 20 His Grave Command Grants Skill: Level 20 His Scattering Calamity"]={nil,nil} +c["Grants Skill: Level 20 His Scattering Calamity"]={nil,nil} +c["Grants Skill: Level 20 His Scattering Calamity Grants Skill: Level 20 His Vile Intrusion"]={nil,nil} +c["Grants Skill: Level 20 His Vile Intrusion"]={nil,nil} +c["Grants Skill: Level 20 His Vile Intrusion Grants Skill: Level 20 His Winnowing Flame"]={nil,nil} +c["Grants Skill: Level 20 His Winnowing Flame"]={nil,nil} c["Grants Skill: Level 20 Icestorm"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="IcestormPlayer"}}},nil} c["Grants Skill: Level 20 Impurity"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ImpurityPlayer"}}},nil} c["Grants Skill: Level 20 Lightning Bolt"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="LightningBoltPlayer"}}},nil} c["Grants Skill: Level 20 Living Bomb"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="LivingBombPlayer"}}},nil} c["Grants Skill: Level 20 Malice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="MalicePlayer"}}},nil} c["Grants Skill: Level 20 Mana Drain"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ManaDrainPlayer"}}},nil} -c["Grants Skill: Level 20 Parry"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ParryPlayer"}}},nil} +c["Grants Skill: Level 20 Phantasmal Arrow"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PhantasmalArrowPlayer"}}},nil} c["Grants Skill: Level 20 Pinnacle of Power"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PinnacleOfPowerPlayer"}}},nil} c["Grants Skill: Level 20 Power Siphon"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PowerSiphonPlayer"}}},nil} c["Grants Skill: Level 20 Purity of Fire"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PurityOfFirePlayer"}}},nil} c["Grants Skill: Level 20 Purity of Ice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PurityOfIcePlayer"}}},nil} c["Grants Skill: Level 20 Purity of Lightning"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="PurityOfLightningPlayer"}}},nil} -c["Grants Skill: Level 20 Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ShieldBlockPlayer"}}},nil} c["Grants Skill: Level 20 Sigil of Power"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SigilOfPowerPlayer"}}},nil} c["Grants Skill: Level 20 Skeletal Warrior Minion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SummonSkeletalWarriorsPlayer"}}},nil} +c["Grants Skill: Level 20 Solar Orb"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SolarOrbPlayer"}}},nil} c["Grants Skill: Level 20 Spark"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="SparkPlayer"}}},nil} c["Grants Skill: Level 20 Thundergod's Wrath"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="MetaCastLightningSpellOnHitPlayer"}}},nil} +c["Grants Skill: Level 20 Valako's Charge"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="ValakosChargePlayer"}}},nil} c["Grants Skill: Level 20 Volatile Dead"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="VolatileDeadPlayer"}}},nil} +c["Grants Skill: Level 20 Withering Presence"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=20,skillId="WitheringPresencePlayer"}}},nil} c["Grants Skill: Life Remnants"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="LifeRemnantsPlayer"}}},nil} c["Grants Skill: Manifest Weapon"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ManifestWeaponPlayer"}}},nil} c["Grants Skill: Meditate"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="MeditatePlayer"}}},nil} c["Grants Skill: Parry"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ParryPlayer"}}},nil} -c["Grants Skill: Poisonous Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="PoisonousConcoctionPlayer"}}},nil} c["Grants Skill: Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ShieldBlockPlayer"}}},nil} c["Grants Skill: Ritual Sacrifice"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="RitualSacrificePlayer"}}},nil} c["Grants Skill: Shattering Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ShatteringConcoctionPlayer"}}},nil} @@ -4098,7 +4921,9 @@ c["Grants Skill: Temporal Rift"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill" c["Grants Skill: Time Freeze"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="TimeFreezePlayer"}}},nil} c["Grants Skill: Time Snap"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="TimeSnapPlayer"}}},nil} c["Grants Skill: Unbound Avatar"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="UnboundAvatarPlayer"}}},nil} -c["Grants Skill: Unleash"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="UnleashPlayer"}}},nil} +c["Grants Skill: Void Illusion"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="VoidIllusionPlayer"}}},nil} +c["Grants Thaumaturgical Dynamism"]={nil,"Grants Thaumaturgical Dynamism "} +c["Grants Unravelling"]={nil,"Grants Unravelling "} c["Grants a Frenzy Charge on use"]={nil,"Grants a Frenzy Charge on use "} c["Grants a Power Charge on use"]={nil,"Grants a Power Charge on use "} c["Grants effect of Dreaming Gloom Shrine"]={nil,"Grants effect of Dreaming Gloom Shrine "} @@ -4106,6 +4931,7 @@ c["Grants effect of Guided Freezing Shrine"]={nil,"Grants effect of Guided Freez c["Grants effect of Guided Meteoric Shrine"]={nil,"Grants effect of Guided Meteoric Shrine "} c["Grants effect of Guided Tempest Shrine"]={nil,"Grants effect of Guided Tempest Shrine "} c["Grants up to your maximum Rage on use"]={nil,"Grants up to your maximum Rage on use "} +c["Green: 40% less Movement Speed Penalty from using Skills while Moving"]={nil,"Green: 40% less Movement Speed Penalty from using Skills while Moving "} c["Grenade Skills Fire an additional Projectile"]={{[1]={[1]={skillType=158,type="SkillType"},flags=1024,keywordFlags=0,name="ProjectileCount",type="BASE",value=1}},nil} c["Grenade Skills have +1 Cooldown Use"]={{[1]={[1]={skillType=158,type="SkillType"},flags=0,keywordFlags=0,name="AdditionalCooldownUses",type="BASE",value=1}},nil} c["Grenades have 15% chance to activate a second time"]={{[1]={[1]={skillType=158,type="SkillType"},flags=1024,keywordFlags=0,name="DPS",type="MORE",value=15}},nil} @@ -4114,11 +4940,13 @@ c["Has 2 Charm Slots"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BAS c["Has 3 Charm Slot"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BASE",value=3}},nil} c["Has 3 Charm Slots"]={{[1]={flags=0,keywordFlags=0,name="CharmLimit",type="BASE",value=3}},nil} c["Has 6 Rune Sockets"]={nil,"Has 6 Rune Sockets "} +c["Hazards cannot be triggered for 3 seconds after being created"]={nil,"Hazards cannot be triggered for 3 seconds after being created "} c["Hazards have 15% chance to rearm after they are triggered"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="HazardRearmChance",type="BASE",value=15}},nil} c["Hazards have 5% chance to rearm after they are triggered"]={{[1]={[1]={skillType=203,type="SkillType"},flags=0,keywordFlags=0,name="HazardRearmChance",type="BASE",value=5}},nil} +c["Heavy Stuns Enemies that are on Full Life"]={nil,"Heavy Stuns Enemies that are on Full Life "} c["Herald Skills deal 20% increased Damage"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=20}},nil} c["Herald Skills deal 30% increased Damage"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}},nil} -c["Herald Skills have 30% increased Area of Effect"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}},nil} +c["Herald Skills have 25% increased Area of Effect"]={{[1]={[1]={skillType=52,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=25}},nil} c["Historic"]={{},nil} c["Hits Break 30% increased Armour on targets with Ailments"]={{[1]={[1]={actor="enemy",type="ActorCondition",varList={[1]="Frozen",[2]="Chilled",[3]="Shocked",[4]="Electrocuted",[5]="Ignited",[6]="Poisoned",[7]="Bleeding"}},flags=0,keywordFlags=0,name="ArmourBreakPerHit",type="INC",value=30}},nil} c["Hits Break 50 Armour"]={nil,"Hits Break 50 Armour "} @@ -4127,30 +4955,44 @@ c["Hits Break 50% increased Armour on targets with Ailments"]={{[1]={[1]={actor= c["Hits against you have 15% reduced Critical Damage Bonus per Socket filled"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={[1]={type="Multiplier",var="RunesSocketedIn{SlotName}"},flags=4,keywordFlags=0,name="CritMultiplier",type="INC",value=-15}}}},nil} c["Hits against you have 20% reduced Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=4,keywordFlags=0,name="CritMultiplier",type="INC",value=-20}}}},nil} c["Hits against you have 25% reduced Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=4,keywordFlags=0,name="CritMultiplier",type="INC",value=-25}}}},nil} +c["Hits against you have 30% reduced Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=4,keywordFlags=0,name="CritMultiplier",type="INC",value=-30}}}},nil} +c["Hits against you have 5% reduced Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=4,keywordFlags=0,name="CritMultiplier",type="INC",value=-5}}}},nil} c["Hits have 25% reduced Critical Hit Chance against you"]={{[1]={flags=0,keywordFlags=0,name="EnemyCritChance",type="INC",value=-25}},nil} c["Hits ignore non-negative Elemental Resistances of Frozen Enemies"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="Frozen"},flags=0,keywordFlags=0,name="IgnoreNonNegativeEleRes",type="FLAG",value=true}},nil} c["Hits that Heavy Stun Enemies have Culling Strike"]={{[1]={[1]={type="Condition",var="AlwaysHeavyStunning"},flags=0,keywordFlags=0,name="CullPercent",type="MAX",value=10}},nil} -c["Hits that Heavy Stun inflict Fire Exposure"]={nil,"Hits that Heavy Stun inflict Fire Exposure "} -c["Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure"]={nil,"Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure "} -c["Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure"]={nil,"Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure "} -c["Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure"]={nil,"Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure "} -c["Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure"]={nil,"Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure "} -c["Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure"]={nil,"Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure Hits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure "} -c["Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure"]={nil,"Hits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure "} c["If you would gain a Charge, Allies in your Presence gain that Charge instead"]={nil,"If you would gain a Charge, that Charge instead "} -c["Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used"]={nil,"Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used "} +c["Ignite inflicted with Fire Spells deals Chaos Damage instead of Fire Damage"]={{[1]={[1]={skillType=2,type="SkillType"},[2]={skillType=28,type="SkillType"},flags=0,keywordFlags=0,name="IgniteToChaos",type="FLAG",value=true},[2]={[1]={skillType=2,type="SkillType"},[2]={skillType=28,type="SkillType"},flags=0,keywordFlags=0,name="SkillData",type="LIST",value={key="IgniteToChaos",value=true}}},nil} +c["Ignites you cause are reflected back to you"]={nil,"Ignites you cause are reflected back to you "} +c["Ignites you cause are reflected back to you 40% reduced Magnitude of Ignite on you"]={nil,"Ignites you cause are reflected back to you 40% reduced Magnitude of Ignite on you "} c["Ignites you inflict deal Damage 15% faster"]={{[1]={flags=0,keywordFlags=0,name="IgniteFaster",type="INC",value=15}},nil} c["Ignites you inflict spread to other Enemies that stay within 1.5 metres for 1 second"]={nil,"Ignites you inflict spread to other Enemies that stay within 1.5 metres for 1 second "} c["Ignore Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="IgnoreAttributeRequirements",type="FLAG",value=true}},nil} c["Ignore Warcry Cooldowns"]={{[1]={[1]={skillType=63,type="SkillType"},flags=0,keywordFlags=0,name="CooldownRecovery",type="OVERRIDE",value=0}},nil} +c["Ignore all Movement Penalties from Armour"]={{[1]={flags=0,keywordFlags=0,name="Condition:IgnoreMovementPenalties",type="FLAG",value=true}},nil} c["Immobilise enemies at 50% buildup instead of 100%"]={nil,"Immobilise enemies at 50% buildup instead of 100% "} c["Immobilise enemies at 50% buildup instead of 100% Enemies Immobilised by you take 25% less Damage"]={nil,"Immobilise enemies at 50% buildup instead of 100% Enemies Immobilised by you take 25% less Damage "} +c["Immune to Bleeding if Equipped Helmet has higher Armour than Evasion Rating"]={{[1]={[1]={type="Condition",var="HelmetArmourHigherThanEvasion"},flags=0,keywordFlags=0,name="BleedImmune",type="FLAG",value=true}},nil} c["Immune to Chaos Damage and Bleeding"]={{[1]={flags=0,keywordFlags=0,name="ChaosInoculation",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ChaosDamageTaken",type="MORE",value=-100},[3]={flags=0,keywordFlags=0,name="BleedImmune",type="FLAG",value=true}},nil} +c["Immune to Chill if a majority of your Socketed Support Gems are Blue"]={nil,"Immune to Chill if a majority of your Socketed Support Gems are Blue "} +c["Immune to Chill if a majority of your Socketed Support Gems are Blue Immune to Ignite if a majority of your Socketed Support Gems are Red"]={nil,"Immune to Chill if a majority of your Socketed Support Gems are Blue Immune to Ignite if a majority of your Socketed Support Gems are Red "} +c["Immune to Chill if a majority of your Socketed Support Gems are Blue Immune to Ignite if a majority of your Socketed Support Gems are Red Immune to Shock if a majority of your Socketed Support Gems are Green"]={nil,"Immune to Chill if a majority of your Socketed Support Gems are Blue Immune to Ignite if a majority of your Socketed Support Gems are Red Immune to Shock if a majority of your Socketed Support Gems are Green "} +c["Immune to Corrupted Blood"]={nil,"Immune to Corrupted Blood "} +c["Immune to Corrupted Blood 40% reduced Duration of Bleeding on You"]={nil,"Immune to Corrupted Blood 40% reduced Duration of Bleeding on You "} c["Immune to Elemental Ailments while on Consecrated Ground if you have at least 150 Devotion"]={{[1]={[1]={type="Condition",var="OnConsecratedGround"},[2]={stat="Devotion",threshold=150,type="StatThreshold"},flags=0,keywordFlags=0,name="ElementalAilmentImmune",type="FLAG",value=true}},nil} c["Immune to Freeze"]={{[1]={flags=0,keywordFlags=0,name="FreezeImmune",type="FLAG",value=true}},nil} +c["Immune to Freeze and Chill while affected by Ice Archon"]={nil,"Immune to Freeze and Chill while affected by Ice Archon "} +c["Immune to Hinder"]={nil,"Immune to Hinder "} +c["Immune to Hinder Immune to Maim"]={nil,"Immune to Hinder Immune to Maim "} c["Immune to Ignite"]={{[1]={flags=0,keywordFlags=0,name="IgniteImmune",type="FLAG",value=true}},nil} +c["Immune to Ignite if a majority of your Socketed Support Gems are Red"]={nil,"Immune to Ignite if a majority of your Socketed Support Gems are Red "} +c["Immune to Ignite if a majority of your Socketed Support Gems are Red Immune to Shock if a majority of your Socketed Support Gems are Green"]={nil,"Immune to Ignite if a majority of your Socketed Support Gems are Red Immune to Shock if a majority of your Socketed Support Gems are Green "} +c["Immune to Ignite while affected by Flame Archon"]={nil,"Immune to Ignite while affected by Flame Archon "} +c["Immune to Maim"]={nil,"Immune to Maim "} c["Immune to Poison"]={{[1]={flags=0,keywordFlags=0,name="PoisonImmune",type="FLAG",value=true}},nil} +c["Immune to Poison if Equipped Helmet has higher Evasion Rating than Armour"]={{[1]={[1]={type="Condition",var="HelmetEvasionHigherThanArmour"},flags=0,keywordFlags=0,name="PoisonImmune",type="FLAG",value=true}},nil} c["Immune to Shock"]={{[1]={flags=0,keywordFlags=0,name="ShockImmune",type="FLAG",value=true}},nil} +c["Immune to Shock if a majority of your Socketed Support Gems are Green"]={nil,"Immune to Shock if a majority of your Socketed Support Gems are Green "} +c["Immune to Shock while affected by Lightning Archon"]={nil,"Immune to Shock while affected by Lightning Archon "} c["Increases and Reductions to Armour also apply to Energy Shield"]={nil,"Increases and Reductions to Armour also apply to Energy Shield "} c["Increases and Reductions to Armour also apply to Energy Shield Recharge Rate at 40% of their value"]={{[1]={flags=0,keywordFlags=0,name="ArmourAppliesToEnergyShieldRecharge",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ImprovedArmourAppliesToEnergyShieldRecharge",type="MAX",value=40}},nil} c["Increases and Reductions to Companion Damage also apply to you"]={nil,"Increases and Reductions to Companion Damage also apply to you "} @@ -4160,24 +5002,43 @@ c["Increases and Reductions to Minion Attack Speed also affect you"]={{[1]={flag c["Increases and Reductions to Minion Damage also affect you"]={{[1]={flags=0,keywordFlags=0,name="MinionDamageAppliesToPlayer",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ImprovedMinionDamageAppliesToPlayer",type="MAX",value=100}},nil} c["Increases and Reductions to Projectile Speed also apply to Damage with Bows"]={{[1]={flags=0,keywordFlags=0,name="ProjectileSpeedAppliesToBowDamage",type="FLAG",value=true}},nil} c["Increases and Reductions to Spell damage also apply to Attacks"]={{[1]={flags=0,keywordFlags=0,name="SpellDamageAppliesToAttacks",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ImprovedSpellDamageAppliesToAttacks",type="MAX",value=100}},nil} -c["Infinite Projectile Parry Range"]={nil,"Infinite Projectile Parry Range "} -c["Infinite Projectile Parry Range 50% increased Parried Debuff Duration"]={nil,"Infinite Projectile Parry Range 50% increased Parried Debuff Duration "} -c["Inflict Cold Exposure on Hit, lowering Total Cold Resistance by 30%"]={nil,"Inflict Cold Exposure on Hit, lowering Total Cold Resistance by 30% "} +c["Infinite Parry Range"]={nil,"Infinite Parry Range "} +c["Infinite Parry Range 50% increased Parried Debuff Duration"]={nil,"Infinite Parry Range 50% increased Parried Debuff Duration "} +c["Inflict Abyssal Wasting on Hit"]={nil,"Inflict Abyssal Wasting on Hit "} +c["Inflict Abyssal Wasting on Hit 60% increased Magnitude of Abyssal Wasting you inflict"]={nil,"Inflict Abyssal Wasting on Hit 60% increased Magnitude of Abyssal Wasting you inflict "} c["Inflict Cold Exposure on Igniting an Enemy"]={nil,"Inflict Cold Exposure on Igniting an Enemy "} c["Inflict Cold Exposure on Igniting an Enemy Inflict Fire Exposure on Shocking an Enemy"]={nil,"Inflict Cold Exposure on Igniting an Enemy Inflict Fire Exposure on Shocking an Enemy "} c["Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of"]={nil,"Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of "} c["Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of your maximum Life as Physical damage per second"]={nil,"Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of your maximum Life as Physical damage per second "} +c["Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by 30%"]={nil,"Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by 30% "} +c["Inflict Elemental Exposure to Enemies 3 metres in front of you"]={nil,"Inflict Elemental Exposure to Enemies 3 metres in front of you "} +c["Inflict Elemental Exposure to Enemies 3 metres in front of you for 4 seconds, every 0.25 seconds while raised"]={nil,"Inflict Elemental Exposure to Enemies 3 metres in front of you for 4 seconds, every 0.25 seconds while raised "} c["Inflict Fire Exposure on Shocking an Enemy"]={nil,"Inflict Fire Exposure on Shocking an Enemy "} c["Inflict Fire Exposure on Shocking an Enemy Inflict Lightning Exposure on Critical Hit"]={nil,"Inflict Fire Exposure on Shocking an Enemy Inflict Lightning Exposure on Critical Hit "} c["Inflict Lightning Exposure on Critical Hit"]={nil,"Inflict Lightning Exposure on Critical Hit "} c["Inflicts Fire Exposure when this Weapon Fully Breaks Armour"]={nil,"Inflicts Fire Exposure when this Weapon Fully Breaks Armour "} c["Inflicts a random Curse on you when your Totems die, ignoring Curse limit"]={nil,"Inflicts a random Curse on you when your Totems die, ignoring Curse limit "} +c["Infusion Remnants you create are always a Random Element"]={nil,"Infusion Remnants you create are always a Random Element "} +c["Inherent Life granted by Strength is halved"]={nil,"Inherent Life granted by Strength is halved "} c["Inherent Rage Loss starts 1 second later"]={{[1]={flags=0,keywordFlags=0,name="InherentRageLossDelay",type="BASE",value=1}},nil} c["Inherent bonuses gained from Attributes are doubled"]={{[1]={flags=0,keywordFlags=0,name="DoubledInherentAttributeBonuses",type="FLAG",value=true}},nil} -c["Inherent loss of Rage is 10% slower"]={{[1]={flags=0,keywordFlags=0,name="InherentRageLoss",type="INC",value=-10}},nil} +c["Inherent loss of Rage is 20% slower"]={{[1]={flags=0,keywordFlags=0,name="InherentRageLoss",type="INC",value=-20}},nil} c["Inherent loss of Rage is 25% slower"]={{[1]={flags=0,keywordFlags=0,name="InherentRageLoss",type="INC",value=-25}},nil} c["Instant Recovery"]={{[1]={flags=0,keywordFlags=0,name="FlaskInstantRecovery",type="BASE",value=100}},nil} c["Intelligence's inherent bonus is 1% increased Evasion Rating per 2 Intelligence instead"]={{[1]={[1]={div="2",stat="Int",type="PerStat"},flags=0,keywordFlags=0,name="Evasion",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoIntBonusToMana",type="FLAG",value=true}},nil} +c["Invocated Spells deal 15% increased Damage"]={nil,"Invocated Spells deal 15% increased Damage "} +c["Invocated Spells have 15% increased Critical Hit Chance"]={nil,"Invocated Spells have 15% increased Critical Hit Chance "} +c["Invocated Spells have 40% chance to consume half as much Energy"]={nil,"Invocated Spells have 40% chance to consume half as much Energy "} +c["Invocated Spells have 40% increased Critical Hit Chance"]={nil,"Invocated Spells have 40% increased Critical Hit Chance "} +c["Invocated skills have 30% increased Maximum Energy"]={nil,"Invocated skills have 30% increased Maximum Energy "} +c["Invocation Skills cannot gain Energy while Triggering Spells"]={nil,"Invocation Skills cannot gain Energy while Triggering Spells "} +c["Invocation Skills cannot gain Energy while Triggering Spells Invoked Spells consume 50% less Energy"]={nil,"Invocation Skills cannot gain Energy while Triggering Spells Invoked Spells consume 50% less Energy "} +c["Invocation Skills instead Trigger Spells every 2 seconds"]={nil,"Invocation Skills instead Trigger Spells every 2 seconds "} +c["Invocation Skills instead Trigger Spells every 2 seconds Invocation Skills cannot gain Energy while Triggering Spells"]={nil,"Invocation Skills instead Trigger Spells every 2 seconds Invocation Skills cannot gain Energy while Triggering Spells "} +c["Invocation Skills instead Trigger Spells every 2 seconds Invocation Skills cannot gain Energy while Triggering Spells Invoked Spells consume 50% less Energy"]={nil,"Invocation Skills instead Trigger Spells every 2 seconds Invocation Skills cannot gain Energy while Triggering Spells Invoked Spells consume 50% less Energy "} +c["Invocation Spells have 20% increased Critical Damage Bonus"]={nil,"Invocation Spells have 20% increased Critical Damage Bonus "} +c["Invocation Spells have 50% increased Critical Damage Bonus"]={nil,"Invocation Spells have 50% increased Critical Damage Bonus "} +c["Invoked Spells consume 50% less Energy"]={nil,"Invoked Spells consume 50% less Energy "} c["Iron Grip"]={{[1]={[1]={div=2,stat="Str",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoStrBonusToLife",type="FLAG",value=true}},nil} c["Iron Reflexes"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Iron Reflexes"}},nil} c["Iron Will"]={{[1]={[1]={div=2,stat="Str",type="PerStat"},flags=1025,keywordFlags=0,name="Damage",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoStrBonusToLife",type="FLAG",value=true}},nil} @@ -4191,6 +5052,7 @@ c["Leech Life 20% slower"]={{[1]={flags=0,keywordFlags=0,name="LifeLeechRate",ty c["Leech Life 25% faster"]={{[1]={flags=0,keywordFlags=0,name="LifeLeechRate",type="INC",value=25}},nil} c["Leech Life 5% slower"]={{[1]={flags=0,keywordFlags=0,name="LifeLeechRate",type="INC",value=-5}},nil} c["Leech from Critical Hits is instant"]={{[1]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="InstantLifeLeech",type="BASE",value=100},[2]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="InstantManaLeech",type="BASE",value=100},[3]={[1]={type="Condition",var="CriticalStrike"},flags=0,keywordFlags=0,name="InstantEnergyShieldLeech",type="BASE",value=100}},nil} +c["Leech recovers based on Chaos Damage as well as Physical Damage"]={nil,"Leech recovers based on Chaos Damage as well as Physical Damage "} c["Leeches 0.1% of Physical Damage as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageLifeLeech",type="BASE",value=0.1}},nil} c["Leeches 1% of maximum Life when you Cast a Spell"]={nil,"Leeches 1% of maximum Life when you Cast a Spell "} c["Leeches 10% of Physical Damage as Life"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageLifeLeech",type="BASE",value=10}},nil} @@ -4207,6 +5069,7 @@ c["Life Flask Effects are not removed when Unreserved Life is Filled"]={{[1]={fl c["Life Flask Effects do not Queue"]={nil,"Life Flask Effects do not Queue "} c["Life Flasks also recover Mana"]={nil,"Life Flasks also recover Mana "} c["Life Flasks also recover Mana Mana Flasks also recover Life"]={nil,"Life Flasks also recover Mana Mana Flasks also recover Life "} +c["Life Flasks applied to you grant Guard for 4 seconds equal to 8% of the Life Recovery per Second they apply"]={nil,"Life Flasks applied to you grant Guard for 4 seconds equal to 8% of the Life Recovery per Second they apply "} c["Life Flasks do not recover Life"]={nil,"Life Flasks do not recover Life "} c["Life Flasks do not recover Life On-Kill Effects happen twice"]={nil,"Life Flasks do not recover Life On-Kill Effects happen twice "} c["Life Flasks gain 0.1 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="LifeFlaskChargesGenerated",type="BASE",value=0.1}},nil} @@ -4215,6 +5078,7 @@ c["Life Flasks gain 0.22 charges per Second"]={{[1]={flags=0,keywordFlags=0,name c["Life Flasks gain 0.25 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="LifeFlaskChargesGenerated",type="BASE",value=0.25}},nil} c["Life Flasks used while on Low Life apply Recovery Instantly"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="LifeFlaskInstantRecovery",type="BASE",value=100}},nil} c["Life Leech can Overflow Maximum Life"]={nil,"Life Leech can Overflow Maximum Life "} +c["Life Leech can Overflow Maximum Life 60% reduced Duration of Bleeding on You"]={nil,"Life Leech can Overflow Maximum Life 60% reduced Duration of Bleeding on You "} c["Life Leech effects Recover Energy Shield instead while on Full Life"]={{[1]={[1]={type="Condition",var="FullLife"},[2]={type="Condition",var="LeechingLife"},flags=0,keywordFlags=0,name="ImmortalAmbition",type="FLAG",value=true}},nil} c["Life Leech effects are not removed when Unreserved Life is Filled"]={{[1]={flags=0,keywordFlags=0,name="CanLeechLifeOnFullLife",type="FLAG",value=true}},nil} c["Life Leech from your Hits also applies to your Companion"]={nil,"Life Leech from your Hits also applies to your Companion "} @@ -4222,6 +5086,7 @@ c["Life Leech is Converted to Energy Shield Leech"]={{[1]={flags=0,keywordFlags= c["Life Leech is Instant"]={{[1]={flags=0,keywordFlags=0,name="InstantLifeLeech",type="BASE",value=100}},nil} c["Life Leech recovers based on your Chaos damage instead of Physical damage"]={nil,"Life Leech recovers based on your Chaos damage instead of Physical damage "} c["Life Leech recovers based on your Elemental damage as well as Physical damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalAsElementalDamageLifeLeech",type="FLAG",value=true}},nil} +c["Life Leeched from Empowered Attacks is Instant"]={nil,"Life Leeched from Empowered Attacks is Instant "} c["Life Recharges"]={nil,"Life Recharges "} c["Life Recharges instead of Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeAppliesToLife",type="FLAG",value=true}},nil} c["Life Recovery from Flasks also applies to Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="LifeFlaskAppliesToEnergyShield",type="FLAG",value=true}},nil} @@ -4261,7 +5126,7 @@ c["Lose 5% of maximum Mana per Second"]={{[1]={flags=0,keywordFlags=0,name="Mana c["Lose all Fragile Regrowth when Hit"]={nil,"Lose all Fragile Regrowth when Hit "} c["Lose all Fragile Regrowth when Hit Gain 1 Fragile Regrowth each second"]={nil,"Lose all Fragile Regrowth when Hit Gain 1 Fragile Regrowth each second "} c["Lose all Infernal Flame on reaching maximum Infernal Flame"]={nil,"Lose all Infernal Flame on reaching maximum Infernal Flame "} -c["Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds "} +c["Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds "} c["Lose all Power Charges on reaching maximum Power Charges"]={nil,"Lose all Power Charges on reaching maximum Power Charges "} c["Lose all Power Charges on reaching maximum Power Charges Shocks you when you reach maximum Power Charges"]={nil,"Lose all Power Charges on reaching maximum Power Charges Shocks you when you reach maximum Power Charges "} c["Lose all Rage on reaching Maximum Rage"]={nil,"Lose all Rage on reaching Maximum Rage "} @@ -4272,56 +5137,74 @@ c["Mana Flasks gain 0.1 charges per Second"]={{[1]={flags=0,keywordFlags=0,name= c["Mana Flasks gain 0.22 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesGenerated",type="BASE",value=0.22}},nil} c["Mana Flasks gain 0.25 charges per Second"]={{[1]={flags=0,keywordFlags=0,name="ManaFlaskChargesGenerated",type="BASE",value=0.25}},nil} c["Mana Flasks used while on Low Mana apply Recovery Instantly"]={{[1]={[1]={type="Condition",var="LowMana"},flags=0,keywordFlags=0,name="ManaFlaskInstantRecovery",type="BASE",value=100}},nil} -c["Mana Leech effects also Recover Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="ManaLeechRecoversEnergyShield",type="FLAG",value=true}},nil} -c["Mana Leech recovers based on other Damage Types damage as well as Physical damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalAsAllDamageManaLeech",type="FLAG",value=true}},nil} +c["Mana Leech recovers based on Elemental Damage Types instead of Physical Damage"]={nil,"Mana Leech recovers based on Elemental Damage Types instead of Physical Damage "} c["Mana Recovery from Regeneration is not applied"]={{[1]={flags=0,keywordFlags=0,name="UnaffectedByManaRegen",type="FLAG",value=true}},nil} c["Mana Recovery other than Regeneration cannot Recover Mana"]={nil,"Mana Recovery other than Regeneration cannot Recover Mana "} -c["Mark Skills have 10% increased Cast Speed"]={{[1]={[1]={skillType=98,type="SkillType"},flags=16,keywordFlags=0,name="Speed",type="INC",value=10}},nil} +c["Mark Skills have 10% increased Use Speed"]={{}," Use Speed "} c["Mark Skills have 25% increased Skill Effect Duration"]={{[1]={[1]={skillType=98,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=25}},nil} c["Maximum 10 Fragile Regrowth"]={nil,"Maximum 10 Fragile Regrowth "} c["Maximum 10 Fragile Regrowth 0.5% of maximum Life Regenerated per second per Fragile Regrowth"]={nil,"Maximum 10 Fragile Regrowth 0.5% of maximum Life Regenerated per second per Fragile Regrowth "} +c["Maximum Block chance is 75%"]={{[1]={flags=0,keywordFlags=0,name="BlockChanceMax",type="OVERRIDE",value=75}},nil} c["Maximum Chance to Evade is 50%"]={{[1]={flags=0,keywordFlags=0,name="EvadeChanceMax",type="MAX",value=50}},nil} c["Maximum Life is 1"]={{[1]={flags=0,keywordFlags=0,name="Life",type="OVERRIDE",value=1}},nil} -c["Maximum Mana is replaced by Maximum Infernal Flame"]={nil,"Maximum Mana is replaced by Maximum Infernal Flame "} -c["Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs"]={nil,"Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs "} -c["Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum"]={nil,"Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum "} -c["Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame"]={nil,"Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame "} -c["Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Maximum Mana is replaced by Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds "} +c["Maximum Mana is replaced by twice as much Maximum Infernal Flame"]={nil,"Maximum Mana is replaced by twice as much Maximum Infernal Flame "} +c["Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs"]={nil,"Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs "} +c["Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum"]={nil,"Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum "} +c["Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame"]={nil,"Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame "} +c["Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"Maximum Mana is replaced by twice as much Maximum Infernal Flame Gain Infernal Flame instead of spending Mana for Skill costs Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds "} c["Maximum Physical Damage Reduction is 50%"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageReductionMax",type="MAX",value=50}},nil} c["Maximum Volatility is 30"]={{},"Maximum Volatility "} +c["Melee Attack Skills have +1 to maximum number of Summoned Totems"]={nil,"Melee Attack Skills have +1 to maximum number of Summoned Totems "} +c["Melee Attack Skills have +1 to maximum number of Summoned Totems 20% increased Totem Placement range"]={nil,"Melee Attack Skills have +1 to maximum number of Summoned Totems 20% increased Totem Placement range "} c["Meta Skills gain 15% increased Energy"]={nil,"Meta Skills gain 15% increased Energy "} +c["Meta Skills gain 16% increased Energy"]={nil,"Meta Skills gain 16% increased Energy "} +c["Meta Skills gain 16% increased Energy 1% increased Cast Speed per 20 Spirit"]={nil,"Meta Skills gain 16% increased Energy 1% increased Cast Speed per 20 Spirit "} +c["Meta Skills gain 25% increased Energy if you've dealt a Critical Hit Recently"]={nil,"Meta Skills gain 25% increased Energy if you've dealt a Critical Hit Recently "} c["Meta Skills gain 35% more Energy"]={nil,"Meta Skills gain 35% more Energy "} +c["Meta Skills gain 4% increased Energy"]={nil,"Meta Skills gain 4% increased Energy "} +c["Meta Skills gain 4% increased Energy 5% increased Critical Hit Chance"]={nil,"Meta Skills gain 4% increased Energy 5% increased Critical Hit Chance "} c["Meta Skills gain 8% increased Energy"]={nil,"Meta Skills gain 8% increased Energy "} -c["Minions Recoup 10% of Damage taken as Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=10}}}},nil} +c["Meta Skills have 20% increased Reservation Efficiency"]={nil,"Meta Skills have 20% increased Reservation Efficiency "} +c["Minions Break Armour equal to 3% of Physical damage dealt"]={nil,"Break Armour equal to 3% of Physical damage dealt "} +c["Minions Recoup 15% of Damage taken as Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRecoup",type="BASE",value=15}}}},nil} c["Minions Regenerate 3% of maximum Life per second"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=3}}}},nil} +c["Minions Revive 10% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-10}},nil} c["Minions Revive 13% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-13}},nil} c["Minions Revive 15% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-15}},nil} c["Minions Revive 15% faster if all your Minions are Companions"]={nil,"Revive 15% faster if all your Minions are Companions "} c["Minions Revive 25% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-25}},nil} +c["Minions Revive 3% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-3}},nil} c["Minions Revive 35% faster if all your Minions are Companions"]={nil,"Revive 35% faster if all your Minions are Companions "} c["Minions Revive 5% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-5}},nil} c["Minions Revive 50% faster"]={{[1]={flags=0,keywordFlags=0,name="MinionRevivalTime",type="INC",value=-50}},nil} +c["Minions cannot Die while affected by a Life Flask"]={nil,"cannot Die while affected by a Life Flask "} +c["Minions cannot Die while affected by a Life Flask 30% increased Flask Charges gained"]={nil,"cannot Die while affected by a Life Flask 30% increased Flask Charges gained "} +c["Minions cause 15% increased Stun Buildup"]={nil,"cause 15% increased Stun Buildup "} c["Minions deal (25-35)% increased Damage"]={nil,"(25-35)% increased Damage "} c["Minions deal (8-13)% increased Damage"]={nil,"(8-13)% increased Damage "} c["Minions deal 10% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}}},nil} +c["Minions deal 10% increased Damage with Command Skills for each different type of Persistent Minion in your Presence"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=10}}}}," with Command Skills for each different type of Persistent in your Presence "} c["Minions deal 12% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=12}}}},nil} c["Minions deal 15% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=15}}}},nil} +c["Minions deal 15% increased Damage with Command Skills"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=15}}}}," with Command Skills "} c["Minions deal 16% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=16}}}},nil} c["Minions deal 20% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=20}}}},nil} +c["Minions deal 20% increased Damage with Command Skills"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=20}}}}," with Command Skills "} c["Minions deal 25% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=25}}}},nil} c["Minions deal 30% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=30}}}},nil} +c["Minions deal 30% increased Damage if you've Hit Recently"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={[1]={type="Condition",var="HitRecently"},flags=0,keywordFlags=0,name="Damage",type="INC",value=30}}}},nil} c["Minions deal 40% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=40}}}},nil} +c["Minions deal 6% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=6}}}},nil} c["Minions deal 8% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=8}}}},nil} c["Minions deal 80% increased Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Damage",type="INC",value=80}}}},nil} +c["Minions gain 10% of Physical Damage as Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalDamageAsChaos",type="BASE",value=10}}}},nil} c["Minions gain 15% of their maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={[1]={percent=15,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}}}},nil} c["Minions gain 25% of their maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={[1]={percent=25,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}}}},nil} c["Minions gain 30% of their maximum Life as Extra maximum Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={[1]={percent=30,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=1}}}},nil} -c["Minions gain 8% of Physical Damage as Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalDamageAsChaos",type="BASE",value=8}}}},nil} c["Minions have (15-20)% increased maximum Life"]={nil,"(15-20)% increased maximum Life "} c["Minions have (15-20)% increased maximum Life Minions deal (25-35)% increased Damage"]={nil,"(15-20)% increased maximum Life Minions deal (25-35)% increased Damage "} c["Minions have +13% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=13}}}},nil} c["Minions have +15% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=15}}}},nil} -c["Minions have +150 to Accuracy Rating"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Accuracy",type="BASE",value=150}}}},nil} c["Minions have +20% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=20}}}},nil} c["Minions have +20% to Cold Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ColdResist",type="BASE",value=20}}}},nil} c["Minions have +20% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="FireResist",type="BASE",value=20}}}},nil} @@ -4329,23 +5212,29 @@ c["Minions have +20% to Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,nam c["Minions have +20% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=20}}}},nil} c["Minions have +22% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=22}}}},nil} c["Minions have +23% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=23}}}},nil} +c["Minions have +3% to Maximum Cold Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ColdResistMax",type="BASE",value=3}}}}," s "} +c["Minions have +3% to Maximum Fire Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=3}}}}," s "} +c["Minions have +3% to Maximum Fire Resistances Minions have +20% to Fire Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="FireResistMax",type="BASE",value=3}}}}," s s have +20% to Fire Resistance "} +c["Minions have +3% to Maximum Lightning Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="LightningResistMax",type="BASE",value=3}}}}," s "} c["Minions have +3% to all Maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=3}}}},nil} +c["Minions have +4% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=4}}}},nil} c["Minions have +5% to all Maximum Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResistMax",type="BASE",value=5}}}},nil} c["Minions have +7% to Chaos Resistance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ChaosResist",type="BASE",value=7}}}},nil} c["Minions have +8% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="ElementalResist",type="BASE",value=8}}}},nil} c["Minions have 10% chance to inflict Withered on Hit"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:CanWither",type="FLAG",value=true}}}},nil} -c["Minions have 10% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=10}}}},nil} c["Minions have 10% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=10}}}},nil} c["Minions have 10% reduced Life Recovery rate"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="LifeRecoveryRate",type="INC",value=-10}}}},nil} c["Minions have 12% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalDamageReduction",type="BASE",value=12}}}},nil} +c["Minions have 12% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritChance",type="INC",value=12}}}},nil} c["Minions have 12% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=12}}}},nil} -c["Minions have 12% reduced Reservation"]={{[1]={[1]={skillType=6,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-12}},nil} c["Minions have 13% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=13}}}},nil} +c["Minions have 15% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=15}}}},nil} c["Minions have 15% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=15}}}},nil} c["Minions have 15% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=15}}}},nil} c["Minions have 20% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalDamageReduction",type="BASE",value=20}}}},nil} c["Minions have 20% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}}}},nil} c["Minions have 20% increased Cooldown Recovery Rate"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=20}}}},nil} +c["Minions have 20% increased Cooldown Recovery Rate for Command Skills"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CooldownRecovery",type="INC",value=20}}}}," for Command Skills "} c["Minions have 20% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritChance",type="INC",value=20}}}},nil} c["Minions have 20% increased Movement Speed"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="MovementSpeed",type="INC",value=20}}}},nil} c["Minions have 20% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=20}}}},nil} @@ -4353,11 +5242,15 @@ c["Minions have 25% increased Evasion Rating"]={{[1]={flags=0,keywordFlags=0,nam c["Minions have 25% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=25}}}},nil} c["Minions have 3% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Speed",type="INC",value=3}}}},nil} c["Minions have 30% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=30}}}},nil} +c["Minions have 4% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Speed",type="INC",value=4}}}},nil} c["Minions have 40% increased Critical Damage Bonus"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritMultiplier",type="INC",value=40}}}},nil} c["Minions have 40% increased Critical Hit Chance"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="CritChance",type="INC",value=40}}}},nil} c["Minions have 40% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=40}}}},nil} +c["Minions have 5% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Speed",type="INC",value=5}}}},nil} c["Minions have 50% reduced maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=-50}}}},nil} +c["Minions have 6% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=6}}}},nil} c["Minions have 8% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="PhysicalDamageReduction",type="BASE",value=8}}}},nil} +c["Minions have 8% increased Area of Effect"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=8}}}},nil} c["Minions have 8% increased Attack and Cast Speed"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Speed",type="INC",value=8}}}},nil} c["Minions have 8% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=8}}}},nil} c["Minions have 80% increased maximum Life"]={{[1]={flags=0,keywordFlags=0,name="MinionModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Life",type="INC",value=80}}}},nil} @@ -4366,30 +5259,38 @@ c["Minions' Resistances are equal to yours"]={{[1]={flags=0,keywordFlags=0,name= c["Modifiers to Fire Resistance also grant Cold and Lightning Resistance at 50% of their value"]={{[1]={flags=0,keywordFlags=0,name="FireResConvertToCold",type="BASE",value=50},[2]={flags=0,keywordFlags=0,name="FireResConvertToLightning",type="BASE",value=50}},nil} c["Modifiers to Maximum Block Chance instead apply to Maximum Resistances"]={{[1]={flags=0,keywordFlags=0,name="MaxBlockChanceModsApplyMaxResist",type="FLAG",value=true}},nil} c["Modifiers to Maximum Fire Resistance also grant Maximum Cold and Lightning Resistance"]={{[1]={flags=0,keywordFlags=0,name="FireMaxResConvertToCold",type="BASE",value=100},[2]={flags=0,keywordFlags=0,name="FireMaxResConvertToLightning",type="BASE",value=100}},nil} +c["Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry"]={nil,"Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry "} +c["Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry 100% of Parry Physical Damage Converted to Cold Damage"]={nil,"Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry 100% of Parry Physical Damage Converted to Cold Damage "} c["Moving while Bleeding doesn't cause you to take extra damage"]={nil,"Moving while Bleeding doesn't cause you to take extra damage "} c["Nearby Allies and Enemies Share Charges with you"]={nil,"Nearby Allies and Enemies Share Charges with you "} c["Nearby Allies and Enemies Share Charges with you Enemies Hitting you have 10% chance to gain an Endurance, "]={nil,"Nearby Allies and Enemies Share Charges with you Enemies Hitting you have 10% chance to gain an Endurance, "} c["Nearby Allies and Enemies Share Charges with you Enemies Hitting you have 10% chance to gain an Endurance, Frenzy or Power Charge"]={nil,"Nearby Allies and Enemies Share Charges with you Enemies Hitting you have 10% chance to gain an Endurance, Frenzy or Power Charge "} c["Never deal Critical Hits"]={{[1]={flags=0,keywordFlags=0,name="NeverCrit",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="Condition:NeverCrit",type="FLAG",value=true}},nil} c["No Inherent loss of Rage"]={nil,"No Inherent loss of Rage "} +c["No Inherent loss of Rage during effect"]={nil,"No Inherent loss of Rage during effect "} +c["No Inherent loss of Rage during effect 50% increased Duration"]={nil,"No Inherent loss of Rage during effect 50% increased Duration "} c["No Movement Speed Penalty while Shield is Raised"]={nil,"No Movement Speed Penalty while Shield is Raised "} c["No Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="WeaponData",type="LIST",value={key="PhysicalMin"}},[2]={flags=0,keywordFlags=0,name="WeaponData",type="LIST",value={key="PhysicalMax"}},[3]={flags=0,keywordFlags=0,name="WeaponData",type="LIST",value={key="PhysicalDPS"}}},nil} c["No inherent Mana Regeneration"]={{[1]={flags=0,keywordFlags=0,name="Condition:NoInherentManaRegen",type="FLAG",value=true}},nil} -c["Non-Channelling Spells consume a Power Charge if able to deal 25% more Damage"]={{[1]={[1]={neg=true,skillType=48,type="SkillType"},[2]={threshold=1,type="MultiplierThreshold",var="RemovablePowerCharge"},flags=0,keywordFlags=131072,name="Damage",type="MORE",value=25}},nil} -c["Non-Channelling Spells cost an additional 3% of maximum Energy Shield"]={{[1]={[1]={percent=3,stat="EnergyShield",type="PercentStat"},[2]={neg=true,skillType=48,type="SkillType"},flags=0,keywordFlags=131072,name="ESCostBase",type="BASE",value=1}},nil} c["Non-Channelling Spells cost an additional 6% of your maximum Life"]={nil,"cost an additional 6% of your maximum Life "} c["Non-Channelling Spells cost an additional 6% of your maximum Life Non-Channelling Spells have 5% increased Critical Hit Chance per 100 maximum Life"]={nil,"cost an additional 6% of your maximum Life Non-Channelling Spells have 5% increased Critical Hit Chance per 100 maximum Life "} c["Non-Channelling Spells deal 10% increased Damage per 100 maximum Life"]={{[1]={[1]={neg=true,skillType=48,type="SkillType"},[2]={div=100,stat="Life",type="PerStat"},flags=2,keywordFlags=0,name="Damage",type="INC",value=10}},nil} -c["Non-Channelling Spells deal 30% more Damage"]={{[1]={[1]={neg=true,skillType=48,type="SkillType"},flags=2,keywordFlags=0,name="Damage",type="MORE",value=30}},nil} c["Non-Channelling Spells have 5% increased Critical Hit Chance per 100 maximum Life"]={{[1]={[1]={neg=true,skillType=48,type="SkillType"},[2]={div=100,stat="Life",type="PerStat"},flags=2,keywordFlags=0,name="CritChance",type="INC",value=5}},nil} +c["Offering Skills have 15% increased Buff effect"]={{[1]={[1]={skillType=154,type="SkillType"},flags=0,keywordFlags=0,name="BuffEffect",type="INC",value=15}},nil} c["Offering Skills have 20% increased Area of Effect"]={{[1]={[1]={skillType=154,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=20}},nil} +c["Offering Skills have 20% increased Duration"]={{[1]={[1]={skillType=154,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=20}},nil} c["Offering Skills have 30% increased Duration"]={{[1]={[1]={skillType=154,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=30}},nil} c["Offering Skills have 30% reduced Duration"]={{[1]={[1]={skillType=154,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="INC",value=-30}},nil} +c["Offerings cannot be damaged if they have been created Recently"]={nil,"Offerings cannot be damaged if they have been created Recently "} +c["Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy"]={nil,"Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy "} c["Offerings have 15% increased Maximum Life"]={nil,"Offerings have 15% increased Maximum Life "} c["Offerings have 30% increased Maximum Life"]={nil,"Offerings have 30% increased Maximum Life "} c["Offerings have 30% increased Maximum Life Recover 3% of maximum Life when you create an Offering"]={nil,"Offerings have 30% increased Maximum Life Recover 3% of maximum Life when you create an Offering "} c["Offerings have 30% reduced Maximum Life"]={nil,"Offerings have 30% reduced Maximum Life "} c["On Freezing Enemies create Chilled Ground"]={{[1]={[1]={actor="enemy",type="ActorCondition",var="OnChilledGround"},flags=0,keywordFlags=0,name="ChillBase",type="BASE",value=10}},nil} +c["On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted"]={nil,"On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted "} +c["On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed"]={nil,"On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed "} +c["On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way"]={nil,"On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way "} c["On Hitting an enemy, gains maximum added Lightning damage equal to"]={nil,"On Hitting an enemy, gains maximum added Lightning damage equal to "} c["On Hitting an enemy, gains maximum added Lightning damage equal to the enemy's Power for 6 seconds, up to a total of 500"]={nil,"On Hitting an enemy, gains maximum added Lightning damage equal to the enemy's Power for 6 seconds, up to a total of 500 "} c["On-Kill Effects happen twice"]={nil,"On-Kill Effects happen twice "} @@ -4402,6 +5303,7 @@ c["Only affects Passives in Small Ring"]={{[1]={flags=0,keywordFlags=0,name="Jew c["Only affects Passives in Very Large Ring"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="radiusIndex",value=11}}},nil} c["Only affects Passives in Very Small Ring"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="radiusIndex",value=5}}},nil} c["Onslaught"]={{[1]={flags=0,keywordFlags=0,name="Condition:Onslaught",type="FLAG",value=true}},nil} +c["Orb Skills have +1 to Limit"]={nil,"Orb Skills have +1 to Limit "} c["Other Modifiers to Movement Speed do not apply"]={nil,"Other Modifiers to Movement Speed do not apply "} c["Other Modifiers to Movement Speed do not apply Other Modifiers to Movement Speed do not apply"]={nil,"Other Modifiers to Movement Speed do not apply Other Modifiers to Movement Speed do not apply "} c["Pain Attunement"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Pain Attunement"}},nil} @@ -4416,6 +5318,7 @@ c["Passives in radius are Conquered by the Kalguur"]={{},nil} c["Passives in radius of Acrobatics can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="acrobatics"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="acrobatics",value=true}}},nil} c["Passives in radius of Ancestral Bond can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="ancestral bond"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="ancestral bond",value=true}}},nil} c["Passives in radius of Avatar of Fire can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="avatar of fire"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="avatar of fire",value=true}}},nil} +c["Passives in radius of Blackflame Covenant can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="blackflame covenant"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="blackflame covenant",value=true}}},nil} c["Passives in radius of Blood Magic can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="blood magic"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="blood magic",value=true}}},nil} c["Passives in radius of Bulwark can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="bulwark"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="bulwark",value=true}}},nil} c["Passives in radius of Chaos Inoculation can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="chaos inoculation"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="chaos inoculation",value=true}}},nil} @@ -4428,6 +5331,7 @@ c["Passives in radius of Eternal Youth can be Allocated without being connected c["Passives in radius of Giant's Blood can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="giant's blood"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="giant's blood",value=true}}},nil} c["Passives in radius of Glancing Blows can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="glancing blows"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="glancing blows",value=true}}},nil} c["Passives in radius of Heartstopper can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="heartstopper"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="heartstopper",value=true}}},nil} +c["Passives in radius of Hollow Palm Technique can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="hollow palm technique"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="hollow palm technique",value=true}}},nil} c["Passives in radius of Iron Reflexes can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="iron reflexes"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="iron reflexes",value=true}}},nil} c["Passives in radius of Mind Over Matter can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="mind over matter"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="mind over matter",value=true}}},nil} c["Passives in radius of Necromantic Talisman can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="necromantic talisman"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="necromantic talisman",value=true}}},nil} @@ -4435,16 +5339,20 @@ c["Passives in radius of Oasis can be Allocated without being connected to your c["Passives in radius of Pain Attunement can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="pain attunement"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="pain attunement",value=true}}},nil} c["Passives in radius of Resolute Technique can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="resolute technique"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="resolute technique",value=true}}},nil} c["Passives in radius of Resonance can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="resonance"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="resonance",value=true}}},nil} +c["Passives in radius of Ritual Cadence can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="ritual cadence"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="ritual cadence",value=true}}},nil} c["Passives in radius of Trusted Kinship can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="trusted kinship"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="trusted kinship",value=true}}},nil} c["Passives in radius of Unwavering Stance can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="unwavering stance"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="unwavering stance",value=true}}},nil} c["Passives in radius of Vaal Pact can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="vaal pact"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="vaal pact",value=true}}},nil} +c["Passives in radius of Walker of the Wilds can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="walker of the wilds"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="walker of the wilds",value=true}}},nil} c["Passives in radius of Whispers of Doom can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="whispers of doom"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="whispers of doom",value=true}}},nil} c["Passives in radius of Zealot's Oath can be Allocated without being connected to your tree"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="fromNothingKeystone",value="zealot's oath"}},[2]={flags=0,keywordFlags=0,name="FromNothingKeystones",type="LIST",value={key="zealot's oath",value=true}}},nil} c["Permanently Intimidate enemies on Block"]={{[1]={[1]={type="Condition",var="BlockedRecently"},flags=0,keywordFlags=0,name="EnemyModifier",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:Intimidated",type="FLAG",value=true}}}},nil} c["Persistent Buffs have 50% less Reservation"]={{[1]={[1]={skillType=139,type="SkillType"},[2]={skillType=5,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="MORE",value=-50}},nil} -c["Physical Damage Reduction from Armour is based on your combined Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="EvasionAddsToPdr",type="FLAG",value=true}},nil} +c["Physical Damage Reduction from Armour is based on your combined Armour and Evasion Rating"]={{[1]={flags=0,keywordFlags=0,name="EvasionAppliesToPhysicalDamageTaken",type="BASE",value=100}},nil} c["Physical Damage is Pinning"]={nil,"Physical Damage is Pinning "} +c["Physical Spell Critical Hits build Pin"]={nil,"Physical Spell Critical Hits build Pin "} c["Pin Enemies which are Primed for Pinning"]={nil,"Pin Enemies which are Primed for Pinning "} +c["Pinned Enemies cannot deal Critical Hits"]={nil,"Pinned Enemies cannot deal Critical Hits "} c["Pinned enemies cannot perform actions"]={nil,"Pinned enemies cannot perform actions "} c["Possessed by Spirit Of The Bear for 20 seconds on use"]={nil,"Possessed by Spirit Of The Bear for 20 seconds on use "} c["Possessed by Spirit Of The Bear for 20 seconds on use Possessed by Spirit Of The Boar for 20 seconds on use"]={nil,"Possessed by Spirit Of The Bear for 20 seconds on use Possessed by Spirit Of The Boar for 20 seconds on use "} @@ -4465,13 +5373,19 @@ c["Possessed by Spirit Of The Stag for 20 seconds on use Possessed by Spirit Of c["Possessed by Spirit Of The Wolf for 20 seconds on use"]={nil,"Possessed by Spirit Of The Wolf for 20 seconds on use "} c["Presence Gain 50% of Damage as Fire Damage"]={nil,"Presence Gain 50% of Damage as Fire Damage "} c["Presence Radius is doubled"]={{[1]={[1]={globalLimit=100,globalLimitKey="PresenceRadiusDoubledLimit",type="Multiplier",var="PresenceRadiusDoubled"},flags=0,keywordFlags=0,name="PresenceRadius",type="MORE",value=100},[2]={flags=0,keywordFlags=0,name="Multiplier:PresenceRadiusDoubled",type="OVERRIDE",value=1}},nil} +c["Prevent +15% of Damage from Deflected Critical Hits"]={nil,"Prevent +15% of Damage from Deflected Critical Hits "} +c["Prevent +3% of Damage from Deflected Hits"]={nil,"Prevent +3% of Damage from Deflected Hits "} +c["Prevent +6% of Damage from Deflected Hits"]={nil,"Prevent +6% of Damage from Deflected Hits "} +c["Projectile Attacks have a 12% chance to fire two additional Projectiles while moving"]={nil,"Projectile Attacks have a 12% chance to fire two additional Projectiles while moving "} c["Projectile Damage builds Pin"]={nil,"Projectile Damage builds Pin "} +c["Projectile Damage builds Pin Pinned enemies cannot perform actions"]={nil,"Projectile Damage builds Pin Pinned enemies cannot perform actions "} c["Projectiles Pierce all Ignited enemies"]={nil,"Projectiles Pierce all Ignited enemies "} c["Projectiles Pierce all Ignited enemies Attacks Gain 10% of Damage as Extra Fire Damage"]={nil,"Projectiles Pierce all Ignited enemies Attacks Gain 10% of Damage as Extra Fire Damage "} +c["Projectiles Pierce enemies with Fully Broken Armour"]={nil,"Projectiles Pierce enemies with Fully Broken Armour "} c["Projectiles Split towards +2 targets"]={{[1]={flags=0,keywordFlags=0,name="SplitCount",type="BASE",value=2}},nil} c["Projectiles deal 0% more Hit damage to targets in the first 3.5 metres of their movement, scaling up with distance travelled to reach 20% after 7 metres"]={{[1]={[1]={ramp={[1]={[1]=35,[2]=0},[2]={[1]=70,[2]=0.2}},type="DistanceRamp"},flags=1028,keywordFlags=0,name="Damage",type="MORE",value=100}},nil} -c["Projectiles deal 12% increased Damage with Hits against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=12}},nil} -c["Projectiles deal 12% increased Damage with Hits against Enemies within 2m"]={{[1]={[1]={threshold=20,type="MultiplierThreshold",upper=true,var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=12}},nil} +c["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=15}},nil} +c["Projectiles deal 15% increased Damage with Hits against Enemies within 2m"]={{[1]={[1]={threshold=20,type="MultiplierThreshold",upper=true,var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=15}},nil} c["Projectiles deal 20% more Hit damage to targets in the first 3.5 metres of their movement, scaling down with distance travelled to reach 0% after 7 metres"]={{[1]={[1]={ramp={[1]={[1]=35,[2]=0.2},[2]={[1]=70,[2]=0}},type="DistanceRamp"},flags=1028,keywordFlags=0,name="Damage",type="MORE",value=100}},nil} c["Projectiles deal 25% increased Damage with Hits against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=25}},nil} c["Projectiles deal 25% increased Damage with Hits against Enemies within 2m"]={{[1]={[1]={threshold=20,type="MultiplierThreshold",upper=true,var="enemyDistance"},flags=1024,keywordFlags=262144,name="Damage",type="INC",value=25}},nil} @@ -4479,18 +5393,31 @@ c["Projectiles deal 75% increased Damage against Heavy Stunned Enemies"]={{[1]={ c["Projectiles from Spells cannot Pierce"]={{[1]={flags=2,keywordFlags=0,name="CannotPierce",type="FLAG",value=true}},nil} c["Projectiles have 10% chance to Chain an additional time from terrain"]={{[1]={flags=1024,keywordFlags=0,name="TerrainChainChance",type="BASE",value=10}},nil} c["Projectiles have 15% chance to Chain an additional time from terrain"]={{[1]={flags=1024,keywordFlags=0,name="TerrainChainChance",type="BASE",value=15}},nil} +c["Projectiles have 15% increased Critical Hit Chance against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=0,name="CritChance",type="INC",value=15}},nil} +c["Projectiles have 16% chance to Chain an additional time from terrain"]={{[1]={flags=1024,keywordFlags=0,name="TerrainChainChance",type="BASE",value=16}},nil} c["Projectiles have 25% chance for an additional Projectile when Forking"]={{[1]={flags=1024,keywordFlags=0,name="ProjectileCount",type="BASE",value=25}}," for an additional when Forking "} c["Projectiles have 25% chance to Fork if you've dealt a Melee Hit in the past eight seconds"]={{}," to Fork "} c["Projectiles have 25% increased Critical Hit Chance against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=0,name="CritChance",type="INC",value=25}},nil} +c["Projectiles have 30% increased Critical Damage Bonus against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=0,name="CritMultiplier",type="INC",value=30}},nil} +c["Projectiles have 30% increased Critical Hit Chance against Enemies further than 6m"]={{[1]={[1]={threshold=60,type="MultiplierThreshold",var="enemyDistance"},flags=1024,keywordFlags=0,name="CritChance",type="INC",value=30}},nil} c["Projectiles have 40% increased Critical Damage Bonus against Enemies within 2m"]={{[1]={[1]={threshold=20,type="MultiplierThreshold",upper=true,var="enemyDistance"},flags=1024,keywordFlags=0,name="CritMultiplier",type="INC",value=40}},nil} c["Projectiles have 5% chance to Chain an additional time from terrain"]={{[1]={flags=1024,keywordFlags=0,name="TerrainChainChance",type="BASE",value=5}},nil} +c["Projectiles have 50% chance for an additional Projectile when Forking"]={{[1]={flags=1024,keywordFlags=0,name="ProjectileCount",type="BASE",value=50}}," for an additional when Forking "} +c["Projectiles have 50% chance for an additional Projectile when Forking 25% increased Critical Damage Bonus"]={{[1]={flags=1024,keywordFlags=0,name="ProjectileCount",type="BASE",value=50}}," for an additional when Forking 25% increased Critical Damage Bonus "} c["Projectiles have 6% chance to Chain an additional time from terrain"]={{[1]={flags=1024,keywordFlags=0,name="TerrainChainChance",type="BASE",value=6}},nil} c["Projectiles have 75% chance for an additional Projectile when Forking"]={{[1]={flags=1024,keywordFlags=0,name="ProjectileCount",type="BASE",value=75}}," for an additional when Forking "} c["Quarterstaff Skills that consume Power Charges count as consuming an additional Power Charge"]={nil,"Quarterstaff Skills that consume Power Charges count as consuming an additional Power Charge "} +c["Rage you gain is also granted to Allies in your Presence"]={nil,"Rage you gain is also granted to "} +c["Recoup 5% of damage taken by your Totems as Life"]={nil,"Recoup 5% of damage taken by your Totems as Life "} +c["Recoup 5% of damage taken by your Totems as Life Each Totem applies 2% increased Damage taken to Enemies in their Presence"]={nil,"Recoup 5% of damage taken by your Totems as Life Each Totem applies 2% increased Damage taken to Enemies in their Presence "} c["Recoup Effects instead occur over 4 seconds"]={{[1]={flags=0,keywordFlags=0,name="4SecondRecoup",type="FLAG",value=true}},nil} c["Recover 1% of maximum Life on Kill"]={{[1]={[1]={percent=1,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=1}},nil} +c["Recover 1% of maximum Life per Glory consumed"]={nil,"Recover 1% of maximum Life per Glory consumed "} +c["Recover 1% of maximum Mana on Kill"]={{[1]={[1]={percent=1,stat="Mana",type="PercentStat"},flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=1}},nil} c["Recover 10% of Missing Life before being Hit by an Enemy"]={nil,"Recover 10% of Missing Life before being Hit by an Enemy "} c["Recover 10% of Missing Life before being Hit by an Enemy Recover 20% of Missing Life before being Hit by an Enemy"]={nil,"Recover 10% of Missing Life before being Hit by an Enemy Recover 20% of Missing Life before being Hit by an Enemy "} +c["Recover 10% of maximum Mana when a Charm is used"]={nil,"Recover 10% of maximum Mana when a Charm is used "} +c["Recover 10% of maximum Mana when a Charm is used 25% increased Culling Strike Threshold"]={nil,"Recover 10% of maximum Mana when a Charm is used 25% increased Culling Strike Threshold "} c["Recover 2% of maximum Life and Mana when you use a Warcry"]={nil,"Recover 2% of maximum Life and Mana when you use a Warcry "} c["Recover 2% of maximum Life and Mana when you use a Warcry 24% increased Warcry Speed"]={nil,"Recover 2% of maximum Life and Mana when you use a Warcry 24% increased Warcry Speed "} c["Recover 2% of maximum Life and Mana when you use a Warcry 24% increased Warcry Speed 18% increased Warcry Cooldown Recovery Rate"]={nil,"Recover 2% of maximum Life and Mana when you use a Warcry 24% increased Warcry Speed 18% increased Warcry Cooldown Recovery Rate "} @@ -4503,25 +5430,33 @@ c["Recover 2% of maximum Life when you use a Mana Flask Mana Flasks gain 0.1 cha c["Recover 2% of maximum Mana on Kill"]={{[1]={[1]={percent=2,stat="Mana",type="PercentStat"},flags=0,keywordFlags=0,name="ManaOnKill",type="BASE",value=1}},nil} c["Recover 20 Life when you Block"]={{[1]={flags=0,keywordFlags=0,name="LifeOnBlock",type="BASE",value=20}},nil} c["Recover 20% of Missing Life before being Hit by an Enemy"]={nil,"Recover 20% of Missing Life before being Hit by an Enemy "} -c["Recover 20% of maximum Life when you Heavy Stun a Rare or Unique Enemy"]={nil,"Recover 20% of maximum Life when you Heavy Stun a Rare or Unique Enemy "} +c["Recover 3% of Maximum Life when you collect a Remnant"]={nil,"Recover 3% of Maximum Life when you collect a Remnant "} +c["Recover 3% of Maximum Mana when you collect a Remnant"]={nil,"Recover 3% of Maximum Mana when you collect a Remnant "} c["Recover 3% of maximum Life for each Endurance Charge consumed"]={nil,"Recover 3% of maximum Life for each Endurance Charge consumed "} c["Recover 3% of maximum Life for each Endurance Charge consumed +1 to Maximum Endurance Charges"]={nil,"Recover 3% of maximum Life for each Endurance Charge consumed +1 to Maximum Endurance Charges "} c["Recover 3% of maximum Life on Kill"]={{[1]={[1]={percent=3,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="LifeOnKill",type="BASE",value=1}},nil} c["Recover 3% of maximum Life when you create an Offering"]={nil,"Recover 3% of maximum Life when you create an Offering "} -c["Recover 3% of maximum Mana when you Invoke a Spell"]={nil,"Recover 3% of maximum Mana when you Invoke a Spell "} -c["Recover 3% of maximum Mana when you Invoke a Spell Triggered Spells deal 45% increased Spell Damage"]={nil,"Recover 3% of maximum Mana when you Invoke a Spell Triggered Spells deal 45% increased Spell Damage "} +c["Recover 3% of your maximum Life when an Enemy dies in your Presence"]={nil,"Recover 3% of your maximum Life when an Enemy dies in your Presence "} +c["Recover 3% of your maximum Life when an Enemy dies in your Presence Gain Deflection Rating equal to 16% of Evasion Rating"]={nil,"Recover 3% of your maximum Life when an Enemy dies in your Presence Gain Deflection Rating equal to 16% of Evasion Rating "} +c["Recover 3% of your maximum Mana when an Enemy dies in your Presence"]={nil,"Recover 3% of your maximum Mana when an Enemy dies in your Presence "} +c["Recover 3% of your maximum Mana when an Enemy dies in your Presence 25% faster start of Energy Shield Recharge"]={nil,"Recover 3% of your maximum Mana when an Enemy dies in your Presence 25% faster start of Energy Shield Recharge "} +c["Recover 4% of maximum Life on Killing a Poisoned Enemy"]={nil,"Recover 4% of maximum Life on Killing a Poisoned Enemy "} +c["Recover 4% of maximum Life on Killing a Poisoned Enemy 15% increased Skill Effect Duration"]={nil,"Recover 4% of maximum Life on Killing a Poisoned Enemy 15% increased Skill Effect Duration "} c["Recover 4% of maximum Life when you Block"]={{[1]={[1]={percent=4,stat="Life",type="PercentStat"},flags=0,keywordFlags=0,name="LifeOnBlock",type="BASE",value=1}},nil} c["Recover 5 Life when you Block"]={{[1]={flags=0,keywordFlags=0,name="LifeOnBlock",type="BASE",value=5}},nil} c["Recover 5% of Missing Life before being Hit by an Enemy"]={nil,"Recover 5% of Missing Life before being Hit by an Enemy "} c["Recover 5% of Missing Life before being Hit by an Enemy Recover 10% of Missing Life before being Hit by an Enemy"]={nil,"Recover 5% of Missing Life before being Hit by an Enemy Recover 10% of Missing Life before being Hit by an Enemy "} c["Recover 5% of maximum Life for each Endurance Charge consumed"]={nil,"Recover 5% of maximum Life for each Endurance Charge consumed "} -c["Recover 5% of maximum Life when you use a Life Flask while on Low Life"]={nil,"Recover 5% of maximum Life when you use a Life Flask while on Low Life "} c["Recover 5% of maximum Mana when a Charm is used"]={nil,"Recover 5% of maximum Mana when a Charm is used "} +c["Recover 50% of maximum Life when you Heavy Stun a Rare or Unique Enemy"]={nil,"Recover 50% of maximum Life when you Heavy Stun a Rare or Unique Enemy "} c["Recover Life equal to 20% of Mana Flask's Recovery Amount when used"]={nil,"Recover Life equal to 20% of Mana Flask's Recovery Amount when used "} c["Recover Life equal to 20% of Mana Flask's Recovery Amount when used Recover Mana equal to 20% of Life Flask's Recovery Amount when used"]={nil,"Recover Life equal to 20% of Mana Flask's Recovery Amount when used Recover Mana equal to 20% of Life Flask's Recovery Amount when used "} c["Recover Mana equal to 20% of Life Flask's Recovery Amount when used"]={nil,"Recover Mana equal to 20% of Life Flask's Recovery Amount when used "} c["Recover all Mana when Used"]={nil,"Recover all Mana when Used "} c["Recover all Mana when Used Deals 25% of current Mana as Chaos Damage to you when Effect ends"]={nil,"Recover all Mana when Used Deals 25% of current Mana as Chaos Damage to you when Effect ends "} +c["Red: Hits against you have no Critical Damage Bonus"]={nil,"Red: Hits have no Critical Damage Bonus "} +c["Red: Hits against you have no Critical Damage Bonus Blue: Skills have 30% less cost"]={nil,"Red: Hits have no Critical Damage Bonus Blue: Skills have 30% less cost "} +c["Red: Hits against you have no Critical Damage Bonus Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving"]={nil,"Red: Hits have no Critical Damage Bonus Blue: Skills have 30% less cost Green: 40% less Movement Speed Penalty from using Skills while Moving "} c["Reflects opposite Ring"]={{},nil} c["Regenerate (0.7-1.2)% of Life per second"]={nil,"Regenerate (0.7-1.2)% of Life per second "} c["Regenerate 0.05 Life per second per Maximum Energy Shield"]={{[1]={[1]={div=1,stat="MaximumEnergyShield",type="PerStat"},flags=0,keywordFlags=0,name="LifeRegen",type="BASE",value=0.05}},nil} @@ -4530,12 +5465,17 @@ c["Regenerate 0.4% of maximum Life per second if you have been Hit Recently"]={{ c["Regenerate 0.5% of maximum Life per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=0.5}},nil} c["Regenerate 0.75% of maximum Life per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=0.75}},nil} c["Regenerate 1% of maximum Life per Second if you've used a Life Flask in the past 10 seconds"]={{[1]={[1]={type="Condition",var="UsingLifeFlask"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1}},nil} +c["Regenerate 1% of maximum Life per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1}},nil} c["Regenerate 1% of maximum Life per second while affected by any Damaging Ailment"]={{[1]={[1]={type="Condition",varList={[1]="Poisoned",[2]="Ignited",[3]="Bleeding"}},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1}},nil} c["Regenerate 1% of maximum Life per second while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1}},nil} c["Regenerate 1% of maximum Life per second while you have a Totem"]={{[1]={[1]={type="Condition",var="HaveTotem"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1}},nil} c["Regenerate 1.5% of Life per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1.5}},nil} +c["Regenerate 1.5% of maximum Life per Second if you've used a Life Flask in the past 10 seconds"]={{[1]={[1]={type="Condition",var="UsingLifeFlask"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1.5}},nil} c["Regenerate 1.5% of maximum Life per second while on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1.5}},nil} +c["Regenerate 1.5% of maximum Life per second while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=1.5}},nil} c["Regenerate 2.5% of maximum Life per second while Surrounded"]={{[1]={[1]={type="Condition",var="Surrounded"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=2.5}},nil} +c["Regenerate 3% of maximum Life over 1 second when Stunned"]={nil,"Regenerate 3% of maximum Life over 1 second when Stunned "} +c["Regenerate 3% of maximum Life over 1 second when Stunned +1 to Stun Threshold per Dexterity"]={nil,"Regenerate 3% of maximum Life over 1 second when Stunned +1 to Stun Threshold per Dexterity "} c["Regenerate 3% of maximum Life per second"]={{[1]={flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=3}},nil} c["Regenerate 3% of maximum Life per second while on Low Life"]={{[1]={[1]={type="Condition",var="LowLife"},flags=0,keywordFlags=0,name="LifeRegenPercent",type="BASE",value=3}},nil} c["Regenerate 5 Rage per second"]={{[1]={flags=0,keywordFlags=0,name="RageRegen",type="BASE",value=5}},nil} @@ -4546,6 +5486,12 @@ c["Remembrancing 4050 songworthy deeds by the line of Olroth"]={{[1]={flags=0,ke c["Remembrancing 8000 songworthy deeds by the line of Medved"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="conqueredBy",value={conqueror={id=2,type="kalguur"},id=8000}}}},nil} c["Remembrancing 8000 songworthy deeds by the line of Olroth"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="conqueredBy",value={conqueror={id=3,type="kalguur"},id=8000}}}},nil} c["Remembrancing 8000 songworthy deeds by the line of Vorana"]={{[1]={flags=0,keywordFlags=0,name="JewelData",type="LIST",value={key="conqueredBy",value={conqueror={id=1,type="kalguur"},id=8000}}}},nil} +c["Remnants can be collected from 10% further away"]={nil,"Remnants can be collected from 10% further away "} +c["Remnants can be collected from 15% further away"]={nil,"Remnants can be collected from 15% further away "} +c["Remnants can be collected from 30% further away"]={nil,"Remnants can be collected from 30% further away "} +c["Remnants have 10% increased effect"]={nil,"Remnants have 10% increased effect "} +c["Remnants you create reappear once, 3 seconds after being collected"]={nil,"Remnants you create reappear once, 3 seconds after being collected "} +c["Remove Ignite when you Warcry"]={nil,"Remove Ignite when you Warcry "} c["Remove a Curse when you use a Mana Flask"]={nil,"Remove a Curse when you use a Mana Flask "} c["Reserves 25% of Life"]={{[1]={flags=0,keywordFlags=0,name="ExtraLifeReserved",type="BASE",value=25}},nil} c["Reveal Weaknesses against Rare and Unique enemies"]={nil,"Reveal Weaknesses against Rare and Unique enemies "} @@ -4554,20 +5500,25 @@ c["Right ring slot: Projectiles from Spells Chain +1 times"]={{[1]={[1]={num=2,t c["Right ring slot: Projectiles from Spells cannot Fork"]={{[1]={[1]={num=2,type="SlotNumber"},flags=1026,keywordFlags=0,name="CannotFork",type="FLAG",value=true}},nil} c["Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier"]={nil,"can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier "} c["Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier A maximum of one Modifer can be granted this way"]={nil,"can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier A maximum of one Modifer can be granted this way "} +c["Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier A maximum of one Modifer can be granted this way Grants Skill: Ritual Sacrifice"]={nil,"can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier A maximum of one Modifer can be granted this way Grants Skill: Ritual Sacrifice "} c["Rolls only the minimum or maximum Damage value for each Damage Type"]={nil,"Rolls only the minimum or maximum Damage value for each Damage Type "} c["Sacrifice 15% of Life to gain that much Energy Shield when you Cast a Spell"]={{[1]={[1]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=2,keywordFlags=0,name="Life",type="BASE",value=15}}," to gain that much Energy Shield when you Cast a "} c["Sacrifice 20% of Mana and they Leech that Mana"]={{[1]={[1]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=0,keywordFlags=0,name="Mana",type="BASE",value=20}}," and they Leech that Mana "} c["Sacrifice 300 Life to not consume the last bolt when firing"]={{[1]={[1]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=0,keywordFlags=0,name="Life",type="BASE",value=300}}," to not consume the last bolt when firing "} +c["Sacrifice 5% of maximum Energy Shield when you Cast a Spell"]={{[1]={[1]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=2,keywordFlags=0,name="EnergyShield",type="BASE",value=5}}," when you Cast a "} +c["Sacrificing Energy Shield does not interrupt Recharge"]={nil,"Sacrificing Energy Shield does not interrupt Recharge "} +c["Sacrificing Energy Shield does not interrupt Recharge Sacrifice 5% of maximum Energy Shield when you Cast a Spell"]={nil,"Sacrificing Energy Shield does not interrupt Recharge Sacrifice 5% of maximum Energy Shield when you Cast a Spell "} c["Share Charges with Allies in your Presence"]={nil,"Share Charges with "} c["Shocking Hits have a 50% chance to also Shock enemies in a 1.5 metre radius"]={nil,"Shocking Hits have a 50% chance to also Shock enemies in a 1.5 metre radius "} c["Shocks you when you reach maximum Power Charges"]={nil,"Shocks you when you reach maximum Power Charges "} -c["Skill Gems have 30% more Attribute Requirements"]={{[1]={flags=0,keywordFlags=0,name="GlobalGemAttributeRequirements",type="MORE",value=30}},nil} +c["Skeletal Minions you would create instead grant you Umbral Souls for each Minion you would have created"]={nil,"Skeletal Minions you would create instead grant you Umbral Souls for each Minion you would have created "} c["Skill Mana Costs Converted to Life Costs"]={{[1]={flags=0,keywordFlags=0,name="HybridManaAndLifeCost_Life",type="BASE",value=100}},nil} -c["Skills Consuming Frenzy Charges behave as if Consuming twice as many Frenzy Charges"]={nil,"Skills Consuming Frenzy Charges behave as if Consuming twice as many Frenzy Charges "} c["Skills Cost +3 Rage"]={{[1]={flags=0,keywordFlags=0,name="RageCostBase",type="BASE",value=3}},nil} c["Skills Supported by Unleash have 10% increased Seal gain frequency"]={{[1]={flags=0,keywordFlags=0,name="SealGainFrequency",type="INC",value=10}},nil} c["Skills Supported by Unleash have 25% increased Seal gain frequency"]={{[1]={flags=0,keywordFlags=0,name="SealGainFrequency",type="INC",value=25}},nil} +c["Skills deal 8% increased Damage per Combo consumed, up to 40%"]={{[1]={flags=0,keywordFlags=0,name="Damage",type="INC",value=8}}," per Combo consumed, up to 40% "} c["Skills fire an additional Projectile"]={{[1]={flags=0,keywordFlags=0,name="ProjectileCount",type="BASE",value=1}},nil} +c["Skills gain 1 Glory every 2 seconds for each Rare or Unique monster in your Presence"]={{}," Glory every 2 seconds for each Rare or Unique monster in your Presence "} c["Skills gain 1% of Damage as Chaos Damage per 3 Life Cost"]={{[1]={[1]={div=3,stat="LifeCost",type="PerStat"},flags=0,keywordFlags=0,name="DamageAsChaos",type="BASE",value=1}},nil} c["Skills gain 20% increased Critical Hit Chance per socketed blue Support Gem"]={{[1]={flags=0,keywordFlags=0,name="SkillCritChanceIncreasedPerBlueSupport",type="FLAG",value=20}},nil} c["Skills gain 20% increased Damage per socketed red Support Gem"]={{[1]={flags=0,keywordFlags=0,name="SkillDamageIncreasedPerRedSupport",type="FLAG",value=20}},nil} @@ -4579,33 +5530,39 @@ c["Skills have +1 to Limit"]={{}," Limit "} c["Skills have -1 seconds to Cooldown"]={{}," seconds to Cooldown "} c["Skills have -2 seconds to Cooldown"]={{}," seconds to Cooldown "} c["Skills have -2 seconds to Cooldown Skills have -1 seconds to Cooldown"]={{}," seconds to Cooldown Skills have -1 seconds to Cooldown "} +c["Skills have 10% chance to not remove Charges but still count as consuming them"]={{[1]={flags=0,keywordFlags=0,name="FlaskCharges",type="BASE",value=10}}," to not remove but still count as consuming them "} +c["Skills have 10% chance to not remove Elemental Infusions but still count as consuming them"]={{}," to not remove Elemental Infusions but still count as consuming them "} c["Skills have 33% chance to not consume a Cooldown when used"]={{[1]={[1]={skillType=90,type="SkillType"},flags=0,keywordFlags=0,name="CooldownChanceNotConsume",type="BASE",value=0.33}},nil} +c["Skills have 5% chance to not remove Elemental Infusions but still count as consuming them"]={{}," to not remove Elemental Infusions but still count as consuming them "} c["Skills have a 125% longer Perfect Timing window"]={{[1]={flags=0,keywordFlags=0,name="PerfectTiming",type="INC",value=125}},nil} +c["Skills have a 15% chance to not consume Glory"]={nil,"a 15% chance to not consume Glory "} c["Skills have a 150% longer Perfect Timing window"]={{[1]={flags=0,keywordFlags=0,name="PerfectTiming",type="INC",value=150}},nil} +c["Skills have a 5% chance to not consume Glory"]={nil,"a 5% chance to not consume Glory "} c["Skills reserve 50% less Spirit"]={{[1]={flags=0,keywordFlags=0,name="SpiritReserved",type="MORE",value=-50}},nil} -c["Skills that would Summon a Totem have 20% chance to Summon two Totems instead"]={nil,"Skills that would Summon a Totem have 20% chance to Summon two Totems instead "} c["Skills used by Totems have 30% more Skill Speed"]={{[1]={flags=0,keywordFlags=16384,name="Speed",type="MORE",value=30},[2]={flags=0,keywordFlags=16384,name="WarcrySpeed",type="MORE",value=30}},nil} -c["Slam Skills have 12% increased Area of Effect"]={{[1]={[1]={skillType=92,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=12}},nil} +c["Slam Skills have 8% increased Area of Effect"]={{[1]={[1]={skillType=92,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=8}},nil} c["Slam Skills you use yourself cause Aftershocks"]={nil,"Slam Skills you use yourself cause Aftershocks "} c["Sorcery Ward recovers 50% faster"]={nil,"recovers 50% faster "} c["Soul Eater"]={{[1]={flags=0,keywordFlags=0,name="Condition:CanHaveSoulEater",type="FLAG",value=true}},nil} c["Spell Skills have 10% reduced Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=-10}},nil} -c["Spell Skills have 20% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=20}},nil} -c["Spell Skills have 30% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=30}},nil} -c["Spell Skills have 5% reduced Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=-5}},nil} -c["Spell Skills have 8% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=8}},nil} -c["Spells Cast by Totems have 2% increased Cast Speed per Summoned Totem"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=18,keywordFlags=16384,name="Speed",type="INC",value=2}},nil} +c["Spell Skills have 15% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=15}},nil} +c["Spell Skills have 25% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=25}},nil} +c["Spell Skills have 6% increased Area of Effect"]={{[1]={flags=0,keywordFlags=131072,name="AreaOfEffect",type="INC",value=6}},nil} +c["Spells Cast by Totems have 3% increased Cast Speed per Summoned Totem"]={{[1]={[1]={stat="TotemsSummoned",type="PerStat"},flags=18,keywordFlags=16384,name="Speed",type="INC",value=3}},nil} c["Spells Cast by Totems have 4% increased Cast Speed"]={{[1]={flags=18,keywordFlags=16384,name="Speed",type="INC",value=4}},nil} +c["Spells consume a Power Charge if able to deal 40% more Damage"]={nil,"Spells consume a Power Charge if able to deal 40% more Damage "} +c["Spells deal 30% more Damage when Sacrificing Energy Shield"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="MORE",value=30}}," when Sacrificing Energy Shield "} +c["Spells deal 30% more Damage when Sacrificing Energy Shield Sacrificing Energy Shield does not interrupt Recharge"]={{[1]={flags=2,keywordFlags=0,name="Damage",type="MORE",value=30}}," when Sacrificing Energy Shield Sacrificing Energy Shield does not interrupt Recharge "} +c["Spells deal 30% more Damage when Sacrificing Energy Shield Sacrificing Energy Shield does not interrupt Recharge Sacrifice 5% of maximum Energy Shield when you Cast a Spell"]={{[1]={[1]={includeTransfigured=true,skillName="Sacrifice",type="SkillName"},flags=2,keywordFlags=0,name="Damage",type="MORE",value=30}}," when Sacrificing Energy Shield Sacrificing Energy Shield does not interrupt Recharge5% of maximum Energy Shield when you Cast a "} c["Spells fire 4 additional Projectiles"]={{[1]={flags=2,keywordFlags=0,name="ProjectileCount",type="BASE",value=4}},nil} c["Spells fire Projectiles in a circle"]={nil,"Projectiles in a circle "} c["Spells have a 25% chance to inflict Withered for 4 seconds on Hit"]={{}," to inflict Withered "} -c["Spending Energy Shield does not interrupt Recharge"]={nil,"Spending Energy Shield does not interrupt Recharge "} c["Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills"]={nil,"Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills "} c["Strength's inherent bonus is 1% increased Energy Shield per 2 Strength instead"]={{[1]={[1]={div="2",stat="Str",type="PerStat"},flags=0,keywordFlags=0,name="EnergyShield",type="INC",value=1},[2]={flags=0,keywordFlags=0,name="NoStrBonusToLife",type="FLAG",value=true}},nil} c["Strikes deal Splash damage to targets within 1.5 metres"]={nil,"Strikes deal Splash damage to targets within 1.5 metres "} c["Strikes deal Splash damage to targets within 1.5 metres 172% increased Physical Damage"]={nil,"Strikes deal Splash damage to targets within 1.5 metres 172% increased Physical Damage "} c["Strikes deal Splash damage to targets within 1.5 metres Adds 35 to 50 Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalMin",type="BASE",value=35},[2]={flags=0,keywordFlags=0,name="PhysicalMax",type="BASE",value=50}},"Strikes deal Splash to targets within 1.5 metres "} -c["Strikes deal Splash damage to targets within 1.5 metres Adds 62 to 94 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=62},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=94}},"Strikes deal Splash to targets within 1.5 metres "} +c["Strikes deal Splash damage to targets within 1.5 metres Adds 85 to 131 Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="FireMin",type="BASE",value=85},[2]={flags=0,keywordFlags=0,name="FireMax",type="BASE",value=131}},"Strikes deal Splash to targets within 1.5 metres "} c["Strikes deal Splash damage to targets within 1.5 metres Knocks Back Enemies on Hit"]={nil,"Strikes deal Splash damage to targets within 1.5 metres Knocks Back Enemies on Hit "} c["Stun Threshold is based on 30% of your Energy Shield instead of Life"]={{[1]={flags=0,keywordFlags=0,name="StunThresholdBasedOnEnergyShieldInsteadOfLife",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="StunThresholdEnergyShieldPercent",type="BASE",value=30}},nil} c["Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack"]={nil,"Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack "} @@ -4619,18 +5576,31 @@ c["Take 30% less Damage from Hits Take 30% less Damage over time"]={{[1]={flags= c["Take 30% less Damage from Hits while Dodge Rolling"]={{[1]={flags=0,keywordFlags=0,name="DamageTaken",type="MORE",value=-30}}," from Hits while Dodge Rolling "} c["Take 30% less Damage over time"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=-30}},nil} c["Take 50% less Damage over Time if you've started taking Damage over Time in the past second"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=-50}}," if you've started taking Damage over Time in the past second "} -c["Take 50% less Damage over Time if you've started taking Damage over Time in the past second Take 50% more Damage over Time if you've haven't started taking Damage over Time in the past second"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=-50}}," if you've started taking Damage over Time in the past second Take 50% more Damage over Time if you've haven't started taking Damage over Time in the past second "} -c["Take 50% more Damage over Time if you've haven't started taking Damage over Time in the past second"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=50}}," if you've haven't started taking Damage over Time in the past second "} +c["Take 50% less Damage over Time if you've started taking Damage over Time in the past second Take 50% more Damage over Time if you haven't started taking Damage over Time in the past second"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=-50}}," if you've started taking Damage over Time in the past second Take 50% more Damage over Time if you haven't started taking Damage over Time in the past second "} +c["Take 50% more Damage over Time if you haven't started taking Damage over Time in the past second"]={{[1]={flags=8,keywordFlags=0,name="DamageTaken",type="MORE",value=50}}," if you haven't started taking Damage over Time in the past second "} c["Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum"]={nil,"maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum "} c["Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame"]={nil,"maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame "} -c["Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 50% of Infernal Flame lost per second if none was gained in the past 2 seconds "} +c["Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds"]={nil,"maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum Lose all Infernal Flame on reaching maximum Infernal Flame 25% of Infernal Flame lost per second if none was gained in the past 2 seconds "} +c["Take no Damage from Volatility"]={nil,"no Damage from Volatility "} c["Take no Extra Damage from Critical Hits"]={{[1]={[1]={effectType="Global",type="GlobalEffect",unscalable=true},flags=0,keywordFlags=0,name="ReduceCritExtraDamage",type="BASE",value=100}},nil} c["Targets can be affected by +1 of your Poisons at the same time"]={{[1]={flags=0,keywordFlags=0,name="PoisonCanStack",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="PoisonStacks",type="BASE",value=1}},nil} c["Targets can be affected by two of your Chills at the same time"]={{[1]={flags=0,keywordFlags=0,name="ChillCanStack",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ChillStacksMax",type="OVERRIDE",value=2}},nil} c["Targets can be affected by two of your Shocks at the same time"]={{[1]={flags=0,keywordFlags=0,name="ShockCanStack",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="ShockStacksMax",type="OVERRIDE",value=2}},nil} +c["Temporary Minion Skills have +2 to Limit of Minions summoned"]={nil,"Temporary Minion Skills have +2 to Limit of Minions summoned "} c["The Effect of Chill on you is reversed"]={{[1]={flags=0,keywordFlags=0,name="SelfChillEffectIsReversed",type="FLAG",value=true}},nil} c["The most Damaging Poison on Enemies you Kill is Spread to other Enemies within 1.5 metres"]={nil,"The most Damaging Poison on Enemies you Kill is Spread to other Enemies within 1.5 metres "} +c["There is no Limit on the number of Banners you can place"]={nil,"There is no Limit on the number of Banners you can place "} c["This Weapon's Critical Hit Chance is 100%"]={{[1]={flags=0,keywordFlags=0,name="WeaponData",type="LIST",value={key="CritChance",value=100}}},nil} +c["This item gains bonuses from Socketed Items as though it was Boots"]={nil,"This item gains bonuses from Socketed Items as though it was Boots "} +c["This item gains bonuses from Socketed Items as though it was Boots This item gains bonuses from Socketed Items as though it was Gloves"]={nil,"This item gains bonuses from Socketed Items as though it was Boots This item gains bonuses from Socketed Items as though it was Gloves "} +c["This item gains bonuses from Socketed Items as though it was Gloves"]={nil,"This item gains bonuses from Socketed Items as though it was Gloves "} +c["This item gains bonuses from Socketed Items as though it was Gloves This item gains bonuses from Socketed Items as though it was a Helmet"]={nil,"This item gains bonuses from Socketed Items as though it was Gloves This item gains bonuses from Socketed Items as though it was a Helmet "} +c["This item gains bonuses from Socketed Items as though it was a Body Armour"]={nil,"This item gains bonuses from Socketed Items as though it was a Body Armour "} +c["This item gains bonuses from Socketed Items as though it was a Body Armour This item gains bonuses from Socketed Items as though it was Boots"]={nil,"This item gains bonuses from Socketed Items as though it was a Body Armour This item gains bonuses from Socketed Items as though it was Boots "} +c["This item gains bonuses from Socketed Items as though it was a Helmet"]={nil,"This item gains bonuses from Socketed Items as though it was a Helmet "} +c["This item gains bonuses from Socketed Items as though it was a Helmet This item gains bonuses from Socketed Items as though it was a Shield"]={nil,"This item gains bonuses from Socketed Items as though it was a Helmet This item gains bonuses from Socketed Items as though it was a Shield "} +c["This item gains bonuses from Socketed Items as though it was a Shield"]={nil,"This item gains bonuses from Socketed Items as though it was a Shield "} +c["This item gains bonuses from Socketed Items as though it was a Shield 100% increased effect of Socketed Items"]={nil,"This item gains bonuses from Socketed Items as though it was a Shield 100% increased effect of Socketed Items "} c["Thorns Damage has 25% chance to ignore Enemy Armour"]={nil,"Thorns Damage has 25% chance to ignore Enemy Armour "} c["Thorns Damage has 50% chance to ignore Enemy Armour"]={nil,"Thorns Damage has 50% chance to ignore Enemy Armour "} c["Thorns can Retaliate against all Hits"]={nil,"Thorns can Retaliate against all Hits "} @@ -4640,7 +5610,8 @@ c["Totems gain +20% to all Elemental Resistances"]={{[1]={flags=0,keywordFlags=0 c["Totems have 12% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=16384,name="PhysicalDamageReduction",type="BASE",value=12}},nil} c["Totems have 20% additional Physical Damage Reduction"]={{[1]={flags=0,keywordFlags=16384,name="PhysicalDamageReduction",type="BASE",value=20}},nil} c["Totems only use Skills when you fire an Attack Projectile"]={nil,"Totems only use Skills when you fire an Attack Projectile "} -c["Totems reserve 100 Spirit each"]={nil,"Totems reserve 100 Spirit each "} +c["Totems reserve 75 Spirit each"]={nil,"Totems reserve 75 Spirit each "} +c["Totems you place grant Embankment Auras"]={nil,"Totems you place grant Embankment Auras "} c["Trigger Ancestral Spirits when you Summon a Totem"]={{},nil} c["Trigger Decompose Skill on Step"]={nil,"Trigger Decompose Skill on Step "} c["Trigger Elemental Expression on Melee Critical Hit"]={nil,"Trigger Elemental Expression on Melee Critical Hit "} @@ -4653,16 +5624,15 @@ c["Trigger Spark Skill on killing a Shocked Enemy"]={nil,"Trigger Spark Skill on c["Trigger skills refund half of Energy spent"]={nil,"Trigger skills refund half of Energy spent "} c["Triggered Spells deal 14% increased Spell Damage"]={{[1]={[1]={skillType=37,type="SkillType"},flags=2,keywordFlags=131072,name="Damage",type="INC",value=14}},nil} c["Triggered Spells deal 16% increased Spell Damage"]={{[1]={[1]={skillType=37,type="SkillType"},flags=2,keywordFlags=131072,name="Damage",type="INC",value=16}},nil} -c["Triggered Spells deal 45% increased Spell Damage"]={{[1]={[1]={skillType=37,type="SkillType"},flags=2,keywordFlags=131072,name="Damage",type="INC",value=45}},nil} +c["Triggered Spells deal 40% increased Spell Damage"]={{[1]={[1]={skillType=37,type="SkillType"},flags=2,keywordFlags=131072,name="Damage",type="INC",value=40}},nil} c["Triple Attribute requirements of Martial Weapons"]={{[1]={flags=0,keywordFlags=0,name="GlobalWeaponAttributeRequirements",type="MORE",value=200}},nil} c["Unaffected by Chill during Dodge Roll"]={nil,"Unaffected by Chill during Dodge Roll "} c["Unaffected by Chill while Leeching Mana"]={{[1]={[1]={type="Condition",var="LeechingMana"},flags=0,keywordFlags=0,name="SelfChillEffect",type="MORE",value=-100}},nil} -c["Undead Minions have 20% reduced Reservation"]={{[1]={[1]={skillType=127,type="SkillType"},flags=0,keywordFlags=0,name="Reserved",type="INC",value=-20}},nil} c["Unlimited number of Summoned Totems"]={nil,"Unlimited number of Summoned Totems "} -c["Unlimited number of Summoned Totems Totems reserve 100 Spirit each"]={nil,"Unlimited number of Summoned Totems Totems reserve 100 Spirit each "} +c["Unlimited number of Summoned Totems Totems reserve 75 Spirit each"]={nil,"Unlimited number of Summoned Totems Totems reserve 75 Spirit each "} c["Unwavering Stance"]={{[1]={flags=0,keywordFlags=0,name="Keystone",type="LIST",value="Unwavering Stance"}},nil} c["Unwithered enemies are Withered for 8 seconds when they enter your Presence"]={nil,"Unwithered enemies are Withered for 8 seconds when they enter your Presence "} -c["Unwithered enemies are Withered for 8 seconds when they enter your Presence 20% increased Effect of Withered"]={nil,"Unwithered enemies are Withered for 8 seconds when they enter your Presence 20% increased Effect of Withered "} +c["Unwithered enemies are Withered for 8 seconds when they enter your Presence 20% increased Withered Magnitude"]={nil,"Unwithered enemies are Withered for 8 seconds when they enter your Presence 20% increased Withered Magnitude "} c["Used when you Kill a Rare or Unique Enemy"]={nil,"Used when you Kill a Rare or Unique Enemy "} c["Used when you Kill a Rare or Unique Enemy Possessed by Spirit Of The Bear for 20 seconds on use"]={nil,"Used when you Kill a Rare or Unique Enemy Possessed by Spirit Of The Bear for 20 seconds on use "} c["Used when you are affected by a Slow"]={nil,"Used when you are affected by a Slow "} @@ -4678,7 +5648,8 @@ c["Used when you become Shocked 20% increased Duration"]={nil,"Used when you bec c["Used when you become Stunned"]={nil,"Used when you become Stunned "} c["Used when you become Stunned Defend with 200% of Armour during effect"]={nil,"Used when you become Stunned Defend with 200% of Armour during effect "} c["Used when you start Bleeding"]={nil,"Used when you start Bleeding "} -c["Used when you start Bleeding Creates Consecrated Ground on use"]={nil,"Used when you start Bleeding Creates Consecrated Ground on use "} +c["Used when you start Bleeding Gains 0 Charges per Second"]={nil,"Used when you start Bleeding Gains 0 Charges per Second "} +c["Used when you start Bleeding Gains 0.2 Charges per Second"]={nil,"Used when you start Bleeding Gains 0.2 Charges per Second "} c["Used when you take Chaos damage from a Hit"]={nil,"Used when you take Chaos damage from a Hit "} c["Used when you take Chaos damage from a Hit 25% increased Duration"]={nil,"Used when you take Chaos damage from a Hit 25% increased Duration "} c["Used when you take Cold damage from a Hit"]={nil,"Used when you take Cold damage from a Hit "} @@ -4687,39 +5658,57 @@ c["Used when you take Fire damage from a Hit"]={nil,"Used when you take Fire dam c["Used when you take Fire damage from a Hit 40% increased Charges"]={nil,"Used when you take Fire damage from a Hit 40% increased Charges "} c["Used when you take Lightning damage from a Hit"]={nil,"Used when you take Lightning damage from a Hit "} c["Used when you take Lightning damage from a Hit 40% increased Charges gained"]={nil,"Used when you take Lightning damage from a Hit 40% increased Charges gained "} +c["Volatile Power also grants 1% increased Critical Hit chance per Volatility exploded"]={nil,"Volatile Power also grants 1% increased Critical Hit chance per Volatility exploded "} +c["Warcries Debilitate Enemies"]={nil,"Warcries Debilitate Enemies "} +c["Warcries Debilitate Enemies Warcry Skills have 25% increased Area of Effect"]={nil,"Warcries Debilitate Enemies Warcry Skills have 25% increased Area of Effect "} c["Warcries Empower an additional Attack"]={nil,"Warcries Empower an additional Attack "} c["Warcries Explode Corpses dealing 10% of their Life as Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=10,chance=1,keyOfScaledMod="chance",type="Physical"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} c["Warcries Explode Corpses dealing 25% of their Life as Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="ExplodeMod",type="LIST",value={amount=25,chance=1,keyOfScaledMod="chance",type="Physical"}},[2]={flags=0,keywordFlags=0,name="CanExplode",type="FLAG",value=true}},nil} +c["Warcries have 15% chance to Empower 3 additional Attacks"]={nil,"Warcries have 15% chance to Empower 3 additional Attacks "} +c["Warcries have a minimum of 10 Power"]={{[1]={flags=0,keywordFlags=0,name="MinimumWarcryPower",type="BASE",value=10}},nil} c["Warcry Skills have 25% increased Area of Effect"]={{[1]={[1]={skillType=63,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=25}},nil} c["Warcry Skills have 30% increased Area of Effect"]={{[1]={[1]={skillType=63,type="SkillType"},flags=0,keywordFlags=0,name="AreaOfEffect",type="INC",value=30}},nil} +c["When a Banner expires, recover 15% of the Glory required for that Banner"]={nil,"When a Banner expires, recover 15% of the Glory required for that Banner "} c["When a Party Member in your Presence Casts a Spell, you"]={nil,"When a Party Member in your Presence Casts a Spell, you "} c["When a Party Member in your Presence Casts a Spell, you Sacrifice 20% of Mana and they Leech that Mana"]={nil,"When a Party Member in your Presence Casts a Spell, you Sacrifice 20% of Mana and they Leech that Mana "} -c["When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion"]={nil,"When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion "} -c["When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion Life Leech recovers based on your Chaos damage instead of Physical damage"]={nil,"When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion Life Leech recovers based on your Chaos damage instead of Physical damage "} -c["When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion"]={nil,"When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion "} -c["When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon"]={nil,"When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon "} -c["When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion"]={nil,"When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion "} -c["When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion"]={nil,"When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion "} -c["When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion"]={nil,"When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion "} -c["When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon"]={nil,"When you Consume a Power Charge Trigger Infuse Weapon to gain 2 Cold Infusion When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon "} -c["When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion"]={nil,"When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion "} -c["When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion"]={nil,"When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion "} -c["When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon"]={nil,"When you Consume an Endurance Charge Trigger Infuse Weapon to gain 2 Fire Infusion When you Consume a Frenzy Charge Trigger Infuse Weapon to gain 2 Lightning Infusion Grants Skill: Infuse Weapon "} +c["When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges"]={nil,"When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges "} +c["When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges Life Leech recovers based on your Chaos damage instead of Physical damage"]={nil,"When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges Life Leech recovers based on your Chaos damage instead of Physical damage "} +c["When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges"]={nil,"When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges "} +c["When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge"]={nil,"When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge "} +c["When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges"]={nil,"When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges "} +c["When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges"]={nil,"When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges "} +c["When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges"]={nil,"When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges "} +c["When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge"]={nil,"When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge "} +c["When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges"]={nil,"When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges "} +c["When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges"]={nil,"When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges "} +c["When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge"]={nil,"When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges Grants Skill: Elemental Surge "} c["When you Kill a Rare monster, you gain its Modifiers for 60 seconds"]={nil,"When you Kill a Rare monster, you gain its Modifiers for 60 seconds "} c["When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life"]={nil,"When you Leech Life from a Hit, also Leech the same amount of Life "} -c["When you leave your Banner's Area, recover 15% of the Valour consumed for that Banner"]={nil,"When you leave your Banner's Area, recover 15% of the Valour consumed for that Banner "} +c["When you reload, triggers Gemini Surge to alternately"]={nil,"When you reload, triggers Gemini Surge to alternately "} +c["When you reload, triggers Gemini Surge to alternately gain 6 Cold Surges or 6 Fire Surges"]={nil,"When you reload, triggers Gemini Surge to alternately gain 6 Cold Surges or 6 Fire Surges "} c["While not on Full Life, Sacrifice 1% of Mana per Second to Recover that much Life"]={{[1]={[1]={neg=true,type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="ManaDegenPercent",type="BASE",value=1},[2]={[1]={percent=1,stat="Mana",type="PercentStat"},[2]={neg=true,type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="LifeRecovery",type="BASE",value=1}},nil} c["While not on Full Life, Sacrifice 10% of maximum Mana per Second to Recover that much Life"]={{[1]={[1]={neg=true,type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="ManaDegenPercent",type="BASE",value=10},[2]={[1]={percent=10,stat="Mana",type="PercentStat"},[2]={neg=true,type="Condition",var="FullLife"},flags=0,keywordFlags=0,name="LifeRecovery",type="BASE",value=1}},nil} c["While on High Infernal Flame, you and Allies in your"]={nil,"While on High Infernal Flame, you and Allies in your "} c["While on High Infernal Flame, you and Allies in your Presence Gain 50% of Damage as Fire Damage"]={nil,"While on High Infernal Flame, you and 50% of Damage as Fire Damage "} c["While you are not on Low Mana, you and Allies in your Presence have Unholy Might"]={{[1]={[1]={neg=true,type="Condition",var="LowMana"},flags=0,keywordFlags=0,name="ExtraAura",type="LIST",value={mod={flags=0,keywordFlags=0,name="Condition:UnholyMight",type="FLAG",value=true}}}},nil} +c["Withered you inflict has infinite Duration"]={nil,"Withered you inflict has infinite Duration "} +c["You and Allies in your Presence have +23% to Chaos Resistance"]={nil,"+23% to Chaos Resistance "} +c["You and Allies in your Presence have +23% to Chaos Resistance You and Allies in your Presence have 10% increased Cooldown Recovery Rate"]={nil,"+23% to Chaos Resistance You and Allies in your Presence have 10% increased Cooldown Recovery Rate "} +c["You and Allies in your Presence have 10% increased Cooldown Recovery Rate"]={nil,"10% increased Cooldown Recovery Rate "} +c["You and Allies in your Presence have 10% increased Cooldown Recovery Rate 30% increased Accuracy Rating against Enemies affected by Abyssal Wasting"]={nil,"10% increased Cooldown Recovery Rate 30% increased Accuracy Rating against Enemies affected by Abyssal Wasting "} +c["You and Allies in your Presence have 12% increased Attack Speed"]={nil,"12% increased Attack Speed "} +c["You and Allies in your Presence have 12% increased Cast Speed"]={nil,"12% increased Cast Speed "} +c["You and Allies in your Presence have 12% increased Cast Speed 30% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting"]={nil,"12% increased Cast Speed 30% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting "} +c["You and Allies in your Presence have 28% increased Accuracy Rating"]={nil,"28% increased Accuracy Rating "} +c["You and Allies in your Presence have 28% increased Accuracy Rating You and Allies in your Presence have 12% increased Attack Speed"]={nil,"28% increased Accuracy Rating You and Allies in your Presence have 12% increased Attack Speed "} c["You are Blind"]={{[1]={[1]={neg=true,type="Condition",var="CannotBeBlinded"},flags=0,keywordFlags=0,name="Condition:Blinded",type="FLAG",value=true}},nil} c["You are Immune to Bleeding"]={{[1]={flags=0,keywordFlags=0,name="BleedImmune",type="FLAG",value=true}},nil} c["You are considered on Low Life while at 75% of maximum Life or below instead"]={{[1]={flags=0,keywordFlags=0,name="LowLifePercentage",type="BASE",value=0.75}},nil} c["You can Break Enemy Armour to below 0"]={{[1]={[1]={effectName="ImplodingImpacts",effectType="Buff",type="GlobalEffect"},flags=0,keywordFlags=0,name="Condition:CanArmourBreakBelowZero",type="FLAG",value=true}},nil} +c["You can Socket an additional copy of each Lineage Support Gem, in different Skills"]={nil,"You can Socket an additional copy of each Lineage Support Gem, in different Skills "} c["You can apply an additional Curse"]={{[1]={flags=0,keywordFlags=0,name="EnemyCurseLimit",type="BASE",value=1}},nil} -c["You can apply an additional Mark"]={{[1]={flags=0,keywordFlags=0,name="EnemyMarkLimit",type="BASE",value=1}},nil} c["You can have two Companions of different types"]={nil,"You can have two Companions of different types "} +c["You can have two Companions of different types 60% reduced Duration of Bleeding on You"]={nil,"You can have two Companions of different types 60% reduced Duration of Bleeding on You "} c["You can have two Companions of different types You have 30% less Defences"]={nil,"You can have two Companions of different types You have 30% less Defences "} c["You can have two Companions of different types You have 30% less Defences Companions have +1 to each Defence for every 2 of that Defence you have"]={nil,"You can have two Companions of different types You have 30% less Defences Companions have +1 to each Defence for every 2 of that Defence you have "} c["You can only Socket Emerald Jewels in this item"]={nil,"You can only Socket Emerald Jewels in this item "} @@ -4727,10 +5716,8 @@ c["You can only Socket Emerald Jewels in this item You can only Socket Ruby Jewe c["You can only Socket Ruby Jewels in this item"]={nil,"You can only Socket Ruby Jewels in this item "} c["You can only Socket Ruby Jewels in this item You can only Socket Sapphire Jewels in this item"]={nil,"You can only Socket Ruby Jewels in this item You can only Socket Sapphire Jewels in this item "} c["You can only Socket Sapphire Jewels in this item"]={nil,"You can only Socket Sapphire Jewels in this item "} -c["You can use each type of Support Gem an additional time in different Skills"]={{[1]={flags=0,keywordFlags=0,name="MaxSupportGemCopies",type="OVERRIDE",value=2}},nil} c["You can wield Two-Handed Axes, Maces and Swords in one hand"]={{[1]={flags=0,keywordFlags=0,name="GiantsBlood",type="FLAG",value=true}},nil} -c["You cannot Block"]={{[1]={flags=0,keywordFlags=0,name="CannotBlockAttacks",type="FLAG",value=true}},nil} -c["You cannot Recharge Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="NoEnergyShieldRecharge",type="FLAG",value=true}},nil} +c["You cannot Sprint"]={nil,"You cannot Sprint "} c["You cannot be Chilled for 6 seconds after being Chilled"]={nil,"You cannot be Chilled for 6 seconds after being Chilled "} c["You cannot be Chilled for 6 seconds after being Chilled You cannot be Frozen for 6 seconds after being Frozen"]={nil,"You cannot be Chilled for 6 seconds after being Chilled You cannot be Frozen for 6 seconds after being Frozen "} c["You cannot be Chilled or Frozen"]={{[1]={flags=0,keywordFlags=0,name="ChillImmune",type="FLAG",value=true},[2]={flags=0,keywordFlags=0,name="FreezeImmune",type="FLAG",value=true}},nil} @@ -4738,6 +5725,7 @@ c["You cannot be Frozen for 6 seconds after being Frozen"]={nil,"You cannot be F c["You cannot be Frozen for 6 seconds after being Frozen You cannot be Ignited for 6 seconds after being Ignited"]={nil,"You cannot be Frozen for 6 seconds after being Frozen You cannot be Ignited for 6 seconds after being Ignited "} c["You cannot be Ignited for 6 seconds after being Ignited"]={nil,"You cannot be Ignited for 6 seconds after being Ignited "} c["You cannot be Ignited for 6 seconds after being Ignited You cannot be Shocked for 6 seconds after being Shocked"]={nil,"You cannot be Ignited for 6 seconds after being Ignited You cannot be Shocked for 6 seconds after being Shocked "} +c["You cannot be Light Stunned if you've been Stunned Recently"]={nil,"You cannot be Light Stunned if you've been Stunned Recently "} c["You cannot be Shocked for 6 seconds after being Shocked"]={nil,"You cannot be Shocked for 6 seconds after being Shocked "} c["You cannot be Shocked for 6 seconds after being Shocked Curses you inflict are reflected back to you"]={nil,"You cannot be Shocked for 6 seconds after being Shocked Curses you inflict are reflected back to you "} c["You count as on Full Mana while at 90% of maximum Mana or above"]={{[1]={flags=0,keywordFlags=0,name="FullManaPercentage",type="BASE",value=0.9}},nil} @@ -4748,39 +5736,56 @@ c["You have 30% less Defences"]={nil,"30% less Defences "} c["You have 30% less Defences Companions have +1 to each Defence for every 2 of that Defence you have"]={nil,"30% less Defences Companions have +1 to each Defence for every 2 of that Defence you have "} c["You have Arcane Surge"]={{[1]={flags=0,keywordFlags=0,name="Condition:ArcaneSurge",type="FLAG",value=true}},nil} c["You have Consecrated Ground around you while stationary"]={{[1]={[1]={type="Condition",var="Stationary"},flags=0,keywordFlags=0,name="Condition:OnConsecratedGround",type="FLAG",value=true}},nil} +c["You have Unholy Might"]={{[1]={flags=0,keywordFlags=0,name="Condition:UnholyMight",type="FLAG",value=true}},nil} c["You have a Smoke Cloud around you while stationary"]={nil,"a Smoke Cloud around you "} c["You have no Accuracy Penalty at Distance"]={{[1]={flags=0,keywordFlags=0,name="NoAccuracyDistancePenalty",type="FLAG",value=true}},nil} c["You have no Elemental Resistances"]={{[1]={flags=0,keywordFlags=0,name="FireResist",type="OVERRIDE",value=0},[2]={flags=0,keywordFlags=0,name="ColdResist",type="OVERRIDE",value=0},[3]={flags=0,keywordFlags=0,name="LightningResist",type="OVERRIDE",value=0}},nil} c["You have no Life Regeneration"]={{[1]={flags=0,keywordFlags=0,name="NoLifeRegen",type="FLAG",value=true}},nil} -c["You have no Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="MORE",value=-100}},nil} +c["You have no Mana"]={{[1]={flags=0,keywordFlags=0,name="Mana",type="OVERRIDE",value=0}},nil} c["You have no Spirit"]={{[1]={flags=0,keywordFlags=0,name="Spirit",type="OVERRIDE",value=0}},nil} c["You lose 5% of maximum Energy Shield per second"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldDegenPercent",type="BASE",value=5}},nil} -c["You take 10% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=10}},nil} +c["You take 18% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=18}},nil} c["You take 20% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=20}},nil} +c["You take 3% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=3}},nil} +c["You take 33% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=33}},nil} +c["You take 40% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=40}},nil} c["You take 5% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=5}},nil} c["You take 50% of Damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=50}},nil} c["You take 50% of damage from Blocked Hits"]={{[1]={flags=0,keywordFlags=0,name="BlockEffect",type="BASE",value=50}},nil} c["You take Fire Damage instead of Physical Damage from Bleeding"]={nil,"You take Fire Damage instead of Physical Damage from Bleeding "} +c["Your Aura Buffs do not affect Allies"]={{[1]={flags=0,keywordFlags=0,name="SelfAurasCannotAffectAllies",type="FLAG",value=true}},nil} c["Your Chills can Slow targets by up to a maximum of 35%"]={{[1]={flags=0,keywordFlags=0,name="ChillMax",type="OVERRIDE",value=35}},nil} -c["Your Critical Damage Bonus is 300%"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="OVERRIDE",value=300}},nil} +c["Your Critical Damage Bonus is 250%"]={{[1]={flags=0,keywordFlags=0,name="CritMultiplier",type="OVERRIDE",value=250}},nil} c["Your Critical Hit Chance is Lucky"]={{[1]={flags=0,keywordFlags=0,name="CritChanceLucky",type="FLAG",value=true}},nil} c["Your Critical Hits do not deal extra Damage"]={{[1]={flags=0,keywordFlags=0,name="NoCritMultiplier",type="FLAG",value=true}},nil} -c["Your Curses can affect Hexproof Enemies"]={{[1]={[1]={type="SkillId"},flags=0,keywordFlags=0,name="SkillData",type="LIST",value={key="ignoreHexproof",value=true}}},nil} c["Your Curses have 20% increased Effect if 50% of Curse Duration expired"]={{[1]={[1]={actor="enemy",threshold=50,type="MultiplierThreshold",var="CurseExpired"},[2]={skillType=69,type="SkillType"},flags=0,keywordFlags=0,name="CurseEffect",type="INC",value=20}},nil} -c["Your Curses have infinite Duration"]={{[1]={[1]={skillType=69,type="SkillType"},flags=0,keywordFlags=0,name="Duration",type="BASE",value=math.huge}},nil} c["Your Damage with Critical Hits is Lucky"]={{[1]={flags=0,keywordFlags=0,name="CritLucky",type="FLAG",value=true}},nil} -c["Your Dexterity is added to your Minions"]={{[1]={flags=0,keywordFlags=0,name="DexterityAddedToMinions",type="FLAG",value=true}},nil} +c["Your Energy Shield Recharge starts when your Minions are Reformed"]={nil,"Your Energy Shield Recharge starts when your Minions are Reformed "} c["Your Heavy Stun buildup empties 50% faster"]={nil,"Your Heavy Stun buildup empties 50% faster "} c["Your Heavy Stun buildup empties 50% faster if you've successfully Parried Recently"]={nil,"Your Heavy Stun buildup empties 50% faster if you've successfully Parried Recently "} c["Your Hits are Crushing Blows"]={nil,"Your Hits are Crushing Blows "} c["Your Hits can Penetrate Elemental Resistances down to a minimum of -50%"]={{[1]={flags=0,keywordFlags=262144,name="ElementalPenetrationMinimum",type="BASE",value=-50}},nil} -c["Your Hits can't be Evaded"]={{[1]={flags=0,keywordFlags=0,name="CannotBeEvaded",type="FLAG",value=true}},nil} +c["Your Hits cannot be Evaded by Heavy Stunned Enemies"]={nil,"Your Hits cannot be Evaded by Heavy Stunned Enemies "} +c["Your Hits cannot be Evaded by Pinned Enemies"]={nil,"Your Hits cannot be Evaded by Pinned Enemies "} +c["Your Life Flask also applies to your Minions"]={nil,"Your Life Flask also applies to your Minions "} +c["Your Life Flask also applies to your Minions Minions cannot Die while affected by a Life Flask"]={nil,"Your Life Flask also applies to your Minions Minions cannot Die while affected by a Life Flask "} c["Your Life cannot change while you have Energy Shield"]={{[1]={flags=0,keywordFlags=0,name="EternalLife",type="FLAG",value=true}},nil} +c["Your Minions are Gigantic"]={nil,"Your Minions are Gigantic "} +c["Your Offerings affect you instead of your Minions"]={nil,"Your Offerings affect you instead of your Minions "} +c["Your Offerings affect you instead of your Minions Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy"]={nil,"Your Offerings affect you instead of your Minions Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy "} +c["Your Offerings can target Enemies in Culling range"]={nil,"Your Offerings can target Enemies in Culling range "} +c["Your Offerings can target Enemies in Culling range Your Offerings affect you instead of your Minions"]={nil,"Your Offerings can target Enemies in Culling range Your Offerings affect you instead of your Minions "} +c["Your Offerings can target Enemies in Culling range Your Offerings affect you instead of your Minions Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy"]={nil,"Your Offerings can target Enemies in Culling range Your Offerings affect you instead of your Minions Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy "} c["Your base Energy Shield Recharge Delay is 10 seconds"]={{[1]={flags=0,keywordFlags=0,name="EnergyShieldRechargeBase",type="OVERRIDE",value=10}},nil} c["Your speed is unaffected by Slows"]={{[1]={flags=0,keywordFlags=0,name="UnaffectedBySlows",type="FLAG",value=true}},nil} +c["additional Elemental Infusion of the same type"]={nil,"additional Elemental Infusion of the same type "} c["apply to Energy Shield Recharge Rate"]={nil,"apply to Energy Shield Recharge Rate "} c["apply to Energy Shield Recharge Rate Gain 50% of Maximum Mana as Armour"]={nil,"apply to Energy Shield Recharge Rate Gain 50% of Maximum Mana as Armour "} -c["for 4 seconds while Shield is raised"]={nil,"for 4 seconds while Shield is raised "} +c["contributes to Flammability and Ignite Magnitudes"]={nil,"contributes to Flammability and Ignite Magnitudes "} +c["every different Grenade fired in the past 8 seconds"]={nil,"every different Grenade fired in the past 8 seconds "} +c["for 4 seconds, every 0.25 seconds while raised"]={nil,"for 4 seconds, every 0.25 seconds while raised "} +c["gain 6 Cold Surges or 6 Fire Surges"]={{}," Cold Surges or 6 Fire Surges "} +c["least 5 Red, Green and Blue Support Gems Socketed"]={nil,"least 5 Red, Green and Blue Support Gems Socketed "} c["the enemy's Power for 6 seconds, up to a total of 500"]={nil,"the enemy's Power for 6 seconds, up to a total of 500 "} c["the same damage to enemies within 1.8 metres"]={nil,"the same damage to enemies within 1.8 metres "} c["until you take no Damage to Life for 5 seconds"]={nil,"until you take no Damage to Life for 5 seconds "} @@ -4788,5 +5793,3 @@ c["your Ailments on them"]={nil,"your Ailments on them "} c["your Ailments on them 30% reduced Duration of Ignite, Shock and Chill on Enemies"]={nil,"your Ailments on them 30% reduced Duration of Ignite, Shock and Chill on Enemies "} c["your Ailments on them your Ailments on them"]={nil,"your Ailments on them your Ailments on them "} c["your maximum Life as Physical damage per second"]={nil,"your maximum Life as Physical damage per second "} -c["your maximum number of Power Charges"]={nil,"your maximum number of Power Charges "} -c["your maximum number of Power Charges +1 to Maximum Power Charges"]={nil,"your maximum number of Power Charges +1 to Maximum Power Charges "} diff --git a/src/Data/ModCharm.lua b/src/Data/ModCharm.lua index 29dcc9741d..aae3f884ac 100644 --- a/src/Data/ModCharm.lua +++ b/src/Data/ModCharm.lua @@ -23,34 +23,34 @@ return { ["FlaskChanceRechargeOnKill1"] = { type = "Suffix", affix = "of the Medic", "(21-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 8, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, ["FlaskChanceRechargeOnKill2"] = { type = "Suffix", affix = "of the Doctor", "(26-30)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 26, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, ["FlaskChanceRechargeOnKill3"] = { type = "Suffix", affix = "of the Surgeon", "(31-35)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 45, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, - ["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6985 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6985 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6985 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["CharmIncreasedDuration1"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrder = { 903 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, - ["CharmIncreasedDuration2"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrder = { 903 }, level = 20, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, - ["CharmIncreasedDuration3"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrder = { 903 }, level = 42, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, - ["CharmIncreasedDuration4"] = { type = "Prefix", affix = "Clinician's", "(31-35)% increased Duration", statOrder = { 903 }, level = 61, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, - ["CharmIncreasedDuration5"] = { type = "Prefix", affix = "Experimenter's", "(36-40)% increased Duration", statOrder = { 903 }, level = 78, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, - ["CharmGainLifeOnUse1"] = { type = "Prefix", affix = "Herbal", "Recover (8-12) Life when Used", statOrder = { 901 }, level = 1, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse2"] = { type = "Prefix", affix = "Floral", "Recover (35-52) Life when Used", statOrder = { 901 }, level = 14, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse3"] = { type = "Prefix", affix = "Blooming", "Recover (63-92) Life when Used", statOrder = { 901 }, level = 26, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse4"] = { type = "Prefix", affix = "Sprouting", "Recover (96-130) Life when Used", statOrder = { 901 }, level = 36, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse5"] = { type = "Prefix", affix = "Petaled", "Recover (134-180) Life when Used", statOrder = { 901 }, level = 47, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse6"] = { type = "Prefix", affix = "Botanic", "Recover (185-230) Life when Used", statOrder = { 901 }, level = 58, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse7"] = { type = "Prefix", affix = "Natural", "Recover (235-280) Life when Used", statOrder = { 901 }, level = 67, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainLifeOnUse8"] = { type = "Prefix", affix = "Evergreen", "Recover (285-350) Life when Used", statOrder = { 901 }, level = 76, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, - ["CharmGainManaOnUse1"] = { type = "Prefix", affix = "Drizzling", "Recover (16-24) Mana when Used", statOrder = { 902 }, level = 1, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse2"] = { type = "Prefix", affix = "Soaked", "Recover (33-50) Mana when Used", statOrder = { 902 }, level = 14, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse3"] = { type = "Prefix", affix = "Mistbound", "Recover (55-75) Mana when Used", statOrder = { 902 }, level = 26, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse4"] = { type = "Prefix", affix = "Tidebound", "Recover (80-110) Mana when Used", statOrder = { 902 }, level = 36, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse5"] = { type = "Prefix", affix = "Aqueous", "Recover (115-145) Mana when Used", statOrder = { 902 }, level = 47, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse6"] = { type = "Prefix", affix = "Flooded", "Recover (150-180) Mana when Used", statOrder = { 902 }, level = 58, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse7"] = { type = "Prefix", affix = "Oceanic", "Recover (185-225) Mana when Used", statOrder = { 902 }, level = 67, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGainManaOnUse8"] = { type = "Prefix", affix = "Raindancer's", "Recover (230-300) Mana when Used", statOrder = { 902 }, level = 76, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, - ["CharmGuardWhileActive1"] = { type = "Prefix", affix = "Sunny", "Gain (44-66) Guard during Effect", statOrder = { 900 }, level = 10, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, - ["CharmGuardWhileActive2"] = { type = "Prefix", affix = "Dawnlit", "Gain (85-128) Guard during Effect", statOrder = { 900 }, level = 21, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, - ["CharmGuardWhileActive3"] = { type = "Prefix", affix = "Bright", "Gain (148-200) Guard during Effect", statOrder = { 900 }, level = 36, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, - ["CharmGuardWhileActive4"] = { type = "Prefix", affix = "Vibrant", "Gain (205-260) Guard during Effect", statOrder = { 900 }, level = 48, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, - ["CharmGuardWhileActive5"] = { type = "Prefix", affix = "Lustrous", "Gain (265-350) Guard during Effect", statOrder = { 900 }, level = 60, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, - ["CharmGuardWhileActive6"] = { type = "Prefix", affix = "Sunburst", "Gain (355-500) Guard during Effect", statOrder = { 900 }, level = 75, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 607 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 607 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 607 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["CharmIncreasedDuration1"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrder = { 900 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["CharmIncreasedDuration2"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrder = { 900 }, level = 20, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["CharmIncreasedDuration3"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrder = { 900 }, level = 42, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["CharmIncreasedDuration4"] = { type = "Prefix", affix = "Clinician's", "(31-35)% increased Duration", statOrder = { 900 }, level = 61, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["CharmIncreasedDuration5"] = { type = "Prefix", affix = "Experimenter's", "(36-40)% increased Duration", statOrder = { 900 }, level = 78, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["CharmGainLifeOnUse1"] = { type = "Prefix", affix = "Herbal", "Recover (8-12) Life when Used", statOrder = { 898 }, level = 1, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse2"] = { type = "Prefix", affix = "Floral", "Recover (35-52) Life when Used", statOrder = { 898 }, level = 14, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse3"] = { type = "Prefix", affix = "Blooming", "Recover (63-92) Life when Used", statOrder = { 898 }, level = 26, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse4"] = { type = "Prefix", affix = "Sprouting", "Recover (96-130) Life when Used", statOrder = { 898 }, level = 36, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse5"] = { type = "Prefix", affix = "Petaled", "Recover (134-180) Life when Used", statOrder = { 898 }, level = 47, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse6"] = { type = "Prefix", affix = "Botanic", "Recover (185-230) Life when Used", statOrder = { 898 }, level = 58, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse7"] = { type = "Prefix", affix = "Natural", "Recover (235-280) Life when Used", statOrder = { 898 }, level = 67, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainLifeOnUse8"] = { type = "Prefix", affix = "Evergreen", "Recover (285-350) Life when Used", statOrder = { 898 }, level = 76, group = "CharmGainLifeOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2365392475, }, + ["CharmGainManaOnUse1"] = { type = "Prefix", affix = "Drizzling", "Recover (16-24) Mana when Used", statOrder = { 899 }, level = 1, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse2"] = { type = "Prefix", affix = "Soaked", "Recover (33-50) Mana when Used", statOrder = { 899 }, level = 14, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse3"] = { type = "Prefix", affix = "Mistbound", "Recover (55-75) Mana when Used", statOrder = { 899 }, level = 26, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse4"] = { type = "Prefix", affix = "Tidebound", "Recover (80-110) Mana when Used", statOrder = { 899 }, level = 36, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse5"] = { type = "Prefix", affix = "Aqueous", "Recover (115-145) Mana when Used", statOrder = { 899 }, level = 47, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse6"] = { type = "Prefix", affix = "Flooded", "Recover (150-180) Mana when Used", statOrder = { 899 }, level = 58, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse7"] = { type = "Prefix", affix = "Oceanic", "Recover (185-225) Mana when Used", statOrder = { 899 }, level = 67, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGainManaOnUse8"] = { type = "Prefix", affix = "Raindancer's", "Recover (230-300) Mana when Used", statOrder = { 899 }, level = 76, group = "CharmGainManaOnUse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1120862500, }, + ["CharmGuardWhileActive1"] = { type = "Prefix", affix = "Sunny", "Also grants (44-66) Guard", statOrder = { 897 }, level = 10, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["CharmGuardWhileActive2"] = { type = "Prefix", affix = "Dawnlit", "Also grants (85-128) Guard", statOrder = { 897 }, level = 21, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["CharmGuardWhileActive3"] = { type = "Prefix", affix = "Bright", "Also grants (148-200) Guard", statOrder = { 897 }, level = 36, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["CharmGuardWhileActive4"] = { type = "Prefix", affix = "Vibrant", "Also grants (205-260) Guard", statOrder = { 897 }, level = 48, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["CharmGuardWhileActive5"] = { type = "Prefix", affix = "Lustrous", "Also grants (265-350) Guard", statOrder = { 897 }, level = 60, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, + ["CharmGuardWhileActive6"] = { type = "Prefix", affix = "Sunburst", "Also grants (355-500) Guard", statOrder = { 897 }, level = 75, group = "CharmGuardWhileActive", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2676834156, }, } \ No newline at end of file diff --git a/src/Data/ModCorrupted.lua b/src/Data/ModCorrupted.lua index 1def5a22ee..aace4391d6 100644 --- a/src/Data/ModCorrupted.lua +++ b/src/Data/ModCorrupted.lua @@ -2,131 +2,131 @@ -- Item data (c) Grinding Gear Games return { - ["CorruptionLocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["CorruptionLocalIncreasedEvasionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["CorruptionLocalIncreasedEnergyShieldPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["CorruptionLocalIncreasedArmourAndEvasion1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["CorruptionLocalIncreasedArmourAndEnergyShield1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["CorruptionLocalIncreasedEvasionAndEnergyShield1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["CorruptionReducedLocalAttributeRequirements1"] = { type = "Corrupted", affix = "", "(10-20)% reduced Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { "onehand", "armour", "twohand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, - ["CorruptionAdditionalPhysicalDamageReduction1"] = { type = "Corrupted", affix = "", "(3-5)% additional Physical Damage Reduction", statOrder = { 949 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["CorruptionDamageTakenGainedAsLife1"] = { type = "Corrupted", affix = "", "(10-20)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["CorruptionDamageTakenGainedAsMana1"] = { type = "Corrupted", affix = "", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["CorruptionLifeLeech1"] = { type = "Corrupted", affix = "", "Leech 3% of Physical Attack Damage as Life", statOrder = { 966 }, level = 1, group = "LifeLeechPermyriad", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["CorruptionManaLeech1"] = { type = "Corrupted", affix = "", "Leech 2% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 1, group = "ManaLeechPermyriad", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["CorruptionMaximumElementalResistance1"] = { type = "Corrupted", affix = "", "+1% to all Maximum Elemental Resistances", statOrder = { 950 }, level = 1, group = "MaximumElementalResistance", weightKey = { "body_armour", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, - ["CorruptionIncreasedLife1"] = { type = "Corrupted", affix = "", "+(30-40) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { "body_armour", "belt", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["CorruptionIncreasedMana1"] = { type = "Corrupted", affix = "", "+(20-25) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { "focus", "quiver", "ring", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["CorruptionIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour", statOrder = { 867 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["CorruptionIncreasedEvasionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion Rating", statOrder = { 869 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["CorruptionIncreasedEnergyShieldPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased maximum Energy Shield", statOrder = { 871 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["CorruptionThornsDamageIncrease1"] = { type = "Corrupted", affix = "", "(40-50)% increased Thorns damage", statOrder = { 9211 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "body_armour", "shield", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage" }, tradeHash = 1315743832, }, - ["CorruptionChaosResistance1"] = { type = "Corrupted", affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { "body_armour", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["CorruptionFireResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["CorruptionColdResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["CorruptionLightningResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["CorruptionMaximumFireResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["CorruptionMaximumColdResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["CorruptionMaximumLightningResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["CorruptionIncreasedSpirit1"] = { type = "Corrupted", affix = "", "+(20-30) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["CorruptionFirePenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Fire Resistance", statOrder = { 2643 }, level = 1, group = "FireResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["CorruptionColdPenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Cold Resistance", statOrder = { 2644 }, level = 1, group = "ColdResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["CorruptionLightningPenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Lightning Resistance", statOrder = { 2645 }, level = 1, group = "LightningResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["CorruptionArmourBreak1"] = { type = "Corrupted", affix = "", "Break (10-15)% increased Armour", statOrder = { 4275 }, level = 1, group = "ArmourBreak", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1776411443, }, - ["CorruptionGoldFoundIncrease1"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 6281 }, level = 1, group = "GoldFoundIncrease", weightKey = { "default" }, weightVal = { 0 }, modTags = { "drop" }, tradeHash = 3175163625, }, - ["CorruptionMaximumEnduranceCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1500 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, - ["CorruptionMaximumFrenzyCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["CorruptionMaximumPowerCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["CorruptionIncreasedAccuracy1"] = { type = "Corrupted", affix = "", "+(50-100) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { "quiver", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["CorruptionMovementVelocity1"] = { type = "Corrupted", affix = "", "(3-5)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["CorruptionIncreasedStunThreshold1"] = { type = "Corrupted", affix = "", "(20-30)% increased Stun Threshold", statOrder = { 2914 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 680068163, }, - ["CorruptionIncreasedFreezeThreshold1"] = { type = "Corrupted", affix = "", "(20-30)% increased Freeze Threshold", statOrder = { 2915 }, level = 1, group = "FreezeThreshold", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3780644166, }, - ["CorruptionSlowPotency1"] = { type = "Corrupted", affix = "", "(20-30)% reduced Slowing Potency of Debuffs on You", statOrder = { 4548 }, level = 1, group = "SlowPotency", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 924253255, }, - ["CorruptionLifeRegenerationPercent1"] = { type = "Corrupted", affix = "", "Regenerate (1-2)% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "ring", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["CorruptionLifeRegenerationRate1"] = { type = "Corrupted", affix = "", "(15-25)% increased Life Regeneration rate", statOrder = { 964 }, level = 1, group = "LifeRegenerationRate", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 44972811, }, - ["CorruptionManaRegeneration1"] = { type = "Corrupted", affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["CorruptionLocalBlockChance1"] = { type = "Corrupted", affix = "", "(20-30)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["CorruptionMaximumBlockChance1"] = { type = "Corrupted", affix = "", "+3% to maximum Block chance", statOrder = { 1676 }, level = 1, group = "MaximumBlockChance", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 480796730, }, - ["CorruptionGainLifeOnBlock1"] = { type = "Corrupted", affix = "", "(20-25) Life gained when you Block", statOrder = { 1459 }, level = 1, group = "GainLifeOnBlock", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["CorruptionGainManaOnBlock1"] = { type = "Corrupted", affix = "", "(10-15) Mana gained when you Block", statOrder = { 1460 }, level = 1, group = "GainManaOnBlock", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["CorruptionAllResistances1"] = { type = "Corrupted", affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { "ring", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["CorruptionGlobalFireSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 1, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["CorruptionGlobalColdSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["CorruptionGlobalLightningSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 1, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["CorruptionGlobalChaosSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 1, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["CorruptionGlobalPhysicalSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 1, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["CorruptionGlobalMinionSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Minion Skills", statOrder = { 929 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["CorruptionGlobalMeleeSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Melee Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["CorruptionGlobalTrapSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 1, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 239953100, }, - ["CorruptionItemFoundRarityIncrease1"] = { type = "Corrupted", affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["CorruptionAllDamage1"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["CorruptionIncreasedSkillSpeed1"] = { type = "Corrupted", affix = "", "(4-6)% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "speed" }, tradeHash = 970213192, }, - ["CorruptionCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "(15-20)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CorruptionGlobalSkillGemLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Skills", statOrder = { 4180 }, level = 1, group = "GlobalSkillGemLevel", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "gem" }, tradeHash = 4283407333, }, - ["CorruptionStrength1"] = { type = "Corrupted", affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["CorruptionDexterity1"] = { type = "Corrupted", affix = "", "+(10-15) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["CorruptionIntelligence1"] = { type = "Corrupted", affix = "", "+(10-15) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["CorruptionIncreasedSlowEffect1"] = { type = "Corrupted", affix = "", "Debuffs you inflict have (20-30)% increased Slow Magnitude", statOrder = { 4512 }, level = 1, group = "SlowEffect", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3650992555, }, - ["CorruptionWeaponSwapSpeed1"] = { type = "Corrupted", affix = "", "(20-30)% increased Weapon Swap Speed", statOrder = { 9436 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3233599707, }, - ["CorruptionLifeFlaskChargeGeneration1"] = { type = "Corrupted", affix = "", "Life Flasks gain (0.08-0.17) charges per Second", statOrder = { 6260 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1102738251, }, - ["CorruptionManaFlaskChargeGeneration1"] = { type = "Corrupted", affix = "", "Mana Flasks gain (0.08-0.17) charges per Second", statOrder = { 6261 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2200293569, }, - ["CorruptionCharmChargeGeneration1"] = { type = "Corrupted", affix = "", "Charms gain (0.08-0.17) charges per Second", statOrder = { 6258 }, level = 1, group = "CharmChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 185580205, }, - ["CorruptionLocalIncreasedPhysicalDamagePercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["CorruptionSpellDamageOnWeapon1"] = { type = "Corrupted", affix = "", "(20-30)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["CorruptionSpellDamageOnTwoHandWeapon1"] = { type = "Corrupted", affix = "", "(40-50)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "staff", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["CorruptionLocalIncreasedSpiritPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Spirit", statOrder = { 844 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["CorruptionLocalAddedFireDamage1"] = { type = "Corrupted", affix = "", "Adds (9-14) to (15-22) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["CorruptionLocalAddedFireDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (13-20) to (21-31) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["CorruptionLocalAddedColdDamage1"] = { type = "Corrupted", affix = "", "Adds (8-12) to (13-19) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["CorruptionLocalAddedColdDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (11-17) to (18-26) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["CorruptionLocalAddedLightningDamage1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (29-43) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["CorruptionLocalAddedLightningDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (1-3) to (41-61) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["CorruptionLocalAddedChaosDamage1"] = { type = "Corrupted", affix = "", "Adds (7-11) to (12-18) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["CorruptionLocalAddedChaosDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (10-16) to (17-25) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["CorruptionLocalIncreasedAttackSpeed1"] = { type = "Corrupted", affix = "", "(6-8)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["CorruptionLocalCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "+(10-15)% to Critical Damage Bonus", statOrder = { 918 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["CorruptionLocalStunDamageIncrease1"] = { type = "Corrupted", affix = "", "Causes (20-30)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["CorruptionLocalWeaponRangeIncrease1"] = { type = "Corrupted", affix = "", "(10-20)% increased Melee Strike Range with this weapon", statOrder = { 6883 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 548198834, }, - ["CorruptionLocalChanceToBleed1"] = { type = "Corrupted", affix = "", "(10-15)% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { "mace", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CorruptionLocalChanceToPoison1"] = { type = "Corrupted", affix = "", "(10-15)% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { "warstaff", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["CorruptionLocalRageOnHit1"] = { type = "Corrupted", affix = "", "Gain 1 Rage on Hit", statOrder = { 6989 }, level = 1, group = "LocalRageOnHit", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1725749947, }, - ["CorruptionLocalChanceToMaim1"] = { type = "Corrupted", affix = "", "(10-15)% chance to Maim on Hit", statOrder = { 7044 }, level = 1, group = "LocalChanceToMaim", weightKey = { "bow", "crossbow", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 2763429652, }, - ["CorruptionLocalChanceToBlind1"] = { type = "Corrupted", affix = "", "(5-10)% chance to Blind Enemies on hit", statOrder = { 1964 }, level = 1, group = "BlindingHit", weightKey = { "bow", "crossbow", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2301191210, }, - ["CorruptionWeaponElementalDamage1"] = { type = "Corrupted", affix = "", "(20-30)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["CorruptionWeaponElementalDamageTwoHand1"] = { type = "Corrupted", affix = "", "(40-50)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["CorruptionAdditionalArrows1"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 943 }, level = 1, group = "AdditionalArrows", weightKey = { "bow", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, - ["CorruptionAdditionalAmmo1"] = { type = "Corrupted", affix = "", "Loads an additional bolt", statOrder = { 941 }, level = 1, group = "AdditionalAmmo", weightKey = { "crossbow", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, - ["CorruptionIgniteChanceIncrease1"] = { type = "Corrupted", affix = "", "(20-30)% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["CorruptionLocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["CorruptionLocalIncreasedEvasionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["CorruptionLocalIncreasedEnergyShieldPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["CorruptionLocalIncreasedArmourAndEvasion1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["CorruptionLocalIncreasedArmourAndEnergyShield1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["CorruptionLocalIncreasedEvasionAndEnergyShield1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["CorruptionReducedLocalAttributeRequirements1"] = { type = "Corrupted", affix = "", "(10-20)% reduced Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { "onehand", "armour", "twohand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["CorruptionAdditionalPhysicalDamageReduction1"] = { type = "Corrupted", affix = "", "(3-5)% additional Physical Damage Reduction", statOrder = { 947 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["CorruptionDamageTakenGainedAsLife1"] = { type = "Corrupted", affix = "", "(10-20)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["CorruptionDamageTakenGainedAsMana1"] = { type = "Corrupted", affix = "", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "body_armour", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["CorruptionLifeLeech1"] = { type = "Corrupted", affix = "", "Leech 3% of Physical Attack Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechPermyriad", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["CorruptionManaLeech1"] = { type = "Corrupted", affix = "", "Leech 2% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 1, group = "ManaLeechPermyriad", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["CorruptionMaximumElementalResistance1"] = { type = "Corrupted", affix = "", "+1% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 1, group = "MaximumElementalResistance", weightKey = { "body_armour", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, + ["CorruptionIncreasedLife1"] = { type = "Corrupted", affix = "", "+(30-40) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { "body_armour", "belt", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["CorruptionIncreasedMana1"] = { type = "Corrupted", affix = "", "+(20-25) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { "focus", "quiver", "ring", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["CorruptionIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Armour", statOrder = { 861 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["CorruptionIncreasedEvasionRatingPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Evasion Rating", statOrder = { 863 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["CorruptionIncreasedEnergyShieldPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased maximum Energy Shield", statOrder = { 865 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["CorruptionThornsDamageIncrease1"] = { type = "Corrupted", affix = "", "(40-50)% increased Thorns damage", statOrder = { 9476 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "body_armour", "shield", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage" }, tradeHash = 1315743832, }, + ["CorruptionChaosResistance1"] = { type = "Corrupted", affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { "body_armour", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["CorruptionFireResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["CorruptionColdResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["CorruptionLightningResistance1"] = { type = "Corrupted", affix = "", "+(20-25)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { "belt", "boots", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["CorruptionMaximumFireResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["CorruptionMaximumColdResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["CorruptionMaximumLightningResistance1"] = { type = "Corrupted", affix = "", "+(1-3)% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["CorruptionIncreasedSpirit1"] = { type = "Corrupted", affix = "", "+(20-30) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["CorruptionFirePenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Fire Resistance", statOrder = { 2602 }, level = 1, group = "FireResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["CorruptionColdPenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Cold Resistance", statOrder = { 2603 }, level = 1, group = "ColdResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["CorruptionLightningPenetration1"] = { type = "Corrupted", affix = "", "Damage Penetrates (10-15)% Lightning Resistance", statOrder = { 2604 }, level = 1, group = "LightningResistancePenetration", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["CorruptionArmourBreak1"] = { type = "Corrupted", affix = "", "Break (10-15)% increased Armour", statOrder = { 4259 }, level = 1, group = "ArmourBreak", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1776411443, }, + ["CorruptionGoldFoundIncrease1"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 6384 }, level = 1, group = "GoldFoundIncrease", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "drop" }, tradeHash = 3175163625, }, + ["CorruptionMaximumEnduranceCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1483 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { "belt", "default" }, weightVal = { 1, 0 }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, + ["CorruptionMaximumFrenzyCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["CorruptionMaximumPowerCharges1"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["CorruptionIncreasedAccuracy1"] = { type = "Corrupted", affix = "", "+(50-100) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { "quiver", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["CorruptionMovementVelocity1"] = { type = "Corrupted", affix = "", "(3-5)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["CorruptionIncreasedStunThreshold1"] = { type = "Corrupted", affix = "", "(20-30)% increased Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 680068163, }, + ["CorruptionIncreasedFreezeThreshold1"] = { type = "Corrupted", affix = "", "(20-30)% increased Freeze Threshold", statOrder = { 2868 }, level = 1, group = "FreezeThreshold", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3780644166, }, + ["CorruptionSlowPotency1"] = { type = "Corrupted", affix = "", "(20-30)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { "boots", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 924253255, }, + ["CorruptionLifeRegenerationPercent1"] = { type = "Corrupted", affix = "", "Regenerate (1-2)% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "ring", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["CorruptionLifeRegenerationRate1"] = { type = "Corrupted", affix = "", "(15-25)% increased Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 44972811, }, + ["CorruptionManaRegeneration1"] = { type = "Corrupted", affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "helmet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["CorruptionLocalBlockChance1"] = { type = "Corrupted", affix = "", "(10-15)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["CorruptionMaximumBlockChance1"] = { type = "Corrupted", affix = "", "+3% to maximum Block chance", statOrder = { 1655 }, level = 1, group = "MaximumBlockChance", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 480796730, }, + ["CorruptionGainLifeOnBlock1"] = { type = "Corrupted", affix = "", "(20-25) Life gained when you Block", statOrder = { 1442 }, level = 1, group = "GainLifeOnBlock", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["CorruptionGainManaOnBlock1"] = { type = "Corrupted", affix = "", "(10-15) Mana gained when you Block", statOrder = { 1443 }, level = 1, group = "GainManaOnBlock", weightKey = { "shield", "default" }, weightVal = { 1, 0 }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["CorruptionAllResistances1"] = { type = "Corrupted", affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { "ring", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["CorruptionGlobalFireSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 1, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["CorruptionGlobalColdSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["CorruptionGlobalLightningSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 1, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["CorruptionGlobalChaosSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 1, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["CorruptionGlobalPhysicalSpellGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 1, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["CorruptionGlobalMinionSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Minion Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["CorruptionGlobalMeleeSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Melee Skills", statOrder = { 924 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["CorruptionGlobalTrapSkillGemsLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 1, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 239953100, }, + ["CorruptionItemFoundRarityIncrease1"] = { type = "Corrupted", affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default" }, weightVal = { 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["CorruptionAllDamage1"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["CorruptionIncreasedSkillSpeed1"] = { type = "Corrupted", affix = "", "(4-6)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "speed" }, tradeHash = 970213192, }, + ["CorruptionCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "(15-20)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "quiver", "ring", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CorruptionGlobalSkillGemLevel1"] = { type = "Corrupted", affix = "", "+1 to Level of all Skills", statOrder = { 4149 }, level = 1, group = "GlobalSkillGemLevel", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { "gem" }, tradeHash = 4283407333, }, + ["CorruptionStrength1"] = { type = "Corrupted", affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["CorruptionDexterity1"] = { type = "Corrupted", affix = "", "+(10-15) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["CorruptionIntelligence1"] = { type = "Corrupted", affix = "", "+(10-15) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { "belt", "ring", "amulet", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["CorruptionIncreasedSlowEffect1"] = { type = "Corrupted", affix = "", "Debuffs you inflict have (20-30)% increased Slow Magnitude", statOrder = { 4519 }, level = 1, group = "SlowEffect", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3650992555, }, + ["CorruptionWeaponSwapSpeed1"] = { type = "Corrupted", affix = "", "(20-30)% increased Weapon Swap Speed", statOrder = { 9716 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "gloves", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3233599707, }, + ["CorruptionLifeFlaskChargeGeneration1"] = { type = "Corrupted", affix = "", "Life Flasks gain (0.08-0.17) charges per Second", statOrder = { 6359 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1102738251, }, + ["CorruptionManaFlaskChargeGeneration1"] = { type = "Corrupted", affix = "", "Mana Flasks gain (0.08-0.17) charges per Second", statOrder = { 6360 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2200293569, }, + ["CorruptionCharmChargeGeneration1"] = { type = "Corrupted", affix = "", "Charms gain (0.08-0.17) charges per Second", statOrder = { 6356 }, level = 1, group = "CharmChargeGeneration", weightKey = { "amulet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 185580205, }, + ["CorruptionLocalIncreasedPhysicalDamagePercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["CorruptionSpellDamageOnWeapon1"] = { type = "Corrupted", affix = "", "(20-30)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["CorruptionSpellDamageOnTwoHandWeapon1"] = { type = "Corrupted", affix = "", "(40-50)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "staff", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["CorruptionLocalIncreasedSpiritPercent1"] = { type = "Corrupted", affix = "", "(15-25)% increased Spirit", statOrder = { 839 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["CorruptionLocalAddedFireDamage1"] = { type = "Corrupted", affix = "", "Adds (9-14) to (15-22) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["CorruptionLocalAddedFireDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (13-20) to (21-31) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["CorruptionLocalAddedColdDamage1"] = { type = "Corrupted", affix = "", "Adds (8-12) to (13-19) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["CorruptionLocalAddedColdDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (11-17) to (18-26) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["CorruptionLocalAddedLightningDamage1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (29-43) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["CorruptionLocalAddedLightningDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (1-3) to (41-61) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["CorruptionLocalAddedChaosDamage1"] = { type = "Corrupted", affix = "", "Adds (7-11) to (12-18) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["CorruptionLocalAddedChaosDamageTwoHand1"] = { type = "Corrupted", affix = "", "Adds (10-16) to (17-25) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["CorruptionLocalIncreasedAttackSpeed1"] = { type = "Corrupted", affix = "", "(6-8)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["CorruptionLocalCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "+(5-10)% to Critical Damage Bonus", statOrder = { 915 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["CorruptionLocalStunDamageIncrease1"] = { type = "Corrupted", affix = "", "Causes (20-30)% increased Stun Buildup", statOrder = { 981 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["CorruptionLocalWeaponRangeIncrease1"] = { type = "Corrupted", affix = "", "(10-20)% increased Melee Strike Range with this weapon", statOrder = { 7022 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 548198834, }, + ["CorruptionLocalChanceToBleed1"] = { type = "Corrupted", affix = "", "(10-15)% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { "mace", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CorruptionLocalChanceToPoison1"] = { type = "Corrupted", affix = "", "(10-15)% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { "warstaff", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["CorruptionLocalRageOnHit1"] = { type = "Corrupted", affix = "", "Gain 1 Rage on Hit", statOrder = { 7129 }, level = 1, group = "LocalRageOnHit", weightKey = { "mace", "warstaff", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1725749947, }, + ["CorruptionLocalChanceToMaim1"] = { type = "Corrupted", affix = "", "(10-15)% chance to Maim on Hit", statOrder = { 7210 }, level = 1, group = "LocalChanceToMaim", weightKey = { "bow", "crossbow", "default" }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 2763429652, }, + ["CorruptionLocalChanceToBlind1"] = { type = "Corrupted", affix = "", "(5-10)% chance to Blind Enemies on hit", statOrder = { 1933 }, level = 1, group = "BlindingHit", weightKey = { "bow", "crossbow", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2301191210, }, + ["CorruptionWeaponElementalDamage1"] = { type = "Corrupted", affix = "", "(20-30)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["CorruptionWeaponElementalDamageTwoHand1"] = { type = "Corrupted", affix = "", "(40-50)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default" }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["CorruptionAdditionalArrows1"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 941 }, level = 1, group = "AdditionalArrows", weightKey = { "bow", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, + ["CorruptionAdditionalAmmo1"] = { type = "Corrupted", affix = "", "Loads an additional bolt", statOrder = { 939 }, level = 1, group = "AdditionalAmmo", weightKey = { "crossbow", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, + ["CorruptionIgniteChanceIncrease1"] = { type = "Corrupted", affix = "", "(20-30)% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, ["CorruptionFreezeDamageIncrease1"] = { type = "Corrupted", affix = "", "(20-30)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 473429811, }, ["CorruptionShockChanceIncrease1"] = { type = "Corrupted", affix = "", "(20-30)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 293638271, }, - ["CorruptionSpellCriticalStrikeChance1"] = { type = "Corrupted", affix = "", "(20-30)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["CorruptionLifeGainedFromEnemyDeath1"] = { type = "Corrupted", affix = "", "Gain (20-25) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "quiver", "staff", "wand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["CorruptionManaGainedFromEnemyDeath1"] = { type = "Corrupted", affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "quiver", "staff", "wand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["CorruptionIncreasedCastSpeed1"] = { type = "Corrupted", affix = "", "(10-15)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["CorruptionEnergyShieldDelay1"] = { type = "Corrupted", affix = "", "(20-30)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { "focus", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["CorruptionAlliesInPresenceAllDamage1"] = { type = "Corrupted", affix = "", "Allies in your Presence deal (20-30)% increased Damage", statOrder = { 884 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["CorruptionAlliesInPresenceIncreasedAttackSpeed1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (5-10)% increased Attack Speed", statOrder = { 893 }, level = 1, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["CorruptionAlliesInPresenceIncreasedCastSpeed1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (5-10)% increased Cast Speed", statOrder = { 894 }, level = 1, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["CorruptionAlliesInPresenceCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (10-15)% increased Critical Damage Bonus", statOrder = { 892 }, level = 1, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["CorruptionSpellCriticalStrikeChance1"] = { type = "Corrupted", affix = "", "(20-30)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["CorruptionLifeGainedFromEnemyDeath1"] = { type = "Corrupted", affix = "", "Gain (20-25) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "quiver", "staff", "wand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["CorruptionManaGainedFromEnemyDeath1"] = { type = "Corrupted", affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "quiver", "staff", "wand", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["CorruptionIncreasedCastSpeed1"] = { type = "Corrupted", affix = "", "(10-15)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "staff", "wand", "default" }, weightVal = { 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["CorruptionEnergyShieldDelay1"] = { type = "Corrupted", affix = "", "(20-30)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { "focus", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["CorruptionAlliesInPresenceAllDamage1"] = { type = "Corrupted", affix = "", "Allies in your Presence deal (20-30)% increased Damage", statOrder = { 878 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["CorruptionAlliesInPresenceIncreasedAttackSpeed1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (5-10)% increased Attack Speed", statOrder = { 890 }, level = 1, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["CorruptionAlliesInPresenceIncreasedCastSpeed1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (5-10)% increased Cast Speed", statOrder = { 891 }, level = 1, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["CorruptionAlliesInPresenceCriticalStrikeMultiplier1"] = { type = "Corrupted", affix = "", "Allies in your Presence have (10-15)% increased Critical Damage Bonus", statOrder = { 889 }, level = 1, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, ["CorruptionChanceToPierce1"] = { type = "Corrupted", affix = "", "(20-30)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { "quiver", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, - ["CorruptionChainFromTerrain1"] = { type = "Corrupted", affix = "", "Projectiles have (10-20)% chance to Chain an additional time from terrain", statOrder = { 8581 }, level = 1, group = "ChainFromTerrain", weightKey = { "quiver", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4081947835, }, - ["CorruptionJewelStrength1"] = { type = "Corrupted", affix = "", "+(4-6) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["CorruptionJewelDexterity1"] = { type = "Corrupted", affix = "", "+(4-6) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["CorruptionJewelIntelligence1"] = { type = "Corrupted", affix = "", "+(4-6) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["CorruptionJewelFireResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["CorruptionJewelColdResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["CorruptionJewelLightningResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["CorruptionJewelChaosResist1"] = { type = "Corrupted", affix = "", "+(3-7)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["CorruptionJewelMaimImmunity1"] = { type = "Corrupted", affix = "", "Immune to Maim", statOrder = { 6624 }, level = 1, group = "ImmuneToMaim", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3429557654, }, - ["CorruptionJewelHinderImmunity1"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrder = { 9482 }, level = 1, group = "YouCannotBeHindered", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "blue_herring" }, tradeHash = 721014846, }, - ["CorruptionJewelCorruptedBloodImmunity1"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 4832 }, level = 1, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1658498488, }, - ["CorruptionJewelBlindImmunity1"] = { type = "Corrupted", affix = "", "Cannot be Blinded", statOrder = { 2638 }, level = 1, group = "ImmunityToBlind", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1436284579, }, - ["SpecialCorruptionWarcrySpeed1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Warcry Speed", statOrder = { 2920 }, level = 1, group = "WarcrySpeed", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 1316278494, }, - ["SpecialCorruptionCurseEffect1"] = { type = "SpecialCorrupted", affix = "", "(5-10)% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectiveness", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["SpecialCorruptionAreaOfEffect1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Area of Effect", statOrder = { 1571 }, level = 1, group = "AreaOfEffect", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 280731498, }, + ["CorruptionChainFromTerrain1"] = { type = "Corrupted", affix = "", "Projectiles have (10-20)% chance to Chain an additional time from terrain", statOrder = { 8825 }, level = 1, group = "ChainFromTerrain", weightKey = { "quiver", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4081947835, }, + ["CorruptionJewelStrength1"] = { type = "Corrupted", affix = "", "+(4-6) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["CorruptionJewelDexterity1"] = { type = "Corrupted", affix = "", "+(4-6) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["CorruptionJewelIntelligence1"] = { type = "Corrupted", affix = "", "+(4-6) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["CorruptionJewelFireResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["CorruptionJewelColdResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["CorruptionJewelLightningResist1"] = { type = "Corrupted", affix = "", "+(5-10)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["CorruptionJewelChaosResist1"] = { type = "Corrupted", affix = "", "+(3-7)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["CorruptionJewelMaimImmunity1"] = { type = "Corrupted", affix = "", "Immune to Maim", statOrder = { 6749 }, level = 1, group = "ImmuneToMaim", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3429557654, }, + ["CorruptionJewelHinderImmunity1"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrder = { 9763 }, level = 1, group = "YouCannotBeHindered", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "blue_herring" }, tradeHash = 721014846, }, + ["CorruptionJewelCorruptedBloodImmunity1"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 4864 }, level = 1, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1658498488, }, + ["CorruptionJewelBlindImmunity1"] = { type = "Corrupted", affix = "", "Cannot be Blinded", statOrder = { 2597 }, level = 1, group = "ImmunityToBlind", weightKey = { "jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1436284579, }, + ["SpecialCorruptionWarcrySpeed1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Warcry Speed", statOrder = { 2873 }, level = 1, group = "WarcrySpeed", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 1316278494, }, + ["SpecialCorruptionCurseEffect1"] = { type = "SpecialCorrupted", affix = "", "(5-10)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectiveness", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["SpecialCorruptionAreaOfEffect1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Area of Effect", statOrder = { 1554 }, level = 1, group = "AreaOfEffect", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 280731498, }, ["SpecialCorruptionPresenceRadius1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 101878827, }, - ["SpecialCorruptionCooldownRecovery1"] = { type = "SpecialCorrupted", affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1004011302, }, - ["SpecialCorruptionSkillEffectDuration1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3377888098, }, - ["SpecialCorruptionEnergyGeneration1"] = { type = "SpecialCorrupted", affix = "", "Meta Skills gain (20-30)% increased Energy", statOrder = { 5847 }, level = 1, group = "EnergyGeneration", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4236566306, }, - ["SpecialCorruptionDamageGainedAsChaos1"] = { type = "SpecialCorrupted", affix = "", "Gain (5-8)% of Damage as Extra Chaos Damage", statOrder = { 1620 }, level = 1, group = "DamageGainedAsChaos", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3398787959, }, + ["SpecialCorruptionCooldownRecovery1"] = { type = "SpecialCorrupted", affix = "", "(8-12)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1004011302, }, + ["SpecialCorruptionSkillEffectDuration1"] = { type = "SpecialCorrupted", affix = "", "(15-25)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3377888098, }, + ["SpecialCorruptionEnergyGeneration1"] = { type = "SpecialCorrupted", affix = "", "Meta Skills gain (20-30)% increased Energy", statOrder = { 5919 }, level = 1, group = "EnergyGeneration", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4236566306, }, + ["SpecialCorruptionDamageGainedAsChaos1"] = { type = "SpecialCorrupted", affix = "", "Gain (5-8)% of Damage as Extra Chaos Damage", statOrder = { 1599 }, level = 1, group = "DamageGainedAsChaos", weightKey = { "helmet", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3398787959, }, } \ No newline at end of file diff --git a/src/Data/ModFlask.lua b/src/Data/ModFlask.lua index 1c58da88ad..e114cbce8e 100644 --- a/src/Data/ModFlask.lua +++ b/src/Data/ModFlask.lua @@ -23,61 +23,61 @@ return { ["FlaskChanceRechargeOnKill1"] = { type = "Suffix", affix = "of the Medic", "(21-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 8, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, ["FlaskChanceRechargeOnKill2"] = { type = "Suffix", affix = "of the Doctor", "(26-30)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 26, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, ["FlaskChanceRechargeOnKill3"] = { type = "Suffix", affix = "of the Surgeon", "(31-35)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 45, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, - ["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6985 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6985 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6985 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, - ["FlaskIncreasedRecoverySpeed1"] = { type = "Prefix", affix = "Dense", "(41-45)% increased Recovery rate", statOrder = { 913 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoverySpeed2"] = { type = "Prefix", affix = "Undiluted", "(46-50)% increased Recovery rate", statOrder = { 913 }, level = 15, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoverySpeed3_"] = { type = "Prefix", affix = "Hearty", "(51-55)% increased Recovery rate", statOrder = { 913 }, level = 31, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoverySpeed4"] = { type = "Prefix", affix = "Viscous", "(56-60)% increased Recovery rate", statOrder = { 913 }, level = 46, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoverySpeed5"] = { type = "Prefix", affix = "Condensed", "(61-65)% increased Recovery rate", statOrder = { 913 }, level = 61, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoverySpeed6"] = { type = "Prefix", affix = "Catalysed", "(66-70)% increased Recovery rate", statOrder = { 913 }, level = 81, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, - ["FlaskIncreasedRecoveryAmount1"] = { type = "Prefix", affix = "Opaque", "(41-45)% increased Amount Recovered", statOrder = { 905 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount2_"] = { type = "Prefix", affix = "Compact", "(46-50)% increased Amount Recovered", statOrder = { 905 }, level = 11, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount3"] = { type = "Prefix", affix = "Full-bodied", "(51-55)% increased Amount Recovered", statOrder = { 905 }, level = 23, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount4"] = { type = "Prefix", affix = "Abundant", "(56-60)% increased Amount Recovered", statOrder = { 905 }, level = 34, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount5"] = { type = "Prefix", affix = "Substantial", "(61-65)% increased Amount Recovered", statOrder = { 905 }, level = 45, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount6"] = { type = "Prefix", affix = "Concentrated", "(66-70)% increased Amount Recovered", statOrder = { 905 }, level = 56, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount7"] = { type = "Prefix", affix = "Potent", "(71-75)% increased Amount Recovered", statOrder = { 905 }, level = 67, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryAmount8"] = { type = "Prefix", affix = "Saturated", "(76-80)% increased Amount Recovered", statOrder = { 905 }, level = 83, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, - ["FlaskIncreasedRecoveryOnLowLife1"] = { type = "Prefix", affix = "Prudent", "(51-60)% more Recovery if used while on Low Life", statOrder = { 906 }, level = 2, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, - ["FlaskIncreasedRecoveryOnLowLife2_"] = { type = "Prefix", affix = "Prepared", "(61-70)% more Recovery if used while on Low Life", statOrder = { 906 }, level = 25, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, - ["FlaskIncreasedRecoveryOnLowLife3"] = { type = "Prefix", affix = "Wary", "(71-80)% more Recovery if used while on Low Life", statOrder = { 906 }, level = 44, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, - ["FlaskIncreasedRecoveryOnLowLife4"] = { type = "Prefix", affix = "Careful", "(81-90)% more Recovery if used while on Low Life", statOrder = { 906 }, level = 63, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, - ["FlaskIncreasedRecoveryOnLowLife5"] = { type = "Prefix", affix = "Cautious", "(91-100)% more Recovery if used while on Low Life", statOrder = { 906 }, level = 82, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, - ["FlaskIncreasedRecoveryOnLowMana1"] = { type = "Prefix", affix = "Sustained", "(51-60)% more Recovery if used while on Low Mana", statOrder = { 904 }, level = 2, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, - ["FlaskIncreasedRecoveryOnLowMana2"] = { type = "Prefix", affix = "Tenacious", "(61-70)% more Recovery if used while on Low Mana", statOrder = { 904 }, level = 25, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, - ["FlaskIncreasedRecoveryOnLowMana3"] = { type = "Prefix", affix = "Persistent", "(71-80)% more Recovery if used while on Low Mana", statOrder = { 904 }, level = 44, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, - ["FlaskIncreasedRecoveryOnLowMana4"] = { type = "Prefix", affix = "Persevering", "(81-90)% more Recovery if used while on Low Mana", statOrder = { 904 }, level = 63, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, - ["FlaskIncreasedRecoveryOnLowMana5"] = { type = "Prefix", affix = "Prolonged", "(91-100)% more Recovery if used while on Low Mana", statOrder = { 904 }, level = 82, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, - ["FlaskExtraLifeCostsMana1"] = { type = "Prefix", affix = "Impairing", "(61-68)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 908, 914 }, level = 13, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, - ["FlaskExtraLifeCostsMana2"] = { type = "Prefix", affix = "Dizzying", "(69-76)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 908, 914 }, level = 30, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, - ["FlaskExtraLifeCostsMana3"] = { type = "Prefix", affix = "Depleting", "(77-84)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 908, 914 }, level = 47, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, - ["FlaskExtraLifeCostsMana4"] = { type = "Prefix", affix = "Vitiating", "(85-92)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 908, 914 }, level = 64, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, - ["FlaskExtraLifeCostsMana5_"] = { type = "Prefix", affix = "Sapping", "(93-100)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 908, 914 }, level = 81, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, - ["FlaskExtraManaCostsLife1"] = { type = "Prefix", affix = "Aged", "(61-68)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 909, 915 }, level = 13, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, - ["FlaskExtraManaCostsLife2"] = { type = "Prefix", affix = "Fermented", "(69-76)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 909, 915 }, level = 30, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, - ["FlaskExtraManaCostsLife3_"] = { type = "Prefix", affix = "Congealed", "(77-84)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 909, 915 }, level = 47, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, - ["FlaskExtraManaCostsLife4"] = { type = "Prefix", affix = "Turbid", "(85-92)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 909, 915 }, level = 64, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, - ["FlaskExtraManaCostsLife5_"] = { type = "Prefix", affix = "Caustic", "(93-100)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 909, 915 }, level = 81, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, - ["FlaskPartialInstantRecovery1"] = { type = "Prefix", affix = "Simmering", "(20-23)% of Recovery applied Instantly", statOrder = { 912 }, level = 3, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, - ["FlaskPartialInstantRecovery2"] = { type = "Prefix", affix = "Effervescent", "(24-27)% of Recovery applied Instantly", statOrder = { 912 }, level = 27, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, - ["FlaskPartialInstantRecovery3"] = { type = "Prefix", affix = "Bubbling", "(28-30)% of Recovery applied Instantly", statOrder = { 912 }, level = 46, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, - ["FlaskFullInstantRecovery1"] = { type = "Prefix", affix = "Seething", "50% reduced Amount Recovered", "Instant Recovery", statOrder = { 905, 911 }, level = 42, group = "FlaskFullInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 4131977470, }, - ["FlaskHealsMinions1"] = { type = "Prefix", affix = "Novice's", "Grants (51-56)% of Life Recovery to Minions", statOrder = { 910 }, level = 10, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, - ["FlaskHealsMinions2"] = { type = "Prefix", affix = "Acolyte's", "Grants (57-62)% of Life Recovery to Minions", statOrder = { 910 }, level = 28, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, - ["FlaskHealsMinions3"] = { type = "Prefix", affix = "Summoner's", "Grants (63-68)% of Life Recovery to Minions", statOrder = { 910 }, level = 46, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, - ["FlaskHealsMinions4____"] = { type = "Prefix", affix = "Conjurer's", "Grants (69-74)% of Life Recovery to Minions", statOrder = { 910 }, level = 64, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, - ["FlaskHealsMinions5"] = { type = "Prefix", affix = "Necromancer's", "Grants (75-80)% of Life Recovery to Minions", statOrder = { 910 }, level = 82, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, - ["FlaskCurseImmunity1"] = { type = "Suffix", affix = "of Warding", "Removes Curses on use", statOrder = { 658 }, level = 18, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, modTags = { "flask", "caster", "curse" }, tradeHash = 3895393544, }, - ["FlaskBleedCorruptingBloodImmunity1"] = { type = "Suffix", affix = "of Sealing", "Grants Immunity to Bleeding for (6-8) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (6-8) seconds if used while affected by Corrupted Blood", statOrder = { 661, 661.1 }, level = 8, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 182714578, }, - ["FlaskShockImmunity1"] = { type = "Suffix", affix = "of Earthing", "Grants Immunity to Shock for (6-8) seconds if used while Shocked", statOrder = { 671 }, level = 6, group = "FlaskShockImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3854439683, }, - ["FlaskChillFreezeImmunity1"] = { type = "Suffix", affix = "of Convection", "Grants Immunity to Chill for (6-8) seconds if used while Chilled", "Grants Immunity to Freeze for (6-8) seconds if used while Frozen", statOrder = { 663, 663.1 }, level = 4, group = "FlaskChillFreezeImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3869628136, }, - ["FlaskIgniteImmunity1"] = { type = "Suffix", affix = "of Damping", "Grants Immunity to Ignite for (6-8) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 665, 665.1 }, level = 6, group = "FlaskIgniteImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2361218755, }, - ["FlaskPoisonImmunity1__"] = { type = "Suffix", affix = "of the Antitoxin", "Grants Immunity to Poison for (6-8) seconds if used while Poisoned", statOrder = { 669 }, level = 16, group = "FlaskPoisonImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 542375676, }, - ["FlaskPoisonImmunityDuringEffect"] = { type = "Suffix", affix = "of the Skunk", "(45-49)% less Duration", "Immunity to Poison during Effect", statOrder = { 626, 745 }, level = 16, group = "FlaskPoisonImmunityDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 188046746, }, - ["FlaskShockImmunityDuringEffect"] = { type = "Suffix", affix = "of the Conger", "(45-49)% less Duration", "Immunity to Shock during Effect", statOrder = { 626, 746 }, level = 6, group = "FlaskShockImmunityDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 4195389357, }, - ["FlaskFreezeAndChillImmunityDuringEffect"] = { type = "Suffix", affix = "of the Deer", "(45-49)% less Duration", "Immunity to Freeze and Chill during Effect", statOrder = { 626, 744 }, level = 4, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 650731684, }, - ["FlaskIgniteImmunityDuringEffect_"] = { type = "Suffix", affix = "of the Urchin", "(45-49)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrder = { 626, 676, 676.1 }, level = 6, group = "FlaskIgniteImmunityDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3238382707, }, - ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect_1"] = { type = "Suffix", affix = "of the Lizard", "(45-49)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrder = { 626, 742 }, level = 8, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3588165839, }, + ["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 607 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 607 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 607 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["FlaskIncreasedRecoverySpeed1"] = { type = "Prefix", affix = "Dense", "(41-45)% increased Recovery rate", statOrder = { 910 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoverySpeed2"] = { type = "Prefix", affix = "Undiluted", "(46-50)% increased Recovery rate", statOrder = { 910 }, level = 15, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoverySpeed3_"] = { type = "Prefix", affix = "Hearty", "(51-55)% increased Recovery rate", statOrder = { 910 }, level = 31, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoverySpeed4"] = { type = "Prefix", affix = "Viscous", "(56-60)% increased Recovery rate", statOrder = { 910 }, level = 46, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoverySpeed5"] = { type = "Prefix", affix = "Condensed", "(61-65)% increased Recovery rate", statOrder = { 910 }, level = 61, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoverySpeed6"] = { type = "Prefix", affix = "Catalysed", "(66-70)% increased Recovery rate", statOrder = { 910 }, level = 81, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, }, + ["FlaskIncreasedRecoveryAmount1"] = { type = "Prefix", affix = "Opaque", "(41-45)% increased Amount Recovered", statOrder = { 902 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount2_"] = { type = "Prefix", affix = "Compact", "(46-50)% increased Amount Recovered", statOrder = { 902 }, level = 11, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount3"] = { type = "Prefix", affix = "Full-bodied", "(51-55)% increased Amount Recovered", statOrder = { 902 }, level = 23, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount4"] = { type = "Prefix", affix = "Abundant", "(56-60)% increased Amount Recovered", statOrder = { 902 }, level = 34, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount5"] = { type = "Prefix", affix = "Substantial", "(61-65)% increased Amount Recovered", statOrder = { 902 }, level = 46, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount6"] = { type = "Prefix", affix = "Concentrated", "(66-70)% increased Amount Recovered", statOrder = { 902 }, level = 56, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount7"] = { type = "Prefix", affix = "Potent", "(71-75)% increased Amount Recovered", statOrder = { 902 }, level = 67, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryAmount8"] = { type = "Prefix", affix = "Saturated", "(76-80)% increased Amount Recovered", statOrder = { 902 }, level = 83, group = "FlaskIncreasedRecoveryAmount", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 700317374, }, + ["FlaskIncreasedRecoveryOnLowLife1"] = { type = "Prefix", affix = "Prudent", "(51-60)% more Recovery if used while on Low Life", statOrder = { 903 }, level = 2, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, + ["FlaskIncreasedRecoveryOnLowLife2_"] = { type = "Prefix", affix = "Prepared", "(61-70)% more Recovery if used while on Low Life", statOrder = { 903 }, level = 25, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, + ["FlaskIncreasedRecoveryOnLowLife3"] = { type = "Prefix", affix = "Wary", "(71-80)% more Recovery if used while on Low Life", statOrder = { 903 }, level = 44, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, + ["FlaskIncreasedRecoveryOnLowLife4"] = { type = "Prefix", affix = "Careful", "(81-90)% more Recovery if used while on Low Life", statOrder = { 903 }, level = 63, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, + ["FlaskIncreasedRecoveryOnLowLife5"] = { type = "Prefix", affix = "Cautious", "(91-100)% more Recovery if used while on Low Life", statOrder = { 903 }, level = 82, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 886931978, }, + ["FlaskIncreasedRecoveryOnLowMana1"] = { type = "Prefix", affix = "Sustained", "(51-60)% more Recovery if used while on Low Mana", statOrder = { 901 }, level = 2, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, + ["FlaskIncreasedRecoveryOnLowMana2"] = { type = "Prefix", affix = "Tenacious", "(61-70)% more Recovery if used while on Low Mana", statOrder = { 901 }, level = 25, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, + ["FlaskIncreasedRecoveryOnLowMana3"] = { type = "Prefix", affix = "Persistent", "(71-80)% more Recovery if used while on Low Mana", statOrder = { 901 }, level = 44, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, + ["FlaskIncreasedRecoveryOnLowMana4"] = { type = "Prefix", affix = "Persevering", "(81-90)% more Recovery if used while on Low Mana", statOrder = { 901 }, level = 63, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, + ["FlaskIncreasedRecoveryOnLowMana5"] = { type = "Prefix", affix = "Prolonged", "(91-100)% more Recovery if used while on Low Mana", statOrder = { 901 }, level = 82, group = "FlaskIncreasedRecoveryOnLowMana", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3276224428, }, + ["FlaskExtraLifeCostsMana1"] = { type = "Prefix", affix = "Impairing", "(61-68)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 905, 911 }, level = 13, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, + ["FlaskExtraLifeCostsMana2"] = { type = "Prefix", affix = "Dizzying", "(69-76)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 905, 911 }, level = 30, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, + ["FlaskExtraLifeCostsMana3"] = { type = "Prefix", affix = "Depleting", "(77-84)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 905, 911 }, level = 47, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, + ["FlaskExtraLifeCostsMana4"] = { type = "Prefix", affix = "Vitiating", "(85-92)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 905, 911 }, level = 64, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, + ["FlaskExtraLifeCostsMana5_"] = { type = "Prefix", affix = "Sapping", "(93-100)% increased Life Recovered", "Removes 15% of Life Recovered from Mana when used", statOrder = { 905, 911 }, level = 81, group = "FlaskExtraLifeCostsMana", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2639206668, }, + ["FlaskExtraManaCostsLife1"] = { type = "Prefix", affix = "Aged", "(61-68)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 906, 912 }, level = 13, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, + ["FlaskExtraManaCostsLife2"] = { type = "Prefix", affix = "Fermented", "(69-76)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 906, 912 }, level = 30, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, + ["FlaskExtraManaCostsLife3_"] = { type = "Prefix", affix = "Congealed", "(77-84)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 906, 912 }, level = 47, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, + ["FlaskExtraManaCostsLife4"] = { type = "Prefix", affix = "Turbid", "(85-92)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 906, 912 }, level = 64, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, + ["FlaskExtraManaCostsLife5_"] = { type = "Prefix", affix = "Caustic", "(93-100)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 906, 912 }, level = 81, group = "FlaskExtraManaCostsLife", weightKey = { "mana_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 1058254507, }, + ["FlaskPartialInstantRecovery1"] = { type = "Prefix", affix = "Simmering", "(20-23)% of Recovery applied Instantly", statOrder = { 909 }, level = 3, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, + ["FlaskPartialInstantRecovery2"] = { type = "Prefix", affix = "Effervescent", "(24-27)% of Recovery applied Instantly", statOrder = { 909 }, level = 27, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, + ["FlaskPartialInstantRecovery3"] = { type = "Prefix", affix = "Bubbling", "(28-30)% of Recovery applied Instantly", statOrder = { 909 }, level = 46, group = "FlaskPartialInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2503377690, }, + ["FlaskFullInstantRecovery1"] = { type = "Prefix", affix = "Seething", "50% reduced Amount Recovered", "Instant Recovery", statOrder = { 902, 908 }, level = 42, group = "FlaskFullInstantRecovery", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 4131977470, }, + ["FlaskHealsMinions1"] = { type = "Prefix", affix = "Novice's", "Grants (51-56)% of Life Recovery to Minions", statOrder = { 907 }, level = 10, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, + ["FlaskHealsMinions2"] = { type = "Prefix", affix = "Acolyte's", "Grants (57-62)% of Life Recovery to Minions", statOrder = { 907 }, level = 28, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, + ["FlaskHealsMinions3"] = { type = "Prefix", affix = "Summoner's", "Grants (63-68)% of Life Recovery to Minions", statOrder = { 907 }, level = 46, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, + ["FlaskHealsMinions4____"] = { type = "Prefix", affix = "Conjurer's", "Grants (69-74)% of Life Recovery to Minions", statOrder = { 907 }, level = 64, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, + ["FlaskHealsMinions5"] = { type = "Prefix", affix = "Necromancer's", "Grants (75-80)% of Life Recovery to Minions", statOrder = { 907 }, level = 82, group = "FlaskHealsMinions", weightKey = { "life_flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life", "minion" }, tradeHash = 2416869319, }, + ["FlaskCurseImmunity1"] = { type = "Suffix", affix = "of Warding", "Removes Curses on use", statOrder = { 653 }, level = 18, group = "FlaskCurseImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "caster", "curse" }, tradeHash = 3895393544, }, + ["FlaskBleedCorruptingBloodImmunity1"] = { type = "Suffix", affix = "of Sealing", "Grants Immunity to Bleeding for (6-8) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (6-8) seconds if used while affected by Corrupted Blood", statOrder = { 656, 656.1 }, level = 8, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 182714578, }, + ["FlaskShockImmunity1"] = { type = "Suffix", affix = "of Earthing", "Grants Immunity to Shock for (6-8) seconds if used while Shocked", statOrder = { 666 }, level = 6, group = "FlaskShockImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3854439683, }, + ["FlaskChillFreezeImmunity1"] = { type = "Suffix", affix = "of Convection", "Grants Immunity to Chill for (6-8) seconds if used while Chilled", "Grants Immunity to Freeze for (6-8) seconds if used while Frozen", statOrder = { 658, 658.1 }, level = 4, group = "FlaskChillFreezeImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3869628136, }, + ["FlaskIgniteImmunity1"] = { type = "Suffix", affix = "of Damping", "Grants Immunity to Ignite for (6-8) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 660, 660.1 }, level = 6, group = "FlaskIgniteImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2361218755, }, + ["FlaskPoisonImmunity1__"] = { type = "Suffix", affix = "of the Antitoxin", "Grants Immunity to Poison for (6-8) seconds if used while Poisoned", statOrder = { 664 }, level = 16, group = "FlaskPoisonImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 542375676, }, + ["FlaskPoisonImmunityDuringEffect"] = { type = "Suffix", affix = "of the Skunk", "(45-49)% less Duration", "Immunity to Poison during Effect", statOrder = { 620, 741 }, level = 16, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 188046746, }, + ["FlaskShockImmunityDuringEffect"] = { type = "Suffix", affix = "of the Conger", "(45-49)% less Duration", "Immunity to Shock during Effect", statOrder = { 620, 742 }, level = 6, group = "FlaskShockImmunityDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 4195389357, }, + ["FlaskFreezeAndChillImmunityDuringEffect"] = { type = "Suffix", affix = "of the Deer", "(45-49)% less Duration", "Immunity to Freeze and Chill during Effect", statOrder = { 620, 740 }, level = 4, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 650731684, }, + ["FlaskIgniteImmunityDuringEffect_"] = { type = "Suffix", affix = "of the Urchin", "(45-49)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrder = { 620, 671, 671.1 }, level = 6, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3238382707, }, + ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect_1"] = { type = "Suffix", affix = "of the Lizard", "(45-49)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrder = { 620, 738 }, level = 8, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3588165839, }, } \ No newline at end of file diff --git a/src/Data/ModItem.lua b/src/Data/ModItem.lua index ca1b38931b..56d225ef5c 100644 --- a/src/Data/ModItem.lua +++ b/src/Data/ModItem.lua @@ -2,432 +2,432 @@ -- Item data (c) Grinding Gear Games return { - ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(5-8) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(9-12) to Strength", statOrder = { 945 }, level = 11, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(13-16) to Strength", statOrder = { 945 }, level = 22, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(17-20) to Strength", statOrder = { 945 }, level = 33, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(21-24) to Strength", statOrder = { 945 }, level = 44, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(25-27) to Strength", statOrder = { 945 }, level = 55, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(28-30) to Strength", statOrder = { 945 }, level = 66, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(31-33) to Strength", statOrder = { 945 }, level = 74, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(34-36) to Strength", statOrder = { 945 }, level = 81, group = "Strength", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(5-8) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(9-12) to Dexterity", statOrder = { 946 }, level = 11, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(13-16) to Dexterity", statOrder = { 946 }, level = 22, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(17-20) to Dexterity", statOrder = { 946 }, level = 33, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(21-24) to Dexterity", statOrder = { 946 }, level = 44, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(25-27) to Dexterity", statOrder = { 946 }, level = 55, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(28-30) to Dexterity", statOrder = { 946 }, level = 66, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(31-33) to Dexterity", statOrder = { 946 }, level = 74, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(34-36) to Dexterity", statOrder = { 946 }, level = 81, group = "Dexterity", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(5-8) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(9-12) to Intelligence", statOrder = { 947 }, level = 11, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(13-16) to Intelligence", statOrder = { 947 }, level = 22, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(17-20) to Intelligence", statOrder = { 947 }, level = 33, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(21-24) to Intelligence", statOrder = { 947 }, level = 44, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(25-27) to Intelligence", statOrder = { 947 }, level = 55, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(28-30) to Intelligence", statOrder = { 947 }, level = 66, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(31-33) to Intelligence", statOrder = { 947 }, level = 74, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(34-36) to Intelligence", statOrder = { 947 }, level = 81, group = "Intelligence", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(2-4) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-7) to all Attributes", statOrder = { 944 }, level = 11, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(8-10) to all Attributes", statOrder = { 944 }, level = 22, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(11-13) to all Attributes", statOrder = { 944 }, level = 33, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(14-16) to all Attributes", statOrder = { 944 }, level = 44, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(17-18) to all Attributes", statOrder = { 944 }, level = 55, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(19-20) to all Attributes", statOrder = { 944 }, level = 66, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes8"] = { type = "Suffix", affix = "of the Multiverse", "+(21-22) to all Attributes", statOrder = { 944 }, level = 75, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributes9_"] = { type = "Suffix", affix = "of the Infinite", "+(23-24) to all Attributes", statOrder = { 944 }, level = 82, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(11-15)% to Fire Resistance", statOrder = { 956 }, level = 12, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(16-20)% to Fire Resistance", statOrder = { 956 }, level = 24, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(21-25)% to Fire Resistance", statOrder = { 956 }, level = 36, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(26-30)% to Fire Resistance", statOrder = { 956 }, level = 48, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(31-35)% to Fire Resistance", statOrder = { 956 }, level = 60, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist7"] = { type = "Suffix", affix = "of Magma", "+(36-40)% to Fire Resistance", statOrder = { 956 }, level = 71, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(41-45)% to Fire Resistance", statOrder = { 956 }, level = 82, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["ColdResist1"] = { type = "Suffix", affix = "of the Seal", "+(6-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist2"] = { type = "Suffix", affix = "of the Penguin", "+(11-15)% to Cold Resistance", statOrder = { 957 }, level = 14, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist3"] = { type = "Suffix", affix = "of the Narwhal", "+(16-20)% to Cold Resistance", statOrder = { 957 }, level = 26, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(21-25)% to Cold Resistance", statOrder = { 957 }, level = 38, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(26-30)% to Cold Resistance", statOrder = { 957 }, level = 50, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(31-35)% to Cold Resistance", statOrder = { 957 }, level = 60, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(36-40)% to Cold Resistance", statOrder = { 957 }, level = 71, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(41-45)% to Cold Resistance", statOrder = { 957 }, level = 82, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-10)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(11-15)% to Lightning Resistance", statOrder = { 958 }, level = 13, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(16-20)% to Lightning Resistance", statOrder = { 958 }, level = 25, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(21-25)% to Lightning Resistance", statOrder = { 958 }, level = 37, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(26-30)% to Lightning Resistance", statOrder = { 958 }, level = 49, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(31-35)% to Lightning Resistance", statOrder = { 958 }, level = 60, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(36-40)% to Lightning Resistance", statOrder = { 958 }, level = 71, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(41-45)% to Lightning Resistance", statOrder = { 958 }, level = 82, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all Elemental Resistances", statOrder = { 955 }, level = 12, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all Elemental Resistances", statOrder = { 955 }, level = 26, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all Elemental Resistances", statOrder = { 955 }, level = 40, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all Elemental Resistances", statOrder = { 955 }, level = 54, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all Elemental Resistances", statOrder = { 955 }, level = 68, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all Elemental Resistances", statOrder = { 955 }, level = 80, group = "AllResistances", weightKey = { "str_int_shield", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["NearbyAlliesAllResistances1"] = { type = "Suffix", affix = "of Adjustment", "Allies in your Presence have +(3-5)% to all Elemental Resistances", statOrder = { 895 }, level = 12, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["NearbyAlliesAllResistances2"] = { type = "Suffix", affix = "of Acclimatisation", "Allies in your Presence have +(6-8)% to all Elemental Resistances", statOrder = { 895 }, level = 26, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["NearbyAlliesAllResistances3"] = { type = "Suffix", affix = "of Adaptation", "Allies in your Presence have +(9-11)% to all Elemental Resistances", statOrder = { 895 }, level = 40, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["NearbyAlliesAllResistances4"] = { type = "Suffix", affix = "of Evolution", "Allies in your Presence have +(12-14)% to all Elemental Resistances", statOrder = { 895 }, level = 54, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["NearbyAlliesAllResistances5"] = { type = "Suffix", affix = "of Progression", "Allies in your Presence have +(15-16)% to all Elemental Resistances", statOrder = { 895 }, level = 68, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["NearbyAlliesAllResistances6"] = { type = "Suffix", affix = "of Metamorphosis", "Allies in your Presence have +(17-18)% to all Elemental Resistances", statOrder = { 895 }, level = 80, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, - ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(4-7)% to Chaos Resistance", statOrder = { 959 }, level = 16, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(8-11)% to Chaos Resistance", statOrder = { 959 }, level = 30, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(12-15)% to Chaos Resistance", statOrder = { 959 }, level = 44, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(16-19)% to Chaos Resistance", statOrder = { 959 }, level = 56, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(20-23)% to Chaos Resistance", statOrder = { 959 }, level = 68, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(24-27)% to Chaos Resistance", statOrder = { 959 }, level = 81, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["IncreasedLife1"] = { type = "Prefix", affix = "Hale", "+(10-19) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife2"] = { type = "Prefix", affix = "Healthy", "+(20-29) to maximum Life", statOrder = { 872 }, level = 5, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife3"] = { type = "Prefix", affix = "Sanguine", "+(30-39) to maximum Life", statOrder = { 872 }, level = 11, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife4"] = { type = "Prefix", affix = "Stalwart", "+(40-59) to maximum Life", statOrder = { 872 }, level = 18, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife5"] = { type = "Prefix", affix = "Stout", "+(60-69) to maximum Life", statOrder = { 872 }, level = 24, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife6"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrder = { 872 }, level = 30, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife7"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrder = { 872 }, level = 36, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife8"] = { type = "Prefix", affix = "Virile", "+(100-119) to maximum Life", statOrder = { 872 }, level = 44, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife9"] = { type = "Prefix", affix = "Athlete's", "+(120-149) to maximum Life", statOrder = { 872 }, level = 56, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife10"] = { type = "Prefix", affix = "Fecund", "+(150-174) to maximum Life", statOrder = { 872 }, level = 68, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife11"] = { type = "Prefix", affix = "Vigorous", "+(175-189) to maximum Life", statOrder = { 872 }, level = 74, group = "IncreasedLife", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife12"] = { type = "Prefix", affix = "Rapturous", "+(190-199) to maximum Life", statOrder = { 872 }, level = 78, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["IncreasedLife13"] = { type = "Prefix", affix = "Prime", "+(200-214) to maximum Life", statOrder = { 872 }, level = 82, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["MaximumLifeIncrease1"] = { type = "Prefix", affix = "Hopeful", "(3-4)% increased maximum Life", statOrder = { 873 }, level = 36, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["MaximumLifeIncrease2"] = { type = "Prefix", affix = "Optimistic", "(5-6)% increased maximum Life", statOrder = { 873 }, level = 61, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["MaximumLifeIncrease3"] = { type = "Prefix", affix = "Confident", "(7-8)% increased maximum Life", statOrder = { 873 }, level = 80, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(10-14) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(15-24) to maximum Mana", statOrder = { 874 }, level = 6, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-34) to maximum Mana", statOrder = { 874 }, level = 12, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana4"] = { type = "Prefix", affix = "Teal", "+(35-54) to maximum Mana", statOrder = { 874 }, level = 19, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(55-64) to maximum Mana", statOrder = { 874 }, level = 25, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(65-79) to maximum Mana", statOrder = { 874 }, level = 31, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(80-89) to maximum Mana", statOrder = { 874 }, level = 36, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(90-104) to maximum Mana", statOrder = { 874 }, level = 43, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(105-124) to maximum Mana", statOrder = { 874 }, level = 53, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(125-149) to maximum Mana", statOrder = { 874 }, level = 63, group = "IncreasedMana", weightKey = { "ring", "amulet", "helmet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(150-164) to maximum Mana", statOrder = { 874 }, level = 69, group = "IncreasedMana", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(165-179) to maximum Mana", statOrder = { 874 }, level = 77, group = "IncreasedMana", weightKey = { "ring", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(180-189) to maximum Mana", statOrder = { 874 }, level = 82, group = "IncreasedMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(14-20) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(21-34) to maximum Mana", statOrder = { 874 }, level = 6, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(35-48) to maximum Mana", statOrder = { 874 }, level = 12, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(49-76) to maximum Mana", statOrder = { 874 }, level = 19, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(77-90) to maximum Mana", statOrder = { 874 }, level = 25, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(91-111) to maximum Mana", statOrder = { 874 }, level = 31, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(112-125) to maximum Mana", statOrder = { 874 }, level = 36, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(126-146) to maximum Mana", statOrder = { 874 }, level = 43, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(147-174) to maximum Mana", statOrder = { 874 }, level = 53, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(175-209) to maximum Mana", statOrder = { 874 }, level = 63, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(210-230) to maximum Mana", statOrder = { 874 }, level = 69, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(231-251) to maximum Mana", statOrder = { 874 }, level = 77, group = "IncreasedMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["MaximumManaIncrease1"] = { type = "Prefix", affix = "Cognizant", "(3-4)% increased maximum Mana", statOrder = { 875 }, level = 35, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["MaximumManaIncrease2"] = { type = "Prefix", affix = "Perceptive", "(5-6)% increased maximum Mana", statOrder = { 875 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["MaximumManaIncrease3"] = { type = "Prefix", affix = "Mnemonic", "(7-8)% increased maximum Mana", statOrder = { 875 }, level = 79, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(12-22) to Armour", statOrder = { 866 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(23-42) to Armour", statOrder = { 866 }, level = 11, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(43-54) to Armour", statOrder = { 866 }, level = 17, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(55-81) to Armour", statOrder = { 866 }, level = 28, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(82-106) to Armour", statOrder = { 866 }, level = 37, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(107-138) to Armour", statOrder = { 866 }, level = 48, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(139-168) to Armour", statOrder = { 866 }, level = 57, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(169-195) to Armour", statOrder = { 866 }, level = 66, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating9"] = { type = "Prefix", affix = "Abating", "+(196-224) to Armour", statOrder = { 866 }, level = 74, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(225-255) to Armour", statOrder = { 866 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(8-15) to Evasion Rating", statOrder = { 868 }, level = 1, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(16-33) to Evasion Rating", statOrder = { 868 }, level = 11, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(34-44) to Evasion Rating", statOrder = { 868 }, level = 17, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(45-69) to Evasion Rating", statOrder = { 868 }, level = 28, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(70-93) to Evasion Rating", statOrder = { 868 }, level = 37, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(94-123) to Evasion Rating", statOrder = { 868 }, level = 48, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(124-151) to Evasion Rating", statOrder = { 868 }, level = 57, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(152-176) to Evasion Rating", statOrder = { 868 }, level = 66, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEvasionRating9"] = { type = "Prefix", affix = "Adroit", "+(177-203) to Evasion Rating", statOrder = { 868 }, level = 74, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(8-14) to maximum Energy Shield", statOrder = { 870 }, level = 1, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(15-20) to maximum Energy Shield", statOrder = { 870 }, level = 11, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(21-24) to maximum Energy Shield", statOrder = { 870 }, level = 17, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(25-33) to maximum Energy Shield", statOrder = { 870 }, level = 28, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(34-41) to maximum Energy Shield", statOrder = { 870 }, level = 37, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-51) to maximum Energy Shield", statOrder = { 870 }, level = 48, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(52-61) to maximum Energy Shield", statOrder = { 870 }, level = 57, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(62-70) to maximum Energy Shield", statOrder = { 870 }, level = 66, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(71-79) to maximum Energy Shield", statOrder = { 870 }, level = 74, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(80-89) to maximum Energy Shield", statOrder = { 870 }, level = 82, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(10-13)% increased Armour", statOrder = { 867 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(15-20)% increased Armour", statOrder = { 867 }, level = 18, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(21-26)% increased Armour", statOrder = { 867 }, level = 30, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(27-32)% increased Armour", statOrder = { 867 }, level = 42, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(33-38)% increased Armour", statOrder = { 867 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(39-44)% increased Armour", statOrder = { 867 }, level = 70, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(45-50)% increased Armour", statOrder = { 867 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(10-13)% increased Evasion Rating", statOrder = { 869 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(15-20)% increased Evasion Rating", statOrder = { 869 }, level = 18, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(21-26)% increased Evasion Rating", statOrder = { 869 }, level = 30, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(27-32)% increased Evasion Rating", statOrder = { 869 }, level = 42, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(33-38)% increased Evasion Rating", statOrder = { 869 }, level = 56, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(39-44)% increased Evasion Rating", statOrder = { 869 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(45-50)% increased Evasion Rating", statOrder = { 869 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(10-13)% increased maximum Energy Shield", statOrder = { 871 }, level = 2, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(15-20)% increased maximum Energy Shield", statOrder = { 871 }, level = 18, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(21-26)% increased maximum Energy Shield", statOrder = { 871 }, level = 30, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(27-32)% increased maximum Energy Shield", statOrder = { 871 }, level = 42, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(33-38)% increased maximum Energy Shield", statOrder = { 871 }, level = 56, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(39-44)% increased maximum Energy Shield", statOrder = { 871 }, level = 70, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(45-50)% increased maximum Energy Shield", statOrder = { 871 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(16-27) to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(28-50) to Armour", statOrder = { 834 }, level = 11, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(51-68) to Armour", statOrder = { 834 }, level = 17, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(69-82) to Armour", statOrder = { 834 }, level = 23, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-102) to Armour", statOrder = { 834 }, level = 29, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(103-122) to Armour", statOrder = { 834 }, level = 35, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(123-160) to Armour", statOrder = { 834 }, level = 47, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(161-202) to Armour", statOrder = { 834 }, level = 59, group = "LocalPhysicalDamageReductionRating", weightKey = { "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(203-225) to Armour", statOrder = { 834 }, level = 66, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(226-256) to Armour", statOrder = { 834 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(257-276) to Armour", statOrder = { 834 }, level = 79, group = "LocalPhysicalDamageReductionRating", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(11-18) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(19-39) to Evasion Rating", statOrder = { 835 }, level = 11, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(40-56) to Evasion Rating", statOrder = { 835 }, level = 17, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(57-70) to Evasion Rating", statOrder = { 835 }, level = 23, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(71-88) to Evasion Rating", statOrder = { 835 }, level = 29, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(89-107) to Evasion Rating", statOrder = { 835 }, level = 35, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(108-142) to Evasion Rating", statOrder = { 835 }, level = 47, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(143-181) to Evasion Rating", statOrder = { 835 }, level = 59, group = "LocalEvasionRating", weightKey = { "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(182-204) to Evasion Rating", statOrder = { 835 }, level = 66, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(205-232) to Evasion Rating", statOrder = { 835 }, level = 74, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(233-251) to Evasion Rating", statOrder = { 835 }, level = 79, group = "LocalEvasionRating", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(10-17) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(18-24) to maximum Energy Shield", statOrder = { 836 }, level = 11, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(25-30) to maximum Energy Shield", statOrder = { 836 }, level = 17, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(31-35) to maximum Energy Shield", statOrder = { 836 }, level = 23, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(36-41) to maximum Energy Shield", statOrder = { 836 }, level = 29, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-47) to maximum Energy Shield", statOrder = { 836 }, level = 35, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(48-60) to maximum Energy Shield", statOrder = { 836 }, level = 47, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(61-73) to maximum Energy Shield", statOrder = { 836 }, level = 59, group = "LocalEnergyShield", weightKey = { "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(74-80) to maximum Energy Shield", statOrder = { 836 }, level = 66, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(81-90) to maximum Energy Shield", statOrder = { 836 }, level = 74, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-96) to maximum Energy Shield", statOrder = { 836 }, level = 79, group = "LocalEnergyShield", weightKey = { "focus", "shield", "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(8-14) to Armour", "+(6-9) to Evasion Rating", statOrder = { 834, 835 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(15-35) to Armour", "+(10-30) to Evasion Rating", statOrder = { 834, 835 }, level = 18, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(36-53) to Armour", "+(31-46) to Evasion Rating", statOrder = { 834, 835 }, level = 30, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(54-65) to Armour", "+(47-57) to Evasion Rating", statOrder = { 834, 835 }, level = 38, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(66-78) to Armour", "+(58-69) to Evasion Rating", statOrder = { 834, 835 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(79-98) to Armour", "+(70-88) to Evasion Rating", statOrder = { 834, 835 }, level = 58, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(99-117) to Armour", "+(89-107) to Evasion Rating", statOrder = { 834, 835 }, level = 69, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(118-138) to Armour", "+(108-126) to Evasion Rating", statOrder = { 834, 835 }, level = 79, group = "LocalBaseArmourAndEvasionRating", weightKey = { "shield", "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, - ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(8-14) to Armour", "+(5-8) to maximum Energy Shield", statOrder = { 834, 836 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(15-35) to Armour", "+(9-15) to maximum Energy Shield", statOrder = { 834, 836 }, level = 18, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(36-53) to Armour", "+(16-21) to maximum Energy Shield", statOrder = { 834, 836 }, level = 30, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(54-65) to Armour", "+(22-25) to maximum Energy Shield", statOrder = { 834, 836 }, level = 38, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(66-78) to Armour", "+(26-29) to maximum Energy Shield", statOrder = { 834, 836 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(79-98) to Armour", "+(30-36) to maximum Energy Shield", statOrder = { 834, 836 }, level = 58, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(99-117) to Armour", "+(37-42) to maximum Energy Shield", statOrder = { 834, 836 }, level = 69, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(118-138) to Armour", "+(43-48) to maximum Energy Shield", statOrder = { 834, 836 }, level = 79, group = "LocalBaseArmourAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, - ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(6-9) to Evasion Rating", "+(5-8) to maximum Energy Shield", statOrder = { 835, 836 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-30) to Evasion Rating", "+(9-15) to maximum Energy Shield", statOrder = { 835, 836 }, level = 18, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(31-46) to Evasion Rating", "+(16-21) to maximum Energy Shield", statOrder = { 835, 836 }, level = 30, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(47-57) to Evasion Rating", "+(22-25) to maximum Energy Shield", statOrder = { 835, 836 }, level = 38, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(58-69) to Evasion Rating", "+(26-29) to maximum Energy Shield", statOrder = { 835, 836 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(70-88) to Evasion Rating", "+(30-36) to maximum Energy Shield", statOrder = { 835, 836 }, level = 58, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(89-107) to Evasion Rating", "+(37-42) to maximum Energy Shield", statOrder = { 835, 836 }, level = 69, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Banshee's", "+(108-126) to Evasion Rating", "+(43-48) to maximum Energy Shield", statOrder = { 835, 836 }, level = 79, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased Armour", statOrder = { 837 }, level = 2, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased Armour", statOrder = { 837 }, level = 15, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased Armour", statOrder = { 837 }, level = 27, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased Armour", statOrder = { 837 }, level = 39, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased Armour", statOrder = { 837 }, level = 51, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased Armour", statOrder = { 837 }, level = 66, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased Armour", statOrder = { 837 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased Armour", statOrder = { 837 }, level = 82, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased Evasion Rating", statOrder = { 838 }, level = 2, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased Evasion Rating", statOrder = { 838 }, level = 15, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased Evasion Rating", statOrder = { 838 }, level = 27, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased Evasion Rating", statOrder = { 838 }, level = 39, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased Evasion Rating", statOrder = { 838 }, level = 51, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased Evasion Rating", statOrder = { 838 }, level = 66, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased Evasion Rating", statOrder = { 838 }, level = 75, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased Evasion Rating", statOrder = { 838 }, level = 82, group = "LocalEvasionRatingIncreasePercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(15-26)% increased Energy Shield", statOrder = { 839 }, level = 2, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased Energy Shield", statOrder = { 839 }, level = 15, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased Energy Shield", statOrder = { 839 }, level = 27, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased Energy Shield", statOrder = { 839 }, level = 39, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased Energy Shield", statOrder = { 839 }, level = 51, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased Energy Shield", statOrder = { 839 }, level = 66, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased Energy Shield", statOrder = { 839 }, level = 75, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased Energy Shield", statOrder = { 839 }, level = 82, group = "LocalEnergyShieldPercent", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased Armour and Evasion", statOrder = { 840 }, level = 2, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased Armour and Evasion", statOrder = { 840 }, level = 15, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased Armour and Evasion", statOrder = { 840 }, level = 27, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased Armour and Evasion", statOrder = { 840 }, level = 39, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased Armour and Evasion", statOrder = { 840 }, level = 51, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased Armour and Evasion", statOrder = { 840 }, level = 66, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased Armour and Evasion", statOrder = { 840 }, level = 75, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased Armour and Evasion", statOrder = { 840 }, level = 82, group = "LocalArmourAndEvasion", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased Armour and Energy Shield", statOrder = { 841 }, level = 2, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased Armour and Energy Shield", statOrder = { 841 }, level = 15, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased Armour and Energy Shield", statOrder = { 841 }, level = 27, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased Armour and Energy Shield", statOrder = { 841 }, level = 39, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased Armour and Energy Shield", statOrder = { 841 }, level = 51, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased Armour and Energy Shield", statOrder = { 841 }, level = 66, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 75, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased Armour and Energy Shield", statOrder = { 841 }, level = 82, group = "LocalArmourAndEnergyShield", weightKey = { "int_armour", "str_dex_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 2, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 15, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 27, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 39, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 51, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 66, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 75, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 82, group = "LocalEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["LocalArmourAndStunThreshold1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour", "+(8-13) to Stun Threshold", statOrder = { 837, 990 }, level = 10, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalArmourAndStunThreshold2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour", "+(14-24) to Stun Threshold", statOrder = { 837, 990 }, level = 19, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalArmourAndStunThreshold3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour", "+(25-40) to Stun Threshold", statOrder = { 837, 990 }, level = 30, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalArmourAndStunThreshold4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour", "+(41-63) to Stun Threshold", statOrder = { 837, 990 }, level = 44, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalArmourAndStunThreshold5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour", "+(64-94) to Stun Threshold", statOrder = { 837, 990 }, level = 60, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalArmourAndStunThreshold6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour", "+(95-136) to Stun Threshold", statOrder = { 837, 990 }, level = 78, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, - ["LocalEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion Rating", "+(8-13) to Stun Threshold", statOrder = { 838, 990 }, level = 10, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion Rating", "+(14-24) to Stun Threshold", statOrder = { 838, 990 }, level = 19, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion Rating", "+(25-40) to Stun Threshold", statOrder = { 838, 990 }, level = 30, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion Rating", "+(41-63) to Stun Threshold", statOrder = { 838, 990 }, level = 44, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEvasionAndStunThreshold5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion Rating", "+(64-94) to Stun Threshold", statOrder = { 838, 990 }, level = 60, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion Rating", "+(95-136) to Stun Threshold", statOrder = { 838, 990 }, level = 78, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, - ["LocalEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 839, 990 }, level = 10, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 839, 990 }, level = 19, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 839, 990 }, level = 30, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 839, 990 }, level = 44, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 839, 990 }, level = 60, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 839, 990 }, level = 78, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, - ["LocalArmourAndEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Captain's", "(6-13)% increased Armour and Evasion", "+(8-13) to Stun Threshold", statOrder = { 840, 990 }, level = 10, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Commander's", "(14-20)% increased Armour and Evasion", "+(14-24) to Stun Threshold", statOrder = { 840, 990 }, level = 19, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Magnate's", "(21-26)% increased Armour and Evasion", "+(25-40) to Stun Threshold", statOrder = { 840, 990 }, level = 30, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Marshal's", "(27-32)% increased Armour and Evasion", "+(41-63) to Stun Threshold", statOrder = { 840, 990 }, level = 44, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEvasionAndStunThreshold5"] = { type = "Prefix", affix = "General's", "(33-38)% increased Armour and Evasion", "+(64-94) to Stun Threshold", statOrder = { 840, 990 }, level = 60, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Warlord's", "(39-42)% increased Armour and Evasion", "+(95-136) to Stun Threshold", statOrder = { 840, 990 }, level = 78, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, - ["LocalArmourAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Defender's", "(6-13)% increased Armour and Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 841, 990 }, level = 10, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalArmourAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Protector's", "(14-20)% increased Armour and Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 841, 990 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalArmourAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Keeper's", "(21-26)% increased Armour and Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 841, 990 }, level = 30, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalArmourAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Guardian's", "(27-32)% increased Armour and Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 841, 990 }, level = 44, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalArmourAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Warden's", "(33-38)% increased Armour and Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 841, 990 }, level = 60, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalArmourAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Sentinel's", "(39-42)% increased Armour and Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 841, 990 }, level = 78, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Intuitive", "(6-13)% increased Evasion and Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 842, 990 }, level = 10, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Psychic", "(14-20)% increased Evasion and Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 842, 990 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Telepath's", "(21-26)% increased Evasion and Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 842, 990 }, level = 30, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Illusionist's", "(27-32)% increased Evasion and Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 842, 990 }, level = 44, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Mentalist's", "(33-38)% increased Evasion and Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 842, 990 }, level = 60, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalEvasionAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Trickster's", "(39-42)% increased Evasion and Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 842, 990 }, level = 78, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, - ["LocalIncreasedArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "(6-13)% increased Armour", "+(7-10) to maximum Life", statOrder = { 837, 872 }, level = 10, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedArmourAndLife2"] = { type = "Prefix", affix = "Lobster's", "(14-20)% increased Armour", "+(11-19) to maximum Life", statOrder = { 837, 872 }, level = 19, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedArmourAndLife3"] = { type = "Prefix", affix = "Urchin's", "(21-26)% increased Armour", "+(20-25) to maximum Life", statOrder = { 837, 872 }, level = 30, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedArmourAndLife4"] = { type = "Prefix", affix = "Nautilus'", "(27-32)% increased Armour", "+(26-32) to maximum Life", statOrder = { 837, 872 }, level = 44, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedArmourAndLife5"] = { type = "Prefix", affix = "Octopus'", "(33-38)% increased Armour", "+(33-41) to maximum Life", statOrder = { 837, 872 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedArmourAndLife6"] = { type = "Prefix", affix = "Crocodile's", "(39-42)% increased Armour", "+(42-49) to maximum Life", statOrder = { 837, 872 }, level = 78, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, - ["LocalIncreasedEvasionAndLife1"] = { type = "Prefix", affix = "Flea's", "(6-13)% increased Evasion Rating", "+(7-10) to maximum Life", statOrder = { 838, 872 }, level = 10, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEvasionAndLife2"] = { type = "Prefix", affix = "Fawn's", "(14-20)% increased Evasion Rating", "+(11-19) to maximum Life", statOrder = { 838, 872 }, level = 19, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEvasionAndLife3"] = { type = "Prefix", affix = "Mouflon's", "(21-26)% increased Evasion Rating", "+(20-25) to maximum Life", statOrder = { 838, 872 }, level = 30, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEvasionAndLife4"] = { type = "Prefix", affix = "Ram's", "(27-32)% increased Evasion Rating", "+(26-32) to maximum Life", statOrder = { 838, 872 }, level = 44, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEvasionAndLife5"] = { type = "Prefix", affix = "Ibex's", "(33-38)% increased Evasion Rating", "+(33-41) to maximum Life", statOrder = { 838, 872 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEvasionAndLife6"] = { type = "Prefix", affix = "Stag's", "(39-42)% increased Evasion Rating", "+(42-49) to maximum Life", statOrder = { 838, 872 }, level = 78, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, - ["LocalIncreasedEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "(6-13)% increased Energy Shield", "+(7-10) to maximum Life", statOrder = { 839, 872 }, level = 10, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "(14-20)% increased Energy Shield", "+(11-19) to maximum Life", statOrder = { 839, 872 }, level = 19, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedEnergyShieldAndLife3"] = { type = "Prefix", affix = "Abbot's", "(21-26)% increased Energy Shield", "+(20-25) to maximum Life", statOrder = { 839, 872 }, level = 30, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bishop's", "(27-32)% increased Energy Shield", "+(26-32) to maximum Life", statOrder = { 839, 872 }, level = 44, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedEnergyShieldAndLife5"] = { type = "Prefix", affix = "Exarch's", "(33-38)% increased Energy Shield", "+(33-41) to maximum Life", statOrder = { 839, 872 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedEnergyShieldAndLife6"] = { type = "Prefix", affix = "Pope's", "(39-42)% increased Energy Shield", "+(42-49) to maximum Life", statOrder = { 839, 872 }, level = 78, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, - ["LocalIncreasedArmourAndEvasionAndLife1"] = { type = "Prefix", affix = "Bully's", "(6-13)% increased Armour and Evasion", "+(7-10) to maximum Life", statOrder = { 840, 872 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEvasionAndLife2"] = { type = "Prefix", affix = "Thug's", "(14-20)% increased Armour and Evasion", "+(11-19) to maximum Life", statOrder = { 840, 872 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEvasionAndLife3"] = { type = "Prefix", affix = "Brute's", "(21-26)% increased Armour and Evasion", "+(20-25) to maximum Life", statOrder = { 840, 872 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEvasionAndLife4"] = { type = "Prefix", affix = "Assailant's", "(27-32)% increased Armour and Evasion", "+(26-32) to maximum Life", statOrder = { 840, 872 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEvasionAndLife5"] = { type = "Prefix", affix = "Aggressor's", "(33-38)% increased Armour and Evasion", "+(33-41) to maximum Life", statOrder = { 840, 872 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEvasionAndLife6"] = { type = "Prefix", affix = "Predator's", "(39-42)% increased Armour and Evasion", "+(42-49) to maximum Life", statOrder = { 840, 872 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Augur's", "(6-13)% increased Armour and Energy Shield", "+(7-10) to maximum Life", statOrder = { 841, 872 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Auspex's", "(14-20)% increased Armour and Energy Shield", "+(11-19) to maximum Life", statOrder = { 841, 872 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Druid's", "(21-26)% increased Armour and Energy Shield", "+(20-25) to maximum Life", statOrder = { 841, 872 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Haruspex's", "(27-32)% increased Armour and Energy Shield", "+(26-32) to maximum Life", statOrder = { 841, 872 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Visionary's", "(33-38)% increased Armour and Energy Shield", "+(33-41) to maximum Life", statOrder = { 841, 872 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedArmourAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Prophet's", "(39-42)% increased Armour and Energy Shield", "+(42-49) to maximum Life", statOrder = { 841, 872 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Poet's", "(6-13)% increased Evasion and Energy Shield", "+(7-10) to maximum Life", statOrder = { 842, 872 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Musician's", "(14-20)% increased Evasion and Energy Shield", "+(11-19) to maximum Life", statOrder = { 842, 872 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Troubadour's", "(21-26)% increased Evasion and Energy Shield", "+(20-25) to maximum Life", statOrder = { 842, 872 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bard's", "(27-32)% increased Evasion and Energy Shield", "+(26-32) to maximum Life", statOrder = { 842, 872 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Minstrel's", "(33-38)% increased Evasion and Energy Shield", "+(33-41) to maximum Life", statOrder = { 842, 872 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedEvasionAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Maestro's", "(39-42)% increased Evasion and Energy Shield", "+(42-49) to maximum Life", statOrder = { 842, 872 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, - ["LocalIncreasedArmourAndMana1"] = { type = "Prefix", affix = "Imposing", "(6-13)% increased Armour", "+(6-8) to maximum Mana", statOrder = { 837, 874 }, level = 10, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedArmourAndMana2"] = { type = "Prefix", affix = "Venerable", "(14-20)% increased Armour", "+(9-16) to maximum Mana", statOrder = { 837, 874 }, level = 19, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedArmourAndMana3"] = { type = "Prefix", affix = "Regal", "(21-26)% increased Armour", "+(17-20) to maximum Mana", statOrder = { 837, 874 }, level = 30, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedArmourAndMana4"] = { type = "Prefix", affix = "Colossal", "(27-32)% increased Armour", "+(21-26) to maximum Mana", statOrder = { 837, 874 }, level = 44, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedArmourAndMana5"] = { type = "Prefix", affix = "Chieftain's", "(33-38)% increased Armour", "+(27-32) to maximum Mana", statOrder = { 837, 874 }, level = 60, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedArmourAndMana6"] = { type = "Prefix", affix = "Ancestral", "(39-42)% increased Armour", "+(33-39) to maximum Mana", statOrder = { 837, 874 }, level = 78, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, - ["LocalIncreasedEvasionAndMana1"] = { type = "Prefix", affix = "Nomad's", "(6-13)% increased Evasion Rating", "+(6-8) to maximum Mana", statOrder = { 838, 874 }, level = 10, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEvasionAndMana2"] = { type = "Prefix", affix = "Drifter's", "(14-20)% increased Evasion Rating", "+(9-16) to maximum Mana", statOrder = { 838, 874 }, level = 19, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEvasionAndMana3"] = { type = "Prefix", affix = "Traveller's", "(21-26)% increased Evasion Rating", "+(17-20) to maximum Mana", statOrder = { 838, 874 }, level = 30, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEvasionAndMana4"] = { type = "Prefix", affix = "Explorer's", "(27-32)% increased Evasion Rating", "+(21-26) to maximum Mana", statOrder = { 838, 874 }, level = 44, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEvasionAndMana5"] = { type = "Prefix", affix = "Wayfarer's", "(33-38)% increased Evasion Rating", "+(27-32) to maximum Mana", statOrder = { 838, 874 }, level = 60, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEvasionAndMana6"] = { type = "Prefix", affix = "Wanderer's", "(39-42)% increased Evasion Rating", "+(33-39) to maximum Mana", statOrder = { 838, 874 }, level = 78, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, - ["LocalIncreasedEnergyShieldAndMana1"] = { type = "Prefix", affix = "Imbued", "(6-13)% increased Energy Shield", "+(6-8) to maximum Mana", statOrder = { 839, 874 }, level = 10, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedEnergyShieldAndMana2"] = { type = "Prefix", affix = "Serene", "(14-20)% increased Energy Shield", "+(9-16) to maximum Mana", statOrder = { 839, 874 }, level = 19, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedEnergyShieldAndMana3"] = { type = "Prefix", affix = "Sacred", "(21-26)% increased Energy Shield", "+(17-20) to maximum Mana", statOrder = { 839, 874 }, level = 30, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedEnergyShieldAndMana4"] = { type = "Prefix", affix = "Celestial", "(27-32)% increased Energy Shield", "+(21-26) to maximum Mana", statOrder = { 839, 874 }, level = 44, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedEnergyShieldAndMana5"] = { type = "Prefix", affix = "Heavenly", "(33-38)% increased Energy Shield", "+(27-32) to maximum Mana", statOrder = { 839, 874 }, level = 60, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedEnergyShieldAndMana6"] = { type = "Prefix", affix = "Angel's", "(39-42)% increased Energy Shield", "+(33-39) to maximum Mana", statOrder = { 839, 874 }, level = 78, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, - ["LocalIncreasedArmourAndEvasionAndMana1"] = { type = "Prefix", affix = "Rhoa's", "(6-13)% increased Armour and Evasion", "+(6-8) to maximum Mana", statOrder = { 840, 874 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEvasionAndMana2"] = { type = "Prefix", affix = "Rhex's", "(14-20)% increased Armour and Evasion", "+(9-16) to maximum Mana", statOrder = { 840, 874 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEvasionAndMana3"] = { type = "Prefix", affix = "Chimeral's", "(21-26)% increased Armour and Evasion", "+(17-20) to maximum Mana", statOrder = { 840, 874 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEvasionAndMana4"] = { type = "Prefix", affix = "Bull's", "(27-32)% increased Armour and Evasion", "+(21-26) to maximum Mana", statOrder = { 840, 874 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEvasionAndMana5"] = { type = "Prefix", affix = "Minotaur's", "(33-38)% increased Armour and Evasion", "+(27-32) to maximum Mana", statOrder = { 840, 874 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEvasionAndMana6"] = { type = "Prefix", affix = "Cerberus'", "(39-42)% increased Armour and Evasion", "+(33-39) to maximum Mana", statOrder = { 840, 874 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Coelacanth's", "(6-13)% increased Armour and Energy Shield", "+(6-8) to maximum Mana", statOrder = { 841, 874 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Swordfish's", "(14-20)% increased Armour and Energy Shield", "+(9-16) to maximum Mana", statOrder = { 841, 874 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Shark's", "(21-26)% increased Armour and Energy Shield", "+(17-20) to maximum Mana", statOrder = { 841, 874 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Dolphin's", "(27-32)% increased Armour and Energy Shield", "+(21-26) to maximum Mana", statOrder = { 841, 874 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Orca's", "(33-38)% increased Armour and Energy Shield", "+(27-32) to maximum Mana", statOrder = { 841, 874 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedArmourAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Whale's", "(39-42)% increased Armour and Energy Shield", "+(33-39) to maximum Mana", statOrder = { 841, 874 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Vulture's", "(6-13)% increased Evasion and Energy Shield", "+(6-8) to maximum Mana", statOrder = { 842, 874 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Kingfisher's", "(14-20)% increased Evasion and Energy Shield", "+(9-16) to maximum Mana", statOrder = { 842, 874 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Owl's", "(21-26)% increased Evasion and Energy Shield", "+(17-20) to maximum Mana", statOrder = { 842, 874 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Hawk's", "(27-32)% increased Evasion and Energy Shield", "+(21-26) to maximum Mana", statOrder = { 842, 874 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Eagle's", "(33-38)% increased Evasion and Energy Shield", "+(27-32) to maximum Mana", statOrder = { 842, 874 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedEvasionAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Falcon's", "(39-42)% increased Evasion and Energy Shield", "+(33-39) to maximum Mana", statOrder = { 842, 874 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, - ["LocalIncreasedArmourAndBase1"] = { type = "Prefix", affix = "Abalone's", "+(7-11) to Armour", "(6-13)% increased Armour", statOrder = { 834, 837 }, level = 10, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedArmourAndBase2"] = { type = "Prefix", affix = "Snail's", "+(12-29) to Armour", "(14-20)% increased Armour", statOrder = { 834, 837 }, level = 19, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedArmourAndBase3"] = { type = "Prefix", affix = "Tortoise's", "+(30-39) to Armour", "(21-26)% increased Armour", statOrder = { 834, 837 }, level = 30, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedArmourAndBase4"] = { type = "Prefix", affix = "Pangolin's", "+(40-53) to Armour", "(27-32)% increased Armour", statOrder = { 834, 837 }, level = 44, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedArmourAndBase5"] = { type = "Prefix", affix = "Shelled", "+(54-69) to Armour", "(33-38)% increased Armour", statOrder = { 834, 837 }, level = 60, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedArmourAndBase6"] = { type = "Prefix", affix = "Hardened", "+(70-86) to Armour", "(39-42)% increased Armour", statOrder = { 834, 837 }, level = 78, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, - ["LocalIncreasedEvasionAndBase1"] = { type = "Prefix", affix = "Impala's", "+(5-8) to Evasion Rating", "(6-13)% increased Evasion Rating", statOrder = { 835, 838 }, level = 10, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEvasionAndBase2"] = { type = "Prefix", affix = "Buck's", "+(9-24) to Evasion Rating", "(14-20)% increased Evasion Rating", statOrder = { 835, 838 }, level = 19, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEvasionAndBase3"] = { type = "Prefix", affix = "Moose's", "+(25-34) to Evasion Rating", "(21-26)% increased Evasion Rating", statOrder = { 835, 838 }, level = 30, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEvasionAndBase4"] = { type = "Prefix", affix = "Deer's", "+(35-47) to Evasion Rating", "(27-32)% increased Evasion Rating", statOrder = { 835, 838 }, level = 44, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEvasionAndBase5"] = { type = "Prefix", affix = "Caribou's", "+(48-62) to Evasion Rating", "(33-38)% increased Evasion Rating", statOrder = { 835, 838 }, level = 60, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEvasionAndBase6"] = { type = "Prefix", affix = "Antelope's", "+(63-79) to Evasion Rating", "(39-42)% increased Evasion Rating", statOrder = { 835, 838 }, level = 78, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, - ["LocalIncreasedEnergyShieldAndBase1"] = { type = "Prefix", affix = "Deacon's", "+(4-7) to maximum Energy Shield", "(6-13)% increased Energy Shield", statOrder = { 836, 839 }, level = 10, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedEnergyShieldAndBase2"] = { type = "Prefix", affix = "Cardinal's", "+(8-13) to maximum Energy Shield", "(14-20)% increased Energy Shield", statOrder = { 836, 839 }, level = 19, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedEnergyShieldAndBase3"] = { type = "Prefix", affix = "Priest's", "+(14-16) to maximum Energy Shield", "(21-26)% increased Energy Shield", statOrder = { 836, 839 }, level = 30, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedEnergyShieldAndBase4"] = { type = "Prefix", affix = "High Priest's", "+(17-20) to maximum Energy Shield", "(27-32)% increased Energy Shield", statOrder = { 836, 839 }, level = 44, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedEnergyShieldAndBase5"] = { type = "Prefix", affix = "Archon's", "+(21-25) to maximum Energy Shield", "(33-38)% increased Energy Shield", statOrder = { 836, 839 }, level = 60, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedEnergyShieldAndBase6"] = { type = "Prefix", affix = "Divine", "+(26-30) to maximum Energy Shield", "(39-42)% increased Energy Shield", statOrder = { 836, 839 }, level = 78, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, - ["LocalIncreasedArmourAndEvasionAndBase1"] = { type = "Prefix", affix = "Swordsman's", "+(4-6) to Armour", "+(3-5) to Evasion Rating", "(6-13)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 10, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEvasionAndBase2"] = { type = "Prefix", affix = "Fighter's", "+(7-15) to Armour", "+(6-12) to Evasion Rating", "(14-20)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 19, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEvasionAndBase3"] = { type = "Prefix", affix = "Veteran's", "+(16-20) to Armour", "+(13-17) to Evasion Rating", "(21-26)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 30, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEvasionAndBase4"] = { type = "Prefix", affix = "Warrior's", "+(21-27) to Armour", "+(18-24) to Evasion Rating", "(27-32)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 44, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEvasionAndBase5"] = { type = "Prefix", affix = "Knight's", "+(28-34) to Armour", "+(25-31) to Evasion Rating", "(33-38)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEvasionAndBase6"] = { type = "Prefix", affix = "Centurion's", "+(35-43) to Armour", "+(32-39) to Evasion Rating", "(39-42)% increased Armour and Evasion", statOrder = { 834, 835, 840 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Faithful", "+(4-6) to Armour", "+(2-4) to maximum Energy Shield", "(6-13)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 10, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Noble's", "+(7-15) to Armour", "+(5-6) to maximum Energy Shield", "(14-20)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 19, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Inquisitor's", "+(16-20) to Armour", "+(7-8) to maximum Energy Shield", "(21-26)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 30, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Crusader's", "+(21-27) to Armour", "+(9-10) to maximum Energy Shield", "(27-32)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 44, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Paladin's", "+(28-34) to Armour", "+(11-12) to maximum Energy Shield", "(33-38)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedArmourAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Grand", "+(35-43) to Armour", "+(13-15) to maximum Energy Shield", "(39-42)% increased Armour and Energy Shield", statOrder = { 834, 836, 841 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Pursuer's", "+(3-5) to Evasion Rating", "+(2-4) to maximum Energy Shield", "(6-13)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 10, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Tracker's", "+(6-12) to Evasion Rating", "+(5-6) to maximum Energy Shield", "(14-20)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 19, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Chaser's", "+(13-17) to Evasion Rating", "+(7-8) to maximum Energy Shield", "(21-26)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 30, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Phantom's", "+(18-24) to Evasion Rating", "+(9-10) to maximum Energy Shield", "(27-32)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 44, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Rogue's", "+(25-31) to Evasion Rating", "+(11-12) to maximum Energy Shield", "(33-38)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["LocalIncreasedEvasionAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Stalker's", "+(32-39) to Evasion Rating", "+(13-15) to maximum Energy Shield", "(39-42)% increased Evasion and Energy Shield", statOrder = { 835, 836, 842 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, - ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "15% reduced Attribute Requirements", statOrder = { 921 }, level = 24, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, - ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "20% reduced Attribute Requirements", statOrder = { 921 }, level = 32, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, - ["ReducedLocalAttributeRequirements3"] = { type = "Suffix", affix = "of the Talented", "25% reduced Attribute Requirements", statOrder = { 921 }, level = 40, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, - ["ReducedLocalAttributeRequirements4"] = { type = "Suffix", affix = "of the Skilled", "30% reduced Attribute Requirements", statOrder = { 921 }, level = 52, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, - ["ReducedLocalAttributeRequirements5"] = { type = "Suffix", affix = "of the Proficient", "35% reduced Attribute Requirements", statOrder = { 921 }, level = 60, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(5-8) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(9-12) to Strength", statOrder = { 943 }, level = 11, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(13-16) to Strength", statOrder = { 943 }, level = 22, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(17-20) to Strength", statOrder = { 943 }, level = 33, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(21-24) to Strength", statOrder = { 943 }, level = 44, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(25-27) to Strength", statOrder = { 943 }, level = 55, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(28-30) to Strength", statOrder = { 943 }, level = 66, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(31-33) to Strength", statOrder = { 943 }, level = 74, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "mace", "axe", "sword", "spear", "flail", "crossbow", "sceptre", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(34-36) to Strength", statOrder = { 943 }, level = 81, group = "Strength", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(5-8) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(9-12) to Dexterity", statOrder = { 944 }, level = 11, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(13-16) to Dexterity", statOrder = { 944 }, level = 22, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(17-20) to Dexterity", statOrder = { 944 }, level = 33, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(21-24) to Dexterity", statOrder = { 944 }, level = 44, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(25-27) to Dexterity", statOrder = { 944 }, level = 55, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(28-30) to Dexterity", statOrder = { 944 }, level = 66, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(31-33) to Dexterity", statOrder = { 944 }, level = 74, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "sword", "spear", "claw", "warstaff", "dagger", "bow", "crossbow", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(34-36) to Dexterity", statOrder = { 944 }, level = 81, group = "Dexterity", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(5-8) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(9-12) to Intelligence", statOrder = { 945 }, level = 11, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(13-16) to Intelligence", statOrder = { 945 }, level = 22, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(17-20) to Intelligence", statOrder = { 945 }, level = 33, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(21-24) to Intelligence", statOrder = { 945 }, level = 44, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(25-27) to Intelligence", statOrder = { 945 }, level = 55, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(28-30) to Intelligence", statOrder = { 945 }, level = 66, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(31-33) to Intelligence", statOrder = { 945 }, level = 74, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "dagger", "warstaff", "flail", "wand", "staff", "sceptre", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(34-36) to Intelligence", statOrder = { 945 }, level = 81, group = "Intelligence", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(2-4) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-7) to all Attributes", statOrder = { 942 }, level = 11, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(8-10) to all Attributes", statOrder = { 942 }, level = 22, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(11-13) to all Attributes", statOrder = { 942 }, level = 33, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(14-16) to all Attributes", statOrder = { 942 }, level = 44, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(17-18) to all Attributes", statOrder = { 942 }, level = 55, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(19-20) to all Attributes", statOrder = { 942 }, level = 66, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes8"] = { type = "Suffix", affix = "of the Multiverse", "+(21-22) to all Attributes", statOrder = { 942 }, level = 75, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributes9_"] = { type = "Suffix", affix = "of the Infinite", "+(23-24) to all Attributes", statOrder = { 942 }, level = 82, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(11-15)% to Fire Resistance", statOrder = { 954 }, level = 12, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(16-20)% to Fire Resistance", statOrder = { 954 }, level = 24, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(21-25)% to Fire Resistance", statOrder = { 954 }, level = 36, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(26-30)% to Fire Resistance", statOrder = { 954 }, level = 48, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(31-35)% to Fire Resistance", statOrder = { 954 }, level = 60, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist7"] = { type = "Suffix", affix = "of Magma", "+(36-40)% to Fire Resistance", statOrder = { 954 }, level = 71, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(41-45)% to Fire Resistance", statOrder = { 954 }, level = 82, group = "FireResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["ColdResist1"] = { type = "Suffix", affix = "of the Seal", "+(6-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist2"] = { type = "Suffix", affix = "of the Penguin", "+(11-15)% to Cold Resistance", statOrder = { 955 }, level = 14, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist3"] = { type = "Suffix", affix = "of the Narwhal", "+(16-20)% to Cold Resistance", statOrder = { 955 }, level = 26, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(21-25)% to Cold Resistance", statOrder = { 955 }, level = 38, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(26-30)% to Cold Resistance", statOrder = { 955 }, level = 50, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(31-35)% to Cold Resistance", statOrder = { 955 }, level = 60, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(36-40)% to Cold Resistance", statOrder = { 955 }, level = 71, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(41-45)% to Cold Resistance", statOrder = { 955 }, level = 82, group = "ColdResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-10)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(11-15)% to Lightning Resistance", statOrder = { 956 }, level = 13, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(16-20)% to Lightning Resistance", statOrder = { 956 }, level = 25, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(21-25)% to Lightning Resistance", statOrder = { 956 }, level = 37, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(26-30)% to Lightning Resistance", statOrder = { 956 }, level = 49, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(31-35)% to Lightning Resistance", statOrder = { 956 }, level = 60, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(36-40)% to Lightning Resistance", statOrder = { 956 }, level = 71, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(41-45)% to Lightning Resistance", statOrder = { 956 }, level = 82, group = "LightningResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all Elemental Resistances", statOrder = { 953 }, level = 12, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all Elemental Resistances", statOrder = { 953 }, level = 26, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all Elemental Resistances", statOrder = { 953 }, level = 40, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all Elemental Resistances", statOrder = { 953 }, level = 54, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all Elemental Resistances", statOrder = { 953 }, level = 68, group = "AllResistances", weightKey = { "str_int_shield", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all Elemental Resistances", statOrder = { 953 }, level = 80, group = "AllResistances", weightKey = { "str_int_shield", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["NearbyAlliesAllResistances1"] = { type = "Suffix", affix = "of Adjustment", "Allies in your Presence have +(3-5)% to all Elemental Resistances", statOrder = { 892 }, level = 12, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["NearbyAlliesAllResistances2"] = { type = "Suffix", affix = "of Acclimatisation", "Allies in your Presence have +(6-8)% to all Elemental Resistances", statOrder = { 892 }, level = 26, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["NearbyAlliesAllResistances3"] = { type = "Suffix", affix = "of Adaptation", "Allies in your Presence have +(9-11)% to all Elemental Resistances", statOrder = { 892 }, level = 40, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["NearbyAlliesAllResistances4"] = { type = "Suffix", affix = "of Evolution", "Allies in your Presence have +(12-14)% to all Elemental Resistances", statOrder = { 892 }, level = 54, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["NearbyAlliesAllResistances5"] = { type = "Suffix", affix = "of Progression", "Allies in your Presence have +(15-16)% to all Elemental Resistances", statOrder = { 892 }, level = 68, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["NearbyAlliesAllResistances6"] = { type = "Suffix", affix = "of Metamorphosis", "Allies in your Presence have +(17-18)% to all Elemental Resistances", statOrder = { 892 }, level = 80, group = "AlliesInPresenceAllResistances", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 3850614073, }, + ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(4-7)% to Chaos Resistance", statOrder = { 957 }, level = 16, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(8-11)% to Chaos Resistance", statOrder = { 957 }, level = 30, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(12-15)% to Chaos Resistance", statOrder = { 957 }, level = 44, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(16-19)% to Chaos Resistance", statOrder = { 957 }, level = 56, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(20-23)% to Chaos Resistance", statOrder = { 957 }, level = 68, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(24-27)% to Chaos Resistance", statOrder = { 957 }, level = 81, group = "ChaosResistance", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["IncreasedLife1"] = { type = "Prefix", affix = "Hale", "+(10-19) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife2"] = { type = "Prefix", affix = "Healthy", "+(20-29) to maximum Life", statOrder = { 866 }, level = 6, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife3"] = { type = "Prefix", affix = "Sanguine", "+(30-39) to maximum Life", statOrder = { 866 }, level = 16, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife4"] = { type = "Prefix", affix = "Stalwart", "+(40-59) to maximum Life", statOrder = { 866 }, level = 24, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife5"] = { type = "Prefix", affix = "Stout", "+(60-69) to maximum Life", statOrder = { 866 }, level = 33, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife6"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrder = { 866 }, level = 38, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife7"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrder = { 866 }, level = 46, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife8"] = { type = "Prefix", affix = "Virile", "+(100-119) to maximum Life", statOrder = { 866 }, level = 54, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife9"] = { type = "Prefix", affix = "Athlete's", "+(120-149) to maximum Life", statOrder = { 866 }, level = 60, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "gloves", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife10"] = { type = "Prefix", affix = "Fecund", "+(150-174) to maximum Life", statOrder = { 866 }, level = 65, group = "IncreasedLife", weightKey = { "body_armour", "shield", "helmet", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife11"] = { type = "Prefix", affix = "Vigorous", "+(175-189) to maximum Life", statOrder = { 866 }, level = 70, group = "IncreasedLife", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife12"] = { type = "Prefix", affix = "Rapturous", "+(190-199) to maximum Life", statOrder = { 866 }, level = 75, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["IncreasedLife13"] = { type = "Prefix", affix = "Prime", "+(200-214) to maximum Life", statOrder = { 866 }, level = 80, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["MaximumLifeIncrease1"] = { type = "Prefix", affix = "Hopeful", "(3-4)% increased maximum Life", statOrder = { 867 }, level = 33, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["MaximumLifeIncrease2"] = { type = "Prefix", affix = "Optimistic", "(5-6)% increased maximum Life", statOrder = { 867 }, level = 60, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["MaximumLifeIncrease3"] = { type = "Prefix", affix = "Confident", "(7-8)% increased maximum Life", statOrder = { 867 }, level = 75, group = "MaximumLifeIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(10-14) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(15-24) to maximum Mana", statOrder = { 868 }, level = 6, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-34) to maximum Mana", statOrder = { 868 }, level = 16, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana4"] = { type = "Prefix", affix = "Teal", "+(35-54) to maximum Mana", statOrder = { 868 }, level = 25, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(55-64) to maximum Mana", statOrder = { 868 }, level = 33, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(65-79) to maximum Mana", statOrder = { 868 }, level = 38, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(80-89) to maximum Mana", statOrder = { 868 }, level = 46, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(90-104) to maximum Mana", statOrder = { 868 }, level = 54, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(105-124) to maximum Mana", statOrder = { 868 }, level = 60, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "helmet", "gloves", "boots", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(125-149) to maximum Mana", statOrder = { 868 }, level = 65, group = "IncreasedMana", weightKey = { "ring", "amulet", "helmet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(150-164) to maximum Mana", statOrder = { 868 }, level = 70, group = "IncreasedMana", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(165-179) to maximum Mana", statOrder = { 868 }, level = 75, group = "IncreasedMana", weightKey = { "ring", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(180-189) to maximum Mana", statOrder = { 868 }, level = 82, group = "IncreasedMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(14-20) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(21-34) to maximum Mana", statOrder = { 868 }, level = 6, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(35-48) to maximum Mana", statOrder = { 868 }, level = 16, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(49-76) to maximum Mana", statOrder = { 868 }, level = 25, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(77-90) to maximum Mana", statOrder = { 868 }, level = 33, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(91-111) to maximum Mana", statOrder = { 868 }, level = 38, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(112-125) to maximum Mana", statOrder = { 868 }, level = 46, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(126-146) to maximum Mana", statOrder = { 868 }, level = 54, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(147-174) to maximum Mana", statOrder = { 868 }, level = 60, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(175-209) to maximum Mana", statOrder = { 868 }, level = 65, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(210-230) to maximum Mana", statOrder = { 868 }, level = 70, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(231-251) to maximum Mana", statOrder = { 868 }, level = 75, group = "IncreasedMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["MaximumManaIncrease1"] = { type = "Prefix", affix = "Cognizant", "(3-4)% increased maximum Mana", statOrder = { 869 }, level = 33, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["MaximumManaIncrease2"] = { type = "Prefix", affix = "Perceptive", "(5-6)% increased maximum Mana", statOrder = { 869 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["MaximumManaIncrease3"] = { type = "Prefix", affix = "Mnemonic", "(7-8)% increased maximum Mana", statOrder = { 869 }, level = 75, group = "MaximumManaIncreasePercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(12-22) to Armour", statOrder = { 860 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(23-42) to Armour", statOrder = { 860 }, level = 11, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(43-54) to Armour", statOrder = { 860 }, level = 16, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(55-81) to Armour", statOrder = { 860 }, level = 25, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(82-106) to Armour", statOrder = { 860 }, level = 33, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(107-138) to Armour", statOrder = { 860 }, level = 46, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(139-168) to Armour", statOrder = { 860 }, level = 54, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(169-195) to Armour", statOrder = { 860 }, level = 65, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating9"] = { type = "Prefix", affix = "Abating", "+(196-224) to Armour", statOrder = { 860 }, level = 70, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(225-255) to Armour", statOrder = { 860 }, level = 80, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(8-15) to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(16-33) to Evasion Rating", statOrder = { 862 }, level = 11, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(34-44) to Evasion Rating", statOrder = { 862 }, level = 16, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(45-69) to Evasion Rating", statOrder = { 862 }, level = 25, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(70-93) to Evasion Rating", statOrder = { 862 }, level = 33, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(94-123) to Evasion Rating", statOrder = { 862 }, level = 46, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(124-151) to Evasion Rating", statOrder = { 862 }, level = 54, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(152-176) to Evasion Rating", statOrder = { 862 }, level = 65, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEvasionRating9"] = { type = "Prefix", affix = "Adroit", "+(177-203) to Evasion Rating", statOrder = { 862 }, level = 70, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(8-14) to maximum Energy Shield", statOrder = { 864 }, level = 1, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(15-20) to maximum Energy Shield", statOrder = { 864 }, level = 11, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(21-24) to maximum Energy Shield", statOrder = { 864 }, level = 16, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(25-33) to maximum Energy Shield", statOrder = { 864 }, level = 25, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(34-41) to maximum Energy Shield", statOrder = { 864 }, level = 33, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-51) to maximum Energy Shield", statOrder = { 864 }, level = 46, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(52-61) to maximum Energy Shield", statOrder = { 864 }, level = 54, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(62-70) to maximum Energy Shield", statOrder = { 864 }, level = 65, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(71-79) to maximum Energy Shield", statOrder = { 864 }, level = 70, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(80-89) to maximum Energy Shield", statOrder = { 864 }, level = 80, group = "EnergyShield", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(10-14)% increased Armour", statOrder = { 861 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(15-20)% increased Armour", statOrder = { 861 }, level = 16, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(21-26)% increased Armour", statOrder = { 861 }, level = 33, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(27-32)% increased Armour", statOrder = { 861 }, level = 46, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(33-38)% increased Armour", statOrder = { 861 }, level = 54, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(39-44)% increased Armour", statOrder = { 861 }, level = 65, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(45-50)% increased Armour", statOrder = { 861 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(10-14)% increased Evasion Rating", statOrder = { 863 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(15-20)% increased Evasion Rating", statOrder = { 863 }, level = 16, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(21-26)% increased Evasion Rating", statOrder = { 863 }, level = 33, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(27-32)% increased Evasion Rating", statOrder = { 863 }, level = 46, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(33-38)% increased Evasion Rating", statOrder = { 863 }, level = 54, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(39-44)% increased Evasion Rating", statOrder = { 863 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(45-50)% increased Evasion Rating", statOrder = { 863 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(10-14)% increased maximum Energy Shield", statOrder = { 865 }, level = 2, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(15-20)% increased maximum Energy Shield", statOrder = { 865 }, level = 16, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(21-26)% increased maximum Energy Shield", statOrder = { 865 }, level = 33, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(27-32)% increased maximum Energy Shield", statOrder = { 865 }, level = 46, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(33-38)% increased maximum Energy Shield", statOrder = { 865 }, level = 54, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(39-44)% increased maximum Energy Shield", statOrder = { 865 }, level = 65, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(45-50)% increased maximum Energy Shield", statOrder = { 865 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(16-27) to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(28-50) to Armour", statOrder = { 829 }, level = 8, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(51-68) to Armour", statOrder = { 829 }, level = 16, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(69-82) to Armour", statOrder = { 829 }, level = 25, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-102) to Armour", statOrder = { 829 }, level = 33, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(103-122) to Armour", statOrder = { 829 }, level = 46, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(123-160) to Armour", statOrder = { 829 }, level = 54, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(161-202) to Armour", statOrder = { 829 }, level = 60, group = "LocalPhysicalDamageReductionRating", weightKey = { "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(203-225) to Armour", statOrder = { 829 }, level = 65, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(226-256) to Armour", statOrder = { 829 }, level = 75, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(257-276) to Armour", statOrder = { 829 }, level = 79, group = "LocalPhysicalDamageReductionRating", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(11-18) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(19-39) to Evasion Rating", statOrder = { 830 }, level = 8, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(40-56) to Evasion Rating", statOrder = { 830 }, level = 16, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(57-70) to Evasion Rating", statOrder = { 830 }, level = 25, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(71-88) to Evasion Rating", statOrder = { 830 }, level = 33, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(89-107) to Evasion Rating", statOrder = { 830 }, level = 46, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(108-142) to Evasion Rating", statOrder = { 830 }, level = 54, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(143-181) to Evasion Rating", statOrder = { 830 }, level = 60, group = "LocalEvasionRating", weightKey = { "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(182-204) to Evasion Rating", statOrder = { 830 }, level = 65, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(205-232) to Evasion Rating", statOrder = { 830 }, level = 75, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(233-251) to Evasion Rating", statOrder = { 830 }, level = 79, group = "LocalEvasionRating", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(10-17) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(18-24) to maximum Energy Shield", statOrder = { 831 }, level = 8, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(25-30) to maximum Energy Shield", statOrder = { 831 }, level = 16, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(31-35) to maximum Energy Shield", statOrder = { 831 }, level = 25, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(36-41) to maximum Energy Shield", statOrder = { 831 }, level = 33, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(42-47) to maximum Energy Shield", statOrder = { 831 }, level = 46, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Blazing", "+(48-60) to maximum Energy Shield", statOrder = { 831 }, level = 54, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Dazzling", "+(61-73) to maximum Energy Shield", statOrder = { 831 }, level = 60, group = "LocalEnergyShield", weightKey = { "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(74-80) to maximum Energy Shield", statOrder = { 831 }, level = 65, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(81-90) to maximum Energy Shield", statOrder = { 831 }, level = 70, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-96) to maximum Energy Shield", statOrder = { 831 }, level = 79, group = "LocalEnergyShield", weightKey = { "focus", "shield", "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(8-14) to Armour", "+(6-9) to Evasion Rating", statOrder = { 829, 830 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(15-35) to Armour", "+(10-30) to Evasion Rating", statOrder = { 829, 830 }, level = 16, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(36-53) to Armour", "+(31-46) to Evasion Rating", statOrder = { 829, 830 }, level = 33, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(54-65) to Armour", "+(47-57) to Evasion Rating", statOrder = { 829, 830 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(66-78) to Armour", "+(58-69) to Evasion Rating", statOrder = { 829, 830 }, level = 54, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(79-98) to Armour", "+(70-88) to Evasion Rating", statOrder = { 829, 830 }, level = 60, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(99-117) to Armour", "+(89-107) to Evasion Rating", statOrder = { 829, 830 }, level = 65, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(118-138) to Armour", "+(108-126) to Evasion Rating", statOrder = { 829, 830 }, level = 75, group = "LocalBaseArmourAndEvasionRating", weightKey = { "shield", "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2027024400, }, + ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(8-14) to Armour", "+(5-8) to maximum Energy Shield", statOrder = { 829, 831 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(15-35) to Armour", "+(9-15) to maximum Energy Shield", statOrder = { 829, 831 }, level = 16, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(36-53) to Armour", "+(16-21) to maximum Energy Shield", statOrder = { 829, 831 }, level = 33, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(54-65) to Armour", "+(22-25) to maximum Energy Shield", statOrder = { 829, 831 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(66-78) to Armour", "+(26-29) to maximum Energy Shield", statOrder = { 829, 831 }, level = 54, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(79-98) to Armour", "+(30-36) to maximum Energy Shield", statOrder = { 829, 831 }, level = 60, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(99-117) to Armour", "+(37-42) to maximum Energy Shield", statOrder = { 829, 831 }, level = 65, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(118-138) to Armour", "+(43-48) to maximum Energy Shield", statOrder = { 829, 831 }, level = 75, group = "LocalBaseArmourAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1732876862, }, + ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(6-9) to Evasion Rating", "+(5-8) to maximum Energy Shield", statOrder = { 830, 831 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-30) to Evasion Rating", "+(9-15) to maximum Energy Shield", statOrder = { 830, 831 }, level = 16, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(31-46) to Evasion Rating", "+(16-21) to maximum Energy Shield", statOrder = { 830, 831 }, level = 33, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(47-57) to Evasion Rating", "+(22-25) to maximum Energy Shield", statOrder = { 830, 831 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(58-69) to Evasion Rating", "+(26-29) to maximum Energy Shield", statOrder = { 830, 831 }, level = 54, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(70-88) to Evasion Rating", "+(30-36) to maximum Energy Shield", statOrder = { 830, 831 }, level = 60, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(89-107) to Evasion Rating", "+(37-42) to maximum Energy Shield", statOrder = { 830, 831 }, level = 65, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Banshee's", "+(108-126) to Evasion Rating", "+(43-48) to maximum Energy Shield", statOrder = { 830, 831 }, level = 75, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased Armour", statOrder = { 832 }, level = 2, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased Armour", statOrder = { 832 }, level = 16, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased Armour", statOrder = { 832 }, level = 35, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased Armour", statOrder = { 832 }, level = 46, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased Armour", statOrder = { 832 }, level = 54, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased Armour", statOrder = { 832 }, level = 60, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased Armour", statOrder = { 832 }, level = 65, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased Armour", statOrder = { 832 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased Evasion Rating", statOrder = { 833 }, level = 2, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased Evasion Rating", statOrder = { 833 }, level = 16, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased Evasion Rating", statOrder = { 833 }, level = 33, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased Evasion Rating", statOrder = { 833 }, level = 46, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased Evasion Rating", statOrder = { 833 }, level = 54, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased Evasion Rating", statOrder = { 833 }, level = 60, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased Evasion Rating", statOrder = { 833 }, level = 65, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased Evasion Rating", statOrder = { 833 }, level = 75, group = "LocalEvasionRatingIncreasePercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(15-26)% increased Energy Shield", statOrder = { 834 }, level = 2, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased Energy Shield", statOrder = { 834 }, level = 16, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased Energy Shield", statOrder = { 834 }, level = 33, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased Energy Shield", statOrder = { 834 }, level = 46, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased Energy Shield", statOrder = { 834 }, level = 54, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased Energy Shield", statOrder = { 834 }, level = 60, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased Energy Shield", statOrder = { 834 }, level = 65, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased Energy Shield", statOrder = { 834 }, level = 75, group = "LocalEnergyShieldPercent", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased Armour and Evasion", statOrder = { 835 }, level = 2, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased Armour and Evasion", statOrder = { 835 }, level = 16, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased Armour and Evasion", statOrder = { 835 }, level = 33, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased Armour and Evasion", statOrder = { 835 }, level = 46, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased Armour and Evasion", statOrder = { 835 }, level = 54, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased Armour and Evasion", statOrder = { 835 }, level = 60, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased Armour and Evasion", statOrder = { 835 }, level = 65, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased Armour and Evasion", statOrder = { 835 }, level = 75, group = "LocalArmourAndEvasion", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased Armour and Energy Shield", statOrder = { 836 }, level = 2, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased Armour and Energy Shield", statOrder = { 836 }, level = 16, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased Armour and Energy Shield", statOrder = { 836 }, level = 33, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased Armour and Energy Shield", statOrder = { 836 }, level = 46, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased Armour and Energy Shield", statOrder = { 836 }, level = 54, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased Armour and Energy Shield", statOrder = { 836 }, level = 60, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 65, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased Armour and Energy Shield", statOrder = { 836 }, level = 75, group = "LocalArmourAndEnergyShield", weightKey = { "int_armour", "str_dex_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 2, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 16, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 33, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 46, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 54, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 60, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 65, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 75, group = "LocalEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1, 1, 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["LocalArmourAndStunThreshold1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour", "+(8-13) to Stun Threshold", statOrder = { 832, 990 }, level = 10, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalArmourAndStunThreshold2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour", "+(14-24) to Stun Threshold", statOrder = { 832, 990 }, level = 19, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalArmourAndStunThreshold3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour", "+(25-40) to Stun Threshold", statOrder = { 832, 990 }, level = 38, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalArmourAndStunThreshold4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour", "+(41-63) to Stun Threshold", statOrder = { 832, 990 }, level = 48, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalArmourAndStunThreshold5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour", "+(64-94) to Stun Threshold", statOrder = { 832, 990 }, level = 63, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalArmourAndStunThreshold6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour", "+(95-136) to Stun Threshold", statOrder = { 832, 990 }, level = 74, group = "LocalArmourAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3124696006, }, + ["LocalEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion Rating", "+(8-13) to Stun Threshold", statOrder = { 833, 990 }, level = 10, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion Rating", "+(14-24) to Stun Threshold", statOrder = { 833, 990 }, level = 19, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion Rating", "+(25-40) to Stun Threshold", statOrder = { 833, 990 }, level = 38, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion Rating", "+(41-63) to Stun Threshold", statOrder = { 833, 990 }, level = 48, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEvasionAndStunThreshold5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion Rating", "+(64-94) to Stun Threshold", statOrder = { 833, 990 }, level = 63, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion Rating", "+(95-136) to Stun Threshold", statOrder = { 833, 990 }, level = 74, group = "LocalEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 708917690, }, + ["LocalEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 834, 990 }, level = 10, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 834, 990 }, level = 19, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 834, 990 }, level = 38, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 834, 990 }, level = 48, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 834, 990 }, level = 63, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 834, 990 }, level = 74, group = "LocalEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 13201622, }, + ["LocalArmourAndEvasionAndStunThreshold1"] = { type = "Prefix", affix = "Captain's", "(6-13)% increased Armour and Evasion", "+(8-13) to Stun Threshold", statOrder = { 835, 990 }, level = 10, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEvasionAndStunThreshold2"] = { type = "Prefix", affix = "Commander's", "(14-20)% increased Armour and Evasion", "+(14-24) to Stun Threshold", statOrder = { 835, 990 }, level = 19, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEvasionAndStunThreshold3"] = { type = "Prefix", affix = "Magnate's", "(21-26)% increased Armour and Evasion", "+(25-40) to Stun Threshold", statOrder = { 835, 990 }, level = 38, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEvasionAndStunThreshold4"] = { type = "Prefix", affix = "Marshal's", "(27-32)% increased Armour and Evasion", "+(41-63) to Stun Threshold", statOrder = { 835, 990 }, level = 48, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEvasionAndStunThreshold5"] = { type = "Prefix", affix = "General's", "(33-38)% increased Armour and Evasion", "+(64-94) to Stun Threshold", statOrder = { 835, 990 }, level = 63, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEvasionAndStunThreshold6"] = { type = "Prefix", affix = "Warlord's", "(39-42)% increased Armour and Evasion", "+(95-136) to Stun Threshold", statOrder = { 835, 990 }, level = 74, group = "LocalArmourAndEvasionAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 56999850, }, + ["LocalArmourAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Defender's", "(6-13)% increased Armour and Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 836, 990 }, level = 10, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalArmourAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Protector's", "(14-20)% increased Armour and Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 836, 990 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalArmourAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Keeper's", "(21-26)% increased Armour and Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 836, 990 }, level = 38, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalArmourAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Guardian's", "(27-32)% increased Armour and Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 836, 990 }, level = 48, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalArmourAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Warden's", "(33-38)% increased Armour and Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 836, 990 }, level = 63, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalArmourAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Sentinel's", "(39-42)% increased Armour and Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 836, 990 }, level = 74, group = "LocalArmourAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 3257628838, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold1"] = { type = "Prefix", affix = "Intuitive", "(6-13)% increased Evasion and Energy Shield", "+(8-13) to Stun Threshold", statOrder = { 837, 990 }, level = 10, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold2"] = { type = "Prefix", affix = "Psychic", "(14-20)% increased Evasion and Energy Shield", "+(14-24) to Stun Threshold", statOrder = { 837, 990 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold3"] = { type = "Prefix", affix = "Telepath's", "(21-26)% increased Evasion and Energy Shield", "+(25-40) to Stun Threshold", statOrder = { 837, 990 }, level = 38, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold4"] = { type = "Prefix", affix = "Illusionist's", "(27-32)% increased Evasion and Energy Shield", "+(41-63) to Stun Threshold", statOrder = { 837, 990 }, level = 48, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold5"] = { type = "Prefix", affix = "Mentalist's", "(33-38)% increased Evasion and Energy Shield", "+(64-94) to Stun Threshold", statOrder = { 837, 990 }, level = 63, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalEvasionAndEnergyShieldAndStunThreshold6"] = { type = "Prefix", affix = "Trickster's", "(39-42)% increased Evasion and Energy Shield", "+(95-136) to Stun Threshold", statOrder = { 837, 990 }, level = 74, group = "LocalEvasionAndEnergyShieldAndStunThreshold", weightKey = { "body_armour", "helmet", "gloves", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { }, tradeHash = 321206944, }, + ["LocalIncreasedArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "(6-13)% increased Armour", "+(7-10) to maximum Life", statOrder = { 832, 866 }, level = 8, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedArmourAndLife2"] = { type = "Prefix", affix = "Lobster's", "(14-20)% increased Armour", "+(11-19) to maximum Life", statOrder = { 832, 866 }, level = 16, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedArmourAndLife3"] = { type = "Prefix", affix = "Urchin's", "(21-26)% increased Armour", "+(20-25) to maximum Life", statOrder = { 832, 866 }, level = 33, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedArmourAndLife4"] = { type = "Prefix", affix = "Nautilus'", "(27-32)% increased Armour", "+(26-32) to maximum Life", statOrder = { 832, 866 }, level = 46, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedArmourAndLife5"] = { type = "Prefix", affix = "Octopus'", "(33-38)% increased Armour", "+(33-41) to maximum Life", statOrder = { 832, 866 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedArmourAndLife6"] = { type = "Prefix", affix = "Crocodile's", "(39-42)% increased Armour", "+(42-49) to maximum Life", statOrder = { 832, 866 }, level = 78, group = "LocalIncreasedArmourAndLife", weightKey = { "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "resource", "life", "defences" }, tradeHash = 1450041969, }, + ["LocalIncreasedEvasionAndLife1"] = { type = "Prefix", affix = "Flea's", "(6-13)% increased Evasion Rating", "+(7-10) to maximum Life", statOrder = { 833, 866 }, level = 8, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEvasionAndLife2"] = { type = "Prefix", affix = "Fawn's", "(14-20)% increased Evasion Rating", "+(11-19) to maximum Life", statOrder = { 833, 866 }, level = 16, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEvasionAndLife3"] = { type = "Prefix", affix = "Mouflon's", "(21-26)% increased Evasion Rating", "+(20-25) to maximum Life", statOrder = { 833, 866 }, level = 33, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEvasionAndLife4"] = { type = "Prefix", affix = "Ram's", "(27-32)% increased Evasion Rating", "+(26-32) to maximum Life", statOrder = { 833, 866 }, level = 46, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEvasionAndLife5"] = { type = "Prefix", affix = "Ibex's", "(33-38)% increased Evasion Rating", "+(33-41) to maximum Life", statOrder = { 833, 866 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEvasionAndLife6"] = { type = "Prefix", affix = "Stag's", "(39-42)% increased Evasion Rating", "+(42-49) to maximum Life", statOrder = { 833, 866 }, level = 78, group = "LocalIncreasedEvasionAndLife", weightKey = { "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "evasion", "resource", "life", "defences" }, tradeHash = 608219736, }, + ["LocalIncreasedEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "(6-13)% increased Energy Shield", "+(7-10) to maximum Life", statOrder = { 834, 866 }, level = 8, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "(14-20)% increased Energy Shield", "+(11-19) to maximum Life", statOrder = { 834, 866 }, level = 16, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedEnergyShieldAndLife3"] = { type = "Prefix", affix = "Abbot's", "(21-26)% increased Energy Shield", "+(20-25) to maximum Life", statOrder = { 834, 866 }, level = 33, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bishop's", "(27-32)% increased Energy Shield", "+(26-32) to maximum Life", statOrder = { 834, 866 }, level = 46, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedEnergyShieldAndLife5"] = { type = "Prefix", affix = "Exarch's", "(33-38)% increased Energy Shield", "+(33-41) to maximum Life", statOrder = { 834, 866 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedEnergyShieldAndLife6"] = { type = "Prefix", affix = "Pope's", "(39-42)% increased Energy Shield", "+(42-49) to maximum Life", statOrder = { 834, 866 }, level = 78, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2254567948, }, + ["LocalIncreasedArmourAndEvasionAndLife1"] = { type = "Prefix", affix = "Bully's", "(6-13)% increased Armour and Evasion", "+(7-10) to maximum Life", statOrder = { 835, 866 }, level = 8, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEvasionAndLife2"] = { type = "Prefix", affix = "Thug's", "(14-20)% increased Armour and Evasion", "+(11-19) to maximum Life", statOrder = { 835, 866 }, level = 16, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEvasionAndLife3"] = { type = "Prefix", affix = "Brute's", "(21-26)% increased Armour and Evasion", "+(20-25) to maximum Life", statOrder = { 835, 866 }, level = 33, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEvasionAndLife4"] = { type = "Prefix", affix = "Assailant's", "(27-32)% increased Armour and Evasion", "+(26-32) to maximum Life", statOrder = { 835, 866 }, level = 46, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEvasionAndLife5"] = { type = "Prefix", affix = "Aggressor's", "(33-38)% increased Armour and Evasion", "+(33-41) to maximum Life", statOrder = { 835, 866 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEvasionAndLife6"] = { type = "Prefix", affix = "Predator's", "(39-42)% increased Armour and Evasion", "+(42-49) to maximum Life", statOrder = { 835, 866 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "life", "defences" }, tradeHash = 3411345689, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Augur's", "(6-13)% increased Armour and Energy Shield", "+(7-10) to maximum Life", statOrder = { 836, 866 }, level = 8, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Auspex's", "(14-20)% increased Armour and Energy Shield", "+(11-19) to maximum Life", statOrder = { 836, 866 }, level = 16, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Druid's", "(21-26)% increased Armour and Energy Shield", "+(20-25) to maximum Life", statOrder = { 836, 866 }, level = 33, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Haruspex's", "(27-32)% increased Armour and Energy Shield", "+(26-32) to maximum Life", statOrder = { 836, 866 }, level = 46, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Visionary's", "(33-38)% increased Armour and Energy Shield", "+(33-41) to maximum Life", statOrder = { 836, 866 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedArmourAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Prophet's", "(39-42)% increased Armour and Energy Shield", "+(42-49) to maximum Life", statOrder = { 836, 866 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "life", "defences" }, tradeHash = 1726026513, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Poet's", "(6-13)% increased Evasion and Energy Shield", "+(7-10) to maximum Life", statOrder = { 837, 866 }, level = 8, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Musician's", "(14-20)% increased Evasion and Energy Shield", "+(11-19) to maximum Life", statOrder = { 837, 866 }, level = 16, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Troubadour's", "(21-26)% increased Evasion and Energy Shield", "+(20-25) to maximum Life", statOrder = { 837, 866 }, level = 33, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Bard's", "(27-32)% increased Evasion and Energy Shield", "+(26-32) to maximum Life", statOrder = { 837, 866 }, level = 46, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife5"] = { type = "Prefix", affix = "Minstrel's", "(33-38)% increased Evasion and Energy Shield", "+(33-41) to maximum Life", statOrder = { 837, 866 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedEvasionAndEnergyShieldAndLife6"] = { type = "Prefix", affix = "Maestro's", "(39-42)% increased Evasion and Energy Shield", "+(42-49) to maximum Life", statOrder = { 837, 866 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "life", "defences" }, tradeHash = 3573086761, }, + ["LocalIncreasedArmourAndMana1"] = { type = "Prefix", affix = "Imposing", "(6-13)% increased Armour", "+(6-8) to maximum Mana", statOrder = { 832, 868 }, level = 8, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedArmourAndMana2"] = { type = "Prefix", affix = "Venerable", "(14-20)% increased Armour", "+(9-16) to maximum Mana", statOrder = { 832, 868 }, level = 16, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedArmourAndMana3"] = { type = "Prefix", affix = "Regal", "(21-26)% increased Armour", "+(17-20) to maximum Mana", statOrder = { 832, 868 }, level = 33, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedArmourAndMana4"] = { type = "Prefix", affix = "Colossal", "(27-32)% increased Armour", "+(21-26) to maximum Mana", statOrder = { 832, 868 }, level = 46, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedArmourAndMana5"] = { type = "Prefix", affix = "Chieftain's", "(33-38)% increased Armour", "+(27-32) to maximum Mana", statOrder = { 832, 868 }, level = 60, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedArmourAndMana6"] = { type = "Prefix", affix = "Ancestral", "(39-42)% increased Armour", "+(33-39) to maximum Mana", statOrder = { 832, 868 }, level = 78, group = "LocalIncreasedArmourAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "resource", "mana", "defences" }, tradeHash = 3857989420, }, + ["LocalIncreasedEvasionAndMana1"] = { type = "Prefix", affix = "Nomad's", "(6-13)% increased Evasion Rating", "+(6-8) to maximum Mana", statOrder = { 833, 868 }, level = 8, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEvasionAndMana2"] = { type = "Prefix", affix = "Drifter's", "(14-20)% increased Evasion Rating", "+(9-16) to maximum Mana", statOrder = { 833, 868 }, level = 16, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEvasionAndMana3"] = { type = "Prefix", affix = "Traveller's", "(21-26)% increased Evasion Rating", "+(17-20) to maximum Mana", statOrder = { 833, 868 }, level = 33, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEvasionAndMana4"] = { type = "Prefix", affix = "Explorer's", "(27-32)% increased Evasion Rating", "+(21-26) to maximum Mana", statOrder = { 833, 868 }, level = 46, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEvasionAndMana5"] = { type = "Prefix", affix = "Wayfarer's", "(33-38)% increased Evasion Rating", "+(27-32) to maximum Mana", statOrder = { 833, 868 }, level = 60, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEvasionAndMana6"] = { type = "Prefix", affix = "Wanderer's", "(39-42)% increased Evasion Rating", "+(33-39) to maximum Mana", statOrder = { 833, 868 }, level = 78, group = "LocalIncreasedEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "resource", "mana", "defences" }, tradeHash = 442061895, }, + ["LocalIncreasedEnergyShieldAndMana1"] = { type = "Prefix", affix = "Imbued", "(6-13)% increased Energy Shield", "+(6-8) to maximum Mana", statOrder = { 834, 868 }, level = 8, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedEnergyShieldAndMana2"] = { type = "Prefix", affix = "Serene", "(14-20)% increased Energy Shield", "+(9-16) to maximum Mana", statOrder = { 834, 868 }, level = 16, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedEnergyShieldAndMana3"] = { type = "Prefix", affix = "Sacred", "(21-26)% increased Energy Shield", "+(17-20) to maximum Mana", statOrder = { 834, 868 }, level = 33, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedEnergyShieldAndMana4"] = { type = "Prefix", affix = "Celestial", "(27-32)% increased Energy Shield", "+(21-26) to maximum Mana", statOrder = { 834, 868 }, level = 46, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedEnergyShieldAndMana5"] = { type = "Prefix", affix = "Heavenly", "(33-38)% increased Energy Shield", "+(27-32) to maximum Mana", statOrder = { 834, 868 }, level = 60, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedEnergyShieldAndMana6"] = { type = "Prefix", affix = "Angel's", "(39-42)% increased Energy Shield", "+(33-39) to maximum Mana", statOrder = { 834, 868 }, level = 78, group = "LocalIncreasedEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 2575265261, }, + ["LocalIncreasedArmourAndEvasionAndMana1"] = { type = "Prefix", affix = "Rhoa's", "(6-13)% increased Armour and Evasion", "+(6-8) to maximum Mana", statOrder = { 835, 868 }, level = 8, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEvasionAndMana2"] = { type = "Prefix", affix = "Rhex's", "(14-20)% increased Armour and Evasion", "+(9-16) to maximum Mana", statOrder = { 835, 868 }, level = 16, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEvasionAndMana3"] = { type = "Prefix", affix = "Chimeral's", "(21-26)% increased Armour and Evasion", "+(17-20) to maximum Mana", statOrder = { 835, 868 }, level = 33, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEvasionAndMana4"] = { type = "Prefix", affix = "Bull's", "(27-32)% increased Armour and Evasion", "+(21-26) to maximum Mana", statOrder = { 835, 868 }, level = 46, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEvasionAndMana5"] = { type = "Prefix", affix = "Minotaur's", "(33-38)% increased Armour and Evasion", "+(27-32) to maximum Mana", statOrder = { 835, 868 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEvasionAndMana6"] = { type = "Prefix", affix = "Cerberus'", "(39-42)% increased Armour and Evasion", "+(33-39) to maximum Mana", statOrder = { 835, 868 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "resource", "mana", "defences" }, tradeHash = 2542768617, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Coelacanth's", "(6-13)% increased Armour and Energy Shield", "+(6-8) to maximum Mana", statOrder = { 836, 868 }, level = 8, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Swordfish's", "(14-20)% increased Armour and Energy Shield", "+(9-16) to maximum Mana", statOrder = { 836, 868 }, level = 16, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Shark's", "(21-26)% increased Armour and Energy Shield", "+(17-20) to maximum Mana", statOrder = { 836, 868 }, level = 33, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Dolphin's", "(27-32)% increased Armour and Energy Shield", "+(21-26) to maximum Mana", statOrder = { 836, 868 }, level = 46, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Orca's", "(33-38)% increased Armour and Energy Shield", "+(27-32) to maximum Mana", statOrder = { 836, 868 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedArmourAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Whale's", "(39-42)% increased Armour and Energy Shield", "+(33-39) to maximum Mana", statOrder = { 836, 868 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "resource", "mana", "defences" }, tradeHash = 4153895707, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana1"] = { type = "Prefix", affix = "Vulture's", "(6-13)% increased Evasion and Energy Shield", "+(6-8) to maximum Mana", statOrder = { 837, 868 }, level = 8, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana2"] = { type = "Prefix", affix = "Kingfisher's", "(14-20)% increased Evasion and Energy Shield", "+(9-16) to maximum Mana", statOrder = { 837, 868 }, level = 16, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana3"] = { type = "Prefix", affix = "Owl's", "(21-26)% increased Evasion and Energy Shield", "+(17-20) to maximum Mana", statOrder = { 837, 868 }, level = 33, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana4"] = { type = "Prefix", affix = "Hawk's", "(27-32)% increased Evasion and Energy Shield", "+(21-26) to maximum Mana", statOrder = { 837, 868 }, level = 46, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana5"] = { type = "Prefix", affix = "Eagle's", "(33-38)% increased Evasion and Energy Shield", "+(27-32) to maximum Mana", statOrder = { 837, 868 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedEvasionAndEnergyShieldAndMana6"] = { type = "Prefix", affix = "Falcon's", "(39-42)% increased Evasion and Energy Shield", "+(33-39) to maximum Mana", statOrder = { 837, 868 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndMana", weightKey = { "body_armour", "shield", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "evasion", "resource", "mana", "defences" }, tradeHash = 1674203138, }, + ["LocalIncreasedArmourAndBase1"] = { type = "Prefix", affix = "Abalone's", "+(7-11) to Armour", "(6-13)% increased Armour", statOrder = { 829, 832 }, level = 8, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedArmourAndBase2"] = { type = "Prefix", affix = "Snail's", "+(12-29) to Armour", "(14-20)% increased Armour", statOrder = { 829, 832 }, level = 16, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedArmourAndBase3"] = { type = "Prefix", affix = "Tortoise's", "+(30-39) to Armour", "(21-26)% increased Armour", statOrder = { 829, 832 }, level = 33, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedArmourAndBase4"] = { type = "Prefix", affix = "Pangolin's", "+(40-53) to Armour", "(27-32)% increased Armour", statOrder = { 829, 832 }, level = 46, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedArmourAndBase5"] = { type = "Prefix", affix = "Shelled", "+(54-69) to Armour", "(33-38)% increased Armour", statOrder = { 829, 832 }, level = 60, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedArmourAndBase6"] = { type = "Prefix", affix = "Hardened", "+(70-86) to Armour", "(39-42)% increased Armour", statOrder = { 829, 832 }, level = 78, group = "LocalIncreasedArmourAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 3173428781, }, + ["LocalIncreasedEvasionAndBase1"] = { type = "Prefix", affix = "Impala's", "+(5-8) to Evasion Rating", "(6-13)% increased Evasion Rating", statOrder = { 830, 833 }, level = 8, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEvasionAndBase2"] = { type = "Prefix", affix = "Buck's", "+(9-24) to Evasion Rating", "(14-20)% increased Evasion Rating", statOrder = { 830, 833 }, level = 16, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEvasionAndBase3"] = { type = "Prefix", affix = "Moose's", "+(25-34) to Evasion Rating", "(21-26)% increased Evasion Rating", statOrder = { 830, 833 }, level = 33, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEvasionAndBase4"] = { type = "Prefix", affix = "Deer's", "+(35-47) to Evasion Rating", "(27-32)% increased Evasion Rating", statOrder = { 830, 833 }, level = 46, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEvasionAndBase5"] = { type = "Prefix", affix = "Caribou's", "+(48-62) to Evasion Rating", "(33-38)% increased Evasion Rating", statOrder = { 830, 833 }, level = 60, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEvasionAndBase6"] = { type = "Prefix", affix = "Antelope's", "+(63-79) to Evasion Rating", "(39-42)% increased Evasion Rating", statOrder = { 830, 833 }, level = 78, group = "LocalIncreasedEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 1611513609, }, + ["LocalIncreasedEnergyShieldAndBase1"] = { type = "Prefix", affix = "Deacon's", "+(4-7) to maximum Energy Shield", "(6-13)% increased Energy Shield", statOrder = { 831, 834 }, level = 8, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedEnergyShieldAndBase2"] = { type = "Prefix", affix = "Cardinal's", "+(8-13) to maximum Energy Shield", "(14-20)% increased Energy Shield", statOrder = { 831, 834 }, level = 16, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedEnergyShieldAndBase3"] = { type = "Prefix", affix = "Priest's", "+(14-16) to maximum Energy Shield", "(21-26)% increased Energy Shield", statOrder = { 831, 834 }, level = 33, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedEnergyShieldAndBase4"] = { type = "Prefix", affix = "High Priest's", "+(17-20) to maximum Energy Shield", "(27-32)% increased Energy Shield", statOrder = { 831, 834 }, level = 46, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedEnergyShieldAndBase5"] = { type = "Prefix", affix = "Archon's", "+(21-25) to maximum Energy Shield", "(33-38)% increased Energy Shield", statOrder = { 831, 834 }, level = 60, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedEnergyShieldAndBase6"] = { type = "Prefix", affix = "Divine", "+(26-30) to maximum Energy Shield", "(39-42)% increased Energy Shield", statOrder = { 831, 834 }, level = 78, group = "LocalIncreasedEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "focus", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1057037123, }, + ["LocalIncreasedArmourAndEvasionAndBase1"] = { type = "Prefix", affix = "Swordsman's", "+(4-6) to Armour", "+(3-5) to Evasion Rating", "(6-13)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 8, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEvasionAndBase2"] = { type = "Prefix", affix = "Fighter's", "+(7-15) to Armour", "+(6-12) to Evasion Rating", "(14-20)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 16, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEvasionAndBase3"] = { type = "Prefix", affix = "Veteran's", "+(16-20) to Armour", "+(13-17) to Evasion Rating", "(21-26)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 33, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEvasionAndBase4"] = { type = "Prefix", affix = "Warrior's", "+(21-27) to Armour", "+(18-24) to Evasion Rating", "(27-32)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 46, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEvasionAndBase5"] = { type = "Prefix", affix = "Knight's", "+(28-34) to Armour", "+(25-31) to Evasion Rating", "(33-38)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEvasionAndBase6"] = { type = "Prefix", affix = "Centurion's", "+(35-43) to Armour", "+(32-39) to Evasion Rating", "(39-42)% increased Armour and Evasion", statOrder = { 829, 830, 835 }, level = 78, group = "LocalIncreasedArmourAndEvasionAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 843965701, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Faithful", "+(4-6) to Armour", "+(2-4) to maximum Energy Shield", "(6-13)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 8, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Noble's", "+(7-15) to Armour", "+(5-6) to maximum Energy Shield", "(14-20)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 16, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Inquisitor's", "+(16-20) to Armour", "+(7-8) to maximum Energy Shield", "(21-26)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 33, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Crusader's", "+(21-27) to Armour", "+(9-10) to maximum Energy Shield", "(27-32)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 46, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Paladin's", "+(28-34) to Armour", "+(11-12) to maximum Energy Shield", "(33-38)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedArmourAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Grand", "+(35-43) to Armour", "+(13-15) to maximum Energy Shield", "(39-42)% increased Armour and Energy Shield", statOrder = { 829, 831, 836 }, level = 78, group = "LocalIncreasedArmourAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3547254555, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase1"] = { type = "Prefix", affix = "Pursuer's", "+(3-5) to Evasion Rating", "+(2-4) to maximum Energy Shield", "(6-13)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 8, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase2"] = { type = "Prefix", affix = "Tracker's", "+(6-12) to Evasion Rating", "+(5-6) to maximum Energy Shield", "(14-20)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 16, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase3"] = { type = "Prefix", affix = "Chaser's", "+(13-17) to Evasion Rating", "+(7-8) to maximum Energy Shield", "(21-26)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 33, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase4"] = { type = "Prefix", affix = "Phantom's", "+(18-24) to Evasion Rating", "+(9-10) to maximum Energy Shield", "(27-32)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 46, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase5"] = { type = "Prefix", affix = "Rogue's", "+(25-31) to Evasion Rating", "+(11-12) to maximum Energy Shield", "(33-38)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["LocalIncreasedEvasionAndEnergyShieldAndBase6"] = { type = "Prefix", affix = "Stalker's", "+(32-39) to Evasion Rating", "+(13-15) to maximum Energy Shield", "(39-42)% increased Evasion and Energy Shield", statOrder = { 830, 831, 837 }, level = 78, group = "LocalIncreasedEvasionAndEnergyShieldAndBase", weightKey = { "helmet", "gloves", "boots", "shield", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 0 }, modTags = { "evasion", "energy_shield", "defences" }, tradeHash = 531422609, }, + ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "15% reduced Attribute Requirements", statOrder = { 918 }, level = 24, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "20% reduced Attribute Requirements", statOrder = { 918 }, level = 32, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["ReducedLocalAttributeRequirements3"] = { type = "Suffix", affix = "of the Talented", "25% reduced Attribute Requirements", statOrder = { 918 }, level = 40, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["ReducedLocalAttributeRequirements4"] = { type = "Suffix", affix = "of the Skilled", "30% reduced Attribute Requirements", statOrder = { 918 }, level = 52, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, + ["ReducedLocalAttributeRequirements5"] = { type = "Suffix", affix = "of the Proficient", "35% reduced Attribute Requirements", statOrder = { 918 }, level = 60, group = "LocalAttributeRequirements", weightKey = { "weapon", "wand", "staff", "sceptre", "body_armour", "helmet", "shield", "focus", "gloves", "boots", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 3639275092, }, ["StunThreshold1"] = { type = "Suffix", affix = "of Thick Skin", "+(6-11) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 915769802, }, ["StunThreshold2"] = { type = "Suffix", affix = "of Reinforced Skin", "+(12-29) to Stun Threshold", statOrder = { 990 }, level = 8, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 915769802, }, ["StunThreshold3"] = { type = "Suffix", affix = "of Stone Skin", "+(30-49) to Stun Threshold", statOrder = { 990 }, level = 15, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 915769802, }, @@ -439,694 +439,712 @@ return { ["StunThreshold9"] = { type = "Suffix", affix = "of Corundum Skin", "+(207-253) to Stun Threshold", statOrder = { 990 }, level = 63, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 915769802, }, ["StunThreshold10"] = { type = "Suffix", affix = "of Obsidian Skin", "+(254-304) to Stun Threshold", statOrder = { 990 }, level = 72, group = "StunThreshold", weightKey = { "body_armour", "boots", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { }, tradeHash = 915769802, }, ["StunThreshold11"] = { type = "Suffix", affix = "of Titanium Skin", "+(305-352) to Stun Threshold", statOrder = { 990 }, level = 80, group = "StunThreshold", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 915769802, }, - ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrder = { 829 }, level = 15, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrder = { 829 }, level = 30, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrder = { 829 }, level = 50, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrder = { 829 }, level = 70, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrder = { 829 }, level = 82, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "(1-2) to (3-4) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "(5-7) to (7-10) Physical Thorns damage", statOrder = { 9217 }, level = 10, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "(11-16) to (15-23) Physical Thorns damage", statOrder = { 9217 }, level = 20, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Pointed", "(24-35) to (35-53) Physical Thorns damage", statOrder = { 9217 }, level = 35, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage5"] = { type = "Prefix", affix = "Spiked", "(40-60) to (61-92) Physical Thorns damage", statOrder = { 9217 }, level = 48, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage6"] = { type = "Prefix", affix = "Edged", "(64-97) to (97-145) Physical Thorns damage", statOrder = { 9217 }, level = 61, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AttackerTakesDamage7"] = { type = "Prefix", affix = "Jagged", "(101-151) to (146-220) Physical Thorns damage", statOrder = { 9217 }, level = 75, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to 3 Physical Damage to Attacks", statOrder = { 845 }, level = 5, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-6) Physical Damage to Attacks", statOrder = { 845 }, level = 13, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (2-4) to (5-8) Physical Damage to Attacks", statOrder = { 845 }, level = 19, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (8-11) Physical Damage to Attacks", statOrder = { 845 }, level = 28, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 845 }, level = 35, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-10) to (12-17) Physical Damage to Attacks", statOrder = { 845 }, level = 44, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-11) to (14-20) Physical Damage to Attacks", statOrder = { 845 }, level = 52, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (10-15) to (18-26) Physical Damage to Attacks", statOrder = { 845 }, level = 64, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (12-19) to (22-32) Physical Damage to Attacks", statOrder = { 845 }, level = 76, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to 3 Fire damage to Attacks", statOrder = { 846 }, level = 1, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (6-9) Fire damage to Attacks", statOrder = { 846 }, level = 12, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (5-8) to (9-13) Fire damage to Attacks", statOrder = { 846 }, level = 20, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (7-11) to (12-17) Fire damage to Attacks", statOrder = { 846 }, level = 28, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (8-13) to (14-20) Fire damage to Attacks", statOrder = { 846 }, level = 35, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-16) to (17-26) Fire damage to Attacks", statOrder = { 846 }, level = 44, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-19) to (20-30) Fire damage to Attacks", statOrder = { 846 }, level = 52, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (16-24) to (25-38) Fire damage to Attacks", statOrder = { 846 }, level = 64, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (19-29) to (30-45) Fire damage to Attacks", statOrder = { 846 }, level = 76, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold damage to Attacks", statOrder = { 847 }, level = 1, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (5-8) Cold damage to Attacks", statOrder = { 847 }, level = 13, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (4-6) to (7-11) Cold damage to Attacks", statOrder = { 847 }, level = 21, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (10-14) Cold damage to Attacks", statOrder = { 847 }, level = 29, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (7-10) to (11-17) Cold damage to Attacks", statOrder = { 847 }, level = 36, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (9-13) to (14-21) Cold damage to Attacks", statOrder = { 847 }, level = 45, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (10-15) to (16-24) Cold damage to Attacks", statOrder = { 847 }, level = 53, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (13-20) to (21-31) Cold damage to Attacks", statOrder = { 847 }, level = 65, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (16-24) to (25-37) Cold damage to Attacks", statOrder = { 847 }, level = 77, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-6) Lightning damage to Attacks", statOrder = { 848 }, level = 1, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (10-15) Lightning damage to Attacks", statOrder = { 848 }, level = 13, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (15-22) Lightning damage to Attacks", statOrder = { 848 }, level = 22, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 1 to (18-27) Lightning damage to Attacks", statOrder = { 848 }, level = 28, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds 1 to (21-32) Lightning damage to Attacks", statOrder = { 848 }, level = 35, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-2) to (27-40) Lightning damage to Attacks", statOrder = { 848 }, level = 44, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-2) to (31-47) Lightning damage to Attacks", statOrder = { 848 }, level = 52, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-3) to (40-59) Lightning damage to Attacks", statOrder = { 848 }, level = 64, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-4) to (48-71) Lightning damage to Attacks", statOrder = { 848 }, level = 76, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (4-5) Physical Damage", statOrder = { 824 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-6) to (7-11) Physical Damage", statOrder = { 824 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (11-16) Physical Damage", statOrder = { 824 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (14-21) Physical Damage", statOrder = { 824 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (10-15) to (18-26) Physical Damage", statOrder = { 824 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-20) to (23-35) Physical Damage", statOrder = { 824 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-24) to (28-42) Physical Damage", statOrder = { 824 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (21-31) to (36-53) Physical Damage", statOrder = { 824 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (26-39) to (44-66) Physical Damage", statOrder = { 824 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds (2-3) to (5-7) Physical Damage", statOrder = { 824 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (5-8) to (10-15) Physical Damage", statOrder = { 824 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (8-12) to (15-22) Physical Damage", statOrder = { 824 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (11-17) to (20-30) Physical Damage", statOrder = { 824 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (14-21) to (25-37) Physical Damage", statOrder = { 824 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (19-29) to (33-49) Physical Damage", statOrder = { 824 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (23-35) to (39-59) Physical Damage", statOrder = { 824 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (29-44) to (50-75) Physical Damage", statOrder = { 824 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (37-55) to (63-94) Physical Damage", statOrder = { 824 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-5) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (4-6) to (7-10) Fire Damage", statOrder = { 825 }, level = 11, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (7-11) to (12-18) Fire Damage", statOrder = { 825 }, level = 18, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (11-17) to (18-26) Fire Damage", statOrder = { 825 }, level = 26, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (14-21) to (22-33) Fire Damage", statOrder = { 825 }, level = 33, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (20-30) to (31-46) Fire Damage", statOrder = { 825 }, level = 42, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (26-39) to (40-59) Fire Damage", statOrder = { 825 }, level = 51, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (35-52) to (53-79) Fire Damage", statOrder = { 825 }, level = 62, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (45-67) to (68-102) Fire Damage", statOrder = { 825 }, level = 74, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (52-78) to (79-119) Fire Damage", statOrder = { 825 }, level = 81, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (2-4) to (5-7) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (6-9) to (10-15) Fire Damage", statOrder = { 825 }, level = 11, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (10-16) to (17-25) Fire Damage", statOrder = { 825 }, level = 18, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (16-24) to (25-37) Fire Damage", statOrder = { 825 }, level = 26, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (20-31) to (32-47) Fire Damage", statOrder = { 825 }, level = 33, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (28-43) to (44-65) Fire Damage", statOrder = { 825 }, level = 42, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (37-55) to (56-84) Fire Damage", statOrder = { 825 }, level = 51, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (49-74) to (75-113) Fire Damage", statOrder = { 825 }, level = 62, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (64-96) to (97-146) Fire Damage", statOrder = { 825 }, level = 74, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (74-112) to (113-169) Fire Damage", statOrder = { 825 }, level = 81, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-5) to (6-9) Cold Damage", statOrder = { 826 }, level = 12, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (6-9) to (10-15) Cold Damage", statOrder = { 826 }, level = 19, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (9-14) to (15-22) Cold Damage", statOrder = { 826 }, level = 27, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (12-18) to (19-28) Cold Damage", statOrder = { 826 }, level = 34, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (16-25) to (26-38) Cold Damage", statOrder = { 826 }, level = 43, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (21-32) to (33-49) Cold Damage", statOrder = { 826 }, level = 52, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (28-43) to (44-65) Cold Damage", statOrder = { 826 }, level = 63, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (37-55) to (56-84) Cold Damage", statOrder = { 826 }, level = 75, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (42-63) to (64-95) Cold Damage", statOrder = { 826 }, level = 81, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (4-6) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (5-8) to (9-13) Cold Damage", statOrder = { 826 }, level = 12, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (9-13) to (14-21) Cold Damage", statOrder = { 826 }, level = 19, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (13-20) to (21-31) Cold Damage", statOrder = { 826 }, level = 27, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (17-25) to (26-39) Cold Damage", statOrder = { 826 }, level = 34, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (23-35) to (36-54) Cold Damage", statOrder = { 826 }, level = 43, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (30-45) to (46-69) Cold Damage", statOrder = { 826 }, level = 52, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (40-61) to (62-92) Cold Damage", statOrder = { 826 }, level = 63, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (52-79) to (80-119) Cold Damage", statOrder = { 826 }, level = 75, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (59-89) to (90-135) Cold Damage", statOrder = { 826 }, level = 81, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-6) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (13-18) Lightning Damage", statOrder = { 827 }, level = 13, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (19-28) Lightning Damage", statOrder = { 827 }, level = 19, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-3) to (33-47) Lightning Damage", statOrder = { 827 }, level = 31, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (37-52) Lightning Damage", statOrder = { 827 }, level = 34, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (49-70) Lightning Damage", statOrder = { 827 }, level = 42, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-5) to (62-89) Lightning Damage", statOrder = { 827 }, level = 51, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-7) to (86-123) Lightning Damage", statOrder = { 827 }, level = 63, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-8) to (108-155) Lightning Damage", statOrder = { 827 }, level = 74, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-10) to (125-180) Lightning Damage", statOrder = { 827 }, level = 81, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 1 to (7-10) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (18-25) Lightning Damage", statOrder = { 827 }, level = 13, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (28-39) Lightning Damage", statOrder = { 827 }, level = 19, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-66) Lightning Damage", statOrder = { 827 }, level = 31, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (1-4) to (52-74) Lightning Damage", statOrder = { 827 }, level = 34, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (1-5) to (69-99) Lightning Damage", statOrder = { 827 }, level = 42, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (1-7) to (88-127) Lightning Damage", statOrder = { 827 }, level = 51, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (1-10) to (122-175) Lightning Damage", statOrder = { 827 }, level = 63, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-12) to (154-221) Lightning Damage", statOrder = { 827 }, level = 74, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-14) to (178-256) Lightning Damage", statOrder = { 827 }, level = 81, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["NearbyAlliesAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Allies in your Presence deal (1-2) to (3-4) added Attack Physical Damage", statOrder = { 885 }, level = 5, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Allies in your Presence deal (2-3) to (4-6) added Attack Physical Damage", statOrder = { 885 }, level = 13, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Allies in your Presence deal (2-4) to (5-8) added Attack Physical Damage", statOrder = { 885 }, level = 19, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Allies in your Presence deal (4-6) to (8-11) added Attack Physical Damage", statOrder = { 885 }, level = 28, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Allies in your Presence deal (5-7) to (9-13) added Attack Physical Damage", statOrder = { 885 }, level = 35, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Allies in your Presence deal (6-10) to (12-17) added Attack Physical Damage", statOrder = { 885 }, level = 44, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Allies in your Presence deal (7-11) to (14-20) added Attack Physical Damage", statOrder = { 885 }, level = 52, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Allies in your Presence deal (10-15) to (18-26) added Attack Physical Damage", statOrder = { 885 }, level = 64, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Allies in your Presence deal (12-19) to (22-32) added Attack Physical Damage", statOrder = { 885 }, level = 76, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, - ["NearbyAlliesAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Allies in your Presence deal (1-2) to (3-4) added Attack Fire Damage", statOrder = { 886 }, level = 1, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Allies in your Presence deal (3-5) to (6-9) added Attack Fire Damage", statOrder = { 886 }, level = 12, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Allies in your Presence deal (5-8) to (9-13) added Attack Fire Damage", statOrder = { 886 }, level = 20, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Allies in your Presence deal (7-11) to (12-17) added Attack Fire Damage", statOrder = { 886 }, level = 28, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Allies in your Presence deal (8-13) to (14-20) added Attack Fire Damage", statOrder = { 886 }, level = 35, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Allies in your Presence deal (11-16) to (17-26) added Attack Fire Damage", statOrder = { 886 }, level = 44, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Allies in your Presence deal (13-19) to (20-30) added Attack Fire Damage", statOrder = { 886 }, level = 52, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Allies in your Presence deal (16-24) to (25-38) added Attack Fire Damage", statOrder = { 886 }, level = 64, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Allies in your Presence deal (19-29) to (30-45) added Attack Fire Damage", statOrder = { 886 }, level = 76, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["NearbyAlliesAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Allies in your Presence deal (1-2) to (3-4) added Attack Cold Damage", statOrder = { 887 }, level = 1, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Allies in your Presence deal (3-4) to (5-8) added Attack Cold Damage", statOrder = { 887 }, level = 13, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Allies in your Presence deal (4-6) to (7-11) added Attack Cold Damage", statOrder = { 887 }, level = 21, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Allies in your Presence deal (6-9) to (10-14) added Attack Cold Damage", statOrder = { 887 }, level = 29, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Allies in your Presence deal (7-10) to (11-17) added Attack Cold Damage", statOrder = { 887 }, level = 36, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Allies in your Presence deal (9-13) to (14-21) added Attack Cold Damage", statOrder = { 887 }, level = 45, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Allies in your Presence deal (10-15) to (16-24) added Attack Cold Damage", statOrder = { 887 }, level = 53, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Allies in your Presence deal (13-20) to (21-31) added Attack Cold Damage", statOrder = { 887 }, level = 65, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Allies in your Presence deal (16-24) to (25-37) added Attack Cold Damage", statOrder = { 887 }, level = 77, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["NearbyAlliesAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Allies in your Presence deal 1 to (5-7) added Attack Lightning Damage", statOrder = { 888 }, level = 1, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Allies in your Presence deal 1 to (10-15) added Attack Lightning Damage", statOrder = { 888 }, level = 13, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Allies in your Presence deal 1 to (15-22) added Attack Lightning Damage", statOrder = { 888 }, level = 22, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Allies in your Presence deal 1 to (18-27) added Attack Lightning Damage", statOrder = { 888 }, level = 28, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Allies in your Presence deal 1 to (21-32) added Attack Lightning Damage", statOrder = { 888 }, level = 35, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Allies in your Presence deal (1-2) to (27-40) added Attack Lightning Damage", statOrder = { 888 }, level = 44, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Allies in your Presence deal (1-2) to (31-47) added Attack Lightning Damage", statOrder = { 888 }, level = 52, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Allies in your Presence deal (1-3) to (40-59) added Attack Lightning Damage", statOrder = { 888 }, level = 64, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["NearbyAlliesAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Allies in your Presence deal (1-4) to (48-71) added Attack Lightning Damage", statOrder = { 888 }, level = 76, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased Physical Damage", statOrder = { 823 }, level = 11, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased Physical Damage", statOrder = { 823 }, level = 23, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased Physical Damage", statOrder = { 823 }, level = 35, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased Physical Damage", statOrder = { 823 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased Physical Damage", statOrder = { 823 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased Physical Damage", statOrder = { 823 }, level = 73, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased Physical Damage", statOrder = { 823 }, level = 82, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased Physical Damage", "+(16-20) to Accuracy Rating", statOrder = { 823, 828 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased Physical Damage", "+(21-46) to Accuracy Rating", statOrder = { 823, 828 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased Physical Damage", "+(47-72) to Accuracy Rating", statOrder = { 823, 828 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased Physical Damage", "+(73-97) to Accuracy Rating", statOrder = { 823, 828 }, level = 38, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased Physical Damage", "+(98-123) to Accuracy Rating", statOrder = { 823, 828 }, level = 53, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased Physical Damage", "+(124-149) to Accuracy Rating", statOrder = { 823, 828 }, level = 65, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased Physical Damage", "+(150-174) to Accuracy Rating", statOrder = { 823, 828 }, level = 76, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased Physical Damage", "+(175-200) to Accuracy Rating", statOrder = { 823, 828 }, level = 81, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, - ["NearbyAlliesAllDamage1"] = { type = "Prefix", affix = "Coercive", "Allies in your Presence deal (25-34)% increased Damage", statOrder = { 884 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage2"] = { type = "Prefix", affix = "Agitative", "Allies in your Presence deal (35-44)% increased Damage", statOrder = { 884 }, level = 8, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage3"] = { type = "Prefix", affix = "Instigative", "Allies in your Presence deal (45-54)% increased Damage", statOrder = { 884 }, level = 19, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage4"] = { type = "Prefix", affix = "Provocative", "Allies in your Presence deal (55-64)% increased Damage", statOrder = { 884 }, level = 31, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage5"] = { type = "Prefix", affix = "Persuasive", "Allies in your Presence deal (65-74)% increased Damage", statOrder = { 884 }, level = 45, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage6"] = { type = "Prefix", affix = "Motivating", "Allies in your Presence deal (75-89)% increased Damage", statOrder = { 884 }, level = 58, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage7"] = { type = "Prefix", affix = "Inspirational", "Allies in your Presence deal (90-104)% increased Damage", statOrder = { 884 }, level = 70, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["NearbyAlliesAllDamage8"] = { type = "Prefix", affix = "Empowering", "Allies in your Presence deal (105-119)% increased Damage", statOrder = { 884 }, level = 82, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(25-34)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(35-44)% increased Spell Damage", statOrder = { 855 }, level = 11, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-54)% increased Spell Damage", statOrder = { 855 }, level = 23, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(55-64)% increased Spell Damage", statOrder = { 855 }, level = 35, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(65-74)% increased Spell Damage", statOrder = { 855 }, level = 46, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(75-89)% increased Spell Damage", statOrder = { 855 }, level = 58, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(90-104)% increased Spell Damage", statOrder = { 855 }, level = 70, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(105-119)% increased Spell Damage", statOrder = { 855 }, level = 80, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(35-49)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(50-64)% increased Spell Damage", statOrder = { 855 }, level = 11, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(65-79)% increased Spell Damage", statOrder = { 855 }, level = 23, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(80-94)% increased Spell Damage", statOrder = { 855 }, level = 35, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(95-109)% increased Spell Damage", statOrder = { 855 }, level = 46, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(110-129)% increased Spell Damage", statOrder = { 855 }, level = 58, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(130-149)% increased Spell Damage", statOrder = { 855 }, level = 70, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-169)% increased Spell Damage", statOrder = { 855 }, level = 80, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(15-19)% increased Spell Damage", "+(17-20) to maximum Mana", statOrder = { 855, 874 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(20-24)% increased Spell Damage", "+(21-24) to maximum Mana", statOrder = { 855, 874 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(25-29)% increased Spell Damage", "+(25-28) to maximum Mana", statOrder = { 855, 874 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-34)% increased Spell Damage", "+(29-33) to maximum Mana", statOrder = { 855, 874 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(35-39)% increased Spell Damage", "+(34-37) to maximum Mana", statOrder = { 855, 874 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(40-44)% increased Spell Damage", "+(38-41) to maximum Mana", statOrder = { 855, 874 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(45-49)% increased Spell Damage", "+(42-45) to maximum Mana", statOrder = { 855, 874 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(21-27)% increased Spell Damage", "+(26-30) to maximum Mana", statOrder = { 855, 874 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(28-34)% increased Spell Damage", "+(31-35) to maximum Mana", statOrder = { 855, 874 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(35-41)% increased Spell Damage", "+(36-41) to maximum Mana", statOrder = { 855, 874 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(42-48)% increased Spell Damage", "+(42-47) to maximum Mana", statOrder = { 855, 874 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(49-55)% increased Spell Damage", "+(48-53) to maximum Mana", statOrder = { 855, 874 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(56-62)% increased Spell Damage", "+(54-59) to maximum Mana", statOrder = { 855, 874 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(64-69)% increased Spell Damage", "+(60-64) to maximum Mana", statOrder = { 855, 874 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, - ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(25-34)% increased Fire Damage", statOrder = { 857 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(35-44)% increased Fire Damage", statOrder = { 857 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-54)% increased Fire Damage", statOrder = { 857 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(55-64)% increased Fire Damage", statOrder = { 857 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Smoldering", "(65-74)% increased Fire Damage", statOrder = { 857 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(75-89)% increased Fire Damage", statOrder = { 857 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Volcanic", "(90-104)% increased Fire Damage", statOrder = { 857 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(105-119)% increased Fire Damage", statOrder = { 857 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(35-49)% increased Fire Damage", statOrder = { 857 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(50-64)% increased Fire Damage", statOrder = { 857 }, level = 12, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(65-79)% increased Fire Damage", statOrder = { 857 }, level = 24, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(80-94)% increased Fire Damage", statOrder = { 857 }, level = 36, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Smoldering", "(95-109)% increased Fire Damage", statOrder = { 857 }, level = 47, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(110-129)% increased Fire Damage", statOrder = { 857 }, level = 59, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Volcanic", "(130-149)% increased Fire Damage", statOrder = { 857 }, level = 71, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(150-169)% increased Fire Damage", statOrder = { 857 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(25-34)% increased Cold Damage", statOrder = { 858 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(35-44)% increased Cold Damage", statOrder = { 858 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(45-54)% increased Cold Damage", statOrder = { 858 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(55-64)% increased Cold Damage", statOrder = { 858 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(65-74)% increased Cold Damage", statOrder = { 858 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Arctic", "(75-89)% increased Cold Damage", statOrder = { 858 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Crystalline", "(90-104)% increased Cold Damage", statOrder = { 858 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(105-119)% increased Cold Damage", statOrder = { 858 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(35-49)% increased Cold Damage", statOrder = { 858 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(50-64)% increased Cold Damage", statOrder = { 858 }, level = 12, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(65-79)% increased Cold Damage", statOrder = { 858 }, level = 24, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(80-94)% increased Cold Damage", statOrder = { 858 }, level = 36, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(95-109)% increased Cold Damage", statOrder = { 858 }, level = 47, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Arctic", "(110-129)% increased Cold Damage", statOrder = { 858 }, level = 59, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Crystalline", "(130-149)% increased Cold Damage", statOrder = { 858 }, level = 71, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(150-169)% increased Cold Damage", statOrder = { 858 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(25-34)% increased Lightning Damage", statOrder = { 859 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(35-44)% increased Lightning Damage", statOrder = { 859 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-54)% increased Lightning Damage", statOrder = { 859 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(55-64)% increased Lightning Damage", statOrder = { 859 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(65-74)% increased Lightning Damage", statOrder = { 859 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(75-89)% increased Lightning Damage", statOrder = { 859 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(90-104)% increased Lightning Damage", statOrder = { 859 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(105-119)% increased Lightning Damage", statOrder = { 859 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(35-49)% increased Lightning Damage", statOrder = { 859 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(50-64)% increased Lightning Damage", statOrder = { 859 }, level = 12, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(65-79)% increased Lightning Damage", statOrder = { 859 }, level = 24, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(80-94)% increased Lightning Damage", statOrder = { 859 }, level = 36, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(95-109)% increased Lightning Damage", statOrder = { 859 }, level = 47, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(110-129)% increased Lightning Damage", statOrder = { 859 }, level = 59, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(130-149)% increased Lightning Damage", statOrder = { 859 }, level = 71, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(150-169)% increased Lightning Damage", statOrder = { 859 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["ChaosDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Impure", "(25-34)% increased Chaos Damage", statOrder = { 860 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Tainted", "(35-44)% increased Chaos Damage", statOrder = { 860 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Clouded", "(45-54)% increased Chaos Damage", statOrder = { 860 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Darkened", "(55-64)% increased Chaos Damage", statOrder = { 860 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Malignant", "(65-74)% increased Chaos Damage", statOrder = { 860 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Vile", "(75-89)% increased Chaos Damage", statOrder = { 860 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Twisted", "(90-104)% increased Chaos Damage", statOrder = { 860 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Malevolent", "(105-119)% increased Chaos Damage", statOrder = { 860 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Impure", "(35-49)% increased Chaos Damage", statOrder = { 860 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Tainted", "(50-64)% increased Chaos Damage", statOrder = { 860 }, level = 12, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Clouded", "(65-79)% increased Chaos Damage", statOrder = { 860 }, level = 24, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Darkened", "(80-94)% increased Chaos Damage", statOrder = { 860 }, level = 36, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Malignant", "(95-109)% increased Chaos Damage", statOrder = { 860 }, level = 47, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Vile", "(110-129)% increased Chaos Damage", statOrder = { 860 }, level = 59, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Twisted", "(130-149)% increased Chaos Damage", statOrder = { 860 }, level = 71, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Malevolent", "(150-169)% increased Chaos Damage", statOrder = { 860 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["PhysicalDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Punishing", "(25-34)% increased Spell Physical Damage", statOrder = { 862 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(35-44)% increased Spell Physical Damage", statOrder = { 862 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Vengeful", "(45-54)% increased Spell Physical Damage", statOrder = { 862 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Sadistic", "(55-64)% increased Spell Physical Damage", statOrder = { 862 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Pitiless", "(65-74)% increased Spell Physical Damage", statOrder = { 862 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Agonising", "(75-89)% increased Spell Physical Damage", statOrder = { 862 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(90-104)% increased Spell Physical Damage", statOrder = { 862 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Torturer's", "(105-119)% increased Spell Physical Damage", statOrder = { 862 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Punishing", "(35-49)% increased Spell Physical Damage", statOrder = { 862 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(50-64)% increased Spell Physical Damage", statOrder = { 862 }, level = 12, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Vengeful", "(65-79)% increased Spell Physical Damage", statOrder = { 862 }, level = 24, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Sadistic", "(80-94)% increased Spell Physical Damage", statOrder = { 862 }, level = 36, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Pitiless", "(95-109)% increased Spell Physical Damage", statOrder = { 862 }, level = 47, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Agonising", "(110-129)% increased Spell Physical Damage", statOrder = { 862 }, level = 59, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(130-149)% increased Spell Physical Damage", statOrder = { 862 }, level = 71, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["PhysicalDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Torturer's", "(150-169)% increased Spell Physical Damage", statOrder = { 862 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, - ["TrapDamageOnWeapon1"] = { type = "Prefix", affix = "Explosive", "(25-34)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon2"] = { type = "Prefix", affix = "Eviscerating", "(35-44)% increased Trap Damage", statOrder = { 856 }, level = 11, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon3"] = { type = "Prefix", affix = "Crippling", "(45-54)% increased Trap Damage", statOrder = { 856 }, level = 23, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon4"] = { type = "Prefix", affix = "Disabling", "(55-64)% increased Trap Damage", statOrder = { 856 }, level = 35, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon5"] = { type = "Prefix", affix = "Decimating", "(65-74)% increased Trap Damage", statOrder = { 856 }, level = 46, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon6"] = { type = "Prefix", affix = "Demolishing", "(75-89)% increased Trap Damage", statOrder = { 856 }, level = 58, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon7"] = { type = "Prefix", affix = "Obliterating", "(90-104)% increased Trap Damage", statOrder = { 856 }, level = 70, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageOnWeapon8"] = { type = "Prefix", affix = "Shattering", "(105-119)% increased Trap Damage", statOrder = { 856 }, level = 80, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Sapper's", "(15-19)% increased Trap Damage", "+(17-20) to maximum Mana", statOrder = { 856, 874 }, level = 2, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Saboteur's", "(20-24)% increased Trap Damage", "+(21-24) to maximum Mana", statOrder = { 856, 874 }, level = 11, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Tinkerer's", "(25-29)% increased Trap Damage", "+(25-28) to maximum Mana", statOrder = { 856, 874 }, level = 23, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Mechanic's", "(30-34)% increased Trap Damage", "+(29-33) to maximum Mana", statOrder = { 856, 874 }, level = 35, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Engineer's", "(35-39)% increased Trap Damage", "+(34-37) to maximum Mana", statOrder = { 856, 874 }, level = 48, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Inventor's", "(40-44)% increased Trap Damage", "+(38-41) to maximum Mana", statOrder = { 856, 874 }, level = 63, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["TrapDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Artificer's", "(45-49)% increased Trap Damage", "+(42-45) to maximum Mana", statOrder = { 856, 874 }, level = 79, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, - ["GlobalSpellGemsLevel1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all Spell Skills", statOrder = { 922 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevel2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all Spell Skills", statOrder = { 922 }, level = 41, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevel3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all Spell Skills", statOrder = { 922 }, level = 75, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all Spell Skills", statOrder = { 922 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all Spell Skills", statOrder = { 922 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all Spell Skills", statOrder = { 922 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of the Wizard", "+4 to Level of all Spell Skills", statOrder = { 922 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Mage", "+(1-2) to Level of all Spell Skills", statOrder = { 922 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+3 to Level of all Spell Skills", statOrder = { 922 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Evoker", "+4 to Level of all Spell Skills", statOrder = { 922 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Sorcerer", "+(5-6) to Level of all Spell Skills", statOrder = { 922 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["GlobalFireSpellGemsLevel1_"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 5, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevel2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 41, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevel3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 75, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Immolation", "+4 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Inferno", "+5 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Coals", "+(1-2) to Level of all Fire Spell Skills", statOrder = { 923 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Cinders", "+3 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Flames", "+4 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Immolation", "+(5-6) to Level of all Fire Spell Skills", statOrder = { 923 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalFireSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Inferno", "+7 to Level of all Fire Spell Skills", statOrder = { 923 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, - ["GlobalColdSpellGemsLevel1_"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 5, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevel2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 41, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevel3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 75, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Rime", "+4 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+5 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Snow", "+(1-2) to Level of all Cold Spell Skills", statOrder = { 924 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Sleet", "+3 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ice", "+4 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Rime", "+(5-6) to Level of all Cold Spell Skills", statOrder = { 924 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalColdSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+7 to Level of all Cold Spell Skills", statOrder = { 924 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["GlobalLightningSpellGemsLevel1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 5, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevel2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 41, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevel3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 75, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Voltage", "+4 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Thunder", "+5 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Sparks", "+(1-2) to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Static", "+3 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Electricity", "+4 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Voltage", "+(5-6) to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalLightningSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Thunder", "+7 to Level of all Lightning Spell Skills", statOrder = { 925 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, - ["GlobalChaosSpellGemsLevel1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 5, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevel2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 41, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevel3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 75, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Havoc", "+4 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+5 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+(1-2) to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+3 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ruin", "+4 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Havoc", "+(5-6) to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalChaosSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+7 to Level of all Chaos Spell Skills", statOrder = { 926 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, - ["GlobalPhysicalSpellGemsLevel1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 5, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevel2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 41, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevel3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 75, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Desolation", "+4 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Grief", "+5 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Agony", "+(1-2) to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Suffering", "+3 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Torment", "+4 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Desolation", "+(5-6) to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalPhysicalSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Grief", "+7 to Level of all Physical Spell Skills", statOrder = { 1416 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, - ["GlobalMinionSpellSkillGemLevel1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all Minion Skills", statOrder = { 929 }, level = 5, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevel2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all Minion Skills", statOrder = { 929 }, level = 41, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevel3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all Minion Skills", statOrder = { 929 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all Minion Skills", statOrder = { 929 }, level = 2, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all Minion Skills", statOrder = { 929 }, level = 25, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all Minion Skills", statOrder = { 929 }, level = 55, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Slavedriver", "+4 to Level of all Minion Skills", statOrder = { 929 }, level = 78, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalMinionSpellSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Tyrant", "+5 to Level of all Minion Skills", statOrder = { 929 }, level = 81, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["GlobalTrapSkillGemLevel1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 5, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevel2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 41, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevel3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 75, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 2, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 18, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 36, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Detonation", "+4 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 55, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalTrapSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of Pyrotechnics", "+5 to Level of all Trap Skill Gems", statOrder = { 930 }, level = 81, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, - ["GlobalMeleeSkillGemLevel1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all Melee Skills", statOrder = { 927 }, level = 5, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevel2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all Melee Skills", statOrder = { 927 }, level = 41, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevel3"] = { type = "Suffix", affix = "of Battle", "+3 to Level of all Melee Skills", statOrder = { 927 }, level = 75, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all Melee Skills", statOrder = { 927 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all Melee Skills", statOrder = { 927 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Conflict", "+3 to Level of all Melee Skills", statOrder = { 927 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Battle", "+4 to Level of all Melee Skills", statOrder = { 927 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of War", "+5 to Level of all Melee Skills", statOrder = { 927 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Combat", "+(1-2) to Level of all Melee Skills", statOrder = { 927 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Dueling", "+3 to Level of all Melee Skills", statOrder = { 927 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Conflict", "+4 to Level of all Melee Skills", statOrder = { 927 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Battle", "+(5-6) to Level of all Melee Skills", statOrder = { 927 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalMeleeSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of War", "+7 to Level of all Melee Skills", statOrder = { 927 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, - ["GlobalProjectileSkillGemLevel1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all Projectile Skills", statOrder = { 928 }, level = 5, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevel2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all Projectile Skills", statOrder = { 928 }, level = 41, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevel3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all Projectile Skills", statOrder = { 928 }, level = 75, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all Projectile Skills", statOrder = { 928 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all Projectile Skills", statOrder = { 928 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all Projectile Skills", statOrder = { 928 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+4 to Level of all Projectile Skills", statOrder = { 928 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+5 to Level of all Projectile Skills", statOrder = { 928 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Archer", "+(1-2) to Level of all Projectile Skills", statOrder = { 928 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+3 to Level of all Projectile Skills", statOrder = { 928 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+4 to Level of all Projectile Skills", statOrder = { 928 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+(5-6) to Level of all Projectile Skills", statOrder = { 928 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["GlobalProjectileSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+7 to Level of all Projectile Skills", statOrder = { 928 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, - ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "(1-2) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "(2.1-3) Life Regeneration per second", statOrder = { 963 }, level = 5, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "(3.1-4) Life Regeneration per second", statOrder = { 963 }, level = 11, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "(4.1-6) Life Regeneration per second", statOrder = { 963 }, level = 17, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "(6.1-9) Life Regeneration per second", statOrder = { 963 }, level = 26, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "(9.1-13) Life Regeneration per second", statOrder = { 963 }, level = 35, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "(13.1-18) Life Regeneration per second", statOrder = { 963 }, level = 47, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration8_"] = { type = "Suffix", affix = "of Recuperation", "(18.1-23) Life Regeneration per second", statOrder = { 963 }, level = 58, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "(23.1-29) Life Regeneration per second", statOrder = { 963 }, level = 68, group = "LifeRegeneration", weightKey = { "body_armour", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Immortality", "(29.1-33) Life Regeneration per second", statOrder = { 963 }, level = 75, group = "LifeRegeneration", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["LifeRegeneration11____"] = { type = "Suffix", affix = "of the Phoenix", "(33.1-36) Life Regeneration per second", statOrder = { 963 }, level = 81, group = "LifeRegeneration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["NearbyAlliesLifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "Allies in your Presence Regenerate (1-2) Life per second", statOrder = { 896 }, level = 1, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "Allies in your Presence Regenerate (2.1-3) Life per second", statOrder = { 896 }, level = 5, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "Allies in your Presence Regenerate (3.1-4) Life per second", statOrder = { 896 }, level = 11, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "Allies in your Presence Regenerate (4.1-6) Life per second", statOrder = { 896 }, level = 17, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "Allies in your Presence Regenerate (6.1-9) Life per second", statOrder = { 896 }, level = 26, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "Allies in your Presence Regenerate (9.1-13) Life per second", statOrder = { 896 }, level = 35, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "Allies in your Presence Regenerate (13.1-18) Life per second", statOrder = { 896 }, level = 47, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration8"] = { type = "Suffix", affix = "of Recuperation", "Allies in your Presence Regenerate (18.1-23) Life per second", statOrder = { 896 }, level = 58, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "Allies in your Presence Regenerate (23.1-29) Life per second", statOrder = { 896 }, level = 68, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["NearbyAlliesLifeRegeneration10"] = { type = "Suffix", affix = "of Immortality", "Allies in your Presence Regenerate (29.1-33) Life per second", statOrder = { 896 }, level = 75, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, - ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 18, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 29, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 42, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 79, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["LifeLeech1"] = { type = "Suffix", affix = "of the Parasite", "Leech (5-5.9)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 21, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["LifeLeech2"] = { type = "Suffix", affix = "of the Locust", "Leech (6-6.9)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 38, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["LifeLeech3"] = { type = "Suffix", affix = "of the Remora", "Leech (7-7.9)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 54, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["LifeLeech4"] = { type = "Suffix", affix = "of the Lamprey", "Leech (8-8.9)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["LifeLeech5"] = { type = "Suffix", affix = "of the Vampire", "Leech (9-9.9)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 81, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["LifeLeechLocal1"] = { type = "Suffix", affix = "of the Parasite", "Leeches (5-5.9)% of Physical Damage as Life", statOrder = { 967 }, level = 21, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechLocal2"] = { type = "Suffix", affix = "of the Locust", "Leeches (6-6.9)% of Physical Damage as Life", statOrder = { 967 }, level = 38, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechLocal3"] = { type = "Suffix", affix = "of the Remora", "Leeches (7-7.9)% of Physical Damage as Life", statOrder = { 967 }, level = 54, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechLocal4"] = { type = "Suffix", affix = "of the Lamprey", "Leeches (8-8.9)% of Physical Damage as Life", statOrder = { 967 }, level = 68, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechLocal5"] = { type = "Suffix", affix = "of the Vampire", "Leeches (9-9.9)% of Physical Damage as Life", statOrder = { 967 }, level = 81, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["ManaLeech1"] = { type = "Suffix", affix = "of the Thirsty", "Leech (4-4.9)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 21, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["ManaLeech2"] = { type = "Suffix", affix = "of the Parched", "Leech (5-5.9)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 38, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["ManaLeech3"] = { type = "Suffix", affix = "of the Arid", "Leech (6-6.9)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 54, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["ManaLeech4"] = { type = "Suffix", affix = "of the Drought", "Leech (7-7.9)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["ManaLeech5"] = { type = "Suffix", affix = "of the Desperate", "Leech (8-8.9)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 81, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["ManaLeechLocal1"] = { type = "Suffix", affix = "of the Thirsty", "Leeches (4-4.9)% of Physical Damage as Mana", statOrder = { 973 }, level = 21, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["ManaLeechLocal2"] = { type = "Suffix", affix = "of the Parched", "Leeches (5-5.9)% of Physical Damage as Mana", statOrder = { 973 }, level = 38, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["ManaLeechLocal3"] = { type = "Suffix", affix = "of the Arid", "Leeches (6-6.9)% of Physical Damage as Mana", statOrder = { 973 }, level = 54, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["ManaLeechLocal4"] = { type = "Suffix", affix = "of the Drought", "Leeches (7-7.9)% of Physical Damage as Mana", statOrder = { 973 }, level = 68, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["ManaLeechLocal5"] = { type = "Suffix", affix = "of the Desperate", "Leeches (8-8.9)% of Physical Damage as Mana", statOrder = { 973 }, level = 81, group = "ManaLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (4-6) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-9) Life per Enemy Killed", statOrder = { 970 }, level = 11, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (10-18) Life per Enemy Killed", statOrder = { 970 }, level = 22, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (19-28) Life per Enemy Killed", statOrder = { 970 }, level = 33, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Vanquishing", "Gain (29-40) Life per Enemy Killed", statOrder = { 970 }, level = 44, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Valour", "Gain (41-53) Life per Enemy Killed", statOrder = { 970 }, level = 55, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Glory", "Gain (54-68) Life per Enemy Killed", statOrder = { 970 }, level = 66, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["LifeGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Legend", "Gain (69-84) Life per Enemy Killed", statOrder = { 970 }, level = 77, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed", statOrder = { 975 }, level = 12, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Infusion", "Gain (6-9) Mana per Enemy Killed", statOrder = { 975 }, level = 23, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Enveloping", "Gain (10-14) Mana per Enemy Killed", statOrder = { 975 }, level = 34, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Consumption", "Gain (15-20) Mana per Enemy Killed", statOrder = { 975 }, level = 45, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Siphoning", "Gain (21-27) Mana per Enemy Killed", statOrder = { 975 }, level = 56, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Devouring", "Gain (28-35) Mana per Enemy Killed", statOrder = { 975 }, level = 67, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["ManaGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Assimilation", "Gain (36-45) Mana per Enemy Killed", statOrder = { 975 }, level = 78, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 8, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 20, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 30, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 40, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy Hit", statOrder = { 969 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, - ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy Hit", statOrder = { 969 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, - ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy Hit", statOrder = { 969 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, - ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy Hit", statOrder = { 969 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, - ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 939 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 939 }, level = 37, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrder = { 939 }, level = 60, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 919 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 919 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrder = { 919 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased Attack Speed", statOrder = { 919 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased Attack Speed", statOrder = { 919 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased Attack Speed", statOrder = { 919 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-28)% increased Attack Speed", statOrder = { 919 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["NearbyAlliesIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "Allies in your Presence have (5-7)% increased Attack Speed", statOrder = { 893 }, level = 5, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["NearbyAlliesIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "Allies in your Presence have (8-10)% increased Attack Speed", statOrder = { 893 }, level = 20, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["NearbyAlliesIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "Allies in your Presence have (11-13)% increased Attack Speed", statOrder = { 893 }, level = 35, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["NearbyAlliesIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "Allies in your Presence have (14-16)% increased Attack Speed", statOrder = { 893 }, level = 55, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(9-12)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(13-16)% increased Cast Speed", statOrder = { 940 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(17-20)% increased Cast Speed", statOrder = { 940 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "(21-24)% increased Cast Speed", statOrder = { 940 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Legerdemain", "(25-28)% increased Cast Speed", statOrder = { 940 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Prestidigitation", "(29-32)% increased Cast Speed", statOrder = { 940 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(33-35)% increased Cast Speed", statOrder = { 940 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(14-19)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(20-25)% increased Cast Speed", statOrder = { 940 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(26-31)% increased Cast Speed", statOrder = { 940 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Sortilege", "(32-37)% increased Cast Speed", statOrder = { 940 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Legerdemain", "(38-43)% increased Cast Speed", statOrder = { 940 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Prestidigitation", "(44-49)% increased Cast Speed", statOrder = { 940 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(50-52)% increased Cast Speed", statOrder = { 940 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["NearbyAlliesIncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "Allies in your Presence have (5-8)% increased Cast Speed", statOrder = { 894 }, level = 6, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["NearbyAlliesIncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "Allies in your Presence have (9-12)% increased Cast Speed", statOrder = { 894 }, level = 21, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["NearbyAlliesIncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "Allies in your Presence have (13-16)% increased Cast Speed", statOrder = { 894 }, level = 36, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["NearbyAlliesIncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "Allies in your Presence have (17-20)% increased Cast Speed", statOrder = { 894 }, level = 56, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["IncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to Accuracy Rating", statOrder = { 864 }, level = 12, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to Accuracy Rating", statOrder = { 864 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to Accuracy Rating", statOrder = { 864 }, level = 26, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to Accuracy Rating", statOrder = { 864 }, level = 33, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to Accuracy Rating", statOrder = { 864 }, level = 41, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to Accuracy Rating", statOrder = { 864 }, level = 50, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to Accuracy Rating", statOrder = { 864 }, level = 63, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["IncreasedAccuracy9"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to Accuracy Rating", statOrder = { 864 }, level = 76, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["LocalIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to Accuracy Rating", statOrder = { 828 }, level = 12, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to Accuracy Rating", statOrder = { 828 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to Accuracy Rating", statOrder = { 828 }, level = 26, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to Accuracy Rating", statOrder = { 828 }, level = 33, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to Accuracy Rating", statOrder = { 828 }, level = 41, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to Accuracy Rating", statOrder = { 828 }, level = 50, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to Accuracy Rating", statOrder = { 828 }, level = 63, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy9_"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to Accuracy Rating", statOrder = { 828 }, level = 76, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["LocalIncreasedAccuracy10"] = { type = "Prefix", affix = "Valkyrie's", "+(551-650) to Accuracy Rating", statOrder = { 828 }, level = 82, group = "LocalAccuracyRating", weightKey = { "ranged", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, - ["NearbyAlliesIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "Allies in your Presence have +(11-32) to Accuracy Rating", statOrder = { 890 }, level = 1, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "Allies in your Presence have +(33-60) to Accuracy Rating", statOrder = { 890 }, level = 12, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "Allies in your Presence have +(61-84) to Accuracy Rating", statOrder = { 890 }, level = 20, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "Allies in your Presence have +(85-123) to Accuracy Rating", statOrder = { 890 }, level = 26, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "Allies in your Presence have +(124-167) to Accuracy Rating", statOrder = { 890 }, level = 33, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "Allies in your Presence have +(168-236) to Accuracy Rating", statOrder = { 890 }, level = 41, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "Allies in your Presence have +(237-346) to Accuracy Rating", statOrder = { 890 }, level = 50, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["NearbyAlliesIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "Allies in your Presence have +(347-450) to Accuracy Rating", statOrder = { 890 }, level = 63, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, - ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased Critical Hit Chance", statOrder = { 931 }, level = 5, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased Critical Hit Chance", statOrder = { 931 }, level = 20, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased Critical Hit Chance", statOrder = { 931 }, level = 30, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased Critical Hit Chance", statOrder = { 931 }, level = 44, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased Critical Hit Chance", statOrder = { 931 }, level = 58, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased Critical Hit Chance", statOrder = { 931 }, level = 72, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "+(1.01-1.5)% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "+(1.51-2.1)% to Critical Hit Chance", statOrder = { 917 }, level = 20, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "+(2.11-2.7)% to Critical Hit Chance", statOrder = { 917 }, level = 30, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "+(3.11-3.8)% to Critical Hit Chance", statOrder = { 917 }, level = 44, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "+(3.81-4.4)% to Critical Hit Chance", statOrder = { 917 }, level = 59, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "+(4.41-5)% to Critical Hit Chance", statOrder = { 917 }, level = 73, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "staff", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["AttackCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 5, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AttackCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 20, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AttackCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 30, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AttackCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 44, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AttackCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 58, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AttackCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 72, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["TrapCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 11, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["TrapCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 21, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["TrapCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 28, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["TrapCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 41, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["TrapCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 59, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["TrapCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 76, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, - ["NearbyAlliesCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "Allies in your Presence have (10-14)% increased Critical Hit Chance", statOrder = { 891 }, level = 11, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["NearbyAlliesCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "Allies in your Presence have (15-19)% increased Critical Hit Chance", statOrder = { 891 }, level = 21, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["NearbyAlliesCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "Allies in your Presence have (20-24)% increased Critical Hit Chance", statOrder = { 891 }, level = 28, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["NearbyAlliesCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "Allies in your Presence have (25-29)% increased Critical Hit Chance", statOrder = { 891 }, level = 41, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["NearbyAlliesCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "Allies in your Presence have (30-34)% increased Critical Hit Chance", statOrder = { 891 }, level = 59, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["NearbyAlliesCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "Allies in your Presence have (35-38)% increased Critical Hit Chance", statOrder = { 891 }, level = 76, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Damage Bonus", statOrder = { 935 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Damage Bonus", statOrder = { 935 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Damage Bonus", statOrder = { 935 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Damage Bonus", statOrder = { 935 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Damage Bonus", statOrder = { 935 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Damage Bonus", statOrder = { 935 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to Critical Damage Bonus", statOrder = { 918 }, level = 8, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to Critical Damage Bonus", statOrder = { 918 }, level = 21, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Critical Damage Bonus", statOrder = { 918 }, level = 30, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Critical Damage Bonus", statOrder = { 918 }, level = 44, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Critical Damage Bonus", statOrder = { 918 }, level = 59, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to Critical Damage Bonus", statOrder = { 918 }, level = 73, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["SpellCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 8, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["SpellCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 21, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["SpellCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 30, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["SpellCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 44, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["SpellCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 59, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "focus", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["SpellCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 73, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["AttackCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 8, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["AttackCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 21, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["AttackCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 31, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["AttackCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 45, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["AttackCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 59, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["AttackCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 74, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["TrapCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 8, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["TrapCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 21, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["TrapCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 30, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["TrapCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 44, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["TrapCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 59, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["TrapCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 73, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, - ["NearbyAlliesCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "Allies in your Presence have (10-14)% increased Critical Damage Bonus", statOrder = { 892 }, level = 8, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["NearbyAlliesCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "Allies in your Presence have (15-19)% increased Critical Damage Bonus", statOrder = { 892 }, level = 21, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["NearbyAlliesCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "Allies in your Presence have (20-24)% increased Critical Damage Bonus", statOrder = { 892 }, level = 30, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["NearbyAlliesCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "Allies in your Presence have (25-29)% increased Critical Damage Bonus", statOrder = { 892 }, level = 44, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["NearbyAlliesCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "Allies in your Presence have (30-34)% increased Critical Damage Bonus", statOrder = { 892 }, level = 59, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["NearbyAlliesCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "Allies in your Presence have (35-39)% increased Critical Damage Bonus", statOrder = { 892 }, level = 73, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased Rarity of Items found", statOrder = { 916 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-14)% increased Rarity of Items found", statOrder = { 916 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(15-18)% increased Rarity of Items found", statOrder = { 916 }, level = 40, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(19-21)% increased Rarity of Items found", statOrder = { 916 }, level = 63, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncrease5"] = { type = "Suffix", affix = "of Windfall", "(22-25)% increased Rarity of Items found", statOrder = { 916 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-11)% increased Rarity of Items found", statOrder = { 916 }, level = 10, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Collector's", "(12-15)% increased Rarity of Items found", statOrder = { 916 }, level = 29, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Hoarder's", "(16-19)% increased Rarity of Items found", statOrder = { 916 }, level = 47, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Pirate's", "(20-22)% increased Rarity of Items found", statOrder = { 916 }, level = 65, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["ItemFoundRarityIncreasePrefix5"] = { type = "Prefix", affix = "Dragon's", "(23-25)% increased Rarity of Items found", statOrder = { 916 }, level = 81, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 864, 999 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, - ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 864, 999 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, - ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to Accuracy Rating", "15% increased Light Radius", statOrder = { 864, 999 }, level = 30, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, - ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 828, 999 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, - ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 828, 999 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, - ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to Accuracy Rating", "15% increased Light Radius", statOrder = { 828, 999 }, level = 30, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, - ["LightRadiusAndManaRegeneration1"] = { type = "Suffix", affix = "of Warmth", "(8-12)% increased Mana Regeneration Rate", "5% increased Light Radius", statOrder = { 971, 999 }, level = 8, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, - ["LightRadiusAndManaRegeneration2"] = { type = "Suffix", affix = "of Kindling", "(13-17)% increased Mana Regeneration Rate", "10% increased Light Radius", statOrder = { 971, 999 }, level = 15, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, - ["LightRadiusAndManaRegeneration3"] = { type = "Suffix", affix = "of the Hearth", "(18-22)% increased Mana Regeneration Rate", "15% increased Light Radius", statOrder = { 971, 999 }, level = 30, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, - ["LocalBlockChance1"] = { type = "Prefix", affix = "Steadfast", "(40-45)% increased Block chance", statOrder = { 832 }, level = 2, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance2"] = { type = "Prefix", affix = "Unrelenting", "(46-51)% increased Block chance", statOrder = { 832 }, level = 15, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance3"] = { type = "Prefix", affix = "Adamant", "(52-57)% increased Block chance", statOrder = { 832 }, level = 30, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance4_"] = { type = "Prefix", affix = "Warded", "(58-63)% increased Block chance", statOrder = { 832 }, level = 46, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased Block chance", statOrder = { 832 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased Block chance", statOrder = { 832 }, level = 74, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["LocalBlockChance7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased Block chance", statOrder = { 832 }, level = 82, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, - ["IncreasedSpirit1"] = { type = "Prefix", affix = "Lady's", "+(30-33) to Spirit", statOrder = { 877 }, level = 16, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit2"] = { type = "Prefix", affix = "Baronness'", "+(34-37) to Spirit", statOrder = { 877 }, level = 25, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit3"] = { type = "Prefix", affix = "Viscountess'", "+(38-42) to Spirit", statOrder = { 877 }, level = 34, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit4"] = { type = "Prefix", affix = "Marchioness'", "+(43-46) to Spirit", statOrder = { 877 }, level = 41, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit5"] = { type = "Prefix", affix = "Countess'", "+(47-50) to Spirit", statOrder = { 877 }, level = 47, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit6"] = { type = "Prefix", affix = "Duchess'", "+(51-53) to Spirit", statOrder = { 877 }, level = 55, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit7"] = { type = "Prefix", affix = "Princess'", "+(54-56) to Spirit", statOrder = { 877 }, level = 66, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["IncreasedSpirit8"] = { type = "Prefix", affix = "Queen's", "+(57-61) to Spirit", statOrder = { 877 }, level = 78, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, - ["LocalIncreasedSpiritPercent1"] = { type = "Prefix", affix = "Lord's", "(30-36)% increased Spirit", statOrder = { 844 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent2"] = { type = "Prefix", affix = "Baron's", "(27-32)% increased Spirit", statOrder = { 844 }, level = 11, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent3"] = { type = "Prefix", affix = "Viscount's", "(33-38)% increased Spirit", statOrder = { 844 }, level = 23, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent4"] = { type = "Prefix", affix = "Marquess'", "(39-44)% increased Spirit", statOrder = { 844 }, level = 35, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent5"] = { type = "Prefix", affix = "Count's", "(45-50)% increased Spirit", statOrder = { 844 }, level = 46, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent6"] = { type = "Prefix", affix = "Duke's", "(51-55)% increased Spirit", statOrder = { 844 }, level = 60, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent7"] = { type = "Prefix", affix = "Prince's", "(56-60)% increased Spirit", statOrder = { 844 }, level = 73, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritPercent8"] = { type = "Prefix", affix = "King's", "(61-65)% increased Spirit", statOrder = { 844 }, level = 82, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, - ["LocalIncreasedSpiritAndMana1"] = { type = "Prefix", affix = "Advisor's", "(10-14)% increased Spirit", "+(17-20) to maximum Mana", statOrder = { 844, 874 }, level = 3, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana2"] = { type = "Prefix", affix = "Counselor's", "(15-18)% increased Spirit", "+(21-24) to maximum Mana", statOrder = { 844, 874 }, level = 12, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana3"] = { type = "Prefix", affix = "Emissary's", "(19-22)% increased Spirit", "+(25-28) to maximum Mana", statOrder = { 844, 874 }, level = 28, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana4"] = { type = "Prefix", affix = "Minister's", "(23-26)% increased Spirit", "+(29-33) to maximum Mana", statOrder = { 844, 874 }, level = 39, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana5"] = { type = "Prefix", affix = "Envoy's", "(27-30)% increased Spirit", "+(34-37) to maximum Mana", statOrder = { 844, 874 }, level = 50, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana6"] = { type = "Prefix", affix = "Diplomat's", "(31-34)% increased Spirit", "+(38-41) to maximum Mana", statOrder = { 844, 874 }, level = 62, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["LocalIncreasedSpiritAndMana7"] = { type = "Prefix", affix = "Chancellor's", "(35-38)% increased Spirit", "+(42-45) to maximum Mana", statOrder = { 844, 874 }, level = 78, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, - ["ReducedBleedDuration1"] = { type = "Suffix", affix = "of Sealing", "(36-40)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 21, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["ReducedBleedDuration2"] = { type = "Suffix", affix = "of Alleviation", "(41-45)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 37, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["ReducedBleedDuration3"] = { type = "Suffix", affix = "of Allaying", "(46-50)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 50, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["ReducedBleedDuration4"] = { type = "Suffix", affix = "of Assuaging", "(51-55)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 64, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["ReducedBleedDuration5"] = { type = "Suffix", affix = "of Staunching", "(56-60)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 76, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrder = { 825 }, level = 16, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrder = { 825 }, level = 33, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrder = { 825 }, level = 46, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrder = { 825 }, level = 65, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrder = { 825 }, level = 82, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "(1-2) to (3-4) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "(5-7) to (7-10) Physical Thorns damage", statOrder = { 9483 }, level = 10, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "(11-16) to (15-23) Physical Thorns damage", statOrder = { 9483 }, level = 19, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Pointed", "(24-35) to (35-53) Physical Thorns damage", statOrder = { 9483 }, level = 38, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage5"] = { type = "Prefix", affix = "Spiked", "(40-60) to (61-92) Physical Thorns damage", statOrder = { 9483 }, level = 48, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage6"] = { type = "Prefix", affix = "Edged", "(64-97) to (97-145) Physical Thorns damage", statOrder = { 9483 }, level = 63, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AttackerTakesDamage7"] = { type = "Prefix", affix = "Jagged", "(101-151) to (146-220) Physical Thorns damage", statOrder = { 9483 }, level = 74, group = "ThornsPhysicalDamage", weightKey = { "body_armour", "shield", "belt", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to 3 Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-6) Physical Damage to Attacks", statOrder = { 840 }, level = 8, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (2-4) to (5-8) Physical Damage to Attacks", statOrder = { 840 }, level = 16, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (8-11) Physical Damage to Attacks", statOrder = { 840 }, level = 33, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 840 }, level = 46, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-10) to (12-17) Physical Damage to Attacks", statOrder = { 840 }, level = 54, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-11) to (14-20) Physical Damage to Attacks", statOrder = { 840 }, level = 60, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (10-15) to (18-26) Physical Damage to Attacks", statOrder = { 840 }, level = 65, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (12-19) to (22-32) Physical Damage to Attacks", statOrder = { 840 }, level = 75, group = "PhysicalDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to 3 Fire damage to Attacks", statOrder = { 841 }, level = 1, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (6-9) Fire damage to Attacks", statOrder = { 841 }, level = 8, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (6-8) to (10-13) Fire damage to Attacks", statOrder = { 841 }, level = 16, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (9-11) to (14-17) Fire damage to Attacks", statOrder = { 841 }, level = 33, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (12-13) to (18-20) Fire damage to Attacks", statOrder = { 841 }, level = 46, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-16) to (21-26) Fire damage to Attacks", statOrder = { 841 }, level = 54, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-19) to (27-32) Fire damage to Attacks", statOrder = { 841 }, level = 60, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (20-24) to (33-36) Fire damage to Attacks", statOrder = { 841 }, level = 65, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (25-29) to (37-45) Fire damage to Attacks", statOrder = { 841 }, level = 75, group = "FireDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold damage to Attacks", statOrder = { 842 }, level = 1, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (5-8) Cold damage to Attacks", statOrder = { 842 }, level = 8, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (5-6) to (9-11) Cold damage to Attacks", statOrder = { 842 }, level = 16, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (7-8) to (12-14) Cold damage to Attacks", statOrder = { 842 }, level = 33, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (9-10) to (15-17) Cold damage to Attacks", statOrder = { 842 }, level = 46, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (11-13) to (18-21) Cold damage to Attacks", statOrder = { 842 }, level = 54, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (14-15) to (22-24) Cold damage to Attacks", statOrder = { 842 }, level = 60, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (16-20) to (25-31) Cold damage to Attacks", statOrder = { 842 }, level = 65, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (21-24) to (32-37) Cold damage to Attacks", statOrder = { 842 }, level = 75, group = "ColdDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-6) Lightning damage to Attacks", statOrder = { 843 }, level = 1, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (10-15) Lightning damage to Attacks", statOrder = { 843 }, level = 8, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 1 to (16-22) Lightning damage to Attacks", statOrder = { 843 }, level = 16, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 1 to (23-27) Lightning damage to Attacks", statOrder = { 843 }, level = 33, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds 1 to (28-32) Lightning damage to Attacks", statOrder = { 843 }, level = 46, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-2) to (33-40) Lightning damage to Attacks", statOrder = { 843 }, level = 54, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-2) to (41-47) Lightning damage to Attacks", statOrder = { 843 }, level = 60, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-3) to (48-59) Lightning damage to Attacks", statOrder = { 843 }, level = 65, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-4) to (60-71) Lightning damage to Attacks", statOrder = { 843 }, level = 75, group = "LightningDamage", weightKey = { "ring", "gloves", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to (4-5) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-6) to (7-11) Physical Damage", statOrder = { 820 }, level = 8, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (11-16) Physical Damage", statOrder = { 820 }, level = 16, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (14-21) Physical Damage", statOrder = { 820 }, level = 33, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (10-15) to (18-26) Physical Damage", statOrder = { 820 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-20) to (23-35) Physical Damage", statOrder = { 820 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-24) to (28-42) Physical Damage", statOrder = { 820 }, level = 60, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (21-31) to (36-53) Physical Damage", statOrder = { 820 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (26-39) to (44-66) Physical Damage", statOrder = { 820 }, level = 75, group = "LocalPhysicalDamage", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds (2-3) to (5-7) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (5-8) to (10-15) Physical Damage", statOrder = { 820 }, level = 8, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (8-12) to (15-22) Physical Damage", statOrder = { 820 }, level = 16, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (11-17) to (20-30) Physical Damage", statOrder = { 820 }, level = 33, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (14-21) to (25-37) Physical Damage", statOrder = { 820 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (19-29) to (33-49) Physical Damage", statOrder = { 820 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (23-35) to (39-59) Physical Damage", statOrder = { 820 }, level = 60, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (29-44) to (50-75) Physical Damage", statOrder = { 820 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (37-55) to (63-94) Physical Damage", statOrder = { 820 }, level = 75, group = "LocalPhysicalDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-5) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (4-6) to (7-10) Fire Damage", statOrder = { 821 }, level = 8, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (7-11) to (13-19) Fire Damage", statOrder = { 821 }, level = 16, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (13-19) to (21-29) Fire Damage", statOrder = { 821 }, level = 33, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (20-24) to (32-37) Fire Damage", statOrder = { 821 }, level = 46, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (25-33) to (38-54) Fire Damage", statOrder = { 821 }, level = 54, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (35-44) to (56-71) Fire Damage", statOrder = { 821 }, level = 60, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (47-59) to (74-97) Fire Damage", statOrder = { 821 }, level = 65, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (62-85) to (101-129) Fire Damage", statOrder = { 821 }, level = 75, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (88-101) to (133-154) Fire Damage", statOrder = { 821 }, level = 81, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (2-4) to (5-7) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (6-9) to (10-16) Fire Damage", statOrder = { 821 }, level = 8, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (11-17) to (19-28) Fire Damage", statOrder = { 821 }, level = 16, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (19-27) to (30-42) Fire Damage", statOrder = { 821 }, level = 33, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (30-37) to (45-56) Fire Damage", statOrder = { 821 }, level = 46, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (39-53) to (59-80) Fire Damage", statOrder = { 821 }, level = 54, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (56-70) to (84-107) Fire Damage", statOrder = { 821 }, level = 60, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (73-97) to (112-149) Fire Damage", statOrder = { 821 }, level = 65, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (102-130) to (155-198) Fire Damage", statOrder = { 821 }, level = 75, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (135-156) to (205-236) Fire Damage", statOrder = { 821 }, level = 81, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-5) to (6-9) Cold Damage", statOrder = { 822 }, level = 8, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (6-9) to (10-16) Cold Damage", statOrder = { 822 }, level = 16, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (11-15) to (17-24) Cold Damage", statOrder = { 822 }, level = 33, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (17-20) to (26-32) Cold Damage", statOrder = { 822 }, level = 46, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (22-29) to (34-44) Cold Damage", statOrder = { 822 }, level = 54, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (31-38) to (47-59) Cold Damage", statOrder = { 822 }, level = 60, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (40-53) to (62-80) Cold Damage", statOrder = { 822 }, level = 65, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (55-69) to (83-106) Cold Damage", statOrder = { 822 }, level = 75, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (72-81) to (110-123) Cold Damage", statOrder = { 822 }, level = 81, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (4-6) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (5-8) to (9-14) Cold Damage", statOrder = { 822 }, level = 8, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (10-14) to (15-23) Cold Damage", statOrder = { 822 }, level = 16, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (16-23) to (25-35) Cold Damage", statOrder = { 822 }, level = 33, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (25-30) to (38-46) Cold Damage", statOrder = { 822 }, level = 46, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (32-43) to (49-66) Cold Damage", statOrder = { 822 }, level = 54, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (46-57) to (70-88) Cold Damage", statOrder = { 822 }, level = 60, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (60-80) to (92-121) Cold Damage", statOrder = { 822 }, level = 65, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (84-107) to (126-161) Cold Damage", statOrder = { 822 }, level = 75, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (112-124) to (168-189) Cold Damage", statOrder = { 822 }, level = 81, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-6) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (13-19) Lightning Damage", statOrder = { 823 }, level = 8, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (20-30) Lightning Damage", statOrder = { 823 }, level = 16, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-2) to (36-52) Lightning Damage", statOrder = { 823 }, level = 33, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (55-60) Lightning Damage", statOrder = { 823 }, level = 46, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (63-82) Lightning Damage", statOrder = { 823 }, level = 54, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (1-6) to (85-107) Lightning Damage", statOrder = { 823 }, level = 60, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (1-8) to (111-152) Lightning Damage", statOrder = { 823 }, level = 65, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-10) to (157-196) Lightning Damage", statOrder = { 823 }, level = 75, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-12) to (202-234) Lightning Damage", statOrder = { 823 }, level = 81, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "sword", "axe", "mace", "spear", "claw", "dagger", "flail", "default", }, weightVal = { 1, 0, 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 1 to (7-10) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-2) to (19-27) Lightning Damage", statOrder = { 823 }, level = 8, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-3) to (31-43) Lightning Damage", statOrder = { 823 }, level = 16, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (53-76) Lightning Damage", statOrder = { 823 }, level = 33, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (1-4) to (80-88) Lightning Damage", statOrder = { 823 }, level = 46, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (1-6) to (93-122) Lightning Damage", statOrder = { 823 }, level = 54, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (1-8) to (128-162) Lightning Damage", statOrder = { 823 }, level = 60, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (1-13) to (168-231) Lightning Damage", statOrder = { 823 }, level = 65, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (1-16) to (239-300) Lightning Damage", statOrder = { 823 }, level = 75, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (1-19) to (310-358) Lightning Damage", statOrder = { 823 }, level = 81, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "crossbow", "sword", "axe", "mace", "warstaff", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["NearbyAlliesAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Allies in your Presence deal (1-2) to (3-4) added Attack Physical Damage", statOrder = { 879 }, level = 1, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Allies in your Presence deal (2-3) to (4-6) added Attack Physical Damage", statOrder = { 879 }, level = 8, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Allies in your Presence deal (2-4) to (5-8) added Attack Physical Damage", statOrder = { 879 }, level = 16, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Allies in your Presence deal (4-6) to (8-11) added Attack Physical Damage", statOrder = { 879 }, level = 33, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Allies in your Presence deal (5-7) to (9-13) added Attack Physical Damage", statOrder = { 879 }, level = 46, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Allies in your Presence deal (6-10) to (12-17) added Attack Physical Damage", statOrder = { 879 }, level = 54, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Allies in your Presence deal (7-11) to (14-20) added Attack Physical Damage", statOrder = { 879 }, level = 60, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Allies in your Presence deal (10-15) to (18-26) added Attack Physical Damage", statOrder = { 879 }, level = 65, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Allies in your Presence deal (12-19) to (22-32) added Attack Physical Damage", statOrder = { 879 }, level = 75, group = "AlliesInPresenceAddedPhysicalDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1574590649, }, + ["NearbyAlliesAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Allies in your Presence deal (1-2) to (3-4) added Attack Fire Damage", statOrder = { 880 }, level = 1, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Allies in your Presence deal (3-5) to (6-9) added Attack Fire Damage", statOrder = { 880 }, level = 8, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Allies in your Presence deal (6-8) to (10-13) added Attack Fire Damage", statOrder = { 880 }, level = 16, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Allies in your Presence deal (9-11) to (14-17) added Attack Fire Damage", statOrder = { 880 }, level = 33, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Allies in your Presence deal (12-13) to (18-20) added Attack Fire Damage", statOrder = { 880 }, level = 46, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Allies in your Presence deal (14-16) to (21-26) added Attack Fire Damage", statOrder = { 880 }, level = 54, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Allies in your Presence deal (17-19) to (27-30) added Attack Fire Damage", statOrder = { 880 }, level = 60, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Allies in your Presence deal (20-24) to (31-38) added Attack Fire Damage", statOrder = { 880 }, level = 65, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Allies in your Presence deal (25-29) to (39-45) added Attack Fire Damage", statOrder = { 880 }, level = 75, group = "AlliesInPresenceAddedFireDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["NearbyAlliesAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Allies in your Presence deal (1-2) to (3-4) added Attack Cold Damage", statOrder = { 881 }, level = 1, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Allies in your Presence deal (3-4) to (5-8) added Attack Cold Damage", statOrder = { 881 }, level = 8, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Allies in your Presence deal (5-6) to (9-11) added Attack Cold Damage", statOrder = { 881 }, level = 16, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Allies in your Presence deal (7-8) to (12-14) added Attack Cold Damage", statOrder = { 881 }, level = 33, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Allies in your Presence deal (9-10) to (15-17) added Attack Cold Damage", statOrder = { 881 }, level = 46, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Allies in your Presence deal (11-13) to (18-21) added Attack Cold Damage", statOrder = { 881 }, level = 54, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Allies in your Presence deal (14-15) to (22-24) added Attack Cold Damage", statOrder = { 881 }, level = 60, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Allies in your Presence deal (16-20) to (25-31) added Attack Cold Damage", statOrder = { 881 }, level = 65, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Allies in your Presence deal (21-24) to (32-37) added Attack Cold Damage", statOrder = { 881 }, level = 75, group = "AlliesInPresenceAddedColdDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["NearbyAlliesAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Allies in your Presence deal 1 to (5-7) added Attack Lightning Damage", statOrder = { 882 }, level = 1, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Allies in your Presence deal 1 to (10-15) added Attack Lightning Damage", statOrder = { 882 }, level = 8, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Allies in your Presence deal 1 to (16-22) added Attack Lightning Damage", statOrder = { 882 }, level = 16, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Allies in your Presence deal 1 to (23-27) added Attack Lightning Damage", statOrder = { 882 }, level = 33, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Allies in your Presence deal 1 to (28-32) added Attack Lightning Damage", statOrder = { 882 }, level = 46, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Allies in your Presence deal (1-2) to (33-40) added Attack Lightning Damage", statOrder = { 882 }, level = 54, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Allies in your Presence deal (1-2) to (41-47) added Attack Lightning Damage", statOrder = { 882 }, level = 60, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Allies in your Presence deal (1-3) to (48-59) added Attack Lightning Damage", statOrder = { 882 }, level = 65, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["NearbyAlliesAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Allies in your Presence deal (1-4) to (60-71) added Attack Lightning Damage", statOrder = { 882 }, level = 75, group = "AlliesInPresenceAddedLightningDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased Physical Damage", statOrder = { 819 }, level = 8, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased Physical Damage", statOrder = { 819 }, level = 16, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased Physical Damage", statOrder = { 819 }, level = 33, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased Physical Damage", statOrder = { 819 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased Physical Damage", statOrder = { 819 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased Physical Damage", statOrder = { 819 }, level = 75, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased Physical Damage", statOrder = { 819 }, level = 82, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased Physical Damage", "+(16-20) to Accuracy Rating", statOrder = { 819, 824 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased Physical Damage", "+(21-46) to Accuracy Rating", statOrder = { 819, 824 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased Physical Damage", "+(47-72) to Accuracy Rating", statOrder = { 819, 824 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased Physical Damage", "+(73-97) to Accuracy Rating", statOrder = { 819, 824 }, level = 38, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased Physical Damage", "+(98-123) to Accuracy Rating", statOrder = { 819, 824 }, level = 54, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased Physical Damage", "+(124-149) to Accuracy Rating", statOrder = { 819, 824 }, level = 65, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased Physical Damage", "+(150-174) to Accuracy Rating", statOrder = { 819, 824 }, level = 70, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased Physical Damage", "+(175-200) to Accuracy Rating", statOrder = { 819, 824 }, level = 81, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3350650826, }, + ["NearbyAlliesAllDamage1"] = { type = "Prefix", affix = "Coercive", "Allies in your Presence deal (25-34)% increased Damage", statOrder = { 878 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage2"] = { type = "Prefix", affix = "Agitative", "Allies in your Presence deal (35-44)% increased Damage", statOrder = { 878 }, level = 8, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage3"] = { type = "Prefix", affix = "Instigative", "Allies in your Presence deal (45-54)% increased Damage", statOrder = { 878 }, level = 16, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage4"] = { type = "Prefix", affix = "Provocative", "Allies in your Presence deal (55-64)% increased Damage", statOrder = { 878 }, level = 33, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage5"] = { type = "Prefix", affix = "Persuasive", "Allies in your Presence deal (65-74)% increased Damage", statOrder = { 878 }, level = 46, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage6"] = { type = "Prefix", affix = "Motivating", "Allies in your Presence deal (75-89)% increased Damage", statOrder = { 878 }, level = 60, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage7"] = { type = "Prefix", affix = "Inspirational", "Allies in your Presence deal (90-104)% increased Damage", statOrder = { 878 }, level = 70, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["NearbyAlliesAllDamage8"] = { type = "Prefix", affix = "Empowering", "Allies in your Presence deal (105-119)% increased Damage", statOrder = { 878 }, level = 82, group = "AlliesInPresenceAllDamage", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(25-34)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(35-44)% increased Spell Damage", statOrder = { 850 }, level = 8, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-54)% increased Spell Damage", statOrder = { 850 }, level = 16, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(55-64)% increased Spell Damage", statOrder = { 850 }, level = 33, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(65-74)% increased Spell Damage", statOrder = { 850 }, level = 46, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(75-89)% increased Spell Damage", statOrder = { 850 }, level = 60, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(90-104)% increased Spell Damage", statOrder = { 850 }, level = 70, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(105-119)% increased Spell Damage", statOrder = { 850 }, level = 80, group = "WeaponSpellDamage", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(35-49)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(50-64)% increased Spell Damage", statOrder = { 850 }, level = 8, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(65-79)% increased Spell Damage", statOrder = { 850 }, level = 16, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(80-94)% increased Spell Damage", statOrder = { 850 }, level = 33, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(95-109)% increased Spell Damage", statOrder = { 850 }, level = 46, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(110-129)% increased Spell Damage", statOrder = { 850 }, level = 60, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(130-149)% increased Spell Damage", statOrder = { 850 }, level = 70, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-169)% increased Spell Damage", statOrder = { 850 }, level = 80, group = "WeaponSpellDamage", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(15-19)% increased Spell Damage", "+(17-20) to maximum Mana", statOrder = { 850, 868 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(20-24)% increased Spell Damage", "+(21-24) to maximum Mana", statOrder = { 850, 868 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(25-29)% increased Spell Damage", "+(25-28) to maximum Mana", statOrder = { 850, 868 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-34)% increased Spell Damage", "+(29-33) to maximum Mana", statOrder = { 850, 868 }, level = 38, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(35-39)% increased Spell Damage", "+(34-37) to maximum Mana", statOrder = { 850, 868 }, level = 46, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(40-44)% increased Spell Damage", "+(38-41) to maximum Mana", statOrder = { 850, 868 }, level = 60, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(45-49)% increased Spell Damage", "+(42-45) to maximum Mana", statOrder = { 850, 868 }, level = 80, group = "WeaponSpellDamageAndMana", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(21-27)% increased Spell Damage", "+(26-30) to maximum Mana", statOrder = { 850, 868 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(28-34)% increased Spell Damage", "+(31-35) to maximum Mana", statOrder = { 850, 868 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(35-41)% increased Spell Damage", "+(36-41) to maximum Mana", statOrder = { 850, 868 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(42-48)% increased Spell Damage", "+(42-47) to maximum Mana", statOrder = { 850, 868 }, level = 38, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(49-55)% increased Spell Damage", "+(48-53) to maximum Mana", statOrder = { 850, 868 }, level = 48, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(56-63)% increased Spell Damage", "+(54-59) to maximum Mana", statOrder = { 850, 868 }, level = 63, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(64-69)% increased Spell Damage", "+(60-64) to maximum Mana", statOrder = { 850, 868 }, level = 79, group = "WeaponSpellDamageAndMana", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, tradeHash = 318261578, }, + ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(25-34)% increased Fire Damage", statOrder = { 852 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(35-44)% increased Fire Damage", statOrder = { 852 }, level = 8, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-54)% increased Fire Damage", statOrder = { 852 }, level = 16, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(55-64)% increased Fire Damage", statOrder = { 852 }, level = 33, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Smoldering", "(65-74)% increased Fire Damage", statOrder = { 852 }, level = 46, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(75-89)% increased Fire Damage", statOrder = { 852 }, level = 60, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Volcanic", "(90-104)% increased Fire Damage", statOrder = { 852 }, level = 70, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(105-119)% increased Fire Damage", statOrder = { 852 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "focus", "no_fire_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(35-49)% increased Fire Damage", statOrder = { 852 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(50-64)% increased Fire Damage", statOrder = { 852 }, level = 8, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(65-79)% increased Fire Damage", statOrder = { 852 }, level = 16, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(80-94)% increased Fire Damage", statOrder = { 852 }, level = 33, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Smoldering", "(95-109)% increased Fire Damage", statOrder = { 852 }, level = 46, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(110-129)% increased Fire Damage", statOrder = { 852 }, level = 60, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Volcanic", "(130-149)% increased Fire Damage", statOrder = { 852 }, level = 70, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Pyromancer's", "(150-169)% increased Fire Damage", statOrder = { 852 }, level = 81, group = "FireDamageWeaponPrefix", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(25-34)% increased Cold Damage", statOrder = { 853 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(35-44)% increased Cold Damage", statOrder = { 853 }, level = 8, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(45-54)% increased Cold Damage", statOrder = { 853 }, level = 16, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(55-64)% increased Cold Damage", statOrder = { 853 }, level = 33, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(65-74)% increased Cold Damage", statOrder = { 853 }, level = 46, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Arctic", "(75-89)% increased Cold Damage", statOrder = { 853 }, level = 60, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Crystalline", "(90-104)% increased Cold Damage", statOrder = { 853 }, level = 70, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(105-119)% increased Cold Damage", statOrder = { 853 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "no_cold_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(35-49)% increased Cold Damage", statOrder = { 853 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(50-64)% increased Cold Damage", statOrder = { 853 }, level = 8, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(65-79)% increased Cold Damage", statOrder = { 853 }, level = 16, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(80-94)% increased Cold Damage", statOrder = { 853 }, level = 33, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(95-109)% increased Cold Damage", statOrder = { 853 }, level = 46, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Arctic", "(110-129)% increased Cold Damage", statOrder = { 853 }, level = 60, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Crystalline", "(130-149)% increased Cold Damage", statOrder = { 853 }, level = 70, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Cryomancer's", "(150-169)% increased Cold Damage", statOrder = { 853 }, level = 81, group = "ColdDamageWeaponPrefix", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(25-34)% increased Lightning Damage", statOrder = { 854 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(35-44)% increased Lightning Damage", statOrder = { 854 }, level = 8, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-54)% increased Lightning Damage", statOrder = { 854 }, level = 16, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(55-64)% increased Lightning Damage", statOrder = { 854 }, level = 33, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(65-74)% increased Lightning Damage", statOrder = { 854 }, level = 46, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(75-89)% increased Lightning Damage", statOrder = { 854 }, level = 60, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(90-104)% increased Lightning Damage", statOrder = { 854 }, level = 70, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(105-119)% increased Lightning Damage", statOrder = { 854 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "no_lightning_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(35-49)% increased Lightning Damage", statOrder = { 854 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(50-64)% increased Lightning Damage", statOrder = { 854 }, level = 8, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(65-79)% increased Lightning Damage", statOrder = { 854 }, level = 16, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(80-94)% increased Lightning Damage", statOrder = { 854 }, level = 33, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(95-109)% increased Lightning Damage", statOrder = { 854 }, level = 46, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(110-129)% increased Lightning Damage", statOrder = { 854 }, level = 60, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(130-149)% increased Lightning Damage", statOrder = { 854 }, level = 70, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Electromancer's", "(150-169)% increased Lightning Damage", statOrder = { 854 }, level = 81, group = "LightningDamageWeaponPrefix", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["ChaosDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Impure", "(25-34)% increased Chaos Damage", statOrder = { 855 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Tainted", "(35-44)% increased Chaos Damage", statOrder = { 855 }, level = 8, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Clouded", "(45-54)% increased Chaos Damage", statOrder = { 855 }, level = 16, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Darkened", "(55-64)% increased Chaos Damage", statOrder = { 855 }, level = 33, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Malignant", "(65-74)% increased Chaos Damage", statOrder = { 855 }, level = 46, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Vile", "(75-89)% increased Chaos Damage", statOrder = { 855 }, level = 60, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Twisted", "(90-104)% increased Chaos Damage", statOrder = { 855 }, level = 70, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Malevolent", "(105-119)% increased Chaos Damage", statOrder = { 855 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "focus", "no_chaos_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Impure", "(35-49)% increased Chaos Damage", statOrder = { 855 }, level = 2, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Tainted", "(50-64)% increased Chaos Damage", statOrder = { 855 }, level = 8, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Clouded", "(65-79)% increased Chaos Damage", statOrder = { 855 }, level = 16, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Darkened", "(80-94)% increased Chaos Damage", statOrder = { 855 }, level = 33, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Malignant", "(95-109)% increased Chaos Damage", statOrder = { 855 }, level = 46, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Vile", "(110-129)% increased Chaos Damage", statOrder = { 855 }, level = 60, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Twisted", "(130-149)% increased Chaos Damage", statOrder = { 855 }, level = 70, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Malevolent", "(150-169)% increased Chaos Damage", statOrder = { 855 }, level = 81, group = "ChaosDamageWeaponPrefix", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["PhysicalDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Punishing", "(25-34)% increased Spell Physical Damage", statOrder = { 857 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(35-44)% increased Spell Physical Damage", statOrder = { 857 }, level = 8, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Vengeful", "(45-54)% increased Spell Physical Damage", statOrder = { 857 }, level = 16, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Sadistic", "(55-64)% increased Spell Physical Damage", statOrder = { 857 }, level = 33, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Pitiless", "(65-74)% increased Spell Physical Damage", statOrder = { 857 }, level = 46, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Agonising", "(75-89)% increased Spell Physical Damage", statOrder = { 857 }, level = 60, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(90-104)% increased Spell Physical Damage", statOrder = { 857 }, level = 70, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Torturer's", "(105-119)% increased Spell Physical Damage", statOrder = { 857 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "focus", "no_physical_spell_mods", "wand", "trap", "default", }, weightVal = { 1, 0, 1, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Punishing", "(35-49)% increased Spell Physical Damage", statOrder = { 857 }, level = 2, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Unforgiving", "(50-64)% increased Spell Physical Damage", statOrder = { 857 }, level = 8, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Vengeful", "(65-79)% increased Spell Physical Damage", statOrder = { 857 }, level = 16, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Sadistic", "(80-94)% increased Spell Physical Damage", statOrder = { 857 }, level = 33, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Pitiless", "(95-109)% increased Spell Physical Damage", statOrder = { 857 }, level = 46, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Agonising", "(110-129)% increased Spell Physical Damage", statOrder = { 857 }, level = 60, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Oppressor's", "(130-149)% increased Spell Physical Damage", statOrder = { 857 }, level = 70, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["PhysicalDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Torturer's", "(150-169)% increased Spell Physical Damage", statOrder = { 857 }, level = 81, group = "PhysicalSpellDamageWeaponPrefix", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2768835289, }, + ["TrapDamageOnWeapon1"] = { type = "Prefix", affix = "Explosive", "(25-34)% increased Trap Damage", statOrder = { 851 }, level = 2, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon2"] = { type = "Prefix", affix = "Eviscerating", "(35-44)% increased Trap Damage", statOrder = { 851 }, level = 8, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon3"] = { type = "Prefix", affix = "Crippling", "(45-54)% increased Trap Damage", statOrder = { 851 }, level = 16, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon4"] = { type = "Prefix", affix = "Disabling", "(55-64)% increased Trap Damage", statOrder = { 851 }, level = 33, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon5"] = { type = "Prefix", affix = "Decimating", "(65-74)% increased Trap Damage", statOrder = { 851 }, level = 46, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon6"] = { type = "Prefix", affix = "Demolishing", "(75-89)% increased Trap Damage", statOrder = { 851 }, level = 60, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon7"] = { type = "Prefix", affix = "Obliterating", "(90-104)% increased Trap Damage", statOrder = { 851 }, level = 70, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageOnWeapon8"] = { type = "Prefix", affix = "Shattering", "(105-119)% increased Trap Damage", statOrder = { 851 }, level = 81, group = "TrapDamageOnWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Sapper's", "(15-19)% increased Trap Damage", "+(17-20) to maximum Mana", statOrder = { 851, 868 }, level = 2, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Saboteur's", "(20-24)% increased Trap Damage", "+(21-24) to maximum Mana", statOrder = { 851, 868 }, level = 11, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Tinkerer's", "(25-29)% increased Trap Damage", "+(25-28) to maximum Mana", statOrder = { 851, 868 }, level = 23, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Mechanic's", "(30-34)% increased Trap Damage", "+(29-33) to maximum Mana", statOrder = { 851, 868 }, level = 35, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Engineer's", "(35-39)% increased Trap Damage", "+(34-37) to maximum Mana", statOrder = { 851, 868 }, level = 48, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Inventor's", "(40-44)% increased Trap Damage", "+(38-41) to maximum Mana", statOrder = { 851, 868 }, level = 63, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["TrapDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Artificer's", "(45-49)% increased Trap Damage", "+(42-45) to maximum Mana", statOrder = { 851, 868 }, level = 78, group = "WeaponTrapDamageAndMana", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3019071184, }, + ["GlobalSpellGemsLevel1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all Spell Skills", statOrder = { 919 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevel2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all Spell Skills", statOrder = { 919 }, level = 41, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "focus", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevel3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all Spell Skills", statOrder = { 919 }, level = 75, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of the Mage", "+1 to Level of all Spell Skills", statOrder = { 919 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+2 to Level of all Spell Skills", statOrder = { 919 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of the Sorcerer", "+3 to Level of all Spell Skills", statOrder = { 919 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of the Wizard", "+4 to Level of all Spell Skills", statOrder = { 919 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Mage", "+2 to Level of all Spell Skills", statOrder = { 919 }, level = 5, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Enchanter", "+3 to Level of all Spell Skills", statOrder = { 919 }, level = 25, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Evoker", "+4 to Level of all Spell Skills", statOrder = { 919 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Sorcerer", "+(5-6) to Level of all Spell Skills", statOrder = { 919 }, level = 78, group = "GlobalIncreaseSpellSkillGemLevelWeapon", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["GlobalFireSpellGemsLevel1_"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 5, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevel2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 41, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevel3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 75, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Coals", "+1 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Cinders", "+2 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Flames", "+3 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Immolation", "+4 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Inferno", "+5 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Coals", "+2 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Cinders", "+3 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 18, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Flames", "+4 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 36, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Immolation", "+(5-6) to Level of all Fire Spell Skills", statOrder = { 920 }, level = 55, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalFireSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Inferno", "+7 to Level of all Fire Spell Skills", statOrder = { 920 }, level = 81, group = "GlobalIncreaseFireSpellSkillGemLevelWeapon", weightKey = { "no_fire_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, tradeHash = 591105508, }, + ["GlobalColdSpellGemsLevel1_"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 5, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevel2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 41, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevel3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 75, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Snow", "+1 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Sleet", "+2 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ice", "+3 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Rime", "+4 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+5 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Snow", "+2 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Sleet", "+3 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 18, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ice", "+4 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 36, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Rime", "+(5-6) to Level of all Cold Spell Skills", statOrder = { 921 }, level = 55, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalColdSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Frostbite", "+7 to Level of all Cold Spell Skills", statOrder = { 921 }, level = 81, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { "no_cold_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["GlobalLightningSpellGemsLevel1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 5, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevel2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 41, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevel3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 75, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Sparks", "+1 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Static", "+2 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Electricity", "+3 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Voltage", "+4 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Thunder", "+5 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Sparks", "+2 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Static", "+3 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 18, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Electricity", "+4 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 36, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Voltage", "+(5-6) to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 55, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalLightningSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Thunder", "+7 to Level of all Lightning Spell Skills", statOrder = { 922 }, level = 81, group = "GlobalIncreaseLightningSpellSkillGemLevelWeapon", weightKey = { "no_lightning_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, tradeHash = 1545858329, }, + ["GlobalChaosSpellGemsLevel1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 5, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevel2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 41, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevel3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 75, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+1 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+2 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Ruin", "+3 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Havoc", "+4 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+5 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Anarchy", "+2 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Turmoil", "+3 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 18, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Ruin", "+4 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 36, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Havoc", "+(5-6) to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 55, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalChaosSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Armageddon", "+7 to Level of all Chaos Spell Skills", statOrder = { 923 }, level = 81, group = "GlobalIncreaseChaosSpellSkillGemLevelWeapon", weightKey = { "no_chaos_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "chaos", "caster", "gem" }, tradeHash = 4226189338, }, + ["GlobalPhysicalSpellGemsLevel1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 5, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevel2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 41, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevel3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 75, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelWeapon1"] = { type = "Suffix", affix = "of Agony", "+1 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelWeapon2"] = { type = "Suffix", affix = "of Suffering", "+2 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelWeapon3"] = { type = "Suffix", affix = "of Torment", "+3 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelWeapon4"] = { type = "Suffix", affix = "of Desolation", "+4 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelWeapon5"] = { type = "Suffix", affix = "of Grief", "+5 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "wand", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Agony", "+2 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Suffering", "+3 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 18, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Torment", "+4 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 36, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Desolation", "+(5-6) to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 55, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalPhysicalSpellGemsLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of Grief", "+7 to Level of all Physical Spell Skills", statOrder = { 1399 }, level = 81, group = "GlobalIncreasePhysicalSpellSkillGemLevelWeapon", weightKey = { "no_physical_spell_mods", "staff", "default", }, weightVal = { 0, 1, 0 }, modTags = { "physical", "caster", "gem" }, tradeHash = 1600707273, }, + ["GlobalMinionSpellSkillGemLevel1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all Minion Skills", statOrder = { 927 }, level = 5, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevel2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all Minion Skills", statOrder = { 927 }, level = 41, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevel3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all Minion Skills", statOrder = { 927 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Taskmaster", "+1 to Level of all Minion Skills", statOrder = { 927 }, level = 2, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Despot", "+2 to Level of all Minion Skills", statOrder = { 927 }, level = 25, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Overseer", "+3 to Level of all Minion Skills", statOrder = { 927 }, level = 55, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Slavedriver", "+4 to Level of all Minion Skills", statOrder = { 927 }, level = 78, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalMinionSpellSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Tyrant", "+5 to Level of all Minion Skills", statOrder = { 927 }, level = 81, group = "GlobalIncreaseMinionSpellSkillGemLevelWeapon", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["GlobalTrapSkillGemLevel1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 5, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevel2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 41, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "belt", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevel3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 75, group = "GlobalIncreaseTrapSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Explosives", "+1 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 2, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Shrapnel", "+2 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 18, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Sabotage", "+3 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 36, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Detonation", "+4 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 55, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalTrapSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of Pyrotechnics", "+5 to Level of all Trap Skill Gems", statOrder = { 928 }, level = 81, group = "GlobalIncreaseTrapSkillGemLevelWeapon", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239953100, }, + ["GlobalMeleeSkillGemLevel1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all Melee Skills", statOrder = { 924 }, level = 5, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevel2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all Melee Skills", statOrder = { 924 }, level = 41, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevel3"] = { type = "Suffix", affix = "of Battle", "+3 to Level of all Melee Skills", statOrder = { 924 }, level = 75, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of Combat", "+1 to Level of all Melee Skills", statOrder = { 924 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of Dueling", "+2 to Level of all Melee Skills", statOrder = { 924 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of Conflict", "+3 to Level of all Melee Skills", statOrder = { 924 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of Battle", "+4 to Level of all Melee Skills", statOrder = { 924 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of War", "+5 to Level of all Melee Skills", statOrder = { 924 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { "ranged", "spear", "one_hand_weapon", "default", }, weightVal = { 0, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of Combat", "+2 to Level of all Melee Skills", statOrder = { 924 }, level = 2, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of Dueling", "+3 to Level of all Melee Skills", statOrder = { 924 }, level = 18, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of Conflict", "+4 to Level of all Melee Skills", statOrder = { 924 }, level = 36, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of Battle", "+(5-6) to Level of all Melee Skills", statOrder = { 924 }, level = 55, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalMeleeSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of War", "+7 to Level of all Melee Skills", statOrder = { 924 }, level = 81, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack" }, tradeHash = 9187492, }, + ["GlobalProjectileSkillGemLevel1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all Projectile Skills", statOrder = { 926 }, level = 5, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevel2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all Projectile Skills", statOrder = { 926 }, level = 41, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "quiver", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevel3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all Projectile Skills", statOrder = { 926 }, level = 75, group = "GlobalIncreaseProjectileSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelWeapon1"] = { type = "Suffix", affix = "of the Archer", "+1 to Level of all Projectile Skills", statOrder = { 926 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+2 to Level of all Projectile Skills", statOrder = { 926 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+3 to Level of all Projectile Skills", statOrder = { 926 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+4 to Level of all Projectile Skills", statOrder = { 926 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+5 to Level of all Projectile Skills", statOrder = { 926 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "bow", "spear", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon1"] = { type = "Suffix", affix = "of the Archer", "+2 to Level of all Projectile Skills", statOrder = { 926 }, level = 2, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon2"] = { type = "Suffix", affix = "of the Fletcher", "+3 to Level of all Projectile Skills", statOrder = { 926 }, level = 18, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon3"] = { type = "Suffix", affix = "of the Sharpshooter", "+4 to Level of all Projectile Skills", statOrder = { 926 }, level = 36, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon4"] = { type = "Suffix", affix = "of the Marksman", "+(5-6) to Level of all Projectile Skills", statOrder = { 926 }, level = 55, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["GlobalProjectileSkillGemLevelTwoHandWeapon5"] = { type = "Suffix", affix = "of the Sniper", "+7 to Level of all Projectile Skills", statOrder = { 926 }, level = 81, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1202301673, }, + ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "(1-2) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "(2.1-3) Life Regeneration per second", statOrder = { 964 }, level = 5, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "(3.1-4) Life Regeneration per second", statOrder = { 964 }, level = 11, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "(4.1-6) Life Regeneration per second", statOrder = { 964 }, level = 17, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "(6.1-9) Life Regeneration per second", statOrder = { 964 }, level = 26, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "(9.1-13) Life Regeneration per second", statOrder = { 964 }, level = 35, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "(13.1-18) Life Regeneration per second", statOrder = { 964 }, level = 47, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "ring", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration8_"] = { type = "Suffix", affix = "of Recuperation", "(18.1-23) Life Regeneration per second", statOrder = { 964 }, level = 58, group = "LifeRegeneration", weightKey = { "body_armour", "helmet", "boots", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "(23.1-29) Life Regeneration per second", statOrder = { 964 }, level = 68, group = "LifeRegeneration", weightKey = { "body_armour", "belt", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Immortality", "(29.1-33) Life Regeneration per second", statOrder = { 964 }, level = 75, group = "LifeRegeneration", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["LifeRegeneration11____"] = { type = "Suffix", affix = "of the Phoenix", "(33.1-36) Life Regeneration per second", statOrder = { 964 }, level = 81, group = "LifeRegeneration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["NearbyAlliesLifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "Allies in your Presence Regenerate (1-2) Life per second", statOrder = { 893 }, level = 1, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "Allies in your Presence Regenerate (2.1-3) Life per second", statOrder = { 893 }, level = 5, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "Allies in your Presence Regenerate (3.1-4) Life per second", statOrder = { 893 }, level = 11, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "Allies in your Presence Regenerate (4.1-6) Life per second", statOrder = { 893 }, level = 17, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "Allies in your Presence Regenerate (6.1-9) Life per second", statOrder = { 893 }, level = 26, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "Allies in your Presence Regenerate (9.1-13) Life per second", statOrder = { 893 }, level = 35, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration7"] = { type = "Suffix", affix = "of Convalescence", "Allies in your Presence Regenerate (13.1-18) Life per second", statOrder = { 893 }, level = 47, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration8"] = { type = "Suffix", affix = "of Recuperation", "Allies in your Presence Regenerate (18.1-23) Life per second", statOrder = { 893 }, level = 58, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration9"] = { type = "Suffix", affix = "of Resurgence", "Allies in your Presence Regenerate (23.1-29) Life per second", statOrder = { 893 }, level = 68, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["NearbyAlliesLifeRegeneration10"] = { type = "Suffix", affix = "of Immortality", "Allies in your Presence Regenerate (29.1-33) Life per second", statOrder = { 893 }, level = 75, group = "AlliesInPresenceLifeRegeneration", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 4010677958, }, + ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 18, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 29, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 42, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 79, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "sceptre", "wand", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand1"] = { type = "Suffix", affix = "of Excitement", "(15-29)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand2"] = { type = "Suffix", affix = "of Joy", "(30-44)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 18, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand3"] = { type = "Suffix", affix = "of Elation", "(45-59)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 29, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand4"] = { type = "Suffix", affix = "of Bliss", "(60-74)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 42, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand5"] = { type = "Suffix", affix = "of Euphoria", "(75-89)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 55, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["ManaRegenerationTwoHand6"] = { type = "Suffix", affix = "of Nirvana", "(90-104)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 79, group = "ManaRegeneration", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["LifeLeech1"] = { type = "Suffix", affix = "of the Parasite", "Leech (5-5.9)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 21, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["LifeLeech2"] = { type = "Suffix", affix = "of the Locust", "Leech (6-6.9)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 38, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["LifeLeech3"] = { type = "Suffix", affix = "of the Remora", "Leech (7-7.9)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 54, group = "LifeLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["LifeLeech4"] = { type = "Suffix", affix = "of the Lamprey", "Leech (8-8.9)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["LifeLeech5"] = { type = "Suffix", affix = "of the Vampire", "Leech (9-9.9)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 81, group = "LifeLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["LifeLeechLocal1"] = { type = "Suffix", affix = "of the Parasite", "Leeches (5-5.9)% of Physical Damage as Life", statOrder = { 968 }, level = 21, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechLocal2"] = { type = "Suffix", affix = "of the Locust", "Leeches (6-6.9)% of Physical Damage as Life", statOrder = { 968 }, level = 38, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechLocal3"] = { type = "Suffix", affix = "of the Remora", "Leeches (7-7.9)% of Physical Damage as Life", statOrder = { 968 }, level = 54, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechLocal4"] = { type = "Suffix", affix = "of the Lamprey", "Leeches (8-8.9)% of Physical Damage as Life", statOrder = { 968 }, level = 68, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechLocal5"] = { type = "Suffix", affix = "of the Vampire", "Leeches (9-9.9)% of Physical Damage as Life", statOrder = { 968 }, level = 81, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["ManaLeech1"] = { type = "Suffix", affix = "of the Thirsty", "Leech (4-4.9)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 21, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["ManaLeech2"] = { type = "Suffix", affix = "of the Parched", "Leech (5-5.9)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 38, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["ManaLeech3"] = { type = "Suffix", affix = "of the Arid", "Leech (6-6.9)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 54, group = "ManaLeechPermyriad", weightKey = { "gloves", "ring", "default", }, weightVal = { 1, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["ManaLeech4"] = { type = "Suffix", affix = "of the Drought", "Leech (7-7.9)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["ManaLeech5"] = { type = "Suffix", affix = "of the Desperate", "Leech (8-8.9)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 81, group = "ManaLeechPermyriad", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["ManaLeechLocal1"] = { type = "Suffix", affix = "of the Thirsty", "Leeches (4-4.9)% of Physical Damage as Mana", statOrder = { 974 }, level = 21, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["ManaLeechLocal2"] = { type = "Suffix", affix = "of the Parched", "Leeches (5-5.9)% of Physical Damage as Mana", statOrder = { 974 }, level = 38, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["ManaLeechLocal3"] = { type = "Suffix", affix = "of the Arid", "Leeches (6-6.9)% of Physical Damage as Mana", statOrder = { 974 }, level = 54, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["ManaLeechLocal4"] = { type = "Suffix", affix = "of the Drought", "Leeches (7-7.9)% of Physical Damage as Mana", statOrder = { 974 }, level = 68, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["ManaLeechLocal5"] = { type = "Suffix", affix = "of the Desperate", "Leeches (8-8.9)% of Physical Damage as Mana", statOrder = { 974 }, level = 81, group = "ManaLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (4-6) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-9) Life per Enemy Killed", statOrder = { 971 }, level = 11, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (10-18) Life per Enemy Killed", statOrder = { 971 }, level = 22, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (19-28) Life per Enemy Killed", statOrder = { 971 }, level = 33, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Vanquishing", "Gain (29-40) Life per Enemy Killed", statOrder = { 971 }, level = 44, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Valour", "Gain (41-53) Life per Enemy Killed", statOrder = { 971 }, level = 55, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Glory", "Gain (54-68) Life per Enemy Killed", statOrder = { 971 }, level = 66, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["LifeGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Legend", "Gain (69-84) Life per Enemy Killed", statOrder = { 971 }, level = 77, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed", statOrder = { 976 }, level = 12, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Infusion", "Gain (6-9) Mana per Enemy Killed", statOrder = { 976 }, level = 23, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Enveloping", "Gain (10-14) Mana per Enemy Killed", statOrder = { 976 }, level = 34, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath5"] = { type = "Suffix", affix = "of Consumption", "Gain (15-20) Mana per Enemy Killed", statOrder = { 976 }, level = 45, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath6"] = { type = "Suffix", affix = "of Siphoning", "Gain (21-27) Mana per Enemy Killed", statOrder = { 976 }, level = 56, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "ring", "gloves", "quiver", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath7"] = { type = "Suffix", affix = "of Devouring", "Gain (28-35) Mana per Enemy Killed", statOrder = { 976 }, level = 67, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["ManaGainedFromEnemyDeath8"] = { type = "Suffix", affix = "of Assimilation", "Gain (36-45) Mana per Enemy Killed", statOrder = { 976 }, level = 78, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "wand", "staff", "gloves", "trap", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 8, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 20, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 30, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 40, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy Hit", statOrder = { 970 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, + ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy Hit", statOrder = { 970 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, + ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy Hit", statOrder = { 970 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, + ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy Hit", statOrder = { 970 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, + ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 937 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 937 }, level = 37, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrder = { 937 }, level = 60, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 916 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 916 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrder = { 916 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased Attack Speed", statOrder = { 916 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased Attack Speed", statOrder = { 916 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased Attack Speed", statOrder = { 916 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-28)% increased Attack Speed", statOrder = { 916 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["NearbyAlliesIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "Allies in your Presence have (5-7)% increased Attack Speed", statOrder = { 890 }, level = 5, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["NearbyAlliesIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "Allies in your Presence have (8-10)% increased Attack Speed", statOrder = { 890 }, level = 20, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["NearbyAlliesIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "Allies in your Presence have (11-13)% increased Attack Speed", statOrder = { 890 }, level = 35, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["NearbyAlliesIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "Allies in your Presence have (14-16)% increased Attack Speed", statOrder = { 890 }, level = 55, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(9-12)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(13-16)% increased Cast Speed", statOrder = { 938 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(17-20)% increased Cast Speed", statOrder = { 938 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "(21-24)% increased Cast Speed", statOrder = { 938 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "ring", "amulet", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Legerdemain", "(25-28)% increased Cast Speed", statOrder = { 938 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "amulet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Prestidigitation", "(29-32)% increased Cast Speed", statOrder = { 938 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(33-35)% increased Cast Speed", statOrder = { 938 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(14-19)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(20-25)% increased Cast Speed", statOrder = { 938 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(26-31)% increased Cast Speed", statOrder = { 938 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Sortilege", "(32-37)% increased Cast Speed", statOrder = { 938 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Legerdemain", "(38-43)% increased Cast Speed", statOrder = { 938 }, level = 60, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Prestidigitation", "(44-49)% increased Cast Speed", statOrder = { 938 }, level = 70, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(50-52)% increased Cast Speed", statOrder = { 938 }, level = 80, group = "IncreasedCastSpeed", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["NearbyAlliesIncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "Allies in your Presence have (5-8)% increased Cast Speed", statOrder = { 891 }, level = 6, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["NearbyAlliesIncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "Allies in your Presence have (9-12)% increased Cast Speed", statOrder = { 891 }, level = 21, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["NearbyAlliesIncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "Allies in your Presence have (13-16)% increased Cast Speed", statOrder = { 891 }, level = 36, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["NearbyAlliesIncreasedCastSpeed4"] = { type = "Suffix", affix = "of Sortilege", "Allies in your Presence have (17-20)% increased Cast Speed", statOrder = { 891 }, level = 56, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["IncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to Accuracy Rating", statOrder = { 859 }, level = 11, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to Accuracy Rating", statOrder = { 859 }, level = 18, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to Accuracy Rating", statOrder = { 859 }, level = 26, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to Accuracy Rating", statOrder = { 859 }, level = 36, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to Accuracy Rating", statOrder = { 859 }, level = 48, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to Accuracy Rating", statOrder = { 859 }, level = 58, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to Accuracy Rating", statOrder = { 859 }, level = 67, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["IncreasedAccuracy9"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to Accuracy Rating", statOrder = { 859 }, level = 76, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "quiver", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["LocalIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "+(11-32) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "+(33-60) to Accuracy Rating", statOrder = { 824 }, level = 11, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "+(61-84) to Accuracy Rating", statOrder = { 824 }, level = 18, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "+(85-123) to Accuracy Rating", statOrder = { 824 }, level = 26, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "+(124-167) to Accuracy Rating", statOrder = { 824 }, level = 36, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "+(168-236) to Accuracy Rating", statOrder = { 824 }, level = 48, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "+(237-346) to Accuracy Rating", statOrder = { 824 }, level = 58, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "+(347-450) to Accuracy Rating", statOrder = { 824 }, level = 67, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy9_"] = { type = "Prefix", affix = "Amazon's", "+(451-550) to Accuracy Rating", statOrder = { 824 }, level = 76, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["LocalIncreasedAccuracy10"] = { type = "Prefix", affix = "Valkyrie's", "+(551-650) to Accuracy Rating", statOrder = { 824 }, level = 82, group = "LocalAccuracyRating", weightKey = { "ranged", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 691932474, }, + ["NearbyAlliesIncreasedAccuracy1"] = { type = "Prefix", affix = "Precise", "Allies in your Presence have +(11-32) to Accuracy Rating", statOrder = { 887 }, level = 1, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy2"] = { type = "Prefix", affix = "Reliable", "Allies in your Presence have +(33-60) to Accuracy Rating", statOrder = { 887 }, level = 11, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy3"] = { type = "Prefix", affix = "Focused", "Allies in your Presence have +(61-84) to Accuracy Rating", statOrder = { 887 }, level = 18, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy4"] = { type = "Prefix", affix = "Deliberate", "Allies in your Presence have +(85-123) to Accuracy Rating", statOrder = { 887 }, level = 26, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy5"] = { type = "Prefix", affix = "Consistent", "Allies in your Presence have +(124-167) to Accuracy Rating", statOrder = { 887 }, level = 36, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy6"] = { type = "Prefix", affix = "Steady", "Allies in your Presence have +(168-236) to Accuracy Rating", statOrder = { 887 }, level = 48, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy7"] = { type = "Prefix", affix = "Hunter's", "Allies in your Presence have +(237-346) to Accuracy Rating", statOrder = { 887 }, level = 58, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["NearbyAlliesIncreasedAccuracy8"] = { type = "Prefix", affix = "Ranger's", "Allies in your Presence have +(347-450) to Accuracy Rating", statOrder = { 887 }, level = 67, group = "AlliesInPresenceIncreasedAccuracy", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, tradeHash = 3169585282, }, + ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased Critical Hit Chance", statOrder = { 929 }, level = 5, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased Critical Hit Chance", statOrder = { 929 }, level = 20, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased Critical Hit Chance", statOrder = { 929 }, level = 30, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased Critical Hit Chance", statOrder = { 929 }, level = 44, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased Critical Hit Chance", statOrder = { 929 }, level = 58, group = "CriticalStrikeChance", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased Critical Hit Chance", statOrder = { 929 }, level = 72, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "+(1.01-1.5)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "+(1.51-2.1)% to Critical Hit Chance", statOrder = { 914 }, level = 20, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "+(2.11-2.7)% to Critical Hit Chance", statOrder = { 914 }, level = 30, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "+(3.11-3.8)% to Critical Hit Chance", statOrder = { 914 }, level = 44, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "+(3.81-4.4)% to Critical Hit Chance", statOrder = { 914 }, level = 59, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "+(4.41-5)% to Critical Hit Chance", statOrder = { 914 }, level = 73, group = "LocalBaseCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(27-33)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(34-39)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-46)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(47-53)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(54-59)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(60-73)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand1"] = { type = "Suffix", affix = "of Menace", "(40-49)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand2"] = { type = "Suffix", affix = "of Havoc", "(50-59)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand3"] = { type = "Suffix", affix = "of Disaster", "(60-69)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand4"] = { type = "Suffix", affix = "of Calamity", "(70-79)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand5"] = { type = "Suffix", affix = "of Ruin", "(80-89)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["SpellCriticalStrikeChanceTwoHand6"] = { type = "Suffix", affix = "of Unmaking", "(90-109)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["AttackCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-14)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 5, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AttackCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(15-19)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 20, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AttackCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(20-24)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 30, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AttackCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(25-29)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 44, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AttackCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(30-34)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 58, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AttackCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(35-38)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 72, group = "AttackCriticalStrikeChance", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["TrapCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 11, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["TrapCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 21, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["TrapCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 28, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["TrapCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 41, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["TrapCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 59, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["TrapCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 76, group = "TrapCriticalStrikeChance", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1192661666, }, + ["NearbyAlliesCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "Allies in your Presence have (10-14)% increased Critical Hit Chance", statOrder = { 888 }, level = 11, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["NearbyAlliesCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "Allies in your Presence have (15-19)% increased Critical Hit Chance", statOrder = { 888 }, level = 21, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["NearbyAlliesCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "Allies in your Presence have (20-24)% increased Critical Hit Chance", statOrder = { 888 }, level = 28, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["NearbyAlliesCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "Allies in your Presence have (25-29)% increased Critical Hit Chance", statOrder = { 888 }, level = 41, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["NearbyAlliesCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "Allies in your Presence have (30-34)% increased Critical Hit Chance", statOrder = { 888 }, level = 59, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["NearbyAlliesCriticalStrikeChance6"] = { type = "Suffix", affix = "of Unmaking", "Allies in your Presence have (35-38)% increased Critical Hit Chance", statOrder = { 888 }, level = 76, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Damage Bonus", statOrder = { 933 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Damage Bonus", statOrder = { 933 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Damage Bonus", statOrder = { 933 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Damage Bonus", statOrder = { 933 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Damage Bonus", statOrder = { 933 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "gloves", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Damage Bonus", statOrder = { 933 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-11)% to Critical Damage Bonus", statOrder = { 915 }, level = 8, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(12-13)% to Critical Damage Bonus", statOrder = { 915 }, level = 21, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(14-16)% to Critical Damage Bonus", statOrder = { 915 }, level = 30, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(17-19)% to Critical Damage Bonus", statOrder = { 915 }, level = 44, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(20-22)% to Critical Damage Bonus", statOrder = { 915 }, level = 59, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(23-25)% to Critical Damage Bonus", statOrder = { 915 }, level = 73, group = "LocalCriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["SpellCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 8, group = "SpellCriticalStrikeMultiplier", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 21, group = "SpellCriticalStrikeMultiplier", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 30, group = "SpellCriticalStrikeMultiplier", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 44, group = "SpellCriticalStrikeMultiplier", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 59, group = "SpellCriticalStrikeMultiplier", weightKey = { "focus", "wand", "default", }, weightVal = { 1, 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 73, group = "SpellCriticalStrikeMultiplier", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand1"] = { type = "Suffix", affix = "of Ire", "(15-21)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 8, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand2"] = { type = "Suffix", affix = "of Anger", "(23-29)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 21, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand3"] = { type = "Suffix", affix = "of Rage", "(30-36)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 30, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand4"] = { type = "Suffix", affix = "of Fury", "(38-44)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 44, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand5"] = { type = "Suffix", affix = "of Ferocity", "(45-51)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 59, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["SpellCriticalStrikeMultiplierTwoHand6"] = { type = "Suffix", affix = "of Destruction", "(53-59)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 73, group = "SpellCriticalStrikeMultiplier", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["AttackCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "(10-14)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 8, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["AttackCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "(15-19)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 21, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["AttackCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "(20-24)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 31, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["AttackCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "(25-29)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 45, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["AttackCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "(30-34)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 59, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["AttackCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "(35-39)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 74, group = "AttackCriticalStrikeMultiplier", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["TrapCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 8, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["TrapCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 21, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["TrapCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 30, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["TrapCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 44, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["TrapCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 59, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["TrapCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-39)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 73, group = "TrapCriticalStrikeMultiplier", weightKey = { "trap", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1780168381, }, + ["NearbyAlliesCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "Allies in your Presence have (10-14)% increased Critical Damage Bonus", statOrder = { 889 }, level = 8, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["NearbyAlliesCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "Allies in your Presence have (15-19)% increased Critical Damage Bonus", statOrder = { 889 }, level = 21, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["NearbyAlliesCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "Allies in your Presence have (20-24)% increased Critical Damage Bonus", statOrder = { 889 }, level = 30, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["NearbyAlliesCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "Allies in your Presence have (25-29)% increased Critical Damage Bonus", statOrder = { 889 }, level = 44, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["NearbyAlliesCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "Allies in your Presence have (30-34)% increased Critical Damage Bonus", statOrder = { 889 }, level = 59, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["NearbyAlliesCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "Allies in your Presence have (35-39)% increased Critical Damage Bonus", statOrder = { 889 }, level = 73, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased Rarity of Items found", statOrder = { 913 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-14)% increased Rarity of Items found", statOrder = { 913 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(15-18)% increased Rarity of Items found", statOrder = { 913 }, level = 40, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(19-21)% increased Rarity of Items found", statOrder = { 913 }, level = 63, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncrease5"] = { type = "Suffix", affix = "of Windfall", "(22-25)% increased Rarity of Items found", statOrder = { 913 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1, 1, 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-11)% increased Rarity of Items found", statOrder = { 913 }, level = 10, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Collector's", "(12-15)% increased Rarity of Items found", statOrder = { 913 }, level = 29, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Hoarder's", "(16-19)% increased Rarity of Items found", statOrder = { 913 }, level = 47, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Pirate's", "(20-22)% increased Rarity of Items found", statOrder = { 913 }, level = 65, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["ItemFoundRarityIncreasePrefix5"] = { type = "Prefix", affix = "Dragon's", "(23-25)% increased Rarity of Items found", statOrder = { 913 }, level = 81, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1, 1, 1, 0 }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 859, 999 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, + ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 859, 999 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, + ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to Accuracy Rating", "15% increased Light Radius", statOrder = { 859, 999 }, level = 30, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3894846456, }, + ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 824, 999 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, + ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 824, 999 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, + ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "+(41-60) to Accuracy Rating", "15% increased Light Radius", statOrder = { 824, 999 }, level = 30, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 2631551465, }, + ["LightRadiusAndManaRegeneration1"] = { type = "Suffix", affix = "of Warmth", "(8-12)% increased Mana Regeneration Rate", "5% increased Light Radius", statOrder = { 972, 999 }, level = 8, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, + ["LightRadiusAndManaRegeneration2"] = { type = "Suffix", affix = "of Kindling", "(13-17)% increased Mana Regeneration Rate", "10% increased Light Radius", statOrder = { 972, 999 }, level = 15, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, + ["LightRadiusAndManaRegeneration3"] = { type = "Suffix", affix = "of the Hearth", "(18-22)% increased Mana Regeneration Rate", "15% increased Light Radius", statOrder = { 972, 999 }, level = 30, group = "LightRadiusAndManaRegeneration", weightKey = { "wand", "staff", "sceptre", "ring", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 4017769051, }, + ["LocalBlockChance1"] = { type = "Prefix", affix = "Steadfast", "(15-19)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance2"] = { type = "Prefix", affix = "Unrelenting", "(20-24)% increased Block chance", statOrder = { 828 }, level = 33, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance3"] = { type = "Prefix", affix = "Adamant", "(25-30)% increased Block chance", statOrder = { 828 }, level = 65, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance4_"] = { type = "Prefix", affix = "Warded", "(58-63)% increased Block chance", statOrder = { 828 }, level = 46, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased Block chance", statOrder = { 828 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased Block chance", statOrder = { 828 }, level = 74, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["LocalBlockChance7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased Block chance", statOrder = { 828 }, level = 82, group = "LocalIncreasedBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "block" }, tradeHash = 2481353198, }, + ["IncreasedSpirit1"] = { type = "Prefix", affix = "Lady's", "+(30-33) to Spirit", statOrder = { 871 }, level = 16, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit2"] = { type = "Prefix", affix = "Baronness'", "+(34-37) to Spirit", statOrder = { 871 }, level = 25, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit3"] = { type = "Prefix", affix = "Viscountess'", "+(38-42) to Spirit", statOrder = { 871 }, level = 33, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit4"] = { type = "Prefix", affix = "Marchioness'", "+(43-46) to Spirit", statOrder = { 871 }, level = 46, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit5"] = { type = "Prefix", affix = "Countess'", "+(47-50) to Spirit", statOrder = { 871 }, level = 54, group = "BaseSpirit", weightKey = { "body_armour", "amulet", "default", }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit6"] = { type = "Prefix", affix = "Duchess'", "+(51-53) to Spirit", statOrder = { 871 }, level = 60, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit7"] = { type = "Prefix", affix = "Princess'", "+(54-56) to Spirit", statOrder = { 871 }, level = 65, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["IncreasedSpirit8"] = { type = "Prefix", affix = "Queen's", "+(57-61) to Spirit", statOrder = { 871 }, level = 78, group = "BaseSpirit", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3981240776, }, + ["LocalIncreasedSpiritPercent1"] = { type = "Prefix", affix = "Lord's", "(30-36)% increased Spirit", statOrder = { 839 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent2"] = { type = "Prefix", affix = "Baron's", "(27-32)% increased Spirit", statOrder = { 839 }, level = 8, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent3"] = { type = "Prefix", affix = "Viscount's", "(33-38)% increased Spirit", statOrder = { 839 }, level = 16, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent4"] = { type = "Prefix", affix = "Marquess'", "(39-44)% increased Spirit", statOrder = { 839 }, level = 33, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent5"] = { type = "Prefix", affix = "Count's", "(45-50)% increased Spirit", statOrder = { 839 }, level = 46, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent6"] = { type = "Prefix", affix = "Duke's", "(51-55)% increased Spirit", statOrder = { 839 }, level = 60, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent7"] = { type = "Prefix", affix = "Prince's", "(56-60)% increased Spirit", statOrder = { 839 }, level = 75, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritPercent8"] = { type = "Prefix", affix = "King's", "(61-65)% increased Spirit", statOrder = { 839 }, level = 82, group = "LocalIncreasedSpiritPercent", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3984865854, }, + ["LocalIncreasedSpiritAndMana1"] = { type = "Prefix", affix = "Advisor's", "(10-14)% increased Spirit", "+(17-20) to maximum Mana", statOrder = { 839, 868 }, level = 2, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana2"] = { type = "Prefix", affix = "Counselor's", "(15-18)% increased Spirit", "+(21-24) to maximum Mana", statOrder = { 839, 868 }, level = 11, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana3"] = { type = "Prefix", affix = "Emissary's", "(19-22)% increased Spirit", "+(25-28) to maximum Mana", statOrder = { 839, 868 }, level = 26, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana4"] = { type = "Prefix", affix = "Minister's", "(23-26)% increased Spirit", "+(29-33) to maximum Mana", statOrder = { 839, 868 }, level = 36, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana5"] = { type = "Prefix", affix = "Envoy's", "(27-30)% increased Spirit", "+(34-37) to maximum Mana", statOrder = { 839, 868 }, level = 48, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana6"] = { type = "Prefix", affix = "Diplomat's", "(31-34)% increased Spirit", "+(38-41) to maximum Mana", statOrder = { 839, 868 }, level = 58, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["LocalIncreasedSpiritAndMana7"] = { type = "Prefix", affix = "Chancellor's", "(35-38)% increased Spirit", "+(42-45) to maximum Mana", statOrder = { 839, 868 }, level = 70, group = "LocalIncreasedSpiritAndMana", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4262335280, }, + ["ReducedBleedDuration1"] = { type = "Suffix", affix = "of Sealing", "(36-40)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 21, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["ReducedBleedDuration2"] = { type = "Suffix", affix = "of Alleviation", "(41-45)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 37, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["ReducedBleedDuration3"] = { type = "Suffix", affix = "of Allaying", "(46-50)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 50, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["ReducedBleedDuration4"] = { type = "Suffix", affix = "of Assuaging", "(51-55)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 64, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["ReducedBleedDuration5"] = { type = "Suffix", affix = "of Staunching", "(56-60)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 76, group = "ReducedBleedDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, ["ReducedPoisonDuration1"] = { type = "Suffix", affix = "of the Antitoxin", "(36-40)% reduced Poison Duration on you", statOrder = { 996 }, level = 21, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3301100256, }, ["ReducedPoisonDuration2"] = { type = "Suffix", affix = "of the Remedy", "(41-45)% reduced Poison Duration on you", statOrder = { 996 }, level = 37, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3301100256, }, ["ReducedPoisonDuration3"] = { type = "Suffix", affix = "of the Cure", "(46-50)% reduced Poison Duration on you", statOrder = { 996 }, level = 50, group = "ReducedPoisonDuration", weightKey = { "body_armour", "default", }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3301100256, }, @@ -1152,92 +1170,111 @@ return { ["ReducedFreezeDuration3"] = { type = "Suffix", affix = "of Defrosting", "(46-50)% reduced Freeze Duration on you", statOrder = { 994 }, level = 49, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, ["ReducedFreezeDuration4"] = { type = "Suffix", affix = "of the Temperate", "(51-55)% reduced Freeze Duration on you", statOrder = { 994 }, level = 63, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, ["ReducedFreezeDuration5"] = { type = "Suffix", affix = "of Thawing", "(56-60)% reduced Freeze Duration on you", statOrder = { 994 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "boots", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, - ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "Hits against you have (21-27)% reduced Critical Damage Bonus", statOrder = { 948 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "Hits against you have (28-34)% reduced Critical Damage Bonus", statOrder = { 948 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "Hits against you have (35-41)% reduced Critical Damage Bonus", statOrder = { 948 }, level = 58, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "Hits against you have (42-47)% reduced Critical Damage Bonus", statOrder = { 948 }, level = 69, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["ReducedExtraDamageFromCrits5"] = { type = "Suffix", affix = "of the Bastion", "Hits against you have (48-54)% reduced Critical Damage Bonus", statOrder = { 948 }, level = 81, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional Physical Damage Reduction", statOrder = { 949 }, level = 32, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Custodian", "5% additional Physical Damage Reduction", statOrder = { 949 }, level = 41, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Sentry", "6% additional Physical Damage Reduction", statOrder = { 949 }, level = 53, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional Physical Damage Reduction", statOrder = { 949 }, level = 66, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional Physical Damage Reduction", statOrder = { 949 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to Maximum Fire Resistance", statOrder = { 951 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to Maximum Fire Resistance", statOrder = { 951 }, level = 75, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to Maximum Fire Resistance", statOrder = { 951 }, level = 81, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to Maximum Cold Resistance", statOrder = { 952 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to Maximum Cold Resistance", statOrder = { 952 }, level = 75, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to Maximum Cold Resistance", statOrder = { 952 }, level = 81, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to Maximum Lightning Resistance", statOrder = { 953 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to Maximum Lightning Resistance", statOrder = { 953 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to Maximum Lightning Resistance", statOrder = { 953 }, level = 81, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to Maximum Chaos Resistance", statOrder = { 954 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, - ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to Maximum Chaos Resistance", statOrder = { 954 }, level = 75, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, - ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to Maximum Chaos Resistance", statOrder = { 954 }, level = 81, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, - ["MaximumElementalResistance1"] = { type = "Suffix", affix = "of the Deathless", "+1% to all Maximum Elemental Resistances", statOrder = { 950 }, level = 75, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, - ["MaximumElementalResistance2"] = { type = "Suffix", affix = "of the Everlasting", "+2% to all Maximum Elemental Resistances", statOrder = { 950 }, level = 81, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, - ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Enlivening", "(26-30)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 33, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(31-35)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(36-40)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 58, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(41-45)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 69, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(46-50)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { "focus", "default", }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "Hits against you have (21-27)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "Hits against you have (28-34)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "Hits against you have (35-41)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 58, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "Hits against you have (42-47)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 69, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["ReducedExtraDamageFromCrits5"] = { type = "Suffix", affix = "of the Bastion", "Hits against you have (48-54)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 81, group = "ReducedExtraDamageFromCrits", weightKey = { "str_dex_shield", "default", }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional Physical Damage Reduction", statOrder = { 947 }, level = 32, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Custodian", "5% additional Physical Damage Reduction", statOrder = { 947 }, level = 41, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Sentry", "6% additional Physical Damage Reduction", statOrder = { 947 }, level = 53, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional Physical Damage Reduction", statOrder = { 947 }, level = 66, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional Physical Damage Reduction", statOrder = { 947 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { "str_shield", "default", }, weightVal = { 1, 0 }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to Maximum Fire Resistance", statOrder = { 949 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to Maximum Fire Resistance", statOrder = { 949 }, level = 75, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to Maximum Fire Resistance", statOrder = { 949 }, level = 81, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to Maximum Cold Resistance", statOrder = { 950 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to Maximum Cold Resistance", statOrder = { 950 }, level = 75, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to Maximum Cold Resistance", statOrder = { 950 }, level = 81, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to Maximum Lightning Resistance", statOrder = { 951 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to Maximum Lightning Resistance", statOrder = { 951 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to Maximum Lightning Resistance", statOrder = { 951 }, level = 81, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to Maximum Chaos Resistance", statOrder = { 952 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, + ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to Maximum Chaos Resistance", statOrder = { 952 }, level = 75, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, + ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to Maximum Chaos Resistance", statOrder = { 952 }, level = 81, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, tradeHash = 1301765461, }, + ["MaximumElementalResistance1"] = { type = "Suffix", affix = "of the Deathless", "+1% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 75, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, + ["MaximumElementalResistance2"] = { type = "Suffix", affix = "of the Everlasting", "+2% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 81, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, + ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Enlivening", "(26-30)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(31-35)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 16, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(36-40)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 36, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(41-45)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 48, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(46-50)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 66, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "helmet", "gloves", "boots", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["EnergyShieldRechargeRate6"] = { type = "Suffix", affix = "of Suffusion", "(51-55)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { "body_armour", "helmet", "gloves", "boots", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "focus", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, + ["FasterStartOfEnergyShieldRecharge1"] = { type = "Suffix", affix = "of Impatience", "(26-30)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["FasterStartOfEnergyShieldRecharge2"] = { type = "Suffix", affix = "of Restlessness", "(31-35)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 16, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["FasterStartOfEnergyShieldRecharge3"] = { type = "Suffix", affix = "of Fretfulness", "(36-40)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 36, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["FasterStartOfEnergyShieldRecharge4"] = { type = "Suffix", affix = "of Motivation", "(41-45)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 48, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["FasterStartOfEnergyShieldRecharge5"] = { type = "Suffix", affix = "of Excitement", "(46-50)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 66, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["FasterStartOfEnergyShieldRecharge6"] = { type = "Suffix", affix = "of Anticipation", "(51-55)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 81, group = "EnergyShieldDelay", weightKey = { "helmet", "gloves", "boots", "shield", "str_dex_int_armour", "str_int_armour", "dex_int_armour", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["ArmourAppliesToElementalDamage1"] = { type = "Suffix", affix = "of Covering", "+(14-19)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 1, group = "ArmourAppliesToElementalDamage", weightKey = { "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["ArmourAppliesToElementalDamage2"] = { type = "Suffix", affix = "of Sheathing", "+(20-25)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 16, group = "ArmourAppliesToElementalDamage", weightKey = { "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["ArmourAppliesToElementalDamage3"] = { type = "Suffix", affix = "of Lining", "+(26-31)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 36, group = "ArmourAppliesToElementalDamage", weightKey = { "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["ArmourAppliesToElementalDamage4"] = { type = "Suffix", affix = "of Padding", "+(32-37)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 48, group = "ArmourAppliesToElementalDamage", weightKey = { "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["ArmourAppliesToElementalDamage5"] = { type = "Suffix", affix = "of Furring", "+(38-43)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 66, group = "ArmourAppliesToElementalDamage", weightKey = { "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["ArmourAppliesToElementalDamage6"] = { type = "Suffix", affix = "of Thermokryptance", "+(44-50)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 81, group = "ArmourAppliesToElementalDamage", weightKey = { "helmet", "gloves", "boots", "str_dex_int_armour", "str_int_armour", "str_dex_armour", "str_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["EvasionGrantsDeflection1"] = { type = "Suffix", affix = "of Deflecting", "Gain Deflection Rating equal to (8-11)% of Evasion Rating", statOrder = { 960 }, level = 1, group = "EvasionAppliesToDeflection", weightKey = { "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["EvasionGrantsDeflection2"] = { type = "Suffix", affix = "of Bending", "Gain Deflection Rating equal to (12-14)% of Evasion Rating", statOrder = { 960 }, level = 16, group = "EvasionAppliesToDeflection", weightKey = { "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["EvasionGrantsDeflection3"] = { type = "Suffix", affix = "of Curvation", "Gain Deflection Rating equal to (15-17)% of Evasion Rating", statOrder = { 960 }, level = 36, group = "EvasionAppliesToDeflection", weightKey = { "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["EvasionGrantsDeflection4"] = { type = "Suffix", affix = "of Diversion", "Gain Deflection Rating equal to (18-20)% of Evasion Rating", statOrder = { 960 }, level = 48, group = "EvasionAppliesToDeflection", weightKey = { "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["EvasionGrantsDeflection5"] = { type = "Suffix", affix = "of Flexure", "Gain Deflection Rating equal to (21-23)% of Evasion Rating", statOrder = { 960 }, level = 66, group = "EvasionAppliesToDeflection", weightKey = { "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["EvasionGrantsDeflection6"] = { type = "Suffix", affix = "of Warping", "Gain Deflection Rating equal to (24-26)% of Evasion Rating", statOrder = { 960 }, level = 81, group = "EvasionAppliesToDeflection", weightKey = { "helmet", "gloves", "boots", "str_dex_int_armour", "dex_int_armour", "str_dex_armour", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1, 1, 1, 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, ["ArrowPierceChance1"] = { type = "Suffix", affix = "of Piercing", "(12-14)% chance to Pierce an Enemy", statOrder = { 997 }, level = 11, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, ["ArrowPierceChance2"] = { type = "Suffix", affix = "of Drilling", "(15-17)% chance to Pierce an Enemy", statOrder = { 997 }, level = 26, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, ["ArrowPierceChance3"] = { type = "Suffix", affix = "of Puncturing", "(18-20)% chance to Pierce an Enemy", statOrder = { 997 }, level = 44, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, ["ArrowPierceChance4"] = { type = "Suffix", affix = "of Skewering", "(21-23)% chance to Pierce an Enemy", statOrder = { 997 }, level = 61, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, ["ArrowPierceChance5"] = { type = "Suffix", affix = "of Penetrating", "(24-26)% chance to Pierce an Enemy", statOrder = { 997 }, level = 77, group = "ChanceToPierce", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, - ["AdditionalArrow1"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrder = { 943 }, level = 55, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, - ["AdditionalArrow2"] = { type = "Suffix", affix = "of Many", "Bow Attacks fire 2 additional Arrows", statOrder = { 943 }, level = 82, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, - ["AdditionalAmmo1"] = { type = "Suffix", affix = "of Shelling", "Loads an additional bolt", statOrder = { 941 }, level = 55, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, - ["AdditionalAmmo2"] = { type = "Suffix", affix = "of Bursting", "Loads 2 additional bolts", statOrder = { 941 }, level = 82, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, - ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 5, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 21, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 35, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 49, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 63, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 77, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 21, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 35, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 49, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 77, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltIncreasedCharmDuration1"] = { type = "Prefix", affix = "Conservative", "(4-9)% increased Charm Effect Duration", statOrder = { 881 }, level = 8, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["BeltIncreasedCharmDuration2"] = { type = "Prefix", affix = "Transformative", "(10-15)% increased Charm Effect Duration", statOrder = { 881 }, level = 24, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["BeltIncreasedCharmDuration3"] = { type = "Prefix", affix = "Progressive", "(16-21)% increased Charm Effect Duration", statOrder = { 881 }, level = 40, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["BeltIncreasedCharmDuration4"] = { type = "Prefix", affix = "Innovative", "(22-27)% increased Charm Effect Duration", statOrder = { 881 }, level = 56, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["BeltIncreasedCharmDuration5"] = { type = "Prefix", affix = "Revolutionary", "(28-33)% increased Charm Effect Duration", statOrder = { 881 }, level = 75, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased Flask Charges gained", statOrder = { 6050 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased Flask Charges gained", statOrder = { 6050 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased Flask Charges gained", statOrder = { 6050 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased Flask Charges gained", statOrder = { 6050 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased Flask Charges gained", statOrder = { 6050 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased Flask Charges gained", statOrder = { 6050 }, level = 81, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(8-10)% reduced Flask Charges used", statOrder = { 977 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltReducedFlaskChargesUsed2"] = { type = "Suffix", affix = "of Imbibing", "(11-13)% reduced Flask Charges used", statOrder = { 977 }, level = 18, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltReducedFlaskChargesUsed3"] = { type = "Suffix", affix = "of Relishing", "(14-16)% reduced Flask Charges used", statOrder = { 977 }, level = 33, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltReducedFlaskChargesUsed4"] = { type = "Suffix", affix = "of Savouring", "(17-19)% reduced Flask Charges used", statOrder = { 977 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltReducedFlaskChargesUsed5"] = { type = "Suffix", affix = "of Reveling", "(20-22)% reduced Flask Charges used", statOrder = { 977 }, level = 72, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltReducedFlaskChargesUsed6"] = { type = "Suffix", affix = "of Nourishing", "(23-25)% reduced Flask Charges used", statOrder = { 977 }, level = 81, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltIncreasedCharmChargesGained1"] = { type = "Suffix", affix = "of Plenty", "(5-10)% increased Charm Charges gained", statOrder = { 5146 }, level = 2, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltIncreasedCharmChargesGained2"] = { type = "Suffix", affix = "of Surplus", "(11-16)% increased Charm Charges gained", statOrder = { 5146 }, level = 16, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltIncreasedCharmChargesGained3"] = { type = "Suffix", affix = "of Fertility", "(17-22)% increased Charm Charges gained", statOrder = { 5146 }, level = 32, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltIncreasedCharmChargesGained4"] = { type = "Suffix", affix = "of Bounty", "(23-28)% increased Charm Charges gained", statOrder = { 5146 }, level = 48, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltIncreasedCharmChargesGained5"] = { type = "Suffix", affix = "of the Harvest", "(29-34)% increased Charm Charges gained", statOrder = { 5146 }, level = 70, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltIncreasedCharmChargesGained6"] = { type = "Suffix", affix = "of Abundance", "(35-40)% increased Charm Charges gained", statOrder = { 5146 }, level = 81, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["BeltReducedCharmChargesUsed1"] = { type = "Suffix", affix = "of Austerity", "(8-10)% reduced Charm Charges used", statOrder = { 5148 }, level = 3, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["BeltReducedCharmChargesUsed2"] = { type = "Suffix", affix = "of Frugality", "(11-13)% reduced Charm Charges used", statOrder = { 5148 }, level = 18, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["BeltReducedCharmChargesUsed3"] = { type = "Suffix", affix = "of Temperance", "(14-16)% reduced Charm Charges used", statOrder = { 5148 }, level = 33, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["BeltReducedCharmChargesUsed4"] = { type = "Suffix", affix = "of Restraint", "(17-19)% reduced Charm Charges used", statOrder = { 5148 }, level = 50, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["BeltReducedCharmChargesUsed5"] = { type = "Suffix", affix = "of Economy", "(20-22)% reduced Charm Charges used", statOrder = { 5148 }, level = 72, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["BeltReducedCharmChargesUsed6"] = { type = "Suffix", affix = "of Scarcity", "(23-25)% reduced Charm Charges used", statOrder = { 5148 }, level = 81, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, - ["AdditionalCharm1"] = { type = "Suffix", affix = "of Symbolism", "+1 Charm Slot", statOrder = { 942 }, level = 23, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 2582079000, }, - ["AdditionalCharm2"] = { type = "Suffix", affix = "of Inscription", "+2 Charm Slots", statOrder = { 942 }, level = 64, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 2582079000, }, - ["IgniteChanceIncrease1"] = { type = "Suffix", affix = "of Ignition", "(51-60)% increased chance to Ignite", statOrder = { 984 }, level = 15, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, - ["IgniteChanceIncrease2"] = { type = "Suffix", affix = "of Scorching", "(61-70)% increased chance to Ignite", statOrder = { 984 }, level = 30, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, - ["IgniteChanceIncrease3"] = { type = "Suffix", affix = "of Incineration", "(71-80)% increased chance to Ignite", statOrder = { 984 }, level = 45, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, - ["IgniteChanceIncrease4"] = { type = "Suffix", affix = "of Combustion", "(81-90)% increased chance to Ignite", statOrder = { 984 }, level = 60, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, - ["IgniteChanceIncrease5"] = { type = "Suffix", affix = "of Conflagration", "(91-100)% increased chance to Ignite", statOrder = { 984 }, level = 75, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["AdditionalArrow1"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrder = { 941 }, level = 55, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, + ["AdditionalArrow2"] = { type = "Suffix", affix = "of Many", "Bow Attacks fire 2 additional Arrows", statOrder = { 941 }, level = 82, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 3885405204, }, + ["AdditionalAmmo1"] = { type = "Suffix", affix = "of Shelling", "Loads an additional bolt", statOrder = { 939 }, level = 55, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, + ["AdditionalAmmo2"] = { type = "Suffix", affix = "of Bursting", "Loads 2 additional bolts", statOrder = { 939 }, level = 82, group = "AdditionalAmmo", weightKey = { "crossbow", "default", }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 1039380318, }, + ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 16, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 33, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 46, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 60, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 75, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 11, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 26, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 36, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 54, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltIncreasedCharmDuration1"] = { type = "Prefix", affix = "Conservative", "(4-9)% increased Charm Effect Duration", statOrder = { 875 }, level = 8, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["BeltIncreasedCharmDuration2"] = { type = "Prefix", affix = "Transformative", "(10-15)% increased Charm Effect Duration", statOrder = { 875 }, level = 33, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["BeltIncreasedCharmDuration3"] = { type = "Prefix", affix = "Progressive", "(16-21)% increased Charm Effect Duration", statOrder = { 875 }, level = 46, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["BeltIncreasedCharmDuration4"] = { type = "Prefix", affix = "Innovative", "(22-27)% increased Charm Effect Duration", statOrder = { 875 }, level = 60, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["BeltIncreasedCharmDuration5"] = { type = "Prefix", affix = "Revolutionary", "(28-33)% increased Charm Effect Duration", statOrder = { 875 }, level = 75, group = "BeltIncreasedCharmDuration", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased Flask Charges gained", statOrder = { 6141 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased Flask Charges gained", statOrder = { 6141 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased Flask Charges gained", statOrder = { 6141 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased Flask Charges gained", statOrder = { 6141 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased Flask Charges gained", statOrder = { 6141 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased Flask Charges gained", statOrder = { 6141 }, level = 81, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(8-10)% reduced Flask Charges used", statOrder = { 978 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltReducedFlaskChargesUsed2"] = { type = "Suffix", affix = "of Imbibing", "(11-13)% reduced Flask Charges used", statOrder = { 978 }, level = 18, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltReducedFlaskChargesUsed3"] = { type = "Suffix", affix = "of Relishing", "(14-16)% reduced Flask Charges used", statOrder = { 978 }, level = 33, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltReducedFlaskChargesUsed4"] = { type = "Suffix", affix = "of Savouring", "(17-19)% reduced Flask Charges used", statOrder = { 978 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltReducedFlaskChargesUsed5"] = { type = "Suffix", affix = "of Reveling", "(20-22)% reduced Flask Charges used", statOrder = { 978 }, level = 72, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltReducedFlaskChargesUsed6"] = { type = "Suffix", affix = "of Nourishing", "(23-25)% reduced Flask Charges used", statOrder = { 978 }, level = 81, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltIncreasedCharmChargesGained1"] = { type = "Suffix", affix = "of Plenty", "(5-10)% increased Charm Charges gained", statOrder = { 5177 }, level = 2, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltIncreasedCharmChargesGained2"] = { type = "Suffix", affix = "of Surplus", "(11-16)% increased Charm Charges gained", statOrder = { 5177 }, level = 16, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltIncreasedCharmChargesGained3"] = { type = "Suffix", affix = "of Fertility", "(17-22)% increased Charm Charges gained", statOrder = { 5177 }, level = 32, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltIncreasedCharmChargesGained4"] = { type = "Suffix", affix = "of Bounty", "(23-28)% increased Charm Charges gained", statOrder = { 5177 }, level = 48, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltIncreasedCharmChargesGained5"] = { type = "Suffix", affix = "of the Harvest", "(29-34)% increased Charm Charges gained", statOrder = { 5177 }, level = 70, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltIncreasedCharmChargesGained6"] = { type = "Suffix", affix = "of Abundance", "(35-40)% increased Charm Charges gained", statOrder = { 5177 }, level = 81, group = "BeltIncreasedCharmChargesGained", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["BeltReducedCharmChargesUsed1"] = { type = "Suffix", affix = "of Austerity", "(8-10)% reduced Charm Charges used", statOrder = { 5179 }, level = 3, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["BeltReducedCharmChargesUsed2"] = { type = "Suffix", affix = "of Frugality", "(11-13)% reduced Charm Charges used", statOrder = { 5179 }, level = 18, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["BeltReducedCharmChargesUsed3"] = { type = "Suffix", affix = "of Temperance", "(14-16)% reduced Charm Charges used", statOrder = { 5179 }, level = 33, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["BeltReducedCharmChargesUsed4"] = { type = "Suffix", affix = "of Restraint", "(17-19)% reduced Charm Charges used", statOrder = { 5179 }, level = 50, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["BeltReducedCharmChargesUsed5"] = { type = "Suffix", affix = "of Economy", "(20-22)% reduced Charm Charges used", statOrder = { 5179 }, level = 72, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["BeltReducedCharmChargesUsed6"] = { type = "Suffix", affix = "of Scarcity", "(23-25)% reduced Charm Charges used", statOrder = { 5179 }, level = 81, group = "BeltReducedCharmChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1570770415, }, + ["AdditionalCharm1"] = { type = "Suffix", affix = "of Symbolism", "+1 Charm Slot", statOrder = { 940 }, level = 23, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 2582079000, }, + ["AdditionalCharm2"] = { type = "Suffix", affix = "of Inscription", "+2 Charm Slots", statOrder = { 940 }, level = 64, group = "AdditionalCharm", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, tradeHash = 2582079000, }, + ["IgniteChanceIncrease1"] = { type = "Suffix", affix = "of Ignition", "(51-60)% increased Flammability Magnitude", statOrder = { 984 }, level = 15, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["IgniteChanceIncrease2"] = { type = "Suffix", affix = "of Scorching", "(61-70)% increased Flammability Magnitude", statOrder = { 984 }, level = 30, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["IgniteChanceIncrease3"] = { type = "Suffix", affix = "of Incineration", "(71-80)% increased Flammability Magnitude", statOrder = { 984 }, level = 45, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["IgniteChanceIncrease4"] = { type = "Suffix", affix = "of Combustion", "(81-90)% increased Flammability Magnitude", statOrder = { 984 }, level = 60, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["IgniteChanceIncrease5"] = { type = "Suffix", affix = "of Conflagration", "(91-100)% increased Flammability Magnitude", statOrder = { 984 }, level = 75, group = "IgniteChanceIncrease", weightKey = { "no_fire_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, ["FreezeDamageIncrease1"] = { type = "Suffix", affix = "of Freezing", "(31-40)% increased Freeze Buildup", statOrder = { 986 }, level = 15, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 473429811, }, ["FreezeDamageIncrease2"] = { type = "Suffix", affix = "of Bleakness", "(41-50)% increased Freeze Buildup", statOrder = { 986 }, level = 30, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 473429811, }, ["FreezeDamageIncrease3"] = { type = "Suffix", affix = "of the Glacier", "(51-60)% increased Freeze Buildup", statOrder = { 986 }, level = 45, group = "FreezeDamageIncrease", weightKey = { "no_cold_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 473429811, }, @@ -1248,384 +1285,429 @@ return { ["ShockChanceIncrease3"] = { type = "Suffix", affix = "of Electrocution", "(71-80)% increased chance to Shock", statOrder = { 988 }, level = 45, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 293638271, }, ["ShockChanceIncrease4"] = { type = "Suffix", affix = "of Voltages", "(81-90)% increased chance to Shock", statOrder = { 988 }, level = 60, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 293638271, }, ["ShockChanceIncrease5"] = { type = "Suffix", affix = "of the Thunderbolt", "(91-100)% increased chance to Shock", statOrder = { 988 }, level = 75, group = "ShockChanceIncrease", weightKey = { "no_lightning_spell_mods", "wand", "staff", "trap", "default", }, weightVal = { 0, 1, 1, 1, 0 }, modTags = { }, tradeHash = 293638271, }, - ["ProjectileSpeed1"] = { type = "Prefix", affix = "Darting", "(10-17)% increased Projectile Speed", statOrder = { 878 }, level = 14, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["ProjectileSpeed2"] = { type = "Prefix", affix = "Brisk", "(18-25)% increased Projectile Speed", statOrder = { 878 }, level = 27, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["ProjectileSpeed3"] = { type = "Prefix", affix = "Quick", "(26-33)% increased Projectile Speed", statOrder = { 878 }, level = 41, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["ProjectileSpeed4"] = { type = "Prefix", affix = "Rapid", "(34-41)% increased Projectile Speed", statOrder = { 878 }, level = 55, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["ProjectileSpeed5"] = { type = "Prefix", affix = "Nimble", "(42-46)% increased Projectile Speed", statOrder = { 878 }, level = 82, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Mending", "(10-12)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 30, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Bandaging", "(13-15)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Stitching", "(16-18)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Suturing", "(19-21)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["DamageTakenGainedAsLife5"] = { type = "Suffix", affix = "of Fleshbinding", "(22-24)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["DamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of Reprieve", "(10-12)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 31, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["DamageTakenGainedAsMana2"] = { type = "Suffix", affix = "of Solace", "(13-15)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["DamageTakenGainedAsMana3"] = { type = "Suffix", affix = "of Tranquility", "(16-18)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 57, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["DamageTakenGainedAsMana4"] = { type = "Suffix", affix = "of Serenity", "(19-21)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 69, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["DamageTakenGainedAsMana5"] = { type = "Suffix", affix = "of Zen", "(22-24)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 80, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-13)% increased Stun Duration", statOrder = { 982 }, level = 5, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(14-16)% increased Stun Duration", statOrder = { 982 }, level = 18, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(17-19)% increased Stun Duration", statOrder = { 982 }, level = 30, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(20-22)% increased Stun Duration", statOrder = { 982 }, level = 44, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(23-26)% increased Stun Duration", statOrder = { 982 }, level = 58, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDuration6"] = { type = "Suffix", affix = "of the Concussion", "(27-30)% increased Stun Duration", statOrder = { 982 }, level = 71, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, - ["StunDamageIncrease1"] = { type = "Suffix", affix = "of the Pugilist", "Causes (21-30)% increased Stun Buildup", statOrder = { 980 }, level = 5, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["StunDamageIncrease2"] = { type = "Suffix", affix = "of the Brawler", "Causes (31-40)% increased Stun Buildup", statOrder = { 980 }, level = 20, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["StunDamageIncrease3"] = { type = "Suffix", affix = "of the Boxer", "Causes (41-50)% increased Stun Buildup", statOrder = { 980 }, level = 30, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["StunDamageIncrease4"] = { type = "Suffix", affix = "of the Combatant", "Causes (51-60)% increased Stun Buildup", statOrder = { 980 }, level = 44, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["StunDamageIncrease5"] = { type = "Suffix", affix = "of the Gladiator", "Causes (61-70)% increased Stun Buildup", statOrder = { 980 }, level = 58, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["StunDamageIncrease6"] = { type = "Suffix", affix = "of the Champion", "Causes (71-80)% increased Stun Buildup", statOrder = { 980 }, level = 74, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, - ["SpellDamage1"] = { type = "Prefix", affix = "Apprentice's", "(3-7)% increased Spell Damage", statOrder = { 855 }, level = 5, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamage2"] = { type = "Prefix", affix = "Adept's", "(8-12)% increased Spell Damage", statOrder = { 855 }, level = 20, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamage3"] = { type = "Prefix", affix = "Scholar's", "(13-17)% increased Spell Damage", statOrder = { 855 }, level = 38, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamage4"] = { type = "Prefix", affix = "Professor's", "(18-22)% increased Spell Damage", statOrder = { 855 }, level = 50, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamage5"] = { type = "Prefix", affix = "Occultist's", "(23-26)% increased Spell Damage", statOrder = { 855 }, level = 62, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["SpellDamage6"] = { type = "Prefix", affix = "Incanter's", "(27-30)% increased Spell Damage", statOrder = { 855 }, level = 76, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["FireDamagePercent1"] = { type = "Prefix", affix = "Searing", "(3-7)% increased Fire Damage", statOrder = { 857 }, level = 8, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePercent2"] = { type = "Prefix", affix = "Sizzling", "(8-12)% increased Fire Damage", statOrder = { 857 }, level = 22, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePercent3"] = { type = "Prefix", affix = "Blistering", "(13-17)% increased Fire Damage", statOrder = { 857 }, level = 36, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePercent4"] = { type = "Prefix", affix = "Cauterising", "(18-22)% increased Fire Damage", statOrder = { 857 }, level = 50, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePercent5"] = { type = "Prefix", affix = "Volcanic", "(23-26)% increased Fire Damage", statOrder = { 857 }, level = 64, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["FireDamagePercent6"] = { type = "Prefix", affix = "Magmatic", "(27-30)% increased Fire Damage", statOrder = { 857 }, level = 76, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["ColdDamagePercent1"] = { type = "Prefix", affix = "Bitter", "(3-7)% increased Cold Damage", statOrder = { 858 }, level = 10, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePercent2"] = { type = "Prefix", affix = "Biting", "(8-12)% increased Cold Damage", statOrder = { 858 }, level = 24, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePercent3"] = { type = "Prefix", affix = "Alpine", "(13-17)% increased Cold Damage", statOrder = { 858 }, level = 36, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePercent4"] = { type = "Prefix", affix = "Snowy", "(18-22)% increased Cold Damage", statOrder = { 858 }, level = 50, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePercent5"] = { type = "Prefix", affix = "Hailing", "(23-26)% increased Cold Damage", statOrder = { 858 }, level = 64, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["ColdDamagePercent6"] = { type = "Prefix", affix = "Crystalline", "(27-30)% increased Cold Damage", statOrder = { 858 }, level = 76, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["LightningDamagePercent1"] = { type = "Prefix", affix = "Charged", "(3-7)% increased Lightning Damage", statOrder = { 859 }, level = 9, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePercent2"] = { type = "Prefix", affix = "Hissing", "(8-12)% increased Lightning Damage", statOrder = { 859 }, level = 23, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePercent3"] = { type = "Prefix", affix = "Bolting", "(13-17)% increased Lightning Damage", statOrder = { 859 }, level = 36, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePercent4"] = { type = "Prefix", affix = "Coursing", "(18-22)% increased Lightning Damage", statOrder = { 859 }, level = 50, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePercent5"] = { type = "Prefix", affix = "Striking", "(23-26)% increased Lightning Damage", statOrder = { 859 }, level = 64, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["LightningDamagePercent6"] = { type = "Prefix", affix = "Smiting", "(27-30)% increased Lightning Damage", statOrder = { 859 }, level = 76, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["ChaosDamagePercent1"] = { type = "Prefix", affix = "Impure", "(3-7)% increased Chaos Damage", statOrder = { 860 }, level = 11, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePercent2"] = { type = "Prefix", affix = "Tainted", "(8-12)% increased Chaos Damage", statOrder = { 860 }, level = 26, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePercent3"] = { type = "Prefix", affix = "Clouded", "(13-17)% increased Chaos Damage", statOrder = { 860 }, level = 38, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePercent4"] = { type = "Prefix", affix = "Darkened", "(18-22)% increased Chaos Damage", statOrder = { 860 }, level = 52, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePercent5"] = { type = "Prefix", affix = "Malignant", "(23-26)% increased Chaos Damage", statOrder = { 860 }, level = 66, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["ChaosDamagePercent6"] = { type = "Prefix", affix = "Vile", "(27-30)% increased Chaos Damage", statOrder = { 860 }, level = 78, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(19-34)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(36-51)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(53-61)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(63-71)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(73-85)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(34-47)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(48-71)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(72-85)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(86-99)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(100-119)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(120-139)% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["SpellDamageGainedAsFire1"] = { type = "Prefix", affix = "Fervent", "Gain (13-15)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 5, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsFire2"] = { type = "Prefix", affix = "Ardent", "Gain (16-18)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 16, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsFire3"] = { type = "Prefix", affix = "Fanatic's", "Gain (19-21)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 31, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsFire4"] = { type = "Prefix", affix = "Zealot's", "Gain (22-24)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 46, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsFire5"] = { type = "Prefix", affix = "Infernal", "Gain (25-27)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 61, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsFire6"] = { type = "Prefix", affix = "Flamebound", "Gain (28-30)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 80, group = "DamageGainedAsFire", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["SpellDamageGainedAsCold1"] = { type = "Prefix", affix = "Malignant", "Gain (13-15)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 5, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsCold2"] = { type = "Prefix", affix = "Pernicious", "Gain (16-18)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 16, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsCold3"] = { type = "Prefix", affix = "Destructive", "Gain (19-21)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 31, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsCold4"] = { type = "Prefix", affix = "Malicious", "Gain (22-24)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 46, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsCold5"] = { type = "Prefix", affix = "Ruthless", "Gain (25-27)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 61, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsCold6"] = { type = "Prefix", affix = "Frostbound", "Gain (28-30)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 80, group = "DamageGainedAsCold", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["SpellDamageGainedAsLightning1"] = { type = "Prefix", affix = "Deadly", "Gain (13-15)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 5, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["SpellDamageGainedAsLightning2"] = { type = "Prefix", affix = "Lethal", "Gain (16-18)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 16, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["SpellDamageGainedAsLightning3"] = { type = "Prefix", affix = "Fatal", "Gain (19-21)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 31, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["SpellDamageGainedAsLightning4"] = { type = "Prefix", affix = "Vorpal", "Gain (22-24)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 46, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["SpellDamageGainedAsLightning5"] = { type = "Prefix", affix = "Electrifying", "Gain (25-27)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 61, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["SpellDamageGainedAsLightning6"] = { type = "Prefix", affix = "Stormbound", "Gain (28-30)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 80, group = "DamageGainedAsLightning", weightKey = { "wand", "staff", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["DamageWithBows1"] = { type = "Prefix", affix = "Acute", "(11-20)% increased Damage with Bow Skills", statOrder = { 863 }, level = 4, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, - ["DamageWithBows2"] = { type = "Prefix", affix = "Trenchant", "(21-30)% increased Damage with Bow Skills", statOrder = { 863 }, level = 15, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, - ["DamageWithBows3"] = { type = "Prefix", affix = "Perforating", "(31-36)% increased Damage with Bow Skills", statOrder = { 863 }, level = 30, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, - ["DamageWithBows4"] = { type = "Prefix", affix = "Incisive", "(37-42)% increased Damage with Bow Skills", statOrder = { 863 }, level = 45, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, - ["DamageWithBows5"] = { type = "Prefix", affix = "Lacerating", "(43-50)% increased Damage with Bow Skills", statOrder = { 863 }, level = 60, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, - ["DamageWithBows6"] = { type = "Prefix", affix = "Impaling", "(51-59)% increased Damage with Bow Skills", statOrder = { 863 }, level = 81, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["ProjectileSpeed1"] = { type = "Prefix", affix = "Darting", "(10-17)% increased Projectile Speed", statOrder = { 872 }, level = 14, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["ProjectileSpeed2"] = { type = "Prefix", affix = "Brisk", "(18-25)% increased Projectile Speed", statOrder = { 872 }, level = 27, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["ProjectileSpeed3"] = { type = "Prefix", affix = "Quick", "(26-33)% increased Projectile Speed", statOrder = { 872 }, level = 41, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["ProjectileSpeed4"] = { type = "Prefix", affix = "Rapid", "(34-41)% increased Projectile Speed", statOrder = { 872 }, level = 55, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["ProjectileSpeed5"] = { type = "Prefix", affix = "Nimble", "(42-46)% increased Projectile Speed", statOrder = { 872 }, level = 82, group = "ProjectileSpeed", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Mending", "(10-12)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 30, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Bandaging", "(13-15)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Stitching", "(16-18)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Suturing", "(19-21)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["DamageTakenGainedAsLife5"] = { type = "Suffix", affix = "of Fleshbinding", "(22-24)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["DamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of Reprieve", "(10-12)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 31, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["DamageTakenGainedAsMana2"] = { type = "Suffix", affix = "of Solace", "(13-15)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["DamageTakenGainedAsMana3"] = { type = "Suffix", affix = "of Tranquility", "(16-18)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 57, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["DamageTakenGainedAsMana4"] = { type = "Suffix", affix = "of Serenity", "(19-21)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 69, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["DamageTakenGainedAsMana5"] = { type = "Suffix", affix = "of Zen", "(22-24)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 80, group = "PercentDamageGoesToMana", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-13)% increased Stun Duration", statOrder = { 983 }, level = 5, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(14-16)% increased Stun Duration", statOrder = { 983 }, level = 18, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(17-19)% increased Stun Duration", statOrder = { 983 }, level = 30, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(20-22)% increased Stun Duration", statOrder = { 983 }, level = 44, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(23-26)% increased Stun Duration", statOrder = { 983 }, level = 58, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDuration6"] = { type = "Suffix", affix = "of the Concussion", "(27-30)% increased Stun Duration", statOrder = { 983 }, level = 71, group = "LocalStunDuration", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 748522257, }, + ["StunDamageIncrease1"] = { type = "Suffix", affix = "of the Pugilist", "Causes (21-30)% increased Stun Buildup", statOrder = { 981 }, level = 5, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["StunDamageIncrease2"] = { type = "Suffix", affix = "of the Brawler", "Causes (31-40)% increased Stun Buildup", statOrder = { 981 }, level = 20, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["StunDamageIncrease3"] = { type = "Suffix", affix = "of the Boxer", "Causes (41-50)% increased Stun Buildup", statOrder = { 981 }, level = 30, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["StunDamageIncrease4"] = { type = "Suffix", affix = "of the Combatant", "Causes (51-60)% increased Stun Buildup", statOrder = { 981 }, level = 44, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["StunDamageIncrease5"] = { type = "Suffix", affix = "of the Gladiator", "Causes (61-70)% increased Stun Buildup", statOrder = { 981 }, level = 58, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["StunDamageIncrease6"] = { type = "Suffix", affix = "of the Champion", "Causes (71-80)% increased Stun Buildup", statOrder = { 981 }, level = 74, group = "LocalStunDamageIncrease", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { }, tradeHash = 791928121, }, + ["SpellDamage1"] = { type = "Prefix", affix = "Apprentice's", "(3-7)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamage2"] = { type = "Prefix", affix = "Adept's", "(8-12)% increased Spell Damage", statOrder = { 850 }, level = 16, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamage3"] = { type = "Prefix", affix = "Scholar's", "(13-17)% increased Spell Damage", statOrder = { 850 }, level = 33, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamage4"] = { type = "Prefix", affix = "Professor's", "(18-22)% increased Spell Damage", statOrder = { 850 }, level = 46, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamage5"] = { type = "Prefix", affix = "Occultist's", "(23-26)% increased Spell Damage", statOrder = { 850 }, level = 60, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["SpellDamage6"] = { type = "Prefix", affix = "Incanter's", "(27-30)% increased Spell Damage", statOrder = { 850 }, level = 75, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["FireDamagePercent1"] = { type = "Prefix", affix = "Searing", "(3-7)% increased Fire Damage", statOrder = { 852 }, level = 8, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePercent2"] = { type = "Prefix", affix = "Sizzling", "(8-12)% increased Fire Damage", statOrder = { 852 }, level = 16, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePercent3"] = { type = "Prefix", affix = "Blistering", "(13-17)% increased Fire Damage", statOrder = { 852 }, level = 33, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePercent4"] = { type = "Prefix", affix = "Cauterising", "(18-22)% increased Fire Damage", statOrder = { 852 }, level = 46, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePercent5"] = { type = "Prefix", affix = "Volcanic", "(23-26)% increased Fire Damage", statOrder = { 852 }, level = 65, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["FireDamagePercent6"] = { type = "Prefix", affix = "Magmatic", "(27-30)% increased Fire Damage", statOrder = { 852 }, level = 75, group = "FireDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["ColdDamagePercent1"] = { type = "Prefix", affix = "Bitter", "(3-7)% increased Cold Damage", statOrder = { 853 }, level = 8, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePercent2"] = { type = "Prefix", affix = "Biting", "(8-12)% increased Cold Damage", statOrder = { 853 }, level = 16, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePercent3"] = { type = "Prefix", affix = "Alpine", "(13-17)% increased Cold Damage", statOrder = { 853 }, level = 33, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePercent4"] = { type = "Prefix", affix = "Snowy", "(18-22)% increased Cold Damage", statOrder = { 853 }, level = 46, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePercent5"] = { type = "Prefix", affix = "Hailing", "(23-26)% increased Cold Damage", statOrder = { 853 }, level = 65, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["ColdDamagePercent6"] = { type = "Prefix", affix = "Crystalline", "(27-30)% increased Cold Damage", statOrder = { 853 }, level = 75, group = "ColdDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["LightningDamagePercent1"] = { type = "Prefix", affix = "Charged", "(3-7)% increased Lightning Damage", statOrder = { 854 }, level = 8, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePercent2"] = { type = "Prefix", affix = "Hissing", "(8-12)% increased Lightning Damage", statOrder = { 854 }, level = 16, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePercent3"] = { type = "Prefix", affix = "Bolting", "(13-17)% increased Lightning Damage", statOrder = { 854 }, level = 33, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePercent4"] = { type = "Prefix", affix = "Coursing", "(18-22)% increased Lightning Damage", statOrder = { 854 }, level = 46, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePercent5"] = { type = "Prefix", affix = "Striking", "(23-26)% increased Lightning Damage", statOrder = { 854 }, level = 65, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["LightningDamagePercent6"] = { type = "Prefix", affix = "Smiting", "(27-30)% increased Lightning Damage", statOrder = { 854 }, level = 75, group = "LightningDamagePercentage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["ChaosDamagePercent1"] = { type = "Prefix", affix = "Impure", "(3-7)% increased Chaos Damage", statOrder = { 855 }, level = 8, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePercent2"] = { type = "Prefix", affix = "Tainted", "(8-12)% increased Chaos Damage", statOrder = { 855 }, level = 16, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePercent3"] = { type = "Prefix", affix = "Clouded", "(13-17)% increased Chaos Damage", statOrder = { 855 }, level = 33, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePercent4"] = { type = "Prefix", affix = "Darkened", "(18-22)% increased Chaos Damage", statOrder = { 855 }, level = 46, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePercent5"] = { type = "Prefix", affix = "Malignant", "(23-26)% increased Chaos Damage", statOrder = { 855 }, level = 65, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["ChaosDamagePercent6"] = { type = "Prefix", affix = "Vile", "(27-30)% increased Chaos Damage", statOrder = { 855 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "ring", "default", }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(19-35)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(36-52)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 16, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(53-62)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 33, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(63-72)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 46, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(73-86)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "one_hand_weapon", "default", }, weightVal = { 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(34-47)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(48-71)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 16, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(72-85)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 33, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(86-99)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 46, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(100-119)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(120-139)% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["SpellDamageGainedAsFire1"] = { type = "Prefix", affix = "Fervent", "Gain (13-15)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 5, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFire2"] = { type = "Prefix", affix = "Ardent", "Gain (16-18)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 16, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFire3"] = { type = "Prefix", affix = "Fanatic's", "Gain (19-21)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 33, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFire4"] = { type = "Prefix", affix = "Zealot's", "Gain (22-24)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 46, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFire5"] = { type = "Prefix", affix = "Infernal", "Gain (25-27)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 60, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFire6"] = { type = "Prefix", affix = "Flamebound", "Gain (28-30)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 80, group = "DamageGainedAsFire", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand1"] = { type = "Prefix", affix = "Fervent", "Gain (20-23)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 5, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand2"] = { type = "Prefix", affix = "Ardent", "Gain (24-28)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 16, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand3"] = { type = "Prefix", affix = "Fanatic's", "Gain (29-32)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 33, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand4"] = { type = "Prefix", affix = "Zealot's", "Gain (33-37)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 46, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand5"] = { type = "Prefix", affix = "Infernal", "Gain (38-41)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 60, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsFireTwoHand6"] = { type = "Prefix", affix = "Flamebound", "Gain (42-45)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 80, group = "DamageGainedAsFire", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["SpellDamageGainedAsCold1"] = { type = "Prefix", affix = "Malignant", "Gain (13-15)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 5, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsCold2"] = { type = "Prefix", affix = "Pernicious", "Gain (16-18)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 16, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsCold3"] = { type = "Prefix", affix = "Destructive", "Gain (19-21)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 33, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsCold4"] = { type = "Prefix", affix = "Malicious", "Gain (22-24)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 46, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsCold5"] = { type = "Prefix", affix = "Ruthless", "Gain (25-27)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 60, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsCold6"] = { type = "Prefix", affix = "Frostbound", "Gain (28-30)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 80, group = "DamageGainedAsCold", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand1"] = { type = "Prefix", affix = "Malignant", "Gain (20-23)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 5, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand2"] = { type = "Prefix", affix = "Pernicious", "Gain (24-28)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 16, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand3"] = { type = "Prefix", affix = "Destructive", "Gain (29-32)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 33, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand4"] = { type = "Prefix", affix = "Malicious", "Gain (33-37)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 46, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand5"] = { type = "Prefix", affix = "Ruthless", "Gain (38-41)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 60, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsColdTwoHand6"] = { type = "Prefix", affix = "Frostbound", "Gain (42-45)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 80, group = "DamageGainedAsCold", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["SpellDamageGainedAsLightning1"] = { type = "Prefix", affix = "Deadly", "Gain (13-15)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 5, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightning2"] = { type = "Prefix", affix = "Lethal", "Gain (16-18)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 16, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightning3"] = { type = "Prefix", affix = "Fatal", "Gain (19-21)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 33, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightning4"] = { type = "Prefix", affix = "Vorpal", "Gain (22-24)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 46, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightning5"] = { type = "Prefix", affix = "Electrifying", "Gain (25-27)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 60, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightning6"] = { type = "Prefix", affix = "Stormbound", "Gain (28-30)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 80, group = "DamageGainedAsLightning", weightKey = { "wand", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand1"] = { type = "Prefix", affix = "Deadly", "Gain (20-23)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 5, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand2"] = { type = "Prefix", affix = "Lethal", "Gain (24-28)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 16, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand3"] = { type = "Prefix", affix = "Fatal", "Gain (29-32)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 33, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand4"] = { type = "Prefix", affix = "Vorpal", "Gain (33-37)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 46, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand5"] = { type = "Prefix", affix = "Electrifying", "Gain (38-41)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 60, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["SpellDamageGainedAsLightningTwoHand6"] = { type = "Prefix", affix = "Stormbound", "Gain (42-45)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 80, group = "DamageGainedAsLightning", weightKey = { "staff", "default", }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["DamageWithBows1"] = { type = "Prefix", affix = "Acute", "(11-20)% increased Damage with Bow Skills", statOrder = { 858 }, level = 1, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["DamageWithBows2"] = { type = "Prefix", affix = "Trenchant", "(21-30)% increased Damage with Bow Skills", statOrder = { 858 }, level = 16, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["DamageWithBows3"] = { type = "Prefix", affix = "Perforating", "(31-36)% increased Damage with Bow Skills", statOrder = { 858 }, level = 33, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["DamageWithBows4"] = { type = "Prefix", affix = "Incisive", "(37-42)% increased Damage with Bow Skills", statOrder = { 858 }, level = 46, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["DamageWithBows5"] = { type = "Prefix", affix = "Lacerating", "(43-50)% increased Damage with Bow Skills", statOrder = { 858 }, level = 60, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, + ["DamageWithBows6"] = { type = "Prefix", affix = "Impaling", "(51-59)% increased Damage with Bow Skills", statOrder = { 858 }, level = 81, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1241625305, }, ["PresenceRadius1"] = { type = "Suffix", affix = "of Direction", "(36-45)% increased Presence Area of Effect", statOrder = { 998 }, level = 23, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 101878827, }, ["PresenceRadius2"] = { type = "Suffix", affix = "of Outreach", "(46-55)% increased Presence Area of Effect", statOrder = { 998 }, level = 40, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 101878827, }, ["PresenceRadius3"] = { type = "Suffix", affix = "of Guidance", "(56-65)% increased Presence Area of Effect", statOrder = { 998 }, level = 56, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 101878827, }, ["PresenceRadius4"] = { type = "Suffix", affix = "of Influence", "(66-80)% increased Presence Area of Effect", statOrder = { 998 }, level = 72, group = "PresenceRadius", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 101878827, }, - ["MinionLife1"] = { type = "Suffix", affix = "of the Mentor", "Minions have (21-25)% increased maximum Life", statOrder = { 961 }, level = 2, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionLife2"] = { type = "Suffix", affix = "of the Tutor", "Minions have (26-30)% increased maximum Life", statOrder = { 961 }, level = 16, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionLife3"] = { type = "Suffix", affix = "of the Director", "Minions have (31-35)% increased maximum Life", statOrder = { 961 }, level = 32, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionLife4"] = { type = "Suffix", affix = "of the Headmaster", "Minions have (36-40)% increased maximum Life", statOrder = { 961 }, level = 48, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionLife5"] = { type = "Suffix", affix = "of the Administrator", "Minions have (41-45)% increased maximum Life", statOrder = { 961 }, level = 64, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionLife6"] = { type = "Suffix", affix = "of the Rector", "Minions have (46-50)% increased maximum Life", statOrder = { 961 }, level = 80, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["EssenceLocalRuneAndSoulCoreEffect1"] = { type = "Suffix", affix = "of the Essence", "100% increased effect of Socketed Items", statOrder = { 7073 }, level = 1, group = "LocalRuneAndSoulCoreEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2748623647, }, - ["EssenceCorruptForTwoEnchantments1"] = { type = "Suffix", affix = "of the Essence", "On Corruption, Item gains two Enchantments", statOrder = { 6987 }, level = 1, group = "CorruptForTwoEnchantments", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4215035940, }, - ["BeltFlaskLifeRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(8-11)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(12-15)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 10, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(16-19)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 26, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence4"] = { type = "Prefix", affix = "Essences", "(20-23)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 42, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence5"] = { type = "Prefix", affix = "Essences", "(24-27)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 58, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence6"] = { type = "Prefix", affix = "Essences", "(28-31)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 74, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskLifeRecoveryRateEssence7"] = { type = "Prefix", affix = "Essences", "(32-35)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 82, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["BeltFlaskManaRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 58, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 74, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltFlaskManaRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 82, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["ChanceToAvoidShockEssence2_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 10, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["ChanceToAvoidShockEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 26, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["ChanceToAvoidShockEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 42, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["ChanceToAvoidShockEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 58, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["ChanceToAvoidShockEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 74, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["ChanceToAvoidShockEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 82, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["AttackerTakesDamageEssence5"] = { type = "Prefix", affix = "Essences", "Reflects (51-100) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageEssence6"] = { type = "Prefix", affix = "Essences", "Reflects (101-150) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 74, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageEssence7"] = { type = "Prefix", affix = "Essences", "Reflects (151-200) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 82, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["ChanceToAvoidFreezeEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["ChanceToAvoidFreezeEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["ChanceToAvoidFreezeEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["ChanceToAvoidFreezeEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["ChanceToAvoidFreezeEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["AdditionalShieldBlockChance1"] = { type = "Suffix", affix = "of the Essence", "+(1-2)% Chance to Block", statOrder = { 831 }, level = 42, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalShieldBlockChance2"] = { type = "Suffix", affix = "of the Essence", "+(3-4)% Chance to Block", statOrder = { 831 }, level = 58, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalShieldBlockChance3"] = { type = "Suffix", affix = "of the Essence", "+(5-6)% Chance to Block", statOrder = { 831 }, level = 74, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalShieldBlockChance4"] = { type = "Suffix", affix = "of the Essence", "+(7-8)% Chance to Block", statOrder = { 831 }, level = 82, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["PhysicalDamageTakenAsFirePercentWarbands"] = { type = "Prefix", affix = "Redblade", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2144 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, - ["ChanceToAvoidIgniteEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Ignited", statOrder = { 1543 }, level = 42, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, - ["ChanceToAvoidIgniteEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Ignited", statOrder = { 1543 }, level = 58, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, - ["ChanceToAvoidIgniteEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Ignited", statOrder = { 1543 }, level = 74, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, - ["ChanceToAvoidIgniteEssence7_"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Ignited", statOrder = { 1543 }, level = 82, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, - ["ChanceToBlockProjectileAttacks1_"] = { type = "Suffix", affix = "of Deflection", "+(1-2)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 8, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ChanceToBlockProjectileAttacks2"] = { type = "Suffix", affix = "of Protection", "+(3-4)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 19, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ChanceToBlockProjectileAttacks3"] = { type = "Suffix", affix = "of Cover", "+(5-6)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 30, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ChanceToBlockProjectileAttacks4"] = { type = "Suffix", affix = "of Asylum", "+(7-8)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 55, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ChanceToBlockProjectileAttacks5_"] = { type = "Suffix", affix = "of Refuge", "+(9-10)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 70, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ChanceToBlockProjectileAttacks6"] = { type = "Suffix", affix = "of Sanctuary", "+(11-12)% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 81, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["ReducedManaReservationCostEssence4"] = { type = "Suffix", affix = "of the Essence", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 42, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ReducedManaReservationCostEssence5"] = { type = "Suffix", affix = "of the Essence", "6% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 58, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ReducedManaReservationCostEssence6"] = { type = "Suffix", affix = "of the Essence", "8% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 74, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ReducedManaReservationCostEssence7"] = { type = "Suffix", affix = "of the Essence", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 82, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ManaReservationEfficiencyEssence4"] = { type = "Suffix", affix = "of the Essence", "(3-4)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 42, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["ManaReservationEfficiencyEssence5__"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 58, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["ManaReservationEfficiencyEssence6_"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 74, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["ManaReservationEfficiencyEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 82, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["LocalIncreasedMeleeWeaponRangeEssence5"] = { type = "Suffix", affix = "of the Essence", "+1 to Weapon Range", statOrder = { 2425 }, level = 58, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeEssence6"] = { type = "Suffix", affix = "of the Essence", "+2 to Weapon Range", statOrder = { 2425 }, level = 74, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeEssence7"] = { type = "Suffix", affix = "of the Essence", "+3 to Weapon Range", statOrder = { 2425 }, level = 82, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["GainLifeOnBlock1"] = { type = "Suffix", affix = "of Repairing", "(5-15) Life gained when you Block", statOrder = { 1459 }, level = 11, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainLifeOnBlock2_"] = { type = "Suffix", affix = "of Resurgence", "(16-25) Life gained when you Block", statOrder = { 1459 }, level = 22, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainLifeOnBlock3"] = { type = "Suffix", affix = "of Renewal", "(26-40) Life gained when you Block", statOrder = { 1459 }, level = 36, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainLifeOnBlock4"] = { type = "Suffix", affix = "of Revival", "(41-60) Life gained when you Block", statOrder = { 1459 }, level = 48, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainLifeOnBlock5"] = { type = "Suffix", affix = "of Rebounding", "(61-85) Life gained when you Block", statOrder = { 1459 }, level = 60, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainLifeOnBlock6_"] = { type = "Suffix", affix = "of Revitalization", "(86-100) Life gained when you Block", statOrder = { 1459 }, level = 75, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainManaOnBlock1"] = { type = "Suffix", affix = "of Redirection", "(4-12) Mana gained when you Block", statOrder = { 1460 }, level = 15, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["GainManaOnBlock2"] = { type = "Suffix", affix = "of Transformation", "(13-21) Mana gained when you Block", statOrder = { 1460 }, level = 32, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["GainManaOnBlock3"] = { type = "Suffix", affix = "of Conservation", "(22-30) Mana gained when you Block", statOrder = { 1460 }, level = 58, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["GainManaOnBlock4"] = { type = "Suffix", affix = "of Utilisation", "(31-39) Mana gained when you Block", statOrder = { 1460 }, level = 75, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["FishingLineStrength"] = { type = "Prefix", affix = "Filigree", "(20-40)% increased Fishing Line Strength", statOrder = { 2523 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1842038569, }, - ["FishingPoolConsumption"] = { type = "Prefix", affix = "Calming", "(15-30)% reduced Fishing Pool Consumption", statOrder = { 2524 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1550221644, }, - ["FishingLureType"] = { type = "Prefix", affix = "Alluring", "Rhoa Feather Lure", statOrder = { 2525 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, - ["FishingHookType"] = { type = "Suffix", affix = "of Snaring", "Karui Stone Hook", statOrder = { 2526 }, level = 1, group = "FishingHookType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2054162825, }, - ["FishingCastDistance"] = { type = "Suffix", affix = "of Flight", "(30-50)% increased Fishing Range", statOrder = { 2527 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 170497091, }, - ["FishingQuantity"] = { type = "Suffix", affix = "of Fascination", "(15-20)% increased Quantity of Fish Caught", statOrder = { 2528 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, - ["FishingRarity"] = { type = "Suffix", affix = "of Bounty", "(25-40)% increased Rarity of Fish Caught", statOrder = { 2529 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, - ["ChaosResistanceWhileUsingFlaskEssence1"] = { type = "Suffix", affix = "of the Essence", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 2940 }, level = 63, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos", "resistance" }, tradeHash = 392168009, }, - ["IncreasedChaosDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Chaos Damage", statOrder = { 860 }, level = 58, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Chaos Damage", statOrder = { 860 }, level = 74, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Chaos Damage", statOrder = { 860 }, level = 82, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedLifeLeechRateEssence1"] = { type = "Suffix", affix = "of the Essence", "Leech Life 150% faster", statOrder = { 1840 }, level = 63, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, - ["LightningPenetrationWarbands"] = { type = "Prefix", affix = "Turncoat's", "Damage Penetrates (6-10)% Lightning Resistance", statOrder = { 2645 }, level = 60, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2645 }, level = 42, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2645 }, level = 58, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Lightning Resistance", statOrder = { 2645 }, level = 74, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Lightning Resistance", statOrder = { 2645 }, level = 82, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationTwoHandEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Lightning Resistance", statOrder = { 2645 }, level = 42, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Lightning Resistance", statOrder = { 2645 }, level = 58, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationTwoHandEssence3_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Lightning Resistance", statOrder = { 2645 }, level = 74, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Lightning Resistance", statOrder = { 2645 }, level = 82, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["FireResistancePenetrationWarbands"] = { type = "Prefix", affix = "Betrayer's", "Damage Penetrates (6-10)% Fire Resistance", statOrder = { 2643 }, level = 60, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Fire Resistance", statOrder = { 2643 }, level = 26, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Fire Resistance", statOrder = { 2643 }, level = 42, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Fire Resistance", statOrder = { 2643 }, level = 58, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationEssence4___"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Fire Resistance", statOrder = { 2643 }, level = 74, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Fire Resistance", statOrder = { 2643 }, level = 82, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Fire Resistance", statOrder = { 2643 }, level = 26, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationTwoHandEssence2_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Fire Resistance", statOrder = { 2643 }, level = 42, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Fire Resistance", statOrder = { 2643 }, level = 58, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Fire Resistance", statOrder = { 2643 }, level = 74, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["FireResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Fire Resistance", statOrder = { 2643 }, level = 82, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["ColdResistancePenetrationWarbands"] = { type = "Prefix", affix = "Deceiver's", "Damage Penetrates (6-10)% Cold Resistance", statOrder = { 2644 }, level = 60, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 3% Cold Resistance", statOrder = { 2644 }, level = 10, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Cold Resistance", statOrder = { 2644 }, level = 26, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Cold Resistance", statOrder = { 2644 }, level = 42, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence4_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Cold Resistance", statOrder = { 2644 }, level = 58, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Cold Resistance", statOrder = { 2644 }, level = 74, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationEssence6_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Cold Resistance", statOrder = { 2644 }, level = 82, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (5-6)% Cold Resistance", statOrder = { 2644 }, level = 10, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Cold Resistance", statOrder = { 2644 }, level = 26, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Cold Resistance", statOrder = { 2644 }, level = 42, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Cold Resistance", statOrder = { 2644 }, level = 58, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Cold Resistance", statOrder = { 2644 }, level = 74, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ColdResistancePenetrationTwoHandEssence6__"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Cold Resistance", statOrder = { 2644 }, level = 82, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["ChanceToAvoidElementalStatusAilments1"] = { type = "Suffix", affix = "of Stoicism", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 23, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilments2"] = { type = "Suffix", affix = "of Resolve", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 41, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilments3__"] = { type = "Suffix", affix = "of Fortitude", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 57, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilments4"] = { type = "Suffix", affix = "of Will", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 73, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilmentsEssence1"] = { type = "Suffix", affix = "of the Essence", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 42, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilmentsEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 58, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilmentsEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 74, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToAvoidElementalStatusAilmentsEssence4"] = { type = "Suffix", affix = "of the Essence", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 82, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["AttackAndCastSpeed1"] = { type = "Suffix", affix = "of Zeal", "(3-4)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 15, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeed2"] = { type = "Suffix", affix = "of Fervour", "(5-6)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 45, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeed3"] = { type = "Suffix", affix = "of Haste", "(7-8)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 70, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["LifeLeechPermyriadLocalEssence1"] = { type = "Prefix", affix = "Essences", "Leeches (0.5-0.7)% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence2"] = { type = "Prefix", affix = "Essences", "Leeches (0.6-0.8)% of Physical Damage as Life", statOrder = { 967 }, level = 10, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence3"] = { type = "Prefix", affix = "Essences", "Leeches (0.7-0.9)% of Physical Damage as Life", statOrder = { 967 }, level = 26, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence4"] = { type = "Prefix", affix = "Essences", "Leeches (0.8-1)% of Physical Damage as Life", statOrder = { 967 }, level = 42, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence5"] = { type = "Prefix", affix = "Essences", "Leeches (0.9-1.1)% of Physical Damage as Life", statOrder = { 967 }, level = 58, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence6"] = { type = "Prefix", affix = "Essences", "Leeches (1-1.2)% of Physical Damage as Life", statOrder = { 967 }, level = 74, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["LifeLeechPermyriadLocalEssence7"] = { type = "Prefix", affix = "Essences", "Leeches (1.1-1.3)% of Physical Damage as Life", statOrder = { 967 }, level = 82, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["AttackDamagePercent1"] = { type = "Prefix", affix = "Bully's", "(4-8)% increased Attack Damage", statOrder = { 1101 }, level = 4, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["AttackDamagePercent2"] = { type = "Prefix", affix = "Thug's", "(9-16)% increased Attack Damage", statOrder = { 1101 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["AttackDamagePercent3"] = { type = "Prefix", affix = "Brute's", "(17-24)% increased Attack Damage", statOrder = { 1101 }, level = 30, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["AttackDamagePercent4"] = { type = "Prefix", affix = "Assailant's", "(25-29)% increased Attack Damage", statOrder = { 1101 }, level = 60, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["AttackDamagePercent5"] = { type = "Prefix", affix = "Predator's", "(30-34)% increased Attack Damage", statOrder = { 1101 }, level = 81, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["SummonTotemCastSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Totem Placement speed", statOrder = { 2272 }, level = 42, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["SummonTotemCastSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Totem Placement speed", statOrder = { 2272 }, level = 58, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["SummonTotemCastSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Totem Placement speed", statOrder = { 2272 }, level = 74, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["SummonTotemCastSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(36-45)% increased Totem Placement speed", statOrder = { 2272 }, level = 82, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["StunAvoidance1"] = { type = "Suffix", affix = "of Composure", "(11-13)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidance2"] = { type = "Suffix", affix = "of Surefootedness", "(14-16)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidance3"] = { type = "Suffix", affix = "of Persistence", "(17-19)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidance4"] = { type = "Suffix", affix = "of Relentlessness", "(20-22)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidanceEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 58, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidanceEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 74, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-44)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 82, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["IncreasedStunThresholdEssence5"] = { type = "Suffix", affix = "of the Essence", "(31-39)% increased Stun Threshold", statOrder = { 2914 }, level = 58, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["IncreasedStunThresholdEssence6"] = { type = "Suffix", affix = "of the Essence", "(40-45)% increased Stun Threshold", statOrder = { 2914 }, level = 74, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["IncreasedStunThresholdEssence7"] = { type = "Suffix", affix = "of the Essence", "(46-60)% increased Stun Threshold", statOrder = { 2914 }, level = 82, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["SpellAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage2_"] = { type = "Prefix", affix = "Smouldering", "Adds (6-8) to (12-14) Fire Damage to Spells", statOrder = { 1249 }, level = 11, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (10-12) to (19-23) Fire Damage to Spells", statOrder = { 1249 }, level = 18, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (13-18) to (27-31) Fire Damage to Spells", statOrder = { 1249 }, level = 26, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (19-25) to (37-44) Fire Damage to Spells", statOrder = { 1249 }, level = 33, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (24-33) to (48-57) Fire Damage to Spells", statOrder = { 1249 }, level = 42, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (31-42) to (64-73) Fire Damage to Spells", statOrder = { 1249 }, level = 51, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (40-52) to (79-91) Fire Damage to Spells", statOrder = { 1249 }, level = 62, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (49-66) to (98-115) Fire Damage to Spells", statOrder = { 1249 }, level = 74, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (45-54) to (80-90) Fire Damage to Spells", statOrder = { 1249 }, level = 82, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (5-7) to (10-12) Cold Damage to Spells", statOrder = { 1250 }, level = 11, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (8-10) to (16-18) Cold Damage to Spells", statOrder = { 1250 }, level = 18, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (11-15) to (22-25) Cold Damage to Spells", statOrder = { 1250 }, level = 26, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (16-20) to (30-36) Cold Damage to Spells", statOrder = { 1250 }, level = 33, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage6_"] = { type = "Prefix", affix = "Frozen", "Adds (20-26) to (40-46) Cold Damage to Spells", statOrder = { 1250 }, level = 42, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (26-35) to (51-60) Cold Damage to Spells", statOrder = { 1250 }, level = 51, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (33-43) to (64-75) Cold Damage to Spells", statOrder = { 1250 }, level = 62, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (41-54) to (81-93) Cold Damage to Spells", statOrder = { 1250 }, level = 74, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (35-45) to (66-74) Cold Damage to Spells", statOrder = { 1250 }, level = 82, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-5) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-2) to (21-22) Lightning Damage to Spells", statOrder = { 1251 }, level = 11, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (33-35) Lightning Damage to Spells", statOrder = { 1251 }, level = 18, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-48) Lightning Damage to Spells", statOrder = { 1251 }, level = 26, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (2-5) to (64-68) Lightning Damage to Spells", statOrder = { 1251 }, level = 33, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (2-7) to (84-88) Lightning Damage to Spells", statOrder = { 1251 }, level = 42, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-9) to (109-115) Lightning Damage to Spells", statOrder = { 1251 }, level = 51, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (4-11) to (136-144) Lightning Damage to Spells", statOrder = { 1251 }, level = 62, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (4-14) to (170-179) Lightning Damage to Spells", statOrder = { 1251 }, level = 74, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-11) to (134-144) Lightning Damage to Spells", statOrder = { 1251 }, level = 82, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (4-5) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-11) to (17-19) Fire Damage to Spells", statOrder = { 1249 }, level = 11, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (13-17) to (26-29) Fire Damage to Spells", statOrder = { 1249 }, level = 18, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (18-23) to (36-42) Fire Damage to Spells", statOrder = { 1249 }, level = 26, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (25-33) to (50-59) Fire Damage to Spells", statOrder = { 1249 }, level = 33, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand6_"] = { type = "Prefix", affix = "Scorching", "Adds (32-44) to (65-76) Fire Damage to Spells", statOrder = { 1249 }, level = 42, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (42-56) to (85-99) Fire Damage to Spells", statOrder = { 1249 }, level = 51, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand8"] = { type = "Prefix", affix = "Blasting", "Adds (53-70) to (107-123) Fire Damage to Spells", statOrder = { 1249 }, level = 62, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (66-88) to (132-155) Fire Damage to Spells", statOrder = { 1249 }, level = 74, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageTwoHandEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (67-81) to (120-135) Fire Damage to Spells", statOrder = { 1249 }, level = 82, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedColdDamageTwoHand1_"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (8-10) to (15-18) Cold Damage to Spells", statOrder = { 1250 }, level = 11, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (12-15) to (23-28) Cold Damage to Spells", statOrder = { 1250 }, level = 18, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (16-22) to (33-38) Cold Damage to Spells", statOrder = { 1250 }, level = 26, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (24-30) to (45-53) Cold Damage to Spells", statOrder = { 1250 }, level = 33, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (30-40) to (59-69) Cold Damage to Spells", statOrder = { 1250 }, level = 42, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (39-52) to (77-90) Cold Damage to Spells", statOrder = { 1250 }, level = 51, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (49-64) to (96-113) Cold Damage to Spells", statOrder = { 1250 }, level = 62, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (61-81) to (120-140) Cold Damage to Spells", statOrder = { 1250 }, level = 74, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (57-66) to (100-111) Cold Damage to Spells", statOrder = { 1250 }, level = 82, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedLightningDamageTwoHand1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (6-7) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-3) to (32-34) Lightning Damage to Spells", statOrder = { 1251 }, level = 11, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-4) to (49-52) Lightning Damage to Spells", statOrder = { 1251 }, level = 18, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (2-5) to (69-73) Lightning Damage to Spells", statOrder = { 1251 }, level = 26, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (2-8) to (97-102) Lightning Damage to Spells", statOrder = { 1251 }, level = 33, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (3-10) to (126-133) Lightning Damage to Spells", statOrder = { 1251 }, level = 42, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (5-12) to (164-173) Lightning Damage to Spells", statOrder = { 1251 }, level = 51, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (5-17) to (204-216) Lightning Damage to Spells", statOrder = { 1251 }, level = 62, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHand9_"] = { type = "Prefix", affix = "Electrocuting", "Adds (7-20) to (255-270) Lightning Damage to Spells", statOrder = { 1251 }, level = 74, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (6-16) to (201-216) Lightning Damage to Spells", statOrder = { 1251 }, level = 82, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["LocalAddedChaosDamage1"] = { type = "Prefix", affix = "Malicious", "Adds (56-87) to (105-160) Chaos damage", statOrder = { 1235 }, level = 83, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (37-59) to (79-103) Chaos damage", statOrder = { 1235 }, level = 62, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageEssence2__"] = { type = "Prefix", affix = "Essences", "Adds (43-67) to (89-113) Chaos damage", statOrder = { 1235 }, level = 74, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageEssence3"] = { type = "Prefix", affix = "Essences", "Adds (53-79) to (101-131) Chaos damage", statOrder = { 1235 }, level = 82, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageTwoHand1"] = { type = "Prefix", affix = "Malicious", "Adds (98-149) to (183-280) Chaos damage", statOrder = { 1235 }, level = 83, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Adds (61-103) to (149-193) Chaos damage", statOrder = { 1235 }, level = 62, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Adds (73-113) to (163-205) Chaos damage", statOrder = { 1235 }, level = 74, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Adds (89-131) to (181-229) Chaos damage", statOrder = { 1235 }, level = 82, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["CannotBePoisonedEssence1"] = { type = "Suffix", affix = "of the Essence", "Cannot be Poisoned", statOrder = { 3005 }, level = 63, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, - ["QuiverAddedChaosEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (11-15) to (27-33) Chaos Damage to Attacks", statOrder = { 1233 }, level = 62, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["QuiverAddedChaosEssence2_"] = { type = "Prefix", affix = "Essences", "Adds (17-21) to (37-43) Chaos Damage to Attacks", statOrder = { 1233 }, level = 74, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["QuiverAddedChaosEssence3__"] = { type = "Prefix", affix = "Essences", "Adds (23-37) to (49-61) Chaos Damage to Attacks", statOrder = { 1233 }, level = 82, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["PoisonDuration1"] = { type = "Suffix", affix = "of Rot", "(8-12)% increased Poison Duration", statOrder = { 2820 }, level = 30, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["PoisonDuration2"] = { type = "Suffix", affix = "of Putrefaction", "(13-18)% increased Poison Duration", statOrder = { 2820 }, level = 60, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["PoisonDurationEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrder = { 860, 2820 }, level = 1, group = "PoisonDurationChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, tradeHash = 3453988289, }, - ["SocketedGemsDealAdditionalFireDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 175 to 225 Added Fire Damage", statOrder = { 409 }, level = 63, group = "SocketedGemsDealAdditionalFireDamage", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "fire", "gem" }, tradeHash = 1289910726, }, - ["SocketedGemsHaveMoreAttackAndCastSpeedEssence1"] = { type = "Suffix", affix = "", "Socketed Gems have 20% more Attack and Cast Speed", statOrder = { 403 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "speed", "gem" }, tradeHash = 346351023, }, - ["SocketedGemsHaveMoreAttackAndCastSpeedEssenceNew1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 16% more Attack and Cast Speed", statOrder = { 403 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "speed", "gem" }, tradeHash = 346351023, }, - ["SocketedGemsDealMoreElementalDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Elemental Damage", statOrder = { 406 }, level = 63, group = "SocketedGemsDealMoreElementalDamage", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, tradeHash = 3835899275, }, - ["ElementalDamageTakenWhileStationaryEssence1"] = { type = "Suffix", affix = "of the Essence", "5% reduced Elemental Damage Taken while stationary", statOrder = { 3929 }, level = 63, group = "ElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 694438389, }, - ["PhysicalDamageTakenAsColdEssence1"] = { type = "Prefix", affix = "Essences", "15% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2145 }, level = 63, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, tradeHash = 1871056256, }, - ["FireDamageAsPortionOfPhysicalDamageEssence1"] = { type = "Prefix", affix = "Essences", "Gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1622 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, - ["FireDamageAsPortionOfPhysicalDamageEssence2"] = { type = "Prefix", affix = "Essences", "Gain 15% of Physical Damage as Extra Fire Damage", statOrder = { 1622 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, - ["ChaosDamageOverTimeTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "25% reduced Chaos Damage taken over time", statOrder = { 1639 }, level = 63, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3762784591, }, - ["SocketedSkillsCriticalChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have +3.5% Critical Hit Chance", statOrder = { 395 }, level = 63, group = "SocketedSkillsCriticalChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1681904129, }, - ["AttackAndCastSpeedDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "", "10% increased Attack and Cast Speed during any Flask Effect", statOrder = { 3868 }, level = 63, group = "AttackAndCastSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "attack", "caster", "speed" }, tradeHash = 614350381, }, - ["MovementVelocityDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Movement Speed during any Flask Effect", statOrder = { 2834 }, level = 63, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "speed" }, tradeHash = 304970526, }, - ["AddedColdDamagePerFrenzyChargeEssence1"] = { type = "Prefix", affix = "Essences", "4 to 7 Added Cold Damage per Frenzy Charge", statOrder = { 3867 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, - ["AddedColdDamagePerFrenzyChargeEssenceQuiver1"] = { type = "Prefix", affix = "Essences", "8 to 12 Added Cold Damage per Frenzy Charge", statOrder = { 3867 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, - ["AddedFireDamageIfBlockedRecentlyEssence1"] = { type = "Suffix", affix = "of the Essence", "Adds 60 to 100 Fire Damage if you've Blocked Recently", statOrder = { 3869 }, level = 63, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3623716321, }, - ["SocketedSkillAlwaysIgniteEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 50% chance to Ignite", statOrder = { 389 }, level = 63, group = "DisplaySupportedSkillsHaveAChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 3984519770, }, - ["SocketedSkillDamageOnLowLifeEssence1__"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage while on Low Life", statOrder = { 405 }, level = 63, group = "DisplaySupportedSkillsDealDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1235873320, }, - ["ElementalPenetrationDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "Damage Penetrates 5% Elemental Resistances during any Flask Effect", statOrder = { 3861 }, level = 63, group = "ElementalPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, tradeHash = 3392890360, }, - ["AdditionalPhysicalDamageReductionDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "5% additional Physical Damage Reduction during any Flask Effect", statOrder = { 3862 }, level = 63, group = "AdditionalPhysicalDamageReductionDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "physical" }, tradeHash = 2693266036, }, - ["ReflectDamageTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "You and your Minions take 40% reduced Reflected Damage", statOrder = { 8731 }, level = 63, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3577248251, }, - ["PowerChargeOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "25% chance to gain a Power Charge when you Block", statOrder = { 3864 }, level = 63, group = "PowerChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "power_charge" }, tradeHash = 3945147290, }, - ["NearbyEnemiesChilledOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Chill Nearby Enemies when you Block", statOrder = { 3865 }, level = 63, group = "NearbyEnemiesChilledOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "cold", "ailment" }, tradeHash = 583277599, }, - ["ChanceToRecoverManaOnSkillUseEssence1"] = { type = "Suffix", affix = "of the Essence", "10% chance to Recover 10% of maximum Mana when you use a Skill", statOrder = { 3099 }, level = 63, group = "ChanceToRecoverManaOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 308309328, }, - ["FortifyEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "+3 to maximum Fortification", statOrder = { 7988 }, level = 63, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335507772, }, - ["CrushOnHitChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-25)% chance to Crush on Hit", statOrder = { 5044 }, level = 63, group = "CrushOnHitChance", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2228892313, }, - ["AlchemistsGeniusOnFlaskEssence1_"] = { type = "Suffix", affix = "of the Essence", "Gain Alchemist's Genius when you use a Flask", statOrder = { 6138 }, level = 63, group = "AlchemistsGeniusOnFlaskUseChance", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2989883253, }, - ["PowerFrenzyOrEnduranceChargeOnKillEssence1"] = { type = "Suffix", affix = "of the Essence", "16% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3230 }, level = 63, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 498214257, }, - ["SocketedGemsNonCurseAuraEffectEssence1"] = { type = "Suffix", affix = "", "Socketed Non-Curse Aura Gems have 20% increased Aura Effect", statOrder = { 439 }, level = 63, group = "SocketedGemsNonCurseAuraEffect", weightKey = { }, weightVal = { }, modTags = { "skill", "aura", "gem" }, tradeHash = 223595318, }, - ["SocketedAuraGemLevelsEssence1"] = { type = "Suffix", affix = "of the Essence", "+2 to Level of Socketed Aura Gems", statOrder = { 138 }, level = 63, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, tradeHash = 2452998583, }, - ["FireBurstOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Cast Level 20 Fire Burst on Hit", statOrder = { 562 }, level = 63, group = "FireBurstOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 1621470436, }, - ["SpiritMinionEssence1"] = { type = "Suffix", affix = "of the Essence", "Triggers Level 20 Spectral Spirits when Equipped", "+3 to maximum number of Spectral Spirits", statOrder = { 539, 539.1 }, level = 63, group = "GrantsEssenceMinion", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 470688636, }, - ["AreaOfEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Area of Effect", statOrder = { 1571 }, level = 63, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 280731498, }, - ["OnslaughtWhenHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Gain Onslaught for 3 seconds when Hit", statOrder = { 6195 }, level = 63, group = "OnslaughtWhenHitChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3049760680, }, - ["OnslaughtWhenHitNewEssence1"] = { type = "Suffix", affix = "of the Essence", "You gain Onslaught for 6 seconds when Hit", statOrder = { 2506 }, level = 63, group = "OnslaughtWhenHitForDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2764164760, }, - ["SupportDamageOverTimeEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage over Time", statOrder = { 437 }, level = 63, group = "SupportDamageOverTime", weightKey = { }, weightVal = { }, modTags = { "skill", "damage", "gem" }, tradeHash = 3846088475, }, - ["SpellBlockOnLowLifeEssence1"] = { type = "Suffix", affix = "of the Essence", "+15% Chance to Block Spell Damage while on Low Life", statOrder = { 1058 }, level = 63, group = "SpellBlockPercentageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2253286128, }, - ["MaximumDoomEssence1__"] = { type = "Suffix", affix = "of the Essence", "5% increased Curse Magnitudes", statOrder = { 2288 }, level = 63, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["MaximumDoomAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Curse Magnitudes", statOrder = { 2288 }, level = 63, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["MarkEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Effect of your Mark Skills", statOrder = { 2290 }, level = 63, group = "MarkEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 712554801, }, - ["DecayOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", statOrder = { 5567 }, level = 63, group = "DecayOnHit", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3322709337, }, - ["SpellBlockAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "(6-7)% Chance to Block Spell Damage", statOrder = { 865 }, level = 63, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 561307714, }, - ["MovementSpeedOnBurningChilledShockedGroundEssence1"] = { type = "Suffix", affix = "of the Essence", "12% increased Movement speed while on Burning, Chilled or Shocked ground", statOrder = { 8277 }, level = 63, group = "MovementSpeedOnBurningChilledShockedGround", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1521863824, }, - ["ManaRegenerationWhileShockedEssence1"] = { type = "Suffix", affix = "of the Essence", "70% increased Mana Regeneration Rate while Shocked", statOrder = { 2202 }, level = 63, group = "ManaRegenerationWhileShocked", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2076519255, }, - ["ManaGainedOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Recover 5% of your maximum Mana when you Block", statOrder = { 7224 }, level = 63, group = "ManaGainedOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 3041288981, }, + ["MinionLife1"] = { type = "Suffix", affix = "of the Mentor", "Minions have (21-25)% increased maximum Life", statOrder = { 958 }, level = 2, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionLife2"] = { type = "Suffix", affix = "of the Tutor", "Minions have (26-30)% increased maximum Life", statOrder = { 958 }, level = 16, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionLife3"] = { type = "Suffix", affix = "of the Director", "Minions have (31-35)% increased maximum Life", statOrder = { 958 }, level = 32, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionLife4"] = { type = "Suffix", affix = "of the Headmaster", "Minions have (36-40)% increased maximum Life", statOrder = { 958 }, level = 48, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionLife5"] = { type = "Suffix", affix = "of the Administrator", "Minions have (41-45)% increased maximum Life", statOrder = { 958 }, level = 64, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionLife6"] = { type = "Suffix", affix = "of the Rector", "Minions have (46-50)% increased maximum Life", statOrder = { 958 }, level = 80, group = "MinionLife", weightKey = { "sceptre", "default", }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["EssenceLocalRuneAndSoulCoreEffect1"] = { type = "Suffix", affix = "of the Essence", "100% increased effect of Socketed Items", statOrder = { 7241 }, level = 1, group = "LocalSocketItemsEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2081918629, }, + ["EssenceCorruptForTwoEnchantments1"] = { type = "Suffix", affix = "of the Essence", "On Corruption, Item gains two Enchantments", statOrder = { 7127 }, level = 1, group = "CorruptForTwoEnchantments", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4215035940, }, + ["EssenceAbyssPrefix"] = { type = "Prefix", affix = "Abyssal", "Bears the Mark of the Abyssal Lord", statOrder = { 5974 }, level = 1, group = "AbyssTargetMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335885735, }, + ["EssenceAbyssSuffix"] = { type = "Suffix", affix = "of the Abyss", "Bears the Mark of the Abyssal Lord", statOrder = { 5974 }, level = 1, group = "AbyssTargetMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335885735, }, + ["BeltFlaskLifeRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(8-11)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(12-15)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 10, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(16-19)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 26, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence4"] = { type = "Prefix", affix = "Essences", "(20-23)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 42, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence5"] = { type = "Prefix", affix = "Essences", "(24-27)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 58, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence6"] = { type = "Prefix", affix = "Essences", "(28-31)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 74, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskLifeRecoveryRateEssence7"] = { type = "Prefix", affix = "Essences", "(32-35)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 82, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["BeltFlaskManaRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 58, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 74, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltFlaskManaRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 82, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["ChanceToAvoidShockEssence2_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 10, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["ChanceToAvoidShockEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 26, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["ChanceToAvoidShockEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 42, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["ChanceToAvoidShockEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 58, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["ChanceToAvoidShockEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 74, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["ChanceToAvoidShockEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 82, group = "ReducedShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["AttackerTakesDamageEssence5"] = { type = "Prefix", affix = "Essences", "Reflects (51-100) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageEssence6"] = { type = "Prefix", affix = "Essences", "Reflects (101-150) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 74, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageEssence7"] = { type = "Prefix", affix = "Essences", "Reflects (151-200) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 82, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["ChanceToAvoidFreezeEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["ChanceToAvoidFreezeEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["ChanceToAvoidFreezeEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["ChanceToAvoidFreezeEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["ChanceToAvoidFreezeEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["AdditionalShieldBlockChance1"] = { type = "Suffix", affix = "of the Essence", "+(1-2)% Chance to Block", statOrder = { 827 }, level = 42, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalShieldBlockChance2"] = { type = "Suffix", affix = "of the Essence", "+(3-4)% Chance to Block", statOrder = { 827 }, level = 58, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalShieldBlockChance3"] = { type = "Suffix", affix = "of the Essence", "+(5-6)% Chance to Block", statOrder = { 827 }, level = 74, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalShieldBlockChance4"] = { type = "Suffix", affix = "of the Essence", "+(7-8)% Chance to Block", statOrder = { 827 }, level = 82, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["PhysicalDamageTakenAsFirePercentWarbands"] = { type = "Prefix", affix = "Redblade", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2113 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, + ["ChanceToAvoidIgniteEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Ignited", statOrder = { 1526 }, level = 42, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, + ["ChanceToAvoidIgniteEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Ignited", statOrder = { 1526 }, level = 58, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, + ["ChanceToAvoidIgniteEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Ignited", statOrder = { 1526 }, level = 74, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, + ["ChanceToAvoidIgniteEssence7_"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Ignited", statOrder = { 1526 }, level = 82, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, + ["ChanceToBlockProjectileAttacks1_"] = { type = "Suffix", affix = "of Deflection", "+(1-2)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 8, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ChanceToBlockProjectileAttacks2"] = { type = "Suffix", affix = "of Protection", "+(3-4)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 19, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ChanceToBlockProjectileAttacks3"] = { type = "Suffix", affix = "of Cover", "+(5-6)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 30, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ChanceToBlockProjectileAttacks4"] = { type = "Suffix", affix = "of Asylum", "+(7-8)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 55, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ChanceToBlockProjectileAttacks5_"] = { type = "Suffix", affix = "of Refuge", "+(9-10)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 70, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ChanceToBlockProjectileAttacks6"] = { type = "Suffix", affix = "of Sanctuary", "+(11-12)% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 81, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["ReducedManaReservationCostEssence4"] = { type = "Suffix", affix = "of the Essence", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 42, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ReducedManaReservationCostEssence5"] = { type = "Suffix", affix = "of the Essence", "6% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 58, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ReducedManaReservationCostEssence6"] = { type = "Suffix", affix = "of the Essence", "8% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 74, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ReducedManaReservationCostEssence7"] = { type = "Suffix", affix = "of the Essence", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 82, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ManaReservationEfficiencyEssence4"] = { type = "Suffix", affix = "of the Essence", "(3-4)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 42, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["ManaReservationEfficiencyEssence5__"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 58, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["ManaReservationEfficiencyEssence6_"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 74, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["ManaReservationEfficiencyEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 82, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["LocalIncreasedMeleeWeaponRangeEssence5"] = { type = "Suffix", affix = "of the Essence", "+1 to Weapon Range", statOrder = { 2391 }, level = 58, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeEssence6"] = { type = "Suffix", affix = "of the Essence", "+2 to Weapon Range", statOrder = { 2391 }, level = 74, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeEssence7"] = { type = "Suffix", affix = "of the Essence", "+3 to Weapon Range", statOrder = { 2391 }, level = 82, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["GainLifeOnBlock1"] = { type = "Suffix", affix = "of Repairing", "(5-15) Life gained when you Block", statOrder = { 1442 }, level = 11, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainLifeOnBlock2_"] = { type = "Suffix", affix = "of Resurgence", "(16-25) Life gained when you Block", statOrder = { 1442 }, level = 22, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainLifeOnBlock3"] = { type = "Suffix", affix = "of Renewal", "(26-40) Life gained when you Block", statOrder = { 1442 }, level = 36, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainLifeOnBlock4"] = { type = "Suffix", affix = "of Revival", "(41-60) Life gained when you Block", statOrder = { 1442 }, level = 48, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainLifeOnBlock5"] = { type = "Suffix", affix = "of Rebounding", "(61-85) Life gained when you Block", statOrder = { 1442 }, level = 60, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainLifeOnBlock6_"] = { type = "Suffix", affix = "of Revitalization", "(86-100) Life gained when you Block", statOrder = { 1442 }, level = 75, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainManaOnBlock1"] = { type = "Suffix", affix = "of Redirection", "(4-12) Mana gained when you Block", statOrder = { 1443 }, level = 15, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["GainManaOnBlock2"] = { type = "Suffix", affix = "of Transformation", "(13-21) Mana gained when you Block", statOrder = { 1443 }, level = 32, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["GainManaOnBlock3"] = { type = "Suffix", affix = "of Conservation", "(22-30) Mana gained when you Block", statOrder = { 1443 }, level = 58, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["GainManaOnBlock4"] = { type = "Suffix", affix = "of Utilisation", "(31-39) Mana gained when you Block", statOrder = { 1443 }, level = 75, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["FishingLineStrength"] = { type = "Prefix", affix = "Filigree", "(20-40)% increased Fishing Line Strength", statOrder = { 2487 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1842038569, }, + ["FishingPoolConsumption"] = { type = "Prefix", affix = "Calming", "(15-30)% reduced Fishing Pool Consumption", statOrder = { 2488 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1550221644, }, + ["FishingLureType"] = { type = "Prefix", affix = "Alluring", "Rhoa Feather Lure", statOrder = { 2489 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, + ["FishingHookType"] = { type = "Suffix", affix = "of Snaring", "Karui Stone Hook", statOrder = { 2490 }, level = 1, group = "FishingHookType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2054162825, }, + ["FishingCastDistance"] = { type = "Suffix", affix = "of Flight", "(30-50)% increased Fishing Range", statOrder = { 2491 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 170497091, }, + ["FishingQuantity"] = { type = "Suffix", affix = "of Fascination", "(15-20)% increased Quantity of Fish Caught", statOrder = { 2492 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, + ["FishingRarity"] = { type = "Suffix", affix = "of Bounty", "(25-40)% increased Rarity of Fish Caught", statOrder = { 2493 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, + ["ChaosResistanceWhileUsingFlaskEssence1"] = { type = "Suffix", affix = "of the Essence", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 2891 }, level = 63, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos", "resistance" }, tradeHash = 392168009, }, + ["IncreasedChaosDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Chaos Damage", statOrder = { 855 }, level = 58, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Chaos Damage", statOrder = { 855 }, level = 74, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Chaos Damage", statOrder = { 855 }, level = 82, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedLifeLeechRateEssence1"] = { type = "Suffix", affix = "of the Essence", "Leech Life 150% faster", statOrder = { 1817 }, level = 63, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, + ["LightningPenetrationWarbands"] = { type = "Prefix", affix = "Turncoat's", "Damage Penetrates (6-10)% Lightning Resistance", statOrder = { 2604 }, level = 60, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2604 }, level = 42, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2604 }, level = 58, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Lightning Resistance", statOrder = { 2604 }, level = 74, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Lightning Resistance", statOrder = { 2604 }, level = 82, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationTwoHandEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Lightning Resistance", statOrder = { 2604 }, level = 42, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Lightning Resistance", statOrder = { 2604 }, level = 58, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationTwoHandEssence3_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Lightning Resistance", statOrder = { 2604 }, level = 74, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Lightning Resistance", statOrder = { 2604 }, level = 82, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["FireResistancePenetrationWarbands"] = { type = "Prefix", affix = "Betrayer's", "Damage Penetrates (6-10)% Fire Resistance", statOrder = { 2602 }, level = 60, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Fire Resistance", statOrder = { 2602 }, level = 26, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Fire Resistance", statOrder = { 2602 }, level = 42, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Fire Resistance", statOrder = { 2602 }, level = 58, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationEssence4___"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Fire Resistance", statOrder = { 2602 }, level = 74, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Fire Resistance", statOrder = { 2602 }, level = 82, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Fire Resistance", statOrder = { 2602 }, level = 26, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationTwoHandEssence2_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Fire Resistance", statOrder = { 2602 }, level = 42, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Fire Resistance", statOrder = { 2602 }, level = 58, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Fire Resistance", statOrder = { 2602 }, level = 74, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["FireResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Fire Resistance", statOrder = { 2602 }, level = 82, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["ColdResistancePenetrationWarbands"] = { type = "Prefix", affix = "Deceiver's", "Damage Penetrates (6-10)% Cold Resistance", statOrder = { 2603 }, level = 60, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 3% Cold Resistance", statOrder = { 2603 }, level = 10, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Cold Resistance", statOrder = { 2603 }, level = 26, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Cold Resistance", statOrder = { 2603 }, level = 42, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence4_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Cold Resistance", statOrder = { 2603 }, level = 58, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Cold Resistance", statOrder = { 2603 }, level = 74, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationEssence6_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Cold Resistance", statOrder = { 2603 }, level = 82, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (5-6)% Cold Resistance", statOrder = { 2603 }, level = 10, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Cold Resistance", statOrder = { 2603 }, level = 26, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Cold Resistance", statOrder = { 2603 }, level = 42, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Cold Resistance", statOrder = { 2603 }, level = 58, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Cold Resistance", statOrder = { 2603 }, level = 74, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ColdResistancePenetrationTwoHandEssence6__"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Cold Resistance", statOrder = { 2603 }, level = 82, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["ChanceToAvoidElementalStatusAilments1"] = { type = "Suffix", affix = "of Stoicism", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 23, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilments2"] = { type = "Suffix", affix = "of Resolve", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 41, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilments3__"] = { type = "Suffix", affix = "of Fortitude", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 57, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilments4"] = { type = "Suffix", affix = "of Will", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 73, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilmentsEssence1"] = { type = "Suffix", affix = "of the Essence", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 42, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilmentsEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 58, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilmentsEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 74, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToAvoidElementalStatusAilmentsEssence4"] = { type = "Suffix", affix = "of the Essence", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 82, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["AttackAndCastSpeed1"] = { type = "Suffix", affix = "of Zeal", "(3-4)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 15, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeed2"] = { type = "Suffix", affix = "of Fervour", "(5-6)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 45, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeed3"] = { type = "Suffix", affix = "of Haste", "(7-8)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 70, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["LifeLeechPermyriadLocalEssence1"] = { type = "Prefix", affix = "Essences", "Leeches (0.5-0.7)% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence2"] = { type = "Prefix", affix = "Essences", "Leeches (0.6-0.8)% of Physical Damage as Life", statOrder = { 968 }, level = 10, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence3"] = { type = "Prefix", affix = "Essences", "Leeches (0.7-0.9)% of Physical Damage as Life", statOrder = { 968 }, level = 26, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence4"] = { type = "Prefix", affix = "Essences", "Leeches (0.8-1)% of Physical Damage as Life", statOrder = { 968 }, level = 42, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence5"] = { type = "Prefix", affix = "Essences", "Leeches (0.9-1.1)% of Physical Damage as Life", statOrder = { 968 }, level = 58, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence6"] = { type = "Prefix", affix = "Essences", "Leeches (1-1.2)% of Physical Damage as Life", statOrder = { 968 }, level = 74, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["LifeLeechPermyriadLocalEssence7"] = { type = "Prefix", affix = "Essences", "Leeches (1.1-1.3)% of Physical Damage as Life", statOrder = { 968 }, level = 82, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["AttackDamagePercent1"] = { type = "Prefix", affix = "Bully's", "(4-8)% increased Attack Damage", statOrder = { 1089 }, level = 4, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["AttackDamagePercent2"] = { type = "Prefix", affix = "Thug's", "(9-16)% increased Attack Damage", statOrder = { 1089 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["AttackDamagePercent3"] = { type = "Prefix", affix = "Brute's", "(17-24)% increased Attack Damage", statOrder = { 1089 }, level = 30, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["AttackDamagePercent4"] = { type = "Prefix", affix = "Assailant's", "(25-29)% increased Attack Damage", statOrder = { 1089 }, level = 60, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["AttackDamagePercent5"] = { type = "Prefix", affix = "Predator's", "(30-34)% increased Attack Damage", statOrder = { 1089 }, level = 81, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["SummonTotemCastSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Totem Placement speed", statOrder = { 2240 }, level = 42, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["SummonTotemCastSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Totem Placement speed", statOrder = { 2240 }, level = 58, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["SummonTotemCastSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Totem Placement speed", statOrder = { 2240 }, level = 74, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["SummonTotemCastSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(36-45)% increased Totem Placement speed", statOrder = { 2240 }, level = 82, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["StunAvoidance1"] = { type = "Suffix", affix = "of Composure", "(11-13)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidance2"] = { type = "Suffix", affix = "of Surefootedness", "(14-16)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidance3"] = { type = "Suffix", affix = "of Persistence", "(17-19)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidance4"] = { type = "Suffix", affix = "of Relentlessness", "(20-22)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidanceEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 58, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidanceEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 74, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-44)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 82, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["IncreasedStunThresholdEssence5"] = { type = "Suffix", affix = "of the Essence", "(31-39)% increased Stun Threshold", statOrder = { 2867 }, level = 58, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["IncreasedStunThresholdEssence6"] = { type = "Suffix", affix = "of the Essence", "(40-45)% increased Stun Threshold", statOrder = { 2867 }, level = 74, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["IncreasedStunThresholdEssence7"] = { type = "Suffix", affix = "of the Essence", "(46-60)% increased Stun Threshold", statOrder = { 2867 }, level = 82, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["SpellAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage2_"] = { type = "Prefix", affix = "Smouldering", "Adds (6-8) to (12-14) Fire Damage to Spells", statOrder = { 1237 }, level = 11, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (10-12) to (19-23) Fire Damage to Spells", statOrder = { 1237 }, level = 18, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (13-18) to (27-31) Fire Damage to Spells", statOrder = { 1237 }, level = 26, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (19-25) to (37-44) Fire Damage to Spells", statOrder = { 1237 }, level = 33, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (26-33) to (48-57) Fire Damage to Spells", statOrder = { 1237 }, level = 42, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (34-42) to (64-73) Fire Damage to Spells", statOrder = { 1237 }, level = 51, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (43-52) to (79-91) Fire Damage to Spells", statOrder = { 1237 }, level = 62, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (53-66) to (98-115) Fire Damage to Spells", statOrder = { 1237 }, level = 74, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds 67 to (80-90) Fire Damage to Spells", statOrder = { 1237 }, level = 82, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (5-7) to (10-12) Cold Damage to Spells", statOrder = { 1238 }, level = 11, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (8-10) to (16-18) Cold Damage to Spells", statOrder = { 1238 }, level = 18, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (11-15) to (22-25) Cold Damage to Spells", statOrder = { 1238 }, level = 26, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (16-20) to (30-36) Cold Damage to Spells", statOrder = { 1238 }, level = 33, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage6_"] = { type = "Prefix", affix = "Frozen", "Adds (21-26) to (40-46) Cold Damage to Spells", statOrder = { 1238 }, level = 42, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (27-35) to (51-60) Cold Damage to Spells", statOrder = { 1238 }, level = 51, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (36-43) to (64-75) Cold Damage to Spells", statOrder = { 1238 }, level = 62, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (44-54) to (81-93) Cold Damage to Spells", statOrder = { 1238 }, level = 74, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (35-45) to (66-74) Cold Damage to Spells", statOrder = { 1238 }, level = 82, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-5) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-2) to (21-22) Lightning Damage to Spells", statOrder = { 1239 }, level = 11, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (33-35) Lightning Damage to Spells", statOrder = { 1239 }, level = 18, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-48) Lightning Damage to Spells", statOrder = { 1239 }, level = 26, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (2-5) to (49-68) Lightning Damage to Spells", statOrder = { 1239 }, level = 33, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (2-7) to (69-88) Lightning Damage to Spells", statOrder = { 1239 }, level = 42, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-9) to (89-115) Lightning Damage to Spells", statOrder = { 1239 }, level = 51, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (4-11) to (116-144) Lightning Damage to Spells", statOrder = { 1239 }, level = 62, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (4-14) to (145-179) Lightning Damage to Spells", statOrder = { 1239 }, level = 74, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-11) to (134-144) Lightning Damage to Spells", statOrder = { 1239 }, level = 82, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (4-5) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-11) to (17-19) Fire Damage to Spells", statOrder = { 1237 }, level = 11, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (13-17) to (26-29) Fire Damage to Spells", statOrder = { 1237 }, level = 18, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (18-23) to (36-42) Fire Damage to Spells", statOrder = { 1237 }, level = 26, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (25-33) to (50-59) Fire Damage to Spells", statOrder = { 1237 }, level = 33, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand6_"] = { type = "Prefix", affix = "Scorching", "Adds (34-44) to (65-76) Fire Damage to Spells", statOrder = { 1237 }, level = 42, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (45-56) to (85-99) Fire Damage to Spells", statOrder = { 1237 }, level = 51, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand8"] = { type = "Prefix", affix = "Blasting", "Adds (57-70) to (107-123) Fire Damage to Spells", statOrder = { 1237 }, level = 62, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (71-88) to (132-155) Fire Damage to Spells", statOrder = { 1237 }, level = 74, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageTwoHandEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (67-81) to (120-135) Fire Damage to Spells", statOrder = { 1237 }, level = 82, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedColdDamageTwoHand1_"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (8-10) to (15-18) Cold Damage to Spells", statOrder = { 1238 }, level = 11, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (12-15) to (23-28) Cold Damage to Spells", statOrder = { 1238 }, level = 18, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (16-22) to (33-38) Cold Damage to Spells", statOrder = { 1238 }, level = 26, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (24-30) to (45-53) Cold Damage to Spells", statOrder = { 1238 }, level = 33, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (32-40) to (59-69) Cold Damage to Spells", statOrder = { 1238 }, level = 42, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (42-52) to (77-90) Cold Damage to Spells", statOrder = { 1238 }, level = 51, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (54-64) to (96-113) Cold Damage to Spells", statOrder = { 1238 }, level = 62, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (66-82) to (120-140) Cold Damage to Spells", statOrder = { 1238 }, level = 74, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (57-66) to (100-111) Cold Damage to Spells", statOrder = { 1238 }, level = 82, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedLightningDamageTwoHand1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (6-7) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-3) to (32-34) Lightning Damage to Spells", statOrder = { 1239 }, level = 11, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-4) to (49-52) Lightning Damage to Spells", statOrder = { 1239 }, level = 18, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (2-5) to (69-73) Lightning Damage to Spells", statOrder = { 1239 }, level = 26, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (2-8) to (97-102) Lightning Damage to Spells", statOrder = { 1239 }, level = 33, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (3-10) to (126-133) Lightning Damage to Spells", statOrder = { 1239 }, level = 42, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (5-12) to (164-173) Lightning Damage to Spells", statOrder = { 1239 }, level = 51, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (5-17) to (204-216) Lightning Damage to Spells", statOrder = { 1239 }, level = 62, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHand9_"] = { type = "Prefix", affix = "Electrocuting", "Adds (7-20) to (255-270) Lightning Damage to Spells", statOrder = { 1239 }, level = 74, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (6-16) to (201-216) Lightning Damage to Spells", statOrder = { 1239 }, level = 82, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["LocalAddedChaosDamage1"] = { type = "Prefix", affix = "Malicious", "Adds (56-87) to (105-160) Chaos damage", statOrder = { 1223 }, level = 83, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (37-59) to (79-103) Chaos damage", statOrder = { 1223 }, level = 62, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageEssence2__"] = { type = "Prefix", affix = "Essences", "Adds (43-67) to (89-113) Chaos damage", statOrder = { 1223 }, level = 74, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageEssence3"] = { type = "Prefix", affix = "Essences", "Adds (53-79) to (101-131) Chaos damage", statOrder = { 1223 }, level = 82, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageTwoHand1"] = { type = "Prefix", affix = "Malicious", "Adds (98-149) to (183-280) Chaos damage", statOrder = { 1223 }, level = 83, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Adds (61-103) to (149-193) Chaos damage", statOrder = { 1223 }, level = 62, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Adds (73-113) to (163-205) Chaos damage", statOrder = { 1223 }, level = 74, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Adds (89-131) to (181-229) Chaos damage", statOrder = { 1223 }, level = 82, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["CannotBePoisonedEssence1"] = { type = "Suffix", affix = "of the Essence", "Cannot be Poisoned", statOrder = { 2956 }, level = 63, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, + ["QuiverAddedChaosEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (11-15) to (27-33) Chaos Damage to Attacks", statOrder = { 1221 }, level = 62, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["QuiverAddedChaosEssence2_"] = { type = "Prefix", affix = "Essences", "Adds (17-21) to (37-43) Chaos Damage to Attacks", statOrder = { 1221 }, level = 74, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["QuiverAddedChaosEssence3__"] = { type = "Prefix", affix = "Essences", "Adds (23-37) to (49-61) Chaos Damage to Attacks", statOrder = { 1221 }, level = 82, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["PoisonDuration1"] = { type = "Suffix", affix = "of Rot", "(8-12)% increased Poison Duration", statOrder = { 2775 }, level = 30, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["PoisonDuration2"] = { type = "Suffix", affix = "of Putrefaction", "(13-18)% increased Poison Duration", statOrder = { 2775 }, level = 60, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["PoisonDurationEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrder = { 855, 2775 }, level = 1, group = "PoisonDurationChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, tradeHash = 3453988289, }, + ["SocketedGemsDealAdditionalFireDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 175 to 225 Added Fire Damage", statOrder = { 400 }, level = 63, group = "SocketedGemsDealAdditionalFireDamage", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "fire", "gem" }, tradeHash = 1289910726, }, + ["SocketedGemsHaveMoreAttackAndCastSpeedEssence1"] = { type = "Suffix", affix = "", "Socketed Gems have 20% more Attack and Cast Speed", statOrder = { 394 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "speed", "gem" }, tradeHash = 346351023, }, + ["SocketedGemsHaveMoreAttackAndCastSpeedEssenceNew1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 16% more Attack and Cast Speed", statOrder = { 394 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "speed", "gem" }, tradeHash = 346351023, }, + ["SocketedGemsDealMoreElementalDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Elemental Damage", statOrder = { 397 }, level = 63, group = "SocketedGemsDealMoreElementalDamage", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, tradeHash = 3835899275, }, + ["ElementalDamageTakenWhileStationaryEssence1"] = { type = "Suffix", affix = "of the Essence", "5% reduced Elemental Damage Taken while stationary", statOrder = { 3870 }, level = 63, group = "ElementalDamageTakenWhileStationary", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 694438389, }, + ["PhysicalDamageTakenAsColdEssence1"] = { type = "Prefix", affix = "Essences", "15% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2114 }, level = 63, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, tradeHash = 1871056256, }, + ["FireDamageAsPortionOfPhysicalDamageEssence1"] = { type = "Prefix", affix = "Essences", "Gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1601 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, + ["FireDamageAsPortionOfPhysicalDamageEssence2"] = { type = "Prefix", affix = "Essences", "Gain 15% of Physical Damage as Extra Fire Damage", statOrder = { 1601 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, + ["ChaosDamageOverTimeTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "25% reduced Chaos Damage taken over time", statOrder = { 1618 }, level = 63, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3762784591, }, + ["SocketedSkillsCriticalChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have +3.5% Critical Hit Chance", statOrder = { 386 }, level = 63, group = "SocketedSkillsCriticalChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1681904129, }, + ["AttackAndCastSpeedDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "", "10% increased Attack and Cast Speed during any Flask Effect", statOrder = { 3809 }, level = 63, group = "AttackAndCastSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "attack", "caster", "speed" }, tradeHash = 614350381, }, + ["MovementVelocityDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Movement Speed during any Flask Effect", statOrder = { 2789 }, level = 63, group = "MovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "speed" }, tradeHash = 304970526, }, + ["AddedColdDamagePerFrenzyChargeEssence1"] = { type = "Prefix", affix = "Essences", "4 to 7 Added Cold Damage per Frenzy Charge", statOrder = { 3808 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, + ["AddedColdDamagePerFrenzyChargeEssenceQuiver1"] = { type = "Prefix", affix = "Essences", "8 to 12 Added Cold Damage per Frenzy Charge", statOrder = { 3808 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, + ["AddedFireDamageIfBlockedRecentlyEssence1"] = { type = "Suffix", affix = "of the Essence", "Adds 60 to 100 Fire Damage if you've Blocked Recently", statOrder = { 3810 }, level = 63, group = "AddedFireDamageIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3623716321, }, + ["SocketedSkillDamageOnLowLifeEssence1__"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage while on Low Life", statOrder = { 396 }, level = 63, group = "DisplaySupportedSkillsDealDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1235873320, }, + ["ElementalPenetrationDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "Damage Penetrates 5% Elemental Resistances during any Flask Effect", statOrder = { 3802 }, level = 63, group = "ElementalPenetrationDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, tradeHash = 3392890360, }, + ["AdditionalPhysicalDamageReductionDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "5% additional Physical Damage Reduction during any Flask Effect", statOrder = { 3803 }, level = 63, group = "AdditionalPhysicalDamageReductionDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "physical" }, tradeHash = 2693266036, }, + ["ReflectDamageTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "You and your Minions take 40% reduced Reflected Damage", statOrder = { 8981 }, level = 63, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3577248251, }, + ["PowerChargeOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "25% chance to gain a Power Charge when you Block", statOrder = { 3805 }, level = 63, group = "PowerChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "power_charge" }, tradeHash = 3945147290, }, + ["NearbyEnemiesChilledOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Chill Nearby Enemies when you Block", statOrder = { 3806 }, level = 63, group = "NearbyEnemiesChilledOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "cold", "ailment" }, tradeHash = 583277599, }, + ["ChanceToRecoverManaOnSkillUseEssence1"] = { type = "Suffix", affix = "of the Essence", "10% chance to Recover 10% of maximum Mana when you use a Skill", statOrder = { 3047 }, level = 63, group = "ChanceToRecoverManaOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 308309328, }, + ["FortifyEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "+3 to maximum Fortification", statOrder = { 8168 }, level = 63, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335507772, }, + ["CrushOnHitChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-25)% chance to Crush on Hit", statOrder = { 5075 }, level = 63, group = "CrushOnHitChance", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2228892313, }, + ["AlchemistsGeniusOnFlaskEssence1_"] = { type = "Suffix", affix = "of the Essence", "Gain Alchemist's Genius when you use a Flask", statOrder = { 6233 }, level = 63, group = "AlchemistsGeniusOnFlaskUseChance", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2989883253, }, + ["PowerFrenzyOrEnduranceChargeOnKillEssence1"] = { type = "Suffix", affix = "of the Essence", "16% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3176 }, level = 63, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 498214257, }, + ["SocketedGemsNonCurseAuraEffectEssence1"] = { type = "Suffix", affix = "", "Socketed Non-Curse Aura Gems have 20% increased Aura Effect", statOrder = { 430 }, level = 63, group = "SocketedGemsNonCurseAuraEffect", weightKey = { }, weightVal = { }, modTags = { "skill", "aura", "gem" }, tradeHash = 223595318, }, + ["SocketedAuraGemLevelsEssence1"] = { type = "Suffix", affix = "of the Essence", "+2 to Level of Socketed Aura Gems", statOrder = { 130 }, level = 63, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, tradeHash = 2452998583, }, + ["FireBurstOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Cast Level 20 Fire Burst on Hit", statOrder = { 553 }, level = 63, group = "FireBurstOnHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 1621470436, }, + ["SpiritMinionEssence1"] = { type = "Suffix", affix = "of the Essence", "Triggers Level 20 Spectral Spirits when Equipped", "+3 to maximum number of Spectral Spirits", statOrder = { 530, 530.1 }, level = 63, group = "GrantsEssenceMinion", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 470688636, }, + ["AreaOfEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Area of Effect", statOrder = { 1554 }, level = 63, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 280731498, }, + ["OnslaughtWhenHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Gain Onslaught for 3 seconds when Hit", statOrder = { 6294 }, level = 63, group = "OnslaughtWhenHitChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3049760680, }, + ["OnslaughtWhenHitNewEssence1"] = { type = "Suffix", affix = "of the Essence", "You gain Onslaught for 6 seconds when Hit", statOrder = { 2470 }, level = 63, group = "OnslaughtWhenHitForDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2764164760, }, + ["SupportDamageOverTimeEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage over Time", statOrder = { 428 }, level = 63, group = "SupportDamageOverTime", weightKey = { }, weightVal = { }, modTags = { "skill", "damage", "gem" }, tradeHash = 3846088475, }, + ["MaximumDoomEssence1__"] = { type = "Suffix", affix = "of the Essence", "5% increased Curse Magnitudes", statOrder = { 2256 }, level = 63, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["MaximumDoomAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Curse Magnitudes", statOrder = { 2256 }, level = 63, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["MarkEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Effect of your Mark Skills", statOrder = { 2258 }, level = 63, group = "MarkEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 712554801, }, + ["DecayOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", statOrder = { 5622 }, level = 63, group = "DecayOnHit", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3322709337, }, + ["MovementSpeedOnBurningChilledShockedGroundEssence1"] = { type = "Suffix", affix = "of the Essence", "12% increased Movement speed while on Burning, Chilled or Shocked ground", statOrder = { 8486 }, level = 63, group = "MovementSpeedOnBurningChilledShockedGround", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1521863824, }, + ["ManaRegenerationWhileShockedEssence1"] = { type = "Suffix", affix = "of the Essence", "70% increased Mana Regeneration Rate while Shocked", statOrder = { 2171 }, level = 63, group = "ManaRegenerationWhileShocked", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2076519255, }, + ["ManaGainedOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Recover 5% of your maximum Mana when you Block", statOrder = { 7392 }, level = 63, group = "ManaGainedOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 3041288981, }, ["BleedDuration1"] = { type = "Suffix", affix = "", "(8-12)% increased Bleeding Duration", statOrder = { 4491 }, level = 30, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1459321413, }, ["BleedDuration2"] = { type = "Suffix", affix = "", "(13-18)% increased Bleeding Duration", statOrder = { 4491 }, level = 60, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1459321413, }, - ["GrantsCatAspectCrafted"] = { type = "Suffix", affix = "of Farrul", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 506 }, level = 20, group = "GrantsCatAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1265282021, }, - ["GrantsBirdAspectCrafted"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 502 }, level = 20, group = "GrantsBirdAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3914740665, }, - ["GrantsSpiderAspectCrafted"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 525 }, level = 20, group = "GrantsSpiderAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 956546305, }, - ["GrantsCrabAspectCrafted"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 507 }, level = 20, group = "GrantsCrabAspect", weightKey = { }, weightVal = { }, modTags = { "blue_herring", "skill" }, tradeHash = 4102318278, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Chaos Damage over Time Multiplier", statOrder = { 1150 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, tradeHash = 4055307827, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Chaos Damage over Time Multiplier", statOrder = { 1150 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, tradeHash = 4055307827, }, - ["ColdDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Cold Damage over Time Multiplier", statOrder = { 1147 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1950806024, }, - ["ColdDamageOverTimeMultiplierUber2_"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Cold Damage over Time Multiplier", statOrder = { 1147 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1950806024, }, - ["FireDamageOverTimeMultiplierUber1___"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Fire Damage over Time Multiplier", statOrder = { 1144 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3382807662, }, - ["FireDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Fire Damage over Time Multiplier", statOrder = { 1144 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3382807662, }, - ["PhysicalDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Physical Damage over Time Multiplier", statOrder = { 1142 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, tradeHash = 1314617696, }, - ["PhysicalDamageOverTimeMultiplierUber2__"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Physical Damage over Time Multiplier", statOrder = { 1142 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, tradeHash = 1314617696, }, + ["GrantsCatAspectCrafted"] = { type = "Suffix", affix = "of Farrul", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 497 }, level = 20, group = "GrantsCatAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1265282021, }, + ["GrantsBirdAspectCrafted"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 493 }, level = 20, group = "GrantsBirdAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3914740665, }, + ["GrantsSpiderAspectCrafted"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 516 }, level = 20, group = "GrantsSpiderAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 956546305, }, + ["GrantsCrabAspectCrafted"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 498 }, level = 20, group = "GrantsCrabAspect", weightKey = { }, weightVal = { }, modTags = { "blue_herring", "skill" }, tradeHash = 4102318278, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Chaos Damage over Time Multiplier", statOrder = { 1138 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, tradeHash = 4055307827, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Chaos Damage over Time Multiplier", statOrder = { 1138 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, tradeHash = 4055307827, }, + ["ColdDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Cold Damage over Time Multiplier", statOrder = { 1135 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1950806024, }, + ["ColdDamageOverTimeMultiplierUber2_"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Cold Damage over Time Multiplier", statOrder = { 1135 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1950806024, }, + ["FireDamageOverTimeMultiplierUber1___"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Fire Damage over Time Multiplier", statOrder = { 1132 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3382807662, }, + ["FireDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Fire Damage over Time Multiplier", statOrder = { 1132 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3382807662, }, + ["PhysicalDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Physical Damage over Time Multiplier", statOrder = { 1130 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, tradeHash = 1314617696, }, + ["PhysicalDamageOverTimeMultiplierUber2__"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Physical Damage over Time Multiplier", statOrder = { 1130 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, tradeHash = 1314617696, }, + ["EssenceIncreasedLifePercent1"] = { type = "Prefix", affix = "Essences", "(8-10)% increased maximum Life", statOrder = { 867 }, level = 72, group = "MaximumLifeIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["EssenceIncreasedManaPercent1"] = { type = "Prefix", affix = "Essences", "(4-6)% increased maximum Mana", statOrder = { 869 }, level = 72, group = "MaximumManaIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["EssenceGlobalDefences1"] = { type = "Prefix", affix = "Essences", "(20-30)% increased Global Defences", statOrder = { 2475 }, level = 72, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 1389153006, }, + ["EssenceDamageasExtraPhysical1"] = { type = "Prefix", affix = "Essences", "Gain (15-20)% of Damage as Extra Physical Damage", statOrder = { 1598 }, level = 72, group = "DamageasExtraPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4019237939, }, + ["EssenceDamageasExtraPhysical2H"] = { type = "Prefix", affix = "Essences", "Gain (25-33)% of Damage as Extra Physical Damage", statOrder = { 1598 }, level = 72, group = "DamageasExtraPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4019237939, }, + ["EssenceDamageasExtraFire1"] = { type = "Prefix", affix = "Essences", "Gain (15-20)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 72, group = "DamageasExtraFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["EssenceDamageasExtraFire2H"] = { type = "Prefix", affix = "Essences", "Gain (25-33)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 72, group = "DamageasExtraFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["EssenceDamageasExtraCold1"] = { type = "Prefix", affix = "Essences", "Gain (15-20)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 72, group = "DamageasExtraCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["EssenceDamageasExtraCold2H"] = { type = "Prefix", affix = "Essences", "Gain (25-33)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 72, group = "DamageasExtraCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["EssenceDamageasExtraLightning1"] = { type = "Prefix", affix = "Essences", "Gain (15-20)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 72, group = "DamageasExtraLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["EssenceDamageasExtraLightning2H"] = { type = "Prefix", affix = "Essences", "Gain (25-33)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 72, group = "DamageasExtraLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["EssenceFireRecoupLife1"] = { type = "Suffix", affix = "of the Essence", "(26-30)% of Fire Damage taken Recouped as Life", statOrder = { 6075 }, level = 72, group = "EssenceFireRecoupLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, tradeHash = 1742651309, }, + ["EssenceColdRecoupLife1"] = { type = "Suffix", affix = "of the Essence", "(26-30)% of Cold Damage taken Recouped as Life", statOrder = { 5256 }, level = 72, group = "EssenceColdRecoupLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, tradeHash = 3679418014, }, + ["EssenceLightningRecoupLife1"] = { type = "Suffix", affix = "of the Essence", "(26-30)% of Lightning Damage taken Recouped as Life", statOrder = { 6972 }, level = 72, group = "EssenceLightningRecoupLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, tradeHash = 2970621759, }, + ["EssencePhysicalDamageTakenAsChaos1"] = { type = "Prefix", affix = "Essences", "(10-15)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2118 }, level = 72, group = "PhysicalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, tradeHash = 4129825612, }, + ["EssenceAttackSkillLevel1H1"] = { type = "Suffix", affix = "of the Essence", "+4 to Level of all Attack Skills", statOrder = { 925 }, level = 72, group = "EssenceAttackSkillLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3035140377, }, + ["EssenceAttackSkillLevel2H1"] = { type = "Suffix", affix = "of the Essence", "+6 to Level of all Attack Skills", statOrder = { 925 }, level = 72, group = "EssenceAttackSkillLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3035140377, }, + ["EssenceSpellSkillLevel1H1"] = { type = "Suffix", affix = "of the Essence", "+3 to Level of all Spell Skills", statOrder = { 919 }, level = 72, group = "EssenceSpellSkillLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["EssenceSpellSkillLevel2H1"] = { type = "Suffix", affix = "of the Essence", "+5 to Level of all Spell Skills", statOrder = { 919 }, level = 72, group = "EssenceSpellSkillLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["EssenceOnslaughtonKill1"] = { type = "Suffix", affix = "of the Essence", "(20-25)% chance to gain Onslaught on Killing Hits with this Weapon", statOrder = { 7064 }, level = 72, group = "EssenceOnslaughtonKill", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1881230714, }, + ["EssenceManaCostReduction"] = { type = "Suffix", affix = "of the Essence", "(18-20)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 72, group = "ManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4101445926, }, + ["EssenceManaCostReduction2H"] = { type = "Suffix", affix = "of the Essence", "(28-32)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 72, group = "ManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4101445926, }, + ["EssencePercentStrength1"] = { type = "Suffix", affix = "of the Essence", "(7-10)% increased Strength", statOrder = { 1076 }, level = 72, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, + ["EssencePercentDexterity1"] = { type = "Suffix", affix = "of the Essence", "(7-10)% increased Dexterity", statOrder = { 1077 }, level = 72, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, + ["EssencePercentIntelligence1"] = { type = "Suffix", affix = "of the Essence", "(7-10)% increased Intelligence", statOrder = { 1078 }, level = 72, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, + ["EssenceReducedCriticalDamageAgainstYou1"] = { type = "Suffix", affix = "of the Essence", "Hits against you have (40-50)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 72, group = "EssenceReducedCriticalDamageAgainstYou", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3855016469, }, + ["EssenceGoldDropped1"] = { type = "Suffix", affix = "of the Essence", "(10-15)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 6384 }, level = 72, group = "EssenceGoldDropped", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3175163625, }, + ["EssenceAuraEffect1"] = { type = "Suffix", affix = "of the Essence", "Aura Skills have (15-20)% increased Magnitudes", statOrder = { 2462 }, level = 72, group = "EssenceAuraEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 315791320, }, } \ No newline at end of file diff --git a/src/Data/ModItemExclusive.lua b/src/Data/ModItemExclusive.lua index 3077a5d8d4..5de52e6b78 100644 --- a/src/Data/ModItemExclusive.lua +++ b/src/Data/ModItemExclusive.lua @@ -2,788 +2,811 @@ -- Item data (c) Grinding Gear Games return { - ["UniqueNearbyAlliesAddedChaosDamage1"] = { affix = "", "Allies in your Presence deal (13-17) to (25-37) added Attack Chaos Damage", statOrder = { 889 }, level = 82, group = "AlliesInPresenceAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 262946222, }, - ["UniqueGlobalColdSpellGemsLevel1"] = { affix = "", "+(2-4) to Level of all Cold Spell Skills", statOrder = { 924 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, - ["UniqueAttackCriticalStrikeChance1UNUSED"] = { affix = "", "(20-40)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["UniqueAttackCriticalStrikeMultiplier1UNUSED"] = { affix = "", "(20-40)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["QuiverImplicitPhysicalDamage1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["QuiverImplicitFireDamage1"] = { affix = "", "Adds 3 to 5 Fire damage to Attacks", statOrder = { 846 }, level = 11, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["QuiverImplicitLifeGainPerTarget1"] = { affix = "", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 21, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["QuiverImplicitIncreasedAccuracy1"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1276 }, level = 30, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, - ["QuiverImplicitStunThresholdReduction1"] = { affix = "", "(20-30)% reduced Enemy Stun Threshold", statOrder = { 978 }, level = 40, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1443060084, }, - ["QuiverImplicitChanceToPoison1"] = { affix = "", "(10-15)% chance to Poison on Hit with Attacks", statOrder = { 2825 }, level = 49, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, - ["QuiverImplicitChanceToBleed1"] = { affix = "", "Attacks have (10-15)% chance to cause Bleeding", statOrder = { 2184 }, level = 56, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, - ["QuiverImplicitIncreasedAttackSpeed1"] = { affix = "", "(7-10)% increased Attack Speed", statOrder = { 939 }, level = 64, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueNearbyAlliesAddedChaosDamage1"] = { affix = "", "Allies in your Presence deal (13-17) to (25-37) added Attack Chaos Damage", statOrder = { 883 }, level = 82, group = "AlliesInPresenceAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 262946222, }, + ["UniqueChanceForExertedAttackToNoteReduceCount1"] = { affix = "", "Skills which Empower an Attack have (10-20)% chance to not count that Attack", statOrder = { 4985 }, level = 1, group = "SkillsExertAttacksDoNotCountChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2538411280, }, + ["UniqueGlobalColdSpellGemsLevel1"] = { affix = "", "+(2-4) to Level of all Cold Spell Skills", statOrder = { 921 }, level = 1, group = "GlobalIncreaseColdSpellSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "caster", "gem" }, tradeHash = 2254480358, }, + ["UniqueAttackCriticalStrikeChance1UNUSED"] = { affix = "", "(20-40)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["UniqueAttackCriticalStrikeMultiplier1UNUSED"] = { affix = "", "(20-40)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["UniqueArmourAppliesToDeflection1"] = { affix = "", "Gain Deflection Rating equal to 20% of Armour", statOrder = { 961 }, level = 1, group = "ArmourAppliesToDeflection", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1752419596, }, + ["UniqueEvasionAppliesToDeflection1"] = { affix = "", "Gain Deflection Rating equal to (20-30)% of Evasion Rating", statOrder = { 960 }, level = 1, group = "EvasionAppliesToDeflection", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["UniqueEvasionAppliesToDeflection2"] = { affix = "", "Gain Deflection Rating equal to (40-60)% of Evasion Rating", statOrder = { 960 }, level = 1, group = "EvasionAppliesToDeflection", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["UniqueEvasionAppliesToDeflection3"] = { affix = "", "Gain Deflection Rating equal to (20-30)% of Evasion Rating", statOrder = { 960 }, level = 1, group = "EvasionAppliesToDeflection", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["UniqueAdditionalAmmo1"] = { affix = "", "Loads an additional bolt", statOrder = { 939 }, level = 1, group = "AdditionalAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1039380318, }, + ["UniqueFlaskIncreasedRecoverySpeed1"] = { affix = "", "50% reduced Recovery rate", statOrder = { 910 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 173226756, }, + ["UniqueFlaskRecoveryAmount1"] = { affix = "", "(90-95)% reduced Amount Recovered", statOrder = { 902 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 700317374, }, + ["QuiverImplicitPhysicalDamage1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["QuiverImplicitFireDamage1"] = { affix = "", "Adds 3 to 5 Fire damage to Attacks", statOrder = { 841 }, level = 11, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["QuiverImplicitLifeGainPerTarget1"] = { affix = "", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 21, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["QuiverImplicitIncreasedAccuracy1"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1264 }, level = 30, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, + ["QuiverImplicitStunThresholdReduction1"] = { affix = "", "(25-40)% increased Stun Buildup", statOrder = { 980 }, level = 40, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 239367161, }, + ["QuiverImplicitChanceToPoison1"] = { affix = "", "(20-30)% chance to Poison on Hit with Attacks", statOrder = { 2780 }, level = 49, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, + ["QuiverImplicitChanceToBleed1"] = { affix = "", "Attacks have (20-30)% chance to cause Bleeding", statOrder = { 2153 }, level = 56, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, + ["QuiverImplicitIncreasedAttackSpeed1"] = { affix = "", "(7-10)% increased Attack Speed", statOrder = { 937 }, level = 64, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, ["QuiverImplicitArrowAdditionalPierce1"] = { affix = "", "100% chance to Pierce an Enemy", statOrder = { 997 }, level = 69, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2321178454, }, - ["QuiverImplicitArrowSpeed1"] = { affix = "", "(20-30)% increased Arrow Speed", statOrder = { 1493 }, level = 75, group = "ArrowSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1207554355, }, - ["QuiverImplicitCriticalStrikeChance1"] = { affix = "", "(20-30)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 80, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["AmuletImplicitLifeRegeneration1"] = { affix = "", "(2-4) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["AmuletImplicitManaRegeneration1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["AmuletImplicitStrength1"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["AmuletImplicitDexterity1"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 946 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["AmuletImplicitIntelligence1"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 947 }, level = 10, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["AmuletImplicitEnergyShield1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 870 }, level = 18, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["AmuletImplicitIncreasedLife1"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 872 }, level = 23, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["AmuletImplicitAllAttributes1"] = { affix = "", "+(5-7) to all Attributes", statOrder = { 944 }, level = 31, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AmuletImplicitBaseSpirit1"] = { affix = "", "+(10-15) to Spirit", statOrder = { 877 }, level = 38, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["AmuletImplicitItemFoundRarityIncrease1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrder = { 916 }, level = 44, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["AmuletImplicitPrefixSuffixAllowed1"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["AmuletImplicitPrefixSuffixAllowed2"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["AmuletImplicitPrefixSuffixAllowed3"] = { affix = "", "+2 Prefix Modifiers allowed", "-2 Suffix Modifiers allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["AmuletImplicitPrefixSuffixAllowed4"] = { affix = "", "-2 Prefix Modifiers allowed", "+2 Suffix Modifiers allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["RingImplicitPhysicalDamage1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["RingImplicitIncreasedMana1"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["RingImplicitFireResistance1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 10, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["RingImplicitColdResistance1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 15, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["RingImplicitLightningResistance1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 20, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["RingImplicitChaosResistance1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 25, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["RingImplicitIncreasedAccuracy1"] = { affix = "", "+(120-160) to Accuracy Rating", statOrder = { 864 }, level = 33, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["RingImplicitIncreasedCastSpeed1"] = { affix = "", "(7-10)% increased Cast Speed", statOrder = { 940 }, level = 40, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["RingImplicitAllResistances1"] = { affix = "", "+(7-10)% to all Elemental Resistances", statOrder = { 955 }, level = 44, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["RingImplicitItemFoundRarityIncrease1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrder = { 916 }, level = 50, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["RingImplicitAdditionalSkillSlots1"] = { affix = "", "Grants 1 additional Skill Slot", statOrder = { 57 }, level = 56, group = "AdditionalSkillSlots", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 958696139, }, - ["RingImplicitMaximumQualityOverride1"] = { affix = "", "Maximum Quality is 40%", statOrder = { 7052 }, level = 50, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 275498888, }, - ["RingImplicitPrefixSuffixAllowed1"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["RingImplicitPrefixSuffixAllowed2"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["RingImplicitPrefixSuffixAllowed3"] = { affix = "", "+2 Prefix Modifiers allowed", "-2 Suffix Modifiers allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["RingImplicitPrefixSuffixAllowed4"] = { affix = "", "-2 Prefix Modifiers allowed", "+2 Suffix Modifiers allowed", statOrder = { 15, 16 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, - ["BeltImplicitFlaskLifeRecovery1"] = { affix = "", "(20-30)% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["BeltImplicitFlaskManaRecovery1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["BeltImplicitIncreasedFlaskChargesGained1"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6050 }, level = 18, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltImplicitIncreasedCharmDuration1"] = { affix = "", "(15-20)% increased Charm Effect Duration", statOrder = { 881 }, level = 25, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1389754388, }, - ["BeltImplicitPhysicalDamageReductionRating1"] = { affix = "", "+(100-140) to Armour", statOrder = { 866 }, level = 31, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["BeltImplicitReducedCharmChargesUsed1"] = { affix = "", "(10-15)% reduced Charm Charges used", statOrder = { 5148 }, level = 39, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, - ["BeltImplicitReducedFlaskChargesUsed1"] = { affix = "", "(10-15)% reduced Flask Charges used", statOrder = { 977 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltImplicitIncreasedCharmChargesGained1"] = { affix = "", "(20-30)% increased Charm Charges gained", statOrder = { 5146 }, level = 55, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, - ["BeltImplicitIncreasedStunThreshold1"] = { affix = "", "(20-30)% increased Stun Threshold", statOrder = { 2914 }, level = 63, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["BeltImplicitInstantFlaskRecoveryPercent1"] = { affix = "", "20% of Flask Recovery applied Instantly", statOrder = { 6054 }, level = 69, group = "InstantFlaskRecoveryPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 462041840, }, - ["BeltImplicitFlaskPassiveChargeGain1"] = { affix = "", "Flasks gain 0.17 charges per Second", statOrder = { 6257 }, level = 78, group = "AllFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 731781020, }, - ["BeltImplicitCharmSlots1"] = { affix = "", "Has 1 Charm Slot", statOrder = { 4566 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, - ["BeltImplicitCharmSlots2"] = { affix = "", "Has (1-2) Charm Slot", statOrder = { 4566 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, - ["BeltImplicitCharmSlots3"] = { affix = "", "Has (1-3) Charm Slot", statOrder = { 4566 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, - ["CharmImplicitUseOnFreeze1"] = { affix = "", "Used when you become Frozen", statOrder = { 682 }, level = 1, group = "FlaskUseOnAffectedByFreeze", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1691862754, }, - ["CharmImplicitUseOnBleed1"] = { affix = "", "Used when you start Bleeding", statOrder = { 680 }, level = 1, group = "FlaskUseOnAffectedByBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3676540188, }, - ["CharmImplicitUseOnPoison1"] = { affix = "", "Used when you become Poisoned", statOrder = { 684 }, level = 1, group = "FlaskUseOnAffectedByPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1412682799, }, - ["CharmImplicitUseOnIgnite1"] = { affix = "", "Used when you become Ignited", statOrder = { 683 }, level = 1, group = "FlaskUseOnAffectedByIgnite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 585126960, }, - ["CharmImplicitUseOnShock1"] = { affix = "", "Used when you become Shocked", statOrder = { 685 }, level = 1, group = "FlaskUseOnAffectedByShock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3699444296, }, - ["CharmImplicitUseOnStun1"] = { affix = "", "Used when you become Stunned", statOrder = { 698 }, level = 1, group = "FlaskUseOnAffectedByStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1810482573, }, - ["CharmImplicitUseOnSlow1"] = { affix = "", "Used when you are affected by a Slow", statOrder = { 686 }, level = 1, group = "FlaskUseOnAffectedBySlow", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2778646494, }, - ["CharmImplicitUseOnFireDamage1"] = { affix = "", "Used when you take Fire damage from a Hit", statOrder = { 690 }, level = 1, group = "FlaskUseOnTakingFireDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3854901951, }, - ["CharmImplicitUseOnColdDamage1"] = { affix = "", "Used when you take Cold damage from a Hit", statOrder = { 688 }, level = 1, group = "FlaskUseOnTakingColdDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2994271459, }, - ["CharmImplicitUseOnLightningDamage1"] = { affix = "", "Used when you take Lightning damage from a Hit", statOrder = { 697 }, level = 1, group = "FlaskUseOnTakingLightningDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2016937536, }, - ["CharmImplicitUseOnChaosDamage1"] = { affix = "", "Used when you take Chaos damage from a Hit", statOrder = { 687 }, level = 1, group = "FlaskUseOnTakingChaosDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310778564, }, - ["CharmImplicitUseOnRareUniqueKill1"] = { affix = "", "Used when you Kill a Rare or Unique Enemy", statOrder = { 696 }, level = 1, group = "FlaskUseOnKillingRareUnique", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4010341289, }, - ["BodyArmourImplicitIncreasedStunThreshold1"] = { affix = "", "(30-40)% increased Stun Threshold", statOrder = { 2914 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["BodyArmourImplicitLifeRegenerationPercent1"] = { affix = "", "Regenerate (1.5-2.5)% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["BodyArmourImplicitIncreasedAilmentThreshold1"] = { affix = "", "(30-40)% increased Elemental Ailment Threshold", statOrder = { 4162 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3544800472, }, - ["BodyArmourImplicitSlowPotency1"] = { affix = "", "(20-30)% reduced Slowing Potency of Debuffs on You", statOrder = { 4548 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 924253255, }, - ["BodyArmourImplicitEnergyShieldDelay1"] = { affix = "", "(40-50)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["BodyArmourImplicitManaRegeneration1"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["BodyArmourImplicitIncreasedLife1"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["BodyArmourImplicitFireResistance1"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["BodyArmourImplicitColdResistance1"] = { affix = "", "+(20-25)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["BodyArmourImplicitLightningResistance1"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["BodyArmourImplicitMaximumElementalResistance1"] = { affix = "", "+1% to all Maximum Elemental Resistances", statOrder = { 950 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, - ["BodyArmourImplicitIncreasedSpirit1"] = { affix = "", "+(20-30) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["BodyArmourImplicitChaosResistance1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["BodyArmourImplicitMovementVelocity1"] = { affix = "", "5% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["SwordImplicitLifeLeechLocal1"] = { affix = "", "Leeches 6% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["SwordImplicitItemFoundRarity1"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["SwordImplicitSpellDamage1"] = { affix = "", "(40-60)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["AxeImplicitRageOnHit1"] = { affix = "", "Gain 1 Rage on Hit", statOrder = { 6989 }, level = 1, group = "LocalRageOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1725749947, }, - ["AxeImplicitAccuracyUnaffectedByDistance1"] = { affix = "", "Has no Accuracy Penalty from Range", statOrder = { 7161 }, level = 1, group = "LocalAccuracyUnaffectedDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1050883682, }, - ["AxeImplicitManaGainedFromEnemyDeath1"] = { affix = "", "Gain (28-35) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["AxeImplicitDamageTaken1"] = { affix = "", "10% increased Damage taken", statOrder = { 1906 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3691641145, }, - ["AxeImplicitCullingStrike1"] = { affix = "", "Culling Strike", statOrder = { 6936 }, level = 1, group = "LocalCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1574531783, }, - ["AxeImplicitLifeGainedFromEnemyDeath1"] = { affix = "", "Gain (34-43) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["AxeImplicitLocalChanceToBleed1"] = { affix = "", "(15-25)% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["AxeImplicitCannotBeThrown1"] = { affix = "", "Cannot use Projectile Attacks", statOrder = { 6923 }, level = 1, group = "CannotBeThrown", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1961849903, }, - ["MaceImplicitCriticalMultiplier1"] = { affix = "", "+(10-15)% to Critical Damage Bonus", statOrder = { 918 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["MaceImplicitLocalDazeBuildup1"] = { affix = "", "Causes Daze buildup equal to 100% of Damage dealt", statOrder = { 7163 }, level = 1, group = "LocalDazeBuildup", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1559935218, }, - ["MaceImplicitStunDamageIncrease1"] = { affix = "", "Causes (30-50)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, - ["MaceImplicitAlwaysHit1"] = { affix = "", "Always Hits", statOrder = { 1723 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 4126210832, }, - ["MaceImplicitSplashDamage1"] = { affix = "", "Strikes deal Splash damage to targets within 1.5 metres", statOrder = { 1076 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3675300253, }, - ["MaceImplicitEnemiesExplodeOnCrit1"] = { affix = "", "Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage", statOrder = { 6983 }, level = 1, group = "EnemiesExplodeOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1541903247, }, - ["MaceImplicitLocalCrushOnHit1"] = { affix = "", "Crushes Enemies on Hit", statOrder = { 6934 }, level = 1, group = "LocalCrushOnHit", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1503146834, }, - ["SpearImplicitLocalChanceToMaim1"] = { affix = "", "(15-25)% chance to Maim on Hit", statOrder = { 7044 }, level = 1, group = "LocalChanceToMaim", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, - ["SpearImplicitLocalProjectileSpeed1"] = { affix = "", "(25-35)% increased Projectile Speed with this Weapon", statOrder = { 7060 }, level = 1, group = "LocalIncreasedProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 535217483, }, - ["ClawImplicitLifeGainPerTargetLocal1"] = { affix = "", "Grants 8 Life per Enemy Hit", statOrder = { 969 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, - ["ClawImplicitLocalChanceToBlind1"] = { affix = "", "(15-25)% chance to Blind Enemies on hit", statOrder = { 1964 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301191210, }, - ["ClawImplicitLocalChanceToPoison1"] = { affix = "", "(15-25)% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["ClawImplicitManaGainPerTargetLocal1"] = { affix = "", "Grants 8 Mana per Enemy Hit", statOrder = { 1448 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, - ["DaggerImplicitManaLeechLocal1"] = { affix = "", "Leeches 4% of Physical Damage as Mana", statOrder = { 973 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["DaggerImplicitSpellLifeCostPercent1"] = { affix = "", "25% of Spell Mana Cost Converted to Life Cost", statOrder = { 9020 }, level = 1, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3544050945, }, - ["DaggerImplicitBreakArmour1"] = { affix = "", "Breaks (400-500) Armour on Critical Hit", statOrder = { 6898 }, level = 1, group = "LocalBreakArmourOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4270348114, }, - ["FlailImplicitRollCritTwice1"] = { affix = "", "Forks Critical Hits", statOrder = { 1300 }, level = 1, group = "RollCriticalChanceTwice", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1451444093, }, - ["FlailImplicitIgnoreBlock1"] = { affix = "", "Unblockable", statOrder = { 6907 }, level = 1, group = "LocalIgnoreBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1137147997, }, - ["QuarterstaffWeaponRange1"] = { affix = "", "16% increased Melee Strike Range with this weapon", statOrder = { 6883 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 548198834, }, - ["QuarterstaffImplicitAdditionalBlock1"] = { affix = "", "+(10-15)% to Block chance", statOrder = { 2155 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, - ["BowImplicitLocalChanceToChain1"] = { affix = "", "(20-30)% chance to Chain an additional time", statOrder = { 6886 }, level = 1, group = "LocalAdditionalChainChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1028592286, }, - ["BowImplicitAdditionalArrows1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 943 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3885405204, }, - ["BowImplicitProjectileAttackRange1"] = { affix = "", "50% reduced Projectile Range", statOrder = { 8578 }, level = 1, group = "LocalIncreasedProjectileAttackRange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3398402065, }, - ["CrossbowImplicitBoltSpeed1"] = { affix = "", "(20-30)% increased Bolt Speed", statOrder = { 1494 }, level = 1, group = "BoltSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1803308202, }, - ["CrossbowImplicitAdditionalAmmo1"] = { affix = "", "Loads an additional bolt", statOrder = { 941 }, level = 1, group = "AdditionalAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1039380318, }, - ["CrossbowImplicitGrenadeProjectiles1"] = { affix = "", "Grenade Skills Fire an additional Projectile", statOrder = { 6305 }, level = 1, group = "GrenadeProjectiles", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1980802737, }, + ["QuiverImplicitArrowSpeed1"] = { affix = "", "(20-30)% increased Arrow Speed", statOrder = { 1476 }, level = 75, group = "ArrowSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1207554355, }, + ["QuiverImplicitCriticalStrikeChance1"] = { affix = "", "(20-30)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 80, group = "AttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["AmuletImplicitLifeRegeneration1"] = { affix = "", "(2-4) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["AmuletImplicitManaRegeneration1"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["AmuletImplicitStrength1"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 10, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["AmuletImplicitDexterity1"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 944 }, level = 10, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["AmuletImplicitIntelligence1"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 945 }, level = 10, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["AmuletImplicitEnergyShield1"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 864 }, level = 18, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["AmuletImplicitIncreasedLife1"] = { affix = "", "+(30-40) to maximum Life", statOrder = { 866 }, level = 23, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["AmuletImplicitAllAttributes1"] = { affix = "", "+(5-7) to all Attributes", statOrder = { 942 }, level = 31, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AmuletImplicitBaseSpirit1"] = { affix = "", "+(10-15) to Spirit", statOrder = { 871 }, level = 38, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["AmuletImplicitItemFoundRarityIncrease1"] = { affix = "", "(12-20)% increased Rarity of Items found", statOrder = { 913 }, level = 44, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["AmuletImplicitAllElementalResistances"] = { affix = "", "+(7-10)% to all Elemental Resistances", statOrder = { 953 }, level = 38, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AmuletImplicitPrefixSuffixAllowed1"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["AmuletImplicitPrefixSuffixAllowed2"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["AmuletImplicitPrefixSuffixAllowed3"] = { affix = "", "+2 Prefix Modifiers allowed", "-2 Suffix Modifiers allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["AmuletImplicitPrefixSuffixAllowed4"] = { affix = "", "-2 Prefix Modifiers allowed", "+2 Suffix Modifiers allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["AmuletImplicitPrefixSuffixAllowed5"] = { affix = "", "-1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["RingImplicitPhysicalDamage1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["RingImplicitIncreasedMana1"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["RingImplicitFireResistance1"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 10, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["RingImplicitColdResistance1"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 15, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["RingImplicitLightningResistance1"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 20, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["RingImplicitChaosResistance1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 25, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["RingImplicitIncreasedAccuracy1"] = { affix = "", "+(120-160) to Accuracy Rating", statOrder = { 859 }, level = 33, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["RingImplicitIncreasedCastSpeed1"] = { affix = "", "(7-10)% increased Cast Speed", statOrder = { 938 }, level = 40, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["RingImplicitAllResistances1"] = { affix = "", "+(7-10)% to all Elemental Resistances", statOrder = { 953 }, level = 44, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["RingImplicitItemFoundRarityIncrease1"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrder = { 913 }, level = 50, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["RingImplicitAdditionalSkillSlots1"] = { affix = "", "Grants 1 additional Skill Slot", statOrder = { 56 }, level = 56, group = "AdditionalSkillSlots", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 958696139, }, + ["RingImplicitMaximumQualityOverride1"] = { affix = "", "Maximum Quality is 40%", statOrder = { 7218 }, level = 50, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 275498888, }, + ["RingImplicitPrefixSuffixAllowed1"] = { affix = "", "+1 Prefix Modifier allowed", "-1 Suffix Modifier allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["RingImplicitPrefixSuffixAllowed2"] = { affix = "", "-1 Prefix Modifier allowed", "+1 Suffix Modifier allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["RingImplicitPrefixSuffixAllowed3"] = { affix = "", "+2 Prefix Modifiers allowed", "-2 Suffix Modifiers allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["RingImplicitPrefixSuffixAllowed4"] = { affix = "", "-2 Prefix Modifiers allowed", "+2 Suffix Modifiers allowed", statOrder = { 17, 18 }, level = 1, group = "PrefixSuffixAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2843000346, }, + ["BeltImplicitFlaskLifeRecovery1"] = { affix = "", "(20-30)% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["BeltImplicitFlaskManaRecovery1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["BeltImplicitIncreasedFlaskChargesGained1"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6141 }, level = 18, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltImplicitIncreasedCharmDuration1"] = { affix = "", "(15-20)% increased Charm Effect Duration", statOrder = { 875 }, level = 25, group = "BeltIncreasedCharmDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1389754388, }, + ["BeltImplicitPhysicalDamageReductionRating1"] = { affix = "", "+(100-140) to Armour", statOrder = { 860 }, level = 31, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["BeltImplicitReducedCharmChargesUsed1"] = { affix = "", "(10-15)% reduced Charm Charges used", statOrder = { 5179 }, level = 39, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, + ["BeltImplicitReducedFlaskChargesUsed1"] = { affix = "", "(10-15)% reduced Flask Charges used", statOrder = { 978 }, level = 50, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltImplicitIncreasedCharmChargesGained1"] = { affix = "", "(20-30)% increased Charm Charges gained", statOrder = { 5177 }, level = 55, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, + ["BeltImplicitIncreasedStunThreshold1"] = { affix = "", "(20-30)% increased Stun Threshold", statOrder = { 2867 }, level = 63, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["BeltImplicitInstantFlaskRecoveryPercent1"] = { affix = "", "20% of Flask Recovery applied Instantly", statOrder = { 6147 }, level = 69, group = "InstantFlaskRecoveryPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 462041840, }, + ["BeltImplicitFlaskPassiveChargeGain1"] = { affix = "", "Flasks gain 0.17 charges per Second", statOrder = { 6355 }, level = 78, group = "AllFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 731781020, }, + ["BeltImplicitCharmSlots1"] = { affix = "", "Has 1 Charm Slot", statOrder = { 4594 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, + ["BeltImplicitCharmSlots2"] = { affix = "", "Has (1-2) Charm Slot", statOrder = { 4594 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, + ["BeltImplicitCharmSlots3"] = { affix = "", "Has (1-3) Charm Slot", statOrder = { 4594 }, level = 1, group = "CharmSlots", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1416292992, }, + ["CharmImplicitUseOnFreeze1"] = { affix = "", "Used when you become Frozen", statOrder = { 678 }, level = 1, group = "FlaskUseOnAffectedByFreeze", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1691862754, }, + ["CharmImplicitUseOnBleed1"] = { affix = "", "Used when you start Bleeding", statOrder = { 676 }, level = 1, group = "FlaskUseOnAffectedByBleed", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3676540188, }, + ["CharmImplicitUseOnPoison1"] = { affix = "", "Used when you become Poisoned", statOrder = { 680 }, level = 1, group = "FlaskUseOnAffectedByPoison", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1412682799, }, + ["CharmImplicitUseOnIgnite1"] = { affix = "", "Used when you become Ignited", statOrder = { 679 }, level = 1, group = "FlaskUseOnAffectedByIgnite", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 585126960, }, + ["CharmImplicitUseOnShock1"] = { affix = "", "Used when you become Shocked", statOrder = { 681 }, level = 1, group = "FlaskUseOnAffectedByShock", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3699444296, }, + ["CharmImplicitUseOnStun1"] = { affix = "", "Used when you become Stunned", statOrder = { 694 }, level = 1, group = "FlaskUseOnAffectedByStun", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1810482573, }, + ["CharmImplicitUseOnSlow1"] = { affix = "", "Used when you are affected by a Slow", statOrder = { 682 }, level = 1, group = "FlaskUseOnAffectedBySlow", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2778646494, }, + ["CharmImplicitUseOnFireDamage1"] = { affix = "", "Used when you take Fire damage from a Hit", statOrder = { 686 }, level = 1, group = "FlaskUseOnTakingFireDamage", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3854901951, }, + ["CharmImplicitUseOnColdDamage1"] = { affix = "", "Used when you take Cold damage from a Hit", statOrder = { 684 }, level = 1, group = "FlaskUseOnTakingColdDamage", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2994271459, }, + ["CharmImplicitUseOnLightningDamage1"] = { affix = "", "Used when you take Lightning damage from a Hit", statOrder = { 693 }, level = 1, group = "FlaskUseOnTakingLightningDamage", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2016937536, }, + ["CharmImplicitUseOnChaosDamage1"] = { affix = "", "Used when you take Chaos damage from a Hit", statOrder = { 683 }, level = 1, group = "FlaskUseOnTakingChaosDamage", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3310778564, }, + ["CharmImplicitUseOnRareUniqueKill1"] = { affix = "", "Used when you Kill a Rare or Unique Enemy", statOrder = { 692 }, level = 1, group = "FlaskUseOnKillingRareUnique", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4010341289, }, + ["CharmImplicitUseOnCurse1"] = { affix = "", "Used when you become Cursed", statOrder = { 674 }, level = 1, group = "FlaskUseOnAffectedByCurse", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4146282829, }, + ["BodyArmourImplicitIncreasedStunThreshold1"] = { affix = "", "(30-40)% increased Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["BodyArmourImplicitLifeRegenerationPercent1"] = { affix = "", "Regenerate (1.5-2.5)% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["BodyArmourImplicitIncreasedAilmentThreshold1"] = { affix = "", "(30-40)% increased Elemental Ailment Threshold", statOrder = { 4130 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3544800472, }, + ["BodyArmourImplicitSlowPotency1"] = { affix = "", "(20-30)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 924253255, }, + ["BodyArmourImplicitEnergyShieldDelay1"] = { affix = "", "(40-50)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["BodyArmourImplicitManaRegeneration1"] = { affix = "", "(40-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["BodyArmourImplicitIncreasedLife1"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["BodyArmourImplicitFireResistance1"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["BodyArmourImplicitColdResistance1"] = { affix = "", "+(20-25)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["BodyArmourImplicitLightningResistance1"] = { affix = "", "+(20-25)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["BodyArmourImplicitMaximumElementalResistance1"] = { affix = "", "+1% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, + ["BodyArmourImplicitIncreasedSpirit1"] = { affix = "", "+(20-30) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["BodyArmourImplicitChaosResistance1"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["BodyArmourImplicitMovementVelocity1"] = { affix = "", "5% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["BodyArmourImplicitReducedCriticalStrikeDamageTaken1"] = { affix = "", "Hits against you have (15-25)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 1, group = "ReducedCriticalStrikeDamageTaken", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["BodyArmourImplicitMovementVelocityPenaltyWhilePerformingAction1"] = { affix = "", "(10-20)% reduced Movement Speed Penalty from using Skills while moving", statOrder = { 8467 }, level = 1, group = "MovementVelocityPenaltyWhilePerformingAction", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2590797182, }, + ["BodyArmourImplicitDamageRemovedFromManaBeforeLife1"] = { affix = "", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, + ["BodyArmourImplicitArmourAppliesToElementalDamage1"] = { affix = "", "+(15-25)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 1, group = "ArmourAppliesToElementalDamage", weightKey = { }, weightVal = { }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["BodyArmourImplicitLifeRecoupForJewel1"] = { affix = "", "(8-14)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "LifeRecoupForJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["BodyArmourImplicitSelfStatusAilmentDuration1"] = { affix = "", "(10-15)% reduced Elemental Ailment Duration on you", statOrder = { 1546 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1745952865, }, + ["SwordImplicitLifeLeechLocal1"] = { affix = "", "Leeches 6% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["SwordImplicitItemFoundRarity1"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["SwordImplicitSpellDamage1"] = { affix = "", "(40-60)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["AxeImplicitRageOnHit1"] = { affix = "", "Gain 1 Rage on Hit", statOrder = { 7129 }, level = 1, group = "LocalRageOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1725749947, }, + ["AxeImplicitAccuracyUnaffectedByDistance1"] = { affix = "", "Has no Accuracy Penalty from Range", statOrder = { 7325 }, level = 1, group = "LocalAccuracyUnaffectedDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1050883682, }, + ["AxeImplicitManaGainedFromEnemyDeath1"] = { affix = "", "Gain (28-35) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["AxeImplicitDamageTaken1"] = { affix = "", "10% increased Damage taken", statOrder = { 1885 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3691641145, }, + ["AxeImplicitCullingStrike1"] = { affix = "", "Culling Strike", statOrder = { 7076 }, level = 1, group = "LocalCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1574531783, }, + ["AxeImplicitLifeGainedFromEnemyDeath1"] = { affix = "", "Gain (34-43) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["AxeImplicitLocalChanceToBleed1"] = { affix = "", "(15-25)% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["AxeImplicitCannotBeThrown1"] = { affix = "", "Cannot use Projectile Attacks", statOrder = { 7062 }, level = 1, group = "CannotBeThrown", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1961849903, }, + ["MaceImplicitCriticalMultiplier1"] = { affix = "", "+(5-10)% to Critical Damage Bonus", statOrder = { 915 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["MaceImplicitLocalDazeBuildup1"] = { affix = "", "40% chance to Daze on Hit", statOrder = { 7328 }, level = 1, group = "LocalDazeBuildup", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933846633, }, + ["MaceImplicitStunDamageIncrease1"] = { affix = "", "Causes (30-50)% increased Stun Buildup", statOrder = { 981 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, + ["MaceImplicitAlwaysHit1"] = { affix = "", "Always Hits", statOrder = { 1700 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 4126210832, }, + ["MaceImplicitSplashDamage1"] = { affix = "", "Strikes deal Splash damage to targets within 1.5 metres", statOrder = { 1063 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3675300253, }, + ["MaceImplicitEnemiesExplodeOnCrit1"] = { affix = "", "Causes Enemies to Explode on Critical kill, for 10% of their Life as Physical Damage", statOrder = { 7125 }, level = 1, group = "EnemiesExplodeOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1541903247, }, + ["MaceImplicitLocalCrushOnHit1"] = { affix = "", "Crushes Enemies on Hit", statOrder = { 7074 }, level = 1, group = "LocalCrushOnHit", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1503146834, }, + ["SpearImplicitLocalChanceToMaim1"] = { affix = "", "(15-25)% chance to Maim on Hit", statOrder = { 7210 }, level = 1, group = "LocalChanceToMaim", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, + ["SpearImplicitLocalProjectileSpeed1"] = { affix = "", "(25-35)% increased Projectile Speed with this Weapon", statOrder = { 7225 }, level = 1, group = "LocalIncreasedProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 535217483, }, + ["ClawImplicitLifeGainPerTargetLocal1"] = { affix = "", "Grants 8 Life per Enemy Hit", statOrder = { 970 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 821021828, }, + ["ClawImplicitLocalChanceToBlind1"] = { affix = "", "(15-25)% chance to Blind Enemies on hit", statOrder = { 1933 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301191210, }, + ["ClawImplicitLocalChanceToPoison1"] = { affix = "", "(15-25)% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["ClawImplicitManaGainPerTargetLocal1"] = { affix = "", "Grants 8 Mana per Enemy Hit", statOrder = { 1431 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, + ["DaggerImplicitManaLeechLocal1"] = { affix = "", "Leeches 4% of Physical Damage as Mana", statOrder = { 974 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["DaggerImplicitSpellLifeCostPercent1"] = { affix = "", "25% of Spell Mana Cost Converted to Life Cost", statOrder = { 9275 }, level = 1, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 3544050945, }, + ["DaggerImplicitBreakArmour1"] = { affix = "", "Breaks (400-500) Armour on Critical Hit", statOrder = { 7037 }, level = 1, group = "LocalBreakArmourOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4270348114, }, + ["FlailImplicitRollCritTwice1"] = { affix = "", "Bifurcates Critical Hits", statOrder = { 1288 }, level = 1, group = "RollCriticalChanceTwice", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1451444093, }, + ["FlailImplicitIgnoreBlock1"] = { affix = "", "Unblockable", statOrder = { 7046 }, level = 1, group = "LocalIgnoreBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1137147997, }, + ["QuarterstaffWeaponRange1"] = { affix = "", "16% increased Melee Strike Range with this weapon", statOrder = { 7022 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 548198834, }, + ["QuarterstaffImplicitAdditionalBlock1"] = { affix = "", "+(10-15)% to Block chance", statOrder = { 2124 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["BowImplicitLocalChanceToChain1"] = { affix = "", "(20-30)% chance to Chain an additional time", statOrder = { 7025 }, level = 1, group = "LocalAdditionalChainChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1028592286, }, + ["BowImplicitAdditionalArrows1"] = { affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 941 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3885405204, }, + ["BowImplicitProjectileAttackRange1"] = { affix = "", "50% reduced Projectile Range", statOrder = { 8821 }, level = 1, group = "LocalIncreasedProjectileAttackRange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3398402065, }, + ["CrossbowImplicitBoltSpeed1"] = { affix = "", "(20-30)% increased Bolt Speed", statOrder = { 1477 }, level = 1, group = "BoltSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1803308202, }, + ["CrossbowImplicitAdditionalAmmo1"] = { affix = "", "Loads an additional bolt", statOrder = { 939 }, level = 1, group = "AdditionalAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1039380318, }, + ["CrossbowImplicitGrenadeProjectiles1"] = { affix = "", "Grenade Skills Fire an additional Projectile", statOrder = { 6409 }, level = 1, group = "GrenadeProjectiles", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1980802737, }, ["CrossbowImplicitChanceToPierce1"] = { affix = "", "(20-30)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2321178454, }, - ["CrossbowImplicitAdditionalBallistaTotem1"] = { affix = "", "+1 to maximum number of Summoned Ballista Totems", statOrder = { 4082 }, level = 1, group = "AdditionalBallistaTotem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1823942939, }, - ["TrapImplicitCooldownRecovery1"] = { affix = "", "(20-30)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 3085 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3417757416, }, - ["UniqueJewelRadiusMana"] = { affix = "", "1% increased maximum Mana", statOrder = { 875 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 2748665614, }, - ["UniqueJewelRadiusLife"] = { affix = "", "1% increased maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 983749596, }, - ["UniqueJewelRadiusIncreasedLife"] = { affix = "", "+8 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 3299347043, }, - ["UniqueJewelRadiusIncreasedMana"] = { affix = "", "+8 to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 1050105434, }, + ["CrossbowImplicitAdditionalBallistaTotem1"] = { affix = "", "+1 to maximum number of Summoned Ballista Totems", statOrder = { 4043 }, level = 1, group = "AdditionalBallistaTotem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1823942939, }, + ["TrapImplicitCooldownRecovery1"] = { affix = "", "(20-30)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 3033 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3417757416, }, + ["UniqueJewelRadiusMana"] = { affix = "", "1% increased maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 2748665614, }, + ["UniqueJewelRadiusLife"] = { affix = "", "1% increased maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 983749596, }, + ["UniqueJewelRadiusIncreasedLife"] = { affix = "", "+8 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 3299347043, }, + ["UniqueJewelRadiusIncreasedMana"] = { affix = "", "+8 to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 1050105434, }, ["UniqueJewelRadiusIgniteDurationOnSelf"] = { affix = "", "(4-6)% reduced Ignite Duration on you", statOrder = { 992 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "ailment" }, nodeType = 1, tradeHash = 986397080, }, ["UniqueJewelRadiusFreezeDurationOnSelf"] = { affix = "", "(4-6)% reduced Freeze Duration on you", statOrder = { 994 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, nodeType = 1, tradeHash = 2160282525, }, ["UniqueJewelRadiusShockDurationOnSelf"] = { affix = "", "(4-6)% reduced Shock duration on you", statOrder = { 995 }, level = 1, group = "ReducedShockDuration", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, nodeType = 1, tradeHash = 99927264, }, - ["UniqueJewelRadiusFireResistance"] = { affix = "", "+(2-4)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, nodeType = 1, tradeHash = 3372524247, }, - ["UniqueJewelRadiusColdResistance"] = { affix = "", "+(2-4)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, nodeType = 1, tradeHash = 4220027924, }, - ["UniqueJewelRadiusLightningResistance"] = { affix = "", "+(2-4)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, nodeType = 1, tradeHash = 1671376347, }, - ["UniqueJewelRadiusChaosResistance"] = { affix = "", "+(2-3)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, nodeType = 1, tradeHash = 2923486259, }, - ["UniqueJewelRadiusMaxFireResistance"] = { affix = "", "+1% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, nodeType = 2, tradeHash = 4095671657, }, - ["UniqueJewelRadiusMaxColdResistance"] = { affix = "", "+1% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, nodeType = 2, tradeHash = 3676141501, }, - ["UniqueJewelRadiusMaxLightningResistance"] = { affix = "", "+1% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, nodeType = 2, tradeHash = 1011760251, }, - ["UniqueJewelRadiusMaxChaosResistance"] = { affix = "", "+1% to Maximum Chaos Resistance", statOrder = { 954 }, level = 1, group = "MaximumChaosResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, nodeType = 2, tradeHash = 1301765461, }, - ["UniqueJewelRadiusPercentStrenth"] = { affix = "", "(2-3)% increased Strength", statOrder = { 1088 }, level = 1, group = "PercentageStrength", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 734614379, }, - ["UniqueJewelRadiusPercentIntelligence"] = { affix = "", "(2-3)% increased Intelligence", statOrder = { 1090 }, level = 1, group = "PercentageIntelligence", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 656461285, }, - ["UniqueJewelRadiusPercentDexterity"] = { affix = "", "(2-3)% increased Dexterity", statOrder = { 1089 }, level = 1, group = "PercentageDexterity", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 4139681126, }, - ["UniqueJewelRadiusSpirit"] = { affix = "", "+(8-12) to Spirit", statOrder = { 876 }, level = 1, group = "JewelSpirit", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2704225257, }, - ["UniqueJewelRadiusDamageAsFire"] = { affix = "", "Gain (2-4)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 1, group = "DamageGainedAsFire", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 2, tradeHash = 3015669065, }, - ["UniqueJewelRadiusDamageAsCold"] = { affix = "", "Gain (2-4)% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 1, group = "DamageGainedAsCold", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 2, tradeHash = 2505884597, }, - ["UniqueJewelRadiusDamageAsLightning"] = { affix = "", "Gain (2-4)% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 1, group = "DamageGainedAsLightning", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 2, tradeHash = 3278136794, }, - ["UniqueJewelRadiusDamageAsChaos"] = { affix = "", "Gain (2-4)% of Damage as Extra Chaos Damage", statOrder = { 1620 }, level = 1, group = "DamageGainedAsChaos", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, nodeType = 2, tradeHash = 3398787959, }, - ["UniqueStrength1"] = { affix = "", "+(30-50) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength2"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength3"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength4"] = { affix = "", "-(20-10) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength5"] = { affix = "", "+(5-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength6"] = { affix = "", "+(40-50) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength7"] = { affix = "", "+(20-40) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength8"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength9"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength10"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength11"] = { affix = "", "+(5-10) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength12"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength13"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength14"] = { affix = "", "+(0-10) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength15"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength16"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength17"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength18"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength19"] = { affix = "", "+10 to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength20"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength21"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength22"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength23"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength24"] = { affix = "", "+(15-25) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength25"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength26"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength27"] = { affix = "", "+(10-15) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength28"] = { affix = "", "+(10-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength29"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength30"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength31"] = { affix = "", "+(10-20) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength32"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength33"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength34"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength35"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength36"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength37"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength38"] = { affix = "", "+(15-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength39"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength40"] = { affix = "", "-(20-10) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength41"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength42"] = { affix = "", "+10 to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueStrength43"] = { affix = "", "+(20-30) to Strength", statOrder = { 945 }, level = 82, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["UniqueDexterity1"] = { affix = "", "+(30-50) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity2"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity3"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity4"] = { affix = "", "+10 to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity5"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity6"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity7"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity8"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity9"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity10"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity11"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity12"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity13"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity14"] = { affix = "", "+(0-10) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity15"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity16"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity17"] = { affix = "", "+10 to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity18"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity19"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity20"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity21"] = { affix = "", "+5 to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity22"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity23"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity24"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity25"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity26"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity27"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity28"] = { affix = "", "+(5-15) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity29"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity30"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity31"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity32"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity33"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity34"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity35"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity36"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity37"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity38"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity39"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity40"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity41"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity42"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity43UNUSED"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueDexterity44"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 946 }, level = 82, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["UniqueIntelligence1"] = { affix = "", "+(30-50) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence2"] = { affix = "", "+(10-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence3"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence4"] = { affix = "", "+(5-15) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence5"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence6"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence7"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence8"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence9"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence10"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence11"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence12"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence13"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence14"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence15"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence16"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence17"] = { affix = "", "+(0-10) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence18"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence19"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence20"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence21"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence22"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence23"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence24"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence25"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence26"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence27"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence28"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence29"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence30"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence31"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence32"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence33"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence34"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence35"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence36"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence37"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence38"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence39"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence40"] = { affix = "", "+15 to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence41"] = { affix = "", "+10 to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueIntelligence42"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 947 }, level = 82, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["UniqueAllAttributes1"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes2"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes3"] = { affix = "", "+(50-100) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes4"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes5"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes6"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes7"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes8"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes9"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes10"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes11"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes12"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes13"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes14"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes15"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes16"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueAllAttributes17"] = { affix = "", "+(7-13) to all Attributes", statOrder = { 944 }, level = 82, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["UniqueFireResist1"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist2"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist4"] = { affix = "", "-(20-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist6"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist7"] = { affix = "", "+(5-15)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist9"] = { affix = "", "-10% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist10"] = { affix = "", "+(15-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist11"] = { affix = "", "+(0-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist12"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist13"] = { affix = "", "+20% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist14"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist15"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist16"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist17"] = { affix = "", "-(15-10)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist19"] = { affix = "", "-10% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist20"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist22"] = { affix = "", "+(-30-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist23"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist24"] = { affix = "", "+(-40-40)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist25"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist26"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist27"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist28"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist29"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist30"] = { affix = "", "+(25-35)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist31"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist32"] = { affix = "", "+(5-15)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist33"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueFireResist34"] = { affix = "", "+(10-15)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["UniqueColdResist1"] = { affix = "", "-(20-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist2"] = { affix = "", "+50% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist4"] = { affix = "", "+(5-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist5"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist6"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist8"] = { affix = "", "+(30-50)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist9"] = { affix = "", "+(5-15)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist10"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist11"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist12"] = { affix = "", "+(10-15)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist13"] = { affix = "", "+(0-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist14"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist15"] = { affix = "", "+40% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist16"] = { affix = "", "+(50-75)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist17"] = { affix = "", "+(25-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist18"] = { affix = "", "+(5-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist19"] = { affix = "", "+(-30-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist20"] = { affix = "", "+(-40-40)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist21"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist22"] = { affix = "", "-(15-10)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist23"] = { affix = "", "-10% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist24"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist25"] = { affix = "", "+(10-15)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist26"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist27"] = { affix = "", "-15% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist29"] = { affix = "", "+(25-35)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist30"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist31"] = { affix = "", "+(25-35)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist32"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist33"] = { affix = "", "+(5-15)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueColdResist34"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["UniqueLightningResist1"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist2"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist5"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist6"] = { affix = "", "+(30-50)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist7"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist8"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist9"] = { affix = "", "+(0-10)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist11"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist12"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist13"] = { affix = "", "-50% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist14"] = { affix = "", "+(10-15)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist15"] = { affix = "", "+(10-15)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist16"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist17"] = { affix = "", "+(-30-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist18"] = { affix = "", "+(-40-40)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist19"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist21"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist22"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist23"] = { affix = "", "+(30-50)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist24"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist25"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist26"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist27"] = { affix = "", "+(5-15)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueLightningResist28"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["UniqueAllResistances1"] = { affix = "", "+(25-35)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances2"] = { affix = "", "+(5-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances3"] = { affix = "", "-20% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances4"] = { affix = "", "-10% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances5"] = { affix = "", "+(5-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances6"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances8"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances9"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances10"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances11"] = { affix = "", "-30% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances12"] = { affix = "", "-(20-5)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances13"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances15"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances16"] = { affix = "", "+(5-40)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances17"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances18"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances19"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances20"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances21"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances22"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances23"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances24"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances25"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueAllResistances26"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["UniqueChaosResist1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist2"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist3"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist4"] = { affix = "", "+(29-37)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist5"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist6"] = { affix = "", "+(7-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist7"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist8"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist11"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist15"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist16"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist18"] = { affix = "", "-(23-3)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist19"] = { affix = "", "-17% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist20"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist21"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist22"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist23"] = { affix = "", "+13% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist24"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist25"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist26"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist27"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist28"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist29"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist30"] = { affix = "", "+(23-29)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist31"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist32"] = { affix = "", "+(23-29)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist33"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist34"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueChaosResist35"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["UniqueIncreasedLife1"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife2"] = { affix = "", "+1500 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife3"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife4"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife5"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife6"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife7"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife8"] = { affix = "", "+(20-40) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife9"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife10"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife11"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife12"] = { affix = "", "+100 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife13"] = { affix = "", "+(40-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife14"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife15"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife16"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife17"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife18"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife19"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife20"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife21"] = { affix = "", "+(0-30) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife22"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife23"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife24"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife25"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife26"] = { affix = "", "+300 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife27"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife28"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife29"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife30"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife31"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife32"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife33"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife34"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife35"] = { affix = "", "+100 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife36"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife37"] = { affix = "", "+(50-150) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife38"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife39"] = { affix = "", "+(0-80) to maximum Life", statOrder = { 872 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife40"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife41"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife42"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife43"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife44"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife45"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife46"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife47"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife48"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife49"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife50"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife51"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife52"] = { affix = "", "+(25-35) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife53"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueIncreasedLife54"] = { affix = "", "+100 to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["UniqueMaximumLifeIncrease1"] = { affix = "", "(20-30)% reduced maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease2"] = { affix = "", "50% increased maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease3"] = { affix = "", "20% reduced maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease4"] = { affix = "", "25% reduced maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease5"] = { affix = "", "20% reduced maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease6"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 873 }, level = 71, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueMaximumLifeIncrease7"] = { affix = "", "(10-15)% increased maximum Life", statOrder = { 873 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["UniqueIncreasedMana1"] = { affix = "", "+(10-20) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana2"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana3"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana4"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana5"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana6"] = { affix = "", "+(20-40) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana7"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana8"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana9"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana10"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana11"] = { affix = "", "+(0-20) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana12"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana13"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana14"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana15"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana16"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana17"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana18"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana19"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana20"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana21"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana22"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana23"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana24"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana25"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana26"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana27"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana28"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana29"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana30"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana31"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana32"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana33"] = { affix = "", "+(50-150) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana34"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana35"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana36"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana37"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana38"] = { affix = "", "+(50-80) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana39"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana40"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana41"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana42"] = { affix = "", "+(60-90) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana43"] = { affix = "", "+(70-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana44"] = { affix = "", "+(60-80) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana45"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana46"] = { affix = "", "+(35-45) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana47"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana48"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana49"] = { affix = "", "+(80-120) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana50"] = { affix = "", "+(50-80) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana51"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueIncreasedMana52"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 874 }, level = 82, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["UniqueMaximumManaIncrease1"] = { affix = "", "10% increased maximum Mana", statOrder = { 875 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["UniqueMaximumManaIncrease2"] = { affix = "", "25% reduced maximum Mana", statOrder = { 875 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["UniqueMaximumManaIncrease3"] = { affix = "", "(10-15)% reduced maximum Mana", statOrder = { 875 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["UniqueMaximumManaIncrease4"] = { affix = "", "25% reduced maximum Mana", statOrder = { 875 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["UniqueIncreasedPhysicalDamageReductionRating1"] = { affix = "", "+(100-150) to Armour", statOrder = { 866 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["UniqueIncreasedPhysicalDamageReductionRating2"] = { affix = "", "+(100-150) to Armour", statOrder = { 866 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["UniqueIncreasedPhysicalDamageReductionRating3"] = { affix = "", "+(100-150) to Armour", statOrder = { 866 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["UniqueIncreasedPhysicalDamageReductionRating4"] = { affix = "", "+(150-200) to Armour", statOrder = { 866 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, - ["UniqueIncreasedEvasionRating1"] = { affix = "", "+(75-125) to Evasion Rating", statOrder = { 868 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["UniqueIncreasedEvasionRating2"] = { affix = "", "+(40-50) to Evasion Rating", statOrder = { 868 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["UniqueIncreasedEvasionRating3"] = { affix = "", "+(100-150) to Evasion Rating", statOrder = { 868 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["UniqueIncreasedEvasionRating4"] = { affix = "", "+100 to Evasion Rating", statOrder = { 868 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, - ["UniqueIncreasedEnergyShield1"] = { affix = "", "+(50-100) to maximum Energy Shield", statOrder = { 870 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["UniqueIncreasedEnergyShield2"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 870 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["UniqueIncreasedEnergyShield3"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 870 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["UniqueIncreasedPhysicalDamageReductionRatingPercent1"] = { affix = "", "(25-50)% increased Armour", statOrder = { 867 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRating1"] = { affix = "", "+(0-40) to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRating2"] = { affix = "", "+(40-60) to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRating3"] = { affix = "", "+(15-25) to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRating4"] = { affix = "", "+(50-70) to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRating5"] = { affix = "", "+20 to Armour", statOrder = { 834 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, - ["UniqueLocalIncreasedEvasionRating1"] = { affix = "", "+(30-50) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEvasionRating2"] = { affix = "", "+(50-70) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEvasionRating3"] = { affix = "", "+(0-30) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEvasionRating4"] = { affix = "", "+(15-25) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEvasionRating5"] = { affix = "", "+(20-30) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEvasionRating6"] = { affix = "", "+(20-30) to Evasion Rating", statOrder = { 835 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, - ["UniqueLocalIncreasedEnergyShield1"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield2"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield3"] = { affix = "", "+100 to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield4"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield5"] = { affix = "", "+(0-20) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield6"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield7"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield8"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrder = { 836 }, level = 66, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield9"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrder = { 836 }, level = 80, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield10"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield11"] = { affix = "", "+20 to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield12"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield13"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield15"] = { affix = "", "+(60-100) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield16"] = { affix = "", "+(100-200) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalIncreasedEnergyShield17"] = { affix = "", "+(75-150) to maximum Energy Shield", statOrder = { 836 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, - ["UniqueLocalBaseEvasionRatingAndEnergyShield1"] = { affix = "", "+(60-100) to Evasion Rating", "+(30-50) to maximum Energy Shield", statOrder = { 835, 836 }, level = 70, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["UniqueLocalBaseEvasionRatingAndEnergyShield2"] = { affix = "", "+(20-25) to Evasion Rating", "+(10-15) to maximum Energy Shield", statOrder = { 835, 836 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent1"] = { affix = "", "(60-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent2"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent3"] = { affix = "", "(400-500)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent4"] = { affix = "", "(50-80)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent5"] = { affix = "", "(30-60)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent6"] = { affix = "", "(60-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent7"] = { affix = "", "(50-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent8"] = { affix = "", "(50-80)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent9"] = { affix = "", "(30-50)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent10"] = { affix = "", "(50-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent11"] = { affix = "", "(80-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent12"] = { affix = "", "(400-500)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent13"] = { affix = "", "(50-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent14"] = { affix = "", "(50-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent15"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent16"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent17"] = { affix = "", "(60-80)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent18"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent19"] = { affix = "", "(120-160)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent20"] = { affix = "", "(150-200)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent21"] = { affix = "", "(60-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent22"] = { affix = "", "(60-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent23"] = { affix = "", "(50-80)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent24"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent25"] = { affix = "", "(60-120)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent26"] = { affix = "", "(80-120)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent27"] = { affix = "", "(60-100)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent28"] = { affix = "", "(100-150)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent29"] = { affix = "", "(80-120)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent30"] = { affix = "", "(150-200)% increased Armour", statOrder = { 837 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, - ["UniqueLocalIncreasedEvasionRatingPercent1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent2"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent3"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent4"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent5"] = { affix = "", "50% reduced Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent6"] = { affix = "", "(30-50)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent7"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent8"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent9"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent10"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent11"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent13"] = { affix = "", "(100-140)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent14"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent15"] = { affix = "", "(80-120)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent16"] = { affix = "", "(150-200)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent17"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent18"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent19"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent20"] = { affix = "", "(50-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent21"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent22"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent23"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent24"] = { affix = "", "(70-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent25"] = { affix = "", "(100-300)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent26"] = { affix = "", "(100-200)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent27"] = { affix = "", "(50-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent28"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent29"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent30"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent31"] = { affix = "", "(50-70)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent32"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEvasionRatingPercent33"] = { affix = "", "(100-130)% increased Evasion Rating", statOrder = { 838 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, - ["UniqueLocalIncreasedEnergyShieldPercent1"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent2"] = { affix = "", "(50-80)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent3"] = { affix = "", "(50-70)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent4"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent5"] = { affix = "", "(40-60)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent6"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent7"] = { affix = "", "(30-50)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent8"] = { affix = "", "(50-80)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent9"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent10"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent11"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent12"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent13"] = { affix = "", "(100-200)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent14"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent15"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent16"] = { affix = "", "(100-140)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent17"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent18"] = { affix = "", "(120-160)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent19"] = { affix = "", "(50-70)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent20"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent21"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent22"] = { affix = "", "(70-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent23"] = { affix = "", "(100-140)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent24"] = { affix = "", "(80-120)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent25"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedEnergyShieldPercent26"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 839 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, - ["UniqueLocalIncreasedArmourAndEvasion1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion2"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion3"] = { affix = "", "(30-50)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion4"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion5"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion6"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion8"] = { affix = "", "(50-80)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion9"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion10"] = { affix = "", "(20-30)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion11"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion12"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion13"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion14"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion15"] = { affix = "", "(50-70)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion16"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion17"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion18"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion19"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion20"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion21"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion22"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrder = { 840 }, level = 66, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion23"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion24"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion25"] = { affix = "", "50% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion26"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion27"] = { affix = "", "(600-800)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion28"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion29"] = { affix = "", "(100-200)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEvasion30"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 840 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, - ["UniqueLocalIncreasedArmourAndEnergyShield1"] = { affix = "", "(30-60)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield2"] = { affix = "", "(30-50)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield3"] = { affix = "", "(30-50)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield4"] = { affix = "", "(40-60)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield5"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield6"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield7"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield8"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield9"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield10"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield11"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield12"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield13"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield14"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield15"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield16"] = { affix = "", "(333-666)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield17"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield18"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield19"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield20"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield21"] = { affix = "", "(200-300)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield22"] = { affix = "", "(80-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield23"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield24"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedArmourAndEnergyShield25"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 841 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield1"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield2"] = { affix = "", "(30-60)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield3"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield4"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield5"] = { affix = "", "(50-80)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield6"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield7"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield8"] = { affix = "", "(40-60)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield9"] = { affix = "", "(60-80)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield10"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield11"] = { affix = "", "(60-80)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield12"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 70, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield13"] = { affix = "", "(60-120)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield14"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield15"] = { affix = "", "(60-100)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield16"] = { affix = "", "(60-90)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield17"] = { affix = "", "(50-70)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield18"] = { affix = "", "(200-300)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalIncreasedEvasionAndEnergyShield19"] = { affix = "", "(60-80)% increased Evasion and Energy Shield", statOrder = { 842 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, - ["UniqueLocalArmourAndEvasionAndEnergyShield1"] = { affix = "", "(200-300)% increased Armour, Evasion and Energy Shield", statOrder = { 1377 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, - ["UniqueLocalArmourAndEvasionAndEnergyShield2"] = { affix = "", "(100-150)% increased Armour, Evasion and Energy Shield", statOrder = { 1377 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, - ["UniqueLocalArmourAndEvasionAndEnergyShield3"] = { affix = "", "(40-60)% increased Armour, Evasion and Energy Shield", statOrder = { 1377 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, - ["UniqueLocalArmourAndEvasionAndEnergyShield4"] = { affix = "", "(60-80)% increased Armour, Evasion and Energy Shield", statOrder = { 1377 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, - ["UniqueReducedLocalAttributeRequirements1"] = { affix = "", "25% reduced Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["UniqueReducedLocalAttributeRequirements2"] = { affix = "", "25% reduced Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["UniqueReducedLocalAttributeRequirements3"] = { affix = "", "50% increased Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["UniqueReducedLocalAttributeRequirements4"] = { affix = "", "50% increased Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["UniqueReducedLocalAttributeRequirements5"] = { affix = "", "100% increased Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["UniqueJewelRadiusFireResistance"] = { affix = "", "+(2-4)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, nodeType = 1, tradeHash = 3372524247, }, + ["UniqueJewelRadiusColdResistance"] = { affix = "", "+(2-4)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, nodeType = 1, tradeHash = 4220027924, }, + ["UniqueJewelRadiusLightningResistance"] = { affix = "", "+(2-4)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, nodeType = 1, tradeHash = 1671376347, }, + ["UniqueJewelRadiusChaosResistance"] = { affix = "", "+(2-3)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, nodeType = 1, tradeHash = 2923486259, }, + ["UniqueJewelRadiusMaxFireResistance"] = { affix = "", "+1% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, nodeType = 2, tradeHash = 4095671657, }, + ["UniqueJewelRadiusMaxColdResistance"] = { affix = "", "+1% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, nodeType = 2, tradeHash = 3676141501, }, + ["UniqueJewelRadiusMaxLightningResistance"] = { affix = "", "+1% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, nodeType = 2, tradeHash = 1011760251, }, + ["UniqueJewelRadiusMaxChaosResistance"] = { affix = "", "+1% to Maximum Chaos Resistance", statOrder = { 952 }, level = 1, group = "MaximumChaosResistance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance" }, nodeType = 2, tradeHash = 1301765461, }, + ["UniqueJewelRadiusPercentStrenth"] = { affix = "", "(2-3)% increased Strength", statOrder = { 1076 }, level = 1, group = "PercentageStrength", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 734614379, }, + ["UniqueJewelRadiusPercentIntelligence"] = { affix = "", "(2-3)% increased Intelligence", statOrder = { 1078 }, level = 1, group = "PercentageIntelligence", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 656461285, }, + ["UniqueJewelRadiusPercentDexterity"] = { affix = "", "(2-3)% increased Dexterity", statOrder = { 1077 }, level = 1, group = "PercentageDexterity", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attribute" }, nodeType = 2, tradeHash = 4139681126, }, + ["UniqueJewelRadiusSpirit"] = { affix = "", "+(8-12) to Spirit", statOrder = { 870 }, level = 1, group = "JewelSpirit", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2704225257, }, + ["UniqueJewelRadiusDamageAsFire"] = { affix = "", "Gain (2-4)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 1, group = "DamageGainedAsFire", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 2, tradeHash = 3015669065, }, + ["UniqueJewelRadiusDamageAsCold"] = { affix = "", "Gain (2-4)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 1, group = "DamageGainedAsCold", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 2, tradeHash = 2505884597, }, + ["UniqueJewelRadiusDamageAsLightning"] = { affix = "", "Gain (2-4)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 1, group = "DamageGainedAsLightning", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 2, tradeHash = 3278136794, }, + ["UniqueJewelRadiusDamageAsChaos"] = { affix = "", "Gain (2-4)% of Damage as Extra Chaos Damage", statOrder = { 1599 }, level = 1, group = "DamageGainedAsChaos", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, nodeType = 2, tradeHash = 3398787959, }, + ["UniqueStrength1"] = { affix = "", "+(30-50) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength2"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength3"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength4"] = { affix = "", "-(20-10) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength5"] = { affix = "", "+(5-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength6"] = { affix = "", "+(40-50) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength7"] = { affix = "", "+(20-40) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength8"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength9"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength10"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength11"] = { affix = "", "+(5-10) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength12"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength13"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength14"] = { affix = "", "+(0-10) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength15"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength16"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength17"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength18"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength19"] = { affix = "", "+10 to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength20"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength21"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength22"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength23"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength24"] = { affix = "", "+(15-25) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength25"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength26"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength27"] = { affix = "", "+(10-15) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength28"] = { affix = "", "+(10-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength29"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength30"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength31"] = { affix = "", "+(10-20) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength32"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength33"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength34"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength35"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength36"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength37"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength38"] = { affix = "", "+(15-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength39"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength40UNUSED"] = { affix = "", "-(20-10) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength41"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength42"] = { affix = "", "+10 to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength43"] = { affix = "", "+(20-30) to Strength", statOrder = { 943 }, level = 82, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueStrength44"] = { affix = "", "+(25-40) to Strength", statOrder = { 943 }, level = 82, group = "Strength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["UniqueDexterity1"] = { affix = "", "+(30-50) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity2"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity3"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity4"] = { affix = "", "+10 to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity5"] = { affix = "", "+(20-40) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity6"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity7"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity8"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity9"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity10"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity11"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity12"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity13"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity14"] = { affix = "", "+(0-10) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity15"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity16"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity17"] = { affix = "", "+10 to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity18"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity19"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity20"] = { affix = "", "+(10-15) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity21"] = { affix = "", "+5 to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity22"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity23"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity24"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity25"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity26"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity27"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity28"] = { affix = "", "+(5-15) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity29"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity30"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity31"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity32"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity33"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity34"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity35"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity36"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity37"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity38"] = { affix = "", "+(30-40) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity39"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity40"] = { affix = "", "+(10-20) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity41"] = { affix = "", "+(15-25) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity42"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity43"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueDexterity44"] = { affix = "", "+(20-30) to Dexterity", statOrder = { 944 }, level = 82, group = "Dexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["UniqueIntelligence1"] = { affix = "", "+(30-50) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence2"] = { affix = "", "+(10-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence3"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence4"] = { affix = "", "+(5-15) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence5"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence6"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence7"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence8"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence9"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence10"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence11"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence12"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence13"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence14"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence15"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence16"] = { affix = "", "+(40-50) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence17"] = { affix = "", "+(0-10) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence18"] = { affix = "", "+(10-15) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence19"] = { affix = "", "+(5-10) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence20"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence21"] = { affix = "", "+(30-40) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence22"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence23"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence24"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence25"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence26"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence27"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence28"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence29"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence30"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence31"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence32"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence33"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence34"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence35"] = { affix = "", "+(10-20) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence36"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence37"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence38"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence39"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence40"] = { affix = "", "+15 to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence41"] = { affix = "", "+10 to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence42"] = { affix = "", "+(20-30) to Intelligence", statOrder = { 945 }, level = 82, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueIntelligence43"] = { affix = "", "+(15-25) to Intelligence", statOrder = { 945 }, level = 82, group = "Intelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["UniqueAllAttributes1"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes2"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes3"] = { affix = "", "+(50-100) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes4"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes5"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes6"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes7"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes8"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes9"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes10"] = { affix = "", "+(10-20) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes11"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes12"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes13"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes14"] = { affix = "", "+(10-15) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes15"] = { affix = "", "+(15-25) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes16"] = { affix = "", "+(5-10) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueAllAttributes17"] = { affix = "", "+(7-13) to all Attributes", statOrder = { 942 }, level = 82, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["UniqueFireResist1"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist2"] = { affix = "", "+(20-40)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist3"] = { affix = "", "+(30-50)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist4"] = { affix = "", "-(20-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist5"] = { affix = "", "+(5-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist6"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist7"] = { affix = "", "+(5-15)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist8"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist9"] = { affix = "", "-10% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist10"] = { affix = "", "+(15-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist11"] = { affix = "", "+(0-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist12"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist13"] = { affix = "", "+20% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist14"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist15"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist16"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist17"] = { affix = "", "-(15-10)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist18"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist19"] = { affix = "", "-10% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist20"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist21"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist22"] = { affix = "", "+(-30-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist23"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist24"] = { affix = "", "+(-40-40)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist25"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist26"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist27"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist28"] = { affix = "", "+(20-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist29"] = { affix = "", "+(10-20)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist30"] = { affix = "", "+(25-35)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist31"] = { affix = "", "+(30-40)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist32"] = { affix = "", "+(5-15)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist33"] = { affix = "", "+(20-30)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist34"] = { affix = "", "+(10-15)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueFireResist35"] = { affix = "", "+(15-25)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["UniqueColdResist1"] = { affix = "", "-(20-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist2"] = { affix = "", "+50% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist3"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist4"] = { affix = "", "+(5-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist5"] = { affix = "", "+(15-25)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist6"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist7"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist8"] = { affix = "", "+(30-50)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist9"] = { affix = "", "+(5-15)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist10"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist11"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist12"] = { affix = "", "+(10-15)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist13"] = { affix = "", "+(0-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist14"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist15"] = { affix = "", "+40% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist16"] = { affix = "", "+(50-75)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist17"] = { affix = "", "+(25-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist18"] = { affix = "", "+(5-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist19"] = { affix = "", "+(-30-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist20"] = { affix = "", "+(-40-40)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist21"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist22"] = { affix = "", "-(15-10)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist23"] = { affix = "", "-10% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist24"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist25"] = { affix = "", "+(10-15)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist26"] = { affix = "", "+(10-20)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist27"] = { affix = "", "-15% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist28"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist29"] = { affix = "", "+(25-35)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist30"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist31"] = { affix = "", "+(25-35)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist32"] = { affix = "", "+(30-40)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist33"] = { affix = "", "+(5-15)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueColdResist34"] = { affix = "", "+(20-30)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["UniqueLightningResist1"] = { affix = "", "+(5-10)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist2"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist3"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist4"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist5"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist6"] = { affix = "", "+(30-50)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist7"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist8"] = { affix = "", "+(15-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist9"] = { affix = "", "+(0-10)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist10"] = { affix = "", "+(30-40)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist11"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist12"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist13"] = { affix = "", "-(40-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist14"] = { affix = "", "+(10-15)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist15"] = { affix = "", "+(10-15)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist16"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist17"] = { affix = "", "+(-30-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist18"] = { affix = "", "+(-40-40)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist19"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist20"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist21"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist22"] = { affix = "", "+(10-20)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist23"] = { affix = "", "+(30-50)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist24"] = { affix = "", "+(15-25)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist25"] = { affix = "", "+(20-30)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist26"] = { affix = "", "+(25-35)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist27"] = { affix = "", "+(5-15)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist28"] = { affix = "", "+(20-40)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueLightningResist29"] = { affix = "", "+(1-33)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["UniqueAllResistances1"] = { affix = "", "+(25-35)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances2"] = { affix = "", "+(5-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances3"] = { affix = "", "-20% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances4"] = { affix = "", "-10% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances5"] = { affix = "", "+(5-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances6"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances7"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances8"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances9"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances10"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances11"] = { affix = "", "-30% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances12"] = { affix = "", "-(20-5)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances13"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances14"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances15"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances16"] = { affix = "", "+(5-40)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances17"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances18"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances19"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances20"] = { affix = "", "+(30-40)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances21"] = { affix = "", "+10% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances22"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances23"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances24"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances25"] = { affix = "", "+(10-15)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueAllResistances26"] = { affix = "", "+(10-20)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["UniqueChaosResist1"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist2"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist3"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist4"] = { affix = "", "+(29-37)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist5"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist6"] = { affix = "", "+(7-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist7"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist8"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist9"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist10"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist11"] = { affix = "", "+(13-19)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist12"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist13"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist14"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist15"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist16"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist17"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist18"] = { affix = "", "-(23-3)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist19"] = { affix = "", "-17% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist20"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist21"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist22"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist23"] = { affix = "", "+13% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist24"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist25"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist26"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist27"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist28"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist29"] = { affix = "", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist30"] = { affix = "", "+(23-29)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist31"] = { affix = "", "+(13-17)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist32"] = { affix = "", "+(23-29)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist33"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist34"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueChaosResist35"] = { affix = "", "+(17-23)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["UniqueIncreasedLife1"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife2"] = { affix = "", "+1500 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife3"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife4"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife5"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife6"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife7"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife8"] = { affix = "", "+(20-40) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife9"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife10"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife11"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife12"] = { affix = "", "+100 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife13"] = { affix = "", "+(40-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife14"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife15"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife16"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife17"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife18"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife19"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife20"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife21"] = { affix = "", "+(0-30) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife22"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife23"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife24"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife25"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife26"] = { affix = "", "+300 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife27"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife28"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife29"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife30"] = { affix = "", "+(80-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife31"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife32"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife33"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife34"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife35"] = { affix = "", "+100 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife36"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife37"] = { affix = "", "+(50-150) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife38"] = { affix = "", "+(60-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife39"] = { affix = "", "+(0-80) to maximum Life", statOrder = { 866 }, level = 81, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife40"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife41"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife42"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife43"] = { affix = "", "+(40-60) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife44"] = { affix = "", "+(30-50) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife45"] = { affix = "", "+(50-80) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife46"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife47"] = { affix = "", "+(70-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife48"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife49"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife50"] = { affix = "", "+(60-100) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife51"] = { affix = "", "+(100-150) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife52"] = { affix = "", "+(25-35) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife53"] = { affix = "", "+(80-120) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueIncreasedLife54"] = { affix = "", "+100 to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["UniqueMaximumLifeIncrease1"] = { affix = "", "(20-30)% reduced maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease2"] = { affix = "", "50% increased maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease3"] = { affix = "", "20% reduced maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease4"] = { affix = "", "25% reduced maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease5"] = { affix = "", "20% reduced maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease6"] = { affix = "", "(6-10)% increased maximum Life", statOrder = { 867 }, level = 71, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueMaximumLifeIncrease7"] = { affix = "", "(10-20)% increased maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["UniqueIncreasedMana1"] = { affix = "", "+(10-20) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana2"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana3"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana4"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana5"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana6"] = { affix = "", "+(20-40) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana7"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana8"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana9"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana10"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana11"] = { affix = "", "+(0-20) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana12"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana13"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana14"] = { affix = "", "+(20-30) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana15"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana16"] = { affix = "", "+(50-70) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana17"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana18"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana19"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana20"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana21"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana22"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana23"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana24"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana25"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana26"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana27"] = { affix = "", "+(30-50) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana28"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana29"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana30"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana31"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana32"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana33"] = { affix = "", "+(50-150) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana34"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana35"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana36"] = { affix = "", "+(40-60) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana37"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana38"] = { affix = "", "+(50-80) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana39"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana40"] = { affix = "", "+(80-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana41"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana42"] = { affix = "", "+(60-90) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana43"] = { affix = "", "+(70-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana44"] = { affix = "", "+(60-80) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana45"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana46"] = { affix = "", "+(35-45) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana47"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana48"] = { affix = "", "+(60-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana49"] = { affix = "", "+(80-120) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana50"] = { affix = "", "+(50-80) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana51"] = { affix = "", "+(50-100) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueIncreasedMana52"] = { affix = "", "+(100-150) to maximum Mana", statOrder = { 868 }, level = 82, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["UniqueMaximumManaIncrease1"] = { affix = "", "10% increased maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["UniqueMaximumManaIncrease2"] = { affix = "", "25% reduced maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["UniqueMaximumManaIncrease3"] = { affix = "", "(10-15)% reduced maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["UniqueMaximumManaIncrease4"] = { affix = "", "25% reduced maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["UniqueIncreasedPhysicalDamageReductionRating1"] = { affix = "", "+(100-150) to Armour", statOrder = { 860 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["UniqueIncreasedPhysicalDamageReductionRating2"] = { affix = "", "+(100-150) to Armour", statOrder = { 860 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["UniqueIncreasedPhysicalDamageReductionRating3"] = { affix = "", "+(100-150) to Armour", statOrder = { 860 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["UniqueIncreasedPhysicalDamageReductionRating4"] = { affix = "", "+(150-200) to Armour", statOrder = { 860 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 809229260, }, + ["UniqueIncreasedEvasionRating1"] = { affix = "", "+(75-125) to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["UniqueIncreasedEvasionRating2"] = { affix = "", "+(40-50) to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["UniqueIncreasedEvasionRating3"] = { affix = "", "+(100-150) to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["UniqueIncreasedEvasionRating4"] = { affix = "", "+100 to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["UniqueIncreasedEvasionRating5"] = { affix = "", "+(300-600) to Evasion Rating", statOrder = { 862 }, level = 1, group = "EvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2144192055, }, + ["UniqueIncreasedEnergyShield1"] = { affix = "", "+(50-100) to maximum Energy Shield", statOrder = { 864 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["UniqueIncreasedEnergyShield2"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 864 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["UniqueIncreasedEnergyShield3"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 864 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["UniqueIncreasedPhysicalDamageReductionRatingPercent1"] = { affix = "", "(25-50)% increased Armour", statOrder = { 861 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRating1"] = { affix = "", "+(0-40) to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRating2"] = { affix = "", "+(40-60) to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRating3"] = { affix = "", "+(15-25) to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRating4"] = { affix = "", "+(50-70) to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRating5"] = { affix = "", "+20 to Armour", statOrder = { 829 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 3484657501, }, + ["UniqueLocalIncreasedEvasionRating1"] = { affix = "", "+(30-50) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEvasionRating2"] = { affix = "", "+(50-70) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEvasionRating3"] = { affix = "", "+(0-30) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEvasionRating4"] = { affix = "", "+(15-25) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEvasionRating5"] = { affix = "", "+(20-30) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEvasionRating6"] = { affix = "", "+(20-30) to Evasion Rating", statOrder = { 830 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 53045048, }, + ["UniqueLocalIncreasedEnergyShield1"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield2"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield3"] = { affix = "", "+100 to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield4"] = { affix = "", "+(40-60) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield5"] = { affix = "", "+(0-20) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield6"] = { affix = "", "+(10-20) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield7"] = { affix = "", "+(30-40) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield8"] = { affix = "", "+(80-120) to maximum Energy Shield", statOrder = { 831 }, level = 66, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield9"] = { affix = "", "+(100-150) to maximum Energy Shield", statOrder = { 831 }, level = 80, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield10"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield11"] = { affix = "", "+20 to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield12"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield13"] = { affix = "", "+(30-50) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield14"] = { affix = "", "+(20-30) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield15"] = { affix = "", "+(60-100) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield16"] = { affix = "", "+(100-200) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalIncreasedEnergyShield17"] = { affix = "", "+(75-150) to maximum Energy Shield", statOrder = { 831 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4052037485, }, + ["UniqueLocalBaseEvasionRatingAndEnergyShield1"] = { affix = "", "+(60-100) to Evasion Rating", "+(30-50) to maximum Energy Shield", statOrder = { 830, 831 }, level = 70, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["UniqueLocalBaseEvasionRatingAndEnergyShield2"] = { affix = "", "+(20-25) to Evasion Rating", "+(10-15) to maximum Energy Shield", statOrder = { 830, 831 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 687065605, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent1"] = { affix = "", "(60-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent2"] = { affix = "", "(100-150)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent3"] = { affix = "", "(400-500)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent4"] = { affix = "", "(50-80)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent5"] = { affix = "", "(30-60)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent6"] = { affix = "", "(60-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent7"] = { affix = "", "(50-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent8"] = { affix = "", "(50-80)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent9"] = { affix = "", "(30-50)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent10"] = { affix = "", "(50-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent11"] = { affix = "", "(80-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent12"] = { affix = "", "(400-500)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent13"] = { affix = "", "(50-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent14"] = { affix = "", "(50-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent15"] = { affix = "", "(100-150)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent16"] = { affix = "", "(100-150)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent17"] = { affix = "", "(60-80)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent18"] = { affix = "", "(100-150)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent19"] = { affix = "", "(120-160)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent20"] = { affix = "", "(150-200)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent21"] = { affix = "", "(60-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent22"] = { affix = "", "(60-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent23"] = { affix = "", "(50-80)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent24"] = { affix = "", "(150-200)% increased Armour", statOrder = { 832 }, level = 75, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent25"] = { affix = "", "(60-120)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent26"] = { affix = "", "(80-120)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent27"] = { affix = "", "(60-100)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent28"] = { affix = "", "(100-150)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent29"] = { affix = "", "(80-120)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedPhysicalDamageReductionRatingPercent30"] = { affix = "", "(150-200)% increased Armour", statOrder = { 832 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1062208444, }, + ["UniqueLocalIncreasedEvasionRatingPercent1"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent2"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent3"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent4"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent5"] = { affix = "", "50% reduced Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent6"] = { affix = "", "(30-50)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent7"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent8"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent9"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent10"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent11"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent12"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent13"] = { affix = "", "(100-140)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent14"] = { affix = "", "(40-60)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent15"] = { affix = "", "(80-120)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent16"] = { affix = "", "(150-200)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent17"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent18"] = { affix = "", "(80-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent19"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent20"] = { affix = "", "(50-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent21"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent22"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent23"] = { affix = "", "(60-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent24"] = { affix = "", "(70-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent25"] = { affix = "", "(100-300)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent26"] = { affix = "", "(100-200)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent27"] = { affix = "", "(50-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent28"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent29"] = { affix = "", "(50-80)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent30"] = { affix = "", "(60-100)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent31"] = { affix = "", "(50-70)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent32"] = { affix = "", "(100-150)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEvasionRatingPercent33"] = { affix = "", "(100-130)% increased Evasion Rating", statOrder = { 833 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 124859000, }, + ["UniqueLocalIncreasedEnergyShieldPercent1"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent2"] = { affix = "", "(50-80)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent3"] = { affix = "", "(50-70)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent4"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent5"] = { affix = "", "(40-60)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent6"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent7"] = { affix = "", "(30-50)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent8"] = { affix = "", "(50-80)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent9"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent10"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent11"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent12"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent13"] = { affix = "", "(100-200)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent14"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent15"] = { affix = "", "(50-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent16"] = { affix = "", "(100-140)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent17"] = { affix = "", "(100-150)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent18"] = { affix = "", "(120-160)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent19"] = { affix = "", "(50-70)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent20"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent21"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent22"] = { affix = "", "(70-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent23"] = { affix = "", "(100-140)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent24"] = { affix = "", "(80-120)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent25"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedEnergyShieldPercent26"] = { affix = "", "(60-100)% increased Energy Shield", statOrder = { 834 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4015621042, }, + ["UniqueLocalIncreasedArmourAndEvasion1"] = { affix = "", "(40-60)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion2"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion3"] = { affix = "", "(30-50)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion4"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion5"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion6"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion7"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion8"] = { affix = "", "(50-80)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion9"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion10"] = { affix = "", "(20-30)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion11"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion12"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion13"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion14"] = { affix = "", "(80-120)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion15"] = { affix = "", "(50-70)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion16"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion17"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion18"] = { affix = "", "(150-200)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion19"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion20"] = { affix = "", "(60-80)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion21"] = { affix = "", "(60-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion22"] = { affix = "", "(200-300)% increased Armour and Evasion", statOrder = { 835 }, level = 66, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion23"] = { affix = "", "(50-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion24"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion25"] = { affix = "", "50% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion26"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion27"] = { affix = "", "(600-800)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion28"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion29"] = { affix = "", "(100-200)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion30"] = { affix = "", "(100-150)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEvasion31"] = { affix = "", "(80-100)% increased Armour and Evasion", statOrder = { 835 }, level = 1, group = "LocalArmourAndEvasion", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2451402625, }, + ["UniqueLocalIncreasedArmourAndEnergyShield1"] = { affix = "", "(30-60)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield2"] = { affix = "", "(30-50)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield3"] = { affix = "", "(30-50)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield4"] = { affix = "", "(40-60)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield5"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield6"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield7"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield8"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield9"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield10"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield11"] = { affix = "", "(50-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield12"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield13"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield14"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield15"] = { affix = "", "(60-100)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield16"] = { affix = "", "(333-666)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield17"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield18"] = { affix = "", "(70-130)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield19"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield20"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield21"] = { affix = "", "(200-300)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield22"] = { affix = "", "(80-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield23"] = { affix = "", "(80-120)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield24"] = { affix = "", "(150-200)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedArmourAndEnergyShield25"] = { affix = "", "(100-150)% increased Armour and Energy Shield", statOrder = { 836 }, level = 1, group = "LocalArmourAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3321629045, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield1"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield2"] = { affix = "", "(30-60)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield3"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield4"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield5"] = { affix = "", "(50-80)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield6"] = { affix = "", "(30-50)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield7"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield8"] = { affix = "", "(40-60)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield9"] = { affix = "", "(60-80)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield10"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield11"] = { affix = "", "(60-80)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield12"] = { affix = "", "(400-500)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 70, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield13"] = { affix = "", "(60-120)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield14"] = { affix = "", "(100-150)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield15"] = { affix = "", "(60-100)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield16"] = { affix = "", "(60-90)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield17"] = { affix = "", "(50-70)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield18"] = { affix = "", "(150-200)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalIncreasedEvasionAndEnergyShield19"] = { affix = "", "(1-111)% increased Evasion and Energy Shield", statOrder = { 837 }, level = 1, group = "LocalEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 1999113824, }, + ["UniqueLocalArmourAndEvasionAndEnergyShield1"] = { affix = "", "(200-300)% increased Armour, Evasion and Energy Shield", statOrder = { 1361 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, + ["UniqueLocalArmourAndEvasionAndEnergyShield2"] = { affix = "", "(100-150)% increased Armour, Evasion and Energy Shield", statOrder = { 1361 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, + ["UniqueLocalArmourAndEvasionAndEnergyShield3"] = { affix = "", "(40-60)% increased Armour, Evasion and Energy Shield", statOrder = { 1361 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, + ["UniqueLocalArmourAndEvasionAndEnergyShield4"] = { affix = "", "(60-80)% increased Armour, Evasion and Energy Shield", statOrder = { 1361 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, + ["UniqueReducedLocalAttributeRequirements1"] = { affix = "", "25% reduced Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["UniqueReducedLocalAttributeRequirements2"] = { affix = "", "25% reduced Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["UniqueReducedLocalAttributeRequirements3"] = { affix = "", "50% increased Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["UniqueReducedLocalAttributeRequirements4"] = { affix = "", "50% increased Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["UniqueReducedLocalAttributeRequirements5"] = { affix = "", "100% increased Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, ["UniqueStunThreshold1"] = { affix = "", "+(40-60) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, ["UniqueStunThreshold2"] = { affix = "", "+(30-50) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, ["UniqueStunThreshold3"] = { affix = "", "+(200-300) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, @@ -803,352 +826,370 @@ return { ["UniqueStunThreshold17"] = { affix = "", "+(100-150) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, ["UniqueStunThreshold18"] = { affix = "", "+(100-150) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, ["UniqueStunThreshold19"] = { affix = "", "+(150-200) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, - ["UniqueMovementVelocity1"] = { affix = "", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity2"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity3"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity4"] = { affix = "", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity5"] = { affix = "", "15% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity6"] = { affix = "", "10% reduced Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity7"] = { affix = "", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity8"] = { affix = "", "20% reduced Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity9"] = { affix = "", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity10"] = { affix = "", "(15-25)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity11"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity12"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity13"] = { affix = "", "15% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity14"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity15"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity16"] = { affix = "", "15% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity17"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity18"] = { affix = "", "10% reduced Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity19"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity20"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity21"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity22"] = { affix = "", "(15-30)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity23"] = { affix = "", "10% reduced Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueMovementVelocity24"] = { affix = "", "10% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["UniqueAttackerTakesDamage1"] = { affix = "", "(4-5) to (8-10) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage2"] = { affix = "", "(3-5) to (6-10) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage3"] = { affix = "", "(15-20) to (25-30) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage4"] = { affix = "", "(10-15) to (20-25) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage5"] = { affix = "", "(10-15) to (20-25) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage6"] = { affix = "", "(25-30) to (35-40) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage7"] = { affix = "", "(24-35) to (35-53) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAttackerTakesDamage8"] = { affix = "", "(20-31) to (31-49) Physical Thorns damage", statOrder = { 9217 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, - ["UniqueAddedPhysicalDamage1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage2"] = { affix = "", "Adds (3-5) to (8-10) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage3"] = { affix = "", "Adds (2-3) to (5-6) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage4"] = { affix = "", "Adds (6-10) to (12-16) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage5"] = { affix = "", "Adds (7-11) to (14-20) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage6"] = { affix = "", "Adds (6-10) to (13-17) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage7"] = { affix = "", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedPhysicalDamage8"] = { affix = "", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 845 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, - ["UniqueAddedFireDamage1"] = { affix = "", "Adds (3-5) to (6-9) Fire damage to Attacks", statOrder = { 846 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, - ["UniqueAddedColdDamage1"] = { affix = "", "Adds (3-5) to (6-8) Cold damage to Attacks", statOrder = { 847 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["UniqueAddedColdDamage2"] = { affix = "", "Adds (3-4) to (5-8) Cold damage to Attacks", statOrder = { 847 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["UniqueAddedColdDamage3"] = { affix = "", "Adds (13-20) to (21-31) Cold damage to Attacks", statOrder = { 847 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, - ["UniqueAddedLightningDamage1"] = { affix = "", "Adds 1 to (30-50) Lightning damage to Attacks", statOrder = { 848 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["UniqueAddedLightningDamage2"] = { affix = "", "Adds 1 to (60-100) Lightning damage to Attacks", statOrder = { 848 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["UniqueAddedLightningDamage3"] = { affix = "", "Adds 1 to (30-50) Lightning damage to Attacks", statOrder = { 848 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, - ["UniqueAddedChaosDamage1"] = { affix = "", "Adds (4-6) to (8-10) Chaos Damage to Attacks", statOrder = { 1233 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["UniqueAddedChaosDamage2"] = { affix = "", "Adds (13-19) to (20-30) Chaos Damage to Attacks", statOrder = { 1233 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["UniqueAddedChaosDamage3"] = { affix = "", "Adds (5-8) to (10-12) Chaos Damage to Attacks", statOrder = { 1233 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, - ["UniqueLocalAddedPhysicalDamage1"] = { affix = "", "Adds (4-6) to (7-10) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage2"] = { affix = "", "Adds (8-12) to (16-18) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage3"] = { affix = "", "Adds (2-3) to (6-8) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage4"] = { affix = "", "Adds (8-12) to (16-20) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage5"] = { affix = "", "Adds (10-14) to (16-20) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage6"] = { affix = "", "Adds (4-6) to (8-10) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage7"] = { affix = "", "Adds (5-7) to (10-12) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage8"] = { affix = "", "Adds (12-15) to (22-25) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage9"] = { affix = "", "Adds (18-22) to (24-28) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage10"] = { affix = "", "Adds (13-15) to (22-25) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage11"] = { affix = "", "Adds (16-20) to (23-27) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage12"] = { affix = "", "Adds (58-65) to (102-110) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage13"] = { affix = "", "Adds (30-36) to (75-81) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage14"] = { affix = "", "Adds (40-48) to (65-72) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage15"] = { affix = "", "Adds (25-35) to (40-50) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage16"] = { affix = "", "Adds (11-15) to (18-24) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage17"] = { affix = "", "Adds (39-48) to (69-79) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage18"] = { affix = "", "Adds (21-26) to (25-31) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage19"] = { affix = "", "Adds (13-17) to (22-28) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage20"] = { affix = "", "Adds (14-26) to (27-32) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage21"] = { affix = "", "Adds (14-18) to (30-36) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage22"] = { affix = "", "Adds (10-15) to (21-26) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage23"] = { affix = "", "Adds (40-52) to (71-82) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedPhysicalDamage24"] = { affix = "", "Adds (40-48) to (69-79) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["UniqueLocalAddedFireDamage1"] = { affix = "", "Adds (33-41) to (47-53) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["UniqueLocalAddedFireDamage2"] = { affix = "", "Adds (4-6) to (8-10) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["UniqueLocalAddedFireDamage3"] = { affix = "", "Adds (25-32) to (40-50) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["UniqueLocalAddedFireDamage4"] = { affix = "", "Adds (15-21) to (26-32) Fire Damage", statOrder = { 825 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, - ["UniqueLocalAddedColdDamage1"] = { affix = "", "Adds (8-10) to (15-18) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedColdDamage2"] = { affix = "", "Adds (8-12) to (16-20) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedColdDamage3"] = { affix = "", "Adds (12-16) to (22-25) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedColdDamage4"] = { affix = "", "Adds (8-10) to (13-15) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedColdDamage5"] = { affix = "", "Adds (6-9) to (10-15) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedColdDamage6"] = { affix = "", "Adds (13-18) to (24-29) Cold Damage", statOrder = { 826 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, - ["UniqueLocalAddedLightningDamage1"] = { affix = "", "Adds 1 to (80-120) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalAddedLightningDamage2"] = { affix = "", "Adds 1 to (40-45) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalAddedLightningDamage3"] = { affix = "", "Adds 1 to (50-55) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalAddedLightningDamage4"] = { affix = "", "Adds 1 to (60-80) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalAddedLightningDamage5"] = { affix = "", "Adds 1 to (19-29) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalAddedLightningDamage6"] = { affix = "", "Adds 1 to (200-300) Lightning Damage", statOrder = { 827 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, - ["UniqueLocalChaosDamage1"] = { affix = "", "Adds (25-36) to (44-55) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["UniqueLocalChaosDamage2"] = { affix = "", "Adds (167-201) to (267-333) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["UniqueNearbyAlliesAddedFireDamage1"] = { affix = "", "Allies in your Presence deal (15-23) to (28-35) added Attack Fire Damage", statOrder = { 886 }, level = 82, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, - ["UniqueNearbyAlliesAddedColdDamage1"] = { affix = "", "Allies in your Presence deal (15-23) to (28-35) added Attack Cold Damage", statOrder = { 887 }, level = 82, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, - ["UniqueNearbyAlliesAddedLightningDamage1"] = { affix = "", "Allies in your Presence deal 1 to (56-70) added Attack Lightning Damage", statOrder = { 888 }, level = 82, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, - ["UniqueIncreasedPhysicalDamagePercent1"] = { affix = "", "(10-20)% increased Global Physical Damage", statOrder = { 1130 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, - ["UniqueLocalIncreasedPhysicalDamagePercent1"] = { affix = "", "(200-300)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent2"] = { affix = "", "(100-150)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent3"] = { affix = "", "(120-160)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent4"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent5"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent6"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent7"] = { affix = "", "(40-60)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent8"] = { affix = "", "(100-150)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent9"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent10"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent11"] = { affix = "", "(250-350)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent12"] = { affix = "", "(150-200)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent13"] = { affix = "", "(120-150)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueLocalIncreasedPhysicalDamagePercent14"] = { affix = "", "(150-240)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueNearbyAlliesAllDamage1"] = { affix = "", "Allies in your Presence deal 50% increased Damage", statOrder = { 884 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1798257884, }, - ["UniqueSpellDamageOnWeapon1"] = { affix = "", "(20-40)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon2"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon3"] = { affix = "", "(60-80)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon4"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon5"] = { affix = "", "(60-80)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon6"] = { affix = "", "(60-100)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon7"] = { affix = "", "(80-120)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamageOnWeapon8"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueFireDamageOnWeapon1"] = { affix = "", "(80-120)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["UniqueColdDamageOnWeapon1"] = { affix = "", "(80-120)% increased Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["UniqueLightningDamageOnWeapon1"] = { affix = "", "(80-120)% increased Lightning Damage", statOrder = { 859 }, level = 1, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["UniqueGlobalSpellGemsLevel1"] = { affix = "", "+(1-3) to Level of all Spell Skills", statOrder = { 922 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["UniqueGlobalSpellGemsLevel2"] = { affix = "", "+3 to Level of all Spell Skills", statOrder = { 922 }, level = 82, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, - ["UniqueGlobalFireGemLevel1"] = { affix = "", "+(1-4) to Level of all Fire Skills", statOrder = { 5999 }, level = 1, group = "GlobalFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, tradeHash = 599749213, }, - ["UniqueGlobalLightningGemLevel1"] = { affix = "", "+1 to Level of all Lightning Skills", statOrder = { 6850 }, level = 1, group = "GlobalLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, tradeHash = 1147690586, }, - ["UniqueGlobalLightningGemLevel2"] = { affix = "", "+(2-4) to Level of all Lightning Skills", statOrder = { 6850 }, level = 1, group = "GlobalLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, tradeHash = 1147690586, }, - ["UniqueGlobalElementalGemLevel1"] = { affix = "", "+(2-4) to Level of all Elemental Skills", statOrder = { 5767 }, level = 1, group = "GlobalElementalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2901213448, }, - ["UniqueGlobalMinionSpellSkillGemLevel1"] = { affix = "", "+(1-2) to Level of all Minion Skills", statOrder = { 929 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, - ["UniqueGlobalCurseGemLevel1"] = { affix = "", "+(1-2) to Level of all Curse Skills", statOrder = { 5432 }, level = 1, group = "GlobalCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 805298720, }, - ["UniqueGlobalIncreaseMeleeSkillGemLevel1"] = { affix = "", "+(2-3) to Level of all Melee Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 9187492, }, - ["UniqueLifeRegeneration1"] = { affix = "", "(10-20) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration2"] = { affix = "", "(7-12) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration3"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration4"] = { affix = "", "(3-6) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration5"] = { affix = "", "(0-6) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration6"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration7"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration8"] = { affix = "", "(20-25) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration9"] = { affix = "", "(3.1-6) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration10"] = { affix = "", "(15-25) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration11"] = { affix = "", "(3-5) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration12"] = { affix = "", "(6-10) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration13"] = { affix = "", "(3-6) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration14"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration15"] = { affix = "", "(3-5) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration16"] = { affix = "", "(30-60) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration17"] = { affix = "", "(10-20) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration18"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration19"] = { affix = "", "(8-12) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration20"] = { affix = "", "(8-12) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration21"] = { affix = "", "(5-10) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration22"] = { affix = "", "(25-35) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration23"] = { affix = "", "(15-30) Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueLifeRegeneration24"] = { affix = "", "5 Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["UniqueManaRegeneration1"] = { affix = "", "(10-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration2"] = { affix = "", "(15-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration4"] = { affix = "", "100% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration5"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration6"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration7"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration8"] = { affix = "", "50% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration9"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration11"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration12"] = { affix = "", "50% reduced Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration14"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration15"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration16"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration17"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration18"] = { affix = "", "(25-35)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 40, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration19"] = { affix = "", "(25-35)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 40, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration20"] = { affix = "", "25% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration21"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration22"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration23"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration24"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration25"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration26"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration27"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration28"] = { affix = "", "40% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration29"] = { affix = "", "50% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration30"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueManaRegeneration31"] = { affix = "", "(-30-30)% reduced Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["UniqueLifeLeech1"] = { affix = "", "Leech 5% of Physical Attack Damage as Life", statOrder = { 966 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["UniqueLifeLeechLocal1"] = { affix = "", "Leeches (5-8)% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["UniqueLifeLeechLocal2"] = { affix = "", "Leeches 10% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["UniqueLifeLeechLocal3"] = { affix = "", "Leeches (10-20)% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["UniqueManaLeechLocal1"] = { affix = "", "Leeches (4-7)% of Physical Damage as Mana", statOrder = { 973 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, - ["UniqueLifeGainedFromEnemyDeath1"] = { affix = "", "Gain 3 Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath2"] = { affix = "", "Gain 10 Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath3"] = { affix = "", "Gain (7-10) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath4"] = { affix = "", "Gain (20-30) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath5"] = { affix = "", "Gain (20-30) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath6"] = { affix = "", "Gain (10-20) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath7"] = { affix = "", "Gain (10-15) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath8"] = { affix = "", "Gain 30 Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath9"] = { affix = "", "Gain (5-10) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath10"] = { affix = "", "Lose 10 Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueLifeGainedFromEnemyDeath11"] = { affix = "", "Gain (30-50) Life per Enemy Killed", statOrder = { 970 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, - ["UniqueManaGainedFromEnemyDeath1"] = { affix = "", "Lose 3 Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath2"] = { affix = "", "Gain (1-10) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath3"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath4"] = { affix = "", "Gain (4-6) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath5"] = { affix = "", "Gain (20-30) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath6"] = { affix = "", "Gain (12-18) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath7"] = { affix = "", "Gain 5 Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath8"] = { affix = "", "Gain (25-35) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath9"] = { affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath10"] = { affix = "", "Gain (25-35) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueManaGainedFromEnemyDeath11"] = { affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 975 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, - ["UniqueLifeGainPerTarget1"] = { affix = "", "Gain 25 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["UniqueLifeGainPerTarget2"] = { affix = "", "Gain 5 Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["UniqueManaGainPerTarget1"] = { affix = "", "Gain 15 Mana per Enemy Hit with Attacks", statOrder = { 1447 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, - ["UniqueIncreasedAttackSpeed1"] = { affix = "", "(4-6)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed2"] = { affix = "", "(4-8)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed3"] = { affix = "", "5% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed4"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed5"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed6"] = { affix = "", "(10-15)% reduced Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed7"] = { affix = "", "5% reduced Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed8"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed9"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed10"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueIncreasedAttackSpeed11"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["UniqueLocalIncreasedAttackSpeed1"] = { affix = "", "10% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed2"] = { affix = "", "100% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed3"] = { affix = "", "(15-30)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed4"] = { affix = "", "10% reduced Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed5"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed6"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed7"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed8"] = { affix = "", "(30-40)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed9"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed10"] = { affix = "", "(5-30)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed11"] = { affix = "", "(20-30)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed12"] = { affix = "", "20% reduced Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed13"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed14"] = { affix = "", "10% reduced Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed15"] = { affix = "", "50% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed16"] = { affix = "", "(10-15)% reduced Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed17"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed18"] = { affix = "", "10% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed19"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed20"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed21"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueLocalIncreasedAttackSpeed22"] = { affix = "", "10% increased Attack Speed", statOrder = { 919 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniqueNearbyAlliesIncreasedAttackSpeed1"] = { affix = "", "Allies in your Presence have (10-20)% increased Attack Speed", statOrder = { 893 }, level = 1, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, - ["UniqueIncreasedCastSpeed1"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed2"] = { affix = "", "(7-10)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed3"] = { affix = "", "(15-25)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed4"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed5"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed6"] = { affix = "", "(15-25)% reduced Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed7"] = { affix = "", "(6-12)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed8"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed9"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed10"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed11"] = { affix = "", "(20-30)% increased Cast Speed", statOrder = { 940 }, level = 71, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed12"] = { affix = "", "15% reduced Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed13"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed14"] = { affix = "", "(6-8)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed15"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed16"] = { affix = "", "(10-20)% reduced Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueIncreasedCastSpeed17"] = { affix = "", "(15-30)% increased Cast Speed", statOrder = { 940 }, level = 82, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["UniqueNearbyAlliesIncreasedCastSpeed1"] = { affix = "", "Allies in your Presence have (10-20)% increased Cast Speed", statOrder = { 894 }, level = 1, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, - ["UniqueIncreasedAccuracy1"] = { affix = "", "+(200-300) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy2"] = { affix = "", "+(50-100) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy3"] = { affix = "", "+(0-60) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy4"] = { affix = "", "+(60-100) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy5"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy6"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy7"] = { affix = "", "+(75-125) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy8"] = { affix = "", "+(75-125) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy9"] = { affix = "", "+(150-200) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy10"] = { affix = "", "+(200-400) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy11"] = { affix = "", "+(200-300) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueIncreasedAccuracy12"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, - ["UniqueLocalIncreasedAccuracy1"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy2"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy3"] = { affix = "", "+(50-70) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy4"] = { affix = "", "+(50-100) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy6"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueLocalIncreasedAccuracy8"] = { affix = "", "+(300-500) to Accuracy Rating", statOrder = { 828 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, - ["UniqueCriticalStrikeChance1"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance2"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance3"] = { affix = "", "(30-40)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance4"] = { affix = "", "(0-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance5"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance6"] = { affix = "", "(15-25)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance7"] = { affix = "", "(25-35)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance8"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance9"] = { affix = "", "(100-200)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance10"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance11"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance12"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance13"] = { affix = "", "(15-25)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance14"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueCriticalStrikeChance15"] = { affix = "", "100% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, - ["UniqueLocalCriticalStrikeChance1"] = { affix = "", "+15% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance2"] = { affix = "", "+(3-5)% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance3"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance4"] = { affix = "", "+(5-10)% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance5"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance6"] = { affix = "", "+(4-6)% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance7"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueLocalCriticalStrikeChance8"] = { affix = "", "+(10-20)% to Critical Hit Chance", statOrder = { 917 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, - ["UniqueSpellCriticalStrikeChance1"] = { affix = "", "(20-40)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["UniqueSpellCriticalStrikeChance2"] = { affix = "", "(30-50)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["UniqueSpellCriticalStrikeChance3"] = { affix = "", "(30-50)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["UniqueNearbyAlliesCriticalStrikeChance1"] = { affix = "", "Allies in your Presence have (20-30)% increased Critical Hit Chance", statOrder = { 891 }, level = 1, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["UniqueNearbyAlliesCriticalStrikeChance2"] = { affix = "", "Allies in your Presence have (30-50)% increased Critical Hit Chance", statOrder = { 891 }, level = 1, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1250712710, }, - ["UniqueCriticalMultiplier1"] = { affix = "", "(10-15)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["UniqueCriticalMultiplier2"] = { affix = "", "(20-30)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["UniqueCriticalMultiplier3"] = { affix = "", "(20-30)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["UniqueLocalCriticalMultiplier1"] = { affix = "", "+(30-40)% to Critical Damage Bonus", statOrder = { 918 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["UniqueLocalCriticalMultiplier2"] = { affix = "", "+(20-30)% to Critical Damage Bonus", statOrder = { 918 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, - ["UniqueSpellCriticalStrikeMultiplier1"] = { affix = "", "(30-50)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 1, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["UniqueSpellCriticalStrikeMultiplier2"] = { affix = "", "(20-30)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 1, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, - ["UniqueNearbyAlliesCriticalMultiplier1"] = { affix = "", "Allies in your Presence have (30-50)% increased Critical Damage Bonus", statOrder = { 892 }, level = 1, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, - ["UniqueItemFoundRarityIncrease1"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease2"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease3"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease4"] = { affix = "", "(5-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease5"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease6"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease7"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease8"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease9"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease10"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease11"] = { affix = "", "(0-20)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease12"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease13"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease14"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease15"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 916 }, level = 50, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease16"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease17"] = { affix = "", "(-25-25)% reduced Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease18"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease19"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease20"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease21"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["UniqueItemFoundRarityIncrease22"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueStunThreshold20"] = { affix = "", "+(200-300) to Stun Threshold", statOrder = { 990 }, level = 1, group = "StunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 915769802, }, + ["UniqueMovementVelocity1"] = { affix = "", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity2"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity3"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity4"] = { affix = "", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity5"] = { affix = "", "15% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity6"] = { affix = "", "10% reduced Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity7"] = { affix = "", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity8"] = { affix = "", "20% reduced Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity9"] = { affix = "", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity10"] = { affix = "", "(15-25)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity11"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity12"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity13"] = { affix = "", "15% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity14"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity15"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity16"] = { affix = "", "15% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity17"] = { affix = "", "(10-15)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity18"] = { affix = "", "10% reduced Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity19"] = { affix = "", "(10-20)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity20"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity21"] = { affix = "", "(20-30)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity22"] = { affix = "", "(15-30)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity23"] = { affix = "", "10% reduced Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity24"] = { affix = "", "10% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueMovementVelocity25"] = { affix = "", "(5-15)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["UniqueCannotSprint1"] = { affix = "", "You cannot Sprint", statOrder = { 4905 }, level = 1, group = "CannotSprint", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1536107934, }, + ["UniqueAttackerTakesDamage1"] = { affix = "", "(4-5) to (8-10) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage2"] = { affix = "", "(3-5) to (6-10) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage3"] = { affix = "", "(15-20) to (25-30) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage4"] = { affix = "", "(10-15) to (20-25) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage5"] = { affix = "", "(10-15) to (20-25) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage6"] = { affix = "", "(25-30) to (35-40) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage7"] = { affix = "", "(24-35) to (35-53) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAttackerTakesDamage8"] = { affix = "", "(20-31) to (31-49) Physical Thorns damage", statOrder = { 9483 }, level = 1, group = "ThornsPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2881298780, }, + ["UniqueAddedPhysicalDamage1"] = { affix = "", "Adds 1 to 4 Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage2"] = { affix = "", "Adds (3-5) to (8-10) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage3"] = { affix = "", "Adds (2-3) to (5-6) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage4"] = { affix = "", "Adds (6-10) to (12-16) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage5"] = { affix = "", "Adds (7-11) to (14-20) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage6"] = { affix = "", "Adds (6-10) to (13-17) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage7"] = { affix = "", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedPhysicalDamage8"] = { affix = "", "Adds (5-7) to (9-13) Physical Damage to Attacks", statOrder = { 840 }, level = 1, group = "PhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3032590688, }, + ["UniqueAddedFireDamage1"] = { affix = "", "Adds (3-5) to (6-9) Fire damage to Attacks", statOrder = { 841 }, level = 1, group = "FireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 1573130764, }, + ["UniqueAddedColdDamage1"] = { affix = "", "Adds (3-5) to (6-8) Cold damage to Attacks", statOrder = { 842 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["UniqueAddedColdDamage2"] = { affix = "", "Adds (3-4) to (5-8) Cold damage to Attacks", statOrder = { 842 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["UniqueAddedColdDamage3"] = { affix = "", "Adds (13-20) to (21-31) Cold damage to Attacks", statOrder = { 842 }, level = 1, group = "ColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 4067062424, }, + ["UniqueAddedLightningDamage1"] = { affix = "", "Adds 1 to (30-50) Lightning damage to Attacks", statOrder = { 843 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["UniqueAddedLightningDamage2UNUSED"] = { affix = "", "Adds 1 to (60-100) Lightning damage to Attacks", statOrder = { 843 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["UniqueAddedLightningDamage3"] = { affix = "", "Adds 1 to (30-50) Lightning damage to Attacks", statOrder = { 843 }, level = 1, group = "LightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1754445556, }, + ["UniqueAddedChaosDamage1"] = { affix = "", "Adds (4-6) to (8-10) Chaos Damage to Attacks", statOrder = { 1221 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["UniqueAddedChaosDamage2"] = { affix = "", "Adds (13-19) to (20-30) Chaos Damage to Attacks", statOrder = { 1221 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["UniqueAddedChaosDamage3"] = { affix = "", "Adds (5-8) to (10-12) Chaos Damage to Attacks", statOrder = { 1221 }, level = 1, group = "ChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 674553446, }, + ["UniqueLocalAddedPhysicalDamage1"] = { affix = "", "Adds (4-6) to (7-10) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage2"] = { affix = "", "Adds (8-12) to (16-18) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage3"] = { affix = "", "Adds (2-3) to (6-8) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage4"] = { affix = "", "Adds (8-12) to (16-20) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage5"] = { affix = "", "Adds (10-14) to (16-20) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage6"] = { affix = "", "Adds (4-6) to (8-10) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage7"] = { affix = "", "Adds (5-7) to (10-12) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage8"] = { affix = "", "Adds (12-15) to (22-25) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage9"] = { affix = "", "Adds (18-22) to (24-28) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage10"] = { affix = "", "Adds (13-15) to (22-25) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage11"] = { affix = "", "Adds (16-20) to (23-27) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage12"] = { affix = "", "Adds (58-65) to (102-110) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage13"] = { affix = "", "Adds (30-36) to (75-81) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage14"] = { affix = "", "Adds (40-48) to (65-72) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage15"] = { affix = "", "Adds (25-35) to (40-50) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage16"] = { affix = "", "Adds (11-15) to (18-24) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage17"] = { affix = "", "Adds (39-48) to (69-79) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage18"] = { affix = "", "Adds (21-26) to (25-31) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage19"] = { affix = "", "Adds (13-17) to (22-28) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage20"] = { affix = "", "Adds (14-26) to (27-32) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage21"] = { affix = "", "Adds (14-18) to (30-36) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage22"] = { affix = "", "Adds (10-15) to (21-26) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage23"] = { affix = "", "Adds (40-52) to (71-82) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage24"] = { affix = "", "Adds (14-21) to (25-37) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage25"] = { affix = "", "Adds (23-30) to (35-55) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedPhysicalDamage26"] = { affix = "", "Adds (35-47) to (53-79) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["UniqueLocalAddedFireDamage1"] = { affix = "", "Adds (33-41) to (47-53) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedFireDamage2"] = { affix = "", "Adds (4-6) to (8-10) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedFireDamage3"] = { affix = "", "Adds (25-32) to (40-50) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedFireDamage4"] = { affix = "", "Adds (15-21) to (26-32) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedFireDamage5"] = { affix = "", "Adds (76-98) to (126-193) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedFireDamage6"] = { affix = "", "Adds (71-93) to (107-168) Fire Damage", statOrder = { 821 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 709508406, }, + ["UniqueLocalAddedColdDamage1"] = { affix = "", "Adds (8-10) to (15-18) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedColdDamage2"] = { affix = "", "Adds (8-12) to (16-20) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedColdDamage3"] = { affix = "", "Adds (12-16) to (22-25) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedColdDamage4"] = { affix = "", "Adds (8-10) to (13-15) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedColdDamage5"] = { affix = "", "Adds (6-9) to (10-15) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedColdDamage6"] = { affix = "", "Adds (13-18) to (24-29) Cold Damage", statOrder = { 822 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1037193709, }, + ["UniqueLocalAddedLightningDamage1"] = { affix = "", "Adds 1 to (80-120) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage2"] = { affix = "", "Adds 1 to (40-45) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage3"] = { affix = "", "Adds 1 to (50-55) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage4"] = { affix = "", "Adds 1 to (60-80) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage5"] = { affix = "", "Adds 1 to (19-29) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage6"] = { affix = "", "Adds 1 to (200-300) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalAddedLightningDamage7"] = { affix = "", "Adds 1 to (133-247) Lightning Damage", statOrder = { 823 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3336890334, }, + ["UniqueLocalChaosDamage1"] = { affix = "", "Adds (25-36) to (44-55) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["UniqueLocalChaosDamage2"] = { affix = "", "Adds (167-201) to (267-333) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["UniqueNearbyAlliesAddedFireDamage1"] = { affix = "", "Allies in your Presence deal (15-23) to (28-35) added Attack Fire Damage", statOrder = { 880 }, level = 82, group = "AlliesInPresenceAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 849987426, }, + ["UniqueNearbyAlliesAddedColdDamage1"] = { affix = "", "Allies in your Presence deal (15-23) to (28-35) added Attack Cold Damage", statOrder = { 881 }, level = 82, group = "AlliesInPresenceAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2347036682, }, + ["UniqueNearbyAlliesAddedLightningDamage1"] = { affix = "", "Allies in your Presence deal 1 to (56-70) added Attack Lightning Damage", statOrder = { 882 }, level = 82, group = "AlliesInPresenceAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2854751904, }, + ["UniqueIncreasedPhysicalDamagePercent1"] = { affix = "", "(10-20)% increased Global Physical Damage", statOrder = { 1118 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, + ["UniqueLocalIncreasedPhysicalDamagePercent1"] = { affix = "", "(200-300)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent2"] = { affix = "", "(100-150)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent3"] = { affix = "", "(120-160)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent4"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent5"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent6"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent7"] = { affix = "", "(40-60)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent8"] = { affix = "", "(100-150)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent9"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent10"] = { affix = "", "(80-120)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent11"] = { affix = "", "(250-350)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent12"] = { affix = "", "(150-200)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent13"] = { affix = "", "(120-150)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent14"] = { affix = "", "(150-240)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueLocalIncreasedPhysicalDamagePercent16"] = { affix = "", "(600-700)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueNearbyAlliesAllDamage1"] = { affix = "", "Allies in your Presence deal 50% increased Damage", statOrder = { 878 }, level = 1, group = "AlliesInPresenceAllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1798257884, }, + ["UniqueSpellDamageOnWeapon1"] = { affix = "", "(20-40)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon2"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon3"] = { affix = "", "(60-80)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon4"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon5"] = { affix = "", "(60-80)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon6"] = { affix = "", "(60-100)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon7"] = { affix = "", "(80-120)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamageOnWeapon8"] = { affix = "", "(80-100)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueFireDamageOnWeapon1"] = { affix = "", "(80-120)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["UniqueColdDamageOnWeapon1"] = { affix = "", "(80-120)% increased Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["UniqueLightningDamageOnWeapon1"] = { affix = "", "(80-120)% increased Lightning Damage", statOrder = { 854 }, level = 1, group = "LightningDamageWeaponPrefix", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["UniqueGlobalSpellGemsLevel1"] = { affix = "", "+(1-3) to Level of all Spell Skills", statOrder = { 919 }, level = 1, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["UniqueGlobalSpellGemsLevel2"] = { affix = "", "+3 to Level of all Spell Skills", statOrder = { 919 }, level = 82, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem" }, tradeHash = 124131830, }, + ["UniqueGlobalFireGemLevel1"] = { affix = "", "+(1-4) to Level of all Fire Skills", statOrder = { 6090 }, level = 1, group = "GlobalFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, tradeHash = 599749213, }, + ["UniqueGlobalLightningGemLevel1"] = { affix = "", "+1 to Level of all Lightning Skills", statOrder = { 6988 }, level = 1, group = "GlobalLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, tradeHash = 1147690586, }, + ["UniqueGlobalLightningGemLevel2"] = { affix = "", "+(2-4) to Level of all Lightning Skills", statOrder = { 6988 }, level = 1, group = "GlobalLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, tradeHash = 1147690586, }, + ["UniqueGlobalElementalGemLevel1"] = { affix = "", "+(2-4) to Level of all Elemental Skills", statOrder = { 5831 }, level = 1, group = "GlobalElementalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2901213448, }, + ["UniqueGlobalMinionSpellSkillGemLevel1"] = { affix = "", "+(1-2) to Level of all Minion Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["UniqueGlobalMinionSpellSkillGemLevel2"] = { affix = "", "+(2-3) to Level of all Minion Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, tradeHash = 2162097452, }, + ["UniqueGlobalCurseGemLevel1"] = { affix = "", "+(1-2) to Level of all Curse Skills", statOrder = { 5479 }, level = 1, group = "GlobalCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 805298720, }, + ["UniqueGlobalIncreaseMeleeSkillGemLevel1"] = { affix = "", "+(2-3) to Level of all Melee Skills", statOrder = { 924 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 9187492, }, + ["UniqueLifeRegeneration1"] = { affix = "", "(10-20) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration2"] = { affix = "", "(7-12) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration3"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration4"] = { affix = "", "(3-6) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration5"] = { affix = "", "(0-6) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration6"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration7"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration8"] = { affix = "", "(20-25) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration9"] = { affix = "", "(3.1-6) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration10"] = { affix = "", "(15-25) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration11"] = { affix = "", "(3-5) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration12"] = { affix = "", "(6-10) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration13"] = { affix = "", "(3-6) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration14"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration15"] = { affix = "", "(3-5) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration16"] = { affix = "", "(30-60) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration17"] = { affix = "", "(10-20) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration18"] = { affix = "", "(10-15) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration19"] = { affix = "", "(8-12) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration20"] = { affix = "", "(8-12) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration21"] = { affix = "", "(5-10) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration22"] = { affix = "", "(25-35) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration23"] = { affix = "", "(15-30) Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueLifeRegeneration24"] = { affix = "", "5 Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["UniqueManaRegeneration1"] = { affix = "", "(10-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration2"] = { affix = "", "(15-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration3"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration4"] = { affix = "", "100% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration5"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration6"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration7"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration8"] = { affix = "", "50% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration9"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration10"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration11"] = { affix = "", "(20-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration12"] = { affix = "", "50% reduced Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration13"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration14"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration15"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration16"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration17"] = { affix = "", "(25-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration18"] = { affix = "", "(25-35)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 40, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration19"] = { affix = "", "(25-35)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 40, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration20"] = { affix = "", "25% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration21"] = { affix = "", "(30-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration22"] = { affix = "", "(40-60)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration23"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration24"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration25"] = { affix = "", "(20-30)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration26"] = { affix = "", "(15-25)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration27"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration28"] = { affix = "", "40% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration29"] = { affix = "", "50% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration30"] = { affix = "", "(30-50)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueManaRegeneration31"] = { affix = "", "(-30-30)% reduced Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["UniqueLifeLeech1"] = { affix = "", "Leech 5% of Physical Attack Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["UniqueLifeLeechLocal1"] = { affix = "", "Leeches (5-8)% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["UniqueLifeLeechLocal2"] = { affix = "", "Leeches 10% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["UniqueLifeLeechLocal3"] = { affix = "", "Leeches (10-20)% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["UniqueManaLeechLocal1"] = { affix = "", "Leeches (4-7)% of Physical Damage as Mana", statOrder = { 974 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 669069897, }, + ["UniqueLifeGainedFromEnemyDeath1"] = { affix = "", "Gain 3 Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath2"] = { affix = "", "Gain 10 Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath3"] = { affix = "", "Gain (7-10) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath4"] = { affix = "", "Gain (20-30) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath5"] = { affix = "", "Gain (20-30) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath6"] = { affix = "", "Gain (10-20) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath7"] = { affix = "", "Gain (10-15) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath8"] = { affix = "", "Gain 30 Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath9"] = { affix = "", "Gain (5-10) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath10"] = { affix = "", "Lose 10 Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueLifeGainedFromEnemyDeath11"] = { affix = "", "Gain (30-50) Life per Enemy Killed", statOrder = { 971 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3695891184, }, + ["UniqueManaGainedFromEnemyDeath1"] = { affix = "", "Lose 3 Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath2"] = { affix = "", "Gain (1-10) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath3"] = { affix = "", "Gain 10 Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath4"] = { affix = "", "Gain (4-6) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath5"] = { affix = "", "Gain (20-30) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath6"] = { affix = "", "Gain (12-18) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath7"] = { affix = "", "Gain 5 Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath8"] = { affix = "", "Gain (25-35) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath9"] = { affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath10"] = { affix = "", "Gain (25-35) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueManaGainedFromEnemyDeath11"] = { affix = "", "Gain (10-15) Mana per Enemy Killed", statOrder = { 976 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1368271171, }, + ["UniqueLifeGainPerTarget1"] = { affix = "", "Gain 25 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["UniqueLifeGainPerTarget2"] = { affix = "", "Gain 5 Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["UniqueManaGainPerTarget1"] = { affix = "", "Gain 15 Mana per Enemy Hit with Attacks", statOrder = { 1430 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, + ["UniqueIncreasedAttackSpeed1"] = { affix = "", "(4-6)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed2"] = { affix = "", "(4-8)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed3"] = { affix = "", "5% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed4"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed5"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed6"] = { affix = "", "(10-15)% reduced Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed7"] = { affix = "", "5% reduced Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed8"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed9"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed10"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed11"] = { affix = "", "(5-10)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed13"] = { affix = "", "(1-11)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueIncreasedAttackSpeed14"] = { affix = "", "35% reduced Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed1"] = { affix = "", "10% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed2"] = { affix = "", "100% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed3"] = { affix = "", "(15-30)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed4"] = { affix = "", "10% reduced Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed5"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed6"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed7"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed8"] = { affix = "", "(30-40)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed9"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed10"] = { affix = "", "(5-30)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed11"] = { affix = "", "(20-30)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed12"] = { affix = "", "20% reduced Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed13"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed14"] = { affix = "", "10% reduced Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed15"] = { affix = "", "50% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed16"] = { affix = "", "(10-15)% reduced Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed17"] = { affix = "", "(10-15)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed18"] = { affix = "", "10% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed19"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed20"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed21"] = { affix = "", "(15-20)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed22"] = { affix = "", "10% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueLocalIncreasedAttackSpeed23"] = { affix = "", "(7-16)% increased Attack Speed", statOrder = { 916 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniqueNearbyAlliesIncreasedAttackSpeed1"] = { affix = "", "Allies in your Presence have (10-20)% increased Attack Speed", statOrder = { 890 }, level = 1, group = "AlliesInPresenceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1998951374, }, + ["UniqueIncreasedCastSpeed1"] = { affix = "", "(5-10)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed2"] = { affix = "", "(7-10)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed3"] = { affix = "", "(15-25)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed4"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed5"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed6"] = { affix = "", "(15-25)% reduced Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed7"] = { affix = "", "(6-12)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed8"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed9"] = { affix = "", "(10-15)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed10"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed11"] = { affix = "", "(20-30)% increased Cast Speed", statOrder = { 938 }, level = 71, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed12"] = { affix = "", "15% reduced Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed13"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed14"] = { affix = "", "(6-8)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed15"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed16"] = { affix = "", "(10-20)% reduced Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed17"] = { affix = "", "(15-30)% increased Cast Speed", statOrder = { 938 }, level = 82, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueIncreasedCastSpeed18"] = { affix = "", "(10-20)% increased Cast Speed", statOrder = { 938 }, level = 82, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueNearbyAlliesIncreasedCastSpeed1"] = { affix = "", "Allies in your Presence have (10-20)% increased Cast Speed", statOrder = { 891 }, level = 1, group = "AlliesInPresenceIncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 289128254, }, + ["UniqueIncreasedAccuracy1"] = { affix = "", "+(200-300) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy2"] = { affix = "", "+(50-100) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy3"] = { affix = "", "+(0-60) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy4"] = { affix = "", "+(60-100) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy5"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy6"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy7"] = { affix = "", "+(75-125) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy8"] = { affix = "", "+(75-125) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy9"] = { affix = "", "+(150-200) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy10"] = { affix = "", "+(200-400) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy11"] = { affix = "", "+(200-300) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy12"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy13"] = { affix = "", "+(300-600) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 803737631, }, + ["UniqueIncreasedAccuracy14"] = { affix = "", "-(300-200) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy1"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy2"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy3"] = { affix = "", "+(50-70) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy4"] = { affix = "", "+(50-100) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy5"] = { affix = "", "+(300-400) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy6"] = { affix = "", "+(30-50) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy7"] = { affix = "", "+(100-150) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueLocalIncreasedAccuracy8"] = { affix = "", "+(300-500) to Accuracy Rating", statOrder = { 824 }, level = 1, group = "LocalAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 691932474, }, + ["UniqueCriticalStrikeChance1"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance2"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance3"] = { affix = "", "(30-40)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance4"] = { affix = "", "(0-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance5"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance6"] = { affix = "", "(15-25)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance7"] = { affix = "", "(25-35)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance8"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance9"] = { affix = "", "(100-200)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance10"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance11"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance12"] = { affix = "", "(20-30)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance13"] = { affix = "", "(15-25)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance14"] = { affix = "", "(30-50)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueCriticalStrikeChance15"] = { affix = "", "100% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["UniqueLocalCriticalStrikeChance1"] = { affix = "", "+15% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance2"] = { affix = "", "+(3-5)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance3"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance4"] = { affix = "", "+(5-10)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance5"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance6"] = { affix = "", "+(4-6)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance7"] = { affix = "", "+5% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance8"] = { affix = "", "+(5-8)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueLocalCriticalStrikeChance9"] = { affix = "", "+(4-7)% to Critical Hit Chance", statOrder = { 914 }, level = 1, group = "LocalBaseCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 518292764, }, + ["UniqueSpellCriticalStrikeChance1"] = { affix = "", "(20-40)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["UniqueSpellCriticalStrikeChance2"] = { affix = "", "(30-50)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["UniqueSpellCriticalStrikeChance3"] = { affix = "", "(30-50)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["UniqueNearbyAlliesCriticalStrikeChance1"] = { affix = "", "Allies in your Presence have (20-30)% increased Critical Hit Chance", statOrder = { 888 }, level = 1, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["UniqueNearbyAlliesCriticalStrikeChance2"] = { affix = "", "Allies in your Presence have (30-50)% increased Critical Hit Chance", statOrder = { 888 }, level = 1, group = "AlliesInPresenceCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1250712710, }, + ["UniqueCriticalMultiplier1"] = { affix = "", "(10-15)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["UniqueCriticalMultiplier2"] = { affix = "", "(20-30)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["UniqueCriticalMultiplier3"] = { affix = "", "(20-30)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["UniqueLocalCriticalMultiplier1"] = { affix = "", "+(20-25)% to Critical Damage Bonus", statOrder = { 915 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["UniqueLocalCriticalMultiplier2"] = { affix = "", "+(20-30)% to Critical Damage Bonus", statOrder = { 915 }, level = 1, group = "LocalCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 2694482655, }, + ["UniqueSpellCriticalStrikeMultiplier1"] = { affix = "", "(30-50)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["UniqueSpellCriticalStrikeMultiplier2"] = { affix = "", "(20-30)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 274716455, }, + ["UniqueNearbyAlliesCriticalMultiplier1"] = { affix = "", "Allies in your Presence have (30-50)% increased Critical Damage Bonus", statOrder = { 889 }, level = 1, group = "AlliesInPresenceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3057012405, }, + ["UniqueItemFoundRarityIncrease1"] = { affix = "", "(40-50)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease2"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease3"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease4"] = { affix = "", "(5-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease5"] = { affix = "", "(50-70)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease6"] = { affix = "", "(6-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease7"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease8"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease9"] = { affix = "", "10% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease10"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease11"] = { affix = "", "(0-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease12"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease13"] = { affix = "", "(30-50)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease14"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease15"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 50, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease16"] = { affix = "", "(30-40)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease17"] = { affix = "", "(-25-25)% reduced Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease18"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease19"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease20"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease21"] = { affix = "", "(10-15)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease22"] = { affix = "", "(15-25)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["UniqueItemFoundRarityIncrease23"] = { affix = "", "(10-20)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, ["UniqueLightRadius1"] = { affix = "", "25% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["UniqueLightRadius2"] = { affix = "", "20% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["UniqueLightRadius3"] = { affix = "", "25% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, @@ -1169,53 +1210,54 @@ return { ["UniqueLightRadius18"] = { affix = "", "20% increased Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["UniqueLightRadius19"] = { affix = "", "10% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["UniqueLightRadius20"] = { affix = "", "23% reduced Light Radius", statOrder = { 999 }, level = 82, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, - ["UniqueLocalBlockChance1"] = { affix = "", "(30-40)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance2"] = { affix = "", "80% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance3"] = { affix = "", "(30-40)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance4"] = { affix = "", "(30-50)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance5"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance6"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance7"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance8"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance9"] = { affix = "", "(30-50)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance10"] = { affix = "", "(30-50)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance11"] = { affix = "", "(20-30)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance12"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance13"] = { affix = "", "30% reduced Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueLocalBlockChance14"] = { affix = "", "(20-30)% increased Block chance", statOrder = { 832 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, - ["UniqueIncreasedSpirit1"] = { affix = "", "+100 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit2"] = { affix = "", "+50 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit3"] = { affix = "", "+50 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit4"] = { affix = "", "+100 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit5"] = { affix = "", "+30 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit6"] = { affix = "", "+(25-35) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit7"] = { affix = "", "+(0-20) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit8"] = { affix = "", "+50 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit9"] = { affix = "", "+(20-40) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit10"] = { affix = "", "+(30-40) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit11"] = { affix = "", "+(30-50) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueIncreasedSpirit12"] = { affix = "", "+(10-30) to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["UniqueLocalIncreasedSpiritPercent1"] = { affix = "", "(30-50)% increased Spirit", statOrder = { 844 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, - ["UniqueLocalIncreasedSpiritPercent2"] = { affix = "", "(30-50)% increased Spirit", statOrder = { 844 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, - ["UniqueLocalIncreasedSpiritPercent3"] = { affix = "", "(25-35)% increased Spirit", statOrder = { 844 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, + ["UniqueLocalBlockChance1"] = { affix = "", "(10-15)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance2"] = { affix = "", "(80-100)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance3"] = { affix = "", "(15-20)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance4"] = { affix = "", "(20-25)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance5"] = { affix = "", "(20-30)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance6"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance7"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance8"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance9"] = { affix = "", "(30-50)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance10"] = { affix = "", "(20-30)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance11"] = { affix = "", "(10-15)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance12"] = { affix = "", "(40-60)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance13"] = { affix = "", "30% reduced Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueLocalBlockChance14"] = { affix = "", "(10-15)% increased Block chance", statOrder = { 828 }, level = 1, group = "LocalIncreasedBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2481353198, }, + ["UniqueIncreasedSpirit1"] = { affix = "", "+100 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit2"] = { affix = "", "+50 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit3"] = { affix = "", "+50 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit4"] = { affix = "", "+100 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit5"] = { affix = "", "+30 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit6"] = { affix = "", "+(25-35) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit7"] = { affix = "", "+(0-20) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit8"] = { affix = "", "+50 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit9"] = { affix = "", "+(20-40) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit10"] = { affix = "", "+(30-40) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit11"] = { affix = "", "+(30-50) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit12"] = { affix = "", "+(10-30) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueIncreasedSpirit13"] = { affix = "", "+(100-150) to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["UniqueLocalIncreasedSpiritPercent1"] = { affix = "", "(30-50)% increased Spirit", statOrder = { 839 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, + ["UniqueLocalIncreasedSpiritPercent2"] = { affix = "", "(30-50)% increased Spirit", statOrder = { 839 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, + ["UniqueLocalIncreasedSpiritPercent3"] = { affix = "", "(25-35)% increased Spirit", statOrder = { 839 }, level = 1, group = "LocalIncreasedSpiritPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3984865854, }, ["UniqueReducedBurnDuration1"] = { affix = "", "(30-50)% reduced Ignite Duration on you", statOrder = { 992 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 986397080, }, ["UniqueReducedBurnDuration2"] = { affix = "", "(30-50)% reduced Ignite Duration on you", statOrder = { 992 }, level = 1, group = "ReducedBurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 986397080, }, ["UniqueReducedShockDuration1"] = { affix = "", "(30-50)% reduced Shock duration on you", statOrder = { 995 }, level = 1, group = "ReducedShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 99927264, }, ["UniqueReducedChillDuration1"] = { affix = "", "(30-50)% reduced Chill Duration on you", statOrder = { 993 }, level = 1, group = "ReducedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1874553720, }, ["UniqueReducedFreezeDuration1"] = { affix = "", "(30-50)% reduced Freeze Duration on you", statOrder = { 994 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, ["UniqueReducedPoisonDuration1"] = { affix = "", "(40-60)% reduced Poison Duration on you", statOrder = { 996 }, level = 1, group = "ReducedPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3301100256, }, - ["UniqueReducedBleedDuration1"] = { affix = "", "(40-60)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["UniqueReducedBleedDuration2"] = { affix = "", "(40-60)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["UniqueReducedBleedDuration3"] = { affix = "", "(30-50)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["UniqueReducedBleedDuration4"] = { affix = "", "(40-60)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["UniqueAdditionalPhysicalDamageReduction1"] = { affix = "", "15% additional Physical Damage Reduction", statOrder = { 949 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3771516363, }, - ["UniqueMaximumFireResist1"] = { affix = "", "+(3-5)% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["UniqueMaximumFireResist2"] = { affix = "", "+5% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["UniqueMaximumColdResist1"] = { affix = "", "+(3-5)% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["UniqueMaximumColdResist2"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["UniqueMaximumLightningResist1"] = { affix = "", "+(3-5)% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["UniqueMaximumLightningResist2"] = { affix = "", "+5% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["UniqueMaximumElementalResistance1"] = { affix = "", "-(5-1)% to all Maximum Elemental Resistances", statOrder = { 950 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, + ["UniqueReducedBleedDuration1"] = { affix = "", "(40-60)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["UniqueReducedBleedDuration2"] = { affix = "", "(40-60)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["UniqueReducedBleedDuration3"] = { affix = "", "(30-50)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["UniqueReducedBleedDuration4"] = { affix = "", "(40-60)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 1, group = "ReducedBleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["UniqueAdditionalPhysicalDamageReduction1"] = { affix = "", "15% additional Physical Damage Reduction", statOrder = { 947 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3771516363, }, + ["UniqueMaximumFireResist1"] = { affix = "", "+(3-5)% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["UniqueMaximumFireResist2"] = { affix = "", "+5% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["UniqueMaximumColdResist1"] = { affix = "", "+(3-5)% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["UniqueMaximumColdResist2"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["UniqueMaximumLightningResist1"] = { affix = "", "+(3-5)% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["UniqueMaximumLightningResist2"] = { affix = "", "+5% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["UniqueMaximumElementalResistance1"] = { affix = "", "-(5-1)% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1978899297, }, ["UniqueEnergyShieldRechargeRate1"] = { affix = "", "(20-30)% reduced Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, ["UniqueEnergyShieldRechargeRate2"] = { affix = "", "50% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, ["UniqueEnergyShieldRechargeRate3"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, @@ -1224,1065 +1266,1062 @@ return { ["UniqueEnergyShieldRechargeRate6"] = { affix = "", "1000% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, ["UniqueEnergyShieldRechargeRate7"] = { affix = "", "(30-50)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, ["UniqueArrowPierceChance1"] = { affix = "", "(15-25)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2321178454, }, - ["UniqueAdditionalArrow1"] = { affix = "", "Bow Attacks fire 3 additional Arrows", statOrder = { 943 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3885405204, }, - ["UniqueFlaskLifeRecoveryRate1"] = { affix = "", "(30-50)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate2"] = { affix = "", "(40-60)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate3"] = { affix = "", "(20-30)% reduced Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate4"] = { affix = "", "(-25-25)% reduced Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate5"] = { affix = "", "(20-30)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate6"] = { affix = "", "(20-30)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskLifeRecoveryRate7"] = { affix = "", "(15-35)% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["UniqueFlaskManaRecoveryRate1"] = { affix = "", "(40-60)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["UniqueFlaskManaRecoveryRate2"] = { affix = "", "(-25-25)% reduced Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["UniqueFlaskManaRecoveryRate3"] = { affix = "", "(20-30)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["UniqueFlaskManaRecoveryRate4"] = { affix = "", "(20-30)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["UniqueIncreasedFlaskChargesGained1"] = { affix = "", "100% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["UniqueIncreasedFlaskChargesGained2"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["UniqueIncreasedFlaskChargesGained3"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["UniqueIncreasedFlaskChargesGained4"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["UniqueReducedFlaskChargesUsed1"] = { affix = "", "(20-30)% increased Flask Charges used", statOrder = { 977 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["UniqueReducedFlaskChargesUsed2"] = { affix = "", "50% increased Flask Charges used", statOrder = { 977 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["UniqueReducedFlaskChargesUsed3"] = { affix = "", "(10-15)% reduced Flask Charges used", statOrder = { 977 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["UniqueIncreasedCharmChargesGained1"] = { affix = "", "(-20-20)% reduced Charm Charges gained", statOrder = { 5146 }, level = 1, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, - ["UniqueIncreasedCharmChargesGained2"] = { affix = "", "(20-30)% increased Charm Charges gained", statOrder = { 5146 }, level = 1, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, - ["UniqueReducedCharmChargesUsed1"] = { affix = "", "(10-30)% increased Charm Charges used", statOrder = { 5148 }, level = 1, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, - ["UniqueReducedCharmChargesUsed2"] = { affix = "", "(-10-10)% reduced Charm Charges used", statOrder = { 5148 }, level = 1, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, - ["UniqueAdditionalCharm1"] = { affix = "", "+(0-2) Charm Slot", statOrder = { 942 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, - ["UniqueAdditionalCharm2"] = { affix = "", "+(1-2) Charm Slot", statOrder = { 942 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, - ["UniqueAdditionalCharm3"] = { affix = "", "+2 Charm Slots", statOrder = { 942 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, - ["UniqueIgniteChanceIncrease1"] = { affix = "", "100% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, - ["UniqueIgniteChanceIncrease2"] = { affix = "", "100% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, - ["UniqueIgniteChanceIncrease3"] = { affix = "", "50% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, + ["UniqueAdditionalArrow1"] = { affix = "", "Bow Attacks fire 3 additional Arrows", statOrder = { 941 }, level = 1, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3885405204, }, + ["UniqueFlaskLifeRecoveryRate1"] = { affix = "", "(30-50)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate2"] = { affix = "", "(40-60)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate3"] = { affix = "", "(20-30)% reduced Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate4"] = { affix = "", "(-25-25)% reduced Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate5"] = { affix = "", "(20-30)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate6"] = { affix = "", "(20-30)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskLifeRecoveryRate7"] = { affix = "", "(15-35)% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["UniqueFlaskManaRecoveryRate1"] = { affix = "", "(40-60)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["UniqueFlaskManaRecoveryRate2"] = { affix = "", "(-25-25)% reduced Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["UniqueFlaskManaRecoveryRate3"] = { affix = "", "(20-30)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["UniqueFlaskManaRecoveryRate4"] = { affix = "", "(20-30)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["UniqueIncreasedFlaskChargesGained1"] = { affix = "", "100% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["UniqueIncreasedFlaskChargesGained2"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["UniqueIncreasedFlaskChargesGained3"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["UniqueIncreasedFlaskChargesGained4"] = { affix = "", "(20-30)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["UniqueReducedFlaskChargesUsed1"] = { affix = "", "(20-30)% increased Flask Charges used", statOrder = { 978 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["UniqueReducedFlaskChargesUsed2"] = { affix = "", "50% increased Flask Charges used", statOrder = { 978 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["UniqueReducedFlaskChargesUsed3"] = { affix = "", "(10-15)% reduced Flask Charges used", statOrder = { 978 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["UniqueIncreasedCharmChargesGained1"] = { affix = "", "(-20-20)% reduced Charm Charges gained", statOrder = { 5177 }, level = 1, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, + ["UniqueIncreasedCharmChargesGained2"] = { affix = "", "(20-30)% increased Charm Charges gained", statOrder = { 5177 }, level = 1, group = "BeltIncreasedCharmChargesGained", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3585532255, }, + ["UniqueReducedCharmChargesUsed1"] = { affix = "", "(10-30)% increased Charm Charges used", statOrder = { 5179 }, level = 1, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, + ["UniqueReducedCharmChargesUsed2"] = { affix = "", "(-10-10)% reduced Charm Charges used", statOrder = { 5179 }, level = 1, group = "BeltReducedCharmChargesUsed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1570770415, }, + ["UniqueAdditionalCharm1"] = { affix = "", "+(0-2) Charm Slot", statOrder = { 940 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, + ["UniqueAdditionalCharm2"] = { affix = "", "+(1-2) Charm Slot", statOrder = { 940 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, + ["UniqueAdditionalCharm3"] = { affix = "", "+2 Charm Slots", statOrder = { 940 }, level = 1, group = "AdditionalCharm", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2582079000, }, + ["UniqueIgniteChanceIncrease1"] = { affix = "", "100% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, + ["UniqueIgniteChanceIncrease2"] = { affix = "", "100% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, + ["UniqueIgniteChanceIncrease3"] = { affix = "", "50% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, + ["UniqueIgniteChanceIncrease4"] = { affix = "", "(30-50)% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2968503605, }, ["UniqueFreezeDamageIncrease1"] = { affix = "", "100% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 473429811, }, ["UniqueFreezeDamageIncrease2"] = { affix = "", "(40-50)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 473429811, }, ["UniqueFreezeDamageIncrease3"] = { affix = "", "(30-50)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 473429811, }, ["UniqueFreezeDamageIncrease4"] = { affix = "", "(20-30)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 473429811, }, ["UniqueShockChanceIncrease1"] = { affix = "", "(50-100)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 293638271, }, ["UniqueShockChanceIncrease2"] = { affix = "", "(10-20)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 293638271, }, - ["UniqueShockChanceIncrease3"] = { affix = "", "(50-100)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 293638271, }, - ["UniqueStunDuration1"] = { affix = "", "(10-20)% increased Stun Duration", statOrder = { 982 }, level = 1, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 748522257, }, - ["UniqueStunDamageIncrease1"] = { affix = "", "(30-50)% increased Stun Buildup", statOrder = { 979 }, level = 1, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 239367161, }, - ["UniqueStunDamageIncrease2"] = { affix = "", "(20-30)% increased Stun Buildup", statOrder = { 979 }, level = 1, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 239367161, }, - ["UniqueLocalStunDamageIncrease1"] = { affix = "", "Causes (30-50)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, - ["UniqueLocalStunDamageIncrease2"] = { affix = "", "Causes (150-200)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, - ["UniqueSpellDamage1"] = { affix = "", "100% increased Spell Damage", statOrder = { 855 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamage2"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueSpellDamage3"] = { affix = "", "(60-100)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["UniqueFireDamagePercent1"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["UniqueFireDamagePercent2"] = { affix = "", "(20-40)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["UniqueColdDamagePercent1"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["UniqueColdDamagePercent2"] = { affix = "", "(10-20)% reduced Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["UniqueElementalDamagePercent1"] = { affix = "", "(15-30)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["UniqueWeaponElementalDamage1"] = { affix = "", "100% increased Elemental Damage with Attacks", statOrder = { 861 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, - ["UniqueProjectileSpeed1"] = { affix = "", "(40-60)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["UniqueProjectileSpeed2"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["UniqueProjectileSpeed3"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["UniqueDamageTakenGainedAsLife1"] = { affix = "", "(5-30)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["UniqueDamageTakenGainedAsLife2"] = { affix = "", "(5-10)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["UniqueDamageTakenGoesToMana1"] = { affix = "", "50% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["UniqueDamageTakenGoesToMana2"] = { affix = "", "(5-30)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["UniqueDamageGainedAsFire1"] = { affix = "", "Gain (40-60)% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["UniqueDamageGainedAsFire2"] = { affix = "", "Gain 25% of Damage as Extra Fire Damage", statOrder = { 849 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, - ["UniqueDamageGainedAsCold1"] = { affix = "", "Gain 25% of Damage as Extra Cold Damage", statOrder = { 851 }, level = 1, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, - ["UniqueDamageGainedAsLightning1"] = { affix = "", "Gain 25% of Damage as Extra Lightning Damage", statOrder = { 853 }, level = 1, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, - ["UniqueDamageGainedAsChaos1"] = { affix = "", "Gain 27% of Damage as Extra Chaos Damage", statOrder = { 1620 }, level = 1, group = "DamageGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3398787959, }, + ["UniqueShockChanceIncrease3UNUSED"] = { affix = "", "(50-100)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 293638271, }, + ["UniqueStunDuration1"] = { affix = "", "(10-20)% increased Stun Duration", statOrder = { 983 }, level = 1, group = "LocalStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 748522257, }, + ["UniqueStunDamageIncrease1"] = { affix = "", "(30-50)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 239367161, }, + ["UniqueStunDamageIncrease2"] = { affix = "", "(20-30)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 239367161, }, + ["UniqueLocalStunDamageIncrease1"] = { affix = "", "Causes (30-50)% increased Stun Buildup", statOrder = { 981 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, + ["UniqueLocalStunDamageIncrease2"] = { affix = "", "Causes (150-200)% increased Stun Buildup", statOrder = { 981 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, + ["UniqueLocalStunDamageIncrease3"] = { affix = "", "Causes (40-60)% increased Stun Buildup", statOrder = { 981 }, level = 1, group = "LocalStunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 791928121, }, + ["UniqueMeleeDamageAgainstStunnedEnemies1"] = { affix = "", "(35-50)% increased Melee Damage against Heavy Stunned enemies", statOrder = { 8245 }, level = 1, group = "MeleeDamageAgainstStunnedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2677352961, }, + ["UniqueSpellDamage1"] = { affix = "", "100% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamage2"] = { affix = "", "(20-30)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueSpellDamage3"] = { affix = "", "(60-100)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["UniqueFireDamagePercent1"] = { affix = "", "(20-30)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["UniqueFireDamagePercent2"] = { affix = "", "(20-40)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["UniqueColdDamagePercent1"] = { affix = "", "(20-30)% increased Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["UniqueColdDamagePercent2"] = { affix = "", "(10-20)% reduced Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["UniqueElementalDamagePercent1"] = { affix = "", "(15-30)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["UniqueWeaponElementalDamage1"] = { affix = "", "100% increased Elemental Damage with Attacks", statOrder = { 856 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 387439868, }, + ["UniqueProjectileSpeed1"] = { affix = "", "(40-60)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["UniqueProjectileSpeed2"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["UniqueProjectileSpeed3"] = { affix = "", "(20-30)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["UniqueDamageTakenGainedAsLife1"] = { affix = "", "(5-30)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["UniqueDamageTakenGainedAsLife2"] = { affix = "", "(5-10)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "DamageTakenGainedAsLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["UniqueDamageTakenGoesToMana1"] = { affix = "", "50% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["UniqueDamageTakenGoesToMana2"] = { affix = "", "(5-30)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["UniqueDamageGainedAsFire1"] = { affix = "", "Gain (40-60)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["UniqueDamageGainedAsFire2"] = { affix = "", "Gain 25% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["UniqueDamageGainedAsCold1"] = { affix = "", "Gain 25% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 1, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["UniqueDamageGainedAsLightning1"] = { affix = "", "Gain 25% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 1, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["UniqueDamageGainedAsChaos1"] = { affix = "", "Gain 27% of Damage as Extra Chaos Damage", statOrder = { 1599 }, level = 1, group = "DamageGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3398787959, }, ["UniquePresenceRadius1"] = { affix = "", "50% reduced Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 101878827, }, ["UniquePresenceRadius2"] = { affix = "", "50% reduced Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 101878827, }, ["UniquePresenceRadius3"] = { affix = "", "(30-60)% increased Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 101878827, }, - ["UniqueGlobalProjectileGemLevel1"] = { affix = "", "+(1-2) to Level of all Projectile Skills", statOrder = { 928 }, level = 1, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1202301673, }, - ["UniqueGlobalMeleeGemLevel1"] = { affix = "", "+(1-2) to Level of all Melee Skills", statOrder = { 927 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 9187492, }, - ["UniqueProjectileDamageIfMeleeHitRecently1"] = { affix = "", "(30-60)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8584 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3596695232, }, - ["UniqueMeleeDamageIfProjectileHitRecently1"] = { affix = "", "(30-60)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8046 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3028809864, }, - ["UniqueCursesNeverExpire1"] = { affix = "", "Your Curses have infinite Duration", statOrder = { 1847 }, level = 1, group = "CursesNeverExpire", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2609822974, }, - ["UniqueMinionLife1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionLife2"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionLife3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionLife4"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionLife5"] = { affix = "", "Minions have 50% reduced maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionLife6"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["UniqueMinionDamage1"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrder = { 1663 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, - ["UniqueFlaskChargesAddedPercent1"] = { affix = "", "(30-40)% increased Charges gained", statOrder = { 1001 }, level = 1, group = "FlaskIncreasedChargesAdded", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3196823591, }, - ["UniqueFlaskExtraCharges1"] = { affix = "", "(30-40)% increased Charges", statOrder = { 1004 }, level = 1, group = "FlaskIncreasedMaxCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1366840608, }, - ["UniqueFlaskChargesUsed1"] = { affix = "", "(100-150)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3139816101, }, - ["UniqueFlaskChargesUsed2"] = { affix = "", "(10-15)% reduced Charges per use", statOrder = { 1002 }, level = 1, group = "FlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3139816101, }, - ["UniqueFlaskFullInstantRecovery1"] = { affix = "", "Instant Recovery", statOrder = { 911 }, level = 1, group = "FlaskFullInstantRecovery", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 4131977470, }, - ["UniqueFlaskChanceRechargeOnKill1"] = { affix = "", "(20-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 1, group = "FlaskChanceRechargeOnKill", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 828533480, }, - ["UniqueFlaskChanceRechargeOnKill2"] = { affix = "", "(20-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 1, group = "FlaskChanceRechargeOnKill", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 828533480, }, - ["UniqueFlaskFillChargesPerMinute1"] = { affix = "", "Gains (0.15-0.2) Charges per Second", statOrder = { 6985 }, level = 1, group = "FlaskGainChargePerMinute", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1873752457, }, - ["UniqueCharmIncreasedDuration1"] = { affix = "", "(15-25)% increased Duration", statOrder = { 903 }, level = 1, group = "CharmIncreasedDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2541588185, }, - ["UniqueCharmIncreasedDuration2"] = { affix = "", "(10-20)% increased Duration", statOrder = { 903 }, level = 1, group = "CharmIncreasedDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2541588185, }, - ["UniqueGlobalCharmIncreasedDuration1"] = { affix = "", "(10-50)% reduced Charm Effect Duration", statOrder = { 881 }, level = 1, group = "CharmDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1389754388, }, - ["UniqueDodgeRollPhasing1"] = { affix = "", "Dodge Roll passes through Enemies", statOrder = { 5675 }, level = 1, group = "DodgeRollPhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1298316550, }, - ["UniqueMaximumLifeOnKillPercent1"] = { affix = "", "Lose 2% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["UniqueMaximumLifeOnKillPercent2"] = { affix = "", "Lose 1% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["UniqueMaximumManaOnKillPercent1"] = { affix = "", "Lose 1% of maximum Mana on Kill", statOrder = { 1453 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1030153674, }, - ["UniqueAttackerTakesFireDamage1"] = { affix = "", "25 to 35 Fire Thorns damage", statOrder = { 9215 }, level = 1, group = "ThornsFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1993950627, }, - ["UniqueAttackerTakesColdDamage1"] = { affix = "", "25 to 35 Cold Thorns damage", statOrder = { 9214 }, level = 1, group = "ThornsColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1515531208, }, - ["UniquePhysicalDamageTakenAsFire1"] = { affix = "", "40% of Physical Damage taken as Fire Damage", statOrder = { 8515 }, level = 1, group = "PhysicalHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004468512, }, - ["UniqueAllAttributesPerLevel1"] = { affix = "", "-1 to all Attributes per Level", statOrder = { 6889 }, level = 1, group = "LocalAllAttributesPerLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2333085568, }, - ["UniqueLocalNoWeaponPhysicalDamage1"] = { affix = "", "No Physical Damage", statOrder = { 823 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, - ["UniqueLocalNoWeaponPhysicalDamage2"] = { affix = "", "No Physical Damage", statOrder = { 823 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, - ["UniqueLocalNoWeaponPhysicalDamage3"] = { affix = "", "No Physical Damage", statOrder = { 823 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, - ["UniqueLocalNoWeaponPhysicalDamage4"] = { affix = "", "No Physical Damage", statOrder = { 823 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, - ["UniqueLocalFreezeOnFullLife1"] = { affix = "", "Freezes Enemies that are on Full Life", statOrder = { 6896 }, level = 1, group = "LocalFreezeOnFullLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2260055669, }, - ["UniqueAttackDamageOnLowLife1"] = { affix = "", "100% increased Attack Damage when on Low Life", statOrder = { 4374 }, level = 1, group = "AttackDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4246007234, }, - ["UniqueAttackDamageNotOnLowMana1"] = { affix = "", "100% increased Attack Damage while not on Low Mana", statOrder = { 4378 }, level = 1, group = "AttackDamageNotOnLowMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2462683918, }, - ["UniqueQuiverModifierEffect1"] = { affix = "", "(150-250)% increased bonuses gained from Equipped Quiver", statOrder = { 8636 }, level = 1, group = "QuiverModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1200678966, }, - ["UniqueDrainManaHealLife1"] = { affix = "", "Damage over Time bypasses your Energy Shield", "While not on Full Life, Sacrifice 10% of maximum Mana per Second to Recover that much Life", statOrder = { 9337, 9337.1 }, level = 1, group = "DrainManaHealLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2894895028, }, - ["UniqueBurningGroundWhileMovingMaximumLife1"] = { affix = "", "Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to 10% of your maximum Life", statOrder = { 3927 }, level = 1, group = "BurningGroundWhileMovingMaximumLife", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2356156926, }, - ["UniqueShockedGroundWhileMoving1"] = { affix = "", "Drop Shocked Ground while moving, lasting 8 seconds", statOrder = { 3928 }, level = 1, group = "ShockedGroundWhileMoving", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 65133983, }, - ["UniqueCannotBePoisoned1"] = { affix = "", "Cannot be Poisoned", statOrder = { 3005 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, - ["UniqueDoubleIgniteChance1"] = { affix = "", "Chance to Ignite is doubled", statOrder = { 5092 }, level = 1, group = "DoubleIgniteChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1540254896, }, - ["UniqueRemoveSpirit1"] = { affix = "", "You have no Spirit", statOrder = { 9034 }, level = 1, group = "RemoveSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3148264775, }, - ["UniqueBlockChanceIncrease1"] = { affix = "", "25% increased Block chance", statOrder = { 1074 }, level = 1, group = "BlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4147897060, }, - ["UniqueBlockChanceIncrease2"] = { affix = "", "(10-15)% increased Block chance", statOrder = { 1074 }, level = 1, group = "BlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4147897060, }, - ["UniqueMaximumBlockChance1"] = { affix = "", "+(3-5)% to maximum Block chance", statOrder = { 1676 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, - ["UniqueMaximumBlockChance2"] = { affix = "", "-(20-10)% to maximum Block chance", statOrder = { 1676 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, - ["UniqueLeechLifeOnSpellCast1"] = { affix = "", "Leeches 1% of maximum Life when you Cast a Spell", statOrder = { 6754 }, level = 1, group = "LeechLifeOnSpellCast", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335699483, }, - ["UniqueArrowSpeed1"] = { affix = "", "(50-100)% increased Arrow Speed", statOrder = { 1493 }, level = 1, group = "ArrowSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1207554355, }, - ["UniqueWeaponDamageFinalPercent1"] = { affix = "", "40% less Attack Damage", statOrder = { 2153 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 412462523, }, - ["UniqueEnergyShieldRechargeOnKill1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Kill an Enemy", statOrder = { 5870 }, level = 1, group = "EnergyShieldRechargeOnKill", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1618482990, }, - ["UniqueCausesBleeding1"] = { affix = "", "Causes Bleeding on Hit", statOrder = { 2175 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2091621414, }, - ["UniqueLocalPoisonOnHit1"] = { affix = "", "Always Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["UniqueAdditionalCurseOnEnemies1"] = { affix = "", "You can apply an additional Curse", statOrder = { 1852 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, - ["UniqueBeltFlaskRecoveryRate1"] = { affix = "", "(30-40)% increased Life and Mana Recovery from Flasks", statOrder = { 6052 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2310741722, }, - ["UniqueLowLifeThreshold1"] = { affix = "", "You are considered on Low Life while at 75% of maximum Life or below instead", statOrder = { 7182 }, level = 1, group = "LowLifeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 356835700, }, - ["UniqueLoseLifeOnSkillUse1"] = { affix = "", "Lose 5 Life when you use a Skill", statOrder = { 7179 }, level = 1, group = "LoseLifeOnKillUse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1902409192, }, - ["UniqueChanceToAvoidDeath1"] = { affix = "", "50% chance to Avoid Death from Hits", statOrder = { 5029 }, level = 1, group = "ChanceToAvoidDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1689729380, }, - ["UniqueLowLifeOnManaThreshold1"] = { affix = "", "You count as on Low Life while at 35% of maximum Mana or below", statOrder = { 9371 }, level = 1, group = "LowLifeOnManaThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3154256486, }, - ["UniqueLowManaOnLifeThreshold1"] = { affix = "", "You count as on Low Mana while at 35% of maximum Life or below", statOrder = { 9372 }, level = 1, group = "LowManaOnLifeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1143240184, }, - ["UniqueArmourAppliesToElementalDamage1"] = { affix = "", "Armour applies to Elemental Damage", statOrder = { 4260 }, level = 1, group = "ArmourAppliesToElementalDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3362812763, }, - ["UniqueNoExtraBleedDamageWhileMoving1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra damage", statOrder = { 2840 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 4112450013, }, - ["UniqueGainRareMonsterModsOnKill1"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 60 seconds", statOrder = { 2496 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2913235441, }, - ["UniquePoisonOnBlock1"] = { affix = "", "Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage", statOrder = { 8529 }, level = 1, group = "PoisonDamageBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4195198267, }, - ["UniqueDoubleAccuracyRating1"] = { affix = "", "Accuracy Rating is Doubled", statOrder = { 4060 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2161347476, }, - ["UniqueWeaponDamagePerStrength1"] = { affix = "", "10% increased Weapon Damage per 10 Strength", statOrder = { 9435 }, level = 1, group = "WeaponDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1791136590, }, - ["UniqueAttackSpeedPerDexterity1"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrder = { 4414 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 889691035, }, - ["UniqueAttackAreaOfEffectPerIntelligence1"] = { affix = "", "1% increased Area of Effect for Attacks per 10 Intelligence", statOrder = { 4349 }, level = 1, group = "AttackAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 434750362, }, - ["UniqueAdditionalSkillSlots1"] = { affix = "", "Grants 1 additional Skill Slot", statOrder = { 57 }, level = 1, group = "AdditionalSkillSlots", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 958696139, }, - ["UniqueMaximumResistancesOverride1"] = { affix = "", "Your Maximum Resistances are (75-80)%", statOrder = { 8424 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance" }, tradeHash = 798767971, }, - ["UniqueExtraChaosDamagePerUndeadMinion1"] = { affix = "", "Gain 5% of Damage as Chaos Damage per Undead Minion", statOrder = { 8333 }, level = 1, group = "ExtraChaosDamagePerUndeadMinion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 997343726, }, - ["UniqueBaseBlockDamageTaken1"] = { affix = "", "You take 20% of damage from Blocked Hits", statOrder = { 4492 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2905515354, }, - ["UniqueBaseBlockDamageTaken2"] = { affix = "", "You take 50% of damage from Blocked Hits", statOrder = { 4492 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2905515354, }, - ["UniqueCullingStrikeOnBlock1"] = { affix = "", "Enemies are Culled on Block", statOrder = { 5415 }, level = 1, group = "CullingStrikeOnBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 381470861, }, - ["UniqueBlockPercentWithFocus1"] = { affix = "", "+(15-25)% to Block Chance while holding a Focus", statOrder = { 4084 }, level = 1, group = "BlockPercentWithFocus", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3122852693, }, - ["UniqueUnarmedMoreDamageWithMaceSkills1"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrder = { 2134 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1814782245, }, - ["UniqueGainRageWhenHit1"] = { affix = "", "Gain 5 Rage when Hit by an Enemy", statOrder = { 6242 }, level = 1, group = "GainRageWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3292710273, }, - ["UniqueGainRageWhenCrit1"] = { affix = "", "Gain 10 Rage when Critically Hit by an Enemy", statOrder = { 6243 }, level = 1, group = "GainRageWhenCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1466716929, }, - ["UniqueIgniteDuration1"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["UniqueIgniteEffect1"] = { affix = "", "50% increased Magnitude of Ignite you inflict", statOrder = { 6596 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, - ["UniqueIgniteEffect2"] = { affix = "", "100% increased Magnitude of Ignite you inflict", statOrder = { 6596 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, - ["UniqueEnemiesIgniteChaosDamage1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrder = { 5835 }, level = 1, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 2515006979, }, - ["UniqueLocalWeaponRangeIncrease1"] = { affix = "", "20% increased Melee Strike Range with this weapon", statOrder = { 6883 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 548198834, }, - ["UniqueDamageBlockedRecoupedAsMana1"] = { affix = "", "Damage Blocked is Recouped as Mana", statOrder = { 5455 }, level = 1, group = "DamageBlockedRecoupedAsMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2875218423, }, - ["UniqueAllDamage1"] = { affix = "", "25% reduced Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["UniqueAllDamage2"] = { affix = "", "(30-50)% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["UniqueTakeNoExtraDamageFromCriticalStrikes1"] = { affix = "", "Take no Extra Damage from Critical Hits", statOrder = { 3880 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 4294267596, }, - ["UniqueLifeFlaskNoRecovery1"] = { affix = "", "Life Flasks do not recover Life", statOrder = { 4524 }, level = 1, group = "LifeFlaskNoRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 265717301, }, - ["UniqueDoubleOnKillEffects1"] = { affix = "", "On-Kill Effects happen twice", statOrder = { 8415 }, level = 1, group = "DoubleOnKillEffects", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 259470957, }, - ["UniqueGlobalSkillGemLevel1"] = { affix = "", "+1 to Level of all Skills", statOrder = { 4180 }, level = 1, group = "GlobalSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4283407333, }, - ["UniqueReceiveBleedingWhenHit1"] = { affix = "", "25% chance to be inflicted with Bleeding when Hit", statOrder = { 8681 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3423694372, }, - ["UniqueCannotBeChilledOrFrozen1"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1534 }, level = 1, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, - ["UniqueConsumeCorpseRecoverLife1"] = { affix = "", "Every 3 seconds, Consume a nearby Corpse to Recover 20% of maximum Life", statOrder = { 5280 }, level = 1, group = "ConsumeCorpseRecoverLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3764198549, }, - ["UniqueSmokeCloudWhenStationary1"] = { affix = "", "You have a Smoke Cloud around you while stationary", statOrder = { 8915 }, level = 1, group = "SmokeCloudWhenStationary", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2592455368, }, - ["UniqueGlobalEvasionOnFullLife1"] = { affix = "", "100% increased Evasion Rating when on Full Life", statOrder = { 5923 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 88817332, }, - ["UniqueMovementVelocityOnFullLife1"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrder = { 1496 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, - ["UniqueLocalAllDamageCanElectrocute1"] = { affix = "", "All damage with this Weapon causes Electrocution buildup", statOrder = { 6892 }, level = 1, group = "LocalAllDamageCanElectrocute", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1910743684, }, - ["UniqueLocalAllDamageCanFreeze1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Freeze Buildup", statOrder = { 6893 }, level = 1, group = "LocalAllDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3761294489, }, - ["UniqueLocalAllDamageCanChill1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Chill Magnitude", statOrder = { 6891 }, level = 1, group = "LocalAllDamageCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2156230257, }, - ["UniqueLocalCullingStrikeFrozenEnemies1"] = { affix = "", "Culling Strike against Frozen Enemies", statOrder = { 6935 }, level = 1, group = "LocalCullingStrikeFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1158324489, }, - ["UniqueFrozenMonstersTakeIncreasedDamage1"] = { affix = "", "Enemies Frozen by you take 50% increased Damage", statOrder = { 2158 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, - ["UniqueLifeConvertedToEnergyShield1"] = { affix = "", "25% of Maximum Life Converted to Energy Shield", statOrder = { 8022 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, - ["UniqueReducedDamageIfNotHitRecently1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrder = { 3787 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 67637087, }, - ["UniqueIncreasedEvasionIfHitRecently1"] = { affix = "", "100% increased Evasion Rating if you have been Hit Recently", statOrder = { 3788 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1073310669, }, - ["UniqueUndeadMinionReservation1"] = { affix = "", "Undead Minions have 20% reduced Reservation", statOrder = { 9332 }, level = 1, group = "UndeadMinionReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1176947534, }, - ["UniqueItemRarityOnLowLife1"] = { affix = "", "50% increased Rarity of Items found when on Low Life", statOrder = { 1407 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2929867083, }, - ["UniqueChillImmunityWhenChilled1"] = { affix = "", "You cannot be Chilled for 6 seconds after being Chilled", statOrder = { 2568 }, level = 1, group = "ChillImmunityWhenChilled", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2306924373, }, - ["UniqueFreezeImmunityWhenFrozen1"] = { affix = "", "You cannot be Frozen for 6 seconds after being Frozen", statOrder = { 2570 }, level = 1, group = "FreezeImmunityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3612464552, }, - ["UniqueIgniteImmunityWhenIgnited1"] = { affix = "", "You cannot be Ignited for 6 seconds after being Ignited", statOrder = { 2571 }, level = 1, group = "IgniteImmunityWhenIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 947072590, }, - ["UniqueShockImmunityWhenShocked1"] = { affix = "", "You cannot be Shocked for 6 seconds after being Shocked", statOrder = { 2572 }, level = 1, group = "ShockImmunityWhenShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 215346464, }, - ["UniqueReflectCurseToSelf1"] = { affix = "", "Curses you inflict are reflected back to you", statOrder = { 5440 }, level = 1, group = "ReflectCurseToSelf", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4275855121, }, - ["UniqueAttackAndCastSpeed1"] = { affix = "", "(10-15)% reduced Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["UniqueIncreasedSkillSpeed1"] = { affix = "", "(10-15)% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["UniqueIncreasedSkillSpeed2"] = { affix = "", "10% reduced Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["UniqueIncreasedSkillSpeed3"] = { affix = "", "(5-10)% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["UniqueIncreasedSkillSpeed4"] = { affix = "", "(15-30)% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["UniqueIncreasedSkillSpeed5"] = { affix = "", "(10-15)% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["UniqueShareChargesWithAllies1"] = { affix = "", "Share Charges with Allies in your Presence", statOrder = { 8811 }, level = 1, group = "ShareChargesWithAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2535267021, }, - ["UniqueOverrideWeaponBaseCritical1"] = { affix = "", "Base Critical Hit Chance for Attacks with Weapons is 7%", statOrder = { 8425 }, level = 1, group = "OverrideWeaponBaseCritical", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2635559734, }, - ["UniqueEnemiesKilledCountAsYours1"] = { affix = "", "Enemies in your Presence killed by anyone count as being killed by you instead", statOrder = { 5579 }, level = 1, group = "EnemiesKilledCountAsYours", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1576794517, }, - ["UniqueAllDamageCanPoison1"] = { affix = "", "All Damage from Hits Contributes to Poison Magnitude", statOrder = { 4168 }, level = 1, group = "AllDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4012215578, }, - ["UniqueFreezeDamageMaximumMana1"] = { affix = "", "Freeze as though dealing Cold damage equal to 10% of your maximum Mana when Hit", statOrder = { 6077 }, level = 1, group = "FreezeDamageMaximumMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2006107135, }, - ["UniqueBlockPercent1"] = { affix = "", "+10% to Block chance", statOrder = { 2155 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, - ["UniqueBlockPercent2"] = { affix = "", "+(15-25)% to Block chance", statOrder = { 2155 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, - ["UniqueRangedAttackDamageTaken1"] = { affix = "", "-10 Physical damage taken from Projectile Attacks", statOrder = { 1914 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, - ["UniqueChillEffect1"] = { affix = "", "(20-30)% increased Magnitude of Chill you inflict", statOrder = { 5186 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 828179689, }, - ["UniqueManaCostReduction1"] = { affix = "", "20% reduced Mana Cost of Skills", statOrder = { 1574 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, - ["UniqueManaCostReduction2"] = { affix = "", "10% increased Mana Cost of Skills", statOrder = { 1574 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, - ["UniqueLightningDamageCanElectrocute1"] = { affix = "", "Lightning damage from Hits Contributes to Electrocution Buildup", statOrder = { 4528 }, level = 1, group = "LightningDamageElectrocute", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1017648537, }, - ["UniqueStrengthSatisfiesAllWeaponRequirements1"] = { affix = "", "Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills", statOrder = { 9087 }, level = 1, group = "StrengthSatisfiesAllWeaponRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2230687504, }, - ["UniqueAreaOfEffect1"] = { affix = "", "(10-20)% increased Area of Effect", statOrder = { 1571 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 280731498, }, - ["UniquePercentageStrength1"] = { affix = "", "(5-15)% increased Strength", statOrder = { 1088 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, - ["UniquePercentageStrength2"] = { affix = "", "(15-30)% increased Strength", statOrder = { 1088 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, - ["UniquePercentageDexterity1"] = { affix = "", "(5-15)% increased Dexterity", statOrder = { 1089 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, - ["UniquePercentageDexterity2"] = { affix = "", "10% reduced Dexterity", statOrder = { 1089 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, - ["UniquePercentageIntelligence1"] = { affix = "", "(5-15)% increased Intelligence", statOrder = { 1090 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, - ["UniquePercentageIntelligence2"] = { affix = "", "10% reduced Intelligence", statOrder = { 1090 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, - ["UniquePercentageIntelligence3"] = { affix = "", "(5-15)% increased Intelligence", statOrder = { 1090 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, - ["UniqueReducedIgniteEffectOnSelf1"] = { affix = "", "(35-50)% reduced effect of Ignite on you", statOrder = { 6595 }, level = 1, group = "ReducedIgniteEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1269971728, }, - ["UniqueReducedChillEffectOnSelf1"] = { affix = "", "(35-50)% reduced Effect of Chill on you", statOrder = { 1436 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1478653032, }, - ["UniqueReducedShockEffectOnSelf1"] = { affix = "", "(35-50)% reduced effect of Shock on you", statOrder = { 8842 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3801067695, }, - ["UniqueThornsOnAnyHit1"] = { affix = "", "Thorns can Retaliate against all Hits", statOrder = { 9218 }, level = 1, group = "ThornsOnAnyHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3414243317, }, - ["UniqueTriggerDecomposeOnStep1"] = { affix = "", "Trigger Decompose Skill on Step", statOrder = { 6971 }, level = 1, group = "CorpsewadeGrantsTriggeredCorpseCloud", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4036087867, }, - ["UniqueOverkillDamagePhysical1"] = { affix = "", "Deal 30% of Overkill damage to enemies within 2 metres of the enemy killed", statOrder = { 8422 }, level = 1, group = "OverkillDamagePhysical", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301852600, }, - ["UniqueMaximumEnduranceCharges1"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1500 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, - ["UniqueMaximumFrenzyCharges1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["UniqueMaximumPowerCharges1"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["UniqueLifeRegenerationPercentPerEnduranceCharge1"] = { affix = "", "Regenerate 0.5% of maximum Life per second per Endurance Charge", statOrder = { 1389 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, - ["UniqueMovementVelocityPerFrenzyCharge1"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["UniqueCriticalMultiplierPerPowerCharge1"] = { affix = "", "12% increased Critical Damage Bonus per Power Charge", statOrder = { 2921 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, - ["UniqueCriticalStrikesLeechIsInstant1"] = { affix = "", "Leech from Critical Hits is instant", statOrder = { 2233 }, level = 1, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3389184522, }, - ["UniqueBaseChanceToPoison1"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, - ["UniqueBaseChanceToPoison2"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, - ["UniqueBaseChanceToPoison3"] = { affix = "", "(10-20)% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, - ["UniqueBaseChanceToPoison4"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, - ["UniquePoisonStackCount1"] = { affix = "", "Targets can be affected by +1 of your Poisons at the same time", statOrder = { 8385 }, level = 1, group = "PoisonStackCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1755296234, }, - ["UniqueSacrificeLifeToGainEnergyShield1"] = { affix = "", "Sacrifice (5-15)% of Life to gain that much Energy Shield when you Cast a Spell", statOrder = { 8783 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 613752285, }, - ["UniqueCullingStrike1"] = { affix = "", "Culling Strike", statOrder = { 1719 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, - ["UniqueDecimatingStrike1"] = { affix = "", "Decimating Strike", statOrder = { 5584 }, level = 1, group = "DecimatingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3872034802, }, - ["UniqueCannotBeIgnited1"] = { affix = "", "Cannot be Ignited", statOrder = { 1536 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, - ["UniquePhysicalAttackDamageTaken1"] = { affix = "", "-10 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["UniquePhysicalAttackDamageTaken2"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["UniqueNoManaPerIntelligence1"] = { affix = "", "Gain no inherent bonus from Intelligence", statOrder = { 1706 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4187571952, }, - ["UniqueNoLifeRegeneration1"] = { affix = "", "You have no Life Regeneration", statOrder = { 1972 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 854225133, }, - ["UniqueFragileRegrowth1"] = { affix = "", "Maximum 10 Fragile Regrowth", "0.5% of maximum Life Regenerated per second per Fragile Regrowth", "10% increased Mana Regeneration Rate per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second", statOrder = { 4006, 4007, 4008, 4009, 6237 }, level = 1, group = "FragileRegrowth", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1042038498, }, - ["UniqueEnergyShieldDelay1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["UniqueEnergyShieldDelay2"] = { affix = "", "30% slower start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["UniqueEnergyShieldDelay3"] = { affix = "", "100% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["UniqueEnergyShieldDelay4"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["UniqueEnergyShieldDelay5"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, - ["UniqueReverseChill1"] = { affix = "", "The Effect of Chill on you is reversed", statOrder = { 5185 }, level = 1, group = "ReverseChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2955966707, }, - ["UniquePhysicalDamageTakenPercentToReflect1"] = { affix = "", "250% of Melee Physical Damage taken reflected to Attacker", statOrder = { 2154 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1092987622, }, - ["UniquePhysicalDamagePreventedRecoup1"] = { affix = "", "50% of Physical Damage prevented Recouped as Life", statOrder = { 8490 }, level = 1, group = "PhysicalDamagePreventedRecoup", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1374654984, }, - ["UniqueRechargeNotInterruptedRecently1"] = { affix = "", "Energy Shield Recharge is not interrupted by Damage if Recharge began Recently", statOrder = { 3359 }, level = 1, group = "RechargeNotInterruptedRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1419390131, }, - ["UniqueMinionReviveSpeed1"] = { affix = "", "Minions Revive 50% faster", statOrder = { 8197 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2639966148, }, - ["UniqueMinionReviveSpeed2"] = { affix = "", "Minions Revive (10-15)% faster", statOrder = { 8197 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2639966148, }, - ["UniqueMinionReviveSpeed3"] = { affix = "", "Minions Revive 50% slower", statOrder = { 8197 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2639966148, }, - ["UniqueMinionLifeGainAsEnergyShield1"] = { affix = "", "Minions gain (20-30)% of their maximum Life as Extra maximum Energy Shield", statOrder = { 8180 }, level = 1, group = "MinionLifeGainAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 943702197, }, - ["UniqueCannotBeShocked1"] = { affix = "", "Cannot be Shocked", statOrder = { 1538 }, level = 1, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 491899612, }, - ["UniqueFlaskChanceToNotConsume1"] = { affix = "", "50% chance for Flasks you use to not consume Charges", statOrder = { 3830 }, level = 1, group = "FlaskChanceToNotConsumeCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 311641062, }, - ["UniqueSetElementalResistances1"] = { affix = "", "You have no Elemental Resistances", statOrder = { 2514 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1776968075, }, - ["UniquePoisonOnCrit1"] = { affix = "", "Critical Hits Poison the enemy", statOrder = { 8541 }, level = 1, group = "PoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 62849030, }, - ["UniqueDuplicatesRingStats1"] = { affix = "", "Reflects opposite Ring", statOrder = { 2530 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 746505085, }, - ["UniqueLifeLeechAmount1"] = { affix = "", "100% increased amount of Life Leeched", statOrder = { 1839 }, level = 1, group = "LifeLeechAmount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2112395885, }, - ["UniquePhysicalMinimumDamageModifier1"] = { affix = "", "(30-40)% less minimum Physical Attack Damage", statOrder = { 1103 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2423248184, }, - ["UniquePhysicalMaximumDamageModifier1"] = { affix = "", "(30-40)% more maximum Physical Attack Damage", statOrder = { 1102 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3735888493, }, - ["UniqueGlobalItemAttributeRequirements1"] = { affix = "", "Equipment and Skill Gems have 50% reduced Attribute Requirements", statOrder = { 2246 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["UniqueGlobalItemAttributeRequirements2"] = { affix = "", "Equipment and Skill Gems have 25% increased Attribute Requirements", statOrder = { 2246 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["UniqueEnemiesBlockedAreIntimidated1"] = { affix = "", "Permanently Intimidate enemies on Block", statOrder = { 8470 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2930706364, }, - ["UniqueEnemiesBlockedAreIntimidatedDuration1"] = { affix = "", "Intimidate Enemies on Block for 8 seconds", statOrder = { 6688 }, level = 1, group = "EnemiesBlockedAreIntimidatedDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3703496511, }, - ["UniqueHasOnslaught1"] = { affix = "", "Onslaught", statOrder = { 3215 }, level = 1, group = "HasOnslaught", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1520059289, }, - ["UniqueChanceToIntimidateOnHit1"] = { affix = "", "25% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5104 }, level = 1, group = "ChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 78985352, }, - ["UniqueExperienceIncrease1"] = { affix = "", "5% increased Experience gain", statOrder = { 1411 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, - ["UniquePowerChargeOnCritChance1"] = { affix = "", "25% chance to gain a Power Charge on Critical Hit", statOrder = { 1526 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, tradeHash = 3814876985, }, - ["UniqueIncreasedStrengthRequirements1"] = { affix = "", "50% increased Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["UniqueRechargeOnManaFlask1"] = { affix = "", "Energy Shield Recharge starts when you use a Mana Flask", statOrder = { 9053 }, level = 1, group = "RechargeOnManaFlask", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2402413437, }, - ["UniqueAilmentChanceRecieved1"] = { affix = "", "(80-100)% increased Chance to be afflicted by Ailments when Hit", statOrder = { 5031 }, level = 1, group = "AilmentChanceRecieved", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 892489594, }, - ["UniqueMovementVelocityWithAilment1"] = { affix = "", "25% increased Movement Speed while affected by an Ailment", statOrder = { 8254 }, level = 1, group = "MovementVelocityWithAilment", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 610276769, }, - ["UniqueMinionCausticCloudOnDeath1"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrder = { 3071 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, tradeHash = 688802590, }, - ["UniqueLocalDoubleStunDamage1"] = { affix = "", "Causes Double Stun Buildup", statOrder = { 6979 }, level = 1, group = "LocalDoubleStunDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 769129523, }, - ["UniqueLocalBreakArmourOnHit1"] = { affix = "", "Hits Break (30-50) Armour", statOrder = { 6899 }, level = 1, group = "LocalBreakArmourOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 289086688, }, - ["UniqueLocalFireExposureOnArmourBreak1"] = { affix = "", "Inflicts Fire Exposure when this Weapon Fully Breaks Armour", statOrder = { 6901 }, level = 1, group = "LocalFireExposureOnArmourBreak", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3439162551, }, - ["UniqueIncreasedStunThreshold1"] = { affix = "", "20% reduced Stun Threshold", statOrder = { 2914 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, - ["UniqueDoubleStunThresholdWhileActiveBlock1"] = { affix = "", "Double Stun Threshold while Shield is Raised", statOrder = { 7076 }, level = 1, group = "DoubleStunThresholdWhileActiveBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3686997387, }, - ["UniqueRageOnHit1"] = { affix = "", "Gain 1 Rage on Melee Hit", statOrder = { 6240 }, level = 1, group = "RageOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2709367754, }, - ["UniqueIncreasedStunThresholdPerRage1"] = { affix = "", "Every Rage also grants 1% increased Stun Threshold", statOrder = { 9546 }, level = 1, group = "IncreasedStunThresholdPerRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 352044736, }, - ["UniqueIncreasedArmourPerRage1"] = { affix = "", "Every Rage also grants 1% increased Armour", statOrder = { 9534 }, level = 1, group = "IncreasedArmourPerRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2995914769, }, - ["UniquePhysicalDamagePin1"] = { affix = "", "Physical Damage is Pinning", statOrder = { 4541 }, level = 1, group = "PhysicalDamagePin", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2041668411, }, - ["UniqueLocalPhysicalDamageAddedAsEachElement1"] = { affix = "", "Attacks with this Weapon gain 50% of Physical damage as Extra damage of each Element", statOrder = { 3857 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, - ["UniqueBlockChanceToAllies1"] = { affix = "", "Allies in your Presence have Block Chance equal to yours", statOrder = { 8423 }, level = 1, group = "BlockChanceToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1361645249, }, - ["UniqueNoMovementPenaltyRaisedShield1"] = { affix = "", "No Movement Speed Penalty while Shield is Raised", statOrder = { 8312 }, level = 1, group = "NoMovementPenaltyRaisedShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 585231074, }, - ["UniqueLocalMaimOnCrit1"] = { affix = "", "Maim on Critical Hit", statOrder = { 6897 }, level = 1, group = "LocalMaimOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2895144208, }, - ["UniqueAlwaysCritHeavyStun1"] = { affix = "", "Always deals Critical Hits against Heavy Stunned Enemies", statOrder = { 6895 }, level = 1, group = "AlwaysCritHeavyStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2214130968, }, - ["UniqueBaseLifeRegenToAllies1"] = { affix = "", "50% of your Base Life Regeneration is granted to Allies in your Presence", statOrder = { 899 }, level = 82, group = "BaseLifeRegenToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4287671144, }, - ["UniqueManaScarificeToAllies1"] = { affix = "", "When a Party Member in your Presence Casts a Spell, you", "Sacrifice 20% of Mana and they Leech that Mana", statOrder = { 9335, 9335.1 }, level = 1, group = "ManaScarificeToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 603021645, }, - ["UniqueCannotBlock1"] = { affix = "", "You cannot Block", statOrder = { 1924 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3162258068, }, - ["UniqueMaximumBlockToMaximumResistances1"] = { affix = "", "Modifiers to Maximum Block Chance instead apply to Maximum Resistances", statOrder = { 7997 }, level = 1, group = "MaximumBlockToMaximumResistances", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3679696791, }, - ["UniqueCanBlockAllDamage1"] = { affix = "", "Can Block damage from all Hits", statOrder = { 4804 }, level = 1, group = "CanBlockAllDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3902042119, }, - ["UniqueDisableShieldSkills1"] = { affix = "", "Cannot use Shield Skills", statOrder = { 9517 }, level = 1, group = "DisableShieldSkills", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 65135897, }, - ["UniqueFullManaThreshold1"] = { affix = "", "You count as on Full Mana while at 90% of maximum Mana or above", statOrder = { 6105 }, level = 1, group = "FullManaThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 423304126, }, - ["UniqueIncreasedAttackSpeedFullMana1"] = { affix = "", "25% increased Attack Speed while on Full Mana", statOrder = { 4400 }, level = 1, group = "IncreasedAttackSpeedFullMana", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4145314483, }, - ["UniqueFireShocks1"] = { affix = "", "Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude", statOrder = { 2533 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, tradeHash = 2949096603, }, - ["UniqueColdIgnites1"] = { affix = "", "Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup", statOrder = { 2534 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, tradeHash = 1261612903, }, - ["UniqueLightningFreezes1"] = { affix = "", "Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance", statOrder = { 2535 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, tradeHash = 1011772129, }, - ["UniqueLifeCostAsManaCost1"] = { affix = "", "Skills gain a Base Life Cost equal to 50% of Base Mana Cost", statOrder = { 4547 }, level = 1, group = "LifeCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605834869, }, - ["UniqueLifeCostAsManaCost2"] = { affix = "", "Skills gain a Base Life Cost equal to 10% of Base Mana Cost", statOrder = { 4547 }, level = 1, group = "LifeCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605834869, }, - ["UniqueSpellDamageLifeLeech1"] = { affix = "", "5% of Spell Damage Leeched as Life", statOrder = { 4525 }, level = 1, group = "SpellDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 782941180, }, - ["UniqueFireDamageTakenAsPhysical1"] = { affix = "", "100% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2142 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3205239847, }, - ["UniqueCriticalStrikeMultiplierOverride1"] = { affix = "", "Your Critical Damage Bonus is 300%", statOrder = { 5374 }, level = 1, group = "CriticalStrikeMultiplierIs250", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 824024007, }, - ["UniqueIgniteEnemiesInPresence1"] = { affix = "", "Enemies in your Presence are Ignited as though dealt 100 Base Fire Damage", statOrder = { 6594 }, level = 1, group = "IgniteEnemiesInPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1433051415, }, - ["UniqueAttackerTakesLightningDamage1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrder = { 1876 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, - ["UniqueDamageCannotBypassEnergyShield1"] = { affix = "", "Damage cannot bypass Energy Shield", statOrder = { 9338 }, level = 1, group = "DamageCannotBypassEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 93764325, }, - ["UniqueBleedsAlwaysAggravated1"] = { affix = "", "Bleeding you inflict is Aggravated", statOrder = { 4149 }, level = 1, group = "BleedsAlwaysAggravated", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 841429130, }, - ["UniqueSlowPotency1"] = { affix = "", "50% reduced Slowing Potency of Debuffs on You", statOrder = { 4548 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 924253255, }, - ["UniqueGlobalChanceToBleed1"] = { affix = "", "50% chance to inflict Bleeding on Hit", statOrder = { 4498 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, - ["UniqueGlobalChanceToBleed2"] = { affix = "", "(10-20)% chance to inflict Bleeding on Hit", statOrder = { 4498 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, - ["UniqueGlobalChanceToBleed3"] = { affix = "", "25% chance to inflict Bleeding on Hit", statOrder = { 4498 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, - ["UniqueAggravateBleedOnCrit1"] = { affix = "", "Aggravate Bleeding on targets you Critically Hit with Attacks", statOrder = { 4142 }, level = 1, group = "AggravateBleedOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2438634449, }, - ["UniqueLifeLeechToAllies1"] = { affix = "", "When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life", statOrder = { 6756 }, level = 1, group = "LifeLeechToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605721598, }, - ["UniqueRandomMovementVelocityOnHit1"] = { affix = "", "Gain 0% to 40% increased Movement Speed at random when Hit, until Hit again", statOrder = { 8040 }, level = 1, group = "RandomMovementVelocityOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 796381300, }, - ["UniqueProjectilesSplitCount1"] = { affix = "", "Projectiles Split towards +2 targets", statOrder = { 8596 }, level = 1, group = "ProjectilesSplitCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3464380325, }, - ["UniquePowerChargeOnHit1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrder = { 1530 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1453197917, }, - ["UniqueLosePowerChargesOnMaxCharges1"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3221 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, - ["UniqueShockOnMaxPowerCharges1"] = { affix = "", "Shocks you when you reach maximum Power Charges", statOrder = { 3222 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4256314560, }, - ["UniqueMinionAddedColdDamageMaximumLife1"] = { affix = "", "Minions deal 5% of your Life as additional Cold Damage with Attacks", statOrder = { 8130 }, level = 1, group = "MinionAddedColdDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1403346025, }, - ["UniqueStatLifeReservation1"] = { affix = "", "Reserves 15% of Life", statOrder = { 2137 }, level = 1, group = "StatLifeReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2492660287, }, - ["UniqueElementalDamageTakenAsChaos1"] = { affix = "", "20% of Elemental damage from Hits taken as Chaos damage", statOrder = { 2151 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, tradeHash = 1175213674, }, - ["UniqueChanceToBePoisoned1"] = { affix = "", "+25% chance to be Poisoned", statOrder = { 3006 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 4250009622, }, - ["UniqueEnduranceChargeDuration1"] = { affix = "", "25% reduced Endurance Charge Duration", statOrder = { 1808 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, - ["UniqueLifeGainedOnEnduranceChargeConsumed1"] = { affix = "", "Recover 5% of maximum Life for each Endurance Charge consumed", statOrder = { 8692 }, level = 1, group = "LifeGainedOnEnduranceChargeConsumed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 939832726, }, - ["UniqueCullingStrikeThreshold1"] = { affix = "", "100% increased Culling Strike Threshold", statOrder = { 5417 }, level = 1, group = "CullingStrikeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3563080185, }, - ["UniqueNoSlowPotency1"] = { affix = "", "Your speed is unaffected by Slows", statOrder = { 8909 }, level = 1, group = "NoSlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 50721145, }, - ["UniqueLifeRegenerationPercent1"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["UniqueLifeRegenerationPercentOnLowLife1"] = { affix = "", "Regenerate 3% of maximum Life per second while on Low Life", statOrder = { 1636 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, - ["UniqueFireResistOnLowLife1"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrder = { 1426 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 38301299, }, - ["UniqueSpellDamagePerSpirit1"] = { affix = "", "(8-12)% increased Spell Damage per 10 Spirit", statOrder = { 8978 }, level = 1, group = "SpellDamagePerSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2412053423, }, - ["UniqueFlaskLifeRecoveryEnergyShield1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield", statOrder = { 6766 }, level = 1, group = "FlaskLifeRecoveryEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2812872407, }, - ["UniqueDamageRemovedFromManaBeforeLife1"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrder = { 2384 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, - ["UniqueUnaffectedByCurses1"] = { affix = "", "Unaffected by Curses", statOrder = { 2173 }, level = 1, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3809896400, }, - ["UniqueReflectCurses1"] = { affix = "", "Curse Reflection", statOrder = { 2171 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1731672673, }, - ["UniqueChilledWhileBleeding1"] = { affix = "", "All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you", statOrder = { 4175 }, level = 45, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2420248029, }, - ["UniqueChilledWhilePoisoned1"] = { affix = "", "All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you", statOrder = { 4176 }, level = 45, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1291285202, }, - ["UniqueNonChilledEnemiesBleedAndChill1"] = { affix = "", "All Damage from Hits against Bleeding targets Contributes to Chill Magnitude", statOrder = { 4177 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1717295693, }, - ["UniqueNonChilledEnemiesPoisonAndChill1"] = { affix = "", "All Damage from Hits against Poisoned targets Contributes to Chill Magnitude", statOrder = { 4178 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1375667591, }, - ["UniqueArmourAppliesToLightningDamage1"] = { affix = "", "Armour also applies to Lightning damage taken from Hits", statOrder = { 4485 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, tradeHash = 2134207902, }, - ["UniqueLightningResistNoReduction1"] = { affix = "", "Lightning Resistance does not affect Lightning damage taken", statOrder = { 6847 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 3999959974, }, - ["UniqueNearbyEnemyLightningResistanceEqual1"] = { affix = "", "Enemies in your Presence have Lightning Resistance equal to yours", statOrder = { 5814 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1546580830, }, - ["UniquePhysicalDamageTakenAsLightningPercent1"] = { affix = "", "50% of Physical damage from Hits taken as Lightning damage", statOrder = { 2146 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, tradeHash = 425242359, }, - ["UniqueMaximumBlockChanceIfNotBlockedRecently1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrder = { 7987 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2584264074, }, - ["UniqueInstantLifeFlaskRecovery1"] = { affix = "", "Life Recovery from Flasks is instant", statOrder = { 6738 }, level = 1, group = "InstantLifeFlaskRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 720388959, }, - ["UniqueLifeLeechOvercapLife1"] = { affix = "", "Life Leech can Overflow Maximum Life", statOrder = { 6751 }, level = 1, group = "LifeLeechOvercapLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2714890129, }, - ["UniqueLifeFlasksOvercapLife1"] = { affix = "", "Life Recovery from Flasks can Overflow Maximum Life", statOrder = { 6737 }, level = 75, group = "LifeFlasksOvercapLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1245896889, }, - ["UniqueHasSoulEater1"] = { affix = "", "Soul Eater", statOrder = { 9343 }, level = 1, group = "HasSoulEater", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1404607671, }, - ["UniqueDoublePresenceRadius1"] = { affix = "", "Presence Radius is doubled", statOrder = { 9342 }, level = 1, group = "DoublePresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1810907437, }, - ["UniqueLifeFlaskChargeGeneration1"] = { affix = "", "Life Flasks gain 0.25 charges per Second", statOrder = { 6260 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1102738251, }, - ["UniqueLifeFlaskChargeGeneration2"] = { affix = "", "Life Flasks gain (0.17-0.25) charges per Second", statOrder = { 6260 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1102738251, }, - ["UniqueManaFlaskChargeGeneration1"] = { affix = "", "Mana Flasks gain 0.25 charges per Second", statOrder = { 6261 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, - ["UniqueManaFlaskChargeGeneration2"] = { affix = "", "Mana Flasks gain (0.17-0.25) charges per Second", statOrder = { 6261 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, - ["UniqueManaFlaskChargeGeneration3"] = { affix = "", "Mana Flasks gain (0.1-0.25) charges per Second", statOrder = { 6261 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, - ["UniqueCharmChargeGeneration1"] = { affix = "", "Charms gain 0.5 charges per Second", statOrder = { 6258 }, level = 1, group = "CharmChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 185580205, }, - ["UniqueChaosResistanceIsZero1"] = { affix = "", "Chaos Resistance is zero", statOrder = { 9540 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2439129490, }, - ["UniqueChaosResistanceIsZero2"] = { affix = "", "Chaos Resistance is zero", statOrder = { 9540 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2439129490, }, - ["UniqueRecoverLifePercentOnBlock1"] = { affix = "", "Recover 4% of maximum Life when you Block", statOrder = { 2716 }, level = 1, group = "RecoverLifePercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 2442647190, }, - ["UniqueIntimidateOnCurse1"] = { affix = "", "Enemies you Curse are Intimidated", statOrder = { 5829 }, level = 1, group = "IntimidateOnCurse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 147006673, }, - ["UniqueSelfStatusAilmentDuration1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrder = { 1563 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1745952865, }, - ["UniqueCurseNoActivationDelay1"] = { affix = "", "Curses have no Activation Delay", statOrder = { 9360 }, level = 1, group = "CurseNoActivationDelay", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3751072557, }, - ["UniqueSetMovementVelocityPerEvasion1"] = { affix = "", "1% increased Movement Speed per 800 Evasion Rating", "Other Modifiers to Movement Speed do not apply", statOrder = { 8257, 8257.1 }, level = 1, group = "SetMovementVelocityPerEvasion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3881997959, }, - ["UniqueInstantLifeFlaskOnLowLife1"] = { affix = "", "Life Flasks used while on Low Life apply Recovery Instantly", statOrder = { 6739 }, level = 1, group = "InstantLifeFlaskOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1200347828, }, - ["UniqueInstantManaFlaskOnLowMana1"] = { affix = "", "Mana Flasks used while on Low Mana apply Recovery Instantly", statOrder = { 7214 }, level = 1, group = "InstantManaFlaskOnLowMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1839832419, }, - ["UniqueDamageAddedAsFireAttacks1"] = { affix = "", "Attacks Gain (5-10)% of Damage as Extra Fire Damage", statOrder = { 8336 }, level = 1, group = "DamageAddedAsFireAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack" }, tradeHash = 1049080093, }, - ["UniqueDamageAddedAsColdAttacks1"] = { affix = "", "Attacks Gain (5-10)% of Damage as Extra Cold Damage", statOrder = { 8335 }, level = 1, group = "DamageAddedAsColdAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack" }, tradeHash = 1484500028, }, - ["UniqueDamageAddedAsChaos1"] = { affix = "", "Gain (30-40)% of Damage as Extra Chaos Damage", statOrder = { 1620 }, level = 1, group = "DamageAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3398787959, }, - ["UniquePhysicalDamageAddedAsChaosAttacks1"] = { affix = "", "Attacks Gain (10-20)% of Physical Damage as extra Chaos Damage", statOrder = { 8348 }, level = 1, group = "PhysicalDamageAddedAsChaosAttacks", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos", "attack" }, tradeHash = 261503687, }, - ["UniqueEnemiesChilledIncreasedDamageTaken1"] = { affix = "", "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", statOrder = { 5792 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816894864, }, - ["UniqueSelfPhysicalDamageOnMinionDeath1"] = { affix = "", "300 Physical Damage taken on Minion Death", statOrder = { 2686 }, level = 1, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4176970656, }, - ["UniqueOnslaughtBuffOnKill1"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrder = { 2329 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, - ["UniqueBuildDamageAgainstRareAndUnique1"] = { affix = "", "Deal 4% 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%", statOrder = { 9341 }, level = 1, group = "BuildDamageAgainstRareAndUnique", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4258409981, }, - ["UniqueAlwaysPierceBurningEnemies1"] = { affix = "", "Projectiles Pierce all Ignited enemies", statOrder = { 4189 }, level = 1, group = "AlwaysPierceBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2214228141, }, + ["UniqueGlobalProjectileGemLevel1"] = { affix = "", "+(1-2) to Level of all Projectile Skills", statOrder = { 926 }, level = 1, group = "GlobalIncreaseProjectileSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1202301673, }, + ["UniqueGlobalMeleeGemLevel1"] = { affix = "", "+(1-2) to Level of all Melee Skills", statOrder = { 924 }, level = 1, group = "GlobalIncreaseMeleeSkillGemLevelWeapon", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 9187492, }, + ["UniqueProjectileDamageIfMeleeHitRecently1"] = { affix = "", "(30-60)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8828 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3596695232, }, + ["UniqueMeleeDamageIfProjectileHitRecently1"] = { affix = "", "(30-60)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8239 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3028809864, }, + ["UniqueCursesNeverExpire1"] = { affix = "", "Curses you inflict have infinite Duration", statOrder = { 1824 }, level = 1, group = "CursesNeverExpire", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2609822974, }, + ["UniqueMinionLife1"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionLife2"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionLife3"] = { affix = "", "Minions have (10-15)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionLife4"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionLife5"] = { affix = "", "Minions have 50% reduced maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionLife6"] = { affix = "", "Minions have (20-30)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueMinionDamage1"] = { affix = "", "Minions deal (20-30)% increased Damage", statOrder = { 1642 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, + ["UniqueMinionDamage2"] = { affix = "", "Minions deal (80-100)% increased Damage", statOrder = { 1642 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, + ["UniqueFlaskChargesAddedPercent1"] = { affix = "", "(30-40)% increased Charges gained", statOrder = { 1001 }, level = 1, group = "FlaskIncreasedChargesAdded", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3196823591, }, + ["UniqueFlaskExtraCharges1"] = { affix = "", "(30-40)% increased Charges", statOrder = { 1004 }, level = 1, group = "FlaskIncreasedMaxCharges", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1366840608, }, + ["UniqueFlaskChargesUsed1"] = { affix = "", "(100-150)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "FlaskChargesUsed", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3139816101, }, + ["UniqueFlaskChargesUsed2"] = { affix = "", "(10-15)% reduced Charges per use", statOrder = { 1002 }, level = 1, group = "FlaskChargesUsed", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3139816101, }, + ["UniqueFlaskFullInstantRecovery1"] = { affix = "", "Instant Recovery", statOrder = { 908 }, level = 1, group = "FlaskFullInstantRecovery", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 4131977470, }, + ["UniqueFlaskChanceRechargeOnKill1"] = { affix = "", "(20-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 1, group = "FlaskChanceRechargeOnKill", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, + ["UniqueFlaskChanceRechargeOnKill2"] = { affix = "", "(20-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 1000 }, level = 1, group = "FlaskChanceRechargeOnKill", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, }, + ["UniqueFlaskFillChargesPerMinute1"] = { affix = "", "Gains (0.15-0.2) Charges per Second", statOrder = { 607 }, level = 1, group = "FlaskGainChargePerMinute", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, }, + ["UniqueCharmIncreasedDuration1"] = { affix = "", "(15-25)% increased Duration", statOrder = { 900 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["UniqueCharmIncreasedDuration2"] = { affix = "", "(10-20)% increased Duration", statOrder = { 900 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, }, + ["UniqueGlobalCharmIncreasedDuration1"] = { affix = "", "(10-50)% reduced Charm Effect Duration", statOrder = { 875 }, level = 1, group = "CharmDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1389754388, }, + ["UniqueDodgeRollPhasing1"] = { affix = "", "Dodge Roll passes through Enemies", statOrder = { 5737 }, level = 1, group = "DodgeRollPhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1298316550, }, + ["UniqueMaximumLifeOnKillPercent1"] = { affix = "", "Lose 2% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["UniqueMaximumLifeOnKillPercent2"] = { affix = "", "Lose 1% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["UniqueMaximumLifeOnKillPercent3"] = { affix = "", "Recover (2-4)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["UniqueMaximumManaOnKillPercent1"] = { affix = "", "Lose 1% of maximum Mana on Kill", statOrder = { 1436 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1030153674, }, + ["UniqueAttackerTakesFireDamage1"] = { affix = "", "25 to 35 Fire Thorns damage", statOrder = { 9481 }, level = 1, group = "ThornsFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1993950627, }, + ["UniqueAttackerTakesColdDamage1"] = { affix = "", "25 to 35 Cold Thorns damage", statOrder = { 9480 }, level = 1, group = "ThornsColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1515531208, }, + ["UniquePhysicalDamageTakenAsFire1"] = { affix = "", "40% of Physical Damage taken as Fire Damage", statOrder = { 8754 }, level = 1, group = "PhysicalHitAndDoTDamageTakenAsFire", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004468512, }, + ["UniqueAllAttributesPerLevel1"] = { affix = "", "-1 to all Attributes per Level", statOrder = { 7028 }, level = 1, group = "LocalAllAttributesPerLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2333085568, }, + ["UniqueLocalNoWeaponPhysicalDamage1"] = { affix = "", "No Physical Damage", statOrder = { 819 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, + ["UniqueLocalNoWeaponPhysicalDamage2"] = { affix = "", "No Physical Damage", statOrder = { 819 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, + ["UniqueLocalNoWeaponPhysicalDamage3"] = { affix = "", "No Physical Damage", statOrder = { 819 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, + ["UniqueLocalNoWeaponPhysicalDamage4"] = { affix = "", "No Physical Damage", statOrder = { 819 }, level = 1, group = "LocalNoWeaponPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 385756972, }, + ["UniqueLocalFreezeOnFullLife1"] = { affix = "", "Freezes Enemies that are on Full Life", statOrder = { 7035 }, level = 1, group = "LocalFreezeOnFullLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2260055669, }, + ["UniqueAttackDamageOnLowLife1"] = { affix = "", "100% increased Attack Damage when on Low Life", statOrder = { 4366 }, level = 1, group = "AttackDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4246007234, }, + ["UniqueAttackDamageNotOnLowMana1"] = { affix = "", "100% increased Attack Damage while not on Low Mana", statOrder = { 4370 }, level = 1, group = "AttackDamageNotOnLowMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2462683918, }, + ["UniqueQuiverModifierEffect1"] = { affix = "", "(150-250)% increased bonuses gained from Equipped Quiver", statOrder = { 8882 }, level = 1, group = "QuiverModifierEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1200678966, }, + ["UniqueDrainManaHealLife1"] = { affix = "", "Damage over Time bypasses your Energy Shield", "While not on Full Life, Sacrifice 10% of maximum Mana per Second to Recover that much Life", statOrder = { 9605, 9605.1 }, level = 1, group = "DrainManaHealLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2894895028, }, + ["UniqueBurningGroundWhileMovingMaximumLife1"] = { affix = "", "Drop Ignited Ground while moving, which lasts 8 seconds and Ignites as though dealing Fire Damage equal to 10% of your maximum Life", statOrder = { 3868 }, level = 1, group = "BurningGroundWhileMovingMaximumLife", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2356156926, }, + ["UniqueShockedGroundWhileMoving1"] = { affix = "", "Drop Shocked Ground while moving, lasting 8 seconds", statOrder = { 3869 }, level = 1, group = "ShockedGroundWhileMoving", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 65133983, }, + ["UniqueCannotBePoisoned1"] = { affix = "", "Cannot be Poisoned", statOrder = { 2956 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, + ["UniqueDoubleIgniteChance1"] = { affix = "", "Flammability Magnitude is doubled", statOrder = { 5120 }, level = 1, group = "DoubleIgniteChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1540254896, }, + ["UniqueRemoveSpirit1"] = { affix = "", "You have no Spirit", statOrder = { 9293 }, level = 1, group = "RemoveSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3148264775, }, + ["UniqueBlockChanceIncrease1"] = { affix = "", "25% increased Block chance", statOrder = { 1060 }, level = 1, group = "BlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4147897060, }, + ["UniqueBlockChanceIncrease2"] = { affix = "", "(10-15)% increased Block chance", statOrder = { 1060 }, level = 1, group = "BlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4147897060, }, + ["UniqueMaximumBlockChance1"] = { affix = "", "+(3-5)% to maximum Block chance", statOrder = { 1655 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, + ["UniqueMaximumBlockChance2"] = { affix = "", "-(20-10)% to maximum Block chance", statOrder = { 1655 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, + ["UniqueLeechLifeOnSpellCast1"] = { affix = "", "Leeches 1% of maximum Life when you Cast a Spell", statOrder = { 6888 }, level = 1, group = "LeechLifeOnSpellCast", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 335699483, }, + ["UniqueArrowSpeed1"] = { affix = "", "(50-100)% increased Arrow Speed", statOrder = { 1476 }, level = 1, group = "ArrowSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1207554355, }, + ["UniqueWeaponDamageFinalPercent1"] = { affix = "", "40% less Attack Damage", statOrder = { 2122 }, level = 1, group = "QuillRainWeaponDamageFinalPercent", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 412462523, }, + ["UniqueEnergyShieldRechargeOnKill1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Kill an Enemy", statOrder = { 5950 }, level = 1, group = "EnergyShieldRechargeOnKill", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1618482990, }, + ["UniqueCausesBleeding1"] = { affix = "", "Causes Bleeding on Hit", statOrder = { 2144 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2091621414, }, + ["UniqueLocalPoisonOnHit1"] = { affix = "", "Always Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["UniqueAdditionalCurseOnEnemies1"] = { affix = "", "You can apply an additional Curse", statOrder = { 1829 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, + ["UniqueBeltFlaskRecoveryRate1"] = { affix = "", "(30-40)% increased Life and Mana Recovery from Flasks", statOrder = { 6145 }, level = 1, group = "BeltFlaskRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life", "mana" }, tradeHash = 2310741722, }, + ["UniqueLowLifeThreshold1"] = { affix = "", "You are considered on Low Life while at 75% of maximum Life or below instead", statOrder = { 7347 }, level = 1, group = "LowLifeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 356835700, }, + ["UniqueLoseLifeOnSkillUse1"] = { affix = "", "Lose 5 Life when you use a Skill", statOrder = { 7344 }, level = 1, group = "LoseLifeOnKillUse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1902409192, }, + ["UniqueChanceToAvoidDeath1"] = { affix = "", "50% chance to Avoid Death from Hits", statOrder = { 5064 }, level = 1, group = "ChanceToAvoidDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1689729380, }, + ["UniqueLowLifeOnManaThreshold1"] = { affix = "", "You count as on Low Life while at 35% of maximum Mana or below", statOrder = { 9640 }, level = 1, group = "LowLifeOnManaThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3154256486, }, + ["UniqueLowManaOnLifeThreshold1"] = { affix = "", "You count as on Low Mana while at 35% of maximum Life or below", statOrder = { 9641 }, level = 1, group = "LowManaOnLifeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1143240184, }, + ["UniqueArmourAppliesToElementalDamage1"] = { affix = "", "+(100-150)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 1, group = "ArmourAppliesToElementalDamage", weightKey = { }, weightVal = { }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["UniqueNoExtraBleedDamageWhileMoving1"] = { affix = "", "Moving while Bleeding doesn't cause you to take extra damage", statOrder = { 2795 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 4112450013, }, + ["UniqueGainRareMonsterModsOnKill1"] = { affix = "", "When you Kill a Rare monster, you gain its Modifiers for 60 seconds", statOrder = { 2460 }, level = 1, group = "GainRareMonsterModsOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2913235441, }, + ["UniquePoisonOnBlock1"] = { affix = "", "Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage", statOrder = { 8773 }, level = 1, group = "PoisonDamageBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4195198267, }, + ["UniqueDoubleAccuracyRating1"] = { affix = "", "Accuracy Rating is Doubled", statOrder = { 4013 }, level = 1, group = "AccuracyRatingIsDoubled", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2161347476, }, + ["UniqueWeaponDamagePerStrength1"] = { affix = "", "10% increased Weapon Damage per 10 Strength", statOrder = { 9715 }, level = 1, group = "WeaponDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1791136590, }, + ["UniqueAttackSpeedPerDexterity1"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrder = { 4408 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 889691035, }, + ["UniqueAttackAreaOfEffectPerIntelligence1"] = { affix = "", "1% increased Area of Effect for Attacks per 10 Intelligence", statOrder = { 4336 }, level = 1, group = "AttackAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 434750362, }, + ["UniqueAdditionalSkillSlots1"] = { affix = "", "Grants 1 additional Skill Slot", statOrder = { 56 }, level = 1, group = "AdditionalSkillSlots", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 958696139, }, + ["UniqueMaximumResistancesOverride1"] = { affix = "", "Your Maximum Resistances are (75-80)%", statOrder = { 8653 }, level = 1, group = "MaximumResistancesOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance" }, tradeHash = 798767971, }, + ["UniqueExtraChaosDamagePerUndeadMinion1"] = { affix = "", "Gain 5% of Damage as Chaos Damage per Undead Minion", statOrder = { 8547 }, level = 1, group = "ExtraChaosDamagePerUndeadMinion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 997343726, }, + ["UniqueBaseBlockDamageTaken1"] = { affix = "", "You take (25-40)% of damage from Blocked Hits", statOrder = { 4493 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2905515354, }, + ["UniqueBaseBlockDamageTaken2"] = { affix = "", "You take 50% of damage from Blocked Hits", statOrder = { 4493 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2905515354, }, + ["UniqueBaseBlockDamageTaken3"] = { affix = "", "You take (15-20)% of damage from Blocked Hits", statOrder = { 4493 }, level = 1, group = "BaseBlockDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2905515354, }, + ["UniqueCullingStrikeOnBlock1"] = { affix = "", "Enemies are Culled on Block", statOrder = { 5456 }, level = 1, group = "CullingStrikeOnBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 381470861, }, + ["UniqueBlockPercentWithFocus1"] = { affix = "", "+(15-25)% to Block Chance while holding a Focus", statOrder = { 4045 }, level = 1, group = "BlockPercentWithFocus", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3122852693, }, + ["UniqueUnarmedMoreDamageWithMaceSkills1"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrder = { 2103 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1814782245, }, + ["UniqueGainRageWhenHit1"] = { affix = "", "Gain 5 Rage when Hit by an Enemy", statOrder = { 6341 }, level = 1, group = "GainRageWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3292710273, }, + ["UniqueGainRageWhenCrit1"] = { affix = "", "Gain 10 Rage when Critically Hit by an Enemy", statOrder = { 6342 }, level = 1, group = "GainRageWhenCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1466716929, }, + ["UniqueIgniteDuration1"] = { affix = "", "50% reduced Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["UniqueIgniteEffect1"] = { affix = "", "50% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, + ["UniqueIgniteEffect2"] = { affix = "", "100% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, + ["UniqueIgniteEffect3"] = { affix = "", "(10-20)% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, + ["UniqueEnemiesIgniteChaosDamage1"] = { affix = "", "Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite", statOrder = { 5905 }, level = 1, group = "EnemiesIgniteChaosDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 2515006979, }, + ["UniqueLocalWeaponRangeIncrease1"] = { affix = "", "20% increased Melee Strike Range with this weapon", statOrder = { 7022 }, level = 1, group = "LocalWeaponRangeIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 548198834, }, + ["UniqueDamageBlockedRecoupedAsMana1"] = { affix = "", "Damage Blocked is Recouped as Mana", statOrder = { 5506 }, level = 1, group = "DamageBlockedRecoupedAsMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2875218423, }, + ["UniqueAllDamage1"] = { affix = "", "25% reduced Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["UniqueAllDamage2"] = { affix = "", "(30-50)% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["UniqueTakeNoExtraDamageFromCriticalStrikes1"] = { affix = "", "Take no Extra Damage from Critical Hits", statOrder = { 3821 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 4294267596, }, + ["UniqueLifeFlaskNoRecovery1"] = { affix = "", "Life Flasks do not recover Life", statOrder = { 4539 }, level = 1, group = "LifeFlaskNoRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 265717301, }, + ["UniqueDoubleOnKillEffects1"] = { affix = "", "On-Kill Effects happen twice", statOrder = { 8645 }, level = 1, group = "DoubleOnKillEffects", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 259470957, }, + ["UniqueGlobalSkillGemLevel1"] = { affix = "", "+1 to Level of all Skills", statOrder = { 4149 }, level = 1, group = "GlobalSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4283407333, }, + ["UniqueReceiveBleedingWhenHit1"] = { affix = "", "25% chance to be inflicted with Bleeding when Hit", statOrder = { 8929 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3423694372, }, + ["UniqueCannotBeChilledOrFrozen1"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1517 }, level = 1, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, + ["UniqueConsumeCorpseRecoverLife1"] = { affix = "", "Every 3 seconds, Consume a nearby Corpse to Recover 20% of maximum Life", statOrder = { 5315 }, level = 1, group = "ConsumeCorpseRecoverLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3764198549, }, + ["UniqueSmokeCloudWhenStationary1"] = { affix = "", "You have a Smoke Cloud around you while stationary", statOrder = { 9186 }, level = 1, group = "SmokeCloudWhenStationary", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2592455368, }, + ["UniqueGlobalEvasionOnFullLife1"] = { affix = "", "100% increased Evasion Rating when on Full Life", statOrder = { 6010 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 88817332, }, + ["UniqueMovementVelocityOnFullLife1"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrder = { 1479 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, + ["UniqueLocalAllDamageCanElectrocute1"] = { affix = "", "All damage with this Weapon causes Electrocution buildup", statOrder = { 7031 }, level = 1, group = "LocalAllDamageCanElectrocute", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1910743684, }, + ["UniqueLocalAllDamageCanFreeze1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Freeze Buildup", statOrder = { 7032 }, level = 1, group = "LocalAllDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3761294489, }, + ["UniqueLocalAllDamageCanChill1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Chill Magnitude", statOrder = { 7030 }, level = 1, group = "LocalAllDamageCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2156230257, }, + ["UniqueLocalCullingStrikeFrozenEnemies1"] = { affix = "", "Culling Strike against Frozen Enemies", statOrder = { 7075 }, level = 1, group = "LocalCullingStrikeFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1158324489, }, + ["UniqueFrozenMonstersTakeIncreasedDamage1"] = { affix = "", "Enemies Frozen by you take 50% increased Damage", statOrder = { 2127 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, + ["UniqueLifeConvertedToEnergyShield1"] = { affix = "", "25% of Maximum Life Converted to Energy Shield", statOrder = { 8209 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, + ["UniqueReducedDamageIfNotHitRecently1"] = { affix = "", "20% less Damage taken if you have not been Hit Recently", statOrder = { 3729 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 67637087, }, + ["UniqueIncreasedEvasionIfHitRecently1"] = { affix = "", "100% increased Evasion Rating if you have been Hit Recently", statOrder = { 3730 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1073310669, }, + ["UniqueUndeadMinionReservation1"] = { affix = "", "(20-30)% increased Reservation Efficiency of Skills which create Undead Minions", statOrder = { 9599 }, level = 1, group = "UndeadMinionReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2308632835, }, + ["UniqueItemRarityOnLowLife1"] = { affix = "", "50% increased Rarity of Items found when on Low Life", statOrder = { 1390 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2929867083, }, + ["UniqueChillImmunityWhenChilled1"] = { affix = "", "You cannot be Chilled for 6 seconds after being Chilled", statOrder = { 2531 }, level = 1, group = "ChillImmunityWhenChilled", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2306924373, }, + ["UniqueFreezeImmunityWhenFrozen1"] = { affix = "", "You cannot be Frozen for 6 seconds after being Frozen", statOrder = { 2533 }, level = 1, group = "FreezeImmunityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3612464552, }, + ["UniqueIgniteImmunityWhenIgnited1"] = { affix = "", "You cannot be Ignited for 6 seconds after being Ignited", statOrder = { 2534 }, level = 1, group = "IgniteImmunityWhenIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 947072590, }, + ["UniqueShockImmunityWhenShocked1"] = { affix = "", "You cannot be Shocked for 6 seconds after being Shocked", statOrder = { 2535 }, level = 1, group = "ShockImmunityWhenShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 215346464, }, + ["UniqueReflectCurseToSelf1"] = { affix = "", "Curses you inflict are reflected back to you", statOrder = { 5487 }, level = 1, group = "ReflectCurseToSelf", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4275855121, }, + ["UniqueAttackAndCastSpeed1"] = { affix = "", "(10-15)% reduced Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["UniqueIncreasedSkillSpeed1"] = { affix = "", "(10-15)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["UniqueIncreasedSkillSpeed2"] = { affix = "", "10% reduced Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["UniqueIncreasedSkillSpeed3"] = { affix = "", "(5-10)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["UniqueIncreasedSkillSpeed4"] = { affix = "", "(15-30)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["UniqueIncreasedSkillSpeed5"] = { affix = "", "(10-15)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["UniqueShareChargesWithAllies1"] = { affix = "", "Share Charges with Allies in your Presence", statOrder = { 9074 }, level = 1, group = "ShareChargesWithAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2535267021, }, + ["UniqueOverrideWeaponBaseCritical1"] = { affix = "", "Base Critical Hit Chance for Attacks with Weapons is 7%", statOrder = { 8654 }, level = 1, group = "OverrideWeaponBaseCritical", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2635559734, }, + ["UniqueEnemiesKilledCountAsYours1"] = { affix = "", "Enemies in your Presence killed by anyone count as being killed by you instead", statOrder = { 5634 }, level = 1, group = "EnemiesKilledCountAsYours", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1576794517, }, + ["UniqueAllDamageCanPoison1"] = { affix = "", "All Damage from Hits Contributes to Poison Magnitude", statOrder = { 4136 }, level = 1, group = "AllDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4012215578, }, + ["UniqueFreezeDamageMaximumMana1"] = { affix = "", "Gain Cold Thorns Damage equal to (10-18)% of your maximum Mana", statOrder = { 4037 }, level = 1, group = "FreezeDamageMaximumMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1435496528, }, + ["UniqueBlockPercent1"] = { affix = "", "+10% to Block chance", statOrder = { 2124 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["UniqueBlockPercent2"] = { affix = "", "+(15-25)% to Block chance", statOrder = { 2124 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["UniqueRangedAttackDamageTaken1"] = { affix = "", "-10 Physical damage taken from Projectile Attacks", statOrder = { 1893 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, + ["UniqueChillEffect1"] = { affix = "", "(20-30)% increased Magnitude of Chill you inflict", statOrder = { 5219 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 828179689, }, + ["UniqueManaCostReduction1"] = { affix = "", "20% reduced Mana Cost of Skills", statOrder = { 1557 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, + ["UniqueManaCostReduction2"] = { affix = "", "10% increased Mana Cost of Skills", statOrder = { 1557 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, + ["UniqueLightningDamageCanElectrocute1"] = { affix = "", "Lightning damage from Hits Contributes to Electrocution Buildup", statOrder = { 4543 }, level = 1, group = "LightningDamageElectrocute", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1017648537, }, + ["UniqueStrengthSatisfiesAllWeaponRequirements1"] = { affix = "", "Strength can satisfy other Attribute Requirements of Melee Weapons and Melee Skills", statOrder = { 9348 }, level = 1, group = "StrengthSatisfiesAllWeaponRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2230687504, }, + ["UniqueAreaOfEffect1"] = { affix = "", "(10-20)% increased Area of Effect", statOrder = { 1554 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 280731498, }, + ["UniquePercentageStrength1"] = { affix = "", "(5-15)% increased Strength", statOrder = { 1076 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, + ["UniquePercentageStrength2"] = { affix = "", "(15-30)% increased Strength", statOrder = { 1076 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, + ["UniquePercentageDexterity1"] = { affix = "", "(5-15)% increased Dexterity", statOrder = { 1077 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, + ["UniquePercentageDexterity2"] = { affix = "", "10% reduced Dexterity", statOrder = { 1077 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, + ["UniquePercentageIntelligence1"] = { affix = "", "(5-15)% increased Intelligence", statOrder = { 1078 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, + ["UniquePercentageIntelligence2"] = { affix = "", "10% reduced Intelligence", statOrder = { 1078 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, + ["UniquePercentageIntelligence3"] = { affix = "", "(5-15)% increased Intelligence", statOrder = { 1078 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, + ["UniqueReducedIgniteEffectOnSelf1"] = { affix = "", "(35-50)% reduced Magnitude of Ignite on you", statOrder = { 6714 }, level = 1, group = "ReducedIgniteEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1269971728, }, + ["UniqueReducedChillEffectOnSelf1"] = { affix = "", "(35-50)% reduced Effect of Chill on you", statOrder = { 1419 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1478653032, }, + ["UniqueReducedShockEffectOnSelf1"] = { affix = "", "(35-50)% reduced effect of Shock on you", statOrder = { 9107 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3801067695, }, + ["UniqueThornsOnAnyHit1"] = { affix = "", "Thorns can Retaliate against all Hits", statOrder = { 9485 }, level = 1, group = "ThornsOnAnyHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3414243317, }, + ["UniqueTriggerDecomposeOnStep1"] = { affix = "", "Trigger Decompose Skill on Step", statOrder = { 7112 }, level = 1, group = "CorpsewadeGrantsTriggeredCorpseCloud", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4036087867, }, + ["UniqueOverkillDamagePhysical1"] = { affix = "", "Deal 30% of Overkill damage to enemies within 2 metres of the enemy killed", statOrder = { 8651 }, level = 1, group = "OverkillDamagePhysical", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301852600, }, + ["UniqueMaximumEnduranceCharges1"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1483 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, + ["UniqueMaximumFrenzyCharges1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["UniqueMaximumPowerCharges1"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["UniqueLifeRegenerationPercentPerEnduranceCharge1"] = { affix = "", "Regenerate 0.5% of maximum Life per second per Endurance Charge", statOrder = { 1372 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, + ["UniqueMovementVelocityPerFrenzyCharge1"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["UniqueCriticalMultiplierPerPowerCharge1"] = { affix = "", "12% increased Critical Damage Bonus per Power Charge", statOrder = { 2874 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, + ["UniqueCriticalStrikesLeechIsInstant1"] = { affix = "", "Leech from Critical Hits is instant", statOrder = { 2202 }, level = 1, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3389184522, }, + ["UniqueBaseChanceToPoison1"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, + ["UniqueBaseChanceToPoison2"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, + ["UniqueBaseChanceToPoison3"] = { affix = "", "(10-20)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, + ["UniqueBaseChanceToPoison4"] = { affix = "", "(20-30)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 795138349, }, + ["UniquePoisonStackCount1"] = { affix = "", "Targets can be affected by +1 of your Poisons at the same time", statOrder = { 8612 }, level = 1, group = "PoisonStackCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1755296234, }, + ["UniqueSacrificeLifeToGainEnergyShield1"] = { affix = "", "Sacrifice (5-15)% of Life to gain that much Energy Shield when you Cast a Spell", statOrder = { 9045 }, level = 1, group = "SacrificeLifeToGainES", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 613752285, }, + ["UniqueCullingStrike1"] = { affix = "", "Culling Strike", statOrder = { 1696 }, level = 1, group = "CullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, + ["UniqueDecimatingStrike1"] = { affix = "", "Decimating Strike", statOrder = { 5639 }, level = 1, group = "DecimatingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3872034802, }, + ["UniqueCannotBeIgnited1"] = { affix = "", "Cannot be Ignited", statOrder = { 1519 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, + ["UniquePhysicalAttackDamageTaken1"] = { affix = "", "-10 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["UniquePhysicalAttackDamageTaken2"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["UniqueNoManaPerIntelligence1"] = { affix = "", "Gain no inherent bonus from Intelligence", statOrder = { 1683 }, level = 1, group = "NoMaximumManaPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4187571952, }, + ["UniqueNoLifeRegeneration1"] = { affix = "", "You have no Life Regeneration", statOrder = { 1940 }, level = 1, group = "NoLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 854225133, }, + ["UniqueFragileRegrowth1"] = { affix = "", "Maximum 10 Fragile Regrowth", "0.5% of maximum Life Regenerated per second per Fragile Regrowth", "10% increased Mana Regeneration Rate per Fragile Regrowth", "Lose all Fragile Regrowth when Hit", "Gain 1 Fragile Regrowth each second", statOrder = { 3947, 3948, 3949, 3950, 6336 }, level = 1, group = "FragileRegrowth", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1042038498, }, + ["UniqueEnergyShieldDelay1"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["UniqueEnergyShieldDelay2"] = { affix = "", "30% slower start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["UniqueEnergyShieldDelay3"] = { affix = "", "100% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["UniqueEnergyShieldDelay4"] = { affix = "", "80% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["UniqueEnergyShieldDelay5"] = { affix = "", "(30-50)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["UniqueReverseChill1"] = { affix = "", "The Effect of Chill on you is reversed", statOrder = { 5218 }, level = 1, group = "ReverseChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2955966707, }, + ["UniquePhysicalDamageTakenPercentToReflect1"] = { affix = "", "250% of Melee Physical Damage taken reflected to Attacker", statOrder = { 2123 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1092987622, }, + ["UniquePhysicalDamagePreventedRecoup1"] = { affix = "", "50% of Physical Damage prevented Recouped as Life", statOrder = { 8727 }, level = 1, group = "PhysicalDamagePreventedRecoup", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1374654984, }, + ["UniqueRechargeNotInterruptedRecently1"] = { affix = "", "Energy Shield Recharge is not interrupted by Damage if Recharge began Recently", statOrder = { 3305 }, level = 1, group = "RechargeNotInterruptedRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1419390131, }, + ["UniqueMinionReviveSpeed1"] = { affix = "", "Minions Revive 50% faster", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2639966148, }, + ["UniqueMinionReviveSpeed2"] = { affix = "", "Minions Revive (10-15)% faster", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2639966148, }, + ["UniqueMinionReviveSpeed3"] = { affix = "", "Minions Revive 50% slower", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2639966148, }, + ["UniqueMinionLifeGainAsEnergyShield1"] = { affix = "", "Minions gain (20-30)% of their maximum Life as Extra maximum Energy Shield", statOrder = { 8383 }, level = 1, group = "MinionLifeGainAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences", "minion" }, tradeHash = 943702197, }, + ["UniqueCannotBeShocked1"] = { affix = "", "Cannot be Shocked", statOrder = { 1521 }, level = 1, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 491899612, }, + ["UniqueFlaskChanceToNotConsume1"] = { affix = "", "50% chance for Flasks you use to not consume Charges", statOrder = { 3771 }, level = 1, group = "FlaskChanceToNotConsumeCharges", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 311641062, }, + ["UniqueSetElementalResistances1"] = { affix = "", "You have no Elemental Resistances", statOrder = { 2478 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1776968075, }, + ["UniquePoisonOnCrit1"] = { affix = "", "Critical Hits Poison the enemy", statOrder = { 8784 }, level = 1, group = "PoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 62849030, }, + ["UniqueDuplicatesRingStats1"] = { affix = "", "Reflects opposite Ring", statOrder = { 2494 }, level = 1, group = "DuplicatesRingStats", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 746505085, }, + ["UniqueLifeLeechAmount1"] = { affix = "", "100% increased amount of Life Leeched", statOrder = { 1816 }, level = 1, group = "LifeLeechAmount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2112395885, }, + ["UniquePhysicalMinimumDamageModifier1"] = { affix = "", "(30-40)% less minimum Physical Attack Damage", statOrder = { 1091 }, level = 1, group = "RyuslathaMinimumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2423248184, }, + ["UniquePhysicalMaximumDamageModifier1"] = { affix = "", "(30-40)% more maximum Physical Attack Damage", statOrder = { 1090 }, level = 1, group = "RyuslathaMaximumDamageModifier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3735888493, }, + ["UniqueGlobalItemAttributeRequirements1"] = { affix = "", "Equipment and Skill Gems have 50% reduced Attribute Requirements", statOrder = { 2214 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["UniqueGlobalItemAttributeRequirements2"] = { affix = "", "Equipment and Skill Gems have 25% increased Attribute Requirements", statOrder = { 2214 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["UniqueEnemiesBlockedAreIntimidated1"] = { affix = "", "Permanently Intimidate enemies on Block", statOrder = { 8704 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2930706364, }, + ["UniqueEnemiesBlockedAreIntimidatedDuration1"] = { affix = "", "Intimidate Enemies on Block for 8 seconds", statOrder = { 6814 }, level = 1, group = "EnemiesBlockedAreIntimidatedDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3703496511, }, + ["UniqueHasOnslaught1"] = { affix = "", "Onslaught", statOrder = { 3161 }, level = 1, group = "HasOnslaught", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1520059289, }, + ["UniqueChanceToIntimidateOnHit1"] = { affix = "", "25% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5132 }, level = 1, group = "ChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 78985352, }, + ["UniqueExperienceIncrease1"] = { affix = "", "5% increased Experience gain", statOrder = { 1394 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, + ["UniquePowerChargeOnCritChance1"] = { affix = "", "25% chance to gain a Power Charge on Critical Hit", statOrder = { 1509 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, tradeHash = 3814876985, }, + ["UniqueIncreasedStrengthRequirements1"] = { affix = "", "50% increased Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["UniqueRechargeOnManaFlask1"] = { affix = "", "Energy Shield Recharge starts when you use a Mana Flask", statOrder = { 9313 }, level = 1, group = "RechargeOnManaFlask", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2402413437, }, + ["UniqueAlwaysDrinkingFlask1"] = { affix = "", "This Flask cannot be Used but applies its Effect constantly", statOrder = { 606 }, level = 62, group = "FlaskAlwaysDrinking", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2980117882, }, + ["UniqueAilmentChanceRecieved1"] = { affix = "", "(80-100)% increased Chance to be afflicted by Ailments when Hit", statOrder = { 5066 }, level = 1, group = "AilmentChanceRecieved", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 892489594, }, + ["UniqueMovementVelocityWithAilment1"] = { affix = "", "25% increased Movement Speed while affected by an Ailment", statOrder = { 8461 }, level = 1, group = "MovementVelocityWithAilment", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 610276769, }, + ["UniqueMinionCausticCloudOnDeath1"] = { affix = "", "Your Minions spread Caustic Ground on Death, dealing 20% of their maximum Life as Chaos Damage per second", statOrder = { 3019 }, level = 1, group = "MinionCausticCloudOnDeath", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, tradeHash = 688802590, }, + ["UniqueLocalDoubleStunDamage1"] = { affix = "", "Causes Double Stun Buildup", statOrder = { 7120 }, level = 1, group = "LocalDoubleStunDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 769129523, }, + ["UniqueLocalBreakArmourOnHit1"] = { affix = "", "Hits Break (30-50) Armour", statOrder = { 7038 }, level = 1, group = "LocalBreakArmourOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 289086688, }, + ["UniqueLocalFireExposureOnArmourBreak1"] = { affix = "", "Inflicts Fire Exposure when this Weapon Fully Breaks Armour", statOrder = { 7040 }, level = 1, group = "LocalFireExposureOnArmourBreak", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3439162551, }, + ["UniqueIncreasedStunThreshold1"] = { affix = "", "20% reduced Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 680068163, }, + ["UniqueDoubleStunThresholdWhileActiveBlock1"] = { affix = "", "Double Stun Threshold while Shield is Raised", statOrder = { 7240 }, level = 1, group = "DoubleStunThresholdWhileActiveBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3686997387, }, + ["UniqueRageOnHit1"] = { affix = "", "Gain 1 Rage on Melee Hit", statOrder = { 6339 }, level = 1, group = "RageOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2709367754, }, + ["UniqueIncreasedStunThresholdPerRage1"] = { affix = "", "Every Rage also grants 1% increased Stun Threshold", statOrder = { 9826 }, level = 1, group = "IncreasedStunThresholdPerRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 352044736, }, + ["UniqueIncreasedArmourPerRage1"] = { affix = "", "Every Rage also grants 1% increased Armour", statOrder = { 9814 }, level = 1, group = "IncreasedArmourPerRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2995914769, }, + ["UniquePhysicalDamagePin1"] = { affix = "", "Physical Damage is Pinning", statOrder = { 4563 }, level = 1, group = "PhysicalDamagePin", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2041668411, }, + ["UniqueLocalPhysicalDamageAddedAsEachElement1"] = { affix = "", "Attacks with this Weapon gain 50% of Physical damage as Extra damage of each Element", statOrder = { 3798 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, + ["UniqueBlockChanceToAllies1"] = { affix = "", "Allies in your Presence have Block Chance equal to yours", statOrder = { 8652 }, level = 1, group = "BlockChanceToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1361645249, }, + ["UniqueNoMovementPenaltyRaisedShield1"] = { affix = "", "No Movement Speed Penalty while Shield is Raised", statOrder = { 8522 }, level = 1, group = "NoMovementPenaltyRaisedShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 585231074, }, + ["UniqueLocalMaimOnCrit1"] = { affix = "", "Maim on Critical Hit", statOrder = { 7036 }, level = 1, group = "LocalMaimOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2895144208, }, + ["UniqueAlwaysCritHeavyStun1"] = { affix = "", "Always deals Critical Hits against Heavy Stunned Enemies", statOrder = { 7034 }, level = 1, group = "AlwaysCritHeavyStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2214130968, }, + ["UniqueBaseLifeRegenToAllies1"] = { affix = "", "50% of your Base Life Regeneration is granted to Allies in your Presence", statOrder = { 896 }, level = 82, group = "BaseLifeRegenToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4287671144, }, + ["UniqueManaScarificeToAllies1"] = { affix = "", "When a Party Member in your Presence Casts a Spell, you", "Sacrifice 20% of Mana and they Leech that Mana", statOrder = { 9603, 9603.1 }, level = 1, group = "ManaScarificeToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 603021645, }, + ["UniqueCannotBlock1"] = { affix = "", "Cannot Block", statOrder = { 2861 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1465760952, }, + ["UniqueMaximumBlockToMaximumResistances1"] = { affix = "", "Modifiers to Maximum Block Chance instead apply to Maximum Resistances", statOrder = { 8177 }, level = 1, group = "MaximumBlockToMaximumResistances", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3679696791, }, + ["UniqueDisableShieldSkills1"] = { affix = "", "Cannot use Shield Skills", statOrder = { 9797 }, level = 1, group = "DisableShieldSkills", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 65135897, }, + ["UniqueFullManaThreshold1"] = { affix = "", "You count as on Full Mana while at 90% of maximum Mana or above", statOrder = { 6197 }, level = 1, group = "FullManaThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 423304126, }, + ["UniqueIncreasedAttackSpeedFullMana1"] = { affix = "", "25% increased Attack Speed while on Full Mana", statOrder = { 4393 }, level = 1, group = "IncreasedAttackSpeedFullMana", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4145314483, }, + ["UniqueFireShocks1"] = { affix = "", "Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes", statOrder = { 2497 }, level = 1, group = "FireShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "lightning", "ailment" }, tradeHash = 2949096603, }, + ["UniqueColdIgnites1"] = { affix = "", "Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup", statOrder = { 2498 }, level = 1, group = "ColdIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "ailment" }, tradeHash = 1261612903, }, + ["UniqueLightningFreezes1"] = { affix = "", "Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance", statOrder = { 2499 }, level = 1, group = "LightningFreezes", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "lightning", "ailment" }, tradeHash = 1011772129, }, + ["UniqueLifeCostAsManaCost1"] = { affix = "", "Skills gain a Base Life Cost equal to 50% of Base Mana Cost", statOrder = { 4571 }, level = 1, group = "LifeCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605834869, }, + ["UniqueLifeCostAsManaCost2"] = { affix = "", "Skills gain a Base Life Cost equal to 10% of Base Mana Cost", statOrder = { 4571 }, level = 1, group = "LifeCostAsManaCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605834869, }, + ["UniqueSpellDamageLifeLeech1"] = { affix = "", "5% of Spell Damage Leeched as Life", statOrder = { 4540 }, level = 1, group = "SpellDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 782941180, }, + ["UniqueFireDamageTakenAsPhysical1"] = { affix = "", "100% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2111 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3205239847, }, + ["UniqueCriticalStrikeMultiplierOverride1"] = { affix = "", "Your Critical Damage Bonus is 250%", statOrder = { 5415 }, level = 1, group = "CriticalStrikeMultiplierIs250", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 2516303866, }, + ["UniqueIgniteEnemiesInPresence1"] = { affix = "", "Enemies in your Presence are Ignited as though dealt 100 Base Fire Damage", statOrder = { 6713 }, level = 1, group = "IgniteEnemiesInPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1433051415, }, + ["UniqueAttackerTakesLightningDamage1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrder = { 1855 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, + ["UniqueDamageCannotBypassEnergyShield1"] = { affix = "", "Damage cannot bypass Energy Shield", statOrder = { 9606 }, level = 1, group = "DamageCannotBypassEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 93764325, }, + ["UniqueBleedsAlwaysAggravated1"] = { affix = "", "Bleeding you inflict is Aggravated", statOrder = { 4111 }, level = 1, group = "BleedsAlwaysAggravated", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 841429130, }, + ["UniqueSlowPotency1"] = { affix = "", "50% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 924253255, }, + ["UniqueGlobalChanceToBleed1"] = { affix = "", "50% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, + ["UniqueGlobalChanceToBleed2"] = { affix = "", "(10-20)% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, + ["UniqueGlobalChanceToBleed3"] = { affix = "", "25% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "GlobalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2174054121, }, + ["UniqueAggravateBleedOnCrit1"] = { affix = "", "Aggravate Bleeding on targets you Critically Hit with Attacks", statOrder = { 4103 }, level = 1, group = "AggravateBleedOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2438634449, }, + ["UniqueLifeLeechToAllies1"] = { affix = "", "When you Leech Life from a Hit, Allies in your Presence also Leech the same amount of Life", statOrder = { 6891 }, level = 1, group = "LifeLeechToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605721598, }, + ["UniqueRandomMovementVelocityOnHit1"] = { affix = "", "Gain 0% to 40% increased Movement Speed at random when Hit, until Hit again", statOrder = { 8232 }, level = 1, group = "RandomMovementVelocityOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 796381300, }, + ["UniqueProjectilesSplitCount1"] = { affix = "", "Projectiles Split towards +2 targets", statOrder = { 8841 }, level = 1, group = "ProjectilesSplitCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3464380325, }, + ["UniquePowerChargeOnHit1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrder = { 1513 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1453197917, }, + ["UniqueLosePowerChargesOnMaxCharges1"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3167 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, + ["UniqueShockOnMaxPowerCharges1"] = { affix = "", "Shocks you when you reach maximum Power Charges", statOrder = { 3168 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4256314560, }, + ["UniqueMinionAddedColdDamageMaximumLife1"] = { affix = "", "Minions deal 5% of your Life as additional Cold Damage with Attacks", statOrder = { 8326 }, level = 1, group = "MinionAddedColdDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1403346025, }, + ["UniqueStatLifeReservation1"] = { affix = "", "Reserves 15% of Life", statOrder = { 2106 }, level = 1, group = "StatLifeReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2492660287, }, + ["UniqueElementalDamageTakenAsChaos1"] = { affix = "", "20% of Elemental damage from Hits taken as Chaos damage", statOrder = { 2120 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, tradeHash = 1175213674, }, + ["UniqueChanceToBePoisoned1"] = { affix = "", "+25% chance to be Poisoned", statOrder = { 2957 }, level = 1, group = "ChanceToBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 4250009622, }, + ["UniqueEnduranceChargeDuration1"] = { affix = "", "25% reduced Endurance Charge Duration", statOrder = { 1785 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, + ["UniqueLifeGainedOnEnduranceChargeConsumed1"] = { affix = "", "Recover 5% of maximum Life for each Endurance Charge consumed", statOrder = { 8940 }, level = 1, group = "LifeGainedOnEnduranceChargeConsumed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 939832726, }, + ["UniqueCullingStrikeThreshold1"] = { affix = "", "100% increased Culling Strike Threshold", statOrder = { 5460 }, level = 1, group = "CullingStrikeThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3563080185, }, + ["UniqueNoSlowPotency1"] = { affix = "", "Your speed is unaffected by Slows", statOrder = { 9180 }, level = 1, group = "NoSlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 50721145, }, + ["UniqueLifeRegenerationPercent1"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["UniqueLifeRegenerationPercentOnLowLife1"] = { affix = "", "Regenerate 3% of maximum Life per second while on Low Life", statOrder = { 1615 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, + ["UniqueFireResistOnLowLife1"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrder = { 1409 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 38301299, }, + ["UniqueSpellDamagePerSpirit1"] = { affix = "", "(8-12)% increased Spell Damage per 10 Spirit", statOrder = { 9248 }, level = 1, group = "SpellDamagePerSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2412053423, }, + ["UniqueFlaskLifeRecoveryEnergyShield1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield", statOrder = { 6901 }, level = 1, group = "FlaskLifeRecoveryEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2812872407, }, + ["UniqueDamageRemovedFromManaBeforeLife1"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, + ["UniqueUnaffectedByCurses1"] = { affix = "", "Unaffected by Curses", statOrder = { 2142 }, level = 1, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3809896400, }, + ["UniqueReflectCurses1"] = { affix = "", "Curse Reflection", statOrder = { 2140 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1731672673, }, + ["UniqueChilledWhileBleeding1"] = { affix = "", "All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you", statOrder = { 4143 }, level = 45, group = "ChilledWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2420248029, }, + ["UniqueChilledWhilePoisoned1"] = { affix = "", "All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you", statOrder = { 4144 }, level = 45, group = "ChilledWhilePoisoned", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1291285202, }, + ["UniqueNonChilledEnemiesBleedAndChill1"] = { affix = "", "All Damage from Hits against Bleeding targets Contributes to Chill Magnitude", statOrder = { 4145 }, level = 1, group = "NonChilledEnemiesBleedAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1717295693, }, + ["UniqueNonChilledEnemiesPoisonAndChill1"] = { affix = "", "All Damage from Hits against Poisoned targets Contributes to Chill Magnitude", statOrder = { 4146 }, level = 1, group = "NonChilledEnemiesPoisonAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1375667591, }, + ["UniqueArmourAppliesToLightningDamage1"] = { affix = "", "+100% of Armour also applies to Lightning Damage", statOrder = { 4485 }, level = 1, group = "ArmourAppliesToLightningDamage", weightKey = { }, weightVal = { }, modTags = { "armour", "defences", "elemental", "lightning" }, tradeHash = 2134207902, }, + ["UniqueLightningResistNoReduction1"] = { affix = "", "Lightning Resistance does not affect Lightning damage taken", statOrder = { 6985 }, level = 1, group = "LightningResistNoReduction", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 3999959974, }, + ["UniqueNearbyEnemyLightningResistanceEqual1"] = { affix = "", "Enemies in your Presence have Lightning Resistance equal to yours", statOrder = { 5882 }, level = 1, group = "NearbyEnemyLightningResistanceEqual", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1546580830, }, + ["UniquePhysicalDamageTakenAsLightningPercent1"] = { affix = "", "(20-40)% of Physical damage from Hits taken as Lightning damage", statOrder = { 2115 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, tradeHash = 425242359, }, + ["UniqueMaximumBlockChanceIfNotBlockedRecently1"] = { affix = "", "You are at Maximum Chance to Block Attack Damage if you have not Blocked Recently", statOrder = { 8167 }, level = 1, group = "MaximumBlockChanceIfNotBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2584264074, }, + ["UniqueInstantLifeFlaskRecovery1"] = { affix = "", "Life Recovery from Flasks is instant", statOrder = { 6869 }, level = 1, group = "InstantLifeFlaskRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 720388959, }, + ["UniqueLifeLeechOvercapLife1"] = { affix = "", "Life Leech can Overflow Maximum Life", statOrder = { 6883 }, level = 1, group = "LifeLeechOvercapLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2714890129, }, + ["UniqueLifeFlasksOvercapLife1"] = { affix = "", "Life Recovery from Flasks can Overflow Maximum Life", statOrder = { 6868 }, level = 75, group = "LifeFlasksOvercapLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1245896889, }, + ["UniqueHasSoulEater1"] = { affix = "", "Soul Eater", statOrder = { 9611 }, level = 1, group = "HasSoulEater", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1404607671, }, + ["UniqueDoublePresenceRadius1"] = { affix = "", "Presence Radius is doubled", statOrder = { 9610 }, level = 1, group = "DoublePresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1810907437, }, + ["UniqueLifeFlaskChargeGeneration1"] = { affix = "", "Life Flasks gain 0.25 charges per Second", statOrder = { 6359 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1102738251, }, + ["UniqueLifeFlaskChargeGeneration2"] = { affix = "", "Life Flasks gain (0.17-0.25) charges per Second", statOrder = { 6359 }, level = 1, group = "LifeFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1102738251, }, + ["UniqueManaFlaskChargeGeneration1"] = { affix = "", "Mana Flasks gain 0.25 charges per Second", statOrder = { 6360 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, + ["UniqueManaFlaskChargeGeneration2"] = { affix = "", "Mana Flasks gain (0.17-0.25) charges per Second", statOrder = { 6360 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, + ["UniqueManaFlaskChargeGeneration3"] = { affix = "", "Mana Flasks gain (0.1-0.25) charges per Second", statOrder = { 6360 }, level = 1, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2200293569, }, + ["UniqueCharmChargeGeneration1"] = { affix = "", "Charms gain 0.5 charges per Second", statOrder = { 6356 }, level = 1, group = "CharmChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 185580205, }, + ["UniqueChaosResistanceIsZero1"] = { affix = "", "Chaos Resistance is zero", statOrder = { 9820 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2439129490, }, + ["UniqueChaosResistanceIsZero2"] = { affix = "", "Chaos Resistance is zero", statOrder = { 9820 }, level = 1, group = "ChaosResistanceIsZero", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2439129490, }, + ["UniqueRecoverLifePercentOnBlock1"] = { affix = "", "Recover 4% of maximum Life when you Block", statOrder = { 2671 }, level = 1, group = "RecoverLifePercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 2442647190, }, + ["UniqueIntimidateOnCurse1"] = { affix = "", "Enemies you Curse are Intimidated", statOrder = { 5899 }, level = 1, group = "IntimidateOnCurse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 147006673, }, + ["UniqueSelfStatusAilmentDuration1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrder = { 1546 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1745952865, }, + ["UniqueCurseNoActivationDelay1"] = { affix = "", "Curses have no Activation Delay", statOrder = { 9628 }, level = 1, group = "CurseNoActivationDelay", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3751072557, }, + ["UniqueSetMovementVelocityPerEvasion1"] = { affix = "", "1% increased Movement Speed per 800 Evasion Rating", "Other Modifiers to Movement Speed do not apply", statOrder = { 8465, 8465.1 }, level = 1, group = "SetMovementVelocityPerEvasion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3881997959, }, + ["UniqueInstantLifeFlaskOnLowLife1"] = { affix = "", "Life Flasks used while on Low Life apply Recovery Instantly", statOrder = { 6870 }, level = 1, group = "InstantLifeFlaskOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1200347828, }, + ["UniqueInstantManaFlaskOnLowMana1"] = { affix = "", "Mana Flasks used while on Low Mana apply Recovery Instantly", statOrder = { 7382 }, level = 1, group = "InstantManaFlaskOnLowMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1839832419, }, + ["UniqueDamageAddedAsFireAttacks1"] = { affix = "", "Attacks Gain (5-10)% of Damage as Extra Fire Damage", statOrder = { 8554 }, level = 1, group = "DamageAddedAsFireAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "attack" }, tradeHash = 1049080093, }, + ["UniqueDamageAddedAsColdAttacks1"] = { affix = "", "Attacks Gain (5-10)% of Damage as Extra Cold Damage", statOrder = { 8553 }, level = 1, group = "DamageAddedAsColdAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack" }, tradeHash = 1484500028, }, + ["UniqueDamageAddedAsChaos1"] = { affix = "", "Gain (30-40)% of Damage as Extra Chaos Damage", statOrder = { 1599 }, level = 1, group = "DamageAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3398787959, }, + ["UniquePhysicalDamageAddedAsChaosAttacks1"] = { affix = "", "Attacks Gain (10-20)% of Physical Damage as extra Chaos Damage", statOrder = { 8573 }, level = 1, group = "PhysicalDamageAddedAsChaosAttacks", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos", "attack" }, tradeHash = 261503687, }, + ["UniqueEnemiesChilledIncreasedDamageTaken1"] = { affix = "", "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", statOrder = { 5859 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816894864, }, + ["UniqueSelfPhysicalDamageOnMinionDeath1"] = { affix = "", "300 Physical Damage taken on Minion Death", statOrder = { 2641 }, level = 1, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4176970656, }, + ["UniqueOnslaughtBuffOnKill1"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrder = { 2297 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, + ["UniqueBuildDamageAgainstRareAndUnique1"] = { affix = "", "Deal 4% 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%", statOrder = { 9609 }, level = 1, group = "BuildDamageAgainstRareAndUnique", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4258409981, }, + ["UniqueAlwaysPierceBurningEnemies1"] = { affix = "", "Projectiles Pierce all Ignited enemies", statOrder = { 4159 }, level = 1, group = "AlwaysPierceBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2214228141, }, ["UniqueStunRecovery1"] = { affix = "", "200% increased Stun Recovery", statOrder = { 989 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2511217560, }, - ["UniqueSpellDamageModifiersApplyToAttackDamage1"] = { affix = "", "Increases and Reductions to Spell damage also apply to Attacks", statOrder = { 2370 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3811649872, }, - ["UniqueLifeRecharge1"] = { affix = "", "Life Recharges", statOrder = { 4527 }, level = 1, group = "LifeRecharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3971919056, }, - ["UniqueIncreasedTotemLife1"] = { affix = "", "(20-30)% reduced Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["UniqueAdditionalTotems1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrder = { 1921 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 429867172, }, - ["UniqueRandomlyCursedWhenTotemsDie1"] = { affix = "", "Inflicts a random Curse on you when your Totems die, ignoring Curse limit", statOrder = { 2245 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2918129907, }, - ["UniqueWarcryCorpseExplosion1"] = { affix = "", "Warcries Explode Corpses dealing 10% of their Life as Physical Damage", statOrder = { 5294 }, level = 1, group = "WarcryCorpseExplosion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 11014011, }, - ["UniqueWarcrySpeed1"] = { affix = "", "(20-30)% increased Warcry Speed", statOrder = { 2920 }, level = 1, group = "WarcrySpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1316278494, }, - ["UniqueWarcryAreaOfEffect1"] = { affix = "", "Warcry Skills have (20-30)% increased Area of Effect", statOrder = { 9431 }, level = 1, group = "WarcryAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2567751411, }, - ["UniqueSummonTotemCastSpeed1"] = { affix = "", "25% increased Totem Placement speed", statOrder = { 2272 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["UniqueTotemReflectFireDamage1"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3397 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1723061251, }, - ["UniqueMeleeCriticalStrikeMultiplier1"] = { affix = "", "+(100-150)% to Melee Critical Damage Bonus", statOrder = { 1338 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, - ["UniquePhysicalDamageTaken1"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, - ["UniqueGainRageOnManaSpent1"] = { affix = "", "Gain (5-10) Rage after Spending a total of 200 Mana", statOrder = { 6241 }, level = 1, group = "GainRageOnManaSpent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3199910734, }, - ["UniqueRageGrantsSpellDamage1"] = { affix = "", "Rage grants Spell damage instead of Attack damage", statOrder = { 8649 }, level = 1, group = "RageGrantsSpellDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933909365, }, - ["UniqueAllDefences1"] = { affix = "", "30% reduced Global Defences", statOrder = { 2511 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 1389153006, }, - ["UniqueGoldFoundIncrease1"] = { affix = "", "(10-15)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 6281 }, level = 1, group = "GoldFoundIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3175163625, }, - ["UniqueCannotGainEnergyShield1"] = { affix = "", "Cannot have Energy Shield", statOrder = { 2768 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 410952253, }, - ["UniqueLifeRegenPerEnergyShield1"] = { affix = "", "Regenerate 0.05 Life per second per Maximum Energy Shield", statOrder = { 6780 }, level = 1, group = "LifeRegenPerEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3276271783, }, - ["UniqueGainMissingLifeBeforeHit1"] = { affix = "", "Recover (10-20)% of Missing Life before being Hit by an Enemy", statOrder = { 8226 }, level = 1, group = "GainMissingLifeBeforeHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1990472846, }, - ["UniqueAccuracyUnaffectedDistance1"] = { affix = "", "You have no Accuracy Penalty at Distance", statOrder = { 5562 }, level = 1, group = "AccuracyUnaffectedDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3070990531, }, - ["UniqueAccuracyOver100"] = { affix = "", "Chance to Hit with Attacks can exceed 100%", "Gain additional Critical Hit Chance equal to (10-25)% of excess chance to Hit with Attacks", statOrder = { 6130, 6130.1 }, level = 1, group = "AccuracyOver100", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2800049475, }, - ["UniqueRepeatNoEnemyInPresence"] = { affix = "", "Barrageable Attacks with this Bow Repeat +1 time if no enemies are in your Presence", statOrder = { 4042 }, level = 1, group = "UniqueRepeatNoEnemyInPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 621493497, }, - ["UniqueSkillEffectDuration1"] = { affix = "", "(30-50)% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["UniqueGlobalCooldownRecovery1"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, - ["UniqueMinionDamageAffectsYou1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you", statOrder = { 3924 }, level = 1, group = "MinionDamageAffectsYou", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1631928082, }, - ["UniqueMinionAttackSpeedAffectsYou1"] = { affix = "", "Increases and Reductions to Minion Attack Speed also affect you", statOrder = { 3365 }, level = 1, group = "MinionAttackSpeedAffectsYou", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2293111154, }, - ["UniqueManaRegenerationWhileStationary1"] = { affix = "", "40% increased Mana Regeneration Rate while stationary", statOrder = { 3933 }, level = 1, group = "ManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3308030688, }, - ["UniqueEnergyShieldAsPercentOfLife1"] = { affix = "", "Gain (10-15)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8024 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, + ["UniqueSpellDamageModifiersApplyToAttackDamage1"] = { affix = "", "Increases and Reductions to Spell damage also apply to Attacks", statOrder = { 2338 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3811649872, }, + ["UniqueLifeRecharge1"] = { affix = "", "Life Recharges", statOrder = { 4542 }, level = 1, group = "LifeRecharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3971919056, }, + ["UniqueIncreasedTotemLife1"] = { affix = "", "(20-30)% reduced Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["UniqueAdditionalTotems1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrder = { 1900 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 429867172, }, + ["UniqueRandomlyCursedWhenTotemsDie1"] = { affix = "", "Inflicts a random Curse on you when your Totems die, ignoring Curse limit", statOrder = { 2213 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2918129907, }, + ["UniqueWarcryCorpseExplosion1"] = { affix = "", "Warcries Explode Corpses dealing 10% of their Life as Physical Damage", statOrder = { 5329 }, level = 1, group = "WarcryCorpseExplosion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 11014011, }, + ["UniqueWarcrySpeed1"] = { affix = "", "(20-30)% increased Warcry Speed", statOrder = { 2873 }, level = 1, group = "WarcrySpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1316278494, }, + ["UniqueWarcryAreaOfEffect1"] = { affix = "", "Warcry Skills have (20-30)% increased Area of Effect", statOrder = { 9710 }, level = 1, group = "WarcryAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2567751411, }, + ["UniqueSummonTotemCastSpeed1"] = { affix = "", "25% increased Totem Placement speed", statOrder = { 2240 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["UniqueTotemReflectFireDamage1"] = { affix = "", "Totems Reflect 25% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3343 }, level = 1, group = "TotemReflectFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1723061251, }, + ["UniqueMeleeCriticalStrikeMultiplier1"] = { affix = "", "+(100-150)% to Melee Critical Damage Bonus", statOrder = { 1326 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, + ["UniquePhysicalDamageTaken1"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrder = { 1888 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, + ["UniqueFlatPhysicalDamageTaken1"] = { affix = "", "-30 Physical Damage taken from Hits", statOrder = { 1882 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 321765853, }, + ["UniqueGainRageOnManaSpent1"] = { affix = "", "Gain (5-10) Rage after Spending a total of 200 Mana", statOrder = { 6340 }, level = 1, group = "GainRageOnManaSpent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3199910734, }, + ["UniqueRageGrantsSpellDamage1"] = { affix = "", "Rage grants Spell damage instead of Attack damage", statOrder = { 8898 }, level = 1, group = "RageGrantsSpellDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933909365, }, + ["UniqueAllDefences1"] = { affix = "", "30% reduced Global Defences", statOrder = { 2475 }, level = 1, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 1389153006, }, + ["UniqueGoldFoundIncrease1"] = { affix = "", "(10-15)% increased Quantity of Gold Dropped by Slain Enemies", statOrder = { 6384 }, level = 1, group = "GoldFoundIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3175163625, }, + ["UniqueCannotGainEnergyShield1"] = { affix = "", "Cannot have Energy Shield", statOrder = { 2723 }, level = 1, group = "CannotGainEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 410952253, }, + ["UniqueLifeRegenPerEnergyShield1"] = { affix = "", "Regenerate 0.05 Life per second per Maximum Energy Shield", statOrder = { 6916 }, level = 1, group = "LifeRegenPerEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3276271783, }, + ["UniqueGainMissingLifeBeforeHit1"] = { affix = "", "Recover (10-20)% of Missing Life before being Hit by an Enemy", statOrder = { 8432 }, level = 1, group = "GainMissingLifeBeforeHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1990472846, }, + ["UniqueAccuracyUnaffectedDistance1"] = { affix = "", "You have no Accuracy Penalty at Distance", statOrder = { 5617 }, level = 1, group = "AccuracyUnaffectedDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3070990531, }, + ["UniqueAccuracyOver100"] = { affix = "", "Chance to Hit with Attacks can exceed 100%", "Gain additional Critical Hit Chance equal to (10-25)% of excess chance to Hit with Attacks", statOrder = { 6225, 6225.1 }, level = 1, group = "AccuracyOver100", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2800049475, }, + ["UniqueRepeatNoEnemyInPresence"] = { affix = "", "Barrageable Attacks with this Bow Repeat +1 time if no enemies are in your Presence", statOrder = { 3980 }, level = 1, group = "UniqueRepeatNoEnemyInPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 621493497, }, + ["UniqueSkillEffectDuration1"] = { affix = "", "(30-50)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["UniqueGlobalCooldownRecovery1"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, + ["UniqueMinionDamageAffectsYou1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you", statOrder = { 3865 }, level = 1, group = "MinionDamageAffectsYou", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1631928082, }, + ["UniqueMinionAttackSpeedAffectsYou1"] = { affix = "", "Increases and Reductions to Minion Attack Speed also affect you", statOrder = { 3311 }, level = 1, group = "MinionAttackSpeedAffectsYou", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2293111154, }, + ["UniqueManaRegenerationWhileStationary1"] = { affix = "", "40% increased Mana Regeneration Rate while stationary", statOrder = { 3874 }, level = 1, group = "ManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3308030688, }, + ["UniqueEnergyShieldAsPercentOfLife1"] = { affix = "", "Gain (10-15)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8211 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, ["UniqueDamageBypassEnergyShieldPercent1"] = { affix = "", "10% of Damage taken bypasses Energy Shield", statOrder = { 4479 }, level = 1, group = "DamageBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2448633171, }, - ["UniqueLoseEnergyShieldPerSecond1"] = { affix = "", "You lose 5% of maximum Energy Shield per second", statOrder = { 5863 }, level = 1, group = "LoseEnergyShieldPerSecond", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2350411833, }, - ["UniqueLifeLeechExcessToEnergyShield1"] = { affix = "", "Excess Life Recovery from Leech is applied to Energy Shield", statOrder = { 6752 }, level = 1, group = "LifeLeechExcessToEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 999436592, }, - ["UniqueMinionLifeTiedToOwner1"] = { affix = "", "Minions in Presence lose Life when you lose Life", "Minions in Presence gain Life when you gain Life", statOrder = { 9357, 9357.1 }, level = 1, group = "MinionLifeTiedToOwner", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2247039371, }, - ["UniqueRingIgniteProliferation1"] = { affix = "", "Ignites you inflict spread to other Enemies that stay within 1.5 metres for 1 second", statOrder = { 1890 }, level = 1, group = "RingIgniteProliferation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3314057862, }, - ["UniqueNoCriticalStrikeMultiplier1"] = { affix = "", "Your Critical Hits do not deal extra Damage", statOrder = { 1348 }, level = 32, group = "NoCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4058681894, }, - ["UniqueLocalNoCriticalStrikeMultiplier1"] = { affix = "", "Critical Hits do not deal extra Damage", statOrder = { 7056 }, level = 1, group = "LocalNoCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1508661598, }, - ["UniqueThornsCriticalStrikeChance1"] = { affix = "", "+25% to Thorns Critical Hit Chance", statOrder = { 4552 }, level = 1, group = "ThornsCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2715190555, }, - ["UniqueLocalDazeBuildup1"] = { affix = "", "Causes Daze buildup equal to 100% of Damage dealt", statOrder = { 7163 }, level = 1, group = "LocalDazeBuildup", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1559935218, }, - ["UniqueAftershockChance1"] = { affix = "", "Slam Skills you use yourself cause Aftershocks", statOrder = { 9518 }, level = 1, group = "AftershockChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2045949233, }, - ["UniqueDoubleEnergyGain1"] = { affix = "", "Energy Generation is doubled", statOrder = { 5849 }, level = 1, group = "DoubleEnergyGain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 793801176, }, - ["UniqueSpellLifeCostPercent1"] = { affix = "", "25% of Spell Mana Cost Converted to Life Cost", statOrder = { 9020 }, level = 1, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3544050945, }, - ["UniqueLocalReloadSpeed1"] = { affix = "", "30% reduced Reload Speed", statOrder = { 920 }, level = 1, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, - ["UniqueChanceForNoBoltReload1"] = { affix = "", "100% chance to not consume a bolt if you've Reloaded Recently", statOrder = { 5408 }, level = 1, group = "ChanceForNoBoltReload", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 842299438, }, - ["UniqueHalvedSpiritReservation1"] = { affix = "", "Skills reserve 50% less Spirit", statOrder = { 9368 }, level = 1, group = "HalvedSpiritReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2838161567, }, - ["UniqueLocalCritChanceOverride1"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3403 }, level = 1, group = "LocalCritChanceOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3384885789, }, - ["UniqueAdditionalAttackChain1"] = { affix = "", "Attacks Chain 2 additional times", statOrder = { 3731 }, level = 1, group = "AttackAdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3868118796, }, - ["UniqueStrengthRequirements1"] = { affix = "", "-15 Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["UniqueStrengthRequirements2"] = { affix = "", "+100 Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["UniqueDexterityRequirements1"] = { affix = "", "+50 Dexterity Requirement", statOrder = { 812 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1133453872, }, - ["UniqueIntelligenceRequirements1"] = { affix = "", "+100 Intelligence Requirement", statOrder = { 814 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, - ["UniqueIntelligenceRequirements2"] = { affix = "", "+200 Intelligence Requirement", statOrder = { 814 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, - ["UniqueChillHitsCauseShattering1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrder = { 5194 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3119292058, }, - ["UniqueTriggerEmberFusilladeOnSpellCast1"] = { affix = "", "Trigger Ember Fusillade Skill on casting a Spell", statOrder = { 6973 }, level = 1, group = "GrantsTriggeredEmberFusillade", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 826162720, }, - ["UniqueTriggerSparkOnKillingShockedEnemy1"] = { affix = "", "Trigger Spark Skill on killing a Shocked Enemy", statOrder = { 6976 }, level = 1, group = "GrantsTriggeredSpark", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 811217923, }, - ["UniqueTriggerLightningBoltOnCriticalStrike1"] = { affix = "", "Trigger Lightning Bolt Skill on Critical Hit", statOrder = { 6975 }, level = 1, group = "GrantsTriggeredLightningBolt", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 704919631, }, - ["UniqueOnlySocketRubyJewel1"] = { affix = "", "You can only Socket Ruby Jewels in this item", statOrder = { 6921 }, level = 1, group = "OnlySocketRubyJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4031148736, }, - ["UniqueOnlySocketEmeraldJewel1"] = { affix = "", "You can only Socket Emerald Jewels in this item", statOrder = { 6920 }, level = 1, group = "OnlySocketEmeraldJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3598729471, }, - ["UniqueOnlySocketSapphireJewel1"] = { affix = "", "You can only Socket Sapphire Jewels in this item", statOrder = { 6922 }, level = 1, group = "OnlySocketSapphireJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 21302430, }, - ["UniqueFireResistanceNoPenalty1"] = { affix = "", "Fire Resistance is unaffected by Area Penalties", statOrder = { 5997 }, level = 1, group = "FireResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3247805335, }, - ["UniqueColdResistanceNoPenalty1"] = { affix = "", "Cold Resistance is unaffected by Area Penalties", statOrder = { 5240 }, level = 1, group = "ColdResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4207433208, }, - ["UniqueLightningResistanceNoPenalty1"] = { affix = "", "Lightning Resistance is unaffected by Area Penalties", statOrder = { 6846 }, level = 1, group = "LightningResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3631920880, }, - ["UniqueTriggerGasCloudOnMainHandHit1"] = { affix = "", "Triggers Gas Cloud on Hit", statOrder = { 6974 }, level = 1, group = "GrantsTriggeredGasCloud", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1652674074, }, - ["UniqueTriggerDetonationOnOffHandHit1"] = { affix = "", "Trigger Detonation on Hit", statOrder = { 6972 }, level = 1, group = "GrantsTriggeredDetonation", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1524904258, }, - ["UniqueTakeFireDamageOnIgnite1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrder = { 5987 }, level = 65, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2518598473, }, - ["UniqueDodgeRollDistance1"] = { affix = "", "+1 metre to Dodge Roll distance", statOrder = { 5673 }, level = 1, group = "DodgeRollDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 258119672, }, - ["UniqueLioneyeDodgeRoll1"] = { affix = "", "+2 metres to Dodge Roll distance if you haven't Dodge Rolled Recently", "-1 metre to Dodge Roll distance if you've Dodge Rolled Recently", statOrder = { 4040, 4041 }, level = 1, group = "DodgeRollEnhancedWithTradeOff", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1898996531, }, - ["UniqueEvasionRatingDodgeRoll1"] = { affix = "", "50% increased Evasion Rating if you've Dodge Rolled Recently", statOrder = { 5920 }, level = 1, group = "EvasionRatingDodgeRoll", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1040569494, }, - ["UniqueCriticalStrikesIgnoreResistances1"] = { affix = "", "Critical Hits ignore Enemy Monster Elemental Resistances", statOrder = { 3079 }, level = 1, group = "CriticalStrikesIgnoreResistances", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1094937621, }, - ["UniqueEnergyShieldRegenerationFromLife1"] = { affix = "", "Life Regeneration is applied to Energy Shield instead", statOrder = { 8743 }, level = 44, group = "EnergyShieldRegenerationFromLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 632761194, }, - ["UniqueGainManaAsExtraEnergyShield1"] = { affix = "", "Gain (4-6)% of maximum Mana as Extra maximum Energy Shield", statOrder = { 1860 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3027830452, }, - ["UniqueAdditionalChargeGeneration1"] = { affix = "", "Gain an additional Charge when you gain a Charge", statOrder = { 5067 }, level = 1, group = "AdditionalChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1555237944, }, - ["UniqueModifyableWhileCorrupted1"] = { affix = "", "Can be modified while Corrupted", statOrder = { 11 }, level = 66, group = "ModifyableWhileCorruptedAndSpecialCorruption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1161337167, }, - ["UniqueCharmChargesToLifeFlasks1"] = { affix = "", "50% of charges used by Charms granted to your Life Flasks", statOrder = { 5147 }, level = 70, group = "CharmChargesToLifeFlasks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2369960685, }, - ["UniqueCorruptedBloodImmunity1"] = { affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 4832 }, level = 1, group = "CorruptedBloodImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1658498488, }, - ["UniqueLocalSoulCoreEffect1"] = { affix = "", "100% increased effect of Socketed Soul Cores", statOrder = { 7077 }, level = 60, group = "LocalSoulCoreEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4065505214, }, - ["UniqueMaximumRage1"] = { affix = "", "+(-10-10) to Maximum Rage", statOrder = { 8640 }, level = 75, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1181501418, }, - ["UniqueGainChargesOnMaximumRage1"] = { affix = "", "Gain (1-3) random Charge on reaching Maximum Rage", statOrder = { 6124 }, level = 1, group = "GainChargesOnMaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2906384323, }, - ["UniqueLoseRageOnMaximumRage1"] = { affix = "", "Lose all Rage on reaching Maximum Rage", statOrder = { 7172 }, level = 1, group = "LoseRageOnMaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3851480592, }, - ["UniqueLifeRegenerationNotApplied1"] = { affix = "", "Life Recovery from Regeneration is not applied", statOrder = { 6770 }, level = 1, group = "LifeRegenerationNotApplied", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3947672598, }, - ["UniqueRecoverLifeBasedOnRegen1"] = { affix = "", "Every 4 seconds, Recover 1 Life for every 0.2 Life Recovery per second from Regeneration", statOrder = { 8701 }, level = 1, group = "RecoverLifeBasedOnRegen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1457411584, }, - ["UniqueBaseLimit1"] = { affix = "", "Skills have +1 to Limit", statOrder = { 4529 }, level = 30, group = "BaseLimit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2942704390, }, - ["UniqueFireExposureOnShock1"] = { affix = "", "Inflict Fire Exposure on Shocking an Enemy", statOrder = { 6665 }, level = 1, group = "FireExposureOnShock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1538879632, }, - ["UniqueColdExposureOnIgnite1"] = { affix = "", "Inflict Cold Exposure on Igniting an Enemy", statOrder = { 6661 }, level = 1, group = "ColdExposureOnIgnite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3314536008, }, - ["UniqueColdExposureOnHitWithMagnitude1"] = { affix = "", "Inflict Cold Exposure on Hit, lowering Total Cold Resistance by (20-30)%", statOrder = { 5229 }, level = 1, group = "ColdExposureEffectOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3005701891, }, - ["UniqueColdExposureMagnitude1UNUSED"] = { affix = "", "Cold Exposure you inflict lowers Total Cold Resistance by an extra (20-30)%", statOrder = { 5230 }, level = 1, group = "ColdExposureAdditionalResistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2243456805, }, - ["UniqueLightningExposureOnCrit1"] = { affix = "", "Inflict Lightning Exposure on Critical Hit", statOrder = { 6667 }, level = 1, group = "LightningExposureOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2665488635, }, - ["UniqueEnemiesInPresenceGainCritWeakness1"] = { affix = "", "Every second, inflicts Critical Weakness on enemies in your Presence for 15 seconds", statOrder = { 5810 }, level = 1, group = "EnemiesInPresenceGainCritWeakness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1052498387, }, - ["UniqueEnemiesInPresenceBlinded1"] = { affix = "", "Enemies in your Presence are Blinded", statOrder = { 5805 }, level = 1, group = "EnemiesInPresenceBlinded", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1464727508, }, - ["UniqueFlatCooldownRecovery1"] = { affix = "", "Skills have -(2-1) seconds to Cooldown", statOrder = { 9339 }, level = 1, group = "FlatCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 396200591, }, - ["UniqueChanceToNotConsumeCorpse1"] = { affix = "", "25% chance to not destroy Corpses when Consuming Corpses", statOrder = { 5107 }, level = 1, group = "ChanceToNotConsumeCorpse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 965913123, }, - ["UniqueDisablesOtherRingSlot1"] = { affix = "", "Can't use other Rings", statOrder = { 1413 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 64726306, }, - ["UniqueSelfCurseDuration1"] = { affix = "", "50% reduced Duration of Curses on you", statOrder = { 1856 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, - ["UniqueLeftRingSpellProjectilesFork1"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrder = { 7039 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2437476305, }, - ["UniqueLeftRingSpellProjectilesCannotChain1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrder = { 7038 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3647242059, }, - ["UniqueRightRingSpellProjectilesChain1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrder = { 7067 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1555918911, }, - ["UniqueRightRingSpellProjectilesCannotFork1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrder = { 7068 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933024469, }, - ["UniqueSpellsCannotPierce1"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrder = { 8601 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3826125995, }, - ["UniqueFlaskOverhealToGuard1"] = { affix = "", "Excess Life Recovery added as Guard for 10 seconds", statOrder = { 7085 }, level = 1, group = "FlaskOverhealToGuard", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 636464211, }, - ["UniqueAlternatingDamageTaken1"] = { affix = "", "Alternating every 5 seconds:", "Take 30% less Damage from Hits", "Take 30% less Damage over time", statOrder = { 6323, 6323.1, 6323.2 }, level = 78, group = "AlternatingDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 258955603, }, - ["UniqueLuckyBlockChance1"] = { affix = "", "Block chance is Lucky", statOrder = { 4727 }, level = 1, group = "LuckyBlockChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1469179771, }, - ["UniqueCharmsNoCharges1"] = { affix = "", "Charms use no Charges", statOrder = { 5174 }, level = 1, group = "CharmsNoCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2620375641, }, - ["UniqueAggravateBleedOnPresence1"] = { affix = "", "Aggravate Bleeding on Enemies when they Enter your Presence", statOrder = { 4145 }, level = 1, group = "AggravateBleedOnPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 874646180, }, - ["UniqueThornsDamageIncrease1"] = { affix = "", "100% increased Thorns damage", statOrder = { 9211 }, level = 1, group = "ThornsDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1315743832, }, - ["UniqueLifeCost1"] = { affix = "", "Skill Mana Costs Converted to Life Costs", statOrder = { 4545 }, level = 1, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, - ["UniqueLifeCost2"] = { affix = "", "10% of Skill Mana Costs Converted to Life Costs", statOrder = { 4545 }, level = 1, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, - ["UniqueDamageGainedAsChaosPerCost1"] = { affix = "", "Skills gain 1% of Damage as Chaos Damage per 3 Life Cost", statOrder = { 8331 }, level = 1, group = "DamageGainedAsChaosPerCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4117005593, }, - ["UniqueSpiritPerSocketable1"] = { affix = "", "+(6-10) to Spirit per Socket filled", statOrder = { 7080 }, level = 1, group = "SpiritPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4163415912, }, - ["UniqueMaximumLifePerSocketable1"] = { affix = "", "5% increased Maximum Life per Socket filled", statOrder = { 7049 }, level = 1, group = "MaximumLifePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2702182380, }, - ["UniqueMaximumManaPerSocketable1"] = { affix = "", "5% increased Maximum Mana per Socket filled", statOrder = { 7051 }, level = 1, group = "MaximumManaPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 911712882, }, - ["UniqueGlobalDefencesPerSocketable1"] = { affix = "", "(6-10)% increased Global Defences per Socket filled", statOrder = { 6991 }, level = 1, group = "GlobalDefencesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1225174187, }, - ["UniqueItemRarityPerSocketable1"] = { affix = "", "10% increased Rarity of Items found per Socket filled", statOrder = { 7002 }, level = 1, group = "ItemRarityPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 313223231, }, - ["UniqueAllResistancesPerSocketable1"] = { affix = "", "+(5-7)% to all Elemental Resistances per Socket filled", statOrder = { 7065 }, level = 1, group = "AllResistancesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2593651571, }, - ["UniquePercentAllAttributesPerSocketable1"] = { affix = "", "5% increased Attributes per Socket filled", statOrder = { 6890 }, level = 1, group = "PercentAllAttributesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2513318031, }, - ["UniqueBaseLifePerSocketable1"] = { affix = "", "+(25-40) to maximum Life per Socket filled", statOrder = { 6914 }, level = 1, group = "BaseLifePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 150391334, }, - ["UniqueBaseManaPerSocketable1"] = { affix = "", "+(20-30) to maximum Mana per Socket filled", statOrder = { 6915 }, level = 1, group = "BaseManaPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1036267537, }, - ["UniqueChaosResistancePerSocketable1"] = { affix = "", "+(7-10)% to Chaos Resistance per Socket filled", statOrder = { 6912 }, level = 1, group = "ChaosResistancePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1123023256, }, - ["UniqueAllAttributesPerSocketable1"] = { affix = "", "+(4-6) to all Attributes per Socket filled", statOrder = { 6888 }, level = 1, group = "AllAttributesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3474271079, }, - ["UniqueStunThresholdPerSocketable1"] = { affix = "", "+(40-60) to Stun Threshold per Socket filled", statOrder = { 7082 }, level = 1, group = "StunThresholdPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3679769182, }, - ["UniqueLifeRegenerationPerSocketable1"] = { affix = "", "(4-6) Life Regeneration per second per Socket filled", statOrder = { 6913 }, level = 1, group = "LifeRegenerationPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 332337290, }, - ["UniqueReducedExtraDamageFromCritsPerSocketable1"] = { affix = "", "Hits against you have (10-15)% reduced Critical Damage Bonus per Socket filled", statOrder = { 6916 }, level = 1, group = "ReducedExtraDamageFromCritsPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 701923421, }, - ["UniqueMaximumLightningDamagePerPower1"] = { affix = "", "On Hitting an enemy, gains maximum added Lightning damage equal to", "the enemy's Power for 6 seconds, up to a total of 500", statOrder = { 7045, 7045.1 }, level = 1, group = "MaximumLightningDamagePerPower", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1630111277, }, - ["UniqueSupportGemLimit1"] = { affix = "", "You can use each type of Support Gem an additional time in different Skills", statOrder = { 9156 }, level = 1, group = "SupportGemLimit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 898131228, }, - ["UniqueImmobiliseThreshold1"] = { affix = "", "Immobilise enemies at 50% buildup instead of 100%", statOrder = { 5411 }, level = 1, group = "ImmobiliseThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4238331303, }, - ["UniqueImmobiliseDamageTaken1"] = { affix = "", "Enemies Immobilised by you take 25% less Damage", statOrder = { 9340 }, level = 1, group = "ImmobiliseDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1613322341, }, - ["UniqueDodgeRollAvoidAllDamage1"] = { affix = "", "Dodge Roll avoids all Hits", statOrder = { 5674 }, level = 1, group = "DodgeRollAvoidAllDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3518087336, }, - ["UniqueSpeedPerDodgeRoll20Seconds1"] = { affix = "", "10% less Movement and Skill Speed per Dodge Roll in the past 20 seconds", statOrder = { 9359 }, level = 1, group = "SpeedPerDodgeRoll20Seconds", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3156445245, }, - ["UniqueNearbyAlliesDamageAsFire1"] = { affix = "", "Allies in your Presence Gain (20-30)% of Damage as Extra Fire Damage", statOrder = { 4182 }, level = 1, group = "NearbyAlliesDamageAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "aura" }, tradeHash = 2173791158, }, - ["UniqueNearbyAlliesPercentLifeRegeneration1"] = { affix = "", "Allies in your Presence Regenerate (2-3)% of their Maximum Life per second", statOrder = { 897 }, level = 1, group = "NearbyAlliesPercentLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "aura" }, tradeHash = 3081479811, }, - ["UniqueEnemiesInPresenceLowestResistance1"] = { affix = "", "Enemies in your Presence Resist Elemental Damage based on their Lowest Resistance", statOrder = { 5809 }, level = 1, group = "EnemiesInPresenceLowestResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "aura" }, tradeHash = 2786852525, }, - ["UniqueEnemiesInPresenceIntimidate1"] = { affix = "", "Enemies in your Presence are Intimidated", statOrder = { 5806 }, level = 1, group = "EnemiesInPresenceIntimidate", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 3491722585, }, - ["UniquePhysicalDamageAvoidance1"] = { affix = "", "(10-40)% chance to Avoid Physical Damage from Hits", statOrder = { 3007 }, level = 1, group = "PhysicalDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2415497478, }, - ["UniqueChaosDamageAvoidance1"] = { affix = "", "(10-40)% chance to Avoid Chaos Damage from Hits", statOrder = { 3012 }, level = 1, group = "ChaosDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 1563503803, }, - ["UniquePerfectTimingWindow1"] = { affix = "", "Skills have a (100-150)% longer Perfect Timing window", statOrder = { 8467 }, level = 1, group = "PerfectTimingWindow", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1373370443, }, - ["UniqueFlaskRecoverAllMana1"] = { affix = "", "Recover all Mana when Used", statOrder = { 7087 }, level = 1, group = "FlaskRecoverAllMana", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1002973905, }, - ["UniqueFlaskDealChaosDamageNova1"] = { affix = "", "Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres", statOrder = { 7086 }, level = 1, group = "FlaskDealChaosDamageNova", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos" }, tradeHash = 1910039112, }, - ["UniqueFlaskTakeDamageWhenEnds1"] = { affix = "", "Deals 25% of current Mana as Chaos Damage to you when Effect ends", statOrder = { 7088 }, level = 1, group = "FlaskTakeDamageWhenEnds", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3311259821, }, - ["UniqueFlaskEffectNotRemovedOnFullMana1"] = { affix = "", "Effect is not removed when Unreserved Mana is Filled", "(200-250)% increased Duration", statOrder = { 630, 907 }, level = 1, group = "FlaskEffectNotRemovedOnFullMana", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2300024566, }, - ["UniqueTriggersRefundEnergySpent1"] = { affix = "", "Trigger skills refund half of Energy spent", statOrder = { 9270 }, level = 1, group = "TriggersRefundEnergySpent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 599320227, }, - ["UniqueIncreasedRingBonuses1"] = { affix = "", "(40-80)% increased bonuses gained from Equipped Rings", statOrder = { 5892 }, level = 1, group = "IncreasedRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2793222406, }, - ["UniqueIncreasedLeftRingBonuses1"] = { affix = "", "(20-30)% increased bonuses gained from left Equipped Ring", statOrder = { 5890 }, level = 1, group = "IncreasedLeftRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 513747733, }, - ["UniqueIncreasedRightRingBonuses1"] = { affix = "", "(20-30)% increased bonuses gained from right Equipped Ring", statOrder = { 5891 }, level = 1, group = "IncreasedRightRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3885501357, }, - ["UniqueEnemiesInPresenceFireExposure1"] = { affix = "", "Enemies in your Presence have Fire Exposure", statOrder = { 5811 }, level = 66, group = "EnemiesInPresenceFireExposure", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "aura" }, tradeHash = 1069772386, }, - ["UniqueCriticalStrikesIgnoreLightningResistance1"] = { affix = "", "Critical Hits Ignore Enemy Monster Lightning Resistance", statOrder = { 5403 }, level = 66, group = "CriticalStrikesIgnoreLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "critical" }, tradeHash = 1289045485, }, - ["UniqueColdResistancePenetration1"] = { affix = "", "Damage Penetrates 75% Cold Resistance", statOrder = { 2644 }, level = 66, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["UniqueOnHitBlindChilledEnemies1"] = { affix = "", "Blind Chilled enemies on Hit", statOrder = { 4712 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3450276548, }, - ["UniqueArmourOvercappedFireResistance1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4284 }, level = 1, group = "ArmourOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2129352930, }, - ["UniqueEvasionOvercappedLightningResistance1"] = { affix = "", "Evasion Rating is increased by Overcapped Lightning Resistance", statOrder = { 5912 }, level = 1, group = "EvasionOvercappedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3924187855, }, - ["UniqueEnergyShieldOvercappedColdResistance1"] = { affix = "", "Energy Shield is increased by Overcapped Cold Resistance", statOrder = { 5862 }, level = 1, group = "EnergyShieldOvercappedColdResistance", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3377256514, }, - ["UniqueAilmentThresholdOvercappedChaosResistance1"] = { affix = "", "Elemental Ailment Threshold is increased by Overcapped Chaos Resistance", statOrder = { 4159 }, level = 1, group = "AilmentThresholdOvercappedChaosResistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 83828836, }, - ["UniqueChaosDamageCanFreeze1"] = { affix = "", "Chaos Damage from Hits also Contributes to Freeze Buildup", statOrder = { 2545 }, level = 1, group = "ChaosDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, tradeHash = 2973498992, }, - ["UniqueChaosDamageCanElectrocute1"] = { affix = "", "Chaos Damage from Hits also Contributes to Electrocute Buildup", statOrder = { 4501 }, level = 1, group = "ChaosDamageCanElectrocute", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2315177528, }, - ["UniqueLightningDamageToAttacksPerIntelligence1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks per 20 Intelligence", statOrder = { 8104 }, level = 1, group = "LightningDamageToAttacksPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 3111921451, }, - ["UniqueIncreasedAttackSpeedPerDexterity1"] = { affix = "", "1% increased Attack Speed per 20 Dexterity", statOrder = { 2238 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 720908147, }, - ["UniqueMinionResistanceEqualYours1"] = { affix = "", "Minions' Resistances are equal to yours", statOrder = { 8195 }, level = 1, group = "MinionResistanceEqualYours", weightKey = { }, weightVal = { }, modTags = { "resistance", "minion" }, tradeHash = 3045072899, }, - ["UniqueSelfBleedFireDamage1"] = { affix = "", "You take Fire Damage instead of Physical Damage from Bleeding", statOrder = { 2148 }, level = 1, group = "SelfBleedFireDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2022332470, }, - ["UniqueEnemyExtraDamageRollsWithLightningDamage1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Unlucky", statOrder = { 5799 }, level = 1, group = "EnemyExtraDamageRollsWithLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4224965099, }, - ["UniqueCurseCastSpeed1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrder = { 1887 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, - ["UniqueGlobalAdditionalCharm1"] = { affix = "", "+1 Charm Slot", statOrder = { 8377 }, level = 1, group = "GlobalAdditionalCharm", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 554899692, }, - ["UniqueMinionChaosResistance1"] = { affix = "", "Minions have +(17-23)% to Chaos Resistance", statOrder = { 2586 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance", "minion" }, tradeHash = 3837707023, }, - ["UniqueEnemyExtraDamageRollsOnLowLife1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrder = { 2250 }, level = 1, group = "EnemyExtraDamageRollsOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3753748365, }, - ["UniqueAilmentThreshold1"] = { affix = "", "+(30-50) to Ailment Threshold", statOrder = { 4160 }, level = 1, group = "AilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1488650448, }, - ["UniqueAilmentThreshold2"] = { affix = "", "+(200-300) to Ailment Threshold", statOrder = { 4160 }, level = 1, group = "AilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1488650448, }, - ["UniqueEnemiesTakeIncreasedDamagePerAilmentType1"] = { affix = "", "Enemies take (15-20)% increased Damage for each Elemental Ailment type among", "your Ailments on them", statOrder = { 5715, 5715.1 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1509533589, }, - ["UniqueElementalAilmentDuration1"] = { affix = "", "(30-40)% reduced Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6598 }, level = 1, group = "ElementalAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1062710370, }, - ["UniqueManaFlaskRevivesMinions1"] = { affix = "", "Using a Mana Flask revives your Persistent Minions", statOrder = { 9365 }, level = 1, group = "ManaFlaskRevivesMinions", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, tradeHash = 932661147, }, - ["UniqueEnemyAccuracyDistanceFalloff1"] = { affix = "", "Enemies have an Accuracy Penalty against you based on Distance", statOrder = { 5844 }, level = 1, group = "EnemyAccuracyDistanceFalloff", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3868746097, }, - ["UniqueMaximumEvadeChanceOverride1"] = { affix = "", "Maximum Chance to Evade is 50%", statOrder = { 8000 }, level = 1, group = "MaximumEvadeChanceOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1500744699, }, - ["UniqueDoubleArmourEffect1"] = { affix = "", "Defend with 200% of Armour", statOrder = { 5682 }, level = 1, group = "DoubleArmourEffect", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3387008487, }, - ["UniqueMaximumPhysicalReductionOverride1"] = { affix = "", "Maximum Physical Damage Reduction is 50%", statOrder = { 8035 }, level = 1, group = "MaximumPhysicalReductionOverride", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3960211755, }, - ["UniqueRaiseShieldApplyExposure1"] = { affix = "", "Apply Elemental Exposure to Enemies 3 metres in front of you", "for 4 seconds while Shield is raised", statOrder = { 9366, 9366.1 }, level = 1, group = "RaiseShieldApplyExposure", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 223138829, }, - ["UniqueLifeManaFlaskAnySlot1"] = { affix = "", "Life and Mana Flasks can be equipped in either slot", statOrder = { 6733 }, level = 1, group = "LifeManaFlaskAnySlot", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 932866937, }, - ["UniqueElementalDamageTakenAsPhysical1"] = { affix = "", "(20-30)% of Elemental damage from Hits taken as Physical damage", statOrder = { 5753 }, level = 1, group = "ElementalDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental" }, tradeHash = 2340750293, }, - ["UniqueElementalDamageFromBlockedHits1"] = { affix = "", "You take 100% of Elemental damage from Blocked Hits", statOrder = { 4728 }, level = 1, group = "ElementalDamageFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block", "elemental" }, tradeHash = 2393355605, }, - ["UniqueDisableChestSlot1"] = { affix = "", "Can't use Body Armour", statOrder = { 2276 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4007482102, }, - ["UniqueUseTwoHandedWeaponOneHand1"] = { affix = "", "You can wield Two-Handed Axes, Maces and Swords in one hand", statOrder = { 4814 }, level = 1, group = "UseTwoHandedWeaponOneHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3635316831, }, - ["UniqueKilledMonsterItemRarityOnCrit1"] = { affix = "", "(20-30)% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", statOrder = { 2328 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 21824003, }, - ["UniqueConsecratedGroundStationaryRing1"] = { affix = "", "You have Consecrated Ground around you while stationary", statOrder = { 6262 }, level = 1, group = "ConsecratedGroundStationaryRing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1736538865, }, - ["UniqueAlliesInPresenceGainedAsChaos1"] = { affix = "", "Allies in your Presence Gain (15-25)% of Damage as Extra Chaos Damage", statOrder = { 4183 }, level = 1, group = "AlliesInPresenceGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4258251165, }, - ["UniqueEnemiesInPresenceGainedAsChaos1"] = { affix = "", "Enemies in your Presence Gain (6-12)% of Damage as Extra Chaos Damage", statOrder = { 5815 }, level = 1, group = "EnemiesInPresenceGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 1224838456, }, - ["UniqueEnemiesInPresenceReservesLife1"] = { affix = "", "Enemies in your Presence have at least 10% of Life Reserved", statOrder = { 5812 }, level = 1, group = "EnemiesInPresenceReservesLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3840716439, }, - ["UniqueEnemiesInPresenceLowLife1"] = { affix = "", "Enemies in your Presence count as being on Low Life", statOrder = { 5808 }, level = 1, group = "EnemiesInPresenceLowLife", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1285684287, }, - ["UniqueEnemiesInPresenceMonsterPower1"] = { affix = "", "Enemies in your Presence count as having double Power", statOrder = { 9363 }, level = 1, group = "EnemiesInPresenceMonsterPower", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 2836928993, }, - ["UniqueEnemiesInPresenceNoElementalResist1"] = { affix = "", "Enemies in your Presence have no Elemental Resistances", statOrder = { 5813 }, level = 1, group = "EnemiesInPresenceNoElementalResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "aura" }, tradeHash = 83011992, }, - ["UniqueGainManaAsExtraArmour1"] = { affix = "", "Gain (30-50)% of Maximum Mana as Armour", statOrder = { 7204 }, level = 1, group = "GainManaAsExtraArmour", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "defences" }, tradeHash = 514290151, }, - ["UniqueManaRegenAppliesToRecharge1"] = { affix = "", "Increases and Reductions to Mana Regeneration Rate also", "apply to Energy Shield Recharge Rate", statOrder = { 4139, 4139.1 }, level = 1, group = "ManaRegenAppliesToRecharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "defences" }, tradeHash = 3407300125, }, - ["UniqueDefendWithArmourPerEnergyShield1"] = { affix = "", "Defend against Hits as though you had 1% more Armour per 1% current Energy Shield", statOrder = { 4289 }, level = 1, group = "DefendWithArmourPerEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 679087890, }, - ["UniquePhysicalDamageOnSkillUse1"] = { affix = "", "Take (25-100)% of Mana Costs you pay for Skills as Physical Damage", statOrder = { 8893 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3181887481, }, - ["UniqueSlowEffect1"] = { affix = "", "Debuffs you inflict have (20-30)% increased Slow Magnitude", statOrder = { 4512 }, level = 1, group = "SlowEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3650992555, }, - ["UniqueCannotImmobilise1"] = { affix = "", "Cannot Immobilise enemies", statOrder = { 4864 }, level = 1, group = "CannotImmobilise", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4062529591, }, - ["UniqueIgnoreStrengthRequirementsWeapons1"] = { affix = "", "Ignore Strength Requirement of Melee Weapons and Melee Skills", statOrder = { 6601 }, level = 1, group = "IgnoreStrengthRequirementsWeapons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2583483800, }, - ["UniquePhysicalDamageTakenUnmetRequirements1"] = { affix = "", "Take Physical Damage per total unmet Strength Requirement when you Attack", statOrder = { 9193 }, level = 1, group = "PhysicalDamageTakenUnmetRequirements", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3887716633, }, - ["UniqueNoManaRegenIfNotCritRecently1"] = { affix = "", "Cannot Regenerate Mana if you haven't dealt a Critical Hit Recently", statOrder = { 8311 }, level = 1, group = "NoManaRegenIfNotCritRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1458880585, }, - ["UniqueManaRegenerationRateIfCritRecently1"] = { affix = "", "150% increased Mana Regeneration Rate if you've dealt a Critical Hit Recently", statOrder = { 7245 }, level = 1, group = "ManaRegenerationRateIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "critical" }, tradeHash = 1659564104, }, - ["UniqueThornsDamageOnStun1"] = { affix = "", "Deal your Thorns Damage to Enemies you Stun with Melee Attacks", statOrder = { 5578 }, level = 60, group = "ThornsDamageOnStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2107791433, }, - ["UniqueLifeRecoupAppliesToEnergyShield1"] = { affix = "", "Damage taken Recouped as Life is also Recouped as Energy Shield", statOrder = { 6764 }, level = 1, group = "LifeRecoupAppliesToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences" }, tradeHash = 2432200638, }, - ["UniqueTailwindOnCriticalStrike1"] = { affix = "", "Gain Tailwind on Critical Hit, no more than once per second", statOrder = { 6231 }, level = 1, group = "TailwindOnCriticalStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2459662130, }, - ["UniqueLoseTailwindOnHit1"] = { affix = "", "Lose all Tailwind when Hit", statOrder = { 7173 }, level = 1, group = "LoseTailwindOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 367897259, }, - ["UniqueDamageGainedAsFirePerBlock1"] = { affix = "", "Gain 1% of damage as Fire damage per 1% Chance to Block", statOrder = { 8332 }, level = 1, group = "DamageGainedAsFirePerBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2771095426, }, - ["UniqueMaximumElementalResistances1"] = { affix = "", "+1% to Maximum Fire Resistance", "+2% to Maximum Cold Resistance", "+3% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueMaximumElementalResistances2"] = { affix = "", "+1% to Maximum Fire Resistance", "+3% to Maximum Cold Resistance", "+2% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueMaximumElementalResistances3"] = { affix = "", "+2% to Maximum Fire Resistance", "+1% to Maximum Cold Resistance", "+3% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueMaximumElementalResistances4"] = { affix = "", "+2% to Maximum Fire Resistance", "+3% to Maximum Cold Resistance", "+1% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueMaximumElementalResistances5"] = { affix = "", "+3% to Maximum Fire Resistance", "+1% to Maximum Cold Resistance", "+2% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueMaximumElementalResistances6"] = { affix = "", "+3% to Maximum Fire Resistance", "+2% to Maximum Cold Resistance", "+1% to Maximum Lightning Resistance", statOrder = { 951, 952, 953 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, - ["UniqueElementalResistancesPerPowerCharge1"] = { affix = "", "-10% to all Elemental Resistances per Power Charge", statOrder = { 1421 }, level = 82, group = "ElementalResistancesPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 2593644209, }, - ["UniqueAdditionalElementalGemLevels1"] = { affix = "", "+2 to Level of all Cold Skills", "+1 to Level of all Fire Skills", "+3 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueAdditionalElementalGemLevels2"] = { affix = "", "+3 to Level of all Cold Skills", "+1 to Level of all Fire Skills", "+2 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueAdditionalElementalGemLevels3"] = { affix = "", "+1 to Level of all Cold Skills", "+2 to Level of all Fire Skills", "+3 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueAdditionalElementalGemLevels4"] = { affix = "", "+3 to Level of all Cold Skills", "+2 to Level of all Fire Skills", "+1 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueAdditionalElementalGemLevels5"] = { affix = "", "+1 to Level of all Cold Skills", "+3 to Level of all Fire Skills", "+2 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueAdditionalElementalGemLevels6"] = { affix = "", "+2 to Level of all Cold Skills", "+3 to Level of all Fire Skills", "+1 to Level of all Lightning Skills", statOrder = { 5242, 5999, 6850 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, - ["UniqueCriticalWeaknessOnSpellCrit1"] = { affix = "", "Critical Hits with Spells apply (3-5) Stacks of Critical Weakness", statOrder = { 4211 }, level = 1, group = "CriticalWeaknessOnSpellCrit", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 1550131834, }, - ["UniqueLifeLossReservesLife1"] = { affix = "", "Life that would be lost by taking Damage is instead Reserved", "until you take no Damage to Life for 5 seconds", statOrder = { 8770, 8770.1 }, level = 1, group = "LifeLossReservesLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1777740627, }, - ["UniqueArrowsFork1"] = { affix = "", "Arrows Fork", statOrder = { 3201 }, level = 1, group = "ArrowsFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2421436896, }, - ["UniqueArrowsAlwaysPierceAfterForking1"] = { affix = "", "Arrows Pierce all targets after Forking", statOrder = { 4303 }, level = 1, group = "ArrowsAlwaysPierceAfterForking", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2138799639, }, - ["UniqueChaosDamageCanShock1"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2546 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, - ["UniqueAlwaysHits1"] = { affix = "", "Always Hits", statOrder = { 1723 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 4126210832, }, - ["UniqueMeleeSplash1"] = { affix = "", "Strikes deal Splash damage to targets within 1.5 metres", statOrder = { 1076 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3675300253, }, - ["UniqueLocalKnockback1"] = { affix = "", "Knocks Back Enemies on Hit", statOrder = { 1358 }, level = 1, group = "LocalKnockback", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3739186583, }, - ["UniqueSpellWitherOnHitChance1"] = { affix = "", "Spells have a 25% chance to inflict Withered for 4 seconds on Hit", statOrder = { 9021 }, level = 1, group = "SpellWitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 2348696937, }, - ["UniqueFireShrine1"] = { affix = "", "Grants effect of Guided Meteoric Shrine", statOrder = { 6327 }, level = 82, group = "UniqueFireShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917429943, }, - ["UniqueLightningShrine1"] = { affix = "", "Grants effect of Guided Tempest Shrine", statOrder = { 6328 }, level = 82, group = "UniqueLightningShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2800412928, }, - ["UniqueColdShrine1"] = { affix = "", "Grants effect of Guided Freezing Shrine", statOrder = { 6326 }, level = 82, group = "UniqueColdShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 234657505, }, - ["UniqueChaosShrine1"] = { affix = "", "Grants effect of Dreaming Gloom Shrine", statOrder = { 6325 }, level = 82, group = "UniqueChaosShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3742268652, }, - ["UniqueMaximumValour1"] = { affix = "", "-20 to maximum Valour", statOrder = { 4470 }, level = 1, group = "MaximumValour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1896726125, }, - ["UniqueValourAlwaysMaximum1"] = { affix = "", "Banners always have maximum Valour", statOrder = { 4475 }, level = 1, group = "ValourAlwaysMaximum", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1761741119, }, - ["UniqueLocalChanceToBleed1"] = { affix = "", "(10-20)% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["UniqueLocalChanceToBleed2"] = { affix = "", "(15-25)% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["UniqueCannotUseWarcries1"] = { affix = "", "Cannot use Warcries", statOrder = { 4879 }, level = 1, group = "CannotUseWarcries", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2598171606, }, - ["UniqueAttacksCountAsExerted1"] = { affix = "", "All Attacks count as Empowered Attacks", statOrder = { 4164 }, level = 1, group = "AttacksCountAsExerted", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1952324525, }, - ["UniquePinAlmostPinnedEnemies1"] = { affix = "", "Pin Enemies which are Primed for Pinning", statOrder = { 8521 }, level = 1, group = "PinAlmostPinnedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3063814459, }, - ["UniqueSpellAdditionalProjectilesInCircle1"] = { affix = "", "Spells fire 4 additional Projectiles", "Spells fire Projectiles in a circle", statOrder = { 8992, 8992.1 }, level = 1, group = "SpellAdditionalProjectilesInCircle", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1013492127, }, - ["UniqueCannotBeLightStunned1"] = { affix = "", "Cannot be Light Stunned", statOrder = { 4833 }, level = 1, group = "CannotBeLightStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1000739259, }, - ["UniqueNonChannellingAttackManaCost1"] = { affix = "", "Non-Channelling Attacks cost an additional 6% of your maximum Mana", statOrder = { 4531 }, level = 1, group = "NonChannellingAttackManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 3199954470, }, - ["UniqueAttackManaCost1"] = { affix = "", "Attacks cost an additional 6% of your maximum Mana", statOrder = { 4422 }, level = 1, group = "AttackManaCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2157692677, }, - ["UniqueNonChannellingAttackLightningDamage1"] = { affix = "", "Non-Channelling Attacks have Added Lightning Damage equal to 3% of maximum Mana", statOrder = { 8314 }, level = 1, group = "NonChannellingAttackLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 4252580517, }, - ["UniqueAttackMinLightningDamage1"] = { affix = "", "Attacks have Added minimum Lightning Damage equal to 1% of maximum Mana", statOrder = { 9523 }, level = 1, group = "AttackMinLightningDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1835420624, }, - ["UniqueAttackMaxLightningDamage1"] = { affix = "", "Attacks have Added maximum Lightning Damage equal to (6-9)% of maximum Mana", statOrder = { 9553 }, level = 1, group = "AttackMaxLightningDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3258071686, }, - ["UniqueEvasionRatingPercentOnLowLife1"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrder = { 2229 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2695354435, }, - ["UniqueDamageRemovedFromCompanion1"] = { affix = "", "15% of Damage from Hits is taken from your Damageable Companion's Life before you", statOrder = { 5256 }, level = 1, group = "DamageRemovedFromCompanion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1150343007, }, - ["UniqueNonChannellingSpellLifeCost1"] = { affix = "", "Non-Channelling Spells cost an additional 6% of your maximum Life", statOrder = { 4523 }, level = 1, group = "NonChannellingSpellLifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 1920747151, }, - ["UniqueNonChannellingSpellDamage1"] = { affix = "", "Non-Channelling Spells deal 10% increased Damage per 100 maximum Life", statOrder = { 8975 }, level = 1, group = "NonChannellingSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1027889455, }, - ["UniqueNonChannellingSpellCriticalChance1"] = { affix = "", "Non-Channelling Spells have 5% increased Critical Hit Chance per 100 maximum Life", statOrder = { 8963 }, level = 1, group = "NonChannellingSpellCriticalChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 170426423, }, - ["UniqueLifeRegenerationRate1"] = { affix = "", "50% increased Life Regeneration rate", statOrder = { 964 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 44972811, }, - ["UniqueLifeRegenerationRate2"] = { affix = "", "(-30-30)% reduced Life Regeneration rate", statOrder = { 964 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 44972811, }, - ["UniqueSpiritPerMaximumLife1"] = { affix = "", "+1 to Maximum Spirit per 25 Maximum Life", statOrder = { 9361 }, level = 1, group = "SpiritPerMaximumLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1345486764, }, - ["UniqueMinionsHaveUnholyMight1"] = { affix = "", "Minions have Unholy Might", statOrder = { 8218 }, level = 1, group = "MinionsHaveUnholyMight", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3893509584, }, - ["UniqueCanEvadeAllDamageNotHitRecently1"] = { affix = "", "Can Evade all Hits if you have not been Hit Recently", statOrder = { 4808 }, level = 1, group = "CanEvadeAllDamageNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3658454671, }, - ["UniqueLeechEnergyShieldInsteadofLife1"] = { affix = "", "Life Leech is Converted to Energy Shield Leech", statOrder = { 5285 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3314050176, }, - ["UniqueIgnoreHexproof1"] = { affix = "", "Your Curses can affect Hexproof Enemies", statOrder = { 2291 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1367119630, }, - ["UniqueEnergyShieldRechargeOverride1"] = { affix = "", "Your base Energy Shield Recharge Delay is 10 seconds", statOrder = { 5868 }, level = 1, group = "EnergyShieldRechargeOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3091132047, }, - ["UniqueShockEffect1"] = { affix = "", "(50-100)% increased Magnitude of Shock you inflict", statOrder = { 8831 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, - ["UniqueAttackSpeedPerOvercappedBlock1"] = { affix = "", "1% increased Attack Speed per Overcapped Block chance", statOrder = { 4413 }, level = 1, group = "AttackSpeedPerOvercappedBlock", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2958220558, }, - ["UniqueNonChannellingSpellsDoubleManaAndCrit1"] = { affix = "", "Non-Channelling Spells have 25% chance to cost Double Mana and Critically Hit", statOrder = { 8318 }, level = 1, group = "NonChannellingSpellsDoubleManaAndCrit", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "caster", "critical" }, tradeHash = 2758035461, }, - ["UniqueBlockChanceProjectiles1"] = { affix = "", "100% increased Block chance against Projectiles", statOrder = { 4724 }, level = 1, group = "BlockChanceProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3583542124, }, - ["UniqueEnfeebleOnBlockChance1"] = { affix = "", "Curse Enemies with Enfeeble on Block", statOrder = { 5430 }, level = 1, group = "EnfeebleOnBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "curse" }, tradeHash = 3830953767, }, - ["UniqueParriedCausesSpellDamageTaken1"] = { affix = "", "Parried enemies take more Spell Damage instead of more Attack Damage", statOrder = { 8429 }, level = 1, group = "ParriedCausesSpellDamageTaken", weightKey = { }, weightVal = { }, modTags = { "block", "caster" }, tradeHash = 2935004295, }, - ["UniqueIncreasedAccuracyPercent1"] = { affix = "", "20% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, - ["UniqueParriedDebuffMagnitude1"] = { affix = "", "50% increased Parried Debuff Magnitude", statOrder = { 8428 }, level = 1, group = "ParriedDebuffMagnitude", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 818877178, }, - ["UniqueCriticalWeaknessOnParry1"] = { affix = "", "Parrying applies 10 Stacks of Critical Weakness", statOrder = { 4212 }, level = 1, group = "CriticalWeaknessOnParry", weightKey = { }, weightVal = { }, modTags = { "block", "curse" }, tradeHash = 2104138899, }, - ["UniqueParryDamage1"] = { affix = "", "100% increased Parry Damage", statOrder = { 8433 }, level = 1, group = "ParryDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1569159338, }, - ["UniqueHitsTreatFireResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Fire Resistance instead of target's value", statOrder = { 6563 }, level = 1, group = "HitsTreatFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3924583393, }, - ["UniqueHitsTreatColdResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Cold Resistance instead of target's value", statOrder = { 6562 }, level = 1, group = "HitsTreatColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 3455898738, }, - ["UniqueHitsTreatLightningResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Lightning Resistance instead of target's value", statOrder = { 6564 }, level = 1, group = "HitsTreatLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 3144953722, }, - ["UniqueWitherOnHitChance1"] = { affix = "", "(20-30)% chance to inflict Withered for 4 seconds on Hit", statOrder = { 9456 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 695624915, }, - ["UniqueWitherGrantsElementalDamageTaken1"] = { affix = "", "Enemies take 5% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrder = { 4004, 4004.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3507915723, }, - ["UniqueStrengthInherentBonusChange1"] = { affix = "", "Inherent bonus of Strength grants +5 to Accuracy Rating per Strength instead", statOrder = { 1702 }, level = 1, group = "StrengthInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1602694371, }, - ["UniqueDexterityInherentBonusChange1"] = { affix = "", "Inherent bonus of Dexterity grants +2 to Mana per Dexterity instead", statOrder = { 1703 }, level = 1, group = "DexterityInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 597008938, }, - ["UniqueIntelligenceInherentBonusChange1"] = { affix = "", "Inherent bonus of Intelligence grants +2 to Life per Intelligence instead", statOrder = { 1704 }, level = 1, group = "IntelligenceInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1405948943, }, - ["UniqueApplyCorruptedBloodOnBlock1"] = { affix = "", "Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of", "your maximum Life as Physical damage per second", statOrder = { 9336, 9336.1 }, level = 1, group = "ApplyCorruptedBloodOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical" }, tradeHash = 1955564066, }, - ["UniqueBowDamageFromLifeFlaskCharges1"] = { affix = "", "Bow Attacks consume 10% of your maximum Life Flask Charges if possible to deal added Physical damage equal to 5% of Flask's Life Recovery amount", statOrder = { 5281 }, level = 1, group = "BowDamageFromLifeFlaskCharges", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3893788785, }, - ["UniqueImpaleOnCriticalHit1"] = { affix = "", "Critical Hits inflict Impale", statOrder = { 5330 }, level = 1, group = "ImpaleOnCriticalHit", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3058238353, }, - ["UniqueCriticalsCannotConsumeImpale1"] = { affix = "", "Critical Hits cannot Extract Impale", statOrder = { 5331 }, level = 1, group = "CriticalsCannotConsumeImpale", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3414998042, }, - ["UniqueCannotRecoverAboveLowLifeExceptFlasks1"] = { affix = "", "Life Recovery other than Flasks cannot Recover Life to above Low Life", statOrder = { 4870 }, level = 1, group = "CannotRecoverAboveLowLifeExceptFlasks", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 451403019, }, - ["UniqueLifeRecoveryRate1"] = { affix = "", "100% increased Life Recovery rate", statOrder = { 1390 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3240073117, }, - ["UniqueLifeLeechChaosDamage1"] = { affix = "", "Life Leech recovers based on your Chaos damage instead of Physical damage", statOrder = { 6755 }, level = 1, group = "LifeLeechChaosDamage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 825825364, }, - ["UniqueChaosInfusionFromCharge1"] = { affix = "", "When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion", statOrder = { 6112 }, level = 1, group = "ChaosInfusionFromCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2332055252, }, - ["UniqueConsumeEnduranceChargeAlwaysCrit1"] = { affix = "", "Attacks consume an Endurance Charge to Critically Hit", statOrder = { 4357 }, level = 1, group = "ConsumeEnduranceChargeAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3550545679, }, - ["UniqueChaosDamagePerEnduranceCharge1"] = { affix = "", "Take 100 Chaos damage per second per Endurance Charge", statOrder = { 8795 }, level = 1, group = "ChaosDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3164544692, }, - ["UniqueConsumeFrenzyChargeAdditionalProjectile1"] = { affix = "", "Spear Projectile Attacks Consume a Frenzy Charge to fire 2 additional Projectiles", statOrder = { 8933 }, level = 1, group = "ConsumeFrenzyChargeAdditionalProjectile", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1980858462, }, - ["UniqueRollCriticalChanceTwice1"] = { affix = "", "Forks Critical Hits", statOrder = { 1300 }, level = 1, group = "RollCriticalChanceTwice", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1451444093, }, - ["UniqueLocalAllDamageCanPin1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Pin Buildup", statOrder = { 6894 }, level = 1, group = "LocalAllDamageCanPin", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4142786792, }, - ["UniqueFullyArmourBrokenShatterOnKill1"] = { affix = "", "Fully Armour Broken enemies you kill with Hits Shatter", statOrder = { 8813 }, level = 1, group = "FullyArmourBrokenShatterOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3278008231, }, - ["UniqueCanActiveBlockAllDirections1"] = { affix = "", "Can Block from all Directions while Shield is Raised", statOrder = { 4806 }, level = 1, group = "CanActiveBlockAllDirections", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4237042051, }, - ["UniqueAggravateIgnites1"] = { affix = "", "Aggravating any Bleeding with this Weapon also Aggravates all Ignites on the target", statOrder = { 4150 }, level = 1, group = "AggravateIgnites", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2312741059, }, - ["UniqueLocalChanceToAggravateBleed1"] = { affix = "", "(25-40)% chance to Aggravate Bleeding on Hit", statOrder = { 6887 }, level = 1, group = "LocalChanceToAggravateBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1009412152, }, - ["UniqueCannotBeThrown1"] = { affix = "", "Cannot use Projectile Attacks", statOrder = { 6923 }, level = 1, group = "CannotBeThrown", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1961849903, }, - ["UniqueEnergyShieldGainedOnBlockBasedOnArmour1"] = { affix = "", "Recover Energy Shield equal to 2% of Armour when you Block", statOrder = { 2163 }, level = 1, group = "EnergyShieldGainedOnBlockBasedOnArmour", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 3681057026, }, - ["UniqueUnholyMightOnZeroEnergyShield1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrder = { 2417 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2353201291, }, - ["UniqueLocalArmourBreakOnDamage1"] = { affix = "", "Breaks Armour equal to 40% of damage from Hits with this weapon", statOrder = { 6903 }, level = 1, group = "LocalArmourBreakOnDamage", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 949573361, }, - ["UniqueParriedDebuffDuration1"] = { affix = "", "50% increased Parried Debuff Duration", statOrder = { 8439 }, level = 1, group = "ParriedDebuffDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3401186585, }, - ["UniqueParriedDebuffDuration2"] = { affix = "", "100% increased Parried Debuff Duration", statOrder = { 8439 }, level = 1, group = "ParriedDebuffDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3401186585, }, - ["UniqueProjectileParryInfiniteDistance1"] = { affix = "", "Infinite Projectile Parry Range", statOrder = { 6656 }, level = 1, group = "ProjectileParryInfiniteDistance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1052388029, }, - ["UniqueLocalIncreasedProjectileSpeed1"] = { affix = "", "(20-30)% increased Projectile Speed with this Weapon", statOrder = { 7060 }, level = 1, group = "LocalIncreasedProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 535217483, }, - ["UniqueLifeFlasksApplyToMinions1"] = { affix = "", "Life Recovery from Flasks is also applied to Minions in your Presence", statOrder = { 6768 }, level = 30, group = "LifeFlasksApplyToMinions", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 228470228, }, - ["UniqueAddedPhysicalToMinionAttacks1"] = { affix = "", "Minions deal (5-8) to (10-12) additional Attack Physical Damage", statOrder = { 3379 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 797833282, }, - ["UniqueMaximumQualityOverride1"] = { affix = "", "Maximum Quality is 200%", statOrder = { 7052 }, level = 1, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 275498888, }, - ["UniqueColdAddedAsFireChilledEnemy1"] = { affix = "", "Gain 1% of Cold damage as Extra Fire damage per 1% Chill Magnitude on enemy", statOrder = { 8349 }, level = 1, group = "ColdAddedAsFireChilledEnemy", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2469544361, }, - ["UniqueMultipleCompanions1"] = { affix = "", "You can have two Companions of different types", statOrder = { 4809 }, level = 1, group = "MultipleCompanions", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1888024332, }, - ["UniqueEnergyShieldAppliesElementalReduction1"] = { affix = "", "Current Energy Shield also grants Elemental Damage reduction", statOrder = { 5420 }, level = 1, group = "EnergyShieldAppliesElementalReduction", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2342939473, }, - ["UniqueBlindOnPoison1"] = { affix = "", "Blind Targets when you Poison them", statOrder = { 4719 }, level = 1, group = "BlindOnPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 60826109, }, - ["UniquePoisonDuration1"] = { affix = "", "(10-20)% increased Poison Duration", statOrder = { 2820 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["UniqueIgniteEffectAgainstFrozen1"] = { affix = "", "(80-100)% increased Magnitude of Ignite against Frozen enemies", statOrder = { 6597 }, level = 1, group = "IgniteEffectAgainstFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 3618434982, }, - ["UniqueFreezeDamageIncreaseAgainstIgnited1"] = { affix = "", "(60-80)% increased Freeze Buildup against Ignited enemies", statOrder = { 6539 }, level = 1, group = "FreezeDamageIncreaseAgainstIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3751467747, }, - ["UniqueInfuseFireOnReload"] = { affix = "", "When you reload, triggers Gemini Infusion to alternately", "gain 0 Cold Infusion or (1-10) Fire Infusion", statOrder = { 6113, 6113.1 }, level = 1, group = "FireInfuseOnReload", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3048265316, }, - ["UniqueInfuseColdOnReload"] = { affix = "", "When you reload, triggers Gemini Infusion to alternately", "gain (1-10) Cold Infusion or 0 Fire Infusion", statOrder = { 6113, 6113.1 }, level = 1, group = "ColdInfuseOnReload", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3806615186, }, - ["UniqueLocalAlwaysMinimumOrMaximum1"] = { affix = "", "Rolls only the minimum or maximum Damage value for each Damage Type", statOrder = { 6940 }, level = 1, group = "LocalAlwaysMinimumOrMaximum", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3108672983, }, - ["UniqueElementalPenetrationBelowZero1"] = { affix = "", "Your Hits can Penetrate Elemental Resistances down to a minimum of -50%", statOrder = { 5757 }, level = 1, group = "ElementalPenetrationBelowZero", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 2890792988, }, - ["UniqueElementalPenetration1"] = { affix = "", "Damage Penetrates 10% Elemental Resistances", statOrder = { 2642 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, - ["UniqueEnemyKnockbackDirectionReversed1"] = { affix = "", "Knockback direction is reversed", statOrder = { 2676 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 281201999, }, - ["UniqueSpellDamagePerManaSpent1"] = { affix = "", "(35-50)% increased Spell damage for each 200 total Mana you have Spent Recently", statOrder = { 3953 }, level = 1, group = "SpellDamagePerManaSpent", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 347220474, }, - ["UniqueManaCostPerManaSpent1"] = { affix = "", "(35-50)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrder = { 3952 }, level = 1, group = "ManaCostPerManaSpent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2650053239, }, - ["UniqueCannotRecoverManaExceptRegen1"] = { affix = "", "Mana Recovery other than Regeneration cannot Recover Mana", statOrder = { 4872 }, level = 1, group = "CannotRecoverManaExceptRegen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3593063598, }, - ["UniqueLifeDegenerationPercentGracePeriod1"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1634 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, - ["UniqueLifeDegenerationPercentGracePeriod2"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1634 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, - ["UniqueLifeDegenerationPercentGracePeriod3"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1634 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, - ["UniqueLocalInfinitePoisonStackCount1"] = { affix = "", "Any number of Poisons from this Weapon can affect a target at the same time", statOrder = { 6994 }, level = 1, group = "LocalInfinitePoisonStackCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4021234281, }, - ["UniqueRageRegeneration1"] = { affix = "", "Regenerate 5 Rage per second", statOrder = { 4543 }, level = 1, group = "RageRegeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2853314994, }, - ["UniqueNonherentRageLoss1"] = { affix = "", "No Inherent loss of Rage", statOrder = { 8310 }, level = 1, group = "NoInherentRageLoss", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4163076972, }, - ["UniqueChaosDamageMaximumLife1"] = { affix = "", "Attacks have added Chaos damage equal to 3% of maximum Life", statOrder = { 4321 }, level = 75, group = "ChaosDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 1141563002, }, - ["UniquePhysicalDamageMaximumLife1"] = { affix = "", "Attacks have added Physical damage equal to 3% of maximum Life", statOrder = { 4322 }, level = 75, group = "PhysicalDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2723294374, }, - ["UniqueFlammabilityGemLevel1"] = { affix = "", "+4 to Level of Flammability Skills", statOrder = { 1929 }, level = 1, group = "FlammabilityGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 4211044223, }, - ["UniqueHypothermiaGemLevel1"] = { affix = "", "+4 to Level of Hypothermia Skills", statOrder = { 1930 }, level = 1, group = "HypothermiaGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 714102612, }, - ["UniqueConductivityGemLevel1"] = { affix = "", "+4 to Level of Conductivity Skills", statOrder = { 1926 }, level = 1, group = "ConductivityGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 2762675824, }, - ["UniqueVulnerabilityGemLevel1"] = { affix = "", "+4 to Level of Vulnerability Skills", statOrder = { 1960 }, level = 1, group = "VulnerabilityGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3507701584, }, - ["UniqueDespairGemLevel1"] = { affix = "", "+4 to Level of Despair Skills", statOrder = { 1927 }, level = 1, group = "DespairGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 2157870819, }, - ["UniqueEnfeebleGemLevel1"] = { affix = "", "+4 to Level of Enfeeble Skills", statOrder = { 1928 }, level = 1, group = "EnfeebleGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3948285912, }, - ["UniqueTemporalChainsGemLevel1"] = { affix = "", "+4 to Level of Temporal Chains Skills", statOrder = { 1959 }, level = 1, group = "TemporalChainsGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 1042153418, }, - ["UniqueCharmGrantsMaximumRage1"] = { affix = "", "Grants up to your maximum Rage on use", statOrder = { 5157 }, level = 1, group = "CharmGrantsMaximumRage", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1509210032, }, - ["UniqueCharmGrantsPowerCharge1"] = { affix = "", "Grants a Power Charge on use", statOrder = { 5156 }, level = 1, group = "CharmGrantsPowerCharge", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2566921799, }, - ["UniqueCharmGrantsFrenzyCharge1"] = { affix = "", "Grants a Frenzy Charge on use", statOrder = { 5155 }, level = 1, group = "CharmGrantsFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 280890192, }, - ["UniqueCharmDoubleArmourEffect1"] = { affix = "", "Defend with 200% of Armour during effect", statOrder = { 5150 }, level = 1, group = "CharmDoubleArmourEffect", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3138344128, }, - ["UniqueCharmOnslaughtDuringEffect1"] = { affix = "", "Grants Onslaught during effect", statOrder = { 5154 }, level = 1, group = "CharmOnslaughtDuringEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 618665892, }, - ["UniqueCharmStartEnergyShieldRecharge1"] = { affix = "", "Energy Shield Recharge starts on use", statOrder = { 5153 }, level = 1, group = "CharmStartEnergyShieldRecharge", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1056492907, }, - ["UniqueCharmCreateConsecratedGround1"] = { affix = "", "Creates Consecrated Ground on use", statOrder = { 5149 }, level = 1, group = "CharmCreateConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1112560582, }, - ["UniqueCharmRecoverLifeBasedOnManaFlask1"] = { affix = "", "Recover Life equal to (15-20)% of Mana Flask's Recovery Amount when used", statOrder = { 5169 }, level = 1, group = "CharmRecoverLifeBasedOnManaFlask", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2716923832, }, - ["UniqueCharmRecoverManaBasedOnLifeFlask1"] = { affix = "", "Recover Mana equal to (15-20)% of Life Flask's Recovery Amount when used", statOrder = { 5170 }, level = 1, group = "CharmRecoverManaBasedOnLifeFlask", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3891350097, }, - ["UniqueCharmIgniteEnemiesInPresence1"] = { affix = "", "Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used", statOrder = { 5158 }, level = 1, group = "CharmIgniteEnemiesInPresence", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 3833167682, }, - ["UniqueCharmEnemyExtraLightningDamageRoll1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Unlucky during effect", statOrder = { 5152 }, level = 1, group = "CharmEnemyExtraLightningDamageRoll", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 3246948616, }, - ["UniqueCharmRecoupChaosDamagePrevented1"] = { affix = "", "50% of Chaos damage you prevent when Hit Recouped as Life and Mana during effect", statOrder = { 5171 }, level = 1, group = "CharmRecoupChaosDamagePrevented", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "chaos" }, tradeHash = 2678930256, }, - ["UniqueCharmRandomPossess1"] = { affix = "", "Possessed by a random Spirit for 20 seconds on use", statOrder = { 5165 }, level = 1, group = "CharmRandomPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1280492469, }, - ["UniqueCharmOwlPossess1"] = { affix = "", "Possessed by Spirit Of The Owl for (10-20) seconds on use", statOrder = { 5162 }, level = 1, group = "CharmOwlPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 300107724, }, - ["UniqueCharmSerpentPossess1"] = { affix = "", "Possessed by Spirit Of The Serpent for (10-20) seconds on use", statOrder = { 5166 }, level = 1, group = "CharmSerpentPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3181677174, }, - ["UniqueCharmPrimatePossess1"] = { affix = "", "Possessed by Spirit Of The Primate for (10-20) seconds on use", statOrder = { 5164 }, level = 1, group = "CharmPrimatePossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3763491818, }, - ["UniqueCharmBearPossess1"] = { affix = "", "Possessed by Spirit Of The Bear for (10-20) seconds on use", statOrder = { 5159 }, level = 1, group = "CharmBearPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3403424702, }, - ["UniqueCharmBoarPossess1"] = { affix = "", "Possessed by Spirit Of The Boar for (10-20) seconds on use", statOrder = { 5160 }, level = 1, group = "CharmBoarPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1685559578, }, - ["UniqueCharmOxPossess1"] = { affix = "", "Possessed by Spirit Of The Ox for (10-20) seconds on use", statOrder = { 5163 }, level = 1, group = "CharmOxPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3463873033, }, - ["UniqueCharmWolfPossess1"] = { affix = "", "Possessed by Spirit Of The Wolf for (10-20) seconds on use", statOrder = { 5168 }, level = 1, group = "CharmWolfPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3504441212, }, - ["UniqueCharmStagPossess1"] = { affix = "", "Possessed by Spirit Of The Stag for (10-20) seconds on use", statOrder = { 5167 }, level = 1, group = "CharmStagPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3685424517, }, - ["UniqueCharmCatPossess1"] = { affix = "", "Possessed by Spirit Of The Cat for (10-20) seconds on use", statOrder = { 5161 }, level = 1, group = "CharmCatPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 2839557359, }, - ["UniqueMaximumLifePerStackableJewel1"] = { affix = "", "2% increased Maximum Life per socketed Grand Spectrum", statOrder = { 3764 }, level = 1, group = "MaximumLifePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 262406138, }, - ["UniqueAllResistancePerStackableJewel1"] = { affix = "", "+4% to all Elemental Resistances per socketed Grand Spectrum", statOrder = { 3763 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1345312164, }, - ["UniqueMaximumSpiritPerStackableJewel1"] = { affix = "", "2% increased Spirit per socketed Grand Spectrum", statOrder = { 9037 }, level = 1, group = "MaximumSpiritPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1194507491, }, - ["UniqueFireDamageConvertToCold1"] = { affix = "", "100% of Fire Damage Converted to Cold Damage", statOrder = { 8345 }, level = 1, group = "FireDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3503160529, }, - ["UniqueFireDamageConvertToLightning1"] = { affix = "", "100% of Fire damage Converted to Lightning damage", statOrder = { 8346 }, level = 1, group = "FireDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2772033465, }, - ["UniqueLightningDamageConvertToCold1"] = { affix = "", "100% of Lightning Damage Converted to Cold Damage", statOrder = { 1656 }, level = 1, group = "LightningDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3627052716, }, - ["UniqueColdDamageConvertToLightning1"] = { affix = "", "100% of Cold Damage Converted to Lightning Damage", statOrder = { 1659 }, level = 1, group = "ColdDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1686824704, }, - ["UniqueLightningDamageConvertToChaos1"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1657 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, - ["UniqueElementalDamageConvertToFire1"] = { affix = "", "33% of Elemental Damage Converted to Fire Damage", statOrder = { 8343 }, level = 1, group = "ElementalDamageConvertToFire", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 40154188, }, - ["UniqueElementalDamageConvertToCold1"] = { affix = "", "33% of Elemental Damage Converted to Cold Damage", statOrder = { 8342 }, level = 1, group = "ElementalDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 210092264, }, - ["UniqueElementalDamageConvertToLightning1"] = { affix = "", "33% of Elemental Damage Converted to Lightning Damage", statOrder = { 8344 }, level = 1, group = "ElementalDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 289540902, }, - ["UniqueElementalDamageConvertToChaos1"] = { affix = "", "100% of Elemental Damage Converted to Chaos Damage", statOrder = { 8341 }, level = 1, group = "ElementalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2295988214, }, - ["UniquePainAttunement1"] = { affix = "", "Pain Attunement", statOrder = { 9594 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 98977150, }, - ["UniqueIronReflexes1"] = { affix = "", "Iron Reflexes", statOrder = { 9589 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 326965591, }, - ["UniqueBloodMagic1"] = { affix = "", "Blood Magic", statOrder = { 9565 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 774026047, }, - ["UniqueEldritchBattery1"] = { affix = "", "Eldritch Battery", statOrder = { 9576 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2262736444, }, - ["UniqueGiantsBlood1"] = { affix = "", "Giant's Blood", statOrder = { 9582 }, level = 1, group = "GiantsBlood", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1875158664, }, - ["UniqueUnwaveringStance1"] = { affix = "", "Unwavering Stance", statOrder = { 9602 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1683578560, }, - ["UniqueIronGrip1"] = { affix = "", "Iron Grip", statOrder = { 9588 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3528245713, }, - ["UniqueIronWill1"] = { affix = "", "Iron Will", statOrder = { 9590 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 281311123, }, - ["UniqueEverlastingSacrifice1"] = { affix = "", "Everlasting Sacrifice", statOrder = { 9581 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, modTags = { "defences", "resistance" }, tradeHash = 145598447, }, - ["UniqueMultipleAnointments1"] = { affix = "", "Can have 2 additional Instilled Modifiers", statOrder = { 13 }, level = 66, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1135194732, }, - ["UniqueElementalDamageGainedAsFire1"] = { affix = "", "Gain (5-10)% of Elemental Damage as Extra Fire Damage", statOrder = { 8339 }, level = 1, group = "ElementalDamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 701564564, }, - ["UniqueElementalDamageGainedAsCold1"] = { affix = "", "Gain (5-10)% of Elemental Damage as Extra Cold Damage", statOrder = { 8338 }, level = 1, group = "ElementalDamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1158842087, }, - ["UniqueElementalDamageGainedAsLightning1"] = { affix = "", "Gain (5-10)% of Elemental Damage Damage as Extra Lightning Damage", statOrder = { 8340 }, level = 1, group = "ElementalDamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3550887155, }, - ["UniqueCannotEvade1"] = { affix = "", "Cannot Evade Enemy Attacks", statOrder = { 1605 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 474452755, }, - ["UniqueLifeRegenerationWhileSurrounded1"] = { affix = "", "Regenerate 5% of maximum Life per second while Surrounded", statOrder = { 6797 }, level = 1, group = "LifeRegenerationWhileSurrounded", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2002533190, }, - ["UniqueChillDuration1"] = { affix = "", "30% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["UniqueChillDuration2"] = { affix = "", "25% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["UniqueBleedEffect1"] = { affix = "", "(15-25)% increased Magnitude of Bleeding you inflict", statOrder = { 4598 }, level = 1, group = "BleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, tradeHash = 3166958180, }, - ["UniquePoisonEffect1"] = { affix = "", "(15-25)% increased Magnitude of Poison you inflict", statOrder = { 8536 }, level = 1, group = "PoisonEffect", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, tradeHash = 2487305362, }, - ["DemigodsVirtue1"] = { affix = "", "Virtuous", statOrder = { 9556 }, level = 1, group = "DemigodsVirtue", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1132041585, }, - ["DemigodItemFoundRarityIncrease1"] = { affix = "", "25% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["DemigodMovementVelocity1"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["DemigodIncreasedSkillSpeed1"] = { affix = "", "10% increased Skill Speed", statOrder = { 830 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, - ["DemigodLifeRegenerationRatePercentage1"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["DemigodAllResistances1"] = { affix = "", "+20% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["DemigodManaGainedOnKillPercentage1"] = { affix = "", "Recover 2% of maximum Mana on Kill", statOrder = { 1457 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, - ["BaseSpiritTestUniqueAmulet1"] = { affix = "", "+500 to Spirit", statOrder = { 877 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, - ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrder = { 944 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, - ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["LifeRegenerationUniqueWreath1"] = { affix = "", "2 Life Regeneration per second", statOrder = { 963 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, - ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrder = { 1736 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, - ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrder = { 1736 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, - ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrder = { 1736 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, - ["CannotCrit"] = { affix = "", "Never deal Critical Hits", statOrder = { 1862 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3638599682, }, - ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrder = { 1858 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1694106311, }, - ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrder = { 1858 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1694106311, }, - ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrder = { 1852 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, - ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrder = { 1852 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, - ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrder = { 1852 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, - ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["ConvertPhysicalToFireUnique__3__"] = { affix = "", "(0-50)% of Physical Damage Converted to Fire Damage", statOrder = { 1646 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, - ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrder = { 977 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltIncreasedFlaskChargedUsedUnique__2"] = { affix = "", "(7-10)% reduced Flask Charges used", statOrder = { 977 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, - ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 882 }, level = 14, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "10% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["BeltFlaskLifeRecoveryUnique__1"] = { affix = "", "(30-40)% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(60-100)% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrder = { 879 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, - ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrder = { 880 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, - ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["Acrobatics"] = { affix = "", "Acrobatics", statOrder = { 9558 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1588686563, }, - ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrder = { 54 }, level = 1, group = "HasNoSockets", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493091477, }, - ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrder = { 1538 }, level = 1, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 491899612, }, - ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrder = { 883 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageUnique__2"] = { affix = "", "Reflects (100-150) Physical Damage to Melee Attackers", statOrder = { 883 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 100 Cold Damage to Melee Attackers", statOrder = { 1878 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4235886357, }, - ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrder = { 883 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, - ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrder = { 1873 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2970307386, }, - ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+25 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3441651621, }, - ["PainAttunement"] = { affix = "", "Pain Attunement", statOrder = { 9594 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 98977150, }, - ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrder = { 1411 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, - ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrder = { 1411 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, - ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrder = { 1411 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, - ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrder = { 1411 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, - ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrder = { 1541 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1541 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrder = { 1533 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 283649372, }, - ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrder = { 1533 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 283649372, }, - ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1541 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, - ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1534 }, level = 31, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, - ["CannotBeFrozenOrChilledUnique__2"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1534 }, level = 1, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, - ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrder = { 1577 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 73272763, }, - ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrder = { 1423 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1637928656, }, - ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+(150-250) to Evasion Rating while on Low Life", statOrder = { 1373 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3470876581, }, - ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of maximum Life per second while on Low Life", statOrder = { 1636 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, - ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of maximum Life per second while on Low Life", statOrder = { 1636 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, - ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of maximum Life per second while on Low Life", statOrder = { 1636 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, - ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrder = { 1407 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2929867083, }, - ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnLowLifeUnique__1"] = { affix = "", "(10-20)% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrder = { 1496 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, - ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrder = { 1496 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, - ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrder = { 1495 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, - ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrder = { 1496 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, - ["MovementVelocityOnFullLifeUnique__1"] = { affix = "", "30% increased Movement Speed when on Full Life", statOrder = { 1496 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, - ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1668 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "100% of Physical Damage Converted to Cold Damage", statOrder = { 1648 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, - ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrder = { 1623 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 758893621, }, - ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1648 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, - ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1648 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, - ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrder = { 1648 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, - ["ConvertPhysicalToColdUnique__3"] = { affix = "", "(0-50)% of Physical Damage Converted to Cold Damage", statOrder = { 1648 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, - ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["ConvertPhysicaltoLightningUnique__5"] = { affix = "", "(0-50)% of Physical Damage Converted to Lightning Damage", statOrder = { 1650 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, - ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrder = { 1123 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4268321763, }, - ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrder = { 1123 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4268321763, }, - ["Conduit"] = { affix = "", "Conduit", statOrder = { 9570 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 1994392904, }, - ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-(15-10) Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["PhysicalAttackDamageReducedUnique__1"] = { affix = "", "-(60-30) Physical Damage taken from Attack Hits", statOrder = { 1902 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, - ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+10% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUniqueShieldStrDex3__"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__8_"] = { affix = "", "+(9-13)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["AdditionalBlockChanceUnique__9"] = { affix = "", "+(20-25)% Chance to Block", statOrder = { 831 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, - ["SpellBlockOnLowLifeUniqueShieldStrDex1"] = { affix = "", "36% Chance to Block Spell Damage while on Low Life", statOrder = { 1066 }, level = 1, group = "BlockPercentAppliedToSpellsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4070519133, }, - ["SpellBlockUniqueShieldInt1"] = { affix = "", "(12-18)% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockUniqueShieldStrInt1"] = { affix = "", "(21-24)% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockUniqueBootsInt5"] = { affix = "", "(6-8)% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockUniqueTwoHandAxe6"] = { affix = "", "8% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockUniqueDescentShieldStr1"] = { affix = "", "30% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockUniqueShieldInt4"] = { affix = "", "8% Chance to Block Spell Damage", statOrder = { 1065 }, level = 1, group = "BlockingBlocksSpells", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2881111359, }, - ["SpellBlockPercentageOnLowLifeUniqueShieldStrDex1_"] = { affix = "", "+30% Chance to Block Spell Damage while on Low Life", statOrder = { 1058 }, level = 1, group = "SpellBlockPercentageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2253286128, }, - ["SpellBlockPercentageUniqueShieldInt1"] = { affix = "", "(10-15)% Chance to Block Spell Damage", statOrder = { 865 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 561307714, }, - ["SpellBlockPercentageUniqueShieldStrInt1"] = { affix = "", "(20-30)% Chance to Block Spell Damage", statOrder = { 865 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 561307714, }, - ["SpellBlockPercentageUniqueBootsInt5"] = { affix = "", "(15-20)% Chance to Block Spell Damage", statOrder = { 865 }, level = 1, group = "SpellBlockPercentageRainbowstride", weightKey = { }, weightVal = { }, modTags = { "block", "blue_herring" }, tradeHash = 561307714, }, - ["SpellBlockPercentageUniqueTwoHandAxe6"] = { affix = "", "(7-10)% Chance to Block Spell Damage", statOrder = { 865 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 561307714, }, - ["SpellBlockPercentageUniqueShieldInt4"] = { affix = "", "10% Chance to Block Spell Damage", statOrder = { 865 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 561307714, }, - ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumColdResistUnique__2"] = { affix = "", "+3% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrder = { 1878 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4235886357, }, - ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical damage taken from Projectile Attacks", statOrder = { 1914 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, - ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical damage taken from Projectile Attacks", statOrder = { 1914 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, - ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Hit", statOrder = { 1524 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "critical" }, tradeHash = 398702949, }, - ["CannotBlockAttacks"] = { affix = "", "You cannot Block", statOrder = { 1924 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3162258068, }, - ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrder = { 1434 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, - ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrder = { 1434 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, - ["IncreasedMaximumResistsUnique__2"] = { affix = "", "-5% to all maximum Resistances", statOrder = { 1434 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, - ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrder = { 324 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, - ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrder = { 324 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, - ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrder = { 324 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, - ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrder = { 324 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, - ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrder = { 335 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3265951306, }, - ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrder = { 332 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2572192375, }, - ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrder = { 333 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, - ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrder = { 333 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, - ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrder = { 333 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, - ["GenerateEnduranceChargesForAlliesInPresence"] = { affix = "", "When you generate an Endurance Charge, Allies in your Presence generate that Charge instead", statOrder = { 1961 }, level = 1, group = "GenerateEnduranceChargesForAlliesInPresence", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1881314095, }, - ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Hit", statOrder = { 1531 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "critical" }, tradeHash = 2609824731, }, - ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrder = { 1964 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301191210, }, - ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 30 Blind", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, - ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, - ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrder = { 340 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, + ["UniqueLoseEnergyShieldPerSecond1"] = { affix = "", "You lose 5% of maximum Energy Shield per second", statOrder = { 5937 }, level = 1, group = "LoseEnergyShieldPerSecond", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2350411833, }, + ["UniqueLifeLeechExcessToEnergyShield1"] = { affix = "", "Excess Life Recovery from Leech is applied to Energy Shield", statOrder = { 6884 }, level = 1, group = "LifeLeechExcessToEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 999436592, }, + ["UniqueMinionLifeTiedToOwner1"] = { affix = "", "Minions in Presence lose Life when you lose Life", "Minions in Presence gain Life when you gain Life", statOrder = { 9625, 9625.1 }, level = 1, group = "MinionLifeTiedToOwner", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2247039371, }, + ["UniqueRingIgniteProliferation1"] = { affix = "", "Ignites you inflict spread to other Enemies that stay within 1.5 metres for 1 second", statOrder = { 1869 }, level = 1, group = "RingIgniteProliferation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3314057862, }, + ["UniqueNoCriticalStrikeMultiplier1"] = { affix = "", "Your Critical Hits do not deal extra Damage", statOrder = { 1336 }, level = 32, group = "NoCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4058681894, }, + ["UniqueLocalNoCriticalStrikeMultiplier1"] = { affix = "", "Critical Hits do not deal extra Damage", statOrder = { 7222 }, level = 1, group = "LocalNoCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1508661598, }, + ["UniqueThornsCriticalStrikeChance1"] = { affix = "", "+25% to Thorns Critical Hit Chance", statOrder = { 4580 }, level = 1, group = "ThornsCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2715190555, }, + ["UniqueLocalDazeBuildup1"] = { affix = "", "Dazes on Hit", statOrder = { 7328 }, level = 1, group = "LocalDazeBuildup", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933846633, }, + ["UniqueAftershockChance1"] = { affix = "", "Slam Skills you use yourself cause Aftershocks", statOrder = { 9798 }, level = 1, group = "AftershockChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2045949233, }, + ["UniqueDoubleEnergyGain1"] = { affix = "", "Energy Generation is doubled", statOrder = { 5922 }, level = 1, group = "DoubleEnergyGain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 793801176, }, + ["UniqueSpellLifeCostPercent1"] = { affix = "", "25% of Spell Mana Cost Converted to Life Cost", statOrder = { 9275 }, level = 1, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 3544050945, }, + ["UniqueLocalReloadSpeed1"] = { affix = "", "30% reduced Reload Speed", statOrder = { 917 }, level = 1, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, + ["UniqueLocalReloadSpeed2"] = { affix = "", "(7-14)% increased Reload Speed", statOrder = { 917 }, level = 1, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, + ["UniqueChanceForNoBoltReload1"] = { affix = "", "100% chance to not consume a bolt if you've Reloaded Recently", statOrder = { 5449 }, level = 1, group = "ChanceForNoBoltReload", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 842299438, }, + ["UniqueHalvedSpiritReservation1"] = { affix = "", "Skills reserve 50% less Spirit", statOrder = { 9636 }, level = 1, group = "HalvedSpiritReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2838161567, }, + ["UniqueLocalCritChanceOverride1"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3349 }, level = 1, group = "LocalCritChanceOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3384885789, }, + ["UniqueAdditionalAttackChain1"] = { affix = "", "Attacks Chain 2 additional times", statOrder = { 3673 }, level = 1, group = "AttackAdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3868118796, }, + ["UniqueStrengthRequirements1"] = { affix = "", "-15 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["UniqueStrengthRequirements2"] = { affix = "", "+100 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["UniqueStrengthRequirements3"] = { affix = "", "+150 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["UniqueDexterityRequirements1"] = { affix = "", "+50 Dexterity Requirement", statOrder = { 808 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1133453872, }, + ["UniqueIntelligenceRequirements1"] = { affix = "", "+100 Intelligence Requirement", statOrder = { 810 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, + ["UniqueIntelligenceRequirements2"] = { affix = "", "+200 Intelligence Requirement", statOrder = { 810 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, + ["UniqueChillHitsCauseShattering1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrder = { 5227 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3119292058, }, + ["UniqueTriggerEmberFusilladeOnSpellCast1"] = { affix = "", "Trigger Ember Fusillade Skill on casting a Spell", statOrder = { 7114 }, level = 1, group = "GrantsTriggeredEmberFusillade", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 826162720, }, + ["UniqueTriggerSparkOnKillingShockedEnemy1"] = { affix = "", "Trigger Spark Skill on killing a Shocked Enemy", statOrder = { 7117 }, level = 1, group = "GrantsTriggeredSpark", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 811217923, }, + ["UniqueTriggerLightningBoltOnCriticalStrike1"] = { affix = "", "Trigger Lightning Bolt Skill on Critical Hit", statOrder = { 7116 }, level = 1, group = "GrantsTriggeredLightningBolt", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 704919631, }, + ["UniqueOnlySocketRubyJewel1"] = { affix = "", "You can only Socket Ruby Jewels in this item", statOrder = { 7060 }, level = 1, group = "OnlySocketRubyJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4031148736, }, + ["UniqueOnlySocketEmeraldJewel1"] = { affix = "", "You can only Socket Emerald Jewels in this item", statOrder = { 7059 }, level = 1, group = "OnlySocketEmeraldJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3598729471, }, + ["UniqueOnlySocketSapphireJewel1"] = { affix = "", "You can only Socket Sapphire Jewels in this item", statOrder = { 7061 }, level = 1, group = "OnlySocketSapphireJewel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 21302430, }, + ["UniqueFireResistanceNoPenalty1"] = { affix = "", "Fire Resistance is unaffected by Area Penalties", statOrder = { 6088 }, level = 1, group = "FireResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3247805335, }, + ["UniqueColdResistanceNoPenalty1"] = { affix = "", "Cold Resistance is unaffected by Area Penalties", statOrder = { 5273 }, level = 1, group = "ColdResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4207433208, }, + ["UniqueLightningResistanceNoPenalty1"] = { affix = "", "Lightning Resistance is unaffected by Area Penalties", statOrder = { 6984 }, level = 1, group = "LightningResistanceNoPenalty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3631920880, }, + ["UniqueTriggerGasCloudOnMainHandHit1"] = { affix = "", "Triggers Gas Cloud on Hit", statOrder = { 7115 }, level = 1, group = "GrantsTriggeredGasCloud", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1652674074, }, + ["UniqueTriggerDetonationOnOffHandHit1"] = { affix = "", "Trigger Detonation on Hit", statOrder = { 7113 }, level = 1, group = "GrantsTriggeredDetonation", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1524904258, }, + ["UniqueTakeFireDamageOnIgnite1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrder = { 6078 }, level = 65, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2518598473, }, + ["UniqueDodgeRollDistance1"] = { affix = "", "+1 metre to Dodge Roll distance", statOrder = { 5735 }, level = 1, group = "DodgeRollDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 258119672, }, + ["UniqueLioneyeDodgeRoll1"] = { affix = "", "+2 metres to Dodge Roll distance if you haven't Dodge Rolled Recently", "-1 metre to Dodge Roll distance if you've Dodge Rolled Recently", statOrder = { 3978, 3979 }, level = 1, group = "DodgeRollEnhancedWithTradeOff", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1898996531, }, + ["UniqueEvasionRatingDodgeRoll1"] = { affix = "", "50% increased Evasion Rating if you've Dodge Rolled Recently", statOrder = { 6007 }, level = 1, group = "EvasionRatingDodgeRoll", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1040569494, }, + ["UniqueCriticalStrikesIgnoreResistances1"] = { affix = "", "Critical Hits ignore Enemy Monster Elemental Resistances", statOrder = { 3027 }, level = 1, group = "CriticalStrikesIgnoreResistances", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1094937621, }, + ["UniqueEnergyShieldRegenerationFromLife1"] = { affix = "", "Life Regeneration is applied to Energy Shield instead", statOrder = { 8993 }, level = 44, group = "EnergyShieldRegenerationFromLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 632761194, }, + ["UniqueGainManaAsExtraEnergyShield1"] = { affix = "", "Gain (4-6)% of maximum Mana as Extra maximum Energy Shield", statOrder = { 1837 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3027830452, }, + ["UniqueAdditionalChargeGeneration1"] = { affix = "", "Gain an additional Charge when you gain a Charge", statOrder = { 5095 }, level = 1, group = "AdditionalChargeGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1555237944, }, + ["UniqueModifyableWhileCorrupted1"] = { affix = "", "Can be modified while Corrupted", statOrder = { 13 }, level = 66, group = "ModifyableWhileCorruptedAndSpecialCorruption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1161337167, }, + ["UniqueCharmChargesToLifeFlasks1"] = { affix = "", "50% of charges used by Charms granted to your Life Flasks", statOrder = { 5178 }, level = 70, group = "CharmChargesToLifeFlasks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2369960685, }, + ["UniqueCorruptedBloodImmunity1"] = { affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 4864 }, level = 1, group = "CorruptedBloodImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1658498488, }, + ["UniqueLocalSoulCoreEffect1"] = { affix = "", "100% increased effect of Socketed Soul Cores", statOrder = { 7242 }, level = 60, group = "LocalSoulCoreEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4065505214, }, + ["UniqueMaximumRage1"] = { affix = "", "+(-10-10) to Maximum Rage", statOrder = { 8886 }, level = 75, group = "MaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1181501418, }, + ["UniqueGainChargesOnMaximumRage1"] = { affix = "", "Gain (1-3) random Charge on reaching Maximum Rage", statOrder = { 6219 }, level = 1, group = "GainChargesOnMaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2906384323, }, + ["UniqueLoseRageOnMaximumRage1"] = { affix = "", "Lose all Rage on reaching Maximum Rage", statOrder = { 7337 }, level = 1, group = "LoseRageOnMaximumRage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3851480592, }, + ["UniqueLifeRegenerationNotApplied1"] = { affix = "", "Life Recovery from Regeneration is not applied", statOrder = { 6905 }, level = 1, group = "LifeRegenerationNotApplied", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3947672598, }, + ["UniqueRecoverLifeBasedOnRegen1"] = { affix = "", "Every 4 seconds, Recover 1 Life for every 0.2 Life Recovery per second from Regeneration", statOrder = { 8951 }, level = 1, group = "RecoverLifeBasedOnRegen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1457411584, }, + ["UniqueBaseLimit1"] = { affix = "", "Skills have +1 to Limit", statOrder = { 4544 }, level = 30, group = "BaseLimit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2942704390, }, + ["UniqueFireExposureOnShock1"] = { affix = "", "Inflict Fire Exposure on Shocking an Enemy", statOrder = { 6791 }, level = 1, group = "FireExposureOnShock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1538879632, }, + ["UniqueColdExposureOnIgnite1"] = { affix = "", "Inflict Cold Exposure on Igniting an Enemy", statOrder = { 6787 }, level = 1, group = "ColdExposureOnIgnite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3314536008, }, + ["UniqueColdExposureOnHitWithMagnitude1"] = { affix = "", "Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by (20-30)%", statOrder = { 4147 }, level = 1, group = "ElementalExposureEffectOnHitWithMagnitude", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 533542952, }, + ["UniqueColdExposureMagnitude1UNUSED"] = { affix = "", "Cold Exposure you inflict lowers Total Cold Resistance by an extra (20-30)%", statOrder = { 5263 }, level = 1, group = "ColdExposureAdditionalResistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2243456805, }, + ["UniqueLightningExposureOnCrit1"] = { affix = "", "Inflict Lightning Exposure on Critical Hit", statOrder = { 6793 }, level = 1, group = "LightningExposureOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2665488635, }, + ["UniqueEnemiesInPresenceGainCritWeakness1"] = { affix = "", "Every second, inflicts Critical Weakness on enemies in your Presence for 15 seconds", statOrder = { 5876 }, level = 1, group = "EnemiesInPresenceGainCritWeakness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1052498387, }, + ["UniqueEnemiesInPresenceBlinded1"] = { affix = "", "Enemies in your Presence are Blinded", statOrder = { 5871 }, level = 1, group = "EnemiesInPresenceBlinded", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1464727508, }, + ["UniqueFlatCooldownRecovery1"] = { affix = "", "Skills have -(2-1) seconds to Cooldown", statOrder = { 9607 }, level = 1, group = "FlatCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 396200591, }, + ["UniqueChanceToNotConsumeCorpse1"] = { affix = "", "25% chance to not destroy Corpses when Consuming Corpses", statOrder = { 5135 }, level = 1, group = "ChanceToNotConsumeCorpse", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 965913123, }, + ["UniqueDisablesOtherRingSlot1"] = { affix = "", "Can't use other Rings", statOrder = { 1396 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 64726306, }, + ["UniqueSelfCurseDuration1"] = { affix = "", "50% reduced Duration of Curses on you", statOrder = { 1833 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, + ["UniqueLeftRingSpellProjectilesFork1"] = { affix = "", "Left ring slot: Projectiles from Spells Fork", statOrder = { 7205 }, level = 1, group = "LeftRingSpellProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2437476305, }, + ["UniqueLeftRingSpellProjectilesCannotChain1"] = { affix = "", "Left ring slot: Projectiles from Spells cannot Chain", statOrder = { 7204 }, level = 1, group = "LeftRingSpellProjectilesCannotChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3647242059, }, + ["UniqueRightRingSpellProjectilesChain1"] = { affix = "", "Right ring slot: Projectiles from Spells Chain +1 times", statOrder = { 7232 }, level = 1, group = "RightRingSpellProjectilesChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1555918911, }, + ["UniqueRightRingSpellProjectilesCannotFork1"] = { affix = "", "Right ring slot: Projectiles from Spells cannot Fork", statOrder = { 7233 }, level = 1, group = "RightRingSpellProjectilesCannotFork", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2933024469, }, + ["UniqueSpellsCannotPierce1"] = { affix = "", "Projectiles from Spells cannot Pierce", statOrder = { 8846 }, level = 1, group = "SpellsCannotPierce", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3826125995, }, + ["UniqueFlaskOverhealToGuard1"] = { affix = "", "Excess Life Recovery added as Guard for 10 seconds", statOrder = { 7250 }, level = 1, group = "FlaskOverhealToGuard", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 636464211, }, + ["UniqueAlternatingDamageTaken1"] = { affix = "", "Alternating every 5 seconds:", "Take 30% less Damage from Hits", "Take 30% less Damage over time", statOrder = { 6428, 6428.1, 6428.2 }, level = 78, group = "AlternatingDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 258955603, }, + ["UniqueLuckyBlockChance1"] = { affix = "", "Chance to Block Damage is Lucky", statOrder = { 4492 }, level = 1, group = "LuckyBlockChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2957287092, }, + ["UniqueCharmsNoCharges1"] = { affix = "", "Charms use no Charges", statOrder = { 5207 }, level = 1, group = "CharmsNoCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2620375641, }, + ["UniqueAggravateBleedOnPresence1"] = { affix = "", "Aggravate Bleeding on Enemies when they Enter your Presence", statOrder = { 4106 }, level = 1, group = "AggravateBleedOnPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 874646180, }, + ["UniqueThornsDamageIncrease1"] = { affix = "", "100% increased Thorns damage", statOrder = { 9476 }, level = 1, group = "ThornsDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1315743832, }, + ["UniqueLifeCost1"] = { affix = "", "Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 1, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, + ["UniqueLifeCost2"] = { affix = "", "10% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 1, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, + ["UniqueDamageGainedAsChaosPerCost1"] = { affix = "", "Skills gain 1% of Damage as Chaos Damage per 3 Life Cost", statOrder = { 8541 }, level = 1, group = "DamageGainedAsChaosPerCost", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4117005593, }, + ["UniqueSpiritPerSocketable1"] = { affix = "", "+(6-10) to Spirit per Socket filled", statOrder = { 7245 }, level = 1, group = "SpiritPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4163415912, }, + ["UniqueMaximumLifePerSocketable1"] = { affix = "", "5% increased Maximum Life per Socket filled", statOrder = { 7215 }, level = 1, group = "MaximumLifePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2702182380, }, + ["UniqueMaximumManaPerSocketable1"] = { affix = "", "5% increased Maximum Mana per Socket filled", statOrder = { 7217 }, level = 1, group = "MaximumManaPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 911712882, }, + ["UniqueGlobalDefencesPerSocketable1"] = { affix = "", "(6-10)% increased Global Defences per Socket filled", statOrder = { 7132 }, level = 1, group = "GlobalDefencesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1225174187, }, + ["UniqueItemRarityPerSocketable1"] = { affix = "", "10% increased Rarity of Items found per Socket filled", statOrder = { 7168 }, level = 1, group = "ItemRarityPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 313223231, }, + ["UniqueAllResistancesPerSocketable1"] = { affix = "", "+(5-7)% to all Elemental Resistances per Socket filled", statOrder = { 7230 }, level = 1, group = "AllResistancesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2593651571, }, + ["UniquePercentAllAttributesPerSocketable1"] = { affix = "", "5% increased Attributes per Socket filled", statOrder = { 7029 }, level = 1, group = "PercentAllAttributesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2513318031, }, + ["UniqueBaseLifePerSocketable1"] = { affix = "", "+(25-40) to maximum Life per Socket filled", statOrder = { 7053 }, level = 1, group = "BaseLifePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 150391334, }, + ["UniqueBaseManaPerSocketable1"] = { affix = "", "+(20-30) to maximum Mana per Socket filled", statOrder = { 7054 }, level = 1, group = "BaseManaPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1036267537, }, + ["UniqueChaosResistancePerSocketable1"] = { affix = "", "+(7-10)% to Chaos Resistance per Socket filled", statOrder = { 7051 }, level = 1, group = "ChaosResistancePerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1123023256, }, + ["UniqueAllAttributesPerSocketable1"] = { affix = "", "+(4-6) to all Attributes per Socket filled", statOrder = { 7027 }, level = 1, group = "AllAttributesPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3474271079, }, + ["UniqueStunThresholdPerSocketable1"] = { affix = "", "+(40-60) to Stun Threshold per Socket filled", statOrder = { 7247 }, level = 1, group = "StunThresholdPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3679769182, }, + ["UniqueLifeRegenerationPerSocketable1"] = { affix = "", "(4-6) Life Regeneration per second per Socket filled", statOrder = { 7052 }, level = 1, group = "LifeRegenerationPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 332337290, }, + ["UniqueReducedExtraDamageFromCritsPerSocketable1"] = { affix = "", "Hits against you have (10-15)% reduced Critical Damage Bonus per Socket filled", statOrder = { 7055 }, level = 1, group = "ReducedExtraDamageFromCritsPerSocketable", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 701923421, }, + ["UniqueMaximumLightningDamagePerPower1"] = { affix = "", "On Hitting an enemy, gains maximum added Lightning damage equal to", "the enemy's Power for 6 seconds, up to a total of 500", statOrder = { 7211, 7211.1 }, level = 1, group = "MaximumLightningDamagePerPower", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1630111277, }, + ["UniqueSupportGemLimit1"] = { affix = "", "You can Socket an additional copy of each Lineage Support Gem, in different Skills", statOrder = { 7002 }, level = 1, group = "SupportGemLimit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 664024640, }, + ["UniqueImmobiliseThreshold1"] = { affix = "", "Immobilise enemies at 50% buildup instead of 100%", statOrder = { 5452 }, level = 1, group = "ImmobiliseThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4238331303, }, + ["UniqueImmobiliseDamageTaken1"] = { affix = "", "Enemies Immobilised by you take 25% less Damage", statOrder = { 9608 }, level = 1, group = "ImmobiliseDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1613322341, }, + ["UniqueDodgeRollAvoidAllDamage1"] = { affix = "", "Dodge Roll avoids all Hits", statOrder = { 5736 }, level = 1, group = "DodgeRollAvoidAllDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3518087336, }, + ["UniqueSpeedPerDodgeRoll20Seconds1"] = { affix = "", "10% less Movement and Skill Speed per Dodge Roll in the past 20 seconds", statOrder = { 9627 }, level = 1, group = "SpeedPerDodgeRoll20Seconds", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3156445245, }, + ["UniqueNearbyAlliesDamageAsFire1"] = { affix = "", "Allies in your Presence Gain (20-30)% of Damage as Extra Fire Damage", statOrder = { 4151 }, level = 1, group = "NearbyAlliesDamageAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "aura" }, tradeHash = 2173791158, }, + ["UniqueNearbyAlliesPercentLifeRegeneration1"] = { affix = "", "Allies in your Presence Regenerate (2-3)% of their Maximum Life per second", statOrder = { 894 }, level = 1, group = "NearbyAlliesPercentLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "aura" }, tradeHash = 3081479811, }, + ["UniqueEnemiesInPresenceLowestResistance1"] = { affix = "", "Enemies in your Presence Resist Elemental Damage based on their Lowest Resistance", statOrder = { 5875 }, level = 1, group = "EnemiesInPresenceLowestResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "aura" }, tradeHash = 2786852525, }, + ["UniqueEnemiesInPresenceIntimidate1"] = { affix = "", "Enemies in your Presence are Intimidated", statOrder = { 5872 }, level = 1, group = "EnemiesInPresenceIntimidate", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 3491722585, }, + ["UniquePhysicalDamageAvoidance1"] = { affix = "", "(10-40)% chance to Avoid Physical Damage from Hits", statOrder = { 2958 }, level = 1, group = "PhysicalDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2415497478, }, + ["UniqueChaosDamageAvoidance1"] = { affix = "", "(10-40)% chance to Avoid Chaos Damage from Hits", statOrder = { 2963 }, level = 1, group = "ChaosDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 1563503803, }, + ["UniquePerfectTimingWindow1"] = { affix = "", "Skills have a (100-150)% longer Perfect Timing window", statOrder = { 8700 }, level = 1, group = "PerfectTimingWindow", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1373370443, }, + ["UniqueFlaskRecoverAllMana1"] = { affix = "", "Recover all Mana when Used", statOrder = { 7253 }, level = 1, group = "FlaskRecoverAllMana", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1002973905, }, + ["UniqueFlaskDealChaosDamageNova1"] = { affix = "", "Every 3 seconds during Effect, deal 50% of Mana spent in those seconds as Chaos Damage to Enemies within 3 metres", statOrder = { 7252 }, level = 1, group = "FlaskDealChaosDamageNova", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos" }, tradeHash = 1910039112, }, + ["UniqueFlaskTakeDamageWhenEnds1"] = { affix = "", "Deals 25% of current Mana as Chaos Damage to you when Effect ends", statOrder = { 7254 }, level = 1, group = "FlaskTakeDamageWhenEnds", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3311259821, }, + ["UniqueFlaskEffectNotRemovedOnFullMana1"] = { affix = "", "Effect is not removed when Unreserved Mana is Filled", "(200-250)% increased Duration", statOrder = { 626, 904 }, level = 1, group = "FlaskEffectNotRemovedOnFullMana", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2300024566, }, + ["UniqueTriggersRefundEnergySpent1"] = { affix = "", "Trigger skills refund half of Energy spent", statOrder = { 9537 }, level = 1, group = "TriggersRefundEnergySpent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 599320227, }, + ["UniqueIncreasedRingBonuses1"] = { affix = "", "(40-80)% increased bonuses gained from Equipped Rings", statOrder = { 5972 }, level = 1, group = "IncreasedRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2793222406, }, + ["UniqueIncreasedLeftRingBonuses1"] = { affix = "", "(20-30)% increased bonuses gained from left Equipped Ring", statOrder = { 5970 }, level = 1, group = "IncreasedLeftRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 513747733, }, + ["UniqueIncreasedRightRingBonuses1"] = { affix = "", "(20-30)% increased bonuses gained from right Equipped Ring", statOrder = { 5971 }, level = 1, group = "IncreasedRightRingBonuses", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3885501357, }, + ["UniqueEnemiesInPresenceFireExposure1"] = { affix = "", "Enemies in your Presence have -10% to Fire Resistance", statOrder = { 5878 }, level = 66, group = "EnemiesInPresenceElementalExposure", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 990363519, }, + ["UniqueCriticalStrikesIgnoreLightningResistance1"] = { affix = "", "Critical Hits Ignore Enemy Monster Lightning Resistance", statOrder = { 5444 }, level = 66, group = "CriticalStrikesIgnoreLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "critical" }, tradeHash = 1289045485, }, + ["UniqueColdResistancePenetration1"] = { affix = "", "Damage Penetrates 75% Cold Resistance", statOrder = { 2603 }, level = 66, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["UniqueOnHitBlindChilledEnemies1"] = { affix = "", "Blind Chilled enemies on Hit", statOrder = { 4742 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3450276548, }, + ["UniqueArmourOvercappedFireResistance1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4269 }, level = 1, group = "ArmourOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2129352930, }, + ["UniqueEvasionOvercappedLightningResistance1"] = { affix = "", "Evasion Rating is increased by Overcapped Lightning Resistance", statOrder = { 5999 }, level = 1, group = "EvasionOvercappedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3924187855, }, + ["UniqueEnergyShieldOvercappedColdResistance1"] = { affix = "", "Energy Shield is increased by Overcapped Cold Resistance", statOrder = { 5936 }, level = 1, group = "EnergyShieldOvercappedColdResistance", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3377256514, }, + ["UniqueAilmentThresholdOvercappedChaosResistance1"] = { affix = "", "Elemental Ailment Threshold is increased by Overcapped Chaos Resistance", statOrder = { 4127 }, level = 1, group = "AilmentThresholdOvercappedChaosResistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 83828836, }, + ["UniqueChaosDamageCanFreeze1"] = { affix = "", "Chaos Damage from Hits also Contributes to Freeze Buildup", statOrder = { 2509 }, level = 1, group = "ChaosDamageCanFreeze", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "cold", "chaos", "ailment" }, tradeHash = 2973498992, }, + ["UniqueChaosDamageCanElectrocute1"] = { affix = "", "Chaos Damage from Hits also Contributes to Electrocute Buildup", statOrder = { 4503 }, level = 1, group = "ChaosDamageCanElectrocute", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2315177528, }, + ["UniqueLightningDamageToAttacksPerIntelligence1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks per 20 Intelligence", statOrder = { 8297 }, level = 1, group = "LightningDamageToAttacksPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 3111921451, }, + ["UniqueIncreasedAttackSpeedPerDexterity1"] = { affix = "", "1% increased Attack Speed per 20 Dexterity", statOrder = { 2207 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 720908147, }, + ["UniqueMinionResistanceEqualYours1"] = { affix = "", "Minions' Resistances are equal to yours", statOrder = { 8399 }, level = 1, group = "MinionResistanceEqualYours", weightKey = { }, weightVal = { }, modTags = { "resistance", "minion" }, tradeHash = 3045072899, }, + ["UniqueSelfBleedFireDamage1"] = { affix = "", "You take Fire Damage instead of Physical Damage from Bleeding", statOrder = { 2117 }, level = 1, group = "SelfBleedFireDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2022332470, }, + ["UniqueEnemyExtraDamageRollsWithLightningDamage1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Unlucky", statOrder = { 5865 }, level = 1, group = "EnemyExtraDamageRollsWithLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4224965099, }, + ["UniqueCurseCastSpeed1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrder = { 1866 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, + ["UniqueGlobalAdditionalCharm1"] = { affix = "", "+1 Charm Slot", statOrder = { 8602 }, level = 1, group = "GlobalAdditionalCharm", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 554899692, }, + ["UniqueMinionChaosResistance1"] = { affix = "", "Minions have +(17-23)% to Chaos Resistance", statOrder = { 2548 }, level = 1, group = "MinionChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance", "minion" }, tradeHash = 3837707023, }, + ["UniqueEnemyExtraDamageRollsOnLowLife1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrder = { 2218 }, level = 1, group = "EnemyExtraDamageRollsOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3753748365, }, + ["UniqueAilmentThreshold1"] = { affix = "", "+(30-50) to Ailment Threshold", statOrder = { 4128 }, level = 1, group = "AilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1488650448, }, + ["UniqueAilmentThreshold2"] = { affix = "", "+(200-300) to Ailment Threshold", statOrder = { 4128 }, level = 1, group = "AilmentThreshold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1488650448, }, + ["UniqueEnemiesTakeIncreasedDamagePerAilmentType1"] = { affix = "", "Enemies take (15-20)% increased Damage for each Elemental Ailment type among", "your Ailments on them", statOrder = { 5779, 5779.1 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1509533589, }, + ["UniqueElementalAilmentDuration1"] = { affix = "", "(30-40)% reduced Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6717 }, level = 1, group = "ElementalAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1062710370, }, + ["UniqueManaFlaskRevivesMinions1"] = { affix = "", "Using a Mana Flask revives one of your Persistent Minions", statOrder = { 9633 }, level = 1, group = "ManaFlaskRevivesMinions", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, tradeHash = 932661147, }, + ["UniqueEnemyAccuracyDistanceFalloff1"] = { affix = "", "Enemies have an Accuracy Penalty against you based on Distance", statOrder = { 5916 }, level = 1, group = "EnemyAccuracyDistanceFalloff", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3868746097, }, + ["UniqueMaximumEvadeChanceOverride1"] = { affix = "", "Maximum Chance to Evade is 50%", statOrder = { 8180 }, level = 1, group = "MaximumEvadeChanceOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1500744699, }, + ["UniqueDoubleArmourEffect1"] = { affix = "", "Defend with 200% of Armour", statOrder = { 5745 }, level = 1, group = "DoubleArmourEffect", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3387008487, }, + ["UniqueMaximumPhysicalReductionOverride1"] = { affix = "", "Maximum Physical Damage Reduction is 50%", statOrder = { 8225 }, level = 1, group = "MaximumPhysicalReductionOverride", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3960211755, }, + ["UniqueRaiseShieldApplyExposure1"] = { affix = "", "Inflict Elemental Exposure to Enemies 3 metres in front of you", "for 4 seconds, every 0.25 seconds while raised", statOrder = { 9634, 9634.1 }, level = 1, group = "RaiseShieldApplyExposure", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 223138829, }, + ["UniqueLifeManaFlaskAnySlot1"] = { affix = "", "Life and Mana Flasks can be equipped in either slot", statOrder = { 6864 }, level = 1, group = "LifeManaFlaskAnySlot", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 932866937, }, + ["UniqueElementalDamageTakenAsPhysical1"] = { affix = "", "(20-30)% of Elemental damage from Hits taken as Physical damage", statOrder = { 5817 }, level = 1, group = "ElementalDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental" }, tradeHash = 2340750293, }, + ["UniqueElementalDamageFromBlockedHits1"] = { affix = "", "You take 100% of Elemental damage from Blocked Hits", statOrder = { 4758 }, level = 1, group = "ElementalDamageFromBlockedHits", weightKey = { }, weightVal = { }, modTags = { "block", "elemental" }, tradeHash = 2393355605, }, + ["UniqueDisableChestSlot1"] = { affix = "", "Can't use Body Armour", statOrder = { 2244 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4007482102, }, + ["UniqueUseTwoHandedWeaponOneHand1"] = { affix = "", "You can wield Two-Handed Axes, Maces and Swords in one hand", statOrder = { 4846 }, level = 1, group = "UseTwoHandedWeaponOneHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3635316831, }, + ["UniqueKilledMonsterItemRarityOnCrit1"] = { affix = "", "(20-30)% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", statOrder = { 2296 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 21824003, }, + ["UniqueConsecratedGroundStationaryRing1"] = { affix = "", "You have Consecrated Ground around you while stationary", statOrder = { 6362 }, level = 1, group = "ConsecratedGroundStationaryRing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1736538865, }, + ["UniqueAlliesInPresenceGainedAsChaos1"] = { affix = "", "Allies in your Presence Gain (15-25)% of Damage as Extra Chaos Damage", statOrder = { 4153 }, level = 1, group = "AlliesInPresenceGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4258251165, }, + ["UniqueEnemiesInPresenceGainedAsChaos1"] = { affix = "", "Enemies in your Presence Gain (6-12)% of Damage as Extra Chaos Damage", statOrder = { 5883 }, level = 1, group = "EnemiesInPresenceGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 1224838456, }, + ["UniqueEnemiesInPresenceReservesLife1"] = { affix = "", "Enemies in your Presence have at least 10% of Life Reserved", statOrder = { 5879 }, level = 1, group = "EnemiesInPresenceReservesLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3840716439, }, + ["UniqueEnemiesInPresenceLowLife1"] = { affix = "", "Enemies in your Presence count as being on Low Life", statOrder = { 5874 }, level = 1, group = "EnemiesInPresenceLowLife", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1285684287, }, + ["UniqueEnemiesInPresenceMonsterPower1"] = { affix = "", "Enemies in your Presence count as having double Power", statOrder = { 9631 }, level = 1, group = "EnemiesInPresenceMonsterPower", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 2836928993, }, + ["UniqueEnemiesInPresenceNoElementalResist1"] = { affix = "", "Enemies in your Presence have no Elemental Resistances", statOrder = { 5880 }, level = 1, group = "EnemiesInPresenceNoElementalResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "aura" }, tradeHash = 83011992, }, + ["UniqueGainManaAsExtraArmour1"] = { affix = "", "Gain (30-50)% of Maximum Mana as Armour", statOrder = { 7370 }, level = 1, group = "GainManaAsExtraArmour", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "defences" }, tradeHash = 514290151, }, + ["UniqueManaRegenAppliesToRecharge1"] = { affix = "", "Increases and Reductions to Mana Regeneration Rate also", "apply to Energy Shield Recharge Rate", statOrder = { 4100, 4100.1 }, level = 1, group = "ManaRegenAppliesToRecharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "defences" }, tradeHash = 3407300125, }, + ["UniqueDefendWithArmourPerEnergyShield1"] = { affix = "", "Defend against Hits as though you had 1% more Armour per 1% current Energy Shield", statOrder = { 4274 }, level = 1, group = "DefendWithArmourPerEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 679087890, }, + ["UniquePhysicalDamageOnSkillUse1"] = { affix = "", "Take (25-100)% of Mana Costs you pay for Skills as Physical Damage", statOrder = { 9163 }, level = 1, group = "PhysicalDamageOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3181887481, }, + ["UniqueSlowEffect1"] = { affix = "", "Debuffs you inflict have (20-30)% increased Slow Magnitude", statOrder = { 4519 }, level = 1, group = "SlowEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3650992555, }, + ["UniqueCannotImmobilise1"] = { affix = "", "Cannot Immobilise enemies", statOrder = { 4894 }, level = 1, group = "CannotImmobilise", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4062529591, }, + ["UniqueIgnoreStrengthRequirementsWeapons1"] = { affix = "", "Ignore Strength Requirement of Melee Weapons and Melee Skills", statOrder = { 6721 }, level = 1, group = "IgnoreStrengthRequirementsWeapons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2583483800, }, + ["UniquePhysicalDamageTakenUnmetRequirements1"] = { affix = "", "Take Physical Damage per total unmet Strength Requirement when you Attack", statOrder = { 9455 }, level = 1, group = "PhysicalDamageTakenUnmetRequirements", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3887716633, }, + ["UniqueNoManaRegenIfNotCritRecently1"] = { affix = "", "Cannot Regenerate Mana if you haven't dealt a Critical Hit Recently", statOrder = { 8521 }, level = 1, group = "NoManaRegenIfNotCritRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1458880585, }, + ["UniqueManaRegenerationRateIfCritRecently1"] = { affix = "", "150% increased Mana Regeneration Rate if you've dealt a Critical Hit Recently", statOrder = { 7414 }, level = 1, group = "ManaRegenerationRateIfCritRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "critical" }, tradeHash = 1659564104, }, + ["UniqueThornsDamageOnStun1"] = { affix = "", "Deal your Thorns Damage to Enemies you Stun with Melee Attacks", statOrder = { 5633 }, level = 60, group = "ThornsDamageOnStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2107791433, }, + ["UniqueLifeRecoupAppliesToEnergyShield1"] = { affix = "", "Damage taken Recouped as Life is also Recouped as Energy Shield", statOrder = { 6899 }, level = 1, group = "LifeRecoupAppliesToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences" }, tradeHash = 2432200638, }, + ["UniqueTailwindOnCriticalStrike1"] = { affix = "", "Gain Tailwind on Critical Hit, no more than once per second", statOrder = { 6331 }, level = 1, group = "TailwindOnCriticalStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2459662130, }, + ["UniqueLoseTailwindOnHit1"] = { affix = "", "Lose all Tailwind when Hit", statOrder = { 7338 }, level = 1, group = "LoseTailwindOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 367897259, }, + ["UniqueDamageGainedAsFirePerBlock1"] = { affix = "", "Gain 1% of damage as Fire damage per 1% Chance to Block", statOrder = { 8542 }, level = 1, group = "DamageGainedAsFirePerBlock", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2771095426, }, + ["UniqueMaximumElementalResistances1"] = { affix = "", "+1% to Maximum Fire Resistance", "+2% to Maximum Cold Resistance", "+3% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueMaximumElementalResistances2"] = { affix = "", "+1% to Maximum Fire Resistance", "+3% to Maximum Cold Resistance", "+2% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueMaximumElementalResistances3"] = { affix = "", "+2% to Maximum Fire Resistance", "+1% to Maximum Cold Resistance", "+3% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueMaximumElementalResistances4"] = { affix = "", "+2% to Maximum Fire Resistance", "+3% to Maximum Cold Resistance", "+1% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueMaximumElementalResistances5"] = { affix = "", "+3% to Maximum Fire Resistance", "+1% to Maximum Cold Resistance", "+2% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueMaximumElementalResistances6"] = { affix = "", "+3% to Maximum Fire Resistance", "+2% to Maximum Cold Resistance", "+1% to Maximum Lightning Resistance", statOrder = { 949, 950, 951 }, level = 1, group = "UniqueMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 3899982174, }, + ["UniqueElementalResistancesPerPowerCharge1"] = { affix = "", "-10% to all Elemental Resistances per Power Charge", statOrder = { 1404 }, level = 82, group = "ElementalResistancesPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 2593644209, }, + ["UniqueAdditionalElementalGemLevels1"] = { affix = "", "+2 to Level of all Cold Skills", "+1 to Level of all Fire Skills", "+3 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueAdditionalElementalGemLevels2"] = { affix = "", "+3 to Level of all Cold Skills", "+1 to Level of all Fire Skills", "+2 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueAdditionalElementalGemLevels3"] = { affix = "", "+1 to Level of all Cold Skills", "+2 to Level of all Fire Skills", "+3 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueAdditionalElementalGemLevels4"] = { affix = "", "+3 to Level of all Cold Skills", "+2 to Level of all Fire Skills", "+1 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueAdditionalElementalGemLevels5"] = { affix = "", "+1 to Level of all Cold Skills", "+3 to Level of all Fire Skills", "+2 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueAdditionalElementalGemLevels6"] = { affix = "", "+2 to Level of all Cold Skills", "+3 to Level of all Fire Skills", "+1 to Level of all Lightning Skills", statOrder = { 5275, 6090, 6988 }, level = 1, group = "UniqueAdditionalElementalGemLevels", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, tradeHash = 2956365533, }, + ["UniqueCriticalWeaknessOnSpellCrit1"] = { affix = "", "Critical Hits with Spells apply (1-3) Stack of Critical Weakness", statOrder = { 4184 }, level = 1, group = "CriticalWeaknessOnSpellCrit", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 1550131834, }, + ["UniqueLifeLossReservesLife1"] = { affix = "", "Life that would be lost by taking Damage is instead Reserved", "until you take no Damage to Life for 5 seconds", statOrder = { 9032, 9032.1 }, level = 1, group = "LifeLossReservesLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1777740627, }, + ["UniqueArrowsFork1"] = { affix = "", "Arrows Fork", statOrder = { 3148 }, level = 1, group = "ArrowsFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2421436896, }, + ["UniqueArrowsAlwaysPierceAfterForking1"] = { affix = "", "Arrows Pierce all targets after Forking", statOrder = { 4288 }, level = 1, group = "ArrowsAlwaysPierceAfterForking", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2138799639, }, + ["UniqueChaosDamageCanShock1"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2510 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, + ["UniqueAlwaysHits1"] = { affix = "", "Always Hits", statOrder = { 1700 }, level = 1, group = "AlwaysHits", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 4126210832, }, + ["UniqueMeleeSplash1"] = { affix = "", "Strikes deal Splash damage to targets within 1.5 metres", statOrder = { 1063 }, level = 1, group = "MeleeSplash", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3675300253, }, + ["UniqueLocalKnockback1"] = { affix = "", "Knocks Back Enemies on Hit", statOrder = { 1346 }, level = 1, group = "LocalKnockback", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3739186583, }, + ["UniqueSpellWitherOnHitChance1"] = { affix = "", "Spells have a 25% chance to inflict Withered for 4 seconds on Hit", statOrder = { 9276 }, level = 1, group = "SpellWitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 2348696937, }, + ["UniqueWitherNeverExpires1"] = { affix = "", "Withered you inflict has infinite Duration", statOrder = { 3981 }, level = 1, group = "WitherNeverExpires", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1354656031, }, + ["UniqueShrineBuffAlternating1"] = { affix = "", "Every 10 seconds, gain a random non-damaging Shrine buff for 20 seconds", statOrder = { 7131 }, level = 1, group = "ShrineBuffAlternating", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2879778895, }, + ["UniqueFireShrine1"] = { affix = "", "Grants effect of Guided Meteoric Shrine", statOrder = { 6432 }, level = 82, group = "UniqueFireShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917429943, }, + ["UniqueLightningShrine1"] = { affix = "", "Grants effect of Guided Tempest Shrine", statOrder = { 6433 }, level = 82, group = "UniqueLightningShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2800412928, }, + ["UniqueColdShrine1"] = { affix = "", "Grants effect of Guided Freezing Shrine", statOrder = { 6431 }, level = 82, group = "UniqueColdShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 234657505, }, + ["UniqueChaosShrine1"] = { affix = "", "Grants effect of Dreaming Gloom Shrine", statOrder = { 6430 }, level = 82, group = "UniqueChaosShrine", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3742268652, }, + ["UniqueMaximumValour1"] = { affix = "", "-20 to maximum Valour", statOrder = { 4469 }, level = 1, group = "MaximumValour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1896726125, }, + ["UniqueValourAlwaysMaximum1"] = { affix = "", "Banners always have maximum Valour", statOrder = { 4474 }, level = 1, group = "ValourAlwaysMaximum", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1761741119, }, + ["UniqueLocalChanceToBleed1"] = { affix = "", "(10-20)% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["UniqueLocalChanceToBleed2"] = { affix = "", "(15-25)% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["UniqueCannotUseWarcries1"] = { affix = "", "Cannot use Warcries", statOrder = { 4911 }, level = 1, group = "CannotUseWarcries", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2598171606, }, + ["UniqueAttacksCountAsExerted1"] = { affix = "", "All Attacks count as Empowered Attacks", statOrder = { 4132 }, level = 1, group = "AttacksCountAsExerted", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1952324525, }, + ["UniquePinAlmostPinnedEnemies1"] = { affix = "", "Pin Enemies which are Primed for Pinning", statOrder = { 8762 }, level = 1, group = "PinAlmostPinnedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3063814459, }, + ["UniqueSpellAdditionalProjectilesInCircle1"] = { affix = "", "Spells fire 4 additional Projectiles", "Spells fire Projectiles in a circle", statOrder = { 9261, 9261.1 }, level = 1, group = "SpellAdditionalProjectilesInCircle", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1013492127, }, + ["UniqueCannotBeLightStunned1"] = { affix = "", "Cannot be Light Stunned", statOrder = { 4865 }, level = 1, group = "CannotBeLightStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1000739259, }, + ["UniqueNonChannellingAttackManaCost1"] = { affix = "", "Non-Channelling Attacks cost an additional 6% of your maximum Mana", statOrder = { 4552 }, level = 1, group = "NonChannellingAttackManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 3199954470, }, + ["UniqueAttackManaCost1"] = { affix = "", "Attacks cost an additional 6% of your maximum Mana", statOrder = { 4416 }, level = 1, group = "AttackManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 2157692677, }, + ["UniqueNonChannellingAttackLightningDamage1"] = { affix = "", "Non-Channelling Attacks have Added Lightning Damage equal to 3% of maximum Mana", statOrder = { 8524 }, level = 1, group = "NonChannellingAttackLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 4252580517, }, + ["UniqueAttackMinLightningDamage1"] = { affix = "", "Attacks have Added minimum Lightning Damage equal to 1% of maximum Mana", statOrder = { 9803 }, level = 1, group = "AttackMinLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 1835420624, }, + ["UniqueAttackMaxLightningDamage1"] = { affix = "", "Attacks have Added maximum Lightning Damage equal to (6-9)% of maximum Mana", statOrder = { 9833 }, level = 1, group = "AttackMaxLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack" }, tradeHash = 3258071686, }, + ["UniqueEvasionRatingPercentOnLowLife1"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrder = { 2198 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2695354435, }, + ["UniqueDamageRemovedFromCompanion1"] = { affix = "", "15% of Damage from Hits is taken from your Damageable Companion's Life before you", statOrder = { 5291 }, level = 1, group = "DamageRemovedFromCompanion", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1150343007, }, + ["UniqueNonChannellingSpellLifeCost1"] = { affix = "", "Non-Channelling Spells cost an additional 6% of your maximum Life", statOrder = { 4538 }, level = 1, group = "NonChannellingSpellLifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 1920747151, }, + ["UniqueNonChannellingSpellDamage1"] = { affix = "", "Non-Channelling Spells deal 10% increased Damage per 100 maximum Life", statOrder = { 9246 }, level = 1, group = "NonChannellingSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1027889455, }, + ["UniqueNonChannellingSpellCriticalChance1"] = { affix = "", "Non-Channelling Spells have 5% increased Critical Hit Chance per 100 maximum Life", statOrder = { 9232 }, level = 1, group = "NonChannellingSpellCriticalChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, tradeHash = 170426423, }, + ["UniqueLifeRegenerationRate1"] = { affix = "", "50% increased Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 44972811, }, + ["UniqueLifeRegenerationRate2"] = { affix = "", "(-30-30)% reduced Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 44972811, }, + ["UniqueSpiritPerMaximumLife1"] = { affix = "", "+1 to Maximum Spirit per 25 Maximum Life", statOrder = { 9629 }, level = 1, group = "SpiritPerMaximumLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1345486764, }, + ["UniqueMinionsHaveUnholyMight1"] = { affix = "", "Minions have Unholy Might", statOrder = { 8423 }, level = 1, group = "MinionsHaveUnholyMight", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3893509584, }, + ["UniqueCanEvadeAllDamageNotHitRecently1"] = { affix = "", "Evasion Rating is doubled if you have not been Hit Recently", statOrder = { 5750 }, level = 1, group = "CanEvadeAllDamageNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1272938854, }, + ["UniqueLeechEnergyShieldInsteadofLife1"] = { affix = "", "Life Leech is Converted to Energy Shield Leech", statOrder = { 5320 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3314050176, }, + ["UniqueIgnoreHexproof1"] = { affix = "", "Curses you inflict can affect Hexproof Enemies", statOrder = { 2259 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1367119630, }, + ["UniqueEnergyShieldRechargeOverride1"] = { affix = "", "Your base Energy Shield Recharge Delay is 10 seconds", statOrder = { 5942 }, level = 1, group = "EnergyShieldRechargeOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3091132047, }, + ["UniqueShockEffect1UNUSED"] = { affix = "", "(50-100)% increased Magnitude of Shock you inflict", statOrder = { 9095 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, + ["UniqueAttackSpeedPerOvercappedBlock1"] = { affix = "", "1% increased Attack Speed per Overcapped Block chance", statOrder = { 4407 }, level = 1, group = "AttackSpeedPerOvercappedBlock", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2958220558, }, + ["UniqueNonChannellingSpellsDoubleManaAndCrit1"] = { affix = "", "Non-Channelling Spells have 25% chance to cost Double Mana and Critically Hit", statOrder = { 8527 }, level = 1, group = "NonChannellingSpellsDoubleManaAndCrit", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "caster", "critical" }, tradeHash = 2758035461, }, + ["UniqueBlockChanceProjectiles1"] = { affix = "", "100% increased Block chance against Projectiles", statOrder = { 4753 }, level = 1, group = "BlockChanceProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3583542124, }, + ["UniqueEnfeebleOnBlockChance1"] = { affix = "", "Curse Enemies with Enfeeble on Block", statOrder = { 5477 }, level = 1, group = "EnfeebleOnBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "curse" }, tradeHash = 3830953767, }, + ["UniqueParriedCausesSpellDamageTaken1"] = { affix = "", "Parried enemies take more Spell Damage instead of more Attack Damage", statOrder = { 8658 }, level = 1, group = "ParriedCausesSpellDamageTaken", weightKey = { }, weightVal = { }, modTags = { "block", "caster" }, tradeHash = 2935004295, }, + ["UniqueParryConvertToCold1"] = { affix = "", "100% of Parry Physical Damage Converted to Cold Damage", statOrder = { 8668 }, level = 1, group = "UniqueParryConvertToCold1", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "cold" }, tradeHash = 2089152298, }, + ["UniqueParryStunModifiersApplyToFreeze1"] = { affix = "", "Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry", statOrder = { 8666 }, level = 1, group = "UniqueParryStunModifiersApplyToFreeze1", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "cold", "ailment" }, tradeHash = 3201111383, }, + ["UniqueIncreasedAccuracyPercent1"] = { affix = "", "20% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, + ["UniqueParriedDebuffMagnitude1"] = { affix = "", "50% increased Parried Debuff Magnitude", statOrder = { 8657 }, level = 1, group = "ParriedDebuffMagnitude", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 818877178, }, + ["UniqueCriticalWeaknessOnParry1"] = { affix = "", "Parrying applies 10 Stacks of Critical Weakness", statOrder = { 4186 }, level = 1, group = "CriticalWeaknessOnParry", weightKey = { }, weightVal = { }, modTags = { "block", "curse" }, tradeHash = 2104138899, }, + ["UniqueParryDamage1"] = { affix = "", "100% increased Parry Damage", statOrder = { 8661 }, level = 1, group = "ParryDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1569159338, }, + ["UniqueHitsTreatFireResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Fire Resistance instead of target's value", statOrder = { 6682 }, level = 1, group = "HitsTreatFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3924583393, }, + ["UniqueHitsTreatColdResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Cold Resistance instead of target's value", statOrder = { 6681 }, level = 1, group = "HitsTreatColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 3455898738, }, + ["UniqueHitsTreatLightningResistance1"] = { affix = "", "Hits are Resisted by (15-30)% Lightning Resistance instead of target's value", statOrder = { 6683 }, level = 1, group = "HitsTreatLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 3144953722, }, + ["UniqueWitherOnHitChance1"] = { affix = "", "(20-30)% chance to inflict Withered for 4 seconds on Hit", statOrder = { 9736 }, level = 1, group = "WitherOnHitChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 695624915, }, + ["UniqueWitherGrantsElementalDamageTaken1"] = { affix = "", "Enemies take 5% increased Elemental Damage from your Hits for", "each Withered you have inflicted on them", statOrder = { 3945, 3945.1 }, level = 1, group = "WitherGrantsElementalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3507915723, }, + ["UniqueStrengthInherentBonusChange1"] = { affix = "", "Inherent bonus of Strength grants +5 to Accuracy Rating per Strength instead", statOrder = { 1679 }, level = 1, group = "StrengthInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1602694371, }, + ["UniqueDexterityInherentBonusChange1"] = { affix = "", "Inherent bonus of Dexterity grants +2 to Mana per Dexterity instead", statOrder = { 1680 }, level = 1, group = "DexterityInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 597008938, }, + ["UniqueIntelligenceInherentBonusChange1"] = { affix = "", "Inherent bonus of Intelligence grants +2 to Life per Intelligence instead", statOrder = { 1681 }, level = 1, group = "IntelligenceInherentBonusChange", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1405948943, }, + ["UniqueApplyCorruptedBloodOnBlock1"] = { affix = "", "Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of", "your maximum Life as Physical damage per second", statOrder = { 9604, 9604.1 }, level = 1, group = "ApplyCorruptedBloodOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical" }, tradeHash = 1955564066, }, + ["UniqueBowDamageFromLifeFlaskCharges1"] = { affix = "", "Bow Attacks consume 10% of your maximum Life Flask Charges if possible to deal added Physical damage equal to 5% of Flask's Life Recovery amount", statOrder = { 5316 }, level = 1, group = "BowDamageFromLifeFlaskCharges", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3893788785, }, + ["UniqueImpaleOnCriticalHit1"] = { affix = "", "Critical Hits inflict Impale", statOrder = { 5369 }, level = 1, group = "ImpaleOnCriticalHit", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3058238353, }, + ["UniqueCriticalsCannotConsumeImpale1"] = { affix = "", "Critical Hits cannot Extract Impale", statOrder = { 5370 }, level = 1, group = "CriticalsCannotConsumeImpale", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3414998042, }, + ["UniqueCannotRecoverAboveLowLifeExceptFlasks1"] = { affix = "", "Life Recovery other than Flasks cannot Recover Life to above Low Life", statOrder = { 4901 }, level = 1, group = "CannotRecoverAboveLowLifeExceptFlasks", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 451403019, }, + ["UniqueLifeRecoveryRate1"] = { affix = "", "100% increased Life Recovery rate", statOrder = { 1373 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3240073117, }, + ["UniqueLifeRecoveryRate2"] = { affix = "", "30% reduced Life Recovery rate", statOrder = { 1373 }, level = 1, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3240073117, }, + ["UniqueLifeLeechChaosDamage1"] = { affix = "", "Life Leech recovers based on your Chaos damage instead of Physical damage", statOrder = { 6890 }, level = 1, group = "LifeLeechChaosDamage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 825825364, }, + ["UniqueChaosInfusionFromCharge1"] = { affix = "", "When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges", statOrder = { 6210 }, level = 1, group = "ChaosInfusionFromCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 447757144, }, + ["UniqueConsumeEnduranceChargeAlwaysCrit1"] = { affix = "", "Attacks consume an Endurance Charge to Critically Hit", statOrder = { 4343 }, level = 1, group = "ConsumeEnduranceChargeAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3550545679, }, + ["UniqueChaosDamagePerEnduranceCharge1"] = { affix = "", "Take 100 Chaos damage per second per Endurance Charge", statOrder = { 9058 }, level = 1, group = "ChaosDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3164544692, }, + ["UniqueConsumeFrenzyChargeAdditionalProjectile1"] = { affix = "", "Spear Projectile Attacks Consume a Frenzy Charge to fire 2 additional Projectiles", statOrder = { 9206 }, level = 1, group = "ConsumeFrenzyChargeAdditionalProjectile", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1980858462, }, + ["UniqueRollCriticalChanceTwice1"] = { affix = "", "Bifurcates Critical Hits", statOrder = { 1288 }, level = 1, group = "RollCriticalChanceTwice", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1451444093, }, + ["UniqueLocalAllDamageCanPin1"] = { affix = "", "All Damage from Hits with this Weapon Contributes to Pin Buildup", statOrder = { 7033 }, level = 1, group = "LocalAllDamageCanPin", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4142786792, }, + ["UniqueFullyArmourBrokenShatterOnKill1"] = { affix = "", "Fully Armour Broken enemies you kill with Hits Shatter", statOrder = { 9076 }, level = 1, group = "FullyArmourBrokenShatterOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3278008231, }, + ["UniqueCanActiveBlockAllDirections1"] = { affix = "", "Can Block from all Directions while Shield is Raised", statOrder = { 4839 }, level = 1, group = "CanActiveBlockAllDirections", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4237042051, }, + ["UniqueAggravateIgnites1"] = { affix = "", "Aggravating any Bleeding with this Weapon also Aggravates all Ignites on the target", statOrder = { 4112 }, level = 1, group = "AggravateIgnites", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2312741059, }, + ["UniqueLocalChanceToAggravateBleed1"] = { affix = "", "(25-40)% chance to Aggravate Bleeding on Hit", statOrder = { 7026 }, level = 1, group = "LocalChanceToAggravateBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1009412152, }, + ["UniqueCannotBeThrown1"] = { affix = "", "Cannot use Projectile Attacks", statOrder = { 7062 }, level = 1, group = "CannotBeThrown", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1961849903, }, + ["UniqueEnergyShieldGainedOnBlockBasedOnArmour1"] = { affix = "", "Recover Energy Shield equal to 2% of Armour when you Block", statOrder = { 2132 }, level = 1, group = "EnergyShieldGainedOnBlockBasedOnArmour", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 3681057026, }, + ["UniqueUnholyMightOnZeroEnergyShield1"] = { affix = "", "You have Unholy Might while you have no Energy Shield", statOrder = { 2383 }, level = 1, group = "UnholyMightOnZeroEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2353201291, }, + ["UniqueLocalArmourBreakOnDamage1"] = { affix = "", "Breaks Armour equal to 40% of damage from Hits with this weapon", statOrder = { 7042 }, level = 1, group = "LocalArmourBreakOnDamage", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 949573361, }, + ["UniqueParriedDebuffDuration1"] = { affix = "", "50% increased Parried Debuff Duration", statOrder = { 8670 }, level = 1, group = "ParriedDebuffDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3401186585, }, + ["UniqueParriedDebuffDuration2"] = { affix = "", "100% increased Parried Debuff Duration", statOrder = { 8670 }, level = 1, group = "ParriedDebuffDuration", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3401186585, }, + ["UniqueProjectileParryInfiniteDistance1"] = { affix = "", "Infinite Parry Range", statOrder = { 6783 }, level = 1, group = "ProjectileParryInfiniteDistance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4063608408, }, + ["UniqueLocalIncreasedProjectileSpeed1"] = { affix = "", "(20-30)% increased Projectile Speed with this Weapon", statOrder = { 7225 }, level = 1, group = "LocalIncreasedProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 535217483, }, + ["UniqueLifeFlasksApplyToMinions1"] = { affix = "", "Your Life Flask also applies to your Minions", statOrder = { 1842 }, level = 30, group = "LifeFlasksApplyToMinions", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2397460217, }, + ["MinionsCannotDieWhileAffectedByYourLifeFlasks1"] = { affix = "", "Minions cannot Die while affected by a Life Flask", statOrder = { 1843 }, level = 30, group = "MinionsCannotDieWhileFlasked", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 4046380260, }, + ["UniqueAddedPhysicalToMinionAttacks1"] = { affix = "", "Minions deal (5-8) to (10-12) additional Attack Physical Damage", statOrder = { 3325 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 797833282, }, + ["UniqueMaximumQualityOverride1"] = { affix = "", "Maximum Quality is 200%", statOrder = { 7218 }, level = 1, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 275498888, }, + ["UniqueMaximumQualityOverride2"] = { affix = "", "Maximum Quality is 40%", statOrder = { 7218 }, level = 1, group = "MaximumQualityOverride", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 275498888, }, + ["UniqueColdAddedAsFireChilledEnemy1"] = { affix = "", "Gain 1% of Cold damage as Extra Fire damage per 1% Chill Magnitude on enemy", statOrder = { 8574 }, level = 1, group = "ColdAddedAsFireChilledEnemy", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2469544361, }, + ["UniqueMultipleCompanions1"] = { affix = "", "You can have two Companions of different types", statOrder = { 4841 }, level = 1, group = "MultipleCompanions", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1888024332, }, + ["UniqueEnergyShieldAppliesElementalReduction1"] = { affix = "", "Current Energy Shield also grants Elemental Damage reduction", statOrder = { 5464 }, level = 1, group = "EnergyShieldAppliesElementalReduction", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2342939473, }, + ["UniqueBlindOnPoison1"] = { affix = "", "Blind Targets when you Poison them", statOrder = { 4749 }, level = 1, group = "BlindOnPoison", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 60826109, }, + ["UniquePoisonDuration1"] = { affix = "", "(10-20)% increased Poison Duration", statOrder = { 2775 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["UniqueIgniteEffectAgainstFrozen1"] = { affix = "", "(80-100)% increased Magnitude of Ignite against Frozen enemies", statOrder = { 6715 }, level = 1, group = "IgniteEffectAgainstFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 3618434982, }, + ["UniqueFreezeDamageIncreaseAgainstIgnited1"] = { affix = "", "(60-80)% increased Freeze Buildup against Ignited enemies", statOrder = { 6653 }, level = 1, group = "FreezeDamageIncreaseAgainstIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3751467747, }, + ["UniqueColdFireSurgeOnReload"] = { affix = "", "When you reload, triggers Gemini Surge to alternately", "gain (2-6) Cold Surges or (2-6) Fire Surges", statOrder = { 6211, 6211.1 }, level = 1, group = "ColdFireSurgeOnReload", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold" }, tradeHash = 880541852, }, + ["UniqueLocalAlwaysMinimumOrMaximum1"] = { affix = "", "Rolls only the minimum or maximum Damage value for each Damage Type", statOrder = { 7080 }, level = 1, group = "LocalAlwaysMinimumOrMaximum", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3108672983, }, + ["UniqueElementalPenetrationBelowZero1"] = { affix = "", "Your Hits can Penetrate Elemental Resistances down to a minimum of -50%", statOrder = { 5821 }, level = 1, group = "ElementalPenetrationBelowZero", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 2890792988, }, + ["UniqueElementalPenetration1"] = { affix = "", "Damage Penetrates 10% Elemental Resistances", statOrder = { 2601 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, + ["UniqueEnemyKnockbackDirectionReversed1"] = { affix = "", "Knockback direction is reversed", statOrder = { 2631 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 281201999, }, + ["UniqueSpellDamagePerManaSpent1"] = { affix = "", "(35-50)% increased Spell damage for each 200 total Mana you have Spent Recently", statOrder = { 3894 }, level = 1, group = "SpellDamagePerManaSpent", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 347220474, }, + ["UniqueManaCostPerManaSpent1"] = { affix = "", "(35-50)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrder = { 3893 }, level = 1, group = "ManaCostPerManaSpent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2650053239, }, + ["UniqueCannotRecoverManaExceptRegen1"] = { affix = "", "Mana Recovery other than Regeneration cannot Recover Mana", statOrder = { 4903 }, level = 1, group = "CannotRecoverManaExceptRegen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3593063598, }, + ["UniqueLifeDegenerationPercentGracePeriod1"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1613 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, + ["UniqueLifeDegenerationPercentGracePeriod2"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1613 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, + ["UniqueLifeDegenerationPercentGracePeriod3"] = { affix = "", "Lose 5% of maximum Life per second", statOrder = { 1613 }, level = 1, group = "LifeDegenerationPercentGracePeriod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1661347488, }, + ["UniqueLocalInfinitePoisonStackCount1"] = { affix = "", "Any number of Poisons from this Weapon can affect a target at the same time", statOrder = { 7155 }, level = 1, group = "LocalInfinitePoisonStackCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4021234281, }, + ["UniqueRageRegeneration1"] = { affix = "", "Regenerate 5 Rage per second", statOrder = { 4566 }, level = 1, group = "RageRegeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2853314994, }, + ["UniqueNonherentRageLoss1"] = { affix = "", "No Inherent loss of Rage", statOrder = { 8520 }, level = 1, group = "NoInherentRageLoss", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4163076972, }, + ["UniqueChaosDamageMaximumLife1"] = { affix = "", "Attacks have added Chaos damage equal to 3% of maximum Life", statOrder = { 4306 }, level = 75, group = "ChaosDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 1141563002, }, + ["UniquePhysicalDamageMaximumLife1"] = { affix = "", "Attacks have added Physical damage equal to 3% of maximum Life", statOrder = { 4307 }, level = 75, group = "PhysicalDamageMaximumLife", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2723294374, }, + ["UniqueFlammabilityGemLevel1"] = { affix = "", "+4 to Level of Elemental Weakness Skills", statOrder = { 1905 }, level = 1, group = "ElementalWeaknessGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3709513762, }, + ["UniqueHypothermiaGemLevel1"] = { affix = "", "+4 to Level of Elemental Weakness Skills", statOrder = { 1905 }, level = 1, group = "ElementalWeaknessGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3709513762, }, + ["UniqueConductivityGemLevel1"] = { affix = "", "+4 to Level of Elemental Weakness Skills", statOrder = { 1905 }, level = 1, group = "ElementalWeaknessGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3709513762, }, + ["UniqueElementalWeaknessGemLevel1"] = { affix = "", "+4 to Level of Elemental Weakness Skills", statOrder = { 1905 }, level = 1, group = "ElementalWeaknessGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3709513762, }, + ["UniqueVulnerabilityGemLevel1"] = { affix = "", "+4 to Level of Vulnerability Skills", statOrder = { 1929 }, level = 1, group = "VulnerabilityGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3507701584, }, + ["UniqueDespairGemLevel1"] = { affix = "", "+4 to Level of Despair Skills", statOrder = { 1904 }, level = 1, group = "DespairGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 2157870819, }, + ["UniqueEnfeebleGemLevel1"] = { affix = "", "+4 to Level of Enfeeble Skills", statOrder = { 1906 }, level = 1, group = "EnfeebleGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 3948285912, }, + ["UniqueTemporalChainsGemLevel1"] = { affix = "", "+4 to Level of Temporal Chains Skills", statOrder = { 1928 }, level = 1, group = "TemporalChainsGemLevel", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 1042153418, }, + ["UniqueCharmGrantsMaximumRage1"] = { affix = "", "Grants up to your maximum Rage on use", statOrder = { 5190 }, level = 1, group = "CharmGrantsMaximumRage", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1509210032, }, + ["UniqueCharmGrantsPowerCharge1"] = { affix = "", "Grants a Power Charge on use", statOrder = { 5189 }, level = 1, group = "CharmGrantsPowerCharge", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2566921799, }, + ["UniqueCharmGrantsFrenzyCharge1"] = { affix = "", "Grants a Frenzy Charge on use", statOrder = { 5188 }, level = 1, group = "CharmGrantsFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 280890192, }, + ["UniqueCharmDoubleArmourEffect1"] = { affix = "", "Defend with 200% of Armour during effect", statOrder = { 5181 }, level = 1, group = "CharmDoubleArmourEffect", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3138344128, }, + ["UniqueCharmOnslaughtDuringEffect1"] = { affix = "", "Grants Onslaught during effect", statOrder = { 5187 }, level = 1, group = "CharmOnslaughtDuringEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 618665892, }, + ["UniqueCharmStartEnergyShieldRecharge1"] = { affix = "", "Energy Shield Recharge starts on use", statOrder = { 5186 }, level = 1, group = "CharmStartEnergyShieldRecharge", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1056492907, }, + ["UniqueCharmCreateConsecratedGround1"] = { affix = "", "Creates Consecrated Ground on use", statOrder = { 5180 }, level = 1, group = "CharmCreateConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1112560582, }, + ["UniqueCharmRecoverLifeBasedOnManaFlask1"] = { affix = "", "Recover Life equal to (15-20)% of Mana Flask's Recovery Amount when used", statOrder = { 5202 }, level = 1, group = "CharmRecoverLifeBasedOnManaFlask", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2716923832, }, + ["UniqueCharmRecoverManaBasedOnLifeFlask1"] = { affix = "", "Recover Mana equal to (15-20)% of Life Flask's Recovery Amount when used", statOrder = { 5203 }, level = 1, group = "CharmRecoverManaBasedOnLifeFlask", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3891350097, }, + ["UniqueCharmIgniteEnemiesInPresence1"] = { affix = "", "Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life", statOrder = { 5191 }, level = 1, group = "CharmIgniteEnemiesInPresence", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 39209842, }, + ["UniqueCharmEnemyExtraLightningDamageRoll1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Unlucky during effect", statOrder = { 5185 }, level = 1, group = "CharmEnemyExtraLightningDamageRoll", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 3246948616, }, + ["UniqueCharmRecoupChaosDamagePrevented1"] = { affix = "", "50% of Chaos damage you prevent when Hit Recouped as Life and Mana during effect", statOrder = { 5204 }, level = 1, group = "CharmRecoupChaosDamagePrevented", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "chaos" }, tradeHash = 2678930256, }, + ["UniqueCharmRandomPossess1"] = { affix = "", "Possessed by a random Spirit for 20 seconds on use", statOrder = { 5198 }, level = 1, group = "CharmRandomPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1280492469, }, + ["UniqueCharmOwlPossess1"] = { affix = "", "Possessed by Spirit Of The Owl for (10-20) seconds on use", statOrder = { 5195 }, level = 1, group = "CharmOwlPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 300107724, }, + ["UniqueCharmSerpentPossess1"] = { affix = "", "Possessed by Spirit Of The Serpent for (10-20) seconds on use", statOrder = { 5199 }, level = 1, group = "CharmSerpentPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3181677174, }, + ["UniqueCharmPrimatePossess1"] = { affix = "", "Possessed by Spirit Of The Primate for (10-20) seconds on use", statOrder = { 5197 }, level = 1, group = "CharmPrimatePossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3763491818, }, + ["UniqueCharmBearPossess1"] = { affix = "", "Possessed by Spirit Of The Bear for (10-20) seconds on use", statOrder = { 5192 }, level = 1, group = "CharmBearPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3403424702, }, + ["UniqueCharmBoarPossess1"] = { affix = "", "Possessed by Spirit Of The Boar for (10-20) seconds on use", statOrder = { 5193 }, level = 1, group = "CharmBoarPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 1685559578, }, + ["UniqueCharmOxPossess1"] = { affix = "", "Possessed by Spirit Of The Ox for (10-20) seconds on use", statOrder = { 5196 }, level = 1, group = "CharmOxPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3463873033, }, + ["UniqueCharmWolfPossess1"] = { affix = "", "Possessed by Spirit Of The Wolf for (10-20) seconds on use", statOrder = { 5201 }, level = 1, group = "CharmWolfPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3504441212, }, + ["UniqueCharmStagPossess1"] = { affix = "", "Possessed by Spirit Of The Stag for (10-20) seconds on use", statOrder = { 5200 }, level = 1, group = "CharmStagPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 3685424517, }, + ["UniqueCharmCatPossess1"] = { affix = "", "Possessed by Spirit Of The Cat for (10-20) seconds on use", statOrder = { 5194 }, level = 1, group = "CharmCatPossess", weightKey = { }, weightVal = { }, modTags = { "charm" }, tradeHash = 2839557359, }, + ["UniqueMaximumLifePerStackableJewel1"] = { affix = "", "2% increased Maximum Life per socketed Grand Spectrum", statOrder = { 3706 }, level = 1, group = "MaximumLifePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 262406138, }, + ["UniqueAllResistancePerStackableJewel1"] = { affix = "", "+4% to all Elemental Resistances per socketed Grand Spectrum", statOrder = { 3705 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1345312164, }, + ["UniqueMaximumSpiritPerStackableJewel1"] = { affix = "", "2% increased Spirit per socketed Grand Spectrum", statOrder = { 9296 }, level = 1, group = "MaximumSpiritPerStackableJewel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1194507491, }, + ["UniqueFireDamageConvertToCold1"] = { affix = "", "100% of Fire Damage Converted to Cold Damage", statOrder = { 8566 }, level = 1, group = "FireDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3503160529, }, + ["UniqueFireDamageConvertToLightning1"] = { affix = "", "100% of Fire damage Converted to Lightning damage", statOrder = { 8567 }, level = 1, group = "FireDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2772033465, }, + ["UniqueLightningDamageConvertToCold1"] = { affix = "", "100% of Lightning Damage Converted to Cold Damage", statOrder = { 1635 }, level = 1, group = "LightningDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3627052716, }, + ["UniqueColdDamageConvertToLightning1"] = { affix = "", "100% of Cold Damage Converted to Lightning Damage", statOrder = { 1638 }, level = 1, group = "ColdDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1686824704, }, + ["UniqueLightningDamageConvertToChaos1"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1636 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, + ["UniqueElementalDamageConvertToFire1"] = { affix = "", "33% of Elemental Damage Converted to Fire Damage", statOrder = { 8564 }, level = 1, group = "ElementalDamageConvertToFire", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 40154188, }, + ["UniqueElementalDamageConvertToCold1"] = { affix = "", "33% of Elemental Damage Converted to Cold Damage", statOrder = { 8563 }, level = 1, group = "ElementalDamageConvertToCold", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 210092264, }, + ["UniqueElementalDamageConvertToLightning1"] = { affix = "", "33% of Elemental Damage Converted to Lightning Damage", statOrder = { 8565 }, level = 1, group = "ElementalDamageConvertToLightning", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 289540902, }, + ["UniqueElementalDamageConvertToChaos1"] = { affix = "", "100% of Elemental Damage Converted to Chaos Damage", statOrder = { 8562 }, level = 1, group = "ElementalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2295988214, }, + ["UniquePainAttunement1"] = { affix = "", "Pain Attunement", statOrder = { 9876 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 98977150, }, + ["UniqueIronReflexes1"] = { affix = "", "Iron Reflexes", statOrder = { 9871 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 326965591, }, + ["UniqueBloodMagic1"] = { affix = "", "Blood Magic", statOrder = { 9846 }, level = 1, group = "BloodMagic", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 774026047, }, + ["UniqueEldritchBattery1"] = { affix = "", "Eldritch Battery", statOrder = { 9857 }, level = 1, group = "EldritchBattery", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2262736444, }, + ["UniqueGiantsBlood1"] = { affix = "", "Giant's Blood", statOrder = { 9864 }, level = 1, group = "GiantsBlood", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1875158664, }, + ["UniqueUnwaveringStance1"] = { affix = "", "Unwavering Stance", statOrder = { 9883 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1683578560, }, + ["UniqueIronGrip1"] = { affix = "", "Iron Grip", statOrder = { 9870 }, level = 1, group = "IronGrip", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3528245713, }, + ["UniqueIronWill1"] = { affix = "", "Iron Will", statOrder = { 9872 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 281311123, }, + ["UniqueEverlastingSacrifice1"] = { affix = "", "Everlasting Sacrifice", statOrder = { 9862 }, level = 1, group = "EverlastingSacrifice", weightKey = { }, weightVal = { }, modTags = { "defences", "resistance" }, tradeHash = 145598447, }, + ["UniqueMultipleAnointments1"] = { affix = "", "Can have 2 additional Instilled Modifiers", statOrder = { 15 }, level = 66, group = "MultipleEnchantmentsAllowed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1135194732, }, + ["UniqueElementalDamageGainedAsFire1"] = { affix = "", "Gain (5-10)% of Elemental Damage as Extra Fire Damage", statOrder = { 8560 }, level = 1, group = "ElementalDamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 701564564, }, + ["UniqueElementalDamageGainedAsCold1"] = { affix = "", "Gain (5-10)% of Elemental Damage as Extra Cold Damage", statOrder = { 8559 }, level = 1, group = "ElementalDamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1158842087, }, + ["UniqueElementalDamageGainedAsLightning1"] = { affix = "", "Gain (5-10)% of Elemental Damage as Extra Lightning Damage", statOrder = { 8561 }, level = 1, group = "ElementalDamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3550887155, }, + ["UniqueCannotEvade1"] = { affix = "", "Cannot Evade Enemy Attacks", statOrder = { 1584 }, level = 1, group = "CannotEvade", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 474452755, }, + ["UniqueLifeRegenerationWhileSurrounded1"] = { affix = "", "Regenerate 5% of maximum Life per second while Surrounded", statOrder = { 6934 }, level = 1, group = "LifeRegenerationWhileSurrounded", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2002533190, }, + ["UniqueLessEnemiesToBeSurrounded1"] = { affix = "", "Require (2-5) fewer enemies to be Surrounded", statOrder = { 9027 }, level = 1, group = "LessEnemiesToBeSurrounded1", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2267564181, }, + ["UniqueChillDuration1"] = { affix = "", "30% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["UniqueChillDuration2"] = { affix = "", "25% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["UniqueBleedEffect1"] = { affix = "", "(15-25)% increased Magnitude of Bleeding you inflict", statOrder = { 4626 }, level = 1, group = "BleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, tradeHash = 3166958180, }, + ["UniquePoisonEffect1"] = { affix = "", "(15-25)% increased Magnitude of Poison you inflict", statOrder = { 8780 }, level = 1, group = "PoisonEffect", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, tradeHash = 2487305362, }, + ["UniqueManaCostEfficiency1"] = { affix = "", "(20-40)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 1, group = "ManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4101445926, }, + ["DemigodsVirtue1"] = { affix = "", "Virtuous", statOrder = { 9836 }, level = 1, group = "DemigodsVirtue", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1132041585, }, + ["DemigodItemFoundRarityIncrease1"] = { affix = "", "25% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["DemigodMovementVelocity1"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["DemigodIncreasedSkillSpeed1"] = { affix = "", "10% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 970213192, }, + ["DemigodLifeRegenerationRatePercentage1"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["DemigodAllResistances1"] = { affix = "", "+20% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["DemigodManaGainedOnKillPercentage1"] = { affix = "", "Recover 2% of maximum Mana on Kill", statOrder = { 1440 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, + ["BaseSpiritTestUniqueAmulet1"] = { affix = "", "+500 to Spirit", statOrder = { 871 }, level = 1, group = "BaseSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3981240776, }, + ["AllAttributesImplicitWreath1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributesTestUniqueAmulet1"] = { affix = "", "+500 to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributesImplicitDemigodRing1"] = { affix = "", "+(8-12) to all Attributes", statOrder = { 942 }, level = 16, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["AllAttributesImplicitDemigodOneHandSword1"] = { affix = "", "+(16-24) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["IncreasedLifeImplicitGlovesDemigods1"] = { affix = "", "+(20-30) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["MovementVeolcityUniqueBootsDemigods1"] = { affix = "", "20% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["ItemFoundRarityIncreaseImplicitDemigodsBelt1"] = { affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, tradeHash = 3917489142, }, + ["IncreasedCastSpeedUniqueGlovesDemigods1"] = { affix = "", "(6-10)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["LifeRegenerationUniqueWreath1"] = { affix = "", "2 Life Regeneration per second", statOrder = { 964 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, tradeHash = 3325883026, }, + ["ChaosResistDemigodsTorchImplicit"] = { affix = "", "+(11-19)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["AllResistancesImplictBootsDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistancesImplictHelmetDemigods1"] = { affix = "", "+(8-16)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["AllResistancesDemigodsImplicit"] = { affix = "", "+(15-25)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["ActorSizeUniqueBeltDemigods1"] = { affix = "", "10% increased Character Size", statOrder = { 1713 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, + ["ActorSizeUniqueRingDemigods1"] = { affix = "", "3% increased Character Size", statOrder = { 1713 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, + ["ActorSizeUnique__3"] = { affix = "", "10% increased Character Size", statOrder = { 1713 }, level = 1, group = "ActorSize", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1408638732, }, + ["CannotCrit"] = { affix = "", "Never deal Critical Hits", statOrder = { 1839 }, level = 1, group = "CannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3638599682, }, + ["CannotBeStunned"] = { affix = "", "Cannot be Stunned", statOrder = { 1835 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1694106311, }, + ["CannotBeStunnedUnique__1_"] = { affix = "", "Cannot be Stunned", statOrder = { 1835 }, level = 1, group = "CannotBeStunned", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1694106311, }, + ["AdditionalCurseOnEnemiesUnique__1"] = { affix = "", "You can apply an additional Curse", statOrder = { 1829 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, + ["AdditionalCurseOnEnemiesUnique__2"] = { affix = "", "You can apply an additional Curse", statOrder = { 1829 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, + ["AdditionalCurseOnEnemiesUnique__3"] = { affix = "", "You can apply one fewer Curse", statOrder = { 1829 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 30642521, }, + ["ConvertPhysicalToFireUniqueQuiver1_"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["ConvertPhysicalToFireUniqueShieldStr3"] = { affix = "", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["ConvertPhysicalToFireUniqueOneHandSword4"] = { affix = "", "100% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["ConvertPhysicalToFireUnique__1"] = { affix = "", "50% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["ConvertPhysicalToFireUnique__2_"] = { affix = "", "30% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["ConvertPhysicalToFireUnique__3__"] = { affix = "", "(0-50)% of Physical Damage Converted to Fire Damage", statOrder = { 1625 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 178327868, }, + ["BeltReducedFlaskChargesGainedUnique__1"] = { affix = "", "30% reduced Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargesGainedUnique__1_"] = { affix = "", "(15-25)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskChargedUsedUnique__1"] = { affix = "", "(10-20)% increased Flask Charges used", statOrder = { 978 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltIncreasedFlaskChargedUsedUnique__2"] = { affix = "", "(7-10)% reduced Flask Charges used", statOrder = { 978 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 644456512, }, + ["BeltIncreasedFlaskDurationUnique__2"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["BeltIncreasedFlaskDurationUnique__3___"] = { affix = "", "(10-20)% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["UniqueBeltFlaskDuration1"] = { affix = "", "(30-40)% reduced Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["BeltReducedFlaskDurationUniqueDescentBelt1"] = { affix = "", "30% reduced Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["BeltIncreasedFlaskDurationUnique__1"] = { affix = "", "60% increased Flask Effect Duration", statOrder = { 876 }, level = 14, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["IncreasedFlaskDurationUnique__1"] = { affix = "", "(20-30)% reduced Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["BeltFlaskLifeRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["FlaskLifeRecoveryRateUniqueJewel46"] = { affix = "", "10% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["FlaskLifeRecoveryUniqueAmulet25"] = { affix = "", "100% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["BeltFlaskLifeRecoveryUnique__1"] = { affix = "", "(30-40)% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "BeltFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["BeltFlaskManaRecoveryUniqueDescentBelt1"] = { affix = "", "30% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["BeltFlaskManaRecoveryUnique__1"] = { affix = "", "(20-30)% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["FlaskManaRecoveryUniqueBodyDex7"] = { affix = "", "(60-100)% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["FlaskManaRecoveryUniqueShieldInt3"] = { affix = "", "15% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "BeltFlaskManaRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["BeltFlaskLifeRecoveryRateUniqueBelt4"] = { affix = "", "25% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["FlaskLifeRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["FlaskLifeRecoveryRateUniqueSceptre5"] = { affix = "", "10% reduced Flask Life Recovery rate", statOrder = { 873 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 51994685, }, + ["FlaskManaRecoveryRateUniqueBodyStrDex1"] = { affix = "", "50% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["FlaskManaRecoveryRateUniqueSceptre5"] = { affix = "", "(30-40)% increased Flask Mana Recovery rate", statOrder = { 874 }, level = 1, group = "BeltFlaskManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "mana" }, tradeHash = 1412217137, }, + ["BeltIncreasedFlaskChargesGainedUniqueBelt2"] = { affix = "", "50% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["BeltIncreasedFlaskDurationUniqueBelt3"] = { affix = "", "20% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["IncreasedChillDurationUniqueBodyDex1"] = { affix = "", "25% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["IncreasedChillDurationUniqueBodyStrInt3"] = { affix = "", "150% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["IncreasedChillDurationUniqueQuiver5"] = { affix = "", "(30-40)% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 13, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["IncreasedChillDurationUnique__1"] = { affix = "", "(35-50)% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["Acrobatics"] = { affix = "", "Acrobatics", statOrder = { 9838 }, level = 1, group = "Acrobatics", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1588686563, }, + ["HasNoSockets"] = { affix = "", "Has no Sockets", statOrder = { 53 }, level = 1, group = "HasNoSockets", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493091477, }, + ["CannotBeShocked"] = { affix = "", "Cannot be Shocked", statOrder = { 1521 }, level = 1, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 491899612, }, + ["AttackerTakesDamageShieldImplicit1"] = { affix = "", "Reflects (2-5) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 5, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit2"] = { affix = "", "Reflects (5-12) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 12, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit3"] = { affix = "", "Reflects (10-23) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit4"] = { affix = "", "Reflects (24-35) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 27, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit5"] = { affix = "", "Reflects (36-50) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 33, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit6"] = { affix = "", "Reflects (51-70) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 39, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit7"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit8"] = { affix = "", "Reflects (91-120) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 49, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit9"] = { affix = "", "Reflects (121-150) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 54, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit10"] = { affix = "", "Reflects (151-180) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit11"] = { affix = "", "Reflects (181-220) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 62, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit12"] = { affix = "", "Reflects (221-260) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 66, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageShieldImplicit13"] = { affix = "", "Reflects (261-300) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 70, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageUniqueIntHelmet1"] = { affix = "", "Reflects 5 Physical Damage to Melee Attackers", statOrder = { 877 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageUnique__1"] = { affix = "", "Reflects (71-90) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageUnique__2"] = { affix = "", "Reflects (100-150) Physical Damage to Melee Attackers", statOrder = { 877 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesColdDamageGlovesDex1"] = { affix = "", "Reflects 100 Cold Damage to Melee Attackers", statOrder = { 1857 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4235886357, }, + ["AttackerTakesDamageUniqueHelmetDex3"] = { affix = "", "Reflects 4 Physical Damage to Melee Attackers", statOrder = { 877 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3767873853, }, + ["AttackerTakesDamageUniqueHelmetDexInt6"] = { affix = "", "Reflects 100 to 150 Physical Damage to Melee Attackers", statOrder = { 1852 }, level = 1, group = "AttackerTakesDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2970307386, }, + ["TakesDamageWhenAttackedUniqueIntHelmet1"] = { affix = "", "+25 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "TakesDamageWhenAttacked", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3441651621, }, + ["PainAttunement"] = { affix = "", "Pain Attunement", statOrder = { 9876 }, level = 1, group = "PainAttunement", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 98977150, }, + ["IncreasedExperienceUniqueIntHelmet3"] = { affix = "", "5% increased Experience gain", statOrder = { 1394 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, + ["IncreasedExperienceUniqueTwoHandMace4"] = { affix = "", "(30-50)% reduced Experience gain", statOrder = { 1394 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, + ["IncreasedExperienceUniqueSceptre1"] = { affix = "", "3% increased Experience gain", statOrder = { 1394 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, + ["IncreasedExperienceUniqueRing14"] = { affix = "", "2% increased Experience gain", statOrder = { 1394 }, level = 1, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666934677, }, + ["ChanceToAvoidFreezeAndChillUniqueDexHelmet5"] = { affix = "", "25% chance to Avoid being Chilled", statOrder = { 1524 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["ChanceToAvoidChillUniqueDescentOneHandAxe1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1524 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["CannotBeChilledUniqueBodyStrInt3"] = { affix = "", "Cannot be Chilled", statOrder = { 1516 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 283649372, }, + ["CannotBeChilledUnique__1"] = { affix = "", "Cannot be Chilled", statOrder = { 1516 }, level = 1, group = "CannotBeChilled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 283649372, }, + ["ChanceToAvoidChilledUnique__1"] = { affix = "", "50% chance to Avoid being Chilled", statOrder = { 1524 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 776705236, }, + ["CannotBeFrozenOrChilledUnique__1"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1517 }, level = 31, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, + ["CannotBeFrozenOrChilledUnique__2"] = { affix = "", "You cannot be Chilled or Frozen", statOrder = { 1517 }, level = 1, group = "CannotBeChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2996245527, }, + ["ReducedManaCostOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "20% reduced Mana Cost of Skills when on Low Life", statOrder = { 1560 }, level = 1, group = "ReducedManaCostOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 73272763, }, + ["ElementalResistsOnLowLifeUniqueHelmetStrInt1"] = { affix = "", "+20% to all Elemental Resistances while on Low Life", statOrder = { 1406 }, level = 1, group = "ElementalResistsOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1637928656, }, + ["EvasionOnLowLifeUniqueAmulet4"] = { affix = "", "+(150-250) to Evasion Rating while on Low Life", statOrder = { 1357 }, level = 1, group = "EvasionOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3470876581, }, + ["LifeRegenerationOnLowLifeUniqueAmulet4"] = { affix = "", "Regenerate 1% of maximum Life per second while on Low Life", statOrder = { 1615 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, + ["LifeRegenerationOnLowLifeUniqueBodyStrInt2"] = { affix = "", "Regenerate 2% of maximum Life per second while on Low Life", statOrder = { 1615 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, + ["LifeRegenerationOnLowLifeUniqueShieldStrInt3_"] = { affix = "", "Regenerate 3% of maximum Life per second while on Low Life", statOrder = { 1615 }, level = 1, group = "LifeRegenerationOnLowLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3942946753, }, + ["ItemRarityOnLowLifeUniqueBootsInt1"] = { affix = "", "100% increased Rarity of Items found when on Low Life", statOrder = { 1390 }, level = 1, group = "ItemRarityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2929867083, }, + ["MovementVelocityOnLowLifeUniqueBootsStrDex1"] = { affix = "", "40% reduced Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnLowLifeUniqueGlovesDexInt1"] = { affix = "", "20% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnLowLifeUniqueRapier1"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnLowLifeUnique__1"] = { affix = "", "(10-20)% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnFullLifeUniqueBootsInt3"] = { affix = "", "20% increased Movement Speed when on Full Life", statOrder = { 1479 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, + ["MovementVelocityOnFullLifeUniqueTwoHandAxe2"] = { affix = "", "15% increased Movement Speed when on Full Life", statOrder = { 1479 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, + ["MovementVelocityOnLowLifeUniqueBootsDex3"] = { affix = "", "30% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnLowLifeUniqueShieldStrInt5"] = { affix = "", "10% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnLowLifeUniqueRing9"] = { affix = "", "(6-8)% increased Movement Speed when on Low Life", statOrder = { 1478 }, level = 1, group = "MovementVelocityOnLowLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 649025131, }, + ["MovementVelocityOnFullLifeUniqueAmulet13"] = { affix = "", "10% increased Movement Speed when on Full Life", statOrder = { 1479 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, + ["MovementVelocityOnFullLifeUnique__1"] = { affix = "", "30% increased Movement Speed when on Full Life", statOrder = { 1479 }, level = 1, group = "MovementVelocityOnFullLife", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3393547195, }, + ["ElementalDamageUniqueBootsStr1"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueSceptre1"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueIntHelmet3"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueRing21"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1647 }, level = 38, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueDescentBelt1"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueSceptre7"] = { affix = "", "(80-100)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueHelmetInt9"] = { affix = "", "20% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueRingVictors"] = { affix = "", "(10-20)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueJewel10"] = { affix = "", "10% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUniqueStaff13"] = { affix = "", "(30-50)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUnique__1"] = { affix = "", "30% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUnique__2_"] = { affix = "", "(20-30)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUnique__3"] = { affix = "", "(30-40)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalDamageUnique__4"] = { affix = "", "(7-10)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ConvertPhysicalToColdUniqueGlovesDex1"] = { affix = "", "100% of Physical Damage Converted to Cold Damage", statOrder = { 1627 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, + ["ConvertPhysicalToColdUniqueQuiver5"] = { affix = "", "Gain 20% of Physical Damage as Extra Cold Damage", statOrder = { 1602 }, level = 1, group = "PhysicalAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 758893621, }, + ["ConvertPhysicalToColdUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1627 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, + ["ConvertPhysicalToColdUnique__1"] = { affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1627 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, + ["ConvertPhysicalToColdUnique__2"] = { affix = "", "50% of Physical Damage Converted to Cold Damage", statOrder = { 1627 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, + ["ConvertPhysicalToColdUnique__3"] = { affix = "", "(0-50)% of Physical Damage Converted to Cold Damage", statOrder = { 1627 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 1576601839, }, + ["ConvertPhysicalToLightningUniqueOneHandAxe8"] = { affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["ConvertPhysicaltoLightningUnique__1"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["ConvertPhysicaltoLightningUnique__2"] = { affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["ConvertPhysicaltoLightningUnique__3"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["ConvertPhysicaltoLightningUnique__4"] = { affix = "", "50% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["ConvertPhysicaltoLightningUnique__5"] = { affix = "", "(0-50)% of Physical Damage Converted to Lightning Damage", statOrder = { 1629 }, level = 1, group = "ConvertPhysicalToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, tradeHash = 4121092210, }, + ["AttackSpeedOnFullLifeUniqueGlovesStr1"] = { affix = "", "30% increased Attack Speed when on Full Life", statOrder = { 1111 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4268321763, }, + ["AttackSpeedOnFullLifeUniqueDescentHelmet1"] = { affix = "", "15% increased Attack Speed when on Full Life", statOrder = { 1111 }, level = 1, group = "AttackSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 4268321763, }, + ["Conduit"] = { affix = "", "Conduit", statOrder = { 9851 }, level = 1, group = "Conduit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 1994392904, }, + ["PhysicalAttackDamageReducedUniqueAmulet8"] = { affix = "", "-4 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 25, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueBelt3"] = { affix = "", "-2 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueBodyStr2"] = { affix = "", "-(15-10) Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueBodyDex2"] = { affix = "", "-3 Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueBodyDex3"] = { affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueBelt8"] = { affix = "", "-(50-40) Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUniqueShieldDexInt1"] = { affix = "", "-(18-14) Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["PhysicalAttackDamageReducedUnique__1"] = { affix = "", "-(60-30) Physical Damage taken from Attack Hits", statOrder = { 1881 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3441651621, }, + ["AdditionalBlockChanceUniqueShieldStrDex1"] = { affix = "", "+(3-6)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldDex1"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStr1"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStrInt4"] = { affix = "", "+6% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStrInt6"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueDescentShield1_"] = { affix = "", "+3% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldDex4"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStrDex2"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldDex5"] = { affix = "", "+10% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldInt4"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStr4"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUniqueShieldStrDex3__"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["SubtractedBlockChanceUniqueShieldStrInt8"] = { affix = "", "-10% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__1"] = { affix = "", "+(3-5)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__2"] = { affix = "", "+6% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__3"] = { affix = "", "+(6-10)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__4"] = { affix = "", "+6% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__5"] = { affix = "", "+5% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__6"] = { affix = "", "+(3-4)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__7__"] = { affix = "", "+(8-12)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__8_"] = { affix = "", "+(9-13)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["AdditionalBlockChanceUnique__9"] = { affix = "", "+(20-25)% Chance to Block", statOrder = { 827 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4253454700, }, + ["MaximumColdResistUniqueShieldDex1"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumColdResistUnique__1_"] = { affix = "", "+(-3-3)% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumColdResistUnique__2"] = { affix = "", "+3% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["MaximumFireResistUniqueShieldStrInt5"] = { affix = "", "+5% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["MaximumFireResistUnique__1"] = { affix = "", "+(-3-3)% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["MaximumLightningResistUniqueStaff8c"] = { affix = "", "+5% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["MaximumLightningResistUnique__1"] = { affix = "", "+(-3-3)% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["MeleeAttackerTakesColdDamageUniqueShieldDex1"] = { affix = "", "Reflects (25-50) Cold Damage to Melee Attackers", statOrder = { 1857 }, level = 1, group = "AttackerTakesColdDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4235886357, }, + ["RangedAttackDamageReducedUniqueShieldStr1"] = { affix = "", "-25 Physical damage taken from Projectile Attacks", statOrder = { 1893 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, + ["RangedAttackDamageReducedUniqueShieldStr2"] = { affix = "", "-(80-50) Physical damage taken from Projectile Attacks", statOrder = { 1893 }, level = 1, group = "RangedAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, tradeHash = 3612407781, }, + ["GainFrenzyChargeOnCriticalHit"] = { affix = "", "Gain a Frenzy Charge on Critical Hit", statOrder = { 1507 }, level = 1, group = "FrenzyChargeOnCriticalHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "critical" }, tradeHash = 398702949, }, + ["CannotBlockAttacks"] = { affix = "", "Cannot Block", statOrder = { 2861 }, level = 1, group = "CannotBlockAttacks", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1465760952, }, + ["IncreasedMaximumResistsUniqueShieldStrInt1"] = { affix = "", "+4% to all maximum Resistances", statOrder = { 1417 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, + ["IncreasedMaximumResistsUnique__1"] = { affix = "", "+(1-4)% to all maximum Resistances", statOrder = { 1417 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, + ["IncreasedMaximumResistsUnique__2"] = { affix = "", "-5% to all maximum Resistances", statOrder = { 1417 }, level = 1, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 569299859, }, + ["IncreasedMaximumColdResistUniqueShieldStrInt4"] = { affix = "", "+5% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["ItemActsAsConcentratedAOESupportUniqueHelmetInt4"] = { affix = "", "Socketed Gems are Supported by Level 20 Concentrated Effect", statOrder = { 316 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, + ["ItemActsAsConcentratedAOESupportUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Concentrated Effect", statOrder = { 316 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, + ["ItemActsAsConcentratedAOESupportUniqueRing35"] = { affix = "", "Socketed Gems are Supported by Level 15 Concentrated Effect", statOrder = { 316 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, + ["ItemActsAsConcentratedAOESupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 5 Concentrated Effect", statOrder = { 316 }, level = 1, group = "DisplaySocketedGemGetsConcentratedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2388360415, }, + ["ItemActsAsFirePenetrationSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Fire Penetration", statOrder = { 327 }, level = 1, group = "DisplaySocketedGemsGetFirePenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3265951306, }, + ["ItemActsAsFireDamageSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Fire Damage", statOrder = { 324 }, level = 1, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2572192375, }, + ["ItemActsAsColdToFireSupportUniqueSceptre2"] = { affix = "", "Socketed Gems are Supported by Level 10 Cold to Fire", statOrder = { 325 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, + ["ItemActsAsColdToFireSupportUniqueStaff13"] = { affix = "", "Socketed Gems are Supported by Level 5 Cold to Fire", statOrder = { 325 }, level = 1, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, + ["ItemActsAsColdToFireSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Cold to Fire", statOrder = { 325 }, level = 75, group = "DisplaySocketedGemsGetColdToFire", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 550444281, }, + ["GenerateEnduranceChargesForAlliesInPresence"] = { affix = "", "When you generate an Endurance Charge, Allies in your Presence generate that Charge instead", statOrder = { 1930 }, level = 1, group = "GenerateEnduranceChargesForAlliesInPresence", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1881314095, }, + ["GainEnduranceChargeWhenCriticallyHit"] = { affix = "", "Gain an Endurance Charge when you take a Critical Hit", statOrder = { 1514 }, level = 1, group = "GainEnduranceChargeWhenCriticallyHit", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "critical" }, tradeHash = 2609824731, }, + ["BlindingHitUniqueWand1"] = { affix = "", "10% chance to Blind Enemies on hit", statOrder = { 1933 }, level = 1, group = "BlindingHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2301191210, }, + ["ItemActsAsSupportBlindUniqueWand1"] = { affix = "", "Socketed Gems are supported by Level 20 Blind", statOrder = { 332 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are supported by Level 30 Blind", statOrder = { 332 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, + ["ItemActsAsSupportBlindUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are supported by Level 6 Blind", statOrder = { 332 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, + ["ItemActsAsSupportBlindUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Blind", statOrder = { 332 }, level = 1, group = "DisplaySocketedGemGetsBlindLevel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2223640518, }, ["ReducedFreezeDurationUniqueShieldStrInt3"] = { affix = "", "80% reduced Freeze Duration on you", statOrder = { 994 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, ["FreezeDurationOnSelfUnique__1"] = { affix = "", "10000% increased Freeze Duration on you", statOrder = { 994 }, level = 1, group = "ReducedFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2160282525, }, - ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrder = { 2134 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1814782245, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrder = { 252 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 282757414, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrder = { 176 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3720936304, }, - ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrder = { 176 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3720936304, }, - ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 282 }, level = 1, group = "SupportedByIntensifyLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3561676020, }, - ["ExtraGore"] = { affix = "", "Extra gore", statOrder = { 9632 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3403461239, }, - ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrder = { 66 }, level = 1, group = "OneSocketEachColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3146680230, }, - ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, - ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrder = { 1417, 1418 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "minion", "gem" }, tradeHash = 1803717126, }, - ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1844, 8397 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, - ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1844, 1845 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 1844 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 8397 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, - ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 1845 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 1844 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrder = { 8869, 8870, 8872 }, level = 1, group = "SkeletonSpeedOld", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 2857939712, }, - ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 1844 }, level = 1, group = "MaximumMinionCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["MaximumMinionCountUnique__2"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 1844 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrder = { 8872 }, level = 1, group = "SkeletonMovementSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed", "minion" }, tradeHash = 3295031203, }, - ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrder = { 8869 }, level = 1, group = "SkeletonAttackSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed", "minion" }, tradeHash = 3413085237, }, - ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrder = { 8870 }, level = 1, group = "SkeletonCastSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed", "minion" }, tradeHash = 2725259389, }, - ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 383 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, - ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 383 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, - ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 383 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, - ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, tradeHash = 2452998583, }, - ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrder = { 390 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3418772, }, - ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrder = { 1876 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, - ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrder = { 1876 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, - ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["PhysicalDamageConvertToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrder = { 8347 }, level = 1, group = "PhysicalDamageConvertToChaosPerLevel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 1714211040, }, - ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1844, 8397 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, - ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1844, 1845 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, - ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrder = { 811, 2137 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3920081309, }, - ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrder = { 116 }, level = 1, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, tradeHash = 916797432, }, - ["ChaosTakenOnES"] = { affix = "", "Chaos Damage taken does not cause double loss of Energy Shield", statOrder = { 2204 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 133168938, }, - ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2149 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, tradeHash = 4129825612, }, - ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% more Damage with Arrow Hits at Close Range", statOrder = { 2140 }, level = 1, group = "ChinSolPhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2749166636, }, - ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrder = { 2141 }, level = 1, group = "ChinSolCloseRangeKnockBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3261557635, }, - ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["PercentDamageGoesToManaUnique__2"] = { affix = "", "(6-12)% of Damage taken Recouped as Mana", statOrder = { 972 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, - ["ChanceToIgniteUniqueBodyInt2"] = { affix = "", "10% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUniqueTwoHandSword6"] = { affix = "", "20% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUniqueDescentOneHandMace1"] = { affix = "", "30% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUniqueBootsStrInt3"] = { affix = "", "(10-15)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUniqueRing38"] = { affix = "", "10% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__1"] = { affix = "", "(16-22)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__2"] = { affix = "", "10% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__3"] = { affix = "", "10% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__4"] = { affix = "", "(6-10)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__5"] = { affix = "", "25% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["ChanceToIgniteUnique__6"] = { affix = "", "(10-15)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["BurnDurationUniqueBodyInt2"] = { affix = "", "(40-75)% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2144 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, - ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2144 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, - ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 100 Fire Damage to Melee Attackers", statOrder = { 1879 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1757945818, }, - ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrder = { 1536 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, - ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrder = { 1536 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, - ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrder = { 1684 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 766615564, }, - ["RangedWeaponPhysicalDamagePlusPercentUnique__1"] = { affix = "", "(75-150)% increased Physical Damage with Ranged Weapons", statOrder = { 1684 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 766615564, }, - ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "1000% of Melee Physical Damage taken reflected to Attacker", statOrder = { 2154 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1092987622, }, - ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% to Block chance", statOrder = { 2155 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, - ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% to Block chance", statOrder = { 2155 }, level = 1, group = "AdditionalBlock", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 1702195217, }, - ["AdditionalBlockUnique__2"] = { affix = "", "+15% to Block chance", statOrder = { 2155 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["FacebreakerUnarmedMoreDamage"] = { affix = "", "(600-800)% more Physical Damage with Unarmed Melee Attacks", statOrder = { 2103 }, level = 1, group = "FacebreakerPhysicalUnarmedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1814782245, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandMace3"] = { affix = "", "Socketed Gems are Supported by Level 15 Pulverise", statOrder = { 244 }, level = 1, group = "SupportedByPulverise", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 282757414, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueTwoHandAxe5"] = { affix = "", "Socketed Gems are Supported by Level 20 Increased Area of Effect", statOrder = { 168 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3720936304, }, + ["SocketedGemsGetIncreasedAreaOfEffectUniqueDescentOneHandSword1"] = { affix = "", "Socketed Gems are Supported by Level 5 Increased Area of Effect", statOrder = { 168 }, level = 1, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3720936304, }, + ["SocketedGemsGetIncreasedAreaOfEffectUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 274 }, level = 1, group = "SupportedByIntensifyLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3561676020, }, + ["ExtraGore"] = { affix = "", "Extra gore", statOrder = { 9912 }, level = 1, group = "ExtraGore", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3403461239, }, + ["OneSocketEachColourUnique"] = { affix = "", "Has one socket of each colour", statOrder = { 58 }, level = 1, group = "OneSocketEachColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3146680230, }, + ["BlockWhileDualWieldingUniqueDagger3"] = { affix = "", "+12% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockWhileDualWieldingUniqueTwoHandAxe6"] = { affix = "", "+(8-12)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockWhileDualWieldingUniqueOneHandSword5"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockWhileDualWieldingUniqueDagger9"] = { affix = "", "+5% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockWhileDualWieldingUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockWhileDualWieldingUnique__2_"] = { affix = "", "+18% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockWhileDualWielding", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2166444903, }, + ["MaximumMinionCountUniqueBootsInt4"] = { affix = "", "+1 to Level of all Raise Zombie Gems", "+1 to Level of all Raise Spectre Gems", statOrder = { 1400, 1401 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "minion", "gem" }, tradeHash = 1803717126, }, + ["MaximumMinionCountUniqueTwoHandSword4"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1821, 8625 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, + ["MaximumMinionCountUniqueTwoHandSword4Updated"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1821, 1822 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["MaximumMinionCountUniqueSceptre5"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 1821 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["MaximumMinionCountUniqueBootsStrInt2"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 8625 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, + ["MaximumMinionCountUniqueBootsStrInt2Updated"] = { affix = "", "+1 to maximum number of Skeletons", statOrder = { 1822 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["MaximumMinionCountUniqueBodyInt9"] = { affix = "", "+1 to maximum number of Spectres", statOrder = { 1821 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["MaximumMinionCountUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", "(7-10)% increased Skeleton Cast Speed", "(3-5)% increased Skeleton Movement Speed", statOrder = { 9134, 9135, 9138 }, level = 1, group = "SkeletonSpeedOld", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 2857939712, }, + ["MaximumMinionCountUnique__1__"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 1821 }, level = 1, group = "MaximumMinionCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["MaximumMinionCountUnique__2"] = { affix = "", "+2 to maximum number of Spectres", statOrder = { 1821 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["SkeletonMovementSpeedUniqueJewel1"] = { affix = "", "(3-5)% increased Skeleton Movement Speed", statOrder = { 9138 }, level = 1, group = "SkeletonMovementSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed", "minion" }, tradeHash = 3295031203, }, + ["SkeletonAttackSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Attack Speed", statOrder = { 9134 }, level = 1, group = "SkeletonAttackSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed", "minion" }, tradeHash = 3413085237, }, + ["SkeletonCastSpeedUniqueJewel1"] = { affix = "", "(7-10)% increased Skeleton Cast Speed", statOrder = { 9135 }, level = 1, group = "SkeletonCastSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed", "minion" }, tradeHash = 2725259389, }, + ["SocketedemsHaveBloodMagicUniqueShieldStrInt2"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 375 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, + ["SocketedGemsHaveBloodMagicUniqueOneHandSword7"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 375 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, + ["SocketedGemsHaveBloodMagicUnique__1"] = { affix = "", "Socketed Gems Cost and Reserve Life instead of Mana", statOrder = { 375 }, level = 1, group = "DisplaySocketedGemGetsBloodMagic", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 1104246401, }, + ["LocalIncreaseSocketedAuraLevelUniqueShieldStrInt2"] = { affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 130 }, level = 1, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, tradeHash = 2452998583, }, + ["SocketedItemsHaveChanceToFleeUniqueClaw6"] = { affix = "", "Socketed Gems have 10% chance to cause Enemies to Flee on Hit", statOrder = { 381 }, level = 1, group = "DisplaySocketedGemGetsFlee", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3418772, }, + ["AttackerTakesLightningDamageUniqueBodyInt1"] = { affix = "", "Reflects 1 to 250 Lightning Damage to Melee Attackers", statOrder = { 1855 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, + ["AttackerTakesLightningDamageUnique___1"] = { affix = "", "Reflects 1 to 150 Lightning Damage to Melee Attackers", statOrder = { 1855 }, level = 1, group = "AttackerTakesLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1243237244, }, + ["PhysicalDamageConvertToChaosUniqueBow5"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["PhysicalDamageConvertToChaosUniqueClaw2"] = { affix = "", "(10-20)% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["PhysicalDamageConvertToChaosBodyStrInt4"] = { affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["PhysicalDamageConvertToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["PhysicalDamageConvertedToChaosPerLevelUnique__1"] = { affix = "", "1% of Physical Damage Converted to Chaos Damage per Level", statOrder = { 8572 }, level = 1, group = "PhysicalDamageConvertToChaosPerLevel", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 1714211040, }, + ["MaximumMinionCountUniqueWand2"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1821, 8625 }, level = 1, group = "MaximumMinionCountHalfSkeletons", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 284729245, }, + ["MaximumMinionCountUniqueWand2Updated"] = { affix = "", "+1 to maximum number of Spectres", "+1 to maximum number of Skeletons", statOrder = { 1821, 1822 }, level = 1, group = "MaximumMinionCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3871139208, }, + ["LifeReservationUniqueWand2"] = { affix = "", "Cannot be used with Chaos Inoculation", "Reserves 30% of Life", statOrder = { 807, 2106 }, level = 1, group = "ReservesLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3920081309, }, + ["LocalIncreaseSocketedStrengthGemLevelUniqueTwoHandAxe3"] = { affix = "", "+1 to Level of Socketed Strength Gems", statOrder = { 108 }, level = 1, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, tradeHash = 916797432, }, + ["ChaosTakenOnES"] = { affix = "", "Chaos Damage taken does not cause double loss of Energy Shield", statOrder = { 2173 }, level = 1, group = "ChaosTakenOnES", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 133168938, }, + ["PhysicalDamagePercentTakesAsChaosDamageUniqueBow5"] = { affix = "", "25% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2118 }, level = 1, group = "PhysicalDamagePercentTakesAsChaosDamage", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, tradeHash = 4129825612, }, + ["PhysicalBowDamageCloseRangeUniqueBow6"] = { affix = "", "50% more Damage with Arrow Hits at Close Range", statOrder = { 2109 }, level = 1, group = "ChinSolPhysicalBowDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2749166636, }, + ["KnockbackCloseRangeUniqueBow6"] = { affix = "", "Bow Knockback at Close Range", statOrder = { 2110 }, level = 1, group = "ChinSolCloseRangeKnockBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3261557635, }, + ["PercentDamageGoesToManaUniqueBootsDex3"] = { affix = "", "(5-10)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["PercentDamageGoesToManaUniqueHelmetStrInt3"] = { affix = "", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["PercentDamageGoesToManaUnique__1"] = { affix = "", "8% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["PercentDamageGoesToManaUnique__2"] = { affix = "", "(6-12)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 472520716, }, + ["BurnDurationUniqueBodyInt2"] = { affix = "", "(40-75)% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["BurnDurationUniqueDescentOneHandMace1"] = { affix = "", "500% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["BurnDurationUniqueRing31"] = { affix = "", "15% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["BurnDurationUniqueWand10"] = { affix = "", "25% reduced Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["BurnDurationUnique__1"] = { affix = "", "33% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["BurnDurationUnique__2"] = { affix = "", "10000% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["PhysicalDamageTakenAsFirePercentUniqueBodyInt2"] = { affix = "", "20% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2113 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, + ["PhysicalDamageTakenAsFirePercentUnique__1"] = { affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2113 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3342989455, }, + ["AttackerTakesFireDamageUniqueBodyInt2"] = { affix = "", "Reflects 100 Fire Damage to Melee Attackers", statOrder = { 1858 }, level = 1, group = "AttackerTakesFireDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1757945818, }, + ["AvoidIgniteUniqueBodyDex3"] = { affix = "", "Cannot be Ignited", statOrder = { 1519 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, + ["AvoidIgniteUnique__1"] = { affix = "", "Cannot be Ignited", statOrder = { 1519 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, + ["RangedWeaponPhysicalDamagePlusPercentUniqueBodyDex3"] = { affix = "", "(10-15)% increased Physical Damage with Ranged Weapons", statOrder = { 1661 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 766615564, }, + ["RangedWeaponPhysicalDamagePlusPercentUnique__1"] = { affix = "", "(75-150)% increased Physical Damage with Ranged Weapons", statOrder = { 1661 }, level = 1, group = "RangedWeaponPhysicalDamagePlusPercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 766615564, }, + ["PhysicalDamageTakenPercentToReflectUniqueBodyStr2"] = { affix = "", "1000% of Melee Physical Damage taken reflected to Attacker", statOrder = { 2123 }, level = 1, group = "PhysicalDamageTakenPercentToReflect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1092987622, }, + ["AdditionalBlockUniqueBodyDex2"] = { affix = "", "+5% to Block chance", statOrder = { 2124 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["UniqueAdditionalBlockChance1"] = { affix = "", "+25% to Block chance", statOrder = { 2124 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, + ["AdditionalBlockUnique__1"] = { affix = "", "+(2-4)% to Block chance", statOrder = { 2124 }, level = 1, group = "AdditionalBlock", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 1702195217, }, + ["AdditionalBlockUnique__2"] = { affix = "", "+15% to Block chance", statOrder = { 2124 }, level = 1, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1702195217, }, ["ArrowPierceUniqueBow7"] = { affix = "", "Arrows Pierce all Targets", statOrder = { 4486 }, level = 1, group = "ArrowsAlwaysPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1829238593, }, - ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1490 }, level = 45, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3423006863, }, - ["AdditionalArrowPierceImplicitQuiver5New"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1490 }, level = 32, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3423006863, }, - ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Life Leech is Converted to Energy Shield Leech", statOrder = { 5285 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3314050176, }, - ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrder = { 1071 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2538694749, }, - ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% chance to Block Projectile Attack Damage", statOrder = { 2159 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, - ["CannotLeech"] = { affix = "", "Cannot Leech", statOrder = { 2160 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, tradeHash = 1336164384, }, - ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 30% increased Reservation Efficiency", statOrder = { 384 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, - ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 45% increased Reservation Efficiency", statOrder = { 384 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, - ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 25% increased Reservation Efficiency", statOrder = { 384 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, - ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation Efficiency", statOrder = { 384 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, + ["AdditionalArrowPierceImplicitQuiver12_"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1473 }, level = 45, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3423006863, }, + ["AdditionalArrowPierceImplicitQuiver5New"] = { affix = "", "Arrows Pierce an additional Target", statOrder = { 1473 }, level = 32, group = "AdditionalArrowPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3423006863, }, + ["LeechEnergyShieldInsteadofLife"] = { affix = "", "Life Leech is Converted to Energy Shield Leech", statOrder = { 5320 }, level = 1, group = "LeechEnergyShieldInsteadofLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3314050176, }, + ["BlockWhileDualWieldingClawsUniqueClaw1"] = { affix = "", "+8% Chance to Block Attack Damage while Dual Wielding Claws", statOrder = { 1057 }, level = 1, group = "BlockWhileDualWieldingClaws", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2538694749, }, + ["BlockVsProjectilesUniqueShieldStr2"] = { affix = "", "+25% chance to Block Projectile Attack Damage", statOrder = { 2128 }, level = 1, group = "BlockVsProjectiles", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3416410609, }, + ["CannotLeech"] = { affix = "", "Cannot Leech", statOrder = { 2129 }, level = 1, group = "CannotLeech", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, tradeHash = 1336164384, }, + ["SocketedItemsHaveReducedReservationUniqueShieldStrInt2"] = { affix = "", "Socketed Gems have 30% increased Reservation Efficiency", statOrder = { 376 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, + ["SocketedItemsHaveReducedReservationUniqueBodyDexInt4"] = { affix = "", "Socketed Gems have 45% increased Reservation Efficiency", statOrder = { 376 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, + ["SocketedItemsHaveReducedReservationUnique__1"] = { affix = "", "Socketed Gems have 25% increased Reservation Efficiency", statOrder = { 376 }, level = 1, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, + ["SocketedItemsHaveIncreasedReservationUnique__1"] = { affix = "", "Socketed Gems have 20% reduced Reservation Efficiency", statOrder = { 376 }, level = 57, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 3289633055, }, ["ChanceToFreezeUniqueStaff2"] = { affix = "", "8% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, ["ChanceToFreezeUniqueQuiver5"] = { affix = "", "(7-10)% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, ["ChanceToFreezeUniqueRing30"] = { affix = "", "10% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, @@ -2291,72 +2330,72 @@ return { ["ChanceToFreezeUnique__3"] = { affix = "", "10% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, ["ChanceToFreezeUnique__4"] = { affix = "", "10% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, ["ChanceToFreezeUnique__5"] = { affix = "", "20% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, - ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2158 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, - ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2158 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, - ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrder = { 815 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 18234720, }, - ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrder = { 815 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 18234720, }, - ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrder = { 814 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, - ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrder = { 329 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, - ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrder = { 329 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, - ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrder = { 329 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, - ["SocketedGemsHaveAddedChaosDamageUnique__3"] = { affix = "", "Socketed Gems are Supported by Level 29 Added Chaos Damage", statOrder = { 329 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, - ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Recover Energy Shield equal to 2% of Armour when you Block", statOrder = { 2163 }, level = 1, group = "EnergyShieldGainedOnBlockBasedOnArmour", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 3681057026, }, - ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrder = { 2164 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 4075957192, }, - ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrder = { 1478 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1331384105, }, - ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrder = { 1478 }, level = 1, group = "SkeletonDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1331384105, }, - ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrder = { 822 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, - ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrder = { 821 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, - ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrder = { 814 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, - ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrder = { 814 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, - ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrder = { 812 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1133453872, }, - ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrder = { 820 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4272453892, }, - ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "100% increased Spell Damage taken when on Low Mana", statOrder = { 2166 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3557561376, }, - ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+1000 to Evasion Rating while on Full Life", statOrder = { 1374 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 4082111882, }, - ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrder = { 1374 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 4082111882, }, - ["ReflectCurses"] = { affix = "", "Curse Reflection", statOrder = { 2171 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1731672673, }, - ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrder = { 658 }, level = 1, group = "FlaskCurseImmunity", weightKey = { }, weightVal = { }, modTags = { "flask", "caster", "curse" }, tradeHash = 3895393544, }, - ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2177 }, level = 1, group = "CausesBleeding50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 20157668, }, - ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2176 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, - ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2176 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, - ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2176 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, - ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2176 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, - ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Hit", statOrder = { 6917 }, level = 1, group = "LocalCausesBleedingOnCrit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, tradeHash = 513681673, }, - ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Hit", statOrder = { 6924 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2743246999, }, - ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrder = { 2174 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2992817550, }, - ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrder = { 2190 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3636414626, }, - ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrder = { 1859 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1472543401, }, - ["AuraEffectUniqueShieldInt2"] = { affix = "", "20% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3187 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, - ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 1828 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, tradeHash = 634031003, }, - ["AuraEffectUnique__1"] = { affix = "", "20% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3187 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, - ["AuraEffectUnique__2____"] = { affix = "", "10% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3187 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, - ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 1828 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, tradeHash = 634031003, }, - ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrder = { 1095 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "25% reduced Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrder = { 1096 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, - ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrder = { 1096 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, - ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrder = { 1096 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, - ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["FrozenMonstersTakeIncreasedDamage"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2127 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, + ["FrozenMonstersTakeIncreasedDamageUnique__1"] = { affix = "", "Enemies Frozen by you take 20% increased Damage", statOrder = { 2127 }, level = 1, group = "FrozenMonstersTakeIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 849085925, }, + ["IncreasedIntelligenceRequirementsUniqueSceptre1"] = { affix = "", "60% increased Intelligence Requirement", statOrder = { 811 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 18234720, }, + ["IncreasedIntelligenceRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Intelligence Requirement", statOrder = { 811 }, level = 1, group = "IncreasedIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 18234720, }, + ["AddedIntelligenceRequirementsUnique__1"] = { affix = "", "+257 Intelligence Requirement", statOrder = { 810 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, + ["SocketedGemsHaveAddedChaosDamageUniqueBodyInt3"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Chaos Damage", statOrder = { 321 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, + ["SocketedGemsHaveAddedChaosDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrder = { 321 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, + ["SocketedGemsHaveAddedChaosDamageUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 25 Added Chaos Damage", statOrder = { 321 }, level = 50, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, + ["SocketedGemsHaveAddedChaosDamageUnique__3"] = { affix = "", "Socketed Gems are Supported by Level 29 Added Chaos Damage", statOrder = { 321 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 411460446, }, + ["EnergyShieldGainedOnBlockUniqueShieldStrInt4"] = { affix = "", "Recover Energy Shield equal to 2% of Armour when you Block", statOrder = { 2132 }, level = 1, group = "EnergyShieldGainedOnBlockBasedOnArmour", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 3681057026, }, + ["LocalPoisonOnHit"] = { affix = "", "Poisonous Hit", statOrder = { 2133 }, level = 1, group = "LocalPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 4075957192, }, + ["SkeletonDurationUniqueTwoHandSword4"] = { affix = "", "(150-200)% increased Skeleton Duration", statOrder = { 1461 }, level = 1, group = "SkeletonDuration", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1331384105, }, + ["SkeletonDurationUniqueJewel1_"] = { affix = "", "(10-20)% reduced Skeleton Duration", statOrder = { 1461 }, level = 1, group = "SkeletonDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1331384105, }, + ["IncreasedStrengthRequirementsUniqueTwoHandSword4"] = { affix = "", "25% increased Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["ReducedStrengthRequirementsUniqueTwoHandMace5"] = { affix = "", "20% reduced Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["ReducedStrengthRequirementUniqueBodyStr5"] = { affix = "", "30% reduced Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["IncreasedStrengthRequirementUniqueStaff8"] = { affix = "", "40% increased Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["IncreasedStrengthREquirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Strength Requirement", statOrder = { 818 }, level = 1, group = "IncreasedStrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 295075366, }, + ["StrengthRequirementsUniqueOneHandMace3"] = { affix = "", "+200 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["StrengthRequirementsUnique__1"] = { affix = "", "+100 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["StrengthRequirementsUnique__2"] = { affix = "", "+200 Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["StrengthRequirementsUnique__3_"] = { affix = "", "+(500-700) Strength Requirement", statOrder = { 817 }, level = 1, group = "StrengthRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2833226514, }, + ["IntelligenceRequirementsUniqueOneHandMace3"] = { affix = "", "+300 Intelligence Requirement", statOrder = { 810 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, + ["IntelligenceRequirementsUniqueBow12"] = { affix = "", "+212 Intelligence Requirement", statOrder = { 810 }, level = 1, group = "IntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2153364323, }, + ["DexterityRequirementsUnique__1"] = { affix = "", "+160 Dexterity Requirement", statOrder = { 808 }, level = 1, group = "DexterityRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1133453872, }, + ["StrengthIntelligenceRequirementsUnique__1"] = { affix = "", "+600 Strength and Intelligence Requirement", statOrder = { 816 }, level = 1, group = "StrengthIntelligenceRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4272453892, }, + ["SpellDamageTakenOnLowManaUniqueBodyInt4"] = { affix = "", "100% increased Spell Damage taken when on Low Mana", statOrder = { 2135 }, level = 1, group = "SpellDamageTakenOnLowMana", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3557561376, }, + ["EvasionOnFullLifeUniqueBodyDex4"] = { affix = "", "+1000 to Evasion Rating while on Full Life", statOrder = { 1358 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 4082111882, }, + ["EvasionOnFullLifeUnique__1_"] = { affix = "", "+1500 to Evasion Rating while on Full Life", statOrder = { 1358 }, level = 1, group = "EvasionOnFullLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 4082111882, }, + ["ReflectCurses"] = { affix = "", "Curse Reflection", statOrder = { 2140 }, level = 1, group = "ReflectCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1731672673, }, + ["FlaskCurseImmunityUnique___1"] = { affix = "", "Removes Curses on use", statOrder = { 653 }, level = 1, group = "FlaskCurseImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "caster", "curse" }, tradeHash = 3895393544, }, + ["CausesBleedingUniqueTwoHandAxe4"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2146 }, level = 1, group = "CausesBleeding50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 20157668, }, + ["CausesBleedingUniqueTwoHandAxe4Updated"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CausesBleedingUniqueTwoHandAxe7"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2145 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, + ["CausesBleedingUniqueTwoHandAxe7Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CausesBleedingUniqueOneHandAxe5"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2145 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, + ["CausesBleedingUniqueOneHandAxe5Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CausesBleedingUnique__1"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2145 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, + ["CausesBleedingUnique__1Updated_"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CausesBleedingUnique__2"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2145 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1401349154, }, + ["CausesBleedingUnique__2Updated"] = { affix = "", "25% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "CausesBleedingChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["CauseseBleedingOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Bleeding on Critical Hit", statOrder = { 7056 }, level = 1, group = "LocalCausesBleedingOnCrit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "critical", "ailment" }, tradeHash = 513681673, }, + ["CausesBleedingOnCritUniqueDagger11"] = { affix = "", "50% chance to cause Bleeding on Critical Hit", statOrder = { 7063 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2743246999, }, + ["AttacksDealNoPhysicalDamage"] = { affix = "", "Attacks deal no Physical Damage", statOrder = { 2143 }, level = 1, group = "AttacksDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2992817550, }, + ["GoldenLightBeam"] = { affix = "", "Golden Radiance", statOrder = { 2159 }, level = 1, group = "GoldenLightBeam", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3636414626, }, + ["CannotBeStunnedOnLowLife"] = { affix = "", "Cannot be Stunned when on Low Life", statOrder = { 1836 }, level = 1, group = "CannotBeStunnedOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1472543401, }, + ["AuraEffectUniqueShieldInt2"] = { affix = "", "20% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3134 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, + ["AuraEffectOnMinionsUniqueShieldInt2"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 1805 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, tradeHash = 634031003, }, + ["AuraEffectUnique__1"] = { affix = "", "20% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3134 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, + ["AuraEffectUnique__2____"] = { affix = "", "10% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3134 }, level = 1, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, + ["AuraEffectOnMinionsUnique__1_"] = { affix = "", "20% increased effect of Non-Curse Auras from your Skills on your Minions", statOrder = { 1805 }, level = 1, group = "AuraEffectOnMinions", weightKey = { }, weightVal = { }, modTags = { "minion", "aura" }, tradeHash = 634031003, }, + ["AreaDamageUniqueBodyDexInt1"] = { affix = "", "(40-50)% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["AreaDamageUniqueDescentOneHandSword1"] = { affix = "", "10% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["AreaDamageUniqueOneHandMace7"] = { affix = "", "(10-20)% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["AreaDamageImplicitMace1"] = { affix = "", "30% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["AreaDamageUnique__1"] = { affix = "", "30% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["AllDamageUniqueRing6"] = { affix = "", "(10-30)% increased Damage", statOrder = { 1083 }, level = 30, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUniqueRing8"] = { affix = "", "10% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUniqueHelmetDexInt2"] = { affix = "", "25% reduced Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUniqueStaff4"] = { affix = "", "(40-50)% increased Global Damage", statOrder = { 1084 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, + ["AllDamageUniqueSceptre8"] = { affix = "", "(40-60)% increased Global Damage", statOrder = { 1084 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, + ["AllDamageUniqueBelt11"] = { affix = "", "10% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUnique__1"] = { affix = "", "10% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUnique__2"] = { affix = "", "(20-25)% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["AllDamageUnique__3"] = { affix = "", "(250-300)% increased Global Damage", statOrder = { 1084 }, level = 1, group = "AllDamageOnWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 819529588, }, + ["AllDamageUnique__4"] = { affix = "", "(30-40)% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, ["LightRadiusUniqueSceptre2"] = { affix = "", "50% increased Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["LightRadiusUniqueBootsStrDex2"] = { affix = "", "25% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["LightRadiusUniqueRing9_"] = { affix = "", "31% increased Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, @@ -2381,290 +2420,288 @@ return { ["LightRadiusUnique__6"] = { affix = "", "50% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["LightRadiusUnique__7_"] = { affix = "", "(15-25)% increased Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, ["LightRadiusUnique__8"] = { affix = "", "20% increased Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, - ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit", statOrder = { 2215 }, level = 1, group = "EnfeebleOnHitUncursed", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3804297142, }, - ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Hit", statOrder = { 2205 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 665808208, }, - ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrder = { 6309 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 213066229, }, - ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrder = { 2226 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3238189103, }, - ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrder = { 2229 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2695354435, }, - ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrder = { 2232 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1765389199, }, - ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ManaReservationEfficiencyUniqueHelmetDex5_"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ManaReservationEfficiencyUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 1901 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, - ["ReservationEfficiencyUnique__1_"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 1898 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, - ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 1901 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, - ["ReservationEfficiencyUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 1898 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, - ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 1, group = "ReducedReservation", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ManaReservationEfficiencyUniqueJewel44_"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["ReducedManaReservationCostUnique__1"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 1901 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, - ["ReservationEfficiencyUnique__3__"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 1898 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, - ["ReducedManaReservationCostUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 1900 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, - ["ReservationEfficiencyUnique__4_"] = { affix = "", "(10-20)% increased Reservation Efficiency of Skills", statOrder = { 1898 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, - ["ManaReservationEfficiencyUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrder = { 1426 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 38301299, }, - ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "100% chance to Avoid being Ignited while on Low Life", statOrder = { 1544 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 4271082039, }, - ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrder = { 336 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2929101122, }, - ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrder = { 336 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2929101122, }, - ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-20)% reduced Skill Effect Duration", statOrder = { 1586 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["SkillEffectDurationUnique__2_"] = { affix = "", "(-20-20)% reduced Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrder = { 1586 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["SkillEffectDurationUnique__4"] = { affix = "", "(-13-13)% reduced Skill Effect Duration", statOrder = { 1586 }, level = 82, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, - ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3377888098, }, - ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+5 to Level of Socketed Movement Gems", statOrder = { 140 }, level = 1, group = "LocalIncreaseSocketedMovementGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3852526385, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["ChanceToDodgePerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "+2% chance to Suppress Spell Damage per Frenzy Charge", statOrder = { 2240 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 482967934, }, - ["EvasionRatingPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "10% increased Evasion Rating per Frenzy Charge", statOrder = { 1378 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 660404777, }, - ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["MaximumFrenzyChargesUnique__1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Weapon Damage per 10 Strength", statOrder = { 9435 }, level = 1, group = "WeaponDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1791136590, }, - ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrder = { 4414 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 889691035, }, - ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Area of Effect for Attacks per 10 Intelligence", statOrder = { 4349 }, level = 1, group = "AttackAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 434750362, }, - ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrder = { 1810 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, - ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrder = { 1810 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, - ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrder = { 1921 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 429867172, }, - ["TotemLifeUniqueBodyInt7"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["TotemLifeUnique__2_"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrder = { 334 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2962840349, }, - ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrder = { 331 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2091466357, }, - ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Curse on you when your Totems die, ignoring Curse limit", statOrder = { 2245 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2918129907, }, - ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrder = { 337 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1647529598, }, - ["DisplaySocketedGemGetsAddedLightningDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Added Lightning Damage", statOrder = { 337 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1647529598, }, - ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 6820 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, - ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 6820 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, - ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration", statOrder = { 1554 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, - ["ShockDurationUnique__2"] = { affix = "", "(1-100)% increased Duration of Lightning Ailments", statOrder = { 6820 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, - ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, - ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, - ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrder = { 1909 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, - ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrder = { 921 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, - ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2213 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 4139135963, }, - ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Damage Bonus", statOrder = { 1338 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, - ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrder = { 1413 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 64726306, }, - ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Equipment and Skill Gems have 25% reduced Attribute Requirements", statOrder = { 2246 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Equipment and Skill Gems have 10% increased Attribute Requirements", statOrder = { 2246 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Equipment and Skill Gems have 100% reduced Attribute Requirements", statOrder = { 2246 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Equipment and Skill Gems have 50% increased Attribute Requirements", statOrder = { 2246 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, - ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced effect of Curses on you", statOrder = { 1855 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, - ["ReducedCurseEffectUniqueRing26"] = { affix = "", "60% reduced effect of Curses on you", statOrder = { 1855 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, - ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased effect of Curses on you", statOrder = { 1855 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, - ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced effect of Curses on you", statOrder = { 1855 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, - ["ManaGainPerTargetUniqueRing7"] = { affix = "", "Gain 30 Mana per Enemy Hit with Attacks", statOrder = { 1447 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, - ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "Grants 30 Mana per Enemy Hit", statOrder = { 1448 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, - ["ManaGainPerTargetUnique__1"] = { affix = "", "Grants (2-3) Mana per Enemy Hit", statOrder = { 1448 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, - ["ManaGainPerTargetUnique__2"] = { affix = "", "Grants 2 Mana per Enemy Hit", statOrder = { 1448 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, - ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrder = { 359 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 952060721, }, - ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrder = { 359 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 952060721, }, - ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "Hits against you have 50% reduced Critical Damage Bonus", statOrder = { 948 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, - ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrder = { 2248 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1252481812, }, - ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrder = { 2249 }, level = 1, group = "ChaosResistanceOnLowLife", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2366940416, }, - ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrder = { 2247 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2482008875, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Faster Attacks", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, - ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, - ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, - ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Faster Attacks", statOrder = { 339 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, - ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Melee Physical Damage", statOrder = { 338 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2985291457, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrder = { 1807 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, tradeHash = 417188801, }, - ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrder = { 1807 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, tradeHash = 417188801, }, - ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrder = { 2250 }, level = 1, group = "EnemyExtraDamageRollsOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3753748365, }, - ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 5843 }, level = 68, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3629143471, }, - ["EnemyExtraDamageRollsOnFullLifeUnique__2"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 5843 }, level = 1, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3629143471, }, - ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrder = { 5799 }, level = 37, group = "EnemyExtraDamageRollsWithLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4224965099, }, - ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrder = { 2252 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524282232, }, - ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrder = { 2251 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2528932950, }, - ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrder = { 1881 }, level = 1, group = "AttackerTakesChaosDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 189451991, }, - ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedMaximumPowerChargesUnique__4"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["UniqueMaximumPowerChargesWand_1"] = { affix = "", "+(-1-1) to Maximum Power Charges", statOrder = { 1510 }, level = 82, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrder = { 1825 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, - ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrder = { 1825 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, - ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrder = { 1825 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, - ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrder = { 1823 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, - ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrder = { 1823 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, - ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrder = { 1823 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, - ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrder = { 2267 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1818006464, }, - ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrder = { 2268 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2969730223, }, - ["DisableChestSlot"] = { affix = "", "Can't use Body Armour", statOrder = { 2276 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4007482102, }, - ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrder = { 165 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, tradeHash = 3571342795, }, - ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrder = { 165 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, tradeHash = 3571342795, }, - ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "Gain (15-20) Energy Shield per Enemy Killed", statOrder = { 2265 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, - ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "Gain (10-15) Energy Shield per Enemy Killed", statOrder = { 2265 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, - ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "Gain (15-25) Energy Shield per Enemy Killed", statOrder = { 2265 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, - ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrder = { 2277 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1081444608, }, - ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrder = { 5201 }, level = 1, group = "IncreasedClawAllDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1629782265, }, - ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrder = { 2278 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 347697569, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1122 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, - ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1122 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, - ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrder = { 1122 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, - ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrder = { 1682 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1839076647, }, - ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectile Hits", statOrder = { 2429 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1425651005, }, - ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrder = { 2243 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 993866933, }, - ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrder = { 2244 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3778266957, }, - ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrder = { 2360 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2776725787, }, - ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2368 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 1852317988, }, - ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2368 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 1852317988, }, - ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrder = { 1084 }, level = 20, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, - ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrder = { 1085 }, level = 20, group = "HybridStrInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, - ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrder = { 1086 }, level = 20, group = "HybridDexInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 2300185227, }, - ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrder = { 1084 }, level = 1, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrder = { 2228 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2264295449, }, - ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+2 to Melee Strike Range", statOrder = { 2228 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 2264295449, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+10 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2425 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, - ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrder = { 1808 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, - ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrder = { 1808 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, - ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrder = { 2315 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1054322244, }, - ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrder = { 2322 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1791875585, }, - ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrder = { 2284 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1194648995, }, - ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrder = { 2324 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3579807004, }, - ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Hit", statOrder = { 2325 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3195625581, }, - ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrder = { 2326 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3159161267, }, - ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrder = { 2327 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3816512110, }, - ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrder = { 2334 }, level = 38, group = "RightRingSlotNoManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 783864527, }, - ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 6% of maximum Energy Shield per second", statOrder = { 2335 }, level = 38, group = "RightRingSlotEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3676958605, }, - ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrder = { 2345 }, level = 1, group = "LeftRingSlotManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 195090426, }, - ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrder = { 2338 }, level = 1, group = "LeftRingSlotNoEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4263540840, }, - ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of maximum Energy Shield per second", statOrder = { 2332 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, - ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of maximum Energy Shield per second", statOrder = { 2332 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, - ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of maximum Energy Shield per second", statOrder = { 2332 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, - ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrder = { 2331 }, level = 1, group = "FlatEnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1330109706, }, - ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", statOrder = { 2328 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 21824003, }, - ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrder = { 2329 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, - ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrder = { 2329 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, - ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrder = { 1727 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 269590092, }, - ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of maximum Life per second per Frenzy Charge", statOrder = { 2314 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2828673491, }, - ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrder = { 2491 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1696792323, }, - ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrder = { 1536 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, - ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrder = { 2313 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3988943320, }, - ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrder = { 1053 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4061558269, }, - ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrder = { 2279 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrder = { 2279 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, - ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrder = { 2279 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, - ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1000 to 10000 Physical Damage to Attackers on Block", statOrder = { 2279 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, - ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrder = { 2279 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, - ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "(34-48) Life gained when you Block", statOrder = { 1459 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, - ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "(18-24) Mana gained when you Block", statOrder = { 1460 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["GainManaOnBlockUnique__1"] = { affix = "", "(30-50) Mana gained when you Block", statOrder = { 1460 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, - ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrder = { 2282 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 4116579804, }, - ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (100-125)% more Physical Damage", statOrder = { 9542 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 568070507, }, - ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrder = { 2283 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, tradeHash = 3150000576, }, - ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrder = { 2363 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3563667308, }, - ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 50% of their Life as Fire Damage", statOrder = { 2365 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, tradeHash = 2857427872, }, - ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrder = { 2281 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 4041805509, }, - ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrder = { 2285 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4207939995, }, - ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrder = { 2287 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2920230984, }, - ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrder = { 1658 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, tradeHash = 268659529, }, - ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrder = { 2286 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3173052379, }, - ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Hit", statOrder = { 2362 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1055188639, }, - ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Hits do not deal extra Damage", statOrder = { 1348 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4058681894, }, - ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(20-30)% increased Rarity of Items found during Effect", statOrder = { 778 }, level = 1, group = "FlaskItemRarity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1740200922, }, - ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Effect", statOrder = { 777 }, level = 1, group = "FlaskItemQuantity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3736953565, }, - ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Effect", statOrder = { 780 }, level = 1, group = "FlaskLightRadius", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2745936267, }, - ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Effect", statOrder = { 767 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "resistance" }, tradeHash = 4026156644, }, - ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Effect", statOrder = { 783 }, level = 1, group = "FlaskElementalResistances", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "resistance" }, tradeHash = 3110554274, }, - ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrder = { 2371 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage150Percent", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 185598681, }, - ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrder = { 1661 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 147385515, }, - ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrder = { 1661 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 147385515, }, - ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrder = { 2359 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2591020064, }, - ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Physical Damage from Hits also Contributes to Chill Magnitude", statOrder = { 2555 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2227042420, }, - ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Physical Damage from Hits also Contributes to Chill Magnitude", statOrder = { 2555 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2227042420, }, - ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrder = { 2379 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3304763863, }, - ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrder = { 2381 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3188291252, }, - ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageUnique__3"] = { affix = "", "Adds (600-650) to (750-800) Chaos damage", statOrder = { 1235 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrder = { 1638 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, - ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrder = { 1638 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, - ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1638 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, - ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1638 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, - ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrder = { 2383 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2797075304, }, - ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrder = { 2378 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2785780853, }, - ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrder = { 9629 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, - ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrder = { 2377 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2280313599, }, - ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrder = { 2377 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2280313599, }, - ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrder = { 9629 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, - ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrder = { 9634 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3970396418, }, - ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrder = { 9629 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, - ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Block chance", statOrder = { 1676 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, - ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Block chance", statOrder = { 1676 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, - ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrder = { 2258 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, tradeHash = 2443492284, }, - ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrder = { 2262 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1759630226, }, - ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrder = { 2262 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1759630226, }, - ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrder = { 2264 }, level = 1, group = "CannotLeechOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3279535558, }, - ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrder = { 1132 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "50% increased Damage", statOrder = { 1095 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrder = { 9589 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 326965591, }, - ["ChanceToIgniteUniqueOneHandSword4"] = { affix = "", "30% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 50% increased Damage", statOrder = { 2385 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 637766438, }, - ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrder = { 1216 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 169657426, }, - ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrder = { 1216 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 169657426, }, - ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrder = { 1236 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 3758293500, }, - ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrder = { 1222 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2109066258, }, - ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2546 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, - ["ChaosDamageCanShockUnique__1"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2546 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, - ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1657 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, - ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1657 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, - ["MaximumShockOverrideUniqueBow10"] = { affix = "", "+40% to Maximum Effect of Shock", statOrder = { 9370 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4007740198, }, - ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 6995 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, tradeHash = 1386792919, }, - ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 6995 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, tradeHash = 1386792919, }, - ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrder = { 2391 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3457687358, }, - ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrder = { 355 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1866911844, }, - ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 360 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2169938251, }, - ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrder = { 360 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2169938251, }, - ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrder = { 635 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 2917449574, }, - ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrder = { 636 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, tradeHash = 2301696196, }, - ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Frenzy Charge on use", statOrder = { 648 }, level = 1, group = "FlaskGainFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask", "frenzy_charge" }, tradeHash = 3230795453, }, - ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Power Charge on use", statOrder = { 649 }, level = 1, group = "FlaskGainPowerCharge", weightKey = { }, weightVal = { }, modTags = { "flask", "power_charge" }, tradeHash = 2697049014, }, - ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Endurance Charge on use", statOrder = { 647 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "flask" }, tradeHash = 3986030307, }, - ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "Gain 1 Endurance Charge on use", statOrder = { 647 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "flask" }, tradeHash = 3986030307, }, - ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrder = { 2398 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3128318472, }, - ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3139816101, }, - ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3139816101, }, - ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3139816101, }, - ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrder = { 2396 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 2422197812, }, - ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrder = { 2397 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1357244124, }, - ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrder = { 2643 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrder = { 2435 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, tradeHash = 1305605911, }, - ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrder = { 2384 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, + ["EnfeebleOnHitUniqueShieldStr3"] = { affix = "", "25% chance to Curse Non-Cursed Enemies with Enfeeble on Hit", statOrder = { 2184 }, level = 1, group = "EnfeebleOnHitUncursed", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3804297142, }, + ["GroundTarOnCritTakenUniqueShieldInt2"] = { affix = "", "Spreads Tar when you take a Critical Hit", statOrder = { 2174 }, level = 1, group = "GroundTarOnCritTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 665808208, }, + ["GroundTarOnHitTakenUnique__1"] = { affix = "", "20% chance to spread Tar when Hit", statOrder = { 6413 }, level = 1, group = "GroundTarOnHitTaken", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 213066229, }, + ["SpellsHaveCullingStrikeUniqueDagger4"] = { affix = "", "Your Spells have Culling Strike", statOrder = { 2195 }, level = 1, group = "SpellsHaveCullingStrike", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3238189103, }, + ["EvasionRatingPercentOnLowLifeUniqueHelmetDex4"] = { affix = "", "150% increased Global Evasion Rating when on Low Life", statOrder = { 2198 }, level = 1, group = "EvasionRatingPercentOnLowLife", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2695354435, }, + ["LocalLifeLeechIsInstantUniqueClaw3"] = { affix = "", "Life Leech from Hits with this Weapon is instant", statOrder = { 2201 }, level = 1, group = "LocalLifeLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1765389199, }, + ["ReducedManaReservationsCostUniqueHelmetDex5"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ManaReservationEfficiencyUniqueHelmetDex5_"] = { affix = "", "16% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["IncreasedManaReservationsCostUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ManaReservationEfficiencyUniqueOneHandSword11"] = { affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["IncreasedManaReservationsCostUnique__1"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 1880 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, + ["ReservationEfficiencyUnique__1_"] = { affix = "", "80% reduced Reservation Efficiency of Skills", statOrder = { 1877 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, + ["IncreasedManaReservationsCostUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 1880 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, + ["ReservationEfficiencyUnique__2"] = { affix = "", "20% reduced Reservation Efficiency of Skills", statOrder = { 1877 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, + ["ReducedManaReservationsCostUniqueJewel44"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 1, group = "ReducedReservation", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ManaReservationEfficiencyUniqueJewel44_"] = { affix = "", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["ReducedManaReservationCostUnique__1"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 1880 }, level = 1, group = "ReducedAllReservationLegacy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4202507508, }, + ["ReservationEfficiencyUnique__3__"] = { affix = "", "12% increased Reservation Efficiency of Skills", statOrder = { 1877 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, + ["ReducedManaReservationCostUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 1879 }, level = 1, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1269219558, }, + ["ReservationEfficiencyUnique__4_"] = { affix = "", "(10-20)% increased Reservation Efficiency of Skills", statOrder = { 1877 }, level = 1, group = "ReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2587176568, }, + ["ManaReservationEfficiencyUnique__2"] = { affix = "", "(12-20)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 1, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["FireResistOnLowLifeUniqueShieldStrInt5"] = { affix = "", "+25% to Fire Resistance while on Low Life", statOrder = { 1409 }, level = 1, group = "FireResistOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 38301299, }, + ["AvoidIgniteOnLowLifeUniqueShieldStrInt5"] = { affix = "", "100% chance to Avoid being Ignited while on Low Life", statOrder = { 1527 }, level = 1, group = "AvoidIgniteOnLowLife", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 4271082039, }, + ["SocketedGemsGetElementalProliferationUniqueBodyInt5"] = { affix = "", "Socketed Gems are Supported by Level 5 Elemental Proliferation", statOrder = { 328 }, level = 1, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2929101122, }, + ["SocketedGemsGetElementalProliferationUniqueSceptre7"] = { affix = "", "Socketed Gems are Supported by Level 20 Elemental Proliferation", statOrder = { 328 }, level = 94, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2929101122, }, + ["SkillEffectDurationUniqueTwoHandMace5"] = { affix = "", "15% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["ReducedSkillEffectDurationUniqueAmulet20"] = { affix = "", "(10-20)% reduced Skill Effect Duration", statOrder = { 1569 }, level = 63, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["SkillEffectDurationUnique__1"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["SkillEffectDurationUnique__2_"] = { affix = "", "(-20-20)% reduced Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["SkillEffectDurationUnique__3"] = { affix = "", "30% increased Skill Effect Duration", statOrder = { 1569 }, level = 75, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["SkillEffectDurationUnique__4"] = { affix = "", "(-13-13)% reduced Skill Effect Duration", statOrder = { 1569 }, level = 82, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["SkillEffectDurationUniqueJewel44"] = { affix = "", "4% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3377888098, }, + ["LocalIncreaseSocketedMovementGemLevelUniqueBodyDex5"] = { affix = "", "+5 to Level of Socketed Movement Gems", statOrder = { 132 }, level = 1, group = "LocalIncreaseSocketedMovementGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3852526385, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "5% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["MovementVelocityPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["MovementVelocityPerFrenzyChargeUniqueBodyDexInt3"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["MovementVelocityPerFrenzyChargeUniqueDescentOneHandSword1_"] = { affix = "", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["EvasionRatingPerFrenzyChargeUniqueBootsStrDex2"] = { affix = "", "10% increased Evasion Rating per Frenzy Charge", statOrder = { 1362 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 660404777, }, + ["MaximumFrenzyChargesUniqueBootsStrDex2_"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["MaximumFrenzyChargesUniqueBodyStr3"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["MaximumFrenzyChargesUniqueDescentOneHandSword1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["MaximumFrenzyChargesUnique__1"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["ReducedMaximumFrenzyChargesUniqueCorruptedJewel16"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["ReducedMaximumFrenzyChargesUnique__1"] = { affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["ReducedMaximumFrenzyChargesUnique__2_"] = { affix = "", "-2 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["WeaponPhysicalDamagePerStrength"] = { affix = "", "1% increased Weapon Damage per 10 Strength", statOrder = { 9715 }, level = 1, group = "WeaponDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1791136590, }, + ["AttackSpeedPerDexterity"] = { affix = "", "1% increased Attack Speed per 10 Dexterity", statOrder = { 4408 }, level = 1, group = "AttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 889691035, }, + ["IncreasedAreaOfEffectPerIntelligence"] = { affix = "", "16% increased Area of Effect for Attacks per 10 Intelligence", statOrder = { 4336 }, level = 1, group = "AttackAreaOfEffectPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 434750362, }, + ["FrenzyChargeDurationUniqueBootsStrDex2"] = { affix = "", "40% reduced Frenzy Charge Duration", statOrder = { 1787 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, + ["FrenzyChargeDurationUnique__1"] = { affix = "", "20% reduced Frenzy Charge Duration", statOrder = { 1787 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, + ["AdditionalTotemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Totems", statOrder = { 1900 }, level = 1, group = "AdditionalTotems", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 429867172, }, + ["TotemLifeUniqueBodyInt7"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["TotemLifeUnique__1"] = { affix = "", "(14-20)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["TotemLifeUnique__2_"] = { affix = "", "(20-30)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["DisplaySocketedGemGetsSpellTotemBodyInt7"] = { affix = "", "Socketed Gems are Supported by Level 20 Spell Totem", statOrder = { 326 }, level = 1, group = "DisplaySocketedGemGetsSpellTotemLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2962840349, }, + ["DisplaySocketedGemGetsIncreasedDurationGlovesInt4_"] = { affix = "", "Socketed Gems are Supported by Level 10 Increased Duration", statOrder = { 323 }, level = 1, group = "DisplaySocketedGemGetsIncreasedDurationLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2091466357, }, + ["RandomlyCursedWhenTotemsDieUniqueBodyInt7"] = { affix = "", "Inflicts a random Curse on you when your Totems die, ignoring Curse limit", statOrder = { 2213 }, level = 1, group = "RandomlyCursedWhenTotemsDie", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2918129907, }, + ["DisplaySocketedGemGetsAddedLightningDamageGlovesDexInt3"] = { affix = "", "Socketed Gems are Supported by Level 18 Added Lightning Damage", statOrder = { 329 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1647529598, }, + ["DisplaySocketedGemGetsAddedLightningDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 30 Added Lightning Damage", statOrder = { 329 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1647529598, }, + ["ShockDurationUniqueGlovesDexInt3"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 6958 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, + ["ShockDurationUniqueStaff8"] = { affix = "", "100% increased Duration of Lightning Ailments", statOrder = { 6958 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, + ["ShockDurationUnique__1"] = { affix = "", "10000% increased Shock Duration", statOrder = { 1537 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, + ["ShockDurationUnique__2"] = { affix = "", "(1-100)% increased Duration of Lightning Ailments", statOrder = { 6958 }, level = 1, group = "LightningAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1484471543, }, + ["IncreasedPhysicalDamageTakenUniqueHelmetStr3"] = { affix = "", "(40-50)% increased Physical Damage taken", statOrder = { 1888 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, + ["IncreasedPhysicalDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Physical Damage taken", statOrder = { 1888 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, + ["IncreasedPhysicalDamageTakenUniqueBootsDex8"] = { affix = "", "20% increased Physical Damage taken", statOrder = { 1888 }, level = 1, group = "PhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3853018505, }, + ["IncreasedLocalAttributeRequirementsUniqueGlovesStrInt4"] = { affix = "", "500% increased Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["IncreasedLocalAttributeRequirementsUnique__1"] = { affix = "", "800% increased Attribute Requirements", statOrder = { 918 }, level = 1, group = "LocalAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3639275092, }, + ["TemporalChainsOnHitUniqueGlovesInt3"] = { affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2182 }, level = 1, group = "TemporalChainsOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 4139135963, }, + ["MeleeWeaponCriticalStrikeMultiplierUniqueHelmetStr3"] = { affix = "", "+(100-125)% to Melee Critical Damage Bonus", statOrder = { 1326 }, level = 1, group = "MeleeWeaponCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, + ["DisablesOtherRingSlot"] = { affix = "", "Can't use other Rings", statOrder = { 1396 }, level = 1, group = "DisablesOtherRingSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 64726306, }, + ["GlobalItemAttributeRequirementsUniqueAmulet10"] = { affix = "", "Equipment and Skill Gems have 25% reduced Attribute Requirements", statOrder = { 2214 }, level = 20, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["GlobalItemAttributeRequirementsUniqueAmulet19"] = { affix = "", "Equipment and Skill Gems have 10% increased Attribute Requirements", statOrder = { 2214 }, level = 45, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["GlobalItemAttributeRequirementsUnique__1_"] = { affix = "", "Equipment and Skill Gems have 100% reduced Attribute Requirements", statOrder = { 2214 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["GlobalItemAttributeRequirementsUnique__2"] = { affix = "", "Equipment and Skill Gems have 50% increased Attribute Requirements", statOrder = { 2214 }, level = 1, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 752930724, }, + ["ReducedCurseEffectUniqueRing7"] = { affix = "", "50% reduced effect of Curses on you", statOrder = { 1832 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, + ["ReducedCurseEffectUniqueRing26"] = { affix = "", "60% reduced effect of Curses on you", statOrder = { 1832 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, + ["IncreasedCurseEffectUnique__1"] = { affix = "", "50% increased effect of Curses on you", statOrder = { 1832 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, + ["ReducedCurseEffectUnique__1"] = { affix = "", "20% reduced effect of Curses on you", statOrder = { 1832 }, level = 1, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3407849389, }, + ["ManaGainPerTargetUniqueRing7"] = { affix = "", "Gain 30 Mana per Enemy Hit with Attacks", statOrder = { 1430 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, + ["ManaGainPerTargetUniqueTwoHandAxe9"] = { affix = "", "Grants 30 Mana per Enemy Hit", statOrder = { 1431 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, + ["ManaGainPerTargetUnique__1"] = { affix = "", "Grants (2-3) Mana per Enemy Hit", statOrder = { 1431 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, + ["ManaGainPerTargetUnique__2"] = { affix = "", "Grants 2 Mana per Enemy Hit", statOrder = { 1431 }, level = 1, group = "ManaGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 640052854, }, + ["DisplaySocketedGemGetsChancetoFleeUniqueShieldDex4"] = { affix = "", "Socketed Gems are supported by Level 10 Chance to Flee", statOrder = { 351 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 952060721, }, + ["DisplaySocketedGemGetsChanceToFleeUniqueOneHandAxe3"] = { affix = "", "Socketed Gems are supported by Level 2 Chance to Flee", statOrder = { 351 }, level = 1, group = "DisplaySocketedGemGetsChancetoFleeLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 952060721, }, + ["EnemyCriticalStrikeMultiplierUniqueRing8"] = { affix = "", "Hits against you have 50% reduced Critical Damage Bonus", statOrder = { 946 }, level = 1, group = "EnemyCriticalMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["PlayerLightAlternateColourUniqueRing9"] = { affix = "", "Emits a golden glow", statOrder = { 2216 }, level = 1, group = "PlayerLightAlternateColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1252481812, }, + ["ChaosResistanceOnLowLifeUniqueRing9"] = { affix = "", "+(20-25)% to Chaos Resistance when on Low Life", statOrder = { 2217 }, level = 1, group = "ChaosResistanceOnLowLife", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 2366940416, }, + ["EnemyHitsRollLowDamageUniqueRing9"] = { affix = "", "Enemy hits on you roll low Damage", statOrder = { 2215 }, level = 1, group = "EnemyHitsRollLowDamage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2482008875, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Faster Attacks", statOrder = { 331 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, + ["DisplaySocketedGemGetsFasterAttackUniqueHelmetStrDex4b"] = { affix = "", "Socketed Gems are Supported by Level 12 Faster Attacks", statOrder = { 331 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, + ["DisplaySocketedGemGetsFasterAttackUniqueRing37"] = { affix = "", "Socketed Gems are Supported by Level 13 Faster Attacks", statOrder = { 331 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, + ["DisplaySocketedGemsGetsFasterAttackUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Faster Attacks", statOrder = { 331 }, level = 1, group = "DisplaySocketedGemGetsFasterAttackLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 928701213, }, + ["DisplaySocketedGemGetsMeleePhysicalDamageUniqueHelmetStrDex4"] = { affix = "", "Socketed Gems are Supported by Level 30 Melee Physical Damage", statOrder = { 330 }, level = 1, group = "DisplaySocketedGemGetsMeleePhysicalDamageLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2985291457, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueHelmetStrDex4"] = { affix = "", "20% chance to gain an Endurance Charge when you Block", statOrder = { 1784 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, tradeHash = 417188801, }, + ["ChanceToGainEnduranceChargeOnBlockUniqueDescentShield1"] = { affix = "", "50% chance to gain an Endurance Charge when you Block", statOrder = { 1784 }, level = 1, group = "ChanceToGainEnduranceChargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "endurance_charge" }, tradeHash = 417188801, }, + ["EnemyExtraDamageRollsOnLowLifeUniqueRing9"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Low Life", statOrder = { 2218 }, level = 1, group = "EnemyExtraDamageRollsOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3753748365, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__1"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 5915 }, level = 68, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3629143471, }, + ["EnemyExtraDamageRollsOnFullLifeUnique__2"] = { affix = "", "Damage of Enemies Hitting you is Unlucky while you are on Full Life", statOrder = { 5915 }, level = 1, group = "EnemyExtraDamageRollsOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3629143471, }, + ["EnemyExtraDamageRollsWithLightningDamageUnique__1"] = { affix = "", "Lightning Damage of Enemies Hitting you is Lucky", statOrder = { 5865 }, level = 37, group = "EnemyExtraDamageRollsWithLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4224965099, }, + ["ItemDropsOnDeathUniqueAmulet12"] = { affix = "", "Item drops on death", statOrder = { 2220 }, level = 1, group = "ItemDropsOnDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524282232, }, + ["LightningDamageOnChargeExpiryUniqueAmulet12"] = { affix = "", "Deal 1 to 1000 Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge", statOrder = { 2219 }, level = 1, group = "LightningDamageOnChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2528932950, }, + ["AttackerTakesChaosDamageUniqueBodyStrInt4"] = { affix = "", "Reflects 30 Chaos Damage to Melee Attackers", statOrder = { 1860 }, level = 1, group = "AttackerTakesChaosDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 189451991, }, + ["IncreasedMaximumPowerChargesUniqueWand3"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedMaximumPowerChargesUniqueStaff7"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedMaximumPowerChargesUnique__2"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedMaximumPowerChargesUnique__1"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedMaximumPowerChargesUnique__3"] = { affix = "", "+2 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedMaximumPowerChargesUnique__4"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["UniqueMaximumPowerChargesWand_1"] = { affix = "", "+(-1-1) to Maximum Power Charges", statOrder = { 1493 }, level = 82, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["ReducedMaximumPowerChargesUniqueCorruptedJewel18"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["ReducedMaximumPowerChargesUnique__1"] = { affix = "", "-1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["IncreasedPowerChargeDurationUniqueWand3"] = { affix = "", "15% increased Power Charge Duration", statOrder = { 1802 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, + ["PowerChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Power Charge Duration", statOrder = { 1802 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, + ["IncreasedPowerChargeDurationUnique__1"] = { affix = "", "(80-100)% increased Power Charge Duration", statOrder = { 1802 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, + ["IncreasedSpellDamagePerPowerChargeUniqueWand3"] = { affix = "", "25% increased Spell Damage per Power Charge", statOrder = { 1800 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, + ["IncreasedSpellDamagePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Spell Damage per Power Charge", statOrder = { 1800 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, + ["IncreasedSpellDamagePerPowerChargeUnique__1"] = { affix = "", "(12-16)% increased Spell Damage per Power Charge", statOrder = { 1800 }, level = 1, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 827329571, }, + ["ConsecratedGroundOnBlockUniqueBodyInt8"] = { affix = "", "100% chance to create Consecrated Ground when you Block", statOrder = { 2235 }, level = 1, group = "ConsecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1818006464, }, + ["DesecratedGroundOnBlockUniqueBodyStrInt4"] = { affix = "", "100% chance to create Desecrated Ground when you Block", statOrder = { 2236 }, level = 1, group = "DesecratedGroundOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2969730223, }, + ["DisableChestSlot"] = { affix = "", "Can't use Body Armour", statOrder = { 2244 }, level = 1, group = "DisableChestSlot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4007482102, }, + ["LocalIncreaseSocketedElementalGemUniqueGlovesInt6"] = { affix = "", "+1 to Level of Socketed Elemental Gems", statOrder = { 157 }, level = 1, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, tradeHash = 3571342795, }, + ["LocalIncreaseSocketedElementalGemUnique___1"] = { affix = "", "+2 to Level of Socketed Elemental Gems", statOrder = { 157 }, level = 50, group = "LocalIncreaseSocketedElementalGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "gem" }, tradeHash = 3571342795, }, + ["EnergyShieldGainedFromEnemyDeathUniqueGlovesInt6"] = { affix = "", "Gain (15-20) Energy Shield per Enemy Killed", statOrder = { 2233 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, + ["EnergyShieldGainedFromEnemyDeathUniqueHelmetDexInt3"] = { affix = "", "Gain (10-15) Energy Shield per Enemy Killed", statOrder = { 2233 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, + ["EnergyShieldGainedFromEnemyDeathUnique__1"] = { affix = "", "Gain (15-25) Energy Shield per Enemy Killed", statOrder = { 2233 }, level = 1, group = "EnergyShieldGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2528955616, }, + ["IncreasedClawDamageOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Claw Physical Damage when on Low Life", statOrder = { 2245 }, level = 1, group = "IncreasedClawDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1081444608, }, + ["IncreasedClawDamageOnLowLifeUnique__1__"] = { affix = "", "200% increased Damage with Claws while on Low Life", statOrder = { 5234 }, level = 1, group = "IncreasedClawAllDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1629782265, }, + ["IncreasedAccuracyWhenOnLowLifeUniqueClaw4"] = { affix = "", "100% increased Accuracy Rating when on Low Life", statOrder = { 2246 }, level = 1, group = "IncreasedAccuracyWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 347697569, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueClaw4"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1110 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, + ["IncreasedAttackSpeedWhenOnLowLifeUnique__1"] = { affix = "", "25% increased Attack Speed when on Low Life", statOrder = { 1110 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, + ["IncreasedAttackSpeedWhenOnLowLifeUniqueDescentHelmet1"] = { affix = "", "30% increased Attack Speed when on Low Life", statOrder = { 1110 }, level = 1, group = "IncreasedAttackSpeedWhenOnLowLife", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1921572790, }, + ["ReducedProjectileDamageUniqueAmulet12"] = { affix = "", "40% reduced Projectile Damage", statOrder = { 1659 }, level = 1, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1839076647, }, + ["ReducedProjectileDamageTakenUniqueAmulet12"] = { affix = "", "20% reduced Damage taken from Projectile Hits", statOrder = { 2395 }, level = 1, group = "ProjectileDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1425651005, }, + ["NoItemRarity"] = { affix = "", "You cannot increase the Rarity of Items found", statOrder = { 2211 }, level = 1, group = "NoItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 993866933, }, + ["NoItemQuantity"] = { affix = "", "You cannot increase the Quantity of Items found", statOrder = { 2212 }, level = 1, group = "NoItemQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3778266957, }, + ["CannotDieToElementalReflect"] = { affix = "", "You cannot be killed by reflected Elemental Damage", statOrder = { 2328 }, level = 1, group = "CannotDieToElementalReflect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2776725787, }, + ["MeleeAttacksUsableWithoutManaUniqueOneHandAxe1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2336 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 1852317988, }, + ["MeleeAttacksUsableWithoutManaUnique__1"] = { affix = "", "Insufficient Mana doesn't prevent your Melee Attacks", statOrder = { 2336 }, level = 1, group = "MeleeAttacksUsableWithoutMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 1852317988, }, + ["HybridStrDex"] = { affix = "", "+(16-24) to Strength and Dexterity", statOrder = { 1071 }, level = 20, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, + ["HybridStrInt"] = { affix = "", "+(16-24) to Strength and Intelligence", statOrder = { 1072 }, level = 20, group = "HybridStrInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, + ["HybridDexInt"] = { affix = "", "+(16-24) to Dexterity and Intelligence", statOrder = { 1073 }, level = 20, group = "HybridDexInt", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 2300185227, }, + ["HybridStrDexUnique__1"] = { affix = "", "+(30-50) to Strength and Dexterity", statOrder = { 1071 }, level = 1, group = "HybridStrDex", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueAmulet13"] = { affix = "", "+2 to Melee Strike Range", statOrder = { 2197 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2264295449, }, + ["IncreasedMeleeWeaponAndUnarmedRangeUniqueJewel42"] = { affix = "", "+2 to Melee Strike Range", statOrder = { 2197 }, level = 1, group = "MeleeWeaponAndUnarmedRange", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 2264295449, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe5"] = { affix = "", "+2 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeUniqueDescentStaff1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeUniqueTwoHandAxe7_"] = { affix = "", "+10 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeUnique__1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeUnique___2"] = { affix = "", "+2 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["LocalIncreasedMeleeWeaponRangeEssence1"] = { affix = "", "+2 to Weapon Range", statOrder = { 2391 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 350598685, }, + ["EnduranceChargeDurationUniqueAmulet14"] = { affix = "", "30% reduced Endurance Charge Duration", statOrder = { 1785 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, + ["EnduranceChargeDurationUniqueBodyStrInt4"] = { affix = "", "30% increased Endurance Charge Duration", statOrder = { 1785 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, + ["FrenzyChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 20, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["FrenzyChargeOnKillChanceUniqueBootsDex4"] = { affix = "", "(20-30)% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["FrenzyChargeOnKillChanceUniqueDescentOneHandSword1"] = { affix = "", "33% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["FrenzyChargeOnKillChanceUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["FrenzyChargeOnKillChanceUnique__2"] = { affix = "", "25% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["FrenzyChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["PowerChargeOnKillChanceUniqueAmulet15"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["PowerChargeOnKillChanceUniqueDescentDagger1"] = { affix = "", "15% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["PowerChargeOnKillChanceUniqueUniqueShieldInt3"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["PowerChargeOnKillChanceUnique__1"] = { affix = "", "(25-35)% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["PowerChargeOnKillChanceProphecy_"] = { affix = "", "30% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["EnduranceChargeOnKillChanceProphecy"] = { affix = "", "30% chance to gain an Endurance Charge on Kill", statOrder = { 2283 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1054322244, }, + ["EnduranceChargeOnPowerChargeExpiryUniqueAmulet14"] = { affix = "", "Gain an Endurance Charge when you lose a Power Charge", statOrder = { 2290 }, level = 1, group = "EnduranceChargeOnPowerChargeExpiry", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1791875585, }, + ["ChillAndFreezeBasedOffEnergyShieldBelt5Unique"] = { affix = "", "Chill Effect and Freeze Duration on you are based on 100% of Energy Shield", statOrder = { 2252 }, level = 70, group = "ChillAndFreezeDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1194648995, }, + ["MeleeDamageOnFullLifeUniqueAmulet13"] = { affix = "", "60% increased Melee Damage when on Full Life", statOrder = { 2292 }, level = 1, group = "MeleeDamageOnFullLife", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3579807004, }, + ["ConsecrateOnCritChanceToCreateUniqueRing11"] = { affix = "", "Creates Consecrated Ground on Critical Hit", statOrder = { 2293 }, level = 1, group = "ConsecrateOnCritChanceToCreate", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3195625581, }, + ["ProjectileSpeedPerFrenzyChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Speed per Frenzy Charge", statOrder = { 2294 }, level = 1, group = "ProjectileSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3159161267, }, + ["ProjectileDamagePerPowerChargeUniqueAmulet15"] = { affix = "", "5% increased Projectile Damage per Power Charge", statOrder = { 2295 }, level = 1, group = "ProjectileDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3816512110, }, + ["RightRingSlotNoManaRegenUniqueRing13"] = { affix = "", "Right ring slot: You cannot Regenerate Mana", statOrder = { 2302 }, level = 38, group = "RightRingSlotNoManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 783864527, }, + ["RightRingSlotEnergyShieldRegenUniqueRing13"] = { affix = "", "Right ring slot: Regenerate 6% of maximum Energy Shield per second", statOrder = { 2303 }, level = 38, group = "RightRingSlotEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3676958605, }, + ["LeftRingSlotManaRegenUniqueRing13"] = { affix = "", "Left ring slot: 100% increased Mana Regeneration Rate", statOrder = { 2313 }, level = 1, group = "LeftRingSlotManaRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 195090426, }, + ["LeftRingSlotNoEnergyShieldRegenUniqueRing13"] = { affix = "", "Left ring slot: You cannot Recharge or Regenerate Energy Shield", statOrder = { 2306 }, level = 1, group = "LeftRingSlotNoEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4263540840, }, + ["EnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate 1% of maximum Energy Shield per second", statOrder = { 2300 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, + ["EnergyShieldRegenerationUnique__2"] = { affix = "", "Regenerate 1% of maximum Energy Shield per second", statOrder = { 2300 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, + ["EnergyShieldRegenerationUnique__3"] = { affix = "", "Regenerate 2% of maximum Energy Shield per second", statOrder = { 2300 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3594640492, }, + ["FlatEnergyShieldRegenerationUnique__1"] = { affix = "", "Regenerate (80-100) Energy Shield per second", statOrder = { 2299 }, level = 1, group = "FlatEnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1330109706, }, + ["KilledMonsterItemRarityOnCritUniqueRing11"] = { affix = "", "(40-50)% increased Rarity of Items Dropped by Enemies killed with a Critical Hit", statOrder = { 2296 }, level = 1, group = "KilledMonsterItemRarityOnCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 21824003, }, + ["OnslaughtBuffOnKillUniqueRing12"] = { affix = "", "You gain Onslaught for 4 seconds on Kill", statOrder = { 2297 }, level = 58, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, + ["OnslaughtBuffOnKillUniqueDagger12"] = { affix = "", "You gain Onslaught for 3 seconds on Kill", statOrder = { 2297 }, level = 1, group = "OnslaughtBuffOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1195849808, }, + ["AttackAndCastSpeedPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "4% reduced Attack and Cast Speed per Frenzy Charge", statOrder = { 1704 }, level = 1, group = "AttackAndCastSpeedPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 269590092, }, + ["LifeRegenerationPerFrenzyChargeUniqueBootsDex4"] = { affix = "", "Regenerate 0.8% of maximum Life per second per Frenzy Charge", statOrder = { 2282 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2828673491, }, + ["EnemiesOnLowLifeTakeMoreDamagePerFrenzyChargeUniqueBootsDex4"] = { affix = "", "(20-30)% increased Damage per Frenzy Charge with Hits against Enemies on Low Life", statOrder = { 2455 }, level = 1, group = "EnemiesOnLowLifeTakeMoreDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1696792323, }, + ["AvoidIgniteUniqueOneHandSword4"] = { affix = "", "Cannot be Ignited", statOrder = { 1519 }, level = 1, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 331731406, }, + ["IncreasedMovementVelictyWhileCursedUniqueOneHandSword4"] = { affix = "", "30% increased Movement Speed while Cursed", statOrder = { 2281 }, level = 1, group = "MovementVelocityWhileCursed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3988943320, }, + ["ShieldBlockChanceUniqueAmulet16"] = { affix = "", "+10% Chance to Block Attack Damage while holding a Shield", statOrder = { 1052 }, level = 1, group = "GlobalShieldBlockChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 4061558269, }, + ["ReflectDamageToAttackersOnBlockUniqueAmulet16"] = { affix = "", "Reflects 240 to 300 Physical Damage to Attackers on Block", statOrder = { 2247 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentStaff1"] = { affix = "", "Reflects 8 to 14 Physical Damage to Attackers on Block", statOrder = { 2247 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, + ["ReflectDamageToAttackersOnBlockUniqueDescentShield1"] = { affix = "", "Reflects 4 to 8 Physical Damage to Attackers on Block", statOrder = { 2247 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, + ["ReflectDamageToAttackersOnBlockUniqueShieldDex5"] = { affix = "", "Reflects 1000 to 10000 Physical Damage to Attackers on Block", statOrder = { 2247 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, + ["ReflectDamageToAttackersOnBlockUniqueStaff9"] = { affix = "", "Reflects (22-44) Physical Damage to Attackers on Block", statOrder = { 2247 }, level = 1, group = "ReflectDamageToAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "physical_damage", "damage", "physical" }, tradeHash = 1445684883, }, + ["GainLifeOnBlockUniqueAmulet16"] = { affix = "", "(34-48) Life gained when you Block", statOrder = { 1442 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 762600725, }, + ["GainManaOnBlockUniqueAmulet16"] = { affix = "", "(18-24) Mana gained when you Block", statOrder = { 1443 }, level = 57, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["GainManaOnBlockUnique__1"] = { affix = "", "(30-50) Mana gained when you Block", statOrder = { 1443 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, tradeHash = 2122183138, }, + ["ZombieLifeUniqueSceptre3"] = { affix = "", "Raised Zombies have +5000 to maximum Life", statOrder = { 2250 }, level = 1, group = "ZombieLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 4116579804, }, + ["ZombieDamageUniqueSceptre3"] = { affix = "", "Raised Zombies deal (100-125)% more Physical Damage", statOrder = { 9822 }, level = 1, group = "ZombieDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 568070507, }, + ["ZombieChaosElementalResistsUniqueSceptre3"] = { affix = "", "Raised Zombies have +(25-30)% to all Resistances", statOrder = { 2251 }, level = 1, group = "ZombieChaosElementalResists", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos", "resistance", "minion" }, tradeHash = 3150000576, }, + ["ZombieSizeUniqueSceptre3_"] = { affix = "", "25% increased Raised Zombie Size", statOrder = { 2331 }, level = 1, group = "ZombieSize", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3563667308, }, + ["ZombiesExplodeEnemiesOnHitUniqueSceptre3"] = { affix = "", "Enemies Killed by Zombies' Hits Explode, dealing 50% of their Life as Fire Damage", statOrder = { 2333 }, level = 1, group = "ZombiesExplodeEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, tradeHash = 2857427872, }, + ["NumberOfZombiesSummonedPercentageUniqueSceptre3"] = { affix = "", "50% reduced maximum number of Raised Zombies", statOrder = { 2249 }, level = 1, group = "NumberOfZombiesSummonedPercentage", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 4041805509, }, + ["IncreasedIntelligencePerUniqueUniqueRing14"] = { affix = "", "2% increased Intelligence for each Unique Item Equipped", statOrder = { 2253 }, level = 1, group = "IncreasedIntelligencePerUnique", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4207939995, }, + ["IncreasedChanceForMonstersToDropWisdomScrollsUniqueRing14"] = { affix = "", "3% chance for Slain monsters to drop an additional Scroll of Wisdom", statOrder = { 2255 }, level = 1, group = "IncreasedChanceForMonstersToDropWisdomScrolls", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2920230984, }, + ["ConvertColdToFireUniqueRing15"] = { affix = "", "40% of Cold Damage Converted to Fire Damage", statOrder = { 1637 }, level = 1, group = "ConvertColdToFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold" }, tradeHash = 268659529, }, + ["IgnitedEnemiesTurnToAshUniqueRing15"] = { affix = "", "Ignited Enemies Killed by your Hits are destroyed", statOrder = { 2254 }, level = 1, group = "IgnitedEnemiesTurnToAsh", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3173052379, }, + ["UndyingRageOnCritUniqueTwoHandMace6"] = { affix = "", "You gain Onslaught for 4 seconds on Critical Hit", statOrder = { 2330 }, level = 1, group = "UndyingRageOnCrit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1055188639, }, + ["NoBonusesFromCriticalStrikes"] = { affix = "", "Your Critical Hits do not deal extra Damage", statOrder = { 1336 }, level = 1, group = "NoBonusesFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4058681894, }, + ["FlaskItemRarityUniqueFlask1"] = { affix = "", "(20-30)% increased Rarity of Items found during Effect", statOrder = { 775 }, level = 1, group = "FlaskItemRarity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1740200922, }, + ["FlaskItemQuantityUniqueFlask1"] = { affix = "", "(8-12)% increased Quantity of Items found during Effect", statOrder = { 774 }, level = 1, group = "FlaskItemQuantity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3736953565, }, + ["FlaskLightRadiusUniqueFlask1"] = { affix = "", "25% increased Light Radius during Effect", statOrder = { 777 }, level = 1, group = "FlaskLightRadius", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2745936267, }, + ["FlaskMaximumElementalResistancesUniqueFlask1"] = { affix = "", "+4% to all maximum Elemental Resistances during Effect", statOrder = { 764 }, level = 1, group = "FlaskMaximumElementalResistances", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "elemental", "resistance" }, tradeHash = 4026156644, }, + ["FlaskElementalResistancesUniqueFlask1_"] = { affix = "", "+50% to Elemental Resistances during Effect", statOrder = { 780 }, level = 1, group = "FlaskElementalResistances", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "elemental", "resistance" }, tradeHash = 3110554274, }, + ["SpellDamageModifiersApplyToAttackDamageUniqueHelmetInt7"] = { affix = "", "Increases and Reductions to Spell Damage also apply to Attacks at 150% of their value", statOrder = { 2339 }, level = 1, group = "SpellDamageModifiersApplyToAttackDamage150Percent", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 185598681, }, + ["ConvertFireToChaosUniqueBodyInt4Updated"] = { affix = "", "15% of Fire Damage Converted to Chaos Damage", statOrder = { 1640 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 147385515, }, + ["ConvertFireToChaosUniqueDagger10Updated"] = { affix = "", "30% of Fire Damage Converted to Chaos Damage", statOrder = { 1640 }, level = 1, group = "ConvertFireToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 147385515, }, + ["MovementVelicityPerEvasionUniqueBodyDex6"] = { affix = "", "1% increased Movement Speed per 600 Evasion Rating, up to 75%", statOrder = { 2327 }, level = 1, group = "MovementVelicityPerEvasion", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2591020064, }, + ["PhysicalDamageCanChillUniqueOneHandAxe1"] = { affix = "", "Physical Damage from Hits also Contributes to Chill Magnitude", statOrder = { 2519 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2227042420, }, + ["PhysicalDamageCanChillUniqueDescentOneHandAxe1"] = { affix = "", "Physical Damage from Hits also Contributes to Chill Magnitude", statOrder = { 2519 }, level = 1, group = "PhysicalDamageCanChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2227042420, }, + ["ItemQuantityWhenFrozenUniqueBow9"] = { affix = "", "15% increased Quantity of Items Dropped by Slain Frozen Enemies", statOrder = { 2347 }, level = 1, group = "ItemQuantityWhenFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3304763863, }, + ["ItemRarityWhenShockedUniqueBow9"] = { affix = "", "30% increased Rarity of Items Dropped by Slain Shocked Enemies", statOrder = { 2349 }, level = 1, group = "ItemRarityWhenShocked", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3188291252, }, + ["LocalChaosDamageUniqueOneHandSword3"] = { affix = "", "Adds (49-98) to (101-140) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalChaosDamageUniqueTwoHandSword7"] = { affix = "", "Adds (60-68) to (90-102) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageUnique___1"] = { affix = "", "Adds 1 to 59 Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageUnique__2"] = { affix = "", "Adds (53-67) to (71-89) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageUnique__3"] = { affix = "", "Adds (600-650) to (750-800) Chaos damage", statOrder = { 1223 }, level = 1, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["ChaosDegenerationAuraPlayersUniqueBodyStr3"] = { affix = "", "450 Chaos Damage taken per second", statOrder = { 1617 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, + ["ChaosDegenerationAuraNonPlayersUniqueBodyStr3"] = { affix = "", "250 Chaos Damage taken per second", statOrder = { 1617 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, + ["ChaosDegenerationAuraNonPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1617 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, + ["ChaosDegenerationAuraPlayersUnique__1"] = { affix = "", "50 Chaos Damage taken per second", statOrder = { 1617 }, level = 1, group = "ChaosDegen", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2456773909, }, + ["UniqueWingsOfEntropyCountsAsDualWielding"] = { affix = "", "Counts as Dual Wielding", statOrder = { 2351 }, level = 1, group = "CountsAsDualWielding", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2797075304, }, + ["ChaosDegenerationOnKillUniqueBodyStr3"] = { affix = "", "You take 450 Chaos Damage per second for 3 seconds on Kill", statOrder = { 2346 }, level = 1, group = "ChaosDegenerationOnKill", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2785780853, }, + ["ItemBloodFootstepsUniqueBodyStr3"] = { affix = "", "Gore Footprints", statOrder = { 9909 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, + ["DisplayChaosDegenerationAuraUniqueBodyStr3"] = { affix = "", "Deals 450 Chaos Damage per second to nearby Enemies", statOrder = { 2345 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2280313599, }, + ["DisplayChaosDegenerationAuraUnique__1"] = { affix = "", "Deals 50 Chaos Damage per second to nearby Enemies", statOrder = { 2345 }, level = 1, group = "DisplayChaosDegenerationAura", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 2280313599, }, + ["ItemBloodFootstepsUniqueBootsDex4"] = { affix = "", "Gore Footprints", statOrder = { 9909 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, + ["ItemSilverFootstepsUniqueHelmetStrDex2"] = { affix = "", "Mercury Footprints", statOrder = { 9914 }, level = 1, group = "ItemSilverFootsteps", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3970396418, }, + ["ItemBloodFootstepsUnique__1"] = { affix = "", "Gore Footprints", statOrder = { 9909 }, level = 1, group = "ItemBloodFootprints", weightKey = { }, weightVal = { }, modTags = { "green_herring" }, tradeHash = 4237211014, }, + ["MaximumBlockChanceUniqueAmulet16"] = { affix = "", "+3% to maximum Block chance", statOrder = { 1655 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, + ["MaximumBlockChanceUnique__1"] = { affix = "", "-10% to maximum Block chance", statOrder = { 1655 }, level = 1, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 480796730, }, + ["FasterBurnFromAttacksUniqueOneHandSword4"] = { affix = "", "Ignites you inflict deal Damage 50% faster", statOrder = { 2226 }, level = 1, group = "FasterBurnFromAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, tradeHash = 2443492284, }, + ["CannotLeechMana"] = { affix = "", "Cannot Leech Mana", statOrder = { 2230 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1759630226, }, + ["CannotLeechManaUnique__1_"] = { affix = "", "Cannot Leech Mana", statOrder = { 2230 }, level = 1, group = "CannotLeechMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1759630226, }, + ["CannotLeechOnLowLife"] = { affix = "", "Cannot Leech when on Low Life", statOrder = { 2232 }, level = 1, group = "CannotLeechOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3279535558, }, + ["MeleeDamageIncreaseUniqueHelmetStrDex3"] = { affix = "", "20% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["MeleeDamageUniqueAmulet12"] = { affix = "", "(30-40)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["MeleeDamageImplicitGloves1"] = { affix = "", "(16-20)% increased Melee Damage", statOrder = { 1120 }, level = 78, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["MeleeDamageUnique__1"] = { affix = "", "(20-25)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["MeleeDamageUnique__2"] = { affix = "", "(25-40)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["DamageAuraUniqueHelmetDexInt2"] = { affix = "", "50% increased Damage", statOrder = { 1083 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["IronReflexes"] = { affix = "", "Iron Reflexes", statOrder = { 9871 }, level = 1, group = "IronReflexes", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 326965591, }, + ["DisplayDamageAuraUniqueHelmetDexInt2"] = { affix = "", "You and nearby allies gain 50% increased Damage", statOrder = { 2353 }, level = 1, group = "DisplayDamageAura", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 637766438, }, + ["MainHandAddedFireDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Fire Damage in Main Hand", statOrder = { 1204 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 169657426, }, + ["MainHandAddedFireDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Fire Damage in Main Hand", statOrder = { 1204 }, level = 1, group = "MainHandAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 169657426, }, + ["OffHandAddedChaosDamageUniqueTwoHandAxe6"] = { affix = "", "Adds (75-100) to (165-200) Chaos Damage in Off Hand", statOrder = { 1224 }, level = 1, group = "OffHandAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 3758293500, }, + ["OffHandAddedColdDamageUniqueOneHandAxe2"] = { affix = "", "Adds (255-285) to (300-330) Cold Damage in Off Hand", statOrder = { 1210 }, level = 1, group = "OffHandAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2109066258, }, + ["ChaosDamageCanShockUniqueBow10"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2510 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, + ["ChaosDamageCanShockUnique__1"] = { affix = "", "Chaos Damage from Hits also Contributes to Shock Chance", statOrder = { 2510 }, level = 1, group = "ChaosDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "poison", "elemental", "lightning", "chaos", "ailment" }, tradeHash = 2418601510, }, + ["ConvertLightningDamageToChaosUniqueBow10"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1636 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, + ["ConvertLightningDamageToChaosUniqueBow10Updated"] = { affix = "", "100% of Lightning Damage Converted to Chaos Damage", statOrder = { 1636 }, level = 1, group = "ConvertLightningDamageToChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2109189637, }, + ["MaximumShockOverrideUniqueBow10"] = { affix = "", "+40% to Maximum Effect of Shock", statOrder = { 9639 }, level = 1, group = "MaximumShockOverride", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4007740198, }, + ["AttacksShockAsIfDealingMoreDamageUniqueBow10"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 7156 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, tradeHash = 1386792919, }, + ["AttacksShockAsIfDealingMoreDamageUnique__2"] = { affix = "", "Hits with this Weapon Shock Enemies as though dealing 300% more Damage", statOrder = { 7156 }, level = 1, group = "LocalShockAsThoughDealingMoreDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "attack", "ailment" }, tradeHash = 1386792919, }, + ["EnemiesExplodeOnDeathUniqueTwoHandMace7"] = { affix = "", "Enemies Killed with Attack or Spell Hits Explode, dealing 10% of their Life as Fire Damage", statOrder = { 2357 }, level = 1, group = "EnemiesExplodeOnDeath", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3457687358, }, + ["DisplaySocketedGemGetsReducedManaCostUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrder = { 347 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1866911844, }, + ["DisplaySocketedGemsGetFasterCastUniqueDagger5"] = { affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 352 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2169938251, }, + ["SupportedByFasterCastUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Faster Casting", statOrder = { 352 }, level = 1, group = "DisplaySocketedGemsGetFasterCast", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2169938251, }, + ["FlaskRemovePercentageOfEnergyShieldUniqueFlask2"] = { affix = "", "Removes 80% of your maximum Energy Shield on use", statOrder = { 630 }, level = 1, group = "FlaskRemovePercentageOfEnergyShield", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 2917449574, }, + ["FlaskTakeChaosDamagePercentageOfLifeUniqueFlask2"] = { affix = "", "You take 50% of your maximum Life as Chaos Damage on use", statOrder = { 631 }, level = 1, group = "FlaskTakeChaosDamagePercentageOfLife", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, tradeHash = 2301696196, }, + ["FlaskGainFrenzyChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Frenzy Charge on use", statOrder = { 643 }, level = 1, group = "FlaskGainFrenzyCharge", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "frenzy_charge" }, tradeHash = 3230795453, }, + ["FlaskGainPowerChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Power Charge on use", statOrder = { 644 }, level = 1, group = "FlaskGainPowerCharge", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "power_charge" }, tradeHash = 2697049014, }, + ["FlaskGainEnduranceChargeUniqueFlask2"] = { affix = "", "Gain (1-3) Endurance Charge on use", statOrder = { 642 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "endurance_charge", "flask" }, tradeHash = 3986030307, }, + ["FlaskGainEnduranceChargeUnique__1_"] = { affix = "", "Gain 1 Endurance Charge on use", statOrder = { 642 }, level = 1, group = "FlaskGainEnduranceCharge", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "endurance_charge", "flask" }, tradeHash = 3986030307, }, + ["CanOnlyDealDamageWithThisWeapon"] = { affix = "", "You can only deal Damage with this Weapon or Ignite", statOrder = { 2364 }, level = 1, group = "CanOnlyDealDamageWithThisWeapon", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3128318472, }, + ["LocalFlaskChargesUsedUniqueFlask2"] = { affix = "", "(250-300)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3139816101, }, + ["LocalFlaskChargesUsedUniqueFlask9"] = { affix = "", "(70-100)% increased Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3139816101, }, + ["LocalFlaskChargesUsedUnique__2"] = { affix = "", "(10-20)% reduced Charges per use", statOrder = { 1002 }, level = 1, group = "LocalFlaskChargesUsed", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3139816101, }, + ["LeftRingSlotElementalReflectDamageTakenUniqueRing10"] = { affix = "", "Left ring slot: You and your Minions take 80% reduced Reflected Elemental Damage", statOrder = { 2362 }, level = 57, group = "LeftRingSlotElementalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 2422197812, }, + ["RightRingSlotPhysicalReflectDamageTakenUniqueRing10"] = { affix = "", "Right ring slot: You and your Minions take 80% reduced Reflected Physical Damage", statOrder = { 2363 }, level = 1, group = "RightRingSlotPhysicalReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1357244124, }, + ["IncreasedEnemyFireResistanceUniqueHelmetInt5"] = { affix = "", "Damage Penetrates 25% Fire Resistance", statOrder = { 2602 }, level = 1, group = "EnemyFireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["UsingFlasksDispelsBurningUniqueHelmetInt5"] = { affix = "", "Removes Burning when you use a Flask", statOrder = { 2401 }, level = 1, group = "UsingFlasksDispelsBurning", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, tradeHash = 1305605911, }, + ["DamageRemovedFromManaBeforeLifeTestMod"] = { affix = "", "30% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, ["ChanceToShockUniqueBow10"] = { affix = "", "10% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, ["ChanceToShockUniqueOneHandSword7"] = { affix = "", "(15-20)% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, ["ChanceToShockUniqueDescentTwoHandSword1"] = { affix = "", "9% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, @@ -2675,1580 +2712,1654 @@ return { ["ChanceToShockUnique__2_"] = { affix = "", "50% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, ["ChanceToShockUnique__3"] = { affix = "", "(5-10)% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, ["ChanceToShockUnique__4_"] = { affix = "", "(10-15)% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, - ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrder = { 2523 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1842038569, }, - ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrder = { 2524 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1550221644, }, - ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrder = { 2525 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, - ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrder = { 2525 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, - ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrder = { 2527 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 170497091, }, - ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrder = { 2528 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, - ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrder = { 2528 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, - ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrder = { 2528 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, - ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrder = { 2529 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, - ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrder = { 2529 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, - ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrder = { 2529 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, - ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrder = { 2418 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2449668043, }, - ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "Gain (15-20) Life per Enemy Hit with Spells", statOrder = { 1443 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, - ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "Gain 3 Life per Enemy Hit with Spells", statOrder = { 1443 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, - ["LifeGainedOnSpellHitUnique__1"] = { affix = "", "Gain 4 Life per Enemy Hit with Spells", statOrder = { 1443 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, - ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life per Enemy Hit with Spells", statOrder = { 1443 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, - ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrder = { 2406 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 250876318, }, - ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrder = { 2404 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2112615899, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2409 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 172852114, }, - ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2409 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 172852114, }, - ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrder = { 2413 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2076080860, }, - ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrder = { 2428 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2626398389, }, - ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrder = { 2510 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 3002650433, }, - ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your maximum Energy Shield when you Block", statOrder = { 2420 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 4059516437, }, - ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain (40-60)% of Physical Damage as extra Chaos Damage", statOrder = { 1625 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 459352300, }, - ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as extra Chaos Damage", statOrder = { 1625 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 459352300, }, - ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain (6-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1631 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 2105236138, }, - ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain (6-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1630 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, tradeHash = 1036710490, }, - ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain (6-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1628 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 502598927, }, - ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "50% of Physical damage from Hits taken as Lightning damage", statOrder = { 2146 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, tradeHash = 425242359, }, - ["MainHandChanceToIgniteUniqueOneHandAxe2"] = { affix = "", "25% chance to Ignite when in Main Hand", statOrder = { 2447 }, level = 1, group = "MainHandChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 2919089822, }, - ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrder = { 2448 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 4199402748, }, - ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrder = { 1615 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 118398748, }, - ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrder = { 1615 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 118398748, }, - ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2452 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1620219216, }, - ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2452 }, level = 1, group = "MovementSpeedOnTrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3102860761, }, - ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 15 Trap", statOrder = { 325 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, - ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrder = { 325 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, - ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrder = { 325 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, - ["TrapDurationUniqueBelt6"] = { affix = "", "(50-75)% reduced Trap Duration", statOrder = { 1610 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2001530951, }, - ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrder = { 1610 }, level = 1, group = "TrapDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2001530951, }, - ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrder = { 2509 }, level = 1, group = "RegenerateLifeOnCast", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1955882986, }, - ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrder = { 2500 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 963290143, }, - ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrder = { 3069 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2996445420, }, - ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrder = { 1910 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3743301799, }, - ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-(200-100) Fire Damage taken from Hits", statOrder = { 1905 }, level = 1, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 614758785, }, - ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrder = { 2516 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3598983877, }, - ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrder = { 2515 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1777334641, }, - ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrder = { 2518 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 496011033, }, - ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5431 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, - ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5431 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, - ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrder = { 5431 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, - ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 141 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, - ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 141 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, - ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 141 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, - ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 141 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, - ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrder = { 1856 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, - ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrder = { 1856 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, - ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 2940 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos", "resistance" }, tradeHash = 392168009, }, - ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "You have no Elemental Resistances", statOrder = { 2514 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1776968075, }, - ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1276 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, - ["IncreasedAccuracyPercentImplicitQuiver7New"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1276 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, - ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, - ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrder = { 394 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 2788729902, }, - ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+5 to Level of Socketed Vaal Gems", statOrder = { 145 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, tradeHash = 1170386874, }, - ["LocalIncreaseSocketedNonVaalGemLevelUnique__1"] = { affix = "", "-5 to Level of Socketed Non-Vaal Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedNonVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2574694107, }, - ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrder = { 145 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, tradeHash = 1170386874, }, - ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Leech from Critical Hits is instant", statOrder = { 2233 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3389184522, }, - ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrder = { 1377 }, level = 94, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, - ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits to Targets they Pierce", statOrder = { 4299 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3647471922, }, - ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits to Targets they Pierce", statOrder = { 4298 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1019891080, }, - ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 20 seconds on using a Vaal Skill", statOrder = { 2587 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, tradeHash = 2654043939, }, - ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 146 }, level = 94, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, - ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, - ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, - ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrder = { 1488 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, - ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +2 times", statOrder = { 1488 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, - ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrder = { 1488 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, - ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes Transfer to all Enemies in a range of 30 when Hexed Enemy dies", statOrder = { 2601 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 986616727, }, - ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrder = { 1137 }, level = 1, group = "AdditionalMeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 17354819, }, - ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrder = { 1135 }, level = 1, group = "AdditionalMeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1138694108, }, - ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrder = { 1133 }, level = 1, group = "AdditionalMeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 298331790, }, - ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrder = { 2390 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2803352419, }, - ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrder = { 2389 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3733737728, }, - ["ProjectileIgniteChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Ignite", statOrder = { 2388 }, level = 1, group = "ProjectileIgniteChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 4260460340, }, - ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrder = { 349 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 891277550, }, - ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrder = { 349 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 891277550, }, - ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrder = { 350 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2178803872, }, - ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental damage from Hits taken as Chaos damage", statOrder = { 2151 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, tradeHash = 1175213674, }, - ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrder = { 2421 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3836017971, }, - ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrder = { 2595 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3277537093, }, - ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrder = { 859 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrder = { 2597 }, level = 1, group = "IncreaseDamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1625103793, }, - ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrder = { 2598 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3693130674, }, - ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "20 Life gained on Kill per Frenzy Charge", statOrder = { 2599 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1269609669, }, - ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrder = { 1353 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4212255859, }, - ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrder = { 9602 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1683578560, }, + ["FishingLineStrengthUnique__1"] = { affix = "", "100% increased Fishing Line Strength", statOrder = { 2487 }, level = 1, group = "FishingLineStrength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1842038569, }, + ["FishingPoolConsumptionUnique__1__"] = { affix = "", "50% increased Fishing Pool Consumption", statOrder = { 2488 }, level = 1, group = "FishingPoolConsumption", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1550221644, }, + ["FishingLureTypeUniqueFishingRod1"] = { affix = "", "Siren Worm Bait", statOrder = { 2489 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, + ["FishingLureTypeUnique__1__"] = { affix = "", "Thaumaturgical Lure", statOrder = { 2489 }, level = 1, group = "FishingLureType", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3360430812, }, + ["FishingCastDistanceUnique__1__"] = { affix = "", "20% increased Fishing Range", statOrder = { 2491 }, level = 1, group = "FishingCastDistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 170497091, }, + ["FishingQuantityUniqueFishingRod1"] = { affix = "", "(40-50)% reduced Quantity of Fish Caught", statOrder = { 2492 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, + ["FishingQuantityUnique__2"] = { affix = "", "20% increased Quantity of Fish Caught", statOrder = { 2492 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, + ["FishingQuantityUnique__1"] = { affix = "", "(10-20)% increased Quantity of Fish Caught", statOrder = { 2492 }, level = 1, group = "FishingQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3802667447, }, + ["FishingRarityUniqueFishingRod1"] = { affix = "", "(50-60)% increased Rarity of Fish Caught", statOrder = { 2493 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, + ["FishingRarityUnique__1"] = { affix = "", "40% increased Rarity of Fish Caught", statOrder = { 2493 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, + ["FishingRarityUnique__2_"] = { affix = "", "(20-30)% increased Rarity of Fish Caught", statOrder = { 2493 }, level = 1, group = "FishingRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3310914132, }, + ["IncreasedSpellDamagePerBlockChanceUniqueClaw7"] = { affix = "", "8% increased Spell Damage per 5% Chance to Block Attack Damage", statOrder = { 2384 }, level = 1, group = "SpellDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2449668043, }, + ["LifeGainedOnSpellHitUniqueClaw7"] = { affix = "", "Gain (15-20) Life per Enemy Hit with Spells", statOrder = { 1426 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, + ["LifeGainedOnSpellHitUniqueDescentClaw1"] = { affix = "", "Gain 3 Life per Enemy Hit with Spells", statOrder = { 1426 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, + ["LifeGainedOnSpellHitUnique__1"] = { affix = "", "Gain 4 Life per Enemy Hit with Spells", statOrder = { 1426 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, + ["LoseLifeOnSpellHitUnique__1"] = { affix = "", "Lose (10-15) Life per Enemy Hit with Spells", statOrder = { 1426 }, level = 1, group = "LifeGainedOnSpellHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "caster" }, tradeHash = 2018035324, }, + ["AttackSpeedPerGreenSocketUniqueOneHandSword5"] = { affix = "", "12% increased Global Attack Speed per Green Socket", statOrder = { 2372 }, level = 1, group = "AttackSpeedPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 250876318, }, + ["PhysicalDamgePerRedSocketUniqueOneHandSword5"] = { affix = "", "25% increased Global Physical Damage with Weapons per Red Socket", statOrder = { 2370 }, level = 1, group = "PhysicalDamgePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2112615899, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUniqueOneHandSword5"] = { affix = "", "0.4% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2375 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 172852114, }, + ["ManaLeechPermyriadFromPhysicalDamagePerBlueSocketUnique"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Mana per Blue Socket", statOrder = { 2375 }, level = 1, group = "ManaLeechPermyriadFromPhysicalDamagePerBlueSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 172852114, }, + ["MeleeRangePerWhiteSocketUniqueOneHandSword5"] = { affix = "", "+2 to Melee Strike Range per White Socket", statOrder = { 2379 }, level = 1, group = "MeleeRangePerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2076080860, }, + ["MeleeDamageTakenUniqueAmulet12"] = { affix = "", "60% increased Damage taken from Melee Attacks", statOrder = { 2394 }, level = 1, group = "MeleeDamageTaken", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2626398389, }, + ["ArmourAsLifeRegnerationOnBlockUniqueShieldStrInt6"] = { affix = "", "Regenerate 2% of your Armour as Life over 1 second when you Block", statOrder = { 2474 }, level = 1, group = "ArmourAsLifeRegnerationOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 3002650433, }, + ["LoseEnergyShieldOnBlockUniqueShieldStrInt6"] = { affix = "", "Lose 10% of your maximum Energy Shield when you Block", statOrder = { 2386 }, level = 1, group = "LoseEnergyShieldOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 4059516437, }, + ["ChaosDamageAsPortionOfDamageUniqueRing16"] = { affix = "", "Gain (40-60)% of Physical Damage as extra Chaos Damage", statOrder = { 1604 }, level = 87, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 459352300, }, + ["ChaosDamageAsPortionOfDamageUnique__1"] = { affix = "", "Gain (30-40)% of Physical Damage as extra Chaos Damage", statOrder = { 1604 }, level = 1, group = "ChaosDamageAsPortionOfDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 459352300, }, + ["ChaosDamageAsPortionOfFireDamageUnique__1"] = { affix = "", "Gain (6-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1610 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 2105236138, }, + ["ChaosDamageAsPortionOfColdDamageUnique__1"] = { affix = "", "Gain (6-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1609 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, tradeHash = 1036710490, }, + ["ChaosDamageAsPortionOfLightningDamageUnique__1"] = { affix = "", "Gain (6-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1607 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 502598927, }, + ["PhysicalDamageTakenAsLightningPercentUniqueBodyStrDex2"] = { affix = "", "50% of Physical damage from Hits taken as Lightning damage", statOrder = { 2115 }, level = 1, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, tradeHash = 425242359, }, + ["OffHandChillDurationUniqueOneHandAxe2"] = { affix = "", "100% increased Chill Duration on Enemies when in Off Hand", statOrder = { 2413 }, level = 1, group = "OffHandChillDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 4199402748, }, + ["TrapThrowSpeedUniqueBootsDex6"] = { affix = "", "(14-18)% increased Trap Throwing Speed", statOrder = { 1594 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 118398748, }, + ["TrapThrowSpeedUnique__1_"] = { affix = "", "(20-30)% reduced Trap Throwing Speed", statOrder = { 1594 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 118398748, }, + ["MovementSpeedOnTrapThrowUniqueBootsDex6"] = { affix = "", "30% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2417 }, level = 1, group = "MovementSpeedOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1620219216, }, + ["MovementSpeedOnTrapThrowUnique__1"] = { affix = "", "15% increased Movement Speed for 9 seconds on Throwing a Trap", statOrder = { 2417 }, level = 1, group = "MovementSpeedOnTrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3102860761, }, + ["DisplaySupportedByTrapUniqueBootsDex6"] = { affix = "", "Socketed Gems are Supported by Level 15 Trap", statOrder = { 317 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, + ["DisplaySupportedByTrapUniqueStaff4"] = { affix = "", "Socketed Gems are Supported by Level 8 Trap", statOrder = { 317 }, level = 1, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, + ["DisplaySupportedByTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap", statOrder = { 317 }, level = 40, group = "DisplaySupportedByTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1122134690, }, + ["TrapDurationUniqueBelt6"] = { affix = "", "(50-75)% reduced Trap Duration", statOrder = { 1589 }, level = 47, group = "TrapDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2001530951, }, + ["TrapDurationUnique__1"] = { affix = "", "10% reduced Trap Duration", statOrder = { 1589 }, level = 1, group = "TrapDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2001530951, }, + ["TrapDamageUniqueBelt6"] = { affix = "", "(30-40)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageUniqueShieldDexInt1"] = { affix = "", "(18-28)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["TrapDamageUnique___1"] = { affix = "", "(15-25)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["RegenerateLifeOnCastUniqueWand4"] = { affix = "", "Regenerate (6-8) Life over 1 second when you Cast a Spell", statOrder = { 2473 }, level = 1, group = "RegenerateLifeOnCast", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1955882986, }, + ["PhasingUniqueBootsStrDex4"] = { affix = "", "Phasing", statOrder = { 2464 }, level = 1, group = "Phasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 963290143, }, + ["CullingCriticalStrikes"] = { affix = "", "Critical Strikes have Culling Strike", statOrder = { 3017 }, level = 1, group = "CullingCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2996445420, }, + ["IncreasedFireDamageTakenUniqueTwoHandSword6"] = { affix = "", "10% increased Fire Damage taken", statOrder = { 1889 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3743301799, }, + ["ReducedFireDamageTakenUnique__1"] = { affix = "", "-(200-100) Fire Damage taken from Hits", statOrder = { 1884 }, level = 1, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 614758785, }, + ["FrenzyChargeOnIgniteUniqueTwoHandSword6"] = { affix = "", "Gain a Frenzy Charge if an Attack Ignites an Enemy", statOrder = { 2480 }, level = 1, group = "FrenzyChargeOnIgnite", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3598983877, }, + ["CullingAgainstBurningEnemiesUniqueTwoHandSword6"] = { affix = "", "Culling Strike against Burning Enemies", statOrder = { 2479 }, level = 1, group = "CullingAgainstBurningEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1777334641, }, + ["ChaosDamageTakenUniqueBodyStr4"] = { affix = "", "-(40-30) Chaos Damage taken", statOrder = { 2482 }, level = 1, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 496011033, }, + ["IncreasedCurseDurationUniqueShieldDex4"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5478 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, + ["IncreasedCurseDurationUniqueShieldStrDex2"] = { affix = "", "Curse Skills have 100% increased Skill Effect Duration", statOrder = { 5478 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, + ["IncreasedCurseDurationUniqueHelmetInt9"] = { affix = "", "Curse Skills have (30-50)% increased Skill Effect Duration", statOrder = { 5478 }, level = 1, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1435748744, }, + ["IncreaseSocketedCurseGemLevelUniqueShieldDex4"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 133 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, + ["IncreaseSocketedCurseGemLevelUniqueHelmetInt9"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 133 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, + ["IncreaseSocketedCurseGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 133 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, + ["IncreaseSocketedCurseGemLevelUnique__2"] = { affix = "", "+3 to Level of Socketed Curse Gems", statOrder = { 133 }, level = 1, group = "IncreaseSocketedCurseGemLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 3691695237, }, + ["IncreasedSelfCurseDurationUniqueShieldStrDex2"] = { affix = "", "100% increased Duration of Curses on you", statOrder = { 1833 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, + ["ReducedSelfCurseDurationUniqueShieldDex3"] = { affix = "", "50% reduced Duration of Curses on you", statOrder = { 1833 }, level = 1, group = "SelfCurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2920970371, }, + ["ChaosResistanceWhileUsingFlaskUniqueBootsStrDex3"] = { affix = "", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 2891 }, level = 1, group = "ChaosResistanceWhileUsingFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos", "resistance" }, tradeHash = 392168009, }, + ["SetElementalResistancesUniqueHelmetStrInt4"] = { affix = "", "You have no Elemental Resistances", statOrder = { 2478 }, level = 1, group = "SetElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1776968075, }, + ["IncreasedAccuracyPercentImplicitQuiver7"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1264 }, level = 5, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, + ["IncreasedAccuracyPercentImplicitQuiver7New"] = { affix = "", "(20-30)% increased Accuracy Rating", statOrder = { 1264 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, + ["IncreasedAccuracyPercentUnique__1"] = { affix = "", "(30-40)% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 624954515, }, + ["DisplaySocketedSkillsChainUniqueOneHandMace3"] = { affix = "", "Socketed Gems Chain 1 additional times", statOrder = { 385 }, level = 1, group = "DisplaySocketedSkillsChain", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 2788729902, }, + ["LocalIncreaseSocketedVaalGemLevelUniqueGlovesStrDex4"] = { affix = "", "+5 to Level of Socketed Vaal Gems", statOrder = { 137 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, tradeHash = 1170386874, }, + ["LocalIncreaseSocketedNonVaalGemLevelUnique__1"] = { affix = "", "-5 to Level of Socketed Non-Vaal Gems", statOrder = { 140 }, level = 1, group = "LocalIncreaseSocketedNonVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2574694107, }, + ["LocalIncreaseSocketedVaalGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Vaal Gems", statOrder = { 137 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { }, weightVal = { }, modTags = { "vaal", "gem" }, tradeHash = 1170386874, }, + ["CriticalStrikesLeechInstantlyUniqueGlovesStr3"] = { affix = "", "Leech from Critical Hits is instant", statOrder = { 2202 }, level = 94, group = "CriticalStrikesLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3389184522, }, + ["LocalArmourAndEvasionAndEnergyShieldUniqueBodyStrDexInt1i"] = { affix = "", "(270-340)% increased Armour, Evasion and Energy Shield", statOrder = { 1361 }, level = 94, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { }, weightVal = { }, modTags = { "armour", "energy_shield", "evasion", "defences" }, tradeHash = 3523867985, }, + ["ArrowPierceAppliesToProjectileDamageUniqueQuiver3"] = { affix = "", "Arrows deal 50% increased Damage with Hits to Targets they Pierce", statOrder = { 4284 }, level = 45, group = "ArrowPierceAppliesToProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3647471922, }, + ["ArrowDamageAgainstPiercedTargetsUnique__1"] = { affix = "", "Arrows deal 50% increased Damage with Hits to Targets they Pierce", statOrder = { 4283 }, level = 45, group = "ArrowDamageAgainstPiercedTargets", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1019891080, }, + ["OnslaughtOnVaalSkillUseUniqueGlovesStrDex4"] = { affix = "", "You gain Onslaught for 20 seconds on using a Vaal Skill", statOrder = { 2549 }, level = 1, group = "OnslaughtOnVaalSkillUse", weightKey = { }, weightVal = { }, modTags = { "vaal" }, tradeHash = 2654043939, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueTwoHandAxe7"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 138 }, level = 94, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, + ["LocalIncreaseSocketedSupportGemLevelUniqueStaff12"] = { affix = "", "+1 to Level of Socketed Support Gems", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, + ["LocalIncreaseSocketedSupportGemLevelUnique__1"] = { affix = "", "+2 to Level of Socketed Support Gems", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4154259475, }, + ["AdditionalChainUniqueOneHandMace3"] = { affix = "", "Skills Chain +1 times", statOrder = { 1471 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, + ["AdditionalChainUnique__1"] = { affix = "", "Skills Chain +2 times", statOrder = { 1471 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, + ["AdditionalChainUnique__2"] = { affix = "", "Skills Chain +1 times", statOrder = { 1471 }, level = 1, group = "AdditionalChain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1787073323, }, + ["CurseTransferOnKillUniqueQuiver5"] = { affix = "", "Hexes Transfer to all Enemies in a range of 30 when Hexed Enemy dies", statOrder = { 2561 }, level = 5, group = "CurseTransferOnKill", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 986616727, }, + ["AdditionalMeleeDamageToBurningEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Ignited Enemies", statOrder = { 1125 }, level = 1, group = "AdditionalMeleeDamageToBurningEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 17354819, }, + ["AdditionalMeleeDamageToShockedEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Shocked Enemies", statOrder = { 1123 }, level = 1, group = "AdditionalMeleeDamageToShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1138694108, }, + ["AdditionalMeleeDamageToFrozenEnemiesUniqueDagger6"] = { affix = "", "100% increased Melee Damage against Frozen Enemies", statOrder = { 1121 }, level = 1, group = "AdditionalMeleeDamageToFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 298331790, }, + ["ProjectileShockChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Shock", statOrder = { 2356 }, level = 1, group = "ProjectileShockChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2803352419, }, + ["ProjectileFreezeChanceUniqueDagger6"] = { affix = "", "Projectiles have (15-20)% chance to Freeze", statOrder = { 2355 }, level = 1, group = "ProjectileFreezeChance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3733737728, }, + ["SupportedByLifeLeechUniqueBodyStrInt5"] = { affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrder = { 341 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 891277550, }, + ["SupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Gems are supported by Level 10 Life Leech", statOrder = { 341 }, level = 1, group = "SupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 891277550, }, + ["SupportedByChanceToBleedUnique__1"] = { affix = "", "Socketed Gems are supported by Level 1 Chance to Bleed", statOrder = { 342 }, level = 1, group = "SupportedByChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2178803872, }, + ["ElementalDamageTakenAsChaosUniqueBodyStrInt5"] = { affix = "", "25% of Elemental damage from Hits taken as Chaos damage", statOrder = { 2120 }, level = 1, group = "ElementalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental", "chaos" }, tradeHash = 1175213674, }, + ["ArcaneVisionUniqueBodyStrInt5"] = { affix = "", "Light Radius is based on Energy Shield instead of Life", statOrder = { 2387 }, level = 1, group = "ArcaneVision", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3836017971, }, + ["PhysicalDamageFromBeastsUniqueBodyDex6"] = { affix = "", "-(50-40) Physical Damage taken from Hits by Animals", statOrder = { 2555 }, level = 1, group = "PhysicalDamageFromBeasts", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3277537093, }, + ["WeaponLightningDamageUniqueOneHandMace3"] = { affix = "", "(80-100)% increased Lightning Damage", statOrder = { 854 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["DamageTakenPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "1% increased Damage taken per Frenzy Charge", statOrder = { 2557 }, level = 1, group = "IncreaseDamageTakenPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1625103793, }, + ["IncreaseLightningDamagePerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "(15-20)% increased Lightning Damage per Frenzy Charge", statOrder = { 2558 }, level = 1, group = "IncreaseLightningDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3693130674, }, + ["LifeGainedOnEnemyDeathPerFrenzyChargeUniqueOneHandSword6"] = { affix = "", "20 Life gained on Kill per Frenzy Charge", statOrder = { 2559 }, level = 1, group = "LifeGainedOnEnemyDeathPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1269609669, }, + ["CannotBeKnockedBack"] = { affix = "", "Cannot be Knocked Back", statOrder = { 1341 }, level = 1, group = "CannotBeKnockedBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4212255859, }, + ["UnwaveringStance"] = { affix = "", "Unwavering Stance", statOrder = { 9883 }, level = 1, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1683578560, }, ["ReducedEnergyShieldRegenerationRateUniqueQuiver7"] = { affix = "", "40% reduced Energy Shield Recharge Rate", statOrder = { 962 }, level = 81, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of maximum Life on use", statOrder = { 637 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 2629106530, }, - ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrder = { 638 }, level = 1, group = "LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealing", weightKey = { }, weightVal = { }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, tradeHash = 3232201443, }, - ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrder = { 2603 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, modTags = { "power_charge", "attack" }, tradeHash = 2179619644, }, - ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrder = { 455 }, level = 1, group = "BearTrapSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3541114083, }, - ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrder = { 2604 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1936544447, }, - ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Hit Chance per 8 Strength", statOrder = { 2605 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3068290007, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Attack Speed while Ignited", statOrder = { 2606 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2047819517, }, - ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrder = { 2606 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2047819517, }, - ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Cast Speed while Ignited", statOrder = { 2607 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3660039923, }, - ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrder = { 2607 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3660039923, }, - ["IncreasedChanceToIgniteUniqueRing24"] = { affix = "", "(5-10)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["IncreasedChanceToIgniteUniqueRing31"] = { affix = "", "10% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2613 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1618339429, }, - ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2613 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1618339429, }, - ["IncreasedChanceToIgniteUnique__1"] = { affix = "", "2% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgnite", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, - ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Hit", statOrder = { 7058 }, level = 1, group = "LocalCausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 374737750, }, - ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Hits Poison the Enemy", statOrder = { 2453 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 2635385320, }, - ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Effect", statOrder = { 768 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, tradeHash = 2519106214, }, - ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Effect", statOrder = { 768 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, tradeHash = 2519106214, }, - ["SpellBlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(4-6)% Chance to Block Spell Damage during Effect", statOrder = { 784 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, tradeHash = 215754572, }, - ["SpellBlockIncreasedDuringFlaskEffectUnique__1_"] = { affix = "", "+(20-30)% Chance to Block Spell Damage during Effect", statOrder = { 784 }, level = 85, group = "SpellBlockDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "block", "flask" }, tradeHash = 215754572, }, - ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrder = { 2611 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 93696421, }, - ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage with Hits against Ignited Enemies", statOrder = { 6536 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3585754616, }, - ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrder = { 2633 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2825197711, }, - ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "100% Chance to Cause Monster to Flee on Block", statOrder = { 2624 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3212461220, }, - ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrder = { 860 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedChaosDamageImplicitUnique__1"] = { affix = "", "30% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "Leech Life 100% faster", statOrder = { 1840 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, - ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "Leech 30% faster", statOrder = { 1838 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, tradeHash = 2460686383, }, - ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "Leech Life 50% faster", statOrder = { 1840 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, - ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "Leech Life (10-20)% slower", statOrder = { 1840 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, - ["IncreasedLifeLeechRateUnique__2"] = { affix = "", "Leech Life (500-1000)% faster", statOrder = { 1840 }, level = 52, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, - ["IncreasedManaLeechRateUnique__1"] = { affix = "", "Leech Mana (500-1000)% faster", statOrder = { 1842 }, level = 52, group = "IncreasedManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3554867738, }, - ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrder = { 1252 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, - ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrder = { 1252 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, - ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrder = { 1252 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, - ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of maximum Life on Rampage", statOrder = { 2618 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2737492258, }, - ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrder = { 2619 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 627889781, }, - ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrder = { 2620 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3100457893, }, - ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrder = { 6139 }, level = 1, group = "AdditionalVaalSoulOnRampage", weightKey = { }, weightVal = { }, modTags = { "vaal" }, tradeHash = 3271016161, }, - ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrder = { 2631 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3321583955, }, - ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrder = { 2632 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 376956212, }, - ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on Hit", statOrder = { 2622 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2221570601, }, - ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrder = { 2625 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1384864963, }, - ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Hit Chance per Level", statOrder = { 2626 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3081076859, }, - ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrder = { 2627 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 63607615, }, - ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrder = { 2628 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 797084288, }, - ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Hit", statOrder = { 2629 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 1546046884, }, - ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrder = { 2634 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 515996808, }, - ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrder = { 9555 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, - ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrder = { 9555 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, - ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrder = { 9555 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, - ["SimulatedRampageUnique__1"] = { affix = "", "Melee Hits count as Rampage Kills", "Rampage", statOrder = { 9554, 9554.1 }, level = 1, group = "SimulatedRampageMeleeHits", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2889807051, }, - ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrder = { 9555 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, - ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrder = { 9555 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, - ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrder = { 2638 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1436284579, }, - ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrder = { 2638 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1436284579, }, - ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Mana on Kill per Level", statOrder = { 2636 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1064067689, }, - ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Energy Shield on Kill per Level", statOrder = { 2637 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 294153754, }, - ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Skill Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 524797741, }, - ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrder = { 2639 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2094646950, }, - ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrder = { 2640 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4084331136, }, - ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "Gain 1 Life on Kill per Level", statOrder = { 2635 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4228691877, }, - ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrder = { 438 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, tradeHash = 1592277680, }, - ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrder = { 440 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, tradeHash = 4051493629, }, - ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrder = { 9316 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 2716882575, }, - ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrder = { 1425 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, tradeHash = 3051845758, }, - ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrder = { 1432 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, tradeHash = 289814996, }, - ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrder = { 1429 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, tradeHash = 1064331314, }, - ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2645 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2645 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrder = { 2643 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["AllSocketsAreWhiteUniqueRing25"] = { affix = "", "All Sockets are White", statOrder = { 63 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 211836731, }, - ["AllSocketsAreWhiteUniqueShieldStrDex7_"] = { affix = "", "All Sockets are White", statOrder = { 63 }, level = 1, group = "AllSocketsAreWhite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 211836731, }, - ["TemporalChainsOnProjectileBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit", statOrder = { 2648 }, level = 1, group = "TemporalChainsOnProjectileBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, tradeHash = 541329769, }, - ["ElementalWeaknessOnSpellBlockUniqueShieldInt4"] = { affix = "", "Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit", statOrder = { 2649 }, level = 1, group = "ElementalWeaknessOnSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, tradeHash = 2048643052, }, - ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrder = { 391 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 85122299, }, - ["VulnerabilityOnBlockUniqueStaff9"] = { affix = "", "Curse Enemies with Vulnerability on Block", statOrder = { 2646 }, level = 1, group = "VulnerabilityOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, tradeHash = 3477714116, }, - ["VulnerabilityOnBlockUniqueShieldStrDex3"] = { affix = "", "Curse Enemies with Vulnerability on Block", statOrder = { 2646 }, level = 1, group = "VulnerabilityOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "caster", "curse" }, tradeHash = 3477714116, }, - ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits against Blinded Enemies", statOrder = { 6543 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2242791457, }, - ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits against Blinded Enemies", statOrder = { 6543 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2242791457, }, - ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrder = { 2270 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 953314356, }, - ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrder = { 2437 }, level = 1, group = "IncreasedWeaponElementalDamageDuringFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 782323220, }, - ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrder = { 1910 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3743301799, }, - ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2143 }, level = 1, group = "FireDamageTakenAsPhysicalNegate", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 1029319062, }, - ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "100% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2142 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3205239847, }, - ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrder = { 1157 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 627339348, }, - ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrder = { 541, 541.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "minion" }, tradeHash = 2816098341, }, - ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrder = { 1666 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 4187741589, }, - ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrder = { 540 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 2770461177, }, - ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrder = { 2674 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2503253050, }, - ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits per Curse on Enemy", statOrder = { 2673 }, level = 1, group = "IncreasedDamagePerCurse", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1818773442, }, - ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2652 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 875143443, }, - ["StealChargesOnHitPercentUnique__1"] = { affix = "", "Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2652 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 875143443, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrder = { 1822 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2481358827, }, - ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrder = { 1822 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2481358827, }, - ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies that are on Full Life", statOrder = { 2656 }, level = 1, group = "DamageVsFullLifePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2111067745, }, - ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrder = { 2657 }, level = 1, group = "DamageVsLowLivePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 82392902, }, - ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrder = { 2655 }, level = 1, group = "ElementalPenetrationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2724643145, }, - ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "(100-200)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2685 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 2839036860, }, - ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% reduced Duration of Elemental Ailments on Enemies", statOrder = { 1558 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, - ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrder = { 1558 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, - ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrder = { 1558 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, - ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrder = { 2680 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2740359895, }, - ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "100% increased Freeze Duration on Enemies", statOrder = { 1555 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, - ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrder = { 1553, 1555 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, - ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrder = { 1555 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, - ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrder = { 2642 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, - ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrder = { 2642 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, - ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrder = { 2683 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3811191316, }, - ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrder = { 2683 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, tradeHash = 3811191316, }, - ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrder = { 2686 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4176970656, }, - ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrder = { 2682 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1617739170, }, - ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrder = { 2470 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3900877792, }, - ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrder = { 2471 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 282353000, }, - ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrder = { 4421 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 591162856, }, - ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrder = { 8894, 8894.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2511521167, }, - ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrder = { 2260 }, level = 65, group = "FasterBurnFromAttacksEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, tradeHash = 1420236871, }, - ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrder = { 443 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 967556848, }, - ["SocketedGemsProjectilesNovaUnique__1"] = { affix = "", "Socketed Projectile Spells fire Projectiles in a circle", statOrder = { 444 }, level = 1, group = "DisplaySocketedSpellsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3235941702, }, - ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrder = { 441 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4016885052, }, - ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrder = { 441 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4016885052, }, - ["SocketedGemsAdditionalProjectilesUnique__1__"] = { affix = "", "Socketed Projectile Spells fire 4 additional Projectiles", statOrder = { 442 }, level = 1, group = "DisplaySocketedSpellsAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 973574623, }, - ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrder = { 445 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 678608747, }, - ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 355 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1866911844, }, - ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrder = { 356 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2593773031, }, - ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3187 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, - ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3187 }, level = 1, group = "AuraEffectGlobal", weightKey = { "default" }, weightVal = { 0 }, modTags = { "aura" }, tradeHash = 1880071428, }, - ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrder = { 1892 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 895264825, }, - ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrder = { 1892 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 895264825, }, - ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrder = { 1821 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 1586440250, }, - ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrder = { 2690 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 325437053, }, - ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrder = { 2687 }, level = 1, group = "GainOnslaughtOnCull", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3818161429, }, - ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrder = { 824 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, - ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 823 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "Leeches 2% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "100% chance to Avoid being Chilled during Onslaught", statOrder = { 2689 }, level = 1, group = "CannotBeChilledDuringOnslaught", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2872105818, }, - ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 4% of maximum Life per second", statOrder = { 1635 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of maximum Life per second for each Summoned Totem", statOrder = { 9473 }, level = 1, group = "LifeRegenerationRatePercentagePerTotem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1496370423, }, - ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 10% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentUnique__5"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of maximum Life per second", statOrder = { 1635 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, - ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrder = { 1616 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1896971621, }, - ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrder = { 1616 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1896971621, }, - ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrder = { 8081 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3085465082, }, - ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrder = { 1100 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3298440988, }, - ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrder = { 358 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1710508327, }, - ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrder = { 5226 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 860668586, }, - ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrder = { 2135 }, level = 1, group = "AddedLightningDamageWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3835522656, }, - ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrder = { 2136 }, level = 1, group = "AddedLightningDamagetoSpellsWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 3597806437, }, - ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2266 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 347328113, }, - ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2266 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 347328113, }, - ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrder = { 2670 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2095084973, }, - ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrder = { 2671 }, level = 1, group = "ChillOnAttackStun", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, tradeHash = 2437193018, }, - ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 4% of maximum Life Regenerated per second", statOrder = { 2659 }, level = 1, group = "DisplayLifeRegenerationAura", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3462673103, }, - ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 80% increased Mana Regeneration Rate", statOrder = { 2664 }, level = 1, group = "DisplayManaRegenerationAua", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 778848857, }, - ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrder = { 2382 }, level = 1, group = "IncreasedRarityWhenSlayingFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2138434718, }, - ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3385 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, - ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrder = { 2677 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1489905076, }, - ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect allies", statOrder = { 2679 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 4196775867, }, - ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased effect of Buffs on you", statOrder = { 1827 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 306104305, }, - ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased effect of Buffs on you", statOrder = { 1827 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 306104305, }, - ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrder = { 2676 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 281201999, }, - ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrder = { 362 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 4066711249, }, - ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate 75 Life per second per Endurance Charge", statOrder = { 2669 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1898967950, }, - ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrder = { 2669 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1898967950, }, - ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrder = { 656 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1457911472, }, - ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrder = { 791 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, tradeHash = 3636096208, }, - ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Effect", statOrder = { 719 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "attack" }, tradeHash = 251342217, }, - ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrder = { 2175 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2091621414, }, - ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "Grants 6 Life and Mana per Enemy Hit", statOrder = { 1445 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, - ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "Grants 10 Life and Mana per Enemy Hit", statOrder = { 1445 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, - ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "Grants 14 Life and Mana per Enemy Hit", statOrder = { 1445 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "Grants 15 Life per Enemy Hit", "Grants 6 Mana per Enemy Hit", statOrder = { 969, 1448 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "Grants 28 Life per Enemy Hit", "Grants 10 Mana per Enemy Hit", statOrder = { 969, 1448 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, - ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "Grants 38 Life per Enemy Hit", "Grants 14 Mana per Enemy Hit", statOrder = { 969, 1448 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, - ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrder = { 490 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3164659793, }, - ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrder = { 2450 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2318615887, }, - ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrder = { 2451 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3470535775, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, - ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "10% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrder = { 8599 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1457679290, }, - ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrder = { 9590 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 281311123, }, - ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrder = { 473 }, level = 7, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3321235265, }, - ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrder = { 369 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 254728692, }, - ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrder = { 6779 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 996053100, }, - ["MaceDamageJewel"] = { affix = "Brutal", "(14-16)% increased Damage with Maces", statOrder = { 1194 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1181419800, }, - ["AxeDamageJewel"] = { affix = "Sinister", "(14-16)% increased Damage with Axes", statOrder = { 1178 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3314142259, }, - ["SwordDamageJewel"] = { affix = "Vicious", "(14-16)% increased Damage with Swords", statOrder = { 1204 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 83050999, }, - ["BowDamageJewel"] = { affix = "Fierce", "(14-16)% increased Damage with Bows", statOrder = { 1198 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4188894176, }, - ["ClawDamageJewel"] = { affix = "Savage", "(14-16)% increased Damage with Claws", statOrder = { 1186 }, level = 1, group = "IncreasedClawDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1069260037, }, - ["DaggerDamageJewel"] = { affix = "Lethal", "(14-16)% increased Damage with Daggers", statOrder = { 1190 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3586984690, }, - ["WandDamageJewel"] = { affix = "Cruel", "(14-16)% increased Damage with Wands", statOrder = { 2609 }, level = 1, group = "IncreasedWandDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 379328644, }, - ["StaffDamageJewel"] = { affix = "Judging", "(14-16)% increased Damage with Quarterstaves", statOrder = { 1183 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4045894391, }, - ["OneHandedMeleeDamageJewel"] = { affix = "Soldier's", "(12-14)% increased Damage with One Handed Weapons", statOrder = { 2973 }, level = 1, group = "IncreasedOneHandedMeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1010549321, }, - ["TwoHandedMeleeDamageJewel"] = { affix = "Champion's", "(12-14)% increased Damage with Two Handed Weapons", statOrder = { 2974 }, level = 1, group = "IncreasedTwoHandedMeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1836374041, }, - ["DualWieldingMeleeDamageJewel"] = { affix = "Gladiator's", "(12-14)% increased Attack Damage while Dual Wielding", statOrder = { 1162 }, level = 1, group = "IncreasedDualWieldlingDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 444174528, }, - ["UnarmedMeleeDamageJewel"] = { affix = "Brawling", "(14-16)% increased Melee Physical Damage with Unarmed Attacks", statOrder = { 1177 }, level = 1, group = "IncreasedUnarmedDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 515842015, }, - ["MeleeDamageJewel_"] = { affix = "of Combat", "(10-12)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["ProjectileDamageJewel"] = { affix = "of Archery", "(10-12)% increased Projectile Damage", statOrder = { 1682 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, - ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrder = { 1682 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, - ["SpellDamageJewel"] = { affix = "of Mysticism", "(10-12)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "SpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["StaffSpellDamageJewel"] = { affix = "Wizard's", "(14-16)% increased Spell Damage while wielding a Staff", statOrder = { 1126 }, level = 1, group = "StaffSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3496944181, }, - ["DualWieldingSpellDamageJewel_"] = { affix = "Sorcerer's", "(14-16)% increased Spell Damage while Dual Wielding", statOrder = { 1129 }, level = 1, group = "DualWieldingSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1678690824, }, - ["ShieldSpellDamageJewel"] = { affix = "Battlemage's", "(14-16)% increased Spell Damage while holding a Shield", statOrder = { 1128 }, level = 1, group = "ShieldSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1766142294, }, - ["TrapDamageJewel"] = { affix = "Trapping", "(14-16)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["MineDamageJewel"] = { affix = "Sabotage", "(14-16)% increased Mine Damage", statOrder = { 1099 }, level = 1, group = "MineDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2137912951, }, - ["DamageJewel"] = { affix = "of Wounding", "(8-10)% increased Damage", statOrder = { 1095 }, level = 1, group = "DamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, - ["MinionDamageJewel"] = { affix = "Leadership", "Minions deal (14-16)% increased Damage", statOrder = { 1663 }, level = 1, group = "MinionDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, - ["FireDamageJewel"] = { affix = "Flaming", "(14-16)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["ColdDamageJewel"] = { affix = "Chilling", "(14-16)% increased Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["LightningDamageJewel"] = { affix = "Humming", "(14-16)% increased Lightning Damage", statOrder = { 859 }, level = 1, group = "LightningDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["PhysicalDamageJewel"] = { affix = "Sharpened", "(14-16)% increased Global Physical Damage", statOrder = { 1130 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, - ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1130 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, - ["DamageOverTimeJewel"] = { affix = "of Entropy", "(10-12)% increased Damage over Time", statOrder = { 1112 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 967627487, }, - ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrder = { 1112 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 967627487, }, - ["ChaosDamageJewel"] = { affix = "Chaotic", "(9-13)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "ChaosDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["AreaDamageJewel"] = { affix = "of Blasting", "(10-12)% increased Area Damage", statOrder = { 1718 }, level = 1, group = "AreaDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 4251717817, }, - ["MaceAttackSpeedJewel"] = { affix = "Beating", "(6-8)% increased Attack Speed with Maces or Sceptres", statOrder = { 1267 }, level = 1, group = "MaceAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2515515064, }, - ["AxeAttackSpeedJewel"] = { affix = "Cleaving", "(6-8)% increased Attack Speed with Axes", statOrder = { 1263 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3550868361, }, - ["SwordAttackSpeedJewel"] = { affix = "Fencing", "(6-8)% increased Attack Speed with Swords", statOrder = { 1269 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, - ["BowAttackSpeedJewel"] = { affix = "Volleying", "(6-8)% increased Attack Speed with Bows", statOrder = { 1268 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3759735052, }, - ["ClawAttackSpeedJewel"] = { affix = "Ripping", "(6-8)% increased Attack Speed with Claws", statOrder = { 1265 }, level = 1, group = "ClawAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1421645223, }, - ["DaggerAttackSpeedJewel"] = { affix = "Slicing", "(6-8)% increased Attack Speed with Daggers", statOrder = { 1266 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2538566497, }, - ["WandAttackSpeedJewel"] = { affix = "Jinxing", "(6-8)% increased Attack Speed with Wands", statOrder = { 1270 }, level = 1, group = "WandAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3720627346, }, - ["StaffAttackSpeedJewel"] = { affix = "Blunt", "(6-8)% increased Attack Speed with Quarterstaves", statOrder = { 1264 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3283482523, }, - ["OneHandedMeleeAttackSpeedJewel"] = { affix = "Bandit's", "(4-6)% increased Attack Speed with One Handed Melee Weapons", statOrder = { 1262 }, level = 1, group = "OneHandedMeleeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1813451228, }, - ["TwoHandedMeleeAttackSpeedJewel"] = { affix = "Warrior's", "(4-6)% increased Attack Speed with Two Handed Melee Weapons", statOrder = { 1261 }, level = 1, group = "TwoHandedMeleeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1917910910, }, - ["DualWieldingAttackSpeedJewel"] = { affix = "Harmonic", "(4-6)% increased Attack Speed while Dual Wielding", statOrder = { 1258 }, level = 1, group = "AttackSpeedWhileDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 4249220643, }, - ["DualWieldingCastSpeedJewel"] = { affix = "Resonant", "(3-5)% increased Cast Speed while Dual Wielding", statOrder = { 1289 }, level = 1, group = "CastSpeedWhileDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2382196858, }, - ["ShieldAttackSpeedJewel"] = { affix = "Charging", "(4-6)% increased Attack Speed while holding a Shield", statOrder = { 1260 }, level = 1, group = "AttackSpeedWithAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3805075944, }, - ["ShieldCastSpeedJewel"] = { affix = "Warding", "(3-5)% increased Cast Speed while holding a Shield", statOrder = { 1290 }, level = 1, group = "CastSpeedWithAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 1612163368, }, - ["StaffCastSpeedJewel"] = { affix = "Wright's", "(3-5)% increased Cast Speed while wielding a Staff", statOrder = { 1291 }, level = 1, group = "CastSpeedWithAStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2066542501, }, - ["UnarmedAttackSpeedJewel"] = { affix = "Furious", "(6-8)% increased Unarmed Attack Speed with Melee Skills", statOrder = { 1273 }, level = 1, group = "AttackSpeedWhileUnarmedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1584440377, }, - ["AttackSpeedJewel"] = { affix = "of Berserking", "(3-5)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["ProjectileSpeedJewel"] = { affix = "of Soaring", "(6-8)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "IncreasedProjectileSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["CastSpeedJewel"] = { affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["TrapThrowSpeedJewel"] = { affix = "Honed", "(6-8)% increased Trap Throwing Speed", statOrder = { 1615 }, level = 1, group = "TrapThrowSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 118398748, }, - ["MineLaySpeedJewel"] = { affix = "Arming", "(6-8)% increased Mine Throwing Speed", statOrder = { 1616 }, level = 1, group = "MineLaySpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 1896971621, }, - ["AttackAndCastSpeedJewel"] = { affix = "of Zeal", "(2-4)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 75, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrder = { 1084 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, - ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrder = { 1084 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, - ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrder = { 1085 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, - ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrder = { 1085 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, - ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrder = { 1086 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 2300185227, }, - ["PhysicalDamageWhileHoldingAShield"] = { affix = "Flanking", "(12-14)% increased Attack Damage while holding a Shield", statOrder = { 1109 }, level = 1, group = "DamageWhileHoldingAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1393393937, }, - ["FireGemCastSpeedJewel"] = { affix = "Pyromantic", "(3-5)% increased Cast Speed with Fire Skills", statOrder = { 1218 }, level = 1, group = "FireGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "speed" }, tradeHash = 1476643878, }, - ["ColdGemCastSpeedJewel"] = { affix = "Cryomantic", "(3-5)% increased Cast Speed with Cold Skills", statOrder = { 1226 }, level = 1, group = "ColdGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "speed" }, tradeHash = 928238845, }, - ["LightningGemCastSpeedJewel_"] = { affix = "Electromantic", "(3-5)% increased Cast Speed with Lightning Skills", statOrder = { 1231 }, level = 1, group = "LightningGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "speed" }, tradeHash = 1788635023, }, - ["ChaosGemCastSpeedJewel"] = { affix = "Withering", "(3-5)% increased Cast Speed with Chaos Skills", statOrder = { 1237 }, level = 1, group = "ChaosGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "caster", "speed" }, tradeHash = 2054902222, }, - ["CurseCastSpeedJewel_"] = { affix = "of Blasphemy", "Curse Skills have (5-10)% increased Cast Speed", statOrder = { 1887 }, level = 1, group = "CurseCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, - ["StrengthJewel"] = { affix = "of Strength", "+(12-16) to Strength", statOrder = { 945 }, level = 1, group = "StrengthForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["DexterityJewel"] = { affix = "of Dexterity", "+(12-16) to Dexterity", statOrder = { 946 }, level = 1, group = "DexterityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["IntelligenceJewel"] = { affix = "of Intelligence", "+(12-16) to Intelligence", statOrder = { 947 }, level = 1, group = "IntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["StrengthDexterityJewel"] = { affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrder = { 1084 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 538848803, }, - ["StrengthIntelligenceJewel"] = { affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrder = { 1085 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1535626285, }, - ["DexterityIntelligenceJewel"] = { affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrder = { 1086 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2300185227, }, - ["AllAttributesJewel"] = { affix = "of Adaption", "+(6-8) to all Attributes", statOrder = { 944 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, - ["IncreasedLifeJewel"] = { affix = "Healthy", "+(8-12) to maximum Life", statOrder = { 872 }, level = 1, group = "IncreasedLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, - ["PercentIncreasedLifeJewel"] = { affix = "Vivid", "(5-7)% increased maximum Life", statOrder = { 873 }, level = 1, group = "PercentIncreasedLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, - ["IncreasedManaJewel"] = { affix = "Learned", "+(8-12) to maximum Mana", statOrder = { 874 }, level = 1, group = "IncreasedManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, - ["PercentIncreasedManaJewel"] = { affix = "Enlightened", "(8-10)% increased maximum Mana", statOrder = { 875 }, level = 1, group = "PercentIncreasedManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, - ["IncreasedManaRegenJewel"] = { affix = "Energetic", "(12-15)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "IncreasedManaRegenForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["IncreasedEnergyShieldJewel_"] = { affix = "Glowing", "+(8-12) to maximum Energy Shield", statOrder = { 870 }, level = 1, group = "IncreasedEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, - ["EnergyShieldJewel"] = { affix = "Shimmering", "(6-8)% increased maximum Energy Shield", statOrder = { 871 }, level = 1, group = "EnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["IncreasedLifeAndManaJewel"] = { affix = "Determined", "+(4-6) to maximum Life", "+(4-6) to maximum Mana", statOrder = { 872, 874 }, level = 1, group = "LifeAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 1843765141, }, - ["PercentIncreasedLifeAndManaJewel"] = { affix = "Passionate", "(2-4)% increased maximum Life", "(4-6)% increased maximum Mana", statOrder = { 873, 875 }, level = 1, group = "PercentageLifeAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "green_herring", "resource", "life", "mana" }, tradeHash = 815489141, }, - ["EnergyShieldAndManaJewel"] = { affix = "Wise", "(2-4)% increased maximum Energy Shield", "(4-6)% increased maximum Mana", statOrder = { 871, 875 }, level = 1, group = "EnergyShieldAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 90481046, }, - ["LifeAndEnergyShieldJewel"] = { affix = "Faithful", "(2-4)% increased maximum Energy Shield", "(2-4)% increased maximum Life", statOrder = { 871, 873 }, level = 1, group = "LifeAndEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 1207485992, }, - ["LifeLeechPermyriadJewel"] = { affix = "Hungering", "Leech (0.2-0.4)% of Physical Attack Damage as Life", statOrder = { 966 }, level = 1, group = "LifeLeechPermyriadForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, - ["ManaLeechPermyriadJewel"] = { affix = "Thirsting", "Leech (0.2-0.4)% of Physical Attack Damage as Mana", statOrder = { 974 }, level = 1, group = "ManaLeechPermyriadForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, - ["LifeOnHitJewel"] = { affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 968 }, level = 1, group = "LifeGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, - ["ManaOnHitJewel"] = { affix = "of Absorption", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrder = { 1447 }, level = 1, group = "ManaGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, - ["EnergyShieldOnHitJewel"] = { affix = "of Focus", "Gain (2-3) Energy Shield per Enemy Hit with Attacks", statOrder = { 1450 }, level = 1, group = "EnergyShieldGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences", "attack" }, tradeHash = 211381198, }, - ["LifeRecoupJewel"] = { affix = "of Infusion", "(4-6)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["IncreasedArmourJewel"] = { affix = "Armoured", "(14-18)% increased Armour", statOrder = { 867 }, level = 1, group = "IncreasedArmourForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["IncreasedEvasionJewel"] = { affix = "Evasive", "(14-18)% increased Evasion Rating", statOrder = { 869 }, level = 1, group = "IncreasedEvasionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["ArmourEvasionJewel"] = { affix = "Fighter's", "(6-12)% increased Armour", "(6-12)% increased Evasion Rating", statOrder = { 867, 869 }, level = 1, group = "ArmourEvasionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 855315578, }, - ["ArmourEnergyShieldJewel"] = { affix = "Paladin's", "(6-12)% increased Armour", "(2-4)% increased maximum Energy Shield", statOrder = { 867, 871 }, level = 1, group = "ArmourEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1627905397, }, - ["EvasionEnergyShieldJewel"] = { affix = "Rogue's", "(6-12)% increased Evasion Rating", "(2-4)% increased maximum Energy Shield", statOrder = { 869, 871 }, level = 1, group = "EvasionEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 3667468782, }, - ["IncreasedDefensesJewel"] = { affix = "Defensive", "(4-6)% increased Global Defences", statOrder = { 2511 }, level = 1, group = "IncreasedDefensesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "defences" }, tradeHash = 1389153006, }, - ["ItemRarityJewel"] = { affix = "of Raiding", "(4-6)% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "ItemRarityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3917489142, }, - ["IncreasedAccuracyJewel"] = { affix = "of Accuracy", "+(20-40) to Accuracy Rating", statOrder = { 864 }, level = 1, group = "IncreasedAccuracyForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 803737631, }, - ["PercentIncreasedAccuracyJewel"] = { affix = "of Precision", "(10-14)% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 624954515, }, - ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 624954515, }, - ["AccuracyAndCritsJewel"] = { affix = "of Deadliness", "(6-10)% increased Critical Hit Chance", "(6-10)% increased Accuracy Rating", statOrder = { 931, 1276 }, level = 1, group = "AccuracyAndCritsForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2639697810, }, - ["CriticalStrikeChanceJewel"] = { affix = "of Menace", "(8-12)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["CriticalStrikeMultiplierJewel"] = { affix = "of Potency", "(9-12)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["CritChanceWithMaceJewel"] = { affix = "of Striking FIX ME", "(12-16)% increased Critical Hit Chance with Maces or Sceptres", statOrder = { 1309 }, level = 1, group = "CritChanceWithMaceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 107161577, }, - ["CritChanceWithAxeJewel"] = { affix = "of Biting FIX ME", "(12-16)% increased Critical Hit Chance with Axes", statOrder = { 1312 }, level = 1, group = "CritChanceWithAxeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2560468845, }, - ["CritChanceWithSwordJewel"] = { affix = "of Stinging FIX ME", "(12-16)% increased Critical Hit Chance with Swords", statOrder = { 1308 }, level = 1, group = "CritChanceWithSwordForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2630620421, }, - ["CritChanceWithBowJewel"] = { affix = "of the Sniper FIX ME", "(12-16)% increased Critical Hit Chance with Bows", statOrder = { 1305 }, level = 1, group = "CritChanceWithBowForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2091591880, }, - ["CritChanceWithClawJewel"] = { affix = "of the Eagle FIX ME", "(12-16)% increased Critical Hit Chance with Claws", statOrder = { 1306 }, level = 1, group = "CritChanceWithClawForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3428039188, }, - ["CritChanceWithDaggerJewel"] = { affix = "of Needling FIX ME", "(12-16)% increased Critical Hit Chance with Daggers", statOrder = { 1307 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 4018186542, }, - ["CritChanceWithWandJewel"] = { affix = "of Divination FIX ME", "(12-16)% increased Critical Hit Chance with Wands", statOrder = { 1311 }, level = 1, group = "CritChanceWithWandForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1729982003, }, - ["CritChanceWithStaffJewel"] = { affix = "of Tyranny FIX ME", "(12-16)% increased Critical Hit Chance with Quarterstaves", statOrder = { 1310 }, level = 1, group = "CritChanceWithStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3621953418, }, - ["CritMultiplierWithMaceJewel"] = { affix = "of Crushing FIX ME", "+(8-10)% to Critical Damage Bonus with Maces or Sceptres", statOrder = { 1329 }, level = 1, group = "CritMultiplierWithMaceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 458899422, }, - ["CritMultiplierWithAxeJewel"] = { affix = "of Execution FIX ME", "+(8-10)% to Critical Damage Bonus with Axes", statOrder = { 1330 }, level = 1, group = "CritMultiplierWithAxeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 4219746989, }, - ["CritMultiplierWithSwordJewel"] = { affix = "of Severing FIX ME", "+(8-10)% to Critical Damage Bonus with Swords", statOrder = { 1332 }, level = 1, group = "CritMultiplierWithSwordForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3114492047, }, - ["CritMultiplierWithBowJewel"] = { affix = "of the Hunter FIX ME", "(8-10)% increased Critical Damage Bonus with Bows", statOrder = { 1331 }, level = 1, group = "CritMultiplierWithBowForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1712221299, }, - ["CritMultiplierWithClawJewel"] = { affix = "of the Bear FIX ME", "+(8-10)% to Critical Damage Bonus with Claws", statOrder = { 1334 }, level = 1, group = "CritMultiplierWithClawForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2811834828, }, - ["CritMultiplierWithDaggerJewel"] = { affix = "of Assassination FIX ME", "(8-10)% increased Critical Damage Bonus with Daggers", statOrder = { 1328 }, level = 1, group = "CritMultiplierWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3998601568, }, - ["CritMultiplierWithWandJewel_"] = { affix = "of Evocation FIX ME", "+(8-10)% to Critical Damage Bonus with Wands", statOrder = { 1333 }, level = 1, group = "CritMultiplierWithWandForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1241396104, }, - ["CritMultiplierWithStaffJewel"] = { affix = "of Trauma FIX ME", "(8-10)% increased Critical Damage Bonus with Quarterstaves", statOrder = { 1335 }, level = 1, group = "CritMultiplierWithStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1661096452, }, - ["OneHandedCritChanceJewel"] = { affix = "Harming", "(14-18)% increased Critical Hit Chance with One Handed Melee Weapons", statOrder = { 1318 }, level = 1, group = "OneHandedCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2381842786, }, - ["TwoHandedCritChanceJewel"] = { affix = "Sundering", "(14-18)% increased Critical Hit Chance with Two Handed Melee Weapons", statOrder = { 1316 }, level = 1, group = "TwoHandedCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 764295120, }, - ["DualWieldingCritChanceJewel"] = { affix = "Technical", "(14-18)% increased Attack Critical Hit Chance while Dual Wielding", statOrder = { 1320 }, level = 1, group = "DualWieldingCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3702513529, }, - ["ShieldCritChanceJewel"] = { affix = "", "(10-14)% increased Critical Hit Chance while holding a Shield", statOrder = { 1314 }, level = 1, group = "ShieldCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1215447494, }, - ["MeleeCritChanceJewel"] = { affix = "of Weight", "(10-14)% increased Melee Critical Hit Chance", statOrder = { 1319 }, level = 1, group = "MeleeCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1199429645, }, - ["SpellCritChanceJewel"] = { affix = "of Annihilation", "(10-14)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["TrapCritChanceJewel_"] = { affix = "Inescapable", "(12-16)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1192661666, }, - ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Hit Chance with Traps", statOrder = { 934 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1192661666, }, - ["MineCritChanceJewel"] = { affix = "Crippling", "(12-16)% increased Critical Hit Chance with Mines", statOrder = { 1315 }, level = 1, group = "MineCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 214031493, }, - ["FireCritChanceJewel"] = { affix = "Incinerating", "(14-18)% increased Critical Hit Chance with Fire Skills", statOrder = { 1321 }, level = 1, group = "FireCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "critical" }, tradeHash = 1104796138, }, - ["ColdCritChanceJewel"] = { affix = "Avalanching", "(14-18)% increased Critical Hit Chance with Cold Skills", statOrder = { 1323 }, level = 1, group = "ColdCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "critical" }, tradeHash = 3337344042, }, - ["LightningCritChanceJewel"] = { affix = "Thundering", "(14-18)% increased Critical Hit Chance with Lightning Skills", statOrder = { 1322 }, level = 1, group = "LightningCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "critical" }, tradeHash = 1186596295, }, - ["ElementalCritChanceJewel"] = { affix = "of the Apocalypse", "(10-14)% increased Critical Hit Chance with Elemental Skills", statOrder = { 1324 }, level = 1, group = "ElementalCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "critical" }, tradeHash = 439950087, }, - ["ChaosCritChanceJewel"] = { affix = "Obliterating", "(12-16)% increased Critical Hit Chance with Chaos Skills", statOrder = { 1325 }, level = 1, group = "ChaosCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, tradeHash = 1424360933, }, - ["OneHandCritMultiplierJewel_"] = { affix = "Piercing", "(15-18)% increased Critical Damage Bonus with One Handed Melee Weapons", statOrder = { 1337 }, level = 1, group = "OneHandCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 670153687, }, - ["TwoHandCritMultiplierJewel"] = { affix = "Rupturing", "+(15-18)% to Critical Damage Bonus with Two Handed Melee Weapons", statOrder = { 1317 }, level = 1, group = "TwoHandCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 252507949, }, - ["DualWieldingCritMultiplierJewel"] = { affix = "Puncturing", "+(15-18)% to Critical Damage Bonus while Dual Wielding", statOrder = { 3859 }, level = 1, group = "DualWieldingCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2546185479, }, - ["ShieldCritMultiplierJewel"] = { affix = "", "+(6-8)% to Melee Critical Damage Bonus while holding a Shield", statOrder = { 1340 }, level = 1, group = "ShieldCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3668589927, }, - ["MeleeCritMultiplier"] = { affix = "of Demolishing", "+(12-15)% to Melee Critical Damage Bonus", statOrder = { 1338 }, level = 1, group = "MeleeCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, - ["SpellCritMultiplier"] = { affix = "of Unmaking", "(12-15)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, tradeHash = 274716455, }, - ["TrapCritMultiplier"] = { affix = "Debilitating", "+(8-10)% to Critical Damage Bonus with Traps", statOrder = { 938 }, level = 1, group = "TrapCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 1780168381, }, - ["MineCritMultiplier"] = { affix = "Incapacitating", "+(8-10)% to Critical Damage Bonus with Mines", statOrder = { 1341 }, level = 1, group = "MineCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 2529112796, }, - ["FireCritMultiplier"] = { affix = "Infernal", "+(15-18)% to Critical Damage Bonus with Fire Skills", statOrder = { 1342 }, level = 1, group = "FireCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "critical" }, tradeHash = 2307547323, }, - ["ColdCritMultiplier"] = { affix = "Arctic", "+(15-18)% to Critical Damage Bonus with Cold Skills", statOrder = { 1344 }, level = 1, group = "ColdCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "critical" }, tradeHash = 915908446, }, - ["LightningCritMultiplier"] = { affix = "Surging", "+(15-18)% to Critical Damage Bonus with Lightning Skills", statOrder = { 1343 }, level = 1, group = "LightningCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, tradeHash = 2441475928, }, - ["ElementalCritMultiplier"] = { affix = "of the Elements", "+(12-15)% to Critical Damage Bonus with Elemental Skills", statOrder = { 1345 }, level = 1, group = "ElementalCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, tradeHash = 1569407745, }, - ["ChaosCritMultiplier"] = { affix = "", "+(8-10)% to Critical Damage Bonus with Chaos Skills", statOrder = { 1346 }, level = 1, group = "ChaosCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, tradeHash = 2710238363, }, - ["FireResistanceJewel"] = { affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrder = { 956 }, level = 1, group = "FireResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, - ["ColdResistanceJewel"] = { affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrder = { 957 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, - ["LightningResistanceJewel"] = { affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrder = { 958 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, - ["FireColdResistanceJewel"] = { affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrder = { 2479 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "resistance" }, tradeHash = 2915988346, }, - ["FireLightningResistanceJewel"] = { affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrder = { 2480 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "lightning", "resistance" }, tradeHash = 3441501978, }, - ["ColdLightningResistanceJewel"] = { affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrder = { 2481 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "resistance" }, tradeHash = 4277795662, }, - ["AllResistancesJewel"] = { affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrder = { 955 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 2901986750, }, - ["ChaosResistanceJewel"] = { affix = "of Order", "+(7-13)% to Chaos Resistance", statOrder = { 959 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, - ["StunDurationJewel"] = { affix = "of Stunning", "(10-14)% increased Stun Duration on Enemies", statOrder = { 981 }, level = 1, group = "StunDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2517001139, }, + ["LocalFlaskInstantRecoverPercentOfLifeUniqueFlask6"] = { affix = "", "Recover (75-100)% of maximum Life on use", statOrder = { 632 }, level = 1, group = "LocalFlaskInstantRecoverPercentOfLife", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 2629106530, }, + ["LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealingUniqueFlask6"] = { affix = "", "25% of Maximum Life taken as Chaos Damage per second", statOrder = { 633 }, level = 1, group = "LocalFlaskChaosDamageOfLifeTakenPerMinuteWhileHealing", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "chaos_damage", "damage", "chaos" }, tradeHash = 3232201443, }, + ["PowerChargeOnKnockbackUniqueStaff7"] = { affix = "", "10% chance to gain a Power Charge if you Knock an Enemy Back with Melee Damage", statOrder = { 2563 }, level = 1, group = "PowerChargeOnKnockback", weightKey = { }, weightVal = { }, modTags = { "power_charge", "attack" }, tradeHash = 2179619644, }, + ["GrantsBearTrapUniqueShieldDexInt1"] = { affix = "", "Grants Level 25 Bear Trap Skill", statOrder = { 446 }, level = 1, group = "BearTrapSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3541114083, }, + ["PowerChargeOnTrapThrowChanceUniqueShieldDexInt1"] = { affix = "", "25% chance to gain a Power Charge when you Throw a Trap", statOrder = { 2564 }, level = 1, group = "PowerChargeOnTrapThrow", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1936544447, }, + ["CritChancePercentPerStrengthUniqueOneHandSword8_"] = { affix = "", "1% increased Critical Hit Chance per 8 Strength", statOrder = { 2565 }, level = 1, group = "CritChancePercentPerStrength", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3068290007, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Attack Speed while Ignited", statOrder = { 2566 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2047819517, }, + ["IncreasedAttackSpeedWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Attack Speed while Ignited", statOrder = { 2566 }, level = 1, group = "AttackSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2047819517, }, + ["IncreasedCastSpeedWhileIgnitedUniqueRing24"] = { affix = "", "(25-40)% increased Cast Speed while Ignited", statOrder = { 2567 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3660039923, }, + ["IncreasedCastSpeedWhileIgnitedUniqueJewel20_"] = { affix = "", "(10-20)% increased Cast Speed while Ignited", statOrder = { 2567 }, level = 1, group = "CastSpeedIncreasedWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3660039923, }, + ["IncreasedChanceToBeIgnitedUniqueRing24"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2572 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1618339429, }, + ["IncreasedChanceToBeIgnitedUnique__1"] = { affix = "", "+25% chance to be Ignited", statOrder = { 2572 }, level = 1, group = "IncreasedChanceToBeIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1618339429, }, + ["CausesPoisonOnCritUniqueDagger9"] = { affix = "", "50% chance to Cause Poison on Critical Hit", statOrder = { 7223 }, level = 1, group = "LocalCausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 374737750, }, + ["CausesPoisonOnCritUnique__1"] = { affix = "", "Melee Critical Hits Poison the Enemy", statOrder = { 2418 }, level = 1, group = "CausesPoisonOnCrit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "critical", "ailment" }, tradeHash = 2635385320, }, + ["BlockIncreasedDuringFlaskEffectUniqueFlask7"] = { affix = "", "+(8-12)% Chance to Block Attack Damage during Effect", statOrder = { 765 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "block", "flask" }, tradeHash = 2519106214, }, + ["BlockIncreasedDuringFlaskEffectUnique__1"] = { affix = "", "+(35-50)% Chance to Block Attack Damage during Effect", statOrder = { 765 }, level = 85, group = "BlockDuringFlaskEffect", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "block", "flask" }, tradeHash = 2519106214, }, + ["EvasionRatingIncreasesWeaponDamageUniqueOneHandSword9"] = { affix = "", "1% increased Attack Damage per 450 Evasion Rating", statOrder = { 2570 }, level = 1, group = "EvasionRatingIncreasesWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 93696421, }, + ["IncreasedDamageToIgnitedTargetsUniqueBootsStrInt3"] = { affix = "", "(25-40)% increased Damage with Hits against Ignited Enemies", statOrder = { 6650 }, level = 1, group = "IncreasedDamageToIgnitedTargets", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3585754616, }, + ["MovementVelocityWhileOnFullEnergyShieldUniqueBootsDex8"] = { affix = "", "20% increased Movement Speed while on Full Energy Shield", statOrder = { 2592 }, level = 1, group = "MovementSpeedWhileOnFullEnergyShield", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2825197711, }, + ["ChanceForEnemyToFleeOnBlockUniqueShieldDex4"] = { affix = "", "100% Chance to Cause Monster to Flee on Block", statOrder = { 2583 }, level = 1, group = "ChanceForEnemyToFleeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3212461220, }, + ["IncreasedChaosDamageUniqueBodyStrDex4"] = { affix = "", "(50-80)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUniqueCorruptedJewel2"] = { affix = "", "(15-20)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUniqueShieldDex7"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__1"] = { affix = "", "(30-35)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__2"] = { affix = "", "(80-100)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__3"] = { affix = "", "(7-13)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__4"] = { affix = "", "(60-80)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__4_2"] = { affix = "", "(20-30)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageUnique__5"] = { affix = "", "(20-40)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageImplicit1_"] = { affix = "", "(17-23)% increased Chaos Damage", statOrder = { 855 }, level = 100, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedChaosDamageImplicitUnique__1"] = { affix = "", "30% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["IncreasedLifeLeechRateUniqueBodyStrDex4"] = { affix = "", "Leech Life 100% faster", statOrder = { 1817 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, + ["IncreasedLifeLeechRateUniqueAmulet20"] = { affix = "", "Leech 30% faster", statOrder = { 1815 }, level = 1, group = "LifeManaESLeechRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "mana", "defences" }, tradeHash = 2460686383, }, + ["IncreasedLifeLeechRateUnique__1"] = { affix = "", "Leech Life 50% faster", statOrder = { 1817 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, + ["ReducedLifeLeechRateUniqueJewel19"] = { affix = "", "Leech Life (10-20)% slower", statOrder = { 1817 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, + ["IncreasedLifeLeechRateUnique__2"] = { affix = "", "Leech Life (500-1000)% faster", statOrder = { 1817 }, level = 52, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1570501432, }, + ["IncreasedManaLeechRateUnique__1"] = { affix = "", "Leech Mana (500-1000)% faster", statOrder = { 1819 }, level = 52, group = "IncreasedManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3554867738, }, + ["SpellAddedChaosDamageUniqueWand7"] = { affix = "", "Adds (90-130) to (140-190) Chaos Damage to Spells", statOrder = { 1240 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, + ["SpellAddedChaosDamageUnique__1"] = { affix = "", "Adds (48-56) to (73-84) Chaos Damage to Spells", statOrder = { 1240 }, level = 81, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, + ["SpellAddedChaosDamageUnique__2"] = { affix = "", "Adds (16-21) to (31-36) Chaos Damage to Spells", statOrder = { 1240 }, level = 1, group = "SpellAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, tradeHash = 2300399854, }, + ["HealOnRampageUniqueGlovesStrDex5"] = { affix = "", "Recover 20% of maximum Life on Rampage", statOrder = { 2577 }, level = 1, group = "HealOnRampage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2737492258, }, + ["DispelStatusAilmentsOnRampageUniqueGlovesStrInt2"] = { affix = "", "Removes Elemental Ailments on Rampage", statOrder = { 2578 }, level = 1, group = "DispelStatusAilmentsOnRampage", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 627889781, }, + ["PhysicalDamageImmunityOnRampageUniqueGlovesStrInt2"] = { affix = "", "Gain Immunity to Physical Damage for 1.5 seconds on Rampage", statOrder = { 2579 }, level = 1, group = "PhysicalDamageImmunityOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3100457893, }, + ["VaalSoulsOnRampageUniqueGlovesStrDex5"] = { affix = "", "Kills grant an additional Vaal Soul if you have Rampaged Recently", statOrder = { 6234 }, level = 1, group = "AdditionalVaalSoulOnRampage", weightKey = { }, weightVal = { }, modTags = { "vaal" }, tradeHash = 3271016161, }, + ["GroundSmokeOnRampageUniqueGlovesDexInt6"] = { affix = "", "Creates a Smoke Cloud on Rampage", statOrder = { 2590 }, level = 1, group = "GroundSmokeOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3321583955, }, + ["PhasingOnRampageUniqueGlovesDexInt6"] = { affix = "", "Enemies do not block your movement for 4 seconds on Rampage", statOrder = { 2591 }, level = 1, group = "PhasingOnRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 376956212, }, + ["GlobalChanceToBlindOnHitUniqueSceptre8"] = { affix = "", "10% Global chance to Blind Enemies on Hit", statOrder = { 2581 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2221570601, }, + ["LifeRegenerationPerLevelUniqueTwoHandSword7"] = { affix = "", "Regenerate 0.2 Life per second per Level", statOrder = { 2584 }, level = 1, group = "LifeRegenerationPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1384864963, }, + ["CriticalStrikeChancePerLevelUniqueTwoHandAxe8"] = { affix = "", "3% increased Global Critical Hit Chance per Level", statOrder = { 2585 }, level = 1, group = "CriticalStrikeChancePerLevel", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3081076859, }, + ["AttackDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Attack Damage per Level", statOrder = { 2586 }, level = 1, group = "AttackDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 63607615, }, + ["SpellDamageIncreasedPerLevelUniqueSceptre8"] = { affix = "", "1% increased Spell Damage per Level", statOrder = { 2587 }, level = 1, group = "SpellDamageIncreasedPerLevel", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 797084288, }, + ["FlaskChargesOnCritUniqueTwoHandAxe8"] = { affix = "", "Gain a Flask Charge when you deal a Critical Hit", statOrder = { 2588 }, level = 1, group = "FlaskChargesOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 1546046884, }, + ["ChanceToReflectChaosDamageToSelfUniqueTwoHandSword7_"] = { affix = "", "Enemies you Attack have 20% chance to Reflect 35 to 50 Chaos Damage to you", statOrder = { 2593 }, level = 1, group = "ChanceToReflectChaosDamageToSelf", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 515996808, }, + ["SimulatedRampageStrDex5"] = { affix = "", "Rampage", statOrder = { 9835 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, + ["SimulatedRampageDexInt6"] = { affix = "", "Rampage", statOrder = { 9835 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, + ["SimulatedRampageStrInt2"] = { affix = "", "Rampage", statOrder = { 9835 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, + ["SimulatedRampageUnique__1"] = { affix = "", "Melee Hits count as Rampage Kills", "Rampage", statOrder = { 9834, 9834.1 }, level = 1, group = "SimulatedRampageMeleeHits", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2889807051, }, + ["SimulatedRampageUnique__2"] = { affix = "", "Rampage", statOrder = { 9835 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, + ["SimulatedRampageUnique__3_"] = { affix = "", "Rampage", statOrder = { 9835 }, level = 1, group = "SimulatedRampage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2397408229, }, + ["BlindImmunityUniqueSceptre8"] = { affix = "", "Cannot be Blinded", statOrder = { 2597 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1436284579, }, + ["BlindImmunityUnique__1"] = { affix = "", "Cannot be Blinded", statOrder = { 2597 }, level = 1, group = "ImmunityToBlind", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1436284579, }, + ["ManaGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Mana on Kill per Level", statOrder = { 2595 }, level = 1, group = "ManaGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1064067689, }, + ["EnergyShieldGainedOnEnemyDeathPerLevelUniqueSceptre8"] = { affix = "", "Gain 1 Energy Shield on Kill per Level", statOrder = { 2596 }, level = 1, group = "EnergyShieldGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 294153754, }, + ["LocalIncreaseSocketedActiveSkillGemLevelUniqueTwoHandSword7_"] = { affix = "", "+1 to Level of Socketed Skill Gems", statOrder = { 139 }, level = 1, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 524797741, }, + ["IncreasedChaosDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Elemental Damage per Level", statOrder = { 2598 }, level = 1, group = "ChaosDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2094646950, }, + ["IncreasedElementalDamagePerLevelUniqueTwoHandSword7"] = { affix = "", "1% increased Chaos Damage per Level", statOrder = { 2599 }, level = 1, group = "ElementalDamagePerLevel", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4084331136, }, + ["LifeGainedOnEnemyDeathPerLevelUniqueTwoHandSword7"] = { affix = "", "Gain 1 Life on Kill per Level", statOrder = { 2594 }, level = 1, group = "LifeGainedOnEnemyDeathPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4228691877, }, + ["SocketedGemHasElementalEquilibriumUniqueRing25"] = { affix = "", "Socketed Gems have Elemental Equilibrium", statOrder = { 429 }, level = 1, group = "SocketedGemHasElementalEquilibrium", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, tradeHash = 1592277680, }, + ["SocketedGemHasSecretsOfSufferingUnique__1"] = { affix = "", "Socketed Gems have Secrets of Suffering", statOrder = { 431 }, level = 1, group = "SocketedGemHasSecretsOfSuffering", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "fire", "cold", "lightning", "critical", "ailment", "gem" }, tradeHash = 4051493629, }, + ["ImmuneToElementalAilmentsWhileLifeAndManaCloseUnique__1"] = { affix = "", "Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500", statOrder = { 9583 }, level = 1, group = "ImmuneToElementalAilmentsWhileLifeAndManaClose", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 2716882575, }, + ["FireResistanceWhenSocketedWithRedGemUniqueRing25"] = { affix = "", "+(75-100)% to Fire Resistance when Socketed with a Red Gem", statOrder = { 1408 }, level = 1, group = "FireResistanceWhenSocketedWithRedGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "gem" }, tradeHash = 3051845758, }, + ["LightningResistanceWhenSocketedWithBlueGemUniqueRing25"] = { affix = "", "+(75-100)% to Lightning Resistance when Socketed with a Blue Gem", statOrder = { 1415 }, level = 1, group = "LightningResistanceWhenSocketedWithBlueGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance", "gem" }, tradeHash = 289814996, }, + ["ColdResistanceWhenSocketedWithGreenGemUniqueRing25"] = { affix = "", "+(75-100)% to Cold Resistance when Socketed with a Green Gem", statOrder = { 1412 }, level = 1, group = "ColdResistanceWhenSocketedWithGreenGem", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "gem" }, tradeHash = 1064331314, }, + ["LightningPenetrationUniqueStaff8"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2604 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["LightningPenetrationUnique__1"] = { affix = "", "Damage Penetrates 20% Lightning Resistance", statOrder = { 2604 }, level = 1, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["FirePenetrationUnique__1"] = { affix = "", "Damage Penetrates 10% Fire Resistance", statOrder = { 2602 }, level = 81, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["SocketedGemsGetIncreasedItemQuantityUniqueShieldInt4"] = { affix = "", "Enemies slain by Socketed Gems drop 10% increased item quantity", statOrder = { 382 }, level = 1, group = "SocketedGemsGetIncreasedItemQuantity", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 85122299, }, + ["IncreaseDamageOnBlindedEnemiesUniqueQuiver9_"] = { affix = "", "(40-60)% increased Damage with Hits against Blinded Enemies", statOrder = { 6660 }, level = 69, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2242791457, }, + ["IncreaseDamageOnBlindedEnemiesUnique__1"] = { affix = "", "(25-40)% increased Damage with Hits against Blinded Enemies", statOrder = { 6660 }, level = 1, group = "DamageOnBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2242791457, }, + ["SmokeCloudWhenHitUniqueQuiver9"] = { affix = "", "25% chance to create a Smoke Cloud when Hit", statOrder = { 2238 }, level = 1, group = "SmokeCloudWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 953314356, }, + ["IncreasedWeaponElementalDamageDuringFlaskUniqueBelt10"] = { affix = "", "30% increased Elemental Damage with Attack Skills during any Flask Effect", statOrder = { 2403 }, level = 1, group = "IncreasedWeaponElementalDamageDuringFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 782323220, }, + ["IncreasedFireDamageTakenUniqueBodyStrDex5"] = { affix = "", "20% increased Fire Damage taken", statOrder = { 1889 }, level = 1, group = "FireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 3743301799, }, + ["FireDamageTakenConvertedToPhysicalUniqueBodyStrDex5"] = { affix = "", "10% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2112 }, level = 1, group = "FireDamageTakenAsPhysicalNegate", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 1029319062, }, + ["FireDamageTakenConvertedToPhysicalUnique__1"] = { affix = "", "100% of Fire Damage from Hits taken as Physical Damage", statOrder = { 2111 }, level = 1, group = "FireDamageTakenAsPhysical", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, tradeHash = 3205239847, }, + ["LocalAddedFireDamageAgainstIgnitedEnemiesUniqueSceptre9"] = { affix = "", "Adds 15 to 25 Fire Damage to Attacks against Ignited Enemies", statOrder = { 1145 }, level = 1, group = "AddedFireDamageVsIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 627339348, }, + ["CastSocketedMinionSpellsOnKillUniqueBow12"] = { affix = "", "Trigger Socketed Minion Spells on Kill with this Weapon", "Minion Spells Triggered by this Item have a 0.25 second Cooldown with 5 Uses", statOrder = { 532, 532.1 }, level = 1, group = "CastSocketedMinionSpellsOnKill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "minion" }, tradeHash = 2816098341, }, + ["IncreasedMinionDamagePerDexterityUniqueBow12"] = { affix = "", "Minions deal 1% increased Damage per 5 Dexterity", statOrder = { 1645 }, level = 1, group = "IncreasedMinionDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 4187741589, }, + ["CastSocketedSpellsOnShockedEnemyKillUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells on Killing a Shocked Enemy", statOrder = { 531 }, level = 1, group = "CastSocketedSpellsOnShockedEnemyKill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 2770461177, }, + ["MaxPowerChargesIsZeroUniqueAmulet19"] = { affix = "", "Cannot gain Power Charges", statOrder = { 2629 }, level = 1, group = "MaxPowerChargesIsZero", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2503253050, }, + ["IncreasedDamagePerCurseUniqueHelmetInt9"] = { affix = "", "(10-20)% increased Damage with Hits per Curse on Enemy", statOrder = { 2628 }, level = 1, group = "IncreasedDamagePerCurse", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1818773442, }, + ["StealChargesOnHitPercentUniqueGlovesStrDex6"] = { affix = "", "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2607 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 875143443, }, + ["StealChargesOnHitPercentUnique__1"] = { affix = "", "Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2607 }, level = 1, group = "StealChargesOnHitPercent", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 875143443, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Physical Damage per Endurance Charge", statOrder = { 1799 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2481358827, }, + ["IncreasedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "10% increased Physical Damage per Endurance Charge", statOrder = { 1799 }, level = 1, group = "IncreasedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2481358827, }, + ["IncreasedDamageVsFullLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies that are on Full Life", statOrder = { 2611 }, level = 1, group = "DamageVsFullLifePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2111067745, }, + ["IncreasedDamageVsLowLifePerPowerChargeUniqueGlovesStrDex6"] = { affix = "", "2% increased Damage per Power Charge with Hits against Enemies on Low Life", statOrder = { 2612 }, level = 1, group = "DamageVsLowLivePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 82392902, }, + ["ElementalPenetrationPerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "Penetrate 1% Elemental Resistances per Frenzy Charge", statOrder = { 2610 }, level = 1, group = "ElementalPenetrationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2724643145, }, + ["ChargeDurationUniqueBodyDexInt3"] = { affix = "", "(100-200)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2640 }, level = 1, group = "ChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 2839036860, }, + ["ElementalStatusAilmentDurationUniqueAmulet19"] = { affix = "", "20% reduced Duration of Elemental Ailments on Enemies", statOrder = { 1541 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, + ["ElementalStatusAilmentDurationDescentUniqueQuiver1"] = { affix = "", "50% increased Duration of Elemental Ailments on Enemies", statOrder = { 1541 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, + ["ElementalStatusAilmentDurationUnique__1_"] = { affix = "", "(10-15)% increased Duration of Elemental Ailments on Enemies", statOrder = { 1541 }, level = 1, group = "ElementalStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 2604619892, }, + ["CanOnlyKillFrozenEnemiesUniqueGlovesStrInt3"] = { affix = "", "Your Hits can only Kill Frozen Enemies", statOrder = { 2635 }, level = 1, group = "CanOnlyKillFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2740359895, }, + ["FreezeDurationUniqueGlovesStrInt3"] = { affix = "", "100% increased Freeze Duration on Enemies", statOrder = { 1538 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, + ["FreezeChillDurationUnique__1"] = { affix = "", "10000% increased Chill Duration on Enemies", "10000% increased Freeze Duration on Enemies", statOrder = { 1536, 1538 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, + ["FreezeDurationUnique__1"] = { affix = "", "30% increased Freeze Duration on Enemies", statOrder = { 1538 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 496146175, }, + ["ElementalPenetrationMarakethSceptreImplicit1"] = { affix = "", "Damage Penetrates 4% Elemental Resistances", statOrder = { 2601 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, + ["ElementalPenetrationMarakethSceptreImplicit2"] = { affix = "", "Damage Penetrates 6% Elemental Resistances", statOrder = { 2601 }, level = 1, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2101383955, }, + ["MinonAreaOfEffectUniqueRing33"] = { affix = "", "Minions have 10% increased Area of Effect", statOrder = { 2638 }, level = 1, group = "MinionAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3811191316, }, + ["MinionAreaOfEffectUnique__1"] = { affix = "", "Minions have (6-8)% increased Area of Effect", statOrder = { 2638 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, tradeHash = 3811191316, }, + ["PhysicalDamageToSelfOnMinionDeathUniqueRing33"] = { affix = "", "350 Physical Damage taken on Minion Death", statOrder = { 2641 }, level = 25, group = "SelfPhysicalDamageOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4176970656, }, + ["PhysicalDamageToSelfOnMinionDeathESPercentUniqueRing33_"] = { affix = "", "8% of Maximum Energy Shield taken as Physical Damage on Minion Death", statOrder = { 2637 }, level = 1, group = "SelfPhysicalDamageOnMinionDeathPerES", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1617739170, }, + ["DealNoPhysicalDamageUniqueBelt14"] = { affix = "", "Deal no Physical Damage", statOrder = { 2435 }, level = 65, group = "DealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3900877792, }, + ["DealNoNonPhysicalDamageUniqueBelt__1"] = { affix = "", "Deal no Non-Physical Damage", statOrder = { 2436 }, level = 65, group = "DealNoNonPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 282353000, }, + ["RangedAttacksConsumeAmmoUniqueBelt__1"] = { affix = "", "Attacks that Fire Projectiles Consume up to 1 additional Steel Shard", statOrder = { 4415 }, level = 1, group = "RangedAttacksConsumeAmmo", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 591162856, }, + ["AdditionalProjectilesAfterAmmoConsumedUniqueBelt__1"] = { affix = "", "Skills Fire 3 additional Projectiles for 4 seconds after", "you consume a total of 12 Steel Shards", statOrder = { 9164, 9164.1 }, level = 1, group = "AdditionalProjectilesAfterAmmoConsumed", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2511521167, }, + ["FasterBurnFromAttacksEnemiesUniqueBelt14"] = { affix = "", "Ignites you inflict with Attacks deal Damage 35% faster", statOrder = { 2228 }, level = 65, group = "FasterBurnFromAttacksEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack", "ailment" }, tradeHash = 1420236871, }, + ["SocketedGemsProjectilesNovaUniqueStaff10"] = { affix = "", "Socketed Gems fire Projectiles in a circle", statOrder = { 434 }, level = 1, group = "DisplaySocketedGemsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 967556848, }, + ["SocketedGemsProjectilesNovaUnique__1"] = { affix = "", "Socketed Projectile Spells fire Projectiles in a circle", statOrder = { 435 }, level = 1, group = "DisplaySocketedSpellsNova", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3235941702, }, + ["SocketedGemsAdditionalProjectilesUniqueStaff10_"] = { affix = "", "Socketed Gems fire 4 additional Projectiles", statOrder = { 432 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4016885052, }, + ["SocketedGemsAdditionalProjectilesUniqueWand9"] = { affix = "", "Socketed Gems fire an additional Projectile", statOrder = { 432 }, level = 1, group = "DisplaySocketedGemAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 4016885052, }, + ["SocketedGemsAdditionalProjectilesUnique__1__"] = { affix = "", "Socketed Projectile Spells fire 4 additional Projectiles", statOrder = { 433 }, level = 1, group = "DisplaySocketedSpellsAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 973574623, }, + ["SocketedGemsReducedDurationUniqueStaff10"] = { affix = "", "Socketed Gems have 70% reduced Skill Effect Duration", statOrder = { 436 }, level = 1, group = "DisplaySocketedGemReducedDuration", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 678608747, }, + ["SupportedByReducedManaUniqueBodyDexInt4"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 347 }, level = 1, group = "DisplaySocketedGemGetsReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1866911844, }, + ["SupportedByGenerosityUniqueBodyDexInt4_"] = { affix = "", "Socketed Gems are Supported by Level 30 Generosity", statOrder = { 348 }, level = 1, group = "DisplaySocketedGemGenerosity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2593773031, }, + ["IncreasedAuraEffectUniqueBodyDexInt4"] = { affix = "", "(10-15)% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3134 }, level = 1, group = "AuraEffectGlobal", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1880071428, }, + ["IncreasedAuraEffectUniqueJewel45"] = { affix = "", "3% increased Magnitudes of Non-Curse Auras from your Skills", statOrder = { 3134 }, level = 1, group = "AuraEffectGlobal", weightKey = { "default" }, weightVal = { 0 }, modTags = { "aura" }, tradeHash = 1880071428, }, + ["IncreasedAuraRadiusUniqueBodyDexInt4"] = { affix = "", "(20-40)% increased Area of Effect of Aura Skills", statOrder = { 1871 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 895264825, }, + ["IncreasedAuraRadiusUnique__1"] = { affix = "", "20% increased Area of Effect of Aura Skills", statOrder = { 1871 }, level = 1, group = "AuraIncreasedIncreasedAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 895264825, }, + ["IncreasedElementalDamagePerFrenzyChargeUniqueGlovesStrDex6"] = { affix = "", "(4-7)% increased Elemental Damage per Frenzy Charge", statOrder = { 1798 }, level = 1, group = "IncreasedElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 1586440250, }, + ["MinesMultipleDetonationUniqueStaff11"] = { affix = "", "Mines can be Detonated an additional time", statOrder = { 2645 }, level = 1, group = "MinesMultipleDetonation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 325437053, }, + ["GainOnslaughtWhenCullingEnemyUniqueOneHandAxe6"] = { affix = "", "You gain Onslaught for 3 seconds on Culling Strike", statOrder = { 2642 }, level = 1, group = "GainOnslaughtOnCull", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3818161429, }, + ["LocalAddedPhysicalDamageUniqueOneHandAxe6"] = { affix = "", "Adds (3-5) to (7-10) Physical Damage", statOrder = { 820 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1940865751, }, + ["LocalIncreasedPhysicalDamagePercentUniqueOneHandAxe6"] = { affix = "", "(60-80)% increased Physical Damage", statOrder = { 819 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["LifeLeechPermyriadUniqueOneHandAxe6"] = { affix = "", "Leeches 2% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["CannotBeChilledWhenOnslaughtUniqueOneHandAxe6"] = { affix = "", "100% chance to Avoid being Chilled during Onslaught", statOrder = { 2644 }, level = 1, group = "CannotBeChilledDuringOnslaught", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2872105818, }, + ["LifeRegenerationRatePercentageUniqueAmulet21"] = { affix = "", "Regenerate 4% of maximum Life per second", statOrder = { 1614 }, level = 20, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentageUniqueShieldStrInt3"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentageUniqueJewel24"] = { affix = "", "Regenerate 2% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentUniqueShieldStr5"] = { affix = "", "You and your Totems Regenerate 0.5% of maximum Life per second for each Summoned Totem", statOrder = { 9757 }, level = 1, group = "LifeRegenerationRatePercentagePerTotem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1496370423, }, + ["LifeRegenerationRatePercentUnique__1"] = { affix = "", "Regenerate 2% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentUnique__2"] = { affix = "", "Regenerate 10% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentUnique__3"] = { affix = "", "Regenerate 1% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentUnique__4_"] = { affix = "", "Regenerate 1% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentUnique__5"] = { affix = "", "Regenerate 3% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["LifeRegenerationRatePercentImplicitUnique__5"] = { affix = "", "Regenerate (1-2)% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 836936635, }, + ["RemoteMineLayingSpeedUniqueStaff11"] = { affix = "", "(40-60)% increased Mine Throwing Speed", statOrder = { 1595 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1896971621, }, + ["RemoteMineLayingSpeedUnique__1"] = { affix = "", "(10-15)% reduced Mine Throwing Speed", statOrder = { 1595 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1896971621, }, + ["RemoteMineArmingSpeedUnique__1"] = { affix = "", "Mines have (40-50)% increased Detonation Speed", statOrder = { 8274 }, level = 1, group = "MineArmingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3085465082, }, + ["LessMineDamageUniqueStaff11"] = { affix = "", "35% less Mine Damage", statOrder = { 1088 }, level = 1, group = "LessMineDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3298440988, }, + ["SupportedByRemoteMineUniqueStaff11"] = { affix = "", "Socketed Gems are Supported by Level 10 Blastchain Mine", statOrder = { 350 }, level = 1, group = "SupportedByRemoteMineLevel", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1710508327, }, + ["ColdWeaponDamageUniqueOneHandMace4"] = { affix = "", "(30-40)% increased Cold Damage with Attack Skills", statOrder = { 5259 }, level = 1, group = "ColdWeaponDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 860668586, }, + ["AddedLightningDamageWhileUnarmedUniqueGloves_1"] = { affix = "", "Adds 1 to (77-111) Lightning Damage to Unarmed Melee Hits", statOrder = { 2104 }, level = 1, group = "AddedLightningDamageWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3835522656, }, + ["AddedLightningDamageWhileUnarmedUniqueGlovesStr4_"] = { affix = "", "Adds (150-225) to (525-600) Lightning Damage to Unarmed Melee Hits", statOrder = { 2104 }, level = 1, group = "AddedLightningDamageWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3835522656, }, + ["AddedLightningDamagetoSpellsWhileUnarmedUniqueGlovesStr4"] = { affix = "", "Adds (90-135) to (315-360) Lightning Damage to Spells while Unarmed", statOrder = { 2105 }, level = 1, group = "AddedLightningDamagetoSpellsWhileUnarmed", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 3597806437, }, + ["GainEnergyShieldOnKillShockedEnemyUniqueGlovesStr4"] = { affix = "", "+(200-250) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2234 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 347328113, }, + ["GainEnergyShieldOnKillShockedEnemyUnique__1_"] = { affix = "", "+(90-120) Energy Shield gained on Killing a Shocked Enemy", statOrder = { 2234 }, level = 1, group = "GainEnergyShieldOnKillShockedEnemy", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 347328113, }, + ["CannotKnockBackUniqueOneHandMace5_"] = { affix = "", "Cannot Knock Enemies Back", statOrder = { 2625 }, level = 1, group = "CannotKnockBack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2095084973, }, + ["ChillOnAttackStunUniqueOneHandMace5"] = { affix = "", "All Attack Damage Chills when you Stun", statOrder = { 2626 }, level = 1, group = "ChillOnAttackStun", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "attack", "ailment" }, tradeHash = 2437193018, }, + ["DisplayLifeRegenerationAuraUniqueAmulet21"] = { affix = "", "Nearby Allies gain 4% of maximum Life Regenerated per second", statOrder = { 2614 }, level = 1, group = "DisplayLifeRegenerationAura", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3462673103, }, + ["DisplayManaRegenerationAuaUniqueAmulet21"] = { affix = "", "Nearby Allies gain 80% increased Mana Regeneration Rate", statOrder = { 2619 }, level = 1, group = "DisplayManaRegenerationAua", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 778848857, }, + ["IncreasedRarityWhenSlayingFrozenUniqueOneHandMace4"] = { affix = "", "40% increased Rarity of Items Dropped by Frozen Enemies", statOrder = { 2350 }, level = 1, group = "IncreasedRarityWhenSlayingFrozen", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2138434718, }, + ["SwordPhysicalDamageToAddAsFireUniqueOneHandSword10"] = { affix = "", "Gain (66-99)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3331 }, level = 1, group = "SwordPhysicalDamageToAddAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, + ["CannotBeBuffedByAlliedAurasUniqueOneHandSword11"] = { affix = "", "Allies' Aura Buffs do not affect you", statOrder = { 2632 }, level = 1, group = "CannotBeBuffedByAlliedAuras", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 1489905076, }, + ["AurasCannotBuffAlliesUniqueOneHandSword11"] = { affix = "", "Your Aura Buffs do not affect Allies", statOrder = { 2634 }, level = 1, group = "AurasCannotBuffAllies", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 4196775867, }, + ["IncreasedBuffEffectivenessUniqueOneHandSword11"] = { affix = "", "10% increased effect of Buffs on you", statOrder = { 1804 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 306104305, }, + ["IncreasedBuffEffectivenessBodyInt12"] = { affix = "", "30% increased effect of Buffs on you", statOrder = { 1804 }, level = 1, group = "IncreasedBuffEffectiveness", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 306104305, }, + ["EnemyKnockbackDirectionReversedUniqueGlovesStr5_"] = { affix = "", "Knockback direction is reversed", statOrder = { 2631 }, level = 1, group = "EnemyKnockbackDirectionReversed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 281201999, }, + ["DisplaySupportedByKnockbackUniqueGlovesStr5"] = { affix = "", "Socketed Gems are Supported by Level 10 Knockback", statOrder = { 354 }, level = 1, group = "DisplaySupportedByKnockback", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 4066711249, }, + ["LifeRegenPerMinutePerEnduranceChargeUniqueBodyDexInt3"] = { affix = "", "Regenerate 75 Life per second per Endurance Charge", statOrder = { 2624 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1898967950, }, + ["LifeRegenPerMinutePerEnduranceChargeUnique__1"] = { affix = "", "Regenerate (100-140) Life per second per Endurance Charge", statOrder = { 2624 }, level = 1, group = "LifeRegenPerMinutePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1898967950, }, + ["MonstersFleeOnFlaskUseUniqueFlask9"] = { affix = "", "75% chance to cause Enemies to Flee on use", statOrder = { 651 }, level = 1, group = "MonstersFleeOnFlaskUse", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1457911472, }, + ["PhysicalDamageOnFlaskUseUniqueFlask9"] = { affix = "", "(7-10)% more Melee Physical Damage during effect", statOrder = { 787 }, level = 1, group = "PhysicalDamageOnFlaskUse", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "physical_damage", "damage", "physical", "attack" }, tradeHash = 3636096208, }, + ["KnockbackOnFlaskUseUniqueFlask9"] = { affix = "", "Adds Knockback to Melee Attacks during Effect", statOrder = { 714 }, level = 1, group = "KnockbackOnFlaskUse", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "attack" }, tradeHash = 251342217, }, + ["CausesBleedingImplicitMarakethRapier1"] = { affix = "", "Causes Bleeding on Hit", statOrder = { 2144 }, level = 1, group = "CausesBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2091621414, }, + ["LifeAndManaOnHitImplicitMarakethClaw1"] = { affix = "", "Grants 6 Life and Mana per Enemy Hit", statOrder = { 1428 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, + ["LifeAndManaOnHitImplicitMarakethClaw2"] = { affix = "", "Grants 10 Life and Mana per Enemy Hit", statOrder = { 1428 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, + ["LifeAndManaOnHitImplicitMarakethClaw3"] = { affix = "", "Grants 14 Life and Mana per Enemy Hit", statOrder = { 1428 }, level = 1, group = "LifeAndManaOnHitLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 1420170973, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw1"] = { affix = "", "Grants 15 Life per Enemy Hit", "Grants 6 Mana per Enemy Hit", statOrder = { 970, 1431 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw2"] = { affix = "", "Grants 28 Life per Enemy Hit", "Grants 10 Mana per Enemy Hit", statOrder = { 970, 1431 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, + ["LifeAndManaOnHitSeparatedImplicitMarakethClaw3"] = { affix = "", "Grants 38 Life per Enemy Hit", "Grants 14 Mana per Enemy Hit", statOrder = { 970, 1431 }, level = 1, group = "LifeAndManaOnHitSeparatedLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "attack" }, tradeHash = 2259391009, }, + ["IcestormUniqueStaff12"] = { affix = "", "Grants Level 1 Icestorm Skill", statOrder = { 481 }, level = 1, group = "IcestormActiveSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3164659793, }, + ["PowerChargeOnMeleeStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun with Melee Damage", statOrder = { 2415 }, level = 1, group = "PowerChargeOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2318615887, }, + ["PowerChargeOnStunUniqueSceptre10"] = { affix = "", "30% chance to gain a Power Charge when you Stun", statOrder = { 2416 }, level = 1, group = "PowerChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3470535775, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueAmulet22"] = { affix = "", "+(5-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "resistance" }, tradeHash = 2901986750, }, + ["ChanceToAvoidElementalStatusAilmentsUniqueJewel46"] = { affix = "", "10% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["ChanceToBePiercedUniqueBodyStr6"] = { affix = "", "Enemy Projectiles Pierce you", statOrder = { 8844 }, level = 1, group = "ProjectilesAlwaysPierceYou", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1457679290, }, + ["IronWillUniqueGlovesStrInt4__"] = { affix = "", "Iron Will", statOrder = { 9872 }, level = 1, group = "IronWill", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 281311123, }, + ["GluttonyOfElementsUniqueAmulet23"] = { affix = "", "Grants Level 10 Gluttony of Elements Skill", statOrder = { 464 }, level = 7, group = "DisplayGluttonyOfElements", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3321235265, }, + ["SocketedGemsSupportedByPierceUniqueBodyStr6"] = { affix = "", "Socketed Gems are Supported by Level 15 Pierce", statOrder = { 361 }, level = 1, group = "DisplaySupportedByPierce", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 254728692, }, + ["LifeRegenPerActiveBuffUniqueBodyInt12"] = { affix = "", "Regenerate (12-20) Life per second per Buff on you", statOrder = { 6915 }, level = 1, group = "LifeRegenPerBuff", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 996053100, }, + ["MaceDamageJewel"] = { affix = "Brutal", "(14-16)% increased Damage with Maces", statOrder = { 1182 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1181419800, }, + ["AxeDamageJewel"] = { affix = "Sinister", "(14-16)% increased Damage with Axes", statOrder = { 1166 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3314142259, }, + ["SwordDamageJewel"] = { affix = "Vicious", "(14-16)% increased Damage with Swords", statOrder = { 1192 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 83050999, }, + ["BowDamageJewel"] = { affix = "Fierce", "(14-16)% increased Damage with Bows", statOrder = { 1186 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4188894176, }, + ["ClawDamageJewel"] = { affix = "Savage", "(14-16)% increased Damage with Claws", statOrder = { 1174 }, level = 1, group = "IncreasedClawDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1069260037, }, + ["DaggerDamageJewel"] = { affix = "Lethal", "(14-16)% increased Damage with Daggers", statOrder = { 1178 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3586984690, }, + ["WandDamageJewel"] = { affix = "Cruel", "(14-16)% increased Damage with Wands", statOrder = { 2568 }, level = 1, group = "IncreasedWandDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 379328644, }, + ["StaffDamageJewel"] = { affix = "Judging", "(14-16)% increased Damage with Quarterstaves", statOrder = { 1171 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4045894391, }, + ["OneHandedMeleeDamageJewel"] = { affix = "Soldier's", "(12-14)% increased Damage with One Handed Weapons", statOrder = { 2924 }, level = 1, group = "IncreasedOneHandedMeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1010549321, }, + ["TwoHandedMeleeDamageJewel"] = { affix = "Champion's", "(12-14)% increased Damage with Two Handed Weapons", statOrder = { 2925 }, level = 1, group = "IncreasedTwoHandedMeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1836374041, }, + ["DualWieldingMeleeDamageJewel"] = { affix = "Gladiator's", "(12-14)% increased Attack Damage while Dual Wielding", statOrder = { 1150 }, level = 1, group = "IncreasedDualWieldlingDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 444174528, }, + ["UnarmedMeleeDamageJewel"] = { affix = "Brawling", "(14-16)% increased Melee Physical Damage with Unarmed Attacks", statOrder = { 1165 }, level = 1, group = "IncreasedUnarmedDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 515842015, }, + ["MeleeDamageJewel_"] = { affix = "of Combat", "(10-12)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["ProjectileDamageJewel"] = { affix = "of Archery", "(10-12)% increased Projectile Damage", statOrder = { 1659 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, + ["ProjectileDamageJewelUniqueJewel41"] = { affix = "", "10% increased Projectile Damage", statOrder = { 1659 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, + ["SpellDamageJewel"] = { affix = "of Mysticism", "(10-12)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "SpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["StaffSpellDamageJewel"] = { affix = "Wizard's", "(14-16)% increased Spell Damage while wielding a Staff", statOrder = { 1114 }, level = 1, group = "StaffSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3496944181, }, + ["DualWieldingSpellDamageJewel_"] = { affix = "Sorcerer's", "(14-16)% increased Spell Damage while Dual Wielding", statOrder = { 1117 }, level = 1, group = "DualWieldingSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1678690824, }, + ["ShieldSpellDamageJewel"] = { affix = "Battlemage's", "(14-16)% increased Spell Damage while holding a Shield", statOrder = { 1116 }, level = 1, group = "ShieldSpellDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1766142294, }, + ["TrapDamageJewel"] = { affix = "Trapping", "(14-16)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["MineDamageJewel"] = { affix = "Sabotage", "(14-16)% increased Mine Damage", statOrder = { 1087 }, level = 1, group = "MineDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2137912951, }, + ["DamageJewel"] = { affix = "of Wounding", "(8-10)% increased Damage", statOrder = { 1083 }, level = 1, group = "DamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2154246560, }, + ["MinionDamageJewel"] = { affix = "Leadership", "Minions deal (14-16)% increased Damage", statOrder = { 1642 }, level = 1, group = "MinionDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, + ["FireDamageJewel"] = { affix = "Flaming", "(14-16)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["ColdDamageJewel"] = { affix = "Chilling", "(14-16)% increased Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["LightningDamageJewel"] = { affix = "Humming", "(14-16)% increased Lightning Damage", statOrder = { 854 }, level = 1, group = "LightningDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["PhysicalDamageJewel"] = { affix = "Sharpened", "(14-16)% increased Global Physical Damage", statOrder = { 1118 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, + ["PhysicalDamagePercentUnique___1"] = { affix = "", "(10-15)% increased Global Physical Damage", statOrder = { 1118 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, + ["DamageOverTimeJewel"] = { affix = "of Entropy", "(10-12)% increased Damage over Time", statOrder = { 1100 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 967627487, }, + ["DamageOverTimeUnique___1"] = { affix = "", "(8-12)% increased Damage over Time", statOrder = { 1100 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 967627487, }, + ["ChaosDamageJewel"] = { affix = "Chaotic", "(9-13)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "ChaosDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["AreaDamageJewel"] = { affix = "of Blasting", "(10-12)% increased Area Damage", statOrder = { 1695 }, level = 1, group = "AreaDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 4251717817, }, + ["MaceAttackSpeedJewel"] = { affix = "Beating", "(6-8)% increased Attack Speed with Maces or Sceptres", statOrder = { 1255 }, level = 1, group = "MaceAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2515515064, }, + ["AxeAttackSpeedJewel"] = { affix = "Cleaving", "(6-8)% increased Attack Speed with Axes", statOrder = { 1251 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3550868361, }, + ["SwordAttackSpeedJewel"] = { affix = "Fencing", "(6-8)% increased Attack Speed with Swords", statOrder = { 1257 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, + ["BowAttackSpeedJewel"] = { affix = "Volleying", "(6-8)% increased Attack Speed with Bows", statOrder = { 1256 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3759735052, }, + ["ClawAttackSpeedJewel"] = { affix = "Ripping", "(6-8)% increased Attack Speed with Claws", statOrder = { 1253 }, level = 1, group = "ClawAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1421645223, }, + ["DaggerAttackSpeedJewel"] = { affix = "Slicing", "(6-8)% increased Attack Speed with Daggers", statOrder = { 1254 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2538566497, }, + ["WandAttackSpeedJewel"] = { affix = "Jinxing", "(6-8)% increased Attack Speed with Wands", statOrder = { 1258 }, level = 1, group = "WandAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3720627346, }, + ["StaffAttackSpeedJewel"] = { affix = "Blunt", "(6-8)% increased Attack Speed with Quarterstaves", statOrder = { 1252 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3283482523, }, + ["OneHandedMeleeAttackSpeedJewel"] = { affix = "Bandit's", "(4-6)% increased Attack Speed with One Handed Melee Weapons", statOrder = { 1250 }, level = 1, group = "OneHandedMeleeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1813451228, }, + ["TwoHandedMeleeAttackSpeedJewel"] = { affix = "Warrior's", "(4-6)% increased Attack Speed with Two Handed Melee Weapons", statOrder = { 1249 }, level = 1, group = "TwoHandedMeleeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1917910910, }, + ["DualWieldingAttackSpeedJewel"] = { affix = "Harmonic", "(4-6)% increased Attack Speed while Dual Wielding", statOrder = { 1246 }, level = 1, group = "AttackSpeedWhileDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 4249220643, }, + ["DualWieldingCastSpeedJewel"] = { affix = "Resonant", "(3-5)% increased Cast Speed while Dual Wielding", statOrder = { 1277 }, level = 1, group = "CastSpeedWhileDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2382196858, }, + ["ShieldAttackSpeedJewel"] = { affix = "Charging", "(4-6)% increased Attack Speed while holding a Shield", statOrder = { 1248 }, level = 1, group = "AttackSpeedWithAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3805075944, }, + ["ShieldCastSpeedJewel"] = { affix = "Warding", "(3-5)% increased Cast Speed while holding a Shield", statOrder = { 1278 }, level = 1, group = "CastSpeedWithAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 1612163368, }, + ["StaffCastSpeedJewel"] = { affix = "Wright's", "(3-5)% increased Cast Speed while wielding a Staff", statOrder = { 1279 }, level = 1, group = "CastSpeedWithAStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2066542501, }, + ["UnarmedAttackSpeedJewel"] = { affix = "Furious", "(6-8)% increased Unarmed Attack Speed with Melee Skills", statOrder = { 1261 }, level = 1, group = "AttackSpeedWhileUnarmedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 1584440377, }, + ["AttackSpeedJewel"] = { affix = "of Berserking", "(3-5)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["ProjectileSpeedJewel"] = { affix = "of Soaring", "(6-8)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "IncreasedProjectileSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["CastSpeedJewel"] = { affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["TrapThrowSpeedJewel"] = { affix = "Honed", "(6-8)% increased Trap Throwing Speed", statOrder = { 1594 }, level = 1, group = "TrapThrowSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 118398748, }, + ["MineLaySpeedJewel"] = { affix = "Arming", "(6-8)% increased Mine Throwing Speed", statOrder = { 1595 }, level = 1, group = "MineLaySpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 1896971621, }, + ["AttackAndCastSpeedJewel"] = { affix = "of Zeal", "(2-4)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedJewelUniqueJewel43"] = { affix = "", "4% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__1"] = { affix = "", "(10-15)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 75, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__2"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__3"] = { affix = "", "(6-9)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__4"] = { affix = "", "(6-10)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__5"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__6"] = { affix = "", "(5-7)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUnique__7"] = { affix = "", "(5-8)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["StrengthDexterityUnique__1"] = { affix = "", "+20 to Strength and Dexterity", statOrder = { 1071 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, + ["StrengthDexterityImplicitSword_1"] = { affix = "", "+50 to Strength and Dexterity", statOrder = { 1071 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 538848803, }, + ["StrengthIntelligenceUnique__1"] = { affix = "", "+20 to Strength and Intelligence", statOrder = { 1072 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, + ["StrengthIntelligenceUnique__2"] = { affix = "", "+(10-30) to Strength and Intelligence", statOrder = { 1072 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 1535626285, }, + ["DexterityIntelligenceUnique__1__"] = { affix = "", "+20 to Dexterity and Intelligence", statOrder = { 1073 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 2300185227, }, + ["PhysicalDamageWhileHoldingAShield"] = { affix = "Flanking", "(12-14)% increased Attack Damage while holding a Shield", statOrder = { 1097 }, level = 1, group = "DamageWhileHoldingAShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1393393937, }, + ["FireGemCastSpeedJewel"] = { affix = "Pyromantic", "(3-5)% increased Cast Speed with Fire Skills", statOrder = { 1206 }, level = 1, group = "FireGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "caster", "speed" }, tradeHash = 1476643878, }, + ["ColdGemCastSpeedJewel"] = { affix = "Cryomantic", "(3-5)% increased Cast Speed with Cold Skills", statOrder = { 1214 }, level = 1, group = "ColdGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "caster", "speed" }, tradeHash = 928238845, }, + ["LightningGemCastSpeedJewel_"] = { affix = "Electromantic", "(3-5)% increased Cast Speed with Lightning Skills", statOrder = { 1219 }, level = 1, group = "LightningGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "caster", "speed" }, tradeHash = 1788635023, }, + ["ChaosGemCastSpeedJewel"] = { affix = "Withering", "(3-5)% increased Cast Speed with Chaos Skills", statOrder = { 1225 }, level = 1, group = "ChaosGemCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "caster", "speed" }, tradeHash = 2054902222, }, + ["CurseCastSpeedJewel_"] = { affix = "of Blasphemy", "Curse Skills have (5-10)% increased Cast Speed", statOrder = { 1866 }, level = 1, group = "CurseCastSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, + ["StrengthJewel"] = { affix = "of Strength", "+(12-16) to Strength", statOrder = { 943 }, level = 1, group = "StrengthForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["DexterityJewel"] = { affix = "of Dexterity", "+(12-16) to Dexterity", statOrder = { 944 }, level = 1, group = "DexterityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["IntelligenceJewel"] = { affix = "of Intelligence", "+(12-16) to Intelligence", statOrder = { 945 }, level = 1, group = "IntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["StrengthDexterityJewel"] = { affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrder = { 1071 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 538848803, }, + ["StrengthIntelligenceJewel"] = { affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrder = { 1072 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1535626285, }, + ["DexterityIntelligenceJewel"] = { affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrder = { 1073 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2300185227, }, + ["AllAttributesJewel"] = { affix = "of Adaption", "+(6-8) to all Attributes", statOrder = { 942 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1379411836, }, + ["IncreasedLifeJewel"] = { affix = "Healthy", "+(8-12) to maximum Life", statOrder = { 866 }, level = 1, group = "IncreasedLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 3299347043, }, + ["PercentIncreasedLifeJewel"] = { affix = "Vivid", "(5-7)% increased maximum Life", statOrder = { 867 }, level = 1, group = "PercentIncreasedLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["IncreasedManaJewel"] = { affix = "Learned", "+(8-12) to maximum Mana", statOrder = { 868 }, level = 1, group = "IncreasedManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 1050105434, }, + ["PercentIncreasedManaJewel"] = { affix = "Enlightened", "(8-10)% increased maximum Mana", statOrder = { 869 }, level = 1, group = "PercentIncreasedManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["IncreasedManaRegenJewel"] = { affix = "Energetic", "(12-15)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "IncreasedManaRegenForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["IncreasedEnergyShieldJewel_"] = { affix = "Glowing", "+(8-12) to maximum Energy Shield", statOrder = { 864 }, level = 1, group = "IncreasedEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3489782002, }, + ["EnergyShieldJewel"] = { affix = "Shimmering", "(6-8)% increased maximum Energy Shield", statOrder = { 865 }, level = 1, group = "EnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["IncreasedLifeAndManaJewel"] = { affix = "Determined", "+(4-6) to maximum Life", "+(4-6) to maximum Mana", statOrder = { 866, 868 }, level = 1, group = "LifeAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 1843765141, }, + ["PercentIncreasedLifeAndManaJewel"] = { affix = "Passionate", "(2-4)% increased maximum Life", "(4-6)% increased maximum Mana", statOrder = { 867, 869 }, level = 1, group = "PercentageLifeAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "green_herring", "resource", "life", "mana" }, tradeHash = 815489141, }, + ["EnergyShieldAndManaJewel"] = { affix = "Wise", "(2-4)% increased maximum Energy Shield", "(4-6)% increased maximum Mana", statOrder = { 865, 869 }, level = 1, group = "EnergyShieldAndManaForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "mana", "defences" }, tradeHash = 90481046, }, + ["LifeAndEnergyShieldJewel"] = { affix = "Faithful", "(2-4)% increased maximum Energy Shield", "(2-4)% increased maximum Life", statOrder = { 865, 867 }, level = 1, group = "LifeAndEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 1207485992, }, + ["LifeLeechPermyriadJewel"] = { affix = "Hungering", "Leech (0.2-0.4)% of Physical Attack Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechPermyriadForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 2557965901, }, + ["ManaLeechPermyriadJewel"] = { affix = "Thirsting", "Leech (0.2-0.4)% of Physical Attack Damage as Mana", statOrder = { 975 }, level = 1, group = "ManaLeechPermyriadForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, tradeHash = 707457662, }, + ["LifeOnHitJewel"] = { affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 969 }, level = 1, group = "LifeGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 2797971005, }, + ["ManaOnHitJewel"] = { affix = "of Absorption", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrder = { 1430 }, level = 1, group = "ManaGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, tradeHash = 820939409, }, + ["EnergyShieldOnHitJewel"] = { affix = "of Focus", "Gain (2-3) Energy Shield per Enemy Hit with Attacks", statOrder = { 1433 }, level = 1, group = "EnergyShieldGainPerTargetForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences", "attack" }, tradeHash = 211381198, }, + ["LifeRecoupJewel"] = { affix = "of Infusion", "(4-6)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["IncreasedArmourJewel"] = { affix = "Armoured", "(14-18)% increased Armour", statOrder = { 861 }, level = 1, group = "IncreasedArmourForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["IncreasedEvasionJewel"] = { affix = "Evasive", "(14-18)% increased Evasion Rating", statOrder = { 863 }, level = 1, group = "IncreasedEvasionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["ArmourEvasionJewel"] = { affix = "Fighter's", "(6-12)% increased Armour", "(6-12)% increased Evasion Rating", statOrder = { 861, 863 }, level = 1, group = "ArmourEvasionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "evasion", "defences" }, tradeHash = 855315578, }, + ["ArmourEnergyShieldJewel"] = { affix = "Paladin's", "(6-12)% increased Armour", "(2-4)% increased maximum Energy Shield", statOrder = { 861, 865 }, level = 1, group = "ArmourEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 1627905397, }, + ["EvasionEnergyShieldJewel"] = { affix = "Rogue's", "(6-12)% increased Evasion Rating", "(2-4)% increased maximum Energy Shield", statOrder = { 863, 865 }, level = 1, group = "EvasionEnergyShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "evasion", "defences" }, tradeHash = 3667468782, }, + ["IncreasedDefensesJewel"] = { affix = "Defensive", "(4-6)% increased Global Defences", statOrder = { 2475 }, level = 1, group = "IncreasedDefensesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "defences" }, tradeHash = 1389153006, }, + ["ItemRarityJewel"] = { affix = "of Raiding", "(4-6)% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "ItemRarityForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3917489142, }, + ["IncreasedAccuracyJewel"] = { affix = "of Accuracy", "+(20-40) to Accuracy Rating", statOrder = { 859 }, level = 1, group = "IncreasedAccuracyForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 803737631, }, + ["PercentIncreasedAccuracyJewel"] = { affix = "of Precision", "(10-14)% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 624954515, }, + ["PercentIncreasedAccuracyJewelUnique__1"] = { affix = "", "20% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 624954515, }, + ["AccuracyAndCritsJewel"] = { affix = "of Deadliness", "(6-10)% increased Critical Hit Chance", "(6-10)% increased Accuracy Rating", statOrder = { 929, 1264 }, level = 1, group = "AccuracyAndCritsForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2639697810, }, + ["CriticalStrikeChanceJewel"] = { affix = "of Menace", "(8-12)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["CriticalStrikeMultiplierJewel"] = { affix = "of Potency", "(9-12)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["CritChanceWithMaceJewel"] = { affix = "of Striking FIX ME", "(12-16)% increased Critical Hit Chance with Maces or Sceptres", statOrder = { 1297 }, level = 1, group = "CritChanceWithMaceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 107161577, }, + ["CritChanceWithAxeJewel"] = { affix = "of Biting FIX ME", "(12-16)% increased Critical Hit Chance with Axes", statOrder = { 1300 }, level = 1, group = "CritChanceWithAxeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2560468845, }, + ["CritChanceWithSwordJewel"] = { affix = "of Stinging FIX ME", "(12-16)% increased Critical Hit Chance with Swords", statOrder = { 1296 }, level = 1, group = "CritChanceWithSwordForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2630620421, }, + ["CritChanceWithBowJewel"] = { affix = "of the Sniper FIX ME", "(12-16)% increased Critical Hit Chance with Bows", statOrder = { 1293 }, level = 1, group = "CritChanceWithBowForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2091591880, }, + ["CritChanceWithClawJewel"] = { affix = "of the Eagle FIX ME", "(12-16)% increased Critical Hit Chance with Claws", statOrder = { 1294 }, level = 1, group = "CritChanceWithClawForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3428039188, }, + ["CritChanceWithDaggerJewel"] = { affix = "of Needling FIX ME", "(12-16)% increased Critical Hit Chance with Daggers", statOrder = { 1295 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 4018186542, }, + ["CritChanceWithWandJewel"] = { affix = "of Divination FIX ME", "(12-16)% increased Critical Hit Chance with Wands", statOrder = { 1299 }, level = 1, group = "CritChanceWithWandForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1729982003, }, + ["CritChanceWithStaffJewel"] = { affix = "of Tyranny FIX ME", "(12-16)% increased Critical Hit Chance with Quarterstaves", statOrder = { 1298 }, level = 1, group = "CritChanceWithStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3621953418, }, + ["CritMultiplierWithMaceJewel"] = { affix = "of Crushing FIX ME", "+(8-10)% to Critical Damage Bonus with Maces or Sceptres", statOrder = { 1317 }, level = 1, group = "CritMultiplierWithMaceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 458899422, }, + ["CritMultiplierWithAxeJewel"] = { affix = "of Execution FIX ME", "+(8-10)% to Critical Damage Bonus with Axes", statOrder = { 1318 }, level = 1, group = "CritMultiplierWithAxeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 4219746989, }, + ["CritMultiplierWithSwordJewel"] = { affix = "of Severing FIX ME", "+(8-10)% to Critical Damage Bonus with Swords", statOrder = { 1320 }, level = 1, group = "CritMultiplierWithSwordForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3114492047, }, + ["CritMultiplierWithBowJewel"] = { affix = "of the Hunter FIX ME", "(8-10)% increased Critical Damage Bonus with Bows", statOrder = { 1319 }, level = 1, group = "CritMultiplierWithBowForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1712221299, }, + ["CritMultiplierWithClawJewel"] = { affix = "of the Bear FIX ME", "+(8-10)% to Critical Damage Bonus with Claws", statOrder = { 1322 }, level = 1, group = "CritMultiplierWithClawForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2811834828, }, + ["CritMultiplierWithDaggerJewel"] = { affix = "of Assassination FIX ME", "(8-10)% increased Critical Damage Bonus with Daggers", statOrder = { 1316 }, level = 1, group = "CritMultiplierWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3998601568, }, + ["CritMultiplierWithWandJewel_"] = { affix = "of Evocation FIX ME", "+(8-10)% to Critical Damage Bonus with Wands", statOrder = { 1321 }, level = 1, group = "CritMultiplierWithWandForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1241396104, }, + ["CritMultiplierWithStaffJewel"] = { affix = "of Trauma FIX ME", "(8-10)% increased Critical Damage Bonus with Quarterstaves", statOrder = { 1323 }, level = 1, group = "CritMultiplierWithStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 1661096452, }, + ["OneHandedCritChanceJewel"] = { affix = "Harming", "(14-18)% increased Critical Hit Chance with One Handed Melee Weapons", statOrder = { 1306 }, level = 1, group = "OneHandedCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 2381842786, }, + ["TwoHandedCritChanceJewel"] = { affix = "Sundering", "(14-18)% increased Critical Hit Chance with Two Handed Melee Weapons", statOrder = { 1304 }, level = 1, group = "TwoHandedCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 764295120, }, + ["DualWieldingCritChanceJewel"] = { affix = "Technical", "(14-18)% increased Attack Critical Hit Chance while Dual Wielding", statOrder = { 1308 }, level = 1, group = "DualWieldingCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 3702513529, }, + ["ShieldCritChanceJewel"] = { affix = "", "(10-14)% increased Critical Hit Chance while holding a Shield", statOrder = { 1302 }, level = 1, group = "ShieldCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1215447494, }, + ["MeleeCritChanceJewel"] = { affix = "of Weight", "(10-14)% increased Melee Critical Hit Chance", statOrder = { 1307 }, level = 1, group = "MeleeCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1199429645, }, + ["SpellCritChanceJewel"] = { affix = "of Annihilation", "(10-14)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["TrapCritChanceJewel_"] = { affix = "Inescapable", "(12-16)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1192661666, }, + ["TrapCritChanceUnique__1"] = { affix = "", "(100-120)% increased Critical Hit Chance with Traps", statOrder = { 932 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1192661666, }, + ["MineCritChanceJewel"] = { affix = "Crippling", "(12-16)% increased Critical Hit Chance with Mines", statOrder = { 1303 }, level = 1, group = "MineCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 214031493, }, + ["FireCritChanceJewel"] = { affix = "Incinerating", "(14-18)% increased Critical Hit Chance with Fire Skills", statOrder = { 1309 }, level = 1, group = "FireCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "critical" }, tradeHash = 1104796138, }, + ["ColdCritChanceJewel"] = { affix = "Avalanching", "(14-18)% increased Critical Hit Chance with Cold Skills", statOrder = { 1311 }, level = 1, group = "ColdCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "critical" }, tradeHash = 3337344042, }, + ["LightningCritChanceJewel"] = { affix = "Thundering", "(14-18)% increased Critical Hit Chance with Lightning Skills", statOrder = { 1310 }, level = 1, group = "LightningCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "critical" }, tradeHash = 1186596295, }, + ["ElementalCritChanceJewel"] = { affix = "of the Apocalypse", "(10-14)% increased Critical Hit Chance with Elemental Skills", statOrder = { 1312 }, level = 1, group = "ElementalCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "critical" }, tradeHash = 439950087, }, + ["ChaosCritChanceJewel"] = { affix = "Obliterating", "(12-16)% increased Critical Hit Chance with Chaos Skills", statOrder = { 1313 }, level = 1, group = "ChaosCritChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, tradeHash = 1424360933, }, + ["OneHandCritMultiplierJewel_"] = { affix = "Piercing", "(15-18)% increased Critical Damage Bonus with One Handed Melee Weapons", statOrder = { 1325 }, level = 1, group = "OneHandCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 670153687, }, + ["TwoHandCritMultiplierJewel"] = { affix = "Rupturing", "+(15-18)% to Critical Damage Bonus with Two Handed Melee Weapons", statOrder = { 1305 }, level = 1, group = "TwoHandCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 252507949, }, + ["DualWieldingCritMultiplierJewel"] = { affix = "Puncturing", "+(15-18)% to Critical Damage Bonus while Dual Wielding", statOrder = { 3800 }, level = 1, group = "DualWieldingCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 2546185479, }, + ["ShieldCritMultiplierJewel"] = { affix = "", "+(6-8)% to Melee Critical Damage Bonus while holding a Shield", statOrder = { 1328 }, level = 1, group = "ShieldCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 3668589927, }, + ["MeleeCritMultiplier"] = { affix = "of Demolishing", "+(12-15)% to Melee Critical Damage Bonus", statOrder = { 1326 }, level = 1, group = "MeleeCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, tradeHash = 4237442815, }, + ["SpellCritMultiplier"] = { affix = "of Unmaking", "(12-15)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, tradeHash = 274716455, }, + ["TrapCritMultiplier"] = { affix = "Debilitating", "+(8-10)% to Critical Damage Bonus with Traps", statOrder = { 936 }, level = 1, group = "TrapCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 1780168381, }, + ["MineCritMultiplier"] = { affix = "Incapacitating", "+(8-10)% to Critical Damage Bonus with Mines", statOrder = { 1329 }, level = 1, group = "MineCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical" }, tradeHash = 2529112796, }, + ["FireCritMultiplier"] = { affix = "Infernal", "+(15-18)% to Critical Damage Bonus with Fire Skills", statOrder = { 1330 }, level = 1, group = "FireCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "critical" }, tradeHash = 2307547323, }, + ["ColdCritMultiplier"] = { affix = "Arctic", "+(15-18)% to Critical Damage Bonus with Cold Skills", statOrder = { 1332 }, level = 1, group = "ColdCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "critical" }, tradeHash = 915908446, }, + ["LightningCritMultiplier"] = { affix = "Surging", "+(15-18)% to Critical Damage Bonus with Lightning Skills", statOrder = { 1331 }, level = 1, group = "LightningCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, tradeHash = 2441475928, }, + ["ElementalCritMultiplier"] = { affix = "of the Elements", "+(12-15)% to Critical Damage Bonus with Elemental Skills", statOrder = { 1333 }, level = 1, group = "ElementalCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, tradeHash = 1569407745, }, + ["ChaosCritMultiplier"] = { affix = "", "+(8-10)% to Critical Damage Bonus with Chaos Skills", statOrder = { 1334 }, level = 1, group = "ChaosCritMultiplierForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, tradeHash = 2710238363, }, + ["FireResistanceJewel"] = { affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrder = { 954 }, level = 1, group = "FireResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3372524247, }, + ["ColdResistanceJewel"] = { affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrder = { 955 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 4220027924, }, + ["LightningResistanceJewel"] = { affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrder = { 956 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1671376347, }, + ["FireColdResistanceJewel"] = { affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrder = { 2444 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "resistance" }, tradeHash = 2915988346, }, + ["FireLightningResistanceJewel"] = { affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrder = { 2445 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "lightning", "resistance" }, tradeHash = 3441501978, }, + ["ColdLightningResistanceJewel"] = { affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrder = { 2446 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "resistance" }, tradeHash = 4277795662, }, + ["AllResistancesJewel"] = { affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrder = { 953 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 2901986750, }, + ["ChaosResistanceJewel"] = { affix = "of Order", "+(7-13)% to Chaos Resistance", statOrder = { 957 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, tradeHash = 2923486259, }, + ["StunDurationJewel"] = { affix = "of Stunning", "(10-14)% increased Stun Duration on Enemies", statOrder = { 982 }, level = 1, group = "StunDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2517001139, }, ["StunRecoveryJewel"] = { affix = "of Recovery", "(25-35)% increased Stun Recovery", statOrder = { 989 }, level = 1, group = "StunRecoveryForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2511217560, }, - ["ManaCostReductionJewel"] = { affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrder = { 1574 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, - ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrder = { 1574 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, - ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrder = { 1574 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, - ["FasterAilmentDamageJewel"] = { affix = "Decrepifying", "Damaging Ailments deal damage (4-6)% faster", statOrder = { 5552 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 538241406, }, - ["AuraRadiusJewel"] = { affix = "Hero's FIX ME", "(10-15)% increased Area of Effect of Aura Skills", statOrder = { 1892 }, level = 1, group = "AuraRadiusForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "aura" }, tradeHash = 895264825, }, - ["CurseRadiusJewel"] = { affix = "Hexing FIX ME", "(8-10)% increased Area of Effect of Curses", statOrder = { 1893 }, level = 1, group = "CurseRadiusForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 153777645, }, - ["AvoidIgniteJewel"] = { affix = "Dousing FIX ME", "(6-8)% chance to Avoid being Ignited", statOrder = { 1543 }, level = 1, group = "AvoidIgniteForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, - ["AvoidShockJewel"] = { affix = "Insulating FIX ME", "(6-8)% chance to Avoid being Shocked", statOrder = { 1545 }, level = 1, group = "AvoidShockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, - ["AvoidFreezeJewel"] = { affix = "Thawing FIX ME", "(6-8)% chance to Avoid being Frozen", statOrder = { 1542 }, level = 1, group = "AvoidFreezeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1514829491, }, - ["AvoidChillJewel"] = { affix = "Heating FIX ME", "(6-8)% chance to Avoid being Chilled", statOrder = { 1541 }, level = 1, group = "AvoidChillForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3483999943, }, - ["AvoidStunJewel"] = { affix = "FIX ME", "(6-8)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStunForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 4262448838, }, + ["ManaCostReductionJewel"] = { affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrder = { 1557 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, + ["ManaCostReductionUniqueJewel44"] = { affix = "", "3% reduced Mana Cost of Skills", statOrder = { 1557 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, + ["ManaCostIncreasedUniqueCorruptedJewel3"] = { affix = "", "50% increased Mana Cost of Skills", statOrder = { 1557 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 474294393, }, + ["FasterAilmentDamageJewel"] = { affix = "Decrepifying", "Damaging Ailments deal damage (4-6)% faster", statOrder = { 5606 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 538241406, }, + ["AuraRadiusJewel"] = { affix = "Hero's FIX ME", "(10-15)% increased Area of Effect of Aura Skills", statOrder = { 1871 }, level = 1, group = "AuraRadiusForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "aura" }, tradeHash = 895264825, }, + ["CurseRadiusJewel"] = { affix = "Hexing FIX ME", "(8-10)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 1, group = "CurseRadiusForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 153777645, }, + ["AvoidIgniteJewel"] = { affix = "Dousing FIX ME", "(6-8)% chance to Avoid being Ignited", statOrder = { 1526 }, level = 1, group = "AvoidIgniteForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1783006896, }, + ["AvoidShockJewel"] = { affix = "Insulating FIX ME", "(6-8)% chance to Avoid being Shocked", statOrder = { 1528 }, level = 1, group = "AvoidShockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1871765599, }, + ["AvoidFreezeJewel"] = { affix = "Thawing FIX ME", "(6-8)% chance to Avoid being Frozen", statOrder = { 1525 }, level = 1, group = "AvoidFreezeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1514829491, }, + ["AvoidChillJewel"] = { affix = "Heating FIX ME", "(6-8)% chance to Avoid being Chilled", statOrder = { 1524 }, level = 1, group = "AvoidChillForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3483999943, }, + ["AvoidStunJewel"] = { affix = "FIX ME", "(6-8)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStunForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 4262448838, }, ["ChanceToFreezeJewel"] = { affix = "FIX ME", "(2-3)% chance to Freeze", statOrder = { 985 }, level = 1, group = "ChanceToFreezeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 44571480, }, - ["ChanceToIgniteJewel_"] = { affix = "FIX ME", "(2-3)% chance to Ignite", statOrder = { 983 }, level = 1, group = "ChanceToIgniteForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1335054179, }, ["ChanceToShockJewel"] = { affix = "FIX ME", "(2-3)% chance to Shock", statOrder = { 987 }, level = 1, group = "ChanceToShockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1538773178, }, - ["EnduranceChargeDurationJewel"] = { affix = "of Endurance", "(10-14)% increased Endurance Charge Duration", statOrder = { 1808 }, level = 1, group = "EnduranceChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, - ["FrenzyChargeDurationJewel"] = { affix = "of Frenzy", "(10-14)% increased Frenzy Charge Duration", statOrder = { 1810 }, level = 1, group = "FrenzyChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, - ["PowerChargeDurationJewel_"] = { affix = "of Power", "(10-14)% increased Power Charge Duration", statOrder = { 1825 }, level = 1, group = "PowerChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 3872306017, }, - ["KnockbackChanceJewel_"] = { affix = "of Fending", "(4-6)% chance to Knock Enemies Back on hit", statOrder = { 1681 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 977908611, }, - ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrder = { 1681 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 977908611, }, - ["BlockDualWieldingJewel"] = { affix = "Parrying", "+1% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1070 }, level = 1, group = "BlockDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 2166444903, }, - ["BlockShieldJewel"] = { affix = "Shielding", "+1% Chance to Block Attack Damage while holding a Shield", statOrder = { 1053 }, level = 1, group = "BlockShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 4061558269, }, - ["BlockStaffJewel"] = { affix = "Deflecting", "+1% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1064 }, level = 1, group = "BlockStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 1778298516, }, - ["DualWieldingSpellBlockForJewel"] = { affix = "Dissipating", "+1% Chance to Block Spell Damage while Dual Wielding", statOrder = { 1057 }, level = 1, group = "DualWieldingSpellBlockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 138741818, }, - ["ShieldSpellBlockJewel"] = { affix = "Thwarting", "+1% Chance to Block Spell Damage while holding a Shield", statOrder = { 1054 }, level = 1, group = "ShieldSpellBlockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 938645499, }, - ["StaffSpellBlockJewel"] = { affix = "Halting", "+1% Chance to Block Spell Damage while wielding a Staff", statOrder = { 1061 }, level = 1, group = "StaffSpellBlockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 2120297997, }, - ["FreezeDurationJewel"] = { affix = "of the Glacier", "(12-16)% increased Chill and Freeze Duration on Enemies", statOrder = { 5181 }, level = 1, group = "FreezeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1308198396, }, - ["ShockDurationJewel"] = { affix = "of the Storm", "(12-16)% increased Shock Duration", statOrder = { 1554 }, level = 1, group = "ShockDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, - ["IgniteDurationJewel"] = { affix = "of Immolation", "(3-5)% increased Ignite Duration on Enemies", statOrder = { 1556 }, level = 1, group = "BurnDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, - ["ChillAndShockEffectOnYouJewel"] = { affix = "of Insulation", "15% reduced effect of Chill and Shock on you", statOrder = { 8841 }, level = 1, group = "ChillAndShockEffectOnYouJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, tradeHash = 1984113628, }, - ["CurseEffectOnYouJewel"] = { affix = "of Hexwarding", "(25-30)% reduced effect of Curses on you", statOrder = { 1855 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "curse" }, tradeHash = 3407849389, }, + ["EnduranceChargeDurationJewel"] = { affix = "of Endurance", "(10-14)% increased Endurance Charge Duration", statOrder = { 1785 }, level = 1, group = "EnduranceChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, + ["FrenzyChargeDurationJewel"] = { affix = "of Frenzy", "(10-14)% increased Frenzy Charge Duration", statOrder = { 1787 }, level = 1, group = "FrenzyChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, + ["PowerChargeDurationJewel_"] = { affix = "of Power", "(10-14)% increased Power Charge Duration", statOrder = { 1802 }, level = 1, group = "PowerChargeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 3872306017, }, + ["KnockbackChanceJewel_"] = { affix = "of Fending", "(4-6)% chance to Knock Enemies Back on hit", statOrder = { 1658 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 977908611, }, + ["KnockbackChanceUnique__1"] = { affix = "", "10% chance to Knock Enemies Back on hit", statOrder = { 1658 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 977908611, }, + ["BlockDualWieldingJewel"] = { affix = "Parrying", "+1% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1056 }, level = 1, group = "BlockDualWieldingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 2166444903, }, + ["BlockShieldJewel"] = { affix = "Shielding", "+1% Chance to Block Attack Damage while holding a Shield", statOrder = { 1052 }, level = 1, group = "BlockShieldForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 4061558269, }, + ["BlockStaffJewel"] = { affix = "Deflecting", "+1% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1055 }, level = 1, group = "BlockStaffForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 1778298516, }, + ["FreezeDurationJewel"] = { affix = "of the Glacier", "(12-16)% increased Chill and Freeze Duration on Enemies", statOrder = { 5214 }, level = 1, group = "FreezeDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1308198396, }, + ["ShockDurationJewel"] = { affix = "of the Storm", "(12-16)% increased Shock Duration", statOrder = { 1537 }, level = 1, group = "ShockDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, + ["IgniteDurationJewel"] = { affix = "of Immolation", "(3-5)% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "BurnDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1086147743, }, + ["ChillAndShockEffectOnYouJewel"] = { affix = "of Insulation", "15% reduced effect of Chill and Shock on you", statOrder = { 9106 }, level = 1, group = "ChillAndShockEffectOnYouJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, tradeHash = 1984113628, }, + ["CurseEffectOnYouJewel"] = { affix = "of Hexwarding", "(25-30)% reduced effect of Curses on you", statOrder = { 1832 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "curse" }, tradeHash = 3407849389, }, ["IgniteDurationOnYouJewel"] = { affix = "of the Flameruler", "(30-35)% reduced Ignite Duration on you", statOrder = { 992 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 986397080, }, - ["ChillEffectOnYouJewel"] = { affix = "of the Snowbreather", "(30-35)% reduced Effect of Chill on you", statOrder = { 1436 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1478653032, }, - ["ShockEffectOnYouJewel"] = { affix = "of the Stormdweller", "(30-35)% reduced effect of Shock on you", statOrder = { 8842 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3801067695, }, + ["ChillEffectOnYouJewel"] = { affix = "of the Snowbreather", "(30-35)% reduced Effect of Chill on you", statOrder = { 1419 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1478653032, }, + ["ShockEffectOnYouJewel"] = { affix = "of the Stormdweller", "(30-35)% reduced effect of Shock on you", statOrder = { 9107 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3801067695, }, ["PoisonDurationOnYouJewel"] = { affix = "of Neutralisation", "(30-35)% reduced Poison Duration on you", statOrder = { 996 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3301100256, }, - ["BleedDurationOnYouJewel"] = { affix = "of Stemming", "(30-35)% reduced Bleeding Duration on you", statOrder = { 991 }, level = 1, group = "ReducedBleedDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, - ["ManaReservationEfficiencyJewel"] = { affix = "Cerebral", "(2-3)% increased Mana Reservation Efficiency of Skills", statOrder = { 1896 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, - ["FlaskDurationJewel"] = { affix = "Prolonging", "(6-10)% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["FreezeChanceAndDurationJewel"] = { affix = "of Freezing", "(3-5)% chance to Freeze", "(12-16)% increased Freeze Duration on Enemies", statOrder = { 985, 1555 }, level = 1, group = "FreezeChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1936010701, }, - ["ShockChanceAndDurationJewel"] = { affix = "of Shocking", "(3-5)% chance to Shock", "(12-16)% increased Shock Duration", statOrder = { 987, 1554 }, level = 1, group = "ShockChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2971420375, }, - ["IgniteChanceAndDurationJewel"] = { affix = "of Burning", "(3-5)% chance to Ignite", "(6-8)% increased Ignite Duration on Enemies", statOrder = { 983, 1556 }, level = 1, group = "IgniteChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1413663783, }, - ["PoisonChanceAndDurationForJewel"] = { affix = "of Poisoning", "(6-8)% increased Poison Duration", "(3-5)% chance to Poison on Hit", statOrder = { 2820, 2823 }, level = 1, group = "PoisonChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2866047695, }, - ["BleedChanceAndDurationForJewel__"] = { affix = "of Bleeding", "Attacks have (3-5)% chance to cause Bleeding", "(12-16)% increased Bleeding Duration", statOrder = { 2184, 4491 }, level = 1, group = "BleedChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 6403334, }, - ["ImpaleChanceForJewel_"] = { affix = "of Impaling", "(5-7)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4430 }, level = 1, group = "ImpaleChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical", "attack" }, tradeHash = 3739863694, }, - ["BurningDamageForJewel"] = { affix = "of Combusting", "(16-20)% increased Burning Damage", statOrder = { 1568 }, level = 1, group = "BurningDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, tradeHash = 1175385867, }, - ["EnergyShieldDelayJewel"] = { affix = "Serene", "(4-6)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelayForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["BleedDurationOnYouJewel"] = { affix = "of Stemming", "(30-35)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 1, group = "ReducedBleedDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "ailment" }, tradeHash = 1692879867, }, + ["ManaReservationEfficiencyJewel"] = { affix = "Cerebral", "(2-3)% increased Mana Reservation Efficiency of Skills", statOrder = { 1875 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 4237190083, }, + ["FlaskDurationJewel"] = { affix = "Prolonging", "(6-10)% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["FreezeChanceAndDurationJewel"] = { affix = "of Freezing", "(3-5)% chance to Freeze", "(12-16)% increased Freeze Duration on Enemies", statOrder = { 985, 1538 }, level = 1, group = "FreezeChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1936010701, }, + ["ShockChanceAndDurationJewel"] = { affix = "of Shocking", "(3-5)% chance to Shock", "(12-16)% increased Shock Duration", statOrder = { 987, 1537 }, level = 1, group = "ShockChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2971420375, }, + ["IgniteChanceAndDurationJewel"] = { affix = "of Burning", "(6-8)% increased Ignite Duration on Enemies", statOrder = { 1539 }, level = 1, group = "IgniteChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1413663783, }, + ["PoisonChanceAndDurationForJewel"] = { affix = "of Poisoning", "(6-8)% increased Poison Duration", "(3-5)% chance to Poison on Hit", statOrder = { 2775, 2778 }, level = 1, group = "PoisonChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2866047695, }, + ["BleedChanceAndDurationForJewel__"] = { affix = "of Bleeding", "Attacks have (3-5)% chance to cause Bleeding", "(12-16)% increased Bleeding Duration", statOrder = { 2153, 4491 }, level = 1, group = "BleedChanceAndDurationForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 6403334, }, + ["ImpaleChanceForJewel_"] = { affix = "of Impaling", "(5-7)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4424 }, level = 1, group = "ImpaleChanceForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical", "attack" }, tradeHash = 3739863694, }, + ["BurningDamageForJewel"] = { affix = "of Combusting", "(16-20)% increased Burning Damage", statOrder = { 1551 }, level = 1, group = "BurningDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, tradeHash = 1175385867, }, + ["EnergyShieldDelayJewel"] = { affix = "Serene", "(4-6)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelayForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, ["EnergyShieldRateJewel"] = { affix = "Fevered", "(6-8)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRechargeRateForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["MinionBlockJewel"] = { affix = "of the Wall", "Minions have +(2-4)% Chance to Block Attack Damage", statOrder = { 2578 }, level = 1, group = "MinionBlockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block", "minion" }, tradeHash = 3374054207, }, - ["MinionLifeJewel"] = { affix = "Master's", "Minions have (8-12)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["MinionElementalResistancesJewel"] = { affix = "of Resilience", "Minions have +(11-15)% to all Elemental Resistances", statOrder = { 2585 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, - ["MinionAccuracyRatingJewel"] = { affix = "of Training", "(22-26)% increased Minion Accuracy Rating", statOrder = { 8126 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "minion" }, tradeHash = 1718147982, }, - ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrder = { 2585 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, - ["TotemDamageJewel"] = { affix = "Shaman's", "(12-16)% increased Totem Damage", statOrder = { 1097 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, - ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrder = { 1097 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, - ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrder = { 1097 }, level = 1, group = "TotemDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3851254963, }, - ["TotemLifeJewel"] = { affix = "Carved", "(8-12)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "TotemLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["TotemElementalResistancesJewel"] = { affix = "of Runes", "Totems gain +(6-10)% to all Elemental Resistances", statOrder = { 2467 }, level = 1, group = "TotemElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1809006367, }, - ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2705 }, level = 1, group = "JewelStrToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2850960254, }, - ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2705 }, level = 1, group = "JewelStrToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2850960254, }, - ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2708 }, level = 1, group = "JewelDexToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1971303613, }, - ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2708 }, level = 1, group = "JewelDexToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1971303613, }, - ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2709 }, level = 1, group = "JewelIntToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1903968940, }, - ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2709 }, level = 1, group = "JewelIntToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1903968940, }, - ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2706 }, level = 1, group = "JewelStrToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2332369917, }, - ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2706 }, level = 1, group = "JewelStrToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2332369917, }, - ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 947 }, level = 1, group = "Intelligence", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, - ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2710 }, level = 1, group = "JewelIntToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1956000455, }, - ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2710 }, level = 1, group = "JewelIntToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1956000455, }, - ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 946 }, level = 1, group = "Dexterity", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, - ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2707 }, level = 1, group = "JewelDexToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3577105420, }, - ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2707 }, level = 1, group = "JewelDexToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3577105420, }, - ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrder = { 945 }, level = 1, group = "Strength", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, - ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1725 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, - ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "Leeches 1% of Physical Damage as Life", statOrder = { 967 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrder = { 655 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3591397930, }, - ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrder = { 1583 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 4080656180, }, - ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2263 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 2918242917, }, - ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2263 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 2918242917, }, - ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrder = { 9608 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3943945975, }, - ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrder = { 808 }, level = 1, group = "JewelUniqueAllocateDisconnectedPassives", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2719662643, }, - ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Very Small Ring", statOrder = { 12 }, level = 1, group = "JewelRingRadiusValues", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3642528642, }, - ["JewelRingRadiusValuesUnique__2"] = { affix = "", "Only affects Passives in Medium-Large Ring", statOrder = { 12 }, level = 1, group = "JewelRingRadiusValues", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3642528642, }, - ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrder = { 808 }, level = 1, group = "AllocateDisconnectedPassivesDonut", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 4077035099, }, - ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["AvoidElementalAilmentsUnique__2"] = { affix = "", "(20-25)% chance to Avoid Elemental Ailments", statOrder = { 1540 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, - ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2178 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, - ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2184 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, - ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2184 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, - ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrder = { 2184 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, - ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrder = { 2714 }, level = 1, group = "JewelStealRareMod", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3355050323, }, - ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrder = { 2711 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2216127021, }, - ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrder = { 2732 }, level = 1, group = "UnarmedRange", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3273962791, }, - ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrder = { 2721 }, level = 1, group = "UniqueJewelMeleeToBow", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 2018468320, }, - ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrder = { 2725 }, level = 1, group = "ChaosDamageIncreasedPerInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos" }, tradeHash = 3540967981, }, - ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrder = { 2726 }, level = 1, group = "PassivesApplyToMinionsJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2054270841, }, - ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "4% increased Spell Damage per 10 Intelligence", statOrder = { 2419 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2818518881, }, - ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrder = { 1719 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, - ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917489142, }, - ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrder = { 1719 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, - ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 916 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917489142, }, - ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "50% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of maximum Life when you Consume a corpse", statOrder = { 2712 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 2715345125, }, - ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrder = { 2713 }, level = 1, group = "TotemLifePerStrengthInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 768628581, }, - ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrder = { 2718 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 335735137, }, - ["MinionDodgeChanceUniqueJewel16"] = { affix = "", "Minions have +(2-5)% chance to Suppress Spell Damage", statOrder = { 8200 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3195300715, }, - ["MinionDodgeChanceUnique__1"] = { affix = "", "Minions have +(12-15)% chance to Suppress Spell Damage", statOrder = { 8200 }, level = 1, group = "MinionSpellDodgeChance", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3195300715, }, - ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrder = { 1158 }, level = 1, group = "FireDamagePerBuff", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 761505024, }, - ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrder = { 1159 }, level = 1, group = "FireSpellDamagePerBuff", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 3434279150, }, - ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their maximum Life when they Block", statOrder = { 2717 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block", "resource", "life", "minion" }, tradeHash = 676967140, }, - ["MinionLifeRecoveryOnBlockUnique__1"] = { affix = "", "Minions Recover 10% of their maximum Life when they Block", statOrder = { 2717 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life", "minion" }, tradeHash = 676967140, }, - ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrder = { 2719 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 310246444, }, - ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrder = { 2719 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 310246444, }, - ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrder = { 2719 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 310246444, }, - ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2486 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 581625445, }, - ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrder = { 2486 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 581625445, }, - ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2486 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 581625445, }, - ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "Melee Hits have 10% chance to Fortify", statOrder = { 1965 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1166417447, }, - ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrder = { 1906 }, level = 1, group = "DamageTaken", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3691641145, }, - ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrder = { 2733 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 886366428, }, - ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrder = { 2735 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 736847554, }, - ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrder = { 2736 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3779823630, }, - ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrder = { 2739 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1212897608, }, - ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Attacks", statOrder = { 2728 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 1609999275, }, - ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Spells", statOrder = { 2729 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "caster" }, tradeHash = 622657842, }, - ["ItemLimitUniqueJewel8"] = { affix = "", "Survival", statOrder = { 9531 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, - ["ItemLimitUniqueJewel9"] = { affix = "", "Survival", statOrder = { 9531 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, - ["ItemLimitUniqueJewel10"] = { affix = "", "Survival", statOrder = { 9531 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, - ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrder = { 2227 }, level = 1, group = "DisplayGrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1560540713, }, - ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrder = { 1405 }, level = 1, group = "DisplayIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1722463112, }, - ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Damage Bonus", statOrder = { 6953 }, level = 1, group = "DisplayGrantsCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3152714748, }, - ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have +10 Fortification", statOrder = { 6955 }, level = 1, group = "DisplayGrantsFortify", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 244825991, }, - ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2756 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1962922582, }, - ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrder = { 2757 }, level = 1, group = "VaalSkillDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 547412107, }, - ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrder = { 9381 }, level = 1, group = "VaalSkillRefundChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 2833218772, }, - ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Hit Chance", statOrder = { 2759 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical", "vaal" }, tradeHash = 3165492062, }, - ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Damage Bonus", statOrder = { 2760 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical", "vaal" }, tradeHash = 2070982674, }, - ["AttackDamageUniqueJewel42"] = { affix = "", "10% increased Attack Damage", statOrder = { 1101 }, level = 1, group = "AttackDamage", weightKey = { "strjewel", "dexjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrder = { 2422 }, level = 1, group = "FlaskEffect", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask" }, tradeHash = 114734841, }, - ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["CurseEffectivenessUnique__3_"] = { affix = "", "(5-10)% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["CurseEffectivenessUnique__4"] = { affix = "", "(10-15)% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrder = { 2762 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 2701327257, }, - ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrder = { 2761 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1633381214, }, - ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrder = { 2763 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { "default" }, weightVal = { 0 }, modTags = { "gem" }, tradeHash = 47271484, }, - ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrder = { 2764 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1677654268, }, - ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of maximum Mana on Kill", statOrder = { 1457 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, - ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of maximum Life on Kill", statOrder = { 1456 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 751813227, }, - ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of maximum Energy Shield on Kill", statOrder = { 1458 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1699499433, }, - ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill", statOrder = { 2772 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 1556263668, }, - ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrder = { 1854 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 3112863846, }, - ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1118 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1019020209, }, - ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrder = { 1912 }, level = 1, group = "DamageTakenOnFullES", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 969865219, }, - ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrder = { 1912 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 969865219, }, - ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrder = { 1656 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, tradeHash = 3627052716, }, - ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrder = { 2593 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, tradeHash = 288651645, }, - ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrder = { 2774, 2775, 2790 }, level = 1, group = "ClawPhysDamageAndEvasionPerDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, tradeHash = 869956483, }, - ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrder = { 2777, 2778 }, level = 1, group = "ColdAndPhysicalNodesInRadiusSwapProperties", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 3834234392, }, - ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrder = { 2776 }, level = 1, group = "AllDamageInRadiusBecomesFire", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1421711266, }, - ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrder = { 2779 }, level = 1, group = "EnergyShieldInRadiusIncreasesArmour", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3208876368, }, - ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrder = { 2780 }, level = 1, group = "LifeInRadiusBecomesEnergyShieldAtHalfValue", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 1380481398, }, - ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrder = { 2785 }, level = 1, group = "LifePerIntelligenceInRadus", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 3833699760, }, - ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrder = { 848, 2784 }, level = 1, group = "AddedLightningDamagePerDexInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2402140837, }, - ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrder = { 2788 }, level = 1, group = "LifePassivesBecomeManaPassivesInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 3364361256, }, - ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrder = { 2789 }, level = 1, group = "DexterityAndIntelligenceGiveStrengthMeleeBonusInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1880450502, }, - ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrder = { 2672 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3915702459, }, - ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrder = { 2272 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrder = { 2272 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrder = { 2272 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrder = { 2186 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, - ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrder = { 2186 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, - ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrder = { 2186 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, - ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2211 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 654274615, }, - ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2224 }, level = 1, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 338121249, }, - ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrder = { 519 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 243713911, }, - ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1548 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, - ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrder = { 347 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2501237765, }, - ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrder = { 2187 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1282978314, }, - ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrder = { 2187 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1282978314, }, - ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (20-24) to (38-46) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrder = { 9564 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 448903047, }, - ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (14-16) to (30-32) Fire Damage to Spells", statOrder = { 1249 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, - ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (10-12) to (24-28) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedColdDamageUnique__7"] = { affix = "", "Adds (120-140) to (150-170) Cold Damage to Spells", statOrder = { 1250 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, - ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (1-10) to (150-200) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (60-68) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrder = { 1251 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, - ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1118 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1019020209, }, - ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos damage", statOrder = { 1235 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos damage", statOrder = { 1235 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos damage", statOrder = { 1235 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, - ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrder = { 1274 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 856021430, }, - ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(60-100)% increased Damage with Movement Skills", statOrder = { 1274 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 856021430, }, - ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrder = { 1275 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3683134121, }, - ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrder = { 1275 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3683134121, }, - ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "Gain 10 Life per Ignited Enemy Killed", statOrder = { 1455 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 893903361, }, - ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "Gain (200-300) Life per Ignited Enemy Killed", statOrder = { 1455 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 893903361, }, - ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrder = { 1915 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 705686721, }, - ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrder = { 1916 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2156764291, }, - ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrder = { 2573 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 798853218, }, - ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrder = { 2981 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2614654450, }, - ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Hits that Stun inflict Bleeding", statOrder = { 2179 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1454946771, }, - ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrder = { 3015 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1924591908, }, - ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrder = { 5083 }, level = 1, group = "OnslaugtOnKill10SecondsPercentChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2453026567, }, - ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["MaximumLifeOnKillPercentUnique__5"] = { affix = "", "Recover (3-5)% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of maximum Mana on Kill", statOrder = { 1453 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1030153674, }, - ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of maximum Energy Shield on Kill", statOrder = { 1452 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2406605753, }, - ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of maximum Energy Shield on Kill", statOrder = { 1452 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2406605753, }, - ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "+10% to Fire Damage over Time Multiplier", statOrder = { 1144 }, level = 1, group = "BurningArrowGroundTarAndFire", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1038686782, }, - ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Cannot be used while Manifested", "Manifested Dancing Dervishes die when Rampage ends", statOrder = { 2977, 2978, 2979 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 855357523, }, - ["DisplayManifestWeaponUnique__2"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Cannot be used while Manifested", "Manifested Dancing Dervishes die when Rampage ends", statOrder = { 2977, 2978, 2979 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 855357523, }, - ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 Projectiles simultaneously on the first and final attacks", statOrder = { 2906 }, level = 1, group = "BarrageThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3988316455, }, - ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrder = { 2900, 2900.1 }, level = 1, group = "GroundSlamThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3902917146, }, - ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrder = { 2899, 2899.1 }, level = 1, group = "GroundSlamThreshold2", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1559361866, }, - ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrder = { 2889 }, level = 1, group = "SummonSkeletonsThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2077634227, }, - ["AdditionalSnipeTotemsPerDexterityUnique__1"] = { affix = "", "Siege Ballista has +1 to maximum number of Summoned Totems per 200 Dexterity", statOrder = { 3026 }, level = 1, group = "AdditionalSnipeTotemsPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2125178364, }, - ["AdditionalShrapnelBallistaePerStrengthUnique__1"] = { affix = "", "Shrapnel Ballista has +1 to maximum number of Summoned Totems per 200 Strength", statOrder = { 3025 }, level = 1, group = "AdditionalShrapnelBallistaePerStrength", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1124661381, }, - ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrder = { 3027 }, level = 1, group = "AddedDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2066426995, }, - ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrder = { 4388 }, level = 1, group = "AddedDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 787185456, }, - ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrder = { 3028 }, level = 1, group = "DisplayBlindAura", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2826979740, }, - ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrder = { 3035 }, level = 1, group = "DisplayNearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, modTags = { "speed", "aura" }, tradeHash = 607839150, }, - ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Hypothermia", statOrder = { 370 }, level = 1, group = "DisplaySupportedByHypothermia", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 13669281, }, - ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 371 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, - ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 371 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, - ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Cold Penetration", statOrder = { 372 }, level = 1, group = "DisplaySupportedByColdPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1991958615, }, - ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrder = { 373 }, level = 1, group = "DisplaySupportedByManaLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2608615082, }, - ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Cold Damage", statOrder = { 374 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 4020144606, }, - ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 375 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 749770518, }, - ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 375 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 749770518, }, - ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrder = { 644 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "flask", "frenzy_charge" }, tradeHash = 570159344, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Hit Chance against Blinded Enemies", statOrder = { 3038 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1939202111, }, - ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Hit Chance against Blinded Enemies", statOrder = { 3038 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1939202111, }, - ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "100% increased Damage with Hits against Hindered Enemies", statOrder = { 3710 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 528422616, }, - ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrder = { 3059 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3968454273, }, - ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose all Eaten Souls when you use a Flask", statOrder = { 3060 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3577316952, }, - ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrder = { 549 }, level = 1, group = "FireDamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4240751513, }, - ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", "Your Blessing Skills are Disabled", statOrder = { 385, 385.1 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 2497009514, }, - ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrder = { 454 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3279574030, }, - ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrder = { 48 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2304729532, }, - ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrder = { 48 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2304729532, }, - ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrder = { 3188 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3919199754, }, - ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrder = { 3192 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2865232420, }, - ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Hit Chance", statOrder = { 3191 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3613173483, }, - ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain 30 Life per Bleeding Enemy Hit", statOrder = { 3190 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3148570142, }, - ["SummonWolfOnKillUnique__1"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 572 }, level = 62, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, - ["SummonWolfOnKillUnique__1New"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 572 }, level = 25, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, - ["SummonWolfOnKillUnique__2_"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 572 }, level = 1, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, - ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Hit with this Weapon", statOrder = { 533 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, tradeHash = 4169720975, }, - ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrder = { 1269 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, - ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrder = { 1179 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2008219439, }, - ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrder = { 1163 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1274831335, }, - ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrder = { 3201 }, level = 70, group = "ArrowsFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2421436896, }, - ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrder = { 3193 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2988055461, }, - ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Hit Chance also apply to Unarmed Critical Hit Chance with Melee Skills", statOrder = { 3194 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 531932482, }, - ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "50% slower start of Energy Shield Recharge during any Flask Effect", statOrder = { 3197 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 1912660783, }, - ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "(150-200)% increased Energy Shield Recharge Rate during any Flask Effect", statOrder = { 3199 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 1827657795, }, - ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrder = { 3204 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4150597533, }, - ["IncreasedManaPerSpellBlockChanceUnique__1"] = { affix = "", "1% increased Maximum Mana per 2% Chance to Block Spell Damage", statOrder = { 3205 }, level = 1, group = "IncreasedManaPerSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3645234093, }, - ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrder = { 3206 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1857635068, }, - ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrder = { 1224 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, tradeHash = 1662717006, }, - ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrder = { 1224 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, tradeHash = 1662717006, }, - ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrder = { 657 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 538730182, }, - ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrder = { 639 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2146730404, }, - ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrder = { 640 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3311869501, }, - ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrder = { 654 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2005503156, }, - ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrder = { 677 }, level = 1, group = "UtilityFlaskWard", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2451856207, }, - ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrder = { 678, 678.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 2434293916, }, - ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrder = { 1530 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1453197917, }, - ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3221 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, - ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3221 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, - ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrder = { 2432 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 3590104875, }, - ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach maximum Power Charges", statOrder = { 3222 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4256314560, }, - ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrder = { 564 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 4125471110, }, - ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrder = { 2643 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Effect", statOrder = { 747 }, level = 1, group = "LocalFlaskPetrified", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1935500672, }, - ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Effect", statOrder = { 731 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "flask", "physical" }, tradeHash = 677302513, }, - ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrder = { 2815 }, level = 1, group = "LightningDegenAuraDisplay", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1415558356, }, - ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrder = { 3362 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3003321700, }, - ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks you Use apply to your Raised Zombies and Spectres", statOrder = { 3363 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, tradeHash = 3127641775, }, - ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrder = { 548 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3250579936, }, - ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of maximum Life per second while Frozen", statOrder = { 3356 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2656696317, }, - ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrder = { 3240 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 399854017, }, - ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrder = { 3054 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 762154651, }, - ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3403 }, level = 1, group = "LocalAttacksAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3384885789, }, - ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrder = { 3372 }, level = 1, group = "LocalDoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 625037258, }, - ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrder = { 3373 }, level = 1, group = "LocalElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 4064396395, }, - ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Effect", "Zealot's Oath during Effect", statOrder = { 623, 805 }, level = 1, group = "FlaskZealotsOath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, tradeHash = 2650716659, }, - ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrder = { 3377 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3905661226, }, - ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Hit Chance against Enemies on Full Life", statOrder = { 3378 }, level = 1, group = "CriticalChanceAgainstEnemiesOnFullLife", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 47954913, }, - ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrder = { 3379 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 797833282, }, - ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Damage as Extra Lightning Damage with Attacks", statOrder = { 3387 }, level = 1, group = "AttackPhysicalDamageAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, tradeHash = 2329121140, }, - ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3385 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, - ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3385 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, - ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrder = { 3388 }, level = 1, group = "EnergyShieldPer5Strength", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3788706881, }, - ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3305 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, - ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3305 }, level = 1, group = "MaximumGolems", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2821079699, }, - ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrder = { 3305 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, - ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrder = { 3305 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, - ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrder = { 456 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3056188914, }, - ["ZealotsOathUnique__1"] = { affix = "", "Life Regeneration is applied to Energy Shield instead", statOrder = { 8743 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 632761194, }, - ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrder = { 3390 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1524882321, }, - ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrder = { 357 }, level = 1, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 107118693, }, - ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrder = { 3005 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, - ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(50-100)% increased Energy Shield Recovery rate", statOrder = { 1384 }, level = 1, group = "EnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 988575597, }, - ["IncreasedDamageTakenUnique__1"] = { affix = "", "10% increased Damage taken", statOrder = { 1906 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3691641145, }, - ["FlaskImmuneToDamage__1"] = { affix = "", "Immunity to Damage during Effect", statOrder = { 743 }, level = 1, group = "FlaskImmuneToDamage", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 4267616253, }, - ["LocalAlwaysCrit"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3403 }, level = 1, group = "LocalAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3384885789, }, - ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrder = { 3406 }, level = 1, group = "IncreasePhysicalDegenDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 555311393, }, - ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrder = { 3407 }, level = 1, group = "IncreaseBleedDurationPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "ailment" }, tradeHash = 1030835421, }, - ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrder = { 3408 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2072206041, }, - ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrder = { 3009 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 42242677, }, - ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrder = { 1613 }, level = 1, group = "TrapTriggerRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 497716276, }, - ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrder = { 3039 }, level = 1, group = "SpreadChilledGroundOnFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2901262227, }, - ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrder = { 3729 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4148932984, }, - ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrder = { 2825 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, - ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrder = { 3405 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 1087710344, }, - ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrder = { 3404 }, level = 1, group = "TrapAndMineAddedPhysicalDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3391324703, }, - ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Effect, for (450-600)% of Mana Cost", statOrder = { 725 }, level = 1, group = "FlaskZerphisLastBreath", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 3686711832, }, - ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrder = { 3693 }, level = 1, group = "TrapPoisonChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3192135716, }, - ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrder = { 376 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, - ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 376 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, - ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 30% increased Reservation Efficiency", statOrder = { 448 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 1471600638, }, - ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 80% increased Reservation Efficiency", statOrder = { 448 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 1471600638, }, - ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrder = { 3016 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2367680009, }, - ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrder = { 3017 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 991168463, }, - ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "25% chance to Trigger Level 10 Summon Raging Spirit on Kill", statOrder = { 566 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3751996449, }, - ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrder = { 1653 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, - ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrder = { 3730 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 931560398, }, - ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrder = { 3734 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3418949024, }, - ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrder = { 7044 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, - ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critical Hit Shocked Enemies", statOrder = { 3737 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3481428688, }, - ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Hits against non-Shocked Enemies", statOrder = { 3738 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3344493315, }, - ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrder = { 3756 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2939409392, }, - ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrder = { 3755 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2684385509, }, - ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrder = { 380 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "minion", "gem" }, tradeHash = 4006301249, }, - ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrder = { 3757 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3020069394, }, - ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrder = { 3758 }, level = 1, group = "ManaPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 620607587, }, - ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrder = { 3759 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 1644446896, }, - ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrder = { 3762 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3033481928, }, - ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Hit Chance per Grand Spectrum", statOrder = { 3761 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1153907800, }, - ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per socketed Grand Spectrum", statOrder = { 3763 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1345312164, }, - ["MaximumLifePerStackableJewelUnique__1"] = { affix = "", "5% increased Maximum Life per socketed Grand Spectrum", statOrder = { 3764 }, level = 1, group = "MaximumLifePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 262406138, }, - ["AvoidElementalAilmentsPerStackableJewelUnique__1"] = { affix = "", "12% chance to Avoid Elemental Ailments per Grand Spectrum", statOrder = { 3760 }, level = 1, group = "AvoidElementalAilmentsPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental" }, tradeHash = 3907129423, }, - ["MinionCriticalStrikeMultiplierPerStackableJewelUnique__1"] = { affix = "", "Minions have +10% to Critical Damage Bonus per Grand Spectrum", statOrder = { 3768 }, level = 1, group = "MinionCriticalStrikeMultiplierPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion", "critical" }, tradeHash = 3164503003, }, - ["MinimumEnduranceChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Endurance Charges per Grand Spectrum", statOrder = { 3765 }, level = 1, group = "MinimumEnduranceChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 3024010112, }, - ["MinimumFrenzyChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Frenzy Charges per Grand Spectrum", statOrder = { 3766 }, level = 1, group = "MinimumFrenzyChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 28063707, }, - ["MinimumPowerChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Power Charges per Grand Spectrum", statOrder = { 3767 }, level = 1, group = "MinimumPowerChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 2790884137, }, - ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrder = { 1521 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 3408048164, }, - ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 50 to 70 Cold Damage to Spells per Power Charge", statOrder = { 1521 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 3408048164, }, - ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrder = { 8705 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3304801725, }, - ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "Gain a Power Charge on Killing a Frozen Enemy", statOrder = { 1520 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3607154250, }, - ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrder = { 5481 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1064477264, }, - ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4385 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3390848861, }, - ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4385 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3390848861, }, - ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 20 Dexterity", statOrder = { 2238 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 720908147, }, - ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "20% increased Movement Speed while Bleeding", statOrder = { 8272 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 696659555, }, - ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrder = { 3932 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 4052714663, }, - ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrder = { 3930 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2181129193, }, - ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrder = { 8103 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4222857095, }, - ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrder = { 5234 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1477032229, }, - ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrder = { 8702 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4045269075, }, - ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrder = { 8702 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4045269075, }, - ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrder = { 8732 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3291999509, }, - ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage taken does not cause double loss of Energy Shield while not on Low Life", statOrder = { 5120 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 2319040925, }, - ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrder = { 6175 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2977774856, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5217 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 329974315, }, - ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5217 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 329974315, }, - ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled enemies on Hit", statOrder = { 4712 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3450276548, }, - ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover (250-500) Life when you Block", statOrder = { 1462 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 1678831767, }, - ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrder = { 483 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2434330144, }, - ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 10% of maximum Life on Killing a Poisoned Enemy", statOrder = { 8221 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 2602664175, }, - ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrder = { 3223 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2732344760, }, - ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 25 Envy Skill", statOrder = { 482 }, level = 87, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 52953650, }, - ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrder = { 482 }, level = 1, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 52953650, }, - ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+(1500-3000) Armour if you've Blocked Recently", statOrder = { 4047 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 4091848539, }, - ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate enemies on Block", statOrder = { 8470 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2930706364, }, - ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 2824 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, tradeHash = 1974445926, }, - ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 2824 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, tradeHash = 1974445926, }, - ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrder = { 551 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 2634885412, }, - ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrder = { 591 }, level = 1, group = "GrantsLevel20IcicleNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 1357672429, }, - ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrder = { 4426 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2591028853, }, - ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit", statOrder = { 8681 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3423694372, }, - ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4284 }, level = 1, group = "ArmourOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2129352930, }, - ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Overcapped Cold Resistance", statOrder = { 5911 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2358015838, }, - ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Hit Chance is increased by Overcapped Lightning Resistance", statOrder = { 5342 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2478752719, }, - ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrder = { 4214 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3748879662, }, - ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrder = { 859 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8024 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, - ["MaximumEnergyShieldAsPercentageOfLifeUnique__2"] = { affix = "", "Gain (5-10)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8024 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, - ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrder = { 2791 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2459809121, }, - ["Roll6LinkedRandomColourSocketsUnique__1"] = { affix = "", "Sockets cannot be modified", statOrder = { 58 }, level = 1, group = "Roll6LinkedRandomColourSockets", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3192592092, }, - ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrder = { 6919 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 608438307, }, - ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2218 }, level = 1, group = "CurseLevel10VulnerabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2213584313, }, - ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 50% of its value", statOrder = { 7123, 7123.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 3931143552, }, - ["ColdResistConvertedToDodgeChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant Chance to Suppress Spell Damage at 70% of its value", statOrder = { 7101, 7101.1 }, level = 1, group = "ColdResistConvertedToDodgeChanceScaledJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 1409669176, }, - ["LightningResistConvertedToSpellBlockChanceScaledJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Spell Damage at 50% of its value", statOrder = { 7137, 7137.1 }, level = 1, group = "LightningResistConvertedToSpellBlockChanceScaledJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 1224928411, }, - ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrder = { 7124, 7124.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 1566428451, }, - ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrder = { 7100, 7100.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 2264338004, }, - ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrder = { 7138, 7138.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 439570297, }, - ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Hit", statOrder = { 557 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, tradeHash = 3241494164, }, - ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 30 Lightning Bolt when you deal a Critical Hit", statOrder = { 557 }, level = 87, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, tradeHash = 3241494164, }, - ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "50% increased Arctic Armour Buff Effect", statOrder = { 3626 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3995612171, }, - ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has no Reservation", statOrder = { 4231 }, level = 1, group = "ArcticArmourNoReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1483066460, }, - ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrder = { 3104, 3104.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3133323410, }, - ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrder = { 3330 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3910961021, }, - ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrder = { 3020 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 1276918229, }, - ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrder = { 3770 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, tradeHash = 2477735984, }, - ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of maximum Mana when you Shock an Enemy", statOrder = { 3772 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2524029637, }, - ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an", "Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", statOrder = { 542, 542.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem" }, tradeHash = 723388324, }, - ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrder = { 3785 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2040585053, }, - ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Hit Chance when in Main Hand", statOrder = { 3784 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3404168630, }, - ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Damage Bonus per Green Socket", statOrder = { 2407 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 35810390, }, - ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrder = { 2403 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 3025389409, }, - ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Effect", statOrder = { 770 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1085359447, }, - ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrder = { 803 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3741956733, }, - ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrder = { 3733 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 990219738, }, - ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrder = { 3777 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1275066948, }, - ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrder = { 3780 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 798111687, }, - ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrder = { 3776 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1067429236, }, - ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "35% less Damage taken if you have not been Hit Recently", statOrder = { 3787 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 67637087, }, - ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "100% increased Evasion Rating if you have been Hit Recently", statOrder = { 3788 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1073310669, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrder = { 3781 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2546417825, }, - ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrder = { 3781 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2546417825, }, - ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of maximum Life per second if you've taken a Savage Hit in the past 1 second", statOrder = { 3779 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 277484363, }, - ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrder = { 3775 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2415592273, }, - ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrder = { 3794 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 4095359151, }, - ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrder = { 3783 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 3992153900, }, - ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "30% chance to Avoid Elemental Ailments while Phasing", statOrder = { 4447 }, level = 1, group = "AvoidElementalStatusAilmentsPhasing", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 115351487, }, - ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrder = { 1376 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 156734303, }, - ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrder = { 3773 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3122365625, }, - ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrder = { 3774 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2085001246, }, - ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrder = { 1522 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 285624304, }, - ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrder = { 1519 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2230931659, }, - ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrder = { 2198 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2632954025, }, - ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "30% increased Evasion Rating while Phasing", statOrder = { 2199 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 402176724, }, - ["AdditionalChanceToBlockAgainstTauntedEnemiesUnique_1"] = { affix = "", "+5% Chance to Block Attack Damage from Taunted Enemies", statOrder = { 3789 }, level = 1, group = "AdditionalChanceToBlockAgainstTauntedEnemies", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 1440638174, }, - ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrder = { 3793 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 3669898891, }, - ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrder = { 388 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1936441365, }, - ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrder = { 3778 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 2288558421, }, - ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Spells Cast by Totems have 5% increased Cast Speed per Summoned Totem", statOrder = { 3782 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3204585690, }, - ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Attacks used by Totems have 5% increased Attack Speed per Summoned Totem", statOrder = { 3795 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 264715122, }, - ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrder = { 1395 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3513180117, }, - ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrder = { 3796 }, level = 1, group = "AttacksChainInMainHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2466604008, }, - ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrder = { 3798 }, level = 1, group = "AttacksExtraProjectileInOffHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2105048696, }, - ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrder = { 3806 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1109700751, }, - ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrder = { 3800 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2114157293, }, - ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrder = { 3802 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2217962305, }, - ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Life per second if no Equipped Items are Corrupted", statOrder = { 3803 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2497198283, }, - ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Energy Shield per second if all Equipped items are Corrupted", statOrder = { 3804 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4156715241, }, - ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrder = { 7226 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2760138143, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, - ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrder = { 1152 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 960081730, }, - ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrder = { 1152 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 960081730, }, - ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrder = { 1214 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, - ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrder = { 1214 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, - ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1214 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, - ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrder = { 1214 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, - ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, - ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, - ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, - ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, - ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrder = { 1228 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, - ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrder = { 1228 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, - ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1228 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, - ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrder = { 1228 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, - ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of maximum Energy Shield per second while on Low Life", statOrder = { 1497 }, level = 45, group = "EnergyShieldRegenerationperMinuteWhileOnLowLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 115109959, }, - ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrder = { 1872 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2319377249, }, - ["IgnoreHexproofUnique___1"] = { affix = "", "Your Curses can affect Hexproof Enemies", statOrder = { 2291 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1367119630, }, - ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrder = { 3808 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 4266201818, }, - ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Always Poison on Hit against Cursed Enemies", statOrder = { 3809 }, level = 1, group = "ChanceToPoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2208857094, }, - ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrder = { 2614 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3206652215, }, - ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrder = { 2614 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3206652215, }, - ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrder = { 2412 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 967108924, }, - ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrder = { 3811 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1498954300, }, - ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrder = { 3810 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4151190513, }, - ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrder = { 3844 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3266394681, }, - ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrder = { 3790 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, tradeHash = 2200407711, }, - ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrder = { 8171 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, tradeHash = 1889350679, }, - ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of their Physical Damage as Extra Cold Damage", statOrder = { 3792 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, tradeHash = 351413557, }, - ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Effect", statOrder = { 735 }, level = 1, group = "FlaskStunImmunity", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3589217170, }, - ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrder = { 3840 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 144887967, }, - ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrder = { 3842 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1073384532, }, - ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrder = { 3841 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3952196842, }, - ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrder = { 3841 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3952196842, }, - ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrder = { 3218 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3738335639, }, - ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 3816 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1901158930, }, - ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 3816 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1901158930, }, - ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrder = { 1563 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1745952865, }, - ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrder = { 3855 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 33065250, }, - ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 3856 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 279227559, }, - ["MovementSpeedIfKilledRecentlyUnique___2"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 3856 }, level = 1, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 279227559, }, - ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 281 }, level = 45, group = "ControlledDestructionSupportLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3425526049, }, - ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 381 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3718597497, }, - ["ColdDamageIgnitesUnique__1"] = { affix = "", "Cold Damage from Hits also Contributes to Ignite Chance and Magnitude", statOrder = { 2547 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1888494262, }, - ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.2% of maximum Life per second per Endurance Charge", statOrder = { 1389 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, - ["AreaOfEffectPerEnduranceChargeUnique__1"] = { affix = "", "2% increased Area of Effect per Endurance Charge", statOrder = { 4245 }, level = 1, group = "AreaOfEffectPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2448279015, }, - ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrder = { 3185 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2622251413, }, - ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrder = { 3185 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2622251413, }, - ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3385 }, level = 30, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, - ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrder = { 1622 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, - ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrder = { 1622 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, - ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrder = { 2952 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 1464115829, }, - ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrder = { 1587 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 289885185, }, - ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrder = { 2820 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrder = { 2820 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immunity to Freeze, Chill, Curses and Stuns during Effect", statOrder = { 779 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 803730540, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3857 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, - ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3857 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, - ["LocalPhysicalDamageAddedAsEachElementUnique__1"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3857 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, - ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2145 }, level = 1, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, tradeHash = 1871056256, }, - ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrder = { 1639 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3762784591, }, - ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "(10-15)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3230 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 498214257, }, - ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Hits", statOrder = { 3871 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, tradeHash = 3243534964, }, - ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Hit", statOrder = { 3872 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3983981705, }, - ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Hit", statOrder = { 3872 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3983981705, }, - ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Hit", statOrder = { 6924 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2743246999, }, - ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrder = { 3870 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2562665460, }, - ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Hits", statOrder = { 3880 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 4294267596, }, - ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrder = { 3881 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4107150355, }, - ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrder = { 3882 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3134790305, }, - ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrder = { 3916 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3919557483, }, - ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of maximum Life when you Ignite an Enemy", statOrder = { 3917 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3112776239, }, - ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrder = { 3918 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1332534089, }, - ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrder = { 8373 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1342790450, }, - ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrder = { 7186 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3433676080, }, - ["HeistContractChestRewardsDuplicated"] = { affix = "", "Heist Chests have a 100% chance to Duplicate their contents", "Monsters have 100% more Life", statOrder = { 4950, 7504 }, level = 1, group = "HeistContractChestRewardsDuplicated", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3583773212, }, - ["HeistContractAdditionalIntelligence"] = { affix = "", "Completing a Heist generates 3 additional Reveals", "Heist Chests have 25% chance to contain nothing", statOrder = { 7500, 7501 }, level = 1, group = "HeistContractAdditionalIntelligence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4028807870, }, - ["HeistContractNPCPerksDoubled"] = { affix = "", "50% reduced time before Lockdown", "Rogue Perks are doubled", statOrder = { 5639, 7505 }, level = 1, group = "HeistContractNPCPerksDoubled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3021082678, }, - ["HeistContractBetterTargetValue"] = { affix = "", "Rogue Equipment cannot be found", "200% more Rogue's Marker value of primary Heist Target", statOrder = { 7502, 7503 }, level = 1, group = "HeistContractBetterTargetValue", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1530239356, }, - ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Hit Chance with arrows that Fork", statOrder = { 3919 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 4169623196, }, - ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrder = { 3922 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1997151732, }, - ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrder = { 3921 }, level = 1, group = "ArrowsThatPierceCauseBleeding25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1812251528, }, - ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrder = { 3925 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 4157767905, }, - ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrder = { 3923 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1011373762, }, - ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrder = { 8155 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 2337295272, }, - ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrder = { 4138 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 1433144735, }, - ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Hit Chance against Chilled Enemies", statOrder = { 6269 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3699490848, }, - ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Hit, with a 0.25 second Cooldown", statOrder = { 607 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, tradeHash = 2295303426, }, - ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4348 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, - ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4348 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, - ["IncreasedAttackAreaOfEffectUnique__3"] = { affix = "", "(-40-40)% reduced Area of Effect for Attacks", statOrder = { 4348 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, - ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Physical Damage from Hits also Contributes to Shock Chance", statOrder = { 2557 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3848047105, }, - ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrder = { 5572 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2998305364, }, - ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrder = { 5572 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2998305364, }, - ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrder = { 5987 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2518598473, }, - ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrder = { 7157 }, level = 1, group = "ChanceForSpectersToGainSoulEaterOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3193100053, }, - ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrder = { 8248 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4114010855, }, - ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrder = { 6207 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3489372920, }, - ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrder = { 3096 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3086866381, }, - ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrder = { 1683 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2162876159, }, - ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrder = { 1710 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 507075051, }, - ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrder = { 5865 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 506942497, }, - ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrder = { 1709 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2042405614, }, - ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrder = { 8056 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2355151849, }, - ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrder = { 1708 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2196657026, }, - ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrder = { 5902 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 810772344, }, - ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrder = { 5079 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1695720239, }, - ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrder = { 8605 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2636403786, }, - ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrder = { 8606 }, level = 1, group = "AdditionalPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 97250660, }, - ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrder = { 4455 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3635120731, }, - ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Effect", statOrder = { 753 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 323705912, }, - ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Effect", statOrder = { 733 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 215882879, }, - ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrder = { 9630 }, level = 1, group = "CelestialFootprints", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 50381303, }, - ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrder = { 2582 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, tradeHash = 3375935924, }, - ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrder = { 8393 }, level = 1, group = "GolemPerPrimordialJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 920385757, }, - ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrder = { 9533 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, - ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrder = { 9533 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, - ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrder = { 9533 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, - ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrder = { 9533 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1089165168, }, - ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrder = { 6287 }, level = 1, group = "GolemLifeUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 1750735210, }, - ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their maximum Life per second", statOrder = { 6286 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 2235163762, }, - ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrder = { 3313 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 3384291300, }, - ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrder = { 3314 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2869193493, }, - ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrder = { 3314 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2869193493, }, - ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrder = { 2968 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 729180395, }, - ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrder = { 2969 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3246099900, }, - ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrder = { 6284 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2109043683, }, - ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrder = { 6282 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 56225773, }, - ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrder = { 6290 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences", "minion" }, tradeHash = 1020786773, }, - ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrder = { 4048 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1429385513, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Hit in the past 8 seconds", statOrder = { 8973 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 467806158, }, - ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Hit Recently", statOrder = { 8969 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1550015622, }, - ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Hits deal no Damage", statOrder = { 5400 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3245481061, }, - ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrder = { 3933 }, level = 1, group = "ManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3308030688, }, - ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrder = { 3931 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2551779822, }, - ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrder = { 5191 }, level = 1, group = "SpreadChilledGroundWhenHitByAttack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 358040686, }, - ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Hits deal no Damage", statOrder = { 8319 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2511969244, }, - ["NonCriticalStrikesDealNoDamageUnique__2"] = { affix = "", "Non-Critical Hits deal no Damage", statOrder = { 8319 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2511969244, }, - ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "25% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", statOrder = { 5371 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1626712767, }, - ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "60% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", statOrder = { 5371 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1626712767, }, - ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies Killed by your Hits are destroyed", statOrder = { 5797 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2970902024, }, - ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["RecoverPercentMaxLifeOnKillUnique__3"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Damage Bonus per 1% Chance to Block Attack Damage", statOrder = { 2837 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 956384511, }, - ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrder = { 4368 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1358422215, }, - ["FortifyOnMeleeStunUnique__1"] = { affix = "", "Melee Hits which Stun Fortify", statOrder = { 5065 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3206381437, }, - ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while Fortified", statOrder = { 6205 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493590317, }, - ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrder = { 7005 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 202275580, }, - ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrder = { 565 }, level = 1, group = "GrantsSpiderMinion", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3844016207, }, - ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrder = { 4853 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3965442551, }, - ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrder = { 8996 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 291644318, }, - ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrder = { 9633 }, level = 1, group = "GoatHoofFootprints", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3576153145, }, - ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrder = { 5977 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2241902512, }, - ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrder = { 9547 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3630426972, }, - ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrder = { 8022 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, - ["MaximumLifeConvertedToEnergyShieldUnique__2"] = { affix = "", "50% of Maximum Life Converted to Energy Shield", statOrder = { 8022 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, - ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit with this weapon", statOrder = { 7059 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, - ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 795138349, }, - ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrder = { 8984 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2088288068, }, - ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrder = { 4109 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 3635566977, }, - ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrder = { 6201 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3101915418, }, - ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrder = { 8214 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, modTags = { "minion", "attribute" }, tradeHash = 2195137717, }, - ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrder = { 8400 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 4056985119, }, + ["MinionBlockJewel"] = { affix = "of the Wall", "Minions have +(2-4)% Chance to Block Attack Damage", statOrder = { 2541 }, level = 1, group = "MinionBlockForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block", "minion" }, tradeHash = 3374054207, }, + ["MinionLifeJewel"] = { affix = "Master's", "Minions have (8-12)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["MinionElementalResistancesJewel"] = { affix = "of Resilience", "Minions have +(11-15)% to all Elemental Resistances", statOrder = { 2547 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, + ["MinionAccuracyRatingJewel"] = { affix = "of Training", "(22-26)% increased Minion Accuracy Rating", statOrder = { 8321 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "minion" }, tradeHash = 1718147982, }, + ["MinionElementalResistancesUnique__1"] = { affix = "", "Minions have +(7-10)% to all Elemental Resistances", statOrder = { 2547 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, + ["TotemDamageJewel"] = { affix = "Shaman's", "(12-16)% increased Totem Damage", statOrder = { 1085 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, + ["ReducedTotemDamageUniqueJewel26"] = { affix = "", "(30-50)% reduced Totem Damage", statOrder = { 1085 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, + ["TotemDamageUnique__1_"] = { affix = "", "40% increased Totem Damage", statOrder = { 1085 }, level = 1, group = "TotemDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3851254963, }, + ["TotemLifeJewel"] = { affix = "Carved", "(8-12)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "TotemLifeForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["TotemElementalResistancesJewel"] = { affix = "of Runes", "Totems gain +(6-10)% to all Elemental Resistances", statOrder = { 2432 }, level = 1, group = "TotemElementalResistancesForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1809006367, }, + ["JewelStrToDex"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2660 }, level = 1, group = "JewelStrToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2850960254, }, + ["JewelStrToDexUniqueJewel13"] = { affix = "", "Strength from Passives in Radius is Transformed to Dexterity", statOrder = { 2660 }, level = 1, group = "JewelStrToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2850960254, }, + ["DexterityUniqueJewel13"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["JewelDexToInt"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2663 }, level = 1, group = "JewelDexToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1971303613, }, + ["JewelDexToIntUniqueJewel11"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Intelligence", statOrder = { 2663 }, level = 1, group = "JewelDexToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1971303613, }, + ["IntelligenceUniqueJewel11"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["JewelIntToStr"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2664 }, level = 1, group = "JewelIntToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1903968940, }, + ["JewelIntToStrUniqueJewel34"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Strength", statOrder = { 2664 }, level = 1, group = "JewelIntToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1903968940, }, + ["StrengthUniqueJewel34"] = { affix = "", "+(16-24) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["JewelStrToInt"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2661 }, level = 1, group = "JewelStrToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2332369917, }, + ["JewelStrToIntUniqueJewel35"] = { affix = "", "Strength from Passives in Radius is Transformed to Intelligence", statOrder = { 2661 }, level = 1, group = "JewelStrToInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 2332369917, }, + ["IntelligenceUniqueJewel35"] = { affix = "", "+(16-24) to Intelligence", statOrder = { 945 }, level = 1, group = "Intelligence", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 328541901, }, + ["JewelIntToDex"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2665 }, level = 1, group = "JewelIntToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1956000455, }, + ["JewelIntToDexUniqueJewel36"] = { affix = "", "Intelligence from Passives in Radius is Transformed to Dexterity", statOrder = { 2665 }, level = 1, group = "JewelIntToDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1956000455, }, + ["DexterityUniqueJewel36"] = { affix = "", "+(16-24) to Dexterity", statOrder = { 944 }, level = 1, group = "Dexterity", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3261801346, }, + ["JewelDexToStr"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2662 }, level = 1, group = "JewelDexToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3577105420, }, + ["JewelDexToStrUniqueJewel37"] = { affix = "", "Dexterity from Passives in Radius is Transformed to Strength", statOrder = { 2662 }, level = 1, group = "JewelDexToStr", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 3577105420, }, + ["StrengthUniqueJewel37"] = { affix = "", "+(16-24) to Strength", statOrder = { 943 }, level = 1, group = "Strength", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 4080418644, }, + ["ReducedAttackAndCastSpeedUniqueGlovesStrInt4"] = { affix = "", "(20-30)% reduced Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["AttackAndCastSpeedUniqueRing39"] = { affix = "", "(5-10)% increased Attack and Cast Speed", statOrder = { 1702 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2672805335, }, + ["LifeLeechLocalPermyriadUniqueOneHandMace8__"] = { affix = "", "Leeches 1% of Physical Damage as Life", statOrder = { 968 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["AoEKnockBackOnFlaskUseUniqueFlask9_"] = { affix = "", "Knocks Back Enemies in an Area when you use a Flask", statOrder = { 650 }, level = 1, group = "AoEKnockBackOnFlaskUse", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3591397930, }, + ["AttacksCostNoManaUniqueTwoHandAxe9"] = { affix = "", "Your Attacks do not cost Mana", statOrder = { 1566 }, level = 1, group = "AttacksCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 4080656180, }, + ["CannotLeechOrRegenerateManaUniqueTwoHandAxe9"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2231 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 2918242917, }, + ["CannotLeechOrRegenerateManaUnique__1_"] = { affix = "", "Cannot Leech or Regenerate Mana", statOrder = { 2231 }, level = 1, group = "NoManaLeechOrRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 2918242917, }, + ["ResoluteTechniqueUniqueTwoHandAxe9"] = { affix = "", "Resolute Technique", statOrder = { 9888 }, level = 1, group = "ResoluteTechnique", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3943945975, }, + ["JewelUniqueAllocateDisconnectedPassives"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrder = { 804 }, level = 1, group = "JewelUniqueAllocateDisconnectedPassives", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2719662643, }, + ["JewelRingRadiusValuesUnique__1"] = { affix = "", "Only affects Passives in Very Small Ring", statOrder = { 14 }, level = 1, group = "JewelRingRadiusValues", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3642528642, }, + ["JewelRingRadiusValuesUnique__2"] = { affix = "", "Only affects Passives in Medium-Large Ring", statOrder = { 14 }, level = 1, group = "JewelRingRadiusValues", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3642528642, }, + ["AllocateDisconnectedPassivesDonutUnique__1"] = { affix = "", "Passives in Radius can be Allocated without being connected to your tree", statOrder = { 804 }, level = 1, group = "AllocateDisconnectedPassivesDonut", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 4077035099, }, + ["AvoidStunUniqueRingVictors"] = { affix = "", "(10-20)% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["AvoidStunUnique__1"] = { affix = "", "30% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["AvoidElementalAilmentsUnique__1_"] = { affix = "", "30% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["AvoidElementalAilmentsUnique__2"] = { affix = "", "(20-25)% chance to Avoid Elemental Ailments", statOrder = { 1523 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3005472710, }, + ["LocalChanceToBleedImplicitMarakethRapier1"] = { affix = "", "15% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["LocalChanceToBleedImplicitMarakethRapier2"] = { affix = "", "20% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["LocalChanceToBleedUniqueDagger12"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["LocalChanceToBleedUniqueOneHandMace8"] = { affix = "", "30% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["LocalChanceToBleedUnique__1__"] = { affix = "", "50% chance to cause Bleeding on Hit", statOrder = { 2147 }, level = 1, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1519615863, }, + ["ChanceToBleedUnique__1_"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2153 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, + ["ChanceToBleedUnique__2__"] = { affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2153 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, + ["ChanceToBleedUnique__3_"] = { affix = "", "Attacks have 15% chance to cause Bleeding", statOrder = { 2153 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3204820200, }, + ["StealRareModUniqueJewel3"] = { affix = "", "With 4 Notables Allocated in Radius, When you Kill a Rare monster, you gain 1 of its Modifiers for 20 seconds", statOrder = { 2669 }, level = 1, group = "JewelStealRareMod", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3355050323, }, + ["UnarmedAreaOfEffectUniqueJewel4"] = { affix = "", "(10-15)% increased Area of Effect while Unarmed", statOrder = { 2666 }, level = 1, group = "UnarmedAreaOfEffect", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2216127021, }, + ["UnarmedStrikeRangeUniqueJewel__1_"] = { affix = "", "+(3-4) to Melee Strike Range while Unarmed", statOrder = { 2687 }, level = 1, group = "UnarmedRange", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3273962791, }, + ["UniqueJewelMeleeToBow"] = { affix = "", "Melee and Melee Weapon Type modifiers in Radius are Transformed to Bow Modifiers", statOrder = { 2676 }, level = 1, group = "UniqueJewelMeleeToBow", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 2018468320, }, + ["ChaosDamageIncreasedPerIntUniqueJewel2"] = { affix = "", "5% increased Chaos Damage per 10 Intelligence from Allocated Passives in Radius", statOrder = { 2680 }, level = 1, group = "ChaosDamageIncreasedPerInt", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos" }, tradeHash = 3540967981, }, + ["PassivesApplyToMinionsUniqueJewel7"] = { affix = "", "Passives in Radius apply to Minions instead of you", statOrder = { 2681 }, level = 1, group = "PassivesApplyToMinionsJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2054270841, }, + ["SpellDamagePerIntelligenceUniqueStaff12"] = { affix = "", "4% increased Spell Damage per 10 Intelligence", statOrder = { 2385 }, level = 1, group = "SpellDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2818518881, }, + ["NearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Culling Strike", statOrder = { 1696 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, + ["NearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917489142, }, + ["NearbyAlliesHaveCullingStrikeUnique__1"] = { affix = "", "Culling Strike", statOrder = { 1696 }, level = 1, group = "GrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2524254339, }, + ["NearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", statOrder = { 913 }, level = 1, group = "IncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3917489142, }, + ["NearbyAlliesHaveCriticalStrikeMultiplierUnique__1"] = { affix = "", "50% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["LifeOnCorpseRemovalUniqueJewel14"] = { affix = "", "Recover 2% of maximum Life when you Consume a corpse", statOrder = { 2667 }, level = 1, group = "LifeOnCorpseRemoval", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 2715345125, }, + ["TotemLifePerStrengthUniqueJewel15"] = { affix = "", "3% increased Totem Life per 10 Strength Allocated in Radius", statOrder = { 2668 }, level = 1, group = "TotemLifePerStrengthInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 768628581, }, + ["TotemsCannotBeStunnedUniqueJewel15"] = { affix = "", "Totems cannot be Stunned", statOrder = { 2673 }, level = 1, group = "TotemsCannotBeStunned", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 335735137, }, + ["FireDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (3-5) to (8-12) Fire Attack Damage per Buff on you", statOrder = { 1146 }, level = 1, group = "FireDamagePerBuff", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 761505024, }, + ["FireSpellDamagePerBuffUniqueJewel17"] = { affix = "", "Adds (2-3) to (5-8) Fire Spell Damage per Buff on you", statOrder = { 1147 }, level = 1, group = "FireSpellDamagePerBuff", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 3434279150, }, + ["MinionLifeRecoveryOnBlockUniqueJewel18"] = { affix = "", "Minions Recover 2% of their maximum Life when they Block", statOrder = { 2672 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block", "resource", "life", "minion" }, tradeHash = 676967140, }, + ["MinionLifeRecoveryOnBlockUnique__1"] = { affix = "", "Minions Recover 10% of their maximum Life when they Block", statOrder = { 2672 }, level = 1, group = "MinionLifeRecoveryOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life", "minion" }, tradeHash = 676967140, }, + ["IncreasedDamageWhileLeechingLifeUniqueJewel19"] = { affix = "", "(25-30)% increased Damage while Leeching", statOrder = { 2674 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 310246444, }, + ["IncreasedDamageWhileLeechingUnique__1"] = { affix = "", "(30-40)% increased Damage while Leeching", statOrder = { 2674 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 310246444, }, + ["IncreasedDamageWhileLeechingUnique__2__"] = { affix = "", "(15-25)% increased Damage while Leeching", statOrder = { 2674 }, level = 1, group = "IncreasedDamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 310246444, }, + ["MovementVelocityWhileIgnitedUniqueJewel20"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2450 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 581625445, }, + ["MovementVelocityWhileIgnitedUnique__1"] = { affix = "", "10% increased Movement Speed while Ignited", statOrder = { 2450 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 581625445, }, + ["MovementVelocityWhileIgnitedUnique__2"] = { affix = "", "(10-20)% increased Movement Speed while Ignited", statOrder = { 2450 }, level = 1, group = "MovementVelocityWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 581625445, }, + ["FortifyOnMeleeHitUniqueJewel22"] = { affix = "", "Melee Hits have 10% chance to Fortify", statOrder = { 1934 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1166417447, }, + ["DamageTakenUniqueJewel24"] = { affix = "", "10% increased Damage taken", statOrder = { 1885 }, level = 1, group = "DamageTaken", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3691641145, }, + ["IncreasedDamagePerMagicItemJewel25"] = { affix = "", "(20-25)% increased Damage for each Magic Item Equipped", statOrder = { 2688 }, level = 1, group = "IncreasedDamagePerMagicItem", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 886366428, }, + ["AdditionalTotemProjectilesUniqueJewel26"] = { affix = "", "Totems fire 2 additional Projectiles", statOrder = { 2690 }, level = 1, group = "AdditionalTotemProjectiles", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 736847554, }, + ["SpellDamageWithNoManaReservedUniqueJewel30"] = { affix = "", "(40-60)% increased Spell Damage while no Mana is Reserved", statOrder = { 2691 }, level = 1, group = "SpellDamageWithNoManaReserved", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3779823630, }, + ["AllAttributesPerAssignedKeystoneUniqueJewel32"] = { affix = "", "4% increased Attributes per allocated Keystone", statOrder = { 2694 }, level = 1, group = "AllAttributesPerAssignedKeystone", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attribute" }, tradeHash = 1212897608, }, + ["LifeOnHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Attacks", statOrder = { 2683 }, level = 1, group = "LifeOnHitPerStatusAilmentOnEnemy", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, tradeHash = 1609999275, }, + ["LifeOnSpellHitPerStatusAilmentOnEnemyUniqueJewel33"] = { affix = "", "Gain 3 Life per Elemental Ailment on Enemies Hit with Spells", statOrder = { 2684 }, level = 1, group = "LifeOnSpellHitPerStatusAilmentOnEnemy", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "caster" }, tradeHash = 622657842, }, + ["ItemLimitUniqueJewel8"] = { affix = "", "Survival", statOrder = { 9811 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, + ["ItemLimitUniqueJewel9"] = { affix = "", "Survival", statOrder = { 9811 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, + ["ItemLimitUniqueJewel10"] = { affix = "", "Survival", statOrder = { 9811 }, level = 1, group = "SurvivalJewelDisplay", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2995661301, }, + ["DisplayNearbyAlliesHaveCullingStrikeUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have Culling Strike", statOrder = { 2196 }, level = 1, group = "DisplayGrantsCullingStrike", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1560540713, }, + ["DisplayNearbyAlliesHaveIncreasedItemRarityUniqueTwoHandAxe9"] = { affix = "", "Nearby Allies have 30% increased Item Rarity", statOrder = { 1388 }, level = 1, group = "DisplayIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1722463112, }, + ["DisplayNearbyAlliesHaveCriticalStrikeMultiplierTwoHandAxe9"] = { affix = "", "Nearby Allies have +50% to Critical Damage Bonus", statOrder = { 7094 }, level = 1, group = "DisplayGrantsCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3152714748, }, + ["DisplayNearbyAlliesHaveFortifyTwoHandAxe9"] = { affix = "", "Nearby Allies have +10 Fortification", statOrder = { 7096 }, level = 1, group = "DisplayGrantsFortify", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 244825991, }, + ["AdditionalVaalSoulOnKillUniqueCorruptedJewel4_"] = { affix = "", "(20-30)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2711 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1962922582, }, + ["VaalSkillDurationUniqueCorruptedJewel5"] = { affix = "", "(15-20)% increased Vaal Skill Effect Duration", statOrder = { 2712 }, level = 1, group = "VaalSkillDuration", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 547412107, }, + ["VaalSkillRefundChanceUniqueCorruptedJewel5"] = { affix = "", "Vaal Skills have (15-20)% chance to regain consumed Souls when used", statOrder = { 9650 }, level = 1, group = "VaalSkillRefundChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 2833218772, }, + ["VaalSkillCriticalStrikeChanceCorruptedJewel6"] = { affix = "", "(80-120)% increased Vaal Skill Critical Hit Chance", statOrder = { 2714 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical", "vaal" }, tradeHash = 3165492062, }, + ["VaalSkillCriticalStrikeMultiplierCorruptedJewel6"] = { affix = "", "+(22-30)% to Vaal Skill Critical Damage Bonus", statOrder = { 2715 }, level = 1, group = "VaalSkillCriticalStrikeMultiplier", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "critical", "vaal" }, tradeHash = 2070982674, }, + ["AttackDamageUniqueJewel42"] = { affix = "", "10% increased Attack Damage", statOrder = { 1089 }, level = 1, group = "AttackDamage", weightKey = { "strjewel", "dexjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["IncreasedFlaskEffectUniqueJewel45"] = { affix = "", "Flasks applied to you have 8% increased Effect", statOrder = { 2388 }, level = 1, group = "FlaskEffect", weightKey = { "default" }, weightVal = { 0 }, modTags = { "flask" }, tradeHash = 114734841, }, + ["CurseEffectivenessUniqueJewel45"] = { affix = "", "4% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["CurseEffectivenessUnique__2_"] = { affix = "", "(15-20)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["CurseEffectivenessUnique__3_"] = { affix = "", "(5-10)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["CurseEffectivenessUnique__4"] = { affix = "", "(10-15)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["ManaCostOfTotemAurasUniqueCorruptedJewel8"] = { affix = "", "60% reduced Cost of Aura Skills that summon Totems", statOrder = { 2717 }, level = 1, group = "ManaCostOfTotemAuras", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 2701327257, }, + ["AdditionalVaalSoulOnShatterUniqueCorruptedJewel7"] = { affix = "", "50% chance to gain an additional Vaal Soul per Enemy Shattered", statOrder = { 2716 }, level = 1, group = "AdditionalVaalSoulOnShatter", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1633381214, }, + ["IncreasedCorruptedGemExperienceUniqueCorruptedJewel9"] = { affix = "", "10% increased Experience Gain for Corrupted Gems", statOrder = { 2718 }, level = 1, group = "IncreasedCorruptedGemExperience", weightKey = { "default" }, weightVal = { 0 }, modTags = { "gem" }, tradeHash = 47271484, }, + ["CorruptThresholdSoulEaterOnVaalSkillUseUniqueCorruptedJewel11"] = { affix = "", "With 5 Corrupted Items Equipped: Gain Soul Eater for 10 seconds on Vaal Skill use", statOrder = { 2719 }, level = 1, group = "CorruptThresholdSoulEaterOnVaalSkillUse", weightKey = { "default" }, weightVal = { 0 }, modTags = { "vaal" }, tradeHash = 1677654268, }, + ["ManaGainedOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Recover 1% of maximum Mana on Kill", statOrder = { 1440 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, + ["LifeLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of maximum Life on Kill", statOrder = { 1439 }, level = 1, group = "LifeLostOnKillPercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 751813227, }, + ["EnergyShieldLostOnKillPercentageUniqueCorruptedJewel14"] = { affix = "", "Lose 1% of maximum Energy Shield on Kill", statOrder = { 1441 }, level = 1, group = "EnergyShieldLostOnKillPercentage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1699499433, }, + ["PunishmentSelfCurseOnKillUniqueCorruptedJewel13"] = { affix = "", "(20-30)% chance to Curse you with Punishment on Kill", statOrder = { 2727 }, level = 1, group = "PunishmentSelfCurseOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 1556263668, }, + ["AdditionalCurseOnSelfUniqueCorruptedJewel13"] = { affix = "", "An additional Curse can be applied to you", statOrder = { 1831 }, level = 1, group = "AdditionalCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "caster", "curse" }, tradeHash = 3112863846, }, + ["IncreasedDamagePerCurseOnSelfCorruptedJewel13_"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1106 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1019020209, }, + ["DamageTakenOnFullESUniqueCorruptedJewel15"] = { affix = "", "10% increased Damage taken while on Full Energy Shield", statOrder = { 1891 }, level = 1, group = "DamageTakenOnFullES", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 969865219, }, + ["DamageTakenOnFullESUnique__1"] = { affix = "", "15% increased Damage taken while on Full Energy Shield", statOrder = { 1891 }, level = 1, group = "DamageTakenOnFullES", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 969865219, }, + ["ConvertLightningToColdUniqueRing34"] = { affix = "", "40% of Lightning Damage Converted to Cold Damage", statOrder = { 1635 }, level = 25, group = "ConvertLightningToCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, tradeHash = 3627052716, }, + ["SpellChanceToShockFrozenEnemiesUniqueRing34"] = { affix = "", "Your spells have 100% chance to Shock against Frozen Enemies", statOrder = { 2553 }, level = 1, group = "SpellChanceToShockFrozenEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "caster", "ailment" }, tradeHash = 288651645, }, + ["ClawPhysDamageAndEvasionPerDexUniqueJewel47"] = { affix = "", "1% increased Evasion Rating per 3 Dexterity Allocated in Radius", "1% increased Claw Physical Damage per 3 Dexterity Allocated in Radius", "1% increased Melee Physical Damage with Unarmed Attacks per 3 Dexterity Allocated in Radius", statOrder = { 2729, 2730, 2745 }, level = 1, group = "ClawPhysDamageAndEvasionPerDex", weightKey = { "default" }, weightVal = { 0 }, modTags = { "evasion", "physical_damage", "defences", "damage", "physical", "attack" }, tradeHash = 869956483, }, + ["ColdAndPhysicalNodesInRadiusSwapPropertiesUniqueJewel48_"] = { affix = "", "Increases and Reductions to Physical Damage in Radius are Transformed to apply to Cold Damage", "Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage", statOrder = { 2732, 2733 }, level = 1, group = "ColdAndPhysicalNodesInRadiusSwapProperties", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, tradeHash = 3834234392, }, + ["AllDamageInRadiusBecomesFireUniqueJewel49"] = { affix = "", "Increases and Reductions to other Damage Types in Radius are Transformed to apply to Fire Damage", statOrder = { 2731 }, level = 1, group = "AllDamageInRadiusBecomesFire", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1421711266, }, + ["EnergyShieldInRadiusIncreasesArmourUniqueJewel50"] = { affix = "", "Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value", statOrder = { 2734 }, level = 1, group = "EnergyShieldInRadiusIncreasesArmour", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "energy_shield", "defences" }, tradeHash = 3208876368, }, + ["LifeInRadiusBecomesEnergyShieldAtHalfValueUniqueJewel51"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield", statOrder = { 2735 }, level = 1, group = "LifeInRadiusBecomesEnergyShieldAtHalfValue", weightKey = { "default" }, weightVal = { 0 }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 1380481398, }, + ["LifePerIntelligenceInRadusUniqueJewel52"] = { affix = "", "Adds 1 to Maximum Life per 3 Intelligence Allocated in Radius", statOrder = { 2740 }, level = 1, group = "LifePerIntelligenceInRadus", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 3833699760, }, + ["AddedLightningDamagePerDexInRadiusUniqueJewel53"] = { affix = "", "Adds 1 to 2 Lightning damage to Attacks", "Adds 1 maximum Lightning Damage to Attacks per 1 Dexterity Allocated in Radius", statOrder = { 843, 2739 }, level = 1, group = "AddedLightningDamagePerDexInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 2402140837, }, + ["LifePassivesBecomeManaPassivesInRadiusUniqueJewel54"] = { affix = "", "Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value", statOrder = { 2743 }, level = 1, group = "LifePassivesBecomeManaPassivesInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 3364361256, }, + ["DexterityAndIntelligenceGiveStrengthMeleeBonusInRadiusUniqueJewel55"] = { affix = "", "Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus", statOrder = { 2744 }, level = 1, group = "DexterityAndIntelligenceGiveStrengthMeleeBonusInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1880450502, }, + ["LifeGainOnEndurangeChargeConsumptionUniqueBodyStrInt6"] = { affix = "", "Gain 100 Life when you lose an Endurance Charge", statOrder = { 2627 }, level = 1, group = "LifeGainOnEnduranceChargeConsumption", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3915702459, }, + ["SummonTotemCastSpeedUnique__1"] = { affix = "", "(14-20)% increased Totem Placement speed", statOrder = { 2240 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["SummonTotemCastSpeedUnique__2"] = { affix = "", "(30-50)% increased Totem Placement speed", statOrder = { 2240 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["SummonTotemCastSpeedImplicit1"] = { affix = "", "(20-30)% increased Totem Placement speed", statOrder = { 2240 }, level = 93, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["AttackDamageAgainstBleedingUniqueDagger11"] = { affix = "", "40% increased Attack Damage against Bleeding Enemies", statOrder = { 2155 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, + ["AttackDamageAgainstBleedingUniqueOneHandMace8"] = { affix = "", "30% increased Attack Damage against Bleeding Enemies", statOrder = { 2155 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, + ["AttackDamageAgainstBleedingUnique__1__"] = { affix = "", "(25-40)% increased Attack Damage against Bleeding Enemies", statOrder = { 2155 }, level = 1, group = "AttackDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 3944782785, }, + ["FlammabilityOnHitUniqueOneHandAxe7"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2180 }, level = 1, group = "FlammabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 654274615, }, + ["FlammabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2193 }, level = 1, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 338121249, }, + ["LightningWarpSkillUniqueOneHandAxe8"] = { affix = "", "Grants Level 1 Lightning Warp Skill", statOrder = { 510 }, level = 1, group = "LightningWarpSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 243713911, }, + ["StunAvoidanceUniqueOneHandSword13"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["StunAvoidanceUnique___1"] = { affix = "", "20% chance to Avoid being Stunned", statOrder = { 1531 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4262448838, }, + ["SupportedByMultistrikeUniqueOneHandSword13"] = { affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrder = { 339 }, level = 1, group = "SupportedByMultistrike", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2501237765, }, + ["MeleeDamageAgainstBleedingEnemiesUniqueOneHandMace6"] = { affix = "", "30% increased Melee Damage against Bleeding Enemies", statOrder = { 2156 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1282978314, }, + ["MeleeDamageAgainstBleedingEnemiesUnique__1"] = { affix = "", "50% increased Melee Damage against Bleeding Enemies", statOrder = { 2156 }, level = 1, group = "MeleeDamageAgainstBleeding", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1282978314, }, + ["SpellAddedFireDamageUniqueWand10"] = { affix = "", "Adds (4-6) to (8-12) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageUnique__1"] = { affix = "", "Adds 100 to 100 Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageUnique__2_"] = { affix = "", "Adds (20-30) to 40 Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageUnique__3"] = { affix = "", "Adds (20-24) to (38-46) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageUnique__4"] = { affix = "", "Adds (2-3) to (5-6) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedFireDamageUnique__5"] = { affix = "", "Battlemage", statOrder = { 9845 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 448903047, }, + ["SpellAddedFireDamageUnique__6_"] = { affix = "", "Adds (14-16) to (30-32) Fire Damage to Spells", statOrder = { 1237 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, tradeHash = 1133016593, }, + ["SpellAddedColdDamageUniqueBootsStrDex5"] = { affix = "", "Adds (25-30) to (40-50) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__1"] = { affix = "", "Adds 100 to 100 Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__2"] = { affix = "", "Adds (20-30) to 40 Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__3"] = { affix = "", "Adds (2-3) to (5-6) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__4"] = { affix = "", "Adds (40-60) to (90-110) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__5"] = { affix = "", "Adds (35-39) to (54-60) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__6__"] = { affix = "", "Adds (10-12) to (24-28) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedColdDamageUnique__7"] = { affix = "", "Adds (120-140) to (150-170) Cold Damage to Spells", statOrder = { 1238 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 2469416729, }, + ["SpellAddedLightningDamageUnique__1"] = { affix = "", "Adds 100 to 100 Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__2"] = { affix = "", "Adds (1-10) to (150-200) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (10-12) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__4"] = { affix = "", "Adds 1 to (60-70) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__5"] = { affix = "", "Adds (26-35) to (95-105) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__6_"] = { affix = "", "Adds (13-18) to (50-56) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageUnique__7"] = { affix = "", "Adds 1 to (60-68) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["SpellAddedLightningDamageTwoHandUniqueStaff8d"] = { affix = "", "Adds (5-15) to (100-140) Lightning Damage to Spells", statOrder = { 1239 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 2831165374, }, + ["IncreasedDamagePerCurseOnSelfUniqueCorruptedJewel8"] = { affix = "", "(10-20)% increased Damage per Curse on you", statOrder = { 1106 }, level = 1, group = "IncreasedDamagePerCurseOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 1019020209, }, + ["LocalAddedChaosDamageImplicitE1"] = { affix = "", "Adds (23-33) to (45-60) Chaos damage", statOrder = { 1223 }, level = 30, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageImplicitE2"] = { affix = "", "Adds (38-48) to (70-90) Chaos damage", statOrder = { 1223 }, level = 50, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["LocalAddedChaosDamageImplicitE3_"] = { affix = "", "Adds (40-55) to (80-98) Chaos damage", statOrder = { 1223 }, level = 70, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2223678961, }, + ["DamageWithMovementSkillsUniqueClaw9"] = { affix = "", "20% increased Damage with Movement Skills", statOrder = { 1262 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 856021430, }, + ["DamageWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(60-100)% increased Damage with Movement Skills", statOrder = { 1262 }, level = 1, group = "DamageWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 856021430, }, + ["AttackSpeedWithMovementSkillsUniqueClaw9"] = { affix = "", "15% increased Attack Speed with Movement Skills", statOrder = { 1263 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3683134121, }, + ["AttackSpeedWithMovementSkillsUniqueBodyDex5"] = { affix = "", "(10-20)% increased Attack Speed with Movement Skills", statOrder = { 1263 }, level = 1, group = "AttackSpeedWithMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3683134121, }, + ["LifeGainedOnKillingIgnitedEnemiesUniqueWand10_"] = { affix = "", "Gain 10 Life per Ignited Enemy Killed", statOrder = { 1438 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 893903361, }, + ["LifeGainedOnKillingIgnitedEnemiesUnique__1"] = { affix = "", "Gain (200-300) Life per Ignited Enemy Killed", statOrder = { 1438 }, level = 1, group = "LifeGainedOnKillingIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 893903361, }, + ["DamageTakenFromSkeletonsUniqueOneHandSword12_"] = { affix = "", "10% increased Damage taken from Skeletons", statOrder = { 1894 }, level = 1, group = "DamageTakenFromSkeletons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 705686721, }, + ["DamageTakenFromGhostsUniqueOneHandSword12"] = { affix = "", "10% increased Damage taken from Ghosts", statOrder = { 1895 }, level = 1, group = "DamageTakenFromGhosts", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2156764291, }, + ["CannotBeShockedWhileFrozenUniqueStaff14"] = { affix = "", "You cannot be Shocked while Frozen", statOrder = { 2536 }, level = 1, group = "CannotBeShockedWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 798853218, }, + ["PhysicalDamageWhileFrozenUnique___1"] = { affix = "", "100% increased Global Physical Damage while Frozen", statOrder = { 2932 }, level = 1, group = "PhysicalDamageWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2614654450, }, + ["AttacksThatStunCauseBleedingUnique__1"] = { affix = "", "Hits that Stun inflict Bleeding", statOrder = { 2148 }, level = 1, group = "AttacksThatStunCauseBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1454946771, }, + ["GrantEnemiesOnslaughtOnKillUnique__1"] = { affix = "", "5% chance to grant Onslaught to nearby Enemies on Kill", statOrder = { 2966 }, level = 1, group = "GrantEnemiesOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1924591908, }, + ["OnslaugtOnKillPercentChanceUnique__1"] = { affix = "", "10% chance to gain Onslaught for 10 seconds on Kill", statOrder = { 5111 }, level = 1, group = "OnslaugtOnKill10SecondsPercentChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2453026567, }, + ["MaximumLifeOnKillPercentUnique__1"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["MaximumLifeOnKillPercentUnique__2"] = { affix = "", "Recover (1-3)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["MaximumLifeOnKillPercentUnique__3__"] = { affix = "", "Recover (3-5)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["MaximumLifeOnKillPercentUnique__4_"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["MaximumLifeOnKillPercentUnique__5"] = { affix = "", "Recover (3-5)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["MaximumManaOnKillPercentUnique__1"] = { affix = "", "Recover (1-3)% of maximum Mana on Kill", statOrder = { 1436 }, level = 1, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1030153674, }, + ["MaximumEnergyShieldOnKillPercentUnique__1"] = { affix = "", "Recover (3-5)% of maximum Energy Shield on Kill", statOrder = { 1435 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2406605753, }, + ["MaximumEnergyShieldOnKillPercentUnique__2"] = { affix = "", "Recover 1% of maximum Energy Shield on Kill", statOrder = { 1435 }, level = 1, group = "MaximumEnergyShieldOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2406605753, }, + ["BurningArrowThresholdJewelUnique__1"] = { affix = "", "+10% to Fire Damage over Time Multiplier", statOrder = { 1132 }, level = 1, group = "BurningArrowGroundTarAndFire", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1038686782, }, + ["DisplayManifestWeaponUnique__1"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Cannot be used while Manifested", "Manifested Dancing Dervishes die when Rampage ends", statOrder = { 2928, 2929, 2930 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 855357523, }, + ["DisplayManifestWeaponUnique__2"] = { affix = "", "Triggers Level 15 Manifest Dancing Dervishes on Rampage", "Cannot be used while Manifested", "Manifested Dancing Dervishes die when Rampage ends", statOrder = { 2928, 2929, 2930 }, level = 1, group = "DisplayManifestWeapon", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 855357523, }, + ["BarrageThresholdUnique__1"] = { affix = "", "With at least 40 Dexterity in Radius, Barrage fires an additional 6 Projectiles simultaneously on the first and final attacks", statOrder = { 2859 }, level = 1, group = "BarrageThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3988316455, }, + ["GroundSlamThresholdUnique__1"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam", "has a 50% increased angle", statOrder = { 2853, 2853.1 }, level = 1, group = "GroundSlamThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 3902917146, }, + ["GroundSlamThresholdUnique__2"] = { affix = "", "With at least 40 Strength in Radius, Ground Slam has a 35% chance", "to grant an Endurance Charge when you Stun an Enemy", statOrder = { 2852, 2852.1 }, level = 1, group = "GroundSlamThreshold2", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1559361866, }, + ["SummonSkeletonsThresholdUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Summon Skeletons can Summon up to 15 Skeleton Mages", statOrder = { 2842 }, level = 1, group = "SummonSkeletonsThreshold", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2077634227, }, + ["AddedDamagePerDexterityUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Dexterity", statOrder = { 2976 }, level = 1, group = "AddedDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2066426995, }, + ["AddedDamagePerStrengthUnique__1"] = { affix = "", "Adds 1 to 3 Physical Damage to Attacks per 25 Strength", statOrder = { 4381 }, level = 1, group = "AddedDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 787185456, }, + ["DisplayBlindAuraUnique__1"] = { affix = "", "Nearby Enemies are Blinded", statOrder = { 2977 }, level = 1, group = "DisplayBlindAura", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2826979740, }, + ["DisplayNearbyEnemiesAreSlowedUnique__1"] = { affix = "", "Nearby Enemies are Hindered, with 25% reduced Movement Speed", statOrder = { 2984 }, level = 1, group = "DisplayNearbyEnemiesAreSlowed", weightKey = { }, weightVal = { }, modTags = { "speed", "aura" }, tradeHash = 607839150, }, + ["DisplaySupportedByHypothermiaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Hypothermia", statOrder = { 362 }, level = 1, group = "DisplaySupportedByHypothermia", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 13669281, }, + ["DisplaySupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 363 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, + ["DisplaySupportedByIceBiteUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Ice Bite", statOrder = { 363 }, level = 1, group = "DisplaySupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, + ["DisplaySupportedByColdPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Cold Penetration", statOrder = { 364 }, level = 1, group = "DisplaySupportedByColdPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1991958615, }, + ["DisplaySupportedByManaLeechUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 1 Mana Leech", statOrder = { 365 }, level = 1, group = "DisplaySupportedByManaLeech", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2608615082, }, + ["DisplaySupportedByAddedColdDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Added Cold Damage", statOrder = { 366 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 4020144606, }, + ["DisplaySupportedByReducedManaUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 367 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 749770518, }, + ["DisplaySupportedByReducedManaUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Inspiration", statOrder = { 367 }, level = 1, group = "DisplaySupportedByReducedMana", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 749770518, }, + ["FlaskConsumesFrenzyChargesUnique__1"] = { affix = "", "Consumes Frenzy Charges on use", statOrder = { 639 }, level = 1, group = "FlaskConsumesFrenzyCharges", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "frenzy_charge" }, tradeHash = 570159344, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__1"] = { affix = "", "(120-140)% increased Critical Hit Chance against Blinded Enemies", statOrder = { 2987 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1939202111, }, + ["CriticalChanceAgainstBlindedEnemiesUnique__2__"] = { affix = "", "(30-50)% increased Critical Hit Chance against Blinded Enemies", statOrder = { 2987 }, level = 1, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1939202111, }, + ["DamageAgainstNearEnemiesUnique__1"] = { affix = "", "100% increased Damage with Hits against Hindered Enemies", statOrder = { 3652 }, level = 1, group = "DamageAgainstNearEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 528422616, }, + ["BeltSoulEaterDuringFlaskEffect__1"] = { affix = "", "Gain Soul Eater during any Flask Effect", statOrder = { 3007 }, level = 57, group = "BeltSoulEaterDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3968454273, }, + ["BeltSoulsRemovedOnFlaskUse__1"] = { affix = "", "Lose all Eaten Souls when you use a Flask", statOrder = { 3008 }, level = 1, group = "BeltSoulsRemovedOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3577316952, }, + ["FireDamageToNearbyEnemiesOnKillUnique"] = { affix = "", "Trigger Level 1 Fire Burst on Kill", statOrder = { 540 }, level = 1, group = "FireDamageToNearbyEnemiesOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4240751513, }, + ["SocketedAurasReserveNoManaUnique__1"] = { affix = "", "Socketed Gems have no Reservation", "Your Blessing Skills are Disabled", statOrder = { 377, 377.1 }, level = 48, group = "SocketedAurasReserveNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 2497009514, }, + ["ItemGrantsIllusoryWarpUnique__1"] = { affix = "", "Grants Level 20 Illusory Warp Skill", statOrder = { 445 }, level = 1, group = "ItemGrantsIllusoryWarp", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3279574030, }, + ["LocalDoubleImplicitMods"] = { affix = "", "Implicit Modifier magnitudes are doubled", statOrder = { 50 }, level = 65, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2304729532, }, + ["LocalTripleImplicitModsUnique__1__"] = { affix = "", "Implicit Modifier magnitudes are tripled", statOrder = { 50 }, level = 1, group = "LocalModifiesImplicitMods", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2304729532, }, + ["UnarmedDamageVsBleedingEnemiesUnique__1"] = { affix = "", "100% increased Damage with Unarmed Attacks against Bleeding Enemies", statOrder = { 3135 }, level = 1, group = "UnarmedDamageVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3919199754, }, + ["ClawDamageModsAlsoAffectUnarmedUnique__1"] = { affix = "", "Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills", statOrder = { 3139 }, level = 1, group = "ClawDamageModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2865232420, }, + ["BaseUnarmedCriticalStrikeChanceUnique__1"] = { affix = "", "+7% to Unarmed Melee Attack Critical Hit Chance", statOrder = { 3138 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3613173483, }, + ["BaseUnarmedCriticalStrikeChanceUnique__2"] = { affix = "", "+(0.1-1.1)% to Unarmed Melee Attack Critical Hit Chance", statOrder = { 3138 }, level = 1, group = "BaseUnarmedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3613173483, }, + ["LifeGainVsBleedingEnemiesUnique__1"] = { affix = "", "Gain 30 Life per Bleeding Enemy Hit", statOrder = { 3137 }, level = 1, group = "LifeGainVsBleedingEnemies", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3148570142, }, + ["SummonWolfOnKillUnique__1"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 563 }, level = 62, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, + ["SummonWolfOnKillUnique__1New"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 563 }, level = 25, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, + ["SummonWolfOnKillUnique__2_"] = { affix = "", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 563 }, level = 1, group = "SummonWolfOnKillOld", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1468606528, }, + ["SummonWolfOnCritUnique__1"] = { affix = "", "20% chance to Trigger Level 25 Summon Spectral Wolf on Critical Hit with this Weapon", statOrder = { 524 }, level = 1, group = "SummonWolfOnCrit", weightKey = { }, weightVal = { }, modTags = { "minion", "critical" }, tradeHash = 4169720975, }, + ["SwordPhysicalAttackSpeedUnique__1"] = { affix = "", "35% increased Attack Speed with Swords", statOrder = { 1257 }, level = 80, group = "SwordAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, + ["AxePhysicalDamageUnique__1"] = { affix = "", "80% increased Physical Damage with Axes", statOrder = { 1167 }, level = 80, group = "AxePhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2008219439, }, + ["DualWieldingPhysicalDamageUnique__1"] = { affix = "", "40% increased Physical Attack Damage while Dual Wielding", statOrder = { 1151 }, level = 1, group = "DualWieldingPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1274831335, }, + ["ProjectilesForkUnique____1"] = { affix = "", "Arrows Fork", statOrder = { 3148 }, level = 70, group = "ArrowsFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2421436896, }, + ["ClawAttackSpeedModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills", statOrder = { 3140 }, level = 1, group = "ClawAttackSpeedModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2988055461, }, + ["ClawCritModsAlsoAffectUnarmed__1"] = { affix = "", "Modifiers to Claw Critical Hit Chance also apply to Unarmed Critical Hit Chance with Melee Skills", statOrder = { 3141 }, level = 35, group = "ClawCritModsAlsoAffectUnarmed", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 531932482, }, + ["EnergyShieldDelayDuringFlaskEffect__1"] = { affix = "", "50% slower start of Energy Shield Recharge during any Flask Effect", statOrder = { 3144 }, level = 35, group = "EnergyShieldDelayDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 1912660783, }, + ["ESRechargeRateDuringFlaskEffect__1"] = { affix = "", "(150-200)% increased Energy Shield Recharge Rate during any Flask Effect", statOrder = { 3146 }, level = 1, group = "ESRechargeRateDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "flask", "defences" }, tradeHash = 1827657795, }, + ["IncreasedColdDamagePerBlockChanceUnique__1"] = { affix = "", "1% increased Cold Damage per 1% Chance to Block Attack Damage", statOrder = { 3151 }, level = 74, group = "IncreasedColdDamagePerBlockChance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 4150597533, }, + ["IncreasedArmourWhileChilledOrFrozenUnique__1"] = { affix = "", "300% increased Armour while Chilled or Frozen", statOrder = { 3152 }, level = 1, group = "IncreasedArmourWhileChilledOrFrozen", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1857635068, }, + ["AddedColdDamageToSpellsAndAttacksUnique__1"] = { affix = "", "Adds (15-25) to (40-50) Cold Damage to Spells and Attacks", statOrder = { 1212 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, tradeHash = 1662717006, }, + ["AddedColdDamageToSpellsAndAttacksUnique__2"] = { affix = "", "Adds (5-7) to (13-15) Cold Damage to Spells and Attacks", statOrder = { 1212 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, tradeHash = 1662717006, }, + ["UtilityFlaskSmokeCloud"] = { affix = "", "Creates a Smoke Cloud on Use", statOrder = { 652 }, level = 1, group = "UtilityFlaskSmokeCloud", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 538730182, }, + ["UtilityFlaskConsecrate"] = { affix = "", "Creates Consecrated Ground on Use", statOrder = { 634 }, level = 1, group = "UtilityFlaskConsecrate", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2146730404, }, + ["UtilityFlaskChilledGround"] = { affix = "", "Creates Chilled Ground on Use", statOrder = { 635 }, level = 1, group = "UtilityFlaskChilledGround", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3311869501, }, + ["UtilityFlaskTaunt_"] = { affix = "", "Taunts nearby Enemies on use", statOrder = { 649 }, level = 1, group = "UtilityFlaskTaunt", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2005503156, }, + ["UtilityFlaskWard"] = { affix = "", "Restores Ward on use", statOrder = { 672 }, level = 1, group = "UtilityFlaskWard", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2451856207, }, + ["SummonsWormsOnUse"] = { affix = "", "2 Enemy Writhing Worms escape the Flask when used", "Writhing Worms are destroyed when Hit", statOrder = { 673, 673.1 }, level = 1, group = "SummonsWormsOnUse", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 2434293916, }, + ["PowerChargeOnHitUnique__1"] = { affix = "", "20% chance to gain a Power Charge on Hit", statOrder = { 1513 }, level = 1, group = "PowerChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1453197917, }, + ["LosePowerChargesOnMaxPowerChargesUnique__1"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3167 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, + ["LosePowerChargesOnMaxPowerChargesUnique__2"] = { affix = "", "Lose all Power Charges on reaching maximum Power Charges", statOrder = { 3167 }, level = 1, group = "LosePowerChargesOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2135899247, }, + ["LoseEnduranceChargesOnMaxEnduranceChargesUnique__1_"] = { affix = "", "You lose all Endurance Charges on reaching maximum Endurance Charges", statOrder = { 2398 }, level = 1, group = "LoseEnduranceChargesOnMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 3590104875, }, + ["ShockOnMaxPowerChargesUnique__1"] = { affix = "", "Shocks you when you reach maximum Power Charges", statOrder = { 3168 }, level = 1, group = "ShockOnMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 4256314560, }, + ["MoltenBurstOnMeleeHitUnique__1"] = { affix = "", "20% chance to Trigger Level 16 Molten Burst on Melee Hit", statOrder = { 555 }, level = 1, group = "MoltenBurstOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 4125471110, }, + ["PenetrateEnemyFireResistUnique__1"] = { affix = "", "Damage Penetrates 20% Fire Resistance", statOrder = { 2602 }, level = 1, group = "PenetrateEnemyFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["LocalFlaskPetrifiedUnique__1"] = { affix = "", "Petrified during Effect", statOrder = { 743 }, level = 1, group = "LocalFlaskPetrified", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1935500672, }, + ["LocalFlaskPhysicalDamageReductionUnique__1"] = { affix = "", "(40-50)% additional Physical Damage Reduction during Effect", statOrder = { 726 }, level = 1, group = "LocalFlaskPhysicalDamageReduction", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "physical" }, tradeHash = 677302513, }, + ["LightningDegenAuraUniqueDisplay__1"] = { affix = "", "Nearby Enemies take 50 Lightning Damage per second", statOrder = { 2770 }, level = 1, group = "LightningDegenAuraDisplay", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1415558356, }, + ["CannotBeAffectedByFlasksUnique__1"] = { affix = "", "Flasks do not apply to you", statOrder = { 3308 }, level = 38, group = "CannotBeAffectedByFlasks", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3003321700, }, + ["FlasksApplyToMinionsUnique__1"] = { affix = "", "Flasks you Use apply to your Raised Zombies and Spectres", statOrder = { 3309 }, level = 1, group = "FlasksApplyToMinions", weightKey = { }, weightVal = { }, modTags = { "flask", "minion" }, tradeHash = 3127641775, }, + ["RepeatingShockwave"] = { affix = "", "Triggers Level 7 Abberath's Fury when Equipped", statOrder = { 539 }, level = 1, group = "RepeatingShockwave", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3250579936, }, + ["LifeRegenerationWhileFrozenUnique__1"] = { affix = "", "Regenerate 10% of maximum Life per second while Frozen", statOrder = { 3302 }, level = 1, group = "LifeRegenerationWhileFrozen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2656696317, }, + ["KnockbackOnCounterattackChanceUnique__1"] = { affix = "", "100% chance to knockback on Counterattack", statOrder = { 3186 }, level = 1, group = "KnockbackOnCounterattack", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 399854017, }, + ["EnergyShieldRechargeOnBlockUnique__1"] = { affix = "", "20% chance for Energy Shield Recharge to start when you Block", statOrder = { 3003 }, level = 1, group = "EnergyShieldRechargeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "energy_shield", "defences" }, tradeHash = 762154651, }, + ["LocalAttacksAlwaysCritUnique__1"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3349 }, level = 1, group = "LocalAttacksAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3384885789, }, + ["LocalDoubleDamageToChilledEnemiesUnique__1"] = { affix = "", "Attacks with this Weapon deal Double Damage to Chilled Enemies", statOrder = { 3318 }, level = 1, group = "LocalDoubleDamageToChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 625037258, }, + ["LocalElementalPenetrationUnique__1"] = { affix = "", "Attacks with this Weapon Penetrate 30% Elemental Resistances", statOrder = { 3319 }, level = 1, group = "LocalElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, tradeHash = 4064396395, }, + ["FlaskZealotsOathUnique__1"] = { affix = "", "Life Recovery from Flasks also applies to Energy Shield during Effect", "Zealot's Oath during Effect", statOrder = { 617, 801 }, level = 1, group = "FlaskZealotsOath", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "flask", "resource", "life", "defences" }, tradeHash = 2650716659, }, + ["IncreasedDamageAtNoFrenzyChargesUnique__1"] = { affix = "", "(60-80)% increased Damage while you have no Frenzy Charges", statOrder = { 3323 }, level = 1, group = "DamageOnNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3905661226, }, + ["CriticalChanceAgainstEnemiesOnFullLifeUnique__1"] = { affix = "", "100% increased Critical Hit Chance against Enemies on Full Life", statOrder = { 3324 }, level = 1, group = "CriticalChanceAgainstEnemiesOnFullLife", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 47954913, }, + ["AddedPhysicalToMinionAttacksUnique__1"] = { affix = "", "Minions deal (5-8) to (12-16) additional Attack Physical Damage", statOrder = { 3325 }, level = 1, group = "AddedPhysicalToMinionAttacks", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "minion" }, tradeHash = 797833282, }, + ["AttackPhysicalDamageAddedAsLightningUnique__1"] = { affix = "", "Gain 15% of Physical Damage as Extra Lightning Damage with Attacks", statOrder = { 3333 }, level = 1, group = "AttackPhysicalDamageAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, tradeHash = 2329121140, }, + ["AttackPhysicalDamageAddedAsFireUnique__1"] = { affix = "", "Gain 15% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3331 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, + ["AttackPhysicalDamageAddedAsFireUnique__2"] = { affix = "", "Gain (30-40)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3331 }, level = 1, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, + ["EnergyShieldPer5StrengthUnique__1"] = { affix = "", "+2 maximum Energy Shield per 5 Strength", statOrder = { 3334 }, level = 1, group = "EnergyShieldPer5Strength", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3788706881, }, + ["MaximumGolemsUnique__1"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3251 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, + ["MaximumGolemsUnique__2"] = { affix = "", "+1 to maximum number of Summoned Golems", statOrder = { 3251 }, level = 1, group = "MaximumGolems", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2821079699, }, + ["MaximumGolemsUnique__3"] = { affix = "", "+3 to maximum number of Summoned Golems", statOrder = { 3251 }, level = 43, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, + ["MaximumGolemsUnique__4_"] = { affix = "", "-1 to maximum number of Summoned Golems", statOrder = { 3251 }, level = 1, group = "MaximumGolems", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2821079699, }, + ["GrantsLevel12StoneGolem"] = { affix = "", "Grants Level 12 Summon Stone Golem Skill", statOrder = { 447 }, level = 1, group = "GrantsStoneGolemSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3056188914, }, + ["ZealotsOathUnique__1"] = { affix = "", "Life Regeneration is applied to Energy Shield instead", statOrder = { 8993 }, level = 1, group = "ZealotsOath", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 632761194, }, + ["WeaponCountsAsAllOneHandedWeapons__1"] = { affix = "", "Counts as all One Handed Melee Weapon Types", statOrder = { 3336 }, level = 1, group = "CountsAsAllOneHandMeleeWeapons", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1524882321, }, + ["SocketedGemsSupportedByFortifyUnique____1"] = { affix = "", "Socketed Gems are Supported by Level 12 Fortify", statOrder = { 349 }, level = 1, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 107118693, }, + ["CannotBePoisonedUnique__1"] = { affix = "", "Cannot be Poisoned", statOrder = { 2956 }, level = 1, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3835551335, }, + ["EnergyShieldRecoveryRateUnique__1"] = { affix = "", "(50-100)% increased Energy Shield Recovery rate", statOrder = { 1367 }, level = 1, group = "EnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 988575597, }, + ["IncreasedDamageTakenUnique__1"] = { affix = "", "10% increased Damage taken", statOrder = { 1885 }, level = 1, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3691641145, }, + ["FlaskImmuneToDamage__1"] = { affix = "", "Immunity to Damage during Effect", statOrder = { 739 }, level = 1, group = "FlaskImmuneToDamage", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 4267616253, }, + ["LocalAlwaysCrit"] = { affix = "", "This Weapon's Critical Hit Chance is 100%", statOrder = { 3349 }, level = 1, group = "LocalAlwaysCrit", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 3384885789, }, + ["IncreasePhysicalDegenDamagePerDexterityUnique__1"] = { affix = "", "2% increased Physical Damage Over Time per 10 Dexterity", statOrder = { 3352 }, level = 1, group = "IncreasePhysicalDegenDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 555311393, }, + ["IncreaseBleedDurationPerIntelligenceUnique__1"] = { affix = "", "1% increased Bleeding Duration per 12 Intelligence", statOrder = { 3353 }, level = 1, group = "IncreaseBleedDurationPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "ailment" }, tradeHash = 1030835421, }, + ["BleedingEnemiesFleeOnHitUnique__1"] = { affix = "", "30% Chance to cause Bleeding Enemies to Flee on hit", statOrder = { 3354 }, level = 1, group = "BleedingEnemiesFleeOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2072206041, }, + ["ChanceToAvoidFireDamageUnique__1"] = { affix = "", "25% chance to Avoid Fire Damage from Hits", statOrder = { 2960 }, level = 1, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, tradeHash = 42242677, }, + ["TrapTriggerRadiusUnique__1"] = { affix = "", "(40-60)% increased Trap Trigger Area of Effect", statOrder = { 1592 }, level = 1, group = "TrapTriggerRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 497716276, }, + ["SpreadChilledGroundOnFreezeUnique__1"] = { affix = "", "15% chance to create Chilled Ground when you Freeze an Enemy", statOrder = { 2988 }, level = 1, group = "SpreadChilledGroundOnFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2901262227, }, + ["SpreadConsecratedGroundOnShatterUnique__1"] = { affix = "", "Create Consecrated Ground when you Shatter an Enemy", statOrder = { 3671 }, level = 1, group = "SpreadConsecratedGroundOnShatter", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4148932984, }, + ["ChanceToPoisonWithAttacksUnique___1"] = { affix = "", "20% chance to Poison on Hit with Attacks", statOrder = { 2780 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, + ["TrapTriggerTwiceChanceUnique__1"] = { affix = "", "(8-12)% Chance for Traps to Trigger an additional time", statOrder = { 3351 }, level = 1, group = "TrapTriggerTwiceChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 1087710344, }, + ["TrapAndMineAddedPhysicalDamageUnique__1"] = { affix = "", "Traps and Mines deal (3-5) to (10-15) additional Physical Damage", statOrder = { 3350 }, level = 1, group = "TrapAndMineAddedPhysicalDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3391324703, }, + ["FlaskLifeGainOnSkillUseUnique__1"] = { affix = "", "Grants Last Breath when you Use a Skill during Effect, for (450-600)% of Mana Cost", statOrder = { 720 }, level = 1, group = "FlaskZerphisLastBreath", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 3686711832, }, + ["TrapPoisonChanceUnique__1"] = { affix = "", "Traps and Mines have a 25% chance to Poison on Hit", statOrder = { 3635 }, level = 1, group = "TrapPoisonChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3192135716, }, + ["SocketedGemsSupportedByBlasphemyUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 22 Blasphemy", statOrder = { 368 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, + ["SocketedGemsSupportedByBlasphemyUnique__2__"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 368 }, level = 1, group = "DisplaySocketedGemsSupportedByBlasphemy", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, + ["ReducedReservationForSocketedCurseGemsUnique__1"] = { affix = "", "Socketed Curse Gems have 30% increased Reservation Efficiency", statOrder = { 439 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 1471600638, }, + ["ReducedReservationForSocketedCurseGemsUnique__2"] = { affix = "", "Socketed Curse Gems have 80% increased Reservation Efficiency", statOrder = { 439 }, level = 1, group = "DisplaySocketedCurseGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "gem", "curse" }, tradeHash = 1471600638, }, + ["GrantAlliesPowerChargeOnKillUnique__1"] = { affix = "", "10% chance to grant a Power Charge to nearby Allies on Kill", statOrder = { 2967 }, level = 1, group = "GrantAlliesPowerChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2367680009, }, + ["GrantAlliesFrenzyChargeOnHitUnique__1"] = { affix = "", "5% chance to grant a Frenzy Charge to nearby Allies on Hit", statOrder = { 2968 }, level = 1, group = "GrantAlliesFrenzyChargeOnHit", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 991168463, }, + ["SummonRagingSpiritOnKillUnique__1"] = { affix = "", "25% chance to Trigger Level 10 Summon Raging Spirit on Kill", statOrder = { 557 }, level = 1, group = "SummonRagingSpiritOnKill", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 3751996449, }, + ["PhysicalDamageConvertedToChaosUnique__1"] = { affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["PhysicalDamageConvertedToChaosUnique__2"] = { affix = "", "50% of Physical Damage Converted to Chaos Damage", statOrder = { 1632 }, level = 1, group = "PhysicalDamageConvertedToChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 717955465, }, + ["FishDetectionUnique__1_"] = { affix = "", "Glows while in an Area containing a Unique Fish", statOrder = { 3672 }, level = 1, group = "FishingDetection", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 931560398, }, + ["LocalMaimOnHitUnique__1"] = { affix = "", "Attacks with this Weapon Maim on hit", statOrder = { 3676 }, level = 1, group = "LocalMaimOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3418949024, }, + ["LocalMaimOnHit2HImplicit_1"] = { affix = "", "25% chance to Maim on Hit", statOrder = { 7210 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, + ["AlwaysCritShockedEnemiesUnique__1"] = { affix = "", "Always Critical Hit Shocked Enemies", statOrder = { 3679 }, level = 1, group = "AlwaysCritShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3481428688, }, + ["CannotCritNonShockedEnemiesUnique___1"] = { affix = "", "You cannot deal Critical Hits against non-Shocked Enemies", statOrder = { 3680 }, level = 1, group = "CannotCritNonShockedEnemies", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3344493315, }, + ["MinionChanceToBlindOnHitUnique__1"] = { affix = "", "Minions have 15% chance to Blind Enemies on hit", statOrder = { 3698 }, level = 1, group = "MinionChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2939409392, }, + ["MinionBlindImmunityUnique__1"] = { affix = "", "Minions cannot be Blinded", statOrder = { 3697 }, level = 1, group = "MinionBlindImmunity", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2684385509, }, + ["DisplaySocketedMinionGemsSupportedByLifeLeechUnique__1"] = { affix = "", "Socketed Minion Gems are Supported by Level 16 Life Leech", statOrder = { 372 }, level = 1, group = "DisplaySocketedMinionGemsSupportedByLifeLeech", weightKey = { }, weightVal = { }, modTags = { "support", "minion", "gem" }, tradeHash = 4006301249, }, + ["MagicItemsDropIdentifiedUnique__1"] = { affix = "", "Found Magic Items drop Identified", statOrder = { 3699 }, level = 1, group = "MagicItemsDropIdentified", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3020069394, }, + ["ManaPerStackableJewelUnique__1"] = { affix = "", "Gain 30 Mana per Grand Spectrum", statOrder = { 3700 }, level = 1, group = "ManaPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana" }, tradeHash = 620607587, }, + ["ArmourPerStackableJewelUnique__1"] = { affix = "", "Gain 200 Armour per Grand Spectrum", statOrder = { 3701 }, level = 1, group = "ArmourPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 1644446896, }, + ["IncreasedDamagePerStackableJewelUnique__1"] = { affix = "", "15% increased Elemental Damage per Grand Spectrum", statOrder = { 3704 }, level = 1, group = "IncreasedDamagePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3033481928, }, + ["CriticalStrikeChancePerStackableJewelUnique__1"] = { affix = "", "25% increased Critical Hit Chance per Grand Spectrum", statOrder = { 3703 }, level = 1, group = "CriticalStrikeChancePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "critical" }, tradeHash = 1153907800, }, + ["AllResistancePerStackableJewelUnique__1"] = { affix = "", "+7% to all Elemental Resistances per socketed Grand Spectrum", statOrder = { 3705 }, level = 1, group = "AllResistancePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental", "resistance" }, tradeHash = 1345312164, }, + ["MaximumLifePerStackableJewelUnique__1"] = { affix = "", "5% increased Maximum Life per socketed Grand Spectrum", statOrder = { 3706 }, level = 1, group = "MaximumLifePerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life" }, tradeHash = 262406138, }, + ["AvoidElementalAilmentsPerStackableJewelUnique__1"] = { affix = "", "12% chance to Avoid Elemental Ailments per Grand Spectrum", statOrder = { 3702 }, level = 1, group = "AvoidElementalAilmentsPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental" }, tradeHash = 3907129423, }, + ["MinionCriticalStrikeMultiplierPerStackableJewelUnique__1"] = { affix = "", "Minions have +10% to Critical Damage Bonus per Grand Spectrum", statOrder = { 3710 }, level = 1, group = "MinionCriticalStrikeMultiplierPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion", "critical" }, tradeHash = 3164503003, }, + ["MinimumEnduranceChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Endurance Charges per Grand Spectrum", statOrder = { 3707 }, level = 1, group = "MinimumEnduranceChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 3024010112, }, + ["MinimumFrenzyChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Frenzy Charges per Grand Spectrum", statOrder = { 3708 }, level = 1, group = "MinimumFrenzyChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 28063707, }, + ["MinimumPowerChargesPerStackableJewelUnique__1"] = { affix = "", "+1 to Minimum Power Charges per Grand Spectrum", statOrder = { 3709 }, level = 1, group = "MinimumPowerChargesPerStackableJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 2790884137, }, + ["AddedColdDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 10 to 20 Cold Damage to Spells per Power Charge", statOrder = { 1504 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 3408048164, }, + ["AddedColdDamagePerPowerChargeUnique__2"] = { affix = "", "Adds 50 to 70 Cold Damage to Spells per Power Charge", statOrder = { 1504 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, tradeHash = 3408048164, }, + ["GainManaOnKillingFrozenEnemyUnique__1"] = { affix = "", "+(20-25) Mana gained on Killing a Frozen Enemy", statOrder = { 8954 }, level = 1, group = "GainManaOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3304801725, }, + ["GainPowerChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "Gain a Power Charge on Killing a Frozen Enemy", statOrder = { 1503 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3607154250, }, + ["IncreasedDamageIfFrozenRecentlyUnique__1"] = { affix = "", "60% increased Damage if you've Frozen an Enemy Recently", statOrder = { 5532 }, level = 44, group = "IncreasedDamageIfFrozenRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1064477264, }, + ["AddedLightningDamagePerIntelligenceUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4378 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3390848861, }, + ["AddedLightningDamagePerIntelligenceUnique__2"] = { affix = "", "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4378 }, level = 1, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 3390848861, }, + ["IncreasedAttackSpeedPerDexterityUnique__1"] = { affix = "", "1% increased Attack Speed per 20 Dexterity", statOrder = { 2207 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 720908147, }, + ["MovementVelocityWhileBleedingUnique__1"] = { affix = "", "20% increased Movement Speed while Bleeding", statOrder = { 8481 }, level = 1, group = "MovementVelocityWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 696659555, }, + ["IncreasedPhysicalDamageTakenWhileMovingUnique__1"] = { affix = "", "10% increased Physical Damage taken while moving", statOrder = { 3873 }, level = 1, group = "IncreasedPhysicalDamageTakenWhileMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 4052714663, }, + ["PhysicalDamageReductionWhileNotMovingUnique__1"] = { affix = "", "10% additional Physical Damage Reduction while stationary", statOrder = { 3871 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 2181129193, }, + ["AddedLightningDamagePerShockedEnemyKilledUnique__1"] = { affix = "", "Adds 1 to 10 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrder = { 8296 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 4222857095, }, + ["ColdPenetrationAgainstChilledEnemiesUnique__1"] = { affix = "", "Damage Penetrates 20% Cold Resistance against Chilled Enemies", statOrder = { 5267 }, level = 81, group = "ColdPenetrationAgainstChilledEnemies", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1477032229, }, + ["GainLifeOnIgnitingEnemyUnique__1"] = { affix = "", "Recover (40-60) Life when you Ignite an Enemy", statOrder = { 8952 }, level = 81, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4045269075, }, + ["GainLifeOnIgnitingEnemyUnique__2"] = { affix = "", "Recover (20-30) Life when you Ignite an Enemy", statOrder = { 8952 }, level = 36, group = "GainLifeOnIgnitingEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4045269075, }, + ["ReflectsShocksUnique__1"] = { affix = "", "Shock Reflection", statOrder = { 8982 }, level = 1, group = "ReflectsShocks", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3291999509, }, + ["ChaosDamageDoesNotBypassESNotLowLifeOrManaUnique__1"] = { affix = "", "Chaos Damage taken does not cause double loss of Energy Shield while not on Low Life", statOrder = { 5152 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 2319040925, }, + ["FrenzyChargeOnHitWhileBleedingUnique__1"] = { affix = "", "Gain a Frenzy Charge on Hit while Bleeding", statOrder = { 6273 }, level = 1, group = "FrenzyChargeOnHitWhileBleeding", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2977774856, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5250 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 329974315, }, + ["IncreasedColdDamagePerFrenzyChargeUnique__2"] = { affix = "", "(15-20)% increased Cold Damage per Frenzy Charge", statOrder = { 5250 }, level = 1, group = "IncreasedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, tradeHash = 329974315, }, + ["OnHitBlindChilledEnemiesUnique__1_"] = { affix = "", "Blind Chilled enemies on Hit", statOrder = { 4742 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3450276548, }, + ["GainLifeOnBlockUnique__1"] = { affix = "", "Recover (250-500) Life when you Block", statOrder = { 1445 }, level = 1, group = "RecoverLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, tradeHash = 1678831767, }, + ["GrantsLevel30ReckoningUnique__1"] = { affix = "", "Grants Level 30 Reckoning Skill", statOrder = { 474 }, level = 1, group = "GrantsLevel30Reckoning", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2434330144, }, + ["MinionsRecoverLifeOnKillingPoisonedEnemyUnique__1_"] = { affix = "", "Minions Recover 10% of maximum Life on Killing a Poisoned Enemy", statOrder = { 8427 }, level = 1, group = "MinionsRecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 2602664175, }, + ["WhenReachingMaxPowerChargesGainAFrenzyChargeUnique__1"] = { affix = "", "Gain a Frenzy Charge on reaching Maximum Power Charges", statOrder = { 3169 }, level = 1, group = "WhenReachingMaxPowerChargesGainAFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2732344760, }, + ["GrantsEnvyUnique__1"] = { affix = "", "Grants Level 25 Envy Skill", statOrder = { 473 }, level = 87, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 52953650, }, + ["GrantsEnvyUnique__2"] = { affix = "", "Grants Level 15 Envy Skill", statOrder = { 473 }, level = 1, group = "GrantsEnvy", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 52953650, }, + ["GainArmourIfBlockedRecentlyUnique__1"] = { affix = "", "+(1500-3000) Armour if you've Blocked Recently", statOrder = { 3986 }, level = 1, group = "GainArmourIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 4091848539, }, + ["EnemiesBlockedAreIntimidatedUnique__1"] = { affix = "", "Permanently Intimidate enemies on Block", statOrder = { 8704 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2930706364, }, + ["MinionsPoisonEnemiesOnHitUnique__1"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 2779 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, tradeHash = 1974445926, }, + ["MinionsPoisonEnemiesOnHitUnique__2"] = { affix = "", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 2779 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "minion", "ailment" }, tradeHash = 1974445926, }, + ["GrantsLevel20BoneNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Bone Nova when you Hit a Bleeding Enemy", statOrder = { 542 }, level = 1, group = "GrantsLevel20BoneNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 2634885412, }, + ["GrantsLevel20IcicleNovaTriggerUnique__1"] = { affix = "", "Trigger Level 20 Icicle Burst when you Hit a Frozen Enemy", statOrder = { 582 }, level = 1, group = "GrantsLevel20IcicleNovaTrigger", weightKey = { }, weightVal = { }, modTags = { "skill", "attack" }, tradeHash = 1357672429, }, + ["AttacksCauseBleedingOnCursedEnemyHitUnique__1"] = { affix = "", "Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies", statOrder = { 4420 }, level = 1, group = "AttacksCauseBleedingOnCursedEnemyHit25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2591028853, }, + ["ReceiveBleedingWhenHitUnique__1_"] = { affix = "", "50% chance to be inflicted with Bleeding when Hit", statOrder = { 8929 }, level = 1, group = "ReceiveBleedingWhenHit", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 3423694372, }, + ["ArmourIncreasedByUncappedFireResistanceUnique__1"] = { affix = "", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4269 }, level = 1, group = "ArmourOvercappedFireResistance", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2129352930, }, + ["EvasionIncreasedByUncappedColdResistanceUnique__1"] = { affix = "", "Evasion Rating is increased by Overcapped Cold Resistance", statOrder = { 5998 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2358015838, }, + ["CriticalChanceIncreasedByUncappedLightningResistanceUnique__1"] = { affix = "", "Critical Hit Chance is increased by Overcapped Lightning Resistance", statOrder = { 5385 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2478752719, }, + ["CoverInAshWhenHitUnique__1"] = { affix = "", "Cover Enemies in Ash when they Hit you", statOrder = { 4188 }, level = 44, group = "CoverInAshWhenHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3748879662, }, + ["CriticalStrikesDealIncreasedLightningDamageUnique__1"] = { affix = "", "50% increased Lightning Damage", statOrder = { 854 }, level = 87, group = "CriticalStrikesDealIncreasedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__1"] = { affix = "", "Gain (4-6)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8211 }, level = 60, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, + ["MaximumEnergyShieldAsPercentageOfLifeUnique__2"] = { affix = "", "Gain (5-10)% of maximum Life as Extra maximum Energy Shield", statOrder = { 8211 }, level = 1, group = "MaximumEnergyShieldAsPercentageOfLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1228337241, }, + ["ChillEnemiesWhenHitUnique__1"] = { affix = "", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrder = { 2746 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 2459809121, }, + ["OnlySocketCorruptedGemsUnique__1"] = { affix = "", "You can only Socket Corrupted Gems in this item", statOrder = { 7058 }, level = 1, group = "OnlySocketCorruptedGems", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 608438307, }, + ["CurseLevel10VulnerabilityOnHitUnique__1"] = { affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2187 }, level = 1, group = "CurseLevel10VulnerabilityOnHit", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2213584313, }, + ["FireResistConvertedToBlockChanceScaledJewelUnique__1_"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant Chance to Block Attack Damage at 50% of its value", statOrder = { 7288, 7288.1 }, level = 1, group = "FireResistConvertedToBlockChanceScaledJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "block" }, tradeHash = 3931143552, }, + ["FireResistAlsoGrantsEnduranceChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Fire Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain an Endurance Charge on Kill", statOrder = { 7289, 7289.1 }, level = 1, group = "FireResistAlsoGrantsEnduranceChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "endurance_charge" }, tradeHash = 1566428451, }, + ["ColdResistAlsoGrantsFrenzyChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Cold Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Frenzy Charge on Kill", statOrder = { 7266, 7266.1 }, level = 1, group = "ColdResistAlsoGrantsFrenzyChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "frenzy_charge" }, tradeHash = 2264338004, }, + ["LightningResistAlsoGrantsPowerChargeOnKillJewelUnique__1"] = { affix = "", "Passives granting Lightning Resistance or all Elemental Resistances in Radius", "also grant an equal chance to gain a Power Charge on Kill", statOrder = { 7302, 7302.1 }, level = 1, group = "LightningResistAlsoGrantsPowerChargeOnKillJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "power_charge" }, tradeHash = 439570297, }, + ["LightningStrikesOnCritUnique__1"] = { affix = "", "Trigger Level 12 Lightning Bolt when you deal a Critical Hit", statOrder = { 548 }, level = 50, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, tradeHash = 3241494164, }, + ["LightningStrikesOnCritUnique__2"] = { affix = "", "Trigger Level 30 Lightning Bolt when you deal a Critical Hit", statOrder = { 548 }, level = 87, group = "LightningStrikesOnCrit", weightKey = { }, weightVal = { }, modTags = { "skill", "critical" }, tradeHash = 3241494164, }, + ["ArcticArmourBuffEffectUnique__1_"] = { affix = "", "50% increased Arctic Armour Buff Effect", statOrder = { 3569 }, level = 1, group = "ArcticArmourBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3995612171, }, + ["ArcticArmourReservationCostUnique__1"] = { affix = "", "Arctic Armour has no Reservation", statOrder = { 4211 }, level = 1, group = "ArcticArmourNoReservation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1483066460, }, + ["BleedingEnemiesExplodeUnique__1"] = { affix = "", "Bleeding Enemies you Kill Explode, dealing 5% of", "their Maximum Life as Physical Damage", statOrder = { 3052, 3052.1 }, level = 1, group = "BleedingEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3133323410, }, + ["HeraldOfIceDamageUnique__1_"] = { affix = "", "50% increased Herald of Ice Damage", statOrder = { 3276 }, level = 1, group = "HeraldOfIceDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3910961021, }, + ["IncreasedLightningDamageTakenUnique__1"] = { affix = "", "40% increased Lightning Damage taken", statOrder = { 2971 }, level = 1, group = "IncreasedLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, tradeHash = 1276918229, }, + ["PercentLightningDamageTakenFromManaBeforeLifeUnique__1"] = { affix = "", "30% of Lightning Damage is taken from Mana before Life", statOrder = { 3712 }, level = 1, group = "PercentLightningDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "elemental", "lightning" }, tradeHash = 2477735984, }, + ["PercentManaRecoveredWhenYouShockUnique__1"] = { affix = "", "Recover 3% of maximum Mana when you Shock an Enemy", statOrder = { 3714 }, level = 1, group = "PercentManaRecoveredWhenYouShock", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2524029637, }, + ["ChanceToCastOnManaSpentUnique__1"] = { affix = "", "50% chance to Trigger Socketed Spells when you Spend at least 100 Mana on an", "Upfront Cost to Use or Trigger a Skill, with a 0.1 second Cooldown", statOrder = { 533, 533.1 }, level = 1, group = "ChanceToCastOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem" }, tradeHash = 723388324, }, + ["AdditionalChanceToBlockInOffHandUnique_1"] = { affix = "", "+8% Chance to Block Attack Damage when in Off Hand", statOrder = { 3727 }, level = 1, group = "AdditionalChanceToBlockInOffHand", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2040585053, }, + ["CriticalStrikeChanceInMainHandUnique_1"] = { affix = "", "(60-80)% increased Global Critical Hit Chance when in Main Hand", statOrder = { 3726 }, level = 1, group = "CriticalStrikeChanceInMainHand", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3404168630, }, + ["CriticalStrikeMultiplierPerGreenSocketUnique_1"] = { affix = "", "+10% to Global Critical Damage Bonus per Green Socket", statOrder = { 2373 }, level = 1, group = "CriticalStrikeMultiplierPerGreenSocket", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 35810390, }, + ["LifeLeechFromPhysicalAttackDamagePerRedSocket_Unique_1"] = { affix = "", "0.3% of Physical Attack Damage Leeched as Life per Red Socket", statOrder = { 2369 }, level = 1, group = "LifeLeechFromPhysicalAttackDamagePerRedSocket", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 3025389409, }, + ["IncreasedFlaskChargesForOtherFlasksDuringEffectUnique_1"] = { affix = "", "(50-100)% increased Charges gained by Other Flasks during Effect", statOrder = { 767 }, level = 1, group = "IncreasedFlaskChargesForOtherFlasksDuringEffect", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1085359447, }, + ["CannotGainFlaskChargesDuringFlaskEffectUnique_1"] = { affix = "", "Gains no Charges during Effect of any Overflowing Chalice Flask", statOrder = { 799 }, level = 1, group = "CannotGainFlaskChargesDuringFlaskEffect", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3741956733, }, + ["IncreasedLightningDamagePer10IntelligenceUnique__1"] = { affix = "", "1% increased Lightning Damage per 10 Intelligence", statOrder = { 3675 }, level = 1, group = "IncreasedLightningDamagePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 990219738, }, + ["IncreasedDamagePerEnduranceChargeUnique_1"] = { affix = "", "4% increased Melee Damage per Endurance Charge", statOrder = { 3719 }, level = 1, group = "IncreasedDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1275066948, }, + ["CannotBeShockedWhileMaximumEnduranceChargesUnique_1"] = { affix = "", "You cannot be Shocked while at maximum Endurance Charges", statOrder = { 3722 }, level = 1, group = "CannotBeShockedWhileMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 798111687, }, + ["IncreasedStunDurationOnSelfUnique_1"] = { affix = "", "50% increased Stun Duration on you", statOrder = { 3718 }, level = 1, group = "IncreasedStunDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1067429236, }, + ["ReducedDamageIfNotHitRecentlyUnique__1"] = { affix = "", "35% less Damage taken if you have not been Hit Recently", statOrder = { 3729 }, level = 1, group = "ReducedDamageIfNotHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 67637087, }, + ["IncreasedEvasionIfHitRecentlyUnique___1"] = { affix = "", "100% increased Evasion Rating if you have been Hit Recently", statOrder = { 3730 }, level = 1, group = "IncreasedEvasionIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 1073310669, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique_1"] = { affix = "", "10% increased Movement Speed if you've used a Warcry Recently", statOrder = { 3723 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2546417825, }, + ["MovementSpeedIfUsedWarcryRecentlyUnique__2"] = { affix = "", "15% increased Movement Speed if you've used a Warcry Recently", statOrder = { 3723 }, level = 1, group = "MovementSpeedIfUsedWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2546417825, }, + ["LifeRegeneratedAfterSavageHitUnique_1"] = { affix = "", "Regenerate 10% of maximum Life per second if you've taken a Savage Hit in the past 1 second", statOrder = { 3721 }, level = 1, group = "LifeRegeneratedAfterSavageHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 277484363, }, + ["ReducedDamageIfTakenASavageHitRecentlyUnique_1"] = { affix = "", "10% increased Damage taken if you've taken a Savage Hit Recently", statOrder = { 3717 }, level = 1, group = "ReducedDamageIfTakenASavageHitRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2415592273, }, + ["IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemiesUnique___1"] = { affix = "", "20% increased Damage with Hits for each Level higher the Enemy is than you", statOrder = { 3735 }, level = 1, group = "IncreasedDamagePerLevelDifferenceAgainstHigherLevelEnemies", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 4095359151, }, + ["IncreasedCostOfMovementSkillsUnique_1"] = { affix = "", "25% increased Movement Skill Mana Cost", statOrder = { 3725 }, level = 1, group = "IncreasedCostOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, tradeHash = 3992153900, }, + ["ChanceToDodgeSpellsWhilePhasing_Unique_1"] = { affix = "", "30% chance to Avoid Elemental Ailments while Phasing", statOrder = { 4442 }, level = 1, group = "AvoidElementalStatusAilmentsPhasing", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 115351487, }, + ["IncreasedEvasionWithOnslaughtUnique_1"] = { affix = "", "100% increased Evasion Rating during Onslaught", statOrder = { 1360 }, level = 1, group = "IncreasedEvasionWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 156734303, }, + ["IIQFromMaimedEnemiesUnique_1"] = { affix = "", "(15-25)% increased Quantity of Items Dropped by Slain Maimed Enemies", statOrder = { 3715 }, level = 1, group = "IIQFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3122365625, }, + ["IIRFromMaimedEnemiesUnique_1"] = { affix = "", "(30-40)% increased Rarity of Items Dropped by Slain Maimed Enemies", statOrder = { 3716 }, level = 1, group = "IIRFromMaimedEnemies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2085001246, }, + ["AdditionalChainWhileAtMaxFrenzyChargesUnique___1"] = { affix = "", "Skills Chain an additional time while at maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "AdditionalChainWhileAtMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 285624304, }, + ["ChanceToGainFrenzyChargeOnKillingFrozenEnemyUnique__1"] = { affix = "", "20% chance to gain a Frenzy Charge on Killing a Frozen Enemy", statOrder = { 1502 }, level = 1, group = "ChanceToGainFrenzyChargeOnKillingFrozenEnemy", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2230931659, }, + ["PhasingOnBeginESRechargeUnique___1"] = { affix = "", "You have Phasing if Energy Shield Recharge has started Recently", statOrder = { 2167 }, level = 56, group = "GainPhasingFor4SecondsOnBeginESRecharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2632954025, }, + ["ChanceToDodgeAttacksWhilePhasingUnique___1"] = { affix = "", "30% increased Evasion Rating while Phasing", statOrder = { 2168 }, level = 1, group = "ChanceToDodgeAttacksWhilePhasing", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 402176724, }, + ["IncreasedArmourAndEvasionIfKilledTauntedEnemyRecentlyUnique__1"] = { affix = "", "40% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently", statOrder = { 3734 }, level = 1, group = "IncreasedArmourAndEvasionIfKilledTauntedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 3669898891, }, + ["SummonMaximumNumberOfSocketedTotemsUnique_1"] = { affix = "", "Socketed Skills Summon your maximum number of Totems in formation", statOrder = { 380 }, level = 1, group = "SummonMaximumNumberOfSocketedTotems", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1936441365, }, + ["TotemElementalResistPerActiveTotemUnique_1"] = { affix = "", "Totems gain -10% to all Elemental Resistances per Summoned Totem", statOrder = { 3720 }, level = 1, group = "TotemElementalResistPerActiveTotem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 2288558421, }, + ["SpellsCastByTotemsHaveReducedCastSpeedPerTotemUnique_1"] = { affix = "", "Spells Cast by Totems have 5% increased Cast Speed per Summoned Totem", statOrder = { 3724 }, level = 1, group = "SpellsCastByTotemsHaveReducedCastSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 3204585690, }, + ["AttacksByTotemsHaveReducedAttackSpeedPerTotemUnique_1"] = { affix = "", "Attacks used by Totems have 5% increased Attack Speed per Summoned Totem", statOrder = { 3736 }, level = 1, group = "AttacksByTotemsHaveReducedAttackSpeedPerTotem", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 264715122, }, + ["IncreasedManaRecoveryRateUnique__1"] = { affix = "", "10% increased Mana Recovery rate", statOrder = { 1378 }, level = 1, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3513180117, }, + ["AttacksChainInMainHandUnique__1"] = { affix = "", "Attacks Chain an additional time when in Main Hand", statOrder = { 3737 }, level = 1, group = "AttacksChainInMainHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2466604008, }, + ["AttacksExtraProjectileInOffHandUnique__1"] = { affix = "", "Attacks fire an additional Projectile when in Off Hand", statOrder = { 3740 }, level = 1, group = "AttacksExtraProjectileInOffHand", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2105048696, }, + ["CounterAttacksAddedColdDamageUnique__1"] = { affix = "", "Adds 250 to 300 Cold Damage to Counterattacks", statOrder = { 3748 }, level = 1, group = "CounterAttacksAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 1109700751, }, + ["IncreasedGolemDamagePerGolemUnique__1"] = { affix = "", "(16-20)% increased Golem Damage for each Type of Golem you have Summoned", statOrder = { 3742 }, level = 1, group = "IncreasedGolemDamagePerGolem", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2114157293, }, + ["IncreasedLifeWhileNoCorruptedItemsUnique__1"] = { affix = "", "(8-12)% increased Maximum Life if no Equipped Items are Corrupted", statOrder = { 3744 }, level = 1, group = "IncreasedLifeWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2217962305, }, + ["LifeRegenerationPerMinuteWhileNoCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Life per second if no Equipped Items are Corrupted", statOrder = { 3745 }, level = 1, group = "LifeRegenerationPerMinuteWhileNoCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2497198283, }, + ["EnergyShieldRegenerationPerMinuteWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 400 Energy Shield per second if all Equipped items are Corrupted", statOrder = { 3746 }, level = 1, group = "EnergyShieldRegenerationPerMinuteWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 4156715241, }, + ["BaseManaRegenerationWhileAllCorruptedItemsUnique__1"] = { affix = "", "Regenerate 35 Mana per second if all Equipped Items are Corrupted", statOrder = { 7394 }, level = 1, group = "BaseManaRegenerationWhileAllCorruptedItems", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2760138143, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__1"] = { affix = "", "Adds (13-17) to (29-37) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["AddedChaosDamageToAttacksAndSpellsUnique__2"] = { affix = "", "Adds (13-17) to (23-29) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__1"] = { affix = "", "Adds (17-19) to (23-29) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__2"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__3"] = { affix = "", "Adds (50-55) to (72-80) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__4__"] = { affix = "", "Adds (48-53) to (58-60) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__5_"] = { affix = "", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedChaosDamageUnique__6_"] = { affix = "", "Adds (17-23) to (29-31) Chaos Damage", statOrder = { 1220 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 3531280422, }, + ["GlobalAddedPhysicalDamageUnique__1_"] = { affix = "", "Adds (12-16) to (20-25) Physical Damage", statOrder = { 1140 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 960081730, }, + ["GlobalAddedPhysicalDamageUnique__2"] = { affix = "", "Adds (8-10) to (13-15) Physical Damage", statOrder = { 1140 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 960081730, }, + ["GlobalAddedFireDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Fire Damage", statOrder = { 1202 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, + ["GlobalAddedFireDamageUnique__2"] = { affix = "", "Adds (22-27) to (34-38) Fire Damage", statOrder = { 1202 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, + ["GlobalAddedFireDamageUnique__3_"] = { affix = "", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1202 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, + ["GlobalAddedFireDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Fire Damage", statOrder = { 1202 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 321077055, }, + ["GlobalAddedColdDamageUnique__1"] = { affix = "", "Adds (20-24) to (33-36) Cold Damage", statOrder = { 1208 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, + ["GlobalAddedColdDamageUnique__2_"] = { affix = "", "Adds (20-23) to (31-35) Cold Damage", statOrder = { 1208 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, + ["GlobalAddedColdDamageUnique__3"] = { affix = "", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1208 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, + ["GlobalAddedColdDamageUnique__4"] = { affix = "", "Adds (16-19) to (25-29) Cold Damage", statOrder = { 1208 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2387423236, }, + ["GlobalAddedLightningDamageUnique__1_"] = { affix = "", "Adds (10-13) to (43-47) Lightning Damage", statOrder = { 1216 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, + ["GlobalAddedLightningDamageUnique__2_"] = { affix = "", "Adds (1-3) to (47-52) Lightning Damage", statOrder = { 1216 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, + ["GlobalAddedLightningDamageUnique__3"] = { affix = "", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1216 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, + ["GlobalAddedLightningDamageUnique__4"] = { affix = "", "Adds (6-10) to (33-38) Lightning Damage", statOrder = { 1216 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1334060246, }, + ["EnergyShieldRegenerationperMinuteWhileOnLowLifeTransformedUnique__1"] = { affix = "", "Regenerate 2% of maximum Energy Shield per second while on Low Life", statOrder = { 1480 }, level = 45, group = "EnergyShieldRegenerationperMinuteWhileOnLowLife", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 115109959, }, + ["ReflectPhysicalDamageToSelfOnHitUnique__1"] = { affix = "", "Enemies you Attack Reflect 100 Physical Damage to you", statOrder = { 1851 }, level = 1, group = "ReflectPhysicalDamageToSelfOnHit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 2319377249, }, + ["IgnoreHexproofUnique___1"] = { affix = "", "Curses you inflict can affect Hexproof Enemies", statOrder = { 2259 }, level = 1, group = "IgnoreHexproof", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1367119630, }, + ["PoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Poison Cursed Enemies on hit", statOrder = { 3750 }, level = 1, group = "PoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 4266201818, }, + ["ChanceToPoisonCursedEnemiesOnHitUnique__1"] = { affix = "", "Always Poison on Hit against Cursed Enemies", statOrder = { 3751 }, level = 1, group = "ChanceToPoisonCursedEnemiesOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2208857094, }, + ["ChanceToBeShockedUnique__1"] = { affix = "", "+20% chance to be Shocked", statOrder = { 2573 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3206652215, }, + ["ChanceToBeShockedUnique__2"] = { affix = "", "+50% chance to be Shocked", statOrder = { 2573 }, level = 1, group = "ChanceToBeShocked", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3206652215, }, + ["GlobalDefensesPerWhiteSocketUnique__1"] = { affix = "", "8% increased Global Defences per White Socket", statOrder = { 2378 }, level = 1, group = "GlobalDefensesPerWhiteSocket", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 967108924, }, + ["ItemQuantityWhileWearingAMagicItemUnique__1"] = { affix = "", "(10-15)% increased Quantity of Items found with a Magic Item Equipped", statOrder = { 3753 }, level = 10, group = "ItemQuantityWhileWearingAMagicItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1498954300, }, + ["ItemRarityWhileWearingANormalItemUnique__1"] = { affix = "", "(80-100)% increased Rarity of Items found with a Normal Item Equipped", statOrder = { 3752 }, level = 1, group = "ItemRarityWhileWearingANormalItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4151190513, }, + ["AdditionalAttackTotemsUnique__1"] = { affix = "", "Attack Skills have +1 to maximum number of Summoned Totems", statOrder = { 3785 }, level = 1, group = "AdditionalAttackTotems", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3266394681, }, + ["MinionColdResistUnique__1"] = { affix = "", "Minions have +40% to Cold Resistance", statOrder = { 3731 }, level = 1, group = "MinionColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance", "minion" }, tradeHash = 2200407711, }, + ["MinionFireResistUnique__1"] = { affix = "", "Minions have +40% to Fire Resistance", statOrder = { 8373 }, level = 1, group = "MinionFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance", "minion" }, tradeHash = 1889350679, }, + ["MinionPhysicalDamageAddedAsColdUnique__1_"] = { affix = "", "Minions gain 20% of their Physical Damage as Extra Cold Damage", statOrder = { 3733 }, level = 1, group = "MinionPhysicalDamageAddedAsCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "minion" }, tradeHash = 351413557, }, + ["FlaskStunImmunityUnique__1"] = { affix = "", "Cannot be Stunned during Effect", statOrder = { 730 }, level = 1, group = "FlaskStunImmunity", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3589217170, }, + ["PhasingOnTrapTriggeredUnique__1"] = { affix = "", "30% chance to gain Phasing for 4 seconds when your Trap is triggered by an Enemy", statOrder = { 3781 }, level = 1, group = "PhasingOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 144887967, }, + ["GainEnergyShieldOnTrapTriggeredUnique__1_"] = { affix = "", "Recover 50 Energy Shield when your Trap is triggered by an Enemy", statOrder = { 3783 }, level = 1, group = "GainEnergyShieldOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1073384532, }, + ["GainLifeOnTrapTriggeredUnique__1"] = { affix = "", "Recover 100 Life when your Trap is triggered by an Enemy", statOrder = { 3782 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3952196842, }, + ["GainLifeOnTrapTriggeredUnique__2__"] = { affix = "", "Recover (20-30) Life when your Trap is triggered by an Enemy", statOrder = { 3782 }, level = 1, group = "GainLifeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3952196842, }, + ["GainFrenzyChargeOnTrapTriggeredUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when your Trap is triggered by an Enemy", statOrder = { 3164 }, level = 1, group = "GainFrenzyChargeOnTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3738335639, }, + ["BleedingImmunityUnique__1"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 3758 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1901158930, }, + ["BleedingImmunityUnique__2"] = { affix = "", "Bleeding cannot be inflicted on you", statOrder = { 3758 }, level = 1, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1901158930, }, + ["SelfStatusAilmentDurationUnique__1"] = { affix = "", "50% increased Elemental Ailment Duration on you", statOrder = { 1546 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, tradeHash = 1745952865, }, + ["PoisonOnMeleeHitUnique__1"] = { affix = "", "Melee Attacks have (20-40)% chance to Poison on Hit", statOrder = { 3796 }, level = 60, group = "PoisonOnMeleeHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 33065250, }, + ["MovementSpeedIfKilledRecentlyUnique___1"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 3797 }, level = 40, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 279227559, }, + ["MovementSpeedIfKilledRecentlyUnique___2"] = { affix = "", "15% increased Movement Speed if you've Killed Recently", statOrder = { 3797 }, level = 1, group = "MovementSpeedIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 279227559, }, + ["ControlledDestructionSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 273 }, level = 45, group = "ControlledDestructionSupportLevel10Boolean", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3425526049, }, + ["ControlledDestructionSupportUnique__1New_"] = { affix = "", "Socketed Gems are Supported by Level 10 Controlled Destruction", statOrder = { 373 }, level = 45, group = "ControlledDestructionSupport", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3718597497, }, + ["ColdDamageIgnitesUnique__1"] = { affix = "", "Cold Damage from Hits also Contributes to Flammability and Ignite Magnitudes", statOrder = { 2511 }, level = 30, group = "ColdDamageAlsoIgnites", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 1888494262, }, + ["LifeRegenerationPercentPerEnduranceChargeUnique__1"] = { affix = "", "Regenerate 0.2% of maximum Life per second per Endurance Charge", statOrder = { 1372 }, level = 40, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, + ["AreaOfEffectPerEnduranceChargeUnique__1"] = { affix = "", "2% increased Area of Effect per Endurance Charge", statOrder = { 4225 }, level = 1, group = "AreaOfEffectPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2448279015, }, + ["ChanceForDoubleStunDurationUnique__1"] = { affix = "", "50% chance to double Stun Duration", statOrder = { 3132 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2622251413, }, + ["ChanceForDoubleStunDurationImplicitMace_1"] = { affix = "", "25% chance to double Stun Duration", statOrder = { 3132 }, level = 1, group = "ChanceForDoubleStunDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2622251413, }, + ["PhysicalAddedAsFireUnique__1"] = { affix = "", "Gain (25-35)% of Physical Damage as Extra Fire Damage with Attacks", statOrder = { 3331 }, level = 30, group = "AttackPhysicalDamageAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, tradeHash = 3606204707, }, + ["PhysicalAddedAsFireUnique__2"] = { affix = "", "Gain 70% of Physical Damage as Extra Fire Damage", statOrder = { 1601 }, level = 50, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, + ["PhysicalAddedAsFireUnique__3"] = { affix = "", "Gain 20% of Physical Damage as Extra Fire Damage", statOrder = { 1601 }, level = 1, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, tradeHash = 1936645603, }, + ["AttackCastMoveOnWarcryRecentlyUnique____1"] = { affix = "", "If you've Warcried Recently, you and nearby allies have 20% increased Attack, Cast and Movement Speed", statOrder = { 2903 }, level = 1, group = "AttackCastMoveOnWarcryRecently", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 1464115829, }, + ["ChaosSkillEffectDurationUnique__1"] = { affix = "", "Chaos Skills have 40% increased Skill Effect Duration", statOrder = { 1570 }, level = 1, group = "ChaosSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 289885185, }, + ["PoisonDurationUnique__1_"] = { affix = "", "(15-20)% increased Poison Duration", statOrder = { 2775 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["PoisonDurationUnique__2"] = { affix = "", "(20-25)% increased Poison Duration", statOrder = { 2775 }, level = 1, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["FlaskImmuneToStunFreezeCursesUnique__1"] = { affix = "", "Immunity to Freeze, Chill, Curses and Stuns during Effect", statOrder = { 776 }, level = 1, group = "KiarasDeterminationBuff", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 803730540, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3798 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, + ["LocalPhysicalDamageAddedAsEachElementTransformed2"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3798 }, level = 50, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, + ["LocalPhysicalDamageAddedAsEachElementUnique__1"] = { affix = "", "Attacks with this Weapon gain 100% of Physical damage as Extra damage of each Element", statOrder = { 3798 }, level = 1, group = "LocalPhysicalDamageAddedAsEachElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3620731914, }, + ["PhysicalDamageTakenAsColdUnique__1"] = { affix = "", "20% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2114 }, level = 1, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, tradeHash = 1871056256, }, + ["ChaosDamageOverTimeUnique__1"] = { affix = "", "25% reduced Chaos Damage taken over time", statOrder = { 1618 }, level = 1, group = "ChaosDamageOverTimeTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, tradeHash = 3762784591, }, + ["PowerFrenzyOrEnduranceChargeOnKillUnique__1"] = { affix = "", "(10-15)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3176 }, level = 1, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 498214257, }, + ["CannotLeechFromCriticalStrikesUnique___1"] = { affix = "", "Cannot Leech Life from Critical Hits", statOrder = { 3812 }, level = 1, group = "CannotLeechFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "critical" }, tradeHash = 3243534964, }, + ["ChanceToBlindOnCriticalStrikesUnique__1"] = { affix = "", "30% chance to Blind Enemies on Critical Hit", statOrder = { 3813 }, level = 1, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3983981705, }, + ["ChanceToBlindOnCriticalStrikesUnique__2_"] = { affix = "", "(40-50)% chance to Blind Enemies on Critical Hit", statOrder = { 3813 }, level = 38, group = "ChanceToBlindOnCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3983981705, }, + ["BleedOnMeleeCriticalStrikeUnique__1"] = { affix = "", "50% chance to cause Bleeding on Critical Hit", statOrder = { 7063 }, level = 1, group = "LocalCausesBleedingOnCrit50PercentChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2743246999, }, + ["StunDurationBasedOnEnergyShieldUnique__1"] = { affix = "", "Stun Threshold is based on Energy Shield instead of Life", statOrder = { 3811 }, level = 48, group = "StunDurationBasedOnEnergyShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2562665460, }, + ["TakeNoExtraDamageFromCriticalStrikesUnique__1"] = { affix = "", "Take no Extra Damage from Critical Hits", statOrder = { 3821 }, level = 1, group = "TakeNoExtraDamageFromCriticalStrikes", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 4294267596, }, + ["ShockedEnemyCastSpeedUnique__1"] = { affix = "", "Enemies you Shock have 30% reduced Cast Speed", statOrder = { 3822 }, level = 1, group = "ShockedEnemyCastSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4107150355, }, + ["ShockedEnemyMovementSpeedUnique__1"] = { affix = "", "Enemies you Shock have 20% reduced Movement Speed", statOrder = { 3823 }, level = 1, group = "ShockedEnemyMovementSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3134790305, }, + ["IncreasedBurningDamageIfYouHaveIgnitedRecentlyUnique__1"] = { affix = "", "100% increased Burning Damage if you've Ignited an Enemy Recently", statOrder = { 3857 }, level = 1, group = "IncreasedBurningDamageIfYouHaveIgnitedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3919557483, }, + ["RecoverLifePercentOnIgniteUnique__1"] = { affix = "", "Recover 1% of maximum Life when you Ignite an Enemy", statOrder = { 3858 }, level = 1, group = "RecoverLifePercentOnIgnite", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3112776239, }, + ["IncreasedMeleePhysicalDamageAgainstIgnitedEnemiesUnique__1"] = { affix = "", "100% increased Melee Physical Damage against Ignited Enemies", statOrder = { 3859 }, level = 1, group = "IncreasedMeleePhysicalDamageAgainstIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1332534089, }, + ["NormalMonsterItemQuantityUnique__1"] = { affix = "", "(35-50)% increased Quantity of Items Dropped by Slain Normal Enemies", statOrder = { 8598 }, level = 38, group = "NormalMonsterItemQuantity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1342790450, }, + ["MagicMonsterItemRarityUnique__1"] = { affix = "", "(100-150)% increased Rarity of Items Dropped by Slain Magic Enemies", statOrder = { 7351 }, level = 1, group = "MagicMonsterItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3433676080, }, + ["HeistContractChestRewardsDuplicated"] = { affix = "", "Heist Chests have a 100% chance to Duplicate their contents", "Monsters have 100% more Life", statOrder = { 4984, 7684 }, level = 1, group = "HeistContractChestRewardsDuplicated", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3583773212, }, + ["HeistContractAdditionalIntelligence"] = { affix = "", "Completing a Heist generates 3 additional Reveals", "Heist Chests have 25% chance to contain nothing", statOrder = { 7680, 7681 }, level = 1, group = "HeistContractAdditionalIntelligence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4028807870, }, + ["HeistContractNPCPerksDoubled"] = { affix = "", "50% reduced time before Lockdown", "Rogue Perks are doubled", statOrder = { 5700, 7685 }, level = 1, group = "HeistContractNPCPerksDoubled", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3021082678, }, + ["HeistContractBetterTargetValue"] = { affix = "", "Rogue Equipment cannot be found", "200% more Rogue's Marker value of primary Heist Target", statOrder = { 7682, 7683 }, level = 1, group = "HeistContractBetterTargetValue", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1530239356, }, + ["CriticalStrikeChanceForForkingArrowsUnique__1"] = { affix = "", "(150-200)% increased Critical Hit Chance with arrows that Fork", statOrder = { 3860 }, level = 1, group = "CriticalStrikeChanceForForkingArrows", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 4169623196, }, + ["ArrowsAlwaysCritAfterPiercingUnique___1"] = { affix = "", "Arrows Pierce all Targets after Chaining", statOrder = { 3863 }, level = 1, group = "ArrowsAlwaysCritAfterPiercing", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1997151732, }, + ["ArrowsThatPierceCauseBleedingUnique__1"] = { affix = "", "Arrows that Pierce have 50% chance to inflict Bleeding", statOrder = { 3862 }, level = 1, group = "ArrowsThatPierceCauseBleeding25Percent", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1812251528, }, + ["IncreaseProjectileAttackDamagePerAccuracyUnique__1"] = { affix = "", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrder = { 3866 }, level = 1, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 4157767905, }, + ["AdditionalSpellProjectilesUnique__1"] = { affix = "", "Spells fire an additional Projectile", statOrder = { 3864 }, level = 85, group = "AdditionalSpellProjectiles", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1011373762, }, + ["IncreasedMinionDamageIfYouHitEnemyUnique__1"] = { affix = "", "Minions deal 70% increased Damage if you've Hit Recently", statOrder = { 8357 }, level = 1, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 2337295272, }, + ["MinionDamageAlsoAffectsYouUnique__1"] = { affix = "", "Increases and Reductions to Minion Damage also affect you at 150% of their value", statOrder = { 4098 }, level = 1, group = "MinionDamageAlsoAffectsYou", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 1433144735, }, + ["GlobalCriticalStrikeChanceAgainstChilledUnique__1"] = { affix = "", "60% increased Critical Hit Chance against Chilled Enemies", statOrder = { 6369 }, level = 1, group = "GlobalCriticalStrikeChanceAgainstChilled", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3699490848, }, + ["CastSocketedColdSkillsOnCriticalStrikeUnique__1"] = { affix = "", "Trigger a Socketed Cold Spell on Melee Critical Hit, with a 0.25 second Cooldown", statOrder = { 598 }, level = 1, group = "CastSocketedColdSpellsOnMeleeCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "skill", "elemental", "cold", "attack", "caster", "gem" }, tradeHash = 2295303426, }, + ["IncreasedAttackAreaOfEffectUnique__1_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4335 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, + ["IncreasedAttackAreaOfEffectUnique__2_"] = { affix = "", "20% increased Area of Effect for Attacks", statOrder = { 4335 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, + ["IncreasedAttackAreaOfEffectUnique__3"] = { affix = "", "(-40-40)% reduced Area of Effect for Attacks", statOrder = { 4335 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, + ["PhysicalDamageCanShockUnique__1"] = { affix = "", "Physical Damage from Hits also Contributes to Shock Chance", statOrder = { 2521 }, level = 1, group = "PhysicalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3848047105, }, + ["DealNoElementalDamageUnique__1"] = { affix = "", "Deal no Elemental Damage", statOrder = { 5627 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2998305364, }, + ["DealNoElementalDamageUnique__2"] = { affix = "", "Deal no Elemental Damage", statOrder = { 5627 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2998305364, }, + ["DealNoElementalDamageUnique__3"] = { affix = "", "Deal no Elemental Damage", statOrder = { 5627 }, level = 1, group = "DealNoElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 2998305364, }, + ["TakeFireDamageOnIgniteUnique__1"] = { affix = "", "Take 100 Fire Damage when you Ignite an Enemy", statOrder = { 6078 }, level = 1, group = "TakeFireDamageOnIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2518598473, }, + ["ChanceForSpectersToGainSoulEaterOnKillUnique__1"] = { affix = "", "With at least 40 Intelligence in Radius, Raised Spectres have a 50% chance to gain Soul Eater for 20 seconds on Kill", statOrder = { 7321 }, level = 1, group = "ChanceForSpectersToGainSoulEaterOnKill", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3193100053, }, + ["MovementSkillsDealNoPhysicalDamageUnique__1"] = { affix = "", "Movement Skills deal no Physical Damage", statOrder = { 8454 }, level = 1, group = "MovementSkillsDealNoPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 4114010855, }, + ["GainPhasingIfKilledRecentlyUnique__1"] = { affix = "", "You have Phasing if you've Killed Recently", statOrder = { 6307 }, level = 1, group = "GainPhasingIfKilledRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3489372920, }, + ["MovementSkillsCostNoManaUnique__1"] = { affix = "", "Movement Skills Cost no Mana", statOrder = { 3044 }, level = 1, group = "MovementSkillsCostNoMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3086866381, }, + ["ProjectileAttackDamageImplicitGloves1"] = { affix = "", "(14-18)% increased Projectile Attack Damage", statOrder = { 1660 }, level = 1, group = "ProjectileAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 2162876159, }, + ["ManaPerStrengthUnique__1__"] = { affix = "", "+1 Mana per 4 Strength", statOrder = { 1687 }, level = 1, group = "ManaPerStrength", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 507075051, }, + ["EnergyShieldPerStrengthUnique__1"] = { affix = "", "1% increased Energy Shield per 10 Strength", statOrder = { 5939 }, level = 1, group = "EnergyShieldPerStrength", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 506942497, }, + ["LifePerDexterityUnique__1"] = { affix = "", "+1 Life per 4 Dexterity", statOrder = { 1686 }, level = 1, group = "LifePerDexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2042405614, }, + ["MeleePhysicalDamagePerDexterityUnique__1_"] = { affix = "", "2% increased Melee Physical Damage per 10 Dexterity", statOrder = { 8249 }, level = 1, group = "MeleePhysicalDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 2355151849, }, + ["AccuracyPerIntelligenceUnique__1"] = { affix = "", "+4 Accuracy Rating per 2 Intelligence", statOrder = { 1685 }, level = 1, group = "AccuracyPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2196657026, }, + ["EvasionRatingPerIntelligenceUnique__1"] = { affix = "", "2% increased Evasion Rating per 10 Intelligence", statOrder = { 5986 }, level = 1, group = "EvasionRatingPerIntelligence", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 810772344, }, + ["ChanceToGainFrenzyChargeOnStunUnique__1"] = { affix = "", "15% chance to gain a Frenzy Charge when you Stun an Enemy", statOrder = { 5107 }, level = 38, group = "ChanceToGainFrenzyChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1695720239, }, + ["PrrojectilesPierceWhilePhasingUnique__1_"] = { affix = "", "Projectiles Pierce all Targets while you have Phasing", statOrder = { 8851 }, level = 1, group = "PrrojectilesPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2636403786, }, + ["AdditionalPierceWhilePhasingUnique__1"] = { affix = "", "Projectiles Pierce 5 additional Targets while you have Phasing", statOrder = { 8852 }, level = 1, group = "AdditionalPierceWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 97250660, }, + ["ChanceToAvoidProjectilesWhilePhasingUnique__1"] = { affix = "", "20% chance to Avoid Projectiles while Phasing", statOrder = { 4450 }, level = 1, group = "ChanceToAvoidProjectilesWhilePhasing", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3635120731, }, + ["FlaskAdditionalProjectilesDuringEffectUnique__1"] = { affix = "", "Skills fire 2 additional Projectiles during Effect", statOrder = { 750 }, level = 85, group = "FlaskAdditionalProjectilesDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 323705912, }, + ["FlaskIncreasedAreaOfEffectDuringEffectUnique__1_"] = { affix = "", "(10-20)% increased Area of Effect during Effect", statOrder = { 728 }, level = 1, group = "FlaskIncreasedAreaOfEffectDuringEffect", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 215882879, }, + ["CelestialFootprintsUnique__1_"] = { affix = "", "Celestial Footprints", statOrder = { 9910 }, level = 1, group = "CelestialFootprints", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 50381303, }, + ["IncreasedMinionAttackSpeedUnique__1_"] = { affix = "", "Minions have (10-15)% increased Attack Speed", statOrder = { 2544 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, tradeHash = 3375935924, }, + ["GolemPerPrimordialJewel"] = { affix = "", "+1 to maximum number of Summoned Golems if you have 3 Primordial Items Socketed or Equipped", statOrder = { 8621 }, level = 1, group = "GolemPerPrimordialJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 920385757, }, + ["PrimordialJewelCountUnique__1"] = { affix = "", "Primordial", statOrder = { 9813 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, + ["PrimordialJewelCountUnique__2"] = { affix = "", "Primordial", statOrder = { 9813 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, + ["PrimordialJewelCountUnique__3"] = { affix = "", "Primordial", statOrder = { 9813 }, level = 1, group = "PrimordialJewelCount", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1089165168, }, + ["PrimordialJewelCountUnique__4"] = { affix = "", "Primordial", statOrder = { 9813 }, level = 1, group = "PrimordialJewelCount", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1089165168, }, + ["GolemLifeUnique__1"] = { affix = "", "Golems have (18-22)% increased Maximum Life", statOrder = { 6390 }, level = 1, group = "GolemLifeUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 1750735210, }, + ["GolemLifeRegenerationUnique__1"] = { affix = "", "Summoned Golems Regenerate 2% of their maximum Life per second", statOrder = { 6389 }, level = 1, group = "GolemLifeRegenerationUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 2235163762, }, + ["IncreasedDamageIfGolemSummonedRecently__1"] = { affix = "", "(25-30)% increased Damage if you Summoned a Golem in the past 8 seconds", statOrder = { 3259 }, level = 1, group = "IncreasedDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 3384291300, }, + ["IncreasedGolemDamageIfGolemSummonedRecently__1_"] = { affix = "", "Golems Summoned in the past 8 seconds deal (35-45)% increased Damage", statOrder = { 3260 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2869193493, }, + ["IncreasedGolemDamageIfGolemSummonedRecentlyUnique__1"] = { affix = "", "Golems Summoned in the past 8 seconds deal (100-125)% increased Damage", statOrder = { 3260 }, level = 1, group = "IncreasedGolemDamageIfGolemSummonedRecently", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "minion" }, tradeHash = 2869193493, }, + ["GolemSkillsCooldownRecoveryUnique__1"] = { affix = "", "Golem Skills have (20-30)% increased Cooldown Recovery Rate", statOrder = { 2919 }, level = 1, group = "GolemSkillsCooldownRecoveryUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 729180395, }, + ["GolemsSkillsCooldownRecoveryUnique__1_"] = { affix = "", "Summoned Golems have (30-45)% increased Cooldown Recovery Rate", statOrder = { 2920 }, level = 1, group = "GolemsSkillsCooldownRecoveryUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3246099900, }, + ["GolemBuffEffectUnique__1"] = { affix = "", "30% increased Effect of Buffs granted by your Golems", statOrder = { 6387 }, level = 1, group = "GolemBuffEffectUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2109043683, }, + ["GolemAttackAndCastSpeedUnique__1"] = { affix = "", "Golems have (16-20)% increased Attack and Cast Speed", statOrder = { 6385 }, level = 1, group = "GolemAttackAndCastSpeedUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 56225773, }, + ["GolemArmourRatingUnique__1"] = { affix = "", "Golems have +(800-1000) to Armour", statOrder = { 6393 }, level = 1, group = "GolemArmourRatingUnique", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences", "minion" }, tradeHash = 1020786773, }, + ["ArmourPerTotemUnique__1"] = { affix = "", "+300 Armour per Summoned Totem", statOrder = { 3987 }, level = 1, group = "ArmourPerTotem", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1429385513, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__1"] = { affix = "", "200% increased Spell Damage if you've dealt a Critical Hit in the past 8 seconds", statOrder = { 9243 }, level = 1, group = "SpellDamageIfCritPast8Seconds", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 467806158, }, + ["SpellDamageIfYouHaveCritRecentlyUnique__2"] = { affix = "", "(120-150)% increased Spell Damage if you've dealt a Critical Hit Recently", statOrder = { 9237 }, level = 1, group = "SpellDamageIfYouHaveCritRecently", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 1550015622, }, + ["CriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Critical Hits deal no Damage", statOrder = { 5441 }, level = 1, group = "CriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3245481061, }, + ["IncreasedManaRegenerationWhileStationaryUnique__1"] = { affix = "", "60% increased Mana Regeneration Rate while stationary", statOrder = { 3874 }, level = 1, group = "ManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3308030688, }, + ["AddedArmourWhileStationaryUnique__1"] = { affix = "", "+1500 Armour while stationary", statOrder = { 3872 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2551779822, }, + ["SpreadChilledGroundWhenHitByAttackUnique__1"] = { affix = "", "15% chance to create Chilled Ground when Hit with an Attack", statOrder = { 5224 }, level = 1, group = "SpreadChilledGroundWhenHitByAttack", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 358040686, }, + ["NonCriticalStrikesDealNoDamageUnique__1"] = { affix = "", "Non-Critical Hits deal no Damage", statOrder = { 8528 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2511969244, }, + ["NonCriticalStrikesDealNoDamageUnique__2"] = { affix = "", "Non-Critical Hits deal no Damage", statOrder = { 8528 }, level = 1, group = "NonCriticalStrikesDealNoDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2511969244, }, + ["CritMultiIfDealtNonCritRecentlyUnique__1"] = { affix = "", "25% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", statOrder = { 5412 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1626712767, }, + ["CritMultiIfDealtNonCritRecentlyUnique__2"] = { affix = "", "60% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", statOrder = { 5412 }, level = 1, group = "CritMultiIfDealtNonCritRecently", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1626712767, }, + ["EnemiesDestroyedOnKillUnique__1"] = { affix = "", "Enemies Killed by your Hits are destroyed", statOrder = { 5863 }, level = 1, group = "EnemiesDestroyedOnKill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2970902024, }, + ["RecoverPercentMaxLifeOnKillUnique__1"] = { affix = "", "Recover 5% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["RecoverPercentMaxLifeOnKillUnique__2"] = { affix = "", "Recover 5% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["RecoverPercentMaxLifeOnKillUnique__3"] = { affix = "", "Recover 1% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["CriticalMultiplierPerBlockChanceUnique__1"] = { affix = "", "+1% to Critical Damage Bonus per 1% Chance to Block Attack Damage", statOrder = { 2792 }, level = 1, group = "CriticalMultiplierPerBlockChance", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 956384511, }, + ["AttackDamagePerLowestArmourOrEvasionUnique__1"] = { affix = "", "1% increased Attack Damage per 200 of the lowest of Armour and Evasion Rating", statOrder = { 4360 }, level = 98, group = "AttackDamagePerLowestArmourOrEvasion", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1358422215, }, + ["FortifyOnMeleeStunUnique__1"] = { affix = "", "Melee Hits which Stun Fortify", statOrder = { 5093 }, level = 1, group = "FortifyOnMeleeStun", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3206381437, }, + ["OnslaughtWhileFortifiedUnique__1"] = { affix = "", "You have Onslaught while Fortified", statOrder = { 6305 }, level = 1, group = "OnslaughtWhileFortified", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493590317, }, + ["ItemStatsDoubledInBreachImplicit"] = { affix = "", "Properties are doubled while in a Breach", statOrder = { 7171 }, level = 1, group = "StatsDoubledInBreach", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 202275580, }, + ["SummonSpidersOnKillUnique__1"] = { affix = "", "100% chance to Trigger Level 1 Raise Spiders on Kill", statOrder = { 556 }, level = 1, group = "GrantsSpiderMinion", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3844016207, }, + ["CannotCastSpellsUnique__1"] = { affix = "", "Cannot Cast Spells", statOrder = { 4883 }, level = 1, group = "CannotCastSpells", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 3965442551, }, + ["CannotDealSpellDamageUnique__1"] = { affix = "", "Spell Skills deal no Damage", statOrder = { 9266 }, level = 1, group = "CannotDealSpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 291644318, }, + ["GoatHoofFootprintsUnique__1"] = { affix = "", "Burning Hoofprints", statOrder = { 9913 }, level = 1, group = "GoatHoofFootprints", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3576153145, }, + ["FireDamagePerStrengthUnique__1"] = { affix = "", "1% increased Fire Damage per 20 Strength", statOrder = { 6068 }, level = 1, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2241902512, }, + ["GolemLargerAggroRadiusUnique__1"] = { affix = "", "Summoned Golems are Aggressive", statOrder = { 9827 }, level = 1, group = "GolemLargerAggroRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3630426972, }, + ["MaximumLifeConvertedToEnergyShieldUnique__1"] = { affix = "", "20% of Maximum Life Converted to Energy Shield", statOrder = { 8209 }, level = 75, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, + ["MaximumLifeConvertedToEnergyShieldUnique__2"] = { affix = "", "50% of Maximum Life Converted to Energy Shield", statOrder = { 8209 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 2458962764, }, + ["LocalChanceToPoisonOnHitUnique__1"] = { affix = "", "15% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["LocalChanceToPoisonOnHitUnique__2"] = { affix = "", "60% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["LocalChanceToPoisonOnHitUnique__3"] = { affix = "", "20% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["LocalChanceToPoisonOnHitUnique__4"] = { affix = "", "20% chance to Poison on Hit with this weapon", statOrder = { 7224 }, level = 1, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3885634897, }, + ["ChanceToPoisonUnique__1_______"] = { affix = "", "25% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 795138349, }, + ["IncreasedSpellDamageWhileShockedUnique__1"] = { affix = "", "50% increased Spell Damage while Shocked", statOrder = { 9253 }, level = 1, group = "IncreasedSpellDamageWhileShocked", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2088288068, }, + ["MaximumResistanceWithNoEnduranceChargesUnique__1__"] = { affix = "", "+2% to all maximum Resistances while you have no Endurance Charges", statOrder = { 4073 }, level = 1, group = "MaximumResistanceWithNoEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "resistance" }, tradeHash = 3635566977, }, + ["OnslaughtWithMaxEnduranceChargesUnique__1"] = { affix = "", "You have Onslaught while at maximum Endurance Charges", statOrder = { 6301 }, level = 1, group = "OnslaughtWithMaxEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3101915418, }, + ["MinionsGainYourStrengthUnique__1"] = { affix = "", "Half of your Strength is added to your Minions", statOrder = { 8419 }, level = 1, group = "MinionsGainYourStrength", weightKey = { }, weightVal = { }, modTags = { "minion", "attribute" }, tradeHash = 2195137717, }, + ["AdditionalZombiesPerXStrengthUnique__1"] = { affix = "", "+1 to maximum number of Raised Zombies per 500 Strength", statOrder = { 8628 }, level = 1, group = "AdditionalZombiesPerXStrength", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 4056985119, }, ["ReducedBleedDurationUnique__1_"] = { affix = "", "25% reduced Bleeding Duration", statOrder = { 4491 }, level = 1, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1459321413, }, - ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrder = { 6696 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4260403588, }, - ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrder = { 6609 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3705740723, }, - ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrder = { 8019 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3806100539, }, - ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrder = { 6789 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2841027131, }, - ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrder = { 9519 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1981749265, }, - ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrder = { 8021 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1457265483, }, - ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrder = { 5491 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2675627948, }, - ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrder = { 6695 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3729758391, }, - ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrder = { 8266 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 718844908, }, - ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrder = { 9423 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 519622288, }, - ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrder = { 3097 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2831922878, }, - ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrder = { 2842 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 628716294, }, - ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrder = { 2843 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3875592188, }, - ["EnergyShieldStartsAtZero"] = { affix = "", "Your Energy Shield starts at zero", statOrder = { 9052 }, level = 1, group = "EnergyShieldStartsAtZero", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2342431054, }, - ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrder = { 801 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, tradeHash = 2444301311, }, - ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrder = { 800 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1869678332, }, - ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrder = { 382 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3375208082, }, - ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrder = { 6544 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2097550886, }, - ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrder = { 6619 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1512695141, }, - ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrder = { 5995 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2341811700, }, - ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrder = { 496 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3985468650, }, - ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 491 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1010340836, }, - ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 491 }, level = 1, group = "CastLevel1SummonLesserShrineOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1010340836, }, - ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrder = { 4187 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 2636728487, }, - ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrder = { 4089 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3619054484, }, - ["AdditionalSpellBlockWhileCursedUnique__1"] = { affix = "", "+20% Chance to Block Spell Damage while Cursed", statOrder = { 4130 }, level = 1, group = "AdditionalSpellBlockWhileCursed", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3218891195, }, - ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrder = { 6763 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1982144275, }, - ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrder = { 7223 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2563691316, }, - ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrder = { 5864 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3864993324, }, - ["ChaosDegenAuraUnique__1"] = { affix = "", "Trigger Level 20 Death Aura when Equipped", statOrder = { 489 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 825352061, }, - ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrder = { 6495 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 262773569, }, - ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrder = { 4457 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493090598, }, - ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrder = { 5482 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 908650225, }, - ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrder = { 8843, 8843.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2706994884, }, - ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrder = { 9319 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1473289174, }, - ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrder = { 9319 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1473289174, }, - ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrder = { 8136 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, tradeHash = 4047895119, }, - ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrder = { 8183 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, tradeHash = 4017879067, }, - ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrder = { 8219 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1736403946, }, - ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrder = { 139 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1344805487, }, - ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrder = { 139 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1344805487, }, - ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrder = { 1735 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4180687797, }, - ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Damage Bonus while you have no Frenzy Charges", statOrder = { 1734 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3062763405, }, - ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrder = { 4068 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3213407110, }, - ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrder = { 8245 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1176492594, }, - ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrder = { 5213 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3612256591, }, - ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrder = { 5976 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 4167600809, }, - ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5498 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2034658008, }, - ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6191, 6191.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1232004574, }, - ["FireDamageCanPoisonUnique__1"] = { affix = "", "Fire Damage from Hits also Contributes to Poison Magnitude", statOrder = { 2542 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1985969957, }, - ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Cold Damage from Hits also Contributes to Poison Magnitude", statOrder = { 2541 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1917124426, }, - ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Lightning Damage from Hits also Contributes to Poison Magntiude", statOrder = { 2543 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1604984482, }, - ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrder = { 6000 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2424717327, }, - ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrder = { 5243 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2373079502, }, - ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrder = { 6852 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 949718413, }, - ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (10-15)% of maximum Mana as Extra maximum Energy Shield", statOrder = { 1860 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3027830452, }, - ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrder = { 487 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2498303876, }, - ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrder = { 460 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, - ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrder = { 460 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, - ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrder = { 460 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, - ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrder = { 5128 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 1573646535, }, - ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrder = { 9607 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2483362276, }, - ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrder = { 8198 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, tradeHash = 2969128501, }, - ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrder = { 8198 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, tradeHash = 2969128501, }, - ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrder = { 605 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 372705099, }, - ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrder = { 536 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, modTags = { "skill", "caster" }, tradeHash = 2939874331, }, - ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeletons with Summon Skeletons", statOrder = { 3605 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1589090910, }, - ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrder = { 9135 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3013430129, }, - ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrder = { 5869 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 788946728, }, - ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 3085 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3417757416, }, - ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Hits while you have no Power Charges", statOrder = { 5954 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3544527742, }, - ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrder = { 3095 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 3655758456, }, - ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrder = { 480 }, level = 1, group = "ScorchingRaySkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1540840, }, - ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrder = { 484 }, level = 1, group = "BlightSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1198418726, }, - ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrder = { 463 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, - ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrder = { 5118 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2733285506, }, - ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrder = { 2821 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1237693206, }, - ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Hit Chance", statOrder = { 3934 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 4095169720, }, - ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrder = { 379 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 228165595, }, - ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrder = { 378 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1002855537, }, - ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrder = { 377 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1106668565, }, - ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Innervate", statOrder = { 377 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1106668565, }, - ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrder = { 371 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, - ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrder = { 535 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1869144397, }, - ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80 to 120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrder = { 8090, 8090.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 3829706447, }, - ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrder = { 8532 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3491499175, }, - ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrder = { 6179 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 496822696, }, - ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrder = { 6216 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 352612932, }, - ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrder = { 8533 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2771181375, }, - ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrder = { 9482 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, tradeHash = 721014846, }, - ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrder = { 9482 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, tradeHash = 721014846, }, - ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrder = { 7044 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, - ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrder = { 4667 }, level = 1, group = "BlightSecondarySkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 4170725899, }, - ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, - ["GlobalCooldownRecoveryUnique__2"] = { affix = "", "(15-30)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, - ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrder = { 5583 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, - ["DebuffTimePassedUnique__2"] = { affix = "", "Debuffs on you expire (80-100)% faster", statOrder = { 5583 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, - ["DebuffTimePassedUnique__3"] = { affix = "", "Debuffs on you expire 100% faster", statOrder = { 5583 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, - ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(10-15)% increased Energy Shield Recovery rate", "(10-15)% increased Life Recovery rate", statOrder = { 1384, 1390 }, level = 1, group = "LifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3982333460, }, - ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrder = { 537 }, level = 1, group = "LocalDisplayGrantsStormCascadeOnAttack", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 818329660, }, - ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrder = { 3935, 3935.1 }, level = 1, group = "ProjectileAttacksChanceToBleedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 4058504226, }, - ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrder = { 3937, 3937.1 }, level = 1, group = "ProjectileAttacksChanceToPoisonBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 1114411822, }, - ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrder = { 3936, 3936.1 }, level = 1, group = "ProjectileAttacksChanceToMaimBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1753916791, }, - ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16) to (21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrder = { 3938 }, level = 1, group = "AddedPhysicalDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 242822230, }, - ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19) to (23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrder = { 3939 }, level = 1, group = "AddedChaosDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2152491486, }, - ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrder = { 3940 }, level = 1, group = "AttackAndMovementSpeedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3597737983, }, - ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Spell", statOrder = { 534 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3670477918, }, - ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Magnitude of Shock you inflict", statOrder = { 8831 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, - ["ShockEffectUnique__2"] = { affix = "", "(1-50)% increased Effect of Lightning Ailments", statOrder = { 6822 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, - ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrder = { 6822 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, - ["LightningAilmentEffectUnique__1"] = { affix = "", "100% increased Effect of Lightning Ailments", statOrder = { 6822 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, - ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrder = { 77 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 899329924, }, - ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrder = { 817 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2739148464, }, - ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrder = { 817 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2739148464, }, - ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +2 to Level", statOrder = { 123 }, level = 1, group = "SocketedGemsInRedSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2886998024, }, - ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +30% to Quality", statOrder = { 124 }, level = 1, group = "SocketedGemsInGreenSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3799930101, }, - ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 100% increased Experience", statOrder = { 125 }, level = 1, group = "SocketedGemsInBlueSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2236460050, }, - ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrder = { 9208 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2918150296, }, - ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrder = { 5973 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 702909553, }, - ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrder = { 453 }, level = 1, group = "PurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3970432307, }, - ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrder = { 459 }, level = 1, group = "PurityOfColdSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 4193390599, }, - ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrder = { 461 }, level = 1, group = "PurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3822878124, }, - ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrder = { 528 }, level = 1, group = "VaalPurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2700934265, }, - ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrder = { 529 }, level = 1, group = "VaalPurityOfIceSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1300125165, }, - ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrder = { 530 }, level = 1, group = "VaalPurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2959369472, }, - ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrder = { 8946 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 3111456397, }, - ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrder = { 1469 }, level = 1, group = "SpectreIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 3035514623, }, - ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrder = { 6948 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3269060224, }, - ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrder = { 1293 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 1604393896, }, - ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrder = { 7236 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4084763463, }, - ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrder = { 6223 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 1438403666, }, - ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrder = { 7169 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 31415336, }, - ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrder = { 7147, 7148 }, level = 1, group = "PassiveEffectivenessJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2151971591, }, - ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Effect", statOrder = { 797, 798 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "attack", "caster", "speed" }, tradeHash = 2001651052, }, - ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrder = { 555 }, level = 1, group = "TriggeredFireAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1128763150, }, - ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrder = { 553 }, level = 1, group = "TriggeredColdAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3918947537, }, - ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrder = { 556 }, level = 1, group = "TriggeredLightningAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 850729424, }, - ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrder = { 554 }, level = 1, group = "TriggeredElementalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2602585351, }, - ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrder = { 558 }, level = 1, group = "TriggeredPhysicalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1892084828, }, - ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 376 }, level = 1, group = "SupportedByBlasphemyUnique", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, - ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", "20% less Effect of Curses from Socketed Hex Skills", statOrder = { 497, 497.1, 497.2, 497.3 }, level = 1, group = "GrantCursePillarSkillUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1757548756, }, - ["GrantCursePillarSkillUnique__"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", statOrder = { 498, 498.1, 498.2 }, level = 1, group = "GrantCursePillarSkillUnique__", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1517357911, }, - ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrder = { 8542 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2374357674, }, - ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrder = { 4607 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2658399404, }, - ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrder = { 5129 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, tradeHash = 175362265, }, - ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrder = { 5497 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1034580601, }, - ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrder = { 8269 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1360723495, }, - ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrder = { 9265, 9265.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 130616495, }, - ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrder = { 4295 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 2466912132, }, - ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrder = { 4831 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 676883595, }, - ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrder = { 4827 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3881126302, }, - ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrder = { 4840 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3024242403, }, - ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrder = { 5492 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 35476451, }, - ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrder = { 1557 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, - ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrder = { 1557 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, - ["IncreasedAilmentDurationUnique__3_"] = { affix = "", "(10-20)% increased Duration of Ailments on Enemies", statOrder = { 1557 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, - ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrder = { 595 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 208447205, }, - ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has no Reservation if Cast as an Aura", statOrder = { 6045 }, level = 1, group = "FlammabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1195140808, }, - ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has no Reservation if Cast as an Aura", statOrder = { 6095 }, level = 1, group = "FrostbiteNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3062707366, }, - ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has no Reservation if Cast as an Aura", statOrder = { 5260 }, level = 1, group = "ConductivityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1233358566, }, - ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has no Reservation if Cast as an Aura", statOrder = { 9414 }, level = 1, group = "VulnerabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 531868030, }, - ["DespairReservationCostUnique__1"] = { affix = "", "Despair has no Reservation if Cast as an Aura", statOrder = { 5609 }, level = 1, group = "DespairNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 450601566, }, - ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 9206 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2100165275, }, - ["TemporalChainsReservationCostUnique__2"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 9206 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2100165275, }, - ["PunishmentReservationCostUnique__1"] = { affix = "", "Punishment has no Reservation if Cast as an Aura", statOrder = { 8609 }, level = 1, group = "PunishmentNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2097195894, }, - ["EnfeebleReservationCostUnique__1"] = { affix = "", "Enfeeble has no Reservation if Cast as an Aura", statOrder = { 5884 }, level = 1, group = "EnfeebleNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 56919069, }, - ["ElementalWeaknessReservationCostUnique__1"] = { affix = "", "Elemental Weakness has no Reservation if Cast as an Aura", statOrder = { 5770 }, level = 1, group = "ElementalWeaknessNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3416664215, }, - ["ChanceToDodgeWhileOffhandIsEmpty"] = { affix = "", "+(30-40)% chance to Suppress Spell Damage while your Off Hand is empty", statOrder = { 9010 }, level = 1, group = "ChanceToDodgeWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2076926581, }, - ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrder = { 5221 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3520048646, }, - ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrder = { 9619 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2200114771, }, - ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrder = { 9624 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 304032021, }, - ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrder = { 9628 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3284029342, }, - ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrder = { 9627 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 3476327198, }, - ["ElementalDamageCanShockUnique__1__"] = { affix = "", "All Elemental Damage from Hits Contributes to Shock Chance", statOrder = { 2549 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2933625540, }, - ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each Elemental Ailment type among", "your Ailments on them", statOrder = { 5715, 5715.1 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1509533589, }, - ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrder = { 571 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 651875072, }, - ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 6910 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 642457541, }, - ["FortifyOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Hits have 25% chance to Fortify", statOrder = { 6990 }, level = 1, group = "FortifyOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 186482813, }, - ["RageOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Attacks grant 1 Rage on Hit, no more than once every second", statOrder = { 6988 }, level = 1, group = "RageOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3892691596, }, - ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrder = { 6911 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2750004091, }, - ["BlindOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks", statOrder = { 6918 }, level = 1, group = "BlindOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2044840211, }, - ["OnslaughtOnKillWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Attacks have 25% chance to grant Onslaught On Kill", statOrder = { 6908 }, level = 1, group = "OnslaughtOnKillWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2863332749, }, - ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrder = { 5575 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 4031851097, }, - ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrder = { 202 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1994143317, }, - ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrder = { 202 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1994143317, }, - ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "Gain a Spirit Charge on Kill", statOrder = { 3991 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 570644802, }, - ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of maximum Life when you lose a Spirit Charge", statOrder = { 3993 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 305634887, }, - ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of maximum Energy Shield when you lose a Spirit Charge", statOrder = { 3994 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1996775727, }, - ["PhysAddedAsEachElementPerSpiritChargeUnique__1"] = { affix = "", "Gain 5% of Physical Damage as Extra Damage of each Element per Spirit Charge", statOrder = { 8364 }, level = 1, group = "PhysAddedAsEachElementPerSpiritCharge", weightKey = { }, weightVal = { }, modTags = { "earth_elemental", "physical" }, tradeHash = 3137640399, }, - ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrder = { 596 }, level = 1, group = "LocalDisplayGrantLevelXSpiritBurst", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1992516007, }, - ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrder = { 3990 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 328131617, }, - ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrder = { 3992 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2663792764, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 3988 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4053097676, }, - ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 3988 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4053097676, }, - ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrder = { 9527 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3442107889, }, - ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrder = { 576 }, level = 1, group = "LocalDisplayGrantLevelXShadeForm", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3308936917, }, - ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrder = { 577 }, level = 1, group = "TriggerShadeFormWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2603798371, }, - ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrder = { 8108 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 173438493, }, - ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5127 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 4210011075, }, - ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrder = { 5741 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 1686913105, }, - ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrder = { 8498 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 513221334, }, - ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrder = { 3867 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, - ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrder = { 3008 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 1649883131, }, - ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrder = { 8105 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 4085417083, }, - ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Hit Chance per Power Charge", statOrder = { 4093 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1818900806, }, - ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "(6-10)% increased Critical Damage Bonus per Power Charge", statOrder = { 2921 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__1"] = { affix = "", "+2% Chance to Block Spell Damage per Power Charge", statOrder = { 4128 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 816458107, }, - ["ChanceToBlockSpellsPerPowerChargeUnique__2_"] = { affix = "", "+5% Chance to Block Spell Damage per Power Charge", statOrder = { 4128 }, level = 1, group = "ChanceToBlockSpellsPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 816458107, }, - ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrder = { 8661 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "minion" }, tradeHash = 262301496, }, - ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrder = { 599 }, level = 1, group = "VoidShotOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3262369040, }, - ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrder = { 3963, 6296 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3320313293, }, - ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrder = { 3944 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2926399803, }, - ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrder = { 3941 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1555962658, }, - ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrder = { 3942 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2921373173, }, - ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrder = { 3943 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2312817839, }, - ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of maximum Life when you use a Mana Flask", statOrder = { 3950 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 1926816773, }, - ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Recovery from Mana Flasks also applies to Life", statOrder = { 3951 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 2262007777, }, - ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell damage for each 200 total Mana you have Spent Recently", statOrder = { 3953 }, level = 1, group = "SpellDamagePerManaSpent", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 347220474, }, - ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrder = { 3952 }, level = 1, group = "ManaCostPerManaSpent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2650053239, }, - ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrder = { 9564 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 448903047, }, - ["SpellAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (6-8) to (10-12) Physical Damage to Spells", statOrder = { 1248 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, tradeHash = 2435536961, }, - ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrder = { 603 }, level = 100, group = "TentacleSmashOnKill", weightKey = { }, weightVal = { }, modTags = { "skill", "green_herring" }, tradeHash = 1350938937, }, - ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrder = { 602 }, level = 1, group = "GlimpseOfEternityWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3141831683, }, - ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrder = { 604 }, level = 100, group = "SummonVoidSphereOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2143990571, }, - ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrder = { 494 }, level = 1, group = "GrantsPetrificationStatue", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1904419785, }, - ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 506 }, level = 1, group = "GrantsCatAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1265282021, }, - ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 502 }, level = 1, group = "GrantsBirdAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3914740665, }, - ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 525 }, level = 1, group = "GrantsSpiderAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 956546305, }, - ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrder = { 518 }, level = 1, group = "GrantsIntimidatingCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 989878105, }, - ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 507 }, level = 1, group = "GrantsCrabAspect", weightKey = { }, weightVal = { }, modTags = { "blue_herring", "skill" }, tradeHash = 4102318278, }, - ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrder = { 1402 }, level = 65, group = "ItemQuantityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 760855772, }, - ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5487 }, level = 72, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2062174346, }, - ["DamagePer15DexterityUnique__2"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5487 }, level = 1, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2062174346, }, - ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrder = { 6788 }, level = 74, group = "LifeRegeneratedPerMinuteWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 952897668, }, - ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrder = { 5722 }, level = 77, group = "IncreasedElementalDamageIfKilledCursedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 850820277, }, - ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrder = { 5053 }, level = 63, group = "DoubleDamagePer500Strength", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4104492115, }, - ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrder = { 7836 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1158543967, }, - ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrder = { 8656 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2761732967, }, - ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrder = { 3984 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 637690626, }, - ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrder = { 3983 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4119032338, }, - ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrder = { 2173 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3809896400, }, - ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5182 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, tradeHash = 864879045, }, - ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrder = { 5182 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, tradeHash = 864879045, }, - ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 8828 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, tradeHash = 575111651, }, - ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrder = { 8828 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, tradeHash = 575111651, }, - ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrder = { 328 }, level = 1, group = "SupportedByTrapAndMineDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3814066599, }, - ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrder = { 326 }, level = 1, group = "SupportedByClusterTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2854183975, }, - ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrder = { 8095 }, level = 1, group = "AviansMightColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3485231932, }, - ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrder = { 8106 }, level = 1, group = "AviansMightLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 855634301, }, - ["AviansMightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Might Duration", statOrder = { 4439 }, level = 1, group = "AviansMightDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1251945210, }, - ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrder = { 4318 }, level = 1, group = "GrantAviansAspectToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2544408546, }, - ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrder = { 4317 }, level = 1, group = "AvianAspectBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1746347097, }, - ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrder = { 6790 }, level = 1, group = "AviansFlightLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2589482056, }, - ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrder = { 7244 }, level = 1, group = "AviansFlightManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1495376076, }, - ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Flight Duration", statOrder = { 4438 }, level = 1, group = "AviansFlightDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1251731548, }, - ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", statOrder = { 578 }, level = 1, group = "GrantsAvianTornado", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2554328719, }, - ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrder = { 7116, 7119 }, level = 1, group = "ElementalHitDisableFireJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 2542902299, }, - ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrder = { 7115, 7118 }, level = 1, group = "ElementalHitDisableColdJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2676447058, }, - ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrder = { 7117, 7120 }, level = 1, group = "ElementalHitDisableLightningJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1007157231, }, - ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrder = { 1808 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, - ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrder = { 1810 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, - ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrder = { 1825 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, - ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrder = { 2315 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1054322244, }, - ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2317 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, - ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2319 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, - ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrder = { 8267 }, level = 1, group = "MovementVelocityPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2116250000, }, - ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrder = { 1498 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, - ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrder = { 8270 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3774108776, }, - ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Endurance Charge", statOrder = { 1389 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, - ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Frenzy Charge", statOrder = { 2314 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2828673491, }, - ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Power Charge", statOrder = { 6807 }, level = 1, group = "LifeRegenerationPercentPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3961213398, }, - ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrder = { 2846 }, level = 1, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3515686789, }, - ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrder = { 2925 }, level = 1, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 902747843, }, - ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5498 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2034658008, }, - ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrder = { 8098 }, level = 1, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1073447019, }, - ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrder = { 3867 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, - ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrder = { 8102 }, level = 1, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1917107159, }, - ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrder = { 4078 }, level = 1, group = "BlockChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2355741828, }, - ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrder = { 4079 }, level = 1, group = "BlockChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2148784747, }, - ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrder = { 4080 }, level = 1, group = "BlockChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2856326982, }, - ["ChargeBonusDodgeChancePerEnduranceCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Endurance Charge", statOrder = { 9001 }, level = 1, group = "DodgeChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 161741084, }, - ["ChargeBonusDodgeChancePerFrenzyCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Frenzy Charge", statOrder = { 2240 }, level = 1, group = "ChanceToDodgePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 482967934, }, - ["ChargeBonusDodgeChancePerPowerCharge"] = { affix = "", "+1% chance to Suppress Spell Damage per Power Charge", statOrder = { 9004 }, level = 1, group = "DodgeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1309947938, }, - ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrder = { 8352 }, level = 1, group = "FireDamageAddedAsChaosPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 700405539, }, - ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrder = { 8351 }, level = 1, group = "ColdDamageAddedAsChaosPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, tradeHash = 2764080642, }, - ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Chaos Damage per Power Charge", statOrder = { 8354 }, level = 1, group = "LightningDamageAddedAsChaosPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2650222338, }, - ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrder = { 8500 }, level = 1, group = "IncreasedArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1447080724, }, - ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrder = { 1378 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 660404777, }, - ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrder = { 5866 }, level = 1, group = "IncreasedEnergyShieldPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2189382346, }, - ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrder = { 3837 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 2713233613, }, - ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrder = { 6190 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2119664154, }, - ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6191, 6191.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1232004574, }, - ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 6163 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 2894476716, }, - ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1529 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2323242761, }, - ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Hit", statOrder = { 1526 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, tradeHash = 3814876985, }, - ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrder = { 4330 }, level = 1, group = "AttackAndCastSpeedPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 3618888098, }, - ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrder = { 1729 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3700381193, }, - ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrder = { 4331 }, level = 1, group = "AttackAndCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 987588151, }, - ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Hit Chance per Endurance Charge", statOrder = { 5357 }, level = 1, group = "CriticalStrikeChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2547511866, }, - ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Hit Chance per Frenzy Charge", statOrder = { 5358 }, level = 1, group = "CriticalStrikeChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 707887043, }, - ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "3% increased Critical Damage Bonus per Power Charge", statOrder = { 2921 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, - ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5127 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 4210011075, }, - ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrder = { 8492 }, level = 1, group = "PhysicalDamageReductionPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1226049915, }, - ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrder = { 8494 }, level = 1, group = "PhysicalDamageReductionPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3986347319, }, - ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1500 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, - ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1505 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, - ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1510 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, - ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrder = { 6690 }, level = 1, group = "IntimidateOnHitMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2877370216, }, - ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrder = { 6198 }, level = 1, group = "OnslaughtOnHitMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2408544213, }, - ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrder = { 6144 }, level = 1, group = "ArcaneSurgeOnHitMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 813119588, }, - ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrder = { 3655 }, level = 1, group = "CannotBeStunnedMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3780437763, }, - ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Hit while at maximum Frenzy Charges", statOrder = { 6168 }, level = 1, group = "FlaskChargeOnCritMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3371432622, }, - ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrder = { 8381 }, level = 1, group = "AdditionalCurseMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 761598374, }, - ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrder = { 9613 }, level = 1, group = "IronReflexesMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 1990354706, }, - ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrder = { 9614 }, level = 1, group = "MindOverMatterMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 1876857497, }, - ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrder = { 1887 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, - ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrder = { 1887 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, - ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown", statOrder = { 601 }, level = 1, group = "TriggerCurseOnCurse", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem", "curse" }, tradeHash = 3657377047, }, - ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrder = { 3948 }, level = 1, group = "ElementalDamagePercentAddedAsChaosPerShaperItem", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, tradeHash = 1860646468, }, - ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrder = { 6558 }, level = 1, group = "HitsIgnoreChaosResistanceAllShaperItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4234677275, }, - ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrder = { 6557 }, level = 1, group = "HitsIgnoreChaosResistanceAllElderItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 89314980, }, - ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrder = { 5212 }, level = 1, group = "ColdDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2517031897, }, - ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrder = { 6830 }, level = 1, group = "LightningDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2642525868, }, - ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(15-30)% reduced Duration", statOrder = { 907 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 156096868, }, - ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrder = { 641 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 806698863, }, - ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrder = { 740 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, tradeHash = 1866211373, }, - ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Hit Chance against Enemies on Consecrated Ground during Effect", statOrder = { 737 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 1535051459, }, - ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Hit Chance against Enemies on Consecrated Ground during Effect", statOrder = { 772 }, level = 1, group = "FlaskConsecratedGroundEffectCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 3278399103, }, - ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrder = { 1600 }, level = 1, group = "ShockOnKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 209387074, }, - ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrder = { 3995, 3996 }, level = 1, group = "DivineChargeOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666908929, }, - ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrder = { 3998, 3998.1 }, level = 1, group = "GainDivinityOnMaxDivineCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1174243390, }, - ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Hits", "Nearby Enemies cannot deal Critical Hits", statOrder = { 1862, 6959 }, level = 1, group = "NearbyEnemiesCannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1239325414, }, - ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrder = { 2842, 6952 }, level = 1, group = "NearbyAlliesCannotBeSlowed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2148696191, }, - ["ManaReservationPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 7254 }, level = 1, group = "ManaReservationPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2676451350, }, - ["ManaReservationEfficiencyPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 7255 }, level = 1, group = "ManaReservationEfficiencyPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1212083058, }, - ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrder = { 2661 }, level = 1, group = "DefencesPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3767939384, }, - ["BlockPer100StrengthAuraUnique__1___"] = { affix = "", "Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have", statOrder = { 2660 }, level = 1, group = "BlockPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3941641418, }, - ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Damage Bonus per 100 Dexterity you have", statOrder = { 2662 }, level = 1, group = "CriticalMultiplierPer100DexterityAura", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1438488526, }, - ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrder = { 2663 }, level = 1, group = "CastSpeedPer100IntelligenceAura", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2373999301, }, - ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 30 Precision Skill", statOrder = { 501 }, level = 81, group = "AccuracyAuraSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2721815210, }, - ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 8555 }, level = 1, group = "PrecisionAuraBonus", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 1291925008, }, - ["PrecisionReservationEfficiencyUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 8556 }, level = 1, group = "PrecisionReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 3859865977, }, - ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Divine Blessing", statOrder = { 179 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3274973940, }, - ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrder = { 543 }, level = 1, group = "TriggerBowSkillsOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "gem" }, tradeHash = 3171958921, }, - ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrder = { 608, 608.1 }, level = 1, group = "TriggerBowSkillsOnCast", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, tradeHash = 1378815167, }, - ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrder = { 2857 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4224337800, }, - ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrder = { 4428 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 318953428, }, - ["AttacksBlindOnHitChanceUnique__2"] = { affix = "", "(10-20)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4428 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 318953428, }, - ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9529 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, - ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9529 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, - ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9529 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, - ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9529 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, - ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9529 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, - ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6515 }, level = 1, group = "HeraldBonusThunderReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3959101898, }, - ["HeraldBonusThunderReservationEfficiency"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6516 }, level = 1, group = "HeraldBonusThunderReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3817220109, }, - ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrder = { 6831 }, level = 1, group = "HeraldBonusThunderLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 536957, }, - ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrder = { 6514 }, level = 1, group = "HeraldBonusThunderEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3814686091, }, - ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrder = { 8028 }, level = 1, group = "HeraldBonusThunderMaxLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 3259396413, }, - ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrder = { 6833 }, level = 1, group = "HeraldBonusThunderLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 2687017988, }, - ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6502 }, level = 1, group = "HeraldBonusAshReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3819451758, }, - ["HeraldBonusAshReservationEfficiency__"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6503 }, level = 1, group = "HeraldBonusAshReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2500442851, }, - ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrder = { 5982 }, level = 1, group = "HeraldBonusAshFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2775776604, }, - ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrder = { 6501 }, level = 1, group = "HeraldBonusAshEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2154349925, }, - ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrder = { 8012 }, level = 1, group = "HeraldBonusAshMaxFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3716758077, }, - ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrder = { 5983 }, level = 1, group = "HeraldBonusFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 2675641469, }, - ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6505 }, level = 1, group = "HeraldBonusIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3059700363, }, - ["HeraldBonusIceReservationEfficiency__"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6506 }, level = 1, group = "HeraldBonusIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3395872960, }, - ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrder = { 5220 }, level = 1, group = "HeraldBonusIceColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1970606344, }, - ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrder = { 6504 }, level = 1, group = "HeraldBonusIceEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1862926389, }, - ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrder = { 8002 }, level = 1, group = "HeraldBonusMaxColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 950661692, }, - ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrder = { 5222 }, level = 1, group = "HeraldBonusColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 2494069187, }, - ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6510 }, level = 1, group = "HeraldBonusPurityReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1542765265, }, - ["HeraldBonusPurityReservationEfficiency_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6511 }, level = 1, group = "HeraldBonusPurityReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2189040439, }, - ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrder = { 8488 }, level = 1, group = "HeraldBonusPurityPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3294232483, }, - ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrder = { 6508 }, level = 1, group = "HeraldBonusPurityEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2126027382, }, - ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrder = { 8809 }, level = 1, group = "HeraldBonusPurityMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 650630047, }, - ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrder = { 8495 }, level = 1, group = "HeraldBonusPurityPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3163114700, }, - ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6498 }, level = 1, group = "HeraldBonusAgonyReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1284151528, }, - ["HeraldBonusAgonyReservationEfficiency"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6499 }, level = 1, group = "HeraldBonusAgonyReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1133703802, }, - ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrder = { 5126 }, level = 1, group = "HeraldBonusAgonyChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 739274558, }, - ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrder = { 6497 }, level = 1, group = "HeraldBonusAgonyEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2572910724, }, - ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrder = { 4151 }, level = 1, group = "HeraldBonusAgonyMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 786460697, }, - ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrder = { 5131 }, level = 1, group = "HeraldBonusAgonyChaosResist", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 3456816469, }, - ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["UniqueJewelAlternateTreeInRadiusKalguur"] = { affix = "", "Remembrancing (100-8000) songworthy deeds by the line of Vorana", "Passives in radius are Conquered by the Kalguur", "Historic", statOrder = { 10, 10.1, 9530 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, - ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrder = { 9237 }, level = 1, group = "TotemDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2566390555, }, - ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrder = { 8860 }, level = 1, group = "BrandDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2697019412, }, - ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrder = { 5119 }, level = 1, group = "ChannelledSkillDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 970844066, }, - ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrder = { 4233 }, level = 1, group = "AreaDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1724614884, }, - ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrder = { 5728 }, level = 1, group = "ElementalDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3103189267, }, - ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrder = { 5764 }, level = 1, group = "ElementalResistancesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1910205563, }, - ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Magnitude of Non-Damaging Ailments you inflict per 10 Devotion", statOrder = { 8325 }, level = 1, group = "AilmentEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 1810368194, }, - ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrder = { 8800 }, level = 1, group = "ElementalAilmentSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 730530528, }, - ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrder = { 8799 }, level = 1, group = "CurseSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 4235333770, }, - ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrder = { 8133 }, level = 1, group = "MinionAttackAndCastSpeedPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 3808469650, }, - ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrder = { 8125 }, level = 1, group = "MinionAccuracyRatingPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, tradeHash = 2830135449, }, - ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrder = { 7235 }, level = 1, group = "AddedManaRegenerationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2042813020, }, - ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrder = { 7208 }, level = 1, group = "ReducedManaCostPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3293275880, }, - ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrder = { 8320 }, level = 1, group = "AuraEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 2585926696, }, - ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrder = { 8826 }, level = 1, group = "ShieldDefencesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 2803981661, }, - ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrder = { 7072 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 200113086, }, - ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrder = { 7070 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2418322751, }, - ["FlaskDurationConsumedPerUse"] = { affix = "", "50% increased Duration. -1% to this value when used", statOrder = { 907 }, level = 1, group = "FlaskDurationConsumedPerUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1256719186, }, - ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Damage", "1% increased Critical Hit Chance per 4% Quality", statOrder = { 1602, 6932 }, level = 1, group = "HarvestAlternateWeaponQualityLocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, tradeHash = 2109698899, }, - ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Accuracy per 2% Quality", statOrder = { 1602, 6885 }, level = 1, group = "HarvestAlternateWeaponQualityAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 476646817, }, - ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Damage", "1% increased Attack Speed per 8% Quality", statOrder = { 1602, 6906 }, level = 1, group = "HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, tradeHash = 454308351, }, - ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Damage", "+1 Weapon Range per 10% Quality", statOrder = { 1602, 7164 }, level = 1, group = "HarvestAlternateWeaponQualityLocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3746833883, }, - ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrder = { 1602, 6980 }, level = 1, group = "HarvestAlternateWeaponQualityElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3668986230, }, - ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrder = { 1602, 6902 }, level = 1, group = "HarvestAlternateWeaponQualityAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1692679499, }, - ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrder = { 4391 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 396113830, }, - ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrder = { 4392 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1643324992, }, - ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrder = { 9548 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 128585622, }, - ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrder = { 88, 274 }, level = 1, group = "HungryLoopSupportedByTrinity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3567278969, }, - ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrder = { 916, 1406 }, level = 1, group = "LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2084531689, }, - ["InfernalCryThresholdJewel"] = { affix = "", "With at least 40 Strength in Radius, Combust is Disabled", statOrder = { 7008 }, level = 1, group = "InfernalCryThresholdJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1819655989, }, - ["ChaosDamageDoesNotBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Chaos Damage taken bypasses Energy Shield", statOrder = { 4500 }, level = 99, group = "ChaosDamageDoesNotBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1552907959, }, + ["IncreasedRarityPerRampageStacksUnique__1"] = { affix = "", "1% increased Rarity of Items found per 15 Rampage Kills", statOrder = { 6827 }, level = 38, group = "IncreasedRarityPerRampageStacks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4260403588, }, + ["ImmuneToBurningShockedChilledGroundUnique__1"] = { affix = "", "Immune to Burning Ground, Shocked Ground and Chilled Ground", statOrder = { 6729 }, level = 1, group = "ImmuneToBurningShockedChilledGround", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 3705740723, }, + ["MaximumLifePer10DexterityUnique__1"] = { affix = "", "+2 to Maximum Life per 10 Dexterity", statOrder = { 8206 }, level = 1, group = "FlatLifePer10Dexterity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3806100539, }, + ["LifeRegenerationWhileMovingUnique__1"] = { affix = "", "Regenerate 100 Life per second while moving", statOrder = { 6925 }, level = 1, group = "LifeRegenerationWhileMoving", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2841027131, }, + ["SpellsAreDisabledUnique__1"] = { affix = "", "Your Spells are disabled", statOrder = { 9799 }, level = 1, group = "SpellsAreDisabled", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 1981749265, }, + ["MaximumLifePerItemRarityUnique__1"] = { affix = "", "+1 Life per 2% increased Rarity of Items found", statOrder = { 8208 }, level = 1, group = "MaxLifePerItemRarity", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1457265483, }, + ["PercentDamagePerItemQuantityUnique__1"] = { affix = "", "Your Increases and Reductions to Quantity of Items found also apply to Damage", statOrder = { 5542 }, level = 1, group = "PercentDamagePerItemQuantity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2675627948, }, + ["ItemQuantityPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% increased Quantity of Items found per Chest opened Recently", statOrder = { 6826 }, level = 1, group = "ItemQuantityPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3729758391, }, + ["MovementSpeedPerChestOpenedRecentlyUnique__1"] = { affix = "", "2% reduced Movement Speed per Chest opened Recently", statOrder = { 8475 }, level = 1, group = "MovementSpeedPerChestOpenedRecently", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 718844908, }, + ["WarcryKnockbackUnique__1"] = { affix = "", "Warcries Knock Back and Interrupt Enemies in a smaller Area", statOrder = { 9701 }, level = 1, group = "WarcryKnockback", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 519622288, }, + ["AttackAndCastSpeedOnUsingMovementSkillUnique__1"] = { affix = "", "15% increased Attack and Cast Speed if you've used a Movement Skill Recently", statOrder = { 3045 }, level = 1, group = "AttackAndCastSpeedOnUsingMovementSkill", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 2831922878, }, + ["CannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", statOrder = { 2797 }, level = 1, group = "CannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 628716294, }, + ["MovementCannotBeSlowedBelowBaseUnique__1"] = { affix = "", "Movement Speed cannot be modified to below base value", statOrder = { 2798 }, level = 1, group = "MovementCannotBeSlowedBelowBase", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3875592188, }, + ["EnergyShieldStartsAtZero"] = { affix = "", "Your Energy Shield starts at zero", statOrder = { 9312 }, level = 1, group = "EnergyShieldStartsAtZero", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2342431054, }, + ["FlaskElementalPenetrationOfHighestResistUnique__1"] = { affix = "", "During Effect, Damage Penetrates (5-8)% Resistance of each Element for which your Uncapped Elemental Resistance is highest", statOrder = { 797 }, level = 1, group = "FlaskElementalPenetrationOfHighestResist", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, tradeHash = 2444301311, }, + ["FlaskElementalDamageTakenOfLowestResistUnique__1"] = { affix = "", "During Effect, 6% reduced Damage taken of each Element for which your Uncapped Elemental Resistance is lowest", statOrder = { 796 }, level = 1, group = "FlaskElementalDamageTakenOfLowestResist", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1869678332, }, + ["SocketedGemsSupportedByEnduranceChargeOnStunUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", statOrder = { 374 }, level = 1, group = "DisplaySupportedByEnduranceChargeOnStun", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3375208082, }, + ["IncreasedDamageToChilledEnemies1"] = { affix = "", "(15-20)% increased Damage with Hits against Chilled Enemies", statOrder = { 6661 }, level = 1, group = "IncreasedDamageToChilledEnemies", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2097550886, }, + ["IncreasedFireDamgeIfHitRecentlyUnique__1"] = { affix = "", "100% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["ImmuneToFreezeAndChillWhileIgnitedUnique__1"] = { affix = "", "Immune to Freeze and Chill while Ignited", statOrder = { 6741 }, level = 1, group = "ImmuneToFreezeAndChillWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 1512695141, }, + ["FirePenetrationIfBlockedRecentlyUnique__1"] = { affix = "", "Damage Penetrates 15% of Fire Resistance if you have Blocked Recently", statOrder = { 6086 }, level = 1, group = "FirePenetrationIfBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2341811700, }, + ["DisplayGrantsBloodOfferingUnique__1_"] = { affix = "", "Grants Level 15 Blood Offering Skill", statOrder = { 487 }, level = 1, group = "DisplayGrantsBloodOffering", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3985468650, }, + ["TriggeredSummonLesserShrineUnique__1"] = { affix = "", "Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 482 }, level = 1, group = "TriggeredSummonLesserShrine", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1010340836, }, + ["CastLevel1SummonLesserShrineOnKillUnique"] = { affix = "", "(1-100)% chance to Trigger Level 1 Create Lesser Shrine when you Kill an Enemy", statOrder = { 482 }, level = 1, group = "CastLevel1SummonLesserShrineOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1010340836, }, + ["AlwaysIgniteWhileBurningUnique__1"] = { affix = "", "You always Ignite while Burning", statOrder = { 4157 }, level = 1, group = "AlwaysIgniteWhileBurning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 2636728487, }, + ["AdditionalBlockWhileNotCursedUnique__1"] = { affix = "", "+10% Chance to Block Attack Damage while not Cursed", statOrder = { 4050 }, level = 1, group = "AdditionalBlockWhileNotCursed", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3619054484, }, + ["LifePerLevelUnique__1"] = { affix = "", "+1 Maximum Life per Level", statOrder = { 6898 }, level = 1, group = "LifePerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 1982144275, }, + ["ManaPerLevelUnique__1"] = { affix = "", "+1 Maximum Mana per Level", statOrder = { 7391 }, level = 1, group = "ManaPerLevel", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2563691316, }, + ["EnergyShieldPerLevelUnique__1"] = { affix = "", "+1 Maximum Energy Shield per Level", statOrder = { 5938 }, level = 1, group = "EnergyShieldPerLevel", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3864993324, }, + ["ChaosDegenAuraUnique__1"] = { affix = "", "Trigger Level 20 Death Aura when Equipped", statOrder = { 480 }, level = 1, group = "ChaosDegenAuraUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 825352061, }, + ["HeraldsAlwaysCost45Unique__1"] = { affix = "", "Mana Reservation of Herald Skills is always 45%", statOrder = { 6607 }, level = 1, group = "HeraldsAlwaysCost45", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 262773569, }, + ["StunAvoidancePerHeraldUnique__1"] = { affix = "", "35% chance to avoid being Stunned for each Herald Buff affecting you", statOrder = { 4452 }, level = 1, group = "StunAvoidancePerHerald", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1493090598, }, + ["IncreasedDamageIfShockedRecentlyUnique__1"] = { affix = "", "(20-50)% increased Damage if you have Shocked an Enemy Recently", statOrder = { 5533 }, level = 1, group = "IncreasedDamageIfShockedRecently", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 908650225, }, + ["ShockedEnemiesExplodeUnique__1_"] = { affix = "", "Shocked Enemies you Kill Explode, dealing 5% of", "their Life as Lightning Damage which cannot Shock", statOrder = { 9108, 9108.1 }, level = 1, group = "ShockedEnemiesExplode", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2706994884, }, + ["UnaffectedByShockUnique__1"] = { affix = "", "Unaffected by Shock", statOrder = { 9586 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1473289174, }, + ["UnaffectedByShockUnique__2"] = { affix = "", "Unaffected by Shock", statOrder = { 9586 }, level = 1, group = "UnaffectedByShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 1473289174, }, + ["MinionAttackSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Attack Speed per 50 Dexterity", statOrder = { 8333 }, level = 1, group = "MinionAttackSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, tradeHash = 4047895119, }, + ["MinionMovementSpeedPerXDexUnique__1"] = { affix = "", "2% increased Minion Movement Speed per 50 Dexterity", statOrder = { 8386 }, level = 1, group = "MinionMovementSpeedPerXDex", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, tradeHash = 4017879067, }, + ["MinionHitsOnlyKillIgnitedEnemiesUnique__1"] = { affix = "", "Minions' Hits can only Kill Ignited Enemies", statOrder = { 8424 }, level = 1, group = "MinionHitsOnlyKillIgnitedEnemies", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 1736403946, }, + ["LocalIncreaseSocketedHeraldLevelUnique__1_"] = { affix = "", "+2 to Level of Socketed Herald Gems", statOrder = { 131 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1344805487, }, + ["LocalIncreaseSocketedHeraldLevelUnique__2"] = { affix = "", "+4 to Level of Socketed Herald Gems", statOrder = { 131 }, level = 1, group = "LocalIncreaseSocketedHeraldLevel", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, tradeHash = 1344805487, }, + ["IncreasedAreaOfSkillsWithNoFrenzyChargesUnique__1_"] = { affix = "", "15% increased Area of Effect while you have no Frenzy Charges", statOrder = { 1712 }, level = 1, group = "IncreasedAreaOfSkillsWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4180687797, }, + ["GlobalCriticalMultiplierWithNoFrenzyChargesUnique__1"] = { affix = "", "+50% Global Critical Damage Bonus while you have no Frenzy Charges", statOrder = { 1711 }, level = 1, group = "GlobalCriticalMultiplierWithNoFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3062763405, }, + ["AccuracyRatingWithMaxFrenzyChargesUnique__1"] = { affix = "", "+(400-500) to Accuracy Rating while at Maximum Frenzy Charges", statOrder = { 4021 }, level = 1, group = "AccuracyRatingWithMaxFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3213407110, }, + ["ReducedAttackSpeedOfMovementSkillsUnique__1"] = { affix = "", "Movement Attack Skills have 40% reduced Attack Speed", statOrder = { 8451 }, level = 1, group = "ReducedAttackSpeedOfMovementSkills", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 1176492594, }, + ["IncreasedColdDamageIfUsedFireSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Cold Damage if you have used a Fire Skill Recently", statOrder = { 5246 }, level = 1, group = "IncreasedColdDamageIfUsedFireSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3612256591, }, + ["IncreasedFireDamageIfUsedColdSkillRecentlyUnique__1"] = { affix = "", "(20-30)% increased Fire Damage if you have used a Cold Skill Recently", statOrder = { 6067 }, level = 1, group = "IncreasedFireDamageIfUsedColdSkillRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 4167600809, }, + ["IncreasedDamagePerPowerChargeUnique__1"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5549 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2034658008, }, + ["ChanceToGainMaximumPowerChargesUnique__1_"] = { affix = "", "25% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6290, 6290.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1232004574, }, + ["FireDamageCanPoisonUnique__1"] = { affix = "", "Fire Damage from Hits also Contributes to Poison Magnitude", statOrder = { 2506 }, level = 1, group = "FireDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1985969957, }, + ["ColdDamageCanPoisonUnique__1_"] = { affix = "", "Cold Damage from Hits also Contributes to Poison Magnitude", statOrder = { 2505 }, level = 1, group = "ColdDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1917124426, }, + ["LightningDamageCanPoisonUnique__1"] = { affix = "", "Lightning Damage from Hits also Contributes to Poison Magntiude", statOrder = { 2507 }, level = 1, group = "LightningDamageCanPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1604984482, }, + ["FireSkillsChanceToPoisonUnique__1"] = { affix = "", "Fire Skills have 20% chance to Poison on Hit", statOrder = { 6091 }, level = 1, group = "FireSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2424717327, }, + ["ColdSkillsChanceToPoisonUnique__1"] = { affix = "", "Cold Skills have 20% chance to Poison on Hit", statOrder = { 5276 }, level = 1, group = "ColdSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2373079502, }, + ["LightningSkillsChanceToPoisonUnique__1_"] = { affix = "", "Lightning Skills have 20% chance to Poison on Hit", statOrder = { 6990 }, level = 1, group = "LightningSkillsChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 949718413, }, + ["GainManaAsExtraEnergyShieldUnique__1"] = { affix = "", "Gain (10-15)% of maximum Mana as Extra maximum Energy Shield", statOrder = { 1837 }, level = 1, group = "GainManaAsExtraEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 3027830452, }, + ["GrantsTouchOfGodUnique__1"] = { affix = "", "Grants Level 20 Doryani's Touch Skill", statOrder = { 478 }, level = 1, group = "GrantsTouchOfGod", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2498303876, }, + ["GrantsSummonBeastRhoaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Rhoa Skill", statOrder = { 451 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, + ["GrantsSummonBeastUrsaUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Ursa Skill", statOrder = { 451 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, + ["GrantsSummonBeastSnakeUnique__1"] = { affix = "", "Grants Level 20 Summon Bestial Snake Skill", statOrder = { 451 }, level = 1, group = "GrantsSummonBeast", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2878779644, }, + ["ChaosResistDoubledUnique__1"] = { affix = "", "Chaos Resistance is doubled", statOrder = { 5160 }, level = 1, group = "ChaosResistDoubled", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 1573646535, }, + ["PlayerFarShotUnique__1"] = { affix = "", "Far Shot", statOrder = { 9887 }, level = 1, group = "PlayerFarShot", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2483362276, }, + ["MinionSkillManaCostUnique__1_"] = { affix = "", "(10-15)% reduced Mana Cost of Minion Skills", statOrder = { 8403 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, tradeHash = 2969128501, }, + ["MinionSkillManaCostUnique__2"] = { affix = "", "(20-30)% reduced Mana Cost of Minion Skills", statOrder = { 8403 }, level = 1, group = "MinionSkillManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "minion" }, tradeHash = 2969128501, }, + ["TriggeredAbyssalCryUnique__1"] = { affix = "", "Trigger Level 1 Intimidating Cry on Hit", statOrder = { 596 }, level = 1, group = "TriggeredAbyssalCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 372705099, }, + ["TriggeredLightningWarpUnique__1__"] = { affix = "", "Trigger Level 15 Lightning Warp on Hit with this Weapon", statOrder = { 527 }, level = 1, group = "TriggeredLightningWarp", weightKey = { }, weightVal = { }, modTags = { "skill", "caster" }, tradeHash = 2939874331, }, + ["SummonSkeletonsNumberOfSkeletonsToSummonUnique__1"] = { affix = "", "Summon 4 additional Skeletons with Summon Skeletons", statOrder = { 3548 }, level = 1, group = "SummonSkeletonsNumberOfSkeletonsToSummon", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 1589090910, }, + ["SummonSkeletonsCooldownTimeUnique__1"] = { affix = "", "+1 second to Summon Skeleton Cooldown", statOrder = { 9398 }, level = 1, group = "SummonSkeletonsCooldownTime", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 3013430129, }, + ["EnergyShieldRechargeStartsWhenStunnedUnique__1"] = { affix = "", "Energy Shield Recharge starts when you are Stunned", statOrder = { 5949 }, level = 1, group = "EnergyShieldRechargeStartsWhenStunned", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 788946728, }, + ["TrapCooldownRecoveryUnique__1"] = { affix = "", "(10-15)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 3033 }, level = 1, group = "TrapCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3417757416, }, + ["ReducedExtraDamageFromCritsWithNoPowerChargesUnique__1"] = { affix = "", "You take 50% reduced Extra Damage from Critical Hits while you have no Power Charges", statOrder = { 6043 }, level = 1, group = "ReducedExtraDamageFromCritsWithNoPowerCharges", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 3544527742, }, + ["PhysAddedAsChaosWithMaxPowerChargesUnique__1"] = { affix = "", "Gain (8-12)% of Physical Damage as Extra Chaos Damage while at maximum Power Charges", statOrder = { 3043 }, level = 1, group = "PhysAddedAsChaosWithMaxPowerCharges", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 3655758456, }, + ["ScorchingRaySkillUnique__1"] = { affix = "", "Grants Level 25 Scorching Ray Skill", statOrder = { 471 }, level = 1, group = "ScorchingRaySkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1540840, }, + ["BlightSkillUnique__1"] = { affix = "", "Grants Level 22 Blight Skill", statOrder = { 475 }, level = 1, group = "BlightSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1198418726, }, + ["HarbingerSkillOnEquipUnique__1"] = { affix = "", "Grants Summon Harbinger of the Arcane Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique__2"] = { affix = "", "Grants Summon Harbinger of Time Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique__3"] = { affix = "", "Grants Summon Harbinger of Focus Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique__4_"] = { affix = "", "Grants Summon Harbinger of Directions Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique__5"] = { affix = "", "Grants Summon Harbinger of Storms Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique__6"] = { affix = "", "Grants Summon Harbinger of Brutality Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2_1"] = { affix = "", "Grants Summon Greater Harbinger of the Arcane Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2_2"] = { affix = "", "Grants Summon Greater Harbinger of Time Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2__3"] = { affix = "", "Grants Summon Greater Harbinger of Focus Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2_4"] = { affix = "", "Grants Summon Greater Harbinger of Directions Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2_5"] = { affix = "", "Grants Summon Greater Harbinger of Storms Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["HarbingerSkillOnEquipUnique2_6"] = { affix = "", "Grants Summon Greater Harbinger of Brutality Skill", statOrder = { 454 }, level = 1, group = "HarbingerSkillOnEquip", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3872739249, }, + ["ChannelledSkillDamageUnique__1"] = { affix = "", "Channelling Skills deal (50-70)% increased Damage", statOrder = { 5149 }, level = 1, group = "ChannelledSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2733285506, }, + ["VolkuurLessPoisonDurationUnique__1"] = { affix = "", "50% less Poison Duration", statOrder = { 2776 }, level = 1, group = "VolkuurLessPoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 1237693206, }, + ["ProjectileAttackCriticalStrikeChanceUnique__1"] = { affix = "", "Projectile Attack Skills have (40-60)% increased Critical Hit Chance", statOrder = { 3875 }, level = 1, group = "ProjectileAttackCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, tradeHash = 4095169720, }, + ["SupportedByLesserPoisonUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 10 Chance to Poison", statOrder = { 371 }, level = 1, group = "SupportedByLesserPoison", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 228165595, }, + ["SupportedByVileToxinsUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 20 Vile Toxins", statOrder = { 370 }, level = 1, group = "SupportedByVileToxins", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1002855537, }, + ["SupportedByInnervateUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Innervate", statOrder = { 369 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1106668565, }, + ["SupportedByInnervateUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 15 Innervate", statOrder = { 369 }, level = 1, group = "SupportedByInnervate", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1106668565, }, + ["SupportedByIceBiteUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 18 Ice Bite", statOrder = { 363 }, level = 1, group = "SupportedByIceBite", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1384629003, }, + ["GrantsVoidGazeUnique__1"] = { affix = "", "Trigger Level 10 Void Gaze when you use a Skill", statOrder = { 526 }, level = 1, group = "GrantsVoidGaze", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1869144397, }, + ["AddedChaosDamageVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "Attacks with this Weapon deal 80 to 120 added Chaos Damage against", "Enemies affected by at least 5 Poisons", statOrder = { 8283, 8283.1 }, level = 1, group = "AddedChaosDamageVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 3829706447, }, + ["PoisonDurationPerPowerChargeUnique__1"] = { affix = "", "3% increased Poison Duration per Power Charge", statOrder = { 8776 }, level = 1, group = "PoisonDurationPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 3491499175, }, + ["GainFrenzyChargeOnKillVsEnemiesWith5PoisonsUnique__1"] = { affix = "", "(25-30)% chance to gain a Frenzy Charge on Killing an Enemy affected by at least 5 Poisons", statOrder = { 6277 }, level = 1, group = "GainFrenzyChargeOnKillVsEnemiesWith5Poisons", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 496822696, }, + ["GainPowerChargeOnKillVsEnemiesWithLessThan5PoisonsUnique__1"] = { affix = "", "(12-15)% chance to gain a Power Charge on Killing an Enemy affected by fewer than 5 Poisons", statOrder = { 6315 }, level = 1, group = "GainPowerChargeOnKillVsEnemiesWithLessThan5Poisons", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 352612932, }, + ["PoisonDurationWithOver150IntelligenceUnique__1"] = { affix = "", "(15-25)% increased Poison Duration if you have at least 150 Intelligence", statOrder = { 8777 }, level = 1, group = "PoisonDurationWithOver150Intelligence", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2771181375, }, + ["YouCannotBeHinderedUnique__1"] = { affix = "", "You cannot be Hindered", statOrder = { 9763 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, tradeHash = 721014846, }, + ["YouCannotBeHinderedUnique__2"] = { affix = "", "You cannot be Hindered", statOrder = { 9763 }, level = 1, group = "YouCannotBeHindered", weightKey = { }, weightVal = { }, modTags = { "blue_herring" }, tradeHash = 721014846, }, + ["LocalMaimOnHitChanceUnique__1"] = { affix = "", "(15-20)% chance to Maim on Hit", statOrder = { 7210 }, level = 1, group = "LocalMaimOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2763429652, }, + ["BlightSecondarySkillEffectDurationUnique__1"] = { affix = "", "Blight has (20-30)% increased Hinder Duration", statOrder = { 4697 }, level = 1, group = "BlightSecondarySkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 4170725899, }, + ["GlobalCooldownRecoveryUnique__1"] = { affix = "", "(15-20)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, + ["GlobalCooldownRecoveryUnique__2"] = { affix = "", "(15-30)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1004011302, }, + ["DebuffTimePassedUnique__1"] = { affix = "", "Debuffs on you expire (15-20)% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, + ["DebuffTimePassedUnique__2"] = { affix = "", "Debuffs on you expire (80-100)% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, + ["DebuffTimePassedUnique__3"] = { affix = "", "Debuffs on you expire 100% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1238227257, }, + ["LifeAndEnergyShieldRecoveryRateUnique_1"] = { affix = "", "(10-15)% increased Energy Shield Recovery rate", "(10-15)% increased Life Recovery rate", statOrder = { 1367, 1373 }, level = 1, group = "LifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "resource", "life", "defences" }, tradeHash = 3982333460, }, + ["LocalGrantsStormCascadeOnAttackUnique__1"] = { affix = "", "Trigger Level 20 Storm Cascade when you Attack", statOrder = { 528 }, level = 1, group = "LocalDisplayGrantsStormCascadeOnAttack", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 818329660, }, + ["ProjectileAttacksChanceToBleedBeastialMinionUnique__1_"] = { affix = "", "Projectiles from Attacks have 20% chance to inflict Bleeding on Hit while", "you have a Bestial Minion", statOrder = { 3876, 3876.1 }, level = 1, group = "ProjectileAttacksChanceToBleedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 4058504226, }, + ["ProjectileAttacksChanceToPoisonBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Poison on Hit while", "you have a Bestial Minion", statOrder = { 3878, 3878.1 }, level = 1, group = "ProjectileAttacksChanceToPoisonBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 1114411822, }, + ["ProjectileAttacksChanceToMaimBeastialMinionUnique__1"] = { affix = "", "Projectiles from Attacks have 20% chance to Maim on Hit while", "you have a Bestial Minion", statOrder = { 3877, 3877.1 }, level = 1, group = "ProjectileAttacksChanceToMaimBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1753916791, }, + ["AddedPhysicalDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (11-16) to (21-25) Physical Damage to Attacks while you have a Bestial Minion", statOrder = { 3879 }, level = 1, group = "AddedPhysicalDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 242822230, }, + ["AddedChaosDamageToAttacksBeastialMinionUnique__1"] = { affix = "", "Adds (13-19) to (23-29) Chaos Damage to Attacks while you have a Bestial Minion", statOrder = { 3880 }, level = 1, group = "AddedChaosDamageToAttacksBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, tradeHash = 2152491486, }, + ["AttackAndMovementSpeedBeastialMinionUnique__1"] = { affix = "", "(10-15)% increased Attack and Movement Speed while you have a Bestial Minion", statOrder = { 3881 }, level = 1, group = "AttackAndMovementSpeedBeastialMinion", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3597737983, }, + ["GrantsDarktongueKissUnique__1"] = { affix = "", "Trigger Level 20 Darktongue's Kiss when you Cast a Curse Spell", statOrder = { 525 }, level = 1, group = "GrantsDarktongueKiss", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3670477918, }, + ["ShockEffectUnique__1"] = { affix = "", "(15-25)% increased Magnitude of Shock you inflict", statOrder = { 9095 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, + ["ShockEffectUnique__2"] = { affix = "", "(1-50)% increased Effect of Lightning Ailments", statOrder = { 6960 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, + ["ShockEffectUnique__3"] = { affix = "", "30% increased Effect of Lightning Ailments", statOrder = { 6960 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, + ["LightningAilmentEffectUnique__1"] = { affix = "", "100% increased Effect of Lightning Ailments", statOrder = { 6960 }, level = 1, group = "LightningAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3081816887, }, + ["LocalCanSocketIgnoringColourUnique__1"] = { affix = "", "Gems can be Socketed in this Item ignoring Socket Colour", statOrder = { 69 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 899329924, }, + ["LocalNoAttributeRequirementsUnique__1"] = { affix = "", "Has no Attribute Requirements", statOrder = { 813 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2739148464, }, + ["LocalNoAttributeRequirementsUnique__2"] = { affix = "", "Has no Attribute Requirements", statOrder = { 813 }, level = 1, group = "LocalNoAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2739148464, }, + ["SocketedGemsInRedSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Red Sockets have +2 to Level", statOrder = { 115 }, level = 1, group = "SocketedGemsInRedSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2886998024, }, + ["SocketedGemsInGreenSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Green Sockets have +30% to Quality", statOrder = { 116 }, level = 1, group = "SocketedGemsInGreenSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 3799930101, }, + ["SocketedGemsInBlueSocketEffectUnique__1"] = { affix = "", "Gems Socketed in Blue Sockets gain 100% increased Experience", statOrder = { 117 }, level = 1, group = "SocketedGemsInBlueSocketEffect", weightKey = { }, weightVal = { }, modTags = { "gem" }, tradeHash = 2236460050, }, + ["GainThaumaturgyBuffRotationUnique__1_"] = { affix = "", "Grants Malachai's Endurance, Frenzy and Power for 6 seconds each, in sequence", statOrder = { 9471 }, level = 1, group = "GainThaumaturgyBuffRotation", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2918150296, }, + ["FireBeamLengthUnique__1"] = { affix = "", "10% increased Scorching Ray beam length", statOrder = { 6062 }, level = 1, group = "FireBeamLength", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 702909553, }, + ["GrantsPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Purity of Fire Skill", statOrder = { 444 }, level = 1, group = "PurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3970432307, }, + ["GrantsPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Purity of Ice Skill", statOrder = { 450 }, level = 1, group = "PurityOfColdSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 4193390599, }, + ["GrantsPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Purity of Lightning Skill", statOrder = { 452 }, level = 1, group = "PurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3822878124, }, + ["GrantsVaalPurityOfFireUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Fire Skill", statOrder = { 519 }, level = 1, group = "VaalPurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2700934265, }, + ["GrantsVaalPurityOfIceUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Ice Skill", statOrder = { 520 }, level = 1, group = "VaalPurityOfIceSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1300125165, }, + ["GrantsVaalPurityOfLightningUnique__1"] = { affix = "", "Grants Level 25 Vaal Impurity of Lightning Skill", statOrder = { 521 }, level = 1, group = "VaalPurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2959369472, }, + ["SpectreLifeUnique__1___"] = { affix = "", "+1000 to Spectre maximum Life", statOrder = { 9219 }, level = 1, group = "SpectreLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 3111456397, }, + ["SpectreIncreasedLifeUnique__1"] = { affix = "", "Spectres have (50-100)% increased maximum Life", statOrder = { 1452 }, level = 1, group = "SpectreIncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, tradeHash = 3035514623, }, + ["PowerChargeOnManaSpentUnique__1"] = { affix = "", "Gain a Power Charge after Spending a total of 200 Mana", statOrder = { 7089 }, level = 1, group = "PowerChargeOnManaSpent", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3269060224, }, + ["IncreasedCastSpeedPerPowerChargeUnique__1"] = { affix = "", "2% increased Cast Speed per Power Charge", statOrder = { 1281 }, level = 1, group = "IncreasedCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 1604393896, }, + ["ManaRegeneratedPerSecondPerPowerChargeUnique__1"] = { affix = "", "Regenerate 2 Mana per Second per Power Charge", statOrder = { 7405 }, level = 1, group = "ManaRegeneratedPerSecondPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 4084763463, }, + ["GainARandomChargePerSecondWhileStationaryUnique__1"] = { affix = "", "Gain a Frenzy, Endurance, or Power Charge once per second while you are Stationary", statOrder = { 6322 }, level = 1, group = "GainARandomChargePerSecondWhileStationary", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 1438403666, }, + ["LoseAllChargesOnMoveUnique__1"] = { affix = "", "Lose all Frenzy, Endurance, and Power Charges when you Move", statOrder = { 7334 }, level = 1, group = "LoseAllChargesOnMove", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, tradeHash = 31415336, }, + ["PassiveEffectivenessJewelUnique__1_"] = { affix = "", "50% increased Effect of non-Keystone Passive Skills in Radius", "Notable Passive Skills in Radius grant nothing", statOrder = { 7311, 7312 }, level = 1, group = "PassiveEffectivenessJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2151971591, }, + ["DegradingMovementSpeedDuringFlaskEffectUnique__1"] = { affix = "", "50% increased Attack, Cast and Movement Speed during Effect", "Reduce Attack, Cast and Movement Speed 10% every second during Effect", statOrder = { 793, 794 }, level = 1, group = "DegradingMovementSpeedDuringFlaskEffect", weightKey = { "default" }, weightVal = { 1, 0 }, modTags = { "flask", "attack", "caster", "speed" }, tradeHash = 2001651052, }, + ["TriggeredFireAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Fire Aegis when Equipped", statOrder = { 546 }, level = 1, group = "TriggeredFireAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1128763150, }, + ["TriggeredColdAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Cold Aegis when Equipped", statOrder = { 544 }, level = 1, group = "TriggeredColdAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3918947537, }, + ["TriggeredLightningAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Lightning Aegis when Equipped", statOrder = { 547 }, level = 1, group = "TriggeredLightningAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 850729424, }, + ["TriggeredElementalAegisSkillUnique__1_"] = { affix = "", "Triggers Level 20 Elemental Aegis when Equipped", statOrder = { 545 }, level = 1, group = "TriggeredElementalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2602585351, }, + ["TriggeredPhysicalAegisSkillUnique__1"] = { affix = "", "Triggers Level 20 Physical Aegis when Equipped", statOrder = { 549 }, level = 1, group = "TriggeredPhysicalAegisSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1892084828, }, + ["SupportedByBlasphemyUnique"] = { affix = "", "Socketed Gems are Supported by Level 20 Blasphemy", statOrder = { 368 }, level = 1, group = "SupportedByBlasphemyUnique", weightKey = { }, weightVal = { }, modTags = { "support", "caster", "gem", "curse" }, tradeHash = 539747809, }, + ["GrantCursePillarSkillUnique"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", "20% less Effect of Curses from Socketed Hex Skills", statOrder = { 488, 488.1, 488.2, 488.3 }, level = 1, group = "GrantCursePillarSkillUnique", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1757548756, }, + ["GrantCursePillarSkillUnique__"] = { affix = "", "Grants Level 20 Summon Doedre's Effigy Skill", "Socketed Hex Curse Skills are Triggered by Doedre's Effigy when Summoned", "Hexes from Socketed Skills can apply 5 additional Curses", statOrder = { 489, 489.1, 489.2 }, level = 1, group = "GrantCursePillarSkillUnique__", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1517357911, }, + ["ReflectPoisonsToSelfUnique__1"] = { affix = "", "Poison you inflict is Reflected to you if you have fewer than 100 Poisons on you", statOrder = { 8785 }, level = 1, group = "ReflectPoisonsToSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2374357674, }, + ["ReflectBleedingToSelfUnique__1"] = { affix = "", "Bleeding you inflict is Reflected to you", statOrder = { 4637 }, level = 1, group = "ReflectBleedingToSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 2658399404, }, + ["ChaosResistancePerPoisonOnSelfUnique__1"] = { affix = "", "+1% to Chaos Resistance per Poison on you", statOrder = { 5161 }, level = 1, group = "ChaosResistancePerPoisonOnSelf", weightKey = { "default" }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, tradeHash = 175362265, }, + ["DamagePerPoisonOnSelfUnique__1_"] = { affix = "", "15% increased Damage for each Poison on you up to a maximum of 75%", statOrder = { 5548 }, level = 1, group = "DamagePerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1034580601, }, + ["MovementSpeedPerPoisonOnSelfUnique__1_"] = { affix = "", "10% increased Movement Speed for each Poison on you up to a maximum of 50%", statOrder = { 8478 }, level = 1, group = "MovementSpeedPerPoisonOnSelf", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1360723495, }, + ["TravelSkillsReflectPoisonUnique__1"] = { affix = "", "Poison you inflict with Travel Skills is Reflected to you if you", "have fewer than 5 Poisons on you", statOrder = { 9532, 9532.1 }, level = 57, group = "TravelSkillsReflectPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 130616495, }, + ["IncreasedArmourWhileBleedingUnique__1"] = { affix = "", "(30-40)% increased Armour while Bleeding", statOrder = { 4280 }, level = 1, group = "IncreasedArmourWhileBleeding", weightKey = { "default" }, weightVal = { 0 }, modTags = { "armour", "defences" }, tradeHash = 2466912132, }, + ["CannotBeIgnitedWithStrHigherThanDexUnique__1"] = { affix = "", "Cannot be Ignited if Strength is higher than Dexterity", statOrder = { 4863 }, level = 1, group = "CannotBeIgnitedWithStrHigherThanDex", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, tradeHash = 676883595, }, + ["CannotBeFrozenWithDexHigherThanIntUnique__1"] = { affix = "", "Cannot be Frozen if Dexterity is higher than Intelligence", statOrder = { 4859 }, level = 1, group = "CannotBeFrozenWithDexHigherThanInt", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3881126302, }, + ["CannotBeShockedWithIntHigherThanStrUnique__1"] = { affix = "", "Cannot be Shocked if Intelligence is higher than Strength", statOrder = { 4875 }, level = 1, group = "CannotBeShockedWithIntHigherThanStr", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3024242403, }, + ["IncreasedDamagePerLowestAttributeUnique__1"] = { affix = "", "1% increased Damage per 5 of your lowest Attribute", statOrder = { 5543 }, level = 85, group = "IncreasedDamagePerLowestAttribute", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 35476451, }, + ["IncreasedAilmentDurationUnique__1"] = { affix = "", "40% increased Duration of Ailments on Enemies", statOrder = { 1540 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, + ["IncreasedAilmentDurationUnique__2"] = { affix = "", "30% reduced Duration of Ailments on Enemies", statOrder = { 1540 }, level = 88, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, + ["IncreasedAilmentDurationUnique__3_"] = { affix = "", "(10-20)% increased Duration of Ailments on Enemies", statOrder = { 1540 }, level = 1, group = "IncreasedAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 2419712247, }, + ["CreateSmokeCloudWhenTrapTriggeredUnique__1"] = { affix = "", "Trigger Level 20 Fog of War when your Trap is triggered", statOrder = { 586 }, level = 1, group = "CreateSmokeCloudWhenTrapTriggered", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 208447205, }, + ["FlammabilityReservationCostUnique__1"] = { affix = "", "Flammability has no Reservation if Cast as an Aura", statOrder = { 6136 }, level = 1, group = "FlammabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1195140808, }, + ["FrostbiteReservationCostUnique__1"] = { affix = "", "Frostbite has no Reservation if Cast as an Aura", statOrder = { 6187 }, level = 1, group = "FrostbiteNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3062707366, }, + ["ConductivityReservationCostUnique__1"] = { affix = "", "Conductivity has no Reservation if Cast as an Aura", statOrder = { 5295 }, level = 1, group = "ConductivityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 1233358566, }, + ["VulnerabilityReservationCostUnique__1_"] = { affix = "", "Vulnerability has no Reservation if Cast as an Aura", statOrder = { 9692 }, level = 1, group = "VulnerabilityNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 531868030, }, + ["DespairReservationCostUnique__1"] = { affix = "", "Despair has no Reservation if Cast as an Aura", statOrder = { 5668 }, level = 1, group = "DespairNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 450601566, }, + ["TemporalChainsReservationCostUnique__1"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 9468 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2100165275, }, + ["TemporalChainsReservationCostUnique__2"] = { affix = "", "Temporal Chains has no Reservation if Cast as an Aura", statOrder = { 9468 }, level = 1, group = "TemporalChainsNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2100165275, }, + ["PunishmentReservationCostUnique__1"] = { affix = "", "Punishment has no Reservation if Cast as an Aura", statOrder = { 8855 }, level = 1, group = "PunishmentNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 2097195894, }, + ["EnfeebleReservationCostUnique__1"] = { affix = "", "Enfeeble has no Reservation if Cast as an Aura", statOrder = { 5964 }, level = 1, group = "EnfeebleNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 56919069, }, + ["ElementalWeaknessReservationCostUnique__1"] = { affix = "", "Elemental Weakness has no Reservation if Cast as an Aura", statOrder = { 5835 }, level = 1, group = "ElementalWeaknessNoReservation", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3416664215, }, + ["IncreasedColdDamageWhileOffhandIsEmpty_"] = { affix = "", "(100-200)% increased Cold Damage while your Off Hand is empty", statOrder = { 5254 }, level = 1, group = "IncreasedColdDamageWhileOffhandIsEmpty", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3520048646, }, + ["DisplayIronReflexesFor8SecondsUnique__1"] = { affix = "", "Every 16 seconds you gain Iron Reflexes for 8 seconds", statOrder = { 9899 }, level = 1, group = "DisplayIronReflexesFor8Seconds", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 2200114771, }, + ["ArborixMoreDamageAtCloseRangeUnique__1"] = { affix = "", "30% more Damage with Arrow Hits at Close Range while you have Iron Reflexes", statOrder = { 9904 }, level = 1, group = "ArborixMoreDamageAtCloseRange", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 304032021, }, + ["FarShotWhileYouDoNotHaveIronReflexesUnique__1_"] = { affix = "", "You have Far Shot while you do not have Iron Reflexes", statOrder = { 9908 }, level = 1, group = "FarShotWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3284029342, }, + ["AttackCastMovementSpeedWhileYouDoNotHaveIronReflexesUnique__1"] = { affix = "", "30% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes", statOrder = { 9907 }, level = 1, group = "AttackCastMovementSpeedWhileYouDoNotHaveIronReflexes", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 3476327198, }, + ["ElementalDamageCanShockUnique__1__"] = { affix = "", "All Elemental Damage from Hits Contributes to Shock Chance", statOrder = { 2513 }, level = 1, group = "ElementalDamageCanShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2933625540, }, + ["EnemiesTakeIncreasedDamagePerAilmentTypeUnique__1"] = { affix = "", "Enemies take 5% increased Damage for each Elemental Ailment type among", "your Ailments on them", statOrder = { 5779, 5779.1 }, level = 1, group = "EnemiesTakeIncreasedDamagePerAilmentType", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1509533589, }, + ["DeathWalk"] = { affix = "", "Triggers Level 20 Death Walk when Equipped", statOrder = { 562 }, level = 1, group = "DeathWalk", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 651875072, }, + ["IntimidateOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 7049 }, level = 1, group = "IntimidateOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 642457541, }, + ["FortifyOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Hits have 25% chance to Fortify", statOrder = { 7130 }, level = 1, group = "FortifyOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 186482813, }, + ["RageOnHitWithMeleeAbyssJewelUnique__1"] = { affix = "", "With a Murderous Eye Jewel Socketed, Melee Attacks grant 1 Rage on Hit, no more than once every second", statOrder = { 7128 }, level = 1, group = "RageOnHitWithMeleeAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3892691596, }, + ["MaimOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Maim Enemies for 4 seconds on Hit with Attacks", statOrder = { 7050 }, level = 1, group = "MaimOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2750004091, }, + ["BlindOnHitWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Blind Enemies for 4 seconds on Hit with Attacks", statOrder = { 7057 }, level = 1, group = "BlindOnHitWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2044840211, }, + ["OnslaughtOnKillWithRangedAbyssJewelUnique__1"] = { affix = "", "With a Searching Eye Jewel Socketed, Attacks have 25% chance to grant Onslaught On Kill", statOrder = { 7047 }, level = 1, group = "OnslaughtOnKillWithRangedAbyssJewel", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 2863332749, }, + ["DealNoNonElementalDamageUnique__1"] = { affix = "", "Deal no Non-Elemental Damage", statOrder = { 5630 }, level = 1, group = "DealNoNonElementalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, tradeHash = 4031851097, }, + ["DisplaySupportedByElementalPenetrationUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Elemental Penetration", statOrder = { 194 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1994143317, }, + ["DisplaySupportedByElementalPenetrationUnique__2"] = { affix = "", "Socketed Gems are Supported by Level 1 Elemental Penetration", statOrder = { 194 }, level = 1, group = "DisplaySupportedByElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 1994143317, }, + ["GainSpiritChargeOnKillChanceUnique__1"] = { affix = "", "Gain a Spirit Charge on Kill", statOrder = { 3932 }, level = 1, group = "GainSpiritChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 570644802, }, + ["GainLifeWhenSpiritChargeExpiresOrConsumedUnique__2"] = { affix = "", "Recover (2-3)% of maximum Life when you lose a Spirit Charge", statOrder = { 3934 }, level = 1, group = "GainLifeWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 305634887, }, + ["GainESWhenSpiritChargeExpiresOrConsumedUnique__1"] = { affix = "", "Recover (2-3)% of maximum Energy Shield when you lose a Spirit Charge", statOrder = { 3935 }, level = 1, group = "GainESWhenSpiritChargeExpiresOrConsumed", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1996775727, }, + ["PhysAddedAsEachElementPerSpiritChargeUnique__1"] = { affix = "", "Gain 5% of Physical Damage as Extra Damage of each Element per Spirit Charge", statOrder = { 8589 }, level = 1, group = "PhysAddedAsEachElementPerSpiritCharge", weightKey = { }, weightVal = { }, modTags = { "earth_elemental", "physical" }, tradeHash = 3137640399, }, + ["LocalDisplayGrantLevelXSpiritBurstUnique__1"] = { affix = "", "Trigger Level 20 Spirit Burst when you Use a Skill while you have a Spirit Charge", statOrder = { 587 }, level = 1, group = "LocalDisplayGrantLevelXSpiritBurst", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1992516007, }, + ["GainSpiritChargeEverySecondUnique__1"] = { affix = "", "Gain a Spirit Charge every second", statOrder = { 3931 }, level = 1, group = "GainSpiritChargeEverySecond", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 328131617, }, + ["LoseSpiritChargesOnSavageHitUnique__1_"] = { affix = "", "You lose all Spirit Charges when taking a Savage Hit", statOrder = { 3933 }, level = 1, group = "LoseSpiritChargesOnSavageHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2663792764, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__1"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 3929 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4053097676, }, + ["MaximumSpiritChargesPerAbyssJewelEquippedUnique__2"] = { affix = "", "+1 to Maximum Spirit Charges per Abyss Jewel affecting you", statOrder = { 3929 }, level = 1, group = "MaximumSpiritChargesPerAbyssJewelEquipped", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4053097676, }, + ["GainDebilitatingPresenceUnique__1"] = { affix = "", "Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy", statOrder = { 9807 }, level = 1, group = "GainDebilitatingPresence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3442107889, }, + ["LocalDisplayGrantLevelXShadeFormUnique__1"] = { affix = "", "20% chance to Trigger Level 20 Shade Form when you Use a Socketed Skill", statOrder = { 567 }, level = 1, group = "LocalDisplayGrantLevelXShadeForm", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3308936917, }, + ["TriggerShadeFormWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Shade Form when Hit", statOrder = { 568 }, level = 1, group = "TriggerShadeFormWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2603798371, }, + ["AddedPhysicalDamagePerEnduranceChargeUnique__1"] = { affix = "", "Adds 5 to 8 Physical Damage per Endurance Charge", statOrder = { 8301 }, level = 1, group = "AddedPhysicalDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 173438493, }, + ["ChaosResistancePerEnduranceChargeUnique__1_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5159 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 4210011075, }, + ["ReducedElementalDamageTakenHitsPerEnduranceChargeUnique__1"] = { affix = "", "1% reduced Elemental Damage taken from Hits per Endurance Charge", statOrder = { 5805 }, level = 1, group = "ReducedElementalDamageTakenHitsPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 1686913105, }, + ["ArmourPerEnduranceChargeUnique__1"] = { affix = "", "+500 to Armour per Endurance Charge", statOrder = { 8737 }, level = 1, group = "ArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 513221334, }, + ["AddedColdDamagePerFrenzyChargeUnique__1"] = { affix = "", "12 to 14 Added Cold Damage per Frenzy Charge", statOrder = { 3808 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, + ["AvoidElementalDamagePerFrenzyChargeUnique__1"] = { affix = "", "2% chance to Avoid Elemental Damage from Hits per Frenzy Charge", statOrder = { 2959 }, level = 1, group = "AvoidElementalDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental" }, tradeHash = 1649883131, }, + ["MovementVelocityPerFrenzyChargeUnique__1"] = { affix = "", "4% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["MovementVelocityPerFrenzyChargeUnique__2"] = { affix = "", "6% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["AddedLightningDamagePerPowerChargeUnique__1"] = { affix = "", "Adds 3 to 9 Lightning Damage to Spells per Power Charge", statOrder = { 8298 }, level = 1, group = "AddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, tradeHash = 4085417083, }, + ["AdditionalCriticalStrikeChancePerPowerChargeUnique__1"] = { affix = "", "+0.3% Critical Hit Chance per Power Charge", statOrder = { 4055 }, level = 1, group = "AdditionalCriticalStrikeChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1818900806, }, + ["CriticalMultiplierPerPowerChargeUnique__1"] = { affix = "", "(6-10)% increased Critical Damage Bonus per Power Charge", statOrder = { 2874 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, + ["RaiseSpectreManaCostUnique__1_"] = { affix = "", "(40-50)% reduced Mana Cost of Raise Spectre", statOrder = { 8909 }, level = 1, group = "RaiseSpectreManaCost", weightKey = { "default" }, weightVal = { 0 }, modTags = { "resource", "mana", "minion" }, tradeHash = 262301496, }, + ["VoidShotOnSkillUseUnique__1_"] = { affix = "", "Consumes a Void Charge to Trigger Level 20 Void Shot when you fire Arrows with a Non-Triggered Skill", statOrder = { 590 }, level = 1, group = "VoidShotOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3262369040, }, + ["MaximumVoidArrowsUnique__1"] = { affix = "", "5 Maximum Void Charges", "Gain a Void Charge every 0.5 seconds", statOrder = { 3904, 6399 }, level = 1, group = "MaximumVoidArrows", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3320313293, }, + ["CannotBeStunnedByAttacksElderItemUnique__1"] = { affix = "", "Cannot be Stunned by Attacks if your other Ring is an Elder Item", statOrder = { 3885 }, level = 1, group = "CannotBeStunnedByAttacksElderItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2926399803, }, + ["AttackDamageShaperItemUnique__1"] = { affix = "", "(60-80)% increased Attack Damage if your other Ring is a Shaper Item", statOrder = { 3882 }, level = 1, group = "AttackDamageShaperItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, tradeHash = 1555962658, }, + ["SpellDamageElderItemUnique__1_"] = { affix = "", "(60-80)% increased Spell Damage if your other Ring is an Elder Item", statOrder = { 3883 }, level = 1, group = "SpellDamageElderItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2921373173, }, + ["CannotBeStunnedBySpellsShaperItemUnique__1"] = { affix = "", "Cannot be Stunned by Spells if your other Ring is a Shaper Item", statOrder = { 3884 }, level = 1, group = "CannotBeStunnedBySpellsShaperItem", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2312817839, }, + ["RecoverLifeInstantlyOnManaFlaskUnique__1"] = { affix = "", "Recover (8-10)% of maximum Life when you use a Mana Flask", statOrder = { 3891 }, level = 1, group = "RecoverLifeInstantlyOnManaFlask", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 1926816773, }, + ["NonInstantManaRecoveryAlsoAffectsLifeUnique__1"] = { affix = "", "Non-instant Recovery from Mana Flasks also applies to Life", statOrder = { 3892 }, level = 1, group = "NonInstantManaRecoveryAlsoAffectsLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 2262007777, }, + ["SpellDamagePer200ManaSpentRecentlyUnique__1__"] = { affix = "", "(20-25)% increased Spell damage for each 200 total Mana you have Spent Recently", statOrder = { 3894 }, level = 1, group = "SpellDamagePerManaSpent", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 347220474, }, + ["ManaCostPer200ManaSpentRecentlyUnique__1"] = { affix = "", "(50-60)% increased Cost of Skills for each 200 total Mana Spent Recently", statOrder = { 3893 }, level = 1, group = "ManaCostPerManaSpent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2650053239, }, + ["SpellAddedPhysicalDamageUnique__1_"] = { affix = "", "Battlemage", statOrder = { 9845 }, level = 1, group = "KeystoneBattlemage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 448903047, }, + ["SpellAddedPhysicalDamageUnique__2_"] = { affix = "", "Adds (6-8) to (10-12) Physical Damage to Spells", statOrder = { 1236 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, tradeHash = 2435536961, }, + ["TentacleSmashOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Tentacle Whip on Kill", statOrder = { 594 }, level = 100, group = "TentacleSmashOnKill", weightKey = { }, weightVal = { }, modTags = { "skill", "green_herring" }, tradeHash = 1350938937, }, + ["GlimpseOfEternityWhenHitUnique__1"] = { affix = "", "Trigger Level 20 Glimpse of Eternity when Hit", statOrder = { 593 }, level = 1, group = "GlimpseOfEternityWhenHit", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3141831683, }, + ["SummonVoidSphereOnKillUnique__1_"] = { affix = "", "20% chance to Trigger Level 20 Summon Volatile Anomaly on Kill", statOrder = { 595 }, level = 100, group = "SummonVoidSphereOnKill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2143990571, }, + ["PetrificationStatueUnique__1"] = { affix = "", "Grants Level 20 Petrification Statue Skill", statOrder = { 485 }, level = 1, group = "GrantsPetrificationStatue", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1904419785, }, + ["GrantsCatAspect1"] = { affix = "", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 497 }, level = 1, group = "GrantsCatAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 1265282021, }, + ["GrantsBirdAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 493 }, level = 1, group = "GrantsBirdAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 3914740665, }, + ["GrantsSpiderAspect1"] = { affix = "", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 516 }, level = 1, group = "GrantsSpiderAspect", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 956546305, }, + ["GrantsIntimidatingCry1"] = { affix = "", "Grants Level 20 Intimidating Cry Skill", statOrder = { 509 }, level = 1, group = "GrantsIntimidatingCry", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 989878105, }, + ["GrantsCrabAspect1_"] = { affix = "", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 498 }, level = 1, group = "GrantsCrabAspect", weightKey = { }, weightVal = { }, modTags = { "blue_herring", "skill" }, tradeHash = 4102318278, }, + ["ItemQuantityOnLowLifeUnique__1"] = { affix = "", "(10-16)% increased Quantity of Items found when on Low Life", statOrder = { 1385 }, level = 65, group = "ItemQuantityOnLowLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 760855772, }, + ["DamagePer15DexterityUnique__1"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5538 }, level = 72, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2062174346, }, + ["DamagePer15DexterityUnique__2"] = { affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5538 }, level = 1, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2062174346, }, + ["LifeRegeneratedPerMinuteWhileIgnitedUnique__1"] = { affix = "", "Regenerate (75-125) Life per second while Ignited", statOrder = { 6924 }, level = 74, group = "LifeRegeneratedPerMinuteWhileIgnited", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 952897668, }, + ["IncreasedElementalDamageIfKilledCursedEnemyRecentlyUnique__1"] = { affix = "", "20% increased Elemental Damage if you've Killed a Cursed Enemy Recently", statOrder = { 5786 }, level = 77, group = "IncreasedElementalDamageIfKilledCursedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 850820277, }, + ["DoubleDamagePer500StrengthUnique__1"] = { affix = "", "6% chance to deal Double Damage per 500 Strength", statOrder = { 5084 }, level = 63, group = "DoubleDamagePer500Strength", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 4104492115, }, + ["BestiaryLeague"] = { affix = "", "Areas contain Beasts to hunt", statOrder = { 8016 }, level = 1, group = "BestiaryLeague", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1158543967, }, + ["RagingSpiritDurationResetOnIgnitedEnemyUnique__1"] = { affix = "", "Summoned Raging Spirits refresh their Duration when they Kill an Ignited Enemy", statOrder = { 8905 }, level = 1, group = "RagingSpiritDurationResetOnIgnitedEnemy", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 2761732967, }, + ["FrenzyChargePer50RampageStacksUnique__1"] = { affix = "", "Gain a Frenzy Charge on every 50th Rampage Kill", statOrder = { 3925 }, level = 1, group = "FrenzyChargePer50RampageStacks", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 637690626, }, + ["AreaOfEffectPer25RampageStacksUnique__1_"] = { affix = "", "2% increased Area of Effect per 25 Rampage Kills", statOrder = { 3924 }, level = 1, group = "AreaOfEffectPer25RampageStacks", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4119032338, }, + ["UnaffectedByCursesUnique__1"] = { affix = "", "Unaffected by Curses", statOrder = { 2142 }, level = 85, group = "UnaffectedByCurses", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 3809896400, }, + ["ChanceToChillAttackersOnBlockUnique__1"] = { affix = "", "(30-40)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5215 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, tradeHash = 864879045, }, + ["ChanceToChillAttackersOnBlockUnique__2__"] = { affix = "", "Chill Attackers for 4 seconds on Block", statOrder = { 5215 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, tradeHash = 864879045, }, + ["ChanceToShockAttackersOnBlockUnique__1_"] = { affix = "", "(30-40)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9092 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, tradeHash = 575111651, }, + ["ChanceToShockAttackersOnBlockUnique__2"] = { affix = "", "Shock Attackers for 4 seconds on Block", statOrder = { 9092 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "elemental", "lightning", "ailment" }, tradeHash = 575111651, }, + ["SupportedByTrapAndMineDamageUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", statOrder = { 320 }, level = 1, group = "SupportedByTrapAndMineDamage", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3814066599, }, + ["SupportedByClusterTrapUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 16 Cluster Trap", statOrder = { 318 }, level = 1, group = "SupportedByClusterTrap", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 2854183975, }, + ["AviansMightColdDamageUnique__1"] = { affix = "", "Adds (20-25) to (37-40) Cold Damage while you have Avian's Might", statOrder = { 8288 }, level = 1, group = "AviansMightColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3485231932, }, + ["AviansMightLightningDamageUnique__1_"] = { affix = "", "Adds (1-3) to (55-62) Lightning Damage while you have Avian's Might", statOrder = { 8299 }, level = 1, group = "AviansMightLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 855634301, }, + ["AviansMightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Might Duration", statOrder = { 4434 }, level = 1, group = "AviansMightDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1251945210, }, + ["GrantAviansAspectToAlliesUnique__1"] = { affix = "", "Aspect of the Avian also grants Avian's Might and Avian's Flight to nearby Allies", statOrder = { 4303 }, level = 1, group = "GrantAviansAspectToAllies", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2544408546, }, + ["AvianAspectBuffEffectUnique__1"] = { affix = "", "100% increased Aspect of the Avian Buff Effect", statOrder = { 4302 }, level = 1, group = "AvianAspectBuffEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1746347097, }, + ["AviansFlightLifeRegenerationUnique__1"] = { affix = "", "Regenerate 100 Life per Second while you have Avian's Flight", statOrder = { 6926 }, level = 1, group = "AviansFlightLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2589482056, }, + ["AviansFlightManaRegenerationUnique__1_"] = { affix = "", "Regenerate 12 Mana per Second while you have Avian's Flight", statOrder = { 7413 }, level = 1, group = "AviansFlightManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1495376076, }, + ["AviansFlightDurationUnique__1"] = { affix = "", "+(-2-2) seconds to Avian's Flight Duration", statOrder = { 4433 }, level = 1, group = "AviansFlightDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1251731548, }, + ["GrantsAvianTornadoUnique__1__"] = { affix = "", "Trigger Level 20 Twister when you gain Avian's Might or Avian's Flight", statOrder = { 569 }, level = 1, group = "GrantsAvianTornado", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2554328719, }, + ["ElementalDamageUniqueJewel_1"] = { affix = "", "(10-15)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["ElementalHitDisableFireUniqueJewel_1"] = { affix = "", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills deal 50% less Fire Damage", "With 40 total Intelligence and Dexterity in Radius, Prismatic Skills cannot choose Fire", statOrder = { 7281, 7284 }, level = 1, group = "ElementalHitDisableFireJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, tradeHash = 2542902299, }, + ["ElementalHitDisableColdUniqueJewel_1"] = { affix = "", "With 40 total Strength and Intelligence in Radius, Prismatic Skills deal 50% less Cold Damage", "With 40 total Strength and Intelligence in Radius, Prismatic Skills cannot choose Cold", statOrder = { 7280, 7283 }, level = 1, group = "ElementalHitDisableColdJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, tradeHash = 2676447058, }, + ["ElementalHitDisableLightningUniqueJewel_1"] = { affix = "", "With 40 total Dexterity and Strength in Radius, Prismatic Skills deal 50% less Lightning Damage", "With 40 total Dexterity and Strength in Radius, Prismatic Skills cannot choose Lightning", statOrder = { 7282, 7285 }, level = 1, group = "ElementalHitDisableLightningJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, tradeHash = 1007157231, }, + ["ChargeBonusEnduranceChargeDuration"] = { affix = "", "(20-40)% increased Endurance Charge Duration", statOrder = { 1785 }, level = 1, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1170174456, }, + ["ChargeBonusFrenzyChargeDuration"] = { affix = "", "(20-40)% increased Frenzy Charge Duration", statOrder = { 1787 }, level = 1, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 3338298622, }, + ["ChargeBonusPowerChargeDuration"] = { affix = "", "(20-40)% increased Power Charge Duration", statOrder = { 1802 }, level = 1, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 3872306017, }, + ["ChargeBonusEnduranceChargeOnKill"] = { affix = "", "10% chance to gain an Endurance Charge on Kill", statOrder = { 2283 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1054322244, }, + ["ChargeBonusFrenzyChargeOnKill"] = { affix = "", "10% chance to gain a Frenzy Charge on Kill", statOrder = { 2285 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 1826802197, }, + ["ChargeBonusPowerChargeOnKill"] = { affix = "", "10% chance to gain a Power Charge on Kill", statOrder = { 2287 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 2483795307, }, + ["ChargeBonusMovementVelocityPerEnduranceCharge"] = { affix = "", "1% increased Movement Speed per Endurance Charge", statOrder = { 8476 }, level = 1, group = "MovementVelocityPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2116250000, }, + ["ChargeBonusMovementVelocityPerFrenzyCharge"] = { affix = "", "1% increased Movement Speed per Frenzy Charge", statOrder = { 1481 }, level = 1, group = "MovementVelocityPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 1541516339, }, + ["ChargeBonusMovementVelocityPerPowerCharge"] = { affix = "", "1% increased Movement Speed per Power Charge", statOrder = { 8479 }, level = 1, group = "MovementVelocityPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 3774108776, }, + ["ChargeBonusLifeRegenerationPerEnduranceCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Endurance Charge", statOrder = { 1372 }, level = 1, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 989800292, }, + ["ChargeBonusLifeRegenerationPerFrenzyCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Frenzy Charge", statOrder = { 2282 }, level = 1, group = "LifeRegenerationPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 2828673491, }, + ["ChargeBonusLifeRegenerationPerPowerCharge"] = { affix = "", "Regenerate 0.3% of maximum Life per second per Power Charge", statOrder = { 6944 }, level = 1, group = "LifeRegenerationPercentPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 3961213398, }, + ["ChargeBonusDamagePerEnduranceCharge"] = { affix = "", "5% increased Damage per Endurance Charge", statOrder = { 2801 }, level = 1, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 3515686789, }, + ["ChargeBonusDamagePerFrenzyCharge"] = { affix = "", "5% increased Damage per Frenzy Charge", statOrder = { 2878 }, level = 1, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 902747843, }, + ["ChargeBonusDamagePerPowerCharge"] = { affix = "", "5% increased Damage per Power Charge", statOrder = { 5549 }, level = 1, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2034658008, }, + ["ChargeBonusAddedFireDamagePerEnduranceCharge"] = { affix = "", "(7-9) to (13-14) Fire Damage per Endurance Charge", statOrder = { 8291 }, level = 1, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 1073447019, }, + ["ChargeBonusAddedColdDamagePerFrenzyCharge"] = { affix = "", "(6-8) to (12-13) Added Cold Damage per Frenzy Charge", statOrder = { 3808 }, level = 1, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3648858570, }, + ["ChargeBonusAddedLightningDamagePerPowerCharge"] = { affix = "", "(1-2) to (18-20) Lightning Damage per Power Charge", statOrder = { 8295 }, level = 1, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 1917107159, }, + ["ChargeBonusBlockChancePerEnduranceCharge"] = { affix = "", "+1% Chance to Block Attack Damage per Endurance Charge", statOrder = { 4039 }, level = 1, group = "BlockChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2355741828, }, + ["ChargeBonusBlockChancePerFrenzyCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Frenzy Charge", statOrder = { 4040 }, level = 1, group = "BlockChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2148784747, }, + ["ChargeBonusBlockChancePerPowerCharge_"] = { affix = "", "+1% Chance to Block Attack Damage per Power Charge", statOrder = { 4041 }, level = 1, group = "BlockChancePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 2856326982, }, + ["ChargeBonusFireDamageAddedAsChaos__"] = { affix = "", "Gain 1% of Fire Damage as Extra Chaos Damage per Endurance Charge", statOrder = { 8577 }, level = 1, group = "FireDamageAddedAsChaosPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, tradeHash = 700405539, }, + ["ChargeBonusColdDamageAddedAsChaos"] = { affix = "", "Gain 1% of Cold Damage as Extra Chaos Damage per Frenzy Charge", statOrder = { 8576 }, level = 1, group = "ColdDamageAddedAsChaosPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, tradeHash = 2764080642, }, + ["ChargeBonusLightningDamageAddedAsChaos"] = { affix = "", "Gain 1% of Lightning Damage as Chaos Damage per Power Charge", statOrder = { 8579 }, level = 1, group = "LightningDamageAddedAsChaosPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, tradeHash = 2650222338, }, + ["ChargeBonusArmourPerEnduranceCharge"] = { affix = "", "6% increased Armour per Endurance Charge", statOrder = { 8739 }, level = 1, group = "IncreasedArmourPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 1447080724, }, + ["ChargeBonusEvasionPerFrenzyCharge"] = { affix = "", "8% increased Evasion Rating per Frenzy Charge", statOrder = { 1362 }, level = 1, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 660404777, }, + ["ChargeBonusEnergyShieldPerPowerCharge"] = { affix = "", "3% increased Energy Shield per Power Charge", statOrder = { 5940 }, level = 1, group = "IncreasedEnergyShieldPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2189382346, }, + ["ChargeBonusChanceToGainMaximumEnduranceCharges"] = { affix = "", "15% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrder = { 3778 }, level = 1, group = "ChanceToGainMaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 2713233613, }, + ["ChargeBonusChanceToGainMaximumFrenzyCharges"] = { affix = "", "15% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrder = { 6289 }, level = 1, group = "ChanceToGainMaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2119664154, }, + ["ChargeBonusChanceToGainMaximumPowerCharges"] = { affix = "", "15% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 6290, 6290.1 }, level = 1, group = "ChanceToGainMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 1232004574, }, + ["ChargeBonusEnduranceChargeIfHitRecently"] = { affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 6261 }, level = 1, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 2894476716, }, + ["ChargeBonusFrenzyChargeOnHit__"] = { affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1512 }, level = 1, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 2323242761, }, + ["ChargeBonusPowerChargeOnCrit"] = { affix = "", "20% chance to gain a Power Charge on Critical Hit", statOrder = { 1509 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, tradeHash = 3814876985, }, + ["ChargeBonusAttackAndCastSpeedPerEnduranceCharge"] = { affix = "", "1% increased Attack and Cast Speed per Endurance Charge", statOrder = { 4316 }, level = 1, group = "AttackAndCastSpeedPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 3618888098, }, + ["ChargeBonusAccuracyRatingPerFrenzyCharge"] = { affix = "", "10% increased Accuracy Rating per Frenzy Charge", statOrder = { 1706 }, level = 1, group = "AccuracyRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 3700381193, }, + ["ChargeBonusAttackAndCastSpeedPerPowerCharge"] = { affix = "", "1% increased Attack and Cast Speed per Power Charge", statOrder = { 4317 }, level = 1, group = "AttackAndCastSpeedPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, tradeHash = 987588151, }, + ["ChargeBonusCriticalStrikeChancePerEnduranceCharge"] = { affix = "", "6% increased Critical Hit Chance per Endurance Charge", statOrder = { 5399 }, level = 1, group = "CriticalStrikeChancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 2547511866, }, + ["ChargeBonusCriticalStrikeChancePerFrenzyCharge"] = { affix = "", "6% increased Critical Hit Chance per Frenzy Charge", statOrder = { 5400 }, level = 1, group = "CriticalStrikeChancePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 707887043, }, + ["ChargeBonusCriticalStrikeMultiplierPerPowerCharge"] = { affix = "", "3% increased Critical Damage Bonus per Power Charge", statOrder = { 2874 }, level = 1, group = "CriticalMultiplierPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 4164870816, }, + ["ChargeBonusChaosResistancePerEnduranceCharge_"] = { affix = "", "+4% to Chaos Resistance per Endurance Charge", statOrder = { 5159 }, level = 1, group = "ChaosResistancePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 4210011075, }, + ["ChargeBonusPhysicalDamageReductionPerFrenzyCharge__"] = { affix = "", "1% additional Physical Damage Reduction per Frenzy Charge", statOrder = { 8730 }, level = 1, group = "PhysicalDamageReductionPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 1226049915, }, + ["ChargeBonusPhysicalDamageReductionPerPowerCharge_"] = { affix = "", "1% additional Physical Damage Reduction per Power Charge", statOrder = { 8732 }, level = 1, group = "PhysicalDamageReductionPerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3986347319, }, + ["ChargeBonusMaximumEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1483 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, + ["ChargeBonusMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["ChargeBonusMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["ChargeBonusIntimidateOnHitEnduranceCharges"] = { affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks while at maximum Endurance Charges", statOrder = { 6816 }, level = 1, group = "IntimidateOnHitMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2877370216, }, + ["ChargeBonusOnslaughtOnHitFrenzyCharges_"] = { affix = "", "Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges", statOrder = { 6298 }, level = 1, group = "OnslaughtOnHitMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2408544213, }, + ["ChargeBonusArcaneSurgeOnHitPowerCharges"] = { affix = "", "Gain Arcane Surge on Hit with Spells while at maximum Power Charges", statOrder = { 6240 }, level = 1, group = "ArcaneSurgeOnHitMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 813119588, }, + ["ChargeBonusCannotBeStunnedEnduranceCharges__"] = { affix = "", "You cannot be Stunned while at maximum Endurance Charges", statOrder = { 3598 }, level = 1, group = "CannotBeStunnedMaximumEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3780437763, }, + ["ChargeBonusFlaskChargeOnCritFrenzyCharges"] = { affix = "", "Gain a Flask Charge when you deal a Critical Hit while at maximum Frenzy Charges", statOrder = { 6266 }, level = 1, group = "FlaskChargeOnCritMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 3371432622, }, + ["ChargeBonusAdditionalCursePowerCharges"] = { affix = "", "You can apply an additional Curse while at maximum Power Charges", statOrder = { 8608 }, level = 1, group = "AdditionalCurseMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 761598374, }, + ["ChargeBonusIronReflexesFrenzyCharges"] = { affix = "", "You have Iron Reflexes while at maximum Frenzy Charges", statOrder = { 9893 }, level = 1, group = "IronReflexesMaximumFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "armour", "evasion", "defences" }, tradeHash = 1990354706, }, + ["ChargeBonusMindOverMatterPowerCharges"] = { affix = "", "You have Mind over Matter while at maximum Power Charges", statOrder = { 9894 }, level = 1, group = "MindOverMatterMaximumPowerCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 1876857497, }, + ["CurseCastSpeedUnique__1"] = { affix = "", "Curse Skills have (10-20)% increased Cast Speed", statOrder = { 1866 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, + ["CurseCastSpeedUnique__2"] = { affix = "", "Curse Skills have (8-12)% increased Cast Speed", statOrder = { 1866 }, level = 1, group = "CurseCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "curse" }, tradeHash = 2378065031, }, + ["TriggerSocketedCurseSkillsOnCurseUnique__1_"] = { affix = "", "Trigger Socketed Curse Spell when you Cast a Curse Spell, with a 0.25 second Cooldown", statOrder = { 592 }, level = 1, group = "TriggerCurseOnCurse", weightKey = { }, weightVal = { }, modTags = { "skill", "caster", "gem", "curse" }, tradeHash = 3657377047, }, + ["ElementalDamagePercentAddedAsChaosPerShaperItemUnique__1"] = { affix = "", "Gain (3-5)% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped", statOrder = { 3889 }, level = 1, group = "ElementalDamagePercentAddedAsChaosPerShaperItem", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "chaos" }, tradeHash = 1860646468, }, + ["HitsIgnoreChaosResistanceAllShaperItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Shaper Items", statOrder = { 6676 }, level = 1, group = "HitsIgnoreChaosResistanceAllShaperItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 4234677275, }, + ["HitsIgnoreChaosResistanceAllElderItemsUnique__1"] = { affix = "", "Hits ignore Enemy Monster Chaos Resistance if all Equipped Items are Elder Items", statOrder = { 6675 }, level = 1, group = "HitsIgnoreChaosResistanceAllElderItems", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 89314980, }, + ["ColdDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Cold Damage per 1% Cold Resistance above 75%", statOrder = { 5245 }, level = 1, group = "ColdDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2517031897, }, + ["LightningDamagePerResistanceAbove75Unique__1"] = { affix = "", "(15-20)% increased Lightning Damage per 1% Lightning Resistance above 75%", statOrder = { 6968 }, level = 1, group = "LightningDamagePerResistanceAbove75", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2642525868, }, + ["FlaskConsecratedGroundDurationUnique__1"] = { affix = "", "(15-30)% reduced Duration", statOrder = { 904 }, level = 1, group = "FlaskConsecratedGroundDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 156096868, }, + ["FlaskConsecratedGroundAreaOfEffectUnique__1_"] = { affix = "", "Consecrated Ground created by this Flask has Tripled Radius", statOrder = { 636 }, level = 1, group = "FlaskConsecratedGroundAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 806698863, }, + ["FlaskConsecratedGroundDamageTakenUnique__1"] = { affix = "", "Consecrated Ground created during Effect applies (7-10)% increased Damage taken to Enemies", statOrder = { 735 }, level = 1, group = "FlaskConsecratedGroundDamageTaken", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, tradeHash = 1866211373, }, + ["FlaskConsecratedGroundEffectUnique__1_"] = { affix = "", "+(1-2)% to Critical Hit Chance against Enemies on Consecrated Ground during Effect", statOrder = { 731 }, level = 1, group = "FlaskConsecratedGroundEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 1535051459, }, + ["FlaskConsecratedGroundEffectCriticalStrikeUnique__1"] = { affix = "", "(100-150)% increased Critical Hit Chance against Enemies on Consecrated Ground during Effect", statOrder = { 769 }, level = 1, group = "FlaskConsecratedGroundEffectCriticalStrike", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, tradeHash = 3278399103, }, + ["ShockOnKillUnique__1"] = { affix = "", "Enemies you kill are Shocked", statOrder = { 1579 }, level = 1, group = "ShockOnKill", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 209387074, }, + ["DivineChargeOnHitUnique__1_"] = { affix = "", "+10 to maximum Divine Charges", "Gain a Divine Charge on Hit", statOrder = { 3936, 3937 }, level = 1, group = "DivineChargeOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3666908929, }, + ["GainDivinityOnMaxDivineChargeUnique__1"] = { affix = "", "You gain Divinity for 10 seconds on reaching maximum Divine Charges", "Lose all Divine Charges when you gain Divinity", statOrder = { 3939, 3939.1 }, level = 1, group = "GainDivinityOnMaxDivineCharge", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1174243390, }, + ["NearbyEnemiesCannotCritUnique__1"] = { affix = "", "Never deal Critical Hits", "Nearby Enemies cannot deal Critical Hits", statOrder = { 1839, 7100 }, level = 1, group = "NearbyEnemiesCannotCrit", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 1239325414, }, + ["NearbyAlliesCannotBeSlowedUnique__1"] = { affix = "", "Action Speed cannot be modified to below base value", "Nearby Allies' Action Speed cannot be modified to below base value", statOrder = { 2797, 7093 }, level = 1, group = "NearbyAlliesCannotBeSlowed", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2148696191, }, + ["ManaReservationPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 7423 }, level = 1, group = "ManaReservationPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2676451350, }, + ["ManaReservationEfficiencyPerAttributeUnique__1"] = { affix = "", "2% increased Mana Reservation Efficiency of Skills per 250 total Attributes", statOrder = { 7424 }, level = 1, group = "ManaReservationEfficiencyPerAttribute", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1212083058, }, + ["DefencesPer100StrengthAuraUnique__1"] = { affix = "", "Nearby Allies have (4-6)% increased Defences per 100 Strength you have", statOrder = { 2616 }, level = 1, group = "DefencesPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 3767939384, }, + ["BlockPer100StrengthAuraUnique__1___"] = { affix = "", "Nearby Allies have 1% Chance to Block Attack Damage per 100 Strength you have", statOrder = { 2615 }, level = 1, group = "BlockPer100StrengthAura", weightKey = { }, weightVal = { }, modTags = { "block" }, tradeHash = 3941641418, }, + ["CriticalMultiplierPer100DexterityAuraUnique__1"] = { affix = "", "Nearby Allies have +(6-8)% to Critical Damage Bonus per 100 Dexterity you have", statOrder = { 2617 }, level = 1, group = "CriticalMultiplierPer100DexterityAura", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 1438488526, }, + ["CastSpeedPer100IntelligenceAuraUnique__1"] = { affix = "", "Nearby Allies have (2-4)% increased Cast Speed per 100 Intelligence you have", statOrder = { 2618 }, level = 1, group = "CastSpeedPer100IntelligenceAura", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, tradeHash = 2373999301, }, + ["GrantsAccuracyAuraSkillUnique__1"] = { affix = "", "Grants Level 30 Precision Skill", statOrder = { 492 }, level = 81, group = "AccuracyAuraSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, tradeHash = 2721815210, }, + ["PrecisionAuraBonusUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 8797 }, level = 1, group = "PrecisionAuraBonus", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 1291925008, }, + ["PrecisionReservationEfficiencyUnique__1"] = { affix = "", "Precision has 100% increased Mana Reservation Efficiency", statOrder = { 8798 }, level = 1, group = "PrecisionReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, tradeHash = 3859865977, }, + ["SupportedByBlessingSupportUnique__1"] = { affix = "", "Socketed Gems are Supported by Level 25 Divine Blessing", statOrder = { 171 }, level = 1, group = "SupportedByBlessing", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3274973940, }, + ["TriggerBowSkillsOnBowAttackUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Attack with a Bow, with a 1 second Cooldown", statOrder = { 534 }, level = 1, group = "TriggerBowSkillsOnBowAttack", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "gem" }, tradeHash = 3171958921, }, + ["TriggerBowSkillsOnCastUnique__1"] = { affix = "", "Trigger a Socketed Bow Skill when you Cast a Spell while", "wielding a Bow, with a 1 second Cooldown", statOrder = { 599, 599.1 }, level = 1, group = "TriggerBowSkillsOnCast", weightKey = { }, weightVal = { }, modTags = { "skill", "attack", "caster", "gem" }, tradeHash = 1378815167, }, + ["LifeLeechNotRemovedOnFullLifeUnique__1"] = { affix = "", "Life Leech effects are not removed when Unreserved Life is Filled", statOrder = { 2812 }, level = 1, group = "LifeLeechNotRemovedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 4224337800, }, + ["AttacksBlindOnHitChanceUnique__1"] = { affix = "", "5% chance to Blind Enemies on Hit with Attacks", statOrder = { 4422 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 318953428, }, + ["AttacksBlindOnHitChanceUnique__2"] = { affix = "", "(10-20)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4422 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 318953428, }, + ["HeraldBonusExtraMod1"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9809 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, + ["HeraldBonusExtraMod2_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9809 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, + ["HeraldBonusExtraMod3_"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9809 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, + ["HeraldBonusExtraMod4"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9809 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, + ["HeraldBonusExtraMod5"] = { affix = "", "When used in the Synthesiser, the new item will have an additional Herald Modifier", statOrder = { 9809 }, level = 1, group = "HeraldBonusExtraMod", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3461563650, }, + ["HeraldBonusThunderReservation"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6627 }, level = 1, group = "HeraldBonusThunderReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3959101898, }, + ["HeraldBonusThunderReservationEfficiency"] = { affix = "", "Herald of Thunder has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6628 }, level = 1, group = "HeraldBonusThunderReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3817220109, }, + ["HeraldBonusThunderLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Herald of Thunder", statOrder = { 6969 }, level = 1, group = "HeraldBonusThunderLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 536957, }, + ["HeraldBonusThunderEffect"] = { affix = "", "Herald of Thunder has (40-60)% increased Buff Effect", statOrder = { 6626 }, level = 1, group = "HeraldBonusThunderEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3814686091, }, + ["HeraldBonusThunderMaxLightningResist"] = { affix = "", "+1% to maximum Lightning Resistance while affected by Herald of Thunder", statOrder = { 8215 }, level = 1, group = "HeraldBonusThunderMaxLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 3259396413, }, + ["HeraldBonusThunderLightningResist_"] = { affix = "", "+(50-60)% to Lightning Resistance while affected by Herald of Thunder", statOrder = { 6971 }, level = 1, group = "HeraldBonusThunderLightningResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 2687017988, }, + ["HeraldBonusAshReservation"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6614 }, level = 1, group = "HeraldBonusAshReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3819451758, }, + ["HeraldBonusAshReservationEfficiency__"] = { affix = "", "Herald of Ash has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6615 }, level = 1, group = "HeraldBonusAshReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2500442851, }, + ["HeraldBonusAshFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Herald of Ash", statOrder = { 6073 }, level = 1, group = "HeraldBonusAshFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2775776604, }, + ["HeraldBonusAshEffect"] = { affix = "", "Herald of Ash has (40-60)% increased Buff Effect", statOrder = { 6613 }, level = 1, group = "HeraldBonusAshEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2154349925, }, + ["HeraldBonusAshMaxFireResist"] = { affix = "", "+1% to maximum Fire Resistance while affected by Herald of Ash", statOrder = { 8194 }, level = 1, group = "HeraldBonusAshMaxFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 3716758077, }, + ["HeraldBonusFireResist"] = { affix = "", "+(50-60)% to Fire Resistance while affected by Herald of Ash", statOrder = { 6074 }, level = 1, group = "HeraldBonusFireResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 2675641469, }, + ["HeraldBonusIceReservation_"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6617 }, level = 1, group = "HeraldBonusIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3059700363, }, + ["HeraldBonusIceReservationEfficiency__"] = { affix = "", "Herald of Ice has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6618 }, level = 1, group = "HeraldBonusIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3395872960, }, + ["HeraldBonusIceColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Herald of Ice", statOrder = { 5253 }, level = 1, group = "HeraldBonusIceColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 1970606344, }, + ["HeraldBonusIceEffect_"] = { affix = "", "Herald of Ice has (40-60)% increased Buff Effect", statOrder = { 6616 }, level = 1, group = "HeraldBonusIceEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1862926389, }, + ["HeraldBonusMaxColdResist__"] = { affix = "", "+1% to maximum Cold Resistance while affected by Herald of Ice", statOrder = { 8181 }, level = 1, group = "HeraldBonusMaxColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 950661692, }, + ["HeraldBonusColdResist"] = { affix = "", "+(50-60)% to Cold Resistance while affected by Herald of Ice", statOrder = { 5255 }, level = 1, group = "HeraldBonusColdResist", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 2494069187, }, + ["HeraldBonusPurityReservation_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6622 }, level = 1, group = "HeraldBonusPurityReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1542765265, }, + ["HeraldBonusPurityReservationEfficiency_"] = { affix = "", "Herald of Purity has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6623 }, level = 1, group = "HeraldBonusPurityReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2189040439, }, + ["HeraldBonusPurityPhysicalDamage"] = { affix = "", "(40-60)% increased Physical Damage while affected by Herald of Purity", statOrder = { 8725 }, level = 1, group = "HeraldBonusPurityPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 3294232483, }, + ["HeraldBonusPurityEffect"] = { affix = "", "Herald of Purity has (40-60)% increased Buff Effect", statOrder = { 6620 }, level = 1, group = "HeraldBonusPurityEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2126027382, }, + ["HeraldBonusPurityMinionDamage"] = { affix = "", "Sentinels of Purity deal (70-100)% increased Damage", statOrder = { 9072 }, level = 1, group = "HeraldBonusPurityMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 650630047, }, + ["HeraldBonusPurityPhysicalDamageReduction"] = { affix = "", "4% additional Physical Damage Reduction while affected by Herald of Purity", statOrder = { 8733 }, level = 1, group = "HeraldBonusPurityPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, tradeHash = 3163114700, }, + ["HeraldBonusAgonyReservation"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6610 }, level = 1, group = "HeraldBonusAgonyReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1284151528, }, + ["HeraldBonusAgonyReservationEfficiency"] = { affix = "", "Herald of Agony has (30-40)% increased Mana Reservation Efficiency", statOrder = { 6611 }, level = 1, group = "HeraldBonusAgonyReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 1133703802, }, + ["HeraldBonusAgonyChaosDamage_"] = { affix = "", "(40-60)% increased Chaos Damage while affected by Herald of Agony", statOrder = { 5158 }, level = 1, group = "HeraldBonusAgonyChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 739274558, }, + ["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrder = { 6609 }, level = 1, group = "HeraldBonusAgonyEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2572910724, }, + ["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrder = { 4113 }, level = 1, group = "HeraldBonusAgonyMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, tradeHash = 786460697, }, + ["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrder = { 5163 }, level = 1, group = "HeraldBonusAgonyChaosResist", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, tradeHash = 3456816469, }, + ["UniqueJewelAlternateTreeInRadiusVaal"] = { affix = "", "Bathed in the blood of (100-8000) sacrificed in the name of Xibaqua", "Passives in radius are Conquered by the Vaal", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusKarui"] = { affix = "", "Commanded leadership over (10000-18000) warriors under Kaom", "Passives in radius are Conquered by the Karui", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusMaraketh"] = { affix = "", "Denoted service of (500-8000) dekhara in the akhara of Balbala", "Passives in radius are Conquered by the Maraketh", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusTemplar"] = { affix = "", "Carved to glorify (2000-10000) new faithful converted by High Templar Maxarius", "Passives in radius are Conquered by the Templars", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusEternal"] = { affix = "", "Commissioned (2000-160000) coins to commemorate Cadiro", "Passives in radius are Conquered by the Eternal Empire", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusKalguur"] = { affix = "", "Remembrancing (100-8000) songworthy deeds by the line of Vorana", "Passives in radius are Conquered by the Kalguur", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["UniqueJewelAlternateTreeInRadiusAbyssal"] = { affix = "", "Glorifying the defilement of (79-30977) souls in tribute to Amanamu", "Passives in radius are Conquered by the Abyssals", "Historic", statOrder = { 12, 12.1, 9810 }, level = 1, group = "UniqueJewelAlternateTreeInRadius", weightKey = { "default" }, weightVal = { 0 }, modTags = { "red_herring" }, tradeHash = 3179277870, }, + ["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrder = { 9504 }, level = 1, group = "TotemDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 2566390555, }, + ["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrder = { 9125 }, level = 1, group = "BrandDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2697019412, }, + ["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrder = { 5150 }, level = 1, group = "ChannelledSkillDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 970844066, }, + ["AreaDamagePerDevotion"] = { affix = "", "4% increased Area Damage per 10 Devotion", statOrder = { 4213 }, level = 1, group = "AreaDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, tradeHash = 1724614884, }, + ["ElementalDamagePerDevotion_"] = { affix = "", "4% increased Elemental Damage per 10 Devotion", statOrder = { 5792 }, level = 1, group = "ElementalDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3103189267, }, + ["ElementalResistancesPerDevotion"] = { affix = "", "+2% to all Elemental Resistances per 10 Devotion", statOrder = { 5828 }, level = 1, group = "ElementalResistancesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, tradeHash = 1910205563, }, + ["AilmentEffectPerDevotion"] = { affix = "", "3% increased Magnitude of Non-Damaging Ailments you inflict per 10 Devotion", statOrder = { 8535 }, level = 1, group = "AilmentEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "ailment" }, tradeHash = 1810368194, }, + ["ElementalAilmentSelfDurationPerDevotion_"] = { affix = "", "4% reduced Elemental Ailment Duration on you per 10 Devotion", statOrder = { 9063 }, level = 1, group = "ElementalAilmentSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, tradeHash = 730530528, }, + ["CurseSelfDurationPerDevotion"] = { affix = "", "4% reduced Duration of Curses on you per 10 Devotion", statOrder = { 9062 }, level = 1, group = "CurseSelfDurationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 4235333770, }, + ["MinionAttackAndCastSpeedPerDevotion"] = { affix = "", "1% increased Minion Attack and Cast Speed per 10 Devotion", statOrder = { 8330 }, level = 1, group = "MinionAttackAndCastSpeedPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 3808469650, }, + ["MinionAccuracyRatingPerDevotion_"] = { affix = "", "Minions have +60 to Accuracy Rating per 10 Devotion", statOrder = { 8320 }, level = 1, group = "MinionAccuracyRatingPerDevotion", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, tradeHash = 2830135449, }, + ["AddedManaRegenerationPerDevotion"] = { affix = "", "Regenerate 0.6 Mana per Second per 10 Devotion", statOrder = { 7404 }, level = 1, group = "AddedManaRegenerationPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2042813020, }, + ["ReducedManaCostPerDevotion"] = { affix = "", "1% reduced Mana Cost of Skills per 10 Devotion", statOrder = { 7376 }, level = 1, group = "ReducedManaCostPerDevotion", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 3293275880, }, + ["AuraEffectPerDevotion"] = { affix = "", "1% increased effect of Non-Curse Auras per 10 Devotion", statOrder = { 8529 }, level = 1, group = "AuraEffectPerDevotion", weightKey = { }, weightVal = { }, modTags = { "aura" }, tradeHash = 2585926696, }, + ["ShieldDefencesPerDevotion"] = { affix = "", "3% increased Defences from Equipped Shield per 10 Devotion", statOrder = { 9090 }, level = 1, group = "ShieldDefencesPerDevotion", weightKey = { }, weightVal = { }, modTags = { "defences" }, tradeHash = 2803981661, }, + ["NovaSpellsAreaOfEffectUnique__1"] = { affix = "", "Nova Spells have 20% less Area of Effect", statOrder = { 7237 }, level = 50, group = "NovaSpellsAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster" }, tradeHash = 200113086, }, + ["RingAttackSpeedUnique__1"] = { affix = "", "20% less Attack Speed", statOrder = { 7235 }, level = 1, group = "RingAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 2418322751, }, + ["FlaskDurationConsumedPerUse"] = { affix = "", "50% increased Duration. -1% to this value when used", statOrder = { 904 }, level = 1, group = "FlaskDurationConsumedPerUse", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 1256719186, }, + ["HarvestAlternateWeaponQualityLocalCriticalStrikeChance__"] = { affix = "", "Quality does not increase Damage", "1% increased Critical Hit Chance per 4% Quality", statOrder = { 1581, 7072 }, level = 1, group = "HarvestAlternateWeaponQualityLocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "critical" }, tradeHash = 2109698899, }, + ["HarvestAlternateWeaponQualityAccuracyRatingIncrease_"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Accuracy per 2% Quality", statOrder = { 1581, 7024 }, level = 1, group = "HarvestAlternateWeaponQualityAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 476646817, }, + ["HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed"] = { affix = "", "Quality does not increase Damage", "1% increased Attack Speed per 8% Quality", statOrder = { 1581, 7045 }, level = 1, group = "HarvestAlternateWeaponQualityLocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack", "speed" }, tradeHash = 454308351, }, + ["HarvestAlternateWeaponQualityLocalMeleeWeaponRange_"] = { affix = "", "Quality does not increase Damage", "+1 Weapon Range per 10% Quality", statOrder = { 1581, 7329 }, level = 1, group = "HarvestAlternateWeaponQualityLocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 3746833883, }, + ["HarvestAlternateWeaponQualityElementalDamagePercent"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Elemental Damage per 2% Quality", statOrder = { 1581, 7122 }, level = 1, group = "HarvestAlternateWeaponQualityElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "attack" }, tradeHash = 3668986230, }, + ["HarvestAlternateWeaponQualityAreaOfEffect_"] = { affix = "", "Quality does not increase Damage", "Grants 1% increased Area of Effect per 4% Quality", statOrder = { 1581, 7041 }, level = 1, group = "HarvestAlternateWeaponQualityAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1692679499, }, + ["AttackProjectilesForkUnique__1"] = { affix = "", "Projectiles from Attacks Fork", statOrder = { 4384 }, level = 1, group = "AttackProjectilesFork", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 396113830, }, + ["AttackProjectilesForkExtraTimesUnique__1"] = { affix = "", "Projectiles from Attacks Fork an additional time", statOrder = { 4385 }, level = 1, group = "AttackProjectilesForkExtraTimes", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1643324992, }, + ["MinionLargerAggroRadiusUnique__1"] = { affix = "", "Minions are Aggressive", statOrder = { 9828 }, level = 1, group = "MinionLargerAggroRadius", weightKey = { }, weightVal = { }, modTags = { "minion" }, tradeHash = 128585622, }, + ["HungryLoopSupportedByTrinity"] = { affix = "", "Has Consumed 1 Gem", "Socketed Gems are Supported by Level 20 Trinity", statOrder = { 80, 266 }, level = 1, group = "HungryLoopSupportedByTrinity", weightKey = { }, weightVal = { }, modTags = { "support", "gem" }, tradeHash = 3567278969, }, + ["LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarityUnique__1"] = { affix = "", "30% increased Rarity of Items found", "You and Nearby Allies have 30% increased Item Rarity", statOrder = { 913, 1389 }, level = 1, group = "LocalDisplayYouAndNearbyAlliesHaveIncreasedItemRarity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2084531689, }, + ["InfernalCryThresholdJewel"] = { affix = "", "With at least 40 Strength in Radius, Combust is Disabled", statOrder = { 7174 }, level = 1, group = "InfernalCryThresholdJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack" }, tradeHash = 1819655989, }, + ["ChaosDamageDoesNotBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Chaos Damage taken bypasses Energy Shield", statOrder = { 4502 }, level = 99, group = "ChaosDamageDoesNotBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1552907959, }, ["NonChaosDamageBypassEnergyShieldPercentUnique__1"] = { affix = "", "33% of Damage taken bypasses Energy Shield", statOrder = { 4479 }, level = 1, group = "DamageBypassEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2448633171, }, - ["KillEnemyInstantlyExarchDominantUnique__1"] = { affix = "", "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", statOrder = { 7036 }, level = 77, group = "KillEnemyInstantlyExarchDominant", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3768948090, }, - ["MalignantMadnessCritEaterDominantUnique__1"] = { affix = "", "Critical Hits inflict Malignant Madness if The Eater of Worlds is dominant", statOrder = { 6999 }, level = 77, group = "MalignantMadnessCritEaterDominant", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1109900829, }, - ["SocketedWarcryCooldownCountUnique__1"] = { affix = "", "Socketed Warcry Skills have +1 Cooldown Use", statOrder = { 434 }, level = 1, group = "SocketedWarcryCooldownCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3784504781, }, - ["TakePhysicalDamagePerWarcryExertingUnique__1"] = { affix = "", "When you Attack, take (15-20)% of Life as Physical Damage for", "each Warcry Empowering the Attack", statOrder = { 8802, 8802.1 }, level = 1, group = "TakePhysicalDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1615324731, }, - ["MoreDamagePerWarcryExertingUnique__1"] = { affix = "", "Skills deal (10-15)% more Damage for each Warcry Empowering them", statOrder = { 9345 }, level = 1, group = "MoreDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2023285759, }, - ["AllDamageCanChillUnique__1"] = { affix = "", "All Damage from Hits Contributes to Chill Magnitude", statOrder = { 2537 }, level = 21, group = "AllDamageCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3833160777, }, - ["AllDamageTakenCanChillUnique__1"] = { affix = "", "All Damage taken from Hits Contributes to Magnitude of Chill inflicted on you", statOrder = { 2540 }, level = 1, group = "AllDamageTakenCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1705072014, }, - ["AllDamageTakenCanIgniteUnique__1"] = { affix = "", "All Damage Taken from Hits can Ignite you", statOrder = { 4172 }, level = 20, group = "AllDamageTakenCanIgnite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1405089557, }, - ["ChillHitsCauseShatteringUnique__1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrder = { 5194 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3119292058, }, - ["EnemiesChilledIncreasedDamageTakenUnique__1"] = { affix = "", "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", statOrder = { 5792 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816894864, }, - ["CasterOffHandNearbyEnemiesAreCoveredInAshImplicit___"] = { affix = "", "Nearby Enemies are Covered in Ash", statOrder = { 6957 }, level = 1, group = "LocalDisplayNearbyEnemiesAreCoveredInAsh", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 746994389, }, - ["CorruptedMagicJewelModEffectUnique__1"] = { affix = "", "(0-100)% increased Effect of Jewel Socket Passive Skills", "containing Corrupted Magic Jewels", statOrder = { 7149, 7149.1 }, level = 1, group = "CorruptedMagicJewelModEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 461663422, }, - ["UniqueJewelSpecificSkillLevelBonus1"] = { affix = "", "+(1-3) to Level of all 0 Skills", statOrder = { 9354 }, level = 1, group = "UniqueJewelSpecificSkillLevelBonus", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3430847459, }, - ["UniqueReloadSpeed1"] = { affix = "", "(40-60)% reduced Reload Speed", statOrder = { 920 }, level = 65, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, - ["UniqueLoadCrossbowBoltOnKillPercent1"] = { affix = "", "(10-20)% chance to load a bolt into all Crossbow skills on Kill", statOrder = { 5106 }, level = 65, group = "LoadCrossbowBoltOnKillPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3823990000, }, - ["UniqueSacrificeLifeForBolts1"] = { affix = "", "Sacrifice 300 Life to not consume the last bolt when firing", statOrder = { 5278 }, level = 65, group = "SacrificeLifeInsteadOfBolts", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 76982026, }, - ["UniqueLifeLeechLocal4"] = { affix = "", "Leeches (5-10)% of Physical Damage as Life", statOrder = { 967 }, level = 65, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, - ["UniqueLocalIncreasedPhysicalDamagePercent15"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 823 }, level = 65, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, - ["UniqueIncreasedAttackSpeed12"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 919 }, level = 65, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, - ["UniquePerandusArrows1"] = { affix = "", "Each Arrow fired is a Crescendo, Splinter, Reversing, Diamond, Covetous, or Blunt Arrow", statOrder = { 5707 }, level = 1, group = "PerandusArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3891922348, }, - ["ChanceToPoisonWithAttacksUnique___2"] = { affix = "", "(20-30)% chance to Poison on Hit with Attacks", statOrder = { 2825 }, level = 83, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, + ["KillEnemyInstantlyExarchDominantUnique__1"] = { affix = "", "Kill Enemies that have 15% or lower Life on Hit if The Searing Exarch is dominant", statOrder = { 7202 }, level = 77, group = "KillEnemyInstantlyExarchDominant", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3768948090, }, + ["MalignantMadnessCritEaterDominantUnique__1"] = { affix = "", "Critical Hits inflict Malignant Madness if The Eater of Worlds is dominant", statOrder = { 7160 }, level = 77, group = "MalignantMadnessCritEaterDominant", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1109900829, }, + ["SocketedWarcryCooldownCountUnique__1"] = { affix = "", "Socketed Warcry Skills have +1 Cooldown Use", statOrder = { 425 }, level = 1, group = "SocketedWarcryCooldownCount", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3784504781, }, + ["TakePhysicalDamagePerWarcryExertingUnique__1"] = { affix = "", "When you Attack, take (15-20)% of Life as Physical Damage for", "each Warcry Empowering the Attack", statOrder = { 9065, 9065.1 }, level = 1, group = "TakePhysicalDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1615324731, }, + ["MoreDamagePerWarcryExertingUnique__1"] = { affix = "", "Skills deal (10-15)% more Damage for each Warcry Empowering them", statOrder = { 9613 }, level = 1, group = "MoreDamagePerWarcryExerting", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2023285759, }, + ["AllDamageCanChillUnique__1"] = { affix = "", "All Damage from Hits Contributes to Chill Magnitude", statOrder = { 2501 }, level = 21, group = "AllDamageCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3833160777, }, + ["AllDamageTakenCanChillUnique__1"] = { affix = "", "All Damage taken from Hits Contributes to Magnitude of Chill inflicted on you", statOrder = { 2504 }, level = 1, group = "AllDamageTakenCanChill", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1705072014, }, + ["AllDamageTakenCanIgniteUnique__1"] = { affix = "", "All Damage Taken from Hits can Ignite you", statOrder = { 4140 }, level = 20, group = "AllDamageTakenCanIgnite", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1405089557, }, + ["ChillHitsCauseShatteringUnique__1"] = { affix = "", "Enemies Chilled by your Hits can be Shattered as though Frozen", statOrder = { 5227 }, level = 1, group = "ChillHitsCauseShattering", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3119292058, }, + ["EnemiesChilledIncreasedDamageTakenUnique__1"] = { affix = "", "Enemies Chilled by your Hits increase damage taken by Chill Magnitude", statOrder = { 5859 }, level = 1, group = "EnemiesChilledIncreasedDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816894864, }, + ["CasterOffHandNearbyEnemiesAreCoveredInAshImplicit___"] = { affix = "", "Nearby Enemies are Covered in Ash", statOrder = { 7098 }, level = 1, group = "LocalDisplayNearbyEnemiesAreCoveredInAsh", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 746994389, }, + ["CorruptedMagicJewelModEffectUnique__1"] = { affix = "", "(0-100)% increased Effect of Jewel Socket Passive Skills", "containing Corrupted Magic Jewels", statOrder = { 7313, 7313.1 }, level = 1, group = "CorruptedMagicJewelModEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 461663422, }, + ["UniqueJewelSpecificSkillLevelBonus1"] = { affix = "", "+(1-3) to Level of all 0 Skills", statOrder = { 9622 }, level = 1, group = "UniqueJewelSpecificSkillLevelBonus", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 3430847459, }, + ["UniqueReloadSpeed1"] = { affix = "", "(40-60)% reduced Reload Speed", statOrder = { 917 }, level = 65, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, + ["UniqueReloadSpeed2"] = { affix = "", "(15-25)% increased Reload Speed", statOrder = { 917 }, level = 1, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 710476746, }, + ["UniqueLoadCrossbowBoltOnKillPercent1"] = { affix = "", "(10-20)% chance to load a bolt into all Crossbow skills on Kill", statOrder = { 5134 }, level = 65, group = "LoadCrossbowBoltOnKillPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3823990000, }, + ["UniqueSacrificeLifeForBolts1"] = { affix = "", "Sacrifice 300 Life to not consume the last bolt when firing", statOrder = { 5313 }, level = 65, group = "SacrificeLifeInsteadOfBolts", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 76982026, }, + ["UniqueLifeLeechLocal4"] = { affix = "", "Leeches (5-10)% of Physical Damage as Life", statOrder = { 968 }, level = 65, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, tradeHash = 55876295, }, + ["UniqueLocalIncreasedPhysicalDamagePercent15"] = { affix = "", "(250-300)% increased Physical Damage", statOrder = { 819 }, level = 65, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, tradeHash = 1805374733, }, + ["UniqueIncreasedAttackSpeed12"] = { affix = "", "(10-20)% increased Attack Speed", statOrder = { 916 }, level = 65, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, tradeHash = 210067635, }, + ["UniquePerandusArrows1"] = { affix = "", "Each Arrow fired is a Crescendo, Splinter, Reversing, Diamond, Covetous, or Blunt Arrow", statOrder = { 5771 }, level = 83, group = "PerandusArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 3891922348, }, + ["ChanceToPoisonWithAttacksUnique___2"] = { affix = "", "(20-30)% chance to Poison on Hit with Attacks", statOrder = { 2780 }, level = 1, group = "ChanceToPoisonWithAttacks", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, tradeHash = 3954735777, }, + ["AbyssalWastingOnHit"] = { affix = "", "Inflict Abyssal Wasting on Hit", statOrder = { 4000 }, level = 1, group = "AbyssalWastingOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2646093132, }, + ["TokenOfPassageReducedPresenceUnique_1"] = { affix = "", "(20-30)% reduced Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 101878827, }, + ["TokenOfPassageReducedLightUnique_1"] = { affix = "", "(20-30)% reduced Light Radius", statOrder = { 999 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1263695895, }, + ["PassageUniqueAmanamuSpiritEfficiency"] = { affix = "", "(4-6)% increased Spirit Reservation Efficiency of Skills", statOrder = { 4577 }, level = 1, group = "SpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 53386210, }, + ["PassageUniqueAmanamuIncreasedSpiritPercent"] = { affix = "", "(4-6)% increased Spirit", statOrder = { 1352 }, level = 1, group = "MaximumSpiritPercentage", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1416406066, }, + ["PassageUniqueAmanamuIncreasedArmourPercent"] = { affix = "", "(20-30)% increased Armour", statOrder = { 861 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["PassageUniqueAmanamuYouAndAllyCooldownPresence"] = { affix = "", "You and Allies in your Presence have (6-10)% increased Cooldown Recovery Rate", statOrder = { 9747 }, level = 1, group = "YouAndAlliesInPresenceCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 36954843, }, + ["PassageUniqueAmanamuYouAndAllyChaosResistance"] = { affix = "", "You and Allies in your Presence have +(17-23)% to Chaos Resistance", statOrder = { 9746 }, level = 1, group = "YouAndAlliesInPresenceChaosResistance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1404134612, }, + ["PassageUniqueAmanamuReducedMovementPenalty"] = { affix = "", "(5-8)% reduced Movement Speed Penalty from using Skills while moving", statOrder = { 8467 }, level = 1, group = "MovementVelocityPenaltyWhilePerformingAction", weightKey = { }, weightVal = { }, modTags = { "speed" }, tradeHash = 2590797182, }, + ["PassageUniqueAmanamuMaxEnduranceCharges"] = { affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1483 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, tradeHash = 1515657623, }, + ["PassageUniqueAmanamuThornsFromConsumingEndurance"] = { affix = "", "(30-50)% increased Thorns damage if you've consumed an Endurance Charge Recently", statOrder = { 9473 }, level = 1, group = "ThornsFromConsumingEndurance", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 806994543, }, + ["PassageUniqueAmanamuReducedIncomingCriticalBonus"] = { affix = "", "Hits against you have (20-30)% reduced Critical Damage Bonus", statOrder = { 946 }, level = 1, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3855016469, }, + ["PassageUniqueAmanamuIncreasedDebuffSlowMagnitude"] = { affix = "", "Debuffs you inflict have (12-20)% increased Slow Magnitude", statOrder = { 4519 }, level = 1, group = "SlowEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3650992555, }, + ["PassageUniqueAmanamuReducedIncomingDebuffSlowPotency"] = { affix = "", "(10-20)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 924253255, }, + ["PassageUniqueAmanamuSkillEffectDuration"] = { affix = "", "(8-14)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3377888098, }, + ["PassageUniqueAmanamuFasterCursedActivation"] = { affix = "", "(10-20)% faster Curse Activation", statOrder = { 5469 }, level = 1, group = "CurseDelay", weightKey = { }, weightVal = { }, modTags = { "curse" }, tradeHash = 1104825894, }, + ["PassageUniqueAmanamuIgniteMagnitude"] = { affix = "", "(15-25)% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3791899485, }, + ["PassageUniqueAmanamuIncreasedStrengthPercent"] = { affix = "", "(4-6)% increased Strength", statOrder = { 1076 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 734614379, }, + ["PassageUniqueAmanamuIncreasedCurseAreaOfEffect"] = { affix = "", "(15-25)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 1, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, tradeHash = 153777645, }, + ["PassageUniqueAmanamuDamageAsExtraFire"] = { affix = "", "Gain (5-10)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["PassageUniqueAmanamuArmourAppliesToElementalDamage"] = { affix = "", "+(20-30)% of Armour also applies to Elemental Damage", statOrder = { 959 }, level = 1, group = "ArmourAppliesToElementalDamage", weightKey = { }, weightVal = { }, modTags = { "armour", "defences", "elemental" }, tradeHash = 3362812763, }, + ["PassageUniqueAmanamuAbyssalWastingReducesFireRes"] = { affix = "", "Abyssal Wasting also applies {0:-d}% to Fire Resistance", statOrder = { 3995 }, level = 1, group = "AbyssalWastingReducesFireRes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2991563371, }, + ["PassageUniqueAmanamuAbyssalWastingIncreasedEffect"] = { affix = "", "(40-60)% increased Magnitude of Abyssal Wasting you inflict", statOrder = { 3994 }, level = 1, group = "AbyssalWastingIncreasedEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4043376133, }, + ["PassageUniqueAmanamuAbyssalWastingInfiniteDuration"] = { affix = "", "Abyssal Wasting you inflict has Infinite Duration", statOrder = { 3996 }, level = 1, group = "AbyssalWastingInfiniteDuration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1679776108, }, + ["PassageUniqueAmanamuFlatSpiritIfAtLeast200Strength"] = { affix = "", "+(15-20) to Spirit while you have at least 200 Strength", statOrder = { 9292 }, level = 1, group = "FlatSpiritIfAtLeast200Strength", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3044685077, }, + ["PassageUniqueKurgalPercentCastSpeedPerSpirit"] = { affix = "", "1% increased Cast Speed per 20 Spirit", statOrder = { 4921 }, level = 1, group = "PercentCastSpeedPerSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 34174842, }, + ["PassageUniqueKurgalMaximumManaPercent"] = { affix = "", "(5-10)% increased maximum Mana", statOrder = { 869 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, tradeHash = 2748665614, }, + ["PassageUniqueKurgalIncreasedEnergyShieldPercent"] = { affix = "", "(20-30)% increased maximum Energy Shield", statOrder = { 865 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["PassageUniqueKurgalDamageTakenFromManaBeforeLife"] = { affix = "", "(6-12)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, + ["PassageUniqueKurgalManaRegenWhileSurrounded"] = { affix = "", "(40-60)% increased Mana Regeneration Rate while Surrounded", statOrder = { 7401 }, level = 1, group = "ManaRegenWhileSurrounded", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1895238057, }, + ["PassageUniqueKurgalYouAndAllyCastSpeed"] = { affix = "", "You and Allies in your Presence have (7-12)% increased Cast Speed", statOrder = { 9745 }, level = 1, group = "YouAndAlliesInPresenceCastSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 281990982, }, + ["PassageUniqueKurgalEnemiesDyingInPresenceRecoverMana"] = { affix = "", "Recover (2-3)% of your maximum Mana when an Enemy dies in your Presence", statOrder = { 8958 }, level = 1, group = "EnemiesDyingInPresenceRecoverMana", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2456226238, }, + ["PassageUniqueKurgalGainArcaneSurgeOnMinionDeath"] = { affix = "", "Gain Arcane Surge when a Minion Dies", statOrder = { 6236 }, level = 1, group = "GainArcaneSurgeOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3625518318, }, + ["PassageUniqueKurgalMaximumPowerCharges"] = { affix = "", "+1 to Maximum Power Charges", statOrder = { 1493 }, level = 1, group = "MaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, tradeHash = 227523295, }, + ["PassageUniqueKurgalSkillCostEfficiencyFromConsumingPower"] = { affix = "", "(10-20)% increased Cost Efficiency of Skills if you've consumed a Power Charge Recently", statOrder = { 9145 }, level = 1, group = "SkillCostEfficiencyFromConsumingPower", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2369495153, }, + ["PassageUniqueKurgalCriticalStrikeChancePercent"] = { affix = "", "(25-40)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, tradeHash = 587431675, }, + ["PassageUniqueKurgalMetaSkillsGenerateIncreasedEnergy"] = { affix = "", "Meta Skills gain (10-16)% increased Energy", statOrder = { 5919 }, level = 1, group = "EnergyGeneration", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4236566306, }, + ["PassageUniqueKurgalTriggeredSkillsDealIncreasedDamage"] = { affix = "", "Triggered Spells deal (25-40)% increased Spell Damage", statOrder = { 9540 }, level = 1, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3067892458, }, + ["PassageUniqueKurgalChillMagnitude"] = { affix = "", "(15-25)% increased Magnitude of Chill you inflict", statOrder = { 5219 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 828179689, }, + ["PassageUniqueKurgalIncreasedIntelligencePercent"] = { affix = "", "(4-6)% increased Intelligence", statOrder = { 1078 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 656461285, }, + ["PassageUniqueKurgalIncreasedSpellAreaOfEffect"] = { affix = "", "Spell Skills have (7-15)% increased Area of Effect", statOrder = { 9229 }, level = 1, group = "SpellAreaOfEffectPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1967040409, }, + ["PassageUniqueKurgalDamageAsExtraCold"] = { affix = "", "Gain (5-10)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 1, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["PassageUniqueKurgalFasterStartOfEnergyShieldRecharge"] = { affix = "", "(15-25)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["PassageUniqueKurgalAbyssalWastingReducesColdRes"] = { affix = "", "Abyssal Wasting also applies {0:-d}% to Cold Resistance", statOrder = { 3993 }, level = 1, group = "AbyssalWastingReducesColdRes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3979226081, }, + ["PassageUniqueKurgalAbyssalWastingInstantManaLeechPercent"] = { affix = "", "(10-20)% of Mana Leeched from targets affected by Abyssal Wasting is Instant", statOrder = { 3998 }, level = 1, group = "AbyssalWastingInstantManaLeechPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 546201303, }, + ["PassageUniqueKurgalAbyssalWastingAccuracyRatingPlusPercent"] = { affix = "", "(20-30)% increased Accuracy Rating against Enemies affected by Abyssal Wasting", statOrder = { 4005 }, level = 1, group = "AbyssalWastingAccuracyRatingPlusPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4255854327, }, + ["PassageUniqueKurgalFlatSpiritIfAtLeast200Intelligence"] = { affix = "", "+(15-20) to Spirit while you have at least 200 Intelligence", statOrder = { 9291 }, level = 1, group = "FlatSpiritIfAtLeast200Intelligence", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1282318918, }, + ["PassageUniqueUlamanPercentAttackSpeedPerSpirit"] = { affix = "", "1% increased Attack Speed per 20 Spirit", statOrder = { 4388 }, level = 1, group = "PercentAttackSpeedPerSpirit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 324579579, }, + ["PassageUniqueUlamanMaximumLifePercent"] = { affix = "", "(5-10)% increased maximum Life", statOrder = { 867 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, tradeHash = 983749596, }, + ["PassageUniqueUlamanIncreasedEvasionPercent"] = { affix = "", "(20-30)% increased Evasion Rating", statOrder = { 863 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["PassageUniqueUlamanProjectileChanceToChainTerrain"] = { affix = "", "Projectiles have (10-16)% chance to Chain an additional time from terrain", statOrder = { 8825 }, level = 1, group = "ChainFromTerrain", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4081947835, }, + ["PassageUniqueUlamanAdditionalProjectileChanceWhileForking"] = { affix = "", "Projectiles have (40-50)% chance for an additional Projectile when Forking", statOrder = { 5092 }, level = 1, group = "ForkingProjectiles", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3003542304, }, + ["PassageUniqueUlamanLifeRegenWhileSurrounded"] = { affix = "", "(20-30)% increased Life Regeneration rate while Surrounded", statOrder = { 6929 }, level = 1, group = "LifeRegenWhileSurrounded", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3084372306, }, + ["PassageUniqueUlamanYouAndAllyIncreasedAttackSpeed"] = { affix = "", "You and Allies in your Presence have (7-12)% increased Attack Speed", statOrder = { 9744 }, level = 1, group = "YouAndAlliesInPresenceAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3408222535, }, + ["PassageUniqueUlamanYouAndAllyAccuracyRatingPercent"] = { affix = "", "You and Allies in your Presence have (20-28)% increased Accuracy Rating", statOrder = { 9742 }, level = 1, group = "YouAndAlliesInPresenceAccuracyRating", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3429986699, }, + ["PassageUniqueUlamanEnemiesDyingInPresenceRecoverLife"] = { affix = "", "Recover (2-3)% of your maximum Life when an Enemy dies in your Presence", statOrder = { 8957 }, level = 1, group = "EnemiesDyingInPresenceRecoverLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3503117295, }, + ["PassageUniqueUlamanGainOnslaughtSurgeOnMinionDeath"] = { affix = "", "Gain Onslaught for 4 seconds when a Minion Dies", statOrder = { 6295 }, level = 1, group = "GainOnslaughtSurgeOnMinionDeath", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3605616594, }, + ["PassageUniqueUlamanMaximumFrenzyCharges"] = { affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1488 }, level = 1, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, tradeHash = 4078695, }, + ["PassageUniqueUlamanLifeLeechAmountFromConsumingFrenzy"] = { affix = "", "(20-30)% increased amount of Life Leeched if you've consumed a Frenzy Charge Recently", statOrder = { 6882 }, level = 1, group = "LifeLeechAmountFromConsumingFrenzy", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3843204146, }, + ["PassageUniqueUlamanCriticalDamageBonus"] = { affix = "", "(15-25)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["PassageUniqueUlamanShockMagnitude"] = { affix = "", "(15-25)% increased Magnitude of Shock you inflict", statOrder = { 9095 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, + ["PassageUniqueUlamanIncreasedDexterityPercent"] = { affix = "", "(4-6)% increased Dexterity", statOrder = { 1077 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, tradeHash = 4139681126, }, + ["PassageUniqueUlamanIncreasedAttackAreaOfEffect"] = { affix = "", "(7-15)% increased Area of Effect for Attacks", statOrder = { 4335 }, level = 1, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1840985759, }, + ["PassageUniqueUlamanDamageAsExtraLightning"] = { affix = "", "Gain (5-10)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 1, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["PassageUniqueUlamanEvasionAppliesToDeflectRating"] = { affix = "", "Gain Deflection Rating equal to (8-16)% of Evasion Rating", statOrder = { 960 }, level = 1, group = "EvasionAppliesToDeflection", weightKey = { }, weightVal = { }, modTags = { "evasion", "defences" }, tradeHash = 3033371881, }, + ["PassageUniqueUlamanAbyssalWastingReducesLightningRes"] = { affix = "", "Abyssal Wasting also applies {0:-d}% to Lightning Resistance", statOrder = { 3999 }, level = 1, group = "AbyssalWastingReducesLightningRes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1726353460, }, + ["PassageUniqueUlamanAbyssalWastingInstantLifeLeechPercent"] = { affix = "", "(10-20)% of Life Leeched from targets affected by Abyssal Wasting is Instant", statOrder = { 3997 }, level = 1, group = "AbyssalWastingInstantLifeLeechPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3658708511, }, + ["PassageUniqueUlamanAbyssalWastingAilmentChancePlusPercent"] = { affix = "", "(20-30)% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting", statOrder = { 4116 }, level = 1, group = "AbyssalWastingAilmentChancePlusPercent", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2760643568, }, + ["PassageUniqueUlamanFlatSpiritIfAtLeast200Dexterity"] = { affix = "", "+(15-20) to Spirit while you have at least 200 Dexterity", statOrder = { 9290 }, level = 1, group = "FlatSpiritIfAtLeast200PerDexterity", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2694614739, }, + ["MaceImplicitHasXSockets"] = { affix = "", "Has 3 Sockets", statOrder = { 55 }, level = 1, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 4077843608, }, + ["LocalItemBenefitSocketableAsIfHelmetUnique__1"] = { affix = "", "This item gains bonuses from Socketed Items as though it was a Helmet", statOrder = { 7165 }, level = 1, group = "LocalItemBenefitSocketableAsIfHelmet", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1458343515, }, + ["LocalItemBenefitSocketableAsIfBodyArmourUnique__1"] = { affix = "", "This item gains bonuses from Socketed Items as though it was a Body Armour", statOrder = { 7162 }, level = 1, group = "LocalItemBenefitSocketableAsIfBodyArmour", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1087787187, }, + ["LocalItemBenefitSocketableAsIfGlovesUnique__1"] = { affix = "", "This item gains bonuses from Socketed Items as though it was Gloves", statOrder = { 7164 }, level = 1, group = "LocalItemBenefitSocketableAsIfGloves", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1856590738, }, + ["LocalItemBenefitSocketableAsIfBootsUnique__1"] = { affix = "", "This item gains bonuses from Socketed Items as though it was Boots", statOrder = { 7163 }, level = 1, group = "LocalItemBenefitSocketableAsIfBoots", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2733960806, }, + ["LocalItemBenefitSocketableAsIfShieldUnique__1"] = { affix = "", "This item gains bonuses from Socketed Items as though it was a Shield", statOrder = { 7166 }, level = 1, group = "LocalItemBenefitSocketableAsIfShield", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2044810874, }, + ["LocalSocketItemsEffectUnique__1"] = { affix = "", "(50-100)% increased effect of Socketed Items", statOrder = { 7241 }, level = 1, group = "LocalSocketItemsEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2081918629, }, + ["EssenceDisplayDefences1"] = { affix = "", "(27-42)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences1Amulet"] = { affix = "", "(15-20)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences2"] = { affix = "", "(56-67)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences2Amulet"] = { affix = "", "(21-26)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences3"] = { affix = "", "(68-79)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences3Amulet"] = { affix = "", "(27-32)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences4"] = { affix = "", "(80-91)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayDefences4Amulet"] = { affix = "", "(33-38)% increased Armour, Evasion or Energy Shield", statOrder = { 5979 }, level = 1, group = "EssenceDisplayDefences", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 3444888217, }, + ["EssenceDisplayAttributes1"] = { affix = "", "+(9-12) to Strength, Dexterity or Intelligence", statOrder = { 5977 }, level = 1, group = "EssenceDisplayAttributes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816568014, }, + ["EssenceDisplayAttributes2"] = { affix = "", "+(17-20) to Strength, Dexterity or Intelligence", statOrder = { 5977 }, level = 1, group = "EssenceDisplayAttributes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816568014, }, + ["EssenceDisplayAttributes3"] = { affix = "", "+(25-27) to Strength, Dexterity or Intelligence", statOrder = { 5977 }, level = 1, group = "EssenceDisplayAttributes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816568014, }, + ["EssenceDisplayAttributes4"] = { affix = "", "+(28-30) to Strength, Dexterity or Intelligence", statOrder = { 5977 }, level = 1, group = "EssenceDisplayAttributes", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1816568014, }, + ["EssenceDisplayAttributes5"] = { affix = "", "(7-10)% increased Strength, Dexterity or Intelligence", statOrder = { 5978 }, level = 1, group = "EssenceDisplayAttributesIncrease", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 415464603, }, + ["UniqueFlaskMoreLife__1"] = { affix = "", "90% less Life Recovered", statOrder = { 616 }, level = 1, group = "FlaskMoreLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 1726753705, }, + ["UniqueFlaskEffectNotRemovedOnFullLife__1"] = { affix = "", "Effect is not removed when Unreserved Life is Filled", statOrder = { 625 }, level = 1, group = "FlaskEffectNotRemovedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, tradeHash = 2932359713, }, + ["UniqueDuringRageFlaskEffects__1"] = { affix = "", "(15-30)% of Damage taken during effect Recouped as Life", "Gain (3-5) Rage when Hit by an Enemy during effect", "No Inherent loss of Rage during effect", statOrder = { 734, 737, 747 }, level = 1, group = "DoubleMaximumRageFlask", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2832906403, }, + ["UniqueFlaskDuration__1"] = { affix = "", "(25-50)% increased Duration", statOrder = { 904 }, level = 1, group = "FlaskUtilityIncreasedDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, tradeHash = 156096868, }, + ["GhostflameOnHitUnique__1"] = { affix = "", "Attack Hits inflict Spectral Fire for 8 seconds", statOrder = { 6361 }, level = 1, group = "GhostflameOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 33298888, }, + ["AttackAdditionalProjectilesUnique__1"] = { affix = "", "Attacks fire an additional Projectile", statOrder = { 3738 }, level = 1, group = "AttackAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "attack" }, tradeHash = 1195705739, }, + ["FireDamageArmourPenetrationUnique__1"] = { affix = "", "Break Armour equal to 15% of Fire Damage dealt", statOrder = { 4264 }, level = 1, group = "FireDamageArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2451508632, }, + ["FireDamagePercentPerArmourBreakUnique__1"] = { affix = "", "(10-20)% increased Fire Damage per 10% of target's Armour that is Broken", statOrder = { 6063 }, level = 1, group = "FireDamagePercentPerArmourBreak", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 1325331627, }, + ["UniqueTwoHandedWeaponLightningStunMultiplier1"] = { affix = "", "(50-100)% more Stun Buildup with Lightning Damage", statOrder = { 9638 }, level = 1, group = "UniqueTwoHandedWeaponLightningStunMultiplier", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2029147356, }, + ["LocalAlwaysHeavyStunOnFullLifeUnique__1"] = { affix = "", "Heavy Stuns Enemies that are on Full Life", statOrder = { 1062 }, level = 76, group = "LocalAlwaysHeavyStunOnFullLife", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 668076381, }, + ["LocalDisableRareModOnHitUnique__1"] = { affix = "", "DNT 20% chance when hitting a Rare Monster to disable one of its Modifiers", statOrder = { 7084 }, level = 1, group = "LocalDisableRareModOnHit", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2662365575, }, + ["TheFlawedEdictUnique__1"] = { affix = "", "DNT Gain 20% Edict Declaration when you disable a rare monster mod", statOrder = { 7121 }, level = 1, group = "TheFlawedEdict", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 2303993580, }, + ["UniqueDesecratedModEffect1"] = { affix = "", "(60-80)% increased Desecrated Modifier magnitudes", statOrder = { 48 }, level = 1, group = "UniqueDesecratedModEffect", weightKey = { }, weightVal = { }, modTags = { }, tradeHash = 586037801, }, } \ No newline at end of file diff --git a/src/Data/ModJewel.lua b/src/Data/ModJewel.lua index 6beaaa476a..ca2bf0b9c2 100644 --- a/src/Data/ModJewel.lua +++ b/src/Data/ModJewel.lua @@ -2,358 +2,358 @@ -- Item data (c) Grinding Gear Games return { - ["JewelAccuracy"] = { type = "Prefix", affix = "Accurate", "(5-10)% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 624954515, }, - ["JewelAilmentChance"] = { type = "Suffix", affix = "of Ailing", "(5-15)% increased chance to inflict Ailments", statOrder = { 4155 }, level = 1, group = "AilmentChance", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 1772247089, }, - ["JewelAilmentEffect"] = { type = "Prefix", affix = "Acrimonious", "(5-15)% increased Magnitude of Ailments you inflict", statOrder = { 4156 }, level = 1, group = "AilmentEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "ailment" }, tradeHash = 1303248024, }, - ["JewelAilmentThreshold"] = { type = "Suffix", affix = "of Enduring", "(10-20)% increased Elemental Ailment Threshold", statOrder = { 4162 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3544800472, }, - ["JewelAreaofEffect"] = { type = "Prefix", affix = "Blasting", "(4-6)% increased Area of Effect", statOrder = { 1571 }, level = 1, group = "AreaOfEffect", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 280731498, }, - ["JewelArmour"] = { type = "Prefix", affix = "Armoured", "(10-20)% increased Armour", statOrder = { 867 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, - ["JewelArmourBreak"] = { type = "Prefix", affix = "Shattering", "Break (5-15)% increased Armour", statOrder = { 4275 }, level = 1, group = "ArmourBreak", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1776411443, }, - ["JewelArmourBreakDuration"] = { type = "Suffix", affix = "Resonating", "(10-20)% increased Armour Break Duration", statOrder = { 4278 }, level = 1, group = "ArmourBreakDuration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2215233444, }, - ["JewelAttackCriticalChance"] = { type = "Suffix", affix = "of Deadliness", "(6-16)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, - ["JewelAttackCriticalDamage"] = { type = "Suffix", affix = "of Demolishing", "(10-20)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, - ["JewelAttackDamage"] = { type = "Prefix", affix = "Combat", "(5-15)% increased Attack Damage", statOrder = { 1101 }, level = 1, group = "AttackDamage", weightKey = { "strjewel", "dexjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, - ["JewelAttackSpeed"] = { type = "Suffix", affix = "of Alacrity", "(2-4)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, - ["JewelAuraEffect"] = { type = "Prefix", affix = "Commanding", "Aura Skills have (3-7)% increased Magnitudes", statOrder = { 2498 }, level = 1, group = "AuraEffectForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "aura" }, tradeHash = 315791320, }, - ["JewelAxeDamage"] = { type = "Prefix", affix = "Sinister", "(5-15)% increased Damage with Axes", statOrder = { 1178 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3314142259, }, - ["JewelAxeSpeed"] = { type = "Suffix", affix = "of Cleaving", "(2-4)% increased Attack Speed with Axes", statOrder = { 1263 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3550868361, }, - ["JewelBleedingChance"] = { type = "Prefix", affix = "Bleeding", "(3-7)% chance to inflict Bleeding on Hit", statOrder = { 4498 }, level = 1, group = "BaseChanceToBleed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2174054121, }, + ["JewelAccuracy"] = { type = "Prefix", affix = "Accurate", "(5-10)% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 624954515, }, + ["JewelAilmentChance"] = { type = "Suffix", affix = "of Ailing", "(5-15)% increased chance to inflict Ailments", statOrder = { 4119 }, level = 1, group = "AilmentChance", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 1772247089, }, + ["JewelAilmentEffect"] = { type = "Prefix", affix = "Acrimonious", "(5-15)% increased Magnitude of Ailments you inflict", statOrder = { 4123 }, level = 1, group = "AilmentEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "ailment" }, tradeHash = 1303248024, }, + ["JewelAilmentThreshold"] = { type = "Suffix", affix = "of Enduring", "(10-20)% increased Elemental Ailment Threshold", statOrder = { 4130 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3544800472, }, + ["JewelAreaofEffect"] = { type = "Prefix", affix = "Blasting", "(4-6)% increased Area of Effect", statOrder = { 1554 }, level = 1, group = "AreaOfEffect", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 280731498, }, + ["JewelArmour"] = { type = "Prefix", affix = "Armoured", "(10-20)% increased Armour", statOrder = { 861 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, tradeHash = 2866361420, }, + ["JewelArmourBreak"] = { type = "Prefix", affix = "Shattering", "Break (5-15)% increased Armour", statOrder = { 4259 }, level = 1, group = "ArmourBreak", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1776411443, }, + ["JewelArmourBreakDuration"] = { type = "Suffix", affix = "Resonating", "(10-20)% increased Armour Break Duration", statOrder = { 4261 }, level = 1, group = "ArmourBreakDuration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2637470878, }, + ["JewelAttackCriticalChance"] = { type = "Suffix", affix = "of Deadliness", "(6-16)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2194114101, }, + ["JewelAttackCriticalDamage"] = { type = "Suffix", affix = "of Demolishing", "(10-20)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 3714003708, }, + ["JewelAttackDamage"] = { type = "Prefix", affix = "Combat", "(5-15)% increased Attack Damage", statOrder = { 1089 }, level = 1, group = "AttackDamage", weightKey = { "strjewel", "dexjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2843214518, }, + ["JewelAttackSpeed"] = { type = "Suffix", affix = "of Alacrity", "(2-4)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 681332047, }, + ["JewelAuraEffect"] = { type = "Prefix", affix = "Commanding", "Aura Skills have (3-7)% increased Magnitudes", statOrder = { 2462 }, level = 1, group = "AuraEffectForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "aura" }, tradeHash = 315791320, }, + ["JewelAxeDamage"] = { type = "Prefix", affix = "Sinister", "(5-15)% increased Damage with Axes", statOrder = { 1166 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3314142259, }, + ["JewelAxeSpeed"] = { type = "Suffix", affix = "of Cleaving", "(2-4)% increased Attack Speed with Axes", statOrder = { 1251 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3550868361, }, + ["JewelBleedingChance"] = { type = "Prefix", affix = "Bleeding", "(3-7)% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "BaseChanceToBleed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2174054121, }, ["JewelBleedingDuration"] = { type = "Suffix", affix = "of Haemophilia", "(5-10)% increased Bleeding Duration", statOrder = { 4491 }, level = 1, group = "BleedDuration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, tradeHash = 1459321413, }, - ["JewelBlindEffect"] = { type = "Prefix", affix = "Stifling", "(5-10)% increased Blind Effect", statOrder = { 4715 }, level = 1, group = "BlindEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1585769763, }, - ["JewelBlindonHit"] = { type = "Suffix", affix = "of Blinding", "(3-7)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4428 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 318953428, }, - ["JewelBlock"] = { type = "Prefix", affix = "Protecting", "(3-7)% increased Block chance", statOrder = { 1074 }, level = 1, group = "IncreasedBlockChance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 4147897060, }, - ["JewelDamageVsRareOrUnique"] = { type = "Prefix", affix = "Slaying", "(10-20)% increased Damage with Hits against Rare and Unique Enemies", statOrder = { 2855 }, level = 1, group = "DamageVsRareOrUnique", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1852872083, }, - ["JewelBowAccuracyRating"] = { type = "Prefix", affix = "Precise", "(5-15)% increased Accuracy Rating with Bows", statOrder = { 1285 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 169946467, }, - ["JewelBowDamage"] = { type = "Prefix", affix = "Perforating", "(6-16)% increased Damage with Bows", statOrder = { 1198 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4188894176, }, - ["JewelBowSpeed"] = { type = "Suffix", affix = "of Nocking", "(2-4)% increased Attack Speed with Bows", statOrder = { 1268 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3759735052, }, - ["JewelCastSpeed"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, - ["JewelChainFromTerrain"] = { type = "Suffix", affix = "of Chaining", "Projectiles have (3-5)% chance to Chain an additional time from terrain", statOrder = { 8581 }, level = 1, group = "ChainFromTerrain", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4081947835, }, - ["JewelCharmDuration"] = { type = "Suffix", affix = "of the Woodland", "(5-15)% increased Charm Effect Duration", statOrder = { 881 }, level = 1, group = "CharmDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, - ["JewelCharmChargesGained"] = { type = "Suffix", affix = "of the Thicker", "(5-15)% increased Charm Charges gained", statOrder = { 5146 }, level = 1, group = "CharmChargesGained", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, - ["JewelCharmDamageWhileUsing"] = { type = "Prefix", affix = "Verdant", "(10-20)% increased Damage while you have an active Charm", statOrder = { 5511 }, level = 1, group = "CharmDamageWhileUsing", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 627767961, }, - ["JewelChaosDamage"] = { type = "Prefix", affix = "Chaotic", "(6-12)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, - ["JewelChillDuration"] = { type = "Suffix", affix = "of Frost", "(15-25)% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, - ["JewelColdDamage"] = { type = "Prefix", affix = "Chilling", "(5-15)% increased Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamagePercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, - ["JewelColdPenetration"] = { type = "Prefix", affix = "Numbing", "Damage Penetrates (5-10)% Cold Resistance", statOrder = { 2644 }, level = 1, group = "ColdResistancePenetration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, - ["JewelCooldownSpeed"] = { type = "Suffix", affix = "of Chronomancy", "(3-5)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1004011302, }, - ["JewelCorpses"] = { type = "Prefix", affix = "Necromantic", "(10-20)% increased Damage if you have Consumed a Corpse Recently", statOrder = { 3850 }, level = 1, group = "DamageIfConsumedCorpse", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2118708619, }, - ["JewelCriticalAilmentEffect"] = { type = "Prefix", affix = "Rancorous", "(10-20)% increased Magnitude of Damaging Ailments you inflict with Critical Hits", statOrder = { 5327 }, level = 1, group = "CriticalAilmentEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical", "ailment" }, tradeHash = 440490623, }, - ["JewelCriticalChance"] = { type = "Suffix", affix = "of Annihilation", "(5-15)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, - ["JewelCriticalDamage"] = { type = "Suffix", affix = "of Potency", "(10-20)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, - ["JewelSpellCriticalDamage"] = { type = "Suffix", affix = "of Unmaking", "(10-20)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, tradeHash = 274716455, }, - ["JewelCrossbowDamage"] = { type = "Prefix", affix = "Bolting", "(6-16)% increased Damage with Crossbows", statOrder = { 3897 }, level = 1, group = "CrossbowDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 427684353, }, - ["JewelCrossbowReloadSpeed"] = { type = "Suffix", affix = "of Reloading", "(10-15)% increased Crossbow Reload Speed", statOrder = { 8749 }, level = 1, group = "CrossbowReloadSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3192728503, }, - ["JewelCrossbowSpeed"] = { type = "Suffix", affix = "of Rapidity", "(2-4)% increased Attack Speed with Crossbows", statOrder = { 3901 }, level = 1, group = "CrossbowSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1135928777, }, - ["JewelCurseArea"] = { type = "Prefix", affix = "Expanding", "(15-25)% increased Area of Effect of Curses", statOrder = { 1893 }, level = 1, group = "CurseAreaOfEffect", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 153777645, }, - ["JewelCurseDelay"] = { type = "Suffix", affix = "of Chanting", "(5-15)% faster Curse Activation", statOrder = { 5425 }, level = 1, group = "CurseDelay", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, tradeHash = 1104825894, }, - ["JewelCurseDuration"] = { type = "Suffix", affix = "of Continuation", "(15-25)% increased Curse Duration", statOrder = { 1480 }, level = 1, group = "BaseCurseDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, tradeHash = 3824372849, }, - ["JewelCurseEffect"] = { type = "Prefix", affix = "Hexing", "(2-4)% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, - ["JewelDaggerCriticalChance"] = { type = "Suffix", affix = "of Backstabbing", "(6-16)% increased Critical Hit Chance with Daggers", statOrder = { 1307 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 4018186542, }, - ["JewelDaggerDamage"] = { type = "Prefix", affix = "Lethal", "(6-16)% increased Damage with Daggers", statOrder = { 1190 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3586984690, }, - ["JewelDaggerSpeed"] = { type = "Suffix", affix = "of Slicing", "(2-4)% increased Attack Speed with Daggers", statOrder = { 1266 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2538566497, }, - ["JewelDamagefromMana"] = { type = "Suffix", affix = "of Mind", "(2-4)% of Damage is taken from Mana before Life", statOrder = { 2384 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, - ["JewelDamagevsArmourBrokenEnemies"] = { type = "Prefix", affix = "Exploiting", "(15-25)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5445 }, level = 1, group = "DamagevsArmourBrokenEnemies", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2301718443, }, - ["JewelDamagingAilmentDuration"] = { type = "Suffix", affix = "of Suffusion", "(5-10)% increased Duration of Damaging Ailments on Enemies", statOrder = { 5550 }, level = 1, group = "DamagingAilmentDuration", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 1829102168, }, - ["JewelDazeBuildup"] = { type = "Suffix", affix = "of Dazing", "(10-20)% increased Daze Buildup", statOrder = { 5560 }, level = 1, group = "DazeBuildup", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1949833742, }, - ["JewelDebuffExpiry"] = { type = "Suffix", affix = "of Diminishing", "Debuffs on you expire (5-10)% faster", statOrder = { 5583 }, level = 1, group = "DebuffTimePassed", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1238227257, }, - ["JewelElementalAilmentDuration"] = { type = "Suffix", affix = "of Suffering", "(5-10)% increased Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6598 }, level = 1, group = "ElementalAilmentDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "ailment" }, tradeHash = 1062710370, }, - ["JewelElementalDamage"] = { type = "Prefix", affix = "Prismatic", "(5-15)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, - ["JewelEmpoweredAttackDamage"] = { type = "Prefix", affix = "Empowering", "Empowered Attacks deal (10-20)% increased Damage", statOrder = { 5778 }, level = 1, group = "ExertedAttackDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1569101201, }, - ["JewelEnergy"] = { type = "Suffix", affix = "of Generation", "Meta Skills gain (4-8)% increased Energy", statOrder = { 5847 }, level = 1, group = "EnergyGeneration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4236566306, }, - ["JewelEnergyShield"] = { type = "Prefix", affix = "Shimmering", "(10-20)% increased maximum Energy Shield", statOrder = { 871 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, - ["JewelEnergyShieldDelay"] = { type = "Prefix", affix = "Serene", "(10-15)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, + ["JewelBlindEffect"] = { type = "Prefix", affix = "Stifling", "(5-10)% increased Blind Effect", statOrder = { 4745 }, level = 1, group = "BlindEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1585769763, }, + ["JewelBlindonHit"] = { type = "Suffix", affix = "of Blinding", "(3-7)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4422 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 318953428, }, + ["JewelBlock"] = { type = "Prefix", affix = "Protecting", "(3-7)% increased Block chance", statOrder = { 1060 }, level = 1, group = "IncreasedBlockChance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 4147897060, }, + ["JewelDamageVsRareOrUnique"] = { type = "Prefix", affix = "Slaying", "(10-20)% increased Damage with Hits against Rare and Unique Enemies", statOrder = { 2810 }, level = 1, group = "DamageVsRareOrUnique", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1852872083, }, + ["JewelBowAccuracyRating"] = { type = "Prefix", affix = "Precise", "(5-15)% increased Accuracy Rating with Bows", statOrder = { 1273 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 169946467, }, + ["JewelBowDamage"] = { type = "Prefix", affix = "Perforating", "(6-16)% increased Damage with Bows", statOrder = { 1186 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4188894176, }, + ["JewelBowSpeed"] = { type = "Suffix", affix = "of Nocking", "(2-4)% increased Attack Speed with Bows", statOrder = { 1256 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3759735052, }, + ["JewelCastSpeed"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, tradeHash = 2891184298, }, + ["JewelChainFromTerrain"] = { type = "Suffix", affix = "of Chaining", "Projectiles have (3-5)% chance to Chain an additional time from terrain", statOrder = { 8825 }, level = 1, group = "ChainFromTerrain", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4081947835, }, + ["JewelCharmDuration"] = { type = "Suffix", affix = "of the Woodland", "(5-15)% increased Charm Effect Duration", statOrder = { 875 }, level = 1, group = "CharmDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1389754388, }, + ["JewelCharmChargesGained"] = { type = "Suffix", affix = "of the Thicker", "(5-15)% increased Charm Charges gained", statOrder = { 5177 }, level = 1, group = "CharmChargesGained", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3585532255, }, + ["JewelCharmDamageWhileUsing"] = { type = "Prefix", affix = "Verdant", "(10-20)% increased Damage while you have an active Charm", statOrder = { 5562 }, level = 1, group = "CharmDamageWhileUsing", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 627767961, }, + ["JewelChaosDamage"] = { type = "Prefix", affix = "Chaotic", "(6-12)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, tradeHash = 736967255, }, + ["JewelChillDuration"] = { type = "Suffix", affix = "of Frost", "(15-25)% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, tradeHash = 3485067555, }, + ["JewelColdDamage"] = { type = "Prefix", affix = "Chilling", "(5-15)% increased Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamagePercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3291658075, }, + ["JewelColdPenetration"] = { type = "Prefix", affix = "Numbing", "Damage Penetrates (5-10)% Cold Resistance", statOrder = { 2603 }, level = 1, group = "ColdResistancePenetration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, tradeHash = 3417711605, }, + ["JewelCooldownSpeed"] = { type = "Suffix", affix = "of Chronomancy", "(3-5)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1004011302, }, + ["JewelCorpses"] = { type = "Prefix", affix = "Necromantic", "(10-20)% increased Damage if you have Consumed a Corpse Recently", statOrder = { 3791 }, level = 1, group = "DamageIfConsumedCorpse", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2118708619, }, + ["JewelCriticalAilmentEffect"] = { type = "Prefix", affix = "Rancorous", "(10-20)% increased Magnitude of Damaging Ailments you inflict with Critical Hits", statOrder = { 5366 }, level = 1, group = "CriticalAilmentEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical", "ailment" }, tradeHash = 440490623, }, + ["JewelCriticalChance"] = { type = "Suffix", affix = "of Annihilation", "(5-15)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "critical" }, tradeHash = 587431675, }, + ["JewelCriticalDamage"] = { type = "Suffix", affix = "of Potency", "(10-20)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, tradeHash = 3556824919, }, + ["JewelSpellCriticalDamage"] = { type = "Suffix", affix = "of Unmaking", "(10-20)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, tradeHash = 274716455, }, + ["JewelCrossbowDamage"] = { type = "Prefix", affix = "Bolting", "(6-16)% increased Damage with Crossbows", statOrder = { 3838 }, level = 1, group = "CrossbowDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 427684353, }, + ["JewelCrossbowReloadSpeed"] = { type = "Suffix", affix = "of Reloading", "(10-15)% increased Crossbow Reload Speed", statOrder = { 8999 }, level = 1, group = "CrossbowReloadSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3192728503, }, + ["JewelCrossbowSpeed"] = { type = "Suffix", affix = "of Rapidity", "(2-4)% increased Attack Speed with Crossbows", statOrder = { 3842 }, level = 1, group = "CrossbowSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1135928777, }, + ["JewelCurseArea"] = { type = "Prefix", affix = "Expanding", "(15-25)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 1, group = "CurseAreaOfEffect", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 153777645, }, + ["JewelCurseDelay"] = { type = "Suffix", affix = "of Chanting", "(5-15)% faster Curse Activation", statOrder = { 5469 }, level = 1, group = "CurseDelay", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, tradeHash = 1104825894, }, + ["JewelCurseDuration"] = { type = "Suffix", affix = "of Continuation", "(15-25)% increased Curse Duration", statOrder = { 1463 }, level = 1, group = "BaseCurseDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, tradeHash = 3824372849, }, + ["JewelCurseEffect"] = { type = "Prefix", affix = "Hexing", "(2-4)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 2353576063, }, + ["JewelDaggerCriticalChance"] = { type = "Suffix", affix = "of Backstabbing", "(6-16)% increased Critical Hit Chance with Daggers", statOrder = { 1295 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 4018186542, }, + ["JewelDaggerDamage"] = { type = "Prefix", affix = "Lethal", "(6-16)% increased Damage with Daggers", statOrder = { 1178 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 3586984690, }, + ["JewelDaggerSpeed"] = { type = "Suffix", affix = "of Slicing", "(2-4)% increased Attack Speed with Daggers", statOrder = { 1254 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 2538566497, }, + ["JewelDamagefromMana"] = { type = "Suffix", affix = "of Mind", "(2-4)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, tradeHash = 458438597, }, + ["JewelDamagevsArmourBrokenEnemies"] = { type = "Prefix", affix = "Exploiting", "(15-25)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5492 }, level = 1, group = "DamagevsArmourBrokenEnemies", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 2301718443, }, + ["JewelDamagingAilmentDuration"] = { type = "Suffix", affix = "of Suffusion", "(5-10)% increased Duration of Damaging Ailments on Enemies", statOrder = { 5603 }, level = 1, group = "DamagingAilmentDuration", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 1829102168, }, + ["JewelDazeBuildup"] = { type = "Suffix", affix = "of Dazing", "(5-10)% chance to Daze on Hit", statOrder = { 4498 }, level = 1, group = "DazeBuildup", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3146310524, }, + ["JewelDebuffExpiry"] = { type = "Suffix", affix = "of Diminishing", "Debuffs on you expire (5-10)% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1238227257, }, + ["JewelElementalAilmentDuration"] = { type = "Suffix", affix = "of Suffering", "(5-10)% increased Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6717 }, level = 1, group = "ElementalAilmentDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "ailment" }, tradeHash = 1062710370, }, + ["JewelElementalDamage"] = { type = "Prefix", affix = "Prismatic", "(5-15)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { "strjewel", "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, tradeHash = 3141070085, }, + ["JewelEmpoweredAttackDamage"] = { type = "Prefix", affix = "Empowering", "Empowered Attacks deal (10-20)% increased Damage", statOrder = { 5844 }, level = 1, group = "ExertedAttackDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1569101201, }, + ["JewelEnergy"] = { type = "Suffix", affix = "of Generation", "Meta Skills gain (4-8)% increased Energy", statOrder = { 5919 }, level = 1, group = "EnergyGeneration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4236566306, }, + ["JewelEnergyShield"] = { type = "Prefix", affix = "Shimmering", "(10-20)% increased maximum Energy Shield", statOrder = { 865 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2482852589, }, + ["JewelEnergyShieldDelay"] = { type = "Prefix", affix = "Serene", "(10-15)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 1782086450, }, ["JewelEnergyShieldRecharge"] = { type = "Prefix", affix = "Fevered", "(10-20)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 2339757871, }, - ["JewelEvasion"] = { type = "Prefix", affix = "Evasive", "(10-20)% increased Evasion Rating", statOrder = { 869 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, - ["JewelFasterAilments"] = { type = "Suffix", affix = "of Decrepifying", "Damaging Ailments deal damage (3-7)% faster", statOrder = { 5552 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 538241406, }, - ["JewelFireDamage"] = { type = "Prefix", affix = "Flaming", "(5-15)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamagePercentage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, - ["JewelFirePenetration"] = { type = "Prefix", affix = "Searing", "Damage Penetrates (5-10)% Fire Resistance", statOrder = { 2643 }, level = 1, group = "FireResistancePenetration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, - ["JewelFlailCriticalChance"] = { type = "Suffix", affix = "of Thrashing", "(6-16)% increased Critical Hit Chance with Flails", statOrder = { 3891 }, level = 1, group = "FlailCriticalChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1484710594, }, - ["JewelFlailDamage"] = { type = "Prefix", affix = "Flailing", "(6-16)% increased Damage with Flails", statOrder = { 3886 }, level = 1, group = "FlailDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1731242173, }, - ["JewelFlaskChargesGained"] = { type = "Suffix", affix = "of Gathering", "(5-10)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "IncreasedFlaskChargesGained", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, - ["JewelFlaskDuration"] = { type = "Suffix", affix = "of Prolonging", "(5-10)% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "FlaskDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3741323227, }, - ["JewelFocusEnergyShield"] = { type = "Prefix", affix = "Focusing", "(30-50)% increased Energy Shield from Equipped Focus", statOrder = { 5857 }, level = 1, group = "FocusEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3174700878, }, - ["JewelForkingProjectiles"] = { type = "Suffix", affix = "of Forking", "Projectiles have (10-15)% chance for an additional Projectile when Forking", statOrder = { 5064 }, level = 1, group = "ForkingProjectiles", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3003542304, }, + ["JewelEvasion"] = { type = "Prefix", affix = "Evasive", "(10-20)% increased Evasion Rating", statOrder = { 863 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, tradeHash = 2106365538, }, + ["JewelFasterAilments"] = { type = "Suffix", affix = "of Decrepifying", "Damaging Ailments deal damage (3-7)% faster", statOrder = { 5606 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, tradeHash = 538241406, }, + ["JewelFireDamage"] = { type = "Prefix", affix = "Flaming", "(5-15)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamagePercentage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 3962278098, }, + ["JewelFirePenetration"] = { type = "Prefix", affix = "Searing", "Damage Penetrates (5-10)% Fire Resistance", statOrder = { 2602 }, level = 1, group = "FireResistancePenetration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, tradeHash = 2653955271, }, + ["JewelFlailCriticalChance"] = { type = "Suffix", affix = "of Thrashing", "(6-16)% increased Critical Hit Chance with Flails", statOrder = { 3832 }, level = 1, group = "FlailCriticalChance", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "critical" }, tradeHash = 1484710594, }, + ["JewelFlailDamage"] = { type = "Prefix", affix = "Flailing", "(6-16)% increased Damage with Flails", statOrder = { 3827 }, level = 1, group = "FlailDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1731242173, }, + ["JewelFlaskChargesGained"] = { type = "Suffix", affix = "of Gathering", "(5-10)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "IncreasedFlaskChargesGained", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 1836676211, }, + ["JewelFlaskDuration"] = { type = "Suffix", affix = "of Prolonging", "(5-10)% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "FlaskDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 3741323227, }, + ["JewelFocusEnergyShield"] = { type = "Prefix", affix = "Focusing", "(30-50)% increased Energy Shield from Equipped Focus", statOrder = { 5931 }, level = 1, group = "FocusEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, tradeHash = 3174700878, }, + ["JewelForkingProjectiles"] = { type = "Suffix", affix = "of Forking", "Projectiles have (10-15)% chance for an additional Projectile when Forking", statOrder = { 5092 }, level = 1, group = "ForkingProjectiles", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3003542304, }, ["JewelFreezeAmount"] = { type = "Suffix", affix = "of Freezing", "(10-20)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 473429811, }, - ["JewelFreezeThreshold"] = { type = "Suffix", affix = "of Snowbreathing", "(18-32)% increased Freeze Threshold", statOrder = { 2915 }, level = 1, group = "FreezeThreshold", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3780644166, }, - ["JewelHeraldDamage"] = { type = "Prefix", affix = "Heralding", "Herald Skills deal (15-25)% increased Damage", statOrder = { 5516 }, level = 1, group = "HeraldDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 21071013, }, - ["JewelIgniteChance"] = { type = "Suffix", affix = "of Ignition", "(10-20)% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, - ["JewelIgniteEffect"] = { type = "Prefix", affix = "Burning", "(5-15)% increased Magnitude of Ignite you inflict", statOrder = { 6596 }, level = 1, group = "IgniteEffect", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3791899485, }, - ["JewelIncreasedDuration"] = { type = "Suffix", affix = "of Lengthening", "(5-10)% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3377888098, }, - ["JewelKnockback"] = { type = "Suffix", affix = "of Fending", "(5-15)% increased Knockback Distance", statOrder = { 1688 }, level = 1, group = "KnockbackDistance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 565784293, }, - ["JewelLifeCost"] = { type = "Suffix", affix = "of Sacrifice", "(4-6)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4545 }, level = 1, group = "LifeCost", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, - ["JewelLifeFlaskRecovery"] = { type = "Suffix", affix = "of Recovery", "(5-15)% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, - ["JewelLifeFlaskChargeGen"] = { type = "Suffix", affix = "of Pathfinding", "(10-20)% increased Life Flask Charges gained", statOrder = { 6734 }, level = 1, group = "LifeFlaskChargePercentGeneration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4009879772, }, - ["JewelLifeLeech"] = { type = "Suffix", affix = "of Frenzy", "(5-15)% increased amount of Life Leeched", statOrder = { 1839 }, level = 1, group = "LifeLeechAmount", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2112395885, }, - ["JewelLifeonKill"] = { type = "Suffix", affix = "of Success", "Recover (1-2)% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, - ["JewelLifeRecoup"] = { type = "Suffix", affix = "of Infusion", "(2-3)% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, - ["JewelLifeRegeneration"] = { type = "Suffix", affix = "of Regeneration", "(5-10)% increased Life Regeneration rate", statOrder = { 964 }, level = 1, group = "LifeRegenerationRate", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 44972811, }, - ["JewelLightningDamage"] = { type = "Prefix", affix = "Humming", "(5-15)% increased Lightning Damage", statOrder = { 859 }, level = 1, group = "LightningDamagePercentage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, - ["JewelLightningPenetration"] = { type = "Prefix", affix = "Surging", "Damage Penetrates (5-10)% Lightning Resistance", statOrder = { 2645 }, level = 1, group = "LightningResistancePenetration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, - ["JewelMaceDamage"] = { type = "Prefix", affix = "Beating", "(6-16)% increased Damage with Maces", statOrder = { 1194 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1181419800, }, - ["JewelMaceStun"] = { type = "Suffix", affix = "of Thumping", "(15-25)% increased Stun Buildup with Maces", statOrder = { 7183 }, level = 1, group = "MaceStun", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 872504239, }, - ["JewelManaFlaskRecovery"] = { type = "Suffix", affix = "of Quenching", "(5-15)% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "FlaskManaRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, - ["JewelManaFlaskChargeGen"] = { type = "Suffix", affix = "of Fountains", "(10-20)% increased Mana Flask Charges gained", statOrder = { 7212 }, level = 1, group = "ManaFlaskChargePercentGeneration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3590792340, }, - ["JewelManaLeech"] = { type = "Suffix", affix = "of Thirsting", "(5-15)% increased amount of Mana Leeched", statOrder = { 1841 }, level = 1, group = "ManaLeechAmount", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2839066308, }, - ["JewelManaonKill"] = { type = "Suffix", affix = "of Osmosis", "Recover (1-2)% of maximum Mana on Kill", statOrder = { 1457 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, - ["JewelManaRegeneration"] = { type = "Suffix", affix = "of Energy", "(5-15)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, - ["JewelMarkCastSpeed"] = { type = "Suffix", affix = "of Targeting", "Mark Skills have (5-15)% increased Cast Speed", statOrder = { 1889 }, level = 1, group = "MarkCastSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed", "curse" }, tradeHash = 4189061307, }, - ["JewelMarkDuration"] = { type = "Suffix", affix = "of Tracking", "Mark Skills have (18-32)% increased Skill Effect Duration", statOrder = { 7977 }, level = 1, group = "MarkDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2594634307, }, - ["JewelMarkEffect"] = { type = "Prefix", affix = "Marking", "(4-8)% increased Effect of your Mark Skills", statOrder = { 2290 }, level = 1, group = "MarkEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 712554801, }, - ["JewelMaximumColdResistance"] = { type = "Suffix", affix = "of the Kraken", "+1% to Maximum Cold Resistance", statOrder = { 952 }, level = 1, group = "MaximumColdResist", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, - ["JewelMaximumFireResistance"] = { type = "Suffix", affix = "of the Phoenix", "+1% to Maximum Fire Resistance", statOrder = { 951 }, level = 1, group = "MaximumFireResist", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, - ["JewelMaximumLightningResistance"] = { type = "Suffix", affix = "of the Leviathan", "+1% to Maximum Lightning Resistance", statOrder = { 953 }, level = 1, group = "MaximumLightningResistance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, - ["JewelMaximumRage"] = { type = "Prefix", affix = "Angry", "+1 to Maximum Rage", statOrder = { 8640 }, level = 1, group = "MaximumRage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1181501418, }, - ["JewelMeleeDamage"] = { type = "Prefix", affix = "Clashing", "(5-15)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, - ["JewelMinionAccuracy"] = { type = "Prefix", affix = "Training", "(10-20)% increased Minion Accuracy Rating", statOrder = { 8126 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "minion" }, tradeHash = 1718147982, }, - ["JewelMinionArea"] = { type = "Prefix", affix = "Companion", "Minions have (5-10)% increased Area of Effect", statOrder = { 2683 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, tradeHash = 3811191316, }, - ["JewelMinionAttackandCastSpeed"] = { type = "Suffix", affix = "of Orchestration", "Minions have (2-4)% increased Attack and Cast Speed", statOrder = { 8131 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 3091578504, }, - ["JewelMinionChaosResistance"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(7-13)% to Chaos Resistance", statOrder = { 2586 }, level = 1, group = "MinionChaosResistance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance", "minion" }, tradeHash = 3837707023, }, - ["JewelMinionCriticalChance"] = { type = "Suffix", affix = "of Marshalling", "Minions have (10-20)% increased Critical Hit Chance", statOrder = { 8149 }, level = 1, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "critical" }, tradeHash = 491450213, }, - ["JewelMinionCriticalMultiplier"] = { type = "Suffix", affix = "of Gripping", "Minions have (15-25)% increased Critical Damage Bonus", statOrder = { 8151 }, level = 1, group = "MinionCriticalStrikeMultiplier", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion", "critical" }, tradeHash = 1854213750, }, - ["JewelMinionDamage"] = { type = "Prefix", affix = "Authoritative", "Minions deal (5-15)% increased Damage", statOrder = { 1663 }, level = 1, group = "MinionDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, - ["JewelMinionLife"] = { type = "Prefix", affix = "Fortuitous", "Minions have (5-15)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, - ["JewelMinionPhysicalDamageReduction"] = { type = "Suffix", affix = "of Confidence", "Minions have (6-16)% additional Physical Damage Reduction", statOrder = { 1974 }, level = 1, group = "MinionPhysicalDamageReduction", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical", "minion" }, tradeHash = 3119612865, }, - ["JewelMinionResistances"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(5-10)% to all Elemental Resistances", statOrder = { 2585 }, level = 1, group = "MinionElementalResistance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, - ["JewelMinionReviveSpeed"] = { type = "Suffix", affix = "of Revival", "Minions Revive (5-15)% faster", statOrder = { 8197 }, level = 1, group = "MinionReviveSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { }, tradeHash = 2639966148, }, - ["JewelMovementSpeed"] = { type = "Suffix", affix = "of Speed", "(1-2)% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, - ["JewelOfferingDuration"] = { type = "Suffix", affix = "of Offering", "Offering Skills have (15-25)% increased Duration", statOrder = { 8411 }, level = 1, group = "OfferingDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2957407601, }, - ["JewelOfferingLife"] = { type = "Prefix", affix = "Sacrificial", "Offerings have (15-25)% increased Maximum Life", statOrder = { 8412 }, level = 1, group = "OfferingLife", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3787460122, }, - ["JewelPhysicalDamage"] = { type = "Prefix", affix = "Sharpened", "(5-15)% increased Global Physical Damage", statOrder = { 1130 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, + ["JewelFreezeThreshold"] = { type = "Suffix", affix = "of Snowbreathing", "(18-32)% increased Freeze Threshold", statOrder = { 2868 }, level = 1, group = "FreezeThreshold", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3780644166, }, + ["JewelHeraldDamage"] = { type = "Prefix", affix = "Heralding", "Herald Skills deal (15-25)% increased Damage", statOrder = { 5567 }, level = 1, group = "HeraldDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 21071013, }, + ["JewelIgniteChance"] = { type = "Suffix", affix = "of Ignition", "(10-20)% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 2968503605, }, + ["JewelIgniteEffect"] = { type = "Prefix", affix = "Burning", "(5-15)% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3791899485, }, + ["JewelIncreasedDuration"] = { type = "Suffix", affix = "of Lengthening", "(5-10)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 3377888098, }, + ["JewelKnockback"] = { type = "Suffix", affix = "of Fending", "(5-15)% increased Knockback Distance", statOrder = { 1665 }, level = 1, group = "KnockbackDistance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 565784293, }, + ["JewelLifeCost"] = { type = "Suffix", affix = "of Sacrifice", "(4-6)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 1, group = "LifeCost", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2480498143, }, + ["JewelLifeFlaskRecovery"] = { type = "Suffix", affix = "of Recovery", "(5-15)% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, tradeHash = 821241191, }, + ["JewelLifeFlaskChargeGen"] = { type = "Suffix", affix = "of Pathfinding", "(10-20)% increased Life Flask Charges gained", statOrder = { 6865 }, level = 1, group = "LifeFlaskChargePercentGeneration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4009879772, }, + ["JewelLifeLeech"] = { type = "Suffix", affix = "of Frenzy", "(5-15)% increased amount of Life Leeched", statOrder = { 1816 }, level = 1, group = "LifeLeechAmount", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2112395885, }, + ["JewelLifeonKill"] = { type = "Suffix", affix = "of Success", "Recover (1-2)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 2023107756, }, + ["JewelLifeRecoup"] = { type = "Suffix", affix = "of Infusion", "(2-3)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 1444556985, }, + ["JewelLifeRegeneration"] = { type = "Suffix", affix = "of Regeneration", "(5-10)% increased Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 44972811, }, + ["JewelLightningDamage"] = { type = "Prefix", affix = "Humming", "(5-15)% increased Lightning Damage", statOrder = { 854 }, level = 1, group = "LightningDamagePercentage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 2231156303, }, + ["JewelLightningPenetration"] = { type = "Prefix", affix = "Surging", "Damage Penetrates (5-10)% Lightning Resistance", statOrder = { 2604 }, level = 1, group = "LightningResistancePenetration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, tradeHash = 818778753, }, + ["JewelMaceDamage"] = { type = "Prefix", affix = "Beating", "(6-16)% increased Damage with Maces", statOrder = { 1182 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1181419800, }, + ["JewelMaceStun"] = { type = "Suffix", affix = "of Thumping", "(15-25)% increased Stun Buildup with Maces", statOrder = { 7348 }, level = 1, group = "MaceStun", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, tradeHash = 872504239, }, + ["JewelManaFlaskRecovery"] = { type = "Suffix", affix = "of Quenching", "(5-15)% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "FlaskManaRecovery", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, tradeHash = 2222186378, }, + ["JewelManaFlaskChargeGen"] = { type = "Suffix", affix = "of Fountains", "(10-20)% increased Mana Flask Charges gained", statOrder = { 7380 }, level = 1, group = "ManaFlaskChargePercentGeneration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3590792340, }, + ["JewelManaLeech"] = { type = "Suffix", affix = "of Thirsting", "(5-15)% increased amount of Mana Leeched", statOrder = { 1818 }, level = 1, group = "ManaLeechAmount", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 2839066308, }, + ["JewelManaonKill"] = { type = "Suffix", affix = "of Osmosis", "Recover (1-2)% of maximum Mana on Kill", statOrder = { 1440 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 1604736568, }, + ["JewelManaRegeneration"] = { type = "Suffix", affix = "of Energy", "(5-15)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, tradeHash = 789117908, }, + ["JewelMarkCastSpeed"] = { type = "Suffix", affix = "of Targeting", "Mark Skills have (5-15)% increased Use Speed", statOrder = { 1868 }, level = 1, group = "MarkCastSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed", "curse" }, tradeHash = 1714971114, }, + ["JewelMarkDuration"] = { type = "Suffix", affix = "of Tracking", "Mark Skills have (18-32)% increased Skill Effect Duration", statOrder = { 8158 }, level = 1, group = "MarkDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2594634307, }, + ["JewelMarkEffect"] = { type = "Prefix", affix = "Marking", "(4-8)% increased Effect of your Mark Skills", statOrder = { 2258 }, level = 1, group = "MarkEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, tradeHash = 712554801, }, + ["JewelMaximumColdResistance"] = { type = "Suffix", affix = "of the Kraken", "+1% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["JewelMaximumFireResistance"] = { type = "Suffix", affix = "of the Phoenix", "+1% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["JewelMaximumLightningResistance"] = { type = "Suffix", affix = "of the Leviathan", "+1% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["JewelMaximumRage"] = { type = "Prefix", affix = "Angry", "+1 to Maximum Rage", statOrder = { 8886 }, level = 1, group = "MaximumRage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1181501418, }, + ["JewelMeleeDamage"] = { type = "Prefix", affix = "Clashing", "(5-15)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 1002362373, }, + ["JewelMinionAccuracy"] = { type = "Prefix", affix = "Training", "(10-20)% increased Minion Accuracy Rating", statOrder = { 8321 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "minion" }, tradeHash = 1718147982, }, + ["JewelMinionArea"] = { type = "Prefix", affix = "Companion", "Minions have (5-8)% increased Area of Effect", statOrder = { 2638 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, tradeHash = 3811191316, }, + ["JewelMinionAttackandCastSpeed"] = { type = "Suffix", affix = "of Orchestration", "Minions have (2-4)% increased Attack and Cast Speed", statOrder = { 8328 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "caster", "speed", "minion" }, tradeHash = 3091578504, }, + ["JewelMinionChaosResistance"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(7-13)% to Chaos Resistance", statOrder = { 2548 }, level = 1, group = "MinionChaosResistance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance", "minion" }, tradeHash = 3837707023, }, + ["JewelMinionCriticalChance"] = { type = "Suffix", affix = "of Marshalling", "Minions have (10-20)% increased Critical Hit Chance", statOrder = { 8350 }, level = 1, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "critical" }, tradeHash = 491450213, }, + ["JewelMinionCriticalMultiplier"] = { type = "Suffix", affix = "of Gripping", "Minions have (15-25)% increased Critical Damage Bonus", statOrder = { 8352 }, level = 1, group = "MinionCriticalStrikeMultiplier", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion", "critical" }, tradeHash = 1854213750, }, + ["JewelMinionDamage"] = { type = "Prefix", affix = "Authoritative", "Minions deal (5-15)% increased Damage", statOrder = { 1642 }, level = 1, group = "MinionDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, tradeHash = 1589917703, }, + ["JewelMinionLife"] = { type = "Prefix", affix = "Fortuitous", "Minions have (5-15)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 770672621, }, + ["JewelMinionPhysicalDamageReduction"] = { type = "Suffix", affix = "of Confidence", "Minions have (6-16)% additional Physical Damage Reduction", statOrder = { 1942 }, level = 1, group = "MinionPhysicalDamageReduction", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical", "minion" }, tradeHash = 3119612865, }, + ["JewelMinionResistances"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(5-10)% to all Elemental Resistances", statOrder = { 2547 }, level = 1, group = "MinionElementalResistance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, + ["JewelMinionReviveSpeed"] = { type = "Suffix", affix = "of Revival", "Minions Revive (5-15)% faster", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "minion" }, tradeHash = 2639966148, }, + ["JewelMovementSpeed"] = { type = "Suffix", affix = "of Speed", "(1-2)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 2250533757, }, + ["JewelOfferingDuration"] = { type = "Suffix", affix = "of Offering", "Offering Skills have (15-25)% increased Duration", statOrder = { 8639 }, level = 1, group = "OfferingDuration", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2957407601, }, + ["JewelOfferingLife"] = { type = "Prefix", affix = "Sacrificial", "Offerings have (15-25)% increased Maximum Life", statOrder = { 8640 }, level = 1, group = "OfferingLife", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3787460122, }, + ["JewelPhysicalDamage"] = { type = "Prefix", affix = "Sharpened", "(5-15)% increased Global Physical Damage", statOrder = { 1118 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, tradeHash = 1310194496, }, ["JewelPiercingProjectiles"] = { type = "Suffix", affix = "of Piercing", "(10-20)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2321178454, }, - ["JewelPinBuildup"] = { type = "Suffix", affix = "of Pinning", "(10-20)% increased Pin Buildup", statOrder = { 6540 }, level = 1, group = "PinBuildup", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3473929743, }, - ["JewelPoisonChance"] = { type = "Suffix", affix = "of Poisoning", "(5-10)% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 795138349, }, - ["JewelPoisonDamage"] = { type = "Prefix", affix = "Venomous", "(5-15)% increased Magnitude of Poison you inflict", statOrder = { 8536 }, level = 1, group = "PoisonEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "ailment" }, tradeHash = 2487305362, }, - ["JewelPoisonDuration"] = { type = "Suffix", affix = "of Infection", "(5-10)% increased Poison Duration", statOrder = { 2820 }, level = 1, group = "PoisonDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, - ["JewelProjectileDamage"] = { type = "Prefix", affix = "Archer's", "(5-15)% increased Projectile Damage", statOrder = { 1682 }, level = 1, group = "ProjectileDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, - ["JewelProjectileSpeed"] = { type = "Prefix", affix = "Soaring", "(4-8)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "ProjectileSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, - ["JewelQuarterstaffDamage"] = { type = "Prefix", affix = "Monk's", "(6-16)% increased Damage with Quarterstaves", statOrder = { 1183 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4045894391, }, - ["JewelQuarterstaffFreezeBuildup"] = { type = "Suffix", affix = "of Glaciers", "(10-20)% increased Freeze Buildup with Quarterstaves", statOrder = { 8628 }, level = 1, group = "QuarterstaffFreezeBuildup", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1697447343, }, - ["JewelQuarterstaffSpeed"] = { type = "Suffix", affix = "of Sequencing", "(2-4)% increased Attack Speed with Quarterstaves", statOrder = { 1264 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3283482523, }, - ["JewelQuiverEffect"] = { type = "Prefix", affix = "Fletching", "(4-6)% increased bonuses gained from Equipped Quiver", statOrder = { 8636 }, level = 1, group = "QuiverModifierEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1200678966, }, - ["JewelRageonHit"] = { type = "Suffix", affix = "of Raging", "Gain 1 Rage on Melee Hit", statOrder = { 6240 }, level = 1, group = "RageOnHit", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2709367754, }, - ["JewelRagewhenHit"] = { type = "Suffix", affix = "of Retribution", "Gain (1-3) Rage when Hit by an Enemy", statOrder = { 6242 }, level = 1, group = "GainRageWhenHit", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3292710273, }, - ["JewelShieldDefences"] = { type = "Prefix", affix = "Shielding", "(18-32)% increased Defences from Equipped Shield", statOrder = { 8825 }, level = 1, group = "ShieldArmourIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "defences" }, tradeHash = 145497481, }, + ["JewelPinBuildup"] = { type = "Suffix", affix = "of Pinning", "(10-20)% increased Pin Buildup", statOrder = { 6657 }, level = 1, group = "PinBuildup", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3473929743, }, + ["JewelPoisonChance"] = { type = "Suffix", affix = "of Poisoning", "(5-10)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 795138349, }, + ["JewelPoisonDamage"] = { type = "Prefix", affix = "Venomous", "(5-15)% increased Magnitude of Poison you inflict", statOrder = { 8780 }, level = 1, group = "PoisonEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "ailment" }, tradeHash = 2487305362, }, + ["JewelPoisonDuration"] = { type = "Suffix", affix = "of Infection", "(5-10)% increased Poison Duration", statOrder = { 2775 }, level = 1, group = "PoisonDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, tradeHash = 2011656677, }, + ["JewelProjectileDamage"] = { type = "Prefix", affix = "Archer's", "(5-15)% increased Projectile Damage", statOrder = { 1659 }, level = 1, group = "ProjectileDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1839076647, }, + ["JewelProjectileSpeed"] = { type = "Prefix", affix = "Soaring", "(4-8)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "ProjectileSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3759663284, }, + ["JewelQuarterstaffDamage"] = { type = "Prefix", affix = "Monk's", "(6-16)% increased Damage with Quarterstaves", statOrder = { 1171 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 4045894391, }, + ["JewelQuarterstaffFreezeBuildup"] = { type = "Suffix", affix = "of Glaciers", "(10-20)% increased Freeze Buildup with Quarterstaves", statOrder = { 8874 }, level = 1, group = "QuarterstaffFreezeBuildup", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 1697447343, }, + ["JewelQuarterstaffSpeed"] = { type = "Suffix", affix = "of Sequencing", "(2-4)% increased Attack Speed with Quarterstaves", statOrder = { 1252 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3283482523, }, + ["JewelQuiverEffect"] = { type = "Prefix", affix = "Fletching", "(4-6)% increased bonuses gained from Equipped Quiver", statOrder = { 8882 }, level = 1, group = "QuiverModifierEffect", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1200678966, }, + ["JewelRageonHit"] = { type = "Suffix", affix = "of Raging", "Gain 1 Rage on Melee Hit", statOrder = { 6339 }, level = 1, group = "RageOnHit", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2709367754, }, + ["JewelRagewhenHit"] = { type = "Suffix", affix = "of Retribution", "Gain (1-3) Rage when Hit by an Enemy", statOrder = { 6341 }, level = 1, group = "GainRageWhenHit", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3292710273, }, + ["JewelShieldDefences"] = { type = "Prefix", affix = "Shielding", "(18-32)% increased Defences from Equipped Shield", statOrder = { 9088 }, level = 1, group = "ShieldArmourIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "defences" }, tradeHash = 145497481, }, ["JewelShockChance"] = { type = "Suffix", affix = "of Shocking", "(10-20)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 293638271, }, - ["JewelShockDuration"] = { type = "Suffix", affix = "of Paralyzing", "(15-25)% increased Shock Duration", statOrder = { 1554 }, level = 1, group = "ShockDuration", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, - ["JewelShockEffect"] = { type = "Prefix", affix = "Jolting", "(10-15)% increased Magnitude of Shock you inflict", statOrder = { 8831 }, level = 1, group = "ShockEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, - ["JewelSlowEffectOnSelf"] = { type = "Suffix", affix = "of Hastening", "(5-10)% reduced Slowing Potency of Debuffs on You", statOrder = { 4548 }, level = 1, group = "SlowPotency", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 924253255, }, - ["JewelSpearAttackSpeed"] = { type = "Suffix", affix = "of Spearing", "(2-4)% increased Attack Speed with Spears", statOrder = { 1271 }, level = 1, group = "SpearAttackSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1165163804, }, - ["JewelSpearCriticalDamage"] = { type = "Suffix", affix = "of Hunting", "(10-20)% increased Critical Damage Bonus with Spears", statOrder = { 1336 }, level = 1, group = "SpearCriticalDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2456523742, }, - ["JewelSpearDamage"] = { type = "Prefix", affix = "Spearheaded", "(6-16)% increased Damage with Spears", statOrder = { 1212 }, level = 1, group = "SpearDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2696027455, }, - ["JewelSpellCriticalChance"] = { type = "Suffix", affix = "of Annihilating", "(5-15)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, - ["JewelSpellDamage"] = { type = "Prefix", affix = "Mystic", "(5-15)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, - ["JewelStunBuildup"] = { type = "Suffix", affix = "of Stunning", "(10-20)% increased Stun Buildup", statOrder = { 979 }, level = 1, group = "StunDamageIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239367161, }, - ["JewelStunThreshold"] = { type = "Suffix", affix = "of Withstanding", "(6-16)% increased Stun Threshold", statOrder = { 2914 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 680068163, }, - ["JewelStunThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Barriers", "Gain additional Stun Threshold equal to (5-15)% of maximum Energy Shield", statOrder = { 9099 }, level = 1, group = "StunThresholdfromEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 416040624, }, - ["JewelAilmentThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Inuring", "Gain additional Ailment Threshold equal to (5-15)% of maximum Energy Shield", statOrder = { 4161 }, level = 1, group = "AilmentThresholdfromEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "ailment" }, tradeHash = 3398301358, }, - ["JewelStunThresholdIfNotStunnedRecently"] = { type = "Suffix", affix = "of Stoutness", "(15-25)% increased Stun Threshold if you haven't been Stunned Recently", statOrder = { 9101 }, level = 1, group = "IncreasedStunThresholdIfNoRecentStun", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1405298142, }, - ["JewelBleedingEffect"] = { type = "Prefix", affix = "Haemorrhaging", "(5-15)% increased Magnitude of Bleeding you inflict", statOrder = { 4598 }, level = 1, group = "BleedDotMultiplier", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, tradeHash = 3166958180, }, - ["JewelSwordDamage"] = { type = "Prefix", affix = "Vicious", "(6-16)% increased Damage with Swords", statOrder = { 1204 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 83050999, }, - ["JewelSwordSpeed"] = { type = "Suffix", affix = "of Fencing", "(2-4)% increased Attack Speed with Swords", statOrder = { 1269 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, - ["JewelThorns"] = { type = "Prefix", affix = "Retaliating", "(10-20)% increased Thorns damage", statOrder = { 9211 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1315743832, }, - ["JewelTotemDamage"] = { type = "Prefix", affix = "Shaman's", "(10-18)% increased Totem Damage", statOrder = { 1097 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, - ["JewelTotemLife"] = { type = "Prefix", affix = "Carved", "(10-20)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 686254215, }, - ["JewelTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ancestry", "(10-20)% increased Totem Placement speed", statOrder = { 2272 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3374165039, }, - ["JewelTrapDamage"] = { type = "Prefix", affix = "Trapping", "(6-16)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, - ["JewelTrapThrowSpeed"] = { type = "Suffix", affix = "of Preparation", "(4-8)% increased Trap Throwing Speed", statOrder = { 1615 }, level = 1, group = "TrapThrowSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 118398748, }, - ["JewelTriggeredSpellDamage"] = { type = "Prefix", affix = "Triggered", "Triggered Spells deal (10-18)% increased Spell Damage", statOrder = { 9273 }, level = 1, group = "DamageWithTriggeredSpells", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3067892458, }, - ["JewelUnarmedDamage"] = { type = "Prefix", affix = "Punching", "(6-16)% increased Damage with Unarmed Attacks", statOrder = { 3195 }, level = 1, group = "UnarmedDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1870736574, }, - ["JewelWarcryBuffEffect"] = { type = "Prefix", affix = "of Warcries", "(5-15)% increased Warcry Buff Effect", statOrder = { 9424 }, level = 1, group = "WarcryEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3037553757, }, - ["JewelWarcryCooldown"] = { type = "Suffix", affix = "of Rallying", "(5-15)% increased Warcry Cooldown Recovery Rate", statOrder = { 2967 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4159248054, }, - ["JewelWarcryDamage"] = { type = "Prefix", affix = "Yelling", "(10-20)% increased Damage with Warcries", statOrder = { 9427 }, level = 1, group = "WarcryDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1594812856, }, - ["JewelWarcrySpeed"] = { type = "Suffix", affix = "of Lungs", "(10-20)% increased Warcry Speed", statOrder = { 2920 }, level = 1, group = "WarcrySpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 1316278494, }, - ["JewelWeaponSwapSpeed"] = { type = "Suffix", affix = "of Swapping", "(15-25)% increased Weapon Swap Speed", statOrder = { 9436 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3233599707, }, - ["JewelWitheredEffect"] = { type = "Prefix", affix = "Withering", "(5-10)% increased Effect of Withered", statOrder = { 9454 }, level = 1, group = "WitheredEffect", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos" }, tradeHash = 2545584555, }, - ["JewelUnarmedAttackSpeed"] = { type = "Suffix", affix = "of Jabbing", "(2-4)% increased Unarmed Attack Speed", statOrder = { 9328 }, level = 1, group = "UnarmedAttackSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 662579422, }, - ["JewelProjectileDamageIfMeleeHitRecently"] = { type = "Prefix", affix = "Retreating", "(10-20)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8584 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 3596695232, }, - ["JewelMeleeDamageIfProjectileHitRecently"] = { type = "Prefix", affix = "Engaging", "(10-20)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8046 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 3028809864, }, - ["JewelParryDamage"] = { type = "Prefix", affix = "Parrying", "(15-25)% increased Parry Damage", statOrder = { 8433 }, level = 1, group = "ParryDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1569159338, }, - ["JewelParriedDebuffDuration"] = { type = "Suffix", affix = "of Unsettling", "(10-15)% increased Parried Debuff Duration", statOrder = { 8439 }, level = 1, group = "ParriedDebuffDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 3401186585, }, - ["JewelStunThresholdDuringParry"] = { type = "Suffix", affix = "of Biding", "(15-25)% increased Stun Threshold while Parrying", statOrder = { 8440 }, level = 1, group = "StunThresholdDuringParry", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1911237468, }, - ["JewelVolatilityOnKillChance"] = { type = "Suffix", affix = "of Volatility", "(2-3)% chance to gain Volatility on Kill", statOrder = { 9403 }, level = 1, group = "VolatilityOnKillChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3749502527, }, - ["JewelCompanionDamage"] = { type = "Prefix", affix = "Kinship", "Companions deal (10-20)% increased Damage", statOrder = { 5252 }, level = 1, group = "CompanionDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, tradeHash = 234296660, }, - ["JewelCompanionLife"] = { type = "Prefix", affix = "Kindred", "Companions have (10-20)% increased maximum Life", statOrder = { 5254 }, level = 1, group = "CompanionLife", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 1805182458, }, - ["JewelHazardDamage"] = { type = "Prefix", affix = "Hazardous", "(10-20)% increased Hazard Damage", statOrder = { 6336 }, level = 1, group = "HazardDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1697951953, }, - ["JewelIncisionChance"] = { type = "Prefix", affix = "Incise", "(15-25)% chance for Attack Hits to apply Incision", statOrder = { 5099 }, level = 1, group = "IncisionChance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "ailment" }, tradeHash = 300723956, }, - ["JewelBannerValourGained"] = { type = "Suffix", affix = "of Valour", "(15-20)% increased Valour gained", statOrder = { 4469 }, level = 1, group = "BannerValourGained", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1050359418, }, + ["JewelShockDuration"] = { type = "Suffix", affix = "of Paralyzing", "(15-25)% increased Shock Duration", statOrder = { 1537 }, level = 1, group = "ShockDuration", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 3668351662, }, + ["JewelShockEffect"] = { type = "Prefix", affix = "Jolting", "(10-15)% increased Magnitude of Shock you inflict", statOrder = { 9095 }, level = 1, group = "ShockEffect", weightKey = { "dexjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, tradeHash = 2527686725, }, + ["JewelSlowEffectOnSelf"] = { type = "Suffix", affix = "of Hastening", "(5-10)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 924253255, }, + ["JewelSpearAttackSpeed"] = { type = "Suffix", affix = "of Spearing", "(2-4)% increased Attack Speed with Spears", statOrder = { 1259 }, level = 1, group = "SpearAttackSpeed", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 1165163804, }, + ["JewelSpearCriticalDamage"] = { type = "Suffix", affix = "of Hunting", "(10-20)% increased Critical Damage Bonus with Spears", statOrder = { 1324 }, level = 1, group = "SpearCriticalDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, tradeHash = 2456523742, }, + ["JewelSpearDamage"] = { type = "Prefix", affix = "Spearheaded", "(6-16)% increased Damage with Spears", statOrder = { 1200 }, level = 1, group = "SpearDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 2696027455, }, + ["JewelSpellCriticalChance"] = { type = "Suffix", affix = "of Annihilating", "(5-15)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, tradeHash = 737908626, }, + ["JewelSpellDamage"] = { type = "Prefix", affix = "Mystic", "(5-15)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 2974417149, }, + ["JewelStunBuildup"] = { type = "Suffix", affix = "of Stunning", "(10-20)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "StunDamageIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 239367161, }, + ["JewelStunThreshold"] = { type = "Suffix", affix = "of Withstanding", "(6-16)% increased Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 680068163, }, + ["JewelStunThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Barriers", "Gain additional Stun Threshold equal to (5-15)% of maximum Energy Shield", statOrder = { 9364 }, level = 1, group = "StunThresholdfromEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 416040624, }, + ["JewelAilmentThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Inuring", "Gain additional Ailment Threshold equal to (5-15)% of maximum Energy Shield", statOrder = { 4129 }, level = 1, group = "AilmentThresholdfromEnergyShield", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "ailment" }, tradeHash = 3398301358, }, + ["JewelStunThresholdIfNotStunnedRecently"] = { type = "Suffix", affix = "of Stoutness", "(15-25)% increased Stun Threshold if you haven't been Stunned Recently", statOrder = { 9366 }, level = 1, group = "IncreasedStunThresholdIfNoRecentStun", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1405298142, }, + ["JewelBleedingEffect"] = { type = "Prefix", affix = "Haemorrhaging", "(5-15)% increased Magnitude of Bleeding you inflict", statOrder = { 4626 }, level = 1, group = "BleedDotMultiplier", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, tradeHash = 3166958180, }, + ["JewelSwordDamage"] = { type = "Prefix", affix = "Vicious", "(6-16)% increased Damage with Swords", statOrder = { 1192 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 83050999, }, + ["JewelSwordSpeed"] = { type = "Suffix", affix = "of Fencing", "(2-4)% increased Attack Speed with Swords", statOrder = { 1257 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 3293699237, }, + ["JewelThorns"] = { type = "Prefix", affix = "Retaliating", "(10-20)% increased Thorns damage", statOrder = { 9476 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1315743832, }, + ["JewelTotemDamage"] = { type = "Prefix", affix = "Shaman's", "(10-18)% increased Totem Damage", statOrder = { 1085 }, level = 1, group = "TotemDamageForJewel", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 3851254963, }, + ["JewelTotemLife"] = { type = "Prefix", affix = "Carved", "(10-20)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, tradeHash = 686254215, }, + ["JewelTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ancestry", "(10-20)% increased Totem Placement speed", statOrder = { 2240 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 3374165039, }, + ["JewelTrapDamage"] = { type = "Prefix", affix = "Trapping", "(6-16)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage" }, tradeHash = 2941585404, }, + ["JewelTrapThrowSpeed"] = { type = "Suffix", affix = "of Preparation", "(4-8)% increased Trap Throwing Speed", statOrder = { 1594 }, level = 1, group = "TrapThrowSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "speed" }, tradeHash = 118398748, }, + ["JewelTriggeredSpellDamage"] = { type = "Prefix", affix = "Triggered", "Triggered Spells deal (10-18)% increased Spell Damage", statOrder = { 9540 }, level = 1, group = "DamageWithTriggeredSpells", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, tradeHash = 3067892458, }, + ["JewelUnarmedDamage"] = { type = "Prefix", affix = "Punching", "(6-16)% increased Damage with Unarmed Attacks", statOrder = { 3142 }, level = 1, group = "UnarmedDamage", weightKey = { "default" }, weightVal = { 0 }, modTags = { "damage", "attack" }, tradeHash = 1870736574, }, + ["JewelWarcryBuffEffect"] = { type = "Prefix", affix = "of Warcries", "(5-15)% increased Warcry Buff Effect", statOrder = { 9702 }, level = 1, group = "WarcryEffect", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3037553757, }, + ["JewelWarcryCooldown"] = { type = "Suffix", affix = "of Rallying", "(5-15)% increased Warcry Cooldown Recovery Rate", statOrder = { 2918 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4159248054, }, + ["JewelWarcryDamage"] = { type = "Prefix", affix = "Yelling", "(10-20)% increased Damage with Warcries", statOrder = { 9705 }, level = 1, group = "WarcryDamage", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1594812856, }, + ["JewelWarcrySpeed"] = { type = "Suffix", affix = "of Lungs", "(10-20)% increased Warcry Speed", statOrder = { 2873 }, level = 1, group = "WarcrySpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, tradeHash = 1316278494, }, + ["JewelWeaponSwapSpeed"] = { type = "Suffix", affix = "of Swapping", "(15-25)% increased Weapon Swap Speed", statOrder = { 9716 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, tradeHash = 3233599707, }, + ["JewelWitheredEffect"] = { type = "Prefix", affix = "Withering", "(5-10)% increased Withered Magnitude", statOrder = { 9734 }, level = 1, group = "WitheredEffect", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos" }, tradeHash = 3973629633, }, + ["JewelUnarmedAttackSpeed"] = { type = "Suffix", affix = "of Jabbing", "(2-4)% increased Unarmed Attack Speed", statOrder = { 9595 }, level = 1, group = "UnarmedAttackSpeed", weightKey = { "default" }, weightVal = { 0 }, modTags = { "attack", "speed" }, tradeHash = 662579422, }, + ["JewelProjectileDamageIfMeleeHitRecently"] = { type = "Prefix", affix = "Retreating", "(10-20)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8828 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 3596695232, }, + ["JewelMeleeDamageIfProjectileHitRecently"] = { type = "Prefix", affix = "Engaging", "(10-20)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8239 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, tradeHash = 3028809864, }, + ["JewelParryDamage"] = { type = "Prefix", affix = "Parrying", "(15-25)% increased Parry Damage", statOrder = { 8661 }, level = 1, group = "ParryDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1569159338, }, + ["JewelParriedDebuffDuration"] = { type = "Suffix", affix = "of Unsettling", "(10-15)% increased Parried Debuff Duration", statOrder = { 8670 }, level = 1, group = "ParriedDebuffDuration", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, tradeHash = 3401186585, }, + ["JewelStunThresholdDuringParry"] = { type = "Suffix", affix = "of Biding", "(15-25)% increased Stun Threshold while Parrying", statOrder = { 8671 }, level = 1, group = "StunThresholdDuringParry", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1911237468, }, + ["JewelVolatilityOnKillChance"] = { type = "Suffix", affix = "of Volatility", "(2-3)% chance to gain Volatility on Kill", statOrder = { 9681 }, level = 1, group = "VolatilityOnKillChance", weightKey = { "intjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 3749502527, }, + ["JewelCompanionDamage"] = { type = "Prefix", affix = "Kinship", "Companions deal (10-20)% increased Damage", statOrder = { 5287 }, level = 1, group = "CompanionDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, tradeHash = 234296660, }, + ["JewelCompanionLife"] = { type = "Prefix", affix = "Kindred", "Companions have (10-20)% increased maximum Life", statOrder = { 5289 }, level = 1, group = "CompanionLife", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, tradeHash = 1805182458, }, + ["JewelHazardDamage"] = { type = "Prefix", affix = "Hazardous", "(10-20)% increased Hazard Damage", statOrder = { 6444 }, level = 1, group = "HazardDamage", weightKey = { "dexjewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, tradeHash = 1697951953, }, + ["JewelIncisionChance"] = { type = "Prefix", affix = "Incise", "(15-25)% chance for Attack Hits to apply Incision", statOrder = { 5127 }, level = 1, group = "IncisionChance", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "ailment" }, tradeHash = 300723956, }, + ["JewelBannerValourGained"] = { type = "Suffix", affix = "of Valour", "(15-20)% increased Glory generation for Banner Skills", statOrder = { 6382 }, level = 1, group = "BannerValourGained", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1869147066, }, ["JewelBannerArea"] = { type = "Prefix", affix = "Rallying", "Banner Skills have (10-20)% increased Area of Effect", statOrder = { 4464 }, level = 1, group = "BannerArea", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 429143663, }, ["JewelBannerDuration"] = { type = "Suffix", affix = "of Inspiring", "Banner Skills have (15-25)% increased Duration", statOrder = { 4466 }, level = 1, group = "BannerDuration", weightKey = { "strjewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2720982137, }, ["JewelPresenceRadius"] = { type = "Prefix", affix = "Iconic", "(15-25)% increased Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { "strjewel", "intjewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, tradeHash = 101878827, }, - ["JewelRadiusMediumSize"] = { type = "Prefix", affix = "Greater", "Upgrades Radius to Medium", statOrder = { 7009 }, level = 1, group = "JewelRadiusLargerRadius", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1817879664, }, - ["JewelRadiusLargeSize"] = { type = "Prefix", affix = "Grand", "Upgrades Radius to Large", statOrder = { 7009 }, level = 1, group = "JewelRadiusLargerRadius", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1817879664, }, - ["JewelRadiusSmallNodeEffect"] = { type = "Suffix", affix = "of Potency", "(15-25)% increased Effect of Small Passive Skills in Radius", statOrder = { 7032 }, level = 1, group = "JewelRadiusSmallNodeEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1060572482, }, - ["JewelRadiusNotableEffect"] = { type = "Suffix", affix = "of Influence", "(15-25)% increased Effect of Small Passive Skills in Radius", statOrder = { 7032 }, level = 1, group = "JewelRadiusSmallNodeEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1060572482, }, - ["JewelRadiusNotableEffectNew"] = { type = "Suffix", affix = "of Supremacy", "(15-25)% increased Effect of Notable Passive Skills in Radius", statOrder = { 7028 }, level = 1, group = "JewelRadiusNotableEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4234573345, }, - ["JewelRadiusAccuracy"] = { type = "Prefix", affix = "Accurate", "(1-2)% increased Accuracy Rating", statOrder = { 1276 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 624954515, }, - ["JewelRadiusAilmentChance"] = { type = "Suffix", affix = "of Ailing", "(3-7)% increased chance to inflict Ailments", statOrder = { 4155 }, level = 1, group = "AilmentChance", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 1772247089, }, - ["JewelRadiusAilmentEffect"] = { type = "Prefix", affix = "Acrimonious", "(3-7)% increased Magnitude of Ailments you inflict", statOrder = { 4156 }, level = 1, group = "AilmentEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "ailment" }, nodeType = 2, tradeHash = 1303248024, }, - ["JewelRadiusAilmentThreshold"] = { type = "Suffix", affix = "of Enduring", "(2-3)% increased Elemental Ailment Threshold", statOrder = { 4162 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 3544800472, }, - ["JewelRadiusAreaofEffect"] = { type = "Prefix", affix = "Blasting", "(2-3)% increased Area of Effect", statOrder = { 1571 }, level = 1, group = "AreaOfEffect", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 280731498, }, - ["JewelRadiusArmour"] = { type = "Prefix", affix = "Armoured", "(2-3)% increased Armour", statOrder = { 867 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, nodeType = 1, tradeHash = 2866361420, }, - ["JewelRadiusArmourBreak"] = { type = "Prefix", affix = "Shattering", "Break (1-2)% increased Armour", statOrder = { 4275 }, level = 1, group = "ArmourBreak", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1776411443, }, - ["JewelRadiusArmourBreakDuration"] = { type = "Suffix", affix = "Resonating", "(5-10)% increased Armour Break Duration", statOrder = { 4278 }, level = 1, group = "ArmourBreakDuration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2215233444, }, - ["JewelRadiusAttackCriticalChance"] = { type = "Suffix", affix = "of Deadliness", "(3-7)% increased Critical Hit Chance for Attacks", statOrder = { 932 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 2194114101, }, - ["JewelRadiusAttackCriticalDamage"] = { type = "Suffix", affix = "of Demolishing", "(5-10)% increased Critical Damage Bonus for Attack Damage", statOrder = { 936 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 3714003708, }, - ["JewelRadiusAttackDamage"] = { type = "Prefix", affix = "Combat", "(1-2)% increased Attack Damage", statOrder = { 1101 }, level = 1, group = "AttackDamage", weightKey = { "str_radius_jewel", "dex_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 2843214518, }, - ["JewelRadiusAttackSpeed"] = { type = "Suffix", affix = "of Alacrity", "(1-2)% increased Attack Speed", statOrder = { 939 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 681332047, }, - ["JewelRadiusAuraEffect"] = { type = "Prefix", affix = "Commanding", "Aura Skills have (1-3)% increased Magnitudes", statOrder = { 2498 }, level = 1, group = "AuraEffectForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "aura" }, nodeType = 2, tradeHash = 315791320, }, - ["JewelRadiusAxeDamage"] = { type = "Prefix", affix = "Sinister", "(2-3)% increased Damage with Axes", statOrder = { 1178 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3314142259, }, - ["JewelRadiusAxeSpeed"] = { type = "Suffix", affix = "of Cleaving", "(1-2)% increased Attack Speed with Axes", statOrder = { 1263 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3550868361, }, - ["JewelRadiusBleedingChance"] = { type = "Prefix", affix = "Bleeding", "1% chance to inflict Bleeding on Hit", statOrder = { 4498 }, level = 1, group = "BaseChanceToBleed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2174054121, }, + ["JewelRadiusMediumSize"] = { type = "Prefix", affix = "Greater", "Upgrades Radius to Medium", statOrder = { 7175 }, level = 1, group = "JewelRadiusLargerRadius", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1817879664, }, + ["JewelRadiusLargeSize"] = { type = "Prefix", affix = "Grand", "Upgrades Radius to Large", statOrder = { 7175 }, level = 1, group = "JewelRadiusLargerRadius", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1817879664, }, + ["JewelRadiusSmallNodeEffect"] = { type = "Suffix", affix = "of Potency", "(15-25)% increased Effect of Small Passive Skills in Radius", statOrder = { 7198 }, level = 1, group = "JewelRadiusSmallNodeEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1060572482, }, + ["JewelRadiusNotableEffect"] = { type = "Suffix", affix = "of Influence", "(15-25)% increased Effect of Small Passive Skills in Radius", statOrder = { 7198 }, level = 1, group = "JewelRadiusSmallNodeEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1060572482, }, + ["JewelRadiusNotableEffectNew"] = { type = "Suffix", affix = "of Supremacy", "(15-25)% increased Effect of Notable Passive Skills in Radius", statOrder = { 7194 }, level = 1, group = "JewelRadiusNotableEffect", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 4234573345, }, + ["JewelRadiusAccuracy"] = { type = "Prefix", affix = "Accurate", "(1-2)% increased Accuracy Rating", statOrder = { 1264 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 624954515, }, + ["JewelRadiusAilmentChance"] = { type = "Suffix", affix = "of Ailing", "(3-7)% increased chance to inflict Ailments", statOrder = { 4119 }, level = 1, group = "AilmentChance", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 1772247089, }, + ["JewelRadiusAilmentEffect"] = { type = "Prefix", affix = "Acrimonious", "(3-7)% increased Magnitude of Ailments you inflict", statOrder = { 4123 }, level = 1, group = "AilmentEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "ailment" }, nodeType = 2, tradeHash = 1303248024, }, + ["JewelRadiusAilmentThreshold"] = { type = "Suffix", affix = "of Enduring", "(2-3)% increased Elemental Ailment Threshold", statOrder = { 4130 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 3544800472, }, + ["JewelRadiusAreaofEffect"] = { type = "Prefix", affix = "Blasting", "(2-3)% increased Area of Effect", statOrder = { 1554 }, level = 1, group = "AreaOfEffect", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 280731498, }, + ["JewelRadiusArmour"] = { type = "Prefix", affix = "Armoured", "(2-3)% increased Armour", statOrder = { 861 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "armour", "defences" }, nodeType = 1, tradeHash = 2866361420, }, + ["JewelRadiusArmourBreak"] = { type = "Prefix", affix = "Shattering", "Break (1-2)% increased Armour", statOrder = { 4259 }, level = 1, group = "ArmourBreak", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1776411443, }, + ["JewelRadiusArmourBreakDuration"] = { type = "Suffix", affix = "Resonating", "(5-10)% increased Armour Break Duration", statOrder = { 4261 }, level = 1, group = "ArmourBreakDuration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2637470878, }, + ["JewelRadiusAttackCriticalChance"] = { type = "Suffix", affix = "of Deadliness", "(3-7)% increased Critical Hit Chance for Attacks", statOrder = { 930 }, level = 1, group = "AttackCriticalStrikeChance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 2194114101, }, + ["JewelRadiusAttackCriticalDamage"] = { type = "Suffix", affix = "of Demolishing", "(5-10)% increased Critical Damage Bonus for Attack Damage", statOrder = { 934 }, level = 1, group = "AttackCriticalStrikeMultiplier", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 3714003708, }, + ["JewelRadiusAttackDamage"] = { type = "Prefix", affix = "Combat", "(1-2)% increased Attack Damage", statOrder = { 1089 }, level = 1, group = "AttackDamage", weightKey = { "str_radius_jewel", "dex_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 2843214518, }, + ["JewelRadiusAttackSpeed"] = { type = "Suffix", affix = "of Alacrity", "(1-2)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 681332047, }, + ["JewelRadiusAuraEffect"] = { type = "Prefix", affix = "Commanding", "Aura Skills have (1-3)% increased Magnitudes", statOrder = { 2462 }, level = 1, group = "AuraEffectForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "aura" }, nodeType = 2, tradeHash = 315791320, }, + ["JewelRadiusAxeDamage"] = { type = "Prefix", affix = "Sinister", "(2-3)% increased Damage with Axes", statOrder = { 1166 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3314142259, }, + ["JewelRadiusAxeSpeed"] = { type = "Suffix", affix = "of Cleaving", "(1-2)% increased Attack Speed with Axes", statOrder = { 1251 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3550868361, }, + ["JewelRadiusBleedingChance"] = { type = "Prefix", affix = "Bleeding", "1% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "BaseChanceToBleed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2174054121, }, ["JewelRadiusBleedingDuration"] = { type = "Suffix", affix = "of Haemophilia", "(3-7)% increased Bleeding Duration", statOrder = { 4491 }, level = 1, group = "BleedDuration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, nodeType = 2, tradeHash = 1459321413, }, - ["JewelRadiusBlindEffect"] = { type = "Prefix", affix = "Stifling", "(3-5)% increased Blind Effect", statOrder = { 4715 }, level = 1, group = "BlindEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1585769763, }, - ["JewelRadiusBlindonHit"] = { type = "Suffix", affix = "of Blinding", "1% chance to Blind Enemies on Hit with Attacks", statOrder = { 4428 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 318953428, }, - ["JewelRadiusBlock"] = { type = "Prefix", affix = "Protecting", "(1-3)% increased Block chance", statOrder = { 1074 }, level = 1, group = "IncreasedBlockChance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, nodeType = 2, tradeHash = 4147897060, }, - ["JewelRadiusDamageVsRareOrUnique"] = { type = "Prefix", affix = "Slaying", "(2-3)% increased Damage with Hits against Rare and Unique Enemies", statOrder = { 2855 }, level = 1, group = "DamageVsRareOrUnique", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1852872083, }, - ["JewelRadiusBowAccuracyRating"] = { type = "Prefix", affix = "Precise", "(1-2)% increased Accuracy Rating with Bows", statOrder = { 1285 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 169946467, }, - ["JewelRadiusBowDamage"] = { type = "Prefix", affix = "Perforating", "(2-3)% increased Damage with Bows", statOrder = { 1198 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 4188894176, }, - ["JewelRadiusBowSpeed"] = { type = "Suffix", affix = "of Nocking", "(1-2)% increased Attack Speed with Bows", statOrder = { 1268 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3759735052, }, - ["JewelRadiusCastSpeed"] = { type = "Suffix", affix = "of Enchanting", "(1-2)% increased Cast Speed", statOrder = { 940 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, nodeType = 2, tradeHash = 2891184298, }, - ["JewelRadiusChainFromTerrain"] = { type = "Suffix", affix = "of Chaining", "Projectiles have (1-2)% chance to Chain an additional time from terrain", statOrder = { 8581 }, level = 1, group = "ChainFromTerrain", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4081947835, }, - ["JewelRadiusCharmDuration"] = { type = "Suffix", affix = "of the Woodland", "(1-2)% increased Charm Effect Duration", statOrder = { 881 }, level = 1, group = "CharmDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1389754388, }, - ["JewelRadiusCharmChargesGained"] = { type = "Suffix", affix = "of the Thicker", "(3-7)% increased Charm Charges gained", statOrder = { 5146 }, level = 1, group = "CharmChargesGained", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3585532255, }, - ["JewelRadiusCharmDamageWhileUsing"] = { type = "Prefix", affix = "Verdant", "(2-3)% increased Damage while you have an active Charm", statOrder = { 5511 }, level = 1, group = "CharmDamageWhileUsing", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 627767961, }, - ["JewelRadiusChaosDamage"] = { type = "Prefix", affix = "Chaotic", "(1-2)% increased Chaos Damage", statOrder = { 860 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, nodeType = 1, tradeHash = 736967255, }, - ["JewelRadiusChillDuration"] = { type = "Suffix", affix = "of Frost", "(6-12)% increased Chill Duration on Enemies", statOrder = { 1553 }, level = 1, group = "IncreasedChillDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, nodeType = 2, tradeHash = 3485067555, }, - ["JewelRadiusColdDamage"] = { type = "Prefix", affix = "Chilling", "(1-2)% increased Cold Damage", statOrder = { 858 }, level = 1, group = "ColdDamagePercentage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 1, tradeHash = 3291658075, }, - ["JewelRadiusColdPenetration"] = { type = "Prefix", affix = "Numbing", "Damage Penetrates (1-2)% Cold Resistance", statOrder = { 2644 }, level = 1, group = "ColdResistancePenetration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 1, tradeHash = 3417711605, }, - ["JewelRadiusCooldownSpeed"] = { type = "Suffix", affix = "of Chronomancy", "(1-3)% increased Cooldown Recovery Rate", statOrder = { 4504 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1004011302, }, - ["JewelRadiusCorpses"] = { type = "Prefix", affix = "Necromantic", "(2-3)% increased Damage if you have Consumed a Corpse Recently", statOrder = { 3850 }, level = 1, group = "DamageIfConsumedCorpse", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2118708619, }, - ["JewelRadiusCriticalAilmentEffect"] = { type = "Prefix", affix = "Rancorous", "(5-10)% increased Magnitude of Damaging Ailments you inflict with Critical Hits", statOrder = { 5327 }, level = 1, group = "CriticalAilmentEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical", "ailment" }, nodeType = 2, tradeHash = 440490623, }, - ["JewelRadiusCriticalChance"] = { type = "Suffix", affix = "of Annihilation", "(3-7)% increased Critical Hit Chance", statOrder = { 931 }, level = 1, group = "CriticalStrikeChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "critical" }, nodeType = 2, tradeHash = 587431675, }, - ["JewelRadiusCriticalDamage"] = { type = "Suffix", affix = "of Potency", "(5-10)% increased Critical Damage Bonus", statOrder = { 935 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, nodeType = 2, tradeHash = 3556824919, }, - ["JewelRadiusSpellCriticalDamage"] = { type = "Suffix", affix = "of Unmaking", "(5-10)% increased Critical Spell Damage Bonus", statOrder = { 937 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, nodeType = 2, tradeHash = 274716455, }, - ["JewelRadiusCrossbowDamage"] = { type = "Prefix", affix = "Bolting", "(2-3)% increased Damage with Crossbows", statOrder = { 3897 }, level = 1, group = "CrossbowDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 427684353, }, - ["JewelRadiusCrossbowReloadSpeed"] = { type = "Suffix", affix = "of Reloading", "(5-7)% increased Crossbow Reload Speed", statOrder = { 8749 }, level = 1, group = "CrossbowReloadSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3192728503, }, - ["JewelRadiusCrossbowSpeed"] = { type = "Suffix", affix = "of Rapidity", "(1-2)% increased Attack Speed with Crossbows", statOrder = { 3901 }, level = 1, group = "CrossbowSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 1135928777, }, - ["JewelRadiusCurseArea"] = { type = "Prefix", affix = "Expanding", "(6-12)% increased Area of Effect of Curses", statOrder = { 1893 }, level = 1, group = "CurseAreaOfEffect", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 153777645, }, - ["JewelRadiusCurseDuration"] = { type = "Suffix", affix = "of Continuation", "(2-4)% increased Curse Duration", statOrder = { 1480 }, level = 1, group = "BaseCurseDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, nodeType = 1, tradeHash = 3824372849, }, - ["JewelRadiusCurseEffect"] = { type = "Prefix", affix = "Hexing", "1% increased Curse Magnitudes", statOrder = { 2288 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 2353576063, }, - ["JewelRadiusDaggerCriticalChance"] = { type = "Suffix", affix = "of Backstabbing", "(3-7)% increased Critical Hit Chance with Daggers", statOrder = { 1307 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 4018186542, }, - ["JewelRadiusDaggerDamage"] = { type = "Prefix", affix = "Lethal", "(2-3)% increased Damage with Daggers", statOrder = { 1190 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3586984690, }, - ["JewelRadiusDaggerSpeed"] = { type = "Suffix", affix = "of Slicing", "(1-2)% increased Attack Speed with Daggers", statOrder = { 1266 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 2538566497, }, - ["JewelRadiusDamagefromMana"] = { type = "Suffix", affix = "of Mind", "1% of Damage is taken from Mana before Life", statOrder = { 2384 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, nodeType = 2, tradeHash = 458438597, }, - ["JewelRadiusDamagevsArmourBrokenEnemies"] = { type = "Prefix", affix = "Exploiting", "(2-4)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5445 }, level = 1, group = "DamagevsArmourBrokenEnemies", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2301718443, }, - ["JewelRadiusDamagingAilmentDuration"] = { type = "Suffix", affix = "of Suffusion", "(3-5)% increased Duration of Damaging Ailments on Enemies", statOrder = { 5550 }, level = 1, group = "DamagingAilmentDuration", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 1829102168, }, - ["JewelRadiusDazeBuildup"] = { type = "Suffix", affix = "of Dazing", "(2-3)% increased Daze Buildup", statOrder = { 5560 }, level = 1, group = "DazeBuildup", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1949833742, }, - ["JewelRadiusDebuffExpiry"] = { type = "Suffix", affix = "of Diminishing", "Debuffs on you expire (3-5)% faster", statOrder = { 5583 }, level = 1, group = "DebuffTimePassed", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1238227257, }, - ["JewelRadiusElementalAilmentDuration"] = { type = "Suffix", affix = "of Suffering", "(3-5)% increased Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6598 }, level = 1, group = "ElementalAilmentDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "ailment" }, nodeType = 2, tradeHash = 1062710370, }, - ["JewelRadiusElementalDamage"] = { type = "Prefix", affix = "Prismatic", "(1-2)% increased Elemental Damage", statOrder = { 1668 }, level = 1, group = "ElementalDamagePercent", weightKey = { "str_radius_jewel", "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, nodeType = 1, tradeHash = 3141070085, }, - ["JewelRadiusEmpoweredAttackDamage"] = { type = "Prefix", affix = "Empowering", "Empowered Attacks deal (2-3)% increased Damage", statOrder = { 5778 }, level = 1, group = "ExertedAttackDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1569101201, }, - ["JewelRadiusEnergy"] = { type = "Suffix", affix = "of Generation", "Meta Skills gain (2-4)% increased Energy", statOrder = { 5847 }, level = 1, group = "EnergyGeneration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4236566306, }, - ["JewelRadiusEnergyShield"] = { type = "Prefix", affix = "Shimmering", "(2-3)% increased maximum Energy Shield", statOrder = { 871 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 1, tradeHash = 2482852589, }, - ["JewelRadiusEnergyShieldDelay"] = { type = "Prefix", affix = "Serene", "(5-7)% faster start of Energy Shield Recharge", statOrder = { 1379 }, level = 1, group = "EnergyShieldDelay", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 2, tradeHash = 1782086450, }, + ["JewelRadiusBlindEffect"] = { type = "Prefix", affix = "Stifling", "(3-5)% increased Blind Effect", statOrder = { 4745 }, level = 1, group = "BlindEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1585769763, }, + ["JewelRadiusBlindonHit"] = { type = "Suffix", affix = "of Blinding", "1% chance to Blind Enemies on Hit with Attacks", statOrder = { 4422 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 318953428, }, + ["JewelRadiusBlock"] = { type = "Prefix", affix = "Protecting", "(1-3)% increased Block chance", statOrder = { 1060 }, level = 1, group = "IncreasedBlockChance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, nodeType = 2, tradeHash = 4147897060, }, + ["JewelRadiusDamageVsRareOrUnique"] = { type = "Prefix", affix = "Slaying", "(2-3)% increased Damage with Hits against Rare and Unique Enemies", statOrder = { 2810 }, level = 1, group = "DamageVsRareOrUnique", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1852872083, }, + ["JewelRadiusBowAccuracyRating"] = { type = "Prefix", affix = "Precise", "(1-2)% increased Accuracy Rating with Bows", statOrder = { 1273 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 1, tradeHash = 169946467, }, + ["JewelRadiusBowDamage"] = { type = "Prefix", affix = "Perforating", "(2-3)% increased Damage with Bows", statOrder = { 1186 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 4188894176, }, + ["JewelRadiusBowSpeed"] = { type = "Suffix", affix = "of Nocking", "(1-2)% increased Attack Speed with Bows", statOrder = { 1256 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3759735052, }, + ["JewelRadiusCastSpeed"] = { type = "Suffix", affix = "of Enchanting", "(1-2)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "speed" }, nodeType = 2, tradeHash = 2891184298, }, + ["JewelRadiusChainFromTerrain"] = { type = "Suffix", affix = "of Chaining", "Projectiles have (1-2)% chance to Chain an additional time from terrain", statOrder = { 8825 }, level = 1, group = "ChainFromTerrain", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4081947835, }, + ["JewelRadiusCharmDuration"] = { type = "Suffix", affix = "of the Woodland", "(1-2)% increased Charm Effect Duration", statOrder = { 875 }, level = 1, group = "CharmDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1389754388, }, + ["JewelRadiusCharmChargesGained"] = { type = "Suffix", affix = "of the Thicker", "(3-7)% increased Charm Charges gained", statOrder = { 5177 }, level = 1, group = "CharmChargesGained", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3585532255, }, + ["JewelRadiusCharmDamageWhileUsing"] = { type = "Prefix", affix = "Verdant", "(2-3)% increased Damage while you have an active Charm", statOrder = { 5562 }, level = 1, group = "CharmDamageWhileUsing", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 627767961, }, + ["JewelRadiusChaosDamage"] = { type = "Prefix", affix = "Chaotic", "(1-2)% increased Chaos Damage", statOrder = { 855 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, nodeType = 1, tradeHash = 736967255, }, + ["JewelRadiusChillDuration"] = { type = "Suffix", affix = "of Frost", "(6-12)% increased Chill Duration on Enemies", statOrder = { 1536 }, level = 1, group = "IncreasedChillDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "cold", "ailment" }, nodeType = 2, tradeHash = 3485067555, }, + ["JewelRadiusColdDamage"] = { type = "Prefix", affix = "Chilling", "(1-2)% increased Cold Damage", statOrder = { 853 }, level = 1, group = "ColdDamagePercentage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 1, tradeHash = 3291658075, }, + ["JewelRadiusColdPenetration"] = { type = "Prefix", affix = "Numbing", "Damage Penetrates (1-2)% Cold Resistance", statOrder = { 2603 }, level = 1, group = "ColdResistancePenetration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, nodeType = 1, tradeHash = 3417711605, }, + ["JewelRadiusCooldownSpeed"] = { type = "Suffix", affix = "of Chronomancy", "(1-3)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1004011302, }, + ["JewelRadiusCorpses"] = { type = "Prefix", affix = "Necromantic", "(2-3)% increased Damage if you have Consumed a Corpse Recently", statOrder = { 3791 }, level = 1, group = "DamageIfConsumedCorpse", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2118708619, }, + ["JewelRadiusCriticalAilmentEffect"] = { type = "Prefix", affix = "Rancorous", "(5-10)% increased Magnitude of Damaging Ailments you inflict with Critical Hits", statOrder = { 5366 }, level = 1, group = "CriticalAilmentEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "damage", "critical", "ailment" }, nodeType = 2, tradeHash = 440490623, }, + ["JewelRadiusCriticalChance"] = { type = "Suffix", affix = "of Annihilation", "(3-7)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CriticalStrikeChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "critical" }, nodeType = 2, tradeHash = 587431675, }, + ["JewelRadiusCriticalDamage"] = { type = "Suffix", affix = "of Potency", "(5-10)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "critical" }, nodeType = 2, tradeHash = 3556824919, }, + ["JewelRadiusSpellCriticalDamage"] = { type = "Suffix", affix = "of Unmaking", "(5-10)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster", "critical" }, nodeType = 2, tradeHash = 274716455, }, + ["JewelRadiusCrossbowDamage"] = { type = "Prefix", affix = "Bolting", "(2-3)% increased Damage with Crossbows", statOrder = { 3838 }, level = 1, group = "CrossbowDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 427684353, }, + ["JewelRadiusCrossbowReloadSpeed"] = { type = "Suffix", affix = "of Reloading", "(5-7)% increased Crossbow Reload Speed", statOrder = { 8999 }, level = 1, group = "CrossbowReloadSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3192728503, }, + ["JewelRadiusCrossbowSpeed"] = { type = "Suffix", affix = "of Rapidity", "(1-2)% increased Attack Speed with Crossbows", statOrder = { 3842 }, level = 1, group = "CrossbowSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 1135928777, }, + ["JewelRadiusCurseArea"] = { type = "Prefix", affix = "Expanding", "(6-12)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 1, group = "CurseAreaOfEffect", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 153777645, }, + ["JewelRadiusCurseDuration"] = { type = "Suffix", affix = "of Continuation", "(2-4)% increased Curse Duration", statOrder = { 1463 }, level = 1, group = "BaseCurseDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "curse" }, nodeType = 1, tradeHash = 3824372849, }, + ["JewelRadiusCurseEffect"] = { type = "Prefix", affix = "Hexing", "1% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "CurseEffectivenessForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 2353576063, }, + ["JewelRadiusDaggerCriticalChance"] = { type = "Suffix", affix = "of Backstabbing", "(3-7)% increased Critical Hit Chance with Daggers", statOrder = { 1295 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 4018186542, }, + ["JewelRadiusDaggerDamage"] = { type = "Prefix", affix = "Lethal", "(2-3)% increased Damage with Daggers", statOrder = { 1178 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3586984690, }, + ["JewelRadiusDaggerSpeed"] = { type = "Suffix", affix = "of Slicing", "(1-2)% increased Attack Speed with Daggers", statOrder = { 1254 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 2538566497, }, + ["JewelRadiusDamagefromMana"] = { type = "Suffix", affix = "of Mind", "1% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "mana" }, nodeType = 2, tradeHash = 458438597, }, + ["JewelRadiusDamagevsArmourBrokenEnemies"] = { type = "Prefix", affix = "Exploiting", "(2-4)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5492 }, level = 1, group = "DamagevsArmourBrokenEnemies", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2301718443, }, + ["JewelRadiusDamagingAilmentDuration"] = { type = "Suffix", affix = "of Suffusion", "(3-5)% increased Duration of Damaging Ailments on Enemies", statOrder = { 5603 }, level = 1, group = "DamagingAilmentDuration", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 1829102168, }, + ["JewelRadiusDazeBuildup"] = { type = "Suffix", affix = "of Dazing", "1% chance to Daze on Hit", statOrder = { 4498 }, level = 1, group = "DazeBuildup", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 3146310524, }, + ["JewelRadiusDebuffExpiry"] = { type = "Suffix", affix = "of Diminishing", "Debuffs on you expire (3-5)% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1238227257, }, + ["JewelRadiusElementalAilmentDuration"] = { type = "Suffix", affix = "of Suffering", "(3-5)% increased Duration of Ignite, Shock and Chill on Enemies", statOrder = { 6717 }, level = 1, group = "ElementalAilmentDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "ailment" }, nodeType = 2, tradeHash = 1062710370, }, + ["JewelRadiusElementalDamage"] = { type = "Prefix", affix = "Prismatic", "(1-2)% increased Elemental Damage", statOrder = { 1647 }, level = 1, group = "ElementalDamagePercent", weightKey = { "str_radius_jewel", "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 1, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, nodeType = 1, tradeHash = 3141070085, }, + ["JewelRadiusEmpoweredAttackDamage"] = { type = "Prefix", affix = "Empowering", "Empowered Attacks deal (2-3)% increased Damage", statOrder = { 5844 }, level = 1, group = "ExertedAttackDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1569101201, }, + ["JewelRadiusEnergy"] = { type = "Suffix", affix = "of Generation", "Meta Skills gain (2-4)% increased Energy", statOrder = { 5919 }, level = 1, group = "EnergyGeneration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4236566306, }, + ["JewelRadiusEnergyShield"] = { type = "Prefix", affix = "Shimmering", "(2-3)% increased maximum Energy Shield", statOrder = { 865 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 1, tradeHash = 2482852589, }, + ["JewelRadiusEnergyShieldDelay"] = { type = "Prefix", affix = "Serene", "(5-7)% faster start of Energy Shield Recharge", statOrder = { 963 }, level = 1, group = "EnergyShieldDelay", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 2, tradeHash = 1782086450, }, ["JewelRadiusEnergyShieldRecharge"] = { type = "Prefix", affix = "Fevered", "(2-3)% increased Energy Shield Recharge Rate", statOrder = { 962 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 1, tradeHash = 2339757871, }, - ["JewelRadiusEvasion"] = { type = "Prefix", affix = "Evasive", "(2-3)% increased Evasion Rating", statOrder = { 869 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, nodeType = 1, tradeHash = 2106365538, }, - ["JewelRadiusFasterAilments"] = { type = "Suffix", affix = "of Decrepifying", "Damaging Ailments deal damage (2-3)% faster", statOrder = { 5552 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 538241406, }, - ["JewelRadiusFireDamage"] = { type = "Prefix", affix = "Flaming", "(1-2)% increased Fire Damage", statOrder = { 857 }, level = 1, group = "FireDamagePercentage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 1, tradeHash = 3962278098, }, - ["JewelRadiusFirePenetration"] = { type = "Prefix", affix = "Searing", "Damage Penetrates (1-2)% Fire Resistance", statOrder = { 2643 }, level = 1, group = "FireResistancePenetration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 1, tradeHash = 2653955271, }, - ["JewelRadiusFlailCriticalChance"] = { type = "Suffix", affix = "of Thrashing", "(3-7)% increased Critical Hit Chance with Flails", statOrder = { 3891 }, level = 1, group = "FlailCriticalChance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 1484710594, }, - ["JewelRadiusFlailDamage"] = { type = "Prefix", affix = "Flailing", "(1-2)% increased Damage with Flails", statOrder = { 3886 }, level = 1, group = "FlailDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1731242173, }, - ["JewelRadiusFlaskChargesGained"] = { type = "Suffix", affix = "of Gathering", "(3-5)% increased Flask Charges gained", statOrder = { 6050 }, level = 1, group = "IncreasedFlaskChargesGained", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, nodeType = 2, tradeHash = 1836676211, }, - ["JewelRadiusFlaskDuration"] = { type = "Suffix", affix = "of Prolonging", "(1-2)% increased Flask Effect Duration", statOrder = { 882 }, level = 1, group = "FlaskDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, nodeType = 1, tradeHash = 3741323227, }, - ["JewelRadiusFocusEnergyShield"] = { type = "Prefix", affix = "Focusing", "(15-25)% increased Energy Shield from Equipped Focus", statOrder = { 5857 }, level = 1, group = "FocusEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 2, tradeHash = 3174700878, }, - ["JewelRadiusForkingProjectiles"] = { type = "Suffix", affix = "of Forking", "Projectiles have (5-7)% chance for an additional Projectile when Forking", statOrder = { 5064 }, level = 1, group = "ForkingProjectiles", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3003542304, }, + ["JewelRadiusEvasion"] = { type = "Prefix", affix = "Evasive", "(2-3)% increased Evasion Rating", statOrder = { 863 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "evasion", "defences" }, nodeType = 1, tradeHash = 2106365538, }, + ["JewelRadiusFasterAilments"] = { type = "Suffix", affix = "of Decrepifying", "Damaging Ailments deal damage (2-3)% faster", statOrder = { 5606 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "ailment" }, nodeType = 2, tradeHash = 538241406, }, + ["JewelRadiusFireDamage"] = { type = "Prefix", affix = "Flaming", "(1-2)% increased Fire Damage", statOrder = { 852 }, level = 1, group = "FireDamagePercentage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 1, tradeHash = 3962278098, }, + ["JewelRadiusFirePenetration"] = { type = "Prefix", affix = "Searing", "Damage Penetrates (1-2)% Fire Resistance", statOrder = { 2602 }, level = 1, group = "FireResistancePenetration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, nodeType = 1, tradeHash = 2653955271, }, + ["JewelRadiusFlailCriticalChance"] = { type = "Suffix", affix = "of Thrashing", "(3-7)% increased Critical Hit Chance with Flails", statOrder = { 3832 }, level = 1, group = "FlailCriticalChance", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 1484710594, }, + ["JewelRadiusFlailDamage"] = { type = "Prefix", affix = "Flailing", "(1-2)% increased Damage with Flails", statOrder = { 3827 }, level = 1, group = "FlailDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1731242173, }, + ["JewelRadiusFlaskChargesGained"] = { type = "Suffix", affix = "of Gathering", "(3-5)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "IncreasedFlaskChargesGained", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, nodeType = 2, tradeHash = 1836676211, }, + ["JewelRadiusFlaskDuration"] = { type = "Suffix", affix = "of Prolonging", "(1-2)% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "FlaskDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, nodeType = 1, tradeHash = 3741323227, }, + ["JewelRadiusFocusEnergyShield"] = { type = "Prefix", affix = "Focusing", "(15-25)% increased Energy Shield from Equipped Focus", statOrder = { 5931 }, level = 1, group = "FocusEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "energy_shield", "defences" }, nodeType = 2, tradeHash = 3174700878, }, + ["JewelRadiusForkingProjectiles"] = { type = "Suffix", affix = "of Forking", "Projectiles have (5-7)% chance for an additional Projectile when Forking", statOrder = { 5092 }, level = 1, group = "ForkingProjectiles", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3003542304, }, ["JewelRadiusFreezeAmount"] = { type = "Suffix", affix = "of Freezing", "(5-10)% increased Freeze Buildup", statOrder = { 986 }, level = 1, group = "FreezeDamageIncrease", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 473429811, }, - ["JewelRadiusFreezeThreshold"] = { type = "Suffix", affix = "of Snowbreathing", "(2-4)% increased Freeze Threshold", statOrder = { 2915 }, level = 1, group = "FreezeThreshold", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 3780644166, }, - ["JewelRadiusHeraldDamage"] = { type = "Prefix", affix = "Heralding", "Herald Skills deal (2-4)% increased Damage", statOrder = { 5516 }, level = 1, group = "HeraldDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 21071013, }, - ["JewelRadiusIgniteChance"] = { type = "Suffix", affix = "of Ignition", "(2-3)% increased chance to Ignite", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2968503605, }, - ["JewelRadiusIgniteEffect"] = { type = "Prefix", affix = "Burning", "(3-7)% increased Magnitude of Ignite you inflict", statOrder = { 6596 }, level = 1, group = "IgniteEffect", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3791899485, }, - ["JewelRadiusIncreasedDuration"] = { type = "Suffix", affix = "of Lengthening", "(3-5)% increased Skill Effect Duration", statOrder = { 1586 }, level = 1, group = "SkillEffectDuration", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3377888098, }, - ["JewelRadiusKnockback"] = { type = "Suffix", affix = "of Fending", "(3-7)% increased Knockback Distance", statOrder = { 1688 }, level = 1, group = "KnockbackDistance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 565784293, }, - ["JewelRadiusLifeCost"] = { type = "Suffix", affix = "of Sacrifice", "(2-3)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4545 }, level = 1, group = "LifeCost", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 2480498143, }, - ["JewelRadiusLifeFlaskRecovery"] = { type = "Suffix", affix = "of Recovery", "(2-3)% increased Life Recovery from Flasks", statOrder = { 1738 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, nodeType = 1, tradeHash = 821241191, }, - ["JewelRadiusLifeFlaskChargeGen"] = { type = "Suffix", affix = "of Pathfinding", "(5-10)% increased Life Flask Charges gained", statOrder = { 6734 }, level = 1, group = "LifeFlaskChargePercentGeneration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4009879772, }, - ["JewelRadiusLifeLeech"] = { type = "Suffix", affix = "of Frenzy", "(2-3)% increased amount of Life Leeched", statOrder = { 1839 }, level = 1, group = "LifeLeechAmount", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2112395885, }, - ["JewelRadiusLifeonKill"] = { type = "Suffix", affix = "of Success", "Recover 1% of maximum Life on Kill", statOrder = { 1451 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 2023107756, }, - ["JewelRadiusLifeRecoup"] = { type = "Suffix", affix = "of Infusion", "1% of Damage taken Recouped as Life", statOrder = { 965 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 1444556985, }, - ["JewelRadiusLifeRegeneration"] = { type = "Suffix", affix = "of Regeneration", "(3-5)% increased Life Regeneration rate", statOrder = { 964 }, level = 1, group = "LifeRegenerationRate", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 44972811, }, - ["JewelRadiusLightningDamage"] = { type = "Prefix", affix = "Humming", "(1-2)% increased Lightning Damage", statOrder = { 859 }, level = 1, group = "LightningDamagePercentage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 1, tradeHash = 2231156303, }, - ["JewelRadiusLightningPenetration"] = { type = "Prefix", affix = "Surging", "Damage Penetrates (1-2)% Lightning Resistance", statOrder = { 2645 }, level = 1, group = "LightningResistancePenetration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 1, tradeHash = 818778753, }, - ["JewelRadiusMaceDamage"] = { type = "Prefix", affix = "Beating", "(1-2)% increased Damage with Maces", statOrder = { 1194 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1181419800, }, - ["JewelRadiusMaceStun"] = { type = "Suffix", affix = "of Thumping", "(6-12)% increased Stun Buildup with Maces", statOrder = { 7183 }, level = 1, group = "MaceStun", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 2, tradeHash = 872504239, }, - ["JewelRadiusManaFlaskRecovery"] = { type = "Suffix", affix = "of Quenching", "(1-2)% increased Mana Recovery from Flasks", statOrder = { 1739 }, level = 1, group = "FlaskManaRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, nodeType = 1, tradeHash = 2222186378, }, - ["JewelRadiusManaFlaskChargeGen"] = { type = "Suffix", affix = "of Fountains", "(5-10)% increased Mana Flask Charges gained", statOrder = { 7212 }, level = 1, group = "ManaFlaskChargePercentGeneration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3590792340, }, - ["JewelRadiusManaLeech"] = { type = "Suffix", affix = "of Thirsting", "(1-2)% increased amount of Mana Leeched", statOrder = { 1841 }, level = 1, group = "ManaLeechAmount", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 2839066308, }, - ["JewelRadiusManaonKill"] = { type = "Suffix", affix = "of Osmosis", "Recover 1% of maximum Mana on Kill", statOrder = { 1457 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 2, tradeHash = 1604736568, }, - ["JewelRadiusManaRegeneration"] = { type = "Suffix", affix = "of Energy", "(1-2)% increased Mana Regeneration Rate", statOrder = { 971 }, level = 1, group = "ManaRegeneration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 789117908, }, - ["JewelRadiusMarkCastSpeed"] = { type = "Suffix", affix = "of Targeting", "Mark Skills have (2-3)% increased Cast Speed", statOrder = { 1889 }, level = 1, group = "MarkCastSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed", "curse" }, nodeType = 1, tradeHash = 4189061307, }, - ["JewelRadiusMarkDuration"] = { type = "Suffix", affix = "of Tracking", "Mark Skills have (3-4)% increased Skill Effect Duration", statOrder = { 7977 }, level = 1, group = "MarkDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2594634307, }, - ["JewelRadiusMarkEffect"] = { type = "Prefix", affix = "Marking", "(2-3)% increased Effect of your Mark Skills", statOrder = { 2290 }, level = 1, group = "MarkEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 712554801, }, - ["JewelRadiusMaximumRage"] = { type = "Prefix", affix = "Angry", "+1 to Maximum Rage", statOrder = { 8640 }, level = 1, group = "MaximumRage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1181501418, }, - ["JewelRadiusMeleeDamage"] = { type = "Prefix", affix = "Clashing", "(1-2)% increased Melee Damage", statOrder = { 1132 }, level = 1, group = "MeleeDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1002362373, }, - ["JewelRadiusMinionAccuracy"] = { type = "Prefix", affix = "Training", "(2-3)% increased Minion Accuracy Rating", statOrder = { 8126 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "minion" }, nodeType = 1, tradeHash = 1718147982, }, - ["JewelRadiusMinionArea"] = { type = "Prefix", affix = "Companion", "Minions have (3-7)% increased Area of Effect", statOrder = { 2683 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, nodeType = 2, tradeHash = 3811191316, }, - ["JewelRadiusMinionAttackandCastSpeed"] = { type = "Suffix", affix = "of Orchestration", "Minions have (1-2)% increased Attack and Cast Speed", statOrder = { 8131 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "caster", "speed", "minion" }, nodeType = 2, tradeHash = 3091578504, }, - ["JewelRadiusMinionChaosResistance"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(1-2)% to Chaos Resistance", statOrder = { 2586 }, level = 1, group = "MinionChaosResistance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance", "minion" }, nodeType = 1, tradeHash = 3837707023, }, - ["JewelRadiusMinionCriticalChance"] = { type = "Suffix", affix = "of Marshalling", "Minions have (5-10)% increased Critical Hit Chance", statOrder = { 8149 }, level = 1, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "critical" }, nodeType = 2, tradeHash = 491450213, }, - ["JewelRadiusMinionCriticalMultiplier"] = { type = "Suffix", affix = "of Gripping", "Minions have (6-12)% increased Critical Damage Bonus", statOrder = { 8151 }, level = 1, group = "MinionCriticalStrikeMultiplier", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion", "critical" }, nodeType = 2, tradeHash = 1854213750, }, - ["JewelRadiusMinionDamage"] = { type = "Prefix", affix = "Authoritative", "Minions deal (1-2)% increased Damage", statOrder = { 1663 }, level = 1, group = "MinionDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, nodeType = 1, tradeHash = 1589917703, }, - ["JewelRadiusMinionLife"] = { type = "Prefix", affix = "Fortuitous", "Minions have (1-2)% increased maximum Life", statOrder = { 961 }, level = 1, group = "MinionLife", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, nodeType = 1, tradeHash = 770672621, }, - ["JewelRadiusMinionPhysicalDamageReduction"] = { type = "Suffix", affix = "of Confidence", "Minions have (1-2)% additional Physical Damage Reduction", statOrder = { 1974 }, level = 1, group = "MinionPhysicalDamageReduction", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical", "minion" }, nodeType = 1, tradeHash = 3119612865, }, - ["JewelRadiusMinionResistances"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(1-2)% to all Elemental Resistances", statOrder = { 2585 }, level = 1, group = "MinionElementalResistance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance", "minion" }, nodeType = 1, tradeHash = 1423639565, }, - ["JewelRadiusMinionReviveSpeed"] = { type = "Suffix", affix = "of Revival", "Minions Revive (3-7)% faster", statOrder = { 8197 }, level = 1, group = "MinionReviveSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2639966148, }, - ["JewelRadiusMovementSpeed"] = { type = "Suffix", affix = "of Speed", "1% increased Movement Speed", statOrder = { 829 }, level = 1, group = "MovementVelocity", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 2250533757, }, - ["JewelRadiusOfferingDuration"] = { type = "Suffix", affix = "of Offering", "Offering Skills have (6-12)% increased Duration", statOrder = { 8411 }, level = 1, group = "OfferingDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2957407601, }, - ["JewelRadiusOfferingLife"] = { type = "Prefix", affix = "Sacrificial", "Offerings have (2-3)% increased Maximum Life", statOrder = { 8412 }, level = 1, group = "OfferingLife", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 3787460122, }, - ["JewelRadiusPhysicalDamage"] = { type = "Prefix", affix = "Sharpened", "(1-2)% increased Global Physical Damage", statOrder = { 1130 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, nodeType = 1, tradeHash = 1310194496, }, + ["JewelRadiusFreezeThreshold"] = { type = "Suffix", affix = "of Snowbreathing", "(2-4)% increased Freeze Threshold", statOrder = { 2868 }, level = 1, group = "FreezeThreshold", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 3780644166, }, + ["JewelRadiusHeraldDamage"] = { type = "Prefix", affix = "Heralding", "Herald Skills deal (2-4)% increased Damage", statOrder = { 5567 }, level = 1, group = "HeraldDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 21071013, }, + ["JewelRadiusIgniteChance"] = { type = "Suffix", affix = "of Ignition", "(2-3)% increased Flammability Magnitude", statOrder = { 984 }, level = 1, group = "IgniteChanceIncrease", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2968503605, }, + ["JewelRadiusIgniteEffect"] = { type = "Prefix", affix = "Burning", "(3-7)% increased Ignite Magnitude", statOrder = { 1005 }, level = 1, group = "IgniteEffect", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3791899485, }, + ["JewelRadiusIncreasedDuration"] = { type = "Suffix", affix = "of Lengthening", "(3-5)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3377888098, }, + ["JewelRadiusKnockback"] = { type = "Suffix", affix = "of Fending", "(3-7)% increased Knockback Distance", statOrder = { 1665 }, level = 1, group = "KnockbackDistance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 565784293, }, + ["JewelRadiusLifeCost"] = { type = "Suffix", affix = "of Sacrifice", "(2-3)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 1, group = "LifeCost", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 2480498143, }, + ["JewelRadiusLifeFlaskRecovery"] = { type = "Suffix", affix = "of Recovery", "(2-3)% increased Life Recovery from Flasks", statOrder = { 1715 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "life" }, nodeType = 1, tradeHash = 821241191, }, + ["JewelRadiusLifeFlaskChargeGen"] = { type = "Suffix", affix = "of Pathfinding", "(5-10)% increased Life Flask Charges gained", statOrder = { 6865 }, level = 1, group = "LifeFlaskChargePercentGeneration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4009879772, }, + ["JewelRadiusLifeLeech"] = { type = "Suffix", affix = "of Frenzy", "(2-3)% increased amount of Life Leeched", statOrder = { 1816 }, level = 1, group = "LifeLeechAmount", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2112395885, }, + ["JewelRadiusLifeonKill"] = { type = "Suffix", affix = "of Success", "Recover 1% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 2023107756, }, + ["JewelRadiusLifeRecoup"] = { type = "Suffix", affix = "of Infusion", "1% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 1444556985, }, + ["JewelRadiusLifeRegeneration"] = { type = "Suffix", affix = "of Regeneration", "(3-5)% increased Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 2, tradeHash = 44972811, }, + ["JewelRadiusLightningDamage"] = { type = "Prefix", affix = "Humming", "(1-2)% increased Lightning Damage", statOrder = { 854 }, level = 1, group = "LightningDamagePercentage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 1, tradeHash = 2231156303, }, + ["JewelRadiusLightningPenetration"] = { type = "Prefix", affix = "Surging", "Damage Penetrates (1-2)% Lightning Resistance", statOrder = { 2604 }, level = 1, group = "LightningResistancePenetration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, nodeType = 1, tradeHash = 818778753, }, + ["JewelRadiusMaceDamage"] = { type = "Prefix", affix = "Beating", "(1-2)% increased Damage with Maces", statOrder = { 1182 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1181419800, }, + ["JewelRadiusMaceStun"] = { type = "Suffix", affix = "of Thumping", "(6-12)% increased Stun Buildup with Maces", statOrder = { 7348 }, level = 1, group = "MaceStun", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack" }, nodeType = 2, tradeHash = 872504239, }, + ["JewelRadiusManaFlaskRecovery"] = { type = "Suffix", affix = "of Quenching", "(1-2)% increased Mana Recovery from Flasks", statOrder = { 1716 }, level = 1, group = "FlaskManaRecovery", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "flask", "resource", "mana" }, nodeType = 1, tradeHash = 2222186378, }, + ["JewelRadiusManaFlaskChargeGen"] = { type = "Suffix", affix = "of Fountains", "(5-10)% increased Mana Flask Charges gained", statOrder = { 7380 }, level = 1, group = "ManaFlaskChargePercentGeneration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3590792340, }, + ["JewelRadiusManaLeech"] = { type = "Suffix", affix = "of Thirsting", "(1-2)% increased amount of Mana Leeched", statOrder = { 1818 }, level = 1, group = "ManaLeechAmount", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 2839066308, }, + ["JewelRadiusManaonKill"] = { type = "Suffix", affix = "of Osmosis", "Recover 1% of maximum Mana on Kill", statOrder = { 1440 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 2, tradeHash = 1604736568, }, + ["JewelRadiusManaRegeneration"] = { type = "Suffix", affix = "of Energy", "(1-2)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "mana" }, nodeType = 1, tradeHash = 789117908, }, + ["JewelRadiusMarkCastSpeed"] = { type = "Suffix", affix = "of Targeting", "Mark Skills have (2-3)% increased Use Speed", statOrder = { 1868 }, level = 1, group = "MarkCastSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed", "curse" }, nodeType = 1, tradeHash = 1714971114, }, + ["JewelRadiusMarkDuration"] = { type = "Suffix", affix = "of Tracking", "Mark Skills have (3-4)% increased Skill Effect Duration", statOrder = { 8158 }, level = 1, group = "MarkDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2594634307, }, + ["JewelRadiusMarkEffect"] = { type = "Prefix", affix = "Marking", "(2-3)% increased Effect of your Mark Skills", statOrder = { 2258 }, level = 1, group = "MarkEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "curse" }, nodeType = 2, tradeHash = 712554801, }, + ["JewelRadiusMaximumRage"] = { type = "Prefix", affix = "Angry", "+1 to Maximum Rage", statOrder = { 8886 }, level = 1, group = "MaximumRage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1181501418, }, + ["JewelRadiusMeleeDamage"] = { type = "Prefix", affix = "Clashing", "(1-2)% increased Melee Damage", statOrder = { 1120 }, level = 1, group = "MeleeDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1002362373, }, + ["JewelRadiusMinionAccuracy"] = { type = "Prefix", affix = "Training", "(2-3)% increased Minion Accuracy Rating", statOrder = { 8321 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "minion" }, nodeType = 1, tradeHash = 1718147982, }, + ["JewelRadiusMinionArea"] = { type = "Prefix", affix = "Companion", "Minions have (3-5)% increased Area of Effect", statOrder = { 2638 }, level = 1, group = "MinionAreaOfEffect", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, nodeType = 2, tradeHash = 3811191316, }, + ["JewelRadiusMinionAttackandCastSpeed"] = { type = "Suffix", affix = "of Orchestration", "Minions have (1-2)% increased Attack and Cast Speed", statOrder = { 8328 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "caster", "speed", "minion" }, nodeType = 2, tradeHash = 3091578504, }, + ["JewelRadiusMinionChaosResistance"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(1-2)% to Chaos Resistance", statOrder = { 2548 }, level = 1, group = "MinionChaosResistance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos", "resistance", "minion" }, nodeType = 1, tradeHash = 3837707023, }, + ["JewelRadiusMinionCriticalChance"] = { type = "Suffix", affix = "of Marshalling", "Minions have (5-10)% increased Critical Hit Chance", statOrder = { 8350 }, level = 1, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion", "critical" }, nodeType = 2, tradeHash = 491450213, }, + ["JewelRadiusMinionCriticalMultiplier"] = { type = "Suffix", affix = "of Gripping", "Minions have (6-12)% increased Critical Damage Bonus", statOrder = { 8352 }, level = 1, group = "MinionCriticalStrikeMultiplier", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion", "critical" }, nodeType = 2, tradeHash = 1854213750, }, + ["JewelRadiusMinionDamage"] = { type = "Prefix", affix = "Authoritative", "Minions deal (1-2)% increased Damage", statOrder = { 1642 }, level = 1, group = "MinionDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, nodeType = 1, tradeHash = 1589917703, }, + ["JewelRadiusMinionLife"] = { type = "Prefix", affix = "Fortuitous", "Minions have (1-2)% increased maximum Life", statOrder = { 958 }, level = 1, group = "MinionLife", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, nodeType = 1, tradeHash = 770672621, }, + ["JewelRadiusMinionPhysicalDamageReduction"] = { type = "Suffix", affix = "of Confidence", "Minions have (1-2)% additional Physical Damage Reduction", statOrder = { 1942 }, level = 1, group = "MinionPhysicalDamageReduction", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical", "minion" }, nodeType = 1, tradeHash = 3119612865, }, + ["JewelRadiusMinionResistances"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(1-2)% to all Elemental Resistances", statOrder = { 2547 }, level = 1, group = "MinionElementalResistance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "elemental", "resistance", "minion" }, nodeType = 1, tradeHash = 1423639565, }, + ["JewelRadiusMinionReviveSpeed"] = { type = "Suffix", affix = "of Revival", "Minions Revive (3-7)% faster", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "minion" }, nodeType = 2, tradeHash = 2639966148, }, + ["JewelRadiusMovementSpeed"] = { type = "Suffix", affix = "of Speed", "1% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 2250533757, }, + ["JewelRadiusOfferingDuration"] = { type = "Suffix", affix = "of Offering", "Offering Skills have (6-12)% increased Duration", statOrder = { 8639 }, level = 1, group = "OfferingDuration", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2957407601, }, + ["JewelRadiusOfferingLife"] = { type = "Prefix", affix = "Sacrificial", "Offerings have (2-3)% increased Maximum Life", statOrder = { 8640 }, level = 1, group = "OfferingLife", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 3787460122, }, + ["JewelRadiusPhysicalDamage"] = { type = "Prefix", affix = "Sharpened", "(1-2)% increased Global Physical Damage", statOrder = { 1118 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "damage", "physical" }, nodeType = 1, tradeHash = 1310194496, }, ["JewelRadiusPiercingProjectiles"] = { type = "Suffix", affix = "of Piercing", "(5-10)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2321178454, }, - ["JewelRadiusPinBuildup"] = { type = "Suffix", affix = "of Pinning", "(5-10)% increased Pin Buildup", statOrder = { 6540 }, level = 1, group = "PinBuildup", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3473929743, }, - ["JewelRadiusPoisonChance"] = { type = "Suffix", affix = "of Poisoning", "1% chance to Poison on Hit", statOrder = { 2823 }, level = 1, group = "BaseChanceToPoison", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 795138349, }, - ["JewelRadiusPoisonDamage"] = { type = "Prefix", affix = "Venomous", "(3-7)% increased Magnitude of Poison you inflict", statOrder = { 8536 }, level = 1, group = "PoisonEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "ailment" }, nodeType = 2, tradeHash = 2487305362, }, - ["JewelRadiusPoisonDuration"] = { type = "Suffix", affix = "of Infection", "(3-7)% increased Poison Duration", statOrder = { 2820 }, level = 1, group = "PoisonDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, nodeType = 2, tradeHash = 2011656677, }, - ["JewelRadiusProjectileDamage"] = { type = "Prefix", affix = "Archer's", "(1-2)% increased Projectile Damage", statOrder = { 1682 }, level = 1, group = "ProjectileDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1839076647, }, - ["JewelRadiusProjectileSpeed"] = { type = "Prefix", affix = "Soaring", "(2-3)% increased Projectile Speed", statOrder = { 878 }, level = 1, group = "ProjectileSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 3759663284, }, - ["JewelRadiusQuarterstaffDamage"] = { type = "Prefix", affix = "Monk's", "(1-2)% increased Damage with Quarterstaves", statOrder = { 1183 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 4045894391, }, - ["JewelRadiusQuarterstaffFreezeBuildup"] = { type = "Suffix", affix = "of Glaciers", "(5-10)% increased Freeze Buildup with Quarterstaves", statOrder = { 8628 }, level = 1, group = "QuarterstaffFreezeBuildup", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1697447343, }, - ["JewelRadiusQuarterstaffSpeed"] = { type = "Suffix", affix = "of Sequencing", "(1-2)% increased Attack Speed with Quarterstaves", statOrder = { 1264 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3283482523, }, - ["JewelRadiusQuiverEffect"] = { type = "Prefix", affix = "Fletching", "(2-3)% increased bonuses gained from Equipped Quiver", statOrder = { 8636 }, level = 1, group = "QuiverModifierEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1200678966, }, - ["JewelRadiusRageonHit"] = { type = "Suffix", affix = "of Raging", "Gain 1 Rage on Melee Hit", statOrder = { 6240 }, level = 1, group = "RageOnHit", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2709367754, }, - ["JewelRadiusRagewhenHit"] = { type = "Suffix", affix = "of Retribution", "Gain (1-2) Rage when Hit by an Enemy", statOrder = { 6242 }, level = 1, group = "GainRageWhenHit", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3292710273, }, - ["JewelRadiusShieldDefences"] = { type = "Prefix", affix = "Shielding", "(8-15)% increased Defences from Equipped Shield", statOrder = { 8825 }, level = 1, group = "ShieldArmourIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "defences" }, nodeType = 2, tradeHash = 145497481, }, + ["JewelRadiusPinBuildup"] = { type = "Suffix", affix = "of Pinning", "(5-10)% increased Pin Buildup", statOrder = { 6657 }, level = 1, group = "PinBuildup", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3473929743, }, + ["JewelRadiusPoisonChance"] = { type = "Suffix", affix = "of Poisoning", "1% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 795138349, }, + ["JewelRadiusPoisonDamage"] = { type = "Prefix", affix = "Venomous", "(3-7)% increased Magnitude of Poison you inflict", statOrder = { 8780 }, level = 1, group = "PoisonEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "ailment" }, nodeType = 2, tradeHash = 2487305362, }, + ["JewelRadiusPoisonDuration"] = { type = "Suffix", affix = "of Infection", "(3-7)% increased Poison Duration", statOrder = { 2775 }, level = 1, group = "PoisonDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "poison", "chaos", "ailment" }, nodeType = 2, tradeHash = 2011656677, }, + ["JewelRadiusProjectileDamage"] = { type = "Prefix", affix = "Archer's", "(1-2)% increased Projectile Damage", statOrder = { 1659 }, level = 1, group = "ProjectileDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1839076647, }, + ["JewelRadiusProjectileSpeed"] = { type = "Prefix", affix = "Soaring", "(2-3)% increased Projectile Speed", statOrder = { 872 }, level = 1, group = "ProjectileSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 3759663284, }, + ["JewelRadiusQuarterstaffDamage"] = { type = "Prefix", affix = "Monk's", "(1-2)% increased Damage with Quarterstaves", statOrder = { 1171 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 4045894391, }, + ["JewelRadiusQuarterstaffFreezeBuildup"] = { type = "Suffix", affix = "of Glaciers", "(5-10)% increased Freeze Buildup with Quarterstaves", statOrder = { 8874 }, level = 1, group = "QuarterstaffFreezeBuildup", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1697447343, }, + ["JewelRadiusQuarterstaffSpeed"] = { type = "Suffix", affix = "of Sequencing", "(1-2)% increased Attack Speed with Quarterstaves", statOrder = { 1252 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3283482523, }, + ["JewelRadiusQuiverEffect"] = { type = "Prefix", affix = "Fletching", "(2-3)% increased bonuses gained from Equipped Quiver", statOrder = { 8882 }, level = 1, group = "QuiverModifierEffect", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1200678966, }, + ["JewelRadiusRageonHit"] = { type = "Suffix", affix = "of Raging", "Gain 1 Rage on Melee Hit", statOrder = { 6339 }, level = 1, group = "RageOnHit", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 2709367754, }, + ["JewelRadiusRagewhenHit"] = { type = "Suffix", affix = "of Retribution", "Gain (1-2) Rage when Hit by an Enemy", statOrder = { 6341 }, level = 1, group = "GainRageWhenHit", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3292710273, }, + ["JewelRadiusShieldDefences"] = { type = "Prefix", affix = "Shielding", "(8-15)% increased Defences from Equipped Shield", statOrder = { 9088 }, level = 1, group = "ShieldArmourIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "defences" }, nodeType = 2, tradeHash = 145497481, }, ["JewelRadiusShockChance"] = { type = "Suffix", affix = "of Shocking", "(2-3)% increased chance to Shock", statOrder = { 988 }, level = 1, group = "ShockChanceIncrease", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 293638271, }, - ["JewelRadiusShockDuration"] = { type = "Suffix", affix = "of Paralyzing", "(2-3)% increased Shock Duration", statOrder = { 1554 }, level = 1, group = "ShockDuration", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, nodeType = 1, tradeHash = 3668351662, }, - ["JewelRadiusShockEffect"] = { type = "Prefix", affix = "Jolting", "(5-7)% increased Magnitude of Shock you inflict", statOrder = { 8831 }, level = 1, group = "ShockEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, nodeType = 2, tradeHash = 2527686725, }, - ["JewelRadiusSlowEffectOnSelf"] = { type = "Suffix", affix = "of Hastening", "(2-5)% reduced Slowing Potency of Debuffs on You", statOrder = { 4548 }, level = 1, group = "SlowPotency", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 924253255, }, - ["JewelRadiusSpearAttackSpeed"] = { type = "Suffix", affix = "of Spearing", "(1-2)% increased Attack Speed with Spears", statOrder = { 1271 }, level = 1, group = "SpearAttackSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 1165163804, }, - ["JewelRadiusSpearCriticalDamage"] = { type = "Suffix", affix = "of Hunting", "(5-10)% increased Critical Damage Bonus with Spears", statOrder = { 1336 }, level = 1, group = "SpearCriticalDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 2456523742, }, - ["JewelRadiusSpearDamage"] = { type = "Prefix", affix = "Spearheaded", "(1-2)% increased Damage with Spears", statOrder = { 1212 }, level = 1, group = "SpearDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 2696027455, }, - ["JewelRadiusSpellCriticalChance"] = { type = "Suffix", affix = "of Annihilating", "(3-7)% increased Critical Hit Chance for Spells", statOrder = { 933 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, nodeType = 2, tradeHash = 737908626, }, - ["JewelRadiusSpellDamage"] = { type = "Prefix", affix = "Mystic", "(1-2)% increased Spell Damage", statOrder = { 855 }, level = 1, group = "WeaponSpellDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, nodeType = 1, tradeHash = 2974417149, }, - ["JewelRadiusStunBuildup"] = { type = "Suffix", affix = "of Stunning", "(5-10)% increased Stun Buildup", statOrder = { 979 }, level = 1, group = "StunDamageIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 239367161, }, - ["JewelRadiusStunThreshold"] = { type = "Suffix", affix = "of Withstanding", "(1-2)% increased Stun Threshold", statOrder = { 2914 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 680068163, }, - ["JewelRadiusStunThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Barriers", "Gain additional Stun Threshold equal to (1-2)% of maximum Energy Shield", statOrder = { 9099 }, level = 1, group = "StunThresholdfromEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 416040624, }, - ["JewelRadiusAilmentThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Inuring", "Gain additional Ailment Threshold equal to (1-2)% of maximum Energy Shield", statOrder = { 4161 }, level = 1, group = "AilmentThresholdfromEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "ailment" }, nodeType = 1, tradeHash = 3398301358, }, - ["JewelRadiusStunThresholdIfNotStunnedRecently"] = { type = "Suffix", affix = "of Stoutness", "(2-3)% increased Stun Threshold if you haven't been Stunned Recently", statOrder = { 9101 }, level = 1, group = "IncreasedStunThresholdIfNoRecentStun", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1405298142, }, - ["JewelRadiusBleedingEffect"] = { type = "Prefix", affix = "Haemorrhaging", "(3-7)% increased Magnitude of Bleeding you inflict", statOrder = { 4598 }, level = 1, group = "BleedDotMultiplier", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, nodeType = 2, tradeHash = 3166958180, }, - ["JewelRadiusSwordDamage"] = { type = "Prefix", affix = "Vicious", "(1-2)% increased Damage with Swords", statOrder = { 1204 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 83050999, }, - ["JewelRadiusSwordSpeed"] = { type = "Suffix", affix = "of Fencing", "(1-2)% increased Attack Speed with Swords", statOrder = { 1269 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3293699237, }, - ["JewelRadiusThorns"] = { type = "Prefix", affix = "Retaliating", "(2-3)% increased Thorns damage", statOrder = { 9211 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1315743832, }, - ["JewelRadiusTotemDamage"] = { type = "Prefix", affix = "Shaman's", "(2-3)% increased Totem Damage", statOrder = { 1097 }, level = 1, group = "TotemDamageForJewel", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 3851254963, }, - ["JewelRadiusTotemLife"] = { type = "Prefix", affix = "Carved", "(2-3)% increased Totem Life", statOrder = { 1473 }, level = 1, group = "IncreasedTotemLife", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 686254215, }, - ["JewelRadiusTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ancestry", "(2-3)% increased Totem Placement speed", statOrder = { 2272 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 1, tradeHash = 3374165039, }, - ["JewelRadiusTrapDamage"] = { type = "Prefix", affix = "Trapping", "(1-2)% increased Trap Damage", statOrder = { 856 }, level = 1, group = "TrapDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2941585404, }, - ["JewelRadiusTrapThrowSpeed"] = { type = "Suffix", affix = "of Preparation", "(2-4)% increased Trap Throwing Speed", statOrder = { 1615 }, level = 1, group = "TrapThrowSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 118398748, }, - ["JewelRadiusTriggeredSpellDamage"] = { type = "Prefix", affix = "Triggered", "Triggered Spells deal (2-3)% increased Spell Damage", statOrder = { 9273 }, level = 1, group = "DamageWithTriggeredSpells", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, nodeType = 1, tradeHash = 3067892458, }, - ["JewelRadiusUnarmedDamage"] = { type = "Prefix", affix = "Punching", "(1-2)% increased Damage with Unarmed Attacks", statOrder = { 3195 }, level = 1, group = "UnarmedDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1870736574, }, - ["JewelRadiusWarcryBuffEffect"] = { type = "Prefix", affix = "of Warcries", "(3-7)% increased Warcry Buff Effect", statOrder = { 9424 }, level = 1, group = "WarcryEffect", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3037553757, }, - ["JewelRadiusWarcryCooldown"] = { type = "Suffix", affix = "of Rallying", "(3-7)% increased Warcry Cooldown Recovery Rate", statOrder = { 2967 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4159248054, }, - ["JewelRadiusWarcryDamage"] = { type = "Prefix", affix = "Yelling", "(2-3)% increased Damage with Warcries", statOrder = { 9427 }, level = 1, group = "WarcryDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1594812856, }, - ["JewelRadiusWarcrySpeed"] = { type = "Suffix", affix = "of Lungs", "(2-3)% increased Warcry Speed", statOrder = { 2920 }, level = 1, group = "WarcrySpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 1, tradeHash = 1316278494, }, - ["JewelRadiusWeaponSwapSpeed"] = { type = "Suffix", affix = "of Swapping", "(2-4)% increased Weapon Swap Speed", statOrder = { 9436 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 1, tradeHash = 3233599707, }, - ["JewelRadiusWitheredEffect"] = { type = "Prefix", affix = "Withering", "(3-5)% increased Effect of Withered", statOrder = { 9454 }, level = 1, group = "WitheredEffect", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos" }, nodeType = 2, tradeHash = 2545584555, }, - ["JewelRadiusUnarmedAttackSpeed"] = { type = "Suffix", affix = "of Jabbing", "(1-2)% increased Unarmed Attack Speed", statOrder = { 9328 }, level = 1, group = "UnarmedAttackSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 662579422, }, - ["JewelRadiusProjectileDamageIfMeleeHitRecently"] = { type = "Prefix", affix = "Retreating", "(2-3)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8584 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3596695232, }, - ["JewelRadiusMeleeDamageIfProjectileHitRecently"] = { type = "Prefix", affix = "Engaging", "(2-3)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8046 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3028809864, }, - ["JewelRadiusParryDamage"] = { type = "Prefix", affix = "Parrying", "(2-3)% increased Parry Damage", statOrder = { 8433 }, level = 1, group = "ParryDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1569159338, }, - ["JewelRadiusParriedDebuffDuration"] = { type = "Suffix", affix = "of Unsettling", "(5-10)% increased Parried Debuff Duration", statOrder = { 8439 }, level = 1, group = "ParriedDebuffDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, nodeType = 2, tradeHash = 3401186585, }, - ["JewelRadiusStunThresholdDuringParry"] = { type = "Suffix", affix = "of Biding", "(8-12)% increased Stun Threshold while Parrying", statOrder = { 8440 }, level = 1, group = "StunThresholdDuringParry", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1911237468, }, - ["JewelRadiusVolatilityOnKillChance"] = { type = "Suffix", affix = "of Volatility", "1% chance to gain Volatility on Kill", statOrder = { 9403 }, level = 1, group = "VolatilityOnKillChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3749502527, }, - ["JewelRadiusCompanionDamage"] = { type = "Prefix", affix = "Kinship", "Companions deal (2-3)% increased Damage", statOrder = { 5252 }, level = 1, group = "CompanionDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, nodeType = 1, tradeHash = 234296660, }, - ["JewelRadiusCompanionLife"] = { type = "Prefix", affix = "Kindred", "Companions have (2-3)% increased maximum Life", statOrder = { 5254 }, level = 1, group = "CompanionLife", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, nodeType = 1, tradeHash = 1805182458, }, - ["JewelRadiusHazardDamage"] = { type = "Prefix", affix = "Hazardous", "(2-3)% increased Hazard Damage", statOrder = { 6336 }, level = 1, group = "HazardDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1697951953, }, - ["JewelRadiusIncisionChance"] = { type = "Prefix", affix = "Incise", "(3-5)% chance for Attack Hits to apply Incision", statOrder = { 5099 }, level = 1, group = "IncisionChance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "ailment" }, nodeType = 1, tradeHash = 300723956, }, - ["JewelRadiusBannerValourGained"] = { type = "Suffix", affix = "of Valour", "(8-12)% increased Valour gained", statOrder = { 4469 }, level = 1, group = "BannerValourGained", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1050359418, }, + ["JewelRadiusShockDuration"] = { type = "Suffix", affix = "of Paralyzing", "(2-3)% increased Shock Duration", statOrder = { 1537 }, level = 1, group = "ShockDuration", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, nodeType = 1, tradeHash = 3668351662, }, + ["JewelRadiusShockEffect"] = { type = "Prefix", affix = "Jolting", "(5-7)% increased Magnitude of Shock you inflict", statOrder = { 9095 }, level = 1, group = "ShockEffect", weightKey = { "dex_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { "elemental", "lightning", "ailment" }, nodeType = 2, tradeHash = 2527686725, }, + ["JewelRadiusSlowEffectOnSelf"] = { type = "Suffix", affix = "of Hastening", "(2-5)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 924253255, }, + ["JewelRadiusSpearAttackSpeed"] = { type = "Suffix", affix = "of Spearing", "(1-2)% increased Attack Speed with Spears", statOrder = { 1259 }, level = 1, group = "SpearAttackSpeed", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 1165163804, }, + ["JewelRadiusSpearCriticalDamage"] = { type = "Suffix", affix = "of Hunting", "(5-10)% increased Critical Damage Bonus with Spears", statOrder = { 1324 }, level = 1, group = "SpearCriticalDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "critical" }, nodeType = 2, tradeHash = 2456523742, }, + ["JewelRadiusSpearDamage"] = { type = "Prefix", affix = "Spearheaded", "(1-2)% increased Damage with Spears", statOrder = { 1200 }, level = 1, group = "SpearDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 2696027455, }, + ["JewelRadiusSpellCriticalChance"] = { type = "Suffix", affix = "of Annihilating", "(3-7)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster", "critical" }, nodeType = 2, tradeHash = 737908626, }, + ["JewelRadiusSpellDamage"] = { type = "Prefix", affix = "Mystic", "(1-2)% increased Spell Damage", statOrder = { 850 }, level = 1, group = "WeaponSpellDamage", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, nodeType = 1, tradeHash = 2974417149, }, + ["JewelRadiusStunBuildup"] = { type = "Suffix", affix = "of Stunning", "(5-10)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "StunDamageIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 239367161, }, + ["JewelRadiusStunThreshold"] = { type = "Suffix", affix = "of Withstanding", "(1-2)% increased Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 680068163, }, + ["JewelRadiusStunThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Barriers", "Gain additional Stun Threshold equal to (1-2)% of maximum Energy Shield", statOrder = { 9364 }, level = 1, group = "StunThresholdfromEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 416040624, }, + ["JewelRadiusAilmentThresholdfromEnergyShield"] = { type = "Suffix", affix = "of Inuring", "Gain additional Ailment Threshold equal to (1-2)% of maximum Energy Shield", statOrder = { 4129 }, level = 1, group = "AilmentThresholdfromEnergyShield", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "ailment" }, nodeType = 1, tradeHash = 3398301358, }, + ["JewelRadiusStunThresholdIfNotStunnedRecently"] = { type = "Suffix", affix = "of Stoutness", "(2-3)% increased Stun Threshold if you haven't been Stunned Recently", statOrder = { 9366 }, level = 1, group = "IncreasedStunThresholdIfNoRecentStun", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1405298142, }, + ["JewelRadiusBleedingEffect"] = { type = "Prefix", affix = "Haemorrhaging", "(3-7)% increased Magnitude of Bleeding you inflict", statOrder = { 4626 }, level = 1, group = "BleedDotMultiplier", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, nodeType = 2, tradeHash = 3166958180, }, + ["JewelRadiusSwordDamage"] = { type = "Prefix", affix = "Vicious", "(1-2)% increased Damage with Swords", statOrder = { 1192 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 83050999, }, + ["JewelRadiusSwordSpeed"] = { type = "Suffix", affix = "of Fencing", "(1-2)% increased Attack Speed with Swords", statOrder = { 1257 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 3293699237, }, + ["JewelRadiusThorns"] = { type = "Prefix", affix = "Retaliating", "(2-3)% increased Thorns damage", statOrder = { 9476 }, level = 1, group = "ThornsDamageIncrease", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1315743832, }, + ["JewelRadiusTotemDamage"] = { type = "Prefix", affix = "Shaman's", "(2-3)% increased Totem Damage", statOrder = { 1085 }, level = 1, group = "TotemDamageForJewel", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 3851254963, }, + ["JewelRadiusTotemLife"] = { type = "Prefix", affix = "Carved", "(2-3)% increased Totem Life", statOrder = { 1456 }, level = 1, group = "IncreasedTotemLife", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life" }, nodeType = 1, tradeHash = 686254215, }, + ["JewelRadiusTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ancestry", "(2-3)% increased Totem Placement speed", statOrder = { 2240 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 1, tradeHash = 3374165039, }, + ["JewelRadiusTrapDamage"] = { type = "Prefix", affix = "Trapping", "(1-2)% increased Trap Damage", statOrder = { 851 }, level = 1, group = "TrapDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 2941585404, }, + ["JewelRadiusTrapThrowSpeed"] = { type = "Suffix", affix = "of Preparation", "(2-4)% increased Trap Throwing Speed", statOrder = { 1594 }, level = 1, group = "TrapThrowSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 2, tradeHash = 118398748, }, + ["JewelRadiusTriggeredSpellDamage"] = { type = "Prefix", affix = "Triggered", "Triggered Spells deal (2-3)% increased Spell Damage", statOrder = { 9540 }, level = 1, group = "DamageWithTriggeredSpells", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "caster_damage", "damage", "caster" }, nodeType = 1, tradeHash = 3067892458, }, + ["JewelRadiusUnarmedDamage"] = { type = "Prefix", affix = "Punching", "(1-2)% increased Damage with Unarmed Attacks", statOrder = { 3142 }, level = 1, group = "UnarmedDamage", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 1870736574, }, + ["JewelRadiusWarcryBuffEffect"] = { type = "Prefix", affix = "of Warcries", "(3-7)% increased Warcry Buff Effect", statOrder = { 9702 }, level = 1, group = "WarcryEffect", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3037553757, }, + ["JewelRadiusWarcryCooldown"] = { type = "Suffix", affix = "of Rallying", "(3-7)% increased Warcry Cooldown Recovery Rate", statOrder = { 2918 }, level = 1, group = "WarcryCooldownSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 4159248054, }, + ["JewelRadiusWarcryDamage"] = { type = "Prefix", affix = "Yelling", "(2-3)% increased Damage with Warcries", statOrder = { 9705 }, level = 1, group = "WarcryDamage", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1594812856, }, + ["JewelRadiusWarcrySpeed"] = { type = "Suffix", affix = "of Lungs", "(2-3)% increased Warcry Speed", statOrder = { 2873 }, level = 1, group = "WarcrySpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "speed" }, nodeType = 1, tradeHash = 1316278494, }, + ["JewelRadiusWeaponSwapSpeed"] = { type = "Suffix", affix = "of Swapping", "(2-4)% increased Weapon Swap Speed", statOrder = { 9716 }, level = 1, group = "WeaponSwapSpeed", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 1, tradeHash = 3233599707, }, + ["JewelRadiusWitheredEffect"] = { type = "Prefix", affix = "Withering", "(3-5)% increased Withered Magnitude", statOrder = { 9734 }, level = 1, group = "WitheredEffect", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "chaos" }, nodeType = 2, tradeHash = 3973629633, }, + ["JewelRadiusUnarmedAttackSpeed"] = { type = "Suffix", affix = "of Jabbing", "(1-2)% increased Unarmed Attack Speed", statOrder = { 9595 }, level = 1, group = "UnarmedAttackSpeed", weightKey = { "radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "attack", "speed" }, nodeType = 2, tradeHash = 662579422, }, + ["JewelRadiusProjectileDamageIfMeleeHitRecently"] = { type = "Prefix", affix = "Retreating", "(2-3)% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", statOrder = { 8828 }, level = 1, group = "ProjectileDamageIfMeleeHitRecently", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3596695232, }, + ["JewelRadiusMeleeDamageIfProjectileHitRecently"] = { type = "Prefix", affix = "Engaging", "(2-3)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8239 }, level = 1, group = "MeleeDamageIfProjectileHitRecently", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "attack" }, nodeType = 1, tradeHash = 3028809864, }, + ["JewelRadiusParryDamage"] = { type = "Prefix", affix = "Parrying", "(2-3)% increased Parry Damage", statOrder = { 8661 }, level = 1, group = "ParryDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 1569159338, }, + ["JewelRadiusParriedDebuffDuration"] = { type = "Suffix", affix = "of Unsettling", "(5-10)% increased Parried Debuff Duration", statOrder = { 8670 }, level = 1, group = "ParriedDebuffDuration", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "block" }, nodeType = 2, tradeHash = 3401186585, }, + ["JewelRadiusStunThresholdDuringParry"] = { type = "Suffix", affix = "of Biding", "(8-12)% increased Stun Threshold while Parrying", statOrder = { 8671 }, level = 1, group = "StunThresholdDuringParry", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1911237468, }, + ["JewelRadiusVolatilityOnKillChance"] = { type = "Suffix", affix = "of Volatility", "1% chance to gain Volatility on Kill", statOrder = { 9681 }, level = 1, group = "VolatilityOnKillChance", weightKey = { "int_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 3749502527, }, + ["JewelRadiusCompanionDamage"] = { type = "Prefix", affix = "Kinship", "Companions deal (2-3)% increased Damage", statOrder = { 5287 }, level = 1, group = "CompanionDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage", "minion" }, nodeType = 1, tradeHash = 234296660, }, + ["JewelRadiusCompanionLife"] = { type = "Prefix", affix = "Kindred", "Companions have (2-3)% increased maximum Life", statOrder = { 5289 }, level = 1, group = "CompanionLife", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "resource", "life", "minion" }, nodeType = 1, tradeHash = 1805182458, }, + ["JewelRadiusHazardDamage"] = { type = "Prefix", affix = "Hazardous", "(2-3)% increased Hazard Damage", statOrder = { 6444 }, level = 1, group = "HazardDamage", weightKey = { "dex_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "damage" }, nodeType = 1, tradeHash = 1697951953, }, + ["JewelRadiusIncisionChance"] = { type = "Prefix", affix = "Incise", "(3-5)% chance for Attack Hits to apply Incision", statOrder = { 5127 }, level = 1, group = "IncisionChance", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "ailment" }, nodeType = 1, tradeHash = 300723956, }, + ["JewelRadiusBannerValourGained"] = { type = "Suffix", affix = "of Valour", "(8-12)% increased Glory generation for Banner Skills", statOrder = { 6382 }, level = 1, group = "BannerValourGained", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 1869147066, }, ["JewelRadiusBannerArea"] = { type = "Prefix", affix = "Rallying", "Banner Skills have (2-3)% increased Area of Effect", statOrder = { 4464 }, level = 1, group = "BannerArea", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 429143663, }, ["JewelRadiusBannerDuration"] = { type = "Suffix", affix = "of Inspiring", "Banner Skills have (3-4)% increased Duration", statOrder = { 4466 }, level = 1, group = "BannerDuration", weightKey = { "str_radius_jewel", "default" }, weightVal = { 1, 0 }, modTags = { }, nodeType = 1, tradeHash = 2720982137, }, ["JewelRadiusPresenceRadius"] = { type = "Prefix", affix = "Iconic", "(8-12)% increased Presence Area of Effect", statOrder = { 998 }, level = 1, group = "PresenceRadius", weightKey = { "str_radius_jewel", "int_radius_jewel", "default" }, weightVal = { 1, 1, 0 }, modTags = { }, nodeType = 2, tradeHash = 101878827, }, diff --git a/src/Data/ModRunes.lua b/src/Data/ModRunes.lua index 26443ebedb..1f99bfec1d 100644 --- a/src/Data/ModRunes.lua +++ b/src/Data/ModRunes.lua @@ -3,23 +3,23 @@ return { ["Hayoxi's Soul Core of Heatproofing"] = { - ["body armour"] = { + ["helmet"] = { type = "Rune", - "20% of Armour also applies to Cold Damage taken from Hits", + "+30% of Armour also applies to Cold Damage", statOrder = { 4481 }, }, }, ["Zalatl's Soul Core of Insulation"] = { - ["body armour"] = { + ["boots"] = { type = "Rune", - "20% of Armour also applies to Lightning Damage taken from Hits", + "+30% of Armour also applies to Lightning Damage", statOrder = { 4483 }, }, }, ["Topotante's Soul Core of Dampening"] = { - ["body armour"] = { + ["gloves"] = { type = "Rune", - "20% of Armour also applies to Fire Damage taken from Hits", + "+30% of Armour also applies to Fire Damage", statOrder = { 4482 }, }, }, @@ -27,7 +27,7 @@ return { ["body armour"] = { type = "Rune", "30% faster start of Energy Shield Recharge", - statOrder = { 1379 }, + statOrder = { 963 }, }, }, ["Quipolatl's Soul Core of Flow"] = { @@ -35,14 +35,14 @@ return { type = "Rune", "8% increased Skill Effect Duration", "8% increased Cooldown Recovery Rate", - statOrder = { 1586, 4504 }, + statOrder = { 1569, 4507 }, }, }, ["Tzamoto's Soul Core of Ferocity"] = { ["helmet"] = { type = "Rune", "+4 to Maximum Rage", - statOrder = { 8640 }, + statOrder = { 8886 }, }, }, ["Uromoti's Soul Core of Attenuation"] = { @@ -50,167 +50,167 @@ return { type = "Rune", "15% increased Curse Duration", "15% increased Poison Duration", - statOrder = { 1480, 2820 }, + statOrder = { 1463, 2775 }, }, }, ["Opiloti's Soul Core of Assault"] = { ["weapon"] = { type = "Rune", "50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge", - statOrder = { 5069 }, + statOrder = { 5097 }, }, ["caster"] = { type = "Rune", "50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge", - statOrder = { 5069 }, + statOrder = { 5097 }, }, }, ["Guatelitzi's Soul Core of Endurance"] = { ["weapon"] = { type = "Rune", "50% chance when you gain an Endurance Charge to gain an additional Endurance Charge", - statOrder = { 5068 }, + statOrder = { 5096 }, }, ["caster"] = { type = "Rune", "50% chance when you gain an Endurance Charge to gain an additional Endurance Charge", - statOrder = { 5068 }, + statOrder = { 5096 }, }, }, ["Xopec's Soul Core of Power"] = { ["weapon"] = { type = "Rune", "50% chance when you gain a Power Charge to gain an additional Power Charge", - statOrder = { 5070 }, + statOrder = { 5098 }, }, ["caster"] = { type = "Rune", "50% chance when you gain a Power Charge to gain an additional Power Charge", - statOrder = { 5070 }, + statOrder = { 5098 }, }, }, ["Estazunti's Soul Core of Convalescence"] = { ["boots"] = { type = "Rune", "10% increased speed of Recoup Effects", - statOrder = { 8689 }, + statOrder = { 8937 }, }, }, ["Tacati's Soul Core of Affliction"] = { ["helmet"] = { type = "Rune", "Enemies you Curse have -4% to Chaos Resistance", - statOrder = { 3663 }, + statOrder = { 3606 }, }, }, ["Cholotl's Soul Core of War"] = { ["bow"] = { type = "Rune", "20% increased Projectile Speed", - statOrder = { 878 }, + statOrder = { 872 }, }, }, ["Citaqualotl's Soul Core of Foulness"] = { ["weapon"] = { type = "Rune", - "Adds 13 to 19 Chaos damage", - statOrder = { 1235 }, + "Adds 19 to 29 Chaos damage", + statOrder = { 1223 }, }, }, ["Xipocado's Soul Core of Dominion"] = { ["caster"] = { type = "Rune", "Minions deal 40% increased Damage with Command Skills", - statOrder = { 8147 }, + statOrder = { 8347 }, }, ["sceptre"] = { type = "Rune", "Minions deal 40% increased Damage with Command Skills", - statOrder = { 8147 }, + statOrder = { 8347 }, }, }, ["Soul Core of Tacati"] = { ["weapon"] = { type = "Rune", "15% chance to Poison on Hit with this weapon", - statOrder = { 7059 }, + statOrder = { 7224 }, }, ["armour"] = { type = "Rune", "+11% to Chaos Resistance", - statOrder = { 959 }, + statOrder = { 957 }, }, }, ["Soul Core of Opiloti"] = { ["weapon"] = { type = "Rune", "15% chance to cause Bleeding on Hit", - statOrder = { 2178 }, + statOrder = { 2147 }, }, - ["armour"] = { + ["helmet"] = { type = "Rune", - "10% increased Charm Charges gained", - statOrder = { 5146 }, + "20% increased Charm Charges gained", + statOrder = { 5177 }, }, }, ["Soul Core of Jiquani"] = { ["weapon"] = { type = "Rune", "Recover 2% of maximum Life on Kill", - statOrder = { 1451 }, + statOrder = { 1434 }, }, - ["armour"] = { + ["body armour"] = { type = "Rune", - "2% increased maximum Life", - statOrder = { 873 }, + "3% increased maximum Life", + statOrder = { 867 }, }, }, ["Soul Core of Zalatl"] = { ["weapon"] = { type = "Rune", "Recover 2% of maximum Mana on Kill", - statOrder = { 1453 }, + statOrder = { 1436 }, }, - ["armour"] = { + ["helmet"] = { type = "Rune", - "2% increased maximum Mana", - statOrder = { 875 }, + "3% increased maximum Mana", + statOrder = { 869 }, }, }, ["Soul Core of Citaqualotl"] = { ["weapon"] = { type = "Rune", "30% increased Elemental Damage with Attacks", - statOrder = { 861 }, + statOrder = { 856 }, }, ["armour"] = { type = "Rune", "+5% to all Elemental Resistances", - statOrder = { 955 }, + statOrder = { 953 }, }, }, ["Soul Core of Puhuarte"] = { ["weapon"] = { type = "Rune", - "30% increased chance to Ignite", + "30% increased Flammability Magnitude", statOrder = { 984 }, }, - ["armour"] = { + ["gloves"] = { type = "Rune", "+1% to Maximum Fire Resistance", - statOrder = { 951 }, + statOrder = { 949 }, }, }, ["Soul Core of Tzamoto"] = { ["weapon"] = { type = "Rune", - "20% increased Freeze Buildup", + "30% increased Freeze Buildup", statOrder = { 986 }, }, - ["armour"] = { + ["helmet"] = { type = "Rune", "+1% to Maximum Cold Resistance", - statOrder = { 952 }, + statOrder = { 950 }, }, }, ["Soul Core of Xopec"] = { @@ -219,208 +219,208 @@ return { "30% increased chance to Shock", statOrder = { 988 }, }, - ["armour"] = { + ["boots"] = { type = "Rune", "+1% to Maximum Lightning Resistance", - statOrder = { 953 }, + statOrder = { 951 }, }, }, ["Soul Core of Azcapa"] = { ["weapon"] = { type = "Rune", "+15 to Spirit", - statOrder = { 877 }, + statOrder = { 871 }, }, - ["armour"] = { + ["gloves"] = { type = "Rune", - "5% increased Quantity of Gold Dropped by Slain Enemies", - statOrder = { 6281 }, + "10% increased Quantity of Gold Dropped by Slain Enemies", + statOrder = { 6384 }, }, }, ["Soul Core of Topotante"] = { ["weapon"] = { type = "Rune", "Attacks with this Weapon Penetrate 15% Elemental Resistances", - statOrder = { 3373 }, + statOrder = { 3319 }, }, - ["armour"] = { + ["boots"] = { type = "Rune", - "15% increased Elemental Ailment Threshold", - statOrder = { 4162 }, + "25% increased Elemental Ailment Threshold", + statOrder = { 4130 }, }, }, ["Soul Core of Quipolatl"] = { ["weapon"] = { type = "Rune", "5% increased Attack Speed", - statOrder = { 919 }, + statOrder = { 916 }, }, - ["armour"] = { + ["boots"] = { type = "Rune", - "10% reduced Slowing Potency of Debuffs on You", - statOrder = { 4548 }, + "15% reduced Slowing Potency of Debuffs on You", + statOrder = { 4572 }, }, }, ["Soul Core of Ticaba"] = { ["weapon"] = { type = "Rune", - "+12% to Critical Damage Bonus", - statOrder = { 918 }, + "+5% to Critical Damage Bonus", + statOrder = { 915 }, }, - ["armour"] = { + ["body armour"] = { type = "Rune", - "Hits against you have 10% reduced Critical Damage Bonus", - statOrder = { 948 }, + "Hits against you have 20% reduced Critical Damage Bonus", + statOrder = { 946 }, }, }, ["Soul Core of Atmohua"] = { ["weapon"] = { type = "Rune", "Convert 20% of Requirements to Strength", - statOrder = { 7063 }, + statOrder = { 7228 }, }, ["armour"] = { type = "Rune", "Convert 20% of Requirements to Strength", - statOrder = { 7063 }, + statOrder = { 7228 }, }, }, ["Soul Core of Cholotl"] = { ["weapon"] = { type = "Rune", "Convert 20% of Requirements to Dexterity", - statOrder = { 7061 }, + statOrder = { 7226 }, }, ["armour"] = { type = "Rune", "Convert 20% of Requirements to Dexterity", - statOrder = { 7061 }, + statOrder = { 7226 }, }, }, ["Soul Core of Zantipi"] = { ["weapon"] = { type = "Rune", "Convert 20% of Requirements to Intelligence", - statOrder = { 7062 }, + statOrder = { 7227 }, }, ["armour"] = { type = "Rune", "Convert 20% of Requirements to Intelligence", - statOrder = { 7062 }, + statOrder = { 7227 }, }, }, ["Desert Rune"] = { ["weapon"] = { type = "Rune", "Adds 7 to 11 Fire Damage", - statOrder = { 825 }, + statOrder = { 821 }, }, ["armour"] = { type = "Rune", "+12% to Fire Resistance", - statOrder = { 956 }, + statOrder = { 954 }, }, ["caster"] = { type = "Rune", - "Gain 10% of Damage as Extra Fire Damage", - statOrder = { 849 }, + "Gain 8% of Damage as Extra Fire Damage", + statOrder = { 844 }, }, }, ["Glacial Rune"] = { ["weapon"] = { type = "Rune", "Adds 6 to 10 Cold Damage", - statOrder = { 826 }, + statOrder = { 822 }, }, ["armour"] = { type = "Rune", "+12% to Cold Resistance", - statOrder = { 957 }, + statOrder = { 955 }, }, ["caster"] = { type = "Rune", - "Gain 10% of Damage as Extra Cold Damage", - statOrder = { 851 }, + "Gain 8% of Damage as Extra Cold Damage", + statOrder = { 846 }, }, }, ["Storm Rune"] = { ["weapon"] = { type = "Rune", "Adds 1 to 20 Lightning Damage", - statOrder = { 827 }, + statOrder = { 823 }, }, ["armour"] = { type = "Rune", "+12% to Lightning Resistance", - statOrder = { 958 }, + statOrder = { 956 }, }, ["caster"] = { type = "Rune", - "Gain 10% of Damage as Extra Lightning Damage", - statOrder = { 853 }, + "Gain 8% of Damage as Extra Lightning Damage", + statOrder = { 848 }, }, }, ["Iron Rune"] = { ["weapon"] = { type = "Rune", - "20% increased Physical Damage", - statOrder = { 823 }, + "16% increased Physical Damage", + statOrder = { 819 }, }, ["armour"] = { type = "Rune", - "20% increased Armour, Evasion and Energy Shield", - statOrder = { 1377 }, + "16% increased Armour, Evasion and Energy Shield", + statOrder = { 1361 }, }, ["caster"] = { type = "Rune", "25% increased Spell Damage", - statOrder = { 855 }, + statOrder = { 850 }, }, }, ["Body Rune"] = { ["weapon"] = { type = "Rune", "Leeches 2.5% of Physical Damage as Life", - statOrder = { 967 }, + statOrder = { 968 }, }, ["armour"] = { type = "Rune", "+30 to maximum Life", - statOrder = { 872 }, + statOrder = { 866 }, }, ["caster"] = { type = "Rune", "+30 to maximum Energy Shield", - statOrder = { 870 }, + statOrder = { 864 }, }, }, ["Mind Rune"] = { ["weapon"] = { type = "Rune", "Leeches 2% of Physical Damage as Mana", - statOrder = { 973 }, + statOrder = { 974 }, }, ["armour"] = { type = "Rune", "+25 to maximum Mana", - statOrder = { 874 }, + statOrder = { 868 }, }, ["caster"] = { type = "Rune", - "+30 to maximum Mana", - statOrder = { 874 }, + "+40 to maximum Mana", + statOrder = { 868 }, }, }, ["Rebirth Rune"] = { ["weapon"] = { type = "Rune", "Gain 20 Life per Enemy Killed", - statOrder = { 970 }, + statOrder = { 971 }, }, ["armour"] = { type = "Rune", "Regenerate 0.3% of maximum Life per second", - statOrder = { 1635 }, + statOrder = { 1614 }, }, ["caster"] = { type = "Rune", @@ -432,165 +432,165 @@ return { ["weapon"] = { type = "Rune", "Gain 16 Mana per Enemy Killed", - statOrder = { 975 }, + statOrder = { 976 }, }, ["armour"] = { type = "Rune", "15% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, ["caster"] = { type = "Rune", "20% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, }, ["Stone Rune"] = { ["weapon"] = { type = "Rune", "Causes 25% increased Stun Buildup", - statOrder = { 980 }, + statOrder = { 981 }, }, ["armour"] = { type = "Rune", - "+40 to Stun Threshold", + "+60 to Stun Threshold", statOrder = { 990 }, }, ["caster"] = { type = "Rune", "Gain additional Stun Threshold equal to 12% of maximum Energy Shield", - statOrder = { 9099 }, + statOrder = { 9364 }, }, }, ["Vision Rune"] = { ["weapon"] = { type = "Rune", "+80 to Accuracy Rating", - statOrder = { 828 }, + statOrder = { 824 }, }, ["armour"] = { type = "Rune", "10% increased Life and Mana Recovery from Flasks", - statOrder = { 6052 }, + statOrder = { 6145 }, }, ["caster"] = { type = "Rune", "20% increased Critical Hit Chance for Spells", - statOrder = { 933 }, + statOrder = { 931 }, }, }, ["Lesser Desert Rune"] = { ["weapon"] = { type = "Rune", "Adds 4 to 6 Fire Damage", - statOrder = { 825 }, + statOrder = { 821 }, }, ["armour"] = { type = "Rune", "+10% to Fire Resistance", - statOrder = { 956 }, + statOrder = { 954 }, }, ["caster"] = { type = "Rune", - "Gain 8% of Damage as Extra Fire Damage", - statOrder = { 849 }, + "Gain 6% of Damage as Extra Fire Damage", + statOrder = { 844 }, }, }, ["Lesser Glacial Rune"] = { ["weapon"] = { type = "Rune", "Adds 3 to 5 Cold Damage", - statOrder = { 826 }, + statOrder = { 822 }, }, ["armour"] = { type = "Rune", "+10% to Cold Resistance", - statOrder = { 957 }, + statOrder = { 955 }, }, ["caster"] = { type = "Rune", - "Gain 8% of Damage as Extra Cold Damage", - statOrder = { 851 }, + "Gain 6% of Damage as Extra Cold Damage", + statOrder = { 846 }, }, }, ["Lesser Storm Rune"] = { ["weapon"] = { type = "Rune", "Adds 1 to 10 Lightning Damage", - statOrder = { 827 }, + statOrder = { 823 }, }, ["armour"] = { type = "Rune", "+10% to Lightning Resistance", - statOrder = { 958 }, + statOrder = { 956 }, }, ["caster"] = { type = "Rune", - "Gain 8% of Damage as Extra Lightning Damage", - statOrder = { 853 }, + "Gain 6% of Damage as Extra Lightning Damage", + statOrder = { 848 }, }, }, ["Lesser Iron Rune"] = { ["weapon"] = { type = "Rune", - "15% increased Physical Damage", - statOrder = { 823 }, + "14% increased Physical Damage", + statOrder = { 819 }, }, ["armour"] = { type = "Rune", - "15% increased Armour, Evasion and Energy Shield", - statOrder = { 1377 }, + "14% increased Armour, Evasion and Energy Shield", + statOrder = { 1361 }, }, ["caster"] = { type = "Rune", "20% increased Spell Damage", - statOrder = { 855 }, + statOrder = { 850 }, }, }, ["Lesser Body Rune"] = { ["weapon"] = { type = "Rune", "Leeches 2% of Physical Damage as Life", - statOrder = { 967 }, + statOrder = { 968 }, }, ["armour"] = { type = "Rune", "+20 to maximum Life", - statOrder = { 872 }, + statOrder = { 866 }, }, ["caster"] = { type = "Rune", "+25 to maximum Energy Shield", - statOrder = { 870 }, + statOrder = { 864 }, }, }, ["Lesser Mind Rune"] = { ["weapon"] = { type = "Rune", "Leeches 1.5% of Physical Damage as Mana", - statOrder = { 973 }, + statOrder = { 974 }, }, ["armour"] = { type = "Rune", "+15 to maximum Mana", - statOrder = { 874 }, + statOrder = { 868 }, }, ["caster"] = { type = "Rune", - "+25 to maximum Mana", - statOrder = { 874 }, + "+30 to maximum Mana", + statOrder = { 868 }, }, }, ["Lesser Rebirth Rune"] = { ["weapon"] = { type = "Rune", "Gain 10 Life per Enemy Killed", - statOrder = { 970 }, + statOrder = { 971 }, }, ["armour"] = { type = "Rune", "Regenerate 0.25% of maximum Life per second", - statOrder = { 1635 }, + statOrder = { 1614 }, }, ["caster"] = { type = "Rune", @@ -602,165 +602,165 @@ return { ["weapon"] = { type = "Rune", "Gain 8 Mana per Enemy Killed", - statOrder = { 975 }, + statOrder = { 976 }, }, ["armour"] = { type = "Rune", "12% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, ["caster"] = { type = "Rune", "16% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, }, ["Lesser Stone Rune"] = { ["weapon"] = { type = "Rune", "Causes 20% increased Stun Buildup", - statOrder = { 980 }, + statOrder = { 981 }, }, ["armour"] = { type = "Rune", - "+30 to Stun Threshold", + "+40 to Stun Threshold", statOrder = { 990 }, }, ["caster"] = { type = "Rune", "Gain additional Stun Threshold equal to 10% of maximum Energy Shield", - statOrder = { 9099 }, + statOrder = { 9364 }, }, }, ["Lesser Vision Rune"] = { ["weapon"] = { type = "Rune", "+50 to Accuracy Rating", - statOrder = { 828 }, + statOrder = { 824 }, }, ["armour"] = { type = "Rune", "8% increased Life and Mana Recovery from Flasks", - statOrder = { 6052 }, + statOrder = { 6145 }, }, ["caster"] = { type = "Rune", "16% increased Critical Hit Chance for Spells", - statOrder = { 933 }, + statOrder = { 931 }, }, }, ["Greater Desert Rune"] = { ["weapon"] = { type = "Rune", "Adds 13 to 16 Fire Damage", - statOrder = { 825 }, + statOrder = { 821 }, }, ["armour"] = { type = "Rune", "+14% to Fire Resistance", - statOrder = { 956 }, + statOrder = { 954 }, }, ["caster"] = { type = "Rune", - "Gain 12% of Damage as Extra Fire Damage", - statOrder = { 849 }, + "Gain 10% of Damage as Extra Fire Damage", + statOrder = { 844 }, }, }, ["Greater Glacial Rune"] = { ["weapon"] = { type = "Rune", "Adds 9 to 15 Cold Damage", - statOrder = { 826 }, + statOrder = { 822 }, }, ["armour"] = { type = "Rune", "+14% to Cold Resistance", - statOrder = { 957 }, + statOrder = { 955 }, }, ["caster"] = { type = "Rune", - "Gain 12% of Damage as Extra Cold Damage", - statOrder = { 851 }, + "Gain 10% of Damage as Extra Cold Damage", + statOrder = { 846 }, }, }, ["Greater Storm Rune"] = { ["weapon"] = { type = "Rune", "Adds 1 to 30 Lightning Damage", - statOrder = { 827 }, + statOrder = { 823 }, }, ["armour"] = { type = "Rune", "+14% to Lightning Resistance", - statOrder = { 958 }, + statOrder = { 956 }, }, ["caster"] = { type = "Rune", - "Gain 12% of Damage as Extra Lightning Damage", - statOrder = { 853 }, + "Gain 10% of Damage as Extra Lightning Damage", + statOrder = { 848 }, }, }, ["Greater Iron Rune"] = { ["weapon"] = { type = "Rune", - "25% increased Physical Damage", - statOrder = { 823 }, + "18% increased Physical Damage", + statOrder = { 819 }, }, ["armour"] = { type = "Rune", - "25% increased Armour, Evasion and Energy Shield", - statOrder = { 1377 }, + "18% increased Armour, Evasion and Energy Shield", + statOrder = { 1361 }, }, ["caster"] = { type = "Rune", "30% increased Spell Damage", - statOrder = { 855 }, + statOrder = { 850 }, }, }, ["Greater Body Rune"] = { ["weapon"] = { type = "Rune", "Leeches 3% of Physical Damage as Life", - statOrder = { 967 }, + statOrder = { 968 }, }, ["armour"] = { type = "Rune", "+40 to maximum Life", - statOrder = { 872 }, + statOrder = { 866 }, }, ["caster"] = { type = "Rune", "+35 to maximum Energy Shield", - statOrder = { 870 }, + statOrder = { 864 }, }, }, ["Greater Mind Rune"] = { ["weapon"] = { type = "Rune", "Leeches 2.5% of Physical Damage as Mana", - statOrder = { 973 }, + statOrder = { 974 }, }, ["armour"] = { type = "Rune", "+35 to maximum Mana", - statOrder = { 874 }, + statOrder = { 868 }, }, ["caster"] = { type = "Rune", - "+35 to maximum Mana", - statOrder = { 874 }, + "+50 to maximum Mana", + statOrder = { 868 }, }, }, ["Greater Rebirth Rune"] = { ["weapon"] = { type = "Rune", "Gain 30 Life per Enemy Killed", - statOrder = { 970 }, + statOrder = { 971 }, }, ["armour"] = { type = "Rune", "Regenerate 0.35% of maximum Life per second", - statOrder = { 1635 }, + statOrder = { 1614 }, }, ["caster"] = { type = "Rune", @@ -772,406 +772,361 @@ return { ["weapon"] = { type = "Rune", "Gain 24 Mana per Enemy Killed", - statOrder = { 975 }, + statOrder = { 976 }, }, ["armour"] = { type = "Rune", "18% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, ["caster"] = { type = "Rune", "24% increased Mana Regeneration Rate", - statOrder = { 971 }, + statOrder = { 972 }, }, }, ["Greater Stone Rune"] = { ["weapon"] = { type = "Rune", "Causes 30% increased Stun Buildup", - statOrder = { 980 }, + statOrder = { 981 }, }, ["armour"] = { type = "Rune", - "+50 to Stun Threshold", + "+80 to Stun Threshold", statOrder = { 990 }, }, ["caster"] = { type = "Rune", "Gain additional Stun Threshold equal to 14% of maximum Energy Shield", - statOrder = { 9099 }, + statOrder = { 9364 }, }, }, ["Greater Vision Rune"] = { ["weapon"] = { type = "Rune", "+110 to Accuracy Rating", - statOrder = { 828 }, + statOrder = { 824 }, }, ["armour"] = { type = "Rune", "12% increased Life and Mana Recovery from Flasks", - statOrder = { 6052 }, + statOrder = { 6145 }, }, ["caster"] = { type = "Rune", "24% increased Critical Hit Chance for Spells", - statOrder = { 933 }, + statOrder = { 931 }, }, }, ["Lesser Robust Rune"] = { ["weapon"] = { type = "Rune", "+6 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["armour"] = { type = "Rune", "+6 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["caster"] = { type = "Rune", "+6 to Strength", - statOrder = { 945 }, - }, - ["sceptre"] = { - type = "Rune", - "+6 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, }, ["Robust Rune"] = { ["weapon"] = { type = "Rune", "+8 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["armour"] = { type = "Rune", "+8 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["caster"] = { type = "Rune", "+8 to Strength", - statOrder = { 945 }, - }, - ["sceptre"] = { - type = "Rune", - "+8 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, }, ["Greater Robust Rune"] = { ["weapon"] = { type = "Rune", "+10 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["armour"] = { type = "Rune", "+10 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, ["caster"] = { type = "Rune", "+10 to Strength", - statOrder = { 945 }, - }, - ["sceptre"] = { - type = "Rune", - "+10 to Strength", - statOrder = { 945 }, + statOrder = { 943 }, }, }, ["Lesser Adept Rune"] = { ["weapon"] = { type = "Rune", "+6 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["armour"] = { type = "Rune", "+6 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["caster"] = { type = "Rune", "+6 to Dexterity", - statOrder = { 946 }, - }, - ["sceptre"] = { - type = "Rune", - "+6 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, }, ["Adept Rune"] = { ["weapon"] = { type = "Rune", "+8 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["armour"] = { type = "Rune", "+8 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["caster"] = { type = "Rune", "+8 to Dexterity", - statOrder = { 946 }, - }, - ["sceptre"] = { - type = "Rune", - "+8 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, }, ["Greater Adept Rune"] = { ["weapon"] = { type = "Rune", "+10 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["armour"] = { type = "Rune", "+10 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, ["caster"] = { type = "Rune", "+10 to Dexterity", - statOrder = { 946 }, - }, - ["sceptre"] = { - type = "Rune", - "+10 to Dexterity", - statOrder = { 946 }, + statOrder = { 944 }, }, }, ["Lesser Resolve Rune"] = { ["weapon"] = { type = "Rune", "+6 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["armour"] = { type = "Rune", "+6 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["caster"] = { type = "Rune", "+6 to Intelligence", - statOrder = { 947 }, - }, - ["sceptre"] = { - type = "Rune", - "+6 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, }, ["Resolve Rune"] = { ["weapon"] = { type = "Rune", "+8 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["armour"] = { type = "Rune", "+8 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["caster"] = { type = "Rune", "+8 to Intelligence", - statOrder = { 947 }, - }, - ["sceptre"] = { - type = "Rune", - "+8 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, }, ["Greater Resolve Rune"] = { ["weapon"] = { type = "Rune", "+10 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["armour"] = { type = "Rune", "+10 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, ["caster"] = { type = "Rune", "+10 to Intelligence", - statOrder = { 947 }, - }, - ["sceptre"] = { - type = "Rune", - "+10 to Intelligence", - statOrder = { 947 }, + statOrder = { 945 }, }, }, ["Lesser Tempered Rune"] = { ["weapon"] = { type = "Rune", "Adds 3 to 4 Physical Damage", - statOrder = { 824 }, + statOrder = { 820 }, }, ["armour"] = { type = "Rune", "6 to 9 Physical Thorns damage", - statOrder = { 9217 }, + statOrder = { 9483 }, }, }, ["Tempered Rune"] = { ["weapon"] = { type = "Rune", "Adds 6 to 9 Physical Damage", - statOrder = { 824 }, + statOrder = { 820 }, }, ["armour"] = { type = "Rune", "14 to 21 Physical Thorns damage", - statOrder = { 9217 }, + statOrder = { 9483 }, }, }, ["Greater Tempered Rune"] = { ["weapon"] = { type = "Rune", "Adds 9 to 12 Physical Damage", - statOrder = { 824 }, + statOrder = { 820 }, }, ["armour"] = { type = "Rune", "31 to 52 Physical Thorns damage", - statOrder = { 9217 }, + statOrder = { 9483 }, }, }, ["Greater Rune of Leadership"] = { ["weapon"] = { type = "Rune", "Minions gain 10% of their Physical Damage as Extra Lightning Damage", - statOrder = { 8188 }, + statOrder = { 8391 }, }, ["armour"] = { type = "Rune", "Minions take 10% of Physical Damage as Lightning Damage", - statOrder = { 8189 }, + statOrder = { 8392 }, }, }, ["Greater Rune of Tithing"] = { ["weapon"] = { type = "Rune", "Meta Skills gain 10% increased Energy", - statOrder = { 5847 }, + statOrder = { 5919 }, }, ["armour"] = { type = "Rune", "1 to 100 Lightning Thorns damage", - statOrder = { 9216 }, + statOrder = { 9482 }, }, }, ["Greater Rune of Alacrity"] = { ["weapon"] = { type = "Rune", "8% increased Skill Speed", - statOrder = { 830 }, + statOrder = { 826 }, }, ["armour"] = { type = "Rune", "Debuffs on you expire 8% faster", - statOrder = { 5583 }, + statOrder = { 5638 }, }, }, ["Greater Rune of Nobility"] = { ["weapon"] = { type = "Rune", "Attacks with this Weapon have 10% chance to inflict Lightning Exposure", - statOrder = { 6998 }, + statOrder = { 7159 }, }, ["armour"] = { type = "Rune", "10% reduced effect of Shock on you", - statOrder = { 8842 }, + statOrder = { 9107 }, }, }, ["Hedgewitch Assandra's Rune of Wisdom"] = { ["caster"] = { type = "Rune", "+1 to Level of all Spell Skills", - statOrder = { 922 }, + statOrder = { 919 }, }, }, ["Saqawal's Rune of the Sky"] = { ["weapon"] = { type = "Rune", - "Gain 6% of Damage as Extra Damage of all Elements", - statOrder = { 8334 }, + "Gain 5% of Damage as Extra Damage of all Elements", + statOrder = { 8552 }, }, ["caster"] = { type = "Rune", - "Gain 6% of Damage as Extra Damage of all Elements", - statOrder = { 8334 }, + "Gain 5% of Damage as Extra Damage of all Elements", + statOrder = { 8552 }, }, }, ["Fenumus' Rune of Agony"] = { ["weapon"] = { type = "Rune", "Gain 13% of Damage as Extra Chaos Damage", - statOrder = { 1620 }, + statOrder = { 1599 }, }, ["caster"] = { type = "Rune", "Gain 13% of Damage as Extra Chaos Damage", - statOrder = { 1620 }, + statOrder = { 1599 }, }, }, ["Farrul's Rune of Grace"] = { ["boots"] = { type = "Rune", "6% reduced Movement Speed Penalty from using Skills while moving", - statOrder = { 8258 }, + statOrder = { 8467 }, }, }, ["Farrul's Rune of the Chase"] = { ["boots"] = { type = "Rune", "5% increased Movement Speed", - statOrder = { 829 }, + statOrder = { 825 }, }, }, ["Craiceann's Rune of Warding"] = { ["body armour"] = { type = "Rune", "40% reduced effect of Curses on you", - statOrder = { 1855 }, + statOrder = { 1832 }, }, }, ["Saqawal's Rune of Memory"] = { ["helmet"] = { type = "Rune", "2% increased Experience gain", - statOrder = { 1411 }, + statOrder = { 1394 }, }, }, ["Saqawal's Rune of Erosion"] = { ["helmet"] = { type = "Rune", "20% increased Exposure Effect", - statOrder = { 5943 }, + statOrder = { 6032 }, }, }, ["Farrul's Rune of the Hunt"] = { ["weapon"] = { type = "Rune", "50% increased Attack Damage against Rare or Unique Enemies", - statOrder = { 4362 }, + statOrder = { 4352 }, }, }, ["Craiceann's Rune of Recovery"] = { @@ -1185,84 +1140,84 @@ return { ["gloves"] = { type = "Rune", "15% increased Magnitude of Damaging Ailments you inflict", - statOrder = { 5551 }, + statOrder = { 5605 }, }, }, ["Thane Grannell's Rune of Mastery"] = { ["gloves"] = { type = "Rune", "20% increased Magnitude of Non-Damaging Ailments you inflict", - statOrder = { 8322 }, + statOrder = { 8532 }, }, }, ["Fenumus' Rune of Spinning"] = { ["gloves"] = { type = "Rune", "8% increased Cast Speed", - statOrder = { 940 }, + statOrder = { 938 }, }, }, ["Countess Seske's Rune of Archery"] = { ["bow"] = { type = "Rune", "Bow Attacks fire an additional Arrow", - statOrder = { 943 }, + statOrder = { 941 }, }, }, ["Thane Girt's Rune of Wildness"] = { ["caster"] = { type = "Rune", "25% chance for Spell Skills to fire 2 additional Projectiles", - statOrder = { 8997 }, + statOrder = { 9267 }, }, }, ["Fenumus' Rune of Draining"] = { ["gloves"] = { type = "Rune", - "20% increased Effect of Withered", - statOrder = { 9454 }, + "20% increased Withered Magnitude", + statOrder = { 9734 }, }, }, ["Thane Myrk's Rune of Summer"] = { ["weapon"] = { type = "Rune", "Adds 23 to 34 Fire Damage", - statOrder = { 825 }, + statOrder = { 821 }, }, }, ["Lady Hestra's Rune of Winter"] = { ["weapon"] = { type = "Rune", "Adds 19 to 28 Cold Damage", - statOrder = { 826 }, + statOrder = { 822 }, }, }, ["Thane Leld's Rune of Spring"] = { ["weapon"] = { type = "Rune", "Adds 1 to 60 Lightning Damage", - statOrder = { 827 }, + statOrder = { 823 }, }, }, ["The Greatwolf's Rune of Claws"] = { ["gloves"] = { type = "Rune", "Adds 5 to 12 Physical Damage to Attacks", - statOrder = { 845 }, + statOrder = { 840 }, }, }, ["The Greatwolf's Rune of Willpower"] = { ["body armour"] = { type = "Rune", "10% of Damage is taken from Mana before Life", - statOrder = { 2384 }, + statOrder = { 2352 }, }, }, ["Talisman of Sirrius"] = { ["gloves"] = { type = "Rune", "8% increased Attack Speed", - statOrder = { 939 }, + statOrder = { 937 }, }, }, ["Talisman of Thruldana"] = { @@ -1270,119 +1225,119 @@ return { type = "Rune", "25% reduced Poison Duration", "Targets can be affected by +1 of your Poisons at the same time", - statOrder = { 2820, 8385 }, + statOrder = { 2775, 8612 }, }, }, ["Talisman of Grold"] = { ["gloves"] = { type = "Rune", - "Skills which Empower an Attack have 15% chance to not count that Attack", - statOrder = { 4951 }, + "15% increased total Power counted by Warcries", + statOrder = { 9708 }, }, }, ["Talisman of Eeshta"] = { ["helmet"] = { type = "Rune", - "6% reduced Cost of Skills", - statOrder = { 1572 }, + "10% increased Cost Efficiency", + statOrder = { 4568 }, }, }, ["Talisman of Egrin"] = { ["helmet"] = { type = "Rune", "Enemies you Curse take 5% increased Damage", - statOrder = { 3370 }, + statOrder = { 3316 }, }, }, ["Talisman of Maxarius"] = { ["body armour"] = { type = "Rune", "+1 Charm Slot", - statOrder = { 8377 }, + statOrder = { 8602 }, }, }, ["Talisman of Ralakesh"] = { ["helmet"] = { type = "Rune", - "Minions have 5% reduced Reservation", - statOrder = { 8194 }, + "6% increased Reservation Efficiency of Minion Skills", + statOrder = { 8397 }, }, }, ["Serpent Talisman"] = { ["gloves"] = { type = "Rune", "5% increased Curse Magnitudes", - statOrder = { 2288 }, + statOrder = { 2256 }, }, }, ["Primate Talisman"] = { ["helmet"] = { type = "Rune", "Minions have 12% increased maximum Life", - statOrder = { 961 }, + statOrder = { 958 }, }, }, ["Owl Talisman"] = { - ["boots"] = { + ["focus"] = { type = "Rune", - "5% increased Cooldown Recovery Rate", - statOrder = { 4504 }, + "10% increased Cooldown Recovery Rate", + statOrder = { 4507 }, }, }, ["Cat Talisman"] = { - ["boots"] = { + ["gloves"] = { type = "Rune", - "Hits against you have 15% reduced Critical Damage Bonus", - statOrder = { 948 }, + "15% increased Accuracy Rating", + statOrder = { 1264 }, }, }, ["Wolf Talisman"] = { ["gloves"] = { type = "Rune", "10% increased Magnitude of Bleeding you inflict", - statOrder = { 4598 }, + statOrder = { 4626 }, }, }, ["Stag Talisman"] = { ["helmet"] = { type = "Rune", - "8% increased Exposure Effect", - statOrder = { 5943 }, + "50% increased Thorns Critical Hit Chance", + statOrder = { 9472 }, }, }, ["Boar Talisman"] = { ["gloves"] = { type = "Rune", "Gain 1 Rage on Melee Hit", - statOrder = { 6240 }, + statOrder = { 6339 }, }, }, ["Bear Talisman"] = { ["helmet"] = { type = "Rune", "8% increased Area of Effect", - statOrder = { 1571 }, + statOrder = { 1554 }, }, }, ["Ox Talisman"] = { - ["boots"] = { + ["shield"] = { type = "Rune", - "20% increased Presence Area of Effect", - statOrder = { 998 }, + "10% increased Block chance", + statOrder = { 828 }, }, }, ["Rabbit Talisman"] = { ["body armour"] = { type = "Rune", "8% increased Rarity of Items found", - statOrder = { 916 }, + statOrder = { 913 }, }, }, ["Fox Talisman"] = { ["body armour"] = { type = "Rune", "+2% to Quality of all Skills", - statOrder = { 4181 }, + statOrder = { 4150 }, }, }, } \ No newline at end of file diff --git a/src/Data/ModScalability.lua b/src/Data/ModScalability.lua index 78a0604218..b48f5c25ae 100644 --- a/src/Data/ModScalability.lua +++ b/src/Data/ModScalability.lua @@ -2,6 +2,7 @@ -- Item data (c) Grinding Gear Games return { + [" All Elemental Damage from Hits Contributes to Flammability and Ignite Magnitudes"] = { }, ["#"] = { { isScalable = false, formats = { "tree_expansion_jewel_passive" } } }, ["# Accuracy Rating per 2 Intelligence"] = { { isScalable = true } }, ["# Added Passive Skills are Jewel Sockets"] = { { isScalable = true } }, @@ -15,7 +16,9 @@ return { ["# Chaos Damage taken"] = { { isScalable = true } }, ["# Chaos Damage taken per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["# Charm Slot"] = { { isScalable = true } }, + ["# Charm Slot if you have at least 100 Tribute"] = { { isScalable = true } }, ["# Charm Slots"] = { { isScalable = true } }, + ["# Charm Slots if you have at least 100 Tribute"] = { { isScalable = true } }, ["# Cold Damage taken from Hits"] = { { isScalable = true } }, ["# Crucible slot"] = { { isScalable = true } }, ["# Crucible slots"] = { { isScalable = true } }, @@ -84,9 +87,11 @@ return { ["# metre to Dodge Roll distance"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# metre to Dodge Roll distance if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# metre to Dodge Roll distance if you've Dodge Rolled Recently"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, + ["# metre to Dodge Roll distance while Surrounded"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# metres to Dodge Roll distance"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# metres to Dodge Roll distance if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# metres to Dodge Roll distance if you've Dodge Rolled Recently"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, + ["# metres to Dodge Roll distance while Surrounded"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["# reduced Level Requirement"] = { { isScalable = true } }, ["# second to Flameblast and Incinerate Cooldown"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["# second to Summon Skeleton Cooldown"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, @@ -166,12 +171,14 @@ return { ["# to # Cold Thorns damage"] = { { isScalable = true }, { isScalable = true } }, ["# to # Fire Damage per Endurance Charge"] = { { isScalable = true }, { isScalable = true } }, ["# to # Fire Thorns damage"] = { { isScalable = true }, { isScalable = true } }, + ["# to # Fire Thorns damage per 100 maximum Life"] = { { isScalable = true }, { isScalable = true } }, ["# to # Lightning Damage per Power Charge"] = { { isScalable = true }, { isScalable = true } }, ["# to # Lightning Thorns damage"] = { { isScalable = true }, { isScalable = true } }, ["# to # Physical Thorns damage"] = { { isScalable = true }, { isScalable = true } }, ["# to # added Fire Damage against Burning Enemies"] = { { isScalable = true }, { isScalable = true } }, ["# to # added Fire Damage per 100 of Maximum Life or Maximum Mana, whichever is lower"] = { { isScalable = true }, { isScalable = true } }, ["# to Accuracy Rating"] = { { isScalable = true } }, + ["# to Accuracy Rating per 1 Item Evasion Rating on Equipped Helmet"] = { { isScalable = true } }, ["# to Accuracy Rating per 10 Dexterity on Unallocated Passives in Radius"] = { { isScalable = true } }, ["# to Accuracy Rating per 10 Intelligence on Unallocated Passives in Radius"] = { { isScalable = true } }, ["# to Accuracy Rating per Frenzy Charge"] = { { isScalable = true } }, @@ -190,7 +197,6 @@ return { ["# to Accuracy Rating with Swords"] = { { isScalable = true } }, ["# to Accuracy Rating with Wands"] = { { isScalable = true } }, ["# to Accuracy against Bleeding Enemies"] = { { isScalable = true } }, - ["# to Adaptation Rating"] = { { isScalable = true } }, ["# to Agility Level for Heists"] = { { isScalable = true } }, ["# to Ailment Threshold"] = { { isScalable = true } }, ["# to Ailment Threshold per Dexterity"] = { { isScalable = true } }, @@ -199,7 +205,8 @@ return { ["# to Armour and Evasion Rating while Fortified"] = { { isScalable = true } }, ["# to Armour during Soul Gain Prevention"] = { { isScalable = true } }, ["# to Armour if you've Hit an Enemy Recently"] = { { isScalable = true } }, - ["# to Armour per 1 Energy Shield on Equipped Helmet"] = { { isScalable = true } }, + ["# to Armour per 1 Item Energy Shield on Equipped Helmet"] = { { isScalable = true } }, + ["# to Armour per 1 Spirit"] = { { isScalable = true } }, ["# to Armour per 5 Evasion Rating on Equipped Shield"] = { { isScalable = true } }, ["# to Armour per Endurance Charge"] = { { isScalable = true } }, ["# to Armour per Level"] = { { isScalable = true } }, @@ -211,18 +218,20 @@ return { ["# to Brute Force Level for Heists"] = { { isScalable = true } }, ["# to Counter-Thaumaturgy Level for Heists"] = { { isScalable = true } }, ["# to Deception Level for Heists"] = { { isScalable = true } }, + ["# to Deflection Rating"] = { { isScalable = true } }, ["# to Demolition Level for Heists"] = { { isScalable = true } }, ["# to Dexterity"] = { { isScalable = true } }, ["# to Dexterity and Intelligence"] = { { isScalable = true } }, + ["# to Dexterity per 25 Tribute"] = { { isScalable = true } }, ["# to Dexterity per Allocated Mastery Passive Skill"] = { { isScalable = true } }, - ["# to Energy Shield per 8 Evasion on Equipped Boots"] = { { isScalable = true } }, + ["# to Energy Shield per 8 Item Evasion Rating on Equipped Boots"] = { { isScalable = true } }, ["# to Engineering Level for Heists"] = { { isScalable = true } }, ["# to Evasion Rating"] = { { isScalable = true } }, ["# to Evasion Rating and Energy Shield"] = { { isScalable = true } }, ["# to Evasion Rating if Hit an Enemy Recently"] = { { isScalable = true } }, ["# to Evasion Rating per 1 Armour on Equipped Gloves"] = { { isScalable = true } }, - ["# to Evasion Rating per 1 Energy Shield on Equipped Helmet"] = { { isScalable = true } }, - ["# to Evasion Rating per 5 Energy Shield on Equipped Shield"] = { { isScalable = true } }, + ["# to Evasion Rating per 1 Item Energy Shield on Equipped Helmet"] = { { isScalable = true } }, + ["# to Evasion Rating per 5 Item Energy Shield on Equipped Shield"] = { { isScalable = true } }, ["# to Evasion Rating while in Sand Stance"] = { { isScalable = true } }, ["# to Evasion Rating while on Full Life"] = { { isScalable = true } }, ["# to Evasion Rating while on Low Life"] = { { isScalable = true } }, @@ -231,12 +240,11 @@ return { ["# to Global Evasion Rating while moving"] = { { isScalable = true } }, ["# to Heavy Stun Threshold"] = { { isScalable = true } }, ["# to Intelligence"] = { { isScalable = true } }, + ["# to Intelligence per 25 Tribute"] = { { isScalable = true } }, ["# to Intelligence per Allocated Mastery Passive Skill"] = { { isScalable = true } }, - ["# to Level of Conductivity Skills"] = { { isScalable = true } }, ["# to Level of Despair Skills"] = { { isScalable = true } }, + ["# to Level of Elemental Weakness Skills"] = { { isScalable = true } }, ["# to Level of Enfeeble Skills"] = { { isScalable = true } }, - ["# to Level of Flammability Skills"] = { { isScalable = true } }, - ["# to Level of Hypothermia Skills"] = { { isScalable = true } }, ["# to Level of Skills"] = { { isScalable = true } }, ["# to Level of Socketed AoE Gems"] = { { isScalable = true } }, ["# to Level of Socketed Aura Gems"] = { { isScalable = true } }, @@ -275,6 +283,7 @@ return { ["# to Level of Temporal Chains Skills"] = { { isScalable = true } }, ["# to Level of Vulnerability Skills"] = { { isScalable = true } }, ["# to Level of all # Skills"] = { { isScalable = true }, { isScalable = true, formats = { "specific_skill" } } }, + ["# to Level of all Attack Skills"] = { { isScalable = true } }, ["# to Level of all Bow Skill Gems"] = { { isScalable = true } }, ["# to Level of all Chaos Skills"] = { { isScalable = true } }, ["# to Level of all Chaos Spell Skills"] = { { isScalable = true } }, @@ -316,13 +325,15 @@ return { ["# to Maximum Charges. -1 to this value when used"] = { { isScalable = true } }, ["# to Maximum Darkness per Level"] = { { isScalable = true } }, ["# to Maximum Endurance Charges"] = { { isScalable = true } }, + ["# to Maximum Endurance Charges if you have at least 100 Tribute"] = { { isScalable = true } }, ["# to Maximum Endurance Charges while affected by Determination"] = { { isScalable = true } }, ["# to Maximum Endurance, Frenzy and Power Charges"] = { { isScalable = true } }, - ["# to Maximum Energy Shield per 5 Armour on Equipped Shield"] = { { isScalable = true } }, + ["# to Maximum Energy Shield per 5 Item Armour on Equipped Shield"] = { { isScalable = true } }, ["# to Maximum Energy Shield per Blue Socket"] = { { isScalable = true } }, ["# to Maximum Fanatic Charges"] = { { isScalable = true } }, ["# to Maximum Frenzy Charges"] = { { isScalable = true } }, ["# to Maximum Frenzy Charges and Maximum Power Charges"] = { { isScalable = true } }, + ["# to Maximum Frenzy Charges if you have at least 100 Tribute"] = { { isScalable = true } }, ["# to Maximum Frenzy Charges while affected by Grace"] = { { isScalable = true } }, ["# to Maximum Life per 10 Dexterity"] = { { isScalable = true } }, ["# to Maximum Life per 10 Intelligence"] = { { isScalable = true } }, @@ -333,8 +344,10 @@ return { ["# to Maximum Mana per Green Socket"] = { { isScalable = true } }, ["# to Maximum Power Charges"] = { { isScalable = true } }, ["# to Maximum Power Charges and Maximum Endurance Charges"] = { { isScalable = true } }, + ["# to Maximum Power Charges if you have at least 100 Tribute"] = { { isScalable = true } }, ["# to Maximum Power Charges while affected by Discipline"] = { { isScalable = true } }, ["# to Maximum Rage"] = { { isScalable = true } }, + ["# to Maximum Rage per 50 Tribute"] = { { isScalable = true } }, ["# to Maximum Rage while wielding a Sword"] = { { isScalable = true } }, ["# to Maximum Rage while wielding an Axe"] = { { isScalable = true } }, ["# to Maximum Spirit Charges per Abyss Jewel affecting you"] = { { isScalable = true } }, @@ -376,11 +389,17 @@ return { ["# to Spectre maximum Life"] = { { isScalable = true } }, ["# to Spirit"] = { { isScalable = true } }, ["# to Spirit per Socket filled"] = { { isScalable = true } }, + ["# to Spirit while you have at least 200 Dexterity"] = { { isScalable = true } }, + ["# to Spirit while you have at least 200 Intelligence"] = { { isScalable = true } }, + ["# to Spirit while you have at least 200 Strength"] = { { isScalable = true } }, ["# to Strength"] = { { isScalable = true } }, ["# to Strength and Dexterity"] = { { isScalable = true } }, ["# to Strength and Intelligence"] = { { isScalable = true } }, + ["# to Strength per 25 Tribute"] = { { isScalable = true } }, ["# to Strength per Allocated Mastery Passive Skill"] = { { isScalable = true } }, + ["# to Strength, Dexterity or Intelligence"] = { { isScalable = true } }, ["# to Stun Threshold"] = { { isScalable = true } }, + ["# to Stun Threshold per Dexterity"] = { { isScalable = true } }, ["# to Stun Threshold per Socket filled"] = { { isScalable = true } }, ["# to Stun Threshold per Strength"] = { { isScalable = true } }, ["# to Total Life Cost of Skills"] = { { isScalable = true } }, @@ -395,18 +414,16 @@ return { ["# to all Attributes per Level"] = { { isScalable = true, formats = { "negate" } } }, ["# to all Attributes per Socket filled"] = { { isScalable = true } }, ["# to maximum Adaptations"] = { { isScalable = true } }, - ["# to maximum Chaos Infusions"] = { { isScalable = true } }, ["# to maximum Cold Infusions"] = { { isScalable = true } }, ["# to maximum Divine Charges"] = { { isScalable = true } }, ["# to maximum Energy Shield"] = { { isScalable = true } }, ["# to maximum Energy Shield per 100 Reserved Life"] = { { isScalable = true } }, - ["# to maximum Energy Shield per 6 Evasion Rating on Equipped Body Armour"] = { { isScalable = true } }, + ["# to maximum Energy Shield per 6 Item Evasion Rating on Equipped Body Armour"] = { { isScalable = true } }, ["# to maximum Fire Infusions"] = { { isScalable = true } }, ["# to maximum Fortification"] = { { isScalable = true } }, ["# to maximum Fortification while Focused"] = { { isScalable = true, formats = { "divide_by_five" } } }, ["# to maximum Fortification while affected by Glorious Madness"] = { { isScalable = true, formats = { "divide_by_four" } } }, ["# to maximum Fortification while stationary"] = { { isScalable = true, formats = { "divide_by_five" } } }, - ["# to maximum Infusion on your weapons"] = { { isScalable = true } }, ["# to maximum Life"] = { { isScalable = true } }, ["# to maximum Life per 10 Levels"] = { { isScalable = true } }, ["# to maximum Life per Socket filled"] = { { isScalable = true } }, @@ -418,6 +435,7 @@ return { ["# to maximum number of Animated Weapons"] = { { isScalable = true } }, ["# to maximum number of Bladestorms"] = { { isScalable = true } }, ["# to maximum number of Caltrops allowed"] = { { isScalable = true } }, + ["# to maximum number of Elemental Infusions"] = { { isScalable = true } }, ["# to maximum number of Raging Spirits"] = { { isScalable = true } }, ["# to maximum number of Sentinels of Purity"] = { { isScalable = true } }, ["# to maximum number of Skeletons"] = { { isScalable = true } }, @@ -430,6 +448,7 @@ return { ["# to maximum number of Summoned Phantasms"] = { { isScalable = true } }, ["# to maximum number of Summoned Totems"] = { { isScalable = true } }, ["# to maximum number of Summoned Totems if you or your Totems have Killed in the past 8 seconds"] = { { isScalable = true } }, + ["# to maximum number of placed Banners"] = { { isScalable = true } }, ["# to number of Summoned Arbalists"] = { { isScalable = true } }, ["#% Chance for Puncture to Maim on hit"] = { { isScalable = true } }, ["#% Chance for Traps to Trigger an additional time"] = { { isScalable = true } }, @@ -441,11 +460,8 @@ return { ["#% Chance to Block Attack Damage for 2 seconds every 5 seconds"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage for each time you've Blocked in the past 10 seconds"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage for every 200 Fire Damage taken from Hits Recently"] = { { isScalable = true } }, - ["#% Chance to Block Attack Damage from Cursed Enemies"] = { { isScalable = true } }, - ["#% Chance to Block Attack Damage from Taunted Enemies"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage if there are at least 5 nearby Enemies"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage if you have Blocked Attack Damage Recently"] = { { isScalable = true } }, - ["#% Chance to Block Attack Damage if you have Blocked Spell Damage Recently"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage if you have not Blocked Recently"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage if you were Damaged by a Hit Recently"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage if you've Stunned an Enemy Recently"] = { { isScalable = true } }, @@ -471,26 +487,9 @@ return { ["#% Chance to Block Attack Damage while wielding a Staff"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage while you have at least 10 Crab Barriers"] = { { isScalable = true } }, ["#% Chance to Block Attack Damage while you have at least 5 Crab Barriers"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage during Effect"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage if you have Blocked Spell Damage Recently"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage if you have not Blocked Recently"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage if you were Damaged by a Hit Recently"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage if you've Cast a Spell Recently"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage per Power Charge"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while Channelling"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while Cursed"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while Dual Wielding"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while affected by Discipline"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while at Maximum Power Charges"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while holding a Shield"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while on Low Life"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while wielding a Bow"] = { { isScalable = true } }, - ["#% Chance to Block Spell Damage while wielding a Staff"] = { { isScalable = true } }, ["#% Chance to Cause Monster to Flee on Block"] = { { isScalable = true } }, - ["#% Chance to Deflect"] = { { isScalable = true } }, + ["#% Chance to Inflict Exposure on Hit with Lightning Damage"] = { { isScalable = true } }, ["#% Chance to Inflict Fire Exposure on Hit with Fire Damage"] = { { isScalable = true } }, - ["#% Chance to Inflict Lightning Exposure on Hit with Lightning Damage"] = { { isScalable = true } }, ["#% Chance to Trigger Level 18 Summon Spectral Wolf on Kill"] = { { isScalable = false } }, ["#% Chance to cause Bleeding Enemies to Flee on hit"] = { { isScalable = true } }, ["#% Chance to gain Elemental Conflux for 4 seconds when you Kill an Enemy"] = { { isScalable = true } }, @@ -567,6 +566,8 @@ return { ["#% chance for Charms you use to not consume Charges"] = { { isScalable = true } }, ["#% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas"] = { { isScalable = true } }, ["#% chance for Crossbow Attacks to not consume a bolt"] = { { isScalable = true } }, + ["#% chance for Damage of Enemies Hitting you to be Lucky"] = { { isScalable = true, formats = { "negate" } } }, + ["#% chance for Damage of Enemies Hitting you to be Unlucky"] = { { isScalable = true } }, ["#% chance for Discharge to deal Damage without removing Charges"] = { { isScalable = true } }, ["#% chance for Elemental Hit and Wild Strike Hits to inflict Scorch, Brittle and Sapped"] = { { isScalable = true } }, ["#% chance for Enemies to drop Burning Ground when Hitting you, no more than once every 2 seconds"] = { { isScalable = true } }, @@ -576,7 +577,7 @@ return { ["#% chance for Energy Shield Recharge to start when you Block"] = { { isScalable = true } }, ["#% chance for Energy Shield Recharge to start when you Kill an Enemy"] = { { isScalable = true } }, ["#% chance for Energy Shield Recharge to start when you Link to a target"] = { { isScalable = true } }, - ["#% chance for Energy Shield Recharge to start when you Suppress Spell Damage"] = { { isScalable = true } }, + ["#% chance for Energy Shield Recharge to start when you gain an Infusion"] = { { isScalable = true } }, ["#% chance for Energy Shield Recharge to start when you use a Skill"] = { { isScalable = true } }, ["#% chance for Firestorm and Bladefall to affect the same area again when they finish"] = { { isScalable = true } }, ["#% chance for Flasks to gain # Charges when you take a Critical Hit"] = { { isScalable = true }, { isScalable = true } }, @@ -586,7 +587,6 @@ return { ["#% chance for Hexes to affect Hexproof Enemies"] = { { isScalable = true } }, ["#% chance for Immortal Call to increase Duration without removing Endurance Charges"] = { { isScalable = true } }, ["#% chance for Impales on Enemies you Kill to Reflect Damage to surrounding Enemies"] = { { isScalable = true } }, - ["#% chance for Infusions to Infuse your Projectiles without being Consumed"] = { { isScalable = true } }, ["#% chance for Kills to count twice for Rampage"] = { { isScalable = true } }, ["#% chance for Kinetic Bolt, Kinetic Blast and Power Siphon to double Stun Duration"] = { { isScalable = true } }, ["#% chance for Lightning Damage with Hits to be Lucky"] = { { isScalable = true } }, @@ -601,14 +601,17 @@ return { ["#% chance for Phase Run to increase Duration without removing Frenzy Charges"] = { { isScalable = true } }, ["#% chance for Projectiles to Pierce Enemies within 3m distance of you"] = { { isScalable = true } }, ["#% chance for Rare Packs to have an additional Rare Monster"] = { { isScalable = true } }, + ["#% chance for Remnants you pick up to count as picking up an additional Remnant"] = { { isScalable = true } }, ["#% chance for Slain monsters to drop an additional Scroll of Wisdom"] = { { isScalable = true } }, ["#% chance for Slam Skills you use yourself to cause Aftershocks"] = { { isScalable = true } }, ["#% chance for Spectres to gain Soul Eater on Kill for 20 seconds"] = { { isScalable = true } }, ["#% chance for Spell Hits against you to inflict Poison"] = { { isScalable = true } }, ["#% chance for Spell Skills to fire 2 additional Projectiles"] = { { isScalable = true } }, + ["#% chance for Surges to suffuse your Projectiles without being Consumed"] = { { isScalable = true } }, ["#% chance for Synthesised Packs to be upgraded to Magic"] = { { isScalable = true } }, ["#% chance for Synthesised Packs to be upgraded to Rare"] = { { isScalable = true } }, ["#% chance for Synthesised Rare Packs to have an additional Rare Monster"] = { { isScalable = true } }, + ["#% chance for Thorns to Retaliate against Non-Melee Hits if you have at least 200 Tribute"] = { { isScalable = true } }, ["#% chance for Trigger skills to refund half of Energy Spent"] = { { isScalable = true } }, ["#% chance for transforming to add a Link to the largest group of Linked Sockets"] = { { isScalable = true } }, ["#% chance for transforming to add a Socket"] = { { isScalable = true } }, @@ -661,7 +664,7 @@ return { ["#% chance that if you would gain Power Charges, you instead gain up to\nyour maximum number of Power Charges"] = { { isScalable = true } }, ["#% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage"] = { { isScalable = true } }, ["#% chance that if you would gain a Crab Barrier, you instead gain up to\nyour maximum number of Crab Barriers"] = { { isScalable = true } }, - ["#% chance that when Volatility on you detonates, you regain an equivalent amount of Volatility"] = { { isScalable = true } }, + ["#% chance that when Volatility on you explodes, you regain an equivalent amount of Volatility"] = { { isScalable = true } }, ["#% chance to Aggravate Bleeding on Hit"] = { { isScalable = true } }, ["#% chance to Aggravate Bleeding on targets you Critically Hit with Attacks"] = { { isScalable = true } }, ["#% chance to Aggravate Bleeding on targets you Hit with Attacks"] = { { isScalable = true } }, @@ -724,9 +727,6 @@ return { ["#% chance to Blind on Hit against Bleeding Enemies"] = { { isScalable = true } }, ["#% chance to Block Projectile Attack Damage"] = { { isScalable = true } }, ["#% chance to Block Projectile Spell Damage"] = { { isScalable = true } }, - ["#% chance to Block Spell Damage if you have Blocked Attack Damage Recently"] = { { isScalable = true } }, - ["#% chance to Block Spell Damage while holding a Shield"] = { { isScalable = true } }, - ["#% chance to Block Spell Damage while holding a Staff or Shield"] = { { isScalable = true } }, ["#% chance to Cause Bleeding on Critical Hit"] = { { isScalable = true } }, ["#% chance to Cause Monsters to Flee"] = { { isScalable = true } }, ["#% chance to Cause Poison on Critical Hit"] = { { isScalable = true } }, @@ -755,22 +755,12 @@ return { ["#% chance to Curse non-Cursed Enemies with a random Hex on Hit"] = { { isScalable = true } }, ["#% chance to Curse you with Punishment on Kill"] = { { isScalable = true } }, ["#% chance to Curse you with Silence when Hit"] = { { isScalable = true } }, + ["#% chance to Daze on Hit"] = { { isScalable = true } }, ["#% chance to Debilitate Enemies for 1 second on Hit"] = { { isScalable = true } }, ["#% chance to Defend with 150% of Armour per 5% missing Energy Shield"] = { { isScalable = true } }, ["#% chance to Defend with 200% of Armour"] = { { isScalable = true } }, - ["#% chance to Deflect Attack Damage"] = { { isScalable = true } }, - ["#% chance to Evade Attack Hits"] = { { isScalable = true } }, - ["#% chance to Evade Attack Hits if you haven't been Hit Recently"] = { { isScalable = true } }, - ["#% chance to Evade Attack Hits if you've\ntaken a Savage Hit Recently"] = { { isScalable = true } }, - ["#% chance to Evade Attack Hits while affected by Grace"] = { { isScalable = true } }, ["#% chance to Extinguish Enemies on Hit"] = { { isScalable = true } }, ["#% chance to Freeze"] = { { isScalable = true, formats = { "canonical_stat" } } }, - ["#% chance to Freeze during any Flask Effect"] = { { isScalable = true } }, - ["#% chance to Freeze, Shock and Ignite"] = { { isScalable = true } }, - ["#% chance to Freeze, Shock and Ignite during Effect"] = { { isScalable = true } }, - ["#% chance to Freeze, Shock and Ignite during any Flask Effect"] = { { isScalable = true } }, - ["#% chance to Freeze, Shock and Ignite if you haven't Crit Recently"] = { { isScalable = true } }, - ["#% chance to Freeze, Shock and Ignite while affected by a Herald"] = { { isScalable = true } }, ["#% chance to Gain 100% of Damage with Hits as Extra Chaos Damage"] = { { isScalable = true } }, ["#% chance to Gain 100% of Non-Chaos Damage with Hits as Extra Chaos Damage"] = { { isScalable = true } }, ["#% chance to Gain 25% of Damage with Hits as Extra Chaos Damage"] = { { isScalable = true } }, @@ -784,10 +774,6 @@ return { ["#% chance to Gain a Power Charge on Hit while Poisoned"] = { { isScalable = true } }, ["#% chance to Hinder Enemies on Hit with Spells"] = { { isScalable = true } }, ["#% chance to Hinder Enemies you spread Poison to"] = { { isScalable = true } }, - ["#% chance to Ignite"] = { { isScalable = true } }, - ["#% chance to Ignite during any Flask Effect"] = { { isScalable = true } }, - ["#% chance to Ignite when in Main Hand"] = { { isScalable = true } }, - ["#% chance to Ignite while Ignited"] = { { isScalable = true } }, ["#% chance to Ignore Stuns while Casting"] = { { isScalable = true } }, ["#% chance to Ignore Stuns while Casting Storm Burst"] = { { isScalable = true } }, ["#% chance to Ignore Stuns while using Socketed Attack Skills"] = { { isScalable = true } }, @@ -838,26 +824,6 @@ return { ["#% chance to Steal Power, Frenzy, and Endurance Charges on Hit with Claws"] = { { isScalable = true } }, ["#% chance to Summon a Lesser Elemental Golem when\nyou Kill an Enemy using Elemental Damage"] = { { isScalable = true } }, ["#% chance to Summon an additional Skeleton with Summon Skeletons"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage for each Dagger you're Wielding"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage if Equipped Helmet, Body Armour, Gloves, and Boots all have Evasion Rating"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage if you've Hit an Enemy Recently"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage if you've\ntaken Spell Damage Recently"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage per Endurance Charge"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage per Fortification"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage per Frenzy Charge"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage per Hit Suppressed Recently"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage per Power Charge"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while Channelling"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while Phasing"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while affected by Grace"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while affected by Haste"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while holding a Shield"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while moving"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while on Full Energy Shield"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while on Full Life"] = { { isScalable = true } }, - ["#% chance to Suppress Spell Damage while your Off Hand is empty"] = { { isScalable = true } }, ["#% chance to Taunt Enemies on Hit with Attacks"] = { { isScalable = true } }, ["#% chance to Taunt Enemies on Projectile Hit"] = { { isScalable = true } }, ["#% chance to Taunt on Hit"] = { { isScalable = true } }, @@ -973,6 +939,7 @@ return { ["#% chance to be inflicted with Lightning Exposure when you take Lightning Damage from a Hit"] = { { isScalable = true } }, ["#% chance to be inflicted with a random Exposure when you take Elemental Damage from a Hit"] = { { isScalable = true } }, ["#% chance to be targeted by a Meteor when you use a Flask"] = { { isScalable = true } }, + ["#% chance to build an additional Combo on Hit"] = { { isScalable = true } }, ["#% chance to cause Bleeding on Hit"] = { { isScalable = true } }, ["#% chance to cause Enemies to Flee on use"] = { { isScalable = true } }, ["#% chance to cause an Aftershock with Mace Slams"] = { { isScalable = true } }, @@ -1127,7 +1094,6 @@ return { ["#% chance to drop an additional Scarab"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["#% chance to drop an additional Unique Item"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["#% chance to drop an additional Vaal Orb"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, - ["#% chance to drop an additional Veiled Chaos Orb"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, ["#% chance to find additional Heist Targets from Secret Reward Rooms"] = { { isScalable = false } }, ["#% chance to gain 1 Rage when you Hit a Rare or Unique Enemy"] = { { isScalable = true } }, ["#% chance to gain 200 Life on Hit with Attacks"] = { { isScalable = true } }, @@ -1138,6 +1104,7 @@ return { ["#% chance to gain Elusive on Critical Hit"] = { { isScalable = true } }, ["#% chance to gain Elusive on Kill"] = { { isScalable = true } }, ["#% chance to gain Elusive when you Block while Dual Wielding"] = { { isScalable = true } }, + ["#% chance to gain Flame Archon when you Ignite an Enemy"] = { { isScalable = true } }, ["#% chance to gain Onslaught for # seconds on Kill"] = { { isScalable = true }, { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["#% chance to gain Onslaught for 10 Seconds when you Hit a Rare\nor Unique Enemy"] = { { isScalable = true } }, ["#% chance to gain Onslaught for 10 seconds on Kill"] = { { isScalable = true } }, @@ -1146,6 +1113,7 @@ return { ["#% chance to gain Onslaught for 4 seconds on Hit"] = { { isScalable = true } }, ["#% chance to gain Onslaught for 4 seconds on Kill"] = { { isScalable = true } }, ["#% chance to gain Onslaught on Killing Blow with Axes"] = { { isScalable = true } }, + ["#% chance to gain Onslaught on Killing Hits with this Weapon"] = { { isScalable = true } }, ["#% chance to gain Onslaught when you use a Flask"] = { { isScalable = true } }, ["#% chance to gain Phasing for # seconds when your Trap is triggered by an Enemy"] = { { isScalable = true, formats = { "canonical_stat" } }, { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["#% chance to gain Phasing for 3 seconds when your Trap is triggered by an Enemy"] = { { isScalable = true } }, @@ -1196,7 +1164,6 @@ return { ["#% chance to gain a Power Charge on Non-Critical Hit with a Claw or Dagger"] = { { isScalable = true } }, ["#% chance to gain a Power Charge on hitting an Enemy affected by a Spider's Web"] = { { isScalable = true } }, ["#% chance to gain a Power Charge when you Block"] = { { isScalable = true } }, - ["#% chance to gain a Power Charge when you Block Spell Damage"] = { { isScalable = true } }, ["#% chance to gain a Power Charge when you Cast a Curse Spell"] = { { isScalable = true } }, ["#% chance to gain a Power Charge when you Hit a Frozen Enemy"] = { { isScalable = true } }, ["#% chance to gain a Power Charge when you Hit a Rare or Unique Enemy"] = { { isScalable = true } }, @@ -1247,11 +1214,10 @@ return { ["#% chance to inflict Bleeding on Hit with Attacks against Taunted Enemies"] = { { isScalable = true } }, ["#% chance to inflict Brittle"] = { { isScalable = true } }, ["#% chance to inflict Brittle on Enemies when you Block their Damage"] = { { isScalable = true } }, - ["#% chance to inflict Cold Exposure on Hit"] = { { isScalable = true } }, ["#% chance to inflict Cold Exposure on Hit if you have at least 150 Devotion"] = { { isScalable = true } }, - ["#% chance to inflict Fire Exposure on Hit"] = { { isScalable = true } }, + ["#% chance to inflict Daze with Hits against Enemies further than 6m"] = { { isScalable = true } }, + ["#% chance to inflict Exposure on Hit"] = { { isScalable = true } }, ["#% chance to inflict Fire Exposure on Hit if you have at least 150 Devotion"] = { { isScalable = true } }, - ["#% chance to inflict Lightning Exposure on Hit"] = { { isScalable = true } }, ["#% chance to inflict Lightning Exposure on Hit if you have at least 150 Devotion"] = { { isScalable = true } }, ["#% chance to inflict Withered for 2 seconds on Hit"] = { { isScalable = true } }, ["#% chance to inflict Withered for 2 seconds on Hit with this Weapon"] = { { isScalable = true } }, @@ -1301,10 +1267,13 @@ return { ["#% chance to throw up to 4 additional Traps"] = { { isScalable = true } }, ["#% chance to travel to Winding Pier instead while on a Ley Fishing Line"] = { { isScalable = true, formats = { "divide_by_one_hundred_2dp" } } }, ["#% chance when a Charm is used to use another Charm without consuming Charges"] = { { isScalable = true } }, + ["#% chance when collecting an Elemental Infusion to gain an\nadditional Elemental Infusion of the same type"] = { { isScalable = true } }, ["#% chance when throwing Mines to throw up to 1 additional Mine"] = { { isScalable = true } }, ["#% chance when you Kill a Magic Monster to gain its Modifiers for 60 seconds"] = { { isScalable = true } }, ["#% chance when you Kill a Scorched Enemy to Burn Each surrounding\nEnemy for 4 seconds, dealing 8% of the Killed Enemy's maximum Life as Fire Damage per second"] = { { isScalable = true } }, + ["#% chance when you Reload a Crossbow to be immediate"] = { { isScalable = true } }, ["#% chance when you gain a Charge to gain an additional Charge"] = { { isScalable = true } }, + ["#% chance when you gain a Charge to gain an additional Charge per 10 Tribute"] = { { isScalable = true } }, ["#% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge"] = { { isScalable = true } }, ["#% chance when you gain a Power Charge to gain an additional Power Charge"] = { { isScalable = true } }, ["#% chance when you gain an Endurance Charge to gain an additional Endurance Charge"] = { { isScalable = true } }, @@ -1312,16 +1281,19 @@ return { ["#% chance when you pay a Skill's Cost to gain that much Mana"] = { { isScalable = true } }, ["#% decreased Attack Speed per Enemy in Close Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% faster Curse Activation"] = { { isScalable = true, formats = { "negate" } } }, + ["#% faster Curse Activation per 20 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% faster Restoration of Ward"] = { { isScalable = true } }, ["#% faster start of Energy Shield Recharge"] = { { isScalable = true } }, ["#% faster start of Energy Shield Recharge during any Flask Effect"] = { { isScalable = true } }, ["#% faster start of Energy Shield Recharge if you've been Stunned Recently"] = { { isScalable = true } }, ["#% faster start of Energy Shield Recharge when not on Full Life"] = { { isScalable = true } }, ["#% faster start of Energy Shield Recharge while affected by Discipline"] = { { isScalable = true } }, + ["#% faster start of Energy Shield Recharge while affected by an Archon Buff"] = { { isScalable = true } }, ["#% improved Rewards"] = { { isScalable = true } }, ["#% increased Absolution Cast Speed"] = { { isScalable = true } }, ["#% increased Abyssal Cry Duration"] = { { isScalable = true } }, ["#% increased Accuracy Rating"] = { { isScalable = true } }, + ["#% increased Accuracy Rating against Enemies affected by Abyssal Wasting"] = { { isScalable = true } }, ["#% increased Accuracy Rating against Marked Enemy"] = { { isScalable = true } }, ["#% increased Accuracy Rating against Rare or Unique Enemies"] = { { isScalable = true } }, ["#% increased Accuracy Rating against Unique Enemies"] = { { isScalable = true } }, @@ -1329,9 +1301,13 @@ return { ["#% increased Accuracy Rating during Effect"] = { { isScalable = true } }, ["#% increased Accuracy Rating if you haven't Killed Recently"] = { { isScalable = true } }, ["#% increased Accuracy Rating if you've dealt a Critical Hit in the past 8 seconds"] = { { isScalable = true } }, + ["#% increased Accuracy Rating per 10 Tribute"] = { { isScalable = true } }, + ["#% increased Accuracy Rating per 25 Tribute"] = { { isScalable = true } }, ["#% increased Accuracy Rating per Frenzy Charge"] = { { isScalable = true } }, ["#% increased Accuracy Rating when on Low Life"] = { { isScalable = true } }, ["#% increased Accuracy Rating while Dual Wielding"] = { { isScalable = true } }, + ["#% increased Accuracy Rating while Surrounded"] = { { isScalable = true } }, + ["#% increased Accuracy Rating while moving"] = { { isScalable = true } }, ["#% increased Accuracy Rating while you have Onslaught"] = { { isScalable = true } }, ["#% increased Accuracy Rating with Axes"] = { { isScalable = true } }, ["#% increased Accuracy Rating with Bows"] = { { isScalable = true } }, @@ -1349,9 +1325,8 @@ return { ["#% increased Accuracy with Area Skills"] = { { isScalable = true } }, ["#% increased Action Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% increased Adaptation Duration"] = { { isScalable = true } }, - ["#% increased Adaptation Rating"] = { { isScalable = true } }, - ["#% increased Adaptation Rating during Effect"] = { { isScalable = true } }, ["#% increased Aftershock Area of Effect"] = { { isScalable = true } }, + ["#% increased Ailment and Stun Threshold while Surrounded"] = { { isScalable = true } }, ["#% increased Alchemist's Mark Curse Effect"] = { { isScalable = true } }, ["#% increased Ambush Cooldown Recovery Rate"] = { { isScalable = true } }, ["#% increased Amount Recovered"] = { { isScalable = true } }, @@ -1362,6 +1337,7 @@ return { ["#% increased Ancestral Warchief Totem Damage"] = { { isScalable = true } }, ["#% increased Animate Weapon Duration"] = { { isScalable = true } }, ["#% increased Arc Damage"] = { { isScalable = true } }, + ["#% increased Archon Buff duration"] = { { isScalable = true } }, ["#% increased Arctic Armour Buff Effect"] = { { isScalable = true } }, ["#% increased Area Damage"] = { { isScalable = true } }, ["#% increased Area Damage per 10 Devotion"] = { { isScalable = true } }, @@ -1384,6 +1360,7 @@ return { ["#% increased Area of Effect if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Area of Effect if you've dealt a Culling Strike Recently"] = { { isScalable = true } }, ["#% increased Area of Effect of Aftershocks you create yourself"] = { { isScalable = true } }, + ["#% increased Area of Effect of Ancestrally Boosted Attacks"] = { { isScalable = true } }, ["#% increased Area of Effect of Aura Skills"] = { { isScalable = true } }, ["#% increased Area of Effect of Buffs affecting Party members"] = { { isScalable = true } }, ["#% increased Area of Effect of Curse Aura Skills"] = { { isScalable = true } }, @@ -1415,6 +1392,7 @@ return { ["#% increased Armour and Evasion Rating"] = { { isScalable = true } }, ["#% increased Armour and Evasion Rating during Onslaught"] = { { isScalable = true } }, ["#% increased Armour and Evasion Rating if you've killed a Taunted Enemy Recently"] = { { isScalable = true } }, + ["#% increased Armour and Evasion Rating per Summoned Totem in your Presence"] = { { isScalable = true } }, ["#% increased Armour and Evasion Rating when on Low Life"] = { { isScalable = true } }, ["#% increased Armour and Evasion Rating while Fortified"] = { { isScalable = true } }, ["#% increased Armour and Evasion Rating while Leeching"] = { { isScalable = true } }, @@ -1424,10 +1402,12 @@ return { ["#% increased Armour from Equipped Helmet and Gloves"] = { { isScalable = true } }, ["#% increased Armour from Equipped Shield"] = { { isScalable = true } }, ["#% increased Armour if you have been Hit Recently"] = { { isScalable = true } }, + ["#% increased Armour if you haven't Dodge Rolled Recently"] = { { isScalable = true } }, ["#% increased Armour if you haven't Killed Recently"] = { { isScalable = true } }, ["#% increased Armour if you haven't been Hit Recently"] = { { isScalable = true } }, ["#% increased Armour if you've Hit an Enemy with a Melee Attack Recently"] = { { isScalable = true } }, ["#% increased Armour if you've consumed an Endurance Charge Recently"] = { { isScalable = true } }, + ["#% increased Armour per 10 Tribute"] = { { isScalable = true } }, ["#% increased Armour per 50 Reserved Mana"] = { { isScalable = false } }, ["#% increased Armour per 50 Strength"] = { { isScalable = true } }, ["#% increased Armour per Defiance"] = { { isScalable = true } }, @@ -1436,10 +1416,12 @@ return { ["#% increased Armour per second you've been stationary, up to a maximum of 100%"] = { { isScalable = true } }, ["#% increased Armour while Bleeding"] = { { isScalable = true } }, ["#% increased Armour while Chilled or Frozen"] = { { isScalable = true } }, + ["#% increased Armour while Ignited"] = { { isScalable = true } }, ["#% increased Armour while Surrounded"] = { { isScalable = true } }, ["#% increased Armour while not Ignited, Frozen or Shocked"] = { { isScalable = true } }, ["#% increased Armour while stationary"] = { { isScalable = true } }, ["#% increased Armour, Evasion and Energy Shield"] = { { isScalable = true } }, + ["#% increased Armour, Evasion or Energy Shield"] = { { isScalable = true } }, ["#% increased Arrow Speed"] = { { isScalable = true } }, ["#% increased Aspect of the Avian Buff Effect"] = { { isScalable = true } }, ["#% increased Aspect of the Spider Area of Effect"] = { { isScalable = true } }, @@ -1450,6 +1432,7 @@ return { ["#% increased Attack Area of Effect while wielding a Quarterstaff"] = { { isScalable = true } }, ["#% increased Attack Cold Damage"] = { { isScalable = true } }, ["#% increased Attack Cold Damage while Dual Wielding"] = { { isScalable = true } }, + ["#% increased Attack Critical Hit Chance per 10 Tribute"] = { { isScalable = true } }, ["#% increased Attack Critical Hit Chance while Dual Wielding"] = { { isScalable = true } }, ["#% increased Attack Damage"] = { { isScalable = true } }, ["#% increased Attack Damage against Bleeding Enemies"] = { { isScalable = true } }, @@ -1458,16 +1441,19 @@ return { ["#% increased Attack Damage during Onslaught"] = { { isScalable = true } }, ["#% increased Attack Damage for each Map Item Modifier affecting the Area"] = { { isScalable = true } }, ["#% increased Attack Damage if Corrupted"] = { { isScalable = true } }, + ["#% increased Attack Damage if you have been Heavy Stunned Recently"] = { { isScalable = true } }, ["#% increased Attack Damage if you've Cast a Spell Recently"] = { { isScalable = true } }, ["#% increased Attack Damage if your other Ring is a Shaper Item"] = { { isScalable = true } }, + ["#% increased Attack Damage per 10 Tribute"] = { { isScalable = true } }, ["#% increased Attack Damage per 16 Strength"] = { { isScalable = true } }, ["#% increased Attack Damage per 450 Armour"] = { { isScalable = true } }, ["#% increased Attack Damage per 450 Evasion Rating"] = { { isScalable = true } }, ["#% increased Attack Damage per 5% Chance to Block Attack Damage"] = { { isScalable = true } }, ["#% increased Attack Damage per 500 Maximum Mana"] = { { isScalable = true } }, - ["#% increased Attack Damage per 75 Armour or Evasion Rating on Shield"] = { { isScalable = true } }, + ["#% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield"] = { { isScalable = true } }, ["#% increased Attack Damage per Frenzy Charge"] = { { isScalable = true } }, ["#% increased Attack Damage per Level"] = { { isScalable = true } }, + ["#% increased Attack Damage per Summoned Totem in your Presence"] = { { isScalable = true } }, ["#% increased Attack Damage when on Full Life"] = { { isScalable = true } }, ["#% increased Attack Damage when on Low Life"] = { { isScalable = true } }, ["#% increased Attack Damage while Channelling"] = { { isScalable = true } }, @@ -1479,6 +1465,7 @@ return { ["#% increased Attack Damage while in Blood Stance"] = { { isScalable = true } }, ["#% increased Attack Damage while not on Low Mana"] = { { isScalable = true } }, ["#% increased Attack Damage while you have an Ally in your Presence"] = { { isScalable = true } }, + ["#% increased Attack Damage while you have no Life Flask uses left"] = { { isScalable = true } }, ["#% increased Attack Damage with Main Hand"] = { { isScalable = true } }, ["#% increased Attack Damage with Main Hand while Dual Wielding"] = { { isScalable = true } }, ["#% increased Attack Damage with Off Hand"] = { { isScalable = true } }, @@ -1498,13 +1485,15 @@ return { ["#% increased Attack Speed if you've Hit with your Main Hand Weapon Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've Killed Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've been Hit Recently"] = { { isScalable = true } }, - ["#% increased Attack Speed if you've cast a Mark Spell Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've changed Stance Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've successfully Parried Recently"] = { { isScalable = true } }, ["#% increased Attack Speed if you've taken a Savage Hit Recently"] = { { isScalable = true } }, + ["#% increased Attack Speed if you've used a Life Flask Recently"] = { { isScalable = true } }, + ["#% increased Attack Speed if you've used a Mark Recently"] = { { isScalable = true } }, ["#% increased Attack Speed per 10 Dexterity"] = { { isScalable = true } }, ["#% increased Attack Speed per 20 Dexterity"] = { { isScalable = true } }, + ["#% increased Attack Speed per 20 Spirit"] = { { isScalable = true } }, ["#% increased Attack Speed per 25 Dexterity"] = { { isScalable = true } }, ["#% increased Attack Speed per 250 Accuracy Rating"] = { { isScalable = true } }, ["#% increased Attack Speed per 8% Quality"] = { { isScalable = true } }, @@ -1525,9 +1514,9 @@ return { ["#% increased Attack Speed while affected by Precision"] = { { isScalable = true } }, ["#% increased Attack Speed while holding a Shield"] = { { isScalable = true } }, ["#% increased Attack Speed while in Sand Stance"] = { { isScalable = true } }, - ["#% increased Attack Speed while in the Presence of your Companion"] = { { isScalable = true } }, ["#% increased Attack Speed while not on Low Mana"] = { { isScalable = true } }, ["#% increased Attack Speed while on Full Mana"] = { { isScalable = true } }, + ["#% increased Attack Speed while your Companion is in your Presence"] = { { isScalable = true } }, ["#% increased Attack Speed with Axes"] = { { isScalable = true } }, ["#% increased Attack Speed with Bows"] = { { isScalable = true } }, ["#% increased Attack Speed with Claws"] = { { isScalable = true } }, @@ -1547,6 +1536,7 @@ return { ["#% increased Attack Speed with Two Handed Melee Weapons"] = { { isScalable = true } }, ["#% increased Attack Speed with Wands"] = { { isScalable = true } }, ["#% increased Attack and Cast Speed"] = { { isScalable = true } }, + ["#% increased Attack and Cast Speed during Effect of any Flask"] = { { isScalable = true } }, ["#% increased Attack and Cast Speed during Effect of any Mana Flask"] = { { isScalable = true } }, ["#% increased Attack and Cast Speed during Onslaught"] = { { isScalable = true } }, ["#% increased Attack and Cast Speed during any Flask Effect"] = { { isScalable = true } }, @@ -1583,6 +1573,7 @@ return { ["#% increased Attack and Cast Speed with Physical Skills"] = { { isScalable = true } }, ["#% increased Attack and Cast Speed with Shield Skills"] = { { isScalable = true } }, ["#% increased Attack and Movement Speed while you have a Bestial Minion"] = { { isScalable = true } }, + ["#% increased Attack damage while moving"] = { { isScalable = true } }, ["#% increased Attack, Cast and Movement Speed during Effect"] = { { isScalable = true } }, ["#% increased Attack, Cast and Movement Speed if you've taken a Savage Hit Recently"] = { { isScalable = true } }, ["#% increased Attack, Cast and Movement Speed while you do not have Iron Reflexes"] = { { isScalable = true } }, @@ -1591,9 +1582,14 @@ return { ["#% increased Attributes"] = { { isScalable = true } }, ["#% increased Attributes per Socket filled"] = { { isScalable = true } }, ["#% increased Attributes per allocated Keystone"] = { { isScalable = true } }, + ["#% increased Aura Magnitudes if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Ball Lightning Area of Effect"] = { { isScalable = true } }, ["#% increased Ball Lightning Damage"] = { { isScalable = true } }, ["#% increased Ball Lightning Projectile Speed"] = { { isScalable = true } }, + ["#% increased Ballista Critical Damage Bonus"] = { { isScalable = true } }, + ["#% increased Ballista Critical Hit Chance"] = { { isScalable = true } }, + ["#% increased Ballista Immobilisation buildup"] = { { isScalable = true } }, + ["#% increased Ballista damage"] = { { isScalable = true } }, ["#% increased Barrage Attack Speed"] = { { isScalable = true } }, ["#% increased Barrage Damage"] = { { isScalable = true } }, ["#% increased Battlemage's Cry Buff Effect"] = { { isScalable = true } }, @@ -1609,7 +1605,6 @@ return { ["#% increased Bladefall Critical Hit Chance"] = { { isScalable = true } }, ["#% increased Bladefall Damage"] = { { isScalable = true } }, ["#% increased Bleeding Duration"] = { { isScalable = true } }, - ["#% increased Bleeding Duration on you"] = { { isScalable = true } }, ["#% increased Bleeding Duration on you during Effect"] = { { isScalable = true } }, ["#% increased Bleeding Duration per 12 Intelligence"] = { { isScalable = true } }, ["#% increased Blight Area of Effect"] = { { isScalable = true } }, @@ -1621,6 +1616,8 @@ return { ["#% increased Block Recovery"] = { { isScalable = true } }, ["#% increased Block chance"] = { { isScalable = true } }, ["#% increased Block chance against Projectiles"] = { { isScalable = true } }, + ["#% increased Block chance if you have at least 100 Tribute"] = { { isScalable = true } }, + ["#% increased Block chance while Surrounded"] = { { isScalable = true } }, ["#% increased Blueprint Revealing Cost"] = { { isScalable = true } }, ["#% increased Bodyswap Cast Speed"] = { { isScalable = true } }, ["#% increased Bodyswap Damage"] = { { isScalable = true } }, @@ -1651,6 +1648,8 @@ return { ["#% increased Cast Speed if you've Attacked Recently"] = { { isScalable = true } }, ["#% increased Cast Speed if you've Killed Recently"] = { { isScalable = true } }, ["#% increased Cast Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, + ["#% increased Cast Speed if you've used a Mana Flask Recently"] = { { isScalable = true } }, + ["#% increased Cast Speed per 20 Spirit"] = { { isScalable = true } }, ["#% increased Cast Speed per Frenzy Charge"] = { { isScalable = true } }, ["#% increased Cast Speed per Power Charge"] = { { isScalable = true } }, ["#% increased Cast Speed when on Full Life"] = { { isScalable = true } }, @@ -1660,6 +1659,7 @@ return { ["#% increased Cast Speed while Ignited"] = { { isScalable = true } }, ["#% increased Cast Speed while affected by Zealotry"] = { { isScalable = true } }, ["#% increased Cast Speed while holding a Shield"] = { { isScalable = true } }, + ["#% increased Cast Speed while on Full Mana"] = { { isScalable = true } }, ["#% increased Cast Speed while wielding a Bow"] = { { isScalable = true } }, ["#% increased Cast Speed while wielding a Staff"] = { { isScalable = true } }, ["#% increased Cast Speed with Brand Skills"] = { { isScalable = true } }, @@ -1684,6 +1684,7 @@ return { ["#% increased Chaos Damage taken"] = { { isScalable = true } }, ["#% increased Chaos Damage taken over time"] = { { isScalable = true } }, ["#% increased Chaos Damage while affected by Herald of Agony"] = { { isScalable = true } }, + ["#% increased Chaos Damage while affected by Herald of Plague"] = { { isScalable = true } }, ["#% increased Chaos Damage with Attack Skills"] = { { isScalable = true } }, ["#% increased Chaos Damage with Spell Skills"] = { { isScalable = true } }, ["#% increased Chaos Damage with Weapons"] = { { isScalable = true } }, @@ -1698,6 +1699,7 @@ return { ["#% increased Charm Charges gained"] = { { isScalable = true } }, ["#% increased Charm Charges used"] = { { isScalable = true } }, ["#% increased Charm Effect Duration"] = { { isScalable = true } }, + ["#% increased Charm Effect Duration per 25 Tribute"] = { { isScalable = true } }, ["#% increased Chill Duration on Enemies"] = { { isScalable = true } }, ["#% increased Chill Duration on Enemies when in Off Hand"] = { { isScalable = true } }, ["#% increased Chill Duration on you"] = { { isScalable = true, formats = { "negate" } } }, @@ -1756,9 +1758,13 @@ return { ["#% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste"] = { { isScalable = true } }, ["#% increased Cooldown Recovery Rate of Travel Skills"] = { { isScalable = true } }, ["#% increased Cooldown Recovery Rate of Travel Skills per Frenzy Charge"] = { { isScalable = true } }, + ["#% increased Cooldown Recovery Rate per 10 Tribute"] = { { isScalable = true } }, ["#% increased Cooldown Recovery Rate per Brand, up to a maximum of 40%"] = { { isScalable = true } }, ["#% increased Cooldown Recovery Rate per Power Charge"] = { { isScalable = true } }, ["#% increased Corrupting Fever Duration"] = { { isScalable = true } }, + ["#% increased Cost Efficiency"] = { { isScalable = true } }, + ["#% increased Cost Efficiency of Attacks"] = { { isScalable = true } }, + ["#% increased Cost Efficiency of Skills if you've consumed a Power Charge Recently"] = { { isScalable = true } }, ["#% increased Cost of Arc and Crackling Lance"] = { { isScalable = true } }, ["#% increased Cost of Aura Skills that summon Totems"] = { { isScalable = true } }, ["#% increased Cost of Building and Upgrading Towers"] = { { isScalable = true } }, @@ -1804,11 +1810,14 @@ return { ["#% increased Critical Hit Chance against Enemies on Full Life"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Enemies that are affected\nby no Elemental Ailments"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Enemies that have entered your Presence Recently"] = { { isScalable = true } }, + ["#% increased Critical Hit Chance against Humanoids"] = { { isScalable = true } }, + ["#% increased Critical Hit Chance against Immobilised enemies"] = { { isScalable = true } }, + ["#% increased Critical Hit Chance against Marked Enemies"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Marked Enemy"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Poisoned Enemies"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Shocked Enemies"] = { { isScalable = true } }, ["#% increased Critical Hit Chance against Taunted Enemies"] = { { isScalable = true } }, - ["#% increased Critical Hit Chance against enemies with Lightning Exposure"] = { { isScalable = true } }, + ["#% increased Critical Hit Chance against enemies with Exposure"] = { { isScalable = true } }, ["#% increased Critical Hit Chance during Effect"] = { { isScalable = true } }, ["#% increased Critical Hit Chance during any Flask Effect"] = { { isScalable = true } }, ["#% increased Critical Hit Chance for Attacks"] = { { isScalable = true } }, @@ -1824,6 +1833,7 @@ return { ["#% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Critical Hit Chance if you haven't gained a Power Charge Recently"] = { { isScalable = true } }, ["#% increased Critical Hit Chance if you've Killed Recently"] = { { isScalable = true } }, + ["#% increased Critical Hit Chance if you've Triggered a Skill Recently"] = { { isScalable = true } }, ["#% increased Critical Hit Chance if you've been Shocked Recently"] = { { isScalable = true } }, ["#% increased Critical Hit Chance per 10 Strength"] = { { isScalable = true } }, ["#% increased Critical Hit Chance per 25 Intelligence"] = { { isScalable = true } }, @@ -1872,7 +1882,11 @@ return { ["#% increased Critical Spell Damage Bonus"] = { { isScalable = true } }, ["#% increased Crossbow Reload Speed"] = { { isScalable = true } }, ["#% increased Culling Strike Threshold"] = { { isScalable = true } }, + ["#% increased Culling Strike Threshold against Immobilised Enemies"] = { { isScalable = true } }, + ["#% increased Culling Strike Threshold against Rare or Unique Enemies"] = { { isScalable = true } }, ["#% increased Curse Duration"] = { { isScalable = true } }, + ["#% increased Curse Duration if you have at least 100 Tribute"] = { { isScalable = true } }, + ["#% increased Curse Duration per 10 Tribute"] = { { isScalable = true } }, ["#% increased Curse Magnitudes"] = { { isScalable = true } }, ["#% increased Curse Magnitudes if you've spent 200 total Mana Recently"] = { { isScalable = true } }, ["#% increased Cyclone Attack Speed"] = { { isScalable = true } }, @@ -1884,6 +1898,7 @@ return { ["#% increased Damage Taken for 4 seconds after Spending a total of 200 Mana"] = { { isScalable = true } }, ["#% increased Damage Taken from Hits from Labyrinth Traps\n#% increased effectiveness of Damage over Time Debuffs from Labyrinth Traps on Players"] = { { isScalable = true }, { isScalable = true } }, ["#% increased Damage against Dazed Enemies"] = { { isScalable = true } }, + ["#% increased Damage against Demons"] = { { isScalable = true } }, ["#% increased Damage against Enemies with Fully Broken Armour"] = { { isScalable = true } }, ["#% increased Damage during any Flask Effect"] = { { isScalable = true } }, ["#% increased Damage for each Hazard triggered Recently, up to 50%"] = { { isScalable = true } }, @@ -1909,6 +1924,7 @@ return { ["#% increased Damage if you've Shattered an Enemy Recently"] = { { isScalable = true } }, ["#% increased Damage if you've Triggered a Skill Recently"] = { { isScalable = true } }, ["#% increased Damage if you've been Ignited Recently"] = { { isScalable = true } }, + ["#% increased Damage if you've consumed a Frenzy Charge Recently"] = { { isScalable = true } }, ["#% increased Damage if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Damage if you've dealt a Critical Hit in the past 8 seconds"] = { { isScalable = true } }, ["#% increased Damage if you've killed a Bleeding Enemy Recently"] = { { isScalable = true } }, @@ -1962,6 +1978,7 @@ return { ["#% increased Damage taken from Skeletons"] = { { isScalable = true } }, ["#% increased Damage taken from Taunted Enemies"] = { { isScalable = true } }, ["#% increased Damage taken from Trap or Mine Hits"] = { { isScalable = true } }, + ["#% increased Damage taken from Volatility if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Damage taken if Corrupted"] = { { isScalable = true } }, ["#% increased Damage taken if you Killed a Taunted Enemy Recently"] = { { isScalable = true } }, ["#% increased Damage taken if you haven't been Hit Recently"] = { { isScalable = true } }, @@ -1994,7 +2011,6 @@ return { ["#% increased Damage while Shocked"] = { { isScalable = true } }, ["#% increased Damage while affected by a Herald"] = { { isScalable = true } }, ["#% increased Damage while in Blood Stance"] = { { isScalable = true } }, - ["#% increased Damage while in the Presence of your Companion"] = { { isScalable = true } }, ["#% increased Damage while not on full Energy Shield"] = { { isScalable = true } }, ["#% increased Damage while on Consecrated Ground"] = { { isScalable = true } }, ["#% increased Damage while on Full Energy Shield"] = { { isScalable = true } }, @@ -2007,6 +2023,7 @@ return { ["#% increased Damage while you have an active Charm"] = { { isScalable = true } }, ["#% increased Damage while you have no Energy Shield"] = { { isScalable = true } }, ["#% increased Damage while you have no Frenzy Charges"] = { { isScalable = true } }, + ["#% increased Damage while your Companion is in your Presence"] = { { isScalable = true } }, ["#% increased Damage with Attack Skills while Fortified"] = { { isScalable = true } }, ["#% increased Damage with Attack Skills while you have at least 20 Fortification"] = { { isScalable = true } }, ["#% increased Damage with Axes"] = { { isScalable = true } }, @@ -2030,7 +2047,6 @@ return { ["#% increased Damage with Hits against Burning Enemies"] = { { isScalable = true } }, ["#% increased Damage with Hits against Chilled Enemies"] = { { isScalable = true } }, ["#% increased Damage with Hits against Cursed Enemies"] = { { isScalable = true } }, - ["#% increased Damage with Hits against Demons"] = { { isScalable = true } }, ["#% increased Damage with Hits against Demons during Effect"] = { { isScalable = true } }, ["#% increased Damage with Hits against Enemies affected by Ailments"] = { { isScalable = true } }, ["#% increased Damage with Hits against Enemies affected by Elemental Ailments"] = { { isScalable = true } }, @@ -2043,6 +2059,7 @@ return { ["#% increased Damage with Hits against Magic monsters"] = { { isScalable = true } }, ["#% increased Damage with Hits against Marked Enemy"] = { { isScalable = true } }, ["#% increased Damage with Hits against Rare and Unique Enemies"] = { { isScalable = true } }, + ["#% increased Damage with Hits against Rare and Unique Enemies if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Damage with Hits against Rare monsters"] = { { isScalable = true } }, ["#% increased Damage with Hits against Shocked Enemies"] = { { isScalable = true } }, ["#% increased Damage with Hits against Taunted Enemies"] = { { isScalable = true } }, @@ -2083,13 +2100,18 @@ return { ["#% increased Decoy Totem Life"] = { { isScalable = true } }, ["#% increased Defences from Equipped Shield"] = { { isScalable = true } }, ["#% increased Defences from Equipped Shield per 10 Devotion"] = { { isScalable = true } }, + ["#% increased Defences from Equipped Shield per 25 Tribute"] = { { isScalable = true } }, ["#% increased Defences per Frenzy Charge"] = { { isScalable = true } }, + ["#% increased Defences while on Low Life"] = { { isScalable = true } }, ["#% increased Defences while wielding a Quarterstaff"] = { { isScalable = true } }, ["#% increased Defences while you have at least four Linked targets"] = { { isScalable = true } }, ["#% increased Defences while your Companion is in your Presence"] = { { isScalable = true } }, + ["#% increased Deflection Rating"] = { { isScalable = true } }, + ["#% increased Deflection Rating while Surrounded"] = { { isScalable = true } }, ["#% increased Demolition speed"] = { { isScalable = true } }, ["#% increased Desecrate Damage"] = { { isScalable = true } }, ["#% increased Desecrate Duration"] = { { isScalable = true } }, + ["#% increased Desecrated Modifier magnitudes"] = { { isScalable = false } }, ["#% increased Despair Curse Effect"] = { { isScalable = true } }, ["#% increased Despair Duration"] = { { isScalable = true } }, ["#% increased Destructive Link Duration"] = { { isScalable = true } }, @@ -2109,17 +2131,21 @@ return { ["#% increased Dual Strike Critical Hit Chance"] = { { isScalable = true } }, ["#% increased Dual Strike Damage"] = { { isScalable = true } }, ["#% increased Duration"] = { { isScalable = true } }, + ["#% increased Duration of Ailments against Enemies with Exposure"] = { { isScalable = true } }, ["#% increased Duration of Ailments inflicted on you per Fortification"] = { { isScalable = true } }, ["#% increased Duration of Ailments inflicted while wielding a Bow"] = { { isScalable = true } }, + ["#% increased Duration of Ailments on Beasts"] = { { isScalable = true } }, ["#% increased Duration of Ailments on Enemies"] = { { isScalable = true } }, ["#% increased Duration of Ailments on You"] = { { isScalable = true } }, ["#% increased Duration of Ailments you inflict while Focused"] = { { isScalable = true } }, + ["#% increased Duration of Bleeding on You"] = { { isScalable = true } }, ["#% increased Duration of Buffs and Debuffs you create from skills"] = { { isScalable = true } }, ["#% increased Duration of Buffs granted by Shrines in your Maps"] = { { isScalable = true } }, ["#% increased Duration of Cold Ailments"] = { { isScalable = true } }, ["#% increased Duration of Curses on you"] = { { isScalable = true } }, ["#% increased Duration of Curses on you per 10 Devotion"] = { { isScalable = true } }, ["#% increased Duration of Damaging Ailments on Enemies"] = { { isScalable = true } }, + ["#% increased Duration of Damaging Ailments per 10 Tribute"] = { { isScalable = true } }, ["#% increased Duration of Elemental Ailments on Enemies"] = { { isScalable = true } }, ["#% increased Duration of Elemental Ailments on You while affected by a Rare Abyss Jewel"] = { { isScalable = true } }, ["#% increased Duration of Fire Ailments"] = { { isScalable = true } }, @@ -2177,7 +2203,6 @@ return { ["#% increased Effect of Small Passive Skills in Radius"] = { { isScalable = false } }, ["#% increased Effect of Socketed Abyss Jewels"] = { { isScalable = true } }, ["#% increased Effect of Tailwind on you"] = { { isScalable = true } }, - ["#% increased Effect of Withered"] = { { isScalable = true } }, ["#% increased Effect of non-Keystone Passive Skills in Radius"] = { { isScalable = false } }, ["#% increased Effect of the Buff granted by your Carrion Golems"] = { { isScalable = true } }, ["#% increased Effect of the Buff granted by your Chaos Golems"] = { { isScalable = true } }, @@ -2236,6 +2261,7 @@ return { ["#% increased Elemental Damage with Weapons during any Flask Effect"] = { { isScalable = true } }, ["#% increased Elemental Damage with Weapons per Power Charge"] = { { isScalable = true } }, ["#% increased Elemental Hit Attack Speed"] = { { isScalable = true } }, + ["#% increased Elemental Infusion duration"] = { { isScalable = true } }, ["#% increased Elemental Resistances"] = { { isScalable = true } }, ["#% increased Elemental Weakness Curse Effect"] = { { isScalable = true } }, ["#% increased Elemental Weakness Duration"] = { { isScalable = true } }, @@ -2250,6 +2276,11 @@ return { ["#% increased Energy Shield Recharge Rate"] = { { isScalable = true } }, ["#% increased Energy Shield Recharge Rate during any Flask Effect"] = { { isScalable = true } }, ["#% increased Energy Shield Recharge Rate if Equipped Amulet has an Evasion Modifier"] = { { isScalable = true } }, + ["#% increased Energy Shield Recharge Rate if you haven't Dodge Rolled Recently"] = { { isScalable = true } }, + ["#% increased Energy Shield Recharge Rate if you've Blocked Recently"] = { { isScalable = true } }, + ["#% increased Energy Shield Recharge Rate per 25 Tribute"] = { { isScalable = true } }, + ["#% increased Energy Shield Recharge Rate per 4 Dexterity"] = { { isScalable = true } }, + ["#% increased Energy Shield Recharge Rate while affected by an Archon Buff"] = { { isScalable = true } }, ["#% increased Energy Shield Recovery Rate if you haven't Killed Recently"] = { { isScalable = true } }, ["#% increased Energy Shield Recovery Rate if you haven't been Hit Recently"] = { { isScalable = true } }, ["#% increased Energy Shield Recovery Rate while affected by Discipline"] = { { isScalable = true } }, @@ -2276,12 +2307,15 @@ return { ["#% increased Evasion Rating from Equipped Body Armour"] = { { isScalable = true } }, ["#% increased Evasion Rating from Equipped Helmet and Boots"] = { { isScalable = true } }, ["#% increased Evasion Rating if Energy Shield Recharge has started in the past 2 seconds"] = { { isScalable = true } }, + ["#% increased Evasion Rating if you have Hit an Enemy Recently"] = { { isScalable = true } }, ["#% increased Evasion Rating if you have been Hit Recently"] = { { isScalable = true } }, + ["#% increased Evasion Rating if you haven't Dodge Rolled Recently"] = { { isScalable = true } }, ["#% increased Evasion Rating if you haven't been Hit Recently"] = { { isScalable = true } }, ["#% increased Evasion Rating if you've Cast Dash recently"] = { { isScalable = true } }, ["#% increased Evasion Rating if you've Dodge Rolled Recently"] = { { isScalable = true } }, ["#% increased Evasion Rating if you've consumed a Frenzy Charge Recently"] = { { isScalable = true } }, ["#% increased Evasion Rating per 10 Intelligence"] = { { isScalable = true } }, + ["#% increased Evasion Rating per 10 Tribute"] = { { isScalable = true } }, ["#% increased Evasion Rating per 5 Intelligence"] = { { isScalable = true } }, ["#% increased Evasion Rating per 500 Maximum Mana, up to 100%"] = { { isScalable = true } }, ["#% increased Evasion Rating per Frenzy Charge"] = { { isScalable = true } }, @@ -2290,12 +2324,12 @@ return { ["#% increased Evasion Rating while Focused"] = { { isScalable = true } }, ["#% increased Evasion Rating while Parrying"] = { { isScalable = true } }, ["#% increased Evasion Rating while Phasing"] = { { isScalable = true } }, + ["#% increased Evasion Rating while Sprinting"] = { { isScalable = true } }, ["#% increased Evasion Rating while Surrounded"] = { { isScalable = true } }, ["#% increased Evasion Rating while moving"] = { { isScalable = true } }, ["#% increased Evasion Rating while you have Energy Shield"] = { { isScalable = true } }, ["#% increased Evasion and Energy Shield"] = { { isScalable = true } }, ["#% increased Evasion from Equipped Shield"] = { { isScalable = true } }, - ["#% increased Evasion if you have Hit an Enemy Recently"] = { { isScalable = true } }, ["#% increased Evasion while Leeching"] = { { isScalable = true } }, ["#% increased Experience Gain for Corrupted Gems"] = { { isScalable = true } }, ["#% increased Experience Gain of Gems"] = { { isScalable = true } }, @@ -2338,10 +2372,12 @@ return { ["#% increased Fire Damage if you have used a Cold Skill Recently"] = { { isScalable = true } }, ["#% increased Fire Damage over Time"] = { { isScalable = true } }, ["#% increased Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%"] = { { isScalable = true } }, + ["#% increased Fire Damage per 10% of target's Armour that is Broken"] = { { isScalable = true } }, ["#% increased Fire Damage per 20 Strength"] = { { isScalable = true } }, ["#% increased Fire Damage per Endurance Charge"] = { { isScalable = true } }, ["#% increased Fire Damage taken"] = { { isScalable = true } }, ["#% increased Fire Damage taken while moving"] = { { isScalable = true } }, + ["#% increased Fire Damage while Ignited"] = { { isScalable = true } }, ["#% increased Fire Damage while affected by Anger"] = { { isScalable = true } }, ["#% increased Fire Damage while affected by Herald of Ash"] = { { isScalable = true } }, ["#% increased Fire Damage with Attack Skills"] = { { isScalable = true } }, @@ -2387,12 +2423,14 @@ return { ["#% increased Flamethrower Trap Throwing Speed"] = { { isScalable = true } }, ["#% increased Flammability Curse Effect"] = { { isScalable = true } }, ["#% increased Flammability Duration"] = { { isScalable = true } }, + ["#% increased Flammability Magnitude"] = { { isScalable = true } }, ["#% increased Flask Charges gained"] = { { isScalable = true } }, ["#% increased Flask Charges gained during any Flask Effect"] = { { isScalable = true } }, ["#% increased Flask Charges gained if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Flask Charges used"] = { { isScalable = true } }, ["#% increased Flask Charges used from Mana Flasks"] = { { isScalable = true } }, ["#% increased Flask Effect Duration"] = { { isScalable = true } }, + ["#% increased Flask Effect Duration per 25 Tribute"] = { { isScalable = true } }, ["#% increased Flask Life Recovery rate"] = { { isScalable = true } }, ["#% increased Flask Mana Recovery rate"] = { { isScalable = true } }, ["#% increased Flask Recovery rate"] = { { isScalable = true } }, @@ -2406,6 +2444,7 @@ return { ["#% increased Fortification Duration per 10 Strength"] = { { isScalable = true } }, ["#% increased Freeze Buildup"] = { { isScalable = true } }, ["#% increased Freeze Buildup against Ignited enemies"] = { { isScalable = true } }, + ["#% increased Freeze Buildup if you've consumed an Power Charge Recently"] = { { isScalable = true } }, ["#% increased Freeze Buildup with Quarterstaves"] = { { isScalable = true } }, ["#% increased Freeze Duration on Enemies"] = { { isScalable = true } }, ["#% increased Freeze Duration on you"] = { { isScalable = true, formats = { "negate" } } }, @@ -2453,6 +2492,9 @@ return { ["#% increased Global Physical Damage while Frozen"] = { { isScalable = true } }, ["#% increased Global Physical Damage with Weapons per Red Socket"] = { { isScalable = true } }, ["#% increased Global maximum Energy Shield and reduced Lightning Resistance"] = { { isScalable = true } }, + ["#% increased Glory generation"] = { { isScalable = true } }, + ["#% increased Glory generation for Banner Skills"] = { { isScalable = true } }, + ["#% increased Glory generation if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Gold found in this Area"] = { { isScalable = true } }, ["#% increased Golem Damage for each Type of Golem you have Summoned"] = { { isScalable = true } }, ["#% increased Golem Damage per Summoned Golem"] = { { isScalable = true } }, @@ -2461,10 +2503,14 @@ return { ["#% increased Grenade Damage"] = { { isScalable = true } }, ["#% increased Grenade Detonation Time"] = { { isScalable = true } }, ["#% increased Grenade Duration"] = { { isScalable = true } }, + ["#% increased Grenade Projectile Speed"] = { { isScalable = true } }, ["#% increased Ground Slam Area of Effect"] = { { isScalable = true } }, ["#% increased Ground Slam Damage"] = { { isScalable = true } }, + ["#% increased Guard gained"] = { { isScalable = true } }, + ["#% increased Hazard Area of Effect"] = { { isScalable = true } }, ["#% increased Hazard Damage"] = { { isScalable = true } }, ["#% increased Hazard Duration"] = { { isScalable = true } }, + ["#% increased Hazard Immobilisation buildup"] = { { isScalable = true } }, ["#% increased Heavy Strike Attack Speed"] = { { isScalable = true } }, ["#% increased Heavy Strike Damage"] = { { isScalable = true } }, ["#% increased Herald of Ash Damage"] = { { isScalable = true } }, @@ -2488,6 +2534,9 @@ return { ["#% increased Ignite Duration on Enemies"] = { { isScalable = true } }, ["#% increased Ignite Duration on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% increased Ignite Duration on you during Effect"] = { { isScalable = true } }, + ["#% increased Ignite Magnitude"] = { { isScalable = true } }, + ["#% increased Immobilisation buildup"] = { { isScalable = true } }, + ["#% increased Immobilisation buildup against Constructs"] = { { isScalable = true } }, ["#% increased Immortal Call Duration"] = { { isScalable = true } }, ["#% increased Impale Magnitude"] = { { isScalable = true } }, ["#% increased Implicit Modifier magnitudes"] = { { isScalable = false } }, @@ -2499,7 +2548,6 @@ return { ["#% increased Infernal Cry Damage"] = { { isScalable = true } }, ["#% increased Infused Blast Area of Effect"] = { { isScalable = true } }, ["#% increased Infused Blast Damage"] = { { isScalable = true } }, - ["#% increased Infusion Duration"] = { { isScalable = true } }, ["#% increased Inspiration Charge Duration"] = { { isScalable = true } }, ["#% increased Intelligence"] = { { isScalable = true } }, ["#% increased Intelligence Requirement"] = { { isScalable = true } }, @@ -2520,6 +2568,7 @@ return { ["#% increased Leap Slam Area of Effect"] = { { isScalable = true } }, ["#% increased Leap Slam Attack Speed"] = { { isScalable = true } }, ["#% increased Leap Slam Damage"] = { { isScalable = true } }, + ["#% increased Life Cost Efficiency"] = { { isScalable = true } }, ["#% increased Life Cost of Skills"] = { { isScalable = true } }, ["#% increased Life Flask Charges gained"] = { { isScalable = true } }, ["#% increased Life Recovered"] = { { isScalable = true } }, @@ -2528,11 +2577,12 @@ return { ["#% increased Life Recovery Rate per 10 Strength on Allocated Passives in Radius"] = { { isScalable = true } }, ["#% increased Life Recovery Rate per 10 Strength on Unallocated Passives in Radius"] = { { isScalable = true } }, ["#% increased Life Recovery Rate while affected by Vitality"] = { { isScalable = true } }, - ["#% increased Life Recovery Rate while in the Presence of your Companion"] = { { isScalable = true } }, + ["#% increased Life Recovery Rate while your Companion is in your Presence"] = { { isScalable = true } }, ["#% increased Life Recovery from Flasks"] = { { isScalable = true } }, ["#% increased Life Recovery from Flasks used when on Low Life"] = { { isScalable = true } }, ["#% increased Life Recovery from Flasks while affected by Vitality"] = { { isScalable = true } }, ["#% increased Life Recovery rate"] = { { isScalable = true } }, + ["#% increased Life Recovery rate per 10 Tribute"] = { { isScalable = true } }, ["#% increased Life Recovery rate per 5% missing Unreserved Life"] = { { isScalable = true } }, ["#% increased Life Regeneration Rate while moving"] = { { isScalable = true } }, ["#% increased Life Regeneration Rate while on Low Life"] = { { isScalable = true } }, @@ -2540,14 +2590,17 @@ return { ["#% increased Life Regeneration rate"] = { { isScalable = true } }, ["#% increased Life Regeneration rate during Effect of any Life Flask"] = { { isScalable = true } }, ["#% increased Life Regeneration rate when on Full Energy Shield"] = { { isScalable = true } }, + ["#% increased Life Regeneration rate while Surrounded"] = { { isScalable = true } }, ["#% increased Life Reservation Efficiency of Skills"] = { { isScalable = true } }, ["#% increased Life Reservation of Skills"] = { { isScalable = true } }, ["#% increased Life and Mana Recovery from Flasks"] = { { isScalable = true } }, + ["#% increased Life and Mana Recovery from Flasks per 10 Tribute"] = { { isScalable = true } }, ["#% increased Life and Mana Recovery from Flasks while you have an active Charm"] = { { isScalable = true } }, ["#% increased Life of Fish caught with this Fishing Rod"] = { { isScalable = true } }, ["#% increased Lifeforce"] = { { isScalable = true } }, ["#% increased Light Radius"] = { { isScalable = true } }, ["#% increased Light Radius during Effect"] = { { isScalable = true } }, + ["#% increased Light Radius per 10 Tribute"] = { { isScalable = true } }, ["#% increased Light Radius while Phasing"] = { { isScalable = true } }, ["#% increased Lightning Arrow Area of Effect"] = { { isScalable = true } }, ["#% increased Lightning Arrow Damage"] = { { isScalable = true } }, @@ -2575,13 +2628,15 @@ return { ["#% increased Lightning Warp Damage"] = { { isScalable = true } }, ["#% increased Lightning Warp Duration"] = { { isScalable = true } }, ["#% increased Lockpicking speed"] = { { isScalable = true } }, - ["#% increased Magic Monsters"] = { { isScalable = true } }, ["#% increased Magic Pack Size"] = { { isScalable = true } }, + ["#% increased Magnitude of Abyssal Wasting you inflict"] = { { isScalable = true } }, ["#% increased Magnitude of Ailments you inflict"] = { { isScalable = true } }, + ["#% increased Magnitude of Ailments you inflict against Marked Enemies"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding inflicted with this Weapon"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding per Rage while wielding an Axe"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding you inflict"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding you inflict against Enemies affected by Incision"] = { { isScalable = true } }, + ["#% increased Magnitude of Bleeding you inflict against Pinned Enemies"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding you inflict on Poisoned targets"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding you inflict per Endurance Charge"] = { { isScalable = true } }, ["#% increased Magnitude of Bleeding you inflict per Frenzy Charge"] = { { isScalable = true } }, @@ -2591,9 +2646,12 @@ return { ["#% increased Magnitude of Chill you inflict with Critical Hits"] = { { isScalable = true } }, ["#% increased Magnitude of Chills you inflict while Leeching Mana"] = { { isScalable = true } }, ["#% increased Magnitude of Damaging Ailments you inflict"] = { { isScalable = true } }, + ["#% increased Magnitude of Damaging Ailments you inflict per 10 Tribute"] = { { isScalable = true } }, ["#% increased Magnitude of Damaging Ailments you inflict with Critical Hits"] = { { isScalable = true } }, + ["#% increased Magnitude of Daze"] = { { isScalable = true } }, ["#% increased Magnitude of Ignite against Frozen enemies"] = { { isScalable = true } }, - ["#% increased Magnitude of Ignite you inflict"] = { { isScalable = true } }, + ["#% increased Magnitude of Ignite if you've consumed an Endurance Charge Recently"] = { { isScalable = true } }, + ["#% increased Magnitude of Ignite on you"] = { { isScalable = true } }, ["#% increased Magnitude of Ignite you inflict with Critical Hits"] = { { isScalable = true } }, ["#% increased Magnitude of Impales inflicted with Spells"] = { { isScalable = true } }, ["#% increased Magnitude of Impales you inflict on Non-Impaled Enemies"] = { { isScalable = true } }, @@ -2606,9 +2664,9 @@ return { ["#% increased Magnitude of Poison you inflict"] = { { isScalable = true } }, ["#% increased Magnitude of Poison you inflict on Bleeding Enemies"] = { { isScalable = true } }, ["#% increased Magnitude of Poison you inflict per Frenzy Charge"] = { { isScalable = true } }, - ["#% increased Magnitude of Poison you inflict while wielding a Claw or Dagger"] = { { isScalable = true } }, ["#% increased Magnitude of Poison you inflict with Critical Hits"] = { { isScalable = true } }, ["#% increased Magnitude of Poison you inflict with Spell Skills"] = { { isScalable = true } }, + ["#% increased Magnitude of Shock if you've consumed a Frenzy Charge Recently"] = { { isScalable = true } }, ["#% increased Magnitude of Shock inflicted by Monsters"] = { { isScalable = true } }, ["#% increased Magnitude of Shock you inflict"] = { { isScalable = true } }, ["#% increased Magnitude of Shock you inflict with Critical Hits"] = { { isScalable = true } }, @@ -2617,6 +2675,14 @@ return { ["#% increased Magnitudes of Non-Curse Auras from your Skills"] = { { isScalable = true } }, ["#% increased Main Hand Attack Damage while wielding two different Weapon Types"] = { { isScalable = true } }, ["#% increased Main Hand Critical Hit Chance per\nMurderous Eye Jewel affecting you, up to a maximum of 200%"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency if you have Dodge Rolled Recently"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency if you haven't Dodge Rolled Recently"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency of Attacks during any Mana Flask Effect"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency of Curses"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency of Marks"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency per 10 Tribute"] = { { isScalable = true } }, + ["#% increased Mana Cost Efficiency while on Low Mana"] = { { isScalable = true } }, ["#% increased Mana Cost of Attacks"] = { { isScalable = true } }, ["#% increased Mana Cost of Curse Skills"] = { { isScalable = true } }, ["#% increased Mana Cost of Link Skills"] = { { isScalable = true } }, @@ -2640,6 +2706,7 @@ return { ["#% increased Mana Recovery Rate while affected by Clarity"] = { { isScalable = true } }, ["#% increased Mana Recovery from Flasks"] = { { isScalable = true } }, ["#% increased Mana Recovery rate"] = { { isScalable = true } }, + ["#% increased Mana Recovery rate per 10 Tribute"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate during any Flask Effect"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate if you have Frozen an Enemy Recently"] = { { isScalable = true } }, @@ -2647,12 +2714,12 @@ return { ["#% increased Mana Regeneration Rate if you've Hit a Cursed Enemy Recently"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate if you've cast a Spell Recently"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, - ["#% increased Mana Regeneration Rate per 1% Chance to Block Spell Damage"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate per Fragile Regrowth"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate per Power Charge"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate per Raised Spectre"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate while Phasing"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate while Shocked"] = { { isScalable = true } }, + ["#% increased Mana Regeneration Rate while Surrounded"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate while moving"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate while not on Low Mana"] = { { isScalable = true } }, ["#% increased Mana Regeneration Rate while stationary"] = { { isScalable = true } }, @@ -2673,10 +2740,12 @@ return { ["#% increased Maximum Energy Shield if both Equipped Rings have Evasion Modifiers"] = { { isScalable = true } }, ["#% increased Maximum Life for each Corrupted Item Equipped"] = { { isScalable = true } }, ["#% increased Maximum Life if no Equipped Items are Corrupted"] = { { isScalable = true } }, + ["#% increased Maximum Life if you have at least 10 Red Support Gems Socketed"] = { { isScalable = true } }, ["#% increased Maximum Life per Abyss Jewel affecting you"] = { { isScalable = true } }, ["#% increased Maximum Life per Socket filled"] = { { isScalable = true } }, ["#% increased Maximum Life per socketed Grand Spectrum"] = { { isScalable = true } }, - ["#% increased Maximum Mana per 2% Chance to Block Spell Damage"] = { { isScalable = true } }, + ["#% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed"] = { { isScalable = true } }, + ["#% increased Maximum Mana if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Maximum Mana per Abyss Jewel affecting you"] = { { isScalable = true } }, ["#% increased Maximum Mana per Socket filled"] = { { isScalable = true } }, ["#% increased Maximum number of Summoned Raging Spirits"] = { { isScalable = true } }, @@ -2751,6 +2820,7 @@ return { ["#% increased Movement Speed if Corrupted"] = { { isScalable = true } }, ["#% increased Movement Speed if Dexterity is below 100"] = { { isScalable = true } }, ["#% increased Movement Speed if you have Pierced Recently"] = { { isScalable = true } }, + ["#% increased Movement Speed if you have at least 10 Green Support Gems Socketed"] = { { isScalable = true } }, ["#% increased Movement Speed if you have used a Vaal Skill Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you haven't been Hit Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you haven't taken Damage Recently"] = { { isScalable = true } }, @@ -2759,14 +2829,15 @@ return { ["#% increased Movement Speed if you've Hit with your Off Hand Weapon Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've Killed Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've Pinned an Enemy Recently"] = { { isScalable = true } }, - ["#% increased Movement Speed if you've cast a Mark Spell Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've successfully Parried Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've thrown a Trap or Mine Recently"] = { { isScalable = true } }, + ["#% increased Movement Speed if you've used a Mark Recently"] = { { isScalable = true } }, ["#% increased Movement Speed if you've used a Warcry Recently"] = { { isScalable = true } }, ["#% increased Movement Speed on Shocked Ground"] = { { isScalable = true } }, ["#% increased Movement Speed per 10 Dexterity on Allocated Passives in Radius"] = { { isScalable = true } }, ["#% increased Movement Speed per 10 Dexterity on Unallocated Passives in Radius"] = { { isScalable = true } }, + ["#% increased Movement Speed per 15 Spirit, up to a maximum of 40%\nOther Modifiers to Movement Speed do not apply"] = { { isScalable = true } }, ["#% increased Movement Speed per Chest opened Recently"] = { { isScalable = true } }, ["#% increased Movement Speed per Endurance Charge"] = { { isScalable = true } }, ["#% increased Movement Speed per Frenzy Charge"] = { { isScalable = true } }, @@ -2783,6 +2854,8 @@ return { ["#% increased Movement Speed while Phasing"] = { { isScalable = true } }, ["#% increased Movement Speed while Poisoned"] = { { isScalable = true } }, ["#% increased Movement Speed while Shocked"] = { { isScalable = true } }, + ["#% increased Movement Speed while Sprinting"] = { { isScalable = true } }, + ["#% increased Movement Speed while Surrounded"] = { { isScalable = true } }, ["#% increased Movement Speed while affected by Grace"] = { { isScalable = true } }, ["#% increased Movement Speed while affected by a Magic Abyss Jewel"] = { { isScalable = true } }, ["#% increased Movement Speed while affected by an Ailment"] = { { isScalable = true } }, @@ -2803,11 +2876,12 @@ return { ["#% increased Off Hand Attack Speed while wielding two different Weapon Types"] = { { isScalable = true } }, ["#% increased Orb of Storms Area of Effect"] = { { isScalable = true } }, ["#% increased Orb of Storms Critical Hit Chance"] = { { isScalable = true } }, - ["#% increased Pack size"] = { { isScalable = true } }, ["#% increased Pack size in Nightmare"] = { { isScalable = false } }, ["#% increased Parried Debuff Duration"] = { { isScalable = true } }, + ["#% increased Parried Debuff Duration per 10 Tribute"] = { { isScalable = true } }, ["#% increased Parried Debuff Magnitude"] = { { isScalable = true } }, ["#% increased Parry Damage"] = { { isScalable = true } }, + ["#% increased Parry Range"] = { { isScalable = true } }, ["#% increased Phase Run Duration"] = { { isScalable = true } }, ["#% increased Physical Attack Damage while Dual Wielding"] = { { isScalable = true } }, ["#% increased Physical Attack Damage while holding a Shield"] = { { isScalable = true } }, @@ -2826,6 +2900,7 @@ return { ["#% increased Physical Damage taken while at maximum Endurance Charges"] = { { isScalable = true } }, ["#% increased Physical Damage taken while moving"] = { { isScalable = true } }, ["#% increased Physical Damage while Leeching Life"] = { { isScalable = true } }, + ["#% increased Physical Damage while affected by Herald of Blood"] = { { isScalable = true } }, ["#% increased Physical Damage while affected by Herald of Purity"] = { { isScalable = true } }, ["#% increased Physical Damage while using Pride"] = { { isScalable = true } }, ["#% increased Physical Damage while you have Resolute Technique"] = { { isScalable = true } }, @@ -2851,6 +2926,7 @@ return { ["#% increased Physical Weapon Damage per 10 Strength"] = { { isScalable = true } }, ["#% increased Physical damage taken from Hits"] = { { isScalable = true } }, ["#% increased Pin Buildup"] = { { isScalable = true } }, + ["#% increased Pin duration"] = { { isScalable = true } }, ["#% increased Player and Monster Movement Speed"] = { { isScalable = true } }, ["#% increased Poacher's Mark Curse Effect"] = { { isScalable = true } }, ["#% increased Poacher's Mark Duration"] = { { isScalable = true } }, @@ -2867,6 +2943,7 @@ return { ["#% increased Power Siphon Damage"] = { { isScalable = true } }, ["#% increased Precursor Tablets found in Area"] = { { isScalable = true } }, ["#% increased Presence Area of Effect"] = { { isScalable = true } }, + ["#% increased Presence Area of Effect per 10 Tribute"] = { { isScalable = true } }, ["#% increased Projectile Attack Damage"] = { { isScalable = true } }, ["#% increased Projectile Attack Damage during any Flask Effect"] = { { isScalable = true } }, ["#% increased Projectile Attack Damage per 200 Accuracy Rating"] = { { isScalable = true } }, @@ -2879,7 +2956,6 @@ return { ["#% increased Projectile Damage while in Blood Stance"] = { { isScalable = true } }, ["#% increased Projectile Damage with Spears while there are no Enemies within 3m"] = { { isScalable = true } }, ["#% increased Projectile Fork angle"] = { { isScalable = true } }, - ["#% increased Projectile Parry Range"] = { { isScalable = true } }, ["#% increased Projectile Range"] = { { isScalable = true } }, ["#% increased Projectile Speed"] = { { isScalable = true } }, ["#% increased Projectile Speed for Spell Skills"] = { { isScalable = true } }, @@ -2913,7 +2989,6 @@ return { ["#% increased Quantity of Items found"] = { { isScalable = true } }, ["#% increased Quantity of Items found during Effect"] = { { isScalable = true } }, ["#% increased Quantity of Items found in Nightmare"] = { { isScalable = false } }, - ["#% increased Quantity of Items found in this Area"] = { { isScalable = true } }, ["#% increased Quantity of Items found per Chest opened Recently"] = { { isScalable = true } }, ["#% increased Quantity of Items found when on Low Life"] = { { isScalable = true } }, ["#% increased Quantity of Items found with a Magic Item Equipped"] = { { isScalable = true } }, @@ -2952,7 +3027,6 @@ return { ["#% increased Rarity of Items found during any Flask Effect"] = { { isScalable = true } }, ["#% increased Rarity of Items found from Slain Unique Enemies"] = { { isScalable = true } }, ["#% increased Rarity of Items found in Nightmare"] = { { isScalable = false } }, - ["#% increased Rarity of Items found in this Area"] = { { isScalable = true } }, ["#% increased Rarity of Items found per Socket filled"] = { { isScalable = true } }, ["#% increased Rarity of Items found when on Low Life"] = { { isScalable = true } }, ["#% increased Rarity of Items found while Phasing"] = { { isScalable = true } }, @@ -2981,8 +3055,13 @@ return { ["#% increased Rejuvenation Totem Aura Effect"] = { { isScalable = true } }, ["#% increased Relevancy of Items Found"] = { { isScalable = true } }, ["#% increased Reload Speed"] = { { isScalable = true } }, + ["#% increased Reservation Efficiency of Companion Skills"] = { { isScalable = true } }, ["#% increased Reservation Efficiency of Curse Aura Skills"] = { { isScalable = true } }, + ["#% increased Reservation Efficiency of Herald Skills"] = { { isScalable = true } }, + ["#% increased Reservation Efficiency of Minion Skills"] = { { isScalable = true } }, ["#% increased Reservation Efficiency of Skills"] = { { isScalable = true } }, + ["#% increased Reservation Efficiency of Skills which create Undead Minions"] = { { isScalable = true } }, + ["#% increased Reservation Efficiency of Skills which summon Skeletons"] = { { isScalable = true } }, ["#% increased Reservation Efficiency of Skills while affected by a Unique Abyss Jewel"] = { { isScalable = true } }, ["#% increased Reservation of Banner Skills"] = { { isScalable = true } }, ["#% increased Reservation of Curse Aura Skills"] = { { isScalable = true } }, @@ -3034,8 +3113,10 @@ return { ["#% increased Skill Effect Duration while affected by Malevolence"] = { { isScalable = true } }, ["#% increased Skill Range"] = { { isScalable = true } }, ["#% increased Skill Speed"] = { { isScalable = true } }, + ["#% increased Skill Speed if you've consumed a Frenzy Charge Recently"] = { { isScalable = true } }, ["#% increased Skill Speed while an enemy with an Open Weakness is in your Presence"] = { { isScalable = true } }, ["#% increased Slowing Potency of Debuffs on You"] = { { isScalable = true } }, + ["#% increased Slowing Potency of Debuffs on You if you've used a Charm Recently"] = { { isScalable = true } }, ["#% increased Smoke Mine Duration"] = { { isScalable = true } }, ["#% increased Socket Connectivity"] = { { isScalable = true } }, ["#% increased Soul Gain Prevention Duration"] = { { isScalable = true } }, @@ -3058,6 +3139,8 @@ return { ["#% increased Spell Damage"] = { { isScalable = true } }, ["#% increased Spell Damage during any Flask Effect"] = { { isScalable = true } }, ["#% increased Spell Damage if Corrupted"] = { { isScalable = true } }, + ["#% increased Spell Damage if one of your Minions has died Recently"] = { { isScalable = true } }, + ["#% increased Spell Damage if you have consumed an Elemental Infusion Recently"] = { { isScalable = true } }, ["#% increased Spell Damage if you or your Totems have Killed in the past 2 seconds"] = { { isScalable = true } }, ["#% increased Spell Damage if you've Blocked Recently"] = { { isScalable = true } }, ["#% increased Spell Damage if you've Cast a Spell Recently"] = { { isScalable = true } }, @@ -3067,13 +3150,12 @@ return { ["#% increased Spell Damage per 10 Intelligence"] = { { isScalable = true } }, ["#% increased Spell Damage per 10 Spirit"] = { { isScalable = true } }, ["#% increased Spell Damage per 10 Strength"] = { { isScalable = true } }, - ["#% increased Spell Damage per 100 Player Maximum Life"] = { { isScalable = true } }, + ["#% increased Spell Damage per 100 Maximum Life"] = { { isScalable = true } }, ["#% increased Spell Damage per 100 maximum Mana"] = { { isScalable = true } }, ["#% increased Spell Damage per 16 Dexterity"] = { { isScalable = true } }, ["#% increased Spell Damage per 16 Intelligence"] = { { isScalable = true } }, ["#% increased Spell Damage per 16 Strength"] = { { isScalable = true } }, ["#% increased Spell Damage per 5% Chance to Block Attack Damage"] = { { isScalable = true } }, - ["#% increased Spell Damage per 5% Chance to Block Spell Damage"] = { { isScalable = true } }, ["#% increased Spell Damage per 500 Maximum Mana"] = { { isScalable = true } }, ["#% increased Spell Damage per Level"] = { { isScalable = true } }, ["#% increased Spell Damage per Power Charge"] = { { isScalable = true } }, @@ -3089,12 +3171,16 @@ return { ["#% increased Spell Damage while wielding a Melee Weapon"] = { { isScalable = true } }, ["#% increased Spell Damage while wielding a Staff"] = { { isScalable = true } }, ["#% increased Spell Damage while you have Arcane Surge"] = { { isScalable = true } }, + ["#% increased Spell Damage with Spells that cost Life"] = { { isScalable = true } }, ["#% increased Spell Elemental Damage"] = { { isScalable = true } }, ["#% increased Spell Fire Damage"] = { { isScalable = true } }, ["#% increased Spell Physical Damage"] = { { isScalable = true } }, ["#% increased Spell damage for each 200 total Mana you have Spent Recently"] = { { isScalable = true } }, ["#% increased Spirit"] = { { isScalable = true } }, ["#% increased Spirit Offering Duration"] = { { isScalable = true } }, + ["#% increased Spirit Reservation Efficiency of Skills"] = { { isScalable = true } }, + ["#% increased Spirit Reservation Efficiency of Skills per 20 Tribute"] = { { isScalable = true } }, + ["#% increased Spirit if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased Spirit per socketed Grand Spectrum"] = { { isScalable = true } }, ["#% increased Split Arrow Critical Hit Chance"] = { { isScalable = true } }, ["#% increased Split Arrow Damage"] = { { isScalable = true } }, @@ -3112,9 +3198,11 @@ return { ["#% increased Storm Rain Damage"] = { { isScalable = true } }, ["#% increased Strength"] = { { isScalable = true } }, ["#% increased Strength Requirement"] = { { isScalable = true } }, + ["#% increased Strength, Dexterity or Intelligence"] = { { isScalable = true } }, ["#% increased Stun Buildup"] = { { isScalable = true } }, ["#% increased Stun Buildup against Enemies that are on Low Life"] = { { isScalable = true } }, ["#% increased Stun Buildup against enemies within 2 metres"] = { { isScalable = true } }, + ["#% increased Stun Buildup per 10 Tribute"] = { { isScalable = true } }, ["#% increased Stun Buildup with Maces"] = { { isScalable = true } }, ["#% increased Stun Buildup with Melee Damage"] = { { isScalable = true } }, ["#% increased Stun Buildup with Quarterstaves"] = { { isScalable = true } }, @@ -3133,12 +3221,15 @@ return { ["#% increased Stun Recovery per Frenzy Charge"] = { { isScalable = true } }, ["#% increased Stun Threshold"] = { { isScalable = true } }, ["#% increased Stun Threshold during Empowered Attacks"] = { { isScalable = true } }, + ["#% increased Stun Threshold for each time you've been Hit by an Enemy Recently, up to 100%"] = { { isScalable = true } }, ["#% increased Stun Threshold for each time you've been Stunned Recently"] = { { isScalable = true } }, ["#% increased Stun Threshold if you haven't been Stunned Recently"] = { { isScalable = true } }, + ["#% increased Stun Threshold per 25 Tribute"] = { { isScalable = true } }, ["#% increased Stun Threshold while Parrying"] = { { isScalable = true } }, ["#% increased Stun Threshold while on Full Life"] = { { isScalable = true } }, ["#% increased Stun and Block Recovery per Fortification"] = { { isScalable = true } }, ["#% increased Summon Reaper Cooldown Recovery Rate"] = { { isScalable = true } }, + ["#% increased Surrounded Area of Effect"] = { { isScalable = true } }, ["#% increased Sweep Area of Effect"] = { { isScalable = true } }, ["#% increased Sweep Damage"] = { { isScalable = true } }, ["#% increased Tasalio's Ire per Fish caught"] = { { isScalable = true } }, @@ -3150,6 +3241,8 @@ return { ["#% increased Thorns Critical Hit Chance"] = { { isScalable = true } }, ["#% increased Thorns damage"] = { { isScalable = true } }, ["#% increased Thorns damage if you've Blocked Recently"] = { { isScalable = true } }, + ["#% increased Thorns damage if you've consumed an Endurance Charge Recently"] = { { isScalable = true } }, + ["#% increased Thorns damage per 10 Tribute"] = { { isScalable = true } }, ["#% increased Tornado Area of Effect"] = { { isScalable = true } }, ["#% increased Tornado Damage"] = { { isScalable = true } }, ["#% increased Tornado Shot Critical Hit Chance"] = { { isScalable = true } }, @@ -3180,11 +3273,9 @@ return { ["#% increased Unarmed Attack Speed with Melee Skills"] = { { isScalable = true } }, ["#% increased Unearth Cast Speed"] = { { isScalable = true } }, ["#% increased Unearth Damage"] = { { isScalable = true } }, - ["#% increased Unveiled Modifier magnitudes"] = { { isScalable = false } }, ["#% increased Vaal Skill Critical Hit Chance"] = { { isScalable = true } }, ["#% increased Vaal Skill Effect Duration"] = { { isScalable = true } }, ["#% increased Valako's Aid per Stormy Day"] = { { isScalable = true } }, - ["#% increased Valour gained"] = { { isScalable = true } }, ["#% increased Vampiric Link Duration"] = { { isScalable = true } }, ["#% increased Vengeance Damage"] = { { isScalable = true } }, ["#% increased Vigilant Strike Damage"] = { { isScalable = true } }, @@ -3194,6 +3285,7 @@ return { ["#% increased Visibility to Enemies"] = { { isScalable = true } }, ["#% increased Volatile Dead Cast Speed"] = { { isScalable = true } }, ["#% increased Volatile Dead Damage"] = { { isScalable = true } }, + ["#% increased Volatility Explosion delay"] = { { isScalable = true } }, ["#% increased Voltaxic Burst Area of Effect"] = { { isScalable = true } }, ["#% increased Voltaxic Burst Damage"] = { { isScalable = true } }, ["#% increased Vortex Area of Effect"] = { { isScalable = true } }, @@ -3206,6 +3298,7 @@ return { ["#% increased Warcry Cooldown Recovery Rate"] = { { isScalable = true } }, ["#% increased Warcry Duration"] = { { isScalable = true } }, ["#% increased Warcry Speed"] = { { isScalable = true } }, + ["#% increased Warcry Speed per 25 Tribute"] = { { isScalable = true } }, ["#% increased Ward"] = { { isScalable = true } }, ["#% increased Ward during Effect"] = { { isScalable = true } }, ["#% increased Warlord's Mark Curse Effect"] = { { isScalable = true } }, @@ -3216,9 +3309,11 @@ return { ["#% increased Whirling Blades Damage"] = { { isScalable = true } }, ["#% increased Wild Strike Area of Effect"] = { { isScalable = true } }, ["#% increased Wild Strike Damage"] = { { isScalable = true } }, + ["#% increased Withered Magnitude"] = { { isScalable = true } }, ["#% increased amount Leeched"] = { { isScalable = true } }, ["#% increased amount of Chests"] = { { isScalable = true } }, ["#% increased amount of Life Leeched"] = { { isScalable = true } }, + ["#% increased amount of Life Leeched if you've consumed a Frenzy Charge Recently"] = { { isScalable = true } }, ["#% increased amount of Magic Chests"] = { { isScalable = true } }, ["#% increased amount of Mana Leeched"] = { { isScalable = true } }, ["#% increased amount of Rare Chests"] = { { isScalable = true } }, @@ -3229,8 +3324,6 @@ return { ["#% increased bonuses gained from right Equipped Ring"] = { { isScalable = true } }, ["#% increased chance of Ritual Altars with Special Rewards"] = { { isScalable = true } }, ["#% increased chance to Blind"] = { { isScalable = true } }, - ["#% increased chance to Deflect"] = { { isScalable = true } }, - ["#% increased chance to Ignite"] = { { isScalable = true } }, ["#% increased chance to Maim"] = { { isScalable = true } }, ["#% increased chance to Poison"] = { { isScalable = true } }, ["#% increased chance to Poison on Hit against Enemies that are not Poisoned"] = { { isScalable = true } }, @@ -3239,15 +3332,22 @@ return { ["#% increased chance to catch Boots"] = { { isScalable = true } }, ["#% increased chance to catch a Divine Orb"] = { { isScalable = true } }, ["#% increased chance to inflict Ailments"] = { { isScalable = true } }, + ["#% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting"] = { { isScalable = true } }, + ["#% increased chance to inflict Ailments against Enemies with Exposure"] = { { isScalable = true } }, ["#% increased chance to inflict Ailments against Rare or Unique Enemies"] = { { isScalable = true } }, ["#% increased chance to inflict Ailments with Projectiles"] = { { isScalable = true } }, ["#% increased chance to inflict Bleeding"] = { { isScalable = true } }, + ["#% increased damage against Immobilised Enemies"] = { { isScalable = true } }, + ["#% increased damage against Undead Enemies"] = { { isScalable = true } }, + ["#% increased damage taken per 10 Tribute"] = { { isScalable = true } }, + ["#% increased duration of Ailments you inflict against Cursed Enemies"] = { { isScalable = true } }, ["#% increased duration of Ground Surfaces created by Supported Skills"] = { { isScalable = true } }, ["#% increased effect"] = { { isScalable = true } }, ["#% increased effect of Arcane Surge on you"] = { { isScalable = true } }, ["#% increased effect of Arcane Surge on you per\n200 Mana spent Recently, up to 50%"] = { { isScalable = true } }, ["#% increased effect of Arcane Surge on you per\nHypnotic Eye Jewel affecting you, up to a maximum of 40%"] = { { isScalable = true } }, ["#% increased effect of Arcane Surge on you while affected by Clarity"] = { { isScalable = true } }, + ["#% increased effect of Archon Buffs on you"] = { { isScalable = true } }, ["#% increased effect of Buffs on you"] = { { isScalable = true } }, ["#% increased effect of Chill and Shock on you"] = { { isScalable = true } }, ["#% increased effect of Curses on Monsters"] = { { isScalable = true } }, @@ -3258,12 +3358,10 @@ return { ["#% increased effect of Fully Broken Armour"] = { { isScalable = true } }, ["#% increased effect of Herald Buffs on you"] = { { isScalable = true } }, ["#% increased effect of Hinder on you"] = { { isScalable = true } }, - ["#% increased effect of Ignite on you"] = { { isScalable = true } }, ["#% increased effect of Incision"] = { { isScalable = true } }, ["#% increased effect of Non-Curse Auras from your Skills on your Minions"] = { { isScalable = true } }, ["#% increased effect of Non-Curse Auras per 10 Devotion"] = { { isScalable = true } }, ["#% increased effect of Non-Damaging Ailments on you during Effect of any Life Flask"] = { { isScalable = true } }, - ["#% increased effect of Offerings"] = { { isScalable = true } }, ["#% increased effect of Onslaught on Players and Monsters"] = { { isScalable = true } }, ["#% increased effect of Shock on you"] = { { isScalable = true } }, ["#% increased effect of Shrine Buffs on you"] = { { isScalable = true } }, @@ -3281,10 +3379,12 @@ return { ["#% increased maximum Dash Distance with Unarmed Attack Skills"] = { { isScalable = true } }, ["#% increased maximum Energy Shield"] = { { isScalable = true } }, ["#% increased maximum Energy Shield if Corrupted"] = { { isScalable = true } }, + ["#% increased maximum Energy Shield per 10 Tribute"] = { { isScalable = true } }, ["#% increased maximum Life"] = { { isScalable = true } }, ["#% increased maximum Life and reduced Fire Resistance"] = { { isScalable = true } }, ["#% increased maximum Life if Corrupted"] = { { isScalable = true } }, ["#% increased maximum Life if there are no Life Modifiers on Equipped Body Armour"] = { { isScalable = true } }, + ["#% increased maximum Life if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% increased maximum Life, Mana and Energy Shield"] = { { isScalable = true } }, ["#% increased maximum Mana"] = { { isScalable = true } }, ["#% increased maximum Mana and reduced Cold Resistance"] = { { isScalable = true } }, @@ -3292,7 +3392,6 @@ return { ["#% increased number of Explosives"] = { { isScalable = true } }, ["#% increased number of Monster Packs"] = { { isScalable = true } }, ["#% increased number of Rare Expedition Monsters in Area"] = { { isScalable = true } }, - ["#% increased number of Rare Monsters"] = { { isScalable = true } }, ["#% increased penalty to Accuracy Rating at range"] = { { isScalable = true } }, ["#% increased quantity of Artifacts dropped by Monsters"] = { { isScalable = true } }, ["#% increased raising of Alert Level"] = { { isScalable = true } }, @@ -3359,10 +3458,10 @@ return { ["#% less Effect of your Curses"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Elemental Ailment Buildup while Unbound"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Elemental Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less Elemental Damage per 30 Resonance of any type"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Elemental Damage per Inspiration Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Elemental Damage taken per Raised Zombie"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Elemental Damage while Unbound"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less Elemental Damage with Attacks per 30\nResonance of any type"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Energy Shield Recharge Rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Evasion Rating"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Evasion Rating while on full Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, @@ -3377,12 +3476,14 @@ return { ["#% less Knockback Distance against Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Knockback Distance for Blocked Hits"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Life"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less Life Recovered"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Life Recovery from Flasks"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Lightning Damage taken"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Magnitude of Chill you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Magnitude of Ignite you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Magnitude of Ignites inflicted with this Weapon"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Magnitude of Non-Damaging Ailments you inflict"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less Magnitude of Poison inflicted"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Magnitude of Shock you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Main Hand attack speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Mana Cost of Skills"] = { { isScalable = true, formats = { "negate" } } }, @@ -3411,17 +3512,16 @@ return { ["#% less Spell Damage if you've been Stunned while Casting Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Stun Buildup against Enemies on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Stun Buildup with Critical Hits"] = { { isScalable = true } }, + ["#% less Stun Buildup with Lightning Damage"] = { { isScalable = true } }, ["#% less Stun Buildup with Melee Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less Stun Duration with Two Handed Weapons"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Totem Damage per Summoned Totem"] = { { isScalable = true, formats = { "negate" } } }, ["#% less Ward during Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less chance to Evade Attack Hits while not on full Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less chance to Evade Attacks during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less chance to Evade Melee Attacks"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less chance to Evade Melee Attacks during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, - ["#% less chance to Evade Projectile Attacks during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, ["#% less chance to inflict Elemental Ailments while Unbound"] = { { isScalable = true, formats = { "negate" } } }, ["#% less damage against enemies with an Open Weakness"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less damage with Hits for Shockwaves originating from a Unique enemy"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less damage with Hits for blasts originating from a Unique enemy"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less damage with Hits for explosions originating from a Unique enemy"] = { { isScalable = true, formats = { "negate" } } }, + ["#% less damage with Hits for pulses originating from a Unique enemy"] = { { isScalable = true, formats = { "negate" } } }, ["#% less effect of Curses on Monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% less maximum Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% less maximum Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -3499,10 +3599,10 @@ return { ["#% more Effect of your Curses"] = { { isScalable = true } }, ["#% more Elemental Ailment Buildup while Unbound"] = { { isScalable = true } }, ["#% more Elemental Damage"] = { { isScalable = true } }, + ["#% more Elemental Damage per 30 Resonance of any type"] = { { isScalable = true } }, ["#% more Elemental Damage per Inspiration Charge"] = { { isScalable = true } }, ["#% more Elemental Damage taken per Raised Zombie"] = { { isScalable = true } }, ["#% more Elemental Damage while Unbound"] = { { isScalable = true } }, - ["#% more Elemental Damage with Attacks per 30\nResonance of any type"] = { { isScalable = true } }, ["#% more Energy Shield Recharge Rate"] = { { isScalable = true } }, ["#% more Evasion Rating"] = { { isScalable = true } }, ["#% more Evasion Rating while on full Energy Shield"] = { { isScalable = true } }, @@ -3517,12 +3617,14 @@ return { ["#% more Knockback Distance against Unique Enemies"] = { { isScalable = true } }, ["#% more Knockback Distance for Blocked Hits"] = { { isScalable = true } }, ["#% more Life"] = { { isScalable = true } }, + ["#% more Life Recovered"] = { { isScalable = true } }, ["#% more Life Recovery from Flasks"] = { { isScalable = true } }, ["#% more Lightning Damage taken"] = { { isScalable = true } }, ["#% more Magnitude of Chill you inflict"] = { { isScalable = true } }, ["#% more Magnitude of Ignite you inflict"] = { { isScalable = true } }, ["#% more Magnitude of Ignites inflicted with this Weapon"] = { { isScalable = true } }, ["#% more Magnitude of Non-Damaging Ailments you inflict"] = { { isScalable = true } }, + ["#% more Magnitude of Poison inflicted"] = { { isScalable = true } }, ["#% more Magnitude of Shock you inflict"] = { { isScalable = true } }, ["#% more Main Hand attack speed"] = { { isScalable = true } }, ["#% more Mana Cost of Skills"] = { { isScalable = true } }, @@ -3560,18 +3662,17 @@ return { ["#% more Spell Damage if you've been Stunned while Casting Recently"] = { { isScalable = true } }, ["#% more Stun Buildup against Enemies on Full Life"] = { { isScalable = true } }, ["#% more Stun Buildup with Critical Hits"] = { { isScalable = true } }, + ["#% more Stun Buildup with Lightning Damage"] = { { isScalable = true } }, ["#% more Stun Buildup with Melee Damage"] = { { isScalable = true } }, - ["#% more Stun Duration with Two Handed Weapons"] = { { isScalable = true } }, ["#% more Totem Damage per Summoned Totem"] = { { isScalable = true } }, ["#% more Unique Items found in Area"] = { { isScalable = true } }, ["#% more Ward during Effect"] = { { isScalable = true } }, - ["#% more chance to Evade Attack Hits while not on full Energy Shield"] = { { isScalable = true } }, - ["#% more chance to Evade Attacks during Onslaught"] = { { isScalable = true } }, - ["#% more chance to Evade Melee Attacks"] = { { isScalable = true } }, - ["#% more chance to Evade Melee Attacks during Onslaught"] = { { isScalable = true } }, - ["#% more chance to Evade Projectile Attacks during Onslaught"] = { { isScalable = true } }, ["#% more chance to inflict Elemental Ailments while Unbound"] = { { isScalable = true } }, ["#% more damage against enemies with an Open Weakness"] = { { isScalable = true } }, + ["#% more damage with Hits for Shockwaves originating from a Unique enemy"] = { { isScalable = true } }, + ["#% more damage with Hits for blasts originating from a Unique enemy"] = { { isScalable = true } }, + ["#% more damage with Hits for explosions originating from a Unique enemy"] = { { isScalable = true } }, + ["#% more damage with Hits for pulses originating from a Unique enemy"] = { { isScalable = true } }, ["#% more effect of Curses on Monsters"] = { { isScalable = true } }, ["#% more maximum Energy Shield"] = { { isScalable = true } }, ["#% more maximum Life"] = { { isScalable = true } }, @@ -3581,11 +3682,12 @@ return { ["#% more minimum Physical Attack damage with Critical Hits"] = { { isScalable = true } }, ["#% more raising of Alert Level"] = { { isScalable = true } }, ["#% more raising of Alert Level from opening Reward Chests"] = { { isScalable = true } }, - ["#% of Armour also applies to Chaos Damage taken from Hits"] = { { isScalable = true } }, - ["#% of Armour also applies to Cold Damage taken from Hits"] = { { isScalable = true } }, - ["#% of Armour also applies to Fire Damage taken from Hits"] = { { isScalable = true } }, - ["#% of Armour also applies to Lightning Damage taken from Hits"] = { { isScalable = true } }, - ["#% of Armour applies to Elemental Damage"] = { { isScalable = true } }, + ["#% of Armour also applies to Chaos Damage"] = { { isScalable = true } }, + ["#% of Armour also applies to Cold Damage"] = { { isScalable = true } }, + ["#% of Armour also applies to Elemental Damage"] = { { isScalable = true } }, + ["#% of Armour also applies to Elemental Damage if you have at least 100 Tribute"] = { { isScalable = true } }, + ["#% of Armour also applies to Fire Damage"] = { { isScalable = true } }, + ["#% of Armour also applies to Lightning Damage"] = { { isScalable = true } }, ["#% of Burning Arrow Physical Damage gained as Extra Fire Damage"] = { { isScalable = true } }, ["#% of Chaos Damage is taken from Mana before Life"] = { { isScalable = true } }, ["#% of Chaos Damage taken as Fire Damage"] = { { isScalable = true } }, @@ -3617,6 +3719,8 @@ return { ["#% of Damage taken Recouped as Mana if you've Warcried Recently"] = { { isScalable = true } }, ["#% of Damage taken bypasses Energy Shield"] = { { isScalable = true } }, ["#% of Damage taken bypasses Ward"] = { { isScalable = true } }, + ["#% of Damage taken during effect Recouped as Life"] = { { isScalable = true } }, + ["#% of Damage taken from Deflected Hits Recouped as Life"] = { { isScalable = true } }, ["#% of Damage taken from Mana before Life while affected by Clarity"] = { { isScalable = true } }, ["#% of Damage taken from Stunning Hits is Recovered as Energy Shield"] = { { isScalable = true } }, ["#% of Damage taken from Stunning Hits is Recovered as Life"] = { { isScalable = true } }, @@ -3653,7 +3757,9 @@ return { ["#% of Infernal Blow Physical Damage gained as Extra Fire Damage"] = { { isScalable = true } }, ["#% of Infernal Flame lost per second if none was gained in the past 2 seconds"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["#% of Leech is Instant"] = { { isScalable = true } }, + ["#% of Life Leech is Instant if you have at least 200 Tribute"] = { { isScalable = true } }, ["#% of Life Leech is Instant per Defiance"] = { { isScalable = true } }, + ["#% of Life Leeched from targets affected by Abyssal Wasting is Instant"] = { { isScalable = true } }, ["#% of Life Loss from Hits is prevented, then that much Life is lost over 4 seconds instead"] = { { isScalable = true } }, ["#% of Life Recovery from Flasks is applied to nearby Allies instead of You"] = { { isScalable = true } }, ["#% of Lightning Damage Converted to Chaos Damage"] = { { isScalable = true } }, @@ -3665,8 +3771,10 @@ return { ["#% of Lightning Damage taken Recouped as Life"] = { { isScalable = true } }, ["#% of Lightning Damage taken as Fire Damage"] = { { isScalable = true } }, ["#% of Lightning Damage with Attack Skills Converted to Chaos Damage"] = { { isScalable = true } }, + ["#% of Mana Leeched from targets affected by Abyssal Wasting is Instant"] = { { isScalable = true } }, ["#% of Maximum Energy Shield taken as Physical Damage on Minion Death"] = { { isScalable = true } }, ["#% of Maximum Life Converted to Energy Shield"] = { { isScalable = true } }, + ["#% of Maximum Life Converted to Energy Shield per 20 Tribute"] = { { isScalable = true } }, ["#% of Maximum Life taken as Chaos Damage per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["#% of Maximum Life taken as Physical Damage on Minion Death"] = { { isScalable = true } }, ["#% of Maximum Life taken per second as Chaos Damage"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, @@ -3676,6 +3784,7 @@ return { ["#% of Monster Physical Damage is Converted to Fire"] = { { isScalable = true } }, ["#% of Monster Physical Damage is Converted to Lightning"] = { { isScalable = true } }, ["#% of Non Chaos Damage is taken as Chaos damage"] = { { isScalable = true } }, + ["#% of Parry Physical Damage Converted to Cold Damage"] = { { isScalable = true } }, ["#% of Physical Attack Damage Leeched as Life per Red Socket"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% of Physical Attack Damage Leeched as Mana per Blue Socket"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% of Physical Damage Converted to Chaos Damage"] = { { isScalable = true } }, @@ -3707,22 +3816,28 @@ return { ["#% of Physical Damage from Hits with this Weapon is Converted to a random Element"] = { { isScalable = true } }, ["#% of Physical Damage is taken from Mana before Life"] = { { isScalable = true } }, ["#% of Physical Damage prevented Recouped as Life"] = { { isScalable = true } }, + ["#% of Physical Damage prevented Recouped as Life if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% of Physical Damage prevented from Hits in the past\n10 seconds is Regenerated as Life per second"] = { { isScalable = true, formats = { "deciseconds_to_seconds" } } }, ["#% of Physical Damage taken Recouped as Life"] = { { isScalable = true } }, ["#% of Physical Damage taken as Chaos Damage"] = { { isScalable = true } }, ["#% of Physical Damage taken as Fire Damage"] = { { isScalable = true } }, ["#% of Physical Damage taken as Lightning Damage"] = { { isScalable = true } }, + ["#% of Physical Damage taken as Lightning while Active Blocking"] = { { isScalable = true } }, ["#% of Physical Damage taken bypasses Energy Shield"] = { { isScalable = true } }, ["#% of Physical damage from Hits taken as Lightning damage"] = { { isScalable = true } }, ["#% of Recovery applied Instantly"] = { { isScalable = true } }, ["#% of Skill Mana Costs Converted to Life Costs"] = { { isScalable = true } }, + ["#% of Skill Mana costs Converted to Life Costs during any Life Flask Effect"] = { { isScalable = true } }, ["#% of Spell Damage Leeched as Life"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% of Spell Mana Cost Converted to Life Cost"] = { { isScalable = true } }, ["#% of Strength Requirements from Boots, Gloves and Helmets also added to Armour"] = { { isScalable = true } }, ["#% of Thorns Damage Leeched as Life"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, + ["#% of Thorns Damage Leeched as Life if you have at least 100 Tribute"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% of Toxic Rain Physical Damage gained as Extra Chaos Damage"] = { { isScalable = true } }, ["#% of charges used by Charms granted to your Life Flasks"] = { { isScalable = true } }, ["#% of damage Blocked is Recouped as Mana"] = { { isScalable = true } }, + ["#% of damage taken Recouped as Life per 10 Tribute"] = { { isScalable = true } }, + ["#% of damage taken Recouped as Mana per 10 Tribute"] = { { isScalable = true } }, ["#% of maximum Energy Shield Lost per minute"] = { { isScalable = true, formats = { "negate" } } }, ["#% of maximum Energy Shield Recharged per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["#% of maximum Life Regenerated per Second if you've dealt a Critical Hit in the past 8 seconds"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, @@ -3733,15 +3848,20 @@ return { ["#% reduced Absolution Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Abyssal Cry Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Accuracy Rating against Enemies affected by Abyssal Wasting"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating against Marked Enemy"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating against Rare or Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating against Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating at Close Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating if you haven't Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating if you've dealt a Critical Hit in the past 8 seconds"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Accuracy Rating per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Accuracy Rating per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Accuracy Rating while Surrounded"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Accuracy Rating while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating while you have Onslaught"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating with Axes"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Accuracy Rating with Bows"] = { { isScalable = true, formats = { "negate" } } }, @@ -3759,9 +3879,8 @@ return { ["#% reduced Accuracy with Area Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Action Speed"] = { { isScalable = true } }, ["#% reduced Adaptation Duration"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Adaptation Rating"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Adaptation Rating during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Aftershock Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ailment and Stun Threshold while Surrounded"] = { { isScalable = true } }, ["#% reduced Alchemist's Mark Curse Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ambush Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Amount Recovered"] = { { isScalable = true, formats = { "negate" } } }, @@ -3772,6 +3891,7 @@ return { ["#% reduced Ancestral Warchief Totem Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Animate Weapon Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Arc Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Archon Buff duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Arctic Armour Buff Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Area Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Area Damage per 10 Devotion"] = { { isScalable = true, formats = { "negate" } } }, @@ -3820,6 +3940,7 @@ return { ["#% reduced Armour and Evasion Rating"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour and Evasion Rating during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour and Evasion Rating if you've killed a Taunted Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Armour and Evasion Rating per Summoned Totem in your Presence"] = { { isScalable = true } }, ["#% reduced Armour and Evasion Rating when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour and Evasion Rating while Fortified"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour and Evasion Rating while Leeching"] = { { isScalable = true, formats = { "negate" } } }, @@ -3828,10 +3949,12 @@ return { ["#% reduced Armour from Equipped Helmet and Gloves"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour from Equipped Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour if you have been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Armour if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour if you haven't Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour if you haven't been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour if you've Hit an Enemy with a Melee Attack Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour if you've consumed an Endurance Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Armour per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour per 50 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour per Defiance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour per Red Socket on Main Hand Weapon"] = { { isScalable = true, formats = { "negate" } } }, @@ -3841,6 +3964,7 @@ return { ["#% reduced Armour while not Ignited, Frozen or Shocked"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour while stationary"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Armour, Evasion and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Armour, Evasion or Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Arrow Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Aspect of the Avian Buff Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Aspect of the Spider Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -3851,6 +3975,7 @@ return { ["#% reduced Attack Area of Effect while wielding a Quarterstaff"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Cold Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Cold Damage while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Critical Hit Chance per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Critical Hit Chance while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage against Bleeding Enemies"] = { { isScalable = true, formats = { "negate" } } }, @@ -3858,15 +3983,18 @@ return { ["#% reduced Attack Damage against Rare or Unique"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage if Corrupted"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Damage if you have been Heavy Stunned Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage if you've Cast a Spell Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage if your other Ring is a Shaper Item"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Damage per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per 16 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per 450 Evasion Rating"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per 5% Chance to Block Attack Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per 500 Maximum Mana"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Attack Damage per 75 Armour or Evasion Rating on Shield"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage per Level"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Damage per Summoned Totem in your Presence"] = { { isScalable = true } }, ["#% reduced Attack Damage when on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage while Channelling"] = { { isScalable = true, formats = { "negate" } } }, @@ -3878,6 +4006,7 @@ return { ["#% reduced Attack Damage while in Blood Stance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage while not on Low Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage while you have an Ally in your Presence"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Damage while you have no Life Flask uses left"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage with Main Hand"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage with Main Hand while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Damage with Off Hand"] = { { isScalable = true, formats = { "negate" } } }, @@ -3896,12 +4025,14 @@ return { ["#% reduced Attack Speed if you've Hit with your Main Hand Weapon Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed if you've Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed if you've been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Attack Speed if you've cast a Mark Spell Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed if you've changed Stance Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed if you've successfully Parried Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Speed if you've used a Life Flask Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Speed if you've used a Mark Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed per 10 Dexterity"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed per 20 Dexterity"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Speed per 20 Spirit"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed per 250 Accuracy Rating"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed per Overcapped Block chance"] = { { isScalable = true, formats = { "negate" } } }, @@ -3919,9 +4050,9 @@ return { ["#% reduced Attack Speed while affected by Precision"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed while holding a Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed while in Sand Stance"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Attack Speed while in the Presence of your Companion"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed while not on Low Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed while on Full Mana"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack Speed while your Companion is in your Presence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed with Axes"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed with Bows"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed with Claws"] = { { isScalable = true, formats = { "negate" } } }, @@ -3940,6 +4071,7 @@ return { ["#% reduced Attack Speed with Two Handed Melee Weapons"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack Speed with Wands"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack and Cast Speed during Effect of any Flask"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed during Effect of any Mana Flask"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed during Onslaught"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -3974,6 +4106,7 @@ return { ["#% reduced Attack and Cast Speed with Lightning Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed with Physical Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack and Cast Speed with Shield Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Attack damage while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack, Cast and Movement Speed during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack, Cast and Movement Speed if you've taken a Savage Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attack, Cast and Movement Speed while you do not have Iron Reflexes"] = { { isScalable = true, formats = { "negate" } } }, @@ -3982,9 +4115,14 @@ return { ["#% reduced Attributes"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attributes per Socket filled"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Attributes per allocated Keystone"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Aura Magnitudes if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ball Lightning Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ball Lightning Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ball Lightning Projectile"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ballista Critical Damage Bonus"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ballista Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ballista Immobilisation buildup"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ballista damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Barrage Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Barrage Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Battlemage's Cry Buff Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -4000,7 +4138,6 @@ return { ["#% reduced Bladefall Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bladefall Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bleeding Duration"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Bleeding Duration on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bleeding Duration on you during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bleeding Duration per 12 Intelligence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Blight Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -4011,6 +4148,8 @@ return { ["#% reduced Blind duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Block Recovery"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Block chance"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Block chance if you have at least 100 Tribute"] = { { isScalable = true } }, + ["#% reduced Block chance while Surrounded"] = { { isScalable = true } }, ["#% reduced Blueprint Revealing Cost"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bodyswap Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Bodyswap Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -4041,6 +4180,8 @@ return { ["#% reduced Cast Speed if you've Attacked Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed if you've Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, + ["#% reduced Cast Speed if you've used a Mana Flask Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cast Speed per 20 Spirit"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed when on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -4048,6 +4189,7 @@ return { ["#% reduced Cast Speed while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed while Ignited"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed while holding a Shield"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cast Speed while on Full Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed while wielding a Bow"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed while wielding a Staff"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cast Speed with Brand Skills"] = { { isScalable = true, formats = { "negate" } } }, @@ -4071,6 +4213,7 @@ return { ["#% reduced Chaos Damage taken"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chaos Damage taken over time"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chaos Damage while affected by Herald of Agony"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Chaos Damage while affected by Herald of Plague"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chaos Damage with Attack Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chaos Damage with Spell Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chaos Damage with Weapons"] = { { isScalable = true, formats = { "negate" } } }, @@ -4083,6 +4226,7 @@ return { ["#% reduced Charm Charges gained"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Charm Charges used"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Charm Effect Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Charm Effect Duration per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chill Duration on Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chill Duration on Enemies when in Off Hand"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Chill Duration on you"] = { { isScalable = true } }, @@ -4136,9 +4280,13 @@ return { ["#% reduced Cooldown Recovery Rate of Movement Skills used while affected by Haste"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cooldown Recovery Rate of Travel Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cooldown Recovery Rate of Travel Skills per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cooldown Recovery Rate per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cooldown Recovery Rate per Brand"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cooldown Recovery Rate per Power Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Corrupting Fever Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cost Efficiency"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cost Efficiency of Attacks"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Cost Efficiency of Skills if you've consumed a Power Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cost of Arc and Crackling Lance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cost of Aura Skills that summon Totems"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cost of Building and Upgrading Towers"] = { { isScalable = true, formats = { "negate" } } }, @@ -4170,11 +4318,14 @@ return { ["#% reduced Critical Hit Chance against Enemies on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Enemies that are affected\nby no Elemental Ailments"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Enemies that have entered your Presence Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Critical Hit Chance against Humanoids"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Critical Hit Chance against Immobilised enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Critical Hit Chance against Marked Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Marked Enemy"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Poisoned Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Shocked Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance against Taunted Enemies"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Critical Hit Chance against enemies with Lightning Exposure"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Critical Hit Chance against enemies with Exposure"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance for Attacks"] = { { isScalable = true, formats = { "negate" } } }, @@ -4189,6 +4340,7 @@ return { ["#% reduced Critical Hit Chance if you haven't Crit Recently"] = { { isScalable = false, formats = { "negate" } } }, ["#% reduced Critical Hit Chance if you haven't dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance if you haven't gained a Power Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Critical Hit Chance if you've Triggered a Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance if you've been Shocked Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance per 10 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Critical Hit Chance per Adaptation to Lightning"] = { { isScalable = true, formats = { "negate" } } }, @@ -4233,7 +4385,11 @@ return { ["#% reduced Critical Spell Damage Bonus"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Crossbow Reload Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Culling Strike Threshold"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Culling Strike Threshold against Immobilised Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Culling Strike Threshold against Rare or Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Curse Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Curse Duration if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Curse Duration per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Curse Magnitudes"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Curse Magnitudes if you've spent 200 total Mana Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Cyclone Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, @@ -4245,6 +4401,7 @@ return { ["#% reduced Damage Taken for 4 seconds after Spending a total of 200 Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage Taken from Hits from Labyrinth Traps\n#% reduced effectiveness of Damage over Time Debuffs from Labyrinth Traps on Players"] = { { isScalable = true, formats = { "negate" } }, { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage against Dazed Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Damage against Demons"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage against Enemies with Fully Broken Armour"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage for each Hazard triggered Recently, up to 50%"] = { { isScalable = true, formats = { "negate" } } }, @@ -4266,6 +4423,7 @@ return { ["#% reduced Damage if you've Shattered an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage if you've Triggered a Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage if you've been Ignited Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Damage if you've consumed a Frenzy Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage if you've dealt a Critical Hit in the past 8 seconds"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage if you've killed a Bleeding Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, @@ -4306,6 +4464,7 @@ return { ["#% reduced Damage taken from Skeletons"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage taken from Taunted Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage taken from Trap or Mine Hits"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Damage taken from Volatility if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage taken if Corrupted"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage taken if you Killed a Taunted Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage taken if you haven't been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, @@ -4338,7 +4497,6 @@ return { ["#% reduced Damage while Shocked"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while affected by a Herald"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while in Blood Stance"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Damage while in the Presence of your Companion"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while not on full Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while on Consecrated Ground"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while on Full Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, @@ -4350,6 +4508,7 @@ return { ["#% reduced Damage while you have a Totem"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while you have an active Charm"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage while you have no Frenzy Charges"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Damage while your Companion is in your Presence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Attack Skills while Fortified"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Attack Skills while you have at least 20 Fortification"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Axes"] = { { isScalable = true, formats = { "negate" } } }, @@ -4371,7 +4530,6 @@ return { ["#% reduced Damage with Hits against Burning Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Chilled Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Cursed Enemies"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Damage with Hits against Demons"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Demons during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Enemies affected by Ailments"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Enemies that are on Full Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -4382,6 +4540,7 @@ return { ["#% reduced Damage with Hits against Magic monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Marked Enemy"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Rare and Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Damage with Hits against Rare and Unique Enemies if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Rare monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Shocked Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Damage with Hits against Taunted Enemies"] = { { isScalable = true, formats = { "negate" } } }, @@ -4423,10 +4582,14 @@ return { ["#% reduced Decoy Totem Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences from Equipped Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences from Equipped Shield per 10 Devotion"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Defences from Equipped Shield per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Defences while on [LowLife|Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences while wielding a Quarterstaff"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences while you have at least four Linked targets"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Defences while your Companion is in your Presence"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Deflection Rating"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Deflection Rating while Surrounded"] = { { isScalable = true } }, ["#% reduced Demolition speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Desecrate Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Desecrate Duration"] = { { isScalable = true, formats = { "negate" } } }, @@ -4449,17 +4612,21 @@ return { ["#% reduced Dual Strike Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Dual Strike Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Duration of Ailments against Enemies with Exposure"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Ailments inflicted on you per Fortification"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Ailments inflicted while wielding a Bow"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Duration of Ailments on Beasts"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Ailments on Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Ailments on You"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Ailments you inflict while Focused"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Duration of Bleeding on You"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Buffs and Debuffs you create from skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Buffs granted by Shrines in your Maps"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Cold Ailments"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Curses on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Curses on you per 10 Devotion"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Damaging Ailments on Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Duration of Damaging Ailments per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Elemental Ailments on Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Elemental Ailments on You while affected by a Rare Abyss Jewel"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Duration of Fire Ailments"] = { { isScalable = true, formats = { "negate" } } }, @@ -4512,7 +4679,6 @@ return { ["#% reduced Effect of Small Passive Skills in Radius"] = { { isScalable = false, formats = { "negate" } } }, ["#% reduced Effect of Socketed Abyss Jewels"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Effect of Tailwind on you"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Effect of Withered"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Effect of non-Keystone Passive Skills in Radius"] = { { isScalable = false, formats = { "negate" } } }, ["#% reduced Effect of the Buff granted by your Carrion Golems"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Effect of the Buff granted by your Chaos Golems"] = { { isScalable = true, formats = { "negate" } } }, @@ -4568,6 +4734,7 @@ return { ["#% reduced Elemental Damage with Weapons during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Elemental Damage with Weapons per Power Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Elemental Hit Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Elemental Infusion duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Elemental Resistances"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Elemental Weakness Curse Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Elemental Weakness Duration"] = { { isScalable = true, formats = { "negate" } } }, @@ -4576,9 +4743,6 @@ return { ["#% reduced Endurance Charge Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Endurance, Frenzy and Power Charge Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Enduring Cry Buff Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Enemy Block Chance"] = { { isScalable = true } }, - ["#% reduced Enemy Chance to Block Bow Attacks"] = { { isScalable = true } }, - ["#% reduced Enemy Chance to Block Sword Attacks"] = { { isScalable = true } }, ["#% reduced Enemy Stun Threshold"] = { { isScalable = true } }, ["#% reduced Enemy Stun Threshold during any Flask Effect"] = { { isScalable = true } }, ["#% reduced Enemy Stun Threshold while you have at least 500 Strength"] = { { isScalable = true } }, @@ -4589,6 +4753,11 @@ return { ["#% reduced Energy Shield Recharge Rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Energy Shield Recharge Rate during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Energy Shield Recharge Rate if Equipped Amulet has an Evasion Modifier"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Energy Shield Recharge Rate if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Energy Shield Recharge Rate if you've Blocked Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Energy Shield Recharge Rate per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Energy Shield Recharge Rate per 4 Dexterity"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Energy Shield Recharge Rate while affected by an Archon Buff"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Energy Shield Recovery Rate if you haven't Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Energy Shield Recovery Rate if you haven't been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Energy Shield Recovery Rate while affected by Discipline"] = { { isScalable = true, formats = { "negate" } } }, @@ -4610,22 +4779,25 @@ return { ["#% reduced Evasion Rating from Equipped Body Armour"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating from Equipped Helmet and Boots"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if Energy Shield Recharge has started in the past 2 seconds"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Evasion Rating if you have Hit an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if you have been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Evasion Rating if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if you haven't been Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if you've Cast Dash recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if you've Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating if you've consumed a Frenzy Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Evasion Rating per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating per 5 Intelligence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating per Green Socket on Main Hand Weapon"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating when on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating while Parrying"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Evasion Rating while Sprinting"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating while Surrounded"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion Rating while you have Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion from Equipped Shield"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Evasion if you have Hit an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Evasion while Leeching"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Experience Gain for Corrupted Gems"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Experience Gain of Gems"] = { { isScalable = true, formats = { "negate" } } }, @@ -4667,6 +4839,7 @@ return { ["#% reduced Fire Damage if you have used a Cold Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Fire Damage over Time"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Fire Damage per 1% Missing Fire Resistance, up to a maximum of 300%"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Fire Damage per 10% of target's Armour that is Broken"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Fire Damage per 20 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Fire Damage per Endurance Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Fire Damage taken"] = { { isScalable = true, formats = { "negate" } } }, @@ -4714,12 +4887,14 @@ return { ["#% reduced Flamethrower Trap Throwing Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flammability Curse Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flammability Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Flammability Magnitude"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Charges gained"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Charges gained during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Charges gained if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Charges used"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Charges used from Mana Flasks"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Effect Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Flask Effect Duration per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Life Recovery rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask Mana Recovery rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Flask and Charm Charges gained"] = { { isScalable = true, formats = { "negate" } } }, @@ -4732,6 +4907,7 @@ return { ["#% reduced Fortification Duration per 10 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Freeze Buildup"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Freeze Buildup against Ignited enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Freeze Buildup if you've consumed an Power Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Freeze Buildup with Quarterstaves"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Freeze Duration on Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Freeze Duration on you"] = { { isScalable = true } }, @@ -4776,6 +4952,7 @@ return { ["#% reduced Global Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Global Physical Damage while Frozen"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Global maximum Energy Shield and increased Lightning Resistance"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Glory generation"] = { { isScalable = true } }, ["#% reduced Gold found in this Area"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Golem Damage for each Type of Golem you have Summoned"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Golem Damage per Summoned Golem"] = { { isScalable = true, formats = { "negate" } } }, @@ -4784,10 +4961,14 @@ return { ["#% reduced Grenade Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Grenade Detonation Time"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Grenade Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Grenade Projectile Speed"] = { { isScalable = true } }, ["#% reduced Ground Slam Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ground Slam Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Guard gained"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Hazard Area of Effect"] = { { isScalable = true } }, ["#% reduced Hazard Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Hazard Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Hazard Immobilisation buildup"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Heavy Strike Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Heavy Strike Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Herald of Ash Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -4811,6 +4992,9 @@ return { ["#% reduced Ignite Duration on Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ignite Duration on you"] = { { isScalable = true } }, ["#% reduced Ignite Duration on you during Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Ignite Magnitude"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Immobilisation buildup"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Immobilisation buildup against Constructs"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Immortal Call Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Impale Magnitude"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Implicit Modifier magnitudes"] = { { isScalable = false, formats = { "negate" } } }, @@ -4822,7 +5006,6 @@ return { ["#% reduced Infernal Cry Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Infused Blast Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Infused Blast Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Infusion Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Inspiration Charge Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Intelligence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Intelligence Requirement"] = { { isScalable = true, formats = { "negate" } } }, @@ -4840,6 +5023,7 @@ return { ["#% reduced Leap Slam Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Leap Slam Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Leap Slam Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Life Cost Efficiency"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Cost of Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Flask Charges gained"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovered"] = { { isScalable = true, formats = { "negate" } } }, @@ -4848,11 +5032,12 @@ return { ["#% reduced Life Recovery Rate per 10 Strength on Allocated Passives in Radius"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery Rate per 10 Strength on Unallocated Passives in Radius"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery Rate while affected by Vitality"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Life Recovery Rate while in the Presence of your Companion"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Life Recovery Rate while your Companion is in your Presence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery from Flasks"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery from Flasks used when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery from Flasks while affected by Vitality"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery rate"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Life Recovery rate per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Recovery rate per 5% missing Unreserved Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Regeneration Rate while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Regeneration Rate while on Low Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -4860,12 +5045,15 @@ return { ["#% reduced Life Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Regeneration rate during Effect of any Life Flask"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Regeneration rate when on Full Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Life Regeneration rate while Surrounded"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Reservation Efficiency of Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life Reservation of Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life and Mana Recovery from Flasks"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Life and Mana Recovery from Flasks per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life and Mana Recovery from Flasks while you have an active Charm"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Life of Fish caught with this Fishing Rod"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Light Radius"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Light Radius per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Light Radius while Phasing"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Lightning Arrow Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Lightning Arrow Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -4893,7 +5081,9 @@ return { ["#% reduced Lightning Warp Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Lockpicking speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magic Pack Size"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Abyssal Wasting you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Ailments you inflict"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Ailments you inflict against Marked Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Bleeding inflicted with this Weapon"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Bleeding per Rage while wielding an Axe"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Bleeding you inflict"] = { { isScalable = true, formats = { "negate" } } }, @@ -4907,9 +5097,12 @@ return { ["#% reduced Magnitude of Chill you inflict with Critical Hits"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Chills you inflict while Leeching Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Damaging Ailments you inflict"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Damaging Ailments you inflict per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Damaging Ailments you inflict with Critical Hits"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Daze"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Ignite against Frozen enemies"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Magnitude of Ignite you inflict"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Ignite if you've consumed an Endurance Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Ignite on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Ignite you inflict with Critical Hits"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Impales inflicted with Spells"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Impales you inflict on Non-Impaled Enemies"] = { { isScalable = true, formats = { "negate" } } }, @@ -4922,9 +5115,9 @@ return { ["#% reduced Magnitude of Poison you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Poison you inflict on Bleeding Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Poison you inflict per Frenzy Charge"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Magnitude of Poison you inflict while wielding a Claw or Dagger"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Poison you inflict with Critical Hits"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Poison you inflict with Spell Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Magnitude of Shock if you've consumed a Frenzy Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Shock inflicted by Monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Shock you inflict"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Magnitude of Shock you inflict with Critical Hits"] = { { isScalable = true, formats = { "negate" } } }, @@ -4934,6 +5127,13 @@ return { ["#% reduced Main Hand Attack Damage while wielding two different Weapon Types"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Main Hand Critical Hit Chance per\nMurderous Eye Jewel affecting you"] = { { isScalable = true } }, ["#% reduced Mana Cost"] = { { isScalable = true } }, + ["#% reduced Mana Cost Efficiency"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency if you have Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency if you haven't Dodge Rolled Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency of Curses"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency of Marks"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Cost Efficiency while on Low Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Cost of Attacks"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Cost of Curse Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Cost of Link Skills"] = { { isScalable = true, formats = { "negate" } } }, @@ -4958,6 +5158,7 @@ return { ["#% reduced Mana Recovery Rate while affected by Clarity"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Recovery from Flasks"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Recovery rate"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Recovery rate per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate if you have Frozen an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, @@ -4965,18 +5166,18 @@ return { ["#% reduced Mana Regeneration Rate if you've Hit a Cursed Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate if you've cast a Spell Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Mana Regeneration Rate per 1% Chance to Block Spell Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate per Fragile Regrowth"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate per Power Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate per Raised Spectre"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate while Phasing"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate while Shocked"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Mana Regeneration Rate while Surrounded"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate while not on Low Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration Rate while stationary"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Regeneration if you've used a Movement Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Reservation Efficiency of Banner Skills"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Mana Reservation Efficiency of Curse Aura Skills"] = { { isScalable = true, formats = { "double" } } }, + ["#% reduced Mana Reservation Efficiency of Curse Aura Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Reservation Efficiency of Herald Skills"] = { { isScalable = true, formats = { "double" } } }, ["#% reduced Mana Reservation Efficiency of Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Mana Reservation Efficiency of Skills Supported by Spellslinger"] = { { isScalable = true, formats = { "double" } } }, @@ -4993,7 +5194,7 @@ return { ["#% reduced Maximum Life per Abyss Jewel affecting you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Maximum Life per Socket filled"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Maximum Life per socketed Grand Spectrum"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Maximum Mana per 2% Chance to Block Spell Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Maximum Mana if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Maximum Mana per Abyss Jewel affecting you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Maximum Mana per Socket filled"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Maximum number of Summoned Raging Spirits"] = { { isScalable = true, formats = { "negate" } } }, @@ -5065,12 +5266,13 @@ return { ["#% reduced Movement Speed if you've Hit with your Off Hand Weapon Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed if you've Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed if you've Pinned an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Movement Speed if you've cast a Mark Spell Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed if you've successfully Parried Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed if you've thrown a Trap or Mine Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Movement Speed if you've used a Mark Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed per 10 Dexterity on Allocated Passives in Radius"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed per 10 Dexterity on Unallocated Passives in Radius"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Movement Speed per 15 Spirit, up to a maximum of 40%\nOther Modifiers to Movement Speed do not apply"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed per Chest opened Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed per Endurance Charge"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed per Power Charge"] = { { isScalable = true, formats = { "negate" } } }, @@ -5086,6 +5288,8 @@ return { ["#% reduced Movement Speed while Phasing"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed while Poisoned"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed while Shocked"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Movement Speed while Sprinting"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Movement Speed while Surrounded"] = { { isScalable = true } }, ["#% reduced Movement Speed while affected by Grace"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed while affected by a Magic Abyss Jewel"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Movement Speed while affected by an Ailment"] = { { isScalable = true, formats = { "negate" } } }, @@ -5104,11 +5308,12 @@ return { ["#% reduced Off Hand Attack Speed while wielding two different Weapon Types"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Orb of Storms Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Orb of Storms Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Pack size"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Pack size in Nightmare"] = { { isScalable = false, formats = { "negate" } } }, ["#% reduced Parried Debuff Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Parried Debuff Duration per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Parried Debuff Magnitude"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Parry Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Parry Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Phase Run Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Attack Damage while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Attack Damage while holding a Shield"] = { { isScalable = true, formats = { "negate" } } }, @@ -5126,6 +5331,7 @@ return { ["#% reduced Physical Damage taken while at maximum Endurance Charges"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Damage taken while moving"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Damage while Leeching Life"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Physical Damage while affected by Herald of Blood"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Damage while affected by Herald of Purity"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Damage while using Pride"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical Damage while you have Resolute Technique"] = { { isScalable = true, formats = { "negate" } } }, @@ -5151,6 +5357,7 @@ return { ["#% reduced Physical Weapon Damage per 10 Strength"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Physical damage taken from Hits"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Pin Buildup"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Pin duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Poacher's Mark Curse Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Poacher's Mark Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Poison Duration"] = { { isScalable = true, formats = { "negate" } } }, @@ -5166,6 +5373,7 @@ return { ["#% reduced Power Siphon Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Precursor Tablets found in Area"] = { { isScalable = true } }, ["#% reduced Presence Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Presence Area of Effect per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Attack Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Attack Damage during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Attack Damage per 200 Accuracy Rating"] = { { isScalable = true, formats = { "negate" } } }, @@ -5176,7 +5384,6 @@ return { ["#% reduced Projectile Damage while in Blood Stance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Damage with Spears while there are no Enemies within 3m"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Fork angle"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Projectile Parry Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Projectile Speed for Spell Skills"] = { { isScalable = true, formats = { "negate" } } }, @@ -5205,7 +5412,6 @@ return { ["#% reduced Quantity of Items dropped in Heists"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Quantity of Items found"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Quantity of Items found in Nightmare"] = { { isScalable = false, formats = { "negate" } } }, - ["#% reduced Quantity of Items found in this Area"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Quantity of Items found per Chest opened Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Quantity of Items found when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Quantity of Items found with a Magic Item Equipped"] = { { isScalable = true, formats = { "negate" } } }, @@ -5238,7 +5444,6 @@ return { ["#% reduced Rarity of Items found during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Rarity of Items found from Slain Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Rarity of Items found in Nightmare"] = { { isScalable = false, formats = { "negate" } } }, - ["#% reduced Rarity of Items found in this Area"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Rarity of Items found per Socket filled"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Rarity of Items found when on Low Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Rarity of Items found with a Normal Item Equipped"] = { { isScalable = true, formats = { "negate" } } }, @@ -5266,8 +5471,13 @@ return { ["#% reduced Rejuvenation Totem Aura Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Relevancy of Items Found"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reload Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Reservation Efficiency of Companion Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reservation Efficiency of Curse Aura Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Reservation Efficiency of Herald Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Reservation Efficiency of Minion Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reservation Efficiency of Skills"] = { { isScalable = true, formats = { "double" } } }, + ["#% reduced Reservation Efficiency of Skills which create Undead Minions"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Reservation Efficiency of Skills which summon Skeletons"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reservation Efficiency of Skills while affected by a Unique Abyss Jewel"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reservation of Banner Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Reservation of Curse Aura Skills"] = { { isScalable = true, formats = { "negate" } } }, @@ -5318,8 +5528,10 @@ return { ["#% reduced Skill Effect Duration while affected by Malevolence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Skill Range"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Skill Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Skill Speed if you've consumed a Frenzy Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Skill Speed while an enemy with an Open Weakness is in your Presence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Slowing Potency of Debuffs on You"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Slowing Potency of Debuffs on You if you've used a Charm Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Smoke Mine Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Socket Connectivity"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Soul Gain Prevention Duration"] = { { isScalable = true, formats = { "negate" } } }, @@ -5342,6 +5554,8 @@ return { ["#% reduced Spell Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage if Corrupted"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spell Damage if one of your Minions has died Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spell Damage if you have consumed an Elemental Infusion Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage if you've Blocked Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage if you've Cast a Spell Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, @@ -5349,7 +5563,7 @@ return { ["#% reduced Spell Damage if your other Ring is an Elder Item"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage per 10 Intelligence"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage per 10 Strength"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Spell Damage per 100 Player Maximum Life"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spell Damage per 100 Maximum Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage per 100 maximum Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage per 16 Dexterity"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage per 16 Intelligence"] = { { isScalable = true, formats = { "negate" } } }, @@ -5367,11 +5581,15 @@ return { ["#% reduced Spell Damage while wielding a Melee Weapon"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage while wielding a Staff"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Damage while you have Arcane Surge"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spell Damage with Spells that cost Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Fire Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spell damage for each 200 total Mana you have Spent Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spirit"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Spirit Offering Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spirit Reservation Efficiency of Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spirit Reservation Efficiency of Skills per 20 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Spirit if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Split Arrow Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Split Arrow Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stack size of Simulacrum Splinters found in Area"] = { { isScalable = true } }, @@ -5391,6 +5609,7 @@ return { ["#% reduced Stun Buildup"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Buildup against Enemies that are on Low Life"] = { { isScalable = true } }, ["#% reduced Stun Buildup against enemies within 2 metres"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Stun Buildup per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Buildup with Maces"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Buildup with Melee Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Buildup with Quarterstaves"] = { { isScalable = true, formats = { "negate" } } }, @@ -5410,10 +5629,12 @@ return { ["#% reduced Stun Threshold during Empowered Attacks"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Threshold for each time you've been Stunned Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Threshold if you haven't been Stunned Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Stun Threshold per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Threshold while Parrying"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun Threshold while on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Stun and Block Recovery per Fortification"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Summon Reaper Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Surrounded Area of Effect"] = { { isScalable = true } }, ["#% reduced Sweep Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Sweep Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Tasalio's Ire per Fish caught"] = { { isScalable = true, formats = { "negate" } } }, @@ -5425,6 +5646,8 @@ return { ["#% reduced Thorns Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Thorns damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Thorns damage if you've Blocked Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Thorns damage if you've consumed an Endurance Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Thorns damage per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Tornado Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Tornado Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Tornado Shot Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, @@ -5458,7 +5681,6 @@ return { ["#% reduced Vaal Skill Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Vaal Skill Effect Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Valako's Aid per Stormy Day"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced Valour gained"] = { { isScalable = true } }, ["#% reduced Vampiric Link Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Vengeance Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Vigilant Strike Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -5468,6 +5690,7 @@ return { ["#% reduced Visibility to Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Volatile Dead Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Volatile Dead Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Volatility Explosion delay"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Voltaxic Burst Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Voltaxic Burst Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Vortex Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -5479,6 +5702,7 @@ return { ["#% reduced Warcry Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Warcry Duration"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Warcry Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Warcry Speed per 25 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ward"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Ward during Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Warlord's Mark Curse Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -5489,9 +5713,11 @@ return { ["#% reduced Whirling Blades Damage"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Wild Strike Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced Wild Strike Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced Withered Magnitude"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount Leeched"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount of Chests"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount of Life Leeched"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced amount of Life Leeched if you've consumed a Frenzy Charge Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount of Magic Chests"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount of Mana Leeched"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced amount of Rare Chests"] = { { isScalable = true, formats = { "negate" } } }, @@ -5502,8 +5728,6 @@ return { ["#% reduced bonuses gained from right Equipped Ring"] = { { isScalable = true } }, ["#% reduced chance of Ritual Altars with Special Rewards"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to Blind"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced chance to Deflect"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced chance to Ignite"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to Maim"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to Poison"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to Poison on Hit against Enemies that are not Poisoned"] = { { isScalable = true, formats = { "negate" } } }, @@ -5512,15 +5736,22 @@ return { ["#% reduced chance to catch Boots"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to catch a Divine Orb"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to inflict Ailments"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced chance to inflict Ailments against Enemies affected by Abyssal Wasting"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced chance to inflict Ailments against Enemies with Exposure"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to inflict Ailments against Rare or Unique Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to inflict Ailments with Projectiles"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced chance to inflict Bleeding"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced damage against Immobilised Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced damage against Undead Enemies"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced damage taken per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced duration of Ailments you inflict against Cursed Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced duration of Ground Surfaces created by Supported Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Arcane Surge on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Arcane Surge on you per\n200 Mana spent Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Arcane Surge on you per\nHypnotic Eye Jewel affecting you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Arcane Surge on you while affected by Clarity"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced effect of Archon Buffs on you"] = { { isScalable = true } }, ["#% reduced effect of Chill and Shock on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Curses on Monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Curses on Players"] = { { isScalable = true, formats = { "negate" } } }, @@ -5529,12 +5760,10 @@ return { ["#% reduced effect of Curses on you while on Consecrated Ground"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Herald Buffs on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Hinder on you"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced effect of Ignite on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Incision"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Non-Curse Auras from your Skills on your Minions"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Non-Curse Auras per 10 Devotion"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Non-Damaging Ailments on you during Effect of any Life Flask"] = { { isScalable = true, formats = { "negate" } } }, - ["#% reduced effect of Offerings"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Onslaught on Players and Monsters"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Shock on you"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced effect of Shrine Buffs on you"] = { { isScalable = true, formats = { "negate" } } }, @@ -5551,9 +5780,11 @@ return { ["#% reduced maximum Dash Distance with Unarmed Attack Skills"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Energy Shield if Corrupted"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced maximum Energy Shield per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Life and increased Fire Resistance"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Life if Corrupted"] = { { isScalable = true, formats = { "negate" } } }, + ["#% reduced maximum Life if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Life, Mana and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Mana"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced maximum Mana and increased Cold Resistance"] = { { isScalable = true, formats = { "negate" } } }, @@ -5569,20 +5800,22 @@ return { ["#% reduced time before Lockdown"] = { { isScalable = true, formats = { "negate" } } }, ["#% reduced total Power counted by Warcries"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower Curse Activation"] = { { isScalable = true } }, + ["#% slower Curse Activation per 20 Tribute"] = { { isScalable = true } }, ["#% slower Restoration of Ward"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower start of Energy Shield Recharge"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower start of Energy Shield Recharge during any Flask Effect"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower start of Energy Shield Recharge if you've been Stunned Recently"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower start of Energy Shield Recharge when not on Full Life"] = { { isScalable = true, formats = { "negate" } } }, ["#% slower start of Energy Shield Recharge while affected by Discipline"] = { { isScalable = true, formats = { "negate" } } }, + ["#% slower start of Energy Shield Recharge while affected by an Archon Buff"] = { { isScalable = true, formats = { "negate" } } }, ["#% to All Resistances"] = { { isScalable = true } }, ["#% to Ancestral Protector Totem Elemental Resistances"] = { { isScalable = true } }, ["#% to Animated Guardian Elemental Resistances"] = { { isScalable = true } }, ["#% to Attack Critical Damage Bonus while Dual Wielding"] = { { isScalable = true } }, + ["#% to Attack Critical Hit Chance per 1% missing Enemy Life"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% to Block Chance while holding a Focus"] = { { isScalable = true } }, ["#% to Block chance"] = { { isScalable = true } }, ["#% to Brand Critical Damage Bonus"] = { { isScalable = true } }, - ["#% to Chance to Evade while you have Energy Shield"] = { { isScalable = true } }, ["#% to Chaos Damage over Time Multiplier"] = { { isScalable = true } }, ["#% to Chaos Damage over Time Multiplier per 4% Chaos Resistance"] = { { isScalable = true } }, ["#% to Chaos Damage over Time Multiplier while affected by Malevolence"] = { { isScalable = true } }, @@ -5680,10 +5913,14 @@ return { ["#% to Lightning and Chaos Resistances"] = { { isScalable = true } }, ["#% to Maximum Chaos Resistance"] = { { isScalable = true } }, ["#% to Maximum Cold Resistance"] = { { isScalable = true } }, + ["#% to Maximum Cold Resistance if you have at least 5 Blue Support Gems Socketed"] = { { isScalable = true } }, ["#% to Maximum Effect of Shock"] = { { isScalable = true } }, ["#% to Maximum Fire Resistance"] = { { isScalable = true } }, ["#% to Maximum Fire Resistance for each 40% Uncapped Fire Resistance"] = { { isScalable = true } }, + ["#% to Maximum Fire Resistance if you have at least 5 Red Support Gems Socketed"] = { { isScalable = true } }, + ["#% to Maximum Fire Resistance while Ignited"] = { { isScalable = true } }, ["#% to Maximum Lightning Resistance"] = { { isScalable = true } }, + ["#% to Maximum Lightning Resistance if you have at least 5 Green Support Gems Socketed"] = { { isScalable = true } }, ["#% to Maximum Quality"] = { { isScalable = false } }, ["#% to Melee Critical Damage Bonus"] = { { isScalable = true } }, ["#% to Melee Critical Damage Bonus if you've Warcried Recently"] = { { isScalable = true } }, @@ -5722,6 +5959,7 @@ return { ["#% to Spell Critical Hit Chance"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% to Stone Golem Elemental Resistances"] = { { isScalable = true } }, ["#% to Thorns Critical Hit Chance"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, + ["#% to Thorns Critical Hit Chance per 50 Tribute"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% to Unarmed Melee Attack Critical Hit Chance"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["#% to Vaal Skill Critical Damage Bonus"] = { { isScalable = true } }, ["#% to Vortex Critical Hit Chance when Cast on Frostbolt"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, @@ -5738,36 +5976,34 @@ return { ["#% to all Elemental Resistances while on Low Life"] = { { isScalable = true } }, ["#% to all Elemental Resistances while you have at least 200 Strength"] = { { isScalable = true } }, ["#% to all Maximum Elemental Resistances"] = { { isScalable = true } }, + ["#% to all Maximum Elemental Resistances if you have at\nleast 5 Red, Green and Blue Support Gems Socketed"] = { { isScalable = true } }, ["#% to all Resistances for each Corrupted Item Equipped"] = { { isScalable = true } }, ["#% to all maximum Elemental Resistances during Effect"] = { { isScalable = true } }, ["#% to all maximum Elemental Resistances if Equipped Helmet, Body Armour, Gloves, and Boots all have Armour"] = { { isScalable = true } }, ["#% to all maximum Elemental Resistances if you have Killed a Cursed Enemy Recently"] = { { isScalable = true } }, ["#% to all maximum Elemental Resistances if you have Reserved Life and Mana"] = { { isScalable = true } }, - ["#% to all maximum Elemental Resistances if you've Suppressed Spell Damage Recently"] = { { isScalable = true } }, ["#% to all maximum Elemental Resistances while affected by Purity of Elements"] = { { isScalable = true } }, ["#% to all maximum Resistances"] = { { isScalable = true } }, + ["#% to all maximum Resistances if you have at least 100 Tribute"] = { { isScalable = true } }, ["#% to all maximum Resistances if you have at least 150 Devotion"] = { { isScalable = true } }, ["#% to all maximum Resistances while Poisoned"] = { { isScalable = true } }, ["#% to all maximum Resistances while you have no Endurance Charges"] = { { isScalable = true } }, - ["#% to amount of Deflected Attack Damage Prevented"] = { { isScalable = true } }, - ["#% to amount of Suppressed Spell Damage Prevented"] = { { isScalable = true } }, - ["#% to amount of Suppressed Spell Damage Prevented while on Full Energy Shield"] = { { isScalable = true } }, + ["#% to amount of Damage Prevented by Deflection"] = { { isScalable = true } }, + ["#% to amount of Damage Prevented from Deflecting Critical Hits"] = { { isScalable = true } }, ["#% to maximum Armour"] = { { isScalable = true } }, ["#% to maximum Block chance"] = { { isScalable = true } }, - ["#% to maximum Chance to Block Spell Damage"] = { { isScalable = true } }, - ["#% to maximum Chance to Block Spell Damage per 50 Strength"] = { { isScalable = true } }, ["#% to maximum Cold Resistance while affected by Herald of Ice"] = { { isScalable = true } }, ["#% to maximum Fire Resistance while affected by Herald of Ash"] = { { isScalable = true } }, ["#% to maximum Lightning Resistance while affected by Herald of Thunder"] = { { isScalable = true } }, ["%1$+d to Melee range with Spears"] = { }, ["+1 Ring Slot"] = { }, ["+1 to Level of Socketed Skill Gems per # Player Levels"] = { { isScalable = true } }, - ["+1 to Maximum Energy Shield per # Evasion Rating on Equipped Body Armour"] = { { isScalable = true } }, + ["+1 to Maximum Energy Shield per # Item Evasion Rating on Equipped Body Armour"] = { { isScalable = true } }, ["+1 to Maximum Energy Shield per # Maximum Life"] = { { isScalable = true } }, ["+1 to Maximum Mana per # Maximum Life"] = { { isScalable = true } }, ["+1 to Maximum Spirit per # Maximum Life"] = { { isScalable = true } }, - ["+1 to Spirit for every # Energy Shield on Equipped Body Armour"] = { { isScalable = true } }, ["+1 to Spirit for every # Evasion Rating on Equipped Body Armour"] = { { isScalable = true } }, + ["+1 to Spirit for every # Item Energy Shield on Equipped Body Armour"] = { { isScalable = true } }, ["+1 to maximum Blade Flurry stages"] = { }, ["+1 to maximum number of Raised Zombies per # Strength"] = { { isScalable = true } }, ["+1% to Maximum Cold Resistance per # Blue Support Gems Socketed"] = { { isScalable = true } }, @@ -5777,6 +6013,8 @@ return { ["+1% to Maximum Lightning Resistance per # Green Support Gems Socketed"] = { { isScalable = true } }, ["+1% to Maximum Lightning Resistance per Green Support Gem Socketed"] = { }, ["+10% to Maximum Effect of Shock"] = { }, + ["+100% of Armour also applies to Chaos Damage"] = { }, + ["+100% of Armour also applies to Lightning Damage"] = { }, ["+40% to Maximum Effect of Shock"] = { }, ["+5 to any Attribute"] = { }, ["1 Added Passive Skill is a Jewel Socket"] = { }, @@ -5820,12 +6058,27 @@ return { ["A Monster in this Area will summon Abaxoth when Slain"] = { }, ["A Monster in this Area will summon a Unique Monster from Beyond when Slain"] = { }, ["A Strongbox in this Area is Corrupted"] = { }, + ["Abyss Cracks have #% chance to spawn all Monsters as at least Magic"] = { { isScalable = true } }, + ["Abyss Cracks spawn all Monsters as at least Magic"] = { }, ["Abyss Jewels found are Corrupted and have 5 or 6 random Modifiers"] = { }, ["Abyss Jewels found have #% chance to be Corrupted and have 5 or 6 random Modifiers"] = { { isScalable = true } }, + ["Abyss Pits have #% chance to spawn all Monsters as at least Magic"] = { { isScalable = true } }, + ["Abyss Pits in Area always have Rewards"] = { }, + ["Abyss Pits spawn all Monsters as at least Magic"] = { }, + ["Abyssal Monsters grant #% increased Experience"] = { { isScalable = true } }, + ["Abyssal Monsters grant #% reduced Experience"] = { { isScalable = true, formats = { "negate" } } }, + ["Abyssal Wasting also applies #% to Cold Resistance"] = { { isScalable = true } }, + ["Abyssal Wasting also applies #% to Fire Resistance"] = { { isScalable = true } }, + ["Abyssal Wasting also applies #% to Lightning Resistance"] = { { isScalable = true } }, + ["Abyssal Wasting you inflict has Infinite Duration"] = { }, + ["Abysses have # additional Pits"] = { { isScalable = true } }, + ["Abysses have an additional Pit"] = { }, ["Abysses in Area have #% increased chance to lead to an Abyssal Depths"] = { { isScalable = true } }, ["Abysses in Area have #% reduced chance to lead to an Abyssal Depths"] = { { isScalable = true } }, ["Abysses in Area spawn #% increased Monsters"] = { { isScalable = true } }, ["Abysses in Area spawn #% reduced Monsters"] = { { isScalable = true, formats = { "negate" } } }, + ["Abysses lead to an Abyssal Boss"] = { }, + ["Abysses lead to an Abyssal Depths"] = { }, ["Accuracy Rating is Doubled"] = { }, ["Acrobatics"] = { }, ["Action Speed cannot be Slowed below Base Value if you've cast Temporal Chains in the past 10 seconds"] = { }, @@ -5960,8 +6213,8 @@ return { ["All Damage Taken from Hits can Ignite you"] = { }, ["All Damage from Freezing Pulse and Eye of Winter Hits Contributes to Poison Magnitude"] = { }, ["All Damage from Hits Contributes to Chill Magnitude"] = { }, + ["All Damage from Hits Contributes to Flammability and Ignite Magnitudes"] = { }, ["All Damage from Hits Contributes to Freeze Buildup"] = { }, - ["All Damage from Hits Contributes to Ignite Chance and Magnitude"] = { }, ["All Damage from Hits Contributes to Poison Magnitude"] = { }, ["All Damage from Hits Contributes to Poison Magnitude while affected by Glorious Madness"] = { }, ["All Damage from Hits Contributes to Shock Chance"] = { }, @@ -5971,13 +6224,13 @@ return { ["All Damage from Hits with this Weapon Contributes to Chill Magnitude"] = { }, ["All Damage from Hits with this Weapon Contributes to Freeze Buildup"] = { }, ["All Damage from Hits with this Weapon Contributes to Pin Buildup"] = { }, - ["All Damage from Lightning Strike and Frost Blades Hits Contributes to Ignite Chance and Magnitude"] = { }, + ["All Damage from Lightning Strike and Frost Blades Hits Contributes to Flammability and Ignite Magnitudes"] = { }, ["All Damage from Monsters' Hits Contributes to Chill Magnitude"] = { }, + ["All Damage from Monsters' Hits Contributes to Flammability and Ignite Magnitudes"] = { }, ["All Damage from Monsters' Hits Contributes to Freeze Buildup"] = { }, - ["All Damage from Monsters' Hits Contributes to Ignite Chance and Magnitude"] = { }, ["All Damage from Monsters' Hits Contributes to Poison Magnitude"] = { }, ["All Damage from Monsters' Hits Contributes to Shock Chance"] = { }, - ["All Damage from you and Allies in your Presence\ncontributes to Ignite Chance and Magnitude"] = { }, + ["All Damage from you and Allies in your Presence\ncontributes to Flammability and Ignite Magnitudes"] = { }, ["All Damage inflicts Poison against Enemies affected by at least # Grasping Vine"] = { { isScalable = true } }, ["All Damage inflicts Poison against Enemies affected by at least # Grasping Vines"] = { { isScalable = true } }, ["All Damage taken from Hits Contributes to Magnitude of Chill inflicted on you"] = { }, @@ -5985,15 +6238,11 @@ return { ["All Damage taken from Hits can Scorch you"] = { }, ["All Damage taken from Hits while Bleeding Contributes to Magnitude of Chill on you"] = { }, ["All Damage taken from Hits while Poisoned Contributes to Magnitude of Chill on you"] = { }, + ["All Elemental Damage from Hits Contributes to Freeze Buildup"] = { }, ["All Elemental Damage from Hits Contributes to Shock Chance"] = { }, ["All Maps in Range can be accessed"] = { }, ["All Metamorph Monsters have Rewards"] = { }, ["All Monster Damage from Hits always Ignites"] = { }, - ["All Sockets Linked"] = { }, - ["All Sockets are Blue"] = { }, - ["All Sockets are Green"] = { }, - ["All Sockets are Red"] = { }, - ["All Sockets are White"] = { }, ["All Towers in range of your Empowering Towers deal Double Damage"] = { }, ["All Towers in range of your Empowering Towers have #% chance to deal Double Damage"] = { { isScalable = true } }, ["All bonuses from Equipped Amulet apply to your Minions instead of you"] = { }, @@ -6010,14 +6259,21 @@ return { ["Allies in your Presence deal # to # added Attack Fire Damage"] = { { isScalable = true }, { isScalable = true } }, ["Allies in your Presence deal # to # added Attack Lightning Damage"] = { { isScalable = true }, { isScalable = true } }, ["Allies in your Presence deal # to # added Attack Physical Damage"] = { { isScalable = true }, { isScalable = true } }, + ["Allies in your Presence deal #% increased Chaos Damage"] = { { isScalable = true } }, ["Allies in your Presence deal #% increased Damage"] = { { isScalable = true } }, + ["Allies in your Presence deal #% increased Elemental Damage"] = { { isScalable = true } }, + ["Allies in your Presence deal #% increased Physical Damage"] = { { isScalable = true } }, + ["Allies in your Presence deal #% reduced Chaos Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Allies in your Presence deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Allies in your Presence deal #% reduced Elemental Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Allies in your Presence deal #% reduced Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Allies in your Presence gain added Attack Damage equal\nto #% of your main hand Weapon's Damage"] = { { isScalable = true } }, ["Allies in your Presence have # to Accuracy Rating"] = { { isScalable = true } }, ["Allies in your Presence have #% increased Attack Speed"] = { { isScalable = true } }, ["Allies in your Presence have #% increased Cast Speed"] = { { isScalable = true } }, ["Allies in your Presence have #% increased Critical Damage Bonus"] = { { isScalable = true } }, ["Allies in your Presence have #% increased Critical Hit Chance"] = { { isScalable = true } }, + ["Allies in your Presence have #% increased Glory generation"] = { { isScalable = true } }, ["Allies in your Presence have #% reduced Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Allies in your Presence have #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Allies in your Presence have #% reduced Critical Damage Bonus"] = { { isScalable = true, formats = { "negate" } } }, @@ -6031,17 +6287,13 @@ return { ["Allocates # if you have the matching modifier on Forbidden Flame"] = { { isScalable = false, formats = { "passive_hash" } } }, ["Allocates # if you have the matching modifier on Forbidden Flesh"] = { { isScalable = false, formats = { "passive_hash" } } }, ["Allow for memories at or adjacent to this location have BONUS"] = { }, + ["Also grants # Guard"] = { { isScalable = true } }, ["Alternating every 5 seconds:\nTake #% less Damage from Hits\nTake #% less Damage over time"] = { { isScalable = true, formats = { "negate" } }, { isScalable = true, formats = { "negate" } } }, ["Alternating every 5 seconds:\nTake #% more Damage from Hits\nTake #% more Damage over time"] = { { isScalable = true }, { isScalable = true } }, ["Always Critical Hit Shocked Enemies"] = { }, ["Always Freeze"] = { }, - ["Always Freeze, Shock and Ignite"] = { }, - ["Always Freeze, Shock and Ignite during any Flask Effect"] = { }, ["Always Freezes Enemies on Hit"] = { }, ["Always Hits"] = { }, - ["Always Ignite"] = { }, - ["Always Ignite when in Main Hand"] = { }, - ["Always Ignite while Ignited"] = { }, ["Always Poison on Hit"] = { }, ["Always Poison on Hit against Bleeding Enemies"] = { }, ["Always Poison on Hit against Cursed Enemies"] = { }, @@ -6080,6 +6332,8 @@ return { ["Ancestral Protector Totems gain #% to all Elemental Resistances"] = { { isScalable = true } }, ["Ancestral Warchief Totem grants #% increased Melee Damage while Active"] = { { isScalable = true } }, ["Ancestral Warchief Totem grants #% reduced Melee Damage while Active"] = { { isScalable = true, formats = { "negate" } } }, + ["Ancestrally Boosted Attacks deal #% increased Damage"] = { { isScalable = true } }, + ["Ancestrally Boosted Attacks have #% increased Stun Buildup"] = { { isScalable = true } }, ["Ancient Talismans possess monsters throughout Wraeclast"] = { }, ["Anger has #% increased Aura Effect"] = { { isScalable = true } }, ["Anger has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, @@ -6106,9 +6360,10 @@ return { ["Animated Weapons deal #% increased Damage"] = { { isScalable = true } }, ["Animated Weapons deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Any number of Poisons from this Weapon can affect a target at the same time"] = { }, + ["Applies # Critical Weakness on Hit"] = { { isScalable = true } }, ["Applies # Memory Modifiers to Memories placed on or next to this location"] = { { isScalable = true } }, ["Applies a Memory Modifier to Memories placed on or next to this location"] = { }, - ["Apply Elemental Exposure to Enemies 3 metres in front of you\nfor 4 seconds while Shield is raised"] = { }, + ["Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking"] = { }, ["Arc Always Shocks"] = { }, ["Arc Chains an additional # times"] = { { isScalable = true } }, ["Arc Chains an additional time"] = { }, @@ -6119,8 +6374,13 @@ return { ["Arcane Cloak grants Life Regeneration equal to #% of Mana Spent per Second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Arcane Surge grants #% less Spell Damage to you"] = { { isScalable = true, formats = { "negate" } } }, ["Arcane Surge grants #% more Spell Damage to you"] = { { isScalable = true } }, + ["Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate"] = { }, ["Arcanist Brand has #% increased Cast Speed"] = { { isScalable = true } }, ["Arcanist Brand has #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["Archon Buffs also grant #% increased Movement Speed"] = { { isScalable = true } }, + ["Archon Buffs also grant #% to all Elemental Resistances"] = { { isScalable = true } }, + ["Archon recovery period expires #% faster"] = { { isScalable = true } }, + ["Archon recovery period expires #% slower"] = { { isScalable = true, formats = { "negate" } } }, ["Arctic Armour has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, ["Arctic Armour has #% increased Reservation"] = { { isScalable = true } }, ["Arctic Armour has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, @@ -6162,6 +6422,7 @@ return { ["Area contains # additional Fungal Chest Clusters"] = { { isScalable = true } }, ["Area contains # additional Gloom Shrines"] = { { isScalable = true } }, ["Area contains # additional Harbingers"] = { { isScalable = true } }, + ["Area contains # additional Incubator Queens"] = { { isScalable = true } }, ["Area contains # additional Leaguestones"] = { { isScalable = false } }, ["Area contains # additional Legion Encounters"] = { { isScalable = true } }, ["Area contains # additional Magic Chests"] = { { isScalable = true } }, @@ -6322,6 +6583,7 @@ return { ["Area contains an additional Fangjaw Talisman"] = { }, ["Area contains an additional Gloom Shrine"] = { }, ["Area contains an additional Harbinger"] = { }, + ["Area contains an additional Incubator Queen"] = { }, ["Area contains an additional Leaguestone"] = { }, ["Area contains an additional Legion Encounter"] = { }, ["Area contains an additional Magic Chest"] = { }, @@ -6394,6 +6656,7 @@ return { ["Area has patches of Chilled Ground"] = { }, ["Area has patches of Consecrated Ground"] = { }, ["Area has patches of Ignited Ground"] = { }, + ["Area has patches of Mana Siphoning Ground"] = { }, ["Area has patches of Shocked Ground"] = { }, ["Area has patches of Shocked Ground which increase Damage taken by #%"] = { { isScalable = true } }, ["Area has patches of desecrated ground"] = { }, @@ -6401,9 +6664,6 @@ return { ["Area is #% larger"] = { { isScalable = true } }, ["Area is Alluring"] = { }, ["Area is Breached"] = { }, - ["Area is Cursed with Elemental Weakness"] = { }, - ["Area is Cursed with Enfeeble"] = { }, - ["Area is Cursed with Temporal Chains"] = { }, ["Area is Overgrown with Caustic Plants"] = { }, ["Area is Overgrown with Large Caustic Plants"] = { }, ["Area is Overgrown with Parasitic Caustic Plants"] = { }, @@ -6459,12 +6719,12 @@ return { ["Area is inhabited by ranged monsters"] = { }, ["Area is inhabited by the Vaal"] = { }, ["Area is inhabited by wild Animals"] = { }, + ["Area is overrun by the Abyssal"] = { }, ["Area is very Alluring"] = { }, ["Area is very Repulsive"] = { }, ["Area's inhabitants are lying in ambush"] = { }, ["Areas Have the Same Layout for all Players"] = { }, ["Areas are Breached\nAreas contain additional Large Breach Hands\nBreach Bosses have a chance to drop a Breachstone"] = { }, - ["Areas can contain Abysses"] = { }, ["Areas can contain Essences"] = { }, ["Areas contain # additional Shrines guarded by Pantheon Monsters"] = { { isScalable = true } }, ["Areas contain Beasts to hunt"] = { }, @@ -6505,13 +6765,9 @@ return { ["Armageddon Brand has #% increased Activation Frequency"] = { { isScalable = true } }, ["Armageddon Brand has #% reduced Activation Frequency"] = { { isScalable = true, formats = { "negate" } } }, ["Armour Items absorb #% more Corruption"] = { { isScalable = true } }, - ["Armour also applies to Chaos Damage taken from Hits"] = { }, - ["Armour also applies to Lightning damage taken from Hits"] = { }, - ["Armour applies to Elemental Damage"] = { }, ["Armour from Equipped Body Armour is doubled"] = { }, ["Armour is increased by Overcapped Fire Resistance"] = { }, ["Armour is zero"] = { }, - ["Arrow Dancing"] = { }, ["Arrows Chain # times"] = { { isScalable = true } }, ["Arrows Fork"] = { }, ["Arrows Pierce # additional Targets"] = { { isScalable = true } }, @@ -6562,13 +6818,12 @@ return { ["Attack Hits apply Incision"] = { }, ["Attack Hits apply ten Incision"] = { }, ["Attack Hits have #% chance to Maim you for 4 seconds"] = { { isScalable = true } }, + ["Attack Hits inflict Spectral Fire for # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Attack Projectiles Return to you"] = { }, ["Attack Skills deal #% increased Damage while Dual Wielding"] = { { isScalable = true } }, ["Attack Skills deal #% increased Damage while holding a Shield"] = { { isScalable = true } }, ["Attack Skills deal #% reduced Damage while Dual Wielding"] = { { isScalable = true, formats = { "negate" } } }, ["Attack Skills deal #% reduced Damage while holding a Shield"] = { { isScalable = true, formats = { "negate" } } }, - ["Attack Skills fire # additional Projectiles while wielding a Claw or Dagger"] = { { isScalable = true } }, - ["Attack Skills fire an additional Projectile while wielding a Claw or Dagger"] = { }, ["Attack Skills gain #% of Physical Damage as Extra Fire Damage per Socketed Red Gem"] = { { isScalable = true } }, ["Attack Skills have # to maximum number of Summoned Ballista Totems"] = { { isScalable = true } }, ["Attack Skills have # to maximum number of Summoned Totems"] = { { isScalable = true } }, @@ -6582,12 +6837,15 @@ return { ["Attacks Exerted by Ambush have #% to Critical Damage Bonus"] = { { isScalable = true } }, ["Attacks Exerted by Ancestral Cry deal #% increased Damage"] = { { isScalable = true } }, ["Attacks Exerted by Seismic Cry deal #% increased Damage"] = { { isScalable = true } }, + ["Attacks Gain #% of Damage as Extra Chaos Damage while Unarmed"] = { { isScalable = true } }, ["Attacks Gain #% of Damage as Extra Cold Damage"] = { { isScalable = true } }, + ["Attacks Gain #% of Damage as Extra Cold Damage while Unarmed"] = { { isScalable = true } }, ["Attacks Gain #% of Damage as Extra Fire Damage"] = { { isScalable = true } }, + ["Attacks Gain #% of Damage as Extra Fire Damage while Unarmed"] = { { isScalable = true } }, ["Attacks Gain #% of Damage as Extra Lightning Damage"] = { { isScalable = true } }, + ["Attacks Gain #% of Damage as Extra Lightning Damage while Unarmed"] = { { isScalable = true } }, ["Attacks Gain #% of Physical Damage as extra Chaos Damage"] = { { isScalable = true } }, ["Attacks Maim on Hit against Bleeding Enemies"] = { }, - ["Attacks always Ignite"] = { }, ["Attacks always Maim on Hit"] = { }, ["Attacks always Maim on Hit against Poisoned Enemies"] = { }, ["Attacks always Poison while at maximum Frenzy Charges"] = { }, @@ -6605,12 +6863,12 @@ return { ["Attacks gain increased Accuracy Rating equal to #% of their Critical Hit Chance"] = { { isScalable = true } }, ["Attacks gain increased Accuracy Rating equal to their Critical Hit Chance"] = { }, ["Attacks have #% chance to Blind with Hits against Bleeding enemies"] = { { isScalable = true } }, - ["Attacks have #% chance to Ignite"] = { { isScalable = true } }, ["Attacks have #% chance to Maim on Hit"] = { { isScalable = true } }, ["Attacks have #% chance to Maim on Hit against Blinded Enemies"] = { { isScalable = true } }, ["Attacks have #% chance to Poison while at maximum Frenzy Charges"] = { { isScalable = true } }, ["Attacks have #% chance to cause Bleeding"] = { { isScalable = true } }, ["Attacks have #% to Critical Hit Chance"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, + ["Attacks have #% to Critical Hit Chance against Parried enemies if you have at least 100 Tribute"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["Attacks have 25% chance to inflict Bleeding when Hitting Cursed Enemies"] = { }, ["Attacks have Added maximum Lightning Damage equal to #% of maximum Mana"] = { { isScalable = true } }, ["Attacks have Added minimum Lightning Damage equal to #% of maximum Mana"] = { { isScalable = true } }, @@ -6618,6 +6876,8 @@ return { ["Attacks have added Physical damage equal to #% of maximum Life"] = { { isScalable = true } }, ["Attacks that Fire Projectiles Consume up to # additional Steel Shard"] = { { isScalable = true } }, ["Attacks that Fire Projectiles Consume up to # additional Steel Shards"] = { { isScalable = true } }, + ["Attacks used by Ballista have #% reduced Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["Attacks used by Ballistas have #% increased Attack Speed"] = { { isScalable = true } }, ["Attacks used by Totems have #% increased Attack Speed"] = { { isScalable = true } }, ["Attacks used by Totems have #% increased Attack Speed per Summoned Totem"] = { { isScalable = true } }, ["Attacks used by Totems have #% reduced Attack Speed per Summoned Totem"] = { { isScalable = true, formats = { "negate" } } }, @@ -6701,6 +6961,7 @@ return { ["Banner Skills have no Reservation"] = { }, ["Banners also grant #% to all Elemental Resistances to you and Allies"] = { { isScalable = true } }, ["Banners always have maximum Valour"] = { }, + ["Banners gain # Glory per second"] = { { isScalable = true } }, ["Banners you are carrying gain 1 Stage on Melee Hit, up to 5 per second"] = { }, ["Barrage and Frenzy have #% increased Critical Hit Chance per Endurance Charge"] = { { isScalable = true } }, ["Barrage and Frenzy have #% reduced Critical Hit Chance per Endurance Charge"] = { { isScalable = true, formats = { "negate" } } }, @@ -6727,6 +6988,7 @@ return { ["Bear Trap and Siphoning Trap Debuffs also apply #% reduced Cooldown Recovery Rate to affected Enemies"] = { { isScalable = true } }, ["Bear Trap has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Bear Trap has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Bears the Mark of the Abyssal Lord"] = { }, ["Beasts in Area deal #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Beasts in Area deal #% more Damage"] = { { isScalable = true } }, ["Beasts in Area have #% less Maximum Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -6740,7 +7002,9 @@ return { ["Berserk has #% reduced Rage loss per second"] = { { isScalable = true, formats = { "negate" } } }, ["Beyond Portals have a #% chance to spawn an additional Beyond Demon"] = { { isScalable = true } }, ["Beyond Portals spawn an additional Beyond Demon"] = { }, + ["Bifurcates Critical Hits"] = { }, ["Black Scythe Training"] = { }, + ["Blackflame Covenant"] = { }, ["Blade Blast deals #% increased Damage"] = { { isScalable = true } }, ["Blade Blast deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Blade Blast detonates other Lingering Blades within an #% increased Area"] = { { isScalable = true } }, @@ -6781,6 +7045,7 @@ return { ["Bleeding you inflict is Aggravated"] = { }, ["Bleeding you inflict is Reflected to you"] = { }, ["Bleeding you inflict on Cursed targets is Aggravated"] = { }, + ["Bleeding you inflict on Pinned Enemies is Aggravated"] = { }, ["Blight Chests contain an additional Reward"] = { }, ["Blight Chests drop an additional Reward"] = { }, ["Blight Encounters contain up to # additional Blight Boss"] = { { isScalable = true } }, @@ -6811,7 +7076,6 @@ return { ["Blink Arrow and Mirror Arrow have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Blink Arrow has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Blink Arrow has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, - ["Block chance is Lucky"] = { }, ["Blocking Damage Poisons the Enemy as though dealing # Base Chaos Damage"] = { { isScalable = true } }, ["Blood Magic"] = { }, ["Blood Rage grants additional #% chance to gain a Frenzy Charge on Kill"] = { { isScalable = true } }, @@ -6825,6 +7089,7 @@ return { ["Body Armour grants #% increased Strength"] = { { isScalable = true } }, ["Body Armour grants #% increased Stun Threshold"] = { { isScalable = true } }, ["Body Armour grants #% increased maximum Life"] = { { isScalable = true } }, + ["Body Armour grants #% of Armour also applies to Elemental Damage"] = { { isScalable = true } }, ["Body Armour grants #% of Physical Damage from Hits taken as Fire Damage"] = { { isScalable = true } }, ["Body Armour grants #% reduced Strength"] = { { isScalable = true, formats = { "negate" } } }, ["Body Armour grants #% reduced Stun Threshold"] = { { isScalable = true, formats = { "negate" } } }, @@ -6833,7 +7098,7 @@ return { ["Body Armour grants #% to Fire Resistance"] = { { isScalable = true } }, ["Body Armour grants #% to Lightning Resistance"] = { { isScalable = true } }, ["Body Armour grants #% to Maximum Fire Resistance"] = { { isScalable = true } }, - ["Body Armour grants Armour also applies to Chaos Damage taken from Hits"] = { }, + ["Body Armour grants +100% of Armour also applies to Chaos Damage"] = { }, ["Body Armour grants Hits against you have #% increased Critical Damage Bonus"] = { { isScalable = true, formats = { "negate" } } }, ["Body Armour grants Hits against you have #% reduced Critical Damage Bonus"] = { { isScalable = true } }, ["Body Armour grants Unaffected by Ignite"] = { }, @@ -6908,7 +7173,9 @@ return { ["Break #% increased Armour"] = { { isScalable = true } }, ["Break #% of Armour on Critical Hit with Spells"] = { { isScalable = true } }, ["Break #% of Armour on Heavy Stunning an Enemy"] = { { isScalable = true } }, + ["Break #% of Armour on Pinning an Enemy"] = { { isScalable = true } }, ["Break #% reduced Armour"] = { { isScalable = true, formats = { "negate" } } }, + ["Break Armour equal to #% of Fire Damage dealt"] = { { isScalable = true } }, ["Break Armour equal to #% of Hit Damage dealt"] = { { isScalable = true } }, ["Break Armour equal to #% of Physical Damage dealt"] = { { isScalable = true } }, ["Break Armour on Critical Hit with Spells equal to #% of Physical Damage dealt"] = { { isScalable = true } }, @@ -6924,12 +7191,11 @@ return { ["Buffs on Players expire #% slower"] = { { isScalable = true } }, ["Buffs on you expire #% faster"] = { { isScalable = true } }, ["Buffs on you expire #% slower"] = { { isScalable = true, formats = { "negate" } } }, + ["Build an additional Combo on Hit"] = { }, ["Bulwark"] = { }, - ["Burning Arrow Always Ignites"] = { }, - ["Burning Arrow has #% chance to Ignite"] = { { isScalable = true } }, ["Burning Arrow has #% increased Debuff Effect"] = { { isScalable = true } }, ["Burning Arrow has #% reduced Debuff Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["Burning Enemies you kill have a #% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"] = { { isScalable = true } }, + ["Burning Enemies you kill have a #% chance to Explode, dealing a\ntenth of their maximum Life as Fire Damage"] = { { isScalable = true } }, ["Burning Hoofprints"] = { }, ["Caches of Perandus wealth can be found throughout Wraeclast"] = { }, ["Cages created by Your Glacial Cage Towers are #% larger"] = { { isScalable = true } }, @@ -6941,10 +7207,7 @@ return { ["Call of Steel has # to maximum Steel Shards"] = { { isScalable = true } }, ["Call of Steel has #% increased Use Speed"] = { { isScalable = true } }, ["Call to Arms"] = { }, - ["Can Block Damage from all Hits while Shield is not Raised"] = { }, - ["Can Block damage from all Hits"] = { }, ["Can Block from all Directions while Shield is Raised"] = { }, - ["Can Evade all Hits if you have not been Hit Recently"] = { }, ["Can Reroll Favours at Ritual Altars in your Maps twice as many times"] = { }, ["Can Scout nearby Enemy Patrols and Elite Patrols during Heists"] = { }, ["Can Socket a non-Unique Basic Jewel into the Phylactery"] = { }, @@ -6986,7 +7249,6 @@ return { ["Cannot Adapt to Lightning Damage"] = { }, ["Cannot Be Stunned while you have Energy Shield"] = { }, ["Cannot Block"] = { }, - ["Cannot Block Spell Damage"] = { }, ["Cannot Block while you have no Energy Shield"] = { }, ["Cannot Cast Spells"] = { }, ["Cannot Consume Charges"] = { }, @@ -7010,6 +7272,7 @@ return { ["Cannot Recover Life or Energy Shield to above #%"] = { { isScalable = true } }, ["Cannot Regenerate Mana if you haven't dealt a Critical Hit Recently"] = { }, ["Cannot Resist Cold Damage"] = { }, + ["Cannot Shock"] = { }, ["Cannot Summon Mirage Archers while near your Mirage Archers"] = { }, ["Cannot Taunt Enemies"] = { }, ["Cannot be Blinded"] = { }, @@ -7029,6 +7292,7 @@ return { ["Cannot be Ignited while at maximum Endurance Charges"] = { }, ["Cannot be Knocked Back"] = { }, ["Cannot be Light Stunned"] = { }, + ["Cannot be Light Stunned if you haven't been Hit Recently"] = { }, ["Cannot be Poisoned"] = { }, ["Cannot be Poisoned while Bleeding"] = { }, ["Cannot be Shocked"] = { }, @@ -7040,10 +7304,8 @@ return { ["Cannot be Stunned by Hits that deal only Physical Damage"] = { }, ["Cannot be Stunned by Hits you Block"] = { }, ["Cannot be Stunned by Spells if your other Ring is a Shaper Item"] = { }, - ["Cannot be Stunned by Suppressed Spell Damage"] = { }, ["Cannot be Stunned during Effect"] = { }, ["Cannot be Stunned if you have at least 10 Crab Barriers"] = { }, - ["Cannot be Stunned if you haven't been Hit Recently"] = { }, ["Cannot be Stunned if you've been Stunned during Effect"] = { }, ["Cannot be Stunned when on Low Life"] = { }, ["Cannot be Stunned while Bleeding"] = { }, @@ -7070,7 +7332,7 @@ return { ["Cannot inflict Curses"] = { }, ["Cannot inflict Elemental Ailments"] = { }, ["Cannot inflict Ignite"] = { }, - ["Cannot inflict Shock"] = { }, + ["Cannot kill Enemies with Hits"] = { }, ["Cannot lose Crab Barriers if you have lost Crab Barriers Recently"] = { }, ["Cannot roll Attack Modifiers"] = { }, ["Cannot roll Caster Modifiers"] = { }, @@ -7115,16 +7377,11 @@ return { ["Chain Hook has # Radius per 12 Rage"] = { { isScalable = true } }, ["Chain Hook has a #% chance to grant +1 Rage if it Hits Enemies"] = { { isScalable = true } }, ["Chains an additional time"] = { }, - ["Chance to Block Attack Damage is Lucky"] = { }, ["Chance to Block Attack Damage is Unlucky"] = { }, - ["Chance to Block Spell Damage is Lucky"] = { }, - ["Chance to Block Spell Damage is Unlucky"] = { }, - ["Chance to Block Spell Damage is equal to Chance to Block Attack Damage\nMaximum Chance to Block Spell Damage is equal to Maximum Chance to Block Attack Damage"] = { }, - ["Chance to Deflect Attack Damage is Lucky"] = { }, + ["Chance to Block Damage is Lucky"] = { }, + ["Chance to Deflect Damage is Lucky"] = { }, ["Chance to Hit with Attacks can exceed 100%\nGain additional Critical Hit Chance equal to #% of excess chance to Hit with Attacks"] = { { isScalable = true } }, ["Chance to Hit with Attacks can exceed 100%\nGain additional Critical Hit Chance equal to excess chance to Hit with Attacks"] = { }, - ["Chance to Ignite is doubled"] = { }, - ["Chance to Suppress Spell Damage is Lucky"] = { }, ["Channelling Skills Cost # Mana"] = { { isScalable = true } }, ["Channelling Skills deal #% increased Attack Damage"] = { { isScalable = true } }, ["Channelling Skills deal #% increased Damage"] = { { isScalable = true } }, @@ -7140,9 +7397,9 @@ return { ["Channelling Skills have #% reduced Attack and Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Chaos Damage from Hits also Contributes to Chill Magnitude"] = { }, ["Chaos Damage from Hits also Contributes to Electrocute Buildup"] = { }, + ["Chaos Damage from Hits also Contributes to Flammability and Ignite Magnitudes"] = { }, + ["Chaos Damage from Hits also Contributes to Flammability and Ignite Magnitudes, Chill Magnitude, and Shock Chance"] = { }, ["Chaos Damage from Hits also Contributes to Freeze Buildup"] = { }, - ["Chaos Damage from Hits also Contributes to Ignite Chance and Magnitude"] = { }, - ["Chaos Damage from Hits also Contributes to Ignite Chance and Magnitude, Chill Magnitude, and Shock Chance"] = { }, ["Chaos Damage from Hits also Contributes to Shock Chance"] = { }, ["Chaos Damage from Hits does not contribute to Poison Magnitude"] = { }, ["Chaos Damage is taken from Mana before Life"] = { }, @@ -7157,7 +7414,6 @@ return { ["Chaos Resistance is doubled"] = { }, ["Chaos Resistance is unaffected by Area Penalties"] = { }, ["Chaos Resistance is zero"] = { }, - ["Chaos Skills have #% chance to Ignite"] = { { isScalable = true } }, ["Chaos Skills have #% increased Area of Effect"] = { { isScalable = true } }, ["Chaos Skills have #% increased Skill Effect Duration"] = { { isScalable = true } }, ["Chaos Skills have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -7169,8 +7425,11 @@ return { ["Charged Dash has #% more Movement Speed"] = { { isScalable = true } }, ["Charged Storm Cloud deals # more Damage"] = { { isScalable = true } }, ["Charms applied to you have #% increased Effect"] = { { isScalable = true } }, + ["Charms applied to you have #% increased Effect per 10 Tribute"] = { { isScalable = true } }, ["Charms applied to you have #% reduced Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["Charms applied to you have #% reduced Effect per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Charms gain # charges per Second"] = { { isScalable = true, formats = { "per_minute_to_per_second_2dp_if_required" } } }, + ["Charms gain # charges per Second if you have at least 200 Tribute"] = { { isScalable = true, formats = { "per_minute_to_per_second_2dp_if_required" } } }, ["Charms use no Charges"] = { }, ["Chest drops Against the Darkness"] = { }, ["Chest drops Blessed Bonds"] = { }, @@ -7205,8 +7464,8 @@ return { ["Cobra Lash deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Cobra Lash has #% increased Projectile Speed"] = { { isScalable = true } }, ["Cobra Lash has #% reduced Projectile Speed"] = { { isScalable = true, formats = { "negate" } } }, - ["Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup"] = { }, - ["Cold Damage from Hits also Contributes to Ignite Chance and Magnitude"] = { }, + ["Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup"] = { }, + ["Cold Damage from Hits also Contributes to Flammability and Ignite Magnitudes"] = { }, ["Cold Damage from Hits also Contributes to Poison Magnitude"] = { }, ["Cold Damage from Hits also Contributes to Shock Chance"] = { }, ["Cold Damage from Hits does not contribute to Chill Magnitude"] = { }, @@ -7234,7 +7493,9 @@ return { ["Commissioned # coins to commemorate Chitus\nPassives in radius are Conquered by the Eternal Empire"] = { { isScalable = true, formats = { "times_twenty" } } }, ["Commissioned # coins to commemorate Victario\nPassives in radius are Conquered by the Eternal Empire"] = { { isScalable = true, formats = { "times_twenty" } } }, ["Companions deal #% increased Damage"] = { { isScalable = true } }, + ["Companions deal #% increased damage against Immobilised enemies"] = { { isScalable = true } }, ["Companions deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Companions deal #% reduced damage against Immobilised enemies"] = { { isScalable = true, formats = { "negate" } } }, ["Companions gain your Dexterity"] = { }, ["Companions gain your Strength"] = { }, ["Companions have #% increased Accuracy Rating"] = { { isScalable = true } }, @@ -7257,6 +7518,37 @@ return { ["Conductivity has #% reduced Reservation if Cast as an Aura"] = { { isScalable = true, formats = { "negate" } } }, ["Conductivity has no Reservation if Cast as an Aura"] = { }, ["Conduit"] = { }, + ["Conquered Attribute Passive Skills also grant # to Dexterity"] = { { isScalable = true } }, + ["Conquered Attribute Passive Skills also grant # to Intelligence"] = { { isScalable = true } }, + ["Conquered Attribute Passive Skills also grant # to Strength"] = { { isScalable = true } }, + ["Conquered Attribute Passive Skills also grant # to Tribute"] = { { isScalable = true } }, + ["Conquered Attribute Passive Skills also grant # to all Attributes"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Armour"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Attack damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Chaos damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Elemental Ailment Threshold"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Elemental Damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Energy Shield"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Evasion Rating"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Life Regeneration rate"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Mana Regeneration rate"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Physical damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Spell damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% increased Stun Threshold"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant #% reduced Armour"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Attack damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Chaos damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Elemental Ailment Threshold"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Elemental Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Evasion Rating"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Life Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Mana Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Physical damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Spell damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant #% reduced Stun Threshold"] = { { isScalable = true, formats = { "negate" } } }, + ["Conquered Small Passive Skills also grant Minions deal #% increased damage"] = { { isScalable = true } }, + ["Conquered Small Passive Skills also grant Minions deal #% reduced damage"] = { { isScalable = true, formats = { "negate" } } }, ["Consecrated Ground created by this Flask has Doubled Radius"] = { }, ["Consecrated Ground created by this Flask has Tripled Radius"] = { }, ["Consecrated Ground created during Effect applies #% increased Damage taken to Enemies"] = { { isScalable = true } }, @@ -7296,6 +7588,7 @@ return { ["Consumes Socketed Uncorrupted Support Gems when they reach Maximum Level\nCan Consume # additional Uncorrupted Support Gems"] = { { isScalable = true, formats = { "canonical_stat" } } }, ["Consumes a Void Charge to Trigger Level # Void Shot when you fire Arrows with a Non-Triggered Skill"] = { { isScalable = false } }, ["Consuming Freeze deals #% to #% of\nyour Intelligence as Cold Damage"] = { { isScalable = true }, { isScalable = true } }, + ["Consuming Glory grants you #% increased Attack damage per Glory consumed for 6 seconds, up to 60%"] = { { isScalable = true } }, ["Consuming Ignite deals #% to #% of\nyour Intelligence as Fire Damage"] = { { isScalable = true }, { isScalable = true } }, ["Consuming Shock deals #% to #% of\nyour Intelligence as Lightning Damage"] = { { isScalable = true }, { isScalable = true } }, ["Contains additional Divination Cards from the current Area"] = { }, @@ -7369,6 +7662,7 @@ return { ["Creates Consecrated Ground on Critical Hit"] = { }, ["Creates Consecrated Ground on Use"] = { }, ["Creates Consecrated Ground on use"] = { }, + ["Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to #% of your maximum Life"] = { { isScalable = true } }, ["Creates a Smoke Cloud on Rampage"] = { }, ["Creates a Smoke Cloud on Use"] = { }, ["Creeping Frost's Chilling Area has #% increased Movement Speed"] = { { isScalable = true } }, @@ -7380,7 +7674,8 @@ return { ["Critical Hit Chance is #% for Hits with this Weapon"] = { { isScalable = true } }, ["Critical Hit Chance is increased by Lightning Resistance"] = { }, ["Critical Hit Chance is increased by Overcapped Lightning Resistance"] = { }, - ["Critical Hit Chance is increased by chance to Suppress Spell Damage"] = { }, + ["Critical Hit chance is Lucky against Parried enemies"] = { }, + ["Critical Hit chance is Unlucky against Parried enemies"] = { }, ["Critical Hits Ignore Enemy Monster Lightning Resistance"] = { }, ["Critical Hits Penetrate #% of Enemy Elemental Resistances while affected by Zealotry"] = { { isScalable = true } }, ["Critical Hits Poison the enemy"] = { }, @@ -7414,6 +7709,7 @@ return { ["Crush on Hit"] = { }, ["Crushes Enemies on Hit"] = { }, ["Culling Strike"] = { }, + ["Culling Strike against Beasts while your Companion is in your Presence"] = { }, ["Culling Strike against Burning Enemies"] = { }, ["Culling Strike against Enemies Cursed with Poacher's Mark"] = { }, ["Culling Strike against Enemies you Mark"] = { }, @@ -7425,17 +7721,13 @@ return { ["Curse Enemies with Conductivity on Hit"] = { }, ["Curse Enemies with Despair on Hit"] = { }, ["Curse Enemies with Elemental Weakness on Hit"] = { }, - ["Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit"] = { }, ["Curse Enemies with Enfeeble on Block"] = { }, ["Curse Enemies with Enfeeble on Hit"] = { }, - ["Curse Enemies with Flammability on Block"] = { }, ["Curse Enemies with Flammability on Hit"] = { }, ["Curse Enemies with Frostbite on Hit"] = { }, ["Curse Enemies with Punishment on Hit"] = { }, ["Curse Enemies with Socketed Hex Curse Gem on Hit"] = { }, ["Curse Enemies with Temporal Chains on Hit"] = { }, - ["Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit"] = { }, - ["Curse Enemies with Vulnerability on Block"] = { }, ["Curse Enemies with Vulnerability on Hit"] = { }, ["Curse Non-Cursed Enemies with Enfeeble on Hit"] = { }, ["Curse Reflection"] = { }, @@ -7444,7 +7736,9 @@ return { ["Curse Skills have #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Curse Skills have #% reduced Skill Effect Duration"] = { { isScalable = true, formats = { "negate" } } }, ["Cursed Enemies Killed by Allies in your Presence have a #% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"] = { { isScalable = true } }, + ["Cursed Enemies Killed by Allies in your Presence have a #% chance to Explode, dealing a quarter of their maximum Life as Physical Damage"] = { { isScalable = true } }, ["Cursed Enemies Killed by you, or by Allies in your Presence, have a #% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"] = { { isScalable = true } }, + ["Cursed Enemies Killed by you, or by Allies in your Presence, have a #% chance to Explode, dealing a quarter of their maximum Life as Physical Damage"] = { { isScalable = true } }, ["Cursed Enemies cannot inflict Elemental Ailments on You"] = { }, ["Cursed Enemies grant a Frenzy Charge when Hit"] = { }, ["Cursed Enemies grant a Power Charge when Hit"] = { }, @@ -7454,15 +7748,28 @@ return { ["Cursed Enemies have a #% chance to grant an Endurance Charge when Hit"] = { { isScalable = true } }, ["Cursed Enemies you Kill are destroyed"] = { }, ["Cursed Enemies you Kill have a #% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"] = { { isScalable = true } }, + ["Cursed Enemies you Kill have a #% chance to Explode, dealing a quarter of their maximum Life as Physical Damage"] = { { isScalable = true } }, ["Curses are inflicted on you instead of Linked targets"] = { }, ["Curses have no Activation Delay"] = { }, ["Curses on Enemies in your Chilling Areas have #% increased Effect"] = { { isScalable = true } }, ["Curses on Enemies in your Chilling Areas have #% reduced Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Curses you inflict are reflected back to you"] = { }, + ["Curses you inflict can affect Hexproof Enemies"] = { }, + ["Curses you inflict have infinite Duration"] = { }, ["Curses you with Punishment on Kill"] = { }, ["Curses you with Silence when Hit"] = { }, - ["DNT All Elemental Damage from Hits contributes to Freeze Buildup"] = { }, - ["DNT All Elemental Damage from Hits contributes to Ignite Chance and Magnitude"] = { }, + ["DNT # second between Spellflux occurances"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, + ["DNT # seconds between Spellflux occurances"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, + ["DNT #% chance when hitting a Rare Monster to disable one of its Modifiers"] = { { isScalable = true } }, + ["DNT #% increased duration of time between Spellfluxes"] = { { isScalable = true } }, + ["DNT #% reduced duration of time between Spellfluxes"] = { { isScalable = true, formats = { "negate" } } }, + ["DNT Deals #% more Damage per previous Explosive Teleport in sequence"] = { { isScalable = true } }, + ["DNT Gain #% Edict Declaration when you disable a rare monster mod"] = { { isScalable = true } }, + ["DNT Hitting a Rare Monster disable one of its Modifiers"] = { }, + ["DNT Maximum Rage is doubled during effect"] = { }, + ["DNT Spellcasts you cast yourself within # second which match your future self's most recent cast deal #% more Damage"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true } }, + ["DNT Spellcasts you cast yourself within # seconds which match your future self's most recent cast deal #% more Damage"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true } }, + ["DNT-UNUSED BAD VALUE"] = { }, ["Damage Blocked is Recouped as Mana"] = { }, ["Damage Cone has +1 Radius per # Rage"] = { { isScalable = true } }, ["Damage Penetrates #% Chaos Resistance"] = { { isScalable = true } }, @@ -7525,6 +7832,7 @@ return { ["Dash has # Cooldown Uses"] = { { isScalable = true } }, ["Dash travels #% increased distance"] = { { isScalable = true } }, ["Dash travels #% reduced distance"] = { { isScalable = true, formats = { "negate" } } }, + ["Dazes on Hit"] = { }, ["Deal # to # Lightning Damage to nearby Enemies when you lose a Power, Frenzy, or Endurance Charge"] = { { isScalable = true }, { isScalable = true } }, ["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%"] = { { isScalable = true } }, ["Deal #% less Chaos Damage to enemies which have Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, @@ -7565,9 +7873,10 @@ return { ["Deals # to # Physical Damage"] = { { isScalable = true }, { isScalable = true } }, ["Deals #% of current Mana as Chaos Damage to you when Effect ends"] = { { isScalable = true } }, ["Deals base Chaos Damage equal to #% of your Current Mana"] = { { isScalable = true } }, - ["Debilitate Enemies for # Seconds when you Suppress their Spell Damage"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, ["Debilitate Enemies for 1 second on Hit"] = { }, ["Debilitate nearby Enemies for # Seconds when Effect ends"] = { { isScalable = true } }, + ["Debuffs inflicted by Hazards have #% increased Slow Magnitude"] = { { isScalable = true } }, + ["Debuffs inflicted by Hazards have #% reduced Slow Magnitude"] = { { isScalable = true, formats = { "negate" } } }, ["Debuffs on you expire #% faster"] = { { isScalable = true } }, ["Debuffs on you expire #% faster while affected by Haste"] = { { isScalable = true, formats = { "negate" } } }, ["Debuffs on you expire #% slower"] = { { isScalable = true, formats = { "negate" } } }, @@ -7579,8 +7888,8 @@ return { ["Defences are zero"] = { }, ["Defences of Items attached to Animated Guardian also apply to Animated Weapons"] = { }, ["Defend against Hits as though you had #% more Armour per 1% current Energy Shield"] = { { isScalable = true } }, - ["Defend with #% of Armour against Attacks from further than 6m"] = { { isScalable = true } }, ["Defend with #% of Armour against Critical Hits"] = { { isScalable = true } }, + ["Defend with #% of Armour against Hits from Enemies that are further than 6m away"] = { { isScalable = true } }, ["Defend with #% of Armour against Projectile Attacks"] = { { isScalable = true } }, ["Defend with #% of Armour while not on Low Energy Shield"] = { { isScalable = true } }, ["Defend with 200% of Armour"] = { }, @@ -7593,14 +7902,16 @@ return { ["Defiance Banner has #% reduced Aura Magnitudes"] = { { isScalable = true, formats = { "negate" } } }, ["Defiance Banner has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, ["Defiance Banner has #% reduced Taunt duration"] = { { isScalable = true, formats = { "negate" } } }, + ["Deflected Hits cannot inflict Bleeding on you"] = { }, + ["Deflected Hits cannot inflict Maim on you"] = { }, ["Degenerate #% of maximum Life per second while you have a Totem"] = { { isScalable = true, formats = { "negate" } } }, ["Delirious Monsters Killed in Area provide #% increased Reward Progress"] = { { isScalable = true } }, ["Delirium Encounters in Area are #% less likely to spawn Unique Bosses"] = { { isScalable = true, formats = { "negate" } } }, ["Delirium Encounters in Area are #% more likely to spawn Unique Bosses"] = { { isScalable = true } }, - ["Delirium Encounters in Area have #% chance to generate an additional Reward type"] = { { isScalable = true } }, + ["Delirium Encounters in Area have #% chance to generate an additional Reward"] = { { isScalable = true } }, ["Delirium Fog in Area dissipates #% faster"] = { { isScalable = true } }, ["Delirium Fog in Area dissipates #% slower"] = { { isScalable = true, formats = { "negate" } } }, - ["Delirium Fog in Area lasts # additional seconds before dissipating"] = { { isScalable = true, formats = { "milliseconds_to_seconds_0dp" } } }, + ["Delirium Fog in Area lasts # additional seconds before dissipating"] = { { isScalable = true } }, ["Delirium Fog in Area spawns #% increased Fracturing Mirrors"] = { { isScalable = true } }, ["Delirium Fog in Area spawns #% reduced Fracturing Mirrors"] = { { isScalable = true, formats = { "negate" } } }, ["Delirium Fog in your Maps never dissipates"] = { }, @@ -7638,13 +7949,17 @@ return { ["Determination has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, ["Determination has #% increased Reservation"] = { { isScalable = true } }, ["Determination has #% reduced Aura Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["Determination has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, + ["Determination has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "double" } } }, ["Determination has #% reduced Reservation"] = { { isScalable = true, formats = { "negate" } } }, ["Determination has no Reservation"] = { }, ["Detonate Dead has a #% chance to detonate an additional corpse"] = { { isScalable = true } }, ["Detonating Mines is Instant"] = { }, ["Detonation Time is # second"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, ["Detonation Time is # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, + ["Detonator skills have #% increased Area of Effect"] = { { isScalable = true } }, + ["Detonator skills have #% increased damage"] = { { isScalable = true } }, + ["Detonator skills have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["Detonator skills have #% reduced damage"] = { { isScalable = true, formats = { "negate" } } }, ["Devouring Totem has #% Chance to Consume an additional corpse"] = { { isScalable = true } }, ["Dexterity and Intelligence from passives in Radius count towards Strength Melee Damage bonus"] = { }, ["Dexterity from Passives in Radius is Transformed to Intelligence"] = { }, @@ -7731,8 +8046,8 @@ return { ["Each Mine applies #% reduced Damage taken to Enemies near it, up to 10%"] = { { isScalable = true, formats = { "negate" } } }, ["Each Projectile from Spectral Helix or Spectral Throw has\nbetween #% more and #% less Projectile Speed at random"] = { { isScalable = true, formats = { "divide_by_two_0dp" } }, { isScalable = true, formats = { "divide_by_two_0dp" } } }, ["Each Summoned Phantasm grants you Phantasmal Might"] = { }, - ["Each Totem applies #% increased Damage taken to Enemies near it"] = { { isScalable = true } }, - ["Each Totem applies #% reduced Damage taken to Enemies near it"] = { { isScalable = true, formats = { "negate" } } }, + ["Each Totem applies #% increased Damage taken to Enemies in their Presence"] = { { isScalable = true } }, + ["Each Totem applies #% reduced Damage taken to Enemies in their Presence"] = { { isScalable = true, formats = { "negate" } } }, ["Each Weapon Hits separately if Dual Wielding, dealing #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Each Weapon Hits separately if Dual Wielding, dealing #% more Damage"] = { { isScalable = true } }, ["Earthquake deals #% increased Damage per 0.1 seconds Duration"] = { { isScalable = true } }, @@ -7745,6 +8060,7 @@ return { ["Eat a Soul when you Hit a Unique Enemy, no more than once every # seconds"] = { { isScalable = false, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, ["Eat a Soul when you Hit a Unique Enemy, no more than once every second"] = { }, ["Effect and Duration of Flames of Chayula on You is Doubled"] = { }, + ["Effect is not removed when Unreserved Life is Filled"] = { }, ["Effect is not removed when Unreserved Mana is Filled"] = { }, ["Effect is removed when Hit by a Player"] = { }, ["Effect is removed when Ward Breaks"] = { }, @@ -7766,10 +8082,8 @@ return { ["Elemental Damage with Hits is Lucky while you are Shocked"] = { }, ["Elemental Damage you Deal with Hits is Resisted by lowest Elemental Resistance instead"] = { }, ["Elemental Equilibrium"] = { }, - ["Elemental Hit Always Freezes, Shocks and Ignites"] = { }, ["Elemental Hit deals #% increased Damage"] = { { isScalable = true } }, ["Elemental Hit deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Elemental Hit has #% chance to Freeze, Shock and Ignite"] = { { isScalable = true } }, ["Elemental Overload"] = { }, ["Elemental Resistances are capped by your highest Maximum Elemental Resistance instead"] = { }, ["Elemental Storm has #% less Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, @@ -7778,10 +8092,13 @@ return { ["Elemental Weakness has no Reservation if Cast as an Aura"] = { }, ["Elusive also grants #% to Critical Damage Bonus for Skills Supported by Nightblade"] = { { isScalable = true } }, ["Emits a golden glow"] = { }, + ["Empowered Attacks Gain #% of Physical Damage as Extra Fire damage"] = { { isScalable = true } }, ["Empowered Attacks Knock Enemies Back on Hit"] = { }, ["Empowered Attacks Overwhelm #% of Physical Damage Reduction"] = { { isScalable = true } }, ["Empowered Attacks deal #% increased Damage"] = { { isScalable = true } }, + ["Empowered Attacks deal #% increased damage per 10 Tribute"] = { { isScalable = true } }, ["Empowered Attacks deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Empowered Attacks deal #% reduced damage per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Empowered Attacks have #% increased Stun Buildup"] = { { isScalable = true } }, ["Empowered Attacks have #% reduced Stun Buildup"] = { { isScalable = true, formats = { "negate" } } }, ["Empowered Attacks have a #% chance to Knock Enemies Back on Hit"] = { { isScalable = true } }, @@ -7820,11 +8137,16 @@ return { ["Enemies Hindered by you have #% increased Life Regeneration rate"] = { { isScalable = true } }, ["Enemies Hindered by you have #% reduced Life Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies Hindered by you take #% increased Chaos Damage"] = { { isScalable = true } }, + ["Enemies Hindered by you take #% increased Elemental Damage"] = { { isScalable = true } }, + ["Enemies Hindered by you take #% increased Physical Damage"] = { { isScalable = true } }, ["Enemies Hindered by you take #% reduced Chaos Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Enemies Hindered by you take #% reduced Elemental"] = { { isScalable = true, formats = { "negate" } } }, + ["Enemies Hindered by you take #% reduced Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies Ignited by you during Effect take #% increased Damage"] = { { isScalable = true } }, ["Enemies Ignited by you during Effect take #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies Ignited by you have #% of Physical Damage they deal converted to Fire"] = { { isScalable = true } }, ["Enemies Ignited by you have #% to Fire Resistance"] = { { isScalable = true } }, + ["Enemies Ignited by you permanently take #% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10%"] = { { isScalable = true } }, ["Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite"] = { }, ["Enemies Ignited or Chilled by you have #% to Elemental Resistances"] = { { isScalable = true } }, ["Enemies Immobilised by you take #% less Damage"] = { { isScalable = true } }, @@ -7837,7 +8159,6 @@ return { ["Enemies Killed with Attack Hits have a #% chance to Explode, dealing a tenth of their Life as Physical Damage"] = { { isScalable = true } }, ["Enemies Killed with Attack or Spell Hits Explode, dealing #% of their Life as Chaos Damage"] = { { isScalable = true } }, ["Enemies Killed with Attack or Spell Hits Explode, dealing #% of their Life as Fire Damage"] = { { isScalable = true } }, - ["Enemies Killed with Wand Hits have a #% chance to Explode, dealing a quarter of their Life as Chaos Damage"] = { { isScalable = true } }, ["Enemies Maimed by you take #% increased Damage Over Time"] = { { isScalable = true } }, ["Enemies Maimed by you take #% increased Physical Damage"] = { { isScalable = true } }, ["Enemies Maimed by you take #% reduced Damage Over Time"] = { { isScalable = true, formats = { "negate" } } }, @@ -7870,8 +8191,7 @@ return { ["Enemies affected by your Spider's Webs deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies affected by your Spider's Webs have #% to All Resistances"] = { { isScalable = true } }, ["Enemies are Culled on Block"] = { }, - ["Enemies are Frozen as if you had dealt #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Enemies are Frozen as if you had dealt #% more Damage"] = { { isScalable = true } }, + ["Enemies are Intimidated for # seconds when you Immobilise them"] = { { isScalable = true } }, ["Enemies are Maimed for # second after becoming Unpinned"] = { { isScalable = true } }, ["Enemies are Maimed for # seconds after becoming Unpinned"] = { { isScalable = true } }, ["Enemies do not block your movement for # second on Rampage"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, @@ -7881,7 +8201,6 @@ return { ["Enemies drop Shocked Ground when Hitting you, no more than once every 2 seconds"] = { }, ["Enemies have #% increased Evasion if you have Hit them Recently"] = { { isScalable = true } }, ["Enemies have #% reduced Evasion if you have Hit them Recently"] = { { isScalable = true, formats = { "negate" } } }, - ["Enemies have #% reduced chance to Dodge your Hits"] = { { isScalable = true } }, ["Enemies have Maximum Concentration equal to #% of their Maximum Life"] = { { isScalable = true } }, ["Enemies have an Accuracy Penalty against you based on Distance"] = { }, ["Enemies in Jagged Ground you create take #% increased Damage"] = { { isScalable = true } }, @@ -7895,12 +8214,16 @@ return { ["Enemies in your Presence are Blinded"] = { }, ["Enemies in your Presence are Ignited as though dealt # Base Fire Damage"] = { { isScalable = true } }, ["Enemies in your Presence are Intimidated"] = { }, + ["Enemies in your Presence cannot be Revived"] = { }, ["Enemies in your Presence count as being on Low Life"] = { }, ["Enemies in your Presence count as having #% less Power"] = { { isScalable = false, formats = { "negate" } } }, ["Enemies in your Presence count as having #% more Power"] = { { isScalable = false } }, ["Enemies in your Presence count as having double Power"] = { }, ["Enemies in your Presence have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, + ["Enemies in your Presence have #% increased Life Regeneration rate"] = { { isScalable = true } }, ["Enemies in your Presence have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Enemies in your Presence have #% reduced Life Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Enemies in your Presence have #% to Fire Resistance"] = { { isScalable = true } }, ["Enemies in your Presence have Fire Exposure"] = { }, ["Enemies in your Presence have Lightning Resistance equal to yours"] = { }, ["Enemies in your Presence have at least #% of Life Reserved"] = { { isScalable = true } }, @@ -7950,6 +8273,8 @@ return { ["Enemies you Curse take #% increased Damage"] = { { isScalable = true } }, ["Enemies you Electrocute have #% increased Damage taken"] = { { isScalable = true } }, ["Enemies you Electrocute have #% reduced Damage taken"] = { { isScalable = true, formats = { "negate" } } }, + ["Enemies you Fully Armour Break are Maimed"] = { }, + ["Enemies you Fully Armour Break cannot Regenerate Life"] = { }, ["Enemies you Kill Explode, dealing #% of their Life as Physical Damage"] = { { isScalable = true } }, ["Enemies you Kill during Effect have a #% chance to Explode, dealing a tenth of their maximum Life as Damage of a Random Element"] = { { isScalable = true } }, ["Enemies you Kill have #% chance to Explode, dealing 500% of their maximum Life as Fire Damage"] = { { isScalable = true } }, @@ -7972,11 +8297,13 @@ return { ["Enemies you Taunt have a #% increased chance to be Stunned"] = { { isScalable = true } }, ["Enemies you Taunt have a #% reduced chance to be Stunned"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies you apply Incision to take #% increased Physical Damage per Incision"] = { { isScalable = true } }, + ["Enemies you inflict Bleeding on cannot Regenerate Life"] = { }, ["Enemies you inflict Bleeding on grant #% increased Flask Charges"] = { { isScalable = true } }, ["Enemies you inflict Bleeding on grant #% reduced Flask Charges"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies you inflict Bleeding on have #% increased Movement Speed"] = { { isScalable = true } }, ["Enemies you inflict Bleeding on have #% reduced Movement Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Enemies you kill are Shocked"] = { }, + ["Enemies you kill with Empowered Attacks have a #% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"] = { { isScalable = true } }, ["Enemies you've Hit Recently have #% increased Life Regeneration rate"] = { { isScalable = true } }, ["Enemies you've Hit Recently have #% reduced Life Regeneration rate"] = { { isScalable = true, formats = { "negate" } } }, ["Enemy Hits inflict Temporal Chains on you"] = { }, @@ -7992,7 +8319,6 @@ return { ["Energy Shield Recharge has no delay"] = { }, ["Energy Shield Recharge is not interrupted by Damage if Recharge began Recently"] = { }, ["Energy Shield Recharge starts on use"] = { }, - ["Energy Shield Recharge starts when you Suppress Spell Damage"] = { }, ["Energy Shield Recharge starts when you are Stunned"] = { }, ["Energy Shield Recharge starts when you use a Mana Flask"] = { }, ["Energy Shield is increased by Overcapped Cold Resistance"] = { }, @@ -8027,6 +8353,7 @@ return { ["Evasion Rating also grants Elemental Damage reduction"] = { }, ["Evasion Rating from Equipped Body Armour is halved"] = { }, ["Evasion Rating from Equipped Helmet, Gloves and Boots is doubled"] = { }, + ["Evasion Rating is doubled if you have not been Hit Recently"] = { }, ["Evasion Rating is increased by Overcapped Cold Resistance"] = { }, ["Evasion Rating is increased by Overcapped Lightning Resistance"] = { }, ["Evasion Rating is zero"] = { }, @@ -8083,7 +8410,7 @@ return { ["Explosive Trap has #% increased Area of Effect"] = { { isScalable = true } }, ["Explosive Trap has #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Exposure inflicted by Hydrosphere on Drenched Enemies lowers those Resistances by an extra #%"] = { { isScalable = true } }, - ["Exposure you inflict lowers the affected Resistance by an additional #%"] = { { isScalable = true } }, + ["Exposure you inflict lowers Resistances by an additional #%"] = { { isScalable = true } }, ["Exposure you inflict lowers the affected Total Resistance by at least #%"] = { { isScalable = true } }, ["Exsanguinate deals #% increased Damage"] = { { isScalable = true } }, ["Exsanguinate deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -8109,12 +8436,12 @@ return { ["Final Repeat of Attack Skills deals #% more Damage"] = { { isScalable = true } }, ["Final Repeat of Spells has #% increased Area of Effect"] = { { isScalable = true } }, ["Final Repeat of Spells has #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude"] = { }, + ["Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes"] = { }, ["Fire Damage from Hits also Contributes to Chill Magnitude"] = { }, ["Fire Damage from Hits also Contributes to Freeze Buildup"] = { }, ["Fire Damage from Hits also Contributes to Poison Magnitude"] = { }, ["Fire Damage from Hits also Contributes to Shock Chance"] = { }, - ["Fire Damage from Hits does not contribute to Ignite Chance or Magnitude"] = { }, + ["Fire Damage from Hits does not contribute to Flammability or Ignite Magnitudes"] = { }, ["Fire Damage is increased by 1% per # Intelligence from Allocated Passives in Radius"] = { { isScalable = true } }, ["Fire Elementals have #% increased maximum Life"] = { { isScalable = true } }, ["Fire Elementals have #% reduced maximum Life"] = { { isScalable = true, formats = { "negate" } } }, @@ -8132,14 +8459,12 @@ return { ["Fire Trap has #% reduced Fire Trap Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Fire Trap throws up to # additional Traps"] = { { isScalable = true } }, ["Fire Trap throws up to 1 additional Trap"] = { }, - ["Fireball Always Ignites"] = { }, ["Fireball Projectiles gain Area as they travel farther, up to #% increased Area of Effect"] = { { isScalable = true } }, ["Fireball Projectiles gain Area as they travel farther, up to #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Fireball Projectiles gain Radius as they travel farther, up to # Radius"] = { { isScalable = true } }, ["Fireball and Rolling Magma have #% less Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Fireball and Rolling Magma have #% more Area of Effect"] = { { isScalable = true } }, ["Fireball cannot Ignite"] = { }, - ["Fireball has #% chance to Ignite"] = { { isScalable = true } }, ["Fireball has #% chance to Scorch"] = { { isScalable = true } }, ["Fires Projectiles every # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds_1dp" } } }, ["First # minions summoned have no base spirit reservation"] = { { isScalable = true } }, @@ -8149,6 +8474,7 @@ return { ["Fish Rot upon being Caught"] = { }, ["Fish caught from Magmatic Fishing Holes are already Cooked"] = { }, ["Fish caught with this Fishing Rod will always tell the truth"] = { }, + ["Fissure Skills have a #% chance to create an additional Fissure"] = { { isScalable = true } }, ["Flame Dash has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Flame Dash has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Flame Golems have #% increased Damage"] = { { isScalable = true } }, @@ -8173,6 +8499,7 @@ return { ["Flamethrower, Seismic and Lightning Spire Trap have # Cooldown Uses"] = { { isScalable = true } }, ["Flamethrower, Seismic and Lightning Spire Trap have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Flamethrower, Seismic and Lightning Spire Trap have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Flammability Magnitude is doubled"] = { }, ["Flammability can affect Hexproof Enemies"] = { }, ["Flammability has #% increased Reservation if Cast as an Aura"] = { { isScalable = true } }, ["Flammability has #% reduced Reservation if Cast as an Aura"] = { { isScalable = true, formats = { "negate" } } }, @@ -8221,7 +8548,6 @@ return { ["Forbidden Rite fires # additional Projectiles"] = { { isScalable = true } }, ["Forbidden Rite fires an additional Projectile"] = { }, ["Forbidden Rite fires extra Projectiles at up to # surrounding Enemies"] = { { isScalable = true } }, - ["Forks Critical Hits"] = { }, ["Fortifying Hits against Unique Enemies grant #% increased Fortification"] = { { isScalable = true } }, ["Fortifying Hits against Unique Enemies grant #% reduced Fortification"] = { { isScalable = true, formats = { "negate" } } }, ["Fortifying Hits grant #% increased Fortification"] = { { isScalable = true } }, @@ -8233,11 +8559,8 @@ return { ["Fractured Walls only conceal Currency Chests"] = { }, ["Fractured Walls only conceal Fossilised Remains"] = { }, ["Fractured Walls only conceal Resonator Chests"] = { }, - ["Freeze Chilled Enemies as though dealing #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Freeze Chilled Enemies as though dealing #% more Damage"] = { { isScalable = true } }, ["Freeze Enemies as though dealing #% more Damage"] = { { isScalable = true } }, ["Freeze Mine causes Enemies to lose an additional #% Cold Resistance while Frozen"] = { { isScalable = true, formats = { "negate" } } }, - ["Freeze as though dealing Cold damage equal to #% of your maximum Mana when Hit"] = { { isScalable = true } }, ["Freezes Enemies that are on Full Life"] = { }, ["Freezing Pulse fires # additional Projectiles"] = { { isScalable = true } }, ["Freezing Pulse fires an additional Projectile"] = { }, @@ -8280,6 +8603,7 @@ return { ["Frozen Sweep deals #% more Damage"] = { { isScalable = true } }, ["Frozen Sweep deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Fully Armour Broken enemies you kill with Hits Shatter"] = { }, + ["Fully Broken Armour effects also apply to Fire Damage Taken from Hits"] = { }, ["Gain # Armour per Grand Spectrum"] = { { isScalable = true } }, ["Gain # Charge when you are Hit by an Enemy"] = { { isScalable = true } }, ["Gain # Charges when you are Hit by an Enemy"] = { { isScalable = true } }, @@ -8305,7 +8629,6 @@ return { ["Gain # Frenzy Charge on use"] = { { isScalable = true } }, ["Gain # Frenzy Charges after Spending a total of 200 Mana"] = { { isScalable = true } }, ["Gain # Frenzy Charges on use"] = { { isScalable = true } }, - ["Gain # Guard during Effect"] = { { isScalable = true } }, ["Gain # Life and Mana per Enemy Hit with Attacks"] = { { isScalable = true } }, ["Gain # Life for each Ignited Enemy hit with Attacks"] = { { isScalable = true } }, ["Gain # Life on Culling Strike"] = { { isScalable = true } }, @@ -8343,12 +8666,13 @@ return { ["Gain # Rage after Spending a total of 200 Mana"] = { { isScalable = true } }, ["Gain # Rage on Hit"] = { { isScalable = true } }, ["Gain # Rage on Hit per Enemy Power"] = { { isScalable = true } }, - ["Gain # Rage on Hit, once per Skill use"] = { { isScalable = true } }, ["Gain # Rage on Melee Axe Hit"] = { { isScalable = true } }, ["Gain # Rage on Melee Hit"] = { { isScalable = true } }, ["Gain # Rage when Critically Hit by an Enemy"] = { { isScalable = true } }, ["Gain # Rage when Hit by an Enemy"] = { { isScalable = true } }, + ["Gain # Rage when Hit by an Enemy during effect"] = { { isScalable = true } }, ["Gain # Rage when you Kill an Enemy"] = { { isScalable = true } }, + ["Gain # Rage when you use a Life Flask"] = { { isScalable = true } }, ["Gain # Rage when you use a Warcry"] = { { isScalable = true } }, ["Gain # Souls for Vaal Skills on Rampage"] = { { isScalable = true } }, ["Gain # Vaal Soul Per Second during effect"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, @@ -8376,19 +8700,23 @@ return { ["Gain #% of Damage as Extra Chaos Damage"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Chaos Damage per 20 Unreserved Darkness"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Cold Damage"] = { { isScalable = true } }, + ["Gain #% of Damage as Extra Cold Damage while on Chilled Ground"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Cold Damage with Spells"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Damage of all Elements"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Fire Damage"] = { { isScalable = true } }, + ["Gain #% of Damage as Extra Fire Damage for\nevery different Grenade fired in the past 8 seconds"] = { { isScalable = true } }, + ["Gain #% of Damage as Extra Fire Damage while on Ignited Ground"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Fire Damage with Spells"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Lightning Damage"] = { { isScalable = true } }, + ["Gain #% of Damage as Extra Lightning Damage while on Shocked Ground"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Lightning Damage with Spells"] = { { isScalable = true } }, ["Gain #% of Damage as Extra Physical Damage"] = { { isScalable = true } }, - ["Gain #% of Elemental Damage Damage as Extra Lightning Damage"] = { { isScalable = true } }, ["Gain #% of Elemental Damage as Extra Chaos Damage"] = { { isScalable = true } }, ["Gain #% of Elemental Damage as Extra Chaos Damage during effect"] = { { isScalable = true } }, ["Gain #% of Elemental Damage as Extra Chaos Damage per Shaper Item Equipped"] = { { isScalable = true } }, ["Gain #% of Elemental Damage as Extra Cold Damage"] = { { isScalable = true } }, ["Gain #% of Elemental Damage as Extra Fire Damage"] = { { isScalable = true } }, + ["Gain #% of Elemental Damage as Extra Lightning Damage"] = { { isScalable = true } }, ["Gain #% of Evasion Rating as extra Ailment Threshold"] = { { isScalable = true } }, ["Gain #% of Evasion Rating as extra Armour"] = { { isScalable = true } }, ["Gain #% of Fire Damage as Extra Chaos Damage"] = { { isScalable = true } }, @@ -8406,12 +8734,15 @@ return { ["Gain #% of Physical Damage as Extra Chaos Damage per Elder Item Equipped"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Chaos Damage while at maximum Power Charges"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Cold Damage"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Cold Damage against Dazed Enemies"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Cold Damage against Shocked Enemies"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Cold Damage during effect"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Cold Damage with Attacks"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Damage of a random Element"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Damage of a random Element while you are Ignited"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Damage of each Element per Spirit Charge"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Fire Damage"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Fire Damage against Heavy Stunned Enemies"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Fire Damage if you or your Totems have Killed Recently"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Fire Damage if you've Killed Recently"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Fire Damage if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, @@ -8419,6 +8750,9 @@ return { ["Gain #% of Physical Damage as Extra Fire Damage while affected by Anger"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Fire Damage with Attacks"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Lightning Damage"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Lightning Damage against Chilled Enemies"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Lightning Damage against Dazed Enemies"] = { { isScalable = true } }, + ["Gain #% of Physical Damage as Extra Lightning Damage against Electrocuted Enemies"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Lightning Damage while affected by Wrath"] = { { isScalable = true } }, ["Gain #% of Physical Damage as Extra Lightning Damage with Attacks"] = { { isScalable = true } }, ["Gain #% of Physical Damage as a Random Element if you've cast Elemental Weakness in the past 10 seconds"] = { { isScalable = true } }, @@ -8467,6 +8801,7 @@ return { ["Gain Arcane Surge on Hit with Spells"] = { }, ["Gain Arcane Surge on Hit with Spells if you have at least 150 Devotion"] = { }, ["Gain Arcane Surge on Hit with Spells while at maximum Power Charges"] = { }, + ["Gain Arcane Surge when a Minion Dies"] = { }, ["Gain Arcane Surge when you Kill an Enemy"] = { }, ["Gain Arcane Surge when you Summon a Totem"] = { }, ["Gain Arcane Surge when you deal a Critical Hit"] = { }, @@ -8474,16 +8809,23 @@ return { ["Gain Arcane Surge when your Mine is Detonated targeting an Enemy"] = { }, ["Gain Arcane Surge when your Trap is Triggered by an Enemy"] = { }, ["Gain Brutal Charges instead of Endurance Charges"] = { }, + ["Gain Cold Thorns Damage equal to #% of your maximum Mana"] = { { isScalable = true } }, ["Gain Convergence when you Hit a Unique Enemy, no more than once every 8 seconds"] = { }, ["Gain Defiance for 10 seconds on losing Life to an Enemy Hit, no more than once every # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, + ["Gain Deflection Rating equal to #% of Armour"] = { { isScalable = true } }, + ["Gain Deflection Rating equal to #% of Evasion Rating"] = { { isScalable = true } }, + ["Gain Deflection Rating equal to #% of Evasion Rating per 25 Tribute"] = { { isScalable = true } }, ["Gain Elemental Conflux for # seconds when you Kill a Rare or Unique Enemy"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Gain Elusive on Critical Hit"] = { }, ["Gain Elusive on Kill"] = { }, ["Gain Elusive on reaching Low Life"] = { }, ["Gain Exposed to Corruption stacks twice as frequently\nLose 1 stack of Exposed to Corruption every 5 seconds"] = { }, ["Gain Fanaticism for 4 seconds on reaching Maximum Fanatic Charges"] = { }, + ["Gain Flame Archon when you Ignite an Enemy"] = { }, + ["Gain Ice Archon when your Energy Shield Recharge begins"] = { }, ["Gain Immunity to Physical Damage for # second on Rampage"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Gain Immunity to Physical Damage for # seconds on Rampage"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, + ["Gain Lightning Archon after spending 100% of your Maximum Mana"] = { }, ["Gain Maddening Presence for 10 seconds when you Kill a Rare or Unique Enemy"] = { }, ["Gain Onslaught for # second per Frenzy Charge on use"] = { { isScalable = true } }, ["Gain Onslaught for # seconds on Kill"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, @@ -8497,10 +8839,11 @@ return { ["Gain Onslaught for 4 seconds on Hit"] = { }, ["Gain Onslaught for 4 seconds on Hit while at maximum Frenzy Charges"] = { }, ["Gain Onslaught for 4 seconds on Kill"] = { }, + ["Gain Onslaught for 4 seconds when a Minion Dies"] = { }, ["Gain Phasing for # seconds when your Trap is triggered by an Enemy"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Gain Phasing for 3 seconds when your Trap is triggered by an Enemy"] = { }, ["Gain Phasing for 4 seconds on Kill"] = { }, - ["Gain Physical Thorns damage equal to #% of Armour on Equipped Body Armour"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, + ["Gain Physical Thorns damage equal to #% of Item Armour on Equipped Body Armour"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["Gain Rampage while at Maximum Endurance Charges"] = { }, ["Gain Shaper's Presence for 10 seconds when you kill a Rare or Unique Enemy"] = { }, ["Gain Soul Eater during any Flask Effect"] = { }, @@ -8574,9 +8917,9 @@ return { ["Gain a stack of Jade every second"] = { }, ["Gain additional Ailment Threshold equal to #% of maximum Energy Shield"] = { { isScalable = true } }, ["Gain additional Elemental Damage Reduction equal to half your Chaos Resistance"] = { }, - ["Gain additional Stun Threshold equal to #% of Armour on Equipped Items"] = { { isScalable = true } }, + ["Gain additional Stun Threshold equal to #% of Item Armour on Equipped Armour Items"] = { { isScalable = true } }, ["Gain additional Stun Threshold equal to #% of maximum Energy Shield"] = { { isScalable = true } }, - ["Gain additional maximum Life equal to #% of the Energy Shield on Equipped Body Armour"] = { { isScalable = true } }, + ["Gain additional maximum Life equal to #% of the Item Energy Shield on Equipped Body Armour"] = { { isScalable = true } }, ["Gain an Endurance Charge each second while Channelling"] = { }, ["Gain an Endurance Charge every # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Gain an Endurance Charge every 4 seconds while Stationary"] = { }, @@ -8598,6 +8941,7 @@ return { ["Gain an Endurance, Frenzy or Power Charge every 6 seconds"] = { }, ["Gain an Endurance, Frenzy or Power charge when you Block"] = { }, ["Gain an additional Charge when you gain a Charge"] = { }, + ["Gain an additional Charge when you gain a Charge per 10 Tribute"] = { }, ["Gain an additional Endurance Charge when you gain an Endurance Charge"] = { }, ["Gain an additional Frenzy Charge when you gain a Frenzy Charge"] = { }, ["Gain an additional Power Charge when you gain a Power Charge"] = { }, @@ -8633,6 +8977,10 @@ return { ["Gems can be Socketed in this Item ignoring Socket Colour"] = { }, ["General's Cry has # to maximum number of Mirage Warriors"] = { { isScalable = true } }, ["General's Cry has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, + ["Generates #% of Monster Power as Glory for this Skill on Fully Breaking Armour"] = { { isScalable = true } }, + ["Generates #% of Monster Power as Glory for this Skill on Hitting with an Attack"] = { { isScalable = true } }, + ["Generates #% of Monster Power as Glory for\nthis Skill on Heavy Stunning an enemy"] = { { isScalable = true } }, + ["Generates #% of Monster Power as Glory for\nthis Skill on Igniting an enemy"] = { { isScalable = true } }, ["Giant's Blood"] = { }, ["Glacial Cascade gains an additional Burst with # Intelligence from Passives in Radius"] = { { isScalable = true } }, ["Glacial Cascade has # additional Bursts"] = { { isScalable = true } }, @@ -8641,6 +8989,11 @@ return { ["Glacial Hammer deals Cold-only Splash Damage to surrounding targets"] = { }, ["Glacial Hammer has #% chance to Freeze"] = { { isScalable = true } }, ["Glancing Blows"] = { }, + ["Glorifying the defilement of # souls in tribute to Amanamu\nPassives in radius are Conquered by the Abyssals"] = { { isScalable = true } }, + ["Glorifying the defilement of # souls in tribute to Kulemak\nPassives in radius are Conquered by the Abyssals"] = { { isScalable = true } }, + ["Glorifying the defilement of # souls in tribute to Kurgal\nPassives in radius are Conquered by the Abyssals"] = { { isScalable = true } }, + ["Glorifying the defilement of # souls in tribute to Tecrod\nPassives in radius are Conquered by the Abyssals"] = { { isScalable = true } }, + ["Glorifying the defilement of # souls in tribute to Ulaman\nPassives in radius are Conquered by the Abyssals"] = { { isScalable = true } }, ["Glows while in an Area containing a Unique Fish"] = { }, ["Golden Radiance"] = { }, ["Golem Skills have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, @@ -8851,20 +9204,15 @@ return { ["Has # Charm Slot"] = { { isScalable = true } }, ["Has # Charm Slots"] = { { isScalable = true } }, ["Has # Sockets"] = { { isScalable = true } }, - ["Has # White Sockets"] = { { isScalable = true } }, ["Has 1 Abyssal Socket"] = { }, ["Has 1 Socket"] = { }, - ["Has 1 White Socket"] = { }, ["Has Consumed 1 Gem"] = { }, ["Has Elder, Shaper and all Conqueror Influences"] = { }, ["Has an additional Implicit Mod"] = { }, ["Has maximum Quality"] = { }, ["Has no Accuracy Penalty from Range"] = { }, ["Has no Attribute Requirements"] = { }, - ["Has no Blue Sockets"] = { }, ["Has no Energy Shield"] = { }, - ["Has no Green Sockets"] = { }, - ["Has no Red Sockets"] = { }, ["Has no Sockets"] = { }, ["Has one socket of each colour"] = { }, ["Haste has #% increased Aura Effect"] = { { isScalable = true } }, @@ -8883,10 +9231,12 @@ return { ["Hatred has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, ["Hatred has #% reduced Reservation"] = { { isScalable = true, formats = { "negate" } } }, ["Hatred has no Reservation"] = { }, + ["Hazards cannot be triggered for # seconds after being created"] = { { isScalable = true } }, ["Hazards have #% chance to rearm after they are triggered"] = { { isScalable = true } }, ["Hazards rearm after they are triggered"] = { }, ["Heartstopper"] = { }, ["Heavy Strike has a #% chance to deal Double Damage"] = { { isScalable = true } }, + ["Heavy Stuns Enemies that are on Full Life"] = { }, ["Heist Chests Duplicate contained Basic Currency"] = { }, ["Heist Chests Duplicate contained Blighted Maps and Catalysts"] = { }, ["Heist Chests Duplicate contained Breach Splinters"] = { }, @@ -8932,7 +9282,7 @@ return { ["Herald of Agony has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, ["Herald of Agony has #% increased Reservation"] = { { isScalable = true } }, ["Herald of Agony has #% reduced Buff Effect"] = { { isScalable = true, formats = { "negate" } } }, - ["Herald of Agony has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "double" } } }, + ["Herald of Agony has #% reduced Mana Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, ["Herald of Agony has #% reduced Reservation"] = { { isScalable = true, formats = { "negate" } } }, ["Herald of Ash has #% increased Buff Effect"] = { { isScalable = true } }, ["Herald of Ash has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, @@ -9023,9 +9373,11 @@ return { ["Hits that Heavy Stun inflict Fire Exposure"] = { }, ["Hits that Stun Enemies have Culling Strike"] = { }, ["Hits that Stun inflict Bleeding"] = { }, + ["Hits that inflict Bleeding consume Pinned to gain #% increased Magnitude of Bleeding inflicted"] = { { isScalable = true } }, ["Hits treat Enemy Monster Elemental Resistance values as inverted"] = { }, ["Hits with Cleave Fortify"] = { }, ["Hits with Melee Movement Skills have #% chance to Fortify"] = { { isScalable = true } }, + ["Hits with Shield Skills which Heavy Stun enemies break fully Break Armour"] = { }, ["Hits with Vigilant Strike Fortify you and Nearby Allies for # seconds"] = { { isScalable = true } }, ["Hits with this Weapon Freeze Enemies as though dealing #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Hits with this Weapon Freeze Enemies as though dealing #% more Damage"] = { { isScalable = true } }, @@ -9091,7 +9443,6 @@ return { ["If you have Blocked Recently, you and nearby Allies Regenerate #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second_0dp" } } }, ["If you've Attacked Recently, you\nand nearby Allies have #% Chance to Block Attack Damage"] = { { isScalable = true } }, ["If you've Blocked in the past 10 seconds, you\nand nearby Allies cannot be Stunned"] = { }, - ["If you've Cast a Spell Recently, you\nand nearby Allies have #% Chance to Block Spell Damage"] = { { isScalable = true } }, ["If you've Consumed a corpse Recently, you and your Minions have #% increased Area of Effect"] = { { isScalable = true } }, ["If you've Consumed a corpse Recently, you and your Minions have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["If you've Hit an Enemy Recently, you and nearby Allies Regenerate #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second_1dp" } } }, @@ -9100,7 +9451,6 @@ return { ["If you've Warcried Recently, you and nearby allies have #% increased Attack, Cast and Movement Speed"] = { { isScalable = true } }, ["If you've Warcried Recently, you and nearby allies\nhave #% increased Attack Speed"] = { { isScalable = true } }, ["If you've used a Skill Recently, you and nearby Allies have Tailwind"] = { }, - ["Ignite Enemies in Presence as though dealing Fire damage equal to #% of your maximum Life when used"] = { { isScalable = true } }, ["Ignite on Enemies you Kill Spreads to other Enemies within # metres"] = { { isScalable = false, formats = { "divide_by_ten_1dp_if_required" } } }, ["Ignited Enemies Burn #% slower"] = { { isScalable = true } }, ["Ignited Enemies Killed by your Hits are destroyed"] = { }, @@ -9115,6 +9465,7 @@ return { ["Ignore Stuns while using Socketed Attack Skills"] = { }, ["Ignore Warcry Cooldowns"] = { }, ["Ignore all Movement Penalties from Armour"] = { }, + ["Ignore all Movement Penalties from Armour if you have at least 100 Tribute"] = { }, ["Imbalanced Guard"] = { }, ["Immobilise enemies at #% buildup instead of 100%"] = { { isScalable = true } }, ["Immortal Call Grants #% less Elemental Damage taken per Endurance Charge removed"] = { { isScalable = true, formats = { "divide_by_one_hundred_and_negate" } } }, @@ -9125,8 +9476,10 @@ return { ["Immune to Bleeding if Equipped Helmet has higher Armour than Evasion Rating"] = { }, ["Immune to Burning Ground, Shocked Ground and Chilled Ground"] = { }, ["Immune to Chill"] = { }, + ["Immune to Chill if a majority of your Socketed Support Gems are Blue"] = { }, ["Immune to Cold Ailments"] = { }, ["Immune to Cold Damage"] = { }, + ["Immune to Corrupted Blood"] = { }, ["Immune to Curses if Corrupted"] = { }, ["Immune to Curses if you've cast Despair in the past 10 seconds"] = { }, ["Immune to Curses while Channelling"] = { }, @@ -9142,16 +9495,21 @@ return { ["Immune to Fire Damage"] = { }, ["Immune to Freeze"] = { }, ["Immune to Freeze and Chill while Ignited"] = { }, + ["Immune to Freeze and Chill while affected by Ice Archon"] = { }, ["Immune to Freeze while affected by Purity of Ice"] = { }, ["Immune to Hinder"] = { }, ["Immune to Ignite"] = { }, ["Immune to Ignite and Shock"] = { }, + ["Immune to Ignite if a majority of your Socketed Support Gems are Red"] = { }, + ["Immune to Ignite while affected by Flame Archon"] = { }, ["Immune to Ignite while affected by Purity of Fire"] = { }, ["Immune to Maim"] = { }, ["Immune to Poison"] = { }, ["Immune to Poison if Equipped Helmet has higher Evasion Rating than Armour"] = { }, ["Immune to Reflected Damage if you've cast Punishment in the past 10 seconds"] = { }, ["Immune to Shock"] = { }, + ["Immune to Shock if a majority of your Socketed Support Gems are Green"] = { }, + ["Immune to Shock while affected by Lightning Archon"] = { }, ["Immune to Shock while affected by Purity of Lightning"] = { }, ["Immune to Thorns damage"] = { }, ["Immune to Withered"] = { }, @@ -9219,7 +9577,10 @@ return { ["Increases and Reductions to Cold Damage in Radius are Transformed to apply to Physical Damage"] = { }, ["Increases and Reductions to Companion Damage also apply to you"] = { }, ["Increases and Reductions to Damage with Vaal Skills also apply to Non-Vaal Skills"] = { }, + ["Increases and Reductions to Energy Shield Recharge Rate also apply to Deflection Rating"] = { }, + ["Increases and Reductions to Energy Shield Recharge Rate also apply to Deflection Rating at #% of their value"] = { { isScalable = true } }, ["Increases and Reductions to Energy Shield in Radius are Transformed to apply to Armour at 200% of their value"] = { }, + ["Increases and Reductions to Life Regeneration Rate also apply to Mana Regeneration Rate"] = { }, ["Increases and Reductions to Life in Radius are Transformed to apply to Energy Shield"] = { }, ["Increases and Reductions to Life in Radius are Transformed to apply to Mana at 200% of their value"] = { }, ["Increases and Reductions to Light Radius also apply to Accuracy"] = { }, @@ -9252,11 +9613,12 @@ return { ["Infernal Blow Explosion has #% chance to apply Uncharged Debuff on Hit"] = { { isScalable = true } }, ["Infernal Cry has #% increased Area of Effect"] = { { isScalable = true } }, ["Infernal Cry has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, - ["Infinite Projectile Parry Range"] = { }, + ["Infinite Parry Range"] = { }, ["Inflict # Corrupted Blood Debuffs for # second on Block, dealing #% of\nyour maximum Life as Physical damage per second"] = { { isScalable = true }, { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Inflict # Corrupted Blood Debuffs for # seconds on Block, dealing #% of\nyour maximum Life as Physical damage per second"] = { { isScalable = true }, { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Inflict # Grasping Vine on Hit"] = { { isScalable = true } }, ["Inflict # Grasping Vines on Hit"] = { { isScalable = true } }, + ["Inflict Abyssal Wasting on Hit"] = { }, ["Inflict Bleeding on Hit"] = { }, ["Inflict Brittle on Enemies when you Block their Damage"] = { }, ["Inflict Cold Exposure on Hit"] = { }, @@ -9267,19 +9629,22 @@ return { ["Inflict Corrupted Blood for # second on Block, dealing #% of\nyour maximum Life as Physical damage per second"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Inflict Corrupted Blood for # seconds on Block, dealing #% of\nyour maximum Life as Physical damage per second"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } }, { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Inflict Decay on Enemies you Curse with Hex Skills, dealing # Chaos Damage per Second for 8 Seconds"] = { { isScalable = true } }, + ["Inflict Elemental Exposure on Hit"] = { }, + ["Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by #%"] = { { isScalable = true } }, + ["Inflict Elemental Exposure to Enemies 3 metres in front of you\nfor 4 seconds, every 0.25 seconds while raised"] = { }, + ["Inflict Exposure on Hit"] = { }, + ["Inflict Exposure on Hit, lowering Total Elemental Resistances by #%"] = { { isScalable = true } }, ["Inflict Fire Exposure on Hit"] = { }, ["Inflict Fire Exposure on Hit if you have at least 150 Devotion"] = { }, ["Inflict Fire Exposure on Hit if you've cast Flammability in the past 10 seconds"] = { }, ["Inflict Fire Exposure on Hit, lowering Total Fire Resistance by #%"] = { { isScalable = true } }, ["Inflict Fire Exposure on Shocking an Enemy"] = { }, - ["Inflict Fire, Cold and Lightning Exposure on Enemies when you Suppress their Spell Damage"] = { }, ["Inflict Fire, Cold and Lightning Exposure on nearby Enemies when used"] = { }, ["Inflict Fire, Cold, and Lightning Exposure on Hit"] = { }, + ["Inflict Lightning Exposure for # seconds when you Electrocute an Enemy"] = { { isScalable = true } }, ["Inflict Lightning Exposure on Critical Hit"] = { }, - ["Inflict Lightning Exposure on Hit"] = { }, ["Inflict Lightning Exposure on Hit if you have at least 150 Devotion"] = { }, ["Inflict Lightning Exposure on Hit if you've cast Conductivity in the past 10 seconds"] = { }, - ["Inflict Lightning Exposure on Hit, lowering Total Lightning Resistance by #%"] = { { isScalable = true } }, ["Inflict Withered for 2 seconds on Hit"] = { }, ["Inflict Withered for 2 seconds on Hit if you've cast Despair in the past 10 seconds"] = { }, ["Inflict Withered for 2 seconds on Hit with this Weapon"] = { }, @@ -9295,7 +9660,6 @@ return { ["Inflicts Fire Exposure when this Weapon Fully Breaks Armour"] = { }, ["Inflicts a random Curse on you when your Totems die, ignoring Curse limit"] = { }, ["Infusion grants #% of Projectile Damage Gained as Extra of the matching Elemental Damage Type when Consumed"] = { { isScalable = true } }, - ["Infusions Infuse your Projectiles without being Consumed"] = { }, ["Inherent Attack Speed bonus from Dual Wielding is doubled while wielding two Claws"] = { }, ["Inherent Rage Loss starts # seconds later"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Inherent Rage Loss starts 1 second later"] = { }, @@ -9305,8 +9669,12 @@ return { ["Inherent bonuses gained from Attributes are doubled"] = { }, ["Inherent effects from having Rage are Doubled"] = { }, ["Inherent effects from having Rage are Tripled"] = { }, + ["Inherent loss of Heat is #% faster"] = { { isScalable = true } }, + ["Inherent loss of Heat is #% slower"] = { { isScalable = true, formats = { "negate" } } }, ["Inherent loss of Rage is #% faster"] = { { isScalable = true } }, + ["Inherent loss of Rage is #% faster per 10 Tribute"] = { { isScalable = true } }, ["Inherent loss of Rage is #% slower"] = { { isScalable = true, formats = { "negate" } } }, + ["Inherent loss of Rage is #% slower per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Inner Conviction"] = { }, ["Instant Recovery"] = { }, ["Instant Recovery when on Low Life"] = { }, @@ -9314,7 +9682,6 @@ return { ["Insufficient Mana doesn't prevent your Melee Attacks"] = { }, ["Intelligence from Passives in Radius is Transformed to Dexterity"] = { }, ["Intelligence from Passives in Radius is Transformed to Strength"] = { }, - ["Intelligence is added to Accuracy Rating with Wands"] = { }, ["Intimidate Enemies for 4 seconds on Block while holding a Shield"] = { }, ["Intimidate Enemies for 4 seconds on Hit"] = { }, ["Intimidate Enemies for 4 seconds on Hit with Attacks"] = { }, @@ -9332,6 +9699,15 @@ return { ["Invasion Bosses drop an additional Vaal Orb"] = { }, ["Invasion Bosses have #% less Quantity and Rarity of dropped Items"] = { { isScalable = true, formats = { "negate" } } }, ["Invasion Bosses have #% more Quantity and Rarity of dropped Items"] = { { isScalable = true } }, + ["Invocated Spells deal #% increased Damage"] = { { isScalable = true } }, + ["Invocated Spells deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Invocated Spells have #% chance to consume half as much Energy"] = { { isScalable = true } }, + ["Invocated Spells have #% increased Critical Hit Chance"] = { { isScalable = true } }, + ["Invocated Spells have #% reduced Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, + ["Invocated skills have #% increased Maximum Energy"] = { { isScalable = true } }, + ["Invocated skills have #% reduced Maximum Energy"] = { { isScalable = true, formats = { "negate" } } }, + ["Invocation Spells have #% increased Critical Damage Bonus"] = { { isScalable = true } }, + ["Invocation Spells have #% reduced Critical Damage Bonus"] = { { isScalable = true, formats = { "negate" } } }, ["Iron Grip"] = { }, ["Iron Reflexes"] = { }, ["Iron Reflexes while stationary"] = { }, @@ -9446,8 +9822,10 @@ return { ["Leech Energy Shield #% faster"] = { { isScalable = true } }, ["Leech Energy Shield #% slower"] = { { isScalable = true, formats = { "negate" } } }, ["Leech Life #% faster"] = { { isScalable = true } }, + ["Leech Life #% faster if you have at least 100 Tribute"] = { { isScalable = true } }, ["Leech Life #% faster per Corrupted Item Equipped"] = { { isScalable = true } }, ["Leech Life #% slower"] = { { isScalable = true, formats = { "negate" } } }, + ["Leech Life #% slower if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Leech Life #% slower per Corrupted Item Equipped"] = { { isScalable = true, formats = { "negate" } } }, ["Leech Mana #% faster"] = { { isScalable = true } }, ["Leech Mana #% faster per Corrupted Item Equipped"] = { { isScalable = true } }, @@ -9479,19 +9857,16 @@ return { ["Left ring slot: You and your Minions take #% increased Reflected Elemental Damage"] = { { isScalable = true } }, ["Left ring slot: You and your Minions take #% reduced Reflected Elemental Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Left ring slot: You cannot Recharge or Regenerate Energy Shield"] = { }, - ["Leftmost # Magic Utility Flask constantly applies its Flask Effect to you"] = { { isScalable = true } }, - ["Leftmost # Magic Utility Flasks constantly apply their Flask Effects to you"] = { { isScalable = true } }, ["Legion Monsters have #% less Life"] = { { isScalable = true, formats = { "negate" } } }, ["Legion Monsters have #% more Life"] = { { isScalable = true } }, ["Life Flask Effects are not removed when Unreserved Life is Filled\nLife Flask Effects do not Queue"] = { }, ["Life Flasks also recover Mana\nMana Flasks also recover Life"] = { }, + ["Life Flasks applied to you grant Guard for 4 seconds equal to #% of the Life Recovery per Second they apply"] = { { isScalable = true } }, ["Life Flasks do not Recover Life"] = { }, ["Life Flasks do not recover Life"] = { }, ["Life Flasks gain # Charge every 3 seconds"] = { { isScalable = true } }, - ["Life Flasks gain # Charge when you Suppress Spell Damage"] = { { isScalable = true } }, ["Life Flasks gain # Charges every 3 seconds"] = { { isScalable = true } }, ["Life Flasks gain # Charges every 3 seconds if you haven't used a Life Flask Recently"] = { { isScalable = true } }, - ["Life Flasks gain # Charges when you Suppress Spell Damage"] = { { isScalable = true } }, ["Life Flasks gain # Charges when you hit your Marked Enemy, no more than once every 0.5 seconds"] = { { isScalable = true } }, ["Life Flasks gain # charges per Second"] = { { isScalable = true, formats = { "per_minute_to_per_second_2dp_if_required" } } }, ["Life Flasks gain a Charge when you hit an Enemy, no more than once each second"] = { }, @@ -9506,6 +9881,7 @@ return { ["Life Leech is instant during Effect"] = { }, ["Life Leech recovers based on your Chaos damage instead of Physical damage"] = { }, ["Life Leech recovers based on your Elemental damage as well as Physical damage"] = { }, + ["Life Leeched from Empowered Attacks is Instant"] = { }, ["Life Recharges"] = { }, ["Life Recoup Effects instead occur over 3 seconds"] = { }, ["Life Recoup Recovers Energy Shield instead"] = { }, @@ -9535,8 +9911,8 @@ return { ["Lightning Conduit has #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance"] = { }, ["Lightning Damage from Hits also Contributes to Chill Magnitude"] = { }, + ["Lightning Damage from Hits also Contributes to Flammability and Ignite Magnitudes"] = { }, ["Lightning Damage from Hits also Contributes to Freeze Buildup"] = { }, - ["Lightning Damage from Hits also Contributes to Ignite Chance and Magnitude"] = { }, ["Lightning Damage from Hits also Contributes to Poison Magntiude"] = { }, ["Lightning Damage from Hits does not contribute to Shock Chance"] = { }, ["Lightning Damage of Enemies Hitting you is Lucky"] = { }, @@ -9643,15 +10019,18 @@ return { ["Lose #% of maximum Energy Shield when you deal a Critical Hit"] = { { isScalable = true } }, ["Lose #% of maximum Life and Energy Shield when you use a Chaos Skill"] = { { isScalable = true } }, ["Lose #% of maximum Life on Kill"] = { { isScalable = true } }, + ["Lose #% of maximum Life on Kill per 50 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Lose #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Lose #% of maximum Life per second if you have been Hit Recently"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, - ["Lose #% of maximum Life when you Suppress Spell Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Lose #% of maximum Life when you Block"] = { { isScalable = true, formats = { "negate" } } }, ["Lose #% of maximum Life when you deal a Critical Hit"] = { { isScalable = true } }, ["Lose #% of maximum Mana on Kill"] = { { isScalable = true, formats = { "negate" } } }, + ["Lose #% of maximum Mana on Kill per 50 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Lose #% of maximum Mana per Second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Lose #% of maximum Mana when you Shock an Enemy"] = { { isScalable = true } }, ["Lose #% of maximum Mana when you use an Attack Skill"] = { { isScalable = true } }, ["Lose #% of your maximum Energy Shield when you Block"] = { { isScalable = true } }, + ["Lose #% of your maximum Mana when you Block"] = { { isScalable = true, formats = { "negate" } } }, ["Lose Adrenaline when you cease to be Flame-Touched"] = { }, ["Lose Blood from Blood Crucible #% faster"] = { { isScalable = false } }, ["Lose Blood from Blood Crucible #% slower"] = { { isScalable = false, formats = { "negate" } } }, @@ -9683,8 +10062,6 @@ return { ["Magic Monsters in this Area Regenerate #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Magic Monsters take #% increased Damage"] = { { isScalable = true } }, ["Magic Monsters take #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Magic Utility Flask Effects cannot be removed"] = { }, - ["Magic Utility Flasks cannot be Used"] = { }, ["Maim on Critical Hit"] = { }, ["Maim on Hit"] = { }, ["Malevolence has #% increased Aura Effect"] = { { isScalable = true } }, @@ -9740,10 +10117,10 @@ return { ["Map owner gains #% more Sulphite"] = { { isScalable = true } }, ["Maps absorb #% more Corruption"] = { { isScalable = true } }, ["Maps found in Area are Corrupted with 8 Modifiers"] = { }, - ["Mark Skills have #% increased Cast Speed"] = { { isScalable = true } }, ["Mark Skills have #% increased Skill Effect Duration"] = { { isScalable = true } }, - ["Mark Skills have #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["Mark Skills have #% increased Use Speed"] = { { isScalable = true } }, ["Mark Skills have #% reduced Skill Effect Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["Mark Skills have #% reduced Use Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Marked Enemy cannot Regenerate Life"] = { }, ["Marked Enemy grants #% increased Flask Charges to you"] = { { isScalable = true } }, ["Marked Enemy grants #% reduced Flask Charges to you"] = { { isScalable = true, formats = { "negate" } } }, @@ -9764,7 +10141,7 @@ return { ["Maximum Critical Hit Chance is 50%"] = { }, ["Maximum Energy Shield is zero"] = { }, ["Maximum Life of Summoned Elemental Golems is Doubled"] = { }, - ["Maximum Mana is replaced by Maximum Infernal Flame\nGain Infernal Flame instead of spending Mana for Skill costs"] = { }, + ["Maximum Mana is replaced by twice as much Maximum Infernal Flame\nGain Infernal Flame instead of spending Mana for Skill costs"] = { }, ["Maximum Physical Damage Reduction is 50%"] = { }, ["Maximum Power Charges is 0"] = { }, ["Maximum Quality is #%"] = { { isScalable = true } }, @@ -9773,8 +10150,11 @@ return { ["Maximum number of Summoned Raging Spirits is 3"] = { }, ["Maximum of # Empowered Attack"] = { { isScalable = true } }, ["Maximum of # Empowered Attacks"] = { { isScalable = true } }, + ["Melee Attack Skills have # to maximum number of Summoned Totems"] = { { isScalable = true } }, ["Melee Attacks Poison on Hit"] = { }, ["Melee Attacks cause Bleeding"] = { }, + ["Melee Attacks fire # additional Projectiles"] = { { isScalable = true } }, + ["Melee Attacks fire an additional Projectile"] = { }, ["Melee Attacks have #% chance to Poison on Hit"] = { { isScalable = true } }, ["Melee Attacks have #% chance to cause Bleeding"] = { { isScalable = true } }, ["Melee Critical Hits Poison the Enemy"] = { }, @@ -9799,9 +10179,13 @@ return { ["Memories placed on this location can be run an additional time before Decaying"] = { }, ["Mercury Footprints"] = { }, ["Meta Skills gain #% increased Energy"] = { { isScalable = true } }, + ["Meta Skills gain #% increased Energy if you've dealt a Critical Hit Recently"] = { { isScalable = true } }, ["Meta Skills gain #% less Energy"] = { { isScalable = true, formats = { "negate" } } }, ["Meta Skills gain #% more Energy"] = { { isScalable = true } }, ["Meta Skills gain #% reduced Energy"] = { { isScalable = true, formats = { "negate" } } }, + ["Meta Skills gain #% reduced Energy if you've dealt a Critical Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["Meta Skills have #% increased Reservation Efficiency"] = { { isScalable = true } }, + ["Meta Skills have #% reduced Reservation Efficiency"] = { { isScalable = true, formats = { "negate" } } }, ["Metamorph Boss Organs found in Area always have at least # rewards"] = { { isScalable = true } }, ["Metamorph Boss Organs found in Area always have at least 1 reward"] = { }, ["Metamorph Boss Organs found in Area construct more difficult Metamorph Bosses"] = { }, @@ -9828,6 +10212,7 @@ return { ["Minion Life is increased by their Overcapped Fire Resistance"] = { }, ["Minions Attacks Overwhelm #% Physical Damage Reduction"] = { { isScalable = true } }, ["Minions Blind on Hit with Attacks"] = { }, + ["Minions Break Armour equal to #% of Physical damage dealt"] = { { isScalable = true } }, ["Minions Convert #% of their Maximum Life to Maximum Energy\nShield per 1% Chaos Resistance they have"] = { { isScalable = true } }, ["Minions Hinder Enemies on Hit with Spells"] = { }, ["Minions Intimidate Enemies for 4 seconds on Hit"] = { }, @@ -9845,17 +10230,20 @@ return { ["Minions Regenerate #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Minions Revive #% faster"] = { { isScalable = true } }, ["Minions Revive #% faster if all your Minions are Companions"] = { { isScalable = true } }, + ["Minions Revive #% faster if you have at least 100 Tribute"] = { { isScalable = true } }, ["Minions Revive #% slower"] = { { isScalable = true, formats = { "negate" } } }, ["Minions Revive #% slower if all your Minions are Companions"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions Revive #% slower if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Minions Taunt on Hit with Attacks"] = { }, - ["Minions always Freeze, Shock and Ignite"] = { }, ["Minions are Aggressive"] = { }, ["Minions are Created with maximum Frenzy Charges"] = { }, ["Minions can hear the whispers for # seconds after they deal a Critical Hit"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Minions can't be Damaged for # second after being Summoned"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Minions can't be Damaged for # seconds after being Summoned"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, + ["Minions cannot Die while affected by a Life Flask"] = { }, ["Minions cannot Taunt Enemies"] = { }, ["Minions cannot be Blinded"] = { }, + ["Minions cause #% increased Stun Buildup"] = { { isScalable = true } }, ["Minions cause Bleeding with Attacks"] = { }, ["Minions convert #% of Physical Damage to Chaos Damage"] = { { isScalable = true } }, ["Minions convert #% of Physical Damage to Cold Damage"] = { { isScalable = true } }, @@ -9878,21 +10266,28 @@ return { ["Minions deal #% increased Damage per 5 Dexterity"] = { { isScalable = true } }, ["Minions deal #% increased Damage while you are affected by a Herald"] = { { isScalable = true } }, ["Minions deal #% increased Damage with Command Skills"] = { { isScalable = true } }, + ["Minions deal #% increased Damage with Command Skills for each different type of Persistent Minion in your Presence"] = { { isScalable = true } }, ["Minions deal #% increased Damage with Hits against Abyssal Monsters"] = { { isScalable = true } }, ["Minions deal #% increased Damage with Hits against Ignited Enemies"] = { { isScalable = true } }, ["Minions deal #% increased Melee Damage"] = { { isScalable = true } }, + ["Minions deal #% increased damage per 10 Tribute"] = { { isScalable = true } }, ["Minions deal #% of your Life as additional Cold Damage with Attacks"] = { { isScalable = true } }, ["Minions deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage if you've Hit Recently"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage if you've used a Minion Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage per 5 Dexterity"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage while you are affected by a Herald"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions deal #% reduced Damage with Command Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions deal #% reduced Damage with Command Skills for each different type of Persistent Minion in your Presence"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage with Hits against Abyssal Monsters"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Damage with Hits against Ignited Enemies"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal #% reduced Melee Damage"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions deal #% reduced damage per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Minions deal no Non-Cold Damage"] = { }, ["Minions from this skill convert #% of Physical Damage to Fire Damage"] = { { isScalable = true } }, ["Minions from this skill have 1% increased Accuracy Rating\nper # of your Dexterity"] = { { isScalable = true } }, + ["Minions from this skill have 1% increased Area of Effect\nper # of your Dexterity"] = { { isScalable = true } }, + ["Minions from this skill have 1% increased Attack Speed\nper # of your Dexterity"] = { { isScalable = true } }, ["Minions from this skill have 1% increased Damage\nper # of your Strength"] = { { isScalable = true } }, ["Minions gain #% of Physical Damage as Chaos Damage"] = { { isScalable = true } }, ["Minions gain #% of their Physical Damage as Extra Cold Damage"] = { { isScalable = true } }, @@ -9907,20 +10302,16 @@ return { ["Minions have # to Armour"] = { { isScalable = true } }, ["Minions have # to Minimum Power Charges"] = { { isScalable = true } }, ["Minions have #% Chance to Block Attack Damage"] = { { isScalable = true } }, - ["Minions have #% Chance to Block Spell Damage"] = { { isScalable = true } }, ["Minions have #% additional Physical Damage Reduction"] = { { isScalable = true } }, ["Minions have #% chance to Blind Enemies on hit"] = { { isScalable = true } }, ["Minions have #% chance to Blind on Hit with Attacks"] = { { isScalable = true } }, ["Minions have #% chance to Freeze"] = { { isScalable = true } }, - ["Minions have #% chance to Freeze, Shock and Ignite"] = { { isScalable = true } }, ["Minions have #% chance to Hinder Enemies on Hit with Spells"] = { { isScalable = true } }, - ["Minions have #% chance to Ignite"] = { { isScalable = true } }, ["Minions have #% chance to Intimidate Enemies for 4 seconds on Hit"] = { { isScalable = true } }, ["Minions have #% chance to Knock Enemies Back on Hit with Attacks"] = { { isScalable = true } }, ["Minions have #% chance to Maim Enemies on Hit with Attacks"] = { { isScalable = true } }, ["Minions have #% chance to Poison Enemies on Hit"] = { { isScalable = true } }, ["Minions have #% chance to Shock"] = { { isScalable = true } }, - ["Minions have #% chance to Suppress Spell Damage"] = { { isScalable = true } }, ["Minions have #% chance to Taunt on Hit with Attacks"] = { { isScalable = true } }, ["Minions have #% chance to cause Bleeding with Attacks"] = { { isScalable = true } }, ["Minions have #% chance to deal Double Damage"] = { { isScalable = true } }, @@ -9934,9 +10325,12 @@ return { ["Minions have #% increased Attack Speed"] = { { isScalable = true } }, ["Minions have #% increased Attack and Cast Speed"] = { { isScalable = true } }, ["Minions have #% increased Attack and Cast Speed if you or your Minions have Killed Recently"] = { { isScalable = true } }, + ["Minions have #% increased Attack and Cast Speed per 50 Tribute"] = { { isScalable = true } }, ["Minions have #% increased Attack and Cast Speed while you are affected by a Herald"] = { { isScalable = true } }, ["Minions have #% increased Cast Speed"] = { { isScalable = true } }, ["Minions have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, + ["Minions have #% increased Cooldown Recovery Rate for Command Skills"] = { { isScalable = true } }, + ["Minions have #% increased Cooldown Recovery Rate per 10 Tribute"] = { { isScalable = true } }, ["Minions have #% increased Critical Damage Bonus"] = { { isScalable = true } }, ["Minions have #% increased Critical Hit Chance"] = { { isScalable = true } }, ["Minions have #% increased Critical Hit Chance per Maximum Power Charge you have"] = { { isScalable = true } }, @@ -9962,9 +10356,12 @@ return { ["Minions have #% reduced Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Attack and Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Attack and Cast Speed if you or your Minions have Killed Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions have #% reduced Attack and Cast Speed per 50 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Attack and Cast Speed while you are affected by a Herald"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions have #% reduced Cooldown Recovery Rate for Command Skills"] = { { isScalable = true, formats = { "negate" } } }, + ["Minions have #% reduced Cooldown Recovery Rate per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Critical Hit Chance per Maximum Power Charge you have"] = { { isScalable = true, formats = { "negate" } } }, ["Minions have #% reduced Enemy Stun Threshold"] = { { isScalable = true } }, @@ -9989,12 +10386,17 @@ return { ["Minions have #% to Damage over Time Multiplier per\nGhastly Eye Jewel affecting you, up to a maximum of +30%"] = { { isScalable = true } }, ["Minions have #% to Fire Resistance"] = { { isScalable = true } }, ["Minions have #% to Lightning Resistance"] = { { isScalable = true } }, + ["Minions have #% to Maximum Cold Resistances"] = { { isScalable = true } }, + ["Minions have #% to Maximum Fire Resistances"] = { { isScalable = true } }, + ["Minions have #% to Maximum Lightning Resistances"] = { { isScalable = true } }, ["Minions have #% to all Elemental Resistances"] = { { isScalable = true } }, ["Minions have #% to all Maximum Elemental Resistances"] = { { isScalable = true } }, ["Minions have +30% to all Elemental Resistances"] = { }, ["Minions have Unholy Might"] = { }, ["Minions have a #% chance to Impale on Hit with Attacks"] = { { isScalable = true } }, ["Minions in Presence lose Life when you lose Life\nMinions in Presence gain Life when you gain Life"] = { }, + ["Minions lose #% Life per 10 Tribute you have when following Commands"] = { { isScalable = true } }, + ["Minions lose #% Life per 10 Tribute you have when following Commands per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Minions never deal Critical Hits"] = { }, ["Minions recover # Life when they Block"] = { { isScalable = true } }, ["Minions recover #% of maximum Life on Hit"] = { { isScalable = true } }, @@ -10036,7 +10438,6 @@ return { ["Mirror Arrow has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Modifiers to Attributes instead apply to Omniscience"] = { }, ["Modifiers to Chance to Avoid being Shocked apply to all Elemental Ailments"] = { }, - ["Modifiers to Chance to Suppress Spell Damage also apply to Chance to Avoid Elemental Ailments at #% of their Value"] = { { isScalable = true } }, ["Modifiers to Claw Attack Speed also apply to Unarmed Attack Speed with Melee Skills"] = { }, ["Modifiers to Claw Critical Hit Chance also apply to Unarmed Critical Hit Chance with Melee Skills"] = { }, ["Modifiers to Claw Damage also apply to Unarmed Attack Damage with Melee Skills"] = { }, @@ -10058,6 +10459,7 @@ return { ["Modifiers to Projectile Damage apply to this Skill's Damage Over Time effect"] = { }, ["Modifiers to Spell Damage also apply to Attack Damage"] = { }, ["Modifiers to Spell Damage apply to this Skill's Damage Over Time effect"] = { }, + ["Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry"] = { }, ["Modifiers to Totem Life also affects Minions from this Skill"] = { }, ["Modifiers to number of Projectiles do not apply to Fireball and Rolling Magma"] = { }, ["Modifiers to number of Projectiles instead apply\nto the number of targets Projectiles Split towards"] = { }, @@ -10108,7 +10510,6 @@ return { ["Monsters are Revived as Allies on Kill"] = { }, ["Monsters are Unaffected by Curses"] = { }, ["Monsters are Unaffected by Shock"] = { }, - ["Monsters cannot Block your Attacks"] = { }, ["Monsters cannot be Stunned"] = { }, ["Monsters cannot be Taunted"] = { }, ["Monsters contained in Strongboxes deal #% increased Damage"] = { { isScalable = true } }, @@ -10127,6 +10528,7 @@ return { ["Monsters drop no items"] = { }, ["Monsters drop other items instead of Equipment"] = { }, ["Monsters fire # additional Projectiles"] = { { isScalable = true } }, + ["Monsters from Abysses have increased Difficulty and Reward for each closed Pit in that Abyss"] = { }, ["Monsters from Beyond have #% less Quantity and Rarity of Dropped Items"] = { { isScalable = true, formats = { "negate" } } }, ["Monsters from Beyond have #% more Quantity and Rarity of Dropped Items"] = { { isScalable = true } }, ["Monsters gain # Endurance Charge every 20 seconds"] = { { isScalable = true } }, @@ -10159,24 +10561,22 @@ return { ["Monsters grant #% reduced Experience"] = { { isScalable = true, formats = { "negate" } } }, ["Monsters guarding Shrines are Magic"] = { }, ["Monsters have #% Chance to Block Attack Damage"] = { { isScalable = true } }, - ["Monsters have #% Chance to Block Spell Damage"] = { { isScalable = true } }, ["Monsters have #% chance to Avoid Ailments"] = { { isScalable = true } }, ["Monsters have #% chance to Avoid Elemental Ailments"] = { { isScalable = true } }, ["Monsters have #% chance to Avoid being Chilled or Frozen"] = { { isScalable = true } }, ["Monsters have #% chance to Avoid being Ignited"] = { { isScalable = true } }, ["Monsters have #% chance to Avoid being Shocked"] = { { isScalable = true } }, - ["Monsters have #% chance to Bleeding on Hit"] = { { isScalable = true } }, ["Monsters have #% chance to Blind on Hit"] = { { isScalable = true } }, ["Monsters have #% chance to Duplicate dropped Rogue's Marker"] = { { isScalable = true } }, ["Monsters have #% chance to Hinder on Hit with Spells"] = { { isScalable = true } }, ["Monsters have #% chance to Impale with Attacks"] = { { isScalable = true } }, ["Monsters have #% chance to Maim on Hit with Attacks"] = { { isScalable = true } }, ["Monsters have #% chance to Poison on Hit"] = { { isScalable = true } }, - ["Monsters have #% chance to Suppress Spell Damage"] = { { isScalable = true } }, ["Monsters have #% chance to drop a Fossil"] = { { isScalable = true } }, ["Monsters have #% chance to gain a Frenzy Charge on Hit"] = { { isScalable = true } }, ["Monsters have #% chance to gain a Power Charge on Hit"] = { { isScalable = true } }, ["Monsters have #% chance to gain an Endurance Charge on Hit"] = { { isScalable = true } }, + ["Monsters have #% chance to inflict Bleeding on Hit"] = { { isScalable = true } }, ["Monsters have #% chance to inflict Brittle"] = { { isScalable = true } }, ["Monsters have #% chance to inflict Sapped"] = { { isScalable = true } }, ["Monsters have #% chance to inflict Scorch"] = { { isScalable = true } }, @@ -10195,7 +10595,6 @@ return { ["Monsters have #% increased Defences"] = { { isScalable = true } }, ["Monsters have #% increased Freeze Buildup"] = { { isScalable = true } }, ["Monsters have #% increased Freeze Duration"] = { { isScalable = true } }, - ["Monsters have #% increased Ignite Chance"] = { { isScalable = true } }, ["Monsters have #% increased Ignite Duration"] = { { isScalable = true } }, ["Monsters have #% increased Poison Duration"] = { { isScalable = true } }, ["Monsters have #% increased Shock Chance"] = { { isScalable = true } }, @@ -10220,7 +10619,6 @@ return { ["Monsters have #% reduced chance of having Rewards"] = { { isScalable = true } }, ["Monsters have #% reduced chance to spawn a Beyond Portal"] = { { isScalable = true, formats = { "negate" } } }, ["Monsters have #% to all maximum Elemental Resistances"] = { { isScalable = true } }, - ["Monsters have #% to amount of Suppressed Spell Damage Prevented"] = { { isScalable = true } }, ["Monsters have Onslaught"] = { }, ["Monsters have a #% chance to avoid Poison, Impale, and Bleeding"] = { { isScalable = true } }, ["Monsters have a #% chance to cause Elemental Ailments on Hit"] = { { isScalable = true } }, @@ -10233,6 +10631,9 @@ return { ["Monsters in Nightmare have #% more Maximum Life"] = { { isScalable = false } }, ["Monsters in Nightmare take #% less Damage"] = { { isScalable = false, formats = { "negate" } } }, ["Monsters in Nightmare take #% more Damage"] = { { isScalable = false } }, + ["Monsters inflict # Grasping Vine on Hit"] = { { isScalable = true } }, + ["Monsters inflict # Grasping Vines on Hit"] = { { isScalable = true } }, + ["Monsters inflict #% increased Flammability Magnitude"] = { { isScalable = true } }, ["Monsters inflict Brittle"] = { }, ["Monsters inflict Impale with Attacks"] = { }, ["Monsters inflict Sapped"] = { }, @@ -10240,8 +10641,6 @@ return { ["Monsters inflict a random Hex on Hit"] = { }, ["Monsters initially carrying a Talisman drop # additional Rare Items"] = { { isScalable = true } }, ["Monsters initially carrying a Talisman drop an additional Rare Item"] = { }, - ["Monsters near Shrines are Chilled"] = { }, - ["Monsters prevent #% of Suppressed Spell Damage"] = { { isScalable = true } }, ["Monsters reflect #% of Elemental Damage"] = { { isScalable = true } }, ["Monsters reflect #% of Physical Damage"] = { { isScalable = true } }, ["Monsters remove #% of Mana on hit"] = { { isScalable = true } }, @@ -10264,12 +10663,10 @@ return { ["Monsters' Action Speed cannot be modified to below base value"] = { }, ["Monsters' Attack Hits inflict Bleeding"] = { }, ["Monsters' Hits always Freeze"] = { }, - ["Monsters' Hits always Ignite"] = { }, ["Monsters' Hits always Shock"] = { }, ["Monsters' Hits are always Critical Hits"] = { }, ["Monsters' Hits can't be Evaded"] = { }, ["Monsters' Hits have #% chance to Freeze"] = { { isScalable = true } }, - ["Monsters' Hits have #% chance to Ignite"] = { { isScalable = true } }, ["Monsters' Hits have #% chance to Shock"] = { { isScalable = true } }, ["Monsters' Melee Attacks apply random Hexes on Hit"] = { }, ["Monsters' Projectiles always Pierce"] = { }, @@ -10281,6 +10678,11 @@ return { ["Movement Speed cannot be modified to below base value"] = { }, ["Moving while Bleeding doesn't cause Minions to take extra damage"] = { }, ["Moving while Bleeding doesn't cause you to take extra damage"] = { }, + ["Natural Monster Packs in Area are in a Union of Souls"] = { }, + ["Natural Rare Monsters in Area Eat the Souls of slain Monsters in their Presence"] = { }, + ["Natural Rare Monsters in Area are in a Union of Souls with the Map Boss"] = { }, + ["Natural Rare Monsters in Area have # extra Abyssal Modifier"] = { { isScalable = true } }, + ["Natural Rare Monsters in Area have # extra Abyssal Modifiers"] = { { isScalable = true } }, ["Natural inhabitants of this area have been removed"] = { }, ["Nearby Allies count as having Fortification equal to yours"] = { }, ["Nearby Allies gain #% increased Mana Regeneration Rate"] = { { isScalable = false } }, @@ -10354,9 +10756,9 @@ return { ["Nemesis Monsters drop # additional Basic Currency Item"] = { { isScalable = true } }, ["Nemesis Monsters drop # additional Basic Currency Items"] = { { isScalable = true } }, ["Never deal Critical Hits"] = { }, - ["No Chance to Deflect"] = { }, ["No Dexterity Requirement"] = { }, ["No Inherent loss of Rage"] = { }, + ["No Inherent loss of Rage during effect"] = { }, ["No Intelligence Requirement"] = { }, ["No Movement Speed Penalty while Shield is Raised"] = { }, ["No Physical Damage"] = { }, @@ -10378,8 +10780,6 @@ return { ["Non-Channelling Skills have # to Total Life Cost"] = { { isScalable = true } }, ["Non-Channelling Skills have # to Total Mana Cost"] = { { isScalable = true } }, ["Non-Channelling Skills have # to Total Mana Cost while affected by Clarity"] = { { isScalable = true } }, - ["Non-Channelling Spells consume a Power Charge if able to deal #% less Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Non-Channelling Spells consume a Power Charge if able to deal #% more Damage"] = { { isScalable = true } }, ["Non-Channelling Spells cost Double Mana and Critically Hit"] = { }, ["Non-Channelling Spells cost an additional #% of maximum Energy Shield"] = { { isScalable = true } }, ["Non-Channelling Spells cost an additional #% of your maximum Life"] = { { isScalable = true } }, @@ -10397,10 +10797,13 @@ return { ["Non-Curse Aura Skills have #% increased Duration"] = { { isScalable = true } }, ["Non-Curse Aura Skills have #% reduced Duration"] = { { isScalable = true, formats = { "negate" } } }, ["Non-Cursed Enemies you inflict Non-Aura Curses on are Blinded for 4 seconds"] = { }, + ["Non-Cursed enemies you Curse have # Withered stacks inflicted on them"] = { { isScalable = true } }, ["Non-Damaging Ailments Cannot Be inflicted on you while you already have one"] = { }, ["Non-Damaging Ailments have #% increased effect on you while you have Arcane Surge"] = { { isScalable = true } }, ["Non-Damaging Ailments have #% reduced effect on you while you have Arcane Surge"] = { { isScalable = true, formats = { "negate" } } }, ["Non-Damaging Ailments other than Freeze you inflict are reflected back to you"] = { }, + ["Non-Instant skills with Cooldowns have # Cooldown Use if you have at least 100 Tribute"] = { { isScalable = true } }, + ["Non-Instant skills with Cooldowns have # Cooldown Uses if you have at least 100 Tribute"] = { { isScalable = true } }, ["Non-Projectile Chaining Lightning Skills Chain # times"] = { { isScalable = true } }, ["Non-Travel Attack Skills Repeat # additional Times"] = { { isScalable = true } }, ["Non-Travel Attack Skills Repeat an additional Time"] = { }, @@ -10432,10 +10835,14 @@ return { ["Number of Perandus Coins dropped in this Area is Doubled"] = { }, ["Oasis"] = { }, ["Off Hand Accuracy is equal to Main Hand Accuracy while wielding a Sword"] = { }, + ["Off Hand attacks have Added Attack Damage equal to #% of the Damage of your Main Hand Weapon"] = { { isScalable = true } }, ["Offering Skills have #% increased Area of Effect"] = { { isScalable = true } }, + ["Offering Skills have #% increased Buff effect"] = { { isScalable = true } }, ["Offering Skills have #% increased Duration"] = { { isScalable = true } }, ["Offering Skills have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, + ["Offering Skills have #% reduced Buff effect"] = { { isScalable = true, formats = { "negate" } } }, ["Offering Skills have #% reduced Duration"] = { { isScalable = true, formats = { "negate" } } }, + ["Offerings cannot be damaged if they have been created Recently"] = { }, ["Offerings have #% increased Maximum Life"] = { { isScalable = true } }, ["Offerings have #% reduced Maximum Life"] = { { isScalable = true, formats = { "negate" } } }, ["Often Shift into Nightmare on Killing a Rare or Unique Enemy"] = { }, @@ -10443,9 +10850,11 @@ return { ["Oils found in Area have #% chance to be 1 tier higher"] = { { isScalable = true } }, ["On Corruption, Item gains two Enchantments"] = { }, ["On Freezing Enemies create Chilled Ground"] = { }, + ["On Heavy Stunning a Rare or Unique Enemy, your next Attack within # seconds will be Ancestrally Boosted"] = { { isScalable = true } }, ["On Hitting an enemy, gains maximum added Lightning damage equal to\nthe enemy's Power for 6 seconds, up to a total of #"] = { { isScalable = true } }, - ["On dealing Elemental Damage with an Attack Hit gain # Resonance of the highest Elemental Damage type and lose # Resonance of the other types"] = { { isScalable = true }, { isScalable = true } }, + ["On dealing Elemental Damage with a Hit, gain # Resonance of the highest Elemental Damage type and lose # Resonance of the other types"] = { { isScalable = true }, { isScalable = true } }, ["On-Kill Effects happen twice"] = { }, + ["One Conquered Notable Passive Skill becomes #"] = { { isScalable = false, formats = { "passive_hash" } } }, ["Only Shift into and out of Nightmare randomly"] = { }, ["Only affects Passives in Large Ring"] = { }, ["Only affects Passives in Massive Ring"] = { }, @@ -10458,6 +10867,7 @@ return { ["Only applies Hexes from Curse Skill Gems requiring Level # or lower"] = { { isScalable = true } }, ["Only shift into Nightmare on reaching maximum Blood\nLose Blood from Blood Crucible 90% slower\nLose 0.4% of Blood on Killing a Scourge Monster\nLose all Blood when you shift out of Nightmare"] = { }, ["Onslaught"] = { }, + ["Orb Skills have # to Limit"] = { { isScalable = true } }, ["Orb of Storms deals #% increased Damage"] = { { isScalable = true } }, ["Orb of Storms deasl #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Orb of Storms has #% increased Cast Speed"] = { { isScalable = true } }, @@ -10472,11 +10882,9 @@ return { ["Passive Skills in Radius also grant: #% increased Unarmed Attack Speed with Melee Skills"] = { { isScalable = true } }, ["Passive Skills in Radius also grant: #% reduced Unarmed Attack Speed with Melee Skills"] = { { isScalable = true } }, ["Passive Skills in Radius also grant: Traps and Mines deal # to # added Physical Damage"] = { { isScalable = true }, { isScalable = true } }, - ["Passives granting Cold Resistance or all Elemental Resistances in Radius\nalso grant Chance to Suppress Spell Damage at #% of its value"] = { { isScalable = true } }, ["Passives granting Cold Resistance or all Elemental Resistances in Radius\nalso grant an equal chance to gain a Frenzy Charge on Kill"] = { }, ["Passives granting Fire Resistance or all Elemental Resistances in Radius\nalso grant Chance to Block Attack Damage at #% of its value"] = { { isScalable = true } }, ["Passives granting Fire Resistance or all Elemental Resistances in Radius\nalso grant an equal chance to gain an Endurance Charge on Kill"] = { }, - ["Passives granting Lightning Resistance or all Elemental Resistances in Radius\nalso grant Chance to Block Spell Damage at #% of its value"] = { { isScalable = true } }, ["Passives granting Lightning Resistance or all Elemental Resistances in Radius\nalso grant an equal chance to gain a Power Charge on Kill"] = { }, ["Passives in Radius apply to Minions instead of you"] = { }, ["Passives in Radius can be Allocated without being connected to your tree"] = { }, @@ -10537,8 +10945,10 @@ return { ["Physical Damage is Pinning"] = { }, ["Physical Damage is increased by 1% per # Intelligence from Allocated Passives in Radius"] = { { isScalable = true } }, ["Physical Damage taken bypasses Energy Shield"] = { }, + ["Physical Spell Critical Hits build Pin"] = { }, ["Piercing Attacks cause Bleeding"] = { }, ["Pin Enemies which are Primed for Pinning"] = { }, + ["Pinned Enemies cannot deal Critical Hits"] = { }, ["Pinned enemies cannot perform actions"] = { }, ["Placed Banners also grant #% increased Attack Damage to you and Allies"] = { { isScalable = true } }, ["Placed Banners also grant #% reduced Attack Damage to you and Allies"] = { { isScalable = true, formats = { "negate" } } }, @@ -10553,7 +10963,6 @@ return { ["Plague Bearer has #% reduced Maximum Plague Value"] = { { isScalable = true, formats = { "negate" } } }, ["Plants Harvested in Area are more likely to give less common Crafting Options"] = { }, ["Player's Life and Mana Recovery from Flasks are instant"] = { }, - ["Players Prevent #% of Suppressed Spell Damage"] = { { isScalable = true } }, ["Players Regenerate #% of maximum Life per second per 25 Rampage Kills"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Players and Monsters deal #% increased Damage per Curse on them"] = { { isScalable = true } }, ["Players and Monsters deal #% reduced Damage per Curse on them"] = { { isScalable = true, formats = { "negate" } } }, @@ -10574,6 +10983,7 @@ return { ["Players and Monsters take #% reduced Lightning Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Players and Monsters take #% reduced Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Players and their Minions cannot take Reflected Damage"] = { }, + ["Players and their Minions deal no damage for 3 out of every 10 seconds"] = { }, ["Players are Cursed with Conductivity"] = { }, ["Players are Cursed with Despair"] = { }, ["Players are Cursed with Elemental Weakness"] = { }, @@ -10585,12 +10995,15 @@ return { ["Players are Cursed with Temporal Chains"] = { }, ["Players are Cursed with Vulnerability"] = { }, ["Players are Cursed with a random Hex every 10 seconds"] = { }, + ["Players are Marked for Death for # second\nafter killing a Rare or Unique monster"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, + ["Players are Marked for Death for # seconds\nafter killing a Rare or Unique monster"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Players are Poisoned while moving"] = { }, + ["Players are periodically Cursed with Elemental Weakness"] = { }, + ["Players are periodically Cursed with Enfeeble"] = { }, + ["Players are periodically Cursed with Temporal Chains"] = { }, ["Players are targeted by a Meteor when they use a Flask"] = { }, ["Players cannot Block Attack Damage"] = { }, - ["Players cannot Block Spell Damage"] = { }, ["Players cannot Regenerate Life, Mana or Energy Shield"] = { }, - ["Players cannot Suppress Spell Damage"] = { }, ["Players cannot gain Endurance Charges"] = { }, ["Players cannot gain Flask Charges"] = { }, ["Players cannot gain Frenzy Charges"] = { }, @@ -10619,8 +11032,6 @@ return { ["Players gain an additional Vaal Soul on Kill"] = { }, ["Players have #% additional Physical Damage Reduction while in Nightmare"] = { { isScalable = false } }, ["Players have #% chance to Block Attack Damage while in Nightmare"] = { { isScalable = false } }, - ["Players have #% chance to Evade Attack Hits while in Nightmare"] = { { isScalable = false } }, - ["Players have #% chance to Suppress Spell Damage while in Nightmare"] = { { isScalable = false } }, ["Players have #% chance to be targeted by a Meteor when they use a Flask"] = { { isScalable = true } }, ["Players have #% chance to gain an additional Vaal Soul on Kill"] = { { isScalable = true } }, ["Players have #% chance to summon a pack of Harbinger Monsters on Kill"] = { { isScalable = true } }, @@ -10644,6 +11055,7 @@ return { ["Players have #% less Life Recovery Rate per 25% Alert Level"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% less Mana Recovery Rate per 25% Alert Level"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% less Movement Speed if they've been Hit by an Enemy Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["Players have #% less Movement and Skill Speed for each time they've used a Skill Recently"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% less Recovery Rate of Life and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% less Recovery Rate of Life, Mana and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% less maximum Life and Energy Shield"] = { { isScalable = true, formats = { "negate" } } }, @@ -10658,6 +11070,7 @@ return { ["Players have #% more Life Recovery Rate per 25% Alert Level"] = { { isScalable = true } }, ["Players have #% more Mana Recovery Rate per 25% Alert Level"] = { { isScalable = true } }, ["Players have #% more Movement Speed if they've been Hit by an Enemy Recently"] = { { isScalable = true } }, + ["Players have #% more Movement and Skill Speed for each time they've used a Skill Recently"] = { { isScalable = true } }, ["Players have #% more Recovery Rate of Life and Energy Shield"] = { { isScalable = true } }, ["Players have #% more Recovery Rate of Life, Mana and Energy Shield"] = { { isScalable = true } }, ["Players have #% more maximum Life and Energy Shield"] = { { isScalable = true } }, @@ -10671,7 +11084,6 @@ return { ["Players have #% reduced effect of Non-Curse Auras from Skills"] = { { isScalable = true, formats = { "negate" } } }, ["Players have #% to All Resistances"] = { { isScalable = true } }, ["Players have #% to Physical Damage Reduction while in Nightmare"] = { { isScalable = false } }, - ["Players have #% to amount of Suppressed Spell Damage Prevented"] = { { isScalable = true } }, ["Players have Blood Magic"] = { }, ["Players have Chaos Inoculation"] = { }, ["Players have Corrupting Blood"] = { }, @@ -10705,6 +11117,7 @@ return { ["Players in the Labyrinth will be affected by Thorned Shrine"] = { }, ["Players lose # Energy Shield per second while in Nightmare"] = { { isScalable = false } }, ["Players lose # Life per second while in Nightmare"] = { { isScalable = false } }, + ["Players steal the Eaten Souls of Slain Rare Monsters in Area"] = { }, ["Players summon a pack of Harbinger Monsters on Kill"] = { }, ["Players take # Chaos Damage per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Players take #% increased Damage from Breach Monsters"] = { { isScalable = true } }, @@ -10757,11 +11170,8 @@ return { ["Precision has no Reservation"] = { }, ["Prefixes Cannot Be Changed"] = { }, ["Presence Radius is doubled"] = { }, - ["Prevent #% of Deflected Attack Damage"] = { { isScalable = true } }, - ["Prevent #% of Suppressed Spell Damage"] = { { isScalable = true } }, - ["Prevent #% of Suppressed Spell Damage if you've taken a Savage Hit Recently"] = { { isScalable = true } }, - ["Prevent #% of Suppressed Spell Damage per Hit Suppressed Recently"] = { { isScalable = true } }, - ["Prevent #% of Suppressed Spell Damage while on Full Energy Shield"] = { { isScalable = true } }, + ["Prevent #% of Damage from Deflected Critical Hits"] = { { isScalable = true } }, + ["Prevent #% of Damage from Deflected Hits"] = { { isScalable = true } }, ["Prevent Projectiles Chaining to or from you"] = { }, ["Prevents Death during Effect"] = { }, ["Pride has #% increased Aura Effect"] = { { isScalable = true } }, @@ -10781,6 +11191,8 @@ return { ["Projectile Attack Skills have #% increased Critical Hit Chance"] = { { isScalable = true } }, ["Projectile Attack Skills have #% reduced Critical Hit Chance"] = { { isScalable = true, formats = { "negate" } } }, ["Projectile Attack Skills have #% to Critical Damage Bonus"] = { { isScalable = true } }, + ["Projectile Attacks fire two additional Projectiles while moving"] = { }, + ["Projectile Attacks have a #% chance to fire two additional Projectiles while moving"] = { { isScalable = true } }, ["Projectile Damage builds Pin"] = { }, ["Projectile Spells have # seconds to Cooldown"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, ["Projectiles Chain # times while you have Phasing"] = { { isScalable = true } }, @@ -10796,10 +11208,10 @@ return { ["Projectiles Pierce all nearby Targets"] = { }, ["Projectiles Pierce an additional Target"] = { }, ["Projectiles Pierce an additional Target while you have Phasing"] = { }, + ["Projectiles Pierce enemies with Fully Broken Armour"] = { }, ["Projectiles Return to you"] = { }, ["Projectiles Split towards # targets"] = { { isScalable = true } }, ["Projectiles always Freeze"] = { }, - ["Projectiles always Ignite"] = { }, ["Projectiles always Shock"] = { }, ["Projectiles are fired in random directions"] = { }, ["Projectiles can Chain when colliding with terrain"] = { }, @@ -10834,22 +11246,25 @@ return { ["Projectiles gain #% of Non-Chaos Damage as Extra Chaos Damage per Chain"] = { { isScalable = true } }, ["Projectiles gain Damage as they travel farther, dealing up\nto #% increased Damage with Hits to targets"] = { { isScalable = true } }, ["Projectiles have #% chance for an additional Projectile when Forking"] = { { isScalable = true } }, + ["Projectiles have #% chance for an additional Projectile when Forking per 10 Tribute"] = { { isScalable = true } }, ["Projectiles have #% chance to Chain an additional time from terrain"] = { { isScalable = true } }, ["Projectiles have #% chance to Fork if you've dealt a Melee Hit in the past eight seconds"] = { { isScalable = true } }, ["Projectiles have #% chance to Freeze"] = { { isScalable = true } }, - ["Projectiles have #% chance to Ignite"] = { { isScalable = true } }, ["Projectiles have #% chance to Return to you"] = { { isScalable = true } }, ["Projectiles have #% chance to Shock"] = { { isScalable = true } }, ["Projectiles have #% chance to be able to Chain when colliding with terrain"] = { { isScalable = true } }, ["Projectiles have #% chance to be able to Chain when colliding with terrain per\nSearching Eye Jewel affecting you, up to a maximum of 20%"] = { { isScalable = true } }, + ["Projectiles have #% increased Critical Damage Bonus against Enemies further than 6m"] = { { isScalable = true } }, ["Projectiles have #% increased Critical Damage Bonus against Enemies within 2m"] = { { isScalable = true } }, ["Projectiles have #% increased Critical Hit Chance against Enemies further than 6m"] = { { isScalable = true } }, ["Projectiles have #% increased Critical Hit Chance against Targets they Pierce"] = { { isScalable = true } }, ["Projectiles have #% increased Critical Hit Chance against Targets they do not Pierce"] = { { isScalable = true } }, + ["Projectiles have #% reduced Critical Damage Bonus against Enemies further than 6m"] = { { isScalable = true, formats = { "negate" } } }, ["Projectiles have #% reduced Critical Damage Bonus against Enemies within 2m"] = { { isScalable = true, formats = { "negate" } } }, ["Projectiles have #% reduced Critical Hit Chance against Enemies further than 6m"] = { { isScalable = true, formats = { "negate" } } }, ["Projectiles have #% reduced Critical Hit Chance against Targets they Pierce"] = { { isScalable = true, formats = { "negate" } } }, ["Projectiles have #% reduced Critical Hit Chance against Targets they do not Pierce"] = { { isScalable = true, formats = { "negate" } } }, + ["Projectiles have a #% chance to Pierce enemies with Fully Broken Armour"] = { { isScalable = true } }, ["Projectiles move at #% increased Speed"] = { { isScalable = true } }, ["Projectiles move at #% reduced Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Projectiles that have Chained gain #% of Non-Chaos Damage as Extra Chaos Damage"] = { { isScalable = true } }, @@ -10907,6 +11322,7 @@ return { ["Quivers absorb #% more Corruption"] = { { isScalable = true } }, ["Rage Vortex Sacrifices #% of Rage"] = { { isScalable = true } }, ["Rage grants Spell damage instead of Attack damage"] = { }, + ["Rage you gain is also granted to Allies in your Presence"] = { }, ["Rain of Arrows has #% chance to fire an additional sequence of arrows"] = { { isScalable = true } }, ["Raise Zombie does not require a corpse"] = { }, ["Raised Spectres, Raised Zombies, and Summoned Skeletons have #% to Critical Damage Bonus"] = { { isScalable = true } }, @@ -11051,37 +11467,38 @@ return { ["Reckoning has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Recoup #% of damage taken by your Totems as Life"] = { { isScalable = true } }, ["Recoup Effects instead occur over 4 seconds"] = { }, - ["Recover # Energy Shield when you Block Spell Damage"] = { { isScalable = true } }, - ["Recover # Energy Shield when you Suppress Spell Damage"] = { { isScalable = true } }, ["Recover # Energy Shield when your Trap is triggered by an Enemy"] = { { isScalable = true } }, ["Recover # Life for each Fortification lost"] = { { isScalable = true } }, ["Recover # Life when Used"] = { { isScalable = true } }, ["Recover # Life when you Block"] = { { isScalable = true } }, ["Recover # Life when you Ignite an Enemy"] = { { isScalable = true } }, - ["Recover # Life when you Suppress Spell Damage"] = { { isScalable = true } }, ["Recover # Life when your Trap is triggered by an Enemy"] = { { isScalable = true } }, ["Recover # Mana when Used"] = { { isScalable = true } }, + ["Recover #% of Maximum Life when you collect a Remnant"] = { { isScalable = true } }, + ["Recover #% of Maximum Life when you expend at least 10 Combo"] = { { isScalable = true } }, + ["Recover #% of Maximum Mana when you collect a Remnant"] = { { isScalable = true } }, + ["Recover #% of Maximum Mana when you expend at least 10 Combo"] = { { isScalable = true } }, ["Recover #% of Missing Life before being Hit by an Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield on Kill"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield on Kill for each different type of Mastery you have Allocated"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield over 1 second when you take Physical Damage from an Enemy Hit"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield per Steel Shard Consumed"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield when you Block"] = { { isScalable = true } }, - ["Recover #% of maximum Energy Shield when you Block Spell Damage while wielding a Staff"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield when you Kill a Cursed Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield when you Kill an Enemy during Effect"] = { { isScalable = true } }, ["Recover #% of maximum Energy Shield when you lose a Spirit Charge"] = { { isScalable = true } }, ["Recover #% of maximum Life and Mana when you use a Warcry"] = { { isScalable = true } }, - ["Recover #% of maximum Life at the end of the Effect"] = { { isScalable = true } }, ["Recover #% of maximum Life for each Endurance Charge consumed"] = { { isScalable = true } }, ["Recover #% of maximum Life on Kill"] = { { isScalable = true } }, ["Recover #% of maximum Life on Kill for each different type of Mastery you have Allocated"] = { { isScalable = true } }, ["Recover #% of maximum Life on Kill if you've Spent Life Recently"] = { { isScalable = true } }, + ["Recover #% of maximum Life on Kill per 50 Tribute"] = { { isScalable = true } }, ["Recover #% of maximum Life on Killing a Chilled Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Life on Killing a Poisoned Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Life on Rampage"] = { { isScalable = true } }, ["Recover #% of maximum Life on use"] = { { isScalable = true } }, ["Recover #% of maximum Life per Endurance Charge on use\nLose all Endurance Charges on use"] = { { isScalable = true } }, + ["Recover #% of maximum Life per Glory consumed"] = { { isScalable = true } }, ["Recover #% of maximum Life per Poison affecting Enemies you Kill"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, ["Recover #% of maximum Life per Withered Debuff on each Enemy you Kill"] = { { isScalable = true } }, ["Recover #% of maximum Life when one of your Minions is Revived"] = { { isScalable = true } }, @@ -11095,7 +11512,6 @@ return { ["Recover #% of maximum Life when you Kill a Cursed Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Life when you Kill an Enemy during Effect"] = { { isScalable = true } }, ["Recover #% of maximum Life when you Kill an Enemy while you have Rage"] = { { isScalable = true } }, - ["Recover #% of maximum Life when you Suppress Spell Damage"] = { { isScalable = true } }, ["Recover #% of maximum Life when you create an Offering"] = { { isScalable = true } }, ["Recover #% of maximum Life when you gain Adrenaline"] = { { isScalable = true } }, ["Recover #% of maximum Life when you lose a Spirit Charge"] = { { isScalable = true } }, @@ -11107,6 +11523,7 @@ return { ["Recover #% of maximum Mana and Energy Shield when you Focus"] = { { isScalable = true } }, ["Recover #% of maximum Mana on Kill"] = { { isScalable = true } }, ["Recover #% of maximum Mana on Kill for each different type of Mastery you have Allocated"] = { { isScalable = true } }, + ["Recover #% of maximum Mana on Kill per 50 Tribute"] = { { isScalable = true } }, ["Recover #% of maximum Mana over 1 second when you use a Guard Skill"] = { { isScalable = true } }, ["Recover #% of maximum Mana when a Brand expires while Attached"] = { { isScalable = true } }, ["Recover #% of maximum Mana when a Charm is used"] = { { isScalable = true } }, @@ -11116,9 +11533,10 @@ return { ["Recover #% of maximum Mana when you Kill a Cursed Enemy"] = { { isScalable = true } }, ["Recover #% of maximum Mana when you Kill an Enemy during Effect"] = { { isScalable = true } }, ["Recover #% of maximum Mana when you Shock an Enemy"] = { { isScalable = true } }, + ["Recover #% of your maximum Life when an Enemy dies in your Presence"] = { { isScalable = true } }, + ["Recover #% of your maximum Mana when an Enemy dies in your Presence"] = { { isScalable = true } }, ["Recover #% of your maximum Mana when you Block"] = { { isScalable = true } }, ["Recover Energy Shield equal to #% of Armour when you Block"] = { { isScalable = true } }, - ["Recover Full Life at the end of the Effect"] = { }, ["Recover Full Life on use"] = { }, ["Recover Life equal to #% of Mana Flask's Recovery Amount when used"] = { { isScalable = true } }, ["Recover Mana equal to #% of Life Flask's Recovery Amount when used"] = { { isScalable = true } }, @@ -11262,9 +11680,16 @@ return { ["Remembrancing # songworthy deeds by the line of Medved\nPassives in radius are Conquered by the Kalguur"] = { { isScalable = true } }, ["Remembrancing # songworthy deeds by the line of Olroth\nPassives in radius are Conquered by the Kalguur"] = { { isScalable = true } }, ["Remembrancing # songworthy deeds by the line of Vorana\nPassives in radius are Conquered by the Kalguur"] = { { isScalable = true } }, + ["Remnants can be collected from #% further away"] = { { isScalable = true } }, + ["Remnants can be collected from #% further away if you have at least 100 Tribute"] = { { isScalable = true } }, ["Remnants have # additional Suffix Modifiers"] = { { isScalable = true } }, ["Remnants have #% chance to have an additional Suffix Modifier"] = { { isScalable = true } }, + ["Remnants have #% increased effect"] = { { isScalable = true } }, + ["Remnants have #% increased effect per 10 Tribute"] = { { isScalable = true } }, + ["Remnants have #% reduced effect"] = { { isScalable = true, formats = { "negate" } } }, + ["Remnants have #% reduced effect per 10 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Remnants have an additional Suffix Modifier"] = { }, + ["Remnants must be collected from #% closer if you have at least 100 Tribute"] = { { isScalable = true, formats = { "negate" } } }, ["Remove #% of Mana on hit"] = { { isScalable = true } }, ["Remove Bleeding when you use a Guard Skill"] = { }, ["Remove Bleeding when you use a Life Flask"] = { }, @@ -11273,10 +11698,12 @@ return { ["Remove Damaging Ailments when you Change Stance"] = { }, ["Remove Elemental Ailments when you Cast a Curse Spell"] = { }, ["Remove Ignite and Burning when you use a Flask"] = { }, + ["Remove Ignite when you Warcry"] = { }, ["Remove Maim and Hinder when you use a Flask"] = { }, ["Remove Shock when you use a Flask"] = { }, ["Remove a Curse after Channelling for 2 seconds"] = { }, ["Remove a Curse when you use a Mana Flask"] = { }, + ["Remove a Damaging Ailment when you use a Command Skill"] = { }, ["Remove a random Elemental Ailment when you use a Mana Flask"] = { }, ["Remove a random Non-Elemental Ailment when you use a Life Flask"] = { }, ["Remove all Ailments and Burning when you gain Adrenaline"] = { }, @@ -11300,6 +11727,8 @@ return { ["Removes Elemental Ailments when you use a Flask"] = { }, ["Removes Frozen and Chilled on use"] = { }, ["Removes all but one Life on use\nRemoved life is Regenerated as Energy Shield over # seconds"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, + ["Require # additional enemies to be Surrounded"] = { { isScalable = true } }, + ["Require # fewer enemies to be Surrounded"] = { { isScalable = true, formats = { "negate" } } }, ["Requires # Glory to use"] = { { isScalable = true } }, ["Rerolling Favours at Ritual Altars has no Cost the first # times"] = { { isScalable = true } }, ["Rerolling Favours at Ritual Altars has no Cost the first time"] = { }, @@ -11351,6 +11780,7 @@ return { ["Riposte has #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Ritual Altars in Area allow rerolling Favours # additional times"] = { { isScalable = true } }, ["Ritual Altars in Area allow rerolling Favours an additional time"] = { }, + ["Ritual Cadence"] = { }, ["Ritual Favours in Area have #% increased chance to be Omens"] = { { isScalable = true } }, ["Ritual Favours in Area have #% reduced chance to be Omens"] = { { isScalable = true, formats = { "negate" } } }, ["Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier\nA maximum of one Modifer can be granted this way"] = { }, @@ -11461,7 +11891,6 @@ return { ["Shrapnel Ballista Pierces an additional Target"] = { }, ["Shrapnel Ballista fires # additional Arrows"] = { { isScalable = true } }, ["Shrapnel Ballista fires an additional Arrow"] = { }, - ["Shrapnel Ballista has # to maximum number of Summoned Totems per 200 Strength"] = { { isScalable = true } }, ["Shrapnel Ballista has #% increased Projectile Speed"] = { { isScalable = true } }, ["Shrapnel Ballista has #% reduced Projectile Speed"] = { { isScalable = true, formats = { "negate" } } }, ["Shrines are corrupted by Darkness"] = { }, @@ -11474,7 +11903,6 @@ return { ["Side passages contain #% more Resonator Chests"] = { { isScalable = true } }, ["Siege Ballista deals #% increased Damage"] = { { isScalable = true } }, ["Siege Ballista deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Siege Ballista has # to maximum number of Summoned Totems per 200 Dexterity"] = { { isScalable = true } }, ["Siege Ballista has #% increased Attack Speed"] = { { isScalable = true } }, ["Siege Ballista has #% increased Totem Placement Speed"] = { { isScalable = true } }, ["Siege Ballista has #% reduced Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, @@ -11516,9 +11944,11 @@ return { ["Skills Supported by Unleash have #% increased Seal gain frequency"] = { { isScalable = true } }, ["Skills Supported by Unleash have #% reduced Seal gain frequency"] = { { isScalable = true, formats = { "negate" } } }, ["Skills deal #% increased Brand Damage with Hits to their Branded Enemy"] = { { isScalable = true } }, + ["Skills deal #% increased Damage per Combo consumed, up to 40%"] = { { isScalable = true } }, ["Skills deal #% less Damage for each Warcry Empowering them"] = { { isScalable = true, formats = { "negate" } } }, ["Skills deal #% more Damage for each Warcry Empowering them"] = { { isScalable = true } }, ["Skills deal #% reduced Brand Damage with Hits to their Branded Enemy"] = { { isScalable = true, formats = { "negate" } } }, + ["Skills deal #% reduced Damage per Combo consumed, up to 40%"] = { { isScalable = true, formats = { "negate" } } }, ["Skills fire # additional Projectiles"] = { { isScalable = true } }, ["Skills fire # additional Projectiles during Effect"] = { { isScalable = true } }, ["Skills fire # additional Projectiles if the last Movement Skill you Used was Disengage"] = { { isScalable = true } }, @@ -11541,11 +11971,18 @@ return { ["Skills gain #% reduced Critical Hit Chance per socketed blue Support Gem"] = { { isScalable = true, formats = { "negate" } } }, ["Skills gain #% reduced Damage per socketed red Support Gem"] = { { isScalable = true, formats = { "negate" } } }, ["Skills gain #% reduced Skill Speed per socketed green Support Gem"] = { { isScalable = true, formats = { "negate" } } }, + ["Skills gain 1 Glory every # second for each Rare or Unique monster in your Presence"] = { { isScalable = true } }, + ["Skills gain 1 Glory every # seconds for each Rare or Unique monster in your Presence"] = { { isScalable = true } }, ["Skills gain a Base Life Cost equal to #% of Base Mana Cost"] = { { isScalable = true } }, ["Skills gain a Base Life Cost equal to Base Mana Cost"] = { }, ["Skills have # seconds to Cooldown"] = { { isScalable = true, formats = { "milliseconds_to_seconds_2dp_if_required" } } }, ["Skills have # to Limit"] = { { isScalable = true } }, ["Skills have #% chance to not consume a Cooldown when used"] = { { isScalable = true } }, + ["Skills have #% chance to not remove Elemental Infusions but still count as consuming them"] = { { isScalable = true } }, + ["Skills have #% chance to not remove Endurance Charges but still count as consuming them"] = { { isScalable = true } }, + ["Skills have #% chance to not remove Frenzy Charges but still count as consuming them"] = { { isScalable = true } }, + ["Skills have #% chance to not remove Power Charges but still count as consuming them"] = { { isScalable = true } }, + ["Skills have a #% chance to not consume Glory"] = { { isScalable = true } }, ["Skills have a #% longer Perfect Timing window"] = { { isScalable = true } }, ["Skills have a #% shorter Perfect Timing window"] = { { isScalable = true, formats = { "negate" } } }, ["Skills reserve 50% less Spirit"] = { }, @@ -11613,7 +12050,6 @@ return { ["Socketed Gems Chain # additional times"] = { { isScalable = false } }, ["Socketed Gems Cost and Reserve Life instead of Mana"] = { }, ["Socketed Gems Do Not Gain Experience"] = { }, - ["Socketed Gems always Ignite"] = { }, ["Socketed Gems are Supported by Level # #"] = { { isScalable = true }, { isScalable = true, formats = { "display_indexable_support" } } }, ["Socketed Gems are Supported by Level # Added Chaos Damage"] = { { isScalable = false } }, ["Socketed Gems are Supported by Level # Added Cold Damage"] = { { isScalable = false } }, @@ -11821,7 +12257,6 @@ return { ["Socketed Gems fire Projectiles in a circle"] = { }, ["Socketed Gems fire an additional Projectile"] = { }, ["Socketed Gems have #% Critical Hit Chance"] = { { isScalable = false, formats = { "divide_by_one_hundred" } } }, - ["Socketed Gems have #% chance to Ignite"] = { { isScalable = false } }, ["Socketed Gems have #% chance to cause Enemies to Flee on Hit"] = { { isScalable = false } }, ["Socketed Gems have #% increased Mana Cost"] = { { isScalable = false, formats = { "negate" } } }, ["Socketed Gems have #% increased Reservation Efficiency"] = { { isScalable = false, formats = { "negate" } } }, @@ -11892,7 +12327,6 @@ return { ["Socketed Vaal Skills require #% more Souls per Use"] = { { isScalable = true } }, ["Socketed Warcry Skills have # Cooldown Use"] = { { isScalable = true } }, ["Socketed Warcry Skills have # Cooldown Uses"] = { { isScalable = true } }, - ["Sockets cannot be modified"] = { }, ["Some Monsters guarding Shrines are Rare"] = { }, ["Sorcery Ward recovers #% faster"] = { { isScalable = true } }, ["Sorcery Ward recovers #% slower"] = { { isScalable = true, formats = { "negate" } } }, @@ -11937,6 +12371,7 @@ return { ["Spell Skills always deal Critical Hits on final Repeat"] = { }, ["Spell Skills cannot deal Critical Hits except on final Repeat"] = { }, ["Spell Skills deal no Damage"] = { }, + ["Spell Skills have # to maximum number of Summoned Totems"] = { { isScalable = true } }, ["Spell Skills have #% increased Area of Effect"] = { { isScalable = true } }, ["Spell Skills have #% increased Critical Damage Bonus on final Repeat"] = { { isScalable = true } }, ["Spell Skills have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -11954,10 +12389,13 @@ return { ["Spells fire # additional Projectiles"] = { { isScalable = true } }, ["Spells fire # additional Projectiles\nSpells fire Projectiles in a circle"] = { { isScalable = true } }, ["Spells fire an additional Projectile"] = { }, + ["Spells have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Spells have #% increased Critical Hit Chance per Intensity"] = { { isScalable = true } }, + ["Spells have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, ["Spells have #% reduced Critical Hit Chance per Intensity"] = { { isScalable = true, formats = { "negate" } } }, ["Spells have a #% chance to deal Double Damage"] = { { isScalable = true } }, ["Spells have a #% chance to inflict Withered for 4 seconds on Hit"] = { { isScalable = true } }, + ["Spells have a #% chance to not pay costs when cast"] = { { isScalable = true } }, ["Spells in this item Repeat an additional # times"] = { { isScalable = false } }, ["Spells in this item Repeat an additional time"] = { }, ["Spells inflict Withered for 4 seconds on Hit"] = { }, @@ -12086,8 +12524,6 @@ return { ["Summoned Arbalists gain #% of their Physical Damage as Extra Lightning Damage"] = { { isScalable = true } }, ["Summoned Arbalists have #% chance to Crush on Hit"] = { { isScalable = true } }, ["Summoned Arbalists have #% chance to Freeze"] = { { isScalable = true } }, - ["Summoned Arbalists have #% chance to Freeze, Shock, and Ignite"] = { { isScalable = true } }, - ["Summoned Arbalists have #% chance to Ignite"] = { { isScalable = true } }, ["Summoned Arbalists have #% chance to Intimidate for 4 seconds on Hit"] = { { isScalable = true } }, ["Summoned Arbalists have #% chance to Maim for 4 seconds on Hit"] = { { isScalable = true } }, ["Summoned Arbalists have #% chance to Poison"] = { { isScalable = true } }, @@ -12191,9 +12627,8 @@ return { ["Supported Skills no longer grant a Buff"] = { }, ["Supported Skills trigger Burning Inscription after their Runic Inscriptions expire"] = { }, ["Supported Skills trigger Soulbreaker on breaking Enemy Energy Shield"] = { }, - ["Suppressed Spell Damage cannot inflict Elemental Ailments on you"] = { }, - ["Suppressed Spell Damage dealt to you is Unlucky"] = { }, ["Supreme Decadence"] = { }, + ["Surges suffuse your Projectiles without being Consumed"] = { }, ["Survival"] = { }, ["Sweep grants an Endurance Charge on Hit"] = { }, ["Sweep has a #% chance to grant an Endurance Charge on Hit"] = { { isScalable = true } }, @@ -12321,6 +12756,7 @@ return { ["Talismans found in this Area are Rare"] = { }, ["Targeted by a Meteor when you use a Flask"] = { }, ["Targets can be affected by # of your Poisons at the same time"] = { { isScalable = true } }, + ["Targets can be affected by # of your Poisons at the same time if you have at least 100 Tribute"] = { { isScalable = true } }, ["Targets can be affected by any number of your Poisons at the same time"] = { }, ["Targets can be affected by two of your Chills at the same time"] = { }, ["Targets can be affected by two of your Shocks at the same time"] = { }, @@ -12348,6 +12784,7 @@ return { ["Temporal Chains has no Reservation if Cast as an Aura"] = { }, ["Temporal Rift has #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Temporal Rift has no Reservation"] = { }, + ["Temporary Minion Skills have # to Limit of Minions summoned"] = { { isScalable = true } }, ["Thaumaturgical Lure"] = { }, ["The Blood Crucible can transform Unique Equipment"] = { }, ["The Divine Font may bless belts"] = { }, @@ -12376,6 +12813,7 @@ return { ["The first time a Player reaches # Rampage Kills in this Area, 6 Basic Currency Items will drop"] = { { isScalable = true } }, ["The first time a Player reaches # Rampage Kills in this Area, they will encounter a Powerful Monster"] = { { isScalable = true } }, ["The most Damaging Poison on Enemies you Kill is Spread to other Enemies within # metres"] = { { isScalable = true, formats = { "divide_by_ten_1dp_if_required" } } }, + ["This Flask cannot be Used but applies its Effect constantly"] = { }, ["This Gem can only Support Skill Gems requiring Level # or lower"] = { { isScalable = true } }, ["This Gem gains #% increased Experience"] = { { isScalable = true } }, ["This Gem gains #% reduced Experience"] = { { isScalable = true, formats = { "negate" } } }, @@ -12384,6 +12822,11 @@ return { ["This Map's Quality also applies to Rarity of Items found"] = { }, ["This Passive applies to your Minions instead of you"] = { }, ["This Weapon's Critical Hit Chance is #%"] = { { isScalable = false, formats = { "divide_by_one_hundred" } } }, + ["This item gains bonuses from Socketed Items as though it was Boots"] = { }, + ["This item gains bonuses from Socketed Items as though it was Gloves"] = { }, + ["This item gains bonuses from Socketed Items as though it was a Body Armour"] = { }, + ["This item gains bonuses from Socketed Items as though it was a Helmet"] = { }, + ["This item gains bonuses from Socketed Items as though it was a Shield"] = { }, ["Thorns Damage has #% chance to ignore Enemy Armour"] = { { isScalable = true } }, ["Thorns can Retaliate against all Hits"] = { }, ["Throw # additional Mines"] = { { isScalable = true } }, @@ -12408,7 +12851,7 @@ return { ["Totemic Wood Lure"] = { }, ["Totems Explode for #% of their Life as Fire Damage when on Low Life"] = { { isScalable = true } }, ["Totems Explode on Death, dealing #% of their Life as Physical Damage"] = { { isScalable = true } }, - ["Totems Hinder Enemies near them when Summoned"] = { }, + ["Totems Hinder Enemies in their Presence when Summoned"] = { }, ["Totems Reflect #% of their maximum Life as Fire Damage to nearby Enemies when Hit"] = { { isScalable = true } }, ["Totems Regenerate #% of maximum Life per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Totems Taunt Enemies around them for # second when Summoned"] = { { isScalable = true } }, @@ -12619,7 +13062,6 @@ return { ["Trusted Kinship"] = { }, ["Unaffected by Bleeding while affected by Malevolence"] = { }, ["Unaffected by Blind"] = { }, - ["Unaffected by Burning Ground"] = { }, ["Unaffected by Burning Ground while affected by Purity of Fire"] = { }, ["Unaffected by Chill"] = { }, ["Unaffected by Chill during Dodge Roll"] = { }, @@ -12637,6 +13079,7 @@ return { ["Unaffected by Frostbite while affected by Purity of Ice"] = { }, ["Unaffected by Ignite"] = { }, ["Unaffected by Ignite or Shock if Maximum Life and Maximum Mana are within 500"] = { }, + ["Unaffected by Ignited Ground"] = { }, ["Unaffected by Poison"] = { }, ["Unaffected by Poison while affected by Malevolence"] = { }, ["Unaffected by Shock"] = { }, @@ -12735,6 +13178,7 @@ return { ["Used when you Use a Travel Skill"] = { }, ["Used when you are affected by a Slow"] = { }, ["Used when you become Chilled"] = { }, + ["Used when you become Cursed"] = { }, ["Used when you become Frozen"] = { }, ["Used when you become Ignited"] = { }, ["Used when you become Poisoned"] = { }, @@ -12750,7 +13194,7 @@ return { ["Used when you use a Life Flask"] = { }, ["Uses both hand slots"] = { }, ["Using Warcries is Instant"] = { }, - ["Using a Mana Flask revives your Persistent Minions"] = { }, + ["Using a Mana Flask revives one of your Persistent Minions"] = { }, ["Utility Flasks gain # Charge every 3 seconds"] = { { isScalable = true } }, ["Utility Flasks gain # Charges every 3 seconds"] = { { isScalable = true } }, ["Vaal Attack Skills you Use yourself Cost Rage instead of requiring Souls"] = { }, @@ -12810,6 +13254,7 @@ return { ["Volatile Dead Consumes up to # additional corpses"] = { { isScalable = true } }, ["Volatile Dead Consumes up to 1 additional corpse"] = { }, ["Volatile Dead and Cremation Penetrate #% Fire Resistance per 100 Dexterity"] = { { isScalable = true } }, + ["Volatile Power also grants #% increased Critical Hit chance per Volatility exploded"] = { { isScalable = true } }, ["Volcanic Fissure deals #% increased Damage"] = { { isScalable = true } }, ["Volcanic Fissure deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Volcanic Fissure fires # additional Projectiles"] = { { isScalable = true } }, @@ -12826,7 +13271,6 @@ return { ["Vulnerability has #% increased Reservation if Cast as an Aura"] = { { isScalable = true } }, ["Vulnerability has #% reduced Reservation if Cast as an Aura"] = { { isScalable = true, formats = { "negate" } } }, ["Vulnerability has no Reservation if Cast as an Aura"] = { }, - ["Wand Attacks fire an additional Projectile"] = { }, ["War Banner has #% increased Adrenaline duration"] = { { isScalable = true } }, ["War Banner has #% increased Aura Magnitudes"] = { { isScalable = true } }, ["War Banner has #% increased Mana Reservation Efficiency"] = { { isScalable = true } }, @@ -12841,9 +13285,11 @@ return { ["Warbands in the Area have an additional Support Member"] = { }, ["Warbands in this Area have # additional Members"] = { { isScalable = true } }, ["Warbands in this Area have an additional Member"] = { }, - ["Warcries Debilitate Enemies for 1 second"] = { }, + ["Warcries Debilitate Enemies"] = { }, ["Warcries Empower # additional Attacks"] = { { isScalable = true } }, + ["Warcries Empower # additional Attacks if you have at least 100 Tribute"] = { { isScalable = true } }, ["Warcries Empower an additional Attack"] = { }, + ["Warcries Empower an additional Attack if you have at least 100 Tribute"] = { }, ["Warcries Explode Corpses dealing #% of their Life as Physical Damage"] = { { isScalable = true } }, ["Warcries Knock Back and Interrupt Enemies in a smaller Area"] = { }, ["Warcries Sacrifice 10 Rage if you have at least 25 Rage\nExerted Attacks deal #% less Attack Damage if a Warcry Sacrificed Rage Recently"] = { { isScalable = true } }, @@ -12855,6 +13301,7 @@ return { ["Warcries have #% chance to Empower 3 additional Attacks"] = { { isScalable = true } }, ["Warcries have a minimum of 10 Power"] = { }, ["Warcries have no Cost"] = { }, + ["Warcries inflict Fire Exposure"] = { }, ["Warcry Skills have # seconds to Cooldown"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["Warcry Skills have #% increased Area of Effect"] = { { isScalable = true } }, ["Warcry Skills have #% reduced Area of Effect"] = { { isScalable = true, formats = { "negate" } } }, @@ -12878,7 +13325,8 @@ return { ["Weapons you Animate create an additional copy"] = { }, ["When Hit during effect, #% of Life loss from Damage taken occurs over 4 seconds instead"] = { { isScalable = true } }, ["When Players Kill a Rare Monster they will gain 1 of its Modifiers for 20 seconds"] = { }, - ["When Volatility on you detonates, you regain an equivalent amount of Volatility"] = { }, + ["When Volatility on you explodes, you regain an equivalent amount of Volatility"] = { }, + ["When a Banner expires, recover #% of the Glory required for that Banner"] = { { isScalable = true } }, ["When a Bloodline Pack is Slain, it drops # Basic Currency Items"] = { { isScalable = true } }, ["When a Bloodline Pack is Slain, it drops # Rare Items"] = { { isScalable = true } }, ["When a Bloodline Pack is Slain, it drops a Basic Currency Item"] = { }, @@ -12887,13 +13335,18 @@ return { ["When a Player Kills a Rare Monster, they have #% chance to gain its Modifiers for 20 seconds"] = { { isScalable = true } }, ["When a Player Kills a Synthesised Rare Monster, they gain its Modifiers for 20 seconds"] = { }, ["When a Player Kills a Synthesised Rare Monster, they have #% chance to gain its Modifiers for 20 seconds"] = { { isScalable = true } }, + ["When collecting an Elemental Infusion, gain an additional Elemental Infusion of the same type"] = { }, ["When used in the Synthesiser, the new item will have an additional Herald Modifier"] = { }, ["When you Attack, take #% of Life as Physical Damage for\neach Warcry Empowering the Attack"] = { { isScalable = true } }, ["When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage\nequal to #% of Sacrificed Mana for 4 seconds"] = { { isScalable = true } }, - ["When you Consume a Charge Trigger Chaotic Infusion to gain # Chaos Infusion"] = { { isScalable = true } }, - ["When you Consume a Frenzy Charge Trigger Infuse Weapon to gain # Lightning Infusion"] = { { isScalable = true } }, - ["When you Consume a Power Charge Trigger Infuse Weapon to gain # Cold Infusion"] = { { isScalable = true } }, - ["When you Consume an Endurance Charge Trigger Infuse Weapon to gain # Fire Infusion"] = { { isScalable = true } }, + ["When you Consume a Charge Trigger Chaotic Surge to gain # Chaos Surge"] = { { isScalable = true } }, + ["When you Consume a Charge Trigger Chaotic Surge to gain # Chaos Surges"] = { { isScalable = true } }, + ["When you Consume a Frenzy Charge Trigger Elemental Surge to gain # Lightning Surge"] = { { isScalable = true } }, + ["When you Consume a Frenzy Charge Trigger Elemental Surge to gain # Lightning Surges"] = { { isScalable = true } }, + ["When you Consume a Power Charge Trigger Elemental Surge to gain # Cold Surge"] = { { isScalable = true } }, + ["When you Consume a Power Charge Trigger Elemental Surge to gain # Cold Surges"] = { { isScalable = true } }, + ["When you Consume an Endurance Charge Trigger Elemental Surge to gain # Fire Surge"] = { { isScalable = true } }, + ["When you Consume an Endurance Charge Trigger Elemental Surge to gain # Fire Surges"] = { { isScalable = true } }, ["When you Kill a Magic Monster gain its Modifiers for 60 seconds"] = { }, ["When you Kill a Rare Monster, #% chance to gain one of its Modifiers for 10 seconds"] = { { isScalable = true } }, ["When you Kill a Rare monster, you gain # of its Modifiers for 20 seconds"] = { { isScalable = true } }, @@ -12906,13 +13359,16 @@ return { ["When you generate a Frenzy Charge, Allies in your Presence generate that Charge instead"] = { }, ["When you generate a Power Charge, Allies in your Presence generate that Charge instead"] = { }, ["When you generate an Endurance Charge, Allies in your Presence generate that Charge instead"] = { }, - ["When you kill a Shocked enemy, Shock each wnemy within # metres for 2 seconds"] = { { isScalable = false, formats = { "divide_by_ten_1dp_if_required" } } }, - ["When you leave your Banner's Area, recover #% of the Valour consumed for that Banner"] = { { isScalable = true } }, + ["When you kill a Shocked enemy, Shock each enemy within # metres for 2 seconds"] = { { isScalable = false, formats = { "divide_by_ten_1dp_if_required" } } }, ["When you lose Temporal Chains you gain maximum Rage"] = { }, ["When you or your Totems Kill a Burning Enemy, #% chance for you\nand your Totems to each gain an Endurance Charge"] = { { isScalable = true } }, ["When you or your Totems Kill a Burning Enemy, you and your Totems each gain an Endurance Charge"] = { }, - ["When you place a Banner, you and nearby Allies Recover #% of maximum Life for\neach Stage the Banner has"] = { { isScalable = true, formats = { "divide_by_one_hundred" } } }, - ["When you reload, triggers Gemini Infusion to alternately\ngain # Cold Infusion or # Fire Infusion"] = { { isScalable = true }, { isScalable = true } }, + ["When you reload, triggers Gemini Surge to alternately\ngain # Cold Surge or # Fire Surge"] = { { isScalable = true }, { isScalable = true } }, + ["When you reload, triggers Gemini Surge to alternately\ngain # Cold Surge or # Fire Surges"] = { { isScalable = true }, { isScalable = true } }, + ["When you reload, triggers Gemini Surge to alternately\ngain # Cold Surges or # Fire Surge"] = { { isScalable = true }, { isScalable = true } }, + ["When you reload, triggers Gemini Surge to alternately\ngain # Cold Surges or # Fire Surges"] = { { isScalable = true }, { isScalable = true } }, + ["When your Marks are Consumed, they Mark another Enemy"] = { }, + ["When your Marks are Consumed, they have #% chance to Mark another Enemy"] = { { isScalable = true } }, ["When your Traps Trigger, your nearby Traps also Trigger"] = { }, ["When your weapon gains Infusion #% chance to gain an additional Infusion of the same type"] = { { isScalable = true } }, ["When your weapon gains Infusion gain an additional Infusion of the same type"] = { }, @@ -12920,7 +13376,7 @@ return { ["While Minions have Energy Shield, their Hits Ignore Monster Elemental Resistances"] = { }, ["While at maximum Frenzy Charges, Attacks Poison Enemies"] = { }, ["While in a Scourged Map, Items absorb #% more Corruption for each time the Map has been transformed"] = { { isScalable = true } }, - ["While not on Low Infernal Flame, all Damage from you and\nyour Minions contributes to Ignite Chance and Magnitude"] = { }, + ["While not on Low Infernal Flame, all Damage from you and\nyour Minions contributes to Flammability and Ignite Magnitudes"] = { }, ["While on Elemental Ground, Players deal #% increased Damage of the associated Damage Type"] = { { isScalable = true } }, ["While on High Infernal Flame, you and Allies in your\nPresence Gain #% of Damage as Fire Damage"] = { { isScalable = true } }, ["While there are at least five nearby Allies, you and nearby Allies have Onslaught"] = { }, @@ -12931,7 +13387,6 @@ return { ["While you are not on Low Mana, you and Allies in your Presence have Unholy Might"] = { }, ["Wild Strike's Beam Chains an additional # times"] = { { isScalable = true } }, ["Wild Strike's Beam Chains an additional time"] = { }, - ["Wind Dancer"] = { }, ["Winter Orb deals #% increased Damage"] = { { isScalable = true } }, ["Winter Orb deals #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Winter Orb has # Maximum Stages"] = { { isScalable = true } }, @@ -13080,6 +13535,7 @@ return { ["Withered for 2 seconds when you take Chaos Damage from a Hit"] = { }, ["Withered you Inflict expires #% faster"] = { { isScalable = true } }, ["Withered you Inflict expires #% slower"] = { { isScalable = true, formats = { "negate" } } }, + ["Withered you inflict has infinite Duration"] = { }, ["Withering Step has #% increased Elusive Effect"] = { { isScalable = true } }, ["Withering Step has #% reduced Elusive Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Withering Step inflicts # additional Withered Debuffs"] = { { isScalable = true } }, @@ -13091,7 +13547,15 @@ return { ["Wrath has #% reduced Reservation"] = { { isScalable = true, formats = { "negate" } } }, ["Wrath has no Reservation"] = { }, ["You always Ignite while Burning"] = { }, - ["You and Allies affected by your placed Banners Regenerate #% of\nmaximum Life per second for each Stage"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, + ["You and Allies in your Presence have #% increased Accuracy Rating"] = { { isScalable = true } }, + ["You and Allies in your Presence have #% increased Attack Speed"] = { { isScalable = true } }, + ["You and Allies in your Presence have #% increased Cast Speed"] = { { isScalable = true } }, + ["You and Allies in your Presence have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, + ["You and Allies in your Presence have #% reduced Accuracy Rating"] = { { isScalable = true, formats = { "negate" } } }, + ["You and Allies in your Presence have #% reduced Attack Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["You and Allies in your Presence have #% reduced Cast Speed"] = { { isScalable = true, formats = { "negate" } } }, + ["You and Allies in your Presence have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, + ["You and Allies in your Presence have #% to Chaos Resistance"] = { { isScalable = true } }, ["You and Nearby Allies have # to # added Chaos Damage per White Socket"] = { { isScalable = true }, { isScalable = true } }, ["You and Nearby Allies have # to # added Cold Damage per Green Socket"] = { { isScalable = true }, { isScalable = true } }, ["You and Nearby Allies have # to # added Fire Damage per Red Socket"] = { { isScalable = true }, { isScalable = true } }, @@ -13133,12 +13597,9 @@ return { ["You and your Totems gain an Endurance Charge when your Totems Kill a Burning Enemy"] = { }, ["You and your allies cannot be Stunned while you are wielding a Staff"] = { }, ["You are Crushed"] = { }, - ["You are Cursed with Conductivity"] = { }, ["You are Cursed with Despair"] = { }, ["You are Cursed with Elemental Weakness"] = { }, ["You are Cursed with Enfeeble"] = { }, - ["You are Cursed with Flammability"] = { }, - ["You are Cursed with Frostbite"] = { }, ["You are Cursed with Temporal Chains"] = { }, ["You are Cursed with Vulnerability"] = { }, ["You are Hexproof if you have a Magic Ring in right slot"] = { }, @@ -13155,6 +13616,7 @@ return { ["You can Break Enemy Armour to below 0"] = { }, ["You can Cast # additional Brands"] = { { isScalable = true } }, ["You can Cast an additional Brand"] = { }, + ["You can Socket an additional copy of each Lineage Support Gem, in different Skills"] = { }, ["You can apply # additional Curses"] = { { isScalable = true } }, ["You can apply # additional Curses while affected by Malevolence"] = { { isScalable = true } }, ["You can apply # additional Curses while at maximum Power Charges"] = { { isScalable = true } }, @@ -13183,14 +13645,13 @@ return { ["You can only deal Damage with this Weapon or Ignite"] = { }, ["You can use One Hand Mace skills while Unarmed"] = { }, ["You can use Quarterstaff skills while Unarmed"] = { }, - ["You can use each type of Support Gem an additional time in different Skills"] = { }, ["You can wield Two-Handed Axes, Maces and Swords in one hand"] = { }, ["You can't deal Damage with your Skills yourself"] = { }, - ["You cannot Block"] = { }, ["You cannot Cast Curse Spells"] = { }, ["You cannot Recharge Energy Shield"] = { }, ["You cannot Recharge or Regenerate Energy Shield"] = { }, ["You cannot Regenerate Energy Shield"] = { }, + ["You cannot Sprint"] = { }, ["You cannot be Chilled for # second after being Chilled"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["You cannot be Chilled for # seconds after being Chilled"] = { { isScalable = true, formats = { "milliseconds_to_seconds" } } }, ["You cannot be Chilled or Frozen"] = { }, @@ -13205,6 +13666,7 @@ return { ["You cannot be Ignited if you've been Ignited Recently"] = { }, ["You cannot be Ignited while you have a Flame Golem Summoned"] = { }, ["You cannot be Impaled"] = { }, + ["You cannot be Light Stunned if you've been Stunned Recently"] = { }, ["You cannot be Maimed"] = { }, ["You cannot be Poisoned if there is at least # Poison on you"] = { { isScalable = true } }, ["You cannot be Poisoned while there are at least # Poisons on you"] = { { isScalable = true } }, @@ -13215,8 +13677,7 @@ return { ["You cannot be Shocked while at maximum Endurance Charges"] = { }, ["You cannot be Shocked while you have a Lightning Golem Summoned"] = { }, ["You cannot be Stunned if you've Blocked a Stunning Hit Recently"] = { }, - ["You cannot be Stunned if you've been Stunned Recently"] = { }, - ["You cannot be Stunned if you've been Stunned or Blocked a Stunning Hit in the past 2 seconds"] = { }, + ["You cannot be Stunned if you've been Stunned in the past 2 seconds"] = { }, ["You cannot be Stunned while at maximum Endurance Charges"] = { }, ["You cannot be killed by reflected Elemental Damage"] = { }, ["You cannot deal Critical Hits against non-Shocked Enemies"] = { }, @@ -13288,7 +13749,6 @@ return { ["You have Phasing during Onslaught"] = { }, ["You have Phasing if Energy Shield Recharge has started Recently"] = { }, ["You have Phasing if you have Blocked Recently"] = { }, - ["You have Phasing if you have Suppressed Spell Damage Recently"] = { }, ["You have Phasing if you've Killed Recently"] = { }, ["You have Phasing while affected by Haste"] = { }, ["You have Phasing while at maximum Frenzy Charges"] = { }, @@ -13299,6 +13759,7 @@ return { ["You have Shocking Conflux for 3 seconds every 8 seconds"] = { }, ["You have Tailwind if you have dealt a Critical Hit Recently"] = { }, ["You have Tailwind if you've used a Socketed Vaal Skill Recently"] = { }, + ["You have Unholy Might"] = { }, ["You have Unholy Might while not on Low Mana"] = { }, ["You have Unholy Might while you have no Energy Shield"] = { }, ["You have a Smoke Cloud around you while stationary"] = { }, @@ -13325,6 +13786,7 @@ return { ["You take #% increased Extra Damage from Critical Hits while you have no Power Charges"] = { { isScalable = true } }, ["You take #% of Elemental damage from Blocked Hits"] = { { isScalable = true } }, ["You take #% of damage from Blocked Hits"] = { { isScalable = true } }, + ["You take #% of damage from Blocked Hits while Active Blocking"] = { { isScalable = true } }, ["You take #% of the damage from hits you Block"] = { { isScalable = true } }, ["You take #% of your maximum Life as Chaos Damage on use"] = { { isScalable = true } }, ["You take #% reduced Extra Damage from Critical Hits by Cursed Enemies"] = { { isScalable = true, formats = { "negate" } } }, @@ -13350,7 +13812,7 @@ return { ["Your Arc Towers repeats # additional Times"] = { { isScalable = true } }, ["Your Attacks deal # Physical Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Your Attacks do not cost Mana"] = { }, - ["Your Aura Buffs do not affect allies"] = { }, + ["Your Aura Buffs do not affect Allies"] = { }, ["Your Bleeding does not deal extra Damage while the Target is moving"] = { }, ["Your Chilling Towers deal #% increased Damage"] = { { isScalable = true } }, ["Your Chilling Towers deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, @@ -13364,7 +13826,7 @@ return { ["Your Counterattacks deal Double Damage"] = { }, ["Your Counterattacks have #% increased Cooldown Recovery Rate"] = { { isScalable = true } }, ["Your Counterattacks have #% reduced Cooldown Recovery Rate"] = { { isScalable = true, formats = { "negate" } } }, - ["Your Critical Damage Bonus is 300%"] = { }, + ["Your Critical Damage Bonus is 250%"] = { }, ["Your Critical Hit Chance is Lucky"] = { }, ["Your Critical Hit Chance is Lucky while Focused"] = { }, ["Your Critical Hit Chance is Lucky while on Low Life"] = { }, @@ -13378,10 +13840,8 @@ return { ["Your Critical Hits have a #% chance to deal Double Damage"] = { { isScalable = true } }, ["Your Critical Hits with Attacks Maim Enemies"] = { }, ["Your Curse Limit is equal to your maximum Power Charges"] = { }, - ["Your Curses can affect Hexproof Enemies"] = { }, ["Your Curses have #% increased Effect if 50% of Curse Duration expired"] = { { isScalable = true } }, ["Your Curses have #% reduced Effect if 50% of Curse Duration expired"] = { { isScalable = true, formats = { "negate" } } }, - ["Your Curses have infinite Duration"] = { }, ["Your Damaging Hits always Stun Enemies that are on Full Life"] = { }, ["Your Dexterity is added to your Minions"] = { }, ["Your Elemental Golems are Immune to Elemental Damage"] = { }, @@ -13394,6 +13854,7 @@ return { ["Your Empowering Towers have #% increased Range"] = { { isScalable = true } }, ["Your Empowering Towers have #% reduced Effect"] = { { isScalable = true, formats = { "negate" } } }, ["Your Empowering Towers have #% reduced Range"] = { { isScalable = true, formats = { "negate" } } }, + ["Your Energy Shield Recharge starts when your Minions are Reformed"] = { }, ["Your Energy Shield starts at zero"] = { }, ["Your Fireball Towers Projectiles fire in a circle"] = { }, ["Your Fireball Towers deal #% increased Damage"] = { { isScalable = true } }, @@ -13429,8 +13890,10 @@ return { ["Your Glacial Cage Towers have #% reduced Range"] = { { isScalable = true, formats = { "negate" } } }, ["Your Heavy Stun buildup empties #% faster"] = { { isScalable = true } }, ["Your Heavy Stun buildup empties #% faster if you've successfully Parried Recently"] = { { isScalable = true } }, + ["Your Heavy Stun buildup empties #% faster per 10 Tribute"] = { { isScalable = true } }, ["Your Heavy Stun buildup empties #% slower"] = { { isScalable = true, formats = { "negate" } } }, ["Your Heavy Stun buildup empties #% slower if you've successfully Parried Recently"] = { { isScalable = true, formats = { "negate" } } }, + ["Your Heavy Stun buildup empties #% slower per 10 Treibute"] = { { isScalable = true, formats = { "negate" } } }, ["Your Hits Intimidate Enemies for 4 seconds while you are using Pride"] = { }, ["Your Hits always inflict Freeze, Shock and Ignite while Unbound"] = { }, ["Your Hits can Penetrate Elemental Resistances down to a minimum of -50%"] = { }, @@ -13439,6 +13902,8 @@ return { ["Your Hits can't be Evaded by Blinded Enemies"] = { }, ["Your Hits cannot Penetrate or ignore Elemental Resistances"] = { }, ["Your Hits cannot Stun Enemies"] = { }, + ["Your Hits cannot be Evaded by Heavy Stunned Enemies"] = { }, + ["Your Hits cannot be Evaded by Pinned Enemies"] = { }, ["Your Hits inflict Decay, dealing # Chaos Damage per second for 8 seconds"] = { { isScalable = true } }, ["Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds"] = { }, ["Your Hits permanently Intimidate Enemies that are on Full Life"] = { }, @@ -13457,6 +13922,7 @@ return { ["Your Imbuing Towers have #% reduced Range"] = { { isScalable = true, formats = { "negate" } } }, ["Your Increases and Reductions to Quantity of Items found also apply to Damage"] = { }, ["Your Intelligence is zero"] = { }, + ["Your Life Flask also applies to your Minions"] = { }, ["Your Life cannot change while you have Energy Shield"] = { }, ["Your Lightning Storm Towers create Storms centred on Enemies"] = { }, ["Your Lightning Storm Towers deal #% increased Damage"] = { { isScalable = true } }, @@ -13471,8 +13937,6 @@ return { ["Your Linked Targets take #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, ["Your Linked targets deal #% increased Damage"] = { { isScalable = true } }, ["Your Linked targets deal #% reduced Damage"] = { { isScalable = true, formats = { "negate" } } }, - ["Your Marks Transfer to another Enemy when Marked Enemy dies"] = { }, - ["Your Marks have a #% chance to Transfer to another Enemy when Marked Enemy dies"] = { { isScalable = true } }, ["Your Maximum Endurance Charges is equal to your Maximum Frenzy Charges"] = { }, ["Your Maximum Frenzy Charges is equal to your Maximum Power Charges"] = { }, ["Your Maximum Resistances are #%"] = { { isScalable = false } }, @@ -13484,6 +13948,7 @@ return { ["Your Meteor Towers drop an additional Meteor"] = { }, ["Your Meteor Towers have #% increased Range"] = { { isScalable = true } }, ["Your Meteor Towers have #% reduced Range"] = { { isScalable = true, formats = { "negate" } } }, + ["Your Minions are Gigantic"] = { }, ["Your Minions inflict Malediction on Hit"] = { }, ["Your Minions spread Burning Ground on Death, dealing #% of their maximum Life as Fire Damage per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, ["Your Minions spread Caustic Ground on Death, dealing #% of their maximum Life as Chaos Damage per second"] = { { isScalable = true, formats = { "per_minute_to_per_second" } } }, diff --git a/src/Data/ModVeiled.lua b/src/Data/ModVeiled.lua new file mode 100644 index 0000000000..9f3e5cd53d --- /dev/null +++ b/src/Data/ModVeiled.lua @@ -0,0 +1,349 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + ["HistoricAbyssJewelAttributesGrantExtraTribute"] = { affix = "", "Conquered Attribute Passive Skills also grant +(2-5) to Tribute", statOrder = { 7137 }, level = 1, group = "HistoricAbyssJewelAttributesGrantExtraTribute", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_1" }, tradeHash = 1119086588, }, + ["HistoricAbyssJewelAttributesGrantExtraStrength"] = { affix = "", "Conquered Attribute Passive Skills also grant +(4-8) to Strength", statOrder = { 7136 }, level = 1, group = "HistoricAbyssJewelAttributesGrantExtraStrength", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_1" }, tradeHash = 3871530702, }, + ["HistoricAbyssJewelAttributesGrantExtraDexterity"] = { affix = "", "Conquered Attribute Passive Skills also grant +(4-8) to Dexterity", statOrder = { 7134 }, level = 1, group = "HistoricAbyssJewelAttributesGrantExtraDexterity", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_1" }, tradeHash = 1938221597, }, + ["HistoricAbyssJewelAttributesGrantExtraIntelligence"] = { affix = "", "Conquered Attribute Passive Skills also grant +(4-8) to Intelligence", statOrder = { 7135 }, level = 1, group = "HistoricAbyssJewelAttributesGrantExtraIntelligence", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_1" }, tradeHash = 3116427713, }, + ["HistoricAbyssJewelAttributesGrantExtraAllAttributes"] = { affix = "", "Conquered Attribute Passive Skills also grant +(2-3) to all Attributes", statOrder = { 7133 }, level = 1, group = "HistoricAbyssJewelAttributesGrantExtraAllAttributes", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_1" }, tradeHash = 2552484522, }, + ["HistoricAbyssJewelSmallGrantEvasionRatingIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (2-4)% increased Evasion Rating", statOrder = { 7144 }, level = 1, group = "HistoricAbyssJewelSmallGrantEvasionRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 468694293, }, + ["HistoricAbyssJewelSmallGrantArmourIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (2-4)% increased Armour", statOrder = { 7139 }, level = 1, group = "HistoricAbyssJewelSmallGrantArmourIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 970480050, }, + ["HistoricAbyssJewelSmallGrantEnergyShieldIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (2-4)% increased Energy Shield", statOrder = { 7143 }, level = 1, group = "HistoricAbyssJewelSmallGrantEnergyShieldIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 2780670304, }, + ["HistoricAbyssJewelSmallGrantManaRegenerationRateIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (2-3)% increased Mana Regeneration rate", statOrder = { 7146 }, level = 1, group = "HistoricAbyssJewelSmallGrantManaRegenerationRateIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 1818915622, }, + ["HistoricAbyssJewelSmallGrantLifeRegenerationRateIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (2-3)% increased Life Regeneration rate", statOrder = { 7145 }, level = 1, group = "HistoricAbyssJewelSmallGrantLifeRegenerationRateIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 4264952559, }, + ["HistoricAbyssJewelSmallGrantSpellDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-5)% increased Spell damage", statOrder = { 7149 }, level = 1, group = "HistoricAbyssJewelSmallGrantSpellDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 3038857426, }, + ["HistoricAbyssJewelSmallGrantAttackDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-5)% increased Attack damage", statOrder = { 7140 }, level = 1, group = "HistoricAbyssJewelSmallGrantAttackDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 8816597, }, + ["HistoricAbyssJewelSmallGrantElementalDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-5)% increased Elemental Damage", statOrder = { 7142 }, level = 1, group = "HistoricAbyssJewelSmallGrantElementalDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 4240116297, }, + ["HistoricAbyssJewelSmallGrantPhysicalDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-5)% increased Physical damage", statOrder = { 7148 }, level = 1, group = "HistoricAbyssJewelSmallGrantPhysicalDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 1829333149, }, + ["HistoricAbyssJewelSmallGrantChaosDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-5)% increased Chaos damage", statOrder = { 7141 }, level = 1, group = "HistoricAbyssJewelSmallGrantChaosDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 2601021356, }, + ["HistoricAbyssJewelSmallGrantMinionDamageIncrease"] = { affix = "", "Conquered Small Passive Skills also grant Minions deal (3-5)% increased damage", statOrder = { 7147 }, level = 1, group = "HistoricAbyssJewelSmallGrantMinionDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 3343033032, }, + ["HistoricAbyssJewelSmallGrantStunThresholdIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-6)% increased Stun Threshold", statOrder = { 7150 }, level = 1, group = "HistoricAbyssJewelSmallGrantStunThresholdIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 2475870935, }, + ["HistoricAbyssJewelSmallGrantElementalAilmentThresholdIncrease"] = { affix = "", "Conquered Small Passive Skills also grant (3-6)% increased Elemental Ailment Threshold", statOrder = { 7138 }, level = 1, group = "HistoricAbyssJewelSmallGrantElementalAilmentThresholdIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "historic_abyss_jewel_2" }, tradeHash = 1283490138, }, + ["UniqueHeartPrefixDamageGainedAsFire"] = { affix = "", "Gain (9-15)% of Damage as Extra Fire Damage", statOrder = { 844 }, level = 1, group = "DamageGainedAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "heart_unique_jewel_prefix", "damage", "elemental", "fire" }, tradeHash = 3015669065, }, + ["UniqueHeartPrefixDamageGainedAsCold"] = { affix = "", "Gain (7-13)% of Damage as Extra Chaos Damage", statOrder = { 1599 }, level = 1, group = "DamageGainedAsChaos", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "unveiled_mod", "heart_unique_jewel_prefix", "damage", "chaos" }, tradeHash = 3398787959, }, + ["UniqueHeartPrefixDamageGainedAsLightning"] = { affix = "", "Gain (9-15)% of Damage as Extra Cold Damage", statOrder = { 846 }, level = 1, group = "DamageGainedAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "heart_unique_jewel_prefix", "damage", "elemental", "cold" }, tradeHash = 2505884597, }, + ["UniqueHeartPrefixDamageGainedAsChaos"] = { affix = "", "Gain (9-15)% of Damage as Extra Lightning Damage", statOrder = { 848 }, level = 1, group = "DamageGainedAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "heart_unique_jewel_prefix", "damage", "elemental", "lightning" }, tradeHash = 3278136794, }, + ["UniqueHeartPrefixMinionReviveSpeed"] = { affix = "", "Minions Revive (5-10)% faster", statOrder = { 8402 }, level = 1, group = "MinionReviveSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "minion" }, tradeHash = 2639966148, }, + ["UniqueHeartPrefixIncreasedSkillSpeed"] = { affix = "", "(4-8)% increased Skill Speed", statOrder = { 826 }, level = 1, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "speed" }, tradeHash = 970213192, }, + ["UniqueHeartPrefixManaCostEfficiency"] = { affix = "", "(8-16)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 1, group = "ManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_prefix", "mana" }, tradeHash = 4101445926, }, + ["UniqueHeartPrefixGlobalCooldownRecovery"] = { affix = "", "(10-18)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 1004011302, }, + ["UniqueHeartPrefixChanceToPierce"] = { affix = "", "(30-50)% chance to Pierce an Enemy", statOrder = { 997 }, level = 1, group = "ChanceToPierce", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 2321178454, }, + ["UniqueHeartPrefixSkillEffectDuration"] = { affix = "", "(10-15)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 3377888098, }, + ["UniqueHeartPrefixMinionLifeGainAsEnergyShield"] = { affix = "", "Minions gain (10-15)% of their maximum Life as Extra maximum Energy Shield", statOrder = { 8383 }, level = 1, group = "MinionLifeGainAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "heart_unique_jewel_prefix", "defences", "minion" }, tradeHash = 943702197, }, + ["UniqueHeartPrefixMinionLifeRegeneration"] = { affix = "", "Minions Regenerate (1-3)% of maximum Life per second", statOrder = { 2546 }, level = 1, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_prefix", "life", "minion" }, tradeHash = 2479683456, }, + ["UniqueHeartPrefixDamageWhileInPresenceOfCompanion"] = { affix = "", "(15-25)% increased Damage while your Companion is in your Presence", statOrder = { 5504 }, level = 1, group = "DamageWhileInPresenceOfCompanion", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "damage" }, tradeHash = 693180608, }, + ["UniqueHeartPrefixAggravateBleedOnAttackHitChance"] = { affix = "", "(5-10)% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4104 }, level = 1, group = "AggravateBleedOnAttackHitChance", weightKey = { }, weightVal = { }, modTags = { "bleed", "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 2705185939, }, + ["UniqueHeartPrefixLuckyLightningDamageChancePercent"] = { affix = "", "(15-25)% chance for Lightning Damage with Hits to be Lucky", statOrder = { 4986 }, level = 1, group = "LuckyLightningDamageChancePercent", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "elemental", "lightning" }, tradeHash = 2466011626, }, + ["UniqueHeartPrefixRecoverLifeOnKillingPoisonedEnemy"] = { affix = "", "Recover (2-4)% of maximum Life on Killing a Poisoned Enemy", statOrder = { 8967 }, level = 1, group = "RecoverLifeOnKillingPoisonedEnemy", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_prefix", "life" }, tradeHash = 1781372024, }, + ["UniqueHeartPrefixPercentOfLeechIsInstant"] = { affix = "", "(8-15)% of Leech is Instant", statOrder = { 6858 }, level = 1, group = "PercentOfLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 3561837752, }, + ["UniqueHeartPrefixEvasionRatingFromBodyArmour"] = { affix = "", "(40-60)% increased Evasion Rating from Equipped Body Armour", statOrder = { 4774 }, level = 1, group = "EvasionRatingFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "heart_unique_jewel_prefix", "defences" }, tradeHash = 3509362078, }, + ["UniqueHeartPrefixBodyArmourFromBodyArmour"] = { affix = "", "(40-60)% increased Armour from Equipped Body Armour", statOrder = { 4773 }, level = 1, group = "BodyArmourFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "heart_unique_jewel_prefix", "defences" }, tradeHash = 1015576579, }, + ["UniqueHeartPrefixMaximumEnergyShieldFromBodyArmour"] = { affix = "", "(40-60)% increased Energy Shield from Equipped Body Armour", statOrder = { 8191 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "heart_unique_jewel_prefix", "defences" }, tradeHash = 1195319608, }, + ["UniqueHeartPrefixTriggersRefundEnergySpent"] = { affix = "", "(6-12)% chance for Trigger skills to refund half of Energy Spent", statOrder = { 9537 }, level = 1, group = "TriggersRefundEnergySpent", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 599320227, }, + ["UniqueHeartPrefixManaRegenerationRateWhileMoving"] = { affix = "", "(20-30)% increased Mana Regeneration Rate while moving", statOrder = { 7419 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_prefix", "mana" }, tradeHash = 1327522346, }, + ["UniqueHeartPrefixCullingStrikeThreshold"] = { affix = "", "(15-25)% increased Culling Strike Threshold", statOrder = { 5460 }, level = 1, group = "CullingStrikeThreshold", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 3563080185, }, + ["UniqueHeartPrefixPhysicalDamagePreventedRecoup"] = { affix = "", "(5-10)% of Physical Damage prevented Recouped as Life", statOrder = { 8727 }, level = 1, group = "PhysicalDamagePreventedRecoup", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "physical" }, tradeHash = 1374654984, }, + ["UniqueHeartPrefixMaximumElementalResistance"] = { affix = "", "+1% to all Maximum Elemental Resistances", statOrder = { 948 }, level = 1, group = "MaximumElementalResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "elemental", "resistance" }, tradeHash = 1978899297, }, + ["UniqueHeartPrefixIceCrystalMaximumLife"] = { affix = "", "(40-60)% increased Ice Crystal Life", statOrder = { 6696 }, level = 1, group = "IceCrystalMaximumLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 3274422940, }, + ["UniqueHeartPrefixRecoupSpeed"] = { affix = "", "(8-14)% increased speed of Recoup Effects", statOrder = { 8937 }, level = 1, group = "RecoupSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 2363593824, }, + ["UniqueHeartPrefixFlaskLifeRegenForXSeconds"] = { affix = "", "Regenerate (1-1.5)% of maximum Life per Second if you've used a Life Flask in the past 10 seconds", statOrder = { 6940 }, level = 1, group = "FlaskLifeRegenForXSeconds", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "unveiled_mod", "heart_unique_jewel_prefix", "life" }, tradeHash = 3161573445, }, + ["UniqueHeartPrefixCharmRecoverManaOnUse"] = { affix = "", "Recover (5-10)% of maximum Mana when a Charm is used", statOrder = { 8969 }, level = 1, group = "CharmRecoverManaOnUse", weightKey = { }, weightVal = { }, modTags = { "charm", "resource", "unveiled_mod", "heart_unique_jewel_prefix", "mana" }, tradeHash = 4121454694, }, + ["UniqueHeartPrefixCharmChanceToUseOtherCharm"] = { affix = "", "(10-15)% chance when a Charm is used to use another Charm without consuming Charges", statOrder = { 5205 }, level = 1, group = "CharmChanceToUseOtherCharm", weightKey = { }, weightVal = { }, modTags = { "charm", "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 1949851472, }, + ["UniqueHeartPrefixCharmEffect"] = { affix = "", "Charms applied to you have (15-25)% increased Effect", statOrder = { 5184 }, level = 1, group = "CharmEffect", weightKey = { }, weightVal = { }, modTags = { "charm", "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 3480095574, }, + ["UniqueHeartPrefixThornsCriticalStrikeChance"] = { affix = "", "+(2-4)% to Thorns Critical Hit Chance", statOrder = { 4580 }, level = 1, group = "ThornsCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 2715190555, }, + ["UniqueHeartPrefixThornsFromPercentBodyArmour"] = { affix = "", "Gain Physical Thorns damage equal to (4-6)% of Item Armour on Equipped Body Armour", statOrder = { 4494 }, level = 1, group = "ThornsFromPercentBodyArmour", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "damage" }, tradeHash = 1793740180, }, + ["UniqueHeartPrefixAttackSpeedPercentIfRareOrUniqueEnemyNearby"] = { affix = "", "(5-8)% increased Attack Speed while a Rare or Unique Enemy is in your Presence", statOrder = { 4403 }, level = 1, group = "AttackSpeedPercentIfRareOrUniqueEnemyNearby", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix", "attack", "speed" }, tradeHash = 314741699, }, + ["UniqueHeartPrefixElementalExposureEffect"] = { affix = "", "(15-25)% increased Exposure Effect", statOrder = { 6032 }, level = 1, group = "ElementalExposureEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_prefix" }, tradeHash = 2074866941, }, + ["UniqueHeartSuffixMaximumFireResist"] = { affix = "", "+1% to Maximum Fire Resistance", statOrder = { 949 }, level = 1, group = "MaximumFireResist", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "elemental", "fire", "resistance" }, tradeHash = 4095671657, }, + ["UniqueHeartSuffixMaximumColdResist"] = { affix = "", "+1% to Maximum Cold Resistance", statOrder = { 950 }, level = 1, group = "MaximumColdResist", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "elemental", "cold", "resistance" }, tradeHash = 3676141501, }, + ["UniqueHeartSuffixMaximumLightningResist"] = { affix = "", "+1% to Maximum Lightning Resistance", statOrder = { 951 }, level = 1, group = "MaximumLightningResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "elemental", "lightning", "resistance" }, tradeHash = 1011760251, }, + ["UniqueHeartSuffixSkillEffectDuration"] = { affix = "", "(3-8)% increased Skill Effect Duration", statOrder = { 1569 }, level = 1, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 3377888098, }, + ["UniqueHeartSuffixLifeRegenerationRate"] = { affix = "", "(6-12)% increased Life Regeneration rate", statOrder = { 965 }, level = 1, group = "LifeRegenerationRate", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "life" }, tradeHash = 44972811, }, + ["UniqueHeartSuffixStunDamageIncrease"] = { affix = "", "(6-12)% increased Stun Buildup", statOrder = { 980 }, level = 1, group = "StunDamageIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 239367161, }, + ["UniqueHeartSuffixIncreasedStunThreshold"] = { affix = "", "(5-10)% increased Stun Threshold", statOrder = { 2867 }, level = 1, group = "IncreasedStunThreshold", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 680068163, }, + ["UniqueHeartSuffixRageOnHit"] = { affix = "", "Gain 1 Rage on Melee Hit", statOrder = { 6339 }, level = 1, group = "RageOnHit", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 2709367754, }, + ["UniqueHeartSuffixGainRageWhenHit"] = { affix = "", "Gain (1-2) Rage when Hit by an Enemy", statOrder = { 6341 }, level = 1, group = "GainRageWhenHit", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 3292710273, }, + ["UniqueHeartSuffixLifeCost"] = { affix = "", "(2-3)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 1, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "life" }, tradeHash = 2480498143, }, + ["UniqueHeartSuffixAilmentChance"] = { affix = "", "(4-8)% increased chance to inflict Ailments", statOrder = { 4119 }, level = 1, group = "AilmentChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "ailment" }, tradeHash = 1772247089, }, + ["UniqueHeartSuffixIncreasedAilmentThreshold"] = { affix = "", "(6-12)% increased Elemental Ailment Threshold", statOrder = { 4130 }, level = 1, group = "IncreasedAilmentThreshold", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 3544800472, }, + ["UniqueHeartSuffixIncreasedAttackSpeed"] = { affix = "", "(2-3)% increased Attack Speed", statOrder = { 937 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "attack", "speed" }, tradeHash = 681332047, }, + ["UniqueHeartSuffixGlobalCooldownRecovery"] = { affix = "", "(2-3)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 1, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 1004011302, }, + ["UniqueHeartSuffixDebuffTimePassed"] = { affix = "", "Debuffs on you expire (4-8)% faster", statOrder = { 5638 }, level = 1, group = "DebuffTimePassed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 1238227257, }, + ["UniqueHeartSuffixFasterAilmentDamageForJewel"] = { affix = "", "Damaging Ailments deal damage (2-4)% faster", statOrder = { 5606 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "ailment" }, tradeHash = 538241406, }, + ["UniqueHeartSuffixMovementVelocity"] = { affix = "", "(1-2)% increased Movement Speed", statOrder = { 825 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "speed" }, tradeHash = 2250533757, }, + ["UniqueHeartSuffixSlowPotency"] = { affix = "", "(5-10)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 1, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 924253255, }, + ["UniqueHeartSuffixIncreasedFlaskChargesGained"] = { affix = "", "(4-8)% increased Flask Charges gained", statOrder = { 6141 }, level = 1, group = "IncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask", "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 1836676211, }, + ["UniqueHeartSuffixFlaskDuration"] = { affix = "", "(4-8)% increased Flask Effect Duration", statOrder = { 876 }, level = 1, group = "FlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask", "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 3741323227, }, + ["UniqueHeartSuffixBaseChanceToPoison"] = { affix = "", "(5-10)% chance to Poison on Hit", statOrder = { 2778 }, level = 1, group = "BaseChanceToPoison", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 795138349, }, + ["UniqueHeartSuffixBaseChanceToBleed"] = { affix = "", "(5-10)% chance to inflict Bleeding on Hit", statOrder = { 4500 }, level = 1, group = "BaseChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 2174054121, }, + ["UniqueHeartSuffixIncreasedCastSpeedForJewel"] = { affix = "", "(2-3)% increased Cast Speed", statOrder = { 938 }, level = 1, group = "IncreasedCastSpeedForJewel", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "caster", "speed" }, tradeHash = 2891184298, }, + ["UniqueHeartSuffixCritChanceForJewel"] = { affix = "", "(4-8)% increased Critical Hit Chance", statOrder = { 929 }, level = 1, group = "CritChanceForJewel", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "critical" }, tradeHash = 587431675, }, + ["UniqueHeartSuffixCritMultiplierForJewel"] = { affix = "", "(6-12)% increased Critical Damage Bonus", statOrder = { 933 }, level = 1, group = "CritMultiplierForJewel", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "damage", "critical" }, tradeHash = 3556824919, }, + ["UniqueHeartSuffixSpellCritMultiplierForJewel"] = { affix = "", "(6-12)% increased Critical Spell Damage Bonus", statOrder = { 935 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "unveiled_mod", "heart_unique_jewel_suffix", "damage", "caster", "critical" }, tradeHash = 274716455, }, + ["UniqueHeartSuffixSpellCriticalStrikeChance"] = { affix = "", "(4-8)% increased Critical Hit Chance for Spells", statOrder = { 931 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "caster", "critical" }, tradeHash = 737908626, }, + ["UniqueHeartSuffixDamageRemovedFromManaBeforeLife"] = { affix = "", "(2-3)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "life", "mana" }, tradeHash = 458438597, }, + ["UniqueHeartSuffixMaximumLifeOnKillPercent"] = { affix = "", "Recover (1-2)% of maximum Life on Kill", statOrder = { 1434 }, level = 1, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "life" }, tradeHash = 2023107756, }, + ["UniqueHeartSuffixManaGainedOnKillPercentage"] = { affix = "", "Recover (1-2)% of maximum Mana on Kill", statOrder = { 1440 }, level = 1, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "mana" }, tradeHash = 1604736568, }, + ["UniqueHeartSuffixLifeRecoupForJewel"] = { affix = "", "(2-3)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "LifeRecoupForJewel", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "life" }, tradeHash = 1444556985, }, + ["UniqueHeartSuffixManaRegeneration"] = { affix = "", "(4-8)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "heart_unique_jewel_suffix", "mana" }, tradeHash = 789117908, }, + ["UniqueHeartSuffixMinionPhysicalDamageReduction"] = { affix = "", "Minions have (3-12)% additional Physical Damage Reduction", statOrder = { 1942 }, level = 1, group = "MinionPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "physical", "minion" }, tradeHash = 3119612865, }, + ["UniqueHeartSuffixMinionAttackSpeedAndCastSpeed"] = { affix = "", "Minions have (2-3)% increased Attack and Cast Speed", statOrder = { 8328 }, level = 1, group = "MinionAttackSpeedAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "attack", "caster", "speed", "minion" }, tradeHash = 3091578504, }, + ["UniqueHeartSuffixMinionCriticalStrikeChanceIncrease"] = { affix = "", "Minions have (6-12)% increased Critical Hit Chance", statOrder = { 8350 }, level = 1, group = "MinionCriticalStrikeChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "minion", "critical" }, tradeHash = 491450213, }, + ["UniqueHeartSuffixMinionElementalResistance"] = { affix = "", "Minions have +(3-4)% to all Elemental Resistances", statOrder = { 2547 }, level = 1, group = "MinionElementalResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "elemental", "resistance", "minion" }, tradeHash = 1423639565, }, + ["UniqueHeartSuffixStunThresholdfromEnergyShield"] = { affix = "", "Gain additional Stun Threshold equal to (4-10)% of maximum Energy Shield", statOrder = { 9364 }, level = 1, group = "StunThresholdfromEnergyShield", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix" }, tradeHash = 416040624, }, + ["UniqueHeartSuffixAilmentThresholdfromEnergyShield"] = { affix = "", "Gain additional Ailment Threshold equal to (4-10)% of maximum Energy Shield", statOrder = { 4129 }, level = 1, group = "AilmentThresholdfromEnergyShield", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "heart_unique_jewel_suffix", "ailment" }, tradeHash = 3398301358, }, + ["AbyssModRadiusJewelPrefixDamageTakenRecoupLife"] = { type = "Prefix", affix = "Lightless", "1% of Damage taken Recouped as Life", statOrder = { 966 }, level = 1, group = "HybridAbyssModRadiusJewelDamageTakenRecoupLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 1444556985, }, + ["AbyssModRadiusJewelPrefixDamageTakenRecoupMana"] = { type = "Prefix", affix = "Lightless", "1% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 1, group = "HybridAbyssModRadiusJewelDamageTakenRecoupMana", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 472520716, }, + ["AbyssModRadiusJewelPrefixPercentMaximumMana"] = { type = "Prefix", affix = "Lightless", "1% increased maximum Mana", statOrder = { 869 }, level = 1, group = "HybridAbyssModRadiusJewelPercentMaximumMana", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 2748665614, }, + ["AbyssModRadiusJewelPrefixPercentMaximumLife"] = { type = "Prefix", affix = "Lightless", "1% increased maximum Life", statOrder = { 867 }, level = 1, group = "HybridAbyssModRadiusJewelPercentMaximumLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 983749596, }, + ["AbyssModRadiusJewelPrefixGlobalDefences"] = { type = "Prefix", affix = "Lightless", "(2-3)% increased Global Defences", statOrder = { 2475 }, level = 1, group = "HybridAbyssModRadiusJewelGlobalDefences", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 1389153006, }, + ["AbyssModRadiusJewelPrefixDamageTakenFromManaBeforeLife"] = { type = "Prefix", affix = "Lightless", "1% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 1, group = "HybridAbyssModRadiusJewelDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 458438597, }, + ["AbyssModRadiusJewelPrefixRegeneratePercentLifePerSecond"] = { type = "Suffix", affix = "Lightless", "Regenerate (0.03-0.07)% of maximum Life per second", statOrder = { 1614 }, level = 1, group = "HybridAbyssModRadiusJewelRegeneratePercentLifePerSecond", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 836936635, }, + ["AbyssModRadiusJewelPrefixManaCostEfficiency"] = { type = "Suffix", affix = "Lightless", "(2-3)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 1, group = "HybridAbyssModRadiusJewelManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 4101445926, }, + ["AbyssModRadiusJewelPrefixReducedCriticalHitChanceAgainstYou"] = { type = "Suffix", affix = "Lightless", "Hits have (3-5)% reduced Critical Hit Chance against you", statOrder = { 2736 }, level = 1, group = "HybridAbyssModRadiusJewelReducedCriticalHitChanceAgainstYou", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 4270096386, }, + ["AbyssModRadiusJewelPrefixManaFlaskChargesPerSecond"] = { type = "Suffix", affix = "Lightless", "Mana Flasks gain 0.1 charges per Second", statOrder = { 6360 }, level = 1, group = "HybridAbyssModRadiusJewelManaFlaskChargesPerSecond", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 2200293569, }, + ["AbyssModRadiusJewelPrefixLifeFlaskChargesPerSecond"] = { type = "Suffix", affix = "Lightless", "Life Flasks gain 0.1 charges per Second", statOrder = { 6359 }, level = 1, group = "HybridAbyssModRadiusJewelLifeFlaskChargesPerSecond", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 1102738251, }, + ["AbyssModRadiusJewelPrefixCharmChargesPerSecond"] = { type = "Suffix", affix = "Lightless", "Charms gain 0.1 charges per Second", statOrder = { 6356 }, level = 1, group = "HybridAbyssModRadiusJewelCharmChargesPerSecond", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, nodeType = 2, tradeHash = 185580205, }, + ["AbyssModJewelPrefixSpellDamageArmour"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Spell Damage", "(5-10)% increased Armour", statOrder = { 850, 861 }, level = 1, group = "HybridAbyssModJewelSpellDamageArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences", "caster" }, tradeHash = 1131747566, }, + ["AbyssModJewelPrefixSpellDamageEvasion"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Spell Damage", "(5-10)% increased Evasion Rating", statOrder = { 850, 863 }, level = 1, group = "HybridAbyssModJewelSpellDamageEvasion", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "defences", "caster" }, tradeHash = 3584035298, }, + ["AbyssModJewelPrefixSpellDamageEnergyShield"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Spell Damage", "(5-10)% increased maximum Energy Shield", statOrder = { 850, 865 }, level = 1, group = "HybridAbyssModJewelSpellDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "defences", "caster" }, tradeHash = 1632833053, }, + ["AbyssModJewelPrefixAttackDamageArmour"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Armour", "(4-8)% increased Attack Damage", statOrder = { 861, 1089 }, level = 1, group = "HybridAbyssModJewelAttackDamageArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences", "attack" }, tradeHash = 4215160445, }, + ["AbyssModJewelPrefixAttackDamageEvasion"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Evasion Rating", "(4-8)% increased Attack Damage", statOrder = { 863, 1089 }, level = 1, group = "HybridAbyssModJewelAttackDamageEvasion", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "defences", "attack" }, tradeHash = 1313000010, }, + ["AbyssModJewelPrefixAttackDamageEnergyShield"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased maximum Energy Shield", "(4-8)% increased Attack Damage", statOrder = { 865, 1089 }, level = 1, group = "HybridAbyssModJewelAttackDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "defences", "attack" }, tradeHash = 2921752643, }, + ["AbyssModJewelPrefixMinionDamageArmour"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Armour", "Minions deal (4-8)% increased Damage", statOrder = { 861, 1642 }, level = 1, group = "HybridAbyssModJewelMinionDamageArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences", "minion" }, tradeHash = 289988841, }, + ["AbyssModJewelPrefixMinionDamageEvasion"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Evasion Rating", "Minions deal (4-8)% increased Damage", statOrder = { 863, 1642 }, level = 1, group = "HybridAbyssModJewelMinionDamageEvasion", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "defences", "minion" }, tradeHash = 2631111329, }, + ["AbyssModJewelPrefixMinionDamageEnergyShield"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased maximum Energy Shield", "Minions deal (4-8)% increased Damage", statOrder = { 865, 1642 }, level = 1, group = "HybridAbyssModJewelMinionDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "defences", "minion" }, tradeHash = 262571738, }, + ["AbyssModJewelPrefixThornsDamageArmour"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Armour", "(4-8)% increased Thorns damage", statOrder = { 861, 9476 }, level = 1, group = "HybridAbyssModJewelThornsDamageArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences" }, tradeHash = 1886584833, }, + ["AbyssModJewelPrefixThornsDamageEvasion"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Evasion Rating", "(4-8)% increased Thorns damage", statOrder = { 863, 9476 }, level = 1, group = "HybridAbyssModJewelThornsDamageEvasion", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "defences" }, tradeHash = 1139025795, }, + ["AbyssModJewelPrefixThornsDamageEnergyShield"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased maximum Energy Shield", "(4-8)% increased Thorns damage", statOrder = { 865, 9476 }, level = 1, group = "HybridAbyssModJewelThornsDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "defences" }, tradeHash = 721193160, }, + ["AbyssModJewelPrefixTotemDamageArmour"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Armour", "(4-8)% increased Totem Damage", statOrder = { 861, 1085 }, level = 1, group = "HybridAbyssModJewelTotemDamageArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences" }, tradeHash = 3834188973, }, + ["AbyssModJewelPrefixTotemDamageEvasion"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased Evasion Rating", "(4-8)% increased Totem Damage", statOrder = { 863, 1085 }, level = 1, group = "HybridAbyssModJewelTotemDamageEvasion", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "defences" }, tradeHash = 1129700234, }, + ["AbyssModJewelPrefixTotemDamageEnergyShield"] = { type = "Prefix", affix = "Lightless", "(5-10)% increased maximum Energy Shield", "(4-8)% increased Totem Damage", statOrder = { 865, 1085 }, level = 1, group = "HybridAbyssModJewelTotemDamageEnergyShield", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "defences" }, tradeHash = 495549257, }, + ["AbyssModJewelPrefixFireDamageAndPen"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Fire Damage", "Damage Penetrates (4-7)% Fire Resistance", statOrder = { 852, 2602 }, level = 1, group = "HybridAbyssModJewelFireDamageAndPen", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "elemental", "fire" }, tradeHash = 1903981671, }, + ["AbyssModJewelPrefixLightningDamageAndPen"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Lightning Damage", "Damage Penetrates (4-7)% Lightning Resistance", statOrder = { 854, 2604 }, level = 1, group = "HybridAbyssModJewelLightningDamageAndPen", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "elemental", "lightning" }, tradeHash = 4255260716, }, + ["AbyssModJewelPrefixColdDamageAndPen"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Cold Damage", "Damage Penetrates (4-7)% Cold Resistance", statOrder = { 853, 2603 }, level = 1, group = "HybridAbyssModJewelColdDamageAndPen", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "elemental", "cold" }, tradeHash = 3120339385, }, + ["AbyssModJewelPrefixBleedChanceAndMagnitude"] = { type = "Prefix", affix = "Lightless", "15% increased chance to inflict Bleeding", "(5-10)% increased Magnitude of Bleeding you inflict", statOrder = { 4624, 4626 }, level = 1, group = "HybridAbyssModJewelBleedChanceAndMagnitude", weightKey = { }, weightVal = { }, modTags = { "bleed", "unveiled_mod", "ailment" }, tradeHash = 3930825502, }, + ["AbyssModJewelPrefixPoisonChanceAndMagnitude"] = { type = "Prefix", affix = "Lightless", "15% increased chance to Poison", "(5-10)% increased Magnitude of Poison you inflict", statOrder = { 8774, 8780 }, level = 1, group = "HybridAbyssModJewelPoisonChanceAndMagnitude", weightKey = { }, weightVal = { }, modTags = { "poison", "unveiled_mod", "ailment" }, tradeHash = 1762956693, }, + ["AbyssModJewelPrefixWarcryBuffEffectAndDamage"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Warcry Buff Effect", "(5-10)% increased Damage with Warcries", statOrder = { 9702, 9705 }, level = 1, group = "HybridAbyssModJewelWarcryBuffEffectAndDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, tradeHash = 1025420770, }, + ["AbyssModJewelPrefixCompanionLifeAndDamage"] = { type = "Prefix", affix = "Lightless", "Companions deal (5-10)% increased Damage", "Companions have (5-10)% increased maximum Life", statOrder = { 5287, 5289 }, level = 1, group = "HybridAbyssModJewelCompanionLifeAndDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "minion" }, tradeHash = 577252853, }, + ["AbyssModJewelPrefixGlobalPhysicalDamageArmourBreak"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Global Physical Damage", "Break (4-8)% increased Armour", statOrder = { 1118, 4259 }, level = 1, group = "HybridAbyssModJewelGlobalPhysicalDamageArmourBreak", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "defences", "physical" }, tradeHash = 622659131, }, + ["AbyssModJewelPrefixElementalDamageAilmentMagnitude"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Elemental Damage", "(4-8)% increased Magnitude of Ailments you inflict", statOrder = { 1647, 4123 }, level = 1, group = "HybridAbyssModJewelElementalDamageAilmentMagnitude", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "elemental", "ailment" }, tradeHash = 2415303479, }, + ["AbyssModJewelPrefixChaosDamageWitherEffect"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Chaos Damage", "(3-6)% increased Withered Magnitude", statOrder = { 855, 9734 }, level = 1, group = "HybridAbyssModJewelChaosDamageWitherEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "chaos" }, tradeHash = 1135901605, }, + ["AbyssModJewelPrefixMinionAreaAndLife"] = { type = "Prefix", affix = "Lightless", "Minions have (4-8)% increased maximum Life", statOrder = { 958 }, level = 1, group = "HybridAbyssModJewelMinionAreaAndLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "minion" }, tradeHash = 2981137407, }, + ["AbyssModJewelPrefixAuraSkillEffectPresenceAreaOfEffect"] = { type = "Prefix", affix = "Lightless", "(8-15)% increased Presence Area of Effect", "Aura Skills have (2-4)% increased Magnitudes", statOrder = { 998, 2462 }, level = 1, group = "HybridAbyssModJewelAuraSkillEffectPresenceAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "aura" }, tradeHash = 1974943988, }, + ["AbyssModJewelPrefixElementalExposureEffect"] = { type = "Prefix", affix = "Lightless", "(4-8)% increased Exposure Effect", statOrder = { 6032 }, level = 1, group = "HybridAbyssModJewelElementalExposureEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "elemental" }, tradeHash = 2074866941, }, + ["AbyssModJewelPrefixAbyssalWastingEffect"] = { type = "Prefix", affix = "Lightless", "(10-20)% increased Magnitude of Abyssal Wasting you inflict", statOrder = { 3994 }, level = 1, group = "HybridAbyssModJewelAbyssalWastingEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod" }, tradeHash = 4043376133, }, + ["AbyssModJewelSuffixIncreasedStrength"] = { type = "Suffix", affix = "of the Abyss", "(1-2)% increased Strength", statOrder = { 1076 }, level = 1, group = "HybridAbyssModJewelIncreasedStrength", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "attribute" }, tradeHash = 734614379, }, + ["AbyssModJewelSuffixIncreasedDexterity"] = { type = "Suffix", affix = "of the Abyss", "(1-2)% increased Dexterity", statOrder = { 1077 }, level = 1, group = "HybridAbyssModJewelIncreasedDexterity", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "attribute" }, tradeHash = 4139681126, }, + ["AbyssModJewelSuffixIncreasedIntelligence"] = { type = "Suffix", affix = "of the Abyss", "(1-2)% increased Intelligence", statOrder = { 1078 }, level = 1, group = "HybridAbyssModJewelIncreasedIntelligence", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "attribute" }, tradeHash = 656461285, }, + ["AbyssModArmourJewelleryUlamanSuffixLightningChaosResistance"] = { type = "Suffix", affix = "of Ulaman", "+(13-17)% to Lightning and Chaos Resistances", statOrder = { 6961 }, level = 65, group = "LightningAndChaosDamageResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "elemental", "lightning", "chaos", "resistance" }, tradeHash = 3465022881, }, + ["AbyssModArmourJewelleryUlamanSuffixStrengthAndDexterity"] = { type = "Suffix", affix = "of Ulaman", "+(9-15) to Strength and Dexterity", statOrder = { 1071 }, level = 65, group = "StrengthAndDexterity", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "attribute" }, tradeHash = 538848803, }, + ["AbyssModArmourJewelleryAmanamuSuffixFireChaosResistance"] = { type = "Suffix", affix = "of Amanamu", "+(13-17)% to Fire and Chaos Resistances", statOrder = { 6053 }, level = 65, group = "FireAndChaosDamageResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "elemental", "fire", "chaos", "resistance" }, tradeHash = 378817135, }, + ["AbyssModArmourJewelleryAmanamuSuffixStrengthAndIntelligence"] = { type = "Suffix", affix = "of Amanamu", "+(9-15) to Strength and Intelligence", statOrder = { 1072 }, level = 65, group = "StrengthAndIntelligence", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attribute" }, tradeHash = 1535626285, }, + ["AbyssModArmourJewelleryKurgalSuffixColdChaosResistance"] = { type = "Suffix", affix = "of Kurgal", "+(13-17)% to Cold and Chaos Resistances", statOrder = { 5243 }, level = 65, group = "ColdAndChaosDamageResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "elemental", "cold", "chaos", "resistance" }, tradeHash = 3393628375, }, + ["AbyssModArmourJewelleryKurgalSuffixDexterityAndIntelligence"] = { type = "Suffix", affix = "of Kurgal", "+(9-15) to Dexterity and Intelligence", statOrder = { 1073 }, level = 65, group = "DexterityAndIntelligence", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "attribute" }, tradeHash = 2300185227, }, + ["AbyssModFourCatKurgalSuffixManaCostEfficiency"] = { type = "Suffix", affix = "of Kurgal", "(6-10)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 65, group = "ManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 4101445926, }, + ["AbyssModHelmUlamanSuffixMarkedEnemyTakeIncreasedDamage"] = { type = "Suffix", affix = "of Ulaman", "Enemies you Mark take (4-8)% increased Damage", statOrder = { 8163 }, level = 65, group = "MarkedEnemyTakesIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 2083058281, }, + ["AbyssModHelmUlamanSuffixCriticalHitDamage"] = { type = "Suffix", affix = "of Ulaman", "(13-20)% increased Critical Damage Bonus", statOrder = { 933 }, level = 65, group = "CriticalStrikeMultiplier", weightKey = { "str_armour", "int_armour", "str_int_armour", "helmet", "default", "ulaman_mod", }, weightVal = { 0, 0, 0, 1, 0, 1 }, modTags = { "unveiled_mod", "ulaman_mod", "damage", "critical" }, tradeHash = 3556824919, }, + ["AbyssModHelmUlamanSuffixLifeCostEfficiency"] = { type = "Suffix", affix = "of Ulaman", "(8-12)% increased Life Cost Efficiency", statOrder = { 4537 }, level = 65, group = "LifeCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life" }, tradeHash = 310945763, }, + ["AbyssModHelmAmanamuSuffixSpiritReservationEfficiency"] = { type = "Suffix", affix = "of Amanamu", "(4-8)% increased Spirit Reservation Efficiency of Skills", statOrder = { 4577 }, level = 65, group = "SpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 53386210, }, + ["AbyssModHelmAmanamuSuffixGloryGeneration"] = { type = "Suffix", affix = "of Amanamu", "(10-20)% increased Glory generation", statOrder = { 6381 }, level = 65, group = "GloryGeneration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3143918757, }, + ["AbyssModHelmAmanamuSuffixPresenceAreaOfEffect"] = { type = "Suffix", affix = "of Amanamu", "(25-35)% increased Presence Area of Effect", statOrder = { 998 }, level = 65, group = "PresenceRadius", weightKey = { "helmet", "default", "amanamu_mod", }, weightVal = { 1, 0, 1 }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 101878827, }, + ["AbyssModHelmKurgalSuffixArcaneSurgeEffect"] = { type = "Suffix", affix = "of Kurgal", "(20-30)% increased effect of Arcane Surge on you", statOrder = { 2880 }, level = 65, group = "ArcaneSurgeEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2103650854, }, + ["AbyssModGlovesUlamanSuffixAilmentMagnitude"] = { type = "Suffix", affix = "of Ulaman", "(10-20)% increased Magnitude of Ailments you inflict", statOrder = { 4123 }, level = 65, group = "AilmentEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "damage", "ailment" }, tradeHash = 1303248024, }, + ["AbyssModGlovesUlamanSuffixPoisonChance"] = { type = "Suffix", affix = "of Ulaman", "(20-30)% increased chance to Poison", statOrder = { 8774 }, level = 65, group = "PoisonChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3481083201, }, + ["AbyssModGlovesUlamanSuffixBleedChance"] = { type = "Suffix", affix = "of Ulaman", "(20-30)% increased chance to inflict Bleeding", statOrder = { 4624 }, level = 65, group = "BleedChanceIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 242637938, }, + ["AbyssModGlovesUlamanSuffixIncisionChance"] = { type = "Suffix", affix = "of Ulaman", "(15-25)% chance for Attack Hits to apply Incision", statOrder = { 5127 }, level = 65, group = "IncisionChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "unveiled_mod", "ulaman_mod", "damage", "physical", "ailment" }, tradeHash = 300723956, }, + ["AbyssModGlovesUlamanSuffixFrenzyChargeConsumedSkillSpeed"] = { type = "Suffix", affix = "of Ulaman", "(8-12)% increased Skill Speed if you've consumed a Frenzy Charge Recently", statOrder = { 9160 }, level = 65, group = "SkillSpeedIfConsumedFrenzyChargeRecently", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "speed" }, tradeHash = 3313255158, }, + ["AbyssModGlovesAmanamuSuffixCurseAreaOfEffect"] = { type = "Suffix", affix = "of Amanamu", "(12-20)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 65, group = "CurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "caster", "curse" }, tradeHash = 153777645, }, + ["AbyssModGlovesAmanamuSuffixDazeChance"] = { type = "Suffix", affix = "of Amanamu", "(10-20)% chance to Daze on Hit", statOrder = { 4498 }, level = 65, group = "DazeBuildup", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3146310524, }, + ["AbyssModGlovesAmanamuSuffixPercentOfLifeLeechInstant"] = { type = "Suffix", affix = "of Amanamu", "(8-15)% of Leech is Instant", statOrder = { 6858 }, level = 65, group = "PercentOfLeechIsInstant", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3561837752, }, + ["AbyssModGlovesAmanamuSuffixImmobilisationBuildUp"] = { type = "Suffix", affix = "of Amanamu", "(10-20)% increased Immobilisation buildup", statOrder = { 6655 }, level = 65, group = "ImmobilisationBuildup", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 330530785, }, + ["AbyssModGlovesKurgalSuffixArcaneSurgeOnCriticalHit"] = { type = "Suffix", affix = "of Kurgal", "(10-15)% chance to Gain Arcane Surge when you deal a Critical Hit", statOrder = { 6238 }, level = 65, group = "GainArcaneSurgeOnCrit", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "critical" }, tradeHash = 446027070, }, + ["AbyssModGlovesKurgalSuffixCastSpeedWhileOnFullMana"] = { type = "Suffix", affix = "of Kurgal", "(8-15)% increased Cast Speed when on Full Life", statOrder = { 1663 }, level = 65, group = "CastSpeedOnFullLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "caster", "speed" }, tradeHash = 656291658, }, + ["AbyssModBootsAndBeltUlamanSuffixReducedPoisonDurationSelf"] = { type = "Suffix", affix = "of Ulaman", "(20-30)% reduced Poison Duration on you", statOrder = { 996 }, level = 65, group = "ReducedPoisonDuration", weightKey = { "boots", "belt", "default", "ulaman_mod", }, weightVal = { 1, 1, 0, 1 }, modTags = { "poison", "unveiled_mod", "ulaman_mod", "chaos", "ailment" }, tradeHash = 3301100256, }, + ["AbyssModBootsAndBeltAmanamuSuffixReducedIgniteDuration"] = { type = "Suffix", affix = "of Amanamu", "(20-30)% reduced Ignite Duration on you", statOrder = { 992 }, level = 65, group = "ReducedIgniteDurationOnSelf", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "elemental", "fire", "ailment" }, tradeHash = 986397080, }, + ["AbyssModBootsAndBeltKurgalSuffixReducedBleedDurationSelf"] = { type = "Suffix", affix = "of Kurgal", "(20-30)% reduced Duration of Bleeding on You", statOrder = { 9057 }, level = 65, group = "ReducedBleedDuration", weightKey = { "boots", "belt", "default", "kurgal_mod", }, weightVal = { 1, 1, 0, 1 }, modTags = { "bleed", "unveiled_mod", "kurgal_mod", "physical", "ailment" }, tradeHash = 1692879867, }, + ["AbyssModBootsUlamanSuffixCorruptedBloodImmunity"] = { type = "Suffix", affix = "of Ulaman", "Corrupted Blood cannot be inflicted on you", statOrder = { 4864 }, level = 65, group = "CorruptedBloodImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "unveiled_mod", "ulaman_mod", "physical", "ailment" }, tradeHash = 1658498488, }, + ["AbyssModBootsUlamanSuffixReducedMovementPenaltyWhileSkilling"] = { type = "Suffix", affix = "of Ulaman", "(6-10)% reduced Movement Speed Penalty from using Skills while moving", statOrder = { 8467 }, level = 65, group = "MovementVelocityPenaltyWhilePerformingAction", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "speed" }, tradeHash = 2590797182, }, + ["AbyssModBootsAmanamuSuffixReducedPotencyOfSlows"] = { type = "Suffix", affix = "of Amanamu", "(12-20)% reduced Slowing Potency of Debuffs on You", statOrder = { 4572 }, level = 65, group = "SlowPotency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 924253255, }, + ["AbyssModBootsAmanamuSuffixDodgeRollDistance"] = { type = "Suffix", affix = "of Amanamu", "+(0.1-0.2) metres to Dodge Roll distance", statOrder = { 5735 }, level = 65, group = "DodgeRollDistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 258119672, }, + ["AbyssModBootsKurgalSuffixManaCostEfficiencyDodgeRolledRecently"] = { type = "Suffix", affix = "of Kurgal", "(8-12)% increased Mana Cost Efficiency if you have Dodge Rolled Recently", statOrder = { 7371 }, level = 65, group = "ManaCostEfficiencyIfDodgeRolledRecently", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 3396435291, }, + ["AbyssModBootsKurgalSuffixManaRegenerationStationary"] = { type = "Suffix", affix = "of Kurgal", "(40-50)% increased Mana Regeneration Rate while stationary", statOrder = { 3874 }, level = 65, group = "ManaRegenerationWhileStationary", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 3308030688, }, + ["AbyssModBeltUlamanPrefixLifeFlasksGainChargesPerSecond"] = { type = "Prefix", affix = "Ulaman's", "Life Flasks gain (0.1-0.2) charges per Second", statOrder = { 6359 }, level = 65, group = "LifeFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 1102738251, }, + ["AbyssModBeltUlamanPrefixChanceToNotConsumeFlaskConsumeCharges"] = { type = "Prefix", affix = "Ulaman's", "(10-18)% chance for Flasks you use to not consume Charges", statOrder = { 3771 }, level = 65, group = "FlaskChanceToNotConsumeCharges", weightKey = { }, weightVal = { }, modTags = { "flask", "unveiled_mod", "ulaman_mod" }, tradeHash = 311641062, }, + ["AbyssModBeltUlamanPrefixLifeRegenRateDuringLifeFlaskEffect"] = { type = "Prefix", affix = "Ulaman's", "(20-30)% increased Life Regeneration rate during Effect of any Life Flask", statOrder = { 6930 }, level = 65, group = "LifeRegenerationRateDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "life_flask", "unveiled_mod", "ulaman_mod" }, tradeHash = 1261076060, }, + ["AbyssModBeltUlamanSuffixReducedSlowPotencySelfIfCharmedRecently"] = { type = "Suffix", affix = "of Ulaman", "(17-25)% reduced Slowing Potency of Debuffs on You if you've used a Charm Recently", statOrder = { 9179 }, level = 65, group = "SlowEffectIfCharmedRecently", weightKey = { }, weightVal = { }, modTags = { "charm", "unveiled_mod", "ulaman_mod" }, tradeHash = 3839676903, }, + ["AbyssModBeltAmanamuPrefixCharmsGainChargesPerSecond"] = { type = "Prefix", affix = "Amanamu's", "Charms gain (0.1-0.2) charges per Second", statOrder = { 6356 }, level = 65, group = "CharmChargeGeneration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 185580205, }, + ["AbyssModBeltAmanamuPrefixGainFireThornsPer100MaximumLife"] = { type = "Prefix", affix = "Amanamu's", "2 to 4 Fire Thorns damage per 100 maximum Life", statOrder = { 9478 }, level = 65, group = "ThornsFirePerOneHundredLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "elemental", "fire" }, tradeHash = 287294012, }, + ["AbyssModBeltAmanamuPrefixChanceToNotConsumeCharmCharges"] = { type = "Prefix", affix = "Amanamu's", "(10-18)% chance for Charms you use to not consume Charges", statOrder = { 5206 }, level = 65, group = "CharmChanceToNotConsumeCharges", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 501873429, }, + ["AbyssModBeltAmanamuSuffixThornsBaseCriticalStrikeChance"] = { type = "Suffix", affix = "of Amanamu", "+(2-4)% to Thorns Critical Hit Chance", statOrder = { 4580 }, level = 65, group = "ThornsCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2715190555, }, + ["AbyssModBeltKurgalPrefixManaFlasksGainChargesPerSecond"] = { type = "Prefix", affix = "Kurgal's", "Mana Flasks gain (0.1-0.2) charges per Second", statOrder = { 6360 }, level = 65, group = "ManaFlaskChargeGeneration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2200293569, }, + ["AbyssModBeltKurgalPrefixGainArmourPercentOfMana"] = { type = "Prefix", affix = "Kurgal's", "Gain (6-12)% of Maximum Mana as Armour", statOrder = { 7370 }, level = 65, group = "GainPercentManaAsArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "resource", "unveiled_mod", "kurgal_mod", "mana", "defences" }, tradeHash = 514290151, }, + ["AbyssModBeltKurgalPrefixChanceToNotConsumeFlaskConsumeCharges"] = { type = "Prefix", affix = "Kurgal's", "(10-15)% chance for Flasks you use to not consume Charges", statOrder = { 3771 }, level = 65, group = "FlaskChanceToNotConsumeCharges", weightKey = { }, weightVal = { }, modTags = { "flask", "unveiled_mod", "kurgal_mod" }, tradeHash = 311641062, }, + ["AbyssModBeltKurgalSuffixManaRegenerationRate"] = { type = "Suffix", affix = "of Kurgal", "(30-40)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 65, group = "ManaRegeneration", weightKey = { "belt", "default", "kurgal_mod", }, weightVal = { 1, 0, 1 }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 789117908, }, + ["AbyssModBodyShieldUlamanSuffixHitsAgainstYouReducedCriticalDamage"] = { type = "Suffix", affix = "of Ulaman", "Hits have (17-25)% reduced Critical Hit Chance against you", statOrder = { 2736 }, level = 65, group = "ChanceToTakeCriticalStrikeUpdated", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "critical" }, tradeHash = 4270096386, }, + ["AbyssModBodyShieldAmanamuSuffixLifeRecoup"] = { type = "Suffix", affix = "of Amanamu", "(10-20)% of Damage taken Recouped as Life", statOrder = { 966 }, level = 65, group = "DamageTakenGainedAsLife", weightKey = { "dex_armour", "int_armour", "dex_int_armour", "helmet", "shield", "default", "amanamu_mod", }, weightVal = { 0, 0, 0, 1, 1, 0, 1 }, modTags = { "resource", "unveiled_mod", "amanamu_mod", "life" }, tradeHash = 1444556985, }, + ["AbyssModBodyShieldAmanamuSuffixReducedCursedEffectSelf"] = { type = "Suffix", affix = "of Amanamu", "(25-35)% reduced effect of Curses on you", statOrder = { 1832 }, level = 65, group = "ReducedCurseEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "caster", "curse" }, tradeHash = 3407849389, }, + ["AbyssModBodyShieldKurgalSuffixManaRecoup"] = { type = "Suffix", affix = "of Kurgal", "(10-20)% of Damage taken Recouped as Mana", statOrder = { 973 }, level = 65, group = "PercentDamageGoesToMana", weightKey = { "body_armour", "shield", "default", "kurgal_mod", }, weightVal = { 1, 1, 0, 1 }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "life", "mana" }, tradeHash = 472520716, }, + ["AbyssModBodyShieldKurgalSuffixElementalEnergyShieldRecoup"] = { type = "Suffix", affix = "of Kurgal", "(10-20)% of Elemental Damage taken Recouped as Energy Shield", statOrder = { 8933 }, level = 65, group = "ElementalDamageTakenGoesToEnergyShield", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2896115339, }, + ["AbyssModBodyShieldKurgalSuffixArmourAppliesToChaosDamage"] = { type = "Suffix", affix = "of Kurgal", "+(23-31)% of Armour also applies to Chaos Damage", statOrder = { 4480 }, level = 65, group = "ArmourPercentAppliesToChaosDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 3972229254, }, + ["AbyssModBodyArmourUlamanSuffixDeflectDamagePrevented"] = { type = "Suffix", affix = "of Ulaman", "Prevent +(3-5)% of Damage from Deflected Hits", statOrder = { 4509 }, level = 65, group = "DeflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3552135623, }, + ["AbyssModBodyArmourUlamanSuffixCompanionReservationEfficiency"] = { type = "Suffix", affix = "of Ulaman", "(12-18)% increased Reservation Efficiency of Companion Skills", statOrder = { 9028 }, level = 65, group = "CompanionReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3413635271, }, + ["AbyssModBodyArmourAmanamuSuffixSpiritReservationEfficiency"] = { type = "Suffix", affix = "of Amanamu", "(6-12)% increased Spirit Reservation Efficiency of Skills", statOrder = { 4577 }, level = 65, group = "SpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 53386210, }, + ["AbyssModBodyArmourKurgalSuffixDamageTakenFromManaBeforeLife"] = { type = "Suffix", affix = "of Kurgal", "(10-20)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 65, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "life", "mana" }, tradeHash = 458438597, }, + ["AbyssModShieldUlamanSuffixMaximumBlockChance"] = { type = "Suffix", affix = "of Ulaman", "+(1-2)% to maximum Block chance", statOrder = { 1655 }, level = 65, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block", "unveiled_mod", "ulaman_mod" }, tradeHash = 480796730, }, + ["AbyssModShieldUlamanSuffixParryDebuffMagnitude"] = { type = "Suffix", affix = "of Ulaman", "(20-30)% increased Parried Debuff Magnitude", statOrder = { 8657 }, level = 65, group = "ParryDebuffMagnitude", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 818877178, }, + ["AbyssModShieldUlamanSuffixParryDebuffDuration"] = { type = "Suffix", affix = "of Ulaman", "(25-35)% increased Parried Debuff Duration", statOrder = { 8670 }, level = 65, group = "ParryDuration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3401186585, }, + ["AbyssModShieldUlamanSuffixLightningTakenAsPhysAndGlancingWhileActiveBlocking"] = { type = "Suffix", affix = "of Ulaman", "You take (8-15)% of damage from Blocked Hits while Active Blocking", "(30-40)% of Physical Damage taken as Lightning while Active Blocking", statOrder = { 4759, 8757 }, level = 65, group = "PhysicalTakenAsLightningAndGlancingWhilActiveBlocking", weightKey = { }, weightVal = { }, modTags = { "block", "unveiled_mod", "ulaman_mod", "physical", "elemental", "lightning" }, tradeHash = 1524959514, }, + ["AbyssModShieldAmanamuSuffixShieldSkillsFullyBreakArmourOnHeavyStun"] = { type = "Suffix", affix = "of Amanamu", "Hits with Shield Skills which Heavy Stun enemies break fully Break Armour", statOrder = { 6198 }, level = 65, group = "StunningHitsWithShieldSkillsFullyBreakArmour", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1689748350, }, + ["AbyssModShieldAmanamuSuffixHeavyStunDecaySelf"] = { type = "Suffix", affix = "of Amanamu", "Your Heavy Stun buildup empties (30-40)% faster", statOrder = { 6451 }, level = 65, group = "HeavyStunDecayRate", weightKey = { }, weightVal = { }, modTags = { "block", "unveiled_mod", "amanamu_mod" }, tradeHash = 886088880, }, + ["AbyssModShieldAmanamuSuffixAllMaximumResistances"] = { type = "Suffix", affix = "of Amanamu", "+1% to all maximum Resistances", statOrder = { 1417 }, level = 65, group = "MaximumResistances", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "resistance" }, tradeHash = 569299859, }, + ["AbyssModShieldKurgalSuffixFlatManaGainedOnBlock"] = { type = "Suffix", affix = "of Kurgal", "(6-12) Mana gained when you Block", statOrder = { 1443 }, level = 65, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 2122183138, }, + ["AbyssModShieldKurgalSuffixEnergyShieldRechargeRateBlockedRecently"] = { type = "Suffix", affix = "of Kurgal", "(40-50)% increased Energy Shield Recharge Rate if you've Blocked Recently", statOrder = { 5947 }, level = 65, group = "EnergyShieldRechargeBlockedRecently", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "block", "unveiled_mod", "kurgal_mod", "defences" }, tradeHash = 1079292660, }, + ["AbyssModFocusUlamanPrefixMaximumSpellTotems"] = { type = "Prefix", affix = "Ulaman's", "Spell Skills have +1 to maximum number of Summoned Totems", statOrder = { 9263 }, level = 65, group = "AdditionalSpellTotem", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster" }, tradeHash = 2474424958, }, + ["AbyssModFocusUlamanPrefixSpellDamageWhileWieldingMeleeWeapon"] = { type = "Prefix", affix = "Ulaman's", "(61-79)% increased Spell Damage while wielding a Melee Weapon", statOrder = { 9240 }, level = 65, group = "SpellDamageIfWieldingMeleeWeapon", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster" }, tradeHash = 4136346606, }, + ["AbyssModFocusUlamanSuffixSpellManaCostConvertedToLifeCost"] = { type = "Suffix", affix = "of Ulaman", "(10-20)% of Spell Mana Cost Converted to Life Cost", statOrder = { 9275 }, level = 65, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life", "caster" }, tradeHash = 3544050945, }, + ["AbyssModFocusUlamanSuffixChanceForTwoAdditionalSpellProjectiles"] = { type = "Suffix", affix = "of Ulaman", "(10-16)% chance for Spell Skills to fire 2 additional Projectiles", statOrder = { 9267 }, level = 65, group = "SpellChanceToFireTwoAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster" }, tradeHash = 2910761524, }, + ["AbyssModFocusAmanamuPrefixCurseMagnitude"] = { type = "Prefix", affix = "Amanamu's", "(8-16)% increased Curse Magnitudes", statOrder = { 2256 }, level = 65, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "caster", "curse" }, tradeHash = 2353576063, }, + ["AbyssModFocusAmanamuPrefixOfferingBuffEffect"] = { type = "Prefix", affix = "Amanamu's", "Offering Skills have (12-20)% increased Buff effect", statOrder = { 3609 }, level = 65, group = "OfferingEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3191479793, }, + ["AbyssModFocusAmanamuSuffixGlobalMinionSkillLevels"] = { type = "Suffix", affix = "of Amanamu", "+(1-2) to Level of all Minion Skills", statOrder = { 927 }, level = 65, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "focus", "default", "amanamu_mod", }, weightVal = { 1, 0, 1 }, modTags = { "unveiled_mod", "amanamu_mod", "minion", "gem" }, tradeHash = 2162097452, }, + ["AbyssModFocusAmanamuSuffixFasterCurseActivation"] = { type = "Suffix", affix = "of Amanamu", "(10-20)% faster Curse Activation", statOrder = { 5469 }, level = 65, group = "CurseDelay", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "curse" }, tradeHash = 1104825894, }, + ["AbyssModFocusKurgalPrefixInvocationSpellDamage"] = { type = "Prefix", affix = "Kurgal's", "Invocated Spells deal (61-79)% increased Damage", statOrder = { 6824 }, level = 65, group = "InvocationSpellDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "caster" }, tradeHash = 1078309513, }, + ["AbyssModFocusKurgalPrefixSpellAreaOfEffect"] = { type = "Prefix", affix = "Kurgal's", "Spell Skills have (10-20)% increased Area of Effect", statOrder = { 9229 }, level = 65, group = "SpellAreaOfEffectPercent", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 1967040409, }, + ["AbyssModFocusKurgalSuffixChanceForAdditionalInfusion"] = { type = "Suffix", affix = "of Kurgal", "(15-25)% chance when collecting an Elemental Infusion to gain an", "additional Elemental Infusion of the same type", statOrder = { 4061, 4061.1 }, level = 65, group = "ChanceToGainAdditionalInfusion", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 3927679277, }, + ["AbyssModQuiverUlamanPrefixIncreasesToProjectileSpeedApplyToDamage"] = { type = "Prefix", affix = "Ulaman's", "Increases and Reductions to Projectile Speed also apply to Damage with Bows", statOrder = { 4287 }, level = 65, group = "IncreasesToProjectileDamageApplyToBowDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 414821772, }, + ["AbyssModQuiverUlamanSuffixChanceForExtraProjectilesWhileMoving"] = { type = "Suffix", affix = "of Ulaman", "Projectile Attacks have a (8-12)% chance to fire two additional Projectiles while moving", statOrder = { 8823 }, level = 65, group = "ChanceAttackFiresAdditionalProjectilesWhileMoving", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3932115504, }, + ["AbyssModQuiverUlamanSuffixAttackCostConvertedToLifeCost"] = { type = "Suffix", affix = "of Ulaman", "(10-14)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 65, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life" }, tradeHash = 2480498143, }, + ["AbyssModQuiverAmanamuPrefixProjectileDamageCloseRange"] = { type = "Prefix", affix = "Amanamu's", "Projectiles deal (20-30)% increased Damage with Hits against Enemies within 2m", statOrder = { 8830 }, level = 65, group = "ProjectileDamageCloseRange", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "damage" }, tradeHash = 2468595624, }, + ["AbyssModQuiverAmanamuSuffixProjectileCriticalHitDamageCloseRange"] = { type = "Suffix", affix = "of Amanamu", "Projectiles have (18-26)% increased Critical Damage Bonus against Enemies within 2m", statOrder = { 5365 }, level = 65, group = "ProjectileCriticalDamageCloseRange", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2573406169, }, + ["AbyssModQuiverKurgalPrefixProjectileDamageFar"] = { type = "Prefix", affix = "Kurgal's", "Projectiles deal (20-30)% increased Damage with Hits against Enemies further than 6m", statOrder = { 8829 }, level = 65, group = "ProjectileDamageFar", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2825946427, }, + ["AbyssModQuiverKurgalSuffixProjectileCriticalHitChanceFar"] = { type = "Suffix", affix = "of Kurgal", "Projectiles have (18-26)% increased Critical Hit Chance against Enemies further than 6m", statOrder = { 5378 }, level = 65, group = "ProjectileCriticalHitChanceFar", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2706625504, }, + ["AbyssModRingAmuletUlamanPrefixAttackDamageWhileLowLife"] = { type = "Prefix", affix = "Ulaman's", "(15-25)% increased Attack Damage when on Low Life", statOrder = { 4366 }, level = 65, group = "AttackDamageOnLowLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 4246007234, }, + ["AbyssModRingAmuletUlamanSuffixSkillSpeed"] = { type = "Suffix", affix = "of Ulaman", "(3-6)% increased Skill Speed", statOrder = { 826 }, level = 65, group = "IncreasedSkillSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "speed" }, tradeHash = 970213192, }, + ["AbyssModRingAmuletUlamanSuffixRecoverPercentMaxLifeOnKill"] = { type = "Suffix", affix = "of Ulaman", "Recover (2-3)% of maximum Life on Kill", statOrder = { 1434 }, level = 65, group = "RecoverPercentMaxLifeOnKill", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life" }, tradeHash = 2023107756, }, + ["AbyssModRingAmuletAmanamuPrefixRemnantEffect"] = { type = "Prefix", affix = "Amanamu's", "Remnants have (8-15)% increased effect", statOrder = { 9001 }, level = 65, group = "RemnantEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1999910726, }, + ["AbyssModRingAmuletAmanamuPrefixMinionDamageIfYou'veHitRecently"] = { type = "Prefix", affix = "Amanamu's", "Minions deal (15-25)% increased Damage if you've Hit Recently", statOrder = { 8357 }, level = 65, group = "IncreasedMinionDamageIfYouHitEnemy", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "damage", "minion" }, tradeHash = 2337295272, }, + ["AbyssModRingAmuletAmanamuSuffixSkillEffectDuration"] = { type = "Suffix", affix = "of Amanamu", "(8-12)% increased Skill Effect Duration", statOrder = { 1569 }, level = 65, group = "SkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3377888098, }, + ["AbyssModRingAmuletAmanamuSuffixRemnantCollectionRange"] = { type = "Suffix", affix = "of Amanamu", "Remnants can be collected from (15-25)% further away", statOrder = { 9003 }, level = 65, group = "RemnantPickupRadiusIncrease", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3482326075, }, + ["AbyssModRingAmuletKurgalPrefixSpellDamageWhileEnergyShieldFull"] = { type = "Prefix", affix = "Kurgal's", "(15-25)% increased Spell Damage while on Full Energy Shield", statOrder = { 2689 }, level = 65, group = "IncreasedSpellDamageOnFullEnergyShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "unveiled_mod", "kurgal_mod", "damage", "caster" }, tradeHash = 3176481473, }, + ["AbyssModRingAmuletKurgalSuffixExposureEffect"] = { type = "Suffix", affix = "of Kurgal", "(10-15)% increased Exposure Effect", statOrder = { 6032 }, level = 65, group = "ElementalExposureEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2074866941, }, + ["AbyssModRingAmuletKurgalSuffixCooldownRecoveryRate"] = { type = "Suffix", affix = "of Kurgal", "(8-12)% increased Cooldown Recovery Rate", statOrder = { 4507 }, level = 65, group = "GlobalCooldownRecovery", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 1004011302, }, + ["AbyssModRingAmuletKurgalSuffixRecoverPercentMaxManaOnKill"] = { type = "Suffix", affix = "of Kurgal", "Recover (2-3)% of maximum Mana on Kill", statOrder = { 1440 }, level = 65, group = "ManaGainedOnKillPercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 1604736568, }, + ["AbyssModRingUlamanPrefixShockMagnitudeIfConsumedFrenzyCharge"] = { type = "Prefix", affix = "Ulaman's", "(20-30)% increased Magnitude of Shock if you've consumed a Frenzy Charge Recently", statOrder = { 9096 }, level = 65, group = "ShockMagnitudeIfConsumedFrenzyChargeRecently", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge", "unveiled_mod", "ulaman_mod", "ailment" }, tradeHash = 324210709, }, + ["AbyssModRingAmanamuPrefixIgniteMagnitudeIfConsumedEnduranceCharge"] = { type = "Prefix", affix = "Amanamu's", "(20-30)% increased Magnitude of Ignite if you've consumed an Endurance Charge Recently", statOrder = { 6716 }, level = 65, group = "IgniteMagnitudeIfConsumedEnduranceChargeRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge", "unveiled_mod", "amanamu_mod", "ailment" }, tradeHash = 916833363, }, + ["AbyssModRingAmanamuSuffixLifeLeechAmount"] = { type = "Suffix", affix = "of Amanamu", "(12-20)% increased amount of Life Leeched", statOrder = { 1816 }, level = 65, group = "LifeLeechAmount", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2112395885, }, + ["AbyssModRingKurgalPrefixFreezeBuildupIfConsumedPowerCharge"] = { type = "Prefix", affix = "Kurgal's", "(20-30)% increased Freeze Buildup if you've consumed an Power Charge Recently", statOrder = { 6654 }, level = 65, group = "FreezeBuildupIfConsumedPowerChargeRecently", weightKey = { }, weightVal = { }, modTags = { "power_charge", "unveiled_mod", "kurgal_mod", "ailment" }, tradeHash = 232701452, }, + ["AbyssModRingKurgalSuffixManaLeechAmount"] = { type = "Suffix", affix = "of Kurgal", "(12-20)% increased amount of Mana Leeched", statOrder = { 1818 }, level = 65, group = "ManaLeechAmount", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 2839066308, }, + ["AbyssModAmuletUlamanPrefixEvasionRatingFromEquippedBody"] = { type = "Prefix", affix = "Ulaman's", "(35-50)% increased Evasion Rating from Equipped Body Armour", statOrder = { 4774 }, level = 65, group = "EvasionRatingFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "ulaman_mod", "defences" }, tradeHash = 3509362078, }, + ["AbyssModAmuletUlamanPrefixGlobalDeflectionRating"] = { type = "Prefix", affix = "Ulaman's", "(10-20)% increased Deflection Rating", statOrder = { 5655 }, level = 65, group = "GlobalDeflectionRating", weightKey = { }, weightVal = { }, modTags = { "evasion", "unveiled_mod", "ulaman_mod", "defences" }, tradeHash = 3040571529, }, + ["AbyssModAmuletUlamanPrefixChanceToNotConsumeGlory"] = { type = "Prefix", affix = "Ulaman's", "Skills have a (10-15)% chance to not consume Glory", statOrder = { 5136 }, level = 65, group = "ChanceToNotConsumeGlory", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3200877707, }, + ["AbyssModAmuletUlamanSuffixHeraldReservationEfficiency"] = { type = "Suffix", affix = "of Ulaman", "(10-20)% increased Reservation Efficiency of Herald Skills", statOrder = { 9029 }, level = 65, group = "HeraldReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 1697191405, }, + ["AbyssModAmuletUlamanSuffixGlobalLevelOfSkillGems"] = { type = "Suffix", affix = "of Ulaman", "+1 to Level of all Skills", statOrder = { 4149 }, level = 65, group = "GlobalSkillGemLevel", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "gem" }, tradeHash = 4283407333, }, + ["AbyssModAmuletAmanamuPrefixArmourFromEquippedBody"] = { type = "Prefix", affix = "Amanamu's", "(35-50)% increased Armour from Equipped Body Armour", statOrder = { 4773 }, level = 65, group = "BodyArmourFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "armour", "unveiled_mod", "amanamu_mod", "defences" }, tradeHash = 1015576579, }, + ["AbyssModAmuletAmanamuPrefixGlobalDefences"] = { type = "Prefix", affix = "Amanamu's", "(15-25)% increased Global Defences", statOrder = { 2475 }, level = 65, group = "AllDefences", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "defences" }, tradeHash = 1389153006, }, + ["AbyssModAmuletAmanamuSuffixReducedRequirementEquipmentAndSkill"] = { type = "Suffix", affix = "of Amanamu", "Equipment and Skill Gems have (10-15)% reduced Attribute Requirements", statOrder = { 2214 }, level = 65, group = "GlobalItemAttributeRequirements", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 752930724, }, + ["AbyssModAmuletAmanamuSuffixAuraMagnitude"] = { type = "Suffix", affix = "of Amanamu", "Aura Skills have (8-16)% increased Magnitudes", statOrder = { 2462 }, level = 65, group = "AuraMagnitude", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 315791320, }, + ["AbyssModAmuletKurgalPrefixEnergyShieldFromEquippedBody"] = { type = "Prefix", affix = "Kurgal's", "(35-50)% increased Energy Shield from Equipped Body Armour", statOrder = { 8191 }, level = 65, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { }, weightVal = { }, modTags = { "energy_shield", "unveiled_mod", "kurgal_mod", "defences" }, tradeHash = 1195319608, }, + ["AbyssModAmuletKurgalPrefixChanceInvocatedSpellsConsumeHalfEnergy"] = { type = "Prefix", affix = "Kurgal's", "Invocated Spells have (10-20)% chance to consume half as much Energy", statOrder = { 6821 }, level = 65, group = "InvocatedSpellHalfEnergyChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "caster" }, tradeHash = 3711973554, }, + ["AbyssModAmuletKurgalSuffixCooldownRecoveryRateCommandSkills"] = { type = "Suffix", affix = "of Kurgal", "Minions have (12-20)% increased Cooldown Recovery Rate", statOrder = { 8349 }, level = 65, group = "MinionCooldownRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "minion" }, tradeHash = 1691403182, }, + ["AbyssModAmuletKurgalSuffixDamageFromManaBeforeLife"] = { type = "Suffix", affix = "of Kurgal", "(8-16)% of Damage is taken from Mana before Life", statOrder = { 2352 }, level = 65, group = "DamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "life", "mana" }, tradeHash = 458438597, }, + ["AbyssModAmuletKurgalSuffixQualityofAllSkills"] = { type = "Suffix", affix = "of Kurgal", "+(3-5)% to Quality of all Skills", statOrder = { 4150 }, level = 65, group = "GlobalSkillGemQuality", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "gem" }, tradeHash = 3655769732, }, + ["AbyssModStaffUlamanPrefixSpellDamagePer100MaximumLife"] = { type = "Prefix", affix = "Ulaman's", "(4-5)% increased Spell Damage per 100 Maximum Life", statOrder = { 9245 }, level = 65, group = "SpellDamagePer100Life", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "unveiled_mod", "ulaman_mod", "life", "damage", "caster" }, tradeHash = 3491815140, }, + ["AbyssModStaffUlamanPrefixMagnitudeOfDamagingAilments"] = { type = "Prefix", affix = "Ulaman's", "(31-49)% increased Magnitude of Damaging Ailments you inflict", statOrder = { 5605 }, level = 65, group = "DamagingAilmentEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "ailment" }, tradeHash = 1381474422, }, + ["AbyssModStaffUlamanSuffixCastSpeedWhileLowLife"] = { type = "Suffix", affix = "of Ulaman", "(30-40)% increased Cast Speed when on Low Life", statOrder = { 1662 }, level = 65, group = "CastSpeedOnLowLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster", "speed" }, tradeHash = 1136768410, }, + ["AbyssModStaffUlamanSuffixChanceForSpellsToFireTwoAdditionalProjectiles"] = { type = "Suffix", affix = "of Ulaman", "(25-35)% chance for Spell Skills to fire 2 additional Projectiles", statOrder = { 9267 }, level = 65, group = "SpellChanceToFireTwoAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster" }, tradeHash = 2910761524, }, + ["AbyssModStaffAmanamuPrefixSpellDamageWithSpellsThatCostLife"] = { type = "Prefix", affix = "Amanamu's", "(91-116)% increased Spell Damage with Spells that cost Life", statOrder = { 9241 }, level = 65, group = "SpellDamageForSpellsCostingLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1373860425, }, + ["AbyssModStaffAmanamuPrefixFlatSpirit"] = { type = "Prefix", affix = "Amanamu's", "+(35-50) to Spirit", statOrder = { 871 }, level = 65, group = "BaseSpirit", weightKey = { "staff", "default", "amanamu_mod", }, weightVal = { 1, 0, 1 }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 3981240776, }, + ["AbyssModStaffAmanamuSuffixSpellManaCostConvertedToLifeCost"] = { type = "Suffix", affix = "of Amanamu", "(25-35)% of Spell Mana Cost Converted to Life Cost", statOrder = { 9275 }, level = 65, group = "SpellLifeCostPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "amanamu_mod", "life", "caster" }, tradeHash = 3544050945, }, + ["AbyssModStaffAmanamuSuffixArchonDuration"] = { type = "Suffix", affix = "of Amanamu", "(25-35)% increased Archon Buff duration", statOrder = { 4203 }, level = 65, group = "ArchonDuration", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2158617060, }, + ["AbyssModStaffAmanamuSuffixBlockChance"] = { type = "Suffix", affix = "of Amanamu", "+(12-16)% to Block chance", statOrder = { 2124 }, level = 65, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block", "unveiled_mod", "amanamu_mod" }, tradeHash = 1702195217, }, + ["AbyssModStaffKurgalPrefixSpellDamagePer100MaximumMana"] = { type = "Prefix", affix = "Kurgal's", "(4-5)% increased Spell Damage per 100 maximum Mana", statOrder = { 9247 }, level = 65, group = "SpellDamagePer100Mana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "resource", "unveiled_mod", "kurgal_mod", "mana", "damage", "caster" }, tradeHash = 1850249186, }, + ["AbyssModStaffKurgalPrefixMaximumInfusions"] = { type = "Prefix", affix = "Kurgal's", "+(1-2) to maximum number of Elemental Infusions", statOrder = { 8201 }, level = 65, group = "MaximumElementalInfusion", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "elemental" }, tradeHash = 4097212302, }, + ["AbyssModStaffKurgalSuffixArchonCooldownRecovery"] = { type = "Suffix", affix = "of Kurgal", "Archon recovery period expires (25-35)% faster", statOrder = { 4202 }, level = 65, group = "ArchonDelayRecovery", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2586152168, }, + ["AbyssModStaffKurgalSuffixCastSpeedWhileFullMana"] = { type = "Suffix", affix = "of Kurgal", "(26-36)% increased Cast Speed while on Full Mana", statOrder = { 4933 }, level = 65, group = "CastSpeedOnFullMana", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana", "caster", "speed" }, tradeHash = 1914226331, }, + ["AbyssModWandUlamanPrefixDamageAsExtraPhysical"] = { type = "Prefix", affix = "Ulaman's", "Gain (21-25)% of Damage as Extra Physical Damage", statOrder = { 1598 }, level = 65, group = "DamageasExtraPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "unveiled_mod", "ulaman_mod", "damage", "physical" }, tradeHash = 4019237939, }, + ["AbyssModWandUlamanPrefixBleedMagnitude"] = { type = "Prefix", affix = "Ulaman's", "(27-38)% increased Magnitude of Bleeding you inflict", statOrder = { 4626 }, level = 65, group = "BleedDotMultiplier", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "unveiled_mod", "ulaman_mod", "damage", "physical", "attack", "ailment" }, tradeHash = 3166958180, }, + ["AbyssModWandUlamanSuffixArmourBreakAmount"] = { type = "Suffix", affix = "of Ulaman", "Break (31-39)% increased Armour", statOrder = { 4259 }, level = 65, group = "ArmourBreak", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 1776411443, }, + ["AbyssModWandUlamanSuffixBreakArmourSpellCrits"] = { type = "Suffix", affix = "of Ulaman", "Break Armour on Critical Hit with Spells equal to (11-18)% of Physical Damage dealt", statOrder = { 4263 }, level = 65, group = "ArmourBreakPercentOnSpellCrit", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "caster", "critical" }, tradeHash = 1286199571, }, + ["AbyssModWandUlamanSuffixHinderedEnemiesTakeIncreasedPhysical"] = { type = "Suffix", affix = "of Ulaman", "Enemies Hindered by you take (4-7)% increased Physical Damage", statOrder = { 6649 }, level = 65, group = "HinderedEnemiesTakeIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 359357545, }, + ["AbyssModWandAmanamuPrefixIncreasedElementalDamage"] = { type = "Prefix", affix = "Amanamu's", "(74-89)% increased Elemental Damage", statOrder = { 1647 }, level = 65, group = "CasterElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "amanamu_mod", "damage", "elemental" }, tradeHash = 3141070085, }, + ["AbyssModWandAmanamuPrefixHybridSpellAndMinionDamage"] = { type = "Prefix", affix = "Amanamu's", "(55-64)% increased Spell Damage", "Minions deal (55-64)% increased Damage", statOrder = { 850, 1642 }, level = 65, group = "MinionAndSpellDamageHybrid", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "caster", "minion" }, tradeHash = 835637773, }, + ["AbyssModWandAmanamuPrefixSpellDamageWithSpellsThatCostLife"] = { type = "Prefix", affix = "Amanamu's", "(74-89)% increased Spell Damage with Spells that cost Life", statOrder = { 9241 }, level = 65, group = "SpellDamageForSpellsCostingLife", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1373860425, }, + ["AbyssModWandAmanamuSuffixSpellAreaOfEffect"] = { type = "Suffix", affix = "of Amanamu", "Spell Skills have (8-16)% increased Area of Effect", statOrder = { 9229 }, level = 65, group = "SpellAreaOfEffectPercent", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1967040409, }, + ["AbyssModWandAmanamuSuffixSpellManaCostConvertedToLifeSkillEfficiency"] = { type = "Suffix", affix = "of Amanamu", "(5-10)% increased Cost Efficiency", "(15-25)% of Spell Mana Cost Converted to Life Cost", statOrder = { 4568, 9275 }, level = 65, group = "SpellLifeCostPercentAndSkillCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "amanamu_mod", "life", "caster" }, tradeHash = 1817305991, }, + ["AbyssModWandAmanamuSuffixHinderedEnemiesTakeIncreasedElemental"] = { type = "Suffix", affix = "of Amanamu", "Enemies Hindered by you take (4-7)% increased Elemental Damage", statOrder = { 6648 }, level = 65, group = "HinderedEnemiesTakeIncreasedElementalDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 212649958, }, + ["AbyssModWandKurgalPrefixInvocatedSpellDamage"] = { type = "Prefix", affix = "Kurgal's", "Invocated Spells deal (75-89)% increased Damage", statOrder = { 6824 }, level = 65, group = "InvocationSpellDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "caster" }, tradeHash = 1078309513, }, + ["AbyssModWandKurgalSuffixCastSpeedPerDifferentSpellCastRecently"] = { type = "Suffix", affix = "of Kurgal", "(3-5)% increased Cast Speed for each different Non-Instant Spell you've Cast Recently", statOrder = { 4922 }, level = 65, group = "CastSpeedPerDifferentSpellCastRecently", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 1518586897, }, + ["AbyssModWandKurgalSuffixHinderedEnemiesTakeIncreasedChaos"] = { type = "Suffix", affix = "of Kurgal", "Enemies Hindered by you take (4-7)% increased Chaos Damage", statOrder = { 6647 }, level = 65, group = "HinderedEnemiesTakeIncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 1746561819, }, + ["AbyssModGenWeaponUlamanPrefixLightningPenetration"] = { type = "Prefix", affix = "Ulaman's", "Attacks with this Weapon Penetrate (15-25)% Lightning Resistance", statOrder = { 3322 }, level = 65, group = "LocalLightningPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "ulaman_mod", "damage", "elemental", "lightning", "attack" }, tradeHash = 2387539034, }, + ["AbyssModGenWeaponUlamanSuffixSkillCostConvertedToLife"] = { type = "Suffix", affix = "of Ulaman", "(15-20)% of Skill Mana Costs Converted to Life Costs", statOrder = { 4569 }, level = 65, group = "LifeCost", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life" }, tradeHash = 2480498143, }, + ["AbyssModGenWeaponAmanamuPrefixFirePenetration"] = { type = "Prefix", affix = "Amanamu's", "Attacks with this Weapon Penetrate (15-25)% Fire Resistance", statOrder = { 3320 }, level = 65, group = "LocalFirePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "amanamu_mod", "damage", "elemental", "fire", "attack" }, tradeHash = 3398283493, }, + ["AbyssModGenWeaponAmanamuSuffixSpiritReservationEfficiency"] = { type = "Suffix", affix = "of Amanamu", "(5-10)% increased Spirit Reservation Efficiency of Skills", statOrder = { 4577 }, level = 65, group = "SpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 53386210, }, + ["AbyssModGenWeaponKurgalPrefixColdPenetration"] = { type = "Prefix", affix = "Kurgal's", "Attacks with this Weapon Penetrate (15-25)% Cold Resistance", statOrder = { 3321 }, level = 65, group = "LocalColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "kurgal_mod", "damage", "elemental", "cold", "attack" }, tradeHash = 1740229525, }, + ["AbyssModGenWeaponKurgalSuffixAttackCostEfficiency"] = { type = "Suffix", affix = "of Kurgal", "(8-15)% increased Cost Efficiency of Attacks", statOrder = { 4488 }, level = 65, group = "AttackSkillCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "attack" }, tradeHash = 3350279336, }, + ["AbyssModAllMacesUlamanPrefixMaximumMeleeAttackTotems"] = { type = "Prefix", affix = "Ulaman's", "Melee Attack Skills have +1 to maximum number of Summoned Totems", statOrder = { 8236 }, level = 65, group = "AdditionalMeleeTotem", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 2013356568, }, + ["AbyssModAllMacesKurgalPrefixIncreasedPhysicalDamageReducedAttackSpeed"] = { type = "Prefix", affix = "Kurgal's", "(110-154)% increased Physical Damage", "15% reduced Attack Speed", statOrder = { 819, 916 }, level = 65, group = "LocalIncreasedPhysicalDamageAttackSpeedHybrid", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "physical", "attack", "speed" }, tradeHash = 235192658, }, + ["AbyssModAllMacesKurgalSuffixCostEfficiencyOfAttackSkills"] = { type = "Suffix", affix = "of Kurgal", "(8-15)% increased Cost Efficiency of Attacks", statOrder = { 4488 }, level = 65, group = "AttackSkillCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "attack" }, tradeHash = 3350279336, }, + ["AbyssMod1HMaceUlamanPrefixDamageWhileActiveTotem"] = { type = "Prefix", affix = "Ulaman's", "(41-59)% increased Damage while you have a Totem", statOrder = { 2807 }, level = 65, group = "IncreasedDamageWhileTotemActive", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "damage" }, tradeHash = 2543331226, }, + ["AbyssMod1HMaceUlamanSuffixTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ulaman", "(17-25)% increased Totem Placement speed", statOrder = { 2240 }, level = 65, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "speed" }, tradeHash = 3374165039, }, + ["AbyssMod1HMaceAmanamuPrefixDamageAgainstFullyArmourBrokenEnemies"] = { type = "Prefix", affix = "Amanamu's", "(41-59)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5492 }, level = 65, group = "DamagevsArmourBrokenEnemies", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "damage" }, tradeHash = 2301718443, }, + ["AbyssMod1HMaceAmanamuSuffixBreakPercentArmourPhysicalDamage"] = { type = "Suffix", affix = "of Amanamu", "Break Armour equal to (2-4)% of Physical Damage dealt", statOrder = { 4265 }, level = 65, group = "ArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "unveiled_mod", "amanamu_mod", "damage", "physical" }, tradeHash = 1103616075, }, + ["AbyssMod1HMaceAmanamuSuffixAdditionalFissureChance"] = { type = "Suffix", affix = "of Amanamu", "Fissure Skills have a (15-25)% chance to create an additional Fissure", statOrder = { 9142 }, level = 65, group = "AdditionalFissureChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attack" }, tradeHash = 2544540062, }, + ["AbyssMod1HMaceAmanamuSuffixChanceSlamSkillsCauseAftershocks"] = { type = "Suffix", affix = "of Amanamu", "(10-16)% chance for Mace Slam Skills you use yourself to cause Aftershocks", statOrder = { 9792 }, level = 65, group = "MaceSkillSlamAftershockChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attack" }, tradeHash = 3950000557, }, + ["AbyssMod1HMaceKurgalPrefixEmpoweredAttackDamage"] = { type = "Prefix", affix = "Kurgal's", "Empowered Attacks deal (41-59)% increased Damage", statOrder = { 5844 }, level = 65, group = "ExertedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "damage", "attack" }, tradeHash = 1569101201, }, + ["AbyssMod1HMaceKurgalSuffixWarcryCooldownRecoveryRate"] = { type = "Suffix", affix = "of Kurgal", "(17-25)% increased Warcry Cooldown Recovery Rate", statOrder = { 2918 }, level = 65, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 4159248054, }, + ["AbyssMod2HMaceUlamanPrefixDamageWhileActiveTotem"] = { type = "Prefix", affix = "Ulaman's", "(86-99)% increased Damage while you have a Totem", statOrder = { 2807 }, level = 65, group = "IncreasedDamageWhileTotemActive", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "damage" }, tradeHash = 2543331226, }, + ["AbyssMod2HMaceUlamanSuffixTotemPlacementSpeed"] = { type = "Suffix", affix = "of Ulaman", "(25-31)% increased Totem Placement speed", statOrder = { 2240 }, level = 65, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "speed" }, tradeHash = 3374165039, }, + ["AbyssMod2HMaceAmanamuPrefixDamageAgainstFullyArmourBrokenEnemies"] = { type = "Prefix", affix = "Amanamu's", "(86-99)% increased Damage against Enemies with Fully Broken Armour", statOrder = { 5492 }, level = 65, group = "DamagevsArmourBrokenEnemies", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "damage" }, tradeHash = 2301718443, }, + ["AbyssMod2HMaceAmanamuSuffixBreakPercentArmourPhysicalDamage"] = { type = "Suffix", affix = "of Amanamu", "Break Armour equal to (4-7)% of Physical Damage dealt", statOrder = { 4265 }, level = 65, group = "ArmourPenetration", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "unveiled_mod", "amanamu_mod", "damage", "physical" }, tradeHash = 1103616075, }, + ["AbyssMod2HMaceAmanamuSuffixAdditionalFissureChance"] = { type = "Suffix", affix = "of Amanamu", "Fissure Skills have a (25-31)% chance to create an additional Fissure", statOrder = { 9142 }, level = 65, group = "AdditionalFissureChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attack" }, tradeHash = 2544540062, }, + ["AbyssMod2HMaceAmanamuSuffixChanceSlamSkillsCauseAftershocks"] = { type = "Suffix", affix = "of Amanamu", "(16-23)% chance for Mace Slam Skills you use yourself to cause Aftershocks", statOrder = { 9792 }, level = 65, group = "MaceSkillSlamAftershockChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attack" }, tradeHash = 3950000557, }, + ["AbyssMod2HMaceKurgalPrefixEmpoweredAttackDamage"] = { type = "Prefix", affix = "Kurgal's", "Empowered Attacks deal (86-99)% increased Damage", statOrder = { 5844 }, level = 65, group = "ExertedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "damage", "attack" }, tradeHash = 1569101201, }, + ["AbyssMod2HMaceKurgalSuffixWarcryCooldownRecoveryRate"] = { type = "Suffix", affix = "of Kurgal", "(25-31)% increased Warcry Cooldown Recovery Rate", statOrder = { 2918 }, level = 65, group = "WarcryCooldownSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 4159248054, }, + ["AbyssModQuarterstaffUlamanPrefixLightningDamageShockMagnitude"] = { type = "Prefix", affix = "Ulaman's", "(86-99)% increased Lightning Damage", "(14-23)% increased Magnitude of Shock you inflict", statOrder = { 854, 9095 }, level = 65, group = "LightningDamageShockMagnitudeHybrid", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod", "elemental", "lightning", "ailment" }, tradeHash = 4224952984, }, + ["AbyssModQuarterstaffUlamanSuffixRecoverLifeWhenExpendingTenCombo"] = { type = "Suffix", affix = "of Ulaman", "Recover (6-12)% of Maximum Life when you expend at least 10 Combo", statOrder = { 8968 }, level = 65, group = "SkillUseRecoverPercentLifeOnExpendingTenCombo", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "ulaman_mod", "life" }, tradeHash = 4033618138, }, + ["AbyssModQuarterstaffAmanamuPrefixFireDamageIgniteMagnitude"] = { type = "Prefix", affix = "Amanamu's", "(86-99)% increased Fire Damage", "(14-23)% increased Ignite Magnitude", statOrder = { 852, 1005 }, level = 65, group = "FireDamageIgniteMagnitudeHybrid", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "elemental", "fire", "ailment" }, tradeHash = 3899332927, }, + ["AbyssModQuarterstaffAmanamuSuffixChanceToGenerateAdditionalCombo"] = { type = "Suffix", affix = "of Amanamu", "(25-40)% chance to build an additional Combo on Hit", statOrder = { 4053 }, level = 65, group = "ChanceToGenerateAdditionalCombo", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 4258524206, }, + ["AbyssModQuarterstaffKurgalPrefixColdDamageFreezeBuildup"] = { type = "Prefix", affix = "Kurgal's", "(86-99)% increased Cold Damage", "(14-23)% increased Freeze Buildup", statOrder = { 853, 986 }, level = 65, group = "ColdDamageFreezeBuildupHybrid", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "elemental", "cold", "ailment" }, tradeHash = 849707263, }, + ["AbyssModQuarterstaffKurgalSuffixRecoverManaWhenExpendingTenCombo"] = { type = "Suffix", affix = "of Kurgal", "Recover (4-6)% of Maximum Mana when you expend at least 10 Combo", statOrder = { 8971 }, level = 65, group = "SkillUseRecoverPercentManaOnExpendingTenCombo", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "kurgal_mod", "mana" }, tradeHash = 2991045011, }, + ["AbyssModCrossbowUlamanPrefixMaximumRangedAttackTotems"] = { type = "Prefix", affix = "Ulaman's", "+1 to maximum number of Summoned Ballista Totems", statOrder = { 4043 }, level = 65, group = "AdditionalBallistaTotem", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 1823942939, }, + ["AbyssModCrossbowUlamanSuffixAttacksChainAdditionalTime"] = { type = "Suffix", affix = "of Ulaman", "Attacks Chain an additional time", statOrder = { 3673 }, level = 65, group = "AttacksChainAdditionalTimes", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3868118796, }, + ["AbyssModCrossbowUlamanSuffixProjectileCriticalHitDamageCloseRange"] = { type = "Suffix", affix = "of Ulaman", "Projectiles have (27-38)% increased Critical Damage Bonus against Enemies within 2m", statOrder = { 5365 }, level = 65, group = "ProjectileCriticalDamageCloseRange", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 2573406169, }, + ["AbyssModCrossbowAmanamuPrefixGrenadeAdditionalCooldown"] = { type = "Prefix", affix = "Amanamu's", "Grenade Skills have +1 Cooldown Use", statOrder = { 6405 }, level = 65, group = "GrenadeCooldownUse", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2250681686, }, + ["AbyssModCrossbowAmanamuPrefixGrenadeDamageAndDuration"] = { type = "Prefix", affix = "Amanamu's", "(101-121)% increased Grenade Damage", "(20-30)% increased Grenade Duration", statOrder = { 6407, 6408 }, level = 65, group = "GrenadeDamageLongFuse", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "damage" }, tradeHash = 1566806250, }, + ["AbyssModCrossbowAmanamuSuffixAdditionalGrenadeTriggerChance"] = { type = "Suffix", affix = "of Amanamu", "Grenades have (15-25)% chance to activate a second time", statOrder = { 6403 }, level = 65, group = "GrenadeAdditionalTriggerChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 538981065, }, + ["AbyssModCrossbowKurgalPrefixProjectileDamageCloseRange"] = { type = "Prefix", affix = "Kurgal's", "Projectiles deal (85-109)% increased Damage with Hits against Enemies within 2m", statOrder = { 8830 }, level = 65, group = "ProjectileDamageCloseRange", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "damage" }, tradeHash = 2468595624, }, + ["AbyssModCrossbowKurgalSuffixReloadSpeed"] = { type = "Suffix", affix = "of Kurgal", "(17-25)% increased Reload Speed", statOrder = { 917 }, level = 65, group = "LocalReloadSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod", "attack", "speed" }, tradeHash = 710476746, }, + ["AbyssModCrossbowKurgalSuffixChanceForInstantReload"] = { type = "Suffix", affix = "of Kurgal", "(15-20)% chance when you Reload a Crossbow to be immediate", statOrder = { 2 }, level = 65, group = "ChanceForInstantReload", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2760344900, }, + ["AbyssModBowSpearUlamanPrefixProjectileDamageFar"] = { type = "Prefix", affix = "Ulaman's", "Projectiles deal (60-79)% increased Damage with Hits against Enemies further than 6m", statOrder = { 8829 }, level = 65, group = "ProjectileDamageFar", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 2825946427, }, + ["AbyssModBowSpearUlamanSuffixChanceForExtraProjectilesWhileMoving"] = { type = "Suffix", affix = "of Ulaman", "Projectile Attacks have a (10-18)% chance to fire two additional Projectiles while moving", statOrder = { 8823 }, level = 65, group = "ChanceAttackFiresAdditionalProjectilesWhileMoving", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3932115504, }, + ["AbyssModBowSpearUlamanSuffixAttackSpeedLocalAndWithCompanion"] = { type = "Suffix", affix = "of Ulaman", "(8-13)% increased Attack Speed", "(8-13)% increased Attack Speed while your Companion is in your Presence", statOrder = { 916, 4391 }, level = 65, group = "LocalAttackSpeedAndAttackSpeedWithCompanion", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "ulaman_mod" }, tradeHash = 3821569985, }, + ["AbyssModBowSpearAmanamuPrefixCompanionDamageAndDamageWithCompanion"] = { type = "Prefix", affix = "Amanamu's", "Companions deal (40-59)% increased Damage", "(40-59)% increased Damage while your Companion is in your Presence", statOrder = { 5287, 5504 }, level = 65, group = "CompanionDamageAndDamageWithCompanion", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 1131423929, }, + ["AbyssModBowSpearAmanamuPrefixAttackSkillAreaOfEffect"] = { type = "Prefix", affix = "Amanamu's", "(12-23)% increased Area of Effect for Attacks", statOrder = { 4335 }, level = 65, group = "IncreasedAttackAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod", "attack" }, tradeHash = 1840985759, }, + ["AbyssModBowSpearAmanamuSuffixCompanionAndLocalAttackSpeed"] = { type = "Suffix", affix = "of Amanamu", "(12-18)% increased Attack Speed", "Companions have (12-18)% increased Attack Speed", statOrder = { 916, 5283 }, level = 65, group = "CompanionAndLocalAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 244271083, }, + ["AbyssModBowSpearAmanamuSuffixChancePierceAdditionalTime"] = { type = "Suffix", affix = "of Amanamu", "(40-60)% chance to Pierce an Enemy", statOrder = { 997 }, level = 65, group = "ChanceToPierce", weightKey = { "bow", "spear", "default", "amanamu_mod", }, weightVal = { 1, 1, 0, 1 }, modTags = { "unveiled_mod", "amanamu_mod" }, tradeHash = 2321178454, }, + ["AbyssModBowSpearKurgalPrefixChanceChainFromTerrain"] = { type = "Prefix", affix = "Kurgal's", "Projectiles have (25-35)% chance to Chain an additional time from terrain", statOrder = { 8825 }, level = 65, group = "ChainFromTerrain", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 4081947835, }, + ["AbyssModBowSpearKurgalSuffixProjectileCriticalHitChanceFar"] = { type = "Suffix", affix = "of Kurgal", "Projectiles have (25-34)% increased Critical Hit Chance against Enemies further than 6m", statOrder = { 5378 }, level = 65, group = "ProjectileCriticalHitChanceFar", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 2706625504, }, + ["AbyssModBowSpearKurgalSuffixImmobilisationBuildup"] = { type = "Suffix", affix = "of Kurgal", "(25-34)% increased Immobilisation buildup", statOrder = { 6655 }, level = 65, group = "ImmobilisationBuildup", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 330530785, }, + ["AbyssModBowKurgalPrefixIncreasedQuiverStats"] = { type = "Prefix", affix = "Kurgal's", "(30-40)% increased bonuses gained from Equipped Quiver", statOrder = { 8882 }, level = 65, group = "QuiverModifierEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 1200678966, }, + ["AbyssModSpearKurgalPrefixMeleeDamageIfProjectileAttackHitEightSeconds"] = { type = "Prefix", affix = "Kurgal's", "(60-79)% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", statOrder = { 8239 }, level = 65, group = "MeleeDamageIfProjectileAttackHitRecently", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kurgal_mod" }, tradeHash = 3028809864, }, + ["UniqueWatcherVeiledSpiritReservationEfficiency"] = { type = "Suffix", affix = "", "(12-16)% increased Spirit Reservation Efficiency of Skills", statOrder = { 4577 }, level = 1, group = "UniqueSpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix" }, tradeHash = 53386210, }, + ["UniqueWatcherVeiledManaCostEfficiency"] = { type = "Suffix", affix = "", "(12-16)% increased Mana Cost Efficiency", statOrder = { 4547 }, level = 1, group = "UniqueManaCostEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "watcher_abyss_suffix", "mana" }, tradeHash = 4101445926, }, + ["UniqueWatcherVeiledCurseAreaOfEffect"] = { type = "Suffix", affix = "", "(11-21)% increased Area of Effect of Curses", statOrder = { 1872 }, level = 1, group = "UniqueCurseAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "curse" }, tradeHash = 153777645, }, + ["UniqueWatcherVeiledEffectOfCurses"] = { type = "Suffix", affix = "", "(11-18)% increased Curse Magnitudes", statOrder = { 2256 }, level = 1, group = "UniqueEffectOfCurses", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "curse" }, tradeHash = 2353576063, }, + ["UniqueWatcherVeiledMinionLife"] = { type = "Suffix", affix = "", "Minions have (41-50)% increased maximum Life", statOrder = { 958 }, level = 1, group = "UniqueMinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "watcher_abyss_suffix", "life", "minion" }, tradeHash = 770672621, }, + ["UniqueWatcherVeiledPresenceAreaOfEffect"] = { type = "Suffix", affix = "", "(46-55)% increased Presence Area of Effect", statOrder = { 998 }, level = 1, group = "UniquePresenceAreaOfEffect", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "aura" }, tradeHash = 101878827, }, + ["UniqueWatcherVeiledManaRegeneration"] = { type = "Suffix", affix = "", "(68-91)% increased Mana Regeneration Rate", statOrder = { 972 }, level = 1, group = "UniqueManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "watcher_abyss_suffix", "mana" }, tradeHash = 789117908, }, + ["UniqueWatcherVeiledAlliesInPresenceCastSpeed"] = { type = "Suffix", affix = "", "Allies in your Presence have (8-15)% increased Cast Speed", statOrder = { 891 }, level = 1, group = "UniqueAlliesInPresenceCastSpeed", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "caster", "aura" }, tradeHash = 289128254, }, + ["UniqueWatcherVeiledAlliesInPresenceAllElementalResistance"] = { type = "Suffix", affix = "", "Allies in your Presence have +(11-18)% to all Elemental Resistances", statOrder = { 892 }, level = 1, group = "UniqueAlliesInPresenceAllElementalResistance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "elemental", "resistance", "aura" }, tradeHash = 3850614073, }, + ["UniqueWatcherVeiledAlliesInPresenceFlatLifeRegen"] = { type = "Suffix", affix = "", "Allies in your Presence Regenerate (29.1-33) Life per second", statOrder = { 893 }, level = 1, group = "UniqueAlliesInPresenceFlatLifeRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "unveiled_mod", "watcher_abyss_suffix", "life", "aura" }, tradeHash = 4010677958, }, + ["UniqueWatcherVeiledAlliesInPresenceCriticalHitChance"] = { type = "Suffix", affix = "", "Allies in your Presence have (26-41)% increased Critical Hit Chance", statOrder = { 888 }, level = 1, group = "UniqueAlliesInPresenceCriticalHitChance", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "watcher_abyss_suffix", "critical", "aura" }, tradeHash = 1250712710, }, + ["UniqueKulemakUnholyMightAndMagnitude_1"] = { type = "Prefix", affix = "", "(13-31)% increased Magnitude of Unholy Might buffs you grant", "You have Unholy Might", statOrder = { 4584, 6441 }, level = 1, group = "UniqueUnholyMightAndMagnitude", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kulemak_abyss_prefix" }, tradeHash = 3662638480, }, + ["UniqueKulemakChaosDamageAndExplosion_1"] = { type = "Prefix", affix = "", "(80-120)% increased Chaos Damage", "Enemies you Kill have a (5-10)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrder = { 855, 2895 }, level = 1, group = "UniqueChaosDamageAndExplosion", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "unveiled_mod", "kulemak_abyss_prefix", "damage", "chaos" }, tradeHash = 3097696978, }, + ["UniqueKulemakSpellPhysicalDamageBleedChance_1"] = { type = "Prefix", affix = "", "(80-120)% increased Spell Physical Damage", "(20-30)% chance to inflict Bleeding on Hit", statOrder = { 857, 4500 }, level = 1, group = "UniqueSpellPhysicalAndBleedChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "unveiled_mod", "kulemak_abyss_prefix", "damage", "physical" }, tradeHash = 2866075484, }, + ["UniqueKulemakChaosDamageCurseLowersChaosRes_1"] = { type = "Prefix", affix = "", "(80-120)% increased Chaos Damage", "Enemies you Curse have -(8-5)% to Chaos Resistance", statOrder = { 855, 3606 }, level = 1, group = "UniqueChaosDamageAndCurseLowersChaosRes", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "unveiled_mod", "kulemak_abyss_prefix", "damage", "chaos" }, tradeHash = 2171087599, }, + ["UniqueKulemakSpiritAndSpiritReservationEfficiency_1"] = { type = "Prefix", affix = "", "+(40-60) to Spirit", "(6-10)% increased Spirit Reservation Efficiency of Skills", statOrder = { 870, 4577 }, level = 1, group = "UniqueSpiritAndSpiritReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "unveiled_mod", "kulemak_abyss_prefix" }, tradeHash = 3748685373, }, + ["UniqueKulemakElementalDamageEleAilmentDuration_1"] = { type = "Prefix", affix = "", "(10-20)% increased Duration of Elemental Ailments on Enemies", "(80-120)% increased Elemental Damage", statOrder = { 1541, 1647 }, level = 1, group = "UniqueElementalDamageAndDurationOfEleAilments", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "unveiled_mod", "kulemak_abyss_prefix", "damage", "elemental" }, tradeHash = 3369599297, }, +} \ No newline at end of file diff --git a/src/Data/QueryMods.lua b/src/Data/QueryMods.lua index 9ffb8cb398..0779382c0b 100644 --- a/src/Data/QueryMods.lua +++ b/src/Data/QueryMods.lua @@ -57,6 +57,24 @@ return { ["type"] = "enchant", }, }, + ["10499"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|10499", + ["text"] = "Allocates Necromantic Ward", + ["type"] = "enchant", + }, + }, + ["10500"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|10500", + ["text"] = "Allocates Dazing Blocks", + ["type"] = "enchant", + }, + }, ["10602"] = { ["specialCaseData"] = { }, @@ -71,7 +89,7 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|10681", - ["text"] = "Allocates Offensive Stance", + ["text"] = "Allocates Defensive Stance", ["type"] = "enchant", }, }, @@ -84,6 +102,15 @@ return { ["type"] = "enchant", }, }, + ["10774"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|10774", + ["text"] = "Allocates Unyielding", + ["type"] = "enchant", + }, + }, ["1087"] = { ["specialCaseData"] = { }, @@ -120,15 +147,6 @@ return { ["type"] = "enchant", }, }, - ["11178"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|11178", - ["text"] = "Allocates Whirling Onslaught", - ["type"] = "enchant", - }, - }, ["11366"] = { ["specialCaseData"] = { }, @@ -147,6 +165,15 @@ return { ["type"] = "enchant", }, }, + ["11392"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|11392", + ["text"] = "Allocates Molten Being", + ["type"] = "enchant", + }, + }, ["11526"] = { ["specialCaseData"] = { }, @@ -183,6 +210,15 @@ return { ["type"] = "enchant", }, }, + ["11774"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|11774", + ["text"] = "Allocates The Spring Hare", + ["type"] = "enchant", + }, + }, ["11826"] = { ["specialCaseData"] = { }, @@ -210,6 +246,15 @@ return { ["type"] = "enchant", }, }, + ["12412"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|12412", + ["text"] = "Allocates Temporal Mastery", + ["type"] = "enchant", + }, + }, ["12611"] = { ["specialCaseData"] = { }, @@ -246,6 +291,24 @@ return { ["type"] = "enchant", }, }, + ["12906"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|12906", + ["text"] = "Allocates Sitting Duck", + ["type"] = "enchant", + }, + }, + ["12964"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|12964", + ["text"] = "Allocates Lone Warrior", + ["type"] = "enchant", + }, + }, ["12998"] = { ["specialCaseData"] = { }, @@ -273,6 +336,24 @@ return { ["type"] = "enchant", }, }, + ["13482"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|13482", + ["text"] = "Allocates Punctured Lung", + ["type"] = "enchant", + }, + }, + ["13515"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|13515", + ["text"] = "Allocates Stormwalker", + ["type"] = "enchant", + }, + }, ["1352"] = { ["specialCaseData"] = { }, @@ -354,6 +435,15 @@ return { ["type"] = "enchant", }, }, + ["14294"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|14294", + ["text"] = "Allocates Sacrificial Blood", + ["type"] = "enchant", + }, + }, ["14324"] = { ["specialCaseData"] = { }, @@ -381,6 +471,15 @@ return { ["type"] = "enchant", }, }, + ["14761"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|14761", + ["text"] = "Allocates Warlord Leader", + ["type"] = "enchant", + }, + }, ["14777"] = { ["specialCaseData"] = { }, @@ -435,6 +534,15 @@ return { ["type"] = "enchant", }, }, + ["15443"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|15443", + ["text"] = "Allocates Endured Suffering", + ["type"] = "enchant", + }, + }, ["1546"] = { ["specialCaseData"] = { }, @@ -444,6 +552,15 @@ return { ["type"] = "enchant", }, }, + ["15606"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|15606", + ["text"] = "Allocates Thrill of the Fight", + ["type"] = "enchant", + }, + }, ["15617"] = { ["specialCaseData"] = { }, @@ -480,6 +597,24 @@ return { ["type"] = "enchant", }, }, + ["15991"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|15991", + ["text"] = "Allocates Embodiment of Lightning", + ["type"] = "enchant", + }, + }, + ["1603"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|1603", + ["text"] = "Allocates Storm Driven", + ["type"] = "enchant", + }, + }, ["16150"] = { ["specialCaseData"] = { }, @@ -534,6 +669,15 @@ return { ["type"] = "enchant", }, }, + ["16790"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|16790", + ["text"] = "Allocates Efficient Casting", + ["type"] = "enchant", + }, + }, ["16816"] = { ["specialCaseData"] = { }, @@ -588,6 +732,15 @@ return { ["type"] = "enchant", }, }, + ["17303"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|17303", + ["text"] = "Allocates Utility Ordnance", + ["type"] = "enchant", + }, + }, ["17330"] = { ["specialCaseData"] = { }, @@ -651,6 +804,15 @@ return { ["type"] = "enchant", }, }, + ["17825"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|17825", + ["text"] = "Allocates Tactical Retreat", + ["type"] = "enchant", + }, + }, ["17854"] = { ["specialCaseData"] = { }, @@ -687,6 +849,15 @@ return { ["type"] = "enchant", }, }, + ["18157"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|18157", + ["text"] = "Allocates Tempered Defences", + ["type"] = "enchant", + }, + }, ["1823"] = { ["specialCaseData"] = { }, @@ -813,6 +984,15 @@ return { ["type"] = "enchant", }, }, + ["19546"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|19546", + ["text"] = "Allocates Favourable Odds", + ["type"] = "enchant", + }, + }, ["19644"] = { ["specialCaseData"] = { }, @@ -876,6 +1056,15 @@ return { ["type"] = "enchant", }, }, + ["20251"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|20251", + ["text"] = "Allocates Splitting Ground", + ["type"] = "enchant", + }, + }, ["20388"] = { ["specialCaseData"] = { }, @@ -912,6 +1101,15 @@ return { ["type"] = "enchant", }, }, + ["20511"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|20511", + ["text"] = "Allocates Cremating Cries", + ["type"] = "enchant", + }, + }, ["20677"] = { ["specialCaseData"] = { }, @@ -957,6 +1155,24 @@ return { ["type"] = "enchant", }, }, + ["2134"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|2134", + ["text"] = "Allocates Toxic Tolerance", + ["type"] = "enchant", + }, + }, + ["21349"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|21349", + ["text"] = "Allocates The Cunning Fox", + ["type"] = "enchant", + }, + }, ["2138"] = { ["specialCaseData"] = { }, @@ -1011,6 +1227,15 @@ return { ["type"] = "enchant", }, }, + ["22532"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|22532", + ["text"] = "Allocates Fearful Paralysis", + ["type"] = "enchant", + }, + }, ["22626"] = { ["specialCaseData"] = { }, @@ -1020,6 +1245,15 @@ return { ["type"] = "enchant", }, }, + ["22811"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|22811", + ["text"] = "Allocates The Wild Cat", + ["type"] = "enchant", + }, + }, ["22817"] = { ["specialCaseData"] = { }, @@ -1074,6 +1308,15 @@ return { ["type"] = "enchant", }, }, + ["23244"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|23244", + ["text"] = "Allocates Bounty Hunter", + ["type"] = "enchant", + }, + }, ["2335"] = { ["specialCaseData"] = { }, @@ -1101,6 +1344,24 @@ return { ["type"] = "enchant", }, }, + ["23630"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|23630", + ["text"] = "Allocates Self Immolation", + ["type"] = "enchant", + }, + }, + ["23736"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|23736", + ["text"] = "Allocates Spray and Pray", + ["type"] = "enchant", + }, + }, ["23738"] = { ["specialCaseData"] = { }, @@ -1146,6 +1407,15 @@ return { ["type"] = "enchant", }, }, + ["2397"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|2397", + ["text"] = "Allocates Last Stand", + ["type"] = "enchant", + }, + }, ["24062"] = { ["specialCaseData"] = { }, @@ -1155,6 +1425,15 @@ return { ["type"] = "enchant", }, }, + ["24087"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|24087", + ["text"] = "Allocates Everlasting Infusions", + ["type"] = "enchant", + }, + }, ["24120"] = { ["specialCaseData"] = { }, @@ -1218,6 +1497,24 @@ return { ["type"] = "enchant", }, }, + ["24764"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|24764", + ["text"] = "Allocates Infusing Power", + ["type"] = "enchant", + }, + }, + ["24766"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|24766", + ["text"] = "Allocates Paranoia", + ["type"] = "enchant", + }, + }, ["2486"] = { ["specialCaseData"] = { }, @@ -1236,6 +1533,24 @@ return { ["type"] = "enchant", }, }, + ["25211"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|25211", + ["text"] = "Allocates Waning Hindrances", + ["type"] = "enchant", + }, + }, + ["25362"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|25362", + ["text"] = "Allocates Chakra of Impact", + ["type"] = "enchant", + }, + }, ["25482"] = { ["specialCaseData"] = { }, @@ -1362,6 +1677,15 @@ return { ["type"] = "enchant", }, }, + ["26479"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|26479", + ["text"] = "Allocates Steadfast Resolve", + ["type"] = "enchant", + }, + }, ["26518"] = { ["specialCaseData"] = { }, @@ -1371,6 +1695,15 @@ return { ["type"] = "enchant", }, }, + ["26563"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|26563", + ["text"] = "Allocates Bone Chains", + ["type"] = "enchant", + }, + }, ["27009"] = { ["specialCaseData"] = { }, @@ -1398,15 +1731,6 @@ return { ["type"] = "enchant", }, }, - ["27290"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|27290", - ["text"] = "Allocates Heavy Blade", - ["type"] = "enchant", - }, - }, ["27303"] = { ["specialCaseData"] = { }, @@ -1425,12 +1749,12 @@ return { ["type"] = "enchant", }, }, - ["27417"] = { + ["27434"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|27417", - ["text"] = "Allocates Destructive Apparatus", + ["id"] = "enchant.stat_2954116742|27434", + ["text"] = "Allocates Archon of the Storm", ["type"] = "enchant", }, }, @@ -1443,6 +1767,15 @@ return { ["type"] = "enchant", }, }, + ["27513"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|27513", + ["text"] = "Allocates Material Solidification", + ["type"] = "enchant", + }, + }, ["27626"] = { ["specialCaseData"] = { }, @@ -1515,30 +1848,48 @@ return { ["type"] = "enchant", }, }, - ["28482"] = { + ["2843"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|28482", - ["text"] = "Allocates Total Incineration", + ["id"] = "enchant.stat_2954116742|2843", + ["text"] = "Allocates Tolerant Equipment", ["type"] = "enchant", }, }, - ["2863"] = { + ["28482"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|2863", - ["text"] = "Allocates Perpetual Freeze", + ["id"] = "enchant.stat_2954116742|28482", + ["text"] = "Allocates Total Incineration", ["type"] = "enchant", }, }, - ["28963"] = { + ["28613"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|28613", + ["text"] = "Allocates Roaring Cries", + ["type"] = "enchant", + }, + }, + ["2863"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|2863", + ["text"] = "Allocates Perpetual Freeze", + ["type"] = "enchant", + }, + }, + ["28963"] = { ["specialCaseData"] = { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|28963", - ["text"] = "Allocates Way of the Wind", + ["text"] = "Allocates Chakra of Rhythm", ["type"] = "enchant", }, }, @@ -1551,6 +1902,15 @@ return { ["type"] = "enchant", }, }, + ["29306"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|29306", + ["text"] = "Allocates Chakra of Thought", + ["type"] = "enchant", + }, + }, ["29372"] = { ["specialCaseData"] = { }, @@ -1749,6 +2109,24 @@ return { ["type"] = "enchant", }, }, + ["31745"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|31745", + ["text"] = "Allocates Lockdown", + ["type"] = "enchant", + }, + }, + ["31773"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|31773", + ["text"] = "Allocates Resurging Archon", + ["type"] = "enchant", + }, + }, ["31826"] = { ["specialCaseData"] = { }, @@ -1785,21 +2163,21 @@ return { ["type"] = "enchant", }, }, - ["32148"] = { + ["3215"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|32148", - ["text"] = "Allocates Rattling Ball", + ["id"] = "enchant.stat_2954116742|3215", + ["text"] = "Allocates Melding", ["type"] = "enchant", }, }, - ["3215"] = { + ["32151"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|3215", - ["text"] = "Allocates Melding", + ["id"] = "enchant.stat_2954116742|32151", + ["text"] = "Allocates Crystalline Resistance", ["type"] = "enchant", }, }, @@ -1830,6 +2208,15 @@ return { ["type"] = "enchant", }, }, + ["32448"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|32448", + ["text"] = "Allocates Shockproof", + ["type"] = "enchant", + }, + }, ["32507"] = { ["specialCaseData"] = { }, @@ -1862,7 +2249,25 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|32664", - ["text"] = "Allocates Flurry", + ["text"] = "Allocates Chakra of Breathing", + ["type"] = "enchant", + }, + }, + ["32721"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|32721", + ["text"] = "Allocates Distracted Target", + ["type"] = "enchant", + }, + }, + ["32799"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|32799", + ["text"] = "Allocates Man's Beast Friend", ["type"] = "enchant", }, }, @@ -1875,6 +2280,15 @@ return { ["type"] = "enchant", }, }, + ["32976"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|32976", + ["text"] = "Allocates Gem Enthusiast", + ["type"] = "enchant", + }, + }, ["33059"] = { ["specialCaseData"] = { }, @@ -1911,6 +2325,15 @@ return { ["type"] = "enchant", }, }, + ["33229"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|33229", + ["text"] = "Allocates Haemorrhaging Cuts", + ["type"] = "enchant", + }, + }, ["33240"] = { ["specialCaseData"] = { }, @@ -1938,6 +2361,24 @@ return { ["type"] = "enchant", }, }, + ["33646"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|33646", + ["text"] = "Allocates Archon of the Flame", + ["type"] = "enchant", + }, + }, + ["338"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|338", + ["text"] = "Allocates Invocated Limit", + ["type"] = "enchant", + }, + }, ["33887"] = { ["specialCaseData"] = { }, @@ -1947,6 +2388,15 @@ return { ["type"] = "enchant", }, }, + ["33922"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|33922", + ["text"] = "Allocates Stripped Defences", + ["type"] = "enchant", + }, + }, ["33978"] = { ["specialCaseData"] = { }, @@ -2001,6 +2451,15 @@ return { ["type"] = "enchant", }, }, + ["34425"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|34425", + ["text"] = "Allocates Precise Volatility", + ["type"] = "enchant", + }, + }, ["34473"] = { ["specialCaseData"] = { }, @@ -2019,6 +2478,42 @@ return { ["type"] = "enchant", }, }, + ["34541"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|34541", + ["text"] = "Allocates Energising Deflection", + ["type"] = "enchant", + }, + }, + ["34543"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|34543", + ["text"] = "Allocates The Frenzied Bear", + ["type"] = "enchant", + }, + }, + ["34553"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|34553", + ["text"] = "Allocates Emboldening Lead", + ["type"] = "enchant", + }, + }, + ["34908"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|34908", + ["text"] = "Allocates Staunch Deflection", + ["type"] = "enchant", + }, + }, ["3492"] = { ["specialCaseData"] = { }, @@ -2037,6 +2532,15 @@ return { ["type"] = "enchant", }, }, + ["35031"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|35031", + ["text"] = "Allocates Chakra of Life", + ["type"] = "enchant", + }, + }, ["35324"] = { ["specialCaseData"] = { }, @@ -2064,6 +2568,15 @@ return { ["type"] = "enchant", }, }, + ["35560"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|35560", + ["text"] = "Allocates At your Command", + ["type"] = "enchant", + }, + }, ["35564"] = { ["specialCaseData"] = { }, @@ -2100,6 +2613,15 @@ return { ["type"] = "enchant", }, }, + ["35792"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|35792", + ["text"] = "Allocates Blood of Rage", + ["type"] = "enchant", + }, + }, ["35809"] = { ["specialCaseData"] = { }, @@ -2136,6 +2658,15 @@ return { ["type"] = "enchant", }, }, + ["35918"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|35918", + ["text"] = "Allocates One For All", + ["type"] = "enchant", + }, + }, ["35966"] = { ["specialCaseData"] = { }, @@ -2154,6 +2685,15 @@ return { ["type"] = "enchant", }, }, + ["36333"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|36333", + ["text"] = "Allocates Explosive Empowerment", + ["type"] = "enchant", + }, + }, ["36341"] = { ["specialCaseData"] = { }, @@ -2217,6 +2757,15 @@ return { ["type"] = "enchant", }, }, + ["36931"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|36931", + ["text"] = "Allocates Concussive Attack", + ["type"] = "enchant", + }, + }, ["36976"] = { ["specialCaseData"] = { }, @@ -2240,7 +2789,7 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|372", - ["text"] = "Allocates Heatproofing", + ["text"] = "Allocates Heatproof", ["type"] = "enchant", }, }, @@ -2307,15 +2856,6 @@ return { ["type"] = "enchant", }, }, - ["37688"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|37688", - ["text"] = "Allocates Devestating Devices", - ["type"] = "enchant", - }, - }, ["37742"] = { ["specialCaseData"] = { }, @@ -2415,6 +2955,15 @@ return { ["type"] = "enchant", }, }, + ["38570"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|38570", + ["text"] = "Allocates Demolitionist", + ["type"] = "enchant", + }, + }, ["38614"] = { ["specialCaseData"] = { }, @@ -2460,6 +3009,15 @@ return { ["type"] = "enchant", }, }, + ["38965"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|38965", + ["text"] = "Allocates Infused Limits", + ["type"] = "enchant", + }, + }, ["38969"] = { ["specialCaseData"] = { }, @@ -2649,6 +3207,15 @@ return { ["type"] = "enchant", }, }, + ["40687"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|40687", + ["text"] = "Allocates Lead by Example", + ["type"] = "enchant", + }, + }, ["40803"] = { ["specialCaseData"] = { }, @@ -2658,6 +3225,15 @@ return { ["type"] = "enchant", }, }, + ["40985"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|40985", + ["text"] = "Allocates Empowering Remnants", + ["type"] = "enchant", + }, + }, ["40990"] = { ["specialCaseData"] = { }, @@ -2667,6 +3243,24 @@ return { ["type"] = "enchant", }, }, + ["41033"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|41033", + ["text"] = "Allocates Utmost Offering", + ["type"] = "enchant", + }, + }, + ["41394"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|41394", + ["text"] = "Allocates Invigorating Archon", + ["type"] = "enchant", + }, + }, ["41512"] = { ["specialCaseData"] = { }, @@ -2685,6 +3279,15 @@ return { ["type"] = "enchant", }, }, + ["41753"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|41753", + ["text"] = "Allocates Evocational Practitioner", + ["type"] = "enchant", + }, + }, ["41811"] = { ["specialCaseData"] = { }, @@ -2730,6 +3333,15 @@ return { ["type"] = "enchant", }, }, + ["42045"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|42045", + ["text"] = "Allocates Archon of the Blizzard", + ["type"] = "enchant", + }, + }, ["42065"] = { ["specialCaseData"] = { }, @@ -2748,6 +3360,15 @@ return { ["type"] = "enchant", }, }, + ["42103"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|42103", + ["text"] = "Allocates Enduring Deflection", + ["type"] = "enchant", + }, + }, ["42177"] = { ["specialCaseData"] = { }, @@ -2757,6 +3378,15 @@ return { ["type"] = "enchant", }, }, + ["42245"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|42245", + ["text"] = "Allocates Efficient Inscriptions", + ["type"] = "enchant", + }, + }, ["42302"] = { ["specialCaseData"] = { }, @@ -2766,6 +3396,15 @@ return { ["type"] = "enchant", }, }, + ["42347"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|42347", + ["text"] = "Allocates Chakra of Sight", + ["type"] = "enchant", + }, + }, ["42354"] = { ["specialCaseData"] = { }, @@ -2802,21 +3441,21 @@ return { ["type"] = "enchant", }, }, - ["42813"] = { + ["42760"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|42813", - ["text"] = "Allocates Tides of Change", + ["id"] = "enchant.stat_2954116742|42760", + ["text"] = "Allocates Chakra of Stability", ["type"] = "enchant", }, }, - ["42914"] = { + ["42813"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|42914", - ["text"] = "Allocates Ball and Chain", + ["id"] = "enchant.stat_2954116742|42813", + ["text"] = "Allocates Tides of Change", ["type"] = "enchant", }, }, @@ -2856,6 +3495,15 @@ return { ["type"] = "enchant", }, }, + ["43088"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|43088", + ["text"] = "Allocates Agonising Calamity", + ["type"] = "enchant", + }, + }, ["43090"] = { ["specialCaseData"] = { }, @@ -2892,6 +3540,15 @@ return { ["type"] = "enchant", }, }, + ["43633"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|43633", + ["text"] = "Allocates Energising Archon", + ["type"] = "enchant", + }, + }, ["43677"] = { ["specialCaseData"] = { }, @@ -2928,12 +3585,21 @@ return { ["type"] = "enchant", }, }, + ["43854"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|43854", + ["text"] = "Allocates All For One", + ["type"] = "enchant", + }, + }, ["43939"] = { ["specialCaseData"] = { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|43939", - ["text"] = "Allocates Fireproof", + ["text"] = "Allocates Melting Flames", ["type"] = "enchant", }, }, @@ -2955,12 +3621,12 @@ return { ["type"] = "enchant", }, }, - ["4423"] = { + ["44293"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|4423", - ["text"] = "Allocates Coated Knife", + ["id"] = "enchant.stat_2954116742|44293", + ["text"] = "Allocates Hastening Barrier", ["type"] = "enchant", }, }, @@ -2991,20 +3657,38 @@ return { ["type"] = "enchant", }, }, - ["44566"] = { + ["4447"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|44566", - ["text"] = "Allocates Lightning Rod", + ["id"] = "enchant.stat_2954116742|4447", + ["text"] = "Allocates Pin their Motivation", ["type"] = "enchant", }, }, - ["44756"] = { + ["44566"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|44756", + ["id"] = "enchant.stat_2954116742|44566", + ["text"] = "Allocates Lightning Rod", + ["type"] = "enchant", + }, + }, + ["44753"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|44753", + ["text"] = "Allocates One With Flame", + ["type"] = "enchant", + }, + }, + ["44756"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|44756", ["text"] = "Allocates Marked Agility", ["type"] = "enchant", }, @@ -3045,6 +3729,15 @@ return { ["type"] = "enchant", }, }, + ["45177"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|45177", + ["text"] = "Allocates Strike True", + ["type"] = "enchant", + }, + }, ["45244"] = { ["specialCaseData"] = { }, @@ -3063,6 +3756,15 @@ return { ["type"] = "enchant", }, }, + ["4544"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|4544", + ["text"] = "Allocates The Ancient Serpent", + ["type"] = "enchant", + }, + }, ["4547"] = { ["specialCaseData"] = { }, @@ -3117,6 +3819,24 @@ return { ["type"] = "enchant", }, }, + ["45751"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|45751", + ["text"] = "Allocates Frightening Shield", + ["type"] = "enchant", + }, + }, + ["4579"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|4579", + ["text"] = "Allocates Unbothering Cold", + ["type"] = "enchant", + }, + }, ["46024"] = { ["specialCaseData"] = { }, @@ -3135,6 +3855,15 @@ return { ["type"] = "enchant", }, }, + ["46124"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|46124", + ["text"] = "Allocates Arcane Remnants", + ["type"] = "enchant", + }, + }, ["46197"] = { ["specialCaseData"] = { }, @@ -3171,6 +3900,15 @@ return { ["type"] = "enchant", }, }, + ["46365"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|46365", + ["text"] = "Allocates Gigantic Following", + ["type"] = "enchant", + }, + }, ["46384"] = { ["specialCaseData"] = { }, @@ -3189,21 +3927,21 @@ return { ["type"] = "enchant", }, }, - ["46565"] = { + ["4661"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|46565", - ["text"] = "Allocates Stance Breaker", + ["id"] = "enchant.stat_2954116742|4661", + ["text"] = "Allocates Inspiring Leader", ["type"] = "enchant", }, }, - ["4661"] = { + ["46683"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|4661", - ["text"] = "Allocates Inspiring Leader", + ["id"] = "enchant.stat_2954116742|46683", + ["text"] = "Allocates Inherited Strength ", ["type"] = "enchant", }, }, @@ -3225,6 +3963,15 @@ return { ["type"] = "enchant", }, }, + ["46726"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|46726", + ["text"] = "Allocates Reformed Barrier", + ["type"] = "enchant", + }, + }, ["4673"] = { ["specialCaseData"] = { }, @@ -3243,6 +3990,15 @@ return { ["type"] = "enchant", }, }, + ["47088"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|47088", + ["text"] = "Allocates Sic 'Em", + ["type"] = "enchant", + }, + }, ["4709"] = { ["specialCaseData"] = { }, @@ -3297,6 +4053,15 @@ return { ["type"] = "enchant", }, }, + ["47420"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|47420", + ["text"] = "Allocates Expendable Army", + ["type"] = "enchant", + }, + }, ["47441"] = { ["specialCaseData"] = { }, @@ -3306,6 +4071,15 @@ return { ["type"] = "enchant", }, }, + ["47514"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|47514", + ["text"] = "Allocates Dizzying Hits", + ["type"] = "enchant", + }, + }, ["47635"] = { ["specialCaseData"] = { }, @@ -3320,7 +4094,7 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|47782", - ["text"] = "Allocates Quick-change Act", + ["text"] = "Allocates Steady Footing", ["type"] = "enchant", }, }, @@ -3342,6 +4116,15 @@ return { ["type"] = "enchant", }, }, + ["4810"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|4810", + ["text"] = "Allocates Sanguine Tolerance", + ["type"] = "enchant", + }, + }, ["48103"] = { ["specialCaseData"] = { }, @@ -3351,6 +4134,15 @@ return { ["type"] = "enchant", }, }, + ["48215"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|48215", + ["text"] = "Allocates Headshot", + ["type"] = "enchant", + }, + }, ["48240"] = { ["specialCaseData"] = { }, @@ -3369,6 +4161,15 @@ return { ["type"] = "enchant", }, }, + ["48524"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|48524", + ["text"] = "Allocates Blood Transfusion", + ["type"] = "enchant", + }, + }, ["48565"] = { ["specialCaseData"] = { }, @@ -3387,6 +4188,15 @@ return { ["type"] = "enchant", }, }, + ["48617"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|48617", + ["text"] = "Allocates Hunter", + ["type"] = "enchant", + }, + }, ["48658"] = { ["specialCaseData"] = { }, @@ -3396,6 +4206,24 @@ return { ["type"] = "enchant", }, }, + ["48699"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|48699", + ["text"] = "Allocates Frostwalker", + ["type"] = "enchant", + }, + }, + ["48734"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|48734", + ["text"] = "Allocates The Howling Primate", + ["type"] = "enchant", + }, + }, ["48774"] = { ["specialCaseData"] = { }, @@ -3419,25 +4247,25 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|49088", - ["text"] = "Allocates Fear of Death", + ["text"] = "Allocates Splintering Force", ["type"] = "enchant", }, }, - ["4931"] = { + ["49150"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|4931", - ["text"] = "Allocates Dependable Ward", + ["id"] = "enchant.stat_2954116742|49150", + ["text"] = "Allocates Precise Invocations", ["type"] = "enchant", }, }, - ["49370"] = { + ["4931"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|49370", - ["text"] = "Allocates Morning Star", + ["id"] = "enchant.stat_2954116742|4931", + ["text"] = "Allocates Dependable Ward", ["type"] = "enchant", }, }, @@ -3504,6 +4332,15 @@ return { ["type"] = "enchant", }, }, + ["50023"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|50023", + ["text"] = "Allocates Invigorating Grandeur", + ["type"] = "enchant", + }, + }, ["50062"] = { ["specialCaseData"] = { }, @@ -3540,6 +4377,15 @@ return { ["type"] = "enchant", }, }, + ["50392"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|50392", + ["text"] = "Allocates Brute Strength", + ["type"] = "enchant", + }, + }, ["50485"] = { ["specialCaseData"] = { }, @@ -3558,6 +4404,15 @@ return { ["type"] = "enchant", }, }, + ["50673"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|50673", + ["text"] = "Allocates Avoiding Deflection", + ["type"] = "enchant", + }, + }, ["50687"] = { ["specialCaseData"] = { }, @@ -3567,6 +4422,15 @@ return { ["type"] = "enchant", }, }, + ["50715"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|50715", + ["text"] = "Allocates Frozen Limit", + ["type"] = "enchant", + }, + }, ["50795"] = { ["specialCaseData"] = { }, @@ -3585,6 +4449,15 @@ return { ["type"] = "enchant", }, }, + ["50912"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|50912", + ["text"] = "Allocates Imbibed Power", + ["type"] = "enchant", + }, + }, ["51105"] = { ["specialCaseData"] = { }, @@ -3693,6 +4566,15 @@ return { ["type"] = "enchant", }, }, + ["51868"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|51868", + ["text"] = "Allocates Molten Carapace", + ["type"] = "enchant", + }, + }, ["51871"] = { ["specialCaseData"] = { }, @@ -3720,6 +4602,15 @@ return { ["type"] = "enchant", }, }, + ["52180"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|52180", + ["text"] = "Allocates Trained Deflection", + ["type"] = "enchant", + }, + }, ["52191"] = { ["specialCaseData"] = { }, @@ -3738,6 +4629,33 @@ return { ["type"] = "enchant", }, }, + ["52229"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|52229", + ["text"] = "Allocates Secrets of the Orb", + ["type"] = "enchant", + }, + }, + ["52245"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|52245", + ["text"] = "Allocates Distant Dreamer", + ["type"] = "enchant", + }, + }, + ["52257"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|52257", + ["text"] = "Allocates Conductive Embrace", + ["type"] = "enchant", + }, + }, ["5227"] = { ["specialCaseData"] = { }, @@ -3783,6 +4701,15 @@ return { ["type"] = "enchant", }, }, + ["52684"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|52684", + ["text"] = "Allocates Eroding Chains", + ["type"] = "enchant", + }, + }, ["52803"] = { ["specialCaseData"] = { }, @@ -3819,6 +4746,15 @@ return { ["type"] = "enchant", }, }, + ["53131"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53131", + ["text"] = "Allocates Tukohama's Brew", + ["type"] = "enchant", + }, + }, ["53150"] = { ["specialCaseData"] = { }, @@ -3828,6 +4764,24 @@ return { ["type"] = "enchant", }, }, + ["53185"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53185", + ["text"] = "Allocates The Winter Owl", + ["type"] = "enchant", + }, + }, + ["53187"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53187", + ["text"] = "Allocates Warlord Berserker", + ["type"] = "enchant", + }, + }, ["53294"] = { ["specialCaseData"] = { }, @@ -3837,6 +4791,15 @@ return { ["type"] = "enchant", }, }, + ["5332"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|5332", + ["text"] = "Allocates Crystallised Immunities", + ["type"] = "enchant", + }, + }, ["5335"] = { ["specialCaseData"] = { }, @@ -3864,6 +4827,33 @@ return { ["type"] = "enchant", }, }, + ["53566"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53566", + ["text"] = "Allocates Run and Gun", + ["type"] = "enchant", + }, + }, + ["53607"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53607", + ["text"] = "Allocates Fortified Location", + ["type"] = "enchant", + }, + }, + ["53683"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|53683", + ["text"] = "Allocates Efficient Loading", + ["type"] = "enchant", + }, + }, ["53823"] = { ["specialCaseData"] = { }, @@ -3909,6 +4899,24 @@ return { ["type"] = "enchant", }, }, + ["54031"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|54031", + ["text"] = "Allocates The Great Boar", + ["type"] = "enchant", + }, + }, + ["5410"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|5410", + ["text"] = "Allocates Channelled Heritage", + ["type"] = "enchant", + }, + }, ["54148"] = { ["specialCaseData"] = { }, @@ -3990,6 +4998,15 @@ return { ["type"] = "enchant", }, }, + ["55131"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|55131", + ["text"] = "Allocates Light on your Feet", + ["type"] = "enchant", + }, + }, ["55149"] = { ["specialCaseData"] = { }, @@ -4062,30 +5079,57 @@ return { ["type"] = "enchant", }, }, - ["56063"] = { + ["5594"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|56063", - ["text"] = "Allocates Lingering Horror", + ["id"] = "enchant.stat_2954116742|5594", + ["text"] = "Allocates Decrepifying Curse", ["type"] = "enchant", }, }, - ["56265"] = { + ["56016"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|56265", - ["text"] = "Allocates Throatseeker", + ["id"] = "enchant.stat_2954116742|56016", + ["text"] = "Allocates Passthrough Rounds", ["type"] = "enchant", }, }, - ["56366"] = { + ["56063"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56063", + ["text"] = "Allocates Lingering Horror", + ["type"] = "enchant", + }, + }, + ["56265"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56265", + ["text"] = "Allocates Throatseeker", + ["type"] = "enchant", + }, + }, + ["56388"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56388", + ["text"] = "Allocates Reinforced Rallying", + ["type"] = "enchant", + }, + }, + ["5642"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|56366", - ["text"] = "Allocates Silent Shiv", + ["id"] = "enchant.stat_2954116742|5642", + ["text"] = "Allocates Behemoth", ["type"] = "enchant", }, }, @@ -4098,6 +5142,24 @@ return { ["type"] = "enchant", }, }, + ["56488"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56488", + ["text"] = "Allocates Glancing Deflection", + ["type"] = "enchant", + }, + }, + ["56493"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56493", + ["text"] = "Allocates Agile Succession", + ["type"] = "enchant", + }, + }, ["56616"] = { ["specialCaseData"] = { }, @@ -4116,6 +5178,15 @@ return { ["type"] = "enchant", }, }, + ["56767"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56767", + ["text"] = "Allocates Electrifying Daze", + ["type"] = "enchant", + }, + }, ["56776"] = { ["specialCaseData"] = { }, @@ -4130,7 +5201,25 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|56806", - ["text"] = "Allocates Parrying Motion", + ["text"] = "Allocates Swift Blocking", + ["type"] = "enchant", + }, + }, + ["5686"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|5686", + ["text"] = "Allocates Chillproof", + ["type"] = "enchant", + }, + }, + ["56860"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56860", + ["text"] = "Allocates Resolute Reprisal", ["type"] = "enchant", }, }, @@ -4143,6 +5232,15 @@ return { ["type"] = "enchant", }, }, + ["56988"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|56988", + ["text"] = "Allocates Electric Blood", + ["type"] = "enchant", + }, + }, ["56997"] = { ["specialCaseData"] = { }, @@ -4224,6 +5322,15 @@ return { ["type"] = "enchant", }, }, + ["57286"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|57286", + ["text"] = "Allocates Embodiment of Flame", + ["type"] = "enchant", + }, + }, ["57379"] = { ["specialCaseData"] = { }, @@ -4251,6 +5358,15 @@ return { ["type"] = "enchant", }, }, + ["57785"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|57785", + ["text"] = "Allocates Trained Turrets", + ["type"] = "enchant", + }, + }, ["57805"] = { ["specialCaseData"] = { }, @@ -4296,6 +5412,15 @@ return { ["type"] = "enchant", }, }, + ["58215"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|58215", + ["text"] = "Allocates Sanguimantic Rituals", + ["type"] = "enchant", + }, + }, ["58397"] = { ["specialCaseData"] = { }, @@ -4323,6 +5448,15 @@ return { ["type"] = "enchant", }, }, + ["58817"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|58817", + ["text"] = "Allocates Artillery Strike", + ["type"] = "enchant", + }, + }, ["58939"] = { ["specialCaseData"] = { }, @@ -4332,21 +5466,21 @@ return { ["type"] = "enchant", }, }, - ["59214"] = { + ["59208"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|59214", - ["text"] = "Allocates Fated End", + ["id"] = "enchant.stat_2954116742|59208", + ["text"] = "Allocates Frantic Fighter", ["type"] = "enchant", }, }, - ["59263"] = { + ["59214"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|59263", - ["text"] = "Allocates Ripping Blade", + ["id"] = "enchant.stat_2954116742|59214", + ["text"] = "Allocates Fated End", ["type"] = "enchant", }, }, @@ -4521,6 +5655,15 @@ return { ["type"] = "enchant", }, }, + ["61354"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|61354", + ["text"] = "Allocates Infernal Limit", + ["type"] = "enchant", + }, + }, ["61404"] = { ["specialCaseData"] = { }, @@ -4593,15 +5736,6 @@ return { ["type"] = "enchant", }, }, - ["62001"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|62001", - ["text"] = "Allocates Backstabbing", - ["type"] = "enchant", - }, - }, ["62034"] = { ["specialCaseData"] = { }, @@ -4647,15 +5781,6 @@ return { ["type"] = "enchant", }, }, - ["62439"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|62439", - ["text"] = "Allocates Enraged Reaver", - ["type"] = "enchant", - }, - }, ["62455"] = { ["specialCaseData"] = { }, @@ -4692,6 +5817,24 @@ return { ["type"] = "enchant", }, }, + ["62963"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|62963", + ["text"] = "Allocates Flamewalker", + ["type"] = "enchant", + }, + }, + ["63031"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|63031", + ["text"] = "Allocates Glorious Anticipation", + ["type"] = "enchant", + }, + }, ["63037"] = { ["specialCaseData"] = { }, @@ -4728,6 +5871,15 @@ return { ["type"] = "enchant", }, }, + ["63400"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|63400", + ["text"] = "Allocates Chakra of Elements", + ["type"] = "enchant", + }, + }, ["63431"] = { ["specialCaseData"] = { }, @@ -4746,6 +5898,15 @@ return { ["type"] = "enchant", }, }, + ["63579"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|63579", + ["text"] = "Allocates Momentum", + ["type"] = "enchant", + }, + }, ["63585"] = { ["specialCaseData"] = { }, @@ -4755,12 +5916,12 @@ return { ["type"] = "enchant", }, }, - ["63659"] = { + ["63739"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|63659", - ["text"] = "Allocates Clever Construction", + ["id"] = "enchant.stat_2954116742|63739", + ["text"] = "Allocates Vigorous Remnants", ["type"] = "enchant", }, }, @@ -4791,12 +5952,21 @@ return { ["type"] = "enchant", }, }, + ["64050"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|64050", + ["text"] = "Allocates Marathon Runner", + ["type"] = "enchant", + }, + }, ["64119"] = { ["specialCaseData"] = { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|64119", - ["text"] = "Allocates Instant Reload", + ["text"] = "Allocates Rapid Reload", ["type"] = "enchant", }, }, @@ -4809,6 +5979,15 @@ return { ["type"] = "enchant", }, }, + ["64415"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|64415", + ["text"] = "Allocates Shattering Daze", + ["type"] = "enchant", + }, + }, ["64443"] = { ["specialCaseData"] = { }, @@ -4818,6 +5997,15 @@ return { ["type"] = "enchant", }, }, + ["64525"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|64525", + ["text"] = "Allocates Easy Target", + ["type"] = "enchant", + }, + }, ["64543"] = { ["specialCaseData"] = { }, @@ -4832,7 +6020,7 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|64851", - ["text"] = "Allocates Flashy Deflection", + ["text"] = "Allocates Flashy Parrying", ["type"] = "enchant", }, }, @@ -4899,12 +6087,21 @@ return { ["type"] = "enchant", }, }, + ["65256"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|65256", + ["text"] = "Allocates Widespread Coverage", + ["type"] = "enchant", + }, + }, ["65265"] = { ["specialCaseData"] = { }, ["tradeMod"] = { ["id"] = "enchant.stat_2954116742|65265", - ["text"] = "Allocates Swift Deflection", + ["text"] = "Allocates Swift Interruption", ["type"] = "enchant", }, }, @@ -4953,6 +6150,15 @@ return { ["type"] = "enchant", }, }, + ["7275"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|7275", + ["text"] = "Allocates Electrocuting Exposure", + ["type"] = "enchant", + }, + }, ["7302"] = { ["specialCaseData"] = { }, @@ -4989,6 +6195,15 @@ return { ["type"] = "enchant", }, }, + ["7449"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|7449", + ["text"] = "Allocates Splinters", + ["type"] = "enchant", + }, + }, ["7604"] = { ["specialCaseData"] = { }, @@ -5025,6 +6240,15 @@ return { ["type"] = "enchant", }, }, + ["7782"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|7782", + ["text"] = "Allocates Rupturing Pins", + ["type"] = "enchant", + }, + }, ["7809"] = { ["specialCaseData"] = { }, @@ -5034,6 +6258,15 @@ return { ["type"] = "enchant", }, }, + ["7847"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|7847", + ["text"] = "Allocates The Fabled Stag", + ["type"] = "enchant", + }, + }, ["8273"] = { ["specialCaseData"] = { }, @@ -5043,6 +6276,15 @@ return { ["type"] = "enchant", }, }, + ["8397"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|8397", + ["text"] = "Allocates Empowering Remains", + ["type"] = "enchant", + }, + }, ["8483"] = { ["specialCaseData"] = { }, @@ -5061,21 +6303,21 @@ return { ["type"] = "enchant", }, }, - ["8535"] = { + ["8554"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|8535", - ["text"] = "Allocates Spiked Whip", + ["id"] = "enchant.stat_2954116742|8554", + ["text"] = "Allocates Burning Nature", ["type"] = "enchant", }, }, - ["8554"] = { + ["8607"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_2954116742|8554", - ["text"] = "Allocates Burning Nature", + ["id"] = "enchant.stat_2954116742|8607", + ["text"] = "Allocates Lavianga's Brew", ["type"] = "enchant", }, }, @@ -5088,6 +6330,15 @@ return { ["type"] = "enchant", }, }, + ["8782"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|8782", + ["text"] = "Allocates Empowering Infusions", + ["type"] = "enchant", + }, + }, ["8791"] = { ["specialCaseData"] = { }, @@ -5133,6 +6384,15 @@ return { ["type"] = "enchant", }, }, + ["8896"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|8896", + ["text"] = "Allocates Agile Sprinter", + ["type"] = "enchant", + }, + }, ["8904"] = { ["specialCaseData"] = { }, @@ -5187,6 +6447,15 @@ return { ["type"] = "enchant", }, }, + ["9290"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|9290", + ["text"] = "Allocates Rusted Pins", + ["type"] = "enchant", + }, + }, ["934"] = { ["specialCaseData"] = { }, @@ -5196,6 +6465,15 @@ return { ["type"] = "enchant", }, }, + ["94"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|94", + ["text"] = "Allocates Efficient Killing", + ["type"] = "enchant", + }, + }, ["9421"] = { ["specialCaseData"] = { }, @@ -5223,6 +6501,24 @@ return { ["type"] = "enchant", }, }, + ["9604"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|9604", + ["text"] = "Allocates Thirst of Kitava", + ["type"] = "enchant", + }, + }, + ["9652"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|9652", + ["text"] = "Allocates Mending Deflection", + ["type"] = "enchant", + }, + }, ["9736"] = { ["specialCaseData"] = { }, @@ -5232,6 +6528,15 @@ return { ["type"] = "enchant", }, }, + ["9896"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|9896", + ["text"] = "Allocates Heartstopping Presence", + ["type"] = "enchant", + }, + }, ["9908"] = { ["specialCaseData"] = { }, @@ -5241,6 +6546,15 @@ return { ["type"] = "enchant", }, }, + ["9928"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_2954116742|9928", + ["text"] = "Allocates Embracing Frost", + ["type"] = "enchant", + }, + }, ["9968"] = { ["specialCaseData"] = { }, @@ -5252,7 +6566,7 @@ return { }, }, ["Corrupted"] = { - ["1095_AllDamage"] = { + ["1083_AllDamage"] = { ["Quiver"] = { ["max"] = 30, ["min"] = 20, @@ -5269,7 +6583,7 @@ return { ["type"] = "enchant", }, }, - ["1235_LocalChaosDamage"] = { + ["1223_LocalChaosDamage"] = { ["1HMace"] = { ["max"] = 14.5, ["min"] = 9.5, @@ -5314,20 +6628,7 @@ return { ["type"] = "enchant", }, }, - ["1379_EnergyShieldDelay"] = { - ["Focus"] = { - ["max"] = 30, - ["min"] = 20, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_1782086450", - ["text"] = "#% faster start of Energy Shield Recharge", - ["type"] = "enchant", - }, - }, - ["1416_GlobalIncreasePhysicalSpellSkillGemLevel"] = { + ["1399_GlobalIncreasePhysicalSpellSkillGemLevel"] = { ["1HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -5353,7 +6654,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1459_GainLifeOnBlock"] = { + ["1442_GainLifeOnBlock"] = { ["Shield"] = { ["max"] = 25, ["min"] = 20, @@ -5366,7 +6667,7 @@ return { ["type"] = "enchant", }, }, - ["1460_GainManaOnBlock"] = { + ["1443_GainManaOnBlock"] = { ["Shield"] = { ["max"] = 15, ["min"] = 10, @@ -5379,7 +6680,7 @@ return { ["type"] = "enchant", }, }, - ["1500_MaximumEnduranceCharges"] = { + ["1483_MaximumEnduranceCharges"] = { ["Belt"] = { ["max"] = 1, ["min"] = 1, @@ -5393,7 +6694,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1505_MaximumFrenzyCharges"] = { + ["1488_MaximumFrenzyCharges"] = { ["Gloves"] = { ["max"] = 1, ["min"] = 1, @@ -5407,7 +6708,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1510_MaximumPowerCharges"] = { + ["1493_MaximumPowerCharges"] = { ["Helmet"] = { ["max"] = 1, ["min"] = 1, @@ -5421,7 +6722,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1571_AreaOfEffect"] = { + ["1554_AreaOfEffect"] = { ["Helmet"] = { ["max"] = 25, ["min"] = 15, @@ -5434,7 +6735,7 @@ return { ["type"] = "enchant", }, }, - ["1586_SkillEffectDuration"] = { + ["1569_SkillEffectDuration"] = { ["Helmet"] = { ["max"] = 25, ["min"] = 15, @@ -5447,7 +6748,7 @@ return { ["type"] = "enchant", }, }, - ["1620_DamageGainedAsChaos"] = { + ["1599_DamageGainedAsChaos"] = { ["Helmet"] = { ["max"] = 8, ["min"] = 5, @@ -5460,7 +6761,7 @@ return { ["type"] = "enchant", }, }, - ["1635_LifeRegenerationRatePercentage"] = { + ["1614_LifeRegenerationRatePercentage"] = { ["Helmet"] = { ["max"] = 2, ["min"] = 1, @@ -5477,7 +6778,7 @@ return { ["type"] = "enchant", }, }, - ["1676_MaximumBlockChance"] = { + ["1655_MaximumBlockChance"] = { ["Shield"] = { ["max"] = 3, ["min"] = 3, @@ -5491,7 +6792,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1964_BlindingHit"] = { + ["1933_BlindingHit"] = { ["2HWeapon"] = { ["max"] = 10, ["min"] = 5, @@ -5512,7 +6813,7 @@ return { ["type"] = "enchant", }, }, - ["2178_LocalChanceToBleed"] = { + ["2147_LocalChanceToBleed"] = { ["1HMace"] = { ["max"] = 15, ["min"] = 10, @@ -5537,7 +6838,7 @@ return { ["type"] = "enchant", }, }, - ["2288_CurseEffectiveness"] = { + ["2256_CurseEffectiveness"] = { ["Helmet"] = { ["max"] = 10, ["min"] = 5, @@ -5550,7 +6851,7 @@ return { ["type"] = "enchant", }, }, - ["2638_ImmunityToBlind"] = { + ["2597_ImmunityToBlind"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -5567,7 +6868,7 @@ return { ["type"] = "enchant", }, }, - ["2643_FireResistancePenetration"] = { + ["2602_FireResistancePenetration"] = { ["Gloves"] = { ["max"] = 15, ["min"] = 10, @@ -5580,7 +6881,7 @@ return { ["type"] = "enchant", }, }, - ["2644_ColdResistancePenetration"] = { + ["2603_ColdResistancePenetration"] = { ["Gloves"] = { ["max"] = 15, ["min"] = 10, @@ -5593,7 +6894,7 @@ return { ["type"] = "enchant", }, }, - ["2645_LightningResistancePenetration"] = { + ["2604_LightningResistancePenetration"] = { ["Gloves"] = { ["max"] = 15, ["min"] = 10, @@ -5606,7 +6907,7 @@ return { ["type"] = "enchant", }, }, - ["2914_IncreasedStunThreshold"] = { + ["2867_IncreasedStunThreshold"] = { ["Boots"] = { ["max"] = 30, ["min"] = 20, @@ -5619,7 +6920,7 @@ return { ["type"] = "enchant", }, }, - ["2915_FreezeThreshold"] = { + ["2868_FreezeThreshold"] = { ["Boots"] = { ["max"] = 30, ["min"] = 20, @@ -5632,7 +6933,7 @@ return { ["type"] = "enchant", }, }, - ["2920_WarcrySpeed"] = { + ["2873_WarcrySpeed"] = { ["Helmet"] = { ["max"] = 25, ["min"] = 15, @@ -5645,7 +6946,7 @@ return { ["type"] = "enchant", }, }, - ["4180_GlobalSkillGemLevel"] = { + ["4149_GlobalSkillGemLevel"] = { ["Amulet"] = { ["max"] = 1, ["min"] = 1, @@ -5659,7 +6960,7 @@ return { }, ["usePositiveSign"] = true, }, - ["4275_ArmourBreak"] = { + ["4259_ArmourBreak"] = { ["Gloves"] = { ["max"] = 15, ["min"] = 10, @@ -5672,7 +6973,7 @@ return { ["type"] = "enchant", }, }, - ["4504_GlobalCooldownRecovery"] = { + ["4507_GlobalCooldownRecovery"] = { ["Helmet"] = { ["max"] = 12, ["min"] = 8, @@ -5685,7 +6986,7 @@ return { ["type"] = "enchant", }, }, - ["4512_SlowEffect"] = { + ["4519_SlowEffect"] = { ["Gloves"] = { ["max"] = 30, ["min"] = 20, @@ -5698,7 +6999,7 @@ return { ["type"] = "enchant", }, }, - ["4548_SlowPotency"] = { + ["4572_SlowPotency"] = { ["Boots"] = { ["max"] = -20, ["min"] = -30, @@ -5712,7 +7013,7 @@ return { ["type"] = "enchant", }, }, - ["4832_CorruptedBloodImmunity"] = { + ["4864_CorruptedBloodImmunity"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -5729,7 +7030,7 @@ return { ["type"] = "enchant", }, }, - ["5847_EnergyGeneration"] = { + ["5919_EnergyGeneration"] = { ["Helmet"] = { ["max"] = 30, ["min"] = 20, @@ -5742,7 +7043,7 @@ return { ["type"] = "enchant", }, }, - ["6258_CharmChargeGeneration"] = { + ["6356_CharmChargeGeneration"] = { ["Amulet"] = { ["max"] = 0.17, ["min"] = 0.08, @@ -5755,7 +7056,7 @@ return { ["type"] = "enchant", }, }, - ["6260_LifeFlaskChargeGeneration"] = { + ["6359_LifeFlaskChargeGeneration"] = { ["Amulet"] = { ["max"] = 0.17, ["min"] = 0.08, @@ -5768,7 +7069,7 @@ return { ["type"] = "enchant", }, }, - ["6261_ManaFlaskChargeGeneration"] = { + ["6360_ManaFlaskChargeGeneration"] = { ["Amulet"] = { ["max"] = 0.17, ["min"] = 0.08, @@ -5781,7 +7082,7 @@ return { ["type"] = "enchant", }, }, - ["6281_GoldFoundIncrease"] = { + ["6384_GoldFoundIncrease"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -5790,7 +7091,7 @@ return { ["type"] = "enchant", }, }, - ["6624_ImmuneToMaim"] = { + ["6749_ImmuneToMaim"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -5807,7 +7108,7 @@ return { ["type"] = "enchant", }, }, - ["6883_LocalWeaponRangeIncrease"] = { + ["7022_LocalWeaponRangeIncrease"] = { ["1HMace"] = { ["max"] = 20, ["min"] = 10, @@ -5836,7 +7137,7 @@ return { ["type"] = "enchant", }, }, - ["6989_LocalRageOnHit"] = { + ["7129_LocalRageOnHit"] = { ["1HMace"] = { ["max"] = 1, ["min"] = 1, @@ -5865,7 +7166,7 @@ return { ["type"] = "enchant", }, }, - ["7044_LocalChanceToMaim"] = { + ["7210_LocalChanceToMaim"] = { ["2HWeapon"] = { ["max"] = 15, ["min"] = 10, @@ -5886,7 +7187,7 @@ return { ["type"] = "enchant", }, }, - ["7059_LocalChanceToPoisonOnHit"] = { + ["7224_LocalChanceToPoisonOnHit"] = { ["2HWeapon"] = { ["max"] = 15, ["min"] = 10, @@ -5903,7 +7204,7 @@ return { ["type"] = "enchant", }, }, - ["823_LocalPhysicalDamagePercent"] = { + ["819_LocalPhysicalDamagePercent"] = { ["1HMace"] = { ["max"] = 25, ["min"] = 15, @@ -5948,7 +7249,7 @@ return { ["type"] = "enchant", }, }, - ["825_LocalFireDamage"] = { + ["821_LocalFireDamage"] = { ["1HMace"] = { ["max"] = 18, ["min"] = 12, @@ -5993,7 +7294,7 @@ return { ["type"] = "enchant", }, }, - ["826_LocalColdDamage"] = { + ["822_LocalColdDamage"] = { ["1HMace"] = { ["max"] = 15.5, ["min"] = 10.5, @@ -6038,7 +7339,7 @@ return { ["type"] = "enchant", }, }, - ["827_LocalLightningDamage"] = { + ["823_LocalLightningDamage"] = { ["1HMace"] = { ["max"] = 22.5, ["min"] = 15, @@ -6083,7 +7384,7 @@ return { ["type"] = "enchant", }, }, - ["829_MovementVelocity"] = { + ["825_MovementVelocity"] = { ["Boots"] = { ["max"] = 5, ["min"] = 3, @@ -6096,7 +7397,7 @@ return { ["type"] = "enchant", }, }, - ["830_IncreasedSkillSpeed"] = { + ["826_IncreasedSkillSpeed"] = { ["Quiver"] = { ["max"] = 6, ["min"] = 4, @@ -6113,7 +7414,7 @@ return { ["type"] = "enchant", }, }, - ["837_LocalPhysicalDamageReductionRatingPercent"] = { + ["832_LocalPhysicalDamageReductionRatingPercent"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6142,7 +7443,7 @@ return { ["type"] = "enchant", }, }, - ["838_LocalEvasionRatingIncreasePercent"] = { + ["833_LocalEvasionRatingIncreasePercent"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6171,7 +7472,7 @@ return { ["type"] = "enchant", }, }, - ["839_LocalEnergyShieldPercent"] = { + ["834_LocalEnergyShieldPercent"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6200,7 +7501,7 @@ return { ["type"] = "enchant", }, }, - ["840_LocalArmourAndEvasion"] = { + ["835_LocalArmourAndEvasion"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6229,7 +7530,7 @@ return { ["type"] = "enchant", }, }, - ["841_LocalArmourAndEnergyShield"] = { + ["836_LocalArmourAndEnergyShield"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6258,7 +7559,7 @@ return { ["type"] = "enchant", }, }, - ["842_LocalEvasionAndEnergyShield"] = { + ["837_LocalEvasionAndEnergyShield"] = { ["Boots"] = { ["max"] = 25, ["min"] = 15, @@ -6283,7 +7584,7 @@ return { ["type"] = "enchant", }, }, - ["844_LocalIncreasedSpiritPercent"] = { + ["839_LocalIncreasedSpiritPercent"] = { ["1HWeapon"] = { ["max"] = 25, ["min"] = 15, @@ -6300,7 +7601,7 @@ return { ["type"] = "enchant", }, }, - ["855_WeaponSpellDamage"] = { + ["850_WeaponSpellDamage"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 20, @@ -6329,20 +7630,7 @@ return { ["type"] = "enchant", }, }, - ["8581_ChainFromTerrain"] = { - ["Quiver"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_4081947835", - ["text"] = "Projectiles have #% chance to Chain an additional time from terrain", - ["type"] = "enchant", - }, - }, - ["861_IncreasedWeaponElementalDamagePercent"] = { + ["856_IncreasedWeaponElementalDamagePercent"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 20, @@ -6387,7 +7675,7 @@ return { ["type"] = "enchant", }, }, - ["864_IncreasedAccuracy"] = { + ["859_IncreasedAccuracy"] = { ["Helmet"] = { ["max"] = 100, ["min"] = 50, @@ -6405,7 +7693,7 @@ return { }, ["usePositiveSign"] = true, }, - ["867_GlobalPhysicalDamageReductionRatingPercent"] = { + ["861_GlobalPhysicalDamageReductionRatingPercent"] = { ["Belt"] = { ["max"] = 25, ["min"] = 15, @@ -6418,7 +7706,7 @@ return { ["type"] = "enchant", }, }, - ["869_GlobalEvasionRatingPercent"] = { + ["863_GlobalEvasionRatingPercent"] = { ["Belt"] = { ["max"] = 25, ["min"] = 15, @@ -6431,7 +7719,7 @@ return { ["type"] = "enchant", }, }, - ["871_GlobalEnergyShieldPercent"] = { + ["865_GlobalEnergyShieldPercent"] = { ["Belt"] = { ["max"] = 25, ["min"] = 15, @@ -6444,7 +7732,7 @@ return { ["type"] = "enchant", }, }, - ["872_IncreasedLife"] = { + ["866_IncreasedLife"] = { ["Belt"] = { ["max"] = 40, ["min"] = 30, @@ -6462,7 +7750,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_IncreasedMana"] = { + ["868_IncreasedMana"] = { ["Focus"] = { ["max"] = 25, ["min"] = 20, @@ -6484,7 +7772,7 @@ return { }, ["usePositiveSign"] = true, }, - ["877_BaseSpirit"] = { + ["871_BaseSpirit"] = { ["Helmet"] = { ["max"] = 30, ["min"] = 20, @@ -6498,7 +7786,7 @@ return { }, ["usePositiveSign"] = true, }, - ["884_AlliesInPresenceAllDamage"] = { + ["878_AlliesInPresenceAllDamage"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 20, @@ -6515,7 +7803,20 @@ return { ["type"] = "enchant", }, }, - ["892_AlliesInPresenceCriticalStrikeMultiplier"] = { + ["8825_ChainFromTerrain"] = { + ["Quiver"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_4081947835", + ["text"] = "Projectiles have #% chance to Chain an additional time from terrain", + ["type"] = "enchant", + }, + }, + ["889_AlliesInPresenceCriticalStrikeMultiplier"] = { ["1HWeapon"] = { ["max"] = 15, ["min"] = 10, @@ -6532,7 +7833,7 @@ return { ["type"] = "enchant", }, }, - ["893_AlliesInPresenceIncreasedAttackSpeed"] = { + ["890_AlliesInPresenceIncreasedAttackSpeed"] = { ["1HWeapon"] = { ["max"] = 10, ["min"] = 5, @@ -6549,7 +7850,7 @@ return { ["type"] = "enchant", }, }, - ["894_AlliesInPresenceIncreasedCastSpeed"] = { + ["891_AlliesInPresenceIncreasedCastSpeed"] = { ["1HWeapon"] = { ["max"] = 10, ["min"] = 5, @@ -6566,7 +7867,7 @@ return { ["type"] = "enchant", }, }, - ["916_ItemFoundRarityIncrease"] = { + ["913_ItemFoundRarityIncrease"] = { ["Amulet"] = { ["max"] = 15, ["min"] = 10, @@ -6583,42 +7884,42 @@ return { ["type"] = "enchant", }, }, - ["918_LocalCriticalStrikeMultiplier"] = { + ["915_LocalCriticalStrikeMultiplier"] = { ["1HMace"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["1HWeapon"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["2HMace"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["2HWeapon"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["Bow"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["Crossbow"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["Flail"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["Quarterstaff"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["Spear"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["specialCaseData"] = { }, @@ -6629,24 +7930,7 @@ return { }, ["usePositiveSign"] = true, }, - ["9211_ThornsDamageIncrease"] = { - ["Chest"] = { - ["max"] = 50, - ["min"] = 40, - }, - ["Shield"] = { - ["max"] = 50, - ["min"] = 40, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_1315743832", - ["text"] = "#% increased Thorns damage", - ["type"] = "enchant", - }, - }, - ["921_LocalAttributeRequirements"] = { + ["918_LocalAttributeRequirements"] = { ["1HMace"] = { ["max"] = -10, ["min"] = -20, @@ -6728,7 +8012,7 @@ return { ["type"] = "enchant", }, }, - ["923_GlobalIncreaseFireSpellSkillGemLevel"] = { + ["920_GlobalIncreaseFireSpellSkillGemLevel"] = { ["1HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6754,7 +8038,7 @@ return { }, ["usePositiveSign"] = true, }, - ["924_GlobalIncreaseColdSpellSkillGemLevel"] = { + ["921_GlobalIncreaseColdSpellSkillGemLevel"] = { ["1HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6780,7 +8064,7 @@ return { }, ["usePositiveSign"] = true, }, - ["925_GlobalIncreaseLightningSpellSkillGemLevel"] = { + ["922_GlobalIncreaseLightningSpellSkillGemLevel"] = { ["1HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6806,7 +8090,7 @@ return { }, ["usePositiveSign"] = true, }, - ["926_GlobalIncreaseChaosSpellSkillGemLevel"] = { + ["923_GlobalIncreaseChaosSpellSkillGemLevel"] = { ["1HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6832,7 +8116,7 @@ return { }, ["usePositiveSign"] = true, }, - ["927_GlobalIncreaseMeleeSkillGemLevel"] = { + ["924_GlobalIncreaseMeleeSkillGemLevel"] = { ["Gloves"] = { ["max"] = 1, ["min"] = 1, @@ -6846,7 +8130,7 @@ return { }, ["usePositiveSign"] = true, }, - ["929_GlobalIncreaseMinionSpellSkillGemLevel"] = { + ["927_GlobalIncreaseMinionSpellSkillGemLevel"] = { ["Helmet"] = { ["max"] = 1, ["min"] = 1, @@ -6860,7 +8144,7 @@ return { }, ["usePositiveSign"] = true, }, - ["933_SpellCriticalStrikeChance"] = { + ["931_SpellCriticalStrikeChance"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 20, @@ -6885,7 +8169,7 @@ return { ["type"] = "enchant", }, }, - ["935_CriticalStrikeMultiplier"] = { + ["933_CriticalStrikeMultiplier"] = { ["Quiver"] = { ["max"] = 20, ["min"] = 15, @@ -6902,7 +8186,7 @@ return { ["type"] = "enchant", }, }, - ["940_IncreasedCastSpeed"] = { + ["938_IncreasedCastSpeed"] = { ["1HWeapon"] = { ["max"] = 15, ["min"] = 10, @@ -6927,7 +8211,7 @@ return { ["type"] = "enchant", }, }, - ["941_AdditionalAmmo"] = { + ["939_AdditionalAmmo"] = { ["2HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6944,20 +8228,7 @@ return { ["type"] = "enchant", }, }, - ["9436_WeaponSwapSpeed"] = { - ["Gloves"] = { - ["max"] = 30, - ["min"] = 20, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "enchant.stat_3233599707", - ["text"] = "#% increased Weapon Swap Speed", - ["type"] = "enchant", - }, - }, - ["943_AdditionalArrows"] = { + ["941_AdditionalArrows"] = { ["2HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -6975,7 +8246,7 @@ return { ["type"] = "enchant", }, }, - ["945_Strength"] = { + ["943_Strength"] = { ["Amulet"] = { ["max"] = 15, ["min"] = 10, @@ -7005,7 +8276,7 @@ return { }, ["usePositiveSign"] = true, }, - ["946_Dexterity"] = { + ["944_Dexterity"] = { ["Amulet"] = { ["max"] = 15, ["min"] = 10, @@ -7035,7 +8306,7 @@ return { }, ["usePositiveSign"] = true, }, - ["947_Intelligence"] = { + ["945_Intelligence"] = { ["Amulet"] = { ["max"] = 15, ["min"] = 10, @@ -7065,24 +8336,24 @@ return { }, ["usePositiveSign"] = true, }, - ["9482_YouCannotBeHindered"] = { - ["AnyJewel"] = { - ["max"] = 1, - ["min"] = 1, + ["9476_ThornsDamageIncrease"] = { + ["Chest"] = { + ["max"] = 50, + ["min"] = 40, }, - ["BaseJewel"] = { - ["max"] = 1, - ["min"] = 1, + ["Shield"] = { + ["max"] = 50, + ["min"] = 40, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "enchant.stat_721014846", - ["text"] = "You cannot be Hindered", + ["id"] = "enchant.stat_1315743832", + ["text"] = "#% increased Thorns damage", ["type"] = "enchant", }, }, - ["949_ReducedPhysicalDamageTaken"] = { + ["947_ReducedPhysicalDamageTaken"] = { ["Chest"] = { ["max"] = 5, ["min"] = 3, @@ -7095,7 +8366,7 @@ return { ["type"] = "enchant", }, }, - ["950_MaximumElementalResistance"] = { + ["948_MaximumElementalResistance"] = { ["Amulet"] = { ["max"] = 1, ["min"] = 1, @@ -7113,7 +8384,7 @@ return { }, ["usePositiveSign"] = true, }, - ["951_MaximumFireResist"] = { + ["949_MaximumFireResist"] = { ["Belt"] = { ["max"] = 3, ["min"] = 1, @@ -7127,7 +8398,7 @@ return { }, ["usePositiveSign"] = true, }, - ["952_MaximumColdResist"] = { + ["950_MaximumColdResist"] = { ["Helmet"] = { ["max"] = 3, ["min"] = 1, @@ -7141,7 +8412,7 @@ return { }, ["usePositiveSign"] = true, }, - ["953_MaximumLightningResistance"] = { + ["951_MaximumLightningResistance"] = { ["Boots"] = { ["max"] = 3, ["min"] = 1, @@ -7155,7 +8426,7 @@ return { }, ["usePositiveSign"] = true, }, - ["955_AllResistances"] = { + ["953_AllResistances"] = { ["Amulet"] = { ["max"] = 10, ["min"] = 5, @@ -7173,7 +8444,7 @@ return { }, ["usePositiveSign"] = true, }, - ["956_FireResistance"] = { + ["954_FireResistance"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -7199,7 +8470,7 @@ return { }, ["usePositiveSign"] = true, }, - ["957_ColdResistance"] = { + ["955_ColdResistance"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -7225,7 +8496,7 @@ return { }, ["usePositiveSign"] = true, }, - ["958_LightningResistance"] = { + ["956_LightningResistance"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -7251,7 +8522,7 @@ return { }, ["usePositiveSign"] = true, }, - ["959_ChaosResistance"] = { + ["957_ChaosResistance"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -7277,7 +8548,20 @@ return { }, ["usePositiveSign"] = true, }, - ["964_LifeRegenerationRate"] = { + ["963_EnergyShieldDelay"] = { + ["Focus"] = { + ["max"] = 30, + ["min"] = 20, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_1782086450", + ["text"] = "#% faster start of Energy Shield Recharge", + ["type"] = "enchant", + }, + }, + ["965_LifeRegenerationRate"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -7286,7 +8570,7 @@ return { ["type"] = "enchant", }, }, - ["965_DamageTakenGainedAsLife"] = { + ["966_DamageTakenGainedAsLife"] = { ["Chest"] = { ["max"] = 20, ["min"] = 10, @@ -7299,7 +8583,7 @@ return { ["type"] = "enchant", }, }, - ["966_LifeLeechPermyriad"] = { + ["967_LifeLeechPermyriad"] = { ["Amulet"] = { ["max"] = 3, ["min"] = 3, @@ -7312,7 +8596,20 @@ return { ["type"] = "enchant", }, }, - ["970_LifeGainedFromEnemyDeath"] = { + ["9716_WeaponSwapSpeed"] = { + ["Gloves"] = { + ["max"] = 30, + ["min"] = 20, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_3233599707", + ["text"] = "#% increased Weapon Swap Speed", + ["type"] = "enchant", + }, + }, + ["971_LifeGainedFromEnemyDeath"] = { ["1HWeapon"] = { ["max"] = 25, ["min"] = 20, @@ -7341,7 +8638,7 @@ return { ["type"] = "enchant", }, }, - ["971_ManaRegeneration"] = { + ["972_ManaRegeneration"] = { ["Helmet"] = { ["max"] = 30, ["min"] = 20, @@ -7358,7 +8655,7 @@ return { ["type"] = "enchant", }, }, - ["972_PercentDamageGoesToMana"] = { + ["973_PercentDamageGoesToMana"] = { ["Chest"] = { ["max"] = 20, ["min"] = 10, @@ -7371,7 +8668,7 @@ return { ["type"] = "enchant", }, }, - ["974_ManaLeechPermyriad"] = { + ["975_ManaLeechPermyriad"] = { ["Amulet"] = { ["max"] = 2, ["min"] = 2, @@ -7384,7 +8681,24 @@ return { ["type"] = "enchant", }, }, - ["975_ManaGainedFromEnemyDeath"] = { + ["9763_YouCannotBeHindered"] = { + ["AnyJewel"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["BaseJewel"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "enchant.stat_721014846", + ["text"] = "You cannot be Hindered", + ["type"] = "enchant", + }, + }, + ["976_ManaGainedFromEnemyDeath"] = { ["1HWeapon"] = { ["max"] = 15, ["min"] = 10, @@ -7413,7 +8727,7 @@ return { ["type"] = "enchant", }, }, - ["980_LocalStunDamageIncrease"] = { + ["981_LocalStunDamageIncrease"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 20, @@ -7463,7 +8777,7 @@ return { }, ["tradeMod"] = { ["id"] = "enchant.stat_2968503605", - ["text"] = "#% increased chance to Ignite", + ["text"] = "#% increased Flammability Magnitude", ["type"] = "enchant", }, }, @@ -7632,7 +8946,24 @@ return { ["type"] = "explicit", }, }, - ["1074_IncreasedBlockChance"] = { + ["1005_IgniteEffect"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 5, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 5, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3791899485", + ["text"] = "#% increased Ignite Magnitude", + ["type"] = "explicit", + }, + }, + ["1060_IncreasedBlockChance"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -7649,7 +8980,34 @@ return { ["type"] = "explicit", }, }, - ["1097_TotemDamageForJewel"] = { + ["1076_PercentageStrength"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_734614379", + ["text"] = "#% increased Strength", + ["type"] = "explicit", + }, + }, + ["1077_PercentageDexterity"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_4139681126", + ["text"] = "#% increased Dexterity", + ["type"] = "explicit", + }, + }, + ["1078_PercentageIntelligence"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_656461285", + ["text"] = "#% increased Intelligence", + ["type"] = "explicit", + }, + }, + ["1085_TotemDamageForJewel"] = { ["AnyJewel"] = { ["max"] = 18, ["min"] = 10, @@ -7666,7 +9024,7 @@ return { ["type"] = "explicit", }, }, - ["1101_AttackDamage"] = { + ["1089_AttackDamage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -7683,7 +9041,7 @@ return { ["type"] = "explicit", }, }, - ["1130_PhysicalDamagePercent"] = { + ["1118_PhysicalDamagePercent"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -7700,7 +9058,7 @@ return { ["type"] = "explicit", }, }, - ["1132_MeleeDamage"] = { + ["1120_MeleeDamage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -7717,7 +9075,7 @@ return { ["type"] = "explicit", }, }, - ["1183_IncreasedStaffDamageForJewel"] = { + ["1171_IncreasedStaffDamageForJewel"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -7734,7 +9092,7 @@ return { ["type"] = "explicit", }, }, - ["1194_IncreasedMaceDamageForJewel"] = { + ["1182_IncreasedMaceDamageForJewel"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -7751,7 +9109,7 @@ return { ["type"] = "explicit", }, }, - ["1198_IncreasedBowDamageForJewel"] = { + ["1186_IncreasedBowDamageForJewel"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -7768,7 +9126,7 @@ return { ["type"] = "explicit", }, }, - ["1212_SpearDamage"] = { + ["1200_SpearDamage"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -7785,7 +9143,7 @@ return { ["type"] = "explicit", }, }, - ["1233_ChaosDamage"] = { + ["1221_ChaosDamage"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -7794,7 +9152,7 @@ return { ["type"] = "explicit", }, }, - ["1235_LocalChaosDamage"] = { + ["1223_LocalChaosDamage"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -7803,7 +9161,7 @@ return { ["type"] = "explicit", }, }, - ["1235_LocalChaosDamageTwoHand"] = { + ["1223_LocalChaosDamageTwoHand"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -7812,7 +9170,7 @@ return { ["type"] = "explicit", }, }, - ["1264_StaffAttackSpeedForJewel"] = { + ["1252_StaffAttackSpeedForJewel"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -7829,7 +9187,7 @@ return { ["type"] = "explicit", }, }, - ["1268_BowAttackSpeedForJewel"] = { + ["1256_BowAttackSpeedForJewel"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -7846,7 +9204,7 @@ return { ["type"] = "explicit", }, }, - ["1271_SpearAttackSpeed"] = { + ["1259_SpearAttackSpeed"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -7863,7 +9221,7 @@ return { ["type"] = "explicit", }, }, - ["1276_IncreasedAccuracyPercent"] = { + ["1264_IncreasedAccuracyPercent"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -7880,7 +9238,7 @@ return { ["type"] = "explicit", }, }, - ["1285_BowIncreasedAccuracyRating"] = { + ["1273_BowIncreasedAccuracyRating"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -7897,7 +9255,7 @@ return { ["type"] = "explicit", }, }, - ["1336_SpearCriticalDamage"] = { + ["1324_SpearCriticalDamage"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -7914,24 +9272,7 @@ return { ["type"] = "explicit", }, }, - ["1379_EnergyShieldDelay"] = { - ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1782086450", - ["text"] = "#% faster start of Energy Shield Recharge", - ["type"] = "explicit", - }, - }, - ["1416_GlobalIncreasePhysicalSpellSkillGemLevel"] = { + ["1399_GlobalIncreasePhysicalSpellSkillGemLevel"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -7941,18 +9282,18 @@ return { }, ["usePositiveSign"] = true, }, - ["1416_GlobalIncreasePhysicalSpellSkillGemLevelWeapon"] = { + ["1399_GlobalIncreasePhysicalSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 5, @@ -7967,7 +9308,7 @@ return { }, ["usePositiveSign"] = true, }, - ["1451_MaximumLifeOnKillPercent"] = { + ["1434_MaximumLifeOnKillPercent"] = { ["AnyJewel"] = { ["max"] = 2, ["min"] = 1, @@ -7984,7 +9325,7 @@ return { ["type"] = "explicit", }, }, - ["1457_ManaGainedOnKillPercentage"] = { + ["1440_ManaGainedOnKillPercentage"] = { ["AnyJewel"] = { ["max"] = 2, ["min"] = 1, @@ -8001,7 +9342,16 @@ return { ["type"] = "explicit", }, }, - ["1473_IncreasedTotemLife"] = { + ["1443_GainManaOnBlock"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2122183138", + ["text"] = "# Mana gained when you Block", + ["type"] = "explicit", + }, + }, + ["1456_IncreasedTotemLife"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8018,7 +9368,7 @@ return { ["type"] = "explicit", }, }, - ["1480_BaseCurseDuration"] = { + ["1463_BaseCurseDuration"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -8035,7 +9385,7 @@ return { ["type"] = "explicit", }, }, - ["1553_IncreasedChillDuration"] = { + ["1536_IncreasedChillDuration"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -8052,7 +9402,7 @@ return { ["type"] = "explicit", }, }, - ["1554_ShockDuration"] = { + ["1537_ShockDuration"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -8069,7 +9419,7 @@ return { ["type"] = "explicit", }, }, - ["1571_AreaOfEffect"] = { + ["1554_AreaOfEffect"] = { ["AnyJewel"] = { ["max"] = 6, ["min"] = 4, @@ -8086,7 +9436,7 @@ return { ["type"] = "explicit", }, }, - ["1586_SkillEffectDuration"] = { + ["1569_SkillEffectDuration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8103,7 +9453,16 @@ return { ["type"] = "explicit", }, }, - ["1663_MinionDamage"] = { + ["1598_DamageasExtraPhysical"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_4019237939", + ["text"] = "Gain #% of Damage as Extra Physical Damage", + ["type"] = "explicit", + }, + }, + ["1642_MinionDamage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8120,7 +9479,7 @@ return { ["type"] = "explicit", }, }, - ["1668_ElementalDamagePercent"] = { + ["1647_ElementalDamagePercent"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8137,7 +9496,7 @@ return { ["type"] = "explicit", }, }, - ["1682_ProjectileDamage"] = { + ["1659_ProjectileDamage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8154,7 +9513,7 @@ return { ["type"] = "explicit", }, }, - ["1688_KnockbackDistance"] = { + ["1665_KnockbackDistance"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8171,7 +9530,7 @@ return { ["type"] = "explicit", }, }, - ["1725_AttackAndCastSpeed"] = { + ["1702_AttackAndCastSpeed"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -8180,7 +9539,7 @@ return { ["type"] = "explicit", }, }, - ["1738_GlobalFlaskLifeRecovery"] = { + ["1715_GlobalFlaskLifeRecovery"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8197,7 +9556,7 @@ return { ["type"] = "explicit", }, }, - ["1739_FlaskManaRecovery"] = { + ["1716_FlaskManaRecovery"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8214,7 +9573,7 @@ return { ["type"] = "explicit", }, }, - ["1839_LifeLeechAmount"] = { + ["1816_LifeLeechAmount"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8231,7 +9590,7 @@ return { ["type"] = "explicit", }, }, - ["1841_ManaLeechAmount"] = { + ["1818_ManaLeechAmount"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8248,7 +9607,7 @@ return { ["type"] = "explicit", }, }, - ["1889_MarkCastSpeed"] = { + ["1868_MarkCastSpeed"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8260,12 +9619,12 @@ return { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_4189061307", - ["text"] = "Mark Skills have #% increased Cast Speed", + ["id"] = "explicit.stat_1714971114", + ["text"] = "Mark Skills have #% increased Use Speed", ["type"] = "explicit", }, }, - ["1893_CurseAreaOfEffect"] = { + ["1872_CurseAreaOfEffect"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -8282,7 +9641,7 @@ return { ["type"] = "explicit", }, }, - ["1974_MinionPhysicalDamageReduction"] = { + ["1942_MinionPhysicalDamageReduction"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -8299,7 +9658,16 @@ return { ["type"] = "explicit", }, }, - ["2272_SummonTotemCastSpeed"] = { + ["2118_PhysicalDamageTakenAsChaos"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_4129825612", + ["text"] = "#% of Physical Damage from Hits taken as Chaos Damage", + ["type"] = "explicit", + }, + }, + ["2240_SummonTotemCastSpeed"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8316,7 +9684,7 @@ return { ["type"] = "explicit", }, }, - ["2288_CurseEffectiveness"] = { + ["2256_CurseEffectiveness"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -8325,7 +9693,7 @@ return { ["type"] = "explicit", }, }, - ["2288_CurseEffectivenessForJewel"] = { + ["2256_CurseEffectivenessForJewel"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -8342,7 +9710,7 @@ return { ["type"] = "explicit", }, }, - ["2290_MarkEffect"] = { + ["2258_MarkEffect"] = { ["AnyJewel"] = { ["max"] = 8, ["min"] = 4, @@ -8359,7 +9727,7 @@ return { ["type"] = "explicit", }, }, - ["2384_DamageRemovedFromManaBeforeLife"] = { + ["2352_DamageRemovedFromManaBeforeLife"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -8376,7 +9744,7 @@ return { ["type"] = "explicit", }, }, - ["2498_AuraEffectForJewel"] = { + ["2462_AuraEffectForJewel"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -8393,7 +9761,25 @@ return { ["type"] = "explicit", }, }, - ["2585_MinionElementalResistance"] = { + ["2462_EssenceAuraEffect"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_315791320", + ["text"] = "Aura Skills have #% increased Magnitudes", + ["type"] = "explicit", + }, + }, + ["2475_AllDefences"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1389153006", + ["text"] = "#% increased Global Defences", + ["type"] = "explicit", + }, + }, + ["2547_MinionElementalResistance"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8411,7 +9797,7 @@ return { }, ["usePositiveSign"] = true, }, - ["2586_MinionChaosResistance"] = { + ["2548_MinionChaosResistance"] = { ["AnyJewel"] = { ["max"] = 13, ["min"] = 7, @@ -8429,7 +9815,7 @@ return { }, ["usePositiveSign"] = true, }, - ["2643_FireResistancePenetration"] = { + ["2602_FireResistancePenetration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8446,7 +9832,7 @@ return { ["type"] = "explicit", }, }, - ["2644_ColdResistancePenetration"] = { + ["2603_ColdResistancePenetration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8463,7 +9849,7 @@ return { ["type"] = "explicit", }, }, - ["2645_LightningResistancePenetration"] = { + ["2604_LightningResistancePenetration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8480,13 +9866,13 @@ return { ["type"] = "explicit", }, }, - ["2683_MinionAreaOfEffect"] = { + ["2638_MinionAreaOfEffect"] = { ["AnyJewel"] = { - ["max"] = 10, + ["max"] = 8, ["min"] = 5, }, ["BaseJewel"] = { - ["max"] = 10, + ["max"] = 8, ["min"] = 5, }, ["specialCaseData"] = { @@ -8497,7 +9883,7 @@ return { ["type"] = "explicit", }, }, - ["2820_PoisonDuration"] = { + ["2775_PoisonDuration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8514,7 +9900,7 @@ return { ["type"] = "explicit", }, }, - ["2820_PoisonDurationChaosDamage"] = { + ["2775_PoisonDurationChaosDamage"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -8523,7 +9909,7 @@ return { ["type"] = "explicit", }, }, - ["2823_BaseChanceToPoison"] = { + ["2778_BaseChanceToPoison"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8540,7 +9926,7 @@ return { ["type"] = "explicit", }, }, - ["2855_DamageVsRareOrUnique"] = { + ["2810_DamageVsRareOrUnique"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8557,7 +9943,7 @@ return { ["type"] = "explicit", }, }, - ["2914_IncreasedStunThreshold"] = { + ["2867_IncreasedStunThreshold"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -8574,7 +9960,7 @@ return { ["type"] = "explicit", }, }, - ["2915_FreezeThreshold"] = { + ["2868_FreezeThreshold"] = { ["AnyJewel"] = { ["max"] = 32, ["min"] = 18, @@ -8591,7 +9977,7 @@ return { ["type"] = "explicit", }, }, - ["2920_WarcrySpeed"] = { + ["2873_WarcrySpeed"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8608,7 +9994,7 @@ return { ["type"] = "explicit", }, }, - ["2967_WarcryCooldownSpeed"] = { + ["2918_WarcryCooldownSpeed"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8625,7 +10011,7 @@ return { ["type"] = "explicit", }, }, - ["3005_CannotBePoisoned"] = { + ["2956_CannotBePoisoned"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -8634,7 +10020,7 @@ return { ["type"] = "explicit", }, }, - ["3850_DamageIfConsumedCorpse"] = { + ["3791_DamageIfConsumedCorpse"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8651,7 +10037,7 @@ return { ["type"] = "explicit", }, }, - ["3897_CrossbowDamage"] = { + ["3838_CrossbowDamage"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -8668,7 +10054,7 @@ return { ["type"] = "explicit", }, }, - ["3901_CrossbowSpeed"] = { + ["3842_CrossbowSpeed"] = { ["AnyJewel"] = { ["max"] = 4, ["min"] = 2, @@ -8685,7 +10071,7 @@ return { ["type"] = "explicit", }, }, - ["4155_AilmentChance"] = { + ["4119_AilmentChance"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8702,7 +10088,7 @@ return { ["type"] = "explicit", }, }, - ["4156_AilmentEffect"] = { + ["4123_AilmentEffect"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8719,7 +10105,7 @@ return { ["type"] = "explicit", }, }, - ["4161_AilmentThresholdfromEnergyShield"] = { + ["4129_AilmentThresholdfromEnergyShield"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8736,7 +10122,7 @@ return { ["type"] = "explicit", }, }, - ["4162_IncreasedAilmentThreshold"] = { + ["4130_IncreasedAilmentThreshold"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8753,7 +10139,7 @@ return { ["type"] = "explicit", }, }, - ["4275_ArmourBreak"] = { + ["4259_ArmourBreak"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8770,7 +10156,7 @@ return { ["type"] = "explicit", }, }, - ["4278_ArmourBreakDuration"] = { + ["4261_ArmourBreakDuration"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -8782,12 +10168,12 @@ return { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2215233444", + ["id"] = "explicit.stat_2637470878", ["text"] = "#% increased Armour Break Duration", ["type"] = "explicit", }, }, - ["4428_AttacksBlindOnHitChance"] = { + ["4422_AttacksBlindOnHitChance"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -8838,23 +10224,6 @@ return { ["type"] = "explicit", }, }, - ["4469_BannerValourGained"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1050359418", - ["text"] = "#% increased Valour gained", - ["type"] = "explicit", - }, - }, ["4491_BleedDuration"] = { ["AnyJewel"] = { ["max"] = 10, @@ -8872,7 +10241,7 @@ return { ["type"] = "explicit", }, }, - ["4498_BaseChanceToBleed"] = { + ["4500_BaseChanceToBleed"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -8889,7 +10258,7 @@ return { ["type"] = "explicit", }, }, - ["4504_GlobalCooldownRecovery"] = { + ["4507_GlobalCooldownRecovery"] = { ["AnyJewel"] = { ["max"] = 5, ["min"] = 3, @@ -8906,7 +10275,16 @@ return { ["type"] = "explicit", }, }, - ["4545_LifeCost"] = { + ["4547_ManaCostEfficiency"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_4101445926", + ["text"] = "#% increased Mana Cost Efficiency", + ["type"] = "explicit", + }, + }, + ["4569_LifeCost"] = { ["AnyJewel"] = { ["max"] = 6, ["min"] = 4, @@ -8923,7 +10301,7 @@ return { ["type"] = "explicit", }, }, - ["4548_SlowPotency"] = { + ["4572_SlowPotency"] = { ["AnyJewel"] = { ["max"] = -5, ["min"] = -10, @@ -8941,7 +10319,7 @@ return { ["type"] = "explicit", }, }, - ["4598_BleedDotMultiplier"] = { + ["4626_BleedDotMultiplier"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -8958,7 +10336,7 @@ return { ["type"] = "explicit", }, }, - ["4715_BlindEffect"] = { + ["4745_BlindEffect"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -8975,7 +10353,7 @@ return { ["type"] = "explicit", }, }, - ["5064_ForkingProjectiles"] = { + ["5092_ForkingProjectiles"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 10, @@ -8992,7 +10370,7 @@ return { ["type"] = "explicit", }, }, - ["5146_BeltIncreasedCharmChargesGained"] = { + ["5177_BeltIncreasedCharmChargesGained"] = { ["Belt"] = { ["max"] = 40, ["min"] = 5, @@ -9005,7 +10383,7 @@ return { ["type"] = "explicit", }, }, - ["5146_CharmChargesGained"] = { + ["5177_CharmChargesGained"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -9022,7 +10400,7 @@ return { ["type"] = "explicit", }, }, - ["5148_BeltReducedCharmChargesUsed"] = { + ["5179_BeltReducedCharmChargesUsed"] = { ["Belt"] = { ["max"] = 25, ["min"] = 8, @@ -9035,7 +10413,16 @@ return { ["type"] = "explicit", }, }, - ["5252_CompanionDamage"] = { + ["5256_EssenceColdRecoupLife"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3679418014", + ["text"] = "#% of Cold Damage taken Recouped as Life", + ["type"] = "explicit", + }, + }, + ["5287_CompanionDamage"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9052,7 +10439,7 @@ return { ["type"] = "explicit", }, }, - ["5254_CompanionLife"] = { + ["5289_CompanionLife"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9069,7 +10456,7 @@ return { ["type"] = "explicit", }, }, - ["5327_CriticalAilmentEffect"] = { + ["5366_CriticalAilmentEffect"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9086,7 +10473,7 @@ return { ["type"] = "explicit", }, }, - ["5425_CurseDelay"] = { + ["5469_CurseDelay"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -9103,7 +10490,7 @@ return { ["type"] = "explicit", }, }, - ["5445_DamagevsArmourBrokenEnemies"] = { + ["5492_DamagevsArmourBrokenEnemies"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -9120,7 +10507,7 @@ return { ["type"] = "explicit", }, }, - ["5511_CharmDamageWhileUsing"] = { + ["5562_CharmDamageWhileUsing"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9137,7 +10524,7 @@ return { ["type"] = "explicit", }, }, - ["5516_HeraldDamage"] = { + ["5567_HeraldDamage"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -9154,7 +10541,7 @@ return { ["type"] = "explicit", }, }, - ["5550_DamagingAilmentDuration"] = { + ["5603_DamagingAilmentDuration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -9171,7 +10558,7 @@ return { ["type"] = "explicit", }, }, - ["5552_FasterAilmentDamageForJewel"] = { + ["5606_FasterAilmentDamageForJewel"] = { ["AnyJewel"] = { ["max"] = 7, ["min"] = 3, @@ -9188,24 +10575,7 @@ return { ["type"] = "explicit", }, }, - ["5560_DazeBuildup"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1949833742", - ["text"] = "#% increased Daze Buildup", - ["type"] = "explicit", - }, - }, - ["5583_DebuffTimePassed"] = { + ["5638_DebuffTimePassed"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -9222,7 +10592,7 @@ return { ["type"] = "explicit", }, }, - ["5778_ExertedAttackDamage"] = { + ["5844_ExertedAttackDamage"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9239,7 +10609,7 @@ return { ["type"] = "explicit", }, }, - ["5847_EnergyGeneration"] = { + ["5919_EnergyGeneration"] = { ["AnyJewel"] = { ["max"] = 8, ["min"] = 4, @@ -9256,7 +10626,7 @@ return { ["type"] = "explicit", }, }, - ["5857_FocusEnergyShield"] = { + ["5931_FocusEnergyShield"] = { ["AnyJewel"] = { ["max"] = 50, ["min"] = 30, @@ -9273,7 +10643,46 @@ return { ["type"] = "explicit", }, }, - ["6050_BeltIncreasedFlaskChargesGained"] = { + ["5974_AbyssTargetMod"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_335885735", + ["text"] = "Bears the Mark of the Abyssal Lord", + ["type"] = "explicit", + }, + }, + ["6075_EssenceFireRecoupLife"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1742651309", + ["text"] = "#% of Fire Damage taken Recouped as Life", + ["type"] = "explicit", + }, + }, + ["607_FlaskGainChargePerMinute"] = { + ["Charm"] = { + ["max"] = 0.25, + ["min"] = 0.15, + }, + ["LifeFlask"] = { + ["max"] = 0.25, + ["min"] = 0.15, + }, + ["ManaFlask"] = { + ["max"] = 0.25, + ["min"] = 0.15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1873752457", + ["text"] = "Gains # Charges per Second", + ["type"] = "explicit", + }, + }, + ["6141_BeltIncreasedFlaskChargesGained"] = { ["Belt"] = { ["max"] = 40, ["min"] = 5, @@ -9286,7 +10695,7 @@ return { ["type"] = "explicit", }, }, - ["6050_IncreasedFlaskChargesGained"] = { + ["6141_IncreasedFlaskChargesGained"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -9303,7 +10712,7 @@ return { ["type"] = "explicit", }, }, - ["6240_RageOnHit"] = { + ["6339_RageOnHit"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -9320,7 +10729,7 @@ return { ["type"] = "explicit", }, }, - ["6242_GainRageWhenHit"] = { + ["6341_GainRageWhenHit"] = { ["AnyJewel"] = { ["max"] = 3, ["min"] = 1, @@ -9337,24 +10746,33 @@ return { ["type"] = "explicit", }, }, - ["6336_HazardDamage"] = { + ["6382_BannerValourGained"] = { ["AnyJewel"] = { ["max"] = 20, - ["min"] = 10, + ["min"] = 15, }, ["BaseJewel"] = { ["max"] = 20, - ["min"] = 10, + ["min"] = 15, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_1697951953", - ["text"] = "#% increased Hazard Damage", + ["id"] = "explicit.stat_1869147066", + ["text"] = "#% increased Glory generation for Banner Skills", + ["type"] = "explicit", + }, + }, + ["6384_EssenceGoldDropped"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3175163625", + ["text"] = "#% increased Quantity of Gold Dropped by Slain Enemies", ["type"] = "explicit", }, }, - ["6540_PinBuildup"] = { + ["6444_HazardDamage"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9366,29 +10784,29 @@ return { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_3473929743", - ["text"] = "#% increased Pin Buildup", + ["id"] = "explicit.stat_1697951953", + ["text"] = "#% increased Hazard Damage", ["type"] = "explicit", }, }, - ["6596_IgniteEffect"] = { + ["6657_PinBuildup"] = { ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 5, + ["max"] = 20, + ["min"] = 10, }, ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 5, + ["max"] = 20, + ["min"] = 10, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_3791899485", - ["text"] = "#% increased Magnitude of Ignite you inflict", + ["id"] = "explicit.stat_3473929743", + ["text"] = "#% increased Pin Buildup", ["type"] = "explicit", }, }, - ["6598_ElementalAilmentDuration"] = { + ["6717_ElementalAilmentDuration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -9405,7 +10823,7 @@ return { ["type"] = "explicit", }, }, - ["6734_LifeFlaskChargePercentGeneration"] = { + ["6865_LifeFlaskChargePercentGeneration"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9422,28 +10840,25 @@ return { ["type"] = "explicit", }, }, - ["6985_FlaskGainChargePerMinute"] = { - ["Charm"] = { - ["max"] = 0.25, - ["min"] = 0.15, - }, - ["LifeFlask"] = { - ["max"] = 0.25, - ["min"] = 0.15, + ["6972_EssenceLightningRecoupLife"] = { + ["specialCaseData"] = { }, - ["ManaFlask"] = { - ["max"] = 0.25, - ["min"] = 0.15, + ["tradeMod"] = { + ["id"] = "explicit.stat_2970621759", + ["text"] = "#% of Lightning Damage taken Recouped as Life", + ["type"] = "explicit", }, + }, + ["7064_EssenceOnslaughtonKill"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_1873752457", - ["text"] = "Gains # Charges per Second", + ["id"] = "explicit.stat_1881230714", + ["text"] = "#% chance to gain Onslaught on Killing Hits with this Weapon", ["type"] = "explicit", }, }, - ["6987_CorruptForTwoEnchantments"] = { + ["7127_CorruptForTwoEnchantments"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -9452,16 +10867,16 @@ return { ["type"] = "explicit", }, }, - ["7073_LocalRuneAndSoulCoreEffect"] = { + ["7241_LocalSocketItemsEffect"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2748623647", + ["id"] = "explicit.stat_2081918629", ["text"] = "#% increased effect of Socketed Items", ["type"] = "explicit", }, }, - ["7183_MaceStun"] = { + ["7348_MaceStun"] = { ["AnyJewel"] = { ["max"] = 25, ["min"] = 15, @@ -9478,7 +10893,7 @@ return { ["type"] = "explicit", }, }, - ["7212_ManaFlaskChargePercentGeneration"] = { + ["7380_ManaFlaskChargePercentGeneration"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -9495,7 +10910,7 @@ return { ["type"] = "explicit", }, }, - ["7977_MarkDuration"] = { + ["8158_MarkDuration"] = { ["AnyJewel"] = { ["max"] = 32, ["min"] = 18, @@ -9512,101 +10927,7 @@ return { ["type"] = "explicit", }, }, - ["8046_MeleeDamageIfProjectileHitRecently"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3028809864", - ["text"] = "#% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", - ["type"] = "explicit", - }, - }, - ["8126_MinionAccuracyRatingForJewel"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1718147982", - ["text"] = "#% increased Minion Accuracy Rating", - ["type"] = "explicit", - }, - }, - ["8131_MinionAttackSpeedAndCastSpeed"] = { - ["AnyJewel"] = { - ["max"] = 4, - ["min"] = 2, - }, - ["BaseJewel"] = { - ["max"] = 4, - ["min"] = 2, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3091578504", - ["text"] = "Minions have #% increased Attack and Cast Speed", - ["type"] = "explicit", - }, - }, - ["8149_MinionCriticalStrikeChanceIncrease"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_491450213", - ["text"] = "Minions have #% increased Critical Hit Chance", - ["type"] = "explicit", - }, - }, - ["8151_MinionCriticalStrikeMultiplier"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1854213750", - ["text"] = "Minions have #% increased Critical Damage Bonus", - ["type"] = "explicit", - }, - }, - ["8197_MinionReviveSpeed"] = { - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_2639966148", - ["text"] = "Minions Revive #% faster", - ["type"] = "explicit", - }, - }, - ["823_LocalIncreasedPhysicalDamagePercentAndAccuracyRating"] = { + ["819_LocalIncreasedPhysicalDamagePercentAndAccuracyRating"] = { ["1HMace"] = { ["max"] = 79, ["min"] = 15, @@ -9651,7 +10972,7 @@ return { ["type"] = "explicit", }, }, - ["823_LocalPhysicalDamagePercent"] = { + ["819_LocalPhysicalDamagePercent"] = { ["1HMace"] = { ["max"] = 179, ["min"] = 40, @@ -9696,7 +11017,7 @@ return { ["type"] = "explicit", }, }, - ["824_LocalPhysicalDamage"] = { + ["820_LocalPhysicalDamage"] = { ["1HMace"] = { ["max"] = 52.5, ["min"] = 2.5, @@ -9741,41 +11062,41 @@ return { ["type"] = "explicit", }, }, - ["825_LocalFireDamage"] = { + ["821_LocalFireDamage"] = { ["1HMace"] = { - ["max"] = 98.5, + ["max"] = 127.5, ["min"] = 2, }, ["1HWeapon"] = { - ["max"] = 98.5, + ["max"] = 127.5, ["min"] = 2, }, ["2HMace"] = { - ["max"] = 140.5, + ["max"] = 196, ["min"] = 3.5, }, ["2HWeapon"] = { - ["max"] = 140.5, + ["max"] = 196, ["min"] = 2, }, ["Bow"] = { - ["max"] = 98.5, + ["max"] = 127.5, ["min"] = 2, }, ["Crossbow"] = { - ["max"] = 140.5, + ["max"] = 196, ["min"] = 3.5, }, ["Flail"] = { - ["max"] = 98.5, + ["max"] = 127.5, ["min"] = 2, }, ["Quarterstaff"] = { - ["max"] = 140.5, + ["max"] = 196, ["min"] = 3.5, }, ["Spear"] = { - ["max"] = 98.5, + ["max"] = 127.5, ["min"] = 2, }, ["specialCaseData"] = { @@ -9786,41 +11107,41 @@ return { ["type"] = "explicit", }, }, - ["826_LocalColdDamage"] = { + ["822_LocalColdDamage"] = { ["1HMace"] = { - ["max"] = 79, + ["max"] = 102, ["min"] = 2, }, ["1HWeapon"] = { - ["max"] = 79, + ["max"] = 102, ["min"] = 2, }, ["2HMace"] = { - ["max"] = 112, + ["max"] = 156.5, ["min"] = 3, }, ["2HWeapon"] = { - ["max"] = 112, + ["max"] = 156.5, ["min"] = 2, }, ["Bow"] = { - ["max"] = 79, + ["max"] = 102, ["min"] = 2, }, ["Crossbow"] = { - ["max"] = 112, + ["max"] = 156.5, ["min"] = 3, }, ["Flail"] = { - ["max"] = 79, + ["max"] = 102, ["min"] = 2, }, ["Quarterstaff"] = { - ["max"] = 112, + ["max"] = 156.5, ["min"] = 3, }, ["Spear"] = { - ["max"] = 79, + ["max"] = 102, ["min"] = 2, }, ["specialCaseData"] = { @@ -9831,41 +11152,58 @@ return { ["type"] = "explicit", }, }, - ["827_LocalLightningDamage"] = { + ["8239_MeleeDamageIfProjectileHitRecently"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3028809864", + ["text"] = "#% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", + ["type"] = "explicit", + }, + }, + ["823_LocalLightningDamage"] = { ["1HMace"] = { - ["max"] = 95, + ["max"] = 123, ["min"] = 2.5, }, ["1HWeapon"] = { - ["max"] = 95, + ["max"] = 123, ["min"] = 2.5, }, ["2HMace"] = { - ["max"] = 135, + ["max"] = 188.5, ["min"] = 4, }, ["2HWeapon"] = { - ["max"] = 135, + ["max"] = 188.5, ["min"] = 2.5, }, ["Bow"] = { - ["max"] = 95, + ["max"] = 123, ["min"] = 2.5, }, ["Crossbow"] = { - ["max"] = 135, + ["max"] = 188.5, ["min"] = 4, }, ["Flail"] = { - ["max"] = 95, + ["max"] = 123, ["min"] = 2.5, }, ["Quarterstaff"] = { - ["max"] = 135, + ["max"] = 188.5, ["min"] = 4, }, ["Spear"] = { - ["max"] = 95, + ["max"] = 123, ["min"] = 2.5, }, ["specialCaseData"] = { @@ -9876,7 +11214,7 @@ return { ["type"] = "explicit", }, }, - ["828_LocalAccuracyRating"] = { + ["824_LocalAccuracyRating"] = { ["1HMace"] = { ["max"] = 550, ["min"] = 11, @@ -9922,7 +11260,7 @@ return { }, ["usePositiveSign"] = true, }, - ["828_LocalIncreasedPhysicalDamagePercentAndAccuracyRating"] = { + ["824_LocalIncreasedPhysicalDamagePercentAndAccuracyRating"] = { ["1HMace"] = { ["max"] = 200, ["min"] = 16, @@ -9968,7 +11306,7 @@ return { }, ["usePositiveSign"] = true, }, - ["828_LocalLightRadiusAndAccuracy"] = { + ["824_LocalLightRadiusAndAccuracy"] = { ["1HMace"] = { ["max"] = 60, ["min"] = 10, @@ -10014,7 +11352,7 @@ return { }, ["usePositiveSign"] = true, }, - ["829_MovementVelocity"] = { + ["825_MovementVelocity"] = { ["AnyJewel"] = { ["max"] = 2, ["min"] = 1, @@ -10035,10 +11373,10 @@ return { ["type"] = "explicit", }, }, - ["832_LocalIncreasedBlockPercentage"] = { + ["828_LocalIncreasedBlockPercentage"] = { ["Shield"] = { - ["max"] = 81, - ["min"] = 40, + ["max"] = 30, + ["min"] = 15, }, ["specialCaseData"] = { }, @@ -10048,7 +11386,7 @@ return { ["type"] = "explicit", }, }, - ["834_LocalBaseArmourAndEnergyShield"] = { + ["829_LocalBaseArmourAndEnergyShield"] = { ["Boots"] = { ["max"] = 65, ["min"] = 8, @@ -10078,7 +11416,7 @@ return { }, ["usePositiveSign"] = true, }, - ["834_LocalBaseArmourAndEvasionRating"] = { + ["829_LocalBaseArmourAndEvasionRating"] = { ["Boots"] = { ["max"] = 65, ["min"] = 8, @@ -10108,7 +11446,7 @@ return { }, ["usePositiveSign"] = true, }, - ["834_LocalIncreasedArmourAndBase"] = { + ["829_LocalIncreasedArmourAndBase"] = { ["Chest"] = { ["max"] = 86, ["min"] = 7, @@ -10122,7 +11460,7 @@ return { }, ["usePositiveSign"] = true, }, - ["834_LocalIncreasedArmourAndEnergyShieldAndBase"] = { + ["829_LocalIncreasedArmourAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 43, ["min"] = 4, @@ -10136,7 +11474,7 @@ return { }, ["usePositiveSign"] = true, }, - ["834_LocalIncreasedArmourAndEvasionAndBase"] = { + ["829_LocalIncreasedArmourAndEvasionAndBase"] = { ["Chest"] = { ["max"] = 43, ["min"] = 4, @@ -10150,7 +11488,7 @@ return { }, ["usePositiveSign"] = true, }, - ["834_LocalPhysicalDamageReductionRating"] = { + ["829_LocalPhysicalDamageReductionRating"] = { ["Boots"] = { ["max"] = 160, ["min"] = 16, @@ -10180,7 +11518,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalBaseArmourAndEvasionRating"] = { + ["830_LocalBaseArmourAndEvasionRating"] = { ["Boots"] = { ["max"] = 57, ["min"] = 6, @@ -10210,7 +11548,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalBaseEvasionRatingAndEnergyShield"] = { + ["830_LocalBaseEvasionRatingAndEnergyShield"] = { ["Boots"] = { ["max"] = 57, ["min"] = 6, @@ -10236,7 +11574,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalEvasionRating"] = { + ["830_LocalEvasionRating"] = { ["Boots"] = { ["max"] = 142, ["min"] = 11, @@ -10266,7 +11604,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalIncreasedArmourAndEvasionAndBase"] = { + ["830_LocalIncreasedArmourAndEvasionAndBase"] = { ["Chest"] = { ["max"] = 39, ["min"] = 3, @@ -10280,7 +11618,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalIncreasedEvasionAndBase"] = { + ["830_LocalIncreasedEvasionAndBase"] = { ["Chest"] = { ["max"] = 79, ["min"] = 5, @@ -10294,7 +11632,7 @@ return { }, ["usePositiveSign"] = true, }, - ["835_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { + ["830_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 39, ["min"] = 3, @@ -10308,7 +11646,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalBaseArmourAndEnergyShield"] = { + ["831_LocalBaseArmourAndEnergyShield"] = { ["Boots"] = { ["max"] = 25, ["min"] = 5, @@ -10338,7 +11676,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalBaseEvasionRatingAndEnergyShield"] = { + ["831_LocalBaseEvasionRatingAndEnergyShield"] = { ["Boots"] = { ["max"] = 25, ["min"] = 5, @@ -10364,7 +11702,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalEnergyShield"] = { + ["831_LocalEnergyShield"] = { ["Boots"] = { ["max"] = 60, ["min"] = 10, @@ -10394,7 +11732,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalIncreasedArmourAndEnergyShieldAndBase"] = { + ["831_LocalIncreasedArmourAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 15, ["min"] = 2, @@ -10408,7 +11746,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalIncreasedEnergyShieldAndBase"] = { + ["831_LocalIncreasedEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 30, ["min"] = 4, @@ -10422,7 +11760,7 @@ return { }, ["usePositiveSign"] = true, }, - ["836_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { + ["831_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 15, ["min"] = 2, @@ -10436,7 +11774,33 @@ return { }, ["usePositiveSign"] = true, }, - ["837_LocalArmourAndStunThreshold"] = { + ["8321_MinionAccuracyRatingForJewel"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1718147982", + ["text"] = "#% increased Minion Accuracy Rating", + ["type"] = "explicit", + }, + }, + ["8328_MinionAttackSpeedAndCastSpeed"] = { + ["AnyJewel"] = { + ["max"] = 4, + ["min"] = 2, + }, + ["BaseJewel"] = { + ["max"] = 4, + ["min"] = 2, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3091578504", + ["text"] = "Minions have #% increased Attack and Cast Speed", + ["type"] = "explicit", + }, + }, + ["832_LocalArmourAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10453,7 +11817,7 @@ return { ["type"] = "explicit", }, }, - ["837_LocalIncreasedArmourAndBase"] = { + ["832_LocalIncreasedArmourAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10466,7 +11830,7 @@ return { ["type"] = "explicit", }, }, - ["837_LocalIncreasedArmourAndLife"] = { + ["832_LocalIncreasedArmourAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10487,7 +11851,7 @@ return { ["type"] = "explicit", }, }, - ["837_LocalIncreasedArmourAndMana"] = { + ["832_LocalIncreasedArmourAndMana"] = { ["Helmet"] = { ["max"] = 42, ["min"] = 6, @@ -10500,7 +11864,7 @@ return { ["type"] = "explicit", }, }, - ["837_LocalPhysicalDamageReductionRatingPercent"] = { + ["832_LocalPhysicalDamageReductionRatingPercent"] = { ["Boots"] = { ["max"] = 100, ["min"] = 15, @@ -10529,7 +11893,7 @@ return { ["type"] = "explicit", }, }, - ["838_LocalEvasionAndStunThreshold"] = { + ["833_LocalEvasionAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10546,7 +11910,7 @@ return { ["type"] = "explicit", }, }, - ["838_LocalEvasionRatingIncreasePercent"] = { + ["833_LocalEvasionRatingIncreasePercent"] = { ["Boots"] = { ["max"] = 100, ["min"] = 15, @@ -10575,7 +11939,7 @@ return { ["type"] = "explicit", }, }, - ["838_LocalIncreasedEvasionAndBase"] = { + ["833_LocalIncreasedEvasionAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10588,7 +11952,7 @@ return { ["type"] = "explicit", }, }, - ["838_LocalIncreasedEvasionAndLife"] = { + ["833_LocalIncreasedEvasionAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10609,7 +11973,7 @@ return { ["type"] = "explicit", }, }, - ["838_LocalIncreasedEvasionAndMana"] = { + ["833_LocalIncreasedEvasionAndMana"] = { ["Helmet"] = { ["max"] = 42, ["min"] = 6, @@ -10622,7 +11986,7 @@ return { ["type"] = "explicit", }, }, - ["839_LocalEnergyShieldAndStunThreshold"] = { + ["834_LocalEnergyShieldAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10635,7 +11999,7 @@ return { ["type"] = "explicit", }, }, - ["839_LocalEnergyShieldPercent"] = { + ["834_LocalEnergyShieldPercent"] = { ["Boots"] = { ["max"] = 100, ["min"] = 15, @@ -10668,7 +12032,7 @@ return { ["type"] = "explicit", }, }, - ["839_LocalIncreasedEnergyShieldAndBase"] = { + ["834_LocalIncreasedEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10681,7 +12045,7 @@ return { ["type"] = "explicit", }, }, - ["839_LocalIncreasedEnergyShieldAndLife"] = { + ["834_LocalIncreasedEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10702,7 +12066,7 @@ return { ["type"] = "explicit", }, }, - ["839_LocalIncreasedEnergyShieldAndMana"] = { + ["834_LocalIncreasedEnergyShieldAndMana"] = { ["Focus"] = { ["max"] = 42, ["min"] = 6, @@ -10719,36 +12083,70 @@ return { ["type"] = "explicit", }, }, - ["840_LocalArmourAndEvasion"] = { - ["Boots"] = { - ["max"] = 100, - ["min"] = 15, - }, - ["Chest"] = { - ["max"] = 110, - ["min"] = 15, - }, - ["Gloves"] = { - ["max"] = 100, - ["min"] = 15, - }, - ["Helmet"] = { - ["max"] = 100, - ["min"] = 15, + ["8350_MinionCriticalStrikeChanceIncrease"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, }, - ["Shield"] = { - ["max"] = 110, - ["min"] = 15, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2451402625", - ["text"] = "#% increased Armour and Evasion", + ["id"] = "explicit.stat_491450213", + ["text"] = "Minions have #% increased Critical Hit Chance", ["type"] = "explicit", }, }, - ["840_LocalArmourAndEvasionAndStunThreshold"] = { + ["8352_MinionCriticalStrikeMultiplier"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1854213750", + ["text"] = "Minions have #% increased Critical Damage Bonus", + ["type"] = "explicit", + }, + }, + ["835_LocalArmourAndEvasion"] = { + ["Boots"] = { + ["max"] = 100, + ["min"] = 15, + }, + ["Chest"] = { + ["max"] = 110, + ["min"] = 15, + }, + ["Gloves"] = { + ["max"] = 100, + ["min"] = 15, + }, + ["Helmet"] = { + ["max"] = 100, + ["min"] = 15, + }, + ["Shield"] = { + ["max"] = 110, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2451402625", + ["text"] = "#% increased Armour and Evasion", + ["type"] = "explicit", + }, + }, + ["835_LocalArmourAndEvasionAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10765,7 +12163,7 @@ return { ["type"] = "explicit", }, }, - ["840_LocalIncreasedArmourAndEvasionAndBase"] = { + ["835_LocalIncreasedArmourAndEvasionAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10778,7 +12176,7 @@ return { ["type"] = "explicit", }, }, - ["840_LocalIncreasedArmourAndEvasionAndLife"] = { + ["835_LocalIncreasedArmourAndEvasionAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10799,7 +12197,7 @@ return { ["type"] = "explicit", }, }, - ["840_LocalIncreasedArmourAndEvasionAndMana"] = { + ["835_LocalIncreasedArmourAndEvasionAndMana"] = { ["Helmet"] = { ["max"] = 42, ["min"] = 6, @@ -10812,41 +12210,7 @@ return { ["type"] = "explicit", }, }, - ["8411_OfferingDuration"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_2957407601", - ["text"] = "Offering Skills have #% increased Duration", - ["type"] = "explicit", - }, - }, - ["8412_OfferingLife"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3787460122", - ["text"] = "Offerings have #% increased Maximum Life", - ["type"] = "explicit", - }, - }, - ["841_LocalArmourAndEnergyShield"] = { + ["836_LocalArmourAndEnergyShield"] = { ["Boots"] = { ["max"] = 100, ["min"] = 15, @@ -10875,7 +12239,7 @@ return { ["type"] = "explicit", }, }, - ["841_LocalArmourAndEnergyShieldAndStunThreshold"] = { + ["836_LocalArmourAndEnergyShieldAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10892,7 +12256,7 @@ return { ["type"] = "explicit", }, }, - ["841_LocalIncreasedArmourAndEnergyShieldAndBase"] = { + ["836_LocalIncreasedArmourAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10905,7 +12269,7 @@ return { ["type"] = "explicit", }, }, - ["841_LocalIncreasedArmourAndEnergyShieldAndLife"] = { + ["836_LocalIncreasedArmourAndEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10926,7 +12290,7 @@ return { ["type"] = "explicit", }, }, - ["841_LocalIncreasedArmourAndEnergyShieldAndMana"] = { + ["836_LocalIncreasedArmourAndEnergyShieldAndMana"] = { ["Helmet"] = { ["max"] = 42, ["min"] = 6, @@ -10939,7 +12303,7 @@ return { ["type"] = "explicit", }, }, - ["842_LocalEvasionAndEnergyShield"] = { + ["837_LocalEvasionAndEnergyShield"] = { ["Boots"] = { ["max"] = 100, ["min"] = 15, @@ -10968,7 +12332,7 @@ return { ["type"] = "explicit", }, }, - ["842_LocalEvasionAndEnergyShieldAndStunThreshold"] = { + ["837_LocalEvasionAndEnergyShieldAndStunThreshold"] = { ["Boots"] = { ["max"] = 42, ["min"] = 6, @@ -10981,7 +12345,7 @@ return { ["type"] = "explicit", }, }, - ["842_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { + ["837_LocalIncreasedEvasionAndEnergyShieldAndBase"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -10994,7 +12358,7 @@ return { ["type"] = "explicit", }, }, - ["842_LocalIncreasedEvasionAndEnergyShieldAndLife"] = { + ["837_LocalIncreasedEvasionAndEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 42, ["min"] = 6, @@ -11015,7 +12379,7 @@ return { ["type"] = "explicit", }, }, - ["842_LocalIncreasedEvasionAndEnergyShieldAndMana"] = { + ["837_LocalIncreasedEvasionAndEnergyShieldAndMana"] = { ["Helmet"] = { ["max"] = 42, ["min"] = 6, @@ -11028,58 +12392,7 @@ return { ["type"] = "explicit", }, }, - ["8433_ParryDamage"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1569159338", - ["text"] = "#% increased Parry Damage", - ["type"] = "explicit", - }, - }, - ["8439_ParriedDebuffDuration"] = { - ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3401186585", - ["text"] = "#% increased Parried Debuff Duration", - ["type"] = "explicit", - }, - }, - ["8440_StunThresholdDuringParry"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1911237468", - ["text"] = "#% increased Stun Threshold while Parrying", - ["type"] = "explicit", - }, - }, - ["844_LocalIncreasedSpiritAndMana"] = { + ["839_LocalIncreasedSpiritAndMana"] = { ["1HWeapon"] = { ["max"] = 38, ["min"] = 10, @@ -11096,7 +12409,7 @@ return { ["type"] = "explicit", }, }, - ["844_LocalIncreasedSpiritPercent"] = { + ["839_LocalIncreasedSpiritPercent"] = { ["1HWeapon"] = { ["max"] = 65, ["min"] = 27, @@ -11113,7 +12426,16 @@ return { ["type"] = "explicit", }, }, - ["845_PhysicalDamage"] = { + ["8402_MinionReviveSpeed"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2639966148", + ["text"] = "Minions Revive #% faster", + ["type"] = "explicit", + }, + }, + ["840_PhysicalDamage"] = { ["Gloves"] = { ["max"] = 25.5, ["min"] = 2, @@ -11134,7 +12456,7 @@ return { ["type"] = "explicit", }, }, - ["846_FireDamage"] = { + ["841_FireDamage"] = { ["Gloves"] = { ["max"] = 37, ["min"] = 2, @@ -11155,7 +12477,7 @@ return { ["type"] = "explicit", }, }, - ["847_ColdDamage"] = { + ["842_ColdDamage"] = { ["Gloves"] = { ["max"] = 30.5, ["min"] = 1.5, @@ -11176,7 +12498,7 @@ return { ["type"] = "explicit", }, }, - ["848_LightningDamage"] = { + ["843_LightningDamage"] = { ["Gloves"] = { ["max"] = 37.5, ["min"] = 2.5, @@ -11197,18 +12519,18 @@ return { ["type"] = "explicit", }, }, - ["849_DamageGainedAsFire"] = { + ["844_DamageGainedAsFire"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 13, }, ["2HWeapon"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Staff"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Wand"] = { ["max"] = 30, @@ -11222,18 +12544,27 @@ return { ["type"] = "explicit", }, }, - ["851_DamageGainedAsCold"] = { + ["844_DamageasExtraFire"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3015669065", + ["text"] = "Gain #% of Damage as Extra Fire Damage", + ["type"] = "explicit", + }, + }, + ["846_DamageGainedAsCold"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 13, }, ["2HWeapon"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Staff"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Wand"] = { ["max"] = 30, @@ -11247,35 +12578,27 @@ return { ["type"] = "explicit", }, }, - ["8536_PoisonEffect"] = { - ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 5, - }, - ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 5, - }, + ["846_DamageasExtraCold"] = { ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2487305362", - ["text"] = "#% increased Magnitude of Poison you inflict", + ["id"] = "explicit.stat_2505884597", + ["text"] = "Gain #% of Damage as Extra Cold Damage", ["type"] = "explicit", }, }, - ["853_DamageGainedAsLightning"] = { + ["848_DamageGainedAsLightning"] = { ["1HWeapon"] = { ["max"] = 30, ["min"] = 13, }, ["2HWeapon"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Staff"] = { - ["max"] = 30, - ["min"] = 13, + ["max"] = 45, + ["min"] = 20, }, ["Wand"] = { ["max"] = 30, @@ -11289,7 +12612,16 @@ return { ["type"] = "explicit", }, }, - ["855_SpellDamage"] = { + ["848_DamageasExtraLightning"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3278136794", + ["text"] = "Gain #% of Damage as Extra Lightning Damage", + ["type"] = "explicit", + }, + }, + ["850_SpellDamage"] = { ["Amulet"] = { ["max"] = 30, ["min"] = 3, @@ -11302,7 +12634,7 @@ return { ["type"] = "explicit", }, }, - ["855_WeaponSpellDamage"] = { + ["850_WeaponSpellDamage"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11339,7 +12671,7 @@ return { ["type"] = "explicit", }, }, - ["855_WeaponSpellDamageAndMana"] = { + ["850_WeaponSpellDamageAndMana"] = { ["1HWeapon"] = { ["max"] = 49, ["min"] = 15, @@ -11364,7 +12696,7 @@ return { ["type"] = "explicit", }, }, - ["857_FireDamagePercentage"] = { + ["852_FireDamagePercentage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -11385,7 +12717,7 @@ return { ["type"] = "explicit", }, }, - ["857_FireDamageWeaponPrefix"] = { + ["852_FireDamageWeaponPrefix"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11414,41 +12746,7 @@ return { ["type"] = "explicit", }, }, - ["8581_ChainFromTerrain"] = { - ["AnyJewel"] = { - ["max"] = 5, - ["min"] = 3, - }, - ["BaseJewel"] = { - ["max"] = 5, - ["min"] = 3, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_4081947835", - ["text"] = "Projectiles have #% chance to Chain an additional time from terrain", - ["type"] = "explicit", - }, - }, - ["8584_ProjectileDamageIfMeleeHitRecently"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3596695232", - ["text"] = "#% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", - ["type"] = "explicit", - }, - }, - ["858_ColdDamagePercentage"] = { + ["853_ColdDamagePercentage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -11469,7 +12767,7 @@ return { ["type"] = "explicit", }, }, - ["858_ColdDamageWeaponPrefix"] = { + ["853_ColdDamageWeaponPrefix"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11498,7 +12796,7 @@ return { ["type"] = "explicit", }, }, - ["859_LightningDamagePercentage"] = { + ["854_LightningDamagePercentage"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -11519,7 +12817,7 @@ return { ["type"] = "explicit", }, }, - ["859_LightningDamageWeaponPrefix"] = { + ["854_LightningDamageWeaponPrefix"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11548,7 +12846,7 @@ return { ["type"] = "explicit", }, }, - ["860_ChaosDamageWeaponPrefix"] = { + ["855_ChaosDamageWeaponPrefix"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11577,7 +12875,7 @@ return { ["type"] = "explicit", }, }, - ["860_IncreasedChaosDamage"] = { + ["855_IncreasedChaosDamage"] = { ["AnyJewel"] = { ["max"] = 12, ["min"] = 6, @@ -11598,7 +12896,7 @@ return { ["type"] = "explicit", }, }, - ["860_PoisonDurationChaosDamage"] = { + ["855_PoisonDurationChaosDamage"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -11607,7 +12905,7 @@ return { ["type"] = "explicit", }, }, - ["861_IncreasedWeaponElementalDamagePercent"] = { + ["856_IncreasedWeaponElementalDamagePercent"] = { ["1HMace"] = { ["max"] = 100, ["min"] = 19, @@ -11652,24 +12950,7 @@ return { ["type"] = "explicit", }, }, - ["8628_QuarterstaffFreezeBuildup"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1697447343", - ["text"] = "#% increased Freeze Buildup with Quarterstaves", - ["type"] = "explicit", - }, - }, - ["862_PhysicalSpellDamageWeaponPrefix"] = { + ["857_PhysicalSpellDamageWeaponPrefix"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -11698,24 +12979,7 @@ return { ["type"] = "explicit", }, }, - ["8636_QuiverModifierEffect"] = { - ["AnyJewel"] = { - ["max"] = 6, - ["min"] = 4, - }, - ["BaseJewel"] = { - ["max"] = 6, - ["min"] = 4, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1200678966", - ["text"] = "#% increased bonuses gained from Equipped Quiver", - ["type"] = "explicit", - }, - }, - ["863_DamageWithBowSkills"] = { + ["858_DamageWithBowSkills"] = { ["Quiver"] = { ["max"] = 59, ["min"] = 11, @@ -11728,28 +12992,10 @@ return { ["type"] = "explicit", }, }, - ["8640_MaximumRage"] = { - ["AnyJewel"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["BaseJewel"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1181501418", - ["text"] = "# to Maximum Rage", - ["type"] = "explicit", - }, - ["usePositiveSign"] = true, - }, - ["864_IncreasedAccuracy"] = { - ["Amulet"] = { - ["max"] = 450, - ["min"] = 11, + ["859_IncreasedAccuracy"] = { + ["Amulet"] = { + ["max"] = 450, + ["min"] = 11, }, ["Gloves"] = { ["max"] = 550, @@ -11776,7 +13022,7 @@ return { }, ["usePositiveSign"] = true, }, - ["864_LightRadiusAndAccuracy"] = { + ["859_LightRadiusAndAccuracy"] = { ["Helmet"] = { ["max"] = 60, ["min"] = 10, @@ -11790,7 +13036,7 @@ return { }, ["usePositiveSign"] = true, }, - ["866_PhysicalDamageReductionRating"] = { + ["860_PhysicalDamageReductionRating"] = { ["Belt"] = { ["max"] = 255, ["min"] = 12, @@ -11804,7 +13050,7 @@ return { }, ["usePositiveSign"] = true, }, - ["867_GlobalPhysicalDamageReductionRatingPercent"] = { + ["861_GlobalPhysicalDamageReductionRatingPercent"] = { ["Amulet"] = { ["max"] = 50, ["min"] = 10, @@ -11825,7 +13071,7 @@ return { ["type"] = "explicit", }, }, - ["868_EvasionRating"] = { + ["862_EvasionRating"] = { ["Ring"] = { ["max"] = 203, ["min"] = 8, @@ -11839,7 +13085,24 @@ return { }, ["usePositiveSign"] = true, }, - ["869_GlobalEvasionRatingPercent"] = { + ["8639_OfferingDuration"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2957407601", + ["text"] = "Offering Skills have #% increased Duration", + ["type"] = "explicit", + }, + }, + ["863_GlobalEvasionRatingPercent"] = { ["Amulet"] = { ["max"] = 50, ["min"] = 10, @@ -11860,7 +13123,24 @@ return { ["type"] = "explicit", }, }, - ["870_EnergyShield"] = { + ["8640_OfferingLife"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3787460122", + ["text"] = "Offerings have #% increased Maximum Life", + ["type"] = "explicit", + }, + }, + ["864_EnergyShield"] = { ["Amulet"] = { ["max"] = 89, ["min"] = 8, @@ -11874,7 +13154,7 @@ return { }, ["usePositiveSign"] = true, }, - ["871_GlobalEnergyShieldPercent"] = { + ["865_GlobalEnergyShieldPercent"] = { ["Amulet"] = { ["max"] = 50, ["min"] = 10, @@ -11895,7 +13175,24 @@ return { ["type"] = "explicit", }, }, - ["872_IncreasedLife"] = { + ["8661_ParryDamage"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1569159338", + ["text"] = "#% increased Parry Damage", + ["type"] = "explicit", + }, + }, + ["866_IncreasedLife"] = { ["Amulet"] = { ["max"] = 149, ["min"] = 10, @@ -11937,7 +13234,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedArmourAndEnergyShieldAndLife"] = { + ["866_LocalIncreasedArmourAndEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -11959,7 +13256,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedArmourAndEvasionAndLife"] = { + ["866_LocalIncreasedArmourAndEvasionAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -11981,7 +13278,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedArmourAndLife"] = { + ["866_LocalIncreasedArmourAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -12003,7 +13300,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedEnergyShieldAndLife"] = { + ["866_LocalIncreasedEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -12025,7 +13322,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedEvasionAndEnergyShieldAndLife"] = { + ["866_LocalIncreasedEvasionAndEnergyShieldAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -12047,7 +13344,7 @@ return { }, ["usePositiveSign"] = true, }, - ["872_LocalIncreasedEvasionAndLife"] = { + ["866_LocalIncreasedEvasionAndLife"] = { ["Chest"] = { ["max"] = 49, ["min"] = 7, @@ -12069,37 +13366,54 @@ return { }, ["usePositiveSign"] = true, }, - ["873_MaximumLifeIncreasePercent"] = { - ["Amulet"] = { - ["max"] = 8, - ["min"] = 3, + ["8670_ParriedDebuffDuration"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 10, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_983749596", - ["text"] = "#% increased maximum Life", + ["id"] = "explicit.stat_3401186585", + ["text"] = "#% increased Parried Debuff Duration", ["type"] = "explicit", }, }, - ["8749_CrossbowReloadSpeed"] = { + ["8671_StunThresholdDuringParry"] = { ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 25, + ["min"] = 15, }, ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 25, + ["min"] = 15, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_3192728503", - ["text"] = "#% increased Crossbow Reload Speed", + ["id"] = "explicit.stat_1911237468", + ["text"] = "#% increased Stun Threshold while Parrying", + ["type"] = "explicit", + }, + }, + ["867_MaximumLifeIncreasePercent"] = { + ["Amulet"] = { + ["max"] = 8, + ["min"] = 3, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_983749596", + ["text"] = "#% increased maximum Life", ["type"] = "explicit", }, }, - ["874_IncreasedMana"] = { + ["868_IncreasedMana"] = { ["1HWeapon"] = { ["max"] = 164, ["min"] = 10, @@ -12157,7 +13471,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedArmourAndEnergyShieldAndMana"] = { + ["868_LocalIncreasedArmourAndEnergyShieldAndMana"] = { ["Helmet"] = { ["max"] = 39, ["min"] = 6, @@ -12171,7 +13485,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedArmourAndEvasionAndMana"] = { + ["868_LocalIncreasedArmourAndEvasionAndMana"] = { ["Helmet"] = { ["max"] = 39, ["min"] = 6, @@ -12185,7 +13499,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedArmourAndMana"] = { + ["868_LocalIncreasedArmourAndMana"] = { ["Helmet"] = { ["max"] = 39, ["min"] = 6, @@ -12199,7 +13513,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedEnergyShieldAndMana"] = { + ["868_LocalIncreasedEnergyShieldAndMana"] = { ["Focus"] = { ["max"] = 39, ["min"] = 6, @@ -12217,7 +13531,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedEvasionAndEnergyShieldAndMana"] = { + ["868_LocalIncreasedEvasionAndEnergyShieldAndMana"] = { ["Helmet"] = { ["max"] = 39, ["min"] = 6, @@ -12231,7 +13545,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedEvasionAndMana"] = { + ["868_LocalIncreasedEvasionAndMana"] = { ["Helmet"] = { ["max"] = 39, ["min"] = 6, @@ -12245,7 +13559,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_LocalIncreasedSpiritAndMana"] = { + ["868_LocalIncreasedSpiritAndMana"] = { ["1HWeapon"] = { ["max"] = 45, ["min"] = 17, @@ -12263,7 +13577,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_WeaponSpellDamageAndMana"] = { + ["868_WeaponSpellDamageAndMana"] = { ["1HWeapon"] = { ["max"] = 45, ["min"] = 17, @@ -12289,7 +13603,7 @@ return { }, ["usePositiveSign"] = true, }, - ["874_WeaponTrapDamageAndMana"] = { + ["868_WeaponTrapDamageAndMana"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -12299,7 +13613,7 @@ return { }, ["usePositiveSign"] = true, }, - ["875_MaximumManaIncreasePercent"] = { + ["869_MaximumManaIncreasePercent"] = { ["Amulet"] = { ["max"] = 8, ["min"] = 3, @@ -12312,7 +13626,7 @@ return { ["type"] = "explicit", }, }, - ["877_BaseSpirit"] = { + ["871_BaseSpirit"] = { ["Amulet"] = { ["max"] = 50, ["min"] = 30, @@ -12330,7 +13644,7 @@ return { }, ["usePositiveSign"] = true, }, - ["878_ProjectileSpeed"] = { + ["872_ProjectileSpeed"] = { ["AnyJewel"] = { ["max"] = 8, ["min"] = 4, @@ -12351,7 +13665,7 @@ return { ["type"] = "explicit", }, }, - ["879_BeltFlaskLifeRecoveryRate"] = { + ["873_BeltFlaskLifeRecoveryRate"] = { ["Belt"] = { ["max"] = 40, ["min"] = 5, @@ -12364,7 +13678,7 @@ return { ["type"] = "explicit", }, }, - ["880_BeltFlaskManaRecoveryRate"] = { + ["874_BeltFlaskManaRecoveryRate"] = { ["Belt"] = { ["max"] = 40, ["min"] = 5, @@ -12377,7 +13691,7 @@ return { ["type"] = "explicit", }, }, - ["881_BeltIncreasedCharmDuration"] = { + ["875_BeltIncreasedCharmDuration"] = { ["Belt"] = { ["max"] = 33, ["min"] = 4, @@ -12390,7 +13704,7 @@ return { ["type"] = "explicit", }, }, - ["881_CharmDuration"] = { + ["875_CharmDuration"] = { ["AnyJewel"] = { ["max"] = 15, ["min"] = 5, @@ -12407,24 +13721,7 @@ return { ["type"] = "explicit", }, }, - ["8825_ShieldArmourIncrease"] = { - ["AnyJewel"] = { - ["max"] = 32, - ["min"] = 18, - }, - ["BaseJewel"] = { - ["max"] = 32, - ["min"] = 18, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_145497481", - ["text"] = "#% increased Defences from Equipped Shield", - ["type"] = "explicit", - }, - }, - ["882_FlaskDuration"] = { + ["876_FlaskDuration"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -12441,24 +13738,24 @@ return { ["type"] = "explicit", }, }, - ["8831_ShockEffect"] = { + ["8780_PoisonEffect"] = { ["AnyJewel"] = { ["max"] = 15, - ["min"] = 10, + ["min"] = 5, }, ["BaseJewel"] = { ["max"] = 15, - ["min"] = 10, + ["min"] = 5, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2527686725", - ["text"] = "#% increased Magnitude of Shock you inflict", + ["id"] = "explicit.stat_2487305362", + ["text"] = "#% increased Magnitude of Poison you inflict", ["type"] = "explicit", }, }, - ["884_AlliesInPresenceAllDamage"] = { + ["878_AlliesInPresenceAllDamage"] = { ["1HWeapon"] = { ["max"] = 119, ["min"] = 25, @@ -12475,7 +13772,7 @@ return { ["type"] = "explicit", }, }, - ["885_AlliesInPresenceAddedPhysicalDamage"] = { + ["879_AlliesInPresenceAddedPhysicalDamage"] = { ["1HWeapon"] = { ["max"] = 25.5, ["min"] = 2, @@ -12492,7 +13789,7 @@ return { ["type"] = "explicit", }, }, - ["886_AlliesInPresenceAddedFireDamage"] = { + ["880_AlliesInPresenceAddedFireDamage"] = { ["1HWeapon"] = { ["max"] = 37, ["min"] = 2, @@ -12509,7 +13806,7 @@ return { ["type"] = "explicit", }, }, - ["887_AlliesInPresenceAddedColdDamage"] = { + ["881_AlliesInPresenceAddedColdDamage"] = { ["1HWeapon"] = { ["max"] = 30.5, ["min"] = 2, @@ -12526,7 +13823,41 @@ return { ["type"] = "explicit", }, }, - ["888_AlliesInPresenceAddedLightningDamage"] = { + ["8825_ChainFromTerrain"] = { + ["AnyJewel"] = { + ["max"] = 5, + ["min"] = 3, + }, + ["BaseJewel"] = { + ["max"] = 5, + ["min"] = 3, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_4081947835", + ["text"] = "Projectiles have #% chance to Chain an additional time from terrain", + ["type"] = "explicit", + }, + }, + ["8828_ProjectileDamageIfMeleeHitRecently"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3596695232", + ["text"] = "#% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds", + ["type"] = "explicit", + }, + }, + ["882_AlliesInPresenceAddedLightningDamage"] = { ["1HWeapon"] = { ["max"] = 37.5, ["min"] = 3, @@ -12543,15 +13874,24 @@ return { ["type"] = "explicit", }, }, - ["890_AlliesInPresenceIncreasedAccuracy"] = { - ["1HWeapon"] = { - ["max"] = 450, - ["min"] = 11, + ["8874_QuarterstaffFreezeBuildup"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, }, - ["Sceptre"] = { - ["max"] = 450, - ["min"] = 11, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1697447343", + ["text"] = "#% increased Freeze Buildup with Quarterstaves", + ["type"] = "explicit", }, + }, + ["887_AlliesInPresenceIncreasedAccuracy"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -12561,7 +13901,42 @@ return { }, ["usePositiveSign"] = true, }, - ["891_AlliesInPresenceCriticalStrikeChance"] = { + ["8882_QuiverModifierEffect"] = { + ["AnyJewel"] = { + ["max"] = 6, + ["min"] = 4, + }, + ["BaseJewel"] = { + ["max"] = 6, + ["min"] = 4, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1200678966", + ["text"] = "#% increased bonuses gained from Equipped Quiver", + ["type"] = "explicit", + }, + }, + ["8886_MaximumRage"] = { + ["AnyJewel"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["BaseJewel"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1181501418", + ["text"] = "# to Maximum Rage", + ["type"] = "explicit", + }, + ["usePositiveSign"] = true, + }, + ["888_AlliesInPresenceCriticalStrikeChance"] = { ["1HWeapon"] = { ["max"] = 38, ["min"] = 10, @@ -12578,7 +13953,7 @@ return { ["type"] = "explicit", }, }, - ["892_AlliesInPresenceCriticalStrikeMultiplier"] = { + ["889_AlliesInPresenceCriticalStrikeMultiplier"] = { ["1HWeapon"] = { ["max"] = 39, ["min"] = 10, @@ -12595,7 +13970,7 @@ return { ["type"] = "explicit", }, }, - ["893_AlliesInPresenceIncreasedAttackSpeed"] = { + ["890_AlliesInPresenceIncreasedAttackSpeed"] = { ["1HWeapon"] = { ["max"] = 16, ["min"] = 5, @@ -12612,7 +13987,7 @@ return { ["type"] = "explicit", }, }, - ["894_AlliesInPresenceIncreasedCastSpeed"] = { + ["891_AlliesInPresenceIncreasedCastSpeed"] = { ["1HWeapon"] = { ["max"] = 20, ["min"] = 5, @@ -12629,7 +14004,7 @@ return { ["type"] = "explicit", }, }, - ["895_AlliesInPresenceAllResistances"] = { + ["892_AlliesInPresenceAllResistances"] = { ["1HWeapon"] = { ["max"] = 18, ["min"] = 3, @@ -12647,7 +14022,7 @@ return { }, ["usePositiveSign"] = true, }, - ["896_AlliesInPresenceLifeRegeneration"] = { + ["893_AlliesInPresenceLifeRegeneration"] = { ["1HWeapon"] = { ["max"] = 33, ["min"] = 1, @@ -12664,7 +14039,7 @@ return { ["type"] = "explicit", }, }, - ["900_CharmGuardWhileActive"] = { + ["897_CharmGuardWhileActive"] = { ["Charm"] = { ["max"] = 500, ["min"] = 44, @@ -12673,11 +14048,11 @@ return { }, ["tradeMod"] = { ["id"] = "explicit.stat_2676834156", - ["text"] = "Gain # Guard during Effect", + ["text"] = "Also grants # Guard", ["type"] = "explicit", }, }, - ["901_CharmGainLifeOnUse"] = { + ["898_CharmGainLifeOnUse"] = { ["Charm"] = { ["max"] = 350, ["min"] = 8, @@ -12690,7 +14065,24 @@ return { ["type"] = "explicit", }, }, - ["902_CharmGainManaOnUse"] = { + ["8999_CrossbowReloadSpeed"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3192728503", + ["text"] = "#% increased Crossbow Reload Speed", + ["type"] = "explicit", + }, + }, + ["899_CharmGainManaOnUse"] = { ["Charm"] = { ["max"] = 300, ["min"] = 16, @@ -12703,7 +14095,7 @@ return { ["type"] = "explicit", }, }, - ["904_FlaskIncreasedRecoveryOnLowMana"] = { + ["901_FlaskIncreasedRecoveryOnLowMana"] = { ["ManaFlask"] = { ["max"] = 100, ["min"] = 51, @@ -12716,7 +14108,7 @@ return { ["type"] = "explicit", }, }, - ["905_FlaskFullInstantRecovery"] = { + ["902_FlaskFullInstantRecovery"] = { ["LifeFlask"] = { ["max"] = -50, ["min"] = -50, @@ -12734,7 +14126,7 @@ return { ["type"] = "explicit", }, }, - ["905_FlaskIncreasedRecoveryAmount"] = { + ["902_FlaskIncreasedRecoveryAmount"] = { ["LifeFlask"] = { ["max"] = 80, ["min"] = 41, @@ -12751,7 +14143,7 @@ return { ["type"] = "explicit", }, }, - ["906_FlaskIncreasedRecoveryOnLowLife"] = { + ["903_FlaskIncreasedRecoveryOnLowLife"] = { ["LifeFlask"] = { ["max"] = 100, ["min"] = 51, @@ -12764,37 +14156,34 @@ return { ["type"] = "explicit", }, }, - ["908_FlaskExtraLifeCostsMana"] = { - ["LifeFlask"] = { - ["max"] = 100, - ["min"] = 61, + ["9057_ReducedBleedDuration"] = { + ["Chest"] = { + ["max"] = -36, + ["min"] = -60, }, + ["invertOnNegative"] = true, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_1261982764", - ["text"] = "#% increased Life Recovered", + ["id"] = "explicit.stat_1692879867", + ["text"] = "#% increased Duration of Bleeding on You", ["type"] = "explicit", }, }, - ["9099_StunThresholdfromEnergyShield"] = { - ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 5, - }, - ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 5, + ["905_FlaskExtraLifeCostsMana"] = { + ["LifeFlask"] = { + ["max"] = 100, + ["min"] = 61, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_416040624", - ["text"] = "Gain additional Stun Threshold equal to #% of maximum Energy Shield", + ["id"] = "explicit.stat_1261982764", + ["text"] = "#% increased Life Recovered", ["type"] = "explicit", }, }, - ["909_FlaskExtraManaCostsLife"] = { + ["906_FlaskExtraManaCostsLife"] = { ["ManaFlask"] = { ["max"] = 100, ["min"] = 61, @@ -12807,37 +14196,37 @@ return { ["type"] = "explicit", }, }, - ["9101_IncreasedStunThresholdIfNoRecentStun"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, + ["907_FlaskHealsMinions"] = { + ["LifeFlask"] = { + ["max"] = 80, + ["min"] = 51, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_1405298142", - ["text"] = "#% increased Stun Threshold if you haven't been Stunned Recently", + ["id"] = "explicit.stat_2416869319", + ["text"] = "Grants #% of Life Recovery to Minions", ["type"] = "explicit", }, }, - ["910_FlaskHealsMinions"] = { - ["LifeFlask"] = { - ["max"] = 80, - ["min"] = 51, + ["9088_ShieldArmourIncrease"] = { + ["AnyJewel"] = { + ["max"] = 32, + ["min"] = 18, + }, + ["BaseJewel"] = { + ["max"] = 32, + ["min"] = 18, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_2416869319", - ["text"] = "Grants #% of Life Recovery to Minions", + ["id"] = "explicit.stat_145497481", + ["text"] = "#% increased Defences from Equipped Shield", ["type"] = "explicit", }, }, - ["911_FlaskFullInstantRecovery"] = { + ["908_FlaskFullInstantRecovery"] = { ["LifeFlask"] = { ["max"] = 1, ["min"] = 1, @@ -12854,7 +14243,24 @@ return { ["type"] = "explicit", }, }, - ["912_FlaskPartialInstantRecovery"] = { + ["9095_ShockEffect"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2527686725", + ["text"] = "#% increased Magnitude of Shock you inflict", + ["type"] = "explicit", + }, + }, + ["909_FlaskPartialInstantRecovery"] = { ["LifeFlask"] = { ["max"] = 30, ["min"] = 20, @@ -12871,7 +14277,7 @@ return { ["type"] = "explicit", }, }, - ["913_FlaskIncreasedRecoverySpeed"] = { + ["910_FlaskIncreasedRecoverySpeed"] = { ["LifeFlask"] = { ["max"] = 70, ["min"] = 41, @@ -12888,7 +14294,7 @@ return { ["type"] = "explicit", }, }, - ["914_FlaskExtraLifeCostsMana"] = { + ["911_FlaskExtraLifeCostsMana"] = { ["LifeFlask"] = { ["max"] = 15, ["min"] = 15, @@ -12901,7 +14307,7 @@ return { ["type"] = "explicit", }, }, - ["915_FlaskExtraManaCostsLife"] = { + ["912_FlaskExtraManaCostsLife"] = { ["ManaFlask"] = { ["max"] = 15, ["min"] = 15, @@ -12914,7 +14320,7 @@ return { ["type"] = "explicit", }, }, - ["916_ItemFoundRarityIncrease"] = { + ["913_ItemFoundRarityIncrease"] = { ["Amulet"] = { ["max"] = 25, ["min"] = 6, @@ -12943,7 +14349,7 @@ return { ["type"] = "explicit", }, }, - ["916_ItemFoundRarityIncreasePrefix"] = { + ["913_ItemFoundRarityIncreasePrefix"] = { ["Amulet"] = { ["max"] = 25, ["min"] = 8, @@ -12964,7 +14370,7 @@ return { ["type"] = "explicit", }, }, - ["917_LocalBaseCriticalStrikeChance"] = { + ["914_LocalBaseCriticalStrikeChance"] = { ["1HMace"] = { ["max"] = 5, ["min"] = 1.01, @@ -13010,41 +14416,41 @@ return { }, ["usePositiveSign"] = true, }, - ["918_LocalCriticalStrikeMultiplier"] = { + ["915_LocalCriticalStrikeMultiplier"] = { ["1HMace"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["1HWeapon"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["2HMace"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["2HWeapon"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["Bow"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["Crossbow"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["Flail"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["Quarterstaff"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["Spear"] = { - ["max"] = 39, + ["max"] = 25, ["min"] = 10, }, ["specialCaseData"] = { @@ -13056,7 +14462,7 @@ return { }, ["usePositiveSign"] = true, }, - ["919_LocalIncreasedAttackSpeed"] = { + ["916_LocalIncreasedAttackSpeed"] = { ["1HMace"] = { ["max"] = 28, ["min"] = 5, @@ -13101,45 +14507,7 @@ return { ["type"] = "explicit", }, }, - ["9211_ThornsDamageIncrease"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1315743832", - ["text"] = "#% increased Thorns damage", - ["type"] = "explicit", - }, - }, - ["9217_ThornsPhysicalDamage"] = { - ["Belt"] = { - ["max"] = 185.5, - ["min"] = 2, - }, - ["Chest"] = { - ["max"] = 185.5, - ["min"] = 2, - }, - ["Shield"] = { - ["max"] = 185.5, - ["min"] = 2, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_2881298780", - ["text"] = "# to # Physical Thorns damage", - ["type"] = "explicit", - }, - }, - ["921_LocalAttributeRequirements"] = { + ["918_LocalAttributeRequirements"] = { ["1HMace"] = { ["max"] = -15, ["min"] = -35, @@ -13221,7 +14589,17 @@ return { ["type"] = "explicit", }, }, - ["922_GlobalIncreaseSpellSkillGemLevel"] = { + ["919_EssenceSpellSkillLevel"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_124131830", + ["text"] = "# to Level of all Spell Skills", + ["type"] = "explicit", + }, + ["usePositiveSign"] = true, + }, + ["919_GlobalIncreaseSpellSkillGemLevel"] = { ["Amulet"] = { ["max"] = 3, ["min"] = 1, @@ -13239,18 +14617,18 @@ return { }, ["usePositiveSign"] = true, }, - ["922_GlobalIncreaseSpellSkillGemLevelWeapon"] = { + ["919_GlobalIncreaseSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 4, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 6, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 6, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 4, @@ -13265,7 +14643,7 @@ return { }, ["usePositiveSign"] = true, }, - ["923_GlobalIncreaseFireSpellSkillGemLevel"] = { + ["920_GlobalIncreaseFireSpellSkillGemLevel"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -13275,18 +14653,18 @@ return { }, ["usePositiveSign"] = true, }, - ["923_GlobalIncreaseFireSpellSkillGemLevelWeapon"] = { + ["920_GlobalIncreaseFireSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 5, @@ -13301,7 +14679,7 @@ return { }, ["usePositiveSign"] = true, }, - ["924_GlobalIncreaseColdSpellSkillGemLevel"] = { + ["921_GlobalIncreaseColdSpellSkillGemLevel"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -13311,18 +14689,18 @@ return { }, ["usePositiveSign"] = true, }, - ["924_GlobalIncreaseColdSpellSkillGemLevelWeapon"] = { + ["921_GlobalIncreaseColdSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 5, @@ -13337,7 +14715,7 @@ return { }, ["usePositiveSign"] = true, }, - ["925_GlobalIncreaseLightningSpellSkillGemLevel"] = { + ["922_GlobalIncreaseLightningSpellSkillGemLevel"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -13347,18 +14725,18 @@ return { }, ["usePositiveSign"] = true, }, - ["925_GlobalIncreaseLightningSpellSkillGemLevelWeapon"] = { + ["922_GlobalIncreaseLightningSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 5, @@ -13373,7 +14751,7 @@ return { }, ["usePositiveSign"] = true, }, - ["926_GlobalIncreaseChaosSpellSkillGemLevel"] = { + ["923_GlobalIncreaseChaosSpellSkillGemLevel"] = { ["specialCaseData"] = { }, ["tradeMod"] = { @@ -13383,18 +14761,18 @@ return { }, ["usePositiveSign"] = true, }, - ["926_GlobalIncreaseChaosSpellSkillGemLevelWeapon"] = { + ["923_GlobalIncreaseChaosSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Staff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Wand"] = { ["max"] = 5, @@ -13409,24 +14787,7 @@ return { }, ["usePositiveSign"] = true, }, - ["9273_DamageWithTriggeredSpells"] = { - ["AnyJewel"] = { - ["max"] = 18, - ["min"] = 10, - }, - ["BaseJewel"] = { - ["max"] = 18, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3067892458", - ["text"] = "Triggered Spells deal #% increased Spell Damage", - ["type"] = "explicit", - }, - }, - ["927_GlobalIncreaseMeleeSkillGemLevel"] = { + ["924_GlobalIncreaseMeleeSkillGemLevel"] = { ["1HMace"] = { ["max"] = 5, ["min"] = 1, @@ -13460,18 +14821,18 @@ return { }, ["usePositiveSign"] = true, }, - ["927_GlobalIncreaseMeleeSkillGemLevelWeapon"] = { + ["924_GlobalIncreaseMeleeSkillGemLevelWeapon"] = { ["2HMace"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["2HWeapon"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Quarterstaff"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["specialCaseData"] = { }, @@ -13482,7 +14843,17 @@ return { }, ["usePositiveSign"] = true, }, - ["928_GlobalIncreaseProjectileSkillGemLevel"] = { + ["925_EssenceAttackSkillLevel"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3035140377", + ["text"] = "# to Level of all Attack Skills", + ["type"] = "explicit", + }, + ["usePositiveSign"] = true, + }, + ["926_GlobalIncreaseProjectileSkillGemLevel"] = { ["Amulet"] = { ["max"] = 3, ["min"] = 1, @@ -13500,7 +14871,7 @@ return { }, ["usePositiveSign"] = true, }, - ["928_GlobalIncreaseProjectileSkillGemLevelWeapon"] = { + ["926_GlobalIncreaseProjectileSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 5, ["min"] = 1, @@ -13515,7 +14886,7 @@ return { }, ["Crossbow"] = { ["max"] = 7, - ["min"] = 1, + ["min"] = 2, }, ["Spear"] = { ["max"] = 5, @@ -13530,7 +14901,7 @@ return { }, ["usePositiveSign"] = true, }, - ["929_GlobalIncreaseMinionSpellSkillGemLevel"] = { + ["927_GlobalIncreaseMinionSpellSkillGemLevel"] = { ["Amulet"] = { ["max"] = 3, ["min"] = 1, @@ -13548,7 +14919,7 @@ return { }, ["usePositiveSign"] = true, }, - ["929_GlobalIncreaseMinionSpellSkillGemLevelWeapon"] = { + ["927_GlobalIncreaseMinionSpellSkillGemLevelWeapon"] = { ["1HWeapon"] = { ["max"] = 4, ["min"] = 1, @@ -13566,7 +14937,7 @@ return { }, ["usePositiveSign"] = true, }, - ["931_CriticalStrikeChance"] = { + ["929_CriticalStrikeChance"] = { ["Amulet"] = { ["max"] = 38, ["min"] = 10, @@ -13591,7 +14962,7 @@ return { ["type"] = "explicit", }, }, - ["932_AttackCriticalStrikeChance"] = { + ["930_AttackCriticalStrikeChance"] = { ["AnyJewel"] = { ["max"] = 16, ["min"] = 6, @@ -13612,14 +14983,14 @@ return { ["type"] = "explicit", }, }, - ["933_SpellCriticalStrikeChance"] = { + ["931_SpellCriticalStrikeChance"] = { ["1HWeapon"] = { - ["max"] = 109, - ["min"] = 10, + ["max"] = 73, + ["min"] = 27, }, ["2HWeapon"] = { ["max"] = 109, - ["min"] = 10, + ["min"] = 40, }, ["AnyJewel"] = { ["max"] = 15, @@ -13630,16 +15001,16 @@ return { ["min"] = 5, }, ["Focus"] = { - ["max"] = 99, - ["min"] = 10, + ["max"] = 59, + ["min"] = 27, }, ["Staff"] = { ["max"] = 109, - ["min"] = 10, + ["min"] = 40, }, ["Wand"] = { - ["max"] = 109, - ["min"] = 10, + ["max"] = 73, + ["min"] = 27, }, ["specialCaseData"] = { }, @@ -13649,7 +15020,7 @@ return { ["type"] = "explicit", }, }, - ["935_CriticalStrikeMultiplier"] = { + ["933_CriticalStrikeMultiplier"] = { ["Amulet"] = { ["max"] = 39, ["min"] = 10, @@ -13674,7 +15045,7 @@ return { ["type"] = "explicit", }, }, - ["936_AttackCriticalStrikeMultiplier"] = { + ["934_AttackCriticalStrikeMultiplier"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -13695,7 +15066,7 @@ return { ["type"] = "explicit", }, }, - ["937_SpellCritMultiplierForJewel"] = { + ["935_SpellCritMultiplierForJewel"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -13712,22 +15083,22 @@ return { ["type"] = "explicit", }, }, - ["937_SpellCriticalStrikeMultiplier"] = { + ["935_SpellCriticalStrikeMultiplier"] = { ["1HWeapon"] = { ["max"] = 39, ["min"] = 10, }, ["2HWeapon"] = { - ["max"] = 39, - ["min"] = 10, + ["max"] = 59, + ["min"] = 15, }, ["Focus"] = { ["max"] = 34, ["min"] = 10, }, ["Staff"] = { - ["max"] = 39, - ["min"] = 10, + ["max"] = 59, + ["min"] = 15, }, ["Wand"] = { ["max"] = 39, @@ -13741,49 +15112,66 @@ return { ["type"] = "explicit", }, }, - ["939_IncreasedAttackSpeed"] = { + ["9364_StunThresholdfromEnergyShield"] = { ["AnyJewel"] = { - ["max"] = 4, - ["min"] = 2, + ["max"] = 15, + ["min"] = 5, }, ["BaseJewel"] = { - ["max"] = 4, - ["min"] = 2, - }, - ["Gloves"] = { - ["max"] = 16, + ["max"] = 15, ["min"] = 5, }, - ["Quiver"] = { - ["max"] = 16, - ["min"] = 5, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_416040624", + ["text"] = "Gain additional Stun Threshold equal to #% of maximum Energy Shield", + ["type"] = "explicit", + }, + }, + ["9366_IncreasedStunThresholdIfNoRecentStun"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_681332047", - ["text"] = "#% increased Attack Speed", + ["id"] = "explicit.stat_1405298142", + ["text"] = "#% increased Stun Threshold if you haven't been Stunned Recently", ["type"] = "explicit", }, }, - ["9403_VolatilityOnKillChance"] = { + ["937_IncreasedAttackSpeed"] = { ["AnyJewel"] = { - ["max"] = 3, + ["max"] = 4, ["min"] = 2, }, ["BaseJewel"] = { - ["max"] = 3, + ["max"] = 4, ["min"] = 2, }, + ["Gloves"] = { + ["max"] = 16, + ["min"] = 5, + }, + ["Quiver"] = { + ["max"] = 16, + ["min"] = 5, + }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "explicit.stat_3749502527", - ["text"] = "#% chance to gain Volatility on Kill", + ["id"] = "explicit.stat_681332047", + ["text"] = "#% increased Attack Speed", ["type"] = "explicit", }, }, - ["940_IncreasedCastSpeed"] = { + ["938_IncreasedCastSpeed"] = { ["1HWeapon"] = { ["max"] = 35, ["min"] = 9, @@ -13828,7 +15216,7 @@ return { ["type"] = "explicit", }, }, - ["941_AdditionalAmmo"] = { + ["939_AdditionalAmmo"] = { ["2HWeapon"] = { ["max"] = 1, ["min"] = 1, @@ -13845,87 +15233,36 @@ return { ["type"] = "explicit", }, }, - ["9424_WarcryEffect"] = { - ["AnyJewel"] = { - ["max"] = 15, - ["min"] = 5, - }, - ["BaseJewel"] = { - ["max"] = 15, - ["min"] = 5, - }, + ["940_AdditionalCharm"] = { ["specialCaseData"] = { + ["overrideModLinePlural"] = "+# Charm Slots", }, ["tradeMod"] = { - ["id"] = "explicit.stat_3037553757", - ["text"] = "#% increased Warcry Buff Effect", + ["id"] = "explicit.stat_2582079000", + ["text"] = "# Charm Slot", ["type"] = "explicit", }, + ["usePositiveSign"] = true, }, - ["9427_WarcryDamage"] = { - ["AnyJewel"] = { - ["max"] = 20, - ["min"] = 10, + ["941_AdditionalArrows"] = { + ["2HWeapon"] = { + ["max"] = 2, + ["min"] = 1, }, - ["BaseJewel"] = { - ["max"] = 20, - ["min"] = 10, + ["Bow"] = { + ["max"] = 2, + ["min"] = 1, }, ["specialCaseData"] = { + ["overrideModLineSingular"] = "Bow Attacks fire an additional Arrow", }, ["tradeMod"] = { - ["id"] = "explicit.stat_1594812856", - ["text"] = "#% increased Damage with Warcries", + ["id"] = "explicit.stat_3885405204", + ["text"] = "Bow Attacks fire # additional Arrows", ["type"] = "explicit", }, }, - ["942_AdditionalCharm"] = { - ["specialCaseData"] = { - ["overrideModLinePlural"] = "+# Charm Slots", - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_2582079000", - ["text"] = "# Charm Slot", - ["type"] = "explicit", - }, - ["usePositiveSign"] = true, - }, - ["9436_WeaponSwapSpeed"] = { - ["AnyJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["BaseJewel"] = { - ["max"] = 25, - ["min"] = 15, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3233599707", - ["text"] = "#% increased Weapon Swap Speed", - ["type"] = "explicit", - }, - }, - ["943_AdditionalArrows"] = { - ["2HWeapon"] = { - ["max"] = 2, - ["min"] = 1, - }, - ["Bow"] = { - ["max"] = 2, - ["min"] = 1, - }, - ["specialCaseData"] = { - ["overrideModLineSingular"] = "Bow Attacks fire an additional Arrow", - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_3885405204", - ["text"] = "Bow Attacks fire # additional Arrows", - ["type"] = "explicit", - }, - }, - ["944_AllAttributes"] = { + ["942_AllAttributes"] = { ["Amulet"] = { ["max"] = 24, ["min"] = 2, @@ -13943,24 +15280,7 @@ return { }, ["usePositiveSign"] = true, }, - ["9454_WitheredEffect"] = { - ["AnyJewel"] = { - ["max"] = 10, - ["min"] = 5, - }, - ["BaseJewel"] = { - ["max"] = 10, - ["min"] = 5, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_2545584555", - ["text"] = "#% increased Effect of Withered", - ["type"] = "explicit", - }, - }, - ["945_Strength"] = { + ["943_Strength"] = { ["1HMace"] = { ["max"] = 33, ["min"] = 5, @@ -14034,7 +15354,7 @@ return { }, ["usePositiveSign"] = true, }, - ["946_Dexterity"] = { + ["944_Dexterity"] = { ["1HWeapon"] = { ["max"] = 33, ["min"] = 5, @@ -14100,7 +15420,7 @@ return { }, ["usePositiveSign"] = true, }, - ["947_Intelligence"] = { + ["945_Intelligence"] = { ["1HWeapon"] = { ["max"] = 33, ["min"] = 5, @@ -14170,7 +15490,16 @@ return { }, ["usePositiveSign"] = true, }, - ["948_ReducedExtraDamageFromCrits"] = { + ["946_EssenceReducedCriticalDamageAgainstYou"] = { + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3855016469", + ["text"] = "Hits against you have #% reduced Critical Damage Bonus", + ["type"] = "explicit", + }, + }, + ["946_ReducedExtraDamageFromCrits"] = { ["Shield"] = { ["max"] = 54, ["min"] = 21, @@ -14183,7 +15512,24 @@ return { ["type"] = "explicit", }, }, - ["949_ReducedPhysicalDamageTaken"] = { + ["9476_ThornsDamageIncrease"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1315743832", + ["text"] = "#% increased Thorns damage", + ["type"] = "explicit", + }, + }, + ["947_ReducedPhysicalDamageTaken"] = { ["Shield"] = { ["max"] = 8, ["min"] = 4, @@ -14196,7 +15542,28 @@ return { ["type"] = "explicit", }, }, - ["950_MaximumElementalResistance"] = { + ["9483_ThornsPhysicalDamage"] = { + ["Belt"] = { + ["max"] = 185.5, + ["min"] = 2, + }, + ["Chest"] = { + ["max"] = 185.5, + ["min"] = 2, + }, + ["Shield"] = { + ["max"] = 185.5, + ["min"] = 2, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_2881298780", + ["text"] = "# to # Physical Thorns damage", + ["type"] = "explicit", + }, + }, + ["948_MaximumElementalResistance"] = { ["Shield"] = { ["max"] = 2, ["min"] = 1, @@ -14210,7 +15577,7 @@ return { }, ["usePositiveSign"] = true, }, - ["951_MaximumFireResist"] = { + ["949_MaximumFireResist"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -14232,7 +15599,7 @@ return { }, ["usePositiveSign"] = true, }, - ["952_MaximumColdResist"] = { + ["950_MaximumColdResist"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -14254,7 +15621,7 @@ return { }, ["usePositiveSign"] = true, }, - ["953_MaximumLightningResistance"] = { + ["951_MaximumLightningResistance"] = { ["AnyJewel"] = { ["max"] = 1, ["min"] = 1, @@ -14276,7 +15643,7 @@ return { }, ["usePositiveSign"] = true, }, - ["954_MaximumChaosResistance"] = { + ["952_MaximumChaosResistance"] = { ["Shield"] = { ["max"] = 3, ["min"] = 1, @@ -14290,7 +15657,7 @@ return { }, ["usePositiveSign"] = true, }, - ["955_AllResistances"] = { + ["953_AllResistances"] = { ["Amulet"] = { ["max"] = 18, ["min"] = 3, @@ -14312,7 +15679,24 @@ return { }, ["usePositiveSign"] = true, }, - ["956_FireResistance"] = { + ["9540_DamageWithTriggeredSpells"] = { + ["AnyJewel"] = { + ["max"] = 18, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 18, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3067892458", + ["text"] = "Triggered Spells deal #% increased Spell Damage", + ["type"] = "explicit", + }, + }, + ["954_FireResistance"] = { ["Amulet"] = { ["max"] = 45, ["min"] = 6, @@ -14358,7 +15742,7 @@ return { }, ["usePositiveSign"] = true, }, - ["957_ColdResistance"] = { + ["955_ColdResistance"] = { ["Amulet"] = { ["max"] = 45, ["min"] = 6, @@ -14404,7 +15788,7 @@ return { }, ["usePositiveSign"] = true, }, - ["958_LightningResistance"] = { + ["956_LightningResistance"] = { ["Amulet"] = { ["max"] = 45, ["min"] = 6, @@ -14450,7 +15834,7 @@ return { }, ["usePositiveSign"] = true, }, - ["959_ChaosResistance"] = { + ["957_ChaosResistance"] = { ["Amulet"] = { ["max"] = 27, ["min"] = 4, @@ -14496,7 +15880,7 @@ return { }, ["usePositiveSign"] = true, }, - ["961_MinionLife"] = { + ["958_MinionLife"] = { ["1HWeapon"] = { ["max"] = 50, ["min"] = 21, @@ -14521,6 +15905,65 @@ return { ["type"] = "explicit", }, }, + ["959_ArmourAppliesToElementalDamage"] = { + ["Boots"] = { + ["max"] = 43, + ["min"] = 14, + }, + ["Chest"] = { + ["max"] = 50, + ["min"] = 14, + }, + ["Gloves"] = { + ["max"] = 43, + ["min"] = 14, + }, + ["Helmet"] = { + ["max"] = 43, + ["min"] = 14, + }, + ["Shield"] = { + ["max"] = 50, + ["min"] = 14, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3362812763", + ["text"] = "#% of Armour also applies to Elemental Damage", + ["type"] = "explicit", + }, + ["usePositiveSign"] = true, + }, + ["960_EvasionAppliesToDeflection"] = { + ["Boots"] = { + ["max"] = 23, + ["min"] = 8, + }, + ["Chest"] = { + ["max"] = 26, + ["min"] = 8, + }, + ["Gloves"] = { + ["max"] = 23, + ["min"] = 8, + }, + ["Helmet"] = { + ["max"] = 23, + ["min"] = 8, + }, + ["Shield"] = { + ["max"] = 26, + ["min"] = 8, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3033371881", + ["text"] = "Gain Deflection Rating equal to #% of Evasion Rating", + ["type"] = "explicit", + }, + }, ["962_EnergyShieldRegeneration"] = { ["AnyJewel"] = { ["max"] = 20, @@ -14530,8 +15973,24 @@ return { ["max"] = 20, ["min"] = 10, }, + ["Boots"] = { + ["max"] = 45, + ["min"] = 26, + }, ["Focus"] = { - ["max"] = 50, + ["max"] = 55, + ["min"] = 26, + }, + ["Gloves"] = { + ["max"] = 45, + ["min"] = 26, + }, + ["Helmet"] = { + ["max"] = 45, + ["min"] = 26, + }, + ["Shield"] = { + ["max"] = 55, ["min"] = 26, }, ["specialCaseData"] = { @@ -14542,7 +16001,32 @@ return { ["type"] = "explicit", }, }, - ["963_LifeRegeneration"] = { + ["963_EnergyShieldDelay"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["Chest"] = { + ["max"] = 55, + ["min"] = 26, + }, + ["Focus"] = { + ["max"] = 55, + ["min"] = 26, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1782086450", + ["text"] = "#% faster start of Energy Shield Recharge", + ["type"] = "explicit", + }, + }, + ["964_LifeRegeneration"] = { ["Amulet"] = { ["max"] = 33, ["min"] = 1, @@ -14575,7 +16059,7 @@ return { ["type"] = "explicit", }, }, - ["964_LifeRegenerationRate"] = { + ["965_LifeRegenerationRate"] = { ["AnyJewel"] = { ["max"] = 10, ["min"] = 5, @@ -14592,7 +16076,7 @@ return { ["type"] = "explicit", }, }, - ["965_DamageTakenGainedAsLife"] = { + ["966_DamageTakenGainedAsLife"] = { ["Amulet"] = { ["max"] = 24, ["min"] = 10, @@ -14605,7 +16089,7 @@ return { ["type"] = "explicit", }, }, - ["965_LifeRecoupForJewel"] = { + ["966_LifeRecoupForJewel"] = { ["AnyJewel"] = { ["max"] = 3, ["min"] = 2, @@ -14622,7 +16106,7 @@ return { ["type"] = "explicit", }, }, - ["966_LifeLeechPermyriad"] = { + ["967_LifeLeechPermyriad"] = { ["Gloves"] = { ["max"] = 9.9, ["min"] = 5, @@ -14639,7 +16123,24 @@ return { ["type"] = "explicit", }, }, - ["967_LifeLeechLocalPermyriad"] = { + ["9681_VolatilityOnKillChance"] = { + ["AnyJewel"] = { + ["max"] = 3, + ["min"] = 2, + }, + ["BaseJewel"] = { + ["max"] = 3, + ["min"] = 2, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3749502527", + ["text"] = "#% chance to gain Volatility on Kill", + ["type"] = "explicit", + }, + }, + ["968_LifeLeechLocalPermyriad"] = { ["1HMace"] = { ["max"] = 9.9, ["min"] = 5, @@ -14684,7 +16185,7 @@ return { ["type"] = "explicit", }, }, - ["968_LifeGainPerTarget"] = { + ["969_LifeGainPerTarget"] = { ["Gloves"] = { ["max"] = 5, ["min"] = 2, @@ -14697,7 +16198,41 @@ return { ["type"] = "explicit", }, }, - ["969_LifeGainPerTargetLocal"] = { + ["9702_WarcryEffect"] = { + ["AnyJewel"] = { + ["max"] = 15, + ["min"] = 5, + }, + ["BaseJewel"] = { + ["max"] = 15, + ["min"] = 5, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3037553757", + ["text"] = "#% increased Warcry Buff Effect", + ["type"] = "explicit", + }, + }, + ["9705_WarcryDamage"] = { + ["AnyJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["BaseJewel"] = { + ["max"] = 20, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_1594812856", + ["text"] = "#% increased Damage with Warcries", + ["type"] = "explicit", + }, + }, + ["970_LifeGainPerTargetLocal"] = { ["1HMace"] = { ["max"] = 5, ["min"] = 2, @@ -14742,7 +16277,24 @@ return { ["type"] = "explicit", }, }, - ["970_LifeGainedFromEnemyDeath"] = { + ["9716_WeaponSwapSpeed"] = { + ["AnyJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["BaseJewel"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3233599707", + ["text"] = "#% increased Weapon Swap Speed", + ["type"] = "explicit", + }, + }, + ["971_LifeGainedFromEnemyDeath"] = { ["1HMace"] = { ["max"] = 84, ["min"] = 4, @@ -14807,7 +16359,7 @@ return { ["type"] = "explicit", }, }, - ["971_LightRadiusAndManaRegeneration"] = { + ["972_LightRadiusAndManaRegeneration"] = { ["1HWeapon"] = { ["max"] = 22, ["min"] = 8, @@ -14840,14 +16392,14 @@ return { ["type"] = "explicit", }, }, - ["971_ManaRegeneration"] = { + ["972_ManaRegeneration"] = { ["1HWeapon"] = { ["max"] = 69, ["min"] = 10, }, ["2HWeapon"] = { - ["max"] = 69, - ["min"] = 10, + ["max"] = 104, + ["min"] = 15, }, ["Amulet"] = { ["max"] = 69, @@ -14874,8 +16426,8 @@ return { ["min"] = 10, }, ["Staff"] = { - ["max"] = 69, - ["min"] = 10, + ["max"] = 104, + ["min"] = 15, }, ["Wand"] = { ["max"] = 69, @@ -14889,7 +16441,24 @@ return { ["type"] = "explicit", }, }, - ["972_PercentDamageGoesToMana"] = { + ["9734_WitheredEffect"] = { + ["AnyJewel"] = { + ["max"] = 10, + ["min"] = 5, + }, + ["BaseJewel"] = { + ["max"] = 10, + ["min"] = 5, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "explicit.stat_3973629633", + ["text"] = "#% increased Withered Magnitude", + ["type"] = "explicit", + }, + }, + ["973_PercentDamageGoesToMana"] = { ["Amulet"] = { ["max"] = 24, ["min"] = 10, @@ -14902,7 +16471,7 @@ return { ["type"] = "explicit", }, }, - ["973_ManaLeechLocalPermyriad"] = { + ["974_ManaLeechLocalPermyriad"] = { ["1HMace"] = { ["max"] = 8.9, ["min"] = 4, @@ -14947,7 +16516,7 @@ return { ["type"] = "explicit", }, }, - ["974_ManaLeechPermyriad"] = { + ["975_ManaLeechPermyriad"] = { ["Gloves"] = { ["max"] = 8.9, ["min"] = 4, @@ -14964,7 +16533,7 @@ return { ["type"] = "explicit", }, }, - ["975_ManaGainedFromEnemyDeath"] = { + ["976_ManaGainedFromEnemyDeath"] = { ["1HMace"] = { ["max"] = 45, ["min"] = 2, @@ -15029,7 +16598,7 @@ return { ["type"] = "explicit", }, }, - ["977_BeltReducedFlaskChargesUsed"] = { + ["978_BeltReducedFlaskChargesUsed"] = { ["Belt"] = { ["max"] = 25, ["min"] = 8, @@ -15042,7 +16611,7 @@ return { ["type"] = "explicit", }, }, - ["979_StunDamageIncrease"] = { + ["980_StunDamageIncrease"] = { ["AnyJewel"] = { ["max"] = 20, ["min"] = 10, @@ -15059,7 +16628,7 @@ return { ["type"] = "explicit", }, }, - ["980_LocalStunDamageIncrease"] = { + ["981_LocalStunDamageIncrease"] = { ["1HMace"] = { ["max"] = 80, ["min"] = 21, @@ -15096,7 +16665,7 @@ return { ["type"] = "explicit", }, }, - ["982_LocalStunDuration"] = { + ["983_LocalStunDuration"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 11, @@ -15162,7 +16731,7 @@ return { }, ["tradeMod"] = { ["id"] = "explicit.stat_2968503605", - ["text"] = "#% increased chance to Ignite", + ["text"] = "#% increased Flammability Magnitude", ["type"] = "explicit", }, }, @@ -15358,20 +16927,6 @@ return { }, ["usePositiveSign"] = true, }, - ["991_ReducedBleedDuration"] = { - ["Chest"] = { - ["max"] = -36, - ["min"] = -60, - }, - ["invertOnNegative"] = true, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "explicit.stat_1692879867", - ["text"] = "#% increased Bleeding Duration on you", - ["type"] = "explicit", - }, - }, ["992_ReducedBurnDuration"] = { ["Chest"] = { ["max"] = 60, @@ -15700,16 +17255,16 @@ return { ["type"] = "implicit", }, }, - ["implicit.stat_1443060084"] = { - ["Quiver"] = { - ["max"] = 30, - ["min"] = 20, + ["implicit.stat_1444556985"] = { + ["Chest"] = { + ["max"] = 14, + ["min"] = 8, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "implicit.stat_1443060084", - ["text"] = "#% reduced Enemy Stun Threshold", + ["id"] = "implicit.stat_1444556985", + ["text"] = "#% of Damage taken Recouped as Life", ["type"] = "implicit", }, }, @@ -15726,41 +17281,41 @@ return { }, ["tradeMod"] = { ["id"] = "implicit.stat_1451444093", - ["text"] = "Forks Critical Hits", + ["text"] = "Bifurcates Critical Hits", ["type"] = "implicit", }, }, - ["implicit.stat_1541903247"] = { + ["implicit.stat_1503146834"] = { ["2HMace"] = { - ["max"] = 10, - ["min"] = 10, + ["max"] = 1, + ["min"] = 1, }, ["2HWeapon"] = { - ["max"] = 10, - ["min"] = 10, + ["max"] = 1, + ["min"] = 1, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "implicit.stat_1541903247", - ["text"] = "Causes Enemies to Explode on Critical kill, for #% of their Life as Physical Damage", + ["id"] = "implicit.stat_1503146834", + ["text"] = "Crushes Enemies on Hit", ["type"] = "implicit", }, }, - ["implicit.stat_1559935218"] = { - ["1HMace"] = { - ["max"] = 100, - ["min"] = 100, + ["implicit.stat_1541903247"] = { + ["2HMace"] = { + ["max"] = 10, + ["min"] = 10, }, - ["1HWeapon"] = { - ["max"] = 100, - ["min"] = 100, + ["2HWeapon"] = { + ["max"] = 10, + ["min"] = 10, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "implicit.stat_1559935218", - ["text"] = "Causes Daze buildup equal to #% of Damage dealt", + ["id"] = "implicit.stat_1541903247", + ["text"] = "Causes Enemies to Explode on Critical kill, for #% of their Life as Physical Damage", ["type"] = "implicit", }, }, @@ -15839,6 +17394,19 @@ return { }, ["usePositiveSign"] = true, }, + ["implicit.stat_1745952865"] = { + ["Chest"] = { + ["max"] = 15, + ["min"] = 10, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_1745952865", + ["text"] = "#% reduced Elemental Ailment Duration on you", + ["type"] = "implicit", + }, + }, ["implicit.stat_1782086450"] = { ["Chest"] = { ["max"] = 50, @@ -15958,8 +17526,8 @@ return { }, ["implicit.stat_2055966527"] = { ["Quiver"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 30, + ["min"] = 20, }, ["specialCaseData"] = { }, @@ -16029,14 +17597,54 @@ return { ["type"] = "implicit", }, }, + ["implicit.stat_239367161"] = { + ["Quiver"] = { + ["max"] = 40, + ["min"] = 25, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_239367161", + ["text"] = "#% increased Stun Buildup", + ["type"] = "implicit", + }, + }, + ["implicit.stat_2590797182"] = { + ["Chest"] = { + ["max"] = -10, + ["min"] = -20, + }, + ["invertOnNegative"] = true, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_2590797182", + ["text"] = "#% increased Movement Speed Penalty from using Skills while moving", + ["type"] = "implicit", + }, + }, + ["implicit.stat_2646093132"] = { + ["Ring"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_2646093132", + ["text"] = "Inflict Abyssal Wasting on Hit", + ["type"] = "implicit", + }, + }, ["implicit.stat_2694482655"] = { ["1HMace"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["1HWeapon"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 10, + ["min"] = 5, }, ["specialCaseData"] = { }, @@ -16117,6 +17725,10 @@ return { }, }, ["implicit.stat_2901986750"] = { + ["Amulet"] = { + ["max"] = 10, + ["min"] = 7, + }, ["Boots"] = { ["max"] = 16, ["min"] = 8, @@ -16284,6 +17896,20 @@ return { ["type"] = "implicit", }, }, + ["implicit.stat_3362812763"] = { + ["Chest"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_3362812763", + ["text"] = "#% of Armour also applies to Elemental Damage", + ["type"] = "implicit", + }, + ["usePositiveSign"] = true, + }, ["implicit.stat_3372524247"] = { ["Ring"] = { ["max"] = 30, @@ -16298,6 +17924,24 @@ return { }, ["usePositiveSign"] = true, }, + ["implicit.stat_3398402065"] = { + ["2HWeapon"] = { + ["max"] = -50, + ["min"] = -50, + }, + ["Bow"] = { + ["max"] = -50, + ["min"] = -50, + }, + ["invertOnNegative"] = true, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_3398402065", + ["text"] = "#% increased Projectile Range", + ["type"] = "implicit", + }, + }, ["implicit.stat_3489782002"] = { ["Amulet"] = { ["max"] = 30, @@ -16394,6 +18038,19 @@ return { ["type"] = "implicit", }, }, + ["implicit.stat_3855016469"] = { + ["Chest"] = { + ["max"] = 25, + ["min"] = 15, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_3855016469", + ["text"] = "Hits against you have #% reduced Critical Damage Bonus", + ["type"] = "implicit", + }, + }, ["implicit.stat_3885405204"] = { ["2HWeapon"] = { ["max"] = 1, @@ -16435,8 +18092,8 @@ return { }, ["implicit.stat_3954735777"] = { ["Quiver"] = { - ["max"] = 15, - ["min"] = 10, + ["max"] = 30, + ["min"] = 20, }, ["specialCaseData"] = { }, @@ -16491,6 +18148,23 @@ return { }, ["usePositiveSign"] = true, }, + ["implicit.stat_4126210832"] = { + ["1HMace"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["1HWeapon"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_4126210832", + ["text"] = "Always Hits", + ["type"] = "implicit", + }, + }, ["implicit.stat_4220027924"] = { ["Ring"] = { ["max"] = 30, @@ -16505,6 +18179,19 @@ return { }, ["usePositiveSign"] = true, }, + ["implicit.stat_458438597"] = { + ["Chest"] = { + ["max"] = 10, + ["min"] = 5, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "implicit.stat_458438597", + ["text"] = "#% of Damage is taken from Mana before Life", + ["type"] = "implicit", + }, + }, ["implicit.stat_462041840"] = { ["Belt"] = { ["max"] = 20, @@ -16769,46 +18456,46 @@ return { }, }, ["Rune"] = { - ["1235"] = { + ["1223"] = { ["1HMace"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["1HWeapon"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["2HMace"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["2HWeapon"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Bow"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Claw"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Crossbow"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Flail"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Quarterstaff"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["Spear"] = { - ["max"] = 16, - ["min"] = 16, + ["max"] = 24, + ["min"] = 24, }, ["specialCaseData"] = { }, @@ -16818,30 +18505,30 @@ return { ["type"] = "rune", }, }, - ["1377"] = { + ["1361"] = { ["Boots"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Chest"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Focus"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Gloves"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Helmet"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Shield"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["specialCaseData"] = { }, @@ -16851,7 +18538,7 @@ return { ["type"] = "rune", }, }, - ["1451"] = { + ["1434"] = { ["1HMace"] = { ["max"] = 2, ["min"] = 2, @@ -16900,7 +18587,7 @@ return { ["type"] = "rune", }, }, - ["1453"] = { + ["1436"] = { ["1HMace"] = { ["max"] = 2, ["min"] = 2, @@ -16949,7 +18636,7 @@ return { ["type"] = "rune", }, }, - ["1620"] = { + ["1599"] = { ["1HMace"] = { ["max"] = 13, ["min"] = 13, @@ -17006,7 +18693,7 @@ return { ["type"] = "rune", }, }, - ["1635"] = { + ["1614"] = { ["Boots"] = { ["max"] = 0.35, ["min"] = 0.25, @@ -17039,7 +18726,7 @@ return { ["type"] = "rune", }, }, - ["2178"] = { + ["2147"] = { ["1HMace"] = { ["max"] = 15, ["min"] = 15, @@ -17088,7 +18775,7 @@ return { ["type"] = "rune", }, }, - ["2820"] = { + ["2775"] = { ["1HMace"] = { ["max"] = -25, ["min"] = -25, @@ -17142,7 +18829,7 @@ return { ["type"] = "rune", }, }, - ["3373"] = { + ["3319"] = { ["1HMace"] = { ["max"] = 15, ["min"] = 15, @@ -17191,30 +18878,10 @@ return { ["type"] = "rune", }, }, - ["4162"] = { + ["4130"] = { ["Boots"] = { - ["max"] = 15, - ["min"] = 15, - }, - ["Chest"] = { - ["max"] = 15, - ["min"] = 15, - }, - ["Focus"] = { - ["max"] = 15, - ["min"] = 15, - }, - ["Gloves"] = { - ["max"] = 15, - ["min"] = 15, - }, - ["Helmet"] = { - ["max"] = 15, - ["min"] = 15, - }, - ["Shield"] = { - ["max"] = 15, - ["min"] = 15, + ["max"] = 25, + ["min"] = 25, }, ["specialCaseData"] = { }, @@ -17224,7 +18891,7 @@ return { ["type"] = "rune", }, }, - ["4362"] = { + ["4352"] = { ["1HMace"] = { ["max"] = 50, ["min"] = 50, @@ -17273,30 +18940,10 @@ return { ["type"] = "rune", }, }, - ["4548"] = { + ["4572"] = { ["Boots"] = { - ["max"] = -10, - ["min"] = -10, - }, - ["Chest"] = { - ["max"] = -10, - ["min"] = -10, - }, - ["Focus"] = { - ["max"] = -10, - ["min"] = -10, - }, - ["Gloves"] = { - ["max"] = -10, - ["min"] = -10, - }, - ["Helmet"] = { - ["max"] = -10, - ["min"] = -10, - }, - ["Shield"] = { - ["max"] = -10, - ["min"] = -10, + ["max"] = -15, + ["min"] = -15, }, ["invertOnNegative"] = true, ["specialCaseData"] = { @@ -17307,7 +18954,7 @@ return { ["type"] = "rune", }, }, - ["5068"] = { + ["5096"] = { ["1HMace"] = { ["max"] = 50, ["min"] = 50, @@ -17364,7 +19011,7 @@ return { ["type"] = "rune", }, }, - ["5069"] = { + ["5097"] = { ["1HMace"] = { ["max"] = 50, ["min"] = 50, @@ -17421,7 +19068,7 @@ return { ["type"] = "rune", }, }, - ["5070"] = { + ["5098"] = { ["1HMace"] = { ["max"] = 50, ["min"] = 50, @@ -17478,30 +19125,10 @@ return { ["type"] = "rune", }, }, - ["5146"] = { - ["Boots"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Chest"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Focus"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Gloves"] = { - ["max"] = 10, - ["min"] = 10, - }, + ["5177"] = { ["Helmet"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Shield"] = { - ["max"] = 10, - ["min"] = 10, + ["max"] = 20, + ["min"] = 20, }, ["specialCaseData"] = { }, @@ -17511,7 +19138,7 @@ return { ["type"] = "rune", }, }, - ["5583"] = { + ["5638"] = { ["Boots"] = { ["max"] = 8, ["min"] = 8, @@ -17544,7 +19171,7 @@ return { ["type"] = "rune", }, }, - ["5847"] = { + ["5919"] = { ["1HMace"] = { ["max"] = 10, ["min"] = 10, @@ -17593,7 +19220,7 @@ return { ["type"] = "rune", }, }, - ["6052"] = { + ["6145"] = { ["Boots"] = { ["max"] = 12, ["min"] = 8, @@ -17626,30 +19253,10 @@ return { ["type"] = "rune", }, }, - ["6281"] = { - ["Boots"] = { - ["max"] = 5, - ["min"] = 5, - }, - ["Chest"] = { - ["max"] = 5, - ["min"] = 5, - }, - ["Focus"] = { - ["max"] = 5, - ["min"] = 5, - }, + ["6384"] = { ["Gloves"] = { - ["max"] = 5, - ["min"] = 5, - }, - ["Helmet"] = { - ["max"] = 5, - ["min"] = 5, - }, - ["Shield"] = { - ["max"] = 5, - ["min"] = 5, + ["max"] = 10, + ["min"] = 10, }, ["specialCaseData"] = { }, @@ -17659,7 +19266,7 @@ return { ["type"] = "rune", }, }, - ["6998"] = { + ["7159"] = { ["1HMace"] = { ["max"] = 10, ["min"] = 10, @@ -17708,7 +19315,7 @@ return { ["type"] = "rune", }, }, - ["7059"] = { + ["7224"] = { ["1HMace"] = { ["max"] = 15, ["min"] = 15, @@ -17757,7 +19364,7 @@ return { ["type"] = "rune", }, }, - ["7061"] = { + ["7226"] = { ["1HMace"] = { ["max"] = 20, ["min"] = 20, @@ -17830,7 +19437,7 @@ return { ["type"] = "rune", }, }, - ["7062"] = { + ["7227"] = { ["1HMace"] = { ["max"] = 20, ["min"] = 20, @@ -17903,7 +19510,7 @@ return { ["type"] = "rune", }, }, - ["7063"] = { + ["7228"] = { ["1HMace"] = { ["max"] = 20, ["min"] = 20, @@ -17976,128 +19583,46 @@ return { ["type"] = "rune", }, }, - ["8188"] = { + ["819"] = { ["1HMace"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["1HWeapon"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["2HMace"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["2HWeapon"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Bow"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Claw"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Crossbow"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Flail"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Quarterstaff"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Spear"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "rune.stat_1433756169", - ["text"] = "Minions gain #% of their Physical Damage as Extra Lightning Damage", - ["type"] = "rune", - }, - }, - ["8189"] = { - ["Boots"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Chest"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Focus"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Gloves"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Helmet"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Shield"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "rune.stat_889552744", - ["text"] = "Minions take #% of Physical Damage as Lightning Damage", - ["type"] = "rune", - }, - }, - ["823"] = { - ["1HMace"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["1HWeapon"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["2HMace"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["2HWeapon"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Bow"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Claw"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Crossbow"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Flail"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Quarterstaff"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["Spear"] = { - ["max"] = 25, - ["min"] = 15, + ["max"] = 18, + ["min"] = 14, }, ["specialCaseData"] = { }, @@ -18107,7 +19632,7 @@ return { ["type"] = "rune", }, }, - ["825"] = { + ["821"] = { ["1HMace"] = { ["max"] = 28.5, ["min"] = 5, @@ -18156,7 +19681,7 @@ return { ["type"] = "rune", }, }, - ["826"] = { + ["822"] = { ["1HMace"] = { ["max"] = 23.5, ["min"] = 4, @@ -18205,7 +19730,7 @@ return { ["type"] = "rune", }, }, - ["827"] = { + ["823"] = { ["1HMace"] = { ["max"] = 30.5, ["min"] = 5.5, @@ -18254,7 +19779,7 @@ return { ["type"] = "rune", }, }, - ["830"] = { + ["826"] = { ["1HMace"] = { ["max"] = 8, ["min"] = 8, @@ -18303,114 +19828,146 @@ return { ["type"] = "rune", }, }, - ["8334"] = { + ["8391"] = { ["1HMace"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["1HWeapon"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["2HMace"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["2HWeapon"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Bow"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Claw"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Crossbow"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Flail"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Quarterstaff"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, ["Spear"] = { - ["max"] = 6, - ["min"] = 6, + ["max"] = 10, + ["min"] = 10, }, - ["Staff"] = { - ["max"] = 6, - ["min"] = 6, + ["specialCaseData"] = { }, - ["Wand"] = { - ["max"] = 6, - ["min"] = 6, + ["tradeMod"] = { + ["id"] = "rune.stat_1433756169", + ["text"] = "Minions gain #% of their Physical Damage as Extra Lightning Damage", + ["type"] = "rune", + }, + }, + ["8392"] = { + ["Boots"] = { + ["max"] = 10, + ["min"] = 10, + }, + ["Chest"] = { + ["max"] = 10, + ["min"] = 10, + }, + ["Focus"] = { + ["max"] = 10, + ["min"] = 10, + }, + ["Gloves"] = { + ["max"] = 10, + ["min"] = 10, + }, + ["Helmet"] = { + ["max"] = 10, + ["min"] = 10, + }, + ["Shield"] = { + ["max"] = 10, + ["min"] = 10, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "rune.stat_731403740", - ["text"] = "Gain #% of Damage as Extra Damage of all Elements", + ["id"] = "rune.stat_889552744", + ["text"] = "Minions take #% of Physical Damage as Lightning Damage", ["type"] = "rune", }, }, - ["8385"] = { + ["8552"] = { ["1HMace"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["1HWeapon"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["2HMace"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["2HWeapon"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Bow"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Claw"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Crossbow"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Flail"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Quarterstaff"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, }, ["Spear"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 5, + ["min"] = 5, + }, + ["Staff"] = { + ["max"] = 5, + ["min"] = 5, + }, + ["Wand"] = { + ["max"] = 5, + ["min"] = 5, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "rune.stat_1755296234", - ["text"] = "Targets can be affected by # of your Poisons at the same time", + ["id"] = "rune.stat_731403740", + ["text"] = "Gain #% of Damage as Extra Damage of all Elements", ["type"] = "rune", }, - ["usePositiveSign"] = true, }, - ["861"] = { + ["856"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 30, @@ -18459,7 +20016,57 @@ return { ["type"] = "rune", }, }, - ["872"] = { + ["8612"] = { + ["1HMace"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["1HWeapon"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["2HMace"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["2HWeapon"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Bow"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Claw"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Crossbow"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Flail"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Quarterstaff"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["Spear"] = { + ["max"] = 1, + ["min"] = 1, + }, + ["specialCaseData"] = { + }, + ["tradeMod"] = { + ["id"] = "rune.stat_1755296234", + ["text"] = "Targets can be affected by # of your Poisons at the same time", + ["type"] = "rune", + }, + ["usePositiveSign"] = true, + }, + ["866"] = { ["Boots"] = { ["max"] = 40, ["min"] = 20, @@ -18493,30 +20100,10 @@ return { }, ["usePositiveSign"] = true, }, - ["873"] = { - ["Boots"] = { - ["max"] = 2, - ["min"] = 2, - }, + ["867"] = { ["Chest"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Focus"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Gloves"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Helmet"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Shield"] = { - ["max"] = 2, - ["min"] = 2, + ["max"] = 3, + ["min"] = 3, }, ["specialCaseData"] = { }, @@ -18526,7 +20113,7 @@ return { ["type"] = "rune", }, }, - ["874"] = { + ["868"] = { ["Boots"] = { ["max"] = 35, ["min"] = 15, @@ -18552,12 +20139,12 @@ return { ["min"] = 15, }, ["Staff"] = { - ["max"] = 35, - ["min"] = 25, + ["max"] = 50, + ["min"] = 30, }, ["Wand"] = { - ["max"] = 35, - ["min"] = 25, + ["max"] = 50, + ["min"] = 30, }, ["specialCaseData"] = { }, @@ -18568,30 +20155,10 @@ return { }, ["usePositiveSign"] = true, }, - ["875"] = { - ["Boots"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Chest"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Focus"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Gloves"] = { - ["max"] = 2, - ["min"] = 2, - }, + ["869"] = { ["Helmet"] = { - ["max"] = 2, - ["min"] = 2, - }, - ["Shield"] = { - ["max"] = 2, - ["min"] = 2, + ["max"] = 3, + ["min"] = 3, }, ["specialCaseData"] = { }, @@ -18601,7 +20168,7 @@ return { ["type"] = "rune", }, }, - ["877"] = { + ["871"] = { ["1HMace"] = { ["max"] = 15, ["min"] = 15, @@ -18651,7 +20218,7 @@ return { }, ["usePositiveSign"] = true, }, - ["8842"] = { + ["9107"] = { ["Boots"] = { ["max"] = 10, ["min"] = 10, @@ -18684,7 +20251,7 @@ return { ["type"] = "rune", }, }, - ["916"] = { + ["913"] = { ["Chest"] = { ["max"] = 8, ["min"] = 8, @@ -18697,46 +20264,46 @@ return { ["type"] = "rune", }, }, - ["918"] = { + ["915"] = { ["1HMace"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["1HWeapon"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["2HMace"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["2HWeapon"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Bow"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Claw"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Crossbow"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Flail"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Quarterstaff"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["Spear"] = { - ["max"] = 12, - ["min"] = 12, + ["max"] = 5, + ["min"] = 5, }, ["specialCaseData"] = { }, @@ -18747,40 +20314,7 @@ return { }, ["usePositiveSign"] = true, }, - ["9216"] = { - ["Boots"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["Chest"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["Focus"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["Gloves"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["Helmet"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["Shield"] = { - ["max"] = 50.5, - ["min"] = 50.5, - }, - ["specialCaseData"] = { - }, - ["tradeMod"] = { - ["id"] = "rune.stat_757050353", - ["text"] = "# to # Lightning Thorns damage", - ["type"] = "rune", - }, - }, - ["945"] = { + ["943"] = { ["1HMace"] = { ["max"] = 10, ["min"] = 6, @@ -18837,10 +20371,6 @@ return { ["max"] = 10, ["min"] = 6, }, - ["Sceptre"] = { - ["max"] = 10, - ["min"] = 6, - }, ["Shield"] = { ["max"] = 10, ["min"] = 6, @@ -18866,7 +20396,7 @@ return { }, ["usePositiveSign"] = true, }, - ["946"] = { + ["944"] = { ["1HMace"] = { ["max"] = 10, ["min"] = 6, @@ -18923,10 +20453,6 @@ return { ["max"] = 10, ["min"] = 6, }, - ["Sceptre"] = { - ["max"] = 10, - ["min"] = 6, - }, ["Shield"] = { ["max"] = 10, ["min"] = 6, @@ -18952,7 +20478,7 @@ return { }, ["usePositiveSign"] = true, }, - ["947"] = { + ["945"] = { ["1HMace"] = { ["max"] = 10, ["min"] = 6, @@ -19009,10 +20535,6 @@ return { ["max"] = 10, ["min"] = 6, }, - ["Sceptre"] = { - ["max"] = 10, - ["min"] = 6, - }, ["Shield"] = { ["max"] = 10, ["min"] = 6, @@ -19038,30 +20560,10 @@ return { }, ["usePositiveSign"] = true, }, - ["948"] = { - ["Boots"] = { - ["max"] = 15, - ["min"] = 10, - }, + ["946"] = { ["Chest"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Focus"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Gloves"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Helmet"] = { - ["max"] = 10, - ["min"] = 10, - }, - ["Shield"] = { - ["max"] = 10, - ["min"] = 10, + ["max"] = 20, + ["min"] = 20, }, ["specialCaseData"] = { }, @@ -19071,65 +20573,58 @@ return { ["type"] = "rune", }, }, - ["951"] = { + ["9482"] = { ["Boots"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["Chest"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["Focus"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["Gloves"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["Helmet"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["Shield"] = { - ["max"] = 1, - ["min"] = 1, + ["max"] = 50.5, + ["min"] = 50.5, }, ["specialCaseData"] = { }, ["tradeMod"] = { - ["id"] = "rune.stat_4095671657", - ["text"] = "#% to Maximum Fire Resistance", + ["id"] = "rune.stat_757050353", + ["text"] = "# to # Lightning Thorns damage", ["type"] = "rune", }, - ["usePositiveSign"] = true, }, - ["952"] = { - ["Boots"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["Chest"] = { + ["949"] = { + ["Gloves"] = { ["max"] = 1, ["min"] = 1, }, - ["Focus"] = { - ["max"] = 1, - ["min"] = 1, + ["specialCaseData"] = { }, - ["Gloves"] = { - ["max"] = 1, - ["min"] = 1, + ["tradeMod"] = { + ["id"] = "rune.stat_4095671657", + ["text"] = "#% to Maximum Fire Resistance", + ["type"] = "rune", }, + ["usePositiveSign"] = true, + }, + ["950"] = { ["Helmet"] = { ["max"] = 1, ["min"] = 1, }, - ["Shield"] = { - ["max"] = 1, - ["min"] = 1, - }, ["specialCaseData"] = { }, ["tradeMod"] = { @@ -19139,31 +20634,11 @@ return { }, ["usePositiveSign"] = true, }, - ["953"] = { + ["951"] = { ["Boots"] = { ["max"] = 1, ["min"] = 1, }, - ["Chest"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["Focus"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["Gloves"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["Helmet"] = { - ["max"] = 1, - ["min"] = 1, - }, - ["Shield"] = { - ["max"] = 1, - ["min"] = 1, - }, ["specialCaseData"] = { }, ["tradeMod"] = { @@ -19173,7 +20648,7 @@ return { }, ["usePositiveSign"] = true, }, - ["955"] = { + ["953"] = { ["Boots"] = { ["max"] = 5, ["min"] = 5, @@ -19207,7 +20682,7 @@ return { }, ["usePositiveSign"] = true, }, - ["956"] = { + ["954"] = { ["Boots"] = { ["max"] = 14, ["min"] = 10, @@ -19241,7 +20716,7 @@ return { }, ["usePositiveSign"] = true, }, - ["957"] = { + ["955"] = { ["Boots"] = { ["max"] = 14, ["min"] = 10, @@ -19275,7 +20750,7 @@ return { }, ["usePositiveSign"] = true, }, - ["958"] = { + ["956"] = { ["Boots"] = { ["max"] = 14, ["min"] = 10, @@ -19309,7 +20784,7 @@ return { }, ["usePositiveSign"] = true, }, - ["959"] = { + ["957"] = { ["Boots"] = { ["max"] = 11, ["min"] = 11, @@ -19343,7 +20818,7 @@ return { }, ["usePositiveSign"] = true, }, - ["967"] = { + ["968"] = { ["1HMace"] = { ["max"] = 3, ["min"] = 2, @@ -19392,7 +20867,7 @@ return { ["type"] = "rune", }, }, - ["970"] = { + ["971"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 10, @@ -19441,7 +20916,7 @@ return { ["type"] = "rune", }, }, - ["971"] = { + ["972"] = { ["Boots"] = { ["max"] = 18, ["min"] = 12, @@ -19482,7 +20957,7 @@ return { ["type"] = "rune", }, }, - ["973"] = { + ["974"] = { ["1HMace"] = { ["max"] = 2.5, ["min"] = 1.5, @@ -19531,7 +21006,7 @@ return { ["type"] = "rune", }, }, - ["975"] = { + ["976"] = { ["1HMace"] = { ["max"] = 24, ["min"] = 8, @@ -19580,7 +21055,7 @@ return { ["type"] = "rune", }, }, - ["980"] = { + ["981"] = { ["1HMace"] = { ["max"] = 30, ["min"] = 20, @@ -19674,50 +21149,50 @@ return { }, ["tradeMod"] = { ["id"] = "rune.stat_2968503605", - ["text"] = "#% increased chance to Ignite", + ["text"] = "#% increased Flammability Magnitude", ["type"] = "rune", }, }, ["986"] = { ["1HMace"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["1HWeapon"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["2HMace"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["2HWeapon"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Bow"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Claw"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Crossbow"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Flail"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Quarterstaff"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["Spear"] = { - ["max"] = 20, - ["min"] = 20, + ["max"] = 30, + ["min"] = 30, }, ["specialCaseData"] = { }, @@ -19778,28 +21253,28 @@ return { }, ["990"] = { ["Boots"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["Chest"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["Focus"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["Gloves"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["Helmet"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["Shield"] = { - ["max"] = 50, - ["min"] = 30, + ["max"] = 80, + ["min"] = 40, }, ["specialCaseData"] = { }, diff --git a/src/Data/Rares.lua b/src/Data/Rares.lua index e322b7e179..0436aa5682 100644 --- a/src/Data/Rares.lua +++ b/src/Data/Rares.lua @@ -5,42 +5,42 @@ -- Helmet [[ Armour Helmet -Paragon Greathelm +Imperial Greathelm Crafted: true Prefix: LocalIncreasedPhysicalDamageReductionRating5 Prefix: LocalIncreasedPhysicalDamageReductionRatingPercent5 Prefix: IncreasedLife7 ]],[[ Evasion Helmet -Trapper Hood +Freebooter Cap Crafted: true Prefix: LocalIncreasedEvasionRating5 Prefix: LocalIncreasedEvasionRatingPercent5 Prefix: IncreasedLife7 ]],[[ Energy Shield Helmet -Kamasan Tiara +Ancestral Tiara Crafted: true Prefix: IncreasedLife7 Prefix: LocalIncreasedEnergyShieldPercent5 Prefix: LocalIncreasedEnergyShield7 ]],[[ Armour/Evasion Helmet -Champion Helm +Gladiatorial Helm Crafted: true Prefix: LocalBaseArmourAndEvasionRating3 Prefix: LocalIncreasedArmourAndEvasion5 Prefix: IncreasedLife7 ]],[[ Armour/Energy Shield Helmet -Divine Crown +Cryptic Crown Crafted: true Prefix: LocalBaseArmourAndEnergyShield3 Prefix: LocalIncreasedArmourAndEnergyShield5 Prefix: IncreasedLife7 ]],[[ Evasion/Energy Shield Helmet -Soaring Mask +Grinning Mask Crafted: true Prefix: LocalBaseEvasionRatingAndEnergyShield3 Prefix: LocalIncreasedEvasionAndEnergyShield5_ @@ -49,42 +49,42 @@ Prefix: IncreasedLife7 -- Gloves [[ Armour Gloves -Vaal Mitts +Massive Mitts Crafted: true Prefix: LocalIncreasedPhysicalDamageReductionRating4 Prefix: LocalIncreasedPhysicalDamageReductionRatingPercent5 Prefix: IncreasedLife6 ]],[[ Evasion Gloves -Barbed Bracers +Polished Bracers Crafted: true Prefix: LocalIncreasedEvasionRating3 Prefix: LocalIncreasedEvasionRatingPercent5 Prefix: IncreasedLife6 ]],[[ Energy Shield Gloves -Vaal Gloves +Sirenscale Gloves Crafted: true Prefix: IncreasedLife6 Prefix: LocalIncreasedEnergyShieldPercent5 Prefix: LocalIncreasedEnergyShield6 ]],[[ Armour/Evasion Gloves -Cultist Gauntlets +Blacksteel Gauntlets Crafted: true Prefix: LocalBaseArmourAndEvasionRating3 Prefix: LocalIncreasedArmourAndEvasion5 Prefix: IncreasedLife6 ]],[[ Armour/Energy Shield Gloves -Gleaming Cuffs +Adherent Cuffs Crafted: true Prefix: LocalBaseArmourAndEnergyShield3_ Prefix: LocalIncreasedArmourAndEnergyShield5 Prefix: IncreasedLife6 ]],[[ Evasion/Energy Shield Gloves -Vaal Wraps +Secured Wraps Crafted: true Prefix: LocalBaseEvasionRatingAndEnergyShield3 Prefix: LocalIncreasedEvasionAndEnergyShield5_ @@ -151,42 +151,42 @@ Prefix: IncreasedSpirit6 -- Boots [[ Armour Boots -Vaal Greaves +Tasalian Greaves Crafted: true Prefix: LocalIncreasedPhysicalDamageReductionRatingPercent5 Prefix: IncreasedLife6 Prefix: MovementVelocity5 ]],[[ Evasion Boots -Dragonscale Boots +Drakeskin Boots Crafted: true Prefix: LocalIncreasedEvasionRatingPercent5 Prefix: IncreasedLife6 Prefix: MovementVelocity5 ]],[[ Energy Shield Boots -Sandsworn Sandals +Sekhema Sandals Crafted: true Prefix: IncreasedLife6 Prefix: LocalIncreasedEnergyShieldPercent5 Prefix: MovementVelocity5 ]],[[ Armour/Evasion Boots -Fortress Sabatons +Blacksteel Sabatons Crafted: true Prefix: LocalIncreasedArmourAndEvasion5 Prefix: IncreasedLife6 Prefix: MovementVelocity5 ]],[[ Armour/Energy Shield Boots -Warlock Leggings +Cryptic Leggings Crafted: true Prefix: LocalIncreasedArmourAndEnergyShield5 Prefix: IncreasedLife6 Prefix: MovementVelocity5 ]],[[ Evasion/Energy Shield Boots -Quickslip Shoes +Daggerfoot Shoes Crafted: true Prefix: LocalIncreasedEvasionAndEnergyShield5_ Prefix: IncreasedLife6 @@ -195,28 +195,28 @@ Prefix: MovementVelocity5 -- Shields [[ Armour Shield -Vaal Tower Shield +Tawhoan Tower Shield Crafted: true Prefix: LocalIncreasedBlockPercentage5 Prefix: LocalIncreasedPhysicalDamageReductionRatingPercent5 Prefix: IncreasedLife8 ]],[[ Evasion Shield -Ancient Buckler +Desert Buckler Crafted: true Prefix: LocalIncreasedBlockPercentage5 Prefix: LocalIncreasedEvasionRatingPercent5 Prefix: IncreasedLife8 ]],[[ Armour/Evasion Shield -Soaring Targe +Golden Targe Crafted: true Prefix: LocalIncreasedBlockPercentage5 Prefix: LocalIncreasedArmourAndEvasion5 Prefix: IncreasedLife8 ]],[[ Armour/Energy Shield Shield -Vaal Crest Shield +Blacksteel Crest Shield Crafted: true Prefix: LocalIncreasedBlockPercentage5 Prefix: LocalIncreasedArmourAndEnergyShield5 diff --git a/src/Data/SkillStatMap.lua b/src/Data/SkillStatMap.lua index dd546ee2ab..5ad5acdb37 100644 --- a/src/Data/SkillStatMap.lua +++ b/src/Data/SkillStatMap.lua @@ -157,9 +157,18 @@ return { ["additive_mine_duration_modifiers_apply_to_buff_effect_duration"] = { skill("mineDurationAppliesToSkill", true), }, +["perfectly_timed"] = { + flag("Condition:PerfectTiming"), +}, ["additive_arrow_speed_modifiers_apply_to_area_of_effect"] = { skill("arrowSpeedAppliesToAreaOfEffect", true), }, +["modifiers_to_warcry_damage_also_apply_to_this"] = { + flag("WarcryDamageAppliesToSkill"), +}, +["skill_triggered_manually_by_other_skill"] = { + flag("Condition:Empowered"), +}, ["skill_buff_effect_+%"] = { mod("BuffEffect", "INC", nil) }, @@ -266,7 +275,8 @@ return { mod("RepeatCount", "BASE", nil, 0, 0, {type = "SkillType", skillType = SkillType.Cascadable }), }, ["base_melee_attack_repeat_count"] = { - mod("RepeatCount", "BASE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Multistrikeable }), + mod("RepeatCount", "BASE", nil, 0, 0, { type = "ModFlagOr", modFlags = bit.bor(ModFlag.WeaponMelee, ModFlag.Unarmed) }), + mod("RepeatCount", "BASE", nil, 0, 0, { type = "SkillType", skillType = SkillType.RequiresShield }), }, ["display_skill_minions_level_is_corpse_level"] = { skill("minionLevelIsEnemyLevel", true), @@ -533,6 +543,15 @@ return { ["display_this_skill_cooldown_does_not_recover_during_buff"] = { flag("NoCooldownRecoveryInDuration"), }, +["totem_skill_cast_speed_+%"] = { + mod("Speed", "INC", nil, ModFlag.Cast, KeywordFlag.Totem), +}, +["totem_skill_attack_speed_+%"] = { + mod("Speed", "INC", nil, ModFlag.Attack, KeywordFlag.Totem) +}, +["grenade_skill_cooldown_speed_+%"] = { + mod("CooldownRecovery", "INC", nil), +}, -- AoE ["active_skill_base_area_of_effect_radius"] = { skill("radius", nil), @@ -673,7 +692,8 @@ return { mod("FortifyDuration", "INC", nil), }, ["support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final"] = { - mod("SkillAndDamagingAilmentDuration", "MORE", nil), + mod("Duration", "MORE", nil), + mod("DamagingAilmentDuration", "MORE", nil), }, ["base_bleed_duration_+%"] = { mod("EnemyBleedDuration", "INC", nil), @@ -724,6 +744,9 @@ return { ["damage_over_time_+%"] = { mod("Damage", "INC", nil, ModFlag.Dot), }, +["support_rapid_decay_damage_over_time_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Dot), +}, ["burn_damage_+%"] = { mod("FireDamage", "INC", nil, 0, KeywordFlag.FireDot), }, @@ -736,6 +759,14 @@ return { ["active_skill_damage_+%_final"] = { mod("Damage", "MORE", nil), }, +["support_no_fear_damage_+%_final_per_second_up_to_30%"] = { + mod("Damage", "MORE", nil, 0, 0, + { type = "Condition", var = "UsingStoicism" }, + { type = "Condition", var = "DodgeRolledRecently", neg = true }, + { type = "Condition", var = "UsedTravelSkillRecently", neg = true }, + { type = "Multiplier", var = "StoicismSeconds", limitVar = "StoicismCap", limitTotal = true } + ), +}, ["active_skill_damage_+%_final_against_heavy_stunned_enemies"] = { mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "HeavyStunned" }), }, @@ -757,6 +788,9 @@ return { ["active_skill_projectile_damage_+%_final"] = { mod("Damage", "MORE", nil, ModFlag.Projectile), }, +["projectile_speed_additive_modifiers_also_apply_to_projectile_damage"] = { + flag("ProjectileSpeedAppliesToProjectileDamage"), +}, ["active_skill_area_damage_+%_final"] = { mod("Damage", "MORE", nil, ModFlag.Area), }, @@ -937,9 +971,15 @@ return { ["physical_damage_%_to_add_as_chaos"] = { mod("PhysicalDamageGainAsChaos", "BASE", nil), }, +["non_skill_base_physical_damage_%_to_gain_as_chaos"] = { + mod("PhysicalDamageGainAsChaos", "BASE", nil), +}, ["cold_damage_%_to_add_as_fire"] = { mod("ColdDamageGainAsFire", "BASE", nil), }, +["non_skill_base_cold_damage_%_to_gain_as_chaos"] = { + mod("ColdDamageGainAsChaos", "BASE", nil), +}, ["fire_damage_%_to_add_as_chaos"] = { mod("FireDamageGainAsChaos", "BASE", nil), }, @@ -949,6 +989,12 @@ return { ["non_skill_base_all_damage_%_to_gain_as_chaos"] = { mod("DamageGainAsChaos", "BASE", nil), }, +["non_skill_base_fire_damage_%_to_gain_as_chaos"] = { + mod("FireDamageGainAsChaos", "BASE", nil), +}, +["non_skill_base_lightning_damage_%_to_gain_as_chaos"] = { + mod("LightningDamageGainAsChaos", "BASE", nil), +}, ["non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks"] = { mod("DamageGainAsLightning", "BASE", nil, ModFlag.Attack), }, @@ -1336,12 +1382,19 @@ return { ["never_freeze"] = { flag("CannotFreeze"), }, +["never_freeze_or_chill"] = { + flag("CannotFreeze"), + flag("CannotChill"), +}, ["never_chill"] = { flag("CannotChill"), }, ["cannot_cause_bleeding"] = { flag("CannotBleed"), }, +["cannot_poison"] = { + flag("CannotPoison"), +}, ["cannot_break_armour"] = { flag("CannotArmourBreak"), }, @@ -1371,6 +1424,9 @@ return { flag("FireCanShock"), flag("ChaosCanShock"), }, +["chaos_damage_can_shock"] = { + flag("ChaosCanShock"), +}, ["all_damage_can_ignite_freeze_shock"] = { flag("PhysicalCanIgnite"), flag("LightningCanIgnite"), @@ -1385,6 +1441,9 @@ return { flag("FireCanShock"), flag("ChaosCanShock"), }, +["base_chaos_damage_can_ignite"] = { + flag("ChaosCanIgnite"), +}, ["base_lightning_damage_can_electrocute"] = { flag("LightningCanElectrocute"), }, @@ -1479,6 +1538,10 @@ return { ["active_skill_projectile_speed_+%_final"] = { mod("ProjectileSpeed", "MORE", nil), }, +["cast_speed_additive_modifiers_also_apply_to_projectile_speed_at_%_value"] = { + flag("CastSpeedAppliesToProjectileSpeed"), + mod("ImprovedCastSpeedAppliesToProjectileSpeed", "MAX", nil) +}, ["projectile_base_number_of_targets_to_pierce"] = { mod("PierceCount", "BASE", nil), }, @@ -1837,6 +1900,10 @@ return { ["off_hand_weapon_minimum_physical_damage"] = { skill("setOffHandPhysicalMin", nil), }, +["active_skill_has_%_standard_scaling_attack_damage"] = { + skill("baseMultiplier", nil), -- FIX: Should be getting value from default attack on weapon if it exists + div = 100, +}, ["off_hand_weapon_maximum_physical_damage"] = { skill("setOffHandPhysicalMax", nil), }, @@ -1925,6 +1992,10 @@ return { mod("TotalCastTime", "BASE", nil), div = 1000, }, +["base_spell_cast_time_ms"] = { + mod("TotalCastTime", "BASE", nil), + div = 1000, +}, ["active_skill_cast_speed_+%_final"] = { mod("Speed", "MORE", nil, ModFlag.Cast), }, @@ -2087,6 +2158,9 @@ return { ["totem_elemental_resistance_%"] = { mod("TotemElementalResist", "BASE", nil) }, +["totem_maximum_all_elemental_resistances_%"] = { + mod("TotemElementalResistMax", "BASE", nil) +}, ["totem_chaos_resistance_%"] = { mod("TotemChaosResist", "BASE", nil) }, @@ -2164,14 +2238,6 @@ return { ["minion_block_%"] = { mod("MinionModifier", "LIST", { mod = mod("BlockChance", "BASE", nil) }), }, -["minion_1%_damage_+%_per_X_player_strength"] = { - mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent", div = 3 }) }), - div = 3, -}, -["minion_1%_accuracy_rating_+%_per_X_player_dexterity"] = { - mod("MinionModifier", "LIST", { mod = mod("Accuracy", "INC", nil, 0, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), - div = 3, -}, ["base_number_of_zombies_allowed"] = { mod("ActiveZombieLimit", "BASE", nil), }, @@ -2481,7 +2547,7 @@ return { mod("Condition:CannotBeDamaged", "FLAG", nil) }, -- --- Gem Levels +-- Gem Levels / quality -- --Fire ["supported_fire_skill_gem_level_+"] = { @@ -2507,6 +2573,9 @@ return { ["supported_active_skill_gem_level_+"] = { mod("SupportedGemProperty", "LIST", { keyword = "grants_active_skill", key = "level", value = nil }), }, +["supported_active_skill_gem_quality_%"] = { + mod("SupportedGemProperty", "LIST", { keyword = "grants_active_skill", key = "quality", value = nil }), +}, --Aura ["supported_aura_skill_gem_level_+"] = { mod("SupportedGemProperty", "LIST", { keyword = "grants_active_skill", key = "level", value = nil }, 0, 0, { type = "SkillType", skillType = SkillType.Aura }), @@ -2597,5 +2666,7 @@ return { ["quality_display_sandstorm_swipe_is_gem"] = { -- Display Only }, - +["quality_display_base_totem_duration_is_gem"] = { + -- Display Only +}, } diff --git a/src/Data/Skills/act_dex.lua b/src/Data/Skills/act_dex.lua index cbe0f0a37c..7f6144e605 100644 --- a/src/Data/Skills/act_dex.lua +++ b/src/Data/Skills/act_dex.lua @@ -136,7 +136,7 @@ skills["BarragePlayer"] = { baseTypeName = "Barrage", color = 2, description = "Ready a volley of arrows or spears, Empowering your next Barrageable Bow or Projectile Spear Attack to Repeat multiple times. Consumes your Frenzy Charges on use to add additional repeats.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Cooldown] = true, [SkillType.ConsumesCharges] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.UsableWhileMounted] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Cooldown] = true, [SkillType.ConsumesCharges] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.UsableWhileMounted] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, ["Bow"] = true, @@ -146,46 +146,46 @@ skills["BarragePlayer"] = { { "empower_barrage_damage_-%_final_with_repeated_projectiles", -0.25 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 2, cost = { Mana = 12, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 2, cost = { Mana = 11, }, }, [2] = { storedUses = 1, levelRequirement = 3, cooldown = 2, cost = { Mana = 13, }, }, [3] = { storedUses = 1, levelRequirement = 6, cooldown = 2, cost = { Mana = 14, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 2, cost = { Mana = 15, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 2, cost = { Mana = 16, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 2, cost = { Mana = 17, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 2, cost = { Mana = 18, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 2, cost = { Mana = 19, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 2, cost = { Mana = 21, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 2, cost = { Mana = 22, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 2, cost = { Mana = 24, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 2, cost = { Mana = 26, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 2, cost = { Mana = 28, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 2, cost = { Mana = 30, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 2, cost = { Mana = 32, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 2, cost = { Mana = 34, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 2, cost = { Mana = 37, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 2, cost = { Mana = 39, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 2, cost = { Mana = 42, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 45, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 49, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 52, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 56, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 60, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 65, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 2, cost = { Mana = 16, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 2, cost = { Mana = 18, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 2, cost = { Mana = 20, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 2, cost = { Mana = 21, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 2, cost = { Mana = 23, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 2, cost = { Mana = 25, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 2, cost = { Mana = 27, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 2, cost = { Mana = 29, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 2, cost = { Mana = 31, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 2, cost = { Mana = 34, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 2, cost = { Mana = 36, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 2, cost = { Mana = 38, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 2, cost = { Mana = 41, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 2, cost = { Mana = 43, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 2, cost = { Mana = 46, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 2, cost = { Mana = 48, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 51, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 54, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 57, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 59, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 62, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 66, }, }, [26] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 69, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 74, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 80, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 85, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 92, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 98, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 105, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 113, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 121, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 130, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 140, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 150, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 161, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 172, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 185, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 72, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 76, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 79, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 83, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 86, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 90, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 94, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 98, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 102, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 107, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 111, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 116, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 120, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 125, }, }, }, statSets = { [1] = { @@ -229,7 +229,7 @@ skills["BarragePlayer"] = { { "empower_barrage_number_of_barrage_repeats_per_frenzy_charge", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "empower_barrage_damage_-%_final_with_repeated_projectiles", 50 }, }, stats = { @@ -300,44 +300,44 @@ skills["BloodHuntPlayer"] = { levels = { [1] = { baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 6, }, }, - [3] = { baseMultiplier = 0.61, levelRequirement = 6, cost = { Mana = 6, }, }, - [4] = { baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 7, }, }, - [5] = { baseMultiplier = 0.72, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { baseMultiplier = 0.79, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { baseMultiplier = 0.85, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { baseMultiplier = 0.92, levelRequirement = 26, cost = { Mana = 11, }, }, - [9] = { baseMultiplier = 0.98, levelRequirement = 31, cost = { Mana = 12, }, }, - [10] = { baseMultiplier = 1.05, levelRequirement = 36, cost = { Mana = 14, }, }, - [11] = { baseMultiplier = 1.13, levelRequirement = 41, cost = { Mana = 15, }, }, - [12] = { baseMultiplier = 1.22, levelRequirement = 46, cost = { Mana = 17, }, }, - [13] = { baseMultiplier = 1.32, levelRequirement = 52, cost = { Mana = 19, }, }, - [14] = { baseMultiplier = 1.43, levelRequirement = 58, cost = { Mana = 21, }, }, - [15] = { baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 23, }, }, - [16] = { baseMultiplier = 1.69, levelRequirement = 66, cost = { Mana = 25, }, }, + [3] = { baseMultiplier = 0.61, levelRequirement = 6, cost = { Mana = 7, }, }, + [4] = { baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 8, }, }, + [5] = { baseMultiplier = 0.72, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { baseMultiplier = 0.79, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { baseMultiplier = 0.85, levelRequirement = 22, cost = { Mana = 11, }, }, + [8] = { baseMultiplier = 0.92, levelRequirement = 26, cost = { Mana = 12, }, }, + [9] = { baseMultiplier = 0.98, levelRequirement = 31, cost = { Mana = 14, }, }, + [10] = { baseMultiplier = 1.05, levelRequirement = 36, cost = { Mana = 15, }, }, + [11] = { baseMultiplier = 1.13, levelRequirement = 41, cost = { Mana = 17, }, }, + [12] = { baseMultiplier = 1.22, levelRequirement = 46, cost = { Mana = 18, }, }, + [13] = { baseMultiplier = 1.32, levelRequirement = 52, cost = { Mana = 20, }, }, + [14] = { baseMultiplier = 1.43, levelRequirement = 58, cost = { Mana = 22, }, }, + [15] = { baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 24, }, }, + [16] = { baseMultiplier = 1.69, levelRequirement = 66, cost = { Mana = 26, }, }, [17] = { baseMultiplier = 1.84, levelRequirement = 72, cost = { Mana = 28, }, }, [18] = { baseMultiplier = 2.02, levelRequirement = 78, cost = { Mana = 31, }, }, - [19] = { baseMultiplier = 2.21, levelRequirement = 84, cost = { Mana = 35, }, }, - [20] = { baseMultiplier = 2.43, levelRequirement = 90, cost = { Mana = 39, }, }, - [21] = { baseMultiplier = 2.68, levelRequirement = 90, cost = { Mana = 43, }, }, - [22] = { baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 48, }, }, - [23] = { baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 53, }, }, - [24] = { baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 59, }, }, - [25] = { baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 65, }, }, - [26] = { baseMultiplier = 4.31, levelRequirement = 90, cost = { Mana = 72, }, }, - [27] = { baseMultiplier = 4.74, levelRequirement = 90, cost = { Mana = 80, }, }, - [28] = { baseMultiplier = 5.22, levelRequirement = 90, cost = { Mana = 89, }, }, - [29] = { baseMultiplier = 5.74, levelRequirement = 90, cost = { Mana = 98, }, }, - [30] = { baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 109, }, }, - [31] = { baseMultiplier = 6.95, levelRequirement = 90, cost = { Mana = 121, }, }, - [32] = { baseMultiplier = 7.64, levelRequirement = 90, cost = { Mana = 134, }, }, - [33] = { baseMultiplier = 8.4, levelRequirement = 90, cost = { Mana = 148, }, }, - [34] = { baseMultiplier = 9.24, levelRequirement = 90, cost = { Mana = 164, }, }, - [35] = { baseMultiplier = 10.17, levelRequirement = 90, cost = { Mana = 182, }, }, - [36] = { baseMultiplier = 11.19, levelRequirement = 90, cost = { Mana = 202, }, }, - [37] = { baseMultiplier = 12.3, levelRequirement = 90, cost = { Mana = 224, }, }, - [38] = { baseMultiplier = 13.54, levelRequirement = 90, cost = { Mana = 248, }, }, - [39] = { baseMultiplier = 14.89, levelRequirement = 90, cost = { Mana = 275, }, }, - [40] = { baseMultiplier = 16.38, levelRequirement = 90, cost = { Mana = 305, }, }, + [19] = { baseMultiplier = 2.21, levelRequirement = 84, cost = { Mana = 33, }, }, + [20] = { baseMultiplier = 2.43, levelRequirement = 90, cost = { Mana = 36, }, }, + [21] = { baseMultiplier = 2.68, levelRequirement = 90, cost = { Mana = 39, }, }, + [22] = { baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 42, }, }, + [23] = { baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 45, }, }, + [24] = { baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 49, }, }, + [25] = { baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 52, }, }, + [26] = { baseMultiplier = 4.31, levelRequirement = 90, cost = { Mana = 56, }, }, + [27] = { baseMultiplier = 4.74, levelRequirement = 90, cost = { Mana = 60, }, }, + [28] = { baseMultiplier = 5.22, levelRequirement = 90, cost = { Mana = 65, }, }, + [29] = { baseMultiplier = 5.74, levelRequirement = 90, cost = { Mana = 69, }, }, + [30] = { baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 74, }, }, + [31] = { baseMultiplier = 6.95, levelRequirement = 90, cost = { Mana = 79, }, }, + [32] = { baseMultiplier = 7.64, levelRequirement = 90, cost = { Mana = 85, }, }, + [33] = { baseMultiplier = 8.4, levelRequirement = 90, cost = { Mana = 91, }, }, + [34] = { baseMultiplier = 9.24, levelRequirement = 90, cost = { Mana = 97, }, }, + [35] = { baseMultiplier = 10.17, levelRequirement = 90, cost = { Mana = 103, }, }, + [36] = { baseMultiplier = 11.19, levelRequirement = 90, cost = { Mana = 110, }, }, + [37] = { baseMultiplier = 12.3, levelRequirement = 90, cost = { Mana = 117, }, }, + [38] = { baseMultiplier = 13.54, levelRequirement = 90, cost = { Mana = 125, }, }, + [39] = { baseMultiplier = 14.89, levelRequirement = 90, cost = { Mana = 133, }, }, + [40] = { baseMultiplier = 16.38, levelRequirement = 90, cost = { Mana = 142, }, }, }, statSets = { [1] = { @@ -360,6 +360,7 @@ skills["BloodHuntPlayer"] = { "is_area_damage", "cannot_cause_bleeding", "skill_track_enemy_blood_loss", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -416,7 +417,7 @@ skills["BloodHuntPlayer"] = { constantStats = { { "active_skill_base_area_of_effect_radius", 13 }, { "blood_hunt_skill_area_of_effect_+%_final_per_X_blood_loss_consumed_up_to_500%", 10 }, - { "blood_hunt_explosion_%_blood_loss_to_deal_unscalable", 25 }, + { "blood_hunt_explosion_%_blood_loss_to_deal_as_life_loss", 25 }, }, stats = { "blood_hunt_X_blood_loss_consumed_for_skill_area_of_effect_+%_final", @@ -424,6 +425,7 @@ skills["BloodHuntPlayer"] = { "is_area_damage", "cannot_cause_bleeding", "skill_track_enemy_blood_loss", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "quality_display_active_skill_base_area_of_effect_radius_is_gem", }, @@ -476,53 +478,53 @@ skills["BloodhoundsMarkPlayer"] = { name = "Bloodhound's Mark", baseTypeName = "Bloodhound's Mark", color = 2, - description = "Mark a target, making them suffer Heavy Stun build up from Blood Loss. If they suffer enough Blood Loss while Marked, the Mark is consumed and they will release an explosion of blood when killed or Heavy Stunned. The Mark duration doesn't tick while the Marked target is suffering Blood Loss.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Limit] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMounted] = true, }, + description = "Mark a target, making them suffer Heavy Stun build up from Blood Loss. If they suffer enough Blood Loss while Marked, the Mark is Consumed and they will release an explosion of blood when killed or Heavy Stunned. The Mark duration doesn't tick while the Marked target is suffering Blood Loss.", + skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Limit] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMounted] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.5, qualityStats = { { "hunters_mark_%_of_phys_damage_over_time_as_build_up", 2.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 23, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 27, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 29, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 31, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 33, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 35, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 41, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 50, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 67, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 77, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 117, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 235, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 252, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 271, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 311, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 334, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 23, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 25, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 28, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 31, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 33, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 39, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 49, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 52, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 59, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 63, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 67, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 71, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 79, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 83, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 97, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 107, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 117, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 128, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 146, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 159, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 179, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 194, }, }, }, statSets = { [1] = { @@ -535,7 +537,7 @@ skills["BloodhoundsMarkPlayer"] = { { "base_skill_effect_duration", 8000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "number_of_marks_allowed_per_type", 1 }, { "hunters_mark_%_of_max_threshold_to_trigger_explosion_on_death", 5 }, { "hunters_mark_%_of_phys_damage_over_time_as_build_up", 300 }, @@ -593,7 +595,7 @@ skills["BloodhoundsMarkExplosionPlayer"] = { name = "Bloodhound's Mark Explosion", hidden = true, description = "A violent explosion of blood that deals Attack damage but does not use your weapon's damage.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Nova] = true, [SkillType.Physical] = true, [SkillType.UseGlobalStats] = true, [SkillType.NoAttackOrCastTime] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Physical] = true, [SkillType.UseGlobalStats] = true, [SkillType.NoAttackOrCastTime] = true, }, castTime = 1, qualityStats = { }, @@ -661,6 +663,11 @@ skills["BloodhoundsMarkExplosionPlayer"] = { "replace_main_hand_unarmed_attack_stats_with_nothing_type", "base_skill_show_average_damage_instead_of_dps", "cannot_cause_bleeding", + "triggerable_in_any_set", + }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", }, levels = { [1] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 1, }, @@ -715,7 +722,7 @@ skills["CombatFrenzyPlayer"] = { skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.GeneratesCharges] = true, }, castTime = 1, qualityStats = { - { "chance_to_gain_1_more_charge_%", 1 }, + { "chance_to_gain_1_more_charge_%", 0.5 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -778,46 +785,46 @@ skills["CombatFrenzyPlayer"] = { "base_deal_no_damage", }, levels = { - [1] = { 6000, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 5900, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 5800, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 5700, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 5600, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 5500, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 5400, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 5300, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 5200, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 5100, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 5000, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 4900, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 4800, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 4700, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 4600, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 4500, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 4400, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 4300, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 4200, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 4100, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 4000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 3900, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 3800, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 3700, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 3600, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 3500, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 3400, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 3300, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 3200, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 3100, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 3050, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 3000, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 2950, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 2900, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 2850, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 2800, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 2750, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 2700, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 2650, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 2600, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 8000, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 7900, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 7800, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7700, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 7600, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 7500, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 7400, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 7300, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 7200, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 7100, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 7000, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 6900, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 6700, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 6600, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 6500, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 6400, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 6300, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 6200, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 6100, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 6000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 5900, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 5800, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 5700, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 5600, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 5500, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 5400, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 5300, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 5200, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 5100, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 5050, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 5000, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 4950, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 4900, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 4850, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 4800, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 4750, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 4700, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 4650, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 4600, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -829,11 +836,11 @@ skills["SummonBeastPlayer"] = { }, color = 2, description = "Summon a Reviving Beast Companion to aid you in combat.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.Companion] = true, [SkillType.CreatesCompanion] = true, }, - minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Chains] = true, [SkillType.Duration] = true, [SkillType.SummonsTotem] = true, [SkillType.Trapped] = true, [SkillType.RemoteMined] = true, [SkillType.DamageOverTime] = true, [SkillType.Channel] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cooldown] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.Companion] = true, [SkillType.CreatesCompanion] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Chains] = true, [SkillType.Duration] = true, [SkillType.SummonsTotem] = true, [SkillType.Trapped] = true, [SkillType.RemoteMined] = true, [SkillType.DamageOverTime] = true, [SkillType.Channel] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cooldown] = true, [SkillType.Barrageable] = true, [SkillType.Cascadable] = true, }, castTime = 1, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -947,8 +954,8 @@ skills["CullTheWeakPlayer"] = { name = "Cull the Weak", baseTypeName = "Cull the Weak", color = 2, - description = "Dash to an enemy and run them through, Culling enemies if their life is low enough. If this Attack kills at least one enemy, it grants you a Frenzy Charge. Enemies around you that can be Culled will be highlighted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.GeneratesCharges] = true, }, + description = "Dash to an enemy and run them through, Culling enemies if their life is low enough. If this Attack kills at least one enemy, it grants you a Frenzy Charge, with higher Rarity monsters granting additional Charges. Enemies around you that can be Culled will be highlighted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.GeneratesCharges] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -957,46 +964,46 @@ skills["CullTheWeakPlayer"] = { { "chance_to_gain_1_more_charge_%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -40, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 7, }, }, + [1] = { attackSpeedMultiplier = -40, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -40, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -40, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 29, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 32, }, }, + [3] = { attackSpeedMultiplier = -40, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 33, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 36, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 40, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 44, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 49, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 54, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 60, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 67, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 74, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 82, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 91, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 101, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 112, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 124, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 137, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 152, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 169, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 187, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 207, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 230, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 255, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 283, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 313, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 347, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 385, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 42, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 46, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 49, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 53, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 57, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 62, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 66, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 71, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 76, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 82, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 88, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 100, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 107, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 114, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 122, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 130, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 139, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 148, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 158, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 168, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 179, }, }, }, statSets = { [1] = { @@ -1012,11 +1019,15 @@ skills["CullTheWeakPlayer"] = { { "melee_conditional_step_distance", 15 }, { "base_melee_dash_range", 65 }, { "active_skill_generic_grace_period_time_ms", 100 }, + { "skill_grant_X_frenzy_charges_against_normal_and_magic_monsters", 1 }, + { "skill_grant_X_frenzy_charges_against_rare_monsters", 2 }, + { "skill_grant_X_frenzy_charges_against_unique_monsters", 3 }, }, stats = { "kill_enemy_on_hit_if_under_10%_life", "active_skill_show_cull_range", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -1067,56 +1078,56 @@ skills["DetonatingArrowPlayer"] = { name = "Detonating Arrow", baseTypeName = "Detonating Arrow", color = 2, - description = "Channel to build up power before firing off a burning arrow. At maximum charge, the arrow will detonate at the end of its flight, causing an explosion in an area around it.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Fire] = true, [SkillType.Triggerable] = true, [SkillType.Channel] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.Bow] = true, [SkillType.GainsStages] = true, }, + description = "Channel to charge up before firing off a burning arrow. At maximum stages, the arrow will create a Detonating explosion at the end of its flight.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.Barrageable] = true, [SkillType.Area] = true, [SkillType.Bow] = true, [SkillType.GainsStages] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "detonating_arrow_max_number_of_stages", 0.1 }, + { "detonating_arrow_max_number_of_stages", 0.05 }, }, levels = { - [1] = { attackSpeedMultiplier = -55, baseMultiplier = 0.44, levelRequirement = 0, cost = { ManaPerMinute = 422, }, }, - [2] = { attackSpeedMultiplier = -55, baseMultiplier = 0.48, levelRequirement = 3, cost = { ManaPerMinute = 467, }, }, - [3] = { attackSpeedMultiplier = -55, baseMultiplier = 0.53, levelRequirement = 6, cost = { ManaPerMinute = 518, }, }, - [4] = { attackSpeedMultiplier = -55, baseMultiplier = 0.58, levelRequirement = 10, cost = { ManaPerMinute = 574, }, }, - [5] = { attackSpeedMultiplier = -55, baseMultiplier = 0.63, levelRequirement = 14, cost = { ManaPerMinute = 636, }, }, - [6] = { attackSpeedMultiplier = -55, baseMultiplier = 0.68, levelRequirement = 18, cost = { ManaPerMinute = 705, }, }, - [7] = { attackSpeedMultiplier = -55, baseMultiplier = 0.73, levelRequirement = 22, cost = { ManaPerMinute = 781, }, }, - [8] = { attackSpeedMultiplier = -55, baseMultiplier = 0.78, levelRequirement = 26, cost = { ManaPerMinute = 865, }, }, - [9] = { attackSpeedMultiplier = -55, baseMultiplier = 0.82, levelRequirement = 31, cost = { ManaPerMinute = 959, }, }, - [10] = { attackSpeedMultiplier = -55, baseMultiplier = 0.87, levelRequirement = 36, cost = { ManaPerMinute = 1062, }, }, - [11] = { attackSpeedMultiplier = -55, baseMultiplier = 0.92, levelRequirement = 41, cost = { ManaPerMinute = 1177, }, }, - [12] = { attackSpeedMultiplier = -55, baseMultiplier = 0.97, levelRequirement = 46, cost = { ManaPerMinute = 1305, }, }, - [13] = { attackSpeedMultiplier = -55, baseMultiplier = 1.03, levelRequirement = 52, cost = { ManaPerMinute = 1446, }, }, - [14] = { attackSpeedMultiplier = -55, baseMultiplier = 1.1, levelRequirement = 58, cost = { ManaPerMinute = 1602, }, }, - [15] = { attackSpeedMultiplier = -55, baseMultiplier = 1.16, levelRequirement = 64, cost = { ManaPerMinute = 1775, }, }, - [16] = { attackSpeedMultiplier = -55, baseMultiplier = 1.24, levelRequirement = 66, cost = { ManaPerMinute = 1967, }, }, - [17] = { attackSpeedMultiplier = -55, baseMultiplier = 1.32, levelRequirement = 72, cost = { ManaPerMinute = 2180, }, }, - [18] = { attackSpeedMultiplier = -55, baseMultiplier = 1.4, levelRequirement = 78, cost = { ManaPerMinute = 2416, }, }, - [19] = { attackSpeedMultiplier = -55, baseMultiplier = 1.49, levelRequirement = 84, cost = { ManaPerMinute = 2677, }, }, - [20] = { attackSpeedMultiplier = -55, baseMultiplier = 1.59, levelRequirement = 90, cost = { ManaPerMinute = 2966, }, }, - [21] = { attackSpeedMultiplier = -55, baseMultiplier = 1.7, levelRequirement = 90, cost = { ManaPerMinute = 3287, }, }, - [22] = { attackSpeedMultiplier = -55, baseMultiplier = 1.81, levelRequirement = 90, cost = { ManaPerMinute = 3643, }, }, - [23] = { attackSpeedMultiplier = -55, baseMultiplier = 1.93, levelRequirement = 90, cost = { ManaPerMinute = 4036, }, }, - [24] = { attackSpeedMultiplier = -55, baseMultiplier = 2.06, levelRequirement = 90, cost = { ManaPerMinute = 4473, }, }, - [25] = { attackSpeedMultiplier = -55, baseMultiplier = 2.2, levelRequirement = 90, cost = { ManaPerMinute = 4956, }, }, - [26] = { attackSpeedMultiplier = -55, baseMultiplier = 2.35, levelRequirement = 90, cost = { ManaPerMinute = 5492, }, }, - [27] = { attackSpeedMultiplier = -55, baseMultiplier = 2.5, levelRequirement = 90, cost = { ManaPerMinute = 6086, }, }, - [28] = { attackSpeedMultiplier = -55, baseMultiplier = 2.67, levelRequirement = 90, cost = { ManaPerMinute = 6744, }, }, - [29] = { attackSpeedMultiplier = -55, baseMultiplier = 2.85, levelRequirement = 90, cost = { ManaPerMinute = 7473, }, }, - [30] = { attackSpeedMultiplier = -55, baseMultiplier = 3.04, levelRequirement = 90, cost = { ManaPerMinute = 8281, }, }, - [31] = { attackSpeedMultiplier = -55, baseMultiplier = 3.24, levelRequirement = 90, cost = { ManaPerMinute = 9176, }, }, - [32] = { attackSpeedMultiplier = -55, baseMultiplier = 3.46, levelRequirement = 90, cost = { ManaPerMinute = 10168, }, }, - [33] = { attackSpeedMultiplier = -55, baseMultiplier = 3.69, levelRequirement = 90, cost = { ManaPerMinute = 11267, }, }, - [34] = { attackSpeedMultiplier = -55, baseMultiplier = 3.93, levelRequirement = 90, cost = { ManaPerMinute = 12485, }, }, - [35] = { attackSpeedMultiplier = -55, baseMultiplier = 4.19, levelRequirement = 90, cost = { ManaPerMinute = 13835, }, }, - [36] = { attackSpeedMultiplier = -55, baseMultiplier = 4.47, levelRequirement = 90, cost = { ManaPerMinute = 15331, }, }, - [37] = { attackSpeedMultiplier = -55, baseMultiplier = 4.77, levelRequirement = 90, cost = { ManaPerMinute = 16988, }, }, - [38] = { attackSpeedMultiplier = -55, baseMultiplier = 5.09, levelRequirement = 90, cost = { ManaPerMinute = 18824, }, }, - [39] = { attackSpeedMultiplier = -55, baseMultiplier = 5.43, levelRequirement = 90, cost = { ManaPerMinute = 20859, }, }, - [40] = { attackSpeedMultiplier = -55, baseMultiplier = 5.79, levelRequirement = 90, cost = { ManaPerMinute = 23114, }, }, + [1] = { attackSpeedMultiplier = -55, baseMultiplier = 0.44, levelRequirement = 0, cost = { ManaPerMinute = 409, }, }, + [2] = { attackSpeedMultiplier = -55, baseMultiplier = 0.48, levelRequirement = 3, cost = { ManaPerMinute = 473, }, }, + [3] = { attackSpeedMultiplier = -55, baseMultiplier = 0.53, levelRequirement = 6, cost = { ManaPerMinute = 542, }, }, + [4] = { attackSpeedMultiplier = -55, baseMultiplier = 0.58, levelRequirement = 10, cost = { ManaPerMinute = 616, }, }, + [5] = { attackSpeedMultiplier = -55, baseMultiplier = 0.63, levelRequirement = 14, cost = { ManaPerMinute = 695, }, }, + [6] = { attackSpeedMultiplier = -55, baseMultiplier = 0.68, levelRequirement = 18, cost = { ManaPerMinute = 779, }, }, + [7] = { attackSpeedMultiplier = -55, baseMultiplier = 0.73, levelRequirement = 22, cost = { ManaPerMinute = 869, }, }, + [8] = { attackSpeedMultiplier = -55, baseMultiplier = 0.78, levelRequirement = 26, cost = { ManaPerMinute = 966, }, }, + [9] = { attackSpeedMultiplier = -55, baseMultiplier = 0.82, levelRequirement = 31, cost = { ManaPerMinute = 1069, }, }, + [10] = { attackSpeedMultiplier = -55, baseMultiplier = 0.87, levelRequirement = 36, cost = { ManaPerMinute = 1179, }, }, + [11] = { attackSpeedMultiplier = -55, baseMultiplier = 0.92, levelRequirement = 41, cost = { ManaPerMinute = 1297, }, }, + [12] = { attackSpeedMultiplier = -55, baseMultiplier = 0.97, levelRequirement = 46, cost = { ManaPerMinute = 1422, }, }, + [13] = { attackSpeedMultiplier = -55, baseMultiplier = 1.03, levelRequirement = 52, cost = { ManaPerMinute = 1556, }, }, + [14] = { attackSpeedMultiplier = -55, baseMultiplier = 1.1, levelRequirement = 58, cost = { ManaPerMinute = 1698, }, }, + [15] = { attackSpeedMultiplier = -55, baseMultiplier = 1.16, levelRequirement = 64, cost = { ManaPerMinute = 1849, }, }, + [16] = { attackSpeedMultiplier = -55, baseMultiplier = 1.24, levelRequirement = 66, cost = { ManaPerMinute = 2011, }, }, + [17] = { attackSpeedMultiplier = -55, baseMultiplier = 1.32, levelRequirement = 72, cost = { ManaPerMinute = 2182, }, }, + [18] = { attackSpeedMultiplier = -55, baseMultiplier = 1.4, levelRequirement = 78, cost = { ManaPerMinute = 2364, }, }, + [19] = { attackSpeedMultiplier = -55, baseMultiplier = 1.49, levelRequirement = 84, cost = { ManaPerMinute = 2558, }, }, + [20] = { attackSpeedMultiplier = -55, baseMultiplier = 1.59, levelRequirement = 90, cost = { ManaPerMinute = 2764, }, }, + [21] = { attackSpeedMultiplier = -55, baseMultiplier = 1.7, levelRequirement = 90, cost = { ManaPerMinute = 2983, }, }, + [22] = { attackSpeedMultiplier = -55, baseMultiplier = 1.81, levelRequirement = 90, cost = { ManaPerMinute = 3215, }, }, + [23] = { attackSpeedMultiplier = -55, baseMultiplier = 1.93, levelRequirement = 90, cost = { ManaPerMinute = 3461, }, }, + [24] = { attackSpeedMultiplier = -55, baseMultiplier = 2.06, levelRequirement = 90, cost = { ManaPerMinute = 3723, }, }, + [25] = { attackSpeedMultiplier = -55, baseMultiplier = 2.2, levelRequirement = 90, cost = { ManaPerMinute = 4000, }, }, + [26] = { attackSpeedMultiplier = -55, baseMultiplier = 2.35, levelRequirement = 90, cost = { ManaPerMinute = 4294, }, }, + [27] = { attackSpeedMultiplier = -55, baseMultiplier = 2.5, levelRequirement = 90, cost = { ManaPerMinute = 4605, }, }, + [28] = { attackSpeedMultiplier = -55, baseMultiplier = 2.67, levelRequirement = 90, cost = { ManaPerMinute = 4936, }, }, + [29] = { attackSpeedMultiplier = -55, baseMultiplier = 2.85, levelRequirement = 90, cost = { ManaPerMinute = 5285, }, }, + [30] = { attackSpeedMultiplier = -55, baseMultiplier = 3.04, levelRequirement = 90, cost = { ManaPerMinute = 5656, }, }, + [31] = { attackSpeedMultiplier = -55, baseMultiplier = 3.24, levelRequirement = 90, cost = { ManaPerMinute = 6048, }, }, + [32] = { attackSpeedMultiplier = -55, baseMultiplier = 3.46, levelRequirement = 90, cost = { ManaPerMinute = 6464, }, }, + [33] = { attackSpeedMultiplier = -55, baseMultiplier = 3.69, levelRequirement = 90, cost = { ManaPerMinute = 6903, }, }, + [34] = { attackSpeedMultiplier = -55, baseMultiplier = 3.93, levelRequirement = 90, cost = { ManaPerMinute = 7368, }, }, + [35] = { attackSpeedMultiplier = -55, baseMultiplier = 4.19, levelRequirement = 90, cost = { ManaPerMinute = 7860, }, }, + [36] = { attackSpeedMultiplier = -55, baseMultiplier = 4.47, levelRequirement = 90, cost = { ManaPerMinute = 8380, }, }, + [37] = { attackSpeedMultiplier = -55, baseMultiplier = 4.77, levelRequirement = 90, cost = { ManaPerMinute = 8930, }, }, + [38] = { attackSpeedMultiplier = -55, baseMultiplier = 5.09, levelRequirement = 90, cost = { ManaPerMinute = 9512, }, }, + [39] = { attackSpeedMultiplier = -55, baseMultiplier = 5.43, levelRequirement = 90, cost = { ManaPerMinute = 10126, }, }, + [40] = { attackSpeedMultiplier = -55, baseMultiplier = 5.79, levelRequirement = 90, cost = { ManaPerMinute = 10776, }, }, }, preDamageFunc = function(activeSkill, output) activeSkill.skillData.hitTimeMultiplier = activeSkill.skillModList:Sum("BASE", activeSkill.skillCfg, "Multiplier:DetonatingArrowStage") @@ -1154,6 +1165,7 @@ skills["DetonatingArrowPlayer"] = { "skill_can_fire_arrows", "has_modular_projectiles_enabled", "attack_speed_modifiers_apply_to_over_time_cost", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -1227,6 +1239,7 @@ skills["DetonatingArrowPlayer"] = { "skill_can_fire_arrows", "has_modular_projectiles_enabled", "attack_speed_modifiers_apply_to_over_time_cost", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", }, levels = { @@ -1240,55 +1253,55 @@ skills["DisengagePlayer"] = { baseTypeName = "Disengage", color = 2, description = "Jump back as you rupture the earth in front of you with spearpoints, damaging enemies. Consumes the Parried Debuff on Hitting enemies to release a shockwave and grant you a Frenzy Charge. This skill can be used while using other skills, and causes Strikes and Projectiles to miss you while jumping. This skill cannot be Ancestrally Boosted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Jumping] = true, [SkillType.Spear] = true, [SkillType.CanCancelActions] = true, [SkillType.Cooldown] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.GeneratesCharges] = true, [SkillType.SkillConsumesParried] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Jumping] = true, [SkillType.Spear] = true, [SkillType.CanCancelActions] = true, [SkillType.Cooldown] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.GeneratesCharges] = true, [SkillType.SkillConsumesParried] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "base_cooldown_speed_+%", 1 }, + { "disengage_%_chance_for_additional_shockwave", 1 }, }, levels = { [1] = { baseMultiplier = 0.85, storedUses = 1, levelRequirement = 0, cooldown = 1.5, cost = { Mana = 5, }, }, [2] = { baseMultiplier = 0.93, storedUses = 1, levelRequirement = 3, cooldown = 1.5, cost = { Mana = 6, }, }, - [3] = { baseMultiplier = 1.03, storedUses = 1, levelRequirement = 6, cooldown = 1.5, cost = { Mana = 6, }, }, - [4] = { baseMultiplier = 1.12, storedUses = 1, levelRequirement = 10, cooldown = 1.5, cost = { Mana = 7, }, }, - [5] = { baseMultiplier = 1.22, storedUses = 1, levelRequirement = 14, cooldown = 1.5, cost = { Mana = 8, }, }, - [6] = { baseMultiplier = 1.31, storedUses = 1, levelRequirement = 18, cooldown = 1.5, cost = { Mana = 9, }, }, - [7] = { baseMultiplier = 1.41, storedUses = 1, levelRequirement = 22, cooldown = 1.5, cost = { Mana = 10, }, }, - [8] = { baseMultiplier = 1.5, storedUses = 1, levelRequirement = 26, cooldown = 1.5, cost = { Mana = 11, }, }, - [9] = { baseMultiplier = 1.59, storedUses = 1, levelRequirement = 31, cooldown = 1.5, cost = { Mana = 12, }, }, - [10] = { baseMultiplier = 1.68, storedUses = 1, levelRequirement = 36, cooldown = 1.5, cost = { Mana = 14, }, }, - [11] = { baseMultiplier = 1.78, storedUses = 1, levelRequirement = 41, cooldown = 1.5, cost = { Mana = 15, }, }, - [12] = { baseMultiplier = 1.88, storedUses = 1, levelRequirement = 46, cooldown = 1.5, cost = { Mana = 17, }, }, - [13] = { baseMultiplier = 2, storedUses = 1, levelRequirement = 52, cooldown = 1.5, cost = { Mana = 19, }, }, - [14] = { baseMultiplier = 2.12, storedUses = 1, levelRequirement = 58, cooldown = 1.5, cost = { Mana = 21, }, }, - [15] = { baseMultiplier = 2.25, storedUses = 1, levelRequirement = 64, cooldown = 1.5, cost = { Mana = 23, }, }, - [16] = { baseMultiplier = 2.39, storedUses = 1, levelRequirement = 66, cooldown = 1.5, cost = { Mana = 25, }, }, + [3] = { baseMultiplier = 1.03, storedUses = 1, levelRequirement = 6, cooldown = 1.5, cost = { Mana = 7, }, }, + [4] = { baseMultiplier = 1.12, storedUses = 1, levelRequirement = 10, cooldown = 1.5, cost = { Mana = 8, }, }, + [5] = { baseMultiplier = 1.22, storedUses = 1, levelRequirement = 14, cooldown = 1.5, cost = { Mana = 9, }, }, + [6] = { baseMultiplier = 1.31, storedUses = 1, levelRequirement = 18, cooldown = 1.5, cost = { Mana = 10, }, }, + [7] = { baseMultiplier = 1.41, storedUses = 1, levelRequirement = 22, cooldown = 1.5, cost = { Mana = 11, }, }, + [8] = { baseMultiplier = 1.5, storedUses = 1, levelRequirement = 26, cooldown = 1.5, cost = { Mana = 12, }, }, + [9] = { baseMultiplier = 1.59, storedUses = 1, levelRequirement = 31, cooldown = 1.5, cost = { Mana = 14, }, }, + [10] = { baseMultiplier = 1.68, storedUses = 1, levelRequirement = 36, cooldown = 1.5, cost = { Mana = 15, }, }, + [11] = { baseMultiplier = 1.78, storedUses = 1, levelRequirement = 41, cooldown = 1.5, cost = { Mana = 17, }, }, + [12] = { baseMultiplier = 1.88, storedUses = 1, levelRequirement = 46, cooldown = 1.5, cost = { Mana = 18, }, }, + [13] = { baseMultiplier = 2, storedUses = 1, levelRequirement = 52, cooldown = 1.5, cost = { Mana = 20, }, }, + [14] = { baseMultiplier = 2.12, storedUses = 1, levelRequirement = 58, cooldown = 1.5, cost = { Mana = 22, }, }, + [15] = { baseMultiplier = 2.25, storedUses = 1, levelRequirement = 64, cooldown = 1.5, cost = { Mana = 24, }, }, + [16] = { baseMultiplier = 2.39, storedUses = 1, levelRequirement = 66, cooldown = 1.5, cost = { Mana = 26, }, }, [17] = { baseMultiplier = 2.54, storedUses = 1, levelRequirement = 72, cooldown = 1.5, cost = { Mana = 28, }, }, [18] = { baseMultiplier = 2.71, storedUses = 1, levelRequirement = 78, cooldown = 1.5, cost = { Mana = 31, }, }, - [19] = { baseMultiplier = 2.89, storedUses = 1, levelRequirement = 84, cooldown = 1.5, cost = { Mana = 35, }, }, - [20] = { baseMultiplier = 3.08, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 39, }, }, - [21] = { baseMultiplier = 3.28, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 43, }, }, - [22] = { baseMultiplier = 3.5, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 48, }, }, - [23] = { baseMultiplier = 3.74, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 53, }, }, - [24] = { baseMultiplier = 3.98, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 59, }, }, - [25] = { baseMultiplier = 4.25, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 65, }, }, - [26] = { baseMultiplier = 4.53, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 72, }, }, - [27] = { baseMultiplier = 4.84, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 80, }, }, - [28] = { baseMultiplier = 5.16, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 89, }, }, - [29] = { baseMultiplier = 5.5, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 98, }, }, - [30] = { baseMultiplier = 5.87, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 109, }, }, - [31] = { baseMultiplier = 6.26, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 121, }, }, - [32] = { baseMultiplier = 6.68, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 134, }, }, - [33] = { baseMultiplier = 7.12, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 148, }, }, - [34] = { baseMultiplier = 7.59, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 164, }, }, - [35] = { baseMultiplier = 8.1, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 182, }, }, - [36] = { baseMultiplier = 8.64, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 202, }, }, - [37] = { baseMultiplier = 9.22, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 224, }, }, - [38] = { baseMultiplier = 9.83, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 248, }, }, - [39] = { baseMultiplier = 10.48, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 275, }, }, - [40] = { baseMultiplier = 11.18, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 305, }, }, + [19] = { baseMultiplier = 2.89, storedUses = 1, levelRequirement = 84, cooldown = 1.5, cost = { Mana = 33, }, }, + [20] = { baseMultiplier = 3.08, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 36, }, }, + [21] = { baseMultiplier = 3.28, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 39, }, }, + [22] = { baseMultiplier = 3.5, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 42, }, }, + [23] = { baseMultiplier = 3.74, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 45, }, }, + [24] = { baseMultiplier = 3.98, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 49, }, }, + [25] = { baseMultiplier = 4.25, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 52, }, }, + [26] = { baseMultiplier = 4.53, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 56, }, }, + [27] = { baseMultiplier = 4.84, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 60, }, }, + [28] = { baseMultiplier = 5.16, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 65, }, }, + [29] = { baseMultiplier = 5.5, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 69, }, }, + [30] = { baseMultiplier = 5.87, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 74, }, }, + [31] = { baseMultiplier = 6.26, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 79, }, }, + [32] = { baseMultiplier = 6.68, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 85, }, }, + [33] = { baseMultiplier = 7.12, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 91, }, }, + [34] = { baseMultiplier = 7.59, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 97, }, }, + [35] = { baseMultiplier = 8.1, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 103, }, }, + [36] = { baseMultiplier = 8.64, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 110, }, }, + [37] = { baseMultiplier = 9.22, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 117, }, }, + [38] = { baseMultiplier = 9.83, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 125, }, }, + [39] = { baseMultiplier = 10.48, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 133, }, }, + [40] = { baseMultiplier = 11.18, storedUses = 1, levelRequirement = 90, cooldown = 1.5, cost = { Mana = 142, }, }, }, statSets = { [1] = { @@ -1314,6 +1327,7 @@ skills["DisengagePlayer"] = { stats = { "is_area_damage", "base_skill_enabled_while_mounted", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -1379,7 +1393,9 @@ skills["DisengagePlayer"] = { stats = { "is_area_damage", "base_skill_enabled_while_mounted", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", + "quality_hide_display_character_panel", }, levels = { [1] = { baseMultiplier = 1.2, actorLevel = 1, }, @@ -1430,56 +1446,56 @@ skills["ElectrocutingArrowPlayer"] = { name = "Electrocuting Arrow", baseTypeName = "Electrocuting Arrow", color = 2, - description = "Leap forward into the air and fire downward. Hitting an enemy will attach an Electrocuting Rod to them, causing all incoming Lightning damage to build up Electrocution. This rod is removed when the enemy is next Electrocuted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.Jumping] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, }, + description = "Fire an electrifying arrow that explodes in an Area on Hit. Hitting an enemy will attach an Electrocuting Rod to them, causing all incoming Lightning damage to build up Electrocution. This rod is removed when the enemy is next Electrocuted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Lightning] = true, [SkillType.Duration] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Barrageable] = true, [SkillType.CanBecomeArrowRain] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "base_skill_effect_duration", 300 }, + { "electrocuting_arrow_%_damage_gained_as_extra_lightning_on_debuffed_target", 0.5 }, }, levels = { - [1] = { baseMultiplier = 1.4, levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { baseMultiplier = 1.54, levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { baseMultiplier = 1.71, levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { baseMultiplier = 1.87, levelRequirement = 10, cost = { Mana = 16, }, }, - [5] = { baseMultiplier = 2.03, levelRequirement = 14, cost = { Mana = 18, }, }, - [6] = { baseMultiplier = 2.2, levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { baseMultiplier = 2.38, levelRequirement = 22, cost = { Mana = 22, }, }, - [8] = { baseMultiplier = 2.54, levelRequirement = 26, cost = { Mana = 25, }, }, - [9] = { baseMultiplier = 2.7, levelRequirement = 31, cost = { Mana = 28, }, }, - [10] = { baseMultiplier = 2.87, levelRequirement = 36, cost = { Mana = 31, }, }, - [11] = { baseMultiplier = 3.06, levelRequirement = 41, cost = { Mana = 34, }, }, - [12] = { baseMultiplier = 3.26, levelRequirement = 46, cost = { Mana = 38, }, }, - [13] = { baseMultiplier = 3.49, levelRequirement = 52, cost = { Mana = 42, }, }, - [14] = { baseMultiplier = 3.73, levelRequirement = 58, cost = { Mana = 46, }, }, - [15] = { baseMultiplier = 3.99, levelRequirement = 64, cost = { Mana = 51, }, }, - [16] = { baseMultiplier = 4.28, levelRequirement = 66, cost = { Mana = 57, }, }, - [17] = { baseMultiplier = 4.59, levelRequirement = 72, cost = { Mana = 63, }, }, - [18] = { baseMultiplier = 4.93, levelRequirement = 78, cost = { Mana = 70, }, }, - [19] = { baseMultiplier = 5.31, levelRequirement = 84, cost = { Mana = 78, }, }, - [20] = { baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 86, }, }, - [21] = { baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 96, }, }, - [22] = { baseMultiplier = 6.63, levelRequirement = 90, cost = { Mana = 106, }, }, - [23] = { baseMultiplier = 7.15, levelRequirement = 90, cost = { Mana = 118, }, }, - [24] = { baseMultiplier = 7.7, levelRequirement = 90, cost = { Mana = 130, }, }, - [25] = { baseMultiplier = 8.29, levelRequirement = 90, cost = { Mana = 145, }, }, - [26] = { baseMultiplier = 8.93, levelRequirement = 90, cost = { Mana = 160, }, }, - [27] = { baseMultiplier = 9.63, levelRequirement = 90, cost = { Mana = 178, }, }, - [28] = { baseMultiplier = 10.37, levelRequirement = 90, cost = { Mana = 197, }, }, - [29] = { baseMultiplier = 11.17, levelRequirement = 90, cost = { Mana = 218, }, }, - [30] = { baseMultiplier = 12.03, levelRequirement = 90, cost = { Mana = 242, }, }, - [31] = { baseMultiplier = 12.96, levelRequirement = 90, cost = { Mana = 268, }, }, - [32] = { baseMultiplier = 13.97, levelRequirement = 90, cost = { Mana = 297, }, }, - [33] = { baseMultiplier = 15.05, levelRequirement = 90, cost = { Mana = 329, }, }, - [34] = { baseMultiplier = 16.21, levelRequirement = 90, cost = { Mana = 365, }, }, - [35] = { baseMultiplier = 17.46, levelRequirement = 90, cost = { Mana = 404, }, }, - [36] = { baseMultiplier = 18.81, levelRequirement = 90, cost = { Mana = 448, }, }, - [37] = { baseMultiplier = 20.27, levelRequirement = 90, cost = { Mana = 497, }, }, - [38] = { baseMultiplier = 21.83, levelRequirement = 90, cost = { Mana = 550, }, }, - [39] = { baseMultiplier = 23.52, levelRequirement = 90, cost = { Mana = 610, }, }, - [40] = { baseMultiplier = 25.34, levelRequirement = 90, cost = { Mana = 676, }, }, + [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.9, levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.99, levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 1.09, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 1.19, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 1.38, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 1.47, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 1.56, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 1.64, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.81, levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 2.2, levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 2.31, levelRequirement = 66, cost = { Mana = 33, }, }, + [17] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 72, cost = { Mana = 36, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 2.55, levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 2.67, levelRequirement = 84, cost = { Mana = 42, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 2.81, levelRequirement = 90, cost = { Mana = 46, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 49, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 53, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 57, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 3.41, levelRequirement = 90, cost = { Mana = 62, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 3.58, levelRequirement = 90, cost = { Mana = 66, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 3.76, levelRequirement = 90, cost = { Mana = 71, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 3.95, levelRequirement = 90, cost = { Mana = 76, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 82, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 4.35, levelRequirement = 90, cost = { Mana = 88, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 4.57, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 4.8, levelRequirement = 90, cost = { Mana = 100, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 5.04, levelRequirement = 90, cost = { Mana = 107, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 5.29, levelRequirement = 90, cost = { Mana = 114, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 5.56, levelRequirement = 90, cost = { Mana = 122, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 5.84, levelRequirement = 90, cost = { Mana = 130, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 6.13, levelRequirement = 90, cost = { Mana = 139, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 6.43, levelRequirement = 90, cost = { Mana = 148, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 6.76, levelRequirement = 90, cost = { Mana = 158, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 7.09, levelRequirement = 90, cost = { Mana = 168, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 7.45, levelRequirement = 90, cost = { Mana = 179, }, }, }, statSets = { [1] = { @@ -1497,10 +1513,12 @@ skills["ElectrocutingArrowPlayer"] = { duration = true, }, constantStats = { - { "attack_maximum_action_distance_+", -95 }, { "base_skill_effect_duration", 25000 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 50 }, - { "total_attack_time_+_ms", 1200 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_is_projectile", @@ -1509,10 +1527,12 @@ skills["ElectrocutingArrowPlayer"] = { "check_for_targets_between_initiator_and_projectile_source", "skill_can_fire_arrows", "has_modular_projectiles_enabled", - "projectiles_fire_at_ground", "cannot_pierce", "base_projectiles_cannot_chain", "quality_display_base_skill_effect_duration_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "should_use_additive_aiming_animation", + "can_perform_skill_while_moving", }, levels = { [1] = { actorLevel = 1, }, @@ -1563,8 +1583,8 @@ skills["ElementalSiphonPlayer"] = { name = "Elemental Siphon", baseTypeName = "Elemental Siphon", color = 2, - description = "Dash to an enemy and nullify their Resistance. Hitting an enemy with positive Elemental Resistance will reduce their highest Elemental Resistance to 0 for a duration and triggers Infuse Weapon, granting your Spear the maximum possible Elemental Infusion corresponding to the removed Resistance. If this skill doesn't remove any Resistances, its cooldown is reset. This skill cannot be Ancestrally Boosted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, [SkillType.Spear] = true, [SkillType.Cooldown] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Duration] = true, [SkillType.CannotSpiritStrike] = true, }, + description = "Dash to an enemy and nullify their Resistance. Hitting an enemy with positive Elemental Resistance will reduce their highest Elemental Resistance to 0 for a duration and triggers Infuse Weapon, granting your Spear the maximum possible Surges corresponding to the removed Resistance. If this skill doesn't remove any Resistances, its cooldown is reset. This skill cannot be Ancestrally Boosted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, [SkillType.Spear] = true, [SkillType.Cooldown] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Duration] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -1574,44 +1594,44 @@ skills["ElementalSiphonPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.3, cooldown = 8, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.43, cooldown = 8, levelRequirement = 3, cost = { Mana = 10, }, }, - [3] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.58, cooldown = 8, levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.73, cooldown = 8, levelRequirement = 10, cost = { Mana = 12, }, }, - [5] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.89, cooldown = 8, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.04, cooldown = 8, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.21, cooldown = 8, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.36, cooldown = 8, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.51, cooldown = 8, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.67, cooldown = 8, levelRequirement = 36, cost = { Mana = 23, }, }, - [11] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.84, cooldown = 8, levelRequirement = 41, cost = { Mana = 26, }, }, - [12] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.03, cooldown = 8, levelRequirement = 46, cost = { Mana = 29, }, }, - [13] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.24, cooldown = 8, levelRequirement = 52, cost = { Mana = 32, }, }, - [14] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.46, cooldown = 8, levelRequirement = 58, cost = { Mana = 35, }, }, - [15] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.7, cooldown = 8, levelRequirement = 64, cost = { Mana = 39, }, }, - [16] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.97, cooldown = 8, levelRequirement = 66, cost = { Mana = 43, }, }, + [3] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.58, cooldown = 8, levelRequirement = 6, cost = { Mana = 12, }, }, + [4] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.73, cooldown = 8, levelRequirement = 10, cost = { Mana = 13, }, }, + [5] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 1.89, cooldown = 8, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.04, cooldown = 8, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.21, cooldown = 8, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.36, cooldown = 8, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.51, cooldown = 8, levelRequirement = 31, cost = { Mana = 23, }, }, + [10] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.67, cooldown = 8, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 2.84, cooldown = 8, levelRequirement = 41, cost = { Mana = 28, }, }, + [12] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.03, cooldown = 8, levelRequirement = 46, cost = { Mana = 31, }, }, + [13] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.24, cooldown = 8, levelRequirement = 52, cost = { Mana = 34, }, }, + [14] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.46, cooldown = 8, levelRequirement = 58, cost = { Mana = 37, }, }, + [15] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.7, cooldown = 8, levelRequirement = 64, cost = { Mana = 41, }, }, + [16] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 3.97, cooldown = 8, levelRequirement = 66, cost = { Mana = 44, }, }, [17] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 4.26, cooldown = 8, levelRequirement = 72, cost = { Mana = 48, }, }, - [18] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 4.58, cooldown = 8, levelRequirement = 78, cost = { Mana = 53, }, }, - [19] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 4.93, cooldown = 8, levelRequirement = 84, cost = { Mana = 59, }, }, - [20] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 5.31, cooldown = 8, levelRequirement = 90, cost = { Mana = 65, }, }, - [21] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 5.72, cooldown = 8, levelRequirement = 90, cost = { Mana = 73, }, }, - [22] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 6.16, cooldown = 8, levelRequirement = 90, cost = { Mana = 80, }, }, - [23] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 6.64, cooldown = 8, levelRequirement = 90, cost = { Mana = 89, }, }, - [24] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 7.15, cooldown = 8, levelRequirement = 90, cost = { Mana = 99, }, }, - [25] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 7.7, cooldown = 8, levelRequirement = 90, cost = { Mana = 110, }, }, - [26] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 8.3, cooldown = 8, levelRequirement = 90, cost = { Mana = 122, }, }, - [27] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 8.94, cooldown = 8, levelRequirement = 90, cost = { Mana = 135, }, }, - [28] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 9.63, cooldown = 8, levelRequirement = 90, cost = { Mana = 149, }, }, - [29] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 10.37, cooldown = 8, levelRequirement = 90, cost = { Mana = 166, }, }, - [30] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 11.17, cooldown = 8, levelRequirement = 90, cost = { Mana = 184, }, }, - [31] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 12.04, cooldown = 8, levelRequirement = 90, cost = { Mana = 203, }, }, - [32] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 12.97, cooldown = 8, levelRequirement = 90, cost = { Mana = 226, }, }, - [33] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 13.97, cooldown = 8, levelRequirement = 90, cost = { Mana = 250, }, }, - [34] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 15.05, cooldown = 8, levelRequirement = 90, cost = { Mana = 277, }, }, - [35] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 16.21, cooldown = 8, levelRequirement = 90, cost = { Mana = 307, }, }, - [36] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 17.47, cooldown = 8, levelRequirement = 90, cost = { Mana = 340, }, }, - [37] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 18.82, cooldown = 8, levelRequirement = 90, cost = { Mana = 377, }, }, - [38] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 20.27, cooldown = 8, levelRequirement = 90, cost = { Mana = 418, }, }, - [39] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 21.84, cooldown = 8, levelRequirement = 90, cost = { Mana = 463, }, }, - [40] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 23.53, cooldown = 8, levelRequirement = 90, cost = { Mana = 513, }, }, + [18] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 4.58, cooldown = 8, levelRequirement = 78, cost = { Mana = 52, }, }, + [19] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 4.93, cooldown = 8, levelRequirement = 84, cost = { Mana = 56, }, }, + [20] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 5.31, cooldown = 8, levelRequirement = 90, cost = { Mana = 61, }, }, + [21] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 5.72, cooldown = 8, levelRequirement = 90, cost = { Mana = 66, }, }, + [22] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 6.16, cooldown = 8, levelRequirement = 90, cost = { Mana = 71, }, }, + [23] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 6.64, cooldown = 8, levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 7.15, cooldown = 8, levelRequirement = 90, cost = { Mana = 82, }, }, + [25] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 7.7, cooldown = 8, levelRequirement = 90, cost = { Mana = 88, }, }, + [26] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 8.3, cooldown = 8, levelRequirement = 90, cost = { Mana = 95, }, }, + [27] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 8.94, cooldown = 8, levelRequirement = 90, cost = { Mana = 102, }, }, + [28] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 9.63, cooldown = 8, levelRequirement = 90, cost = { Mana = 109, }, }, + [29] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 10.37, cooldown = 8, levelRequirement = 90, cost = { Mana = 117, }, }, + [30] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 11.17, cooldown = 8, levelRequirement = 90, cost = { Mana = 125, }, }, + [31] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 12.04, cooldown = 8, levelRequirement = 90, cost = { Mana = 134, }, }, + [32] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 12.97, cooldown = 8, levelRequirement = 90, cost = { Mana = 143, }, }, + [33] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 13.97, cooldown = 8, levelRequirement = 90, cost = { Mana = 153, }, }, + [34] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 15.05, cooldown = 8, levelRequirement = 90, cost = { Mana = 163, }, }, + [35] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 16.21, cooldown = 8, levelRequirement = 90, cost = { Mana = 174, }, }, + [36] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 17.47, cooldown = 8, levelRequirement = 90, cost = { Mana = 186, }, }, + [37] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 18.82, cooldown = 8, levelRequirement = 90, cost = { Mana = 198, }, }, + [38] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 20.27, cooldown = 8, levelRequirement = 90, cost = { Mana = 211, }, }, + [39] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 21.84, cooldown = 8, levelRequirement = 90, cost = { Mana = 225, }, }, + [40] = { attackSpeedMultiplier = -55, storedUses = 1, baseMultiplier = 23.53, cooldown = 8, levelRequirement = 90, cost = { Mana = 239, }, }, }, statSets = { [1] = { @@ -1871,7 +1891,7 @@ skills["ElementalSunderingPlayer"] = { baseTypeName = "Elemental Sundering", color = 2, description = "Plunge your Spear into the ground to emit a pulse that Consumes Freeze, Shock and Ignite on a number of nearby enemies, Allies and Corpses. The pulse itself deals no damage, but each Ailment Consumed causes an explosion of the corresponding elemental damage type.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Spear] = true, [SkillType.Melee] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.Nova] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.SkillConsumesIgnite] = true, [SkillType.SkillConsumesShock] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Spear] = true, [SkillType.Melee] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.Nova] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.SkillConsumesIgnite] = true, [SkillType.SkillConsumesShock] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -1883,43 +1903,43 @@ skills["ElementalSunderingPlayer"] = { [1] = { attackSpeedMultiplier = -45, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { attackSpeedMultiplier = -45, levelRequirement = 3, cost = { Mana = 8, }, }, [3] = { attackSpeedMultiplier = -45, levelRequirement = 6, cost = { Mana = 9, }, }, - [4] = { attackSpeedMultiplier = -45, levelRequirement = 10, cost = { Mana = 10, }, }, - [5] = { attackSpeedMultiplier = -45, levelRequirement = 14, cost = { Mana = 11, }, }, - [6] = { attackSpeedMultiplier = -45, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { attackSpeedMultiplier = -45, levelRequirement = 22, cost = { Mana = 14, }, }, - [8] = { attackSpeedMultiplier = -45, levelRequirement = 26, cost = { Mana = 15, }, }, - [9] = { attackSpeedMultiplier = -45, levelRequirement = 31, cost = { Mana = 17, }, }, - [10] = { attackSpeedMultiplier = -45, levelRequirement = 36, cost = { Mana = 19, }, }, - [11] = { attackSpeedMultiplier = -45, levelRequirement = 41, cost = { Mana = 21, }, }, - [12] = { attackSpeedMultiplier = -45, levelRequirement = 46, cost = { Mana = 23, }, }, - [13] = { attackSpeedMultiplier = -45, levelRequirement = 52, cost = { Mana = 26, }, }, - [14] = { attackSpeedMultiplier = -45, levelRequirement = 58, cost = { Mana = 29, }, }, - [15] = { attackSpeedMultiplier = -45, levelRequirement = 64, cost = { Mana = 32, }, }, - [16] = { attackSpeedMultiplier = -45, levelRequirement = 66, cost = { Mana = 35, }, }, + [4] = { attackSpeedMultiplier = -45, levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { attackSpeedMultiplier = -45, levelRequirement = 14, cost = { Mana = 12, }, }, + [6] = { attackSpeedMultiplier = -45, levelRequirement = 18, cost = { Mana = 14, }, }, + [7] = { attackSpeedMultiplier = -45, levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { attackSpeedMultiplier = -45, levelRequirement = 26, cost = { Mana = 17, }, }, + [9] = { attackSpeedMultiplier = -45, levelRequirement = 31, cost = { Mana = 19, }, }, + [10] = { attackSpeedMultiplier = -45, levelRequirement = 36, cost = { Mana = 21, }, }, + [11] = { attackSpeedMultiplier = -45, levelRequirement = 41, cost = { Mana = 23, }, }, + [12] = { attackSpeedMultiplier = -45, levelRequirement = 46, cost = { Mana = 25, }, }, + [13] = { attackSpeedMultiplier = -45, levelRequirement = 52, cost = { Mana = 28, }, }, + [14] = { attackSpeedMultiplier = -45, levelRequirement = 58, cost = { Mana = 30, }, }, + [15] = { attackSpeedMultiplier = -45, levelRequirement = 64, cost = { Mana = 33, }, }, + [16] = { attackSpeedMultiplier = -45, levelRequirement = 66, cost = { Mana = 36, }, }, [17] = { attackSpeedMultiplier = -45, levelRequirement = 72, cost = { Mana = 39, }, }, - [18] = { attackSpeedMultiplier = -45, levelRequirement = 78, cost = { Mana = 43, }, }, - [19] = { attackSpeedMultiplier = -45, levelRequirement = 84, cost = { Mana = 48, }, }, - [20] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 53, }, }, - [21] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 59, }, }, - [22] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 66, }, }, - [23] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 73, }, }, - [24] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 81, }, }, - [25] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 90, }, }, - [26] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 99, }, }, - [27] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 110, }, }, - [28] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 122, }, }, - [29] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 135, }, }, - [30] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 150, }, }, - [31] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 166, }, }, - [32] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 184, }, }, - [33] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 204, }, }, - [34] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 226, }, }, - [35] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 251, }, }, - [36] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 278, }, }, - [37] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 308, }, }, - [38] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 342, }, }, - [39] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 379, }, }, - [40] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 420, }, }, + [18] = { attackSpeedMultiplier = -45, levelRequirement = 78, cost = { Mana = 42, }, }, + [19] = { attackSpeedMultiplier = -45, levelRequirement = 84, cost = { Mana = 46, }, }, + [20] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 50, }, }, + [21] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 54, }, }, + [22] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 58, }, }, + [23] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 62, }, }, + [24] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 67, }, }, + [25] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 72, }, }, + [26] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 78, }, }, + [27] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 83, }, }, + [28] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 89, }, }, + [29] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 96, }, }, + [30] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 102, }, }, + [31] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 109, }, }, + [32] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 117, }, }, + [33] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 125, }, }, + [34] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 133, }, }, + [35] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 142, }, }, + [36] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 152, }, }, + [37] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 162, }, }, + [38] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 172, }, }, + [39] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 184, }, }, + [40] = { attackSpeedMultiplier = -45, levelRequirement = 90, cost = { Mana = 195, }, }, }, statSets = { [1] = { @@ -1930,7 +1950,7 @@ skills["ElementalSunderingPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 50 }, - { "elemental_sundering_number_of_explosion_allowed", 9 }, + { "elemental_sundering_number_of_explosion_allowed", 20 }, }, stats = { "base_deal_no_damage", @@ -1989,9 +2009,10 @@ skills["ElementalSunderingPlayer"] = { area = true, }, constantStats = { - { "elemental_sundering_number_of_explosion_allowed", 9 }, + { "elemental_sundering_number_of_explosion_allowed", 20 }, { "active_skill_base_area_of_effect_radius", 16 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "elemental_sundering_damage_+%_final_if_created_from_unique", 50 }, }, stats = { "base_skill_show_average_damage_instead_of_dps", @@ -2000,46 +2021,46 @@ skills["ElementalSunderingPlayer"] = { "active_skill_never_freeze_shock_ignite", }, levels = { - [1] = { baseMultiplier = 2.5, actorLevel = 1, }, - [2] = { baseMultiplier = 2.76, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 3.04, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 3.34, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 3.63, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 3.93, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 4.24, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 4.54, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 4.83, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 5.13, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 5.47, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 5.83, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 6.23, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 6.66, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 7.12, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 7.64, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 8.19, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 8.81, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 9.47, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 10.21, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 11, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 11.85, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 12.76, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 13.75, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 14.81, actorLevel = 136.875, }, - [26] = { baseMultiplier = 15.96, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 17.19, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 18.52, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 19.95, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 21.49, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 23.15, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 24.94, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 26.87, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 28.95, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 31.18, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 33.59, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 36.19, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 38.99, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 42, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 45.25, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 3.5, actorLevel = 1, }, + [2] = { baseMultiplier = 3.86, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 4.26, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 4.67, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 5.08, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 5.5, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 5.94, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 6.36, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 6.76, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 7.19, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 7.65, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 8.16, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 8.72, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 9.32, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 9.97, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 10.69, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 11.47, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 12.33, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 13.26, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 14.29, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 15.39, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 16.58, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 17.87, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 19.25, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 20.73, actorLevel = 136.875, }, + [26] = { baseMultiplier = 22.34, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 24.06, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 25.92, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 27.93, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 30.09, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 32.41, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 34.92, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 37.62, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 40.52, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 43.66, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 47.03, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 50.66, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 54.58, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 58.8, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 63.34, actorLevel = 288.29998779297, }, }, }, [3] = { @@ -2051,7 +2072,7 @@ skills["ElementalSunderingPlayer"] = { area = true, }, constantStats = { - { "elemental_sundering_number_of_explosion_allowed", 9 }, + { "elemental_sundering_number_of_explosion_allowed", 20 }, { "active_skill_base_area_of_effect_radius", 16 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, }, @@ -2113,7 +2134,7 @@ skills["ElementalSunderingPlayer"] = { area = true, }, constantStats = { - { "elemental_sundering_number_of_explosion_allowed", 9 }, + { "elemental_sundering_number_of_explosion_allowed", 20 }, { "active_skill_base_area_of_effect_radius", 16 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, }, @@ -2172,8 +2193,8 @@ skills["EscapeShotPlayer"] = { name = "Escape Shot", baseTypeName = "Escape Shot", color = 2, - description = "Leap backwards and fire an arrow which can Chill or Freeze enemies around the location you escaped from.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Cold] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Cooldown] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.Jumping] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CanCancelActions] = true, }, + description = "Leap backwards, firing an icy arrow which can Chill or Freeze enemies around the location from which you escaped. This arrow will create Ice Fragments on impact.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Cold] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.Jumping] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CanCancelActions] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -2184,49 +2205,49 @@ skills["EscapeShotPlayer"] = { levels = { [1] = { baseMultiplier = 0.65, levelRequirement = 0, cost = { Mana = 11, }, }, [2] = { baseMultiplier = 0.72, levelRequirement = 3, cost = { Mana = 12, }, }, - [3] = { baseMultiplier = 0.79, levelRequirement = 6, cost = { Mana = 13, }, }, - [4] = { baseMultiplier = 0.87, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { baseMultiplier = 0.94, levelRequirement = 14, cost = { Mana = 17, }, }, - [6] = { baseMultiplier = 1.02, levelRequirement = 18, cost = { Mana = 19, }, }, - [7] = { baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 21, }, }, - [8] = { baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 23, }, }, - [9] = { baseMultiplier = 1.25, levelRequirement = 31, cost = { Mana = 25, }, }, - [10] = { baseMultiplier = 1.33, levelRequirement = 36, cost = { Mana = 28, }, }, - [11] = { baseMultiplier = 1.42, levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { baseMultiplier = 1.52, levelRequirement = 46, cost = { Mana = 35, }, }, - [13] = { baseMultiplier = 1.62, levelRequirement = 52, cost = { Mana = 39, }, }, - [14] = { baseMultiplier = 1.73, levelRequirement = 58, cost = { Mana = 43, }, }, - [15] = { baseMultiplier = 1.85, levelRequirement = 64, cost = { Mana = 47, }, }, - [16] = { baseMultiplier = 1.99, levelRequirement = 66, cost = { Mana = 53, }, }, + [3] = { baseMultiplier = 0.79, levelRequirement = 6, cost = { Mana = 14, }, }, + [4] = { baseMultiplier = 0.87, levelRequirement = 10, cost = { Mana = 16, }, }, + [5] = { baseMultiplier = 0.94, levelRequirement = 14, cost = { Mana = 18, }, }, + [6] = { baseMultiplier = 1.02, levelRequirement = 18, cost = { Mana = 21, }, }, + [7] = { baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 23, }, }, + [8] = { baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 26, }, }, + [9] = { baseMultiplier = 1.25, levelRequirement = 31, cost = { Mana = 28, }, }, + [10] = { baseMultiplier = 1.33, levelRequirement = 36, cost = { Mana = 31, }, }, + [11] = { baseMultiplier = 1.42, levelRequirement = 41, cost = { Mana = 35, }, }, + [12] = { baseMultiplier = 1.52, levelRequirement = 46, cost = { Mana = 38, }, }, + [13] = { baseMultiplier = 1.62, levelRequirement = 52, cost = { Mana = 42, }, }, + [14] = { baseMultiplier = 1.73, levelRequirement = 58, cost = { Mana = 45, }, }, + [15] = { baseMultiplier = 1.85, levelRequirement = 64, cost = { Mana = 49, }, }, + [16] = { baseMultiplier = 1.99, levelRequirement = 66, cost = { Mana = 54, }, }, [17] = { baseMultiplier = 2.13, levelRequirement = 72, cost = { Mana = 58, }, }, - [18] = { baseMultiplier = 2.29, levelRequirement = 78, cost = { Mana = 65, }, }, - [19] = { baseMultiplier = 2.46, levelRequirement = 84, cost = { Mana = 72, }, }, - [20] = { baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 80, }, }, - [21] = { baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 88, }, }, - [22] = { baseMultiplier = 3.08, levelRequirement = 90, cost = { Mana = 98, }, }, - [23] = { baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 108, }, }, - [24] = { baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 120, }, }, - [25] = { baseMultiplier = 3.85, levelRequirement = 90, cost = { Mana = 133, }, }, - [26] = { baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 148, }, }, - [27] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 164, }, }, - [28] = { baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 182, }, }, - [29] = { baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 201, }, }, - [30] = { baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 223, }, }, - [31] = { baseMultiplier = 6.02, levelRequirement = 90, cost = { Mana = 247, }, }, - [32] = { baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 274, }, }, - [33] = { baseMultiplier = 6.99, levelRequirement = 90, cost = { Mana = 304, }, }, - [34] = { baseMultiplier = 7.53, levelRequirement = 90, cost = { Mana = 336, }, }, - [35] = { baseMultiplier = 8.11, levelRequirement = 90, cost = { Mana = 373, }, }, - [36] = { baseMultiplier = 8.73, levelRequirement = 90, cost = { Mana = 413, }, }, - [37] = { baseMultiplier = 9.41, levelRequirement = 90, cost = { Mana = 458, }, }, - [38] = { baseMultiplier = 10.14, levelRequirement = 90, cost = { Mana = 508, }, }, - [39] = { baseMultiplier = 10.92, levelRequirement = 90, cost = { Mana = 563, }, }, - [40] = { baseMultiplier = 11.76, levelRequirement = 90, cost = { Mana = 623, }, }, + [18] = { baseMultiplier = 2.29, levelRequirement = 78, cost = { Mana = 63, }, }, + [19] = { baseMultiplier = 2.46, levelRequirement = 84, cost = { Mana = 69, }, }, + [20] = { baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 74, }, }, + [21] = { baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 80, }, }, + [22] = { baseMultiplier = 3.08, levelRequirement = 90, cost = { Mana = 86, }, }, + [23] = { baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 93, }, }, + [24] = { baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 100, }, }, + [25] = { baseMultiplier = 3.85, levelRequirement = 90, cost = { Mana = 107, }, }, + [26] = { baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 115, }, }, + [27] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 124, }, }, + [28] = { baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 133, }, }, + [29] = { baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 142, }, }, + [30] = { baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 152, }, }, + [31] = { baseMultiplier = 6.02, levelRequirement = 90, cost = { Mana = 163, }, }, + [32] = { baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 174, }, }, + [33] = { baseMultiplier = 6.99, levelRequirement = 90, cost = { Mana = 186, }, }, + [34] = { baseMultiplier = 7.53, levelRequirement = 90, cost = { Mana = 198, }, }, + [35] = { baseMultiplier = 8.11, levelRequirement = 90, cost = { Mana = 212, }, }, + [36] = { baseMultiplier = 8.73, levelRequirement = 90, cost = { Mana = 226, }, }, + [37] = { baseMultiplier = 9.41, levelRequirement = 90, cost = { Mana = 241, }, }, + [38] = { baseMultiplier = 10.14, levelRequirement = 90, cost = { Mana = 256, }, }, + [39] = { baseMultiplier = 10.92, levelRequirement = 90, cost = { Mana = 273, }, }, + [40] = { baseMultiplier = 11.76, levelRequirement = 90, cost = { Mana = 290, }, }, }, statSets = { [1] = { label = "Escape Shot", - incrementalEffectiveness = 0.092720001935959, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "escape_shot", baseFlags = { attack = true, @@ -2235,7 +2256,7 @@ skills["EscapeShotPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 24 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, { "total_attack_time_+_ms", 700 }, { "projectile_distance_override", 20 }, }, @@ -2297,12 +2318,132 @@ skills["EscapeShotPlayer"] = { }, } } +skills["EscapeShotIceFragmentPlayer"] = { + name = "Ice Fragments", + hidden = true, + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Attack] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Area] = true, [SkillType.Cold] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 0.55, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.6, levelRequirement = 0, }, + [3] = { baseMultiplier = 0.67, levelRequirement = 0, }, + [4] = { baseMultiplier = 0.73, levelRequirement = 0, }, + [5] = { baseMultiplier = 0.78, levelRequirement = 0, }, + [6] = { baseMultiplier = 0.84, levelRequirement = 0, }, + [7] = { baseMultiplier = 0.9, levelRequirement = 0, }, + [8] = { baseMultiplier = 0.96, levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { baseMultiplier = 1.05, levelRequirement = 0, }, + [11] = { baseMultiplier = 1.11, levelRequirement = 0, }, + [12] = { baseMultiplier = 1.16, levelRequirement = 0, }, + [13] = { baseMultiplier = 1.22, levelRequirement = 0, }, + [14] = { baseMultiplier = 1.28, levelRequirement = 0, }, + [15] = { baseMultiplier = 1.34, levelRequirement = 0, }, + [16] = { baseMultiplier = 1.41, levelRequirement = 0, }, + [17] = { baseMultiplier = 1.48, levelRequirement = 0, }, + [18] = { baseMultiplier = 1.56, levelRequirement = 0, }, + [19] = { baseMultiplier = 1.63, levelRequirement = 0, }, + [20] = { baseMultiplier = 1.72, levelRequirement = 0, }, + [21] = { baseMultiplier = 1.8, levelRequirement = 0, }, + [22] = { baseMultiplier = 1.89, levelRequirement = 0, }, + [23] = { baseMultiplier = 1.99, levelRequirement = 0, }, + [24] = { baseMultiplier = 2.09, levelRequirement = 0, }, + [25] = { baseMultiplier = 2.19, levelRequirement = 0, }, + [26] = { baseMultiplier = 2.3, levelRequirement = 0, }, + [27] = { baseMultiplier = 2.41, levelRequirement = 0, }, + [28] = { baseMultiplier = 2.53, levelRequirement = 0, }, + [29] = { baseMultiplier = 2.66, levelRequirement = 0, }, + [30] = { baseMultiplier = 2.79, levelRequirement = 0, }, + [31] = { baseMultiplier = 2.93, levelRequirement = 0, }, + [32] = { baseMultiplier = 3.08, levelRequirement = 0, }, + [33] = { baseMultiplier = 3.23, levelRequirement = 0, }, + [34] = { baseMultiplier = 3.4, levelRequirement = 0, }, + [35] = { baseMultiplier = 3.57, levelRequirement = 0, }, + [36] = { baseMultiplier = 3.74, levelRequirement = 0, }, + [37] = { baseMultiplier = 3.93, levelRequirement = 0, }, + [38] = { baseMultiplier = 4.13, levelRequirement = 0, }, + [39] = { baseMultiplier = 4.33, levelRequirement = 0, }, + [40] = { baseMultiplier = 4.55, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ice Fragments", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ballistic_ice_projectile", + baseFlags = { + attack = true, + projectile = true, + area = true, + }, + constantStats = { + { "trigger_ballistic_ice_chunk_on_hit_frozen_target", 100 }, + { "active_skill_base_area_of_effect_radius", 13 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "ballistic_ice_chunk_cone_angle", 360 }, + { "base_skill_detonation_time", 2500 }, + { "base_number_of_projectiles", 4 }, + { "triggered_by_escape_shot_%", 100 }, + }, + stats = { + "base_is_projectile", + "ballistic_projectiles_always_bounce", + "triggerable_in_any_set", + "usable_while_shapeshifted", + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} skills["ExplosiveSpearPlayer"] = { name = "Explosive Spear", baseTypeName = "Explosive Spear", color = 2, description = "Hurl a single payload Spear that pierces through enemies and lodges in terrain where it lands. The Spear will explode at the end of its Detonation Time or if Detonated. Consumes a Frenzy Charge if you have one to explode immediately, dealing more damage in a cross-shaped area and creating Ignited Ground.", - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spear] = true, [SkillType.CanRapidFire] = true, [SkillType.RangedAttack] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMounted] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, [SkillType.Limit] = true, [SkillType.CannotChain] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, }, + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spear] = true, [SkillType.Barrageable] = true, [SkillType.RangedAttack] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMounted] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, [SkillType.Limit] = true, [SkillType.CannotChain] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -2315,42 +2456,42 @@ skills["ExplosiveSpearPlayer"] = { [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 5, }, }, [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 6, }, }, [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 7, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 7, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 8, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 9, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 10, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 11, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 13, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 14, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 16, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 18, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 20, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 22, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 24, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 8, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 9, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 10, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 12, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 13, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 14, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 16, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 17, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 19, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 21, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 23, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 25, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 27, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 30, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 33, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 37, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 41, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 45, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 50, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 55, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 61, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 68, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 76, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 84, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 93, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 103, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 114, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 126, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 140, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 155, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 172, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 191, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 212, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 235, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 260, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 288, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 29, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 31, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 34, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 37, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 40, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 43, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 46, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 49, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 53, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 57, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 61, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 65, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 70, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 75, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 80, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 86, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 91, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 98, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 104, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 111, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 118, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 126, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 134, }, }, }, statSets = { [1] = { @@ -2364,7 +2505,7 @@ skills["ExplosiveSpearPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_remote_spear_mines_allowed", 1 }, { "base_skill_detonation_time", 2500 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, @@ -2439,10 +2580,11 @@ skills["ExplosiveSpearPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_remote_spear_mines_allowed", 1 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, { "remote_spear_mine_minimum_target_distance", 10 }, + { "active_skill_base_area_of_effect_radius", 28 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, }, stats = { @@ -2515,14 +2657,15 @@ skills["ExplosiveSpearPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_remote_spear_mines_allowed", 1 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, { "remote_spear_mine_minimum_target_distance", 10 }, + { "active_skill_base_area_of_effect_radius", 40 }, { "active_skill_base_secondary_area_of_effect_radius", 15 }, { "active_skill_base_tertiary_area_of_effect_radius", 20 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, - { "base_skill_effect_duration", 4000 }, + { "base_skill_effect_duration", 8000 }, }, stats = { "base_is_projectile", @@ -2588,56 +2731,56 @@ skills["FangsOfFrostPlayer"] = { name = "Fangs of Frost", baseTypeName = "Fangs of Frost", color = 2, - description = "Perform an icy stab that exploits enemies who are already off balance. Hitting a Parried target Consumes the Debuff to cause a nova of frost and leave Chilled Ground.", + description = "Perform an icy stab that exploits enemies who are already off balance. Hitting a Parried target Consumes the Debuff to cause an explosion of frost and leave Chilled Ground.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Spear] = true, [SkillType.Cold] = true, [SkillType.SkillConsumesParried] = true, [SkillType.CreatesGroundEffect] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "melee_range_+", 0.2 }, + { "chance_to_not_consume_parried_%", 0.75 }, }, levels = { [1] = { attackSpeedMultiplier = -15, baseMultiplier = 0.95, levelRequirement = 0, cost = { Mana = 4, }, }, [2] = { attackSpeedMultiplier = -15, baseMultiplier = 1.05, levelRequirement = 3, cost = { Mana = 5, }, }, [3] = { attackSpeedMultiplier = -15, baseMultiplier = 1.15, levelRequirement = 6, cost = { Mana = 6, }, }, - [4] = { attackSpeedMultiplier = -15, baseMultiplier = 1.25, levelRequirement = 10, cost = { Mana = 6, }, }, - [5] = { attackSpeedMultiplier = -15, baseMultiplier = 1.35, levelRequirement = 14, cost = { Mana = 7, }, }, - [6] = { attackSpeedMultiplier = -15, baseMultiplier = 1.45, levelRequirement = 18, cost = { Mana = 8, }, }, - [7] = { attackSpeedMultiplier = -15, baseMultiplier = 1.56, levelRequirement = 22, cost = { Mana = 9, }, }, - [8] = { attackSpeedMultiplier = -15, baseMultiplier = 1.65, levelRequirement = 26, cost = { Mana = 10, }, }, - [9] = { attackSpeedMultiplier = -15, baseMultiplier = 1.73, levelRequirement = 31, cost = { Mana = 11, }, }, - [10] = { attackSpeedMultiplier = -15, baseMultiplier = 1.82, levelRequirement = 36, cost = { Mana = 12, }, }, - [11] = { attackSpeedMultiplier = -15, baseMultiplier = 1.91, levelRequirement = 41, cost = { Mana = 13, }, }, - [12] = { attackSpeedMultiplier = -15, baseMultiplier = 2.01, levelRequirement = 46, cost = { Mana = 15, }, }, - [13] = { attackSpeedMultiplier = -15, baseMultiplier = 2.11, levelRequirement = 52, cost = { Mana = 16, }, }, - [14] = { attackSpeedMultiplier = -15, baseMultiplier = 2.21, levelRequirement = 58, cost = { Mana = 18, }, }, - [15] = { attackSpeedMultiplier = -15, baseMultiplier = 2.32, levelRequirement = 64, cost = { Mana = 20, }, }, + [4] = { attackSpeedMultiplier = -15, baseMultiplier = 1.25, levelRequirement = 10, cost = { Mana = 7, }, }, + [5] = { attackSpeedMultiplier = -15, baseMultiplier = 1.35, levelRequirement = 14, cost = { Mana = 8, }, }, + [6] = { attackSpeedMultiplier = -15, baseMultiplier = 1.45, levelRequirement = 18, cost = { Mana = 9, }, }, + [7] = { attackSpeedMultiplier = -15, baseMultiplier = 1.56, levelRequirement = 22, cost = { Mana = 10, }, }, + [8] = { attackSpeedMultiplier = -15, baseMultiplier = 1.65, levelRequirement = 26, cost = { Mana = 11, }, }, + [9] = { attackSpeedMultiplier = -15, baseMultiplier = 1.73, levelRequirement = 31, cost = { Mana = 12, }, }, + [10] = { attackSpeedMultiplier = -15, baseMultiplier = 1.82, levelRequirement = 36, cost = { Mana = 13, }, }, + [11] = { attackSpeedMultiplier = -15, baseMultiplier = 1.91, levelRequirement = 41, cost = { Mana = 15, }, }, + [12] = { attackSpeedMultiplier = -15, baseMultiplier = 2.01, levelRequirement = 46, cost = { Mana = 16, }, }, + [13] = { attackSpeedMultiplier = -15, baseMultiplier = 2.11, levelRequirement = 52, cost = { Mana = 18, }, }, + [14] = { attackSpeedMultiplier = -15, baseMultiplier = 2.21, levelRequirement = 58, cost = { Mana = 19, }, }, + [15] = { attackSpeedMultiplier = -15, baseMultiplier = 2.32, levelRequirement = 64, cost = { Mana = 21, }, }, [16] = { attackSpeedMultiplier = -15, baseMultiplier = 2.44, levelRequirement = 66, cost = { Mana = 23, }, }, [17] = { attackSpeedMultiplier = -15, baseMultiplier = 2.56, levelRequirement = 72, cost = { Mana = 25, }, }, - [18] = { attackSpeedMultiplier = -15, baseMultiplier = 2.69, levelRequirement = 78, cost = { Mana = 28, }, }, - [19] = { attackSpeedMultiplier = -15, baseMultiplier = 2.82, levelRequirement = 84, cost = { Mana = 31, }, }, - [20] = { attackSpeedMultiplier = -15, baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 34, }, }, - [21] = { attackSpeedMultiplier = -15, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 38, }, }, - [22] = { attackSpeedMultiplier = -15, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 42, }, }, - [23] = { attackSpeedMultiplier = -15, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 47, }, }, - [24] = { attackSpeedMultiplier = -15, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 52, }, }, - [25] = { attackSpeedMultiplier = -15, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 58, }, }, - [26] = { attackSpeedMultiplier = -15, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 64, }, }, - [27] = { attackSpeedMultiplier = -15, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 71, }, }, - [28] = { attackSpeedMultiplier = -15, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 79, }, }, - [29] = { attackSpeedMultiplier = -15, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 87, }, }, - [30] = { attackSpeedMultiplier = -15, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 97, }, }, - [31] = { attackSpeedMultiplier = -15, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 107, }, }, - [32] = { attackSpeedMultiplier = -15, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 119, }, }, - [33] = { attackSpeedMultiplier = -15, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 132, }, }, - [34] = { attackSpeedMultiplier = -15, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 146, }, }, - [35] = { attackSpeedMultiplier = -15, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 162, }, }, - [36] = { attackSpeedMultiplier = -15, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 180, }, }, - [37] = { attackSpeedMultiplier = -15, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 199, }, }, - [38] = { attackSpeedMultiplier = -15, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 221, }, }, - [39] = { attackSpeedMultiplier = -15, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 245, }, }, - [40] = { attackSpeedMultiplier = -15, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 271, }, }, + [18] = { attackSpeedMultiplier = -15, baseMultiplier = 2.69, levelRequirement = 78, cost = { Mana = 27, }, }, + [19] = { attackSpeedMultiplier = -15, baseMultiplier = 2.82, levelRequirement = 84, cost = { Mana = 30, }, }, + [20] = { attackSpeedMultiplier = -15, baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 32, }, }, + [21] = { attackSpeedMultiplier = -15, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 35, }, }, + [22] = { attackSpeedMultiplier = -15, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 37, }, }, + [23] = { attackSpeedMultiplier = -15, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 40, }, }, + [24] = { attackSpeedMultiplier = -15, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 43, }, }, + [25] = { attackSpeedMultiplier = -15, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 46, }, }, + [26] = { attackSpeedMultiplier = -15, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 50, }, }, + [27] = { attackSpeedMultiplier = -15, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 54, }, }, + [28] = { attackSpeedMultiplier = -15, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 57, }, }, + [29] = { attackSpeedMultiplier = -15, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 62, }, }, + [30] = { attackSpeedMultiplier = -15, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 66, }, }, + [31] = { attackSpeedMultiplier = -15, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 71, }, }, + [32] = { attackSpeedMultiplier = -15, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 75, }, }, + [33] = { attackSpeedMultiplier = -15, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 81, }, }, + [34] = { attackSpeedMultiplier = -15, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 86, }, }, + [35] = { attackSpeedMultiplier = -15, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 92, }, }, + [36] = { attackSpeedMultiplier = -15, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 98, }, }, + [37] = { attackSpeedMultiplier = -15, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 104, }, }, + [38] = { attackSpeedMultiplier = -15, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 111, }, }, + [39] = { attackSpeedMultiplier = -15, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 118, }, }, + [40] = { attackSpeedMultiplier = -15, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 126, }, }, }, statSets = { [1] = { @@ -2660,6 +2803,7 @@ skills["FangsOfFrostPlayer"] = { "cannot_cancel_skill_before_contact_point", "is_area_damage", "consume_parried_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 50, statInterpolation = { 1, }, actorLevel = 1, }, @@ -2705,7 +2849,7 @@ skills["FangsOfFrostPlayer"] = { }, }, [2] = { - label = "Nova", + label = "Explosion", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "frostwhirl", baseFlags = { @@ -2728,50 +2872,52 @@ skills["FangsOfFrostPlayer"] = { "cannot_cancel_skill_before_contact_point", "is_area_damage", "consume_parried_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "base_skill_show_average_damage_instead_of_dps", + "quality_hide_display_character_panel", }, levels = { - [1] = { 50, 100, baseMultiplier = 1.1, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 53, 106, baseMultiplier = 1.21, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 56, 112, baseMultiplier = 1.34, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 59, 118, baseMultiplier = 1.47, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 62, 124, baseMultiplier = 1.6, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 65, 130, baseMultiplier = 1.73, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 68, 136, baseMultiplier = 1.87, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 71, 142, baseMultiplier = 2, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 74, 148, baseMultiplier = 2.12, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 77, 154, baseMultiplier = 2.26, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 80, 160, baseMultiplier = 2.41, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 83, 166, baseMultiplier = 2.57, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 86, 172, baseMultiplier = 2.74, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 89, 178, baseMultiplier = 2.93, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 92, 184, baseMultiplier = 3.13, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 95, 190, baseMultiplier = 3.36, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 98, 196, baseMultiplier = 3.61, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 101, 202, baseMultiplier = 3.87, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 104, 208, baseMultiplier = 4.17, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 107, 214, baseMultiplier = 4.49, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 110, 220, baseMultiplier = 4.84, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 113, 226, baseMultiplier = 5.21, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 116, 232, baseMultiplier = 5.62, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 119, 238, baseMultiplier = 6.05, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 122, 244, baseMultiplier = 6.52, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 125, 250, baseMultiplier = 7.02, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 128, 256, baseMultiplier = 7.56, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 131, 262, baseMultiplier = 8.15, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 134, 268, baseMultiplier = 8.78, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 137, 274, baseMultiplier = 9.46, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 138, 277, baseMultiplier = 10.19, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 140, 280, baseMultiplier = 10.97, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 141, 283, baseMultiplier = 11.82, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 143, 286, baseMultiplier = 12.74, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 144, 289, baseMultiplier = 13.72, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 146, 292, baseMultiplier = 14.78, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 147, 295, baseMultiplier = 15.92, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 149, 298, baseMultiplier = 17.15, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 150, 301, baseMultiplier = 18.48, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 152, 304, baseMultiplier = 19.91, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 50, 150, baseMultiplier = 1.1, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 53, 159, baseMultiplier = 1.21, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 56, 168, baseMultiplier = 1.34, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 59, 177, baseMultiplier = 1.47, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 62, 186, baseMultiplier = 1.6, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 65, 195, baseMultiplier = 1.73, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 68, 204, baseMultiplier = 1.87, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 71, 213, baseMultiplier = 2, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 74, 222, baseMultiplier = 2.12, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 77, 231, baseMultiplier = 2.26, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 80, 240, baseMultiplier = 2.41, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 83, 249, baseMultiplier = 2.57, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 86, 258, baseMultiplier = 2.74, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 89, 267, baseMultiplier = 2.93, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 92, 276, baseMultiplier = 3.13, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 95, 285, baseMultiplier = 3.36, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 98, 294, baseMultiplier = 3.61, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 101, 303, baseMultiplier = 3.87, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 104, 312, baseMultiplier = 4.17, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 107, 321, baseMultiplier = 4.49, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 110, 330, baseMultiplier = 4.84, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 113, 339, baseMultiplier = 5.21, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 116, 348, baseMultiplier = 5.62, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 119, 357, baseMultiplier = 6.05, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 122, 366, baseMultiplier = 6.52, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 125, 375, baseMultiplier = 7.02, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 128, 384, baseMultiplier = 7.56, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 131, 393, baseMultiplier = 8.15, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 134, 402, baseMultiplier = 8.78, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 137, 411, baseMultiplier = 9.46, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 138, 420, baseMultiplier = 10.19, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 140, 429, baseMultiplier = 10.97, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 141, 438, baseMultiplier = 11.82, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 143, 447, baseMultiplier = 12.74, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 144, 456, baseMultiplier = 13.72, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 146, 465, baseMultiplier = 14.78, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 147, 474, baseMultiplier = 15.92, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 149, 483, baseMultiplier = 17.15, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 150, 492, baseMultiplier = 18.48, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 152, 501, baseMultiplier = 19.91, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2780,56 +2926,56 @@ skills["FreezingSalvoPlayer"] = { name = "Freezing Salvo", baseTypeName = "Freezing Salvo", color = 2, - description = "Passively coalesces icy missiles from the air over time. Using the skill fires a missile, firing an additional missile for each that has been accumulated.", - skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GainsStages] = true, [SkillType.HasSeals] = true, [SkillType.GroundTargetedProjectile] = true, }, + description = "Passively coalesces icy missiles from the air over time. Using the skill fires a missile, firing an additional missile for each that has been accumulated. Fires an additional missile, up to its current missile count, targeting each Ice Fragment in its Area of effect, causing the Fragments to Detonate immediately.", + skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.HasSeals] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "freezing_salvo_seals_gain_base_interval_ms", -10 }, + { "active_skill_hit_damage_freeze_multiplier_+%_final", 2 }, }, levels = { - [1] = { baseMultiplier = 0.55, levelRequirement = 0, cost = { Mana = 16, }, }, - [2] = { baseMultiplier = 0.6, levelRequirement = 3, cost = { Mana = 17, }, }, - [3] = { baseMultiplier = 0.67, levelRequirement = 6, cost = { Mana = 19, }, }, - [4] = { baseMultiplier = 0.73, levelRequirement = 10, cost = { Mana = 21, }, }, - [5] = { baseMultiplier = 0.78, levelRequirement = 14, cost = { Mana = 24, }, }, - [6] = { baseMultiplier = 0.84, levelRequirement = 18, cost = { Mana = 26, }, }, - [7] = { baseMultiplier = 0.9, levelRequirement = 22, cost = { Mana = 29, }, }, - [8] = { baseMultiplier = 0.96, levelRequirement = 26, cost = { Mana = 33, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 36, }, }, - [10] = { baseMultiplier = 1.05, levelRequirement = 36, cost = { Mana = 40, }, }, - [11] = { baseMultiplier = 1.11, levelRequirement = 41, cost = { Mana = 44, }, }, - [12] = { baseMultiplier = 1.16, levelRequirement = 46, cost = { Mana = 49, }, }, - [13] = { baseMultiplier = 1.22, levelRequirement = 52, cost = { Mana = 55, }, }, - [14] = { baseMultiplier = 1.28, levelRequirement = 58, cost = { Mana = 61, }, }, - [15] = { baseMultiplier = 1.34, levelRequirement = 64, cost = { Mana = 67, }, }, - [16] = { baseMultiplier = 1.41, levelRequirement = 66, cost = { Mana = 75, }, }, - [17] = { baseMultiplier = 1.48, levelRequirement = 72, cost = { Mana = 83, }, }, - [18] = { baseMultiplier = 1.56, levelRequirement = 78, cost = { Mana = 92, }, }, - [19] = { baseMultiplier = 1.63, levelRequirement = 84, cost = { Mana = 102, }, }, - [20] = { baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 113, }, }, - [21] = { baseMultiplier = 1.8, levelRequirement = 90, cost = { Mana = 125, }, }, - [22] = { baseMultiplier = 1.89, levelRequirement = 90, cost = { Mana = 138, }, }, - [23] = { baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 153, }, }, - [24] = { baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 170, }, }, - [25] = { baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 188, }, }, - [26] = { baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 209, }, }, - [27] = { baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 232, }, }, - [28] = { baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 257, }, }, - [29] = { baseMultiplier = 2.66, levelRequirement = 90, cost = { Mana = 284, }, }, - [30] = { baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 315, }, }, - [31] = { baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 349, }, }, - [32] = { baseMultiplier = 3.08, levelRequirement = 90, cost = { Mana = 387, }, }, - [33] = { baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 429, }, }, - [34] = { baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 476, }, }, - [35] = { baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 527, }, }, - [36] = { baseMultiplier = 3.74, levelRequirement = 90, cost = { Mana = 584, }, }, - [37] = { baseMultiplier = 3.93, levelRequirement = 90, cost = { Mana = 647, }, }, - [38] = { baseMultiplier = 4.13, levelRequirement = 90, cost = { Mana = 717, }, }, - [39] = { baseMultiplier = 4.33, levelRequirement = 90, cost = { Mana = 795, }, }, - [40] = { baseMultiplier = 4.55, levelRequirement = 90, cost = { Mana = 881, }, }, + [1] = { baseMultiplier = 0.48, levelRequirement = 0, cost = { Mana = 15, }, }, + [2] = { baseMultiplier = 0.53, levelRequirement = 3, cost = { Mana = 18, }, }, + [3] = { baseMultiplier = 0.58, levelRequirement = 6, cost = { Mana = 20, }, }, + [4] = { baseMultiplier = 0.63, levelRequirement = 10, cost = { Mana = 23, }, }, + [5] = { baseMultiplier = 0.68, levelRequirement = 14, cost = { Mana = 26, }, }, + [6] = { baseMultiplier = 0.73, levelRequirement = 18, cost = { Mana = 29, }, }, + [7] = { baseMultiplier = 0.79, levelRequirement = 22, cost = { Mana = 33, }, }, + [8] = { baseMultiplier = 0.83, levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { baseMultiplier = 0.88, levelRequirement = 31, cost = { Mana = 40, }, }, + [10] = { baseMultiplier = 0.92, levelRequirement = 36, cost = { Mana = 44, }, }, + [11] = { baseMultiplier = 0.97, levelRequirement = 41, cost = { Mana = 49, }, }, + [12] = { baseMultiplier = 1.01, levelRequirement = 46, cost = { Mana = 54, }, }, + [13] = { baseMultiplier = 1.06, levelRequirement = 52, cost = { Mana = 59, }, }, + [14] = { baseMultiplier = 1.12, levelRequirement = 58, cost = { Mana = 64, }, }, + [15] = { baseMultiplier = 1.17, levelRequirement = 64, cost = { Mana = 70, }, }, + [16] = { baseMultiplier = 1.23, levelRequirement = 66, cost = { Mana = 76, }, }, + [17] = { baseMultiplier = 1.29, levelRequirement = 72, cost = { Mana = 83, }, }, + [18] = { baseMultiplier = 1.36, levelRequirement = 78, cost = { Mana = 90, }, }, + [19] = { baseMultiplier = 1.43, levelRequirement = 84, cost = { Mana = 97, }, }, + [20] = { baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 105, }, }, + [21] = { baseMultiplier = 1.57, levelRequirement = 90, cost = { Mana = 113, }, }, + [22] = { baseMultiplier = 1.65, levelRequirement = 90, cost = { Mana = 122, }, }, + [23] = { baseMultiplier = 1.73, levelRequirement = 90, cost = { Mana = 131, }, }, + [24] = { baseMultiplier = 1.82, levelRequirement = 90, cost = { Mana = 141, }, }, + [25] = { baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 152, }, }, + [26] = { baseMultiplier = 2.01, levelRequirement = 90, cost = { Mana = 163, }, }, + [27] = { baseMultiplier = 2.11, levelRequirement = 90, cost = { Mana = 175, }, }, + [28] = { baseMultiplier = 2.21, levelRequirement = 90, cost = { Mana = 188, }, }, + [29] = { baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 201, }, }, + [30] = { baseMultiplier = 2.44, levelRequirement = 90, cost = { Mana = 215, }, }, + [31] = { baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 230, }, }, + [32] = { baseMultiplier = 2.69, levelRequirement = 90, cost = { Mana = 246, }, }, + [33] = { baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 263, }, }, + [34] = { baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 280, }, }, + [35] = { baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 299, }, }, + [36] = { baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 319, }, }, + [37] = { baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 340, }, }, + [38] = { baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 362, }, }, + [39] = { baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 386, }, }, + [40] = { baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 410, }, }, }, statSets = { [1] = { @@ -2844,12 +2990,12 @@ skills["FreezingSalvoPlayer"] = { constantStats = { { "base_number_of_projectiles", 1 }, { "active_skill_base_area_of_effect_radius", 12 }, - { "active_skill_base_secondary_area_of_effect_radius", 20 }, + { "active_skill_base_secondary_area_of_effect_radius", 30 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "freezing_salvo_maximum_number_of_seals", 12 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "freezing_salvo_maximum_number_of_seals", 10 }, }, stats = { "freezing_salvo_seals_gain_base_interval_ms", @@ -2862,46 +3008,46 @@ skills["FreezingSalvoPlayer"] = { "quality_display_freezing_salvo_is_gem", }, levels = { - [1] = { 1050, 50, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1030, 53, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1020, 56, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1010, 59, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 1000, 62, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 980, 65, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 970, 68, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 960, 71, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 940, 74, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 930, 77, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 920, 80, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 900, 83, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 890, 86, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 880, 89, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 870, 92, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 850, 95, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 840, 98, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 830, 101, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 810, 104, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 800, 107, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 790, 110, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 770, 113, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 760, 116, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [1] = { 750, 50, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 750, 53, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 750, 56, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 750, 59, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 750, 62, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 750, 65, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 750, 68, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 750, 71, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 750, 74, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 750, 77, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 750, 80, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 750, 83, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 750, 86, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 750, 89, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 750, 92, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 750, 95, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 750, 98, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 750, 101, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 750, 104, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 750, 107, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 750, 110, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 750, 113, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 750, 116, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, [24] = { 750, 119, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 740, 122, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 720, 125, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 710, 128, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 700, 131, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 680, 134, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 670, 137, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 660, 138, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 640, 140, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 630, 141, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 620, 143, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 610, 144, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 590, 146, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 580, 147, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 570, 149, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 550, 150, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 540, 152, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [25] = { 750, 122, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 750, 125, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 750, 128, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 750, 131, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 750, 134, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 750, 137, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 750, 138, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 750, 140, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 750, 141, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 750, 143, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 750, 144, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 750, 146, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 750, 147, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 750, 149, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 750, 150, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 750, 152, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2911,7 +3057,7 @@ skills["GasArrowPlayer"] = { baseTypeName = "Gas Arrow", color = 2, description = "Fire a noxious arrow at the ground, creating a cloud of flammable poisonous gas at the end of its flight. The cloud will detonate if hit by a Detonator skill or if an Ignited enemy touches it, creating a fiery explosion.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Barrageable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -2922,44 +3068,44 @@ skills["GasArrowPlayer"] = { levels = { [1] = { baseMultiplier = 0.3, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { baseMultiplier = 0.33, levelRequirement = 3, cost = { Mana = 10, }, }, - [3] = { baseMultiplier = 0.36, levelRequirement = 6, cost = { Mana = 11, }, }, + [3] = { baseMultiplier = 0.36, levelRequirement = 6, cost = { Mana = 12, }, }, [4] = { baseMultiplier = 0.4, levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { baseMultiplier = 0.43, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { baseMultiplier = 0.46, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { baseMultiplier = 0.49, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { baseMultiplier = 0.52, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { baseMultiplier = 0.55, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { baseMultiplier = 0.57, levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { baseMultiplier = 0.6, levelRequirement = 41, cost = { Mana = 26, }, }, - [12] = { baseMultiplier = 0.63, levelRequirement = 46, cost = { Mana = 29, }, }, - [13] = { baseMultiplier = 0.66, levelRequirement = 52, cost = { Mana = 32, }, }, - [14] = { baseMultiplier = 0.7, levelRequirement = 58, cost = { Mana = 36, }, }, - [15] = { baseMultiplier = 0.73, levelRequirement = 64, cost = { Mana = 40, }, }, - [16] = { baseMultiplier = 0.77, levelRequirement = 66, cost = { Mana = 44, }, }, + [5] = { baseMultiplier = 0.43, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { baseMultiplier = 0.46, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { baseMultiplier = 0.49, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { baseMultiplier = 0.52, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { baseMultiplier = 0.55, levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { baseMultiplier = 0.57, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { baseMultiplier = 0.6, levelRequirement = 41, cost = { Mana = 29, }, }, + [12] = { baseMultiplier = 0.63, levelRequirement = 46, cost = { Mana = 32, }, }, + [13] = { baseMultiplier = 0.66, levelRequirement = 52, cost = { Mana = 35, }, }, + [14] = { baseMultiplier = 0.7, levelRequirement = 58, cost = { Mana = 38, }, }, + [15] = { baseMultiplier = 0.73, levelRequirement = 64, cost = { Mana = 41, }, }, + [16] = { baseMultiplier = 0.77, levelRequirement = 66, cost = { Mana = 45, }, }, [17] = { baseMultiplier = 0.81, levelRequirement = 72, cost = { Mana = 49, }, }, - [18] = { baseMultiplier = 0.85, levelRequirement = 78, cost = { Mana = 54, }, }, - [19] = { baseMultiplier = 0.89, levelRequirement = 84, cost = { Mana = 60, }, }, - [20] = { baseMultiplier = 0.94, levelRequirement = 90, cost = { Mana = 67, }, }, - [21] = { baseMultiplier = 0.98, levelRequirement = 90, cost = { Mana = 74, }, }, - [22] = { baseMultiplier = 1.03, levelRequirement = 90, cost = { Mana = 82, }, }, - [23] = { baseMultiplier = 1.08, levelRequirement = 90, cost = { Mana = 91, }, }, - [24] = { baseMultiplier = 1.14, levelRequirement = 90, cost = { Mana = 101, }, }, - [25] = { baseMultiplier = 1.19, levelRequirement = 90, cost = { Mana = 112, }, }, - [26] = { baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 124, }, }, - [27] = { baseMultiplier = 1.32, levelRequirement = 90, cost = { Mana = 137, }, }, - [28] = { baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 152, }, }, - [29] = { baseMultiplier = 1.45, levelRequirement = 90, cost = { Mana = 169, }, }, - [30] = { baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 187, }, }, - [31] = { baseMultiplier = 1.6, levelRequirement = 90, cost = { Mana = 207, }, }, - [32] = { baseMultiplier = 1.68, levelRequirement = 90, cost = { Mana = 230, }, }, - [33] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 255, }, }, - [34] = { baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 282, }, }, - [35] = { baseMultiplier = 1.95, levelRequirement = 90, cost = { Mana = 313, }, }, - [36] = { baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 347, }, }, - [37] = { baseMultiplier = 2.14, levelRequirement = 90, cost = { Mana = 384, }, }, - [38] = { baseMultiplier = 2.25, levelRequirement = 90, cost = { Mana = 426, }, }, - [39] = { baseMultiplier = 2.36, levelRequirement = 90, cost = { Mana = 472, }, }, - [40] = { baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 523, }, }, + [18] = { baseMultiplier = 0.85, levelRequirement = 78, cost = { Mana = 53, }, }, + [19] = { baseMultiplier = 0.89, levelRequirement = 84, cost = { Mana = 57, }, }, + [20] = { baseMultiplier = 0.94, levelRequirement = 90, cost = { Mana = 62, }, }, + [21] = { baseMultiplier = 0.98, levelRequirement = 90, cost = { Mana = 67, }, }, + [22] = { baseMultiplier = 1.03, levelRequirement = 90, cost = { Mana = 72, }, }, + [23] = { baseMultiplier = 1.08, levelRequirement = 90, cost = { Mana = 78, }, }, + [24] = { baseMultiplier = 1.14, levelRequirement = 90, cost = { Mana = 84, }, }, + [25] = { baseMultiplier = 1.19, levelRequirement = 90, cost = { Mana = 90, }, }, + [26] = { baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 97, }, }, + [27] = { baseMultiplier = 1.32, levelRequirement = 90, cost = { Mana = 104, }, }, + [28] = { baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 111, }, }, + [29] = { baseMultiplier = 1.45, levelRequirement = 90, cost = { Mana = 119, }, }, + [30] = { baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 128, }, }, + [31] = { baseMultiplier = 1.6, levelRequirement = 90, cost = { Mana = 136, }, }, + [32] = { baseMultiplier = 1.68, levelRequirement = 90, cost = { Mana = 146, }, }, + [33] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 156, }, }, + [34] = { baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 166, }, }, + [35] = { baseMultiplier = 1.95, levelRequirement = 90, cost = { Mana = 177, }, }, + [36] = { baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 189, }, }, + [37] = { baseMultiplier = 2.14, levelRequirement = 90, cost = { Mana = 202, }, }, + [38] = { baseMultiplier = 2.25, levelRequirement = 90, cost = { Mana = 215, }, }, + [39] = { baseMultiplier = 2.36, levelRequirement = 90, cost = { Mana = 229, }, }, + [40] = { baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 243, }, }, }, statSets = { [1] = { @@ -3192,8 +3338,8 @@ skills["GlacialLancePlayer"] = { name = "Glacial Lance", baseTypeName = "Glacial Lance", color = 2, - description = "Throw a single Piercing lance that leaves icy fragments in its wake. The fragments Chill nearby enemies. Consumes a Frenzy Charge if possible to cause the ice fragments created by the first Projectile to explode outwards after a short duration, peppering enemies with shrapnel.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Projectile] = true, [SkillType.Spear] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, }, + description = "Throw a single Piercing lance that leaves icy fragments in its wake. The fragments Chill nearby enemies. Consumes a Frenzy Charge if possible to cause the glacial fragments created by the first Projectile to explode outwards after a short duration, peppering enemies with shrapnel.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Projectile] = true, [SkillType.Spear] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -3205,43 +3351,43 @@ skills["GlacialLancePlayer"] = { [1] = { attackSpeedMultiplier = -50, baseMultiplier = 1.3, levelRequirement = 0, cost = { Mana = 8, }, }, [2] = { attackSpeedMultiplier = -50, baseMultiplier = 1.43, levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { attackSpeedMultiplier = -50, baseMultiplier = 1.57, levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { attackSpeedMultiplier = -50, baseMultiplier = 1.71, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { attackSpeedMultiplier = -50, baseMultiplier = 1.85, levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { attackSpeedMultiplier = -50, baseMultiplier = 1.99, levelRequirement = 18, cost = { Mana = 14, }, }, - [7] = { attackSpeedMultiplier = -50, baseMultiplier = 2.13, levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { attackSpeedMultiplier = -50, baseMultiplier = 2.26, levelRequirement = 26, cost = { Mana = 17, }, }, - [9] = { attackSpeedMultiplier = -50, baseMultiplier = 2.37, levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { attackSpeedMultiplier = -50, baseMultiplier = 2.49, levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { attackSpeedMultiplier = -50, baseMultiplier = 2.61, levelRequirement = 41, cost = { Mana = 23, }, }, - [12] = { attackSpeedMultiplier = -50, baseMultiplier = 2.74, levelRequirement = 46, cost = { Mana = 26, }, }, - [13] = { attackSpeedMultiplier = -50, baseMultiplier = 2.88, levelRequirement = 52, cost = { Mana = 28, }, }, - [14] = { attackSpeedMultiplier = -50, baseMultiplier = 3.03, levelRequirement = 58, cost = { Mana = 32, }, }, - [15] = { attackSpeedMultiplier = -50, baseMultiplier = 3.18, levelRequirement = 64, cost = { Mana = 35, }, }, - [16] = { attackSpeedMultiplier = -50, baseMultiplier = 3.34, levelRequirement = 66, cost = { Mana = 39, }, }, + [4] = { attackSpeedMultiplier = -50, baseMultiplier = 1.71, levelRequirement = 10, cost = { Mana = 12, }, }, + [5] = { attackSpeedMultiplier = -50, baseMultiplier = 1.85, levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { attackSpeedMultiplier = -50, baseMultiplier = 1.99, levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { attackSpeedMultiplier = -50, baseMultiplier = 2.13, levelRequirement = 22, cost = { Mana = 17, }, }, + [8] = { attackSpeedMultiplier = -50, baseMultiplier = 2.26, levelRequirement = 26, cost = { Mana = 19, }, }, + [9] = { attackSpeedMultiplier = -50, baseMultiplier = 2.37, levelRequirement = 31, cost = { Mana = 21, }, }, + [10] = { attackSpeedMultiplier = -50, baseMultiplier = 2.49, levelRequirement = 36, cost = { Mana = 23, }, }, + [11] = { attackSpeedMultiplier = -50, baseMultiplier = 2.61, levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { attackSpeedMultiplier = -50, baseMultiplier = 2.74, levelRequirement = 46, cost = { Mana = 28, }, }, + [13] = { attackSpeedMultiplier = -50, baseMultiplier = 2.88, levelRequirement = 52, cost = { Mana = 31, }, }, + [14] = { attackSpeedMultiplier = -50, baseMultiplier = 3.03, levelRequirement = 58, cost = { Mana = 33, }, }, + [15] = { attackSpeedMultiplier = -50, baseMultiplier = 3.18, levelRequirement = 64, cost = { Mana = 37, }, }, + [16] = { attackSpeedMultiplier = -50, baseMultiplier = 3.34, levelRequirement = 66, cost = { Mana = 40, }, }, [17] = { attackSpeedMultiplier = -50, baseMultiplier = 3.5, levelRequirement = 72, cost = { Mana = 43, }, }, - [18] = { attackSpeedMultiplier = -50, baseMultiplier = 3.68, levelRequirement = 78, cost = { Mana = 48, }, }, - [19] = { attackSpeedMultiplier = -50, baseMultiplier = 3.86, levelRequirement = 84, cost = { Mana = 53, }, }, - [20] = { attackSpeedMultiplier = -50, baseMultiplier = 4.05, levelRequirement = 90, cost = { Mana = 59, }, }, - [21] = { attackSpeedMultiplier = -50, baseMultiplier = 4.26, levelRequirement = 90, cost = { Mana = 65, }, }, - [22] = { attackSpeedMultiplier = -50, baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 72, }, }, - [23] = { attackSpeedMultiplier = -50, baseMultiplier = 4.69, levelRequirement = 90, cost = { Mana = 80, }, }, - [24] = { attackSpeedMultiplier = -50, baseMultiplier = 4.93, levelRequirement = 90, cost = { Mana = 89, }, }, - [25] = { attackSpeedMultiplier = -50, baseMultiplier = 5.17, levelRequirement = 90, cost = { Mana = 99, }, }, - [26] = { attackSpeedMultiplier = -50, baseMultiplier = 5.43, levelRequirement = 90, cost = { Mana = 109, }, }, - [27] = { attackSpeedMultiplier = -50, baseMultiplier = 5.71, levelRequirement = 90, cost = { Mana = 121, }, }, - [28] = { attackSpeedMultiplier = -50, baseMultiplier = 5.99, levelRequirement = 90, cost = { Mana = 134, }, }, - [29] = { attackSpeedMultiplier = -50, baseMultiplier = 6.29, levelRequirement = 90, cost = { Mana = 149, }, }, - [30] = { attackSpeedMultiplier = -50, baseMultiplier = 6.6, levelRequirement = 90, cost = { Mana = 165, }, }, - [31] = { attackSpeedMultiplier = -50, baseMultiplier = 6.93, levelRequirement = 90, cost = { Mana = 183, }, }, - [32] = { attackSpeedMultiplier = -50, baseMultiplier = 7.28, levelRequirement = 90, cost = { Mana = 203, }, }, - [33] = { attackSpeedMultiplier = -50, baseMultiplier = 7.65, levelRequirement = 90, cost = { Mana = 225, }, }, - [34] = { attackSpeedMultiplier = -50, baseMultiplier = 8.03, levelRequirement = 90, cost = { Mana = 249, }, }, - [35] = { attackSpeedMultiplier = -50, baseMultiplier = 8.43, levelRequirement = 90, cost = { Mana = 276, }, }, - [36] = { attackSpeedMultiplier = -50, baseMultiplier = 8.85, levelRequirement = 90, cost = { Mana = 306, }, }, - [37] = { attackSpeedMultiplier = -50, baseMultiplier = 9.29, levelRequirement = 90, cost = { Mana = 339, }, }, - [38] = { attackSpeedMultiplier = -50, baseMultiplier = 9.76, levelRequirement = 90, cost = { Mana = 376, }, }, - [39] = { attackSpeedMultiplier = -50, baseMultiplier = 10.25, levelRequirement = 90, cost = { Mana = 417, }, }, - [40] = { attackSpeedMultiplier = -50, baseMultiplier = 10.76, levelRequirement = 90, cost = { Mana = 462, }, }, + [18] = { attackSpeedMultiplier = -50, baseMultiplier = 3.68, levelRequirement = 78, cost = { Mana = 47, }, }, + [19] = { attackSpeedMultiplier = -50, baseMultiplier = 3.86, levelRequirement = 84, cost = { Mana = 51, }, }, + [20] = { attackSpeedMultiplier = -50, baseMultiplier = 4.05, levelRequirement = 90, cost = { Mana = 55, }, }, + [21] = { attackSpeedMultiplier = -50, baseMultiplier = 4.26, levelRequirement = 90, cost = { Mana = 59, }, }, + [22] = { attackSpeedMultiplier = -50, baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 64, }, }, + [23] = { attackSpeedMultiplier = -50, baseMultiplier = 4.69, levelRequirement = 90, cost = { Mana = 69, }, }, + [24] = { attackSpeedMultiplier = -50, baseMultiplier = 4.93, levelRequirement = 90, cost = { Mana = 74, }, }, + [25] = { attackSpeedMultiplier = -50, baseMultiplier = 5.17, levelRequirement = 90, cost = { Mana = 80, }, }, + [26] = { attackSpeedMultiplier = -50, baseMultiplier = 5.43, levelRequirement = 90, cost = { Mana = 85, }, }, + [27] = { attackSpeedMultiplier = -50, baseMultiplier = 5.71, levelRequirement = 90, cost = { Mana = 92, }, }, + [28] = { attackSpeedMultiplier = -50, baseMultiplier = 5.99, levelRequirement = 90, cost = { Mana = 98, }, }, + [29] = { attackSpeedMultiplier = -50, baseMultiplier = 6.29, levelRequirement = 90, cost = { Mana = 105, }, }, + [30] = { attackSpeedMultiplier = -50, baseMultiplier = 6.6, levelRequirement = 90, cost = { Mana = 113, }, }, + [31] = { attackSpeedMultiplier = -50, baseMultiplier = 6.93, levelRequirement = 90, cost = { Mana = 120, }, }, + [32] = { attackSpeedMultiplier = -50, baseMultiplier = 7.28, levelRequirement = 90, cost = { Mana = 129, }, }, + [33] = { attackSpeedMultiplier = -50, baseMultiplier = 7.65, levelRequirement = 90, cost = { Mana = 138, }, }, + [34] = { attackSpeedMultiplier = -50, baseMultiplier = 8.03, levelRequirement = 90, cost = { Mana = 147, }, }, + [35] = { attackSpeedMultiplier = -50, baseMultiplier = 8.43, levelRequirement = 90, cost = { Mana = 157, }, }, + [36] = { attackSpeedMultiplier = -50, baseMultiplier = 8.85, levelRequirement = 90, cost = { Mana = 167, }, }, + [37] = { attackSpeedMultiplier = -50, baseMultiplier = 9.29, levelRequirement = 90, cost = { Mana = 178, }, }, + [38] = { attackSpeedMultiplier = -50, baseMultiplier = 9.76, levelRequirement = 90, cost = { Mana = 190, }, }, + [39] = { attackSpeedMultiplier = -50, baseMultiplier = 10.25, levelRequirement = 90, cost = { Mana = 202, }, }, + [40] = { attackSpeedMultiplier = -50, baseMultiplier = 10.76, levelRequirement = 90, cost = { Mana = 215, }, }, }, statSets = { [1] = { @@ -3260,7 +3406,7 @@ skills["GlacialLancePlayer"] = { { "base_secondary_skill_effect_duration", 1000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "minimum_per_projectile_spread_angle_degrees", 30 }, { "main_hand_weapon_range_+", 105 }, }, @@ -3280,6 +3426,7 @@ skills["GlacialLancePlayer"] = { "projectiles_cannot_fork", "projectiles_cannot_return", "modifiers_to_projectile_count_do_not_apply", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 50, statInterpolation = { 1, }, actorLevel = 1, }, @@ -3340,7 +3487,7 @@ skills["GlacialLancePlayer"] = { { "base_secondary_skill_effect_duration", 1000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "minimum_per_projectile_spread_angle_degrees", 30 }, { "main_hand_weapon_range_+", 105 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 40 }, @@ -3359,6 +3506,7 @@ skills["GlacialLancePlayer"] = { "quality_display_active_skill_base_secondary_area_of_effect_radius_is_gem", "quality_display_active_skill_base_area_of_effect_radius_is_gem", "modifiers_to_projectile_count_do_not_apply", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "is_area_damage", }, @@ -3671,7 +3819,7 @@ skills["HeraldOfThunderPlayer"] = { }, constantStats = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, - { "active_skill_base_area_of_effect_radius", 14 }, + { "active_skill_base_area_of_effect_radius", 10 }, }, stats = { "herald_of_thunder_storm_max_hits", @@ -3730,7 +3878,7 @@ skills["IceShotPlayer"] = { baseTypeName = "Ice Shot", color = 2, description = "Fire an icy arrow that sprays a cone of ice shards when it hits a target.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanRapidFire] = true, [SkillType.Bow] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Barrageable] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -3742,43 +3890,43 @@ skills["IceShotPlayer"] = { [1] = { attackSpeedMultiplier = -10, baseMultiplier = 0.95, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -10, baseMultiplier = 1.05, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -10, baseMultiplier = 1.15, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -10, baseMultiplier = 1.25, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -10, baseMultiplier = 1.35, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -10, baseMultiplier = 1.45, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -10, baseMultiplier = 1.56, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -10, baseMultiplier = 1.65, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -10, baseMultiplier = 1.73, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -10, baseMultiplier = 1.82, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -10, baseMultiplier = 1.91, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -10, baseMultiplier = 2.01, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -10, baseMultiplier = 2.11, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { attackSpeedMultiplier = -10, baseMultiplier = 2.21, levelRequirement = 58, cost = { Mana = 23, }, }, - [15] = { attackSpeedMultiplier = -10, baseMultiplier = 2.32, levelRequirement = 64, cost = { Mana = 26, }, }, - [16] = { attackSpeedMultiplier = -10, baseMultiplier = 2.44, levelRequirement = 66, cost = { Mana = 28, }, }, + [4] = { attackSpeedMultiplier = -10, baseMultiplier = 1.25, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -10, baseMultiplier = 1.35, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -10, baseMultiplier = 1.45, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -10, baseMultiplier = 1.56, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -10, baseMultiplier = 1.65, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -10, baseMultiplier = 1.73, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -10, baseMultiplier = 1.82, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -10, baseMultiplier = 1.91, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -10, baseMultiplier = 2.01, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -10, baseMultiplier = 2.11, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { attackSpeedMultiplier = -10, baseMultiplier = 2.21, levelRequirement = 58, cost = { Mana = 24, }, }, + [15] = { attackSpeedMultiplier = -10, baseMultiplier = 2.32, levelRequirement = 64, cost = { Mana = 27, }, }, + [16] = { attackSpeedMultiplier = -10, baseMultiplier = 2.44, levelRequirement = 66, cost = { Mana = 29, }, }, [17] = { attackSpeedMultiplier = -10, baseMultiplier = 2.56, levelRequirement = 72, cost = { Mana = 31, }, }, - [18] = { attackSpeedMultiplier = -10, baseMultiplier = 2.69, levelRequirement = 78, cost = { Mana = 35, }, }, - [19] = { attackSpeedMultiplier = -10, baseMultiplier = 2.82, levelRequirement = 84, cost = { Mana = 39, }, }, - [20] = { attackSpeedMultiplier = -10, baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 43, }, }, - [21] = { attackSpeedMultiplier = -10, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 48, }, }, - [22] = { attackSpeedMultiplier = -10, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 53, }, }, - [23] = { attackSpeedMultiplier = -10, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 59, }, }, - [24] = { attackSpeedMultiplier = -10, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 65, }, }, - [25] = { attackSpeedMultiplier = -10, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 72, }, }, - [26] = { attackSpeedMultiplier = -10, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 80, }, }, - [27] = { attackSpeedMultiplier = -10, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 89, }, }, - [28] = { attackSpeedMultiplier = -10, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 98, }, }, - [29] = { attackSpeedMultiplier = -10, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 109, }, }, - [30] = { attackSpeedMultiplier = -10, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 121, }, }, - [31] = { attackSpeedMultiplier = -10, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 134, }, }, - [32] = { attackSpeedMultiplier = -10, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 149, }, }, - [33] = { attackSpeedMultiplier = -10, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 165, }, }, - [34] = { attackSpeedMultiplier = -10, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 183, }, }, - [35] = { attackSpeedMultiplier = -10, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 202, }, }, - [36] = { attackSpeedMultiplier = -10, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 224, }, }, - [37] = { attackSpeedMultiplier = -10, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 249, }, }, - [38] = { attackSpeedMultiplier = -10, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 276, }, }, - [39] = { attackSpeedMultiplier = -10, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 305, }, }, - [40] = { attackSpeedMultiplier = -10, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 339, }, }, + [18] = { attackSpeedMultiplier = -10, baseMultiplier = 2.69, levelRequirement = 78, cost = { Mana = 34, }, }, + [19] = { attackSpeedMultiplier = -10, baseMultiplier = 2.82, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { attackSpeedMultiplier = -10, baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { attackSpeedMultiplier = -10, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 43, }, }, + [22] = { attackSpeedMultiplier = -10, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 47, }, }, + [23] = { attackSpeedMultiplier = -10, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 50, }, }, + [24] = { attackSpeedMultiplier = -10, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { attackSpeedMultiplier = -10, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 58, }, }, + [26] = { attackSpeedMultiplier = -10, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 62, }, }, + [27] = { attackSpeedMultiplier = -10, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 67, }, }, + [28] = { attackSpeedMultiplier = -10, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 72, }, }, + [29] = { attackSpeedMultiplier = -10, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 77, }, }, + [30] = { attackSpeedMultiplier = -10, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 82, }, }, + [31] = { attackSpeedMultiplier = -10, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 88, }, }, + [32] = { attackSpeedMultiplier = -10, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 94, }, }, + [33] = { attackSpeedMultiplier = -10, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 101, }, }, + [34] = { attackSpeedMultiplier = -10, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 107, }, }, + [35] = { attackSpeedMultiplier = -10, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 115, }, }, + [36] = { attackSpeedMultiplier = -10, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 122, }, }, + [37] = { attackSpeedMultiplier = -10, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 130, }, }, + [38] = { attackSpeedMultiplier = -10, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 139, }, }, + [39] = { attackSpeedMultiplier = -10, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 148, }, }, + [40] = { attackSpeedMultiplier = -10, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 157, }, }, }, statSets = { [1] = { @@ -3793,7 +3941,7 @@ skills["IceShotPlayer"] = { { "active_skill_chill_effect_+%_final", 50 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 70 }, }, stats = { @@ -3806,6 +3954,7 @@ skills["IceShotPlayer"] = { "can_perform_skill_while_moving", "should_use_additive_aiming_animation", "disable_visual_hit_effect", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -3861,7 +4010,7 @@ skills["IceShotPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 70 }, { "projectile_spread_radius", 45 }, { "active_skill_base_physical_damage_%_to_convert_to_cold", 30 }, @@ -3873,6 +4022,7 @@ skills["IceShotPlayer"] = { "check_for_targets_between_initiator_and_projectile_source", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { @@ -3920,12 +4070,251 @@ skills["IceShotPlayer"] = { }, } } +skills["IceTippedArrowsPlayer"] = { + name = "Ice-Tipped Arrows", + baseTypeName = "Ice-Tipped Arrows", + color = 2, + description = "Ready your active Bow or Spear, Empowering your next Barrageable Bow or Projectile Spear Attacks to create Ice Fragments on Hit. This Skill's cooldown can be bypassed by expending a Frenzy Charge. Cannot Empower Sustained Skills.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Cooldown] = true, [SkillType.ConsumesCharges] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.UsableWhileMounted] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Cooldown] = true, [SkillType.CannotChain] = true, [SkillType.CannotTerrainChain] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.ProjectileNoCollision] = true, }, + weaponTypes = { + ["Spear"] = true, + ["Bow"] = true, + }, + castTime = 0.7, + qualityStats = { + { "base_cooldown_speed_+%", 0.5 }, + }, + levels = { + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 12, cost = { Mana = 14, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 12, cost = { Mana = 16, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 12, cost = { Mana = 18, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 12, cost = { Mana = 20, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 12, cost = { Mana = 22, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 12, cost = { Mana = 24, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 12, cost = { Mana = 26, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 12, cost = { Mana = 29, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 12, cost = { Mana = 31, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 12, cost = { Mana = 34, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 12, cost = { Mana = 36, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 12, cost = { Mana = 39, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 12, cost = { Mana = 41, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 12, cost = { Mana = 44, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 12, cost = { Mana = 47, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 12, cost = { Mana = 50, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 12, cost = { Mana = 53, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 12, cost = { Mana = 56, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 12, cost = { Mana = 59, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 63, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 66, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 70, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 73, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 77, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 81, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 85, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 89, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 93, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 97, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 102, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 106, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 111, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 116, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 121, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 126, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 131, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 137, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 142, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 148, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 12, cost = { Mana = 154, }, }, + }, + statSets = { + [1] = { + label = "Ice-Tipped Arrows", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "shearing_bolts", + baseFlags = { + duration = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 8000 }, + { "shearing_bolts_number_of_empowered_attacks", 4 }, + }, + stats = { + "can_perform_skill_while_moving", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["IceTippedArrowsIceFragmentPlayer"] = { + name = "Ice Fragments", + hidden = true, + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Attack] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Area] = true, [SkillType.Cold] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 0.45, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [2] = { baseMultiplier = 0.49, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [3] = { baseMultiplier = 0.54, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [4] = { baseMultiplier = 0.59, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [5] = { baseMultiplier = 0.64, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [6] = { baseMultiplier = 0.69, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [7] = { baseMultiplier = 0.73, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [8] = { baseMultiplier = 0.77, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [9] = { baseMultiplier = 0.81, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [10] = { baseMultiplier = 0.85, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [11] = { baseMultiplier = 0.89, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [12] = { baseMultiplier = 0.93, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [13] = { baseMultiplier = 0.97, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [14] = { baseMultiplier = 1.01, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [15] = { baseMultiplier = 1.06, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [16] = { baseMultiplier = 1.1, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [17] = { baseMultiplier = 1.15, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [18] = { baseMultiplier = 1.2, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [19] = { baseMultiplier = 1.25, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [20] = { baseMultiplier = 1.31, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [21] = { baseMultiplier = 1.36, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [22] = { baseMultiplier = 1.42, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [23] = { baseMultiplier = 1.48, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [24] = { baseMultiplier = 1.54, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [25] = { baseMultiplier = 1.6, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [26] = { baseMultiplier = 1.67, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [27] = { baseMultiplier = 1.74, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [28] = { baseMultiplier = 1.81, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [29] = { baseMultiplier = 1.89, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [30] = { baseMultiplier = 1.97, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [31] = { baseMultiplier = 2.05, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [32] = { baseMultiplier = 2.14, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [33] = { baseMultiplier = 2.23, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [34] = { baseMultiplier = 2.32, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [35] = { baseMultiplier = 2.42, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [36] = { baseMultiplier = 2.52, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [37] = { baseMultiplier = 2.63, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [38] = { baseMultiplier = 2.74, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [39] = { baseMultiplier = 2.85, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + [40] = { baseMultiplier = 2.97, storedUses = 1, levelRequirement = 0, cooldown = 0.3, }, + }, + statSets = { + [1] = { + label = "Ice Fragments", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ballistic_ice_projectile", + baseFlags = { + attack = true, + projectile = true, + area = true, + }, + constantStats = { + { "trigger_ballistic_ice_chunk_on_hit_frozen_target", 100 }, + { "active_skill_base_area_of_effect_radius", 13 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "ballistic_ice_chunk_cone_angle", 360 }, + { "base_skill_detonation_time", 2500 }, + { "base_number_of_projectiles", 3 }, + { "active_skill_projectile_speed_+%_final", 50 }, + }, + stats = { + "base_is_projectile", + "ballistic_projectiles_always_bounce", + "triggerable_in_any_set", + "usable_while_shapeshifted", + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} skills["LightningArrowPlayer"] = { name = "Lightning Arrow", baseTypeName = "Lightning Arrow", color = 2, description = "Fire a charged arrow at the target. On hitting an enemy or wall, the arrow will fire Chaining Lightning beams at nearby enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Chains] = true, [SkillType.Bow] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Triggerable] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Chains] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -3935,45 +4324,45 @@ skills["LightningArrowPlayer"] = { }, levels = { [1] = { attackSpeedMultiplier = -10, baseMultiplier = 0.8, levelRequirement = 0, cost = { Mana = 6, }, }, - [2] = { attackSpeedMultiplier = -10, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 6, }, }, - [3] = { attackSpeedMultiplier = -10, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -10, baseMultiplier = 1.06, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -10, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -10, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -10, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -10, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -10, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -10, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -10, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -10, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -10, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { attackSpeedMultiplier = -10, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 23, }, }, - [15] = { attackSpeedMultiplier = -10, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 26, }, }, + [2] = { attackSpeedMultiplier = -10, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { attackSpeedMultiplier = -10, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { attackSpeedMultiplier = -10, baseMultiplier = 1.06, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -10, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -10, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -10, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -10, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -10, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -10, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -10, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -10, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 21, }, }, + [13] = { attackSpeedMultiplier = -10, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 23, }, }, + [14] = { attackSpeedMultiplier = -10, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 25, }, }, + [15] = { attackSpeedMultiplier = -10, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 27, }, }, [16] = { attackSpeedMultiplier = -10, baseMultiplier = 2.05, levelRequirement = 66, cost = { Mana = 29, }, }, [17] = { attackSpeedMultiplier = -10, baseMultiplier = 2.16, levelRequirement = 72, cost = { Mana = 32, }, }, [18] = { attackSpeedMultiplier = -10, baseMultiplier = 2.26, levelRequirement = 78, cost = { Mana = 35, }, }, - [19] = { attackSpeedMultiplier = -10, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 39, }, }, - [20] = { attackSpeedMultiplier = -10, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 43, }, }, - [21] = { attackSpeedMultiplier = -10, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 48, }, }, - [22] = { attackSpeedMultiplier = -10, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 53, }, }, - [23] = { attackSpeedMultiplier = -10, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 59, }, }, - [24] = { attackSpeedMultiplier = -10, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 66, }, }, - [25] = { attackSpeedMultiplier = -10, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 73, }, }, - [26] = { attackSpeedMultiplier = -10, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 81, }, }, - [27] = { attackSpeedMultiplier = -10, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 90, }, }, - [28] = { attackSpeedMultiplier = -10, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 99, }, }, - [29] = { attackSpeedMultiplier = -10, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 110, }, }, - [30] = { attackSpeedMultiplier = -10, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 122, }, }, - [31] = { attackSpeedMultiplier = -10, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 135, }, }, - [32] = { attackSpeedMultiplier = -10, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 150, }, }, - [33] = { attackSpeedMultiplier = -10, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 166, }, }, - [34] = { attackSpeedMultiplier = -10, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 184, }, }, - [35] = { attackSpeedMultiplier = -10, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 204, }, }, - [36] = { attackSpeedMultiplier = -10, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 227, }, }, - [37] = { attackSpeedMultiplier = -10, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 251, }, }, - [38] = { attackSpeedMultiplier = -10, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 278, }, }, - [39] = { attackSpeedMultiplier = -10, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 308, }, }, - [40] = { attackSpeedMultiplier = -10, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 342, }, }, + [19] = { attackSpeedMultiplier = -10, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { attackSpeedMultiplier = -10, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { attackSpeedMultiplier = -10, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 44, }, }, + [22] = { attackSpeedMultiplier = -10, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 47, }, }, + [23] = { attackSpeedMultiplier = -10, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 51, }, }, + [24] = { attackSpeedMultiplier = -10, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 55, }, }, + [25] = { attackSpeedMultiplier = -10, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 59, }, }, + [26] = { attackSpeedMultiplier = -10, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 63, }, }, + [27] = { attackSpeedMultiplier = -10, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 68, }, }, + [28] = { attackSpeedMultiplier = -10, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 73, }, }, + [29] = { attackSpeedMultiplier = -10, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 78, }, }, + [30] = { attackSpeedMultiplier = -10, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 83, }, }, + [31] = { attackSpeedMultiplier = -10, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 89, }, }, + [32] = { attackSpeedMultiplier = -10, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 95, }, }, + [33] = { attackSpeedMultiplier = -10, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 102, }, }, + [34] = { attackSpeedMultiplier = -10, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 109, }, }, + [35] = { attackSpeedMultiplier = -10, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 116, }, }, + [36] = { attackSpeedMultiplier = -10, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 124, }, }, + [37] = { attackSpeedMultiplier = -10, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 132, }, }, + [38] = { attackSpeedMultiplier = -10, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 141, }, }, + [39] = { attackSpeedMultiplier = -10, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 150, }, }, + [40] = { attackSpeedMultiplier = -10, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 159, }, }, }, statSets = { [1] = { @@ -3990,7 +4379,7 @@ skills["LightningArrowPlayer"] = { { "active_skill_base_area_of_effect_radius", 32 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "lightning_arrow_maximum_number_of_extra_targets", @@ -4005,6 +4394,7 @@ skills["LightningArrowPlayer"] = { "should_use_additive_aiming_animation", "quality_display_lightning_arrow_is_gem", "beams_chained_to_lightning_rods_have_no_delay", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 2, statInterpolation = { 1, }, actorLevel = 1, }, @@ -4062,7 +4452,7 @@ skills["LightningArrowPlayer"] = { { "active_skill_base_area_of_effect_radius", 32 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 60 }, { "number_of_chains", 2 }, }, @@ -4078,6 +4468,7 @@ skills["LightningArrowPlayer"] = { "should_use_additive_aiming_animation", "quality_display_lightning_arrow_is_gem", "beams_chained_to_lightning_rods_have_no_delay", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, @@ -4129,55 +4520,55 @@ skills["LightningRodPlayer"] = { baseTypeName = "Lightning Rod", color = 2, description = "Fire an arrow that drops from above, creating a Lightning burst. The arrow remains in the ground, and any Chaining Lightning beams can Chain to it. When Chained to, the arrows charge up for a brief period before releasing another Lightning burst. The Lightning Arrow Skill skips this delay, causing bursts immediately.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.CanRapidFire] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Lightning] = true, [SkillType.Sustained] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.Barrageable] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Lightning] = true, [SkillType.Sustained] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ObjectDurability] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.2 }, + { "lightning_rod_%_chance_for_additional_burst_on_landing", 1 }, }, levels = { [1] = { attackSpeedMultiplier = 20, baseMultiplier = 0.26, levelRequirement = 0, cost = { Mana = 4, }, }, [2] = { attackSpeedMultiplier = 20, baseMultiplier = 0.29, levelRequirement = 3, cost = { Mana = 5, }, }, - [3] = { attackSpeedMultiplier = 20, baseMultiplier = 0.31, levelRequirement = 6, cost = { Mana = 5, }, }, + [3] = { attackSpeedMultiplier = 20, baseMultiplier = 0.31, levelRequirement = 6, cost = { Mana = 6, }, }, [4] = { attackSpeedMultiplier = 20, baseMultiplier = 0.34, levelRequirement = 10, cost = { Mana = 6, }, }, [5] = { attackSpeedMultiplier = 20, baseMultiplier = 0.37, levelRequirement = 14, cost = { Mana = 7, }, }, - [6] = { attackSpeedMultiplier = 20, baseMultiplier = 0.4, levelRequirement = 18, cost = { Mana = 7, }, }, - [7] = { attackSpeedMultiplier = 20, baseMultiplier = 0.43, levelRequirement = 22, cost = { Mana = 8, }, }, - [8] = { attackSpeedMultiplier = 20, baseMultiplier = 0.46, levelRequirement = 26, cost = { Mana = 9, }, }, - [9] = { attackSpeedMultiplier = 20, baseMultiplier = 0.49, levelRequirement = 31, cost = { Mana = 10, }, }, - [10] = { attackSpeedMultiplier = 20, baseMultiplier = 0.51, levelRequirement = 36, cost = { Mana = 11, }, }, - [11] = { attackSpeedMultiplier = 20, baseMultiplier = 0.54, levelRequirement = 41, cost = { Mana = 13, }, }, - [12] = { attackSpeedMultiplier = 20, baseMultiplier = 0.58, levelRequirement = 46, cost = { Mana = 14, }, }, - [13] = { attackSpeedMultiplier = 20, baseMultiplier = 0.61, levelRequirement = 52, cost = { Mana = 16, }, }, - [14] = { attackSpeedMultiplier = 20, baseMultiplier = 0.65, levelRequirement = 58, cost = { Mana = 17, }, }, - [15] = { attackSpeedMultiplier = 20, baseMultiplier = 0.69, levelRequirement = 64, cost = { Mana = 19, }, }, - [16] = { attackSpeedMultiplier = 20, baseMultiplier = 0.73, levelRequirement = 66, cost = { Mana = 21, }, }, + [6] = { attackSpeedMultiplier = 20, baseMultiplier = 0.4, levelRequirement = 18, cost = { Mana = 8, }, }, + [7] = { attackSpeedMultiplier = 20, baseMultiplier = 0.43, levelRequirement = 22, cost = { Mana = 9, }, }, + [8] = { attackSpeedMultiplier = 20, baseMultiplier = 0.46, levelRequirement = 26, cost = { Mana = 10, }, }, + [9] = { attackSpeedMultiplier = 20, baseMultiplier = 0.49, levelRequirement = 31, cost = { Mana = 11, }, }, + [10] = { attackSpeedMultiplier = 20, baseMultiplier = 0.51, levelRequirement = 36, cost = { Mana = 13, }, }, + [11] = { attackSpeedMultiplier = 20, baseMultiplier = 0.54, levelRequirement = 41, cost = { Mana = 14, }, }, + [12] = { attackSpeedMultiplier = 20, baseMultiplier = 0.58, levelRequirement = 46, cost = { Mana = 15, }, }, + [13] = { attackSpeedMultiplier = 20, baseMultiplier = 0.61, levelRequirement = 52, cost = { Mana = 17, }, }, + [14] = { attackSpeedMultiplier = 20, baseMultiplier = 0.65, levelRequirement = 58, cost = { Mana = 18, }, }, + [15] = { attackSpeedMultiplier = 20, baseMultiplier = 0.69, levelRequirement = 64, cost = { Mana = 20, }, }, + [16] = { attackSpeedMultiplier = 20, baseMultiplier = 0.73, levelRequirement = 66, cost = { Mana = 22, }, }, [17] = { attackSpeedMultiplier = 20, baseMultiplier = 0.78, levelRequirement = 72, cost = { Mana = 24, }, }, [18] = { attackSpeedMultiplier = 20, baseMultiplier = 0.83, levelRequirement = 78, cost = { Mana = 26, }, }, - [19] = { attackSpeedMultiplier = 20, baseMultiplier = 0.88, levelRequirement = 84, cost = { Mana = 29, }, }, - [20] = { attackSpeedMultiplier = 20, baseMultiplier = 0.94, levelRequirement = 90, cost = { Mana = 32, }, }, - [21] = { attackSpeedMultiplier = 20, levelRequirement = 90, cost = { Mana = 36, }, }, - [22] = { attackSpeedMultiplier = 20, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 40, }, }, - [23] = { attackSpeedMultiplier = 20, baseMultiplier = 1.14, levelRequirement = 90, cost = { Mana = 44, }, }, - [24] = { attackSpeedMultiplier = 20, baseMultiplier = 1.22, levelRequirement = 90, cost = { Mana = 49, }, }, - [25] = { attackSpeedMultiplier = 20, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 55, }, }, - [26] = { attackSpeedMultiplier = 20, baseMultiplier = 1.39, levelRequirement = 90, cost = { Mana = 61, }, }, - [27] = { attackSpeedMultiplier = 20, baseMultiplier = 1.48, levelRequirement = 90, cost = { Mana = 67, }, }, - [28] = { attackSpeedMultiplier = 20, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 74, }, }, - [29] = { attackSpeedMultiplier = 20, baseMultiplier = 1.68, levelRequirement = 90, cost = { Mana = 83, }, }, - [30] = { attackSpeedMultiplier = 20, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 92, }, }, - [31] = { attackSpeedMultiplier = 20, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 101, }, }, - [32] = { attackSpeedMultiplier = 20, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 113, }, }, - [33] = { attackSpeedMultiplier = 20, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 125, }, }, - [34] = { attackSpeedMultiplier = 20, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 138, }, }, - [35] = { attackSpeedMultiplier = 20, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 153, }, }, - [36] = { attackSpeedMultiplier = 20, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 170, }, }, - [37] = { attackSpeedMultiplier = 20, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 188, }, }, - [38] = { attackSpeedMultiplier = 20, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 209, }, }, - [39] = { attackSpeedMultiplier = 20, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 231, }, }, - [40] = { attackSpeedMultiplier = 20, baseMultiplier = 3.42, levelRequirement = 90, cost = { Mana = 256, }, }, + [19] = { attackSpeedMultiplier = 20, baseMultiplier = 0.88, levelRequirement = 84, cost = { Mana = 28, }, }, + [20] = { attackSpeedMultiplier = 20, baseMultiplier = 0.94, levelRequirement = 90, cost = { Mana = 30, }, }, + [21] = { attackSpeedMultiplier = 20, levelRequirement = 90, cost = { Mana = 33, }, }, + [22] = { attackSpeedMultiplier = 20, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 35, }, }, + [23] = { attackSpeedMultiplier = 20, baseMultiplier = 1.14, levelRequirement = 90, cost = { Mana = 38, }, }, + [24] = { attackSpeedMultiplier = 20, baseMultiplier = 1.22, levelRequirement = 90, cost = { Mana = 41, }, }, + [25] = { attackSpeedMultiplier = 20, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 44, }, }, + [26] = { attackSpeedMultiplier = 20, baseMultiplier = 1.39, levelRequirement = 90, cost = { Mana = 47, }, }, + [27] = { attackSpeedMultiplier = 20, baseMultiplier = 1.48, levelRequirement = 90, cost = { Mana = 51, }, }, + [28] = { attackSpeedMultiplier = 20, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 54, }, }, + [29] = { attackSpeedMultiplier = 20, baseMultiplier = 1.68, levelRequirement = 90, cost = { Mana = 58, }, }, + [30] = { attackSpeedMultiplier = 20, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 62, }, }, + [31] = { attackSpeedMultiplier = 20, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 67, }, }, + [32] = { attackSpeedMultiplier = 20, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 71, }, }, + [33] = { attackSpeedMultiplier = 20, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 76, }, }, + [34] = { attackSpeedMultiplier = 20, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 81, }, }, + [35] = { attackSpeedMultiplier = 20, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 87, }, }, + [36] = { attackSpeedMultiplier = 20, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 93, }, }, + [37] = { attackSpeedMultiplier = 20, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 99, }, }, + [38] = { attackSpeedMultiplier = 20, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 105, }, }, + [39] = { attackSpeedMultiplier = 20, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 112, }, }, + [40] = { attackSpeedMultiplier = 20, baseMultiplier = 3.42, levelRequirement = 90, cost = { Mana = 119, }, }, }, statSets = { [1] = { @@ -4197,7 +4588,7 @@ skills["LightningRodPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "number_of_lightning_rods_allowed", 20 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "lightning_rod_number_of_chains_allowed", 8 }, }, stats = { @@ -4258,7 +4649,7 @@ skills["LightningSpearPlayer"] = { baseTypeName = "Lightning Spear", color = 2, description = "Throw a single copy of your spear. When it hits an enemy it bursts, firing secondary lightning bolt Projectiles at multiple other enemies within a large area around it. Consumes a Frenzy Charge if possible to cause the main spear to split into multiple copies on impact, each of which then bursts.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanRapidFire] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Barrageable] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -4267,46 +4658,46 @@ skills["LightningSpearPlayer"] = { { "base_number_of_projectiles", 0.1 }, }, levels = { - [1] = { attackSpeedMultiplier = -40, baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 7, }, }, + [1] = { attackSpeedMultiplier = -40, baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -40, baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 29, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 32, }, }, + [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 33, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 2.96, levelRequirement = 72, cost = { Mana = 36, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 40, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 44, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 49, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 54, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 60, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 67, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 74, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 82, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 91, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 101, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 112, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 124, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 137, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 152, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 169, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 187, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 207, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 230, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 255, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 283, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 313, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 347, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 385, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 42, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 46, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 49, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 53, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 57, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 62, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 66, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 71, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 76, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 82, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 88, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 100, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 107, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 114, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 122, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 130, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 139, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 148, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 158, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 168, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 179, }, }, }, statSets = { [1] = { @@ -4335,8 +4726,7 @@ skills["LightningSpearPlayer"] = { { "active_skill_shock_chance_+%_final", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "lightning_spear_damage_+%_final_when_charged", 50 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "lightning_spear_additional_number_to_split_when_charged", 3 }, { "main_hand_weapon_range_+", 105 }, }, @@ -4354,6 +4744,7 @@ skills["LightningSpearPlayer"] = { "projectiles_cannot_fork", "projectiles_cannot_return", "projectiles_can_split_from_terrain", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -4413,14 +4804,14 @@ skills["LightningSpearPlayer"] = { { "active_skill_shock_chance_+%_final", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "lightning_spear_additional_number_to_split_when_charged", 3 }, { "main_hand_weapon_range_+", 105 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "active_skill_shock_chance_+%_final", 100 }, + { "base_number_of_projectiles", 5 }, }, stats = { - "base_number_of_projectiles", "base_is_projectile", "projectile_uses_contact_position", "projectile_uses_contact_direction", @@ -4428,49 +4819,50 @@ skills["LightningSpearPlayer"] = { "skill_display_projectile_total_is_limit", "can_perform_skill_while_moving", "quality_display_base_number_of_projectiles_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", "projectiles_cannot_split", }, levels = { - [1] = { 3, baseMultiplier = 0.75, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 3, baseMultiplier = 0.82, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, baseMultiplier = 0.91, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 4, baseMultiplier = 0.99, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 4, baseMultiplier = 1.07, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 4, baseMultiplier = 1.15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 5, baseMultiplier = 1.23, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 5, baseMultiplier = 1.3, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 5, baseMultiplier = 1.37, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 5, baseMultiplier = 1.44, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 6, baseMultiplier = 1.51, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 6, baseMultiplier = 1.58, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 6, baseMultiplier = 1.66, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 6, baseMultiplier = 1.75, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 6, baseMultiplier = 1.83, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 7, baseMultiplier = 1.92, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 7, baseMultiplier = 2.02, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 7, baseMultiplier = 2.12, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 7, baseMultiplier = 2.23, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 8, baseMultiplier = 2.34, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 8, baseMultiplier = 2.46, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 8, baseMultiplier = 2.58, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 8, baseMultiplier = 2.71, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 9, baseMultiplier = 2.84, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 9, baseMultiplier = 2.99, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 9, baseMultiplier = 3.13, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 9, baseMultiplier = 3.29, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 9, baseMultiplier = 3.46, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 10, baseMultiplier = 3.63, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 10, baseMultiplier = 3.81, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 10, baseMultiplier = 4, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 10, baseMultiplier = 4.2, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 10, baseMultiplier = 4.41, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 10, baseMultiplier = 4.63, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 10, baseMultiplier = 4.86, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 11, baseMultiplier = 5.11, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 11, baseMultiplier = 5.36, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 11, baseMultiplier = 5.63, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 11, baseMultiplier = 5.91, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 11, baseMultiplier = 6.21, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.75, actorLevel = 1, }, + [2] = { baseMultiplier = 0.82, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.91, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.99, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.07, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.15, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.23, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.3, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.37, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.44, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.51, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.58, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.66, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.75, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.83, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.92, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 2.02, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 2.12, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.23, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.34, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 2.46, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.58, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.71, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.84, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.99, actorLevel = 136.875, }, + [26] = { baseMultiplier = 3.13, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 3.29, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.46, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.63, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 3.81, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 4, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 4.2, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 4.41, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 4.63, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 4.86, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 5.11, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 5.36, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 5.63, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 5.91, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 6.21, actorLevel = 288.29998779297, }, }, }, } @@ -4480,7 +4872,7 @@ skills["MagneticSalvoPlayer"] = { baseTypeName = "Magnetic Salvo", color = 2, description = "Aim skyward and fires energy missiles at lingering bolts or arrows created by other Lightning Attacks in front of you. The missiles explode if they land close to a lingering bolt or arrow, dealing more damage in a larger area but destroying that bolt or arrow in the process.", - skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Lightning] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, }, + skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Lightning] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -4491,44 +4883,44 @@ skills["MagneticSalvoPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -50, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 24, }, }, [2] = { attackSpeedMultiplier = -50, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 27, }, }, - [3] = { attackSpeedMultiplier = -50, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 30, }, }, - [4] = { attackSpeedMultiplier = -50, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 33, }, }, - [5] = { attackSpeedMultiplier = -50, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 37, }, }, - [6] = { attackSpeedMultiplier = -50, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 41, }, }, - [7] = { attackSpeedMultiplier = -50, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 45, }, }, - [8] = { attackSpeedMultiplier = -50, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 50, }, }, - [9] = { attackSpeedMultiplier = -50, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 56, }, }, - [10] = { attackSpeedMultiplier = -50, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 62, }, }, - [11] = { attackSpeedMultiplier = -50, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 69, }, }, - [12] = { attackSpeedMultiplier = -50, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 76, }, }, - [13] = { attackSpeedMultiplier = -50, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 84, }, }, - [14] = { attackSpeedMultiplier = -50, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 93, }, }, - [15] = { attackSpeedMultiplier = -50, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 104, }, }, - [16] = { attackSpeedMultiplier = -50, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 115, }, }, - [17] = { attackSpeedMultiplier = -50, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 127, }, }, - [18] = { attackSpeedMultiplier = -50, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 141, }, }, - [19] = { attackSpeedMultiplier = -50, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 157, }, }, - [20] = { attackSpeedMultiplier = -50, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 174, }, }, - [21] = { attackSpeedMultiplier = -50, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 192, }, }, - [22] = { attackSpeedMultiplier = -50, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 213, }, }, - [23] = { attackSpeedMultiplier = -50, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 236, }, }, - [24] = { attackSpeedMultiplier = -50, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 262, }, }, - [25] = { attackSpeedMultiplier = -50, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 290, }, }, - [26] = { attackSpeedMultiplier = -50, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 322, }, }, - [27] = { attackSpeedMultiplier = -50, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 356, }, }, - [28] = { attackSpeedMultiplier = -50, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 395, }, }, - [29] = { attackSpeedMultiplier = -50, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 438, }, }, - [30] = { attackSpeedMultiplier = -50, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 485, }, }, - [31] = { attackSpeedMultiplier = -50, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 538, }, }, - [32] = { attackSpeedMultiplier = -50, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 596, }, }, - [33] = { attackSpeedMultiplier = -50, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 660, }, }, - [34] = { attackSpeedMultiplier = -50, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 732, }, }, - [35] = { attackSpeedMultiplier = -50, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 811, }, }, - [36] = { attackSpeedMultiplier = -50, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 899, }, }, - [37] = { attackSpeedMultiplier = -50, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 996, }, }, - [38] = { attackSpeedMultiplier = -50, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 1104, }, }, - [39] = { attackSpeedMultiplier = -50, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 1223, }, }, - [40] = { attackSpeedMultiplier = -50, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 1355, }, }, + [3] = { attackSpeedMultiplier = -50, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 31, }, }, + [4] = { attackSpeedMultiplier = -50, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 36, }, }, + [5] = { attackSpeedMultiplier = -50, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 40, }, }, + [6] = { attackSpeedMultiplier = -50, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 45, }, }, + [7] = { attackSpeedMultiplier = -50, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 51, }, }, + [8] = { attackSpeedMultiplier = -50, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 56, }, }, + [9] = { attackSpeedMultiplier = -50, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 62, }, }, + [10] = { attackSpeedMultiplier = -50, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 69, }, }, + [11] = { attackSpeedMultiplier = -50, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 76, }, }, + [12] = { attackSpeedMultiplier = -50, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 83, }, }, + [13] = { attackSpeedMultiplier = -50, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 91, }, }, + [14] = { attackSpeedMultiplier = -50, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 99, }, }, + [15] = { attackSpeedMultiplier = -50, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 108, }, }, + [16] = { attackSpeedMultiplier = -50, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 117, }, }, + [17] = { attackSpeedMultiplier = -50, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 128, }, }, + [18] = { attackSpeedMultiplier = -50, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 138, }, }, + [19] = { attackSpeedMultiplier = -50, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 150, }, }, + [20] = { attackSpeedMultiplier = -50, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 162, }, }, + [21] = { attackSpeedMultiplier = -50, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 175, }, }, + [22] = { attackSpeedMultiplier = -50, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 188, }, }, + [23] = { attackSpeedMultiplier = -50, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 203, }, }, + [24] = { attackSpeedMultiplier = -50, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 218, }, }, + [25] = { attackSpeedMultiplier = -50, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 234, }, }, + [26] = { attackSpeedMultiplier = -50, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 251, }, }, + [27] = { attackSpeedMultiplier = -50, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 270, }, }, + [28] = { attackSpeedMultiplier = -50, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 289, }, }, + [29] = { attackSpeedMultiplier = -50, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 310, }, }, + [30] = { attackSpeedMultiplier = -50, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 331, }, }, + [31] = { attackSpeedMultiplier = -50, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 354, }, }, + [32] = { attackSpeedMultiplier = -50, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 379, }, }, + [33] = { attackSpeedMultiplier = -50, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 405, }, }, + [34] = { attackSpeedMultiplier = -50, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 432, }, }, + [35] = { attackSpeedMultiplier = -50, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 461, }, }, + [36] = { attackSpeedMultiplier = -50, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 491, }, }, + [37] = { attackSpeedMultiplier = -50, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 523, }, }, + [38] = { attackSpeedMultiplier = -50, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 558, }, }, + [39] = { attackSpeedMultiplier = -50, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 594, }, }, + [40] = { attackSpeedMultiplier = -50, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 632, }, }, }, statSets = { [1] = { @@ -4658,11 +5050,556 @@ skills["MagneticSalvoPlayer"] = { }, } } +skills["MetaMirageArcherPlayer"] = { + name = "Mirage Archer", + baseTypeName = "Mirage Archer", + color = 2, + description = "While active, dodge rolling will create a Mirage that uses socketed ranged Attacks for a short duration, then vanish. You cannot create another Mirage while one exists, or for a short time after one vanishes. Dodge rolling while you are unable to create a new Mirage will restart this timer.", + skillTypes = { [SkillType.Buff] = true, [SkillType.Meta] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, }, + weaponTypes = { + ["Spear"] = true, + ["Crossbow"] = true, + ["Bow"] = true, + }, + castTime = 0, + qualityStats = { + }, + levels = { + [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 60, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 60, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 60, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 60, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 60, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 60, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 60, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 60, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 60, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 60, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 60, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 60, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 60, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 60, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 60, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 60, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 60, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 60, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 60, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Mirage Archer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "lingering_mirage", + baseFlags = { + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["SupportMirageArcherPlayer"] = { + name = "SupportMirageArcherPlayer", + hidden = true, + support = true, + requireSkillTypes = { SkillType.RangedAttack, SkillType.CrossbowAmmoSkill, SkillType.OR, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.HasUsageCondition, }, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "SupportMirageArcherPlayer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_lingering_mirage_damage_+%_final", -30 }, + { "skill_disabled_unless_cloned", 1 }, + }, + stats = { + "cannot_consume_power_frenzy_endurance_charges", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["MirageArcherSpawnPlayer"] = { + name = "", + hidden = true, + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, }, + weaponTypes = { + ["Spear"] = true, + ["Crossbow"] = true, + ["Bow"] = true, + }, + castTime = 0, + qualityStats = { + { "base_skill_effect_duration", 50 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Mirage", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "create_mirage", + baseFlags = { + }, + constantStats = { + { "base_lingering_mirage_cooldown_ms", 6000 }, + }, + stats = { + "base_skill_effect_duration", + "triggered_by_lingering_mirage", + "hide_minion_frame", + "quality_display_lingering_mirage_is_gem", + "base_deal_no_damage_over_time", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 4050, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 4100, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4150, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4200, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 4250, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 4300, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 4350, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 4400, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 4450, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 4500, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 4550, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 4600, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 4650, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 4700, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 4750, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 4800, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 4850, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 4900, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 4950, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 5000, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 5050, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 5100, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 5150, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 5200, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 5250, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 5300, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 5350, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 5400, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 5450, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 5500, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 5550, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 5600, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 5650, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 5700, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 5750, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 5800, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 5850, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 5900, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 5950, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 6000, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["PhantasmalArrowPlayer"] = { + name = "Phantasmal Arrow", + baseTypeName = "Phantasmal Arrow", + color = 2, + description = "Fires an arrow that embeds where it lands for a short duration. At the end of the duration, the arrow explodes in spectral flame, turning it to ashes and damaging enemies, with a high chance to Ignite. Igniting any enemy with the Explosion also applies Ignite to enemies within range.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Barrageable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, + weaponTypes = { + ["Bow"] = true, + }, + castTime = 1, + qualityStats = { + { "active_skill_ignite_chance_+%_final", 5 }, + }, + levels = { + [1] = { attackSpeedMultiplier = -30, baseMultiplier = 0.2, levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { attackSpeedMultiplier = -30, baseMultiplier = 0.22, levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { attackSpeedMultiplier = -30, baseMultiplier = 0.24, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { attackSpeedMultiplier = -30, baseMultiplier = 0.26, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -30, baseMultiplier = 0.28, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -30, baseMultiplier = 0.31, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -30, baseMultiplier = 0.33, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -30, baseMultiplier = 0.35, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -30, baseMultiplier = 0.36, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -30, baseMultiplier = 0.38, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -30, baseMultiplier = 0.4, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -30, baseMultiplier = 0.42, levelRequirement = 46, cost = { Mana = 21, }, }, + [13] = { attackSpeedMultiplier = -30, baseMultiplier = 0.44, levelRequirement = 52, cost = { Mana = 23, }, }, + [14] = { attackSpeedMultiplier = -30, baseMultiplier = 0.47, levelRequirement = 58, cost = { Mana = 25, }, }, + [15] = { attackSpeedMultiplier = -30, baseMultiplier = 0.49, levelRequirement = 64, cost = { Mana = 27, }, }, + [16] = { attackSpeedMultiplier = -30, baseMultiplier = 0.51, levelRequirement = 66, cost = { Mana = 29, }, }, + [17] = { attackSpeedMultiplier = -30, baseMultiplier = 0.54, levelRequirement = 72, cost = { Mana = 32, }, }, + [18] = { attackSpeedMultiplier = -30, baseMultiplier = 0.57, levelRequirement = 78, cost = { Mana = 35, }, }, + [19] = { attackSpeedMultiplier = -30, baseMultiplier = 0.59, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { attackSpeedMultiplier = -30, baseMultiplier = 0.62, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { attackSpeedMultiplier = -30, baseMultiplier = 0.65, levelRequirement = 90, cost = { Mana = 44, }, }, + [22] = { attackSpeedMultiplier = -30, baseMultiplier = 0.69, levelRequirement = 90, cost = { Mana = 47, }, }, + [23] = { attackSpeedMultiplier = -30, baseMultiplier = 0.72, levelRequirement = 90, cost = { Mana = 51, }, }, + [24] = { attackSpeedMultiplier = -30, baseMultiplier = 0.76, levelRequirement = 90, cost = { Mana = 55, }, }, + [25] = { attackSpeedMultiplier = -30, baseMultiplier = 0.8, levelRequirement = 90, cost = { Mana = 59, }, }, + [26] = { attackSpeedMultiplier = -30, baseMultiplier = 0.84, levelRequirement = 90, cost = { Mana = 63, }, }, + [27] = { attackSpeedMultiplier = -30, baseMultiplier = 0.88, levelRequirement = 90, cost = { Mana = 68, }, }, + [28] = { attackSpeedMultiplier = -30, baseMultiplier = 0.92, levelRequirement = 90, cost = { Mana = 73, }, }, + [29] = { attackSpeedMultiplier = -30, baseMultiplier = 0.97, levelRequirement = 90, cost = { Mana = 78, }, }, + [30] = { attackSpeedMultiplier = -30, baseMultiplier = 1.02, levelRequirement = 90, cost = { Mana = 83, }, }, + [31] = { attackSpeedMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 89, }, }, + [32] = { attackSpeedMultiplier = -30, baseMultiplier = 1.12, levelRequirement = 90, cost = { Mana = 95, }, }, + [33] = { attackSpeedMultiplier = -30, baseMultiplier = 1.18, levelRequirement = 90, cost = { Mana = 102, }, }, + [34] = { attackSpeedMultiplier = -30, baseMultiplier = 1.24, levelRequirement = 90, cost = { Mana = 109, }, }, + [35] = { attackSpeedMultiplier = -30, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 116, }, }, + [36] = { attackSpeedMultiplier = -30, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 124, }, }, + [37] = { attackSpeedMultiplier = -30, baseMultiplier = 1.43, levelRequirement = 90, cost = { Mana = 132, }, }, + [38] = { attackSpeedMultiplier = -30, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 141, }, }, + [39] = { attackSpeedMultiplier = -30, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 150, }, }, + [40] = { attackSpeedMultiplier = -30, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 159, }, }, + }, + statSets = { + [1] = { + label = "Arrow", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ghostfuse_arrow", + baseFlags = { + attack = true, + projectile = true, + duration = true, + }, + constantStats = { + { "active_skill_base_physical_damage_%_to_convert_to_fire", 20 }, + { "base_skill_effect_duration", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_is_projectile", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", + "skill_can_fire_arrows", + "has_modular_projectiles_enabled", + "can_perform_skill_while_moving", + "should_use_additive_aiming_animation", + "projectiles_fire_at_ground", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Explosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ghostfuse_arrow", + baseFlags = { + attack = true, + projectile = true, + area = true, + duration = true, + }, + constantStats = { + { "active_skill_base_physical_damage_%_to_convert_to_fire", 20 }, + { "base_skill_effect_duration", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, + { "active_skill_ignite_chance_+%_final", 200 }, + { "active_skill_ignite_proliferation_radius", 18 }, + }, + stats = { + "active_skill_base_area_of_effect_radius", + "base_is_projectile", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", + "skill_can_fire_arrows", + "has_modular_projectiles_enabled", + "can_perform_skill_while_moving", + "should_use_additive_aiming_animation", + "projectiles_fire_at_ground", + "is_area_damage", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { 15, baseMultiplier = 1.2, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 15, baseMultiplier = 1.32, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 16, baseMultiplier = 1.45, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 16, baseMultiplier = 1.58, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 17, baseMultiplier = 1.71, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 17, baseMultiplier = 1.84, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 18, baseMultiplier = 1.97, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 18, baseMultiplier = 2.08, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 19, baseMultiplier = 2.19, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 19, baseMultiplier = 2.3, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 20, baseMultiplier = 2.41, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 20, baseMultiplier = 2.53, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 21, baseMultiplier = 2.66, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 21, baseMultiplier = 2.79, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 22, baseMultiplier = 2.93, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 22, baseMultiplier = 3.08, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 23, baseMultiplier = 3.23, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 23, baseMultiplier = 3.39, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 24, baseMultiplier = 3.56, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 24, baseMultiplier = 3.74, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 25, baseMultiplier = 3.93, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 25, baseMultiplier = 4.13, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 26, baseMultiplier = 4.33, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 26, baseMultiplier = 4.55, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 27, baseMultiplier = 4.78, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 27, baseMultiplier = 5.02, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 28, baseMultiplier = 5.27, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 28, baseMultiplier = 5.53, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 29, baseMultiplier = 5.81, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 29, baseMultiplier = 6.1, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 30, baseMultiplier = 6.4, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 30, baseMultiplier = 6.72, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 31, baseMultiplier = 7.06, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 31, baseMultiplier = 7.41, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 32, baseMultiplier = 7.78, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 32, baseMultiplier = 8.17, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 33, baseMultiplier = 8.58, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 33, baseMultiplier = 9.01, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 34, baseMultiplier = 9.46, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 34, baseMultiplier = 9.93, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["PlagueBearerPlayer"] = { name = "Plague Bearer", baseTypeName = "Plague Bearer", color = 2, - description = "While active, stores all Poison Damage you deal. Using the Plague Nova skill unleashes the stored Poison.", + description = "While active, stores a portion of the Poison Damage you deal. Using this Skill unleashes the stored Poison to damage and Poison enemies around you.", skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, }, castTime = 0, qualityStats = { @@ -4775,10 +5712,9 @@ skills["PlagueBearerPlayer"] = { } } skills["PlagueBearerNovaPlayer"] = { - name = "Plague Nova", + name = "Plague Bearer", hidden = true, - description = "Release all Poison stored by Plague Bearer, dealing an equal amount of Physical Damage to enemies around you.", - skillTypes = { [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Nova] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, }, + skillTypes = { [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Nova] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Damage] = true, }, castTime = 1, qualityStats = { }, @@ -4826,19 +5762,18 @@ skills["PlagueBearerNovaPlayer"] = { }, statSets = { [1] = { - label = "Plague Nova", + label = "Plague Bearer", baseEffectiveness = 40, incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "plague_bearer_nova", baseFlags = { area = true, }, constantStats = { { "active_skill_base_area_of_effect_radius", 18 }, - { "base_skill_effect_duration", 0 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "plague_bearer_nova_area_+%_final_per_incubation_%", 6 }, { "active_skill_hit_damage_stun_multiplier_+%_final", -80 }, { "base_chance_to_poison_on_hit_%", 100 }, @@ -4901,55 +5836,55 @@ skills["PoisonBurstArrowPlayer"] = { baseTypeName = "Poisonburst Arrow", color = 2, description = "Fire a virulent arrow that creates a burst of Poison on hit, affecting all enemies in an area.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Duration] = true, [SkillType.Bow] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Duration] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "base_poison_effect_+%", 1 }, + { "active_skill_poison_effect_+%_final", 1 }, }, levels = { [1] = { baseMultiplier = 0.88, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { baseMultiplier = 0.97, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { baseMultiplier = 1.06, levelRequirement = 6, cost = { Mana = 7, }, }, [4] = { baseMultiplier = 1.16, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { baseMultiplier = 1.25, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { baseMultiplier = 1.35, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { baseMultiplier = 1.44, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { baseMultiplier = 1.53, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { baseMultiplier = 1.6, levelRequirement = 31, cost = { Mana = 13, }, }, - [10] = { baseMultiplier = 1.69, levelRequirement = 36, cost = { Mana = 14, }, }, - [11] = { baseMultiplier = 1.77, levelRequirement = 41, cost = { Mana = 16, }, }, - [12] = { baseMultiplier = 1.86, levelRequirement = 46, cost = { Mana = 18, }, }, - [13] = { baseMultiplier = 1.95, levelRequirement = 52, cost = { Mana = 20, }, }, - [14] = { baseMultiplier = 2.05, levelRequirement = 58, cost = { Mana = 22, }, }, - [15] = { baseMultiplier = 2.15, levelRequirement = 64, cost = { Mana = 24, }, }, - [16] = { baseMultiplier = 2.26, levelRequirement = 66, cost = { Mana = 27, }, }, + [5] = { baseMultiplier = 1.25, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { baseMultiplier = 1.35, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { baseMultiplier = 1.44, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { baseMultiplier = 1.53, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { baseMultiplier = 1.6, levelRequirement = 31, cost = { Mana = 14, }, }, + [10] = { baseMultiplier = 1.69, levelRequirement = 36, cost = { Mana = 16, }, }, + [11] = { baseMultiplier = 1.77, levelRequirement = 41, cost = { Mana = 18, }, }, + [12] = { baseMultiplier = 1.86, levelRequirement = 46, cost = { Mana = 19, }, }, + [13] = { baseMultiplier = 1.95, levelRequirement = 52, cost = { Mana = 21, }, }, + [14] = { baseMultiplier = 2.05, levelRequirement = 58, cost = { Mana = 23, }, }, + [15] = { baseMultiplier = 2.15, levelRequirement = 64, cost = { Mana = 25, }, }, + [16] = { baseMultiplier = 2.26, levelRequirement = 66, cost = { Mana = 28, }, }, [17] = { baseMultiplier = 2.37, levelRequirement = 72, cost = { Mana = 30, }, }, [18] = { baseMultiplier = 2.49, levelRequirement = 78, cost = { Mana = 33, }, }, - [19] = { baseMultiplier = 2.61, levelRequirement = 84, cost = { Mana = 37, }, }, - [20] = { baseMultiplier = 2.74, levelRequirement = 90, cost = { Mana = 41, }, }, - [21] = { baseMultiplier = 2.88, levelRequirement = 90, cost = { Mana = 46, }, }, - [22] = { baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 51, }, }, - [23] = { baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 56, }, }, - [24] = { baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 62, }, }, - [25] = { baseMultiplier = 3.5, levelRequirement = 90, cost = { Mana = 69, }, }, - [26] = { baseMultiplier = 3.68, levelRequirement = 90, cost = { Mana = 76, }, }, - [27] = { baseMultiplier = 3.86, levelRequirement = 90, cost = { Mana = 85, }, }, - [28] = { baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 94, }, }, - [29] = { baseMultiplier = 4.26, levelRequirement = 90, cost = { Mana = 104, }, }, - [30] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 115, }, }, - [31] = { baseMultiplier = 4.69, levelRequirement = 90, cost = { Mana = 128, }, }, - [32] = { baseMultiplier = 4.93, levelRequirement = 90, cost = { Mana = 142, }, }, - [33] = { baseMultiplier = 5.18, levelRequirement = 90, cost = { Mana = 157, }, }, - [34] = { baseMultiplier = 5.43, levelRequirement = 90, cost = { Mana = 174, }, }, - [35] = { baseMultiplier = 5.71, levelRequirement = 90, cost = { Mana = 193, }, }, - [36] = { baseMultiplier = 5.99, levelRequirement = 90, cost = { Mana = 214, }, }, - [37] = { baseMultiplier = 6.29, levelRequirement = 90, cost = { Mana = 237, }, }, - [38] = { baseMultiplier = 6.61, levelRequirement = 90, cost = { Mana = 263, }, }, - [39] = { baseMultiplier = 6.94, levelRequirement = 90, cost = { Mana = 292, }, }, - [40] = { baseMultiplier = 7.28, levelRequirement = 90, cost = { Mana = 323, }, }, + [19] = { baseMultiplier = 2.61, levelRequirement = 84, cost = { Mana = 35, }, }, + [20] = { baseMultiplier = 2.74, levelRequirement = 90, cost = { Mana = 38, }, }, + [21] = { baseMultiplier = 2.88, levelRequirement = 90, cost = { Mana = 41, }, }, + [22] = { baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 44, }, }, + [23] = { baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 48, }, }, + [24] = { baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 52, }, }, + [25] = { baseMultiplier = 3.5, levelRequirement = 90, cost = { Mana = 55, }, }, + [26] = { baseMultiplier = 3.68, levelRequirement = 90, cost = { Mana = 60, }, }, + [27] = { baseMultiplier = 3.86, levelRequirement = 90, cost = { Mana = 64, }, }, + [28] = { baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 69, }, }, + [29] = { baseMultiplier = 4.26, levelRequirement = 90, cost = { Mana = 73, }, }, + [30] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 79, }, }, + [31] = { baseMultiplier = 4.69, levelRequirement = 90, cost = { Mana = 84, }, }, + [32] = { baseMultiplier = 4.93, levelRequirement = 90, cost = { Mana = 90, }, }, + [33] = { baseMultiplier = 5.18, levelRequirement = 90, cost = { Mana = 96, }, }, + [34] = { baseMultiplier = 5.43, levelRequirement = 90, cost = { Mana = 103, }, }, + [35] = { baseMultiplier = 5.71, levelRequirement = 90, cost = { Mana = 110, }, }, + [36] = { baseMultiplier = 5.99, levelRequirement = 90, cost = { Mana = 117, }, }, + [37] = { baseMultiplier = 6.29, levelRequirement = 90, cost = { Mana = 124, }, }, + [38] = { baseMultiplier = 6.61, levelRequirement = 90, cost = { Mana = 133, }, }, + [39] = { baseMultiplier = 6.94, levelRequirement = 90, cost = { Mana = 141, }, }, + [40] = { baseMultiplier = 7.28, levelRequirement = 90, cost = { Mana = 150, }, }, }, statSets = { [1] = { @@ -4963,7 +5898,7 @@ skills["PoisonBurstArrowPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_is_projectile", @@ -4975,6 +5910,7 @@ skills["PoisonBurstArrowPlayer"] = { "can_perform_skill_while_moving", "should_use_additive_aiming_animation", "disable_visual_hit_effect", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5032,7 +5968,7 @@ skills["PoisonBurstArrowPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "active_skill_base_area_of_effect_radius", @@ -5046,6 +5982,7 @@ skills["PoisonBurstArrowPlayer"] = { "can_perform_skill_while_moving", "should_use_additive_aiming_animation", "disable_visual_hit_effect", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_no_hit_damage", "display_statset_hide_usage_stats", @@ -5053,6 +5990,9 @@ skills["PoisonBurstArrowPlayer"] = { "display_skill_poisons_without_hit", "poison_duration_is_skill_duration", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 15, 3000, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 15, 3100, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, @@ -5102,7 +6042,7 @@ skills["PrimalStrikesPlayer"] = { name = "Primal Strikes", baseTypeName = "Primal Strikes", color = 2, - description = "Perform a Lightning-charged stab that can be chained into a combination of up to three attacks. The first two attacks conjure a charging Wildwood spirit if they Hit a Shocked enemy and refresh Shock duration. The third attack is a large swipe that inflicts Lightning Exposure, and can Consume Shock to conjure a stampede of spirits.", + description = "Perform a Lightning-charged stab that can be chained into a combination of up to three attacks. The first two attacks conjure a charging Wildwood spirit if they Hit a Shocked enemy and refresh Shock duration. The third attack is a large swipe that inflicts Elemental Exposure, and can Consume Shock to conjure a stampede of spirits.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.PerformsFinalStrike] = true, [SkillType.SkillConsumesShock] = true, }, weaponTypes = { ["Spear"] = true, @@ -5116,42 +6056,42 @@ skills["PrimalStrikesPlayer"] = { [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 7, }, }, [4] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 13, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 14, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 16, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 18, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 20, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 22, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 24, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 2.05, levelRequirement = 66, cost = { Mana = 27, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 16, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 18, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 21, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 23, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 26, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 2.05, levelRequirement = 66, cost = { Mana = 28, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 2.16, levelRequirement = 72, cost = { Mana = 30, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 2.26, levelRequirement = 78, cost = { Mana = 34, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 37, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 41, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 46, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 51, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 56, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 62, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 69, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 77, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 85, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 94, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 105, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 116, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 129, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 143, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 158, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 175, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 194, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 215, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 239, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 264, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 293, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 325, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 2.26, levelRequirement = 78, cost = { Mana = 33, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 36, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 38, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 42, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 45, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 48, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 52, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 56, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 60, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 64, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 69, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 74, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 79, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 85, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 91, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 97, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 103, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 110, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 118, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 125, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 134, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 142, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 151, }, }, }, statSets = { [1] = { @@ -5165,7 +6105,6 @@ skills["PrimalStrikesPlayer"] = { }, constantStats = { { "statset_index_for_final_animation_combo_index", 2 }, - { "attack_maximum_action_distance_+", 5 }, { "melee_range_+", 5 }, { "perfect_strike_timing_window_base_ms", 200 }, { "melee_conditional_step_distance", 15 }, @@ -5180,6 +6119,7 @@ skills["PrimalStrikesPlayer"] = { "is_area_damage", "primal_strikes_stag_is_scaled_with_area_of_effect", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5235,7 +6175,6 @@ skills["PrimalStrikesPlayer"] = { }, constantStats = { { "statset_index_for_final_animation_combo_index", 2 }, - { "attack_maximum_action_distance_+", 5 }, { "perfect_strike_timing_window_base_ms", 200 }, { "melee_conditional_step_distance", 15 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 40 }, @@ -5252,6 +6191,7 @@ skills["PrimalStrikesPlayer"] = { "is_area_damage", "primal_strikes_stag_is_scaled_with_area_of_effect", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { @@ -5308,7 +6248,6 @@ skills["PrimalStrikesPlayer"] = { }, constantStats = { { "statset_index_for_final_animation_combo_index", 2 }, - { "attack_maximum_action_distance_+", 5 }, { "melee_range_+", 5 }, { "perfect_strike_timing_window_base_ms", 200 }, { "melee_conditional_step_distance", 15 }, @@ -5321,12 +6260,13 @@ skills["PrimalStrikesPlayer"] = { { "supplementary_stat_container_attack_speed_+%_final", -35 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "primal_strikes_number_of_stags", 6 }, - { "base_inflict_lightning_exposure_on_hit_%_chance", 100 }, + { "inflict_exposure_on_hit_%_chance", 100 }, }, stats = { "is_area_damage", "primal_strikes_stag_is_scaled_with_area_of_effect", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "base_consume_enemy_shock_on_hit", }, @@ -5380,55 +6320,55 @@ skills["RainOfArrowsPlayer"] = { baseTypeName = "Rain of Arrows", color = 2, description = "Fire a hail of arrows into the air, causing them to rain from above. Consumes your Frenzy Charges to fire more arrows.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.ConsumesCharges] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Sustained] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.ConsumesCharges] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Sustained] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "base_number_of_projectiles", 0.5 }, + { "rain_of_arrows_arrow_speed_+%", 1 }, }, levels = { [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 15, }, }, [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 17, }, }, - [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 19, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.65, levelRequirement = 10, cost = { Mana = 21, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.7, levelRequirement = 14, cost = { Mana = 23, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.75, levelRequirement = 18, cost = { Mana = 26, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 22, cost = { Mana = 29, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 26, cost = { Mana = 32, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 31, cost = { Mana = 35, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.92, levelRequirement = 36, cost = { Mana = 39, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.95, levelRequirement = 41, cost = { Mana = 44, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.99, levelRequirement = 46, cost = { Mana = 48, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.03, levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.07, levelRequirement = 58, cost = { Mana = 60, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 64, cost = { Mana = 66, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.15, levelRequirement = 66, cost = { Mana = 73, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 20, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.65, levelRequirement = 10, cost = { Mana = 23, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.7, levelRequirement = 14, cost = { Mana = 26, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.75, levelRequirement = 18, cost = { Mana = 29, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 22, cost = { Mana = 32, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 31, cost = { Mana = 40, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.92, levelRequirement = 36, cost = { Mana = 44, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.95, levelRequirement = 41, cost = { Mana = 48, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.99, levelRequirement = 46, cost = { Mana = 53, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.03, levelRequirement = 52, cost = { Mana = 58, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.07, levelRequirement = 58, cost = { Mana = 63, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 64, cost = { Mana = 69, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.15, levelRequirement = 66, cost = { Mana = 75, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.19, levelRequirement = 72, cost = { Mana = 81, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.23, levelRequirement = 78, cost = { Mana = 90, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 84, cost = { Mana = 100, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.32, levelRequirement = 90, cost = { Mana = 111, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 123, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 90, cost = { Mana = 136, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.45, levelRequirement = 90, cost = { Mana = 151, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 167, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 185, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 1.6, levelRequirement = 90, cost = { Mana = 205, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 228, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 252, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 1.77, levelRequirement = 90, cost = { Mana = 280, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 1.83, levelRequirement = 90, cost = { Mana = 310, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 1.89, levelRequirement = 90, cost = { Mana = 344, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 1.95, levelRequirement = 90, cost = { Mana = 381, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.02, levelRequirement = 90, cost = { Mana = 422, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 2.08, levelRequirement = 90, cost = { Mana = 468, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 2.15, levelRequirement = 90, cost = { Mana = 518, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 2.22, levelRequirement = 90, cost = { Mana = 574, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 636, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 2.37, levelRequirement = 90, cost = { Mana = 705, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 2.45, levelRequirement = 90, cost = { Mana = 782, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 866, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.23, levelRequirement = 78, cost = { Mana = 88, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 84, cost = { Mana = 95, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.32, levelRequirement = 90, cost = { Mana = 103, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 111, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 90, cost = { Mana = 120, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.45, levelRequirement = 90, cost = { Mana = 129, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 139, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 149, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 1.6, levelRequirement = 90, cost = { Mana = 161, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 172, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 185, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 1.77, levelRequirement = 90, cost = { Mana = 198, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 1.83, levelRequirement = 90, cost = { Mana = 212, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 1.89, levelRequirement = 90, cost = { Mana = 226, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 1.95, levelRequirement = 90, cost = { Mana = 242, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.02, levelRequirement = 90, cost = { Mana = 258, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 2.08, levelRequirement = 90, cost = { Mana = 276, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 2.15, levelRequirement = 90, cost = { Mana = 294, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 2.22, levelRequirement = 90, cost = { Mana = 314, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 334, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 2.37, levelRequirement = 90, cost = { Mana = 356, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 2.45, levelRequirement = 90, cost = { Mana = 379, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 404, }, }, }, statSets = { [1] = { @@ -5456,7 +6396,7 @@ skills["RainOfArrowsPlayer"] = { { "rain_of_arrows_projectile_count_multiplier_per_frenzy_charge", 50 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_arrow_rains_allowed", 1 }, { "rain_of_arrows_delay_per_arrow", 80 }, { "rain_hit_delay_ms", 120 }, @@ -5521,55 +6461,55 @@ skills["RakePlayer"] = { baseTypeName = "Rake", color = 2, description = "Dash towards an enemy and perform a lacerating slash, inflicting Bleeding on all enemies struck.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spear] = true, [SkillType.Physical] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spear] = true, [SkillType.Physical] = true, [SkillType.Movement] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "base_dash_additional_damage_from_distance_+%_final", 1.5 }, + { "base_additional_damage_from_distance_+%_final", 1.5 }, }, levels = { [1] = { baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { baseMultiplier = 0.61, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { baseMultiplier = 0.72, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { baseMultiplier = 0.83, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { baseMultiplier = 0.88, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { baseMultiplier = 0.93, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { baseMultiplier = 0.99, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { baseMultiplier = 1.05, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { baseMultiplier = 1.11, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { baseMultiplier = 1.17, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { baseMultiplier = 1.25, levelRequirement = 58, cost = { Mana = 23, }, }, - [15] = { baseMultiplier = 1.32, levelRequirement = 64, cost = { Mana = 26, }, }, - [16] = { baseMultiplier = 1.41, levelRequirement = 66, cost = { Mana = 28, }, }, + [4] = { baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { baseMultiplier = 0.72, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { baseMultiplier = 0.83, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { baseMultiplier = 0.88, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { baseMultiplier = 0.93, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { baseMultiplier = 0.99, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { baseMultiplier = 1.05, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { baseMultiplier = 1.11, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { baseMultiplier = 1.17, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { baseMultiplier = 1.25, levelRequirement = 58, cost = { Mana = 24, }, }, + [15] = { baseMultiplier = 1.32, levelRequirement = 64, cost = { Mana = 27, }, }, + [16] = { baseMultiplier = 1.41, levelRequirement = 66, cost = { Mana = 29, }, }, [17] = { baseMultiplier = 1.5, levelRequirement = 72, cost = { Mana = 32, }, }, - [18] = { baseMultiplier = 1.59, levelRequirement = 78, cost = { Mana = 35, }, }, - [19] = { baseMultiplier = 1.7, levelRequirement = 84, cost = { Mana = 39, }, }, - [20] = { baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 43, }, }, - [21] = { baseMultiplier = 1.93, levelRequirement = 90, cost = { Mana = 48, }, }, - [22] = { baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 53, }, }, - [23] = { baseMultiplier = 2.2, levelRequirement = 90, cost = { Mana = 59, }, }, - [24] = { baseMultiplier = 2.34, levelRequirement = 90, cost = { Mana = 65, }, }, - [25] = { baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 72, }, }, - [26] = { baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 80, }, }, - [27] = { baseMultiplier = 2.84, levelRequirement = 90, cost = { Mana = 89, }, }, - [28] = { baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 99, }, }, - [29] = { baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 109, }, }, - [30] = { baseMultiplier = 3.45, levelRequirement = 90, cost = { Mana = 121, }, }, - [31] = { baseMultiplier = 3.68, levelRequirement = 90, cost = { Mana = 134, }, }, - [32] = { baseMultiplier = 3.93, levelRequirement = 90, cost = { Mana = 149, }, }, - [33] = { baseMultiplier = 4.19, levelRequirement = 90, cost = { Mana = 165, }, }, - [34] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 183, }, }, - [35] = { baseMultiplier = 4.76, levelRequirement = 90, cost = { Mana = 203, }, }, - [36] = { baseMultiplier = 5.08, levelRequirement = 90, cost = { Mana = 225, }, }, - [37] = { baseMultiplier = 5.42, levelRequirement = 90, cost = { Mana = 249, }, }, - [38] = { baseMultiplier = 5.78, levelRequirement = 90, cost = { Mana = 276, }, }, - [39] = { baseMultiplier = 6.17, levelRequirement = 90, cost = { Mana = 306, }, }, - [40] = { baseMultiplier = 6.58, levelRequirement = 90, cost = { Mana = 339, }, }, + [18] = { baseMultiplier = 1.59, levelRequirement = 78, cost = { Mana = 34, }, }, + [19] = { baseMultiplier = 1.7, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { baseMultiplier = 1.93, levelRequirement = 90, cost = { Mana = 43, }, }, + [22] = { baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 47, }, }, + [23] = { baseMultiplier = 2.2, levelRequirement = 90, cost = { Mana = 50, }, }, + [24] = { baseMultiplier = 2.34, levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 58, }, }, + [26] = { baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 63, }, }, + [27] = { baseMultiplier = 2.84, levelRequirement = 90, cost = { Mana = 67, }, }, + [28] = { baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 72, }, }, + [29] = { baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 77, }, }, + [30] = { baseMultiplier = 3.45, levelRequirement = 90, cost = { Mana = 83, }, }, + [31] = { baseMultiplier = 3.68, levelRequirement = 90, cost = { Mana = 88, }, }, + [32] = { baseMultiplier = 3.93, levelRequirement = 90, cost = { Mana = 95, }, }, + [33] = { baseMultiplier = 4.19, levelRequirement = 90, cost = { Mana = 101, }, }, + [34] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 108, }, }, + [35] = { baseMultiplier = 4.76, levelRequirement = 90, cost = { Mana = 115, }, }, + [36] = { baseMultiplier = 5.08, levelRequirement = 90, cost = { Mana = 123, }, }, + [37] = { baseMultiplier = 5.42, levelRequirement = 90, cost = { Mana = 131, }, }, + [38] = { baseMultiplier = 5.78, levelRequirement = 90, cost = { Mana = 139, }, }, + [39] = { baseMultiplier = 6.17, levelRequirement = 90, cost = { Mana = 148, }, }, + [40] = { baseMultiplier = 6.58, levelRequirement = 90, cost = { Mana = 158, }, }, }, statSets = { [1] = { @@ -5591,7 +6531,7 @@ skills["RakePlayer"] = { }, constantStats = { { "base_melee_dash_range", 50 }, - { "base_dash_additional_damage_from_distance_+%_final", 100 }, + { "base_additional_damage_from_distance_+%_final", 100 }, { "melee_conditional_step_distance", 8 }, { "total_attack_time_+_ms", 400 }, { "active_skill_bleeding_effect_+%_final", 100 }, @@ -5604,6 +6544,7 @@ skills["RakePlayer"] = { "is_area_damage", "quality_display_spear_puncture_is_gem", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5666,44 +6607,44 @@ skills["RapidAssaultPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -60, baseMultiplier = 0.25, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { attackSpeedMultiplier = -60, baseMultiplier = 0.27, levelRequirement = 3, cost = { Mana = 11, }, }, - [3] = { attackSpeedMultiplier = -60, baseMultiplier = 0.3, levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { attackSpeedMultiplier = -60, baseMultiplier = 0.33, levelRequirement = 10, cost = { Mana = 14, }, }, - [5] = { attackSpeedMultiplier = -60, baseMultiplier = 0.36, levelRequirement = 14, cost = { Mana = 15, }, }, - [6] = { attackSpeedMultiplier = -60, baseMultiplier = 0.38, levelRequirement = 18, cost = { Mana = 17, }, }, - [7] = { attackSpeedMultiplier = -60, baseMultiplier = 0.41, levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { attackSpeedMultiplier = -60, baseMultiplier = 0.43, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { attackSpeedMultiplier = -60, baseMultiplier = 0.46, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { attackSpeedMultiplier = -60, baseMultiplier = 0.48, levelRequirement = 36, cost = { Mana = 26, }, }, - [11] = { attackSpeedMultiplier = -60, baseMultiplier = 0.5, levelRequirement = 41, cost = { Mana = 29, }, }, - [12] = { attackSpeedMultiplier = -60, baseMultiplier = 0.53, levelRequirement = 46, cost = { Mana = 32, }, }, - [13] = { attackSpeedMultiplier = -60, baseMultiplier = 0.55, levelRequirement = 52, cost = { Mana = 36, }, }, - [14] = { attackSpeedMultiplier = -60, baseMultiplier = 0.58, levelRequirement = 58, cost = { Mana = 40, }, }, - [15] = { attackSpeedMultiplier = -60, baseMultiplier = 0.61, levelRequirement = 64, cost = { Mana = 44, }, }, - [16] = { attackSpeedMultiplier = -60, baseMultiplier = 0.64, levelRequirement = 66, cost = { Mana = 49, }, }, + [3] = { attackSpeedMultiplier = -60, baseMultiplier = 0.3, levelRequirement = 6, cost = { Mana = 13, }, }, + [4] = { attackSpeedMultiplier = -60, baseMultiplier = 0.33, levelRequirement = 10, cost = { Mana = 15, }, }, + [5] = { attackSpeedMultiplier = -60, baseMultiplier = 0.36, levelRequirement = 14, cost = { Mana = 17, }, }, + [6] = { attackSpeedMultiplier = -60, baseMultiplier = 0.38, levelRequirement = 18, cost = { Mana = 19, }, }, + [7] = { attackSpeedMultiplier = -60, baseMultiplier = 0.41, levelRequirement = 22, cost = { Mana = 21, }, }, + [8] = { attackSpeedMultiplier = -60, baseMultiplier = 0.43, levelRequirement = 26, cost = { Mana = 24, }, }, + [9] = { attackSpeedMultiplier = -60, baseMultiplier = 0.46, levelRequirement = 31, cost = { Mana = 26, }, }, + [10] = { attackSpeedMultiplier = -60, baseMultiplier = 0.48, levelRequirement = 36, cost = { Mana = 29, }, }, + [11] = { attackSpeedMultiplier = -60, baseMultiplier = 0.5, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { attackSpeedMultiplier = -60, baseMultiplier = 0.53, levelRequirement = 46, cost = { Mana = 35, }, }, + [13] = { attackSpeedMultiplier = -60, baseMultiplier = 0.55, levelRequirement = 52, cost = { Mana = 38, }, }, + [14] = { attackSpeedMultiplier = -60, baseMultiplier = 0.58, levelRequirement = 58, cost = { Mana = 42, }, }, + [15] = { attackSpeedMultiplier = -60, baseMultiplier = 0.61, levelRequirement = 64, cost = { Mana = 46, }, }, + [16] = { attackSpeedMultiplier = -60, baseMultiplier = 0.64, levelRequirement = 66, cost = { Mana = 50, }, }, [17] = { attackSpeedMultiplier = -60, baseMultiplier = 0.67, levelRequirement = 72, cost = { Mana = 54, }, }, - [18] = { attackSpeedMultiplier = -60, baseMultiplier = 0.71, levelRequirement = 78, cost = { Mana = 60, }, }, - [19] = { attackSpeedMultiplier = -60, baseMultiplier = 0.74, levelRequirement = 84, cost = { Mana = 66, }, }, - [20] = { attackSpeedMultiplier = -60, baseMultiplier = 0.78, levelRequirement = 90, cost = { Mana = 74, }, }, - [21] = { attackSpeedMultiplier = -60, baseMultiplier = 0.82, levelRequirement = 90, cost = { Mana = 82, }, }, - [22] = { attackSpeedMultiplier = -60, baseMultiplier = 0.86, levelRequirement = 90, cost = { Mana = 90, }, }, - [23] = { attackSpeedMultiplier = -60, baseMultiplier = 0.9, levelRequirement = 90, cost = { Mana = 100, }, }, - [24] = { attackSpeedMultiplier = -60, baseMultiplier = 0.95, levelRequirement = 90, cost = { Mana = 111, }, }, - [25] = { attackSpeedMultiplier = -60, levelRequirement = 90, cost = { Mana = 123, }, }, - [26] = { attackSpeedMultiplier = -60, baseMultiplier = 1.04, levelRequirement = 90, cost = { Mana = 137, }, }, - [27] = { attackSpeedMultiplier = -60, baseMultiplier = 1.1, levelRequirement = 90, cost = { Mana = 152, }, }, - [28] = { attackSpeedMultiplier = -60, baseMultiplier = 1.15, levelRequirement = 90, cost = { Mana = 168, }, }, - [29] = { attackSpeedMultiplier = -60, baseMultiplier = 1.21, levelRequirement = 90, cost = { Mana = 186, }, }, - [30] = { attackSpeedMultiplier = -60, baseMultiplier = 1.27, levelRequirement = 90, cost = { Mana = 206, }, }, - [31] = { attackSpeedMultiplier = -60, baseMultiplier = 1.33, levelRequirement = 90, cost = { Mana = 229, }, }, - [32] = { attackSpeedMultiplier = -60, baseMultiplier = 1.4, levelRequirement = 90, cost = { Mana = 253, }, }, - [33] = { attackSpeedMultiplier = -60, baseMultiplier = 1.47, levelRequirement = 90, cost = { Mana = 281, }, }, - [34] = { attackSpeedMultiplier = -60, baseMultiplier = 1.54, levelRequirement = 90, cost = { Mana = 311, }, }, - [35] = { attackSpeedMultiplier = -60, baseMultiplier = 1.62, levelRequirement = 90, cost = { Mana = 345, }, }, - [36] = { attackSpeedMultiplier = -60, baseMultiplier = 1.7, levelRequirement = 90, cost = { Mana = 382, }, }, - [37] = { attackSpeedMultiplier = -60, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 424, }, }, - [38] = { attackSpeedMultiplier = -60, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 470, }, }, - [39] = { attackSpeedMultiplier = -60, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 521, }, }, - [40] = { attackSpeedMultiplier = -60, baseMultiplier = 2.07, levelRequirement = 90, cost = { Mana = 577, }, }, + [18] = { attackSpeedMultiplier = -60, baseMultiplier = 0.71, levelRequirement = 78, cost = { Mana = 59, }, }, + [19] = { attackSpeedMultiplier = -60, baseMultiplier = 0.74, levelRequirement = 84, cost = { Mana = 63, }, }, + [20] = { attackSpeedMultiplier = -60, baseMultiplier = 0.78, levelRequirement = 90, cost = { Mana = 69, }, }, + [21] = { attackSpeedMultiplier = -60, baseMultiplier = 0.82, levelRequirement = 90, cost = { Mana = 74, }, }, + [22] = { attackSpeedMultiplier = -60, baseMultiplier = 0.86, levelRequirement = 90, cost = { Mana = 80, }, }, + [23] = { attackSpeedMultiplier = -60, baseMultiplier = 0.9, levelRequirement = 90, cost = { Mana = 86, }, }, + [24] = { attackSpeedMultiplier = -60, baseMultiplier = 0.95, levelRequirement = 90, cost = { Mana = 93, }, }, + [25] = { attackSpeedMultiplier = -60, levelRequirement = 90, cost = { Mana = 99, }, }, + [26] = { attackSpeedMultiplier = -60, baseMultiplier = 1.04, levelRequirement = 90, cost = { Mana = 107, }, }, + [27] = { attackSpeedMultiplier = -60, baseMultiplier = 1.1, levelRequirement = 90, cost = { Mana = 115, }, }, + [28] = { attackSpeedMultiplier = -60, baseMultiplier = 1.15, levelRequirement = 90, cost = { Mana = 123, }, }, + [29] = { attackSpeedMultiplier = -60, baseMultiplier = 1.21, levelRequirement = 90, cost = { Mana = 132, }, }, + [30] = { attackSpeedMultiplier = -60, baseMultiplier = 1.27, levelRequirement = 90, cost = { Mana = 141, }, }, + [31] = { attackSpeedMultiplier = -60, baseMultiplier = 1.33, levelRequirement = 90, cost = { Mana = 151, }, }, + [32] = { attackSpeedMultiplier = -60, baseMultiplier = 1.4, levelRequirement = 90, cost = { Mana = 161, }, }, + [33] = { attackSpeedMultiplier = -60, baseMultiplier = 1.47, levelRequirement = 90, cost = { Mana = 172, }, }, + [34] = { attackSpeedMultiplier = -60, baseMultiplier = 1.54, levelRequirement = 90, cost = { Mana = 184, }, }, + [35] = { attackSpeedMultiplier = -60, baseMultiplier = 1.62, levelRequirement = 90, cost = { Mana = 196, }, }, + [36] = { attackSpeedMultiplier = -60, baseMultiplier = 1.7, levelRequirement = 90, cost = { Mana = 209, }, }, + [37] = { attackSpeedMultiplier = -60, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 223, }, }, + [38] = { attackSpeedMultiplier = -60, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 237, }, }, + [39] = { attackSpeedMultiplier = -60, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 253, }, }, + [40] = { attackSpeedMultiplier = -60, baseMultiplier = 2.07, levelRequirement = 90, cost = { Mana = 269, }, }, }, statSets = { [1] = { @@ -5723,6 +6664,7 @@ skills["RapidAssaultPlayer"] = { stats = { "melee_defer_damage_prediction", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5782,12 +6724,13 @@ skills["RapidAssaultPlayer"] = { { "melee_conditional_step_distance", 13 }, { "melee_range_+", 6 }, { "rapid_assault_attached_spear_limit", 5 }, - { "base_skill_effect_duration", 10000 }, + { "base_skill_effect_duration", 30000 }, { "base_chance_to_inflict_bleeding_%", 100 }, }, stats = { "melee_defer_damage_prediction", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "global_knockback", }, @@ -5851,6 +6794,7 @@ skills["RapidAssaultPlayer"] = { stats = { "melee_defer_damage_prediction", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { @@ -5905,7 +6849,7 @@ skills["RhoaMountPlayer"] = { "SummonedRhoa", }, color = 2, - description = "Harnesses a Companion Rhoa that you can ride. While you're mounted on the Rhoa, you can only use Bow, thrown Spear and Mark Skills, you run at full speed when attacking, and Hits against you cause Heavy Stun buildup. While you aren't mounted, the Rhoa attacks your enemies alongside you with its beak, but can be damaged.", + description = "Harnesses a Companion Rhoa you can mount while you're wielding a Bow or Spear. While mounted you can use Bow, thrown Spear and Mark Skills, run faster and barely slow to use Skills, but being Hit will cause Heavy Stun buildup. While you aren't mounted, the Rhoa will attack your enemies alongside you with its beak, but can be damaged.", skillTypes = { [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Companion] = true, [SkillType.CreatesCompanion] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, }, castTime = 1, @@ -5965,6 +6909,8 @@ skills["RhoaMountPlayer"] = { constantStats = { { "minion_base_resummon_time_ms", 12000 }, { "minion_accuracy_rating_+%", 100 }, + { "rhoa_movement_speed_+%", 15 }, + { "rhoa_movement_speed_penalty_+%_final_while_performing_action", -80 }, }, stats = { "is_resummoning_minion", @@ -6019,8 +6965,8 @@ skills["ShockchainArrowPlayer"] = { name = "Shockchain Arrow", baseTypeName = "Shockchain Arrow", color = 2, - description = "Fire a Lightning-infused arrow that homes in on enemies afflicted by Lightning Ailments. Hitting such an enemy will charge the arrow, causing it to release a damaging shockwave and split beams towards up to two nearby targets. Those beams will repeat this process if they hit an enemy afflicted by a Lightning Ailment. Consumes Shock from enemies it Hits, but not Electrocution.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Chains] = true, [SkillType.SkillConsumesShock] = true, [SkillType.Bow] = true, }, + description = "Fire a Lightning-charged arrow that homes in on enemies afflicted by Lightning Ailments. Hitting such an enemy will charge the arrow, causing it to release a damaging shockwave and split beams towards up to two nearby targets. Those beams will repeat this process if they hit an enemy afflicted by a Lightning Ailment. Consumes Shock from enemies it Hits, but not Electrocution.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Triggerable] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Chains] = true, [SkillType.SkillConsumesShock] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -6031,44 +6977,44 @@ skills["ShockchainArrowPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -30, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { attackSpeedMultiplier = -30, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 11, }, }, - [3] = { attackSpeedMultiplier = -30, baseMultiplier = 0.85, levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { attackSpeedMultiplier = -30, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 14, }, }, - [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 15, }, }, - [6] = { attackSpeedMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 17, }, }, - [7] = { attackSpeedMultiplier = -30, baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { attackSpeedMultiplier = -30, baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { attackSpeedMultiplier = -30, baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { attackSpeedMultiplier = -30, baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 26, }, }, - [11] = { attackSpeedMultiplier = -30, baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 29, }, }, - [12] = { attackSpeedMultiplier = -30, baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 32, }, }, - [13] = { attackSpeedMultiplier = -30, baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 35, }, }, - [14] = { attackSpeedMultiplier = -30, baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 39, }, }, - [15] = { attackSpeedMultiplier = -30, baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 43, }, }, - [16] = { attackSpeedMultiplier = -30, baseMultiplier = 1.8, levelRequirement = 66, cost = { Mana = 48, }, }, - [17] = { attackSpeedMultiplier = -30, baseMultiplier = 1.89, levelRequirement = 72, cost = { Mana = 53, }, }, - [18] = { attackSpeedMultiplier = -30, baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 59, }, }, - [19] = { attackSpeedMultiplier = -30, baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 66, }, }, - [20] = { attackSpeedMultiplier = -30, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 73, }, }, - [21] = { attackSpeedMultiplier = -30, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 81, }, }, - [22] = { attackSpeedMultiplier = -30, baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 90, }, }, - [23] = { attackSpeedMultiplier = -30, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 99, }, }, - [24] = { attackSpeedMultiplier = -30, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 110, }, }, - [25] = { attackSpeedMultiplier = -30, baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 122, }, }, - [26] = { attackSpeedMultiplier = -30, baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 136, }, }, - [27] = { attackSpeedMultiplier = -30, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 150, }, }, - [28] = { attackSpeedMultiplier = -30, baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 167, }, }, - [29] = { attackSpeedMultiplier = -30, baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 185, }, }, - [30] = { attackSpeedMultiplier = -30, baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 205, }, }, - [31] = { attackSpeedMultiplier = -30, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 227, }, }, - [32] = { attackSpeedMultiplier = -30, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 251, }, }, - [33] = { attackSpeedMultiplier = -30, baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 279, }, }, - [34] = { attackSpeedMultiplier = -30, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 309, }, }, - [35] = { attackSpeedMultiplier = -30, baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 342, }, }, - [36] = { attackSpeedMultiplier = -30, baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 379, }, }, - [37] = { attackSpeedMultiplier = -30, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 420, }, }, - [38] = { attackSpeedMultiplier = -30, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 466, }, }, - [39] = { attackSpeedMultiplier = -30, baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 516, }, }, - [40] = { attackSpeedMultiplier = -30, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 572, }, }, + [3] = { attackSpeedMultiplier = -30, baseMultiplier = 0.85, levelRequirement = 6, cost = { Mana = 13, }, }, + [4] = { attackSpeedMultiplier = -30, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 15, }, }, + [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 17, }, }, + [6] = { attackSpeedMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 19, }, }, + [7] = { attackSpeedMultiplier = -30, baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 21, }, }, + [8] = { attackSpeedMultiplier = -30, baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 23, }, }, + [9] = { attackSpeedMultiplier = -30, baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 26, }, }, + [10] = { attackSpeedMultiplier = -30, baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 29, }, }, + [11] = { attackSpeedMultiplier = -30, baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { attackSpeedMultiplier = -30, baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 35, }, }, + [13] = { attackSpeedMultiplier = -30, baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 38, }, }, + [14] = { attackSpeedMultiplier = -30, baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 42, }, }, + [15] = { attackSpeedMultiplier = -30, baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 45, }, }, + [16] = { attackSpeedMultiplier = -30, baseMultiplier = 1.8, levelRequirement = 66, cost = { Mana = 49, }, }, + [17] = { attackSpeedMultiplier = -30, baseMultiplier = 1.89, levelRequirement = 72, cost = { Mana = 54, }, }, + [18] = { attackSpeedMultiplier = -30, baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 58, }, }, + [19] = { attackSpeedMultiplier = -30, baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 63, }, }, + [20] = { attackSpeedMultiplier = -30, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 68, }, }, + [21] = { attackSpeedMultiplier = -30, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 73, }, }, + [22] = { attackSpeedMultiplier = -30, baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 79, }, }, + [23] = { attackSpeedMultiplier = -30, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 85, }, }, + [24] = { attackSpeedMultiplier = -30, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 92, }, }, + [25] = { attackSpeedMultiplier = -30, baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 99, }, }, + [26] = { attackSpeedMultiplier = -30, baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 106, }, }, + [27] = { attackSpeedMultiplier = -30, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 114, }, }, + [28] = { attackSpeedMultiplier = -30, baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 122, }, }, + [29] = { attackSpeedMultiplier = -30, baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 130, }, }, + [30] = { attackSpeedMultiplier = -30, baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 140, }, }, + [31] = { attackSpeedMultiplier = -30, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 149, }, }, + [32] = { attackSpeedMultiplier = -30, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 160, }, }, + [33] = { attackSpeedMultiplier = -30, baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 170, }, }, + [34] = { attackSpeedMultiplier = -30, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 182, }, }, + [35] = { attackSpeedMultiplier = -30, baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 194, }, }, + [36] = { attackSpeedMultiplier = -30, baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 207, }, }, + [37] = { attackSpeedMultiplier = -30, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 221, }, }, + [38] = { attackSpeedMultiplier = -30, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 235, }, }, + [39] = { attackSpeedMultiplier = -30, baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 250, }, }, + [40] = { attackSpeedMultiplier = -30, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 266, }, }, }, statSets = { [1] = { @@ -6083,7 +7029,7 @@ skills["ShockchainArrowPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_is_projectile", @@ -6098,6 +7044,7 @@ skills["ShockchainArrowPlayer"] = { "base_consume_enemy_shock_on_hit", "always_pierce_non_shocked_enemies_if_targeting_shocked_enemy", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -6154,7 +7101,7 @@ skills["ShockchainArrowPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "number_of_chains", 10 }, }, @@ -6169,6 +7116,7 @@ skills["ShockchainArrowPlayer"] = { "should_use_additive_aiming_animation", "base_consume_enemy_shock_on_hit", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { @@ -6226,7 +7174,7 @@ skills["ShockchainArrowPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_area_of_effect_radius", 25 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, }, @@ -6240,6 +7188,7 @@ skills["ShockchainArrowPlayer"] = { "can_perform_skill_while_moving", "should_use_additive_aiming_animation", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { @@ -6291,56 +7240,56 @@ skills["SnipePlayer"] = { name = "Snipe", baseTypeName = "Snipe", color = 2, - description = "Channel to charge up your bow before releasing a powerful shot. Releasing the moment you fully charge causes the arrow to explode on impact for a guaranteed Critical Hit.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Channel] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.PerfectTiming] = true, [SkillType.Bow] = true, }, + description = "Channel to charge up your bow before releasing a powerful shot. Releasing with Perfect Timing causes the arrow to explode on impact and Consume Freeze on directly Hitting. Consuming Freeze or Hitting a Heavy Stunned enemy enhances the explosion.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Channel] = true, [SkillType.Barrageable] = true, [SkillType.Area] = true, [SkillType.PerfectTiming] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Cold] = true, [SkillType.SkillConsumesFreeze] = true, }, weaponTypes = { ["Bow"] = true, }, castTime = 1, qualityStats = { - { "base_critical_strike_multiplier_+", 2.5 }, + { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { - [1] = { attackSpeedMultiplier = -55, baseMultiplier = 1.1, levelRequirement = 0, cost = { ManaPerMinute = 1086, }, }, - [2] = { attackSpeedMultiplier = -55, baseMultiplier = 1.21, levelRequirement = 3, cost = { ManaPerMinute = 1203, }, }, - [3] = { attackSpeedMultiplier = -55, baseMultiplier = 1.33, levelRequirement = 6, cost = { ManaPerMinute = 1333, }, }, - [4] = { attackSpeedMultiplier = -55, baseMultiplier = 1.45, levelRequirement = 10, cost = { ManaPerMinute = 1477, }, }, - [5] = { attackSpeedMultiplier = -55, baseMultiplier = 1.57, levelRequirement = 14, cost = { ManaPerMinute = 1637, }, }, - [6] = { attackSpeedMultiplier = -55, baseMultiplier = 1.68, levelRequirement = 18, cost = { ManaPerMinute = 1814, }, }, - [7] = { attackSpeedMultiplier = -55, baseMultiplier = 1.8, levelRequirement = 22, cost = { ManaPerMinute = 2010, }, }, - [8] = { attackSpeedMultiplier = -55, baseMultiplier = 1.91, levelRequirement = 26, cost = { ManaPerMinute = 2227, }, }, - [9] = { attackSpeedMultiplier = -55, baseMultiplier = 2.01, levelRequirement = 31, cost = { ManaPerMinute = 2468, }, }, - [10] = { attackSpeedMultiplier = -55, baseMultiplier = 2.11, levelRequirement = 36, cost = { ManaPerMinute = 2735, }, }, - [11] = { attackSpeedMultiplier = -55, baseMultiplier = 2.21, levelRequirement = 41, cost = { ManaPerMinute = 3031, }, }, - [12] = { attackSpeedMultiplier = -55, baseMultiplier = 2.32, levelRequirement = 46, cost = { ManaPerMinute = 3358, }, }, - [13] = { attackSpeedMultiplier = -55, baseMultiplier = 2.44, levelRequirement = 52, cost = { ManaPerMinute = 3722, }, }, - [14] = { attackSpeedMultiplier = -55, baseMultiplier = 2.56, levelRequirement = 58, cost = { ManaPerMinute = 4124, }, }, - [15] = { attackSpeedMultiplier = -55, baseMultiplier = 2.69, levelRequirement = 64, cost = { ManaPerMinute = 4570, }, }, - [16] = { attackSpeedMultiplier = -55, baseMultiplier = 2.82, levelRequirement = 66, cost = { ManaPerMinute = 5064, }, }, - [17] = { attackSpeedMultiplier = -55, baseMultiplier = 2.96, levelRequirement = 72, cost = { ManaPerMinute = 5611, }, }, - [18] = { attackSpeedMultiplier = -55, baseMultiplier = 3.11, levelRequirement = 78, cost = { ManaPerMinute = 6218, }, }, - [19] = { attackSpeedMultiplier = -55, baseMultiplier = 3.27, levelRequirement = 84, cost = { ManaPerMinute = 6890, }, }, - [20] = { attackSpeedMultiplier = -55, baseMultiplier = 3.43, levelRequirement = 90, cost = { ManaPerMinute = 7635, }, }, - [21] = { attackSpeedMultiplier = -55, baseMultiplier = 3.6, levelRequirement = 90, cost = { ManaPerMinute = 8460, }, }, - [22] = { attackSpeedMultiplier = -55, baseMultiplier = 3.78, levelRequirement = 90, cost = { ManaPerMinute = 9375, }, }, - [23] = { attackSpeedMultiplier = -55, baseMultiplier = 3.97, levelRequirement = 90, cost = { ManaPerMinute = 10388, }, }, - [24] = { attackSpeedMultiplier = -55, baseMultiplier = 4.17, levelRequirement = 90, cost = { ManaPerMinute = 11511, }, }, - [25] = { attackSpeedMultiplier = -55, baseMultiplier = 4.38, levelRequirement = 90, cost = { ManaPerMinute = 12756, }, }, - [26] = { attackSpeedMultiplier = -55, baseMultiplier = 4.6, levelRequirement = 90, cost = { ManaPerMinute = 14135, }, }, - [27] = { attackSpeedMultiplier = -55, baseMultiplier = 4.83, levelRequirement = 90, cost = { ManaPerMinute = 15663, }, }, - [28] = { attackSpeedMultiplier = -55, baseMultiplier = 5.07, levelRequirement = 90, cost = { ManaPerMinute = 17356, }, }, - [29] = { attackSpeedMultiplier = -55, baseMultiplier = 5.32, levelRequirement = 90, cost = { ManaPerMinute = 19232, }, }, - [30] = { attackSpeedMultiplier = -55, baseMultiplier = 5.59, levelRequirement = 90, cost = { ManaPerMinute = 21311, }, }, - [31] = { attackSpeedMultiplier = -55, baseMultiplier = 5.87, levelRequirement = 90, cost = { ManaPerMinute = 23615, }, }, - [32] = { attackSpeedMultiplier = -55, baseMultiplier = 6.16, levelRequirement = 90, cost = { ManaPerMinute = 26168, }, }, - [33] = { attackSpeedMultiplier = -55, baseMultiplier = 6.47, levelRequirement = 90, cost = { ManaPerMinute = 28997, }, }, - [34] = { attackSpeedMultiplier = -55, baseMultiplier = 6.79, levelRequirement = 90, cost = { ManaPerMinute = 32131, }, }, - [35] = { attackSpeedMultiplier = -55, baseMultiplier = 7.13, levelRequirement = 90, cost = { ManaPerMinute = 35605, }, }, - [36] = { attackSpeedMultiplier = -55, baseMultiplier = 7.49, levelRequirement = 90, cost = { ManaPerMinute = 39454, }, }, - [37] = { attackSpeedMultiplier = -55, baseMultiplier = 7.86, levelRequirement = 90, cost = { ManaPerMinute = 43719, }, }, - [38] = { attackSpeedMultiplier = -55, baseMultiplier = 8.26, levelRequirement = 90, cost = { ManaPerMinute = 48445, }, }, - [39] = { attackSpeedMultiplier = -55, baseMultiplier = 8.67, levelRequirement = 90, cost = { ManaPerMinute = 53682, }, }, - [40] = { attackSpeedMultiplier = -55, baseMultiplier = 9.1, levelRequirement = 90, cost = { ManaPerMinute = 59485, }, }, + [1] = { attackSpeedMultiplier = -55, baseMultiplier = 1.1, levelRequirement = 0, cost = { ManaPerMinute = 1053, }, }, + [2] = { attackSpeedMultiplier = -55, baseMultiplier = 1.21, levelRequirement = 3, cost = { ManaPerMinute = 1218, }, }, + [3] = { attackSpeedMultiplier = -55, baseMultiplier = 1.33, levelRequirement = 6, cost = { ManaPerMinute = 1395, }, }, + [4] = { attackSpeedMultiplier = -55, baseMultiplier = 1.45, levelRequirement = 10, cost = { ManaPerMinute = 1585, }, }, + [5] = { attackSpeedMultiplier = -55, baseMultiplier = 1.57, levelRequirement = 14, cost = { ManaPerMinute = 1788, }, }, + [6] = { attackSpeedMultiplier = -55, baseMultiplier = 1.68, levelRequirement = 18, cost = { ManaPerMinute = 2006, }, }, + [7] = { attackSpeedMultiplier = -55, baseMultiplier = 1.8, levelRequirement = 22, cost = { ManaPerMinute = 2238, }, }, + [8] = { attackSpeedMultiplier = -55, baseMultiplier = 1.91, levelRequirement = 26, cost = { ManaPerMinute = 2487, }, }, + [9] = { attackSpeedMultiplier = -55, baseMultiplier = 2.01, levelRequirement = 31, cost = { ManaPerMinute = 2752, }, }, + [10] = { attackSpeedMultiplier = -55, baseMultiplier = 2.11, levelRequirement = 36, cost = { ManaPerMinute = 3036, }, }, + [11] = { attackSpeedMultiplier = -55, baseMultiplier = 2.21, levelRequirement = 41, cost = { ManaPerMinute = 3338, }, }, + [12] = { attackSpeedMultiplier = -55, baseMultiplier = 2.32, levelRequirement = 46, cost = { ManaPerMinute = 3661, }, }, + [13] = { attackSpeedMultiplier = -55, baseMultiplier = 2.44, levelRequirement = 52, cost = { ManaPerMinute = 4004, }, }, + [14] = { attackSpeedMultiplier = -55, baseMultiplier = 2.56, levelRequirement = 58, cost = { ManaPerMinute = 4370, }, }, + [15] = { attackSpeedMultiplier = -55, baseMultiplier = 2.69, levelRequirement = 64, cost = { ManaPerMinute = 4760, }, }, + [16] = { attackSpeedMultiplier = -55, baseMultiplier = 2.82, levelRequirement = 66, cost = { ManaPerMinute = 5175, }, }, + [17] = { attackSpeedMultiplier = -55, baseMultiplier = 2.96, levelRequirement = 72, cost = { ManaPerMinute = 5616, }, }, + [18] = { attackSpeedMultiplier = -55, baseMultiplier = 3.11, levelRequirement = 78, cost = { ManaPerMinute = 6085, }, }, + [19] = { attackSpeedMultiplier = -55, baseMultiplier = 3.27, levelRequirement = 84, cost = { ManaPerMinute = 6584, }, }, + [20] = { attackSpeedMultiplier = -55, baseMultiplier = 3.43, levelRequirement = 90, cost = { ManaPerMinute = 7114, }, }, + [21] = { attackSpeedMultiplier = -55, baseMultiplier = 3.6, levelRequirement = 90, cost = { ManaPerMinute = 7677, }, }, + [22] = { attackSpeedMultiplier = -55, baseMultiplier = 3.78, levelRequirement = 90, cost = { ManaPerMinute = 8274, }, }, + [23] = { attackSpeedMultiplier = -55, baseMultiplier = 3.97, levelRequirement = 90, cost = { ManaPerMinute = 8908, }, }, + [24] = { attackSpeedMultiplier = -55, baseMultiplier = 4.17, levelRequirement = 90, cost = { ManaPerMinute = 9581, }, }, + [25] = { attackSpeedMultiplier = -55, baseMultiplier = 4.38, levelRequirement = 90, cost = { ManaPerMinute = 10294, }, }, + [26] = { attackSpeedMultiplier = -55, baseMultiplier = 4.6, levelRequirement = 90, cost = { ManaPerMinute = 11051, }, }, + [27] = { attackSpeedMultiplier = -55, baseMultiplier = 4.83, levelRequirement = 90, cost = { ManaPerMinute = 11853, }, }, + [28] = { attackSpeedMultiplier = -55, baseMultiplier = 5.07, levelRequirement = 90, cost = { ManaPerMinute = 12703, }, }, + [29] = { attackSpeedMultiplier = -55, baseMultiplier = 5.32, levelRequirement = 90, cost = { ManaPerMinute = 13603, }, }, + [30] = { attackSpeedMultiplier = -55, baseMultiplier = 5.59, levelRequirement = 90, cost = { ManaPerMinute = 14556, }, }, + [31] = { attackSpeedMultiplier = -55, baseMultiplier = 5.87, levelRequirement = 90, cost = { ManaPerMinute = 15566, }, }, + [32] = { attackSpeedMultiplier = -55, baseMultiplier = 6.16, levelRequirement = 90, cost = { ManaPerMinute = 16635, }, }, + [33] = { attackSpeedMultiplier = -55, baseMultiplier = 6.47, levelRequirement = 90, cost = { ManaPerMinute = 17766, }, }, + [34] = { attackSpeedMultiplier = -55, baseMultiplier = 6.79, levelRequirement = 90, cost = { ManaPerMinute = 18963, }, }, + [35] = { attackSpeedMultiplier = -55, baseMultiplier = 7.13, levelRequirement = 90, cost = { ManaPerMinute = 20228, }, }, + [36] = { attackSpeedMultiplier = -55, baseMultiplier = 7.49, levelRequirement = 90, cost = { ManaPerMinute = 21567, }, }, + [37] = { attackSpeedMultiplier = -55, baseMultiplier = 7.86, levelRequirement = 90, cost = { ManaPerMinute = 22983, }, }, + [38] = { attackSpeedMultiplier = -55, baseMultiplier = 8.26, levelRequirement = 90, cost = { ManaPerMinute = 24479, }, }, + [39] = { attackSpeedMultiplier = -55, baseMultiplier = 8.67, levelRequirement = 90, cost = { ManaPerMinute = 26061, }, }, + [40] = { attackSpeedMultiplier = -55, baseMultiplier = 9.1, levelRequirement = 90, cost = { ManaPerMinute = 27732, }, }, }, preDamageFunc = function(activeSkill, output) activeSkill.skillData.hitTimeMultiplier = activeSkill.skillData.channelPercentOfAttackTime @@ -6349,7 +7298,7 @@ skills["SnipePlayer"] = { [1] = { label = "Arrow", incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "channelled_snipe", + statDescriptionScope = "channelled_snipe_statset_0", baseFlags = { attack = true, projectile = true, @@ -6361,7 +7310,6 @@ skills["SnipePlayer"] = { { "perfect_strike_timing_window_base_ms", 300 }, { "channel_start_lock_cancelling_of_attack_time_%", 16 }, { "base_minimum_channel_time_ms", 300 }, - { "base_critical_strike_multiplier_+", 200 }, { "channel_skill_end_animation_duration_multiplier_permyriad", 2500 }, { "channel_end_duration_as_%_of_attack_time", 133 }, }, @@ -6375,6 +7323,10 @@ skills["SnipePlayer"] = { "attack_speed_modifiers_apply_to_over_time_cost", "channel_start_lock_cancelling_scales_with_attack_speed", "skill_moving_start_slowdown", + "never_freeze", + "precise_cursor_targeting_uses_contact_point_height_offset", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "cannot_stun", }, levels = { [1] = { actorLevel = 1, }, @@ -6422,23 +7374,99 @@ skills["SnipePlayer"] = { [2] = { label = "Explosion", incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "channelled_snipe", + statDescriptionScope = "channelled_snipe_statset_1", baseFlags = { attack = true, projectile = true, area = true, }, - baseMods = { - mod("Condition:PerfectTiming", "FLAG", true), + constantStats = { + { "active_skill_override_turn_duration_ms", 120 }, + { "skill_animation_duration_multiplier_override", 2 }, + { "perfect_strike_timing_window_base_ms", 300 }, + { "channel_skill_end_animation_duration_multiplier_permyriad", 2500 }, + { "channel_end_duration_as_%_of_attack_time", 133 }, + { "active_skill_base_area_of_effect_radius", 25 }, + }, + stats = { + "base_is_projectile", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", + "skill_can_fire_arrows", + "has_modular_projectiles_enabled", + "attack_speed_modifiers_apply_to_over_time_cost", + "channel_start_lock_cancelling_scales_with_attack_speed", + "skill_moving_start_slowdown", + "never_freeze", + "precise_cursor_targeting_uses_contact_point_height_offset", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "cannot_stun", + "is_area_damage", + "display_statset_hide_usage_stats", + "perfectly_timed", + }, + levels = { + [1] = { baseMultiplier = 3, actorLevel = 1, }, + [2] = { baseMultiplier = 3.3, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 3.63, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 3.96, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 4.27, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 4.59, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 4.92, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 5.21, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 5.47, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 5.74, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 6.03, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 6.33, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 6.65, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 6.98, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 7.33, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 7.7, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 8.08, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 8.49, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 8.91, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 9.36, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 9.82, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 10.32, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 10.83, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 11.37, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 11.94, actorLevel = 136.875, }, + [26] = { baseMultiplier = 12.54, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 13.17, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 13.82, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 14.52, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 15.24, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 16, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 16.8, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 17.64, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 18.53, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 19.45, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 20.42, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 21.45, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 22.52, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 23.64, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 24.83, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Icy Blast", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "channelled_snipe_statset_2", + baseFlags = { + attack = true, + projectile = true, + area = true, }, constantStats = { { "active_skill_override_turn_duration_ms", 120 }, { "skill_animation_duration_multiplier_override", 2 }, { "perfect_strike_timing_window_base_ms", 300 }, - { "base_critical_strike_multiplier_+", 200 }, { "channel_skill_end_animation_duration_multiplier_permyriad", 2500 }, { "channel_end_duration_as_%_of_attack_time", 133 }, - { "active_skill_base_area_of_effect_radius", 15 }, + { "active_skill_base_area_of_effect_radius", 32 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "snipe_damage_+%_final_if_created_from_unique", 50 }, }, stats = { "base_is_projectile", @@ -6450,12 +7478,55 @@ skills["SnipePlayer"] = { "attack_speed_modifiers_apply_to_over_time_cost", "channel_start_lock_cancelling_scales_with_attack_speed", "skill_moving_start_slowdown", + "never_freeze", + "precise_cursor_targeting_uses_contact_point_height_offset", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "cannot_stun", "is_area_damage", - "always_crit", "display_statset_hide_usage_stats", + "perfectly_timed", }, levels = { - [1] = { actorLevel = 1, }, + [1] = { baseMultiplier = 4.6, actorLevel = 1, }, + [2] = { baseMultiplier = 5.07, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 5.6, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 6.14, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 6.67, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 7.23, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 7.8, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 8.36, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 8.88, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 9.45, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 10.06, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 10.73, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 11.45, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 12.25, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 13.11, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 14.05, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 15.08, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 16.2, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 17.43, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 18.78, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 20.23, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 21.8, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 23.48, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 25.3, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 27.25, actorLevel = 136.875, }, + [26] = { baseMultiplier = 29.36, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 31.63, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 34.07, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 36.7, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 39.54, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 42.6, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 45.89, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 49.44, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 53.26, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 57.38, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 61.81, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 66.59, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 71.73, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 77.28, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 83.25, actorLevel = 288.29998779297, }, }, }, } @@ -6464,53 +7535,53 @@ skills["SnipersMarkPlayer"] = { name = "Sniper's Mark", baseTypeName = "Sniper's Mark", color = 2, - description = "Mark a target. The next Critical Hit the target receives consumes the Mark to deal extra damage and grant you a Frenzy Charge.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.GeneratesCharges] = true, [SkillType.Mark] = true, [SkillType.Cooldown] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, }, + description = "Mark a target. The next Critical Hit the target receives Consumes the Mark to deal extra damage and grant you a Frenzy Charge.", + skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.GeneratesCharges] = true, [SkillType.Mark] = true, [SkillType.Cooldown] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, [SkillType.UsableWhileMounted] = true, }, castTime = 0.5, qualityStats = { { "enemy_additional_critical_strike_multiplier_against_self", 0.75 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 2, cost = { Mana = 23, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 2, cost = { Mana = 25, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 2, cost = { Mana = 27, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 2, cost = { Mana = 29, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 2, cost = { Mana = 31, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 2, cost = { Mana = 33, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 2, cost = { Mana = 35, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 2, cost = { Mana = 38, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 2, cost = { Mana = 41, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 2, cost = { Mana = 44, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 2, cost = { Mana = 47, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 2, cost = { Mana = 50, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 2, cost = { Mana = 54, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 2, cost = { Mana = 58, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 2, cost = { Mana = 62, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 2, cost = { Mana = 67, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 2, cost = { Mana = 72, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 2, cost = { Mana = 77, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 2, cost = { Mana = 82, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 88, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 95, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 102, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 109, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 117, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 125, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 135, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 144, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 155, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 166, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 178, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 191, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 205, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 219, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 235, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 252, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 271, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 290, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 311, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 334, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 2, cost = { Mana = 358, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 6, cost = { Mana = 18, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 6, cost = { Mana = 20, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 6, cost = { Mana = 23, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 6, cost = { Mana = 25, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 6, cost = { Mana = 28, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 6, cost = { Mana = 31, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 6, cost = { Mana = 33, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 6, cost = { Mana = 36, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 6, cost = { Mana = 39, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 6, cost = { Mana = 42, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 6, cost = { Mana = 46, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 6, cost = { Mana = 49, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 6, cost = { Mana = 52, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 6, cost = { Mana = 56, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 6, cost = { Mana = 59, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 6, cost = { Mana = 63, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 6, cost = { Mana = 67, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 6, cost = { Mana = 71, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 6, cost = { Mana = 75, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 79, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 83, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 88, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 92, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 97, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 102, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 107, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 112, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 117, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 123, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 128, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 134, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 140, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 146, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 152, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 159, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 166, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 172, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 179, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 187, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 194, }, }, }, statSets = { [1] = { @@ -6524,9 +7595,7 @@ skills["SnipersMarkPlayer"] = { }, }, baseFlags = { - spell = true, duration = true, - mark = true, }, baseMods = { skill("debuff", true), @@ -6535,7 +7604,7 @@ skills["SnipersMarkPlayer"] = { { "base_skill_effect_duration", 8000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "number_of_marks_allowed_per_type", 1 }, }, stats = { @@ -6593,55 +7662,55 @@ skills["SpearOfSolarisPlayer"] = { baseTypeName = "Spear of Solaris", color = 2, description = "Build Glory by Heavy Stunning enemies. When you have maximum Glory you may call forth the Azmeri goddess Solaris, jumping backwards and throwing your Spear in the air. On landing the spear deals heavy damage in an area, then calls a divine skybeam that pulses periodically and creates expanding Ignited Ground. Modifiers to number of Projectiles fired do not apply to this skill.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.Spear] = true, [SkillType.Sustained] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CannotChain] = true, [SkillType.Rain] = true, [SkillType.HasUsageCondition] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.Spear] = true, [SkillType.Sustained] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CannotChain] = true, [SkillType.Rain] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "active_skill_ignite_effect_+%_final", 2 }, + { "chance_to_retain_40%_of_glory_on_use_%", 1.25 }, }, levels = { - [1] = { baseMultiplier = 2.1, levelRequirement = 0, cost = { Mana = 13, }, }, - [2] = { baseMultiplier = 2.32, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { baseMultiplier = 2.56, levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { baseMultiplier = 2.8, levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { baseMultiplier = 3.05, levelRequirement = 14, cost = { Mana = 21, }, }, - [6] = { baseMultiplier = 3.3, levelRequirement = 18, cost = { Mana = 23, }, }, - [7] = { baseMultiplier = 3.56, levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { baseMultiplier = 3.82, levelRequirement = 26, cost = { Mana = 28, }, }, - [9] = { baseMultiplier = 4.05, levelRequirement = 31, cost = { Mana = 31, }, }, - [10] = { baseMultiplier = 4.31, levelRequirement = 36, cost = { Mana = 35, }, }, - [11] = { baseMultiplier = 4.59, levelRequirement = 41, cost = { Mana = 38, }, }, - [12] = { baseMultiplier = 4.9, levelRequirement = 46, cost = { Mana = 43, }, }, - [13] = { baseMultiplier = 5.23, levelRequirement = 52, cost = { Mana = 47, }, }, - [14] = { baseMultiplier = 5.59, levelRequirement = 58, cost = { Mana = 53, }, }, - [15] = { baseMultiplier = 5.98, levelRequirement = 64, cost = { Mana = 58, }, }, - [16] = { baseMultiplier = 6.41, levelRequirement = 66, cost = { Mana = 65, }, }, - [17] = { baseMultiplier = 6.88, levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { baseMultiplier = 7.4, levelRequirement = 78, cost = { Mana = 79, }, }, - [19] = { baseMultiplier = 7.96, levelRequirement = 84, cost = { Mana = 88, }, }, - [20] = { baseMultiplier = 8.57, levelRequirement = 90, cost = { Mana = 98, }, }, - [21] = { baseMultiplier = 9.24, levelRequirement = 90, cost = { Mana = 108, }, }, - [22] = { baseMultiplier = 9.95, levelRequirement = 90, cost = { Mana = 120, }, }, - [23] = { baseMultiplier = 10.72, levelRequirement = 90, cost = { Mana = 133, }, }, - [24] = { baseMultiplier = 11.55, levelRequirement = 90, cost = { Mana = 148, }, }, - [25] = { baseMultiplier = 12.44, levelRequirement = 90, cost = { Mana = 164, }, }, - [26] = { baseMultiplier = 13.4, levelRequirement = 90, cost = { Mana = 181, }, }, - [27] = { baseMultiplier = 14.44, levelRequirement = 90, cost = { Mana = 201, }, }, - [28] = { baseMultiplier = 15.55, levelRequirement = 90, cost = { Mana = 223, }, }, - [29] = { baseMultiplier = 16.76, levelRequirement = 90, cost = { Mana = 247, }, }, - [30] = { baseMultiplier = 18.05, levelRequirement = 90, cost = { Mana = 274, }, }, - [31] = { baseMultiplier = 19.45, levelRequirement = 90, cost = { Mana = 303, }, }, - [32] = { baseMultiplier = 20.95, levelRequirement = 90, cost = { Mana = 336, }, }, - [33] = { baseMultiplier = 22.57, levelRequirement = 90, cost = { Mana = 373, }, }, - [34] = { baseMultiplier = 24.31, levelRequirement = 90, cost = { Mana = 413, }, }, - [35] = { baseMultiplier = 26.19, levelRequirement = 90, cost = { Mana = 458, }, }, - [36] = { baseMultiplier = 28.22, levelRequirement = 90, cost = { Mana = 507, }, }, - [37] = { baseMultiplier = 30.4, levelRequirement = 90, cost = { Mana = 562, }, }, - [38] = { baseMultiplier = 32.75, levelRequirement = 90, cost = { Mana = 623, }, }, - [39] = { baseMultiplier = 35.28, levelRequirement = 90, cost = { Mana = 690, }, }, - [40] = { baseMultiplier = 38.01, levelRequirement = 90, cost = { Mana = 765, }, }, + [1] = { baseMultiplier = 1.5, levelRequirement = 0, cost = { Mana = 13, }, }, + [2] = { baseMultiplier = 1.65, levelRequirement = 3, cost = { Mana = 15, }, }, + [3] = { baseMultiplier = 1.83, levelRequirement = 6, cost = { Mana = 17, }, }, + [4] = { baseMultiplier = 2, levelRequirement = 10, cost = { Mana = 20, }, }, + [5] = { baseMultiplier = 2.18, levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { baseMultiplier = 2.36, levelRequirement = 18, cost = { Mana = 25, }, }, + [7] = { baseMultiplier = 2.55, levelRequirement = 22, cost = { Mana = 28, }, }, + [8] = { baseMultiplier = 2.73, levelRequirement = 26, cost = { Mana = 31, }, }, + [9] = { baseMultiplier = 2.9, levelRequirement = 31, cost = { Mana = 35, }, }, + [10] = { baseMultiplier = 3.08, levelRequirement = 36, cost = { Mana = 39, }, }, + [11] = { baseMultiplier = 3.28, levelRequirement = 41, cost = { Mana = 42, }, }, + [12] = { baseMultiplier = 3.5, levelRequirement = 46, cost = { Mana = 47, }, }, + [13] = { baseMultiplier = 3.74, levelRequirement = 52, cost = { Mana = 51, }, }, + [14] = { baseMultiplier = 3.99, levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { baseMultiplier = 4.27, levelRequirement = 64, cost = { Mana = 61, }, }, + [16] = { baseMultiplier = 4.58, levelRequirement = 66, cost = { Mana = 66, }, }, + [17] = { baseMultiplier = 4.92, levelRequirement = 72, cost = { Mana = 72, }, }, + [18] = { baseMultiplier = 5.28, levelRequirement = 78, cost = { Mana = 78, }, }, + [19] = { baseMultiplier = 5.68, levelRequirement = 84, cost = { Mana = 84, }, }, + [20] = { baseMultiplier = 6.12, levelRequirement = 90, cost = { Mana = 91, }, }, + [21] = { baseMultiplier = 6.6, levelRequirement = 90, cost = { Mana = 98, }, }, + [22] = { baseMultiplier = 7.11, levelRequirement = 90, cost = { Mana = 106, }, }, + [23] = { baseMultiplier = 7.66, levelRequirement = 90, cost = { Mana = 114, }, }, + [24] = { baseMultiplier = 8.25, levelRequirement = 90, cost = { Mana = 123, }, }, + [25] = { baseMultiplier = 8.89, levelRequirement = 90, cost = { Mana = 132, }, }, + [26] = { baseMultiplier = 9.57, levelRequirement = 90, cost = { Mana = 142, }, }, + [27] = { baseMultiplier = 10.31, levelRequirement = 90, cost = { Mana = 152, }, }, + [28] = { baseMultiplier = 11.11, levelRequirement = 90, cost = { Mana = 163, }, }, + [29] = { baseMultiplier = 11.97, levelRequirement = 90, cost = { Mana = 174, }, }, + [30] = { baseMultiplier = 12.89, levelRequirement = 90, cost = { Mana = 187, }, }, + [31] = { baseMultiplier = 13.89, levelRequirement = 90, cost = { Mana = 200, }, }, + [32] = { baseMultiplier = 14.96, levelRequirement = 90, cost = { Mana = 213, }, }, + [33] = { baseMultiplier = 16.12, levelRequirement = 90, cost = { Mana = 228, }, }, + [34] = { baseMultiplier = 17.37, levelRequirement = 90, cost = { Mana = 243, }, }, + [35] = { baseMultiplier = 18.71, levelRequirement = 90, cost = { Mana = 260, }, }, + [36] = { baseMultiplier = 20.16, levelRequirement = 90, cost = { Mana = 277, }, }, + [37] = { baseMultiplier = 21.71, levelRequirement = 90, cost = { Mana = 295, }, }, + [38] = { baseMultiplier = 23.39, levelRequirement = 90, cost = { Mana = 314, }, }, + [39] = { baseMultiplier = 25.2, levelRequirement = 90, cost = { Mana = 335, }, }, + [40] = { baseMultiplier = 27.15, levelRequirement = 90, cost = { Mana = 356, }, }, }, statSets = { [1] = { @@ -6658,7 +7727,8 @@ skills["SpearOfSolarisPlayer"] = { { "attack_maximum_action_distance_+", 60 }, { "total_attack_time_+_ms", 1400 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 75 }, - { "skill_requires_X_ultimate_charge", 20 }, + { "active_skill_requires_X_glory", 20 }, + { "active_skill_generates_mp_%_glory_per_heavy_stun", 100 }, }, stats = { "is_area_damage", @@ -6731,6 +7801,7 @@ skills["SpearOfSolarisPlayer"] = { constantStats = { { "attack_maximum_action_distance_+", 60 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 75 }, + { "active_skill_generates_mp_%_glory_per_heavy_stun", 100 }, { "active_skill_base_area_of_effect_radius", 20 }, { "solaris_spear_number_of_pulses", 20 }, { "solaris_spear_pulse_delay_ms", 200 }, @@ -6741,48 +7812,49 @@ skills["SpearOfSolarisPlayer"] = { "base_is_projectile", "base_skill_enabled_while_mounted", "display_statset_hide_usage_stats", + "quality_hide_display_character_panel", }, levels = { - [1] = { baseMultiplier = 0.18, actorLevel = 1, }, - [2] = { baseMultiplier = 0.2, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.22, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.24, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.26, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.28, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.31, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.33, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.35, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.37, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 0.39, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 0.42, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 0.45, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 0.48, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 0.51, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 0.55, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 0.59, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 0.63, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 0.68, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 0.73, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 0.79, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 0.85, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 0.92, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 0.99, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 1.07, actorLevel = 136.875, }, - [26] = { baseMultiplier = 1.15, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 1.24, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 1.33, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 1.44, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 1.55, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 1.67, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 1.8, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 1.93, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 2.08, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 2.25, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 2.42, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 2.61, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 2.81, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 3.02, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 3.26, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.27, actorLevel = 1, }, + [2] = { baseMultiplier = 0.3, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.33, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.36, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.39, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.42, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.46, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.49, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.52, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.55, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 0.59, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 0.63, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 0.67, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 0.72, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 0.77, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 0.82, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 0.89, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 0.95, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.02, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.1, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.19, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 1.28, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 1.38, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 1.48, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 1.6, actorLevel = 136.875, }, + [26] = { baseMultiplier = 1.72, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 1.86, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 2, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 2.15, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 2.32, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 2.5, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 2.69, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 2.9, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 3.13, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 3.37, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 3.63, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 3.91, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 4.21, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 4.54, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 4.89, actorLevel = 288.29998779297, }, }, }, [3] = { @@ -6801,8 +7873,9 @@ skills["SpearOfSolarisPlayer"] = { { "active_skill_base_area_of_effect_radius", 20 }, { "attack_maximum_action_distance_+", 60 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 75 }, + { "active_skill_generates_mp_%_glory_per_heavy_stun", 100 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 25 }, - { "solaris_spear_ground_expands_to_+%_final_by_skill_end", 30 }, + { "solaris_spear_ground_expands_to_+%_final_by_skill_end", 100 }, }, stats = { "is_area_damage", @@ -6810,48 +7883,49 @@ skills["SpearOfSolarisPlayer"] = { "base_is_projectile", "base_skill_enabled_while_mounted", "display_statset_hide_usage_stats", + "quality_hide_display_character_panel", }, levels = { - [1] = { baseMultiplier = 2.1, actorLevel = 1, }, - [2] = { baseMultiplier = 2.32, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 2.56, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 2.8, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 3.05, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 3.3, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 3.56, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 3.82, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 4.05, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 4.31, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 4.59, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 4.9, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 5.23, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 5.59, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 5.98, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 6.41, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 6.88, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 7.4, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 7.96, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 8.57, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 9.24, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 9.95, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 10.72, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 11.55, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 12.44, actorLevel = 136.875, }, - [26] = { baseMultiplier = 13.4, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 14.44, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 15.55, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 16.76, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 18.05, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 19.45, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 20.95, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 22.57, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 24.31, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 26.19, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 28.22, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 30.4, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 32.75, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 35.28, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 38.01, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 3.5, actorLevel = 1, }, + [2] = { baseMultiplier = 3.86, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 4.26, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 4.67, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 5.08, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 5.5, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 5.94, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 6.36, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 6.76, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 7.19, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 7.65, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 8.16, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 8.72, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 9.32, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 9.97, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 10.69, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 11.47, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 12.33, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 13.26, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 14.29, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 15.39, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 16.58, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 17.87, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 19.25, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 20.73, actorLevel = 136.875, }, + [26] = { baseMultiplier = 22.34, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 24.06, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 25.92, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 27.93, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 30.09, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 32.41, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 34.92, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 37.62, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 40.52, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 43.66, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 47.03, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 50.66, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 54.58, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 58.8, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 63.34, actorLevel = 288.29998779297, }, }, }, } @@ -6870,46 +7944,46 @@ skills["SpearfieldPlayer"] = { { "hazard_rearm_%_chance", 0.5 }, }, levels = { - [1] = { attackSpeedMultiplier = -30, baseMultiplier = 0.12, levelRequirement = 0, cost = { Mana = 6, }, }, - [2] = { attackSpeedMultiplier = -30, baseMultiplier = 0.13, levelRequirement = 3, cost = { Mana = 6, }, }, - [3] = { attackSpeedMultiplier = -30, baseMultiplier = 0.15, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -30, baseMultiplier = 0.16, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -30, baseMultiplier = 0.17, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -30, baseMultiplier = 0.19, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -30, baseMultiplier = 0.2, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -30, baseMultiplier = 0.22, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -30, baseMultiplier = 0.23, levelRequirement = 31, cost = { Mana = 13, }, }, - [10] = { attackSpeedMultiplier = -30, baseMultiplier = 0.25, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -30, baseMultiplier = 0.26, levelRequirement = 41, cost = { Mana = 16, }, }, - [12] = { attackSpeedMultiplier = -30, baseMultiplier = 0.28, levelRequirement = 46, cost = { Mana = 18, }, }, - [13] = { attackSpeedMultiplier = -30, baseMultiplier = 0.3, levelRequirement = 52, cost = { Mana = 20, }, }, - [14] = { attackSpeedMultiplier = -30, baseMultiplier = 0.32, levelRequirement = 58, cost = { Mana = 22, }, }, - [15] = { attackSpeedMultiplier = -30, baseMultiplier = 0.34, levelRequirement = 64, cost = { Mana = 25, }, }, - [16] = { attackSpeedMultiplier = -30, baseMultiplier = 0.37, levelRequirement = 66, cost = { Mana = 28, }, }, - [17] = { attackSpeedMultiplier = -30, baseMultiplier = 0.39, levelRequirement = 72, cost = { Mana = 31, }, }, - [18] = { attackSpeedMultiplier = -30, baseMultiplier = 0.42, levelRequirement = 78, cost = { Mana = 34, }, }, - [19] = { attackSpeedMultiplier = -30, baseMultiplier = 0.45, levelRequirement = 84, cost = { Mana = 38, }, }, - [20] = { attackSpeedMultiplier = -30, baseMultiplier = 0.49, levelRequirement = 90, cost = { Mana = 42, }, }, - [21] = { attackSpeedMultiplier = -30, baseMultiplier = 0.53, levelRequirement = 90, cost = { Mana = 46, }, }, - [22] = { attackSpeedMultiplier = -30, baseMultiplier = 0.57, levelRequirement = 90, cost = { Mana = 52, }, }, - [23] = { attackSpeedMultiplier = -30, baseMultiplier = 0.61, levelRequirement = 90, cost = { Mana = 57, }, }, - [24] = { attackSpeedMultiplier = -30, baseMultiplier = 0.66, levelRequirement = 90, cost = { Mana = 63, }, }, - [25] = { attackSpeedMultiplier = -30, baseMultiplier = 0.71, levelRequirement = 90, cost = { Mana = 70, }, }, - [26] = { attackSpeedMultiplier = -30, baseMultiplier = 0.77, levelRequirement = 90, cost = { Mana = 78, }, }, - [27] = { attackSpeedMultiplier = -30, baseMultiplier = 0.83, levelRequirement = 90, cost = { Mana = 86, }, }, - [28] = { attackSpeedMultiplier = -30, baseMultiplier = 0.89, levelRequirement = 90, cost = { Mana = 96, }, }, - [29] = { attackSpeedMultiplier = -30, baseMultiplier = 0.96, levelRequirement = 90, cost = { Mana = 106, }, }, - [30] = { attackSpeedMultiplier = -30, baseMultiplier = 1.03, levelRequirement = 90, cost = { Mana = 118, }, }, - [31] = { attackSpeedMultiplier = -30, baseMultiplier = 1.11, levelRequirement = 90, cost = { Mana = 131, }, }, - [32] = { attackSpeedMultiplier = -30, baseMultiplier = 1.2, levelRequirement = 90, cost = { Mana = 145, }, }, - [33] = { attackSpeedMultiplier = -30, baseMultiplier = 1.29, levelRequirement = 90, cost = { Mana = 161, }, }, - [34] = { attackSpeedMultiplier = -30, baseMultiplier = 1.39, levelRequirement = 90, cost = { Mana = 178, }, }, - [35] = { attackSpeedMultiplier = -30, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 197, }, }, - [36] = { attackSpeedMultiplier = -30, baseMultiplier = 1.61, levelRequirement = 90, cost = { Mana = 219, }, }, - [37] = { attackSpeedMultiplier = -30, baseMultiplier = 1.74, levelRequirement = 90, cost = { Mana = 242, }, }, - [38] = { attackSpeedMultiplier = -30, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 268, }, }, - [39] = { attackSpeedMultiplier = -30, baseMultiplier = 2.02, levelRequirement = 90, cost = { Mana = 298, }, }, - [40] = { attackSpeedMultiplier = -30, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 330, }, }, + [1] = { attackSpeedMultiplier = -30, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { attackSpeedMultiplier = -30, levelRequirement = 3, cost = { Mana = 6, }, }, + [3] = { attackSpeedMultiplier = -30, levelRequirement = 6, cost = { Mana = 7, }, }, + [4] = { attackSpeedMultiplier = -30, levelRequirement = 10, cost = { Mana = 8, }, }, + [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { attackSpeedMultiplier = -30, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -30, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -30, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { attackSpeedMultiplier = -30, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -30, levelRequirement = 36, cost = { Mana = 16, }, }, + [11] = { attackSpeedMultiplier = -30, levelRequirement = 41, cost = { Mana = 18, }, }, + [12] = { attackSpeedMultiplier = -30, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -30, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { attackSpeedMultiplier = -30, levelRequirement = 58, cost = { Mana = 24, }, }, + [15] = { attackSpeedMultiplier = -30, levelRequirement = 64, cost = { Mana = 26, }, }, + [16] = { attackSpeedMultiplier = -30, levelRequirement = 66, cost = { Mana = 28, }, }, + [17] = { attackSpeedMultiplier = -30, levelRequirement = 72, cost = { Mana = 31, }, }, + [18] = { attackSpeedMultiplier = -30, levelRequirement = 78, cost = { Mana = 33, }, }, + [19] = { attackSpeedMultiplier = -30, levelRequirement = 84, cost = { Mana = 36, }, }, + [20] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 39, }, }, + [21] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 42, }, }, + [22] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 45, }, }, + [23] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 49, }, }, + [24] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 53, }, }, + [25] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 57, }, }, + [26] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 61, }, }, + [27] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 65, }, }, + [28] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 70, }, }, + [29] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 75, }, }, + [30] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 80, }, }, + [31] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 86, }, }, + [32] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 92, }, }, + [33] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 98, }, }, + [34] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 105, }, }, + [35] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 112, }, }, + [36] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 119, }, }, + [37] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 127, }, }, + [38] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 135, }, }, + [39] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 144, }, }, + [40] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 153, }, }, }, statSets = { [1] = { @@ -6929,7 +8003,7 @@ skills["SpearfieldPlayer"] = { { "spear_wall_cm_per_spear", 20 }, { "active_skill_base_secondary_area_of_effect_radius", 6 }, { "spearfield_maim_slows_an_additional_%", 10 }, - { "spearfield_spear_damage_+%_final_after_half_seconds", 300 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, }, stats = { "active_skill_base_area_of_effect_radius", @@ -7001,7 +8075,7 @@ skills["SpearfieldPlayer"] = { { "attack_maximum_action_distance_+", 40 }, { "active_skill_base_secondary_area_of_effect_radius", 6 }, { "spearfield_maim_slows_an_additional_%", 10 }, - { "spearfield_spear_damage_+%_final_after_half_seconds", 300 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, }, stats = { "active_skill_base_area_of_effect_radius", @@ -7011,46 +8085,46 @@ skills["SpearfieldPlayer"] = { "base_skill_show_average_damage_instead_of_dps", }, levels = { - [1] = { 40, baseMultiplier = 0.12, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 42, baseMultiplier = 0.13, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 43, baseMultiplier = 0.15, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 45, baseMultiplier = 0.16, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 46, baseMultiplier = 0.17, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 48, baseMultiplier = 0.19, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 49, baseMultiplier = 0.2, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 51, baseMultiplier = 0.22, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 52, baseMultiplier = 0.23, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 54, baseMultiplier = 0.25, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 55, baseMultiplier = 0.26, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 57, baseMultiplier = 0.28, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 58, baseMultiplier = 0.3, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 60, baseMultiplier = 0.32, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 61, baseMultiplier = 0.34, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 63, baseMultiplier = 0.37, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 64, baseMultiplier = 0.39, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 66, baseMultiplier = 0.42, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 67, baseMultiplier = 0.45, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 69, baseMultiplier = 0.49, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 70, baseMultiplier = 0.53, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 72, baseMultiplier = 0.57, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 73, baseMultiplier = 0.61, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 75, baseMultiplier = 0.66, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 76, baseMultiplier = 0.71, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 78, baseMultiplier = 0.77, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 79, baseMultiplier = 0.83, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, baseMultiplier = 0.89, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 82, baseMultiplier = 0.96, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 84, baseMultiplier = 1.03, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 85, baseMultiplier = 1.11, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 87, baseMultiplier = 1.2, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 88, baseMultiplier = 1.29, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 90, baseMultiplier = 1.39, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 91, baseMultiplier = 1.5, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 93, baseMultiplier = 1.61, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 94, baseMultiplier = 1.74, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 96, baseMultiplier = 1.87, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 97, baseMultiplier = 2.02, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 99, baseMultiplier = 2.17, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 40, baseMultiplier = 0.5, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 42, baseMultiplier = 0.55, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 43, baseMultiplier = 0.61, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 45, baseMultiplier = 0.67, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 46, baseMultiplier = 0.73, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 48, baseMultiplier = 0.79, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 49, baseMultiplier = 0.85, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 51, baseMultiplier = 0.91, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 52, baseMultiplier = 0.97, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 54, baseMultiplier = 1.03, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 55, baseMultiplier = 1.09, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 57, baseMultiplier = 1.17, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 58, baseMultiplier = 1.25, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 60, baseMultiplier = 1.33, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 61, baseMultiplier = 1.42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 63, baseMultiplier = 1.53, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 64, baseMultiplier = 1.64, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 66, baseMultiplier = 1.76, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 67, baseMultiplier = 1.89, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 69, baseMultiplier = 2.04, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 70, baseMultiplier = 2.2, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 72, baseMultiplier = 2.37, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 73, baseMultiplier = 2.55, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, baseMultiplier = 2.75, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 76, baseMultiplier = 2.96, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 78, baseMultiplier = 3.19, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 79, baseMultiplier = 3.44, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 81, baseMultiplier = 3.7, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 82, baseMultiplier = 3.99, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 84, baseMultiplier = 4.3, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 85, baseMultiplier = 4.63, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 87, baseMultiplier = 4.99, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 88, baseMultiplier = 5.37, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 90, baseMultiplier = 5.79, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 91, baseMultiplier = 6.24, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 93, baseMultiplier = 6.72, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 94, baseMultiplier = 7.24, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 96, baseMultiplier = 7.8, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 97, baseMultiplier = 8.4, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 99, baseMultiplier = 9.05, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -7060,7 +8134,7 @@ skills["SpiralVolleyPlayer"] = { baseTypeName = "Spiral Volley", color = 2, description = "Load your Bow with a volley of enchanted arrows and fire them in a circle as you spin forward, firing directly at targets if possible. Consumes Frenzy Charges to cause the arrows to deal more damage and Chain to other targets. Each target can only be Hit once.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Sustained] = true, [SkillType.ConsumesCharges] = true, [SkillType.Bow] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Sustained] = true, [SkillType.ConsumesCharges] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -7069,46 +8143,46 @@ skills["SpiralVolleyPlayer"] = { { "base_number_of_projectiles", 0.2 }, }, levels = { - [1] = { baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 7, }, }, - [2] = { baseMultiplier = 0.66, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 9, }, }, + [1] = { baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { baseMultiplier = 0.66, levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 8, }, }, [4] = { baseMultiplier = 0.79, levelRequirement = 10, cost = { Mana = 10, }, }, - [5] = { baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 12, }, }, + [5] = { baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 11, }, }, [6] = { baseMultiplier = 0.92, levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 16, }, }, - [8] = { baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 18, }, }, - [9] = { baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 27, }, }, - [12] = { baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 31, }, }, - [13] = { baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 36, }, }, - [14] = { baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 42, }, }, - [15] = { baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 48, }, }, - [16] = { baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 55, }, }, - [17] = { baseMultiplier = 1.62, levelRequirement = 72, cost = { Mana = 63, }, }, - [18] = { baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 73, }, }, - [19] = { baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 83, }, }, - [20] = { baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 96, }, }, - [21] = { baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 110, }, }, - [22] = { baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 127, }, }, - [23] = { baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 145, }, }, - [24] = { baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 167, }, }, - [25] = { baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 192, }, }, - [26] = { baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 220, }, }, - [27] = { baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 253, }, }, - [28] = { baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 290, }, }, - [29] = { baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 333, }, }, - [30] = { baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 383, }, }, - [31] = { baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 439, }, }, - [32] = { baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 505, }, }, - [33] = { baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 579, }, }, - [34] = { baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 665, }, }, - [35] = { baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 764, }, }, - [36] = { baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 877, }, }, - [37] = { baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 1006, }, }, - [38] = { baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 1155, }, }, - [39] = { baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 1327, }, }, - [40] = { baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 1523, }, }, + [7] = { baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 17, }, }, + [9] = { baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 19, }, }, + [10] = { baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 22, }, }, + [11] = { baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 24, }, }, + [12] = { baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 27, }, }, + [13] = { baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 31, }, }, + [14] = { baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 34, }, }, + [15] = { baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 38, }, }, + [16] = { baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 42, }, }, + [17] = { baseMultiplier = 1.62, levelRequirement = 72, cost = { Mana = 47, }, }, + [18] = { baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 52, }, }, + [19] = { baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 58, }, }, + [20] = { baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 64, }, }, + [21] = { baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 71, }, }, + [22] = { baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 78, }, }, + [23] = { baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 86, }, }, + [24] = { baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 94, }, }, + [25] = { baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 103, }, }, + [26] = { baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 114, }, }, + [27] = { baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 125, }, }, + [28] = { baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 136, }, }, + [29] = { baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 149, }, }, + [30] = { baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 163, }, }, + [31] = { baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 179, }, }, + [32] = { baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 195, }, }, + [33] = { baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 213, }, }, + [34] = { baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 233, }, }, + [35] = { baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 254, }, }, + [36] = { baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 276, }, }, + [37] = { baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 301, }, }, + [38] = { baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 328, }, }, + [39] = { baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 357, }, }, + [40] = { baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 388, }, }, }, statSets = { [1] = { @@ -7145,6 +8219,7 @@ skills["SpiralVolleyPlayer"] = { "active_skill_enable_movement_cancelling", "projectile_uses_contact_position", "projectile_uses_contact_direction", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -7196,7 +8271,7 @@ skills["StormLancePlayer"] = { baseTypeName = "Storm Lance", color = 2, description = "Throw an electrified Spear that lodges in the ground and periodically zaps nearby enemies with Lightning bolts. If the Spear is Detonated by another Skill, it immediately unleashes a volley of bolts and expires. Consumes a Frenzy Charge if possible to fire bolts more frequently for a shorter duration, automatically Detonate at the end of its duration, and create Shocked Ground on Detonation.", - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Lightning] = true, [SkillType.Damage] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spear] = true, [SkillType.CanRapidFire] = true, [SkillType.RangedAttack] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Sustained] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.CreatesGroundEffect] = true, }, + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Lightning] = true, [SkillType.Damage] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spear] = true, [SkillType.Barrageable] = true, [SkillType.RangedAttack] = true, [SkillType.UsableWhileMounted] = true, [SkillType.Sustained] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -7205,46 +8280,46 @@ skills["StormLancePlayer"] = { { "base_number_of_overcharged_spears_allowed", 0.05 }, }, levels = { - [1] = { attackSpeedMultiplier = -40, baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 7, }, }, + [1] = { attackSpeedMultiplier = -40, baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -40, baseMultiplier = 0.66, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -40, baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 0.79, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 0.92, levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 29, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 32, }, }, + [3] = { attackSpeedMultiplier = -40, baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 0.79, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 0.92, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 33, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 1.62, levelRequirement = 72, cost = { Mana = 36, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 40, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 44, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 49, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 54, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 60, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 67, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 74, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 82, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 91, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 101, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 112, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 124, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 137, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 152, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 169, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 187, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 207, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 230, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 255, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 283, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 313, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 347, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 385, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 42, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 46, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 49, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 53, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 57, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 62, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 66, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 71, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 76, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 82, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 88, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 100, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 107, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 114, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 122, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 130, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 139, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 148, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 158, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 168, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 179, }, }, }, statSets = { [1] = { @@ -7258,7 +8333,7 @@ skills["StormLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_skill_effect_duration", 6000 }, { "base_number_of_overcharged_spears_allowed", 3 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 30 }, @@ -7340,7 +8415,7 @@ skills["StormLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_overcharged_spears_allowed", 3 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 30 }, { "active_skill_base_area_of_effect_radius", 20 }, @@ -7424,7 +8499,7 @@ skills["StormLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_skill_effect_duration", 6000 }, { "base_number_of_overcharged_spears_allowed", 3 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 30 }, @@ -7501,7 +8576,7 @@ skills["StormLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_skill_effect_duration", 6000 }, { "base_number_of_overcharged_spears_allowed", 3 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 30 }, @@ -7571,8 +8646,8 @@ skills["StormcallerArrowPlayer"] = { name = "Stormcaller Arrow", baseTypeName = "Stormcaller Arrow", color = 2, - description = "Fire an arrow that embeds where it lands for a short duration. At the end of the duration, a Lightning Bolt strikes the arrow, disintegrating it and damaging enemies with a high chance to Shock. Shocks caused by the Bolt will spread to Enemies near the impact.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.Bow] = true, }, + description = "Fire an arrow that embeds where it lands for a short duration. At the end of the duration, a Lightning Bolt strikes the arrow, disintegrating it and damaging enemies, with a high chance to Shock. Shocking any enemy with the Bolt also applies Shock to all enemies near the impact.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Barrageable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanBecomeArrowRain] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -7584,43 +8659,43 @@ skills["StormcallerArrowPlayer"] = { [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.2, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.22, levelRequirement = 3, cost = { Mana = 8, }, }, [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.24, levelRequirement = 6, cost = { Mana = 9, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.26, levelRequirement = 10, cost = { Mana = 10, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.28, levelRequirement = 14, cost = { Mana = 11, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.31, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.33, levelRequirement = 22, cost = { Mana = 14, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.35, levelRequirement = 26, cost = { Mana = 15, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.36, levelRequirement = 31, cost = { Mana = 17, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.38, levelRequirement = 36, cost = { Mana = 19, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.4, levelRequirement = 41, cost = { Mana = 21, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.42, levelRequirement = 46, cost = { Mana = 23, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 0.44, levelRequirement = 52, cost = { Mana = 26, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 0.47, levelRequirement = 58, cost = { Mana = 29, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 0.49, levelRequirement = 64, cost = { Mana = 32, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.26, levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.28, levelRequirement = 14, cost = { Mana = 12, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.31, levelRequirement = 18, cost = { Mana = 14, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.33, levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.35, levelRequirement = 26, cost = { Mana = 17, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.36, levelRequirement = 31, cost = { Mana = 19, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.38, levelRequirement = 36, cost = { Mana = 21, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.4, levelRequirement = 41, cost = { Mana = 23, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.42, levelRequirement = 46, cost = { Mana = 26, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 0.44, levelRequirement = 52, cost = { Mana = 28, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 0.47, levelRequirement = 58, cost = { Mana = 31, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 0.49, levelRequirement = 64, cost = { Mana = 33, }, }, [16] = { attackSpeedMultiplier = -20, baseMultiplier = 0.51, levelRequirement = 66, cost = { Mana = 36, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 0.54, levelRequirement = 72, cost = { Mana = 39, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 0.57, levelRequirement = 78, cost = { Mana = 44, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 0.59, levelRequirement = 84, cost = { Mana = 49, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 0.62, levelRequirement = 90, cost = { Mana = 54, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 0.65, levelRequirement = 90, cost = { Mana = 60, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 0.69, levelRequirement = 90, cost = { Mana = 66, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 0.72, levelRequirement = 90, cost = { Mana = 73, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 0.76, levelRequirement = 90, cost = { Mana = 81, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 90, cost = { Mana = 90, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 90, cost = { Mana = 100, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 90, cost = { Mana = 111, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 0.92, levelRequirement = 90, cost = { Mana = 123, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 90, cost = { Mana = 136, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 1.02, levelRequirement = 90, cost = { Mana = 151, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 168, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 1.12, levelRequirement = 90, cost = { Mana = 186, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 1.18, levelRequirement = 90, cost = { Mana = 206, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 1.24, levelRequirement = 90, cost = { Mana = 228, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 253, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 280, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 1.43, levelRequirement = 90, cost = { Mana = 311, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 344, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 382, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 423, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 0.57, levelRequirement = 78, cost = { Mana = 43, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 0.59, levelRequirement = 84, cost = { Mana = 46, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 0.62, levelRequirement = 90, cost = { Mana = 50, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 0.65, levelRequirement = 90, cost = { Mana = 54, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 0.69, levelRequirement = 90, cost = { Mana = 58, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 0.72, levelRequirement = 90, cost = { Mana = 63, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 0.76, levelRequirement = 90, cost = { Mana = 68, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 90, cost = { Mana = 73, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 90, cost = { Mana = 78, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 90, cost = { Mana = 84, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 0.92, levelRequirement = 90, cost = { Mana = 90, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 90, cost = { Mana = 96, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 1.02, levelRequirement = 90, cost = { Mana = 103, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 110, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 1.12, levelRequirement = 90, cost = { Mana = 118, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 1.18, levelRequirement = 90, cost = { Mana = 126, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 1.24, levelRequirement = 90, cost = { Mana = 134, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 143, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 153, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 1.43, levelRequirement = 90, cost = { Mana = 163, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 174, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 185, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 197, }, }, }, statSets = { [1] = { @@ -7636,7 +8711,7 @@ skills["StormcallerArrowPlayer"] = { { "base_skill_effect_duration", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_is_projectile", @@ -7647,6 +8722,7 @@ skills["StormcallerArrowPlayer"] = { "has_modular_projectiles_enabled", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -7705,7 +8781,7 @@ skills["StormcallerArrowPlayer"] = { { "base_skill_effect_duration", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "active_skill_shock_chance_+%_final", 500 }, }, @@ -7720,6 +8796,7 @@ skills["StormcallerArrowPlayer"] = { "has_modular_projectiles_enabled", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", }, @@ -7773,52 +8850,52 @@ skills["TameBeastPlayer"] = { baseTypeName = "Tame Beast", color = 2, description = "Conjure Azmeri wisps to engulf a Rare Beast for a duration, Hindering them. If you defeat the Beast while it is engulfed in wisps, it will be captured by this gem, transforming the gem to instead allow you to summon the Beast as a Reviving Companion.", - skillTypes = { [SkillType.Minion] = true, [SkillType.Companion] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.Companion] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { { "base_skill_effect_duration", 80 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 23, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 22, }, }, [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 27, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 29, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 31, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 33, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 35, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 41, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 50, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 67, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 77, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 117, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 235, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 252, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 271, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 311, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 334, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 28, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 32, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 35, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 38, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 42, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 45, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 49, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 53, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 57, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 61, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 65, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 70, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 74, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 79, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 84, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 89, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 94, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 99, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 116, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 121, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 128, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 147, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 154, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 161, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 168, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 175, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 183, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 191, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 199, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 207, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 216, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 224, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 233, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 243, }, }, }, statSets = { [1] = { @@ -7831,7 +8908,7 @@ skills["TameBeastPlayer"] = { { "spell_maximum_action_distance_+%", -82 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "tame_beast_hinder_%", 30 }, }, stats = { @@ -7842,6 +8919,9 @@ skills["TameBeastPlayer"] = { "quality_display_base_skill_effect_duration_is_gem", "display_tame_beast_mod_limit", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 8000, statInterpolation = { 1, }, actorLevel = 1, }, [2] = { 8200, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, @@ -7891,56 +8971,56 @@ skills["ThunderousLeapPlayer"] = { name = "Thunderous Leap", baseTypeName = "Thunderous Leap", color = 2, - description = "Leap into the air and plunge your Spear into the ground at the target location, emitting a Lightning-charged shockwave.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Travel] = true, [SkillType.Spear] = true, [SkillType.Jumping] = true, [SkillType.Slam] = true, [SkillType.Lightning] = true, [SkillType.Melee] = true, }, + description = "Leap into the air and plunge your Spear into the ground at the target location, emitting a Lightning-charged shockwave and Detonating Spear skills.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Travel] = true, [SkillType.Spear] = true, [SkillType.Jumping] = true, [SkillType.Slam] = true, [SkillType.Lightning] = true, [SkillType.Melee] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.25 }, + { "thunderous_leap_%_chance_for_shocked_ground_when_detonating", 1.5 }, }, levels = { [1] = { baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 11, }, }, - [2] = { baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 12, }, }, + [2] = { baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 13, }, }, [3] = { baseMultiplier = 1.34, levelRequirement = 6, cost = { Mana = 14, }, }, - [4] = { baseMultiplier = 1.47, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { baseMultiplier = 1.6, levelRequirement = 14, cost = { Mana = 17, }, }, - [6] = { baseMultiplier = 1.73, levelRequirement = 18, cost = { Mana = 19, }, }, - [7] = { baseMultiplier = 1.87, levelRequirement = 22, cost = { Mana = 21, }, }, - [8] = { baseMultiplier = 2, levelRequirement = 26, cost = { Mana = 23, }, }, - [9] = { baseMultiplier = 2.12, levelRequirement = 31, cost = { Mana = 26, }, }, - [10] = { baseMultiplier = 2.26, levelRequirement = 36, cost = { Mana = 29, }, }, - [11] = { baseMultiplier = 2.41, levelRequirement = 41, cost = { Mana = 32, }, }, - [12] = { baseMultiplier = 2.57, levelRequirement = 46, cost = { Mana = 36, }, }, - [13] = { baseMultiplier = 2.74, levelRequirement = 52, cost = { Mana = 39, }, }, - [14] = { baseMultiplier = 2.93, levelRequirement = 58, cost = { Mana = 44, }, }, - [15] = { baseMultiplier = 3.13, levelRequirement = 64, cost = { Mana = 48, }, }, - [16] = { baseMultiplier = 3.36, levelRequirement = 66, cost = { Mana = 54, }, }, + [4] = { baseMultiplier = 1.47, levelRequirement = 10, cost = { Mana = 17, }, }, + [5] = { baseMultiplier = 1.6, levelRequirement = 14, cost = { Mana = 19, }, }, + [6] = { baseMultiplier = 1.73, levelRequirement = 18, cost = { Mana = 21, }, }, + [7] = { baseMultiplier = 1.87, levelRequirement = 22, cost = { Mana = 24, }, }, + [8] = { baseMultiplier = 2, levelRequirement = 26, cost = { Mana = 26, }, }, + [9] = { baseMultiplier = 2.12, levelRequirement = 31, cost = { Mana = 29, }, }, + [10] = { baseMultiplier = 2.26, levelRequirement = 36, cost = { Mana = 32, }, }, + [11] = { baseMultiplier = 2.41, levelRequirement = 41, cost = { Mana = 35, }, }, + [12] = { baseMultiplier = 2.57, levelRequirement = 46, cost = { Mana = 39, }, }, + [13] = { baseMultiplier = 2.74, levelRequirement = 52, cost = { Mana = 42, }, }, + [14] = { baseMultiplier = 2.93, levelRequirement = 58, cost = { Mana = 46, }, }, + [15] = { baseMultiplier = 3.13, levelRequirement = 64, cost = { Mana = 51, }, }, + [16] = { baseMultiplier = 3.36, levelRequirement = 66, cost = { Mana = 55, }, }, [17] = { baseMultiplier = 3.61, levelRequirement = 72, cost = { Mana = 60, }, }, - [18] = { baseMultiplier = 3.87, levelRequirement = 78, cost = { Mana = 66, }, }, - [19] = { baseMultiplier = 4.17, levelRequirement = 84, cost = { Mana = 73, }, }, - [20] = { baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 81, }, }, - [21] = { baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 90, }, }, - [22] = { baseMultiplier = 5.21, levelRequirement = 90, cost = { Mana = 100, }, }, - [23] = { baseMultiplier = 5.62, levelRequirement = 90, cost = { Mana = 111, }, }, - [24] = { baseMultiplier = 6.05, levelRequirement = 90, cost = { Mana = 123, }, }, - [25] = { baseMultiplier = 6.52, levelRequirement = 90, cost = { Mana = 136, }, }, - [26] = { baseMultiplier = 7.02, levelRequirement = 90, cost = { Mana = 151, }, }, - [27] = { baseMultiplier = 7.56, levelRequirement = 90, cost = { Mana = 167, }, }, - [28] = { baseMultiplier = 8.15, levelRequirement = 90, cost = { Mana = 186, }, }, - [29] = { baseMultiplier = 8.78, levelRequirement = 90, cost = { Mana = 206, }, }, - [30] = { baseMultiplier = 9.46, levelRequirement = 90, cost = { Mana = 228, }, }, - [31] = { baseMultiplier = 10.19, levelRequirement = 90, cost = { Mana = 253, }, }, - [32] = { baseMultiplier = 10.97, levelRequirement = 90, cost = { Mana = 280, }, }, - [33] = { baseMultiplier = 11.82, levelRequirement = 90, cost = { Mana = 310, }, }, - [34] = { baseMultiplier = 12.74, levelRequirement = 90, cost = { Mana = 344, }, }, - [35] = { baseMultiplier = 13.72, levelRequirement = 90, cost = { Mana = 381, }, }, - [36] = { baseMultiplier = 14.78, levelRequirement = 90, cost = { Mana = 422, }, }, - [37] = { baseMultiplier = 15.92, levelRequirement = 90, cost = { Mana = 468, }, }, - [38] = { baseMultiplier = 17.15, levelRequirement = 90, cost = { Mana = 519, }, }, - [39] = { baseMultiplier = 18.48, levelRequirement = 90, cost = { Mana = 575, }, }, - [40] = { baseMultiplier = 19.91, levelRequirement = 90, cost = { Mana = 637, }, }, + [18] = { baseMultiplier = 3.87, levelRequirement = 78, cost = { Mana = 65, }, }, + [19] = { baseMultiplier = 4.17, levelRequirement = 84, cost = { Mana = 70, }, }, + [20] = { baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 76, }, }, + [21] = { baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 82, }, }, + [22] = { baseMultiplier = 5.21, levelRequirement = 90, cost = { Mana = 88, }, }, + [23] = { baseMultiplier = 5.62, levelRequirement = 90, cost = { Mana = 95, }, }, + [24] = { baseMultiplier = 6.05, levelRequirement = 90, cost = { Mana = 102, }, }, + [25] = { baseMultiplier = 6.52, levelRequirement = 90, cost = { Mana = 110, }, }, + [26] = { baseMultiplier = 7.02, levelRequirement = 90, cost = { Mana = 118, }, }, + [27] = { baseMultiplier = 7.56, levelRequirement = 90, cost = { Mana = 127, }, }, + [28] = { baseMultiplier = 8.15, levelRequirement = 90, cost = { Mana = 136, }, }, + [29] = { baseMultiplier = 8.78, levelRequirement = 90, cost = { Mana = 145, }, }, + [30] = { baseMultiplier = 9.46, levelRequirement = 90, cost = { Mana = 156, }, }, + [31] = { baseMultiplier = 10.19, levelRequirement = 90, cost = { Mana = 166, }, }, + [32] = { baseMultiplier = 10.97, levelRequirement = 90, cost = { Mana = 178, }, }, + [33] = { baseMultiplier = 11.82, levelRequirement = 90, cost = { Mana = 190, }, }, + [34] = { baseMultiplier = 12.74, levelRequirement = 90, cost = { Mana = 203, }, }, + [35] = { baseMultiplier = 13.72, levelRequirement = 90, cost = { Mana = 216, }, }, + [36] = { baseMultiplier = 14.78, levelRequirement = 90, cost = { Mana = 231, }, }, + [37] = { baseMultiplier = 15.92, levelRequirement = 90, cost = { Mana = 246, }, }, + [38] = { baseMultiplier = 17.15, levelRequirement = 90, cost = { Mana = 262, }, }, + [39] = { baseMultiplier = 18.48, levelRequirement = 90, cost = { Mana = 279, }, }, + [40] = { baseMultiplier = 19.91, levelRequirement = 90, cost = { Mana = 297, }, }, }, statSets = { [1] = { @@ -8014,8 +9094,8 @@ skills["TornadoShotPlayer"] = { name = "Tornado Shot", baseTypeName = "Tornado Shot", color = 2, - description = "Fire a skyward shot that whips up a Tornado where it lands, dealing Physical damage over time and Hindering enemies standing in it. Arrows, thrown Spears and Crossbow bolts fired at the Tornado are sucked into it, causing the Tornado to spit out a nova of copied Projectiles. Copied Projectiles cannot be copied again, even by further Tornados.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.CannotChain] = true, [SkillType.SupportedByFountains] = true, [SkillType.Bow] = true, }, + description = "Fire a skyward shot that whips up a Tornado where it lands, dealing Physical damage over time and Hindering enemies standing in it. Arrows, thrown Spears and Crossbow bolts fired at the Tornado are sucked into it, causing the Tornado to spit out a ring of copied Projectiles. Copied Projectiles cannot be copied again, even by further Tornados.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, [SkillType.Barrageable] = true, [SkillType.Physical] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.CannotChain] = true, [SkillType.SupportedByFountains] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ObjectDurability] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -8026,44 +9106,44 @@ skills["TornadoShotPlayer"] = { levels = { [1] = { attackSpeedMultiplier = 20, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 13, }, }, [2] = { attackSpeedMultiplier = 20, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { attackSpeedMultiplier = 20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 16, }, }, - [4] = { attackSpeedMultiplier = 20, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 18, }, }, - [5] = { attackSpeedMultiplier = 20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 20, }, }, - [6] = { attackSpeedMultiplier = 20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 22, }, }, - [7] = { attackSpeedMultiplier = 20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { attackSpeedMultiplier = 20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 27, }, }, - [9] = { attackSpeedMultiplier = 20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 30, }, }, - [10] = { attackSpeedMultiplier = 20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 34, }, }, - [11] = { attackSpeedMultiplier = 20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 37, }, }, - [12] = { attackSpeedMultiplier = 20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 42, }, }, - [13] = { attackSpeedMultiplier = 20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 46, }, }, - [14] = { attackSpeedMultiplier = 20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 51, }, }, - [15] = { attackSpeedMultiplier = 20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 57, }, }, - [16] = { attackSpeedMultiplier = 20, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 63, }, }, + [3] = { attackSpeedMultiplier = 20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 17, }, }, + [4] = { attackSpeedMultiplier = 20, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 19, }, }, + [5] = { attackSpeedMultiplier = 20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 22, }, }, + [6] = { attackSpeedMultiplier = 20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 25, }, }, + [7] = { attackSpeedMultiplier = 20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 28, }, }, + [8] = { attackSpeedMultiplier = 20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 31, }, }, + [9] = { attackSpeedMultiplier = 20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 34, }, }, + [10] = { attackSpeedMultiplier = 20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 37, }, }, + [11] = { attackSpeedMultiplier = 20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 41, }, }, + [12] = { attackSpeedMultiplier = 20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 45, }, }, + [13] = { attackSpeedMultiplier = 20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 50, }, }, + [14] = { attackSpeedMultiplier = 20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 54, }, }, + [15] = { attackSpeedMultiplier = 20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 59, }, }, + [16] = { attackSpeedMultiplier = 20, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 64, }, }, [17] = { attackSpeedMultiplier = 20, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 70, }, }, - [18] = { attackSpeedMultiplier = 20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 77, }, }, - [19] = { attackSpeedMultiplier = 20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 86, }, }, - [20] = { attackSpeedMultiplier = 20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 95, }, }, - [21] = { attackSpeedMultiplier = 20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 105, }, }, - [22] = { attackSpeedMultiplier = 20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 117, }, }, - [23] = { attackSpeedMultiplier = 20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 130, }, }, - [24] = { attackSpeedMultiplier = 20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 144, }, }, - [25] = { attackSpeedMultiplier = 20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 159, }, }, - [26] = { attackSpeedMultiplier = 20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 176, }, }, - [27] = { attackSpeedMultiplier = 20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 196, }, }, - [28] = { attackSpeedMultiplier = 20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 217, }, }, - [29] = { attackSpeedMultiplier = 20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 240, }, }, - [30] = { attackSpeedMultiplier = 20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 266, }, }, - [31] = { attackSpeedMultiplier = 20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 295, }, }, - [32] = { attackSpeedMultiplier = 20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 327, }, }, - [33] = { attackSpeedMultiplier = 20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 362, }, }, - [34] = { attackSpeedMultiplier = 20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 402, }, }, - [35] = { attackSpeedMultiplier = 20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 445, }, }, - [36] = { attackSpeedMultiplier = 20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 493, }, }, - [37] = { attackSpeedMultiplier = 20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 547, }, }, - [38] = { attackSpeedMultiplier = 20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 606, }, }, - [39] = { attackSpeedMultiplier = 20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 671, }, }, - [40] = { attackSpeedMultiplier = 20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 744, }, }, + [18] = { attackSpeedMultiplier = 20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 76, }, }, + [19] = { attackSpeedMultiplier = 20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 82, }, }, + [20] = { attackSpeedMultiplier = 20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 88, }, }, + [21] = { attackSpeedMultiplier = 20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 96, }, }, + [22] = { attackSpeedMultiplier = 20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 103, }, }, + [23] = { attackSpeedMultiplier = 20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 111, }, }, + [24] = { attackSpeedMultiplier = 20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 119, }, }, + [25] = { attackSpeedMultiplier = 20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 128, }, }, + [26] = { attackSpeedMultiplier = 20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 138, }, }, + [27] = { attackSpeedMultiplier = 20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 148, }, }, + [28] = { attackSpeedMultiplier = 20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 158, }, }, + [29] = { attackSpeedMultiplier = 20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 170, }, }, + [30] = { attackSpeedMultiplier = 20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 182, }, }, + [31] = { attackSpeedMultiplier = 20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 194, }, }, + [32] = { attackSpeedMultiplier = 20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 208, }, }, + [33] = { attackSpeedMultiplier = 20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 222, }, }, + [34] = { attackSpeedMultiplier = 20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 237, }, }, + [35] = { attackSpeedMultiplier = 20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 253, }, }, + [36] = { attackSpeedMultiplier = 20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 269, }, }, + [37] = { attackSpeedMultiplier = 20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 287, }, }, + [38] = { attackSpeedMultiplier = 20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 306, }, }, + [39] = { attackSpeedMultiplier = 20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 326, }, }, + [40] = { attackSpeedMultiplier = 20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 346, }, }, }, statSets = { [1] = { @@ -8080,8 +9160,9 @@ skills["TornadoShotPlayer"] = { { "active_skill_base_secondary_area_of_effect_radius", 30 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_tornado_shots_allowed", 1 }, + { "console_cast_on_self_custom_range", 10 }, }, stats = { "tornado_shot_number_of_hits_allowed", @@ -8138,8 +9219,8 @@ skills["TornadoShotPlayer"] = { [2] = { label = "Tornado", baseEffectiveness = 4, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, statDescriptionScope = "tornado_shot_statset_1", baseFlags = { attack = true, @@ -8155,8 +9236,9 @@ skills["TornadoShotPlayer"] = { { "active_skill_base_secondary_area_of_effect_radius", 30 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_tornado_shots_allowed", 1 }, + { "console_cast_on_self_custom_range", 10 }, { "base_number_of_projectiles", 3 }, { "tornado_shot_projectile_range", 60 }, }, @@ -8176,47 +9258,246 @@ skills["TornadoShotPlayer"] = { "display_statset_no_hit_damage", "display_statset_hide_usage_stats", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 259, 5, -60, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 382, 5, -59, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 557, 5, -58, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 755, 5, -57, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 979, 5, -56, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 1233, 6, -55, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 1521, 6, -54, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 1846, 6, -53, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 2215, 6, -52, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 2632, 6, -51, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 3104, 7, -50, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 3639, 7, -49, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 4246, 7, -48, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 4934, 7, -47, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 5715, 7, -46, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6602, 8, -45, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7611, 8, -44, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 8759, 8, -43, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 10067, 8, -42, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 11558, 8, -41, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 13259, 9, -40, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 15203, 9, -39, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 17425, 9, -38, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 19969, 9, -37, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 22885, 9, -36, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 26229, 10, -35, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 30071, 10, -34, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 34488, 10, -33, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 39574, 10, -32, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 45435, 10, -31, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 52200, 11, -30, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 60016, 11, -29, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 69058, 11, -28, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 79533, 11, -27, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 91683, 11, -26, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 105794, 12, -25, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 122206, 12, -24, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 141318, 12, -23, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 163605, 12, -22, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 189632, 12, -21, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [2] = { 377, 5, -59, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 545, 5, -58, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 738, 5, -57, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 958, 5, -56, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 1210, 6, -55, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 1497, 6, -54, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 1826, 6, -53, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 2202, 6, -52, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 2631, 6, -51, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 3123, 7, -50, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 3685, 7, -49, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 4330, 7, -48, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 5070, 7, -47, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 5919, 7, -46, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 6895, 8, -45, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 8018, 8, -44, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 9311, 8, -43, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 10801, 8, -42, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 12522, 8, -41, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 14510, 9, -40, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 16810, 9, -39, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 19474, 9, -38, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 22564, 9, -37, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 26153, 9, -36, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 30328, 10, -35, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 35189, 10, -34, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 40858, 10, -33, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 47479, 10, -32, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 55223, 10, -31, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 64293, 11, -30, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 74932, 11, -29, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 87431, 11, -28, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 102136, 11, -27, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 119466, 11, -26, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 139919, 12, -25, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 164098, 12, -24, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 192728, 12, -23, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 226682, 12, -22, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 267018, 12, -21, 15000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ToxicDomainPlayer"] = { + name = "Toxic Domain", + baseTypeName = "Toxic Domain", + color = 2, + description = "Create an area of Toxic Bloom on the ground around you. While in the Bloom, you have increased Skill costs, Regenerate Life, and your Projectile Attacks attach a Toxic Pustule, which can be Poisoned. Pustules will Detonate after a duration or when enough Poison has been applied, dealing more damage based on the stored Poison damage and applying Poison in an area around it.", + skillTypes = { [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Chaos] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Attack] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.Physical] = true, }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.15 }, + }, + levels = { + [1] = { baseMultiplier = 0.38, storedUses = 1, levelRequirement = 0, cooldown = 11, cost = { Mana = 24, }, }, + [2] = { baseMultiplier = 0.42, storedUses = 1, levelRequirement = 3, cooldown = 11, cost = { Mana = 27, }, }, + [3] = { baseMultiplier = 0.46, storedUses = 1, levelRequirement = 6, cooldown = 11, cost = { Mana = 31, }, }, + [4] = { baseMultiplier = 0.5, storedUses = 1, levelRequirement = 10, cooldown = 11, cost = { Mana = 34, }, }, + [5] = { baseMultiplier = 0.54, storedUses = 1, levelRequirement = 14, cooldown = 11, cost = { Mana = 38, }, }, + [6] = { baseMultiplier = 0.58, storedUses = 1, levelRequirement = 18, cooldown = 11, cost = { Mana = 41, }, }, + [7] = { baseMultiplier = 0.62, storedUses = 1, levelRequirement = 22, cooldown = 11, cost = { Mana = 45, }, }, + [8] = { baseMultiplier = 0.66, storedUses = 1, levelRequirement = 26, cooldown = 11, cost = { Mana = 49, }, }, + [9] = { baseMultiplier = 0.69, storedUses = 1, levelRequirement = 31, cooldown = 11, cost = { Mana = 53, }, }, + [10] = { baseMultiplier = 0.73, storedUses = 1, levelRequirement = 36, cooldown = 11, cost = { Mana = 57, }, }, + [11] = { baseMultiplier = 0.76, storedUses = 1, levelRequirement = 41, cooldown = 11, cost = { Mana = 61, }, }, + [12] = { baseMultiplier = 0.8, storedUses = 1, levelRequirement = 46, cooldown = 11, cost = { Mana = 66, }, }, + [13] = { baseMultiplier = 0.84, storedUses = 1, levelRequirement = 52, cooldown = 11, cost = { Mana = 70, }, }, + [14] = { baseMultiplier = 0.88, storedUses = 1, levelRequirement = 58, cooldown = 11, cost = { Mana = 75, }, }, + [15] = { baseMultiplier = 0.93, storedUses = 1, levelRequirement = 64, cooldown = 11, cost = { Mana = 80, }, }, + [16] = { baseMultiplier = 0.98, storedUses = 1, levelRequirement = 66, cooldown = 11, cost = { Mana = 85, }, }, + [17] = { baseMultiplier = 1.02, storedUses = 1, levelRequirement = 72, cooldown = 11, cost = { Mana = 90, }, }, + [18] = { baseMultiplier = 1.08, storedUses = 1, levelRequirement = 78, cooldown = 11, cost = { Mana = 95, }, }, + [19] = { baseMultiplier = 1.13, storedUses = 1, levelRequirement = 84, cooldown = 11, cost = { Mana = 101, }, }, + [20] = { baseMultiplier = 1.19, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 106, }, }, + [21] = { baseMultiplier = 1.24, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 112, }, }, + [22] = { baseMultiplier = 1.31, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 118, }, }, + [23] = { baseMultiplier = 1.37, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 124, }, }, + [24] = { baseMultiplier = 1.44, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 130, }, }, + [25] = { baseMultiplier = 1.51, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 137, }, }, + [26] = { baseMultiplier = 1.59, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 144, }, }, + [27] = { baseMultiplier = 1.67, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 151, }, }, + [28] = { baseMultiplier = 1.75, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 158, }, }, + [29] = { baseMultiplier = 1.84, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 165, }, }, + [30] = { baseMultiplier = 1.93, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 173, }, }, + [31] = { baseMultiplier = 2.03, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 180, }, }, + [32] = { baseMultiplier = 2.13, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 188, }, }, + [33] = { baseMultiplier = 2.23, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 196, }, }, + [34] = { baseMultiplier = 2.35, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 205, }, }, + [35] = { baseMultiplier = 2.46, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 214, }, }, + [36] = { baseMultiplier = 2.59, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 222, }, }, + [37] = { baseMultiplier = 2.72, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 232, }, }, + [38] = { baseMultiplier = 2.85, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 241, }, }, + [39] = { baseMultiplier = 2.99, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 251, }, }, + [40] = { baseMultiplier = 3.14, storedUses = 1, levelRequirement = 90, cooldown = 11, cost = { Mana = 261, }, }, + }, + statSets = { + [1] = { + label = "Toxic Bloom", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "toxic_domain_statset_0", + baseFlags = { + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "toxic_domain_healing_per_minute_+", 100 }, + { "toxic_domain_mana_cost_+%", 25 }, + { "toxic_domain_pustule_chance_%", 100 }, + { "toxic_domain_pustule_poison_explode_threshold", 0 }, + { "active_skill_base_area_of_effect_radius", 30 }, + { "base_skill_effect_duration", 8000 }, + { "skill_specific_stat_description_mode", 1 }, + }, + stats = { + "toxic_domain_pustule_poison_explode_threshold", + "toxic_domain_healing_per_minute_+", + "can_perform_skill_while_moving", + "base_deal_no_damage", + }, + levels = { + [1] = { 255, 240, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 465, 348, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 795, 456, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1275, 564, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1905, 672, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 2730, 780, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 3870, 888, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 5385, 996, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7365, 1104, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 10005, 1212, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 13425, 1320, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 17850, 1428, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 23610, 1536, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 30960, 1644, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 40455, 1752, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 52680, 1860, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 68280, 1968, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 88080, 2076, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 113325, 2184, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 145365, 2400, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 154620, 2508, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 171030, 2616, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 198720, 2724, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 233250, 2832, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 276345, 2940, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 295545, 3048, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 315975, 3156, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 337695, 3264, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 360795, 3372, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 385365, 3480, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 408045, 3588, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 432060, 3696, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 457440, 3804, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 484275, 3912, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 512700, 4020, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 542685, 4128, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 574440, 4236, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 607950, 4344, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 643440, 4452, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 680925, 4560, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Pustule Explosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "toxic_domain_statset_1", + baseFlags = { + attack = true, + area = true, + duration = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "toxic_domain_healing_per_minute_+", 100 }, + { "toxic_domain_mana_cost_+%", 25 }, + { "toxic_domain_pustule_chance_%", 100 }, + { "toxic_domain_pustule_poison_explode_threshold", 0 }, + { "base_skill_effect_duration", 8000 }, + { "skill_specific_stat_description_mode", 1 }, + { "active_skill_base_area_of_effect_radius", 16 }, + { "base_skill_detonation_time", 6000 }, + { "base_chance_to_poison_on_hit_%", 100 }, + { "toxic_domain_max_damage_+%_final_from_stored_poison", 300 }, + }, + stats = { + "toxic_domain_+1%_final_more_damage_per_x_stored_poison", + "toxic_domain_+1%_final_more_damage_per_x_stored_poison", + "can_perform_skill_while_moving", + "is_area_damage", + "skill_no_cost_or_reservation", + }, + levels = { + [1] = { 2, 2, baseMultiplier = 0.38, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 3, baseMultiplier = 0.42, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 5, 5, baseMultiplier = 0.46, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, 9, baseMultiplier = 0.5, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 12, 12, baseMultiplier = 0.54, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 19, 19, baseMultiplier = 0.58, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 26, baseMultiplier = 0.62, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 36, 36, baseMultiplier = 0.66, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 49, 49, baseMultiplier = 0.69, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 66, 66, baseMultiplier = 0.73, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 89, 89, baseMultiplier = 0.76, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 119, 119, baseMultiplier = 0.8, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 157, 157, baseMultiplier = 0.84, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 206, 206, baseMultiplier = 0.88, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 270, 270, baseMultiplier = 0.93, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 351, 351, baseMultiplier = 0.98, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 455, 455, baseMultiplier = 1.02, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 588, 588, baseMultiplier = 1.08, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 755, 755, baseMultiplier = 1.13, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 969, 969, baseMultiplier = 1.19, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1032, 1032, baseMultiplier = 1.24, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1141, 1141, baseMultiplier = 1.31, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1324, 1324, baseMultiplier = 1.37, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1555, 1555, baseMultiplier = 1.44, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1843, 1843, baseMultiplier = 1.51, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1971, 1971, baseMultiplier = 1.59, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 2107, 2107, baseMultiplier = 1.67, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2252, 2252, baseMultiplier = 1.75, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 2405, 2405, baseMultiplier = 1.84, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 2568, 2568, baseMultiplier = 1.93, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 2721, 2721, baseMultiplier = 2.03, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2880, 2880, baseMultiplier = 2.13, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 3049, 3049, baseMultiplier = 2.23, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 3229, 3229, baseMultiplier = 2.35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3417, 3417, baseMultiplier = 2.46, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3619, 3619, baseMultiplier = 2.59, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 3829, 3829, baseMultiplier = 2.72, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 4053, 4053, baseMultiplier = 2.85, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 4290, 4290, baseMultiplier = 2.99, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 4540, 4540, baseMultiplier = 3.14, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -8225,8 +9506,8 @@ skills["ToxicGrowthPlayer"] = { name = "Toxic Growth", baseTypeName = "Toxic Growth", color = 2, - description = "Leap into the air and fire a volley of arrows which cause toxic pustules to sprout from the ground on impact. The pustules explode after a delay and can be Poisoned, causing them to explode faster and more violently.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.SupportedByFountains] = true, [SkillType.Jumping] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.Limit] = true, }, + description = "Fire a rain of Toxic Pustules into the air. The Pustules deal damage on impact, then Detonate after a delay. They can also be Poisoned, causing them to Detonate faster and more violently.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.SupportedByFountains] = true, [SkillType.Bow] = true, [SkillType.Limit] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Rain] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.Barrageable] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -8236,50 +9517,50 @@ skills["ToxicGrowthPlayer"] = { { "number_of_poisonbloom_arrow_bloom_allowed", 0.1 }, }, levels = { - [1] = { baseMultiplier = 0.2, levelRequirement = 0, cost = { Mana = 15, }, }, - [2] = { baseMultiplier = 0.22, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { baseMultiplier = 0.24, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { baseMultiplier = 0.26, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { baseMultiplier = 0.28, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { baseMultiplier = 0.31, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { baseMultiplier = 0.33, levelRequirement = 22, cost = { Mana = 27, }, }, - [8] = { baseMultiplier = 0.35, levelRequirement = 26, cost = { Mana = 30, }, }, - [9] = { baseMultiplier = 0.36, levelRequirement = 31, cost = { Mana = 34, }, }, - [10] = { baseMultiplier = 0.38, levelRequirement = 36, cost = { Mana = 37, }, }, - [11] = { baseMultiplier = 0.4, levelRequirement = 41, cost = { Mana = 41, }, }, - [12] = { baseMultiplier = 0.42, levelRequirement = 46, cost = { Mana = 46, }, }, - [13] = { baseMultiplier = 0.44, levelRequirement = 52, cost = { Mana = 51, }, }, - [14] = { baseMultiplier = 0.47, levelRequirement = 58, cost = { Mana = 57, }, }, - [15] = { baseMultiplier = 0.49, levelRequirement = 64, cost = { Mana = 63, }, }, - [16] = { baseMultiplier = 0.51, levelRequirement = 66, cost = { Mana = 69, }, }, - [17] = { baseMultiplier = 0.54, levelRequirement = 72, cost = { Mana = 77, }, }, - [18] = { baseMultiplier = 0.57, levelRequirement = 78, cost = { Mana = 85, }, }, - [19] = { baseMultiplier = 0.59, levelRequirement = 84, cost = { Mana = 95, }, }, - [20] = { baseMultiplier = 0.62, levelRequirement = 90, cost = { Mana = 105, }, }, - [21] = { baseMultiplier = 0.65, levelRequirement = 90, cost = { Mana = 116, }, }, - [22] = { baseMultiplier = 0.69, levelRequirement = 90, cost = { Mana = 129, }, }, - [23] = { baseMultiplier = 0.72, levelRequirement = 90, cost = { Mana = 143, }, }, - [24] = { baseMultiplier = 0.76, levelRequirement = 90, cost = { Mana = 159, }, }, - [25] = { baseMultiplier = 0.8, levelRequirement = 90, cost = { Mana = 176, }, }, - [26] = { baseMultiplier = 0.84, levelRequirement = 90, cost = { Mana = 195, }, }, - [27] = { baseMultiplier = 0.88, levelRequirement = 90, cost = { Mana = 216, }, }, - [28] = { baseMultiplier = 0.92, levelRequirement = 90, cost = { Mana = 239, }, }, - [29] = { baseMultiplier = 0.97, levelRequirement = 90, cost = { Mana = 265, }, }, - [30] = { baseMultiplier = 1.02, levelRequirement = 90, cost = { Mana = 294, }, }, - [31] = { baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 326, }, }, - [32] = { baseMultiplier = 1.12, levelRequirement = 90, cost = { Mana = 361, }, }, - [33] = { baseMultiplier = 1.18, levelRequirement = 90, cost = { Mana = 400, }, }, - [34] = { baseMultiplier = 1.24, levelRequirement = 90, cost = { Mana = 444, }, }, - [35] = { baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 492, }, }, - [36] = { baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 545, }, }, - [37] = { baseMultiplier = 1.43, levelRequirement = 90, cost = { Mana = 604, }, }, - [38] = { baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 669, }, }, - [39] = { baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 741, }, }, - [40] = { baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 822, }, }, + [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.2, levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.22, levelRequirement = 3, cost = { Mana = 16, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.24, levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.26, levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.28, levelRequirement = 14, cost = { Mana = 24, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.31, levelRequirement = 18, cost = { Mana = 27, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.33, levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.35, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.36, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.38, levelRequirement = 36, cost = { Mana = 41, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.4, levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.42, levelRequirement = 46, cost = { Mana = 50, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 0.44, levelRequirement = 52, cost = { Mana = 55, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 0.47, levelRequirement = 58, cost = { Mana = 60, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 0.49, levelRequirement = 64, cost = { Mana = 65, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 0.51, levelRequirement = 66, cost = { Mana = 71, }, }, + [17] = { attackSpeedMultiplier = -20, baseMultiplier = 0.54, levelRequirement = 72, cost = { Mana = 77, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 0.57, levelRequirement = 78, cost = { Mana = 84, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 0.59, levelRequirement = 84, cost = { Mana = 90, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 0.62, levelRequirement = 90, cost = { Mana = 98, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 0.65, levelRequirement = 90, cost = { Mana = 106, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 0.69, levelRequirement = 90, cost = { Mana = 114, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 0.72, levelRequirement = 90, cost = { Mana = 123, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 0.76, levelRequirement = 90, cost = { Mana = 132, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 90, cost = { Mana = 142, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 90, cost = { Mana = 152, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 90, cost = { Mana = 163, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 0.92, levelRequirement = 90, cost = { Mana = 175, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 90, cost = { Mana = 187, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 1.02, levelRequirement = 90, cost = { Mana = 201, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 1.07, levelRequirement = 90, cost = { Mana = 215, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 1.12, levelRequirement = 90, cost = { Mana = 229, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 1.18, levelRequirement = 90, cost = { Mana = 245, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 1.24, levelRequirement = 90, cost = { Mana = 262, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 1.3, levelRequirement = 90, cost = { Mana = 279, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 90, cost = { Mana = 298, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 1.43, levelRequirement = 90, cost = { Mana = 317, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 338, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 1.58, levelRequirement = 90, cost = { Mana = 360, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 90, cost = { Mana = 383, }, }, }, statSets = { [1] = { - label = "Arrow", + label = "Pustules", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "poisonbloom_arrow_statset_0", baseFlags = { @@ -8294,12 +9575,14 @@ skills["ToxicGrowthPlayer"] = { { "fixed_projectile_spread", 100 }, { "number_of_projectiles_override", 1 }, { "active_skill_base_secondary_area_of_effect_radius", 45 }, - { "total_attack_time_+_ms", 700 }, { "active_skill_projectile_speed_+%_variation_final", 150 }, { "poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison", 300 }, { "poisonbloom_arrow_max_additional_burst_base_radius_+", 15 }, { "range_backflip_conditional_distance", 46 }, { "number_of_poisonbloom_arrow_bloom_allowed", 8 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "poisonbloom_arrow_bloom_burst_1%_more_damage_per_x_stored_poison", @@ -8307,6 +9590,7 @@ skills["ToxicGrowthPlayer"] = { "poisonbloom_arrow_burst_base_radius_+1_per_x_stored_poison", "base_is_projectile", "skill_can_fire_arrows", + "can_perform_skill_while_moving", "has_modular_projectiles_enabled", "projectiles_fire_at_ground", "disable_visual_hit_effect", @@ -8355,6 +9639,87 @@ skills["ToxicGrowthPlayer"] = { [40] = { 4540, 2178, 45395, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, + [2] = { + label = "Explosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "poisonbloom_arrow_statset_1", + baseFlags = { + attack = true, + projectile = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 8 }, + { "base_skill_detonation_time", 15000 }, + { "fixed_projectile_spread", 100 }, + { "number_of_projectiles_override", 1 }, + { "active_skill_base_secondary_area_of_effect_radius", 45 }, + { "active_skill_projectile_speed_+%_variation_final", 150 }, + { "poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison", 300 }, + { "poisonbloom_arrow_max_additional_burst_base_radius_+", 15 }, + { "range_backflip_conditional_distance", 46 }, + { "number_of_poisonbloom_arrow_bloom_allowed", 8 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_chance_to_poison_on_hit_%", 100 }, + { "skill_specific_stat_description_mode", 1 }, + }, + stats = { + "poisonbloom_arrow_bloom_burst_1%_more_damage_per_x_stored_poison", + "poisonbloom_arrow_duration_expires_1%_faster_per_x_stored_poison_damage", + "poisonbloom_arrow_burst_base_radius_+1_per_x_stored_poison", + "base_is_projectile", + "skill_can_fire_arrows", + "can_perform_skill_while_moving", + "has_modular_projectiles_enabled", + "projectiles_fire_at_ground", + "disable_visual_hit_effect", + "quality_display_base_number_of_projectiles_is_gem", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { 2, 1, 17, baseMultiplier = 0.32, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 3, 1, 31, baseMultiplier = 0.35, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 5, 2, 53, baseMultiplier = 0.39, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, 4, 85, baseMultiplier = 0.42, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 12, 6, 127, baseMultiplier = 0.46, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 19, 8, 182, baseMultiplier = 0.49, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 12, 258, baseMultiplier = 0.52, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 36, 17, 359, baseMultiplier = 0.56, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 49, 24, 491, baseMultiplier = 0.58, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 66, 33, 667, baseMultiplier = 0.61, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 89, 43, 895, baseMultiplier = 0.64, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 119, 57, 1190, baseMultiplier = 0.68, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 157, 76, 1574, baseMultiplier = 0.71, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 206, 99, 2064, baseMultiplier = 0.74, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 270, 129, 2697, baseMultiplier = 0.78, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 351, 168, 3512, baseMultiplier = 0.82, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 455, 218, 4552, baseMultiplier = 0.86, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 588, 282, 5872, baseMultiplier = 0.91, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 755, 363, 7555, baseMultiplier = 0.95, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 969, 466, 9691, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1032, 495, 10308, baseMultiplier = 1.05, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1141, 547, 11402, baseMultiplier = 1.1, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1324, 636, 13248, baseMultiplier = 1.16, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1555, 746, 15550, baseMultiplier = 1.21, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1843, 884, 18423, baseMultiplier = 1.27, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 1971, 946, 19703, baseMultiplier = 1.34, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 2107, 1012, 21065, baseMultiplier = 1.4, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2252, 1081, 22513, baseMultiplier = 1.47, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 2405, 1154, 24053, baseMultiplier = 1.55, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 2568, 1233, 25691, baseMultiplier = 1.63, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 2721, 1305, 27203, baseMultiplier = 1.71, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2880, 1382, 28804, baseMultiplier = 1.79, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 3049, 1464, 30496, baseMultiplier = 1.88, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 3229, 1549, 32285, baseMultiplier = 1.98, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3417, 1640, 34180, baseMultiplier = 2.07, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3619, 1736, 36179, baseMultiplier = 2.18, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 3829, 1838, 38296, baseMultiplier = 2.29, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 4053, 1945, 40530, baseMultiplier = 2.4, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 4290, 2060, 42896, baseMultiplier = 2.52, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 4540, 2178, 45395, baseMultiplier = 2.65, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, } } skills["TrailOfCaltropsPlayer"] = { @@ -8472,7 +9837,7 @@ skills["TrailOfCaltropsPlayer"] = { skills["TriggeredTrailOfCaltropsPlayer"] = { name = "Caltrops", hidden = true, - description = "Maims and deals Physical area damage when triggered by an Enemy. Caltrops are destroyed when triggered, and a maximum of 20 Caltrops can be active at once.", + description = "Maims and deals Attack area damage when triggered by an Enemy. Caltrops are destroyed when triggered, and a maximum of 20 Caltrops can be active at once.", skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Projectile] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Hazard] = true, [SkillType.Duration] = true, [SkillType.CannotChain] = true, [SkillType.Attack] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackOrCastTime] = true, }, castTime = 0, qualityStats = { @@ -8541,7 +9906,6 @@ skills["TriggeredTrailOfCaltropsPlayer"] = { "main_hand_weapon_minimum_physical_damage", "main_hand_weapon_maximum_physical_damage", "triggered_by_generic_ongoing_trigger", - "skill_cannot_generate_energy", "global_maim_on_hit", "additive_thorns_damage_modifiers_apply_to_attack_damage", "replace_main_hand_unarmed_attack_stats_with_nothing_type", @@ -8551,6 +9915,10 @@ skills["TriggeredTrailOfCaltropsPlayer"] = { "projectiles_not_offset", "base_skill_show_average_damage_instead_of_dps", }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + }, levels = { [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, @@ -8596,142 +9964,12 @@ skills["TriggeredTrailOfCaltropsPlayer"] = { }, } } -skills["TrinityPlayer"] = { - name = "Trinity", - baseTypeName = "Trinity", - color = 2, - description = "Become attuned to all Elements building up Fire, Cold and Lightning Resonance based off the highest Elemental Damage type dealt by your Attack Hits. Your Elemental Damage with Attacks is greatly enhanced the more Resonance of any type you have.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Lightning] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, }, - castTime = 0, - qualityStats = { - { "trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant", 0.75 }, - }, - levels = { - [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 100, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 100, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 100, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 100, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 100, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 100, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 100, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 100, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 100, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 100, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 100, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 100, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 100, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 100, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 100, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 100, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 100, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 100, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 100, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 100, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Trinity", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", - statMap = { - ["trinity_damage_+%_final_to_grant_per_50_resonance"] = { - mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "ResonanceCount", div = 30 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), - }, - ["trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant"] = { - mod("Speed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), - }, - ["quality_display_trinity_is_gem"] = { - -- Display only - }, - ["trinity_loss_per_hit"] = { - -- Display only - }, - }, - baseFlags = { - buff = true, - duration = true, - }, - constantStats = { - { "trinity_resonance_decay_delay_ms", 8000 }, - { "trinity_resonance_loss_per_second", 10 }, - { "trinity_loss_per_hit", 3 }, - }, - stats = { - "trinity_damage_+%_final_to_grant_per_50_resonance", - "trinity_resonance_to_grant", - "quality_display_trinity_is_gem", - }, - levels = { - [1] = { 1, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1, 5, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1, 6, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1, 6, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 1, 7, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 1, 7, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 2, 8, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 2, 8, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 2, 9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 3, 9, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 3, 11, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 4, 11, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 4, 12, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 5, 12, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 5, 13, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 6, 13, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 6, 14, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 6, 14, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7, 14, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7, 14, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7, 15, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 7, 15, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 8, 15, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 8, 15, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 10, 17, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 10, 17, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} skills["TwisterPlayer"] = { name = "Twister", baseTypeName = "Twister", color = 2, description = "Whip up a twister with a flick of your Spear. The twister moves forward erratically, Blinding and repeatedly Hitting enemies within. If a twister touches a Whirlwind from your other skills, it Consumes the Whirlwind to create additional twisters that deal more damage. Passing over Elemental Ground Surfaces or Consuming an elemental Whirlwind will grant twisters extra damage of that element.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Spear] = true, [SkillType.Projectile] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.RangedAttack] = true, [SkillType.CannotTerrainChain] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Spear] = true, [SkillType.Projectile] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.RangedAttack] = true, [SkillType.CannotTerrainChain] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -8740,46 +9978,46 @@ skills["TwisterPlayer"] = { { "twister_%_chance_for_additional_twister", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.72, levelRequirement = 0, cost = { Mana = 4, }, }, - [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.79, levelRequirement = 3, cost = { Mana = 5, }, }, - [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.87, levelRequirement = 6, cost = { Mana = 6, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.94, levelRequirement = 10, cost = { Mana = 6, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 14, cost = { Mana = 7, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 1.08, levelRequirement = 18, cost = { Mana = 8, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 9, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 10, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 1.27, levelRequirement = 31, cost = { Mana = 11, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.32, levelRequirement = 36, cost = { Mana = 12, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.37, levelRequirement = 41, cost = { Mana = 13, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.43, levelRequirement = 46, cost = { Mana = 15, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.48, levelRequirement = 52, cost = { Mana = 16, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.54, levelRequirement = 58, cost = { Mana = 18, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.6, levelRequirement = 64, cost = { Mana = 20, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.66, levelRequirement = 66, cost = { Mana = 23, }, }, - [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 72, cost = { Mana = 25, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.78, levelRequirement = 78, cost = { Mana = 28, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.84, levelRequirement = 84, cost = { Mana = 31, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 34, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 38, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 42, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 47, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 2.16, levelRequirement = 90, cost = { Mana = 52, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 2.23, levelRequirement = 90, cost = { Mana = 58, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.31, levelRequirement = 90, cost = { Mana = 64, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 71, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.46, levelRequirement = 90, cost = { Mana = 79, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.55, levelRequirement = 90, cost = { Mana = 87, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 97, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 107, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.81, levelRequirement = 90, cost = { Mana = 119, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 132, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 146, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 3.1, levelRequirement = 90, cost = { Mana = 162, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 180, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 199, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.42, levelRequirement = 90, cost = { Mana = 221, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 245, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 3.65, levelRequirement = 90, cost = { Mana = 271, }, }, + [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 0, cost = { Mana = 4, }, }, + [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 5, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 6, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 1.05, levelRequirement = 10, cost = { Mana = 7, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 8, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 9, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 1.3, levelRequirement = 22, cost = { Mana = 10, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 1.38, levelRequirement = 26, cost = { Mana = 11, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 1.44, levelRequirement = 31, cost = { Mana = 12, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.51, levelRequirement = 36, cost = { Mana = 13, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.58, levelRequirement = 41, cost = { Mana = 15, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.65, levelRequirement = 46, cost = { Mana = 16, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 52, cost = { Mana = 18, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.8, levelRequirement = 58, cost = { Mana = 19, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.88, levelRequirement = 64, cost = { Mana = 21, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.96, levelRequirement = 66, cost = { Mana = 23, }, }, + [17] = { attackSpeedMultiplier = -20, baseMultiplier = 2.05, levelRequirement = 72, cost = { Mana = 25, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 2.14, levelRequirement = 78, cost = { Mana = 27, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 2.23, levelRequirement = 84, cost = { Mana = 30, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 32, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 35, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 2.52, levelRequirement = 90, cost = { Mana = 37, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 40, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 2.74, levelRequirement = 90, cost = { Mana = 43, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 2.85, levelRequirement = 90, cost = { Mana = 46, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.97, levelRequirement = 90, cost = { Mana = 50, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 3.1, levelRequirement = 90, cost = { Mana = 54, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 57, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 62, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 3.5, levelRequirement = 90, cost = { Mana = 66, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 3.65, levelRequirement = 90, cost = { Mana = 71, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 3.8, levelRequirement = 90, cost = { Mana = 75, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 3.96, levelRequirement = 90, cost = { Mana = 81, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 4.13, levelRequirement = 90, cost = { Mana = 86, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 4.3, levelRequirement = 90, cost = { Mana = 92, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 98, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 4.67, levelRequirement = 90, cost = { Mana = 104, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 4.87, levelRequirement = 90, cost = { Mana = 111, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 118, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 5.29, levelRequirement = 90, cost = { Mana = 126, }, }, }, statSets = { [1] = { @@ -8825,6 +10063,7 @@ skills["TwisterPlayer"] = { "visual_hit_effect_physical_is_wind", "base_is_projectile", "always_pierce", + "active_skill_ignore_setting_aim_stance", }, levels = { [1] = { actorLevel = 1, }, @@ -8876,7 +10115,7 @@ skills["VineArrowPlayer"] = { baseTypeName = "Vine Arrow", color = 2, description = "Fire an arrow into the air that lands after a short delay, damaging enemies and causing a plant to spring up at the impact location. The plant sprouts vines that latch onto nearby enemies, Slowing their movement speed and dealing Chaos damage over time. The plant can be Poisoned, causing it to deal more damage.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.CanRapidFire] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Chaos] = true, [SkillType.SupportedByFountains] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.DamageOverTime] = true, [SkillType.Limit] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.Barrageable] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Chaos] = true, [SkillType.SupportedByFountains] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Bow] = true, [SkillType.DamageOverTime] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ToggleSpawnedObjectTargetable_DefaultOff] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -8887,44 +10126,44 @@ skills["VineArrowPlayer"] = { levels = { [1] = { baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { baseMultiplier = 0.85, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, - [6] = { baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 20, }, }, - [12] = { baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 22, }, }, - [13] = { baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 25, }, }, - [14] = { baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 27, }, }, - [15] = { baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 30, }, }, + [3] = { baseMultiplier = 0.85, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 12, }, }, + [6] = { baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 13, }, }, + [7] = { baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 24, }, }, + [13] = { baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 26, }, }, + [14] = { baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 29, }, }, + [15] = { baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 32, }, }, [16] = { baseMultiplier = 1.8, levelRequirement = 66, cost = { Mana = 34, }, }, [17] = { baseMultiplier = 1.89, levelRequirement = 72, cost = { Mana = 37, }, }, - [18] = { baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 41, }, }, - [19] = { baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 46, }, }, - [20] = { baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 51, }, }, - [21] = { baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 56, }, }, - [22] = { baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 63, }, }, - [23] = { baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 69, }, }, - [24] = { baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 77, }, }, - [25] = { baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 85, }, }, - [26] = { baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 95, }, }, - [27] = { baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 105, }, }, - [28] = { baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 116, }, }, - [29] = { baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 129, }, }, - [30] = { baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 143, }, }, - [31] = { baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 158, }, }, - [32] = { baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 176, }, }, - [33] = { baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 195, }, }, - [34] = { baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 216, }, }, - [35] = { baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 239, }, }, - [36] = { baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 265, }, }, - [37] = { baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 294, }, }, - [38] = { baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 326, }, }, - [39] = { baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 361, }, }, - [40] = { baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 400, }, }, + [18] = { baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 40, }, }, + [19] = { baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 44, }, }, + [20] = { baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 47, }, }, + [21] = { baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 51, }, }, + [22] = { baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 55, }, }, + [23] = { baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 59, }, }, + [24] = { baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 64, }, }, + [25] = { baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 69, }, }, + [26] = { baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 74, }, }, + [27] = { baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 79, }, }, + [28] = { baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 85, }, }, + [29] = { baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 91, }, }, + [30] = { baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 97, }, }, + [31] = { baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 104, }, }, + [32] = { baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 111, }, }, + [33] = { baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 119, }, }, + [34] = { baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 127, }, }, + [35] = { baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 136, }, }, + [36] = { baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 145, }, }, + [37] = { baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 154, }, }, + [38] = { baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 164, }, }, + [39] = { baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 175, }, }, + [40] = { baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 186, }, }, }, statSets = { [1] = { @@ -8941,7 +10180,7 @@ skills["VineArrowPlayer"] = { { "active_skill_base_secondary_area_of_effect_radius", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "number_of_vine_arrow_pod_allowed", 1 }, }, stats = { @@ -8997,8 +10236,8 @@ skills["VineArrowPlayer"] = { [2] = { label = "Vines", baseEffectiveness = 5.1999998092651, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, statDescriptionScope = "poison_vine_arrow_statset_1", statMap = { ["active_skill_base_slow_debuff_movement_speed_+%_final"] = { @@ -9014,7 +10253,7 @@ skills["VineArrowPlayer"] = { { "base_skill_effect_duration", 8000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_area_of_effect_radius", 24 }, { "active_skill_base_secondary_area_of_effect_radius", 48 }, { "active_skill_base_slow_debuff_movement_speed_+%_final", -40 }, @@ -9033,45 +10272,45 @@ skills["VineArrowPlayer"] = { }, levels = { [1] = { 337, 3367, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 496, 4964, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 723, 7235, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 981, 9810, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 1273, 12728, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 1603, 16032, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 1977, 19771, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 2400, 24002, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 2879, 28791, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 3421, 34213, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 4035, 40352, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 4731, 47308, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 5519, 55194, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 6414, 64139, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7429, 74294, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 8583, 85830, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 9895, 98946, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 11387, 113872, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 13087, 130872, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 15025, 150254, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 17237, 172372, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 19764, 197637, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 22653, 226529, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 25960, 259602, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 29750, 297502, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 34098, 340983, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 39092, 390923, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 44835, 448348, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 51446, 514458, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 59066, 590658, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 67859, 678595, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 78020, 780203, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 89776, 897756, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 103393, 1033929, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 119188, 1191879, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 137533, 1375328, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 158868, 1588676, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 183713, 1837131, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 212687, 2126868, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 246521, 2465211, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [2] = { 490, 4896, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 709, 7086, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 959, 9592, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1246, 12456, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 1573, 15728, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 1947, 19466, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 2374, 23737, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 2862, 28620, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3420, 34204, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 4059, 40593, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 4791, 47910, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5629, 56295, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 6591, 65912, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7695, 76952, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 8964, 89640, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 10423, 104235, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 12104, 121042, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 14042, 140418, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 16278, 162782, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 18862, 188624, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 21852, 218524, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 25316, 253160, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 29333, 293335, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 34000, 339995, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 39426, 394261, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 45746, 457458, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 53116, 531160, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 61723, 617233, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 71790, 717901, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 83581, 835809, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 97412, 974117, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 113660, 1136599, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 132777, 1327773, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 155306, 1553056, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 181895, 1818951, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 213328, 2133279, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 250546, 2505462, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 294687, 2946869, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 347124, 3471238, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -9080,59 +10319,59 @@ skills["VoltaicMarkPlayer"] = { name = "Voltaic Mark", baseTypeName = "Voltaic Mark", color = 2, - description = "Mark a target, making them more susceptible to being Shocked. When the Marked target dies, a Lightning nova erupts from their corpse. This nova does not use your Weapon Damage, and instead uses its own base Attack Damage.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Lightning] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, }, + description = "Mark a target, making them more susceptible to being Shocked. When the Marked target dies, a Lightning explosion erupts from their corpse. This explosion does not use your Weapon Damage, and instead uses its own base Attack Damage.", + skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Lightning] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.5, qualityStats = { { "thaumaturgist_mark_enemy_shock_effect_+%_taken", 0.75 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 23, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 27, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 29, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 31, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 33, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 35, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 41, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 50, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 67, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 77, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 117, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 235, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 252, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 271, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 311, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 334, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 23, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 25, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 28, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 31, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 33, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 39, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 49, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 52, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 59, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 63, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 67, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 71, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 79, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 83, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 97, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 107, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 117, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 128, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 146, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 159, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 179, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 194, }, }, }, statSets = { [1] = { label = "Mark", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "thaumaturgist_mark", + statDescriptionScope = "voltaic_mark", statMap = { ["thaumaturgist_mark_enemies_shocked_chance_+%_final"] = { mod("SelfShockChance", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), @@ -9150,7 +10389,7 @@ skills["VoltaicMarkPlayer"] = { { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "thaumaturgist_mark_enemy_shock_effect_+%_taken", 30 }, { "thaumaturgist_mark_enemies_shocked_chance_+%_final", 50 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "number_of_marks_allowed_per_type", 1 }, }, stats = { @@ -9202,6 +10441,121 @@ skills["VoltaicMarkPlayer"] = { }, } } +skills["TriggeredVoltaicMarkNovaPlayer"] = { + name = "Voltaic Nova", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.UseGlobalStats] = true, [SkillType.Lightning] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { critChance = 8, baseMultiplier = 1.1, levelRequirement = 0, }, + [2] = { critChance = 8, baseMultiplier = 1.21, levelRequirement = 0, }, + [3] = { critChance = 8, baseMultiplier = 1.34, levelRequirement = 0, }, + [4] = { critChance = 8, baseMultiplier = 1.47, levelRequirement = 0, }, + [5] = { critChance = 8, baseMultiplier = 1.6, levelRequirement = 0, }, + [6] = { critChance = 8, baseMultiplier = 1.73, levelRequirement = 0, }, + [7] = { critChance = 8, baseMultiplier = 1.87, levelRequirement = 0, }, + [8] = { critChance = 8, baseMultiplier = 2, levelRequirement = 0, }, + [9] = { critChance = 8, baseMultiplier = 2.12, levelRequirement = 0, }, + [10] = { critChance = 8, baseMultiplier = 2.26, levelRequirement = 0, }, + [11] = { critChance = 8, baseMultiplier = 2.41, levelRequirement = 0, }, + [12] = { critChance = 8, baseMultiplier = 2.57, levelRequirement = 0, }, + [13] = { critChance = 8, baseMultiplier = 2.74, levelRequirement = 0, }, + [14] = { critChance = 8, baseMultiplier = 2.93, levelRequirement = 0, }, + [15] = { critChance = 8, baseMultiplier = 3.13, levelRequirement = 0, }, + [16] = { critChance = 8, baseMultiplier = 3.36, levelRequirement = 0, }, + [17] = { critChance = 8, baseMultiplier = 3.61, levelRequirement = 0, }, + [18] = { critChance = 8, baseMultiplier = 3.87, levelRequirement = 0, }, + [19] = { critChance = 8, baseMultiplier = 4.17, levelRequirement = 0, }, + [20] = { critChance = 8, baseMultiplier = 4.49, levelRequirement = 0, }, + [21] = { critChance = 8, baseMultiplier = 4.84, levelRequirement = 0, }, + [22] = { critChance = 8, baseMultiplier = 5.21, levelRequirement = 0, }, + [23] = { critChance = 8, baseMultiplier = 5.62, levelRequirement = 0, }, + [24] = { critChance = 8, baseMultiplier = 6.05, levelRequirement = 0, }, + [25] = { critChance = 8, baseMultiplier = 6.52, levelRequirement = 0, }, + [26] = { critChance = 8, baseMultiplier = 7.02, levelRequirement = 0, }, + [27] = { critChance = 8, baseMultiplier = 7.56, levelRequirement = 0, }, + [28] = { critChance = 8, baseMultiplier = 8.15, levelRequirement = 0, }, + [29] = { critChance = 8, baseMultiplier = 8.78, levelRequirement = 0, }, + [30] = { critChance = 8, baseMultiplier = 9.46, levelRequirement = 0, }, + [31] = { critChance = 8, baseMultiplier = 10.19, levelRequirement = 0, }, + [32] = { critChance = 8, baseMultiplier = 10.97, levelRequirement = 0, }, + [33] = { critChance = 8, baseMultiplier = 11.82, levelRequirement = 0, }, + [34] = { critChance = 8, baseMultiplier = 12.74, levelRequirement = 0, }, + [35] = { critChance = 8, baseMultiplier = 13.72, levelRequirement = 0, }, + [36] = { critChance = 8, baseMultiplier = 14.78, levelRequirement = 0, }, + [37] = { critChance = 8, baseMultiplier = 15.92, levelRequirement = 0, }, + [38] = { critChance = 8, baseMultiplier = 17.15, levelRequirement = 0, }, + [39] = { critChance = 8, baseMultiplier = 18.48, levelRequirement = 0, }, + [40] = { critChance = 8, baseMultiplier = 19.91, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Explosion", + baseEffectiveness = 1.8600000143051, + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "voltaic_mark_nova", + baseFlags = { + nonWeaponAttack = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 26 }, + { "active_skill_shock_chance_+%_final", 200 }, + }, + stats = { + "main_hand_weapon_minimum_lightning_damage", + "main_hand_weapon_maximum_lightning_damage", + "triggered_by_thaumaturgist_mark", + "replace_main_hand_unarmed_attack_stats_with_nothing_type", + "display_statset_hide_usage_stats", + "triggerable_in_any_set", + }, + levels = { + [1] = { 1, 14, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 1, 23, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 2, 35, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 3, 49, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 3, 63, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 4, 78, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 5, 94, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6, 110, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7, 128, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 8, 146, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 9, 166, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 10, 186, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 11, 207, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 12, 228, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 13, 251, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 14, 274, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 16, 299, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 17, 324, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 18, 350, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 20, 377, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 21, 405, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 23, 433, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 24, 463, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 26, 493, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 28, 524, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 29, 556, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 31, 589, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 33, 622, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 35, 657, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 36, 692, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 38, 729, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 40, 766, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 42, 803, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 44, 842, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 46, 882, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 49, 922, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 51, 964, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 53, 1006, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 55, 1049, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 58, 1093, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["WhirlingSlashPlayer"] = { name = "Whirling Slash", baseTypeName = "Whirling Slash", @@ -9216,46 +10570,46 @@ skills["WhirlingSlashPlayer"] = { { "sandstorm_swipe_storm_damage_+%_final_per_stage", 2 }, }, levels = { - [1] = { attackSpeedMultiplier = -30, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 6, }, }, + [1] = { attackSpeedMultiplier = -30, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { attackSpeedMultiplier = -30, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -30, baseMultiplier = 0.85, levelRequirement = 6, cost = { Mana = 7, }, }, [4] = { attackSpeedMultiplier = -30, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 8, }, }, [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -30, baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -30, baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -30, baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 13, }, }, - [10] = { attackSpeedMultiplier = -30, baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -30, baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 16, }, }, - [12] = { attackSpeedMultiplier = -30, baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 18, }, }, - [13] = { attackSpeedMultiplier = -30, baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 20, }, }, - [14] = { attackSpeedMultiplier = -30, baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 22, }, }, - [15] = { attackSpeedMultiplier = -30, baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 25, }, }, + [6] = { attackSpeedMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -30, baseMultiplier = 1.15, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -30, baseMultiplier = 1.22, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { attackSpeedMultiplier = -30, baseMultiplier = 1.28, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -30, baseMultiplier = 1.34, levelRequirement = 36, cost = { Mana = 16, }, }, + [11] = { attackSpeedMultiplier = -30, baseMultiplier = 1.41, levelRequirement = 41, cost = { Mana = 18, }, }, + [12] = { attackSpeedMultiplier = -30, baseMultiplier = 1.48, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -30, baseMultiplier = 1.55, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { attackSpeedMultiplier = -30, baseMultiplier = 1.63, levelRequirement = 58, cost = { Mana = 24, }, }, + [15] = { attackSpeedMultiplier = -30, baseMultiplier = 1.71, levelRequirement = 64, cost = { Mana = 26, }, }, [16] = { attackSpeedMultiplier = -30, baseMultiplier = 1.8, levelRequirement = 66, cost = { Mana = 28, }, }, [17] = { attackSpeedMultiplier = -30, baseMultiplier = 1.89, levelRequirement = 72, cost = { Mana = 31, }, }, - [18] = { attackSpeedMultiplier = -30, baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 34, }, }, - [19] = { attackSpeedMultiplier = -30, baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 38, }, }, - [20] = { attackSpeedMultiplier = -30, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 42, }, }, - [21] = { attackSpeedMultiplier = -30, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 46, }, }, - [22] = { attackSpeedMultiplier = -30, baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 52, }, }, - [23] = { attackSpeedMultiplier = -30, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 57, }, }, - [24] = { attackSpeedMultiplier = -30, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 63, }, }, - [25] = { attackSpeedMultiplier = -30, baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 70, }, }, - [26] = { attackSpeedMultiplier = -30, baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 78, }, }, - [27] = { attackSpeedMultiplier = -30, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 86, }, }, - [28] = { attackSpeedMultiplier = -30, baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 96, }, }, - [29] = { attackSpeedMultiplier = -30, baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 106, }, }, - [30] = { attackSpeedMultiplier = -30, baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 118, }, }, - [31] = { attackSpeedMultiplier = -30, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 131, }, }, - [32] = { attackSpeedMultiplier = -30, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 145, }, }, - [33] = { attackSpeedMultiplier = -30, baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 161, }, }, - [34] = { attackSpeedMultiplier = -30, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 178, }, }, - [35] = { attackSpeedMultiplier = -30, baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 197, }, }, - [36] = { attackSpeedMultiplier = -30, baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 219, }, }, - [37] = { attackSpeedMultiplier = -30, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 242, }, }, - [38] = { attackSpeedMultiplier = -30, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 268, }, }, - [39] = { attackSpeedMultiplier = -30, baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 298, }, }, - [40] = { attackSpeedMultiplier = -30, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 330, }, }, + [18] = { attackSpeedMultiplier = -30, baseMultiplier = 1.98, levelRequirement = 78, cost = { Mana = 33, }, }, + [19] = { attackSpeedMultiplier = -30, baseMultiplier = 2.08, levelRequirement = 84, cost = { Mana = 36, }, }, + [20] = { attackSpeedMultiplier = -30, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 39, }, }, + [21] = { attackSpeedMultiplier = -30, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 42, }, }, + [22] = { attackSpeedMultiplier = -30, baseMultiplier = 2.41, levelRequirement = 90, cost = { Mana = 45, }, }, + [23] = { attackSpeedMultiplier = -30, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 49, }, }, + [24] = { attackSpeedMultiplier = -30, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 53, }, }, + [25] = { attackSpeedMultiplier = -30, baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 57, }, }, + [26] = { attackSpeedMultiplier = -30, baseMultiplier = 2.93, levelRequirement = 90, cost = { Mana = 61, }, }, + [27] = { attackSpeedMultiplier = -30, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 65, }, }, + [28] = { attackSpeedMultiplier = -30, baseMultiplier = 3.23, levelRequirement = 90, cost = { Mana = 70, }, }, + [29] = { attackSpeedMultiplier = -30, baseMultiplier = 3.39, levelRequirement = 90, cost = { Mana = 75, }, }, + [30] = { attackSpeedMultiplier = -30, baseMultiplier = 3.56, levelRequirement = 90, cost = { Mana = 80, }, }, + [31] = { attackSpeedMultiplier = -30, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 86, }, }, + [32] = { attackSpeedMultiplier = -30, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 92, }, }, + [33] = { attackSpeedMultiplier = -30, baseMultiplier = 4.12, levelRequirement = 90, cost = { Mana = 98, }, }, + [34] = { attackSpeedMultiplier = -30, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 105, }, }, + [35] = { attackSpeedMultiplier = -30, baseMultiplier = 4.54, levelRequirement = 90, cost = { Mana = 112, }, }, + [36] = { attackSpeedMultiplier = -30, baseMultiplier = 4.77, levelRequirement = 90, cost = { Mana = 119, }, }, + [37] = { attackSpeedMultiplier = -30, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 127, }, }, + [38] = { attackSpeedMultiplier = -30, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 135, }, }, + [39] = { attackSpeedMultiplier = -30, baseMultiplier = 5.52, levelRequirement = 90, cost = { Mana = 144, }, }, + [40] = { attackSpeedMultiplier = -30, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 153, }, }, }, statSets = { [1] = { @@ -9283,6 +10637,7 @@ skills["WhirlingSlashPlayer"] = { "is_area_damage", "sandstorm_swipe_display", "global_knockback", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -9363,6 +10718,7 @@ skills["WhirlingSlashPlayer"] = { stats = { "visual_hit_effect_physical_is_wind", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", "quality_display_sandstorm_swipe_is_gem", "base_skill_show_average_damage_instead_of_dps", @@ -9417,7 +10773,7 @@ skills["WhirlwindLancePlayer"] = { baseTypeName = "Whirlwind Lance", color = 2, description = "Throw a Spear with enough force to kick up a Whirlwind where it lands, Slowing enemies and Blinding them in its area of effect. Entering the Whirlwind collapses it, dealing damage and causing Knockback. Consumes a Frenzy Charge if possible to create the Whirlwind with one more than its normal maximum number of stages.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.CanRapidFire] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.SupportedByFountains] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Barrageable] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.SupportedByFountains] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -9426,46 +10782,46 @@ skills["WhirlwindLancePlayer"] = { { "sandstorm_swipe_storm_damage_+%_final_per_stage", 2 }, }, levels = { - [1] = { attackSpeedMultiplier = -40, baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 7, }, }, + [1] = { attackSpeedMultiplier = -40, baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -40, baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 29, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 32, }, }, + [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.33, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 33, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 2.96, levelRequirement = 72, cost = { Mana = 36, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 40, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 44, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 49, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 54, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 60, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 67, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 74, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 82, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 91, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 101, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 112, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 124, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 137, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 152, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 169, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 187, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 207, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 230, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 255, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 283, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 313, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 347, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 385, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 42, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 46, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 49, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 53, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 57, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 62, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 66, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 71, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 76, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 82, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 88, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 100, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 107, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 114, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 122, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 130, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 139, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 148, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 158, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 168, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 179, }, }, }, statSets = { [1] = { @@ -9479,7 +10835,7 @@ skills["WhirlwindLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_weapon_range_+", 65 }, }, stats = { @@ -9557,7 +10913,7 @@ skills["WhirlwindLancePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_weapon_range_+", 65 }, { "active_skill_base_area_of_effect_radius", 18 }, { "sandstorm_swipe_storm_radius_+_per_stage", 3 }, @@ -9566,10 +10922,10 @@ skills["WhirlwindLancePlayer"] = { { "active_skill_base_slow_debuff_movement_speed_+%_final", -30 }, { "sandstorm_swipe_storm_damage_+%_final_per_stage", 150 }, { "sandstorm_swipe_max_stages", 3 }, - { "windstorm_base_maximum_number_of_storms", 5 }, + { "windstorm_base_maximum_number_of_storms", 6 }, { "windstorm_gain_all_damage_%_as_corresponding_element_if_empowered", 50 }, { "sandstorm_swipe_nova_radius_+", 3 }, - { "base_skill_effect_duration", 8000 }, + { "base_skill_effect_duration", 15000 }, { "skill_specific_stat_description_mode", 1 }, }, stats = { @@ -9584,160 +10940,46 @@ skills["WhirlwindLancePlayer"] = { "base_skill_show_average_damage_instead_of_dps", }, levels = { - [1] = { baseMultiplier = 0.5, actorLevel = 1, }, - [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, - [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["TriggeredVoltaicMarkNovaPlayer"] = { - name = "Voltaic Nova", - hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.Nova] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.UseGlobalStats] = true, [SkillType.Lightning] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, - castTime = 1, - qualityStats = { - }, - levels = { - [1] = { critChance = 8, baseMultiplier = 1.1, levelRequirement = 0, }, - [2] = { critChance = 8, baseMultiplier = 1.21, levelRequirement = 0, }, - [3] = { critChance = 8, baseMultiplier = 1.34, levelRequirement = 0, }, - [4] = { critChance = 8, baseMultiplier = 1.47, levelRequirement = 0, }, - [5] = { critChance = 8, baseMultiplier = 1.6, levelRequirement = 0, }, - [6] = { critChance = 8, baseMultiplier = 1.73, levelRequirement = 0, }, - [7] = { critChance = 8, baseMultiplier = 1.87, levelRequirement = 0, }, - [8] = { critChance = 8, baseMultiplier = 2, levelRequirement = 0, }, - [9] = { critChance = 8, baseMultiplier = 2.12, levelRequirement = 0, }, - [10] = { critChance = 8, baseMultiplier = 2.26, levelRequirement = 0, }, - [11] = { critChance = 8, baseMultiplier = 2.41, levelRequirement = 0, }, - [12] = { critChance = 8, baseMultiplier = 2.57, levelRequirement = 0, }, - [13] = { critChance = 8, baseMultiplier = 2.74, levelRequirement = 0, }, - [14] = { critChance = 8, baseMultiplier = 2.93, levelRequirement = 0, }, - [15] = { critChance = 8, baseMultiplier = 3.13, levelRequirement = 0, }, - [16] = { critChance = 8, baseMultiplier = 3.36, levelRequirement = 0, }, - [17] = { critChance = 8, baseMultiplier = 3.61, levelRequirement = 0, }, - [18] = { critChance = 8, baseMultiplier = 3.87, levelRequirement = 0, }, - [19] = { critChance = 8, baseMultiplier = 4.17, levelRequirement = 0, }, - [20] = { critChance = 8, baseMultiplier = 4.49, levelRequirement = 0, }, - [21] = { critChance = 8, baseMultiplier = 4.84, levelRequirement = 0, }, - [22] = { critChance = 8, baseMultiplier = 5.21, levelRequirement = 0, }, - [23] = { critChance = 8, baseMultiplier = 5.62, levelRequirement = 0, }, - [24] = { critChance = 8, baseMultiplier = 6.05, levelRequirement = 0, }, - [25] = { critChance = 8, baseMultiplier = 6.52, levelRequirement = 0, }, - [26] = { critChance = 8, baseMultiplier = 7.02, levelRequirement = 0, }, - [27] = { critChance = 8, baseMultiplier = 7.56, levelRequirement = 0, }, - [28] = { critChance = 8, baseMultiplier = 8.15, levelRequirement = 0, }, - [29] = { critChance = 8, baseMultiplier = 8.78, levelRequirement = 0, }, - [30] = { critChance = 8, baseMultiplier = 9.46, levelRequirement = 0, }, - [31] = { critChance = 8, baseMultiplier = 10.19, levelRequirement = 0, }, - [32] = { critChance = 8, baseMultiplier = 10.97, levelRequirement = 0, }, - [33] = { critChance = 8, baseMultiplier = 11.82, levelRequirement = 0, }, - [34] = { critChance = 8, baseMultiplier = 12.74, levelRequirement = 0, }, - [35] = { critChance = 8, baseMultiplier = 13.72, levelRequirement = 0, }, - [36] = { critChance = 8, baseMultiplier = 14.78, levelRequirement = 0, }, - [37] = { critChance = 8, baseMultiplier = 15.92, levelRequirement = 0, }, - [38] = { critChance = 8, baseMultiplier = 17.15, levelRequirement = 0, }, - [39] = { critChance = 8, baseMultiplier = 18.48, levelRequirement = 0, }, - [40] = { critChance = 8, baseMultiplier = 19.91, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Nova", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "thaumaturgist_mark_nova", - baseFlags = { - nonWeaponAttack = true, - }, - constantStats = { - { "active_skill_base_area_of_effect_radius", 26 }, - { "active_skill_shock_chance_+%_final", 200 }, - }, - stats = { - "main_hand_weapon_minimum_lightning_damage", - "main_hand_weapon_maximum_lightning_damage", - "triggered_by_thaumaturgist_mark", - "replace_main_hand_unarmed_attack_stats_with_nothing_type", - "display_statset_hide_usage_stats", - }, - levels = { - [1] = { 1, 14, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1, 23, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 2, 35, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 3, 49, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 3, 63, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 4, 78, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 5, 94, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6, 110, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 7, 128, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 8, 146, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 9, 166, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 10, 186, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 11, 207, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 12, 228, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 13, 251, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 14, 274, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 16, 299, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 17, 324, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 18, 350, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 20, 377, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 21, 405, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 23, 433, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 24, 463, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 26, 493, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 28, 524, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 29, 556, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 31, 589, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 33, 622, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 35, 657, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 36, 692, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 38, 729, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 40, 766, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 42, 803, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 44, 842, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 46, 882, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 49, 922, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 51, 964, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 53, 1006, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 55, 1049, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 58, 1093, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.6, actorLevel = 1, }, + [2] = { baseMultiplier = 0.66, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.73, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.79, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.86, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.93, actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.06, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.12, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.19, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.25, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.33, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.41, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.5, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.59, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.69, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.8, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.91, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.04, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.17, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 2.32, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.47, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.64, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.81, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 3, actorLevel = 136.875, }, + [26] = { baseMultiplier = 3.2, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 3.41, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.64, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.88, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 4.14, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 4.42, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 4.71, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 5.03, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 5.36, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 5.72, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 6.1, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 6.51, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 6.94, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 7.4, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 7.89, actorLevel = 288.29998779297, }, }, }, } @@ -10024,56 +11266,56 @@ skills["WindSerpentsFuryPlayer"] = { name = "Wind Serpent's Fury", baseTypeName = "Wind Serpent's Fury", color = 2, - description = "Consume all Frenzy Charges to perform a gigantic spear thrust that Knocks Back enemies. For each Frenzy Charge consumed, a Wind Serpent follows in the spear's wake. Each Serpent also damages and Knocks Back enemies, and knocking an Enemy into terrain or another larger Enemy will cause a shockwave.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.HasUsageCondition] = true, [SkillType.Spear] = true, [SkillType.Sustained] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.RequiresCharges] = true, }, + description = "Consume all Frenzy Charges to perform a gigantic spear thrust that Knocks Back enemies. For each Frenzy Charge consumed, a Wind Serpent follows in the spear's wake. Each Serpent also damages and Knocks Back enemies.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.HasUsageCondition] = true, [SkillType.Spear] = true, [SkillType.Sustained] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.RequiresCharges] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, castTime = 1, qualityStats = { - { "knockback_distance_+%", 1.5 }, + { "active_skill_knockback_distance_+%_final", 1.5 }, }, levels = { [1] = { attackSpeedMultiplier = -60, baseMultiplier = 1.65, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { attackSpeedMultiplier = -60, baseMultiplier = 1.82, levelRequirement = 3, cost = { Mana = 11, }, }, - [3] = { attackSpeedMultiplier = -60, baseMultiplier = 2, levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { attackSpeedMultiplier = -60, baseMultiplier = 2.18, levelRequirement = 10, cost = { Mana = 14, }, }, - [5] = { attackSpeedMultiplier = -60, baseMultiplier = 2.36, levelRequirement = 14, cost = { Mana = 15, }, }, - [6] = { attackSpeedMultiplier = -60, baseMultiplier = 2.55, levelRequirement = 18, cost = { Mana = 17, }, }, - [7] = { attackSpeedMultiplier = -60, baseMultiplier = 2.74, levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { attackSpeedMultiplier = -60, baseMultiplier = 2.92, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { attackSpeedMultiplier = -60, baseMultiplier = 3.08, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { attackSpeedMultiplier = -60, baseMultiplier = 3.26, levelRequirement = 36, cost = { Mana = 26, }, }, - [11] = { attackSpeedMultiplier = -60, baseMultiplier = 3.45, levelRequirement = 41, cost = { Mana = 29, }, }, - [12] = { attackSpeedMultiplier = -60, baseMultiplier = 3.66, levelRequirement = 46, cost = { Mana = 32, }, }, - [13] = { attackSpeedMultiplier = -60, baseMultiplier = 3.88, levelRequirement = 52, cost = { Mana = 36, }, }, - [14] = { attackSpeedMultiplier = -60, baseMultiplier = 4.11, levelRequirement = 58, cost = { Mana = 40, }, }, - [15] = { attackSpeedMultiplier = -60, baseMultiplier = 4.37, levelRequirement = 64, cost = { Mana = 44, }, }, - [16] = { attackSpeedMultiplier = -60, baseMultiplier = 4.64, levelRequirement = 66, cost = { Mana = 49, }, }, + [3] = { attackSpeedMultiplier = -60, baseMultiplier = 2, levelRequirement = 6, cost = { Mana = 13, }, }, + [4] = { attackSpeedMultiplier = -60, baseMultiplier = 2.18, levelRequirement = 10, cost = { Mana = 15, }, }, + [5] = { attackSpeedMultiplier = -60, baseMultiplier = 2.36, levelRequirement = 14, cost = { Mana = 17, }, }, + [6] = { attackSpeedMultiplier = -60, baseMultiplier = 2.55, levelRequirement = 18, cost = { Mana = 19, }, }, + [7] = { attackSpeedMultiplier = -60, baseMultiplier = 2.74, levelRequirement = 22, cost = { Mana = 21, }, }, + [8] = { attackSpeedMultiplier = -60, baseMultiplier = 2.92, levelRequirement = 26, cost = { Mana = 24, }, }, + [9] = { attackSpeedMultiplier = -60, baseMultiplier = 3.08, levelRequirement = 31, cost = { Mana = 26, }, }, + [10] = { attackSpeedMultiplier = -60, baseMultiplier = 3.26, levelRequirement = 36, cost = { Mana = 29, }, }, + [11] = { attackSpeedMultiplier = -60, baseMultiplier = 3.45, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { attackSpeedMultiplier = -60, baseMultiplier = 3.66, levelRequirement = 46, cost = { Mana = 35, }, }, + [13] = { attackSpeedMultiplier = -60, baseMultiplier = 3.88, levelRequirement = 52, cost = { Mana = 38, }, }, + [14] = { attackSpeedMultiplier = -60, baseMultiplier = 4.11, levelRequirement = 58, cost = { Mana = 42, }, }, + [15] = { attackSpeedMultiplier = -60, baseMultiplier = 4.37, levelRequirement = 64, cost = { Mana = 46, }, }, + [16] = { attackSpeedMultiplier = -60, baseMultiplier = 4.64, levelRequirement = 66, cost = { Mana = 50, }, }, [17] = { attackSpeedMultiplier = -60, baseMultiplier = 4.94, levelRequirement = 72, cost = { Mana = 54, }, }, - [18] = { attackSpeedMultiplier = -60, baseMultiplier = 5.26, levelRequirement = 78, cost = { Mana = 60, }, }, - [19] = { attackSpeedMultiplier = -60, baseMultiplier = 5.6, levelRequirement = 84, cost = { Mana = 66, }, }, - [20] = { attackSpeedMultiplier = -60, baseMultiplier = 5.98, levelRequirement = 90, cost = { Mana = 74, }, }, - [21] = { attackSpeedMultiplier = -60, baseMultiplier = 6.37, levelRequirement = 90, cost = { Mana = 82, }, }, - [22] = { attackSpeedMultiplier = -60, baseMultiplier = 6.8, levelRequirement = 90, cost = { Mana = 91, }, }, - [23] = { attackSpeedMultiplier = -60, baseMultiplier = 7.25, levelRequirement = 90, cost = { Mana = 100, }, }, - [24] = { attackSpeedMultiplier = -60, baseMultiplier = 7.74, levelRequirement = 90, cost = { Mana = 111, }, }, - [25] = { attackSpeedMultiplier = -60, baseMultiplier = 8.25, levelRequirement = 90, cost = { Mana = 123, }, }, - [26] = { attackSpeedMultiplier = -60, baseMultiplier = 8.8, levelRequirement = 90, cost = { Mana = 137, }, }, - [27] = { attackSpeedMultiplier = -60, baseMultiplier = 9.39, levelRequirement = 90, cost = { Mana = 152, }, }, - [28] = { attackSpeedMultiplier = -60, baseMultiplier = 10.01, levelRequirement = 90, cost = { Mana = 168, }, }, - [29] = { attackSpeedMultiplier = -60, baseMultiplier = 10.68, levelRequirement = 90, cost = { Mana = 186, }, }, - [30] = { attackSpeedMultiplier = -60, baseMultiplier = 11.39, levelRequirement = 90, cost = { Mana = 207, }, }, - [31] = { attackSpeedMultiplier = -60, baseMultiplier = 12.15, levelRequirement = 90, cost = { Mana = 229, }, }, - [32] = { attackSpeedMultiplier = -60, baseMultiplier = 12.96, levelRequirement = 90, cost = { Mana = 254, }, }, - [33] = { attackSpeedMultiplier = -60, baseMultiplier = 13.82, levelRequirement = 90, cost = { Mana = 281, }, }, - [34] = { attackSpeedMultiplier = -60, baseMultiplier = 14.74, levelRequirement = 90, cost = { Mana = 312, }, }, - [35] = { attackSpeedMultiplier = -60, baseMultiplier = 15.72, levelRequirement = 90, cost = { Mana = 345, }, }, - [36] = { attackSpeedMultiplier = -60, baseMultiplier = 16.77, levelRequirement = 90, cost = { Mana = 383, }, }, - [37] = { attackSpeedMultiplier = -60, baseMultiplier = 17.89, levelRequirement = 90, cost = { Mana = 424, }, }, - [38] = { attackSpeedMultiplier = -60, baseMultiplier = 19.08, levelRequirement = 90, cost = { Mana = 470, }, }, - [39] = { attackSpeedMultiplier = -60, baseMultiplier = 20.35, levelRequirement = 90, cost = { Mana = 521, }, }, - [40] = { attackSpeedMultiplier = -60, baseMultiplier = 21.71, levelRequirement = 90, cost = { Mana = 577, }, }, + [18] = { attackSpeedMultiplier = -60, baseMultiplier = 5.26, levelRequirement = 78, cost = { Mana = 59, }, }, + [19] = { attackSpeedMultiplier = -60, baseMultiplier = 5.6, levelRequirement = 84, cost = { Mana = 63, }, }, + [20] = { attackSpeedMultiplier = -60, baseMultiplier = 5.98, levelRequirement = 90, cost = { Mana = 69, }, }, + [21] = { attackSpeedMultiplier = -60, baseMultiplier = 6.37, levelRequirement = 90, cost = { Mana = 74, }, }, + [22] = { attackSpeedMultiplier = -60, baseMultiplier = 6.8, levelRequirement = 90, cost = { Mana = 80, }, }, + [23] = { attackSpeedMultiplier = -60, baseMultiplier = 7.25, levelRequirement = 90, cost = { Mana = 86, }, }, + [24] = { attackSpeedMultiplier = -60, baseMultiplier = 7.74, levelRequirement = 90, cost = { Mana = 93, }, }, + [25] = { attackSpeedMultiplier = -60, baseMultiplier = 8.25, levelRequirement = 90, cost = { Mana = 100, }, }, + [26] = { attackSpeedMultiplier = -60, baseMultiplier = 8.8, levelRequirement = 90, cost = { Mana = 107, }, }, + [27] = { attackSpeedMultiplier = -60, baseMultiplier = 9.39, levelRequirement = 90, cost = { Mana = 115, }, }, + [28] = { attackSpeedMultiplier = -60, baseMultiplier = 10.01, levelRequirement = 90, cost = { Mana = 123, }, }, + [29] = { attackSpeedMultiplier = -60, baseMultiplier = 10.68, levelRequirement = 90, cost = { Mana = 132, }, }, + [30] = { attackSpeedMultiplier = -60, baseMultiplier = 11.39, levelRequirement = 90, cost = { Mana = 141, }, }, + [31] = { attackSpeedMultiplier = -60, baseMultiplier = 12.15, levelRequirement = 90, cost = { Mana = 151, }, }, + [32] = { attackSpeedMultiplier = -60, baseMultiplier = 12.96, levelRequirement = 90, cost = { Mana = 161, }, }, + [33] = { attackSpeedMultiplier = -60, baseMultiplier = 13.82, levelRequirement = 90, cost = { Mana = 172, }, }, + [34] = { attackSpeedMultiplier = -60, baseMultiplier = 14.74, levelRequirement = 90, cost = { Mana = 184, }, }, + [35] = { attackSpeedMultiplier = -60, baseMultiplier = 15.72, levelRequirement = 90, cost = { Mana = 196, }, }, + [36] = { attackSpeedMultiplier = -60, baseMultiplier = 16.77, levelRequirement = 90, cost = { Mana = 209, }, }, + [37] = { attackSpeedMultiplier = -60, baseMultiplier = 17.89, levelRequirement = 90, cost = { Mana = 223, }, }, + [38] = { attackSpeedMultiplier = -60, baseMultiplier = 19.08, levelRequirement = 90, cost = { Mana = 237, }, }, + [39] = { attackSpeedMultiplier = -60, baseMultiplier = 20.35, levelRequirement = 90, cost = { Mana = 253, }, }, + [40] = { attackSpeedMultiplier = -60, baseMultiplier = 21.71, levelRequirement = 90, cost = { Mana = 269, }, }, }, statSets = { [1] = { @@ -10095,6 +11337,7 @@ skills["WindSerpentsFuryPlayer"] = { stats = { "is_area_damage", "visual_hit_effect_physical_is_wind", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -10160,6 +11403,7 @@ skills["WindSerpentsFuryPlayer"] = { stats = { "is_area_damage", "visual_hit_effect_physical_is_wind", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { baseMultiplier = 0.55, actorLevel = 1, }, @@ -10204,67 +11448,5 @@ skills["WindSerpentsFuryPlayer"] = { [40] = { baseMultiplier = 7.24, actorLevel = 288.29998779297, }, }, }, - [3] = { - label = "Shockwave", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "serpent_spear_statset_2", - baseFlags = { - attack = true, - area = true, - melee = true, - }, - constantStats = { - { "active_skill_requires_X_frenzy_charges", 1 }, - { "knockback_distance_+%_final_vs_unique_enemies", 200 }, - { "active_skill_base_area_of_effect_radius", 20 }, - }, - stats = { - "is_area_damage", - "visual_hit_effect_physical_is_wind", - "cannot_knockback", - }, - levels = { - [1] = { baseMultiplier = 0.75, actorLevel = 1, }, - [2] = { baseMultiplier = 0.82, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.91, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.99, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.07, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.16, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.25, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.33, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 1.4, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 1.48, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.57, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.66, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.76, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.87, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.98, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 2.11, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 2.24, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 2.39, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 2.55, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 2.72, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 2.9, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 3.09, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 3.3, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 3.52, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 3.75, actorLevel = 136.875, }, - [26] = { baseMultiplier = 4, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 4.27, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 4.55, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 4.85, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 5.18, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 5.52, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 5.89, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 6.28, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 6.7, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 7.15, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 7.62, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 8.13, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 8.67, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 9.25, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 9.87, actorLevel = 288.29998779297, }, - }, - }, } } \ No newline at end of file diff --git a/src/Data/Skills/act_int.lua b/src/Data/Skills/act_int.lua index a25224ea9e..0e31d2f556 100644 --- a/src/Data/Skills/act_int.lua +++ b/src/Data/Skills/act_int.lua @@ -10,61 +10,61 @@ skills["ArcPlayer"] = { name = "Arc", baseTypeName = "Arc", color = 3, - description = "An arc of Lightning stretches from the caster to a targeted enemy and Chains on to other nearby enemies. Shocked enemies Hit release damaging pulses.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, + description = "An arc of Lightning stretches from the caster to a targeted enemy and Chains on to other nearby enemies. Consumes a Lightning Infusion if possible to deal more damage and Chain further.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.1, qualityStats = { - { "arc_damage_+%_final_for_each_remaining_chain", 0.1 }, + { "number_of_chains", 0.1 }, }, levels = { [1] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 3, cost = { Mana = 10, }, }, + [2] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 6, cost = { Mana = 11, }, }, [4] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 10, cost = { Mana = 12, }, }, [5] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 22, cost = { Mana = 18, }, }, - [8] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 36, cost = { Mana = 27, }, }, - [11] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 41, cost = { Mana = 30, }, }, - [12] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 46, cost = { Mana = 34, }, }, + [6] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 36, cost = { Mana = 28, }, }, + [11] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 41, cost = { Mana = 31, }, }, + [12] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 46, cost = { Mana = 35, }, }, [13] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 52, cost = { Mana = 39, }, }, [14] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 58, cost = { Mana = 44, }, }, - [15] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 64, cost = { Mana = 50, }, }, - [16] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 66, cost = { Mana = 56, }, }, - [17] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 72, cost = { Mana = 64, }, }, - [18] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 78, cost = { Mana = 72, }, }, - [19] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 93, }, }, - [21] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 105, }, }, - [22] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 119, }, }, - [23] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 135, }, }, - [24] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 153, }, }, - [25] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 173, }, }, - [26] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 196, }, }, - [27] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 222, }, }, - [28] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 251, }, }, - [29] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 284, }, }, - [30] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 322, }, }, - [31] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 364, }, }, - [32] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 412, }, }, - [33] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 466, }, }, - [34] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 528, }, }, - [35] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 598, }, }, - [36] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 676, }, }, - [37] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 765, }, }, - [38] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 866, }, }, - [39] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 980, }, }, - [40] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 1110, }, }, + [15] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 64, cost = { Mana = 49, }, }, + [16] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 66, cost = { Mana = 54, }, }, + [17] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 72, cost = { Mana = 60, }, }, + [18] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 78, cost = { Mana = 67, }, }, + [19] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 84, cost = { Mana = 74, }, }, + [20] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 81, }, }, + [21] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 90, }, }, + [22] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 99, }, }, + [23] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 109, }, }, + [24] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 120, }, }, + [25] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 132, }, }, + [26] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 145, }, }, + [27] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 159, }, }, + [28] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 174, }, }, + [29] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 190, }, }, + [30] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 208, }, }, + [31] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 228, }, }, + [32] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 249, }, }, + [33] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 271, }, }, + [34] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 296, }, }, + [35] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 323, }, }, + [36] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 352, }, }, + [37] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 383, }, }, + [38] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 417, }, }, + [39] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 454, }, }, + [40] = { critChance = 9, PvPDamageMultiplier = -25, levelRequirement = 90, cost = { Mana = 494, }, }, }, statSets = { [1] = { label = "Arc", - baseEffectiveness = 2.5, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "arc", + baseEffectiveness = 1.75, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "skill_stat_descriptions", statMap = { ["arc_damage_+%_final_for_each_remaining_chain"] = { mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "ChainRemaining" }), @@ -76,147 +76,75 @@ skills["ArcPlayer"] = { baseFlags = { spell = true, chaining = true, + projectile = true, }, constantStats = { - { "arc_chain_distance", 35 }, + { "arc_damage_+%_final_from_infusion_consumption", 200 }, + { "arc_chains_gained_from_infusion_consumption", 6 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_shock_effect_+%_final", 50 }, }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_chains", + "base_is_projectile", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", "disable_visual_hit_effect", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", - "quality_display_arc_is_gem", - "arc_chain_explode_shocked_enemies", - "never_shock", - }, - levels = { - [1] = { 3, 17, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 4, 23, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 5, 31, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 7, 41, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 9, 51, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 11, 63, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 13, 76, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 16, 90, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 19, 107, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 22, 125, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 26, 145, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 29, 167, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 34, 191, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, 219, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 44, 249, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 50, 283, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 57, 321, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 64, 363, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 72, 410, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 82, 462, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 92, 521, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 103, 586, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 116, 658, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 130, 739, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 147, 830, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 164, 932, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 185, 1046, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 207, 1174, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 232, 1317, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 261, 1478, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 293, 1658, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 329, 1862, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 369, 2091, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 414, 2348, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 466, 2639, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 524, 2968, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 589, 3338, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 663, 3758, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 747, 4232, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 842, 4770, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - [2] = { - label = "Pulse", - baseEffectiveness = 1.5, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "arc", - statMap = { - ["arc_damage_+%_final_for_each_remaining_chain"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "ChainRemaining" }), - }, - ["quality_display_arc_is_gem"] = { - -- Display only - }, - }, - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "arc_chain_distance", 35 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_base_area_of_effect_radius", 15 }, + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_lightning_infusion", }, - stats = { - "spell_minimum_base_lightning_damage", - "spell_maximum_base_lightning_damage", + notMinionStat = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", - "number_of_chains", - "can_perform_skill_while_moving", - "should_use_additive_aiming_animation", - "quality_display_arc_is_gem", - "arc_chain_explode_shocked_enemies", - "never_shock", - "is_area_damage", - "display_statset_hide_usage_stats", }, levels = { - [1] = { 0, 0, 2, 10, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 2, 14, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 3, 19, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 4, 24, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 5, 31, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 7, 38, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 8, 46, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 10, 54, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 11, 64, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 13, 75, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 15, 87, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 18, 100, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 20, 115, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 23, 131, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 26, 150, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 30, 170, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 34, 193, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 38, 218, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 43, 246, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 49, 277, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 55, 312, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 62, 351, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 70, 395, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 78, 444, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 88, 498, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 99, 559, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 111, 628, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 124, 704, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 139, 790, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 156, 887, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 176, 995, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 197, 1117, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 221, 1254, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 249, 1409, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 279, 1584, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 314, 1781, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 353, 2003, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 398, 2255, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 448, 2539, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 505, 2862, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 13, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 1, 17, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1, 24, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 2, 31, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 2, 39, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 3, 48, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 3, 58, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 4, 69, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 4, 82, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 5, 96, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6, 112, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 7, 130, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 8, 151, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 9, 174, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 10, 199, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 12, 228, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 14, 261, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 16, 298, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 18, 339, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 20, 386, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 23, 439, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 26, 499, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 30, 567, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 34, 644, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 38, 731, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 44, 830, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 50, 943, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 56, 1071, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 64, 1217, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 73, 1384, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 83, 1574, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 94, 1791, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 107, 2039, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 122, 2324, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 139, 2650, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 159, 3024, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 182, 3454, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 208, 3949, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 238, 4518, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 272, 5175, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -229,7 +157,7 @@ skills["ArchmagePlayer"] = { skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Lightning] = true, }, castTime = 1, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, @@ -290,7 +218,7 @@ skills["ArchmagePlayer"] = { baseFlags = { }, constantStats = { - { "archmage_all_damage_%_to_gain_as_lightning_to_grant_to_non_channelling_spells_per_100_max_mana", 3 }, + { "archmage_all_damage_%_to_gain_as_lightning_to_grant_to_non_channelling_spells_per_100_max_mana", 4 }, }, stats = { "archmage_max_mana_permyriad_to_add_to_non_channelled_spell_mana_cost", @@ -397,8 +325,8 @@ skills["ArcticArmourPlayer"] = { [1] = { label = "Arctic Armour", baseEffectiveness = 2.1800000667572, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "skill_stat_descriptions", baseFlags = { spell = true, @@ -412,44 +340,44 @@ skills["ArcticArmourPlayer"] = { levels = { [1] = { 7, 10, 2, 1250, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, [2] = { 9, 14, 2, 1175, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 13, 19, 2, 1150, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 17, 25, 3, 1125, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 21, 31, 3, 1100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 26, 39, 3, 1075, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 31, 47, 3, 1050, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 37, 56, 3, 1025, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 44, 66, 3, 1000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 51, 77, 3, 975, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 59, 89, 4, 950, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [3] = { 12, 19, 2, 1150, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 16, 24, 3, 1125, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 20, 31, 3, 1100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 25, 38, 3, 1075, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 30, 46, 3, 1050, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 36, 54, 3, 1025, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 43, 65, 3, 1000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 51, 76, 3, 975, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 59, 88, 4, 950, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 68, 103, 4, 925, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 79, 118, 4, 900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 90, 135, 4, 875, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 102, 154, 4, 850, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 174, 4, 825, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 132, 198, 4, 800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 149, 224, 4, 775, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 168, 252, 4, 750, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 190, 285, 5, 725, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 214, 320, 5, 700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 240, 360, 5, 675, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 270, 405, 5, 650, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 303, 455, 5, 625, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 341, 511, 5, 600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 382, 574, 5, 575, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 429, 644, 6, 550, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 482, 722, 6, 525, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 540, 811, 6, 500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 606, 910, 6, 475, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 681, 1021, 6, 450, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 764, 1146, 7, 425, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 858, 1287, 7, 400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 964, 1446, 7, 375, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1083, 1625, 7, 350, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1218, 1827, 7, 325, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1370, 2055, 8, 300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1542, 2313, 8, 275, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1737, 2605, 8, 250, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1957, 2936, 8, 225, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [13] = { 79, 119, 4, 900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 91, 137, 4, 875, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 105, 157, 4, 850, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 120, 180, 4, 825, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 137, 205, 4, 800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 156, 234, 4, 775, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 178, 267, 4, 750, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 203, 304, 5, 725, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 230, 346, 5, 700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 262, 393, 5, 675, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 297, 446, 5, 650, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 338, 507, 5, 625, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 384, 575, 5, 600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 436, 653, 5, 575, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 495, 742, 6, 550, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 562, 843, 6, 525, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 639, 958, 6, 500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 726, 1089, 6, 475, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 826, 1238, 6, 450, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 939, 1409, 7, 425, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1070, 1605, 7, 400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1219, 1828, 7, 375, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1390, 2085, 7, 350, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1586, 2379, 7, 325, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1812, 2717, 8, 300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2071, 3107, 8, 275, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2370, 3555, 8, 250, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2714, 4072, 8, 225, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -458,61 +386,61 @@ skills["BallLightningPlayer"] = { name = "Ball Lightning", baseTypeName = "Ball Lightning", color = 3, - description = "Fire a slow-moving orb Projectile that moves through enemies. The orb itself does not Hit enemies, but repeatedly shoots bolts of Lightning at nearby targets.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Sustained] = true, }, + description = "Fire a slow-moving Projectile that moves through enemies. The Projectile itself does not Hit enemies, but repeatedly discharges bolts of Lightning at nearby enemies. Consumes a Fire Infusion if possible to slow down over time, create Ignited Ground as it travels, and explode dealing Fire damage in an Area after it dissipates.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Sustained] = true, [SkillType.NoAttackInPlace] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, }, castTime = 1, qualityStats = { { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { - [1] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 0, cost = { Mana = 10, }, }, + [1] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 3, cost = { Mana = 11, }, }, [3] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 6, cost = { Mana = 13, }, }, [4] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 10, cost = { Mana = 15, }, }, [5] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 14, cost = { Mana = 17, }, }, [6] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 18, cost = { Mana = 19, }, }, - [7] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 22, cost = { Mana = 21, }, }, - [8] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 26, cost = { Mana = 24, }, }, - [9] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 31, cost = { Mana = 28, }, }, - [10] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 36, cost = { Mana = 31, }, }, - [11] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 41, cost = { Mana = 36, }, }, - [12] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 46, cost = { Mana = 40, }, }, + [7] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 22, cost = { Mana = 22, }, }, + [8] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 26, cost = { Mana = 25, }, }, + [9] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 31, cost = { Mana = 29, }, }, + [10] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 36, cost = { Mana = 33, }, }, + [11] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 41, cost = { Mana = 37, }, }, + [12] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 46, cost = { Mana = 41, }, }, [13] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 52, cost = { Mana = 46, }, }, - [14] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 58, cost = { Mana = 52, }, }, - [15] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 64, cost = { Mana = 59, }, }, - [16] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 66, cost = { Mana = 66, }, }, - [17] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 72, cost = { Mana = 75, }, }, - [18] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 78, cost = { Mana = 85, }, }, - [19] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 84, cost = { Mana = 96, }, }, - [20] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 109, }, }, - [21] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 124, }, }, - [22] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 140, }, }, - [23] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 159, }, }, - [24] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 180, }, }, - [25] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 203, }, }, - [26] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 230, }, }, - [27] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 260, }, }, - [28] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 295, }, }, - [29] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 334, }, }, - [30] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 378, }, }, - [31] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 428, }, }, - [32] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 484, }, }, - [33] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 548, }, }, - [34] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 620, }, }, - [35] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 702, }, }, - [36] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 794, }, }, - [37] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 899, }, }, - [38] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 1017, }, }, - [39] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 1151, }, }, - [40] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 1303, }, }, + [14] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 58, cost = { Mana = 51, }, }, + [15] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 64, cost = { Mana = 57, }, }, + [16] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 66, cost = { Mana = 64, }, }, + [17] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 72, cost = { Mana = 71, }, }, + [18] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 78, cost = { Mana = 78, }, }, + [19] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 84, cost = { Mana = 87, }, }, + [20] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 96, }, }, + [21] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 106, }, }, + [22] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 116, }, }, + [23] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 128, }, }, + [24] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 141, }, }, + [25] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 155, }, }, + [26] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 170, }, }, + [27] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 186, }, }, + [28] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 204, }, }, + [29] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 223, }, }, + [30] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 244, }, }, + [31] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 267, }, }, + [32] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 292, }, }, + [33] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 319, }, }, + [34] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 348, }, }, + [35] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 379, }, }, + [36] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 413, }, }, + [37] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 450, }, }, + [38] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 490, }, }, + [39] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 533, }, }, + [40] = { critChance = 9, PvPDamageMultiplier = -40, levelRequirement = 90, cost = { Mana = 580, }, }, }, statSets = { [1] = { label = "Ball Lightning", baseEffectiveness = 0.36000001430511, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0054999999701977, - statDescriptionScope = "ball_lightning", + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "ball_lightning_statset_0", statMap = { ["ball_lightning_base_hit_frequency_ms"] = { skill("hitTimeOverride", nil), @@ -528,9 +456,11 @@ skills["BallLightningPlayer"] = { { "active_skill_shock_chance_+%_final", 750 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_area_of_effect_radius", 18 }, { "ball_lightning_base_hit_frequency_ms", 200 }, + { "ball_lightning_infused_acceleration", -25 }, + { "ball_lightning_infused_burning_ground_interval_ms", 350 }, }, stats = { "spell_minimum_base_lightning_damage", @@ -539,6 +469,12 @@ skills["BallLightningPlayer"] = { "is_area_damage", "can_perform_skill_while_moving", "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_fire_infusion", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", }, levels = { [1] = { 1, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, @@ -549,38 +485,200 @@ skills["BallLightningPlayer"] = { [6] = { 1, 10, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, [7] = { 1, 12, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, [8] = { 1, 14, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 1, 17, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [9] = { 1, 16, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, [10] = { 1, 19, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, [11] = { 1, 22, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 1, 25, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 2, 29, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, [14] = { 2, 33, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 2, 37, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 2, 42, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 2, 47, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 3, 53, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 3, 59, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 3, 66, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 4, 73, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 4, 82, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 5, 91, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 5, 101, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 6, 112, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 7, 124, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7, 138, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 8, 153, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 9, 170, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 10, 188, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 11, 209, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 12, 231, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 13, 256, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 15, 284, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 17, 315, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 18, 349, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 20, 387, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 23, 430, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 25, 477, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 28, 530, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [15] = { 2, 38, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 2, 43, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 3, 49, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 3, 55, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 3, 62, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 4, 70, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 4, 79, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 5, 89, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 5, 100, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 6, 112, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7, 126, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 7, 142, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 8, 159, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 9, 179, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 11, 201, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 12, 225, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 13, 253, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 15, 285, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 17, 320, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 19, 360, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 21, 405, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 24, 455, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 27, 513, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 30, 578, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 34, 651, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 39, 735, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Fire-Infused", + baseEffectiveness = 3.5, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "ball_lightning_statset_1", + baseFlags = { + spell = true, + area = true, + projectile = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "ball_lightning_infused_acceleration", -25 }, + { "ball_lightning_infused_burning_ground_interval_ms", 350 }, + { "active_skill_base_secondary_area_of_effect_radius", 26 }, + }, + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "base_is_projectile", + "is_area_damage", + "can_perform_skill_while_moving", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_fire_infusion", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 0, 0, 11, 16, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 15, 22, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 20, 30, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 26, 38, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 32, 48, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 39, 59, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 47, 71, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 56, 85, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 66, 100, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 78, 116, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 90, 135, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 104, 155, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 119, 178, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 136, 204, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 155, 232, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 176, 264, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 199, 299, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 225, 338, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 255, 382, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 287, 431, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 323, 485, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 364, 546, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 409, 614, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 460, 690, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 517, 775, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 580, 871, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 652, 978, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 732, 1098, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 822, 1233, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 923, 1385, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 1037, 1555, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 1165, 1747, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 1309, 1964, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 1472, 2208, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 1656, 2484, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 1864, 2796, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 2099, 3148, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 2365, 3547, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 2666, 3999, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 3008, 4512, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Ignited Ground", + baseEffectiveness = 4, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "ball_lightning_statset_2", + baseFlags = { + spell = true, + area = true, + projectile = true, + duration = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "ball_lightning_infused_acceleration", -25 }, + { "ball_lightning_infused_burning_ground_interval_ms", 350 }, + { "active_skill_base_tertiary_area_of_effect_radius", 9 }, + { "base_skill_effect_duration", 4000 }, + }, + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "base_is_projectile", + "is_area_damage", + "can_perform_skill_while_moving", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_fire_infusion", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 0, 0, 12, 19, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 17, 25, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 23, 34, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 30, 45, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 38, 57, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 47, 71, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 57, 86, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 69, 104, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 82, 123, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 97, 146, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 114, 172, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 134, 201, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 156, 234, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 181, 271, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 209, 314, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 242, 363, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 279, 419, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 321, 482, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 370, 555, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 425, 638, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 488, 733, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 561, 841, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 644, 966, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 740, 1110, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 850, 1275, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 977, 1465, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 1123, 1684, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 1291, 1937, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 1486, 2229, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 1711, 2567, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 1973, 2959, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 2276, 3414, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 2628, 3942, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 3037, 4556, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 3515, 5272, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 4071, 6107, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 4722, 7083, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 5483, 8224, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 6374, 9561, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 7420, 11131, critChance = 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -590,7 +688,7 @@ skills["MetaBarrierInvocationPlayer"] = { baseTypeName = "Barrier Invocation", color = 3, description = "While active, gains Energy when your Energy Shield is damaged by Enemy Hits. Using the Invocation once sufficient Energy is gathered will consume the Energy to trigger socketed Spells, and can trigger them multiple times if it has enough Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Invocation] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Invocation] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { { "energy_generated_+%", 0.75 }, @@ -705,6 +803,8 @@ skills["SupportBarrierInvocationPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -751,7 +851,7 @@ skills["SupportBarrierInvocationPlayer"] = { [1] = { label = "SupportBarrierInvocationPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -759,8 +859,7 @@ skills["SupportBarrierInvocationPlayer"] = { }, stats = { "triggered_by_generic_ongoing_trigger", - "display_generic_ongoing_triggerer_is_invocation_skill", - "skill_cannot_generate_energy", + "generic_ongoing_triggerer_is_invocation_skill", }, levels = { [1] = { actorLevel = 1, }, @@ -815,7 +914,7 @@ skills["BlasphemyPlayer"] = { skillTypes = { [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.AreaSpell] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Meta] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.IsBlasphemy] = true, }, castTime = 0, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -933,6 +1032,8 @@ skills["SupportBlasphemyPlayer"] = { excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.OR, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.NOT, SkillType.AND, SkillType.SupportedByHourglass, }, isTrigger = true, ignoreMinionTypes = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -979,7 +1080,7 @@ skills["SupportBlasphemyPlayer"] = { [1] = { label = "Curses", incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", statMap = { ["support_blasphemy_curse_effect_+%_final"] = { mod("CurseEffect", "MORE", nil), @@ -1047,7 +1148,7 @@ skills["BlinkReservationPlayer"] = { baseTypeName = "Blink", color = 3, description = "While active, replaces your dodge roll with a short-cooldown Spell that allows you to tunnel through space, instantly reappearing a medium distance away.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, }, + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.DodgeReplacement] = true, [SkillType.ReserveInAllSets] = true, }, castTime = 1, qualityStats = { }, @@ -1153,7 +1254,7 @@ skills["BlinkPlayer"] = { name = "Blink", hidden = true, description = "While active, replaces your dodge roll with a short-cooldown Spell that allows you to tunnel through space, instantly reappearing a medium distance away.", - skillTypes = { [SkillType.UsableWhileShapeshifted] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spell] = true, [SkillType.Cooldown] = true, [SkillType.Travel] = true, }, + skillTypes = { [SkillType.UsableWhileShapeshifted] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Spell] = true, [SkillType.Cooldown] = true, [SkillType.Travel] = true, [SkillType.CanCancelActions] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "base_cooldown_speed_+%", 0.5 }, @@ -1269,7 +1370,7 @@ skills["BoneBlastPlayer"] = { fromItem = true, color = 3, description = "Conjure a circle of ritual inscriptions that last for a short duration. When the duration ends, spikes of bone erupt from enemies in the area, damaging them and potentially causing Bleeding.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.Cascadable] = true, [SkillType.CreatesGroundRune] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.Cascadable] = true, [SkillType.CreatesGroundRune] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.75, qualityStats = { { "active_skill_base_area_of_effect_radius", 0.2 }, @@ -1319,9 +1420,9 @@ skills["BoneBlastPlayer"] = { statSets = { [1] = { label = "Bone Blast", - baseEffectiveness = 1.9099999666214, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 2.1300001144409, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "bone_blast", baseFlags = { spell = true, @@ -1333,7 +1434,7 @@ skills["BoneBlastPlayer"] = { { "active_skill_base_area_of_effect_radius", 10 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_chance_to_inflict_bleeding_%", 40 }, }, stats = { @@ -1342,47 +1443,51 @@ skills["BoneBlastPlayer"] = { "is_area_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { - [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 47, 71, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 55, 82, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 74, 111, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 85, 128, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 98, 147, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 112, 168, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 128, 192, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 146, 220, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 167, 250, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 190, 285, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 216, 324, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 246, 369, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 279, 419, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 317, 476, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 361, 541, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 410, 614, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 465, 698, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 529, 793, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 601, 901, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 683, 1024, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 777, 1165, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 884, 1326, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1007, 1510, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1147, 1721, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1308, 1963, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1493, 2240, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1706, 2559, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1950, 2925, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2232, 3348, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2556, 3835, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 18, 27, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 23, 34, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 28, 43, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 35, 52, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 43, 64, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 52, 78, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 61, 91, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 71, 107, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 83, 124, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 96, 145, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 112, 167, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 129, 193, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 149, 223, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 171, 257, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 197, 295, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 226, 339, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 260, 390, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 299, 448, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 343, 515, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 394, 591, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 453, 679, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 520, 780, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 598, 897, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 688, 1031, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 791, 1187, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 911, 1367, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1050, 1576, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1212, 1818, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1399, 2099, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1617, 2426, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1872, 2807, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2168, 3252, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2514, 3772, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2920, 4379, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3394, 5091, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3951, 5927, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1391,60 +1496,60 @@ skills["BoneCagePlayer"] = { name = "Bone Cage", baseTypeName = "Bone Cage", color = 3, - description = "Raise a ring of bone spikes around you. The spikes are destroyed when enemies touch them, damaging and Pinning those enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, }, + description = "Raise a ring of bone spikes around you. The spikes are destroyed when enemies touch them, damaging and Pinning those enemies. Raising a new ring of spikes destroys the previous one.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Unleashable] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { { "active_skill_pins_as_though_dealt_damage_+%_final", 2.5 }, }, levels = { - [1] = { critChance = 15, levelRequirement = 0, cost = { Mana = 8, }, }, + [1] = { critChance = 15, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { critChance = 15, levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { critChance = 15, levelRequirement = 6, cost = { Mana = 11, }, }, + [3] = { critChance = 15, levelRequirement = 6, cost = { Mana = 10, }, }, [4] = { critChance = 15, levelRequirement = 10, cost = { Mana = 12, }, }, [5] = { critChance = 15, levelRequirement = 14, cost = { Mana = 14, }, }, [6] = { critChance = 15, levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { critChance = 15, levelRequirement = 22, cost = { Mana = 18, }, }, - [8] = { critChance = 15, levelRequirement = 26, cost = { Mana = 20, }, }, - [9] = { critChance = 15, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { critChance = 15, levelRequirement = 36, cost = { Mana = 26, }, }, - [11] = { critChance = 15, levelRequirement = 41, cost = { Mana = 30, }, }, + [7] = { critChance = 15, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { critChance = 15, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { critChance = 15, levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { critChance = 15, levelRequirement = 36, cost = { Mana = 27, }, }, + [11] = { critChance = 15, levelRequirement = 41, cost = { Mana = 31, }, }, [12] = { critChance = 15, levelRequirement = 46, cost = { Mana = 34, }, }, - [13] = { critChance = 15, levelRequirement = 52, cost = { Mana = 38, }, }, + [13] = { critChance = 15, levelRequirement = 52, cost = { Mana = 39, }, }, [14] = { critChance = 15, levelRequirement = 58, cost = { Mana = 43, }, }, - [15] = { critChance = 15, levelRequirement = 64, cost = { Mana = 49, }, }, - [16] = { critChance = 15, levelRequirement = 66, cost = { Mana = 56, }, }, - [17] = { critChance = 15, levelRequirement = 72, cost = { Mana = 63, }, }, - [18] = { critChance = 15, levelRequirement = 78, cost = { Mana = 71, }, }, - [19] = { critChance = 15, levelRequirement = 84, cost = { Mana = 81, }, }, - [20] = { critChance = 15, levelRequirement = 90, cost = { Mana = 92, }, }, - [21] = { critChance = 15, levelRequirement = 90, cost = { Mana = 104, }, }, - [22] = { critChance = 15, levelRequirement = 90, cost = { Mana = 117, }, }, - [23] = { critChance = 15, levelRequirement = 90, cost = { Mana = 133, }, }, - [24] = { critChance = 15, levelRequirement = 90, cost = { Mana = 151, }, }, - [25] = { critChance = 15, levelRequirement = 90, cost = { Mana = 171, }, }, - [26] = { critChance = 15, levelRequirement = 90, cost = { Mana = 193, }, }, - [27] = { critChance = 15, levelRequirement = 90, cost = { Mana = 219, }, }, - [28] = { critChance = 15, levelRequirement = 90, cost = { Mana = 247, }, }, - [29] = { critChance = 15, levelRequirement = 90, cost = { Mana = 280, }, }, - [30] = { critChance = 15, levelRequirement = 90, cost = { Mana = 317, }, }, - [31] = { critChance = 15, levelRequirement = 90, cost = { Mana = 359, }, }, - [32] = { critChance = 15, levelRequirement = 90, cost = { Mana = 406, }, }, - [33] = { critChance = 15, levelRequirement = 90, cost = { Mana = 460, }, }, - [34] = { critChance = 15, levelRequirement = 90, cost = { Mana = 520, }, }, - [35] = { critChance = 15, levelRequirement = 90, cost = { Mana = 589, }, }, - [36] = { critChance = 15, levelRequirement = 90, cost = { Mana = 666, }, }, - [37] = { critChance = 15, levelRequirement = 90, cost = { Mana = 754, }, }, - [38] = { critChance = 15, levelRequirement = 90, cost = { Mana = 854, }, }, - [39] = { critChance = 15, levelRequirement = 90, cost = { Mana = 966, }, }, - [40] = { critChance = 15, levelRequirement = 90, cost = { Mana = 1093, }, }, + [15] = { critChance = 15, levelRequirement = 64, cost = { Mana = 48, }, }, + [16] = { critChance = 15, levelRequirement = 66, cost = { Mana = 53, }, }, + [17] = { critChance = 15, levelRequirement = 72, cost = { Mana = 59, }, }, + [18] = { critChance = 15, levelRequirement = 78, cost = { Mana = 66, }, }, + [19] = { critChance = 15, levelRequirement = 84, cost = { Mana = 73, }, }, + [20] = { critChance = 15, levelRequirement = 90, cost = { Mana = 80, }, }, + [21] = { critChance = 15, levelRequirement = 90, cost = { Mana = 89, }, }, + [22] = { critChance = 15, levelRequirement = 90, cost = { Mana = 98, }, }, + [23] = { critChance = 15, levelRequirement = 90, cost = { Mana = 107, }, }, + [24] = { critChance = 15, levelRequirement = 90, cost = { Mana = 118, }, }, + [25] = { critChance = 15, levelRequirement = 90, cost = { Mana = 130, }, }, + [26] = { critChance = 15, levelRequirement = 90, cost = { Mana = 143, }, }, + [27] = { critChance = 15, levelRequirement = 90, cost = { Mana = 156, }, }, + [28] = { critChance = 15, levelRequirement = 90, cost = { Mana = 171, }, }, + [29] = { critChance = 15, levelRequirement = 90, cost = { Mana = 187, }, }, + [30] = { critChance = 15, levelRequirement = 90, cost = { Mana = 205, }, }, + [31] = { critChance = 15, levelRequirement = 90, cost = { Mana = 224, }, }, + [32] = { critChance = 15, levelRequirement = 90, cost = { Mana = 245, }, }, + [33] = { critChance = 15, levelRequirement = 90, cost = { Mana = 267, }, }, + [34] = { critChance = 15, levelRequirement = 90, cost = { Mana = 292, }, }, + [35] = { critChance = 15, levelRequirement = 90, cost = { Mana = 318, }, }, + [36] = { critChance = 15, levelRequirement = 90, cost = { Mana = 347, }, }, + [37] = { critChance = 15, levelRequirement = 90, cost = { Mana = 378, }, }, + [38] = { critChance = 15, levelRequirement = 90, cost = { Mana = 411, }, }, + [39] = { critChance = 15, levelRequirement = 90, cost = { Mana = 447, }, }, + [40] = { critChance = 15, levelRequirement = 90, cost = { Mana = 487, }, }, }, statSets = { [1] = { label = "Bone Cage", baseEffectiveness = 3.2699999809265, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "ring_of_bone", baseFlags = { area = true, @@ -1458,7 +1563,7 @@ skills["BoneCagePlayer"] = { { "ring_of_bone_maximum_number_of_rings", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "ring_of_bone_spike_break_chance_%", 100 }, { "base_pinned_art_variation", 1 }, { "active_skill_pins_as_though_dealt_damage_+%_final", 50 }, @@ -1471,47 +1576,51 @@ skills["BoneCagePlayer"] = { "base_all_damage_can_pin", "quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 58, 87, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 68, 103, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 81, 121, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 94, 141, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [3] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 25, 37, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 39, 58, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 47, 70, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 56, 85, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 67, 101, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 80, 119, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 94, 140, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 109, 164, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 127, 190, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 146, 219, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 168, 251, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 192, 288, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 220, 329, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 251, 376, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 286, 429, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 325, 488, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 370, 555, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 421, 631, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 478, 718, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 543, 815, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 617, 926, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 701, 1052, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 796, 1195, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 905, 1357, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1028, 1542, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1169, 1754, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1330, 1995, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1514, 2270, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1724, 2585, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1964, 2946, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2240, 3360, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2557, 3835, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2920, 4380, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3339, 5008, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 3821, 5731, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4377, 6565, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [13] = { 127, 191, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 148, 222, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 171, 257, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 198, 297, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 228, 342, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 263, 394, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 302, 453, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 347, 521, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 399, 599, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 459, 688, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 527, 790, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 605, 907, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 695, 1042, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 798, 1197, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 918, 1377, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1056, 1583, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1215, 1822, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1399, 2099, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1613, 2419, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1860, 2791, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2148, 3222, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2483, 3725, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2873, 4310, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3328, 4993, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 3860, 5790, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 4482, 6723, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 5211, 7816, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 6066, 9099, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1520,58 +1629,58 @@ skills["BoneOfferingPlayer"] = { name = "Bone Offering", baseTypeName = "Bone Offering", color = 3, - description = "Impale a Skeleton on a bone spike to shield your Minions while the spike remains. The shield absorbs all damage from the next Hit each Minion takes, then explodes.\n\nThe bone spike is itself a Minion, and shields itself. If it dies, shields on your other Minions disappear.", - skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, }, + description = "Impale a Skeleton on a bone spike to shield your Minions while the spike remains, reducing the amount of damage taken from Hits. Taking a Hit that deals damage above a certain threshold will cause that Minion's shield to absorb all damage from that Hit, then explode.\n\nThe bone spike is itself a Minion, and shields itself. If it dies, shields on your other Minions disappear.", + skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Spell] = true, [SkillType.Physical] = true, [SkillType.Damage] = true, [SkillType.Area] = true, }, castTime = 0.6, qualityStats = { + { "bone_offering_damage_taken_+%_final_after_shield_loss", -1.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 26, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 25, }, }, [2] = { levelRequirement = 3, cost = { Mana = 28, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 31, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 34, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 38, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 42, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 46, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 50, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 32, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 35, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 39, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 43, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 47, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 51, }, }, [9] = { levelRequirement = 31, cost = { Mana = 55, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 61, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 67, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 73, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 80, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 88, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 97, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 107, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 117, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 129, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 141, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 171, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 187, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 206, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 226, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 248, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 273, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 300, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 329, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 361, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 397, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 436, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 479, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 526, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 577, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 634, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 696, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 764, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 839, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 922, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1012, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 59, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 64, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 68, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 73, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 78, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 83, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 88, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 93, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 99, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 104, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 116, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 122, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 129, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 135, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 156, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 164, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 171, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 179, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 195, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 204, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 213, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 222, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 231, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 240, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 250, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 260, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 270, }, }, }, statSets = { [1] = { label = "Buff", - baseEffectiveness = 1.710000038147, incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "bone_offering", baseFlags = { @@ -1579,58 +1688,60 @@ skills["BoneOfferingPlayer"] = { duration = true, }, constantStats = { - { "base_skill_effect_duration", 5000 }, - { "base_secondary_skill_effect_duration", 5000 }, + { "base_skill_effect_duration", 8000 }, + { "base_secondary_skill_effect_duration", 8000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_bone_offerings_allowed", 1 }, + { "bone_offering_hit_threshold_%_of_maximum_life", 25 }, }, stats = { + "bone_offering_damage_taken_+%_final", "can_perform_skill_while_moving", "display_statset_no_hit_damage", }, levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + [1] = { -15, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { -16, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { -16, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { -17, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { -17, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { -18, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { -18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { -19, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { -19, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { -20, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { -20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { -21, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { -21, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { -22, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { -22, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { -23, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { -23, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { -24, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { -24, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { -25, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { -25, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { -26, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { -26, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { -27, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { -27, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { -28, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { -28, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { -29, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { -29, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { -30, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { -30, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { -30, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { -30, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { -31, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { -31, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { -31, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { -31, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { -32, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { -32, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { -32, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1639,60 +1750,60 @@ skills["BonestormPlayer"] = { name = "Bonestorm", baseTypeName = "Bonestorm", color = 3, - description = "Channel to conjure a swarm of bone spikes in the air, then release to fire them at enemies and explode. Shrapnel Impales Enemies Hit, causing subsequent Attack Hits against those targets to deal extra Damage. Consumes your Power Charges to cause much larger explosions.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Channel] = true, [SkillType.Projectile] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.ConsumesCharges] = true, [SkillType.Damage] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.Sustained] = true, }, + description = "Channel to conjure a swarm of bone spikes in the air, then release to fire them at enemies and explode. Shrapnel Impales enemies Hit, causing subsequent Attack Hits against those targets to deal extra damage. Consumes your Power Charges to cause much larger explosions.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Channel] = true, [SkillType.Projectile] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.ConsumesCharges] = true, [SkillType.Damage] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.Sustained] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.125, qualityStats = { { "active_skill_cast_speed_+%_final", 0.5 }, }, levels = { - [1] = { critChance = 15, levelRequirement = 0, cost = { ManaPerMinute = 395, }, }, - [2] = { critChance = 15, levelRequirement = 3, cost = { ManaPerMinute = 447, }, }, - [3] = { critChance = 15, levelRequirement = 6, cost = { ManaPerMinute = 505, }, }, - [4] = { critChance = 15, levelRequirement = 10, cost = { ManaPerMinute = 572, }, }, - [5] = { critChance = 15, levelRequirement = 14, cost = { ManaPerMinute = 647, }, }, - [6] = { critChance = 15, levelRequirement = 18, cost = { ManaPerMinute = 733, }, }, - [7] = { critChance = 15, levelRequirement = 22, cost = { ManaPerMinute = 829, }, }, - [8] = { critChance = 15, levelRequirement = 26, cost = { ManaPerMinute = 939, }, }, - [9] = { critChance = 15, levelRequirement = 31, cost = { ManaPerMinute = 1062, }, }, - [10] = { critChance = 15, levelRequirement = 36, cost = { ManaPerMinute = 1202, }, }, - [11] = { critChance = 15, levelRequirement = 41, cost = { ManaPerMinute = 1361, }, }, - [12] = { critChance = 15, levelRequirement = 46, cost = { ManaPerMinute = 1540, }, }, - [13] = { critChance = 15, levelRequirement = 52, cost = { ManaPerMinute = 1743, }, }, - [14] = { critChance = 15, levelRequirement = 58, cost = { ManaPerMinute = 1972, }, }, - [15] = { critChance = 15, levelRequirement = 64, cost = { ManaPerMinute = 2232, }, }, - [16] = { critChance = 15, levelRequirement = 66, cost = { ManaPerMinute = 2526, }, }, - [17] = { critChance = 15, levelRequirement = 72, cost = { ManaPerMinute = 2859, }, }, - [18] = { critChance = 15, levelRequirement = 78, cost = { ManaPerMinute = 3236, }, }, - [19] = { critChance = 15, levelRequirement = 84, cost = { ManaPerMinute = 3662, }, }, - [20] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 4144, }, }, - [21] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 4690, }, }, - [22] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 5308, }, }, - [23] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 6007, }, }, - [24] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 6798, }, }, - [25] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 7693, }, }, - [26] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 8707, }, }, - [27] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 9853, }, }, - [28] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 11151, }, }, - [29] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 12620, }, }, - [30] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 14282, }, }, - [31] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 16163, }, }, - [32] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 18292, }, }, - [33] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 20701, }, }, - [34] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 23427, }, }, - [35] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 26513, }, }, - [36] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 30004, }, }, - [37] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 33956, }, }, - [38] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 38428, }, }, - [39] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 43489, }, }, - [40] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 49217, }, }, + [1] = { critChance = 15, levelRequirement = 0, cost = { ManaPerMinute = 355, }, }, + [2] = { critChance = 15, levelRequirement = 3, cost = { ManaPerMinute = 420, }, }, + [3] = { critChance = 15, levelRequirement = 6, cost = { ManaPerMinute = 491, }, }, + [4] = { critChance = 15, levelRequirement = 10, cost = { ManaPerMinute = 571, }, }, + [5] = { critChance = 15, levelRequirement = 14, cost = { ManaPerMinute = 658, }, }, + [6] = { critChance = 15, levelRequirement = 18, cost = { ManaPerMinute = 754, }, }, + [7] = { critChance = 15, levelRequirement = 22, cost = { ManaPerMinute = 861, }, }, + [8] = { critChance = 15, levelRequirement = 26, cost = { ManaPerMinute = 977, }, }, + [9] = { critChance = 15, levelRequirement = 31, cost = { ManaPerMinute = 1106, }, }, + [10] = { critChance = 15, levelRequirement = 36, cost = { ManaPerMinute = 1246, }, }, + [11] = { critChance = 15, levelRequirement = 41, cost = { ManaPerMinute = 1401, }, }, + [12] = { critChance = 15, levelRequirement = 46, cost = { ManaPerMinute = 1570, }, }, + [13] = { critChance = 15, levelRequirement = 52, cost = { ManaPerMinute = 1755, }, }, + [14] = { critChance = 15, levelRequirement = 58, cost = { ManaPerMinute = 1958, }, }, + [15] = { critChance = 15, levelRequirement = 64, cost = { ManaPerMinute = 2180, }, }, + [16] = { critChance = 15, levelRequirement = 66, cost = { ManaPerMinute = 2422, }, }, + [17] = { critChance = 15, levelRequirement = 72, cost = { ManaPerMinute = 2687, }, }, + [18] = { critChance = 15, levelRequirement = 78, cost = { ManaPerMinute = 2976, }, }, + [19] = { critChance = 15, levelRequirement = 84, cost = { ManaPerMinute = 3291, }, }, + [20] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 3634, }, }, + [21] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 4008, }, }, + [22] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 4415, }, }, + [23] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 4859, }, }, + [24] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 5341, }, }, + [25] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 5865, }, }, + [26] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 6435, }, }, + [27] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 7055, }, }, + [28] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 7728, }, }, + [29] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 8458, }, }, + [30] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 9251, }, }, + [31] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 10111, }, }, + [32] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 11043, }, }, + [33] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 12054, }, }, + [34] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 13150, }, }, + [35] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 14338, }, }, + [36] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 15624, }, }, + [37] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 17017, }, }, + [38] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 18526, }, }, + [39] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 20158, }, }, + [40] = { critChance = 15, levelRequirement = 90, cost = { ManaPerMinute = 21924, }, }, }, statSets = { [1] = { label = "Projectile", baseEffectiveness = 1.4199999570847, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0054999999701977, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, statDescriptionScope = "bone_spike_statset_0", baseFlags = { spell = true, @@ -1702,7 +1813,7 @@ skills["BonestormPlayer"] = { { "base_number_of_projectiles", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_minimum_channel_time_ms", 300 }, { "bone_spear_target_rectangle_length", 40 }, { "base_number_of_allowed_bone_storm_projectiles", 20 }, @@ -1722,54 +1833,58 @@ skills["BonestormPlayer"] = { "projectiles_fire_at_ground", "cast_speed_modifiers_apply_to_over_time_cost", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 4, 7, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [4] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, [5] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 37, 55, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [6] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 23, 34, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 27, 40, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 36, 55, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 54, 82, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 61, 92, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 69, 104, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 87, 131, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 98, 146, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 109, 164, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 122, 182, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 151, 226, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 168, 251, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 186, 279, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 207, 310, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 229, 344, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 254, 382, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 282, 423, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 313, 469, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 347, 520, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 384, 576, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 426, 639, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 472, 708, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 523, 785, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 580, 870, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 644, 965, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 714, 1071, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 792, 1188, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 880, 1319, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [14] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 63, 94, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 71, 107, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 81, 121, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 91, 137, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 103, 155, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 116, 175, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 131, 197, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 148, 221, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 166, 249, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 187, 280, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 210, 315, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 236, 353, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 264, 397, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 297, 445, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 333, 500, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 374, 562, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 421, 631, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 473, 709, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 531, 797, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 597, 896, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 672, 1008, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 756, 1134, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 851, 1277, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 959, 1439, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1082, 1623, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1220, 1831, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { label = "Explosion", baseEffectiveness = 1.0900000333786, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0054999999701977, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, statDescriptionScope = "bone_spike_statset_1", baseFlags = { spell = true, @@ -1779,7 +1894,7 @@ skills["BonestormPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_minimum_channel_time_ms", 300 }, { "bone_spear_target_rectangle_length", 40 }, { "base_number_of_allowed_bone_storm_projectiles", 20 }, @@ -1806,47 +1921,51 @@ skills["BonestormPlayer"] = { "display_statset_hide_usage_stats", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0, 0, 3, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, [2] = { 0, 0, 5, 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 0, 0, 6, 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, [4] = { 0, 0, 8, 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, [5] = { 0, 0, 10, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 13, 19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 15, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 18, 27, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 21, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 24, 37, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [6] = { 0, 0, 12, 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 15, 22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 18, 26, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 21, 31, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 24, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, [11] = { 0, 0, 28, 42, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 0, 0, 32, 48, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 37, 55, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [13] = { 0, 0, 37, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, [14] = { 0, 0, 42, 63, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 47, 71, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 53, 80, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 60, 90, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 67, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 75, 112, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 84, 126, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 93, 140, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 104, 156, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 116, 174, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 129, 193, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 143, 214, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 159, 238, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 176, 264, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 195, 293, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 217, 325, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 240, 360, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 266, 399, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 295, 442, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 327, 490, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 362, 544, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 402, 603, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 445, 668, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 494, 741, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 548, 822, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 608, 912, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 675, 1013, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [15] = { 0, 0, 48, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 55, 82, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 62, 93, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 70, 105, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 79, 119, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 89, 134, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 101, 151, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 113, 170, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 127, 191, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 143, 215, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 161, 241, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 181, 271, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 203, 305, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 228, 342, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 256, 384, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 287, 431, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 323, 484, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 363, 544, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 408, 612, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 458, 688, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 516, 774, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 580, 871, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 654, 980, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 736, 1105, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 830, 1245, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 937, 1405, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1856,10 +1975,10 @@ skills["MetaCastOnCritPlayer"] = { baseTypeName = "Cast on Critical", color = 3, description = "While active, gains Energy when you Critically Hit enemies and triggers socketed Spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, @@ -1972,6 +2091,8 @@ skills["SupportMetaCastOnCritPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -2018,7 +2139,7 @@ skills["SupportMetaCastOnCritPlayer"] = { [1] = { label = "SupportMetaCastOnCritPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -2028,7 +2149,6 @@ skills["SupportMetaCastOnCritPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -2080,10 +2200,10 @@ skills["MetaCastOnDodgePlayer"] = { baseTypeName = "Cast on Dodge", color = 3, description = "While active, gains Energy when you dodge roll and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, @@ -2196,6 +2316,8 @@ skills["SupportMetaCastOnDodgePlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -2242,7 +2364,7 @@ skills["SupportMetaCastOnDodgePlayer"] = { [1] = { label = "SupportMetaCastOnDodgePlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -2251,7 +2373,6 @@ skills["SupportMetaCastOnDodgePlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -2298,290 +2419,69 @@ skills["SupportMetaCastOnDodgePlayer"] = { }, } } -skills["MetaCastOnFreezePlayer"] = { - name = "Cast on Freeze", - baseTypeName = "Cast on Freeze", +skills["MetaCastOnElementalAilmentPlayer"] = { + name = "Cast on Elemental Ailment", + baseTypeName = "Cast on Elemental Ailment", color = 3, - description = "While active, gains Energy when you Freeze enemies and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Cold] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + description = "While active, gains Energy when you Freeze, Shock, or Ignite enemies, and triggers socketed spells on reaching maximum Energy.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { { "energy_generated_+%", 0.75 }, }, levels = { - [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 60, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 60, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 60, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 60, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 60, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 60, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 60, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 60, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 60, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 60, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 60, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 60, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 60, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 60, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 60, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 60, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 60, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 60, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 60, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Cast on Freeze", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "cast_on_freeze_gain_X_centienergy_per_monster_power_on_freeze", 1000 }, - }, - stats = { - "energy_generated_+%", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", - "base_deal_no_damage", - }, - levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["SupportMetaCastOnFreezePlayer"] = { - name = "SupportMetaCastOnFreezePlayer", - hidden = true, - support = true, - requireSkillTypes = { SkillType.Spell, SkillType.Triggerable, SkillType.AND, }, - addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, - excludeSkillTypes = { SkillType.SupportedByHourglass, }, - isTrigger = true, - levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 0, }, - [3] = { levelRequirement = 0, }, - [4] = { levelRequirement = 0, }, - [5] = { levelRequirement = 0, }, - [6] = { levelRequirement = 0, }, - [7] = { levelRequirement = 0, }, - [8] = { levelRequirement = 0, }, - [9] = { levelRequirement = 0, }, - [10] = { levelRequirement = 0, }, - [11] = { levelRequirement = 0, }, - [12] = { levelRequirement = 0, }, - [13] = { levelRequirement = 0, }, - [14] = { levelRequirement = 0, }, - [15] = { levelRequirement = 0, }, - [16] = { levelRequirement = 0, }, - [17] = { levelRequirement = 0, }, - [18] = { levelRequirement = 0, }, - [19] = { levelRequirement = 0, }, - [20] = { levelRequirement = 0, }, - [21] = { levelRequirement = 0, }, - [22] = { levelRequirement = 0, }, - [23] = { levelRequirement = 0, }, - [24] = { levelRequirement = 0, }, - [25] = { levelRequirement = 0, }, - [26] = { levelRequirement = 0, }, - [27] = { levelRequirement = 0, }, - [28] = { levelRequirement = 0, }, - [29] = { levelRequirement = 0, }, - [30] = { levelRequirement = 0, }, - [31] = { levelRequirement = 0, }, - [32] = { levelRequirement = 0, }, - [33] = { levelRequirement = 0, }, - [34] = { levelRequirement = 0, }, - [35] = { levelRequirement = 0, }, - [36] = { levelRequirement = 0, }, - [37] = { levelRequirement = 0, }, - [38] = { levelRequirement = 0, }, - [39] = { levelRequirement = 0, }, - [40] = { levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "SupportMetaCastOnFreezePlayer", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, - }, - stats = { - "triggered_by_generic_ongoing_trigger", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["MetaCastOnIgnitePlayer"] = { - name = "Cast on Ignite", - baseTypeName = "Cast on Ignite", - color = 3, - description = "While active, gains Energy when you Ignite enemies and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Fire] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, - castTime = 0, - qualityStats = { - { "energy_generated_+%", 0.75 }, - }, - levels = { - [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 60, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 60, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 60, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 60, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 60, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 60, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 60, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 60, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 60, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 60, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 60, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 60, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 60, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 60, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 60, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 60, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 60, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 60, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 100, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 100, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 100, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 100, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 100, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 100, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 100, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 100, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 100, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 100, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 100, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 100, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 100, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 100, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 100, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 100, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 100, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 100, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 100, levelRequirement = 90, }, }, statSets = { [1] = { - label = "Cast on Ignite", + label = "Cast on Elemental Ailment", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { }, constantStats = { - { "cast_on_ignite_gain_X_centienergy_per_monster_power_on_ignite", 200 }, + { "cast_on_ignite_gain_X_centienergy_per_monster_power_on_ignite", 100 }, + { "cast_on_shock_gain_X_centienergy_per_monster_power_on_shock", 100 }, + { "cast_on_freeze_gain_X_centienergy_per_monster_power_on_freeze", 1000 }, }, stats = { "energy_generated_+%", @@ -2634,14 +2534,16 @@ skills["MetaCastOnIgnitePlayer"] = { }, } } -skills["SupportMetaCastOnIgnitePlayer"] = { - name = "SupportMetaCastOnIgnitePlayer", +skills["SupportMetaCastOnElementalAilmentPlayer"] = { + name = "SupportMetaCastOnElementalAilmentPlayer", hidden = true, support = true, requireSkillTypes = { SkillType.Spell, SkillType.Triggerable, SkillType.AND, }, addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -2686,9 +2588,9 @@ skills["SupportMetaCastOnIgnitePlayer"] = { }, statSets = { [1] = { - label = "SupportMetaCastOnIgnitePlayer", + label = "SupportMetaCastOnElementalAilmentPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -2697,7 +2599,6 @@ skills["SupportMetaCastOnIgnitePlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -2865,6 +2766,8 @@ skills["SupportMetaCastOnMinionDeathPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, SkillType.CreatesMinion, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -2911,7 +2814,7 @@ skills["SupportMetaCastOnMinionDeathPlayer"] = { [1] = { label = "SupportMetaCastOnMinionDeathPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -2920,7 +2823,6 @@ skills["SupportMetaCastOnMinionDeathPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -2967,239 +2869,16 @@ skills["SupportMetaCastOnMinionDeathPlayer"] = { }, } } -skills["MetaCastOnShockPlayer"] = { - name = "Cast on Shock", - baseTypeName = "Cast on Shock", +skills["WeaponGrantedChaosboltPlayer"] = { + name = "Chaos Bolt", + baseTypeName = "Chaos Bolt", + fromItem = true, color = 3, - description = "While active, gains Energy when you Shock enemies and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Lightning] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, - castTime = 0, + description = "Fire a burst of Chaos energy at the target.", + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Chaos] = true, [SkillType.Unleashable] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.75, qualityStats = { - { "energy_generated_+%", 0.75 }, - }, - levels = { - [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 60, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 60, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 60, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 60, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 60, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 60, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 60, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 60, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 60, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 60, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 60, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 60, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 60, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 60, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 60, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 60, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 60, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 60, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 60, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Cast on Shock", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "cast_on_shock_gain_X_centienergy_per_monster_power_on_shock", 100 }, - }, - stats = { - "energy_generated_+%", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", - "base_deal_no_damage", - }, - levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["SupportMetaCastOnShockPlayer"] = { - name = "SupportMetaCastOnShockPlayer", - hidden = true, - support = true, - requireSkillTypes = { SkillType.Spell, SkillType.Triggerable, SkillType.AND, }, - addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, - excludeSkillTypes = { SkillType.SupportedByHourglass, }, - isTrigger = true, - levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 0, }, - [3] = { levelRequirement = 0, }, - [4] = { levelRequirement = 0, }, - [5] = { levelRequirement = 0, }, - [6] = { levelRequirement = 0, }, - [7] = { levelRequirement = 0, }, - [8] = { levelRequirement = 0, }, - [9] = { levelRequirement = 0, }, - [10] = { levelRequirement = 0, }, - [11] = { levelRequirement = 0, }, - [12] = { levelRequirement = 0, }, - [13] = { levelRequirement = 0, }, - [14] = { levelRequirement = 0, }, - [15] = { levelRequirement = 0, }, - [16] = { levelRequirement = 0, }, - [17] = { levelRequirement = 0, }, - [18] = { levelRequirement = 0, }, - [19] = { levelRequirement = 0, }, - [20] = { levelRequirement = 0, }, - [21] = { levelRequirement = 0, }, - [22] = { levelRequirement = 0, }, - [23] = { levelRequirement = 0, }, - [24] = { levelRequirement = 0, }, - [25] = { levelRequirement = 0, }, - [26] = { levelRequirement = 0, }, - [27] = { levelRequirement = 0, }, - [28] = { levelRequirement = 0, }, - [29] = { levelRequirement = 0, }, - [30] = { levelRequirement = 0, }, - [31] = { levelRequirement = 0, }, - [32] = { levelRequirement = 0, }, - [33] = { levelRequirement = 0, }, - [34] = { levelRequirement = 0, }, - [35] = { levelRequirement = 0, }, - [36] = { levelRequirement = 0, }, - [37] = { levelRequirement = 0, }, - [38] = { levelRequirement = 0, }, - [39] = { levelRequirement = 0, }, - [40] = { levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "SupportMetaCastOnShockPlayer", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, - }, - stats = { - "triggered_by_generic_ongoing_trigger", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["WeaponGrantedChaosboltPlayer"] = { - name = "Chaos Bolt", - baseTypeName = "Chaos Bolt", - fromItem = true, - color = 3, - description = "Fire a burst of Chaos energy at the target.", - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Chaos] = true, [SkillType.CanRapidFire] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.75, - qualityStats = { - { "base_projectile_speed_+%", 2 }, + { "base_projectile_speed_+%", 2 }, }, levels = { [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 0, }, }, @@ -3246,9 +2925,9 @@ skills["WeaponGrantedChaosboltPlayer"] = { statSets = { [1] = { label = "Chaos Bolt", - baseEffectiveness = 2.2000000476837, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 2.460000038147, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "skill_stat_descriptions", baseFlags = { spell = true, @@ -3258,64 +2937,71 @@ skills["WeaponGrantedChaosboltPlayer"] = { { "monster_projectile_variation", 1109 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_withered_base_duration_ms", 4000 }, }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", + "apply_x_wither_on_hit", "base_is_projectile", "projectile_uses_contact_position", "check_for_targets_between_initiator_and_projectile_source", "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", }, levels = { - [1] = { 5, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 7, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 11, 21, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 15, 27, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 19, 34, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 23, 42, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 28, 51, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 33, 61, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 39, 72, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 45, 84, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 52, 97, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 60, 112, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 69, 129, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 79, 147, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 90, 168, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 103, 191, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 116, 216, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 132, 244, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 149, 276, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 168, 311, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 189, 350, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 212, 394, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 239, 443, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 268, 498, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 301, 559, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 338, 627, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 379, 704, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 425, 790, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 477, 886, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 535, 994, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 601, 1116, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 675, 1253, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 758, 1407, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 851, 1580, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 956, 1776, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1075, 1997, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1210, 2247, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1362, 2529, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1534, 2848, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1728, 3210, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 5, 9, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 7, 13, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 19, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 14, 25, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 18, 32, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 22, 41, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 27, 51, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 33, 62, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 41, 75, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 48, 91, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 58, 108, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 68, 125, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 78, 145, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 90, 167, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 103, 192, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 118, 220, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 135, 251, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 154, 286, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 176, 326, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 200, 371, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 227, 422, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 259, 480, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 294, 545, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 334, 619, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 379, 703, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 430, 799, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 488, 907, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 555, 1030, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 630, 1171, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 717, 1331, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 815, 1514, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 928, 1723, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1056, 1961, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1203, 2235, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1372, 2549, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1566, 2908, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1789, 3322, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2045, 3798, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2340, 4346, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2680, 4978, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["ChargeInfusionPlayer"] = { +skills["ChargeRegulationPlayer"] = { name = "Charge Infusion", baseTypeName = "Charge Infusion", color = 3, @@ -3323,7 +3009,7 @@ skills["ChargeInfusionPlayer"] = { skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, }, castTime = 1, qualityStats = { - { "consume_frenzy_power_and_endurance_charge_every_x_ms", 40 }, + { "consume_frenzy_power_and_endurance_charge_every_x_ms", 120 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -3393,46 +3079,46 @@ skills["ChargeInfusionPlayer"] = { "base_deal_no_damage", }, levels = { - [1] = { 5, 10, 9, 3000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 5, 10, 9, 3100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 5, 10, 9, 3200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 5, 11, 10, 3300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6, 11, 10, 3400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6, 11, 10, 3500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6, 12, 10, 3600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6, 12, 11, 3700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 7, 12, 11, 3800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 7, 13, 11, 3900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 7, 13, 11, 4000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 8, 14, 12, 4100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 8, 14, 12, 4200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 8, 15, 12, 4300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 9, 15, 13, 4400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 9, 16, 13, 4500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 10, 17, 14, 4600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 11, 18, 15, 4700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 11, 19, 16, 4800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 12, 20, 17, 4900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 13, 21, 18, 5000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 14, 22, 19, 5100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 15, 23, 20, 5200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 15, 23, 20, 5300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 16, 24, 21, 5400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 16, 24, 21, 5500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 16, 24, 21, 5600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 17, 25, 22, 5700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 17, 25, 22, 5800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 17, 25, 22, 5900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 18, 25, 22, 6000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 18, 26, 23, 6100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 18, 26, 23, 6200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 19, 26, 23, 6300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 19, 26, 23, 6400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 19, 26, 24, 6500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 20, 27, 24, 6600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 20, 27, 24, 6700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 20, 27, 24, 6800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 21, 27, 25, 6900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 10, 20, 15, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 11, 20, 15, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 11, 20, 16, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 21, 16, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 11, 21, 16, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 12, 21, 16, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 12, 22, 17, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 12, 22, 17, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 12, 22, 17, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 13, 23, 17, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 13, 23, 18, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 13, 23, 18, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 13, 24, 18, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 14, 24, 18, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 14, 24, 19, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 14, 25, 19, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 14, 25, 19, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 15, 25, 19, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 15, 26, 20, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 15, 26, 20, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 15, 26, 20, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 16, 27, 20, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 16, 27, 21, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 16, 27, 21, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 16, 28, 21, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 17, 28, 21, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 17, 28, 22, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 17, 29, 22, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 17, 29, 22, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 18, 29, 22, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 18, 30, 23, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 18, 30, 23, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 18, 30, 23, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 19, 31, 23, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 19, 31, 24, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 19, 31, 24, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 19, 32, 24, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 20, 32, 24, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 20, 32, 25, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 20, 33, 25, 10000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -3441,8 +3127,8 @@ skills["ChargedStaffPlayer"] = { name = "Charged Staff", baseTypeName = "Charged Staff", color = 3, - description = "Consume all Power Charges to infuse your Quarterstaff with electricity, adding Lightning damage and a Lightning shockwave to your Quarterstaff Attacks. Reusing this skill while the Buff is active adds to the Buff's duration and damage.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Buff] = true, [SkillType.ConsumesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.HasUsageCondition] = true, [SkillType.RequiresCharges] = true, }, + description = "Consume all Power Charges to charge your Quarterstaff with electricity, adding Lightning damage and a Lightning shockwave to your Quarterstaff Attacks. Reusing this skill while the Buff is active adds to the Buff's duration and damage.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Buff] = true, [SkillType.ConsumesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.HasUsageCondition] = true, [SkillType.RequiresCharges] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, @@ -3452,45 +3138,45 @@ skills["ChargedStaffPlayer"] = { }, levels = { [1] = { levelRequirement = 0, cost = { Mana = 15, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 20, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 22, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 23, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 25, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 27, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 29, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 33, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 35, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 38, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 41, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 44, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 47, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 50, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 54, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 58, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 62, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 67, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 72, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 77, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 82, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 17, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 25, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 27, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 30, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 32, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 35, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 37, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 40, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 43, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 46, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 49, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 52, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 55, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 58, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 61, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 65, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 68, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 72, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 84, }, }, [26] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 117, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 134, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 235, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 96, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 101, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 105, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 115, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 120, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 125, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 131, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 136, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 147, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 153, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 159, }, }, }, statSets = { [1] = { @@ -3685,186 +3371,64 @@ skills["ChargedStaffShockwavePlayer"] = { }, } } -skills["ColdSnapPlayer"] = { - name = "Cold Snap", - baseTypeName = "Cold Snap", - color = 3, - description = "Shatter the frost on a Frozen enemy, Consuming the Freeze to deal a large amount of Cold Damage to enemies caught in the blast. Can also be cast on a Frostbolt to cause it to explode immediately. Any Frozen enemies hit by the Frostbolt's explosion will be dealt Cold Snap's damage and have their Freeze Consumed.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.AreaSpell] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanRapidFire] = true, }, - castTime = 0.5, - qualityStats = { - { "active_skill_cast_speed_+%_final", 1 }, - }, - levels = { - [1] = { critChance = 13, levelRequirement = 0, cost = { Mana = 7, }, }, - [2] = { critChance = 13, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { critChance = 13, levelRequirement = 6, cost = { Mana = 9, }, }, - [4] = { critChance = 13, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { critChance = 13, levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { critChance = 13, levelRequirement = 18, cost = { Mana = 14, }, }, - [7] = { critChance = 13, levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { critChance = 13, levelRequirement = 26, cost = { Mana = 18, }, }, - [9] = { critChance = 13, levelRequirement = 31, cost = { Mana = 20, }, }, - [10] = { critChance = 13, levelRequirement = 36, cost = { Mana = 23, }, }, - [11] = { critChance = 13, levelRequirement = 41, cost = { Mana = 26, }, }, - [12] = { critChance = 13, levelRequirement = 46, cost = { Mana = 29, }, }, - [13] = { critChance = 13, levelRequirement = 52, cost = { Mana = 33, }, }, - [14] = { critChance = 13, levelRequirement = 58, cost = { Mana = 37, }, }, - [15] = { critChance = 13, levelRequirement = 64, cost = { Mana = 42, }, }, - [16] = { critChance = 13, levelRequirement = 66, cost = { Mana = 48, }, }, - [17] = { critChance = 13, levelRequirement = 72, cost = { Mana = 54, }, }, - [18] = { critChance = 13, levelRequirement = 78, cost = { Mana = 62, }, }, - [19] = { critChance = 13, levelRequirement = 84, cost = { Mana = 70, }, }, - [20] = { critChance = 13, levelRequirement = 90, cost = { Mana = 79, }, }, - [21] = { critChance = 13, levelRequirement = 90, cost = { Mana = 90, }, }, - [22] = { critChance = 13, levelRequirement = 90, cost = { Mana = 101, }, }, - [23] = { critChance = 13, levelRequirement = 90, cost = { Mana = 115, }, }, - [24] = { critChance = 13, levelRequirement = 90, cost = { Mana = 130, }, }, - [25] = { critChance = 13, levelRequirement = 90, cost = { Mana = 147, }, }, - [26] = { critChance = 13, levelRequirement = 90, cost = { Mana = 167, }, }, - [27] = { critChance = 13, levelRequirement = 90, cost = { Mana = 189, }, }, - [28] = { critChance = 13, levelRequirement = 90, cost = { Mana = 214, }, }, - [29] = { critChance = 13, levelRequirement = 90, cost = { Mana = 242, }, }, - [30] = { critChance = 13, levelRequirement = 90, cost = { Mana = 274, }, }, - [31] = { critChance = 13, levelRequirement = 90, cost = { Mana = 310, }, }, - [32] = { critChance = 13, levelRequirement = 90, cost = { Mana = 351, }, }, - [33] = { critChance = 13, levelRequirement = 90, cost = { Mana = 397, }, }, - [34] = { critChance = 13, levelRequirement = 90, cost = { Mana = 450, }, }, - [35] = { critChance = 13, levelRequirement = 90, cost = { Mana = 509, }, }, - [36] = { critChance = 13, levelRequirement = 90, cost = { Mana = 576, }, }, - [37] = { critChance = 13, levelRequirement = 90, cost = { Mana = 652, }, }, - [38] = { critChance = 13, levelRequirement = 90, cost = { Mana = 738, }, }, - [39] = { critChance = 13, levelRequirement = 90, cost = { Mana = 835, }, }, - [40] = { critChance = 13, levelRequirement = 90, cost = { Mana = 945, }, }, - }, - statSets = { - [1] = { - label = "Cold Snap", - baseEffectiveness = 7.1999998092651, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0074999998323619, - statDescriptionScope = "shatter", - baseFlags = { - area = true, - spell = true, - }, - constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - }, - stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "can_perform_skill_while_moving", - "base_consume_enemy_freeze_on_hit", - "is_area_damage", - "never_freeze", - }, - levels = { - [1] = { 22, 34, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 31, 46, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 86, 129, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 104, 157, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 125, 187, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 148, 221, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 173, 260, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 202, 302, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 233, 350, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 269, 403, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 309, 463, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 353, 530, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 403, 605, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 459, 688, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 521, 782, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 591, 887, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 670, 1005, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 758, 1138, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 858, 1287, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 969, 1454, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 1095, 1643, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 1237, 1855, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 1396, 2095, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 1577, 2365, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1780, 2670, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 2010, 3015, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 2271, 3406, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 2566, 3848, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 2900, 4350, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 3279, 4919, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 3710, 5566, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 4200, 6301, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 4758, 7138, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 5394, 8091, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 6119, 9179, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 6947, 10421, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 7894, 11840, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} skills["CometPlayer"] = { name = "Comet", baseTypeName = "Comet", color = 3, - description = "Call down a mass of ice from the sky, dealing high damage at the targeted location. Targeting close to you will cause you to jump back as you cast.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, }, + description = "Call down a mass of ice from the sky, dealing high damage at the targeted location. Targeting close to you will cause you to jump back as you cast. Consumes a Fire Infusion if possible to cause a devastating blast of ice and fire.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { - { "additional_base_critical_strike_chance", 10 }, + { "skill_echo_chance_%", 0.5 }, }, levels = { - [1] = { critChance = 13, levelRequirement = 0, cost = { Mana = 18, }, }, - [2] = { critChance = 13, levelRequirement = 3, cost = { Mana = 21, }, }, - [3] = { critChance = 13, levelRequirement = 6, cost = { Mana = 24, }, }, + [1] = { critChance = 13, levelRequirement = 0, cost = { Mana = 17, }, }, + [2] = { critChance = 13, levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { critChance = 13, levelRequirement = 6, cost = { Mana = 23, }, }, [4] = { critChance = 13, levelRequirement = 10, cost = { Mana = 27, }, }, [5] = { critChance = 13, levelRequirement = 14, cost = { Mana = 31, }, }, - [6] = { critChance = 13, levelRequirement = 18, cost = { Mana = 35, }, }, - [7] = { critChance = 13, levelRequirement = 22, cost = { Mana = 39, }, }, - [8] = { critChance = 13, levelRequirement = 26, cost = { Mana = 44, }, }, - [9] = { critChance = 13, levelRequirement = 31, cost = { Mana = 50, }, }, - [10] = { critChance = 13, levelRequirement = 36, cost = { Mana = 57, }, }, - [11] = { critChance = 13, levelRequirement = 41, cost = { Mana = 65, }, }, - [12] = { critChance = 13, levelRequirement = 46, cost = { Mana = 73, }, }, - [13] = { critChance = 13, levelRequirement = 52, cost = { Mana = 83, }, }, - [14] = { critChance = 13, levelRequirement = 58, cost = { Mana = 94, }, }, - [15] = { critChance = 13, levelRequirement = 64, cost = { Mana = 106, }, }, - [16] = { critChance = 13, levelRequirement = 66, cost = { Mana = 120, }, }, - [17] = { critChance = 13, levelRequirement = 72, cost = { Mana = 136, }, }, - [18] = { critChance = 13, levelRequirement = 78, cost = { Mana = 154, }, }, - [19] = { critChance = 13, levelRequirement = 84, cost = { Mana = 175, }, }, - [20] = { critChance = 13, levelRequirement = 90, cost = { Mana = 198, }, }, - [21] = { critChance = 13, levelRequirement = 90, cost = { Mana = 224, }, }, - [22] = { critChance = 13, levelRequirement = 90, cost = { Mana = 253, }, }, - [23] = { critChance = 13, levelRequirement = 90, cost = { Mana = 287, }, }, - [24] = { critChance = 13, levelRequirement = 90, cost = { Mana = 325, }, }, - [25] = { critChance = 13, levelRequirement = 90, cost = { Mana = 368, }, }, - [26] = { critChance = 13, levelRequirement = 90, cost = { Mana = 416, }, }, - [27] = { critChance = 13, levelRequirement = 90, cost = { Mana = 471, }, }, - [28] = { critChance = 13, levelRequirement = 90, cost = { Mana = 533, }, }, - [29] = { critChance = 13, levelRequirement = 90, cost = { Mana = 603, }, }, - [30] = { critChance = 13, levelRequirement = 90, cost = { Mana = 683, }, }, - [31] = { critChance = 13, levelRequirement = 90, cost = { Mana = 773, }, }, - [32] = { critChance = 13, levelRequirement = 90, cost = { Mana = 875, }, }, - [33] = { critChance = 13, levelRequirement = 90, cost = { Mana = 990, }, }, - [34] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1120, }, }, - [35] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1268, }, }, - [36] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1435, }, }, - [37] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1624, }, }, - [38] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1838, }, }, - [39] = { critChance = 13, levelRequirement = 90, cost = { Mana = 2080, }, }, - [40] = { critChance = 13, levelRequirement = 90, cost = { Mana = 2354, }, }, + [6] = { critChance = 13, levelRequirement = 18, cost = { Mana = 36, }, }, + [7] = { critChance = 13, levelRequirement = 22, cost = { Mana = 41, }, }, + [8] = { critChance = 13, levelRequirement = 26, cost = { Mana = 46, }, }, + [9] = { critChance = 13, levelRequirement = 31, cost = { Mana = 52, }, }, + [10] = { critChance = 13, levelRequirement = 36, cost = { Mana = 59, }, }, + [11] = { critChance = 13, levelRequirement = 41, cost = { Mana = 67, }, }, + [12] = { critChance = 13, levelRequirement = 46, cost = { Mana = 75, }, }, + [13] = { critChance = 13, levelRequirement = 52, cost = { Mana = 84, }, }, + [14] = { critChance = 13, levelRequirement = 58, cost = { Mana = 93, }, }, + [15] = { critChance = 13, levelRequirement = 64, cost = { Mana = 104, }, }, + [16] = { critChance = 13, levelRequirement = 66, cost = { Mana = 115, }, }, + [17] = { critChance = 13, levelRequirement = 72, cost = { Mana = 128, }, }, + [18] = { critChance = 13, levelRequirement = 78, cost = { Mana = 142, }, }, + [19] = { critChance = 13, levelRequirement = 84, cost = { Mana = 157, }, }, + [20] = { critChance = 13, levelRequirement = 90, cost = { Mana = 173, }, }, + [21] = { critChance = 13, levelRequirement = 90, cost = { Mana = 191, }, }, + [22] = { critChance = 13, levelRequirement = 90, cost = { Mana = 211, }, }, + [23] = { critChance = 13, levelRequirement = 90, cost = { Mana = 232, }, }, + [24] = { critChance = 13, levelRequirement = 90, cost = { Mana = 255, }, }, + [25] = { critChance = 13, levelRequirement = 90, cost = { Mana = 280, }, }, + [26] = { critChance = 13, levelRequirement = 90, cost = { Mana = 307, }, }, + [27] = { critChance = 13, levelRequirement = 90, cost = { Mana = 337, }, }, + [28] = { critChance = 13, levelRequirement = 90, cost = { Mana = 369, }, }, + [29] = { critChance = 13, levelRequirement = 90, cost = { Mana = 404, }, }, + [30] = { critChance = 13, levelRequirement = 90, cost = { Mana = 442, }, }, + [31] = { critChance = 13, levelRequirement = 90, cost = { Mana = 483, }, }, + [32] = { critChance = 13, levelRequirement = 90, cost = { Mana = 528, }, }, + [33] = { critChance = 13, levelRequirement = 90, cost = { Mana = 576, }, }, + [34] = { critChance = 13, levelRequirement = 90, cost = { Mana = 629, }, }, + [35] = { critChance = 13, levelRequirement = 90, cost = { Mana = 686, }, }, + [36] = { critChance = 13, levelRequirement = 90, cost = { Mana = 747, }, }, + [37] = { critChance = 13, levelRequirement = 90, cost = { Mana = 814, }, }, + [38] = { critChance = 13, levelRequirement = 90, cost = { Mana = 886, }, }, + [39] = { critChance = 13, levelRequirement = 90, cost = { Mana = 964, }, }, + [40] = { critChance = 13, levelRequirement = 90, cost = { Mana = 1049, }, }, }, statSets = { [1] = { label = "Comet", - baseEffectiveness = 7.1100001335144, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 7.8000001907349, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "comet", baseFlags = { area = true, @@ -3881,103 +3445,184 @@ skills["CometPlayer"] = { "spell_maximum_base_cold_damage", "is_area_damage", "base_skill_show_average_damage_instead_of_dps", + "active_skill_consumes_a_fire_infusion", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 55, 82, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 70, 104, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 86, 129, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 105, 157, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 125, 188, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 149, 223, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 175, 263, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 205, 307, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 238, 357, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 275, 413, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 317, 476, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 364, 547, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 418, 626, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 478, 716, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 545, 818, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 622, 932, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 708, 1062, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 805, 1208, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 915, 1373, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 1040, 1560, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 1182, 1772, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 1342, 2013, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 1524, 2287, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 1732, 2597, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1967, 2951, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 2236, 3354, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 2542, 3813, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 2892, 4337, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 3291, 4936, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 3748, 5621, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 4271, 6406, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 4870, 7306, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 5559, 8338, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 6350, 9524, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 7260, 10889, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8308, 12462, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 9516, 14274, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 45, 67, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 59, 88, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 74, 111, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 92, 138, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 112, 168, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 135, 202, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 161, 241, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 190, 285, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 261, 391, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 304, 456, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 353, 529, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 408, 613, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 472, 708, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 544, 816, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 627, 940, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 721, 1081, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 829, 1243, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 952, 1428, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1094, 1641, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1256, 1884, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1443, 2164, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1657, 2486, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1904, 2856, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 2189, 3284, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2518, 3777, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 2898, 4346, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 3337, 5006, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 3847, 5770, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 4438, 6656, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 5124, 7686, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 5923, 8885, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 6854, 10281, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 7939, 11909, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 9208, 13811, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 10691, 16037, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 12430, 18645, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 14470, 21705, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, - } -} -skills["ConductivityPlayer"] = { - name = "Conductivity", - baseTypeName = "Conductivity", - color = 3, - description = "Curse all targets in an area after a short delay, lowering their Lightning Resistance.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.7, - qualityStats = { + [2] = { + label = "Fire-Infused", + baseEffectiveness = 5.1999998092651, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "comet", + baseFlags = { + area = true, + spell = true, + }, + constantStats = { + { "range_backflip_conditional_distance", 30 }, + { "total_cast_time_+_ms", 1000 }, + { "comet_explosion_delay_ms", 470 }, + { "active_skill_base_area_of_effect_radius", 34 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "active_skill_consumes_a_fire_infusion", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 0, 0, 16, 24, 16, 24, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 22, 33, 22, 33, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 30, 45, 30, 45, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 39, 59, 39, 59, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 49, 74, 49, 74, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 61, 92, 61, 92, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 75, 112, 75, 112, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 90, 135, 90, 135, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 107, 161, 107, 161, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 127, 190, 127, 190, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 149, 223, 149, 223, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 174, 261, 174, 261, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 203, 304, 203, 304, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 235, 353, 235, 353, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 272, 408, 272, 408, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 315, 472, 315, 472, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 363, 544, 363, 544, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 418, 627, 418, 627, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 481, 721, 481, 721, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 553, 829, 553, 829, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 635, 952, 635, 952, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 729, 1094, 729, 1094, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 837, 1256, 837, 1256, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 962, 1443, 962, 1443, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 1105, 1657, 1105, 1657, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 1270, 1904, 1270, 1904, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 1459, 2189, 1459, 2189, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 1679, 2518, 1679, 2518, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 1932, 2898, 1932, 2898, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 2225, 3337, 2225, 3337, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 2564, 3847, 2564, 3847, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 2958, 4438, 2958, 4438, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 3416, 5124, 3416, 5124, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 3949, 5923, 3949, 5923, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 4569, 6854, 4569, 6854, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 5293, 7939, 5293, 7939, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 6138, 9208, 6138, 9208, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 7128, 10691, 7128, 10691, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 8287, 12430, 8287, 12430, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 9646, 14470, 9646, 14470, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ConductivityPlayer"] = { + name = "Conductivity", + baseTypeName = "Conductivity", + color = 3, + description = "Curse all targets in an area after a short delay, lowering their Lightning Resistance.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.7, + qualityStats = { { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, }, statSets = { [1] = { @@ -3999,7 +3644,7 @@ skills["ConductivityPlayer"] = { { "curse_delay_duration_ms", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", @@ -4008,6 +3653,9 @@ skills["ConductivityPlayer"] = { "base_deal_no_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 6000, 15, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, [2] = { 6200, 16, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, @@ -4058,59 +3706,59 @@ skills["ContagionPlayer"] = { baseTypeName = "Contagion", color = 3, description = "Afflict a single enemy with a Debuff that deals Chaos damage over time. If the enemy dies while affected by Contagion, it and all other Chaos damage over time Debuffs spread to nearby enemies and refresh their durations. Reanimating or detonating a corpse affected by Contagion will cause the Minion or explosion to\nspread Contagion on hit.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Mineable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Mineable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { - { "contagion_maximum_spread_magnitude_+%_final", 5 }, + { "contagion_number_of_additional_targets", 0.1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 9, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 10, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 8, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { levelRequirement = 6, cost = { Mana = 11, }, }, [4] = { levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 16, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 17, }, }, [7] = { levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 24, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 27, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 35, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 25, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 28, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 36, }, }, [13] = { levelRequirement = 52, cost = { Mana = 40, }, }, [14] = { levelRequirement = 58, cost = { Mana = 45, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 51, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 58, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 65, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 74, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 84, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 108, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 122, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 138, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 156, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 177, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 200, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 227, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 257, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 291, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 329, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 372, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 421, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 477, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 540, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 611, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 692, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 783, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 886, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1003, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1135, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 50, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 55, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 61, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 68, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 83, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 101, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 135, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 148, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 162, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 195, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 213, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 233, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 254, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 278, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 303, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 330, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 360, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 392, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 427, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 464, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 505, }, }, }, statSets = { [1] = { label = "Contagion", baseEffectiveness = 1.7999999523163, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, statDescriptionScope = "contagion", baseFlags = { area = true, @@ -4124,7 +3772,7 @@ skills["ContagionPlayer"] = { { "contagion_maximum_spread_magnitude_+%_final", 300 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "pvp_skill_dot_attack_time_override_ms", 10000 }, }, stats = { @@ -4135,45 +3783,45 @@ skills["ContagionPlayer"] = { }, levels = { [1] = { 117, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 172, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 250, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 340, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 441, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 555, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 684, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 831, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 997, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [2] = { 169, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 245, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 332, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 431, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 544, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 674, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 822, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 991, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, [10] = { 1184, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 1397, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 1638, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 1911, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 2220, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 2572, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 2971, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 3425, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 3942, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 4530, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 5201, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 5967, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 6841, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 7841, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 8986, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 10298, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 11803, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 13532, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 15520, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 17808, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 20446, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 23490, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 27007, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 31076, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 35790, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 41257, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 47607, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 54993, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 63593, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 73622, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 85334, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [11] = { 1405, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 1658, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 1949, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 2282, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 2664, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 3103, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 3608, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 4190, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 4861, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 5635, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 6529, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 7564, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 8763, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 10154, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 11769, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 13647, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 15835, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 18386, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 21366, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 24850, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 28932, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 33719, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 39344, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 45961, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 53760, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 62964, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 73844, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 86728, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 102007, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 120158, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -4183,7 +3831,7 @@ skills["ConvalescencePlayer"] = { baseTypeName = "Convalescence", color = 3, description = "While active, grants a skill that you can use to instantly begin Recharging Energy Shield and gain a Buff for a duration that prevents that Recharge being interrupted. The Buff is removed at maximum Energy Shield and the skill cannot be used while Energy Shield is full.", - skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.ReserveInAllSets] = true, }, castTime = 0, qualityStats = { }, @@ -4231,7 +3879,7 @@ skills["ConvalescencePlayer"] = { }, statSets = { [1] = { - label = "Hidden", + label = "Convalescence", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { @@ -4282,25 +3930,82 @@ skills["ConvalescencePlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, - [2] = { + } +} +skills["ConvalescenceActivePlayer"] = { + name = "Convalescence", + hidden = true, + skillTypes = { [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, [SkillType.Spell] = true, }, + castTime = 0.5, + qualityStats = { + { "base_skill_effect_duration", 25 }, + }, + levels = { + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [2] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [3] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [4] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [5] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [6] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [7] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [8] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [9] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [10] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [11] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [12] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [13] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [14] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [15] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [16] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [17] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [18] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [19] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [20] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [21] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [22] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [23] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [24] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [25] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [26] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [27] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [28] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [29] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [30] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [31] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [32] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [33] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [34] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [35] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [36] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [37] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [38] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [39] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + [40] = { storedUses = 1, levelRequirement = 0, cooldown = 30, cost = { Mana = 20, }, }, + }, + statSets = { + [1] = { label = "Convalescence", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "convalescence_active", baseFlags = { duration = true, }, constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "skill_specific_stat_description_mode", 30 }, }, stats = { "base_skill_effect_duration", - "base_deal_no_damage", "display_this_skill_cooldown_does_not_recover_during_buff", + "base_deal_no_damage", "can_perform_skill_while_moving", "quality_display_base_skill_effect_duration_is_gem", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 3000, statInterpolation = { 1, }, actorLevel = 1, }, [2] = { 3050, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, @@ -4346,334 +4051,363 @@ skills["ConvalescencePlayer"] = { }, } } -skills["DarkEffigyPlayer"] = { - name = "Dark Effigy", - baseTypeName = "Dark Effigy", +skills["CracklingPalmPlayer"] = { + name = "Crackling Palm", + baseTypeName = "Crackling Palm", color = 3, - description = "Raise a Totem that bombards enemies afflicted by Chaos damage over time Debuffs.", - skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Chaos] = true, [SkillType.Limit] = true, }, - skillTotemId = 24, - castTime = 1, + description = "When you Hit with Unarmed Melee Attacks, calls down lightning bolts which deal Unarmed Attack damage to all surrounding enemies.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.Attack] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.NoAttackOrCastTime] = true, }, + weaponTypes = { + ["None"] = true, + }, + castTime = 0, qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 14, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 21, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 26, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 30, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 34, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 39, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 50, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 56, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 64, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 72, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 82, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 92, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 105, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 118, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 134, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 152, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 172, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 194, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 220, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 249, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 282, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 319, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 361, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 409, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 463, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 524, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 593, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 671, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 760, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 860, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 973, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1102, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1247, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1411, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1597, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1807, }, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, }, statSets = { [1] = { - label = "Dark Effigy", + label = "Crackling Palm", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "thunderfist_statset_0", + baseFlags = { + }, + constantStats = { + { "skill_desired_amount_override", 1 }, + }, + stats = { + "base_deal_no_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Bolt", + baseEffectiveness = 1.8999999761581, + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "thunderfist_statset_1", baseFlags = { + attack = true, + unarmed = true, area = true, - spell = true, - totem = true, - duration = true, }, constantStats = { - { "base_totem_duration", 8000 }, - { "base_totem_range", 120 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "base_number_of_totems_allowed", 1 }, + { "skill_desired_amount_override", 1 }, + { "active_skill_base_area_of_effect_radius", 14 }, + { "thunderfist_number_of_bolts_delays", 5 }, + { "thunderfist_bolt_delay_ms", 500 }, }, stats = { - "totem_elemental_resistance_%", - "totem_chaos_resistance_%", - "skill_is_deploy_skill", - "is_totem", - "can_perform_skill_while_moving", - "totem_targets_ignoring_action_distance", + "attack_minimum_added_lightning_damage", + "attack_maximum_added_lightning_damage", + "base_skill_show_average_damage_instead_of_dps", + "attack_is_not_melee_override", + "is_area_damage", }, levels = { - [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 14, baseMultiplier = 0.25, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 1, 23, baseMultiplier = 0.27, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 2, 36, baseMultiplier = 0.3, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 3, 50, baseMultiplier = 0.33, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 3, 64, baseMultiplier = 0.36, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 4, 79, baseMultiplier = 0.38, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 5, 96, baseMultiplier = 0.41, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6, 113, baseMultiplier = 0.43, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7, 131, baseMultiplier = 0.45, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 8, 149, baseMultiplier = 0.47, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 9, 169, baseMultiplier = 0.49, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 10, 190, baseMultiplier = 0.52, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 11, 211, baseMultiplier = 0.54, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 12, 233, baseMultiplier = 0.56, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 13, 256, baseMultiplier = 0.59, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 15, 280, baseMultiplier = 0.61, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 16, 305, baseMultiplier = 0.64, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 17, 331, baseMultiplier = 0.67, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 19, 358, baseMultiplier = 0.7, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 20, 385, baseMultiplier = 0.73, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 22, 413, baseMultiplier = 0.76, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 23, 442, baseMultiplier = 0.79, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 25, 473, baseMultiplier = 0.82, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 26, 503, baseMultiplier = 0.86, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 28, 535, baseMultiplier = 0.89, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 30, 568, baseMultiplier = 0.93, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 32, 601, baseMultiplier = 0.97, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 33, 636, baseMultiplier = 1.01, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 35, 671, baseMultiplier = 1.05, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 37, 707, baseMultiplier = 1.09, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 39, 744, baseMultiplier = 1.14, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 41, 782, baseMultiplier = 1.19, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 43, 821, baseMultiplier = 1.24, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 45, 860, baseMultiplier = 1.29, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 47, 901, baseMultiplier = 1.34, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 50, 942, baseMultiplier = 1.4, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 52, 984, baseMultiplier = 1.46, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 54, 1027, baseMultiplier = 1.52, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 56, 1071, baseMultiplier = 1.59, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 59, 1116, baseMultiplier = 1.65, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["DarkEffigyProjectilePlayer"] = { - name = "Vile Effusion", - hidden = true, - description = "Fire a Projectile at every nearby enemy that is afflicted by a Chaos damage over time Debuff. Fires multiple Projectiles at enemies afflicted by multiple Debuffs, but Projectile count cannot be otherwise modified.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.Chaos] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.UsedByTotem] = true, }, - castTime = 1, +skills["MetaCastCurseOnBlockPlayer"] = { + name = "Curse on Block", + baseTypeName = "Curse on Block", + color = 3, + description = "While active, gains Energy when you Block and triggers socketed Curses on reaching maximum Energy.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + castTime = 0, qualityStats = { - { "withered_on_hit_for_2_seconds_%_chance", 1 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, }, - [2] = { critChance = 7, levelRequirement = 0, }, - [3] = { critChance = 7, levelRequirement = 0, }, - [4] = { critChance = 7, levelRequirement = 0, }, - [5] = { critChance = 7, levelRequirement = 0, }, - [6] = { critChance = 7, levelRequirement = 0, }, - [7] = { critChance = 7, levelRequirement = 0, }, - [8] = { critChance = 7, levelRequirement = 0, }, - [9] = { critChance = 7, levelRequirement = 0, }, - [10] = { critChance = 7, levelRequirement = 0, }, - [11] = { critChance = 7, levelRequirement = 0, }, - [12] = { critChance = 7, levelRequirement = 0, }, - [13] = { critChance = 7, levelRequirement = 0, }, - [14] = { critChance = 7, levelRequirement = 0, }, - [15] = { critChance = 7, levelRequirement = 0, }, - [16] = { critChance = 7, levelRequirement = 0, }, - [17] = { critChance = 7, levelRequirement = 0, }, - [18] = { critChance = 7, levelRequirement = 0, }, - [19] = { critChance = 7, levelRequirement = 0, }, - [20] = { critChance = 7, levelRequirement = 0, }, - [21] = { critChance = 7, levelRequirement = 0, }, - [22] = { critChance = 7, levelRequirement = 0, }, - [23] = { critChance = 7, levelRequirement = 0, }, - [24] = { critChance = 7, levelRequirement = 0, }, - [25] = { critChance = 7, levelRequirement = 0, }, - [26] = { critChance = 7, levelRequirement = 0, }, - [27] = { critChance = 7, levelRequirement = 0, }, - [28] = { critChance = 7, levelRequirement = 0, }, - [29] = { critChance = 7, levelRequirement = 0, }, - [30] = { critChance = 7, levelRequirement = 0, }, - [31] = { critChance = 7, levelRequirement = 0, }, - [32] = { critChance = 7, levelRequirement = 0, }, - [33] = { critChance = 7, levelRequirement = 0, }, - [34] = { critChance = 7, levelRequirement = 0, }, - [35] = { critChance = 7, levelRequirement = 0, }, - [36] = { critChance = 7, levelRequirement = 0, }, - [37] = { critChance = 7, levelRequirement = 0, }, - [38] = { critChance = 7, levelRequirement = 0, }, - [39] = { critChance = 7, levelRequirement = 0, }, - [40] = { critChance = 7, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, }, statSets = { [1] = { - label = "Vile Effusion", - baseEffectiveness = 0.85000002384186, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "dark_effigy_projectile", + label = "Curse on Block", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", baseFlags = { - spell = true, - area = true, - projectile = true, }, constantStats = { - { "skill_disabled_unless_cloned", 2 }, - { "active_skill_base_area_of_effect_radius", 120 }, - { "active_skill_base_secondary_area_of_effect_radius", 12 }, - { "number_of_additional_projectiles", 100 }, + { "cast_on_block_gain_X_centienergy_on_block", 2500 }, + { "skill_desired_amount_override", 1 }, }, stats = { - "spell_minimum_base_chaos_damage", - "spell_maximum_base_chaos_damage", - "base_is_projectile", - "base_skill_is_totemified", - "is_area_damage", + "energy_generated_+%", + "generic_ongoing_trigger_triggers_at_maximum_energy", + "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", + "base_deal_no_damage", }, levels = { - [1] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 6, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, 8, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6, 11, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 7, 13, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 11, 20, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 13, 24, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 15, 28, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 17, 32, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 20, 38, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 23, 43, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 27, 50, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 31, 57, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 35, 65, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 40, 74, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 45, 83, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, 94, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 57, 107, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 65, 120, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 73, 135, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 82, 152, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 92, 171, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 104, 192, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 116, 216, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 130, 242, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 146, 272, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 164, 305, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 184, 342, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 207, 384, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 232, 431, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 261, 484, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 293, 544, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 329, 611, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 369, 686, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 415, 772, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 467, 868, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 526, 977, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 593, 1100, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 668, 1240, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["CorpseCloudPlayer"] = { - name = "Decompose", - baseTypeName = "Decompose", - fromItem = true, - color = 3, - description = "Consume a Corpse to create a cloud of flammable Poisonous gas. Any Burning effects or Detonator skills will explode the gas cloud, creating a fiery explosion.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, [SkillType.Chaos] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Fire] = true, }, - castTime = 0.8, +skills["SupportMetaCastCurseOnBlockPlayer"] = { + name = "SupportMetaCastCurseOnBlockPlayer", + hidden = true, + support = true, + requireSkillTypes = { SkillType.AppliesCurse, SkillType.Triggerable, SkillType.AND, }, + addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, + excludeSkillTypes = { SkillType.SupportedByHourglass, }, + isTrigger = true, qualityStats = { - { "base_skill_effect_duration", 50 }, - { "base_secondary_skill_effect_duration", 50 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Poison Cloud", - baseEffectiveness = 3.539999961853, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "corpse_cloud_statset_0", + label = "SupportMetaCastCurseOnBlockPlayer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { - spell = true, - area = true, - duration = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "base_skill_effect_duration", 4000 }, - { "active_skill_ground_effect_area_of_effect_+%_final_per_second", 20 }, - { "active_skill_ground_effect_area_of_effect_+%_final_per_second_max", 80 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, - { "spread_contagion_base_radius_when_using_corpse", 28 }, - { "explosion_delay_ms", 400 }, - { "number_of_poison_cloud_allowed", 6 }, - { "corpse_explosion_monster_life_permillage_chaos", 100 }, + { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, }, stats = { - "is_area_damage", - "can_perform_skill_while_moving", - "quality_display_base_skill_effect_duration_is_gem", + "triggered_by_generic_ongoing_trigger", + "generic_ongoing_trigger_triggers_at_maximum_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -4718,369 +4452,762 @@ skills["CorpseCloudPlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, - [2] = { - label = "Explosion", - baseEffectiveness = 3.539999961853, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "corpse_cloud_statset_1", - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "base_skill_effect_duration", 4000 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, - { "spread_contagion_base_radius_when_using_corpse", 28 }, - { "explosion_delay_ms", 400 }, - }, - stats = { - "spell_minimum_base_fire_damage", - "spell_maximum_base_fire_damage", - "is_area_damage", - "can_perform_skill_while_moving", - "quality_display_base_skill_effect_duration_is_gem", - }, - levels = { - [1] = { 11, 17, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 15, 23, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 21, 31, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 27, 41, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 35, 52, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 43, 64, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 52, 78, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 62, 94, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 74, 111, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 87, 131, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 102, 153, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 118, 178, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 137, 206, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 158, 237, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 181, 272, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 208, 312, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 238, 357, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 271, 407, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 309, 464, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 352, 529, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 401, 601, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 456, 684, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 518, 777, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 588, 882, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 668, 1002, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 759, 1138, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 862, 1293, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 980, 1469, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1113, 1670, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1266, 1898, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1440, 2159, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1638, 2458, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1866, 2799, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 2126, 3190, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2425, 3637, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2768, 4151, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 3161, 4742, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3614, 5422, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 4136, 6204, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4738, 7107, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, } } -skills["DespairPlayer"] = { - name = "Despair", - baseTypeName = "Despair", +skills["DarkEffigyPlayer"] = { + name = "Dark Effigy", + baseTypeName = "Dark Effigy", color = 3, - description = "Curse all targets in an area after a short delay, lowering their Chaos Resistance.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.Chaos] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.7, + description = "Raise a Totem that bombards enemies afflicted by Chaos damage over time Debuffs.", + skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Chaos] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, }, + skillTotemId = 24, + castTime = 1, qualityStats = { - { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 13, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 15, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 18, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 20, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 24, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 27, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 31, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 35, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 40, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 45, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 51, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 57, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 64, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 71, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 80, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 89, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 98, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 109, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 120, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 133, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 147, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 162, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 196, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 215, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 236, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 259, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 283, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 310, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 339, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 371, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 405, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 442, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 483, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 526, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 574, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 625, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 680, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 740, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 805, }, }, }, statSets = { [1] = { - label = "Despair", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "despair", - statMap = { - ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { - mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), - }, - }, + label = "Dark Effigy", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", baseFlags = { - spell = true, - curse = true, area = true, + spell = true, + totem = true, duration = true, }, constantStats = { - { "curse_delay_duration_ms", 1500 }, + { "base_totem_duration", 8000 }, + { "base_totem_range", 120 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_number_of_totems_allowed", 1 }, }, stats = { - "base_skill_effect_duration", - "active_skill_base_area_of_effect_radius", - "base_skill_buff_chaos_damage_resistance_%_to_apply", - "base_deal_no_damage", + "totem_elemental_resistance_%", + "totem_chaos_resistance_%", + "skill_is_deploy_skill", + "is_totem", "can_perform_skill_while_moving", + "totem_targets_ignoring_action_distance", + "quality_display_base_totem_duration_is_gem", + "is_spell_totem", }, levels = { - [1] = { 6000, 15, -18, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6200, 16, -18, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6200, 17, -18, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6200, 18, -19, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6400, 18, -19, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6400, 19, -19, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6400, 20, -20, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6600, 21, -20, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6600, 22, -20, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6600, 23, -21, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6800, 23, -21, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6800, 24, -21, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 25, -22, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7000, 26, -22, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7000, 27, -22, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 7000, 28, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7200, 28, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 7200, 29, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 7200, 30, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 7400, 31, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7400, 32, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7400, 33, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7600, 34, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7600, 34, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7600, 35, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7800, 36, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7800, 37, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7800, 38, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8000, 39, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8000, 39, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8000, 40, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8200, 40, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 8200, 41, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 8200, 41, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 8400, 42, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 8400, 42, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 8400, 42, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 8600, 43, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8600, 43, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 8600, 44, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["DetonateDeadPlayer"] = { - name = "Detonate Dead", - baseTypeName = "Detonate Dead", - color = 3, - description = "Cause a Corpse to violently explode, damaging surrounding enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.8, +skills["DarkEffigyProjectilePlayer"] = { + name = "Vile Effusion", + hidden = true, + description = "Fire a Projectile at every nearby enemy that is afflicted by a Chaos damage over time Debuff. Fires multiple Projectiles at enemies afflicted by multiple Debuffs, but Projectile count cannot be otherwise modified.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.Chaos] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.UsedByTotem] = true, }, + castTime = 1, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.2 }, + { "active_skill_base_secondary_area_of_effect_radius", 0.1 }, }, levels = { - [1] = { critChance = 8, levelRequirement = 0, cost = { Mana = 10, }, }, - [2] = { critChance = 8, levelRequirement = 3, cost = { Mana = 12, }, }, - [3] = { critChance = 8, levelRequirement = 6, cost = { Mana = 13, }, }, - [4] = { critChance = 8, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { critChance = 8, levelRequirement = 14, cost = { Mana = 17, }, }, - [6] = { critChance = 8, levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { critChance = 8, levelRequirement = 22, cost = { Mana = 22, }, }, - [8] = { critChance = 8, levelRequirement = 26, cost = { Mana = 25, }, }, - [9] = { critChance = 8, levelRequirement = 31, cost = { Mana = 29, }, }, - [10] = { critChance = 8, levelRequirement = 36, cost = { Mana = 32, }, }, - [11] = { critChance = 8, levelRequirement = 41, cost = { Mana = 37, }, }, - [12] = { critChance = 8, levelRequirement = 46, cost = { Mana = 42, }, }, - [13] = { critChance = 8, levelRequirement = 52, cost = { Mana = 47, }, }, - [14] = { critChance = 8, levelRequirement = 58, cost = { Mana = 53, }, }, - [15] = { critChance = 8, levelRequirement = 64, cost = { Mana = 61, }, }, - [16] = { critChance = 8, levelRequirement = 66, cost = { Mana = 69, }, }, - [17] = { critChance = 8, levelRequirement = 72, cost = { Mana = 78, }, }, - [18] = { critChance = 8, levelRequirement = 78, cost = { Mana = 88, }, }, - [19] = { critChance = 8, levelRequirement = 84, cost = { Mana = 100, }, }, - [20] = { critChance = 8, levelRequirement = 90, cost = { Mana = 113, }, }, - [21] = { critChance = 8, levelRequirement = 90, cost = { Mana = 128, }, }, - [22] = { critChance = 8, levelRequirement = 90, cost = { Mana = 145, }, }, - [23] = { critChance = 8, levelRequirement = 90, cost = { Mana = 164, }, }, - [24] = { critChance = 8, levelRequirement = 90, cost = { Mana = 185, }, }, - [25] = { critChance = 8, levelRequirement = 90, cost = { Mana = 210, }, }, - [26] = { critChance = 8, levelRequirement = 90, cost = { Mana = 238, }, }, - [27] = { critChance = 8, levelRequirement = 90, cost = { Mana = 269, }, }, - [28] = { critChance = 8, levelRequirement = 90, cost = { Mana = 304, }, }, - [29] = { critChance = 8, levelRequirement = 90, cost = { Mana = 345, }, }, - [30] = { critChance = 8, levelRequirement = 90, cost = { Mana = 390, }, }, - [31] = { critChance = 8, levelRequirement = 90, cost = { Mana = 441, }, }, - [32] = { critChance = 8, levelRequirement = 90, cost = { Mana = 500, }, }, - [33] = { critChance = 8, levelRequirement = 90, cost = { Mana = 566, }, }, - [34] = { critChance = 8, levelRequirement = 90, cost = { Mana = 640, }, }, - [35] = { critChance = 8, levelRequirement = 90, cost = { Mana = 724, }, }, - [36] = { critChance = 8, levelRequirement = 90, cost = { Mana = 820, }, }, - [37] = { critChance = 8, levelRequirement = 90, cost = { Mana = 928, }, }, - [38] = { critChance = 8, levelRequirement = 90, cost = { Mana = 1050, }, }, - [39] = { critChance = 8, levelRequirement = 90, cost = { Mana = 1189, }, }, - [40] = { critChance = 8, levelRequirement = 90, cost = { Mana = 1345, }, }, + [1] = { critChance = 7, levelRequirement = 0, }, + [2] = { critChance = 7, levelRequirement = 0, }, + [3] = { critChance = 7, levelRequirement = 0, }, + [4] = { critChance = 7, levelRequirement = 0, }, + [5] = { critChance = 7, levelRequirement = 0, }, + [6] = { critChance = 7, levelRequirement = 0, }, + [7] = { critChance = 7, levelRequirement = 0, }, + [8] = { critChance = 7, levelRequirement = 0, }, + [9] = { critChance = 7, levelRequirement = 0, }, + [10] = { critChance = 7, levelRequirement = 0, }, + [11] = { critChance = 7, levelRequirement = 0, }, + [12] = { critChance = 7, levelRequirement = 0, }, + [13] = { critChance = 7, levelRequirement = 0, }, + [14] = { critChance = 7, levelRequirement = 0, }, + [15] = { critChance = 7, levelRequirement = 0, }, + [16] = { critChance = 7, levelRequirement = 0, }, + [17] = { critChance = 7, levelRequirement = 0, }, + [18] = { critChance = 7, levelRequirement = 0, }, + [19] = { critChance = 7, levelRequirement = 0, }, + [20] = { critChance = 7, levelRequirement = 0, }, + [21] = { critChance = 7, levelRequirement = 0, }, + [22] = { critChance = 7, levelRequirement = 0, }, + [23] = { critChance = 7, levelRequirement = 0, }, + [24] = { critChance = 7, levelRequirement = 0, }, + [25] = { critChance = 7, levelRequirement = 0, }, + [26] = { critChance = 7, levelRequirement = 0, }, + [27] = { critChance = 7, levelRequirement = 0, }, + [28] = { critChance = 7, levelRequirement = 0, }, + [29] = { critChance = 7, levelRequirement = 0, }, + [30] = { critChance = 7, levelRequirement = 0, }, + [31] = { critChance = 7, levelRequirement = 0, }, + [32] = { critChance = 7, levelRequirement = 0, }, + [33] = { critChance = 7, levelRequirement = 0, }, + [34] = { critChance = 7, levelRequirement = 0, }, + [35] = { critChance = 7, levelRequirement = 0, }, + [36] = { critChance = 7, levelRequirement = 0, }, + [37] = { critChance = 7, levelRequirement = 0, }, + [38] = { critChance = 7, levelRequirement = 0, }, + [39] = { critChance = 7, levelRequirement = 0, }, + [40] = { critChance = 7, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Detonate Dead", - baseEffectiveness = 6, - incrementalEffectiveness = 0.050000000745058, - damageIncrementalEffectiveness = 0.0024999999441206, - statDescriptionScope = "detonate_dead", + label = "Vile Effusion", + baseEffectiveness = 0.85000002384186, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "dark_effigy_projectile", baseFlags = { - area = true, spell = true, - }, - baseMods = { - skill("explodeCorpse", true), + area = true, + projectile = true, + totem = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 26 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "spread_contagion_base_radius_when_using_corpse", 26 }, - { "explosion_delay_ms", 400 }, + { "skill_disabled_unless_cloned", 2 }, + { "active_skill_base_area_of_effect_radius", 120 }, + { "active_skill_base_secondary_area_of_effect_radius", 12 }, + { "number_of_additional_projectiles", 100 }, }, stats = { - "spell_minimum_base_fire_damage", - "spell_maximum_base_fire_damage", - "corpse_explosion_monster_life_permillage_physical", + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "base_is_projectile", + "base_skill_is_totemified", "is_area_damage", - "can_perform_skill_while_moving", - "quality_display_active_skill_base_area_of_effect_radius_is_gem", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", }, levels = { - [1] = { 19, 28, 50, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 21, 32, 53, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 24, 37, 56, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 28, 42, 59, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 32, 48, 62, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 36, 54, 65, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 41, 61, 68, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 45, 68, 71, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 51, 76, 74, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 56, 84, 77, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 62, 93, 80, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 69, 103, 83, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 76, 113, 86, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 83, 124, 89, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 91, 136, 92, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 99, 149, 95, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 108, 162, 98, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 118, 176, 101, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 128, 192, 104, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 139, 208, 107, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 150, 225, 110, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 162, 243, 113, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 175, 263, 116, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 189, 284, 119, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 204, 306, 122, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 220, 330, 125, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 237, 355, 128, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 254, 382, 131, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 274, 410, 134, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 294, 441, 137, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 315, 473, 138, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 339, 508, 140, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 363, 545, 141, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 389, 584, 143, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 417, 626, 144, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 447, 670, 146, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 479, 718, 147, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 512, 769, 149, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 549, 823, 150, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 587, 881, 152, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 6, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 8, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6, 10, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 7, 13, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 10, 19, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 12, 23, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 15, 27, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 17, 32, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 20, 37, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 23, 43, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 27, 50, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 31, 58, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 36, 66, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 41, 76, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 47, 87, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 53, 99, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 61, 113, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 69, 128, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 79, 146, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 89, 166, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 101, 188, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 115, 214, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 131, 243, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 149, 276, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 169, 313, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 192, 356, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 218, 405, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 248, 460, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 282, 523, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 321, 595, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 365, 678, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 416, 772, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 474, 881, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 541, 1005, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 618, 1148, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 707, 1312, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 809, 1502, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 926, 1720, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["DisciplinePlayer"] = { - name = "Discipline", - baseTypeName = "Discipline", +skills["CorpseCloudPlayer"] = { + name = "Decompose", + baseTypeName = "Decompose", fromItem = true, color = 3, - description = "Emit an Aura that grants you and Allies in your Presence additional Total Energy Shield.", - skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, }, - castTime = 0, + description = "Consume a Corpse to create a cloud of flammable Poisonous gas. Any Burning effects or Detonator skills will explode the gas cloud, creating a fiery explosion.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, [SkillType.Chaos] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Fire] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.8, qualityStats = { - { "base_skill_buff_energy_shield_recharge_rate_+%_to_apply", 1 }, + { "base_skill_effect_duration", 50 }, + { "base_secondary_skill_effect_duration", 50 }, }, levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, - [4] = { levelRequirement = 10, }, - [5] = { levelRequirement = 14, }, - [6] = { levelRequirement = 18, }, - [7] = { levelRequirement = 22, }, - [8] = { levelRequirement = 26, }, - [9] = { levelRequirement = 31, }, - [10] = { levelRequirement = 36, }, - [11] = { levelRequirement = 41, }, - [12] = { levelRequirement = 46, }, - [13] = { levelRequirement = 52, }, - [14] = { levelRequirement = 58, }, - [15] = { levelRequirement = 64, }, - [16] = { levelRequirement = 66, }, - [17] = { levelRequirement = 72, }, - [18] = { levelRequirement = 78, }, - [19] = { levelRequirement = 84, }, - [20] = { levelRequirement = 90, }, - [21] = { levelRequirement = 90, }, - [22] = { levelRequirement = 90, }, - [23] = { levelRequirement = 90, }, - [24] = { levelRequirement = 90, }, - [25] = { levelRequirement = 90, }, - [26] = { levelRequirement = 90, }, - [27] = { levelRequirement = 90, }, + [1] = { levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Poison Cloud", + baseEffectiveness = 3.539999961853, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "corpse_cloud_statset_0", + baseFlags = { + spell = true, + area = true, + duration = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "base_skill_effect_duration", 4000 }, + { "active_skill_ground_effect_area_of_effect_+%_final_per_second", 20 }, + { "active_skill_ground_effect_area_of_effect_+%_final_per_second_max", 80 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "spread_contagion_base_radius_when_using_corpse", 28 }, + { "explosion_delay_ms", 400 }, + { "number_of_poison_cloud_allowed", 6 }, + { "corpse_explosion_monster_life_permillage_chaos", 100 }, + }, + stats = { + "is_area_damage", + "can_perform_skill_while_moving", + "quality_display_base_skill_effect_duration_is_gem", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Explosion", + baseEffectiveness = 3.75, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "corpse_cloud_statset_1", + baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "base_skill_effect_duration", 4000 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "spread_contagion_base_radius_when_using_corpse", 28 }, + { "explosion_delay_ms", 400 }, + }, + stats = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "is_area_damage", + "can_perform_skill_while_moving", + "quality_display_base_skill_effect_duration_is_gem", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 9, 14, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 13, 19, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 18, 27, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 24, 36, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 31, 46, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 39, 59, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 49, 73, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 60, 91, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 73, 110, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 89, 133, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 107, 161, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 125, 188, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 146, 219, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 170, 254, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 196, 295, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 227, 340, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 262, 392, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 301, 452, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 347, 520, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 398, 598, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 458, 687, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 526, 789, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 604, 906, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 694, 1040, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 797, 1195, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 916, 1373, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1052, 1579, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1210, 1816, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1393, 2090, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1604, 2407, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1849, 2774, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2133, 3200, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2464, 3695, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2848, 4271, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3295, 4943, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3817, 5725, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 4427, 6640, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 5140, 7710, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 5976, 8964, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 6957, 10435, critChance = 8, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["DespairPlayer"] = { + name = "Despair", + baseTypeName = "Despair", + color = 3, + description = "Curse all targets in an area after a short delay, lowering their Chaos Resistance.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.Chaos] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.7, + qualityStats = { + { "curse_effect_+%", 0.5 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, + }, + statSets = { + [1] = { + label = "Despair", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "despair", + statMap = { + ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { + mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), + }, + }, + baseFlags = { + spell = true, + curse = true, + area = true, + duration = true, + }, + constantStats = { + { "curse_delay_duration_ms", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_skill_effect_duration", + "active_skill_base_area_of_effect_radius", + "base_skill_buff_chaos_damage_resistance_%_to_apply", + "skill_curses_cannot_apply_to_targets_above_level", + "base_deal_no_damage", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 15, -35, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, -35, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, -36, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, -37, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, -38, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, -38, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, -39, 39, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, -40, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, -41, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, -41, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, -42, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, -43, 61, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, -44, 66, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, -44, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, -45, 74, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, -46, 76, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, -47, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, -47, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, -48, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, -49, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, -50, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, -50, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, -51, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, -52, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, -53, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, -53, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, -54, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, -55, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, -56, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, -56, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, -57, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, -57, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, -57, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, -58, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, -58, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, -59, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, -59, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, -59, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, -60, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, -60, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["DetonateDeadPlayer"] = { + name = "Detonate Dead", + baseTypeName = "Detonate Dead", + color = 3, + description = "Cause a Corpse to violently explode, damaging surrounding enemies.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, + castTime = 0.8, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.2 }, + }, + levels = { + [1] = { critChance = 8, levelRequirement = 0, cost = { Mana = 9, }, }, + [2] = { critChance = 8, levelRequirement = 3, cost = { Mana = 11, }, }, + [3] = { critChance = 8, levelRequirement = 6, cost = { Mana = 13, }, }, + [4] = { critChance = 8, levelRequirement = 10, cost = { Mana = 15, }, }, + [5] = { critChance = 8, levelRequirement = 14, cost = { Mana = 18, }, }, + [6] = { critChance = 8, levelRequirement = 18, cost = { Mana = 20, }, }, + [7] = { critChance = 8, levelRequirement = 22, cost = { Mana = 23, }, }, + [8] = { critChance = 8, levelRequirement = 26, cost = { Mana = 26, }, }, + [9] = { critChance = 8, levelRequirement = 31, cost = { Mana = 30, }, }, + [10] = { critChance = 8, levelRequirement = 36, cost = { Mana = 34, }, }, + [11] = { critChance = 8, levelRequirement = 41, cost = { Mana = 38, }, }, + [12] = { critChance = 8, levelRequirement = 46, cost = { Mana = 42, }, }, + [13] = { critChance = 8, levelRequirement = 52, cost = { Mana = 48, }, }, + [14] = { critChance = 8, levelRequirement = 58, cost = { Mana = 53, }, }, + [15] = { critChance = 8, levelRequirement = 64, cost = { Mana = 59, }, }, + [16] = { critChance = 8, levelRequirement = 66, cost = { Mana = 66, }, }, + [17] = { critChance = 8, levelRequirement = 72, cost = { Mana = 73, }, }, + [18] = { critChance = 8, levelRequirement = 78, cost = { Mana = 81, }, }, + [19] = { critChance = 8, levelRequirement = 84, cost = { Mana = 89, }, }, + [20] = { critChance = 8, levelRequirement = 90, cost = { Mana = 99, }, }, + [21] = { critChance = 8, levelRequirement = 90, cost = { Mana = 109, }, }, + [22] = { critChance = 8, levelRequirement = 90, cost = { Mana = 120, }, }, + [23] = { critChance = 8, levelRequirement = 90, cost = { Mana = 132, }, }, + [24] = { critChance = 8, levelRequirement = 90, cost = { Mana = 146, }, }, + [25] = { critChance = 8, levelRequirement = 90, cost = { Mana = 160, }, }, + [26] = { critChance = 8, levelRequirement = 90, cost = { Mana = 175, }, }, + [27] = { critChance = 8, levelRequirement = 90, cost = { Mana = 192, }, }, + [28] = { critChance = 8, levelRequirement = 90, cost = { Mana = 211, }, }, + [29] = { critChance = 8, levelRequirement = 90, cost = { Mana = 231, }, }, + [30] = { critChance = 8, levelRequirement = 90, cost = { Mana = 252, }, }, + [31] = { critChance = 8, levelRequirement = 90, cost = { Mana = 276, }, }, + [32] = { critChance = 8, levelRequirement = 90, cost = { Mana = 301, }, }, + [33] = { critChance = 8, levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { critChance = 8, levelRequirement = 90, cost = { Mana = 359, }, }, + [35] = { critChance = 8, levelRequirement = 90, cost = { Mana = 392, }, }, + [36] = { critChance = 8, levelRequirement = 90, cost = { Mana = 427, }, }, + [37] = { critChance = 8, levelRequirement = 90, cost = { Mana = 465, }, }, + [38] = { critChance = 8, levelRequirement = 90, cost = { Mana = 506, }, }, + [39] = { critChance = 8, levelRequirement = 90, cost = { Mana = 551, }, }, + [40] = { critChance = 8, levelRequirement = 90, cost = { Mana = 599, }, }, + }, + statSets = { + [1] = { + label = "Detonate Dead", + baseEffectiveness = 6, + incrementalEffectiveness = 0.050000000745058, + damageIncrementalEffectiveness = 0.003000000026077, + statDescriptionScope = "detonate_dead", + baseFlags = { + area = true, + spell = true, + }, + baseMods = { + skill("explodeCorpse", true), + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 26 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "spread_contagion_base_radius_when_using_corpse", 26 }, + { "explosion_delay_ms", 400 }, + }, + stats = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "corpse_explosion_monster_life_permillage_physical", + "is_area_damage", + "can_perform_skill_while_moving", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 19, 28, 50, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 21, 32, 53, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 24, 37, 56, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 28, 42, 59, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 32, 48, 62, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 36, 55, 65, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 41, 62, 68, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 46, 69, 71, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 51, 77, 74, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 57, 86, 77, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 64, 95, 80, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 70, 106, 83, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 78, 116, 86, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 85, 128, 89, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 94, 141, 92, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 103, 154, 95, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 112, 168, 98, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 123, 184, 101, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 134, 200, 104, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 145, 218, 107, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 158, 237, 110, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 172, 257, 113, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 186, 279, 116, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 202, 303, 119, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 218, 328, 122, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 236, 354, 125, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 255, 383, 128, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 276, 414, 131, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 298, 447, 134, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 322, 482, 137, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 347, 520, 138, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 374, 561, 140, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 403, 605, 141, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 435, 652, 143, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 468, 702, 144, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 504, 756, 146, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 543, 814, 147, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 585, 877, 149, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 629, 944, 150, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 678, 1016, 152, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["DisciplinePlayer"] = { + name = "Discipline", + baseTypeName = "Discipline", + fromItem = true, + color = 3, + description = "Emit an Aura that grants you and Allies in your Presence additional Total Energy Shield.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, }, + castTime = 0, + qualityStats = { + { "base_skill_buff_energy_shield_recharge_rate_+%_to_apply", 1 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, [28] = { levelRequirement = 90, }, [29] = { levelRequirement = 90, }, [30] = { levelRequirement = 90, }, @@ -5333,7 +5460,7 @@ skills["MetaElementalInvocationPlayer"] = { constantStats = { { "generic_ongoing_trigger_maximum_energy", 500 }, { "elemental_invocation_gain_X_centienergy_per_monster_power_on_shock", 100 }, - { "elemental_invocation_gain_X_centienergy_per_monster_power_on_ignite", 200 }, + { "elemental_invocation_gain_X_centienergy_per_monster_power_on_ignite", 100 }, { "elemental_invocation_gain_X_centienergy_per_monster_power_on_freeze", 1000 }, }, stats = { @@ -5393,6 +5520,8 @@ skills["SupportElementalInvocationPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -5439,7 +5568,7 @@ skills["SupportElementalInvocationPlayer"] = { [1] = { label = "SupportElementalInvocationPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -5447,8 +5576,7 @@ skills["SupportElementalInvocationPlayer"] = { }, stats = { "triggered_by_generic_ongoing_trigger", - "display_generic_ongoing_triggerer_is_invocation_skill", - "skill_cannot_generate_energy", + "generic_ongoing_triggerer_is_invocation_skill", }, levels = { [1] = { actorLevel = 1, }, @@ -5495,64 +5623,193 @@ skills["SupportElementalInvocationPlayer"] = { }, } } -skills["BlazingClusterPlayer"] = { +skills["ElementalWeaknessPlayer"] = { + name = "Elemental Weakness", + baseTypeName = "Elemental Weakness", + color = 3, + description = "Curse all targets in an area after a short delay, lowering their Elemental Resistances.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.7, + qualityStats = { + { "curse_effect_+%", 0.5 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, + }, + statSets = { + [1] = { + label = "Elemental Weakness", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "elemental_weakness", + statMap = { + ["base_skill_buff_all_elements_resistance_%_to_apply"] = { + mod("ElementalResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), + }, + }, + baseFlags = { + area = true, + spell = true, + duration = true, + }, + constantStats = { + { "curse_delay_duration_ms", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_skill_effect_duration", + "active_skill_base_area_of_effect_radius", + "base_skill_buff_all_elements_resistance_%_to_apply", + "skill_curses_cannot_apply_to_targets_above_level", + "base_deal_no_damage", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 15, -40, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, -41, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, -42, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, -43, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, -44, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, -45, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, -46, 39, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, -47, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, -48, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, -49, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, -50, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, -51, 61, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, -52, 66, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, -53, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, -54, 74, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, -55, 76, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, -56, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, -57, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, -58, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, -59, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, -60, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, -61, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, -62, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, -63, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, -64, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, -65, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, -66, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, -67, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, -68, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, -69, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, -69, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, -70, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, -70, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, -71, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, -71, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, -72, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, -72, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, -73, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, -73, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, -74, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["EmberFusilladePlayer"] = { name = "Ember Fusillade", baseTypeName = "Ember Fusillade", color = 3, - description = "Conjure a blazing Ember that hovers above you. After a short duration, the Ember launches at an enemy, dealing Fire damage in an area on impact and prioritising the last enemy targeted. Recasting this spell resets the duration for all active Embers. Multiple Embers fired in the same Fusillade will attempt to target different enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, + description = "Conjure a blazing Ember that hovers above you. After a short duration, the Ember launches at an enemy, dealing Fire damage in an area on impact and prioritising the last enemy targeted. Recasting this spell resets the duration for all active Embers. Multiple Embers fired in the same Fusillade will attempt to target different enemies. Consumes a Lightning Infusion if possible to cause the entire Fusillade to create beams that Chain to enemies.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.4, qualityStats = { { "ember_fusillade_damage_+%_final_per_ember_fired", 0.1 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 4, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 3, }, }, [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 4, }, }, [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 5, }, }, [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 5, }, }, [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 6, }, }, [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 7, }, }, [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 8, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 9, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 10, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 10, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 11, }, }, [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 12, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 13, }, }, - [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 15, }, }, - [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 17, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 14, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 16, }, }, + [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 18, }, }, [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 20, }, }, [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 22, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 25, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 29, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 33, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 37, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 42, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 48, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 54, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 61, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 69, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 78, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 89, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 101, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 114, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 129, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 146, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 165, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 187, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 212, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 240, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 271, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 307, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 348, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 394, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 445, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 504, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 24, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 27, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 30, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 33, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 37, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 41, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 45, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 49, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 60, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 66, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 72, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 79, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 86, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 94, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 103, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 113, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 123, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 135, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 147, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 160, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 174, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 190, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 206, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 225, }, }, }, statSets = { [1] = { label = "Projectile", baseEffectiveness = 2.0999999046326, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "blazing_cluster_statset_0", baseFlags = { spell = true, @@ -5564,7 +5821,7 @@ skills["BlazingClusterPlayer"] = { { "blazing_cluster_delay_between_projectiles_ms", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "blazing_cluster_subsequent_targeting_radius", 30 }, { "ember_fusillade_damage_+%_final_per_ember_fired", 5 }, }, @@ -5576,48 +5833,54 @@ skills["BlazingClusterPlayer"] = { "can_perform_skill_while_moving", "projectile_uses_contact_position", "quality_display_ember_fusilade_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { [1] = { 7, 10, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, [2] = { 9, 13, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 12, 18, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 16, 24, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 20, 30, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 25, 37, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 30, 45, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 36, 54, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 42, 63, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 49, 74, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 57, 86, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [4] = { 16, 23, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 20, 29, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 24, 36, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 29, 44, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 35, 52, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 41, 62, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 49, 73, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 57, 85, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 66, 99, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 76, 114, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 87, 130, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 99, 148, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 112, 168, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 127, 190, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 144, 215, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 162, 243, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 183, 274, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 206, 309, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 231, 347, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 260, 390, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 292, 438, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 328, 492, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 368, 553, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 413, 620, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 464, 696, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 521, 781, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 584, 876, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 656, 983, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 736, 1104, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 826, 1240, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 928, 1392, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1043, 1565, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1173, 1760, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1320, 1979, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1485, 2228, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1673, 2509, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1886, 2828, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [14] = { 88, 132, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 101, 151, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 115, 173, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 132, 198, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 150, 226, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 171, 257, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 195, 293, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 222, 333, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 252, 378, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 287, 430, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 325, 488, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 370, 554, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 420, 629, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 477, 715, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 541, 812, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 615, 923, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 699, 1049, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 795, 1193, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 905, 1357, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1030, 1546, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1174, 1761, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1339, 2008, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1528, 2292, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1745, 2618, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1995, 2993, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2283, 3424, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2615, 3922, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { @@ -5633,7 +5896,7 @@ skills["BlazingClusterPlayer"] = { { "blazing_cluster_delay_between_projectiles_ms", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "blazing_cluster_subsequent_targeting_radius", 30 }, { "ember_fusillade_damage_+%_final_per_ember_fired", 5 }, { "active_skill_base_area_of_effect_radius", 9 }, @@ -5646,49 +5909,136 @@ skills["BlazingClusterPlayer"] = { "can_perform_skill_while_moving", "projectile_uses_contact_position", "quality_display_ember_fusilade_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_lightning_infusion", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 7, 10, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, [2] = { 9, 13, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 12, 18, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 16, 24, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 20, 30, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 25, 37, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 30, 45, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 36, 54, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 42, 63, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 49, 74, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 57, 86, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [4] = { 16, 23, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 20, 29, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 24, 36, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 29, 44, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 35, 52, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 41, 62, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 49, 73, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 57, 85, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 66, 99, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 76, 114, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 87, 130, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 99, 148, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 112, 168, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 127, 190, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 144, 215, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 162, 243, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 183, 274, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 206, 309, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 231, 347, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 260, 390, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 292, 438, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 328, 492, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 368, 553, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 413, 620, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 464, 696, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 521, 781, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 584, 876, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 656, 983, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 736, 1104, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 826, 1240, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 928, 1392, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1043, 1565, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1173, 1760, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1320, 1979, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1485, 2228, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1673, 2509, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1886, 2828, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [14] = { 88, 132, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 101, 151, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 115, 173, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 132, 198, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 150, 226, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 171, 257, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 195, 293, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 222, 333, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 252, 378, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 287, 430, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 325, 488, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 370, 554, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 420, 629, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 477, 715, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 541, 812, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 615, 923, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 699, 1049, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 795, 1193, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 905, 1357, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1030, 1546, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1174, 1761, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1339, 2008, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1528, 2292, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1745, 2618, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1995, 2993, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2283, 3424, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2615, 3922, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Beam", + baseEffectiveness = 1.3999999761581, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "blazing_cluster_statset_2", + baseFlags = { + spell = true, + projectile = true, + }, + constantStats = { + { "blazing_cluster_delay_between_projectiles_ms", 100 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "blazing_cluster_subsequent_targeting_radius", 30 }, + { "ember_fusillade_damage_+%_final_per_ember_fired", 5 }, + { "number_of_chains", 4 }, + }, + stats = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "blazing_cluster_maximum_number_of_projectiles_allowed", + "base_is_projectile", + "can_perform_skill_while_moving", + "projectile_uses_contact_position", + "quality_display_ember_fusilade_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, + levels = { + [1] = { 0, 0, 1, 10, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 1, 14, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1, 19, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1, 25, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 2, 31, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 2, 38, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 2, 46, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 3, 55, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 3, 66, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 4, 77, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 5, 90, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 5, 104, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 6, 121, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 7, 139, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 8, 159, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 10, 183, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 11, 209, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 13, 238, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 14, 271, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 16, 309, 10, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 18, 351, 10, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 21, 399, 10, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 24, 454, 10, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 27, 515, 11, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 31, 585, 11, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 35, 664, 11, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 40, 755, 12, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 45, 857, 12, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 51, 974, 12, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 58, 1107, 13, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 66, 1259, 13, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 75, 1433, 13, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 86, 1632, 14, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 98, 1859, 14, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 112, 2120, 14, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 127, 2419, 15, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 145, 2763, 15, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 166, 3159, 15, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 190, 3615, 16, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 218, 4140, 16, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -5698,52 +6048,52 @@ skills["EnfeeblePlayer"] = { baseTypeName = "Enfeeble", color = 3, description = "Curse all targets in an area after a short delay, making them deal less damage.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, }, statSets = { [1] = { @@ -5768,57 +6118,60 @@ skills["EnfeeblePlayer"] = { { "curse_delay_duration_ms", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", "active_skill_base_area_of_effect_radius", "base_skill_buff_damage_+%_final_to_apply", - "base_skill_buff_damage_+%_final_vs_unique_to_apply", + "skill_curses_cannot_apply_to_targets_above_level", "base_deal_no_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { - [1] = { 6000, 15, -20, -10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6200, 16, -20, -10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6200, 17, -20, -10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6200, 18, -21, -11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6400, 18, -21, -11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6400, 19, -21, -11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6400, 20, -22, -12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6600, 21, -22, -12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6600, 22, -22, -12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6600, 23, -23, -13, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6800, 23, -23, -13, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6800, 24, -23, -13, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 25, -24, -14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7000, 26, -24, -14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7000, 27, -24, -14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 7000, 28, -25, -15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7200, 28, -25, -15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 7200, 29, -25, -15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 7200, 30, -26, -16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 7400, 31, -26, -16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7400, 32, -26, -16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7400, 33, -27, -17, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7600, 34, -27, -17, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7600, 34, -27, -17, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7600, 35, -28, -18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7800, 36, -28, -18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7800, 37, -28, -18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7800, 38, -29, -19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8000, 39, -29, -19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8000, 39, -29, -19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8000, 40, -30, -20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8200, 40, -30, -20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 8200, 41, -30, -20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 8200, 41, -31, -21, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 8400, 42, -31, -21, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 8400, 42, -31, -21, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 8400, 42, -32, -22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 8600, 43, -32, -22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8600, 43, -32, -22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 8600, 44, -33, -23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 6000, 15, -20, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, -20, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, -21, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, -21, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, -22, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, -22, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, -23, 39, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, -23, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, -24, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, -24, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, -25, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, -25, 61, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, -26, 66, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, -26, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, -27, 74, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, -27, 76, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, -28, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, -28, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, -29, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, -29, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, -30, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, -30, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, -31, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, -31, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, -32, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, -32, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, -33, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, -33, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, -34, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, -34, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, -34, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, -35, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, -35, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, -35, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, -35, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, -36, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, -36, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, -36, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, -36, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, -37, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -5828,202 +6181,416 @@ skills["EssenceDrainPlayer"] = { baseTypeName = "Essence Drain", color = 3, description = "Fire a Projectile that applies a powerful Chaos damage over time debuff to enemies it hits.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Multicastable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Multicastable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.8, qualityStats = { { "base_skill_effect_duration", 50 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 6, }, }, - [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 7, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 9, }, }, + [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 8, }, }, [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 10, }, }, [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 11, }, }, [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 21, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 15, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 22, }, }, [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 24, }, }, [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 27, }, }, - [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 31, }, }, - [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 35, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 39, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 44, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 50, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 57, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 65, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 73, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 83, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 94, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 106, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 120, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 136, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 154, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 175, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 198, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 224, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 254, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 287, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 325, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 368, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 416, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 471, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 533, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 604, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 683, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 773, }, }, + [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 30, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 34, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 38, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 42, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 46, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 51, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 57, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 63, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 69, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 83, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 92, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 101, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 110, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 121, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 133, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 145, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 158, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 173, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 189, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 206, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 225, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 245, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 267, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 291, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 316, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 344, }, }, + }, + statSets = { + [1] = { + label = "Projectile", + baseEffectiveness = 1.7000000476837, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "essence_drain", + baseFlags = { + spell = true, + projectile = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "pvp_skill_dot_attack_time_override_ms", 10000 }, + }, + stats = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "base_is_projectile", + "projectile_uses_contact_position", + "check_for_targets_between_initiator_and_projectile_source", + "maintain_projectile_direction_when_using_contact_position", + "can_perform_skill_while_moving", + "disable_visual_hit_effect", + "should_use_additive_aiming_animation", + "quality_display_base_skill_effect_duration_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, + levels = { + [1] = { 5, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 6, 12, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 20, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 26, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 17, 32, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 38, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 25, 46, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, 55, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 34, 64, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 40, 75, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 47, 87, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 54, 100, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 62, 115, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 71, 133, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 82, 152, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 93, 173, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 107, 198, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 121, 226, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 138, 257, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 157, 292, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 179, 332, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 203, 377, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 230, 428, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 262, 486, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 297, 552, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 338, 627, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 383, 712, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 436, 809, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 495, 920, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 563, 1046, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 641, 1190, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 730, 1355, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 832, 1545, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 948, 1761, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1082, 2010, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1236, 2296, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1413, 2624, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1617, 3003, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1852, 3440, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Damage over Time", + baseEffectiveness = 8.5, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, + statDescriptionScope = "essence_drain", + baseFlags = { + spell = true, + projectile = true, + duration = true, + }, + baseMods = { + skill("debuff", true), + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "pvp_skill_dot_attack_time_override_ms", 10000 }, + { "base_skill_effect_duration", 4000 }, + }, + stats = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "base_chaos_damage_to_deal_per_minute", + "base_is_projectile", + "projectile_uses_contact_position", + "check_for_targets_between_initiator_and_projectile_source", + "maintain_projectile_direction_when_using_contact_position", + "can_perform_skill_while_moving", + "disable_visual_hit_effect", + "should_use_additive_aiming_animation", + "quality_display_base_skill_effect_duration_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "spell_damage_modifiers_apply_to_skill_dot", + "display_statset_hide_usage_stats", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, + levels = { + [1] = { 0, 0, 550, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 800, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1158, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1568, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 2036, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 2571, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 3182, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 3880, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 4678, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 5591, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 6635, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 7831, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 9202, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 10774, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 12579, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 14653, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 17038, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 19786, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 22953, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 26609, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 30833, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 35720, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 41382, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 47949, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 55576, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 64447, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 74777, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 86824, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 100894, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 117349, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 136623, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 159231, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 185790, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 217040, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 253865, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 297328, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 348709, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 409547, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 481700, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 567414, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ExsanguinatePlayer"] = { + name = "Exsanguinate", + baseTypeName = "Exsanguinate", + fromItem = true, + color = 3, + description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies Hit by the tendrils take Physical damage and are inflicted with Bleeding.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Unleashable] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 1, + qualityStats = { + { "blood_tendrils_beam_count", 0.05 }, + }, + levels = { + [1] = { critChance = 8, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 8, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 8, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 8, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 8, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 8, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 8, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 8, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 8, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 8, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 8, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 8, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 8, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 8, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 8, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 8, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 8, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 8, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 8, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, }, statSets = { [1] = { - label = "Projectile", - baseEffectiveness = 1.7000000476837, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "essence_drain", + label = "Tendrils", + baseEffectiveness = 0.89999997615814, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "exsanguinate", baseFlags = { spell = true, - projectile = true, + duration = true, + chaining = true, }, constantStats = { + { "number_of_chains", 2 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "pvp_skill_dot_attack_time_override_ms", 10000 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "blood_tendrils_beam_count", 3 }, }, stats = { - "spell_minimum_base_chaos_damage", - "spell_maximum_base_chaos_damage", - "base_is_projectile", - "projectile_uses_contact_position", - "check_for_targets_between_initiator_and_projectile_source", - "maintain_projectile_direction_when_using_contact_position", + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + "quality_display_exsanguinate_beam_targets_is_gem", "can_perform_skill_while_moving", - "disable_visual_hit_effect", - "should_use_additive_aiming_animation", - "quality_display_base_skill_effect_duration_is_gem", + "global_bleed_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", }, levels = { - [1] = { 5, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 6, 12, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 11, 21, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 14, 27, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 18, 33, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 21, 39, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 25, 47, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 30, 55, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 35, 65, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 40, 75, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 47, 87, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 54, 100, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 61, 114, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 70, 130, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 79, 147, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 90, 167, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 102, 189, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 115, 213, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 129, 240, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 146, 271, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 164, 305, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 184, 342, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 207, 385, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 232, 432, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 261, 485, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 293, 544, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 329, 610, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 369, 685, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 414, 768, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 464, 862, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 521, 968, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 585, 1087, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 658, 1221, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 739, 1372, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 831, 1543, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 935, 1736, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1052, 1954, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1185, 2201, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1336, 2480, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 17, 25, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 20, 31, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 24, 37, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 38, 56, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 43, 65, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 49, 74, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 57, 85, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 64, 97, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 73, 110, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 84, 125, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 95, 143, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 108, 162, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 123, 184, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 139, 209, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 158, 238, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 180, 270, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 204, 306, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 232, 348, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 264, 395, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 300, 450, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 341, 511, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 388, 582, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 442, 662, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 503, 755, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 574, 861, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 655, 982, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 748, 1122, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 855, 1283, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 978, 1468, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1121, 1681, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { label = "Damage over Time", - baseEffectiveness = 8.5, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, - statDescriptionScope = "essence_drain", + baseEffectiveness = 0.89999997615814, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, + statDescriptionScope = "exsanguinate", baseFlags = { spell = true, - projectile = true, duration = true, - }, - baseMods = { - skill("debuff", true), + chaining = true, }, constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "pvp_skill_dot_attack_time_override_ms", 10000 }, - { "base_skill_effect_duration", 4000 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 1000 }, + { "pvp_skill_dot_attack_time_override_ms", 2000 }, }, stats = { - "spell_minimum_base_chaos_damage", - "spell_maximum_base_chaos_damage", - "base_chaos_damage_to_deal_per_minute", - "base_is_projectile", - "projectile_uses_contact_position", - "check_for_targets_between_initiator_and_projectile_source", - "maintain_projectile_direction_when_using_contact_position", + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", "can_perform_skill_while_moving", - "disable_visual_hit_effect", - "should_use_additive_aiming_animation", - "quality_display_base_skill_effect_duration_is_gem", + "global_bleed_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", "spell_damage_modifiers_apply_to_skill_dot", "display_statset_hide_usage_stats", + "quality_hide_display_character_panel", + }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", }, levels = { - [1] = { 0, 0, 550, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 811, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 1183, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 1604, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 2081, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 2621, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 3232, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 3923, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 4706, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 5592, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 6596, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 7733, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 9022, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 10484, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 12144, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 14030, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 16174, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 18614, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 21393, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 24561, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 28176, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 32306, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 37029, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 42435, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 48630, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 55738, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 63901, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 73288, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 84094, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 96550, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 110924, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 127533, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 146749, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 169008, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 194826, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 224813, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 259687, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 300300, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 347661, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 402967, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6032,72 +6599,72 @@ skills["EyeOfWinterPlayer"] = { name = "Eye of Winter", baseTypeName = "Eye of Winter", color = 3, - description = "Fire a single Eye Projectile which does not Hit enemies. The Eye constantly releases damaging shard Projectiles in a spiral as it flies, plus an extra burst of shards at the end of its flight. If the Eye passes over an Elemental ground surface or Orb, it will take on that surface's effect causing shards to deal more damage of the corresponding Type.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpiral] = true, [SkillType.Damage] = true, [SkillType.SingleMainProjectile] = true, [SkillType.Cold] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.Triggerable] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 1.1, + description = "Fire a single Eye Projectile which does not Hit enemies. The Eye constantly releases damaging shard Projectiles in a spiral as it flies. If the Eye passes over an Elemental ground surface or Orb, it will take on that surface's effect causing shards to deal more damage of the corresponding Type.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectileSpiral] = true, [SkillType.Damage] = true, [SkillType.SingleMainProjectile] = true, [SkillType.Cold] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Trappable] = true, [SkillType.Triggerable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Cooldown] = true, }, + castTime = 1.4, qualityStats = { { "base_projectile_speed_+%", 1.5 }, }, levels = { - [1] = { critChance = 12, levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { critChance = 12, levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { critChance = 12, levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { critChance = 12, levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { critChance = 12, levelRequirement = 14, cost = { Mana = 20, }, }, - [6] = { critChance = 12, levelRequirement = 18, cost = { Mana = 22, }, }, - [7] = { critChance = 12, levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { critChance = 12, levelRequirement = 26, cost = { Mana = 29, }, }, - [9] = { critChance = 12, levelRequirement = 31, cost = { Mana = 32, }, }, - [10] = { critChance = 12, levelRequirement = 36, cost = { Mana = 37, }, }, - [11] = { critChance = 12, levelRequirement = 41, cost = { Mana = 42, }, }, - [12] = { critChance = 12, levelRequirement = 46, cost = { Mana = 47, }, }, - [13] = { critChance = 12, levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { critChance = 12, levelRequirement = 58, cost = { Mana = 61, }, }, - [15] = { critChance = 12, levelRequirement = 64, cost = { Mana = 69, }, }, - [16] = { critChance = 12, levelRequirement = 66, cost = { Mana = 78, }, }, - [17] = { critChance = 12, levelRequirement = 72, cost = { Mana = 88, }, }, - [18] = { critChance = 12, levelRequirement = 78, cost = { Mana = 100, }, }, - [19] = { critChance = 12, levelRequirement = 84, cost = { Mana = 113, }, }, - [20] = { critChance = 12, levelRequirement = 90, cost = { Mana = 128, }, }, - [21] = { critChance = 12, levelRequirement = 90, cost = { Mana = 145, }, }, - [22] = { critChance = 12, levelRequirement = 90, cost = { Mana = 164, }, }, - [23] = { critChance = 12, levelRequirement = 90, cost = { Mana = 186, }, }, - [24] = { critChance = 12, levelRequirement = 90, cost = { Mana = 210, }, }, - [25] = { critChance = 12, levelRequirement = 90, cost = { Mana = 238, }, }, - [26] = { critChance = 12, levelRequirement = 90, cost = { Mana = 270, }, }, - [27] = { critChance = 12, levelRequirement = 90, cost = { Mana = 305, }, }, - [28] = { critChance = 12, levelRequirement = 90, cost = { Mana = 345, }, }, - [29] = { critChance = 12, levelRequirement = 90, cost = { Mana = 391, }, }, - [30] = { critChance = 12, levelRequirement = 90, cost = { Mana = 442, }, }, - [31] = { critChance = 12, levelRequirement = 90, cost = { Mana = 501, }, }, - [32] = { critChance = 12, levelRequirement = 90, cost = { Mana = 567, }, }, - [33] = { critChance = 12, levelRequirement = 90, cost = { Mana = 642, }, }, - [34] = { critChance = 12, levelRequirement = 90, cost = { Mana = 726, }, }, - [35] = { critChance = 12, levelRequirement = 90, cost = { Mana = 822, }, }, - [36] = { critChance = 12, levelRequirement = 90, cost = { Mana = 930, }, }, - [37] = { critChance = 12, levelRequirement = 90, cost = { Mana = 1053, }, }, - [38] = { critChance = 12, levelRequirement = 90, cost = { Mana = 1191, }, }, - [39] = { critChance = 12, levelRequirement = 90, cost = { Mana = 1348, }, }, - [40] = { critChance = 12, levelRequirement = 90, cost = { Mana = 1526, }, }, + [1] = { critChance = 12, storedUses = 1, levelRequirement = 0, cooldown = 15, cost = { Mana = 19, }, }, + [2] = { critChance = 12, storedUses = 1, levelRequirement = 3, cooldown = 15, cost = { Mana = 22, }, }, + [3] = { critChance = 12, storedUses = 1, levelRequirement = 6, cooldown = 15, cost = { Mana = 26, }, }, + [4] = { critChance = 12, storedUses = 1, levelRequirement = 10, cooldown = 15, cost = { Mana = 30, }, }, + [5] = { critChance = 12, storedUses = 1, levelRequirement = 14, cooldown = 15, cost = { Mana = 35, }, }, + [6] = { critChance = 12, storedUses = 1, levelRequirement = 18, cooldown = 15, cost = { Mana = 40, }, }, + [7] = { critChance = 12, storedUses = 1, levelRequirement = 22, cooldown = 15, cost = { Mana = 46, }, }, + [8] = { critChance = 12, storedUses = 1, levelRequirement = 26, cooldown = 15, cost = { Mana = 52, }, }, + [9] = { critChance = 12, storedUses = 1, levelRequirement = 31, cooldown = 15, cost = { Mana = 59, }, }, + [10] = { critChance = 12, storedUses = 1, levelRequirement = 36, cooldown = 15, cost = { Mana = 66, }, }, + [11] = { critChance = 12, storedUses = 1, levelRequirement = 41, cooldown = 15, cost = { Mana = 75, }, }, + [12] = { critChance = 12, storedUses = 1, levelRequirement = 46, cooldown = 15, cost = { Mana = 84, }, }, + [13] = { critChance = 12, storedUses = 1, levelRequirement = 52, cooldown = 15, cost = { Mana = 94, }, }, + [14] = { critChance = 12, storedUses = 1, levelRequirement = 58, cooldown = 15, cost = { Mana = 105, }, }, + [15] = { critChance = 12, storedUses = 1, levelRequirement = 64, cooldown = 15, cost = { Mana = 117, }, }, + [16] = { critChance = 12, storedUses = 1, levelRequirement = 66, cooldown = 15, cost = { Mana = 130, }, }, + [17] = { critChance = 12, storedUses = 1, levelRequirement = 72, cooldown = 15, cost = { Mana = 144, }, }, + [18] = { critChance = 12, storedUses = 1, levelRequirement = 78, cooldown = 15, cost = { Mana = 159, }, }, + [19] = { critChance = 12, storedUses = 1, levelRequirement = 84, cooldown = 15, cost = { Mana = 176, }, }, + [20] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 195, }, }, + [21] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 215, }, }, + [22] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 236, }, }, + [23] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 260, }, }, + [24] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 286, }, }, + [25] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 314, }, }, + [26] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 345, }, }, + [27] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 378, }, }, + [28] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 414, }, }, + [29] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 453, }, }, + [30] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 496, }, }, + [31] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 542, }, }, + [32] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 592, }, }, + [33] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 646, }, }, + [34] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 705, }, }, + [35] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 769, }, }, + [36] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 838, }, }, + [37] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 913, }, }, + [38] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 994, }, }, + [39] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1081, }, }, + [40] = { critChance = 12, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1176, }, }, }, statSets = { [1] = { label = "Eye of Winter", - baseEffectiveness = 0.18999999761581, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 0.46000000834465, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, statDescriptionScope = "eye_of_winter_new", baseFlags = { spell = true, projectile = true, }, constantStats = { - { "eye_of_winter_base_explosion_shards", 8 }, { "projectile_firing_forward_distance_override", 100 }, - { "eye_of_winter_damage_%_to_gain_as_element_per_ground_effect_type", 75 }, + { "eye_of_winter_damage_%_to_gain_as_element_per_ground_effect_type", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "eye_of_winter_first_hit_damage_+%_final", 900 }, }, stats = { "spell_minimum_base_cold_damage", @@ -6105,48 +6672,53 @@ skills["EyeOfWinterPlayer"] = { "base_is_projectile", "single_primary_projectile", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 1, 1, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1, 1, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1, 2, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1, 2, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 4, 7, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 13, 19, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 17, 25, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 21, 31, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 24, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 37, 56, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 47, 71, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 53, 79, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 59, 89, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 67, 100, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 75, 112, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 84, 126, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 94, 142, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 119, 179, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 134, 202, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 151, 227, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 171, 256, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 2, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 8, 11, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 18, 28, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 21, 31, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 31, 46, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 35, 52, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 45, 67, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 51, 76, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 57, 86, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 64, 97, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 73, 109, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 82, 123, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 92, 139, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 104, 156, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 118, 176, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 133, 199, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 150, 225, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 169, 254, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 191, 287, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 216, 324, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 244, 366, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 276, 414, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 313, 469, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 354, 532, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 402, 603, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 456, 684, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6155,56 +6727,56 @@ skills["FallingThunderPlayer"] = { name = "Falling Thunder", baseTypeName = "Falling Thunder", color = 3, - description = "Infuse your Quarterstaff with electrical energy, then Slam the ground to deal damage in a large cone in front of you. Consumes your Power Charges to fire Lightning Projectiles forwards from the impact.", + description = "Suffuse your Quarterstaff with electrical energy, then Slam the ground to deal damage in a large cone in front of you. Consumes your Power Charges to fire Lightning Projectiles forwards from the impact.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Slam] = true, [SkillType.Projectile] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.Lightning] = true, [SkillType.ConsumesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "charge_skip_consume_chance_%", 0.5 }, + { "lightning_strike_damage_+%_final_per_power_charge", 1 }, }, levels = { [1] = { attackSpeedMultiplier = -40, baseMultiplier = 1.4, levelRequirement = 0, cost = { Mana = 11, }, }, - [2] = { attackSpeedMultiplier = -40, baseMultiplier = 1.54, levelRequirement = 3, cost = { Mana = 12, }, }, + [2] = { attackSpeedMultiplier = -40, baseMultiplier = 1.54, levelRequirement = 3, cost = { Mana = 13, }, }, [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.69, levelRequirement = 6, cost = { Mana = 14, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.85, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.99, levelRequirement = 14, cost = { Mana = 17, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 2.14, levelRequirement = 18, cost = { Mana = 19, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 2.29, levelRequirement = 22, cost = { Mana = 21, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 2.43, levelRequirement = 26, cost = { Mana = 23, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.55, levelRequirement = 31, cost = { Mana = 26, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.68, levelRequirement = 36, cost = { Mana = 29, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.81, levelRequirement = 41, cost = { Mana = 32, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.96, levelRequirement = 46, cost = { Mana = 36, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 3.1, levelRequirement = 52, cost = { Mana = 39, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 3.26, levelRequirement = 58, cost = { Mana = 44, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 3.42, levelRequirement = 64, cost = { Mana = 49, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 3.59, levelRequirement = 66, cost = { Mana = 54, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.85, levelRequirement = 10, cost = { Mana = 17, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.99, levelRequirement = 14, cost = { Mana = 19, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 2.14, levelRequirement = 18, cost = { Mana = 21, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 2.29, levelRequirement = 22, cost = { Mana = 24, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 2.43, levelRequirement = 26, cost = { Mana = 26, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 2.55, levelRequirement = 31, cost = { Mana = 29, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 2.68, levelRequirement = 36, cost = { Mana = 32, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.81, levelRequirement = 41, cost = { Mana = 35, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.96, levelRequirement = 46, cost = { Mana = 39, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 3.1, levelRequirement = 52, cost = { Mana = 42, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 3.26, levelRequirement = 58, cost = { Mana = 46, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 3.42, levelRequirement = 64, cost = { Mana = 51, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 3.59, levelRequirement = 66, cost = { Mana = 55, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 3.77, levelRequirement = 72, cost = { Mana = 60, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.96, levelRequirement = 78, cost = { Mana = 66, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 4.16, levelRequirement = 84, cost = { Mana = 73, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 4.37, levelRequirement = 90, cost = { Mana = 81, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 4.58, levelRequirement = 90, cost = { Mana = 90, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 100, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 5.05, levelRequirement = 90, cost = { Mana = 111, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 5.31, levelRequirement = 90, cost = { Mana = 123, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 5.57, levelRequirement = 90, cost = { Mana = 136, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 5.85, levelRequirement = 90, cost = { Mana = 151, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 6.14, levelRequirement = 90, cost = { Mana = 168, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 6.45, levelRequirement = 90, cost = { Mana = 186, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 6.77, levelRequirement = 90, cost = { Mana = 206, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 7.11, levelRequirement = 90, cost = { Mana = 228, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 7.47, levelRequirement = 90, cost = { Mana = 253, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 7.84, levelRequirement = 90, cost = { Mana = 280, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 8.23, levelRequirement = 90, cost = { Mana = 311, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 8.65, levelRequirement = 90, cost = { Mana = 344, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 9.08, levelRequirement = 90, cost = { Mana = 381, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 9.53, levelRequirement = 90, cost = { Mana = 423, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 10.01, levelRequirement = 90, cost = { Mana = 468, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 10.51, levelRequirement = 90, cost = { Mana = 519, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 11.03, levelRequirement = 90, cost = { Mana = 575, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 11.59, levelRequirement = 90, cost = { Mana = 638, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 3.96, levelRequirement = 78, cost = { Mana = 65, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 4.16, levelRequirement = 84, cost = { Mana = 70, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 4.37, levelRequirement = 90, cost = { Mana = 76, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 4.58, levelRequirement = 90, cost = { Mana = 82, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 88, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 5.05, levelRequirement = 90, cost = { Mana = 95, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 5.31, levelRequirement = 90, cost = { Mana = 102, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 5.57, levelRequirement = 90, cost = { Mana = 110, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 5.85, levelRequirement = 90, cost = { Mana = 118, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 6.14, levelRequirement = 90, cost = { Mana = 127, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 6.45, levelRequirement = 90, cost = { Mana = 136, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 6.77, levelRequirement = 90, cost = { Mana = 146, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 7.11, levelRequirement = 90, cost = { Mana = 156, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 7.47, levelRequirement = 90, cost = { Mana = 167, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 7.84, levelRequirement = 90, cost = { Mana = 178, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 8.23, levelRequirement = 90, cost = { Mana = 190, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 8.65, levelRequirement = 90, cost = { Mana = 203, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 9.08, levelRequirement = 90, cost = { Mana = 217, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 9.53, levelRequirement = 90, cost = { Mana = 231, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 10.01, levelRequirement = 90, cost = { Mana = 246, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 10.51, levelRequirement = 90, cost = { Mana = 262, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 11.03, levelRequirement = 90, cost = { Mana = 279, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 11.59, levelRequirement = 90, cost = { Mana = 297, }, }, }, statSets = { [1] = { @@ -6299,70 +6871,191 @@ skills["FallingThunderPlayer"] = { "zero_projectiles_if_no_power_charges", "display_statset_hide_usage_stats", }, + notMinionStat = { + "is_area_damage", + }, levels = { [1] = { -1, statInterpolation = { 1, }, actorLevel = 1, }, }, }, } } +skills["FeastOfFleshPlayer"] = { + name = "Feast of Flesh", + baseTypeName = "Feast of Flesh", + color = 3, + description = "Consume Corpses near you to recover Life and Mana over a short time per Corpse Consumed.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Unleashable] = true, [SkillType.Buff] = true, }, + castTime = 1.3, + qualityStats = { + { "feast_of_flesh_number_of_corpses", 0.15 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Feast of Flesh", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "feast_of_flesh", + baseFlags = { + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 40 }, + { "feast_of_flesh_regeneration_duration", 3000 }, + { "feast_of_flesh_number_of_corpses", 5 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_life_recovery_per_minute", + "base_mana_recovery_per_minute", + "base_deal_no_spell_damage", + "can_perform_skill_while_moving", + }, + levels = { + [1] = { 21, 21, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 24, 24, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 29, 29, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 35, 35, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 41, 41, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 51, 51, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 60, 60, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 69, 69, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 79, 79, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 90, 90, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 101, 101, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 113, 113, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 127, 127, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 140, 140, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 154, 154, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 168, 168, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 173, 173, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 188, 188, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 203, 203, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 211, 211, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 227, 227, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 244, 244, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 261, 261, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 278, 278, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 296, 296, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 313, 313, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 330, 330, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 347, 347, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 365, 365, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 382, 382, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 399, 399, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 416, 416, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 434, 434, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 451, 451, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 468, 468, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 485, 485, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 503, 503, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 520, 520, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 537, 537, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 554, 554, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["FireballPlayer"] = { name = "Fireball", baseTypeName = "Fireball", color = 3, - description = "Launch a large ball of Fire which explodes on impact, creating a nova of smaller firebolts.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Launch a large ball of Fire which explodes on impact. The explosion Consumes a Fire Infusion if possible to launch a ring of smaller firebolts.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.2, qualityStats = { { "spell_skills_fire_2_additional_projectiles_final_chance_%", 0.5 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 11, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 12, }, }, [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 14, }, }, [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 16, }, }, [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 18, }, }, [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 21, }, }, - [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 23, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 26, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 30, }, }, - [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 34, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 39, }, }, - [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 44, }, }, + [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 24, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 28, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 31, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 35, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 40, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 45, }, }, [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 50, }, }, [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 56, }, }, - [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 64, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 72, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 82, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 92, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 105, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 118, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 134, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 152, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 172, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 195, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 220, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 249, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 282, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 320, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 362, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 410, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 464, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 525, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 594, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 672, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 761, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 861, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 974, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1103, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1248, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1412, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 62, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 69, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 77, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 85, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 94, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 104, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 115, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 126, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 139, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 153, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 168, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 184, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 202, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 221, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 242, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 265, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 290, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 317, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 346, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 377, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 411, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 448, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 488, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 532, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 578, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 629, }, }, }, statSets = { [1] = { label = "Projectile", - baseEffectiveness = 2.4500000476837, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 2.5999999046326, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, statDescriptionScope = "greater_fireball", baseFlags = { spell = true, @@ -6371,7 +7064,7 @@ skills["FireballPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "projectile_maximum_range_override", 120 }, }, stats = { @@ -6382,48 +7075,54 @@ skills["FireballPlayer"] = { "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "active_skill_consumes_a_fire_infusion", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { - [1] = { 8, 11, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 24, 35, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 29, 43, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 49, 74, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 57, 86, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 67, 100, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 77, 115, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 88, 132, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 101, 151, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 131, 196, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 148, 222, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 167, 251, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 189, 284, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 213, 320, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 240, 360, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 270, 405, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 304, 455, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 341, 512, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 383, 574, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 430, 645, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 482, 723, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 541, 812, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 607, 911, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 681, 1022, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 765, 1147, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 859, 1288, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 964, 1446, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1083, 1625, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1217, 1826, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1369, 2053, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1540, 2309, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1733, 2599, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1952, 2928, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2200, 3300, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 30, 44, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 36, 53, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 42, 64, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 50, 75, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 59, 88, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 68, 102, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 79, 118, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 91, 136, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 104, 156, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 119, 178, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 154, 231, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 174, 262, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 198, 297, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 224, 336, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 253, 379, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 286, 429, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 323, 484, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 364, 546, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 411, 616, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 463, 695, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 522, 784, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 589, 884, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 665, 997, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 750, 1125, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 847, 1270, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 956, 1434, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1080, 1619, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1220, 1830, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1380, 2070, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1561, 2342, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1768, 2651, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2003, 3004, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2271, 3407, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2577, 3866, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { @@ -6438,7 +7137,7 @@ skills["FireballPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "projectile_maximum_range_override", 120 }, { "active_skill_base_area_of_effect_radius", 17 }, }, @@ -6450,56 +7149,62 @@ skills["FireballPlayer"] = { "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "active_skill_consumes_a_fire_infusion", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 8, 11, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 24, 35, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 29, 43, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 49, 74, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 57, 86, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 67, 100, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 77, 115, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 88, 132, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 101, 151, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 131, 196, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 148, 222, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 167, 251, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 189, 284, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 213, 320, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 240, 360, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 270, 405, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 304, 455, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 341, 512, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 383, 574, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 430, 645, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 482, 723, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 541, 812, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 607, 911, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 681, 1022, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 765, 1147, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 859, 1288, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 964, 1446, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1083, 1625, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1217, 1826, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1369, 2053, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1540, 2309, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1733, 2599, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1952, 2928, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2200, 3300, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 30, 44, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 36, 53, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 42, 64, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 50, 75, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 59, 88, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 68, 102, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 79, 118, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 91, 136, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 104, 156, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 119, 178, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 154, 231, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 174, 262, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 198, 297, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 224, 336, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 253, 379, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 286, 429, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 323, 484, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 364, 546, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 411, 616, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 463, 695, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 522, 784, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 589, 884, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 665, 997, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 750, 1125, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 847, 1270, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 956, 1434, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1080, 1619, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1220, 1830, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1380, 2070, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1561, 2342, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1768, 2651, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2003, 3004, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2271, 3407, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2577, 3866, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [3] = { label = "Firebolts", - baseEffectiveness = 1.5499999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 2.5999999046326, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, statDescriptionScope = "greater_fireball", baseFlags = { spell = true, @@ -6508,10 +7213,11 @@ skills["FireballPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "projectile_maximum_range_override", 120 }, - { "base_number_of_projectiles", 8 }, + { "base_number_of_projectiles", 12 }, { "projectile_maximum_range_override", -60 }, + { "active_skill_ignite_chance_+%_final", 100 }, }, stats = { "spell_minimum_base_fire_damage", @@ -6523,49 +7229,55 @@ skills["FireballPlayer"] = { "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", "should_use_additive_aiming_animation", + "active_skill_consumes_a_fire_infusion", + "precise_cursor_targeting_uses_contact_point_height_offset", "modifiers_to_projectile_count_do_not_apply", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 0, 0, 5, 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 7, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 9, 14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 12, 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 15, 22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 18, 27, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 22, 33, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 26, 40, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 31, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 36, 55, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 42, 63, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 49, 73, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 56, 84, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 64, 96, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 73, 109, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 83, 124, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 94, 141, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 106, 159, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 120, 179, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 135, 202, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 152, 228, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 171, 256, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 192, 288, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 216, 324, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 242, 363, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 272, 408, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 305, 458, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 342, 514, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 384, 576, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 431, 647, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 484, 726, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 543, 815, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 610, 915, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 685, 1028, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 770, 1155, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 866, 1299, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 974, 1461, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 1096, 1645, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 1235, 1852, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 1392, 2088, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 8, 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 11, 16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 15, 22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 19, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 24, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 30, 44, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 36, 53, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 42, 64, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 50, 75, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 59, 88, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 68, 102, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 79, 118, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 91, 136, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 104, 156, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 119, 178, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 135, 203, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 154, 231, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 174, 262, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 198, 297, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 224, 336, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 253, 379, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 286, 429, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 323, 484, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 364, 546, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 411, 616, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 463, 695, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 522, 784, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 589, 884, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 665, 997, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 750, 1125, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 847, 1270, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 956, 1434, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 1080, 1619, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 1220, 1830, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 1380, 2070, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 1561, 2342, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 1768, 2651, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 2003, 3004, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 2271, 3407, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 2577, 3866, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6576,7 +7288,7 @@ skills["FireboltPlayer"] = { fromItem = true, color = 3, description = "Launch a fiery Projectile towards a target. The Projectile explodes on impact, damaging foes in a small area.", - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.9, qualityStats = { { "active_skill_ignite_chance_+%_final", 1 }, @@ -6626,9 +7338,9 @@ skills["FireboltPlayer"] = { statSets = { [1] = { label = "Projectile", - baseEffectiveness = 2.7999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 3.1199998855591, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "fireball", baseFlags = { spell = true, @@ -6637,7 +7349,7 @@ skills["FireboltPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "projectile_maximum_range_override", 100 }, { "projectile_maximum_downwards_angle_degrees", 25 }, }, @@ -6650,48 +7362,53 @@ skills["FireboltPlayer"] = { "can_perform_skill_while_moving", "projectile_uses_contact_direction", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { [1] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 27, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 76, 114, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 88, 132, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 101, 151, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 131, 197, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 149, 224, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 169, 254, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 191, 287, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 216, 324, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 244, 365, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 274, 412, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 309, 463, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 347, 520, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 390, 585, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 438, 656, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 491, 737, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 551, 827, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 619, 928, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 694, 1041, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 779, 1168, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 874, 1311, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 981, 1472, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1102, 1653, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1238, 1857, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1391, 2087, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1564, 2346, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1759, 2639, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1981, 2971, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2231, 3346, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2514, 3771, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [2] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 20, 29, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 48, 73, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 58, 88, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 71, 106, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 84, 127, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 98, 147, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 113, 170, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 130, 196, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 150, 224, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 171, 257, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 196, 294, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 224, 335, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 255, 382, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 290, 435, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 375, 562, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 426, 639, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 483, 725, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 549, 823, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 623, 935, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 708, 1062, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 804, 1206, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 914, 1371, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1039, 1558, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1181, 1772, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1344, 2017, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1531, 2296, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1744, 2617, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1989, 2984, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2270, 3405, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2593, 3889, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2964, 4446, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3392, 5088, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3885, 5827, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { @@ -6706,7 +7423,7 @@ skills["FireboltPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "projectile_maximum_range_override", 100 }, { "projectile_maximum_downwards_angle_degrees", 25 }, { "active_skill_base_area_of_effect_radius", 7 }, @@ -6720,50 +7437,55 @@ skills["FireboltPlayer"] = { "can_perform_skill_while_moving", "projectile_uses_contact_direction", "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 27, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 76, 114, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 88, 132, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 101, 151, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 131, 197, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 149, 224, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 169, 254, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 191, 287, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 216, 324, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 244, 365, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 274, 412, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 309, 463, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 347, 520, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 390, 585, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 438, 656, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 491, 737, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 551, 827, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 619, 928, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 694, 1041, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 779, 1168, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 874, 1311, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 981, 1472, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1102, 1653, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1238, 1857, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1391, 2087, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1564, 2346, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1759, 2639, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1981, 2971, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2231, 3346, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2514, 3771, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [2] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 20, 29, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 48, 73, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 58, 88, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 71, 106, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 84, 127, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 98, 147, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 113, 170, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 130, 196, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 150, 224, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 171, 257, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 196, 294, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 224, 335, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 255, 382, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 290, 435, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 375, 562, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 426, 639, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 483, 725, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 549, 823, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 623, 935, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 708, 1062, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 804, 1206, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 914, 1371, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1039, 1558, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1181, 1772, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1344, 2017, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1531, 2296, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1744, 2617, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1989, 2984, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2270, 3405, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2593, 3889, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2964, 4446, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3392, 5088, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3885, 5827, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6772,77 +7494,79 @@ skills["FirestormPlayer"] = { name = "Firestorm", baseTypeName = "Firestorm", color = 3, - description = "Rain flaming bolts over the targeted area. Ignites on enemies and Corpses in front of you are Consumed to fuel the Firestorm by creating improved bolts.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.SkillConsumesIgnite] = true, }, + description = "Rain flaming bolts over the targeted area. Can Consume all three types of Elemental Infusion, becoming much larger when Fire-Infused, causing lightning bolts when Lightning-Infused, and raining ice bolts when Cold-Infused.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.4, qualityStats = { { "active_skill_base_area_of_effect_radius", 0.1 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 16, }, }, - [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 18, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 17, }, }, [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 20, }, }, [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 23, }, }, [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 26, }, }, - [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 29, }, }, - [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 33, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 43, }, }, - [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 48, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 55, }, }, - [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 62, }, }, - [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 70, }, }, - [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 80, }, }, - [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 90, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 102, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 116, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 131, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 148, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 168, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 190, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 215, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 244, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 276, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 313, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 354, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 400, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 453, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 513, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 581, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 657, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 744, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 842, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 953, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1078, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1220, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1381, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1563, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1769, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 2002, }, }, + [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 30, }, }, + [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 35, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 39, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 44, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 50, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 57, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 63, }, }, + [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 71, }, }, + [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 79, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 88, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 98, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 109, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 121, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 133, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 147, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 163, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 179, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 197, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 217, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 238, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 261, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 286, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 314, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 344, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 376, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 411, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 449, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 490, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 534, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 583, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 635, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 692, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 753, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 819, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 891, }, }, }, statSets = { [1] = { label = "Firestorm", - baseEffectiveness = 1.1000000238419, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "fire_storm", + baseEffectiveness = 0.56000000238419, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.008899999782443, + statDescriptionScope = "fire_storm_statset_0", baseFlags = { spell = true, area = true, duration = true, }, constantStats = { - { "fire_storm_fireball_delay_ms", 100 }, + { "fire_storm_fireball_delay_ms", 200 }, { "firestorm_max_number_of_storms", 1 }, { "base_skill_effect_duration", 6000 }, { "active_skill_base_area_of_effect_radius", 10 }, - { "active_skill_base_secondary_area_of_effect_radius", 56 }, + { "active_skill_base_secondary_area_of_effect_radius", 28 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "rain_hit_delay_ms", 150 }, { "firestorm_improved_bolts_per_ignite_consumed", 5 }, + { "firestorm_secondary_radius_+_if_consumed_fire_infusion", 18 }, + { "firestorm_bolt_frequency_+%_if_consumed_fire_infusion", 200 }, }, stats = { "spell_minimum_base_fire_damage", @@ -6852,119 +7576,233 @@ skills["FirestormPlayer"] = { "can_perform_skill_while_moving", "never_ignite", "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "active_skill_consumes_a_cold_infusion", + "active_skill_consumes_a_fire_infusion", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { - [1] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 5, 7, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, 10, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 8, 13, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 26, 39, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 35, 52, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 52, 77, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 59, 88, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 66, 100, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 75, 113, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 85, 127, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 96, 144, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 108, 162, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 121, 182, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 136, 204, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 153, 230, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 172, 258, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 193, 289, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 217, 325, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 243, 364, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 273, 409, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 306, 459, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 343, 515, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 385, 578, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 433, 649, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 486, 729, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 546, 820, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 614, 922, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 691, 1037, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 778, 1167, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 876, 1314, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 988, 1481, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 16, 23, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 18, 27, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 24, 37, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 37, 56, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 42, 64, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 49, 73, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 56, 83, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 64, 95, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 73, 109, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 83, 125, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 95, 142, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 108, 162, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 124, 186, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 141, 212, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 162, 242, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 185, 277, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 211, 317, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 242, 363, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 277, 416, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 318, 477, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 365, 547, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 419, 629, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 482, 723, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 555, 832, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 639, 959, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 737, 1106, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 851, 1277, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { - label = "Improved Bolt", - baseEffectiveness = 3.7999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "fire_storm", + label = "Ice Bolts", + baseEffectiveness = 0.5799999833107, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.008899999782443, + statDescriptionScope = "fire_storm_statset_1", baseFlags = { spell = true, + area = true, + duration = true, }, constantStats = { + { "fire_storm_fireball_delay_ms", 200 }, + { "firestorm_max_number_of_storms", 1 }, + { "base_skill_effect_duration", 6000 }, + { "active_skill_base_secondary_area_of_effect_radius", 28 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "rain_hit_delay_ms", 150 }, - { "active_skill_base_area_of_effect_radius", 18 }, + { "firestorm_improved_bolts_per_ignite_consumed", 5 }, + { "firestorm_secondary_radius_+_if_consumed_fire_infusion", 18 }, + { "firestorm_bolt_frequency_+%_if_consumed_fire_infusion", 200 }, + { "active_skill_base_area_of_effect_radius", 15 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_skill_show_average_damage_instead_of_dps", + "is_area_damage", + "can_perform_skill_while_moving", + "never_ignite", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "active_skill_consumes_a_cold_infusion", + "active_skill_consumes_a_fire_infusion", + "active_skill_consumes_a_lightning_infusion", + "display_statset_hide_usage_stats", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 0, 0, 2, 3, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 2, 4, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 3, 5, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 4, 6, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 5, 8, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 7, 10, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 8, 12, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 10, 15, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 12, 18, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 14, 21, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 16, 24, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 19, 28, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 22, 33, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 25, 38, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 29, 44, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 33, 50, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 38, 58, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 44, 66, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 50, 76, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 58, 86, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 66, 99, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 75, 113, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 86, 129, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 98, 147, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 112, 168, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 128, 192, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 146, 220, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 167, 251, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 191, 287, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 219, 328, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 251, 376, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 287, 431, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 329, 494, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 378, 567, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 434, 651, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 499, 749, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 574, 862, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 662, 993, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 763, 1145, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 882, 1322, critChance = 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Lightning Bolts", + baseEffectiveness = 0.66000002622604, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.008899999782443, + statDescriptionScope = "fire_storm_statset_2", + baseFlags = { + spell = true, + area = true, + duration = true, + }, + constantStats = { + { "fire_storm_fireball_delay_ms", 200 }, + { "firestorm_max_number_of_storms", 1 }, + { "base_skill_effect_duration", 6000 }, + { "active_skill_base_secondary_area_of_effect_radius", 28 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "rain_hit_delay_ms", 150 }, + { "firestorm_improved_bolts_per_ignite_consumed", 5 }, + { "firestorm_secondary_radius_+_if_consumed_fire_infusion", 18 }, + { "firestorm_bolt_frequency_+%_if_consumed_fire_infusion", 200 }, + { "active_skill_base_area_of_effect_radius", 7 }, + }, + stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", "can_perform_skill_while_moving", "never_ignite", "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "active_skill_consumes_a_cold_infusion", + "active_skill_consumes_a_fire_infusion", + "active_skill_consumes_a_lightning_infusion", "display_statset_hide_usage_stats", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { - [1] = { 0, 0, 18, 27, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 24, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 33, 50, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 43, 65, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 55, 82, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 67, 101, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 81, 122, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 97, 146, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 114, 172, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 134, 201, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 155, 233, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 179, 268, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 205, 308, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 235, 352, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 268, 401, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 304, 456, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 345, 517, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 390, 585, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 440, 660, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 496, 744, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 559, 838, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 628, 942, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 706, 1059, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 793, 1190, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 891, 1336, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 1000, 1500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 1122, 1683, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 1259, 1889, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 1413, 2119, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 1585, 2378, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 1779, 2669, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 1998, 2996, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 2243, 3365, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 2520, 3780, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 2832, 4248, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 3184, 4776, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 3582, 5373, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 4032, 6048, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 4541, 6811, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 5118, 7677, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 1, 5, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 1, 7, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1, 9, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1, 12, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 1, 15, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 1, 18, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 1, 22, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 1, 27, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 2, 32, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 2, 37, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 2, 44, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 3, 51, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 3, 59, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 4, 68, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 4, 79, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 5, 90, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 5, 104, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 6, 119, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 7, 136, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 8, 156, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 9, 178, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 11, 203, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 12, 232, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 14, 265, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 16, 303, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 18, 346, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 21, 396, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 24, 452, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 27, 517, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 31, 592, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 36, 677, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 41, 776, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 47, 890, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 54, 1021, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 62, 1173, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 71, 1349, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 82, 1553, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 94, 1789, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 109, 2063, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 125, 2382, critChance = 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6973,60 +7811,60 @@ skills["FlameWallPlayer"] = { name = "Flame Wall", baseTypeName = "Flame Wall", color = 3, - description = "Create a wall of Fire in front of the character, which Ignites everything within its area. Any Projectiles fired through the wall by you and Allies deal added Fire damage and inflict the Ignite on hit.", - skillTypes = { [SkillType.Spell] = true, [SkillType.DamageOverTime] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.CanRapidFire] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.CausesBurning] = true, [SkillType.Wall] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Create a wall of Fire in front of the character, which Ignites everything within its area. Any Projectiles fired through the wall by you and Allies deal added Fire damage. Consumes a Lightning Infusion if possible to also add Lightning damage to the Projectiles.", + skillTypes = { [SkillType.Spell] = true, [SkillType.DamageOverTime] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.Unleashable] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.CausesBurning] = true, [SkillType.Wall] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Damage] = true, }, castTime = 1, qualityStats = { - { "active_skill_ignite_effect_+%_final", 1 }, + { "active_skill_ignite_chance_+%_final", 1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 19, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 22, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 28, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 32, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 36, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 41, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 47, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 53, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 60, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 68, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 77, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 87, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 99, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 112, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 127, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 163, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 184, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 209, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 236, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 267, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 343, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 388, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 439, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 497, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 562, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 636, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 720, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 815, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 922, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1044, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1182, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1337, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1513, }, }, + [1] = { critChance = 5, levelRequirement = 0, cost = { Mana = 10, }, }, + [2] = { critChance = 5, levelRequirement = 3, cost = { Mana = 12, }, }, + [3] = { critChance = 5, levelRequirement = 6, cost = { Mana = 15, }, }, + [4] = { critChance = 5, levelRequirement = 10, cost = { Mana = 17, }, }, + [5] = { critChance = 5, levelRequirement = 14, cost = { Mana = 20, }, }, + [6] = { critChance = 5, levelRequirement = 18, cost = { Mana = 23, }, }, + [7] = { critChance = 5, levelRequirement = 22, cost = { Mana = 26, }, }, + [8] = { critChance = 5, levelRequirement = 26, cost = { Mana = 30, }, }, + [9] = { critChance = 5, levelRequirement = 31, cost = { Mana = 34, }, }, + [10] = { critChance = 5, levelRequirement = 36, cost = { Mana = 38, }, }, + [11] = { critChance = 5, levelRequirement = 41, cost = { Mana = 43, }, }, + [12] = { critChance = 5, levelRequirement = 46, cost = { Mana = 48, }, }, + [13] = { critChance = 5, levelRequirement = 52, cost = { Mana = 54, }, }, + [14] = { critChance = 5, levelRequirement = 58, cost = { Mana = 60, }, }, + [15] = { critChance = 5, levelRequirement = 64, cost = { Mana = 67, }, }, + [16] = { critChance = 5, levelRequirement = 66, cost = { Mana = 74, }, }, + [17] = { critChance = 5, levelRequirement = 72, cost = { Mana = 82, }, }, + [18] = { critChance = 5, levelRequirement = 78, cost = { Mana = 91, }, }, + [19] = { critChance = 5, levelRequirement = 84, cost = { Mana = 101, }, }, + [20] = { critChance = 5, levelRequirement = 90, cost = { Mana = 111, }, }, + [21] = { critChance = 5, levelRequirement = 90, cost = { Mana = 123, }, }, + [22] = { critChance = 5, levelRequirement = 90, cost = { Mana = 135, }, }, + [23] = { critChance = 5, levelRequirement = 90, cost = { Mana = 149, }, }, + [24] = { critChance = 5, levelRequirement = 90, cost = { Mana = 164, }, }, + [25] = { critChance = 5, levelRequirement = 90, cost = { Mana = 180, }, }, + [26] = { critChance = 5, levelRequirement = 90, cost = { Mana = 198, }, }, + [27] = { critChance = 5, levelRequirement = 90, cost = { Mana = 217, }, }, + [28] = { critChance = 5, levelRequirement = 90, cost = { Mana = 237, }, }, + [29] = { critChance = 5, levelRequirement = 90, cost = { Mana = 260, }, }, + [30] = { critChance = 5, levelRequirement = 90, cost = { Mana = 284, }, }, + [31] = { critChance = 5, levelRequirement = 90, cost = { Mana = 311, }, }, + [32] = { critChance = 5, levelRequirement = 90, cost = { Mana = 339, }, }, + [33] = { critChance = 5, levelRequirement = 90, cost = { Mana = 370, }, }, + [34] = { critChance = 5, levelRequirement = 90, cost = { Mana = 404, }, }, + [35] = { critChance = 5, levelRequirement = 90, cost = { Mana = 441, }, }, + [36] = { critChance = 5, levelRequirement = 90, cost = { Mana = 480, }, }, + [37] = { critChance = 5, levelRequirement = 90, cost = { Mana = 523, }, }, + [38] = { critChance = 5, levelRequirement = 90, cost = { Mana = 570, }, }, + [39] = { critChance = 5, levelRequirement = 90, cost = { Mana = 620, }, }, + [40] = { critChance = 5, levelRequirement = 90, cost = { Mana = 674, }, }, }, statSets = { [1] = { label = "Wall", - baseEffectiveness = 3, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 1.7000000476837, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "firewall", statMap = { ["flame_wall_minimum_added_fire_damage"] = { @@ -7043,65 +7881,75 @@ skills["FlameWallPlayer"] = { { "firewall_attached_projectile_effect_mtx", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_energy_generated_+%_final", -92 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "console_cast_on_self_custom_range", 15 }, + { "active_skill_energy_generated_+%_final", -50 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", + "base_fire_damage_to_deal_per_minute", "wall_maximum_length", "base_skill_effect_duration", "is_area_damage", "can_perform_skill_while_moving", + "quality_hide_display_character_panel", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "base_fire_damage_to_deal_per_minute", + "base_skill_effect_duration", }, levels = { - [1] = { 9, 14, 50, 4500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 13, 19, 51, 4600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 18, 26, 52, 4700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 23, 35, 53, 4800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 29, 44, 54, 4900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 36, 54, 55, 5000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 44, 66, 56, 5100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 53, 79, 57, 5200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 63, 94, 58, 5300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 74, 111, 59, 5400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 86, 130, 60, 5500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 100, 151, 61, 5600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 116, 174, 62, 5700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 134, 201, 63, 5800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 154, 231, 64, 5900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 176, 264, 65, 6000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 202, 302, 66, 6100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 230, 345, 67, 6200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 262, 393, 68, 6300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 299, 448, 69, 6400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 340, 510, 70, 6500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 386, 579, 71, 6600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 439, 658, 72, 6700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 499, 748, 73, 6800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 566, 849, 74, 6900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 643, 965, 75, 7000, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 731, 1096, 76, 7100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 830, 1245, 77, 7200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 943, 1415, 78, 7300, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1073, 1609, 79, 7400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1220, 1830, 80, 7450, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1389, 2083, 81, 7500, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1581, 2372, 82, 7550, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1802, 2703, 83, 7600, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2055, 3083, 84, 7650, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2345, 3518, 85, 7700, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2679, 4019, 86, 7750, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3063, 4595, 87, 7800, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 3505, 5258, 88, 7850, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4015, 6023, 89, 7900, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 5, 8, 105, 50, 4500, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 7, 11, 141, 51, 4600, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 15, 193, 52, 4700, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, 19, 253, 53, 4800, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 16, 24, 320, 54, 4900, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 20, 30, 396, 55, 5000, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 24, 37, 483, 56, 5100, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 29, 44, 581, 57, 5200, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 35, 52, 692, 58, 5300, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 41, 62, 819, 59, 5400, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 49, 73, 962, 60, 5500, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 57, 85, 1126, 61, 5600, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 66, 99, 1311, 62, 5700, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 77, 115, 1522, 63, 5800, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 89, 134, 1762, 64, 5900, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 103, 154, 2035, 65, 6000, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 119, 178, 2347, 66, 6100, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 137, 205, 2703, 67, 6200, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 157, 236, 3110, 68, 6300, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 181, 271, 3575, 69, 6400, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 208, 311, 4108, 70, 6500, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 238, 358, 4718, 71, 6600, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 274, 411, 5419, 72, 6700, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 314, 472, 6223, 73, 6800, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 361, 542, 7149, 74, 6900, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 415, 623, 8214, 75, 7000, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 477, 716, 9443, 76, 7100, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 549, 823, 10861, 77, 7200, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 632, 947, 12499, 78, 7300, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 727, 1091, 14396, 79, 7400, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 838, 1258, 16593, 80, 7450, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 967, 1451, 19142, 81, 7500, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1117, 1675, 22104, 82, 7550, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1291, 1936, 25550, 83, 7600, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1494, 2241, 29564, 84, 7650, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1730, 2596, 34247, 85, 7700, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2007, 3010, 39718, 86, 7750, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2330, 3495, 46118, 87, 7800, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2709, 4064, 53617, 88, 7850, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3154, 4730, 62416, 89, 7900, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { label = "Projectile Damage", baseEffectiveness = 0.60000002384186, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0017999999690801, + incrementalEffectiveness = 0.11999999731779, + damageIncrementalEffectiveness = 0.0015000000130385, statDescriptionScope = "firewall", baseFlags = { }, @@ -7110,61 +7958,72 @@ skills["FlameWallPlayer"] = { { "firewall_attached_projectile_effect_mtx", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_energy_generated_+%_final", -92 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "console_cast_on_self_custom_range", 15 }, + { "active_skill_energy_generated_+%_final", -50 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", + "base_fire_damage_to_deal_per_minute", "flame_wall_minimum_added_fire_damage", "flame_wall_maximum_added_fire_damage", + "flame_wall_minimum_added_lightning_damage_to_add_to_projectile", + "flame_wall_maximum_added_lightning_damage_to_add_to_projectile", "wall_maximum_length", "base_skill_effect_duration", "is_area_damage", "can_perform_skill_while_moving", + "active_skill_consumes_a_lightning_infusion", "display_statset_hide_usage_stats", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "base_fire_damage_to_deal_per_minute", + "base_skill_effect_duration", + }, levels = { - [1] = { 0, 0, 2, 3, 50, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 3, 4, 51, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 3, 5, 52, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 4, 7, 53, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 5, 8, 54, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 7, 10, 55, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 8, 12, 56, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 9, 13, 57, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 10, 16, 58, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 12, 18, 59, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 13, 20, 60, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 15, 23, 61, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 17, 25, 62, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 19, 28, 63, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 21, 31, 64, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 23, 34, 65, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 25, 37, 66, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 27, 41, 67, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 30, 44, 68, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 32, 48, 69, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 35, 53, 70, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 38, 57, 71, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 41, 62, 72, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 44, 66, 73, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 48, 72, 74, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 51, 77, 75, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 55, 83, 76, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 59, 89, 77, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 63, 95, 78, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 68, 102, 79, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 73, 109, 80, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 78, 116, 81, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 83, 124, 82, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 88, 133, 83, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 94, 141, 84, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 100, 151, 85, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 107, 161, 86, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 114, 171, 87, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 121, 182, 88, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 129, 193, 89, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 0, 2, 3, 1, 4, 50, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 0, 2, 4, 1, 6, 51, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 0, 3, 5, 1, 8, 52, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 0, 4, 6, 1, 10, 53, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 0, 5, 7, 1, 12, 54, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 0, 6, 9, 1, 14, 55, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 0, 7, 10, 1, 16, 56, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 0, 8, 12, 1, 19, 57, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 0, 9, 14, 1, 22, 58, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 0, 10, 15, 1, 24, 59, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 0, 12, 17, 1, 28, 60, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 0, 13, 19, 2, 31, 61, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 0, 14, 22, 2, 34, 62, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 0, 16, 24, 2, 38, 63, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 0, 18, 26, 2, 42, 64, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 0, 19, 29, 2, 46, 65, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 0, 21, 32, 3, 50, 66, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 0, 23, 35, 3, 55, 67, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 0, 25, 38, 3, 59, 68, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 0, 27, 41, 3, 65, 69, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 0, 29, 44, 4, 70, 70, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 0, 32, 48, 4, 75, 71, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 0, 34, 51, 4, 81, 72, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 0, 37, 55, 5, 87, 73, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 0, 40, 59, 5, 94, 74, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 0, 42, 64, 5, 101, 75, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 0, 45, 68, 6, 108, 76, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 0, 49, 73, 6, 115, 77, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 0, 52, 78, 6, 123, 78, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 0, 55, 83, 7, 132, 79, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 0, 59, 89, 7, 140, 80, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 0, 63, 95, 8, 150, 81, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 0, 67, 101, 8, 159, 82, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 0, 71, 107, 9, 169, 83, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 0, 76, 114, 9, 180, 84, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 0, 80, 121, 10, 191, 85, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 0, 85, 128, 11, 203, 86, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 0, 91, 136, 11, 215, 87, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 0, 96, 144, 12, 228, 88, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 0, 102, 153, 13, 242, 89, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -7173,60 +8032,60 @@ skills["FlameblastPlayer"] = { name = "Flameblast", baseTypeName = "Flameblast", color = 3, - description = "Channel to build destructive energy around you or a targeted Solar Orb. Releasing the energy causes a devastating explosion that is larger and more intense the longer you Channelled for.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cascadable] = true, [SkillType.GainsStages] = true, [SkillType.Cooldown] = true, }, + description = "Channel to build destructive energy around you. Releasing the energy causes a devastating explosion that is larger and more intense the longer you Channelled for.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cascadable] = true, [SkillType.GainsStages] = true, [SkillType.Cooldown] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.25, qualityStats = { { "active_skill_cast_speed_+%_final", 1 }, }, levels = { - [1] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 15, cost = { ManaPerMinute = 375, }, }, - [2] = { critChance = 8, storedUses = 1, levelRequirement = 3, cooldown = 15, cost = { ManaPerMinute = 424, }, }, - [3] = { critChance = 8, storedUses = 1, levelRequirement = 6, cooldown = 15, cost = { ManaPerMinute = 480, }, }, - [4] = { critChance = 8, storedUses = 1, levelRequirement = 10, cooldown = 15, cost = { ManaPerMinute = 543, }, }, - [5] = { critChance = 8, storedUses = 1, levelRequirement = 14, cooldown = 15, cost = { ManaPerMinute = 615, }, }, - [6] = { critChance = 8, storedUses = 1, levelRequirement = 18, cooldown = 15, cost = { ManaPerMinute = 696, }, }, - [7] = { critChance = 8, storedUses = 1, levelRequirement = 22, cooldown = 15, cost = { ManaPerMinute = 787, }, }, - [8] = { critChance = 8, storedUses = 1, levelRequirement = 26, cooldown = 15, cost = { ManaPerMinute = 891, }, }, - [9] = { critChance = 8, storedUses = 1, levelRequirement = 31, cooldown = 15, cost = { ManaPerMinute = 1008, }, }, - [10] = { critChance = 8, storedUses = 1, levelRequirement = 36, cooldown = 15, cost = { ManaPerMinute = 1141, }, }, - [11] = { critChance = 8, storedUses = 1, levelRequirement = 41, cooldown = 15, cost = { ManaPerMinute = 1292, }, }, - [12] = { critChance = 8, storedUses = 1, levelRequirement = 46, cooldown = 15, cost = { ManaPerMinute = 1462, }, }, - [13] = { critChance = 8, storedUses = 1, levelRequirement = 52, cooldown = 15, cost = { ManaPerMinute = 1655, }, }, - [14] = { critChance = 8, storedUses = 1, levelRequirement = 58, cooldown = 15, cost = { ManaPerMinute = 1873, }, }, - [15] = { critChance = 8, storedUses = 1, levelRequirement = 64, cooldown = 15, cost = { ManaPerMinute = 2119, }, }, - [16] = { critChance = 8, storedUses = 1, levelRequirement = 66, cooldown = 15, cost = { ManaPerMinute = 2398, }, }, - [17] = { critChance = 8, storedUses = 1, levelRequirement = 72, cooldown = 15, cost = { ManaPerMinute = 2714, }, }, - [18] = { critChance = 8, storedUses = 1, levelRequirement = 78, cooldown = 15, cost = { ManaPerMinute = 3072, }, }, - [19] = { critChance = 8, storedUses = 1, levelRequirement = 84, cooldown = 15, cost = { ManaPerMinute = 3476, }, }, - [20] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 3934, }, }, - [21] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 4453, }, }, - [22] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 5039, }, }, - [23] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 5703, }, }, - [24] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 6454, }, }, - [25] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 7304, }, }, - [26] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 8266, }, }, - [27] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 9355, }, }, - [28] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 10587, }, }, - [29] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 11981, }, }, - [30] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 13559, }, }, - [31] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 15345, }, }, - [32] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 17366, }, }, - [33] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 19653, }, }, - [34] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 22241, }, }, - [35] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 25170, }, }, - [36] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 28485, }, }, - [37] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 32237, }, }, - [38] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 36482, }, }, - [39] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 41287, }, }, - [40] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 46725, }, }, + [1] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 15, cost = { ManaPerMinute = 337, }, }, + [2] = { critChance = 8, storedUses = 1, levelRequirement = 3, cooldown = 15, cost = { ManaPerMinute = 398, }, }, + [3] = { critChance = 8, storedUses = 1, levelRequirement = 6, cooldown = 15, cost = { ManaPerMinute = 467, }, }, + [4] = { critChance = 8, storedUses = 1, levelRequirement = 10, cooldown = 15, cost = { ManaPerMinute = 542, }, }, + [5] = { critChance = 8, storedUses = 1, levelRequirement = 14, cooldown = 15, cost = { ManaPerMinute = 625, }, }, + [6] = { critChance = 8, storedUses = 1, levelRequirement = 18, cooldown = 15, cost = { ManaPerMinute = 716, }, }, + [7] = { critChance = 8, storedUses = 1, levelRequirement = 22, cooldown = 15, cost = { ManaPerMinute = 817, }, }, + [8] = { critChance = 8, storedUses = 1, levelRequirement = 26, cooldown = 15, cost = { ManaPerMinute = 928, }, }, + [9] = { critChance = 8, storedUses = 1, levelRequirement = 31, cooldown = 15, cost = { ManaPerMinute = 1050, }, }, + [10] = { critChance = 8, storedUses = 1, levelRequirement = 36, cooldown = 15, cost = { ManaPerMinute = 1183, }, }, + [11] = { critChance = 8, storedUses = 1, levelRequirement = 41, cooldown = 15, cost = { ManaPerMinute = 1330, }, }, + [12] = { critChance = 8, storedUses = 1, levelRequirement = 46, cooldown = 15, cost = { ManaPerMinute = 1491, }, }, + [13] = { critChance = 8, storedUses = 1, levelRequirement = 52, cooldown = 15, cost = { ManaPerMinute = 1667, }, }, + [14] = { critChance = 8, storedUses = 1, levelRequirement = 58, cooldown = 15, cost = { ManaPerMinute = 1859, }, }, + [15] = { critChance = 8, storedUses = 1, levelRequirement = 64, cooldown = 15, cost = { ManaPerMinute = 2070, }, }, + [16] = { critChance = 8, storedUses = 1, levelRequirement = 66, cooldown = 15, cost = { ManaPerMinute = 2300, }, }, + [17] = { critChance = 8, storedUses = 1, levelRequirement = 72, cooldown = 15, cost = { ManaPerMinute = 2551, }, }, + [18] = { critChance = 8, storedUses = 1, levelRequirement = 78, cooldown = 15, cost = { ManaPerMinute = 2825, }, }, + [19] = { critChance = 8, storedUses = 1, levelRequirement = 84, cooldown = 15, cost = { ManaPerMinute = 3124, }, }, + [20] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 3450, }, }, + [21] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 3805, }, }, + [22] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 4192, }, }, + [23] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 4613, }, }, + [24] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 5070, }, }, + [25] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 5568, }, }, + [26] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 6110, }, }, + [27] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 6698, }, }, + [28] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 7336, }, }, + [29] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 8030, }, }, + [30] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 8782, }, }, + [31] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 9599, }, }, + [32] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 10484, }, }, + [33] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 11444, }, }, + [34] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 12485, }, }, + [35] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 13612, }, }, + [36] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 14833, }, }, + [37] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 16156, }, }, + [38] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 17588, }, }, + [39] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 19137, }, }, + [40] = { critChance = 8, storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { ManaPerMinute = 20814, }, }, }, statSets = { [1] = { label = "Flameblast", baseEffectiveness = 2.2999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "skill_stat_descriptions", baseFlags = { spell = true, @@ -7240,8 +8099,7 @@ skills["FlameblastPlayer"] = { { "base_minimum_channel_time_ms", 490 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "flameblast_cast_speed_+%_final_when_targeting_solar_orb", 30 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "spell_minimum_base_fire_damage", @@ -7252,47 +8110,51 @@ skills["FlameblastPlayer"] = { "cast_speed_modifiers_apply_to_over_time_cost", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 14, 20, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 18, 27, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 23, 34, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 41, 61, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 57, 85, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 17, 26, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 47, 71, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, [11] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 77, 115, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 89, 134, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 103, 154, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 118, 177, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 154, 232, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 176, 265, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 201, 302, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 229, 343, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 260, 391, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 296, 444, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 336, 505, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 382, 573, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 434, 651, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 493, 740, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 560, 840, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 636, 955, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 723, 1085, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 822, 1233, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 935, 1403, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1065, 1597, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1212, 1818, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1382, 2072, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1576, 2363, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1798, 2697, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2054, 3081, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 2348, 3523, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2687, 4031, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 3078, 4618, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [13] = { 90, 134, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 104, 156, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 120, 181, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 139, 209, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 160, 241, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 185, 277, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 213, 319, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 244, 367, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 281, 421, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 323, 484, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 370, 556, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 425, 638, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 489, 733, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 562, 842, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 645, 968, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 742, 1114, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 854, 1282, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 984, 1476, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1134, 1701, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1309, 1963, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1511, 2267, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1747, 2620, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2021, 3031, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2341, 3512, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2715, 4073, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 3153, 4729, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3665, 5498, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 4267, 6400, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -7302,52 +8164,52 @@ skills["FlammabilityPlayer"] = { baseTypeName = "Flammability", color = 3, description = "Curse all targets in an area after a short delay, lowering their Fire Resistance.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, }, statSets = { [1] = { @@ -7369,7 +8231,7 @@ skills["FlammabilityPlayer"] = { { "curse_delay_duration_ms", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", @@ -7378,6 +8240,9 @@ skills["FlammabilityPlayer"] = { "base_deal_no_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 6000, 15, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, [2] = { 6200, 16, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, @@ -7428,55 +8293,55 @@ skills["FlickerStrikePlayer"] = { baseTypeName = "Flicker Strike", color = 3, description = "Teleport to a enemy and Strike them. Consumes Power Charges to perform additional teleporting Strikes on nearby enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, [SkillType.ConsumesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, [SkillType.ConsumesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "charge_skip_consume_chance_%", 1 }, + { "active_skill_critical_strike_chance_+%_final", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 0.8, levelRequirement = 0, cost = { Mana = 13, }, }, + [1] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 0.8, levelRequirement = 0, cost = { Mana = 12, }, }, [2] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 14, }, }, - [3] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.16, levelRequirement = 14, cost = { Mana = 19, }, }, - [6] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.26, levelRequirement = 18, cost = { Mana = 21, }, }, - [7] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.36, levelRequirement = 22, cost = { Mana = 24, }, }, - [8] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.45, levelRequirement = 26, cost = { Mana = 26, }, }, - [9] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.54, levelRequirement = 31, cost = { Mana = 29, }, }, - [10] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.64, levelRequirement = 36, cost = { Mana = 32, }, }, - [11] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.75, levelRequirement = 41, cost = { Mana = 36, }, }, - [12] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.87, levelRequirement = 46, cost = { Mana = 40, }, }, - [13] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 44, }, }, - [14] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.13, levelRequirement = 58, cost = { Mana = 49, }, }, - [15] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.28, levelRequirement = 64, cost = { Mana = 54, }, }, - [16] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.44, levelRequirement = 66, cost = { Mana = 60, }, }, + [3] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 16, }, }, + [4] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.07, levelRequirement = 10, cost = { Mana = 19, }, }, + [5] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.16, levelRequirement = 14, cost = { Mana = 21, }, }, + [6] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.26, levelRequirement = 18, cost = { Mana = 24, }, }, + [7] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.36, levelRequirement = 22, cost = { Mana = 26, }, }, + [8] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.45, levelRequirement = 26, cost = { Mana = 29, }, }, + [9] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.54, levelRequirement = 31, cost = { Mana = 32, }, }, + [10] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.64, levelRequirement = 36, cost = { Mana = 36, }, }, + [11] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.75, levelRequirement = 41, cost = { Mana = 40, }, }, + [12] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.87, levelRequirement = 46, cost = { Mana = 43, }, }, + [13] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 48, }, }, + [14] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.13, levelRequirement = 58, cost = { Mana = 52, }, }, + [15] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.28, levelRequirement = 64, cost = { Mana = 57, }, }, + [16] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.44, levelRequirement = 66, cost = { Mana = 62, }, }, [17] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.62, levelRequirement = 72, cost = { Mana = 67, }, }, - [18] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.82, levelRequirement = 78, cost = { Mana = 74, }, }, - [19] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.03, levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 91, }, }, - [21] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.52, levelRequirement = 90, cost = { Mana = 101, }, }, - [22] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.79, levelRequirement = 90, cost = { Mana = 112, }, }, - [23] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 124, }, }, - [24] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.4, levelRequirement = 90, cost = { Mana = 138, }, }, - [25] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.74, levelRequirement = 90, cost = { Mana = 152, }, }, - [26] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.11, levelRequirement = 90, cost = { Mana = 169, }, }, - [27] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.5, levelRequirement = 90, cost = { Mana = 187, }, }, - [28] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.93, levelRequirement = 90, cost = { Mana = 208, }, }, - [29] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 6.38, levelRequirement = 90, cost = { Mana = 230, }, }, - [30] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 6.88, levelRequirement = 90, cost = { Mana = 255, }, }, - [31] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 7.41, levelRequirement = 90, cost = { Mana = 283, }, }, - [32] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 7.98, levelRequirement = 90, cost = { Mana = 313, }, }, - [33] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 8.6, levelRequirement = 90, cost = { Mana = 347, }, }, - [34] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 9.26, levelRequirement = 90, cost = { Mana = 385, }, }, - [35] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 9.98, levelRequirement = 90, cost = { Mana = 426, }, }, - [36] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 10.75, levelRequirement = 90, cost = { Mana = 473, }, }, - [37] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 11.58, levelRequirement = 90, cost = { Mana = 524, }, }, - [38] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 12.48, levelRequirement = 90, cost = { Mana = 580, }, }, - [39] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 13.44, levelRequirement = 90, cost = { Mana = 643, }, }, - [40] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 14.48, levelRequirement = 90, cost = { Mana = 713, }, }, + [18] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 2.82, levelRequirement = 78, cost = { Mana = 72, }, }, + [19] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.03, levelRequirement = 84, cost = { Mana = 78, }, }, + [20] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 85, }, }, + [21] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.52, levelRequirement = 90, cost = { Mana = 92, }, }, + [22] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 3.79, levelRequirement = 90, cost = { Mana = 99, }, }, + [23] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 106, }, }, + [24] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.4, levelRequirement = 90, cost = { Mana = 114, }, }, + [25] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 4.74, levelRequirement = 90, cost = { Mana = 123, }, }, + [26] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.11, levelRequirement = 90, cost = { Mana = 132, }, }, + [27] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.5, levelRequirement = 90, cost = { Mana = 142, }, }, + [28] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 5.93, levelRequirement = 90, cost = { Mana = 152, }, }, + [29] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 6.38, levelRequirement = 90, cost = { Mana = 163, }, }, + [30] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 6.88, levelRequirement = 90, cost = { Mana = 174, }, }, + [31] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 7.41, levelRequirement = 90, cost = { Mana = 186, }, }, + [32] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 7.98, levelRequirement = 90, cost = { Mana = 199, }, }, + [33] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 8.6, levelRequirement = 90, cost = { Mana = 212, }, }, + [34] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 9.26, levelRequirement = 90, cost = { Mana = 227, }, }, + [35] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 9.98, levelRequirement = 90, cost = { Mana = 242, }, }, + [36] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 10.75, levelRequirement = 90, cost = { Mana = 258, }, }, + [37] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 11.58, levelRequirement = 90, cost = { Mana = 275, }, }, + [38] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 12.48, levelRequirement = 90, cost = { Mana = 293, }, }, + [39] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 13.44, levelRequirement = 90, cost = { Mana = 312, }, }, + [40] = { attackSpeedMultiplier = -50, PvPDamageMultiplier = -30, baseMultiplier = 14.48, levelRequirement = 90, cost = { Mana = 332, }, }, }, statSets = { [1] = { @@ -7547,53 +8412,53 @@ skills["FreezingMarkPlayer"] = { name = "Freezing Mark", baseTypeName = "Freezing Mark", color = 3, - description = "Mark a target, making them more susceptible to being Frozen. When the Marked target dies, a Cold nova erupts from their corpse. This nova does not use your Weapon Damage, and instead uses its own base Attack Damage.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Cold] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, }, + description = "Mark a target, making them more susceptible to being Frozen. When the Marked target dies, a Cold explosion erupts from their corpse. This explosion does not use your Weapon Damage, and instead uses its own base Attack Damage.", + skillTypes = { [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Mark] = true, [SkillType.Cold] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMounted] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.5, qualityStats = { { "freezing_mark_hit_damage_freeze_multiplier_+%_final", 1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 23, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 27, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 29, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 31, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 33, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 35, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 41, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 50, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 54, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 67, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 77, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 117, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 235, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 252, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 271, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 311, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 334, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 23, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 25, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 28, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 31, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 33, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 39, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 49, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 52, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 59, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 63, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 67, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 71, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 79, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 83, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 97, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 107, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 117, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 128, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 146, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 159, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 179, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 194, }, }, }, statSets = { [1] = { @@ -7601,7 +8466,6 @@ skills["FreezingMarkPlayer"] = { incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "freezing_mark", baseFlags = { - spell = true, area = true, duration = true, }, @@ -7609,7 +8473,7 @@ skills["FreezingMarkPlayer"] = { { "base_skill_effect_duration", 8000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "number_of_marks_allowed_per_type", 1 }, }, stats = { @@ -7666,7 +8530,7 @@ skills["FreezingMarkPlayer"] = { skills["TriggeredFreezingMarkNovaPlayer"] = { name = "Freezing Nova", hidden = true, - skillTypes = { [SkillType.Nova] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Cold] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, + skillTypes = { [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Cold] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, castTime = 1, qualityStats = { }, @@ -7714,7 +8578,7 @@ skills["TriggeredFreezingMarkNovaPlayer"] = { }, statSets = { [1] = { - label = "Nova", + label = "Explosion", baseEffectiveness = 1.8600000143051, incrementalEffectiveness = 0.27349999547005, statDescriptionScope = "freezing_mark_nova", @@ -7731,6 +8595,7 @@ skills["TriggeredFreezingMarkNovaPlayer"] = { "triggered_by_freezing_mark", "replace_main_hand_unarmed_attack_stats_with_nothing_type", "display_statset_hide_usage_stats", + "triggerable_in_any_set", }, levels = { [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, @@ -7783,7 +8648,7 @@ skills["FreezingShardsPlayer"] = { fromItem = true, color = 3, description = "Launch icy Projectiles in a sweeping arc. Multiple Projectiles can hit the same enemy.", - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Invokable] = true, [SkillType.Cold] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.2, qualityStats = { { "base_number_of_projectiles", 0.05 }, @@ -7833,1162 +8698,2025 @@ skills["FreezingShardsPlayer"] = { statSets = { [1] = { label = "Freezing Shards", - baseEffectiveness = 0.6700000166893, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0060000000521541, + baseEffectiveness = 0.74000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, statDescriptionScope = "skill_stat_descriptions", baseFlags = { spell = true, - projectile = true, + projectile = true, + }, + constantStats = { + { "base_number_of_projectiles", 5 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_hit_damage_freeze_multiplier_+%_final", 100 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_is_projectile", + "projectile_uses_contact_position", + "check_for_targets_between_initiator_and_projectile_source", + "projectile_uses_contact_direction", + "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 5, 7, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 14, 20, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 22, 34, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 26, 39, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 30, 44, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 38, 58, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 44, 66, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 50, 74, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 72, 108, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 81, 122, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 92, 138, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 104, 155, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 117, 175, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 132, 198, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 149, 223, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 168, 252, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 189, 284, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 213, 320, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 241, 361, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 272, 408, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 307, 461, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 347, 521, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 393, 589, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 444, 666, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 503, 755, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 570, 855, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 646, 970, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 734, 1100, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["FrostBombPlayer"] = { + name = "Frost Bomb", + baseTypeName = "Frost Bomb", + color = 3, + description = "Create a pulsing Orb of frost. Each pulse inflicts Elemental Exposure on nearby enemies. When the Orb's duration ends, it Detonates, dealing Cold damage to surrounding enemies and leaving behind a Cold Infusion.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, [SkillType.Orb] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GeneratesInfusion] = true, [SkillType.GeneratesRemnants] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Limit] = true, }, + castTime = 0.8, + qualityStats = { + { "active_skill_all_elemental_exposure_compounding_magnitude_cap", 0.5 }, + }, + levels = { + [1] = { critChance = 13, storedUses = 1, levelRequirement = 0, cooldown = 6, cost = { Mana = 9, }, }, + [2] = { critChance = 13, storedUses = 1, levelRequirement = 3, cooldown = 6, cost = { Mana = 11, }, }, + [3] = { critChance = 13, storedUses = 1, levelRequirement = 6, cooldown = 6, cost = { Mana = 13, }, }, + [4] = { critChance = 13, storedUses = 1, levelRequirement = 10, cooldown = 6, cost = { Mana = 15, }, }, + [5] = { critChance = 13, storedUses = 1, levelRequirement = 14, cooldown = 6, cost = { Mana = 18, }, }, + [6] = { critChance = 13, storedUses = 1, levelRequirement = 18, cooldown = 6, cost = { Mana = 20, }, }, + [7] = { critChance = 13, storedUses = 1, levelRequirement = 22, cooldown = 6, cost = { Mana = 23, }, }, + [8] = { critChance = 13, storedUses = 1, levelRequirement = 26, cooldown = 6, cost = { Mana = 26, }, }, + [9] = { critChance = 13, storedUses = 1, levelRequirement = 31, cooldown = 6, cost = { Mana = 30, }, }, + [10] = { critChance = 13, storedUses = 1, levelRequirement = 36, cooldown = 6, cost = { Mana = 34, }, }, + [11] = { critChance = 13, storedUses = 1, levelRequirement = 41, cooldown = 6, cost = { Mana = 38, }, }, + [12] = { critChance = 13, storedUses = 1, levelRequirement = 46, cooldown = 6, cost = { Mana = 42, }, }, + [13] = { critChance = 13, storedUses = 1, levelRequirement = 52, cooldown = 6, cost = { Mana = 48, }, }, + [14] = { critChance = 13, storedUses = 1, levelRequirement = 58, cooldown = 6, cost = { Mana = 53, }, }, + [15] = { critChance = 13, storedUses = 1, levelRequirement = 64, cooldown = 6, cost = { Mana = 59, }, }, + [16] = { critChance = 13, storedUses = 1, levelRequirement = 66, cooldown = 6, cost = { Mana = 66, }, }, + [17] = { critChance = 13, storedUses = 1, levelRequirement = 72, cooldown = 6, cost = { Mana = 73, }, }, + [18] = { critChance = 13, storedUses = 1, levelRequirement = 78, cooldown = 6, cost = { Mana = 81, }, }, + [19] = { critChance = 13, storedUses = 1, levelRequirement = 84, cooldown = 6, cost = { Mana = 89, }, }, + [20] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 99, }, }, + [21] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 109, }, }, + [22] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 120, }, }, + [23] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 132, }, }, + [24] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 146, }, }, + [25] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 160, }, }, + [26] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 175, }, }, + [27] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 192, }, }, + [28] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 211, }, }, + [29] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 231, }, }, + [30] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 252, }, }, + [31] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 276, }, }, + [32] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 301, }, }, + [33] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 329, }, }, + [34] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 359, }, }, + [35] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 392, }, }, + [36] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 427, }, }, + [37] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 465, }, }, + [38] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 506, }, }, + [39] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 551, }, }, + [40] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 6, cost = { Mana = 599, }, }, + }, + statSets = { + [1] = { + label = "Frost Bomb", + baseEffectiveness = 2.4000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.008899999782443, + statDescriptionScope = "frost_bomb", + statMap = { + ['skill_cold_exposure_magnitude'] = { + mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" }), + mult = -1 + }, + }, + baseFlags = { + spell = true, + area = true, + duration = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 24 }, + { "base_skill_detonation_time", 4000 }, + { "base_secondary_skill_effect_duration", 8000 }, + { "spell_maximum_action_distance_+%", 400 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_all_elemental_exposure_magnitude", 20 }, + { "active_skill_all_elemental_exposure_compounding_magnitude", 2 }, + { "active_skill_all_elemental_exposure_compounding_magnitude_cap", 50 }, + { "active_skill_chill_as_though_damage_+%_final", 300 }, + { "base_maximum_number_of_frost_bombs", 1 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "active_skill_base_area_of_effect_radius", + "frost_bomb_exposure_does_not_apply_to_enemies_of_level_higher_than_X", + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "cannot_cancel_skill_before_contact_point", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 7, 11, 0, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 10, 15, 0, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 14, 21, 1, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 18, 27, 1, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 23, 34, 1, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 28, 42, 2, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 34, 51, 2, 39, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 41, 61, 3, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 48, 73, 3, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 57, 86, 3, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 67, 100, 4, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 78, 117, 4, 61, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 90, 135, 4, 66, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 104, 156, 5, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 120, 180, 5, 74, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 138, 208, 6, 76, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 159, 238, 6, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 182, 273, 6, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 208, 313, 7, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 238, 358, 7, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 273, 409, 7, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 311, 467, 8, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 356, 534, 8, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 406, 609, 8, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 464, 696, 9, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 530, 795, 9, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 606, 909, 10, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 692, 1038, 10, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 792, 1188, 10, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 906, 1359, 11, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1037, 1556, 11, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1188, 1783, 11, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1363, 2044, 11, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1564, 2346, 11, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1796, 2695, 12, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2065, 3098, 12, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2377, 3566, 12, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2739, 4108, 12, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3159, 4739, 12, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3648, 5472, 13, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["FrostDartsPlayer"] = { + name = "Frost Darts", + baseTypeName = "Frost Darts", + color = 3, + description = "Conjures a number of icy Projectiles that launch towards the target. Projectiles that Hit a Chilled or Frozen target create chunks of ice that deal additional damage on impacting the ground. Consumes a Cold Infusion if possible to cause each Projectile to lodge into the enemy then explode.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Cold] = true, [SkillType.Projectile] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Area] = true, }, + castTime = 0.8, + qualityStats = { + { "spell_skills_fire_2_additional_projectiles_final_chance_%", 0.5 }, + }, + levels = { + [1] = { critChance = 13, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { critChance = 13, levelRequirement = 3, cost = { Mana = 6, }, }, + [3] = { critChance = 13, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { critChance = 13, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { critChance = 13, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { critChance = 13, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { critChance = 13, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { critChance = 13, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { critChance = 13, levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { critChance = 13, levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { critChance = 13, levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { critChance = 13, levelRequirement = 46, cost = { Mana = 25, }, }, + [13] = { critChance = 13, levelRequirement = 52, cost = { Mana = 28, }, }, + [14] = { critChance = 13, levelRequirement = 58, cost = { Mana = 32, }, }, + [15] = { critChance = 13, levelRequirement = 64, cost = { Mana = 35, }, }, + [16] = { critChance = 13, levelRequirement = 66, cost = { Mana = 39, }, }, + [17] = { critChance = 13, levelRequirement = 72, cost = { Mana = 44, }, }, + [18] = { critChance = 13, levelRequirement = 78, cost = { Mana = 48, }, }, + [19] = { critChance = 13, levelRequirement = 84, cost = { Mana = 53, }, }, + [20] = { critChance = 13, levelRequirement = 90, cost = { Mana = 59, }, }, + [21] = { critChance = 13, levelRequirement = 90, cost = { Mana = 65, }, }, + [22] = { critChance = 13, levelRequirement = 90, cost = { Mana = 72, }, }, + [23] = { critChance = 13, levelRequirement = 90, cost = { Mana = 79, }, }, + [24] = { critChance = 13, levelRequirement = 90, cost = { Mana = 87, }, }, + [25] = { critChance = 13, levelRequirement = 90, cost = { Mana = 96, }, }, + [26] = { critChance = 13, levelRequirement = 90, cost = { Mana = 105, }, }, + [27] = { critChance = 13, levelRequirement = 90, cost = { Mana = 115, }, }, + [28] = { critChance = 13, levelRequirement = 90, cost = { Mana = 126, }, }, + [29] = { critChance = 13, levelRequirement = 90, cost = { Mana = 138, }, }, + [30] = { critChance = 13, levelRequirement = 90, cost = { Mana = 151, }, }, + [31] = { critChance = 13, levelRequirement = 90, cost = { Mana = 165, }, }, + [32] = { critChance = 13, levelRequirement = 90, cost = { Mana = 181, }, }, + [33] = { critChance = 13, levelRequirement = 90, cost = { Mana = 197, }, }, + [34] = { critChance = 13, levelRequirement = 90, cost = { Mana = 215, }, }, + [35] = { critChance = 13, levelRequirement = 90, cost = { Mana = 235, }, }, + [36] = { critChance = 13, levelRequirement = 90, cost = { Mana = 256, }, }, + [37] = { critChance = 13, levelRequirement = 90, cost = { Mana = 279, }, }, + [38] = { critChance = 13, levelRequirement = 90, cost = { Mana = 303, }, }, + [39] = { critChance = 13, levelRequirement = 90, cost = { Mana = 330, }, }, + [40] = { critChance = 13, levelRequirement = 90, cost = { Mana = 359, }, }, + }, + statSets = { + [1] = { + label = "Projectile", + baseEffectiveness = 0.55000001192093, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_darts_statset_0", + baseFlags = { + spell = true, + projectile = true, + }, + constantStats = { + { "base_number_of_projectiles", 3 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_is_projectile", + "can_perform_skill_while_moving", + "projectile_uses_contact_position", + "active_skill_consumes_a_cold_infusion", + "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", + "never_freeze_or_chill", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 28, 41, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 51, 76, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 57, 86, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 72, 108, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 81, 122, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 91, 137, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 102, 154, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 129, 194, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 145, 218, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 163, 244, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 183, 275, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 206, 309, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 231, 347, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 260, 390, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 293, 439, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 372, 557, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 419, 628, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 473, 709, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Explosion", + baseEffectiveness = 0.80000001192093, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_darts_statset_1", + baseFlags = { + spell = true, + projectile = true, + area = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "frost_darts_explode_creates_X_mortars", 3 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_is_projectile", + "can_perform_skill_while_moving", + "projectile_uses_contact_position", + "active_skill_consumes_a_cold_infusion", + "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", + "never_freeze_or_chill", + "is_area_damage", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 0, 0, 2, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 3, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 5, 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 6, 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 7, 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 9, 14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 11, 16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 13, 19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 15, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 18, 27, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 21, 31, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 24, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 27, 41, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 31, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 35, 53, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 40, 60, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 46, 68, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 52, 77, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 58, 87, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 66, 98, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 74, 111, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 83, 125, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 94, 140, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 105, 158, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 118, 177, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 133, 199, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 149, 223, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 167, 251, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 188, 282, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 211, 316, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 237, 355, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 266, 399, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 299, 449, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 336, 505, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 378, 568, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 426, 639, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 480, 720, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 541, 811, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 609, 914, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 688, 1031, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Ice Chunk", + baseEffectiveness = 0.64999997615814, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_darts_statset_2", + baseFlags = { + spell = true, + projectile = true, + area = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 8 }, + { "skill_mortar_minimum_projectile_distance", 5 }, + { "skill_mortar_maximum_projectile_distance", 17 }, + { "base_number_of_projectiles", 2 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_is_projectile", + "can_perform_skill_while_moving", + "projectile_uses_contact_position", + "active_skill_consumes_a_cold_infusion", + "should_use_additive_aiming_animation", + "precise_cursor_targeting_uses_contact_point_height_offset", + "never_freeze_or_chill", + "is_area_damage", + "random_projectile_direction", + "modifiers_to_projectile_count_do_not_apply", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 0, 0, 2, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 3, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 4, 6, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 5, 7, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 6, 9, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 7, 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 9, 13, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 10, 16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 12, 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 14, 22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 17, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 19, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 22, 33, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 25, 38, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 29, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 33, 49, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 37, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 42, 63, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 47, 71, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 53, 80, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 60, 90, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 68, 101, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 76, 114, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 85, 128, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 96, 144, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 108, 162, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 121, 182, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 136, 204, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 153, 229, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 171, 257, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 193, 289, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 216, 325, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 243, 365, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 273, 410, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 308, 461, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 346, 519, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 390, 585, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 439, 659, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 495, 743, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 559, 838, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["FrostWallPlayer"] = { + name = "Frost Wall", + baseTypeName = "Frost Wall", + color = 3, + description = "Create a wall of Ice Crystals which holds back enemies. The Crystals explode if sufficiently damaged, or if pushed hard enough, damaging nearby enemies. Consumes a Lightning Infusion if possible to add another Lightning explosion if destroyed.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, [SkillType.Invokable] = true, [SkillType.Area] = true, [SkillType.Wall] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SupportedByFountains] = true, [SkillType.IceCrystal] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ToggleSpawnedObjectTargetable_DefaultOff] = true, }, + castTime = 0.8, + qualityStats = { + { "base_cooldown_speed_+%", 1 }, + }, + levels = { + [1] = { critChance = 11, storedUses = 3, levelRequirement = 0, cooldown = 5, cost = { Mana = 7, }, }, + [2] = { critChance = 11, storedUses = 3, levelRequirement = 3, cooldown = 5, cost = { Mana = 9, }, }, + [3] = { critChance = 11, storedUses = 3, levelRequirement = 6, cooldown = 5, cost = { Mana = 10, }, }, + [4] = { critChance = 11, storedUses = 3, levelRequirement = 10, cooldown = 5, cost = { Mana = 12, }, }, + [5] = { critChance = 11, storedUses = 3, levelRequirement = 14, cooldown = 5, cost = { Mana = 14, }, }, + [6] = { critChance = 11, storedUses = 3, levelRequirement = 18, cooldown = 5, cost = { Mana = 16, }, }, + [7] = { critChance = 11, storedUses = 3, levelRequirement = 22, cooldown = 5, cost = { Mana = 18, }, }, + [8] = { critChance = 11, storedUses = 3, levelRequirement = 26, cooldown = 5, cost = { Mana = 21, }, }, + [9] = { critChance = 11, storedUses = 3, levelRequirement = 31, cooldown = 5, cost = { Mana = 24, }, }, + [10] = { critChance = 11, storedUses = 3, levelRequirement = 36, cooldown = 5, cost = { Mana = 27, }, }, + [11] = { critChance = 11, storedUses = 3, levelRequirement = 41, cooldown = 5, cost = { Mana = 30, }, }, + [12] = { critChance = 11, storedUses = 3, levelRequirement = 46, cooldown = 5, cost = { Mana = 34, }, }, + [13] = { critChance = 11, storedUses = 3, levelRequirement = 52, cooldown = 5, cost = { Mana = 38, }, }, + [14] = { critChance = 11, storedUses = 3, levelRequirement = 58, cooldown = 5, cost = { Mana = 42, }, }, + [15] = { critChance = 11, storedUses = 3, levelRequirement = 64, cooldown = 5, cost = { Mana = 47, }, }, + [16] = { critChance = 11, storedUses = 3, levelRequirement = 66, cooldown = 5, cost = { Mana = 53, }, }, + [17] = { critChance = 11, storedUses = 3, levelRequirement = 72, cooldown = 5, cost = { Mana = 58, }, }, + [18] = { critChance = 11, storedUses = 3, levelRequirement = 78, cooldown = 5, cost = { Mana = 65, }, }, + [19] = { critChance = 11, storedUses = 3, levelRequirement = 84, cooldown = 5, cost = { Mana = 72, }, }, + [20] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 79, }, }, + [21] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 87, }, }, + [22] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 96, }, }, + [23] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 106, }, }, + [24] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 116, }, }, + [25] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 128, }, }, + [26] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 140, }, }, + [27] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 154, }, }, + [28] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 169, }, }, + [29] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 185, }, }, + [30] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 202, }, }, + [31] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 221, }, }, + [32] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 241, }, }, + [33] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 263, }, }, + [34] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 287, }, }, + [35] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 313, }, }, + [36] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 341, }, }, + [37] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 372, }, }, + [38] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 405, }, }, + [39] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 441, }, }, + [40] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 479, }, }, + }, + statSets = { + [1] = { + label = "Frost Wall", + baseEffectiveness = 2.2799999713898, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_wall_new_statset_0", + baseFlags = { + spell = true, + area = true, + duration = true, + }, + constantStats = { + { "wall_expand_delay_ms", 150 }, + { "base_skill_effect_duration", 8000 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_hit_damage_freeze_multiplier_+%_final", 50 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, + { "ice_crystal_shatter_detonation_damage_+%_final", 0 }, + { "ice_crystal_shatter_detonation_area_of_effect_+%_final", 0 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "wall_maximum_length", + "frost_wall_maximum_life", + "base_skill_show_average_damage_instead_of_dps", + "is_area_damage", + "can_perform_skill_while_moving", + "is_ice_crystal_explosion", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 7, 11, 28, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 10, 14, 28, 64, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 13, 19, 28, 108, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 17, 25, 28, 164, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 21, 31, 35, 240, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 26, 38, 35, 334, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 31, 46, 35, 460, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 37, 55, 35, 624, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 43, 65, 42, 832, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 50, 76, 42, 1100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 59, 88, 42, 1438, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 67, 101, 42, 1866, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 77, 116, 49, 2408, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 88, 133, 49, 3086, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 101, 151, 49, 3940, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 115, 172, 49, 5016, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 130, 195, 56, 6362, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 147, 220, 56, 8032, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 166, 249, 56, 10118, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 187, 280, 56, 12714, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 211, 316, 63, 13350, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 237, 356, 63, 14017, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 267, 400, 63, 14718, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 300, 449, 63, 15454, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 337, 505, 70, 16227, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 378, 567, 70, 17038, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 425, 637, 70, 17890, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 477, 715, 70, 18784, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 535, 803, 77, 19724, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 601, 902, 77, 20710, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 675, 1013, 78, 21745, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 759, 1138, 80, 22833, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 853, 1279, 81, 23974, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 959, 1438, 83, 25173, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1079, 1618, 85, 26431, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1214, 1821, 87, 27753, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1367, 2051, 88, 29141, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1540, 2311, 90, 30598, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1737, 2605, 92, 32128, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1960, 2939, 94, 33734, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Lightning-Infused", + baseEffectiveness = 1.5, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_wall_new_statset_1", + baseFlags = { + spell = true, + area = true, + duration = true, }, constantStats = { - { "base_number_of_projectiles", 5 }, + { "wall_expand_delay_ms", 150 }, + { "base_skill_effect_duration", 8000 }, + { "active_skill_base_area_of_effect_radius", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_hit_damage_freeze_multiplier_+%_final", 100 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_hit_damage_freeze_multiplier_+%_final", 50 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, + { "ice_crystal_shatter_detonation_damage_+%_final", 0 }, + { "ice_crystal_shatter_detonation_area_of_effect_+%_final", 0 }, + { "active_skill_base_secondary_area_of_effect_radius", 28 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", - "base_is_projectile", - "projectile_uses_contact_position", - "check_for_targets_between_initiator_and_projectile_source", - "projectile_uses_contact_direction", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "wall_maximum_length", + "frost_wall_maximum_life", + "base_skill_show_average_damage_instead_of_dps", + "is_area_damage", "can_perform_skill_while_moving", + "is_ice_crystal_explosion", + "active_skill_consumes_a_lightning_infusion", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", }, levels = { - [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6, 10, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 15, 23, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 18, 26, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 38, 57, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 43, 64, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, 91, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 68, 101, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 75, 113, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 84, 126, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 94, 141, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 105, 157, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 117, 175, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 130, 195, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 145, 217, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 161, 242, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 180, 270, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 200, 300, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 249, 373, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 277, 415, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 309, 463, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 344, 517, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 384, 576, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 429, 643, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 479, 718, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 1, 11, 28, 36, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 1, 15, 28, 64, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1, 20, 28, 108, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1, 26, 28, 164, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 2, 33, 35, 240, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 2, 40, 35, 334, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 3, 48, 35, 460, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 3, 57, 35, 624, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 4, 68, 42, 832, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 4, 79, 42, 1100, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 5, 91, 42, 1438, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 6, 105, 42, 1866, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 6, 121, 49, 2408, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 7, 138, 49, 3086, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 8, 158, 49, 3940, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 9, 179, 49, 5016, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 11, 203, 56, 6362, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 12, 229, 56, 8032, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 14, 259, 56, 10118, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 15, 292, 56, 12714, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 17, 329, 63, 13350, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 19, 370, 63, 14017, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 22, 417, 63, 14718, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 25, 468, 63, 15454, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 28, 526, 70, 16227, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 31, 591, 70, 17038, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 35, 663, 70, 17890, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 39, 745, 70, 18784, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 44, 837, 77, 19724, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 49, 940, 77, 20710, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 56, 1055, 78, 21745, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 62, 1186, 80, 22833, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 70, 1333, 81, 23974, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 79, 1498, 83, 25173, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 89, 1685, 85, 26431, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 100, 1897, 87, 27753, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 112, 2136, 88, 29141, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 127, 2407, 90, 30598, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 143, 2714, 92, 32128, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 161, 3062, 94, 33734, critChance = 9, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["FrostBombPlayer"] = { - name = "Frost Bomb", - baseTypeName = "Frost Bomb", +skills["FrostboltPlayer"] = { + name = "Frostbolt", + baseTypeName = "Frostbolt", color = 3, - description = "Create a pulsing Orb of frost. Each pulse inflicts Cold Exposure on nearby enemies. When the Orb's duration ends, it explodes, dealing Cold damage to surrounding enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, [SkillType.Orb] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Fire a slow-moving Piercing Projectile that is effective at Chilling enemies and explodes on colliding with terrain.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.8, qualityStats = { - { "cold_exposure_effect_+%", 1 }, + { "active_skill_projectile_damage_+%_final_if_pierced_enemy", 1 }, }, levels = { - [1] = { critChance = 13, storedUses = 1, levelRequirement = 0, cooldown = 3.5, cost = { Mana = 10, }, }, - [2] = { critChance = 13, storedUses = 1, levelRequirement = 3, cooldown = 3.5, cost = { Mana = 12, }, }, - [3] = { critChance = 13, storedUses = 1, levelRequirement = 6, cooldown = 3.5, cost = { Mana = 13, }, }, - [4] = { critChance = 13, storedUses = 1, levelRequirement = 10, cooldown = 3.5, cost = { Mana = 15, }, }, - [5] = { critChance = 13, storedUses = 1, levelRequirement = 14, cooldown = 3.5, cost = { Mana = 17, }, }, - [6] = { critChance = 13, storedUses = 1, levelRequirement = 18, cooldown = 3.5, cost = { Mana = 20, }, }, - [7] = { critChance = 13, storedUses = 1, levelRequirement = 22, cooldown = 3.5, cost = { Mana = 22, }, }, - [8] = { critChance = 13, storedUses = 1, levelRequirement = 26, cooldown = 3.5, cost = { Mana = 25, }, }, - [9] = { critChance = 13, storedUses = 1, levelRequirement = 31, cooldown = 3.5, cost = { Mana = 29, }, }, - [10] = { critChance = 13, storedUses = 1, levelRequirement = 36, cooldown = 3.5, cost = { Mana = 32, }, }, - [11] = { critChance = 13, storedUses = 1, levelRequirement = 41, cooldown = 3.5, cost = { Mana = 37, }, }, - [12] = { critChance = 13, storedUses = 1, levelRequirement = 46, cooldown = 3.5, cost = { Mana = 42, }, }, - [13] = { critChance = 13, storedUses = 1, levelRequirement = 52, cooldown = 3.5, cost = { Mana = 47, }, }, - [14] = { critChance = 13, storedUses = 1, levelRequirement = 58, cooldown = 3.5, cost = { Mana = 53, }, }, - [15] = { critChance = 13, storedUses = 1, levelRequirement = 64, cooldown = 3.5, cost = { Mana = 61, }, }, - [16] = { critChance = 13, storedUses = 1, levelRequirement = 66, cooldown = 3.5, cost = { Mana = 69, }, }, - [17] = { critChance = 13, storedUses = 1, levelRequirement = 72, cooldown = 3.5, cost = { Mana = 78, }, }, - [18] = { critChance = 13, storedUses = 1, levelRequirement = 78, cooldown = 3.5, cost = { Mana = 88, }, }, - [19] = { critChance = 13, storedUses = 1, levelRequirement = 84, cooldown = 3.5, cost = { Mana = 100, }, }, - [20] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 113, }, }, - [21] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 128, }, }, - [22] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 145, }, }, - [23] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 164, }, }, - [24] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 185, }, }, - [25] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 210, }, }, - [26] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 238, }, }, - [27] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 269, }, }, - [28] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 304, }, }, - [29] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 345, }, }, - [30] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 390, }, }, - [31] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 441, }, }, - [32] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 500, }, }, - [33] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 566, }, }, - [34] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 640, }, }, - [35] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 724, }, }, - [36] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 820, }, }, - [37] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 928, }, }, - [38] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 1050, }, }, - [39] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 1189, }, }, - [40] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 3.5, cost = { Mana = 1345, }, }, + [1] = { critChance = 12, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { critChance = 12, levelRequirement = 3, cost = { Mana = 6, }, }, + [3] = { critChance = 12, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { critChance = 12, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { critChance = 12, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { critChance = 12, levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { critChance = 12, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { critChance = 12, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { critChance = 12, levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { critChance = 12, levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { critChance = 12, levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { critChance = 12, levelRequirement = 46, cost = { Mana = 25, }, }, + [13] = { critChance = 12, levelRequirement = 52, cost = { Mana = 28, }, }, + [14] = { critChance = 12, levelRequirement = 58, cost = { Mana = 32, }, }, + [15] = { critChance = 12, levelRequirement = 64, cost = { Mana = 35, }, }, + [16] = { critChance = 12, levelRequirement = 66, cost = { Mana = 39, }, }, + [17] = { critChance = 12, levelRequirement = 72, cost = { Mana = 44, }, }, + [18] = { critChance = 12, levelRequirement = 78, cost = { Mana = 48, }, }, + [19] = { critChance = 12, levelRequirement = 84, cost = { Mana = 53, }, }, + [20] = { critChance = 12, levelRequirement = 90, cost = { Mana = 59, }, }, + [21] = { critChance = 12, levelRequirement = 90, cost = { Mana = 65, }, }, + [22] = { critChance = 12, levelRequirement = 90, cost = { Mana = 72, }, }, + [23] = { critChance = 12, levelRequirement = 90, cost = { Mana = 79, }, }, + [24] = { critChance = 12, levelRequirement = 90, cost = { Mana = 87, }, }, + [25] = { critChance = 12, levelRequirement = 90, cost = { Mana = 96, }, }, + [26] = { critChance = 12, levelRequirement = 90, cost = { Mana = 105, }, }, + [27] = { critChance = 12, levelRequirement = 90, cost = { Mana = 115, }, }, + [28] = { critChance = 12, levelRequirement = 90, cost = { Mana = 126, }, }, + [29] = { critChance = 12, levelRequirement = 90, cost = { Mana = 138, }, }, + [30] = { critChance = 12, levelRequirement = 90, cost = { Mana = 151, }, }, + [31] = { critChance = 12, levelRequirement = 90, cost = { Mana = 165, }, }, + [32] = { critChance = 12, levelRequirement = 90, cost = { Mana = 181, }, }, + [33] = { critChance = 12, levelRequirement = 90, cost = { Mana = 197, }, }, + [34] = { critChance = 12, levelRequirement = 90, cost = { Mana = 215, }, }, + [35] = { critChance = 12, levelRequirement = 90, cost = { Mana = 235, }, }, + [36] = { critChance = 12, levelRequirement = 90, cost = { Mana = 256, }, }, + [37] = { critChance = 12, levelRequirement = 90, cost = { Mana = 279, }, }, + [38] = { critChance = 12, levelRequirement = 90, cost = { Mana = 303, }, }, + [39] = { critChance = 12, levelRequirement = 90, cost = { Mana = 330, }, }, + [40] = { critChance = 12, levelRequirement = 90, cost = { Mana = 359, }, }, }, statSets = { [1] = { - label = "Frost Bomb", - baseEffectiveness = 5.0199999809265, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0074999998323619, - statDescriptionScope = "frost_bomb", - statMap = { - ['skill_cold_exposure_magnitude'] = { - mod("ColdExposure", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Debuff" }), - mult = -1 - }, - }, + label = "Projectile", + baseEffectiveness = 1.6699999570847, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, + statDescriptionScope = "frost_bolt", baseFlags = { spell = true, area = true, duration = true, + projectile = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 20 }, - { "base_skill_effect_duration", 3000 }, - { "base_secondary_skill_effect_duration", 8000 }, - { "skill_cold_exposure_magnitude", 20 }, - { "spell_maximum_action_distance_+%", 400 }, + { "base_skill_effect_duration", 4000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", - "active_skill_base_area_of_effect_radius", - "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "cannot_cancel_skill_before_contact_point", + "active_skill_chill_as_though_damage_+%_final", + "base_is_projectile", + "always_pierce", + "projectile_uses_contact_position", + "maintain_projectile_direction_when_using_contact_position", + "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 5, 8, 100, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 7, 10, 105, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 9, 14, 110, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 12, 18, 115, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 15, 23, 120, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 19, 28, 125, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 23, 34, 130, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 27, 41, 135, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 32, 48, 140, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 38, 56, 145, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 44, 66, 150, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 51, 76, 155, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 58, 87, 160, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 67, 100, 165, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 76, 114, 170, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 87, 130, 175, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 99, 148, 180, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 112, 168, 185, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 127, 190, 190, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 144, 216, 195, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 162, 244, 200, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 184, 275, 205, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 207, 311, 210, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 234, 351, 215, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 264, 396, 220, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 298, 446, 225, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 336, 503, 230, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 379, 568, 235, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 427, 640, 240, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 482, 723, 245, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 544, 816, 247, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 614, 921, 250, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 693, 1040, 252, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 784, 1176, 255, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 886, 1329, 257, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1003, 1504, 260, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1135, 1703, 262, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1286, 1930, 265, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1459, 2188, 267, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1655, 2483, 270, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Explosion", + baseEffectiveness = 2.7999999523163, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0068999999202788, + statDescriptionScope = "frost_bolt", + baseFlags = { + spell = true, + area = true, + projectile = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 24 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "active_skill_chill_as_though_damage_+%_final", + "base_is_projectile", + "projectile_uses_contact_position", + "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + "is_area_damage", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 16, 23, 0, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 21, 32, 0, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 29, 44, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 39, 58, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 49, 73, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 60, 90, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 73, 109, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 87, 131, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 103, 154, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 121, 181, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 141, 211, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 163, 244, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 188, 281, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 215, 323, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 246, 369, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 281, 421, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 320, 480, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 363, 545, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 412, 619, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 467, 701, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 529, 793, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 598, 897, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 676, 1014, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 764, 1145, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 862, 1293, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 974, 1460, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 1099, 1649, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1241, 1862, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1402, 2102, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1583, 2375, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1789, 2683, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 2022, 3033, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 2286, 3430, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 2587, 3880, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2929, 4393, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 3318, 4976, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 3761, 5641, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 4266, 6400, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 4844, 7266, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 5504, 8255, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 9, 13, 100, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 12, 18, 105, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 16, 24, 110, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 21, 31, 115, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 26, 39, 120, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 32, 47, 125, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 38, 57, 130, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 45, 68, 135, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 53, 80, 140, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 62, 93, 145, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 72, 108, 150, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 83, 124, 155, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 95, 143, 160, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 109, 163, 165, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 124, 186, 170, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 141, 211, 175, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 159, 239, 180, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 180, 270, 185, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 204, 305, 190, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 230, 344, 195, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 259, 388, 200, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 291, 437, 205, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 327, 491, 210, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 368, 552, 215, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 413, 620, 220, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 464, 697, 225, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 521, 782, 230, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 586, 878, 235, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 658, 986, 240, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 738, 1108, 245, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 829, 1244, 247, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 932, 1398, 250, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 1047, 1571, 252, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 1178, 1766, 255, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 1325, 1987, 257, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 1491, 2236, 260, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 1679, 2518, 262, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 1892, 2838, 265, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 2133, 3199, 267, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 2407, 3610, 270, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["FrostWallPlayer"] = { - name = "Frost Wall", - baseTypeName = "Frost Wall", +skills["FrozenLocusPlayer"] = { + name = "Frozen Locus", + baseTypeName = "Frozen Locus", color = 3, - description = "Create a wall of Ice Crystals which holds back enemies. The Crystals explode if sufficiently damaged, or if pushed hard enough, damaging nearby enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, [SkillType.Invokable] = true, [SkillType.Area] = true, [SkillType.Wall] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SupportedByFountains] = true, [SkillType.IceCrystal] = true, }, - castTime = 0.8, + description = "Leap backward and crack the ground with your staff to call forth an Ice Crystal, which creates Chilled Ground around it and can be damaged by you and enemies. If the Crystal is destroyed it causes an icy explosion. This skill can be used while using other skills.", + skillTypes = { [SkillType.Melee] = true, [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.IceCrystal] = true, [SkillType.CanCancelActions] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Area] = true, [SkillType.ToggleSpawnedObjectTargetable_DefaultOn] = true, }, + weaponTypes = { + ["Staff"] = true, + }, + castTime = 1, qualityStats = { - { "base_cooldown_speed_+%", 1 }, + { "active_skill_chill_effect_+%_final", 1 }, }, levels = { - [1] = { critChance = 11, storedUses = 3, levelRequirement = 0, cooldown = 5, cost = { Mana = 8, }, }, - [2] = { critChance = 11, storedUses = 3, levelRequirement = 3, cooldown = 5, cost = { Mana = 9, }, }, - [3] = { critChance = 11, storedUses = 3, levelRequirement = 6, cooldown = 5, cost = { Mana = 11, }, }, - [4] = { critChance = 11, storedUses = 3, levelRequirement = 10, cooldown = 5, cost = { Mana = 12, }, }, - [5] = { critChance = 11, storedUses = 3, levelRequirement = 14, cooldown = 5, cost = { Mana = 14, }, }, - [6] = { critChance = 11, storedUses = 3, levelRequirement = 18, cooldown = 5, cost = { Mana = 16, }, }, - [7] = { critChance = 11, storedUses = 3, levelRequirement = 22, cooldown = 5, cost = { Mana = 18, }, }, - [8] = { critChance = 11, storedUses = 3, levelRequirement = 26, cooldown = 5, cost = { Mana = 20, }, }, - [9] = { critChance = 11, storedUses = 3, levelRequirement = 31, cooldown = 5, cost = { Mana = 23, }, }, - [10] = { critChance = 11, storedUses = 3, levelRequirement = 36, cooldown = 5, cost = { Mana = 26, }, }, - [11] = { critChance = 11, storedUses = 3, levelRequirement = 41, cooldown = 5, cost = { Mana = 29, }, }, - [12] = { critChance = 11, storedUses = 3, levelRequirement = 46, cooldown = 5, cost = { Mana = 33, }, }, - [13] = { critChance = 11, storedUses = 3, levelRequirement = 52, cooldown = 5, cost = { Mana = 38, }, }, - [14] = { critChance = 11, storedUses = 3, levelRequirement = 58, cooldown = 5, cost = { Mana = 43, }, }, - [15] = { critChance = 11, storedUses = 3, levelRequirement = 64, cooldown = 5, cost = { Mana = 48, }, }, - [16] = { critChance = 11, storedUses = 3, levelRequirement = 66, cooldown = 5, cost = { Mana = 55, }, }, - [17] = { critChance = 11, storedUses = 3, levelRequirement = 72, cooldown = 5, cost = { Mana = 62, }, }, - [18] = { critChance = 11, storedUses = 3, levelRequirement = 78, cooldown = 5, cost = { Mana = 70, }, }, - [19] = { critChance = 11, storedUses = 3, levelRequirement = 84, cooldown = 5, cost = { Mana = 80, }, }, - [20] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 90, }, }, - [21] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 102, }, }, - [22] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 116, }, }, - [23] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 131, }, }, - [24] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 148, }, }, - [25] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 168, }, }, - [26] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 190, }, }, - [27] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 215, }, }, - [28] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 243, }, }, - [29] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 276, }, }, - [30] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 312, }, }, - [31] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 353, }, }, - [32] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 400, }, }, - [33] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 452, }, }, - [34] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 512, }, }, - [35] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 579, }, }, - [36] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 656, }, }, - [37] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 742, }, }, - [38] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 840, }, }, - [39] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 951, }, }, - [40] = { critChance = 11, storedUses = 3, levelRequirement = 90, cooldown = 5, cost = { Mana = 1076, }, }, + [1] = { attackSpeedMultiplier = -30, levelRequirement = 0, cost = { Mana = 12, }, }, + [2] = { attackSpeedMultiplier = -30, levelRequirement = 3, cost = { Mana = 13, }, }, + [3] = { attackSpeedMultiplier = -30, levelRequirement = 6, cost = { Mana = 15, }, }, + [4] = { attackSpeedMultiplier = -30, levelRequirement = 10, cost = { Mana = 18, }, }, + [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 20, }, }, + [6] = { attackSpeedMultiplier = -30, levelRequirement = 18, cost = { Mana = 22, }, }, + [7] = { attackSpeedMultiplier = -30, levelRequirement = 22, cost = { Mana = 25, }, }, + [8] = { attackSpeedMultiplier = -30, levelRequirement = 26, cost = { Mana = 28, }, }, + [9] = { attackSpeedMultiplier = -30, levelRequirement = 31, cost = { Mana = 31, }, }, + [10] = { attackSpeedMultiplier = -30, levelRequirement = 36, cost = { Mana = 34, }, }, + [11] = { attackSpeedMultiplier = -30, levelRequirement = 41, cost = { Mana = 38, }, }, + [12] = { attackSpeedMultiplier = -30, levelRequirement = 46, cost = { Mana = 41, }, }, + [13] = { attackSpeedMultiplier = -30, levelRequirement = 52, cost = { Mana = 45, }, }, + [14] = { attackSpeedMultiplier = -30, levelRequirement = 58, cost = { Mana = 49, }, }, + [15] = { attackSpeedMultiplier = -30, levelRequirement = 64, cost = { Mana = 54, }, }, + [16] = { attackSpeedMultiplier = -30, levelRequirement = 66, cost = { Mana = 59, }, }, + [17] = { attackSpeedMultiplier = -30, levelRequirement = 72, cost = { Mana = 64, }, }, + [18] = { attackSpeedMultiplier = -30, levelRequirement = 78, cost = { Mana = 69, }, }, + [19] = { attackSpeedMultiplier = -30, levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 81, }, }, + [21] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 87, }, }, + [22] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 94, }, }, + [23] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 101, }, }, + [24] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 109, }, }, + [25] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 117, }, }, + [26] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 126, }, }, + [27] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 135, }, }, + [28] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 145, }, }, + [29] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 155, }, }, + [30] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 166, }, }, + [31] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 177, }, }, + [32] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 189, }, }, + [33] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 202, }, }, + [34] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 216, }, }, + [35] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 230, }, }, + [36] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 246, }, }, + [37] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 262, }, }, + [38] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 279, }, }, + [39] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 297, }, }, + [40] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 316, }, }, }, statSets = { [1] = { - label = "Frost Wall", - baseEffectiveness = 2.2799999713898, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0054999999701977, - statDescriptionScope = "frost_wall_new", + label = "Crystal", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ice_ambush_statset_0", + statMap = { + ["frozen_locus_crystal_display_stat"] = { + -- Display Only + }, + }, + baseFlags = { + duration = true, + }, + constantStats = { + { "base_skill_effect_duration", 10000 }, + { "attack_maximum_action_distance_+", 15 }, + { "base_number_of_frozen_locus_allowed", 1 }, + }, + stats = { + "frost_wall_maximum_life", + "frost_wall_damage_taken_+%_final_from_own_team", + "frozen_locus_crystal_display_stat", + "active_skill_is_ignored_by_staggering_palm", + "active_skill_is_ignored_by_charged_staff", + "base_skill_show_average_damage_instead_of_dps", + "frozen_locus_stat_suppression", + "base_deal_no_damage", + "active_skill_is_ignored_by_mantra_of_destruction", + "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", + }, + levels = { + [1] = { 43, 100, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 54, 75, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 68, 50, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 94, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 122, -32, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 151, -52, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 184, -61, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 220, -66, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 274, -70, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 331, -73, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 396, -75, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 468, -77, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 569, -78, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 684, -78, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 817, -79, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 965, -79, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 1138, -79, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 1364, -79, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 1364, -82, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 1364, -84, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Chilled Ground", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ice_ambush_statset_1", baseFlags = { - spell = true, area = true, duration = true, }, constantStats = { - { "wall_expand_delay_ms", 150 }, - { "base_skill_effect_duration", 8000 }, - { "active_skill_base_area_of_effect_radius", 20 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "base_skill_effect_duration", 10000 }, + { "attack_maximum_action_distance_+", 15 }, + { "base_number_of_frozen_locus_allowed", 1 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "active_skill_base_area_of_effect_radius", 12 }, + { "active_skill_ground_effect_area_of_effect_+%_final_per_second", 30 }, + { "active_skill_ground_effect_area_of_effect_+%_final_per_second_max", 180 }, + }, + stats = { + "frost_wall_maximum_life", + "frost_wall_damage_taken_+%_final_from_own_team", + "frozen_locus_crystal_display_stat", + "active_skill_is_ignored_by_staggering_palm", + "active_skill_is_ignored_by_charged_staff", + "base_skill_show_average_damage_instead_of_dps", + "frozen_locus_stat_suppression", + "active_skill_is_ignored_by_mantra_of_destruction", + "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", + "display_fake_attack_hit_chill", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { 43, 100, baseMultiplier = 1.5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 54, 75, baseMultiplier = 1.65, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 68, 50, baseMultiplier = 1.83, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 94, 0, baseMultiplier = 2, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 122, -32, baseMultiplier = 2.18, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 151, -52, baseMultiplier = 2.36, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 184, -61, baseMultiplier = 2.55, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 220, -66, baseMultiplier = 2.73, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 274, -70, baseMultiplier = 2.9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 331, -73, baseMultiplier = 3.08, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 396, -75, baseMultiplier = 3.28, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 468, -77, baseMultiplier = 3.5, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 569, -78, baseMultiplier = 3.74, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 684, -78, baseMultiplier = 3.99, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 817, -79, baseMultiplier = 4.27, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 965, -79, baseMultiplier = 4.58, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 1138, -79, baseMultiplier = 4.92, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 1364, -79, baseMultiplier = 5.28, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 1364, -82, baseMultiplier = 5.68, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 1364, -84, baseMultiplier = 6.12, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1364, -85, baseMultiplier = 6.6, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1364, -85, baseMultiplier = 7.11, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1364, -85, baseMultiplier = 7.66, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1364, -85, baseMultiplier = 8.25, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1364, -85, baseMultiplier = 8.89, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1364, -85, baseMultiplier = 9.57, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1364, -85, baseMultiplier = 10.31, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1364, -85, baseMultiplier = 11.11, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1364, -85, baseMultiplier = 11.97, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1364, -85, baseMultiplier = 12.89, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1364, -85, baseMultiplier = 13.89, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1364, -85, baseMultiplier = 14.96, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1364, -85, baseMultiplier = 16.12, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1364, -85, baseMultiplier = 17.37, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1364, -85, baseMultiplier = 18.71, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1364, -85, baseMultiplier = 20.16, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1364, -85, baseMultiplier = 21.71, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1364, -85, baseMultiplier = 23.39, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1364, -85, baseMultiplier = 25.2, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1364, -85, baseMultiplier = 27.15, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Explosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ice_ambush_statset_2", + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "base_skill_effect_duration", 10000 }, + { "attack_maximum_action_distance_+", 15 }, + { "base_number_of_frozen_locus_allowed", 1 }, + { "active_skill_base_area_of_effect_radius", 34 }, { "active_skill_hit_damage_freeze_multiplier_+%_final", 50 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, }, stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "wall_maximum_length", "frost_wall_maximum_life", + "frost_wall_damage_taken_+%_final_from_own_team", + "frozen_locus_crystal_display_stat", + "active_skill_is_ignored_by_staggering_palm", + "active_skill_is_ignored_by_charged_staff", "base_skill_show_average_damage_instead_of_dps", + "frozen_locus_stat_suppression", + "active_skill_is_ignored_by_mantra_of_destruction", + "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", "is_area_damage", - "can_perform_skill_while_moving", + "display_statset_hide_usage_stats", + "is_ice_crystal_explosion", }, levels = { - [1] = { 7, 11, 28, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 28, 64, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 13, 20, 28, 108, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 17, 26, 28, 164, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 22, 32, 35, 240, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 26, 40, 35, 334, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 32, 48, 35, 460, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 38, 56, 35, 624, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 44, 66, 42, 832, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 51, 77, 42, 1100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 59, 88, 42, 1438, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 67, 101, 42, 1866, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 77, 115, 49, 2408, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 87, 131, 49, 3086, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 99, 148, 49, 3940, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 111, 167, 49, 5016, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 125, 187, 56, 6362, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 140, 210, 56, 8032, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 157, 235, 56, 10118, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 175, 263, 56, 12714, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 195, 293, 63, 13350, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 218, 326, 63, 14017, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 242, 363, 63, 14718, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 269, 404, 63, 15454, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 299, 448, 70, 16227, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 332, 498, 70, 17038, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 368, 552, 70, 17890, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 408, 613, 70, 18784, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 453, 679, 77, 19724, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 502, 753, 77, 20710, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 557, 835, 78, 21745, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 617, 925, 80, 22833, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 684, 1026, 81, 23974, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 758, 1137, 83, 25173, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 840, 1260, 85, 26431, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 932, 1398, 87, 27753, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1033, 1550, 88, 29141, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1146, 1720, 90, 30598, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1272, 1908, 92, 32128, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1412, 2119, 94, 33734, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 43, 100, baseMultiplier = 1.5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 54, 75, baseMultiplier = 1.65, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 68, 50, baseMultiplier = 1.83, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 94, 0, baseMultiplier = 2, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 122, -32, baseMultiplier = 2.18, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 151, -52, baseMultiplier = 2.36, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 184, -61, baseMultiplier = 2.55, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 220, -66, baseMultiplier = 2.73, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 274, -70, baseMultiplier = 2.9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 331, -73, baseMultiplier = 3.08, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 396, -75, baseMultiplier = 3.28, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 468, -77, baseMultiplier = 3.5, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 569, -78, baseMultiplier = 3.74, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 684, -78, baseMultiplier = 3.99, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 817, -79, baseMultiplier = 4.27, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 965, -79, baseMultiplier = 4.58, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 1138, -79, baseMultiplier = 4.92, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 1364, -79, baseMultiplier = 5.28, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 1364, -82, baseMultiplier = 5.68, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 1364, -84, baseMultiplier = 6.12, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1364, -85, baseMultiplier = 6.6, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1364, -85, baseMultiplier = 7.11, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1364, -85, baseMultiplier = 7.66, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1364, -85, baseMultiplier = 8.25, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1364, -85, baseMultiplier = 8.89, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1364, -85, baseMultiplier = 9.57, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1364, -85, baseMultiplier = 10.31, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1364, -85, baseMultiplier = 11.11, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1364, -85, baseMultiplier = 11.97, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1364, -85, baseMultiplier = 12.89, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1364, -85, baseMultiplier = 13.89, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1364, -85, baseMultiplier = 14.96, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1364, -85, baseMultiplier = 16.12, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1364, -85, baseMultiplier = 17.37, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1364, -85, baseMultiplier = 18.71, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1364, -85, baseMultiplier = 20.16, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1364, -85, baseMultiplier = 21.71, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1364, -85, baseMultiplier = 23.39, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1364, -85, baseMultiplier = 25.2, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1364, -85, baseMultiplier = 27.15, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["HypothermiaPlayer"] = { - name = "Hypothermia", - baseTypeName = "Hypothermia", +skills["FulminationPlayer"] = { + name = "Fulmination", + baseTypeName = "Fulmination", color = 3, - description = "Curse all targets in an area after a short delay, lowering their Cold Resistance.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.7, + description = "While active, the first time any Skill Hits a Shocked enemy in your Presence, that Skill also Hits other Shocked enemies in your Presence, up to a maximum.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, [SkillType.Damage] = true, [SkillType.NoAttackInPlace] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.Lightning] = true, }, + castTime = 0, qualityStats = { - { "curse_effect_+%", 0.5 }, + { "skill_wrath_aura_shared_damage_+%_to_other_shocked_enemies_in_presence", 0.25 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, }, statSets = { [1] = { - label = "Hypothermia", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "cold_weakness", - statMap = { - ["base_skill_buff_cold_damage_resistance_%_to_apply"] = { - mod("ColdResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), - }, - }, + label = "Fulmination", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "wrath_aura", baseFlags = { - spell = true, - curse = true, - area = true, - duration = true, }, constantStats = { - { "curse_delay_duration_ms", 1500 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "skill_desired_amount_override", 1 }, + { "skill_wrath_aura_shared_damage_+%_to_other_shocked_enemies_in_presence", 0 }, + { "skill_specific_stat_description_mode", 1 }, }, stats = { - "base_skill_effect_duration", - "active_skill_base_area_of_effect_radius", - "base_skill_buff_cold_damage_resistance_%_to_apply", - "base_deal_no_damage", - "can_perform_skill_while_moving", + "skill_wrath_aura_shared_damage_+%_to_other_shocked_enemies_in_presence", + "never_shock", }, levels = { - [1] = { 6000, 15, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6200, 16, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6200, 17, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6200, 18, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6400, 18, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6400, 19, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6400, 20, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6600, 21, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6600, 22, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6600, 23, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6800, 23, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6800, 24, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 25, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7000, 26, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7000, 27, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 7000, 28, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7200, 28, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 7200, 29, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 7200, 30, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 7400, 31, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7400, 32, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7400, 33, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7600, 34, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7600, 34, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7600, 35, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7800, 36, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7800, 37, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7800, 38, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8000, 39, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8000, 39, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8000, 40, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8200, 40, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 8200, 41, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 8200, 41, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 8400, 42, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 8400, 42, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 8400, 42, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 8600, 43, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8600, 43, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 8600, 44, -36, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { -90, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { -89, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { -88, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { -87, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { -86, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { -85, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { -84, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { -83, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { -82, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { -81, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { -80, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { -79, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { -78, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { -77, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { -76, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { -75, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { -74, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { -73, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { -72, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { -71, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { -70, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { -69, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { -68, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { -67, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { -66, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { -65, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { -64, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { -63, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { -62, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { -61, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { -61, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { -60, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { -60, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { -59, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { -59, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { -58, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { -58, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { -57, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { -57, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { -56, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["FrostboltPlayer"] = { - name = "Frostbolt", - baseTypeName = "Frostbolt", +skills["GalvanicFieldBuffPlayer"] = { + name = "Galvanic Field", + baseTypeName = "Galvanic Field", + fromItem = true, color = 3, - description = "Fire a slow-moving Piercing Projectile that leaves a wake of Chilled Ground, deals Cold damage and explodes on colliding with terrain.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, }, - castTime = 0.8, + description = "Gain a Buff that boosts your Shock chance. Shocking an enemy consumes the Buff to attach an Orb of electricity to that enemy. The Orb fires bolts of electricity at nearby enemies until it expires.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Chains] = true, [SkillType.Orb] = true, [SkillType.Triggerable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Sustained] = true, }, + castTime = 0.65, qualityStats = { - { "active_skill_projectile_damage_+%_final_if_pierced_enemy", 1 }, + { "number_of_chains", 0.1 }, }, levels = { - [1] = { critChance = 12, levelRequirement = 0, cost = { Mana = 6, }, }, - [2] = { critChance = 12, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { critChance = 12, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { critChance = 12, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { critChance = 12, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { critChance = 12, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { critChance = 12, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { critChance = 12, levelRequirement = 26, cost = { Mana = 15, }, }, - [9] = { critChance = 12, levelRequirement = 31, cost = { Mana = 17, }, }, - [10] = { critChance = 12, levelRequirement = 36, cost = { Mana = 19, }, }, - [11] = { critChance = 12, levelRequirement = 41, cost = { Mana = 22, }, }, - [12] = { critChance = 12, levelRequirement = 46, cost = { Mana = 25, }, }, - [13] = { critChance = 12, levelRequirement = 52, cost = { Mana = 28, }, }, - [14] = { critChance = 12, levelRequirement = 58, cost = { Mana = 32, }, }, - [15] = { critChance = 12, levelRequirement = 64, cost = { Mana = 36, }, }, - [16] = { critChance = 12, levelRequirement = 66, cost = { Mana = 41, }, }, - [17] = { critChance = 12, levelRequirement = 72, cost = { Mana = 46, }, }, - [18] = { critChance = 12, levelRequirement = 78, cost = { Mana = 53, }, }, - [19] = { critChance = 12, levelRequirement = 84, cost = { Mana = 60, }, }, - [20] = { critChance = 12, levelRequirement = 90, cost = { Mana = 67, }, }, - [21] = { critChance = 12, levelRequirement = 90, cost = { Mana = 76, }, }, - [22] = { critChance = 12, levelRequirement = 90, cost = { Mana = 87, }, }, - [23] = { critChance = 12, levelRequirement = 90, cost = { Mana = 98, }, }, - [24] = { critChance = 12, levelRequirement = 90, cost = { Mana = 111, }, }, - [25] = { critChance = 12, levelRequirement = 90, cost = { Mana = 126, }, }, - [26] = { critChance = 12, levelRequirement = 90, cost = { Mana = 142, }, }, - [27] = { critChance = 12, levelRequirement = 90, cost = { Mana = 161, }, }, - [28] = { critChance = 12, levelRequirement = 90, cost = { Mana = 182, }, }, - [29] = { critChance = 12, levelRequirement = 90, cost = { Mana = 207, }, }, - [30] = { critChance = 12, levelRequirement = 90, cost = { Mana = 234, }, }, - [31] = { critChance = 12, levelRequirement = 90, cost = { Mana = 265, }, }, - [32] = { critChance = 12, levelRequirement = 90, cost = { Mana = 300, }, }, - [33] = { critChance = 12, levelRequirement = 90, cost = { Mana = 339, }, }, - [34] = { critChance = 12, levelRequirement = 90, cost = { Mana = 384, }, }, - [35] = { critChance = 12, levelRequirement = 90, cost = { Mana = 434, }, }, - [36] = { critChance = 12, levelRequirement = 90, cost = { Mana = 492, }, }, - [37] = { critChance = 12, levelRequirement = 90, cost = { Mana = 557, }, }, - [38] = { critChance = 12, levelRequirement = 90, cost = { Mana = 630, }, }, - [39] = { critChance = 12, levelRequirement = 90, cost = { Mana = 713, }, }, - [40] = { critChance = 12, levelRequirement = 90, cost = { Mana = 807, }, }, + [1] = { critChance = 9, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 9, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 9, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 9, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 9, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 9, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 9, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 9, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 9, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 9, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 9, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 9, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 9, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 9, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 9, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 9, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 9, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 9, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 9, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, }, statSets = { [1] = { - label = "Projectile", - baseEffectiveness = 1.6699999570847, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "frost_bolt", + label = "Buff", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "galvanic_field", + statMap = { + ["galvanic_field_shock_chance_+%_final"] = { + mod("EnemyShockChance", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura", effectName = "Galvanic Field" }), + }, + }, baseFlags = { - spell = true, area = true, duration = true, - projectile = true, + chaining = true, }, constantStats = { - { "base_skill_effect_duration", 4000 }, - { "active_skill_base_secondary_area_of_effect_radius", 9 }, + { "galvanic_field_shock_chance_+%_final", 30 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "chill_effect_+%", 100 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "base_is_projectile", - "always_pierce", - "projectile_uses_contact_position", - "maintain_projectile_direction_when_using_contact_position", "can_perform_skill_while_moving", + "base_deal_no_damage", }, levels = { - [1] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 19, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 28, 43, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 34, 50, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 39, 59, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 52, 79, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 60, 90, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 69, 103, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 78, 118, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 89, 134, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 101, 151, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 114, 171, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 129, 193, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 145, 218, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 164, 245, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 184, 276, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 207, 310, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 232, 349, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 261, 392, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 293, 439, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 329, 493, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 369, 553, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 414, 621, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 464, 697, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 521, 782, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 585, 878, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 657, 986, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 738, 1107, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 830, 1244, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 933, 1399, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1049, 1574, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1181, 1772, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1330, 1996, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1499, 2249, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, [2] = { - label = "Explosion", - baseEffectiveness = 2.5, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0060000000521541, - statDescriptionScope = "frost_bolt", + label = "Orb", + baseEffectiveness = 0.55000001192093, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "galvanic_field", + statMap = { + ["base_galvanic_field_beam_delay_ms"] = { + skill("hitTimeOverride", nil), + div = 1000, + }, + }, baseFlags = { spell = true, - area = true, - projectile = true, + duration = true, }, constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_base_area_of_effect_radius", 24 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 6000 }, + { "base_galvanic_field_beam_delay_ms", 600 }, + { "active_skill_base_area_of_effect_radius", 19 }, + { "active_skill_base_secondary_area_of_effect_radius", 35 }, + { "galvanic_field_maximum_number_of_spheres", 1 }, + { "number_of_chains", 3 }, + { "galvanic_field_retargeting_delay_ms", 10 }, }, - stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "base_is_projectile", - "projectile_uses_contact_position", - "maintain_projectile_direction_when_using_contact_position", + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", "can_perform_skill_while_moving", - "is_area_damage", + "never_shock", + "skill_can_add_multiple_charges_per_action", + "base_skill_show_average_damage_instead_of_dps", + "display_statset_hide_usage_stats", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", }, levels = { - [1] = { 0, 0, 8, 12, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 11, 16, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 15, 22, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 19, 28, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 24, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 29, 44, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 35, 53, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 42, 63, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 49, 73, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 57, 86, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 66, 99, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 76, 114, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 87, 130, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 98, 148, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 112, 167, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 126, 189, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 142, 213, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 160, 240, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 180, 270, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 201, 302, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 226, 338, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 252, 378, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 282, 423, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 314, 472, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 351, 526, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 391, 587, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 436, 654, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 485, 728, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 541, 811, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 602, 903, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 671, 1006, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 747, 1121, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 832, 1249, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 927, 1391, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 1034, 1550, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 1152, 1728, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 1285, 1927, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 1433, 2150, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 1600, 2400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 1786, 2680, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 3, 1, 3, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 1, 4, 1, 4, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1, 6, 1, 6, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1, 8, 1, 8, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1, 11, 1, 11, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 1, 14, 1, 14, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 1, 17, 1, 17, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 1, 21, 1, 21, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 1, 26, 1, 26, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 2, 31, 2, 31, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 2, 37, 2, 37, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 2, 44, 2, 44, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 3, 51, 3, 51, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 3, 59, 3, 59, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 4, 68, 4, 68, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 4, 79, 4, 79, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 5, 91, 5, 91, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 6, 105, 6, 105, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 6, 121, 6, 121, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7, 139, 7, 139, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 8, 159, 8, 159, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 10, 183, 10, 183, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 11, 210, 11, 210, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 13, 242, 13, 242, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 15, 278, 15, 278, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 17, 319, 17, 319, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 19, 367, 19, 367, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 22, 422, 22, 422, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 26, 485, 26, 485, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 29, 559, 29, 559, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 34, 644, 34, 644, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 39, 743, 39, 743, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 45, 858, 45, 858, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 52, 992, 52, 992, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 60, 1148, 60, 1148, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 70, 1330, 70, 1330, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 81, 1542, 81, 1542, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 94, 1790, 94, 1790, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 110, 2082, 110, 2082, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 128, 2423, 128, 2423, critChance = 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["FrozenLocusPlayer"] = { - name = "Frozen Locus", - baseTypeName = "Frozen Locus", +skills["GatheringStormPlayer"] = { + name = "Gathering Storm", + baseTypeName = "Gathering Storm", color = 3, - description = "Leap backward and crack the ground with your staff to call forth an Ice Crystal, which creates Chilled Ground around it and can be damaged by you and enemies. If the Crystal is destroyed it causes an icy explosion that deals Attack damage but does not use your weapon's damage. This skill can be used while using other skills.", - skillTypes = { [SkillType.Melee] = true, [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.NonWeaponAttack] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.IceCrystal] = true, [SkillType.CanCancelActions] = true, }, + description = "Flip backward and Channel to charge your Quarterstaff with Lightning. Releasing dashes towards the target location, damaging enemies along the way. Releasing with Perfect Timing performs a Lightning-assisted dash that releases shockwaves from enemies you dash through and leaves a trail of Shocked Ground in your wake. This skill cannot be Ancestrally Boosted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Channel] = true, [SkillType.Travel] = true, [SkillType.PerfectTiming] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "active_skill_chill_effect_+%_final", 1 }, + { "gathering_storm_perfect_aoe_limit", 0.1 }, }, levels = { - [1] = { attackSpeedMultiplier = -30, levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { attackSpeedMultiplier = -30, levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { attackSpeedMultiplier = -30, levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { attackSpeedMultiplier = -30, levelRequirement = 10, cost = { Mana = 16, }, }, - [5] = { attackSpeedMultiplier = -30, levelRequirement = 14, cost = { Mana = 18, }, }, - [6] = { attackSpeedMultiplier = -30, levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { attackSpeedMultiplier = -30, levelRequirement = 22, cost = { Mana = 22, }, }, - [8] = { attackSpeedMultiplier = -30, levelRequirement = 26, cost = { Mana = 25, }, }, - [9] = { attackSpeedMultiplier = -30, levelRequirement = 31, cost = { Mana = 28, }, }, - [10] = { attackSpeedMultiplier = -30, levelRequirement = 36, cost = { Mana = 31, }, }, - [11] = { attackSpeedMultiplier = -30, levelRequirement = 41, cost = { Mana = 34, }, }, - [12] = { attackSpeedMultiplier = -30, levelRequirement = 46, cost = { Mana = 38, }, }, - [13] = { attackSpeedMultiplier = -30, levelRequirement = 52, cost = { Mana = 42, }, }, - [14] = { attackSpeedMultiplier = -30, levelRequirement = 58, cost = { Mana = 47, }, }, - [15] = { attackSpeedMultiplier = -30, levelRequirement = 64, cost = { Mana = 52, }, }, - [16] = { attackSpeedMultiplier = -30, levelRequirement = 66, cost = { Mana = 57, }, }, - [17] = { attackSpeedMultiplier = -30, levelRequirement = 72, cost = { Mana = 64, }, }, - [18] = { attackSpeedMultiplier = -30, levelRequirement = 78, cost = { Mana = 71, }, }, - [19] = { attackSpeedMultiplier = -30, levelRequirement = 84, cost = { Mana = 78, }, }, - [20] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 87, }, }, - [21] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 96, }, }, - [22] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 107, }, }, - [23] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 118, }, }, - [24] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 131, }, }, - [25] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 145, }, }, - [26] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 161, }, }, - [27] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 178, }, }, - [28] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 198, }, }, - [29] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 219, }, }, - [30] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 243, }, }, - [31] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 269, }, }, - [32] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 298, }, }, - [33] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 331, }, }, - [34] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 366, }, }, - [35] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 406, }, }, - [36] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 450, }, }, - [37] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 499, }, }, - [38] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 553, }, }, - [39] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 612, }, }, - [40] = { attackSpeedMultiplier = -30, levelRequirement = 90, cost = { Mana = 679, }, }, + [1] = { baseMultiplier = 1.2, levelRequirement = 0, cost = { ManaPerMinute = 474, }, }, + [2] = { baseMultiplier = 1.32, levelRequirement = 3, cost = { ManaPerMinute = 548, }, }, + [3] = { baseMultiplier = 1.45, levelRequirement = 6, cost = { ManaPerMinute = 628, }, }, + [4] = { baseMultiplier = 1.59, levelRequirement = 10, cost = { ManaPerMinute = 713, }, }, + [5] = { baseMultiplier = 1.72, levelRequirement = 14, cost = { ManaPerMinute = 805, }, }, + [6] = { baseMultiplier = 1.85, levelRequirement = 18, cost = { ManaPerMinute = 903, }, }, + [7] = { baseMultiplier = 1.99, levelRequirement = 22, cost = { ManaPerMinute = 1008, }, }, + [8] = { baseMultiplier = 2.12, levelRequirement = 26, cost = { ManaPerMinute = 1120, }, }, + [9] = { baseMultiplier = 2.24, levelRequirement = 31, cost = { ManaPerMinute = 1239, }, }, + [10] = { baseMultiplier = 2.37, levelRequirement = 36, cost = { ManaPerMinute = 1367, }, }, + [11] = { baseMultiplier = 2.51, levelRequirement = 41, cost = { ManaPerMinute = 1503, }, }, + [12] = { baseMultiplier = 2.66, levelRequirement = 46, cost = { ManaPerMinute = 1648, }, }, + [13] = { baseMultiplier = 2.82, levelRequirement = 52, cost = { ManaPerMinute = 1803, }, }, + [14] = { baseMultiplier = 2.99, levelRequirement = 58, cost = { ManaPerMinute = 1968, }, }, + [15] = { baseMultiplier = 3.18, levelRequirement = 64, cost = { ManaPerMinute = 2143, }, }, + [16] = { baseMultiplier = 3.38, levelRequirement = 66, cost = { ManaPerMinute = 2330, }, }, + [17] = { baseMultiplier = 3.59, levelRequirement = 72, cost = { ManaPerMinute = 2529, }, }, + [18] = { baseMultiplier = 3.82, levelRequirement = 78, cost = { ManaPerMinute = 2740, }, }, + [19] = { baseMultiplier = 4.07, levelRequirement = 84, cost = { ManaPerMinute = 2964, }, }, + [20] = { baseMultiplier = 4.35, levelRequirement = 90, cost = { ManaPerMinute = 3203, }, }, + [21] = { baseMultiplier = 4.64, levelRequirement = 90, cost = { ManaPerMinute = 3456, }, }, + [22] = { baseMultiplier = 4.94, levelRequirement = 90, cost = { ManaPerMinute = 3725, }, }, + [23] = { baseMultiplier = 5.27, levelRequirement = 90, cost = { ManaPerMinute = 4011, }, }, + [24] = { baseMultiplier = 5.63, levelRequirement = 90, cost = { ManaPerMinute = 4314, }, }, + [25] = { baseMultiplier = 6, levelRequirement = 90, cost = { ManaPerMinute = 4635, }, }, + [26] = { baseMultiplier = 6.4, levelRequirement = 90, cost = { ManaPerMinute = 4976, }, }, + [27] = { baseMultiplier = 6.83, levelRequirement = 90, cost = { ManaPerMinute = 5337, }, }, + [28] = { baseMultiplier = 7.28, levelRequirement = 90, cost = { ManaPerMinute = 5719, }, }, + [29] = { baseMultiplier = 7.77, levelRequirement = 90, cost = { ManaPerMinute = 6125, }, }, + [30] = { baseMultiplier = 8.28, levelRequirement = 90, cost = { ManaPerMinute = 6554, }, }, + [31] = { baseMultiplier = 8.84, levelRequirement = 90, cost = { ManaPerMinute = 7009, }, }, + [32] = { baseMultiplier = 9.42, levelRequirement = 90, cost = { ManaPerMinute = 7490, }, }, + [33] = { baseMultiplier = 10.05, levelRequirement = 90, cost = { ManaPerMinute = 7999, }, }, + [34] = { baseMultiplier = 10.72, levelRequirement = 90, cost = { ManaPerMinute = 8538, }, }, + [35] = { baseMultiplier = 11.44, levelRequirement = 90, cost = { ManaPerMinute = 9108, }, }, + [36] = { baseMultiplier = 12.2, levelRequirement = 90, cost = { ManaPerMinute = 9711, }, }, + [37] = { baseMultiplier = 13.01, levelRequirement = 90, cost = { ManaPerMinute = 10348, }, }, + [38] = { baseMultiplier = 13.88, levelRequirement = 90, cost = { ManaPerMinute = 11022, }, }, + [39] = { baseMultiplier = 14.8, levelRequirement = 90, cost = { ManaPerMinute = 11734, }, }, + [40] = { baseMultiplier = 15.79, levelRequirement = 90, cost = { ManaPerMinute = 12487, }, }, }, + preDamageFunc = function(activeSkill, output) + activeSkill.skillData.hitTimeMultiplier = activeSkill.skillData.channelPercentOfAttackTime + end, statSets = { [1] = { - label = "Crystal", + label = "Normal Dash", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "ice_ambush_statset_0", - statMap = { - ["frozen_locus_crystal_display_stat"] = { - -- Display Only - }, - }, + statDescriptionScope = "gathering_storm_statset_0", baseFlags = { - duration = true, + attack = true, + area = true, + melee = true, + channelRelease = true, }, constantStats = { - { "base_skill_effect_duration", 6000 }, - { "attack_maximum_action_distance_+", 15 }, - { "base_number_of_frozen_locus_allowed", 1 }, + { "active_skill_override_turn_duration_ms", 360 }, + { "perfect_strike_timing_window_base_ms", 300 }, + { "base_melee_dash_range", 35 }, + { "attack_maximum_action_distance_+", 20 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "channel_start_lock_cancelling_of_attack_time_%", 50 }, + { "total_attack_time_+_ms", 800 }, + { "gathering_storm_perfect_aoe_limit", 8 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, + { "channel_end_duration_as_%_of_attack_time", 85 }, + { "melee_range_+", 10 }, }, stats = { - "frost_wall_maximum_life", - "frost_wall_damage_taken_+%_final_from_own_team", - "frozen_locus_crystal_display_stat", - "active_skill_is_ignored_by_staggering_palm", - "active_skill_is_ignored_by_charged_staff", + "is_area_damage", "base_skill_show_average_damage_instead_of_dps", - "frozen_locus_stat_suppression", - "base_deal_no_damage", - "active_skill_is_ignored_by_mantra_of_destruction", - "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", + "quality_display_gathering_storm_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 43, 100, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 54, 75, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 68, 50, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 94, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 122, -32, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 151, -52, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 184, -61, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 220, -66, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 274, -70, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 331, -73, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 396, -75, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 468, -77, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 569, -78, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 684, -78, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 817, -79, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 965, -79, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 1138, -79, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 1364, -79, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 1364, -82, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 1364, -84, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1364, -85, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, [2] = { - label = "Chilled Ground", + label = "Perfect Dash", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "ice_ambush_statset_1", + statDescriptionScope = "gathering_storm_statset_1", baseFlags = { + attack = true, area = true, - duration = true, + melee = true, + channelRelease = true, }, constantStats = { - { "base_skill_effect_duration", 6000 }, - { "attack_maximum_action_distance_+", 15 }, - { "base_number_of_frozen_locus_allowed", 1 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, - { "active_skill_base_area_of_effect_radius", 12 }, - { "active_skill_ground_effect_area_of_effect_+%_final_per_second", 30 }, - { "active_skill_ground_effect_area_of_effect_+%_final_per_second_max", 150 }, + { "active_skill_override_turn_duration_ms", 360 }, + { "perfect_strike_timing_window_base_ms", 300 }, + { "base_melee_dash_range", 35 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "channel_start_lock_cancelling_of_attack_time_%", 50 }, + { "total_attack_time_+_ms", 800 }, + { "gathering_storm_perfect_aoe_limit", 8 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, + { "channel_end_duration_as_%_of_attack_time", 85 }, + { "melee_range_+", 10 }, + { "base_melee_dash_range", 25 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 50 }, + { "base_skill_effect_duration", 5000 }, }, stats = { - "frost_wall_maximum_life", - "frost_wall_damage_taken_+%_final_from_own_team", - "frozen_locus_crystal_display_stat", - "active_skill_is_ignored_by_staggering_palm", - "active_skill_is_ignored_by_charged_staff", + "is_area_damage", "base_skill_show_average_damage_instead_of_dps", - "frozen_locus_stat_suppression", - "active_skill_is_ignored_by_mantra_of_destruction", - "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", - "display_fake_attack_hit_chill", + "quality_display_gathering_storm_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", + "display_statset_hide_usage_stats", + "perfectly_timed", }, levels = { - [1] = { 43, 100, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [1] = { baseMultiplier = 2.8, actorLevel = 1, }, + [2] = { baseMultiplier = 3.08, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 3.39, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 3.7, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 4.01, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 4.33, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 4.65, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 4.95, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 5.23, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 5.53, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 5.86, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 6.2, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 6.58, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 6.98, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 7.41, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 7.88, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 8.38, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 8.92, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 9.51, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 10.14, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 10.82, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 11.54, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 12.31, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 13.13, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 14, actorLevel = 136.875, }, + [26] = { baseMultiplier = 14.93, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 15.93, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 16.99, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 18.12, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 19.33, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 20.62, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 21.99, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 23.45, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 25.02, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 26.68, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 28.46, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 30.36, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 32.38, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 34.54, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 36.84, actorLevel = 288.29998779297, }, }, }, - } -} -skills["FrozenLocusExplodePlayer"] = { - name = "Crystal Explosion", - hidden = true, - skillTypes = { [SkillType.Melee] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.UseGlobalStats] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Cold] = true, [SkillType.Nova] = true, [SkillType.NoAttackOrCastTime] = true, }, - castTime = 1, - qualityStats = { - }, - levels = { - [1] = { critChance = 13, baseMultiplier = 2.5, levelRequirement = 0, }, - [2] = { critChance = 13, baseMultiplier = 2.76, levelRequirement = 0, }, - [3] = { critChance = 13, baseMultiplier = 3.04, levelRequirement = 0, }, - [4] = { critChance = 13, baseMultiplier = 3.34, levelRequirement = 0, }, - [5] = { critChance = 13, baseMultiplier = 3.63, levelRequirement = 0, }, - [6] = { critChance = 13, baseMultiplier = 3.93, levelRequirement = 0, }, - [7] = { critChance = 13, baseMultiplier = 4.24, levelRequirement = 0, }, - [8] = { critChance = 13, baseMultiplier = 4.54, levelRequirement = 0, }, - [9] = { critChance = 13, baseMultiplier = 4.83, levelRequirement = 0, }, - [10] = { critChance = 13, baseMultiplier = 5.13, levelRequirement = 0, }, - [11] = { critChance = 13, baseMultiplier = 5.47, levelRequirement = 0, }, - [12] = { critChance = 13, baseMultiplier = 5.83, levelRequirement = 0, }, - [13] = { critChance = 13, baseMultiplier = 6.23, levelRequirement = 0, }, - [14] = { critChance = 13, baseMultiplier = 6.66, levelRequirement = 0, }, - [15] = { critChance = 13, baseMultiplier = 7.12, levelRequirement = 0, }, - [16] = { critChance = 13, baseMultiplier = 7.64, levelRequirement = 0, }, - [17] = { critChance = 13, baseMultiplier = 8.19, levelRequirement = 0, }, - [18] = { critChance = 13, baseMultiplier = 8.81, levelRequirement = 0, }, - [19] = { critChance = 13, baseMultiplier = 9.47, levelRequirement = 0, }, - [20] = { critChance = 13, baseMultiplier = 10.21, levelRequirement = 0, }, - [21] = { critChance = 13, baseMultiplier = 11, levelRequirement = 0, }, - [22] = { critChance = 13, baseMultiplier = 11.85, levelRequirement = 0, }, - [23] = { critChance = 13, baseMultiplier = 12.76, levelRequirement = 0, }, - [24] = { critChance = 13, baseMultiplier = 13.75, levelRequirement = 0, }, - [25] = { critChance = 13, baseMultiplier = 14.81, levelRequirement = 0, }, - [26] = { critChance = 13, baseMultiplier = 15.96, levelRequirement = 0, }, - [27] = { critChance = 13, baseMultiplier = 17.19, levelRequirement = 0, }, - [28] = { critChance = 13, baseMultiplier = 18.52, levelRequirement = 0, }, - [29] = { critChance = 13, baseMultiplier = 19.95, levelRequirement = 0, }, - [30] = { critChance = 13, baseMultiplier = 21.49, levelRequirement = 0, }, - [31] = { critChance = 13, baseMultiplier = 23.15, levelRequirement = 0, }, - [32] = { critChance = 13, baseMultiplier = 24.94, levelRequirement = 0, }, - [33] = { critChance = 13, baseMultiplier = 26.87, levelRequirement = 0, }, - [34] = { critChance = 13, baseMultiplier = 28.95, levelRequirement = 0, }, - [35] = { critChance = 13, baseMultiplier = 31.18, levelRequirement = 0, }, - [36] = { critChance = 13, baseMultiplier = 33.59, levelRequirement = 0, }, - [37] = { critChance = 13, baseMultiplier = 36.19, levelRequirement = 0, }, - [38] = { critChance = 13, baseMultiplier = 38.99, levelRequirement = 0, }, - [39] = { critChance = 13, baseMultiplier = 42, levelRequirement = 0, }, - [40] = { critChance = 13, baseMultiplier = 45.25, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Explosion", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "ice_ambush_explode", + [3] = { + label = "Shockwave", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gathering_storm_statset_2", baseFlags = { + attack = true, area = true, - nonWeaponAttack = true, - hit = true, + melee = true, + channelRelease = true, + duration = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 24 }, - { "active_skill_hit_damage_freeze_multiplier_+%_final", 50 }, + { "active_skill_override_turn_duration_ms", 360 }, + { "perfect_strike_timing_window_base_ms", 300 }, + { "base_melee_dash_range", 35 }, + { "attack_maximum_action_distance_+", 20 }, + { "channel_start_lock_cancelling_of_attack_time_%", 50 }, + { "total_attack_time_+_ms", 800 }, + { "gathering_storm_perfect_aoe_limit", 8 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, + { "channel_end_duration_as_%_of_attack_time", 85 }, + { "melee_range_+", 10 }, + { "active_skill_base_area_of_effect_radius", 22 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, }, stats = { - "main_hand_weapon_minimum_cold_damage", - "main_hand_weapon_maximum_cold_damage", "is_area_damage", - "triggered_by_frozen_locus_destroy", - "replace_main_hand_unarmed_attack_stats_with_quarterstaff_type", - "triggerable_in_any_set", + "base_skill_show_average_damage_instead_of_dps", + "quality_display_gathering_storm_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", + "perfectly_timed", }, levels = { - [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 1.2, actorLevel = 1, }, + [2] = { baseMultiplier = 1.32, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.45, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.59, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.72, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.85, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.99, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.12, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.24, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.37, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 2.51, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 2.66, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 2.82, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 2.99, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 3.18, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 3.38, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 3.59, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 3.82, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 4.07, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 4.35, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 4.64, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 4.94, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 5.27, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 5.63, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 6, actorLevel = 136.875, }, + [26] = { baseMultiplier = 6.4, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 6.83, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 7.28, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 7.77, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 8.28, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 8.84, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 9.42, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 10.05, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 10.72, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 11.44, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 12.2, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 13.01, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 13.88, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 14.8, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 15.79, actorLevel = 288.29998779297, }, }, }, } } -skills["GalvanicFieldPlayer"] = { - name = "Galvanic Field", - baseTypeName = "Galvanic Field", - fromItem = true, +skills["GhostDancePlayer"] = { + name = "Ghost Dance", + baseTypeName = "Ghost Dance", color = 3, - description = "Gain a Buff that boosts your Shock chance. Shocking an enemy consumes the Buff to attach an Orb of electricity to that enemy. The Orb fires bolts of electricity at nearby enemies until it expires.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.Chains] = true, [SkillType.Orb] = true, [SkillType.Triggerable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, }, - castTime = 0.5, + description = "While active, causes you to periodically gain Ghost Shrouds. If you are Hit while you have a Ghost Shroud, it is immediately consumed to recover Energy Shield based on your Evasion.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0, qualityStats = { - { "base_galvanic_field_beam_delay_ms", -0.5 }, + { "skill_base_ghost_dance_grants_%_evasion_as_energy_shield_when_hit", 0.1 }, }, levels = { - [1] = { critChance = 9, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 9, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 9, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 9, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 9, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 9, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 9, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 9, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 9, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 9, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 9, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 9, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 9, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 9, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 9, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 9, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 9, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 9, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 9, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, }, statSets = { [1] = { - label = "Galvanic Field", - baseEffectiveness = 0.33700001239777, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "skill_stat_descriptions", - statMap = { - ["galvanic_field_retargeting_delay_ms"] = { - skill("hitTimeOverride", nil), - div = 1000, - }, - ["base_chance_to_shock_%_from_skill"] = { - mod("EnemyShockChance", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura", effectName = "Galvanic Field" }), - }, - }, + label = "Ghost Dance", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ghost_dance", baseFlags = { - area = true, duration = true, - chaining = true, }, constantStats = { - { "base_skill_effect_duration", 6000 }, - { "base_chance_to_shock_%_from_skill", 20 }, - { "base_galvanic_field_beam_delay_ms", 100 }, - { "galvanic_field_maximum_number_of_spheres", 1 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "skill_base_ghost_dance_grants_%_evasion_as_energy_shield_when_hit", 5 }, }, stats = { - "spell_minimum_base_lightning_damage", - "spell_maximum_base_lightning_damage", - "galvanic_field_retargeting_delay_ms", - "never_shock", - "skill_can_add_multiple_charges_per_action", - "can_perform_skill_while_moving", + "base_skill_effect_duration", + "ghost_dance_max_stacks", + "base_deal_no_damage", + "quality_display_ghost_dance_is_gem", + }, + notMinionStat = { + "base_skill_effect_duration", }, levels = { - [1] = { 1, 2, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 1, 3, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1, 5, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1, 6, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 1, 8, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 1, 10, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 1, 12, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 1, 14, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 1, 17, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 1, 20, 700, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 1, 23, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 1, 27, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 2, 31, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 2, 36, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 2, 41, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 2, 47, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 3, 54, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 3, 61, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 4, 70, 600, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 4, 80, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 5, 91, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 5, 103, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 6, 117, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7, 133, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 8, 151, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 9, 172, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 10, 195, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 12, 221, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 13, 252, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 15, 286, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 17, 325, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 19, 370, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 22, 422, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 25, 481, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 29, 548, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 33, 626, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 38, 715, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 43, 817, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 49, 935, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 56, 1071, 500, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 4000, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3950, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 3900, 3, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 3850, 3, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 3800, 3, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 3750, 3, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 3700, 3, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 3650, 3, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 3600, 3, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3550, 4, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 3500, 4, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 3450, 4, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 3400, 4, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 3350, 4, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 3300, 4, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 3250, 4, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 3200, 4, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 3150, 5, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 3100, 5, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 3050, 5, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 3000, 5, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 2950, 5, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 2900, 5, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 2850, 5, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 2800, 5, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 2750, 6, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 2700, 6, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2650, 6, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 2600, 6, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 2550, 6, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 2500, 6, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2450, 6, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2400, 6, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2350, 6, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2300, 7, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2250, 7, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2200, 7, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2150, 7, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2100, 7, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2050, 7, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["GatheringStormPlayer"] = { - name = "Gathering Storm", - baseTypeName = "Gathering Storm", +skills["GlacialCascadePlayer"] = { + name = "Glacial Cascade", + baseTypeName = "Glacial Cascade", color = 3, - description = "Flip backward and Channel to charge your Quarterstaff with Lightning. Releasing dashes towards the target location, damaging enemies along the way. Releasing with perfect timing performs a Lightning-infused dash that releases shockwaves from enemies you dash through and leaves a trail of Shocked Ground in your wake. This skill cannot be Ancestrally Boosted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Channel] = true, [SkillType.Travel] = true, [SkillType.PerfectTiming] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.QuarterstaffSkill] = true, }, + description = "Sweep your Quarterstaff upwards, releasing an icy fissure which deals damage in a series of bursts culminating in a large spike. Frozen enemies hit by the final spike are dealt heavy damage but the Freeze is Consumed. Ice Crystals hit by the final spike explode.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.CreatesFissure] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "gathering_storm_perfect_aoe_limit", 0.1 }, + { "active_skill_base_physical_damage_%_to_gain_as_cold", 0.75 }, }, levels = { - [1] = { baseMultiplier = 1.2, levelRequirement = 0, cost = { ManaPerMinute = 489, }, }, - [2] = { baseMultiplier = 1.32, levelRequirement = 3, cost = { ManaPerMinute = 541, }, }, - [3] = { baseMultiplier = 1.45, levelRequirement = 6, cost = { ManaPerMinute = 600, }, }, - [4] = { baseMultiplier = 1.59, levelRequirement = 10, cost = { ManaPerMinute = 665, }, }, - [5] = { baseMultiplier = 1.72, levelRequirement = 14, cost = { ManaPerMinute = 737, }, }, - [6] = { baseMultiplier = 1.85, levelRequirement = 18, cost = { ManaPerMinute = 816, }, }, - [7] = { baseMultiplier = 1.99, levelRequirement = 22, cost = { ManaPerMinute = 905, }, }, - [8] = { baseMultiplier = 2.12, levelRequirement = 26, cost = { ManaPerMinute = 1003, }, }, - [9] = { baseMultiplier = 2.24, levelRequirement = 31, cost = { ManaPerMinute = 1111, }, }, - [10] = { baseMultiplier = 2.37, levelRequirement = 36, cost = { ManaPerMinute = 1231, }, }, - [11] = { baseMultiplier = 2.51, levelRequirement = 41, cost = { ManaPerMinute = 1364, }, }, - [12] = { baseMultiplier = 2.66, levelRequirement = 46, cost = { ManaPerMinute = 1512, }, }, - [13] = { baseMultiplier = 2.82, levelRequirement = 52, cost = { ManaPerMinute = 1675, }, }, - [14] = { baseMultiplier = 2.99, levelRequirement = 58, cost = { ManaPerMinute = 1857, }, }, - [15] = { baseMultiplier = 3.18, levelRequirement = 64, cost = { ManaPerMinute = 2057, }, }, - [16] = { baseMultiplier = 3.38, levelRequirement = 66, cost = { ManaPerMinute = 2280, }, }, - [17] = { baseMultiplier = 3.59, levelRequirement = 72, cost = { ManaPerMinute = 2526, }, }, - [18] = { baseMultiplier = 3.82, levelRequirement = 78, cost = { ManaPerMinute = 2799, }, }, - [19] = { baseMultiplier = 4.07, levelRequirement = 84, cost = { ManaPerMinute = 3102, }, }, - [20] = { baseMultiplier = 4.35, levelRequirement = 90, cost = { ManaPerMinute = 3438, }, }, - [21] = { baseMultiplier = 4.64, levelRequirement = 90, cost = { ManaPerMinute = 3809, }, }, - [22] = { baseMultiplier = 4.94, levelRequirement = 90, cost = { ManaPerMinute = 4221, }, }, - [23] = { baseMultiplier = 5.27, levelRequirement = 90, cost = { ManaPerMinute = 4677, }, }, - [24] = { baseMultiplier = 5.63, levelRequirement = 90, cost = { ManaPerMinute = 5183, }, }, - [25] = { baseMultiplier = 6, levelRequirement = 90, cost = { ManaPerMinute = 5743, }, }, - [26] = { baseMultiplier = 6.4, levelRequirement = 90, cost = { ManaPerMinute = 6364, }, }, - [27] = { baseMultiplier = 6.83, levelRequirement = 90, cost = { ManaPerMinute = 7052, }, }, - [28] = { baseMultiplier = 7.28, levelRequirement = 90, cost = { ManaPerMinute = 7815, }, }, - [29] = { baseMultiplier = 7.77, levelRequirement = 90, cost = { ManaPerMinute = 8660, }, }, - [30] = { baseMultiplier = 8.28, levelRequirement = 90, cost = { ManaPerMinute = 9596, }, }, - [31] = { baseMultiplier = 8.84, levelRequirement = 90, cost = { ManaPerMinute = 10633, }, }, - [32] = { baseMultiplier = 9.42, levelRequirement = 90, cost = { ManaPerMinute = 11783, }, }, - [33] = { baseMultiplier = 10.05, levelRequirement = 90, cost = { ManaPerMinute = 13056, }, }, - [34] = { baseMultiplier = 10.72, levelRequirement = 90, cost = { ManaPerMinute = 14468, }, }, - [35] = { baseMultiplier = 11.44, levelRequirement = 90, cost = { ManaPerMinute = 16032, }, }, - [36] = { baseMultiplier = 12.2, levelRequirement = 90, cost = { ManaPerMinute = 17765, }, }, - [37] = { baseMultiplier = 13.01, levelRequirement = 90, cost = { ManaPerMinute = 19685, }, }, - [38] = { baseMultiplier = 13.88, levelRequirement = 90, cost = { ManaPerMinute = 21813, }, }, - [39] = { baseMultiplier = 14.8, levelRequirement = 90, cost = { ManaPerMinute = 24171, }, }, - [40] = { baseMultiplier = 15.79, levelRequirement = 90, cost = { ManaPerMinute = 26784, }, }, + [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 9, }, }, + [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.44, levelRequirement = 3, cost = { Mana = 10, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.48, levelRequirement = 6, cost = { Mana = 12, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 29, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 32, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 35, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 38, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 42, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 45, }, }, + [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.08, levelRequirement = 72, cost = { Mana = 49, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 54, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 58, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 63, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 68, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 73, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 79, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 85, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 91, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 98, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 105, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 112, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 120, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 129, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 138, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 147, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 157, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 168, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 179, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 191, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 204, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 217, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 231, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 246, }, }, }, - preDamageFunc = function(activeSkill, output) - activeSkill.skillData.hitTimeMultiplier = activeSkill.skillData.channelPercentOfAttackTime - end, statSets = { [1] = { - label = "Normal Dash", + label = "Wave", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gathering_storm_statset_0", + statDescriptionScope = "glacial_cascade_attack", baseFlags = { attack = true, area = true, - melee = true, - channelRelease = true, }, constantStats = { - { "active_skill_override_turn_duration_ms", 360 }, - { "perfect_strike_timing_window_base_ms", 300 }, - { "base_melee_dash_range", 35 }, - { "attack_maximum_action_distance_+", 20 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "channel_start_lock_cancelling_of_attack_time_%", 50 }, - { "total_attack_time_+_ms", 800 }, - { "gathering_storm_perfect_aoe_limit", 8 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, - { "channel_end_duration_as_%_of_attack_time", 85 }, - { "melee_range_+", 10 }, + { "upheaval_number_of_spikes", 8 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, + { "active_skill_base_area_of_effect_radius", 6 }, + { "cascade_attack_radius_per_stage_+1_per_100", 30 }, + { "cascade_attack_base_total_distance", 48 }, + { "cascade_attack_starting_distance_offset", 6 }, + { "cascade_attack_ease_in_exponent_%", 125 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { + "never_freeze", "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "quality_display_gathering_storm_is_gem", + "can_perform_skill_while_moving", }, levels = { [1] = { actorLevel = 1, }, @@ -9034,170 +10762,92 @@ skills["GatheringStormPlayer"] = { }, }, [2] = { - label = "Perfect Dash", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gathering_storm_statset_1", - baseFlags = { - attack = true, - area = true, - melee = true, - channelRelease = true, - }, - baseMods = { - mod("Condition:PerfectTiming", "FLAG", true), - }, - constantStats = { - { "active_skill_override_turn_duration_ms", 360 }, - { "perfect_strike_timing_window_base_ms", 300 }, - { "base_melee_dash_range", 35 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "channel_start_lock_cancelling_of_attack_time_%", 50 }, - { "total_attack_time_+_ms", 800 }, - { "gathering_storm_perfect_aoe_limit", 8 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, - { "channel_end_duration_as_%_of_attack_time", 85 }, - { "melee_range_+", 10 }, - { "base_melee_dash_range", 25 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 50 }, - { "base_skill_effect_duration", 5000 }, - }, - stats = { - "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "quality_display_gathering_storm_is_gem", - "display_statset_hide_usage_stats", - }, - levels = { - [1] = { baseMultiplier = 2.8, actorLevel = 1, }, - [2] = { baseMultiplier = 3.08, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 3.39, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 3.7, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 4.01, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 4.33, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 4.65, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 4.95, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 5.23, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 5.53, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 5.86, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 6.2, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 6.58, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 6.98, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 7.41, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 7.88, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 8.38, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 8.92, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 9.51, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 10.14, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 10.82, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 11.54, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 12.31, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 13.13, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 14, actorLevel = 136.875, }, - [26] = { baseMultiplier = 14.93, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 15.93, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 16.99, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 18.12, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 19.33, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 20.62, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 21.99, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 23.45, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 25.02, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 26.68, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 28.46, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 30.36, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 32.38, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 34.54, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 36.84, actorLevel = 288.29998779297, }, - }, - }, - [3] = { - label = "Shockwave", + label = "Final Burst", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gathering_storm_statset_2", + statDescriptionScope = "glacial_cascade_attack", baseFlags = { attack = true, area = true, - melee = true, - channelRelease = true, - duration = true, }, constantStats = { - { "active_skill_override_turn_duration_ms", 360 }, - { "perfect_strike_timing_window_base_ms", 300 }, - { "base_melee_dash_range", 35 }, - { "attack_maximum_action_distance_+", 20 }, - { "channel_start_lock_cancelling_of_attack_time_%", 50 }, - { "total_attack_time_+_ms", 800 }, - { "gathering_storm_perfect_aoe_limit", 8 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, - { "channel_end_duration_as_%_of_attack_time", 85 }, - { "melee_range_+", 10 }, - { "active_skill_base_area_of_effect_radius", 22 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, + { "active_skill_base_area_of_effect_radius", 6 }, + { "cascade_attack_radius_per_stage_+1_per_100", 30 }, + { "cascade_attack_starting_distance_offset", 6 }, + { "cascade_attack_ease_in_exponent_%", 125 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "glacial_cascade_attack_final_spike_rect_length", 20 }, + { "active_skill_consume_enemy_freeze_to_gain_damage_against_unique_+%_final", 425 }, + { "active_skill_consume_enemy_freeze_to_gain_damage_against_non_unique_+%_final", 250 }, + { "active_skill_base_area_of_effect_radius", 3 }, }, stats = { + "never_freeze", "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "quality_display_gathering_storm_is_gem", + "can_perform_skill_while_moving", + "cannot_knockback", + "destroy_frost_wall_segment_on_hit", "display_statset_hide_usage_stats", }, levels = { [1] = { baseMultiplier = 1.2, actorLevel = 1, }, [2] = { baseMultiplier = 1.32, actorLevel = 3.4519999027252, }, [3] = { baseMultiplier = 1.45, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.59, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.72, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.85, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.99, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 2.12, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.24, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.37, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.51, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.66, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.82, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 2.99, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 3.18, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 3.38, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 3.59, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.82, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 4.07, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 4.35, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 4.64, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 4.94, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 5.27, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 5.63, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 6, actorLevel = 136.875, }, - [26] = { baseMultiplier = 6.4, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 6.83, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 7.28, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 7.77, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 8.28, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 8.84, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 9.42, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 10.05, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 10.72, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 11.44, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 12.2, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 13.01, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 13.88, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 14.8, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 15.79, actorLevel = 288.29998779297, }, + [4] = { baseMultiplier = 1.58, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.71, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.84, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.97, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.08, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.19, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.3, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 2.41, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 2.53, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 2.66, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 2.79, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 2.93, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 3.08, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 3.23, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 3.39, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 3.56, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 3.74, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 3.93, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 4.13, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 4.33, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 4.55, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 4.78, actorLevel = 136.875, }, + [26] = { baseMultiplier = 5.02, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 5.27, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 5.53, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 5.81, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 6.1, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 6.4, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 6.72, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 7.06, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 7.41, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 7.78, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 8.17, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 8.58, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 9.01, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 9.46, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 9.93, actorLevel = 288.29998779297, }, }, }, } } -skills["GhostDancePlayer"] = { - name = "Ghost Dance", - baseTypeName = "Ghost Dance", +skills["GrimFeastPlayer"] = { + name = "Grim Feast", + baseTypeName = "Grim Feast", color = 3, - description = "While active, causes you to periodically gain Ghost Shrouds. If you are Hit while you have a Ghost Shroud, it is immediately consumed to recover Energy Shield based on your Evasion.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, }, + description = "While active, your Reviving Minions store a percentage of their maximum Life in a collectible Grim Remnant on death. Using Grim Resurrection Consumes the Life you've collected to Revive up to that much total Life of dead Minions.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.GeneratesRemnants] = true, [SkillType.AffectsPresence] = true, [SkillType.RemnantCannotBeShared] = true, }, castTime = 0, qualityStats = { - { "skill_base_ghost_dance_grants_%_evasion_as_energy_shield_when_hit", 0.1 }, + { "grim_remnant_health_stored_in_globe_%", 0.25 }, }, levels = { - [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, @@ -9240,146 +10890,253 @@ skills["GhostDancePlayer"] = { }, statSets = { [1] = { - label = "Ghost Dance", + label = "Grim Feast", + baseEffectiveness = 12, + incrementalEffectiveness = 4, + damageIncrementalEffectiveness = 0.013500000350177, + statDescriptionScope = "grim_feast", + baseFlags = { + }, + constantStats = { + { "grim_remnant_chance_to_spawn_orb_on_minion_death_in_presence_%", 100 }, + { "grim_remnant_health_stored_in_globe_%", 35 }, + { "base_remnant_duration_ms", 8000 }, + }, + stats = { + "grim_remnant_max_health_stored", + "base_deal_no_damage", + }, + levels = { + [1] = { 47, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 521, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1212, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 2019, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 2961, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 4060, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 5343, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 6842, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 8594, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 10643, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 13043, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 15856, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 19156, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 23034, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 27595, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 32967, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 39303, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 46787, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 55638, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 66124, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 78565, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 93350, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 110949, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 131934, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 156999, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 186990, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 222941, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 266116, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 318063, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 380686, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 456324, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 547864, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 658872, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 793763, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 958014, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 1158435, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 1403508, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 1703828, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 2072646, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 2526581, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["GrimFeastResummonPlayer"] = { + name = "Grim Resurrection", + hidden = true, + description = "Consumes stored Minion Life to Revive your Minions. Revives as many Minions as possible with total Life equal to or less than the Life stored by Grim Feast, prioritising those with higher maximum Life.", + skillTypes = { [SkillType.Spell] = true, }, + castTime = 0.4, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Grim Resurrection", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "ghost_dance", + statDescriptionScope = "skill_stat_descriptions", baseFlags = { - duration = true, }, constantStats = { - { "skill_base_ghost_dance_grants_%_evasion_as_energy_shield_when_hit", 5 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "base_skill_effect_duration", - "ghost_dance_max_stacks", "base_deal_no_damage", - "quality_display_ghost_dance_is_gem", + "can_perform_skill_while_moving", }, levels = { - [1] = { 4000, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3950, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 3900, 3, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 3850, 3, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 3800, 3, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 3750, 3, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 3700, 3, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 3650, 3, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 3600, 3, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 3550, 4, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 3500, 4, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 3450, 4, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 3400, 4, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 3350, 4, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 3300, 4, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 3250, 4, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 3200, 4, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 3150, 5, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 3100, 5, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 3050, 5, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 3000, 5, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 2950, 5, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 2900, 5, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 2850, 5, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 2800, 5, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 2750, 6, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 2700, 6, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 2650, 6, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 2600, 6, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 2550, 6, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 2500, 6, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 2450, 6, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 2400, 6, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 2350, 6, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2300, 7, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2250, 7, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2200, 7, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 2150, 7, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2100, 7, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2050, 7, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } } -skills["GlacialCascadePlayer"] = { - name = "Glacial Cascade", - baseTypeName = "Glacial Cascade", +skills["HandOfChayulaPlayer"] = { + name = "Hand of Chayula", + baseTypeName = "Hand of Chayula", color = 3, - description = "Sweep your Quarterstaff upwards, releasing an icy fissure which deals damage in a series of bursts culminating in a large spike. Frozen enemies hit by the final spike are dealt heavy damage but the Freeze is Consumed. Ice Crystals hit by the final spike explode.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.CreatesFissure] = true, }, + description = "Dash to an enemy and Strike them, triggering socketed Marks with increased effect and applying socketed Curses with increased duration.", + skillTypes = { [SkillType.Meta] = true, [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Palm] = true, [SkillType.NoAttackInPlace] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "active_skill_base_physical_damage_%_to_gain_as_cold", 0.5 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 9, }, }, - [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.44, levelRequirement = 3, cost = { Mana = 10, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.48, levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 26, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 29, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 33, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 36, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 40, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 44, }, }, - [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.08, levelRequirement = 72, cost = { Mana = 49, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 55, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 61, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 67, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 75, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 83, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 92, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 102, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 113, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 125, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 139, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 154, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 170, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 189, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 209, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 232, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 257, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 285, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 316, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 350, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 388, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 430, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 476, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 528, }, }, + [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.67, levelRequirement = 0, cost = { Mana = 11, }, }, + [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.74, levelRequirement = 3, cost = { Mana = 13, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.81, levelRequirement = 6, cost = { Mana = 15, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.88, levelRequirement = 10, cost = { Mana = 17, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.95, levelRequirement = 14, cost = { Mana = 19, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 18, cost = { Mana = 22, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 24, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.16, levelRequirement = 26, cost = { Mana = 27, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.22, levelRequirement = 31, cost = { Mana = 30, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 33, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.35, levelRequirement = 41, cost = { Mana = 37, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.41, levelRequirement = 46, cost = { Mana = 40, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.49, levelRequirement = 52, cost = { Mana = 44, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.56, levelRequirement = 58, cost = { Mana = 48, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.64, levelRequirement = 64, cost = { Mana = 52, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.72, levelRequirement = 66, cost = { Mana = 57, }, }, + [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.81, levelRequirement = 72, cost = { Mana = 62, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.9, levelRequirement = 78, cost = { Mana = 67, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 84, cost = { Mana = 73, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 79, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 85, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 91, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 98, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 106, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 114, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 122, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 131, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 141, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 151, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 161, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 172, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 184, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 197, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 210, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 4.34, levelRequirement = 90, cost = { Mana = 224, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 4.56, levelRequirement = 90, cost = { Mana = 239, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 4.79, levelRequirement = 90, cost = { Mana = 255, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 5.03, levelRequirement = 90, cost = { Mana = 271, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 5.28, levelRequirement = 90, cost = { Mana = 289, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 5.54, levelRequirement = 90, cost = { Mana = 307, }, }, }, statSets = { [1] = { - label = "Wave", + label = "Strike", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "glacial_cascade_attack", + statDescriptionScope = "hand_of_chayula", baseFlags = { attack = true, + melee = true, area = true, + unarmed = true, }, constantStats = { - { "upheaval_number_of_spikes", 8 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, - { "active_skill_base_area_of_effect_radius", 5 }, - { "cascade_attack_radius_per_stage_+1_per_100", 30 }, - { "cascade_attack_base_total_distance", 48 }, - { "cascade_attack_starting_distance_offset", 6 }, - { "cascade_attack_ease_in_exponent_%", 125 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "melee_conditional_step_distance", 10 }, + { "base_melee_dash_range", 65 }, + { "active_skill_base_physical_damage_%_to_convert_to_chaos", 73 }, }, stats = { - "never_freeze", + "global_always_hit", "is_area_damage", - "can_perform_skill_while_moving", + "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -9424,89 +11181,264 @@ skills["GlacialCascadePlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, - [2] = { - label = "Final Burst", + } +} +skills["SupportHandOfChayulaPlayer"] = { + name = "SupportHandOfChayulaPlayer", + hidden = true, + support = true, + requireSkillTypes = { SkillType.AppliesCurse, SkillType.Mark, SkillType.OR, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + qualityStats = { + { "base_curse_duration_+%", 1 }, + { "mark_effect_+%", 0.5 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Support", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "glacial_cascade_attack", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { - attack = true, - area = true, }, - constantStats = { - { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, - { "active_skill_base_area_of_effect_radius", 5 }, - { "cascade_attack_radius_per_stage_+1_per_100", 30 }, - { "cascade_attack_starting_distance_offset", 6 }, - { "cascade_attack_ease_in_exponent_%", 125 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "glacial_cascade_attack_final_spike_rect_length", 20 }, - { "active_skill_base_area_of_effect_radius", 2 }, - { "active_skill_consume_enemy_freeze_to_gain_damage_+%_final", 350 }, + stats = { + "base_curse_duration_+%", + "mark_effect_+%", + "triggered_by_hand_of_chayula", + }, + levels = { + [1] = { 100, 20, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 100, 20, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 100, 21, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 100, 21, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 100, 22, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 100, 22, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 100, 23, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 100, 23, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 100, 24, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 100, 24, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 100, 25, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 100, 25, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 100, 26, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 100, 26, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 100, 27, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 100, 27, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 100, 28, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 100, 28, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 100, 29, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 100, 29, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 100, 30, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 100, 30, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 100, 31, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 100, 31, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 100, 32, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 100, 32, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 100, 33, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 100, 33, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 100, 34, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 100, 34, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 100, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 100, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 100, 36, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 100, 36, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 100, 37, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 100, 37, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 100, 38, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 100, 38, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 100, 39, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 100, 39, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["HeartOfIcePlayer"] = { + name = "Heart of Ice", + baseTypeName = "Heart of Ice", + fromItem = true, + color = 3, + description = "Chills all enemies in your Presence.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, [SkillType.Cold] = true, [SkillType.Spell] = true, }, + castTime = 0, + qualityStats = { + { "active_skill_chill_effect_+%_final", 1 }, + }, + levels = { + [1] = { critChance = 11, levelRequirement = 0, }, + [2] = { critChance = 11, levelRequirement = 3, }, + [3] = { critChance = 11, levelRequirement = 6, }, + [4] = { critChance = 11, levelRequirement = 10, }, + [5] = { critChance = 11, levelRequirement = 14, }, + [6] = { critChance = 11, levelRequirement = 18, }, + [7] = { critChance = 11, levelRequirement = 22, }, + [8] = { critChance = 11, levelRequirement = 26, }, + [9] = { critChance = 11, levelRequirement = 31, }, + [10] = { critChance = 11, levelRequirement = 36, }, + [11] = { critChance = 11, levelRequirement = 41, }, + [12] = { critChance = 11, levelRequirement = 46, }, + [13] = { critChance = 11, levelRequirement = 52, }, + [14] = { critChance = 11, levelRequirement = 58, }, + [15] = { critChance = 11, levelRequirement = 64, }, + [16] = { critChance = 11, levelRequirement = 66, }, + [17] = { critChance = 11, levelRequirement = 72, }, + [18] = { critChance = 11, levelRequirement = 78, }, + [19] = { critChance = 11, levelRequirement = 84, }, + [20] = { critChance = 11, levelRequirement = 90, }, + [21] = { critChance = 11, levelRequirement = 90, }, + [22] = { critChance = 11, levelRequirement = 90, }, + [23] = { critChance = 11, levelRequirement = 90, }, + [24] = { critChance = 11, levelRequirement = 90, }, + [25] = { critChance = 11, levelRequirement = 90, }, + [26] = { critChance = 11, levelRequirement = 90, }, + [27] = { critChance = 11, levelRequirement = 90, }, + [28] = { critChance = 11, levelRequirement = 90, }, + [29] = { critChance = 11, levelRequirement = 90, }, + [30] = { critChance = 11, levelRequirement = 90, }, + [31] = { critChance = 11, levelRequirement = 90, }, + [32] = { critChance = 11, levelRequirement = 90, }, + [33] = { critChance = 11, levelRequirement = 90, }, + [34] = { critChance = 11, levelRequirement = 90, }, + [35] = { critChance = 11, levelRequirement = 90, }, + [36] = { critChance = 11, levelRequirement = 90, }, + [37] = { critChance = 11, levelRequirement = 90, }, + [38] = { critChance = 11, levelRequirement = 90, }, + [39] = { critChance = 11, levelRequirement = 90, }, + [40] = { critChance = 11, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Heart of Ice", + baseEffectiveness = 8.3599996566772, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "chilling_aura", + baseFlags = { + buff = true, + aura = true, + }, + constantStats = { + { "skill_desired_amount_override", 1 }, }, stats = { - "never_freeze", - "is_area_damage", - "can_perform_skill_while_moving", - "cannot_knockback", - "destroy_frost_wall_segment_on_hit", - "display_statset_hide_usage_stats", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_skill_show_average_damage_instead_of_dps", + "skill_chill_magnitude_is_aura_magnitude", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { baseMultiplier = 1.2, actorLevel = 1, }, - [2] = { baseMultiplier = 1.32, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.45, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.58, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.71, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.84, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.97, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 2.08, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.19, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.3, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.41, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.53, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.66, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 2.79, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 2.93, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 3.08, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 3.23, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.39, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 3.56, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 3.74, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 3.93, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 4.13, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 4.33, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 4.55, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 4.78, actorLevel = 136.875, }, - [26] = { baseMultiplier = 5.02, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 5.27, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 5.53, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 5.81, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 6.1, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 6.4, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 6.72, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 7.06, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 7.41, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 7.78, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 8.17, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 8.58, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 9.01, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 9.46, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 9.93, actorLevel = 288.29998779297, }, + [1] = { 26, 39, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 63, 94, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 98, 148, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 120, 180, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 144, 217, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 172, 258, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 203, 305, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 239, 359, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 280, 420, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 326, 489, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 378, 567, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 438, 657, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 506, 759, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 583, 875, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 672, 1007, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 773, 1159, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 888, 1332, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1021, 1531, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1172, 1758, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1346, 2020, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1546, 2319, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1776, 2664, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 2041, 3061, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 2346, 3519, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2699, 4048, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 3106, 4659, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 3577, 5365, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 4123, 6184, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 4756, 7134, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 5492, 8238, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 6348, 9522, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 7346, 11019, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8509, 12764, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 9869, 14803, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 11459, 17188, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 13322, 19983, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 15509, 23263, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["GrimFeastPlayer"] = { - name = "Grim Feast", - baseTypeName = "Grim Feast", +skills["HeraldOfIcePlayer"] = { + name = "Herald of Ice", + baseTypeName = "Herald of Ice", color = 3, - description = "This skill is currently disabled. We will rework and reenable it soon!", - skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.GeneratesRemnants] = true, [SkillType.AffectsPresence] = true, }, + description = "While active, Shattering an enemy with a non-Herald Attack Hit will cause an icy explosion that deals Attack damage to surrounding enemies.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Attack] = true, [SkillType.Herald] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.NoAttackOrCastTime] = true, }, + weaponTypes = { + ["One Handed Mace"] = true, + ["Flail"] = true, + ["Two Handed Sword"] = true, + ["Dagger"] = true, + ["Claw"] = true, + ["Crossbow"] = true, + ["Bow"] = true, + ["Spear"] = true, + ["Two Handed Axe"] = true, + ["Two Handed Mace"] = true, + ["One Handed Axe"] = true, + ["Staff"] = true, + ["One Handed Sword"] = true, + }, castTime = 0, qualityStats = { - { "dummy_stat_display_nothing", 1 }, + { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -9552,14 +11484,20 @@ skills["GrimFeastPlayer"] = { }, statSets = { [1] = { - label = "Grim Feast", + label = "Buff", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "grim_feast", + statDescriptionScope = "herald_of_ice", + statMap = { + ["display_herald_of_ice_behaviour"] = { + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), + }, + }, baseFlags = { }, stats = { "base_deal_no_damage", - "base_skill_disabled", + "display_statset_no_hit_damage", + "display_herald_of_ice_behaviour", }, levels = { [1] = { actorLevel = 1, }, @@ -9604,320 +11542,616 @@ skills["GrimFeastPlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, + [2] = { + label = "Explosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "herald_of_ice", + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "attack_is_not_melee_override", + "skill_can_add_multiple_charges_per_action", + "never_freeze", + "global_always_hit", + }, + levels = { + [1] = { baseMultiplier = 0.7, actorLevel = 1, }, + [2] = { baseMultiplier = 0.77, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.85, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.93, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.02, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.1, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.19, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.27, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.35, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.44, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.53, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.63, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.74, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.86, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.99, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 2.14, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 2.29, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 2.47, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.65, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.86, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 3.08, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 3.32, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 3.57, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 3.85, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 4.15, actorLevel = 136.875, }, + [26] = { baseMultiplier = 4.47, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 4.81, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 5.18, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 5.59, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 6.02, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 6.48, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 6.98, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 7.52, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 8.1, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 8.73, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 9.41, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 10.13, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 10.92, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 11.76, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 12.67, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["HexblastPlayer"] = { + name = "Hexblast", + baseTypeName = "Hexblast", + color = 3, + description = "Detonate a Curse on every enemy in an area, causing explosions of Chaos damage but removing the Curse. Can only detonate Curses for which at least half of the duration has expired.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.DynamicCooldown] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 1, + qualityStats = { + { "hexblast_damage_+%_final_per_second_remaining_curse_duration", 0.5 }, + }, + levels = { + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 12, }, }, + [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 14, }, }, + [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 17, }, }, + [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 20, }, }, + [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 26, }, }, + [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 43, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 49, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 55, }, }, + [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 61, }, }, + [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 68, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 76, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 84, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 94, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 104, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 115, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 127, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 140, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 154, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 170, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 187, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 205, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 225, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 247, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 270, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 296, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 324, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 354, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 387, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 422, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 460, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 502, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 547, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 596, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 649, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 706, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 768, }, }, + }, + statSets = { + [1] = { + label = "Hexblast", + baseEffectiveness = 7.8000001907349, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "hexblast", + baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "hexblast_maximum_number_of_explosions", 3 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "active_skill_base_secondary_area_of_effect_radius", 28 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "is_area_damage", + "can_perform_skill_while_moving", + "show_curse_hexblastable", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, + levels = { + [1] = { 21, 39, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 29, 53, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 39, 73, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 51, 95, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 65, 121, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 80, 149, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 98, 182, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 118, 219, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 140, 261, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 166, 309, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 195, 363, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 228, 424, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 266, 494, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 309, 573, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 357, 664, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 413, 767, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 476, 884, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 548, 1018, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 631, 1172, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 725, 1347, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 833, 1547, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 957, 1777, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1099, 2041, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1262, 2344, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1450, 2693, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1666, 3094, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1915, 3557, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 2203, 4091, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 2535, 4709, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 2920, 5423, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 3366, 6251, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 3883, 7211, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 4484, 8327, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 5183, 9625, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 5997, 11137, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 6947, 12901, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8057, 14962, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 9355, 17374, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 10876, 20199, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 12661, 23513, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["HypothermiaPlayer"] = { + name = "Hypothermia", + baseTypeName = "Hypothermia", + color = 3, + description = "Curse all targets in an area after a short delay, lowering their Cold Resistance.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.7, + qualityStats = { + { "curse_effect_+%", 0.5 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, + }, + statSets = { + [1] = { + label = "Hypothermia", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "cold_weakness", + statMap = { + ["base_skill_buff_cold_damage_resistance_%_to_apply"] = { + mod("ColdResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), + }, + }, + baseFlags = { + spell = true, + curse = true, + area = true, + duration = true, + }, + constantStats = { + { "curse_delay_duration_ms", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_skill_effect_duration", + "active_skill_base_area_of_effect_radius", + "base_skill_buff_cold_damage_resistance_%_to_apply", + "base_deal_no_damage", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 15, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, -23, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, -24, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, -25, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, -26, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, -27, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, -28, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, -29, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, -30, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, -31, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, -32, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, -33, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, -34, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, -35, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, -36, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, } } -skills["HandOfChayulaPlayer"] = { - name = "Hand of Chayula", - baseTypeName = "Hand of Chayula", +skills["IceNovaPlayer"] = { + name = "Ice Nova", + baseTypeName = "Ice Nova", color = 3, - description = "Dash to an enemy and Strike them with an unarmed Attack, applying socketed Curses and triggering socketed Marks with reduced effect. This skill always Strikes with your bare fist, even if you have a Quarterstaff equipped.", - skillTypes = { [SkillType.Meta] = true, [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Palm] = true, }, - weaponTypes = { - ["None"] = true, - ["Staff"] = true, - }, + description = "Conjure a wave of ice in all directions, Knocking Back enemies based on how close they are to you. Casting Ice Nova targeting near a Frostbolt Projectile will cause it to originate from the Frostbolt instead of you. Consumes a Cold Infusion if possible to leave a patch of Chilled Ground.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cascadable] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Duration] = true, [SkillType.CreatesGroundEffect] = true, }, castTime = 1, qualityStats = { + { "active_skill_damage_+%_final_vs_chilled_enemies", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.67, levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.74, levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.81, levelRequirement = 6, cost = { Mana = 14, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.88, levelRequirement = 10, cost = { Mana = 16, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.95, levelRequirement = 14, cost = { Mana = 18, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 22, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.16, levelRequirement = 26, cost = { Mana = 24, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.22, levelRequirement = 31, cost = { Mana = 27, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 30, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.35, levelRequirement = 41, cost = { Mana = 33, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.41, levelRequirement = 46, cost = { Mana = 37, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.49, levelRequirement = 52, cost = { Mana = 41, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.56, levelRequirement = 58, cost = { Mana = 45, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.64, levelRequirement = 64, cost = { Mana = 50, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.72, levelRequirement = 66, cost = { Mana = 56, }, }, - [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.81, levelRequirement = 72, cost = { Mana = 62, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.9, levelRequirement = 78, cost = { Mana = 68, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 84, cost = { Mana = 76, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 84, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 93, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 104, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 115, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 127, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 141, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 156, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 173, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 192, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 213, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 236, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 262, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 290, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 321, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 356, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 4.34, levelRequirement = 90, cost = { Mana = 395, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 4.56, levelRequirement = 90, cost = { Mana = 437, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 4.79, levelRequirement = 90, cost = { Mana = 485, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 5.03, levelRequirement = 90, cost = { Mana = 537, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 5.28, levelRequirement = 90, cost = { Mana = 595, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 5.54, levelRequirement = 90, cost = { Mana = 660, }, }, + [1] = { critChance = 12, levelRequirement = 0, cost = { Mana = 7, }, }, + [2] = { critChance = 12, levelRequirement = 3, cost = { Mana = 8, }, }, + [3] = { critChance = 12, levelRequirement = 6, cost = { Mana = 10, }, }, + [4] = { critChance = 12, levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { critChance = 12, levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { critChance = 12, levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { critChance = 12, levelRequirement = 22, cost = { Mana = 17, }, }, + [8] = { critChance = 12, levelRequirement = 26, cost = { Mana = 20, }, }, + [9] = { critChance = 12, levelRequirement = 31, cost = { Mana = 22, }, }, + [10] = { critChance = 12, levelRequirement = 36, cost = { Mana = 25, }, }, + [11] = { critChance = 12, levelRequirement = 41, cost = { Mana = 28, }, }, + [12] = { critChance = 12, levelRequirement = 46, cost = { Mana = 32, }, }, + [13] = { critChance = 12, levelRequirement = 52, cost = { Mana = 36, }, }, + [14] = { critChance = 12, levelRequirement = 58, cost = { Mana = 40, }, }, + [15] = { critChance = 12, levelRequirement = 64, cost = { Mana = 44, }, }, + [16] = { critChance = 12, levelRequirement = 66, cost = { Mana = 49, }, }, + [17] = { critChance = 12, levelRequirement = 72, cost = { Mana = 55, }, }, + [18] = { critChance = 12, levelRequirement = 78, cost = { Mana = 61, }, }, + [19] = { critChance = 12, levelRequirement = 84, cost = { Mana = 67, }, }, + [20] = { critChance = 12, levelRequirement = 90, cost = { Mana = 74, }, }, + [21] = { critChance = 12, levelRequirement = 90, cost = { Mana = 82, }, }, + [22] = { critChance = 12, levelRequirement = 90, cost = { Mana = 90, }, }, + [23] = { critChance = 12, levelRequirement = 90, cost = { Mana = 99, }, }, + [24] = { critChance = 12, levelRequirement = 90, cost = { Mana = 109, }, }, + [25] = { critChance = 12, levelRequirement = 90, cost = { Mana = 120, }, }, + [26] = { critChance = 12, levelRequirement = 90, cost = { Mana = 131, }, }, + [27] = { critChance = 12, levelRequirement = 90, cost = { Mana = 144, }, }, + [28] = { critChance = 12, levelRequirement = 90, cost = { Mana = 158, }, }, + [29] = { critChance = 12, levelRequirement = 90, cost = { Mana = 173, }, }, + [30] = { critChance = 12, levelRequirement = 90, cost = { Mana = 189, }, }, + [31] = { critChance = 12, levelRequirement = 90, cost = { Mana = 207, }, }, + [32] = { critChance = 12, levelRequirement = 90, cost = { Mana = 226, }, }, + [33] = { critChance = 12, levelRequirement = 90, cost = { Mana = 247, }, }, + [34] = { critChance = 12, levelRequirement = 90, cost = { Mana = 269, }, }, + [35] = { critChance = 12, levelRequirement = 90, cost = { Mana = 294, }, }, + [36] = { critChance = 12, levelRequirement = 90, cost = { Mana = 320, }, }, + [37] = { critChance = 12, levelRequirement = 90, cost = { Mana = 348, }, }, + [38] = { critChance = 12, levelRequirement = 90, cost = { Mana = 379, }, }, + [39] = { critChance = 12, levelRequirement = 90, cost = { Mana = 413, }, }, + [40] = { critChance = 12, levelRequirement = 90, cost = { Mana = 449, }, }, }, statSets = { [1] = { - label = "Strike", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "hand_of_chayula", + label = "Ice Nova", + baseEffectiveness = 1.5199999809265, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0074000000022352, + statDescriptionScope = "ice_nova_statset_0", baseFlags = { - attack = true, - melee = true, + spell = true, area = true, - unarmed = true, }, constantStats = { - { "melee_conditional_step_distance", 10 }, - { "base_melee_dash_range", 65 }, - { "additional_base_critical_strike_chance", 900 }, + { "generic_knockback_+%_final_at_min_distance", 50 }, + { "generic_knockback_+%_final_at_max_distance", -90 }, + { "generic_knockback_distance_limit", 20 }, + { "active_skill_base_area_of_effect_radius", 32 }, + { "ice_nova_number_of_frost_bolts_to_cast_on", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 8000 }, }, stats = { - "attack_minimum_added_chaos_damage", - "attack_maximum_added_chaos_damage", - "global_always_hit", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "active_skill_hit_damage_freeze_multiplier_+%_final", + "active_skill_chill_effect_+%_final", "is_area_damage", + "global_knockback", + "can_perform_skill_while_moving", + "active_skill_consumes_a_cold_infusion", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 5, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 13, 24, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 18, 33, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 23, 43, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 29, 53, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 35, 64, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 41, 76, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 47, 88, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 54, 100, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 61, 113, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 68, 127, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 76, 141, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 84, 156, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 92, 172, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 101, 188, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 110, 204, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 119, 222, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 129, 239, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 139, 258, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 149, 277, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 160, 296, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 170, 317, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 182, 337, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 193, 359, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 205, 380, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 217, 403, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 229, 426, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 242, 449, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 255, 474, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 268, 498, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 282, 524, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 296, 550, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 310, 576, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 325, 603, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 340, 631, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 355, 659, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 371, 688, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 386, 718, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 403, 748, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 6, 8, 100, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 7, 10, 103, 103, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 9, 13, 106, 106, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 17, 109, 109, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, 112, 112, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 17, 26, 115, 115, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 31, 118, 118, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 25, 37, 121, 121, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, 44, 124, 124, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 34, 51, 127, 127, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 40, 60, 130, 130, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 46, 69, 133, 133, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 53, 79, 136, 136, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 61, 91, 139, 139, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 69, 104, 142, 142, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 79, 119, 145, 145, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 90, 135, 148, 148, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 102, 153, 151, 151, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 116, 173, 154, 154, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 131, 196, 157, 157, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 148, 222, 160, 160, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 167, 251, 163, 163, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 189, 283, 166, 166, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 213, 319, 169, 169, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 240, 360, 172, 172, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 271, 406, 175, 175, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 305, 458, 178, 178, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 345, 517, 181, 181, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 389, 583, 184, 184, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 438, 658, 187, 187, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 495, 742, 188, 188, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 559, 838, 190, 190, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 631, 947, 191, 191, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 713, 1070, 193, 193, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 807, 1210, 194, 194, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 913, 1369, 196, 196, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1033, 1550, 197, 197, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1171, 1756, 199, 199, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1328, 1992, 200, 200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1507, 2260, 202, 202, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, - } -} -skills["SupportHandOfChayulaPlayer"] = { - name = "SupportHandOfChayulaPlayer", - hidden = true, - support = true, - requireSkillTypes = { SkillType.AppliesCurse, SkillType.Mark, SkillType.OR, }, - addSkillTypes = { }, - excludeSkillTypes = { }, - levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 0, }, - [3] = { levelRequirement = 0, }, - [4] = { levelRequirement = 0, }, - [5] = { levelRequirement = 0, }, - [6] = { levelRequirement = 0, }, - [7] = { levelRequirement = 0, }, - [8] = { levelRequirement = 0, }, - [9] = { levelRequirement = 0, }, - [10] = { levelRequirement = 0, }, - [11] = { levelRequirement = 0, }, - [12] = { levelRequirement = 0, }, - [13] = { levelRequirement = 0, }, - [14] = { levelRequirement = 0, }, - [15] = { levelRequirement = 0, }, - [16] = { levelRequirement = 0, }, - [17] = { levelRequirement = 0, }, - [18] = { levelRequirement = 0, }, - [19] = { levelRequirement = 0, }, - [20] = { levelRequirement = 0, }, - [21] = { levelRequirement = 0, }, - [22] = { levelRequirement = 0, }, - [23] = { levelRequirement = 0, }, - [24] = { levelRequirement = 0, }, - [25] = { levelRequirement = 0, }, - [26] = { levelRequirement = 0, }, - [27] = { levelRequirement = 0, }, - [28] = { levelRequirement = 0, }, - [29] = { levelRequirement = 0, }, - [30] = { levelRequirement = 0, }, - [31] = { levelRequirement = 0, }, - [32] = { levelRequirement = 0, }, - [33] = { levelRequirement = 0, }, - [34] = { levelRequirement = 0, }, - [35] = { levelRequirement = 0, }, - [36] = { levelRequirement = 0, }, - [37] = { levelRequirement = 0, }, - [38] = { levelRequirement = 0, }, - [39] = { levelRequirement = 0, }, - [40] = { levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Support", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + [2] = { + label = "Cold-Infused", + baseEffectiveness = 4.2399997711182, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "ice_nova_statset_1", baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "generic_knockback_+%_final_at_min_distance", 50 }, + { "generic_knockback_+%_final_at_max_distance", -90 }, + { "generic_knockback_distance_limit", 20 }, + { "active_skill_base_area_of_effect_radius", 32 }, + { "ice_nova_number_of_frost_bolts_to_cast_on", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 8000 }, }, stats = { - "curse_effect_+%", - "mark_effect_+%", - "triggered_by_hand_of_chayula", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "active_skill_hit_damage_freeze_multiplier_+%_final", + "active_skill_chill_effect_+%_final", + "is_area_damage", + "global_knockback", + "can_perform_skill_while_moving", + "active_skill_consumes_a_cold_infusion", + "display_statset_hide_usage_stats", + "base_skill_show_average_damage_instead_of_dps", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { -40, -40, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { -40, -39, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { -39, -39, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { -39, -38, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { -38, -38, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { -38, -37, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { -37, -37, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { -37, -36, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { -36, -36, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { -36, -35, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { -35, -35, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { -35, -34, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { -34, -34, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { -34, -33, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { -33, -33, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { -33, -32, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { -32, -32, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { -32, -31, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { -31, -31, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { -31, -30, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { -30, -30, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { -30, -29, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { -29, -29, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { -29, -28, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { -28, -28, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { -28, -27, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { -27, -27, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { -27, -26, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { -26, -26, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { -26, -25, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { -25, -25, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { -25, -24, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { -24, -24, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { -24, -23, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { -23, -23, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { -23, -22, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { -22, -22, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { -22, -21, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { -21, -21, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { -21, -20, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 13, 20, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 18, 27, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 24, 36, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 31, 47, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 40, 59, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 49, 73, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 59, 89, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 71, 106, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 84, 125, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 98, 147, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 115, 172, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 133, 200, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 154, 231, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 177, 266, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 203, 305, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 233, 349, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 266, 399, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 304, 456, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 346, 519, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 394, 591, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 448, 672, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 509, 764, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 578, 868, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 657, 985, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 746, 1119, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 847, 1271, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 962, 1443, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 1093, 1639, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 1242, 1863, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 1412, 2118, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 1606, 2408, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 1827, 2741, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 2080, 3121, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 2371, 3556, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 2703, 4055, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 3085, 4627, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 3524, 5285, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 4028, 6042, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 4609, 6914, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 5279, 7919, 0, 0, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["HeraldOfIcePlayer"] = { - name = "Herald of Ice", - baseTypeName = "Herald of Ice", +skills["IceStrikePlayer"] = { + name = "Ice Strike", + baseTypeName = "Ice Strike", color = 3, - description = "While active, Shattering an enemy with a non-Herald Attack Hit will cause an icy explosion that deals Attack damage to surrounding enemies.", - skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Attack] = true, [SkillType.Herald] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.NoAttackOrCastTime] = true, }, + description = "Perform a fast icy Strike. Using this Attack three times in quick succession causes a final strike that is slower and more powerful.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.PerformsFinalStrike] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { - ["One Handed Mace"] = true, - ["Flail"] = true, - ["Two Handed Sword"] = true, - ["Dagger"] = true, - ["Claw"] = true, - ["Crossbow"] = true, - ["Bow"] = true, - ["Spear"] = true, - ["Two Handed Axe"] = true, - ["Two Handed Mace"] = true, - ["One Handed Axe"] = true, ["Staff"] = true, - ["One Handed Sword"] = true, }, - castTime = 0, + castTime = 1, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.2 }, + { "active_skill_attack_speed_+%_final", 0.5 }, }, levels = { - [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [1] = { attackSpeedMultiplier = 40, baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { attackSpeedMultiplier = 40, baseMultiplier = 0.66, levelRequirement = 3, cost = { Mana = 6, }, }, + [3] = { attackSpeedMultiplier = 40, baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 7, }, }, + [4] = { attackSpeedMultiplier = 40, baseMultiplier = 0.79, levelRequirement = 10, cost = { Mana = 8, }, }, + [5] = { attackSpeedMultiplier = 40, baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { attackSpeedMultiplier = 40, baseMultiplier = 0.92, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { attackSpeedMultiplier = 40, baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 11, }, }, + [8] = { attackSpeedMultiplier = 40, baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 12, }, }, + [9] = { attackSpeedMultiplier = 40, baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 13, }, }, + [10] = { attackSpeedMultiplier = 40, baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 15, }, }, + [11] = { attackSpeedMultiplier = 40, baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 16, }, }, + [12] = { attackSpeedMultiplier = 40, baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 18, }, }, + [13] = { attackSpeedMultiplier = 40, baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 20, }, }, + [14] = { attackSpeedMultiplier = 40, baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 22, }, }, + [15] = { attackSpeedMultiplier = 40, baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 24, }, }, + [16] = { attackSpeedMultiplier = 40, baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 26, }, }, + [17] = { attackSpeedMultiplier = 40, baseMultiplier = 1.62, levelRequirement = 72, cost = { Mana = 28, }, }, + [18] = { attackSpeedMultiplier = 40, baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 30, }, }, + [19] = { attackSpeedMultiplier = 40, baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 33, }, }, + [20] = { attackSpeedMultiplier = 40, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 36, }, }, + [21] = { attackSpeedMultiplier = 40, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 38, }, }, + [22] = { attackSpeedMultiplier = 40, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 42, }, }, + [23] = { attackSpeedMultiplier = 40, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 45, }, }, + [24] = { attackSpeedMultiplier = 40, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 48, }, }, + [25] = { attackSpeedMultiplier = 40, baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 52, }, }, + [26] = { attackSpeedMultiplier = 40, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 56, }, }, + [27] = { attackSpeedMultiplier = 40, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 60, }, }, + [28] = { attackSpeedMultiplier = 40, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 64, }, }, + [29] = { attackSpeedMultiplier = 40, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 69, }, }, + [30] = { attackSpeedMultiplier = 40, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 73, }, }, + [31] = { attackSpeedMultiplier = 40, baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 79, }, }, + [32] = { attackSpeedMultiplier = 40, baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 84, }, }, + [33] = { attackSpeedMultiplier = 40, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 90, }, }, + [34] = { attackSpeedMultiplier = 40, baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 96, }, }, + [35] = { attackSpeedMultiplier = 40, baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 102, }, }, + [36] = { attackSpeedMultiplier = 40, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 109, }, }, + [37] = { attackSpeedMultiplier = 40, baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 116, }, }, + [38] = { attackSpeedMultiplier = 40, baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 124, }, }, + [39] = { attackSpeedMultiplier = 40, baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 132, }, }, + [40] = { attackSpeedMultiplier = 40, baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 140, }, }, }, statSets = { [1] = { - label = "Buff", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "herald_of_ice", - statMap = { - ["display_herald_of_ice_behaviour"] = { - mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), - }, - }, + label = "Normal Strikes", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + area = true, + melee = true, + }, + constantStats = { + { "melee_conditional_step_distance", 10 }, + { "statset_index_for_final_animation_combo_index", 1 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, + { "base_melee_dash_range", 30 }, }, stats = { - "base_deal_no_damage", - "display_statset_no_hit_damage", - "display_herald_of_ice_behaviour", + "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -9963,530 +12197,408 @@ skills["HeraldOfIcePlayer"] = { }, }, [2] = { - label = "Explosion", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "herald_of_ice", + label = "Third Strike", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "skill_stat_descriptions", baseFlags = { attack = true, area = true, + melee = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "melee_conditional_step_distance", 10 }, + { "statset_index_for_final_animation_combo_index", 1 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, + { "base_melee_dash_range", 30 }, + { "supplementary_stat_container_attack_speed_+%_final", -50 }, + { "melee_range_+", 7 }, }, stats = { "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "attack_is_not_melee_override", - "skill_can_add_multiple_charges_per_action", - "never_freeze", - "global_always_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", + "display_statset_is_final_strike", }, levels = { - [1] = { baseMultiplier = 0.7, actorLevel = 1, }, - [2] = { baseMultiplier = 0.77, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.85, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.93, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.02, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.1, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.19, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.27, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 1.35, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 1.44, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.53, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.63, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.74, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.86, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.99, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 2.14, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 2.29, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 2.47, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 2.65, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 2.86, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 3.08, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 3.32, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 3.57, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 3.85, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 4.15, actorLevel = 136.875, }, - [26] = { baseMultiplier = 4.47, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 4.81, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 5.18, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 5.59, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 6.02, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 6.48, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 6.98, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 7.52, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 8.1, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 8.73, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 9.41, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 10.13, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 10.92, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 11.76, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 12.67, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 1.3, actorLevel = 1, }, + [2] = { baseMultiplier = 1.43, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.57, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.71, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.85, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.99, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 2.13, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.26, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.37, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.49, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 2.61, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 2.74, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 2.88, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 3.03, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 3.18, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 3.34, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 3.5, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 3.68, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 3.86, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 4.05, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 4.26, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 4.47, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 4.69, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 4.93, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 5.17, actorLevel = 136.875, }, + [26] = { baseMultiplier = 5.43, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 5.71, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 5.99, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 6.29, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 6.6, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 6.93, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 7.28, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 7.65, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 8.03, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 8.43, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 8.85, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 9.29, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 9.76, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 10.25, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 10.76, actorLevel = 288.29998779297, }, }, }, } } -skills["HexblastPlayer"] = { - name = "Hexblast", - baseTypeName = "Hexblast", +skills["IcestormPlayer"] = { + name = "Icestorm", + baseTypeName = "Icestorm", + fromItem = true, color = 3, - description = "Detonate a Curse on every enemy in an area, causing explosions of Chaos damage but removing the Curse. Can only detonate Curses for which at least half of the duration has expired.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.DynamicCooldown] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 1, + description = "Conjure a hail of icy bolts over the targeted area. Chill and Freeze on enemies in front of you are Consumed to fuel the Icestorm by creating improved bolts.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 1.2, qualityStats = { - { "active_skill_chaos_damage_+%_final", 1 }, + { "active_skill_base_area_of_effect_radius", 0.1 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 13, }, }, - [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 29, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 32, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 37, }, }, - [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 42, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 53, }, }, - [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 61, }, }, - [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 69, }, }, - [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 78, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 88, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 100, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 113, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 128, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 145, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 164, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 185, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 210, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 238, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 269, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 305, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 345, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 390, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 442, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 500, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 566, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 640, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 725, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 820, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 928, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1051, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1189, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1346, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1523, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1724, }, }, + [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 12, }, }, + [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 14, }, }, + [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 17, }, }, + [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 19, }, }, + [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 22, }, }, + [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 26, }, }, + [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 43, }, }, + [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 48, }, }, + [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 54, }, }, + [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 61, }, }, + [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 68, }, }, + [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 75, }, }, + [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 84, }, }, + [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 93, }, }, + [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 103, }, }, + [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 114, }, }, + [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 126, }, }, + [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 139, }, }, + [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 153, }, }, + [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 169, }, }, + [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 186, }, }, + [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 204, }, }, + [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 224, }, }, + [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 245, }, }, + [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 269, }, }, + [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 294, }, }, + [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 322, }, }, + [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 352, }, }, + [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 384, }, }, + [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 420, }, }, + [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 458, }, }, + [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 499, }, }, + [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 544, }, }, + [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 593, }, }, + [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 645, }, }, + [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 702, }, }, + [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 764, }, }, }, statSets = { [1] = { - label = "Hexblast", - baseEffectiveness = 7.8000001907349, - incrementalEffectiveness = 0.14000000059605, + label = "Storm", + incrementalEffectiveness = 0.12999999523163, damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "hexblast", - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "hexblast_maximum_number_of_explosions", 3 }, - { "active_skill_base_area_of_effect_radius", 20 }, - { "active_skill_base_secondary_area_of_effect_radius", 28 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - }, - stats = { - "spell_minimum_base_chaos_damage", - "spell_maximum_base_chaos_damage", - "is_area_damage", - "can_perform_skill_while_moving", - "show_curse_hexblastable", - }, - levels = { - [1] = { 21, 39, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 29, 54, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 40, 75, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 53, 98, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 67, 124, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 83, 154, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 100, 187, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 120, 224, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 143, 265, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 168, 312, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 197, 365, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 228, 424, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 264, 491, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 304, 565, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 350, 650, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 401, 745, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 458, 851, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 523, 972, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 597, 1108, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 679, 1262, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 773, 1435, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 879, 1632, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 998, 1854, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 1134, 2107, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 1288, 2393, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 1463, 2718, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 1662, 3087, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1888, 3507, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 2146, 3986, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 2440, 4532, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 2776, 5155, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 3159, 5867, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 3597, 6681, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 4100, 7613, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 4675, 8682, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 5336, 9910, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 6095, 11320, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 6969, 12942, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 7975, 14810, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 9135, 16965, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + statDescriptionScope = "ice_storm", + statMap = { + ["fire_storm_fireball_delay_ms"] = { + skill("hitTimeOverride", nil), + div = 1000, + }, }, - }, - } -} -skills["IceNovaPlayer"] = { - name = "Ice Nova", - baseTypeName = "Ice Nova", - color = 3, - description = "Conjure a wave of ice in all directions, Knocking Back enemies based on how close they are to you. Casting Ice Nova targeting near a Frostbolt Projectile will cause it to originate from the Frostbolt instead of you.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cascadable] = true, }, - castTime = 1, - qualityStats = { - { "active_skill_damage_+%_final_vs_chilled_enemies", 1 }, - }, - levels = { - [1] = { critChance = 12, levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { critChance = 12, levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { critChance = 12, levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { critChance = 12, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { critChance = 12, levelRequirement = 14, cost = { Mana = 13, }, }, - [6] = { critChance = 12, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { critChance = 12, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { critChance = 12, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { critChance = 12, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { critChance = 12, levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { critChance = 12, levelRequirement = 41, cost = { Mana = 27, }, }, - [12] = { critChance = 12, levelRequirement = 46, cost = { Mana = 31, }, }, - [13] = { critChance = 12, levelRequirement = 52, cost = { Mana = 35, }, }, - [14] = { critChance = 12, levelRequirement = 58, cost = { Mana = 40, }, }, - [15] = { critChance = 12, levelRequirement = 64, cost = { Mana = 45, }, }, - [16] = { critChance = 12, levelRequirement = 66, cost = { Mana = 51, }, }, - [17] = { critChance = 12, levelRequirement = 72, cost = { Mana = 58, }, }, - [18] = { critChance = 12, levelRequirement = 78, cost = { Mana = 66, }, }, - [19] = { critChance = 12, levelRequirement = 84, cost = { Mana = 75, }, }, - [20] = { critChance = 12, levelRequirement = 90, cost = { Mana = 84, }, }, - [21] = { critChance = 12, levelRequirement = 90, cost = { Mana = 96, }, }, - [22] = { critChance = 12, levelRequirement = 90, cost = { Mana = 108, }, }, - [23] = { critChance = 12, levelRequirement = 90, cost = { Mana = 123, }, }, - [24] = { critChance = 12, levelRequirement = 90, cost = { Mana = 139, }, }, - [25] = { critChance = 12, levelRequirement = 90, cost = { Mana = 157, }, }, - [26] = { critChance = 12, levelRequirement = 90, cost = { Mana = 178, }, }, - [27] = { critChance = 12, levelRequirement = 90, cost = { Mana = 202, }, }, - [28] = { critChance = 12, levelRequirement = 90, cost = { Mana = 228, }, }, - [29] = { critChance = 12, levelRequirement = 90, cost = { Mana = 258, }, }, - [30] = { critChance = 12, levelRequirement = 90, cost = { Mana = 292, }, }, - [31] = { critChance = 12, levelRequirement = 90, cost = { Mana = 331, }, }, - [32] = { critChance = 12, levelRequirement = 90, cost = { Mana = 375, }, }, - [33] = { critChance = 12, levelRequirement = 90, cost = { Mana = 424, }, }, - [34] = { critChance = 12, levelRequirement = 90, cost = { Mana = 480, }, }, - [35] = { critChance = 12, levelRequirement = 90, cost = { Mana = 543, }, }, - [36] = { critChance = 12, levelRequirement = 90, cost = { Mana = 615, }, }, - [37] = { critChance = 12, levelRequirement = 90, cost = { Mana = 696, }, }, - [38] = { critChance = 12, levelRequirement = 90, cost = { Mana = 788, }, }, - [39] = { critChance = 12, levelRequirement = 90, cost = { Mana = 891, }, }, - [40] = { critChance = 12, levelRequirement = 90, cost = { Mana = 1009, }, }, - }, - statSets = { - [1] = { - label = "Ice Nova", - baseEffectiveness = 1.460000038147, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "ice_nova", baseFlags = { spell = true, area = true, + duration = true, }, constantStats = { - { "generic_knockback_+%_final_at_min_distance", 50 }, - { "generic_knockback_+%_final_at_max_distance", -90 }, - { "generic_knockback_distance_limit", 20 }, - { "active_skill_base_area_of_effect_radius", 32 }, - { "ice_nova_number_of_frost_bolts_to_cast_on", 1 }, - { "active_skill_chill_effect_+%_final", 100 }, + { "fire_storm_fireball_delay_ms", 150 }, + { "firestorm_max_number_of_storms", 3 }, + { "base_skill_effect_duration", 6000 }, + { "active_skill_base_area_of_effect_radius", 9 }, + { "active_skill_base_secondary_area_of_effect_radius", 26 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "rain_hit_delay_ms", 150 }, + { "firestorm_improved_bolts_per_chill_consumed", 1 }, + { "firestorm_improved_bolts_per_monster_power_of_freeze_consumed", 1 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", - "active_skill_hit_damage_freeze_multiplier_+%_final", + "base_skill_show_average_damage_instead_of_dps", "is_area_damage", - "global_knockback", "can_perform_skill_while_moving", + "cold_damage_cannot_chill", + "never_freeze", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 5, 7, 100, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 103, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 9, 13, 106, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 11, 17, 109, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 14, 21, 112, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 17, 26, 115, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 21, 31, 118, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 25, 37, 121, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 29, 44, 124, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 34, 51, 127, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 40, 60, 130, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 46, 69, 133, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 53, 79, 136, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 60, 90, 139, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 142, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 78, 117, 145, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 88, 132, 148, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 100, 150, 151, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 113, 169, 154, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 127, 191, 157, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 143, 215, 160, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 161, 241, 163, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 181, 271, 166, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 203, 305, 169, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 228, 342, 172, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 256, 384, 175, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 287, 431, 178, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 323, 484, 181, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 362, 543, 184, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 406, 609, 187, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 456, 684, 188, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 512, 767, 190, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 575, 862, 191, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 645, 968, 193, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 725, 1088, 194, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 816, 1223, 196, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 917, 1376, 197, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1033, 1549, 199, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1163, 1745, 200, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1311, 1966, 202, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 12, 17, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 17, 25, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 36, 54, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 55, 82, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 63, 94, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 72, 107, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 82, 122, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 93, 139, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 120, 180, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 136, 205, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 155, 232, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 176, 264, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 200, 300, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 227, 340, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 258, 387, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 293, 439, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 333, 499, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 379, 568, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 431, 646, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 491, 736, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 559, 839, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 638, 956, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 728, 1091, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 831, 1247, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 950, 1425, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1087, 1631, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1245, 1868, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { - label = "Hidden", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "ice_nova", + label = "Improved Bolt", + baseEffectiveness = 4.0500001907349, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "ice_storm", baseFlags = { spell = true, area = true, + duration = true, }, constantStats = { - { "generic_knockback_+%_final_at_min_distance", 50 }, - { "generic_knockback_+%_final_at_max_distance", -90 }, - { "generic_knockback_distance_limit", 20 }, - { "active_skill_base_area_of_effect_radius", 32 }, - { "ice_nova_number_of_frost_bolts_to_cast_on", 1 }, - { "active_skill_chill_effect_+%_final", 100 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "rain_hit_delay_ms", 150 }, + { "active_skill_base_area_of_effect_radius", 18 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", - "active_skill_hit_damage_freeze_multiplier_+%_final", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_skill_show_average_damage_instead_of_dps", "is_area_damage", - "global_knockback", "can_perform_skill_while_moving", + "cold_damage_cannot_chill", + "never_freeze", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "display_statset_hide_usage_stats", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 0.80000001192093, 1.2000000476837, 100, statInterpolation = { 3, 3, 1, }, actorLevel = 1, }, + [1] = { 0, 0, 19, 28, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 25, 38, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 35, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 45, 68, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 57, 85, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 70, 105, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 85, 127, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 101, 152, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 120, 180, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 141, 211, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 164, 246, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 191, 286, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 220, 331, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 254, 381, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 291, 437, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 334, 501, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 381, 572, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 435, 653, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 496, 744, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 564, 847, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 642, 963, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 730, 1094, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 829, 1243, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 941, 1412, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 1069, 1603, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 1214, 1821, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 1379, 2068, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 1566, 2349, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 1779, 2669, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 2023, 3034, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 2301, 3451, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 2618, 3927, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 2981, 4471, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 3397, 5095, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 3873, 5810, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 4420, 6630, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 5048, 7573, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 5771, 8657, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 6604, 9906, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 7564, 11346, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["IceStrikePlayer"] = { - name = "Ice Strike", - baseTypeName = "Ice Strike", +skills["ImpurityPlayer"] = { + name = "Impurity", + baseTypeName = "Impurity", + fromItem = true, color = 3, - description = "Perform a fast icy Strike. Using this Attack three times in quick succession causes a final strike that is slower and more powerful.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.PerformsFinalStrike] = true, [SkillType.QuarterstaffSkill] = true, }, - weaponTypes = { - ["Staff"] = true, - }, - castTime = 1, + description = "Emit an Aura that boosts the Chaos Resistance of you and Allies in your Presence.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Chaos] = true, [SkillType.AffectsPresence] = true, }, + castTime = 0, qualityStats = { - { "active_skill_attack_speed_+%_final", 0.5 }, + { "base_skill_buff_chaos_damage_resistance_%_to_apply", 0.3 }, }, levels = { - [1] = { attackSpeedMultiplier = 40, baseMultiplier = 0.6, levelRequirement = 0, cost = { Mana = 5, }, }, - [2] = { attackSpeedMultiplier = 40, baseMultiplier = 0.66, levelRequirement = 3, cost = { Mana = 6, }, }, - [3] = { attackSpeedMultiplier = 40, baseMultiplier = 0.73, levelRequirement = 6, cost = { Mana = 6, }, }, - [4] = { attackSpeedMultiplier = 40, baseMultiplier = 0.79, levelRequirement = 10, cost = { Mana = 7, }, }, - [5] = { attackSpeedMultiplier = 40, baseMultiplier = 0.85, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { attackSpeedMultiplier = 40, baseMultiplier = 0.92, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { attackSpeedMultiplier = 40, baseMultiplier = 0.98, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { attackSpeedMultiplier = 40, baseMultiplier = 1.04, levelRequirement = 26, cost = { Mana = 11, }, }, - [9] = { attackSpeedMultiplier = 40, baseMultiplier = 1.09, levelRequirement = 31, cost = { Mana = 12, }, }, - [10] = { attackSpeedMultiplier = 40, baseMultiplier = 1.15, levelRequirement = 36, cost = { Mana = 13, }, }, - [11] = { attackSpeedMultiplier = 40, baseMultiplier = 1.21, levelRequirement = 41, cost = { Mana = 15, }, }, - [12] = { attackSpeedMultiplier = 40, baseMultiplier = 1.27, levelRequirement = 46, cost = { Mana = 17, }, }, - [13] = { attackSpeedMultiplier = 40, baseMultiplier = 1.33, levelRequirement = 52, cost = { Mana = 18, }, }, - [14] = { attackSpeedMultiplier = 40, baseMultiplier = 1.4, levelRequirement = 58, cost = { Mana = 20, }, }, - [15] = { attackSpeedMultiplier = 40, baseMultiplier = 1.47, levelRequirement = 64, cost = { Mana = 23, }, }, - [16] = { attackSpeedMultiplier = 40, baseMultiplier = 1.54, levelRequirement = 66, cost = { Mana = 25, }, }, - [17] = { attackSpeedMultiplier = 40, baseMultiplier = 1.62, levelRequirement = 72, cost = { Mana = 28, }, }, - [18] = { attackSpeedMultiplier = 40, baseMultiplier = 1.7, levelRequirement = 78, cost = { Mana = 31, }, }, - [19] = { attackSpeedMultiplier = 40, baseMultiplier = 1.78, levelRequirement = 84, cost = { Mana = 34, }, }, - [20] = { attackSpeedMultiplier = 40, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 38, }, }, - [21] = { attackSpeedMultiplier = 40, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 42, }, }, - [22] = { attackSpeedMultiplier = 40, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 47, }, }, - [23] = { attackSpeedMultiplier = 40, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 52, }, }, - [24] = { attackSpeedMultiplier = 40, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 58, }, }, - [25] = { attackSpeedMultiplier = 40, baseMultiplier = 2.39, levelRequirement = 90, cost = { Mana = 64, }, }, - [26] = { attackSpeedMultiplier = 40, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 71, }, }, - [27] = { attackSpeedMultiplier = 40, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 79, }, }, - [28] = { attackSpeedMultiplier = 40, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 88, }, }, - [29] = { attackSpeedMultiplier = 40, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 97, }, }, - [30] = { attackSpeedMultiplier = 40, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 108, }, }, - [31] = { attackSpeedMultiplier = 40, baseMultiplier = 3.2, levelRequirement = 90, cost = { Mana = 119, }, }, - [32] = { attackSpeedMultiplier = 40, baseMultiplier = 3.36, levelRequirement = 90, cost = { Mana = 132, }, }, - [33] = { attackSpeedMultiplier = 40, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 147, }, }, - [34] = { attackSpeedMultiplier = 40, baseMultiplier = 3.71, levelRequirement = 90, cost = { Mana = 163, }, }, - [35] = { attackSpeedMultiplier = 40, baseMultiplier = 3.89, levelRequirement = 90, cost = { Mana = 180, }, }, - [36] = { attackSpeedMultiplier = 40, baseMultiplier = 4.08, levelRequirement = 90, cost = { Mana = 200, }, }, - [37] = { attackSpeedMultiplier = 40, baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 221, }, }, - [38] = { attackSpeedMultiplier = 40, baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 245, }, }, - [39] = { attackSpeedMultiplier = 40, baseMultiplier = 4.73, levelRequirement = 90, cost = { Mana = 272, }, }, - [40] = { attackSpeedMultiplier = 40, baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 301, }, }, + [1] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 0, }, + [2] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 3, }, + [3] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 6, }, + [4] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 10, }, + [5] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 14, }, + [6] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 18, }, + [7] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 22, }, + [8] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 26, }, + [9] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 31, }, + [10] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 36, }, + [11] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 41, }, + [12] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 46, }, + [13] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 52, }, + [14] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 58, }, + [15] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 64, }, + [16] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 66, }, + [17] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 72, }, + [18] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 78, }, + [19] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 84, }, + [20] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [21] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [22] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [23] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [24] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [25] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [26] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [27] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [28] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [29] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [30] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [31] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [32] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [33] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [34] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [35] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [36] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [37] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [38] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [39] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, + [40] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, }, statSets = { [1] = { - label = "Normal Strikes", + label = "Impurity", incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - attack = true, - area = true, - melee = true, - }, - constantStats = { - { "melee_conditional_step_distance", 10 }, - { "statset_index_for_final_animation_combo_index", 1 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, - { "base_melee_dash_range", 30 }, - }, - stats = { - "is_area_damage", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + statDescriptionScope = "chaos_resist_aura", + statMap = { + ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { + mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + }, }, - }, - [2] = { - label = "Third Strike", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "skill_stat_descriptions", baseFlags = { - attack = true, + spell = true, + aura = true, area = true, - melee = true, }, constantStats = { - { "melee_conditional_step_distance", 10 }, - { "statset_index_for_final_animation_combo_index", 1 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, - { "base_melee_dash_range", 30 }, - { "supplementary_stat_container_attack_speed_+%_final", -50 }, - { "melee_range_+", 7 }, + { "skill_desired_amount_override", 1 }, }, stats = { - "is_area_damage", - "display_statset_is_final_strike", + "base_skill_buff_chaos_damage_resistance_%_to_apply", + "base_deal_no_damage", }, levels = { - [1] = { baseMultiplier = 1.3, actorLevel = 1, }, - [2] = { baseMultiplier = 1.43, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.57, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.71, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.85, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.99, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 2.13, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 2.26, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.37, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.49, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.61, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.74, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.88, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 3.03, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 3.18, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 3.34, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 3.5, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.68, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 3.86, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 4.05, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 4.26, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 4.47, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 4.69, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 4.93, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 5.17, actorLevel = 136.875, }, - [26] = { baseMultiplier = 5.43, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 5.71, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 5.99, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 6.29, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 6.6, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 6.93, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 7.28, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 7.65, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 8.03, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 8.43, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 8.85, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 9.29, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 9.76, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 10.25, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 10.76, actorLevel = 288.29998779297, }, + [1] = { 10, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 11, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 12, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 16, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 17, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 18, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 19, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 21, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 22, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 23, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 24, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 25, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 26, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 27, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 28, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 29, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 30, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 31, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 32, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 33, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 34, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 35, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 36, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 37, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 38, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 39, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 40, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 41, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 42, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 43, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 44, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 45, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 46, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 47, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 48, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 49, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -10495,60 +12607,60 @@ skills["IncineratePlayer"] = { name = "Incinerate", baseTypeName = "Incinerate", color = 3, - description = "Conjure a torrent of Fire from your hand, Igniting enemies in front of you. The flames grow stronger the longer you Channel for, and at maximum strength also apply stacking Fire Exposure and creating Ignited Ground.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Sustained] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.GainsStages] = true, }, + description = "Gain fuel by spending Mana on any Skill, then use the accumulated fuel to conjure a torrent of Fire from your hand, Igniting enemies in front of you. The flames grow stronger the longer you Channel. Consumes a Fire Infusion if possible to also create Ignited Ground.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Totemable] = true, [SkillType.Fire] = true, [SkillType.Channel] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Sustained] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.GainsStages] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.25, qualityStats = { { "base_ignite_effect_+%", 1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { ManaPerMinute = 304, }, }, - [2] = { levelRequirement = 3, cost = { ManaPerMinute = 344, }, }, - [3] = { levelRequirement = 6, cost = { ManaPerMinute = 389, }, }, - [4] = { levelRequirement = 10, cost = { ManaPerMinute = 440, }, }, - [5] = { levelRequirement = 14, cost = { ManaPerMinute = 498, }, }, - [6] = { levelRequirement = 18, cost = { ManaPerMinute = 564, }, }, - [7] = { levelRequirement = 22, cost = { ManaPerMinute = 638, }, }, - [8] = { levelRequirement = 26, cost = { ManaPerMinute = 722, }, }, - [9] = { levelRequirement = 31, cost = { ManaPerMinute = 817, }, }, - [10] = { levelRequirement = 36, cost = { ManaPerMinute = 925, }, }, - [11] = { levelRequirement = 41, cost = { ManaPerMinute = 1047, }, }, - [12] = { levelRequirement = 46, cost = { ManaPerMinute = 1185, }, }, - [13] = { levelRequirement = 52, cost = { ManaPerMinute = 1341, }, }, - [14] = { levelRequirement = 58, cost = { ManaPerMinute = 1518, }, }, - [15] = { levelRequirement = 64, cost = { ManaPerMinute = 1718, }, }, - [16] = { levelRequirement = 66, cost = { ManaPerMinute = 1944, }, }, - [17] = { levelRequirement = 72, cost = { ManaPerMinute = 2200, }, }, - [18] = { levelRequirement = 78, cost = { ManaPerMinute = 2490, }, }, - [19] = { levelRequirement = 84, cost = { ManaPerMinute = 2818, }, }, - [20] = { levelRequirement = 90, cost = { ManaPerMinute = 3189, }, }, - [21] = { levelRequirement = 90, cost = { ManaPerMinute = 3609, }, }, - [22] = { levelRequirement = 90, cost = { ManaPerMinute = 4085, }, }, - [23] = { levelRequirement = 90, cost = { ManaPerMinute = 4623, }, }, - [24] = { levelRequirement = 90, cost = { ManaPerMinute = 5232, }, }, - [25] = { levelRequirement = 90, cost = { ManaPerMinute = 5921, }, }, - [26] = { levelRequirement = 90, cost = { ManaPerMinute = 6701, }, }, - [27] = { levelRequirement = 90, cost = { ManaPerMinute = 7583, }, }, - [28] = { levelRequirement = 90, cost = { ManaPerMinute = 8582, }, }, - [29] = { levelRequirement = 90, cost = { ManaPerMinute = 9712, }, }, - [30] = { levelRequirement = 90, cost = { ManaPerMinute = 10992, }, }, - [31] = { levelRequirement = 90, cost = { ManaPerMinute = 12439, }, }, - [32] = { levelRequirement = 90, cost = { ManaPerMinute = 14078, }, }, - [33] = { levelRequirement = 90, cost = { ManaPerMinute = 15932, }, }, - [34] = { levelRequirement = 90, cost = { ManaPerMinute = 18030, }, }, - [35] = { levelRequirement = 90, cost = { ManaPerMinute = 20405, }, }, - [36] = { levelRequirement = 90, cost = { ManaPerMinute = 23092, }, }, - [37] = { levelRequirement = 90, cost = { ManaPerMinute = 26133, }, }, - [38] = { levelRequirement = 90, cost = { ManaPerMinute = 29575, }, }, - [39] = { levelRequirement = 90, cost = { ManaPerMinute = 33470, }, }, - [40] = { levelRequirement = 90, cost = { ManaPerMinute = 37878, }, }, + [1] = { critChance = 6, levelRequirement = 0, }, + [2] = { critChance = 6, levelRequirement = 3, }, + [3] = { critChance = 6, levelRequirement = 6, }, + [4] = { critChance = 6, levelRequirement = 10, }, + [5] = { critChance = 6, levelRequirement = 14, }, + [6] = { critChance = 6, levelRequirement = 18, }, + [7] = { critChance = 6, levelRequirement = 22, }, + [8] = { critChance = 6, levelRequirement = 26, }, + [9] = { critChance = 6, levelRequirement = 31, }, + [10] = { critChance = 6, levelRequirement = 36, }, + [11] = { critChance = 6, levelRequirement = 41, }, + [12] = { critChance = 6, levelRequirement = 46, }, + [13] = { critChance = 6, levelRequirement = 52, }, + [14] = { critChance = 6, levelRequirement = 58, }, + [15] = { critChance = 6, levelRequirement = 64, }, + [16] = { critChance = 6, levelRequirement = 66, }, + [17] = { critChance = 6, levelRequirement = 72, }, + [18] = { critChance = 6, levelRequirement = 78, }, + [19] = { critChance = 6, levelRequirement = 84, }, + [20] = { critChance = 6, levelRequirement = 90, }, + [21] = { critChance = 6, levelRequirement = 90, }, + [22] = { critChance = 6, levelRequirement = 90, }, + [23] = { critChance = 6, levelRequirement = 90, }, + [24] = { critChance = 6, levelRequirement = 90, }, + [25] = { critChance = 6, levelRequirement = 90, }, + [26] = { critChance = 6, levelRequirement = 90, }, + [27] = { critChance = 6, levelRequirement = 90, }, + [28] = { critChance = 6, levelRequirement = 90, }, + [29] = { critChance = 6, levelRequirement = 90, }, + [30] = { critChance = 6, levelRequirement = 90, }, + [31] = { critChance = 6, levelRequirement = 90, }, + [32] = { critChance = 6, levelRequirement = 90, }, + [33] = { critChance = 6, levelRequirement = 90, }, + [34] = { critChance = 6, levelRequirement = 90, }, + [35] = { critChance = 6, levelRequirement = 90, }, + [36] = { critChance = 6, levelRequirement = 90, }, + [37] = { critChance = 6, levelRequirement = 90, }, + [38] = { critChance = 6, levelRequirement = 90, }, + [39] = { critChance = 6, levelRequirement = 90, }, + [40] = { critChance = 6, levelRequirement = 90, }, }, statSets = { [1] = { label = "Incinerate", - baseEffectiveness = 3.1500000953674, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 3.9000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "incinerate_player_statset_0", baseFlags = { spell = true, @@ -10557,70 +12669,77 @@ skills["IncineratePlayer"] = { }, constantStats = { { "incinerate_cone_angle", 20 }, - { "active_skill_base_area_of_effect_radius", 46 }, - { "base_skill_effect_duration", 8000 }, - { "incinerate_maximum_exposure_magnitude", 50 }, - { "incinerate_maximum_stages", 8 }, + { "active_skill_base_area_of_effect_radius", 58 }, + { "incinerate_maximum_stages", 12 }, { "base_minimum_channel_time_ms", 600 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_ignite_duration_+%_final", -25 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_ignite_duration_+%_final", -50 }, { "active_skill_override_turn_duration_ms", 360 }, - { "incinerate_damage_+%_final_per_stage", 40 }, + { "incinerate_damage_+%_final_per_stage", 30 }, { "active_skill_energy_generated_+%_final", -98 }, + { "incinerate_minimum_fuel_to_use", 1000 }, + { "incinerate_gain_stage_every_x_ms", 250 }, + { "incinerate_maximum_fuel", 10000 }, + { "active_skill_ignite_chance_+%_final", -80 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", - "incinerate_buff_exposure_-_to_total_fire_resistance_per_stack", + "incinerate_fuel_gain_per_mana_spent", "is_area_damage", "can_perform_skill_while_moving", - "channel_start_lock_cancelling_scales_with_cast_speed", - "cast_speed_modifiers_apply_to_over_time_cost", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_fire_infusion", + "no_mana_cost", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { - [1] = { 10, 15, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 13, 20, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 19, 28, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 24, 36, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 31, 46, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 38, 57, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 46, 70, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 56, 83, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 66, 99, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 78, 116, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 91, 136, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 105, 158, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 122, 183, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 141, 211, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 161, 242, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 185, 278, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 212, 317, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 242, 362, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 275, 413, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 314, 470, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 357, 535, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 406, 608, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 461, 691, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 524, 785, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 595, 892, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 675, 1013, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 767, 1151, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 872, 1307, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 991, 1486, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1126, 1689, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1281, 1922, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1458, 2187, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1660, 2491, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1892, 2838, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2158, 3237, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2463, 3694, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2813, 4220, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3216, 4824, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 3681, 5521, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4216, 6324, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 12, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 16, 25, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 22, 34, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 29, 44, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 37, 56, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 46, 69, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 56, 84, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 67, 101, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 80, 120, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 95, 142, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 112, 167, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 130, 196, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 152, 228, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 176, 265, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 204, 306, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 236, 354, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 272, 408, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 313, 470, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 360, 541, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 414, 622, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 476, 714, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 547, 820, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 628, 942, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 721, 1082, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 829, 1243, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 952, 1428, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1095, 1642, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1259, 1888, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1449, 2173, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1669, 2503, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1923, 2885, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2219, 3328, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2562, 3843, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2962, 4442, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3427, 5140, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3970, 5954, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 4604, 6906, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 5346, 8019, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 6215, 9322, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 7235, 10852, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { @@ -10634,71 +12753,78 @@ skills["IncineratePlayer"] = { }, constantStats = { { "incinerate_cone_angle", 20 }, - { "active_skill_base_area_of_effect_radius", 46 }, - { "incinerate_maximum_exposure_magnitude", 50 }, - { "incinerate_maximum_stages", 8 }, + { "active_skill_base_area_of_effect_radius", 58 }, + { "incinerate_maximum_stages", 12 }, { "base_minimum_channel_time_ms", 600 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_override_turn_duration_ms", 360 }, - { "incinerate_damage_+%_final_per_stage", 40 }, + { "incinerate_damage_+%_final_per_stage", 30 }, { "active_skill_energy_generated_+%_final", -98 }, + { "incinerate_minimum_fuel_to_use", 1000 }, + { "incinerate_gain_stage_every_x_ms", 250 }, + { "incinerate_maximum_fuel", 10000 }, { "base_skill_effect_duration", 4000 }, - { "active_skill_base_secondary_area_of_effect_radius", 8 }, + { "active_skill_base_secondary_area_of_effect_radius", 14 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", - "incinerate_buff_exposure_-_to_total_fire_resistance_per_stack", + "incinerate_fuel_gain_per_mana_spent", "is_area_damage", "can_perform_skill_while_moving", - "channel_start_lock_cancelling_scales_with_cast_speed", - "cast_speed_modifiers_apply_to_over_time_cost", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", + "active_skill_consumes_a_fire_infusion", + "no_mana_cost", "display_statset_hide_usage_stats", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 10, 15, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 13, 20, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 19, 28, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 24, 36, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 31, 46, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 38, 57, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 46, 70, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 56, 83, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 66, 99, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 78, 116, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 91, 136, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 105, 158, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 122, 183, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 141, 211, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 161, 242, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 185, 278, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 212, 317, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 242, 362, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 275, 413, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 314, 470, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 357, 535, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 406, 608, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 461, 691, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 524, 785, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 595, 892, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 675, 1013, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 767, 1151, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 872, 1307, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 991, 1486, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1126, 1689, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1281, 1922, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1458, 2187, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1660, 2491, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1892, 2838, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2158, 3237, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2463, 3694, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2813, 4220, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3216, 4824, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 3681, 5521, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4216, 6324, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 12, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 16, 25, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 22, 34, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 29, 44, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 37, 56, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 46, 69, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 56, 84, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 67, 101, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 80, 120, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 95, 142, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 112, 167, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 130, 196, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 152, 228, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 176, 265, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 204, 306, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 236, 354, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 272, 408, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 313, 470, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 360, 541, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 414, 622, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 476, 714, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 547, 820, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 628, 942, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 721, 1082, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 829, 1243, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 952, 1428, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1095, 1642, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1259, 1888, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1449, 2173, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1669, 2503, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1923, 2885, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2219, 3328, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2562, 3843, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2962, 4442, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3427, 5140, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3970, 5954, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 4604, 6906, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 5346, 8019, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 6215, 9322, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 7235, 10852, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -10707,10 +12833,9 @@ skills["KillingPalmPlayer"] = { name = "Killing Palm", baseTypeName = "Killing Palm", color = 3, - description = "Dash to an enemy and Strike them with an unarmed Attack, Culling enemies if their life is low enough. Each enemy killed by this strike grants a Power Charge. Enemies around you that can be Culled will be highlighted. This skill always Strikes with your bare fist, even if you have a Quarterstaff equipped.", - skillTypes = { [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.GeneratesCharges] = true, [SkillType.Palm] = true, }, + description = "Dash to an enemy and Strike them, Culling enemies if their life is low enough. Each enemy killed by this strike grants a Power Charge, with higher Rarity monsters granting additional Charges. Enemies around you that can be Culled will be highlighted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.GeneratesCharges] = true, [SkillType.Palm] = true, [SkillType.NoAttackInPlace] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { - ["None"] = true, ["Staff"] = true, }, castTime = 1, @@ -10720,51 +12845,50 @@ skills["KillingPalmPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.9, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.99, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 1.09, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.28, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.47, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.56, levelRequirement = 26, cost = { Mana = 13, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.64, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.72, levelRequirement = 36, cost = { Mana = 16, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.81, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.9, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 22, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 2.09, levelRequirement = 58, cost = { Mana = 24, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.2, levelRequirement = 64, cost = { Mana = 27, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.31, levelRequirement = 66, cost = { Mana = 29, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 1.09, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.28, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.47, levelRequirement = 22, cost = { Mana = 13, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.56, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.64, levelRequirement = 31, cost = { Mana = 16, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.72, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.81, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.9, levelRequirement = 46, cost = { Mana = 21, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 23, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 2.09, levelRequirement = 58, cost = { Mana = 25, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.2, levelRequirement = 64, cost = { Mana = 28, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.31, levelRequirement = 66, cost = { Mana = 30, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 2.42, levelRequirement = 72, cost = { Mana = 33, }, }, [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.55, levelRequirement = 78, cost = { Mana = 36, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.67, levelRequirement = 84, cost = { Mana = 40, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.81, levelRequirement = 90, cost = { Mana = 45, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 50, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 55, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 61, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.41, levelRequirement = 90, cost = { Mana = 68, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.58, levelRequirement = 90, cost = { Mana = 75, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.76, levelRequirement = 90, cost = { Mana = 83, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.95, levelRequirement = 90, cost = { Mana = 92, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 102, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 4.35, levelRequirement = 90, cost = { Mana = 113, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.57, levelRequirement = 90, cost = { Mana = 126, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.8, levelRequirement = 90, cost = { Mana = 139, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 5.04, levelRequirement = 90, cost = { Mana = 154, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 5.29, levelRequirement = 90, cost = { Mana = 171, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 5.56, levelRequirement = 90, cost = { Mana = 190, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.84, levelRequirement = 90, cost = { Mana = 210, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 6.13, levelRequirement = 90, cost = { Mana = 233, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 6.43, levelRequirement = 90, cost = { Mana = 258, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6.76, levelRequirement = 90, cost = { Mana = 286, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 7.09, levelRequirement = 90, cost = { Mana = 317, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 7.45, levelRequirement = 90, cost = { Mana = 352, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.67, levelRequirement = 84, cost = { Mana = 38, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.81, levelRequirement = 90, cost = { Mana = 42, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 45, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 49, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 52, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.41, levelRequirement = 90, cost = { Mana = 56, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.58, levelRequirement = 90, cost = { Mana = 60, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.76, levelRequirement = 90, cost = { Mana = 65, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.95, levelRequirement = 90, cost = { Mana = 70, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 75, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 4.35, levelRequirement = 90, cost = { Mana = 80, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.57, levelRequirement = 90, cost = { Mana = 86, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.8, levelRequirement = 90, cost = { Mana = 92, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 5.04, levelRequirement = 90, cost = { Mana = 98, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 5.29, levelRequirement = 90, cost = { Mana = 105, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 5.56, levelRequirement = 90, cost = { Mana = 112, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.84, levelRequirement = 90, cost = { Mana = 119, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 6.13, levelRequirement = 90, cost = { Mana = 127, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 6.43, levelRequirement = 90, cost = { Mana = 136, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6.76, levelRequirement = 90, cost = { Mana = 144, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 7.09, levelRequirement = 90, cost = { Mana = 154, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 7.45, levelRequirement = 90, cost = { Mana = 164, }, }, }, statSets = { [1] = { label = "Killing Palm", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "skill_stat_descriptions", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "killing_palm", baseFlags = { attack = true, area = true, @@ -10774,59 +12898,61 @@ skills["KillingPalmPlayer"] = { constantStats = { { "melee_conditional_step_distance", 10 }, { "base_melee_dash_range", 65 }, - { "additional_base_critical_strike_chance", 700 }, { "active_skill_generic_grace_period_time_ms", 100 }, + { "skill_grant_X_power_charges_against_normal_and_magic_monsters", 1 }, + { "skill_grant_X_power_charges_against_rare_monsters", 2 }, + { "skill_grant_X_power_charges_against_unique_monsters", 3 }, }, stats = { - "attack_minimum_added_physical_damage", - "attack_maximum_added_physical_damage", "kill_enemy_on_hit_if_under_10%_life", "active_skill_show_cull_range", "skill_can_add_multiple_charges_per_action", "global_always_hit", "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 4, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -10837,7 +12963,7 @@ skills["LightningBoltPlayer"] = { fromItem = true, color = 3, description = "Call down a Shocking bolt of Lightning to strike enemies in a small area.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.85, qualityStats = { { "active_skill_shock_chance_+%_final", 2 }, @@ -10887,9 +13013,134 @@ skills["LightningBoltPlayer"] = { statSets = { [1] = { label = "Lightning Bolt", - baseEffectiveness = 2.2999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 2.5599999427795, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "lightning_bolt", + baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "active_skill_shock_chance_+%_final", 200 }, + { "active_skill_base_area_of_effect_radius", 8 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "is_area_damage", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, + levels = { + [1] = { 3, 13, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 19, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 27, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 36, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 4, 48, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 4, 61, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 4, 77, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 5, 94, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6, 114, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7, 137, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 9, 164, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 10, 191, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 12, 221, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 13, 254, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 15, 292, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 18, 334, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 20, 382, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 23, 436, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 26, 496, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 30, 565, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 34, 642, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 38, 730, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 44, 830, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 50, 942, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 56, 1070, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 64, 1215, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 73, 1380, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 82, 1567, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 94, 1781, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 107, 2024, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 121, 2302, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 138, 2620, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 157, 2983, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 179, 3399, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 204, 3876, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 233, 4424, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 266, 5053, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 304, 5776, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 348, 6610, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 398, 7571, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["UniqueBreachLightningBoltPlayer"] = { + name = "Lightning Bolt", + baseTypeName = "Lightning Bolt", + fromItem = true, + color = 3, + description = "Call down a Shocking bolt of Lightning to strike enemies in a small area.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cooldown] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.85, + qualityStats = { + }, + levels = { + [1] = { critChance = 10, storedUses = 1, levelRequirement = 0, cooldown = 0.5, cost = { Mana = 0, }, }, + [2] = { critChance = 10, storedUses = 1, levelRequirement = 3, cooldown = 0.5, cost = { Mana = 0, }, }, + [3] = { critChance = 10, storedUses = 1, levelRequirement = 6, cooldown = 0.5, cost = { Mana = 0, }, }, + [4] = { critChance = 10, storedUses = 1, levelRequirement = 10, cooldown = 0.5, cost = { Mana = 0, }, }, + [5] = { critChance = 10, storedUses = 1, levelRequirement = 14, cooldown = 0.5, cost = { Mana = 0, }, }, + [6] = { critChance = 10, storedUses = 1, levelRequirement = 18, cooldown = 0.5, cost = { Mana = 0, }, }, + [7] = { critChance = 10, storedUses = 1, levelRequirement = 22, cooldown = 0.5, cost = { Mana = 0, }, }, + [8] = { critChance = 10, storedUses = 1, levelRequirement = 26, cooldown = 0.5, cost = { Mana = 0, }, }, + [9] = { critChance = 10, storedUses = 1, levelRequirement = 31, cooldown = 0.5, cost = { Mana = 0, }, }, + [10] = { critChance = 10, storedUses = 1, levelRequirement = 36, cooldown = 0.5, cost = { Mana = 0, }, }, + [11] = { critChance = 10, storedUses = 1, levelRequirement = 41, cooldown = 0.5, cost = { Mana = 0, }, }, + [12] = { critChance = 10, storedUses = 1, levelRequirement = 46, cooldown = 0.5, cost = { Mana = 0, }, }, + [13] = { critChance = 10, storedUses = 1, levelRequirement = 52, cooldown = 0.5, cost = { Mana = 0, }, }, + [14] = { critChance = 10, storedUses = 1, levelRequirement = 58, cooldown = 0.5, cost = { Mana = 0, }, }, + [15] = { critChance = 10, storedUses = 1, levelRequirement = 64, cooldown = 0.5, cost = { Mana = 0, }, }, + [16] = { critChance = 10, storedUses = 1, levelRequirement = 66, cooldown = 0.5, cost = { Mana = 0, }, }, + [17] = { critChance = 10, storedUses = 1, levelRequirement = 72, cooldown = 0.5, cost = { Mana = 0, }, }, + [18] = { critChance = 10, storedUses = 1, levelRequirement = 78, cooldown = 0.5, cost = { Mana = 0, }, }, + [19] = { critChance = 10, storedUses = 1, levelRequirement = 84, cooldown = 0.5, cost = { Mana = 0, }, }, + [20] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [21] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [22] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [23] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [24] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [25] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [26] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [27] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [28] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [29] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [30] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [31] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [32] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [33] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [34] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [35] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [36] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [37] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [38] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [39] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + [40] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Lightning Bolt", + baseEffectiveness = 2.5599999427795, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "lightning_bolt", baseFlags = { spell = true, @@ -10900,7 +13151,8 @@ skills["LightningBoltPlayer"] = { { "active_skill_base_area_of_effect_radius", 8 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "triggered_on_critical_strike_%", 100 }, }, stats = { "spell_minimum_base_lightning_damage", @@ -10908,47 +13160,51 @@ skills["LightningBoltPlayer"] = { "is_area_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { - [1] = { 1, 17, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1, 23, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 2, 32, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 2, 42, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 3, 53, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 3, 65, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 4, 78, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 5, 93, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6, 110, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 7, 128, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 8, 149, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 9, 172, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 10, 197, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 12, 225, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 13, 256, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 15, 291, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 17, 330, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 20, 373, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 22, 422, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 25, 475, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 28, 535, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 32, 602, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 36, 677, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 40, 760, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 45, 854, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 50, 958, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 57, 1075, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 64, 1207, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 71, 1354, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 80, 1519, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, 1705, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 101, 1914, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 113, 2150, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 127, 2415, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 143, 2714, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 161, 3051, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 181, 3433, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 203, 3864, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 229, 4352, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 258, 4905, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 13, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 19, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 27, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 36, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 4, 48, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 4, 61, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 4, 77, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 5, 94, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6, 114, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7, 137, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 9, 164, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 10, 191, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 12, 221, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 13, 254, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 15, 292, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 18, 334, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 20, 382, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 23, 436, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 26, 496, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 30, 565, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 34, 642, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 38, 730, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 44, 830, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 50, 942, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 56, 1070, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 64, 1215, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 73, 1380, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 82, 1567, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 94, 1781, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 107, 2024, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 121, 2302, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 138, 2620, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 157, 2983, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 179, 3399, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 204, 3876, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 233, 4424, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 266, 5053, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 304, 5776, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 348, 6610, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 398, 7571, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -10957,60 +13213,60 @@ skills["LightningConduitPlayer"] = { name = "Lightning Conduit", baseTypeName = "Lightning Conduit", color = 3, - description = "Call down lightning to hit all enemies in a cone in front of you. Deals significantly more damage to Shocked enemies but Consumes Shock from them after damaging them. If a Shock is Consumed, additional lightning bolts are distributed among the targets hit. Targeting close to you will cause you to jump back as you cast.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.SkillConsumesShock] = true, [SkillType.CanRapidFire] = true, }, + description = "Call down Lightning to hit all enemies in a cone in front of you, dealing significantly more damage to Shocked enemies. If there is a Shocked enemy in the target area, additional lightning bolts are distributed among the targets hit. Targeting close to you will cause you to jump back as you cast.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Cooldown] = true, }, castTime = 1, qualityStats = { - { "reapply_enemy_shock_on_consuming_enemy_shock_chance_%", 1 }, + { "lightning_conduit_damage_+%_final_per_5%_increased_damage_taken_from_shock", 0.25 }, }, levels = { - [1] = { critChance = 10, levelRequirement = 0, cost = { Mana = 17, }, }, - [2] = { critChance = 10, levelRequirement = 3, cost = { Mana = 19, }, }, - [3] = { critChance = 10, levelRequirement = 6, cost = { Mana = 22, }, }, - [4] = { critChance = 10, levelRequirement = 10, cost = { Mana = 25, }, }, - [5] = { critChance = 10, levelRequirement = 14, cost = { Mana = 28, }, }, - [6] = { critChance = 10, levelRequirement = 18, cost = { Mana = 32, }, }, - [7] = { critChance = 10, levelRequirement = 22, cost = { Mana = 36, }, }, - [8] = { critChance = 10, levelRequirement = 26, cost = { Mana = 41, }, }, - [9] = { critChance = 10, levelRequirement = 31, cost = { Mana = 47, }, }, - [10] = { critChance = 10, levelRequirement = 36, cost = { Mana = 53, }, }, - [11] = { critChance = 10, levelRequirement = 41, cost = { Mana = 60, }, }, - [12] = { critChance = 10, levelRequirement = 46, cost = { Mana = 68, }, }, - [13] = { critChance = 10, levelRequirement = 52, cost = { Mana = 77, }, }, - [14] = { critChance = 10, levelRequirement = 58, cost = { Mana = 87, }, }, - [15] = { critChance = 10, levelRequirement = 64, cost = { Mana = 99, }, }, - [16] = { critChance = 10, levelRequirement = 66, cost = { Mana = 112, }, }, - [17] = { critChance = 10, levelRequirement = 72, cost = { Mana = 127, }, }, - [18] = { critChance = 10, levelRequirement = 78, cost = { Mana = 143, }, }, - [19] = { critChance = 10, levelRequirement = 84, cost = { Mana = 162, }, }, - [20] = { critChance = 10, levelRequirement = 90, cost = { Mana = 184, }, }, - [21] = { critChance = 10, levelRequirement = 90, cost = { Mana = 208, }, }, - [22] = { critChance = 10, levelRequirement = 90, cost = { Mana = 235, }, }, - [23] = { critChance = 10, levelRequirement = 90, cost = { Mana = 266, }, }, - [24] = { critChance = 10, levelRequirement = 90, cost = { Mana = 302, }, }, - [25] = { critChance = 10, levelRequirement = 90, cost = { Mana = 341, }, }, - [26] = { critChance = 10, levelRequirement = 90, cost = { Mana = 386, }, }, - [27] = { critChance = 10, levelRequirement = 90, cost = { Mana = 437, }, }, - [28] = { critChance = 10, levelRequirement = 90, cost = { Mana = 495, }, }, - [29] = { critChance = 10, levelRequirement = 90, cost = { Mana = 560, }, }, - [30] = { critChance = 10, levelRequirement = 90, cost = { Mana = 634, }, }, - [31] = { critChance = 10, levelRequirement = 90, cost = { Mana = 718, }, }, - [32] = { critChance = 10, levelRequirement = 90, cost = { Mana = 812, }, }, - [33] = { critChance = 10, levelRequirement = 90, cost = { Mana = 919, }, }, - [34] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1040, }, }, - [35] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1177, }, }, - [36] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1333, }, }, - [37] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1508, }, }, - [38] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1707, }, }, - [39] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1932, }, }, - [40] = { critChance = 10, levelRequirement = 90, cost = { Mana = 2186, }, }, + [1] = { critChance = 10, storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 19, }, }, + [2] = { critChance = 10, storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 22, }, }, + [3] = { critChance = 10, storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 26, }, }, + [4] = { critChance = 10, storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 30, }, }, + [5] = { critChance = 10, storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 35, }, }, + [6] = { critChance = 10, storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 40, }, }, + [7] = { critChance = 10, storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 46, }, }, + [8] = { critChance = 10, storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 52, }, }, + [9] = { critChance = 10, storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 59, }, }, + [10] = { critChance = 10, storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 66, }, }, + [11] = { critChance = 10, storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 75, }, }, + [12] = { critChance = 10, storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 84, }, }, + [13] = { critChance = 10, storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 94, }, }, + [14] = { critChance = 10, storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 105, }, }, + [15] = { critChance = 10, storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 117, }, }, + [16] = { critChance = 10, storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 130, }, }, + [17] = { critChance = 10, storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 144, }, }, + [18] = { critChance = 10, storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 159, }, }, + [19] = { critChance = 10, storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 176, }, }, + [20] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 195, }, }, + [21] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 215, }, }, + [22] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 236, }, }, + [23] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 260, }, }, + [24] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 286, }, }, + [25] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 314, }, }, + [26] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 345, }, }, + [27] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 378, }, }, + [28] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 414, }, }, + [29] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 453, }, }, + [30] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 496, }, }, + [31] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 542, }, }, + [32] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 592, }, }, + [33] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 646, }, }, + [34] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 705, }, }, + [35] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 769, }, }, + [36] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 838, }, }, + [37] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 913, }, }, + [38] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 994, }, }, + [39] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1081, }, }, + [40] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1176, }, }, }, statSets = { [1] = { label = "Lightning Conduit", - baseEffectiveness = 1.8200000524521, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 2.8499999046326, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "lightning_conduit", statMap = { ["consume_enemy_shock_to_gain_damage_+%_final_per_5%_increased_damage_taken_from_shock"] = { @@ -11024,7 +13280,7 @@ skills["LightningConduitPlayer"] = { { "range_backflip_conditional_distance", 30 }, { "total_cast_time_+_ms", 1000 }, { "active_skill_base_area_of_effect_radius", 100 }, - { "consume_enemy_shock_to_gain_damage_+%_final_per_5%_increased_damage_taken_from_shock", 20 }, + { "lightning_conduit_damage_+%_final_per_5%_increased_damage_taken_from_shock", 20 }, }, stats = { "spell_minimum_base_lightning_damage", @@ -11032,47 +13288,51 @@ skills["LightningConduitPlayer"] = { "lightning_conduit_x_additional_strikes_if_consumed_a_shock", "never_shock", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { - [1] = { 4, 11, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 5, 14, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 7, 20, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, 26, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 11, 33, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 13, 40, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 16, 49, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 19, 58, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 23, 69, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, 80, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 31, 93, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 36, 107, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 41, 123, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 47, 141, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 53, 160, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 61, 182, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 69, 206, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 78, 233, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 88, 263, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 99, 297, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 334, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 125, 376, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 141, 423, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 158, 475, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 178, 533, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 200, 599, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 224, 672, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 251, 754, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 282, 846, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 316, 949, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 355, 1065, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 399, 1196, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 448, 1343, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 503, 1509, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 565, 1695, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 635, 1906, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 715, 2144, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 805, 2414, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 906, 2719, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1021, 3064, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 6, 17, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 7, 22, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 31, 1, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, 40, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 17, 51, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 21, 63, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 77, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 31, 92, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 37, 110, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 43, 130, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 51, 153, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 60, 179, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 69, 208, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 81, 242, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 93, 280, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 108, 323, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 124, 373, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 143, 429, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 165, 494, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 189, 568, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 217, 652, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 250, 749, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 287, 861, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 329, 988, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 378, 1135, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 435, 1305, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 500, 1500, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 575, 1725, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 662, 1985, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 762, 2286, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 878, 2635, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1013, 3040, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1170, 3511, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1353, 4058, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1565, 4695, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1813, 5439, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2103, 6308, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2442, 7325, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2839, 8516, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3304, 9913, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11081,60 +13341,60 @@ skills["LightningWarpPlayer"] = { name = "Lightning Warp", baseTypeName = "Lightning Warp", color = 3, - description = "Teleport inside the target's body, causing it to violently explode. Highlights enemies that can be Culled, and can only be used on these enemies or Ball Lightning Projectiles. The target is destroyed, and the explosion deals Lightning Damage to surrounding enemies. If targeting an enemy the explosion also creates Shocked Ground.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, }, + description = "Teleport inside the target's body, causing it to violently explode. Highlights enemies that can be Culled, and can only be used on these enemies or Ball Lightning Projectiles. The target is destroyed, and the explosion deals Lightning damage to surrounding enemies. If targeting an enemy, the explosion also creates Shocked Ground. Creates a Lightning Infusion on successful use.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Multicastable] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GeneratesInfusion] = true, [SkillType.Movement] = true, [SkillType.GeneratesRemnants] = true, }, castTime = 0.5, qualityStats = { { "shock_effect_+%", 0.5 }, }, levels = { - [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 9, }, }, - [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 10, }, }, + [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 8, }, }, + [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 11, }, }, [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 16, }, }, + [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 17, }, }, [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 24, }, }, - [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 27, }, }, - [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 35, }, }, + [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 25, }, }, + [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 28, }, }, + [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 36, }, }, [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 40, }, }, [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 45, }, }, - [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 51, }, }, - [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 58, }, }, - [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 65, }, }, - [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 74, }, }, - [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 84, }, }, - [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 95, }, }, - [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 108, }, }, - [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 122, }, }, - [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 138, }, }, - [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 156, }, }, - [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 177, }, }, - [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 200, }, }, - [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 227, }, }, - [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 257, }, }, - [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 291, }, }, - [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 329, }, }, - [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 372, }, }, - [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 421, }, }, - [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 477, }, }, - [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 540, }, }, - [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 611, }, }, - [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 692, }, }, - [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 783, }, }, - [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 886, }, }, - [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1003, }, }, - [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1135, }, }, + [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 50, }, }, + [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 55, }, }, + [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 61, }, }, + [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 68, }, }, + [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 83, }, }, + [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 92, }, }, + [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 101, }, }, + [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 112, }, }, + [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 123, }, }, + [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 135, }, }, + [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 148, }, }, + [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 162, }, }, + [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 178, }, }, + [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 195, }, }, + [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 213, }, }, + [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 233, }, }, + [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 254, }, }, + [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 278, }, }, + [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 303, }, }, + [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 330, }, }, + [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 360, }, }, + [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 392, }, }, + [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 427, }, }, + [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 464, }, }, + [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 505, }, }, }, statSets = { [1] = { label = "Lightning Warp", baseEffectiveness = 4.0900001525879, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "teleport_ball", baseFlags = { spell = true, @@ -11146,7 +13406,7 @@ skills["LightningWarpPlayer"] = { { "base_secondary_skill_effect_duration", 10000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "spell_minimum_base_lightning_damage", @@ -11156,47 +13416,51 @@ skills["LightningWarpPlayer"] = { "active_skill_show_cull_range", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 2, 30, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 2, 41, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 3, 57, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 4, 75, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 5, 95, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6, 118, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 8, 143, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 9, 171, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 11, 203, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 13, 239, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 15, 280, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [3] = { 3, 56, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 73, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 5, 92, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6, 114, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7, 139, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 9, 168, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 11, 200, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 12, 236, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 15, 278, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 17, 325, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 20, 376, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 23, 433, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 26, 498, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 30, 571, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 34, 652, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 39, 745, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 45, 849, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 51, 967, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 58, 1100, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 66, 1251, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 75, 1421, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 85, 1614, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 97, 1834, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 110, 2083, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 125, 2366, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 141, 2688, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 161, 3055, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 183, 3473, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 208, 3950, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 237, 4496, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 269, 5120, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 307, 5835, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 350, 6654, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 400, 7594, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 457, 8675, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 522, 9918, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 597, 11350, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 684, 13001, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [13] = { 20, 378, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 23, 439, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 27, 509, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 31, 588, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 36, 678, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 41, 780, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 47, 898, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 54, 1032, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 62, 1186, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 72, 1362, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 82, 1564, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 95, 1797, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 109, 2064, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 125, 2371, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 143, 2726, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 165, 3136, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 190, 3609, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 219, 4156, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 252, 4790, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 291, 5526, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 336, 6382, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 388, 7376, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 449, 8535, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 520, 9887, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 604, 11467, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 701, 13315, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 815, 15480, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 948, 18020, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11206,7 +13470,7 @@ skills["LingeringIllusionPlayer"] = { baseTypeName = "Lingering Illusion", color = 3, description = "While active, creates a short-lived illusory copy of yourself whenever you dodge roll. The copy can be damaged by enemies, and copies that are destroyed by an enemy will grant you a Power Charge.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.GeneratesCharges] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.GeneratesCharges] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { }, @@ -11310,7 +13574,7 @@ skills["LingeringIllusionPlayer"] = { skills["LingeringIllusionSpawnPlayer"] = { name = "", hidden = true, - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.GeneratesCharges] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.Buff] = true, [SkillType.GeneratesCharges] = true, [SkillType.Duration] = true, }, castTime = 1, qualityStats = { { "chance_to_gain_1_more_charge_%", 1 }, @@ -11366,8 +13630,8 @@ skills["LingeringIllusionSpawnPlayer"] = { duration = true, }, constantStats = { - { "base_skill_effect_duration", 600 }, - { "lingering_illusion_clone_base_maximum_life_%_of_owner_maximum_life", 20 }, + { "base_skill_effect_duration", 1200 }, + { "lingering_illusion_clone_base_maximum_life_%_of_owner_maximum_life", 15 }, }, stats = { "chance_to_gain_1_more_charge_%", @@ -11426,60 +13690,60 @@ skills["LivingBombPlayer"] = { baseTypeName = "Living Bomb", fromItem = true, color = 3, - description = "Plant a seed of Fire inside an enemy, which grows over a duration. When the duration expires, the seed explodes, damaging the enemy and all other enemies nearby.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, [SkillType.Limit] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, }, + description = "Plant a seed of Fire inside an enemy. Dealing enough damage to the enemy, or killing it outright, causes the seed to explode, dealing damage in an area and leaving behind a Fire Infusion Remnant.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, [SkillType.Limit] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GeneratesInfusion] = true, [SkillType.GeneratesRemnants] = true, [SkillType.Triggerable] = true, }, castTime = 0.6, qualityStats = { - { "base_skill_effect_duration", -25 }, + { "active_skill_ignite_chance_+%_final", 1 }, }, levels = { - [1] = { critChance = 9, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 9, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 9, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 9, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 9, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 9, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 9, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 9, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 9, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 9, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 9, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 9, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 9, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 9, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 9, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 9, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 9, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 9, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 9, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 9, levelRequirement = 90, cost = { Mana = 0, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 8, }, }, + [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 9, }, }, + [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 11, }, }, + [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 13, }, }, + [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 20, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 23, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 26, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 29, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 36, }, }, + [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 41, }, }, + [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 46, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 51, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 57, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 63, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 70, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 77, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 85, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 94, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 103, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 114, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 125, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 138, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 151, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 166, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 181, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 199, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 217, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 238, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 260, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 283, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 309, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 337, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 367, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 400, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 436, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 474, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 516, }, }, }, statSets = { [1] = { label = "Living Bomb", baseEffectiveness = 3.2000000476837, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "living_bomb_player", baseFlags = { spell = true, @@ -11487,12 +13751,13 @@ skills["LivingBombPlayer"] = { duration = true, }, constantStats = { - { "base_skill_effect_duration", 2500 }, + { "base_skill_effect_duration", 15000 }, { "active_skill_base_area_of_effect_radius", 25 }, { "living_bomb_base_number_of_bombs_allowed", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "living_bomb_damage_threshold_%_of_ailment_threshold", 200 }, }, stats = { "spell_minimum_base_fire_damage", @@ -11501,47 +13766,51 @@ skills["LivingBombPlayer"] = { "is_area_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 14, 20, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 24, 37, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 31, 46, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [2] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 18, 28, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 30, 46, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, [6] = { 38, 57, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, [7] = { 46, 69, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 54, 82, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 75, 113, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 87, 131, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 100, 151, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 115, 173, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 132, 198, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 150, 225, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 171, 256, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 193, 290, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 219, 328, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 247, 370, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 278, 418, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 314, 470, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 353, 529, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 397, 595, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 445, 668, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 500, 750, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 561, 842, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 630, 945, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 707, 1060, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 793, 1190, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 890, 1335, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 999, 1498, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1121, 1682, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1259, 1889, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1415, 2122, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1590, 2385, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1787, 2681, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 2011, 3016, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 2263, 3395, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2549, 3824, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2873, 4310, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [8] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 92, 137, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 107, 161, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 125, 187, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 145, 217, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 168, 251, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 194, 290, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 257, 386, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 296, 444, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 340, 510, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 391, 586, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 449, 673, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 515, 773, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 592, 888, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 680, 1020, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 781, 1172, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 898, 1347, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1033, 1549, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1189, 1783, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1369, 2054, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1578, 2367, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1821, 2731, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2102, 3153, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2430, 3645, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2812, 4218, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3257, 4886, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 3777, 5666, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 4386, 6579, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 5099, 7649, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 5936, 8904, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11670,11 +13939,11 @@ skills["ManaDrainPlayer"] = { baseTypeName = "Mana Drain", fromItem = true, color = 3, - description = "Siphon power from an enemy, briefly Hindering them and Leeching Mana.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Leech Mana from an enemy over a prolonged period, as well as briefly Hindering them.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.85, qualityStats = { - { "mana_drain_base_mana_leech_amount", 1.5 }, + { "mana_drain_base_mana_leech_amount", 4.5 }, }, levels = { [1] = { levelRequirement = 0, cost = { Mana = 0, }, }, @@ -11728,53 +13997,54 @@ skills["ManaDrainPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_mana_leech_rate_+%", -70 }, }, stats = { "mana_drain_base_mana_leech_amount", "can_perform_skill_while_moving", }, levels = { - [1] = { 10, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 12, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 16, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 18, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 22, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 28, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 32, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 36, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 42, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 48, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 54, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 62, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 70, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 78, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 86, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 94, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 104, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 114, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 126, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 136, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 148, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 160, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 174, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 186, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 200, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 214, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 226, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 240, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 256, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 270, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 284, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 300, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 316, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 332, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 348, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 364, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 382, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 398, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 416, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 432, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 30, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 36, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 48, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 54, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 66, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 84, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 96, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 108, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 126, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 144, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 162, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 186, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 210, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 234, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 258, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 282, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 312, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 342, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 378, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 408, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 444, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 480, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 522, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 558, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 600, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 642, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 678, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 720, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 768, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 810, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 852, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 900, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 948, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 996, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 1044, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 1092, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 1146, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 1194, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 1248, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 1296, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11787,7 +14057,7 @@ skills["ManaRemnantsPlayer"] = { skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.GeneratesRemnants] = true, }, castTime = 0, qualityStats = { - { "mana_remnants_mana_gain_per_globe", 1.5 }, + { "mana_remnants_mana_gain_per_globe", 2 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -11850,46 +14120,46 @@ skills["ManaRemnantsPlayer"] = { "base_deal_no_damage", }, levels = { - [1] = { 21, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 24, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 29, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 35, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 41, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 50, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 59, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 68, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 78, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 89, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 100, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 112, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 125, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 138, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 152, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 166, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 171, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 186, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 201, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 208, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 224, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 241, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 258, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 275, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 292, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 309, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 326, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 343, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 360, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 377, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 394, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 411, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 428, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 445, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 462, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 479, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 496, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 513, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 530, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 547, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 28, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 32, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 39, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 47, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 55, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 68, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 80, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 92, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 105, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 120, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 135, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 151, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 169, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 186, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 205, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 224, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 231, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 251, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 271, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 281, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 302, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 325, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 348, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 371, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 394, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 417, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 440, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 463, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 486, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 509, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 532, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 555, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 578, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 601, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 624, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 647, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 670, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 693, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 716, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 738, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11898,11 +14168,11 @@ skills["ManaTempestPlayer"] = { name = "Mana Tempest", baseTypeName = "Mana Tempest", color = 3, - description = "Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and each Spell you cast causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Lightning] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.UsableWhileMoving] = true, [SkillType.EmpowersOtherSkill] = true, }, + description = "Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and spending more causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Lightning] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.UsableWhileMoving] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.6, qualityStats = { - { "non_skill_base_all_damage_%_to_gain_as_lightning_with_spells_from_buff", 0.25 }, + { "mana_tempest_effects_linger_X_ms", 100 }, }, levels = { [1] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { ManaPercentPerMinute = 60, }, }, @@ -11961,7 +14231,7 @@ skills["ManaTempestPlayer"] = { { "active_skill_base_area_of_effect_radius", 26 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "non_skill_base_all_damage_%_to_gain_as_lightning_with_spells_from_buff", @@ -12022,13 +14292,13 @@ skills["MantraOfDestructionPlayer"] = { baseTypeName = "Mantra of Destruction", color = 3, description = "Build Combo by successfully Striking Enemies with other skills. After reaching maximum Combo, use this skill to Empower your next Quarterstaff Attack, causing it to deal additional Chaos damage. Each kill with the Empowered Attack grants\nPurple Flames of Chayula for a duration.", - skillTypes = { [SkillType.ComboStacking] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.Chaos] = true, [SkillType.HasUsageCondition] = true, }, + skillTypes = { [SkillType.ComboStacking] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.Chaos] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 0.6, qualityStats = { - { "active_skill_required_number_of_combo_stacks", -0.1 }, + { "active_skill_required_number_of_combo_stacks", -0.05 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -12081,15 +14351,15 @@ skills["MantraOfDestructionPlayer"] = { duration = true, }, constantStats = { - { "active_skill_required_number_of_combo_stacks", 10 }, + { "active_skill_required_number_of_combo_stacks", 8 }, { "base_combo_stacks_decay_delay_ms", 8000 }, { "skill_empowers_next_x_melee_attacks", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_skill_effect_duration", 8000 }, { "mantra_of_destruction_purple_flame_all_damage_%_gained_as_chaos", 7 }, - { "base_secondary_skill_effect_duration", 8000 }, + { "base_secondary_skill_effect_duration", 20000 }, }, stats = { "mantra_of_destruction_grant_all_damage_%_to_gain_as_chaos_with_attacks", @@ -12099,46 +14369,46 @@ skills["MantraOfDestructionPlayer"] = { "quality_display_active_skill_required_number_of_combo_stacks_is_gem", }, levels = { - [1] = { 22, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 23, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 24, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 25, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 27, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 28, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 29, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 30, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 31, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 32, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 34, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 35, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 36, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 37, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 38, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 39, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 40, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 41, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 42, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 43, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 44, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 45, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 46, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 47, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 48, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 49, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 50, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 51, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 52, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 53, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 54, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 55, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 56, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 57, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 58, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 59, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 60, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 61, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 50, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 51, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 52, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 53, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 54, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 55, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 56, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 57, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 58, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 59, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 60, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 61, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 62, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 63, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 64, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 65, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 66, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 67, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 68, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 69, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 70, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 71, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 72, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 73, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 74, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 76, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 77, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 78, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 79, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 80, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 81, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 82, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 83, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 84, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 85, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 86, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 87, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 88, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 89, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -12147,60 +14417,60 @@ skills["OrbOfStormsPlayer"] = { name = "Orb of Storms", baseTypeName = "Orb of Storms", color = 3, - description = "Create an Orb of electricity that fires Chaining Lightning bolts at nearby enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Chains] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.Sustained] = true, }, + description = "Create an Orb of electricity that fires Chaining Lightning bolts at nearby enemies. The Orb leaves behind a Lightning Infusion Remnant when it expires.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Chains] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.Sustained] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GeneratesInfusion] = true, [SkillType.GeneratesRemnants] = true, }, castTime = 0.8, qualityStats = { { "number_of_chains", 0.15 }, }, levels = { - [1] = { critChance = 10, levelRequirement = 0, cost = { Mana = 14, }, }, - [2] = { critChance = 10, levelRequirement = 3, cost = { Mana = 15, }, }, + [1] = { critChance = 10, levelRequirement = 0, cost = { Mana = 12, }, }, + [2] = { critChance = 10, levelRequirement = 3, cost = { Mana = 14, }, }, [3] = { critChance = 10, levelRequirement = 6, cost = { Mana = 17, }, }, [4] = { critChance = 10, levelRequirement = 10, cost = { Mana = 20, }, }, [5] = { critChance = 10, levelRequirement = 14, cost = { Mana = 23, }, }, [6] = { critChance = 10, levelRequirement = 18, cost = { Mana = 26, }, }, - [7] = { critChance = 10, levelRequirement = 22, cost = { Mana = 29, }, }, - [8] = { critChance = 10, levelRequirement = 26, cost = { Mana = 33, }, }, - [9] = { critChance = 10, levelRequirement = 31, cost = { Mana = 37, }, }, - [10] = { critChance = 10, levelRequirement = 36, cost = { Mana = 42, }, }, - [11] = { critChance = 10, levelRequirement = 41, cost = { Mana = 48, }, }, - [12] = { critChance = 10, levelRequirement = 46, cost = { Mana = 54, }, }, - [13] = { critChance = 10, levelRequirement = 52, cost = { Mana = 61, }, }, - [14] = { critChance = 10, levelRequirement = 58, cost = { Mana = 70, }, }, - [15] = { critChance = 10, levelRequirement = 64, cost = { Mana = 79, }, }, - [16] = { critChance = 10, levelRequirement = 66, cost = { Mana = 89, }, }, - [17] = { critChance = 10, levelRequirement = 72, cost = { Mana = 101, }, }, - [18] = { critChance = 10, levelRequirement = 78, cost = { Mana = 115, }, }, - [19] = { critChance = 10, levelRequirement = 84, cost = { Mana = 130, }, }, - [20] = { critChance = 10, levelRequirement = 90, cost = { Mana = 147, }, }, - [21] = { critChance = 10, levelRequirement = 90, cost = { Mana = 166, }, }, - [22] = { critChance = 10, levelRequirement = 90, cost = { Mana = 188, }, }, - [23] = { critChance = 10, levelRequirement = 90, cost = { Mana = 213, }, }, - [24] = { critChance = 10, levelRequirement = 90, cost = { Mana = 241, }, }, - [25] = { critChance = 10, levelRequirement = 90, cost = { Mana = 273, }, }, - [26] = { critChance = 10, levelRequirement = 90, cost = { Mana = 309, }, }, - [27] = { critChance = 10, levelRequirement = 90, cost = { Mana = 350, }, }, - [28] = { critChance = 10, levelRequirement = 90, cost = { Mana = 396, }, }, - [29] = { critChance = 10, levelRequirement = 90, cost = { Mana = 448, }, }, - [30] = { critChance = 10, levelRequirement = 90, cost = { Mana = 507, }, }, - [31] = { critChance = 10, levelRequirement = 90, cost = { Mana = 574, }, }, - [32] = { critChance = 10, levelRequirement = 90, cost = { Mana = 650, }, }, - [33] = { critChance = 10, levelRequirement = 90, cost = { Mana = 735, }, }, - [34] = { critChance = 10, levelRequirement = 90, cost = { Mana = 832, }, }, - [35] = { critChance = 10, levelRequirement = 90, cost = { Mana = 942, }, }, - [36] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1066, }, }, - [37] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1206, }, }, - [38] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1365, }, }, - [39] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1545, }, }, - [40] = { critChance = 10, levelRequirement = 90, cost = { Mana = 1749, }, }, + [7] = { critChance = 10, levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { critChance = 10, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { critChance = 10, levelRequirement = 31, cost = { Mana = 39, }, }, + [10] = { critChance = 10, levelRequirement = 36, cost = { Mana = 44, }, }, + [11] = { critChance = 10, levelRequirement = 41, cost = { Mana = 49, }, }, + [12] = { critChance = 10, levelRequirement = 46, cost = { Mana = 55, }, }, + [13] = { critChance = 10, levelRequirement = 52, cost = { Mana = 62, }, }, + [14] = { critChance = 10, levelRequirement = 58, cost = { Mana = 69, }, }, + [15] = { critChance = 10, levelRequirement = 64, cost = { Mana = 77, }, }, + [16] = { critChance = 10, levelRequirement = 66, cost = { Mana = 86, }, }, + [17] = { critChance = 10, levelRequirement = 72, cost = { Mana = 95, }, }, + [18] = { critChance = 10, levelRequirement = 78, cost = { Mana = 105, }, }, + [19] = { critChance = 10, levelRequirement = 84, cost = { Mana = 117, }, }, + [20] = { critChance = 10, levelRequirement = 90, cost = { Mana = 129, }, }, + [21] = { critChance = 10, levelRequirement = 90, cost = { Mana = 142, }, }, + [22] = { critChance = 10, levelRequirement = 90, cost = { Mana = 157, }, }, + [23] = { critChance = 10, levelRequirement = 90, cost = { Mana = 172, }, }, + [24] = { critChance = 10, levelRequirement = 90, cost = { Mana = 189, }, }, + [25] = { critChance = 10, levelRequirement = 90, cost = { Mana = 208, }, }, + [26] = { critChance = 10, levelRequirement = 90, cost = { Mana = 228, }, }, + [27] = { critChance = 10, levelRequirement = 90, cost = { Mana = 250, }, }, + [28] = { critChance = 10, levelRequirement = 90, cost = { Mana = 274, }, }, + [29] = { critChance = 10, levelRequirement = 90, cost = { Mana = 300, }, }, + [30] = { critChance = 10, levelRequirement = 90, cost = { Mana = 328, }, }, + [31] = { critChance = 10, levelRequirement = 90, cost = { Mana = 359, }, }, + [32] = { critChance = 10, levelRequirement = 90, cost = { Mana = 392, }, }, + [33] = { critChance = 10, levelRequirement = 90, cost = { Mana = 428, }, }, + [34] = { critChance = 10, levelRequirement = 90, cost = { Mana = 467, }, }, + [35] = { critChance = 10, levelRequirement = 90, cost = { Mana = 509, }, }, + [36] = { critChance = 10, levelRequirement = 90, cost = { Mana = 555, }, }, + [37] = { critChance = 10, levelRequirement = 90, cost = { Mana = 605, }, }, + [38] = { critChance = 10, levelRequirement = 90, cost = { Mana = 658, }, }, + [39] = { critChance = 10, levelRequirement = 90, cost = { Mana = 716, }, }, + [40] = { critChance = 10, levelRequirement = 90, cost = { Mana = 779, }, }, }, statSets = { [1] = { label = "Orb of Storms", - baseEffectiveness = 1.0900000333786, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0074999998323619, + baseEffectiveness = 1.1000000238419, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.008899999782443, statDescriptionScope = "orb_of_storms", baseFlags = { spell = true, @@ -12209,67 +14479,71 @@ skills["OrbOfStormsPlayer"] = { constantStats = { { "arc_chain_distance", 35 }, { "active_skill_base_area_of_effect_radius", 56 }, - { "active_skill_base_secondary_area_of_effect_radius", 28 }, + { "active_skill_base_secondary_area_of_effect_radius", 36 }, { "orb_of_storms_base_maximum_number_of_orbs", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "orb_of_storms_minimum_placement_range_%", 25 }, { "orb_of_storms_maximum_placement_range_%", 75 }, - { "base_skill_effect_duration", 10000 }, + { "base_skill_effect_duration", 12000 }, + { "orb_of_storms_maximum_number_of_hits", 6 }, + { "orb_of_storms_base_bolt_frequency_ms", 4000 }, }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", - "orb_of_storms_maximum_number_of_hits", - "orb_of_storms_base_bolt_frequency_ms", "number_of_chains", "skill_can_add_multiple_charges_per_action", "damage_cannot_be_reflected_or_leech_if_used_by_other_object", "disable_visual_hit_effect", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { - [1] = { 2, 6, 10, 3500, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 3, 9, 11, 3450, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, 12, 12, 3400, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 5, 16, 13, 3350, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 7, 20, 14, 3300, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 8, 24, 15, 3250, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 10, 30, 16, 3200, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 12, 35, 17, 3150, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 14, 42, 18, 3100, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 16, 49, 19, 3050, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 19, 57, 20, 3000, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 22, 66, 21, 2950, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 25, 76, 22, 2900, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 29, 88, 23, 2850, 4, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 33, 100, 24, 2800, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 38, 114, 25, 2750, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 43, 130, 26, 2700, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 49, 148, 27, 2650, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 56, 168, 28, 2600, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 63, 190, 29, 2550, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 72, 215, 30, 2500, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 81, 243, 31, 2450, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 92, 275, 32, 2400, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 104, 311, 33, 2350, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 117, 351, 34, 2300, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 132, 396, 35, 2250, 6, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 149, 448, 36, 2200, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 168, 505, 37, 2150, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 190, 571, 38, 2100, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 215, 645, 39, 2050, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 243, 728, 39, 2000, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 274, 823, 40, 1950, 7, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 310, 931, 40, 1900, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 351, 1053, 41, 1850, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 397, 1192, 41, 1800, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 450, 1351, 42, 1750, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 510, 1531, 42, 1700, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 579, 1737, 43, 1650, 8, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 657, 1972, 43, 1600, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 747, 2241, 44, 1550, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 8, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 1, 11, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1, 15, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1, 19, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1, 25, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 2, 30, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 2, 37, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 2, 44, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 3, 53, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3, 62, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 4, 73, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 4, 85, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 98, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 6, 114, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7, 131, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 8, 151, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 9, 173, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 10, 198, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 12, 227, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 14, 260, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 16, 297, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 18, 339, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 20, 387, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 23, 442, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 27, 505, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 30, 577, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 35, 659, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 40, 754, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 45, 862, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 52, 986, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 59, 1129, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 68, 1294, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 78, 1483, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 90, 1702, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 103, 1955, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 118, 2248, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 136, 2588, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 157, 2981, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 181, 3439, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 209, 3971, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -12279,53 +14553,53 @@ skills["PainOfferingPlayer"] = { baseTypeName = "Pain Offering", color = 3, description = "Skewer a Skeleton on a bone spike to send nearby Minions into a frenzy as long as the spike remains, making their skills faster and harder hitting.\n\nThe bone spike is itself a Minion. If it dies, the effect ends immediately.", - skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, [SkillType.Area] = true, }, + skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, [SkillType.Area] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Triggerable] = true, }, minionSkillTypes = { [SkillType.Aura] = true, }, castTime = 0.6, qualityStats = { { "active_skill_base_area_of_effect_radius", 1.2 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 26, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 25, }, }, [2] = { levelRequirement = 3, cost = { Mana = 28, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 31, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 34, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 38, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 42, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 46, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 50, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 32, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 35, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 39, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 43, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 47, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 51, }, }, [9] = { levelRequirement = 31, cost = { Mana = 55, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 61, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 67, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 73, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 80, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 88, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 97, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 107, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 117, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 129, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 141, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 171, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 187, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 206, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 226, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 248, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 273, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 300, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 329, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 361, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 397, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 436, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 479, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 526, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 577, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 634, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 696, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 764, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 839, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 922, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1012, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 59, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 64, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 68, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 73, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 78, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 83, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 88, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 93, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 99, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 104, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 116, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 122, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 129, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 135, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 156, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 164, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 171, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 179, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 195, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 204, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 213, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 222, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 231, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 240, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 250, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 260, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 270, }, }, }, statSets = { [1] = { @@ -12352,7 +14626,7 @@ skills["PainOfferingPlayer"] = { { "active_skill_base_area_of_effect_radius", 60 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_number_of_pain_offerings_allowed", 1 }, }, stats = { @@ -12413,7 +14687,7 @@ skills["PowerSiphonPlayer"] = { fromItem = true, color = 3, description = "Attempt to rip the lifeforce from an enemy. Enemies within Culling range will be highlighted and instantly killed on Hit, granting a Power Charge. Can only target Enemies in Culling range.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.GeneratesCharges] = true, [SkillType.Physical] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Damage] = true, [SkillType.GeneratesCharges] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "chance_to_gain_1_more_charge_%", 0.5 }, @@ -12463,9 +14737,9 @@ skills["PowerSiphonPlayer"] = { statSets = { [1] = { label = "Power Siphon", - baseEffectiveness = 1.2000000476837, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + baseEffectiveness = 1.3400000333786, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "power_siphon", baseFlags = { spell = true, @@ -12473,7 +14747,7 @@ skills["PowerSiphonPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "spell_minimum_base_physical_damage", @@ -12483,47 +14757,51 @@ skills["PowerSiphonPlayer"] = { "can_perform_skill_while_moving", "spells_have_culling_strike", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { - [1] = { 3, 6, 0, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 4, 8, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, 11, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 8, 15, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 10, 19, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 12, 23, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [1] = { 3, 5, 0, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 4, 7, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6, 10, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7, 14, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 10, 18, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 12, 22, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, [7] = { 15, 28, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 18, 33, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 21, 39, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 25, 46, 36, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 29, 53, 40, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, 61, 44, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 38, 70, 48, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 43, 80, 52, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 49, 92, 56, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 56, 104, 60, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 63, 118, 64, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 72, 133, 68, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 81, 151, 72, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 91, 170, 76, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 103, 191, 80, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 116, 215, 84, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 130, 242, 88, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 146, 271, 92, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 164, 305, 96, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 184, 342, 100, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 207, 384, 104, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 232, 431, 108, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 260, 483, 112, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 292, 542, 116, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 328, 609, 120, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 368, 683, 124, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 413, 767, 128, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 464, 862, 132, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 522, 969, 136, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 587, 1089, 140, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 660, 1225, 144, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 743, 1379, 148, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 836, 1553, 152, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 943, 1751, 156, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [8] = { 18, 34, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 22, 41, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 26, 49, 36, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 32, 59, 40, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 37, 68, 44, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 43, 79, 48, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 49, 91, 52, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 56, 104, 56, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 64, 120, 60, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 74, 137, 64, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 84, 156, 68, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 96, 178, 72, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 109, 202, 76, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 124, 230, 80, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 141, 262, 84, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 160, 297, 88, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 182, 337, 92, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 206, 383, 96, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 234, 435, 100, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 266, 494, 104, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 302, 561, 108, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 343, 638, 112, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 390, 725, 116, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 444, 825, 120, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 505, 938, 124, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 575, 1068, 128, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 656, 1217, 132, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 748, 1388, 136, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 853, 1584, 140, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 974, 1810, 144, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1114, 2069, 148, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1275, 2367, 152, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1460, 2711, 156, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -12533,59 +14811,59 @@ skills["ProfaneRitualPlayer"] = { baseTypeName = "Profane Ritual", color = 3, description = "Mark a Corpse with a profane rune, dealing Chaos damage over time to nearby enemies. When the ritual is complete the Corpse is consumed and you gain a Power Charge.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Chaos] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.DamageOverTime] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.Triggerable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Limit] = true, [SkillType.GeneratesCharges] = true, [SkillType.CreatesGroundRune] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Chaos] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.DamageOverTime] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.Triggerable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Limit] = true, [SkillType.GeneratesCharges] = true, [SkillType.CreatesGroundRune] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { - { "base_chance_to_not_consume_corpse_%", 1 }, + { "base_chance_to_not_consume_corpse_%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 7, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 9, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 8, }, }, [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, [6] = { levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 14, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 16, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 17, }, }, [9] = { levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 24, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 27, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 22, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 28, }, }, [13] = { levelRequirement = 52, cost = { Mana = 31, }, }, [14] = { levelRequirement = 58, cost = { Mana = 35, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 40, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 45, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 51, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 58, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 65, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 74, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 84, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 95, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 107, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 122, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 138, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 156, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 176, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 200, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 226, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 256, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 328, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 371, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 420, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 475, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 538, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 609, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 689, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 780, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 883, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 39, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 43, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 48, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 53, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 59, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 65, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 71, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 79, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 87, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 95, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 105, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 115, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 126, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 138, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 151, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 181, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 216, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 236, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 257, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 280, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 305, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 332, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 361, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 393, }, }, }, statSets = { [1] = { label = "Profane Ritual", baseEffectiveness = 12.5, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, + incrementalEffectiveness = 0.17000000178814, + damageIncrementalEffectiveness = 0.010599999688566, statDescriptionScope = "ritual_of_power", baseFlags = { spell = true, @@ -12597,7 +14875,7 @@ skills["ProfaneRitualPlayer"] = { { "active_skill_base_area_of_effect_radius", 22 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_chaos_damage_to_deal_per_minute", @@ -12606,45 +14884,45 @@ skills["ProfaneRitualPlayer"] = { }, levels = { [1] = { 809, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 1193, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1739, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 2358, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 3060, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 3854, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 4753, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 5770, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 6921, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 8224, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 9700, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 11372, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 13268, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 15418, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 17859, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 20632, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 23785, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 27373, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 31460, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 36119, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 41435, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 47509, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 54454, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 62404, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 71515, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 81967, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 93972, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 107776, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 123668, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 141985, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 163124, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 187549, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 215807, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 248541, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 286509, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 330608, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 381893, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 441618, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 511266, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 592599, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [2] = { 1177, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1703, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 2306, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 2994, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 3781, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 4679, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 5706, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 6880, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 8222, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 9758, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 11517, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 13532, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 15844, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 18498, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 21548, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 25056, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 29097, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 33754, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 39130, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 45342, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 52530, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 60856, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 70513, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 81730, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 94774, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 109966, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 127683, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 148373, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 172572, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 200916, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 234163, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 273221, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 319176, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 373331, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 437248, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 512807, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 602275, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 708382, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 834432, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -13016,7 +15294,7 @@ skills["RagingSpiritsPlayer"] = { "SummonedRagingSpirit", }, color = 3, - description = "While active, Fire Spells you use yourself will also summon Raging Spirits, which are short-lived flaming skulls that rush at nearby enemies and rapidly Attack them. Enemies will not directly engage these Minions, and can pass through them.", + description = "While active, Fire Spells you use yourself will also summon Raging Spirits, which are short-lived flaming skulls that rush at nearby enemies and rapidly Attack them, ignoring commands. Enemies will not directly engage these Minions, and can pass through them.", skillTypes = { [SkillType.Buff] = true, [SkillType.Minion] = true, [SkillType.Fire] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Duration] = true, [SkillType.Persistent] = true, [SkillType.Limit] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, }, castTime = 1, @@ -13139,53 +15417,53 @@ skills["RaiseZombiePlayer"] = { }, color = 3, description = "Consume a Corpse or Power Charge to create a short-lived Zombie. Zombies created from Power Charges are Empowered.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Totemable] = true, [SkillType.CreatesMinion] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Physical] = true, [SkillType.ConsumesCharges] = true, [SkillType.Limit] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Totemable] = true, [SkillType.CreatesMinion] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Physical] = true, [SkillType.ConsumesCharges] = true, [SkillType.Limit] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, }, castTime = 0.6, qualityStats = { - { "active_skill_minion_movement_velocity_+%_final", 1 }, + { "raise_zombie_empowerment_effect_+%", 1.25 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 11, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 12, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 14, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 10, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 11, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 13, }, }, [4] = { levelRequirement = 10, cost = { Mana = 16, }, }, [5] = { levelRequirement = 14, cost = { Mana = 18, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 23, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 26, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 29, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 33, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 38, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 43, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 21, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 24, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 27, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 31, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 35, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 39, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 44, }, }, [13] = { levelRequirement = 52, cost = { Mana = 49, }, }, [14] = { levelRequirement = 58, cost = { Mana = 55, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 71, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 80, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 91, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 103, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 116, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 132, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 149, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 169, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 191, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 216, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 245, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 277, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 314, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 355, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 402, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 455, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 515, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 583, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 660, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 747, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 846, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 957, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1083, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1226, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1388, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 61, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 68, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 75, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 83, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 92, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 113, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 124, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 137, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 150, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 165, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 181, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 199, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 218, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 238, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 261, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 285, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 311, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 340, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 371, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 440, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 480, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 522, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 568, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 618, }, }, }, statSets = { [1] = { @@ -13205,7 +15483,7 @@ skills["RaiseZombiePlayer"] = { { "zombie_base_decay_rate_permyriad", 0 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "power_charged_zombie_movement_speed_+%_final", 25 }, { "power_charged_zombie_hit_damage_+%_final", 100 }, { "power_charged_zombie_damage_taken_-%_final", 30 }, @@ -13260,6 +15538,256 @@ skills["RaiseZombiePlayer"] = { }, } } +skills["RavenousSwarmPlayer"] = { + name = "Ravenous Swarm", + baseTypeName = "Ravenous Swarm", + minionList = { + "RavenousSwarm", + }, + color = 3, + description = "While active and enemies are present, swarms of insects emerge from your body to pursue nearby enemies. The swarms are untargetable Minions that Attack and Poison enemies.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, }, + castTime = 0, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.5 }, + }, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Ravenous Swarm", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ravenous_swarm", + baseFlags = { + spell = true, + minion = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 40 }, + { "ravenous_swarm_create_new_swarm_every_X_ms", 6000 }, + { "ravenous_swarm_maximum_swarm_count", 3 }, + }, + stats = { + "base_skill_effect_duration", + "base_deal_no_damage", + "display_statset_no_hit_damage", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 6200, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6400, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6600, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 6800, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 7000, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 7200, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 7400, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 7600, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 7800, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 8000, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 8200, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 8400, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 8600, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 8800, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 9000, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 9200, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 9400, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 9600, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 9800, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 10000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 10200, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 10400, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 10600, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 10800, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 11000, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 11200, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 11400, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 11600, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 11800, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 11900, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 12000, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 12100, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 12200, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 12300, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 12400, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 12500, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 12600, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 12700, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 12800, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ReapPlayer"] = { + name = "Reap", + baseTypeName = "Reap", + fromItem = true, + color = 3, + description = "Conjure a bloody scythe that sweeps across the targeted area, dealing Physical damage to enemies and applying Critical Weakness. Cannot be Triggered.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.NoAttackInPlace] = true, [SkillType.UsableWhileMoving] = true, }, + castTime = 1.2, + qualityStats = { + { "base_skill_effect_duration", 100 }, + }, + levels = { + [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Reap", + baseEffectiveness = 4.3000001907349, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "reap", + baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 25 }, + { "base_skill_effect_duration", 6000 }, + }, + stats = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + "life_gained_on_cull", + "is_area_damage", + "active_skill_show_cull_range", + "kill_enemy_on_hit_if_under_10%_life", + "precise_cursor_targeting_uses_contact_point_height_offset", + "cannot_cancel_skill_before_contact_point", + }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, + levels = { + [1] = { 11, 16, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 15, 22, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 21, 31, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 27, 41, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 35, 52, 19, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 44, 66, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 55, 82, 29, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 66, 100, 35, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 81, 121, 42, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 97, 146, 50, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 116, 174, 58, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 135, 202, 68, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 156, 234, 79, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 180, 269, 90, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 206, 309, 103, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 236, 354, 118, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 270, 405, 133, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 308, 462, 150, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 351, 527, 168, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 400, 599, 188, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 454, 682, 210, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 516, 775, 233, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 587, 880, 257, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 666, 999, 282, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 757, 1135, 308, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 859, 1289, 335, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 976, 1464, 364, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1108, 1663, 393, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1259, 1889, 423, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1432, 2148, 455, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1628, 2443, 488, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1853, 2779, 521, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2110, 3165, 556, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 2404, 3606, 592, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2741, 4112, 629, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 3129, 4693, 667, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 3573, 5360, 705, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 4085, 6128, 746, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 4675, 7012, 787, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 5354, 8031, 829, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["MetaReapersInvocationPlayer"] = { name = "Reaper's Invocation", baseTypeName = "Reaper's Invocation", @@ -13271,46 +15799,46 @@ skills["MetaReapersInvocationPlayer"] = { { "energy_generated_+%", 1 }, }, levels = { - [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, - [2] = { spiritReservationFlat = 60, levelRequirement = 3, }, - [3] = { spiritReservationFlat = 60, levelRequirement = 6, }, - [4] = { spiritReservationFlat = 60, levelRequirement = 10, }, - [5] = { spiritReservationFlat = 60, levelRequirement = 14, }, - [6] = { spiritReservationFlat = 60, levelRequirement = 18, }, - [7] = { spiritReservationFlat = 60, levelRequirement = 22, }, - [8] = { spiritReservationFlat = 60, levelRequirement = 26, }, - [9] = { spiritReservationFlat = 60, levelRequirement = 31, }, - [10] = { spiritReservationFlat = 60, levelRequirement = 36, }, - [11] = { spiritReservationFlat = 60, levelRequirement = 41, }, - [12] = { spiritReservationFlat = 60, levelRequirement = 46, }, - [13] = { spiritReservationFlat = 60, levelRequirement = 52, }, - [14] = { spiritReservationFlat = 60, levelRequirement = 58, }, - [15] = { spiritReservationFlat = 60, levelRequirement = 64, }, - [16] = { spiritReservationFlat = 60, levelRequirement = 66, }, - [17] = { spiritReservationFlat = 60, levelRequirement = 72, }, - [18] = { spiritReservationFlat = 60, levelRequirement = 78, }, - [19] = { spiritReservationFlat = 60, levelRequirement = 84, }, - [20] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [21] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [22] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [23] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [24] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [25] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [26] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [27] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [28] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [29] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [30] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [31] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [32] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [33] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [34] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [35] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [36] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [37] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [38] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [39] = { spiritReservationFlat = 60, levelRequirement = 90, }, - [40] = { spiritReservationFlat = 60, levelRequirement = 90, }, + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, }, statSets = { [1] = { @@ -13321,7 +15849,7 @@ skills["MetaReapersInvocationPlayer"] = { }, constantStats = { { "generic_ongoing_trigger_maximum_energy", 500 }, - { "melee_kill_invocation_gain_X_centienergy_per_monster_power_on_melee_kill", 1500 }, + { "melee_kill_invocation_gain_X_centienergy_per_monster_power_on_melee_kill", 3000 }, }, stats = { "energy_generated_+%", @@ -13380,6 +15908,8 @@ skills["SupportReapersInvocationPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -13426,7 +15956,7 @@ skills["SupportReapersInvocationPlayer"] = { [1] = { label = "SupportReapersInvocationPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -13434,8 +15964,7 @@ skills["SupportReapersInvocationPlayer"] = { }, stats = { "triggered_by_generic_ongoing_trigger", - "display_generic_ongoing_triggerer_is_invocation_skill", - "skill_cannot_generate_energy", + "generic_ongoing_triggerer_is_invocation_skill", }, levels = { [1] = { actorLevel = 1, }, @@ -13487,7 +16016,7 @@ skills["SacrificePlayer"] = { baseTypeName = "Sacrifice", color = 3, description = "While active, your undead Reviving Minions can be used in place of Corpses by your skills, but your Minions Revive more slowly.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Minion] = true, }, + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Minion] = true, [SkillType.ReserveInAllSets] = true, }, castTime = 1, qualityStats = { { "harvester_minion_resummon_speed_+%_final", 0.25 }, @@ -13601,63 +16130,61 @@ skills["ShatteringPalmPlayer"] = { name = "Shattering Palm", baseTypeName = "Shattering Palm", color = 3, - description = "Dash to an enemy and Strike them with an Unarmed Attack that manifests a wave of cold, coating nearby enemies in shards of ice. Dealing enough damage to these enemies will shatter the shards, causing an icy explosion that deals Attack damage. This skill always Strikes with your bare fist, even if you have a Quarterstaff equipped.", - skillTypes = { [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.MeleeSingleTarget] = true, }, + description = "Dash to an enemy and Strike them with an Attack that manifests a wave of cold, coating nearby enemies in shards of ice. Dealing enough damage to these enemies will shatter the shards, causing an icy explosion that deals Attack damage.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.NoAttackInPlace] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { - ["None"] = true, ["Staff"] = true, }, castTime = 1, qualityStats = { - { "additional_base_critical_strike_chance", 10 }, + { "active_skill_critical_strike_chance_+%_final", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.35, levelRequirement = 0, cost = { Mana = 6, }, }, + [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.35, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.38, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.42, levelRequirement = 6, cost = { Mana = 7, }, }, [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.46, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.5, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.54, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.64, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.67, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.7, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.74, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.78, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.81, levelRequirement = 58, cost = { Mana = 23, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.86, levelRequirement = 64, cost = { Mana = 25, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 0.9, levelRequirement = 66, cost = { Mana = 28, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.5, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.54, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.64, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.67, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.7, levelRequirement = 41, cost = { Mana = 18, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.74, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.78, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.81, levelRequirement = 58, cost = { Mana = 24, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.86, levelRequirement = 64, cost = { Mana = 26, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 0.9, levelRequirement = 66, cost = { Mana = 29, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 0.94, levelRequirement = 72, cost = { Mana = 31, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 0.99, levelRequirement = 78, cost = { Mana = 35, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.04, levelRequirement = 84, cost = { Mana = 39, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.09, levelRequirement = 90, cost = { Mana = 43, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.15, levelRequirement = 90, cost = { Mana = 47, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.2, levelRequirement = 90, cost = { Mana = 53, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.26, levelRequirement = 90, cost = { Mana = 58, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 90, cost = { Mana = 65, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 90, cost = { Mana = 72, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.46, levelRequirement = 90, cost = { Mana = 80, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.54, levelRequirement = 90, cost = { Mana = 88, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.61, levelRequirement = 90, cost = { Mana = 98, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.69, levelRequirement = 90, cost = { Mana = 109, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 1.78, levelRequirement = 90, cost = { Mana = 120, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 133, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 148, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 164, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.16, levelRequirement = 90, cost = { Mana = 182, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 201, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.38, levelRequirement = 90, cost = { Mana = 223, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 247, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 274, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 304, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 337, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 0.99, levelRequirement = 78, cost = { Mana = 34, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.04, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.09, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.15, levelRequirement = 90, cost = { Mana = 43, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.2, levelRequirement = 90, cost = { Mana = 46, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.26, levelRequirement = 90, cost = { Mana = 50, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 90, cost = { Mana = 58, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.46, levelRequirement = 90, cost = { Mana = 62, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.54, levelRequirement = 90, cost = { Mana = 67, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.61, levelRequirement = 90, cost = { Mana = 71, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.69, levelRequirement = 90, cost = { Mana = 77, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 1.78, levelRequirement = 90, cost = { Mana = 82, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 1.87, levelRequirement = 90, cost = { Mana = 88, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 1.96, levelRequirement = 90, cost = { Mana = 94, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.06, levelRequirement = 90, cost = { Mana = 100, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.16, levelRequirement = 90, cost = { Mana = 107, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.27, levelRequirement = 90, cost = { Mana = 114, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.38, levelRequirement = 90, cost = { Mana = 122, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 130, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 2.63, levelRequirement = 90, cost = { Mana = 138, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 2.76, levelRequirement = 90, cost = { Mana = 147, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 2.9, levelRequirement = 90, cost = { Mana = 157, }, }, }, statSets = { [1] = { label = "Melee", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "shattering_palm", baseFlags = { attack = true, @@ -13668,57 +16195,57 @@ skills["ShatteringPalmPlayer"] = { constantStats = { { "melee_conditional_step_distance", 10 }, { "base_melee_dash_range", 65 }, - { "additional_base_critical_strike_chance", 900 }, { "active_skill_base_area_of_effect_radius", 38 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, }, stats = { - "attack_minimum_added_cold_damage", - "attack_maximum_added_cold_damage", "shattering_palm_debuff_damage_threshold", "global_always_hit", "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 6, 9, 33, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 62, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, 88, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, 133, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, 189, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, 282, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, 402, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, 555, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, 749, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, 995, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, 1379, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, 1881, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, 2532, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, 3546, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, 4673, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, 6410, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, 8716, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, 12304, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, 16487, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, 22942, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, 31724, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, 38477, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 32, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 46, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 68, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 141, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 269, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 472, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 708, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 971, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 1370, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 1839, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 2376, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 3052, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 3880, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 4664, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 5836, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 6893, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 8129, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 9743, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 11367, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 12788, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 13640, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 13640, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 13640, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 13640, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 13640, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 13640, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 13640, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 13640, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 13640, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 13640, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 13640, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 13640, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 13640, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 13640, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 13640, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 13640, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 13640, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 13640, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 13640, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 13640, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -13726,62 +16253,60 @@ skills["ShatteringPalmPlayer"] = { skills["ShatteringPalmExplosionPlayer"] = { name = "Freezing Explosion", hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Nova] = true, [SkillType.Cold] = true, [SkillType.UseGlobalStats] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.Triggered] = true, }, weaponTypes = { - ["None"] = true, ["Staff"] = true, }, castTime = 1, qualityStats = { - { "additional_base_critical_strike_chance", 10 }, + { "active_skill_critical_strike_chance_+%_final", 1 }, }, levels = { - [1] = { baseMultiplier = 1.15, levelRequirement = 0, }, - [2] = { baseMultiplier = 1.27, levelRequirement = 0, }, - [3] = { baseMultiplier = 1.39, levelRequirement = 0, }, - [4] = { baseMultiplier = 1.52, levelRequirement = 0, }, - [5] = { baseMultiplier = 1.64, levelRequirement = 0, }, - [6] = { baseMultiplier = 1.76, levelRequirement = 0, }, - [7] = { baseMultiplier = 1.88, levelRequirement = 0, }, - [8] = { baseMultiplier = 2, levelRequirement = 0, }, - [9] = { baseMultiplier = 2.1, levelRequirement = 0, }, - [10] = { baseMultiplier = 2.2, levelRequirement = 0, }, - [11] = { baseMultiplier = 2.31, levelRequirement = 0, }, - [12] = { baseMultiplier = 2.43, levelRequirement = 0, }, - [13] = { baseMultiplier = 2.55, levelRequirement = 0, }, - [14] = { baseMultiplier = 2.68, levelRequirement = 0, }, - [15] = { baseMultiplier = 2.81, levelRequirement = 0, }, - [16] = { baseMultiplier = 2.95, levelRequirement = 0, }, - [17] = { baseMultiplier = 3.1, levelRequirement = 0, }, - [18] = { baseMultiplier = 3.25, levelRequirement = 0, }, - [19] = { baseMultiplier = 3.42, levelRequirement = 0, }, - [20] = { baseMultiplier = 3.59, levelRequirement = 0, }, - [21] = { baseMultiplier = 3.77, levelRequirement = 0, }, - [22] = { baseMultiplier = 3.95, levelRequirement = 0, }, - [23] = { baseMultiplier = 4.15, levelRequirement = 0, }, - [24] = { baseMultiplier = 4.36, levelRequirement = 0, }, - [25] = { baseMultiplier = 4.58, levelRequirement = 0, }, - [26] = { baseMultiplier = 4.81, levelRequirement = 0, }, - [27] = { baseMultiplier = 5.05, levelRequirement = 0, }, - [28] = { baseMultiplier = 5.3, levelRequirement = 0, }, - [29] = { baseMultiplier = 5.56, levelRequirement = 0, }, - [30] = { baseMultiplier = 5.84, levelRequirement = 0, }, - [31] = { baseMultiplier = 6.13, levelRequirement = 0, }, - [32] = { baseMultiplier = 6.44, levelRequirement = 0, }, - [33] = { baseMultiplier = 6.76, levelRequirement = 0, }, - [34] = { baseMultiplier = 7.1, levelRequirement = 0, }, - [35] = { baseMultiplier = 7.46, levelRequirement = 0, }, - [36] = { baseMultiplier = 7.83, levelRequirement = 0, }, - [37] = { baseMultiplier = 8.22, levelRequirement = 0, }, - [38] = { baseMultiplier = 8.63, levelRequirement = 0, }, - [39] = { baseMultiplier = 9.06, levelRequirement = 0, }, - [40] = { baseMultiplier = 9.52, levelRequirement = 0, }, + [1] = { baseMultiplier = 1.2, levelRequirement = 0, }, + [2] = { baseMultiplier = 1.32, levelRequirement = 0, }, + [3] = { baseMultiplier = 1.45, levelRequirement = 0, }, + [4] = { baseMultiplier = 1.58, levelRequirement = 0, }, + [5] = { baseMultiplier = 1.71, levelRequirement = 0, }, + [6] = { baseMultiplier = 1.84, levelRequirement = 0, }, + [7] = { baseMultiplier = 1.97, levelRequirement = 0, }, + [8] = { baseMultiplier = 2.08, levelRequirement = 0, }, + [9] = { baseMultiplier = 2.19, levelRequirement = 0, }, + [10] = { baseMultiplier = 2.3, levelRequirement = 0, }, + [11] = { baseMultiplier = 2.41, levelRequirement = 0, }, + [12] = { baseMultiplier = 2.53, levelRequirement = 0, }, + [13] = { baseMultiplier = 2.66, levelRequirement = 0, }, + [14] = { baseMultiplier = 2.79, levelRequirement = 0, }, + [15] = { baseMultiplier = 2.93, levelRequirement = 0, }, + [16] = { baseMultiplier = 3.08, levelRequirement = 0, }, + [17] = { baseMultiplier = 3.23, levelRequirement = 0, }, + [18] = { baseMultiplier = 3.39, levelRequirement = 0, }, + [19] = { baseMultiplier = 3.56, levelRequirement = 0, }, + [20] = { baseMultiplier = 3.74, levelRequirement = 0, }, + [21] = { baseMultiplier = 3.93, levelRequirement = 0, }, + [22] = { baseMultiplier = 4.13, levelRequirement = 0, }, + [23] = { baseMultiplier = 4.33, levelRequirement = 0, }, + [24] = { baseMultiplier = 4.55, levelRequirement = 0, }, + [25] = { baseMultiplier = 4.78, levelRequirement = 0, }, + [26] = { baseMultiplier = 5.02, levelRequirement = 0, }, + [27] = { baseMultiplier = 5.27, levelRequirement = 0, }, + [28] = { baseMultiplier = 5.53, levelRequirement = 0, }, + [29] = { baseMultiplier = 5.81, levelRequirement = 0, }, + [30] = { baseMultiplier = 6.1, levelRequirement = 0, }, + [31] = { baseMultiplier = 6.4, levelRequirement = 0, }, + [32] = { baseMultiplier = 6.72, levelRequirement = 0, }, + [33] = { baseMultiplier = 7.06, levelRequirement = 0, }, + [34] = { baseMultiplier = 7.41, levelRequirement = 0, }, + [35] = { baseMultiplier = 7.78, levelRequirement = 0, }, + [36] = { baseMultiplier = 8.17, levelRequirement = 0, }, + [37] = { baseMultiplier = 8.58, levelRequirement = 0, }, + [38] = { baseMultiplier = 9.01, levelRequirement = 0, }, + [39] = { baseMultiplier = 9.46, levelRequirement = 0, }, + [40] = { baseMultiplier = 9.93, levelRequirement = 0, }, }, statSets = { [1] = { label = "Explosion", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "triggered_freezing_word_explosion", baseFlags = { area = true, @@ -13791,181 +16316,57 @@ skills["ShatteringPalmExplosionPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 16 }, - { "active_skill_hit_damage_freeze_multiplier_+%_final", 100 }, - { "additional_base_critical_strike_chance", 1100 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, }, stats = { - "attack_minimum_added_cold_damage", - "attack_maximum_added_cold_damage", "is_area_damage", "attack_is_not_melee_override", "triggered_by_freezing_word_bomb", "display_statset_hide_usage_stats", "triggerable_in_any_set", + "base_skill_show_average_damage_instead_of_dps", }, levels = { - [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["ShockNovaPlayer"] = { - name = "Shock Nova", - baseTypeName = "Shock Nova", - fromItem = true, - color = 3, - description = "Unleash a Nova of Lightning damage to Electrocute enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 0.7, - qualityStats = { - { "fishing_line_strength_+%", 0.5 }, - }, - levels = { - [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - }, - statSets = { - [1] = { - label = "Shock Nova", - baseEffectiveness = 1.305999994278, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_electrocutes_as_though_dealt_damage_+%_final", 100 }, - }, - stats = { - "spell_minimum_base_lightning_damage", - "spell_maximum_base_lightning_damage", - "is_area_damage", - "can_perform_skill_while_moving", - "base_lightning_damage_can_electrocute", - }, - levels = { - [1] = { 3, 8, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 5, 14, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6, 19, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 8, 24, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 10, 29, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 12, 35, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 14, 42, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 3, 62, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 4, 73, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 4, 84, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 5, 97, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6, 112, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7, 128, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 8, 146, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 9, 165, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 10, 187, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 11, 212, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 13, 239, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 14, 270, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 16, 304, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 18, 342, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 20, 384, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 23, 432, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 26, 485, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 29, 544, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 32, 611, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 36, 685, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 40, 769, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 45, 863, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 51, 968, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 57, 1087, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 64, 1221, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 72, 1371, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 81, 1541, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 91, 1733, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 103, 1949, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 115, 2194, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 130, 2471, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 147, 2785, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -13976,7 +16377,7 @@ skills["SigilOfPowerPlayer"] = { fromItem = true, color = 3, description = "Place a Sigil on the ground, providing a powerful Spell Damage Buff to you and Allies while standing in it. The Buff becomes more powerful the more mana you spend while standing in the Sigil.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, [SkillType.Totemable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.GainsStages] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, [SkillType.Totemable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.GainsStages] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.6, qualityStats = { { "active_skill_base_area_of_effect_radius", 0.4 }, @@ -14048,7 +16449,7 @@ skills["SigilOfPowerPlayer"] = { { "base_circle_of_power_mana_%_spend_per_upgrade", 50 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_area_of_effect_radius", 30 }, }, stats = { @@ -14057,6 +16458,9 @@ skills["SigilOfPowerPlayer"] = { "display_sigil_of_power_stage_gain_delay", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 10, 10000, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 10, 10100, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, @@ -14102,60 +16506,175 @@ skills["SigilOfPowerPlayer"] = { }, } } +skills["SiphonElementsPlayer"] = { + name = "Siphon Elements", + baseTypeName = "Siphon Elements", + color = 3, + description = "While active, has a chance to create an Infusion Remnant when you Freeze, Shock or Ignite a target.", + skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.GeneratesRemnants] = true, [SkillType.GeneratesInfusion] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, }, + castTime = 0, + qualityStats = { + { "infusion_remnants_%_chance_to_spawn_cold_infusion_on_freezing_an_enemy", 0.1 }, + { "infusion_remnants_%_chance_to_spawn_fire_infusion_on_igniting_an_enemy", 0.1 }, + { "infusion_remnants_%_chance_to_spawn_lightning_infusion_on_shocking_an_enemy", 0.1 }, + }, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Siphon Elements", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "infusion_remnants_%_chance_to_spawn_cold_infusion_on_freezing_an_enemy", 5 }, + { "infusion_remnants_%_chance_to_spawn_fire_infusion_on_igniting_an_enemy", 5 }, + { "infusion_remnants_%_chance_to_spawn_lightning_infusion_on_shocking_an_enemy", 5 }, + }, + stats = { + "remnant_pickup_range_+%", + "base_deal_no_damage", + }, + levels = { + [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 2, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 5, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 10, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 12, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 15, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 17, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 20, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 22, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 25, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 27, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 30, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 32, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 35, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 37, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 40, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 42, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 45, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 47, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 50, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 52, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 55, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 57, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 60, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 62, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 65, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 67, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 70, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 72, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 77, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 80, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 82, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 85, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 87, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 90, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 92, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 95, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 97, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["SiphoningStrikePlayer"] = { name = "Siphoning Strike", baseTypeName = "Siphoning Strike", color = 3, - description = "Dash to a target and Strike them with your Quarterstaff. If the target is Shocked, consumes their Shock to release a Lightning shockwave around the target and grant you a Power Charge. This skill cannot be Ancestrally Boosted.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.SkillConsumesShock] = true, [SkillType.GeneratesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.CannotSpiritStrike] = true, }, + description = "Dash to a target and Strike them with your Quarterstaff. If the target is Shocked, Consume their Shock to release a Lightning shockwave around the target and grant you a Power Charge. This skill cannot be Ancestrally Boosted.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.SkillConsumesShock] = true, [SkillType.GeneratesCharges] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.CannotSpiritStrike] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "active_skill_hit_damage_stun_multiplier_+%_final", 2 }, + { "base_chance_to_daze_%", 2.5 }, }, levels = { - [1] = { baseMultiplier = 0.9, levelRequirement = 0, cost = { Mana = 7, }, }, - [2] = { baseMultiplier = 0.99, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { baseMultiplier = 1.09, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { baseMultiplier = 1.19, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { baseMultiplier = 1.28, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { baseMultiplier = 1.38, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { baseMultiplier = 1.47, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { baseMultiplier = 1.56, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { baseMultiplier = 1.64, levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { baseMultiplier = 1.72, levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { baseMultiplier = 1.81, levelRequirement = 41, cost = { Mana = 20, }, }, - [12] = { baseMultiplier = 1.9, levelRequirement = 46, cost = { Mana = 22, }, }, - [13] = { baseMultiplier = 1.99, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { baseMultiplier = 2.09, levelRequirement = 58, cost = { Mana = 27, }, }, - [15] = { baseMultiplier = 2.2, levelRequirement = 64, cost = { Mana = 30, }, }, - [16] = { baseMultiplier = 2.31, levelRequirement = 66, cost = { Mana = 33, }, }, - [17] = { baseMultiplier = 2.42, levelRequirement = 72, cost = { Mana = 37, }, }, - [18] = { baseMultiplier = 2.55, levelRequirement = 78, cost = { Mana = 41, }, }, - [19] = { baseMultiplier = 2.67, levelRequirement = 84, cost = { Mana = 45, }, }, - [20] = { baseMultiplier = 2.81, levelRequirement = 90, cost = { Mana = 50, }, }, - [21] = { baseMultiplier = 2.95, levelRequirement = 90, cost = { Mana = 56, }, }, - [22] = { baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 62, }, }, - [23] = { baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 69, }, }, - [24] = { baseMultiplier = 3.41, levelRequirement = 90, cost = { Mana = 76, }, }, - [25] = { baseMultiplier = 3.58, levelRequirement = 90, cost = { Mana = 84, }, }, - [26] = { baseMultiplier = 3.76, levelRequirement = 90, cost = { Mana = 94, }, }, - [27] = { baseMultiplier = 3.95, levelRequirement = 90, cost = { Mana = 104, }, }, - [28] = { baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 115, }, }, - [29] = { baseMultiplier = 4.35, levelRequirement = 90, cost = { Mana = 128, }, }, - [30] = { baseMultiplier = 4.57, levelRequirement = 90, cost = { Mana = 141, }, }, - [31] = { baseMultiplier = 4.8, levelRequirement = 90, cost = { Mana = 157, }, }, - [32] = { baseMultiplier = 5.04, levelRequirement = 90, cost = { Mana = 174, }, }, - [33] = { baseMultiplier = 5.29, levelRequirement = 90, cost = { Mana = 193, }, }, - [34] = { baseMultiplier = 5.56, levelRequirement = 90, cost = { Mana = 213, }, }, - [35] = { baseMultiplier = 5.84, levelRequirement = 90, cost = { Mana = 237, }, }, - [36] = { baseMultiplier = 6.13, levelRequirement = 90, cost = { Mana = 262, }, }, - [37] = { baseMultiplier = 6.43, levelRequirement = 90, cost = { Mana = 291, }, }, - [38] = { baseMultiplier = 6.76, levelRequirement = 90, cost = { Mana = 322, }, }, - [39] = { baseMultiplier = 7.09, levelRequirement = 90, cost = { Mana = 357, }, }, - [40] = { baseMultiplier = 7.45, levelRequirement = 90, cost = { Mana = 396, }, }, + [1] = { baseMultiplier = 0.75, levelRequirement = 0, cost = { Mana = 7, }, }, + [2] = { baseMultiplier = 0.82, levelRequirement = 3, cost = { Mana = 8, }, }, + [3] = { baseMultiplier = 0.91, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { baseMultiplier = 0.99, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { baseMultiplier = 1.07, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { baseMultiplier = 1.15, levelRequirement = 18, cost = { Mana = 13, }, }, + [7] = { baseMultiplier = 1.23, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { baseMultiplier = 1.3, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { baseMultiplier = 1.37, levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { baseMultiplier = 1.44, levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { baseMultiplier = 1.51, levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { baseMultiplier = 1.58, levelRequirement = 46, cost = { Mana = 24, }, }, + [13] = { baseMultiplier = 1.66, levelRequirement = 52, cost = { Mana = 26, }, }, + [14] = { baseMultiplier = 1.75, levelRequirement = 58, cost = { Mana = 29, }, }, + [15] = { baseMultiplier = 1.83, levelRequirement = 64, cost = { Mana = 31, }, }, + [16] = { baseMultiplier = 1.92, levelRequirement = 66, cost = { Mana = 34, }, }, + [17] = { baseMultiplier = 2.02, levelRequirement = 72, cost = { Mana = 37, }, }, + [18] = { baseMultiplier = 2.12, levelRequirement = 78, cost = { Mana = 40, }, }, + [19] = { baseMultiplier = 2.23, levelRequirement = 84, cost = { Mana = 43, }, }, + [20] = { baseMultiplier = 2.34, levelRequirement = 90, cost = { Mana = 47, }, }, + [21] = { baseMultiplier = 2.46, levelRequirement = 90, cost = { Mana = 51, }, }, + [22] = { baseMultiplier = 2.58, levelRequirement = 90, cost = { Mana = 55, }, }, + [23] = { baseMultiplier = 2.71, levelRequirement = 90, cost = { Mana = 59, }, }, + [24] = { baseMultiplier = 2.84, levelRequirement = 90, cost = { Mana = 63, }, }, + [25] = { baseMultiplier = 2.99, levelRequirement = 90, cost = { Mana = 68, }, }, + [26] = { baseMultiplier = 3.13, levelRequirement = 90, cost = { Mana = 73, }, }, + [27] = { baseMultiplier = 3.29, levelRequirement = 90, cost = { Mana = 78, }, }, + [28] = { baseMultiplier = 3.46, levelRequirement = 90, cost = { Mana = 84, }, }, + [29] = { baseMultiplier = 3.63, levelRequirement = 90, cost = { Mana = 90, }, }, + [30] = { baseMultiplier = 3.81, levelRequirement = 90, cost = { Mana = 96, }, }, + [31] = { baseMultiplier = 4, levelRequirement = 90, cost = { Mana = 103, }, }, + [32] = { baseMultiplier = 4.2, levelRequirement = 90, cost = { Mana = 110, }, }, + [33] = { baseMultiplier = 4.41, levelRequirement = 90, cost = { Mana = 118, }, }, + [34] = { baseMultiplier = 4.63, levelRequirement = 90, cost = { Mana = 126, }, }, + [35] = { baseMultiplier = 4.86, levelRequirement = 90, cost = { Mana = 134, }, }, + [36] = { baseMultiplier = 5.11, levelRequirement = 90, cost = { Mana = 143, }, }, + [37] = { baseMultiplier = 5.36, levelRequirement = 90, cost = { Mana = 153, }, }, + [38] = { baseMultiplier = 5.63, levelRequirement = 90, cost = { Mana = 163, }, }, + [39] = { baseMultiplier = 5.91, levelRequirement = 90, cost = { Mana = 173, }, }, + [40] = { baseMultiplier = 6.21, levelRequirement = 90, cost = { Mana = 184, }, }, }, statSets = { [1] = { @@ -14179,6 +16698,7 @@ skills["SiphoningStrikePlayer"] = { "never_shock", "global_knockback", "base_consume_enemy_shock_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -14235,56 +16755,57 @@ skills["SiphoningStrikePlayer"] = { { "melee_conditional_step_distance", 10 }, { "base_melee_dash_range", 65 }, { "active_skill_hit_damage_stun_multiplier_+%_final", 50 }, - { "active_skill_base_area_of_effect_radius", 20 }, + { "active_skill_base_area_of_effect_radius", 30 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, }, stats = { "skill_can_add_multiple_charges_per_action", "is_area_damage", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { - [1] = { baseMultiplier = 1.1, actorLevel = 1, }, - [2] = { baseMultiplier = 1.21, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.33, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.45, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.57, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.68, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.8, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.91, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.01, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.11, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.21, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.32, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.44, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 2.56, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 2.69, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 2.82, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 2.96, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.11, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 3.27, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 3.43, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 3.6, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 3.78, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 3.97, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 4.17, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 4.38, actorLevel = 136.875, }, - [26] = { baseMultiplier = 4.6, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 4.83, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 5.07, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 5.32, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 5.59, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 5.87, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 6.16, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 6.47, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 6.79, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 7.13, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 7.49, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 7.86, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 8.26, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 8.67, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 9.1, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 2, actorLevel = 1, }, + [2] = { baseMultiplier = 2.2, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 2.42, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 2.64, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 2.85, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 3.06, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 3.28, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 3.47, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 3.65, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 3.83, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 4.02, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 4.22, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 4.43, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 4.65, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 4.89, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 5.13, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 5.39, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 5.66, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 5.94, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 6.24, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 6.55, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 6.88, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 7.22, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 7.58, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 7.96, actorLevel = 136.875, }, + [26] = { baseMultiplier = 8.36, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 8.78, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 9.22, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 9.68, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 10.16, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 10.67, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 11.2, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 11.76, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 12.35, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 12.97, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 13.62, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 14.3, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 15.01, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 15.76, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 16.55, actorLevel = 288.29998779297, }, }, }, } @@ -14297,8 +16818,8 @@ skills["SummonSkeletalArsonistsPlayer"] = { }, color = 3, description = "Activate to summon bomb-throwing, Reviving Skeletal Arsonists that can detonate other Minions on Command.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Fire] = true, [SkillType.CommandableMinion] = true, }, - minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.DamageOverTime] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Fire] = true, [SkillType.CommandableMinion] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, }, castTime = 0, qualityStats = { }, @@ -14357,6 +16878,7 @@ skills["SummonSkeletalArsonistsPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 15 }, }, stats = { "is_resummoning_minion", @@ -14414,12 +16936,12 @@ skills["SummonSkeletalBrutesPlayer"] = { "RaisedSkeletonBrute", }, color = 3, - description = "Activate to summons hard-hitting, Reviving Skeletal Brutes that can Stun Primed enemies.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, }, - minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, }, + description = "Activate to summon hard-hitting, Reviving Skeletal Brutes that can Stun Primed enemies and Warcry on Command. This Warcry Intimidates nearby enemies and Consumes Freeze on enemies and allies to deal damage in an Area around them.", + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, [SkillType.CommandableMinion] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, }, castTime = 0, qualityStats = { - { "active_skill_minion_hit_damage_stun_multiplier_+%_final", 1 }, + { "active_skill_minion_hit_damage_stun_multiplier_+%_final", 2 }, }, levels = { [1] = { spiritReservationFlat = 165, levelRequirement = 0, }, @@ -14476,6 +16998,7 @@ skills["SummonSkeletalBrutesPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 60 }, }, stats = { "is_resummoning_minion", @@ -14534,11 +17057,11 @@ skills["SummonSkeletalClericsPlayer"] = { }, color = 3, description = "Activate to summon Reviving Skeletal Clerics that heal other minions and revive fallen Skeletons.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Spell] = true, [SkillType.Cooldown] = true, }, castTime = 0, qualityStats = { - { "active_skill_minion_life_+%_final", 1.5 }, + { "skeletal_cleric_revived_skeletons_immune_for_X_ms", 150 }, }, levels = { [1] = { spiritReservationFlat = 60, levelRequirement = 0, }, @@ -14595,6 +17118,7 @@ skills["SummonSkeletalClericsPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 30 }, }, stats = { "is_resummoning_minion", @@ -14652,12 +17176,12 @@ skills["SummonSkeletalFrostMagesPlayer"] = { "RaisedSkeletonFrostMage", }, color = 3, - description = "Activate to summon Reviving Skeletal Frost Mages that can be Commanded to cast icy explosions.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Cold] = true, [SkillType.CommandableMinion] = true, }, - minionSkillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, }, + description = "Activate to summon Reviving Skeletal Frost Mages that can envelop your Minions in an icy shield on Command.", + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Cold] = true, [SkillType.CommandableMinion] = true, [SkillType.NoAttackInPlace] = true, }, + minionSkillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, }, castTime = 0, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "active_skill_minion_damage_+%_final", 1 }, }, levels = { [1] = { spiritReservationFlat = 120, levelRequirement = 0, }, @@ -14714,6 +17238,7 @@ skills["SummonSkeletalFrostMagesPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 35 }, }, stats = { "is_resummoning_minion", @@ -14772,7 +17297,7 @@ skills["SummonSkeletalReaversPlayer"] = { }, color = 3, description = "Activate to summon aggressive, Reviving Skeletal Reavers that can enrage on Command.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.CommandableMinion] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.CommandableMinion] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, }, castTime = 0, qualityStats = { @@ -14834,6 +17359,7 @@ skills["SummonSkeletalReaversPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 6 }, }, stats = { "is_resummoning_minion", @@ -14892,11 +17418,11 @@ skills["SummonSkeletalSnipersPlayer"] = { }, color = 3, description = "Activate to summon long-ranged, Reviving Skeletal Snipers that can fire a gas arrow on Command.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.CommandableMinion] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.CommandableMinion] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.CreatesGroundEffect] = true, }, castTime = 0, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "active_skill_minion_damage_+%_final", 1 }, }, levels = { [1] = { spiritReservationFlat = 90, levelRequirement = 0, }, @@ -14953,6 +17479,7 @@ skills["SummonSkeletalSnipersPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 15 }, }, stats = { "is_resummoning_minion", @@ -15011,7 +17538,7 @@ skills["SummonSkeletalStormMagesPlayer"] = { }, color = 3, description = "Activate to summon Reviving Skeletal Storm Mages that can call down a lightning storm on dead Skeletons on Command.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Lightning] = true, [SkillType.CommandableMinion] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Lightning] = true, [SkillType.CommandableMinion] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Chains] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, }, castTime = 0, qualityStats = { @@ -15072,6 +17599,7 @@ skills["SummonSkeletalStormMagesPlayer"] = { constantStats = { { "display_minion_monster_type", 2 }, { "minion_base_resummon_time_ms", 12000 }, + { "skeletal_graft_buff_effect_magnitude", 25 }, }, stats = { "is_resummoning_minion", @@ -15131,7 +17659,7 @@ skills["SummonSkeletalWarriorsPlayer"] = { }, color = 3, description = "Activate to summon Reviving Skeletal Warriors.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.CreatesSkeletonMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, }, castTime = 0, qualityStats = { @@ -15195,6 +17723,7 @@ skills["SummonSkeletalWarriorsPlayer"] = { { "minion_base_resummon_time_ms", 12000 }, { "first_X_minions_have_0_base_spirit_reservation", 2 }, { "skill_desired_initial_amount", 2 }, + { "skeletal_graft_buff_effect_magnitude", 15 }, }, stats = { "is_resummoning_minion", @@ -15245,64 +17774,360 @@ skills["SummonSkeletalWarriorsPlayer"] = { }, } } +skills["SnapPlayer"] = { + name = "Snap", + baseTypeName = "Snap", + color = 3, + description = "Consume the elemental energy from a Frozen, Shocked or Ignited enemy, creating an elemental blast that leaves behind an Infusion Remnant. The blast will spread to other enemies affected by the same Ailment, but those blasts cannot spread further. Can also be cast on a Frostbolt to create a larger cold blast.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.AreaSpell] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.SkillConsumesIgnite] = true, [SkillType.SkillConsumesShock] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Unleashable] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GeneratesRemnants] = true, [SkillType.GeneratesInfusion] = true, [SkillType.Cooldown] = true, [SkillType.ManualCooldownConsumption] = true, }, + castTime = 0.5, + qualityStats = { + { "chance_%_to_spawn_another_infusion_remnant", 0.5 }, + }, + levels = { + [1] = { critChance = 13, storedUses = 1, levelRequirement = 0, cooldown = 4, cost = { Mana = 8, }, }, + [2] = { critChance = 13, storedUses = 1, levelRequirement = 3, cooldown = 4, cost = { Mana = 10, }, }, + [3] = { critChance = 13, storedUses = 1, levelRequirement = 6, cooldown = 4, cost = { Mana = 12, }, }, + [4] = { critChance = 13, storedUses = 1, levelRequirement = 10, cooldown = 4, cost = { Mana = 14, }, }, + [5] = { critChance = 13, storedUses = 1, levelRequirement = 14, cooldown = 4, cost = { Mana = 16, }, }, + [6] = { critChance = 13, storedUses = 1, levelRequirement = 18, cooldown = 4, cost = { Mana = 18, }, }, + [7] = { critChance = 13, storedUses = 1, levelRequirement = 22, cooldown = 4, cost = { Mana = 21, }, }, + [8] = { critChance = 13, storedUses = 1, levelRequirement = 26, cooldown = 4, cost = { Mana = 24, }, }, + [9] = { critChance = 13, storedUses = 1, levelRequirement = 31, cooldown = 4, cost = { Mana = 27, }, }, + [10] = { critChance = 13, storedUses = 1, levelRequirement = 36, cooldown = 4, cost = { Mana = 30, }, }, + [11] = { critChance = 13, storedUses = 1, levelRequirement = 41, cooldown = 4, cost = { Mana = 34, }, }, + [12] = { critChance = 13, storedUses = 1, levelRequirement = 46, cooldown = 4, cost = { Mana = 38, }, }, + [13] = { critChance = 13, storedUses = 1, levelRequirement = 52, cooldown = 4, cost = { Mana = 43, }, }, + [14] = { critChance = 13, storedUses = 1, levelRequirement = 58, cooldown = 4, cost = { Mana = 48, }, }, + [15] = { critChance = 13, storedUses = 1, levelRequirement = 64, cooldown = 4, cost = { Mana = 53, }, }, + [16] = { critChance = 13, storedUses = 1, levelRequirement = 66, cooldown = 4, cost = { Mana = 59, }, }, + [17] = { critChance = 13, storedUses = 1, levelRequirement = 72, cooldown = 4, cost = { Mana = 65, }, }, + [18] = { critChance = 13, storedUses = 1, levelRequirement = 78, cooldown = 4, cost = { Mana = 73, }, }, + [19] = { critChance = 13, storedUses = 1, levelRequirement = 84, cooldown = 4, cost = { Mana = 80, }, }, + [20] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 89, }, }, + [21] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 98, }, }, + [22] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 108, }, }, + [23] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 119, }, }, + [24] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 131, }, }, + [25] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 144, }, }, + [26] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 158, }, }, + [27] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 173, }, }, + [28] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 189, }, }, + [29] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 207, }, }, + [30] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 227, }, }, + [31] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 248, }, }, + [32] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 271, }, }, + [33] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 296, }, }, + [34] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 322, }, }, + [35] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 352, }, }, + [36] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 383, }, }, + [37] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 417, }, }, + [38] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 454, }, }, + [39] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 495, }, }, + [40] = { critChance = 13, storedUses = 1, levelRequirement = 90, cooldown = 4, cost = { Mana = 538, }, }, + }, + statSets = { + [1] = { + label = "Cold", + baseEffectiveness = 4.4499998092651, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "shatter", + baseFlags = { + area = true, + spell = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_secondary_area_of_effect_radius", 32 }, + { "snap_proliferation_base_delay_ms", 50 }, + { "snap_proliferation_delay_range_ms", 200 }, + { "snap_maximum_proliferation_depth", 2 }, + { "snap_damage_+%_final_if_created_from_unique", 50 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "can_perform_skill_while_moving", + "is_area_damage", + "skill_is_infusion_skill", + "never_freeze", + "never_shock", + "never_ignite", + "base_skill_show_average_damage_instead_of_dps", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 26, 38, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 52, 79, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 77, 115, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 92, 137, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 108, 162, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 127, 191, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 149, 223, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 173, 260, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 201, 302, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 233, 350, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 269, 404, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 310, 466, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 358, 536, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 411, 617, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 473, 709, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 543, 815, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 624, 936, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 717, 1075, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 823, 1235, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 945, 1418, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1086, 1630, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1249, 1873, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1436, 2155, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1653, 2480, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1904, 2856, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 2195, 3292, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2532, 3798, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 2923, 4385, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 3379, 5069, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 3910, 5865, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 4529, 6794, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 5253, 7880, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 6100, 9149, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 7091, 10637, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8255, 12383, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Lightning", + baseEffectiveness = 2.0299999713898, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "shatter", + baseFlags = { + area = true, + spell = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "snap_proliferation_base_delay_ms", 50 }, + { "snap_proliferation_delay_range_ms", 200 }, + { "snap_maximum_proliferation_depth", 2 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "can_perform_skill_while_moving", + "is_area_damage", + "skill_is_infusion_skill", + "never_freeze", + "never_shock", + "never_ignite", + "base_skill_show_average_damage_instead_of_dps", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, + levels = { + [1] = { 0, 0, 1, 15, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 1, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1, 28, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 2, 36, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 2, 46, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 3, 57, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 4, 69, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 4, 83, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 5, 99, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 6, 117, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 7, 138, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 8, 161, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 10, 188, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 11, 218, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 13, 252, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 15, 292, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 18, 336, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 20, 387, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 23, 446, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 27, 512, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 31, 589, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 36, 676, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 41, 776, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 47, 892, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 54, 1024, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 62, 1177, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 71, 1353, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 82, 1556, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 94, 1791, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 109, 2063, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 125, 2378, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 144, 2743, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 167, 3167, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 193, 3661, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 223, 4236, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 258, 4907, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 300, 5691, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 348, 6608, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 404, 7683, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 471, 8944, critChance = 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [3] = { + label = "Fire", + baseEffectiveness = 1.8099999427795, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "shatter", + baseFlags = { + area = true, + spell = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "snap_proliferation_base_delay_ms", 50 }, + { "snap_proliferation_delay_range_ms", 200 }, + { "snap_maximum_proliferation_depth", 2 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "can_perform_skill_while_moving", + "is_area_damage", + "skill_is_infusion_skill", + "never_freeze", + "never_shock", + "never_ignite", + "base_skill_show_average_damage_instead_of_dps", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 0, 0, 6, 8, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 8, 11, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 10, 16, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 14, 20, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 17, 26, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 21, 32, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 26, 39, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 31, 47, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 37, 56, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 44, 66, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 52, 78, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 61, 91, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 71, 106, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 82, 123, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 95, 142, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 109, 164, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 126, 189, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 145, 218, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 167, 251, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 192, 288, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 221, 331, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 254, 381, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 291, 437, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 335, 502, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 385, 577, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 442, 663, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 508, 762, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 584, 876, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 672, 1009, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 774, 1162, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 893, 1339, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 1030, 1545, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 1189, 1784, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 1374, 2062, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 1590, 2386, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 1842, 2763, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 2137, 3205, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 2481, 3721, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 2884, 4327, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 3358, 5037, critChance = 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["SolarOrbPlayer"] = { name = "Solar Orb", baseTypeName = "Solar Orb", color = 3, - description = "Create a fiery Orb that periodically releases fiery pulses. Enemies that are very close to the Orb are Ignited.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, }, + description = "Create a fiery Orb that periodically releases fiery pulses. Enemies that are very close to the Orb are Ignited. Flameblast can target a Solar Orb to be centred on the Orb instead of your location.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.AreaSpell] = true, [SkillType.Orb] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.8, qualityStats = { - { "solar_orb_base_pulse_frequency_ms", -15 }, + { "active_skill_damage_+%_final_vs_burning_enemies", 1 }, }, levels = { - [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 13, }, }, - [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 28, }, }, - [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 32, }, }, - [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 36, }, }, - [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 41, }, }, - [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 46, }, }, - [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 52, }, }, - [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 59, }, }, - [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 67, }, }, - [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 76, }, }, - [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 86, }, }, - [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 97, }, }, - [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 110, }, }, - [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 125, }, }, - [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 141, }, }, - [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 160, }, }, - [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 181, }, }, - [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 205, }, }, - [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 232, }, }, - [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 262, }, }, - [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 297, }, }, - [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 336, }, }, - [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 381, }, }, - [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 431, }, }, - [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 488, }, }, - [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 552, }, }, - [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 625, }, }, - [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 707, }, }, - [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 800, }, }, - [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 906, }, }, - [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1025, }, }, - [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1160, }, }, - [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1313, }, }, - [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1486, }, }, - [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 1682, }, }, + [1] = { critChance = 7, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 7, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 7, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 7, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 7, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 7, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 7, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 7, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 7, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 7, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 7, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 7, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 7, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 7, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 7, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 7, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 7, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 7, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 7, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 7, levelRequirement = 90, cost = { Mana = 0, }, }, }, statSets = { [1] = { label = "Pulse", - baseEffectiveness = 1.3500000238419, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 1.7000000476837, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "solar_orb_statset_0", statMap = { ["solar_orb_base_pulse_frequency_ms"] = { @@ -15322,7 +18147,7 @@ skills["SolarOrbPlayer"] = { { "solar_orb_base_maximum_number_of_orbs", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "spell_minimum_base_fire_damage", @@ -15331,63 +18156,66 @@ skills["SolarOrbPlayer"] = { "base_skill_show_average_damage_instead_of_dps", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [1] = { 4, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 24, 36, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 39, 58, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 52, 78, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 60, 90, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 104, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 91, 136, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 104, 155, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 118, 177, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 134, 202, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 153, 229, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 174, 261, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 197, 296, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 224, 337, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 255, 382, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 289, 434, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 329, 493, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 374, 560, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 425, 637, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 483, 724, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 549, 824, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 625, 937, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 712, 1067, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 811, 1216, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 925, 1387, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1055, 1583, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1206, 1808, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1378, 2068, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1577, 2366, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1807, 2710, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [4] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, 27, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 40, 61, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 49, 73, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 57, 85, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 77, 115, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 89, 134, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 103, 154, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 119, 178, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 137, 205, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 157, 236, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 181, 271, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 208, 311, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 238, 358, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 274, 411, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 314, 472, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 361, 542, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 415, 623, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 477, 716, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 549, 823, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 632, 947, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 727, 1091, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 838, 1258, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 967, 1451, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1117, 1675, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1291, 1936, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1494, 2241, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1730, 2596, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2007, 3010, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2330, 3495, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2709, 4064, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3154, 4730, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { label = "Ignite", - baseEffectiveness = 4.3000001907349, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + baseEffectiveness = 2.7000000476837, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "solar_orb_statset_1", baseFlags = { spell = true, area = true, - duration = true, }, constantStats = { { "active_skill_base_area_of_effect_radius", 10 }, - { "active_skill_energy_generated_+%_final", -80 }, + { "active_skill_energy_generated_+%_final", -50 }, }, stats = { "spell_minimum_base_fire_damage", @@ -15398,48 +18226,53 @@ skills["SolarOrbPlayer"] = { "base_skill_show_average_damage_instead_of_dps", "can_perform_skill_while_moving", "display_statset_hide_usage_stats", + "quality_hide_display_character_panel", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { - [1] = { 4, 6, 13, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 18, 27, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 8, 12, 25, 38, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 10, 16, 33, 50, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 13, 20, 42, 63, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 16, 25, 52, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 20, 30, 63, 95, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 24, 36, 76, 114, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 28, 42, 90, 135, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 33, 50, 106, 159, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 39, 58, 124, 186, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 45, 68, 144, 216, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 52, 78, 166, 250, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 60, 90, 192, 288, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 104, 220, 331, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 79, 119, 253, 379, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 91, 136, 289, 433, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 104, 155, 330, 495, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 118, 177, 376, 564, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 134, 202, 428, 642, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 153, 229, 487, 730, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 174, 261, 554, 830, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 197, 296, 629, 944, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 224, 337, 715, 1072, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 255, 382, 812, 1218, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 289, 434, 922, 1383, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 329, 493, 1047, 1571, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 374, 560, 1190, 1785, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 425, 637, 1352, 2028, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 483, 724, 1537, 2306, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 549, 824, 1749, 2623, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 625, 937, 1990, 2985, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 712, 1067, 2266, 3400, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 811, 1216, 2583, 3874, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 925, 1387, 2946, 4418, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1055, 1583, 3362, 5043, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1206, 1808, 3840, 5760, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1378, 2068, 4390, 6586, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1577, 2366, 5024, 7536, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1807, 2710, 5755, 8633, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 4, 5, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, 9, 13, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 8, 12, 13, 19, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 16, 17, 26, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, 22, 33, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, 27, 28, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 22, 33, 35, 53, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 27, 41, 43, 65, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 33, 50, 53, 79, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 40, 61, 64, 96, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 49, 73, 77, 116, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 57, 85, 90, 135, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 66, 99, 105, 158, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 77, 115, 122, 183, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 89, 134, 141, 212, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 103, 154, 163, 245, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 119, 178, 188, 283, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 137, 205, 217, 325, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 157, 236, 250, 374, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 181, 271, 287, 430, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 208, 311, 330, 494, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 238, 358, 379, 568, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 274, 411, 435, 652, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 314, 472, 499, 749, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 361, 542, 574, 860, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 415, 623, 659, 989, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 477, 716, 758, 1137, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 549, 823, 872, 1307, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 632, 947, 1003, 1505, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 727, 1091, 1155, 1733, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 838, 1258, 1332, 1997, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 967, 1451, 1536, 2304, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1117, 1675, 1774, 2661, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1291, 1936, 2050, 3075, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1494, 2241, 2372, 3559, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1730, 2596, 2748, 4122, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2007, 3010, 3187, 4781, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2330, 3495, 3701, 5551, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2709, 4064, 4303, 6454, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3154, 4730, 5009, 7513, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -15449,52 +18282,52 @@ skills["SoulOfferingPlayer"] = { baseTypeName = "Soul Offering", color = 3, description = "Skewer a Skeleton on a bone spike, granting you a powerful Spell damage Buff as long as the spike remains. Does not affect your Minions.\n\nThe bone spike is itself a Minion. If it dies, the effect ends immediately.", - skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, [SkillType.Buff] = true, }, + skillTypes = { [SkillType.Offering] = true, [SkillType.Minion] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.Limit] = true, [SkillType.Buff] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { { "base_skill_effect_duration", 50 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 33, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 37, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 40, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 44, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 49, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 53, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 59, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 64, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 71, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 78, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 86, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 94, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 103, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 113, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 125, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 137, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 150, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 165, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 181, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 199, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 240, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 264, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 290, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 318, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 350, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 384, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 422, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 463, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 509, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 559, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 614, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 674, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 740, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 813, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 892, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 980, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1076, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1182, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1298, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 32, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 36, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 41, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 45, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 50, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 55, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 60, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 65, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 70, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 76, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 82, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 88, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 94, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 100, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 106, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 113, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 120, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 127, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 134, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 141, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 157, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 165, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 174, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 182, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 191, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 200, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 210, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 220, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 240, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 251, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 261, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 273, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 284, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 296, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 308, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 321, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 334, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 347, }, }, }, statSets = { [1] = { @@ -15513,7 +18346,7 @@ skills["SoulOfferingPlayer"] = { { "base_number_of_power_offerings_allowed", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "base_skill_effect_duration", 4000 }, }, stats = { @@ -15567,65 +18400,348 @@ skills["SoulOfferingPlayer"] = { }, } } +skills["SoulrendPlayer"] = { + name = "Soulrend", + baseTypeName = "Soulrend", + fromItem = true, + color = 3, + description = "Fire a Piercing Projectile that seeks out enemies. Enemies hit are inflicted with a Debuff that Hinders them and deals Chaos damage over time for a short duration.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.DamageOverTime] = true, [SkillType.Damage] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Unleashable] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.8, + qualityStats = { + { "base_skill_effect_duration", 5 }, + }, + levels = { + [1] = { critChance = 13, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 13, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 13, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 13, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 13, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 13, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 13, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 13, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 13, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 13, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 13, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 13, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 13, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 13, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 13, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 13, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 13, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 13, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 13, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 13, levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Projectile", + baseEffectiveness = 1.6000000238419, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "soulrend", + baseFlags = { + spell = true, + projectile = true, + }, + constantStats = { + { "active_skill_projectile_speed_+%_variation_final", 25 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "base_is_projectile", + "always_pierce", + "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, + levels = { + [1] = { 3, 6, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 5, 9, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 7, 12, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 11, 21, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 14, 27, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 18, 33, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 22, 40, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 26, 49, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 32, 59, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 38, 70, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 44, 82, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 51, 94, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 58, 109, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 67, 125, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 77, 143, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 88, 163, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 100, 186, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 114, 212, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 130, 242, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 148, 275, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 168, 312, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 191, 355, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 217, 403, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 246, 457, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 280, 520, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 318, 590, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 361, 670, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 410, 762, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 466, 866, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 530, 985, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 603, 1120, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 687, 1276, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 783, 1454, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 893, 1658, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1019, 1892, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1163, 2161, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1330, 2470, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1522, 2826, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1743, 3237, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Damage over Time", + baseEffectiveness = 1.6000000238419, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "soulrend", + baseFlags = { + spell = true, + duration = true, + }, + baseMods = { + skill("debuff", true), + }, + constantStats = { + { "active_skill_projectile_speed_+%_variation_final", 25 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 600 }, + { "pvp_skill_dot_attack_time_override_ms", 600 }, + }, + stats = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + "base_chaos_damage_to_deal_per_minute", + "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", + "spell_damage_modifiers_apply_to_skill_dot", + "display_statset_hide_usage_stats", + }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, + levels = { + [1] = { 0, 0, 605, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 834, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1165, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1554, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 2012, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 2548, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 3176, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 3909, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 4768, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 5777, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 6961, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 8140, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 9481, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 11006, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 12742, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 14720, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 16975, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 19550, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 22491, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 25856, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 29708, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 34123, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 39189, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 45008, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 51701, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 59407, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 68291, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 78546, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 90397, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 104111, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 120002, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 138440, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 159860, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 184780, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 213811, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 247679, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 287245, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 333535, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 387769, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 451405, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["SparkPlayer"] = { name = "Spark", baseTypeName = "Spark", color = 3, - description = "Launch a spray of sparking Projectiles that travel erratically along the ground until they hit an enemy or expire.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Launch a spray of sparking Projectiles that travel erratically along the ground until they hit an enemy or expire. Consumes a Cold Infusion if possible to fire many sparks in a circle.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "base_projectile_speed_+%", 1.5 }, }, levels = { - [1] = { critChance = 9, levelRequirement = 0, cost = { Mana = 6, }, }, + [1] = { critChance = 9, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { critChance = 9, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { critChance = 9, levelRequirement = 6, cost = { Mana = 7, }, }, [4] = { critChance = 9, levelRequirement = 10, cost = { Mana = 8, }, }, [5] = { critChance = 9, levelRequirement = 14, cost = { Mana = 10, }, }, [6] = { critChance = 9, levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { critChance = 9, levelRequirement = 22, cost = { Mana = 12, }, }, - [8] = { critChance = 9, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { critChance = 9, levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { critChance = 9, levelRequirement = 36, cost = { Mana = 18, }, }, + [7] = { critChance = 9, levelRequirement = 22, cost = { Mana = 13, }, }, + [8] = { critChance = 9, levelRequirement = 26, cost = { Mana = 15, }, }, + [9] = { critChance = 9, levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { critChance = 9, levelRequirement = 36, cost = { Mana = 19, }, }, [11] = { critChance = 9, levelRequirement = 41, cost = { Mana = 21, }, }, - [12] = { critChance = 9, levelRequirement = 46, cost = { Mana = 23, }, }, + [12] = { critChance = 9, levelRequirement = 46, cost = { Mana = 24, }, }, [13] = { critChance = 9, levelRequirement = 52, cost = { Mana = 27, }, }, [14] = { critChance = 9, levelRequirement = 58, cost = { Mana = 30, }, }, - [15] = { critChance = 9, levelRequirement = 64, cost = { Mana = 34, }, }, - [16] = { critChance = 9, levelRequirement = 66, cost = { Mana = 39, }, }, - [17] = { critChance = 9, levelRequirement = 72, cost = { Mana = 44, }, }, - [18] = { critChance = 9, levelRequirement = 78, cost = { Mana = 50, }, }, - [19] = { critChance = 9, levelRequirement = 84, cost = { Mana = 56, }, }, - [20] = { critChance = 9, levelRequirement = 90, cost = { Mana = 64, }, }, - [21] = { critChance = 9, levelRequirement = 90, cost = { Mana = 72, }, }, - [22] = { critChance = 9, levelRequirement = 90, cost = { Mana = 82, }, }, - [23] = { critChance = 9, levelRequirement = 90, cost = { Mana = 93, }, }, - [24] = { critChance = 9, levelRequirement = 90, cost = { Mana = 105, }, }, - [25] = { critChance = 9, levelRequirement = 90, cost = { Mana = 119, }, }, - [26] = { critChance = 9, levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { critChance = 9, levelRequirement = 90, cost = { Mana = 153, }, }, - [28] = { critChance = 9, levelRequirement = 90, cost = { Mana = 173, }, }, - [29] = { critChance = 9, levelRequirement = 90, cost = { Mana = 196, }, }, - [30] = { critChance = 9, levelRequirement = 90, cost = { Mana = 222, }, }, - [31] = { critChance = 9, levelRequirement = 90, cost = { Mana = 251, }, }, - [32] = { critChance = 9, levelRequirement = 90, cost = { Mana = 284, }, }, - [33] = { critChance = 9, levelRequirement = 90, cost = { Mana = 321, }, }, - [34] = { critChance = 9, levelRequirement = 90, cost = { Mana = 364, }, }, - [35] = { critChance = 9, levelRequirement = 90, cost = { Mana = 412, }, }, - [36] = { critChance = 9, levelRequirement = 90, cost = { Mana = 466, }, }, - [37] = { critChance = 9, levelRequirement = 90, cost = { Mana = 527, }, }, - [38] = { critChance = 9, levelRequirement = 90, cost = { Mana = 597, }, }, - [39] = { critChance = 9, levelRequirement = 90, cost = { Mana = 676, }, }, - [40] = { critChance = 9, levelRequirement = 90, cost = { Mana = 765, }, }, + [15] = { critChance = 9, levelRequirement = 64, cost = { Mana = 33, }, }, + [16] = { critChance = 9, levelRequirement = 66, cost = { Mana = 37, }, }, + [17] = { critChance = 9, levelRequirement = 72, cost = { Mana = 41, }, }, + [18] = { critChance = 9, levelRequirement = 78, cost = { Mana = 46, }, }, + [19] = { critChance = 9, levelRequirement = 84, cost = { Mana = 51, }, }, + [20] = { critChance = 9, levelRequirement = 90, cost = { Mana = 56, }, }, + [21] = { critChance = 9, levelRequirement = 90, cost = { Mana = 62, }, }, + [22] = { critChance = 9, levelRequirement = 90, cost = { Mana = 68, }, }, + [23] = { critChance = 9, levelRequirement = 90, cost = { Mana = 75, }, }, + [24] = { critChance = 9, levelRequirement = 90, cost = { Mana = 83, }, }, + [25] = { critChance = 9, levelRequirement = 90, cost = { Mana = 91, }, }, + [26] = { critChance = 9, levelRequirement = 90, cost = { Mana = 100, }, }, + [27] = { critChance = 9, levelRequirement = 90, cost = { Mana = 109, }, }, + [28] = { critChance = 9, levelRequirement = 90, cost = { Mana = 120, }, }, + [29] = { critChance = 9, levelRequirement = 90, cost = { Mana = 131, }, }, + [30] = { critChance = 9, levelRequirement = 90, cost = { Mana = 143, }, }, + [31] = { critChance = 9, levelRequirement = 90, cost = { Mana = 157, }, }, + [32] = { critChance = 9, levelRequirement = 90, cost = { Mana = 171, }, }, + [33] = { critChance = 9, levelRequirement = 90, cost = { Mana = 187, }, }, + [34] = { critChance = 9, levelRequirement = 90, cost = { Mana = 204, }, }, + [35] = { critChance = 9, levelRequirement = 90, cost = { Mana = 223, }, }, + [36] = { critChance = 9, levelRequirement = 90, cost = { Mana = 243, }, }, + [37] = { critChance = 9, levelRequirement = 90, cost = { Mana = 264, }, }, + [38] = { critChance = 9, levelRequirement = 90, cost = { Mana = 288, }, }, + [39] = { critChance = 9, levelRequirement = 90, cost = { Mana = 313, }, }, + [40] = { critChance = 9, levelRequirement = 90, cost = { Mana = 341, }, }, }, statSets = { [1] = { - label = "Spark", - baseEffectiveness = 1.1399999856949, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0044999998062849, - statDescriptionScope = "spark", + label = "Base", + baseEffectiveness = 1.2000000476837, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0060999998822808, + statDescriptionScope = "spark_statset_0", + baseFlags = { + spell = true, + projectile = true, + duration = true, + }, + constantStats = { + { "base_skill_effect_duration", 2000 }, + { "spark_pathing_width_bounds", 20 }, + { "damage_hit_effect_index", 1009 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "spark_min_time_between_target_clearing_ms", 660 }, + }, + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "base_number_of_projectiles", + "base_is_projectile", + "projectiles_should_collide_with_flying_monsters", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", + "can_perform_skill_while_moving", + "active_skill_consumes_a_cold_infusion", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, + levels = { + [1] = { 1, 10, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 1, 13, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1, 17, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1, 21, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1, 26, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 2, 32, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 2, 38, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 2, 45, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 3, 53, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3, 61, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 4, 71, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 4, 81, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 93, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 6, 106, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 6, 120, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7, 135, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 8, 153, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 9, 172, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 10, 193, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 11, 216, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 13, 242, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 14, 271, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 16, 303, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 18, 338, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 20, 378, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 22, 421, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 25, 470, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 28, 524, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 31, 584, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 34, 651, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 38, 726, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 43, 809, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 47, 902, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 53, 1006, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 59, 1122, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 66, 1252, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 74, 1398, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 82, 1561, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 92, 1744, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 103, 1949, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Cold-Infused", + baseEffectiveness = 2.4000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0060999998822808, + statDescriptionScope = "spark_statset_1", baseFlags = { spell = true, projectile = true, @@ -15637,12 +18753,18 @@ skills["SparkPlayer"] = { { "damage_hit_effect_index", 1009 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "spark_min_time_between_target_clearing_ms", 660 }, + { "base_spell_cast_time_ms", 500 }, }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "base_number_of_projectiles", "base_number_of_projectiles", "base_is_projectile", "projectiles_should_collide_with_flying_monsters", @@ -15650,48 +18772,56 @@ skills["SparkPlayer"] = { "projectile_uses_contact_direction", "check_for_targets_between_initiator_and_projectile_source", "can_perform_skill_while_moving", + "active_skill_consumes_a_cold_infusion", + "projectiles_nova", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", }, levels = { - [1] = { 1, 8, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 1, 11, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1, 16, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1, 20, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 1, 25, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 2, 31, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 2, 37, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 2, 43, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 3, 51, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 3, 59, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 4, 67, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 4, 77, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 5, 87, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 5, 98, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 6, 110, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6, 123, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7, 138, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 8, 153, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 9, 170, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 10, 189, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 11, 209, 9, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 12, 231, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 13, 255, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 15, 281, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 16, 310, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 18, 341, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 20, 376, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 22, 413, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 24, 454, 11, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 26, 498, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 29, 547, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 32, 600, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 35, 659, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 38, 723, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 42, 793, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 46, 870, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 50, 954, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 55, 1047, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 60, 1148, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 66, 1260, 13, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 1, 10, 7, 11, 0, 12, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 1, 13, 10, 15, 0, 12, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 1, 17, 14, 20, 0, 12, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 1, 21, 17, 26, 0, 12, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 1, 26, 22, 33, 0, 13, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 2, 32, 27, 40, 0, 13, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 2, 38, 32, 48, 0, 13, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 2, 45, 38, 57, 0, 13, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 3, 53, 44, 67, 0, 14, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 3, 61, 52, 78, 0, 14, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 4, 71, 60, 89, 0, 14, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 4, 81, 68, 103, 0, 14, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 5, 93, 78, 117, 0, 15, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 6, 106, 89, 134, 0, 15, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 6, 120, 101, 151, 0, 15, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 7, 135, 114, 171, 0, 15, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 8, 153, 129, 193, 0, 16, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 9, 172, 145, 217, 0, 16, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 10, 193, 163, 244, 0, 16, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 11, 216, 182, 273, 0, 16, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 13, 242, 204, 306, 0, 17, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 14, 271, 228, 343, 0, 17, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 16, 303, 255, 383, 0, 17, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 18, 338, 285, 428, 0, 17, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 20, 378, 318, 477, 0, 18, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 22, 421, 355, 532, 0, 18, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 25, 470, 396, 594, 0, 18, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 28, 524, 441, 662, 0, 18, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 31, 584, 492, 738, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 34, 651, 548, 822, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 38, 726, 611, 917, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 43, 809, 681, 1022, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 47, 902, 760, 1139, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 53, 1006, 847, 1271, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 59, 1122, 945, 1417, 0, 19, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 66, 1252, 1054, 1582, 0, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 74, 1398, 1177, 1765, 0, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 82, 1561, 1314, 1972, 0, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 92, 1744, 1469, 2203, 0, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 103, 1949, 1642, 2462, 0, 20, critChance = 11, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -15703,11 +18833,11 @@ skills["SummonSpectrePlayer"] = { }, color = 3, description = "Summon the spirit of the bound monster as a Reviving Minion.", - skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, }, - minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Chains] = true, [SkillType.Duration] = true, [SkillType.SummonsTotem] = true, [SkillType.Trapped] = true, [SkillType.RemoteMined] = true, [SkillType.DamageOverTime] = true, [SkillType.Channel] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cooldown] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.CreatesUndeadMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.MultipleReservation] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Chains] = true, [SkillType.Duration] = true, [SkillType.SummonsTotem] = true, [SkillType.Trapped] = true, [SkillType.RemoteMined] = true, [SkillType.DamageOverTime] = true, [SkillType.Channel] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Cooldown] = true, [SkillType.Barrageable] = true, [SkillType.Cascadable] = true, }, castTime = 0.85, qualityStats = { - { "base_reservation_+%", -0.5 }, + { "active_skill_minion_damage_+%_final", 1 }, }, levels = { [1] = { spiritReservationFlat = 50, levelRequirement = 0, }, @@ -15823,10 +18953,9 @@ skills["StaggeringPalmPlayer"] = { name = "Staggering Palm", baseTypeName = "Staggering Palm", color = 3, - description = "Dash to an enemy and Strike them with an Unarmed Attack. Heavy Stunning an enemy with this Skill grants you a Buff that causes your Quarterstaff and Unarmed Attacks to also fire Projectiles for a short duration. Enemies which are Primed for Stun will instantly be Heavily Stunned. This skill always Strikes with your bare fist, even if you have a Quarterstaff equipped.", - skillTypes = { [SkillType.Attack] = true, [SkillType.UseGlobalStats] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Duration] = true, [SkillType.Palm] = true, [SkillType.Buff] = true, }, + description = "Dash to an enemy and Strike them, instantly Heavily Stunning enemies which are Primed for Stun. Heavy Stunning an enemy with this Skill grants you a Buff that causes your Quarterstaff Attacks to also fire Projectiles for a short duration. Heavy Stunning additional enemies adds to the Buff's duration.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Duration] = true, [SkillType.Palm] = true, [SkillType.Buff] = true, [SkillType.Melee] = true, [SkillType.NoAttackInPlace] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { - ["None"] = true, ["Staff"] = true, }, castTime = 1, @@ -15835,50 +18964,49 @@ skills["StaggeringPalmPlayer"] = { levels = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.88, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.06, levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 20, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 22, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 27, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 30, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.05, levelRequirement = 66, cost = { Mana = 33, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.97, levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.06, levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.14, levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.22, levelRequirement = 18, cost = { Mana = 13, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.46, levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.53, levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.61, levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.69, levelRequirement = 46, cost = { Mana = 24, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.77, levelRequirement = 52, cost = { Mana = 26, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.86, levelRequirement = 58, cost = { Mana = 29, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.96, levelRequirement = 64, cost = { Mana = 31, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.05, levelRequirement = 66, cost = { Mana = 34, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 2.16, levelRequirement = 72, cost = { Mana = 37, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.26, levelRequirement = 78, cost = { Mana = 41, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 45, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 50, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 56, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 62, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 69, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 76, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 84, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 94, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 104, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 115, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 128, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 141, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 157, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 174, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 193, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 213, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 237, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 262, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 291, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 322, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 357, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 396, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.26, levelRequirement = 78, cost = { Mana = 40, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.38, levelRequirement = 84, cost = { Mana = 43, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.5, levelRequirement = 90, cost = { Mana = 47, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.62, levelRequirement = 90, cost = { Mana = 51, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 55, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 2.89, levelRequirement = 90, cost = { Mana = 59, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.03, levelRequirement = 90, cost = { Mana = 63, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.18, levelRequirement = 90, cost = { Mana = 68, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.34, levelRequirement = 90, cost = { Mana = 73, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.51, levelRequirement = 90, cost = { Mana = 78, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.69, levelRequirement = 90, cost = { Mana = 84, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 3.87, levelRequirement = 90, cost = { Mana = 90, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.06, levelRequirement = 90, cost = { Mana = 96, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.27, levelRequirement = 90, cost = { Mana = 103, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 4.48, levelRequirement = 90, cost = { Mana = 110, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 4.7, levelRequirement = 90, cost = { Mana = 118, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 4.94, levelRequirement = 90, cost = { Mana = 126, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 134, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 5.45, levelRequirement = 90, cost = { Mana = 143, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 5.72, levelRequirement = 90, cost = { Mana = 153, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6, levelRequirement = 90, cost = { Mana = 163, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 6.31, levelRequirement = 90, cost = { Mana = 173, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 6.62, levelRequirement = 90, cost = { Mana = 184, }, }, }, statSets = { [1] = { label = "Staggering Palm", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "wind_palm", baseFlags = { attack = true, @@ -15888,68 +19016,67 @@ skills["StaggeringPalmPlayer"] = { constantStats = { { "melee_conditional_step_distance", 10 }, { "base_melee_dash_range", 65 }, - { "additional_base_critical_strike_chance", 700 }, + { "base_skill_effect_duration", 7500 }, + { "staggering_palm_buff_max_duration_ms", 30000 }, }, stats = { - "attack_minimum_added_physical_damage", - "attack_maximum_added_physical_damage", - "base_skill_effect_duration", "global_always_hit", "is_area_damage", "active_skill_show_crush_range", "crushing_blow", + "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 6, 9, 6000, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 6200, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, 6400, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, 6600, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, 6800, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, 7000, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, 7200, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, 7400, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, 7600, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, 7800, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, 8000, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, 8200, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, 8400, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, 8600, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, 8800, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, 9000, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, 9200, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, 9400, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, 9600, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, 9800, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, 10000, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, 10200, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, 10400, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, 10600, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, 10800, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, 11000, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 11200, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, 11400, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, 11600, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, 11800, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, 12000, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, 12200, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, 12400, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, 12600, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, 12800, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, 13000, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, 13200, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, 13400, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, 13600, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, 13800, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } } skills["StaggeringPalmProjectilePlayer"] = { - name = "Wind Blast (Quarterstaff)", + name = "Projectile", hidden = true, - skillTypes = { [SkillType.RangedAttack] = true, [SkillType.Physical] = true, [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Projectile] = true, }, + skillTypes = { [SkillType.RangedAttack] = true, [SkillType.Physical] = true, [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Projectile] = true, [SkillType.QuarterstaffSkill] = true, }, weaponTypes = { - ["None"] = true, ["Staff"] = true, }, castTime = 1, @@ -15957,50 +19084,50 @@ skills["StaggeringPalmProjectilePlayer"] = { { "attacks_chance_to_blind_on_hit_%", 2 }, }, levels = { - [1] = { baseMultiplier = 0.48, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.53, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.58, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.63, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.68, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.73, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.79, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.83, levelRequirement = 0, }, - [9] = { baseMultiplier = 0.88, levelRequirement = 0, }, - [10] = { baseMultiplier = 0.92, levelRequirement = 0, }, - [11] = { baseMultiplier = 0.97, levelRequirement = 0, }, - [12] = { baseMultiplier = 1.01, levelRequirement = 0, }, - [13] = { baseMultiplier = 1.06, levelRequirement = 0, }, - [14] = { baseMultiplier = 1.12, levelRequirement = 0, }, - [15] = { baseMultiplier = 1.17, levelRequirement = 0, }, - [16] = { baseMultiplier = 1.23, levelRequirement = 0, }, - [17] = { baseMultiplier = 1.29, levelRequirement = 0, }, - [18] = { baseMultiplier = 1.36, levelRequirement = 0, }, - [19] = { baseMultiplier = 1.43, levelRequirement = 0, }, - [20] = { baseMultiplier = 1.5, levelRequirement = 0, }, - [21] = { baseMultiplier = 1.57, levelRequirement = 0, }, - [22] = { baseMultiplier = 1.65, levelRequirement = 0, }, - [23] = { baseMultiplier = 1.73, levelRequirement = 0, }, - [24] = { baseMultiplier = 1.82, levelRequirement = 0, }, - [25] = { baseMultiplier = 1.91, levelRequirement = 0, }, - [26] = { baseMultiplier = 2.01, levelRequirement = 0, }, - [27] = { baseMultiplier = 2.11, levelRequirement = 0, }, - [28] = { baseMultiplier = 2.21, levelRequirement = 0, }, - [29] = { baseMultiplier = 2.32, levelRequirement = 0, }, - [30] = { baseMultiplier = 2.44, levelRequirement = 0, }, - [31] = { baseMultiplier = 2.56, levelRequirement = 0, }, - [32] = { baseMultiplier = 2.69, levelRequirement = 0, }, - [33] = { baseMultiplier = 2.82, levelRequirement = 0, }, - [34] = { baseMultiplier = 2.96, levelRequirement = 0, }, - [35] = { baseMultiplier = 3.11, levelRequirement = 0, }, - [36] = { baseMultiplier = 3.27, levelRequirement = 0, }, - [37] = { baseMultiplier = 3.43, levelRequirement = 0, }, - [38] = { baseMultiplier = 3.6, levelRequirement = 0, }, - [39] = { baseMultiplier = 3.78, levelRequirement = 0, }, - [40] = { baseMultiplier = 3.97, levelRequirement = 0, }, + [1] = { baseMultiplier = 0.5, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.55, levelRequirement = 0, }, + [3] = { baseMultiplier = 0.6, levelRequirement = 0, }, + [4] = { baseMultiplier = 0.66, levelRequirement = 0, }, + [5] = { baseMultiplier = 0.71, levelRequirement = 0, }, + [6] = { baseMultiplier = 0.77, levelRequirement = 0, }, + [7] = { baseMultiplier = 0.82, levelRequirement = 0, }, + [8] = { baseMultiplier = 0.87, levelRequirement = 0, }, + [9] = { baseMultiplier = 0.91, levelRequirement = 0, }, + [10] = { baseMultiplier = 0.96, levelRequirement = 0, }, + [11] = { baseMultiplier = 1.01, levelRequirement = 0, }, + [12] = { baseMultiplier = 1.06, levelRequirement = 0, }, + [13] = { baseMultiplier = 1.11, levelRequirement = 0, }, + [14] = { baseMultiplier = 1.16, levelRequirement = 0, }, + [15] = { baseMultiplier = 1.22, levelRequirement = 0, }, + [16] = { baseMultiplier = 1.28, levelRequirement = 0, }, + [17] = { baseMultiplier = 1.35, levelRequirement = 0, }, + [18] = { baseMultiplier = 1.41, levelRequirement = 0, }, + [19] = { baseMultiplier = 1.49, levelRequirement = 0, }, + [20] = { baseMultiplier = 1.56, levelRequirement = 0, }, + [21] = { baseMultiplier = 1.64, levelRequirement = 0, }, + [22] = { baseMultiplier = 1.72, levelRequirement = 0, }, + [23] = { baseMultiplier = 1.81, levelRequirement = 0, }, + [24] = { baseMultiplier = 1.9, levelRequirement = 0, }, + [25] = { baseMultiplier = 1.99, levelRequirement = 0, }, + [26] = { baseMultiplier = 2.09, levelRequirement = 0, }, + [27] = { baseMultiplier = 2.19, levelRequirement = 0, }, + [28] = { baseMultiplier = 2.3, levelRequirement = 0, }, + [29] = { baseMultiplier = 2.42, levelRequirement = 0, }, + [30] = { baseMultiplier = 2.54, levelRequirement = 0, }, + [31] = { baseMultiplier = 2.67, levelRequirement = 0, }, + [32] = { baseMultiplier = 2.8, levelRequirement = 0, }, + [33] = { baseMultiplier = 2.94, levelRequirement = 0, }, + [34] = { baseMultiplier = 3.09, levelRequirement = 0, }, + [35] = { baseMultiplier = 3.24, levelRequirement = 0, }, + [36] = { baseMultiplier = 3.4, levelRequirement = 0, }, + [37] = { baseMultiplier = 3.57, levelRequirement = 0, }, + [38] = { baseMultiplier = 3.75, levelRequirement = 0, }, + [39] = { baseMultiplier = 3.94, levelRequirement = 0, }, + [40] = { baseMultiplier = 4.14, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Projectile (Quarterstaff)", + label = "Projectile", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { @@ -16016,6 +19143,7 @@ skills["StaggeringPalmProjectilePlayer"] = { "triggered_by_staggering_palm_on_hit_with_other_skill", "visual_hit_effect_physical_is_wind", "display_statset_hide_usage_stats", + "base_skill_show_average_damage_instead_of_dps", }, levels = { [1] = { actorLevel = 1, }, @@ -16062,135 +19190,12 @@ skills["StaggeringPalmProjectilePlayer"] = { }, } } -skills["StaggeringPalmUnarmedProjectilePlayer"] = { - name = "Wind Blast (Unarmed)", - hidden = true, - skillTypes = { [SkillType.UseGlobalStats] = true, [SkillType.RangedAttack] = true, [SkillType.Physical] = true, [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Projectile] = true, }, - weaponTypes = { - ["None"] = true, - ["Staff"] = true, - }, - castTime = 1, - qualityStats = { - { "attacks_chance_to_blind_on_hit_%", 2 }, - }, - levels = { - [1] = { baseMultiplier = 0.48, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.53, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.58, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.63, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.68, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.73, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.79, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.83, levelRequirement = 0, }, - [9] = { baseMultiplier = 0.88, levelRequirement = 0, }, - [10] = { baseMultiplier = 0.92, levelRequirement = 0, }, - [11] = { baseMultiplier = 0.97, levelRequirement = 0, }, - [12] = { baseMultiplier = 1.01, levelRequirement = 0, }, - [13] = { baseMultiplier = 1.06, levelRequirement = 0, }, - [14] = { baseMultiplier = 1.12, levelRequirement = 0, }, - [15] = { baseMultiplier = 1.17, levelRequirement = 0, }, - [16] = { baseMultiplier = 1.23, levelRequirement = 0, }, - [17] = { baseMultiplier = 1.29, levelRequirement = 0, }, - [18] = { baseMultiplier = 1.36, levelRequirement = 0, }, - [19] = { baseMultiplier = 1.43, levelRequirement = 0, }, - [20] = { baseMultiplier = 1.5, levelRequirement = 0, }, - [21] = { baseMultiplier = 1.57, levelRequirement = 0, }, - [22] = { baseMultiplier = 1.65, levelRequirement = 0, }, - [23] = { baseMultiplier = 1.73, levelRequirement = 0, }, - [24] = { baseMultiplier = 1.82, levelRequirement = 0, }, - [25] = { baseMultiplier = 1.91, levelRequirement = 0, }, - [26] = { baseMultiplier = 2.01, levelRequirement = 0, }, - [27] = { baseMultiplier = 2.11, levelRequirement = 0, }, - [28] = { baseMultiplier = 2.21, levelRequirement = 0, }, - [29] = { baseMultiplier = 2.32, levelRequirement = 0, }, - [30] = { baseMultiplier = 2.44, levelRequirement = 0, }, - [31] = { baseMultiplier = 2.56, levelRequirement = 0, }, - [32] = { baseMultiplier = 2.69, levelRequirement = 0, }, - [33] = { baseMultiplier = 2.82, levelRequirement = 0, }, - [34] = { baseMultiplier = 2.96, levelRequirement = 0, }, - [35] = { baseMultiplier = 3.11, levelRequirement = 0, }, - [36] = { baseMultiplier = 3.27, levelRequirement = 0, }, - [37] = { baseMultiplier = 3.43, levelRequirement = 0, }, - [38] = { baseMultiplier = 3.6, levelRequirement = 0, }, - [39] = { baseMultiplier = 3.78, levelRequirement = 0, }, - [40] = { baseMultiplier = 3.97, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Projectile (Unarmed)", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - attack = true, - projectile = true, - unarmed = true, - }, - constantStats = { - { "base_number_of_projectiles", 1 }, - { "additional_base_critical_strike_chance", 700 }, - }, - stats = { - "attack_minimum_added_physical_damage", - "attack_maximum_added_physical_damage", - "base_is_projectile", - "always_pierce", - "triggered_by_staggering_palm_on_hit_with_other_skill", - "visual_hit_effect_physical_is_wind", - "display_statset_hide_usage_stats", - }, - levels = { - [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} skills["StormWavePlayer"] = { name = "Storm Wave", baseTypeName = "Storm Wave", color = 3, description = "Sweep your Quarterstaff, projecting a bolt of Lightning through the ground in a long fissure ahead of you.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.CreatesFissure] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.CreatesFissure] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, @@ -16202,43 +19207,43 @@ skills["StormWavePlayer"] = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 8, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 17, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 23, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 25, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 28, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 31, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 35, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 38, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.45, levelRequirement = 10, cost = { Mana = 12, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.57, levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.68, levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.8, levelRequirement = 22, cost = { Mana = 17, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.91, levelRequirement = 26, cost = { Mana = 19, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 2.01, levelRequirement = 31, cost = { Mana = 21, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 2.11, levelRequirement = 36, cost = { Mana = 23, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 2.21, levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 2.32, levelRequirement = 46, cost = { Mana = 28, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 2.44, levelRequirement = 52, cost = { Mana = 30, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 2.56, levelRequirement = 58, cost = { Mana = 33, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.69, levelRequirement = 64, cost = { Mana = 36, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.82, levelRequirement = 66, cost = { Mana = 39, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 2.96, levelRequirement = 72, cost = { Mana = 43, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 47, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 53, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 58, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 65, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 72, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 79, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 88, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 98, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 108, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 120, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 133, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 148, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 164, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 181, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 201, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 223, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 247, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 274, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 303, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 336, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 372, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 413, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 457, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 3.11, levelRequirement = 78, cost = { Mana = 46, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 3.27, levelRequirement = 84, cost = { Mana = 50, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 54, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 3.6, levelRequirement = 90, cost = { Mana = 59, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.78, levelRequirement = 90, cost = { Mana = 63, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.97, levelRequirement = 90, cost = { Mana = 68, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 4.17, levelRequirement = 90, cost = { Mana = 73, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 4.38, levelRequirement = 90, cost = { Mana = 79, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 4.6, levelRequirement = 90, cost = { Mana = 85, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 4.83, levelRequirement = 90, cost = { Mana = 91, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 5.07, levelRequirement = 90, cost = { Mana = 97, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 5.32, levelRequirement = 90, cost = { Mana = 104, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 112, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 5.87, levelRequirement = 90, cost = { Mana = 119, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 6.16, levelRequirement = 90, cost = { Mana = 128, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 6.47, levelRequirement = 90, cost = { Mana = 136, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 6.79, levelRequirement = 90, cost = { Mana = 145, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 7.13, levelRequirement = 90, cost = { Mana = 155, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 7.49, levelRequirement = 90, cost = { Mana = 166, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 7.86, levelRequirement = 90, cost = { Mana = 176, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 8.26, levelRequirement = 90, cost = { Mana = 188, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 8.67, levelRequirement = 90, cost = { Mana = 200, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 9.1, levelRequirement = 90, cost = { Mana = 213, }, }, }, statSets = { [1] = { @@ -16253,10 +19258,11 @@ skills["StormWavePlayer"] = { constantStats = { { "active_skill_base_area_of_effect_radius", 80 }, { "active_skill_base_secondary_area_of_effect_radius", 10 }, + { "active_skill_base_tertiary_area_of_effect_radius", 10 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_shock_chance_+%_final", 100 }, }, stats = { @@ -16314,55 +19320,55 @@ skills["TempestBellPlayer"] = { baseTypeName = "Tempest Bell", color = 3, description = "Build Combo by successfully Striking Enemies with other skills. After reaching maximum Combo, use this skill to cause the Bell on your staff to grow to massive size as you drop it on the ground. The Bell damages enemies on impact and can be Hit by your skills, creating a damaging shockwave. Elemental Ailments applied to the Bell cause its shockwaves to deal extra damage of the corresponding type, and Hits which would have caused Knockback increase the area of effect of the shockwaves.", - skillTypes = { [SkillType.ComboStacking] = true, [SkillType.Melee] = true, [SkillType.RangedAttack] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Duration] = true, [SkillType.Nova] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SupportedByFountains] = true, [SkillType.HasUsageCondition] = true, }, + skillTypes = { [SkillType.ComboStacking] = true, [SkillType.Melee] = true, [SkillType.RangedAttack] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Duration] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.SupportedByFountains] = true, [SkillType.HasUsageCondition] = true, [SkillType.ToggleSpawnedObjectTargetable_DefaultOn] = true, [SkillType.ObjectDurability] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "tempest_bell_hit_limit", 0.1 }, + { "tempest_bell_damage_+%_final_per_time_hit", 0.15 }, }, levels = { - [1] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 0, cost = { Mana = 15, }, }, + [1] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 0, cost = { Mana = 14, }, }, [2] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 22, cost = { Mana = 27, }, }, - [8] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 26, cost = { Mana = 30, }, }, - [9] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 31, cost = { Mana = 34, }, }, - [10] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 36, cost = { Mana = 37, }, }, - [11] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 41, cost = { Mana = 42, }, }, - [12] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 46, cost = { Mana = 46, }, }, - [13] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 52, cost = { Mana = 51, }, }, - [14] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 58, cost = { Mana = 57, }, }, - [15] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 64, cost = { Mana = 63, }, }, - [16] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 66, cost = { Mana = 70, }, }, + [3] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 14, cost = { Mana = 24, }, }, + [6] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 18, cost = { Mana = 27, }, }, + [7] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 22, cost = { Mana = 31, }, }, + [8] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 46, cost = { Mana = 50, }, }, + [13] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 52, cost = { Mana = 55, }, }, + [14] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 58, cost = { Mana = 60, }, }, + [15] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 64, cost = { Mana = 66, }, }, + [16] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 66, cost = { Mana = 71, }, }, [17] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 72, cost = { Mana = 77, }, }, - [18] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 78, cost = { Mana = 86, }, }, - [19] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 84, cost = { Mana = 95, }, }, - [20] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 105, }, }, - [21] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 117, }, }, - [22] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 130, }, }, - [23] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 144, }, }, - [24] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 159, }, }, - [25] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 177, }, }, - [26] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 196, }, }, - [27] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 217, }, }, - [28] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 240, }, }, - [29] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 266, }, }, - [30] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 295, }, }, - [31] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 327, }, }, - [32] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 363, }, }, - [33] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 402, }, }, - [34] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 445, }, }, - [35] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 494, }, }, - [36] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 547, }, }, - [37] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 606, }, }, - [38] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 672, }, }, - [39] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 744, }, }, - [40] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 825, }, }, + [18] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 78, cost = { Mana = 84, }, }, + [19] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 84, cost = { Mana = 91, }, }, + [20] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 98, }, }, + [21] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 106, }, }, + [22] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 114, }, }, + [23] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 123, }, }, + [24] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 132, }, }, + [25] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 142, }, }, + [26] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 153, }, }, + [27] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 164, }, }, + [28] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 176, }, }, + [29] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 188, }, }, + [30] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 201, }, }, + [31] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 215, }, }, + [32] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 230, }, }, + [33] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 246, }, }, + [34] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 263, }, }, + [35] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 280, }, }, + [36] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 299, }, }, + [37] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 318, }, }, + [38] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 339, }, }, + [39] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 361, }, }, + [40] = { attackSpeedMultiplier = 20, storedUses = 1, cooldown = 0.5, levelRequirement = 90, cost = { Mana = 384, }, }, }, statSets = { [1] = { @@ -16586,7 +19592,7 @@ skills["TempestFlurryPlayer"] = { baseTypeName = "Tempest Flurry", color = 3, description = "Perform a series of aggressive Strikes. When used in quick succession, the third use Strikes three times, and the fourth use performs a Final Strike that calls down a powerful Shocking bolt.", - skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.PerformsFinalStrike] = true, [SkillType.QuarterstaffSkill] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.PerformsFinalStrike] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, @@ -16595,46 +19601,46 @@ skills["TempestFlurryPlayer"] = { { "melee_range_+", 0.2 }, }, levels = { - [1] = { attackSpeedMultiplier = 40, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 5, }, }, - [2] = { attackSpeedMultiplier = 40, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 6, }, }, - [3] = { attackSpeedMultiplier = 40, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 6, }, }, - [4] = { attackSpeedMultiplier = 40, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 7, }, }, - [5] = { attackSpeedMultiplier = 40, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { attackSpeedMultiplier = 40, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { attackSpeedMultiplier = 40, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { attackSpeedMultiplier = 40, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 11, }, }, - [9] = { attackSpeedMultiplier = 40, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 12, }, }, - [10] = { attackSpeedMultiplier = 40, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 14, }, }, - [11] = { attackSpeedMultiplier = 40, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 15, }, }, - [12] = { attackSpeedMultiplier = 40, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 17, }, }, - [13] = { attackSpeedMultiplier = 40, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 19, }, }, - [14] = { attackSpeedMultiplier = 40, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 21, }, }, - [15] = { attackSpeedMultiplier = 40, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 23, }, }, - [16] = { attackSpeedMultiplier = 40, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 26, }, }, - [17] = { attackSpeedMultiplier = 40, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 29, }, }, - [18] = { attackSpeedMultiplier = 40, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 32, }, }, - [19] = { attackSpeedMultiplier = 40, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 36, }, }, - [20] = { attackSpeedMultiplier = 40, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 39, }, }, - [21] = { attackSpeedMultiplier = 40, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 44, }, }, - [22] = { attackSpeedMultiplier = 40, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 49, }, }, - [23] = { attackSpeedMultiplier = 40, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 54, }, }, - [24] = { attackSpeedMultiplier = 40, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 60, }, }, - [25] = { attackSpeedMultiplier = 40, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 66, }, }, - [26] = { attackSpeedMultiplier = 40, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 73, }, }, - [27] = { attackSpeedMultiplier = 40, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 81, }, }, - [28] = { attackSpeedMultiplier = 40, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 90, }, }, - [29] = { attackSpeedMultiplier = 40, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 100, }, }, - [30] = { attackSpeedMultiplier = 40, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 111, }, }, - [31] = { attackSpeedMultiplier = 40, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 123, }, }, - [32] = { attackSpeedMultiplier = 40, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 136, }, }, - [33] = { attackSpeedMultiplier = 40, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 151, }, }, - [34] = { attackSpeedMultiplier = 40, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 168, }, }, - [35] = { attackSpeedMultiplier = 40, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 186, }, }, - [36] = { attackSpeedMultiplier = 40, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 206, }, }, - [37] = { attackSpeedMultiplier = 40, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 228, }, }, - [38] = { attackSpeedMultiplier = 40, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 253, }, }, - [39] = { attackSpeedMultiplier = 40, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 280, }, }, - [40] = { attackSpeedMultiplier = 40, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 311, }, }, + [1] = { attackSpeedMultiplier = 40, baseMultiplier = 0.45, levelRequirement = 0, cost = { Mana = 5, }, }, + [2] = { attackSpeedMultiplier = 40, baseMultiplier = 0.49, levelRequirement = 3, cost = { Mana = 6, }, }, + [3] = { attackSpeedMultiplier = 40, baseMultiplier = 0.54, levelRequirement = 6, cost = { Mana = 7, }, }, + [4] = { attackSpeedMultiplier = 40, baseMultiplier = 0.59, levelRequirement = 10, cost = { Mana = 8, }, }, + [5] = { attackSpeedMultiplier = 40, baseMultiplier = 0.64, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { attackSpeedMultiplier = 40, baseMultiplier = 0.69, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { attackSpeedMultiplier = 40, baseMultiplier = 0.74, levelRequirement = 22, cost = { Mana = 11, }, }, + [8] = { attackSpeedMultiplier = 40, baseMultiplier = 0.78, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { attackSpeedMultiplier = 40, baseMultiplier = 0.82, levelRequirement = 31, cost = { Mana = 14, }, }, + [10] = { attackSpeedMultiplier = 40, baseMultiplier = 0.86, levelRequirement = 36, cost = { Mana = 15, }, }, + [11] = { attackSpeedMultiplier = 40, baseMultiplier = 0.9, levelRequirement = 41, cost = { Mana = 17, }, }, + [12] = { attackSpeedMultiplier = 40, baseMultiplier = 0.95, levelRequirement = 46, cost = { Mana = 19, }, }, + [13] = { attackSpeedMultiplier = 40, levelRequirement = 52, cost = { Mana = 20, }, }, + [14] = { attackSpeedMultiplier = 40, baseMultiplier = 1.05, levelRequirement = 58, cost = { Mana = 22, }, }, + [15] = { attackSpeedMultiplier = 40, baseMultiplier = 1.1, levelRequirement = 64, cost = { Mana = 24, }, }, + [16] = { attackSpeedMultiplier = 40, baseMultiplier = 1.15, levelRequirement = 66, cost = { Mana = 27, }, }, + [17] = { attackSpeedMultiplier = 40, baseMultiplier = 1.21, levelRequirement = 72, cost = { Mana = 29, }, }, + [18] = { attackSpeedMultiplier = 40, baseMultiplier = 1.27, levelRequirement = 78, cost = { Mana = 31, }, }, + [19] = { attackSpeedMultiplier = 40, baseMultiplier = 1.34, levelRequirement = 84, cost = { Mana = 34, }, }, + [20] = { attackSpeedMultiplier = 40, baseMultiplier = 1.4, levelRequirement = 90, cost = { Mana = 37, }, }, + [21] = { attackSpeedMultiplier = 40, baseMultiplier = 1.47, levelRequirement = 90, cost = { Mana = 40, }, }, + [22] = { attackSpeedMultiplier = 40, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 43, }, }, + [23] = { attackSpeedMultiplier = 40, baseMultiplier = 1.62, levelRequirement = 90, cost = { Mana = 46, }, }, + [24] = { attackSpeedMultiplier = 40, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 50, }, }, + [25] = { attackSpeedMultiplier = 40, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 53, }, }, + [26] = { attackSpeedMultiplier = 40, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 57, }, }, + [27] = { attackSpeedMultiplier = 40, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 61, }, }, + [28] = { attackSpeedMultiplier = 40, baseMultiplier = 2.07, levelRequirement = 90, cost = { Mana = 66, }, }, + [29] = { attackSpeedMultiplier = 40, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 71, }, }, + [30] = { attackSpeedMultiplier = 40, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 76, }, }, + [31] = { attackSpeedMultiplier = 40, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 81, }, }, + [32] = { attackSpeedMultiplier = 40, baseMultiplier = 2.52, levelRequirement = 90, cost = { Mana = 86, }, }, + [33] = { attackSpeedMultiplier = 40, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 92, }, }, + [34] = { attackSpeedMultiplier = 40, baseMultiplier = 2.78, levelRequirement = 90, cost = { Mana = 99, }, }, + [35] = { attackSpeedMultiplier = 40, baseMultiplier = 2.92, levelRequirement = 90, cost = { Mana = 105, }, }, + [36] = { attackSpeedMultiplier = 40, baseMultiplier = 3.06, levelRequirement = 90, cost = { Mana = 112, }, }, + [37] = { attackSpeedMultiplier = 40, baseMultiplier = 3.22, levelRequirement = 90, cost = { Mana = 120, }, }, + [38] = { attackSpeedMultiplier = 40, baseMultiplier = 3.38, levelRequirement = 90, cost = { Mana = 128, }, }, + [39] = { attackSpeedMultiplier = 40, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 136, }, }, + [40] = { attackSpeedMultiplier = 40, baseMultiplier = 3.72, levelRequirement = 90, cost = { Mana = 145, }, }, }, statSets = { [1] = { @@ -16656,6 +19662,7 @@ skills["TempestFlurryPlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -16706,61 +19713,62 @@ skills["TempestFlurryPlayer"] = { statDescriptionScope = "skill_stat_descriptions", baseFlags = { attack = true, - melee = true, - }, - constantStats = { - { "statset_index_for_third_animation_combo_index", 1 }, - { "statset_index_for_final_animation_combo_index", 2 }, - { "attack_maximum_action_distance_+", 5 }, - { "melee_range_+", 4 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 60 }, - { "active_skill_override_turn_duration_ms", 200 }, - { "supplementary_stat_container_attack_speed_+%_final", -35 }, - }, - stats = { - "is_area_damage", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + melee = true, + }, + constantStats = { + { "statset_index_for_third_animation_combo_index", 1 }, + { "statset_index_for_final_animation_combo_index", 2 }, + { "attack_maximum_action_distance_+", 5 }, + { "melee_range_+", 4 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 60 }, + { "active_skill_override_turn_duration_ms", 200 }, + { "supplementary_stat_container_attack_speed_+%_final", -35 }, + }, + stats = { + "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", + }, + levels = { + [1] = { baseMultiplier = 0.9, actorLevel = 1, }, + [2] = { baseMultiplier = 0.9, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.9, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.9, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.9, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.9, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.9, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.9, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.9, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.9, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 0.9, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 0.9, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 0.9, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 0.9, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 0.9, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 0.9, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 0.9, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 0.9, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 0.9, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 0.9, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 0.9, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 0.9, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 0.9, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 0.9, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 0.9, actorLevel = 136.875, }, + [26] = { baseMultiplier = 0.9, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 0.9, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 0.9, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 0.9, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 0.9, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 0.9, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 0.9, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 0.9, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 0.9, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 0.9, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 0.9, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 0.9, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 0.9, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 0.9, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 0.9, actorLevel = 288.29998779297, }, }, }, [3] = { @@ -16782,52 +19790,54 @@ skills["TempestFlurryPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 40 }, { "active_skill_shock_chance_+%_final", 100 }, { "melee_range_+", 2 }, + { "active_skill_shock_effect_+%_final", 100 }, }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_is_final_strike", }, levels = { - [1] = { baseMultiplier = 1.5, actorLevel = 1, }, - [2] = { baseMultiplier = 1.65, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.82, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.98, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 2.14, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 2.3, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 2.46, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 2.61, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.74, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.87, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 3.02, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 3.17, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 3.32, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 3.49, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 3.67, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 3.85, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 4.04, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 4.24, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 4.46, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 4.68, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 4.91, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 5.16, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 5.42, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 5.69, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 5.97, actorLevel = 136.875, }, - [26] = { baseMultiplier = 6.27, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 6.58, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 6.91, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 7.26, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 7.62, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 8, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 8.4, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 8.82, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 9.26, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 9.73, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 10.21, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 10.72, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 11.26, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 11.82, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 12.41, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 1.35, actorLevel = 1, }, + [2] = { baseMultiplier = 1.49, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.63, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.78, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.92, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 2.07, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 2.21, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.34, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.46, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.58, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 2.71, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 2.85, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 2.99, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 3.14, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 3.3, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 3.46, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 3.64, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 3.82, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 4.01, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 4.21, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 4.42, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 4.64, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 4.87, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 5.12, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 5.37, actorLevel = 136.875, }, + [26] = { baseMultiplier = 5.64, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 5.92, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 6.22, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 6.53, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 6.86, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 7.2, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 7.56, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 7.94, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 8.34, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 8.75, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 9.19, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 9.65, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 10.13, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 10.64, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 11.17, actorLevel = 288.29998779297, }, }, }, } @@ -16837,52 +19847,52 @@ skills["TemporalChainsPlayer"] = { baseTypeName = "Temporal Chains", color = 3, description = "Curse all enemies in an area, Slowing them and making other effects on them expire more slowly.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, }, statSets = { [1] = { @@ -16898,57 +19908,191 @@ skills["TemporalChainsPlayer"] = { { "curse_delay_duration_ms", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", "active_skill_base_area_of_effect_radius", "base_skill_debuff_action_speed_+%_final_to_inflict", "base_temporal_chains_other_buff_time_passed_+%_to_apply", + "skill_curses_cannot_apply_to_targets_above_level", "base_deal_no_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 15, -40, -25, 20, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, -41, -25, 23, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, -42, -25, 25, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, -43, -25, 29, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, -44, -25, 32, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, -45, -25, 36, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, -46, -25, 39, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, -47, -25, 43, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, -48, -25, 47, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, -49, -25, 52, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, -50, -25, 56, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, -51, -25, 61, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, -52, -25, 66, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, -53, -25, 72, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, -54, -25, 74, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, -55, -25, 76, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, -56, -25, 78, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, -57, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, -58, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, -59, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, -60, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, -61, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, -62, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, -63, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, -64, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, -65, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, -66, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, -67, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, -68, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, -69, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, -69, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, -70, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, -70, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, -71, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, -71, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, -72, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, -72, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, -73, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, -73, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, -74, -25, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["TrinityPlayer"] = { + name = "Trinity", + baseTypeName = "Trinity", + color = 3, + description = "Become attuned to all Elements building up Fire, Cold and Lightning Resonance based off the highest Elemental Damage type dealt by your Hits. Your Elemental Damage is enhanced the more Resonance of any type you have.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Lightning] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, }, + castTime = 0, + qualityStats = { + { "trinity_skill_speed_+%_while_all_resonance_is_at_least_250_to_grant", 0.75 }, + }, + levels = { + [1] = { spiritReservationFlat = 100, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 100, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 100, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 100, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 100, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 100, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 100, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 100, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 100, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 100, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 100, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 100, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 100, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 100, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 100, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 100, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 100, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 100, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 100, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 100, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 100, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Trinity", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + statMap = { + ["trinity_damage_+%_final_to_grant_per_50_resonance"] = { + mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "ResonanceCount", div = 30 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), + }, + ["trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant"] = { + mod("Speed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), + }, + ["quality_display_trinity_is_gem"] = { + -- Display only + }, + ["trinity_loss_per_hit"] = { + -- Display only + }, + }, + baseFlags = { + buff = true, + duration = true, + }, + constantStats = { + { "trinity_resonance_decay_delay_ms", 8000 }, + { "trinity_resonance_loss_per_second", 10 }, + { "trinity_loss_per_hit", 3 }, + }, + stats = { + "trinity_damage_+%_final_to_grant_per_50_resonance", + "trinity_resonance_to_grant", + "quality_display_trinity_is_gem", + }, levels = { - [1] = { 6000, 15, -22, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6200, 16, -22, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6200, 17, -22, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6200, 18, -23, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6400, 18, -23, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6400, 19, -23, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6400, 20, -24, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6600, 21, -24, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6600, 22, -24, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6600, 23, -25, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6800, 23, -25, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6800, 24, -25, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 25, -26, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7000, 26, -26, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7000, 27, -26, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 7000, 28, -27, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7200, 28, -27, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 7200, 29, -27, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 7200, 30, -28, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 7400, 31, -28, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7400, 32, -28, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7400, 33, -29, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7600, 34, -29, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7600, 34, -29, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7600, 35, -30, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7800, 36, -30, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7800, 37, -30, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7800, 38, -31, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8000, 39, -31, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8000, 39, -31, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8000, 40, -32, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8200, 40, -32, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 8200, 41, -32, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 8200, 41, -33, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 8400, 42, -33, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 8400, 42, -33, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 8400, 42, -34, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 8600, 43, -34, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8600, 43, -34, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 8600, 44, -35, -25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 1, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 1, 5, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1, 6, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1, 6, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1, 7, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 1, 7, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 2, 8, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 2, 8, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 2, 9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3, 9, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 3, 10, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 3, 11, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 4, 11, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 4, 12, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 5, 12, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 5, 13, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 6, 13, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 6, 14, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 6, 14, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7, 14, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7, 14, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7, 15, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 7, 15, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 8, 15, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 8, 15, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8, 16, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 9, 16, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 9, 17, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 10, 17, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 10, 17, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -16960,64 +20104,66 @@ skills["UnearthPlayer"] = { "UnearthBoneConstruct", }, color = 3, - description = "Raise spikes of bone from the earth in front of you, damaging enemies. The bones of Corpses in the area are ripped out and reassembled into short-lived Bone Construct Minions that fight for you.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Physical] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Minion] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Damage] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Limit] = true, [SkillType.Triggerable] = true, }, + description = "Raise spikes of bone from the earth in front of you, damaging enemies. The bones of Corpses and dead Reviving Minions in the area are ripped out and reassembled into short-lived Bone Construct Minions that fight for you. Larger Corpses create more than one Bone Construct.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Physical] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Minion] = true, [SkillType.Unleashable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesMinion] = true, [SkillType.Damage] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Limit] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, }, castTime = 0.95, qualityStats = { { "base_skill_effect_duration", 250 }, + { "minion_movement_speed_+%", 2.5 }, }, levels = { - [1] = { critChance = 15, levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { critChance = 15, levelRequirement = 3, cost = { Mana = 9, }, }, + [1] = { critChance = 15, levelRequirement = 0, cost = { Mana = 7, }, }, + [2] = { critChance = 15, levelRequirement = 3, cost = { Mana = 8, }, }, [3] = { critChance = 15, levelRequirement = 6, cost = { Mana = 10, }, }, [4] = { critChance = 15, levelRequirement = 10, cost = { Mana = 12, }, }, [5] = { critChance = 15, levelRequirement = 14, cost = { Mana = 13, }, }, [6] = { critChance = 15, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { critChance = 15, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { critChance = 15, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { critChance = 15, levelRequirement = 31, cost = { Mana = 22, }, }, - [10] = { critChance = 15, levelRequirement = 36, cost = { Mana = 25, }, }, - [11] = { critChance = 15, levelRequirement = 41, cost = { Mana = 28, }, }, - [12] = { critChance = 15, levelRequirement = 46, cost = { Mana = 32, }, }, - [13] = { critChance = 15, levelRequirement = 52, cost = { Mana = 36, }, }, + [7] = { critChance = 15, levelRequirement = 22, cost = { Mana = 18, }, }, + [8] = { critChance = 15, levelRequirement = 26, cost = { Mana = 20, }, }, + [9] = { critChance = 15, levelRequirement = 31, cost = { Mana = 23, }, }, + [10] = { critChance = 15, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { critChance = 15, levelRequirement = 41, cost = { Mana = 29, }, }, + [12] = { critChance = 15, levelRequirement = 46, cost = { Mana = 33, }, }, + [13] = { critChance = 15, levelRequirement = 52, cost = { Mana = 37, }, }, [14] = { critChance = 15, levelRequirement = 58, cost = { Mana = 41, }, }, - [15] = { critChance = 15, levelRequirement = 64, cost = { Mana = 47, }, }, - [16] = { critChance = 15, levelRequirement = 66, cost = { Mana = 53, }, }, - [17] = { critChance = 15, levelRequirement = 72, cost = { Mana = 60, }, }, - [18] = { critChance = 15, levelRequirement = 78, cost = { Mana = 68, }, }, - [19] = { critChance = 15, levelRequirement = 84, cost = { Mana = 77, }, }, - [20] = { critChance = 15, levelRequirement = 90, cost = { Mana = 87, }, }, - [21] = { critChance = 15, levelRequirement = 90, cost = { Mana = 99, }, }, - [22] = { critChance = 15, levelRequirement = 90, cost = { Mana = 112, }, }, - [23] = { critChance = 15, levelRequirement = 90, cost = { Mana = 126, }, }, - [24] = { critChance = 15, levelRequirement = 90, cost = { Mana = 143, }, }, - [25] = { critChance = 15, levelRequirement = 90, cost = { Mana = 162, }, }, - [26] = { critChance = 15, levelRequirement = 90, cost = { Mana = 183, }, }, - [27] = { critChance = 15, levelRequirement = 90, cost = { Mana = 208, }, }, - [28] = { critChance = 15, levelRequirement = 90, cost = { Mana = 235, }, }, - [29] = { critChance = 15, levelRequirement = 90, cost = { Mana = 266, }, }, - [30] = { critChance = 15, levelRequirement = 90, cost = { Mana = 301, }, }, - [31] = { critChance = 15, levelRequirement = 90, cost = { Mana = 341, }, }, - [32] = { critChance = 15, levelRequirement = 90, cost = { Mana = 386, }, }, - [33] = { critChance = 15, levelRequirement = 90, cost = { Mana = 437, }, }, - [34] = { critChance = 15, levelRequirement = 90, cost = { Mana = 494, }, }, - [35] = { critChance = 15, levelRequirement = 90, cost = { Mana = 559, }, }, - [36] = { critChance = 15, levelRequirement = 90, cost = { Mana = 633, }, }, - [37] = { critChance = 15, levelRequirement = 90, cost = { Mana = 716, }, }, - [38] = { critChance = 15, levelRequirement = 90, cost = { Mana = 811, }, }, - [39] = { critChance = 15, levelRequirement = 90, cost = { Mana = 918, }, }, - [40] = { critChance = 15, levelRequirement = 90, cost = { Mana = 1039, }, }, + [15] = { critChance = 15, levelRequirement = 64, cost = { Mana = 46, }, }, + [16] = { critChance = 15, levelRequirement = 66, cost = { Mana = 51, }, }, + [17] = { critChance = 15, levelRequirement = 72, cost = { Mana = 56, }, }, + [18] = { critChance = 15, levelRequirement = 78, cost = { Mana = 62, }, }, + [19] = { critChance = 15, levelRequirement = 84, cost = { Mana = 69, }, }, + [20] = { critChance = 15, levelRequirement = 90, cost = { Mana = 76, }, }, + [21] = { critChance = 15, levelRequirement = 90, cost = { Mana = 84, }, }, + [22] = { critChance = 15, levelRequirement = 90, cost = { Mana = 93, }, }, + [23] = { critChance = 15, levelRequirement = 90, cost = { Mana = 102, }, }, + [24] = { critChance = 15, levelRequirement = 90, cost = { Mana = 112, }, }, + [25] = { critChance = 15, levelRequirement = 90, cost = { Mana = 123, }, }, + [26] = { critChance = 15, levelRequirement = 90, cost = { Mana = 135, }, }, + [27] = { critChance = 15, levelRequirement = 90, cost = { Mana = 149, }, }, + [28] = { critChance = 15, levelRequirement = 90, cost = { Mana = 163, }, }, + [29] = { critChance = 15, levelRequirement = 90, cost = { Mana = 178, }, }, + [30] = { critChance = 15, levelRequirement = 90, cost = { Mana = 195, }, }, + [31] = { critChance = 15, levelRequirement = 90, cost = { Mana = 213, }, }, + [32] = { critChance = 15, levelRequirement = 90, cost = { Mana = 233, }, }, + [33] = { critChance = 15, levelRequirement = 90, cost = { Mana = 254, }, }, + [34] = { critChance = 15, levelRequirement = 90, cost = { Mana = 277, }, }, + [35] = { critChance = 15, levelRequirement = 90, cost = { Mana = 302, }, }, + [36] = { critChance = 15, levelRequirement = 90, cost = { Mana = 330, }, }, + [37] = { critChance = 15, levelRequirement = 90, cost = { Mana = 359, }, }, + [38] = { critChance = 15, levelRequirement = 90, cost = { Mana = 391, }, }, + [39] = { critChance = 15, levelRequirement = 90, cost = { Mana = 425, }, }, + [40] = { critChance = 15, levelRequirement = 90, cost = { Mana = 463, }, }, }, statSets = { [1] = { label = "Unearth", baseEffectiveness = 1.2599999904633, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "bone_cone", baseFlags = { spell = true, + area = true, minion = true, }, constantStats = { @@ -17027,56 +20173,64 @@ skills["UnearthPlayer"] = { { "base_skill_effect_duration", 15000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "minion_aggro_radius_+%", 300 }, + { "skill_specific_stat_description_mode", 1 }, }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "base_number_of_skeletal_constructs_allowed", + "minion_aggro_radius_+%", "can_perform_skill_while_moving", "quality_display_base_skill_effect_duration_is_gem", + "is_area_damage", + }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", }, levels = { - [1] = { 4, 6, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 5, 8, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 7, 11, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 10, 14, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, 22, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, 27, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, 32, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 25, 38, 12, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 30, 44, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 34, 51, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 40, 59, 14, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 45, 68, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 52, 78, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 59, 89, 16, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 67, 101, 18, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 76, 114, 18, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 86, 129, 18, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 97, 146, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 110, 164, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 123, 185, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 139, 208, 22, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 156, 234, 22, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 175, 263, 22, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 197, 295, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 221, 332, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 278, 417, 26, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 312, 468, 26, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 350, 526, 26, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 393, 590, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 442, 662, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 496, 744, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 557, 835, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 626, 939, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 704, 1056, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 792, 1188, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 891, 1337, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1004, 1506, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1131, 1697, 34, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 4, 6, 8, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, 8, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 7, 11, 8, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, 14, 10, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 12, 18, 10, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 14, 22, 10, 30, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 18, 26, 12, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 21, 31, 12, 40, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 25, 37, 12, 45, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 29, 44, 14, 50, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 34, 51, 14, 55, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 40, 59, 14, 60, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 46, 69, 16, 65, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 53, 79, 16, 70, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 60, 91, 16, 75, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 69, 104, 18, 80, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 79, 119, 18, 85, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 90, 135, 18, 90, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 103, 154, 20, 95, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 117, 176, 20, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 133, 200, 20, 105, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 151, 227, 22, 110, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 172, 258, 22, 115, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 195, 293, 22, 120, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 222, 333, 24, 125, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 252, 378, 24, 130, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 286, 429, 24, 135, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 325, 487, 26, 140, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 369, 554, 26, 145, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 420, 629, 26, 150, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 477, 716, 28, 155, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 543, 814, 28, 160, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 618, 927, 28, 165, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 704, 1057, 30, 170, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 803, 1205, 30, 175, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 917, 1375, 30, 180, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1047, 1571, 32, 185, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1197, 1796, 32, 190, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1370, 2055, 32, 195, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1569, 2353, 34, 200, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -17086,53 +20240,53 @@ skills["UnleashPlayer"] = { baseTypeName = "Unleash", fromItem = true, color = 3, - description = "Infuse yourself with temporal magic for a short duration, Empowering the next Spell you cast to repeat multiple times. Cannot Empower Channelling Skills or Skills with a Cooldown.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Duration] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Augment yourself with temporal magic for a short duration, Empowering the next Spell you cast to repeat multiple times. Cannot Empower Channelling Skills or Skills with a Cooldown.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Duration] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.75, qualityStats = { { "base_cooldown_speed_+%", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [2] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [3] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [4] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [5] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [6] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [7] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [8] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [9] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [10] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [11] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [12] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [13] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [14] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [15] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [16] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [17] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [18] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [19] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [20] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [21] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [22] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [23] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [24] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [25] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [26] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [27] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [28] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [29] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [30] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [31] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [32] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [33] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [34] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [35] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [36] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [37] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [38] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [39] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, - [40] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 20, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 1, cost = { Mana = 0, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 1, cost = { Mana = 0, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 1, cost = { Mana = 0, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 1, cost = { Mana = 0, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 1, cost = { Mana = 0, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 1, cost = { Mana = 0, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 1, cost = { Mana = 0, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 1, cost = { Mana = 0, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 1, cost = { Mana = 0, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 1, cost = { Mana = 0, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 1, cost = { Mana = 0, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 1, cost = { Mana = 0, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 1, cost = { Mana = 0, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 1, cost = { Mana = 0, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 1, cost = { Mana = 0, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 1, cost = { Mana = 0, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 1, cost = { Mana = 0, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 1, cost = { Mana = 0, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 1, cost = { Mana = 0, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 1, cost = { Mana = 0, }, }, }, statSets = { [1] = { @@ -17149,53 +20303,53 @@ skills["UnleashPlayer"] = { { "staff_unleash_number_of_seals_for_next_skill", 2 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "staff_unleash_cooldown_%_of_cast_time", "can_perform_skill_while_moving", }, levels = { - [1] = { 900, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 890, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 880, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 870, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 860, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 850, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 840, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 830, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 820, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 810, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 800, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 790, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 780, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 770, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 760, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 750, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 740, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 730, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 720, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 710, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 700, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 690, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 680, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 670, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 660, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 650, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 640, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 630, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 620, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 610, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 605, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 600, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 595, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 590, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 585, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 580, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 575, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 570, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 565, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 560, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 1200, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 1190, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1180, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1170, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 1160, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 1150, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 1140, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 1130, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 1120, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 1110, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 1100, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 1090, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 1080, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 1070, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 1060, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 1050, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 1040, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 1030, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 1020, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 1010, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 1000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 990, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 980, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 970, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 960, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 950, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 940, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 930, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 920, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 910, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 905, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 900, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 895, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 890, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 885, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 880, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 875, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 870, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 865, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 860, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -17204,62 +20358,62 @@ skills["VaultingImpactPlayer"] = { name = "Vaulting Impact", baseTypeName = "Vaulting Impact", color = 3, - description = "Leap forward and Slam the ground, sending out a Stunning shockwave that is especially potent against Dazed enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.Jumping] = true, [SkillType.Travel] = true, }, + description = "Leap forward and Slam the ground, sending out a shockwave. The shockwave applies Broken Stance to Dazed enemies, causing any Hits against those enemies to deal extra damage.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.Jumping] = true, [SkillType.Travel] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Physical] = true, [SkillType.Duration] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "slam_aftershock_chance_%", 1 }, + { "base_skill_effect_duration", 100 }, }, levels = { - [1] = { baseMultiplier = 1.3, levelRequirement = 0, cost = { Mana = 12, }, }, - [2] = { baseMultiplier = 1.43, levelRequirement = 3, cost = { Mana = 14, }, }, - [3] = { baseMultiplier = 1.57, levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { baseMultiplier = 1.71, levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { baseMultiplier = 1.85, levelRequirement = 14, cost = { Mana = 19, }, }, - [6] = { baseMultiplier = 1.99, levelRequirement = 18, cost = { Mana = 21, }, }, - [7] = { baseMultiplier = 2.13, levelRequirement = 22, cost = { Mana = 23, }, }, - [8] = { baseMultiplier = 2.26, levelRequirement = 26, cost = { Mana = 26, }, }, - [9] = { baseMultiplier = 2.37, levelRequirement = 31, cost = { Mana = 28, }, }, - [10] = { baseMultiplier = 2.49, levelRequirement = 36, cost = { Mana = 32, }, }, - [11] = { baseMultiplier = 2.61, levelRequirement = 41, cost = { Mana = 35, }, }, - [12] = { baseMultiplier = 2.74, levelRequirement = 46, cost = { Mana = 39, }, }, - [13] = { baseMultiplier = 2.88, levelRequirement = 52, cost = { Mana = 43, }, }, - [14] = { baseMultiplier = 3.03, levelRequirement = 58, cost = { Mana = 48, }, }, - [15] = { baseMultiplier = 3.18, levelRequirement = 64, cost = { Mana = 53, }, }, - [16] = { baseMultiplier = 3.34, levelRequirement = 66, cost = { Mana = 59, }, }, - [17] = { baseMultiplier = 3.5, levelRequirement = 72, cost = { Mana = 65, }, }, - [18] = { baseMultiplier = 3.68, levelRequirement = 78, cost = { Mana = 72, }, }, - [19] = { baseMultiplier = 3.86, levelRequirement = 84, cost = { Mana = 80, }, }, - [20] = { baseMultiplier = 4.05, levelRequirement = 90, cost = { Mana = 89, }, }, - [21] = { baseMultiplier = 4.26, levelRequirement = 90, cost = { Mana = 99, }, }, - [22] = { baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 109, }, }, - [23] = { baseMultiplier = 4.69, levelRequirement = 90, cost = { Mana = 121, }, }, - [24] = { baseMultiplier = 4.93, levelRequirement = 90, cost = { Mana = 134, }, }, - [25] = { baseMultiplier = 5.17, levelRequirement = 90, cost = { Mana = 149, }, }, - [26] = { baseMultiplier = 5.43, levelRequirement = 90, cost = { Mana = 165, }, }, - [27] = { baseMultiplier = 5.71, levelRequirement = 90, cost = { Mana = 183, }, }, - [28] = { baseMultiplier = 5.99, levelRequirement = 90, cost = { Mana = 203, }, }, - [29] = { baseMultiplier = 6.29, levelRequirement = 90, cost = { Mana = 225, }, }, - [30] = { baseMultiplier = 6.6, levelRequirement = 90, cost = { Mana = 249, }, }, - [31] = { baseMultiplier = 6.93, levelRequirement = 90, cost = { Mana = 276, }, }, - [32] = { baseMultiplier = 7.28, levelRequirement = 90, cost = { Mana = 306, }, }, - [33] = { baseMultiplier = 7.65, levelRequirement = 90, cost = { Mana = 339, }, }, - [34] = { baseMultiplier = 8.03, levelRequirement = 90, cost = { Mana = 376, }, }, - [35] = { baseMultiplier = 8.43, levelRequirement = 90, cost = { Mana = 417, }, }, - [36] = { baseMultiplier = 8.85, levelRequirement = 90, cost = { Mana = 462, }, }, - [37] = { baseMultiplier = 9.29, levelRequirement = 90, cost = { Mana = 512, }, }, - [38] = { baseMultiplier = 9.76, levelRequirement = 90, cost = { Mana = 567, }, }, - [39] = { baseMultiplier = 10.25, levelRequirement = 90, cost = { Mana = 629, }, }, - [40] = { baseMultiplier = 10.76, levelRequirement = 90, cost = { Mana = 697, }, }, + [1] = { baseMultiplier = 1.6, levelRequirement = 0, cost = { Mana = 12, }, }, + [2] = { baseMultiplier = 1.76, levelRequirement = 3, cost = { Mana = 14, }, }, + [3] = { baseMultiplier = 1.93, levelRequirement = 6, cost = { Mana = 16, }, }, + [4] = { baseMultiplier = 2.1, levelRequirement = 10, cost = { Mana = 18, }, }, + [5] = { baseMultiplier = 2.25, levelRequirement = 14, cost = { Mana = 20, }, }, + [6] = { baseMultiplier = 2.41, levelRequirement = 18, cost = { Mana = 23, }, }, + [7] = { baseMultiplier = 2.57, levelRequirement = 22, cost = { Mana = 26, }, }, + [8] = { baseMultiplier = 2.7, levelRequirement = 26, cost = { Mana = 29, }, }, + [9] = { baseMultiplier = 2.82, levelRequirement = 31, cost = { Mana = 32, }, }, + [10] = { baseMultiplier = 2.93, levelRequirement = 36, cost = { Mana = 35, }, }, + [11] = { baseMultiplier = 3.05, levelRequirement = 41, cost = { Mana = 39, }, }, + [12] = { baseMultiplier = 3.18, levelRequirement = 46, cost = { Mana = 42, }, }, + [13] = { baseMultiplier = 3.3, levelRequirement = 52, cost = { Mana = 46, }, }, + [14] = { baseMultiplier = 3.43, levelRequirement = 58, cost = { Mana = 51, }, }, + [15] = { baseMultiplier = 3.55, levelRequirement = 64, cost = { Mana = 55, }, }, + [16] = { baseMultiplier = 3.68, levelRequirement = 66, cost = { Mana = 60, }, }, + [17] = { baseMultiplier = 3.81, levelRequirement = 72, cost = { Mana = 65, }, }, + [18] = { baseMultiplier = 3.95, levelRequirement = 78, cost = { Mana = 71, }, }, + [19] = { baseMultiplier = 4.08, levelRequirement = 84, cost = { Mana = 77, }, }, + [20] = { baseMultiplier = 4.22, levelRequirement = 90, cost = { Mana = 83, }, }, + [21] = { baseMultiplier = 4.36, levelRequirement = 90, cost = { Mana = 89, }, }, + [22] = { baseMultiplier = 4.5, levelRequirement = 90, cost = { Mana = 96, }, }, + [23] = { baseMultiplier = 4.65, levelRequirement = 90, cost = { Mana = 104, }, }, + [24] = { baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 112, }, }, + [25] = { baseMultiplier = 4.97, levelRequirement = 90, cost = { Mana = 120, }, }, + [26] = { baseMultiplier = 5.13, levelRequirement = 90, cost = { Mana = 129, }, }, + [27] = { baseMultiplier = 5.3, levelRequirement = 90, cost = { Mana = 138, }, }, + [28] = { baseMultiplier = 5.48, levelRequirement = 90, cost = { Mana = 148, }, }, + [29] = { baseMultiplier = 5.66, levelRequirement = 90, cost = { Mana = 159, }, }, + [30] = { baseMultiplier = 5.85, levelRequirement = 90, cost = { Mana = 170, }, }, + [31] = { baseMultiplier = 6.04, levelRequirement = 90, cost = { Mana = 182, }, }, + [32] = { baseMultiplier = 6.24, levelRequirement = 90, cost = { Mana = 194, }, }, + [33] = { baseMultiplier = 6.45, levelRequirement = 90, cost = { Mana = 208, }, }, + [34] = { baseMultiplier = 6.66, levelRequirement = 90, cost = { Mana = 222, }, }, + [35] = { baseMultiplier = 6.88, levelRequirement = 90, cost = { Mana = 237, }, }, + [36] = { baseMultiplier = 7.11, levelRequirement = 90, cost = { Mana = 252, }, }, + [37] = { baseMultiplier = 7.35, levelRequirement = 90, cost = { Mana = 269, }, }, + [38] = { baseMultiplier = 7.59, levelRequirement = 90, cost = { Mana = 286, }, }, + [39] = { baseMultiplier = 7.84, levelRequirement = 90, cost = { Mana = 305, }, }, + [40] = { baseMultiplier = 8.1, levelRequirement = 90, cost = { Mana = 325, }, }, }, statSets = { [1] = { label = "Vaulting Impact", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "vaulting_impact", + statDescriptionScope = "vaulting_impact_statset_0", baseFlags = { attack = true, area = true, @@ -17269,55 +20423,81 @@ skills["VaultingImpactPlayer"] = { { "total_attack_time_+_ms", 1000 }, { "attack_maximum_action_distance_+", 42 }, { "active_skill_base_area_of_effect_radius", 24 }, - { "consume_enemy_dazed_to_gain_hit_damage_stun_multiplier_+%_final", 300 }, - { "vaulting_impact_short_animation_maximum_range", 20 }, + { "vaulting_impact_short_animation_maximum_range", 40 }, }, stats = { - "active_skill_hit_damage_stun_multiplier_+%_final", "is_area_damage", "visual_hit_effect_physical_is_wind", + "cannot_daze", }, levels = { - [1] = { 50, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 52, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 54, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 56, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 58, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 60, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 62, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 64, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 66, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 68, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 72, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 74, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 76, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 78, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 80, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 84, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 86, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 88, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 90, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 92, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 94, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 96, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 98, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 100, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 102, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 104, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 106, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 108, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 109, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 110, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 111, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 112, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 113, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 114, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 115, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 116, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 117, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 118, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Vs Dazed", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "vaulting_impact_statset_1", + baseFlags = { + attack = true, + area = true, + melee = true, + }, + constantStats = { + { "total_attack_time_+_ms", 1000 }, + { "attack_maximum_action_distance_+", 42 }, + { "active_skill_base_area_of_effect_radius", 24 }, + { "vaulting_impact_short_animation_maximum_range", 40 }, + { "exploit_debuff_attack_damage_to_convert_to_magnitude_%", 5 }, + { "base_skill_effect_duration", 5000 }, + }, + stats = { + "is_area_damage", + "visual_hit_effect_physical_is_wind", + "cannot_daze", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { baseMultiplier = 1.6, actorLevel = 1, }, }, }, } @@ -17327,120 +20507,199 @@ skills["VolatileDeadPlayer"] = { baseTypeName = "Volatile Dead", fromItem = true, color = 3, - description = "Consume a Corpse to create a fireball that seeks out enemies and explodes. ", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.TargetsDestructibleCorpses] = true, }, + description = "Consume a Corpse to create a volatile core that seeks out enemies and Ignites enemies near it. The core explodes at the end of its duration.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.8, qualityStats = { { "base_chance_to_not_consume_corpse_%", 0.5 }, }, levels = { - [1] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 7, PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [1] = { PvPDamageMultiplier = -80, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { PvPDamageMultiplier = -80, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { PvPDamageMultiplier = -80, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { PvPDamageMultiplier = -80, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { PvPDamageMultiplier = -80, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { PvPDamageMultiplier = -80, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { PvPDamageMultiplier = -80, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { PvPDamageMultiplier = -80, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { PvPDamageMultiplier = -80, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { PvPDamageMultiplier = -80, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { PvPDamageMultiplier = -80, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { PvPDamageMultiplier = -80, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { PvPDamageMultiplier = -80, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { PvPDamageMultiplier = -80, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { PvPDamageMultiplier = -80, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { PvPDamageMultiplier = -80, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { PvPDamageMultiplier = -80, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { PvPDamageMultiplier = -80, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { PvPDamageMultiplier = -80, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { PvPDamageMultiplier = -80, levelRequirement = 90, cost = { Mana = 0, }, }, }, statSets = { [1] = { - label = "Volatile Dead", - baseEffectiveness = 3.75, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "volatile_dead", + label = "Explosion", + baseEffectiveness = 2.4000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "volatile_dead_statset_0", + baseFlags = { + spell = true, + area = true, + }, + constantStats = { + { "volatile_dead_base_number_of_corpses_to_consume", 1 }, + { "active_skill_base_area_of_effect_radius", 22 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 5000 }, + }, + stats = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, + levels = { + [1] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 21, 31, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 26, 40, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 32, 49, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 40, 60, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 58, 86, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 69, 103, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 80, 120, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 94, 140, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 109, 163, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 126, 189, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 145, 218, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 167, 251, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 193, 289, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 222, 333, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 255, 383, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 293, 440, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 337, 505, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 387, 580, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 444, 666, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 510, 765, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 586, 879, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 674, 1010, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 775, 1162, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 892, 1337, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1027, 1540, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1184, 1775, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1365, 2048, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1577, 2365, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1822, 2734, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 2109, 3163, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2443, 3664, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2833, 4250, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 3290, 4934, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3825, 5737, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 4452, 6678, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Core", + baseEffectiveness = 1.3700000047684, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "volatile_dead_statset_1", baseFlags = { spell = true, area = true, }, constantStats = { { "volatile_dead_base_number_of_corpses_to_consume", 1 }, - { "active_skill_base_area_of_effect_radius", 14 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 5000 }, + { "active_skill_base_area_of_effect_radius", 15 }, }, stats = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "is_area_damage", "base_skill_show_average_damage_instead_of_dps", "can_perform_skill_while_moving", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 12, 17, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 29, 43, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 37, 55, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 79, 118, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 92, 139, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 108, 162, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 125, 188, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 145, 218, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 167, 251, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 192, 288, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 220, 330, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 252, 378, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 288, 431, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 328, 492, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 373, 560, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 425, 637, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 483, 724, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 549, 823, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 623, 935, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 708, 1062, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 804, 1206, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 913, 1370, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1038, 1556, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1179, 1769, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1341, 2011, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1525, 2288, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1736, 2604, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1977, 2965, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 2252, 3379, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2569, 3853, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2932, 4398, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 3349, 5023, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3829, 5743, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 4382, 6573, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 5019, 7529, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, 4, 6, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, 5, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, 7, 11, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, 9, 14, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, 12, 18, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, 15, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, 18, 28, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, 23, 34, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, 27, 41, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, 33, 49, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, 39, 59, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, 46, 69, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, 53, 80, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, 62, 93, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, 72, 108, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, 83, 124, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, 96, 143, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, 110, 165, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, 127, 190, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, 146, 218, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, 167, 251, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, 192, 288, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, 221, 331, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, 253, 380, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, 291, 437, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, 334, 502, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, 384, 577, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, 442, 663, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, 509, 763, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, 586, 879, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, 676, 1013, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, 779, 1169, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, 900, 1350, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, 1040, 1561, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, 1204, 1806, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, 1394, 2092, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, 1617, 2426, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, 1878, 2817, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, 2183, 3275, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, 2541, 3812, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -17449,53 +20708,53 @@ skills["VulnerabilityPlayer"] = { name = "Vulnerability", baseTypeName = "Vulnerability", color = 3, - description = "Curse all targets in an area after a short delay, making Hits against them ignore a portion of their Armour.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Curse all targets in an area after a short delay. making Hits against them ignore a portion of their Armour.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.7, qualityStats = { { "curse_effect_+%", 0.5 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 42, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 51, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 56, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 61, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 67, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 74, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 81, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 98, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 108, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 119, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 130, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 143, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 157, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 173, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 190, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 208, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 229, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 333, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 365, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 401, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 441, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 484, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 532, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 584, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 641, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 704, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 773, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 849, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 1024, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1125, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1235, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1356, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1489, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1635, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, }, statSets = { [1] = { @@ -17516,56 +20775,60 @@ skills["VulnerabilityPlayer"] = { { "curse_delay_duration_ms", 1500 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", "active_skill_base_area_of_effect_radius", "base_skill_buff_total_armour_-_to_grant", + "skill_curses_cannot_apply_to_targets_above_level", "base_deal_no_damage", "can_perform_skill_while_moving", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { - [1] = { 6000, 15, 8, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6200, 16, 15, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6200, 17, 29, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6200, 18, 54, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6400, 18, 88, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6400, 19, 133, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6400, 20, 191, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6600, 21, 268, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6600, 22, 394, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6600, 23, 568, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6800, 23, 801, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6800, 24, 1118, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 25, 1640, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 7000, 26, 2376, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 7000, 27, 3409, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 7000, 28, 4573, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 7200, 28, 5441, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 7200, 29, 6465, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 7200, 30, 8114, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 7400, 31, 9605, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7400, 32, 10159, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7400, 33, 10741, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7600, 34, 11356, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7600, 34, 12005, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7600, 35, 12689, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7800, 36, 13410, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7800, 37, 14171, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7800, 38, 14973, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 8000, 39, 15819, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 8000, 39, 16710, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 8000, 40, 17649, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 8200, 40, 18639, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 8200, 41, 19683, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 8200, 41, 20781, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 8400, 42, 21940, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 8400, 42, 23161, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 8400, 42, 24448, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 8600, 43, 25803, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 8600, 43, 27151, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 8600, 44, 28550, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 6000, 15, 16, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, 30, 23, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, 58, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, 108, 29, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, 176, 32, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, 266, 36, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, 382, 39, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, 536, 43, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, 788, 47, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, 1136, 52, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, 1602, 56, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, 2236, 61, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, 3280, 66, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, 4752, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, 6818, 74, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, 9146, 76, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, 10882, 78, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, 12930, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, 16228, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, 19210, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, 20318, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, 21482, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, 22712, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, 24010, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, 25378, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, 26820, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, 28342, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, 29946, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, 31638, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, 33420, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, 35298, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, 37278, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, 39366, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, 41562, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, 43880, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, 46322, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, 48896, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, 51606, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, 54302, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, 57100, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -17574,8 +20837,8 @@ skills["WaveOfFrostPlayer"] = { name = "Wave of Frost", baseTypeName = "Wave of Frost", color = 3, - description = "Flip backwards and send forth a Freezing wave in front of you.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.Movement] = true, [SkillType.Jumping] = true, }, + description = "Flip backwards and send forth a Freezing wave in front of you, immediately Freezing enemies which are Primed for Freeze.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.Movement] = true, [SkillType.Jumping] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, @@ -17584,46 +20847,46 @@ skills["WaveOfFrostPlayer"] = { { "base_reduce_enemy_cold_resistance_%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -45, baseMultiplier = 0.65, levelRequirement = 0, cost = { Mana = 15, }, }, - [2] = { attackSpeedMultiplier = -45, baseMultiplier = 0.71, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { attackSpeedMultiplier = -45, baseMultiplier = 0.79, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { attackSpeedMultiplier = -45, baseMultiplier = 0.86, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { attackSpeedMultiplier = -45, baseMultiplier = 0.93, levelRequirement = 14, cost = { Mana = 23, }, }, - [6] = { attackSpeedMultiplier = -45, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { attackSpeedMultiplier = -45, baseMultiplier = 1.08, levelRequirement = 22, cost = { Mana = 28, }, }, - [8] = { attackSpeedMultiplier = -45, baseMultiplier = 1.15, levelRequirement = 26, cost = { Mana = 31, }, }, - [9] = { attackSpeedMultiplier = -45, baseMultiplier = 1.21, levelRequirement = 31, cost = { Mana = 34, }, }, - [10] = { attackSpeedMultiplier = -45, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 38, }, }, - [11] = { attackSpeedMultiplier = -45, baseMultiplier = 1.36, levelRequirement = 41, cost = { Mana = 42, }, }, - [12] = { attackSpeedMultiplier = -45, baseMultiplier = 1.44, levelRequirement = 46, cost = { Mana = 47, }, }, - [13] = { attackSpeedMultiplier = -45, baseMultiplier = 1.53, levelRequirement = 52, cost = { Mana = 52, }, }, - [14] = { attackSpeedMultiplier = -45, baseMultiplier = 1.62, levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { attackSpeedMultiplier = -45, baseMultiplier = 1.72, levelRequirement = 64, cost = { Mana = 64, }, }, - [16] = { attackSpeedMultiplier = -45, baseMultiplier = 1.83, levelRequirement = 66, cost = { Mana = 71, }, }, + [1] = { attackSpeedMultiplier = -45, baseMultiplier = 0.65, levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { attackSpeedMultiplier = -45, baseMultiplier = 0.71, levelRequirement = 3, cost = { Mana = 17, }, }, + [3] = { attackSpeedMultiplier = -45, baseMultiplier = 0.79, levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { attackSpeedMultiplier = -45, baseMultiplier = 0.86, levelRequirement = 10, cost = { Mana = 22, }, }, + [5] = { attackSpeedMultiplier = -45, baseMultiplier = 0.93, levelRequirement = 14, cost = { Mana = 25, }, }, + [6] = { attackSpeedMultiplier = -45, levelRequirement = 18, cost = { Mana = 28, }, }, + [7] = { attackSpeedMultiplier = -45, baseMultiplier = 1.08, levelRequirement = 22, cost = { Mana = 31, }, }, + [8] = { attackSpeedMultiplier = -45, baseMultiplier = 1.15, levelRequirement = 26, cost = { Mana = 35, }, }, + [9] = { attackSpeedMultiplier = -45, baseMultiplier = 1.21, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { attackSpeedMultiplier = -45, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { attackSpeedMultiplier = -45, baseMultiplier = 1.36, levelRequirement = 41, cost = { Mana = 47, }, }, + [12] = { attackSpeedMultiplier = -45, baseMultiplier = 1.44, levelRequirement = 46, cost = { Mana = 51, }, }, + [13] = { attackSpeedMultiplier = -45, baseMultiplier = 1.53, levelRequirement = 52, cost = { Mana = 56, }, }, + [14] = { attackSpeedMultiplier = -45, baseMultiplier = 1.62, levelRequirement = 58, cost = { Mana = 61, }, }, + [15] = { attackSpeedMultiplier = -45, baseMultiplier = 1.72, levelRequirement = 64, cost = { Mana = 67, }, }, + [16] = { attackSpeedMultiplier = -45, baseMultiplier = 1.83, levelRequirement = 66, cost = { Mana = 73, }, }, [17] = { attackSpeedMultiplier = -45, baseMultiplier = 1.95, levelRequirement = 72, cost = { Mana = 79, }, }, - [18] = { attackSpeedMultiplier = -45, baseMultiplier = 2.07, levelRequirement = 78, cost = { Mana = 87, }, }, - [19] = { attackSpeedMultiplier = -45, baseMultiplier = 2.21, levelRequirement = 84, cost = { Mana = 97, }, }, - [20] = { attackSpeedMultiplier = -45, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 107, }, }, - [21] = { attackSpeedMultiplier = -45, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 119, }, }, - [22] = { attackSpeedMultiplier = -45, baseMultiplier = 2.68, levelRequirement = 90, cost = { Mana = 132, }, }, - [23] = { attackSpeedMultiplier = -45, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 146, }, }, - [24] = { attackSpeedMultiplier = -45, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 162, }, }, - [25] = { attackSpeedMultiplier = -45, baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 180, }, }, - [26] = { attackSpeedMultiplier = -45, baseMultiplier = 3.47, levelRequirement = 90, cost = { Mana = 199, }, }, - [27] = { attackSpeedMultiplier = -45, baseMultiplier = 3.7, levelRequirement = 90, cost = { Mana = 221, }, }, - [28] = { attackSpeedMultiplier = -45, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 245, }, }, - [29] = { attackSpeedMultiplier = -45, baseMultiplier = 4.21, levelRequirement = 90, cost = { Mana = 271, }, }, - [30] = { attackSpeedMultiplier = -45, baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 301, }, }, - [31] = { attackSpeedMultiplier = -45, baseMultiplier = 4.79, levelRequirement = 90, cost = { Mana = 333, }, }, - [32] = { attackSpeedMultiplier = -45, baseMultiplier = 5.1, levelRequirement = 90, cost = { Mana = 369, }, }, - [33] = { attackSpeedMultiplier = -45, baseMultiplier = 5.44, levelRequirement = 90, cost = { Mana = 409, }, }, - [34] = { attackSpeedMultiplier = -45, baseMultiplier = 5.81, levelRequirement = 90, cost = { Mana = 453, }, }, - [35] = { attackSpeedMultiplier = -45, baseMultiplier = 6.19, levelRequirement = 90, cost = { Mana = 502, }, }, - [36] = { attackSpeedMultiplier = -45, baseMultiplier = 6.61, levelRequirement = 90, cost = { Mana = 557, }, }, - [37] = { attackSpeedMultiplier = -45, baseMultiplier = 7.05, levelRequirement = 90, cost = { Mana = 617, }, }, - [38] = { attackSpeedMultiplier = -45, baseMultiplier = 7.52, levelRequirement = 90, cost = { Mana = 684, }, }, - [39] = { attackSpeedMultiplier = -45, baseMultiplier = 8.02, levelRequirement = 90, cost = { Mana = 758, }, }, - [40] = { attackSpeedMultiplier = -45, baseMultiplier = 8.55, levelRequirement = 90, cost = { Mana = 840, }, }, + [18] = { attackSpeedMultiplier = -45, baseMultiplier = 2.07, levelRequirement = 78, cost = { Mana = 86, }, }, + [19] = { attackSpeedMultiplier = -45, baseMultiplier = 2.21, levelRequirement = 84, cost = { Mana = 93, }, }, + [20] = { attackSpeedMultiplier = -45, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 100, }, }, + [21] = { attackSpeedMultiplier = -45, baseMultiplier = 2.51, levelRequirement = 90, cost = { Mana = 108, }, }, + [22] = { attackSpeedMultiplier = -45, baseMultiplier = 2.68, levelRequirement = 90, cost = { Mana = 116, }, }, + [23] = { attackSpeedMultiplier = -45, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 125, }, }, + [24] = { attackSpeedMultiplier = -45, baseMultiplier = 3.05, levelRequirement = 90, cost = { Mana = 135, }, }, + [25] = { attackSpeedMultiplier = -45, baseMultiplier = 3.25, levelRequirement = 90, cost = { Mana = 145, }, }, + [26] = { attackSpeedMultiplier = -45, baseMultiplier = 3.47, levelRequirement = 90, cost = { Mana = 156, }, }, + [27] = { attackSpeedMultiplier = -45, baseMultiplier = 3.7, levelRequirement = 90, cost = { Mana = 167, }, }, + [28] = { attackSpeedMultiplier = -45, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 179, }, }, + [29] = { attackSpeedMultiplier = -45, baseMultiplier = 4.21, levelRequirement = 90, cost = { Mana = 192, }, }, + [30] = { attackSpeedMultiplier = -45, baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 205, }, }, + [31] = { attackSpeedMultiplier = -45, baseMultiplier = 4.79, levelRequirement = 90, cost = { Mana = 219, }, }, + [32] = { attackSpeedMultiplier = -45, baseMultiplier = 5.1, levelRequirement = 90, cost = { Mana = 235, }, }, + [33] = { attackSpeedMultiplier = -45, baseMultiplier = 5.44, levelRequirement = 90, cost = { Mana = 251, }, }, + [34] = { attackSpeedMultiplier = -45, baseMultiplier = 5.81, levelRequirement = 90, cost = { Mana = 267, }, }, + [35] = { attackSpeedMultiplier = -45, baseMultiplier = 6.19, levelRequirement = 90, cost = { Mana = 285, }, }, + [36] = { attackSpeedMultiplier = -45, baseMultiplier = 6.61, levelRequirement = 90, cost = { Mana = 304, }, }, + [37] = { attackSpeedMultiplier = -45, baseMultiplier = 7.05, levelRequirement = 90, cost = { Mana = 324, }, }, + [38] = { attackSpeedMultiplier = -45, baseMultiplier = 7.52, levelRequirement = 90, cost = { Mana = 345, }, }, + [39] = { attackSpeedMultiplier = -45, baseMultiplier = 8.02, levelRequirement = 90, cost = { Mana = 368, }, }, + [40] = { attackSpeedMultiplier = -45, baseMultiplier = 8.55, levelRequirement = 90, cost = { Mana = 391, }, }, }, statSets = { [1] = { @@ -17643,6 +20906,8 @@ skills["WaveOfFrostPlayer"] = { stats = { "active_skill_hit_damage_freeze_multiplier_+%_final", "is_area_damage", + "has_freeze_cull", + "active_skill_show_freeze_range", }, levels = { [1] = { 300, statInterpolation = { 1, }, actorLevel = 1, }, @@ -17694,7 +20959,7 @@ skills["WhirlingAssaultPlayer"] = { baseTypeName = "Whirling Assault", color = 3, description = "Advance while hitting enemies around you with a series of spinning Strikes.", - skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, @@ -17703,46 +20968,46 @@ skills["WhirlingAssaultPlayer"] = { { "active_skill_attack_speed_+%_final", 0.75 }, }, levels = { - [1] = { baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 19, }, }, + [1] = { baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 18, }, }, [2] = { baseMultiplier = 0.44, levelRequirement = 3, cost = { Mana = 21, }, }, - [3] = { baseMultiplier = 0.49, levelRequirement = 6, cost = { Mana = 23, }, }, - [4] = { baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 26, }, }, - [5] = { baseMultiplier = 0.58, levelRequirement = 14, cost = { Mana = 29, }, }, - [6] = { baseMultiplier = 0.63, levelRequirement = 18, cost = { Mana = 32, }, }, - [7] = { baseMultiplier = 0.68, levelRequirement = 22, cost = { Mana = 35, }, }, - [8] = { baseMultiplier = 0.73, levelRequirement = 26, cost = { Mana = 39, }, }, - [9] = { baseMultiplier = 0.77, levelRequirement = 31, cost = { Mana = 43, }, }, - [10] = { baseMultiplier = 0.82, levelRequirement = 36, cost = { Mana = 48, }, }, - [11] = { baseMultiplier = 0.87, levelRequirement = 41, cost = { Mana = 53, }, }, - [12] = { baseMultiplier = 0.93, levelRequirement = 46, cost = { Mana = 59, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 66, }, }, - [14] = { baseMultiplier = 1.06, levelRequirement = 58, cost = { Mana = 73, }, }, - [15] = { baseMultiplier = 1.14, levelRequirement = 64, cost = { Mana = 81, }, }, - [16] = { baseMultiplier = 1.22, levelRequirement = 66, cost = { Mana = 89, }, }, + [3] = { baseMultiplier = 0.49, levelRequirement = 6, cost = { Mana = 24, }, }, + [4] = { baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 28, }, }, + [5] = { baseMultiplier = 0.58, levelRequirement = 14, cost = { Mana = 31, }, }, + [6] = { baseMultiplier = 0.63, levelRequirement = 18, cost = { Mana = 35, }, }, + [7] = { baseMultiplier = 0.68, levelRequirement = 22, cost = { Mana = 39, }, }, + [8] = { baseMultiplier = 0.73, levelRequirement = 26, cost = { Mana = 44, }, }, + [9] = { baseMultiplier = 0.77, levelRequirement = 31, cost = { Mana = 48, }, }, + [10] = { baseMultiplier = 0.82, levelRequirement = 36, cost = { Mana = 53, }, }, + [11] = { baseMultiplier = 0.87, levelRequirement = 41, cost = { Mana = 59, }, }, + [12] = { baseMultiplier = 0.93, levelRequirement = 46, cost = { Mana = 64, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 71, }, }, + [14] = { baseMultiplier = 1.06, levelRequirement = 58, cost = { Mana = 77, }, }, + [15] = { baseMultiplier = 1.14, levelRequirement = 64, cost = { Mana = 84, }, }, + [16] = { baseMultiplier = 1.22, levelRequirement = 66, cost = { Mana = 91, }, }, [17] = { baseMultiplier = 1.31, levelRequirement = 72, cost = { Mana = 99, }, }, - [18] = { baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 110, }, }, - [19] = { baseMultiplier = 1.52, levelRequirement = 84, cost = { Mana = 122, }, }, - [20] = { baseMultiplier = 1.63, levelRequirement = 90, cost = { Mana = 135, }, }, - [21] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 150, }, }, - [22] = { baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 166, }, }, - [23] = { baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 184, }, }, - [24] = { baseMultiplier = 2.2, levelRequirement = 90, cost = { Mana = 204, }, }, - [25] = { baseMultiplier = 2.37, levelRequirement = 90, cost = { Mana = 226, }, }, - [26] = { baseMultiplier = 2.55, levelRequirement = 90, cost = { Mana = 250, }, }, - [27] = { baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 277, }, }, - [28] = { baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 307, }, }, - [29] = { baseMultiplier = 3.19, levelRequirement = 90, cost = { Mana = 341, }, }, - [30] = { baseMultiplier = 3.44, levelRequirement = 90, cost = { Mana = 378, }, }, - [31] = { baseMultiplier = 3.7, levelRequirement = 90, cost = { Mana = 419, }, }, - [32] = { baseMultiplier = 3.99, levelRequirement = 90, cost = { Mana = 464, }, }, - [33] = { baseMultiplier = 4.3, levelRequirement = 90, cost = { Mana = 514, }, }, - [34] = { baseMultiplier = 4.63, levelRequirement = 90, cost = { Mana = 570, }, }, - [35] = { baseMultiplier = 4.99, levelRequirement = 90, cost = { Mana = 631, }, }, - [36] = { baseMultiplier = 5.37, levelRequirement = 90, cost = { Mana = 700, }, }, - [37] = { baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 775, }, }, - [38] = { baseMultiplier = 6.24, levelRequirement = 90, cost = { Mana = 859, }, }, - [39] = { baseMultiplier = 6.72, levelRequirement = 90, cost = { Mana = 952, }, }, - [40] = { baseMultiplier = 7.24, levelRequirement = 90, cost = { Mana = 1055, }, }, + [18] = { baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 107, }, }, + [19] = { baseMultiplier = 1.52, levelRequirement = 84, cost = { Mana = 116, }, }, + [20] = { baseMultiplier = 1.63, levelRequirement = 90, cost = { Mana = 126, }, }, + [21] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 136, }, }, + [22] = { baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 146, }, }, + [23] = { baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 158, }, }, + [24] = { baseMultiplier = 2.2, levelRequirement = 90, cost = { Mana = 169, }, }, + [25] = { baseMultiplier = 2.37, levelRequirement = 90, cost = { Mana = 182, }, }, + [26] = { baseMultiplier = 2.55, levelRequirement = 90, cost = { Mana = 196, }, }, + [27] = { baseMultiplier = 2.75, levelRequirement = 90, cost = { Mana = 210, }, }, + [28] = { baseMultiplier = 2.96, levelRequirement = 90, cost = { Mana = 225, }, }, + [29] = { baseMultiplier = 3.19, levelRequirement = 90, cost = { Mana = 241, }, }, + [30] = { baseMultiplier = 3.44, levelRequirement = 90, cost = { Mana = 258, }, }, + [31] = { baseMultiplier = 3.7, levelRequirement = 90, cost = { Mana = 276, }, }, + [32] = { baseMultiplier = 3.99, levelRequirement = 90, cost = { Mana = 295, }, }, + [33] = { baseMultiplier = 4.3, levelRequirement = 90, cost = { Mana = 315, }, }, + [34] = { baseMultiplier = 4.63, levelRequirement = 90, cost = { Mana = 336, }, }, + [35] = { baseMultiplier = 4.99, levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { baseMultiplier = 5.37, levelRequirement = 90, cost = { Mana = 382, }, }, + [37] = { baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 407, }, }, + [38] = { baseMultiplier = 6.24, levelRequirement = 90, cost = { Mana = 434, }, }, + [39] = { baseMultiplier = 6.72, levelRequirement = 90, cost = { Mana = 462, }, }, + [40] = { baseMultiplier = 7.24, levelRequirement = 90, cost = { Mana = 491, }, }, }, statSets = { [1] = { @@ -17764,6 +21029,7 @@ skills["WhirlingAssaultPlayer"] = { "visual_hit_effect_physical_is_wind", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -17814,56 +21080,56 @@ skills["GaleStrikePlayer"] = { name = "Wind Blast", baseTypeName = "Wind Blast", color = 3, - description = "Batter enemies at range by generating a gust of wind as you swing. Enemies will be Knocked Back based on how close they are to you.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, }, + description = "Batter enemies at range by generating a gust of wind as you swing. Enemies will be Dazed and Knocked Back based on how close they are to you.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.QuarterstaffSkill] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Staff"] = true, }, castTime = 1, qualityStats = { - { "knockback_distance_+%", 1.5 }, + { "wind_blast_damage_+%_final_from_distance", 1 }, }, levels = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.85, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.93, levelRequirement = 3, cost = { Mana = 10, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.12, levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.21, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.3, levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.48, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.55, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.63, levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.71, levelRequirement = 41, cost = { Mana = 26, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.79, levelRequirement = 46, cost = { Mana = 29, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.88, levelRequirement = 52, cost = { Mana = 33, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.98, levelRequirement = 58, cost = { Mana = 36, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.08, levelRequirement = 64, cost = { Mana = 40, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.18, levelRequirement = 66, cost = { Mana = 44, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 6, cost = { Mana = 12, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 1.12, levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 1.21, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.3, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.39, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.48, levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.55, levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.63, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.71, levelRequirement = 41, cost = { Mana = 29, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.79, levelRequirement = 46, cost = { Mana = 32, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.88, levelRequirement = 52, cost = { Mana = 35, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.98, levelRequirement = 58, cost = { Mana = 38, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 2.08, levelRequirement = 64, cost = { Mana = 42, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 2.18, levelRequirement = 66, cost = { Mana = 45, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 2.29, levelRequirement = 72, cost = { Mana = 49, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.4, levelRequirement = 78, cost = { Mana = 55, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.52, levelRequirement = 84, cost = { Mana = 61, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 67, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.78, levelRequirement = 90, cost = { Mana = 75, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.92, levelRequirement = 90, cost = { Mana = 83, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 92, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.22, levelRequirement = 90, cost = { Mana = 102, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.38, levelRequirement = 90, cost = { Mana = 113, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 125, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 139, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 154, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 4.11, levelRequirement = 90, cost = { Mana = 170, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 189, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.53, levelRequirement = 90, cost = { Mana = 209, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 4.76, levelRequirement = 90, cost = { Mana = 232, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 257, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 285, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.51, levelRequirement = 90, cost = { Mana = 316, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 350, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 6.08, levelRequirement = 90, cost = { Mana = 388, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6.38, levelRequirement = 90, cost = { Mana = 430, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 6.7, levelRequirement = 90, cost = { Mana = 476, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 7.03, levelRequirement = 90, cost = { Mana = 528, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.4, levelRequirement = 78, cost = { Mana = 54, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.52, levelRequirement = 84, cost = { Mana = 58, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 63, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.78, levelRequirement = 90, cost = { Mana = 68, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 2.92, levelRequirement = 90, cost = { Mana = 73, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.07, levelRequirement = 90, cost = { Mana = 79, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.22, levelRequirement = 90, cost = { Mana = 85, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.38, levelRequirement = 90, cost = { Mana = 91, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 98, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 3.73, levelRequirement = 90, cost = { Mana = 105, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 3.92, levelRequirement = 90, cost = { Mana = 112, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 4.11, levelRequirement = 90, cost = { Mana = 120, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 4.32, levelRequirement = 90, cost = { Mana = 129, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 4.53, levelRequirement = 90, cost = { Mana = 138, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 4.76, levelRequirement = 90, cost = { Mana = 147, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 5, levelRequirement = 90, cost = { Mana = 157, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 5.25, levelRequirement = 90, cost = { Mana = 168, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 5.51, levelRequirement = 90, cost = { Mana = 179, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 5.79, levelRequirement = 90, cost = { Mana = 191, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 6.08, levelRequirement = 90, cost = { Mana = 204, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 6.38, levelRequirement = 90, cost = { Mana = 217, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 6.7, levelRequirement = 90, cost = { Mana = 231, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 7.03, levelRequirement = 90, cost = { Mana = 246, }, }, }, statSets = { [1] = { @@ -17884,56 +21150,57 @@ skills["GaleStrikePlayer"] = { { "active_skill_base_secondary_area_of_effect_radius", 7 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_chance_to_daze_%", 100 }, }, stats = { - "support_physical_damage_%_to_gain_as_daze_build_up", "global_knockback", "visual_hit_effect_physical_is_wind", "is_area_damage", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 500, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 508, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 516, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 524, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 532, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 540, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 548, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 556, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 564, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 572, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 580, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 588, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 596, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 604, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 612, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 620, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 628, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 636, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 644, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 652, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 660, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 668, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 676, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 684, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 692, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 700, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 708, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 716, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 724, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 732, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 740, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 748, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 756, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 764, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 772, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 780, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 788, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 796, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 804, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 812, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -17944,7 +21211,7 @@ skills["WitherPlayer"] = { fromItem = true, color = 3, description = "Channel a debilitating hex that Withers enemies in the area.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Chaos] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Chaos] = true, [SkillType.Channel] = true, [SkillType.AreaSpell] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.25, qualityStats = { }, @@ -18004,11 +21271,15 @@ skills["WitherPlayer"] = { { "chaos_damage_taken_+%", 6 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 25 }, + { "wither_channeled_move_targeting_area_X_units_per_second", 18 }, }, stats = { "active_skill_withered_base_duration_ms", - "can_perform_skill_while_moving", + }, + notMinionStat = { + "active_skill_withered_base_duration_ms", }, levels = { [1] = { 2000, statInterpolation = { 1, }, actorLevel = 1, }, diff --git a/src/Data/Skills/act_str.lua b/src/Data/Skills/act_str.lua index d9400662be..d96ec7e9cb 100644 --- a/src/Data/Skills/act_str.lua +++ b/src/Data/Skills/act_str.lua @@ -6,12 +6,384 @@ -- local skills, mod, flag, skill = ... +skills["AncestralCryPlayer"] = { + name = "Ancestral Cry", + baseTypeName = "Ancestral Cry", + color = 1, + description = "Perform a Warcry using Glory gained by Igniting enemies to turn you into an embodiment of Kaom. While embodying Kaom, your footsteps Trigger Volcanic Steps, Melee Strikes and Slams are Ancestrally Boosted, and your Melee Strikes Trigger Volcanic Eruption.", + skillTypes = { [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Warcry] = true, [SkillType.Cooldown] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.ConsumesCharges] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Nova] = true, [SkillType.Fire] = true, [SkillType.Triggers] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, }, + weaponTypes = { + ["None"] = true, + ["One Handed Mace"] = true, + ["Flail"] = true, + ["Two Handed Sword"] = true, + ["Dagger"] = true, + ["Staff"] = true, + ["Spear"] = true, + ["Two Handed Axe"] = true, + ["Two Handed Mace"] = true, + ["One Handed Axe"] = true, + ["Claw"] = true, + ["One Handed Sword"] = true, + }, + castTime = 0.8, + qualityStats = { + { "ancestral_cry_duration_+%_final_per_removable_endurance_charge", 1 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 10, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 11, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 12, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 18, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 20, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 22, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 23, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 27, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 29, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 31, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 33, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 35, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 37, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 39, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 41, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 44, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 46, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 49, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 51, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 57, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 59, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 62, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 65, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 68, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 71, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 75, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 78, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 81, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 96, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 100, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 108, }, }, + }, + statSets = { + [1] = { + label = "Warcry", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ancestral_cry_statset_0", + baseFlags = { + warcry = true, + area = true, + duration = true, + }, + constantStats = { + { "ancestral_cry_empowered_attacks_strike_X_additional_enemies", 2 }, + { "skill_empower_limitation_specifier_for_stat_description", 1 }, + { "ancestral_cry_duration_+%_final_per_removable_endurance_charge", 50 }, + { "base_skill_effect_duration", 8000 }, + { "active_skill_requires_X_glory", 100 }, + { "active_skill_generates_mp_%_glory_per_ignite", 100 }, + { "ancestral_cry_non_skill_physical_to_fire_convert_%", 100 }, + { "active_skill_base_area_of_effect_radius", 40 }, + { "skill_specific_stat_description_mode", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "base_deal_no_damage", + "cannot_cancel_skill_before_contact_point", + "warcry_count_power_from_enemies", + "warcries_knock_back_enemies", + "can_perform_skill_while_moving", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["AncestralCryShockwavePlayer"] = { + name = "Volcanic Steps", + hidden = true, + description = "Each step you take Slams the ground around you, dealing damage to nearby enemies.", + skillTypes = { [SkillType.Area] = true, [SkillType.Attack] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Fire] = true, [SkillType.Slam] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.Melee] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 0.6, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.66, levelRequirement = 0, }, + [3] = { baseMultiplier = 0.73, levelRequirement = 0, }, + [4] = { baseMultiplier = 0.8, levelRequirement = 0, }, + [5] = { baseMultiplier = 0.87, levelRequirement = 0, }, + [6] = { baseMultiplier = 0.94, levelRequirement = 0, }, + [7] = { baseMultiplier = 1.02, levelRequirement = 0, }, + [8] = { baseMultiplier = 1.09, levelRequirement = 0, }, + [9] = { baseMultiplier = 1.16, levelRequirement = 0, }, + [10] = { baseMultiplier = 1.23, levelRequirement = 0, }, + [11] = { baseMultiplier = 1.31, levelRequirement = 0, }, + [12] = { baseMultiplier = 1.4, levelRequirement = 0, }, + [13] = { baseMultiplier = 1.49, levelRequirement = 0, }, + [14] = { baseMultiplier = 1.6, levelRequirement = 0, }, + [15] = { baseMultiplier = 1.71, levelRequirement = 0, }, + [16] = { baseMultiplier = 1.83, levelRequirement = 0, }, + [17] = { baseMultiplier = 1.97, levelRequirement = 0, }, + [18] = { baseMultiplier = 2.11, levelRequirement = 0, }, + [19] = { baseMultiplier = 2.27, levelRequirement = 0, }, + [20] = { baseMultiplier = 2.45, levelRequirement = 0, }, + [21] = { baseMultiplier = 2.64, levelRequirement = 0, }, + [22] = { baseMultiplier = 2.84, levelRequirement = 0, }, + [23] = { baseMultiplier = 3.06, levelRequirement = 0, }, + [24] = { baseMultiplier = 3.3, levelRequirement = 0, }, + [25] = { baseMultiplier = 3.55, levelRequirement = 0, }, + [26] = { baseMultiplier = 3.83, levelRequirement = 0, }, + [27] = { baseMultiplier = 4.13, levelRequirement = 0, }, + [28] = { baseMultiplier = 4.44, levelRequirement = 0, }, + [29] = { baseMultiplier = 4.79, levelRequirement = 0, }, + [30] = { baseMultiplier = 5.16, levelRequirement = 0, }, + [31] = { baseMultiplier = 5.56, levelRequirement = 0, }, + [32] = { baseMultiplier = 5.99, levelRequirement = 0, }, + [33] = { baseMultiplier = 6.45, levelRequirement = 0, }, + [34] = { baseMultiplier = 6.95, levelRequirement = 0, }, + [35] = { baseMultiplier = 7.48, levelRequirement = 0, }, + [36] = { baseMultiplier = 8.06, levelRequirement = 0, }, + [37] = { baseMultiplier = 8.69, levelRequirement = 0, }, + [38] = { baseMultiplier = 9.36, levelRequirement = 0, }, + [39] = { baseMultiplier = 10.08, levelRequirement = 0, }, + [40] = { baseMultiplier = 10.86, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Volcanic Steps", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ancestral_cry_shockwave", + baseFlags = { + attack = true, + melee = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 12 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + }, + stats = { + "is_area_damage", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["AncestralCryProjectilePlayer"] = { + name = "Volcanic Eruption", + hidden = true, + description = "Fire molten Projectiles from the struck enemy, which will land nearby dealing Attack damage in an area.", + skillTypes = { [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CannotChain] = true, [SkillType.Fire] = true, [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.Cooldown] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 0.4, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [2] = { baseMultiplier = 0.44, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [3] = { baseMultiplier = 0.48, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [4] = { baseMultiplier = 0.52, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [5] = { baseMultiplier = 0.56, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [6] = { baseMultiplier = 0.6, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [7] = { baseMultiplier = 0.64, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [8] = { baseMultiplier = 0.68, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [9] = { baseMultiplier = 0.7, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [10] = { baseMultiplier = 0.73, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [11] = { baseMultiplier = 0.76, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [12] = { baseMultiplier = 0.79, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [13] = { baseMultiplier = 0.82, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [14] = { baseMultiplier = 0.86, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [15] = { baseMultiplier = 0.89, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [16] = { baseMultiplier = 0.92, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [17] = { baseMultiplier = 0.95, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [18] = { baseMultiplier = 0.99, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [19] = { baseMultiplier = 1.02, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [20] = { baseMultiplier = 1.05, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [21] = { baseMultiplier = 1.09, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [22] = { baseMultiplier = 1.13, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [23] = { baseMultiplier = 1.16, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [24] = { baseMultiplier = 1.2, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [25] = { baseMultiplier = 1.24, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [26] = { baseMultiplier = 1.28, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [27] = { baseMultiplier = 1.33, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [28] = { baseMultiplier = 1.37, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [29] = { baseMultiplier = 1.41, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [30] = { baseMultiplier = 1.46, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [31] = { baseMultiplier = 1.51, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [32] = { baseMultiplier = 1.56, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [33] = { baseMultiplier = 1.61, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [34] = { baseMultiplier = 1.67, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [35] = { baseMultiplier = 1.72, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [36] = { baseMultiplier = 1.78, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [37] = { baseMultiplier = 1.84, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [38] = { baseMultiplier = 1.9, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [39] = { baseMultiplier = 1.96, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [40] = { baseMultiplier = 2.03, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + }, + statSets = { + [1] = { + label = "Volcanic Eruption", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "ancestral_cry_projectile", + baseFlags = { + attack = true, + projectile = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 8 }, + { "skill_mortar_minimum_projectile_distance", 5 }, + { "skill_mortar_maximum_projectile_distance", 15 }, + { "base_number_of_projectiles", 3 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + }, + stats = { + "base_is_projectile", + "ancestral_cry_projectile_triggered_by_empowered_skill_on_hit", + "triggerable_in_any_set", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} skills["AncestralWarriorTotemPlayer"] = { name = "Ancestral Warrior Totem", baseTypeName = "Ancestral Warrior Totem", color = 1, - description = "Raise a Totem that uses socketed Mace Skills. Cannot use Channelling Skills or Skills with Cooldowns.", - skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.Duration] = true, [SkillType.Melee] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Meta] = true, [SkillType.Physical] = true, [SkillType.Area] = true, [SkillType.Limit] = true, }, + description = "Consume 3 Endurance Charges to Raise a Totem that uses socketed Mace Skills. This Totem has no Limit. Cannot use Channelling Skills or Skills with Cooldowns.", + skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.Duration] = true, [SkillType.Melee] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Meta] = true, [SkillType.Area] = true, [SkillType.NoAttackInPlace] = true, [SkillType.HasUsageCondition] = true, [SkillType.RequiresCharges] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, [SkillType.UnlimitedTotems] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -25,49 +397,48 @@ skills["AncestralWarriorTotemPlayer"] = { [1] = { manaMultiplier = 100, levelRequirement = 0, cost = { Mana = 13, }, }, [2] = { levelRequirement = 3, cost = { Mana = 15, }, }, [3] = { levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 21, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 23, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 28, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 31, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 35, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 38, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 43, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 47, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 53, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 58, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 65, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 20, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 25, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 28, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 31, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 35, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 39, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 42, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 47, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 51, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 61, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 66, }, }, [17] = { levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 79, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 88, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 98, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 108, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 120, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 133, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 148, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 164, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 181, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 201, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 223, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 247, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 274, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 336, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 373, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 413, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 458, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 507, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 562, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 623, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 690, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 765, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 78, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 84, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 91, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 106, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 114, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 132, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 163, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 174, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 200, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 213, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 228, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 243, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 260, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 295, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 314, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 335, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 356, }, }, }, statSets = { [1] = { label = "Ancestral Warrior Totem", baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, statDescriptionScope = "summon_meta_totem_slams", baseFlags = { totem = true, @@ -77,66 +448,59 @@ skills["AncestralWarriorTotemPlayer"] = { { "base_totem_duration", 8000 }, { "base_totem_range", 60 }, { "ancestral_spirit_base_lockout_time_ms", 600 }, - { "alt_attack_container_main_hand_weapon_critical_strike_chance", 500 }, - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", 1000 }, - { "alt_attack_container_main_hand_base_maximum_attack_distance", 13 }, - { "base_number_of_totems_allowed", 1 }, + { "active_skill_requires_X_endurance_charges", 3 }, }, stats = { - "alt_attack_container_main_hand_weapon_minimum_physical_damage", - "alt_attack_container_main_hand_weapon_maximum_physical_damage", "totem_elemental_resistance_%", "totem_chaos_resistance_%", "base_skill_summons_totems", "is_totem", "skill_is_deploy_skill", "totem_has_ancestral_warrior_spirit", - "active_skill_has_alt_attack_container", "display_statset_no_hit_damage", - "alt_attack_container_main_hand_unarmed_overide_two_handed_mace_type", "quality_display_base_totem_duration_is_gem", }, levels = { - [1] = { 6, 9, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, 5, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, 15, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, 25, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, 35, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, 45, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, 55, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, 65, 30, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -157,6 +521,8 @@ skills["SupportAncestralWarriorTotemPlayer"] = { ["One Handed Axe"] = true, ["One Handed Sword"] = true, }, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -199,15 +565,27 @@ skills["SupportAncestralWarriorTotemPlayer"] = { [39] = { levelRequirement = 0, }, [40] = { levelRequirement = 0, }, }, + addFlags = { + totem = true, + }, statSets = { [1] = { label = "SupportAncestralWarriorTotemPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", + statMap = { + ["support_ancestral_warrior_totem_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, + }, baseFlags = { }, + baseMods = { + mod("ActiveTotemLimit", "BASE", 1), + }, constantStats = { { "skill_disabled_unless_cloned", 2 }, + { "support_ancestral_warrior_totem_attack_speed_+%_final", -25 }, }, stats = { "base_skill_is_totemified", @@ -275,43 +653,43 @@ skills["ArmourBreakerPlayer"] = { [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 5, }, }, [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.55, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 7, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 8, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 9, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 10, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 11, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 13, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 14, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 16, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 18, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 19, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 22, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 24, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.66, levelRequirement = 10, cost = { Mana = 8, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.71, levelRequirement = 14, cost = { Mana = 9, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.77, levelRequirement = 18, cost = { Mana = 10, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.87, levelRequirement = 26, cost = { Mana = 13, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.91, levelRequirement = 31, cost = { Mana = 14, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.96, levelRequirement = 36, cost = { Mana = 16, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 41, cost = { Mana = 17, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 46, cost = { Mana = 19, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.11, levelRequirement = 52, cost = { Mana = 21, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.16, levelRequirement = 58, cost = { Mana = 23, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 25, }, }, [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.28, levelRequirement = 66, cost = { Mana = 27, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 30, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 33, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 36, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 40, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 45, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 50, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 55, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 61, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 68, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 75, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 83, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 93, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 103, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 114, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 126, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 140, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 155, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 172, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 190, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 211, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 234, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 259, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 287, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 318, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.41, levelRequirement = 78, cost = { Mana = 32, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.49, levelRequirement = 84, cost = { Mana = 35, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.56, levelRequirement = 90, cost = { Mana = 38, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.64, levelRequirement = 90, cost = { Mana = 41, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.72, levelRequirement = 90, cost = { Mana = 44, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.81, levelRequirement = 90, cost = { Mana = 47, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.9, levelRequirement = 90, cost = { Mana = 51, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.99, levelRequirement = 90, cost = { Mana = 55, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.09, levelRequirement = 90, cost = { Mana = 59, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.19, levelRequirement = 90, cost = { Mana = 63, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.3, levelRequirement = 90, cost = { Mana = 68, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.42, levelRequirement = 90, cost = { Mana = 72, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.54, levelRequirement = 90, cost = { Mana = 78, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.67, levelRequirement = 90, cost = { Mana = 83, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.8, levelRequirement = 90, cost = { Mana = 89, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.94, levelRequirement = 90, cost = { Mana = 95, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 3.09, levelRequirement = 90, cost = { Mana = 101, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 3.24, levelRequirement = 90, cost = { Mana = 108, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.4, levelRequirement = 90, cost = { Mana = 115, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 123, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.75, levelRequirement = 90, cost = { Mana = 131, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.94, levelRequirement = 90, cost = { Mana = 139, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 4.14, levelRequirement = 90, cost = { Mana = 148, }, }, }, statSets = { [1] = { @@ -333,6 +711,7 @@ skills["ArmourBreakerPlayer"] = { "global_knockback", "is_area_damage", "melee_defer_damage_prediction", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 3, statInterpolation = { 1, }, actorLevel = 1, }, @@ -383,63 +762,60 @@ skills["ArtilleryBallistaPlayer"] = { name = "Artillery Ballista", baseTypeName = "Artillery Ballista", color = 1, - description = "Deploy a Ballista Totem that fires bolts skyward, to explode a short time after landing.", - skillTypes = { [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.TotemsAreBallistae] = true, [SkillType.UsableWhileMoving] = true, [SkillType.UseGlobalStats] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, }, + description = "Deploy a Ballista Totem that rains down a salvo of Pinning, Maiming bolts.", + skillTypes = { [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.TotemsAreBallistae] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, - skillTotemId = 19, + skillTotemId = 22, castTime = 1, qualityStats = { - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", -20 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 22, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 25, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 27, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 31, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 34, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 42, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 46, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 51, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 57, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 63, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 70, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 78, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 86, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 95, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 106, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 117, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 130, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 144, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 160, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 177, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 196, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 218, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 267, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 296, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 328, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 364, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 403, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 447, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 495, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 549, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 608, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 674, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 747, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 827, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 917, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1016, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 18, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 26, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 33, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 36, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 40, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 44, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 49, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 53, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 63, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 69, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 75, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 81, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 88, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 95, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 119, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 128, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 137, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 148, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 158, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 170, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 182, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 195, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 222, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 238, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 254, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 271, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 308, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 328, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 349, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 371, }, }, }, statSets = { [1] = { label = "Ballista", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, statDescriptionScope = "skill_stat_descriptions", baseFlags = { totem = true, @@ -447,18 +823,13 @@ skills["ArtilleryBallistaPlayer"] = { }, constantStats = { { "base_totem_range", 80 }, - { "base_totem_duration", 16000 }, - { "alt_attack_container_main_hand_weapon_critical_strike_chance", 500 }, - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", 2500 }, - { "alt_attack_container_main_hand_base_maximum_attack_distance", 90 }, + { "base_totem_duration", 12000 }, { "base_number_of_totems_allowed", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "alt_attack_container_main_hand_weapon_minimum_physical_damage", - "alt_attack_container_main_hand_weapon_maximum_physical_damage", "totem_elemental_resistance_%", "totem_chaos_resistance_%", "skill_is_deploy_skill", @@ -467,111 +838,111 @@ skills["ArtilleryBallistaPlayer"] = { "can_perform_skill_while_moving", "totem_targets_ignoring_action_distance", "base_deal_no_damage", - "active_skill_has_alt_attack_container", - "alt_attack_container_main_hand_unarmed_overide_crossbow_type", - }, - levels = { - [1] = { 6, 9, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, 5, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, 15, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, 25, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, 35, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, 45, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, 55, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, 65, 30, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + "quality_display_base_totem_duration_is_gem", + }, + levels = { + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } } skills["ArtilleryBallistaProjectilePlayer"] = { - name = "Artillery Shot", + name = "", hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.CanRapidFire] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.Fire] = true, [SkillType.Area] = true, [SkillType.CannotChain] = true, [SkillType.UsedByTotem] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Sustained] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.UsedByTotem] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { + { "active_skill_pins_as_though_dealt_damage_+%_final", 10 }, }, levels = { - [1] = { baseMultiplier = 0.3, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.33, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.36, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.39, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.42, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.45, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.48, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.51, levelRequirement = 0, }, - [9] = { baseMultiplier = 0.53, levelRequirement = 0, }, - [10] = { baseMultiplier = 0.55, levelRequirement = 0, }, - [11] = { baseMultiplier = 0.57, levelRequirement = 0, }, - [12] = { baseMultiplier = 0.6, levelRequirement = 0, }, - [13] = { baseMultiplier = 0.62, levelRequirement = 0, }, - [14] = { baseMultiplier = 0.64, levelRequirement = 0, }, - [15] = { baseMultiplier = 0.67, levelRequirement = 0, }, - [16] = { baseMultiplier = 0.69, levelRequirement = 0, }, - [17] = { baseMultiplier = 0.72, levelRequirement = 0, }, - [18] = { baseMultiplier = 0.74, levelRequirement = 0, }, - [19] = { baseMultiplier = 0.77, levelRequirement = 0, }, - [20] = { baseMultiplier = 0.79, levelRequirement = 0, }, - [21] = { baseMultiplier = 0.82, levelRequirement = 0, }, - [22] = { baseMultiplier = 0.84, levelRequirement = 0, }, - [23] = { baseMultiplier = 0.87, levelRequirement = 0, }, - [24] = { baseMultiplier = 0.9, levelRequirement = 0, }, - [25] = { baseMultiplier = 0.93, levelRequirement = 0, }, - [26] = { baseMultiplier = 0.96, levelRequirement = 0, }, - [27] = { baseMultiplier = 0.99, levelRequirement = 0, }, - [28] = { baseMultiplier = 1.03, levelRequirement = 0, }, - [29] = { baseMultiplier = 1.06, levelRequirement = 0, }, - [30] = { baseMultiplier = 1.1, levelRequirement = 0, }, - [31] = { baseMultiplier = 1.13, levelRequirement = 0, }, - [32] = { baseMultiplier = 1.17, levelRequirement = 0, }, - [33] = { baseMultiplier = 1.21, levelRequirement = 0, }, - [34] = { baseMultiplier = 1.25, levelRequirement = 0, }, - [35] = { baseMultiplier = 1.29, levelRequirement = 0, }, - [36] = { baseMultiplier = 1.33, levelRequirement = 0, }, - [37] = { baseMultiplier = 1.38, levelRequirement = 0, }, - [38] = { baseMultiplier = 1.42, levelRequirement = 0, }, - [39] = { baseMultiplier = 1.47, levelRequirement = 0, }, - [40] = { baseMultiplier = 1.52, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = -75, baseMultiplier = 0.15, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = -75, baseMultiplier = 0.16, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = -75, baseMultiplier = 0.18, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = -75, baseMultiplier = 0.2, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = -75, baseMultiplier = 0.21, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = -75, baseMultiplier = 0.23, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = -75, baseMultiplier = 0.24, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = -75, baseMultiplier = 0.25, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = -75, baseMultiplier = 0.26, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = -75, baseMultiplier = 0.28, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = -75, baseMultiplier = 0.29, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = -75, baseMultiplier = 0.3, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = -75, baseMultiplier = 0.31, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = -75, baseMultiplier = 0.32, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = -75, baseMultiplier = 0.33, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = -75, baseMultiplier = 0.35, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = -75, baseMultiplier = 0.36, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = -75, baseMultiplier = 0.37, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = -75, baseMultiplier = 0.38, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = -75, baseMultiplier = 0.4, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = -75, baseMultiplier = 0.41, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = -75, baseMultiplier = 0.42, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = -75, baseMultiplier = 0.44, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = -75, baseMultiplier = 0.45, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = -75, baseMultiplier = 0.47, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = -75, baseMultiplier = 0.48, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = -75, baseMultiplier = 0.5, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = -75, baseMultiplier = 0.51, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = -75, baseMultiplier = 0.53, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = -75, baseMultiplier = 0.55, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = -75, baseMultiplier = 0.57, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = -75, baseMultiplier = 0.59, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = -75, baseMultiplier = 0.6, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = -75, baseMultiplier = 0.62, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = -75, baseMultiplier = 0.65, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = -75, baseMultiplier = 0.67, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = -75, baseMultiplier = 0.69, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = -75, baseMultiplier = 0.71, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = -75, baseMultiplier = 0.74, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = -75, baseMultiplier = 0.76, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Artillery", + label = "Bolts", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "artillery_ballista_projectile", + statDescriptionScope = "ripwire_arrow", baseFlags = { attack = true, area = true, @@ -580,22 +951,22 @@ skills["ArtilleryBallistaProjectilePlayer"] = { }, constantStats = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "base_number_of_projectiles", 3 }, - { "siege_cascade_fall_time_ms", 800 }, - { "active_skill_base_secondary_area_of_effect_radius", 5 }, - { "active_skill_base_tertiary_area_of_effect_radius", 45 }, - { "siege_cascade_visual_fall_time_delay_%", 70 }, + { "active_skill_base_area_of_effect_radius", 25 }, + { "base_pinned_art_variation", 2 }, { "skill_disabled_unless_cloned", 1 }, + { "base_number_of_projectiles", 4 }, + { "active_skill_pins_as_though_dealt_damage_+%_final", 600 }, { "projectile_minimum_range", 16 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, { "main_hand_base_maximum_attack_distance", 90 }, }, stats = { "base_is_projectile", - "is_area_damage", - "siege_cascade_is_artillery_ballista", + "base_all_damage_can_pin", "base_skill_is_totemified", - "active_skill_ignores_crossbow_manager", + "is_area_damage", + "quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem", + "base_skill_is_ballistified", + "global_maim_on_hit", }, levels = { [1] = { actorLevel = 1, }, @@ -640,80 +1011,6 @@ skills["ArtilleryBallistaProjectilePlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, - [2] = { - label = "Explosion", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "artillery_ballista_projectile", - baseFlags = { - attack = true, - area = true, - projectile = true, - totem = true, - }, - constantStats = { - { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "base_number_of_projectiles", 3 }, - { "siege_cascade_fall_time_ms", 800 }, - { "active_skill_base_secondary_area_of_effect_radius", 5 }, - { "active_skill_base_tertiary_area_of_effect_radius", 45 }, - { "siege_cascade_visual_fall_time_delay_%", 70 }, - { "skill_disabled_unless_cloned", 1 }, - { "projectile_minimum_range", 16 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, - { "main_hand_base_maximum_attack_distance", 90 }, - { "active_skill_base_secondary_area_of_effect_radius", 13 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, - }, - stats = { - "base_is_projectile", - "is_area_damage", - "siege_cascade_is_artillery_ballista", - "base_skill_is_totemified", - "active_skill_ignores_crossbow_manager", - }, - levels = { - [1] = { baseMultiplier = 0.7, actorLevel = 1, }, - [2] = { baseMultiplier = 0.77, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.84, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.92, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.99, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.05, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.12, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.18, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 1.23, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 1.28, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.34, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.39, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.44, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.5, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.55, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 1.61, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.67, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.73, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.79, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.85, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.91, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 1.97, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 2.04, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 2.1, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 2.17, actorLevel = 136.875, }, - [26] = { baseMultiplier = 2.24, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 2.32, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 2.4, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 2.48, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 2.56, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 2.64, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 2.73, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 2.82, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 2.91, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 3.01, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 3.11, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 3.21, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 3.32, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 3.43, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 3.55, actorLevel = 288.29998779297, }, - }, - }, } } skills["AttritionPlayer"] = { @@ -784,7 +1081,7 @@ skills["AttritionPlayer"] = { {mod("Damage", "MORE", nil, 0, KeywordFlag.Hit, { type = "GlobalEffect", effectType = "Buff"}, { type = "Multiplier", var = "EnemyPresenceSeconds", actor = "enemy", limitVar = "AttritionMaxDamage", div = 2, limitTotal = true }, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" })}, {mod("CullPercent", "MAX", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff"}, { type = "MultiplierThreshold", var = "EnemyPresenceSeconds", actor = "enemy", thresholdVar = "AttritionCullSeconds"}, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), value = 10,} - }, + }, }, baseFlags = { }, @@ -845,7 +1142,7 @@ skills["BerserkPlayer"] = { name = "Berserk", baseTypeName = "Berserk", color = 1, - description = "While active, strengthens your Rage and grants you Life Leech based on your Rage, but causes you to lose Life while Raging.", + description = "While active, strengthens your Rage, but causes you to lose Life while not losing Rage.", skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, }, castTime = 1, qualityStats = { @@ -915,53 +1212,291 @@ skills["BerserkPlayer"] = { }, constantStats = { { "life_loss_%_per_minute_per_rage_while_not_losing_rage", 6 }, - { "life_leech_from_physical_attack_damage_permyriad_per_rage", 20 }, { "rage_art_variation", 2 }, }, stats = { "rage_effect_+%", }, levels = { - [1] = { 30, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 31, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 32, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 33, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 34, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 35, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 36, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 37, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 38, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 39, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 40, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 41, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 42, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 43, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 44, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 46, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 47, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 48, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 49, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 50, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 51, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 52, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 53, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 54, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 55, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 56, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 57, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 58, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 59, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 60, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 61, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 62, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 63, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 64, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 65, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 66, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 67, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 68, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 69, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 40, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 41, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 42, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 43, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 44, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 45, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 46, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 47, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 48, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 49, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 50, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 51, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 52, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 53, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 54, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 55, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 56, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 57, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 58, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 59, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 61, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 62, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 63, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 64, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 65, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 66, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 67, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 68, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 69, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 69, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 70, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 70, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 71, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 71, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 72, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 72, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 73, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 73, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 74, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["BlackPowderBlitzReservationPlayer"] = { + name = "Black Powder Blitz", + baseTypeName = "Black Powder Blitz", + color = 1, + description = "Replaces your dodge roll with an explosive-assisted leap, firing off a round from your prosthetic cannon leg that Blinds and Ignites enemies in the area you escape from. The explosion will cause any Grenades in its area of effect to also explode.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.DodgeReplacement] = true, [SkillType.Detonator] = true, }, + castTime = 0, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Buff", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "skill_desired_amount_override", 1 }, + }, + stats = { + "base_deal_no_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["BlackPowderBlitzPlayer"] = { + name = "Black Powder Blitz", + hidden = true, + skillTypes = { [SkillType.UsableWhileMoving] = true, [SkillType.Cooldown] = true, [SkillType.Travel] = true, [SkillType.CanCancelActions] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Fire] = true, [SkillType.Jumping] = true, }, + castTime = 0.7, + qualityStats = { + { "base_cooldown_speed_+%", 0.5 }, + }, + levels = { + [1] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.5, }, + [2] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.4, }, + [3] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.4, }, + [4] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.3, }, + [5] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.3, }, + [6] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.2, }, + [7] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.2, }, + [8] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.1, }, + [9] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4.1, }, + [10] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4, }, + [11] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 4, }, + [12] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.9, }, + [13] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.9, }, + [14] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.8, }, + [15] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.8, }, + [16] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.7, }, + [17] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.7, }, + [18] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.6, }, + [19] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.6, }, + [20] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.5, }, + [21] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.5, }, + [22] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.4, }, + [23] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.4, }, + [24] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.3, }, + [25] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.3, }, + [26] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.2, }, + [27] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.2, }, + [28] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.1, }, + [29] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3.1, }, + [30] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [31] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [32] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.9, }, + [33] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.9, }, + [34] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.8, }, + [35] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.8, }, + [36] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.7, }, + [37] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.7, }, + [38] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.6, }, + [39] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.6, }, + [40] = { critChance = 15, storedUses = 1, levelRequirement = 0, cooldown = 2.5, }, + }, + statSets = { + [1] = { + label = "Explosion", + baseEffectiveness = 5.5999999046326, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "black_powder_blitz", + baseFlags = { + hit = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 24 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, + { "action_allowed_queue_time_override_ms", 100 }, + { "black_powder_blitz_travel_distance", 75 }, + { "black_powder_blitz_additional_pushiness_modifier", 5 }, + { "active_skill_stun_threshold_+%_while_performing_action", 100 }, + { "global_chance_to_blind_on_hit_%", 100 }, + }, + stats = { + "secondary_minimum_base_physical_damage", + "secondary_maximum_base_physical_damage", + "skill_cannot_be_knocked_back", + "spell_cast_time_cannot_be_modified", + "action_attack_or_cast_time_uses_animation_length", + "dynamic_target_updating_prioritises_movement_vector", + "base_skill_enabled_while_mounted", + "is_area_damage", + "always_ignite", + }, + notMinionStat = { + "secondary_minimum_base_physical_damage", + "secondary_maximum_base_physical_damage", + }, + levels = { + [1] = { 15, 28, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 21, 38, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 28, 52, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 37, 68, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 47, 87, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 58, 107, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 70, 131, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 85, 157, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 101, 187, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 119, 221, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 140, 260, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 164, 304, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 191, 355, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 222, 412, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 257, 477, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 296, 550, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 342, 635, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 394, 731, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 453, 841, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 521, 967, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 598, 1111, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 687, 1276, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 789, 1466, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 906, 1683, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1041, 1933, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1196, 2222, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1375, 2554, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1582, 2937, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1820, 3381, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 2096, 3893, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 2416, 4488, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 2788, 5177, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 3219, 5978, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 3721, 6910, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 4306, 7996, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 4988, 9263, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 5784, 10742, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 6716, 12473, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 7809, 14502, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 9090, 16881, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -971,7 +1506,7 @@ skills["BoneshatterPlayer"] = { baseTypeName = "Boneshatter", color = 1, description = "Attack enemies with a melee Strike. The Strike will cause a Heavy Stun on enemies that are Primed for Stun. Upon causing a Heavy Stun it will also create a Shockwave, dealing a large amount of damage in an area.", - skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -984,43 +1519,43 @@ skills["BoneshatterPlayer"] = { [1] = { attackSpeedMultiplier = -40, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { attackSpeedMultiplier = -40, baseMultiplier = 1.1, levelRequirement = 3, cost = { Mana = 10, }, }, [3] = { attackSpeedMultiplier = -40, baseMultiplier = 1.21, levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.32, levelRequirement = 10, cost = { Mana = 12, }, }, - [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.42, levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.53, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.64, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.74, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { attackSpeedMultiplier = -40, baseMultiplier = 1.82, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 36, cost = { Mana = 23, }, }, - [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 41, cost = { Mana = 25, }, }, - [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 46, cost = { Mana = 28, }, }, - [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.22, levelRequirement = 52, cost = { Mana = 31, }, }, - [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.33, levelRequirement = 58, cost = { Mana = 35, }, }, - [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 64, cost = { Mana = 39, }, }, - [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.57, levelRequirement = 66, cost = { Mana = 43, }, }, + [4] = { attackSpeedMultiplier = -40, baseMultiplier = 1.32, levelRequirement = 10, cost = { Mana = 13, }, }, + [5] = { attackSpeedMultiplier = -40, baseMultiplier = 1.42, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -40, baseMultiplier = 1.53, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -40, baseMultiplier = 1.64, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -40, baseMultiplier = 1.74, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { attackSpeedMultiplier = -40, baseMultiplier = 1.82, levelRequirement = 31, cost = { Mana = 23, }, }, + [10] = { attackSpeedMultiplier = -40, baseMultiplier = 1.91, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { attackSpeedMultiplier = -40, baseMultiplier = 2.01, levelRequirement = 41, cost = { Mana = 28, }, }, + [12] = { attackSpeedMultiplier = -40, baseMultiplier = 2.11, levelRequirement = 46, cost = { Mana = 31, }, }, + [13] = { attackSpeedMultiplier = -40, baseMultiplier = 2.22, levelRequirement = 52, cost = { Mana = 34, }, }, + [14] = { attackSpeedMultiplier = -40, baseMultiplier = 2.33, levelRequirement = 58, cost = { Mana = 37, }, }, + [15] = { attackSpeedMultiplier = -40, baseMultiplier = 2.44, levelRequirement = 64, cost = { Mana = 40, }, }, + [16] = { attackSpeedMultiplier = -40, baseMultiplier = 2.57, levelRequirement = 66, cost = { Mana = 44, }, }, [17] = { attackSpeedMultiplier = -40, baseMultiplier = 2.69, levelRequirement = 72, cost = { Mana = 48, }, }, - [18] = { attackSpeedMultiplier = -40, baseMultiplier = 2.83, levelRequirement = 78, cost = { Mana = 53, }, }, - [19] = { attackSpeedMultiplier = -40, baseMultiplier = 2.97, levelRequirement = 84, cost = { Mana = 59, }, }, - [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.12, levelRequirement = 90, cost = { Mana = 65, }, }, - [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 72, }, }, - [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.44, levelRequirement = 90, cost = { Mana = 80, }, }, - [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.61, levelRequirement = 90, cost = { Mana = 89, }, }, - [24] = { attackSpeedMultiplier = -40, baseMultiplier = 3.79, levelRequirement = 90, cost = { Mana = 98, }, }, - [25] = { attackSpeedMultiplier = -40, baseMultiplier = 3.98, levelRequirement = 90, cost = { Mana = 109, }, }, - [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.18, levelRequirement = 90, cost = { Mana = 121, }, }, - [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.39, levelRequirement = 90, cost = { Mana = 134, }, }, - [28] = { attackSpeedMultiplier = -40, baseMultiplier = 4.61, levelRequirement = 90, cost = { Mana = 148, }, }, - [29] = { attackSpeedMultiplier = -40, baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 164, }, }, - [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.08, levelRequirement = 90, cost = { Mana = 182, }, }, - [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.33, levelRequirement = 90, cost = { Mana = 202, }, }, - [32] = { attackSpeedMultiplier = -40, baseMultiplier = 5.6, levelRequirement = 90, cost = { Mana = 224, }, }, - [33] = { attackSpeedMultiplier = -40, baseMultiplier = 5.88, levelRequirement = 90, cost = { Mana = 248, }, }, - [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.18, levelRequirement = 90, cost = { Mana = 275, }, }, - [35] = { attackSpeedMultiplier = -40, baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 305, }, }, - [36] = { attackSpeedMultiplier = -40, baseMultiplier = 6.81, levelRequirement = 90, cost = { Mana = 338, }, }, - [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.15, levelRequirement = 90, cost = { Mana = 374, }, }, - [38] = { attackSpeedMultiplier = -40, baseMultiplier = 7.51, levelRequirement = 90, cost = { Mana = 415, }, }, - [39] = { attackSpeedMultiplier = -40, baseMultiplier = 7.88, levelRequirement = 90, cost = { Mana = 460, }, }, - [40] = { attackSpeedMultiplier = -40, baseMultiplier = 8.28, levelRequirement = 90, cost = { Mana = 509, }, }, + [18] = { attackSpeedMultiplier = -40, baseMultiplier = 2.83, levelRequirement = 78, cost = { Mana = 52, }, }, + [19] = { attackSpeedMultiplier = -40, baseMultiplier = 2.97, levelRequirement = 84, cost = { Mana = 56, }, }, + [20] = { attackSpeedMultiplier = -40, baseMultiplier = 3.12, levelRequirement = 90, cost = { Mana = 60, }, }, + [21] = { attackSpeedMultiplier = -40, baseMultiplier = 3.27, levelRequirement = 90, cost = { Mana = 65, }, }, + [22] = { attackSpeedMultiplier = -40, baseMultiplier = 3.44, levelRequirement = 90, cost = { Mana = 70, }, }, + [23] = { attackSpeedMultiplier = -40, baseMultiplier = 3.61, levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { attackSpeedMultiplier = -40, baseMultiplier = 3.79, levelRequirement = 90, cost = { Mana = 82, }, }, + [25] = { attackSpeedMultiplier = -40, baseMultiplier = 3.98, levelRequirement = 90, cost = { Mana = 88, }, }, + [26] = { attackSpeedMultiplier = -40, baseMultiplier = 4.18, levelRequirement = 90, cost = { Mana = 94, }, }, + [27] = { attackSpeedMultiplier = -40, baseMultiplier = 4.39, levelRequirement = 90, cost = { Mana = 101, }, }, + [28] = { attackSpeedMultiplier = -40, baseMultiplier = 4.61, levelRequirement = 90, cost = { Mana = 108, }, }, + [29] = { attackSpeedMultiplier = -40, baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 116, }, }, + [30] = { attackSpeedMultiplier = -40, baseMultiplier = 5.08, levelRequirement = 90, cost = { Mana = 124, }, }, + [31] = { attackSpeedMultiplier = -40, baseMultiplier = 5.33, levelRequirement = 90, cost = { Mana = 133, }, }, + [32] = { attackSpeedMultiplier = -40, baseMultiplier = 5.6, levelRequirement = 90, cost = { Mana = 142, }, }, + [33] = { attackSpeedMultiplier = -40, baseMultiplier = 5.88, levelRequirement = 90, cost = { Mana = 152, }, }, + [34] = { attackSpeedMultiplier = -40, baseMultiplier = 6.18, levelRequirement = 90, cost = { Mana = 162, }, }, + [35] = { attackSpeedMultiplier = -40, baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 173, }, }, + [36] = { attackSpeedMultiplier = -40, baseMultiplier = 6.81, levelRequirement = 90, cost = { Mana = 184, }, }, + [37] = { attackSpeedMultiplier = -40, baseMultiplier = 7.15, levelRequirement = 90, cost = { Mana = 196, }, }, + [38] = { attackSpeedMultiplier = -40, baseMultiplier = 7.51, levelRequirement = 90, cost = { Mana = 209, }, }, + [39] = { attackSpeedMultiplier = -40, baseMultiplier = 7.88, levelRequirement = 90, cost = { Mana = 223, }, }, + [40] = { attackSpeedMultiplier = -40, baseMultiplier = 8.28, levelRequirement = 90, cost = { Mana = 237, }, }, }, statSets = { [1] = { @@ -1041,6 +1576,7 @@ skills["BoneshatterPlayer"] = { stats = { "active_skill_show_crush_range", "crushing_blow", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -1099,9 +1635,11 @@ skills["BoneshatterPlayer"] = { { "melee_conditional_step_distance", 17 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, { "active_skill_base_area_of_effect_radius", 20 }, + { "boneshatter_damage_+%_final_if_created_from_unique", 50 }, }, stats = { "active_skill_show_crush_range", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", }, @@ -1274,6 +1812,8 @@ skills["SupportMetaCastOnBlockPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -1320,7 +1860,7 @@ skills["SupportMetaCastOnBlockPlayer"] = { [1] = { label = "SupportMetaCastOnBlockPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -1329,7 +1869,6 @@ skills["SupportMetaCastOnBlockPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -1382,7 +1921,7 @@ skills["MetaCastOnMeleeKillPlayer"] = { fromItem = true, color = 1, description = "While active, gains Energy when you kill enemies with Melee Attacks and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { }, @@ -1419,6 +1958,8 @@ skills["SupportMetaCastOnMeleeKillPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [8] = { storedUses = 1, levelRequirement = 0, cooldown = 0.2, }, }, @@ -1426,7 +1967,7 @@ skills["SupportMetaCastOnMeleeKillPlayer"] = { [1] = { label = "SupportMetaCastOnMeleeKillPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -1436,7 +1977,6 @@ skills["SupportMetaCastOnMeleeKillPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [8] = { actorLevel = 26.732000350952, }, @@ -1450,7 +1990,7 @@ skills["MetaCastOnMeleeStunPlayer"] = { fromItem = true, color = 1, description = "While active, gains Energy when you Stun enemies with Melee Attacks and triggers socketed spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { }, @@ -1488,6 +2028,8 @@ skills["SupportMetaCastOnMeleeStunPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [8] = { storedUses = 1, levelRequirement = 0, cooldown = 0.2, }, }, @@ -1495,7 +2037,7 @@ skills["SupportMetaCastOnMeleeStunPlayer"] = { [1] = { label = "SupportMetaCastOnMeleeStunPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -1504,7 +2046,6 @@ skills["SupportMetaCastOnMeleeStunPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [8] = { actorLevel = 26.732000350952, }, @@ -1516,8 +2057,8 @@ skills["ClusterGrenadePlayer"] = { name = "Cluster Grenade", baseTypeName = "Cluster Grenade", color = 1, - description = "Fire a bouncing Grenade that explodes when its fuse expires, throwing out a nova of mini Grenades that explode when they come to a stop.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + description = "Fire a bouncing Grenade that explodes when its fuse expires, throwing out a ring of mini Grenades that explode when they come to a stop.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -1526,46 +2067,46 @@ skills["ClusterGrenadePlayer"] = { { "base_cooldown_speed_+%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 0.8, cooldown = 10, levelRequirement = 0, cost = { Mana = 15, }, }, - [2] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 0.88, cooldown = 10, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 0.97, cooldown = 10, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.07, cooldown = 10, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.16, cooldown = 10, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.26, cooldown = 10, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.36, cooldown = 10, levelRequirement = 22, cost = { Mana = 28, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.45, cooldown = 10, levelRequirement = 26, cost = { Mana = 31, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.54, cooldown = 10, levelRequirement = 31, cost = { Mana = 34, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.64, cooldown = 10, levelRequirement = 36, cost = { Mana = 38, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.75, cooldown = 10, levelRequirement = 41, cost = { Mana = 42, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.87, cooldown = 10, levelRequirement = 46, cost = { Mana = 46, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.99, cooldown = 10, levelRequirement = 52, cost = { Mana = 52, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.13, cooldown = 10, levelRequirement = 58, cost = { Mana = 57, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.28, cooldown = 10, levelRequirement = 64, cost = { Mana = 63, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.44, cooldown = 10, levelRequirement = 66, cost = { Mana = 70, }, }, - [17] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.62, cooldown = 10, levelRequirement = 72, cost = { Mana = 78, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.82, cooldown = 10, levelRequirement = 78, cost = { Mana = 86, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.03, cooldown = 10, levelRequirement = 84, cost = { Mana = 96, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.27, cooldown = 10, levelRequirement = 90, cost = { Mana = 106, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.52, cooldown = 10, levelRequirement = 90, cost = { Mana = 118, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.79, cooldown = 10, levelRequirement = 90, cost = { Mana = 131, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.08, cooldown = 10, levelRequirement = 90, cost = { Mana = 145, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.4, cooldown = 10, levelRequirement = 90, cost = { Mana = 161, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.74, cooldown = 10, levelRequirement = 90, cost = { Mana = 178, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.11, cooldown = 10, levelRequirement = 90, cost = { Mana = 197, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.5, cooldown = 10, levelRequirement = 90, cost = { Mana = 219, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.93, cooldown = 10, levelRequirement = 90, cost = { Mana = 242, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.38, cooldown = 10, levelRequirement = 90, cost = { Mana = 269, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.88, cooldown = 10, levelRequirement = 90, cost = { Mana = 298, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.41, cooldown = 10, levelRequirement = 90, cost = { Mana = 330, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.98, cooldown = 10, levelRequirement = 90, cost = { Mana = 366, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 8.6, cooldown = 10, levelRequirement = 90, cost = { Mana = 405, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.26, cooldown = 10, levelRequirement = 90, cost = { Mana = 449, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.98, cooldown = 10, levelRequirement = 90, cost = { Mana = 498, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 10.75, cooldown = 10, levelRequirement = 90, cost = { Mana = 551, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 11.58, cooldown = 10, levelRequirement = 90, cost = { Mana = 611, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 12.48, cooldown = 10, levelRequirement = 90, cost = { Mana = 677, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 13.44, cooldown = 10, levelRequirement = 90, cost = { Mana = 750, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 14.48, cooldown = 10, levelRequirement = 90, cost = { Mana = 832, }, }, + [1] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.2, cooldown = 10, levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.32, cooldown = 10, levelRequirement = 3, cost = { Mana = 17, }, }, + [3] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.46, cooldown = 10, levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.6, cooldown = 10, levelRequirement = 10, cost = { Mana = 22, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.74, cooldown = 10, levelRequirement = 14, cost = { Mana = 25, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.89, cooldown = 10, levelRequirement = 18, cost = { Mana = 28, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.04, cooldown = 10, levelRequirement = 22, cost = { Mana = 31, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.18, cooldown = 10, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.32, cooldown = 10, levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.46, cooldown = 10, levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.62, cooldown = 10, levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.8, cooldown = 10, levelRequirement = 46, cost = { Mana = 51, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.99, cooldown = 10, levelRequirement = 52, cost = { Mana = 56, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.19, cooldown = 10, levelRequirement = 58, cost = { Mana = 61, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.42, cooldown = 10, levelRequirement = 64, cost = { Mana = 66, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.67, cooldown = 10, levelRequirement = 66, cost = { Mana = 72, }, }, + [17] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.93, cooldown = 10, levelRequirement = 72, cost = { Mana = 78, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.23, cooldown = 10, levelRequirement = 78, cost = { Mana = 85, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.55, cooldown = 10, levelRequirement = 84, cost = { Mana = 92, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.9, cooldown = 10, levelRequirement = 90, cost = { Mana = 99, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.28, cooldown = 10, levelRequirement = 90, cost = { Mana = 107, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.69, cooldown = 10, levelRequirement = 90, cost = { Mana = 115, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.13, cooldown = 10, levelRequirement = 90, cost = { Mana = 124, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.6, cooldown = 10, levelRequirement = 90, cost = { Mana = 134, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.11, cooldown = 10, levelRequirement = 90, cost = { Mana = 144, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.66, cooldown = 10, levelRequirement = 90, cost = { Mana = 154, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 8.25, cooldown = 10, levelRequirement = 90, cost = { Mana = 165, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 8.89, cooldown = 10, levelRequirement = 90, cost = { Mana = 177, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.58, cooldown = 10, levelRequirement = 90, cost = { Mana = 190, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 10.32, cooldown = 10, levelRequirement = 90, cost = { Mana = 203, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 11.11, cooldown = 10, levelRequirement = 90, cost = { Mana = 217, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 11.97, cooldown = 10, levelRequirement = 90, cost = { Mana = 232, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 12.9, cooldown = 10, levelRequirement = 90, cost = { Mana = 248, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 13.89, cooldown = 10, levelRequirement = 90, cost = { Mana = 265, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 14.97, cooldown = 10, levelRequirement = 90, cost = { Mana = 282, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 16.12, cooldown = 10, levelRequirement = 90, cost = { Mana = 301, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 17.37, cooldown = 10, levelRequirement = 90, cost = { Mana = 321, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 18.71, cooldown = 10, levelRequirement = 90, cost = { Mana = 342, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 20.16, cooldown = 10, levelRequirement = 90, cost = { Mana = 364, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 21.72, cooldown = 10, levelRequirement = 90, cost = { Mana = 387, }, }, }, statSets = { [1] = { @@ -1585,11 +2126,13 @@ skills["ClusterGrenadePlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_fire", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_base_area_of_effect_radius", 25 }, { "active_skill_base_secondary_area_of_effect_radius", 24 }, { "fixed_projectile_spread", 50 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "consume_X_heat_on_skill_use", 15 }, + { "active_skill_all_damage_%_as_fire_if_heat_is_consumed", 50 }, }, stats = { "base_is_projectile", @@ -1646,92 +2189,303 @@ skills["ClusterGrenadePlayer"] = { [40] = { actorLevel = 288.29998779297, }, }, }, - } -} -skills["ClusterGrenadeMiniPlayer"] = { - name = "", - hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, - weaponTypes = { - ["Crossbow"] = true, - }, - castTime = 1, - qualityStats = { - { "base_cooldown_speed_+%", 1 }, - }, - levels = { - [1] = { baseMultiplier = 0.55, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.61, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.67, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.73, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.8, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.86, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.93, levelRequirement = 0, }, - [8] = { levelRequirement = 0, }, - [9] = { baseMultiplier = 1.06, levelRequirement = 0, }, - [10] = { baseMultiplier = 1.13, levelRequirement = 0, }, - [11] = { baseMultiplier = 1.2, levelRequirement = 0, }, - [12] = { baseMultiplier = 1.28, levelRequirement = 0, }, - [13] = { baseMultiplier = 1.37, levelRequirement = 0, }, - [14] = { baseMultiplier = 1.46, levelRequirement = 0, }, - [15] = { baseMultiplier = 1.57, levelRequirement = 0, }, - [16] = { baseMultiplier = 1.68, levelRequirement = 0, }, - [17] = { baseMultiplier = 1.8, levelRequirement = 0, }, - [18] = { baseMultiplier = 1.94, levelRequirement = 0, }, - [19] = { baseMultiplier = 2.08, levelRequirement = 0, }, - [20] = { baseMultiplier = 2.25, levelRequirement = 0, }, - [21] = { baseMultiplier = 2.42, levelRequirement = 0, }, - [22] = { baseMultiplier = 2.61, levelRequirement = 0, }, - [23] = { baseMultiplier = 2.81, levelRequirement = 0, }, - [24] = { baseMultiplier = 3.02, levelRequirement = 0, }, - [25] = { baseMultiplier = 3.26, levelRequirement = 0, }, - [26] = { baseMultiplier = 3.51, levelRequirement = 0, }, - [27] = { baseMultiplier = 3.78, levelRequirement = 0, }, - [28] = { baseMultiplier = 4.07, levelRequirement = 0, }, - [29] = { baseMultiplier = 4.39, levelRequirement = 0, }, - [30] = { baseMultiplier = 4.73, levelRequirement = 0, }, - [31] = { baseMultiplier = 5.09, levelRequirement = 0, }, - [32] = { baseMultiplier = 5.49, levelRequirement = 0, }, - [33] = { baseMultiplier = 5.91, levelRequirement = 0, }, - [34] = { baseMultiplier = 6.37, levelRequirement = 0, }, - [35] = { baseMultiplier = 6.86, levelRequirement = 0, }, - [36] = { baseMultiplier = 7.39, levelRequirement = 0, }, - [37] = { baseMultiplier = 7.96, levelRequirement = 0, }, - [38] = { baseMultiplier = 8.58, levelRequirement = 0, }, - [39] = { baseMultiplier = 9.24, levelRequirement = 0, }, - [40] = { baseMultiplier = 9.95, levelRequirement = 0, }, - }, - statSets = { - [1] = { + [2] = { label = "Mini Grenades", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "cluster_grenade_mini", + statDescriptionScope = "cluster_grenade", baseFlags = { attack = true, area = true, projectile = true, }, constantStats = { + { "action_allowed_queue_time_override_ms", 1000 }, + { "action_required_target_facing_angle_tolerance_degrees", 90 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_secondary_area_of_effect_radius", 24 }, + { "fixed_projectile_spread", 50 }, + { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "consume_X_heat_on_skill_use", 15 }, + { "active_skill_all_damage_%_as_fire_if_heat_is_consumed", 50 }, { "action_allowed_queue_time_override_ms", 1000 }, { "base_skill_detonation_time", 3000 }, { "active_skill_base_area_of_effect_radius", 14 }, - { "base_number_of_projectiles", 14 }, - { "projectile_angle_variance", 60 }, + { "base_number_of_projectiles", 18 }, + { "projectile_angle_variance", 70 }, { "projectile_distance_variance", 300 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, }, stats = { "base_is_projectile", + "projectile_ballistic_angle_from_reference_event", + "projectile_uses_contact_position", "is_area_damage", + "action_can_be_used_in_aiming_stance", "ballistic_projectiles_always_bounce", + "can_perform_skill_while_moving", + "projectile_uses_contact_direction", + "base_skill_show_average_damage_instead_of_dps", + "projectiles_cannot_fork", "projectile_ballistic_angle_from_target_distance", "no_additional_projectiles", "projectiles_nova", "projectiles_not_offset", - "base_skill_show_average_damage_instead_of_dps", "display_statset_hide_usage_stats", - "projectiles_cannot_fork", "area_of_effect_radius_modifiers_apply_to_projectile_speed", + "is_cluster_grenade_bomblet", + }, + levels = { + [1] = { baseMultiplier = 0.7, actorLevel = 1, }, + [2] = { baseMultiplier = 0.77, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.85, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.93, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.02, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.1, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.19, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.27, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.35, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.44, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.53, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.63, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.74, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.86, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.99, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 2.14, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 2.29, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 2.47, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.65, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.86, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 3.08, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 3.32, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 3.57, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 3.85, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 4.15, actorLevel = 136.875, }, + [26] = { baseMultiplier = 4.47, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 4.81, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 5.18, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 5.59, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 6.02, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 6.48, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 6.98, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 7.52, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 8.1, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 8.73, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 9.41, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 10.13, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 10.92, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 11.76, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 12.67, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["CrossbowRequiemAmmoPlayer"] = { + name = "Compose Requiem", + baseTypeName = "Compose Requiem", + fromItem = true, + color = 1, + description = "Your weapon passively accumulates anguish from the tormented souls within. When fully charged, use this skill to compose the Requiem, transforming your Crossbow shot into a torrent of anguish for a short, fixed amount of time. Does not use Ammunition.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 22, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 29, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 33, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 37, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 42, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 47, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 52, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 58, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 64, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 70, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 77, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 84, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 92, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 100, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 109, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 118, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 128, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 139, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 150, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 162, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 175, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 202, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 217, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 234, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 250, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 268, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 288, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 308, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 352, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 376, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 401, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 428, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 456, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 486, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 518, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 551, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 587, }, }, + }, + statSets = { + [1] = { + label = "Compose Requiem", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "rapid_shot_requiem_ammo", + baseFlags = { + }, + constantStats = { + { "action_allowed_queue_time_override_ms", 1000 }, + { "rapidshot_requiem_number_of_stacks_per_minute", 200 }, + { "rapidshot_requiem_base_buff_count_requirement", 100 }, + { "rapidshot_requiem_active_duration_ms", 12000 }, + }, + stats = { + "action_can_be_used_in_aiming_stance", + "can_perform_skill_while_moving", + "base_deal_no_damage", + "display_statset_hide_usage_stats", + "crossbow_ammo_skill_does_not_transition", + "crossbow_ammo_has_no_ammo", + "skill_is_instant_while_sprinting", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["CrossbowRequiemPlayer"] = { + name = "Requiem", + hidden = true, + fromItem = true, + description = "Unleashes a torrent of anguish that bombard the target area, dealing damage in an area on impact. Does not use Ammunition and can be fired freely until the Requiem ends.", + skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Cold] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CrossbowSkill] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.1 }, + }, + levels = { + [1] = { attackSpeedMultiplier = 300, baseMultiplier = 3, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = 300, baseMultiplier = 3.3, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = 300, baseMultiplier = 3.63, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = 300, baseMultiplier = 3.96, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = 300, baseMultiplier = 4.27, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = 300, baseMultiplier = 4.59, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = 300, baseMultiplier = 4.92, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = 300, baseMultiplier = 5.21, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = 300, baseMultiplier = 5.47, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = 300, baseMultiplier = 5.74, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = 300, baseMultiplier = 6.03, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = 300, baseMultiplier = 6.33, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = 300, baseMultiplier = 6.65, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = 300, baseMultiplier = 6.98, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = 300, baseMultiplier = 7.33, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = 300, baseMultiplier = 7.7, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = 300, baseMultiplier = 8.08, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = 300, baseMultiplier = 8.49, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = 300, baseMultiplier = 8.91, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = 300, baseMultiplier = 9.36, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = 300, baseMultiplier = 9.82, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = 300, baseMultiplier = 10.32, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = 300, baseMultiplier = 10.83, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = 300, baseMultiplier = 11.37, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = 300, baseMultiplier = 11.94, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = 300, baseMultiplier = 12.54, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = 300, baseMultiplier = 13.17, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = 300, baseMultiplier = 13.82, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = 300, baseMultiplier = 14.52, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = 300, baseMultiplier = 15.24, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = 300, baseMultiplier = 16, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = 300, baseMultiplier = 16.8, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = 300, baseMultiplier = 17.64, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = 300, baseMultiplier = 18.53, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = 300, baseMultiplier = 19.45, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = 300, baseMultiplier = 20.42, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = 300, baseMultiplier = 21.45, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = 300, baseMultiplier = 22.52, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = 300, baseMultiplier = 23.64, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = 300, baseMultiplier = 24.83, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Requiem", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "rapid_shot_requiem", + baseFlags = { + projectile = true, + area = true, + }, + constantStats = { + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 16 }, + { "active_skill_base_secondary_area_of_effect_radius", 24 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, + }, + stats = { + "base_is_projectile", + "action_requires_aiming_stance", + "should_use_additive_aiming_animation", + "projectile_uses_contact_position", + "projectiles_crossbow_barrage", + "can_perform_skill_while_moving", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", + "is_area_damage", + "crossbow_skill_has_no_ammo", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -1784,7 +2538,7 @@ skills["StaffConsecratePlayer"] = { fromItem = true, color = 1, description = "Create an area of Consecrated Ground around you.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.25, qualityStats = { { "base_cast_speed_+%", 0.5 }, @@ -1838,59 +2592,60 @@ skills["StaffConsecratePlayer"] = { statDescriptionScope = "consecrate", baseFlags = { spell = true, + duration = true, }, constantStats = { { "base_skill_effect_duration", 8000 }, { "active_skill_base_area_of_effect_radius", 22 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "life_regeneration_rate_per_minute_%", + "consecrated_ground_effect_+%", "can_perform_skill_while_moving", }, levels = { - [1] = { 240, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 250, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 260, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 270, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 280, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 290, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 300, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 310, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 320, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 330, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 340, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 350, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 360, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 370, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 380, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 390, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 400, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 410, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 430, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 450, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 460, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 470, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 480, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 490, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 500, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 510, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 520, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 530, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 540, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 550, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 560, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 570, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 580, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 590, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 600, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 610, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 620, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 630, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 640, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 650, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 2, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 8, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 10, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 12, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 14, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 16, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 18, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 22, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 24, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 26, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 28, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 30, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 32, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 34, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 36, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 38, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 40, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 42, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 44, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 46, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 48, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 50, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 52, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 54, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 56, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 58, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 60, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 62, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 64, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 66, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 68, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 70, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 72, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 74, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 76, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 78, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1899,8 +2654,8 @@ skills["DefianceBannerReservationPlayer"] = { name = "Defiance Banner", baseTypeName = "Defiance Banner", color = 1, - description = "While active, killing enemies with Attacks or standing near a Unique enemy generates Valour. Using this Skill consumes its Valour to place an inspiring Banner with an Aura that grants you and nearby Allies Armour, Evasion and movement speed while the Banner lasts. The Banner cannot gain Valour while placed, and you cannot place a Banner while you already have a Banner placed.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, }, + description = "While active, Attacking enemies builds Glory. When you have maximum Glory, you can place an inspiring Banner for a duration with an Aura that grants you and nearby Allies Armour, Evasion and movement speed.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -1946,14 +2701,68 @@ skills["DefianceBannerReservationPlayer"] = { [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, }, + statSets = { + [1] = { + label = "Defiance Banner", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + stats = { + "base_deal_no_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } } skills["DefianceBannerPlayer"] = { name = "Defiance Banner", hidden = true, - skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, }, - castTime = 1, + skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.NoAttackInPlace] = true, [SkillType.HasUsageCondition] = true, }, + castTime = 0.5, qualityStats = { - { "banner_aura_magnitude_+%_final_per_resource", 0.1 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -2016,10 +2825,11 @@ skills["DefianceBannerPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 45 }, - { "banner_aura_magnitude_+%_final_per_resource", 10 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_requires_X_glory", 200 }, + { "active_skill_generates_mp_%_glory_per_attack_hit", 100 }, }, stats = { "base_skill_effect_duration", @@ -2027,49 +2837,52 @@ skills["DefianceBannerPlayer"] = { "base_skill_buff_movement_speed_+%_to_apply", "can_perform_skill_while_moving", "base_deal_no_damage", - "quality_display_banner_buff_effect_+%_final_per_resource_is_gem", - }, - levels = { - [1] = { 6000, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6050, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6100, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6150, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6200, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6250, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6300, 6, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6350, 7, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6400, 7, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6450, 7, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6500, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6550, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6600, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 6650, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 6700, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6750, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 6800, 8, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 6850, 9, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 6900, 9, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 6950, 9, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7000, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7050, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7100, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7150, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7200, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7250, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7300, 10, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7350, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 7400, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 7450, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 7500, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 7550, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 7600, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 7650, 11, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 7700, 12, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 7750, 12, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 7800, 12, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 7850, 13, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 7900, 13, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 7950, 13, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + "active_skill_can_generate_glory_even_if_an_instance_of_this_skill_is_active", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 7400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 8000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 8200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 8400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 8600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 8800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 9000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 9200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 9400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 9600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 9800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 10000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 10200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 10400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 10600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 10800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 11000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 11200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 11400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 11600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 11800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 11900, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 12000, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 12100, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 12200, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 12300, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 12400, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 12500, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 12600, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 12700, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 12800, 30, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2078,8 +2891,8 @@ skills["DreadBannerReservationPlayer"] = { name = "Dread Banner", baseTypeName = "Dread Banner", color = 1, - description = "While active, killing enemies with Attacks or standing near a Unique enemy generates Valour. Using this Skill consumes its Valour to place an inspiring Banner with an Aura that grants you and nearby Allies Stun Threshold, Elemental Ailment Threshold and Flask charges while the Banner lasts. The Banner cannot gain Valour while placed, and you cannot place a Banner while you already have a Banner placed.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, }, + description = "While active, Attacking enemies builds Glory. When you have maximum Glory, you can place an inspiring Banner for a duration with an Aura that grants you and nearby Allies Elemental Ailment Threshold, Maximum Elemental Resistances and Flask charges.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -2125,14 +2938,68 @@ skills["DreadBannerReservationPlayer"] = { [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, }, + statSets = { + [1] = { + label = "Dread Banner", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + stats = { + "base_deal_no_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } } skills["DreadBannerPlayer"] = { name = "Dread Banner", hidden = true, - skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, }, - castTime = 1, + skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.NoAttackInPlace] = true, [SkillType.HasUsageCondition] = true, }, + castTime = 0.5, qualityStats = { - { "banner_aura_magnitude_+%_final_per_resource", 0.1 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -2196,60 +3063,65 @@ skills["DreadBannerPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 45 }, - { "banner_aura_magnitude_+%_final_per_resource", 10 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_requires_X_glory", 200 }, + { "active_skill_generates_mp_%_glory_per_attack_hit", 100 }, }, stats = { "base_skill_effect_duration", - "base_skill_buff_stun_and_ailment_threshold_+%_final_to_apply", + "base_skill_buff_ailment_threshold_+%_final_to_apply", "base_skill_buff_flask_charge_per_min_to_apply", + "base_skill_buff_additional_maximum_all_elemental_resistances_%_to_apply", "can_perform_skill_while_moving", "base_deal_no_damage", - "quality_display_banner_buff_effect_+%_final_per_resource_is_gem", - }, - levels = { - [1] = { 6000, 12, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6050, 12, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6100, 12, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6150, 12, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6200, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6250, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6300, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6350, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6400, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6450, 13, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6500, 14, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6550, 14, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6600, 14, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 6650, 14, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 6700, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6750, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 6800, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 6850, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 6900, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 6950, 15, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7000, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7050, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7100, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7150, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7200, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7250, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7300, 16, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7350, 17, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 7400, 17, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 7450, 17, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 7500, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 7550, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 7600, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 7650, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 7700, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 7750, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 7800, 18, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 7850, 19, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 7900, 19, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 7950, 19, 10, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + "active_skill_can_generate_glory_even_if_an_instance_of_this_skill_is_active", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 7400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 8000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 8200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 8400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 8600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 8800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 9000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 9200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 9400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 9600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 9800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 10000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 10200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 10400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 10600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 10800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 11000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 11200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 11400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 11600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 11800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 11900, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 12000, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 12100, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 12200, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 12300, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 12400, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 12500, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 12600, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 12700, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 12800, 60, 30, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2271,44 +3143,44 @@ skills["EarthquakePlayer"] = { levels = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 8, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.44, levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.48, levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 13, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 14, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 16, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 17, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 24, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 26, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 29, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 33, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 36, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 40, }, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.48, levelRequirement = 6, cost = { Mana = 11, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 12, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 14, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 16, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 17, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 19, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 22, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 24, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 26, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 29, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 32, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 34, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 38, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 41, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.08, levelRequirement = 72, cost = { Mana = 44, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 49, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 55, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 61, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 67, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 75, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 83, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 92, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 102, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 113, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 125, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 138, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 153, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 170, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 188, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 209, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 232, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 257, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 284, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 315, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 349, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 387, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 429, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 475, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 48, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 52, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 56, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 61, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 66, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 71, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 76, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 82, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 88, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 94, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 101, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 108, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 116, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 124, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 133, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 142, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 151, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 161, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 172, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 183, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 195, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 208, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 221, }, }, }, statSets = { [1] = { @@ -2335,7 +3207,7 @@ skills["EarthquakePlayer"] = { { "skill_jagged_ground_base_duration_ms", 4000 }, { "jagged_ground_effect_+%", 100 }, { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_tertiary_area_of_effect_radius", 22 }, + { "active_skill_base_tertiary_area_of_effect_radius", 18 }, { "melee_conditional_step_distance", 10 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, }, @@ -2412,13 +3284,13 @@ skills["EarthquakePlayer"] = { constantStats = { { "jagged_ground_effect_+%", 100 }, { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_tertiary_area_of_effect_radius", 22 }, + { "active_skill_base_tertiary_area_of_effect_radius", 18 }, { "melee_conditional_step_distance", 10 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, - { "active_skill_base_area_of_effect_radius", 16 }, }, stats = { "base_number_of_earthquakes_allowed", + "active_skill_base_area_of_effect_radius", "is_area_damage", "is_player_earthquake", "can_create_jagged_ground", @@ -2426,46 +3298,46 @@ skills["EarthquakePlayer"] = { "display_statset_hide_usage_stats", }, levels = { - [1] = { 2, baseMultiplier = 1.5, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 2, baseMultiplier = 1.65, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 2, baseMultiplier = 1.82, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 2, baseMultiplier = 1.98, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 2, baseMultiplier = 2.14, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 2, baseMultiplier = 2.3, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 2, baseMultiplier = 2.46, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 2, baseMultiplier = 2.61, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 3, baseMultiplier = 2.74, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 3, baseMultiplier = 2.87, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 3, baseMultiplier = 3.02, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 3, baseMultiplier = 3.17, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 3, baseMultiplier = 3.32, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 3, baseMultiplier = 3.49, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 3, baseMultiplier = 3.67, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 4, baseMultiplier = 3.85, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 4, baseMultiplier = 4.04, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 4, baseMultiplier = 4.24, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 4, baseMultiplier = 4.46, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 4, baseMultiplier = 4.68, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 5, baseMultiplier = 4.91, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 5, baseMultiplier = 5.16, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 5, baseMultiplier = 5.42, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 5, baseMultiplier = 5.69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 5, baseMultiplier = 5.97, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 6, baseMultiplier = 6.27, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 6, baseMultiplier = 6.58, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 6, baseMultiplier = 6.91, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 6, baseMultiplier = 7.26, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 6, baseMultiplier = 7.62, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 7, baseMultiplier = 8, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 7, baseMultiplier = 8.4, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 7, baseMultiplier = 8.82, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 7, baseMultiplier = 9.26, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 7, baseMultiplier = 9.73, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 8, baseMultiplier = 10.21, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 8, baseMultiplier = 10.72, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 8, baseMultiplier = 11.26, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 8, baseMultiplier = 11.82, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 8, baseMultiplier = 12.41, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, 6, baseMultiplier = 1.6, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 2, 6, baseMultiplier = 1.76, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 2, 6, baseMultiplier = 1.94, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 2, 7, baseMultiplier = 2.12, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 2, 7, baseMultiplier = 2.29, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 2, 7, baseMultiplier = 2.47, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 2, 8, baseMultiplier = 2.66, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 2, 8, baseMultiplier = 2.83, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 3, 8, baseMultiplier = 2.99, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 3, 9, baseMultiplier = 3.16, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 3, 9, baseMultiplier = 3.35, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 3, 9, baseMultiplier = 3.54, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 3, 10, baseMultiplier = 3.76, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 3, 10, baseMultiplier = 3.99, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 3, 10, baseMultiplier = 4.23, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 4, 11, baseMultiplier = 4.5, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 4, 11, baseMultiplier = 4.79, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 4, 11, baseMultiplier = 5.1, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 4, 12, baseMultiplier = 5.43, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 4, 12, baseMultiplier = 5.8, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 5, 12, baseMultiplier = 6.18, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 5, 13, baseMultiplier = 6.59, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 5, 13, baseMultiplier = 7.03, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 5, 13, baseMultiplier = 7.5, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 5, 14, baseMultiplier = 8, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 6, 14, baseMultiplier = 8.53, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 6, 14, baseMultiplier = 9.1, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 6, 15, baseMultiplier = 9.71, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 6, 15, baseMultiplier = 10.36, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 6, 15, baseMultiplier = 11.04, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 7, 15, baseMultiplier = 11.78, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 7, 16, baseMultiplier = 12.57, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 7, 16, baseMultiplier = 13.4, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 7, 16, baseMultiplier = 14.3, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 7, 16, baseMultiplier = 15.25, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8, 16, baseMultiplier = 16.26, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8, 16, baseMultiplier = 17.35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8, 17, baseMultiplier = 18.5, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8, 17, baseMultiplier = 19.74, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8, 17, baseMultiplier = 21.05, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2475,56 +3347,56 @@ skills["EarthshatterPlayer"] = { baseTypeName = "Earthshatter", color = 1, description = "Slam the ground, sending out a fissure that deals area damage to enemies it passes under and thrusts a spike from the ground when it ends. Warcries performed near the spike will cause it to shatter, damaging surrounding enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.SupportedByFountains] = true, [SkillType.CreatesFissure] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.SupportedByFountains] = true, [SkillType.CreatesFissure] = true, [SkillType.NoAttackInPlace] = true, [SkillType.CanCreateStoneElementals] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, }, castTime = 1, qualityStats = { - { "spike_slam_max_spikes", 0.15 }, + { "earthshatter_damage_+%_final_per_spike", 0.3 }, }, levels = { [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.45, levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.49, levelRequirement = 3, cost = { Mana = 8, }, }, - [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.54, levelRequirement = 6, cost = { Mana = 9, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.59, levelRequirement = 10, cost = { Mana = 10, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.64, levelRequirement = 14, cost = { Mana = 11, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.69, levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.74, levelRequirement = 22, cost = { Mana = 14, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.78, levelRequirement = 26, cost = { Mana = 16, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 31, cost = { Mana = 17, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.86, levelRequirement = 36, cost = { Mana = 19, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.9, levelRequirement = 41, cost = { Mana = 21, }, }, - [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.95, levelRequirement = 46, cost = { Mana = 24, }, }, - [13] = { attackSpeedMultiplier = -20, levelRequirement = 52, cost = { Mana = 26, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.05, levelRequirement = 58, cost = { Mana = 29, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.1, levelRequirement = 64, cost = { Mana = 33, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.15, levelRequirement = 66, cost = { Mana = 36, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.54, levelRequirement = 6, cost = { Mana = 10, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.59, levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.64, levelRequirement = 14, cost = { Mana = 12, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.69, levelRequirement = 18, cost = { Mana = 14, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.74, levelRequirement = 22, cost = { Mana = 16, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.78, levelRequirement = 26, cost = { Mana = 17, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.82, levelRequirement = 31, cost = { Mana = 19, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.86, levelRequirement = 36, cost = { Mana = 21, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.9, levelRequirement = 41, cost = { Mana = 24, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 0.95, levelRequirement = 46, cost = { Mana = 26, }, }, + [13] = { attackSpeedMultiplier = -20, levelRequirement = 52, cost = { Mana = 28, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.05, levelRequirement = 58, cost = { Mana = 31, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.1, levelRequirement = 64, cost = { Mana = 34, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.15, levelRequirement = 66, cost = { Mana = 37, }, }, [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.21, levelRequirement = 72, cost = { Mana = 40, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.27, levelRequirement = 78, cost = { Mana = 45, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.34, levelRequirement = 84, cost = { Mana = 49, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.4, levelRequirement = 90, cost = { Mana = 55, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.47, levelRequirement = 90, cost = { Mana = 61, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 67, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.62, levelRequirement = 90, cost = { Mana = 75, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 83, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 92, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 102, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 113, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.07, levelRequirement = 90, cost = { Mana = 125, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 139, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 154, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 170, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.52, levelRequirement = 90, cost = { Mana = 189, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 209, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 2.78, levelRequirement = 90, cost = { Mana = 232, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 2.92, levelRequirement = 90, cost = { Mana = 257, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.06, levelRequirement = 90, cost = { Mana = 285, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.22, levelRequirement = 90, cost = { Mana = 316, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.38, levelRequirement = 90, cost = { Mana = 350, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 388, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 3.72, levelRequirement = 90, cost = { Mana = 430, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.27, levelRequirement = 78, cost = { Mana = 44, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.34, levelRequirement = 84, cost = { Mana = 47, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.4, levelRequirement = 90, cost = { Mana = 51, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.47, levelRequirement = 90, cost = { Mana = 55, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 59, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.62, levelRequirement = 90, cost = { Mana = 64, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 69, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.79, levelRequirement = 90, cost = { Mana = 74, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 79, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 85, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.07, levelRequirement = 90, cost = { Mana = 91, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.18, levelRequirement = 90, cost = { Mana = 98, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 105, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 112, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.52, levelRequirement = 90, cost = { Mana = 120, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 128, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 2.78, levelRequirement = 90, cost = { Mana = 137, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 2.92, levelRequirement = 90, cost = { Mana = 146, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 3.06, levelRequirement = 90, cost = { Mana = 155, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 3.22, levelRequirement = 90, cost = { Mana = 166, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 3.38, levelRequirement = 90, cost = { Mana = 177, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 188, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 3.72, levelRequirement = 90, cost = { Mana = 200, }, }, }, statSets = { [1] = { @@ -2659,8 +3531,8 @@ skills["EmergencyReloadPlayer"] = { name = "Emergency Reload", baseTypeName = "Emergency Reload", color = 1, - description = "Instantly reload your active Crossbow Ammunition and Empowers the loaded bolts to deal more damage.", - skillTypes = { [SkillType.Instant] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, }, + description = "Instantly reload all your Crossbow Ammunition clips and Empower each clip's Ammunition to deal more damage for a duration.", + skillTypes = { [SkillType.Instant] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.ModifiesNextSkill] = true, [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -2671,44 +3543,44 @@ skills["EmergencyReloadPlayer"] = { levels = { [1] = { storedUses = 1, levelRequirement = 0, cooldown = 45, cost = { Mana = 12, }, }, [2] = { storedUses = 1, levelRequirement = 3, cooldown = 45, cost = { Mana = 14, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 45, cost = { Mana = 15, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 45, cost = { Mana = 17, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 45, cost = { Mana = 19, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 45, cost = { Mana = 21, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 45, cost = { Mana = 24, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 45, cost = { Mana = 27, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 45, cost = { Mana = 30, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 45, cost = { Mana = 33, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 45, cost = { Mana = 37, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 45, cost = { Mana = 41, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 45, cost = { Mana = 16, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 45, cost = { Mana = 18, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 45, cost = { Mana = 20, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 45, cost = { Mana = 23, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 45, cost = { Mana = 26, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 45, cost = { Mana = 28, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 45, cost = { Mana = 32, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 45, cost = { Mana = 35, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 45, cost = { Mana = 38, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 45, cost = { Mana = 42, }, }, [13] = { storedUses = 1, levelRequirement = 52, cooldown = 45, cost = { Mana = 46, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 45, cost = { Mana = 52, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 45, cost = { Mana = 58, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 45, cost = { Mana = 64, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 45, cost = { Mana = 72, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 45, cost = { Mana = 80, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 45, cost = { Mana = 89, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 100, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 111, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 124, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 138, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 154, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 172, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 192, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 214, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 239, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 266, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 297, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 331, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 369, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 412, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 459, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 512, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 571, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 637, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 710, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 792, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 883, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 45, cost = { Mana = 50, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 45, cost = { Mana = 55, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 45, cost = { Mana = 60, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 45, cost = { Mana = 65, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 45, cost = { Mana = 70, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 45, cost = { Mana = 76, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 82, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 89, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 96, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 103, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 111, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 119, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 128, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 138, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 148, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 158, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 169, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 181, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 193, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 207, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 221, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 235, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 251, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 267, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 285, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 303, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 45, cost = { Mana = 323, }, }, }, statSets = { [1] = { @@ -2720,6 +3592,7 @@ skills["EmergencyReloadPlayer"] = { }, constantStats = { { "base_skill_effect_duration", 6000 }, + { "skill_specific_stat_description_mode", 1 }, }, stats = { "emergency_reload_damage_+%_final", @@ -2779,7 +3652,7 @@ skills["ExplosiveGrenadePlayer"] = { baseTypeName = "Explosive Grenade", color = 1, description = "Fire a bouncing Grenade that unleashes a devastating fiery blast when its fuse expires.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -2790,50 +3663,54 @@ skills["ExplosiveGrenadePlayer"] = { levels = { [1] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.15, cooldown = 5, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.37, cooldown = 5, levelRequirement = 3, cost = { Mana = 11, }, }, - [3] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.62, cooldown = 5, levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.87, cooldown = 5, levelRequirement = 10, cost = { Mana = 14, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.12, cooldown = 5, levelRequirement = 14, cost = { Mana = 15, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.38, cooldown = 5, levelRequirement = 18, cost = { Mana = 17, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.65, cooldown = 5, levelRequirement = 22, cost = { Mana = 19, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.91, cooldown = 5, levelRequirement = 26, cost = { Mana = 21, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.15, cooldown = 5, levelRequirement = 31, cost = { Mana = 23, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.41, cooldown = 5, levelRequirement = 36, cost = { Mana = 26, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.7, cooldown = 5, levelRequirement = 41, cost = { Mana = 29, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.01, cooldown = 5, levelRequirement = 46, cost = { Mana = 32, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.35, cooldown = 5, levelRequirement = 52, cost = { Mana = 35, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.72, cooldown = 5, levelRequirement = 58, cost = { Mana = 39, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.13, cooldown = 5, levelRequirement = 64, cost = { Mana = 43, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.57, cooldown = 5, levelRequirement = 66, cost = { Mana = 48, }, }, + [3] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.62, cooldown = 5, levelRequirement = 6, cost = { Mana = 13, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.87, cooldown = 5, levelRequirement = 10, cost = { Mana = 15, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.12, cooldown = 5, levelRequirement = 14, cost = { Mana = 17, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.38, cooldown = 5, levelRequirement = 18, cost = { Mana = 19, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.65, cooldown = 5, levelRequirement = 22, cost = { Mana = 21, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.91, cooldown = 5, levelRequirement = 26, cost = { Mana = 23, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.15, cooldown = 5, levelRequirement = 31, cost = { Mana = 26, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.41, cooldown = 5, levelRequirement = 36, cost = { Mana = 29, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.7, cooldown = 5, levelRequirement = 41, cost = { Mana = 32, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.01, cooldown = 5, levelRequirement = 46, cost = { Mana = 35, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.35, cooldown = 5, levelRequirement = 52, cost = { Mana = 38, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.72, cooldown = 5, levelRequirement = 58, cost = { Mana = 41, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.13, cooldown = 5, levelRequirement = 64, cost = { Mana = 45, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.57, cooldown = 5, levelRequirement = 66, cost = { Mana = 49, }, }, [17] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.05, cooldown = 5, levelRequirement = 72, cost = { Mana = 53, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.57, cooldown = 5, levelRequirement = 78, cost = { Mana = 59, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 8.15, cooldown = 5, levelRequirement = 84, cost = { Mana = 66, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 8.78, cooldown = 5, levelRequirement = 90, cost = { Mana = 73, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 9.46, cooldown = 5, levelRequirement = 90, cost = { Mana = 81, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 10.19, cooldown = 5, levelRequirement = 90, cost = { Mana = 89, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 10.97, cooldown = 5, levelRequirement = 90, cost = { Mana = 99, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 11.82, cooldown = 5, levelRequirement = 90, cost = { Mana = 110, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 12.74, cooldown = 5, levelRequirement = 90, cost = { Mana = 122, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 13.72, cooldown = 5, levelRequirement = 90, cost = { Mana = 135, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 14.78, cooldown = 5, levelRequirement = 90, cost = { Mana = 150, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 15.92, cooldown = 5, levelRequirement = 90, cost = { Mana = 166, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 17.16, cooldown = 5, levelRequirement = 90, cost = { Mana = 184, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 18.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 204, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 19.91, cooldown = 5, levelRequirement = 90, cost = { Mana = 226, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 21.45, cooldown = 5, levelRequirement = 90, cost = { Mana = 250, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 23.11, cooldown = 5, levelRequirement = 90, cost = { Mana = 277, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 24.89, cooldown = 5, levelRequirement = 90, cost = { Mana = 308, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 26.82, cooldown = 5, levelRequirement = 90, cost = { Mana = 341, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 28.89, cooldown = 5, levelRequirement = 90, cost = { Mana = 378, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 31.12, cooldown = 5, levelRequirement = 90, cost = { Mana = 419, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 33.53, cooldown = 5, levelRequirement = 90, cost = { Mana = 464, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 36.12, cooldown = 5, levelRequirement = 90, cost = { Mana = 514, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 38.91, cooldown = 5, levelRequirement = 90, cost = { Mana = 570, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.57, cooldown = 5, levelRequirement = 78, cost = { Mana = 58, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 8.15, cooldown = 5, levelRequirement = 84, cost = { Mana = 63, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 8.78, cooldown = 5, levelRequirement = 90, cost = { Mana = 68, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 9.46, cooldown = 5, levelRequirement = 90, cost = { Mana = 73, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 10.19, cooldown = 5, levelRequirement = 90, cost = { Mana = 79, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 10.97, cooldown = 5, levelRequirement = 90, cost = { Mana = 85, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 11.82, cooldown = 5, levelRequirement = 90, cost = { Mana = 91, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 12.74, cooldown = 5, levelRequirement = 90, cost = { Mana = 98, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 13.72, cooldown = 5, levelRequirement = 90, cost = { Mana = 105, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 14.78, cooldown = 5, levelRequirement = 90, cost = { Mana = 113, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 15.92, cooldown = 5, levelRequirement = 90, cost = { Mana = 121, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 17.16, cooldown = 5, levelRequirement = 90, cost = { Mana = 130, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 18.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 139, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 19.91, cooldown = 5, levelRequirement = 90, cost = { Mana = 149, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 21.45, cooldown = 5, levelRequirement = 90, cost = { Mana = 159, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 23.11, cooldown = 5, levelRequirement = 90, cost = { Mana = 170, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 24.89, cooldown = 5, levelRequirement = 90, cost = { Mana = 181, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 26.82, cooldown = 5, levelRequirement = 90, cost = { Mana = 193, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 28.89, cooldown = 5, levelRequirement = 90, cost = { Mana = 206, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 31.12, cooldown = 5, levelRequirement = 90, cost = { Mana = 220, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 33.53, cooldown = 5, levelRequirement = 90, cost = { Mana = 234, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 36.12, cooldown = 5, levelRequirement = 90, cost = { Mana = 249, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 38.91, cooldown = 5, levelRequirement = 90, cost = { Mana = 265, }, }, }, statSets = { [1] = { label = "Explosive Grenade", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "explosive_grenade", + statMap = { + ["base_skill_show_average_damage_instead_of_dps"] = { + }, + }, baseFlags = { attack = true, area = true, @@ -2846,9 +3723,11 @@ skills["ExplosiveGrenadePlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "fixed_projectile_spread", 30 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "consume_X_heat_on_skill_use", 15 }, + { "active_skill_all_damage_%_as_fire_if_heat_is_consumed", 50 }, }, stats = { "active_skill_base_area_of_effect_radius", @@ -2908,330 +3787,595 @@ skills["ExplosiveGrenadePlayer"] = { }, } } -skills["ExsanguinatePlayer"] = { - name = "Exsanguinate", - baseTypeName = "Exsanguinate", - fromItem = true, +skills["FlashGrenadePlayer"] = { + name = "Flash Grenade", + baseTypeName = "Flash Grenade", color = 1, - description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies hit by the tendrils take Physical damage and are inflicted with a Debuff that deals Physical damage over time.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Fire a bouncing Grenade that unleashes a Blinding, Stunning explosion when its fuse expires.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, castTime = 1, qualityStats = { - { "blood_tendrils_beam_count", 0.05 }, + { "base_cooldown_speed_+%", 1 }, }, levels = { - [1] = { critChance = 8, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 8, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 8, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 8, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 8, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 8, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 8, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 8, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 8, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 8, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 8, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 8, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 8, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 8, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 8, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 8, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 8, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 8, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 8, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 8, levelRequirement = 90, cost = { Mana = 0, }, }, + [1] = { attackSpeedMultiplier = -25, storedUses = 1, cooldown = 5, levelRequirement = 0, cost = { Mana = 7, }, }, + [2] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.1, cooldown = 5, levelRequirement = 3, cost = { Mana = 9, }, }, + [3] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.22, cooldown = 5, levelRequirement = 6, cost = { Mana = 10, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.33, cooldown = 5, levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.45, cooldown = 5, levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.57, cooldown = 5, levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.7, cooldown = 5, levelRequirement = 22, cost = { Mana = 16, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.82, cooldown = 5, levelRequirement = 26, cost = { Mana = 18, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.93, cooldown = 5, levelRequirement = 31, cost = { Mana = 20, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.05, cooldown = 5, levelRequirement = 36, cost = { Mana = 22, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.19, cooldown = 5, levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.33, cooldown = 5, levelRequirement = 46, cost = { Mana = 27, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.49, cooldown = 5, levelRequirement = 52, cost = { Mana = 30, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.66, cooldown = 5, levelRequirement = 58, cost = { Mana = 32, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.85, cooldown = 5, levelRequirement = 64, cost = { Mana = 35, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.05, cooldown = 5, levelRequirement = 66, cost = { Mana = 38, }, }, + [17] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.28, cooldown = 5, levelRequirement = 72, cost = { Mana = 42, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.52, cooldown = 5, levelRequirement = 78, cost = { Mana = 45, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.79, cooldown = 5, levelRequirement = 84, cost = { Mana = 49, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.08, cooldown = 5, levelRequirement = 90, cost = { Mana = 53, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.4, cooldown = 5, levelRequirement = 90, cost = { Mana = 57, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.74, cooldown = 5, levelRequirement = 90, cost = { Mana = 62, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.1, cooldown = 5, levelRequirement = 90, cost = { Mana = 66, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.5, cooldown = 5, levelRequirement = 90, cost = { Mana = 71, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.92, cooldown = 5, levelRequirement = 90, cost = { Mana = 77, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.38, cooldown = 5, levelRequirement = 90, cost = { Mana = 82, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.88, cooldown = 5, levelRequirement = 90, cost = { Mana = 88, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.41, cooldown = 5, levelRequirement = 90, cost = { Mana = 95, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 102, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 8.6, cooldown = 5, levelRequirement = 90, cost = { Mana = 109, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.26, cooldown = 5, levelRequirement = 90, cost = { Mana = 116, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 124, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 10.75, cooldown = 5, levelRequirement = 90, cost = { Mana = 133, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 11.58, cooldown = 5, levelRequirement = 90, cost = { Mana = 142, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 12.47, cooldown = 5, levelRequirement = 90, cost = { Mana = 151, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 13.44, cooldown = 5, levelRequirement = 90, cost = { Mana = 161, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 14.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 172, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 15.59, cooldown = 5, levelRequirement = 90, cost = { Mana = 183, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 16.8, cooldown = 5, levelRequirement = 90, cost = { Mana = 195, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 18.1, cooldown = 5, levelRequirement = 90, cost = { Mana = 208, }, }, }, statSets = { [1] = { - label = "Tendrils", - baseEffectiveness = 0.81000000238419, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "exsanguinate", + label = "Flash Grenade", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "flash_grenade", baseFlags = { - spell = true, + attack = true, + area = true, + projectile = true, + }, + constantStats = { + { "action_allowed_queue_time_override_ms", 1000 }, + { "action_required_target_facing_angle_tolerance_degrees", 90 }, + { "base_skill_detonation_time", 850 }, + { "attacks_chance_to_blind_on_hit_%", 100 }, + { "active_skill_hit_damage_stun_multiplier_+%_final", 500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "fixed_projectile_spread", 30 }, + { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + }, + stats = { + "active_skill_base_area_of_effect_radius", + "base_is_projectile", + "projectile_ballistic_angle_from_reference_event", + "projectile_uses_contact_position", + "is_area_damage", + "action_can_be_used_in_aiming_stance", + "disable_visual_hit_effect", + "ballistic_projectiles_always_bounce", + "can_perform_skill_while_moving", + "projectile_uses_contact_direction", + "base_skill_show_average_damage_instead_of_dps", + "projectiles_cannot_fork", + }, + levels = { + [1] = { 26, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 26, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 27, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 27, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 27, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 28, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 28, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 29, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 29, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 30, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 30, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 31, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 31, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 32, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 32, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 32, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 33, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 33, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 33, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 34, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 34, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 34, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 35, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 35, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 36, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 36, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 36, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 37, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 37, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 37, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 37, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 37, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 38, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 38, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 38, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 38, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 38, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 39, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ForgeHammerPlayer"] = { + name = "Forge Hammer", + baseTypeName = "Forge Hammer", + color = 1, + description = "Hurl a fiery hammer that Slams into the ground and lodges there. While the hammer is lodged in the ground, reusing this Skill recalls the hammer and resets the Skill's cooldown. Alternatively, using a Warcry near the lodged hammer causes it to shatter, releasing a number of Molten Fissures in a spiral.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Sustained] = true, [SkillType.CreatesFissure] = true, [SkillType.Limit] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Cooldown] = true, [SkillType.CanCreateStoneElementals] = true, }, + weaponTypes = { + ["One Handed Mace"] = true, + ["Two Handed Mace"] = true, + }, + castTime = 1, + qualityStats = { + { "base_cooldown_speed_+%", 0.5 }, + }, + levels = { + [1] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 1.85, cooldown = 8, levelRequirement = 0, cost = { Mana = 9, }, }, + [2] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 2.04, cooldown = 8, levelRequirement = 3, cost = { Mana = 10, }, }, + [3] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 2.24, cooldown = 8, levelRequirement = 6, cost = { Mana = 11, }, }, + [4] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 2.44, cooldown = 8, levelRequirement = 10, cost = { Mana = 13, }, }, + [5] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 2.64, cooldown = 8, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 2.83, cooldown = 8, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.03, cooldown = 8, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.21, cooldown = 8, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.37, cooldown = 8, levelRequirement = 31, cost = { Mana = 23, }, }, + [10] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.54, cooldown = 8, levelRequirement = 36, cost = { Mana = 26, }, }, + [11] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.72, cooldown = 8, levelRequirement = 41, cost = { Mana = 28, }, }, + [12] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 3.91, cooldown = 8, levelRequirement = 46, cost = { Mana = 31, }, }, + [13] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 4.1, cooldown = 8, levelRequirement = 52, cost = { Mana = 34, }, }, + [14] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 4.31, cooldown = 8, levelRequirement = 58, cost = { Mana = 37, }, }, + [15] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 4.52, cooldown = 8, levelRequirement = 64, cost = { Mana = 40, }, }, + [16] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 4.75, cooldown = 8, levelRequirement = 66, cost = { Mana = 44, }, }, + [17] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 4.98, cooldown = 8, levelRequirement = 72, cost = { Mana = 48, }, }, + [18] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 5.23, cooldown = 8, levelRequirement = 78, cost = { Mana = 52, }, }, + [19] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 5.5, cooldown = 8, levelRequirement = 84, cost = { Mana = 56, }, }, + [20] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 5.77, cooldown = 8, levelRequirement = 90, cost = { Mana = 60, }, }, + [21] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 6.06, cooldown = 8, levelRequirement = 90, cost = { Mana = 65, }, }, + [22] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 6.36, cooldown = 8, levelRequirement = 90, cost = { Mana = 70, }, }, + [23] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 6.68, cooldown = 8, levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 7.01, cooldown = 8, levelRequirement = 90, cost = { Mana = 82, }, }, + [25] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 7.36, cooldown = 8, levelRequirement = 90, cost = { Mana = 88, }, }, + [26] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 7.73, cooldown = 8, levelRequirement = 90, cost = { Mana = 94, }, }, + [27] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 8.12, cooldown = 8, levelRequirement = 90, cost = { Mana = 101, }, }, + [28] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 8.52, cooldown = 8, levelRequirement = 90, cost = { Mana = 108, }, }, + [29] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 8.95, cooldown = 8, levelRequirement = 90, cost = { Mana = 116, }, }, + [30] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 9.4, cooldown = 8, levelRequirement = 90, cost = { Mana = 124, }, }, + [31] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 9.87, cooldown = 8, levelRequirement = 90, cost = { Mana = 133, }, }, + [32] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 10.36, cooldown = 8, levelRequirement = 90, cost = { Mana = 142, }, }, + [33] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 10.88, cooldown = 8, levelRequirement = 90, cost = { Mana = 152, }, }, + [34] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 11.42, cooldown = 8, levelRequirement = 90, cost = { Mana = 162, }, }, + [35] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 12, cooldown = 8, levelRequirement = 90, cost = { Mana = 173, }, }, + [36] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 12.6, cooldown = 8, levelRequirement = 90, cost = { Mana = 184, }, }, + [37] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 13.22, cooldown = 8, levelRequirement = 90, cost = { Mana = 196, }, }, + [38] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 13.89, cooldown = 8, levelRequirement = 90, cost = { Mana = 209, }, }, + [39] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 14.58, cooldown = 8, levelRequirement = 90, cost = { Mana = 223, }, }, + [40] = { attackSpeedMultiplier = -30, storedUses = 1, baseMultiplier = 15.31, cooldown = 8, levelRequirement = 90, cost = { Mana = 237, }, }, + }, + statSets = { + [1] = { + label = "Impact", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "forge_hammer_statset_0", + baseFlags = { + attack = true, + area = true, + melee = true, duration = true, - chaining = true, }, constantStats = { - { "number_of_chains", 2 }, + { "attack_maximum_action_distance_+", 40 }, + { "base_skill_effect_duration", 12000 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "forge_hammer_maximum_hammers", 1 }, + { "forge_hammer_base_maximum_number_of_fissures", 10 }, + { "forge_hammer_base_number_of_fissures", 5 }, + { "forge_hammer_hammer_speed", 300 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 30 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "blood_tendrils_beam_count", 3 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_damage_+%_final_while_dual_wielding", -30 }, }, stats = { - "spell_minimum_base_physical_damage", - "spell_maximum_base_physical_damage", - "quality_display_exsanguinate_beam_targets_is_gem", + "is_area_damage", "can_perform_skill_while_moving", + "display_this_skill_cooldown_does_not_recover_during_buff", }, levels = { - [1] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 5, 7, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 12, 17, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 19, 29, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 29, 44, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 38, 57, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 43, 65, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 49, 73, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 63, 94, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 70, 106, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 89, 134, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 100, 151, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 113, 169, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 127, 190, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 142, 213, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 159, 239, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 179, 268, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 201, 301, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 225, 338, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 253, 379, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 284, 426, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 319, 478, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 358, 537, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 402, 604, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 452, 679, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 509, 763, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 573, 859, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 645, 968, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 727, 1091, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, [2] = { - label = "Damage over Time", - baseEffectiveness = 0.81000000238419, - incrementalEffectiveness = 0.18000000715256, - damageIncrementalEffectiveness = 0.0092000002041459, - statDescriptionScope = "exsanguinate", + label = "Fissures", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "forge_hammer_statset_1", baseFlags = { - spell = true, + attack = true, + area = true, + melee = true, + duration = true, + }, + constantStats = { + { "attack_maximum_action_distance_+", 40 }, + { "forge_hammer_maximum_hammers", 1 }, + { "forge_hammer_base_maximum_number_of_fissures", 10 }, + { "forge_hammer_base_number_of_fissures", 5 }, + { "forge_hammer_hammer_speed", 300 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 30 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_damage_+%_final_while_dual_wielding", -30 }, + { "active_skill_base_area_of_effect_radius", 10 }, + { "base_skill_effect_duration", 8000 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 70 }, + }, + stats = { + "is_area_damage", + "can_perform_skill_while_moving", + "display_this_skill_cooldown_does_not_recover_during_buff", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { baseMultiplier = 0.75, actorLevel = 1, }, + [2] = { baseMultiplier = 0.82, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.9, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.98, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.06, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.13, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.2, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.27, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.32, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.38, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.43, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.49, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.55, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.61, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.67, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.73, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.79, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.85, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.91, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.98, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 2.04, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.11, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.18, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.25, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.33, actorLevel = 136.875, }, + [26] = { baseMultiplier = 2.41, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 2.48, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 2.57, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 2.65, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 2.74, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 2.83, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 2.93, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 3.02, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 3.12, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 3.23, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 3.33, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 3.44, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 3.56, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 3.68, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 3.8, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["FortifyingCryPlayer"] = { + name = "Fortifying Cry", + baseTypeName = "Fortifying Cry", + color = 1, + description = "Perform a Warcry that grants Guard and Triggers Shield Wave when subsequent Shield Attacks deal damage. This Skill's cooldown can be bypassed by expending an Endurance Charge.", + skillTypes = { [SkillType.Warcry] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.ConsumesCharges] = true, [SkillType.Cooldown] = true, [SkillType.Physical] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Nova] = true, }, + castTime = 0.8, + qualityStats = { + }, + levels = { + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 19, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 22, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 24, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 27, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 30, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 33, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 36, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 39, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 42, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 46, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 49, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 52, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 56, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 60, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 64, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 68, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 72, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 76, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 80, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 85, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 90, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 94, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 99, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 104, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 110, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 115, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 120, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 126, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 132, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 138, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 144, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 151, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 157, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 164, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 171, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 178, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 185, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 193, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 201, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 208, }, }, + }, + statSets = { + [1] = { + label = "Fortifying Cry", + baseEffectiveness = 0.5, + incrementalEffectiveness = 0.47999998927116, + statDescriptionScope = "shielding_cry", + baseFlags = { + warcry = true, + area = true, duration = true, - chaining = true, }, constantStats = { + { "base_skill_effect_duration", 8000 }, + { "active_skill_base_area_of_effect_radius", 40 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "base_skill_effect_duration", 1000 }, - { "pvp_skill_dot_attack_time_override_ms", 2000 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "shielding_cry_an_additional_empowered_attack_per_X_mp", 5 }, + { "shielding_cry_an_additional_empowered_attack_per_X_mp_mp_cap", 50 }, + { "base_secondary_skill_effect_duration", 4000 }, + { "shielding_cry_grant_X_guard_per_5_mp_mp_cap", 20 }, }, stats = { - "spell_minimum_base_physical_damage", - "spell_maximum_base_physical_damage", - "base_physical_damage_to_deal_per_minute", + "shielding_cry_grant_X_guard_per_5_mp", + "display_statset_no_hit_damage", + "warcry_count_power_from_enemies", "can_perform_skill_while_moving", - "spell_damage_modifiers_apply_to_skill_dot", - "display_statset_hide_usage_stats", + "warcry_minimum_benefit_if_monster_power_present", + "cannot_cancel_skill_before_contact_point", }, levels = { - [1] = { 0, 0, 142, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 0, 0, 209, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 0, 0, 304, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 0, 0, 413, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 0, 0, 535, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 0, 0, 674, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 0, 0, 832, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 0, 0, 1009, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 0, 0, 1211, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 0, 0, 1439, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 0, 0, 1697, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 0, 0, 1990, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 0, 0, 2321, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 0, 0, 2698, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 0, 0, 3125, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 0, 0, 3610, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 0, 0, 4161, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 0, 0, 4789, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 0, 0, 5504, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 0, 0, 6319, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 0, 0, 7250, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 0, 0, 8312, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 0, 0, 9527, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 0, 0, 10918, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 0, 0, 12512, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 0, 0, 14341, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 0, 0, 16441, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 0, 0, 18856, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 0, 0, 21637, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 0, 0, 24842, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 0, 0, 28540, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 0, 0, 32814, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 0, 0, 37758, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 0, 0, 43485, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 0, 0, 50128, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 0, 0, 57843, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 0, 0, 66816, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 0, 0, 77266, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 0, 0, 89451, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 0, 0, 103681, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 4, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 7, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 22, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 26, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 30, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 35, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 40, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 45, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 50, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 55, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 61, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 67, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 73, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 79, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 85, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 92, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 99, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 106, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 113, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 121, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 129, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 137, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 145, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 153, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 162, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 170, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 179, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 189, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 198, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 208, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 218, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 228, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 238, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 248, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 259, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 270, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } } -skills["FlashGrenadePlayer"] = { - name = "Flash Grenade", - baseTypeName = "Flash Grenade", - color = 1, - description = "Fire a bouncing Grenade that unleashes a Blinding, Stunning explosion when its fuse expires.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, - weaponTypes = { - ["Crossbow"] = true, - }, - castTime = 1, +skills["FortifyingCryShockwavePlayer"] = { + name = "Shield Wave", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 0, qualityStats = { - { "base_cooldown_speed_+%", 1 }, + { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, storedUses = 1, cooldown = 5, levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.1, cooldown = 5, levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.22, cooldown = 5, levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.33, cooldown = 5, levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.45, cooldown = 5, levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.57, cooldown = 5, levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.7, cooldown = 5, levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.82, cooldown = 5, levelRequirement = 26, cost = { Mana = 16, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 1.93, cooldown = 5, levelRequirement = 31, cost = { Mana = 18, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.05, cooldown = 5, levelRequirement = 36, cost = { Mana = 20, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.19, cooldown = 5, levelRequirement = 41, cost = { Mana = 22, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.33, cooldown = 5, levelRequirement = 46, cost = { Mana = 25, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.49, cooldown = 5, levelRequirement = 52, cost = { Mana = 27, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.66, cooldown = 5, levelRequirement = 58, cost = { Mana = 30, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 2.85, cooldown = 5, levelRequirement = 64, cost = { Mana = 34, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.05, cooldown = 5, levelRequirement = 66, cost = { Mana = 38, }, }, - [17] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.28, cooldown = 5, levelRequirement = 72, cost = { Mana = 42, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.52, cooldown = 5, levelRequirement = 78, cost = { Mana = 46, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 3.79, cooldown = 5, levelRequirement = 84, cost = { Mana = 51, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.08, cooldown = 5, levelRequirement = 90, cost = { Mana = 57, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.4, cooldown = 5, levelRequirement = 90, cost = { Mana = 63, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 4.74, cooldown = 5, levelRequirement = 90, cost = { Mana = 70, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.1, cooldown = 5, levelRequirement = 90, cost = { Mana = 78, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.5, cooldown = 5, levelRequirement = 90, cost = { Mana = 86, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 5.92, cooldown = 5, levelRequirement = 90, cost = { Mana = 95, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.38, cooldown = 5, levelRequirement = 90, cost = { Mana = 106, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 6.88, cooldown = 5, levelRequirement = 90, cost = { Mana = 117, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.41, cooldown = 5, levelRequirement = 90, cost = { Mana = 130, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 7.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 144, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 8.6, cooldown = 5, levelRequirement = 90, cost = { Mana = 160, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.26, cooldown = 5, levelRequirement = 90, cost = { Mana = 177, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 9.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 196, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 10.75, cooldown = 5, levelRequirement = 90, cost = { Mana = 217, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 11.58, cooldown = 5, levelRequirement = 90, cost = { Mana = 241, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 12.47, cooldown = 5, levelRequirement = 90, cost = { Mana = 267, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 13.44, cooldown = 5, levelRequirement = 90, cost = { Mana = 296, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 14.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 328, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 15.59, cooldown = 5, levelRequirement = 90, cost = { Mana = 364, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 16.8, cooldown = 5, levelRequirement = 90, cost = { Mana = 403, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 1, baseMultiplier = 18.1, cooldown = 5, levelRequirement = 90, cost = { Mana = 446, }, }, + [1] = { critChance = 5, baseMultiplier = 0.5, levelRequirement = 0, }, + [2] = { critChance = 5, baseMultiplier = 0.55, levelRequirement = 0, }, + [3] = { critChance = 5, baseMultiplier = 0.61, levelRequirement = 0, }, + [4] = { critChance = 5, baseMultiplier = 0.67, levelRequirement = 0, }, + [5] = { critChance = 5, baseMultiplier = 0.73, levelRequirement = 0, }, + [6] = { critChance = 5, baseMultiplier = 0.79, levelRequirement = 0, }, + [7] = { critChance = 5, baseMultiplier = 0.85, levelRequirement = 0, }, + [8] = { critChance = 5, baseMultiplier = 0.91, levelRequirement = 0, }, + [9] = { critChance = 5, baseMultiplier = 0.97, levelRequirement = 0, }, + [10] = { critChance = 5, baseMultiplier = 1.03, levelRequirement = 0, }, + [11] = { critChance = 5, baseMultiplier = 1.09, levelRequirement = 0, }, + [12] = { critChance = 5, baseMultiplier = 1.17, levelRequirement = 0, }, + [13] = { critChance = 5, baseMultiplier = 1.25, levelRequirement = 0, }, + [14] = { critChance = 5, baseMultiplier = 1.33, levelRequirement = 0, }, + [15] = { critChance = 5, baseMultiplier = 1.42, levelRequirement = 0, }, + [16] = { critChance = 5, baseMultiplier = 1.53, levelRequirement = 0, }, + [17] = { critChance = 5, baseMultiplier = 1.64, levelRequirement = 0, }, + [18] = { critChance = 5, baseMultiplier = 1.76, levelRequirement = 0, }, + [19] = { critChance = 5, baseMultiplier = 1.89, levelRequirement = 0, }, + [20] = { critChance = 5, baseMultiplier = 2.04, levelRequirement = 0, }, + [21] = { critChance = 5, baseMultiplier = 2.2, levelRequirement = 0, }, + [22] = { critChance = 5, baseMultiplier = 2.37, levelRequirement = 0, }, + [23] = { critChance = 5, baseMultiplier = 2.55, levelRequirement = 0, }, + [24] = { critChance = 5, baseMultiplier = 2.75, levelRequirement = 0, }, + [25] = { critChance = 5, baseMultiplier = 2.96, levelRequirement = 0, }, + [26] = { critChance = 5, baseMultiplier = 3.19, levelRequirement = 0, }, + [27] = { critChance = 5, baseMultiplier = 3.44, levelRequirement = 0, }, + [28] = { critChance = 5, baseMultiplier = 3.7, levelRequirement = 0, }, + [29] = { critChance = 5, baseMultiplier = 3.99, levelRequirement = 0, }, + [30] = { critChance = 5, baseMultiplier = 4.3, levelRequirement = 0, }, + [31] = { critChance = 5, baseMultiplier = 4.63, levelRequirement = 0, }, + [32] = { critChance = 5, baseMultiplier = 4.99, levelRequirement = 0, }, + [33] = { critChance = 5, baseMultiplier = 5.37, levelRequirement = 0, }, + [34] = { critChance = 5, baseMultiplier = 5.79, levelRequirement = 0, }, + [35] = { critChance = 5, baseMultiplier = 6.24, levelRequirement = 0, }, + [36] = { critChance = 5, baseMultiplier = 6.72, levelRequirement = 0, }, + [37] = { critChance = 5, baseMultiplier = 7.24, levelRequirement = 0, }, + [38] = { critChance = 5, baseMultiplier = 7.8, levelRequirement = 0, }, + [39] = { critChance = 5, baseMultiplier = 8.4, levelRequirement = 0, }, + [40] = { critChance = 5, baseMultiplier = 9.05, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Flash Grenade", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "flash_grenade", + label = "Shield Wave", + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "shielding_cry_shockwave", baseFlags = { attack = true, + melee = true, area = true, - projectile = true, + shieldAttack = true, }, constantStats = { - { "action_allowed_queue_time_override_ms", 1000 }, - { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "base_skill_detonation_time", 850 }, - { "attacks_chance_to_blind_on_hit_%", 100 }, - { "active_skill_hit_damage_stun_multiplier_+%_final", 500 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "fixed_projectile_spread", 30 }, - { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "active_skill_base_area_of_effect_radius", 20 }, }, stats = { - "active_skill_base_area_of_effect_radius", - "base_is_projectile", - "projectile_ballistic_angle_from_reference_event", - "projectile_uses_contact_position", - "is_area_damage", - "action_can_be_used_in_aiming_stance", - "disable_visual_hit_effect", - "ballistic_projectiles_always_bounce", - "can_perform_skill_while_moving", - "projectile_uses_contact_direction", + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + "off_hand_minimum_added_physical_damage_per_15_shield_armour", + "off_hand_maximum_added_physical_damage_per_15_shield_armour", "base_skill_show_average_damage_instead_of_dps", - "projectiles_cannot_fork", + "display_statset_hide_usage_stats", + "modifiers_to_warcry_damage_also_apply_to_this", + "replace_off_hand_unarmed_attack_stats_with_shield_type", + "attack_is_melee_override", + "skill_triggered_manually_by_other_skill", + "triggerable_in_any_set", + }, + notMinionStat = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", }, levels = { - [1] = { 26, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 26, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 27, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 27, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 27, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 28, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 28, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 29, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 29, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 29, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 30, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 30, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 31, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 31, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 32, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 32, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 32, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 33, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 33, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 33, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 34, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 34, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 34, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 35, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 35, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 36, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 36, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 36, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 37, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 37, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 37, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 37, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 37, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 38, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 38, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 38, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 38, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 38, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 39, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 5, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 8, 12, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 17, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, 26, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 32, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 25, 37, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, 43, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 33, 50, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 37, 56, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 42, 63, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 47, 70, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 52, 78, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 57, 85, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 62, 93, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 68, 101, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 73, 110, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 79, 119, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 85, 128, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 92, 137, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 98, 147, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 105, 157, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 112, 167, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 119, 178, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 126, 189, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 133, 200, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 141, 211, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 149, 223, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 157, 235, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 165, 247, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 173, 260, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 182, 273, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 191, 286, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 200, 299, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 209, 313, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 218, 327, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 228, 342, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 237, 356, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 247, 371, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -3241,7 +4385,7 @@ skills["ToxicGrenadePlayer"] = { baseTypeName = "Gas Grenade", color = 1, description = "Fire a bouncing Grenade that causes a burst of Poison gas when its fuse expires, damaging enemies and leaving behind a growing Poison cloud. Burning effects or Detonator skills will cause the cloud to explode in a fiery blast.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, [SkillType.Projectile] = true, [SkillType.DetonatesAfterTime] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Chaos] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Limit] = true, [SkillType.Projectile] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -3250,46 +4394,46 @@ skills["ToxicGrenadePlayer"] = { { "base_cooldown_speed_+%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.4, cooldown = 3, levelRequirement = 0, cost = { Mana = 13, }, }, + [1] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.4, cooldown = 3, levelRequirement = 0, cost = { Mana = 12, }, }, [2] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.44, cooldown = 3, levelRequirement = 3, cost = { Mana = 14, }, }, [3] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.49, cooldown = 3, levelRequirement = 6, cost = { Mana = 16, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.53, cooldown = 3, levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.58, cooldown = 3, levelRequirement = 14, cost = { Mana = 19, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.63, cooldown = 3, levelRequirement = 18, cost = { Mana = 22, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.68, cooldown = 3, levelRequirement = 22, cost = { Mana = 24, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.73, cooldown = 3, levelRequirement = 26, cost = { Mana = 27, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.77, cooldown = 3, levelRequirement = 31, cost = { Mana = 30, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.82, cooldown = 3, levelRequirement = 36, cost = { Mana = 33, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.87, cooldown = 3, levelRequirement = 41, cost = { Mana = 36, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.93, cooldown = 3, levelRequirement = 46, cost = { Mana = 40, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 3, cooldown = 3, levelRequirement = 52, cost = { Mana = 45, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.06, cooldown = 3, levelRequirement = 58, cost = { Mana = 50, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.14, cooldown = 3, levelRequirement = 64, cost = { Mana = 55, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.22, cooldown = 3, levelRequirement = 66, cost = { Mana = 61, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.53, cooldown = 3, levelRequirement = 10, cost = { Mana = 19, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.58, cooldown = 3, levelRequirement = 14, cost = { Mana = 21, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.63, cooldown = 3, levelRequirement = 18, cost = { Mana = 24, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.68, cooldown = 3, levelRequirement = 22, cost = { Mana = 27, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.73, cooldown = 3, levelRequirement = 26, cost = { Mana = 30, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.77, cooldown = 3, levelRequirement = 31, cost = { Mana = 33, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.82, cooldown = 3, levelRequirement = 36, cost = { Mana = 36, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.87, cooldown = 3, levelRequirement = 41, cost = { Mana = 40, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.93, cooldown = 3, levelRequirement = 46, cost = { Mana = 44, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 3, cooldown = 3, levelRequirement = 52, cost = { Mana = 48, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.06, cooldown = 3, levelRequirement = 58, cost = { Mana = 53, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.14, cooldown = 3, levelRequirement = 64, cost = { Mana = 57, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.22, cooldown = 3, levelRequirement = 66, cost = { Mana = 63, }, }, [17] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.31, cooldown = 3, levelRequirement = 72, cost = { Mana = 68, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.41, cooldown = 3, levelRequirement = 78, cost = { Mana = 75, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.52, cooldown = 3, levelRequirement = 84, cost = { Mana = 83, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.63, cooldown = 3, levelRequirement = 90, cost = { Mana = 92, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.76, cooldown = 3, levelRequirement = 90, cost = { Mana = 102, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.9, cooldown = 3, levelRequirement = 90, cost = { Mana = 114, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.04, cooldown = 3, levelRequirement = 90, cost = { Mana = 126, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.2, cooldown = 3, levelRequirement = 90, cost = { Mana = 140, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.37, cooldown = 3, levelRequirement = 90, cost = { Mana = 155, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.55, cooldown = 3, levelRequirement = 90, cost = { Mana = 172, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.75, cooldown = 3, levelRequirement = 90, cost = { Mana = 190, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.96, cooldown = 3, levelRequirement = 90, cost = { Mana = 211, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.19, cooldown = 3, levelRequirement = 90, cost = { Mana = 234, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.44, cooldown = 3, levelRequirement = 90, cost = { Mana = 259, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.7, cooldown = 3, levelRequirement = 90, cost = { Mana = 287, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.99, cooldown = 3, levelRequirement = 90, cost = { Mana = 318, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.3, cooldown = 3, levelRequirement = 90, cost = { Mana = 352, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.63, cooldown = 3, levelRequirement = 90, cost = { Mana = 391, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.99, cooldown = 3, levelRequirement = 90, cost = { Mana = 433, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.37, cooldown = 3, levelRequirement = 90, cost = { Mana = 480, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.79, cooldown = 3, levelRequirement = 90, cost = { Mana = 532, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.24, cooldown = 3, levelRequirement = 90, cost = { Mana = 589, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.72, cooldown = 3, levelRequirement = 90, cost = { Mana = 653, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.24, cooldown = 3, levelRequirement = 90, cost = { Mana = 724, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.41, cooldown = 3, levelRequirement = 78, cost = { Mana = 74, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.52, cooldown = 3, levelRequirement = 84, cost = { Mana = 80, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.63, cooldown = 3, levelRequirement = 90, cost = { Mana = 86, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.76, cooldown = 3, levelRequirement = 90, cost = { Mana = 93, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.9, cooldown = 3, levelRequirement = 90, cost = { Mana = 100, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.04, cooldown = 3, levelRequirement = 90, cost = { Mana = 108, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.2, cooldown = 3, levelRequirement = 90, cost = { Mana = 116, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.37, cooldown = 3, levelRequirement = 90, cost = { Mana = 125, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.55, cooldown = 3, levelRequirement = 90, cost = { Mana = 134, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.75, cooldown = 3, levelRequirement = 90, cost = { Mana = 144, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.96, cooldown = 3, levelRequirement = 90, cost = { Mana = 154, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.19, cooldown = 3, levelRequirement = 90, cost = { Mana = 165, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.44, cooldown = 3, levelRequirement = 90, cost = { Mana = 177, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.7, cooldown = 3, levelRequirement = 90, cost = { Mana = 189, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.99, cooldown = 3, levelRequirement = 90, cost = { Mana = 202, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.3, cooldown = 3, levelRequirement = 90, cost = { Mana = 216, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.63, cooldown = 3, levelRequirement = 90, cost = { Mana = 230, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.99, cooldown = 3, levelRequirement = 90, cost = { Mana = 246, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.37, cooldown = 3, levelRequirement = 90, cost = { Mana = 262, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.79, cooldown = 3, levelRequirement = 90, cost = { Mana = 279, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.24, cooldown = 3, levelRequirement = 90, cost = { Mana = 298, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.72, cooldown = 3, levelRequirement = 90, cost = { Mana = 317, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.24, cooldown = 3, levelRequirement = 90, cost = { Mana = 337, }, }, }, statSets = { [1] = { @@ -3308,7 +4452,7 @@ skills["ToxicGrenadePlayer"] = { { "base_skill_detonation_time", 2000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "fixed_projectile_spread", 30 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, }, @@ -3385,7 +4529,7 @@ skills["ToxicGrenadePlayer"] = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "fixed_projectile_spread", 30 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, { "action_allowed_queue_time_override_ms", 1000 }, @@ -3463,75 +4607,258 @@ skills["ToxicGrenadePlayer"] = { baseFlags = { attack = true, area = true, - projectile = true, + projectile = true, + }, + constantStats = { + { "action_allowed_queue_time_override_ms", 1000 }, + { "action_required_target_facing_angle_tolerance_degrees", 90 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "fixed_projectile_spread", 30 }, + { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + }, + stats = { + "active_skill_base_area_of_effect_radius", + "base_is_projectile", + "projectile_ballistic_angle_from_reference_event", + "projectile_uses_contact_position", + "is_area_damage", + "action_can_be_used_in_aiming_stance", + "ballistic_projectiles_always_bounce", + "can_perform_skill_while_moving", + "projectile_uses_contact_direction", + "base_skill_show_average_damage_instead_of_dps", + "visual_hit_effect_physical_is_green", + "projectiles_cannot_fork", + "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { 14, baseMultiplier = 1.5, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 14, baseMultiplier = 1.65, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 14, baseMultiplier = 1.83, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 15, baseMultiplier = 2, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 15, baseMultiplier = 2.18, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 15, baseMultiplier = 2.36, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 16, baseMultiplier = 2.55, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 16, baseMultiplier = 2.73, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 16, baseMultiplier = 2.9, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 17, baseMultiplier = 3.08, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 17, baseMultiplier = 3.28, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 17, baseMultiplier = 3.5, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 18, baseMultiplier = 3.74, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 18, baseMultiplier = 3.99, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 18, baseMultiplier = 4.27, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 19, baseMultiplier = 4.58, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 19, baseMultiplier = 4.92, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 19, baseMultiplier = 5.28, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 20, baseMultiplier = 5.68, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 20, baseMultiplier = 6.12, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 20, baseMultiplier = 6.6, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 21, baseMultiplier = 7.11, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 21, baseMultiplier = 7.66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 21, baseMultiplier = 8.25, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 22, baseMultiplier = 8.89, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 22, baseMultiplier = 9.57, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 22, baseMultiplier = 10.31, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 23, baseMultiplier = 11.11, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 23, baseMultiplier = 11.97, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 23, baseMultiplier = 12.89, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 24, baseMultiplier = 13.89, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 24, baseMultiplier = 14.96, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 24, baseMultiplier = 16.12, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 25, baseMultiplier = 17.37, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 25, baseMultiplier = 18.71, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 25, baseMultiplier = 20.16, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 26, baseMultiplier = 21.71, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 26, baseMultiplier = 23.39, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 26, baseMultiplier = 25.2, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 27, baseMultiplier = 27.15, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["GeminiSurgePlayer"] = { + name = "Gemini Surge", + baseTypeName = "Gemini Surge", + color = 1, + description = "Grants your weapon Surges. Non-Melee Projectile Attacks with that weapon Consume Surges to cause the Projectiles fired to explode at the end of their flight.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.15 }, + }, + levels = { + [1] = { baseMultiplier = 0.5, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.55, levelRequirement = 3, }, + [3] = { baseMultiplier = 0.61, levelRequirement = 6, }, + [4] = { baseMultiplier = 0.66, levelRequirement = 10, }, + [5] = { baseMultiplier = 0.72, levelRequirement = 14, }, + [6] = { baseMultiplier = 0.77, levelRequirement = 18, }, + [7] = { baseMultiplier = 0.83, levelRequirement = 22, }, + [8] = { baseMultiplier = 0.88, levelRequirement = 26, }, + [9] = { baseMultiplier = 0.93, levelRequirement = 31, }, + [10] = { baseMultiplier = 0.99, levelRequirement = 36, }, + [11] = { baseMultiplier = 1.05, levelRequirement = 41, }, + [12] = { baseMultiplier = 1.11, levelRequirement = 46, }, + [13] = { baseMultiplier = 1.17, levelRequirement = 52, }, + [14] = { baseMultiplier = 1.25, levelRequirement = 58, }, + [15] = { baseMultiplier = 1.32, levelRequirement = 64, }, + [16] = { baseMultiplier = 1.41, levelRequirement = 66, }, + [17] = { baseMultiplier = 1.5, levelRequirement = 72, }, + [18] = { baseMultiplier = 1.59, levelRequirement = 78, }, + [19] = { baseMultiplier = 1.7, levelRequirement = 84, }, + [20] = { baseMultiplier = 1.81, levelRequirement = 90, }, + [21] = { baseMultiplier = 1.93, levelRequirement = 90, }, + [22] = { baseMultiplier = 2.06, levelRequirement = 90, }, + [23] = { baseMultiplier = 2.2, levelRequirement = 90, }, + [24] = { baseMultiplier = 2.34, levelRequirement = 90, }, + [25] = { baseMultiplier = 2.5, levelRequirement = 90, }, + [26] = { baseMultiplier = 2.67, levelRequirement = 90, }, + [27] = { baseMultiplier = 2.84, levelRequirement = 90, }, + [28] = { baseMultiplier = 3.03, levelRequirement = 90, }, + [29] = { baseMultiplier = 3.24, levelRequirement = 90, }, + [30] = { baseMultiplier = 3.45, levelRequirement = 90, }, + [31] = { baseMultiplier = 3.68, levelRequirement = 90, }, + [32] = { baseMultiplier = 3.93, levelRequirement = 90, }, + [33] = { baseMultiplier = 4.19, levelRequirement = 90, }, + [34] = { baseMultiplier = 4.47, levelRequirement = 90, }, + [35] = { baseMultiplier = 4.76, levelRequirement = 90, }, + [36] = { baseMultiplier = 5.08, levelRequirement = 90, }, + [37] = { baseMultiplier = 5.42, levelRequirement = 90, }, + [38] = { baseMultiplier = 5.78, levelRequirement = 90, }, + [39] = { baseMultiplier = 6.17, levelRequirement = 90, }, + [40] = { baseMultiplier = 6.58, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Cold Surge", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "trigger_elemental_infusion", + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "chance_to_be_triggered_by_reload_infusion_%", 100 }, + { "active_skill_base_area_of_effect_radius", 16 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "base_skill_effect_duration", 15000 }, + { "maximum_number_of_instilling_stacks", 10 }, + { "surge_can_apply_to_X_number_of_projectiles_per_skill_use", 1 }, + }, + stats = { + "is_area_damage", + "cannot_consume_power_frenzy_endurance_charges", + "base_skill_show_average_damage_instead_of_dps", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Fire Surge", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "trigger_elemental_infusion", + baseFlags = { + attack = true, + area = true, }, constantStats = { - { "action_allowed_queue_time_override_ms", 1000 }, - { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "fixed_projectile_spread", 30 }, - { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "chance_to_be_triggered_by_reload_infusion_%", 100 }, + { "active_skill_base_area_of_effect_radius", 16 }, + { "base_skill_effect_duration", 15000 }, + { "maximum_number_of_instilling_stacks", 10 }, + { "surge_can_apply_to_X_number_of_projectiles_per_skill_use", 1 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, }, stats = { - "active_skill_base_area_of_effect_radius", - "base_is_projectile", - "projectile_ballistic_angle_from_reference_event", - "projectile_uses_contact_position", "is_area_damage", - "action_can_be_used_in_aiming_stance", - "ballistic_projectiles_always_bounce", - "can_perform_skill_while_moving", - "projectile_uses_contact_direction", + "cannot_consume_power_frenzy_endurance_charges", "base_skill_show_average_damage_instead_of_dps", - "visual_hit_effect_physical_is_green", - "projectiles_cannot_fork", - "quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem", - "display_statset_hide_usage_stats", }, levels = { - [1] = { 14, baseMultiplier = 1.5, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 14, baseMultiplier = 1.65, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 14, baseMultiplier = 1.83, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 15, baseMultiplier = 2, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 15, baseMultiplier = 2.18, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, baseMultiplier = 2.36, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 16, baseMultiplier = 2.55, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 16, baseMultiplier = 2.73, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 16, baseMultiplier = 2.9, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 17, baseMultiplier = 3.08, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 17, baseMultiplier = 3.28, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 17, baseMultiplier = 3.5, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 18, baseMultiplier = 3.74, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 18, baseMultiplier = 3.99, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 18, baseMultiplier = 4.27, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 19, baseMultiplier = 4.58, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 19, baseMultiplier = 4.92, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 19, baseMultiplier = 5.28, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 20, baseMultiplier = 5.68, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 20, baseMultiplier = 6.12, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 20, baseMultiplier = 6.6, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 21, baseMultiplier = 7.11, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 21, baseMultiplier = 7.66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 21, baseMultiplier = 8.25, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 22, baseMultiplier = 8.89, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 22, baseMultiplier = 9.57, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 22, baseMultiplier = 10.31, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 23, baseMultiplier = 11.11, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 23, baseMultiplier = 11.97, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 23, baseMultiplier = 12.89, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 24, baseMultiplier = 13.89, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 24, baseMultiplier = 14.96, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 24, baseMultiplier = 16.12, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 25, baseMultiplier = 17.37, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 25, baseMultiplier = 18.71, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 25, baseMultiplier = 20.16, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 26, baseMultiplier = 21.71, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 26, baseMultiplier = 23.39, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 26, baseMultiplier = 25.2, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 27, baseMultiplier = 27.15, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.5, actorLevel = 1, }, + [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, + [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, }, }, } @@ -3541,7 +4868,7 @@ skills["HammerOfTheGodsPlayer"] = { baseTypeName = "Hammer of the Gods", color = 1, description = "Build Glory by Heavy Stunning enemies. When you have maximum Glory you may entreat the Ancestors to crush your enemies, manifesting a massive hammer that falls from the sky onto your target, Slamming into the ground after a short duration and dealing immense damage based on your weapon.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.HasUsageCondition] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -3551,46 +4878,46 @@ skills["HammerOfTheGodsPlayer"] = { { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { - [1] = { attackSpeedMultiplier = -50, baseMultiplier = 5.8, levelRequirement = 0, cost = { Mana = 11, }, }, + [1] = { attackSpeedMultiplier = -50, baseMultiplier = 5.8, levelRequirement = 0, cost = { Mana = 10, }, }, [2] = { attackSpeedMultiplier = -50, baseMultiplier = 6.37, levelRequirement = 3, cost = { Mana = 12, }, }, - [3] = { attackSpeedMultiplier = -50, baseMultiplier = 6.99, levelRequirement = 6, cost = { Mana = 13, }, }, - [4] = { attackSpeedMultiplier = -50, baseMultiplier = 7.59, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { attackSpeedMultiplier = -50, baseMultiplier = 8.17, levelRequirement = 14, cost = { Mana = 16, }, }, - [6] = { attackSpeedMultiplier = -50, baseMultiplier = 8.74, levelRequirement = 18, cost = { Mana = 18, }, }, - [7] = { attackSpeedMultiplier = -50, baseMultiplier = 9.3, levelRequirement = 22, cost = { Mana = 20, }, }, - [8] = { attackSpeedMultiplier = -50, baseMultiplier = 9.79, levelRequirement = 26, cost = { Mana = 22, }, }, - [9] = { attackSpeedMultiplier = -50, baseMultiplier = 10.21, levelRequirement = 31, cost = { Mana = 25, }, }, - [10] = { attackSpeedMultiplier = -50, baseMultiplier = 10.63, levelRequirement = 36, cost = { Mana = 28, }, }, - [11] = { attackSpeedMultiplier = -50, baseMultiplier = 11.07, levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { attackSpeedMultiplier = -50, baseMultiplier = 11.51, levelRequirement = 46, cost = { Mana = 34, }, }, - [13] = { attackSpeedMultiplier = -50, baseMultiplier = 11.96, levelRequirement = 52, cost = { Mana = 38, }, }, - [14] = { attackSpeedMultiplier = -50, baseMultiplier = 12.42, levelRequirement = 58, cost = { Mana = 42, }, }, - [15] = { attackSpeedMultiplier = -50, baseMultiplier = 12.88, levelRequirement = 64, cost = { Mana = 47, }, }, - [16] = { attackSpeedMultiplier = -50, baseMultiplier = 13.35, levelRequirement = 66, cost = { Mana = 52, }, }, + [3] = { attackSpeedMultiplier = -50, baseMultiplier = 6.99, levelRequirement = 6, cost = { Mana = 14, }, }, + [4] = { attackSpeedMultiplier = -50, baseMultiplier = 7.59, levelRequirement = 10, cost = { Mana = 16, }, }, + [5] = { attackSpeedMultiplier = -50, baseMultiplier = 8.17, levelRequirement = 14, cost = { Mana = 18, }, }, + [6] = { attackSpeedMultiplier = -50, baseMultiplier = 8.74, levelRequirement = 18, cost = { Mana = 20, }, }, + [7] = { attackSpeedMultiplier = -50, baseMultiplier = 9.3, levelRequirement = 22, cost = { Mana = 23, }, }, + [8] = { attackSpeedMultiplier = -50, baseMultiplier = 9.79, levelRequirement = 26, cost = { Mana = 25, }, }, + [9] = { attackSpeedMultiplier = -50, baseMultiplier = 10.21, levelRequirement = 31, cost = { Mana = 28, }, }, + [10] = { attackSpeedMultiplier = -50, baseMultiplier = 10.63, levelRequirement = 36, cost = { Mana = 31, }, }, + [11] = { attackSpeedMultiplier = -50, baseMultiplier = 11.07, levelRequirement = 41, cost = { Mana = 34, }, }, + [12] = { attackSpeedMultiplier = -50, baseMultiplier = 11.51, levelRequirement = 46, cost = { Mana = 37, }, }, + [13] = { attackSpeedMultiplier = -50, baseMultiplier = 11.96, levelRequirement = 52, cost = { Mana = 41, }, }, + [14] = { attackSpeedMultiplier = -50, baseMultiplier = 12.42, levelRequirement = 58, cost = { Mana = 44, }, }, + [15] = { attackSpeedMultiplier = -50, baseMultiplier = 12.88, levelRequirement = 64, cost = { Mana = 48, }, }, + [16] = { attackSpeedMultiplier = -50, baseMultiplier = 13.35, levelRequirement = 66, cost = { Mana = 53, }, }, [17] = { attackSpeedMultiplier = -50, baseMultiplier = 13.83, levelRequirement = 72, cost = { Mana = 57, }, }, - [18] = { attackSpeedMultiplier = -50, baseMultiplier = 14.31, levelRequirement = 78, cost = { Mana = 63, }, }, - [19] = { attackSpeedMultiplier = -50, baseMultiplier = 14.8, levelRequirement = 84, cost = { Mana = 70, }, }, - [20] = { attackSpeedMultiplier = -50, baseMultiplier = 15.29, levelRequirement = 90, cost = { Mana = 78, }, }, - [21] = { attackSpeedMultiplier = -50, baseMultiplier = 15.8, levelRequirement = 90, cost = { Mana = 87, }, }, - [22] = { attackSpeedMultiplier = -50, baseMultiplier = 16.32, levelRequirement = 90, cost = { Mana = 96, }, }, - [23] = { attackSpeedMultiplier = -50, baseMultiplier = 16.86, levelRequirement = 90, cost = { Mana = 106, }, }, - [24] = { attackSpeedMultiplier = -50, baseMultiplier = 17.42, levelRequirement = 90, cost = { Mana = 118, }, }, - [25] = { attackSpeedMultiplier = -50, baseMultiplier = 18, levelRequirement = 90, cost = { Mana = 131, }, }, - [26] = { attackSpeedMultiplier = -50, baseMultiplier = 18.6, levelRequirement = 90, cost = { Mana = 145, }, }, - [27] = { attackSpeedMultiplier = -50, baseMultiplier = 19.22, levelRequirement = 90, cost = { Mana = 161, }, }, - [28] = { attackSpeedMultiplier = -50, baseMultiplier = 19.85, levelRequirement = 90, cost = { Mana = 178, }, }, - [29] = { attackSpeedMultiplier = -50, baseMultiplier = 20.51, levelRequirement = 90, cost = { Mana = 197, }, }, - [30] = { attackSpeedMultiplier = -50, baseMultiplier = 21.19, levelRequirement = 90, cost = { Mana = 219, }, }, - [31] = { attackSpeedMultiplier = -50, baseMultiplier = 21.9, levelRequirement = 90, cost = { Mana = 242, }, }, - [32] = { attackSpeedMultiplier = -50, baseMultiplier = 22.63, levelRequirement = 90, cost = { Mana = 269, }, }, - [33] = { attackSpeedMultiplier = -50, baseMultiplier = 23.38, levelRequirement = 90, cost = { Mana = 298, }, }, - [34] = { attackSpeedMultiplier = -50, baseMultiplier = 24.15, levelRequirement = 90, cost = { Mana = 330, }, }, - [35] = { attackSpeedMultiplier = -50, baseMultiplier = 24.95, levelRequirement = 90, cost = { Mana = 366, }, }, - [36] = { attackSpeedMultiplier = -50, baseMultiplier = 25.78, levelRequirement = 90, cost = { Mana = 405, }, }, - [37] = { attackSpeedMultiplier = -50, baseMultiplier = 26.64, levelRequirement = 90, cost = { Mana = 449, }, }, - [38] = { attackSpeedMultiplier = -50, baseMultiplier = 27.52, levelRequirement = 90, cost = { Mana = 498, }, }, - [39] = { attackSpeedMultiplier = -50, baseMultiplier = 28.44, levelRequirement = 90, cost = { Mana = 552, }, }, - [40] = { attackSpeedMultiplier = -50, baseMultiplier = 29.38, levelRequirement = 90, cost = { Mana = 611, }, }, + [18] = { attackSpeedMultiplier = -50, baseMultiplier = 14.31, levelRequirement = 78, cost = { Mana = 62, }, }, + [19] = { attackSpeedMultiplier = -50, baseMultiplier = 14.8, levelRequirement = 84, cost = { Mana = 67, }, }, + [20] = { attackSpeedMultiplier = -50, baseMultiplier = 15.29, levelRequirement = 90, cost = { Mana = 73, }, }, + [21] = { attackSpeedMultiplier = -50, baseMultiplier = 15.8, levelRequirement = 90, cost = { Mana = 78, }, }, + [22] = { attackSpeedMultiplier = -50, baseMultiplier = 16.32, levelRequirement = 90, cost = { Mana = 85, }, }, + [23] = { attackSpeedMultiplier = -50, baseMultiplier = 16.86, levelRequirement = 90, cost = { Mana = 91, }, }, + [24] = { attackSpeedMultiplier = -50, baseMultiplier = 17.42, levelRequirement = 90, cost = { Mana = 98, }, }, + [25] = { attackSpeedMultiplier = -50, baseMultiplier = 18, levelRequirement = 90, cost = { Mana = 105, }, }, + [26] = { attackSpeedMultiplier = -50, baseMultiplier = 18.6, levelRequirement = 90, cost = { Mana = 113, }, }, + [27] = { attackSpeedMultiplier = -50, baseMultiplier = 19.22, levelRequirement = 90, cost = { Mana = 121, }, }, + [28] = { attackSpeedMultiplier = -50, baseMultiplier = 19.85, levelRequirement = 90, cost = { Mana = 130, }, }, + [29] = { attackSpeedMultiplier = -50, baseMultiplier = 20.51, levelRequirement = 90, cost = { Mana = 139, }, }, + [30] = { attackSpeedMultiplier = -50, baseMultiplier = 21.19, levelRequirement = 90, cost = { Mana = 149, }, }, + [31] = { attackSpeedMultiplier = -50, baseMultiplier = 21.9, levelRequirement = 90, cost = { Mana = 160, }, }, + [32] = { attackSpeedMultiplier = -50, baseMultiplier = 22.63, levelRequirement = 90, cost = { Mana = 170, }, }, + [33] = { attackSpeedMultiplier = -50, baseMultiplier = 23.38, levelRequirement = 90, cost = { Mana = 182, }, }, + [34] = { attackSpeedMultiplier = -50, baseMultiplier = 24.15, levelRequirement = 90, cost = { Mana = 194, }, }, + [35] = { attackSpeedMultiplier = -50, baseMultiplier = 24.95, levelRequirement = 90, cost = { Mana = 207, }, }, + [36] = { attackSpeedMultiplier = -50, baseMultiplier = 25.78, levelRequirement = 90, cost = { Mana = 221, }, }, + [37] = { attackSpeedMultiplier = -50, baseMultiplier = 26.64, levelRequirement = 90, cost = { Mana = 236, }, }, + [38] = { attackSpeedMultiplier = -50, baseMultiplier = 27.52, levelRequirement = 90, cost = { Mana = 251, }, }, + [39] = { attackSpeedMultiplier = -50, baseMultiplier = 28.44, levelRequirement = 90, cost = { Mana = 267, }, }, + [40] = { attackSpeedMultiplier = -50, baseMultiplier = 29.38, levelRequirement = 90, cost = { Mana = 285, }, }, }, statSets = { [1] = { @@ -3608,9 +4935,10 @@ skills["HammerOfTheGodsPlayer"] = { { "active_skill_base_area_of_effect_radius", 24 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, - { "skill_requires_X_ultimate_charge", 20 }, + { "active_skill_requires_X_glory", 20 }, + { "active_skill_generates_mp_%_glory_per_heavy_stun", 100 }, }, stats = { "is_area_damage", @@ -3924,6 +5252,11 @@ skills["HeraldOfBloodPlayer"] = { label = "Buff", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "herald_of_blood", + statMap = { + ["display_herald_of_blood_behaviour"] = { + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ), + }, + }, baseFlags = { }, stats = { @@ -4000,6 +5333,10 @@ skills["HeraldOfBloodPlayer"] = { "display_statset_hide_usage_stats", "global_always_hit", }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + }, levels = { [1] = { 4, 6, 15, 40, critChance = 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, [2] = { 6, 10, 15, 41, critChance = 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, @@ -4049,54 +5386,53 @@ skills["InfernalCryPlayer"] = { name = "Infernal Cry", baseTypeName = "Infernal Cry", color = 1, - description = "Perform a warcry, Empowering subsequent Attacks. Consumes all Endurance Charges to Empower additional attacks. Enemies in the warcry's area are destabilised and will Combust on death.", - skillTypes = { [SkillType.Warcry] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, [SkillType.Cooldown] = true, [SkillType.ConsumesCharges] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, }, + description = "Perform a Warcry, Empowering subsequent Attacks if there are enemies nearby. Enemies in the warcry's area are destabilised and will Combust on death. This Skill's cooldown can be bypassed by expending an Endurance Charge.", + skillTypes = { [SkillType.Warcry] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Fire] = true, [SkillType.Cooldown] = true, [SkillType.ConsumesCharges] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Nova] = true, }, castTime = 0.8, qualityStats = { - { "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_per_5_power_up_to_cap%", 0.5 }, - { "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_cap%", 2.5 }, + { "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_%", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 27, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 29, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 33, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 36, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 40, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 45, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 49, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 55, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 61, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 68, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 75, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 83, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 92, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 102, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 113, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 125, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 139, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 154, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 171, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 189, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 210, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 233, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 258, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 286, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 317, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 351, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 389, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 431, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 478, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 529, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 587, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 650, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 720, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 798, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 885, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 980, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1086, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1204, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1334, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 1478, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 19, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 22, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 24, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 27, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 30, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 33, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 36, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 39, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 42, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 46, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 49, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 52, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 56, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 60, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 64, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 68, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 72, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 76, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 80, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 85, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 90, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 94, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 99, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 104, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 110, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 115, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 120, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 126, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 132, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 138, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 144, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 151, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 157, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 164, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 171, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 178, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 185, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 193, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 201, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 208, }, }, }, statSets = { [1] = { @@ -4109,65 +5445,64 @@ skills["InfernalCryPlayer"] = { duration = true, }, constantStats = { - { "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_per_5_power_up_to_cap%", 25 }, - { "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_cap%", 100 }, - { "skill_empowers_next_x_melee_attacks", 1 }, { "base_skill_effect_duration", 8000 }, { "active_skill_base_area_of_effect_radius", 40 }, { "infernal_cry_explosion_delay_ms", 200 }, - { "warcry_exerts_x_additional_attacks_per_endurance_charge_consumed", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "warcry_empowers_per_X_monster_power", 10 }, + { "warcry_empowers_per_X_monster_power_mp_cap", 50 }, }, stats = { - "warcry_speed_+%", + "infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_%", "warcry_count_power_from_enemies", "can_perform_skill_while_moving", "display_statset_no_hit_damage", - "quality_display_infernal_cry_is_gem", + "warcry_minimum_benefit_if_monster_power_present", + "cannot_cancel_skill_before_contact_point", }, levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 2, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 8, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 10, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 12, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 14, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 16, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 18, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 22, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 24, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 26, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 28, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 30, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 32, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 34, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 36, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 38, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 40, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 41, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 42, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 43, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 44, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 45, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 46, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 47, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 48, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 49, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 49, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 50, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 50, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 51, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 51, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 52, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 52, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 53, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 53, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 54, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 30, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 31, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 32, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 33, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 34, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 35, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 36, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 37, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 38, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 39, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 40, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 41, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 42, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 43, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 44, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 46, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 47, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 48, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 49, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 50, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 51, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 52, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 53, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 54, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 55, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 56, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 57, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 58, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 59, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 60, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 61, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 62, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 63, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 64, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 65, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 66, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 67, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 68, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 69, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -4176,117 +5511,348 @@ skills["InfernalCryCorpseExplosionPlayer"] = { name = "Combust", hidden = true, description = "The enemy's Corpse violently explodes, dealing Fire damage in an area around it.", - skillTypes = { [SkillType.Fire] = true, [SkillType.Triggered] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.NoAttackOrCastTime] = true, }, + skillTypes = { [SkillType.Fire] = true, [SkillType.Triggered] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.Damage] = true, }, castTime = 1, qualityStats = { }, levels = { [1] = { critChance = 7, levelRequirement = 0, }, - [2] = { critChance = 7, baseMultiplier = 1.1, levelRequirement = 0, }, - [3] = { critChance = 7, baseMultiplier = 1.21, levelRequirement = 0, }, - [4] = { critChance = 7, baseMultiplier = 1.32, levelRequirement = 0, }, - [5] = { critChance = 7, baseMultiplier = 1.42, levelRequirement = 0, }, - [6] = { critChance = 7, baseMultiplier = 1.53, levelRequirement = 0, }, - [7] = { critChance = 7, baseMultiplier = 1.64, levelRequirement = 0, }, - [8] = { critChance = 7, baseMultiplier = 1.74, levelRequirement = 0, }, - [9] = { critChance = 7, baseMultiplier = 1.82, levelRequirement = 0, }, - [10] = { critChance = 7, baseMultiplier = 1.91, levelRequirement = 0, }, - [11] = { critChance = 7, baseMultiplier = 2.01, levelRequirement = 0, }, - [12] = { critChance = 7, baseMultiplier = 2.11, levelRequirement = 0, }, - [13] = { critChance = 7, baseMultiplier = 2.22, levelRequirement = 0, }, - [14] = { critChance = 7, baseMultiplier = 2.33, levelRequirement = 0, }, - [15] = { critChance = 7, baseMultiplier = 2.44, levelRequirement = 0, }, - [16] = { critChance = 7, baseMultiplier = 2.57, levelRequirement = 0, }, - [17] = { critChance = 7, baseMultiplier = 2.69, levelRequirement = 0, }, - [18] = { critChance = 7, baseMultiplier = 2.83, levelRequirement = 0, }, - [19] = { critChance = 7, baseMultiplier = 2.97, levelRequirement = 0, }, - [20] = { critChance = 7, baseMultiplier = 3.12, levelRequirement = 0, }, - [21] = { critChance = 7, baseMultiplier = 3.27, levelRequirement = 0, }, - [22] = { critChance = 7, baseMultiplier = 3.44, levelRequirement = 0, }, - [23] = { critChance = 7, baseMultiplier = 3.61, levelRequirement = 0, }, - [24] = { critChance = 7, baseMultiplier = 3.79, levelRequirement = 0, }, - [25] = { critChance = 7, baseMultiplier = 3.98, levelRequirement = 0, }, - [26] = { critChance = 7, baseMultiplier = 4.18, levelRequirement = 0, }, - [27] = { critChance = 7, baseMultiplier = 4.39, levelRequirement = 0, }, - [28] = { critChance = 7, baseMultiplier = 4.61, levelRequirement = 0, }, - [29] = { critChance = 7, baseMultiplier = 4.84, levelRequirement = 0, }, - [30] = { critChance = 7, baseMultiplier = 5.08, levelRequirement = 0, }, - [31] = { critChance = 7, baseMultiplier = 5.33, levelRequirement = 0, }, - [32] = { critChance = 7, baseMultiplier = 5.6, levelRequirement = 0, }, - [33] = { critChance = 7, baseMultiplier = 5.88, levelRequirement = 0, }, - [34] = { critChance = 7, baseMultiplier = 6.18, levelRequirement = 0, }, - [35] = { critChance = 7, baseMultiplier = 6.48, levelRequirement = 0, }, - [36] = { critChance = 7, baseMultiplier = 6.81, levelRequirement = 0, }, - [37] = { critChance = 7, baseMultiplier = 7.15, levelRequirement = 0, }, - [38] = { critChance = 7, baseMultiplier = 7.51, levelRequirement = 0, }, - [39] = { critChance = 7, baseMultiplier = 7.88, levelRequirement = 0, }, - [40] = { critChance = 7, baseMultiplier = 8.28, levelRequirement = 0, }, + [2] = { critChance = 7, levelRequirement = 0, }, + [3] = { critChance = 7, levelRequirement = 0, }, + [4] = { critChance = 7, levelRequirement = 0, }, + [5] = { critChance = 7, levelRequirement = 0, }, + [6] = { critChance = 7, levelRequirement = 0, }, + [7] = { critChance = 7, levelRequirement = 0, }, + [8] = { critChance = 7, levelRequirement = 0, }, + [9] = { critChance = 7, levelRequirement = 0, }, + [10] = { critChance = 7, levelRequirement = 0, }, + [11] = { critChance = 7, levelRequirement = 0, }, + [12] = { critChance = 7, levelRequirement = 0, }, + [13] = { critChance = 7, levelRequirement = 0, }, + [14] = { critChance = 7, levelRequirement = 0, }, + [15] = { critChance = 7, levelRequirement = 0, }, + [16] = { critChance = 7, levelRequirement = 0, }, + [17] = { critChance = 7, levelRequirement = 0, }, + [18] = { critChance = 7, levelRequirement = 0, }, + [19] = { critChance = 7, levelRequirement = 0, }, + [20] = { critChance = 7, levelRequirement = 0, }, + [21] = { critChance = 7, levelRequirement = 0, }, + [22] = { critChance = 7, levelRequirement = 0, }, + [23] = { critChance = 7, levelRequirement = 0, }, + [24] = { critChance = 7, levelRequirement = 0, }, + [25] = { critChance = 7, levelRequirement = 0, }, + [26] = { critChance = 7, levelRequirement = 0, }, + [27] = { critChance = 7, levelRequirement = 0, }, + [28] = { critChance = 7, levelRequirement = 0, }, + [29] = { critChance = 7, levelRequirement = 0, }, + [30] = { critChance = 7, levelRequirement = 0, }, + [31] = { critChance = 7, levelRequirement = 0, }, + [32] = { critChance = 7, levelRequirement = 0, }, + [33] = { critChance = 7, levelRequirement = 0, }, + [34] = { critChance = 7, levelRequirement = 0, }, + [35] = { critChance = 7, levelRequirement = 0, }, + [36] = { critChance = 7, levelRequirement = 0, }, + [37] = { critChance = 7, levelRequirement = 0, }, + [38] = { critChance = 7, levelRequirement = 0, }, + [39] = { critChance = 7, levelRequirement = 0, }, + [40] = { critChance = 7, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Combust", + baseEffectiveness = 1.0499999523163, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "infernal_cry_corpse_explosion", + baseFlags = { + area = true, + hit = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "infernal_cry_explosion_fire_damage_+%_final_per_corpse_power", 10 }, + }, + stats = { + "secondary_minimum_base_fire_damage", + "secondary_maximum_base_fire_damage", + "base_skill_show_average_damage_instead_of_dps", + "damage_cannot_be_reflected", + "is_area_damage", + "triggered_by_infernal_cry", + "display_statset_hide_usage_stats", + "display_skill_deals_secondary_damage", + }, + notMinionStat = { + "secondary_minimum_base_fire_damage", + "secondary_maximum_base_fire_damage", + }, + levels = { + [1] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 4, 7, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 12, 19, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 15, 23, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 18, 27, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 22, 32, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 26, 38, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 41, 61, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 47, 71, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 55, 82, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 64, 95, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 73, 110, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 84, 127, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 97, 146, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 112, 167, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 128, 192, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 169, 254, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 194, 291, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 256, 385, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 295, 442, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 339, 508, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 390, 585, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 449, 674, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 518, 777, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 597, 896, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 690, 1035, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 797, 1196, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 923, 1384, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1069, 1603, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1239, 1859, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1439, 2159, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1673, 2510, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1948, 2922, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["IronWardPlayer"] = { + name = "Iron Ward", + baseTypeName = "Iron Ward", + color = 1, + description = "While active, stores a percentage of the Physical damage that is prevented by your Armour or other sources of damage reduction. Using this Skill releases the stored damage as a nova of spikes.", + skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + [2] = { spiritReservationFlat = 30, levelRequirement = 3, }, + [3] = { spiritReservationFlat = 30, levelRequirement = 6, }, + [4] = { spiritReservationFlat = 30, levelRequirement = 10, }, + [5] = { spiritReservationFlat = 30, levelRequirement = 14, }, + [6] = { spiritReservationFlat = 30, levelRequirement = 18, }, + [7] = { spiritReservationFlat = 30, levelRequirement = 22, }, + [8] = { spiritReservationFlat = 30, levelRequirement = 26, }, + [9] = { spiritReservationFlat = 30, levelRequirement = 31, }, + [10] = { spiritReservationFlat = 30, levelRequirement = 36, }, + [11] = { spiritReservationFlat = 30, levelRequirement = 41, }, + [12] = { spiritReservationFlat = 30, levelRequirement = 46, }, + [13] = { spiritReservationFlat = 30, levelRequirement = 52, }, + [14] = { spiritReservationFlat = 30, levelRequirement = 58, }, + [15] = { spiritReservationFlat = 30, levelRequirement = 64, }, + [16] = { spiritReservationFlat = 30, levelRequirement = 66, }, + [17] = { spiritReservationFlat = 30, levelRequirement = 72, }, + [18] = { spiritReservationFlat = 30, levelRequirement = 78, }, + [19] = { spiritReservationFlat = 30, levelRequirement = 84, }, + [20] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [21] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [22] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [23] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [24] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [25] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [26] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [27] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [28] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [29] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [30] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [31] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [32] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [33] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [34] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [35] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [36] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [37] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [38] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, + [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Iron Ward", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + stats = { + "warding_steel_maximum_stored_mitigated_physical_damage", + "warding_steel_gains_%_of_damage_from_mitigated_physical_damage", + "base_deal_no_damage", + "quality_display_warding_steel_is_gem", + }, + levels = { + [1] = { 65, 50, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 116, 55, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 195, 60, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 296, 65, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 432, 70, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 602, 75, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 828, 80, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 1124, 85, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 1497, 90, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 1980, 95, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 2589, 100, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 3359, 105, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 4335, 110, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 5555, 115, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7092, 120, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 9029, 125, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 11451, 130, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 14457, 135, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 18213, 140, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 22886, 145, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 23858, 150, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 25868, 155, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 29481, 160, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 33951, 165, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 39480, 170, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 41454, 175, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 43526, 180, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 45702, 185, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 47988, 190, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 50388, 195, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 52905, 197, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 55551, 200, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 58329, 202, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 61245, 205, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 64308, 207, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 67524, 210, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 70901, 212, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 74445, 215, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 78167, 217, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 82074, 220, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["IronWardNovaPlayer"] = { + name = "Iron Ward", + hidden = true, + skillTypes = { [SkillType.Area] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Nova] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Damage] = true, }, + castTime = 1, + qualityStats = { + { "active_skill_hit_damage_stun_multiplier_+%_final", 2.5 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Combust", - baseEffectiveness = 1.4099999666214, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "infernal_cry_corpse_explosion", + label = "Iron Ward", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "warding_steel_nova", baseFlags = { - area = true, hit = true, + area = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "infernal_cry_explosion_fire_damage_+%_final_per_corpse_power", 10 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "warding_steel_area_of_effect_+%_final_per_charge_%", 2 }, + { "active_skill_hit_damage_stun_multiplier_+%_final", 200 }, }, stats = { - "secondary_minimum_base_fire_damage", - "secondary_maximum_base_fire_damage", - "base_skill_show_average_damage_instead_of_dps", - "damage_cannot_be_reflected", "is_area_damage", - "triggered_by_infernal_cry", "display_statset_hide_usage_stats", - "display_skill_deals_secondary_damage", + "can_perform_skill_while_moving", }, levels = { - [1] = { 4, 7, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 16, 23, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 25, 37, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 41, 61, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 47, 70, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 53, 79, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 59, 89, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 73, 109, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 80, 120, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 88, 131, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 95, 143, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 103, 155, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 112, 168, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 120, 180, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 129, 194, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 138, 207, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 148, 221, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 157, 236, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 167, 251, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 177, 266, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 188, 282, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 199, 298, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 210, 315, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 233, 349, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 244, 367, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 256, 385, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 269, 403, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 281, 422, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 294, 442, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 308, 461, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 321, 482, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 335, 502, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 349, 523, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -4296,7 +5862,7 @@ skills["LeapSlamPlayer"] = { baseTypeName = "Leap Slam", color = 1, description = "Jump into the air, damaging and Knocking Back enemies with your mace where you land. Enemies you would land on are\npushed out of the way.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, [SkillType.Travel] = true, [SkillType.Jumping] = true, [SkillType.ConsumesFullyBrokenArmour] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, [SkillType.Travel] = true, [SkillType.Jumping] = true, [SkillType.ConsumesFullyBrokenArmour] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -4308,44 +5874,44 @@ skills["LeapSlamPlayer"] = { levels = { [1] = { baseMultiplier = 1.1, levelRequirement = 0, cost = { Mana = 14, }, }, [2] = { baseMultiplier = 1.21, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { baseMultiplier = 1.34, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { baseMultiplier = 1.47, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { baseMultiplier = 1.6, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { baseMultiplier = 1.73, levelRequirement = 18, cost = { Mana = 24, }, }, - [7] = { baseMultiplier = 1.87, levelRequirement = 22, cost = { Mana = 27, }, }, - [8] = { baseMultiplier = 2, levelRequirement = 26, cost = { Mana = 30, }, }, - [9] = { baseMultiplier = 2.12, levelRequirement = 31, cost = { Mana = 33, }, }, - [10] = { baseMultiplier = 2.26, levelRequirement = 36, cost = { Mana = 37, }, }, - [11] = { baseMultiplier = 2.41, levelRequirement = 41, cost = { Mana = 41, }, }, - [12] = { baseMultiplier = 2.57, levelRequirement = 46, cost = { Mana = 45, }, }, - [13] = { baseMultiplier = 2.74, levelRequirement = 52, cost = { Mana = 50, }, }, - [14] = { baseMultiplier = 2.93, levelRequirement = 58, cost = { Mana = 56, }, }, - [15] = { baseMultiplier = 3.13, levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { baseMultiplier = 3.36, levelRequirement = 66, cost = { Mana = 69, }, }, + [3] = { baseMultiplier = 1.34, levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { baseMultiplier = 1.47, levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { baseMultiplier = 1.6, levelRequirement = 14, cost = { Mana = 24, }, }, + [6] = { baseMultiplier = 1.73, levelRequirement = 18, cost = { Mana = 27, }, }, + [7] = { baseMultiplier = 1.87, levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { baseMultiplier = 2, levelRequirement = 26, cost = { Mana = 34, }, }, + [9] = { baseMultiplier = 2.12, levelRequirement = 31, cost = { Mana = 37, }, }, + [10] = { baseMultiplier = 2.26, levelRequirement = 36, cost = { Mana = 41, }, }, + [11] = { baseMultiplier = 2.41, levelRequirement = 41, cost = { Mana = 45, }, }, + [12] = { baseMultiplier = 2.57, levelRequirement = 46, cost = { Mana = 50, }, }, + [13] = { baseMultiplier = 2.74, levelRequirement = 52, cost = { Mana = 54, }, }, + [14] = { baseMultiplier = 2.93, levelRequirement = 58, cost = { Mana = 59, }, }, + [15] = { baseMultiplier = 3.13, levelRequirement = 64, cost = { Mana = 65, }, }, + [16] = { baseMultiplier = 3.36, levelRequirement = 66, cost = { Mana = 70, }, }, [17] = { baseMultiplier = 3.61, levelRequirement = 72, cost = { Mana = 76, }, }, - [18] = { baseMultiplier = 3.87, levelRequirement = 78, cost = { Mana = 85, }, }, - [19] = { baseMultiplier = 4.17, levelRequirement = 84, cost = { Mana = 94, }, }, - [20] = { baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 104, }, }, - [21] = { baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 115, }, }, - [22] = { baseMultiplier = 5.21, levelRequirement = 90, cost = { Mana = 128, }, }, - [23] = { baseMultiplier = 5.62, levelRequirement = 90, cost = { Mana = 142, }, }, - [24] = { baseMultiplier = 6.05, levelRequirement = 90, cost = { Mana = 157, }, }, - [25] = { baseMultiplier = 6.52, levelRequirement = 90, cost = { Mana = 174, }, }, - [26] = { baseMultiplier = 7.02, levelRequirement = 90, cost = { Mana = 193, }, }, - [27] = { baseMultiplier = 7.56, levelRequirement = 90, cost = { Mana = 214, }, }, - [28] = { baseMultiplier = 8.15, levelRequirement = 90, cost = { Mana = 237, }, }, - [29] = { baseMultiplier = 8.78, levelRequirement = 90, cost = { Mana = 263, }, }, - [30] = { baseMultiplier = 9.46, levelRequirement = 90, cost = { Mana = 291, }, }, - [31] = { baseMultiplier = 10.19, levelRequirement = 90, cost = { Mana = 323, }, }, - [32] = { baseMultiplier = 10.97, levelRequirement = 90, cost = { Mana = 358, }, }, - [33] = { baseMultiplier = 11.82, levelRequirement = 90, cost = { Mana = 396, }, }, - [34] = { baseMultiplier = 12.74, levelRequirement = 90, cost = { Mana = 439, }, }, - [35] = { baseMultiplier = 13.72, levelRequirement = 90, cost = { Mana = 487, }, }, - [36] = { baseMultiplier = 14.78, levelRequirement = 90, cost = { Mana = 539, }, }, - [37] = { baseMultiplier = 15.92, levelRequirement = 90, cost = { Mana = 598, }, }, - [38] = { baseMultiplier = 17.15, levelRequirement = 90, cost = { Mana = 662, }, }, - [39] = { baseMultiplier = 18.48, levelRequirement = 90, cost = { Mana = 734, }, }, - [40] = { baseMultiplier = 19.91, levelRequirement = 90, cost = { Mana = 813, }, }, + [18] = { baseMultiplier = 3.87, levelRequirement = 78, cost = { Mana = 83, }, }, + [19] = { baseMultiplier = 4.17, levelRequirement = 84, cost = { Mana = 90, }, }, + [20] = { baseMultiplier = 4.49, levelRequirement = 90, cost = { Mana = 97, }, }, + [21] = { baseMultiplier = 4.84, levelRequirement = 90, cost = { Mana = 104, }, }, + [22] = { baseMultiplier = 5.21, levelRequirement = 90, cost = { Mana = 113, }, }, + [23] = { baseMultiplier = 5.62, levelRequirement = 90, cost = { Mana = 121, }, }, + [24] = { baseMultiplier = 6.05, levelRequirement = 90, cost = { Mana = 131, }, }, + [25] = { baseMultiplier = 6.52, levelRequirement = 90, cost = { Mana = 140, }, }, + [26] = { baseMultiplier = 7.02, levelRequirement = 90, cost = { Mana = 151, }, }, + [27] = { baseMultiplier = 7.56, levelRequirement = 90, cost = { Mana = 162, }, }, + [28] = { baseMultiplier = 8.15, levelRequirement = 90, cost = { Mana = 173, }, }, + [29] = { baseMultiplier = 8.78, levelRequirement = 90, cost = { Mana = 186, }, }, + [30] = { baseMultiplier = 9.46, levelRequirement = 90, cost = { Mana = 199, }, }, + [31] = { baseMultiplier = 10.19, levelRequirement = 90, cost = { Mana = 212, }, }, + [32] = { baseMultiplier = 10.97, levelRequirement = 90, cost = { Mana = 227, }, }, + [33] = { baseMultiplier = 11.82, levelRequirement = 90, cost = { Mana = 242, }, }, + [34] = { baseMultiplier = 12.74, levelRequirement = 90, cost = { Mana = 259, }, }, + [35] = { baseMultiplier = 13.72, levelRequirement = 90, cost = { Mana = 276, }, }, + [36] = { baseMultiplier = 14.78, levelRequirement = 90, cost = { Mana = 294, }, }, + [37] = { baseMultiplier = 15.92, levelRequirement = 90, cost = { Mana = 314, }, }, + [38] = { baseMultiplier = 17.15, levelRequirement = 90, cost = { Mana = 334, }, }, + [39] = { baseMultiplier = 18.48, levelRequirement = 90, cost = { Mana = 356, }, }, + [40] = { baseMultiplier = 19.91, levelRequirement = 90, cost = { Mana = 379, }, }, }, statSets = { [1] = { @@ -4421,190 +5987,12 @@ skills["LeapSlamPlayer"] = { }, } } -skills["MetaCastLightningSpellOnHitPlayer"] = { - name = "Thundergod's Wrath", - baseTypeName = "Thundergod's Wrath", - color = 1, - description = "While active, gains Energy when you Hit enemies with Melee Attacks and triggers socketed Lightning spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Lightning] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, - castTime = 0, - qualityStats = { - { "energy_generated_+%", 0.75 }, - }, - levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, - [4] = { levelRequirement = 10, }, - [5] = { levelRequirement = 14, }, - [6] = { levelRequirement = 18, }, - [7] = { levelRequirement = 22, }, - [8] = { levelRequirement = 26, }, - [9] = { levelRequirement = 31, }, - [10] = { levelRequirement = 36, }, - [11] = { levelRequirement = 41, }, - [12] = { levelRequirement = 46, }, - [13] = { levelRequirement = 52, }, - [14] = { levelRequirement = 58, }, - [15] = { levelRequirement = 64, }, - [16] = { levelRequirement = 66, }, - [17] = { levelRequirement = 72, }, - [18] = { levelRequirement = 78, }, - [19] = { levelRequirement = 84, }, - [20] = { levelRequirement = 90, }, - [21] = { levelRequirement = 90, }, - [22] = { levelRequirement = 90, }, - [23] = { levelRequirement = 90, }, - [24] = { levelRequirement = 90, }, - [25] = { levelRequirement = 90, }, - [26] = { levelRequirement = 90, }, - [27] = { levelRequirement = 90, }, - [28] = { levelRequirement = 90, }, - [29] = { levelRequirement = 90, }, - [30] = { levelRequirement = 90, }, - [31] = { levelRequirement = 90, }, - [32] = { levelRequirement = 90, }, - [33] = { levelRequirement = 90, }, - [34] = { levelRequirement = 90, }, - [35] = { levelRequirement = 90, }, - [36] = { levelRequirement = 90, }, - [37] = { levelRequirement = 90, }, - [38] = { levelRequirement = 90, }, - [39] = { levelRequirement = 90, }, - [40] = { levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Thundergod's Wrath", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "cast_lightning_spell_on_hit", - baseFlags = { - spell = true, - }, - constantStats = { - { "cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit", 300 }, - { "skill_desired_amount_override", 1 }, - }, - stats = { - "energy_generated_+%", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", - "base_deal_no_damage", - }, - levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, - }, - }, - [2] = { - label = "Thundergod's Wrath", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "cast_lightning_spell_on_hit", - baseFlags = { - }, - constantStats = { - { "cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit", 300 }, - { "skill_desired_amount_override", 1 }, - { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, - }, - stats = { - "energy_generated_+%", - "damage_+%", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", - "base_deal_no_damage", - "triggered_by_generic_ongoing_trigger", - "no_cost", - }, - levels = { - [1] = { 0, 10, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 20, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, 30, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, 40, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, 50, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, 60, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, 70, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, 80, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 24, 90, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, 100, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, 110, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, 120, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, 130, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, 140, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 42, 150, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, 160, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 48, 170, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, 180, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 54, 190, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 57, 200, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, 210, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 63, 220, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 66, 230, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 69, 240, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 72, 250, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 75, 260, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 78, 270, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, 280, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 84, 290, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 87, 300, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, 310, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 93, 320, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 96, 330, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 99, 340, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 102, 350, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 105, 360, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 108, 370, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 111, 380, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 114, 390, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 117, 400, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} skills["ArmourPiercingBoltsAmmoPlayer"] = { name = "Load Armour Piercing Rounds", baseTypeName = "Load Armour Piercing Rounds", color = 1, - description = "Load your Crossbow with a clip of bolts that can be fired rapidly and Break enemy Armour. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with a clip of bolts that can be fired rapidly and Break enemy Armour. Using this Skill again reloads the clip.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -4615,43 +6003,43 @@ skills["ArmourPiercingBoltsAmmoPlayer"] = { [1] = { levelRequirement = 0, cost = { Mana = 8, }, }, [2] = { levelRequirement = 3, cost = { Mana = 9, }, }, [3] = { levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 14, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 17, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 23, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 26, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 28, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 32, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 35, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 39, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 12, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 17, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 19, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 21, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 23, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 28, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 31, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 33, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 37, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 40, }, }, [17] = { levelRequirement = 72, cost = { Mana = 43, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 48, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 53, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 59, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 65, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 72, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 80, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 89, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 99, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 121, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 134, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 149, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 165, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 183, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 203, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 225, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 249, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 306, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 339, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 376, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 417, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 462, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 47, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 51, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 55, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 59, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 64, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 69, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 74, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 105, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 113, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 120, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 129, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 138, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 147, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 157, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 167, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 190, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 202, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 215, }, }, }, statSets = { [1] = { @@ -4662,9 +6050,6 @@ skills["ArmourPiercingBoltsAmmoPlayer"] = { }, constantStats = { { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "base_number_of_crossbow_bolts", @@ -4672,6 +6057,7 @@ skills["ArmourPiercingBoltsAmmoPlayer"] = { "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { 12, statInterpolation = { 1, }, actorLevel = 1, }, @@ -4722,13 +6108,13 @@ skills["ArmourPiercingBoltsPlayer"] = { name = "Armour Piercing Rounds", hidden = true, description = "Rapidly fire bolts that Break enemy Armour. Can fire a limited number of bolts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Physical] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { - { "armour_break_amount_+%", 1.5 }, + { "armour_break_amount_+%", 1 }, }, levels = { [1] = { attackSpeedMultiplier = 325, baseMultiplier = 0.25, levelRequirement = 0, }, @@ -4806,6 +6192,7 @@ skills["ArmourPiercingBoltsPlayer"] = { "disable_visual_hit_effect", "action_do_not_face_target", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 1, statInterpolation = { 1, }, actorLevel = 1, }, @@ -4857,7 +6244,7 @@ skills["ExplosiveShotAmmoPlayer"] = { baseTypeName = "Load Explosive Shot", color = 1, description = "Load your Crossbow with flaming bolts that explode on impact. The explosion will cause any Grenades in its area of effect to also explode.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -4868,43 +6255,43 @@ skills["ExplosiveShotAmmoPlayer"] = { [1] = { levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { levelRequirement = 3, cost = { Mana = 10, }, }, [3] = { levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 18, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 20, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 22, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 27, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 30, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 33, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 37, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 41, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 45, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 16, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 18, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 20, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 27, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 30, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 33, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 36, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 39, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 42, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 46, }, }, [17] = { levelRequirement = 72, cost = { Mana = 50, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 56, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 62, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 68, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 76, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 84, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 93, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 103, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 114, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 127, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 141, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 156, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 173, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 192, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 212, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 235, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 261, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 289, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 320, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 355, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 394, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 436, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 483, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 536, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 54, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 59, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 64, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 69, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 74, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 86, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 99, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 106, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 114, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 122, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 131, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 160, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 170, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 182, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 194, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 207, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 220, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 234, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 250, }, }, }, statSets = { [1] = { @@ -4916,9 +6303,6 @@ skills["ExplosiveShotAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, { "active_skill_reload_speed_+%_final", -30 }, }, stats = { @@ -4926,6 +6310,7 @@ skills["ExplosiveShotAmmoPlayer"] = { "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -4976,7 +6361,7 @@ skills["ExplosiveShotPlayer"] = { name = "Explosive Shot", hidden = true, description = "Fire a flaming bolt that explodes on impact. The explosion will cause any Grenades in its area of effect to also explode.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -5194,55 +6579,55 @@ skills["FragmentationRoundsAmmoPlayer"] = { name = "Load Fragmentation Rounds", baseTypeName = "Load Fragmentation Rounds", color = 1, - description = "Load your Crossbow with Piercing bolts that fragment in flight. Bolts that hit a Frozen enemy consume the Freeze and cause an explosion of shrapnel. Bolts that hit an Ice Crystal cause it to explode.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with Piercing bolts that fragment in flight. Bolts that hit a Frozen enemy Consume the Freeze and cause an explosion of shrapnel. Bolts that hit an Ice Crystal cause it to explode. These fragments can Merge.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { - ["Crossbow"] = true, - }, - castTime = 0.8, - qualityStats = { - }, - levels = { - [1] = { levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 12, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 13, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 15, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 16, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 18, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 20, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 22, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 25, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 28, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 31, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 34, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 38, }, }, + ["Crossbow"] = true, + }, + castTime = 0.8, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 7, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 9, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 10, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 12, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 13, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 15, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 16, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 18, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 20, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 23, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 25, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 27, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 30, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 33, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 36, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 39, }, }, [17] = { levelRequirement = 72, cost = { Mana = 42, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 47, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 52, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 57, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 64, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 71, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 78, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 87, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 96, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 107, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 118, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 131, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 145, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 161, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 178, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 198, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 243, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 269, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 298, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 331, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 367, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 406, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 450, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 46, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 49, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 53, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 58, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 62, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 67, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 72, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 78, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 83, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 89, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 96, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 103, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 118, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 126, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 143, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 153, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 163, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 174, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 185, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 197, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 210, }, }, }, statSets = { [1] = { @@ -5254,15 +6639,13 @@ skills["FragmentationRoundsAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -5312,8 +6695,8 @@ skills["FragmentationRoundsAmmoPlayer"] = { skills["FragmentationRoundsPlayer"] = { name = "Fragmentation Rounds", hidden = true, - description = "Fire Piercing bolts that fragment in flight. Bolts that hit a Frozen enemy Consume the Freeze and cause an explosion of shrapnel. Bolts that hit an Ice Crystal cause it to explode.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFreeze] = true, }, + description = "Fire Piercing bolts that fragment in flight. Bolts that hit a Frozen enemy Consume the Freeze and cause an explosion of ice shards. These fragments can Merge.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFreeze] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Area] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -5367,7 +6750,7 @@ skills["FragmentationRoundsPlayer"] = { [1] = { label = "Projectile", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "burst_shot_piercing", + statDescriptionScope = "burst_shot_piercing_statset_0", baseFlags = { attack = true, projectile = true, @@ -5404,6 +6787,7 @@ skills["FragmentationRoundsPlayer"] = { "base_skill_show_average_damage_instead_of_dps", "base_consume_enemy_freeze_on_hit", "never_freeze", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5451,7 +6835,7 @@ skills["FragmentationRoundsPlayer"] = { [2] = { label = "Vs Frozen", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "burst_shot_piercing", + statDescriptionScope = "burst_shot_piercing_statset_1", baseFlags = { attack = true, projectile = true, @@ -5469,7 +6853,10 @@ skills["FragmentationRoundsPlayer"] = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, - { "active_skill_base_area_of_effect_radius", 18 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "skill_specific_stat_description_mode", 1 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "frag_rounds_damage_+%_final_if_created_from_unique", 50 }, }, stats = { "base_is_projectile", @@ -5484,6 +6871,7 @@ skills["FragmentationRoundsPlayer"] = { "can_perform_skill_while_moving", "base_skill_show_average_damage_instead_of_dps", "never_freeze", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", "projectiles_are_not_fired", @@ -5537,56 +6925,55 @@ skills["GalvanicShardsAmmoPlayer"] = { name = "Load Galvanic Shards", baseTypeName = "Load Galvanic Shards", color = 1, - description = "Load your Crossbow with a clip of charged bolts that fragment in flight, releasing Chaining Lightning beams when they Hit enemies. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with charged bolts that fragment in flight, releasing Chaining Lightning beams when they Hit enemies. These fragments can Merge.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 0.6, qualityStats = { - { "base_number_of_crossbow_bolts", 0.1 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 8, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 9, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 10, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 11, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 13, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 14, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 16, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 17, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 19, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 21, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 24, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 26, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 29, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 33, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 36, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 40, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 44, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 49, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 55, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 61, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 67, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 75, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 83, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 92, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 113, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 139, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 154, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 170, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 189, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 209, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 232, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 257, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 285, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 316, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 350, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 388, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 430, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 476, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 15, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 27, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 32, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 35, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 38, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 41, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 44, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 48, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 52, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 56, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 60, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 64, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 69, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 74, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 91, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 119, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 127, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 136, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 145, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 154, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 164, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 175, }, }, }, statSets = { [1] = { @@ -5596,12 +6983,8 @@ skills["GalvanicShardsAmmoPlayer"] = { baseFlags = { }, constantStats = { - { "base_number_of_crossbow_bolts", 5 }, + { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_reload_speed_+%_final", -50 }, }, stats = { "action_can_be_used_in_aiming_stance", @@ -5609,6 +6992,7 @@ skills["GalvanicShardsAmmoPlayer"] = { "base_deal_no_damage", "display_statset_hide_usage_stats", "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -5658,55 +7042,56 @@ skills["GalvanicShardsAmmoPlayer"] = { skills["GalvanicShardsPlayer"] = { name = "Galvanic Shards", hidden = true, - description = "Rapidly fire charged bolts that fragment in flight, releasing Chaining Lightning beams when they Hit enemies. Can fire a limited number of bursts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Chains] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Rapidly fire charged bolts that fragment in flight, releasing Chaining Lightning beams when they Hit enemies. Can fire a limited number of bursts before needing to reload. These fragments can Merge.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.Chains] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { + { "base_number_of_projectiles", 0.1 }, }, levels = { - [1] = { attackSpeedMultiplier = 100, baseMultiplier = 0.1, levelRequirement = 0, }, - [2] = { attackSpeedMultiplier = 100, baseMultiplier = 0.11, levelRequirement = 0, }, - [3] = { attackSpeedMultiplier = 100, baseMultiplier = 0.12, levelRequirement = 0, }, - [4] = { attackSpeedMultiplier = 100, baseMultiplier = 0.13, levelRequirement = 0, }, - [5] = { attackSpeedMultiplier = 100, baseMultiplier = 0.14, levelRequirement = 0, }, - [6] = { attackSpeedMultiplier = 100, baseMultiplier = 0.15, levelRequirement = 0, }, - [7] = { attackSpeedMultiplier = 100, baseMultiplier = 0.16, levelRequirement = 0, }, - [8] = { attackSpeedMultiplier = 100, baseMultiplier = 0.17, levelRequirement = 0, }, - [9] = { attackSpeedMultiplier = 100, baseMultiplier = 0.18, levelRequirement = 0, }, - [10] = { attackSpeedMultiplier = 100, baseMultiplier = 0.19, levelRequirement = 0, }, - [11] = { attackSpeedMultiplier = 100, baseMultiplier = 0.2, levelRequirement = 0, }, - [12] = { attackSpeedMultiplier = 100, baseMultiplier = 0.21, levelRequirement = 0, }, - [13] = { attackSpeedMultiplier = 100, baseMultiplier = 0.22, levelRequirement = 0, }, - [14] = { attackSpeedMultiplier = 100, baseMultiplier = 0.23, levelRequirement = 0, }, - [15] = { attackSpeedMultiplier = 100, baseMultiplier = 0.24, levelRequirement = 0, }, - [16] = { attackSpeedMultiplier = 100, baseMultiplier = 0.26, levelRequirement = 0, }, - [17] = { attackSpeedMultiplier = 100, baseMultiplier = 0.27, levelRequirement = 0, }, - [18] = { attackSpeedMultiplier = 100, baseMultiplier = 0.28, levelRequirement = 0, }, - [19] = { attackSpeedMultiplier = 100, baseMultiplier = 0.3, levelRequirement = 0, }, - [20] = { attackSpeedMultiplier = 100, baseMultiplier = 0.31, levelRequirement = 0, }, - [21] = { attackSpeedMultiplier = 100, baseMultiplier = 0.33, levelRequirement = 0, }, - [22] = { attackSpeedMultiplier = 100, baseMultiplier = 0.34, levelRequirement = 0, }, - [23] = { attackSpeedMultiplier = 100, baseMultiplier = 0.36, levelRequirement = 0, }, - [24] = { attackSpeedMultiplier = 100, baseMultiplier = 0.38, levelRequirement = 0, }, - [25] = { attackSpeedMultiplier = 100, baseMultiplier = 0.4, levelRequirement = 0, }, - [26] = { attackSpeedMultiplier = 100, baseMultiplier = 0.42, levelRequirement = 0, }, - [27] = { attackSpeedMultiplier = 100, baseMultiplier = 0.44, levelRequirement = 0, }, - [28] = { attackSpeedMultiplier = 100, baseMultiplier = 0.46, levelRequirement = 0, }, - [29] = { attackSpeedMultiplier = 100, baseMultiplier = 0.48, levelRequirement = 0, }, - [30] = { attackSpeedMultiplier = 100, baseMultiplier = 0.51, levelRequirement = 0, }, - [31] = { attackSpeedMultiplier = 100, baseMultiplier = 0.53, levelRequirement = 0, }, - [32] = { attackSpeedMultiplier = 100, baseMultiplier = 0.56, levelRequirement = 0, }, - [33] = { attackSpeedMultiplier = 100, baseMultiplier = 0.59, levelRequirement = 0, }, - [34] = { attackSpeedMultiplier = 100, baseMultiplier = 0.62, levelRequirement = 0, }, - [35] = { attackSpeedMultiplier = 100, baseMultiplier = 0.65, levelRequirement = 0, }, - [36] = { attackSpeedMultiplier = 100, baseMultiplier = 0.68, levelRequirement = 0, }, - [37] = { attackSpeedMultiplier = 100, baseMultiplier = 0.71, levelRequirement = 0, }, - [38] = { attackSpeedMultiplier = 100, baseMultiplier = 0.75, levelRequirement = 0, }, - [39] = { attackSpeedMultiplier = 100, baseMultiplier = 0.79, levelRequirement = 0, }, - [40] = { attackSpeedMultiplier = 100, baseMultiplier = 0.83, levelRequirement = 0, }, + [1] = { baseMultiplier = 0.15, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.16, levelRequirement = 0, }, + [3] = { baseMultiplier = 0.18, levelRequirement = 0, }, + [4] = { baseMultiplier = 0.2, levelRequirement = 0, }, + [5] = { baseMultiplier = 0.21, levelRequirement = 0, }, + [6] = { baseMultiplier = 0.23, levelRequirement = 0, }, + [7] = { baseMultiplier = 0.25, levelRequirement = 0, }, + [8] = { baseMultiplier = 0.27, levelRequirement = 0, }, + [9] = { baseMultiplier = 0.28, levelRequirement = 0, }, + [10] = { baseMultiplier = 0.3, levelRequirement = 0, }, + [11] = { baseMultiplier = 0.31, levelRequirement = 0, }, + [12] = { baseMultiplier = 0.33, levelRequirement = 0, }, + [13] = { baseMultiplier = 0.35, levelRequirement = 0, }, + [14] = { baseMultiplier = 0.37, levelRequirement = 0, }, + [15] = { baseMultiplier = 0.4, levelRequirement = 0, }, + [16] = { baseMultiplier = 0.42, levelRequirement = 0, }, + [17] = { baseMultiplier = 0.45, levelRequirement = 0, }, + [18] = { baseMultiplier = 0.48, levelRequirement = 0, }, + [19] = { baseMultiplier = 0.51, levelRequirement = 0, }, + [20] = { baseMultiplier = 0.54, levelRequirement = 0, }, + [21] = { baseMultiplier = 0.58, levelRequirement = 0, }, + [22] = { baseMultiplier = 0.62, levelRequirement = 0, }, + [23] = { baseMultiplier = 0.66, levelRequirement = 0, }, + [24] = { baseMultiplier = 0.7, levelRequirement = 0, }, + [25] = { baseMultiplier = 0.75, levelRequirement = 0, }, + [26] = { baseMultiplier = 0.8, levelRequirement = 0, }, + [27] = { baseMultiplier = 0.85, levelRequirement = 0, }, + [28] = { baseMultiplier = 0.91, levelRequirement = 0, }, + [29] = { baseMultiplier = 0.97, levelRequirement = 0, }, + [30] = { baseMultiplier = 1.04, levelRequirement = 0, }, + [31] = { baseMultiplier = 1.1, levelRequirement = 0, }, + [32] = { baseMultiplier = 1.18, levelRequirement = 0, }, + [33] = { baseMultiplier = 1.26, levelRequirement = 0, }, + [34] = { baseMultiplier = 1.34, levelRequirement = 0, }, + [35] = { baseMultiplier = 1.43, levelRequirement = 0, }, + [36] = { baseMultiplier = 1.52, levelRequirement = 0, }, + [37] = { baseMultiplier = 1.63, levelRequirement = 0, }, + [38] = { baseMultiplier = 1.73, levelRequirement = 0, }, + [39] = { baseMultiplier = 1.85, levelRequirement = 0, }, + [40] = { baseMultiplier = 1.97, levelRequirement = 0, }, }, statSets = { [1] = { @@ -5722,7 +7107,7 @@ skills["GalvanicShardsPlayer"] = { { "projectiles_normal_distribution_height_standard_deviation", 20 }, { "projectiles_normal_distribution_spread_standard_deviation", 14 }, { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "base_number_of_projectiles", 6 }, + { "base_number_of_projectiles", 8 }, { "projectile_distance_variance", 10 }, { "active_skill_projectile_speed_+%_variation_final", 40 }, { "active_skill_base_physical_damage_%_to_convert_to_lightning", 60 }, @@ -5745,6 +7130,7 @@ skills["GalvanicShardsPlayer"] = { "can_perform_skill_while_moving", "base_projectiles_cannot_chain", "quality_display_base_number_of_crossbow_bolts_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -5822,49 +7208,50 @@ skills["GalvanicShardsPlayer"] = { "cannot_cancel_skill_before_contact_point", "can_perform_skill_while_moving", "quality_display_base_number_of_crossbow_bolts_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { - [1] = { baseMultiplier = 0.5, actorLevel = 1, }, - [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.6, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.71, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.82, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.87, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.91, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.96, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.01, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.06, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.11, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.16, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.22, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 1.28, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.35, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.41, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.49, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.56, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.64, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 1.72, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 1.81, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 1.9, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 1.99, actorLevel = 136.875, }, - [26] = { baseMultiplier = 2.09, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 2.19, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 2.3, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 2.42, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 2.54, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 2.67, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 2.8, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 2.94, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 3.09, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 3.24, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 3.4, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 3.57, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 3.75, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 3.94, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 4.14, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.75, actorLevel = 1, }, + [2] = { baseMultiplier = 0.82, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.91, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.99, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.07, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.16, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.25, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.33, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.4, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.48, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.57, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.66, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.76, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.87, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.98, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 2.11, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 2.24, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 2.39, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.55, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.72, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 2.9, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 3.09, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 3.3, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 3.52, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 3.75, actorLevel = 136.875, }, + [26] = { baseMultiplier = 4, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 4.27, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 4.55, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 4.85, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 5.18, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 5.52, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 5.89, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 6.28, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 6.7, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 7.15, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 7.62, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 8.13, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 8.67, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 9.25, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 9.87, actorLevel = 288.29998779297, }, }, }, } @@ -5874,7 +7261,7 @@ skills["GlacialBoltAmmoPlayer"] = { baseTypeName = "Load Glacial Bolt", color = 1, description = "Load your Crossbow with icy bolts that create two walls of Ice Crystals at the end of their flight.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.ToggleSpawnedObjectTargetable_DefaultOn] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -5886,43 +7273,43 @@ skills["GlacialBoltAmmoPlayer"] = { [1] = { levelRequirement = 0, cost = { Mana = 7, }, }, [2] = { levelRequirement = 3, cost = { Mana = 8, }, }, [3] = { levelRequirement = 6, cost = { Mana = 9, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 15, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 17, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 21, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 23, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 25, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 28, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 31, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 11, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 12, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 13, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 15, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 17, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 19, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 21, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 23, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 25, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 27, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 30, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 33, }, }, [16] = { levelRequirement = 66, cost = { Mana = 35, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 38, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 43, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 47, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 53, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 58, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 65, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 72, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 79, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 88, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 98, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 108, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 120, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 133, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 147, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 163, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 181, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 201, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 223, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 247, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 273, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 303, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 336, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 372, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 413, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 39, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 42, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 45, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 49, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 53, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 57, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 61, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 66, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 71, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 76, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 82, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 94, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 101, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 108, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 115, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 131, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 159, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 170, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 181, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 192, }, }, }, statSets = { [1] = { @@ -5934,15 +7321,13 @@ skills["GlacialBoltAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -5993,7 +7378,7 @@ skills["GlacialBoltPlayer"] = { name = "Glacial Bolt", hidden = true, description = "Fire an icy bolt that creates two walls of Ice Crystals at the end of its flight.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.Wall] = true, [SkillType.SupportedByFountains] = true, [SkillType.UsableWhileMoving] = true, [SkillType.IceCrystal] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.Wall] = true, [SkillType.SupportedByFountains] = true, [SkillType.UsableWhileMoving] = true, [SkillType.IceCrystal] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6146,6 +7531,9 @@ skills["GlacialBoltPlayer"] = { { "wall_maximum_length", 63 }, { "freezing_bolt_wall_maximum_length", 231 }, { "active_skill_base_area_of_effect_radius", 18 }, + { "ice_crystal_shatter_detonation_damage_+%_final", 0 }, + { "ice_crystal_shatter_detonation_area_of_effect_+%_final", 50 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, }, stats = { "frost_wall_maximum_life", @@ -6164,6 +7552,7 @@ skills["GlacialBoltPlayer"] = { "base_skill_show_average_damage_instead_of_dps", "is_area_damage", "display_statset_hide_usage_stats", + "is_ice_crystal_explosion", }, levels = { [1] = { 36, baseMultiplier = 0.6, statInterpolation = { 1, }, actorLevel = 1, }, @@ -6215,7 +7604,7 @@ skills["HailstormRoundsAmmoPlayer"] = { baseTypeName = "Load Hailstorm Rounds", color = 1, description = "Passively generate bolts of ice at a frequency equal to reload time, up to a cap. Activate to Load the accumulated bolts into your Crossbow. All loaded bolts are fired at once, causing them to rain down over the target area.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6224,46 +7613,46 @@ skills["HailstormRoundsAmmoPlayer"] = { { "base_number_of_crossbow_bolts", 0.25 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 29, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 32, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 36, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 40, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 44, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 49, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 54, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 60, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 67, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 74, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 82, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 91, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 101, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 112, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 124, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 137, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 28, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 33, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 37, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 43, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 48, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 54, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 60, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 67, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 74, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 82, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 90, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 99, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 108, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 118, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 129, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 140, }, }, [17] = { levelRequirement = 72, cost = { Mana = 152, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 169, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 187, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 207, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 230, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 254, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 282, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 313, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 346, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 384, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 425, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 471, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 522, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 579, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 642, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 711, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 788, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 873, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 968, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1072, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1188, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1317, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1459, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1617, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 165, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 179, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 193, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 224, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 242, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 260, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 279, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 300, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 322, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 345, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 369, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 395, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 423, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 452, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 483, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 515, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 550, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 586, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 624, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 665, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 708, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 754, }, }, }, statSets = { [1] = { @@ -6274,10 +7663,7 @@ skills["HailstormRoundsAmmoPlayer"] = { }, constantStats = { { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_reload_speed_+%_final", -50 }, + { "active_skill_reload_speed_+%_final", 100 }, }, stats = { "base_number_of_crossbow_bolts", @@ -6289,6 +7675,7 @@ skills["HailstormRoundsAmmoPlayer"] = { "crossbow_ammo_skill_has_passive_reloading", "display_statset_hide_usage_stats", "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { [1] = { 16, statInterpolation = { 1, }, actorLevel = 1, }, @@ -6338,8 +7725,8 @@ skills["HailstormRoundsAmmoPlayer"] = { skills["HailstormRoundsPlayer"] = { name = "Hailstorm Rounds", hidden = true, - description = "Fire all loaded bolts into the sky, causing them to rain down over the target area.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, }, + description = "Fire all loaded bolts into the sky, causing them to rain down over the target area, starting at the centre and spreading outward.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Rain] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6347,46 +7734,46 @@ skills["HailstormRoundsPlayer"] = { qualityStats = { }, levels = { - [1] = { attackSpeedMultiplier = -45, baseMultiplier = 0.5, levelRequirement = 0, cost = { Mana = 25, }, }, - [2] = { attackSpeedMultiplier = -45, baseMultiplier = 0.55, levelRequirement = 0, cost = { Mana = 27, }, }, - [3] = { attackSpeedMultiplier = -45, baseMultiplier = 0.61, levelRequirement = 0, cost = { Mana = 31, }, }, - [4] = { attackSpeedMultiplier = -45, baseMultiplier = 0.67, levelRequirement = 0, cost = { Mana = 34, }, }, - [5] = { attackSpeedMultiplier = -45, baseMultiplier = 0.73, levelRequirement = 0, cost = { Mana = 38, }, }, - [6] = { attackSpeedMultiplier = -45, baseMultiplier = 0.79, levelRequirement = 0, cost = { Mana = 43, }, }, - [7] = { attackSpeedMultiplier = -45, baseMultiplier = 0.85, levelRequirement = 0, cost = { Mana = 48, }, }, - [8] = { attackSpeedMultiplier = -45, baseMultiplier = 0.91, levelRequirement = 0, cost = { Mana = 53, }, }, - [9] = { attackSpeedMultiplier = -45, baseMultiplier = 0.97, levelRequirement = 0, cost = { Mana = 59, }, }, - [10] = { attackSpeedMultiplier = -45, baseMultiplier = 1.03, levelRequirement = 0, cost = { Mana = 66, }, }, - [11] = { attackSpeedMultiplier = -45, baseMultiplier = 1.09, levelRequirement = 0, cost = { Mana = 74, }, }, - [12] = { attackSpeedMultiplier = -45, baseMultiplier = 1.17, levelRequirement = 0, cost = { Mana = 82, }, }, - [13] = { attackSpeedMultiplier = -45, baseMultiplier = 1.25, levelRequirement = 0, cost = { Mana = 92, }, }, - [14] = { attackSpeedMultiplier = -45, baseMultiplier = 1.33, levelRequirement = 0, cost = { Mana = 102, }, }, - [15] = { attackSpeedMultiplier = -45, baseMultiplier = 1.42, levelRequirement = 0, cost = { Mana = 114, }, }, - [16] = { attackSpeedMultiplier = -45, baseMultiplier = 1.53, levelRequirement = 0, cost = { Mana = 127, }, }, - [17] = { attackSpeedMultiplier = -45, baseMultiplier = 1.64, levelRequirement = 0, cost = { Mana = 142, }, }, - [18] = { attackSpeedMultiplier = -45, baseMultiplier = 1.76, levelRequirement = 0, cost = { Mana = 159, }, }, - [19] = { attackSpeedMultiplier = -45, baseMultiplier = 1.89, levelRequirement = 0, cost = { Mana = 177, }, }, - [20] = { attackSpeedMultiplier = -45, baseMultiplier = 2.04, levelRequirement = 0, cost = { Mana = 197, }, }, - [21] = { attackSpeedMultiplier = -45, baseMultiplier = 2.2, levelRequirement = 0, cost = { Mana = 220, }, }, - [22] = { attackSpeedMultiplier = -45, baseMultiplier = 2.37, levelRequirement = 0, cost = { Mana = 245, }, }, - [23] = { attackSpeedMultiplier = -45, baseMultiplier = 2.55, levelRequirement = 0, cost = { Mana = 274, }, }, - [24] = { attackSpeedMultiplier = -45, baseMultiplier = 2.75, levelRequirement = 0, cost = { Mana = 305, }, }, - [25] = { attackSpeedMultiplier = -45, baseMultiplier = 2.96, levelRequirement = 0, cost = { Mana = 340, }, }, - [26] = { attackSpeedMultiplier = -45, baseMultiplier = 3.19, levelRequirement = 0, cost = { Mana = 380, }, }, - [27] = { attackSpeedMultiplier = -45, baseMultiplier = 3.44, levelRequirement = 0, cost = { Mana = 423, }, }, - [28] = { attackSpeedMultiplier = -45, baseMultiplier = 3.7, levelRequirement = 0, cost = { Mana = 472, }, }, - [29] = { attackSpeedMultiplier = -45, baseMultiplier = 3.99, levelRequirement = 0, cost = { Mana = 526, }, }, - [30] = { attackSpeedMultiplier = -45, baseMultiplier = 4.3, levelRequirement = 0, cost = { Mana = 587, }, }, - [31] = { attackSpeedMultiplier = -45, baseMultiplier = 4.63, levelRequirement = 0, cost = { Mana = 654, }, }, - [32] = { attackSpeedMultiplier = -45, baseMultiplier = 4.99, levelRequirement = 0, cost = { Mana = 730, }, }, - [33] = { attackSpeedMultiplier = -45, baseMultiplier = 5.37, levelRequirement = 0, cost = { Mana = 814, }, }, - [34] = { attackSpeedMultiplier = -45, baseMultiplier = 5.79, levelRequirement = 0, cost = { Mana = 907, }, }, - [35] = { attackSpeedMultiplier = -45, baseMultiplier = 6.24, levelRequirement = 0, cost = { Mana = 1012, }, }, - [36] = { attackSpeedMultiplier = -45, baseMultiplier = 6.72, levelRequirement = 0, cost = { Mana = 1128, }, }, - [37] = { attackSpeedMultiplier = -45, baseMultiplier = 7.24, levelRequirement = 0, cost = { Mana = 1258, }, }, - [38] = { attackSpeedMultiplier = -45, baseMultiplier = 7.8, levelRequirement = 0, cost = { Mana = 1403, }, }, - [39] = { attackSpeedMultiplier = -45, baseMultiplier = 8.4, levelRequirement = 0, cost = { Mana = 1564, }, }, - [40] = { attackSpeedMultiplier = -45, baseMultiplier = 9.05, levelRequirement = 0, cost = { Mana = 1744, }, }, + [1] = { attackSpeedMultiplier = -45, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 24, }, }, + [2] = { attackSpeedMultiplier = -45, baseMultiplier = 0.77, levelRequirement = 0, cost = { Mana = 28, }, }, + [3] = { attackSpeedMultiplier = -45, baseMultiplier = 0.85, levelRequirement = 0, cost = { Mana = 32, }, }, + [4] = { attackSpeedMultiplier = -45, baseMultiplier = 0.93, levelRequirement = 0, cost = { Mana = 36, }, }, + [5] = { attackSpeedMultiplier = -45, levelRequirement = 0, cost = { Mana = 41, }, }, + [6] = { attackSpeedMultiplier = -45, baseMultiplier = 1.08, levelRequirement = 0, cost = { Mana = 46, }, }, + [7] = { attackSpeedMultiplier = -45, baseMultiplier = 1.16, levelRequirement = 0, cost = { Mana = 51, }, }, + [8] = { attackSpeedMultiplier = -45, baseMultiplier = 1.24, levelRequirement = 0, cost = { Mana = 57, }, }, + [9] = { attackSpeedMultiplier = -45, baseMultiplier = 1.31, levelRequirement = 0, cost = { Mana = 63, }, }, + [10] = { attackSpeedMultiplier = -45, baseMultiplier = 1.38, levelRequirement = 0, cost = { Mana = 69, }, }, + [11] = { attackSpeedMultiplier = -45, baseMultiplier = 1.46, levelRequirement = 0, cost = { Mana = 76, }, }, + [12] = { attackSpeedMultiplier = -45, baseMultiplier = 1.55, levelRequirement = 0, cost = { Mana = 84, }, }, + [13] = { attackSpeedMultiplier = -45, baseMultiplier = 1.64, levelRequirement = 0, cost = { Mana = 92, }, }, + [14] = { attackSpeedMultiplier = -45, baseMultiplier = 1.74, levelRequirement = 0, cost = { Mana = 100, }, }, + [15] = { attackSpeedMultiplier = -45, baseMultiplier = 1.85, levelRequirement = 0, cost = { Mana = 109, }, }, + [16] = { attackSpeedMultiplier = -45, baseMultiplier = 1.97, levelRequirement = 0, cost = { Mana = 119, }, }, + [17] = { attackSpeedMultiplier = -45, baseMultiplier = 2.09, levelRequirement = 0, cost = { Mana = 129, }, }, + [18] = { attackSpeedMultiplier = -45, baseMultiplier = 2.23, levelRequirement = 0, cost = { Mana = 140, }, }, + [19] = { attackSpeedMultiplier = -45, baseMultiplier = 2.38, levelRequirement = 0, cost = { Mana = 151, }, }, + [20] = { attackSpeedMultiplier = -45, baseMultiplier = 2.54, levelRequirement = 0, cost = { Mana = 163, }, }, + [21] = { attackSpeedMultiplier = -45, baseMultiplier = 2.7, levelRequirement = 0, cost = { Mana = 176, }, }, + [22] = { attackSpeedMultiplier = -45, baseMultiplier = 2.88, levelRequirement = 0, cost = { Mana = 190, }, }, + [23] = { attackSpeedMultiplier = -45, baseMultiplier = 3.08, levelRequirement = 0, cost = { Mana = 205, }, }, + [24] = { attackSpeedMultiplier = -45, baseMultiplier = 3.28, levelRequirement = 0, cost = { Mana = 220, }, }, + [25] = { attackSpeedMultiplier = -45, baseMultiplier = 3.5, levelRequirement = 0, cost = { Mana = 237, }, }, + [26] = { attackSpeedMultiplier = -45, baseMultiplier = 3.73, levelRequirement = 0, cost = { Mana = 254, }, }, + [27] = { attackSpeedMultiplier = -45, baseMultiplier = 3.98, levelRequirement = 0, cost = { Mana = 272, }, }, + [28] = { attackSpeedMultiplier = -45, baseMultiplier = 4.25, levelRequirement = 0, cost = { Mana = 292, }, }, + [29] = { attackSpeedMultiplier = -45, baseMultiplier = 4.53, levelRequirement = 0, cost = { Mana = 313, }, }, + [30] = { attackSpeedMultiplier = -45, baseMultiplier = 4.83, levelRequirement = 0, cost = { Mana = 335, }, }, + [31] = { attackSpeedMultiplier = -45, baseMultiplier = 5.15, levelRequirement = 0, cost = { Mana = 358, }, }, + [32] = { attackSpeedMultiplier = -45, baseMultiplier = 5.5, levelRequirement = 0, cost = { Mana = 383, }, }, + [33] = { attackSpeedMultiplier = -45, baseMultiplier = 5.86, levelRequirement = 0, cost = { Mana = 409, }, }, + [34] = { attackSpeedMultiplier = -45, baseMultiplier = 6.25, levelRequirement = 0, cost = { Mana = 436, }, }, + [35] = { attackSpeedMultiplier = -45, baseMultiplier = 6.67, levelRequirement = 0, cost = { Mana = 465, }, }, + [36] = { attackSpeedMultiplier = -45, baseMultiplier = 7.12, levelRequirement = 0, cost = { Mana = 496, }, }, + [37] = { attackSpeedMultiplier = -45, baseMultiplier = 7.59, levelRequirement = 0, cost = { Mana = 529, }, }, + [38] = { attackSpeedMultiplier = -45, baseMultiplier = 8.09, levelRequirement = 0, cost = { Mana = 563, }, }, + [39] = { attackSpeedMultiplier = -45, baseMultiplier = 8.63, levelRequirement = 0, cost = { Mana = 600, }, }, + [40] = { attackSpeedMultiplier = -45, baseMultiplier = 9.21, levelRequirement = 0, cost = { Mana = 638, }, }, }, statSets = { [1] = { @@ -6405,11 +7792,13 @@ skills["HailstormRoundsPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_cold", 80 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_base_area_of_effect_radius", 12 }, - { "active_skill_base_secondary_area_of_effect_radius", 25 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_base_area_of_effect_radius", 10 }, + { "active_skill_base_secondary_area_of_effect_radius", 40 }, + { "rain_hit_delay_ms", 200 }, }, stats = { + "active_skill_hit_damage_freeze_multiplier_+%_final", "base_is_projectile", "is_area_damage", "can_perform_skill_while_moving", @@ -6418,46 +7807,46 @@ skills["HailstormRoundsPlayer"] = { "base_skill_show_average_damage_instead_of_dps", }, levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + [1] = { 100, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 103, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 106, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 109, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 112, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 115, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 118, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 121, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 124, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 127, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 130, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 133, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 136, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 139, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 142, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 145, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 148, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 151, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 154, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 157, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 160, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 163, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 166, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 169, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 172, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 175, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 178, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 181, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 184, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 187, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 188, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 190, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 191, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 193, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 194, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 196, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 197, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 199, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 200, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 202, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -6466,8 +7855,8 @@ skills["HighVelocityRoundsAmmoPlayer"] = { name = "Load High Velocity Rounds", baseTypeName = "Load High Velocity Rounds", color = 1, - description = "Load your Crossbow with Piercing bolts that can consume Fully Broken Armour on enemies to deal extra damage.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ConsumesFullyBrokenArmour] = true, }, + description = "Load your Crossbow with Piercing bolts that apply Riven Armour to enemies with Fully Broken Armour, causing any Hits against those enemies to deal extra damage.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ConsumesFullyBrokenArmour] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6475,46 +7864,46 @@ skills["HighVelocityRoundsAmmoPlayer"] = { qualityStats = { }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 7, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 12, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 13, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 16, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 18, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 20, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 22, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 24, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 27, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 30, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 33, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 8, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 9, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 13, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 16, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 18, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 20, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 22, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 24, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 26, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 28, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 31, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 34, }, }, [17] = { levelRequirement = 72, cost = { Mana = 37, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 41, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 45, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 50, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 56, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 62, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 68, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 76, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 84, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 93, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 103, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 115, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 127, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 141, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 156, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 173, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 192, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 213, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 236, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 261, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 289, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 321, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 355, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 394, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 40, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 43, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 47, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 50, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 54, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 59, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 63, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 68, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 73, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 78, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 84, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 90, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 96, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 103, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 110, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 117, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 125, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 143, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 162, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 183, }, }, }, statSets = { [1] = { @@ -6526,15 +7915,13 @@ skills["HighVelocityRoundsAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -6584,8 +7971,8 @@ skills["HighVelocityRoundsAmmoPlayer"] = { skills["HighVelocityRoundsPlayer"] = { name = "High Velocity Rounds", hidden = true, - description = "Fire a powerful Piercing bolt that can consume Fully Broken Armour on enemies to deal extra damage.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ConsumesFullyBrokenArmour] = true, }, + description = "Fire a powerful Piercing bolt that applies Riven Armour to enemies with Fully Broken Armour, causing any Hits against those enemies to deal extra damage.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ConsumesFullyBrokenArmour] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Duration] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6673,6 +8060,7 @@ skills["HighVelocityRoundsPlayer"] = { "can_perform_skill_while_moving", "base_skill_show_average_damage_instead_of_dps", "cannot_break_armour", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -6738,6 +8126,9 @@ skills["HighVelocityRoundsPlayer"] = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_skill_effect_duration", 5000 }, + { "exploit_debuff_attack_damage_to_convert_to_magnitude_%", 5 }, + { "active_skill_damage_+%_final_vs_unique_enemies", 0 }, }, stats = { "base_is_projectile", @@ -6754,50 +8145,50 @@ skills["HighVelocityRoundsPlayer"] = { "can_perform_skill_while_moving", "base_skill_show_average_damage_instead_of_dps", "cannot_break_armour", - "base_consume_enemy_armour_broken_on_hit", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", }, levels = { - [1] = { baseMultiplier = 3.5, actorLevel = 1, }, - [2] = { baseMultiplier = 3.86, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 4.26, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 4.67, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 5.08, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 5.5, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 5.94, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 6.36, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 6.76, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 7.19, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 7.65, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 8.16, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 8.72, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 9.32, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 9.97, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 10.69, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 11.47, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 12.33, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 13.26, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 14.29, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 15.39, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 16.58, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 17.87, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 19.25, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 20.73, actorLevel = 136.875, }, - [26] = { baseMultiplier = 22.34, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 24.06, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 25.92, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 27.93, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 30.09, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 32.41, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 34.92, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 37.62, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 40.52, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 43.66, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 47.03, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 50.66, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 54.58, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 58.8, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 63.34, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 2.2, actorLevel = 1, }, + [2] = { baseMultiplier = 2.42, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 2.65, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 2.88, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 3.1, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 3.32, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 3.53, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 3.71, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 3.87, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 4.03, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 4.2, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 4.37, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 4.54, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 4.71, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 4.89, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 5.06, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 5.25, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 5.43, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 5.61, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 5.8, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 5.99, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 6.19, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 6.4, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 6.61, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 6.83, actorLevel = 136.875, }, + [26] = { baseMultiplier = 7.05, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 7.29, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 7.53, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 7.78, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 8.04, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 8.31, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 8.58, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 8.87, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 9.16, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 9.47, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 9.78, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 10.1, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 10.44, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 10.79, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 11.14, actorLevel = 288.29998779297, }, }, }, } @@ -6806,8 +8197,8 @@ skills["IceShardsAmmoPlayer"] = { name = "Load Ice Shards", baseTypeName = "Load Ice Shards", color = 1, - description = "Load your Crossbow with a clip of icy bolts that rapidly fire at the ground, leaving a shard of ice at the impact location unless the bolt hits an enemy. The ice shards shatter when enemies step on them, dealing damage to nearby enemies. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with a clip of icy bolts that rapidly fire at the ground, leaving a shard of ice at the impact location that arms after a duration. After arming, the ice shards explode when enemies step on them, dealing more damage the longer they have been armed, up to a maximum. Using this Skill again reloads the clip.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -6815,46 +8206,46 @@ skills["IceShardsAmmoPlayer"] = { qualityStats = { }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 13, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 12, }, }, [2] = { levelRequirement = 3, cost = { Mana = 14, }, }, [3] = { levelRequirement = 6, cost = { Mana = 16, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 17, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 19, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 21, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 24, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 26, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 29, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 32, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 36, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 40, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 44, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 49, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 54, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 60, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 19, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 21, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 24, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 26, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 29, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 33, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 36, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 40, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 43, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 48, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 52, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 57, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 62, }, }, [17] = { levelRequirement = 72, cost = { Mana = 67, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 74, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 82, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 91, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 101, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 112, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 124, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 138, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 153, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 169, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 188, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 208, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 230, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 255, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 283, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 314, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 348, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 385, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 427, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 473, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 524, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 581, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 644, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 714, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 73, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 79, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 92, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 99, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 107, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 115, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 123, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 132, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 163, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 174, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 187, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 199, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 213, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 227, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 243, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 259, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 276, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 294, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 313, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 333, }, }, }, statSets = { [1] = { @@ -6866,15 +8257,13 @@ skills["IceShardsAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 16 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -6924,56 +8313,56 @@ skills["IceShardsAmmoPlayer"] = { skills["IceShardsPlayer"] = { name = "Ice Shards", hidden = true, - description = "Rapidly fire icy bolts at the ground, leaving a shard of ice at the impact location unless the bolt hits an enemy. The ice shards shatter when enemies step on them, dealing damage to nearby enemies. Can fire a limited number of bolts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cold] = true, [SkillType.Sustained] = true, [SkillType.Hazard] = true, }, + description = "Rapidly fire icy bolts at the ground, leaving a shard of ice at the impact location that arms after a duration. After arming, the ice shards explode when enemies step on them, dealing more damage the longer they have been armed, up to a maximum. Can fire a limited number of bolts before needing to reload.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cold] = true, [SkillType.Sustained] = true, [SkillType.Hazard] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { - { "permafrost_shard_damage_+%_final_after_1_second", 10 }, + { "active_skill_chill_as_though_damage_+%_final", 5 }, }, levels = { [1] = { attackSpeedMultiplier = 450, baseMultiplier = 0.08, levelRequirement = 0, }, [2] = { attackSpeedMultiplier = 450, baseMultiplier = 0.09, levelRequirement = 0, }, [3] = { attackSpeedMultiplier = 450, baseMultiplier = 0.1, levelRequirement = 0, }, [4] = { attackSpeedMultiplier = 450, baseMultiplier = 0.11, levelRequirement = 0, }, - [5] = { attackSpeedMultiplier = 450, baseMultiplier = 0.12, levelRequirement = 0, }, - [6] = { attackSpeedMultiplier = 450, baseMultiplier = 0.13, levelRequirement = 0, }, - [7] = { attackSpeedMultiplier = 450, baseMultiplier = 0.14, levelRequirement = 0, }, - [8] = { attackSpeedMultiplier = 450, baseMultiplier = 0.15, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = 450, baseMultiplier = 0.11, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = 450, baseMultiplier = 0.12, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = 450, baseMultiplier = 0.13, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = 450, baseMultiplier = 0.14, levelRequirement = 0, }, [9] = { attackSpeedMultiplier = 450, baseMultiplier = 0.15, levelRequirement = 0, }, [10] = { attackSpeedMultiplier = 450, baseMultiplier = 0.16, levelRequirement = 0, }, [11] = { attackSpeedMultiplier = 450, baseMultiplier = 0.17, levelRequirement = 0, }, - [12] = { attackSpeedMultiplier = 450, baseMultiplier = 0.19, levelRequirement = 0, }, - [13] = { attackSpeedMultiplier = 450, baseMultiplier = 0.2, levelRequirement = 0, }, - [14] = { attackSpeedMultiplier = 450, baseMultiplier = 0.21, levelRequirement = 0, }, - [15] = { attackSpeedMultiplier = 450, baseMultiplier = 0.23, levelRequirement = 0, }, - [16] = { attackSpeedMultiplier = 450, baseMultiplier = 0.24, levelRequirement = 0, }, - [17] = { attackSpeedMultiplier = 450, baseMultiplier = 0.26, levelRequirement = 0, }, - [18] = { attackSpeedMultiplier = 450, baseMultiplier = 0.28, levelRequirement = 0, }, - [19] = { attackSpeedMultiplier = 450, baseMultiplier = 0.3, levelRequirement = 0, }, - [20] = { attackSpeedMultiplier = 450, baseMultiplier = 0.33, levelRequirement = 0, }, - [21] = { attackSpeedMultiplier = 450, baseMultiplier = 0.35, levelRequirement = 0, }, - [22] = { attackSpeedMultiplier = 450, baseMultiplier = 0.38, levelRequirement = 0, }, - [23] = { attackSpeedMultiplier = 450, baseMultiplier = 0.41, levelRequirement = 0, }, - [24] = { attackSpeedMultiplier = 450, baseMultiplier = 0.44, levelRequirement = 0, }, - [25] = { attackSpeedMultiplier = 450, baseMultiplier = 0.47, levelRequirement = 0, }, - [26] = { attackSpeedMultiplier = 450, baseMultiplier = 0.51, levelRequirement = 0, }, - [27] = { attackSpeedMultiplier = 450, baseMultiplier = 0.55, levelRequirement = 0, }, - [28] = { attackSpeedMultiplier = 450, baseMultiplier = 0.59, levelRequirement = 0, }, - [29] = { attackSpeedMultiplier = 450, baseMultiplier = 0.64, levelRequirement = 0, }, - [30] = { attackSpeedMultiplier = 450, baseMultiplier = 0.69, levelRequirement = 0, }, - [31] = { attackSpeedMultiplier = 450, baseMultiplier = 0.74, levelRequirement = 0, }, - [32] = { attackSpeedMultiplier = 450, baseMultiplier = 0.8, levelRequirement = 0, }, - [33] = { attackSpeedMultiplier = 450, baseMultiplier = 0.86, levelRequirement = 0, }, - [34] = { attackSpeedMultiplier = 450, baseMultiplier = 0.93, levelRequirement = 0, }, - [35] = { attackSpeedMultiplier = 450, levelRequirement = 0, }, - [36] = { attackSpeedMultiplier = 450, baseMultiplier = 1.07, levelRequirement = 0, }, - [37] = { attackSpeedMultiplier = 450, baseMultiplier = 1.16, levelRequirement = 0, }, - [38] = { attackSpeedMultiplier = 450, baseMultiplier = 1.25, levelRequirement = 0, }, - [39] = { attackSpeedMultiplier = 450, baseMultiplier = 1.34, levelRequirement = 0, }, - [40] = { attackSpeedMultiplier = 450, baseMultiplier = 1.45, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = 450, baseMultiplier = 0.18, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = 450, baseMultiplier = 0.19, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = 450, baseMultiplier = 0.2, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = 450, baseMultiplier = 0.21, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = 450, baseMultiplier = 0.23, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = 450, baseMultiplier = 0.24, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = 450, baseMultiplier = 0.25, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = 450, baseMultiplier = 0.27, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = 450, baseMultiplier = 0.29, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = 450, baseMultiplier = 0.31, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = 450, baseMultiplier = 0.33, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = 450, baseMultiplier = 0.35, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = 450, baseMultiplier = 0.38, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = 450, baseMultiplier = 0.4, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = 450, baseMultiplier = 0.43, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = 450, baseMultiplier = 0.46, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = 450, baseMultiplier = 0.49, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = 450, baseMultiplier = 0.52, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = 450, baseMultiplier = 0.55, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = 450, baseMultiplier = 0.59, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = 450, baseMultiplier = 0.63, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = 450, baseMultiplier = 0.67, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = 450, baseMultiplier = 0.71, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = 450, baseMultiplier = 0.76, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = 450, baseMultiplier = 0.81, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = 450, baseMultiplier = 0.87, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = 450, baseMultiplier = 0.93, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = 450, baseMultiplier = 0.99, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = 450, baseMultiplier = 1.05, levelRequirement = 0, }, }, statSets = { [1] = { @@ -7080,8 +8469,11 @@ skills["IceShardsPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_cold", 40 }, { "permafrost_shard_detection_base_area_of_effect_radius", 8 }, { "active_skill_base_area_of_effect_radius", 14 }, - { "permafrost_shard_damage_+%_final_after_1_second", 700 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, { "permafrost_shard_limit", 16 }, + { "permafrost_shard_arming_time_ms", 1500 }, + { "permafrost_shard_bonus_damage_delay_ms", 3000 }, + { "permafrost_shard_damage_+%_final_after_1_second", 300 }, }, stats = { "active_skill_chill_as_though_damage_+%_final", @@ -7100,48 +8492,49 @@ skills["IceShardsPlayer"] = { "quality_display_permafrost_shard_damage_+%_final_after_1_second_is_gem", "is_area_damage", "display_statset_hide_usage_stats", + "is_hazard", }, levels = { - [1] = { 200, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 210, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 220, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 230, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 240, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 250, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 260, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 270, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 280, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 290, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 300, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 310, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 320, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 330, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 340, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 350, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 360, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 370, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 380, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 390, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 400, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 410, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 420, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 430, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 440, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 450, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 460, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 470, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 480, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 490, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 500, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 510, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 520, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 530, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 540, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 550, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 560, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 570, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 580, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 590, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 200, baseMultiplier = 0.2, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 210, baseMultiplier = 0.22, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 220, baseMultiplier = 0.24, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 230, baseMultiplier = 0.27, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 240, baseMultiplier = 0.29, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 250, baseMultiplier = 0.31, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 260, baseMultiplier = 0.34, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 270, baseMultiplier = 0.36, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 280, baseMultiplier = 0.39, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 290, baseMultiplier = 0.41, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 300, baseMultiplier = 0.44, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 310, baseMultiplier = 0.47, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 320, baseMultiplier = 0.5, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 330, baseMultiplier = 0.53, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 340, baseMultiplier = 0.57, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 350, baseMultiplier = 0.61, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 360, baseMultiplier = 0.66, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 370, baseMultiplier = 0.7, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 380, baseMultiplier = 0.76, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 390, baseMultiplier = 0.82, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 400, baseMultiplier = 0.88, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 410, baseMultiplier = 0.95, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 420, baseMultiplier = 1.02, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 430, baseMultiplier = 1.1, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 440, baseMultiplier = 1.18, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 450, baseMultiplier = 1.28, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 460, baseMultiplier = 1.38, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 470, baseMultiplier = 1.48, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 480, baseMultiplier = 1.6, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 490, baseMultiplier = 1.72, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 500, baseMultiplier = 1.85, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 510, baseMultiplier = 2, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 520, baseMultiplier = 2.15, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 530, baseMultiplier = 2.32, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 540, baseMultiplier = 2.49, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 550, baseMultiplier = 2.69, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 560, baseMultiplier = 2.9, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 570, baseMultiplier = 3.12, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 580, baseMultiplier = 3.36, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 590, baseMultiplier = 3.62, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -7150,8 +8543,8 @@ skills["IncendiaryShotAmmoPlayer"] = { name = "Load Incendiary Shot", baseTypeName = "Load Incendiary Shot", color = 1, - description = "Load your Crossbow with flaming bolts that fragment in flight, damaging and Igniting enemies on hit and in a small cone behind their final target.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with flaming bolts that fragment in flight, damaging and Igniting enemies on hit and in a small cone behind their final target. These fragments can Merge.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -7162,43 +8555,43 @@ skills["IncendiaryShotAmmoPlayer"] = { [1] = { levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { levelRequirement = 3, cost = { Mana = 7, }, }, [3] = { levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 12, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 23, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 28, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 31, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 15, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 27, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 32, }, }, [17] = { levelRequirement = 72, cost = { Mana = 35, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 39, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 43, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 48, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 53, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 59, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 65, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 72, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 80, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 89, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 98, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 121, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 134, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 149, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 165, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 183, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 202, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 224, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 249, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 306, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 339, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 375, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 38, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 41, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 44, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 48, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 52, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 56, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 60, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 64, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 69, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 74, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 91, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 119, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 127, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 136, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 145, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 154, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 164, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 175, }, }, }, statSets = { [1] = { @@ -7210,15 +8603,13 @@ skills["IncendiaryShotAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -7268,56 +8659,56 @@ skills["IncendiaryShotAmmoPlayer"] = { skills["IncendiaryShotPlayer"] = { name = "Incendiary Shot", hidden = true, - description = "Fire flaming bolts that fragment in flight, damaging and Igniting enemies on hit, and in a small cone behind their final target.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Fire flaming bolts that fragment in flight, damaging and Igniting enemies on hit, and in a small cone behind their final target. These fragments can Merge.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { - { "base_ignite_effect_+%", 1 }, + { "ignite_duration_+%_per_shotgun_pellet_hit", 0.75 }, }, levels = { - [1] = { baseMultiplier = 0.17, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.19, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.21, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.22, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.24, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.26, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.28, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.3, levelRequirement = 0, }, - [9] = { baseMultiplier = 0.32, levelRequirement = 0, }, - [10] = { baseMultiplier = 0.34, levelRequirement = 0, }, - [11] = { baseMultiplier = 0.36, levelRequirement = 0, }, - [12] = { baseMultiplier = 0.38, levelRequirement = 0, }, - [13] = { baseMultiplier = 0.4, levelRequirement = 0, }, - [14] = { baseMultiplier = 0.42, levelRequirement = 0, }, - [15] = { baseMultiplier = 0.45, levelRequirement = 0, }, - [16] = { baseMultiplier = 0.48, levelRequirement = 0, }, - [17] = { baseMultiplier = 0.51, levelRequirement = 0, }, - [18] = { baseMultiplier = 0.54, levelRequirement = 0, }, - [19] = { baseMultiplier = 0.58, levelRequirement = 0, }, - [20] = { baseMultiplier = 0.62, levelRequirement = 0, }, - [21] = { baseMultiplier = 0.66, levelRequirement = 0, }, - [22] = { baseMultiplier = 0.7, levelRequirement = 0, }, - [23] = { baseMultiplier = 0.75, levelRequirement = 0, }, - [24] = { baseMultiplier = 0.8, levelRequirement = 0, }, - [25] = { baseMultiplier = 0.85, levelRequirement = 0, }, - [26] = { baseMultiplier = 0.91, levelRequirement = 0, }, - [27] = { baseMultiplier = 0.97, levelRequirement = 0, }, - [28] = { baseMultiplier = 1.03, levelRequirement = 0, }, - [29] = { baseMultiplier = 1.1, levelRequirement = 0, }, - [30] = { baseMultiplier = 1.17, levelRequirement = 0, }, - [31] = { baseMultiplier = 1.25, levelRequirement = 0, }, - [32] = { baseMultiplier = 1.34, levelRequirement = 0, }, - [33] = { baseMultiplier = 1.42, levelRequirement = 0, }, - [34] = { baseMultiplier = 1.52, levelRequirement = 0, }, - [35] = { baseMultiplier = 1.62, levelRequirement = 0, }, - [36] = { baseMultiplier = 1.73, levelRequirement = 0, }, - [37] = { baseMultiplier = 1.84, levelRequirement = 0, }, - [38] = { baseMultiplier = 1.97, levelRequirement = 0, }, - [39] = { baseMultiplier = 2.1, levelRequirement = 0, }, - [40] = { baseMultiplier = 2.24, levelRequirement = 0, }, + [1] = { baseMultiplier = 0.1, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.11, levelRequirement = 0, }, + [3] = { baseMultiplier = 0.12, levelRequirement = 0, }, + [4] = { baseMultiplier = 0.13, levelRequirement = 0, }, + [5] = { baseMultiplier = 0.14, levelRequirement = 0, }, + [6] = { baseMultiplier = 0.15, levelRequirement = 0, }, + [7] = { baseMultiplier = 0.17, levelRequirement = 0, }, + [8] = { baseMultiplier = 0.18, levelRequirement = 0, }, + [9] = { baseMultiplier = 0.19, levelRequirement = 0, }, + [10] = { baseMultiplier = 0.2, levelRequirement = 0, }, + [11] = { baseMultiplier = 0.21, levelRequirement = 0, }, + [12] = { baseMultiplier = 0.22, levelRequirement = 0, }, + [13] = { baseMultiplier = 0.23, levelRequirement = 0, }, + [14] = { baseMultiplier = 0.25, levelRequirement = 0, }, + [15] = { baseMultiplier = 0.26, levelRequirement = 0, }, + [16] = { baseMultiplier = 0.28, levelRequirement = 0, }, + [17] = { baseMultiplier = 0.3, levelRequirement = 0, }, + [18] = { baseMultiplier = 0.32, levelRequirement = 0, }, + [19] = { baseMultiplier = 0.34, levelRequirement = 0, }, + [20] = { baseMultiplier = 0.36, levelRequirement = 0, }, + [21] = { baseMultiplier = 0.39, levelRequirement = 0, }, + [22] = { baseMultiplier = 0.41, levelRequirement = 0, }, + [23] = { baseMultiplier = 0.44, levelRequirement = 0, }, + [24] = { baseMultiplier = 0.47, levelRequirement = 0, }, + [25] = { baseMultiplier = 0.5, levelRequirement = 0, }, + [26] = { baseMultiplier = 0.53, levelRequirement = 0, }, + [27] = { baseMultiplier = 0.57, levelRequirement = 0, }, + [28] = { baseMultiplier = 0.61, levelRequirement = 0, }, + [29] = { baseMultiplier = 0.65, levelRequirement = 0, }, + [30] = { baseMultiplier = 0.69, levelRequirement = 0, }, + [31] = { baseMultiplier = 0.74, levelRequirement = 0, }, + [32] = { baseMultiplier = 0.79, levelRequirement = 0, }, + [33] = { baseMultiplier = 0.84, levelRequirement = 0, }, + [34] = { baseMultiplier = 0.89, levelRequirement = 0, }, + [35] = { baseMultiplier = 0.95, levelRequirement = 0, }, + [36] = { baseMultiplier = 1.02, levelRequirement = 0, }, + [37] = { baseMultiplier = 1.08, levelRequirement = 0, }, + [38] = { baseMultiplier = 1.16, levelRequirement = 0, }, + [39] = { baseMultiplier = 1.23, levelRequirement = 0, }, + [40] = { baseMultiplier = 1.32, levelRequirement = 0, }, }, statSets = { [1] = { @@ -7336,7 +8727,6 @@ skills["IncendiaryShotPlayer"] = { { "base_number_of_projectiles", 10 }, { "projectile_distance_variance", 10 }, { "active_skill_projectile_speed_+%_variation_final", 40 }, - { "active_skill_hit_damage_stun_multiplier_+%_final", 0 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "crossbow_barrage_recoil_per_shot", 1 }, { "crossbow_barrage_total_recoil_buff_count", 8 }, @@ -7344,11 +8734,14 @@ skills["IncendiaryShotPlayer"] = { { "base_knockback_distance", 75 }, { "burst_shot_cone_angle", 220 }, { "active_skill_base_area_of_effect_radius", 19 }, - { "active_skill_ignite_chance_+%_final", 100 }, - { "active_skill_ignite_effect_+%_final", 0 }, + { "active_skill_ignite_chance_+%_final", 300 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "ignite_duration_+%_per_shotgun_pellet_hit", 30 }, + { "consume_X_heat_on_skill_use", 30 }, + { "ignite_effect_+%_final_if_heat_is_consumed", 50 }, + { "faster_burn_%", 200 }, }, stats = { "base_is_projectile", @@ -7363,6 +8756,7 @@ skills["IncendiaryShotPlayer"] = { "cannot_cancel_skill_before_contact_point", "can_perform_skill_while_moving", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -7413,8 +8807,8 @@ skills["PermafrostBoltsAmmoPlayer"] = { name = "Load Permafrost Bolts", baseTypeName = "Load Permafrost Bolts", color = 1, - description = "Load your Crossbow with icy bolts that fragment in flight, damaging enemies on hit and in a small cone behind their final target. The icy coating on the bolts makes them extremely potent at Freezing enemies.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with icy bolts that fragment in flight, damaging enemies on hit and in a small cone behind their final target. The icy coating on the bolts makes them extremely potent at Freezing enemies. These fragments can Merge.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -7425,43 +8819,43 @@ skills["PermafrostBoltsAmmoPlayer"] = { [1] = { levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { levelRequirement = 3, cost = { Mana = 7, }, }, [3] = { levelRequirement = 6, cost = { Mana = 8, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 9, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 10, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 11, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 12, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 14, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 15, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 17, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 19, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 21, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 23, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 26, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 28, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 31, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 35, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 39, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 43, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 48, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 53, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 59, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 65, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 72, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 80, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 89, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 98, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 109, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 121, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 134, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 149, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 165, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 183, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 202, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 224, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 249, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 276, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 306, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 339, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 375, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 10, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 11, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 12, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 14, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 15, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 17, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 19, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 21, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 23, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 25, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 27, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 30, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 32, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 35, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 38, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 41, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 44, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 48, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 52, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 56, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 60, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 64, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 69, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 74, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 80, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 91, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 119, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 127, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 136, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 145, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 154, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 164, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 175, }, }, }, statSets = { [1] = { @@ -7473,15 +8867,13 @@ skills["PermafrostBoltsAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -7531,8 +8923,8 @@ skills["PermafrostBoltsAmmoPlayer"] = { skills["PermafrostBoltsPlayer"] = { name = "Permafrost Bolts", hidden = true, - description = "Fire icy bolts that fragment in flight, damaging enemies on hit and in a small cone behind their final target. The icy coating on the bolts makes them extremely potent at Freezing enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Fire icy bolts that fragment in flight, damaging enemies on hit and in a small cone behind their final target. The icy coating on the bolts makes them extremely potent at Freezing enemies. These fragments can Merge.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Cold] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -7548,39 +8940,39 @@ skills["PermafrostBoltsPlayer"] = { [5] = { baseMultiplier = 0.24, levelRequirement = 0, }, [6] = { baseMultiplier = 0.26, levelRequirement = 0, }, [7] = { baseMultiplier = 0.28, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.3, levelRequirement = 0, }, - [9] = { baseMultiplier = 0.32, levelRequirement = 0, }, - [10] = { baseMultiplier = 0.34, levelRequirement = 0, }, - [11] = { baseMultiplier = 0.36, levelRequirement = 0, }, - [12] = { baseMultiplier = 0.38, levelRequirement = 0, }, - [13] = { baseMultiplier = 0.4, levelRequirement = 0, }, - [14] = { baseMultiplier = 0.42, levelRequirement = 0, }, - [15] = { baseMultiplier = 0.45, levelRequirement = 0, }, - [16] = { baseMultiplier = 0.48, levelRequirement = 0, }, - [17] = { baseMultiplier = 0.51, levelRequirement = 0, }, - [18] = { baseMultiplier = 0.54, levelRequirement = 0, }, - [19] = { baseMultiplier = 0.58, levelRequirement = 0, }, - [20] = { baseMultiplier = 0.62, levelRequirement = 0, }, - [21] = { baseMultiplier = 0.66, levelRequirement = 0, }, - [22] = { baseMultiplier = 0.7, levelRequirement = 0, }, - [23] = { baseMultiplier = 0.75, levelRequirement = 0, }, - [24] = { baseMultiplier = 0.8, levelRequirement = 0, }, - [25] = { baseMultiplier = 0.85, levelRequirement = 0, }, - [26] = { baseMultiplier = 0.91, levelRequirement = 0, }, - [27] = { baseMultiplier = 0.97, levelRequirement = 0, }, - [28] = { baseMultiplier = 1.03, levelRequirement = 0, }, - [29] = { baseMultiplier = 1.1, levelRequirement = 0, }, - [30] = { baseMultiplier = 1.17, levelRequirement = 0, }, - [31] = { baseMultiplier = 1.25, levelRequirement = 0, }, - [32] = { baseMultiplier = 1.34, levelRequirement = 0, }, - [33] = { baseMultiplier = 1.42, levelRequirement = 0, }, - [34] = { baseMultiplier = 1.52, levelRequirement = 0, }, - [35] = { baseMultiplier = 1.62, levelRequirement = 0, }, - [36] = { baseMultiplier = 1.73, levelRequirement = 0, }, - [37] = { baseMultiplier = 1.84, levelRequirement = 0, }, - [38] = { baseMultiplier = 1.97, levelRequirement = 0, }, - [39] = { baseMultiplier = 2.1, levelRequirement = 0, }, - [40] = { baseMultiplier = 2.24, levelRequirement = 0, }, + [8] = { baseMultiplier = 0.29, levelRequirement = 0, }, + [9] = { baseMultiplier = 0.31, levelRequirement = 0, }, + [10] = { baseMultiplier = 0.32, levelRequirement = 0, }, + [11] = { baseMultiplier = 0.34, levelRequirement = 0, }, + [12] = { baseMultiplier = 0.35, levelRequirement = 0, }, + [13] = { baseMultiplier = 0.37, levelRequirement = 0, }, + [14] = { baseMultiplier = 0.38, levelRequirement = 0, }, + [15] = { baseMultiplier = 0.4, levelRequirement = 0, }, + [16] = { baseMultiplier = 0.42, levelRequirement = 0, }, + [17] = { baseMultiplier = 0.44, levelRequirement = 0, }, + [18] = { baseMultiplier = 0.45, levelRequirement = 0, }, + [19] = { baseMultiplier = 0.47, levelRequirement = 0, }, + [20] = { baseMultiplier = 0.49, levelRequirement = 0, }, + [21] = { baseMultiplier = 0.51, levelRequirement = 0, }, + [22] = { baseMultiplier = 0.54, levelRequirement = 0, }, + [23] = { baseMultiplier = 0.56, levelRequirement = 0, }, + [24] = { baseMultiplier = 0.58, levelRequirement = 0, }, + [25] = { baseMultiplier = 0.61, levelRequirement = 0, }, + [26] = { baseMultiplier = 0.63, levelRequirement = 0, }, + [27] = { baseMultiplier = 0.66, levelRequirement = 0, }, + [28] = { baseMultiplier = 0.69, levelRequirement = 0, }, + [29] = { baseMultiplier = 0.71, levelRequirement = 0, }, + [30] = { baseMultiplier = 0.74, levelRequirement = 0, }, + [31] = { baseMultiplier = 0.78, levelRequirement = 0, }, + [32] = { baseMultiplier = 0.81, levelRequirement = 0, }, + [33] = { baseMultiplier = 0.84, levelRequirement = 0, }, + [34] = { baseMultiplier = 0.88, levelRequirement = 0, }, + [35] = { baseMultiplier = 0.91, levelRequirement = 0, }, + [36] = { baseMultiplier = 0.95, levelRequirement = 0, }, + [37] = { baseMultiplier = 0.99, levelRequirement = 0, }, + [38] = { baseMultiplier = 1.03, levelRequirement = 0, }, + [39] = { baseMultiplier = 1.08, levelRequirement = 0, }, + [40] = { baseMultiplier = 1.12, levelRequirement = 0, }, }, statSets = { [1] = { @@ -7621,48 +9013,49 @@ skills["PermafrostBoltsPlayer"] = { "cannot_cancel_skill_before_contact_point", "can_perform_skill_while_moving", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 80, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 84, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 88, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 92, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 96, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 100, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 104, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 108, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 112, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 116, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 120, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 124, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 128, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 132, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 136, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 140, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 144, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 148, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 152, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 156, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 160, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 164, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 168, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 172, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 176, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 180, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 184, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 188, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 192, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 196, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 198, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 200, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 202, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 204, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 206, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 208, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 210, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 212, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 214, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 216, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 200, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 216, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 232, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 248, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 264, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 280, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 296, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 312, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 328, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 344, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 360, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 376, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 392, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 408, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 424, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 440, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 456, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 472, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 488, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 504, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 520, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 536, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 552, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 568, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 584, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 600, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 616, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 632, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 648, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 664, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 680, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 696, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 712, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 728, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 744, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 760, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 776, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 792, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 808, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 824, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -7672,7 +9065,7 @@ skills["PlasmaBlastAmmoPlayer"] = { baseTypeName = "Load Plasma Blast", color = 1, description = "Load your Crossbow with unstable bolts that require a lengthy charging period to fire but deal devastating damage, Pierce through enemies, and explode upon hitting terrain. Additional Projectiles are fired in a spread, unlike other Crossbow Skills.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -7681,45 +9074,45 @@ skills["PlasmaBlastAmmoPlayer"] = { }, levels = { [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 22, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 25, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 28, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 31, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 34, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 38, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 42, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 47, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 52, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 57, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 64, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 71, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 78, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 87, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 21, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 24, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 27, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 30, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 34, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 38, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 42, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 47, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 52, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 57, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 63, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 69, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 75, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 82, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 89, }, }, [17] = { levelRequirement = 72, cost = { Mana = 96, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 107, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 118, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 131, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 145, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 161, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 179, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 198, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 219, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 243, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 269, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 299, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 331, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 367, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 407, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 451, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 499, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 553, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 613, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 680, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 753, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 835, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 925, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1025, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 104, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 113, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 122, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 132, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 142, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 153, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 165, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 177, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 190, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 204, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 218, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 234, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 250, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 268, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 286, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 306, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 326, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 348, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 371, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 396, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 421, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 449, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 477, }, }, }, statSets = { [1] = { @@ -7731,9 +9124,6 @@ skills["PlasmaBlastAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", @@ -7741,6 +9131,7 @@ skills["PlasmaBlastAmmoPlayer"] = { "base_deal_no_damage", "display_statset_hide_usage_stats", "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -7791,7 +9182,7 @@ skills["PlasmaBlastPlayer"] = { name = "Plasma Blast", hidden = true, description = "Channel to charge an unstable bolt. The bolt deals devastating damage and explodes on hitting terrain, but cannot be fired at all unless fully charged. Additional Projectiles are fired in a spread, unlike other Crossbow Skills.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Totemable] = true, [SkillType.Channel] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Totemable] = true, [SkillType.Channel] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -7853,17 +9244,17 @@ skills["PlasmaBlastPlayer"] = { }, constantStats = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 70 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "crossbow_barrage_recoil_per_shot", 2 }, { "crossbow_barrage_total_recoil_buff_count", 8 }, { "crossbow_barrage_debuff_duration_ms", 300 }, { "base_knockback_distance", 400 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "active_skill_shock_chance_+%_final", 30 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "total_attack_time_+_ms", 2000 }, { "channel_end_duration_as_%_of_attack_time", 35 }, + { "active_skill_shock_effect_+%_final", 50 }, }, stats = { "base_is_projectile", @@ -7876,6 +9267,7 @@ skills["PlasmaBlastPlayer"] = { "disable_visual_hit_effect", "can_perform_skill_while_moving", "always_pierce", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -7932,16 +9324,16 @@ skills["PlasmaBlastPlayer"] = { }, constantStats = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 70 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "crossbow_barrage_recoil_per_shot", 2 }, { "crossbow_barrage_total_recoil_buff_count", 8 }, { "crossbow_barrage_debuff_duration_ms", 300 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "active_skill_shock_chance_+%_final", 30 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "channel_end_duration_as_%_of_attack_time", 35 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 30 }, + { "active_skill_shock_effect_+%_final", 50 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 20 }, { "active_skill_base_area_of_effect_radius", 32 }, }, stats = { @@ -7953,6 +9345,7 @@ skills["PlasmaBlastPlayer"] = { "projectile_uses_contact_direction", "check_for_targets_between_initiator_and_projectile_source", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", }, @@ -8005,8 +9398,8 @@ skills["RapidShotAmmoPlayer"] = { name = "Load Rapid Shot", baseTypeName = "Load Rapid Shot", color = 1, - description = "Load your Crossbow with a large clip of heavily modified bolts that cause Heat to build up on your crossbow, before unleashing a stream of flaming bolts that gain Fire Damage based on your Heat. Heat also grants bonus damage to Grenades you fire, but dissipates rapidly when not building up. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with a large clip of heated bolts. Heat builds up on your Crossbow as you fire them, and reaching maximum Heat will prevent you from firing or reloading these bolts for a short time. However, other Skills can Consume Heat for extra benefits. Using this Skill again reloads the clip.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8014,46 +9407,46 @@ skills["RapidShotAmmoPlayer"] = { qualityStats = { }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 28, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 27, }, }, [2] = { levelRequirement = 3, cost = { Mana = 31, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 34, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 38, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 42, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 47, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 52, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 58, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 64, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 71, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 79, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 87, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 97, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 108, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 119, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 132, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 36, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 41, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 46, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 52, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 58, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 65, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 72, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 79, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 87, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 95, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 104, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 114, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 124, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 135, }, }, [17] = { levelRequirement = 72, cost = { Mana = 147, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 162, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 180, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 200, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 221, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 245, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 272, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 301, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 334, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 370, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 410, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 454, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 503, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 558, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 618, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 685, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 759, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 841, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 932, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 1033, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 1145, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1269, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1406, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1558, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 159, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 172, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 186, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 201, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 216, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 233, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 251, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 269, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 310, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 332, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 356, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 381, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 407, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 435, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 465, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 496, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 530, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 565, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 602, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 641, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 682, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 726, }, }, }, statSets = { [1] = { @@ -8064,59 +9457,57 @@ skills["RapidShotAmmoPlayer"] = { }, constantStats = { { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "active_skill_reload_speed_+%_final", -50 }, + { "base_number_of_crossbow_bolts", 100 }, }, stats = { - "base_number_of_crossbow_bolts", "action_can_be_used_in_aiming_stance", "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { - [1] = { 40, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 42, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 45, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 47, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 50, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 52, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 55, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 57, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 60, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 65, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 67, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 70, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 72, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 75, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 77, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 80, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 82, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 85, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 87, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 90, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 92, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 95, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 97, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 100, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 102, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 105, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 107, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 110, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 112, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 115, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 117, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 120, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 122, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 125, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 127, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 130, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 132, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 135, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 137, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -8124,63 +9515,61 @@ skills["RapidShotAmmoPlayer"] = { skills["RapidShotPlayer"] = { name = "Rapid Shot", hidden = true, - description = "Fire heavily modified bolts that cause Heat to build up on your crossbow. Using this skill causes an initial buildup of Heat before unleashing a stream of flaming bolts that gain Fire Damage based on your Heat. Heat also grants bonus damage to Grenades you fire, but dissipates rapidly when not building up. Can fire a large number of bolts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Fire] = true, }, + description = "Fire a stream of heated bolts. Heat builds up on your Crossbow as you fire, and reaching maximum heat will prevent you from firing these bolts for a short time. However, other Skills can Consume Heat for extra benefits.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Fire] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, castTime = 1, qualityStats = { - { "rapid_shot_maximum_num_of_stacks", 0.25 }, + { "maximum_number_of_crossbow_heat_stacks", 0.75 }, }, levels = { - [1] = { attackSpeedMultiplier = 450, baseMultiplier = 0.15, levelRequirement = 0, }, - [2] = { attackSpeedMultiplier = 450, baseMultiplier = 0.16, levelRequirement = 0, }, - [3] = { attackSpeedMultiplier = 450, baseMultiplier = 0.18, levelRequirement = 0, }, - [4] = { attackSpeedMultiplier = 450, baseMultiplier = 0.2, levelRequirement = 0, }, - [5] = { attackSpeedMultiplier = 450, baseMultiplier = 0.21, levelRequirement = 0, }, - [6] = { attackSpeedMultiplier = 450, baseMultiplier = 0.23, levelRequirement = 0, }, - [7] = { attackSpeedMultiplier = 450, baseMultiplier = 0.25, levelRequirement = 0, }, - [8] = { attackSpeedMultiplier = 450, baseMultiplier = 0.26, levelRequirement = 0, }, - [9] = { attackSpeedMultiplier = 450, baseMultiplier = 0.27, levelRequirement = 0, }, - [10] = { attackSpeedMultiplier = 450, baseMultiplier = 0.29, levelRequirement = 0, }, - [11] = { attackSpeedMultiplier = 450, baseMultiplier = 0.3, levelRequirement = 0, }, - [12] = { attackSpeedMultiplier = 450, baseMultiplier = 0.32, levelRequirement = 0, }, - [13] = { attackSpeedMultiplier = 450, baseMultiplier = 0.33, levelRequirement = 0, }, - [14] = { attackSpeedMultiplier = 450, baseMultiplier = 0.35, levelRequirement = 0, }, - [15] = { attackSpeedMultiplier = 450, baseMultiplier = 0.37, levelRequirement = 0, }, - [16] = { attackSpeedMultiplier = 450, baseMultiplier = 0.38, levelRequirement = 0, }, - [17] = { attackSpeedMultiplier = 450, baseMultiplier = 0.4, levelRequirement = 0, }, - [18] = { attackSpeedMultiplier = 450, baseMultiplier = 0.42, levelRequirement = 0, }, - [19] = { attackSpeedMultiplier = 450, baseMultiplier = 0.45, levelRequirement = 0, }, - [20] = { attackSpeedMultiplier = 450, baseMultiplier = 0.47, levelRequirement = 0, }, - [21] = { attackSpeedMultiplier = 450, baseMultiplier = 0.49, levelRequirement = 0, }, - [22] = { attackSpeedMultiplier = 450, baseMultiplier = 0.52, levelRequirement = 0, }, - [23] = { attackSpeedMultiplier = 450, baseMultiplier = 0.54, levelRequirement = 0, }, - [24] = { attackSpeedMultiplier = 450, baseMultiplier = 0.57, levelRequirement = 0, }, - [25] = { attackSpeedMultiplier = 450, baseMultiplier = 0.6, levelRequirement = 0, }, - [26] = { attackSpeedMultiplier = 450, baseMultiplier = 0.63, levelRequirement = 0, }, - [27] = { attackSpeedMultiplier = 450, baseMultiplier = 0.66, levelRequirement = 0, }, - [28] = { attackSpeedMultiplier = 450, baseMultiplier = 0.69, levelRequirement = 0, }, - [29] = { attackSpeedMultiplier = 450, baseMultiplier = 0.73, levelRequirement = 0, }, - [30] = { attackSpeedMultiplier = 450, baseMultiplier = 0.76, levelRequirement = 0, }, - [31] = { attackSpeedMultiplier = 450, baseMultiplier = 0.8, levelRequirement = 0, }, - [32] = { attackSpeedMultiplier = 450, baseMultiplier = 0.84, levelRequirement = 0, }, - [33] = { attackSpeedMultiplier = 450, baseMultiplier = 0.88, levelRequirement = 0, }, - [34] = { attackSpeedMultiplier = 450, baseMultiplier = 0.93, levelRequirement = 0, }, - [35] = { attackSpeedMultiplier = 450, baseMultiplier = 0.97, levelRequirement = 0, }, - [36] = { attackSpeedMultiplier = 450, baseMultiplier = 1.02, levelRequirement = 0, }, - [37] = { attackSpeedMultiplier = 450, baseMultiplier = 1.07, levelRequirement = 0, }, - [38] = { attackSpeedMultiplier = 450, baseMultiplier = 1.13, levelRequirement = 0, }, - [39] = { attackSpeedMultiplier = 450, baseMultiplier = 1.18, levelRequirement = 0, }, - [40] = { attackSpeedMultiplier = 450, baseMultiplier = 1.24, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = 450, baseMultiplier = 0.26, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = 450, baseMultiplier = 0.29, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = 450, baseMultiplier = 0.31, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = 450, baseMultiplier = 0.34, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = 450, baseMultiplier = 0.37, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = 450, baseMultiplier = 0.4, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = 450, baseMultiplier = 0.43, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = 450, baseMultiplier = 0.46, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = 450, baseMultiplier = 0.49, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = 450, baseMultiplier = 0.51, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = 450, baseMultiplier = 0.54, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = 450, baseMultiplier = 0.58, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = 450, baseMultiplier = 0.61, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = 450, baseMultiplier = 0.65, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = 450, baseMultiplier = 0.69, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = 450, baseMultiplier = 0.73, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = 450, baseMultiplier = 0.78, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = 450, baseMultiplier = 0.83, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = 450, baseMultiplier = 0.88, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = 450, baseMultiplier = 0.94, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = 450, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = 450, baseMultiplier = 1.07, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = 450, baseMultiplier = 1.14, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = 450, baseMultiplier = 1.22, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = 450, baseMultiplier = 1.3, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = 450, baseMultiplier = 1.39, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = 450, baseMultiplier = 1.48, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = 450, baseMultiplier = 1.58, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = 450, baseMultiplier = 1.68, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = 450, baseMultiplier = 1.79, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = 450, baseMultiplier = 1.91, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = 450, baseMultiplier = 2.04, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = 450, baseMultiplier = 2.18, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = 450, baseMultiplier = 2.32, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = 450, baseMultiplier = 2.48, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = 450, baseMultiplier = 2.64, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = 450, baseMultiplier = 2.82, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = 450, baseMultiplier = 3.01, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = 450, baseMultiplier = 3.21, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = 450, baseMultiplier = 3.42, levelRequirement = 0, }, }, statSets = { [1] = { label = "Projectile", - baseEffectiveness = 0.33000001311302, - incrementalEffectiveness = 0.027599999681115, - damageIncrementalEffectiveness = 0.010739999823272, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "rapid_shot_incendiary", baseFlags = { attack = true, @@ -8189,8 +9578,6 @@ skills["RapidShotPlayer"] = { constantStats = { { "action_required_target_facing_angle_tolerance_degrees", 60 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, - { "incendiary_rapid_shot_buff_decay_per_stack_ms", 200 }, - { "rapid_shot_minimum_stacks_required_to_fire", 1 }, { "active_skill_override_turn_duration_ms", 100 }, { "active_skill_facing_angle_turn_duration_ms", 100 }, { "crossbow_barrage_recoil_per_shot", 1 }, @@ -8199,13 +9586,10 @@ skills["RapidShotPlayer"] = { { "base_knockback_distance", 30 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "rapid_shot_charge_up_time_as_%_of_attack_time", 800 }, - { "rapid_shot_heat_gained_per_minue_while_performing", 240 }, - { "rapid_shot_all_damage_%_to_gain_as_fire_per_stack", 7 }, - { "rapid_shot_next_grenade_all_damage_%_to_gain_as_fire_per_stack", 6 }, + { "skill_specific_stat_description_mode", 10000 }, }, stats = { - "rapid_shot_maximum_num_of_stacks", + "maximum_number_of_crossbow_heat_stacks", "base_is_projectile", "has_modular_projectiles_enabled", "action_requires_aiming_stance", @@ -8218,48 +9602,49 @@ skills["RapidShotPlayer"] = { "action_do_not_face_target", "can_perform_skill_while_moving", "quality_display_rapid_shot_maximum_num_of_stacks_is_gem", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 15, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 15, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 16, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 16, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 17, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 18, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 19, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 19, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 20, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 21, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 21, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 22, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 22, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 23, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 23, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 24, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 24, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 25, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 25, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 26, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 26, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 27, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 27, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 28, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 28, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 29, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 29, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 30, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 30, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 31, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 31, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 32, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 32, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 33, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 33, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 34, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 34, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 26, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 27, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 28, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 29, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 30, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 31, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 32, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 33, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 34, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 35, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 36, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 37, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 38, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 40, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 41, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 42, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 43, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 44, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 45, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 46, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 47, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 48, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 49, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 50, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 51, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 52, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 53, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 54, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 55, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 56, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 57, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 58, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 59, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 60, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 61, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 62, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 63, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 64, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 65, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -8268,8 +9653,8 @@ skills["ShockburstRoundsAmmoPlayer"] = { name = "Load Shockburst Rounds", baseTypeName = "Load Shockburst Rounds", color = 1, - description = "Load your Crossbow with a clip of charged bolts which release damaging pulses upon Hitting an enemy affected by a Lightning Ailment. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with a clip of charged bolts which release damaging pulses upon Hitting an enemy affected by a Lightning Ailment. Using this Skill again reloads the clip.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8278,46 +9663,46 @@ skills["ShockburstRoundsAmmoPlayer"] = { { "base_number_of_crossbow_bolts", 0.2 }, }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 15, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 28, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 31, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 34, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 38, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 42, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 47, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 52, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 58, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 64, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 71, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 17, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 19, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 22, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 25, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 28, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 31, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 35, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 38, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 42, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 46, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 51, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 56, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 61, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 67, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 72, }, }, [17] = { levelRequirement = 72, cost = { Mana = 79, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 87, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 97, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 107, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 119, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 131, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 146, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 162, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 179, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 199, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 220, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 244, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 270, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 300, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 332, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 368, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 408, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 452, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 501, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 555, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 615, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 682, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 755, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 837, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 85, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 92, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 100, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 108, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 116, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 125, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 134, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 144, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 155, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 191, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 204, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 234, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 250, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 266, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 284, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 303, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 323, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 366, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 390, }, }, }, statSets = { [1] = { @@ -8328,9 +9713,6 @@ skills["ShockburstRoundsAmmoPlayer"] = { }, constantStats = { { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, { "active_skill_reload_speed_+%_final", -20 }, }, stats = { @@ -8340,6 +9722,7 @@ skills["ShockburstRoundsAmmoPlayer"] = { "base_deal_no_damage", "display_statset_hide_usage_stats", "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { [1] = { 10, statInterpolation = { 1, }, actorLevel = 1, }, @@ -8390,7 +9773,7 @@ skills["ShockburstRoundsPlayer"] = { name = "Shockburst Rounds", hidden = true, description = "Rapidly fire charged bolts which release damaging pulses upon Hitting an enemy affected by a Lightning Ailment. Can fire a limited number of bolts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Lightning] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Lightning] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8473,6 +9856,7 @@ skills["ShockburstRoundsPlayer"] = { "action_do_not_face_target", "can_perform_skill_while_moving", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -8552,50 +9936,51 @@ skills["ShockburstRoundsPlayer"] = { "action_do_not_face_target", "can_perform_skill_while_moving", "never_shock", + "precise_cursor_targeting_uses_contact_point_height_offset", "is_area_damage", "display_statset_hide_usage_stats", }, levels = { - [1] = { baseMultiplier = 0.35, actorLevel = 1, }, - [2] = { baseMultiplier = 0.38, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.42, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.46, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.5, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.54, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.58, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.62, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.65, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.69, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 0.73, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 0.78, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 0.82, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 0.87, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 0.93, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 0.98, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.05, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.12, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.19, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.27, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.35, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 1.44, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 1.54, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 1.64, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 1.75, actorLevel = 136.875, }, - [26] = { baseMultiplier = 1.87, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 1.99, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 2.12, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 2.27, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 2.42, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 2.58, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 2.75, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 2.93, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 3.13, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 3.34, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 3.56, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 3.79, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 4.05, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 4.32, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 4.6, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.3, actorLevel = 1, }, + [2] = { baseMultiplier = 0.33, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.36, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.4, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.43, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.46, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.5, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.53, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.56, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.59, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 0.63, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 0.66, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 0.7, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 0.75, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 0.79, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 0.84, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 0.9, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 0.96, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.02, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.09, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.16, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 1.24, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 1.32, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 1.41, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 1.5, actorLevel = 136.875, }, + [26] = { baseMultiplier = 1.6, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 1.71, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 1.82, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 1.94, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 2.07, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 2.21, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 2.36, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 2.51, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 2.68, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 2.86, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 3.05, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 3.25, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 3.47, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 3.7, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 3.95, actorLevel = 288.29998779297, }, }, }, } @@ -8605,7 +9990,7 @@ skills["SiegeCascadeAmmoPlayer"] = { baseTypeName = "Load Siege Cascade", color = 1, description = "Load your Crossbow with enemy-seeking payloads which are fired into the air, dropping a bolt near every enemy in the target area. These bolts lodge in the ground and explode after a short delay.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8615,44 +10000,44 @@ skills["SiegeCascadeAmmoPlayer"] = { levels = { [1] = { levelRequirement = 0, cost = { Mana = 12, }, }, [2] = { levelRequirement = 3, cost = { Mana = 13, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 15, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 16, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 18, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 20, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 23, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 25, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 28, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 31, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 34, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 38, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 42, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 47, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 52, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 58, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 16, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 18, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 20, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 23, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 25, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 28, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 31, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 34, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 38, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 41, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 45, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 50, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 54, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 59, }, }, [17] = { levelRequirement = 72, cost = { Mana = 64, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 71, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 79, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 87, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 97, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 107, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 119, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 132, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 146, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 162, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 179, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 199, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 220, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 244, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 270, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 300, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 332, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 368, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 408, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 452, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 501, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 555, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 615, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 682, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 69, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 75, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 81, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 88, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 94, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 102, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 109, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 118, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 126, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 135, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 145, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 155, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 166, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 190, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 203, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 217, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 231, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 247, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 263, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 280, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 298, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 317, }, }, }, statSets = { [1] = { @@ -8664,9 +10049,6 @@ skills["SiegeCascadeAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 1 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, { "active_skill_reload_speed_+%_final", -30 }, }, stats = { @@ -8675,6 +10057,7 @@ skills["SiegeCascadeAmmoPlayer"] = { "can_perform_skill_while_moving", "base_deal_no_damage", "display_statset_hide_usage_stats", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -8725,7 +10108,7 @@ skills["SiegeCascadePlayer"] = { name = "Siege Cascade", hidden = true, description = "Aim skyward and fires an enemy-seeking payload which drops a bolt near every enemy in the target area. These bolts lodge in the ground and explode after a short delay.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Fire] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8734,46 +10117,46 @@ skills["SiegeCascadePlayer"] = { { "active_skill_damage_+%_final_vs_immobilised_enemies", 4 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.25, levelRequirement = 0, }, - [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.27, levelRequirement = 0, }, - [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.3, levelRequirement = 0, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.33, levelRequirement = 0, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.36, levelRequirement = 0, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.39, levelRequirement = 0, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.42, levelRequirement = 0, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.44, levelRequirement = 0, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.47, levelRequirement = 0, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.49, levelRequirement = 0, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.52, levelRequirement = 0, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.55, levelRequirement = 0, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.59, levelRequirement = 0, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 0.62, levelRequirement = 0, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 0, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 0.7, levelRequirement = 0, }, - [17] = { attackSpeedMultiplier = -25, baseMultiplier = 0.75, levelRequirement = 0, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 0.8, levelRequirement = 0, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 0.85, levelRequirement = 0, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 0.91, levelRequirement = 0, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 0.97, levelRequirement = 0, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.03, levelRequirement = 0, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 0, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.17, levelRequirement = 0, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 0, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 0, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 1.42, levelRequirement = 0, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 0, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 1.62, levelRequirement = 0, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 1.73, levelRequirement = 0, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 1.84, levelRequirement = 0, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 1.96, levelRequirement = 0, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 2.09, levelRequirement = 0, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 2.23, levelRequirement = 0, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 2.38, levelRequirement = 0, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 2.54, levelRequirement = 0, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 2.71, levelRequirement = 0, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 2.89, levelRequirement = 0, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 3.08, levelRequirement = 0, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 3.29, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.4, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.44, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.48, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.53, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.57, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 0.62, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 0.66, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 0.71, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 0.75, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 0.79, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 0.84, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 0.89, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 0.94, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = -25, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.06, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.13, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = -25, baseMultiplier = 1.2, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 1.27, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 1.36, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 1.45, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 1.55, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 1.65, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 1.76, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 1.88, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 2, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 2.28, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 2.43, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 2.59, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 2.76, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 2.95, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 3.14, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 3.35, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 3.57, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 3.81, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 4.07, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 4.34, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 4.63, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 4.93, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 5.26, levelRequirement = 0, }, }, statSets = { [1] = { @@ -8794,15 +10177,12 @@ skills["SiegeCascadePlayer"] = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, { "base_number_of_projectiles", 1 }, { "siege_cascade_fall_time_ms", 500 }, - { "active_skill_damage_+%_final_vs_immobilised_enemies", 200 }, { "active_skill_base_area_of_effect_radius", 40 }, - { "active_skill_base_secondary_area_of_effect_radius", 5 }, + { "active_skill_base_secondary_area_of_effect_radius", 4 }, { "siege_cascade_visual_fall_time_delay_%", 70 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, - { "active_skill_hit_damage_stun_multiplier_+%_final", -100 }, }, stats = { "base_is_projectile", @@ -8874,16 +10254,13 @@ skills["SiegeCascadePlayer"] = { { "action_required_target_facing_angle_tolerance_degrees", 90 }, { "base_number_of_projectiles", 1 }, { "siege_cascade_fall_time_ms", 500 }, - { "active_skill_damage_+%_final_vs_immobilised_enemies", 200 }, { "active_skill_base_area_of_effect_radius", 40 }, - { "active_skill_base_secondary_area_of_effect_radius", 5 }, + { "active_skill_base_secondary_area_of_effect_radius", 4 }, { "siege_cascade_visual_fall_time_delay_%", 70 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, - { "active_skill_hit_damage_stun_multiplier_+%_final", -100 }, - { "active_skill_base_secondary_area_of_effect_radius", 5 }, + { "active_skill_base_secondary_area_of_effect_radius", 4 }, }, stats = { "base_is_projectile", @@ -8895,46 +10272,46 @@ skills["SiegeCascadePlayer"] = { "quality_display_active_skill_damage_+%_final_vs_immobilised_enemies_is_gem", }, levels = { - [1] = { baseMultiplier = 1.1, actorLevel = 1, }, - [2] = { baseMultiplier = 1.21, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.33, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.45, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.58, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.7, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.83, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.95, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 2.06, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 2.17, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.3, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.44, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.58, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 2.74, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 2.91, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 3.09, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 3.29, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.51, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 3.74, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 3.98, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 4.25, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 4.53, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 4.83, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 5.16, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 5.5, actorLevel = 136.875, }, - [26] = { baseMultiplier = 5.87, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 6.26, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 6.67, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 7.12, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 7.59, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 8.1, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 8.64, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 9.21, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 9.83, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 10.48, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 11.18, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 11.93, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 12.72, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 13.57, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 14.47, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 1.5, actorLevel = 1, }, + [2] = { baseMultiplier = 1.65, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.82, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.98, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 2.15, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 2.32, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 2.49, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.65, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.8, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.96, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 3.14, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 3.32, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 3.52, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 3.74, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 3.97, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 4.22, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 4.49, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 4.78, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 5.09, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 5.43, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 5.79, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 6.18, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 6.59, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 7.03, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 7.5, actorLevel = 136.875, }, + [26] = { baseMultiplier = 8, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 8.53, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 9.1, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 9.71, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 10.35, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 11.04, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 11.78, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 12.56, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 13.4, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 14.29, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 15.25, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 16.26, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 17.35, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 18.5, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 19.73, actorLevel = 288.29998779297, }, }, }, } @@ -8943,8 +10320,8 @@ skills["StormblastBoltsAmmoPlayer"] = { name = "Load Stormblast Bolts", baseTypeName = "Load Stormblast Bolts", color = 1, - description = "Load your Crossbow with charged bolts that land around the target location and explode if hit by a Detonator Skill. Using this skill again reloads the clip.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Load your Crossbow with charged bolts that land around the target location and explode if hit by a Detonator Skill. Using this Skill again reloads the clip.", + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.ReservesManually] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -8954,44 +10331,44 @@ skills["StormblastBoltsAmmoPlayer"] = { levels = { [1] = { levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { levelRequirement = 3, cost = { Mana = 10, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 14, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 22, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 24, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 27, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 30, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 33, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 36, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 40, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 45, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 12, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 24, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 27, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 29, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 32, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 35, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 39, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 42, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 46, }, }, [17] = { levelRequirement = 72, cost = { Mana = 50, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 55, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 61, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 68, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 75, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 83, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 92, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 113, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 126, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 139, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 155, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 171, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 190, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 210, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 233, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 258, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 286, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 318, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 352, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 390, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 432, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 479, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 531, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 54, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 58, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 63, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 68, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 73, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 79, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 85, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 91, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 98, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 105, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 113, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 121, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 130, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 139, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 148, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 158, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 169, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 180, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 192, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 205, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 218, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 232, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 247, }, }, }, statSets = { [1] = { @@ -9003,9 +10380,6 @@ skills["StormblastBoltsAmmoPlayer"] = { constantStats = { { "base_number_of_crossbow_bolts", 5 }, { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "action_can_be_used_in_aiming_stance", @@ -9014,6 +10388,7 @@ skills["StormblastBoltsAmmoPlayer"] = { "base_deal_no_damage", "display_statset_hide_usage_stats", "quality_display_base_number_of_crossbow_bolts_is_gem", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -9064,7 +10439,7 @@ skills["StormblastBoltsPlayer"] = { name = "Stormblast Bolts", hidden = true, description = "Aims skyward and fires charged bolts that land around the target location, dealing damage and lodging in the ground for a duration. Detonator Skills will cause these bolts to explode. Can fire a limited number of bolts before needing to reload.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Rain] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -9133,7 +10508,7 @@ skills["StormblastBoltsPlayer"] = { { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, { "active_skill_base_area_of_effect_radius", 8 }, { "active_skill_base_secondary_area_of_effect_radius", 35 }, - { "base_skill_effect_duration", 8000 }, + { "base_skill_effect_duration", 10000 }, { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "stormblast_bolts_maximum_active_bolt_count", 30 }, }, @@ -9218,46 +10593,46 @@ skills["StormblastBoltsPlayer"] = { "display_statset_hide_usage_stats", }, levels = { - [1] = { baseMultiplier = 0.95, actorLevel = 1, }, - [2] = { baseMultiplier = 1.05, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 1.16, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 1.27, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 1.38, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 1.49, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 1.61, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 1.73, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 1.83, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 1.95, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 2.08, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 2.22, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 2.37, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 2.53, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 2.71, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 2.9, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 3.11, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 3.35, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 3.6, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 3.88, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 4.18, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 4.5, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 4.85, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 5.22, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 5.63, actorLevel = 136.875, }, - [26] = { baseMultiplier = 6.06, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 6.53, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 7.04, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 7.58, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 8.17, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 8.8, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 9.48, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 10.21, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 11, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 11.85, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 12.77, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 13.75, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 14.81, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 15.96, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 17.19, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 1.15, actorLevel = 1, }, + [2] = { baseMultiplier = 1.27, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.4, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.53, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.67, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.81, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.95, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 2.09, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 2.22, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 2.36, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 2.51, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 2.68, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 2.86, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 3.06, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 3.28, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 3.51, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 3.77, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 4.05, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 4.36, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 4.7, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 5.06, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 5.45, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 5.87, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 6.32, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 6.81, actorLevel = 136.875, }, + [26] = { baseMultiplier = 7.34, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 7.91, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 8.52, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 9.18, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 9.89, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 10.65, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 11.47, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 12.36, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 13.31, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 14.34, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 15.45, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 16.65, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 17.93, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 19.32, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 20.81, actorLevel = 288.29998779297, }, }, }, } @@ -9266,11 +10641,11 @@ skills["MagmaBarrierPlayer"] = { name = "Magma Barrier", baseTypeName = "Magma Barrier", color = 1, - description = "When you raise your Shield it is infused with magma for a short time. Blocking during this time will spray magma at the attacker and grant you an Endurance Charge.", - skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Persistent] = true, }, + description = "While active, increases your Block Chance passively and imbues your Shield with lava over time. When fully imbued, your next Block with your Shield raised will expend the lava to create an explosion, granting you an Endurance Charge.", + skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Persistent] = true, [SkillType.GeneratesCharges] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { - { "igneous_shield_perfect_block_window_time_ms", 10 }, + { "skill_igneous_shield_grants_block_chance_+%", 0.25 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -9318,12 +10693,13 @@ skills["MagmaBarrierPlayer"] = { [1] = { label = "Buff", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "igneous_shield", baseFlags = { }, constantStats = { - { "igneous_shield_perfect_block_window_time_ms", 500 }, - { "igneous_shield_perfect_block_cooldown_ms", 750 }, + { "skill_igneous_shield_grants_block_chance_+%", 25 }, + { "igneous_shield_charge_up_time_ms", 8000 }, + { "igneous_shield_charge_up_time_+%", 0 }, }, stats = { "igneous_shield_gain_endurance_charge_on_block", @@ -9377,58 +10753,58 @@ skills["MagmaBarrierPlayer"] = { skills["MagmaSprayPlayer"] = { name = "Magma Spray", hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.GeneratesCharges] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, levels = { - [1] = { critChance = 5, baseMultiplier = 1.3, levelRequirement = 0, }, - [2] = { critChance = 5, baseMultiplier = 1.43, levelRequirement = 0, }, - [3] = { critChance = 5, baseMultiplier = 1.57, levelRequirement = 0, }, - [4] = { critChance = 5, baseMultiplier = 1.72, levelRequirement = 0, }, - [5] = { critChance = 5, baseMultiplier = 1.86, levelRequirement = 0, }, - [6] = { critChance = 5, baseMultiplier = 2.01, levelRequirement = 0, }, - [7] = { critChance = 5, baseMultiplier = 2.16, levelRequirement = 0, }, - [8] = { critChance = 5, baseMultiplier = 2.3, levelRequirement = 0, }, - [9] = { critChance = 5, baseMultiplier = 2.43, levelRequirement = 0, }, - [10] = { critChance = 5, baseMultiplier = 2.57, levelRequirement = 0, }, - [11] = { critChance = 5, baseMultiplier = 2.72, levelRequirement = 0, }, - [12] = { critChance = 5, baseMultiplier = 2.88, levelRequirement = 0, }, - [13] = { critChance = 5, baseMultiplier = 3.05, levelRequirement = 0, }, - [14] = { critChance = 5, baseMultiplier = 3.24, levelRequirement = 0, }, - [15] = { critChance = 5, baseMultiplier = 3.44, levelRequirement = 0, }, - [16] = { critChance = 5, baseMultiplier = 3.66, levelRequirement = 0, }, - [17] = { critChance = 5, baseMultiplier = 3.89, levelRequirement = 0, }, - [18] = { critChance = 5, baseMultiplier = 4.14, levelRequirement = 0, }, - [19] = { critChance = 5, baseMultiplier = 4.41, levelRequirement = 0, }, - [20] = { critChance = 5, baseMultiplier = 4.71, levelRequirement = 0, }, - [21] = { critChance = 5, baseMultiplier = 5.02, levelRequirement = 0, }, - [22] = { critChance = 5, baseMultiplier = 5.36, levelRequirement = 0, }, - [23] = { critChance = 5, baseMultiplier = 5.71, levelRequirement = 0, }, - [24] = { critChance = 5, baseMultiplier = 6.09, levelRequirement = 0, }, - [25] = { critChance = 5, baseMultiplier = 6.5, levelRequirement = 0, }, - [26] = { critChance = 5, baseMultiplier = 6.93, levelRequirement = 0, }, - [27] = { critChance = 5, baseMultiplier = 7.4, levelRequirement = 0, }, - [28] = { critChance = 5, baseMultiplier = 7.89, levelRequirement = 0, }, - [29] = { critChance = 5, baseMultiplier = 8.41, levelRequirement = 0, }, - [30] = { critChance = 5, baseMultiplier = 8.97, levelRequirement = 0, }, - [31] = { critChance = 5, baseMultiplier = 9.57, levelRequirement = 0, }, - [32] = { critChance = 5, baseMultiplier = 10.21, levelRequirement = 0, }, - [33] = { critChance = 5, baseMultiplier = 10.89, levelRequirement = 0, }, - [34] = { critChance = 5, baseMultiplier = 11.62, levelRequirement = 0, }, - [35] = { critChance = 5, baseMultiplier = 12.39, levelRequirement = 0, }, - [36] = { critChance = 5, baseMultiplier = 13.21, levelRequirement = 0, }, - [37] = { critChance = 5, baseMultiplier = 14.09, levelRequirement = 0, }, - [38] = { critChance = 5, baseMultiplier = 15.03, levelRequirement = 0, }, - [39] = { critChance = 5, baseMultiplier = 16.03, levelRequirement = 0, }, - [40] = { critChance = 5, baseMultiplier = 17.1, levelRequirement = 0, }, + [1] = { critChance = 5, baseMultiplier = 1.7, levelRequirement = 0, }, + [2] = { critChance = 5, baseMultiplier = 1.87, levelRequirement = 0, }, + [3] = { critChance = 5, baseMultiplier = 2.07, levelRequirement = 0, }, + [4] = { critChance = 5, baseMultiplier = 2.27, levelRequirement = 0, }, + [5] = { critChance = 5, baseMultiplier = 2.47, levelRequirement = 0, }, + [6] = { critChance = 5, baseMultiplier = 2.67, levelRequirement = 0, }, + [7] = { critChance = 5, baseMultiplier = 2.88, levelRequirement = 0, }, + [8] = { critChance = 5, baseMultiplier = 3.09, levelRequirement = 0, }, + [9] = { critChance = 5, baseMultiplier = 3.28, levelRequirement = 0, }, + [10] = { critChance = 5, baseMultiplier = 3.49, levelRequirement = 0, }, + [11] = { critChance = 5, baseMultiplier = 3.72, levelRequirement = 0, }, + [12] = { critChance = 5, baseMultiplier = 3.96, levelRequirement = 0, }, + [13] = { critChance = 5, baseMultiplier = 4.23, levelRequirement = 0, }, + [14] = { critChance = 5, baseMultiplier = 4.53, levelRequirement = 0, }, + [15] = { critChance = 5, baseMultiplier = 4.84, levelRequirement = 0, }, + [16] = { critChance = 5, baseMultiplier = 5.19, levelRequirement = 0, }, + [17] = { critChance = 5, baseMultiplier = 5.57, levelRequirement = 0, }, + [18] = { critChance = 5, baseMultiplier = 5.99, levelRequirement = 0, }, + [19] = { critChance = 5, baseMultiplier = 6.44, levelRequirement = 0, }, + [20] = { critChance = 5, baseMultiplier = 6.94, levelRequirement = 0, }, + [21] = { critChance = 5, baseMultiplier = 7.48, levelRequirement = 0, }, + [22] = { critChance = 5, baseMultiplier = 8.06, levelRequirement = 0, }, + [23] = { critChance = 5, baseMultiplier = 8.68, levelRequirement = 0, }, + [24] = { critChance = 5, baseMultiplier = 9.35, levelRequirement = 0, }, + [25] = { critChance = 5, baseMultiplier = 10.07, levelRequirement = 0, }, + [26] = { critChance = 5, baseMultiplier = 10.85, levelRequirement = 0, }, + [27] = { critChance = 5, baseMultiplier = 11.69, levelRequirement = 0, }, + [28] = { critChance = 5, baseMultiplier = 12.59, levelRequirement = 0, }, + [29] = { critChance = 5, baseMultiplier = 13.56, levelRequirement = 0, }, + [30] = { critChance = 5, baseMultiplier = 14.61, levelRequirement = 0, }, + [31] = { critChance = 5, baseMultiplier = 15.74, levelRequirement = 0, }, + [32] = { critChance = 5, baseMultiplier = 16.96, levelRequirement = 0, }, + [33] = { critChance = 5, baseMultiplier = 18.27, levelRequirement = 0, }, + [34] = { critChance = 5, baseMultiplier = 19.68, levelRequirement = 0, }, + [35] = { critChance = 5, baseMultiplier = 21.2, levelRequirement = 0, }, + [36] = { critChance = 5, baseMultiplier = 22.84, levelRequirement = 0, }, + [37] = { critChance = 5, baseMultiplier = 24.61, levelRequirement = 0, }, + [38] = { critChance = 5, baseMultiplier = 26.51, levelRequirement = 0, }, + [39] = { critChance = 5, baseMultiplier = 28.56, levelRequirement = 0, }, + [40] = { critChance = 5, baseMultiplier = 30.77, levelRequirement = 0, }, }, statSets = { [1] = { label = "Magma Spray", - baseEffectiveness = 2.0699999332428, + baseEffectiveness = 1.210000038147, incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "igneous_shield_explosion", baseFlags = { attack = true, area = true, @@ -9436,58 +10812,60 @@ skills["MagmaSprayPlayer"] = { shieldAttack = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 22 }, - { "igneous_shield_explosion_angle_degrees", 180 }, + { "active_skill_base_area_of_effect_radius", 28 }, + { "igneous_shield_explosion_angle_degrees", 157 }, }, stats = { "off_hand_weapon_minimum_fire_damage", "off_hand_weapon_maximum_fire_damage", "off_hand_minimum_added_fire_damage_per_15_shield_armour", "off_hand_maximum_added_fire_damage_per_15_shield_armour", + "off_hand_minimum_added_fire_damage_per_15_shield_evasion", + "off_hand_maximum_added_fire_damage_per_15_shield_evasion", "base_skill_show_average_damage_instead_of_dps", "display_statset_hide_usage_stats", }, levels = { - [1] = { 6, 10, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 11, 16, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 17, 25, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 23, 34, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 29, 44, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 36, 55, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 44, 66, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 52, 78, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 60, 90, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 69, 103, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 78, 116, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 87, 130, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 97, 145, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 107, 160, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 118, 176, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 129, 193, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 140, 210, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 152, 228, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 164, 246, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 177, 265, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 190, 284, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 203, 304, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 217, 325, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 231, 346, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 246, 368, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 261, 391, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 276, 414, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 292, 437, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 308, 462, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 324, 487, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 341, 512, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 359, 538, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 377, 565, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 395, 592, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 413, 620, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 432, 648, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 452, 677, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 471, 707, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 491, 737, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 512, 768, 6, 8, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 4, 6, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6, 9, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 15, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, 20, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 17, 26, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 21, 32, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 38, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 30, 45, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 35, 53, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 40, 60, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 45, 68, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 51, 76, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 57, 85, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 63, 94, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 69, 103, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 75, 113, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 82, 123, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 89, 133, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 96, 144, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 103, 155, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 111, 166, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 119, 178, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 127, 190, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 135, 202, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 144, 215, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 152, 228, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 161, 242, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 170, 256, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 180, 270, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 190, 284, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 200, 299, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 210, 315, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 220, 330, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 231, 346, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 242, 362, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 253, 379, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 264, 396, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 275, 413, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 287, 431, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 299, 449, 6, 8, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -9504,49 +10882,49 @@ skills["MoltenBlastPlayer"] = { }, castTime = 1, qualityStats = { - { "base_inflict_fire_exposure_on_hit_%_chance", 1.5 }, + { "inflict_exposure_on_hit_%_chance", 1.5 }, }, levels = { [1] = { attackSpeedMultiplier = -25, baseMultiplier = 0.65, levelRequirement = 0, cost = { Mana = 6, }, }, [2] = { attackSpeedMultiplier = -25, baseMultiplier = 0.72, levelRequirement = 3, cost = { Mana = 6, }, }, [3] = { attackSpeedMultiplier = -25, baseMultiplier = 0.79, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.87, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.94, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.02, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 12, }, }, - [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 36, cost = { Mana = 15, }, }, - [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.42, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.62, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.73, levelRequirement = 58, cost = { Mana = 23, }, }, - [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.85, levelRequirement = 64, cost = { Mana = 26, }, }, - [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 66, cost = { Mana = 28, }, }, + [4] = { attackSpeedMultiplier = -25, baseMultiplier = 0.87, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -25, baseMultiplier = 0.94, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -25, baseMultiplier = 1.02, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -25, baseMultiplier = 1.1, levelRequirement = 22, cost = { Mana = 12, }, }, + [8] = { attackSpeedMultiplier = -25, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -25, baseMultiplier = 1.25, levelRequirement = 31, cost = { Mana = 15, }, }, + [10] = { attackSpeedMultiplier = -25, baseMultiplier = 1.33, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -25, baseMultiplier = 1.42, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -25, baseMultiplier = 1.52, levelRequirement = 46, cost = { Mana = 20, }, }, + [13] = { attackSpeedMultiplier = -25, baseMultiplier = 1.62, levelRequirement = 52, cost = { Mana = 22, }, }, + [14] = { attackSpeedMultiplier = -25, baseMultiplier = 1.73, levelRequirement = 58, cost = { Mana = 25, }, }, + [15] = { attackSpeedMultiplier = -25, baseMultiplier = 1.85, levelRequirement = 64, cost = { Mana = 27, }, }, + [16] = { attackSpeedMultiplier = -25, baseMultiplier = 1.99, levelRequirement = 66, cost = { Mana = 29, }, }, [17] = { attackSpeedMultiplier = -25, baseMultiplier = 2.13, levelRequirement = 72, cost = { Mana = 32, }, }, - [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.29, levelRequirement = 78, cost = { Mana = 35, }, }, - [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.46, levelRequirement = 84, cost = { Mana = 39, }, }, - [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 43, }, }, - [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 48, }, }, - [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.08, levelRequirement = 90, cost = { Mana = 53, }, }, - [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 59, }, }, - [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 65, }, }, - [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.85, levelRequirement = 90, cost = { Mana = 72, }, }, - [26] = { attackSpeedMultiplier = -25, baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 80, }, }, - [27] = { attackSpeedMultiplier = -25, baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 89, }, }, - [28] = { attackSpeedMultiplier = -25, baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 99, }, }, - [29] = { attackSpeedMultiplier = -25, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 109, }, }, - [30] = { attackSpeedMultiplier = -25, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 121, }, }, - [31] = { attackSpeedMultiplier = -25, baseMultiplier = 6.02, levelRequirement = 90, cost = { Mana = 135, }, }, - [32] = { attackSpeedMultiplier = -25, baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 149, }, }, - [33] = { attackSpeedMultiplier = -25, baseMultiplier = 6.99, levelRequirement = 90, cost = { Mana = 165, }, }, - [34] = { attackSpeedMultiplier = -25, baseMultiplier = 7.53, levelRequirement = 90, cost = { Mana = 183, }, }, - [35] = { attackSpeedMultiplier = -25, baseMultiplier = 8.11, levelRequirement = 90, cost = { Mana = 203, }, }, - [36] = { attackSpeedMultiplier = -25, baseMultiplier = 8.73, levelRequirement = 90, cost = { Mana = 225, }, }, - [37] = { attackSpeedMultiplier = -25, baseMultiplier = 9.41, levelRequirement = 90, cost = { Mana = 249, }, }, - [38] = { attackSpeedMultiplier = -25, baseMultiplier = 10.14, levelRequirement = 90, cost = { Mana = 277, }, }, - [39] = { attackSpeedMultiplier = -25, baseMultiplier = 10.92, levelRequirement = 90, cost = { Mana = 306, }, }, - [40] = { attackSpeedMultiplier = -25, baseMultiplier = 11.76, levelRequirement = 90, cost = { Mana = 340, }, }, + [18] = { attackSpeedMultiplier = -25, baseMultiplier = 2.29, levelRequirement = 78, cost = { Mana = 34, }, }, + [19] = { attackSpeedMultiplier = -25, baseMultiplier = 2.46, levelRequirement = 84, cost = { Mana = 37, }, }, + [20] = { attackSpeedMultiplier = -25, baseMultiplier = 2.65, levelRequirement = 90, cost = { Mana = 40, }, }, + [21] = { attackSpeedMultiplier = -25, baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 43, }, }, + [22] = { attackSpeedMultiplier = -25, baseMultiplier = 3.08, levelRequirement = 90, cost = { Mana = 47, }, }, + [23] = { attackSpeedMultiplier = -25, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 50, }, }, + [24] = { attackSpeedMultiplier = -25, baseMultiplier = 3.57, levelRequirement = 90, cost = { Mana = 54, }, }, + [25] = { attackSpeedMultiplier = -25, baseMultiplier = 3.85, levelRequirement = 90, cost = { Mana = 58, }, }, + [26] = { attackSpeedMultiplier = -25, baseMultiplier = 4.15, levelRequirement = 90, cost = { Mana = 63, }, }, + [27] = { attackSpeedMultiplier = -25, baseMultiplier = 4.47, levelRequirement = 90, cost = { Mana = 67, }, }, + [28] = { attackSpeedMultiplier = -25, baseMultiplier = 4.81, levelRequirement = 90, cost = { Mana = 72, }, }, + [29] = { attackSpeedMultiplier = -25, baseMultiplier = 5.19, levelRequirement = 90, cost = { Mana = 77, }, }, + [30] = { attackSpeedMultiplier = -25, baseMultiplier = 5.59, levelRequirement = 90, cost = { Mana = 83, }, }, + [31] = { attackSpeedMultiplier = -25, baseMultiplier = 6.02, levelRequirement = 90, cost = { Mana = 89, }, }, + [32] = { attackSpeedMultiplier = -25, baseMultiplier = 6.48, levelRequirement = 90, cost = { Mana = 95, }, }, + [33] = { attackSpeedMultiplier = -25, baseMultiplier = 6.99, levelRequirement = 90, cost = { Mana = 101, }, }, + [34] = { attackSpeedMultiplier = -25, baseMultiplier = 7.53, levelRequirement = 90, cost = { Mana = 108, }, }, + [35] = { attackSpeedMultiplier = -25, baseMultiplier = 8.11, levelRequirement = 90, cost = { Mana = 115, }, }, + [36] = { attackSpeedMultiplier = -25, baseMultiplier = 8.73, levelRequirement = 90, cost = { Mana = 123, }, }, + [37] = { attackSpeedMultiplier = -25, baseMultiplier = 9.41, levelRequirement = 90, cost = { Mana = 131, }, }, + [38] = { attackSpeedMultiplier = -25, baseMultiplier = 10.14, levelRequirement = 90, cost = { Mana = 140, }, }, + [39] = { attackSpeedMultiplier = -25, baseMultiplier = 10.92, levelRequirement = 90, cost = { Mana = 149, }, }, + [40] = { attackSpeedMultiplier = -25, baseMultiplier = 11.76, levelRequirement = 90, cost = { Mana = 158, }, }, }, statSets = { [1] = { @@ -9566,6 +10944,8 @@ skills["MoltenBlastPlayer"] = { { "molten_blast_projectile_speed_as_%_of_attack_time", 150 }, { "molten_blast_target_range", 60 }, { "attack_maximum_action_distance_+", 8 }, + { "active_skill_ignite_chance_+%_final", 200 }, + { "active_skill_ignite_duration_+%_final", 100 }, }, stats = { "base_is_projectile", @@ -9573,6 +10953,7 @@ skills["MoltenBlastPlayer"] = { "projectile_uses_contact_position", "check_for_targets_between_initiator_and_projectile_source", "double_number_of_projectiles_from_dual_wielding", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -9630,6 +11011,8 @@ skills["MoltenBlastPlayer"] = { { "projectile_maximum_range_override", 60 }, { "molten_blast_projectile_speed_as_%_of_attack_time", 150 }, { "attack_maximum_action_distance_+", 8 }, + { "active_skill_ignite_chance_+%_final", 200 }, + { "active_skill_ignite_duration_+%_final", 100 }, { "base_number_of_projectiles", 8 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, { "projectile_maximum_range_override", -30 }, @@ -9640,7 +11023,9 @@ skills["MoltenBlastPlayer"] = { "base_is_projectile", "projectile_uses_contact_position", "check_for_targets_between_initiator_and_projectile_source", + "precise_cursor_targeting_uses_contact_point_height_offset", "projectiles_fire_at_ground", + "modifiers_to_projectile_count_do_not_apply", }, levels = { [1] = { baseMultiplier = 0.65, actorLevel = 1, }, @@ -9687,12 +11072,270 @@ skills["MoltenBlastPlayer"] = { }, } } +skills["MetaMortarCannonPlayer"] = { + name = "Mortar Cannon", + baseTypeName = "Mortar Cannon", + color = 1, + description = "Raise a cannon Ballista Totem which uses socketed Grenade Skills, with significantly improved Cooldown Recovery Rate.", + skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Meta] = true, [SkillType.Limit] = true, [SkillType.Grenade] = true, [SkillType.NoAttackInPlace] = true, [SkillType.TotemsAreBallistae] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.UsableWhileMoving] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, + castTime = 1, + qualityStats = { + { "totem_skill_area_of_effect_+%", 1 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 23, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 27, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 30, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 34, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 38, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 42, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 47, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 51, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 57, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 62, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 68, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 74, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 81, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 88, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 95, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 103, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 112, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 121, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 131, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 141, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 163, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 175, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 202, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 217, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 232, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 248, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 284, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 303, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 323, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 345, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 368, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 392, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 418, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 445, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 473, }, }, + }, + statSets = { + [1] = { + label = "Mortar Cannon", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + totem = true, + attack = true, + }, + constantStats = { + { "base_totem_duration", 8000 }, + { "base_totem_range", 120 }, + { "base_number_of_totems_allowed", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "totem_elemental_resistance_%", + "totem_chaos_resistance_%", + "base_skill_summons_totems", + "is_totem", + "skill_is_deploy_skill", + "is_ranged_attack_totem", + "quality_display_base_totem_duration_is_gem", + "can_perform_skill_while_moving", + "display_statset_no_hit_damage", + "totem_targets_ignoring_action_distance", + }, + levels = { + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["SupportMortarCannonPlayer"] = { + name = "SupportMortarCannonPlayer", + hidden = true, + support = true, + requireSkillTypes = { SkillType.Grenade, }, + addSkillTypes = { SkillType.UsedByTotem, }, + excludeSkillTypes = { SkillType.Meta, SkillType.Triggered, SkillType.Channel, SkillType.Persistent, }, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + addFlags = { + totem = true, + }, + statSets = { + [1] = { + label = "SupportMortarCannonPlayer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_gem_stat_descriptions", + statMap = { + ["support_grenade_ballista_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_grenade_ballista_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, + }, + baseFlags = { + }, + baseMods = { + mod("ActiveTotemLimit", "BASE", 1), + }, + constantStats = { + { "skill_disabled_unless_cloned", 2 }, + { "support_grenade_ballista_attack_speed_+%_final", -50 }, + { "grenade_skill_cooldown_speed_+%", 100 }, + { "support_grenade_ballista_damage_+%_final", -50 }, + { "muzzle_flash_animation_index", 1 }, + }, + stats = { + "base_skill_is_totemified", + "base_skill_is_ballistified", + "ignore_muzzle_flash_animation_name_override", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} skills["OilGrenadePlayer"] = { name = "Oil Grenade", baseTypeName = "Oil Grenade", color = 1, description = "Fire a bouncing Grenade that bursts in a spray of Oil when the fuse expires or when it impacts an Enemy, dealing minimal damage but covering the ground and nearby enemies in Oil. Oil created this way can be Ignited by Detonator Skills or Ignited Ground.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -9704,43 +11347,43 @@ skills["OilGrenadePlayer"] = { [1] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.4, cooldown = 5, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.44, cooldown = 5, levelRequirement = 3, cost = { Mana = 10, }, }, [3] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.49, cooldown = 5, levelRequirement = 6, cost = { Mana = 11, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.53, cooldown = 5, levelRequirement = 10, cost = { Mana = 12, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.58, cooldown = 5, levelRequirement = 14, cost = { Mana = 13, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.63, cooldown = 5, levelRequirement = 18, cost = { Mana = 15, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.68, cooldown = 5, levelRequirement = 22, cost = { Mana = 17, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.73, cooldown = 5, levelRequirement = 26, cost = { Mana = 19, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.77, cooldown = 5, levelRequirement = 31, cost = { Mana = 21, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.82, cooldown = 5, levelRequirement = 36, cost = { Mana = 23, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.87, cooldown = 5, levelRequirement = 41, cost = { Mana = 25, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.93, cooldown = 5, levelRequirement = 46, cost = { Mana = 28, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 3, cooldown = 5, levelRequirement = 52, cost = { Mana = 31, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.06, cooldown = 5, levelRequirement = 58, cost = { Mana = 35, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.14, cooldown = 5, levelRequirement = 64, cost = { Mana = 39, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.22, cooldown = 5, levelRequirement = 66, cost = { Mana = 43, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.53, cooldown = 5, levelRequirement = 10, cost = { Mana = 13, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.58, cooldown = 5, levelRequirement = 14, cost = { Mana = 15, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.63, cooldown = 5, levelRequirement = 18, cost = { Mana = 17, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.68, cooldown = 5, levelRequirement = 22, cost = { Mana = 19, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.73, cooldown = 5, levelRequirement = 26, cost = { Mana = 21, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.77, cooldown = 5, levelRequirement = 31, cost = { Mana = 23, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.82, cooldown = 5, levelRequirement = 36, cost = { Mana = 25, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.87, cooldown = 5, levelRequirement = 41, cost = { Mana = 28, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 0.93, cooldown = 5, levelRequirement = 46, cost = { Mana = 31, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 3, cooldown = 5, levelRequirement = 52, cost = { Mana = 34, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.06, cooldown = 5, levelRequirement = 58, cost = { Mana = 37, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.14, cooldown = 5, levelRequirement = 64, cost = { Mana = 40, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.22, cooldown = 5, levelRequirement = 66, cost = { Mana = 44, }, }, [17] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.31, cooldown = 5, levelRequirement = 72, cost = { Mana = 47, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.41, cooldown = 5, levelRequirement = 78, cost = { Mana = 53, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.52, cooldown = 5, levelRequirement = 84, cost = { Mana = 58, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.63, cooldown = 5, levelRequirement = 90, cost = { Mana = 65, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.76, cooldown = 5, levelRequirement = 90, cost = { Mana = 72, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.9, cooldown = 5, levelRequirement = 90, cost = { Mana = 80, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.04, cooldown = 5, levelRequirement = 90, cost = { Mana = 88, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.2, cooldown = 5, levelRequirement = 90, cost = { Mana = 98, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.37, cooldown = 5, levelRequirement = 90, cost = { Mana = 109, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.55, cooldown = 5, levelRequirement = 90, cost = { Mana = 120, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.75, cooldown = 5, levelRequirement = 90, cost = { Mana = 133, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.96, cooldown = 5, levelRequirement = 90, cost = { Mana = 148, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.19, cooldown = 5, levelRequirement = 90, cost = { Mana = 164, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.44, cooldown = 5, levelRequirement = 90, cost = { Mana = 182, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.7, cooldown = 5, levelRequirement = 90, cost = { Mana = 201, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.99, cooldown = 5, levelRequirement = 90, cost = { Mana = 223, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.3, cooldown = 5, levelRequirement = 90, cost = { Mana = 247, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.63, cooldown = 5, levelRequirement = 90, cost = { Mana = 274, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.99, cooldown = 5, levelRequirement = 90, cost = { Mana = 304, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.37, cooldown = 5, levelRequirement = 90, cost = { Mana = 337, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.79, cooldown = 5, levelRequirement = 90, cost = { Mana = 373, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.24, cooldown = 5, levelRequirement = 90, cost = { Mana = 413, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.72, cooldown = 5, levelRequirement = 90, cost = { Mana = 458, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.24, cooldown = 5, levelRequirement = 90, cost = { Mana = 508, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.41, cooldown = 5, levelRequirement = 78, cost = { Mana = 51, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.52, cooldown = 5, levelRequirement = 84, cost = { Mana = 56, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.63, cooldown = 5, levelRequirement = 90, cost = { Mana = 60, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.76, cooldown = 5, levelRequirement = 90, cost = { Mana = 65, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 1.9, cooldown = 5, levelRequirement = 90, cost = { Mana = 70, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.04, cooldown = 5, levelRequirement = 90, cost = { Mana = 76, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.2, cooldown = 5, levelRequirement = 90, cost = { Mana = 81, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.37, cooldown = 5, levelRequirement = 90, cost = { Mana = 87, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.55, cooldown = 5, levelRequirement = 90, cost = { Mana = 94, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.75, cooldown = 5, levelRequirement = 90, cost = { Mana = 101, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 2.96, cooldown = 5, levelRequirement = 90, cost = { Mana = 108, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.19, cooldown = 5, levelRequirement = 90, cost = { Mana = 116, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.44, cooldown = 5, levelRequirement = 90, cost = { Mana = 124, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.7, cooldown = 5, levelRequirement = 90, cost = { Mana = 132, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 3.99, cooldown = 5, levelRequirement = 90, cost = { Mana = 142, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.3, cooldown = 5, levelRequirement = 90, cost = { Mana = 151, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.63, cooldown = 5, levelRequirement = 90, cost = { Mana = 161, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 4.99, cooldown = 5, levelRequirement = 90, cost = { Mana = 172, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.37, cooldown = 5, levelRequirement = 90, cost = { Mana = 184, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 5.79, cooldown = 5, levelRequirement = 90, cost = { Mana = 196, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.24, cooldown = 5, levelRequirement = 90, cost = { Mana = 209, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 6.72, cooldown = 5, levelRequirement = 90, cost = { Mana = 222, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 3, baseMultiplier = 7.24, cooldown = 5, levelRequirement = 90, cost = { Mana = 236, }, }, }, statSets = { [1] = { @@ -9762,11 +11405,11 @@ skills["OilGrenadePlayer"] = { { "base_secondary_skill_effect_duration", 5000 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 80 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "skill_base_covered_in_oil_movement_speed_+%_final_to_apply", -20 }, { "skill_base_ground_oil_movement_speed_+%_final_to_apply", -30 }, - { "skill_base_ground_oil_exposure_-_to_total_fire_resistance", 20 }, - { "skill_base_covered_in_oil_exposure_-_to_total_fire_resistance", 20 }, + { "skill_base_ground_oil_exposure_-_to_total_elemental_resistance", 20 }, + { "skill_base_covered_in_oil_exposure_-_to_total_elemental_resistance", 20 }, { "fixed_projectile_spread", 30 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, }, @@ -9836,8 +11479,7 @@ skills["OverwhelmingPresencePlayer"] = { skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, }, castTime = 1, qualityStats = { - { "skill_overwhelming_pressure_aura_enemy_stun_threshold_+%", -0.25 }, - { "skill_overwhelming_pressure_aura_enemy_ailment_threshold_+%", -0.25 }, + { "aura_effect_+%", 0.75 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -9942,8 +11584,8 @@ skills["PerfectStrikePlayer"] = { name = "Perfect Strike", baseTypeName = "Perfect Strike", color = 1, - description = "Charge up your weapon while channelling. Releasing the moment you fully charge will release a wave of Fire.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Channel] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.PerfectTiming] = true, }, + description = "Channel to charge up your weapon with Fire. Releasing with Perfect Timing will create a damaging wave of intense Fire.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Channel] = true, [SkillType.Fire] = true, [SkillType.Area] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.PerfectTiming] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -9953,46 +11595,46 @@ skills["PerfectStrikePlayer"] = { { "active_skill_ignite_chance_+%_final", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -65, levelRequirement = 0, cost = { ManaPerMinute = 384, }, }, - [2] = { attackSpeedMultiplier = -65, baseMultiplier = 1.1, levelRequirement = 3, cost = { ManaPerMinute = 425, }, }, - [3] = { attackSpeedMultiplier = -65, baseMultiplier = 1.21, levelRequirement = 6, cost = { ManaPerMinute = 471, }, }, - [4] = { attackSpeedMultiplier = -65, baseMultiplier = 1.32, levelRequirement = 10, cost = { ManaPerMinute = 522, }, }, - [5] = { attackSpeedMultiplier = -65, baseMultiplier = 1.42, levelRequirement = 14, cost = { ManaPerMinute = 578, }, }, - [6] = { attackSpeedMultiplier = -65, baseMultiplier = 1.53, levelRequirement = 18, cost = { ManaPerMinute = 641, }, }, - [7] = { attackSpeedMultiplier = -65, baseMultiplier = 1.64, levelRequirement = 22, cost = { ManaPerMinute = 710, }, }, - [8] = { attackSpeedMultiplier = -65, baseMultiplier = 1.74, levelRequirement = 26, cost = { ManaPerMinute = 787, }, }, - [9] = { attackSpeedMultiplier = -65, baseMultiplier = 1.82, levelRequirement = 31, cost = { ManaPerMinute = 872, }, }, - [10] = { attackSpeedMultiplier = -65, baseMultiplier = 1.91, levelRequirement = 36, cost = { ManaPerMinute = 967, }, }, - [11] = { attackSpeedMultiplier = -65, baseMultiplier = 2.01, levelRequirement = 41, cost = { ManaPerMinute = 1071, }, }, - [12] = { attackSpeedMultiplier = -65, baseMultiplier = 2.11, levelRequirement = 46, cost = { ManaPerMinute = 1187, }, }, - [13] = { attackSpeedMultiplier = -65, baseMultiplier = 2.22, levelRequirement = 52, cost = { ManaPerMinute = 1316, }, }, - [14] = { attackSpeedMultiplier = -65, baseMultiplier = 2.33, levelRequirement = 58, cost = { ManaPerMinute = 1458, }, }, - [15] = { attackSpeedMultiplier = -65, baseMultiplier = 2.44, levelRequirement = 64, cost = { ManaPerMinute = 1615, }, }, - [16] = { attackSpeedMultiplier = -65, baseMultiplier = 2.57, levelRequirement = 66, cost = { ManaPerMinute = 1790, }, }, - [17] = { attackSpeedMultiplier = -65, baseMultiplier = 2.69, levelRequirement = 72, cost = { ManaPerMinute = 1984, }, }, - [18] = { attackSpeedMultiplier = -65, baseMultiplier = 2.83, levelRequirement = 78, cost = { ManaPerMinute = 2198, }, }, - [19] = { attackSpeedMultiplier = -65, baseMultiplier = 2.97, levelRequirement = 84, cost = { ManaPerMinute = 2436, }, }, - [20] = { attackSpeedMultiplier = -65, baseMultiplier = 3.12, levelRequirement = 90, cost = { ManaPerMinute = 2699, }, }, - [21] = { attackSpeedMultiplier = -65, baseMultiplier = 3.27, levelRequirement = 90, cost = { ManaPerMinute = 2991, }, }, - [22] = { attackSpeedMultiplier = -65, baseMultiplier = 3.44, levelRequirement = 90, cost = { ManaPerMinute = 3315, }, }, - [23] = { attackSpeedMultiplier = -65, baseMultiplier = 3.61, levelRequirement = 90, cost = { ManaPerMinute = 3673, }, }, - [24] = { attackSpeedMultiplier = -65, baseMultiplier = 3.79, levelRequirement = 90, cost = { ManaPerMinute = 4070, }, }, - [25] = { attackSpeedMultiplier = -65, baseMultiplier = 3.98, levelRequirement = 90, cost = { ManaPerMinute = 4510, }, }, - [26] = { attackSpeedMultiplier = -65, baseMultiplier = 4.18, levelRequirement = 90, cost = { ManaPerMinute = 4998, }, }, - [27] = { attackSpeedMultiplier = -65, baseMultiplier = 4.39, levelRequirement = 90, cost = { ManaPerMinute = 5538, }, }, - [28] = { attackSpeedMultiplier = -65, baseMultiplier = 4.61, levelRequirement = 90, cost = { ManaPerMinute = 6137, }, }, - [29] = { attackSpeedMultiplier = -65, baseMultiplier = 4.84, levelRequirement = 90, cost = { ManaPerMinute = 6800, }, }, - [30] = { attackSpeedMultiplier = -65, baseMultiplier = 5.08, levelRequirement = 90, cost = { ManaPerMinute = 7535, }, }, - [31] = { attackSpeedMultiplier = -65, baseMultiplier = 5.33, levelRequirement = 90, cost = { ManaPerMinute = 8350, }, }, - [32] = { attackSpeedMultiplier = -65, baseMultiplier = 5.6, levelRequirement = 90, cost = { ManaPerMinute = 9252, }, }, - [33] = { attackSpeedMultiplier = -65, baseMultiplier = 5.88, levelRequirement = 90, cost = { ManaPerMinute = 10253, }, }, - [34] = { attackSpeedMultiplier = -65, baseMultiplier = 6.18, levelRequirement = 90, cost = { ManaPerMinute = 11361, }, }, - [35] = { attackSpeedMultiplier = -65, baseMultiplier = 6.48, levelRequirement = 90, cost = { ManaPerMinute = 12589, }, }, - [36] = { attackSpeedMultiplier = -65, baseMultiplier = 6.81, levelRequirement = 90, cost = { ManaPerMinute = 13950, }, }, - [37] = { attackSpeedMultiplier = -65, baseMultiplier = 7.15, levelRequirement = 90, cost = { ManaPerMinute = 15458, }, }, - [38] = { attackSpeedMultiplier = -65, baseMultiplier = 7.51, levelRequirement = 90, cost = { ManaPerMinute = 17129, }, }, - [39] = { attackSpeedMultiplier = -65, baseMultiplier = 7.88, levelRequirement = 90, cost = { ManaPerMinute = 18981, }, }, - [40] = { attackSpeedMultiplier = -65, baseMultiplier = 8.28, levelRequirement = 90, cost = { ManaPerMinute = 21033, }, }, + [1] = { attackSpeedMultiplier = -70, levelRequirement = 0, cost = { ManaPerMinute = 372, }, }, + [2] = { attackSpeedMultiplier = -70, baseMultiplier = 1.1, levelRequirement = 3, cost = { ManaPerMinute = 430, }, }, + [3] = { attackSpeedMultiplier = -70, baseMultiplier = 1.21, levelRequirement = 6, cost = { ManaPerMinute = 493, }, }, + [4] = { attackSpeedMultiplier = -70, baseMultiplier = 1.32, levelRequirement = 10, cost = { ManaPerMinute = 560, }, }, + [5] = { attackSpeedMultiplier = -70, baseMultiplier = 1.42, levelRequirement = 14, cost = { ManaPerMinute = 632, }, }, + [6] = { attackSpeedMultiplier = -70, baseMultiplier = 1.53, levelRequirement = 18, cost = { ManaPerMinute = 709, }, }, + [7] = { attackSpeedMultiplier = -70, baseMultiplier = 1.64, levelRequirement = 22, cost = { ManaPerMinute = 791, }, }, + [8] = { attackSpeedMultiplier = -70, baseMultiplier = 1.74, levelRequirement = 26, cost = { ManaPerMinute = 879, }, }, + [9] = { attackSpeedMultiplier = -70, baseMultiplier = 1.82, levelRequirement = 31, cost = { ManaPerMinute = 973, }, }, + [10] = { attackSpeedMultiplier = -70, baseMultiplier = 1.91, levelRequirement = 36, cost = { ManaPerMinute = 1073, }, }, + [11] = { attackSpeedMultiplier = -70, baseMultiplier = 2.01, levelRequirement = 41, cost = { ManaPerMinute = 1180, }, }, + [12] = { attackSpeedMultiplier = -70, baseMultiplier = 2.11, levelRequirement = 46, cost = { ManaPerMinute = 1294, }, }, + [13] = { attackSpeedMultiplier = -70, baseMultiplier = 2.22, levelRequirement = 52, cost = { ManaPerMinute = 1416, }, }, + [14] = { attackSpeedMultiplier = -70, baseMultiplier = 2.33, levelRequirement = 58, cost = { ManaPerMinute = 1545, }, }, + [15] = { attackSpeedMultiplier = -70, baseMultiplier = 2.44, levelRequirement = 64, cost = { ManaPerMinute = 1683, }, }, + [16] = { attackSpeedMultiplier = -70, baseMultiplier = 2.57, levelRequirement = 66, cost = { ManaPerMinute = 1830, }, }, + [17] = { attackSpeedMultiplier = -70, baseMultiplier = 2.69, levelRequirement = 72, cost = { ManaPerMinute = 1986, }, }, + [18] = { attackSpeedMultiplier = -70, baseMultiplier = 2.83, levelRequirement = 78, cost = { ManaPerMinute = 2151, }, }, + [19] = { attackSpeedMultiplier = -70, baseMultiplier = 2.97, levelRequirement = 84, cost = { ManaPerMinute = 2328, }, }, + [20] = { attackSpeedMultiplier = -70, baseMultiplier = 3.12, levelRequirement = 90, cost = { ManaPerMinute = 2515, }, }, + [21] = { attackSpeedMultiplier = -70, baseMultiplier = 3.27, levelRequirement = 90, cost = { ManaPerMinute = 2714, }, }, + [22] = { attackSpeedMultiplier = -70, baseMultiplier = 3.44, levelRequirement = 90, cost = { ManaPerMinute = 2925, }, }, + [23] = { attackSpeedMultiplier = -70, baseMultiplier = 3.61, levelRequirement = 90, cost = { ManaPerMinute = 3150, }, }, + [24] = { attackSpeedMultiplier = -70, baseMultiplier = 3.79, levelRequirement = 90, cost = { ManaPerMinute = 3387, }, }, + [25] = { attackSpeedMultiplier = -70, baseMultiplier = 3.98, levelRequirement = 90, cost = { ManaPerMinute = 3640, }, }, + [26] = { attackSpeedMultiplier = -70, baseMultiplier = 4.18, levelRequirement = 90, cost = { ManaPerMinute = 3907, }, }, + [27] = { attackSpeedMultiplier = -70, baseMultiplier = 4.39, levelRequirement = 90, cost = { ManaPerMinute = 4191, }, }, + [28] = { attackSpeedMultiplier = -70, baseMultiplier = 4.61, levelRequirement = 90, cost = { ManaPerMinute = 4491, }, }, + [29] = { attackSpeedMultiplier = -70, baseMultiplier = 4.84, levelRequirement = 90, cost = { ManaPerMinute = 4810, }, }, + [30] = { attackSpeedMultiplier = -70, baseMultiplier = 5.08, levelRequirement = 90, cost = { ManaPerMinute = 5147, }, }, + [31] = { attackSpeedMultiplier = -70, baseMultiplier = 5.33, levelRequirement = 90, cost = { ManaPerMinute = 5504, }, }, + [32] = { attackSpeedMultiplier = -70, baseMultiplier = 5.6, levelRequirement = 90, cost = { ManaPerMinute = 5882, }, }, + [33] = { attackSpeedMultiplier = -70, baseMultiplier = 5.88, levelRequirement = 90, cost = { ManaPerMinute = 6282, }, }, + [34] = { attackSpeedMultiplier = -70, baseMultiplier = 6.18, levelRequirement = 90, cost = { ManaPerMinute = 6705, }, }, + [35] = { attackSpeedMultiplier = -70, baseMultiplier = 6.48, levelRequirement = 90, cost = { ManaPerMinute = 7152, }, }, + [36] = { attackSpeedMultiplier = -70, baseMultiplier = 6.81, levelRequirement = 90, cost = { ManaPerMinute = 7626, }, }, + [37] = { attackSpeedMultiplier = -70, baseMultiplier = 7.15, levelRequirement = 90, cost = { ManaPerMinute = 8126, }, }, + [38] = { attackSpeedMultiplier = -70, baseMultiplier = 7.51, levelRequirement = 90, cost = { ManaPerMinute = 8655, }, }, + [39] = { attackSpeedMultiplier = -70, baseMultiplier = 7.88, levelRequirement = 90, cost = { ManaPerMinute = 9215, }, }, + [40] = { attackSpeedMultiplier = -70, baseMultiplier = 8.28, levelRequirement = 90, cost = { ManaPerMinute = 9806, }, }, }, preDamageFunc = function(activeSkill, output) activeSkill.skillData.hitTimeMultiplier = activeSkill.skillData.channelPercentOfAttackTime @@ -10020,6 +11662,7 @@ skills["PerfectStrikePlayer"] = { stats = { "is_area_damage", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -10075,184 +11718,62 @@ skills["PerfectStrikePlayer"] = { duration = true, channelRelease = true, }, - baseMods = { - mod("Condition:PerfectTiming", "FLAG", true), - }, constantStats = { { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, { "active_skill_override_turn_duration_ms", 360 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, { "channel_end_duration_as_%_of_attack_time", 35 }, { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, - { "melee_range_+", 14 }, + { "melee_range_+", 35 }, }, stats = { "is_area_damage", "base_skill_show_average_damage_instead_of_dps", + "precise_cursor_targeting_uses_contact_point_height_offset", "display_statset_hide_usage_stats", + "perfectly_timed", }, levels = { - [1] = { baseMultiplier = 4.2, actorLevel = 1, }, - [2] = { baseMultiplier = 4.62, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 5.08, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 5.54, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 5.98, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 6.43, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 6.88, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 7.29, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 7.66, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 8.04, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 8.44, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 8.87, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 9.31, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 9.78, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 10.26, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 10.78, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 11.32, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 11.88, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 12.48, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 13.1, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 13.75, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 14.44, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 15.16, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 15.92, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 16.72, actorLevel = 136.875, }, - [26] = { baseMultiplier = 17.55, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 18.43, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 19.35, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 20.32, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 21.34, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 22.4, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 23.52, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 24.7, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 25.94, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 27.23, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 28.59, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 30.02, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 31.53, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 33.1, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 34.76, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["ReapPlayer"] = { - name = "Reap", - baseTypeName = "Reap", - fromItem = true, - color = 1, - description = "Conjure a bloody scythe that sweeps across the targeted area, dealing Physical damage to enemies and applying Critical Weakness.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.DamageOverTime] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, [SkillType.Cascadable] = true, [SkillType.Triggerable] = true, [SkillType.UsableWhileMoving] = true, }, - castTime = 1, - qualityStats = { - { "base_skill_effect_duration", 25 }, - }, - levels = { - [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 0, }, }, - }, - statSets = { - [1] = { - label = "Reap", - baseEffectiveness = 2.6500000953674, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "reap", - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "base_skill_effect_duration", 1000 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - }, - stats = { - "spell_minimum_base_physical_damage", - "spell_maximum_base_physical_damage", - "is_area_damage", - "can_perform_skill_while_moving", - }, - levels = { - [1] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 23, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 38, 57, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 45, 68, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 53, 80, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 93, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 72, 108, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 83, 125, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 96, 143, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 109, 164, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 124, 187, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 141, 212, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 160, 240, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 181, 272, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 205, 307, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 231, 346, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 260, 390, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 292, 438, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 328, 493, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 369, 553, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 414, 621, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 465, 697, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 522, 783, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 585, 878, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 657, 985, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 737, 1106, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 827, 1241, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 929, 1393, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1043, 1564, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1171, 1757, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1317, 1975, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1480, 2220, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1665, 2498, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1874, 2812, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2111, 3167, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2379, 3569, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 3.3, actorLevel = 1, }, + [2] = { baseMultiplier = 3.63, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 3.99, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 4.35, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 4.7, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 5.05, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 5.41, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 5.73, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 6.02, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 6.32, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 6.63, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 6.97, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 7.31, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 7.68, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 8.06, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 8.47, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 8.89, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 9.34, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 9.8, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 10.29, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 10.81, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 11.35, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 11.91, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 12.51, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 13.14, actorLevel = 136.875, }, + [26] = { baseMultiplier = 13.79, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 14.48, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 15.21, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 15.97, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 16.77, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 17.6, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 18.48, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 19.41, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 20.38, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 21.4, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 22.47, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 23.59, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 24.77, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 26.01, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 27.31, actorLevel = 288.29998779297, }, }, }, } @@ -10261,53 +11782,53 @@ skills["ResonatingShieldPlayer"] = { name = "Resonating Shield", baseTypeName = "Resonating Shield", color = 1, - description = "Repeatedly hammer your Shield with your weapon causing damaging shockwaves in an area around you. Enemies hit by the shockwave lose Armour for a duration. While using Resonating Shield, your Shield is raised and you will Block all incoming Blockable hits.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, [SkillType.Channel] = true, [SkillType.RequiresShield] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.Sustained] = true, [SkillType.NonWeaponAttack] = true, }, + description = "Repeatedly hammer your Shield with your weapon causing damaging shockwaves in an area around you. Enemies hit by the shockwave lose Armour for a duration. While Channelling Resonating Shield, your Shield is raised and you will Block all incoming Blockable hits.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, [SkillType.Channel] = true, [SkillType.RequiresShield] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.Sustained] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { { "armour_break_amount_+%", 1 }, }, levels = { - [1] = { attackTime = 800, baseMultiplier = 0.3, critChance = 5, levelRequirement = 0, cost = { ManaPerMinute = 430, }, }, - [2] = { attackTime = 800, baseMultiplier = 0.33, critChance = 5, levelRequirement = 3, cost = { ManaPerMinute = 476, }, }, - [3] = { attackTime = 800, baseMultiplier = 0.36, critChance = 5, levelRequirement = 6, cost = { ManaPerMinute = 527, }, }, - [4] = { attackTime = 800, baseMultiplier = 0.4, critChance = 5, levelRequirement = 10, cost = { ManaPerMinute = 585, }, }, - [5] = { attackTime = 800, baseMultiplier = 0.43, critChance = 5, levelRequirement = 14, cost = { ManaPerMinute = 648, }, }, - [6] = { attackTime = 800, baseMultiplier = 0.46, critChance = 5, levelRequirement = 18, cost = { ManaPerMinute = 718, }, }, - [7] = { attackTime = 800, baseMultiplier = 0.49, critChance = 5, levelRequirement = 22, cost = { ManaPerMinute = 796, }, }, - [8] = { attackTime = 800, baseMultiplier = 0.52, critChance = 5, levelRequirement = 26, cost = { ManaPerMinute = 882, }, }, - [9] = { attackTime = 800, baseMultiplier = 0.55, critChance = 5, levelRequirement = 31, cost = { ManaPerMinute = 977, }, }, - [10] = { attackTime = 800, baseMultiplier = 0.57, critChance = 5, levelRequirement = 36, cost = { ManaPerMinute = 1083, }, }, - [11] = { attackTime = 800, baseMultiplier = 0.6, critChance = 5, levelRequirement = 41, cost = { ManaPerMinute = 1200, }, }, - [12] = { attackTime = 800, baseMultiplier = 0.63, critChance = 5, levelRequirement = 46, cost = { ManaPerMinute = 1329, }, }, - [13] = { attackTime = 800, baseMultiplier = 0.66, critChance = 5, levelRequirement = 52, cost = { ManaPerMinute = 1473, }, }, - [14] = { attackTime = 800, baseMultiplier = 0.7, critChance = 5, levelRequirement = 58, cost = { ManaPerMinute = 1633, }, }, - [15] = { attackTime = 800, baseMultiplier = 0.73, critChance = 5, levelRequirement = 64, cost = { ManaPerMinute = 1809, }, }, - [16] = { attackTime = 800, baseMultiplier = 0.77, critChance = 5, levelRequirement = 66, cost = { ManaPerMinute = 2005, }, }, - [17] = { attackTime = 800, baseMultiplier = 0.81, critChance = 5, levelRequirement = 72, cost = { ManaPerMinute = 2221, }, }, - [18] = { attackTime = 800, baseMultiplier = 0.85, critChance = 5, levelRequirement = 78, cost = { ManaPerMinute = 2462, }, }, - [19] = { attackTime = 800, baseMultiplier = 0.89, critChance = 5, levelRequirement = 84, cost = { ManaPerMinute = 2728, }, }, - [20] = { attackTime = 800, baseMultiplier = 0.94, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3023, }, }, - [21] = { attackTime = 800, baseMultiplier = 0.98, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3350, }, }, - [22] = { attackTime = 800, baseMultiplier = 1.03, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3712, }, }, - [23] = { attackTime = 800, baseMultiplier = 1.08, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4113, }, }, - [24] = { attackTime = 800, baseMultiplier = 1.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4558, }, }, - [25] = { attackTime = 800, baseMultiplier = 1.19, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5050, }, }, - [26] = { attackTime = 800, baseMultiplier = 1.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5596, }, }, - [27] = { attackTime = 800, baseMultiplier = 1.32, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6201, }, }, - [28] = { attackTime = 800, baseMultiplier = 1.38, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6872, }, }, - [29] = { attackTime = 800, baseMultiplier = 1.45, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 7615, }, }, - [30] = { attackTime = 800, baseMultiplier = 1.52, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 8438, }, }, - [31] = { attackTime = 800, baseMultiplier = 1.6, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 9350, }, }, - [32] = { attackTime = 800, baseMultiplier = 1.68, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 10361, }, }, - [33] = { attackTime = 800, baseMultiplier = 1.76, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 11481, }, }, - [34] = { attackTime = 800, baseMultiplier = 1.85, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 12722, }, }, - [35] = { attackTime = 800, baseMultiplier = 1.95, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 14097, }, }, - [36] = { attackTime = 800, baseMultiplier = 2.04, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 15621, }, }, - [37] = { attackTime = 800, baseMultiplier = 2.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 17310, }, }, - [38] = { attackTime = 800, baseMultiplier = 2.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 19181, }, }, - [39] = { attackTime = 800, baseMultiplier = 2.36, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 21255, }, }, - [40] = { attackTime = 800, baseMultiplier = 2.48, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 23553, }, }, + [1] = { attackTime = 800, baseMultiplier = 0.3, critChance = 5, levelRequirement = 0, cost = { ManaPerMinute = 417, }, }, + [2] = { attackTime = 800, baseMultiplier = 0.33, critChance = 5, levelRequirement = 3, cost = { ManaPerMinute = 482, }, }, + [3] = { attackTime = 800, baseMultiplier = 0.36, critChance = 5, levelRequirement = 6, cost = { ManaPerMinute = 552, }, }, + [4] = { attackTime = 800, baseMultiplier = 0.4, critChance = 5, levelRequirement = 10, cost = { ManaPerMinute = 627, }, }, + [5] = { attackTime = 800, baseMultiplier = 0.43, critChance = 5, levelRequirement = 14, cost = { ManaPerMinute = 708, }, }, + [6] = { attackTime = 800, baseMultiplier = 0.46, critChance = 5, levelRequirement = 18, cost = { ManaPerMinute = 794, }, }, + [7] = { attackTime = 800, baseMultiplier = 0.49, critChance = 5, levelRequirement = 22, cost = { ManaPerMinute = 886, }, }, + [8] = { attackTime = 800, baseMultiplier = 0.52, critChance = 5, levelRequirement = 26, cost = { ManaPerMinute = 984, }, }, + [9] = { attackTime = 800, baseMultiplier = 0.55, critChance = 5, levelRequirement = 31, cost = { ManaPerMinute = 1090, }, }, + [10] = { attackTime = 800, baseMultiplier = 0.57, critChance = 5, levelRequirement = 36, cost = { ManaPerMinute = 1202, }, }, + [11] = { attackTime = 800, baseMultiplier = 0.6, critChance = 5, levelRequirement = 41, cost = { ManaPerMinute = 1321, }, }, + [12] = { attackTime = 800, baseMultiplier = 0.63, critChance = 5, levelRequirement = 46, cost = { ManaPerMinute = 1449, }, }, + [13] = { attackTime = 800, baseMultiplier = 0.66, critChance = 5, levelRequirement = 52, cost = { ManaPerMinute = 1585, }, }, + [14] = { attackTime = 800, baseMultiplier = 0.7, critChance = 5, levelRequirement = 58, cost = { ManaPerMinute = 1730, }, }, + [15] = { attackTime = 800, baseMultiplier = 0.73, critChance = 5, levelRequirement = 64, cost = { ManaPerMinute = 1885, }, }, + [16] = { attackTime = 800, baseMultiplier = 0.77, critChance = 5, levelRequirement = 66, cost = { ManaPerMinute = 2049, }, }, + [17] = { attackTime = 800, baseMultiplier = 0.81, critChance = 5, levelRequirement = 72, cost = { ManaPerMinute = 2223, }, }, + [18] = { attackTime = 800, baseMultiplier = 0.85, critChance = 5, levelRequirement = 78, cost = { ManaPerMinute = 2409, }, }, + [19] = { attackTime = 800, baseMultiplier = 0.89, critChance = 5, levelRequirement = 84, cost = { ManaPerMinute = 2607, }, }, + [20] = { attackTime = 800, baseMultiplier = 0.94, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 2816, }, }, + [21] = { attackTime = 800, baseMultiplier = 0.98, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3039, }, }, + [22] = { attackTime = 800, baseMultiplier = 1.03, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3276, }, }, + [23] = { attackTime = 800, baseMultiplier = 1.08, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3527, }, }, + [24] = { attackTime = 800, baseMultiplier = 1.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3793, }, }, + [25] = { attackTime = 800, baseMultiplier = 1.19, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4076, }, }, + [26] = { attackTime = 800, baseMultiplier = 1.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4375, }, }, + [27] = { attackTime = 800, baseMultiplier = 1.32, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4693, }, }, + [28] = { attackTime = 800, baseMultiplier = 1.38, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5029, }, }, + [29] = { attackTime = 800, baseMultiplier = 1.45, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5386, }, }, + [30] = { attackTime = 800, baseMultiplier = 1.52, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5763, }, }, + [31] = { attackTime = 800, baseMultiplier = 1.6, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6163, }, }, + [32] = { attackTime = 800, baseMultiplier = 1.68, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6586, }, }, + [33] = { attackTime = 800, baseMultiplier = 1.76, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 7034, }, }, + [34] = { attackTime = 800, baseMultiplier = 1.85, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 7508, }, }, + [35] = { attackTime = 800, baseMultiplier = 1.95, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 8009, }, }, + [36] = { attackTime = 800, baseMultiplier = 2.04, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 8539, }, }, + [37] = { attackTime = 800, baseMultiplier = 2.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 9100, }, }, + [38] = { attackTime = 800, baseMultiplier = 2.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 9692, }, }, + [39] = { attackTime = 800, baseMultiplier = 2.36, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 10318, }, }, + [40] = { attackTime = 800, baseMultiplier = 2.48, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 10980, }, }, }, statSets = { [1] = { @@ -10324,327 +11845,68 @@ skills["ResonatingShieldPlayer"] = { constantStats = { { "active_skill_base_area_of_effect_radius", 23 }, { "active_skill_heavy_stun_decay_after_action_delay_ms", 2000 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "armour_broken_skill_event_variation", 1 }, - }, - stats = { - "off_hand_weapon_minimum_physical_damage", - "off_hand_weapon_maximum_physical_damage", - "off_hand_minimum_added_physical_damage_per_15_shield_armour", - "off_hand_maximum_added_physical_damage_per_15_shield_armour", - "apply_X_armour_break_on_hit", - "can_perform_skill_while_moving", - "active_skill_does_not_decay_heavy_stun_during_action", - "attack_speed_modifiers_apply_to_over_time_cost", - "cannot_be_empowered_by_warcries", - "replace_off_hand_unarmed_attack_stats_with_shield_type", - }, - levels = { - [1] = { 4, 6, 6, 8, 2, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 6, 8, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, 6, 8, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, 6, 8, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 26, 6, 8, 14, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 32, 6, 8, 21, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 26, 38, 6, 8, 31, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, 6, 8, 43, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, 6, 8, 63, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 40, 60, 6, 8, 91, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, 6, 8, 128, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 51, 76, 6, 8, 179, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 57, 85, 6, 8, 262, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 63, 94, 6, 8, 380, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 6, 8, 545, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 75, 113, 6, 8, 732, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, 123, 6, 8, 871, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 89, 133, 6, 8, 1034, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 96, 144, 6, 8, 1298, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 103, 155, 6, 8, 1537, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 166, 6, 8, 1625, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 119, 178, 6, 8, 1719, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 127, 190, 6, 8, 1817, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 135, 202, 6, 8, 1921, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 144, 215, 6, 8, 2030, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 152, 228, 6, 8, 2146, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 161, 242, 6, 8, 2267, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 170, 256, 6, 8, 2396, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 180, 270, 6, 8, 2531, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 190, 284, 6, 8, 2674, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 200, 299, 6, 8, 2824, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 210, 315, 6, 8, 2982, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 220, 330, 6, 8, 3149, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 231, 346, 6, 8, 3325, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 242, 362, 6, 8, 3510, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 253, 379, 6, 8, 3706, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 264, 396, 6, 8, 3912, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 275, 413, 6, 8, 4128, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 287, 431, 6, 8, 4344, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 299, 449, 6, 8, 4568, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["RipwireBallistaPlayer"] = { - name = "Ripwire Ballista", - baseTypeName = "Ripwire Ballista", - color = 1, - description = "Deploy a Ballista Totem that fires Pinning bolts which Maim Enemies.", - skillTypes = { [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.TotemsAreBallistae] = true, [SkillType.UsableWhileMoving] = true, [SkillType.UseGlobalStats] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, }, - weaponTypes = { - ["Crossbow"] = true, - }, - skillTotemId = 22, - castTime = 1, - qualityStats = { - }, - levels = { - [1] = { levelRequirement = 0, cost = { Mana = 14, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 21, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 24, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 26, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 29, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 33, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 36, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 40, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 45, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 49, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 55, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 61, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 67, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 75, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 83, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 92, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 102, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 113, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 125, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 139, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 154, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 170, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 189, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 209, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 232, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 257, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 285, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 316, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 350, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 388, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 430, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 477, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 528, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 585, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 649, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 719, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 796, }, }, - }, - statSets = { - [1] = { - label = "Ballista", - baseEffectiveness = 1.8600000143051, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - totem = true, - }, - constantStats = { - { "base_totem_range", 80 }, - { "base_totem_duration", 16000 }, - { "alt_attack_container_main_hand_weapon_critical_strike_chance", 500 }, - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", 1600 }, - { "alt_attack_container_main_hand_base_maximum_attack_distance", 80 }, - { "base_number_of_totems_allowed", 1 }, - { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_+%_final_while_performing_action", -50 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - }, - stats = { - "alt_attack_container_main_hand_weapon_minimum_physical_damage", - "alt_attack_container_main_hand_weapon_maximum_physical_damage", - "totem_elemental_resistance_%", - "totem_chaos_resistance_%", - "skill_is_deploy_skill", - "is_totem", - "is_ranged_attack_totem", - "can_perform_skill_while_moving", - "totem_targets_ignoring_action_distance", - "base_deal_no_damage", - "active_skill_has_alt_attack_container", - "alt_attack_container_main_hand_unarmed_overide_crossbow_type", - }, - levels = { - [1] = { 6, 9, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 10, 14, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 15, 22, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 20, 31, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 26, 40, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 33, 49, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 39, 59, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 46, 70, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 54, 81, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 62, 92, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 70, 105, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 78, 117, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 87, 130, 5, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 96, 144, 15, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 106, 159, 25, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 116, 173, 35, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 126, 189, 45, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 136, 205, 55, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 147, 221, 65, 30, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 159, 238, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 170, 256, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 182, 274, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 195, 292, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 208, 311, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 221, 331, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 234, 351, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 248, 372, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 262, 393, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 277, 415, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 291, 437, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 307, 460, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 322, 484, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 338, 507, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 355, 532, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 371, 557, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 388, 583, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 406, 609, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 423, 635, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 442, 662, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 460, 690, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["RipwireBallistaProjectilePlayer"] = { - name = "Ripwire Bolt", - hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.CanRapidFire] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.UsedByTotem] = true, }, - weaponTypes = { - ["Crossbow"] = true, - }, - castTime = 1, - qualityStats = { - { "active_skill_pins_as_though_dealt_damage_+%_final", 2.5 }, - }, - levels = { - [1] = { baseMultiplier = 0.58, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.64, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.7, levelRequirement = 0, }, - [4] = { baseMultiplier = 0.76, levelRequirement = 0, }, - [5] = { baseMultiplier = 0.82, levelRequirement = 0, }, - [6] = { baseMultiplier = 0.87, levelRequirement = 0, }, - [7] = { baseMultiplier = 0.93, levelRequirement = 0, }, - [8] = { baseMultiplier = 0.98, levelRequirement = 0, }, - [9] = { baseMultiplier = 1.02, levelRequirement = 0, }, - [10] = { baseMultiplier = 1.06, levelRequirement = 0, }, - [11] = { baseMultiplier = 1.11, levelRequirement = 0, }, - [12] = { baseMultiplier = 1.15, levelRequirement = 0, }, - [13] = { baseMultiplier = 1.2, levelRequirement = 0, }, - [14] = { baseMultiplier = 1.24, levelRequirement = 0, }, - [15] = { baseMultiplier = 1.29, levelRequirement = 0, }, - [16] = { baseMultiplier = 1.34, levelRequirement = 0, }, - [17] = { baseMultiplier = 1.38, levelRequirement = 0, }, - [18] = { baseMultiplier = 1.43, levelRequirement = 0, }, - [19] = { baseMultiplier = 1.48, levelRequirement = 0, }, - [20] = { baseMultiplier = 1.53, levelRequirement = 0, }, - [21] = { baseMultiplier = 1.58, levelRequirement = 0, }, - [22] = { baseMultiplier = 1.63, levelRequirement = 0, }, - [23] = { baseMultiplier = 1.69, levelRequirement = 0, }, - [24] = { baseMultiplier = 1.74, levelRequirement = 0, }, - [25] = { baseMultiplier = 1.8, levelRequirement = 0, }, - [26] = { baseMultiplier = 1.86, levelRequirement = 0, }, - [27] = { baseMultiplier = 1.92, levelRequirement = 0, }, - [28] = { baseMultiplier = 1.99, levelRequirement = 0, }, - [29] = { baseMultiplier = 2.05, levelRequirement = 0, }, - [30] = { baseMultiplier = 2.12, levelRequirement = 0, }, - [31] = { baseMultiplier = 2.19, levelRequirement = 0, }, - [32] = { baseMultiplier = 2.26, levelRequirement = 0, }, - [33] = { baseMultiplier = 2.34, levelRequirement = 0, }, - [34] = { baseMultiplier = 2.42, levelRequirement = 0, }, - [35] = { baseMultiplier = 2.5, levelRequirement = 0, }, - [36] = { baseMultiplier = 2.58, levelRequirement = 0, }, - [37] = { baseMultiplier = 2.66, levelRequirement = 0, }, - [38] = { baseMultiplier = 2.75, levelRequirement = 0, }, - [39] = { baseMultiplier = 2.84, levelRequirement = 0, }, - [40] = { baseMultiplier = 2.94, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Bolts", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - attack = true, - projectile = true, - totem = true, - }, - constantStats = { - { "base_pinned_art_variation", 2 }, - { "skill_disabled_unless_cloned", 1 }, - { "projectile_maximum_range_override", 80 }, - { "base_number_of_projectiles", 5 }, - { "projectile_distance_variance", 10 }, - { "active_skill_projectile_speed_+%_variation_final", 40 }, - { "total_projectile_spread_angle_override", 55 }, - { "maim_on_hit_%", 100 }, - { "fixed_projectile_spread", 50 }, - { "active_skill_pins_as_though_dealt_damage_+%_final", 600 }, - }, - stats = { - "base_is_projectile", - "projectile_uses_contact_position", - "projectile_uses_contact_direction", - "check_for_targets_between_initiator_and_projectile_source", - "base_all_damage_can_pin", - "base_skill_is_totemified", - "quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "armour_broken_skill_event_variation", 1 }, + }, + stats = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + "off_hand_minimum_added_physical_damage_per_15_shield_armour", + "off_hand_maximum_added_physical_damage_per_15_shield_armour", + "apply_X_armour_break_on_hit", + "can_perform_skill_while_moving", + "active_skill_does_not_decay_heavy_stun_during_action", + "attack_speed_modifiers_apply_to_over_time_cost", + "cannot_be_empowered_by_warcries", + "replace_off_hand_unarmed_attack_stats_with_shield_type", + }, + notMinionStat = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + }, + levels = { + [1] = { 4, 6, 6, 8, 2, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6, 9, 6, 8, 3, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 15, 6, 8, 5, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, 20, 6, 8, 9, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 17, 26, 6, 8, 14, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 21, 32, 6, 8, 21, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 38, 6, 8, 31, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 30, 45, 6, 8, 43, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 35, 53, 6, 8, 63, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 40, 60, 6, 8, 91, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 45, 68, 6, 8, 128, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 51, 76, 6, 8, 179, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 57, 85, 6, 8, 262, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 63, 94, 6, 8, 380, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 69, 103, 6, 8, 545, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 75, 113, 6, 8, 732, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 82, 123, 6, 8, 871, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 89, 133, 6, 8, 1034, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 96, 144, 6, 8, 1298, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 103, 155, 6, 8, 1537, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 111, 166, 6, 8, 1625, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 119, 178, 6, 8, 1719, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 127, 190, 6, 8, 1817, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 135, 202, 6, 8, 1921, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 144, 215, 6, 8, 2030, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 152, 228, 6, 8, 2146, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 161, 242, 6, 8, 2267, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 170, 256, 6, 8, 2396, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 180, 270, 6, 8, 2531, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 190, 284, 6, 8, 2674, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 200, 299, 6, 8, 2824, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 210, 315, 6, 8, 2982, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 220, 330, 6, 8, 3149, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 231, 346, 6, 8, 3325, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 242, 362, 6, 8, 3510, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 253, 379, 6, 8, 3706, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 264, 396, 6, 8, 3912, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 275, 413, 6, 8, 4128, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 287, 431, 6, 8, 4344, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 299, 449, 6, 8, 4568, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -10654,56 +11916,56 @@ skills["RollingSlamPlayer"] = { baseTypeName = "Rolling Slam", color = 1, description = "Slam the ground to Stun enemies and knock them away, then continue forward and perform a devastating second Slam. Holding down the skill input allows you to change direction as you move.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Area] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Area] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, }, castTime = 1, qualityStats = { - { "support_physical_damage_%_to_gain_as_daze_build_up", 2.5 }, + { "active_skill_stun_threshold_+%_while_performing_action", 5 }, }, levels = { - [1] = { attackSpeedMultiplier = -35, levelRequirement = 0, cost = { Mana = 14, }, }, - [2] = { attackSpeedMultiplier = -35, levelRequirement = 3, cost = { Mana = 16, }, }, - [3] = { attackSpeedMultiplier = -35, levelRequirement = 6, cost = { Mana = 18, }, }, - [4] = { attackSpeedMultiplier = -35, levelRequirement = 10, cost = { Mana = 20, }, }, - [5] = { attackSpeedMultiplier = -35, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { attackSpeedMultiplier = -35, levelRequirement = 18, cost = { Mana = 24, }, }, - [7] = { attackSpeedMultiplier = -35, levelRequirement = 22, cost = { Mana = 27, }, }, - [8] = { attackSpeedMultiplier = -35, levelRequirement = 26, cost = { Mana = 30, }, }, - [9] = { attackSpeedMultiplier = -35, levelRequirement = 31, cost = { Mana = 33, }, }, - [10] = { attackSpeedMultiplier = -35, levelRequirement = 36, cost = { Mana = 37, }, }, - [11] = { attackSpeedMultiplier = -35, levelRequirement = 41, cost = { Mana = 41, }, }, - [12] = { attackSpeedMultiplier = -35, levelRequirement = 46, cost = { Mana = 45, }, }, - [13] = { attackSpeedMultiplier = -35, levelRequirement = 52, cost = { Mana = 50, }, }, - [14] = { attackSpeedMultiplier = -35, levelRequirement = 58, cost = { Mana = 56, }, }, - [15] = { attackSpeedMultiplier = -35, levelRequirement = 64, cost = { Mana = 62, }, }, - [16] = { attackSpeedMultiplier = -35, levelRequirement = 66, cost = { Mana = 68, }, }, - [17] = { attackSpeedMultiplier = -35, levelRequirement = 72, cost = { Mana = 76, }, }, - [18] = { attackSpeedMultiplier = -35, levelRequirement = 78, cost = { Mana = 84, }, }, - [19] = { attackSpeedMultiplier = -35, levelRequirement = 84, cost = { Mana = 93, }, }, - [20] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 103, }, }, - [21] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 115, }, }, - [22] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 127, }, }, - [23] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 141, }, }, - [24] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 156, }, }, - [25] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 173, }, }, - [26] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 192, }, }, - [27] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 213, }, }, - [28] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 236, }, }, - [29] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 261, }, }, - [30] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 290, }, }, - [31] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 321, }, }, - [32] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 356, }, }, - [33] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 394, }, }, - [34] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 437, }, }, - [35] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 484, }, }, - [36] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 536, }, }, - [37] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 594, }, }, - [38] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 659, }, }, - [39] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 730, }, }, - [40] = { attackSpeedMultiplier = -35, levelRequirement = 90, cost = { Mana = 809, }, }, + [1] = { levelRequirement = 0, cost = { Mana = 14, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 16, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 18, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 21, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 24, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 27, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 30, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 33, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 37, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 41, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 45, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 49, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 54, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 59, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 64, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 70, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 76, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 82, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 89, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 96, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 104, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 112, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 121, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 130, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 140, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 150, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 161, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 185, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 211, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 226, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 258, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 275, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 293, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 312, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 333, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 354, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 377, }, }, }, statSets = { [1] = { @@ -10716,7 +11978,7 @@ skills["RollingSlamPlayer"] = { melee = true, }, constantStats = { - { "total_attack_time_+_ms", 1000 }, + { "total_attack_time_+_ms", 1500 }, { "melee_conditional_step_distance", 15 }, { "attack_maximum_action_distance_+", 20 }, { "totemified_rolling_slam_attack_maximum_action_distance_+", 36 }, @@ -10782,7 +12044,7 @@ skills["RollingSlamPlayer"] = { melee = true, }, constantStats = { - { "total_attack_time_+_ms", 1000 }, + { "total_attack_time_+_ms", 1500 }, { "melee_conditional_step_distance", 15 }, { "attack_maximum_action_distance_+", 20 }, { "totemified_rolling_slam_attack_maximum_action_distance_+", 36 }, @@ -10850,7 +12112,7 @@ skills["RollingSlamPlayer"] = { melee = true, }, constantStats = { - { "total_attack_time_+_ms", 1000 }, + { "total_attack_time_+_ms", 1500 }, { "melee_conditional_step_distance", 15 }, { "attack_maximum_action_distance_+", 20 }, { "totemified_rolling_slam_attack_maximum_action_distance_+", 36 }, @@ -10918,7 +12180,7 @@ skills["ScavengedPlatingPlayer"] = { skillTypes = { [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Duration] = true, [SkillType.Persistent] = true, [SkillType.Physical] = true, }, castTime = 1, qualityStats = { - { "scavenged_plating_armour_+%_final_per_stack", 0.1 }, + { "base_skill_effect_duration", 100 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -10965,7 +12227,7 @@ skills["ScavengedPlatingPlayer"] = { statSets = { [1] = { label = "Scavenged Plating", - baseEffectiveness = 0.69999998807907, + baseEffectiveness = 0.5, incrementalEffectiveness = 0.27349999547005, statDescriptionScope = "scavenged_plating", statMap = { @@ -10982,54 +12244,54 @@ skills["ScavengedPlatingPlayer"] = { constantStats = { { "base_skill_effect_duration", 8000 }, { "scavenged_plating_maximum_stacks_display", 10 }, + { "scavenged_plating_armour_+%_final_per_stack", 4 }, }, stats = { "scavenged_plating_thorns_minimum_physical_damage", "scavenged_plating_thorns_maximum_physical_damage", - "scavenged_plating_armour_+%_final_per_stack", "base_deal_no_damage", }, levels = { - [1] = { 2, 3, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 4, 5, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, 8, 2, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 8, 12, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 10, 15, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 12, 18, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 15, 22, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 17, 26, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 20, 30, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 23, 35, 3, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 26, 39, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 29, 44, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 33, 49, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 36, 54, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 40, 60, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 43, 65, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 47, 71, 4, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, 77, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 55, 83, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 60, 90, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 64, 96, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 69, 103, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 73, 110, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 78, 117, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 83, 125, 5, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 88, 132, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 93, 140, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 99, 148, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 104, 156, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 110, 165, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 115, 173, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 121, 182, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 127, 191, 6, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 133, 200, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 140, 210, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 146, 219, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 153, 229, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 159, 239, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 166, 249, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 173, 260, 7, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 2, 2, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 3, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6, 8, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 11, 16, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 12, 19, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 14, 22, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 17, 25, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 26, 39, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 28, 43, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 37, 55, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 40, 59, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 43, 64, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 46, 69, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 49, 74, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 52, 79, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 59, 89, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 63, 94, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 67, 100, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 70, 106, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 74, 112, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 78, 118, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 82, 124, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 87, 130, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 91, 136, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 95, 143, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 100, 150, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 104, 157, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 109, 164, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 114, 171, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 119, 178, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 124, 186, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11038,60 +12300,60 @@ skills["SeismicCryPlayer"] = { name = "Seismic Cry", baseTypeName = "Seismic Cry", color = 1, - description = "Perform a damaging warcry, Knocking Back nearby enemies. If a Heavy Stunned enemy is hit, your next Slam is Empowered to perform an additional Aftershock. If not, this skill's cooldown is reset. Only counts Heavily Stunned enemies for purposes of counting Power Gained.", - skillTypes = { [SkillType.Warcry] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.ConsumesCharges] = true, [SkillType.Cooldown] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.Physical] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Perform a damaging Warcry, Knocking Back nearby enemies and Heavy Stunning enemies that are Primed for Stun. If an enemy is Heavy Stunned or a currently Heavy Stunned enemy is Hit, this Skill Empowers subsequent Slams to perform an additional Aftershock. This Skill's cooldown can be bypassed by expending an Endurance Charge.", + skillTypes = { [SkillType.Warcry] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesEnduranceChargesOnUse] = true, [SkillType.Cooldown] = true, [SkillType.Physical] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Nova] = true, }, castTime = 0.8, qualityStats = { - { "warcry_speed_+%", 2 }, + { "seismic_cry_slam_skill_aftershock_damage_+%_final", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 25, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 27, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 29, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 31, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 33, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 35, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 38, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 41, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 44, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 47, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 50, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 54, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 58, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 62, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 67, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 72, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 77, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 83, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 89, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 95, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 102, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 109, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 117, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 126, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 135, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 145, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 155, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 166, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 178, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 191, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 205, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 220, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 236, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 253, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 271, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 291, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 312, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 334, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 358, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 384, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, cost = { Mana = 19, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 8, cost = { Mana = 22, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 8, cost = { Mana = 24, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 8, cost = { Mana = 27, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 8, cost = { Mana = 30, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 8, cost = { Mana = 33, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 8, cost = { Mana = 36, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 8, cost = { Mana = 39, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 8, cost = { Mana = 42, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 8, cost = { Mana = 46, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 8, cost = { Mana = 49, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8, cost = { Mana = 52, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8, cost = { Mana = 56, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8, cost = { Mana = 60, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8, cost = { Mana = 64, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8, cost = { Mana = 68, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8, cost = { Mana = 72, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8, cost = { Mana = 76, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8, cost = { Mana = 80, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 85, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 90, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 94, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 99, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 104, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 110, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 115, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 120, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 126, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 132, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 138, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 144, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 151, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 157, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 164, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 171, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 178, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 185, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 193, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 201, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 8, cost = { Mana = 208, }, }, }, statSets = { [1] = { label = "Seismic Cry", baseEffectiveness = 2.0999999046326, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "seismic_cry", baseFlags = { warcry = true, @@ -11099,71 +12361,71 @@ skills["SeismicCryPlayer"] = { area = true, }, constantStats = { - { "skill_empowers_next_x_melee_attacks", 1 }, - { "skill_empower_limitation_specifier_for_stat_description", 2 }, - { "active_skill_hit_damage_stun_multiplier_+%_final", 400 }, + { "warcry_empowers_per_X_monster_power", 10 }, + { "warcry_empowers_per_X_monster_power_mp_cap", 50 }, { "active_skill_base_area_of_effect_radius", 40 }, - { "seismic_cry_slam_skill_aftershock_area_+%", 30 }, { "seismic_cry_slam_skill_additional_aftershocks", 1 }, - { "seismic_cry_slam_skill_aftershock_damage_+%_final_per_mp", 5 }, - { "warcry_exerts_x_additional_attacks_per_endurance_charge_consumed", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "secondary_minimum_base_physical_damage", "secondary_maximum_base_physical_damage", "global_knockback", "cannot_cancel_skill_before_contact_point", - "active_skill_200%_increased_knockback_distance", - "hits_ignore_enemy_monster_physical_damage_reduction", "is_area_damage", "display_skill_deals_secondary_damage", - "seismic_cry_only_count_heavy_stunned_mp", "can_perform_skill_while_moving", + "crushing_blow", + "active_skill_show_crush_range", + "warcry_minimum_benefit_if_monster_power_present", + }, + notMinionStat = { + "secondary_minimum_base_physical_damage", + "secondary_maximum_base_physical_damage", }, levels = { [1] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 12, 19, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [3] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, [4] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 21, 31, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 31, 46, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 37, 56, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 44, 66, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 52, 78, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 60, 91, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [5] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 25, 37, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 30, 45, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 36, 54, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 43, 65, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 51, 77, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 60, 90, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 81, 122, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 94, 141, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 108, 161, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 123, 185, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 141, 212, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 161, 242, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 184, 275, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 209, 314, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 238, 357, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 270, 406, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 307, 461, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 349, 524, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 396, 595, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 450, 675, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 511, 767, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 581, 872, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 660, 991, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 751, 1126, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 854, 1281, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 972, 1458, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 1107, 1660, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 1261, 1892, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 1439, 2158, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 1642, 2463, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1875, 2813, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 2144, 3216, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 2454, 3681, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 2811, 4216, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [13] = { 82, 123, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 95, 142, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 110, 165, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 127, 191, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 146, 220, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 169, 253, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 194, 291, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 256, 385, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 294, 442, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 338, 507, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 388, 583, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 446, 669, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 513, 769, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 589, 884, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 678, 1017, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 780, 1170, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 898, 1348, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1036, 1553, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1195, 1792, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1380, 2069, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1595, 2392, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1845, 2768, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 2138, 3206, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2479, 3718, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2878, 4318, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 3347, 5020, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3896, 5844, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11177,9 +12439,9 @@ skills["ShardScavengerPlayer"] = { weaponTypes = { ["Crossbow"] = true, }, - castTime = 1, + castTime = 0, qualityStats = { - { "base_reservation_+%", -0.25 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, @@ -11231,51 +12493,55 @@ skills["ShardScavengerPlayer"] = { baseFlags = { }, stats = { - "reload_ammo_on_effect_consume_with_x_ms_cooldown", + "base_secondary_skill_effect_duration", "base_skill_effect_duration", "base_deal_no_damage", }, + notMinionStat = { + "base_secondary_skill_effect_duration", + "base_skill_effect_duration", + }, levels = { [1] = { 8000, 2000, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 7900, 2000, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 7800, 2000, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 7700, 2000, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 7600, 2000, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 7500, 2000, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 7400, 2000, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 7300, 2000, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 7200, 2000, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 7100, 2000, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 7000, 2000, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6900, 2000, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6800, 2000, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 6700, 2000, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 6600, 2000, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6500, 2000, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 6400, 2000, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 6300, 2000, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 6200, 2000, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 6100, 2000, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 6000, 2000, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 5900, 2000, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 5800, 2000, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 5700, 2000, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 5600, 2000, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 5500, 2000, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 5400, 2000, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 5300, 2000, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 5200, 2000, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 5100, 2000, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 5050, 2000, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 5000, 2000, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 4950, 2000, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 4900, 2000, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 4850, 2000, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 4800, 2000, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 4750, 2000, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 4700, 2000, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 4650, 2000, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 4600, 2000, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [2] = { 7950, 2000, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 7900, 2000, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7850, 2000, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 7800, 2000, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7750, 2000, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7700, 2000, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 7650, 2000, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7600, 2000, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7550, 2000, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 7500, 2000, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 7450, 2000, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 7400, 2000, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7350, 2000, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7300, 2000, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7250, 2000, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 2000, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7150, 2000, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7100, 2000, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7050, 2000, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7000, 2000, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 6950, 2000, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 6900, 2000, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 6850, 2000, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 6800, 2000, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 6750, 2000, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 6700, 2000, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 6650, 2000, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 6600, 2000, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 6550, 2000, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 6525, 2000, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 6500, 2000, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 6475, 2000, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 6450, 2000, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 6425, 2000, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 6400, 2000, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 6375, 2000, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 6350, 2000, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 6325, 2000, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 6300, 2000, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11285,57 +12551,56 @@ skills["ShieldChargePlayer"] = { baseTypeName = "Shield Charge", color = 1, description = "Channel to charge in the target direction. You will crash into enemies on your path, stopping your charge and dealing damage to enemies in an area, and extra damage to the enemies you collided with. While charging, your Shield is raised and you will Block all incoming Blockable hits.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, [SkillType.Channel] = true, [SkillType.Travel] = true, [SkillType.NonWeaponAttack] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RequiresShield] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Channel] = true, [SkillType.Travel] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { - { "base_cooldown_speed_+%", 0.5 }, + { "base_additional_damage_from_distance_+%_final", 2 }, }, levels = { - [1] = { attackTime = 500, storedUses = 1, baseMultiplier = 0.7, critChance = 5, cooldown = 3, levelRequirement = 0, cost = { ManaPerMinute = 446, }, }, - [2] = { attackTime = 500, storedUses = 1, baseMultiplier = 0.77, critChance = 5, cooldown = 3, levelRequirement = 3, cost = { ManaPerMinute = 494, }, }, - [3] = { attackTime = 500, storedUses = 1, baseMultiplier = 0.85, critChance = 5, cooldown = 3, levelRequirement = 6, cost = { ManaPerMinute = 547, }, }, - [4] = { attackTime = 500, storedUses = 1, baseMultiplier = 0.93, critChance = 5, cooldown = 3, levelRequirement = 10, cost = { ManaPerMinute = 606, }, }, - [5] = { attackTime = 500, storedUses = 1, critChance = 5, cooldown = 3, levelRequirement = 14, cost = { ManaPerMinute = 672, }, }, - [6] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.08, critChance = 5, cooldown = 3, levelRequirement = 18, cost = { ManaPerMinute = 745, }, }, - [7] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.16, critChance = 5, cooldown = 3, levelRequirement = 22, cost = { ManaPerMinute = 825, }, }, - [8] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.24, critChance = 5, cooldown = 3, levelRequirement = 26, cost = { ManaPerMinute = 914, }, }, - [9] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.31, critChance = 5, cooldown = 3, levelRequirement = 31, cost = { ManaPerMinute = 1013, }, }, - [10] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.38, critChance = 5, cooldown = 3, levelRequirement = 36, cost = { ManaPerMinute = 1123, }, }, - [11] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.46, critChance = 5, cooldown = 3, levelRequirement = 41, cost = { ManaPerMinute = 1244, }, }, - [12] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.55, critChance = 5, cooldown = 3, levelRequirement = 46, cost = { ManaPerMinute = 1379, }, }, - [13] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.64, critChance = 5, cooldown = 3, levelRequirement = 52, cost = { ManaPerMinute = 1528, }, }, - [14] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.74, critChance = 5, cooldown = 3, levelRequirement = 58, cost = { ManaPerMinute = 1693, }, }, - [15] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.85, critChance = 5, cooldown = 3, levelRequirement = 64, cost = { ManaPerMinute = 1876, }, }, - [16] = { attackTime = 500, storedUses = 1, baseMultiplier = 1.97, critChance = 5, cooldown = 3, levelRequirement = 66, cost = { ManaPerMinute = 2079, }, }, - [17] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.09, critChance = 5, cooldown = 3, levelRequirement = 72, cost = { ManaPerMinute = 2304, }, }, - [18] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.23, critChance = 5, cooldown = 3, levelRequirement = 78, cost = { ManaPerMinute = 2553, }, }, - [19] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.38, critChance = 5, cooldown = 3, levelRequirement = 84, cost = { ManaPerMinute = 2829, }, }, - [20] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.54, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 3135, }, }, - [21] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.7, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 3474, }, }, - [22] = { attackTime = 500, storedUses = 1, baseMultiplier = 2.88, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 3850, }, }, - [23] = { attackTime = 500, storedUses = 1, baseMultiplier = 3.08, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 4266, }, }, - [24] = { attackTime = 500, storedUses = 1, baseMultiplier = 3.28, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 4727, }, }, - [25] = { attackTime = 500, storedUses = 1, baseMultiplier = 3.5, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 5238, }, }, - [26] = { attackTime = 500, storedUses = 1, baseMultiplier = 3.73, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 5805, }, }, - [27] = { attackTime = 500, storedUses = 1, baseMultiplier = 3.98, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 6432, }, }, - [28] = { attackTime = 500, storedUses = 1, baseMultiplier = 4.25, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 7127, }, }, - [29] = { attackTime = 500, storedUses = 1, baseMultiplier = 4.53, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 7898, }, }, - [30] = { attackTime = 500, storedUses = 1, baseMultiplier = 4.83, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 8752, }, }, - [31] = { attackTime = 500, storedUses = 1, baseMultiplier = 5.15, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 9698, }, }, - [32] = { attackTime = 500, storedUses = 1, baseMultiplier = 5.5, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 10746, }, }, - [33] = { attackTime = 500, storedUses = 1, baseMultiplier = 5.86, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 11908, }, }, - [34] = { attackTime = 500, storedUses = 1, baseMultiplier = 6.25, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 13195, }, }, - [35] = { attackTime = 500, storedUses = 1, baseMultiplier = 6.67, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 14622, }, }, - [36] = { attackTime = 500, storedUses = 1, baseMultiplier = 7.12, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 16203, }, }, - [37] = { attackTime = 500, storedUses = 1, baseMultiplier = 7.59, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 17954, }, }, - [38] = { attackTime = 500, storedUses = 1, baseMultiplier = 8.09, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 19895, }, }, - [39] = { attackTime = 500, storedUses = 1, baseMultiplier = 8.63, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 22046, }, }, - [40] = { attackTime = 500, storedUses = 1, baseMultiplier = 9.21, critChance = 5, cooldown = 3, levelRequirement = 90, cost = { ManaPerMinute = 24429, }, }, + [1] = { attackTime = 600, baseMultiplier = 0.3, critChance = 5, levelRequirement = 0, cost = { ManaPerMinute = 432, }, }, + [2] = { attackTime = 600, baseMultiplier = 0.33, critChance = 5, levelRequirement = 3, cost = { ManaPerMinute = 500, }, }, + [3] = { attackTime = 600, baseMultiplier = 0.36, critChance = 5, levelRequirement = 6, cost = { ManaPerMinute = 573, }, }, + [4] = { attackTime = 600, baseMultiplier = 0.4, critChance = 5, levelRequirement = 10, cost = { ManaPerMinute = 651, }, }, + [5] = { attackTime = 600, baseMultiplier = 0.43, critChance = 5, levelRequirement = 14, cost = { ManaPerMinute = 734, }, }, + [6] = { attackTime = 600, baseMultiplier = 0.46, critChance = 5, levelRequirement = 18, cost = { ManaPerMinute = 823, }, }, + [7] = { attackTime = 600, baseMultiplier = 0.49, critChance = 5, levelRequirement = 22, cost = { ManaPerMinute = 919, }, }, + [8] = { attackTime = 600, baseMultiplier = 0.52, critChance = 5, levelRequirement = 26, cost = { ManaPerMinute = 1021, }, }, + [9] = { attackTime = 600, baseMultiplier = 0.55, critChance = 5, levelRequirement = 31, cost = { ManaPerMinute = 1130, }, }, + [10] = { attackTime = 600, baseMultiplier = 0.57, critChance = 5, levelRequirement = 36, cost = { ManaPerMinute = 1246, }, }, + [11] = { attackTime = 600, baseMultiplier = 0.6, critChance = 5, levelRequirement = 41, cost = { ManaPerMinute = 1371, }, }, + [12] = { attackTime = 600, baseMultiplier = 0.63, critChance = 5, levelRequirement = 46, cost = { ManaPerMinute = 1503, }, }, + [13] = { attackTime = 600, baseMultiplier = 0.66, critChance = 5, levelRequirement = 52, cost = { ManaPerMinute = 1644, }, }, + [14] = { attackTime = 600, baseMultiplier = 0.7, critChance = 5, levelRequirement = 58, cost = { ManaPerMinute = 1795, }, }, + [15] = { attackTime = 600, baseMultiplier = 0.73, critChance = 5, levelRequirement = 64, cost = { ManaPerMinute = 1955, }, }, + [16] = { attackTime = 600, baseMultiplier = 0.77, critChance = 5, levelRequirement = 66, cost = { ManaPerMinute = 2125, }, }, + [17] = { attackTime = 600, baseMultiplier = 0.81, critChance = 5, levelRequirement = 72, cost = { ManaPerMinute = 2306, }, }, + [18] = { attackTime = 600, baseMultiplier = 0.85, critChance = 5, levelRequirement = 78, cost = { ManaPerMinute = 2499, }, }, + [19] = { attackTime = 600, baseMultiplier = 0.89, critChance = 5, levelRequirement = 84, cost = { ManaPerMinute = 2704, }, }, + [20] = { attackTime = 600, baseMultiplier = 0.94, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 2921, }, }, + [21] = { attackTime = 600, baseMultiplier = 0.98, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3152, }, }, + [22] = { attackTime = 600, baseMultiplier = 1.03, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3398, }, }, + [23] = { attackTime = 600, baseMultiplier = 1.08, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3658, }, }, + [24] = { attackTime = 600, baseMultiplier = 1.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 3934, }, }, + [25] = { attackTime = 600, baseMultiplier = 1.19, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4227, }, }, + [26] = { attackTime = 600, baseMultiplier = 1.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4538, }, }, + [27] = { attackTime = 600, baseMultiplier = 1.32, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 4867, }, }, + [28] = { attackTime = 600, baseMultiplier = 1.38, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5216, }, }, + [29] = { attackTime = 600, baseMultiplier = 1.45, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5586, }, }, + [30] = { attackTime = 600, baseMultiplier = 1.52, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 5978, }, }, + [31] = { attackTime = 600, baseMultiplier = 1.6, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6392, }, }, + [32] = { attackTime = 600, baseMultiplier = 1.68, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 6831, }, }, + [33] = { attackTime = 600, baseMultiplier = 1.76, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 7296, }, }, + [34] = { attackTime = 600, baseMultiplier = 1.85, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 7787, }, }, + [35] = { attackTime = 600, baseMultiplier = 1.95, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 8307, }, }, + [36] = { attackTime = 600, baseMultiplier = 2.04, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 8857, }, }, + [37] = { attackTime = 600, baseMultiplier = 2.14, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 9438, }, }, + [38] = { attackTime = 600, baseMultiplier = 2.25, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 10053, }, }, + [39] = { attackTime = 600, baseMultiplier = 2.36, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 10702, }, }, + [40] = { attackTime = 600, baseMultiplier = 2.48, critChance = 5, levelRequirement = 90, cost = { ManaPerMinute = 11389, }, }, }, statSets = { [1] = { label = "Area of Effect", - baseEffectiveness = 1.210000038147, incrementalEffectiveness = 0.27349999547005, statDescriptionScope = "channel_shield_charge", baseFlags = { @@ -11348,13 +12613,14 @@ skills["ShieldChargePlayer"] = { { "active_skill_base_area_of_effect_radius", 24 }, { "base_minimum_channel_time_ms", 1300 }, { "base_skill_effect_duration", 5000 }, - { "shield_charge_base_movement_speed", 120 }, + { "shield_charge_base_movement_speed", 90 }, { "shield_charge_extra_distance", 80 }, { "shield_charge_acceleration_duration_ms", 0 }, { "shield_charge_hit_damage_stun_multiplier_when_fully_charged_+%_final", 400 }, { "shield_charge_pushiness_+", 10 }, { "shield_charge_pushiness_+_while_fully_charged", -20 }, { "shield_charge_pushiness_+_while_decelerating", 0 }, + { "base_additional_damage_from_distance_+%_final", 100 }, }, stats = { "off_hand_weapon_minimum_physical_damage", @@ -11368,47 +12634,51 @@ skills["ShieldChargePlayer"] = { "active_block_cannot_be_stunned", "replace_off_hand_unarmed_attack_stats_with_shield_type", }, + notMinionStat = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + }, levels = { - [1] = { 4, 6, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 26, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 32, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 26, 38, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 40, 60, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 51, 76, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 57, 85, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 63, 94, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 75, 113, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, 123, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 89, 133, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 96, 144, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 103, 155, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 166, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 119, 178, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 127, 190, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 135, 202, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 144, 215, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 152, 228, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 161, 242, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 170, 256, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 180, 270, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 190, 284, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 200, 299, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 210, 315, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 220, 330, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 231, 346, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 242, 362, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 253, 379, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 264, 396, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 275, 413, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 287, 431, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 299, 449, 6, 8, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 5, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 8, 12, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 17, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, 26, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 32, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 25, 37, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, 43, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 33, 50, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 37, 56, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 42, 63, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 47, 70, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 52, 78, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 57, 85, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 62, 93, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 68, 101, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 73, 110, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 79, 119, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 85, 128, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 92, 137, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 98, 147, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 105, 157, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 112, 167, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 119, 178, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 126, 189, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 133, 200, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 141, 211, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 149, 223, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 157, 235, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 165, 247, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 173, 260, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 182, 273, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 191, 286, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 200, 299, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 209, 313, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 218, 327, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 228, 342, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 237, 356, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 247, 371, 3, 5, 0, statInterpolation = { 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, [2] = { @@ -11423,13 +12693,14 @@ skills["ShieldChargePlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 24 }, - { "shield_charge_base_movement_speed", 120 }, + { "shield_charge_base_movement_speed", 90 }, { "shield_charge_extra_distance", 80 }, { "shield_charge_acceleration_duration_ms", 0 }, { "shield_charge_hit_damage_stun_multiplier_when_fully_charged_+%_final", 400 }, { "shield_charge_pushiness_+", 10 }, { "shield_charge_pushiness_+_while_fully_charged", -20 }, { "shield_charge_pushiness_+_while_decelerating", 0 }, + { "base_additional_damage_from_distance_+%_final", 100 }, { "base_knockback_distance", 900 }, { "active_skill_hit_damage_stun_multiplier_+%_final", 50 }, }, @@ -11447,47 +12718,51 @@ skills["ShieldChargePlayer"] = { "active_block_cannot_be_stunned", "replace_off_hand_unarmed_attack_stats_with_shield_type", }, + notMinionStat = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + }, levels = { - [1] = { 4, 6, 0, 0, 0, 6, 8, baseMultiplier = 2.5, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 0, 0, 0, 6, 8, baseMultiplier = 2.75, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, 0, 0, 0, 6, 8, baseMultiplier = 3.03, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, 0, 0, 0, 6, 8, baseMultiplier = 3.31, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 26, 0, 0, 0, 6, 8, baseMultiplier = 3.58, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 32, 0, 0, 0, 6, 8, baseMultiplier = 3.86, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 26, 38, 0, 0, 0, 6, 8, baseMultiplier = 4.15, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, 0, 0, 0, 6, 8, baseMultiplier = 4.42, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, 0, 0, 0, 6, 8, baseMultiplier = 4.67, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 40, 60, 0, 0, 0, 6, 8, baseMultiplier = 4.94, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, 0, 0, 0, 6, 8, baseMultiplier = 5.23, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 51, 76, 0, 0, 0, 6, 8, baseMultiplier = 5.54, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 57, 85, 0, 0, 0, 6, 8, baseMultiplier = 5.87, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 63, 94, 0, 0, 0, 6, 8, baseMultiplier = 6.23, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 0, 0, 0, 6, 8, baseMultiplier = 6.62, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 75, 113, 0, 0, 0, 6, 8, baseMultiplier = 7.03, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, 123, 0, 0, 0, 6, 8, baseMultiplier = 7.48, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 89, 133, 0, 0, 0, 6, 8, baseMultiplier = 7.97, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 96, 144, 0, 0, 0, 6, 8, baseMultiplier = 8.49, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 103, 155, 0, 0, 0, 6, 8, baseMultiplier = 9.06, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 166, 0, 0, 0, 6, 8, baseMultiplier = 9.66, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 119, 178, 0, 0, 0, 6, 8, baseMultiplier = 10.3, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 127, 190, 0, 0, 0, 6, 8, baseMultiplier = 10.99, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 135, 202, 0, 0, 0, 6, 8, baseMultiplier = 11.72, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 144, 215, 0, 0, 0, 6, 8, baseMultiplier = 12.5, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 152, 228, 0, 0, 0, 6, 8, baseMultiplier = 13.33, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 161, 242, 0, 0, 0, 6, 8, baseMultiplier = 14.22, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 170, 256, 0, 0, 0, 6, 8, baseMultiplier = 15.17, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 180, 270, 0, 0, 0, 6, 8, baseMultiplier = 16.18, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 190, 284, 0, 0, 0, 6, 8, baseMultiplier = 17.26, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 200, 299, 0, 0, 0, 6, 8, baseMultiplier = 18.41, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 210, 315, 0, 0, 0, 6, 8, baseMultiplier = 19.63, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 220, 330, 0, 0, 0, 6, 8, baseMultiplier = 20.94, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 231, 346, 0, 0, 0, 6, 8, baseMultiplier = 22.34, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 242, 362, 0, 0, 0, 6, 8, baseMultiplier = 23.82, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 253, 379, 0, 0, 0, 6, 8, baseMultiplier = 25.41, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 264, 396, 0, 0, 0, 6, 8, baseMultiplier = 27.1, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 275, 413, 0, 0, 0, 6, 8, baseMultiplier = 28.91, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 287, 431, 0, 0, 0, 6, 8, baseMultiplier = 30.84, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 299, 449, 0, 0, 0, 6, 8, baseMultiplier = 32.89, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 5, 0, 0, 0, 6, 8, baseMultiplier = 0.6, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 5, 8, 0, 0, 0, 6, 8, baseMultiplier = 0.66, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 8, 12, 0, 0, 0, 6, 8, baseMultiplier = 0.73, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 11, 17, 0, 0, 0, 6, 8, baseMultiplier = 0.79, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 14, 21, 0, 0, 0, 6, 8, baseMultiplier = 0.86, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 18, 26, 0, 0, 0, 6, 8, baseMultiplier = 0.93, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 32, 0, 0, 0, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 25, 37, 0, 0, 0, 6, 8, baseMultiplier = 1.06, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 29, 43, 0, 0, 0, 6, 8, baseMultiplier = 1.12, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 33, 50, 0, 0, 0, 6, 8, baseMultiplier = 1.19, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 37, 56, 0, 0, 0, 6, 8, baseMultiplier = 1.25, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 42, 63, 0, 0, 0, 6, 8, baseMultiplier = 1.33, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 47, 70, 0, 0, 0, 6, 8, baseMultiplier = 1.41, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 52, 78, 0, 0, 0, 6, 8, baseMultiplier = 1.5, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 57, 85, 0, 0, 0, 6, 8, baseMultiplier = 1.59, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 62, 93, 0, 0, 0, 6, 8, baseMultiplier = 1.69, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 68, 101, 0, 0, 0, 6, 8, baseMultiplier = 1.8, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 73, 110, 0, 0, 0, 6, 8, baseMultiplier = 1.91, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 79, 119, 0, 0, 0, 6, 8, baseMultiplier = 2.04, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 85, 128, 0, 0, 0, 6, 8, baseMultiplier = 2.17, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 92, 137, 0, 0, 0, 6, 8, baseMultiplier = 2.32, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 98, 147, 0, 0, 0, 6, 8, baseMultiplier = 2.47, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 105, 157, 0, 0, 0, 6, 8, baseMultiplier = 2.64, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 112, 167, 0, 0, 0, 6, 8, baseMultiplier = 2.81, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 119, 178, 0, 0, 0, 6, 8, baseMultiplier = 3, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 126, 189, 0, 0, 0, 6, 8, baseMultiplier = 3.2, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 133, 200, 0, 0, 0, 6, 8, baseMultiplier = 3.41, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 141, 211, 0, 0, 0, 6, 8, baseMultiplier = 3.64, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 149, 223, 0, 0, 0, 6, 8, baseMultiplier = 3.88, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 157, 235, 0, 0, 0, 6, 8, baseMultiplier = 4.14, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 165, 247, 0, 0, 0, 6, 8, baseMultiplier = 4.42, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 173, 260, 0, 0, 0, 6, 8, baseMultiplier = 4.71, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 182, 273, 0, 0, 0, 6, 8, baseMultiplier = 5.03, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 191, 286, 0, 0, 0, 6, 8, baseMultiplier = 5.36, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 200, 299, 0, 0, 0, 6, 8, baseMultiplier = 5.72, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 209, 313, 0, 0, 0, 6, 8, baseMultiplier = 6.1, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 218, 327, 0, 0, 0, 6, 8, baseMultiplier = 6.51, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 228, 342, 0, 0, 0, 6, 8, baseMultiplier = 6.94, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 237, 356, 0, 0, 0, 6, 8, baseMultiplier = 7.4, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 247, 371, 0, 0, 0, 6, 8, baseMultiplier = 7.89, statInterpolation = { 1, 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11496,53 +12771,53 @@ skills["ShieldWallPlayer"] = { name = "Shield Wall", baseTypeName = "Shield Wall", color = 1, - description = "Ram your Shield into the ground, throwing up a semi-circular wall of earth. Enemies can attack the walls and your Slams or Warcries will instantly destroy them. Each wall segment explodes when destroyed, damaging enemies around it.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Wall] = true, [SkillType.Duration] = true, [SkillType.RequiresShield] = true, [SkillType.Physical] = true, [SkillType.Area] = true, [SkillType.SupportedByFountains] = true, [SkillType.NonWeaponAttack] = true, [SkillType.Melee] = true, }, + description = "Ram your Shield into the ground, throwing up a wall of earth. Enemies can attack your wall segments, and your Slams, Warcries, and Shield Charge will instantly shatter them all. The segments explode when shattered, damaging enemies in front of and around them.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Wall] = true, [SkillType.Duration] = true, [SkillType.RequiresShield] = true, [SkillType.Physical] = true, [SkillType.Area] = true, [SkillType.SupportedByFountains] = true, [SkillType.NonWeaponAttack] = true, [SkillType.Melee] = true, [SkillType.NoAttackInPlace] = true, [SkillType.CanCreateStoneElementals] = true, }, castTime = 1, qualityStats = { - { "base_number_of_shield_walls_allowed", 0.1 }, + { "shield_wall_damage_+%_final_when_slammed", 2 }, }, levels = { - [1] = { attackTime = 1250, baseMultiplier = 0.9, critChance = 5, levelRequirement = 0, cost = { Mana = 14, }, }, - [2] = { attackTime = 1250, baseMultiplier = 0.99, critChance = 5, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { attackTime = 1250, baseMultiplier = 1.09, critChance = 5, levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { attackTime = 1250, baseMultiplier = 1.19, critChance = 5, levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { attackTime = 1250, baseMultiplier = 1.28, critChance = 5, levelRequirement = 14, cost = { Mana = 21, }, }, - [6] = { attackTime = 1250, baseMultiplier = 1.38, critChance = 5, levelRequirement = 18, cost = { Mana = 23, }, }, - [7] = { attackTime = 1250, baseMultiplier = 1.47, critChance = 5, levelRequirement = 22, cost = { Mana = 25, }, }, - [8] = { attackTime = 1250, baseMultiplier = 1.56, critChance = 5, levelRequirement = 26, cost = { Mana = 28, }, }, - [9] = { attackTime = 1250, baseMultiplier = 1.64, critChance = 5, levelRequirement = 31, cost = { Mana = 31, }, }, - [10] = { attackTime = 1250, baseMultiplier = 1.72, critChance = 5, levelRequirement = 36, cost = { Mana = 35, }, }, - [11] = { attackTime = 1250, baseMultiplier = 1.81, critChance = 5, levelRequirement = 41, cost = { Mana = 39, }, }, - [12] = { attackTime = 1250, baseMultiplier = 1.9, critChance = 5, levelRequirement = 46, cost = { Mana = 43, }, }, - [13] = { attackTime = 1250, baseMultiplier = 1.99, critChance = 5, levelRequirement = 52, cost = { Mana = 48, }, }, - [14] = { attackTime = 1250, baseMultiplier = 2.09, critChance = 5, levelRequirement = 58, cost = { Mana = 53, }, }, - [15] = { attackTime = 1250, baseMultiplier = 2.2, critChance = 5, levelRequirement = 64, cost = { Mana = 59, }, }, - [16] = { attackTime = 1250, baseMultiplier = 2.31, critChance = 5, levelRequirement = 66, cost = { Mana = 65, }, }, - [17] = { attackTime = 1250, baseMultiplier = 2.42, critChance = 5, levelRequirement = 72, cost = { Mana = 72, }, }, - [18] = { attackTime = 1250, baseMultiplier = 2.55, critChance = 5, levelRequirement = 78, cost = { Mana = 80, }, }, - [19] = { attackTime = 1250, baseMultiplier = 2.67, critChance = 5, levelRequirement = 84, cost = { Mana = 89, }, }, - [20] = { attackTime = 1250, baseMultiplier = 2.81, critChance = 5, levelRequirement = 90, cost = { Mana = 98, }, }, - [21] = { attackTime = 1250, baseMultiplier = 2.95, critChance = 5, levelRequirement = 90, cost = { Mana = 109, }, }, - [22] = { attackTime = 1250, baseMultiplier = 3.09, critChance = 5, levelRequirement = 90, cost = { Mana = 121, }, }, - [23] = { attackTime = 1250, baseMultiplier = 3.25, critChance = 5, levelRequirement = 90, cost = { Mana = 134, }, }, - [24] = { attackTime = 1250, baseMultiplier = 3.41, critChance = 5, levelRequirement = 90, cost = { Mana = 148, }, }, - [25] = { attackTime = 1250, baseMultiplier = 3.58, critChance = 5, levelRequirement = 90, cost = { Mana = 164, }, }, - [26] = { attackTime = 1250, baseMultiplier = 3.76, critChance = 5, levelRequirement = 90, cost = { Mana = 182, }, }, - [27] = { attackTime = 1250, baseMultiplier = 3.95, critChance = 5, levelRequirement = 90, cost = { Mana = 202, }, }, - [28] = { attackTime = 1250, baseMultiplier = 4.15, critChance = 5, levelRequirement = 90, cost = { Mana = 224, }, }, - [29] = { attackTime = 1250, baseMultiplier = 4.35, critChance = 5, levelRequirement = 90, cost = { Mana = 248, }, }, - [30] = { attackTime = 1250, baseMultiplier = 4.57, critChance = 5, levelRequirement = 90, cost = { Mana = 275, }, }, - [31] = { attackTime = 1250, baseMultiplier = 4.8, critChance = 5, levelRequirement = 90, cost = { Mana = 305, }, }, - [32] = { attackTime = 1250, baseMultiplier = 5.04, critChance = 5, levelRequirement = 90, cost = { Mana = 338, }, }, - [33] = { attackTime = 1250, baseMultiplier = 5.29, critChance = 5, levelRequirement = 90, cost = { Mana = 374, }, }, - [34] = { attackTime = 1250, baseMultiplier = 5.56, critChance = 5, levelRequirement = 90, cost = { Mana = 415, }, }, - [35] = { attackTime = 1250, baseMultiplier = 5.84, critChance = 5, levelRequirement = 90, cost = { Mana = 460, }, }, - [36] = { attackTime = 1250, baseMultiplier = 6.13, critChance = 5, levelRequirement = 90, cost = { Mana = 510, }, }, - [37] = { attackTime = 1250, baseMultiplier = 6.43, critChance = 5, levelRequirement = 90, cost = { Mana = 565, }, }, - [38] = { attackTime = 1250, baseMultiplier = 6.76, critChance = 5, levelRequirement = 90, cost = { Mana = 626, }, }, - [39] = { attackTime = 1250, baseMultiplier = 7.09, critChance = 5, levelRequirement = 90, cost = { Mana = 694, }, }, - [40] = { attackTime = 1250, baseMultiplier = 7.45, critChance = 5, levelRequirement = 90, cost = { Mana = 769, }, }, + [1] = { attackTime = 1250, baseMultiplier = 0.65, critChance = 5, levelRequirement = 0, cost = { Mana = 13, }, }, + [2] = { attackTime = 1250, baseMultiplier = 0.71, critChance = 5, levelRequirement = 3, cost = { Mana = 15, }, }, + [3] = { attackTime = 1250, baseMultiplier = 0.79, critChance = 5, levelRequirement = 6, cost = { Mana = 18, }, }, + [4] = { attackTime = 1250, baseMultiplier = 0.86, critChance = 5, levelRequirement = 10, cost = { Mana = 20, }, }, + [5] = { attackTime = 1250, baseMultiplier = 0.93, critChance = 5, levelRequirement = 14, cost = { Mana = 23, }, }, + [6] = { attackTime = 1250, critChance = 5, levelRequirement = 18, cost = { Mana = 25, }, }, + [7] = { attackTime = 1250, baseMultiplier = 1.08, critChance = 5, levelRequirement = 22, cost = { Mana = 28, }, }, + [8] = { attackTime = 1250, baseMultiplier = 1.15, critChance = 5, levelRequirement = 26, cost = { Mana = 32, }, }, + [9] = { attackTime = 1250, baseMultiplier = 1.21, critChance = 5, levelRequirement = 31, cost = { Mana = 35, }, }, + [10] = { attackTime = 1250, baseMultiplier = 1.28, critChance = 5, levelRequirement = 36, cost = { Mana = 39, }, }, + [11] = { attackTime = 1250, baseMultiplier = 1.36, critChance = 5, levelRequirement = 41, cost = { Mana = 43, }, }, + [12] = { attackTime = 1250, baseMultiplier = 1.44, critChance = 5, levelRequirement = 46, cost = { Mana = 47, }, }, + [13] = { attackTime = 1250, baseMultiplier = 1.53, critChance = 5, levelRequirement = 52, cost = { Mana = 51, }, }, + [14] = { attackTime = 1250, baseMultiplier = 1.62, critChance = 5, levelRequirement = 58, cost = { Mana = 56, }, }, + [15] = { attackTime = 1250, baseMultiplier = 1.72, critChance = 5, levelRequirement = 64, cost = { Mana = 61, }, }, + [16] = { attackTime = 1250, baseMultiplier = 1.83, critChance = 5, levelRequirement = 66, cost = { Mana = 66, }, }, + [17] = { attackTime = 1250, baseMultiplier = 1.95, critChance = 5, levelRequirement = 72, cost = { Mana = 72, }, }, + [18] = { attackTime = 1250, baseMultiplier = 2.07, critChance = 5, levelRequirement = 78, cost = { Mana = 78, }, }, + [19] = { attackTime = 1250, baseMultiplier = 2.21, critChance = 5, levelRequirement = 84, cost = { Mana = 85, }, }, + [20] = { attackTime = 1250, baseMultiplier = 2.35, critChance = 5, levelRequirement = 90, cost = { Mana = 92, }, }, + [21] = { attackTime = 1250, baseMultiplier = 2.51, critChance = 5, levelRequirement = 90, cost = { Mana = 99, }, }, + [22] = { attackTime = 1250, baseMultiplier = 2.68, critChance = 5, levelRequirement = 90, cost = { Mana = 107, }, }, + [23] = { attackTime = 1250, baseMultiplier = 2.86, critChance = 5, levelRequirement = 90, cost = { Mana = 115, }, }, + [24] = { attackTime = 1250, baseMultiplier = 3.05, critChance = 5, levelRequirement = 90, cost = { Mana = 123, }, }, + [25] = { attackTime = 1250, baseMultiplier = 3.25, critChance = 5, levelRequirement = 90, cost = { Mana = 133, }, }, + [26] = { attackTime = 1250, baseMultiplier = 3.47, critChance = 5, levelRequirement = 90, cost = { Mana = 142, }, }, + [27] = { attackTime = 1250, baseMultiplier = 3.7, critChance = 5, levelRequirement = 90, cost = { Mana = 153, }, }, + [28] = { attackTime = 1250, baseMultiplier = 3.94, critChance = 5, levelRequirement = 90, cost = { Mana = 164, }, }, + [29] = { attackTime = 1250, baseMultiplier = 4.21, critChance = 5, levelRequirement = 90, cost = { Mana = 175, }, }, + [30] = { attackTime = 1250, baseMultiplier = 4.49, critChance = 5, levelRequirement = 90, cost = { Mana = 188, }, }, + [31] = { attackTime = 1250, baseMultiplier = 4.79, critChance = 5, levelRequirement = 90, cost = { Mana = 201, }, }, + [32] = { attackTime = 1250, baseMultiplier = 5.1, critChance = 5, levelRequirement = 90, cost = { Mana = 215, }, }, + [33] = { attackTime = 1250, baseMultiplier = 5.44, critChance = 5, levelRequirement = 90, cost = { Mana = 229, }, }, + [34] = { attackTime = 1250, baseMultiplier = 5.81, critChance = 5, levelRequirement = 90, cost = { Mana = 245, }, }, + [35] = { attackTime = 1250, baseMultiplier = 6.19, critChance = 5, levelRequirement = 90, cost = { Mana = 261, }, }, + [36] = { attackTime = 1250, baseMultiplier = 6.61, critChance = 5, levelRequirement = 90, cost = { Mana = 279, }, }, + [37] = { attackTime = 1250, baseMultiplier = 7.05, critChance = 5, levelRequirement = 90, cost = { Mana = 297, }, }, + [38] = { attackTime = 1250, baseMultiplier = 7.52, critChance = 5, levelRequirement = 90, cost = { Mana = 316, }, }, + [39] = { attackTime = 1250, baseMultiplier = 8.02, critChance = 5, levelRequirement = 90, cost = { Mana = 337, }, }, + [40] = { attackTime = 1250, baseMultiplier = 8.55, critChance = 5, levelRequirement = 90, cost = { Mana = 358, }, }, }, statSets = { [1] = { @@ -11559,8 +12834,10 @@ skills["ShieldWallPlayer"] = { { "base_skill_effect_duration", 6000 }, { "wall_expand_delay_ms", 40 }, { "active_skill_base_area_of_effect_radius", 40 }, - { "active_skill_base_secondary_area_of_effect_radius", 8 }, + { "active_skill_base_secondary_area_of_effect_radius", 14 }, { "base_number_of_shield_walls_allowed", 2 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, + { "shield_wall_damage_+%_final_when_slammed", 100 }, }, stats = { "off_hand_weapon_minimum_physical_damage", @@ -11575,47 +12852,51 @@ skills["ShieldWallPlayer"] = { "quality_display_shield_wall_is_gem", "replace_off_hand_unarmed_attack_stats_with_shield_type", }, + notMinionStat = { + "off_hand_weapon_minimum_physical_damage", + "off_hand_weapon_maximum_physical_damage", + }, levels = { - [1] = { 4, 6, 50, 36, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 50, 64, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, 50, 108, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, 50, 164, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 26, 50, 240, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 32, 50, 334, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 26, 38, 50, 460, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, 50, 624, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, 50, 832, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 40, 60, 50, 1100, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, 50, 1438, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 51, 76, 50, 1866, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 57, 85, 50, 2408, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 63, 94, 50, 3086, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 50, 3940, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 75, 113, 50, 5016, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, 123, 50, 6362, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 89, 133, 50, 8032, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 96, 144, 50, 10118, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 103, 155, 50, 12714, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 166, 50, 13254, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 119, 178, 50, 14371, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 127, 190, 50, 16378, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 135, 202, 50, 18862, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 144, 215, 50, 21933, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 152, 228, 50, 23030, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 161, 242, 50, 24181, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 170, 256, 50, 25390, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 180, 270, 50, 26660, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 190, 284, 50, 27993, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 200, 299, 50, 29392, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 210, 315, 50, 30862, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 220, 330, 50, 32405, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 231, 346, 50, 34025, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 242, 362, 50, 35727, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 253, 379, 50, 37513, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 264, 396, 50, 39389, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 275, 413, 50, 41358, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 287, 431, 50, 43426, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 299, 449, 50, 45597, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 4, 6, 70, 36, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6, 9, 70, 64, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 10, 15, 70, 108, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 13, 20, 70, 164, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 17, 26, 70, 240, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 21, 32, 70, 334, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 26, 38, 70, 460, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 30, 45, 70, 624, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 35, 53, 70, 832, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 40, 60, 70, 1100, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 45, 68, 70, 1438, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 51, 76, 70, 1866, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 57, 85, 70, 2408, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 63, 94, 70, 3086, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 69, 103, 70, 3940, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 75, 113, 70, 5016, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 82, 123, 70, 6362, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 89, 133, 70, 8032, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 96, 144, 70, 10118, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 103, 155, 70, 12714, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 111, 166, 70, 13254, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 119, 178, 70, 14371, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 127, 190, 70, 16378, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 135, 202, 70, 18862, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 144, 215, 70, 21933, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 152, 228, 70, 23030, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 161, 242, 70, 24181, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 170, 256, 70, 25390, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 180, 270, 70, 26660, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 190, 284, 70, 27993, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 200, 299, 70, 29392, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 210, 315, 70, 30862, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 220, 330, 70, 32405, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 231, 346, 70, 34025, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 242, 362, 70, 35727, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 253, 379, 70, 37513, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 264, 396, 70, 39389, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 275, 413, 70, 41358, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 287, 431, 70, 43426, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 299, 449, 70, 45597, 6, 8, statInterpolation = { 1, 1, 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11624,8 +12905,8 @@ skills["ShockwaveTotemPlayer"] = { name = "Shockwave Totem", baseTypeName = "Shockwave Totem", color = 1, - description = "Raise a Totem that Slams the ground around it, repeatedly damaging nearby enemies. Jagged Ground erupts when hit by this Slam, damaging enemies standing on it.", - skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, }, + description = "Raise a Totem that Slams the ground around it, repeatedly damaging nearby enemies. Jagged Ground erupts when hit by this Slam, damaging enemies standing on it. The Totem cannot create Jagged Ground.", + skillTypes = { [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, [SkillType.CannotCreateJaggedGround] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Flail"] = true, @@ -11644,55 +12925,54 @@ skills["ShockwaveTotemPlayer"] = { skillTotemId = 5, castTime = 0.6, qualityStats = { - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", -10 }, + { "base_totem_duration", 200 }, }, levels = { [1] = { levelRequirement = 0, cost = { Mana = 15, }, }, [2] = { levelRequirement = 3, cost = { Mana = 17, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 19, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 21, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 23, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 26, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 29, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 32, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 35, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 39, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 43, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 48, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 53, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 59, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 66, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 73, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 20, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 23, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 25, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 29, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 32, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 36, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 39, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 44, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 48, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 53, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 58, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 63, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 69, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 75, }, }, [17] = { levelRequirement = 72, cost = { Mana = 81, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 90, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 99, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 110, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 122, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 135, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 150, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 166, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 185, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 205, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 227, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 251, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 278, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 309, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 342, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 379, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 420, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 466, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 516, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 572, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 634, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 702, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 778, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 862, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 88, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 95, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 103, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 111, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 120, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 129, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 139, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 149, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 160, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 172, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 184, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 197, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 211, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 225, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 257, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 275, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 293, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 312, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 333, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 355, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 378, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 402, }, }, }, statSets = { [1] = { label = "Totem", - baseEffectiveness = 1.210000038147, - incrementalEffectiveness = 0.27349999547005, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { totem = true, @@ -11700,63 +12980,59 @@ skills["ShockwaveTotemPlayer"] = { constantStats = { { "base_totem_duration", 12000 }, { "base_totem_range", 80 }, - { "alt_attack_container_main_hand_weapon_critical_strike_chance", 500 }, - { "alt_attack_container_main_hand_base_weapon_attack_duration_ms", 1500 }, { "base_number_of_totems_allowed", 1 }, }, stats = { - "alt_attack_container_main_hand_weapon_minimum_physical_damage", - "alt_attack_container_main_hand_weapon_maximum_physical_damage", "totem_elemental_resistance_%", "totem_chaos_resistance_%", "is_totem", "skill_is_deploy_skill", - "active_skill_has_alt_attack_container", "totem_targets_ignoring_action_distance", - "alt_attack_container_main_hand_unarmed_override_nothing_type", "quality_display_base_totem_duration_is_gem", + "cannot_create_jagged_ground", + "is_melee_attack_totem", }, levels = { - [1] = { 4, 6, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 26, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 32, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 26, 38, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 40, 60, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 45, 68, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 51, 76, 0, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 57, 85, 5, 0, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 63, 94, 15, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 69, 103, 25, 10, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 75, 113, 35, 15, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 82, 123, 45, 20, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 89, 133, 55, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 96, 144, 65, 30, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 103, 155, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 111, 166, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 119, 178, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 127, 190, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 135, 202, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 144, 215, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 152, 228, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 161, 242, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 170, 256, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 180, 270, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 190, 284, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 200, 299, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 210, 315, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 220, 330, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 231, 346, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 242, 362, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 253, 379, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 264, 396, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 275, 413, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 287, 431, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 299, 449, 75, 35, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -11764,72 +13040,403 @@ skills["ShockwaveTotemPlayer"] = { skills["ShockwaveTotemQuakePlayer"] = { name = "Shockwave Slam", hidden = true, - skillTypes = { [SkillType.Area] = true, [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, [SkillType.Nova] = true, [SkillType.Slam] = true, [SkillType.UsedByTotem] = true, }, - castTime = 0.6, + skillTypes = { [SkillType.Area] = true, [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Nova] = true, [SkillType.Slam] = true, [SkillType.UsedByTotem] = true, [SkillType.CannotCreateJaggedGround] = true, }, + weaponTypes = { + ["One Handed Mace"] = true, + ["Flail"] = true, + ["Two Handed Sword"] = true, + ["Dagger"] = true, + ["Claw"] = true, + ["Crossbow"] = true, + ["Bow"] = true, + ["Spear"] = true, + ["Two Handed Axe"] = true, + ["Two Handed Mace"] = true, + ["One Handed Axe"] = true, + ["Staff"] = true, + ["One Handed Sword"] = true, + }, + castTime = 0.6, + qualityStats = { + }, + levels = { + [1] = { attackSpeedMultiplier = -50, baseMultiplier = 0.25, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = -50, baseMultiplier = 0.27, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = -50, baseMultiplier = 0.3, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = -50, baseMultiplier = 0.33, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = -50, baseMultiplier = 0.35, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = -50, baseMultiplier = 0.38, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = -50, baseMultiplier = 0.4, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = -50, baseMultiplier = 0.42, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = -50, baseMultiplier = 0.44, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = -50, baseMultiplier = 0.46, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = -50, baseMultiplier = 0.48, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = -50, baseMultiplier = 0.5, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = -50, baseMultiplier = 0.52, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = -50, baseMultiplier = 0.54, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = -50, baseMultiplier = 0.56, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = -50, baseMultiplier = 0.58, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = -50, baseMultiplier = 0.6, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = -50, baseMultiplier = 0.62, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = -50, baseMultiplier = 0.64, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = -50, baseMultiplier = 0.66, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = -50, baseMultiplier = 0.68, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = -50, baseMultiplier = 0.7, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = -50, baseMultiplier = 0.73, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = -50, baseMultiplier = 0.75, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = -50, baseMultiplier = 0.78, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = -50, baseMultiplier = 0.8, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = -50, baseMultiplier = 0.83, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = -50, baseMultiplier = 0.86, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = -50, baseMultiplier = 0.88, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = -50, baseMultiplier = 0.91, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = -50, baseMultiplier = 0.94, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = -50, baseMultiplier = 0.98, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = -50, baseMultiplier = 1.01, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = -50, baseMultiplier = 1.04, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = -50, baseMultiplier = 1.08, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = -50, baseMultiplier = 1.11, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = -50, baseMultiplier = 1.15, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = -50, baseMultiplier = 1.19, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = -50, baseMultiplier = 1.23, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = -50, baseMultiplier = 1.27, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Slam", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "totem_shockwave_quake", + baseFlags = { + totem = true, + attack = true, + area = true, + melee = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 30 }, + { "skill_disabled_unless_cloned", 2 }, + }, + stats = { + "is_area_damage", + "attack_is_melee_override", + "base_skill_is_totemified", + "cannot_create_jagged_ground", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Jagged Ground Eruption", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "totem_shockwave_quake", + baseFlags = { + totem = true, + attack = true, + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 30 }, + { "skill_disabled_unless_cloned", 2 }, + }, + stats = { + "is_area_damage", + "attack_is_melee_override", + "base_skill_is_totemified", + "cannot_create_jagged_ground", + }, + levels = { + [1] = { baseMultiplier = 0.9, actorLevel = 1, }, + [2] = { baseMultiplier = 0.99, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 1.08, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 1.18, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 1.27, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 1.36, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 1.44, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 1.52, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 1.58, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 1.65, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.72, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.79, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.86, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.93, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 2, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 2.07, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 2.15, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 2.22, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 2.3, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 2.37, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 2.45, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.53, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.62, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.7, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.79, actorLevel = 136.875, }, + [26] = { baseMultiplier = 2.89, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 2.98, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.08, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.18, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 3.29, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 3.4, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 3.51, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 3.63, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 3.75, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 3.87, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 4, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 4.13, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 4.27, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 4.41, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 4.56, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["SiegeBallistaPlayer"] = { + name = "Siege Ballista", + baseTypeName = "Siege Ballista", + color = 1, + description = "Deploy a Ballista Totem that fires bolts skyward, to explode a short time after landing.", + skillTypes = { [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.SummonsAttackTotem] = true, [SkillType.TotemsAreBallistae] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, + skillTotemId = 19, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 18, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 20, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 23, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 27, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 30, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 34, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 38, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 42, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 47, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 51, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 57, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 62, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 68, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 74, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 81, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 88, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 95, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 103, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 112, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 121, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 131, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 141, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 152, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 163, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 175, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 202, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 217, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 232, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 248, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 284, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 303, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 323, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 345, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 368, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 392, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 418, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 445, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 473, }, }, + }, + statSets = { + [1] = { + label = "Ballista", + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + totem = true, + }, + constantStats = { + { "base_totem_range", 80 }, + { "base_totem_duration", 8000 }, + { "base_number_of_totems_allowed", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + }, + stats = { + "totem_elemental_resistance_%", + "totem_chaos_resistance_%", + "skill_is_deploy_skill", + "is_totem", + "is_ranged_attack_totem", + "can_perform_skill_while_moving", + "totem_targets_ignoring_action_distance", + "base_deal_no_damage", + "quality_display_base_totem_duration_is_gem", + }, + levels = { + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 5, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 15, 5, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 25, 10, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 35, 15, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 45, 20, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 55, 25, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 65, 30, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 75, 35, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["SiegeBallistaProjectilePlayer"] = { + name = "Artillery", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.Barrageable] = true, [SkillType.AttackInPlaceIsDefault] = true, [SkillType.Fire] = true, [SkillType.Area] = true, [SkillType.CannotChain] = true, [SkillType.UsedByTotem] = true, }, + weaponTypes = { + ["Crossbow"] = true, + }, + castTime = 1, qualityStats = { + { "active_skill_base_secondary_area_of_effect_radius", 0.15 }, }, levels = { - [1] = { baseMultiplier = 0.8, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.88, levelRequirement = 0, }, - [3] = { baseMultiplier = 0.96, levelRequirement = 0, }, - [4] = { baseMultiplier = 1.05, levelRequirement = 0, }, - [5] = { baseMultiplier = 1.13, levelRequirement = 0, }, - [6] = { baseMultiplier = 1.21, levelRequirement = 0, }, - [7] = { baseMultiplier = 1.28, levelRequirement = 0, }, - [8] = { baseMultiplier = 1.35, levelRequirement = 0, }, - [9] = { baseMultiplier = 1.41, levelRequirement = 0, }, - [10] = { baseMultiplier = 1.47, levelRequirement = 0, }, - [11] = { baseMultiplier = 1.53, levelRequirement = 0, }, - [12] = { baseMultiplier = 1.59, levelRequirement = 0, }, - [13] = { baseMultiplier = 1.65, levelRequirement = 0, }, - [14] = { baseMultiplier = 1.71, levelRequirement = 0, }, - [15] = { baseMultiplier = 1.78, levelRequirement = 0, }, - [16] = { baseMultiplier = 1.84, levelRequirement = 0, }, - [17] = { baseMultiplier = 1.91, levelRequirement = 0, }, - [18] = { baseMultiplier = 1.97, levelRequirement = 0, }, - [19] = { baseMultiplier = 2.04, levelRequirement = 0, }, - [20] = { baseMultiplier = 2.11, levelRequirement = 0, }, - [21] = { baseMultiplier = 2.18, levelRequirement = 0, }, - [22] = { baseMultiplier = 2.25, levelRequirement = 0, }, - [23] = { baseMultiplier = 2.33, levelRequirement = 0, }, - [24] = { baseMultiplier = 2.4, levelRequirement = 0, }, - [25] = { baseMultiplier = 2.48, levelRequirement = 0, }, - [26] = { baseMultiplier = 2.57, levelRequirement = 0, }, - [27] = { baseMultiplier = 2.65, levelRequirement = 0, }, - [28] = { baseMultiplier = 2.74, levelRequirement = 0, }, - [29] = { baseMultiplier = 2.83, levelRequirement = 0, }, - [30] = { baseMultiplier = 2.92, levelRequirement = 0, }, - [31] = { baseMultiplier = 3.02, levelRequirement = 0, }, - [32] = { baseMultiplier = 3.12, levelRequirement = 0, }, - [33] = { baseMultiplier = 3.22, levelRequirement = 0, }, - [34] = { baseMultiplier = 3.33, levelRequirement = 0, }, - [35] = { baseMultiplier = 3.44, levelRequirement = 0, }, - [36] = { baseMultiplier = 3.56, levelRequirement = 0, }, - [37] = { baseMultiplier = 3.67, levelRequirement = 0, }, - [38] = { baseMultiplier = 3.8, levelRequirement = 0, }, - [39] = { baseMultiplier = 3.92, levelRequirement = 0, }, - [40] = { baseMultiplier = 4.05, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = -75, baseMultiplier = 0.25, levelRequirement = 0, }, + [2] = { attackSpeedMultiplier = -75, baseMultiplier = 0.27, levelRequirement = 0, }, + [3] = { attackSpeedMultiplier = -75, baseMultiplier = 0.3, levelRequirement = 0, }, + [4] = { attackSpeedMultiplier = -75, baseMultiplier = 0.33, levelRequirement = 0, }, + [5] = { attackSpeedMultiplier = -75, baseMultiplier = 0.35, levelRequirement = 0, }, + [6] = { attackSpeedMultiplier = -75, baseMultiplier = 0.38, levelRequirement = 0, }, + [7] = { attackSpeedMultiplier = -75, baseMultiplier = 0.4, levelRequirement = 0, }, + [8] = { attackSpeedMultiplier = -75, baseMultiplier = 0.42, levelRequirement = 0, }, + [9] = { attackSpeedMultiplier = -75, baseMultiplier = 0.44, levelRequirement = 0, }, + [10] = { attackSpeedMultiplier = -75, baseMultiplier = 0.46, levelRequirement = 0, }, + [11] = { attackSpeedMultiplier = -75, baseMultiplier = 0.48, levelRequirement = 0, }, + [12] = { attackSpeedMultiplier = -75, baseMultiplier = 0.5, levelRequirement = 0, }, + [13] = { attackSpeedMultiplier = -75, baseMultiplier = 0.52, levelRequirement = 0, }, + [14] = { attackSpeedMultiplier = -75, baseMultiplier = 0.54, levelRequirement = 0, }, + [15] = { attackSpeedMultiplier = -75, baseMultiplier = 0.56, levelRequirement = 0, }, + [16] = { attackSpeedMultiplier = -75, baseMultiplier = 0.58, levelRequirement = 0, }, + [17] = { attackSpeedMultiplier = -75, baseMultiplier = 0.6, levelRequirement = 0, }, + [18] = { attackSpeedMultiplier = -75, baseMultiplier = 0.62, levelRequirement = 0, }, + [19] = { attackSpeedMultiplier = -75, baseMultiplier = 0.64, levelRequirement = 0, }, + [20] = { attackSpeedMultiplier = -75, baseMultiplier = 0.66, levelRequirement = 0, }, + [21] = { attackSpeedMultiplier = -75, baseMultiplier = 0.68, levelRequirement = 0, }, + [22] = { attackSpeedMultiplier = -75, baseMultiplier = 0.7, levelRequirement = 0, }, + [23] = { attackSpeedMultiplier = -75, baseMultiplier = 0.73, levelRequirement = 0, }, + [24] = { attackSpeedMultiplier = -75, baseMultiplier = 0.75, levelRequirement = 0, }, + [25] = { attackSpeedMultiplier = -75, baseMultiplier = 0.78, levelRequirement = 0, }, + [26] = { attackSpeedMultiplier = -75, baseMultiplier = 0.8, levelRequirement = 0, }, + [27] = { attackSpeedMultiplier = -75, baseMultiplier = 0.83, levelRequirement = 0, }, + [28] = { attackSpeedMultiplier = -75, baseMultiplier = 0.86, levelRequirement = 0, }, + [29] = { attackSpeedMultiplier = -75, baseMultiplier = 0.88, levelRequirement = 0, }, + [30] = { attackSpeedMultiplier = -75, baseMultiplier = 0.91, levelRequirement = 0, }, + [31] = { attackSpeedMultiplier = -75, baseMultiplier = 0.94, levelRequirement = 0, }, + [32] = { attackSpeedMultiplier = -75, baseMultiplier = 0.98, levelRequirement = 0, }, + [33] = { attackSpeedMultiplier = -75, baseMultiplier = 1.01, levelRequirement = 0, }, + [34] = { attackSpeedMultiplier = -75, baseMultiplier = 1.04, levelRequirement = 0, }, + [35] = { attackSpeedMultiplier = -75, baseMultiplier = 1.08, levelRequirement = 0, }, + [36] = { attackSpeedMultiplier = -75, baseMultiplier = 1.11, levelRequirement = 0, }, + [37] = { attackSpeedMultiplier = -75, baseMultiplier = 1.15, levelRequirement = 0, }, + [38] = { attackSpeedMultiplier = -75, baseMultiplier = 1.19, levelRequirement = 0, }, + [39] = { attackSpeedMultiplier = -75, baseMultiplier = 1.23, levelRequirement = 0, }, + [40] = { attackSpeedMultiplier = -75, baseMultiplier = 1.27, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Slam", + label = "Artillery", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "totem_shockwave_quake", + statDescriptionScope = "artillery_ballista_projectile", baseFlags = { - totem = true, attack = true, - area = true, - melee = true, + projectile = true, + totem = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 30 }, - { "active_skill_base_secondary_area_of_effect_radius", 60 }, - { "skill_disabled_unless_cloned", 2 }, + { "action_required_target_facing_angle_tolerance_degrees", 90 }, + { "base_number_of_projectiles", 3 }, + { "siege_cascade_fall_time_ms", 800 }, + { "active_skill_base_secondary_area_of_effect_radius", 5 }, + { "active_skill_base_tertiary_area_of_effect_radius", 45 }, + { "siege_cascade_visual_fall_time_delay_%", 70 }, + { "skill_disabled_unless_cloned", 1 }, + { "projectile_minimum_range", 16 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, + { "main_hand_base_maximum_attack_distance", 90 }, }, stats = { + "base_is_projectile", "is_area_damage", - "attack_is_melee_override", + "siege_cascade_is_artillery_ballista", "base_skill_is_totemified", + "active_skill_ignores_crossbow_manager", + "base_skill_is_ballistified", }, levels = { [1] = { actorLevel = 1, }, @@ -11875,65 +13482,77 @@ skills["ShockwaveTotemQuakePlayer"] = { }, }, [2] = { - label = "Jagged Ground Eruption", + label = "Explosion", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "totem_shockwave_quake", + statDescriptionScope = "artillery_ballista_projectile", baseFlags = { - totem = true, attack = true, - area = true, + projectile = true, + totem = true, }, constantStats = { - { "active_skill_base_area_of_effect_radius", 30 }, - { "active_skill_base_secondary_area_of_effect_radius", 60 }, - { "skill_disabled_unless_cloned", 2 }, + { "action_required_target_facing_angle_tolerance_degrees", 90 }, + { "base_number_of_projectiles", 3 }, + { "siege_cascade_fall_time_ms", 800 }, + { "active_skill_base_secondary_area_of_effect_radius", 5 }, + { "active_skill_base_tertiary_area_of_effect_radius", 45 }, + { "siege_cascade_visual_fall_time_delay_%", 70 }, + { "skill_disabled_unless_cloned", 1 }, + { "projectile_minimum_range", 16 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, + { "main_hand_base_maximum_attack_distance", 90 }, + { "active_skill_base_secondary_area_of_effect_radius", 9 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 40 }, }, stats = { + "base_is_projectile", "is_area_damage", - "attack_is_melee_override", + "siege_cascade_is_artillery_ballista", "base_skill_is_totemified", + "active_skill_ignores_crossbow_manager", + "base_skill_is_ballistified", }, levels = { - [1] = { baseMultiplier = 0.2, actorLevel = 1, }, - [2] = { baseMultiplier = 0.22, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.24, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.26, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.28, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.3, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.32, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.34, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.35, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.37, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 0.38, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 0.4, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 0.41, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 0.43, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 0.44, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 0.46, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 0.48, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 0.49, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 0.51, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 0.53, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 0.54, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 0.56, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 0.58, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 0.6, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 0.62, actorLevel = 136.875, }, - [26] = { baseMultiplier = 0.64, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 0.66, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 0.68, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 0.71, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 0.73, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 0.76, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 0.78, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 0.81, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 0.83, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 0.86, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 0.89, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 0.92, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 0.95, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 0.98, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 1.01, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.5, actorLevel = 1, }, + [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.6, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.65, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.7, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.75, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.8, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.84, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.88, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.92, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 0.95, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 0.99, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.03, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.07, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.11, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.15, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.19, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.23, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.28, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.32, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.36, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 1.41, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 1.45, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 1.5, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 1.55, actorLevel = 136.875, }, + [26] = { baseMultiplier = 1.6, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 1.66, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 1.71, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 1.77, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 1.83, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 1.89, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 1.95, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 2.02, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 2.08, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 2.15, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 2.22, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 2.3, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 2.37, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 2.45, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 2.53, actorLevel = 288.29998779297, }, }, }, } @@ -11943,7 +13562,7 @@ skills["StampedePlayer"] = { baseTypeName = "Stampede", color = 1, description = "Charges forward, cracking the earth and leaving a patch of Jagged Ground with every footstep. At the end of your charge, a massive leaping Slam damages enemies and causes all nearby patches of Jagged Ground to explode, damaging enemies standing on them.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Slam] = true, [SkillType.Travel] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Slam] = true, [SkillType.Travel] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Jumping] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -11953,46 +13572,46 @@ skills["StampedePlayer"] = { { "slam_aftershock_chance_%", 1 }, }, levels = { - [1] = { baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 10, }, }, + [1] = { baseMultiplier = 0.4, levelRequirement = 0, cost = { Mana = 9, }, }, [2] = { baseMultiplier = 0.44, levelRequirement = 3, cost = { Mana = 11, }, }, [3] = { baseMultiplier = 0.48, levelRequirement = 6, cost = { Mana = 12, }, }, - [4] = { baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 13, }, }, - [5] = { baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 15, }, }, - [6] = { baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 16, }, }, - [7] = { baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 18, }, }, - [8] = { baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 20, }, }, - [9] = { baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 22, }, }, - [10] = { baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 25, }, }, - [11] = { baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 27, }, }, - [12] = { baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 30, }, }, - [13] = { baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 34, }, }, - [14] = { baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 38, }, }, - [15] = { baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 42, }, }, - [16] = { baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 46, }, }, + [4] = { baseMultiplier = 0.53, levelRequirement = 10, cost = { Mana = 14, }, }, + [5] = { baseMultiplier = 0.57, levelRequirement = 14, cost = { Mana = 16, }, }, + [6] = { baseMultiplier = 0.61, levelRequirement = 18, cost = { Mana = 18, }, }, + [7] = { baseMultiplier = 0.66, levelRequirement = 22, cost = { Mana = 20, }, }, + [8] = { baseMultiplier = 0.69, levelRequirement = 26, cost = { Mana = 22, }, }, + [9] = { baseMultiplier = 0.73, levelRequirement = 31, cost = { Mana = 25, }, }, + [10] = { baseMultiplier = 0.77, levelRequirement = 36, cost = { Mana = 27, }, }, + [11] = { baseMultiplier = 0.8, levelRequirement = 41, cost = { Mana = 30, }, }, + [12] = { baseMultiplier = 0.84, levelRequirement = 46, cost = { Mana = 33, }, }, + [13] = { baseMultiplier = 0.89, levelRequirement = 52, cost = { Mana = 36, }, }, + [14] = { baseMultiplier = 0.93, levelRequirement = 58, cost = { Mana = 40, }, }, + [15] = { baseMultiplier = 0.98, levelRequirement = 64, cost = { Mana = 43, }, }, + [16] = { baseMultiplier = 1.03, levelRequirement = 66, cost = { Mana = 47, }, }, [17] = { baseMultiplier = 1.08, levelRequirement = 72, cost = { Mana = 51, }, }, - [18] = { baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 57, }, }, - [19] = { baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 63, }, }, - [20] = { baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 70, }, }, - [21] = { baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 77, }, }, - [22] = { baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 86, }, }, - [23] = { baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 95, }, }, - [24] = { baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 106, }, }, - [25] = { baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 117, }, }, - [26] = { baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 130, }, }, - [27] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 144, }, }, - [28] = { baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 159, }, }, - [29] = { baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 177, }, }, - [30] = { baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 196, }, }, - [31] = { baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 217, }, }, - [32] = { baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 241, }, }, - [33] = { baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 267, }, }, - [34] = { baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 296, }, }, - [35] = { baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 328, }, }, - [36] = { baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 363, }, }, - [37] = { baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 402, }, }, - [38] = { baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 446, }, }, - [39] = { baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 494, }, }, - [40] = { baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 548, }, }, + [18] = { baseMultiplier = 1.13, levelRequirement = 78, cost = { Mana = 56, }, }, + [19] = { baseMultiplier = 1.19, levelRequirement = 84, cost = { Mana = 60, }, }, + [20] = { baseMultiplier = 1.25, levelRequirement = 90, cost = { Mana = 65, }, }, + [21] = { baseMultiplier = 1.31, levelRequirement = 90, cost = { Mana = 70, }, }, + [22] = { baseMultiplier = 1.38, levelRequirement = 90, cost = { Mana = 76, }, }, + [23] = { baseMultiplier = 1.44, levelRequirement = 90, cost = { Mana = 82, }, }, + [24] = { baseMultiplier = 1.52, levelRequirement = 90, cost = { Mana = 88, }, }, + [25] = { baseMultiplier = 1.59, levelRequirement = 90, cost = { Mana = 94, }, }, + [26] = { baseMultiplier = 1.67, levelRequirement = 90, cost = { Mana = 101, }, }, + [27] = { baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 109, }, }, + [28] = { baseMultiplier = 1.84, levelRequirement = 90, cost = { Mana = 117, }, }, + [29] = { baseMultiplier = 1.94, levelRequirement = 90, cost = { Mana = 125, }, }, + [30] = { baseMultiplier = 2.03, levelRequirement = 90, cost = { Mana = 134, }, }, + [31] = { baseMultiplier = 2.13, levelRequirement = 90, cost = { Mana = 143, }, }, + [32] = { baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 153, }, }, + [33] = { baseMultiplier = 2.35, levelRequirement = 90, cost = { Mana = 163, }, }, + [34] = { baseMultiplier = 2.47, levelRequirement = 90, cost = { Mana = 174, }, }, + [35] = { baseMultiplier = 2.59, levelRequirement = 90, cost = { Mana = 186, }, }, + [36] = { baseMultiplier = 2.72, levelRequirement = 90, cost = { Mana = 198, }, }, + [37] = { baseMultiplier = 2.86, levelRequirement = 90, cost = { Mana = 211, }, }, + [38] = { baseMultiplier = 3, levelRequirement = 90, cost = { Mana = 225, }, }, + [39] = { baseMultiplier = 3.15, levelRequirement = 90, cost = { Mana = 240, }, }, + [40] = { baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 255, }, }, }, statSets = { [1] = { @@ -12208,8 +13827,8 @@ skills["SunderPlayer"] = { name = "Sunder", baseTypeName = "Sunder", color = 1, - description = "Slam the ground, creating a roiling fissure that damages enemies in a sequence of areas in front of you. A number of enemies hit by the wave will release a shockwave, damaging other enemies.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, [SkillType.ConsumesFullyBrokenArmour] = true, [SkillType.CreatesFissure] = true, }, + description = "Slam the ground, creating a roiling fissure that damages enemies in a sequence of areas in front of you. A number of enemies hit by the wave will release a shockwave, damaging other enemies. Hitting an enemy with Fully Broken Armour applies Sundered Armour, making it take additional increased Physical damage.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, [SkillType.ConsumesFullyBrokenArmour] = true, [SkillType.CreatesFissure] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Duration] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Two Handed Mace"] = true, @@ -12219,46 +13838,46 @@ skills["SunderPlayer"] = { { "accuracy_range_penalty_+%", -2.5 }, }, levels = { - [1] = { attackSpeedMultiplier = -35, baseMultiplier = 1.6, levelRequirement = 0, cost = { Mana = 16, }, }, - [2] = { attackSpeedMultiplier = -35, baseMultiplier = 1.76, levelRequirement = 3, cost = { Mana = 17, }, }, - [3] = { attackSpeedMultiplier = -35, baseMultiplier = 1.95, levelRequirement = 6, cost = { Mana = 19, }, }, - [4] = { attackSpeedMultiplier = -35, baseMultiplier = 2.14, levelRequirement = 10, cost = { Mana = 22, }, }, - [5] = { attackSpeedMultiplier = -35, baseMultiplier = 2.32, levelRequirement = 14, cost = { Mana = 24, }, }, - [6] = { attackSpeedMultiplier = -35, baseMultiplier = 2.51, levelRequirement = 18, cost = { Mana = 27, }, }, - [7] = { attackSpeedMultiplier = -35, baseMultiplier = 2.71, levelRequirement = 22, cost = { Mana = 30, }, }, - [8] = { attackSpeedMultiplier = -35, baseMultiplier = 2.91, levelRequirement = 26, cost = { Mana = 33, }, }, - [9] = { attackSpeedMultiplier = -35, baseMultiplier = 3.09, levelRequirement = 31, cost = { Mana = 36, }, }, - [10] = { attackSpeedMultiplier = -35, baseMultiplier = 3.29, levelRequirement = 36, cost = { Mana = 40, }, }, - [11] = { attackSpeedMultiplier = -35, baseMultiplier = 3.5, levelRequirement = 41, cost = { Mana = 45, }, }, - [12] = { attackSpeedMultiplier = -35, baseMultiplier = 3.73, levelRequirement = 46, cost = { Mana = 50, }, }, - [13] = { attackSpeedMultiplier = -35, baseMultiplier = 3.98, levelRequirement = 52, cost = { Mana = 55, }, }, - [14] = { attackSpeedMultiplier = -35, baseMultiplier = 4.26, levelRequirement = 58, cost = { Mana = 61, }, }, - [15] = { attackSpeedMultiplier = -35, baseMultiplier = 4.56, levelRequirement = 64, cost = { Mana = 68, }, }, - [16] = { attackSpeedMultiplier = -35, baseMultiplier = 4.89, levelRequirement = 66, cost = { Mana = 75, }, }, - [17] = { attackSpeedMultiplier = -35, baseMultiplier = 5.24, levelRequirement = 72, cost = { Mana = 83, }, }, - [18] = { attackSpeedMultiplier = -35, baseMultiplier = 5.64, levelRequirement = 78, cost = { Mana = 92, }, }, - [19] = { attackSpeedMultiplier = -35, baseMultiplier = 6.06, levelRequirement = 84, cost = { Mana = 102, }, }, - [20] = { attackSpeedMultiplier = -35, baseMultiplier = 6.53, levelRequirement = 90, cost = { Mana = 114, }, }, - [21] = { attackSpeedMultiplier = -35, baseMultiplier = 7.04, levelRequirement = 90, cost = { Mana = 126, }, }, - [22] = { attackSpeedMultiplier = -35, baseMultiplier = 7.58, levelRequirement = 90, cost = { Mana = 140, }, }, - [23] = { attackSpeedMultiplier = -35, baseMultiplier = 8.17, levelRequirement = 90, cost = { Mana = 155, }, }, - [24] = { attackSpeedMultiplier = -35, baseMultiplier = 8.8, levelRequirement = 90, cost = { Mana = 171, }, }, - [25] = { attackSpeedMultiplier = -35, baseMultiplier = 9.48, levelRequirement = 90, cost = { Mana = 190, }, }, - [26] = { attackSpeedMultiplier = -35, baseMultiplier = 10.21, levelRequirement = 90, cost = { Mana = 211, }, }, - [27] = { attackSpeedMultiplier = -35, baseMultiplier = 11, levelRequirement = 90, cost = { Mana = 233, }, }, - [28] = { attackSpeedMultiplier = -35, baseMultiplier = 11.85, levelRequirement = 90, cost = { Mana = 259, }, }, - [29] = { attackSpeedMultiplier = -35, baseMultiplier = 12.77, levelRequirement = 90, cost = { Mana = 287, }, }, - [30] = { attackSpeedMultiplier = -35, baseMultiplier = 13.75, levelRequirement = 90, cost = { Mana = 318, }, }, - [31] = { attackSpeedMultiplier = -35, baseMultiplier = 14.82, levelRequirement = 90, cost = { Mana = 352, }, }, - [32] = { attackSpeedMultiplier = -35, baseMultiplier = 15.96, levelRequirement = 90, cost = { Mana = 390, }, }, - [33] = { attackSpeedMultiplier = -35, baseMultiplier = 17.2, levelRequirement = 90, cost = { Mana = 433, }, }, - [34] = { attackSpeedMultiplier = -35, baseMultiplier = 18.52, levelRequirement = 90, cost = { Mana = 479, }, }, - [35] = { attackSpeedMultiplier = -35, baseMultiplier = 19.96, levelRequirement = 90, cost = { Mana = 531, }, }, - [36] = { attackSpeedMultiplier = -35, baseMultiplier = 21.5, levelRequirement = 90, cost = { Mana = 589, }, }, - [37] = { attackSpeedMultiplier = -35, baseMultiplier = 23.16, levelRequirement = 90, cost = { Mana = 652, }, }, - [38] = { attackSpeedMultiplier = -35, baseMultiplier = 24.95, levelRequirement = 90, cost = { Mana = 723, }, }, - [39] = { attackSpeedMultiplier = -35, baseMultiplier = 26.88, levelRequirement = 90, cost = { Mana = 801, }, }, - [40] = { attackSpeedMultiplier = -35, baseMultiplier = 28.96, levelRequirement = 90, cost = { Mana = 888, }, }, + [1] = { attackSpeedMultiplier = -65, baseMultiplier = 1.6, levelRequirement = 0, cost = { Mana = 15, }, }, + [2] = { attackSpeedMultiplier = -65, baseMultiplier = 1.76, levelRequirement = 3, cost = { Mana = 18, }, }, + [3] = { attackSpeedMultiplier = -65, baseMultiplier = 1.95, levelRequirement = 6, cost = { Mana = 20, }, }, + [4] = { attackSpeedMultiplier = -65, baseMultiplier = 2.14, levelRequirement = 10, cost = { Mana = 23, }, }, + [5] = { attackSpeedMultiplier = -65, baseMultiplier = 2.32, levelRequirement = 14, cost = { Mana = 26, }, }, + [6] = { attackSpeedMultiplier = -65, baseMultiplier = 2.51, levelRequirement = 18, cost = { Mana = 29, }, }, + [7] = { attackSpeedMultiplier = -65, baseMultiplier = 2.71, levelRequirement = 22, cost = { Mana = 33, }, }, + [8] = { attackSpeedMultiplier = -65, baseMultiplier = 2.91, levelRequirement = 26, cost = { Mana = 37, }, }, + [9] = { attackSpeedMultiplier = -65, baseMultiplier = 3.09, levelRequirement = 31, cost = { Mana = 41, }, }, + [10] = { attackSpeedMultiplier = -65, baseMultiplier = 3.29, levelRequirement = 36, cost = { Mana = 45, }, }, + [11] = { attackSpeedMultiplier = -65, baseMultiplier = 3.5, levelRequirement = 41, cost = { Mana = 49, }, }, + [12] = { attackSpeedMultiplier = -65, baseMultiplier = 3.73, levelRequirement = 46, cost = { Mana = 54, }, }, + [13] = { attackSpeedMultiplier = -65, baseMultiplier = 3.98, levelRequirement = 52, cost = { Mana = 59, }, }, + [14] = { attackSpeedMultiplier = -65, baseMultiplier = 4.26, levelRequirement = 58, cost = { Mana = 65, }, }, + [15] = { attackSpeedMultiplier = -65, baseMultiplier = 4.56, levelRequirement = 64, cost = { Mana = 71, }, }, + [16] = { attackSpeedMultiplier = -65, baseMultiplier = 4.89, levelRequirement = 66, cost = { Mana = 77, }, }, + [17] = { attackSpeedMultiplier = -65, baseMultiplier = 5.24, levelRequirement = 72, cost = { Mana = 83, }, }, + [18] = { attackSpeedMultiplier = -65, baseMultiplier = 5.64, levelRequirement = 78, cost = { Mana = 90, }, }, + [19] = { attackSpeedMultiplier = -65, baseMultiplier = 6.06, levelRequirement = 84, cost = { Mana = 98, }, }, + [20] = { attackSpeedMultiplier = -65, baseMultiplier = 6.53, levelRequirement = 90, cost = { Mana = 106, }, }, + [21] = { attackSpeedMultiplier = -65, baseMultiplier = 7.04, levelRequirement = 90, cost = { Mana = 114, }, }, + [22] = { attackSpeedMultiplier = -65, baseMultiplier = 7.58, levelRequirement = 90, cost = { Mana = 123, }, }, + [23] = { attackSpeedMultiplier = -65, baseMultiplier = 8.17, levelRequirement = 90, cost = { Mana = 133, }, }, + [24] = { attackSpeedMultiplier = -65, baseMultiplier = 8.8, levelRequirement = 90, cost = { Mana = 143, }, }, + [25] = { attackSpeedMultiplier = -65, baseMultiplier = 9.48, levelRequirement = 90, cost = { Mana = 153, }, }, + [26] = { attackSpeedMultiplier = -65, baseMultiplier = 10.21, levelRequirement = 90, cost = { Mana = 165, }, }, + [27] = { attackSpeedMultiplier = -65, baseMultiplier = 11, levelRequirement = 90, cost = { Mana = 177, }, }, + [28] = { attackSpeedMultiplier = -65, baseMultiplier = 11.85, levelRequirement = 90, cost = { Mana = 189, }, }, + [29] = { attackSpeedMultiplier = -65, baseMultiplier = 12.77, levelRequirement = 90, cost = { Mana = 203, }, }, + [30] = { attackSpeedMultiplier = -65, baseMultiplier = 13.75, levelRequirement = 90, cost = { Mana = 217, }, }, + [31] = { attackSpeedMultiplier = -65, baseMultiplier = 14.82, levelRequirement = 90, cost = { Mana = 232, }, }, + [32] = { attackSpeedMultiplier = -65, baseMultiplier = 15.96, levelRequirement = 90, cost = { Mana = 248, }, }, + [33] = { attackSpeedMultiplier = -65, baseMultiplier = 17.2, levelRequirement = 90, cost = { Mana = 265, }, }, + [34] = { attackSpeedMultiplier = -65, baseMultiplier = 18.52, levelRequirement = 90, cost = { Mana = 283, }, }, + [35] = { attackSpeedMultiplier = -65, baseMultiplier = 19.96, levelRequirement = 90, cost = { Mana = 302, }, }, + [36] = { attackSpeedMultiplier = -65, baseMultiplier = 21.5, levelRequirement = 90, cost = { Mana = 322, }, }, + [37] = { attackSpeedMultiplier = -65, baseMultiplier = 23.16, levelRequirement = 90, cost = { Mana = 343, }, }, + [38] = { attackSpeedMultiplier = -65, baseMultiplier = 24.95, levelRequirement = 90, cost = { Mana = 365, }, }, + [39] = { attackSpeedMultiplier = -65, baseMultiplier = 26.88, levelRequirement = 90, cost = { Mana = 389, }, }, + [40] = { attackSpeedMultiplier = -65, baseMultiplier = 28.96, levelRequirement = 90, cost = { Mana = 414, }, }, }, statSets = { [1] = { @@ -12271,23 +13890,22 @@ skills["SunderPlayer"] = { melee = true, }, constantStats = { - { "broken_armour_consume_art_variation", 1 }, { "sunder_wave_radius_+_per_step", 2 }, { "sunder_wave_max_steps", 5 }, - { "sunder_shockwave_limit_per_cascade", 5 }, - { "total_attack_time_+_ms", 900 }, + { "sunder_shockwave_limit_per_cascade", 7 }, { "active_skill_area_of_effect_radius_+%_final", 0 }, { "melee_conditional_step_distance", 11 }, { "attack_maximum_action_distance_+", 24 }, - { "base_critical_strike_multiplier_+", 100 }, { "active_skill_base_area_of_effect_radius", 9 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, + { "base_skill_effect_duration", 6000 }, + { "sunder_armor_break_extra_magnitude", 20 }, }, stats = { "is_area_damage", - "consume_enemy_fully_broken_armour_to_guarantee_crit", "base_skill_show_average_damage_instead_of_dps", "cannot_break_armour", + "skill_effect_duration_is_sundered_armour_duration", }, levels = { [1] = { actorLevel = 1, }, @@ -12341,20 +13959,20 @@ skills["SunderPlayer"] = { area = true, }, constantStats = { - { "broken_armour_consume_art_variation", 1 }, - { "sunder_shockwave_limit_per_cascade", 5 }, + { "sunder_shockwave_limit_per_cascade", 7 }, { "active_skill_area_of_effect_radius_+%_final", 0 }, { "melee_conditional_step_distance", 11 }, { "attack_maximum_action_distance_+", 24 }, - { "base_critical_strike_multiplier_+", 100 }, { "active_skill_damage_+%_final_while_dual_wielding", -30 }, + { "base_skill_effect_duration", 6000 }, + { "sunder_armor_break_extra_magnitude", 20 }, { "active_skill_base_secondary_area_of_effect_radius", 12 }, }, stats = { "is_area_damage", - "consume_enemy_fully_broken_armour_to_guarantee_crit", "base_skill_show_average_damage_instead_of_dps", "cannot_break_armour", + "skill_effect_duration_is_sundered_armour_duration", "display_statset_hide_usage_stats", }, levels = { @@ -12407,55 +14025,55 @@ skills["SuperchargedSlamPlayer"] = { baseTypeName = "Supercharged Slam", color = 1, description = "Channel to charge up a heavy swing, drawing earth from the ground to enlarge your mace. Release to Slam the ground, dealing damage in an area around the impact, followed by Aftershocks dealing damage in a larger area.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Channel] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.NoDualWield] = true, [SkillType.GainsStages] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Channel] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.NoDualWield] = true, [SkillType.GainsStages] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Two Handed Mace"] = true, }, castTime = 1, qualityStats = { - { "channelled_slam_max_stages", 0.1 }, + { "channelled_slam_max_stages", 0.05 }, }, levels = { - [1] = { attackTime = 1000, baseMultiplier = 0.5, levelRequirement = 0, cost = { ManaPerMinute = 489, }, }, - [2] = { attackTime = 1000, baseMultiplier = 0.55, levelRequirement = 3, cost = { ManaPerMinute = 541, }, }, - [3] = { attackTime = 1000, baseMultiplier = 0.6, levelRequirement = 6, cost = { ManaPerMinute = 600, }, }, - [4] = { attackTime = 1000, baseMultiplier = 0.66, levelRequirement = 10, cost = { ManaPerMinute = 665, }, }, - [5] = { attackTime = 1000, baseMultiplier = 0.71, levelRequirement = 14, cost = { ManaPerMinute = 737, }, }, - [6] = { attackTime = 1000, baseMultiplier = 0.77, levelRequirement = 18, cost = { ManaPerMinute = 816, }, }, - [7] = { attackTime = 1000, baseMultiplier = 0.82, levelRequirement = 22, cost = { ManaPerMinute = 905, }, }, - [8] = { attackTime = 1000, baseMultiplier = 0.87, levelRequirement = 26, cost = { ManaPerMinute = 1003, }, }, - [9] = { attackTime = 1000, baseMultiplier = 0.91, levelRequirement = 31, cost = { ManaPerMinute = 1111, }, }, - [10] = { attackTime = 1000, baseMultiplier = 0.96, levelRequirement = 36, cost = { ManaPerMinute = 1231, }, }, - [11] = { attackTime = 1000, baseMultiplier = 1.01, levelRequirement = 41, cost = { ManaPerMinute = 1364, }, }, - [12] = { attackTime = 1000, baseMultiplier = 1.06, levelRequirement = 46, cost = { ManaPerMinute = 1512, }, }, - [13] = { attackTime = 1000, baseMultiplier = 1.11, levelRequirement = 52, cost = { ManaPerMinute = 1675, }, }, - [14] = { attackTime = 1000, baseMultiplier = 1.16, levelRequirement = 58, cost = { ManaPerMinute = 1857, }, }, - [15] = { attackTime = 1000, baseMultiplier = 1.22, levelRequirement = 64, cost = { ManaPerMinute = 2057, }, }, - [16] = { attackTime = 1000, baseMultiplier = 1.28, levelRequirement = 66, cost = { ManaPerMinute = 2280, }, }, - [17] = { attackTime = 1000, baseMultiplier = 1.35, levelRequirement = 72, cost = { ManaPerMinute = 2526, }, }, - [18] = { attackTime = 1000, baseMultiplier = 1.41, levelRequirement = 78, cost = { ManaPerMinute = 2799, }, }, - [19] = { attackTime = 1000, baseMultiplier = 1.49, levelRequirement = 84, cost = { ManaPerMinute = 3102, }, }, - [20] = { attackTime = 1000, baseMultiplier = 1.56, levelRequirement = 90, cost = { ManaPerMinute = 3438, }, }, - [21] = { attackTime = 1000, baseMultiplier = 1.64, levelRequirement = 90, cost = { ManaPerMinute = 3809, }, }, - [22] = { attackTime = 1000, baseMultiplier = 1.72, levelRequirement = 90, cost = { ManaPerMinute = 4221, }, }, - [23] = { attackTime = 1000, baseMultiplier = 1.81, levelRequirement = 90, cost = { ManaPerMinute = 4677, }, }, - [24] = { attackTime = 1000, baseMultiplier = 1.9, levelRequirement = 90, cost = { ManaPerMinute = 5183, }, }, - [25] = { attackTime = 1000, baseMultiplier = 1.99, levelRequirement = 90, cost = { ManaPerMinute = 5743, }, }, - [26] = { attackTime = 1000, baseMultiplier = 2.09, levelRequirement = 90, cost = { ManaPerMinute = 6364, }, }, - [27] = { attackTime = 1000, baseMultiplier = 2.19, levelRequirement = 90, cost = { ManaPerMinute = 7052, }, }, - [28] = { attackTime = 1000, baseMultiplier = 2.3, levelRequirement = 90, cost = { ManaPerMinute = 7815, }, }, - [29] = { attackTime = 1000, baseMultiplier = 2.42, levelRequirement = 90, cost = { ManaPerMinute = 8660, }, }, - [30] = { attackTime = 1000, baseMultiplier = 2.54, levelRequirement = 90, cost = { ManaPerMinute = 9596, }, }, - [31] = { attackTime = 1000, baseMultiplier = 2.67, levelRequirement = 90, cost = { ManaPerMinute = 10633, }, }, - [32] = { attackTime = 1000, baseMultiplier = 2.8, levelRequirement = 90, cost = { ManaPerMinute = 11783, }, }, - [33] = { attackTime = 1000, baseMultiplier = 2.94, levelRequirement = 90, cost = { ManaPerMinute = 13056, }, }, - [34] = { attackTime = 1000, baseMultiplier = 3.09, levelRequirement = 90, cost = { ManaPerMinute = 14468, }, }, - [35] = { attackTime = 1000, baseMultiplier = 3.24, levelRequirement = 90, cost = { ManaPerMinute = 16032, }, }, - [36] = { attackTime = 1000, baseMultiplier = 3.4, levelRequirement = 90, cost = { ManaPerMinute = 17765, }, }, - [37] = { attackTime = 1000, baseMultiplier = 3.57, levelRequirement = 90, cost = { ManaPerMinute = 19685, }, }, - [38] = { attackTime = 1000, baseMultiplier = 3.75, levelRequirement = 90, cost = { ManaPerMinute = 21813, }, }, - [39] = { attackTime = 1000, baseMultiplier = 3.94, levelRequirement = 90, cost = { ManaPerMinute = 24171, }, }, - [40] = { attackTime = 1000, baseMultiplier = 4.14, levelRequirement = 90, cost = { ManaPerMinute = 26784, }, }, + [1] = { attackTime = 1000, baseMultiplier = 0.7, levelRequirement = 0, cost = { ManaPerMinute = 474, }, }, + [2] = { attackTime = 1000, baseMultiplier = 0.77, levelRequirement = 3, cost = { ManaPerMinute = 548, }, }, + [3] = { attackTime = 1000, baseMultiplier = 0.85, levelRequirement = 6, cost = { ManaPerMinute = 628, }, }, + [4] = { attackTime = 1000, baseMultiplier = 0.93, levelRequirement = 10, cost = { ManaPerMinute = 713, }, }, + [5] = { attackTime = 1000, levelRequirement = 14, cost = { ManaPerMinute = 805, }, }, + [6] = { attackTime = 1000, baseMultiplier = 1.08, levelRequirement = 18, cost = { ManaPerMinute = 903, }, }, + [7] = { attackTime = 1000, baseMultiplier = 1.16, levelRequirement = 22, cost = { ManaPerMinute = 1008, }, }, + [8] = { attackTime = 1000, baseMultiplier = 1.24, levelRequirement = 26, cost = { ManaPerMinute = 1120, }, }, + [9] = { attackTime = 1000, baseMultiplier = 1.31, levelRequirement = 31, cost = { ManaPerMinute = 1239, }, }, + [10] = { attackTime = 1000, baseMultiplier = 1.38, levelRequirement = 36, cost = { ManaPerMinute = 1367, }, }, + [11] = { attackTime = 1000, baseMultiplier = 1.46, levelRequirement = 41, cost = { ManaPerMinute = 1503, }, }, + [12] = { attackTime = 1000, baseMultiplier = 1.55, levelRequirement = 46, cost = { ManaPerMinute = 1648, }, }, + [13] = { attackTime = 1000, baseMultiplier = 1.64, levelRequirement = 52, cost = { ManaPerMinute = 1803, }, }, + [14] = { attackTime = 1000, baseMultiplier = 1.74, levelRequirement = 58, cost = { ManaPerMinute = 1968, }, }, + [15] = { attackTime = 1000, baseMultiplier = 1.85, levelRequirement = 64, cost = { ManaPerMinute = 2143, }, }, + [16] = { attackTime = 1000, baseMultiplier = 1.97, levelRequirement = 66, cost = { ManaPerMinute = 2330, }, }, + [17] = { attackTime = 1000, baseMultiplier = 2.09, levelRequirement = 72, cost = { ManaPerMinute = 2529, }, }, + [18] = { attackTime = 1000, baseMultiplier = 2.23, levelRequirement = 78, cost = { ManaPerMinute = 2740, }, }, + [19] = { attackTime = 1000, baseMultiplier = 2.38, levelRequirement = 84, cost = { ManaPerMinute = 2964, }, }, + [20] = { attackTime = 1000, baseMultiplier = 2.54, levelRequirement = 90, cost = { ManaPerMinute = 3203, }, }, + [21] = { attackTime = 1000, baseMultiplier = 2.7, levelRequirement = 90, cost = { ManaPerMinute = 3456, }, }, + [22] = { attackTime = 1000, baseMultiplier = 2.88, levelRequirement = 90, cost = { ManaPerMinute = 3725, }, }, + [23] = { attackTime = 1000, baseMultiplier = 3.08, levelRequirement = 90, cost = { ManaPerMinute = 4011, }, }, + [24] = { attackTime = 1000, baseMultiplier = 3.28, levelRequirement = 90, cost = { ManaPerMinute = 4314, }, }, + [25] = { attackTime = 1000, baseMultiplier = 3.5, levelRequirement = 90, cost = { ManaPerMinute = 4635, }, }, + [26] = { attackTime = 1000, baseMultiplier = 3.73, levelRequirement = 90, cost = { ManaPerMinute = 4976, }, }, + [27] = { attackTime = 1000, baseMultiplier = 3.98, levelRequirement = 90, cost = { ManaPerMinute = 5337, }, }, + [28] = { attackTime = 1000, baseMultiplier = 4.25, levelRequirement = 90, cost = { ManaPerMinute = 5719, }, }, + [29] = { attackTime = 1000, baseMultiplier = 4.53, levelRequirement = 90, cost = { ManaPerMinute = 6125, }, }, + [30] = { attackTime = 1000, baseMultiplier = 4.83, levelRequirement = 90, cost = { ManaPerMinute = 6554, }, }, + [31] = { attackTime = 1000, baseMultiplier = 5.15, levelRequirement = 90, cost = { ManaPerMinute = 7009, }, }, + [32] = { attackTime = 1000, baseMultiplier = 5.5, levelRequirement = 90, cost = { ManaPerMinute = 7490, }, }, + [33] = { attackTime = 1000, baseMultiplier = 5.86, levelRequirement = 90, cost = { ManaPerMinute = 7999, }, }, + [34] = { attackTime = 1000, baseMultiplier = 6.25, levelRequirement = 90, cost = { ManaPerMinute = 8538, }, }, + [35] = { attackTime = 1000, baseMultiplier = 6.67, levelRequirement = 90, cost = { ManaPerMinute = 9108, }, }, + [36] = { attackTime = 1000, baseMultiplier = 7.12, levelRequirement = 90, cost = { ManaPerMinute = 9711, }, }, + [37] = { attackTime = 1000, baseMultiplier = 7.59, levelRequirement = 90, cost = { ManaPerMinute = 10348, }, }, + [38] = { attackTime = 1000, baseMultiplier = 8.09, levelRequirement = 90, cost = { ManaPerMinute = 11022, }, }, + [39] = { attackTime = 1000, baseMultiplier = 8.63, levelRequirement = 90, cost = { ManaPerMinute = 11734, }, }, + [40] = { attackTime = 1000, baseMultiplier = 9.21, levelRequirement = 90, cost = { ManaPerMinute = 12487, }, }, }, statSets = { [1] = { @@ -12469,7 +14087,7 @@ skills["SuperchargedSlamPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 16 }, - { "channelled_slam_damage_+%_final_per_stage", 60 }, + { "channelled_slam_damage_+%_final_per_stage", 40 }, { "channelled_slam_max_stages", 3 }, { "skill_animation_duration_multiplier_override", 3 }, { "channel_skill_end_animation_duration_override_ms", 1000 }, @@ -12529,69 +14147,296 @@ skills["SuperchargedSlamPlayer"] = { incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "channelled_slam_statset_1", baseFlags = { - attack = true, - area = true, - melee = true, + attack = true, + area = true, + melee = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 16 }, + { "channelled_slam_damage_+%_final_per_stage", 40 }, + { "channelled_slam_max_stages", 3 }, + { "skill_animation_duration_multiplier_override", 3 }, + { "channel_skill_end_animation_duration_override_ms", 1000 }, + { "base_minimum_channel_time_ms", 1000 }, + { "active_skill_base_area_of_effect_radius", 12 }, + { "aftershock_radius_+_per_previous_aftershock", 4 }, + { "aftershock_delay_ms", 250 }, + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "channel_start_lock_cancelling_scales_with_attack_speed", + "quality_display_supercharged_slam_is_gem", + "display_statset_hide_usage_stats", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["MetaCastLightningSpellOnHitPlayer"] = { + name = "Thundergod's Wrath", + baseTypeName = "Thundergod's Wrath", + color = 1, + description = "While active, gains Energy when you Hit enemies with Melee Attacks and triggers socketed Lightning spells on reaching maximum Energy.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Lightning] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + castTime = 0, + qualityStats = { + { "energy_generated_+%", 0.75 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Thundergod's Wrath", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "cast_lightning_spell_on_hit", + baseFlags = { + }, + constantStats = { + { "cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit", 300 }, + { "skill_desired_amount_override", 1 }, + }, + stats = { + "energy_generated_+%", + "generic_ongoing_trigger_triggers_at_maximum_energy", + "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", + "base_deal_no_damage", + }, + levels = { + [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["SupportMetaCastLightningSpellOnHitPlayer"] = { + name = "SupportMetaCastLightningSpellOnHitPlayer", + hidden = true, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Triggerable, SkillType.Lightning, SkillType.AND, SkillType.AND, }, + addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, + excludeSkillTypes = { SkillType.SupportedByHourglass, }, + isTrigger = true, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "SupportMetaCastLightningSpellOnHitPlayer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_gem_stat_descriptions", + baseFlags = { }, constantStats = { - { "active_skill_base_area_of_effect_radius", 16 }, - { "channelled_slam_damage_+%_final_per_stage", 60 }, - { "channelled_slam_max_stages", 3 }, - { "skill_animation_duration_multiplier_override", 3 }, - { "channel_skill_end_animation_duration_override_ms", 1000 }, - { "base_minimum_channel_time_ms", 1000 }, - { "active_skill_base_area_of_effect_radius", 12 }, - { "aftershock_radius_+_per_previous_aftershock", 4 }, - { "aftershock_delay_ms", 250 }, + { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, }, stats = { - "is_area_damage", - "base_skill_show_average_damage_instead_of_dps", - "channel_start_lock_cancelling_scales_with_attack_speed", - "quality_display_supercharged_slam_is_gem", - "display_statset_hide_usage_stats", + "damage_+%", + "triggered_by_generic_ongoing_trigger", + "generic_ongoing_trigger_triggers_at_maximum_energy", + "no_cost", }, levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + [1] = { 10, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 20, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 30, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 40, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 50, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 60, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 70, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 80, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 90, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 100, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 110, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 120, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 130, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 140, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 150, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 160, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 170, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 180, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 190, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 200, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 210, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 220, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 230, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 240, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 250, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 260, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 270, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 280, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 290, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 300, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 310, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 320, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 330, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 340, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 350, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 360, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 370, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 380, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 390, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 400, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -12661,6 +14506,9 @@ skills["TimeOfNeedPlayer"] = { "skill_time_of_need_gain_x_life", "base_deal_no_damage", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 12000, 17, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 11900, 26, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, @@ -12706,11 +14554,201 @@ skills["TimeOfNeedPlayer"] = { }, } } +skills["ValakosChargePlayer"] = { + name = "Valako's Charge", + baseTypeName = "Valako's Charge", + color = 1, + description = "While active, taking Lightning damage builds up charge on you. Reaching full charge expends all charge to Trigger this skill, creating a Chaining lightning bolt that arcs to nearby enemies.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Chains] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Cooldown] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Triggered] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 0, + qualityStats = { + { "number_of_chains", 0.1 }, + }, + levels = { + [1] = { critChance = 9, storedUses = 1, levelRequirement = 0, cooldown = 1, }, + [2] = { critChance = 9, storedUses = 1, levelRequirement = 3, cooldown = 1, }, + [3] = { critChance = 9, storedUses = 1, levelRequirement = 6, cooldown = 1, }, + [4] = { critChance = 9, storedUses = 1, levelRequirement = 10, cooldown = 1, }, + [5] = { critChance = 9, storedUses = 1, levelRequirement = 14, cooldown = 1, }, + [6] = { critChance = 9, storedUses = 1, levelRequirement = 18, cooldown = 1, }, + [7] = { critChance = 9, storedUses = 1, levelRequirement = 22, cooldown = 1, }, + [8] = { critChance = 9, storedUses = 1, levelRequirement = 26, cooldown = 1, }, + [9] = { critChance = 9, storedUses = 1, levelRequirement = 31, cooldown = 1, }, + [10] = { critChance = 9, storedUses = 1, levelRequirement = 36, cooldown = 1, }, + [11] = { critChance = 9, storedUses = 1, levelRequirement = 41, cooldown = 1, }, + [12] = { critChance = 9, storedUses = 1, levelRequirement = 46, cooldown = 1, }, + [13] = { critChance = 9, storedUses = 1, levelRequirement = 52, cooldown = 1, }, + [14] = { critChance = 9, storedUses = 1, levelRequirement = 58, cooldown = 1, }, + [15] = { critChance = 9, storedUses = 1, levelRequirement = 64, cooldown = 1, }, + [16] = { critChance = 9, storedUses = 1, levelRequirement = 66, cooldown = 1, }, + [17] = { critChance = 9, storedUses = 1, levelRequirement = 72, cooldown = 1, }, + [18] = { critChance = 9, storedUses = 1, levelRequirement = 78, cooldown = 1, }, + [19] = { critChance = 9, storedUses = 1, levelRequirement = 84, cooldown = 1, }, + [20] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [21] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [22] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [23] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [24] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [25] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [26] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [27] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [28] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [29] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [30] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [31] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [32] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [33] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [34] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [35] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [36] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [37] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [38] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [39] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + [40] = { critChance = 9, storedUses = 1, levelRequirement = 90, cooldown = 1, }, + }, + statSets = { + [1] = { + label = "Buff", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "valakos_luck", + baseFlags = { + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 30 }, + { "cast_on_damage_taken_%", 100 }, + }, + stats = { + "cast_on_damage_taken_threshold", + "cast_on_damage_taken_only_tracks_lightning", + "should_have_cast_when_damage_taken_charge_buff", + }, + notMinionStat = { + "cast_on_damage_taken_threshold", + }, + levels = { + [1] = { 17, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 26, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 37, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 49, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 63, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 79, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 97, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 117, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 140, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 166, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 194, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 226, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 262, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 301, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 344, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 392, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 443, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 500, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 561, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 628, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 701, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 777, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 857, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 940, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 1027, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 1118, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 1212, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 1310, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 1411, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 1516, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 1625, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 1737, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 1853, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 1972, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 2095, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 2222, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 2351, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 2485, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 2622, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 2763, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Bolt", + baseEffectiveness = 4.4000000953674, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "valakos_luck", + baseFlags = { + spell = true, + chaining = true, + }, + constantStats = { + { "arc_chain_distance", 40 }, + { "electrocute_threshold_+%_final", 100 }, + }, + stats = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "cast_on_damage_taken_threshold", + "number_of_chains", + "disable_visual_hit_effect", + "can_perform_skill_while_moving", + "should_use_additive_aiming_animation", + "base_lightning_damage_can_electrocute", + "never_shock", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + "cast_on_damage_taken_threshold", + }, + levels = { + [1] = { 2, 32, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 2, 44, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 3, 60, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4, 77, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 5, 98, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6, 120, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 8, 146, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 9, 174, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 11, 206, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 13, 242, 0, 2, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 15, 283, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 17, 328, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 20, 379, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 23, 437, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 26, 501, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 30, 574, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 35, 656, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 39, 749, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 45, 853, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 51, 971, 0, 3, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 58, 1104, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 66, 1255, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 75, 1426, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 85, 1619, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 97, 1839, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 110, 2088, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 125, 2371, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 142, 2694, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 161, 3061, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 183, 3479, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 208, 3957, 0, 4, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 237, 4503, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 270, 5128, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 308, 5843, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 351, 6662, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 400, 7603, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 457, 8684, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 523, 9928, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 598, 11360, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 685, 13012, 0, 5, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["VolcanicFissurePlayer"] = { name = "Volcanic Fissure", baseTypeName = "Volcanic Fissure", color = 1, - description = "Slam the ground, creating a winding fissure that deals damage as it travels and remains for a duration. Using a different Slam on a fissure will cause an Aftershock, which spreads to all connected fissures.", + description = "Slam the ground, creating a branching Molten Fissure that deals damage as it travels and remains for a duration. Using a different Slam on a Molten Fissure creates a spreading Aftershock.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Fire] = true, [SkillType.Duration] = true, [SkillType.Sustained] = true, [SkillType.CreatesFissure] = true, [SkillType.Limit] = true, }, weaponTypes = { ["One Handed Mace"] = true, @@ -12718,49 +14756,49 @@ skills["VolcanicFissurePlayer"] = { }, castTime = 1, qualityStats = { - { "base_skill_effect_duration", 200 }, + { "slam_aftershock_chance_%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.45, levelRequirement = 0, cost = { Mana = 6, }, }, - [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.49, levelRequirement = 3, cost = { Mana = 7, }, }, - [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.54, levelRequirement = 6, cost = { Mana = 7, }, }, - [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 10, cost = { Mana = 8, }, }, - [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.64, levelRequirement = 14, cost = { Mana = 9, }, }, - [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.7, levelRequirement = 18, cost = { Mana = 10, }, }, - [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.75, levelRequirement = 22, cost = { Mana = 11, }, }, - [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.8, levelRequirement = 26, cost = { Mana = 13, }, }, - [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.84, levelRequirement = 31, cost = { Mana = 14, }, }, - [10] = { attackSpeedMultiplier = -20, baseMultiplier = 0.89, levelRequirement = 36, cost = { Mana = 16, }, }, - [11] = { attackSpeedMultiplier = -20, baseMultiplier = 0.94, levelRequirement = 41, cost = { Mana = 17, }, }, - [12] = { attackSpeedMultiplier = -20, levelRequirement = 46, cost = { Mana = 19, }, }, - [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.06, levelRequirement = 52, cost = { Mana = 21, }, }, - [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.12, levelRequirement = 58, cost = { Mana = 24, }, }, - [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.19, levelRequirement = 64, cost = { Mana = 26, }, }, - [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.27, levelRequirement = 66, cost = { Mana = 29, }, }, - [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.35, levelRequirement = 72, cost = { Mana = 33, }, }, - [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.43, levelRequirement = 78, cost = { Mana = 36, }, }, - [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.53, levelRequirement = 84, cost = { Mana = 40, }, }, - [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.63, levelRequirement = 90, cost = { Mana = 44, }, }, - [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.74, levelRequirement = 90, cost = { Mana = 49, }, }, - [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 55, }, }, - [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.98, levelRequirement = 90, cost = { Mana = 61, }, }, - [24] = { attackSpeedMultiplier = -20, baseMultiplier = 2.11, levelRequirement = 90, cost = { Mana = 67, }, }, - [25] = { attackSpeedMultiplier = -20, baseMultiplier = 2.25, levelRequirement = 90, cost = { Mana = 75, }, }, - [26] = { attackSpeedMultiplier = -20, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 83, }, }, - [27] = { attackSpeedMultiplier = -20, baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 92, }, }, - [28] = { attackSpeedMultiplier = -20, baseMultiplier = 2.73, levelRequirement = 90, cost = { Mana = 102, }, }, - [29] = { attackSpeedMultiplier = -20, baseMultiplier = 2.91, levelRequirement = 90, cost = { Mana = 113, }, }, - [30] = { attackSpeedMultiplier = -20, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 125, }, }, - [31] = { attackSpeedMultiplier = -20, baseMultiplier = 3.31, levelRequirement = 90, cost = { Mana = 139, }, }, - [32] = { attackSpeedMultiplier = -20, baseMultiplier = 3.53, levelRequirement = 90, cost = { Mana = 154, }, }, - [33] = { attackSpeedMultiplier = -20, baseMultiplier = 3.77, levelRequirement = 90, cost = { Mana = 170, }, }, - [34] = { attackSpeedMultiplier = -20, baseMultiplier = 4.02, levelRequirement = 90, cost = { Mana = 189, }, }, - [35] = { attackSpeedMultiplier = -20, baseMultiplier = 4.29, levelRequirement = 90, cost = { Mana = 209, }, }, - [36] = { attackSpeedMultiplier = -20, baseMultiplier = 4.57, levelRequirement = 90, cost = { Mana = 232, }, }, - [37] = { attackSpeedMultiplier = -20, baseMultiplier = 4.88, levelRequirement = 90, cost = { Mana = 257, }, }, - [38] = { attackSpeedMultiplier = -20, baseMultiplier = 5.2, levelRequirement = 90, cost = { Mana = 285, }, }, - [39] = { attackSpeedMultiplier = -20, baseMultiplier = 5.55, levelRequirement = 90, cost = { Mana = 316, }, }, - [40] = { attackSpeedMultiplier = -20, baseMultiplier = 5.92, levelRequirement = 90, cost = { Mana = 350, }, }, + [1] = { attackSpeedMultiplier = -20, baseMultiplier = 0.55, levelRequirement = 0, cost = { Mana = 6, }, }, + [2] = { attackSpeedMultiplier = -20, baseMultiplier = 0.6, levelRequirement = 3, cost = { Mana = 7, }, }, + [3] = { attackSpeedMultiplier = -20, baseMultiplier = 0.66, levelRequirement = 6, cost = { Mana = 8, }, }, + [4] = { attackSpeedMultiplier = -20, baseMultiplier = 0.72, levelRequirement = 10, cost = { Mana = 9, }, }, + [5] = { attackSpeedMultiplier = -20, baseMultiplier = 0.77, levelRequirement = 14, cost = { Mana = 10, }, }, + [6] = { attackSpeedMultiplier = -20, baseMultiplier = 0.83, levelRequirement = 18, cost = { Mana = 11, }, }, + [7] = { attackSpeedMultiplier = -20, baseMultiplier = 0.88, levelRequirement = 22, cost = { Mana = 13, }, }, + [8] = { attackSpeedMultiplier = -20, baseMultiplier = 0.93, levelRequirement = 26, cost = { Mana = 14, }, }, + [9] = { attackSpeedMultiplier = -20, baseMultiplier = 0.97, levelRequirement = 31, cost = { Mana = 16, }, }, + [10] = { attackSpeedMultiplier = -20, baseMultiplier = 1.01, levelRequirement = 36, cost = { Mana = 17, }, }, + [11] = { attackSpeedMultiplier = -20, baseMultiplier = 1.05, levelRequirement = 41, cost = { Mana = 19, }, }, + [12] = { attackSpeedMultiplier = -20, baseMultiplier = 1.09, levelRequirement = 46, cost = { Mana = 21, }, }, + [13] = { attackSpeedMultiplier = -20, baseMultiplier = 1.13, levelRequirement = 52, cost = { Mana = 23, }, }, + [14] = { attackSpeedMultiplier = -20, baseMultiplier = 1.18, levelRequirement = 58, cost = { Mana = 25, }, }, + [15] = { attackSpeedMultiplier = -20, baseMultiplier = 1.22, levelRequirement = 64, cost = { Mana = 28, }, }, + [16] = { attackSpeedMultiplier = -20, baseMultiplier = 1.27, levelRequirement = 66, cost = { Mana = 30, }, }, + [17] = { attackSpeedMultiplier = -20, baseMultiplier = 1.31, levelRequirement = 72, cost = { Mana = 33, }, }, + [18] = { attackSpeedMultiplier = -20, baseMultiplier = 1.36, levelRequirement = 78, cost = { Mana = 35, }, }, + [19] = { attackSpeedMultiplier = -20, baseMultiplier = 1.4, levelRequirement = 84, cost = { Mana = 38, }, }, + [20] = { attackSpeedMultiplier = -20, baseMultiplier = 1.45, levelRequirement = 90, cost = { Mana = 41, }, }, + [21] = { attackSpeedMultiplier = -20, baseMultiplier = 1.5, levelRequirement = 90, cost = { Mana = 45, }, }, + [22] = { attackSpeedMultiplier = -20, baseMultiplier = 1.55, levelRequirement = 90, cost = { Mana = 48, }, }, + [23] = { attackSpeedMultiplier = -20, baseMultiplier = 1.6, levelRequirement = 90, cost = { Mana = 52, }, }, + [24] = { attackSpeedMultiplier = -20, baseMultiplier = 1.65, levelRequirement = 90, cost = { Mana = 56, }, }, + [25] = { attackSpeedMultiplier = -20, baseMultiplier = 1.71, levelRequirement = 90, cost = { Mana = 60, }, }, + [26] = { attackSpeedMultiplier = -20, baseMultiplier = 1.76, levelRequirement = 90, cost = { Mana = 65, }, }, + [27] = { attackSpeedMultiplier = -20, baseMultiplier = 1.82, levelRequirement = 90, cost = { Mana = 69, }, }, + [28] = { attackSpeedMultiplier = -20, baseMultiplier = 1.88, levelRequirement = 90, cost = { Mana = 74, }, }, + [29] = { attackSpeedMultiplier = -20, baseMultiplier = 1.95, levelRequirement = 90, cost = { Mana = 80, }, }, + [30] = { attackSpeedMultiplier = -20, baseMultiplier = 2.01, levelRequirement = 90, cost = { Mana = 85, }, }, + [31] = { attackSpeedMultiplier = -20, baseMultiplier = 2.08, levelRequirement = 90, cost = { Mana = 91, }, }, + [32] = { attackSpeedMultiplier = -20, baseMultiplier = 2.15, levelRequirement = 90, cost = { Mana = 98, }, }, + [33] = { attackSpeedMultiplier = -20, baseMultiplier = 2.22, levelRequirement = 90, cost = { Mana = 104, }, }, + [34] = { attackSpeedMultiplier = -20, baseMultiplier = 2.29, levelRequirement = 90, cost = { Mana = 111, }, }, + [35] = { attackSpeedMultiplier = -20, baseMultiplier = 2.37, levelRequirement = 90, cost = { Mana = 119, }, }, + [36] = { attackSpeedMultiplier = -20, baseMultiplier = 2.44, levelRequirement = 90, cost = { Mana = 127, }, }, + [37] = { attackSpeedMultiplier = -20, baseMultiplier = 2.53, levelRequirement = 90, cost = { Mana = 135, }, }, + [38] = { attackSpeedMultiplier = -20, baseMultiplier = 2.61, levelRequirement = 90, cost = { Mana = 144, }, }, + [39] = { attackSpeedMultiplier = -20, baseMultiplier = 2.7, levelRequirement = 90, cost = { Mana = 153, }, }, + [40] = { attackSpeedMultiplier = -20, baseMultiplier = 2.79, levelRequirement = 90, cost = { Mana = 163, }, }, }, statSets = { [1] = { @@ -12775,10 +14813,11 @@ skills["VolcanicFissurePlayer"] = { }, constantStats = { { "base_skill_effect_duration", 12000 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 60 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "melee_conditional_step_distance", 8 }, { "active_skill_attack_speed_+%_final_while_dual_wielding", -30 }, { "volcanic_fissure_base_maximum_number_of_fissures", 8 }, + { "number_of_branching_fissures", 2 }, }, stats = { "is_area_damage", @@ -12833,8 +14872,8 @@ skills["ShockGrenadePlayer"] = { name = "Voltaic Grenade", baseTypeName = "Voltaic Grenade", color = 1, - description = "Fire a bouncing Grenade that discharges an Electrocuting Lightning blast when its fuse expires.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Triggerable] = true, [SkillType.Grenade] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + description = "Fire a bouncing Grenade that discharges an Electrocuting Lightning blast when its fuse expires, causing all Lightning Hits against enemies to contribute to Electrocution buildup for a duration.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Triggerable] = true, [SkillType.Grenade] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Duration] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -12843,46 +14882,46 @@ skills["ShockGrenadePlayer"] = { { "base_cooldown_speed_+%", 1 }, }, levels = { - [1] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.75, cooldown = 5, levelRequirement = 0, cost = { Mana = 11, }, }, - [2] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.93, cooldown = 5, levelRequirement = 3, cost = { Mana = 12, }, }, - [3] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.13, cooldown = 5, levelRequirement = 6, cost = { Mana = 13, }, }, - [4] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.34, cooldown = 5, levelRequirement = 10, cost = { Mana = 15, }, }, - [5] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.54, cooldown = 5, levelRequirement = 14, cost = { Mana = 16, }, }, - [6] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.75, cooldown = 5, levelRequirement = 18, cost = { Mana = 18, }, }, - [7] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.97, cooldown = 5, levelRequirement = 22, cost = { Mana = 20, }, }, - [8] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.18, cooldown = 5, levelRequirement = 26, cost = { Mana = 23, }, }, - [9] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.38, cooldown = 5, levelRequirement = 31, cost = { Mana = 25, }, }, - [10] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.59, cooldown = 5, levelRequirement = 36, cost = { Mana = 28, }, }, - [11] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.83, cooldown = 5, levelRequirement = 41, cost = { Mana = 31, }, }, - [12] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.08, cooldown = 5, levelRequirement = 46, cost = { Mana = 34, }, }, - [13] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.36, cooldown = 5, levelRequirement = 52, cost = { Mana = 38, }, }, - [14] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.66, cooldown = 5, levelRequirement = 58, cost = { Mana = 42, }, }, - [15] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.99, cooldown = 5, levelRequirement = 64, cost = { Mana = 47, }, }, - [16] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 5.35, cooldown = 5, levelRequirement = 66, cost = { Mana = 52, }, }, - [17] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 5.74, cooldown = 5, levelRequirement = 72, cost = { Mana = 58, }, }, - [18] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 6.16, cooldown = 5, levelRequirement = 78, cost = { Mana = 64, }, }, - [19] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 6.63, cooldown = 5, levelRequirement = 84, cost = { Mana = 71, }, }, - [20] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 7.14, cooldown = 5, levelRequirement = 90, cost = { Mana = 79, }, }, - [21] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 7.7, cooldown = 5, levelRequirement = 90, cost = { Mana = 87, }, }, - [22] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 8.29, cooldown = 5, levelRequirement = 90, cost = { Mana = 97, }, }, - [23] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 8.93, cooldown = 5, levelRequirement = 90, cost = { Mana = 107, }, }, - [24] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 9.62, cooldown = 5, levelRequirement = 90, cost = { Mana = 119, }, }, - [25] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 10.37, cooldown = 5, levelRequirement = 90, cost = { Mana = 132, }, }, - [26] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 11.17, cooldown = 5, levelRequirement = 90, cost = { Mana = 146, }, }, - [27] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 12.03, cooldown = 5, levelRequirement = 90, cost = { Mana = 162, }, }, - [28] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 12.96, cooldown = 5, levelRequirement = 90, cost = { Mana = 179, }, }, - [29] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 13.96, cooldown = 5, levelRequirement = 90, cost = { Mana = 199, }, }, - [30] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 15.04, cooldown = 5, levelRequirement = 90, cost = { Mana = 220, }, }, - [31] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 16.21, cooldown = 5, levelRequirement = 90, cost = { Mana = 244, }, }, - [32] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 17.46, cooldown = 5, levelRequirement = 90, cost = { Mana = 271, }, }, - [33] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 18.81, cooldown = 5, levelRequirement = 90, cost = { Mana = 300, }, }, - [34] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 20.26, cooldown = 5, levelRequirement = 90, cost = { Mana = 332, }, }, - [35] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 21.83, cooldown = 5, levelRequirement = 90, cost = { Mana = 368, }, }, - [36] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 23.51, cooldown = 5, levelRequirement = 90, cost = { Mana = 408, }, }, - [37] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 25.33, cooldown = 5, levelRequirement = 90, cost = { Mana = 452, }, }, - [38] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 27.29, cooldown = 5, levelRequirement = 90, cost = { Mana = 501, }, }, - [39] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 29.4, cooldown = 5, levelRequirement = 90, cost = { Mana = 556, }, }, - [40] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 31.67, cooldown = 5, levelRequirement = 90, cost = { Mana = 616, }, }, + [1] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 0.8, cooldown = 5, levelRequirement = 0, cost = { Mana = 10, }, }, + [2] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 0.88, cooldown = 5, levelRequirement = 3, cost = { Mana = 12, }, }, + [3] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 0.97, cooldown = 5, levelRequirement = 6, cost = { Mana = 14, }, }, + [4] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.07, cooldown = 5, levelRequirement = 10, cost = { Mana = 16, }, }, + [5] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.16, cooldown = 5, levelRequirement = 14, cost = { Mana = 18, }, }, + [6] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.26, cooldown = 5, levelRequirement = 18, cost = { Mana = 20, }, }, + [7] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.36, cooldown = 5, levelRequirement = 22, cost = { Mana = 23, }, }, + [8] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.45, cooldown = 5, levelRequirement = 26, cost = { Mana = 25, }, }, + [9] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.54, cooldown = 5, levelRequirement = 31, cost = { Mana = 28, }, }, + [10] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.64, cooldown = 5, levelRequirement = 36, cost = { Mana = 31, }, }, + [11] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.75, cooldown = 5, levelRequirement = 41, cost = { Mana = 34, }, }, + [12] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.87, cooldown = 5, levelRequirement = 46, cost = { Mana = 37, }, }, + [13] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 1.99, cooldown = 5, levelRequirement = 52, cost = { Mana = 41, }, }, + [14] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.13, cooldown = 5, levelRequirement = 58, cost = { Mana = 45, }, }, + [15] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.28, cooldown = 5, levelRequirement = 64, cost = { Mana = 49, }, }, + [16] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.44, cooldown = 5, levelRequirement = 66, cost = { Mana = 53, }, }, + [17] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.62, cooldown = 5, levelRequirement = 72, cost = { Mana = 58, }, }, + [18] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 2.82, cooldown = 5, levelRequirement = 78, cost = { Mana = 63, }, }, + [19] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.03, cooldown = 5, levelRequirement = 84, cost = { Mana = 68, }, }, + [20] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.27, cooldown = 5, levelRequirement = 90, cost = { Mana = 73, }, }, + [21] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.52, cooldown = 5, levelRequirement = 90, cost = { Mana = 79, }, }, + [22] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 3.79, cooldown = 5, levelRequirement = 90, cost = { Mana = 85, }, }, + [23] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.08, cooldown = 5, levelRequirement = 90, cost = { Mana = 92, }, }, + [24] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.4, cooldown = 5, levelRequirement = 90, cost = { Mana = 99, }, }, + [25] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 4.74, cooldown = 5, levelRequirement = 90, cost = { Mana = 106, }, }, + [26] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 5.11, cooldown = 5, levelRequirement = 90, cost = { Mana = 114, }, }, + [27] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 5.5, cooldown = 5, levelRequirement = 90, cost = { Mana = 122, }, }, + [28] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 5.93, cooldown = 5, levelRequirement = 90, cost = { Mana = 131, }, }, + [29] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 6.38, cooldown = 5, levelRequirement = 90, cost = { Mana = 140, }, }, + [30] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 6.88, cooldown = 5, levelRequirement = 90, cost = { Mana = 150, }, }, + [31] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 7.41, cooldown = 5, levelRequirement = 90, cost = { Mana = 161, }, }, + [32] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 7.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 172, }, }, + [33] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 8.6, cooldown = 5, levelRequirement = 90, cost = { Mana = 184, }, }, + [34] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 9.26, cooldown = 5, levelRequirement = 90, cost = { Mana = 196, }, }, + [35] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 9.98, cooldown = 5, levelRequirement = 90, cost = { Mana = 209, }, }, + [36] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 10.75, cooldown = 5, levelRequirement = 90, cost = { Mana = 223, }, }, + [37] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 11.58, cooldown = 5, levelRequirement = 90, cost = { Mana = 238, }, }, + [38] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 12.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 253, }, }, + [39] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 13.44, cooldown = 5, levelRequirement = 90, cost = { Mana = 270, }, }, + [40] = { attackSpeedMultiplier = -25, storedUses = 2, baseMultiplier = 14.48, cooldown = 5, levelRequirement = 90, cost = { Mana = 287, }, }, }, statSets = { [1] = { @@ -12901,13 +14940,14 @@ skills["ShockGrenadePlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_lightning", 80 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "fixed_projectile_spread", 30 }, - { "active_skill_electrocutes_as_though_dealt_damage_+%_final", 50 }, { "active_skill_projectile_speed_+%_variation_final_if_multiple_projectiles", 15 }, + { "base_secondary_skill_effect_duration", 6000 }, }, stats = { "active_skill_base_area_of_effect_radius", + "active_skill_electrocutes_as_though_dealt_damage_+%_final", "base_is_projectile", "projectile_ballistic_angle_from_reference_event", "projectile_uses_contact_position", @@ -12921,46 +14961,46 @@ skills["ShockGrenadePlayer"] = { "projectiles_cannot_fork", }, levels = { - [1] = { 20, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 20, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 20, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 21, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 21, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 21, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 22, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 22, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 22, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 22, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 23, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 23, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 23, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 23, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 23, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 24, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 24, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 24, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 24, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 24, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 25, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 25, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 25, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 25, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 25, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 26, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 26, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 26, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 26, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 26, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 26, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 27, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 27, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 27, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 27, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 27, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 27, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 27, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 20, 150, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 20, 160, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 20, 170, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 21, 180, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 21, 190, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 21, 200, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 21, 210, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 21, 220, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 22, 230, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 22, 240, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 22, 250, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 22, 260, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 23, 270, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 23, 280, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 23, 290, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 23, 300, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 23, 310, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 24, 320, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 24, 330, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 24, 340, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 24, 350, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 24, 360, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 25, 370, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 25, 380, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 25, 390, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 25, 400, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 25, 410, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 26, 420, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 26, 430, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 26, 440, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 26, 445, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 26, 450, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 26, 455, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 27, 460, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 27, 465, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 27, 470, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 27, 475, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 27, 480, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 27, 485, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 27, 490, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -12969,8 +15009,8 @@ skills["WarBannerReservationPlayer"] = { name = "War Banner", baseTypeName = "War Banner", color = 1, - description = "While active, killing enemies with Attacks or standing near a Unique enemy generates Valour. Using this Skill consumes its Valour to place an inspiring Banner with an Aura that grants you and nearby Allies Attack damage and Accuracy while the Banner lasts. The Banner cannot gain Valour while placed, and you cannot place a Banner while you already have a Banner placed.", - skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, }, + description = "While active, Attacking enemies builds Glory. When you have maximum Glory, you can place an inspiring Banner for a duration with an Aura that grants you and nearby Allies Attack damage, Attack speed and Accuracy.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Banner] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -13016,14 +15056,68 @@ skills["WarBannerReservationPlayer"] = { [39] = { spiritReservationFlat = 30, levelRequirement = 90, }, [40] = { spiritReservationFlat = 30, levelRequirement = 90, }, }, + statSets = { + [1] = { + label = "War Banner", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + }, + stats = { + "base_deal_no_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } } skills["WarBannerPlayer"] = { name = "War Banner", hidden = true, - skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, }, - castTime = 1, + skillTypes = { [SkillType.Banner] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Buff] = true, [SkillType.Aura] = true, [SkillType.NoAttackInPlace] = true, [SkillType.HasUsageCondition] = true, }, + castTime = 0.5, qualityStats = { - { "banner_aura_magnitude_+%_final_per_resource", 0.1 }, + { "base_reservation_efficiency_+%", 0.5 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -13085,60 +15179,65 @@ skills["WarBannerPlayer"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 45 }, - { "banner_aura_magnitude_+%_final_per_resource", 10 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "active_skill_requires_X_glory", 200 }, + { "active_skill_generates_mp_%_glory_per_attack_hit", 100 }, }, stats = { "base_skill_effect_duration", "base_skill_buff_attack_damage_+%_final_to_apply", "base_skill_buff_banner_accuracy_+%_to_apply", + "base_skill_buff_banner_attack_speed_+%_to_apply", "can_perform_skill_while_moving", "base_deal_no_damage", - "quality_display_banner_buff_effect_+%_final_per_resource_is_gem", - }, - levels = { - [1] = { 6000, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 6050, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6100, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 6150, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6200, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 6250, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6300, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 6350, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6400, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 6450, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 6500, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 6550, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 6600, 5, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 6650, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 6700, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 6750, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 6800, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 6850, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 6900, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 6950, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 7000, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 7050, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 7100, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 7150, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 7200, 6, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 7250, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 7300, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 7350, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 7400, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 7450, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 7500, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 7550, 7, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 7600, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 7650, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 7700, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 7750, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 7800, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 7850, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 7900, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 7950, 8, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, + "active_skill_can_generate_glory_even_if_an_instance_of_this_skill_is_active", + }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 6000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 7000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 7200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 7400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 7600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 7800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 8000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 8200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 8400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 8600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 8800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 9000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 9200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 9400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 9600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 9800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 10000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 10200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 10400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 10600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 10800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 11000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 11200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 11400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 11600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 11800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 11900, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 12000, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 12100, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 12200, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 12300, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 12400, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 12500, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 12600, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 12700, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 12800, 25, 50, 25, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } diff --git a/src/Data/Skills/minion.lua b/src/Data/Skills/minion.lua index f8c7940d30..facaa3f399 100644 --- a/src/Data/Skills/minion.lua +++ b/src/Data/Skills/minion.lua @@ -144,12 +144,12 @@ skills["GasShotSkeletonSniperMinion"] = { name = "Gas Arrow", hidden = true, description = "Rain an arrow down from above, creating a cloud of flammable poisonous gas where it lands. The cloud will detonate if hit by a Detonator skill or if an Ignited enemy touches it, creating a fiery explosion.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Rain] = true, [SkillType.DamageOverTime] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CreatesGroundEffect] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Rain] = true, [SkillType.DamageOverTime] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, levels = { - [1] = { attackSpeedMultiplier = 20, storedUses = 1, baseMultiplier = 0.7, cooldown = 8, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = 20, storedUses = 1, baseMultiplier = 0.8, cooldown = 6, levelRequirement = 0, }, }, statSets = { [1] = { @@ -257,7 +257,7 @@ skills["BoneshatterBruteMinion"] = { qualityStats = { }, levels = { - [1] = { attackSpeedMultiplier = 20, storedUses = 1, baseMultiplier = 1.2, cooldown = 4, levelRequirement = 0, }, + [1] = { attackSpeedMultiplier = 20, storedUses = 1, baseMultiplier = 1.8, cooldown = 4, levelRequirement = 0, }, }, statSets = { [1] = { @@ -297,7 +297,7 @@ skills["BoneshatterBruteMinion"] = { "is_area_damage", }, levels = { - [1] = { baseMultiplier = 2.4, actorLevel = 1, }, + [1] = { baseMultiplier = 4.8, actorLevel = 1, }, }, }, } @@ -306,7 +306,7 @@ skills["ArcSkeletonMageMinion"] = { name = "Arc", hidden = true, description = "An arc of Lightning stretches from the caster to a targeted enemy and Chains on to other nearby enemies. Shocked enemies Hit release damaging pulses.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.25, qualityStats = { }, @@ -319,7 +319,7 @@ skills["ArcSkeletonMageMinion"] = { baseEffectiveness = 1.2000000476837, incrementalEffectiveness = 0.25, damageIncrementalEffectiveness = 0.037999998778105, - statDescriptionScope = "arc", + statDescriptionScope = "skill_stat_descriptions", baseFlags = { spell = true, chaining = true, @@ -334,11 +334,15 @@ skills["ArcSkeletonMageMinion"] = { "number_of_chains", "disable_visual_hit_effect", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.10000000149012, 1.8999999761581, 2, statInterpolation = { 3, 3, 1, }, actorLevel = 1, }, - [2] = { 0.10000000149012, 1.8999999761581, 3, statInterpolation = { 3, 3, 1, }, actorLevel = 20, }, - [3] = { 0.10000000149012, 1.8999999761581, 4, statInterpolation = { 3, 3, 1, }, actorLevel = 40, }, - [4] = { 0.10000000149012, 1.8999999761581, 5, statInterpolation = { 3, 3, 1, }, actorLevel = 60, }, + [2] = { 0.10000000149012, 1.8999999761581, 2, statInterpolation = { 3, 3, 1, }, actorLevel = 20, }, + [3] = { 0.10000000149012, 1.8999999761581, 2, statInterpolation = { 3, 3, 1, }, actorLevel = 40, }, + [4] = { 0.10000000149012, 1.8999999761581, 2, statInterpolation = { 3, 3, 1, }, actorLevel = 60, }, }, }, } @@ -347,7 +351,7 @@ skills["DeathStormSkeletonStormMageMinion"] = { name = "Death Storm", hidden = true, description = "Lightning bolts strike all fallen Skeletons in the area, creating Shocked Ground around them.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Cooldown] = true, [SkillType.CreatesGroundEffect] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Lightning] = true, [SkillType.Area] = true, [SkillType.Cooldown] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 2, qualityStats = { }, @@ -357,7 +361,7 @@ skills["DeathStormSkeletonStormMageMinion"] = { statSets = { [1] = { label = "Death Storm", - baseEffectiveness = 7.5, + baseEffectiveness = 9, incrementalEffectiveness = 0.25, damageIncrementalEffectiveness = 0.041499998420477, statDescriptionScope = "death_storm", @@ -368,8 +372,8 @@ skills["DeathStormSkeletonStormMageMinion"] = { }, constantStats = { { "ground_lightning_art_variation", 1003 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_secondary_area_of_effect_radius", 18 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "active_skill_base_secondary_area_of_effect_radius", 20 }, { "base_skill_effect_duration", 6000 }, }, stats = { @@ -381,6 +385,10 @@ skills["DeathStormSkeletonStormMageMinion"] = { "skill_cannot_be_knocked_back", "skill_cannot_be_stunned", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.30000001192093, 1.7000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -390,7 +398,7 @@ skills["DeathStormSkeletonStormMageMinion"] = { skills["FrostBoltSkeletonMageMinion"] = { name = "Ice Shard", hidden = true, - skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, }, + skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.Cold] = true, [SkillType.Unleashable] = true, [SkillType.Area] = true, }, castTime = 1.25, qualityStats = { }, @@ -422,6 +430,10 @@ skills["FrostBoltSkeletonMageMinion"] = { "check_for_targets_between_initiator_and_projectile_source", "maintain_projectile_direction_when_using_contact_position", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -453,8 +465,12 @@ skills["FrostBoltSkeletonMageMinion"] = { "is_area_damage", "display_statset_hide_usage_stats", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { - [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, + [1] = { 0.80000001192093, 1.2000000476837, critChance = 23, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, }, } @@ -494,6 +510,10 @@ skills["IceBombSkeletonMageMinion"] = { "skill_cannot_be_knocked_back", "skill_cannot_be_stunned", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -626,6 +646,9 @@ skills["FireBombSkeletonMinion"] = { "is_area_damage", "grenades_target_at_half_monster_height", }, + notMinionStat = { + "base_fire_damage_to_deal_per_minute", + }, levels = { [1] = { 16.666667039196, statInterpolation = { 3, }, actorLevel = 1, }, }, @@ -636,60 +659,58 @@ skills["DestructiveLinkSkeletonBombadierMinion"] = { name = "Explosive Demise", baseTypeName = "Explosive Demise", color = 2, - description = "Detonate an allied Minion whose current Life is below a threshold, dealing heavy damage to nearby enemies.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Cooldown] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, }, - castTime = 0.6, + description = "Detonate an allied Minion whose current Life is below a threshold, dealing heavy Attack damage to nearby enemies.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Cooldown] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Damage] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 1, qualityStats = { { "arsonist_destructive_link_%_of_life_as_fire_damage", 0.2 }, }, levels = { - [1] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [2] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [3] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [4] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [5] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [6] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [7] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [8] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [9] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [10] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [11] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [12] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [13] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [14] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [15] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [16] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [17] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [18] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [19] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [20] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [21] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [22] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [23] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [24] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [25] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [26] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [27] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [28] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [29] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [30] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [31] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [32] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [33] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [34] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [35] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [36] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [37] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [38] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [39] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, - [40] = { critChance = 8, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [1] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [2] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [3] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [4] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [5] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [6] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [7] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [8] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [9] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [10] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [11] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [12] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [13] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [14] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [15] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [16] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [17] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [18] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [19] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [20] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [21] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [22] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [23] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [24] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [25] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [26] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [27] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [28] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [29] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [30] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [31] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [32] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [33] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [34] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [35] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [36] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [37] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [38] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [39] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [40] = { baseMultiplier = 3, storedUses = 1, levelRequirement = 0, cooldown = 3, }, }, statSets = { [1] = { label = "Explosive Demise", - baseEffectiveness = 4, - incrementalEffectiveness = 0.25, - damageIncrementalEffectiveness = 0.041499998420477, + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "bombadier_destructive_link", baseFlags = { area = true, @@ -697,11 +718,10 @@ skills["DestructiveLinkSkeletonBombadierMinion"] = { }, constantStats = { { "active_skill_base_area_of_effect_radius", 24 }, - { "arsonist_destructive_link_%_of_life_as_fire_damage", 12 }, + { "arsonist_destructive_link_%_of_life_as_fire_damage", 8 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, }, stats = { - "spell_minimum_base_fire_damage", - "spell_maximum_base_fire_damage", "command_minion_target_ally_below_x_life", "is_commandable_skill", "is_area_damage", @@ -712,46 +732,46 @@ skills["DestructiveLinkSkeletonBombadierMinion"] = { "quality_display_arsonist_is_gem", }, levels = { - [1] = { 12, 19, 27, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, - [2] = { 20, 30, 47, statInterpolation = { 1, 1, 1, }, actorLevel = 3, }, - [3] = { 29, 44, 69, statInterpolation = { 1, 1, 1, }, actorLevel = 5, }, - [4] = { 40, 60, 94, statInterpolation = { 1, 1, 1, }, actorLevel = 7, }, - [5] = { 52, 77, 120, statInterpolation = { 1, 1, 1, }, actorLevel = 9, }, - [6] = { 65, 98, 149, statInterpolation = { 1, 1, 1, }, actorLevel = 11, }, - [7] = { 81, 122, 180, statInterpolation = { 1, 1, 1, }, actorLevel = 13, }, - [8] = { 99, 148, 214, statInterpolation = { 1, 1, 1, }, actorLevel = 15, }, - [9] = { 119, 179, 251, statInterpolation = { 1, 1, 1, }, actorLevel = 17, }, - [10] = { 142, 213, 291, statInterpolation = { 1, 1, 1, }, actorLevel = 19, }, - [11] = { 168, 252, 333, statInterpolation = { 1, 1, 1, }, actorLevel = 21, }, - [12] = { 198, 297, 380, statInterpolation = { 1, 1, 1, }, actorLevel = 23, }, - [13] = { 231, 346, 431, statInterpolation = { 1, 1, 1, }, actorLevel = 25, }, - [14] = { 268, 403, 484, statInterpolation = { 1, 1, 1, }, actorLevel = 27, }, - [15] = { 311, 466, 544, statInterpolation = { 1, 1, 1, }, actorLevel = 29, }, - [16] = { 358, 537, 608, statInterpolation = { 1, 1, 1, }, actorLevel = 31, }, - [17] = { 411, 617, 677, statInterpolation = { 1, 1, 1, }, actorLevel = 33, }, - [18] = { 471, 706, 750, statInterpolation = { 1, 1, 1, }, actorLevel = 35, }, - [19] = { 537, 806, 831, statInterpolation = { 1, 1, 1, }, actorLevel = 37, }, - [20] = { 612, 918, 917, statInterpolation = { 1, 1, 1, }, actorLevel = 39, }, - [21] = { 696, 1043, 1011, statInterpolation = { 1, 1, 1, }, actorLevel = 41, }, - [22] = { 789, 1183, 1110, statInterpolation = { 1, 1, 1, }, actorLevel = 43, }, - [23] = { 893, 1339, 1218, statInterpolation = { 1, 1, 1, }, actorLevel = 45, }, - [24] = { 1009, 1513, 1333, statInterpolation = { 1, 1, 1, }, actorLevel = 47, }, - [25] = { 1138, 1707, 1459, statInterpolation = { 1, 1, 1, }, actorLevel = 49, }, - [26] = { 1282, 1923, 1593, statInterpolation = { 1, 1, 1, }, actorLevel = 51, }, - [27] = { 1442, 2163, 1737, statInterpolation = { 1, 1, 1, }, actorLevel = 53, }, - [28] = { 1620, 2430, 1893, statInterpolation = { 1, 1, 1, }, actorLevel = 55, }, - [29] = { 1818, 2727, 2060, statInterpolation = { 1, 1, 1, }, actorLevel = 57, }, - [30] = { 2038, 3057, 2239, statInterpolation = { 1, 1, 1, }, actorLevel = 59, }, - [31] = { 2282, 3422, 2432, statInterpolation = { 1, 1, 1, }, actorLevel = 61, }, - [32] = { 2552, 3828, 2640, statInterpolation = { 1, 1, 1, }, actorLevel = 63, }, - [33] = { 2852, 4279, 2862, statInterpolation = { 1, 1, 1, }, actorLevel = 65, }, - [34] = { 3185, 4778, 3101, statInterpolation = { 1, 1, 1, }, actorLevel = 67, }, - [35] = { 3554, 5330, 3357, statInterpolation = { 1, 1, 1, }, actorLevel = 69, }, - [36] = { 3962, 5943, 3632, statInterpolation = { 1, 1, 1, }, actorLevel = 71, }, - [37] = { 4414, 6620, 3928, statInterpolation = { 1, 1, 1, }, actorLevel = 73, }, - [38] = { 4913, 7370, 4246, statInterpolation = { 1, 1, 1, }, actorLevel = 75, }, - [39] = { 5466, 8200, 4585, statInterpolation = { 1, 1, 1, }, actorLevel = 77, }, - [40] = { 6078, 9117, 4951, statInterpolation = { 1, 1, 1, }, actorLevel = 79, }, + [1] = { 30, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 52, statInterpolation = { 1, }, actorLevel = 3, }, + [3] = { 77, statInterpolation = { 1, }, actorLevel = 5, }, + [4] = { 105, statInterpolation = { 1, }, actorLevel = 7, }, + [5] = { 134, statInterpolation = { 1, }, actorLevel = 9, }, + [6] = { 168, statInterpolation = { 1, }, actorLevel = 11, }, + [7] = { 203, statInterpolation = { 1, }, actorLevel = 13, }, + [8] = { 243, statInterpolation = { 1, }, actorLevel = 15, }, + [9] = { 286, statInterpolation = { 1, }, actorLevel = 17, }, + [10] = { 333, statInterpolation = { 1, }, actorLevel = 19, }, + [11] = { 383, statInterpolation = { 1, }, actorLevel = 21, }, + [12] = { 439, statInterpolation = { 1, }, actorLevel = 23, }, + [13] = { 500, statInterpolation = { 1, }, actorLevel = 25, }, + [14] = { 564, statInterpolation = { 1, }, actorLevel = 27, }, + [15] = { 636, statInterpolation = { 1, }, actorLevel = 29, }, + [16] = { 714, statInterpolation = { 1, }, actorLevel = 31, }, + [17] = { 799, statInterpolation = { 1, }, actorLevel = 33, }, + [18] = { 889, statInterpolation = { 1, }, actorLevel = 35, }, + [19] = { 989, statInterpolation = { 1, }, actorLevel = 37, }, + [20] = { 1096, statInterpolation = { 1, }, actorLevel = 39, }, + [21] = { 1213, statInterpolation = { 1, }, actorLevel = 41, }, + [22] = { 1338, statInterpolation = { 1, }, actorLevel = 43, }, + [23] = { 1474, statInterpolation = { 1, }, actorLevel = 45, }, + [24] = { 1620, statInterpolation = { 1, }, actorLevel = 47, }, + [25] = { 1780, statInterpolation = { 1, }, actorLevel = 49, }, + [26] = { 1951, statInterpolation = { 1, }, actorLevel = 51, }, + [27] = { 2137, statInterpolation = { 1, }, actorLevel = 53, }, + [28] = { 2338, statInterpolation = { 1, }, actorLevel = 55, }, + [29] = { 2554, statInterpolation = { 1, }, actorLevel = 57, }, + [30] = { 2788, statInterpolation = { 1, }, actorLevel = 59, }, + [31] = { 3040, statInterpolation = { 1, }, actorLevel = 61, }, + [32] = { 3313, statInterpolation = { 1, }, actorLevel = 63, }, + [33] = { 3606, statInterpolation = { 1, }, actorLevel = 65, }, + [34] = { 3923, statInterpolation = { 1, }, actorLevel = 67, }, + [35] = { 4263, statInterpolation = { 1, }, actorLevel = 69, }, + [36] = { 4631, statInterpolation = { 1, }, actorLevel = 71, }, + [37] = { 5028, statInterpolation = { 1, }, actorLevel = 73, }, + [38] = { 5456, statInterpolation = { 1, }, actorLevel = 75, }, + [39] = { 5915, statInterpolation = { 1, }, actorLevel = 77, }, + [40] = { 6412, statInterpolation = { 1, }, actorLevel = 79, }, }, }, } @@ -760,7 +780,7 @@ skills["EnrageSkeletonReaverMinion"] = { name = "Enrage", hidden = true, description = "Enrage all Skeletal Reavers, causing them to lose life over time and gain Rage on hit. Skeletal Reavers do more Attack Damage and gain increased Attack speed based on their Rage.", - skillTypes = { [SkillType.Buff] = true, [SkillType.Cooldown] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -873,7 +893,7 @@ skills["MPSAncestralTotemSpiritSoulCasterProjectile"] = { qualityStats = { }, levels = { - [1] = { levelRequirement = 0, }, + [1] = { critChance = 6, levelRequirement = 0, }, }, statSets = { [1] = { @@ -886,7 +906,7 @@ skills["MPSAncestralTotemSpiritSoulCasterProjectile"] = { }, constantStats = { { "monster_projectile_variation", 1389 }, - { "spell_maximum_action_distance_+%", -40 }, + { "spell_maximum_action_distance_+%", -23 }, }, stats = { "spell_minimum_base_cold_damage", @@ -895,6 +915,10 @@ skills["MPSAncestralTotemSpiritSoulCasterProjectile"] = { "projectile_uses_contact_position", "use_scaled_contact_offset", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1024,4 +1048,194 @@ skills["GAAnimateWeaponQuarterstaffSweep"] = { }, }, } +} +skills["RavenousSwarmAttack"] = { + name = "Attack", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Chaos] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Attack", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + attack = true, + melee = true, + area = true, + }, + stats = { + "global_poison_on_hit", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["LivingLightningZap"] = { + name = "Zap", + hidden = true, + description = "Teleport to a target, dealing Lightning Attack Damage.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Lightning] = true, [SkillType.Chains] = true, [SkillType.Melee] = true, [SkillType.CannotTerrainChain] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { critChance = 9, storedUses = 1, levelRequirement = 0, cooldown = 0.25, }, + }, + statSets = { + [1] = { + label = "Zap", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "skill_stat_descriptions", + baseFlags = { + attack = true, + melee = true, + chaining = true, + }, + constantStats = { + { "number_of_chains", 3 }, + { "living_lightning_damage_+%_final_per_additional_hit", -30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["DeathFromAboveDaemonMinion"] = { + name = "Death From Above", + hidden = true, + description = "Fires a flare at a target location, attaching to an enemy if it lands on one. Then fires a series of arrow volleys centred around the flare.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 3.8, storedUses = 1, levelRequirement = 0, cooldown = 40, }, + }, + statSets = { + [1] = { + label = "Death From Above", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "death_from_above", + baseFlags = { + attack = true, + projectile = true, + area = true, + }, + statMap = { + ["death_from_above_number_of_volleys"] = { + skill("dpsMultiplier", nil), + }, + }, + constantStats = { + { "death_from_above_volley_delay_ms", 2000 }, + { "death_from_above_number_of_volleys", 4 }, + { "explosion_delay_ms", 250 }, + { "active_skill_base_area_of_effect_radius", 140 }, + { "active_skill_base_secondary_area_of_effect_radius", 75 }, + { "command_minion_marker_additional_time_ms", 300 }, + }, + stats = { + "is_commandable_skill", + "base_is_projectile", + "is_area_damage", + "skill_cannot_be_frozen", + "skill_cannot_be_electrocuted", + "skill_cannot_be_knocked_back", + "skill_cannot_be_stunned", + "modifiers_to_projectile_count_do_not_apply", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } } \ No newline at end of file diff --git a/src/Data/Skills/other.lua b/src/Data/Skills/other.lua index 72aeeb1aec..77829e6cfe 100644 --- a/src/Data/Skills/other.lua +++ b/src/Data/Skills/other.lua @@ -6,6 +6,229 @@ -- local skills, mod, flag, skill = ... +skills["AcidicConcoctionPlayer"] = { + name = "Acidic Concoction", + baseTypeName = "Acidic Concoction", + fromTree = true, + color = 4, + description = "Consume charges from your Mana Flask to throw a flask that explodes, dealing Physical Attack damage in an area. The thrown flask Consumes Poison on Hit to cause an acidic burst.", + skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GroundTargetedProjectile] = true, }, + weaponTypes = { + ["None"] = true, + }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.2 }, + }, + levels = { + [1] = { critChance = 5, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 5, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 5, baseMultiplier = 0.84, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 5, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 5, baseMultiplier = 0.99, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 5, baseMultiplier = 1.05, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 5, baseMultiplier = 1.12, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 5, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 5, baseMultiplier = 1.23, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 5, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 5, baseMultiplier = 1.34, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 5, baseMultiplier = 1.39, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 5, baseMultiplier = 1.44, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 5, baseMultiplier = 1.5, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 5, baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 5, baseMultiplier = 1.61, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 5, baseMultiplier = 1.67, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 5, baseMultiplier = 1.73, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 5, baseMultiplier = 1.79, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 5, baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 5, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 5, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 5, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 5, baseMultiplier = 2.1, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 5, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 5, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 5, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 5, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 5, baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 5, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 5, baseMultiplier = 2.73, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 5, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 5, baseMultiplier = 2.91, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 5, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 5, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 5, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 5, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 5, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 5, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Flask", + baseEffectiveness = 2.2999999523163, + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "poisonous_concoction", + baseFlags = { + attack = true, + projectile = true, + unarmed = true, + area = true, + }, + constantStats = { + { "flask_throw_base_charges_used", 5 }, + { "base_number_of_projectiles", 1 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "throw_flask_effects_type", 4 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "main_hand_base_weapon_attack_duration_ms", 714 }, + }, + stats = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + "base_is_projectile", + "projectile_behaviour_only_explode", + "can_perform_skill_while_moving", + "replace_main_hand_unarmed_attack_stats_with_nothing_type", + "is_area_damage", + "base_consume_enemy_poison_on_hit", + "cannot_poison", + }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + }, + levels = { + [1] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 18, 28, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 33, 49, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 41, 61, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 49, 73, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 57, 86, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 67, 100, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 76, 114, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 86, 129, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 97, 145, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 108, 161, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 119, 178, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 131, 196, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 143, 214, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 156, 233, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 169, 253, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 182, 273, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 196, 294, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 211, 316, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 226, 338, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 241, 361, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 257, 385, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 273, 409, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 289, 434, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 307, 460, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 324, 486, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 342, 513, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 360, 541, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 379, 569, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 399, 598, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 418, 628, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 439, 658, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 459, 689, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 480, 720, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 502, 753, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 524, 785, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 546, 819, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 569, 853, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Acidic Burst", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "poisonous_concoction", + statMap = { + ["poisonous_concoction_area_of_effect_+%_final_per_active_poison_consumed"] = { + mod("AreaOfEffect", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks" }), + }, + ["active_skill_base_secondary_area_of_effect_radius"] = { + skill("radius", nil), + }, + }, + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "base_number_of_projectiles", 1 }, + { "throw_flask_effects_type", 4 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "main_hand_base_weapon_attack_duration_ms", 714 }, + { "active_skill_base_secondary_area_of_effect_radius", 15 }, + { "poison_concoction_poison_burst_physical_damage_equal_to_%_of_strongest_active_poison", 150 }, + { "poisonous_concoction_area_of_effect_+%_final_per_active_poison_consumed", 30 }, + }, + stats = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + "base_is_projectile", + "projectile_behaviour_only_explode", + "can_perform_skill_while_moving", + "replace_main_hand_unarmed_attack_stats_with_nothing_type", + "is_area_damage", + "base_consume_enemy_poison_on_hit", + "cannot_poison", + }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + }, + levels = { + [1] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 0, 0, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} skills["AncestralSpiritsPlayer"] = { name = "Ancestral Spirits", baseTypeName = "Ancestral Spirits", @@ -71,13 +294,22 @@ skills["AncestralSpiritsPlayer"] = { label = "Ancestral Spirits", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", + statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, + }, baseFlags = { spell = true, minion = true, }, constantStats = { - { "minion_1%_damage_+%_per_X_player_strength", 3 }, - { "minion_1%_accuracy_rating_+%_per_X_player_dexterity", 3 }, + { "minion_1%_damage_+%_per_X_player_strength", 1 }, + { "minion_1%_attack_speed_+%_per_X_player_dexterity", 3 }, }, stats = { "display_modifiers_to_totem_life_effect_these_minions", @@ -134,14 +366,14 @@ skills["BleedingConcoctionPlayer"] = { baseTypeName = "Bleeding Concoction", fromTree = true, color = 4, - description = "Consume charges from your Mana Flask to throw a bottle that explodes, dealing Physical attack damage in an area. Bleeding inflicted by this skill has higher Magnitude.", - skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, }, + description = "Consume charges from your Mana Flask to throw a flask that explodes, dealing Physical Attack damage in an area and Aggravating Bleeding on Enemies hit.", + skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GroundTargetedProjectile] = true, }, weaponTypes = { ["None"] = true, }, castTime = 1, qualityStats = { - { "faster_bleed_%", 1 }, + { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { [1] = { critChance = 5, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, @@ -190,12 +422,7 @@ skills["BleedingConcoctionPlayer"] = { label = "Bleeding Concoction", baseEffectiveness = 4.1999998092651, incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "throw_flask_bleed", - statMap = { - ["flask_throw_bleed_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed), - }, - }, + statDescriptionScope = "bleeding_concoction", baseFlags = { attack = true, projectile = true, @@ -205,14 +432,14 @@ skills["BleedingConcoctionPlayer"] = { constantStats = { { "flask_throw_base_charges_used", 5 }, { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 15 }, - { "flask_throw_bleed_effect_+%_final", 200 }, + { "active_skill_base_area_of_effect_radius", 18 }, { "throw_flask_effects_type", 3 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_base_weapon_attack_duration_ms", 714 }, { "base_chance_to_inflict_bleeding_%", 100 }, + { "base_aggravate_bleeding_on_attack_hit_chance_%", 100 }, }, stats = { "main_hand_weapon_minimum_physical_damage", @@ -223,6 +450,10 @@ skills["BleedingConcoctionPlayer"] = { "replace_main_hand_unarmed_attack_stats_with_nothing_type", "is_area_damage", }, + notMinionStat = { + "main_hand_weapon_minimum_physical_damage", + "main_hand_weapon_maximum_physical_damage", + }, levels = { [1] = { 11, 21, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 19, 35, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, @@ -384,120 +615,525 @@ skills["BloodBoilPlayer"] = { }, } } -skills["MetaCastOnCharmUsePlayer"] = { - name = "Cast on Charm Use", - baseTypeName = "Cast on Charm Use", +skills["MeleeBowPlayer"] = { + name = "Bow Shot", + baseTypeName = "Bow Shot", fromItem = true, color = 4, - description = "While active, gains Energy when one of your Charms is used and triggers socketed Spells on reaching maximum Energy.", - skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, - castTime = 0, + description = "Fire an arrow with your Bow.", + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Barrageable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Bow] = true, [SkillType.NoAttackInPlace] = true, }, + weaponTypes = { + ["Bow"] = true, + }, + castTime = 1, qualityStats = { - { "energy_generated_+%", 0.75 }, }, levels = { [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, - [4] = { levelRequirement = 10, }, - [5] = { levelRequirement = 14, }, - [6] = { levelRequirement = 18, }, - [7] = { levelRequirement = 22, }, - [8] = { levelRequirement = 26, }, - [9] = { levelRequirement = 31, }, - [10] = { levelRequirement = 36, }, - [11] = { levelRequirement = 41, }, - [12] = { levelRequirement = 46, }, - [13] = { levelRequirement = 52, }, - [14] = { levelRequirement = 58, }, - [15] = { levelRequirement = 64, }, - [16] = { levelRequirement = 66, }, - [17] = { levelRequirement = 72, }, - [18] = { levelRequirement = 78, }, - [19] = { levelRequirement = 84, }, - [20] = { levelRequirement = 90, }, - [21] = { levelRequirement = 90, }, - [22] = { levelRequirement = 90, }, - [23] = { levelRequirement = 90, }, - [24] = { levelRequirement = 90, }, - [25] = { levelRequirement = 90, }, - [26] = { levelRequirement = 90, }, - [27] = { levelRequirement = 90, }, - [28] = { levelRequirement = 90, }, - [29] = { levelRequirement = 90, }, - [30] = { levelRequirement = 90, }, - [31] = { levelRequirement = 90, }, - [32] = { levelRequirement = 90, }, - [33] = { levelRequirement = 90, }, - [34] = { levelRequirement = 90, }, - [35] = { levelRequirement = 90, }, - [36] = { levelRequirement = 90, }, - [37] = { levelRequirement = 90, }, - [38] = { levelRequirement = 90, }, - [39] = { levelRequirement = 90, }, - [40] = { levelRequirement = 90, }, + [2] = { baseMultiplier = 1.1, levelRequirement = 3, }, + [3] = { baseMultiplier = 1.21, levelRequirement = 6, }, + [4] = { baseMultiplier = 1.32, levelRequirement = 10, }, + [5] = { baseMultiplier = 1.42, levelRequirement = 14, }, + [6] = { baseMultiplier = 1.53, levelRequirement = 18, }, + [7] = { baseMultiplier = 1.64, levelRequirement = 22, }, + [8] = { baseMultiplier = 1.74, levelRequirement = 26, }, + [9] = { baseMultiplier = 1.82, levelRequirement = 31, }, + [10] = { baseMultiplier = 1.91, levelRequirement = 36, }, + [11] = { baseMultiplier = 2.01, levelRequirement = 41, }, + [12] = { baseMultiplier = 2.11, levelRequirement = 46, }, + [13] = { baseMultiplier = 2.22, levelRequirement = 52, }, + [14] = { baseMultiplier = 2.33, levelRequirement = 58, }, + [15] = { baseMultiplier = 2.44, levelRequirement = 64, }, + [16] = { baseMultiplier = 2.57, levelRequirement = 66, }, + [17] = { baseMultiplier = 2.69, levelRequirement = 72, }, + [18] = { baseMultiplier = 2.83, levelRequirement = 78, }, + [19] = { baseMultiplier = 2.97, levelRequirement = 84, }, + [20] = { baseMultiplier = 3.12, levelRequirement = 90, }, + [21] = { baseMultiplier = 3.27, levelRequirement = 90, }, + [22] = { baseMultiplier = 3.44, levelRequirement = 90, }, + [23] = { baseMultiplier = 3.61, levelRequirement = 90, }, + [24] = { baseMultiplier = 3.79, levelRequirement = 90, }, + [25] = { baseMultiplier = 3.98, levelRequirement = 90, }, + [26] = { baseMultiplier = 4.18, levelRequirement = 90, }, + [27] = { baseMultiplier = 4.39, levelRequirement = 90, }, + [28] = { baseMultiplier = 4.61, levelRequirement = 90, }, + [29] = { baseMultiplier = 4.84, levelRequirement = 90, }, + [30] = { baseMultiplier = 5.08, levelRequirement = 90, }, + [31] = { baseMultiplier = 5.33, levelRequirement = 90, }, + [32] = { baseMultiplier = 5.6, levelRequirement = 90, }, + [33] = { baseMultiplier = 5.88, levelRequirement = 90, }, + [34] = { baseMultiplier = 6.18, levelRequirement = 90, }, + [35] = { baseMultiplier = 6.48, levelRequirement = 90, }, + [36] = { baseMultiplier = 6.81, levelRequirement = 90, }, + [37] = { baseMultiplier = 7.15, levelRequirement = 90, }, + [38] = { baseMultiplier = 7.51, levelRequirement = 90, }, + [39] = { baseMultiplier = 7.88, levelRequirement = 90, }, + [40] = { baseMultiplier = 8.28, levelRequirement = 90, }, }, statSets = { [1] = { - label = "Cast on Charm Use", + label = "Bow Shot", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", baseFlags = { + attack = true, + projectile = true, }, constantStats = { - { "cast_on_using_charm_gain_X_centienergy_per_charm_charge_used_on_using_charm", 200 }, - { "skill_desired_amount_override", 1 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "energy_generated_+%", - "generic_ongoing_trigger_triggers_at_maximum_energy", - "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", - "base_deal_no_damage", + "base_is_projectile", + "projectile_uses_contact_position", + "projectile_uses_contact_direction", + "check_for_targets_between_initiator_and_projectile_source", + "skill_can_fire_arrows", + "can_perform_skill_while_moving", + "should_use_additive_aiming_animation", + "has_modular_projectiles_enabled", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 3, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 12, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 18, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 21, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 24, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 27, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 30, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 33, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 39, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 42, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 45, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 48, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 51, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 54, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 57, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 60, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 63, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 66, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 69, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 72, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 75, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 78, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 81, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 84, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 87, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 93, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 96, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 99, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 102, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 105, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 108, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 111, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 114, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 117, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ExplodingPoisonToadPlayer"] = { + name = "Bursting Fen Toad", + baseTypeName = "Bursting Fen Toad", + fromItem = true, + color = 4, + description = "A Poisonous Toad leaps towards enemies and explodes, dealing damage in an area and inflicting Poison.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Physical] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.UseGlobalStats] = true, }, + castTime = 1, + qualityStats = { + { "trigger_toad_spawn_chance_%", 0.5 }, + }, + levels = { + [1] = { critChance = 5, baseMultiplier = 2.25, levelRequirement = 0, }, + [2] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 3, }, + [3] = { critChance = 5, baseMultiplier = 2.72, levelRequirement = 6, }, + [4] = { critChance = 5, baseMultiplier = 2.97, levelRequirement = 10, }, + [5] = { critChance = 5, baseMultiplier = 3.2, levelRequirement = 14, }, + [6] = { critChance = 5, baseMultiplier = 3.45, levelRequirement = 18, }, + [7] = { critChance = 5, baseMultiplier = 3.69, levelRequirement = 22, }, + [8] = { critChance = 5, baseMultiplier = 3.91, levelRequirement = 26, }, + [9] = { critChance = 5, baseMultiplier = 4.1, levelRequirement = 31, }, + [10] = { critChance = 5, baseMultiplier = 4.31, levelRequirement = 36, }, + [11] = { critChance = 5, baseMultiplier = 4.52, levelRequirement = 41, }, + [12] = { critChance = 5, baseMultiplier = 4.75, levelRequirement = 46, }, + [13] = { critChance = 5, baseMultiplier = 4.99, levelRequirement = 52, }, + [14] = { critChance = 5, baseMultiplier = 5.24, levelRequirement = 58, }, + [15] = { critChance = 5, baseMultiplier = 5.5, levelRequirement = 64, }, + [16] = { critChance = 5, baseMultiplier = 5.77, levelRequirement = 66, }, + [17] = { critChance = 5, baseMultiplier = 6.06, levelRequirement = 72, }, + [18] = { critChance = 5, baseMultiplier = 6.37, levelRequirement = 78, }, + [19] = { critChance = 5, baseMultiplier = 6.68, levelRequirement = 84, }, + [20] = { critChance = 5, baseMultiplier = 7.02, levelRequirement = 90, }, + [21] = { critChance = 5, baseMultiplier = 7.37, levelRequirement = 90, }, + [22] = { critChance = 5, baseMultiplier = 7.74, levelRequirement = 90, }, + [23] = { critChance = 5, baseMultiplier = 8.12, levelRequirement = 90, }, + [24] = { critChance = 5, baseMultiplier = 8.53, levelRequirement = 90, }, + [25] = { critChance = 5, baseMultiplier = 8.96, levelRequirement = 90, }, + [26] = { critChance = 5, baseMultiplier = 9.4, levelRequirement = 90, }, + [27] = { critChance = 5, baseMultiplier = 9.87, levelRequirement = 90, }, + [28] = { critChance = 5, baseMultiplier = 10.37, levelRequirement = 90, }, + [29] = { critChance = 5, baseMultiplier = 10.89, levelRequirement = 90, }, + [30] = { critChance = 5, baseMultiplier = 11.43, levelRequirement = 90, }, + [31] = { critChance = 5, baseMultiplier = 12, levelRequirement = 90, }, + [32] = { critChance = 5, baseMultiplier = 12.6, levelRequirement = 90, }, + [33] = { critChance = 5, baseMultiplier = 13.23, levelRequirement = 90, }, + [34] = { critChance = 5, baseMultiplier = 13.89, levelRequirement = 90, }, + [35] = { critChance = 5, baseMultiplier = 14.59, levelRequirement = 90, }, + [36] = { critChance = 5, baseMultiplier = 15.32, levelRequirement = 90, }, + [37] = { critChance = 5, baseMultiplier = 16.08, levelRequirement = 90, }, + [38] = { critChance = 5, baseMultiplier = 16.89, levelRequirement = 90, }, + [39] = { critChance = 5, baseMultiplier = 17.73, levelRequirement = 90, }, + [40] = { critChance = 5, baseMultiplier = 18.62, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Bursting Fen Toad", + baseEffectiveness = 2, + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "exploding_poison_toad", + baseFlags = { + area = true, + attack = true, + }, + constantStats = { + { "trigger_toad_spawn_chance_%", 25 }, + { "base_chance_to_poison_on_hit_%", 100 }, + { "active_skill_base_area_of_effect_radius", 25 }, + }, + stats = { + "attack_minimum_added_physical_damage", + "attack_maximum_added_physical_damage", + "is_area_damage", + }, + levels = { + [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 28, 43, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 42, 64, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 50, 75, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 58, 87, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 75, 112, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 84, 126, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 94, 140, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 103, 155, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 114, 170, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 124, 186, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 147, 220, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 158, 238, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 171, 256, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 183, 275, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 196, 294, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 209, 314, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 237, 356, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 252, 378, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 267, 400, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 282, 423, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 297, 446, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 313, 470, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 347, 520, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 364, 546, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 381, 572, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 399, 599, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 418, 626, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 436, 654, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 455, 683, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 475, 712, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 495, 742, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["MetaDeadeyeMarksPlayer"] = { + name = "Called Shots", + baseTypeName = "Called Shots", + fromTree = true, + color = 4, + description = "Applies a socketed Mark Skill to a nearby unmarked Enemy every few seconds. Consuming socketed Marks will cause them to be reapplied to an unmarked Enemy. This reapplication can happen at most once every half second.", + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.Triggers] = true, [SkillType.Area] = true, [SkillType.HasReservation] = true, [SkillType.ZeroReservation] = true, }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.2 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Called Shots", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_deadeye_marks", + baseFlags = { + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 40 }, + { "deadeye_meta_marks_number_of_enemies_to_mark", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, - [2] = { + } +} +skills["SupportMetaDeadeyeMarksPlayer"] = { + name = "SupportMetaDeadeyeMarksPlayer", + hidden = true, + fromTree = true, + support = true, + requireSkillTypes = { SkillType.Mark, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "SupportMetaDeadeyeMarksPlayer", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "meta_gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "your_marks_spread_to_a_nearby_enemies_on_consume_%_chance", 100 }, + }, + stats = { + "mark_supported_by_deadeye_meta_gem", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["MetaCastOnCharmUsePlayer"] = { + name = "Cast on Charm Use", + baseTypeName = "Cast on Charm Use", + fromItem = true, + color = 4, + description = "While active, gains Energy when one of your Charms is used and triggers socketed Spells on reaching maximum Energy.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Meta] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.CanHaveMultipleOngoingSkillInstances] = true, [SkillType.GeneratesEnergy] = true, [SkillType.Triggers] = true, }, + castTime = 0, + qualityStats = { + { "energy_generated_+%", 0.75 }, + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, + }, + statSets = { + [1] = { label = "Cast on Charm Use", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", @@ -506,15 +1142,12 @@ skills["MetaCastOnCharmUsePlayer"] = { constantStats = { { "cast_on_using_charm_gain_X_centienergy_per_charm_charge_used_on_using_charm", 200 }, { "skill_desired_amount_override", 1 }, - { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, }, stats = { "energy_generated_+%", "generic_ongoing_trigger_triggers_at_maximum_energy", "generic_ongoing_trigger_maximum_energy_is_total_of_socketed_skills", "base_deal_no_damage", - "triggered_by_generic_ongoing_trigger", - "skill_cannot_generate_energy", }, levels = { [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, @@ -561,84 +1194,72 @@ skills["MetaCastOnCharmUsePlayer"] = { }, } } -skills["MeleeBowPlayer"] = { - name = "Bow Shot", - baseTypeName = "Bow Shot", +skills["SupportMetaCastOnCharmUsePlayer"] = { + name = "SupportMetaCastOnCharmUsePlayer", + hidden = true, fromItem = true, - color = 4, - description = "Fire an arrow with your Bow.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.CanRapidFire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Bow] = true, }, - weaponTypes = { - ["Bow"] = true, - }, - castTime = 1, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Triggerable, SkillType.AND, }, + addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, + excludeSkillTypes = { SkillType.SupportedByHourglass, }, + isTrigger = true, qualityStats = { }, levels = { [1] = { levelRequirement = 0, }, - [2] = { baseMultiplier = 1.1, levelRequirement = 3, }, - [3] = { baseMultiplier = 1.21, levelRequirement = 6, }, - [4] = { baseMultiplier = 1.32, levelRequirement = 10, }, - [5] = { baseMultiplier = 1.42, levelRequirement = 14, }, - [6] = { baseMultiplier = 1.53, levelRequirement = 18, }, - [7] = { baseMultiplier = 1.64, levelRequirement = 22, }, - [8] = { baseMultiplier = 1.74, levelRequirement = 26, }, - [9] = { baseMultiplier = 1.82, levelRequirement = 31, }, - [10] = { baseMultiplier = 1.91, levelRequirement = 36, }, - [11] = { baseMultiplier = 2.01, levelRequirement = 41, }, - [12] = { baseMultiplier = 2.11, levelRequirement = 46, }, - [13] = { baseMultiplier = 2.22, levelRequirement = 52, }, - [14] = { baseMultiplier = 2.33, levelRequirement = 58, }, - [15] = { baseMultiplier = 2.44, levelRequirement = 64, }, - [16] = { baseMultiplier = 2.57, levelRequirement = 66, }, - [17] = { baseMultiplier = 2.69, levelRequirement = 72, }, - [18] = { baseMultiplier = 2.83, levelRequirement = 78, }, - [19] = { baseMultiplier = 2.97, levelRequirement = 84, }, - [20] = { baseMultiplier = 3.12, levelRequirement = 90, }, - [21] = { baseMultiplier = 3.27, levelRequirement = 90, }, - [22] = { baseMultiplier = 3.44, levelRequirement = 90, }, - [23] = { baseMultiplier = 3.61, levelRequirement = 90, }, - [24] = { baseMultiplier = 3.79, levelRequirement = 90, }, - [25] = { baseMultiplier = 3.98, levelRequirement = 90, }, - [26] = { baseMultiplier = 4.18, levelRequirement = 90, }, - [27] = { baseMultiplier = 4.39, levelRequirement = 90, }, - [28] = { baseMultiplier = 4.61, levelRequirement = 90, }, - [29] = { baseMultiplier = 4.84, levelRequirement = 90, }, - [30] = { baseMultiplier = 5.08, levelRequirement = 90, }, - [31] = { baseMultiplier = 5.33, levelRequirement = 90, }, - [32] = { baseMultiplier = 5.6, levelRequirement = 90, }, - [33] = { baseMultiplier = 5.88, levelRequirement = 90, }, - [34] = { baseMultiplier = 6.18, levelRequirement = 90, }, - [35] = { baseMultiplier = 6.48, levelRequirement = 90, }, - [36] = { baseMultiplier = 6.81, levelRequirement = 90, }, - [37] = { baseMultiplier = 7.15, levelRequirement = 90, }, - [38] = { baseMultiplier = 7.51, levelRequirement = 90, }, - [39] = { baseMultiplier = 7.88, levelRequirement = 90, }, - [40] = { baseMultiplier = 8.28, levelRequirement = 90, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Bow Shot", + label = "SupportMetaCastOnCharmUsePlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { - attack = true, - projectile = true, }, constantStats = { - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time", 10 }, }, stats = { - "base_is_projectile", - "projectile_uses_contact_position", - "projectile_uses_contact_direction", - "check_for_targets_between_initiator_and_projectile_source", - "skill_can_fire_arrows", - "can_perform_skill_while_moving", - "should_use_additive_aiming_animation", - "has_modular_projectiles_enabled", + "triggered_by_generic_ongoing_trigger", + "generic_ongoing_trigger_triggers_at_maximum_energy", }, levels = { [1] = { actorLevel = 1, }, @@ -691,7 +1312,7 @@ skills["MeleeCrossbowPlayer"] = { fromItem = true, color = 4, description = "Fire a bolt from your crossbow.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.CrossbowSkill] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -759,7 +1380,7 @@ skills["MeleeCrossbowPlayer"] = { { "base_knockback_distance", 0 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_is_projectile", @@ -772,6 +1393,7 @@ skills["MeleeCrossbowPlayer"] = { "cannot_cancel_skill_before_contact_point", "disable_visual_hit_effect", "can_perform_skill_while_moving", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -823,7 +1445,7 @@ skills["UnloadAmmoPlayer"] = { hidden = true, fromItem = true, description = "Clear your active Bolt and reload any ammunition.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -881,9 +1503,6 @@ skills["UnloadAmmoPlayer"] = { }, constantStats = { { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, { "base_number_of_crossbow_bolts", 7 }, }, stats = { @@ -892,6 +1511,7 @@ skills["UnloadAmmoPlayer"] = { "can_perform_skill_while_moving", "base_deal_no_damage", "crossbow_ammo_skill_does_not_transition", + "skill_is_instant_while_sprinting", }, levels = { [1] = { actorLevel = 1, }, @@ -944,51 +1564,52 @@ skills["DemonFormPlayer"] = { fromTree = true, color = 4, description = "Shapeshift into a demon, vastly boosting the power of your Spells. You gain Demonflame every second you remain in demon form, causing your Life to be lost at an ever-increasing rate. Maximum 10 Demonflame. Revert to human form if you reach 1 Life, use a Skill that isn't a Spell, or reactivate this Skill.", - skillTypes = { [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.Cooldown] = true, [SkillType.Shapeshift] = true, [SkillType.ManualCooldownConsumption] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Shapeshift] = true, [SkillType.ManualCooldownConsumption] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { + { "demon_form_grants_cast_speed_+%", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 15, cost = { Mana = 7, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 15, cost = { Mana = 8, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 15, cost = { Mana = 9, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 15, cost = { Mana = 6, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 15, cost = { Mana = 7, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 15, cost = { Mana = 8, }, }, [4] = { storedUses = 1, levelRequirement = 10, cooldown = 15, cost = { Mana = 10, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 15, cost = { Mana = 12, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 15, cost = { Mana = 14, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 15, cost = { Mana = 16, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 15, cost = { Mana = 18, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 15, cost = { Mana = 21, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 15, cost = { Mana = 24, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 15, cost = { Mana = 28, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 15, cost = { Mana = 32, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 15, cost = { Mana = 37, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 15, cost = { Mana = 43, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 15, cost = { Mana = 49, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 15, cost = { Mana = 56, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 15, cost = { Mana = 65, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 15, cost = { Mana = 74, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 15, cost = { Mana = 85, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 98, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 113, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 129, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 148, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 170, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 196, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 225, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 258, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 296, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 340, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 391, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 449, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 515, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 592, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 679, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 780, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 895, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1028, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1180, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1355, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 1556, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 15, cost = { Mana = 11, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 15, cost = { Mana = 13, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 15, cost = { Mana = 15, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 15, cost = { Mana = 17, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 15, cost = { Mana = 20, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 15, cost = { Mana = 22, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 15, cost = { Mana = 25, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 15, cost = { Mana = 28, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 15, cost = { Mana = 31, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 15, cost = { Mana = 35, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 15, cost = { Mana = 39, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 15, cost = { Mana = 43, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 15, cost = { Mana = 48, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 15, cost = { Mana = 53, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 15, cost = { Mana = 59, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 65, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 72, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 79, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 88, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 96, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 106, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 116, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 127, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 139, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 153, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 167, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 183, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 200, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 218, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 238, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 259, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 283, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 308, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 335, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 365, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 15, cost = { Mana = 397, }, }, }, statSets = { [1] = { @@ -997,55 +1618,56 @@ skills["DemonFormPlayer"] = { statDescriptionScope = "demon_transformation", baseFlags = { }, + constantStats = { + { "demon_form_spell_damage_+%_final_per_stack", 3 }, + }, stats = { - "demon_form_spell_damage_+%_per_stack", "demon_form_grants_cast_speed_+%", - "demon_form_grants_spell_gem_level_+", "demon_form_life_loss_per_minute_per_stack", "base_deal_no_damage", "demon_transformation_cooldown_does_not_tick", }, levels = { - [1] = { 7, 12, 3, 48, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 1, }, - [2] = { 8, 13, 3, 64, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 8, 13, 3, 72, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 9, 14, 3, 100, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 9, 15, 4, 128, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 10, 15, 4, 144, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 10, 16, 4, 160, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 11, 17, 4, 180, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 12, 17, 4, 210, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 12, 18, 4, 244, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 13, 19, 5, 308, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 13, 20, 5, 346, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 14, 20, 5, 394, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 15, 21, 5, 454, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 15, 22, 5, 518, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 16, 22, 5, 585, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 16, 23, 6, 780, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 17, 24, 6, 848, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 18, 24, 6, 980, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 18, 25, 6, 1112, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 19, 26, 6, 1202, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 20, 26, 6, 1315, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 20, 27, 6, 1428, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 20, 28, 7, 1541, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 21, 28, 7, 1654, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 136.875, }, - [26] = { 21, 29, 7, 1767, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 22, 30, 7, 1880, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 23, 30, 7, 1992, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 23, 31, 7, 2105, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 24, 32, 8, 2218, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 24, 32, 8, 2331, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 24, 33, 8, 2444, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 25, 33, 8, 2557, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 25, 33, 8, 2670, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 25, 34, 8, 2783, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 26, 34, 8, 2896, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 26, 34, 8, 3009, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 26, 35, 8, 3122, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 26, 35, 8, 3235, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 27, 35, 8, 3347, statInterpolation = { 1, 1, 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 12, 48, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 13, 64, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 13, 72, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 14, 100, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 15, 128, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 15, 144, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 16, 160, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 17, 180, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 17, 210, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 18, 244, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 19, 308, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 20, 346, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 20, 394, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 21, 454, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 22, 518, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 22, 585, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 23, 780, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 24, 848, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 24, 980, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 25, 1112, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 26, 1143, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 26, 1179, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 27, 1214, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 28, 1247, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 28, 1278, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 29, 1308, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 30, 1336, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 30, 1364, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 31, 1390, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 32, 1416, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 32, 1441, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 33, 1465, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 33, 1488, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 33, 1511, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 34, 1533, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 34, 1555, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 34, 1575, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 35, 1596, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 35, 1616, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 35, 1635, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1062,57 +1684,58 @@ skills["ElementalExpressionTriggeredPlayer"] = { { "base_cooldown_speed_+%", 1 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.25, cost = { Mana = 4, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.25, cost = { Mana = 3, }, }, [2] = { storedUses = 1, levelRequirement = 3, cooldown = 0.25, cost = { Mana = 4, }, }, [3] = { storedUses = 1, levelRequirement = 6, cooldown = 0.25, cost = { Mana = 5, }, }, [4] = { storedUses = 1, levelRequirement = 10, cooldown = 0.25, cost = { Mana = 6, }, }, [5] = { storedUses = 1, levelRequirement = 14, cooldown = 0.25, cost = { Mana = 7, }, }, [6] = { storedUses = 1, levelRequirement = 18, cooldown = 0.25, cost = { Mana = 8, }, }, [7] = { storedUses = 1, levelRequirement = 22, cooldown = 0.25, cost = { Mana = 9, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 0.25, cost = { Mana = 11, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 0.25, cost = { Mana = 13, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 0.25, cost = { Mana = 14, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 0.25, cost = { Mana = 17, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 0.25, cost = { Mana = 19, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 0.25, cost = { Mana = 22, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 0.25, cost = { Mana = 25, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 0.25, cost = { Mana = 29, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 0.25, cost = { Mana = 34, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 0.25, cost = { Mana = 39, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 0.25, cost = { Mana = 45, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 0.25, cost = { Mana = 51, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 59, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 68, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 78, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 89, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 103, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 118, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 136, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 156, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 179, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 205, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 236, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 271, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 311, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 357, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 410, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 471, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 541, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 621, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 713, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 818, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 940, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 0.25, cost = { Mana = 10, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 0.25, cost = { Mana = 12, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 0.25, cost = { Mana = 13, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 0.25, cost = { Mana = 15, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 0.25, cost = { Mana = 17, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 0.25, cost = { Mana = 19, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 0.25, cost = { Mana = 21, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 0.25, cost = { Mana = 23, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 0.25, cost = { Mana = 26, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 0.25, cost = { Mana = 29, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 0.25, cost = { Mana = 32, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 0.25, cost = { Mana = 36, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 39, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 43, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 48, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 53, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 58, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 64, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 70, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 77, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 84, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 92, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 101, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 110, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 120, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 131, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 143, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 156, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 170, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 186, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 202, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 220, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 0.25, cost = { Mana = 239, }, }, }, statSets = { [1] = { label = "Elemental Expression", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", + statDescriptionScope = "elemental_strike_trigger_statset_0", baseFlags = { }, + constantStats = { + { "chance_to_be_trigger_elemental_expression_%", 100 }, + }, stats = { - "is_triggerable_strike", - "triggerable_in_any_set", }, levels = { [1] = { actorLevel = 1, }, @@ -1159,193 +1782,202 @@ skills["ElementalExpressionTriggeredPlayer"] = { }, [2] = { label = "Fiery Explosion", - baseEffectiveness = 1.75, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "skill_stat_descriptions", + baseEffectiveness = 2.625, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "elemental_strike_trigger_statset_1", baseFlags = { spell = true, area = true, }, constantStats = { + { "chance_to_be_trigger_elemental_expression_%", 100 }, { "active_skill_base_area_of_effect_radius", 36 }, }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", - "is_triggerable_strike", - "triggerable_in_any_set", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { - [1] = { 5, 8, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 7, 11, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 10, 15, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, 20, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 17, 25, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 21, 31, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 25, 38, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 30, 45, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 35, 53, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 41, 62, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 48, 71, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 55, 82, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 63, 95, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 72, 108, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 82, 123, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 93, 140, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 106, 159, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 120, 179, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 135, 203, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 152, 228, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 171, 257, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 193, 289, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 217, 325, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 244, 365, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 274, 410, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 307, 460, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 345, 517, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 387, 580, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 434, 651, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 487, 730, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 546, 819, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 613, 920, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 689, 1033, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 774, 1160, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 869, 1304, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 978, 1466, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 1100, 1650, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1238, 1857, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1394, 2091, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1571, 2357, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 8, 12, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 11, 16, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 15, 22, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 19, 29, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 25, 37, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 30, 45, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 37, 55, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 44, 66, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 52, 78, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 61, 91, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 71, 106, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 82, 124, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 95, 143, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 110, 165, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 126, 189, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 144, 216, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 165, 247, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 188, 282, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 214, 321, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 244, 366, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 277, 416, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 315, 473, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 358, 537, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 407, 610, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 462, 693, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 525, 787, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 596, 894, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 677, 1015, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 769, 1153, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 874, 1311, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 994, 1491, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1131, 1697, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1288, 1932, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1468, 2201, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1674, 2510, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1910, 2865, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 2181, 3272, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2494, 3741, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2854, 4280, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 3269, 4903, critChance = 7, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [3] = { label = "Icy Wave", - baseEffectiveness = 1.4349999427795, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "skill_stat_descriptions", + baseEffectiveness = 2.1524999141693, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "elemental_strike_trigger_statset_2", baseFlags = { spell = true, projectile = true, }, constantStats = { + { "chance_to_be_trigger_elemental_expression_%", 100 }, { "base_number_of_projectiles", 3 }, { "fixed_projectile_height", 15 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", - "is_triggerable_strike", - "triggerable_in_any_set", "always_pierce", "show_number_of_projectiles", "base_is_projectile", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { - [1] = { 4, 7, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 6, 9, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 8, 13, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 11, 16, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 14, 21, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 17, 25, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 21, 31, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 24, 37, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 29, 43, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 34, 50, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 39, 59, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 45, 68, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 52, 78, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 59, 89, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 67, 101, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 77, 115, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 87, 130, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 98, 147, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 111, 166, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 125, 187, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 141, 211, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 158, 237, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 178, 267, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 200, 300, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 224, 336, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 252, 378, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 283, 424, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 317, 475, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 356, 534, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 399, 599, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 448, 672, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 503, 754, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 565, 847, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 634, 952, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 713, 1069, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 802, 1202, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 902, 1353, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1015, 1523, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1143, 1715, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1288, 1933, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 7, 10, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 9, 14, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 12, 18, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 16, 24, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 20, 30, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 25, 37, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 30, 45, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 36, 54, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 42, 64, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 50, 75, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 58, 87, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 68, 101, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 78, 117, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 90, 135, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 103, 155, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 118, 177, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 135, 203, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 154, 231, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 176, 264, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 200, 300, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 227, 341, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 259, 388, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 294, 441, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 334, 500, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 379, 568, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 430, 645, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 488, 733, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 555, 832, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 630, 946, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 717, 1075, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 815, 1223, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 928, 1391, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1056, 1584, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1203, 1805, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1372, 2058, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1566, 2349, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1789, 2683, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 2045, 3067, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 2340, 3510, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 2680, 4020, critChance = 12, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [4] = { label = "Arcing Bolt", - baseEffectiveness = 1.6100000143051, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "skill_stat_descriptions", + baseEffectiveness = 2.414999961853, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, + statDescriptionScope = "elemental_strike_trigger_statset_3", baseFlags = { spell = true, chaining = true, }, constantStats = { + { "chance_to_be_trigger_elemental_expression_%", 100 }, { "number_of_chains", 7 }, }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", - "is_triggerable_strike", - "triggerable_in_any_set", + }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", }, levels = { - [1] = { 2, 11, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 3, 15, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4, 20, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 5, 26, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 6, 33, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 7, 40, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 9, 49, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 10, 58, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 12, 69, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 14, 80, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 16, 93, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 19, 107, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 22, 123, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 25, 141, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 28, 161, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 32, 182, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 36, 207, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 41, 234, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 47, 264, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 53, 298, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 59, 335, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 67, 377, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 75, 424, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 84, 476, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 94, 535, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 106, 600, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 119, 674, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 133, 756, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 150, 848, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 168, 952, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 188, 1068, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 212, 1199, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 238, 1346, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 267, 1512, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 300, 1700, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 337, 1911, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 379, 2150, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 427, 2420, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 481, 2726, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 542, 3072, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { 3, 16, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 4, 21, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 5, 29, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 7, 38, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 8, 48, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 10, 59, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 13, 72, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 15, 86, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 18, 101, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 21, 119, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 24, 139, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 28, 161, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 33, 186, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 38, 214, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 43, 246, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 50, 282, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 57, 322, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 65, 368, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 74, 419, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 84, 477, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 96, 542, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 109, 616, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 124, 700, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 140, 795, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 159, 903, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 181, 1025, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 206, 1165, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 233, 1323, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 265, 1503, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 302, 1709, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 343, 1943, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 390, 2211, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 444, 2518, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 506, 2869, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 577, 3272, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 659, 3734, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 753, 4265, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 860, 4875, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 985, 5579, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1128, 6390, critChance = 9, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1356,59 +1988,59 @@ skills["ElementalStormPlayer"] = { fromTree = true, color = 4, description = "Create a stationary Fire, Cold or Lightning storm at a target location for a duration, based on the highest Elemental Damage type for the Hit that Triggered the storm. Hits which do not deal Elemental Damage will not Trigger the storm.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Orb] = true, [SkillType.AreaSpell] = true, [SkillType.Triggered] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Cooldown] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Orb] = true, [SkillType.AreaSpell] = true, [SkillType.Triggered] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Cooldown] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { { "base_cooldown_speed_+%", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 5, cost = { Mana = 8, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 5, cost = { Mana = 9, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 5, cost = { Mana = 10, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 5, cost = { Mana = 11, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 5, cost = { Mana = 13, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 5, cost = { Mana = 14, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 5, cost = { Mana = 16, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 5, cost = { Mana = 18, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 5, cost = { Mana = 20, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 5, cost = { Mana = 22, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 5, cost = { Mana = 25, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 5, cost = { Mana = 28, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 5, cost = { Mana = 31, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 5, cost = { Mana = 34, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 5, cost = { Mana = 38, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 5, cost = { Mana = 43, }, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 5, cost = { Mana = 48, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 5, cost = { Mana = 54, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 5, cost = { Mana = 60, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 67, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 74, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 83, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 93, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 103, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 115, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 129, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 143, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 160, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 178, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 199, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 222, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 247, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 276, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 308, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 343, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 383, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 427, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 476, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 531, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { Mana = 592, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 3, cost = { Mana = 8, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 3, cost = { Mana = 9, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 3, cost = { Mana = 10, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 3, cost = { Mana = 12, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 3, cost = { Mana = 13, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 3, cost = { Mana = 15, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 3, cost = { Mana = 17, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 3, cost = { Mana = 19, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 3, cost = { Mana = 21, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 3, cost = { Mana = 23, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 3, cost = { Mana = 26, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 3, cost = { Mana = 28, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 3, cost = { Mana = 31, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 3, cost = { Mana = 34, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 3, cost = { Mana = 37, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 3, cost = { Mana = 40, }, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 3, cost = { Mana = 43, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 3, cost = { Mana = 47, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 3, cost = { Mana = 51, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 55, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 60, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 64, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 69, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 74, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 80, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 86, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 92, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 99, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 106, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 113, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 121, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 130, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 138, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 148, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 158, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 168, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 179, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 191, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 203, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 3, cost = { Mana = 216, }, }, }, statSets = { [1] = { label = "Elemental Storm", baseEffectiveness = 0.5625, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "tornado_triggered", statMap = { ["tornado_base_damage_interval_ms"] = { @@ -1481,8 +2113,8 @@ skills["ElementalStormPlayer"] = { [2] = { label = "Fire", baseEffectiveness = 0.55000001192093, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "tornado_triggered", statMap = { ["tornado_base_damage_interval_ms"] = { @@ -1512,54 +2144,58 @@ skills["ElementalStormPlayer"] = { "is_triggerable_elemental_storm", "global_cannot_crit", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [2] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, [4] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, [5] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 7, 10, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [6] = { 6, 10, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, [7] = { 8, 12, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 12, 17, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 14, 20, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [8] = { 9, 14, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 11, 17, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 13, 20, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, [11] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 18, 28, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 21, 32, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, [14] = { 25, 37, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 37, 55, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 48, 72, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 55, 82, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 62, 93, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 71, 106, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 80, 121, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 91, 137, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 104, 156, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 118, 177, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 134, 201, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 152, 228, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 173, 259, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 197, 295, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 224, 336, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 255, 382, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 290, 435, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 330, 496, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 377, 565, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 430, 645, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 491, 737, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 562, 842, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 643, 964, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 736, 1104, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [15] = { 29, 43, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 33, 50, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 38, 58, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 44, 66, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 51, 76, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 58, 88, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 67, 101, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 77, 116, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 89, 133, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 102, 153, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 117, 175, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 134, 201, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 154, 232, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 178, 266, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 204, 306, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 235, 353, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 271, 407, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 313, 469, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 361, 542, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 418, 626, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 483, 725, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 560, 840, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 649, 974, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 754, 1131, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 876, 1315, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1020, 1530, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, [3] = { label = "Lightning", baseEffectiveness = 0.41999998688698, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, statDescriptionScope = "tornado_triggered", statMap = { ["tornado_base_damage_interval_ms"] = { @@ -1589,124 +2225,377 @@ skills["ElementalStormPlayer"] = { "is_triggerable_elemental_storm", "global_cannot_crit", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 1, 3, statInterpolation = { 1, 1, }, actorLevel = 1, }, [2] = { 1, 4, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, [3] = { 1, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, [4] = { 1, 7, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 2, 9, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [5] = { 1, 8, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, [6] = { 2, 11, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, [7] = { 2, 13, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 3, 16, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 3, 19, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [8] = { 3, 15, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 3, 18, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, [10] = { 4, 22, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, [11] = { 5, 26, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, [12] = { 5, 30, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, [13] = { 6, 35, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, [14] = { 7, 40, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 8, 46, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 9, 52, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 11, 60, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 12, 68, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 14, 78, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 16, 89, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 18, 101, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 20, 115, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 23, 131, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 26, 148, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 30, 168, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 34, 191, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 38, 217, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 44, 247, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 50, 281, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 56, 319, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 64, 363, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 73, 413, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 83, 470, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 95, 536, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 108, 611, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 123, 698, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 141, 797, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 161, 911, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 184, 1043, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 211, 1195, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [15] = { 8, 47, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 10, 54, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 11, 62, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 13, 72, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 15, 82, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 17, 95, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 19, 109, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 22, 125, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 25, 144, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 29, 165, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 33, 190, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 38, 218, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 44, 250, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 51, 288, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 59, 332, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 67, 382, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 78, 440, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 90, 508, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 103, 586, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 120, 678, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 138, 784, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 160, 908, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 186, 1054, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 216, 1223, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 251, 1422, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 292, 1656, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + [4] = { + label = "Cold", + baseEffectiveness = 0.41999998688698, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0096000004559755, + statDescriptionScope = "tornado_triggered", + statMap = { + ["tornado_base_damage_interval_ms"] = { + skill("hitTimeOverride", nil), + div = 1000, + }, + }, + baseFlags = { + spell = true, + area = true, + duration = true, + }, + constantStats = { + { "tornado_base_damage_interval_ms", 250 }, + { "number_of_tornados_allowed", 50 }, + { "skill_override_pvp_scaling_time_ms", 1000 }, + { "base_skill_effect_duration", 5000 }, + { "active_skill_base_area_of_effect_radius", 18 }, + }, + stats = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + "skill_can_add_multiple_charges_per_action", + "damage_cannot_be_reflected_or_leech_if_used_by_other_object", + "is_area_damage", + "tornado_hinder", + "is_triggerable_elemental_storm", + "global_cannot_crit", + }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, + levels = { + [1] = { 1, 2, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 5, 7, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 10, 15, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 16, 25, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 25, 38, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 29, 44, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 34, 51, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 39, 58, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 45, 67, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 51, 77, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 59, 88, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 68, 101, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 78, 117, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 89, 134, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 103, 154, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 118, 177, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 136, 203, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 156, 234, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 180, 270, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 207, 311, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 239, 358, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 276, 414, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 319, 478, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 369, 554, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 428, 641, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 496, 744, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 576, 864, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 669, 1004, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 779, 1169, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["AmazonTriggerElementalSurgePlayer"] = { + name = "Elemental Surge", + baseTypeName = "Elemental Surge", + fromTree = true, + color = 4, + description = "Grants your weapon Surges. Non-Melee Projectile Attacks with that weapon Consume Surges to cause the Projectiles fired to explode at the end of their flight.", + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.CannotConsumeCharges] = true, }, + castTime = 1, + qualityStats = { + { "active_skill_base_area_of_effect_radius", 0.15 }, + }, + levels = { + [1] = { baseMultiplier = 0.5, levelRequirement = 0, }, + [2] = { baseMultiplier = 0.55, levelRequirement = 3, }, + [3] = { baseMultiplier = 0.61, levelRequirement = 6, }, + [4] = { baseMultiplier = 0.66, levelRequirement = 10, }, + [5] = { baseMultiplier = 0.72, levelRequirement = 14, }, + [6] = { baseMultiplier = 0.77, levelRequirement = 18, }, + [7] = { baseMultiplier = 0.83, levelRequirement = 22, }, + [8] = { baseMultiplier = 0.88, levelRequirement = 26, }, + [9] = { baseMultiplier = 0.93, levelRequirement = 31, }, + [10] = { baseMultiplier = 0.99, levelRequirement = 36, }, + [11] = { baseMultiplier = 1.05, levelRequirement = 41, }, + [12] = { baseMultiplier = 1.11, levelRequirement = 46, }, + [13] = { baseMultiplier = 1.17, levelRequirement = 52, }, + [14] = { baseMultiplier = 1.25, levelRequirement = 58, }, + [15] = { baseMultiplier = 1.32, levelRequirement = 64, }, + [16] = { baseMultiplier = 1.41, levelRequirement = 66, }, + [17] = { baseMultiplier = 1.5, levelRequirement = 72, }, + [18] = { baseMultiplier = 1.59, levelRequirement = 78, }, + [19] = { baseMultiplier = 1.7, levelRequirement = 84, }, + [20] = { baseMultiplier = 1.81, levelRequirement = 90, }, + [21] = { baseMultiplier = 1.93, levelRequirement = 90, }, + [22] = { baseMultiplier = 2.06, levelRequirement = 90, }, + [23] = { baseMultiplier = 2.2, levelRequirement = 90, }, + [24] = { baseMultiplier = 2.34, levelRequirement = 90, }, + [25] = { baseMultiplier = 2.5, levelRequirement = 90, }, + [26] = { baseMultiplier = 2.67, levelRequirement = 90, }, + [27] = { baseMultiplier = 2.84, levelRequirement = 90, }, + [28] = { baseMultiplier = 3.03, levelRequirement = 90, }, + [29] = { baseMultiplier = 3.24, levelRequirement = 90, }, + [30] = { baseMultiplier = 3.45, levelRequirement = 90, }, + [31] = { baseMultiplier = 3.68, levelRequirement = 90, }, + [32] = { baseMultiplier = 3.93, levelRequirement = 90, }, + [33] = { baseMultiplier = 4.19, levelRequirement = 90, }, + [34] = { baseMultiplier = 4.47, levelRequirement = 90, }, + [35] = { baseMultiplier = 4.76, levelRequirement = 90, }, + [36] = { baseMultiplier = 5.08, levelRequirement = 90, }, + [37] = { baseMultiplier = 5.42, levelRequirement = 90, }, + [38] = { baseMultiplier = 5.78, levelRequirement = 90, }, + [39] = { baseMultiplier = 6.17, levelRequirement = 90, }, + [40] = { baseMultiplier = 6.58, levelRequirement = 90, }, + }, + statSets = { + [1] = { + label = "Cold Surge", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "trigger_elemental_infusion", + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "base_skill_effect_duration", 15000 }, + { "maximum_number_of_instilling_stacks", 6 }, + }, + stats = { + "is_area_damage", + "cannot_consume_power_frenzy_endurance_charges", + "base_skill_show_average_damage_instead_of_dps", + }, + levels = { + [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, + }, + }, + [2] = { + label = "Fire Surge", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "trigger_elemental_infusion", + baseFlags = { + attack = true, + area = true, + }, + constantStats = { + { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "base_skill_effect_duration", 15000 }, + { "maximum_number_of_instilling_stacks", 6 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + }, + stats = { + "is_area_damage", + "cannot_consume_power_frenzy_endurance_charges", + "base_skill_show_average_damage_instead_of_dps", + }, + levels = { + [1] = { baseMultiplier = 0.5, actorLevel = 1, }, + [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, + [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, }, }, - [4] = { - label = "Cold", - baseEffectiveness = 0.41999998688698, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "tornado_triggered", - statMap = { - ["tornado_base_damage_interval_ms"] = { - skill("hitTimeOverride", nil), - div = 1000, - }, - }, + [3] = { + label = "Lightning Surge", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "trigger_elemental_infusion", baseFlags = { - spell = true, + attack = true, area = true, - duration = true, }, constantStats = { - { "tornado_base_damage_interval_ms", 250 }, - { "number_of_tornados_allowed", 50 }, - { "skill_override_pvp_scaling_time_ms", 1000 }, - { "base_skill_effect_duration", 5000 }, + { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, { "active_skill_base_area_of_effect_radius", 18 }, + { "base_skill_effect_duration", 15000 }, + { "maximum_number_of_instilling_stacks", 6 }, + { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, }, stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "skill_can_add_multiple_charges_per_action", - "damage_cannot_be_reflected_or_leech_if_used_by_other_object", "is_area_damage", - "tornado_hinder", - "is_triggerable_elemental_storm", - "global_cannot_crit", + "cannot_consume_power_frenzy_endurance_charges", + "base_skill_show_average_damage_instead_of_dps", }, levels = { - [1] = { 1, 2, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 2, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 2, 4, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 5, 8, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 7, 11, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 9, 13, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 19, 28, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 22, 32, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 25, 37, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 28, 42, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 32, 48, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 37, 55, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 42, 63, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 48, 71, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 54, 81, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 61, 92, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 70, 105, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 90, 135, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 102, 153, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 116, 174, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 132, 198, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 150, 225, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 171, 256, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 194, 292, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 221, 332, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 252, 378, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 288, 432, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 328, 493, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 375, 563, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 429, 643, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 491, 736, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 562, 843, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [1] = { baseMultiplier = 0.5, actorLevel = 1, }, + [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, + [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, + [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, + [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, + [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, + [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, + [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, + [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, + [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, + [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, + [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, + [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, + [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, + [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, + [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, + [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, + [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, + [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, + [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, + [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, + [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, + [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, + [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, + [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, + [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, + [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, + [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, + [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, + [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, + [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, + [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, + [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, + [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, + [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, + [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, + [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, + [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, + [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, + [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, }, }, } @@ -1717,7 +2606,7 @@ skills["EncaseInJadePlayer"] = { fromTree = true, color = 4, description = "Consume all stacks of Jade to grant Guard based off your maximum Life for each Jade consumed. You cannot gain Jade stacks while you have Guard.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Guard] = true, [SkillType.Duration] = true, [SkillType.Physical] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Guard] = true, [SkillType.Duration] = true, [SkillType.Physical] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0.3, qualityStats = { { "maximum_life_%_damage_absorbed_per_jade_consumed", 0.05 }, @@ -1779,47 +2668,189 @@ skills["EncaseInJadePlayer"] = { "base_skill_effect_duration", "base_deal_no_damage", }, + notMinionStat = { + "base_skill_effect_duration", + }, + levels = { + [1] = { 4000, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 4050, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 4100, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 4150, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 4200, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 4250, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 4300, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 4350, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 4400, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 4450, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 4500, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 4550, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 4600, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 4650, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 4700, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 4750, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 4800, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 4850, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 4900, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 4950, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 5000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 5050, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 5100, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 5150, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 5200, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 5250, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 5300, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 5350, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 5400, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 5450, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 5475, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 5500, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 5525, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 5550, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 5575, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 5600, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 5625, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 5650, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 5675, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 5700, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + }, + }, + } +} +skills["ExplosiveConcoctionPlayer"] = { + name = "Explosive Concoction", + baseTypeName = "Explosive Concoction", + fromTree = true, + color = 4, + description = "Consume charges from your Mana Flask to throw a flask that explodes, dealing Fire Attack damage in an area. Additional smaller flasks are thrown at nearby Ignited Enemies.", + skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GroundTargetedProjectile] = true, }, + weaponTypes = { + ["None"] = true, + }, + castTime = 1, + qualityStats = { + { "explosive_concoction_number_of_secondary_projectiles", 0.1 }, + }, + levels = { + [1] = { critChance = 5, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, + [2] = { critChance = 5, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 0, }, }, + [3] = { critChance = 5, baseMultiplier = 0.84, levelRequirement = 6, cost = { Mana = 0, }, }, + [4] = { critChance = 5, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 0, }, }, + [5] = { critChance = 5, baseMultiplier = 0.99, levelRequirement = 14, cost = { Mana = 0, }, }, + [6] = { critChance = 5, baseMultiplier = 1.05, levelRequirement = 18, cost = { Mana = 0, }, }, + [7] = { critChance = 5, baseMultiplier = 1.12, levelRequirement = 22, cost = { Mana = 0, }, }, + [8] = { critChance = 5, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 0, }, }, + [9] = { critChance = 5, baseMultiplier = 1.23, levelRequirement = 31, cost = { Mana = 0, }, }, + [10] = { critChance = 5, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 0, }, }, + [11] = { critChance = 5, baseMultiplier = 1.34, levelRequirement = 41, cost = { Mana = 0, }, }, + [12] = { critChance = 5, baseMultiplier = 1.39, levelRequirement = 46, cost = { Mana = 0, }, }, + [13] = { critChance = 5, baseMultiplier = 1.44, levelRequirement = 52, cost = { Mana = 0, }, }, + [14] = { critChance = 5, baseMultiplier = 1.5, levelRequirement = 58, cost = { Mana = 0, }, }, + [15] = { critChance = 5, baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 0, }, }, + [16] = { critChance = 5, baseMultiplier = 1.61, levelRequirement = 66, cost = { Mana = 0, }, }, + [17] = { critChance = 5, baseMultiplier = 1.67, levelRequirement = 72, cost = { Mana = 0, }, }, + [18] = { critChance = 5, baseMultiplier = 1.73, levelRequirement = 78, cost = { Mana = 0, }, }, + [19] = { critChance = 5, baseMultiplier = 1.79, levelRequirement = 84, cost = { Mana = 0, }, }, + [20] = { critChance = 5, baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 0, }, }, + [21] = { critChance = 5, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 0, }, }, + [22] = { critChance = 5, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 0, }, }, + [23] = { critChance = 5, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 0, }, }, + [24] = { critChance = 5, baseMultiplier = 2.1, levelRequirement = 90, cost = { Mana = 0, }, }, + [25] = { critChance = 5, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 0, }, }, + [26] = { critChance = 5, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 0, }, }, + [27] = { critChance = 5, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 0, }, }, + [28] = { critChance = 5, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 0, }, }, + [29] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 0, }, }, + [30] = { critChance = 5, baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 0, }, }, + [31] = { critChance = 5, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 0, }, }, + [32] = { critChance = 5, baseMultiplier = 2.73, levelRequirement = 90, cost = { Mana = 0, }, }, + [33] = { critChance = 5, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 0, }, }, + [34] = { critChance = 5, baseMultiplier = 2.91, levelRequirement = 90, cost = { Mana = 0, }, }, + [35] = { critChance = 5, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 0, }, }, + [36] = { critChance = 5, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 0, }, }, + [37] = { critChance = 5, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 0, }, }, + [38] = { critChance = 5, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 0, }, }, + [39] = { critChance = 5, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 0, }, }, + [40] = { critChance = 5, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 0, }, }, + }, + statSets = { + [1] = { + label = "Flask", + baseEffectiveness = 4.5, + incrementalEffectiveness = 0.27349999547005, + statDescriptionScope = "explosive_concoction", + statMap = { + ["flask_throw_fire_exposure_ms"] = { + mod("FireExposureChance", "BASE", nil), + value = 100, + }, + }, + baseFlags = { + attack = true, + projectile = true, + duration = true, + unarmed = true, + area = true, + }, + constantStats = { + { "flask_throw_base_charges_used", 5 }, + { "base_number_of_projectiles", 1 }, + { "active_skill_base_area_of_effect_radius", 18 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "main_hand_base_weapon_attack_duration_ms", 714 }, + { "active_skill_ignite_chance_+%_final", 100 }, + }, + stats = { + "main_hand_weapon_minimum_fire_damage", + "main_hand_weapon_maximum_fire_damage", + "base_is_projectile", + "projectile_behaviour_only_explode", + "can_perform_skill_while_moving", + "replace_main_hand_unarmed_attack_stats_with_nothing_type", + "is_area_damage", + }, levels = { - [1] = { 4000, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 4050, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 4100, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 4150, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 4200, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 4250, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 4300, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 4350, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 4400, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 4450, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 4500, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 4550, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 4600, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 4650, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 4700, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 4750, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 4800, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 4850, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 4900, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 4950, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 5000, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 5050, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 5100, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 5150, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 5200, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 5250, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 5300, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 5350, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 5400, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 5450, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 5475, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 5500, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 5525, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 5550, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 5575, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 5600, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 5625, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 5650, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 5675, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 5700, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 36, 54, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 50, 74, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 95, 143, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 112, 169, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 130, 195, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 149, 224, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 169, 253, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 189, 284, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 210, 316, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 233, 349, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 256, 383, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 280, 419, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 304, 457, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 357, 535, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 384, 576, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 412, 618, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 441, 662, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 471, 707, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 502, 753, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 534, 801, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 566, 849, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 600, 900, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 634, 951, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 669, 1004, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 705, 1058, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 742, 1113, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 780, 1170, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 818, 1228, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 858, 1287, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 898, 1347, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 940, 1409, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 982, 1472, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1025, 1537, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1068, 1603, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1113, 1670, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -1948,6 +2979,8 @@ skills["SupportMetaCastFireSpellOnHitPlayer"] = { addSkillTypes = { SkillType.Triggered, SkillType.Cooldown, }, excludeSkillTypes = { SkillType.SupportedByHourglass, }, isTrigger = true, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, [2] = { levelRequirement = 0, }, @@ -1994,7 +3027,7 @@ skills["SupportMetaCastFireSpellOnHitPlayer"] = { [1] = { label = "SupportMetaCastFireSpellOnHitPlayer", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "meta_gem_stat_descriptions", baseFlags = { }, constantStats = { @@ -2003,190 +3036,48 @@ skills["SupportMetaCastFireSpellOnHitPlayer"] = { stats = { "triggered_by_generic_ongoing_trigger", "generic_ongoing_trigger_triggers_at_maximum_energy", - "skill_cannot_generate_energy", }, levels = { [1] = { actorLevel = 1, }, [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["ExplosiveConcoctionPlayer"] = { - name = "Explosive Concoction", - baseTypeName = "Explosive Concoction", - fromTree = true, - color = 4, - description = "Consume charges from your Mana Flask to throw a bottle that explodes, dealing Fire attack damage in an area and inflicting Fire Exposure.", - skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, }, - weaponTypes = { - ["None"] = true, - }, - castTime = 1, - qualityStats = { - { "fire_exposure_effect_+%", 1 }, - }, - levels = { - [1] = { critChance = 5, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 5, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 5, baseMultiplier = 0.84, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 5, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 5, baseMultiplier = 0.99, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 5, baseMultiplier = 1.05, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 5, baseMultiplier = 1.12, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 5, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 5, baseMultiplier = 1.23, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 5, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 5, baseMultiplier = 1.34, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 5, baseMultiplier = 1.39, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 5, baseMultiplier = 1.44, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 5, baseMultiplier = 1.5, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 5, baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 5, baseMultiplier = 1.61, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 5, baseMultiplier = 1.67, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 5, baseMultiplier = 1.73, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 5, baseMultiplier = 1.79, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 5, baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 5, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 5, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 5, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 5, baseMultiplier = 2.1, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 5, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 5, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 5, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 5, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 5, baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 5, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 5, baseMultiplier = 2.73, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 5, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 5, baseMultiplier = 2.91, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 5, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 5, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 5, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 5, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 5, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 5, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 0, }, }, - }, - statSets = { - [1] = { - label = "Explosive Concoction", - baseEffectiveness = 4.5, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "throw_flask_fire", - statMap = { - ["flask_throw_fire_exposure_ms"] = { - mod("FireExposureChance", "BASE", nil), - value = 100, - }, - }, - baseFlags = { - attack = true, - projectile = true, - duration = true, - unarmed = true, - area = true, - }, - constantStats = { - { "flask_throw_base_charges_used", 5 }, - { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 15 }, - { "flask_throw_fire_exposure_ms", 4000 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "main_hand_base_weapon_attack_duration_ms", 714 }, - { "active_skill_ignite_chance_+%_final", 100 }, - { "active_skill_ignite_effect_+%_final", 200 }, - }, - stats = { - "main_hand_weapon_minimum_fire_damage", - "main_hand_weapon_maximum_fire_damage", - "base_is_projectile", - "projectile_behaviour_only_explode", - "can_perform_skill_while_moving", - "replace_main_hand_unarmed_attack_stats_with_nothing_type", - "is_area_damage", - }, - levels = { - [1] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 36, 54, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 50, 74, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 64, 96, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 79, 119, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 95, 143, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 112, 169, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 130, 195, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 149, 224, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 169, 253, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 189, 284, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 210, 316, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 233, 349, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 256, 383, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 280, 419, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 304, 457, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 357, 535, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 384, 576, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 412, 618, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 441, 662, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 471, 707, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 502, 753, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 534, 801, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 566, 849, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 600, 900, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 634, 951, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 669, 1004, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 705, 1058, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 742, 1113, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 780, 1170, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 818, 1228, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 858, 1287, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 898, 1347, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 940, 1409, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 982, 1472, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 1025, 1537, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 1068, 1603, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 1113, 1670, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -2196,14 +3087,14 @@ skills["FulminatingConcoctionPlayer"] = { baseTypeName = "Fulminating Concoction", fromTree = true, color = 4, - description = "Consume charges from your Mana Flask to throw a bottle that explodes, dealing Lightning attack damage in an area and inflicting Lightning Exposure.", - skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, }, + description = "Consume charges from your Mana Flask to throw a flask that explodes, dealing Lightning Attack damage in an area with high chance to Shock.", + skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Lightning] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GroundTargetedProjectile] = true, }, weaponTypes = { ["None"] = true, }, castTime = 1, qualityStats = { - { "lightning_exposure_effect_+%", 1 }, + { "active_skill_shock_chance_+%_final", 2 }, }, levels = { [1] = { critChance = 8, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, @@ -2252,7 +3143,7 @@ skills["FulminatingConcoctionPlayer"] = { label = "Fulminating Concoction", baseEffectiveness = 4.1999998092651, incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "throw_flask_lightning", + statDescriptionScope = "fulminating_concoction", statMap = { ["flask_throw_lightning_exposure_ms"] = { mod("LightningExposureChance", "BASE", nil), @@ -2269,14 +3160,14 @@ skills["FulminatingConcoctionPlayer"] = { constantStats = { { "flask_throw_base_charges_used", 5 }, { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 15 }, - { "flask_throw_lightning_exposure_ms", 4000 }, + { "active_skill_base_area_of_effect_radius", 18 }, { "throw_flask_effects_type", 2 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_base_weapon_attack_duration_ms", 714 }, { "active_skill_shock_chance_+%_final", 200 }, + { "active_skill_shock_effect_+%_final", 50 }, }, stats = { "main_hand_weapon_minimum_lightning_damage", @@ -2332,241 +3223,239 @@ skills["FulminatingConcoctionPlayer"] = { }, } } -skills["AmazonTriggerElementalInfusionPlayer"] = { - name = "Infuse Weapon", - baseTypeName = "Infuse Weapon", - fromTree = true, +skills["FuturePastPlayer"] = { + name = "Future-Past", + baseTypeName = "Future-Past", + fromItem = true, color = 4, - description = "Grants your weapon Infusion. Non-Melee Projectile Attacks with that weapon Consume Infusions to Infuse the Projectiles fired, causing them to explode at the end of their flight.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.GeneratesInfusion] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.CannotConsumeCharges] = true, }, - castTime = 1, + description = "Hinekora observes your Future-Past granting you the opportunity to subvert a lesser fate. After a period of Hindsight, she will grant you her Foresight, which prevents you from avoiding Hits while Dodge Rolling. When you are Hit while Dodge Rolling, Hinekora restores you to full Life immediately before taking damage from the Hit, and grants you Sight Beyond Sight, which prevents you from dying.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, }, + castTime = 0, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.15 }, + { "base_secondary_skill_effect_duration", 15 }, }, levels = { - [1] = { baseMultiplier = 0.5, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.55, levelRequirement = 3, }, - [3] = { baseMultiplier = 0.61, levelRequirement = 6, }, - [4] = { baseMultiplier = 0.66, levelRequirement = 10, }, - [5] = { baseMultiplier = 0.72, levelRequirement = 14, }, - [6] = { baseMultiplier = 0.77, levelRequirement = 18, }, - [7] = { baseMultiplier = 0.83, levelRequirement = 22, }, - [8] = { baseMultiplier = 0.88, levelRequirement = 26, }, - [9] = { baseMultiplier = 0.93, levelRequirement = 31, }, - [10] = { baseMultiplier = 0.99, levelRequirement = 36, }, - [11] = { baseMultiplier = 1.05, levelRequirement = 41, }, - [12] = { baseMultiplier = 1.11, levelRequirement = 46, }, - [13] = { baseMultiplier = 1.17, levelRequirement = 52, }, - [14] = { baseMultiplier = 1.25, levelRequirement = 58, }, - [15] = { baseMultiplier = 1.32, levelRequirement = 64, }, - [16] = { baseMultiplier = 1.41, levelRequirement = 66, }, - [17] = { baseMultiplier = 1.5, levelRequirement = 72, }, - [18] = { baseMultiplier = 1.59, levelRequirement = 78, }, - [19] = { baseMultiplier = 1.7, levelRequirement = 84, }, - [20] = { baseMultiplier = 1.81, levelRequirement = 90, }, - [21] = { baseMultiplier = 1.93, levelRequirement = 90, }, - [22] = { baseMultiplier = 2.06, levelRequirement = 90, }, - [23] = { baseMultiplier = 2.2, levelRequirement = 90, }, - [24] = { baseMultiplier = 2.34, levelRequirement = 90, }, - [25] = { baseMultiplier = 2.5, levelRequirement = 90, }, - [26] = { baseMultiplier = 2.67, levelRequirement = 90, }, - [27] = { baseMultiplier = 2.84, levelRequirement = 90, }, - [28] = { baseMultiplier = 3.03, levelRequirement = 90, }, - [29] = { baseMultiplier = 3.24, levelRequirement = 90, }, - [30] = { baseMultiplier = 3.45, levelRequirement = 90, }, - [31] = { baseMultiplier = 3.68, levelRequirement = 90, }, - [32] = { baseMultiplier = 3.93, levelRequirement = 90, }, - [33] = { baseMultiplier = 4.19, levelRequirement = 90, }, - [34] = { baseMultiplier = 4.47, levelRequirement = 90, }, - [35] = { baseMultiplier = 4.76, levelRequirement = 90, }, - [36] = { baseMultiplier = 5.08, levelRequirement = 90, }, - [37] = { baseMultiplier = 5.42, levelRequirement = 90, }, - [38] = { baseMultiplier = 5.78, levelRequirement = 90, }, - [39] = { baseMultiplier = 6.17, levelRequirement = 90, }, - [40] = { baseMultiplier = 6.58, levelRequirement = 90, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, }, statSets = { [1] = { - label = "Cold-Infused", + label = "Future-Past", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "trigger_elemental_infusion", + statDescriptionScope = "foresight", baseFlags = { - attack = true, - area = true, }, constantStats = { - { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 100 }, + { "foresight_clone_duration_ms", 2000 }, + { "skill_desired_amount_override", 1 }, + { "base_secondary_skill_effect_duration", 1500 }, }, stats = { - "is_area_damage", - "skill_is_infusion_skill", - "cannot_consume_power_frenzy_endurance_charges", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, - }, - }, - [2] = { - label = "Fire-Infused", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "trigger_elemental_infusion", - baseFlags = { - attack = true, - area = true, - }, - constantStats = { - { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + "base_skill_effect_duration", + "base_deal_no_damage", }, - stats = { - "is_area_damage", - "skill_is_infusion_skill", - "cannot_consume_power_frenzy_endurance_charges", + notMinionStat = { + "base_skill_effect_duration", }, levels = { - [1] = { baseMultiplier = 0.5, actorLevel = 1, }, - [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, - [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, + [1] = { 25500, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 25000, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 24500, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 24000, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 23500, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 23000, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 22500, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 22000, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 21500, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 21000, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 20500, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 20000, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 19500, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 19000, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 18500, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 18000, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 17500, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 17000, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 16500, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 16000, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 15500, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 15000, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 14500, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 14000, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 13750, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 13500, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 13250, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 13000, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 12750, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 12500, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 12375, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 12250, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 12125, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 12000, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 11875, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 11750, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 11625, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 11500, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 11375, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 11250, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, - [3] = { - label = "Lightning-Infused", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "trigger_elemental_infusion", - baseFlags = { - attack = true, - area = true, + } +} +skills["InevitableAgonyPlayer"] = { + name = "Inevitable Agony", + baseTypeName = "Inevitable Agony", + fromTree = true, + color = 4, + description = "Curse all targets in an area after a short delay, causing a portion of Damage they take from Hits to be tracked by the Curse debuff. When the debuff's duration expires, they take that tracked damage again, all at once.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0.7, + qualityStats = { + { "base_curse_delay_+%", -0.5 }, + }, + levels = { + [1] = { levelRequirement = 0, cost = { Mana = 41, }, }, + [2] = { levelRequirement = 3, cost = { Mana = 46, }, }, + [3] = { levelRequirement = 6, cost = { Mana = 52, }, }, + [4] = { levelRequirement = 10, cost = { Mana = 57, }, }, + [5] = { levelRequirement = 14, cost = { Mana = 63, }, }, + [6] = { levelRequirement = 18, cost = { Mana = 69, }, }, + [7] = { levelRequirement = 22, cost = { Mana = 76, }, }, + [8] = { levelRequirement = 26, cost = { Mana = 82, }, }, + [9] = { levelRequirement = 31, cost = { Mana = 89, }, }, + [10] = { levelRequirement = 36, cost = { Mana = 96, }, }, + [11] = { levelRequirement = 41, cost = { Mana = 103, }, }, + [12] = { levelRequirement = 46, cost = { Mana = 110, }, }, + [13] = { levelRequirement = 52, cost = { Mana = 118, }, }, + [14] = { levelRequirement = 58, cost = { Mana = 126, }, }, + [15] = { levelRequirement = 64, cost = { Mana = 134, }, }, + [16] = { levelRequirement = 66, cost = { Mana = 142, }, }, + [17] = { levelRequirement = 72, cost = { Mana = 151, }, }, + [18] = { levelRequirement = 78, cost = { Mana = 160, }, }, + [19] = { levelRequirement = 84, cost = { Mana = 169, }, }, + [20] = { levelRequirement = 90, cost = { Mana = 178, }, }, + [21] = { levelRequirement = 90, cost = { Mana = 188, }, }, + [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, + [23] = { levelRequirement = 90, cost = { Mana = 208, }, }, + [24] = { levelRequirement = 90, cost = { Mana = 219, }, }, + [25] = { levelRequirement = 90, cost = { Mana = 230, }, }, + [26] = { levelRequirement = 90, cost = { Mana = 241, }, }, + [27] = { levelRequirement = 90, cost = { Mana = 253, }, }, + [28] = { levelRequirement = 90, cost = { Mana = 265, }, }, + [29] = { levelRequirement = 90, cost = { Mana = 277, }, }, + [30] = { levelRequirement = 90, cost = { Mana = 289, }, }, + [31] = { levelRequirement = 90, cost = { Mana = 302, }, }, + [32] = { levelRequirement = 90, cost = { Mana = 316, }, }, + [33] = { levelRequirement = 90, cost = { Mana = 329, }, }, + [34] = { levelRequirement = 90, cost = { Mana = 344, }, }, + [35] = { levelRequirement = 90, cost = { Mana = 358, }, }, + [36] = { levelRequirement = 90, cost = { Mana = 373, }, }, + [37] = { levelRequirement = 90, cost = { Mana = 388, }, }, + [38] = { levelRequirement = 90, cost = { Mana = 404, }, }, + [39] = { levelRequirement = 90, cost = { Mana = 420, }, }, + [40] = { levelRequirement = 90, cost = { Mana = 437, }, }, + }, + statSets = { + [1] = { + label = "Inevitable Agony", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "synchronisation_of_pain", + baseFlags = { }, constantStats = { - { "chance_to_be_triggered_by_amazon_infusion_%", 100 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_physical_damage_%_to_convert_to_lightning", 100 }, + { "curse_delay_duration_ms", 1500 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { - "is_area_damage", - "skill_is_infusion_skill", - "cannot_consume_power_frenzy_endurance_charges", + "base_skill_effect_duration", + "active_skill_base_area_of_effect_radius", + "curse_pain_synchronisation_base_recorded_damage_%_to_apply", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "base_skill_effect_duration", }, levels = { - [1] = { baseMultiplier = 0.5, actorLevel = 1, }, - [2] = { baseMultiplier = 0.55, actorLevel = 3.4519999027252, }, - [3] = { baseMultiplier = 0.61, actorLevel = 6.7670001983643, }, - [4] = { baseMultiplier = 0.66, actorLevel = 10.307999610901, }, - [5] = { baseMultiplier = 0.72, actorLevel = 14.074999809265, }, - [6] = { baseMultiplier = 0.77, actorLevel = 18.068000793457, }, - [7] = { baseMultiplier = 0.83, actorLevel = 22.287000656128, }, - [8] = { baseMultiplier = 0.88, actorLevel = 26.732000350952, }, - [9] = { baseMultiplier = 0.93, actorLevel = 31.40299987793, }, - [10] = { baseMultiplier = 0.99, actorLevel = 36.299999237061, }, - [11] = { baseMultiplier = 1.05, actorLevel = 41.423000335693, }, - [12] = { baseMultiplier = 1.11, actorLevel = 46.771999359131, }, - [13] = { baseMultiplier = 1.17, actorLevel = 52.34700012207, }, - [14] = { baseMultiplier = 1.25, actorLevel = 58.147998809814, }, - [15] = { baseMultiplier = 1.32, actorLevel = 64.175003051758, }, - [16] = { baseMultiplier = 1.41, actorLevel = 70.428001403809, }, - [17] = { baseMultiplier = 1.5, actorLevel = 76.906997680664, }, - [18] = { baseMultiplier = 1.59, actorLevel = 83.611999511719, }, - [19] = { baseMultiplier = 1.7, actorLevel = 90.542999267578, }, - [20] = { baseMultiplier = 1.81, actorLevel = 97.699996948242, }, - [21] = { baseMultiplier = 1.93, actorLevel = 105.08300018311, }, - [22] = { baseMultiplier = 2.06, actorLevel = 112.69200134277, }, - [23] = { baseMultiplier = 2.2, actorLevel = 120.52700042725, }, - [24] = { baseMultiplier = 2.34, actorLevel = 128.58799743652, }, - [25] = { baseMultiplier = 2.5, actorLevel = 136.875, }, - [26] = { baseMultiplier = 2.67, actorLevel = 145.38800048828, }, - [27] = { baseMultiplier = 2.84, actorLevel = 154.12699890137, }, - [28] = { baseMultiplier = 3.03, actorLevel = 163.09199523926, }, - [29] = { baseMultiplier = 3.24, actorLevel = 172.28300476074, }, - [30] = { baseMultiplier = 3.45, actorLevel = 181.69999694824, }, - [31] = { baseMultiplier = 3.68, actorLevel = 191.34300231934, }, - [32] = { baseMultiplier = 3.93, actorLevel = 201.21200561523, }, - [33] = { baseMultiplier = 4.19, actorLevel = 211.30700683594, }, - [34] = { baseMultiplier = 4.47, actorLevel = 221.62800598145, }, - [35] = { baseMultiplier = 4.76, actorLevel = 232.17500305176, }, - [36] = { baseMultiplier = 5.08, actorLevel = 242.94799804688, }, - [37] = { baseMultiplier = 5.42, actorLevel = 253.94700622559, }, - [38] = { baseMultiplier = 5.78, actorLevel = 265.17199707031, }, - [39] = { baseMultiplier = 6.17, actorLevel = 276.62298583984, }, - [40] = { baseMultiplier = 6.58, actorLevel = 288.29998779297, }, + [1] = { 6000, 15, 20, statInterpolation = { 1, 1, 1, }, actorLevel = 1, }, + [2] = { 6200, 16, 21, statInterpolation = { 1, 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 6200, 17, 21, statInterpolation = { 1, 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 6200, 18, 22, statInterpolation = { 1, 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 6400, 18, 23, statInterpolation = { 1, 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 6400, 19, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 6400, 20, 24, statInterpolation = { 1, 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 6600, 21, 25, statInterpolation = { 1, 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 6600, 22, 26, statInterpolation = { 1, 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 6600, 23, 27, statInterpolation = { 1, 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 6800, 23, 27, statInterpolation = { 1, 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 6800, 24, 28, statInterpolation = { 1, 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 6800, 25, 29, statInterpolation = { 1, 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 7000, 26, 29, statInterpolation = { 1, 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 7000, 27, 30, statInterpolation = { 1, 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 7000, 28, 31, statInterpolation = { 1, 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 7200, 28, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 7200, 29, 32, statInterpolation = { 1, 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 7200, 30, 33, statInterpolation = { 1, 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 7400, 31, 33, statInterpolation = { 1, 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 7400, 32, 34, statInterpolation = { 1, 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 7400, 33, 34, statInterpolation = { 1, 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 7600, 34, 35, statInterpolation = { 1, 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 7600, 34, 36, statInterpolation = { 1, 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 7600, 35, 37, statInterpolation = { 1, 1, 1, }, actorLevel = 136.875, }, + [26] = { 7800, 36, 37, statInterpolation = { 1, 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 7800, 37, 38, statInterpolation = { 1, 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 7800, 38, 39, statInterpolation = { 1, 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 8000, 39, 40, statInterpolation = { 1, 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 8000, 39, 40, statInterpolation = { 1, 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 8000, 40, 41, statInterpolation = { 1, 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 8200, 40, 42, statInterpolation = { 1, 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 8200, 41, 42, statInterpolation = { 1, 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 8200, 41, 43, statInterpolation = { 1, 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 8400, 42, 44, statInterpolation = { 1, 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 8400, 42, 45, statInterpolation = { 1, 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 8400, 42, 45, statInterpolation = { 1, 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 8600, 43, 46, statInterpolation = { 1, 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 8600, 43, 47, statInterpolation = { 1, 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 8600, 44, 47, statInterpolation = { 1, 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2580,7 +3469,7 @@ skills["IntoTheBreachPlayer"] = { skillTypes = { [SkillType.Buff] = true, [SkillType.Persistent] = true, [SkillType.OngoingSkill] = true, [SkillType.HasReservation] = true, [SkillType.GeneratesRemnants] = true, }, castTime = 0, qualityStats = { - { "breach_flame_spawn_rate_ms", -15 }, + { "remnant_effect_+%", 0.75 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -2641,48 +3530,49 @@ skills["IntoTheBreachPlayer"] = { }, stats = { "breach_flame_spawn_rate_ms", + "remnant_effect_+%", }, levels = { - [1] = { 1400, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 1390, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 1380, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 1370, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 1360, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 1350, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 1340, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 1330, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 1320, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 1310, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 1300, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 1290, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 1280, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 1270, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 1260, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 1250, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 1240, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 1230, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 1220, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 1210, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 1200, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 1190, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 1180, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 1170, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 1160, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 1150, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 1140, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 1130, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 1120, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 1110, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 1105, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 1100, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 1095, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 1090, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 1085, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 1080, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 1075, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 1070, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 1065, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 1060, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 1400, 0, statInterpolation = { 1, 1, }, actorLevel = 1, }, + [2] = { 1390, 3, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, + [3] = { 1380, 5, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, + [4] = { 1370, 8, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, + [5] = { 1360, 10, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, + [6] = { 1350, 13, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, + [7] = { 1340, 16, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, + [8] = { 1330, 18, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, + [9] = { 1320, 21, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, + [10] = { 1310, 23, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, + [11] = { 1300, 26, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, + [12] = { 1290, 29, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, + [13] = { 1280, 31, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, + [14] = { 1270, 34, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, + [15] = { 1260, 36, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, + [16] = { 1250, 39, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, + [17] = { 1240, 42, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, + [18] = { 1230, 44, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, + [19] = { 1220, 47, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, + [20] = { 1210, 50, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, + [21] = { 1200, 52, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, + [22] = { 1190, 54, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, + [23] = { 1180, 56, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, + [24] = { 1170, 58, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, + [25] = { 1160, 60, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, + [26] = { 1150, 62, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, + [27] = { 1140, 64, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, + [28] = { 1130, 66, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, + [29] = { 1120, 68, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, + [30] = { 1110, 70, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, + [31] = { 1105, 72, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, + [32] = { 1100, 74, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, + [33] = { 1095, 76, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, + [34] = { 1090, 78, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, + [35] = { 1085, 80, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, + [36] = { 1080, 82, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, + [37] = { 1075, 84, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, + [38] = { 1070, 86, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, + [39] = { 1065, 88, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, + [40] = { 1060, 90, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -2692,7 +3582,7 @@ skills["LifeRemnantsPlayer"] = { baseTypeName = "Life Remnants", fromTree = true, color = 4, - description = "Drink the blood of your enemies to restore your Life. While active, enemies you kill have a chance to spawn a Life Remnant, and Critically Hitting a target spawns a Life Remnant every few seconds. Picking up a Life Remnant grants you Life which can Overflow maximum Life.", + description = "Drink the blood of your enemies to restore your Life. While active, enemies you kill have a chance to spawn a Life Remnant, and Hitting a target spawns a Life Remnant every few seconds. Picking up a Life Remnant grants you Life which can Overflow maximum Life.", skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.GeneratesRemnants] = true, }, castTime = 0, qualityStats = { @@ -2749,7 +3639,7 @@ skills["LifeRemnantsPlayer"] = { }, constantStats = { { "life_remnants_chance_to_spawn_orb_on_killing_enemy_%", 25 }, - { "life_remnants_spawn_remnant_on_crit_vs_enemy_every_X_ms", 2000 }, + { "life_remnants_spawn_remnant_on_hit_vs_enemy_every_X_ms", 3000 }, { "skill_desired_amount_override", 1 }, { "base_remnant_duration_ms", 8000 }, }, @@ -2872,6 +3762,7 @@ skills["Melee1HMacePlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -2988,6 +3879,7 @@ skills["Melee2HMacePlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -3107,122 +3999,7 @@ skills["MeleeMaceMacePlayer"] = { stats = { "is_area_damage", "skill_double_hits_when_dual_wielding", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["ChaosSpearTriggerChaosInfusionPlayer"] = { - name = "Chaotic Infusion", - baseTypeName = "Chaotic Infusion", - fromItem = true, - color = 4, - description = "Grants your weapon Infusion. Non-Melee Projectile Attacks with that weapon Consume Infusions to Infuse the first Projectile fired, causing it to explode at the end of its flight.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.GeneratesInfusion] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.CannotConsumeCharges] = true, }, - castTime = 1, - qualityStats = { - }, - levels = { - [1] = { baseMultiplier = 0.5, levelRequirement = 0, }, - [2] = { baseMultiplier = 0.55, levelRequirement = 3, }, - [3] = { baseMultiplier = 0.61, levelRequirement = 6, }, - [4] = { baseMultiplier = 0.66, levelRequirement = 10, }, - [5] = { baseMultiplier = 0.72, levelRequirement = 14, }, - [6] = { baseMultiplier = 0.77, levelRequirement = 18, }, - [7] = { baseMultiplier = 0.83, levelRequirement = 22, }, - [8] = { baseMultiplier = 0.88, levelRequirement = 26, }, - [9] = { baseMultiplier = 0.93, levelRequirement = 31, }, - [10] = { baseMultiplier = 0.99, levelRequirement = 36, }, - [11] = { baseMultiplier = 1.05, levelRequirement = 41, }, - [12] = { baseMultiplier = 1.11, levelRequirement = 46, }, - [13] = { baseMultiplier = 1.17, levelRequirement = 52, }, - [14] = { baseMultiplier = 1.25, levelRequirement = 58, }, - [15] = { baseMultiplier = 1.32, levelRequirement = 64, }, - [16] = { baseMultiplier = 1.41, levelRequirement = 66, }, - [17] = { baseMultiplier = 1.5, levelRequirement = 72, }, - [18] = { baseMultiplier = 1.59, levelRequirement = 78, }, - [19] = { baseMultiplier = 1.7, levelRequirement = 84, }, - [20] = { baseMultiplier = 1.81, levelRequirement = 90, }, - [21] = { baseMultiplier = 1.93, levelRequirement = 90, }, - [22] = { baseMultiplier = 2.06, levelRequirement = 90, }, - [23] = { baseMultiplier = 2.2, levelRequirement = 90, }, - [24] = { baseMultiplier = 2.34, levelRequirement = 90, }, - [25] = { baseMultiplier = 2.5, levelRequirement = 90, }, - [26] = { baseMultiplier = 2.67, levelRequirement = 90, }, - [27] = { baseMultiplier = 2.84, levelRequirement = 90, }, - [28] = { baseMultiplier = 3.03, levelRequirement = 90, }, - [29] = { baseMultiplier = 3.24, levelRequirement = 90, }, - [30] = { baseMultiplier = 3.45, levelRequirement = 90, }, - [31] = { baseMultiplier = 3.68, levelRequirement = 90, }, - [32] = { baseMultiplier = 3.93, levelRequirement = 90, }, - [33] = { baseMultiplier = 4.19, levelRequirement = 90, }, - [34] = { baseMultiplier = 4.47, levelRequirement = 90, }, - [35] = { baseMultiplier = 4.76, levelRequirement = 90, }, - [36] = { baseMultiplier = 5.08, levelRequirement = 90, }, - [37] = { baseMultiplier = 5.42, levelRequirement = 90, }, - [38] = { baseMultiplier = 5.78, levelRequirement = 90, }, - [39] = { baseMultiplier = 6.17, levelRequirement = 90, }, - [40] = { baseMultiplier = 6.58, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Chaotic Infusion", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "trigger_chaos_infusion", - baseFlags = { - attack = true, - area = true, - }, - constantStats = { - { "chance_to_be_triggered_by_chaos_spear_%", 100 }, - { "active_skill_base_area_of_effect_radius", 18 }, - { "active_skill_base_physical_damage_%_to_convert_to_chaos", 100 }, - }, - stats = { - "is_area_damage", - "skill_is_infusion_skill", - "cannot_consume_power_frenzy_endurance_charges", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -3278,7 +4055,7 @@ skills["ManifestWeaponPlayer"] = { }, color = 4, description = "Manifest a copy of your main hand Melee Martial Weapon as an immortal Companion to fight by your side. In addition to its standard Strikes, the Manifested Weapon gains an additional Attack depending on its weapon type.", - skillTypes = { [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.Persistent] = true, [SkillType.HasReservation] = true, [SkillType.Companion] = true, [SkillType.MinionsAreUndamagable] = true, [SkillType.CreatesCompanion] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.Persistent] = true, [SkillType.HasReservation] = true, [SkillType.Companion] = true, [SkillType.MinionsAreUndamagable] = true, [SkillType.CreatesCompanion] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Area] = true, }, weaponTypes = { ["One Handed Mace"] = true, @@ -3348,6 +4125,15 @@ skills["ManifestWeaponPlayer"] = { label = "Manifest Weapon", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", + statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, + }, baseFlags = { spell = true, minion = true, @@ -3355,8 +4141,8 @@ skills["ManifestWeaponPlayer"] = { }, constantStats = { { "skill_desired_initial_amount", 1 }, - { "minion_1%_damage_+%_per_X_player_strength", 3 }, - { "minion_1%_accuracy_rating_+%_per_X_player_dexterity", 3 }, + { "minion_1%_damage_+%_per_X_player_strength", 1 }, + { "minion_1%_attack_speed_+%_per_X_player_dexterity", 3 }, }, stats = { "is_resummoning_minion", @@ -3412,52 +4198,52 @@ skills["MeditatePlayer"] = { fromTree = true, color = 4, description = "Channel to Recharge Energy Shield and allow that Recharge to Overflow. Channelling ends when you take damage or your Energy Shield is double its normal maximum. This skill cannot be used if your Energy Shield is already double its normal maximum or you have no maximum Energy Shield.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Channel] = true, [SkillType.Cooldown] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Channel] = true, [SkillType.Cooldown] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { { "meditate_energy_shield_recharge_rate_+%_final", 0.5 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 10, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 9.9, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 9.8, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 9.7, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 9.6, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 9.5, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 9.4, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 9.3, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 9.2, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 9.1, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 9, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 8.9, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 8.8, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 8.7, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 8.6, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 8.5, }, - [17] = { storedUses = 1, levelRequirement = 72, cooldown = 8.4, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 8.3, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 8.2, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 8.1, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 8, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 7.9, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 7.8, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 7.7, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 7.6, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 7.5, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 7.4, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 7.3, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 7.2, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 7.1, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 7.05, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 7, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 6.95, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 6.9, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 6.85, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 6.8, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 6.75, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 6.7, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 6.65, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 6.6, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 7, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 6.9, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 6.8, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 6.7, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 6.6, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 6.5, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 6.4, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 6.3, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 6.2, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 6.1, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 6, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 5.9, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 5.8, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 5.7, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 5.6, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 5.5, }, + [17] = { storedUses = 1, levelRequirement = 72, cooldown = 5.4, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 5.3, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 5.2, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 5.1, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 5, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 4.9, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 4.8, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 4.7, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 4.6, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 4.5, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 4.4, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 4.3, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 4.2, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 4.1, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 4.05, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 4, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 3.95, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 3.9, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 3.85, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 3.8, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 3.75, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 3.7, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 3.65, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 3.6, }, }, statSets = { [1] = { @@ -3469,7 +4255,7 @@ skills["MeditatePlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "meditate_energy_shield_recharge_rate_+%_final", @@ -3477,46 +4263,46 @@ skills["MeditatePlayer"] = { "base_deal_no_damage", }, levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 1, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 3, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 4, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 6, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 7, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 9, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 10, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 12, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 13, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 15, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 16, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 18, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 19, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 21, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 22, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 24, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 25, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 27, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 28, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 30, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 31, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 33, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 34, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 36, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 37, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 39, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 40, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 42, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 43, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 44, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 45, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 45, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 46, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 47, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 48, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 48, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 49, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 50, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 51, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, + [1] = { 24, statInterpolation = { 1, }, actorLevel = 1, }, + [2] = { 28, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, + [3] = { 32, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, + [4] = { 36, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, + [5] = { 40, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, + [6] = { 44, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, + [7] = { 48, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, + [8] = { 52, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, + [9] = { 56, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, + [10] = { 60, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, + [11] = { 64, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, + [12] = { 68, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, + [13] = { 72, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, + [14] = { 76, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, + [15] = { 80, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, + [16] = { 84, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, + [17] = { 88, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, + [18] = { 92, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, + [19] = { 96, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, + [20] = { 100, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, + [21] = { 104, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, + [22] = { 108, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, + [23] = { 112, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, + [24] = { 116, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, + [25] = { 120, statInterpolation = { 1, }, actorLevel = 136.875, }, + [26] = { 124, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, + [27] = { 128, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, + [28] = { 132, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, + [29] = { 136, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, + [30] = { 140, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, + [31] = { 144, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, + [32] = { 148, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, + [33] = { 152, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, + [34] = { 156, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, + [35] = { 160, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, + [36] = { 164, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, + [37] = { 168, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, + [38] = { 172, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, + [39] = { 176, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, + [40] = { 180, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, }, }, } @@ -3527,7 +4313,7 @@ skills["ParryPlayer"] = { fromTree = true, color = 4, description = "Ready your Buckler to parry the next Strike or Projectile that would Hit you, Blocking the Hit and retaliating with a quick sweep that leaves enemies off balance, causing them to take massively increased Attack damage for a short duration. Parrying causes you to accumulate Heavy Stun buildup. You cannot Evade a Hit you could parry, but Evasion instead grants an equal chance to avoid this Heavy Stun buildup.", - skillTypes = { [SkillType.RequiresBuckler] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, [SkillType.Channel] = true, [SkillType.Duration] = true, }, + skillTypes = { [SkillType.RequiresBuckler] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, [SkillType.Channel] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -3551,15 +4337,15 @@ skills["ParryPlayer"] = { shieldAttack = true, }, constantStats = { - { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_+%_final_while_performing_action", -50 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "parry_blocked_projectile_distance", 10 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, + { "base_maximum_active_block_distance", 10 }, { "base_parry_buff_damage_taken_+%_final_to_apply", 50 }, { "base_skill_effect_duration", 2000 }, { "active_skill_hit_damage_stun_multiplier_+%_final", 400 }, { "active_skill_heavy_stun_decay_after_action_delay_ms", 2000 }, - { "stun_threshold_+%_final_while_performing_action", -65 }, + { "stun_threshold_+%_final_while_performing_action", -60 }, { "active_skill_override_turn_duration_ms", 100 }, }, stats = { @@ -3573,6 +4359,7 @@ skills["ParryPlayer"] = { "quality_display_base_skill_effect_duration_is_gem", "base_skill_show_average_damage_instead_of_dps", "replace_off_hand_unarmed_attack_stats_with_shield_type", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { 0.80000001192093, 1, statInterpolation = { 3, 3, }, actorLevel = 1, }, @@ -3580,141 +4367,40 @@ skills["ParryPlayer"] = { }, } } -skills["PoisonousConcoctionPlayer"] = { - name = "Poisonous Concoction", - baseTypeName = "Poisonous Concoction", - fromTree = true, - color = 4, - description = "Consume charges from your Mana Flask to throw a bottle that explodes, dealing Chaos attack damage in an area. Poison inflicted by this skill has more effect.", - skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Chaos] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.Physical] = true, }, - weaponTypes = { - ["None"] = true, - }, - castTime = 1, - qualityStats = { - { "faster_poison_%", 1 }, - }, - levels = { - [1] = { critChance = 5, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, - [2] = { critChance = 5, baseMultiplier = 0.77, levelRequirement = 3, cost = { Mana = 0, }, }, - [3] = { critChance = 5, baseMultiplier = 0.84, levelRequirement = 6, cost = { Mana = 0, }, }, - [4] = { critChance = 5, baseMultiplier = 0.92, levelRequirement = 10, cost = { Mana = 0, }, }, - [5] = { critChance = 5, baseMultiplier = 0.99, levelRequirement = 14, cost = { Mana = 0, }, }, - [6] = { critChance = 5, baseMultiplier = 1.05, levelRequirement = 18, cost = { Mana = 0, }, }, - [7] = { critChance = 5, baseMultiplier = 1.12, levelRequirement = 22, cost = { Mana = 0, }, }, - [8] = { critChance = 5, baseMultiplier = 1.18, levelRequirement = 26, cost = { Mana = 0, }, }, - [9] = { critChance = 5, baseMultiplier = 1.23, levelRequirement = 31, cost = { Mana = 0, }, }, - [10] = { critChance = 5, baseMultiplier = 1.28, levelRequirement = 36, cost = { Mana = 0, }, }, - [11] = { critChance = 5, baseMultiplier = 1.34, levelRequirement = 41, cost = { Mana = 0, }, }, - [12] = { critChance = 5, baseMultiplier = 1.39, levelRequirement = 46, cost = { Mana = 0, }, }, - [13] = { critChance = 5, baseMultiplier = 1.44, levelRequirement = 52, cost = { Mana = 0, }, }, - [14] = { critChance = 5, baseMultiplier = 1.5, levelRequirement = 58, cost = { Mana = 0, }, }, - [15] = { critChance = 5, baseMultiplier = 1.55, levelRequirement = 64, cost = { Mana = 0, }, }, - [16] = { critChance = 5, baseMultiplier = 1.61, levelRequirement = 66, cost = { Mana = 0, }, }, - [17] = { critChance = 5, baseMultiplier = 1.67, levelRequirement = 72, cost = { Mana = 0, }, }, - [18] = { critChance = 5, baseMultiplier = 1.73, levelRequirement = 78, cost = { Mana = 0, }, }, - [19] = { critChance = 5, baseMultiplier = 1.79, levelRequirement = 84, cost = { Mana = 0, }, }, - [20] = { critChance = 5, baseMultiplier = 1.85, levelRequirement = 90, cost = { Mana = 0, }, }, - [21] = { critChance = 5, baseMultiplier = 1.91, levelRequirement = 90, cost = { Mana = 0, }, }, - [22] = { critChance = 5, baseMultiplier = 1.97, levelRequirement = 90, cost = { Mana = 0, }, }, - [23] = { critChance = 5, baseMultiplier = 2.04, levelRequirement = 90, cost = { Mana = 0, }, }, - [24] = { critChance = 5, baseMultiplier = 2.1, levelRequirement = 90, cost = { Mana = 0, }, }, - [25] = { critChance = 5, baseMultiplier = 2.17, levelRequirement = 90, cost = { Mana = 0, }, }, - [26] = { critChance = 5, baseMultiplier = 2.24, levelRequirement = 90, cost = { Mana = 0, }, }, - [27] = { critChance = 5, baseMultiplier = 2.32, levelRequirement = 90, cost = { Mana = 0, }, }, - [28] = { critChance = 5, baseMultiplier = 2.4, levelRequirement = 90, cost = { Mana = 0, }, }, - [29] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 90, cost = { Mana = 0, }, }, - [30] = { critChance = 5, baseMultiplier = 2.56, levelRequirement = 90, cost = { Mana = 0, }, }, - [31] = { critChance = 5, baseMultiplier = 2.64, levelRequirement = 90, cost = { Mana = 0, }, }, - [32] = { critChance = 5, baseMultiplier = 2.73, levelRequirement = 90, cost = { Mana = 0, }, }, - [33] = { critChance = 5, baseMultiplier = 2.82, levelRequirement = 90, cost = { Mana = 0, }, }, - [34] = { critChance = 5, baseMultiplier = 2.91, levelRequirement = 90, cost = { Mana = 0, }, }, - [35] = { critChance = 5, baseMultiplier = 3.01, levelRequirement = 90, cost = { Mana = 0, }, }, - [36] = { critChance = 5, baseMultiplier = 3.11, levelRequirement = 90, cost = { Mana = 0, }, }, - [37] = { critChance = 5, baseMultiplier = 3.21, levelRequirement = 90, cost = { Mana = 0, }, }, - [38] = { critChance = 5, baseMultiplier = 3.32, levelRequirement = 90, cost = { Mana = 0, }, }, - [39] = { critChance = 5, baseMultiplier = 3.43, levelRequirement = 90, cost = { Mana = 0, }, }, - [40] = { critChance = 5, baseMultiplier = 3.55, levelRequirement = 90, cost = { Mana = 0, }, }, +skills["PinnacleOfPowerPlayer"] = { + name = "Pinnacle of Power", + baseTypeName = "Pinnacle of Power", + fromItem = true, + color = 4, + description = "Consume all Power Charges to master the elements, gaining Elemental Damage and the ability to apply Elemental Ailments with other damage types. Can only be used while you have maximum Power Charges.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.Instant] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, + castTime = 0, + qualityStats = { + { "elemental_power_elemental_damage_+%_final_per_power_charge", 0.1 }, + }, + levels = { + [20] = { storedUses = 1, levelRequirement = 0, cooldown = 4, cost = { Mana = 93, }, }, }, statSets = { [1] = { - label = "Poisonous Concoction", - baseEffectiveness = 3.9000000953674, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "throw_flask_poison", - statMap = { - ["flask_throw_poison_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), - }, - }, + label = "Pinnacle of Power", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "elemental_power", baseFlags = { - attack = true, - projectile = true, - unarmed = true, - area = true, + buff = true, + duration = true, }, constantStats = { - { "flask_throw_base_charges_used", 5 }, - { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 15 }, - { "flask_throw_poison_effect_+%_final", 200 }, - { "throw_flask_effects_type", 4 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "main_hand_base_weapon_attack_duration_ms", 714 }, - { "base_chance_to_poison_on_hit_%", 100 }, + { "elemental_power_buff_duration_per_power_charge_ms", 5000 }, + { "elemental_power_elemental_damage_+%_final_per_power_charge", 8 }, }, stats = { - "main_hand_weapon_minimum_physical_damage", - "main_hand_weapon_maximum_physical_damage", - "base_is_projectile", - "projectile_behaviour_only_explode", - "can_perform_skill_while_moving", - "replace_main_hand_unarmed_attack_stats_with_nothing_type", - "is_area_damage", + "base_skill_is_instant", + "base_deal_no_damage", + "quality_stat_elemental_power_elemental_damage_+%_final_per_power_charge_is_gem", }, levels = { - [1] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 43, 64, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 55, 83, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 69, 103, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 83, 124, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 97, 146, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 113, 169, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 129, 194, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 146, 219, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 164, 246, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 182, 274, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 202, 302, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 222, 332, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 242, 363, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 264, 396, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 286, 429, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 309, 463, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 333, 499, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 357, 536, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 382, 574, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 408, 613, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 435, 653, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 463, 694, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 491, 736, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 520, 780, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 550, 824, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 580, 870, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 611, 917, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 643, 965, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 676, 1014, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 709, 1064, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 744, 1115, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 779, 1168, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 814, 1221, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 851, 1276, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 888, 1332, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 926, 1389, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 965, 1447, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, + [20] = { actorLevel = 60, }, }, }, } @@ -3785,6 +4471,7 @@ skills["MeleeUnarmedPlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -3901,6 +4588,7 @@ skills["MeleeQuarterstaffPlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -3952,8 +4640,8 @@ skills["ShieldBlockPlayer"] = { baseTypeName = "Raise Shield", fromItem = true, color = 4, - description = "Raise your Shield to Block all incoming Blockable hits. Release immediately after Blocking to perform a Shield Bash that damages and Stuns enemies. While your Shield is raised you cannot be Light Stunned by hits you Block, but Blocking too much damage may Heavy Stun you. You cannot Evade while your Shield is raised, but Evasion instead grants an equal chance to avoid this Heavy Stun buildup.", - skillTypes = { [SkillType.Channel] = true, [SkillType.RequiresShield] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Melee] = true, }, + description = "Raise your Shield to Block all incoming Blockable hits. Release immediately after Blocking when an enemy is close to perform a Shield Bash, damaging and Stunning enemies. While your Shield is raised you cannot be Light Stunned by hits you Block, but Blocking too much damage may Heavy Stun you. You cannot Evade while your Shield is raised, but Evasion instead grants an equal chance to avoid this Heavy Stun buildup.", + skillTypes = { [SkillType.Channel] = true, [SkillType.RequiresShield] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Melee] = true, [SkillType.NoAttackInPlace] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -3972,16 +4660,15 @@ skills["ShieldBlockPlayer"] = { melee = true, }, constantStats = { - { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_+%_final_while_performing_action", -50 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "channel_skill_end_animation_duration_override_ms", 35 }, { "active_block_light_stun_threshold_+%_final", 50 }, { "active_skill_heavy_stun_decay_after_action_delay_ms", 2000 }, { "skill_animation_duration_multiplier_override", 4 }, { "base_minimum_channel_time_ms", 250 }, { "raise_shield_base_retaliation_duration_ms", 1000 }, - { "raise_shield_blocked_projectile_distance", 10 }, { "active_skill_hit_damage_stun_multiplier_+%_final", 600 }, { "melee_strike_bonus_attack_distance", 14 }, { "off_hand_minimum_added_physical_damage_per_5_shield_armour", 3 }, @@ -3997,6 +4684,7 @@ skills["ShieldBlockPlayer"] = { "base_skill_show_average_damage_instead_of_dps", "replace_off_hand_unarmed_attack_stats_with_shield_type", "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -4010,7 +4698,7 @@ skills["RitualSacrificePlayer"] = { fromTree = true, color = 4, description = "Sacrifice the Corpse of a Rare Monster to grant you its Modifiers for a duration.", - skillTypes = { [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, [SkillType.TargetsDestructibleRareCorpses] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, [SkillType.TargetsDestructibleRareCorpses] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 5, qualityStats = { { "base_skill_effect_duration", 100 }, @@ -4070,13 +4758,16 @@ skills["RitualSacrificePlayer"] = { { "head_hunt_%_life_to_remove_on_self_stab", 20 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, }, stats = { "base_skill_effect_duration", "can_perform_skill_while_moving", "quality_display_base_skill_effect_duration_is_gem", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 15000, statInterpolation = { 1, }, actorLevel = 1, }, [2] = { 15250, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, @@ -4127,14 +4818,14 @@ skills["ShatteringConcoctionPlayer"] = { baseTypeName = "Shattering Concoction", fromTree = true, color = 4, - description = "Consume charges from your Mana Flask to throw a bottle that explodes, dealing Cold attack damage in an area and inflicting Cold Exposure.", - skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Duration] = true, [SkillType.Cold] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, }, + description = "Consume charges from your Mana Flask to throw a flask that explodes, dealing Cold Attack damage in an area and inflicting Exposure.", + skillTypes = { [SkillType.Attack] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Cold] = true, [SkillType.UsableWhileMoving] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.NoAttackInPlace] = true, [SkillType.GroundTargetedProjectile] = true, }, weaponTypes = { ["None"] = true, }, castTime = 1, qualityStats = { - { "cold_exposure_effect_+%", 1 }, + { "freeze_duration_+%", 1 }, }, levels = { [1] = { critChance = 11, baseMultiplier = 0.7, levelRequirement = 0, cost = { Mana = 0, }, }, @@ -4183,7 +4874,7 @@ skills["ShatteringConcoctionPlayer"] = { label = "Shattering Concoction", baseEffectiveness = 3.9000000953674, incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "throw_flask_cold", + statDescriptionScope = "shattering_concoction", statMap = { ["flask_throw_cold_exposure_ms"] = { mod("ColdExposureChance", "BASE", nil), @@ -4200,14 +4891,12 @@ skills["ShatteringConcoctionPlayer"] = { constantStats = { { "flask_throw_base_charges_used", 5 }, { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 15 }, - { "flask_throw_cold_exposure_ms", 4000 }, + { "active_skill_base_area_of_effect_radius", 18 }, { "throw_flask_effects_type", 1 }, { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_base_weapon_attack_duration_ms", 714 }, - { "active_skill_hit_damage_freeze_multiplier_+%_final", 200 }, }, stats = { "main_hand_weapon_minimum_cold_damage", @@ -4217,6 +4906,9 @@ skills["ShatteringConcoctionPlayer"] = { "can_perform_skill_while_moving", "replace_main_hand_unarmed_attack_stats_with_nothing_type", "is_area_damage", + "has_freeze_cull", + "inflict_all_exposure_on_hit", + "active_skill_show_freeze_range", }, levels = { [1] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 1, }, @@ -4272,7 +4964,7 @@ skills["SorceryWardPlayer"] = { skillTypes = { [SkillType.Spell] = true, [SkillType.Aegis] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.Buff] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.HasReservation] = true, }, castTime = 1, qualityStats = { - { "aegis_unique_shield_max_value_from_%_armour_evasion", 0.5 }, + { "aegis_unique_shield_max_value_from_%_armour_evasion", 0.25 }, }, levels = { [1] = { levelRequirement = 0, }, @@ -4448,6 +5140,7 @@ skills["MeleeSpearOffHandPlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -4565,6 +5258,7 @@ skills["MeleeSpearPlayer"] = { }, stats = { "is_area_damage", + "precise_cursor_targeting_uses_contact_point_height_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -4617,7 +5311,7 @@ skills["SpearThrowPlayer"] = { fromItem = true, color = 4, description = "Hurl your Spear with force. Consumes a Frenzy Charge if you have one to cause the Spear to explode at the end of its flight.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.RangedAttack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CanRapidFire] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Area] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.ProjectileSpeed] = true, [SkillType.RangedAttack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Barrageable] = true, [SkillType.Spear] = true, [SkillType.UsableWhileMounted] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Area] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Spear"] = true, }, @@ -4678,7 +5372,7 @@ skills["SpearThrowPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_weapon_range_+", 105 }, }, stats = { @@ -4744,7 +5438,7 @@ skills["SpearThrowPlayer"] = { constantStats = { { "movement_speed_+%_final_while_performing_action", -70 }, { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, + { "movement_speed_while_performing_action_locked_duration_%", 50 }, { "main_hand_weapon_range_+", 105 }, { "active_skill_base_area_of_effect_radius", 20 }, }, @@ -4873,7 +5567,7 @@ skills["SummonInfernalHoundPlayer"] = { constantStats = { { "display_minion_monster_type", 8 }, { "infernal_familiar_minion_burns_for_%_max_life", 20 }, - { "infernal_familiar_minion_burn_radius", 15 }, + { "infernal_familiar_minion_burn_radius", 25 }, { "skill_desired_initial_amount", 1 }, }, stats = { @@ -4929,10 +5623,11 @@ skills["SupportingFirePlayer"] = { baseTypeName = "Supporting Fire", fromTree = true, minionList = { + "TacticianMinion", }, color = 4, description = "Recruit artillery Minions that takes up positions behind you. They will lay in wait for your Command then fire volleys of arrows at the target location.", - skillTypes = { [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.CommandableMinion] = true, [SkillType.MinionsAreUndamagable] = true, }, + skillTypes = { [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, [SkillType.HasReservation] = true, [SkillType.Persistent] = true, [SkillType.CommandableMinion] = true, [SkillType.MinionsAreUndamagable] = true, [SkillType.NoAttackInPlace] = true, }, minionSkillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Rain] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesNumberModifiersNotApplied] = true, [SkillType.Cooldown] = true, [SkillType.CannotChain] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.ProjectileNoCollision] = true, }, castTime = 0, qualityStats = { @@ -4985,84 +5680,26 @@ skills["SupportingFirePlayer"] = { label = "Minion Info", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "skill_stat_descriptions", - baseFlags = { - minion = true, - permanentMinion = true, - }, - constantStats = { - { "minion_1%_damage_+%_per_X_player_strength", 3 }, - { "minion_1%_accuracy_rating_+%_per_X_player_dexterity", 3 }, - { "skill_desired_amount_override", 1 }, - }, - stats = { - "display_statset_no_hit_damage", - }, - levels = { - [1] = { actorLevel = 1, }, - [2] = { actorLevel = 3.4519999027252, }, - [3] = { actorLevel = 6.7670001983643, }, - [4] = { actorLevel = 10.307999610901, }, - [5] = { actorLevel = 14.074999809265, }, - [6] = { actorLevel = 18.068000793457, }, - [7] = { actorLevel = 22.287000656128, }, - [8] = { actorLevel = 26.732000350952, }, - [9] = { actorLevel = 31.40299987793, }, - [10] = { actorLevel = 36.299999237061, }, - [11] = { actorLevel = 41.423000335693, }, - [12] = { actorLevel = 46.771999359131, }, - [13] = { actorLevel = 52.34700012207, }, - [14] = { actorLevel = 58.147998809814, }, - [15] = { actorLevel = 64.175003051758, }, - [16] = { actorLevel = 70.428001403809, }, - [17] = { actorLevel = 76.906997680664, }, - [18] = { actorLevel = 83.611999511719, }, - [19] = { actorLevel = 90.542999267578, }, - [20] = { actorLevel = 97.699996948242, }, - [21] = { actorLevel = 105.08300018311, }, - [22] = { actorLevel = 112.69200134277, }, - [23] = { actorLevel = 120.52700042725, }, - [24] = { actorLevel = 128.58799743652, }, - [25] = { actorLevel = 136.875, }, - [26] = { actorLevel = 145.38800048828, }, - [27] = { actorLevel = 154.12699890137, }, - [28] = { actorLevel = 163.09199523926, }, - [29] = { actorLevel = 172.28300476074, }, - [30] = { actorLevel = 181.69999694824, }, - [31] = { actorLevel = 191.34300231934, }, - [32] = { actorLevel = 201.21200561523, }, - [33] = { actorLevel = 211.30700683594, }, - [34] = { actorLevel = 221.62800598145, }, - [35] = { actorLevel = 232.17500305176, }, - [36] = { actorLevel = 242.94799804688, }, - [37] = { actorLevel = 253.94700622559, }, - [38] = { actorLevel = 265.17199707031, }, - [39] = { actorLevel = 276.62298583984, }, - [40] = { actorLevel = 288.29998779297, }, + statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_area_of_effect_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("AreaOfEffect", "INC", nil, 0, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, }, - }, - [2] = { - label = "Command", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "skill_stat_descriptions", baseFlags = { minion = true, permanentMinion = true, }, constantStats = { - { "minion_1%_damage_+%_per_X_player_strength", 3 }, - { "minion_1%_accuracy_rating_+%_per_X_player_dexterity", 3 }, + { "minion_1%_damage_+%_per_X_player_strength", 1 }, + { "minion_1%_area_of_effect_+%_per_X_player_dexterity", 3 }, { "skill_desired_amount_override", 1 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, }, stats = { "display_statset_no_hit_damage", - "minions_do_not_move_to_skill_target", - "can_perform_skill_while_moving", - "skill_is_command", - "base_deal_no_damage", - "use_supporting_fire_settings", }, levels = { [1] = { actorLevel = 1, }, @@ -5115,7 +5752,7 @@ skills["TemperWeaponPlayer"] = { fromTree = true, color = 4, description = "Channel to temper your main hand Melee Martial Weapon. Each hit of the hammer against the anvil Empowers subsequent Attacks to Combust when Hitting enemies.", - skillTypes = { [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.Channel] = true, [SkillType.Cooldown] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.EmpowersOtherSkill] = true, [SkillType.Channel] = true, [SkillType.Cooldown] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["One Handed Mace"] = true, ["Flail"] = true, @@ -5134,46 +5771,46 @@ skills["TemperWeaponPlayer"] = { { "skill_speed_+%", 1 }, }, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 5, cost = { ManaPerMinute = 180, }, }, - [2] = { storedUses = 1, levelRequirement = 3, cooldown = 5, cost = { ManaPerMinute = 199, }, }, - [3] = { storedUses = 1, levelRequirement = 6, cooldown = 5, cost = { ManaPerMinute = 221, }, }, - [4] = { storedUses = 1, levelRequirement = 10, cooldown = 5, cost = { ManaPerMinute = 244, }, }, - [5] = { storedUses = 1, levelRequirement = 14, cooldown = 5, cost = { ManaPerMinute = 271, }, }, - [6] = { storedUses = 1, levelRequirement = 18, cooldown = 5, cost = { ManaPerMinute = 300, }, }, - [7] = { storedUses = 1, levelRequirement = 22, cooldown = 5, cost = { ManaPerMinute = 333, }, }, - [8] = { storedUses = 1, levelRequirement = 26, cooldown = 5, cost = { ManaPerMinute = 369, }, }, - [9] = { storedUses = 1, levelRequirement = 31, cooldown = 5, cost = { ManaPerMinute = 409, }, }, - [10] = { storedUses = 1, levelRequirement = 36, cooldown = 5, cost = { ManaPerMinute = 453, }, }, - [11] = { storedUses = 1, levelRequirement = 41, cooldown = 5, cost = { ManaPerMinute = 502, }, }, - [12] = { storedUses = 1, levelRequirement = 46, cooldown = 5, cost = { ManaPerMinute = 556, }, }, - [13] = { storedUses = 1, levelRequirement = 52, cooldown = 5, cost = { ManaPerMinute = 616, }, }, - [14] = { storedUses = 1, levelRequirement = 58, cooldown = 5, cost = { ManaPerMinute = 683, }, }, - [15] = { storedUses = 1, levelRequirement = 64, cooldown = 5, cost = { ManaPerMinute = 757, }, }, - [16] = { storedUses = 1, levelRequirement = 66, cooldown = 5, cost = { ManaPerMinute = 839, }, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 5, cost = { ManaPerMinute = 174, }, }, + [2] = { storedUses = 1, levelRequirement = 3, cooldown = 5, cost = { ManaPerMinute = 201, }, }, + [3] = { storedUses = 1, levelRequirement = 6, cooldown = 5, cost = { ManaPerMinute = 231, }, }, + [4] = { storedUses = 1, levelRequirement = 10, cooldown = 5, cost = { ManaPerMinute = 262, }, }, + [5] = { storedUses = 1, levelRequirement = 14, cooldown = 5, cost = { ManaPerMinute = 296, }, }, + [6] = { storedUses = 1, levelRequirement = 18, cooldown = 5, cost = { ManaPerMinute = 332, }, }, + [7] = { storedUses = 1, levelRequirement = 22, cooldown = 5, cost = { ManaPerMinute = 371, }, }, + [8] = { storedUses = 1, levelRequirement = 26, cooldown = 5, cost = { ManaPerMinute = 412, }, }, + [9] = { storedUses = 1, levelRequirement = 31, cooldown = 5, cost = { ManaPerMinute = 456, }, }, + [10] = { storedUses = 1, levelRequirement = 36, cooldown = 5, cost = { ManaPerMinute = 503, }, }, + [11] = { storedUses = 1, levelRequirement = 41, cooldown = 5, cost = { ManaPerMinute = 553, }, }, + [12] = { storedUses = 1, levelRequirement = 46, cooldown = 5, cost = { ManaPerMinute = 606, }, }, + [13] = { storedUses = 1, levelRequirement = 52, cooldown = 5, cost = { ManaPerMinute = 663, }, }, + [14] = { storedUses = 1, levelRequirement = 58, cooldown = 5, cost = { ManaPerMinute = 724, }, }, + [15] = { storedUses = 1, levelRequirement = 64, cooldown = 5, cost = { ManaPerMinute = 789, }, }, + [16] = { storedUses = 1, levelRequirement = 66, cooldown = 5, cost = { ManaPerMinute = 857, }, }, [17] = { storedUses = 1, levelRequirement = 72, cooldown = 5, cost = { ManaPerMinute = 930, }, }, - [18] = { storedUses = 1, levelRequirement = 78, cooldown = 5, cost = { ManaPerMinute = 1030, }, }, - [19] = { storedUses = 1, levelRequirement = 84, cooldown = 5, cost = { ManaPerMinute = 1142, }, }, - [20] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1265, }, }, - [21] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1402, }, }, - [22] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1553, }, }, - [23] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1721, }, }, - [24] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1908, }, }, - [25] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2114, }, }, - [26] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2342, }, }, - [27] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2596, }, }, - [28] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2876, }, }, - [29] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3187, }, }, - [30] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3532, }, }, - [31] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3914, }, }, - [32] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 4337, }, }, - [33] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 4806, }, }, - [34] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 5325, }, }, - [35] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 5901, }, }, - [36] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 6539, }, }, - [37] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 7246, }, }, - [38] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 8029, }, }, - [39] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 8897, }, }, - [40] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 9859, }, }, + [18] = { storedUses = 1, levelRequirement = 78, cooldown = 5, cost = { ManaPerMinute = 1008, }, }, + [19] = { storedUses = 1, levelRequirement = 84, cooldown = 5, cost = { ManaPerMinute = 1091, }, }, + [20] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1179, }, }, + [21] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1272, }, }, + [22] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1371, }, }, + [23] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1476, }, }, + [24] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1588, }, }, + [25] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1706, }, }, + [26] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1831, }, }, + [27] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 1964, }, }, + [28] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2105, }, }, + [29] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2254, }, }, + [30] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2412, }, }, + [31] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2580, }, }, + [32] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2757, }, }, + [33] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 2944, }, }, + [34] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3143, }, }, + [35] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3352, }, }, + [36] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3574, }, }, + [37] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 3809, }, }, + [38] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 4057, }, }, + [39] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 4319, }, }, + [40] = { storedUses = 1, levelRequirement = 90, cooldown = 5, cost = { ManaPerMinute = 4596, }, }, }, statSets = { [1] = { @@ -5704,7 +6341,7 @@ skills["UnboundAvatarPlayer"] = { fromTree = true, color = 4, description = "Gain Unbound Fury by inflicting Elemental Ailments with Hits on enemies. Once you reach maximum Unbound Fury, consume it to become Unbound for a duration, vastly augmenting your Elemental prowess.", - skillTypes = { [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Instant] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Duration] = true, [SkillType.HasUsageCondition] = true, }, + skillTypes = { [SkillType.Buff] = true, [SkillType.Cooldown] = true, [SkillType.Instant] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Duration] = true, [SkillType.HasUsageCondition] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 0, qualityStats = { { "base_skill_effect_duration", 50 }, @@ -5763,13 +6400,16 @@ skills["UnboundAvatarPlayer"] = { { "display_ailment_bearer_charge_interval", 1 }, { "ailment_bearer_elemental_damage_+%_final", 40 }, { "unbound_ailment_elemental_ailment_chance_+%_final", 80 }, - { "unbound_ailment_elemental_ailment_buildup_+%_final", 40 }, + { "unbound_ailment_hit_damage_elemental_immobilisation_multiplier_+%_final", 40 }, { "ailment_bearer_required_stacks_to_use", 100 }, }, stats = { "base_skill_effect_duration", "base_deal_no_damage", }, + notMinionStat = { + "base_skill_effect_duration", + }, levels = { [1] = { 8000, statInterpolation = { 1, }, actorLevel = 1, }, [2] = { 8100, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, @@ -5815,206 +6455,84 @@ skills["UnboundAvatarPlayer"] = { }, } } -skills["UniqueBreachLightningBoltPlayer"] = { - name = "Lightning Bolt", - baseTypeName = "Lightning Bolt", - fromItem = true, - color = 3, - description = "Call down a Shocking bolt of Lightning to strike enemies in a small area.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Cascadable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Cooldown] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, }, - castTime = 0.85, - qualityStats = { - }, - levels = { - [1] = { critChance = 10, storedUses = 1, levelRequirement = 0, cooldown = 0.5, cost = { Mana = 0, }, }, - [2] = { critChance = 10, storedUses = 1, levelRequirement = 3, cooldown = 0.5, cost = { Mana = 0, }, }, - [3] = { critChance = 10, storedUses = 1, levelRequirement = 6, cooldown = 0.5, cost = { Mana = 0, }, }, - [4] = { critChance = 10, storedUses = 1, levelRequirement = 10, cooldown = 0.5, cost = { Mana = 0, }, }, - [5] = { critChance = 10, storedUses = 1, levelRequirement = 14, cooldown = 0.5, cost = { Mana = 0, }, }, - [6] = { critChance = 10, storedUses = 1, levelRequirement = 18, cooldown = 0.5, cost = { Mana = 0, }, }, - [7] = { critChance = 10, storedUses = 1, levelRequirement = 22, cooldown = 0.5, cost = { Mana = 0, }, }, - [8] = { critChance = 10, storedUses = 1, levelRequirement = 26, cooldown = 0.5, cost = { Mana = 0, }, }, - [9] = { critChance = 10, storedUses = 1, levelRequirement = 31, cooldown = 0.5, cost = { Mana = 0, }, }, - [10] = { critChance = 10, storedUses = 1, levelRequirement = 36, cooldown = 0.5, cost = { Mana = 0, }, }, - [11] = { critChance = 10, storedUses = 1, levelRequirement = 41, cooldown = 0.5, cost = { Mana = 0, }, }, - [12] = { critChance = 10, storedUses = 1, levelRequirement = 46, cooldown = 0.5, cost = { Mana = 0, }, }, - [13] = { critChance = 10, storedUses = 1, levelRequirement = 52, cooldown = 0.5, cost = { Mana = 0, }, }, - [14] = { critChance = 10, storedUses = 1, levelRequirement = 58, cooldown = 0.5, cost = { Mana = 0, }, }, - [15] = { critChance = 10, storedUses = 1, levelRequirement = 64, cooldown = 0.5, cost = { Mana = 0, }, }, - [16] = { critChance = 10, storedUses = 1, levelRequirement = 66, cooldown = 0.5, cost = { Mana = 0, }, }, - [17] = { critChance = 10, storedUses = 1, levelRequirement = 72, cooldown = 0.5, cost = { Mana = 0, }, }, - [18] = { critChance = 10, storedUses = 1, levelRequirement = 78, cooldown = 0.5, cost = { Mana = 0, }, }, - [19] = { critChance = 10, storedUses = 1, levelRequirement = 84, cooldown = 0.5, cost = { Mana = 0, }, }, - [20] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [21] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [22] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [23] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [24] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [25] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [26] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [27] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [28] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [29] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [30] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [31] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [32] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [33] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [34] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [35] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [36] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [37] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [38] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [39] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - [40] = { critChance = 10, storedUses = 1, levelRequirement = 90, cooldown = 0.5, cost = { Mana = 0, }, }, - }, - statSets = { - [1] = { - label = "Lightning Bolt", - baseEffectiveness = 2.2999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "lightning_bolt", - baseFlags = { - spell = true, - area = true, - }, - constantStats = { - { "active_skill_shock_chance_+%_final", 200 }, - { "active_skill_base_area_of_effect_radius", 8 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "triggered_on_critical_strike_%", 100 }, - }, - stats = { - "spell_minimum_base_lightning_damage", - "spell_maximum_base_lightning_damage", - "is_area_damage", - "can_perform_skill_while_moving", - }, - levels = { - [1] = { 1, 17, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 1, 23, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 2, 32, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 2, 42, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 3, 53, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 3, 65, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 4, 78, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 5, 93, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 6, 110, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 7, 128, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 8, 149, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 9, 172, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 10, 197, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 12, 225, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 13, 256, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 15, 291, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 17, 330, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 20, 373, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 22, 422, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 25, 475, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 28, 535, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 32, 602, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 36, 677, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 40, 760, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 45, 854, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 50, 958, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 57, 1075, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 64, 1207, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 71, 1354, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 80, 1519, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 90, 1705, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 101, 1914, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 113, 2150, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 127, 2415, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 143, 2714, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 161, 3051, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 181, 3433, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 203, 3864, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 229, 4352, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 258, 4905, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["CrossbowRequiemAmmoPlayer"] = { - name = "Compose Requiem", - baseTypeName = "Compose Requiem", - fromItem = true, - color = 1, - description = "Your weapon passively accumulates anguish from the tormented souls within. When fully charged, use this skill to compose the Requiem, transforming your Crossbow shot into a torrent of anguish for a short, fixed amount of time. Does not use Ammunition.", - skillTypes = { [SkillType.CrossbowAmmoSkill] = true, [SkillType.Attack] = true, [SkillType.UsableWhileMoving] = true, [SkillType.HasUsageCondition] = true, }, +skills["VoidIllusionPlayer"] = { + name = "Void Illusion", + baseTypeName = "Void Illusion", + fromTree = true, + color = 4, + description = "While active, creates a short-lived illusory copy of yourself whenever you dodge roll. The copy can be damaged by enemies, and copies that are destroyed by an enemy will cause damaging explosions. Copies created this way have 1 Life.", + skillTypes = { [SkillType.HasReservation] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { + ["None"] = true, + ["One Handed Mace"] = true, + ["Flail"] = true, + ["Two Handed Sword"] = true, + ["Dagger"] = true, + ["Claw"] = true, ["Crossbow"] = true, + ["Bow"] = true, + ["Spear"] = true, + ["Two Handed Axe"] = true, + ["Two Handed Mace"] = true, + ["One Handed Axe"] = true, + ["Staff"] = true, + ["One Handed Sword"] = true, }, - castTime = 1, + castTime = 0, qualityStats = { }, levels = { - [1] = { levelRequirement = 0, cost = { Mana = 23, }, }, - [2] = { levelRequirement = 3, cost = { Mana = 25, }, }, - [3] = { levelRequirement = 6, cost = { Mana = 28, }, }, - [4] = { levelRequirement = 10, cost = { Mana = 31, }, }, - [5] = { levelRequirement = 14, cost = { Mana = 34, }, }, - [6] = { levelRequirement = 18, cost = { Mana = 38, }, }, - [7] = { levelRequirement = 22, cost = { Mana = 42, }, }, - [8] = { levelRequirement = 26, cost = { Mana = 47, }, }, - [9] = { levelRequirement = 31, cost = { Mana = 52, }, }, - [10] = { levelRequirement = 36, cost = { Mana = 57, }, }, - [11] = { levelRequirement = 41, cost = { Mana = 64, }, }, - [12] = { levelRequirement = 46, cost = { Mana = 71, }, }, - [13] = { levelRequirement = 52, cost = { Mana = 78, }, }, - [14] = { levelRequirement = 58, cost = { Mana = 87, }, }, - [15] = { levelRequirement = 64, cost = { Mana = 96, }, }, - [16] = { levelRequirement = 66, cost = { Mana = 107, }, }, - [17] = { levelRequirement = 72, cost = { Mana = 118, }, }, - [18] = { levelRequirement = 78, cost = { Mana = 131, }, }, - [19] = { levelRequirement = 84, cost = { Mana = 145, }, }, - [20] = { levelRequirement = 90, cost = { Mana = 161, }, }, - [21] = { levelRequirement = 90, cost = { Mana = 179, }, }, - [22] = { levelRequirement = 90, cost = { Mana = 198, }, }, - [23] = { levelRequirement = 90, cost = { Mana = 220, }, }, - [24] = { levelRequirement = 90, cost = { Mana = 243, }, }, - [25] = { levelRequirement = 90, cost = { Mana = 270, }, }, - [26] = { levelRequirement = 90, cost = { Mana = 299, }, }, - [27] = { levelRequirement = 90, cost = { Mana = 331, }, }, - [28] = { levelRequirement = 90, cost = { Mana = 367, }, }, - [29] = { levelRequirement = 90, cost = { Mana = 407, }, }, - [30] = { levelRequirement = 90, cost = { Mana = 451, }, }, - [31] = { levelRequirement = 90, cost = { Mana = 500, }, }, - [32] = { levelRequirement = 90, cost = { Mana = 554, }, }, - [33] = { levelRequirement = 90, cost = { Mana = 614, }, }, - [34] = { levelRequirement = 90, cost = { Mana = 680, }, }, - [35] = { levelRequirement = 90, cost = { Mana = 754, }, }, - [36] = { levelRequirement = 90, cost = { Mana = 835, }, }, - [37] = { levelRequirement = 90, cost = { Mana = 925, }, }, - [38] = { levelRequirement = 90, cost = { Mana = 1026, }, }, - [39] = { levelRequirement = 90, cost = { Mana = 1136, }, }, - [40] = { levelRequirement = 90, cost = { Mana = 1259, }, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + [5] = { levelRequirement = 14, }, + [6] = { levelRequirement = 18, }, + [7] = { levelRequirement = 22, }, + [8] = { levelRequirement = 26, }, + [9] = { levelRequirement = 31, }, + [10] = { levelRequirement = 36, }, + [11] = { levelRequirement = 41, }, + [12] = { levelRequirement = 46, }, + [13] = { levelRequirement = 52, }, + [14] = { levelRequirement = 58, }, + [15] = { levelRequirement = 64, }, + [16] = { levelRequirement = 66, }, + [17] = { levelRequirement = 72, }, + [18] = { levelRequirement = 78, }, + [19] = { levelRequirement = 84, }, + [20] = { levelRequirement = 90, }, + [21] = { levelRequirement = 90, }, + [22] = { levelRequirement = 90, }, + [23] = { levelRequirement = 90, }, + [24] = { levelRequirement = 90, }, + [25] = { levelRequirement = 90, }, + [26] = { levelRequirement = 90, }, + [27] = { levelRequirement = 90, }, + [28] = { levelRequirement = 90, }, + [29] = { levelRequirement = 90, }, + [30] = { levelRequirement = 90, }, + [31] = { levelRequirement = 90, }, + [32] = { levelRequirement = 90, }, + [33] = { levelRequirement = 90, }, + [34] = { levelRequirement = 90, }, + [35] = { levelRequirement = 90, }, + [36] = { levelRequirement = 90, }, + [37] = { levelRequirement = 90, }, + [38] = { levelRequirement = 90, }, + [39] = { levelRequirement = 90, }, + [40] = { levelRequirement = 90, }, }, statSets = { [1] = { - label = "Compose Requiem", + label = "Buff", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "rapid_shot_requiem_ammo", + statDescriptionScope = "skill_stat_descriptions", baseFlags = { }, - constantStats = { - { "action_allowed_queue_time_override_ms", 1000 }, - { "movement_speed_+%_final_while_performing_action", -30 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "rapidshot_requiem_number_of_stacks_per_minute", 200 }, - { "rapidshot_requiem_base_buff_count_requirement", 100 }, - { "rapidshot_requiem_active_duration_ms", 12000 }, - }, - stats = { - "action_can_be_used_in_aiming_stance", - "can_perform_skill_while_moving", + stats = { "base_deal_no_damage", - "display_statset_hide_usage_stats", - "crossbow_ammo_skill_does_not_transition", - "crossbow_ammo_has_no_ammo", + "quality_display_active_skill_base_area_of_effect_radius_is_gem", }, levels = { [1] = { actorLevel = 1, }, @@ -6061,85 +6579,72 @@ skills["CrossbowRequiemAmmoPlayer"] = { }, } } -skills["CrossbowRequiemPlayer"] = { - name = "Requiem", +skills["VoidIllusionSpawnPlayer"] = { + name = "Void Illusion", hidden = true, - fromItem = true, - description = "Unleashes a torrent of anguish that bombard the target area, dealing damage in an area on impact. Does not use Ammunition and can be fired freely until the Requiem ends.", - skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.Cold] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.CannotChain] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.CrossbowSkill] = true, }, - weaponTypes = { - ["Crossbow"] = true, - }, + fromTree = true, + skillTypes = { [SkillType.OngoingSkill] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Cooldown] = true, }, castTime = 1, qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.1 }, + { "active_skill_base_area_of_effect_radius", 0.2 }, }, levels = { - [1] = { attackSpeedMultiplier = 300, baseMultiplier = 3, levelRequirement = 0, }, - [2] = { attackSpeedMultiplier = 300, baseMultiplier = 3.3, levelRequirement = 0, }, - [3] = { attackSpeedMultiplier = 300, baseMultiplier = 3.63, levelRequirement = 0, }, - [4] = { attackSpeedMultiplier = 300, baseMultiplier = 3.96, levelRequirement = 0, }, - [5] = { attackSpeedMultiplier = 300, baseMultiplier = 4.27, levelRequirement = 0, }, - [6] = { attackSpeedMultiplier = 300, baseMultiplier = 4.59, levelRequirement = 0, }, - [7] = { attackSpeedMultiplier = 300, baseMultiplier = 4.92, levelRequirement = 0, }, - [8] = { attackSpeedMultiplier = 300, baseMultiplier = 5.21, levelRequirement = 0, }, - [9] = { attackSpeedMultiplier = 300, baseMultiplier = 5.47, levelRequirement = 0, }, - [10] = { attackSpeedMultiplier = 300, baseMultiplier = 5.74, levelRequirement = 0, }, - [11] = { attackSpeedMultiplier = 300, baseMultiplier = 6.03, levelRequirement = 0, }, - [12] = { attackSpeedMultiplier = 300, baseMultiplier = 6.33, levelRequirement = 0, }, - [13] = { attackSpeedMultiplier = 300, baseMultiplier = 6.65, levelRequirement = 0, }, - [14] = { attackSpeedMultiplier = 300, baseMultiplier = 6.98, levelRequirement = 0, }, - [15] = { attackSpeedMultiplier = 300, baseMultiplier = 7.33, levelRequirement = 0, }, - [16] = { attackSpeedMultiplier = 300, baseMultiplier = 7.7, levelRequirement = 0, }, - [17] = { attackSpeedMultiplier = 300, baseMultiplier = 8.08, levelRequirement = 0, }, - [18] = { attackSpeedMultiplier = 300, baseMultiplier = 8.49, levelRequirement = 0, }, - [19] = { attackSpeedMultiplier = 300, baseMultiplier = 8.91, levelRequirement = 0, }, - [20] = { attackSpeedMultiplier = 300, baseMultiplier = 9.36, levelRequirement = 0, }, - [21] = { attackSpeedMultiplier = 300, baseMultiplier = 9.82, levelRequirement = 0, }, - [22] = { attackSpeedMultiplier = 300, baseMultiplier = 10.32, levelRequirement = 0, }, - [23] = { attackSpeedMultiplier = 300, baseMultiplier = 10.83, levelRequirement = 0, }, - [24] = { attackSpeedMultiplier = 300, baseMultiplier = 11.37, levelRequirement = 0, }, - [25] = { attackSpeedMultiplier = 300, baseMultiplier = 11.94, levelRequirement = 0, }, - [26] = { attackSpeedMultiplier = 300, baseMultiplier = 12.54, levelRequirement = 0, }, - [27] = { attackSpeedMultiplier = 300, baseMultiplier = 13.17, levelRequirement = 0, }, - [28] = { attackSpeedMultiplier = 300, baseMultiplier = 13.82, levelRequirement = 0, }, - [29] = { attackSpeedMultiplier = 300, baseMultiplier = 14.52, levelRequirement = 0, }, - [30] = { attackSpeedMultiplier = 300, baseMultiplier = 15.24, levelRequirement = 0, }, - [31] = { attackSpeedMultiplier = 300, baseMultiplier = 16, levelRequirement = 0, }, - [32] = { attackSpeedMultiplier = 300, baseMultiplier = 16.8, levelRequirement = 0, }, - [33] = { attackSpeedMultiplier = 300, baseMultiplier = 17.64, levelRequirement = 0, }, - [34] = { attackSpeedMultiplier = 300, baseMultiplier = 18.53, levelRequirement = 0, }, - [35] = { attackSpeedMultiplier = 300, baseMultiplier = 19.45, levelRequirement = 0, }, - [36] = { attackSpeedMultiplier = 300, baseMultiplier = 20.42, levelRequirement = 0, }, - [37] = { attackSpeedMultiplier = 300, baseMultiplier = 21.45, levelRequirement = 0, }, - [38] = { attackSpeedMultiplier = 300, baseMultiplier = 22.52, levelRequirement = 0, }, - [39] = { attackSpeedMultiplier = 300, baseMultiplier = 23.64, levelRequirement = 0, }, - [40] = { attackSpeedMultiplier = 300, baseMultiplier = 24.83, levelRequirement = 0, }, + [1] = { baseMultiplier = 1.85, storedUses = 1, levelRequirement = 0, cooldown = 5.9, }, + [2] = { baseMultiplier = 2.04, storedUses = 1, levelRequirement = 0, cooldown = 5.8, }, + [3] = { baseMultiplier = 2.24, storedUses = 1, levelRequirement = 0, cooldown = 5.7, }, + [4] = { baseMultiplier = 2.45, storedUses = 1, levelRequirement = 0, cooldown = 5.6, }, + [5] = { baseMultiplier = 2.65, storedUses = 1, levelRequirement = 0, cooldown = 5.5, }, + [6] = { baseMultiplier = 2.86, storedUses = 1, levelRequirement = 0, cooldown = 5.4, }, + [7] = { baseMultiplier = 3.07, storedUses = 1, levelRequirement = 0, cooldown = 5.3, }, + [8] = { baseMultiplier = 3.27, storedUses = 1, levelRequirement = 0, cooldown = 5.2, }, + [9] = { baseMultiplier = 3.46, storedUses = 1, levelRequirement = 0, cooldown = 5.1, }, + [10] = { baseMultiplier = 3.66, storedUses = 1, levelRequirement = 0, cooldown = 5, }, + [11] = { baseMultiplier = 3.87, storedUses = 1, levelRequirement = 0, cooldown = 4.9, }, + [12] = { baseMultiplier = 4.1, storedUses = 1, levelRequirement = 0, cooldown = 4.8, }, + [13] = { baseMultiplier = 4.34, storedUses = 1, levelRequirement = 0, cooldown = 4.7, }, + [14] = { baseMultiplier = 4.61, storedUses = 1, levelRequirement = 0, cooldown = 4.6, }, + [15] = { baseMultiplier = 4.9, storedUses = 1, levelRequirement = 0, cooldown = 4.5, }, + [16] = { baseMultiplier = 5.2, storedUses = 1, levelRequirement = 0, cooldown = 4.4, }, + [17] = { baseMultiplier = 5.54, storedUses = 1, levelRequirement = 0, cooldown = 4.3, }, + [18] = { baseMultiplier = 5.9, storedUses = 1, levelRequirement = 0, cooldown = 4.2, }, + [19] = { baseMultiplier = 6.28, storedUses = 1, levelRequirement = 0, cooldown = 4.1, }, + [20] = { baseMultiplier = 6.7, storedUses = 1, levelRequirement = 0, cooldown = 4, }, + [21] = { baseMultiplier = 7.15, storedUses = 1, levelRequirement = 0, cooldown = 3.9, }, + [22] = { baseMultiplier = 7.62, storedUses = 1, levelRequirement = 0, cooldown = 3.8, }, + [23] = { baseMultiplier = 8.13, storedUses = 1, levelRequirement = 0, cooldown = 3.7, }, + [24] = { baseMultiplier = 8.67, storedUses = 1, levelRequirement = 0, cooldown = 3.6, }, + [25] = { baseMultiplier = 9.25, storedUses = 1, levelRequirement = 0, cooldown = 3.5, }, + [26] = { baseMultiplier = 9.87, storedUses = 1, levelRequirement = 0, cooldown = 3.4, }, + [27] = { baseMultiplier = 10.52, storedUses = 1, levelRequirement = 0, cooldown = 3.3, }, + [28] = { baseMultiplier = 11.23, storedUses = 1, levelRequirement = 0, cooldown = 3.2, }, + [29] = { baseMultiplier = 11.97, storedUses = 1, levelRequirement = 0, cooldown = 3.1, }, + [30] = { baseMultiplier = 12.77, storedUses = 1, levelRequirement = 0, cooldown = 3, }, + [31] = { baseMultiplier = 13.62, storedUses = 1, levelRequirement = 0, cooldown = 2.95, }, + [32] = { baseMultiplier = 14.53, storedUses = 1, levelRequirement = 0, cooldown = 2.9, }, + [33] = { baseMultiplier = 15.5, storedUses = 1, levelRequirement = 0, cooldown = 2.85, }, + [34] = { baseMultiplier = 16.53, storedUses = 1, levelRequirement = 0, cooldown = 2.8, }, + [35] = { baseMultiplier = 17.63, storedUses = 1, levelRequirement = 0, cooldown = 2.75, }, + [36] = { baseMultiplier = 18.8, storedUses = 1, levelRequirement = 0, cooldown = 2.7, }, + [37] = { baseMultiplier = 20.06, storedUses = 1, levelRequirement = 0, cooldown = 2.65, }, + [38] = { baseMultiplier = 21.39, storedUses = 1, levelRequirement = 0, cooldown = 2.6, }, + [39] = { baseMultiplier = 22.82, storedUses = 1, levelRequirement = 0, cooldown = 2.55, }, + [40] = { baseMultiplier = 24.34, storedUses = 1, levelRequirement = 0, cooldown = 2.5, }, }, statSets = { [1] = { - label = "Requiem", + label = "Void Illusion", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "rapid_shot_requiem", + statDescriptionScope = "create_void_illusion", baseFlags = { - projectile = true, - area = true, + attack = true, }, constantStats = { - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 50 }, - { "active_skill_base_area_of_effect_radius", 16 }, - { "active_skill_base_secondary_area_of_effect_radius", 24 }, - { "active_skill_base_physical_damage_%_to_convert_to_cold", 60 }, + { "base_skill_effect_duration", 2000 }, + { "active_skill_base_area_of_effect_radius", 30 }, }, stats = { - "base_is_projectile", - "action_requires_aiming_stance", - "should_use_additive_aiming_animation", - "projectile_uses_contact_position", - "projectiles_crossbow_barrage", - "can_perform_skill_while_moving", + "hide_minion_frame", + "triggered_by_void_illusion", "quality_display_active_skill_base_area_of_effect_radius_is_gem", }, levels = { @@ -6187,527 +6692,135 @@ skills["CrossbowRequiemPlayer"] = { }, } } -skills["ExplodingPoisonToadPlayer"] = { - name = "Bursting Fen Toad", - baseTypeName = "Bursting Fen Toad", - fromItem = true, - color = 4, - description = "A Poisonous Toad leaps towards enemies and explodes, dealing damage in an area and inflicting Poison.", - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, [SkillType.Physical] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.NonWeaponAttack] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.UseGlobalStats] = true, }, - castTime = 1, - qualityStats = { - { "trigger_toad_spawn_chance_%", 0.5 }, - }, - levels = { - [1] = { critChance = 5, baseMultiplier = 2.25, levelRequirement = 0, }, - [2] = { critChance = 5, baseMultiplier = 2.48, levelRequirement = 3, }, - [3] = { critChance = 5, baseMultiplier = 2.72, levelRequirement = 6, }, - [4] = { critChance = 5, baseMultiplier = 2.97, levelRequirement = 10, }, - [5] = { critChance = 5, baseMultiplier = 3.2, levelRequirement = 14, }, - [6] = { critChance = 5, baseMultiplier = 3.45, levelRequirement = 18, }, - [7] = { critChance = 5, baseMultiplier = 3.69, levelRequirement = 22, }, - [8] = { critChance = 5, baseMultiplier = 3.91, levelRequirement = 26, }, - [9] = { critChance = 5, baseMultiplier = 4.1, levelRequirement = 31, }, - [10] = { critChance = 5, baseMultiplier = 4.31, levelRequirement = 36, }, - [11] = { critChance = 5, baseMultiplier = 4.52, levelRequirement = 41, }, - [12] = { critChance = 5, baseMultiplier = 4.75, levelRequirement = 46, }, - [13] = { critChance = 5, baseMultiplier = 4.99, levelRequirement = 52, }, - [14] = { critChance = 5, baseMultiplier = 5.24, levelRequirement = 58, }, - [15] = { critChance = 5, baseMultiplier = 5.5, levelRequirement = 64, }, - [16] = { critChance = 5, baseMultiplier = 5.77, levelRequirement = 66, }, - [17] = { critChance = 5, baseMultiplier = 6.06, levelRequirement = 72, }, - [18] = { critChance = 5, baseMultiplier = 6.37, levelRequirement = 78, }, - [19] = { critChance = 5, baseMultiplier = 6.68, levelRequirement = 84, }, - [20] = { critChance = 5, baseMultiplier = 7.02, levelRequirement = 90, }, - [21] = { critChance = 5, baseMultiplier = 7.37, levelRequirement = 90, }, - [22] = { critChance = 5, baseMultiplier = 7.74, levelRequirement = 90, }, - [23] = { critChance = 5, baseMultiplier = 8.12, levelRequirement = 90, }, - [24] = { critChance = 5, baseMultiplier = 8.53, levelRequirement = 90, }, - [25] = { critChance = 5, baseMultiplier = 8.96, levelRequirement = 90, }, - [26] = { critChance = 5, baseMultiplier = 9.4, levelRequirement = 90, }, - [27] = { critChance = 5, baseMultiplier = 9.87, levelRequirement = 90, }, - [28] = { critChance = 5, baseMultiplier = 10.37, levelRequirement = 90, }, - [29] = { critChance = 5, baseMultiplier = 10.89, levelRequirement = 90, }, - [30] = { critChance = 5, baseMultiplier = 11.43, levelRequirement = 90, }, - [31] = { critChance = 5, baseMultiplier = 12, levelRequirement = 90, }, - [32] = { critChance = 5, baseMultiplier = 12.6, levelRequirement = 90, }, - [33] = { critChance = 5, baseMultiplier = 13.23, levelRequirement = 90, }, - [34] = { critChance = 5, baseMultiplier = 13.89, levelRequirement = 90, }, - [35] = { critChance = 5, baseMultiplier = 14.59, levelRequirement = 90, }, - [36] = { critChance = 5, baseMultiplier = 15.32, levelRequirement = 90, }, - [37] = { critChance = 5, baseMultiplier = 16.08, levelRequirement = 90, }, - [38] = { critChance = 5, baseMultiplier = 16.89, levelRequirement = 90, }, - [39] = { critChance = 5, baseMultiplier = 17.73, levelRequirement = 90, }, - [40] = { critChance = 5, baseMultiplier = 18.62, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Bursting Fen Toad", - baseEffectiveness = 2, - incrementalEffectiveness = 0.27349999547005, - statDescriptionScope = "exploding_poison_toad", - baseFlags = { - area = true, - attack = true, - }, - constantStats = { - { "trigger_toad_spawn_chance_%", 25 }, - { "base_chance_to_poison_on_hit_%", 100 }, - { "active_skill_base_area_of_effect_radius", 25 }, - }, - stats = { - "attack_minimum_added_physical_damage", - "attack_maximum_added_physical_damage", - "is_area_damage", - }, - levels = { - [1] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 10, 16, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 22, 33, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 28, 43, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 35, 53, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 42, 64, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 50, 75, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 58, 87, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 66, 99, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 75, 112, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 84, 126, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 94, 140, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 103, 155, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 114, 170, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 124, 186, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 135, 203, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 147, 220, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 158, 238, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 171, 256, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 183, 275, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 196, 294, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 209, 314, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 237, 356, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 252, 378, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 267, 400, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 282, 423, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 297, 446, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 313, 470, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 330, 495, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 347, 520, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 364, 546, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 381, 572, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 399, 599, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 418, 626, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 436, 654, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 455, 683, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 475, 712, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 495, 742, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["PinnacleOfPowerPlayer"] = { - name = "Pinnacle of Power", - baseTypeName = "Pinnacle of Power", - fromItem = true, - color = 4, - description = "Consume all Power Charges to master the elements, gaining Elemental Damage and the ability to apply Elemental Ailments with other damage types. Can only be used while you have maximum Power Charges.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.ConsumesCharges] = true, [SkillType.SkillConsumesPowerChargesOnUse] = true, [SkillType.Instant] = true, [SkillType.Cooldown] = true, [SkillType.Buff] = true, [SkillType.Fire] = true, [SkillType.Cold] = true, [SkillType.Lightning] = true, [SkillType.HasUsageCondition] = true, }, - castTime = 0, - qualityStats = { - { "elemental_power_elemental_damage_+%_final_per_power_charge", 0.1 }, - }, - levels = { - [20] = { storedUses = 1, levelRequirement = 0, cooldown = 4, cost = { Mana = 93, }, }, - }, - statSets = { - [1] = { - label = "Pinnacle of Power", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "elemental_power", - baseFlags = { - buff = true, - duration = true, - }, - constantStats = { - { "elemental_power_buff_duration_per_power_charge_ms", 5000 }, - { "elemental_power_elemental_damage_+%_final_per_power_charge", 8 }, - }, - stats = { - "base_skill_is_instant", - "base_deal_no_damage", - "quality_stat_elemental_power_elemental_damage_+%_final_per_power_charge_is_gem", - }, - levels = { - [20] = { actorLevel = 60, }, - }, - }, - } -} -skills["ImpurityPlayer"] = { - name = "Impurity", - baseTypeName = "Impurity", - fromItem = true, - color = 3, - description = "Emit an Aura that boosts the Chaos Resistance of you and Allies in your Presence.", - skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.Chaos] = true, [SkillType.AffectsPresence] = true, }, - castTime = 0, - qualityStats = { - { "base_skill_buff_chaos_damage_resistance_%_to_apply", 0.3 }, - }, - levels = { - [1] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 0, }, - [2] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 3, }, - [3] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 6, }, - [4] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 10, }, - [5] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 14, }, - [6] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 18, }, - [7] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 22, }, - [8] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 26, }, - [9] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 31, }, - [10] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 36, }, - [11] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 41, }, - [12] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 46, }, - [13] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 52, }, - [14] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 58, }, - [15] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 64, }, - [16] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 66, }, - [17] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 72, }, - [18] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 78, }, - [19] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 84, }, - [20] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [21] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [22] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [23] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [24] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [25] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [26] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [27] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [28] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [29] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [30] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [31] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [32] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [33] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [34] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [35] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [36] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [37] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [38] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [39] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - [40] = { reservationMultiplier = -100, manaMultiplier = -100, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Impurity", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "chaos_resist_aura", - statMap = { - ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { - mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + skills["EnemyExplode"] = { + name = "On Kill Monster Explosion", + hidden = true, + color = 4, + skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, }, + castTime = 0, + levels = { + [1] = { damageEffectiveness = 0, baseMultiplier = 1, levelRequirement = 1, } }, - }, - baseFlags = { - aura = true, - }, - constantStats = { - { "skill_desired_amount_override", 1 }, - }, - stats = { - "base_skill_buff_chaos_damage_resistance_%_to_apply", - "base_deal_no_damage", - }, - levels = { - [1] = { 10, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 11, statInterpolation = { 1, }, actorLevel = 3.4519999027252, }, - [3] = { 12, statInterpolation = { 1, }, actorLevel = 6.7670001983643, }, - [4] = { 13, statInterpolation = { 1, }, actorLevel = 10.307999610901, }, - [5] = { 14, statInterpolation = { 1, }, actorLevel = 14.074999809265, }, - [6] = { 15, statInterpolation = { 1, }, actorLevel = 18.068000793457, }, - [7] = { 16, statInterpolation = { 1, }, actorLevel = 22.287000656128, }, - [8] = { 17, statInterpolation = { 1, }, actorLevel = 26.732000350952, }, - [9] = { 18, statInterpolation = { 1, }, actorLevel = 31.40299987793, }, - [10] = { 19, statInterpolation = { 1, }, actorLevel = 36.299999237061, }, - [11] = { 20, statInterpolation = { 1, }, actorLevel = 41.423000335693, }, - [12] = { 21, statInterpolation = { 1, }, actorLevel = 46.771999359131, }, - [13] = { 22, statInterpolation = { 1, }, actorLevel = 52.34700012207, }, - [14] = { 23, statInterpolation = { 1, }, actorLevel = 58.147998809814, }, - [15] = { 24, statInterpolation = { 1, }, actorLevel = 64.175003051758, }, - [16] = { 25, statInterpolation = { 1, }, actorLevel = 70.428001403809, }, - [17] = { 26, statInterpolation = { 1, }, actorLevel = 76.906997680664, }, - [18] = { 27, statInterpolation = { 1, }, actorLevel = 83.611999511719, }, - [19] = { 28, statInterpolation = { 1, }, actorLevel = 90.542999267578, }, - [20] = { 29, statInterpolation = { 1, }, actorLevel = 97.699996948242, }, - [21] = { 30, statInterpolation = { 1, }, actorLevel = 105.08300018311, }, - [22] = { 31, statInterpolation = { 1, }, actorLevel = 112.69200134277, }, - [23] = { 32, statInterpolation = { 1, }, actorLevel = 120.52700042725, }, - [24] = { 33, statInterpolation = { 1, }, actorLevel = 128.58799743652, }, - [25] = { 34, statInterpolation = { 1, }, actorLevel = 136.875, }, - [26] = { 35, statInterpolation = { 1, }, actorLevel = 145.38800048828, }, - [27] = { 36, statInterpolation = { 1, }, actorLevel = 154.12699890137, }, - [28] = { 37, statInterpolation = { 1, }, actorLevel = 163.09199523926, }, - [29] = { 38, statInterpolation = { 1, }, actorLevel = 172.28300476074, }, - [30] = { 39, statInterpolation = { 1, }, actorLevel = 181.69999694824, }, - [31] = { 40, statInterpolation = { 1, }, actorLevel = 191.34300231934, }, - [32] = { 41, statInterpolation = { 1, }, actorLevel = 201.21200561523, }, - [33] = { 42, statInterpolation = { 1, }, actorLevel = 211.30700683594, }, - [34] = { 43, statInterpolation = { 1, }, actorLevel = 221.62800598145, }, - [35] = { 44, statInterpolation = { 1, }, actorLevel = 232.17500305176, }, - [36] = { 45, statInterpolation = { 1, }, actorLevel = 242.94799804688, }, - [37] = { 46, statInterpolation = { 1, }, actorLevel = 253.94700622559, }, - [38] = { 47, statInterpolation = { 1, }, actorLevel = 265.17199707031, }, - [39] = { 48, statInterpolation = { 1, }, actorLevel = 276.62298583984, }, - [40] = { 49, statInterpolation = { 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["HeartOfIcePlayer"] = { - name = "Heart of Ice", - baseTypeName = "Heart of Ice", - fromItem = true, - color = 3, - description = "Chills all enemies in your Presence.", - skillTypes = { [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.Aura] = true, [SkillType.OngoingSkill] = true, [SkillType.Persistent] = true, [SkillType.AffectsPresence] = true, [SkillType.Cold] = true, [SkillType.Spell] = true, }, - castTime = 0, - qualityStats = { - { "active_skill_chill_effect_+%_final", 1 }, - }, - levels = { - [1] = { critChance = 11, levelRequirement = 0, }, - [2] = { critChance = 11, levelRequirement = 3, }, - [3] = { critChance = 11, levelRequirement = 6, }, - [4] = { critChance = 11, levelRequirement = 10, }, - [5] = { critChance = 11, levelRequirement = 14, }, - [6] = { critChance = 11, levelRequirement = 18, }, - [7] = { critChance = 11, levelRequirement = 22, }, - [8] = { critChance = 11, levelRequirement = 26, }, - [9] = { critChance = 11, levelRequirement = 31, }, - [10] = { critChance = 11, levelRequirement = 36, }, - [11] = { critChance = 11, levelRequirement = 41, }, - [12] = { critChance = 11, levelRequirement = 46, }, - [13] = { critChance = 11, levelRequirement = 52, }, - [14] = { critChance = 11, levelRequirement = 58, }, - [15] = { critChance = 11, levelRequirement = 64, }, - [16] = { critChance = 11, levelRequirement = 66, }, - [17] = { critChance = 11, levelRequirement = 72, }, - [18] = { critChance = 11, levelRequirement = 78, }, - [19] = { critChance = 11, levelRequirement = 84, }, - [20] = { critChance = 11, levelRequirement = 90, }, - [21] = { critChance = 11, levelRequirement = 90, }, - [22] = { critChance = 11, levelRequirement = 90, }, - [23] = { critChance = 11, levelRequirement = 90, }, - [24] = { critChance = 11, levelRequirement = 90, }, - [25] = { critChance = 11, levelRequirement = 90, }, - [26] = { critChance = 11, levelRequirement = 90, }, - [27] = { critChance = 11, levelRequirement = 90, }, - [28] = { critChance = 11, levelRequirement = 90, }, - [29] = { critChance = 11, levelRequirement = 90, }, - [30] = { critChance = 11, levelRequirement = 90, }, - [31] = { critChance = 11, levelRequirement = 90, }, - [32] = { critChance = 11, levelRequirement = 90, }, - [33] = { critChance = 11, levelRequirement = 90, }, - [34] = { critChance = 11, levelRequirement = 90, }, - [35] = { critChance = 11, levelRequirement = 90, }, - [36] = { critChance = 11, levelRequirement = 90, }, - [37] = { critChance = 11, levelRequirement = 90, }, - [38] = { critChance = 11, levelRequirement = 90, }, - [39] = { critChance = 11, levelRequirement = 90, }, - [40] = { critChance = 11, levelRequirement = 90, }, - }, - statSets = { - [1] = { - label = "Heart of Ice", - baseEffectiveness = 3.7999999523163, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.0082000000402331, - statDescriptionScope = "chilling_aura", - baseFlags = { - buff = true, - aura = true, - }, - constantStats = { - { "skill_desired_amount_override", 1 }, - }, - stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "base_skill_show_average_damage_instead_of_dps", - "skill_chill_magnitude_is_aura_magnitude", - }, - levels = { - [1] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 16, 24, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 22, 34, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 29, 44, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 37, 56, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 46, 69, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 56, 84, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 67, 101, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 80, 119, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 94, 140, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 109, 164, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 127, 191, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 147, 221, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 170, 254, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 195, 292, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 223, 335, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 255, 383, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 291, 437, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 332, 498, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 378, 567, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 430, 645, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 489, 734, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 556, 834, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 632, 947, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 717, 1076, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 815, 1222, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 925, 1388, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 1051, 1577, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 1195, 1792, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 1359, 2038, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 1545, 2318, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 1759, 2638, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 2003, 3004, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 2283, 3424, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 2603, 3905, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 2971, 4456, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 3394, 5090, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 3880, 5820, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 4440, 6660, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 5086, 7629, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} -skills["IcestormPlayer"] = { - name = "Icestorm", - baseTypeName = "Icestorm", - fromItem = true, - color = 3, - description = "Conjure a hail of icy bolts over the targeted area. Chill and Freeze on enemies in front of you are Consumed to fuel the Icestorm by creating improved bolts.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.Limit] = true, [SkillType.Sustained] = true, [SkillType.SkillConsumesFreeze] = true, }, - castTime = 1.2, - qualityStats = { - { "active_skill_base_area_of_effect_radius", 0.1 }, - }, - levels = { - [1] = { critChance = 11, levelRequirement = 0, cost = { Mana = 13, }, }, - [2] = { critChance = 11, levelRequirement = 3, cost = { Mana = 15, }, }, - [3] = { critChance = 11, levelRequirement = 6, cost = { Mana = 17, }, }, - [4] = { critChance = 11, levelRequirement = 10, cost = { Mana = 19, }, }, - [5] = { critChance = 11, levelRequirement = 14, cost = { Mana = 22, }, }, - [6] = { critChance = 11, levelRequirement = 18, cost = { Mana = 25, }, }, - [7] = { critChance = 11, levelRequirement = 22, cost = { Mana = 28, }, }, - [8] = { critChance = 11, levelRequirement = 26, cost = { Mana = 32, }, }, - [9] = { critChance = 11, levelRequirement = 31, cost = { Mana = 37, }, }, - [10] = { critChance = 11, levelRequirement = 36, cost = { Mana = 41, }, }, - [11] = { critChance = 11, levelRequirement = 41, cost = { Mana = 47, }, }, - [12] = { critChance = 11, levelRequirement = 46, cost = { Mana = 53, }, }, - [13] = { critChance = 11, levelRequirement = 52, cost = { Mana = 60, }, }, - [14] = { critChance = 11, levelRequirement = 58, cost = { Mana = 68, }, }, - [15] = { critChance = 11, levelRequirement = 64, cost = { Mana = 77, }, }, - [16] = { critChance = 11, levelRequirement = 66, cost = { Mana = 88, }, }, - [17] = { critChance = 11, levelRequirement = 72, cost = { Mana = 99, }, }, - [18] = { critChance = 11, levelRequirement = 78, cost = { Mana = 112, }, }, - [19] = { critChance = 11, levelRequirement = 84, cost = { Mana = 127, }, }, - [20] = { critChance = 11, levelRequirement = 90, cost = { Mana = 144, }, }, - [21] = { critChance = 11, levelRequirement = 90, cost = { Mana = 163, }, }, - [22] = { critChance = 11, levelRequirement = 90, cost = { Mana = 185, }, }, - [23] = { critChance = 11, levelRequirement = 90, cost = { Mana = 209, }, }, - [24] = { critChance = 11, levelRequirement = 90, cost = { Mana = 237, }, }, - [25] = { critChance = 11, levelRequirement = 90, cost = { Mana = 268, }, }, - [26] = { critChance = 11, levelRequirement = 90, cost = { Mana = 303, }, }, - [27] = { critChance = 11, levelRequirement = 90, cost = { Mana = 343, }, }, - [28] = { critChance = 11, levelRequirement = 90, cost = { Mana = 388, }, }, - [29] = { critChance = 11, levelRequirement = 90, cost = { Mana = 439, }, }, - [30] = { critChance = 11, levelRequirement = 90, cost = { Mana = 497, }, }, - [31] = { critChance = 11, levelRequirement = 90, cost = { Mana = 563, }, }, - [32] = { critChance = 11, levelRequirement = 90, cost = { Mana = 637, }, }, - [33] = { critChance = 11, levelRequirement = 90, cost = { Mana = 721, }, }, - [34] = { critChance = 11, levelRequirement = 90, cost = { Mana = 816, }, }, - [35] = { critChance = 11, levelRequirement = 90, cost = { Mana = 924, }, }, - [36] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1045, }, }, - [37] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1183, }, }, - [38] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1339, }, }, - [39] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1516, }, }, - [40] = { critChance = 11, levelRequirement = 90, cost = { Mana = 1715, }, }, - }, - statSets = { - [1] = { - label = "Storm", - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, - statDescriptionScope = "ice_storm", - baseFlags = { - spell = true, - area = true, - duration = true, - }, - constantStats = { - { "fire_storm_fireball_delay_ms", 150 }, - { "firestorm_max_number_of_storms", 3 }, - { "base_skill_effect_duration", 6000 }, - { "active_skill_base_area_of_effect_radius", 9 }, - { "active_skill_base_secondary_area_of_effect_radius", 26 }, - { "movement_speed_+%_final_while_performing_action", -70 }, - { "movement_speed_acceleration_+%_per_second_while_performing_action", 160 }, - { "movement_speed_while_performing_action_locked_duration_%", 60 }, - { "rain_hit_delay_ms", 150 }, - { "firestorm_improved_bolts_per_chill_consumed", 1 }, - { "firestorm_improved_bolts_per_monster_power_of_freeze_consumed", 1 }, - }, - stats = { - "spell_minimum_base_cold_damage", - "spell_maximum_base_cold_damage", - "base_skill_show_average_damage_instead_of_dps", - "is_area_damage", - "can_perform_skill_while_moving", - "cold_damage_cannot_chill", - "never_freeze", - "quality_display_active_skill_base_area_of_effect_radius_is_gem", - }, - levels = { - [1] = { 3, 5, statInterpolation = { 1, 1, }, actorLevel = 1, }, - [2] = { 4, 6, statInterpolation = { 1, 1, }, actorLevel = 3.4519999027252, }, - [3] = { 6, 9, statInterpolation = { 1, 1, }, actorLevel = 6.7670001983643, }, - [4] = { 8, 11, statInterpolation = { 1, 1, }, actorLevel = 10.307999610901, }, - [5] = { 10, 14, statInterpolation = { 1, 1, }, actorLevel = 14.074999809265, }, - [6] = { 12, 18, statInterpolation = { 1, 1, }, actorLevel = 18.068000793457, }, - [7] = { 14, 21, statInterpolation = { 1, 1, }, actorLevel = 22.287000656128, }, - [8] = { 17, 26, statInterpolation = { 1, 1, }, actorLevel = 26.732000350952, }, - [9] = { 20, 30, statInterpolation = { 1, 1, }, actorLevel = 31.40299987793, }, - [10] = { 23, 35, statInterpolation = { 1, 1, }, actorLevel = 36.299999237061, }, - [11] = { 27, 41, statInterpolation = { 1, 1, }, actorLevel = 41.423000335693, }, - [12] = { 31, 47, statInterpolation = { 1, 1, }, actorLevel = 46.771999359131, }, - [13] = { 36, 54, statInterpolation = { 1, 1, }, actorLevel = 52.34700012207, }, - [14] = { 41, 62, statInterpolation = { 1, 1, }, actorLevel = 58.147998809814, }, - [15] = { 47, 70, statInterpolation = { 1, 1, }, actorLevel = 64.175003051758, }, - [16] = { 53, 80, statInterpolation = { 1, 1, }, actorLevel = 70.428001403809, }, - [17] = { 60, 91, statInterpolation = { 1, 1, }, actorLevel = 76.906997680664, }, - [18] = { 68, 103, statInterpolation = { 1, 1, }, actorLevel = 83.611999511719, }, - [19] = { 77, 116, statInterpolation = { 1, 1, }, actorLevel = 90.542999267578, }, - [20] = { 87, 131, statInterpolation = { 1, 1, }, actorLevel = 97.699996948242, }, - [21] = { 98, 147, statInterpolation = { 1, 1, }, actorLevel = 105.08300018311, }, - [22] = { 110, 165, statInterpolation = { 1, 1, }, actorLevel = 112.69200134277, }, - [23] = { 124, 186, statInterpolation = { 1, 1, }, actorLevel = 120.52700042725, }, - [24] = { 139, 209, statInterpolation = { 1, 1, }, actorLevel = 128.58799743652, }, - [25] = { 156, 234, statInterpolation = { 1, 1, }, actorLevel = 136.875, }, - [26] = { 175, 263, statInterpolation = { 1, 1, }, actorLevel = 145.38800048828, }, - [27] = { 197, 295, statInterpolation = { 1, 1, }, actorLevel = 154.12699890137, }, - [28] = { 221, 331, statInterpolation = { 1, 1, }, actorLevel = 163.09199523926, }, - [29] = { 248, 372, statInterpolation = { 1, 1, }, actorLevel = 172.28300476074, }, - [30] = { 278, 417, statInterpolation = { 1, 1, }, actorLevel = 181.69999694824, }, - [31] = { 312, 468, statInterpolation = { 1, 1, }, actorLevel = 191.34300231934, }, - [32] = { 350, 526, statInterpolation = { 1, 1, }, actorLevel = 201.21200561523, }, - [33] = { 394, 590, statInterpolation = { 1, 1, }, actorLevel = 211.30700683594, }, - [34] = { 442, 663, statInterpolation = { 1, 1, }, actorLevel = 221.62800598145, }, - [35] = { 497, 745, statInterpolation = { 1, 1, }, actorLevel = 232.17500305176, }, - [36] = { 559, 838, statInterpolation = { 1, 1, }, actorLevel = 242.94799804688, }, - [37] = { 628, 943, statInterpolation = { 1, 1, }, actorLevel = 253.94700622559, }, - [38] = { 707, 1061, statInterpolation = { 1, 1, }, actorLevel = 265.17199707031, }, - [39] = { 797, 1195, statInterpolation = { 1, 1, }, actorLevel = 276.62298583984, }, - [40] = { 898, 1347, statInterpolation = { 1, 1, }, actorLevel = 288.29998779297, }, - }, - }, - } -} \ No newline at end of file + preDamageFunc = function(activeSkill, output) + output.ExplodeChance = 0 + local statSet = activeSkill.activeEffect.statSet or activeSkill.activeEffect.statSetCalcs + if statSet.index ~= 3 then + local allExplodeMods = activeSkill.skillModList:Tabulate("LIST", activeSkill.skillCfg, "ExplodeMod") + for _, explodeMod in ipairs(allExplodeMods) do + local activeEffectSource = activeSkill.activeEffect.srcInstance.explodeSource.modSource or "Tree:"..activeSkill.activeEffect.srcInstance.explodeSource.id + if explodeMod.mod.source == activeEffectSource then + local explodeMod = explodeMod.value + if explodeMod.type == "RandomElement" then + activeSkill.skillData["FireEffectiveExplodePercentage"] = explodeMod.amount / 3 + activeSkill.skillData["ColdEffectiveExplodePercentage"] = explodeMod.amount / 3 + activeSkill.skillData["LightningEffectiveExplodePercentage"] = explodeMod.amount / 3 + else + activeSkill.skillData[explodeMod.type.."EffectiveExplodePercentage"] = explodeMod.amount + end + output.ExplodeChance = statSet.index == 2 and 1 or explodeMod.chance + end + end + else + local typeAmountChances = { } + local explodeModList = activeSkill.skillModList:List(activeSkill.skillCfg, "ExplodeMod") + for _, explodeMod in ipairs(explodeModList) do + local amountChance = typeAmountChances[explodeMod.type] or { } + amountChance[explodeMod.amount] = (amountChance[explodeMod.amount] or 0) + explodeMod.chance + typeAmountChances[explodeMod.type] = amountChance + end + for type, amountChance in pairs(typeAmountChances) do + local physExplodeChance = 0 + for amount, chance in pairs(amountChance) do + local amountXChance = amount * chance + if type == "RandomElement" then + activeSkill.skillData["FireEffectiveExplodePercentage"] = (activeSkill.skillData["FireEffectiveExplodePercentage"] or 0) + amountXChance / 3 + activeSkill.skillData["ColdEffectiveExplodePercentage"] = (activeSkill.skillData["ColdEffectiveExplodePercentage"] or 0) + amountXChance / 3 + activeSkill.skillData["LightningEffectiveExplodePercentage"] = (activeSkill.skillData["LightningEffectiveExplodePercentage"] or 0) + amountXChance / 3 + else + activeSkill.skillData[type.."EffectiveExplodePercentage"] = (activeSkill.skillData[type.."EffectiveExplodePercentage"] or 0) + amountXChance + end + if type == "Physical" then + physExplodeChance = 1 - ((1 - physExplodeChance) * (1 - chance)) + end + output.ExplodeChance = 1 - ((1 - output.ExplodeChance) * (1 - chance)) + end + if type == "Physical" and physExplodeChance ~= 0 then + activeSkill.skillModList:NewMod("CalcArmourAsThoughDealing", "MORE", 100 / math.min(physExplodeChance, 1) - 100) + end + end + end + output.ExplodeChance = math.min(output.ExplodeChance * 100, 100) + end, + statSets = { + [1] = { + label = "This Source Only", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + skill("hitChanceIsExplodeChance", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + [2] = { + label = "This Source Only, Ignoring Chance", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + [3] = { + label = "Average of All Sources", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + } + } diff --git a/src/Data/Skills/spectre.lua b/src/Data/Skills/spectre.lua index 2d373e8333..3ec759d084 100644 --- a/src/Data/Skills/spectre.lua +++ b/src/Data/Skills/spectre.lua @@ -61,6 +61,9 @@ skills["ABTTProcessionBannerDrain"] = { "base_physical_damage_taken_per_minute", "is_area_damage", }, + notMinionStat = { + "base_physical_damage_taken_per_minute", + }, levels = { [1] = { 16.666667039196, statInterpolation = { 3, }, actorLevel = 1, }, }, @@ -71,7 +74,7 @@ skills["AzmeriFabricationDespair"] = { name = "Despair", hidden = true, description = "Curse all targets in an area after a short delay, lowering their Chaos Resistance.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.Chaos] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.Chaos] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -112,7 +115,7 @@ skills["AzmeriFabricationEnfeeble"] = { name = "Enfeeble", hidden = true, description = "Curse all targets in an area after a short delay, making them deal less damage.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -140,7 +143,6 @@ skills["AzmeriFabricationEnfeeble"] = { constantStats = { { "accuracy_rating_+%", -60 }, { "base_skill_buff_damage_+%_final_to_apply", -60 }, - { "base_skill_buff_damage_+%_final_vs_unique_to_apply", -23 }, { "active_skill_area_of_effect_radius_+%_final", 100 }, }, stats = { @@ -158,7 +160,7 @@ skills["AzmeriFabricationTemporalChains"] = { name = "Temporal Chains", hidden = true, description = "Curse all enemies in an area, Slowing them and making other effects on them expire more slowly.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -233,7 +235,7 @@ skills["AzmeriPictBowRainOfSpores"] = { "skill_can_fire_arrows", "cannot_pierce", "action_attack_or_cast_time_uses_animation_length", - "base_skill_cannot_be_blocked", + "base_cannot_be_blocked", }, levels = { [1] = { 16.666667039196, statInterpolation = { 3, }, actorLevel = 1, }, @@ -244,8 +246,8 @@ skills["AzmeriPictBowRainOfSpores"] = { skills["BloodMageBloodTendrils"] = { name = "Exsanguinate", hidden = true, - description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies hit by the tendrils take Physical damage and are inflicted with a Debuff that deals Physical damage over time.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies Hit by the tendrils take Physical damage and are inflicted with Bleeding.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Unleashable] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.67, qualityStats = { }, @@ -279,6 +281,10 @@ skills["BloodMageBloodTendrils"] = { "blood_tendrils_beam_count", "spell_damage_modifiers_apply_to_skill_dot", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, 66.666668156783, 2, statInterpolation = { 3, 3, 3, 1, }, actorLevel = 1, }, }, @@ -316,6 +322,10 @@ skills["BoneCultistZealotFirestorm"] = { "spell_maximum_base_physical_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -349,6 +359,10 @@ skills["BoneCultistZealotLightningstorm"] = { "spell_maximum_base_lightning_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -740,6 +754,10 @@ skills["EDSPyramidHandLightningLance"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -779,6 +797,10 @@ skills["EDSShellMonsterFlamethrower"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -814,6 +836,10 @@ skills["EDSShellMonsterPoisonSpray"] = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -855,6 +881,10 @@ skills["ExpeditionGroundLaser"] = { "cannot_stun", "disable_visual_hit_effect", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, 50, statInterpolation = { 3, 3, 1, }, actorLevel = 1, }, [2] = { 0.80000001192093, 1.2000000476837, 200, statInterpolation = { 3, 3, 1, }, actorLevel = 68, }, @@ -940,6 +970,10 @@ skills["FungalArtilleryMortar"] = { "base_skill_can_be_avoided_by_dodge_roll", "projectile_ballistic_angle_from_reference_event", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1013,6 +1047,10 @@ skills["GSArmourCasterVolatileExplode"] = { "spell_maximum_base_lightning_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1048,6 +1086,10 @@ skills["GSCenobiteBloaterOnDeath"] = { "spell_maximum_base_physical_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1087,6 +1129,10 @@ skills["GSMercurialCasterBlast"] = { "spell_maximum_base_fire_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, [2] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 45, }, @@ -1121,8 +1167,8 @@ skills["GACenobiteBloaterSlam"] = { stats = { "is_area_damage", "action_attack_or_cast_time_uses_animation_length", - "base_skill_cannot_be_blocked", - "base_skill_cannot_be_avoided_by_dodge_roll", + "base_cannot_be_blocked", + "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = { actorLevel = 1, }, @@ -1538,13 +1584,17 @@ skills["GraveyardSpookyGhostExplode"] = { hit = true, }, constantStats = { - { "freeze_as_though_dealt_damage_+%", 100 }, + { "hit_damage_freeze_multiplier_+%", 100 }, }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1585,6 +1635,10 @@ skills["GSDesertBatZap"] = { "is_area_damage", "base_skill_can_be_blocked", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1627,6 +1681,10 @@ skills["GSExpeditionBoneCultistEggExplosion"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1663,6 +1721,10 @@ skills["GSHellscapeDemonEliteBeamNuke"] = { "spell_maximum_base_fire_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1700,6 +1762,10 @@ skills["GSHellscapePaleEliteBoltImpact"] = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1737,6 +1803,10 @@ skills["GSHellscapePaleEliteOmegaBeam"] = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1774,8 +1844,12 @@ skills["GSProwlingShadeIceBeam"] = { "spell_maximum_base_cold_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { - [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 35, }, + [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, }, } @@ -1811,6 +1885,10 @@ skills["GSRagingFireSpiritsVolatileSanctum"] = { "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1848,6 +1926,10 @@ skills["GSRagingTimeSpiritsVolatileSanctum"] = { "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1883,6 +1965,10 @@ skills["GSVaalConstructSkitterbotGrenadeExplode"] = { "skill_ignore_moving_slowdown_on_shift_attack", "base_is_projectile", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -1951,6 +2037,10 @@ skills["HellscapeDemonFodderFaceLaser"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2219,6 +2309,7 @@ skills["MASKelpDregCrossbow"] = { }, constantStats = { { "arrow_projectile_variation", 1001 }, + { "chance_to_poison_on_hit_with_attacks_%", 20 }, }, stats = { "skill_can_fire_arrows", @@ -2446,6 +2537,10 @@ skills["MMSBaneSapling"] = { "use_scaled_contact_offset", "projectile_ballistic_angle_from_target_distance", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2493,6 +2588,10 @@ skills["MMSBoneRabbleMortar"] = { "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2539,6 +2638,10 @@ skills["MMSHellscapeDemonEliteTripleMortar"] = { "use_scaled_contact_offset", "distribute_projectiles_over_contact_points", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2549,7 +2652,7 @@ skills["MMSVaalGuardGrenade"] = { name = "Explosive Grenade", hidden = true, description = "Fire a bouncing Grenade that unleashes a devastating fiery blast when its fuse expires.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, [SkillType.Detonator] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -2595,7 +2698,7 @@ skills["MMSVaalGuardOilTrap"] = { name = "Oil Grenade", hidden = true, description = "Fire a bouncing Grenade that bursts in a spray of Oil when the fuse expires or when it impacts an Enemy, dealing minimal damage but covering the ground and nearby enemies in Oil. Oil created this way can be Ignited by Detonator Skills or Ignited Ground.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Area] = true, [SkillType.ProjectileNumber] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Cooldown] = true, [SkillType.Duration] = true, [SkillType.Grenade] = true, [SkillType.Fire] = true, [SkillType.UsableWhileMoving] = true, [SkillType.CreatesGroundEffect] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Projectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Crossbow"] = true, }, @@ -2628,8 +2731,8 @@ skills["MMSVaalGuardOilTrap"] = { "active_skill_base_area_of_effect_radius", "skill_base_covered_in_oil_movement_speed_+%_final_to_apply", "skill_base_ground_oil_movement_speed_+%_final_to_apply", - "skill_base_ground_oil_exposure_-_to_total_fire_resistance", - "skill_base_covered_in_oil_exposure_-_to_total_fire_resistance", + "skill_base_ground_oil_exposure_-_to_total_elemental_resistance", + "skill_base_covered_in_oil_exposure_-_to_total_elemental_resistance", "base_is_projectile", "projectile_ballistic_angle_from_reference_event", "projectile_uses_contact_position", @@ -2680,6 +2783,10 @@ skills["MPSArmourCasterBasic"] = { "disable_visual_hit_effect", "distribute_projectiles_over_contact_points", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2723,6 +2830,10 @@ skills["MPSAzmeriPictStaffProj"] = { "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2769,6 +2880,10 @@ skills["MPSAzmeriPictStaffProj2"] = { "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2811,6 +2926,10 @@ skills["MPSBloodMageBloodProjectile"] = { "projectile_uses_contact_direction", "distribute_projectiles_over_contact_points", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2893,6 +3012,10 @@ skills["MPSBoneCultistNecromancerLightning"] = { "maintain_projectile_direction_when_using_contact_position", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2934,6 +3057,10 @@ skills["MPSBoneCultistZealotFire"] = { "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -2975,6 +3102,10 @@ skills["MPSBoneCultistZealotLightning"] = { "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3016,6 +3147,10 @@ skills["MPSBreachEliteBoneProjectile"] = { "maintain_projectile_direction_when_using_contact_position", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3061,6 +3196,10 @@ skills["MPSBreachEliteFallenLunarisMonsterChaosSpark"] = { "ballistic_projectiles_always_bounce", "distribute_projectiles_over_contact_points", }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3080,7 +3219,7 @@ skills["MPSChaosGodTriHeadLizardBasicProjectile"] = { statSets = { [1] = { label = "Basic Spell (Chaos)", - baseEffectiveness = 3, + baseEffectiveness = 2, incrementalEffectiveness = 0.10000000149012, damageIncrementalEffectiveness = 0.017500000074506, statDescriptionScope = "skill_stat_descriptions", @@ -3107,6 +3246,10 @@ skills["MPSChaosGodTriHeadLizardBasicProjectile"] = { "projectile_ballistic_angle_from_target_distance", "distribute_projectiles_over_contact_points", }, + notMinionStat = { + "spell_minimum_base_chaos_damage", + "spell_maximum_base_chaos_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3149,6 +3292,10 @@ skills["MPSExpeditionBoneCultistProjectiles"] = { "base_is_projectile", "projectile_uses_contact_position", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, [2] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 45, }, @@ -3195,6 +3342,10 @@ skills["MPSHellscapeDemonFodderProj"] = { "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3236,6 +3387,10 @@ skills["MPSHellscapeFleshEliteBasicProj"] = { "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3277,6 +3432,10 @@ skills["MPSHellscapePaleHammerhead"] = { "projectile_uses_contact_position", "always_pierce", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3320,6 +3479,12 @@ skills["MPSMercurialCasterEnrage"] = { "use_scaled_contact_offset", "disable_visual_hit_effect", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, statInterpolation = { 3, 3, 3, 3, }, actorLevel = 1, }, }, @@ -3360,6 +3525,10 @@ skills["MPSRedSkeletonCaster"] = { "projectile_uses_contact_position", "base_is_projectile", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3402,6 +3571,12 @@ skills["MPSSkeletonMancerBasicProj"] = { "maintain_projectile_direction_when_using_contact_position", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, statInterpolation = { 3, 3, 3, 3, }, actorLevel = 1, }, }, @@ -3444,6 +3619,10 @@ skills["MPSVaalBloodPriestProj"] = { "action_attack_or_cast_time_uses_animation_length", "check_for_targets_between_initiator_and_projectile_source", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3488,6 +3667,10 @@ skills["MPSVaalConstructCannon"] = { "projectile_uses_contact_direction", "use_scaled_contact_offset", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3570,6 +3753,10 @@ skills["MPSVaalHumanoidCannonNapalmMiniBlob"] = { "base_is_projectile", "projectile_ballistic_angle_from_target_distance", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -3602,6 +3789,8 @@ skills["MPSVaalSunApparitionBasicProj"] = { constantStats = { { "monster_projectile_variation", 1042 }, { "spell_maximum_action_distance_+%", -40 }, + { "movement_speed_+%_final_while_performing_action", -70 }, + { "movement_speed_acceleration_+%_per_second_while_performing_action", -70 }, }, stats = { "spell_minimum_base_fire_damage", @@ -3611,6 +3800,11 @@ skills["MPSVaalSunApparitionBasicProj"] = { "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "check_for_targets_between_initiator_and_projectile_source", + "can_perform_skill_while_moving", + }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, @@ -3860,8 +4054,6 @@ skills["MPWKelpDregPuncture"] = { }, levels = { [1] = { baseMultiplier = 1.5, levelRequirement = 0, }, - [2] = { baseMultiplier = 1.5, levelRequirement = 0, }, - [3] = { baseMultiplier = 1.5, levelRequirement = 0, }, }, statSets = { [1] = { @@ -3875,20 +4067,17 @@ skills["MPWKelpDregPuncture"] = { }, constantStats = { { "monster_projectile_variation", 1055 }, - { "chance_to_poison_on_hit_with_attacks_%", 50 }, + { "chance_to_poison_on_hit_with_attacks_%", 100 }, + { "projectile_speed_variation_+%", 25 }, }, stats = { - "active_skill_bleeding_effect_+%_final", "use_scaled_contact_offset", "projectile_uses_contact_position", "base_is_projectile", - "attacks_inflict_bleeding_on_hit", "action_attack_or_cast_time_uses_animation_length", }, levels = { - [1] = { 0, statInterpolation = { 1, }, actorLevel = 1, }, - [2] = { 25, statInterpolation = { 1, }, actorLevel = 30, }, - [3] = { 50, statInterpolation = { 1, }, actorLevel = 60, }, + [1] = { actorLevel = 1, }, }, }, } @@ -4155,7 +4344,7 @@ skills["RisenArbalestRainOfArrows"] = { name = "Rain of Arrows", hidden = true, description = "Fires a large number of arrows into the air, to land in an area around the target after a short delay. Consumes your Frenzy Charges on use to fire additional arrows.", - skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, [SkillType.CanRapidFire] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, }, + skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, [SkillType.Barrageable] = true, [SkillType.Sustained] = true, [SkillType.UsableWhileMoving] = true, [SkillType.SkillConsumesFrenzyChargesOnUse] = true, [SkillType.Bow] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackInPlace] = true, }, weaponTypes = { ["Bow"] = true, }, @@ -4188,8 +4377,8 @@ skills["RisenArbalestRainOfArrows"] = { skills["SerpentClanCurse"] = { name = "Vulnerability", hidden = true, - description = "Curse all targets in an area after a short delay, making Hits against them ignore a portion of their Armour.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Curse all targets in an area after a short delay. making Hits against them ignore a portion of their Armour.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.Unleashable] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1.5, qualityStats = { }, @@ -4306,6 +4495,10 @@ skills["ShellMonsterDeathMortar"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4351,6 +4544,10 @@ skills["ShellMonsterDeathMortarPoison"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4389,6 +4586,10 @@ skills["ShellMonsterFirehose"] = { "is_area_damage", "cannot_stun", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4435,6 +4636,10 @@ skills["ShellMonsterSprayMortar"] = { "base_skill_can_be_avoided_by_dodge_roll", "no_additional_projectiles", }, + notMinionStat = { + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4481,6 +4686,10 @@ skills["ShellMonsterSprayMortarPoison"] = { "base_skill_can_be_blocked", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4490,8 +4699,8 @@ skills["ShellMonsterSprayMortarPoison"] = { skills["SkelemancerSkelenado"] = { name = "Spark", hidden = true, - description = "Launch a spray of sparking Projectiles that travel erratically along the ground until they hit an enemy or expire.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Launch a spray of sparking Projectiles that travel erratically along the ground until they hit an enemy or expire. Consumes a Cold Infusion if possible to fire many sparks in a circle.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.Unleashable] = true, [SkillType.Invokable] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -4504,7 +4713,7 @@ skills["SkelemancerSkelenado"] = { baseEffectiveness = 3, incrementalEffectiveness = 0.10000000149012, damageIncrementalEffectiveness = 0.017500000074506, - statDescriptionScope = "spark", + statDescriptionScope = "spark_statset_0", baseFlags = { spell = true, projectile = true, @@ -4527,6 +4736,12 @@ skills["SkelemancerSkelenado"] = { "projectiles_not_offset", "always_pierce", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + "spell_minimum_base_fire_damage", + "spell_maximum_base_fire_damage", + }, levels = { [1] = { 0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, statInterpolation = { 3, 3, 3, 3, }, actorLevel = 1, }, }, @@ -4569,6 +4784,10 @@ skills["SpookyGhostLightningBounce"] = { "projectile_uses_contact_position", "projectile_uses_contact_direction", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4597,9 +4816,6 @@ skills["SpookyWraithProjectileExplosionCold"] = { spell = true, projectile = true, }, - constantStats = { - { "additional_chance_to_freeze_chilled_enemies_%", 50 }, - }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", @@ -4608,6 +4824,10 @@ skills["SpookyWraithProjectileExplosionCold"] = { "base_is_projectile", "base_skill_can_be_avoided_by_dodge_roll", }, + notMinionStat = { + "spell_minimum_base_cold_damage", + "spell_maximum_base_cold_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4677,6 +4897,10 @@ skills["TBHellscapePaleLightningBoltSpammableLeft"] = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4713,6 +4937,10 @@ skills["TBVaalPyramidBeam"] = { "spell_maximum_base_lightning_damage", "action_attack_or_cast_time_uses_animation_length", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4826,6 +5054,10 @@ skills["VaalBloodPriestDetonateDead"] = { "spell_maximum_base_physical_damage", "is_area_damage", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, @@ -4835,8 +5067,8 @@ skills["VaalBloodPriestDetonateDead"] = { skills["VaalBloodPriestExsanguinate"] = { name = "Exsanguinate", hidden = true, - description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies hit by the tendrils take Physical damage and are inflicted with a Debuff that deals Physical damage over time.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, }, + description = "Expel your own blood as Chaining blood tendrils in a cone in front of you. Enemies Hit by the tendrils take Physical damage and are inflicted with Bleeding.", + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Unleashable] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.UsableWhileMoving] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 2.2, qualityStats = { }, @@ -4870,6 +5102,10 @@ skills["VaalBloodPriestExsanguinate"] = { "blood_tendrils_beam_count", "spell_damage_modifiers_apply_to_skill_dot", }, + notMinionStat = { + "spell_minimum_base_physical_damage", + "spell_maximum_base_physical_damage", + }, levels = { [1] = { 0.80000001192093, 1.2000000476837, 66.666668156783, 2, statInterpolation = { 3, 3, 3, 1, }, actorLevel = 1, }, }, @@ -4903,6 +5139,7 @@ skills["VaalBloodPriestSoulrend"] = { constantStats = { { "base_skill_effect_duration", 500 }, { "spell_maximum_action_distance_+%", -35 }, + { "active_skill_area_of_effect_radius_+%_final", -20 }, }, stats = { "base_physical_damage_to_deal_per_minute", @@ -4949,6 +5186,10 @@ skills["VaalHumanoidShockRifle"] = { "is_area_damage", "base_is_projectile", }, + notMinionStat = { + "spell_minimum_base_lightning_damage", + "spell_maximum_base_lightning_damage", + }, levels = { [1] = { 0.5, 1.5, statInterpolation = { 3, 3, }, actorLevel = 1, }, }, diff --git a/src/Data/Skills/sup_dex.lua b/src/Data/Skills/sup_dex.lua index 807f704348..a8a8397f95 100644 --- a/src/Data/Skills/sup_dex.lua +++ b/src/Data/Skills/sup_dex.lua @@ -5,34 +5,35 @@ -- local skills, mod, flag, skill = ... -skills["SupportFasterProjectilesPlayer"] = { - name = "Acceleration", - description = "Supports Projectile skills, making those Projectiles travel faster.", +skills["SupportAdhesiveGrenadesPlayer"] = { + name = "Adhesive Grenades I", + description = "Supports Grenade Skills. Grenades from Supported Skills do not bounce, instead halting movement where they intially land, but doing lower damage when they detonate.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, + requireSkillTypes = { SkillType.Grenade, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + excludeSkillTypes = { }, + gemFamily = { "AdhesiveGrenades",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Acceleration", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Adhesive Grenades I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_faster_projectiles_projectile_speed_+%_final"] = { - mod("ProjectileSpeed", "MORE", nil), + ["support_sticky_grenade_damage_+%_final"] = { + mod("Damage", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_faster_projectiles_projectile_speed_+%_final", 40 }, + { "support_sticky_grenade_damage_+%_final", -10 }, }, stats = { + "grenade_skill_does_not_bounce_off_ground", }, levels = { [1] = { actorLevel = 1, }, @@ -40,20 +41,21 @@ skills["SupportFasterProjectilesPlayer"] = { }, } } -skills["SupportAdherePlayer"] = { - name = "Adhere", - description = "Supports Grenade Skills. Grenades from Supported Skills do not bounce, instead halting movement where they intially land, but doing lower damage when they detonate.", +skills["SupportAdhesiveGrenadesPlayerTwo"] = { + name = "Adhesive Grenades II", + description = "Supports Grenade Skills. Grenades from Supported Skills do not bounce, instead halting movement where they intially land.", color = 2, support = true, requireSkillTypes = { SkillType.Grenade, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "AdhesiveGrenades",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Adhere", + label = "Adhesive Grenades II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -63,9 +65,6 @@ skills["SupportAdherePlayer"] = { }, baseFlags = { }, - constantStats = { - { "support_sticky_grenade_damage_+%_final", -20 }, - }, stats = { "grenade_skill_does_not_bounce_off_ground", }, @@ -75,31 +74,36 @@ skills["SupportAdherePlayer"] = { }, } } -skills["SupportAlignmentPlayer"] = { - name = "Alignment", - description = "Supports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction deal much more Damage. Cannot Support Channelled Skills.", +skills["SupportAdhesiveGrenadesPlayerThree"] = { + name = "Adhesive Grenades III", + description = "Supports Grenade Skills. Grenades from Supported Skills do not bounce, instead halting movement where they intially land. Grenades from Supported Skills have longer cooldowns, and a chance to detonate an additional time.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, + requireSkillTypes = { SkillType.Grenade, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Channel, }, + excludeSkillTypes = { }, + gemFamily = { "AdhesiveGrenades",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Alignment", + label = "Adhesive Grenades III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_sticky_grenade_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_called_shots_projectile_damage_+%_final_when_matching_direction", 30 }, - { "called_shot_aiming_delay_ms", 1000 }, - { "called_shot_angle_allowance_degs", 40 }, + { "grenade_skill_%_chance_to_explode_twice", 35 }, + { "grenade_skill_cooldown_speed_+%", -50 }, }, stats = { - "support_called_shots_enable_directional_buff", + "grenade_skill_does_not_bounce_off_ground", }, levels = { [1] = { actorLevel = 1, }, @@ -107,31 +111,36 @@ skills["SupportAlignmentPlayer"] = { }, } } -skills["SupportAmmoConservationPlayer"] = { - name = "Ammo Conservation", - description = "Supports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing.", +skills["SupportAdmixturePlayer"] = { + name = "Admixture", + description = "Supports Skills which can cause Damaging Hits. Bleeding inflicted by those Hits is more effective against Poisoned Enemies, and Poison inflicted by Supported Skills is more effective against Bleeding Enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + gemFamily = { "Admixture",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ammo Conservation", + label = "Admixture", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["crossbow_attack_%_chance_to_not_consume_ammo"] = { - mod("ChanceToNotConsumeAmmo", "BASE", nil), + ["mixed_maladies_poison_effect_+%_final_vs_bleeding"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Poison, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + }, + ["mixed_maladies_bleed_effect_+%_final_vs_poisoned"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Bleed, { type = "ActorCondition", actor = "enemy", var = "Poisoned" }), }, }, baseFlags = { }, constantStats = { - { "crossbow_attack_%_chance_to_not_consume_ammo", 25 }, + { "mixed_maladies_poison_effect_+%_final_vs_bleeding", 20 }, + { "mixed_maladies_bleed_effect_+%_final_vs_poisoned", 20 }, }, stats = { }, @@ -141,26 +150,29 @@ skills["SupportAmmoConservationPlayer"] = { }, } } -skills["SupportBlindPlayer"] = { - name = "Blind", - description = "Supports any skill that Hits enemies, causing them to Blind on Hit.", +skills["SupportAilithLineagePlayer"] = { + name = "Ailith's Chimes", + description = "Supports Skills which can expend Combo. On expending Combo with Supported Skills, you have a chance to gain Power Charges based on the amount of Combo expended.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, + requireSkillTypes = { SkillType.ComboStacking, }, + addSkillTypes = { SkillType.GeneratesCharges, }, excludeSkillTypes = { }, + gemFamily = { "AilithLineage",}, + isLineage = true, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Blind", - incrementalEffectiveness = 0.092720001935959, + label = "Ailith's Chimes", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "global_chance_to_blind_on_hit_%", 100 }, + { "chance_%_to_gain_power_charges_per_combo_spent", 10 }, }, stats = { }, @@ -170,38 +182,32 @@ skills["SupportBlindPlayer"] = { }, } } -skills["SupportBlindsidePlayer"] = { - name = "Blindside", - description = "Supports Skills which can cause Damaging Hits. Supported Skills are more likely to Critically Hit Blinded Enemies, and deal more Damage with Critical Hits against Blinded Enemies, but cannot themselves inflict Blind.", +skills["SupportAlignmentPlayer"] = { + name = "Alignment I", + description = "Supports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction deal much more Damage. Cannot Support Channelled Skills.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + excludeSkillTypes = { SkillType.Channel, }, + gemFamily = { "Alignment",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Blindside", + label = "Alignment I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies"] = { - mod("CritMultiplier", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Blinded" } ), - }, - ["support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies"] = { - mod("CritChance", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Blinded" } ), - }, - }, baseFlags = { }, constantStats = { - { "support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies", 15 }, - { "support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies", 15 }, + { "support_called_shots_projectile_damage_+%_final_when_matching_direction", 30 }, + { "called_shot_aiming_delay_ms", 1000 }, + { "called_shot_angle_allowance_degs", 40 }, }, stats = { - "cannot_inflict_blind", + "support_called_shots_enable_directional_buff", }, levels = { [1] = { actorLevel = 1, }, @@ -209,28 +215,32 @@ skills["SupportBlindsidePlayer"] = { }, } } -skills["SupportBloodInTheEyesPlayer"] = { - name = "Blood in the Eyes", - description = "Supports Skills that Hit Enemies, causing those Hits to Hobble Bleeding Enemies based on a portion of Physical Damage dealt.", +skills["SupportAlignmentPlayerTwo"] = { + name = "Alignment II", + description = "Supports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction deal much more Damage. Cannot Support Channelled Skills.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Channel, }, + gemFamily = { "Alignment",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Blood in the Eyes", + label = "Alignment II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "physical_damage_%_dealt_as_evasion_break_vs_bleeding", 15 }, + { "support_called_shots_projectile_damage_+%_final_when_matching_direction", 40 }, + { "called_shot_aiming_delay_ms", 1000 }, + { "called_shot_angle_allowance_degs", 40 }, }, stats = { + "support_called_shots_enable_directional_buff", }, levels = { [1] = { actorLevel = 1, }, @@ -238,29 +248,32 @@ skills["SupportBloodInTheEyesPlayer"] = { }, } } -skills["SupportDazedBreakPlayer"] = { - name = "Break Posture", - description = "Supports Attacks, causing them to Daze Enemies when they fully Break Armour.", +skills["SupportAlignmentPlayerThree"] = { + name = "Alignment III", + description = "Supports Bow Attacks. Supported Skills indicate one of four directions, changing indicated direction when an Attack with Supported Skill matches that direction. Attacks from Supported Skills which match the indicated direction fire additional Projectiles. Cannot Support Channelled Skills.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Channel, }, + gemFamily = { "Alignment","AdditionalProjectiles",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Break Posture", + label = "Alignment III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_daze_break_duration_ms", 8000 }, + { "called_shot_aiming_delay_ms", 1000 }, + { "called_shot_angle_allowance_degs", 40 }, + { "support_called_shots_additional_projectiles_when_matching_indicated_direction", 4 }, }, stats = { - "support_apply_daze_on_armour_break", + "support_called_shots_enable_directional_buff", }, levels = { [1] = { actorLevel = 1, }, @@ -268,32 +281,32 @@ skills["SupportDazedBreakPlayer"] = { }, } } -skills["SupportAdditionalAccuracyPlayer"] = { - name = "Bullseye", - description = "Supports Attacks, causing them to gain Accuracy.", +skills["SupportAmmoConservationPlayer"] = { + name = "Ammo Conservation I", + description = "Supports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "AmmoConservation",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Bullseye", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Ammo Conservation I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_additional_accurary_rating_+%_final"] = { - mod("Accuracy", "MORE", nil), + ["crossbow_attack_%_chance_to_not_consume_ammo"] = { + mod("ChanceToNotConsumeAmmo", "BASE", nil), }, }, baseFlags = { }, constantStats = { - { "support_additional_accurary_rating_+%_final", 50 }, + { "crossbow_attack_%_chance_to_not_consume_ammo", 20 }, }, stats = { }, @@ -303,28 +316,32 @@ skills["SupportAdditionalAccuracyPlayer"] = { }, } } -skills["SupportBurstingPlaguePlayer"] = { - name = "Bursting Plague", - description = "Supports skills that can Poison enemies, causing Poisoned enemies to gain Plague over time and explode in a Plague Burst on death. Cannot support the skills of Minions.", +skills["SupportAmmoConservationPlayerTwo"] = { + name = "Ammo Conservation II", + description = "Supports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, - ignoreMinionTypes = true, + gemFamily = { "AmmoConservation",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Support", + label = "Ammo Conservation II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["crossbow_attack_%_chance_to_not_consume_ammo"] = { + mod("ChanceToNotConsumeAmmo", "BASE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_bursting_plague_store_%_poison_applied_magnitude_towards_burst", 100 }, - { "support_bursting_plague_max_value_%_of_max_life", 20 }, + { "crossbow_attack_%_chance_to_not_consume_ammo", 25 }, }, stats = { }, @@ -333,33 +350,39 @@ skills["SupportBurstingPlaguePlayer"] = { }, }, } -}skills["PlagueBurstPlayer"] = { - name = "Plague Burst", - hidden = true, - description = "Triggered when an enemy Poisoned by a supported skill dies, dealing Physical damage around them based on the built-up Plague.", - skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Damage] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, }, - castTime = 1, - qualityStats = { - }, +} +skills["SupportAmmoConservationPlayerThree"] = { + name = "Ammo Conservation III", + description = "Supports Crossbow Ammunition Skills, granting a chance to not consume a Bolt when firing, at the cost of Reload speed.", + color = 2, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "AmmoConservation",}, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.1, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Plague Burst", + label = "Ammo Conservation III", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "plague_burst", + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["crossbow_attack_%_chance_to_not_consume_ammo"] = { + mod("ChanceToNotConsumeAmmo", "BASE", nil), + }, + ["support_ammo_conservation_crossbow_reload_speed_+%_final"] = { + mod("ReloadSpeed", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "active_skill_base_area_of_effect_radius", 18 }, - { "plague_burst_area_+%_final_maximum", 100 }, - { "plague_burst_%_stored_value_to_deal_as_physical_damage", 100 }, - { "additional_base_critical_strike_chance", 500 }, + { "crossbow_attack_%_chance_to_not_consume_ammo", 30 }, + { "support_ammo_conservation_crossbow_reload_speed_+%_final", -20 }, }, stats = { - "is_area_damage", - "plague_burst_triggered_by_bursting_plague_death", }, levels = { [1] = { actorLevel = 1, }, @@ -367,29 +390,29 @@ skills["SupportBurstingPlaguePlayer"] = { }, } } -skills["SupportCadencePlayer"] = { - name = "Cadence", - description = "Supports Attacks you use yourself. Supported Skills gain more Attack speed each time you use them, but will become unusable if used too frequently in a short time frame.", +skills["SupportArakaalisLustPlayer"] = { + name = "Arakaali's Lust", + description = "Supports any Skill that Hits Enemies, causing it to deal increasingly higher damage the more Poisons are on the target.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.NoAttackOrCastTime, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "ArakaaliLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Cadence", + label = "Arakaali's Lust", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_measured_speed_attack_speed_+%_final_per_stack", 8 }, - { "support_measured_speed_maximum_stacks", 6 }, - { "support_measured_speed_disabled_ms", 10000 }, + { "support_debilitate_hit_damage_+%_final_per_poison_stack", 6 }, + { "support_debilitate_hit_damage_max_poison_stacks", 30 }, }, stats = { }, @@ -399,26 +422,30 @@ skills["SupportCadencePlayer"] = { }, } } -skills["SupportCaltropsPlayer"] = { - name = "Caltrops", - description = "Supports Ranged Spear Attacks. Supported Skills create Caltrops when Projectiles they create reach the end of their flight.", +skills["SupportAmmoConservationPlayerFour"] = { + name = "Arjun's Medal", + description = "Supports Crossbow Skills, granting a chance to load a bolt into all Crossbow Ammunition on kill with Supported Skill.", color = 2, support = true, - requireSkillTypes = { SkillType.Spear, SkillType.RangedAttack, SkillType.AND, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + excludeSkillTypes = { }, + gemFamily = { "AmmoConservation",}, + isLineage = true, levels = { - [1] = { attackTime = 1, levelRequirement = 0, manaMultiplier = 20, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Caltrops", + label = "Arjun's Medal", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "chance_to_load_a_bolt_on_killing_an_enemy_%", 35 }, + }, stats = { - "trigger_caltrops_at_end_of_projectile_flight", }, levels = { [1] = { actorLevel = 1, }, @@ -426,43 +453,29 @@ skills["SupportCaltropsPlayer"] = { }, } } -skills["TriggeredCaltropsPlayer"] = { - name = "Caltrops", - hidden = true, - description = "Maims and deals Physical area damage when triggered by an Enemy. Caltrops are destroyed when triggered, and a maximum of 20 Caltrops can be active at once.", - skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Projectile] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Hazard] = true, [SkillType.Duration] = true, [SkillType.CannotChain] = true, [SkillType.Attack] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackOrCastTime] = true, }, - castTime = 1, - qualityStats = { - }, +skills["SupportBlindPlayer"] = { + name = "Blind I", + description = "Supports any skill that Hits enemies, causing them to Blind on Hit.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Blind",}, levels = { - [1] = { attackTime = 1, critChance = 5, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Caltrops", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "triggered_caltrops", + label = "Blind I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { - projectile = true, - duration = true, - area = true, }, constantStats = { - { "triggered_by_caltrops_support_%", 100 }, - { "base_number_of_projectiles", 1 }, - { "active_skill_base_area_of_effect_radius", 5 }, - { "active_skill_base_secondary_area_of_effect_radius", 30 }, - { "base_skill_effect_duration", 8000 }, - { "main_hand_base_physical_damage_from_%_dex", 60 }, + { "global_chance_to_blind_on_hit_%", 100 }, }, stats = { - "global_maim_on_hit", - "additive_thorns_damage_modifiers_apply_to_attack_damage", - "replace_main_hand_unarmed_attack_stats_with_nothing_type", - "base_is_projectile", - "is_hazard", - "is_area_damage", - "projectiles_not_offset", }, levels = { [1] = { actorLevel = 1, }, @@ -470,33 +483,28 @@ skills["TriggeredCaltropsPlayer"] = { }, } } -skills["SupportChainPlayer"] = { - name = "Chain", - description = "Supports Projectile skills and any other skills that Chain, causing them to Chain additional times.", +skills["SupportBlindPlayerTwo"] = { + name = "Blind II", + description = "Supports any skill that Hits enemies, causing them to Blind on Hit with increased effect.", color = 2, support = true, - requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.CannotChain, SkillType.ProjectileNoCollision, }, + excludeSkillTypes = { }, + gemFamily = { "Blind",}, levels = { - [1] = { PvPDamageMultiplier = -30, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Chain", - incrementalEffectiveness = 0.092720001935959, + label = "Blind II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_chain_hit_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit), - }, - }, baseFlags = { }, constantStats = { - { "number_of_chains", 1 }, - { "chains_hit_X_more_times", 1 }, - { "support_chain_hit_damage_+%_final", -50 }, + { "global_chance_to_blind_on_hit_%", 100 }, + { "blind_effect_+%", 20 }, }, stats = { }, @@ -506,29 +514,2182 @@ skills["SupportChainPlayer"] = { }, } } -skills["SupportChargedShotsPlayer"] = { - name = "Charged Shots", - description = "Supports Bow Attacks. Every third shot with Supported Skills restores a portion of it's Mana cost and Gains Damage as extra Lightning Damage.", +skills["SupportBlindsidePlayer"] = { + name = "Blindside", + description = "Supports Skills which can cause Damaging Hits. Supported Skills are more likely to Critically Hit Blinded Enemies, and deal more Damage with Critical Hits against Blinded Enemies, but cannot themselves inflict Blind.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + gemFamily = { "Blindside",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Blindside", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies"] = { + mod("CritMultiplier", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Blinded" } ), + }, + ["support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies"] = { + mod("CritChance", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Blinded" } ), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies", 15 }, + { "support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies", 15 }, + }, + stats = { + "cannot_inflict_blind", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBountyPlayer"] = { + name = "Bounty I", + description = "Supports any Skill that Hits Enemies, causing Enemies it kills to grant more Flask and Charm charges.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bounty",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bounty I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_mana_flask_charges_gained_+%_final_from_killing_blow", 50 }, + { "support_life_flask_charges_gained_+%_final_from_killing_blow", 50 }, + { "support_charm_charges_gained_+%_final_from_killing_blow", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBountyPlayerTwo"] = { + name = "Bounty II", + description = "Supports any Skill that Hits Enemies, causing Enemies it kills to grant more Flask and Charm charges.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bounty",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bounty II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_mana_flask_charges_gained_+%_final_from_killing_blow", 100 }, + { "support_life_flask_charges_gained_+%_final_from_killing_blow", 100 }, + { "support_charm_charges_gained_+%_final_from_killing_blow", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrambleslamPlayer"] = { + name = "Brambleslam", + description = "Supports Slam Skills. Supported Skills create Hazardous Brambles on the ground that activate after a duration. Enemies which come in contact with these thorns take damage and are Maimed. A maximum of 20 Brambles are allowed at one time. Does not modify Skills used by Minions or Totems.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.UsedByTotem, }, + gemFamily = { "Brambleslam",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brambleslam", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "create_X_briar_thorns_on_slam", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredBrambleslamPlayer"] = { + name = "Brambles", + hidden = true, + description = "Hazardous thorns damage and Maim enemies with which they come in contact.", + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Attack] = true, [SkillType.NoAttackOrCastTime] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Hazard] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.15, }, + }, + statSets = { + [1] = { + label = "Brambles", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_briar_patch", + baseFlags = { + attack = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 10 }, + { "triggered_by_briarpatch_support_on_slam_%", 100 }, + { "base_skill_effect_duration", 8000 }, + { "briarpatches_arming_time_ms", 400 }, + { "active_skill_has_%_standard_scaling_attack_damage", 35 }, + { "ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self", -80 }, + }, + stats = { + "is_hazard", + "global_maim_on_hit", + "additive_thorns_damage_modifiers_apply_to_attack_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDazedBreakPlayer"] = { + name = "Break Posture", + description = "Supports Attacks, causing them to Daze Enemies when they fully Break Armour.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BreakPosture",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Break Posture", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_daze_break_duration_ms", 8000 }, + }, + stats = { + "support_apply_daze_on_armour_break", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBurstingPlaguePlayer"] = { + name = "Bursting Plague", + description = "Supports skills that can Poison enemies, causing Poisoned enemies to gain Plague over time and explode in a Plague Burst on death. Cannot support the skills of Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BurstingPlague",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Support", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_bursting_plague_store_%_poison_applied_magnitude_towards_burst", 100 }, + { "support_bursting_plague_max_value_%_of_max_life", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["PlagueBurstPlayer"] = { + name = "Plague Burst", + hidden = true, + description = "Triggered when an enemy Poisoned by a supported skill dies, dealing Physical damage around them based on the built-up Plague.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Damage] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.Chaos] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.1, }, + }, + statSets = { + [1] = { + label = "Plague Burst", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "plague_burst", + baseFlags = { + area = true, + }, + constantStats = { + { "active_skill_base_area_of_effect_radius", 18 }, + { "plague_burst_area_+%_final_maximum", 100 }, + { "plague_burst_%_stored_value_to_deal_as_physical_damage", 100 }, + { "additional_base_critical_strike_chance", 500 }, + }, + stats = { + "is_area_damage", + "plague_burst_triggered_by_bursting_plague_death", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCadencePlayer"] = { + name = "Cadence", + description = "Supports Attacks you use yourself. Supported Skills gain more Attack speed each time you use them, but will become unusable if used too frequently in a short time frame.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.NoAttackOrCastTime, SkillType.Triggered, }, + gemFamily = { "Cadence",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cadence", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_measured_speed_attack_speed_+%_final_per_stack", 8 }, + { "support_measured_speed_maximum_stacks", 6 }, + { "support_measured_speed_disabled_ms", 10000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCaltropsPlayer"] = { + name = "Caltrops", + description = "Supports Ranged Spear Attacks. Supported Skills create Caltrops when Projectiles they create reach the end of their flight.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Spear, SkillType.RangedAttack, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + gemFamily = { "Caltrops",}, + levels = { + [1] = { attackTime = 1, levelRequirement = 0, manaMultiplier = 20, }, + }, + statSets = { + [1] = { + label = "Caltrops", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "trigger_caltrops_at_end_of_projectile_flight", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredCaltropsPlayer"] = { + name = "Caltrops", + hidden = true, + description = "Maims and deals Attack area damage when triggered by an Enemy. Caltrops are destroyed when triggered, and a maximum of 20 Caltrops can be active at once.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Projectile] = true, [SkillType.ProjectileNoCollision] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Hazard] = true, [SkillType.Duration] = true, [SkillType.CannotChain] = true, [SkillType.Attack] = true, [SkillType.GroundTargetedProjectile] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { attackTime = 1, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Caltrops", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_caltrops", + baseFlags = { + attack = true, + projectile = true, + duration = true, + area = true, + }, + constantStats = { + { "triggered_by_caltrops_support_%", 100 }, + { "base_number_of_projectiles", 1 }, + { "active_skill_base_area_of_effect_radius", 5 }, + { "active_skill_base_secondary_area_of_effect_radius", 30 }, + { "base_skill_effect_duration", 8000 }, + { "active_skill_has_%_standard_scaling_attack_damage", 75 }, + }, + stats = { + "global_maim_on_hit", + "additive_thorns_damage_modifiers_apply_to_attack_damage", + "replace_main_hand_unarmed_attack_stats_with_nothing_type", + "base_is_projectile", + "is_hazard", + "is_area_damage", + "projectiles_not_offset", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChainPlayer"] = { + name = "Chain I", + description = "Supports Projectile skills and any other skills that Chain, causing them to Chain additional times.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.ProjectileNoCollision, }, + gemFamily = { "Chain",}, + levels = { + [1] = { PvPDamageMultiplier = -30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Chain I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_chain_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + }, + baseFlags = { + }, + constantStats = { + { "number_of_chains", 1 }, + { "chains_hit_X_more_times", 1 }, + { "support_chain_hit_damage_+%_final", -50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChainPlayerTwo"] = { + name = "Chain II", + description = "Supports Projectile skills and any other skills that Chain, causing them to Chain additional times.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.ProjectileNoCollision, }, + gemFamily = { "Chain",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Chain II", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_chain_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + }, + baseFlags = { + }, + constantStats = { + { "number_of_chains", 1 }, + { "chains_hit_X_more_times", 1 }, + { "support_chain_hit_damage_+%_final", -40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChainPlayerThree"] = { + name = "Chain III", + description = "Supports Projectile skills and any other skills that Chain, causing them to Chain additional times.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.ProjectileNoCollision, }, + gemFamily = { "Chain",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Chain III", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_chain_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + }, + baseFlags = { + }, + constantStats = { + { "chains_hit_X_more_times", 2 }, + { "support_chain_hit_damage_+%_final", -40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChargeProfusionPlayer"] = { + name = "Charge Profusion I", + description = "Supports skills that can generate Charges, giving them a chance to generate an additional Charge when they do so.", + color = 2, + support = true, + requireSkillTypes = { SkillType.GeneratesCharges, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ChargeProfusion",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Charge Profusion I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_gain_1_more_charge_%", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChargeProfusionPlayerTwo"] = { + name = "Charge Profusion II", + description = "Supports skills that can generate Charges, giving them a chance to generate an additional Charge when they do so, as well as a chance to generate an additional Charge of a random type.", + color = 2, + support = true, + requireSkillTypes = { SkillType.GeneratesCharges, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ChargeProfusion",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Charge Profusion II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_gain_1_more_charge_%", 30 }, + { "chance_to_gain_1_more_random_charge_%", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChargedShotsPlayer"] = { + name = "Charged Shots I", + description = "Supports Bow Attacks. Every third shot with Supported Skills restores a portion of it's Mana cost and Gains Damage as extra Lightning Damage.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ChargedShots",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Charged Shots I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_charged_shots_%_damage_to_gain_as_lightning"] = { + mod("DamageGainAsLightning", "BASE", nil), + div = 3, + }, + }, + baseFlags = { + }, + constantStats = { + { "support_charged_shots_applies_every_X_shots", 3 }, + { "support_charged_shots_recover_%_mana_cost_on_use", 100 }, + { "support_charged_shots_%_damage_to_gain_as_lightning", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChargedShotsPlayerTwo"] = { + name = "Charged Shots II", + description = "Supports Bow Attacks. Every third shot with Supported Skills Gains Damage as extra Lightning Damage.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ChargedShots",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Charged Shots II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_charged_shots_%_damage_to_gain_as_lightning"] = { + mod("DamageGainAsLightning", "BASE", nil), + div = 3, + }, + }, + baseFlags = { + }, + constantStats = { + { "support_charged_shots_applies_every_X_shots", 3 }, + { "support_charged_shots_%_damage_to_gain_as_lightning", 60 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCharmBountyPlayer"] = { + name = "Charm Bounty", + description = "Supports any Skill that Hits Enemies, causing Enemies it kills to grant more Charm charges.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bounty",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Charm Bounty", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_charm_charges_gained_+%_final_from_killing_blow", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCloseCombatPlayer"] = { + name = "Close Combat I", + description = "Supports Attacks, causing them to deal more damage to enemies based on how close they are to you.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CloseCombat",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Close Combat I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_close_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{10,1},{35,0}} }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_close_combat_attack_damage_+%_final_from_distance", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCloseCombatPlayerTwo"] = { + name = "Close Combat II", + description = "Supports Attacks, causing them to deal more damage to enemies based on how close they are to you.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CloseCombat",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Close Combat II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_close_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{10,1},{35,0}} }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_close_combat_attack_damage_+%_final_from_distance", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportComboFinisherPlayer"] = { + name = "Combo Finisher I", + description = "Supports Melee Attacks you use yourself. Supported Skills cannot be used until enough Combo has been built up, but deal more damage. Cannot support skills which already Combo, or Triggered Skills.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboFinisher, SkillType.HasUsageCondition, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Cooldown, SkillType.Herald, SkillType.Triggered, SkillType.InbuiltTrigger, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Spell, SkillType.Warcry, SkillType.HasUsageCondition, SkillType.SupportedByComboFinisher, SkillType.NOT, SkillType.AND, }, + gemFamily = { "ComboFinisher",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Combo Finisher I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_combo_finisher_required_number_of_combo_stacks", 3 }, + { "support_combo_finisher_damage_+%_final", 25 }, + { "base_combo_stacks_decay_delay_ms", 4000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportComboFinisherPlayerTwo"] = { + name = "Combo Finisher II", + description = "Supports Melee Attacks you use yourself. Supported Skills cannot be used until enough Combo has been built up, but deal massively more damage. Cannot support skills which already Combo, or Triggered Skills.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboFinisher, SkillType.HasUsageCondition, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Cooldown, SkillType.Herald, SkillType.Triggered, SkillType.InbuiltTrigger, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Spell, SkillType.Warcry, SkillType.HasUsageCondition, SkillType.SupportedByComboFinisher, SkillType.NOT, SkillType.AND, }, + gemFamily = { "ComboFinisher",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Combo Finisher II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_combo_finisher_required_number_of_combo_stacks", 5 }, + { "support_combo_finisher_damage_+%_final", 40 }, + { "base_combo_stacks_decay_delay_ms", 4000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCommiseratePlayer"] = { + name = "Commiserate", + description = "Supports Skills you use yourself or Trigger, which can cause Damaging Hits. Supported Skills inflict more powerful Ailments if you are afflicted with those Ailments when you inflict them, while also removing from you any Ailment that they inflict.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.DegenOnlySpellDamage, }, + gemFamily = { "Commiserate",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Commiserate", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_ailment_effect_+%_final_while_afflicted_by_relevant_ailment", 40 }, + }, + stats = { + "remove_ailment_when_applying_relevant_ailment", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCooldownRecoveryPlayer"] = { + name = "Cooldown Recovery I", + description = "Supports skills with Cooldowns, increasing the rate at which those Cooldowns Recover. Cannot modify the skills of minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Cooldown, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CooldownRecovery",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cooldown Recovery I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_cooldown_reduction_cooldown_recovery_+%"] = { + mod("CooldownRecovery", "INC", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_cooldown_reduction_cooldown_recovery_+%", 25 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCooldownRecoveryPlayerTwo"] = { + name = "Cooldown Recovery II", + description = "Supports skills with Cooldowns, increasing the rate at which those Cooldowns Recover. Cannot modify the skills of minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Cooldown, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CooldownRecovery",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cooldown Recovery II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_cooldown_reduction_cooldown_recovery_+%"] = { + mod("CooldownRecovery", "INC", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_cooldown_reduction_cooldown_recovery_+%", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCorrosionPlayer"] = { + name = "Corrosion", + description = "Supports any skill that Hits enemies, causing Poison it applies to also Break enemy Armour. Cannot support skills that Consume Fully Broken Armour.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ConsumesFullyBrokenArmour, }, + gemFamily = { "Corrosion",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Corrosion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "armour_break_for_%_of_poison_damage_over_poison_duration", 80 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCrescendoPlayer"] = { + name = "Crescendo I", + description = "Supports Strikes that perform a Final Strike at the end of a combination of attacks, allowing you to use the Final Strike twice in succession.", + color = 2, + support = true, + requireSkillTypes = { SkillType.PerformsFinalStrike, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Crescendo",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Crescendo I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "repeat_last_step_of_combo_attack", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCrescendoPlayerTwo"] = { + name = "Crescendo II", + description = "Supports Strikes that perform a Final Strike at the end of a combination of attacks, allowing you to use the Final Strike twice in succession, and causing Non-Final Strike Attacks to be faster.", + color = 2, + support = true, + requireSkillTypes = { SkillType.PerformsFinalStrike, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Crescendo",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Crescendo II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_crescendo_non_final_strike_attack_speed_+%_final", 15 }, + }, + stats = { + "repeat_last_step_of_combo_attack", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCrescendoPlayerThree"] = { + name = "Crescendo III", + description = "Supports Strikes that perform a Final Strike at the end of a combination of attacks, causing the Final Strike to be Ancestrally Boosted.", + color = 2, + support = true, + requireSkillTypes = { SkillType.PerformsFinalStrike, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Crescendo",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Crescendo III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "final_strike_is_ancestrally_boosted", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCullingStrikePlayer"] = { + name = "Culling Strike I", + description = "Supports Attack Skills, causing them to Cull Rare and Unique Enemies on Hit.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CullingStrike",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Culling Strike I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_culling_strike_vs_rare_or_unique_enemy"] = { + mod("CullPercent", "MAX", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), + value = 10 + }, + }, + baseFlags = { + }, + stats = { + "support_culling_strike_vs_rare_or_unique_enemy", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCullingStrikePlayerTwo"] = { + name = "Culling Strike II", + description = "Supports Attack Skills, causing them to Cull Rare and Unique Enemies on Hit, and increasing the threshold at which they will Cull Enemies.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CullingStrike",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Culling Strike II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_culling_strike_vs_rare_or_unique_enemy"] = { + mod("CullPercent", "MAX", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), + value = 10 + }, + }, + baseFlags = { + }, + constantStats = { + { "support_culling_strike_threshold_+%_on_cull_for_seconds_from_code", 20 }, + }, + stats = { + "support_culling_strike_vs_rare_or_unique_enemy", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCulminationPlayer"] = { + name = "Culmination I", + description = "Supports Melee Attack Skills. Supported Skills gain Combo when you successfully Strike Enemies with other Melee Attacks. Supported Skills reset their Combo on use, dealing more Damage the higher Combo you had on use. Cannot support skills which already gain Combo. Does not modify Skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboMastery, SkillType.HasUsageCondition, }, + excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByComboMastery, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Culmination",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Culmination I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_damage_+%_final_per_combo_stack", 3 }, + { "base_combo_stacks_decay_delay_ms", 4000 }, + }, + stats = { + "skill_uncapped_combo_counter", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCulminationPlayerTwo"] = { + name = "Culmination II", + description = "Supports Melee Attack Skills. Supported Skills gain Combo when you successfully Strike Enemies with other Melee Attacks. Supported Skills reset their Combo on use, dealing more Damage the higher Combo you had on use. Cannot support skills which already gain Combo. Does not modify Skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboMastery, SkillType.HasUsageCondition, }, + excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByComboMastery, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Culmination",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Culmination II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_damage_+%_final_per_combo_stack", 3 }, + { "base_combo_stacks_decay_delay_ms", 4000 }, + { "combo_falloff_speed_+%", -50 }, + }, + stats = { + "skill_uncapped_combo_counter", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDazePlayer"] = { + name = "Daze", + description = "Supports Attacks, causing them to build up Daze based on a portion of Physical Damage dealt.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Discombobulate",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Daze", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDazzlePlayer"] = { + name = "Dazzle", + description = "Supports Attack Skills. Supported Skills always hit Dazed Enemies, but Consume Daze on Hit, and cannot themselves inflict Daze.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Dazzle",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Dazzle", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "consume_enemy_daze_to_always_hit", + "cannot_daze", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeadlyHeraldsPlayer"] = { + name = "Deadly Herald", + description = "Supports Herald Skills, making their triggered effects deal more damage at the expense of higher Spirit cost.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Herald, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DeadlyHeralds",}, + levels = { + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deadly Herald", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_deadly_heralds_damage_+%_final"] = { + mod("Damage", "MORE", nil), + } + }, + baseFlags = { + }, + constantStats = { + { "support_deadly_heralds_damage_+%_final", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeadlyPoisonPlayer"] = { + name = "Deadly Poison I", + description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Poison.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DeadlyPoison",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deadly Poison I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_deadly_poison_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_deadly_poison_poison_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_deadly_poison_hit_damage_+%_final", -25 }, + { "support_deadly_poison_poison_effect_+%_final", 75 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeadlyPoisonPlayerTwo"] = { + name = "Deadly Poison II", + description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Poison.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DeadlyPoison",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deadly Poison II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_deadly_poison_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_deadly_poison_poison_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_deadly_poison_hit_damage_+%_final", -30 }, + { "support_deadly_poison_poison_effect_+%_final", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDelayedGratificationPlayer"] = { + name = "Delayed Gratification", + description = "Supports Skills which require some Condition to be met for use. Supported Skills can be used an additional time after their Condition has been met, but meeting that Condition is harder.", + color = 2, + support = true, + requireSkillTypes = { SkillType.HasUsageCondition, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DelayedGratification",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Delayed Gratification", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "difficulty_of_meeting_conditional_requirement_+%", 150 }, + { "conditional_skill_additional_usages_after_meeting_requirement", 1 }, + { "conditional_skill_additional_usages_duration_ms", 10000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDelayedReactionPlayer"] = { + name = "Delayed Reaction", + description = "Supports Skills which create Hazards, causing those Hazards to only be able to trigger immediately after creation or at the end of their duration. Created Hazards have significantly lowered duration, and deal more damage.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Hazard, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DelayedReaction",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Delayed Reaction", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_sunblast_hazard_hazard_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_sunblast_hazard_hazard_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_sunblast_hazard_hazard_damage_+%_final", 15 }, + { "support_sunblast_hazard_hazard_duration_+%_final", -70 }, + }, + stats = { + "hazards_trigger_at_end_of_duration_instead", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeliberationPlayer"] = { + name = "Deliberation", + description = "Supports skills that can be used while moving, causing you to move slower while using them, but granting more damage in exchange.", + color = 2, + support = true, + requireSkillTypes = { SkillType.UsableWhileMoving, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Deliberation",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deliberation", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_deliberation_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_deliberation_movement_speed_penalty_+%_final_while_performing_action", 30 }, + { "support_deliberation_damage_+%_final", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDurabilityPlayer"] = { + name = "Durability", + description = "Supports Skills which create objects that are destroyed after being Hit a number of times, allowing for them to last for additional Hits. Does not modify Skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.ObjectDurability, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Durability",}, + ignoreMinionTypes = true, + levels = { + [1] = { reservationMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Durability", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_number_of_additional_uses_before_expiry", 2 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportElectrocutePlayer"] = { + name = "Electrocute", + description = "Supports any Skill which can deal Damage. Lightning Damage from Supported Skills can inflict Electrocute, but Supported Skills cannot inflict Shock.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Electrocute",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Electrocute", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "base_lightning_damage_can_electrocute", + "never_shock", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEscalatingPoisonPlayer"] = { + name = "Escalating Poison", + description = "Supports any skill that Hits enemies, allowing it to inflict an extra Poison on enemies but shortening the duration of those Poisons.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EscalatingPoison",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Escalating Poison", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_multi_poison_poison_duration_+%_final"] = { + mod("EnemyPoisonDuration", "MORE", nil), + }, + ["number_of_additional_poison_stacks"] = { + mod("PoisonStacks", "BASE", nil), + flag("PoisonCanStack"), + }, + }, + baseFlags = { + }, + constantStats = { + { "number_of_additional_poison_stacks", 1 }, + { "support_multi_poison_poison_duration_+%_final", -20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportExcoriatePlayer"] = { + name = "Excoriate", + description = "Supports Melee Attack Skills. Supported Skills deal more Melee Damage for each Elemental Ailment on Enemies they hit, but cannot themselves inflict Elemental Ailments.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Excoriate",}, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Excoriate", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited" }), + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Chilled" }), + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Frozen" }), + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Shocked" }), + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Electrocuted" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target", 10 }, + }, + stats = { + "cannot_inflict_elemental_ailments", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFerocityPlayer"] = { + name = "Ferocity", + description = "Supports Skills that you use yourself. Supported Skills will consume a Frenzy Charge on use if possible, and will gain significant Skill Speed if they do. Supported Skills cannot generate Frenzy Charges.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, + addSkillTypes = { SkillType.SupportedByFerocity, }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Minion, SkillType.SummonsTotem, SkillType.SupportedByTumult, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesFrenzyChargesOnUse, SkillType.SupportedByFerocity, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Ferocity",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ferocity", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"] = { + mod("Speed", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "RemovableFrenzyCharge", threshold = 1 }), + }, + }, + baseFlags = { + }, + constantStats = { + { "skill_consume_frenzy_charge_to_gain_skill_speed_+%_final", 40 }, + }, + stats = { + "skill_cannot_generate_frenzy_charges", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFlowPlayer"] = { + name = "Flow", + description = "Supports Skills which require Combo to use. Supported Skills lose their Combo stacks after a longer delay spent not gaining any Combo.", + color = 2, + support = true, + requireSkillTypes = { SkillType.ComboStacking, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Flow",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Flow", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "combo_falloff_speed_+%", -60 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportForkPlayer"] = { + name = "Fork", + description = "Supports Projectile skills, making their Projectiles Fork.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Fork",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fork", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_fork_forked_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "ForkedCount", threshold = 1 }), + }, + }, + baseFlags = { + }, + constantStats = { + { "terrain_arrow_attachment_chance_reduction_+%", 100 }, + { "support_fork_forked_projectile_damage_+%_final", -30 }, + }, + stats = { + "projectiles_fork", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFrenziedRipostePlayer"] = { + name = "Frenzied Riposte", + description = "Supports Attacks you use yourself or that you Trigger, causing them to Consume the Parried Debuff on Hit to grant you a Frenzy Charge. Cannot support Skills which already Consume the Parried Debuff.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SkillConsumesParried, }, + gemFamily = { "Retort",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Frenzied Riposte", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "consume_parry_debuff_on_hit_to_gain_X_frenzy_charges", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFrozenSpitePlayer"] = { + name = "Frozen Spite", + description = "Supports Attack Skills, causing them to create Ice Fragments on killing Frozen Enemies. Cannot Support Totem Skills and does not modify Skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.FrozenSpite, SkillType.UsedByTotem, SkillType.RemoteMined, SkillType.Trapped, SkillType.SummonsTotem, }, + gemFamily = { "FrozenSpite",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Frozen Spite", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "trigger_ballistic_ice_chunks_on_killing_frozen_enemy", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredSupportFrozenSpiteIceFragmentPlayer"] = { + name = "Ice Fragments", + hidden = true, + description = "Explodes to deal Cold Damage in an area after a short delay, based on the life of the slain frozen Enemy.", + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Projectile] = true, [SkillType.DetonatesAfterTime] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.FrozenSpite] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { baseMultiplier = 0.75, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ice Fragments", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_support_frozen_spite_ice_fragment", + baseFlags = { + hit = true, + area = true, + projectile = true, + }, + constantStats = { + { "triggered_by_frozen_spite_support_%", 100 }, + { "active_skill_base_area_of_effect_radius", 15 }, + { "support_frozen_spite_%_enemy_maximum_life_dealt_as_cold_damage", 10 }, + { "ballistic_ice_chunk_cone_angle", 360 }, + { "base_skill_detonation_time", 1500 }, + { "base_number_of_projectiles", 3 }, + }, + stats = { + "base_is_projectile", + "ballistic_projectiles_always_bounce", + "triggerable_in_any_set", + "usable_while_shapeshifted", + "is_area_damage", + "never_freeze", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportGambleshotPlayer"] = { + name = "Gambleshot", + description = "Supports Skills which fire Projectiles that are not ground targeted. Projectiles from Supported Skills randomly Fork, Chain or Pierce.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.GroundTargetedProjectile, }, + gemFamily = { "Gambleshot",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Gambleshot", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + [ "support_gambleshot_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_gambleshot_projectile_damage_+%_final", -15 }, + }, + stats = { + "projectile_randomly_fork_chain_or_pierce", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportGarukhansResolvePlayer"] = { + name = "Garukhan's Resolve", + description = "Supports Attack Skills you use yourself which do not already have some Condition for use. Supported Skills can only be used after you have moved a certain distance, but will Bifurcate Critical Hit Chance. Cannot support Skills which have a Cooldown or that are Triggered, and does not modify skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByGarukhan, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.HasUsageCondition, SkillType.SupportedByGarukhan, SkillType.NOT, SkillType.AND, SkillType.Instant, SkillType.Cooldown, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "HitAndRun",}, + isLineage = true, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Garukhan's Resolve", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "skill_unusable_until_moved_X_distance", 200 }, + }, + stats = { + "attacks_roll_crits_twice", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeightenedAccuracyPlayer"] = { + name = "Heightened Accuracy I", + description = "Supports Attacks, causing them to gain Accuracy.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HeightenedAccuracy",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Heightened Accuracy I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_additional_accurary_rating_+%_final"] = { + mod("Accuracy", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_additional_accurary_rating_+%_final", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeightenedAccuracyPlayerTwo"] = { + name = "Heightened Accuracy II", + description = "Supports Attacks, causing them to gain Accuracy, and never miss against Enemies on full Life.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HeightenedAccuracy",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Heightened Accuracy II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_additional_accurary_rating_+%_final"] = { + mod("Accuracy", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_additional_accurary_rating_+%_final", 50 }, + }, + stats = { + "cannot_miss_against_full_life_enemies", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeightenedChargesPlayer"] = { + name = "Heightened Charges", + description = "Supports any Skill that Consumes Charges, granting a chance for benefits of that Consumption to be doubled.", + color = 2, + support = true, + requireSkillTypes = { SkillType.ConsumesCharges, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Twofold",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Heightened Charges", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_%_to_double_effect_of_removing_charges", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHitAndRunPlayer"] = { + name = "Hit and Run", + description = "Supports Attack Skills you use yourself which do not already have some Condition for use. Supported Skills can only be used after you have moved a certain distance, but have massively increased Skill Speed. Cannot support Skills which have a Cooldown or that are Triggered, and does not modify skills used by Minions.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByMobileAssault, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.HasUsageCondition, SkillType.SupportedByMobileAssault, SkillType.NOT, SkillType.AND, SkillType.Instant, SkillType.Cooldown, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "HitAndRun",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Hit and Run", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_mobile_assault_skill_speed_+%_final", 40 }, + { "skill_unusable_until_moved_X_distance", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHobblePlayer"] = { + name = "Hobble", + description = "Supports Skills that Hit Enemies, causing those Hits to Hobble Bleeding Enemies based on a portion of Physical Damage dealt.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Hobble",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Hobble", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "physical_damage_%_dealt_as_evasion_break_vs_bleeding", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportImpalePlayer"] = { + name = "Impale", + description = "Supports Attacks, causing them to Impale on Hit but making them unable to Extract Impale themselves.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Impale",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Impale", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "impale_on_hit_%_chance", 100 }, + }, + stats = { + "cannot_consume_impale", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportChargeInhibitionPlayer"] = { + name = "Inhibitor", + description = "Supports any Skill you use yourself or that you Trigger. Supported Skills cannot consume Charges or Infusion by any means. Cannot Support Skills which require Charges or Infusion to be used.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, SkillType.Spell, SkillType.DegenOnlySpellDamage, }, + addSkillTypes = { SkillType.CannotConsumeCharges, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.RequiresCharges, SkillType.Triggered, }, + gemFamily = { "Inhibitor",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Inhibitor", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_inhibitor_damage_+%_final_per_charge_type"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "FrenzyCharge", threshold = 1 }), + mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "PowerCharge", threshold = 1 }), + mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "EnduranceCharge", threshold = 1 }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_inhibitor_damage_+%_final_per_charge_type", 4 }, + { "support_inhibitor_damage_+%_final_per_infusion_type", 4 }, + }, + stats = { + "cannot_consume_power_frenzy_endurance_charges", + "cannot_consume_infusions", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportInnervatePlayer"] = { + name = "Innervate", + description = "Supports Attacks you use yourself. Killing a Shocked enemy with supported skills infuses all of your Attacks with Lightning damage for a short time.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "Innervate",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Innervate", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_innervate_buff_grant_%_added_lightning_attack_damage"] = { + mod("DamageGainAsLightning", "BASE", nil, ModFlag.Attack, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Innervate" }), + }, + ["support_innervate_buff_base_duration_ms"] = { + mod("Duration", "BASE", nil, 0, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff" }), + div = 1000, + }, + }, + baseFlags = { + }, + constantStats = { + { "support_innervate_buff_grant_%_added_lightning_attack_damage", 25 }, + { "support_innervate_buff_base_duration_ms", 5000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLastingShockPlayer"] = { + name = "Lasting Shock", + description = "Supports any skill that Hits enemies or inflicts Shock, causing its Shocks to be inflicted less often but last longer.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Bow, SkillType.AND, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, - ignoreMinionTypes = true, + gemFamily = { "LastingShock",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Lasting Shock", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_lasting_shock_chance_to_shock_+%_final"] = { + mod("EnemyShockChance", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "shock_duration_+%", 100 }, + { "support_lasting_shock_chance_to_shock_+%_final", -30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLeveragePlayer"] = { + name = "Leverage", + description = "Supports Skills which Hit Enemies. Supported Skills gain increased chance to Critically Hit against Immobilised Enemies.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Leverage",}, + levels = { + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Charged Shots", + label = "Leverage", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_charged_shots_applies_every_X_shots", 3 }, - { "support_charged_shots_recover_%_mana_cost_on_use", 100 }, - { "support_charged_shots_%_damage_to_gain_as_lightning", 30 }, + { "critical_strike_chance_+%_vs_immobilised_enemies", 50 }, }, stats = { }, @@ -538,26 +2699,27 @@ skills["SupportChargedShotsPlayer"] = { }, } } -skills["SupportCharmBountyPlayer"] = { - name = "Charm Bounty", - description = "Supports any Skill that Hits Enemies, causing Enemies it kills to grant more Charm charges.", +skills["SupportLifeFlaskPlayer"] = { + name = "Life Bounty", + description = "Supports any skill that Hits enemies, causing enemies it kills to grant more Life Flask charges.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Bounty",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Charm Bounty", + label = "Life Bounty", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_charm_charges_gained_+%_final_from_killing_blow", 100 }, + { "support_life_flask_charges_gained_+%_final_from_killing_blow", 100 }, }, stats = { }, @@ -567,32 +2729,191 @@ skills["SupportCharmBountyPlayer"] = { }, } } -skills["SupportCloseCombatPlayer"] = { - name = "Close Combat", - description = "Supports Attacks, causing them to deal more damage to enemies based on how close they are to you.", +skills["SupportLifeOnCullPlayer"] = { + name = "Life Drain", + description = "Supports any skill that Hits enemies, causing you to recover Life when it Culls an enemy.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LifeDrain",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Life Drain", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "recover_%_maximum_life_on_cull", 12 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportAddedLightningDamagePlayer"] = { + name = "Lightning Attunement", + description = "Supports Attacks, causing them to Gain Lightning Damage but deal less Cold and Fire Damage.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LightningAttunement",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Lightning Attunement", + baseEffectiveness = 0.52710002660751, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_cold_and_fire_damage_+%_final"] = { + mod("ColdDamage", "MORE", nil), + mod("FireDamage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks", 25 }, + { "support_cold_and_fire_damage_+%_final", -50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLightningExposurePlayer"] = { + name = "Lightning Exposure", + description = "Supports any skill that Hits enemies, causing it to inflict Exposure when inflicting Shock.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "LightningExposure",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Lightning Exposure", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "inflict_exposure_for_x_ms_on_shock", 8000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLightningPenetrationPlayer"] = { + name = "Lightning Penetration", + description = "Supports any skill that Hits enemies, making those Hits Penetrate enemy Lightning resistance.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LightningPenetration",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Lightning Penetration", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_reduce_enemy_lightning_resistance_%", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLockdownPlayer"] = { + name = "Lockdown", + description = "Supports any skill that Hits enemies, causing any Pin buildup it inflicts to be stronger the closer the enemy is to you.", + color = 2, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Lockdown",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Lockdown", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_lockdown_distance_based_pin_damage_+%_final", 120 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFarCombatPlayer"] = { + name = "Longshot I", + description = "Supports Attacks, causing them to deal more damage from farther away.", color = 2, support = true, requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Longshot",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Close Combat", + label = "Longshot I", incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_close_combat_attack_damage_+%_final_from_distance"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{10,1},{35,0}} }), + ["support_far_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{35,0},{70,1}} }), }, }, baseFlags = { }, constantStats = { - { "support_close_combat_attack_damage_+%_final_from_distance", 25 }, + { "support_far_combat_attack_damage_+%_final_from_distance", 25 }, }, stats = { }, @@ -602,29 +2923,33 @@ skills["SupportCloseCombatPlayer"] = { }, } } -skills["SupportComboFinisherPlayer"] = { - name = "Combo Finisher", - description = "Supports Melee Attacks you use yourself. Supported Skills cannot be used until enough Combo has been built up, but deal massively more damage. Cannot support skills which already Combo, or Triggered Skills.", +skills["SupportFarCombatPlayerTwo"] = { + name = "Longshot II", + description = "Supports Attacks, causing them to deal more damage from farther away.", color = 2, support = true, - requireSkillTypes = { SkillType.Melee, }, - addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboFinisher, SkillType.HasUsageCondition, }, - excludeSkillTypes = { SkillType.Cooldown, SkillType.Herald, SkillType.Triggered, SkillType.InbuiltTrigger, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Spell, SkillType.Warcry, SkillType.HasUsageCondition, SkillType.SupportedByComboFinisher, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Longshot",}, ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Combo Finisher", - incrementalEffectiveness = 0.054999999701977, + label = "Longshot II", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_far_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{35,0},{70,1}} }), + }, + }, baseFlags = { }, constantStats = { - { "support_combo_finisher_required_number_of_combo_stacks", 5 }, - { "support_combo_finisher_damage_+%_final", 40 }, - { "base_combo_stacks_decay_delay_ms", 4000 }, + { "support_far_combat_attack_damage_+%_final_from_distance", 35 }, }, stats = { }, @@ -634,29 +2959,31 @@ skills["SupportComboFinisherPlayer"] = { }, } } -skills["SupportCommiseratePlayer"] = { - name = "Commiserate", - description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills inflict more powerful Ailments if you are afflicted with those Ailments when you inflict them, while also removing from you any Ailment that they inflict.", +skills["SupportMaimPlayer"] = { + name = "Maim", + description = "Supports Attacks, causing them to Maim enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.DegenOnlySpellDamage, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.AppliesMaim, }, + excludeSkillTypes = { }, + gemFamily = { "Maim",}, levels = { [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, }, statSets = { [1] = { - label = "Commiserate", - incrementalEffectiveness = 0.054999999701977, + label = "Maim", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "ailment_effect_+%_while_afflicted_by_relevant_ailment", 30 }, + { "maim_on_hit_%", 100 }, }, stats = { - "remove_ailment_when_applying_relevant_ailment", }, levels = { [1] = { actorLevel = 1, }, @@ -664,38 +2991,28 @@ skills["SupportCommiseratePlayer"] = { }, } } -skills["SupportMultiplePoisonPlayer"] = { - name = "Comorbidity", - description = "Supports any skill that Hits enemies, allowing it to inflict an extra Poison on enemies but shortening the duration of those Poisons.", +skills["SupportMaladyPlayer"] = { + name = "Malady", + description = "Supports Skills which can cause Damaging Hits, causing base chance to inflict Bleed with Supported Skills to instead apply to base chance to Poison, and causing base chance to Poison to instead apply to Bleed.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Malady",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Comorbidity", + label = "Malady", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_multi_poison_poison_duration_+%_final"] = { - mod("EnemyPoisonDuration", "MORE", nil), - }, - ["number_of_additional_poison_stacks"] = { - mod("PoisonStacks", "BASE", nil), - flag("PoisonCanStack"), - }, - }, baseFlags = { }, - constantStats = { - { "number_of_additional_poison_stacks", 1 }, - { "support_multi_poison_poison_duration_+%_final", -20 }, - }, stats = { + "base_bleed_chance_is_poison_chance_instead", + "base_poison_chance_is_bleed_chance_instead", }, levels = { [1] = { actorLevel = 1, }, @@ -703,31 +3020,27 @@ skills["SupportMultiplePoisonPlayer"] = { }, } } -skills["SupportChanceToShockPlayer"] = { - name = "Conduction", - description = "Supports any skill that Hits enemies, making it more likely to Shock.", +skills["SupportManaFlaskPlayer"] = { + name = "Mana Bounty", + description = "Supports any skill that Hits enemies, causing enemies it kills to grant more Mana Flask charges.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Bounty",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Conduction", - incrementalEffectiveness = 0.092720001935959, + label = "Mana Bounty", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_conduction_chance_to_shock_+%_final"] = { - mod("EnemyShockChance", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_conduction_chance_to_shock_+%_final", 100 }, + { "support_mana_flask_charges_gained_+%_final_from_killing_blow", 100 }, }, stats = { }, @@ -737,26 +3050,27 @@ skills["SupportChanceToShockPlayer"] = { }, } } -skills["SupportCorrosionPlayer"] = { - name = "Corrosion", - description = "Supports any skill that Hits enemies, causing Poison it applies to also Break enemy Armour. Cannot support skills that Consume Fully Broken Armour.", +skills["SupportMarkForDeathPlayer"] = { + name = "Mark for Death", + description = "Supports Mark Skills. Enemies affected by Supported Marks will have their Armour Broken by Physical Damage they take.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Mark, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.ConsumesFullyBrokenArmour, }, + excludeSkillTypes = { }, + gemFamily = { "SingleOut",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Corrosion", + label = "Mark for Death", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "armour_break_for_%_of_poison_damage_over_poison_duration", 80 }, + { "marked_target_%_physical_damage_taken_as_armour_break", 10 }, }, stats = { }, @@ -766,26 +3080,30 @@ skills["SupportCorrosionPlayer"] = { }, } } -skills["SupportCrescendoPlayer"] = { - name = "Crescendo", - description = "Supports Strikes that perform a Final Strike at the end of a combination of attacks, allowing you to use the Final Strike twice in succession.", +skills["SupportMobilityPlayer"] = { + name = "Mobility", + description = "Supports skills that can be used while moving, allowing you to move faster while using them.", color = 2, support = true, - requireSkillTypes = { SkillType.PerformsFinalStrike, }, + requireSkillTypes = { SkillType.UsableWhileMoving, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Mobility",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Crescendo", + label = "Mobility", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "support_mobility_damage_+%_final", 0 }, + { "support_mobility_movement_speed_penalty_+%_final_while_performing_action", -25 }, + }, stats = { - "repeat_last_step_of_combo_attack", }, levels = { [1] = { actorLevel = 1, }, @@ -793,32 +3111,36 @@ skills["SupportCrescendoPlayer"] = { }, } } -skills["SupportCullingStrikePlayer"] = { - name = "Culling Strike", - description = "Supports Attack Skills, causing them to Cull Rare and Unique Enemies on Hit.", +skills["SupportMomentumPlayer"] = { + name = "Momentum", + description = "Supports any damaging skill that you use yourself, causing it to deal more damage if you move a sufficient distance while using the skill. Teleportation does not count towards the distance travelled.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "Momentum",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Culling Strike", + label = "Momentum", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_culling_strike_vs_rare_or_unique_enemy"] = { - mod("CullPercent", "MAX", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), - value = 10 + ["support_momnetum_damage_+%_final_with_momentum"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "Moved2m" }), }, }, baseFlags = { }, + constantStats = { + { "support_momentum_distance_travelled_to_gain_momentum", 20 }, + { "support_momnetum_damage_+%_final_with_momentum", 40 }, + }, stats = { - "support_culling_strike_vs_rare_or_unique_enemy", }, levels = { [1] = { actorLevel = 1, }, @@ -826,30 +3148,41 @@ skills["SupportCullingStrikePlayer"] = { }, } } -skills["SupportCulminationPlayer"] = { - name = "Culmination", - description = "Supports Melee Attack Skills. Supported Skills gain Combo when you successfully Strike Enemies with other Melee Attacks. Supported Skills reset their Combo on use, dealing more Damage the higher Combo you had on use. Cannot support skills which already gain Combo. Cannot Support Skills used by Minions.", +skills["SupportMultishotPlayer"] = { + name = "Multishot I", + description = "Supports Projectile skills, making them fire extra Projectiles. Also lowers Attack and Cast speed of supported skills, as well as lessening their damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, - addSkillTypes = { SkillType.ComboStacking, SkillType.SupportedByComboMastery, SkillType.HasUsageCondition, }, - excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByComboMastery, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileNumber, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + gemFamily = { "AdditionalProjectiles",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Culmination", - incrementalEffectiveness = 0.054999999701977, + label = "Multishot I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_multiple_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_scattershot_skill_speed_+%_final"] = { + mod("Speed", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_damage_+%_final_per_combo_stack", 3 }, - { "base_combo_stacks_decay_delay_ms", 4000 }, + { "number_of_additional_projectiles", 2 }, + { "support_multiple_damage_+%_final", -35 }, + { "terrain_arrow_attachment_chance_reduction_+%", 200 }, + { "support_scattershot_skill_speed_+%_final", -20 }, }, stats = { - "skill_uncapped_combo_counter", }, levels = { [1] = { actorLevel = 1, }, @@ -857,27 +3190,40 @@ skills["SupportCulminationPlayer"] = { }, } } -skills["SupportDazzlePlayer"] = { - name = "Dazzle", - description = "Supports Attack Skills. Supported Skills always hit Dazed Enemies, but Consume Daze on Hit, and cannot themselves inflict Daze.", +skills["SupportMultishotPlayerTwo"] = { + name = "Multishot II", + description = "Supports Projectile skills, making them fire extra Projectiles. Also lowers Attack and Cast speed of supported skills, as well as lessening their damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileNumber, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + gemFamily = { "AdditionalProjectiles",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Dazzle", + label = "Multishot II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_multiple_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_scattershot_skill_speed_+%_final"] = { + mod("Speed", "MORE", nil), + }, + }, baseFlags = { }, + constantStats = { + { "number_of_additional_projectiles", 2 }, + { "support_multiple_damage_+%_final", -25 }, + { "terrain_arrow_attachment_chance_reduction_+%", 200 }, + { "support_scattershot_skill_speed_+%_final", -20 }, + }, stats = { - "consume_enemy_daze_to_always_hit", - "cannot_daze", }, levels = { [1] = { actorLevel = 1, }, @@ -885,33 +3231,33 @@ skills["SupportDazzlePlayer"] = { }, } } -skills["SupportDeadlyHeraldsPlayer"] = { - name = "Deadly Herald", - description = "Supports Herald Skills, making their triggered effects deal more damage at the expense of higher Spirit cost.", +skills["SupportEmpoweredCullPlayer"] = { + name = "Murderous Intent", + description = "Supports skills that can Empower skills other than themselves, causing skills they Empower to Cull enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Herald, }, + requireSkillTypes = { SkillType.EmpowersOtherSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "MurderousIntent",}, levels = { - [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Deadly Herald", + label = "Murderous Intent", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_deadly_heralds_damage_+%_final"] = { - mod("Damage", "MORE", nil), + ["support_empowered_culling_strike"] = { + mod("ExtraEmpowerMod", "LIST", { mod = mod("CullPercent", "MAX", nil), unscalable = true }), + value = 10, } }, baseFlags = { }, - constantStats = { - { "support_deadly_heralds_damage_+%_final", 30 }, - }, stats = { + "support_empowered_culling_strike", }, levels = { [1] = { actorLevel = 1, }, @@ -919,37 +3265,28 @@ skills["SupportDeadlyHeraldsPlayer"] = { }, } } -skills["SupportDeadlyPoisonPlayer"] = { - name = "Deadly Poison", - description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Poison.", +skills["SupportNeuralOverloadPlayer"] = { + name = "Neural Overload", + description = "Supports any skill that Hits enemies. Nearby enemies are marked when they are Primed for Electrocution, and hitting a marked enemy with a supported skill will Electrocute them.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Electrocute",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Deadly Poison", + label = "Neural Overload", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_deadly_poison_hit_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit), - }, - ["support_deadly_poison_poison_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), - }, - }, baseFlags = { }, - constantStats = { - { "support_deadly_poison_hit_damage_+%_final", -25 }, - { "support_deadly_poison_poison_effect_+%_final", 75 }, - }, stats = { + "active_skill_show_overload_range", + "active_skill_can_overload", }, levels = { [1] = { actorLevel = 1, }, @@ -957,31 +3294,27 @@ skills["SupportDeadlyPoisonPlayer"] = { }, } } -skills["SupportSlowerProjectilesPlayer"] = { - name = "Deceleration", - description = "Supports Projectile skills, making those Projectiles travel more slowly.", +skills["SupportNimbleReloadPlayer"] = { + name = "Nimble Reload", + description = "Supports Crossbow Ammunition Skills, causing them to Reload bolts significantly faster.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + excludeSkillTypes = { }, + gemFamily = { "NimbleReload",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Deceleration", - incrementalEffectiveness = 0.092720001935959, + label = "Nimble Reload", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_slower_projectiles_projectile_speed_+%_final"] = { - mod("ProjectileSpeed", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_slower_projectiles_projectile_speed_+%_final", -30 }, + { "reload_speed_+%", 60 }, }, stats = { }, @@ -991,30 +3324,36 @@ skills["SupportSlowerProjectilesPlayer"] = { }, } } -skills["SupportDelayedGratificationPlayer"] = { - name = "Delayed Gratification", - description = "Supports Skills which require some Condition to be met for use. Supported Skills can be used an additional time after their Condition has been met, but meeting that Condition is harder.", +skills["SupportNovaProjectilesPlayer"] = { + name = "Nova Projectiles", + description = "Supports Projectile Skills, making them fire extra Projectiles in a circle, at the cost of Damage. Does not support Skills which rain down Projectiles from above.", color = 2, support = true, - requireSkillTypes = { SkillType.HasUsageCondition, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileNumber, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, SkillType.Rain, }, + gemFamily = { "AdditionalProjectiles",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Delayed Gratification", + label = "Nova Projectiles", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_nova_projectiles_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "difficulty_of_meeting_conditional_requirement_+%", 150 }, - { "conditional_skill_additional_usages_after_meeting_requirement", 1 }, - { "conditional_skill_additional_usages_duration_ms", 10000 }, + { "number_of_additional_projectiles", 4 }, + { "support_nova_projectiles_damage_+%_final", -40 }, }, stats = { + "projectiles_nova", }, levels = { [1] = { actorLevel = 1, }, @@ -1022,38 +3361,30 @@ skills["SupportDelayedGratificationPlayer"] = { }, } } -skills["SupportDelayedReactionPlayer"] = { - name = "Delayed Reaction", - description = "Supports Skills which create Hazards, causing those Hazards to only be able to trigger immediately after creation or at the end of their duration. Created Hazards have significantly lowered duration, and deal more damage.", +skills["SupportOutmaneuverPlayer"] = { + name = "Outmaneuver", + description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills Break Armour against Parried Enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Hazard, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Minion, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, }, + gemFamily = { "Outmaneuver",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Delayed Reaction", + label = "Outmaneuver", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_sunblast_hazard_hazard_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - ["support_sunblast_hazard_hazard_duration_+%_final"] = { - mod("Duration", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_sunblast_hazard_hazard_damage_+%_final", 15 }, - { "support_sunblast_hazard_hazard_duration_+%_final", -70 }, + { "armour_break_physical_damage_%_dealt_as_armour_break_vs_parried_enemies", 25 }, }, stats = { - "hazards_trigger_at_end_of_duration_instead", }, levels = { [1] = { actorLevel = 1, }, @@ -1061,32 +3392,33 @@ skills["SupportDelayedReactionPlayer"] = { }, } } -skills["SupportDeliberationPlayer"] = { - name = "Deliberation", - description = "Supports skills that can be used while moving, causing you to move slower while using them, but granting more damage in exchange.", +skills["SupportIncreaseLimitPlayer"] = { + name = "Overabundance I", + description = "Supports skills which can have a Limited number of effects active at once, increasing that Limit at the cost of their duration. Only applies to restrictions that use the word \"Limit\".", color = 2, support = true, - requireSkillTypes = { SkillType.UsableWhileMoving, }, + requireSkillTypes = { SkillType.Limit, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Overabundance",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Deliberation", + label = "Overabundance I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_deliberation_damage_+%_final"] = { - mod("Damage", "MORE", nil), + ["support_limit_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_deliberation_movement_speed_penalty_+%_final_while_performing_action", 30 }, - { "support_deliberation_damage_+%_final", 20 }, + { "base_limit_+", 1 }, + { "support_limit_skill_effect_duration_+%_final", -50 }, }, stats = { }, @@ -1096,26 +3428,33 @@ skills["SupportDeliberationPlayer"] = { }, } } -skills["SupportDazingPlayer"] = { - name = "Discombobulate", - description = "Supports Attacks, causing them to build up Daze based on a portion of Physical Damage dealt.", +skills["SupportIncreaseLimitPlayerTwo"] = { + name = "Overabundance II", + description = "Supports skills which can have a Limited number of effects active at once, increasing that Limit at the cost of their duration. Only applies to restrictions that use the word \"Limit\".", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Limit, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Overabundance",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Discombobulate", + label = "Overabundance II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_limit_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_physical_damage_%_to_gain_as_daze_build_up", 100 }, + { "base_limit_+", 1 }, + { "support_limit_skill_effect_duration_+%_final", -40 }, }, stats = { }, @@ -1125,27 +3464,33 @@ skills["SupportDazingPlayer"] = { }, } } -skills["SupportElectrocutePlayer"] = { - name = "Electrocute", - description = "Supports any Skill which can deal Damage. Lightning Damage from Supported Skills can inflict Electrocute, but Supported Skills cannot inflict Shock.", +skills["SupportIncreaseLimitPlayerThree"] = { + name = "Overabundance III", + description = "Supports skills which can have a Limited number of effects active at once, doubling that Limit at the cost of Cursing yourself on Skill use. Only applies to restrictions that use the word \"Limit\".", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Limit, }, + addSkillTypes = { SkillType.HasReservation, SkillType.SupportedByOverabundanceThree, }, + excludeSkillTypes = { SkillType.HasReservation, SkillType.SupportedByOverabundanceThree, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Overabundance",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Electrocute", + label = "Overabundance III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_limit_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, baseFlags = { }, stats = { - "base_lightning_damage_can_electrocute", - "never_shock", + "skill_has_double_limit", + "randomly_curse_self_on_skill_use", }, levels = { [1] = { actorLevel = 1, }, @@ -1153,28 +3498,30 @@ skills["SupportElectrocutePlayer"] = { }, } } -skills["SupportEncumberancePlayer"] = { - name = "Encumbrance", - description = "Supports any skill, causing inflicted Slows to be more powerful.", +skills["SupportOverchargePlayer"] = { + name = "Overcharge", + description = "Supports any skill that Hits enemies, making its Shocks more effective but reflecting them back to you as well.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.Spell, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Overcharge",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Encumbrance", - incrementalEffectiveness = 0.054999999701977, + label = "Overcharge", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_debuff_slow_magnitude_+%", 15 }, + { "shock_effect_+%", 50 }, }, stats = { + "shocks_reflected_to_self", }, levels = { [1] = { actorLevel = 1, }, @@ -1182,26 +3529,33 @@ skills["SupportEncumberancePlayer"] = { }, } } -skills["SupportChanceToPoisonPlayer"] = { - name = "Envenom", - description = "Supports any skill that Hits enemies, giving it a chance to Poison enemies.", +skills["SupportOverextendPlayer"] = { + name = "Overextend", + description = "Supports Attack Skills you use yourself. Supported Skills deal more Damage with Critical Hits, but Critically Hitting an Enemy with them will Daze you for a short time.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Overextend",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Envenom", - incrementalEffectiveness = 0.092720001935959, + label = "Overextend", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_overextend_critical_strike_multiplier_+%_final"] = { + mod("CritMultiplier", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "base_chance_to_poison_on_hit_%", 50 }, + { "support_overextend_critical_strike_multiplier_+%_final", 30 }, + { "daze_self_on_critical_hit_for_X_ms", 5000 }, }, stats = { }, @@ -1211,38 +3565,35 @@ skills["SupportChanceToPoisonPlayer"] = { }, } } -skills["SupportExcoriatePlayer"] = { - name = "Excoriate", - description = "Supports Melee Attack Skills. Supported Skills deal more Melee Damage for each Elemental Ailment on Enemies they hit, but cannot themselves inflict Elemental Ailments.", +skills["SupportOverreachPlayer"] = { + name = "Overreach", + description = "Supports Attack Skills which deal Damage in an Area. Supported Skills have significantly increased Area of Effect, but are less Accurate against nearby targets.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + requireSkillTypes = { SkillType.Attack, SkillType.Area, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "IncreasedAreaOfEffect",}, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Excoriate", + label = "Overreach", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target"] = { - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited" }), - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Chilled" }), - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Frozen" }), - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Shocked" }), - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Electrocuted" }), + ["support_reach_accuracy_within_2m_+%_final"] = { + mod("Accuracy", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "enemyDistance", threshold = 20, upper = true } ), }, }, baseFlags = { }, constantStats = { - { "support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target", 10 }, + { "base_skill_area_of_effect_+%", 40 }, + { "support_reach_accuracy_within_2m_+%_final", -80 }, }, stats = { - "cannot_inflict_elemental_ailments", }, levels = { [1] = { actorLevel = 1, }, @@ -1250,34 +3601,30 @@ skills["SupportExcoriatePlayer"] = { }, } } -skills["SupportFerocityPlayer"] = { - name = "Ferocity", - description = "Supports Skills that you use yourself. Supported Skills will consume a Frenzy Charge on use if possible, and will gain significant Skill Speed if they do. Supported Skills cannot generate Frenzy Charges.", +skills["SupportPayloadPlayer"] = { + name = "Payload", + description = "Supports Skills which fire Grenades, giving fired Grenades a chance to activate again, but lengthening their cooldowns.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, - addSkillTypes = { SkillType.SupportedByFerocity, }, - excludeSkillTypes = { SkillType.Minion, SkillType.SummonsTotem, SkillType.SupportedByTumult, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesFrenzyChargesOnUse, SkillType.SupportedByFerocity, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.Grenade, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Payload",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ferocity", + label = "Payload", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"] = { - mod("Speed", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "RemovableFrenzyCharge", threshold = 1 }), - }, - }, baseFlags = { }, constantStats = { - { "skill_consume_frenzy_charge_to_gain_skill_speed_+%_final", 40 }, + { "grenade_skill_%_chance_to_explode_twice", 50 }, + { "base_cooldown_speed_+%", -70 }, }, stats = { - "skill_cannot_generate_frenzy_charges", }, levels = { [1] = { actorLevel = 1, }, @@ -1285,26 +3632,27 @@ skills["SupportFerocityPlayer"] = { }, } } -skills["SupportFlowPlayer"] = { - name = "Flow", - description = "Supports Skills which require Combo to use. Supported Skills lose their Combo stacks after a longer delay spent not gaining any Combo.", +skills["SupportPerfectEndurancePlayer"] = { + name = "Perfected Endurance", + description = "Supports skills which have a benefit for Perfect Timing. Supported Skills grant at least one Endurance Charge when Hitting an enemy with Perfect Timing.", color = 2, support = true, - requireSkillTypes = { SkillType.ComboStacking, }, + requireSkillTypes = { SkillType.PerfectTiming, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "PerfectedEndurance",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Flow", + label = "Perfected Endurance", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "combo_falloff_speed_+%", -60 }, + { "chance_to_gain_endurance_charge_on_perfect_timing_hit_%", 100 }, }, stats = { }, @@ -1314,35 +3662,29 @@ skills["SupportFlowPlayer"] = { }, } } -skills["SupportForkPlayer"] = { - name = "Fork", - description = "Supports Projectile skills, making their Projectiles Fork.", +skills["SupportPerfectionPlayer"] = { + name = "Perfection", + description = "Supports skills which have a benefit for Perfectly Timing their use. On successfully executing Perfect Timing with Supported Skills, gain Perfection, which is a powerful damage buff. However, failing to execute any Perfect Timing (even with skills not supported by Perfection) will remove all Perfection on you.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, }, + requireSkillTypes = { SkillType.PerfectTiming, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + excludeSkillTypes = { }, + gemFamily = { "Perfection",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fork", - incrementalEffectiveness = 0.092720001935959, + label = "Perfection", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_fork_forked_projectile_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "ForkedCount", threshold = 1 }), - }, - }, baseFlags = { }, constantStats = { - { "terrain_arrow_attachment_chance_reduction_+%", 100 }, - { "support_fork_forked_projectile_damage_+%_final", -30 }, + { "gain_X_perfection_on_successful_perfect_timing", 1 }, }, stats = { - "projectiles_fork", }, levels = { [1] = { actorLevel = 1, }, @@ -1350,34 +3692,31 @@ skills["SupportForkPlayer"] = { }, } } -skills["SupportGambleshotPlayer"] = { - name = "Gambleshot", - description = "Supports Skills which fire Projectiles that are not ground targeted. Projectiles from Supported Skills randomly Fork, Chain or Pierce.", +skills["SupportPerpetualChargePlayer"] = { + name = "Perpetual Charge", + description = "Supports skills that consume Power, Frenzy or Endurance Charges on use, giving them a chance not to remove each Charge while still gaining the benefits of consuming them.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, }, + requireSkillTypes = { SkillType.ConsumesCharges, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.GroundTargetedProjectile, }, + excludeSkillTypes = { }, + gemFamily = { "PerpetualCharge",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Gambleshot", + label = "Perpetual Charge", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - [ "support_gambleshot_projectile_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_gambleshot_projectile_damage_+%_final", -15 }, + { "charge_skip_consume_chance_%", 25 }, }, stats = { - "projectile_randomly_fork_chain_or_pierce", }, levels = { [1] = { actorLevel = 1, }, @@ -1385,28 +3724,29 @@ skills["SupportGambleshotPlayer"] = { }, } } -skills["SupportHitAndRunPlayer"] = { - name = "Hit and Run", - description = "Supports Attack Skills you use yourself which do not already have some Condition for use. Supported Skills can only be used after you have moved a certain distance, but have massively increased Skill Speed. Cannot support Skills which have a Cooldown or that are Triggered.", +skills["SupportPiercePlayer"] = { + name = "Pierce I", + description = "Supports Projectile skills, making their Projectiles Pierce an enemy but deal less damage after doing so.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, }, - addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByMobileAssault, }, - excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByMobileAssault, SkillType.NOT, SkillType.AND, SkillType.Instant, SkillType.Cooldown, SkillType.Triggered, SkillType.UsedByTotem, }, - ignoreMinionTypes = true, + requireSkillTypes = { SkillType.Projectile, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Pierce",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Hit and Run", - incrementalEffectiveness = 0.054999999701977, + label = "Pierce I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_mobile_assault_skill_speed_+%_final", 40 }, - { "skill_unusable_until_moved_X_distance", 100 }, + { "base_chance_to_pierce_%", 100 }, + { "support_pierce_projectile_damage_+%_final_if_pierced_enemy", -20 }, }, stats = { }, @@ -1416,29 +3756,30 @@ skills["SupportHitAndRunPlayer"] = { }, } } -skills["SupportImpalePlayer"] = { - name = "Impale", - description = "Supports Attacks, causing them to Impale on Hit but making them unable to Extract Impale themselves.", +skills["SupportPiercePlayerTwo"] = { + name = "Pierce II", + description = "Supports Projectile skills, making their Projectiles Pierce an enemy.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Pierce",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Impale", - incrementalEffectiveness = 0.054999999701977, + label = "Pierce II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "impale_on_hit_%_chance", 100 }, + { "base_chance_to_pierce_%", 100 }, }, stats = { - "cannot_consume_impale", }, levels = { [1] = { actorLevel = 1, }, @@ -1446,33 +3787,36 @@ skills["SupportImpalePlayer"] = { }, } } -skills["SupportCooldownReductionPlayer"] = { - name = "Ingenuity", - description = "Supports skills with Cooldowns, increasing the rate at which those Cooldowns Recover.", +skills["SupportPiercePlayerThree"] = { + name = "Pierce III", + description = "Supports Projectile skills, making their Projectiles Pierce an unlimited number of enemies, losing damage as they do so.", color = 2, support = true, - requireSkillTypes = { SkillType.Cooldown, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Pierce",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ingenuity", - incrementalEffectiveness = 0.054999999701977, + label = "Pierce III", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_cooldown_reduction_cooldown_recovery_+%"] = { - mod("CooldownRecovery", "INC", nil), + ["support_pierce_damage_+%_final_per_pierced_target"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "PiercedCount" }), }, }, baseFlags = { }, constantStats = { - { "support_cooldown_reduction_cooldown_recovery_+%", 30 }, + { "support_pierce_damage_+%_final_per_pierced_target", -20 }, }, stats = { + "always_pierce", }, levels = { [1] = { actorLevel = 1, }, @@ -1480,36 +3824,28 @@ skills["SupportCooldownReductionPlayer"] = { }, } } -skills["SupportInhibitorPlayer"] = { - name = "Inhibitor", - description = "Supports any Skill you use yourself or that you Trigger. Supported Skills cannot consume Charges by any means. Cannot Support Skills which require Charges to be used.", +skills["SupportPietysMercyPlayer"] = { + name = "Piety's Mercy", + description = "Supports Skills that cause Damaging Hits. Hits from Supported Skills cannot kill Enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, SkillType.Spell, SkillType.DegenOnlySpellDamage, }, - addSkillTypes = { SkillType.CannotConsumeCharges, }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.RequiresCharges, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Mercy",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Inhibitor", + label = "Piety's Mercy", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_inhibitor_damage_+%_final_per_charge_type"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "FrenzyCharge", threshold = 1 }), - mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "PowerCharge", threshold = 1 }), - mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "EnduranceCharge", threshold = 1 }), - }, - }, baseFlags = { }, - constantStats = { - { "support_inhibitor_damage_+%_final_per_charge_type", 4 }, - }, stats = { - "cannot_consume_power_frenzy_endurance_charges", + "cannot_kill_enemies_with_hits", }, levels = { [1] = { actorLevel = 1, }, @@ -1517,39 +3853,31 @@ skills["SupportInhibitorPlayer"] = { }, } } -skills["SupportInnervatePlayer"] = { - name = "Innervate", - description = "Supports Attacks you use yourself. Killing a Shocked enemy with supported skills infuses all of your Attacks with Lightning damage for a short time.", +skills["SupportPinPlayer"] = { + name = "Pin I", + description = "Supports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.Duration, }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, }, - ignoreMinionTypes = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Pin",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Innervate", + label = "Pin I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_innervate_buff_grant_%_added_lightning_attack_damage"] = { - mod("DamageGainAsLightning", "BASE", nil, ModFlag.Attack, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Innervate" }), - }, - ["support_innervate_base_buff_duration"] = { - mod("Duration", "BASE", nil, 0, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff" }), - div = 1000, - }, - }, baseFlags = { }, constantStats = { - { "support_innervate_buff_grant_%_added_lightning_attack_damage", 35 }, - { "support_innervate_buff_base_duration_ms", 5000 }, + { "support_pin_spell_pinned_art_variation", 1 }, }, stats = { + "support_pin_physical_damage_can_pin", + "support_pin_buildup_pin_instead_of_stun", }, levels = { [1] = { actorLevel = 1, }, @@ -1557,34 +3885,32 @@ skills["SupportInnervatePlayer"] = { }, } } -skills["SupportLastingShockPlayer"] = { - name = "Lasting Shock", - description = "Supports any skill that Hits enemies or inflicts Shock, causing its Shocks to be inflicted less often but last longer.", +skills["SupportPinPlayerTwo"] = { + name = "Pin II", + description = "Supports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun, as well as granting Critial Hit Chance against Immobilised enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Pin",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lasting Shock", - incrementalEffectiveness = 0.092720001935959, + label = "Pin II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_lasting_shock_chance_to_shock_+%_final"] = { - mod("EnemyShockChance", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "shock_duration_+%", 100 }, - { "support_lasting_shock_chance_to_shock_+%_final", -30 }, + { "support_pin_spell_pinned_art_variation", 1 }, + { "critical_strike_chance_+%_vs_immobilised_enemies", 50 }, }, stats = { + "support_pin_physical_damage_can_pin", + "support_pin_buildup_pin_instead_of_stun", }, levels = { [1] = { actorLevel = 1, }, @@ -1592,28 +3918,33 @@ skills["SupportLastingShockPlayer"] = { }, } } -skills["SupportLeveragePlayer"] = { - name = "Leverage", - description = "Supports Skills which Hit Enemies. Supported Skills gain increased chance to Critically Hit against Immobilised Enemies.", +skills["SupportPinPlayerThree"] = { + name = "Pin III", + description = "Supports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun. Pin buildup caused by Supported Skill is lessened, but Pin duration is significantly longer.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Pin",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Leverage", + label = "Pin III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "critical_strike_chance_+%_vs_immobilised_enemies", 50 }, + { "support_pin_spell_pinned_art_variation", 1 }, + { "support_pin_pin_buildup_+%_final", -60 }, + { "support_pin_pin_duration_+%_final", 30 }, }, stats = { + "support_pin_physical_damage_can_pin", + "support_pin_buildup_pin_instead_of_stun", }, levels = { [1] = { actorLevel = 1, }, @@ -1621,26 +3952,27 @@ skills["SupportLeveragePlayer"] = { }, } } -skills["SupportLifeFlaskPlayer"] = { - name = "Life Bounty", - description = "Supports any skill that Hits enemies, causing enemies it kills to grant more Life Flask charges.", +skills["SupportPoisonPlayer"] = { + name = "Poison I", + description = "Supports any skill that Hits enemies, giving it a chance to Poison enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Poison",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Life Bounty", - incrementalEffectiveness = 0.054999999701977, + label = "Poison I", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_life_flask_charges_gained_+%_final_from_killing_blow", 100 }, + { "base_chance_to_poison_on_hit_%", 40 }, }, stats = { }, @@ -1650,26 +3982,27 @@ skills["SupportLifeFlaskPlayer"] = { }, } } -skills["SupportLifeOnCullPlayer"] = { - name = "Life Drain", - description = "Supports any skill that Hits enemies, causing you to recover Life when it Culls an enemy.", +skills["SupportPoisonPlayerTwo"] = { + name = "Poison II", + description = "Supports any skill that Hits enemies, giving it a chance to Poison enemies.", color = 2, support = true, requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Poison",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Life Drain", + label = "Poison II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "recover_%_maximum_life_on_cull", 12 }, + { "base_chance_to_poison_on_hit_%", 60 }, }, stats = { }, @@ -1679,26 +4012,33 @@ skills["SupportLifeOnCullPlayer"] = { }, } } -skills["SupportLightningExposurePlayer"] = { - name = "Lightning Exposure", - description = "Supports any skill that Hits enemies, causing it to inflict Lightning Exposure when inflicting Shock.", +skills["SupportPoisonPlayerThree"] = { + name = "Poison III", + description = "Supports any skill that Hits enemies, giving it a chance to Poison enemies and causing it to inflict more powerful Poisons against Bleeding Enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.Duration, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Poison",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lightning Exposure", + label = "Poison III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["mixed_maladies_poison_effect_+%_final_vs_bleeding"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Poison, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + }, + }, baseFlags = { }, constantStats = { - { "inflict_lightning_exposure_for_x_ms_on_shock", 8000 }, + { "base_chance_to_poison_on_hit_%", 60 }, + { "mixed_maladies_poison_effect_+%_final_vs_bleeding", 20 }, }, stats = { }, @@ -1708,34 +4048,27 @@ skills["SupportLightningExposurePlayer"] = { }, } } -skills["SupportAddedLightningDamagePlayer"] = { - name = "Lightning Infusion", - description = "Supports Attacks, causing them to Gain Lightning Damage but deal less Cold and Fire Damage.", +skills["SupportPracticedComboPlayer"] = { + name = "Practiced Combo", + description = "Supports Strike Skills. Supported Skills have a chance to build additional Combo on Hit. Cannot support Skills used by Minions.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.MeleeSingleTarget, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, }, + gemFamily = { "PracticedCombo",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lightning Infusion", - baseEffectiveness = 0.52710002660751, - incrementalEffectiveness = 0.092720001935959, + label = "Practiced Combo", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_cold_and_fire_damage_+%_final"] = { - mod("ColdDamage", "MORE", nil), - mod("FireDamage", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks", 25 }, - { "support_cold_and_fire_damage_+%_final", -50 }, + { "additional_combo_gain_chance_%", 40 }, }, stats = { }, @@ -1745,26 +4078,33 @@ skills["SupportAddedLightningDamagePlayer"] = { }, } } -skills["SupportLightningPenetrationPlayer"] = { - name = "Lightning Penetration", - description = "Supports any skill that Hits enemies, making those Hits Penetrate enemy Lightning resistance.", +skills["SupportPrecisionPlayer"] = { + name = "Precision I", + description = "Supports Persistent Buff Skills, causing you to gain increased Accuracy while the Skill is active.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Precision",}, + isLineage = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lightning Penetration", - incrementalEffectiveness = 0.092720001935959, + label = "Precision I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_precision_accuracy_rating_+%"] = { + mod("Accuracy", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Precision" } ), + }, + }, baseFlags = { }, constantStats = { - { "base_reduce_enemy_lightning_resistance_%", 30 }, + { "support_precision_accuracy_rating_+%", 30 }, }, stats = { }, @@ -1774,26 +4114,33 @@ skills["SupportLightningPenetrationPlayer"] = { }, } } -skills["SupportLockdownPlayer"] = { - name = "Lockdown", - description = "Supports any skill that Hits enemies, causing any Pin buildup it inflicts to be stronger the closer the enemy is to you.", +skills["SupportPrecisionPlayerTwo"] = { + name = "Precision II", + description = "Supports Persistent Buff Skills, causing you to gain increased Accuracy while the Skill is active.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Precision",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lockdown", + label = "Precision II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_precision_accuracy_rating_+%"] = { + mod("Accuracy", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Precision" } ), + }, + }, baseFlags = { }, constantStats = { - { "support_lockdown_distance_based_pin_damage_+%_final", 120 }, + { "support_precision_accuracy_rating_+%", 50 }, }, stats = { }, @@ -1803,32 +4150,33 @@ skills["SupportLockdownPlayer"] = { }, } } -skills["SupportFarCombatPlayer"] = { - name = "Longshot", - description = "Supports Attacks, causing them to deal more damage from farther away.", +skills["SupportProjectileAccelerationPlayer"] = { + name = "Projectile Acceleration I", + description = "Supports Projectile skills, making those Projectiles travel faster.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, addSkillTypes = { }, - excludeSkillTypes = { }, - ignoreMinionTypes = true, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Longshot", + label = "Projectile Acceleration I", + baseEffectiveness = 0, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_far_combat_attack_damage_+%_final_from_distance"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{35,0},{70,1}} }), + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_far_combat_attack_damage_+%_final_from_distance", 30 }, + { "support_faster_projectiles_projectile_speed_+%_final", 40 }, }, stats = { }, @@ -1838,28 +4186,34 @@ skills["SupportFarCombatPlayer"] = { }, } } -skills["SupportMaimPlayer"] = { - name = "Maim", - description = "Supports Attacks, causing them to Maim enemies.", +skills["SupportProjectileAccelerationPlayerTwo"] = { + name = "Projectile Acceleration II", + description = "Supports Projectile skills, making those Projectiles travel faster, and granting them a chance to Pierce Enemies.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.AppliesMaim, }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Maim", + label = "Projectile Acceleration II", + baseEffectiveness = 0, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "maim_on_hit_%", 100 }, + { "support_faster_projectiles_projectile_speed_+%_final", 40 }, + { "base_chance_to_pierce_%", 40 }, }, stats = { }, @@ -1869,27 +4223,36 @@ skills["SupportMaimPlayer"] = { }, } } -skills["SupportMaladyPlayer"] = { - name = "Malady", - description = "Supports Skills which can cause Damaging Hits, causing base chance to inflict Bleed with Supported Skills to instead apply to base chance to Poison, and causing base chance to Poison to instead apply to Bleed.", +skills["SupportProjectileAccelerationPlayerThree"] = { + name = "Projectile Acceleration III", + description = "Supports Projectile skills, making those Projectiles travel faster, and causing increases and reductions to Projectile speed to also apply to Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Malady", - incrementalEffectiveness = 0.054999999701977, + label = "Projectile Acceleration III", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, + }, baseFlags = { }, + constantStats = { + { "support_faster_projectiles_projectile_speed_+%_final", 40 }, + }, stats = { - "base_bleed_chance_is_poison_chance_instead", - "base_poison_chance_is_bleed_chance_instead", + "projectile_speed_additive_modifiers_also_apply_to_projectile_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -1897,26 +4260,32 @@ skills["SupportMaladyPlayer"] = { }, } } -skills["SupportManaFlaskPlayer"] = { - name = "Mana Bounty", - description = "Supports any skill that Hits enemies, causing enemies it kills to grant more Mana Flask charges.", +skills["SupportProjectileDecelerationPlayer"] = { + name = "Projectile Deceleration I", + description = "Supports Projectile skills, making those Projectiles travel more slowly.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Mana Bounty", - incrementalEffectiveness = 0.054999999701977, + label = "Projectile Deceleration I", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_slower_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_mana_flask_charges_gained_+%_final_from_killing_blow", 100 }, + { "support_slower_projectiles_projectile_speed_+%_final", -25 }, }, stats = { }, @@ -1926,33 +4295,32 @@ skills["SupportManaFlaskPlayer"] = { }, } } -skills["SupportFasterAttackPlayer"] = { - name = "Martial Tempo", - description = "Supports Attacks, causing them to Attack faster.", +skills["SupportProjectileDecelerationPlayerTwo"] = { + name = "Projectile Deceleration II", + description = "Supports Projectile skills, making those Projectiles travel more slowly.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileSpeed, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Herald, SkillType.NoAttackOrCastTime, }, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Martial Tempo", - baseEffectiveness = 0, + label = "Projectile Deceleration II", incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_faster_attacks_attack_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Attack), + ["support_slower_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_faster_attacks_attack_speed_+%_final", 20 }, - { "support_faster_attacks_damage_+%_final", 0 }, + { "support_slower_projectiles_projectile_speed_+%_final", -30 }, }, stats = { }, @@ -1962,27 +4330,27 @@ skills["SupportFasterAttackPlayer"] = { }, } } -skills["SupportMobilityPlayer"] = { - name = "Mobility", - description = "Supports skills that can be used while moving, allowing you to move faster while using them.", +skills["SupportPunchThroughPlayer"] = { + name = "Punch Through", + description = "Supports Melee Attack Skills. Supported Skills apply Easy Target when Knocking Back Enemies, causing the next Projectile Attack Hit they take to deal increased Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.UsableWhileMoving, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "PunchThrough",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Mobility", + label = "Punch Through", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_mobility_damage_+%_final", 0 }, - { "support_mobility_movement_speed_penalty_+%_final_while_performing_action", -25 }, + { "apply_attack_projectile_weakness_%_per_1m_knockback", 3 }, }, stats = { }, @@ -1992,33 +4360,36 @@ skills["SupportMobilityPlayer"] = { }, } } -skills["SupportMomentumPlayer"] = { - name = "Momentum", - description = "Supports any damaging skill that you use yourself, causing it to deal more damage if you move a sufficient distance while using the skill. Teleportation does not count towards the distance travelled.", +skills["SupportPursuitPlayer"] = { + name = "Pursuit I", + description = "Supports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last eight seconds, but cannot themselves deal Projectile Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Triggered, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "Pursuit",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Momentum", + label = "Pursuit I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_momnetum_damage_+%_final_with_momentum"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "Moved2m" }), + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), + }, + ["support_advancing_assault_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile), }, }, baseFlags = { }, constantStats = { - { "support_momentum_distance_travelled_to_gain_momentum", 20 }, - { "support_momnetum_damage_+%_final_with_momentum", 40 }, + { "support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds", 20 }, + { "support_advancing_assault_projectile_damage_+%_final", -100 }, }, stats = { }, @@ -2028,32 +4399,38 @@ skills["SupportMomentumPlayer"] = { }, } } -skills["SupportEmpoweredCullPlayer"] = { - name = "Murderous Intent", - description = "Supports skills that can Empower skills other than themselves, causing skills they Empower to Cull enemies.", +skills["SupportPursuitPlayerTwo"] = { + name = "Pursuit II", + description = "Supports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last eight seconds, but cannot themselves deal Projectile Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.EmpowersOtherSkill, }, + requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Pursuit",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Murderous Intent", + label = "Pursuit II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_empowered_culling_strike"] = { - mod("ExtraEmpowerMod", "LIST", { mod = mod("CullPercent", "MAX", nil), unscalable = true }), - value = 10, - } + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), + }, + ["support_advancing_assault_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile), + }, }, baseFlags = { }, + constantStats = { + { "support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds", 25 }, + { "support_advancing_assault_projectile_damage_+%_final", -100 }, + }, stats = { - "support_empowered_culling_strike", }, levels = { [1] = { actorLevel = 1, }, @@ -2061,27 +4438,38 @@ skills["SupportEmpoweredCullPlayer"] = { }, } } -skills["SupportNeuralOverloadPlayer"] = { - name = "Neural Overload", - description = "Supports any skill that Hits enemies. Nearby enemies are marked when they are Primed for Electrocution, and hitting a marked enemy with a supported skill will Electrocute them.", +skills["SupportPursuitPlayerThree"] = { + name = "Pursuit III", + description = "Supports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last two seconds, but cannot themselves deal Projectile Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Pursuit",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Neural Overload", + label = "Pursuit III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_2_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), + }, + ["support_advancing_assault_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile), + }, + }, baseFlags = { }, + constantStats = { + { "support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_2_seconds", 30 }, + { "support_advancing_assault_projectile_damage_+%_final", -100 }, + }, stats = { - "active_skill_show_overload_range", - "active_skill_can_overload", }, levels = { [1] = { actorLevel = 1, }, @@ -2089,26 +4477,28 @@ skills["SupportNeuralOverloadPlayer"] = { }, } } -skills["SupportNimbleReloadPlayer"] = { - name = "Nimble Reload", - description = "Supports Crossbow Ammunition Skills, causing them to Reload bolts significantly faster.", +skills["SupportRakiatasFlowPlayer"] = { + name = "Rakiata's Flow", + description = "Supports Skills that can cause Damaging Hits, causing those Hits to treat Enemy Elemental Resistances as inverted.", color = 2, support = true, - requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "RakiataLineage",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Nimble Reload", + label = "Rakiata's Flow", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "reload_speed_+%", 60 }, + { "treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance", 100 }, }, stats = { }, @@ -2118,27 +4508,28 @@ skills["SupportNimbleReloadPlayer"] = { }, } } -skills["SupportOutmaneuverPlayer"] = { - name = "Outmaneuver", - description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills Break Armour against Parried Enemies.", +skills["SupportRapidAttacksPlayer"] = { + name = "Rapid Attacks I", + description = "Supports Attacks, causing them to Attack faster.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Minion, SkillType.Trapped, SkillType.RemoteMined, }, - ignoreMinionTypes = true, + excludeSkillTypes = { SkillType.Herald, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidAttacks",}, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Outmaneuver", - incrementalEffectiveness = 0.054999999701977, + label = "Rapid Attacks I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "armour_break_physical_damage_%_dealt_as_armour_break_vs_parried_enemies", 25 }, + { "attack_speed_+%", 15 }, }, stats = { }, @@ -2148,32 +4539,27 @@ skills["SupportOutmaneuverPlayer"] = { }, } } -skills["SupportIncreaseLimitPlayer"] = { - name = "Overabundance", - description = "Supports skills which can have a Limited number of effects active at once, increasing that Limit at the cost of their duration. Only applies to restrictions that use the word \"Limit\".", +skills["SupportRapidAttacksPlayerTwo"] = { + name = "Rapid Attacks II", + description = "Supports Attacks, causing them to Attack faster.", color = 2, support = true, - requireSkillTypes = { SkillType.Limit, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Herald, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidAttacks",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Overabundance", - incrementalEffectiveness = 0.054999999701977, + label = "Rapid Attacks II", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_limit_skill_effect_duration_+%_final"] = { - mod("Duration", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "base_limit_+", 1 }, - { "support_limit_skill_effect_duration_+%_final", -50 }, + { "attack_speed_+%", 25 }, }, stats = { }, @@ -2183,29 +4569,35 @@ skills["SupportIncreaseLimitPlayer"] = { }, } } -skills["SupportOverchargePlayer"] = { - name = "Overcharge", - description = "Supports any skill that Hits enemies, making its Shocks more effective but reflecting them back to you as well.", +skills["SupportRapidAttacksPlayerThree"] = { + name = "Rapid Attacks III", + description = "Supports Attacks, causing them to Attack faster at the cost of Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Herald, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidAttacks",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Overcharge", + label = "Rapid Attacks III", incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_faster_attacks_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Attack), + }, + }, baseFlags = { }, constantStats = { - { "shock_effect_+%", 50 }, + { "attack_speed_+%", 35 }, + { "support_faster_attacks_damage_+%_final", -50 }, }, stats = { - "shocks_reflected_to_self", }, levels = { [1] = { actorLevel = 1, }, @@ -2213,34 +4605,32 @@ skills["SupportOverchargePlayer"] = { }, } } -skills["SupportOverextendPlayer"] = { - name = "Overextend", - description = "Supports Attack Skills you use yourself. Supported Skills deal more Damage with Critical Hits, but Critically Hitting an Enemy with them will Daze you for a short time.", +skills["SupportCombatReloadPlayer"] = { + name = "Ratha's Assault", + description = "Supports Crossbow Ammunition Skills, causing them to load multiple extra bolts. Supported Skills cannot reload normally, instead loading bolts when you Dodge.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, }, + excludeSkillTypes = { }, + gemFamily = { "DoubleBarrel",}, + isLineage = true, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Overextend", + label = "Ratha's Assault", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_overextend_critical_strike_multiplier_+%_final"] = { - mod("CritMultiplier", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_overextend_critical_strike_multiplier_+%_final", 30 }, - { "daze_self_on_critical_hit_for_X_ms", 5000 }, + { "crossbow_load_x_bolts_on_dodge", 3 }, + { "support_double_barrel_number_of_crossbow_bolts_+", 3 }, }, stats = { + "active_skill_cannot_manually_reload", }, levels = { [1] = { actorLevel = 1, }, @@ -2248,27 +4638,27 @@ skills["SupportOverextendPlayer"] = { }, } } -skills["SupportPayloadPlayer"] = { - name = "Payload", - description = "Supports Skills which fire Grenades, giving fired Grenades a chance to activate again, but lengthening their cooldowns.", +skills["SupportRearmPlayer"] = { + name = "Rearm I", + description = "Supports Skills which create Hazards. Hazards created by Supported Skills have a chance to be rearmed a short duration after triggering.", color = 2, support = true, - requireSkillTypes = { SkillType.Grenade, }, + requireSkillTypes = { SkillType.Hazard, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rearm",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Payload", + label = "Rearm I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "grenade_skill_%_chance_to_explode_twice", 50 }, - { "base_cooldown_speed_+%", -70 }, + { "hazard_rearm_%_chance", 20 }, }, stats = { }, @@ -2278,26 +4668,27 @@ skills["SupportPayloadPlayer"] = { }, } } -skills["SupportPerfectionPlayer"] = { - name = "Perfection", - description = "Supports skills which have a benefit for Perfectly Timing their use. On successfully executing Perfect Timing with Supported Skills, gain Perfection, which is a powerful damage buff. However, failing to execute any Perfect Timing (even with skills not supported by Perfection) will remove all Perfection on you.", +skills["SupportRearmPlayerTwo"] = { + name = "Rearm II", + description = "Supports Skills which create Hazards. Hazards created by Supported Skills have a chance to be rearmed a short duration after triggering.", color = 2, support = true, - requireSkillTypes = { SkillType.PerfectTiming, }, + requireSkillTypes = { SkillType.Hazard, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rearm",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Perfection", + label = "Rearm II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "gain_X_perfection_on_successful_perfect_timing", 1 }, + { "hazard_rearm_%_chance", 30 }, }, stats = { }, @@ -2307,28 +4698,36 @@ skills["SupportPerfectionPlayer"] = { }, } } -skills["SupportPerpetualChargePlayer"] = { - name = "Perpetual Charge", - description = "Supports skills that consume Power, Frenzy or Endurance Charges on use, giving them a chance not to remove each Charge while still gaining the benefits of consuming them.", +skills["SupportRetreatPlayer"] = { + name = "Retreat I", + description = "Supports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last eight seconds, but cannot themselves deal Melee Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.ConsumesCharges, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Retreat",}, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, - [2] = { levelRequirement = 0, }, - [3] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Perpetual Charge", + label = "Retreat I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), + }, + ["support_retreating_assault_melee_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Melee), + }, + }, baseFlags = { }, constantStats = { - { "charge_skip_consume_chance_%", 35 }, + { "support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds", 20 }, + { "support_retreating_assault_melee_damage_+%_final", -100 }, }, stats = { }, @@ -2338,28 +4737,36 @@ skills["SupportPerpetualChargePlayer"] = { }, } } -skills["SupportPiercePlayer"] = { - name = "Pierce", - description = "Supports Projectile skills, making their Projectiles Pierce an enemy but deal less damage after doing so.", +skills["SupportRetreatPlayerTwo"] = { + name = "Retreat II", + description = "Supports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last eight seconds, but cannot themselves deal Melee Damage.", color = 2, support = true, requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + excludeSkillTypes = { }, + gemFamily = { "Retreat",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Pierce", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Retreat II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), + }, + ["support_retreating_assault_melee_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Melee), + }, + }, baseFlags = { }, constantStats = { - { "base_chance_to_pierce_%", 100 }, - { "support_pierce_projectile_damage_+%_final_if_pierced_enemy", -20 }, + { "support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds", 25 }, + { "support_retreating_assault_melee_damage_+%_final", -100 }, }, stats = { }, @@ -2369,30 +4776,38 @@ skills["SupportPiercePlayer"] = { }, } } -skills["SupportPinPlayer"] = { - name = "Pin", - description = "Supports any skill that Hits enemies, allowing its Physical damage to Pin enemies but making it unable to Stun.", +skills["SupportRetreatPlayerThree"] = { + name = "Retreat III", + description = "Supports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last two seconds, but cannot themselves deal Melee Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Retreat",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Pin", + label = "Retreat III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_2_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), + }, + ["support_retreating_assault_melee_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Melee), + }, + }, baseFlags = { }, constantStats = { - { "support_pin_spell_pinned_art_variation", 1 }, - { "support_pin_hit_damage_stun_multiplier_+%_final", -100 }, + { "support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_2_seconds", 30 }, + { "support_retreating_assault_melee_damage_+%_final", -100 }, }, stats = { - "support_pin_physical_damage_can_pin", }, levels = { [1] = { actorLevel = 1, }, @@ -2400,26 +4815,27 @@ skills["SupportPinPlayer"] = { }, } } -skills["SupportPracticedComboPlayer"] = { - name = "Practiced Combo", - description = "Supports Strike Skills. Supported Skills have a chance to build additional Combo on Hit. Cannot support Skills used by Minions.", +skills["SupportRicochetPlayer"] = { + name = "Ricochet I", + description = "Supports any Skill which creates Projectiles, giving those Projectiles a chance to Chain when impacting terrain.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.MeleeSingleTarget, SkillType.AND, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.CannotTerrainChain, }, + gemFamily = { "Ricochet",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Practiced Combo", + label = "Ricochet I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "additional_combo_gain_chance_%", 40 }, + { "projectile_chance_to_chain_1_extra_time_from_terrain_%", 40 }, }, stats = { }, @@ -2429,31 +4845,27 @@ skills["SupportPracticedComboPlayer"] = { }, } } -skills["SupportPrecisionPlayer"] = { - name = "Precision", - description = "Supports Persistent Buff Skills, causing you to gain increased Accuracy while the Skill is active.", +skills["SupportRicochetPlayerTwo"] = { + name = "Ricochet II", + description = "Supports any Skill which creates Projectiles, giving those Projectiles a chance to Chain when impacting terrain.", color = 2, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.CannotTerrainChain, }, + gemFamily = { "Ricochet",}, levels = { - [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Precision", + label = "Ricochet II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_precision_accuracy_rating_+%"] = { - mod("Accuracy", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Precision" } ), - }, - }, baseFlags = { }, constantStats = { - { "support_precision_accuracy_rating_+%", 30 }, + { "projectile_chance_to_chain_1_extra_time_from_terrain_%", 50 }, }, stats = { }, @@ -2463,28 +4875,28 @@ skills["SupportPrecisionPlayer"] = { }, } } -skills["SupportMultipleChargesPlayer"] = { - name = "Profusion", - description = "Supports skills that can generate Charges, giving them a chance to generate an additional Charge when they do so.", +skills["SupportRicochetPlayerThree"] = { + name = "Ricochet III", + description = "Supports any Skill which creates Projectiles, causing those Projectiles to Chain when impacting terrain, at the cost of any additional Projectiles, as well as causing them to always Pierce.", color = 2, support = true, - requireSkillTypes = { SkillType.GeneratesCharges, }, + requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.CannotChain, SkillType.CannotTerrainChain, }, + gemFamily = { "Ricochet",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Profusion", + label = "Ricochet III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, - constantStats = { - { "chance_to_gain_1_more_charge_%", 50 }, - }, stats = { + "additional_projectiles_instead_applies_to_number_of_terrain_chains", + "always_pierce", }, levels = { [1] = { actorLevel = 1, }, @@ -2492,26 +4904,32 @@ skills["SupportMultipleChargesPlayer"] = { }, } } -skills["SupportPunchThroughPlayer"] = { - name = "Punch Through", - description = "Supports Melee Attack Skills. Supported Skills apply Easy Target when Knocking Back Enemies, causing the next Projectile Attack Hit they take to deal increased Damage.", +skills["SupportRigwaldsFerocityPlayer"] = { + name = "Rigwald's Ferocity", + description = "Supports Attack skills, granting them Attack Speed at the cost of Damage or Damage at the cost of Attack Speed depending on Weapon Set they are used in. Does not modify skills used by Minions.", color = 2, support = true, - requireSkillTypes = { SkillType.Melee, }, + requireSkillTypes = { SkillType.Attack, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.NoAttackOrCastTime, SkillType.Instant, }, + gemFamily = { "RigwaldLineage",}, + isLineage = true, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Punch Through", + label = "Rigwald's Ferocity", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "apply_attack_projectile_weakness_%_per_1m_knockback", 3 }, + { "support_rigwald_attack_speed_+%_final_in_weapon_set_one", 20 }, + { "support_rigwald_damage_+%_final_in_weapon_set_one", -15 }, + { "support_rigwald_attack_speed_+%_final_in_weapon_set_two", -10 }, + { "support_rigwald_damage_+%_final_in_weapon_set_two", 30 }, }, stats = { }, @@ -2521,37 +4939,32 @@ skills["SupportPunchThroughPlayer"] = { }, } } -skills["SupportPursuitPlayer"] = { - name = "Pursuit", - description = "Supports Melee Attacks. Supported Skills deal more Melee damage if you have struck with a Projectile Attack Hit in the last eight seconds, but cannot themselves deal Projectile Damage.", +skills["SupportSalvoPlayer"] = { + name = "Salvo", + description = "Supports Attack Skills you use yourself which fire Projectiles. Supported Skills accumulate Seals over time, and consume them when used. For each Seal consumed, the Attack will fire additional Projectiles. Projectiles from Supported Skills are fired in random directions. Cannot Support Skills which require Combo, have a Cooldown or already gain Seals.", color = 2, support = true, - requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Attack, SkillType.Projectile, SkillType.AND, }, + addSkillTypes = { SkillType.HasSeals, SkillType.SupportedBySalvo, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.Minion, SkillType.UsedByTotem, SkillType.Vaal, SkillType.Cooldown, SkillType.ComboStacking, SkillType.HasSeals, SkillType.SupportedBySalvo, SkillType.NOT, SkillType.AND, }, + gemFamily = { "AdditionalProjectiles",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Pursuit", + label = "Salvo", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"] = { - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), - }, - ["support_advancing_assault_projectile_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Projectile), - }, - }, baseFlags = { }, constantStats = { - { "support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds", 25 }, - { "support_advancing_assault_projectile_damage_+%_final", -100 }, + { "support_salvo_seals_gain_base_interval_ms", 2000 }, + { "support_salvo_additional_projectiles_fired_per_seal", 2 }, + { "support_salvo_maximum_seals", 3 }, }, stats = { + "random_projectile_direction", }, levels = { [1] = { actorLevel = 1, }, @@ -2559,37 +4972,31 @@ skills["SupportPursuitPlayer"] = { }, } } -skills["SupportReachPlayer"] = { - name = "Reach", - description = "Supports Attack Skills which deal Damage in an Area. Supported Skills have significantly increased Area of Effect, but are less Accurate against nearby targets.", +skills["SupportSecondWindPlayer"] = { + name = "Second Wind I", + description = "Supports skills with cooldowns, giving them extra uses of that cooldown.\nCannot support instant or triggered skills, or modify the skills of minions.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Area, SkillType.AND, }, + requireSkillTypes = { SkillType.Cooldown, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Instant, }, + gemFamily = { "SecondWind",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 50, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Reach", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_reach_accuracy_within_2m_+%_final"] = { - mod("Accuracy", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "enemyDistance", threshold = 20, upper = true } ), - }, - ["support_reach_area_of_effect_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), - }, - }, + label = "Second Wind I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_reach_area_of_effect_+%_final", 35 }, - { "support_reach_accuracy_within_2m_+%_final", -80 }, + { "base_cooldown_speed_+%_final", -50 }, }, stats = { + "support_double_number_of_cooldown_uses", }, levels = { [1] = { actorLevel = 1, }, @@ -2597,28 +5004,31 @@ skills["SupportReachPlayer"] = { }, } } -skills["SupportRearmPlayer"] = { - name = "Rearm", - description = "Supports Skills which create Hazards. Hazards created by Supported Skills have a chance to be rearmed a short duration after triggering.", +skills["SupportSecondWindPlayerTwo"] = { + name = "Second Wind II", + description = "Supports skills with cooldowns, giving them extra uses of that cooldown.\nCannot support instant or triggered skills, or modify the skills of minions.", color = 2, support = true, - requireSkillTypes = { SkillType.Hazard, }, + requireSkillTypes = { SkillType.Cooldown, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Instant, }, + gemFamily = { "SecondWind",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 50, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rearm", + label = "Second Wind II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "hazard_rearm_%_chance", 25 }, + { "base_cooldown_speed_+%_final", -40 }, }, stats = { + "support_double_number_of_cooldown_uses", }, levels = { [1] = { actorLevel = 1, }, @@ -2626,29 +5036,32 @@ skills["SupportRearmPlayer"] = { }, } } -skills["SupportRetortPlayer"] = { - name = "Retort", - description = "Supports Attacks you use yourself, causing them to Consume the Parried Debuff on Hit to grant you a Frenzy Charge. Cannot support Skills which already Consume the Parried Debuff.", +skills["SupportSecondWindPlayerThree"] = { + name = "Second Wind III", + description = "Supports skills with cooldowns, giving them extra uses of that cooldown and causing them to restore Life on use.\nCannot support instant or triggered skills, or modify the skills of minions.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.Cooldown, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SkillConsumesParried, }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Instant, }, + gemFamily = { "SecondWind",}, ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 50, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Retort", + label = "Second Wind III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "consume_parry_debuff_on_hit_to_gain_X_frenzy_charges", 1 }, + { "base_cooldown_speed_+%_final", -40 }, + { "restore_%_life_on_skill_use_per_1000_ms_cooldown", 2 }, }, stats = { + "support_double_number_of_cooldown_uses", }, levels = { [1] = { actorLevel = 1, }, @@ -2656,35 +5069,32 @@ skills["SupportRetortPlayer"] = { }, } } -skills["SupportRetreatPlayer"] = { - name = "Retreat", - description = "Supports Skills which create Projectiles. Supported Skills deal more damage with Projectiles if you have struck with a Melee Hit in the last eight seconds, but cannot themselves deal Melee Damage.", +skills["SupportShockPlayer"] = { + name = "Shock", + description = "Supports any skill that Hits enemies, making it more likely to Shock.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Shock",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Retreat", - incrementalEffectiveness = 0.054999999701977, + label = "Shock", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"] = { - mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), - }, - ["support_retreating_assault_melee_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Melee), + ["support_conduction_chance_to_shock_+%_final"] = { + mod("EnemyShockChance", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds", 25 }, - { "support_retreating_assault_melee_damage_+%_final", -100 }, + { "support_conduction_chance_to_shock_+%_final", 100 }, }, stats = { }, @@ -2694,28 +5104,31 @@ skills["SupportRetreatPlayer"] = { }, } } -skills["SupportRicochetPlayer"] = { - name = "Ricochet", - description = "Supports any Skill which creates Projectiles, giving those Projectiles a chance to Chain when impacting terrain.", +skills["SupportShockingLeapPlayer"] = { + name = "Shocking Leap", + description = "Supports Skills that leap into the air and deal damage, causing them to create Shocked Ground the first time they Critically Hit an enemy.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.CannotChain, SkillType.CannotTerrainChain, }, + requireSkillTypes = { SkillType.Jumping, }, + addSkillTypes = { SkillType.CreatesGroundEffect, SkillType.Area, SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "ShockingLeap",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ricochet", + label = "Shocking Leap", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "projectile_chance_to_chain_1_extra_time_from_terrain_%", 40 }, + { "support_shocking_leap_shocked_ground_duration_ms", 4000 }, + { "support_shocking_leap_shocked_ground_radius", 20 }, }, stats = { + "support_shocking_leap_create_shocked_ground_on_leap", }, levels = { [1] = { actorLevel = 1, }, @@ -2723,31 +5136,29 @@ skills["SupportRicochetPlayer"] = { }, } } -skills["SupportSalvoPlayer"] = { - name = "Salvo", - description = "Supports Attack Skills you use yourself which fire Projectiles. Supported Skills accumulate Seals over time, and consume them when used. For each Seal consumed, the Attack will fire additional Projectiles. Projectiles from Supported Skills are fired in random directions. Cannot Support Skills which require Combo, have a Cooldown or already gain Seals.", +skills["SupportSlowPotencyPlayer"] = { + name = "Slow Potency", + description = "Supports any skill, causing inflicted Slows to be more powerful.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Projectile, SkillType.AND, }, - addSkillTypes = { SkillType.HasSeals, SkillType.SupportedBySalvo, }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.Vaal, SkillType.Cooldown, SkillType.ComboStacking, SkillType.HasSeals, SkillType.SupportedBySalvo, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.Spell, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Encumberance",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Salvo", + label = "Slow Potency", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_salvo_seals_gain_base_interval_ms", 2000 }, - { "support_salvo_additional_projectiles_fired_per_seal", 2 }, - { "support_salvo_maximum_seals", 3 }, + { "base_debuff_slow_magnitude_+%", 15 }, }, stats = { - "random_projectile_direction", }, levels = { [1] = { actorLevel = 1, }, @@ -2755,38 +5166,27 @@ skills["SupportSalvoPlayer"] = { }, } } -skills["SupportMultipleProjectilesPlayer"] = { - name = "Scattershot", - description = "Supports Projectile skills, making them fire extra Projectiles. Also lowers Attack and Cast speed of supported skills, as well as lessening their damage.", +skills["SupportManaOnCullPlayer"] = { + name = "Soul Drain", + description = "Supports any skill that Hits enemies, causing you to recover Mana when it Culls an enemy.", color = 2, support = true, - requireSkillTypes = { SkillType.Projectile, SkillType.ProjectileNumber, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + excludeSkillTypes = { }, + gemFamily = { "SoulDrain",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Scattershot", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Soul Drain", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_multiple_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - ["support_multiple_attack_and_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "number_of_additional_projectiles", 2 }, - { "support_multiple_damage_+%_final", -35 }, - { "terrain_arrow_attachment_chance_reduction_+%", 200 }, - { "support_multiple_attack_and_cast_speed_+%_final", -20 }, + { "recover_%_maximum_mana_on_cull", 12 }, }, stats = { }, @@ -2796,29 +5196,34 @@ skills["SupportMultipleProjectilesPlayer"] = { }, } } -skills["SupportSecondWindPlayer"] = { - name = "Second Wind", - description = "Supports skills with cooldowns, giving them extra uses of that cooldown.\nCannot support instant or triggered skills.", +skills["SupportSpectralVolleyPlayer"] = { + name = "Spectral Volley", + description = "Supports Bow or Spear Projectile Attacks you use yourself. Supported Skills deal lower damage initially, but generate Spectral Projectiles, which deal more damage when they fire. Spectral Projectiles linger and will fire a short duration after no new Spectral Projectiles have been created. Cannot support Channelling Skills, Leaping skills, or skills which rain Projectiles from above.", color = 2, support = true, - requireSkillTypes = { SkillType.Cooldown, }, + requireSkillTypes = { SkillType.Bow, SkillType.Attack, SkillType.AND, SkillType.Spear, SkillType.Projectile, SkillType.AND, SkillType.Attack, SkillType.AND, SkillType.OR, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Triggered, SkillType.Instant, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Rain, SkillType.Channel, SkillType.Jumping, SkillType.Triggered, }, + gemFamily = { "SpectralVolley",}, levels = { - [1] = { manaMultiplier = 50, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Second Wind", - incrementalEffectiveness = 0.092720001935959, + label = "Spectral Volley", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_cooldown_speed_+%_final", -50 }, + { "support_spectral_arrows_damage_+%_final_with_spectral_projectiles", 20 }, + { "support_spectral_arrows_damage_+%_final_with_non_spectral_projectiles", -60 }, + { "support_spectral_arrows_base_duration_ms", 3000 }, + { "support_spectral_arrows_delay_between_projectiles_ms", 100 }, + { "support_spectral_arrows_maximum_spectral_arrows", 5 }, }, stats = { - "support_double_number_of_cooldown_uses", + "skill_has_spectral_arrows", }, levels = { [1] = { actorLevel = 1, }, @@ -2826,30 +5231,30 @@ skills["SupportSecondWindPlayer"] = { }, } } -skills["SupportShockingLeapPlayer"] = { - name = "Shocking Leap", - description = "Supports Skills that leap into the air and deal damage, causing them to create Shocked Ground the first time they Critically Hit an enemy.", +skills["SupportStormchainPlayer"] = { + name = "Stormchain", + description = "Supports Projectile Skills and Skills which can Chain. Supported Skills always Chain when initially Hitting a Shocked Enemy, but cannot themselves inflict Shock. Does not support Skills which cannot Chain.", color = 2, support = true, - requireSkillTypes = { SkillType.Jumping, }, - addSkillTypes = { SkillType.CreatesGroundEffect, SkillType.Area, SkillType.Duration, }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, + addSkillTypes = { SkillType.SupportedByStormchain, }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, SkillType.CannotChain, }, + gemFamily = { "Stormchain",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Shocking Leap", + label = "Stormchain", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_shocking_leap_shocked_ground_duration_ms", 4000 }, - { "support_shocking_leap_shocked_ground_radius", 20 }, + { "chance_to_chain_from_shocked_enemy_%", 100 }, }, stats = { - "support_shocking_leap_create_shocked_ground_on_leap", + "never_shock", }, levels = { [1] = { actorLevel = 1, }, @@ -2857,26 +5262,45 @@ skills["SupportShockingLeapPlayer"] = { }, } } -skills["SupportSingleOutPlayer"] = { - name = "Single Out", - description = "Supports Mark Skills. Enemies affected by Supported Marks will have their Armour Broken by Physical Damage they take.", +skills["SupportStreamlinedRoundsPlayer"] = { + name = "Streamlined Rounds", + description = "Supports Crossbow Ammunition Skills. Supported Skills have significantly higher Attack speed and bolt capacity, but deal less damage and have longer reload time.", color = 2, support = true, - requireSkillTypes = { SkillType.Mark, }, + requireSkillTypes = { SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "StreamlinedRounds",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Single Out", + label = "Streamlined Rounds", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil) + }, + ["support_auto_shotgun_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack) + }, + ["support_auto_shotgun_damage_+%_final"] = { + mod("Damage", "MORE", nil) + }, + ["support_auto_shotgun_reload_speed_+%_final"] = { + mod("ReloadSpeed", "MORE", nil) + }, + }, baseFlags = { }, constantStats = { - { "marked_target_%_physical_damage_taken_as_armour_break", 10 }, + { "support_double_barrel_number_of_crossbow_bolts_+", 5 }, + { "support_auto_shotgun_attack_speed_+%_final", 50 }, + { "support_auto_shotgun_damage_+%_final", -60 }, + { "support_auto_shotgun_projectile_count_+%_final", 0 }, + { "support_auto_shotgun_reload_speed_+%_final", -50 }, }, stats = { }, @@ -2886,26 +5310,33 @@ skills["SupportSingleOutPlayer"] = { }, } } -skills["SupportManaOnCullPlayer"] = { - name = "Soul Drain", - description = "Supports any skill that Hits enemies, causing you to recover Mana when it Culls an enemy.", +skills["SupportSwiftAfflictionPlayer"] = { + name = "Swift Affliction I", + description = "Supports any skill that deals damage, causing it to deal more non-Ailment damage over time but have a shorter duration.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "SwiftAffliction",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Soul Drain", + label = "Swift Affliction I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_rapid_decay_damage_over_time_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Dot), + }, + }, baseFlags = { }, constantStats = { - { "recover_%_maximum_mana_on_cull", 12 }, + { "support_rapid_decay_damage_over_time_+%_final", 30 }, + { "support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final", -20 }, }, stats = { }, @@ -2915,34 +5346,35 @@ skills["SupportManaOnCullPlayer"] = { }, } } -skills["SupportSpectralVolleyPlayer"] = { - name = "Spectral Volley", - description = "Supports Bow or Spear Projectile Attacks you use yourself. Supported Skills deal lower damage initially, but generate Spectral Projectiles, which deal more damage when they fire. Spectral Projectiles linger and will fire a short duration after no new Spectral Projectiles have been created. Cannot support Channelling Skills, Leaping skills, or skills which rain Projectiles from above.", +skills["SupportSwiftAfflictionPlayerTwo"] = { + name = "Swift Affliction II", + description = "Supports any skill that deals damage, causing it to deal more non-Ailment damage over time but have a shorter duration.", color = 2, support = true, - requireSkillTypes = { SkillType.Bow, SkillType.Attack, SkillType.AND, SkillType.Spear, SkillType.Projectile, SkillType.AND, SkillType.Attack, SkillType.AND, SkillType.OR, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Rain, SkillType.Channel, SkillType.Jumping, }, + excludeSkillTypes = { }, + gemFamily = { "SwiftAffliction",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Spectral Volley", + label = "Swift Affliction II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_rapid_decay_damage_over_time_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Dot), + }, + }, baseFlags = { }, constantStats = { - { "support_spectral_arrows_damage_+%_final_with_spectral_projectiles", 20 }, - { "support_spectral_arrows_damage_+%_final_with_non_spectral_projectiles", -60 }, - { "support_spectral_arrows_base_duration_ms", 3000 }, - { "support_spectral_arrows_delay_between_projectiles_ms", 100 }, - { "support_spectral_arrows_maximum_spectral_arrows", 5 }, + { "support_rapid_decay_damage_over_time_+%_final", 30 }, + { "support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final", -10 }, }, stats = { - "skill_has_spectral_arrows", - "triggered_skills_ignore_cost", }, levels = { [1] = { actorLevel = 1, }, @@ -2950,29 +5382,35 @@ skills["SupportSpectralVolleyPlayer"] = { }, } } -skills["SupportStormchainPlayer"] = { - name = "Stormchain", - description = "Supports Projectile Skills and Skills which can Chain. Supported Skills always Chain when initially Hitting a Shocked Enemy, but cannot themselves inflict Shock. Does not support Skills which cannot Chain.", +skills["SupportSwiftAfflictionPlayerThree"] = { + name = "Swift Affliction III", + description = "Supports any skill that deals damage, causing effects with a duration of one second or less to deal more non-Ailment damage over time.", color = 2, support = true, - requireSkillTypes = { SkillType.Chains, SkillType.Projectile, }, - addSkillTypes = { SkillType.SupportedByStormchain, }, - excludeSkillTypes = { SkillType.ProjectileNoCollision, SkillType.CannotChain, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "SwiftAffliction",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Stormchain", + label = "Swift Affliction III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_swift_affliction_non_ailment_damage_over_time_+%_final_if_duration_below_1_second"] = { + mod("Damage", "MORE", nil, ModFlag.Dot, 0, { type = "StatThreshold", stat = "Duration", threshold = 1, upper = true }), + }, + }, baseFlags = { }, constantStats = { - { "chance_to_chain_from_shocked_enemy_%", 100 }, + { "support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final", -30 }, + { "support_swift_affliction_non_ailment_damage_over_time_+%_final_if_duration_below_1_second", 50 }, }, stats = { - "never_shock", }, levels = { [1] = { actorLevel = 1, }, @@ -2980,32 +5418,33 @@ skills["SupportStormchainPlayer"] = { }, } } -skills["SupportSwiftAfflictionPlayer"] = { - name = "Swift Affliction", - description = "Supports any skill that deals damage, causing it to deal more damage over time but have a shorter duration.", +skills["SupportTacatisIrePlayer"] = { + name = "Tacati's Ire", + description = "Supports Skills which can cause Damaging Hits. Poison inflicted with Supported Skills deals Damage faster the higher your Rage.", color = 2, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "TacatiLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Swift Affliction", + label = "Tacati's Ire", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_rapid_decay_damage_over_time_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Dot), + ["faster_poison_%_per_current_rage"] = { + mod("PoisonFaster", "INC", nil, 0, 0, { type = "PerStat", stat = "Rage" }), }, }, baseFlags = { }, constantStats = { - { "support_rapid_decay_damage_over_time_+%_final", 30 }, - { "support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final", -20 }, + { "faster_poison_%_per_current_rage", 1 }, }, stats = { }, @@ -3015,29 +5454,31 @@ skills["SupportSwiftAfflictionPlayer"] = { }, } } -skills["SupportTumultPlayer"] = { - name = "Tumult", - description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills consume a Frenzy Charge on use to powerfully Break Armour.", +skills["SupportTulsStillnessPlayer"] = { + name = "Tul's Stillness", + description = "Supports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Freeze Buildup.", color = 2, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, }, - addSkillTypes = { SkillType.SupportedByTumult, }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Minion, SkillType.Trapped, SkillType.RemoteMined, SkillType.SkillConsumesFrenzyChargesOnUse, SkillType.SupportedByTumult, SkillType.NOT, SkillType.AND, }, - ignoreMinionTypes = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BreachLineage",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Tumult", + label = "Tul's Stillness", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "skill_consume_frenzy_charge_to_armour_break_for_%_of_physical_damage", 50 }, + { "non_skill_base_cold_damage_%_to_gain_as_chaos", 20 }, }, stats = { + "chaos_damage_can_freeze", }, levels = { [1] = { actorLevel = 1, }, @@ -3045,27 +5486,28 @@ skills["SupportTumultPlayer"] = { }, } } -skills["SupportTwofoldPlayer"] = { - name = "Twofold", - description = "Supports any Skill that Consumes Charges, granting a chance for benefits of that Consumption to be doubled.", +skills["SupportTumultPlayer"] = { + name = "Tumult", + description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills consume a Frenzy Charge on use to powerfully Break Armour.", color = 2, support = true, - requireSkillTypes = { SkillType.ConsumesCharges, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, }, + addSkillTypes = { SkillType.SupportedByTumult, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Minion, SkillType.Trapped, SkillType.RemoteMined, SkillType.SkillConsumesFrenzyChargesOnUse, SkillType.SupportedByTumult, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Tumult",}, ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Twofold", + label = "Tumult", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "chance_%_to_double_effect_of_removing_charges", 20 }, + { "skill_consume_frenzy_charge_to_armour_break_for_%_of_physical_damage", 50 }, }, stats = { }, @@ -3082,7 +5524,8 @@ skills["SupportUnerringPowerPlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "UnerringPower",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -3121,7 +5564,8 @@ skills["SupportUntouchablePlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, SkillType.Triggered, }, + gemFamily = { "Untouchable",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, @@ -3146,12 +5590,13 @@ skills["SupportUntouchablePlayer"] = { } skills["SupportVoltPlayer"] = { name = "Volt", - description = "Supports Projectile Attack Skills you use yourself. Supported Skills gain Voltaic Charge as you move, up to a maximum. When used, Supported Skills expend that Charge to gain extra Lightning Damage and Chain.", + description = "Supports Projectile Attack Skills you use yourself. Supported Skills gain Voltaic Charge as you move, up to a maximum. When used, Supported Skills expend that Charge to gain extra Lightning Damage.", color = 2, support = true, - requireSkillTypes = { SkillType.RangedAttack, }, + requireSkillTypes = { SkillType.Attack, SkillType.Projectile, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Volt",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -3164,7 +5609,6 @@ skills["SupportVoltPlayer"] = { }, constantStats = { { "support_static_charge_charge_gain_per_metre", 3 }, - { "support_static_charge_X_chains_per_10_charge", 1 }, { "support_static_charge_%_damage_gained_as_lightning_per_10_charge", 5 }, { "support_static_charge_maximum_charge", 30 }, }, @@ -3184,6 +5628,8 @@ skills["SupportWarmbloodedPlayer"] = { requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "WarmBlooded",}, + isLineage = true, levels = { [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, }, @@ -3218,6 +5664,7 @@ skills["SupportKnockbackWavePlayer"] = { requireSkillTypes = { }, addSkillTypes = { }, excludeSkillTypes = { SkillType.Instant, SkillType.Persistent, }, + gemFamily = { "WindWave",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -3236,7 +5683,8 @@ skills["SupportKnockbackWavePlayer"] = { }, }, } -}skills["KnockbackWavePlayer"] = { +} +skills["KnockbackWavePlayer"] = { name = "Wind Wave", hidden = true, skillTypes = { [SkillType.Area] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.InbuiltTrigger] = true, [SkillType.SkillGrantedBySupport] = true, }, @@ -3272,19 +5720,56 @@ skills["SupportKnockbackWavePlayer"] = { } } skills["SupportWindowOfOpportunityPlayer"] = { - name = "Window of Opportunity", + name = "Window of Opportunity I", description = "Supports Channelling skills that have special effects if released with Perfect Timing, causing them to deal much more damage if released with Perfect Timing but reducing the Perfect Timing window.", color = 2, support = true, requireSkillTypes = { SkillType.PerfectTiming, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "WindowOfOpportunity",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Window of Opportunity I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_window_of_opportunity_perfect_timing_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "PerfectTiming" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "perfect_timing_window_ms_+%", -35 }, + { "support_window_of_opportunity_perfect_timing_damage_+%_final", 35 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportWindowOfOpportunityPlayerTwo"] = { + name = "Window of Opportunity II", + description = "Supports Channelling skills that have special effects if released with Perfect Timing, causing them to deal much more damage and grant Perfect Deflection if released with Perfect Timing but reducing the Perfect Timing window.", + color = 2, + support = true, + requireSkillTypes = { SkillType.PerfectTiming, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "WindowOfOpportunity",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Window of Opportunity", + label = "Window of Opportunity II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -3297,6 +5782,7 @@ skills["SupportWindowOfOpportunityPlayer"] = { constantStats = { { "perfect_timing_window_ms_+%", -35 }, { "support_window_of_opportunity_perfect_timing_damage_+%_final", 35 }, + { "gain_%_of_evasion_as_deflection_rating_on_perfect_timing_for_8_seconds", 15 }, }, stats = { }, diff --git a/src/Data/Skills/sup_int.lua b/src/Data/Skills/sup_int.lua index 19dc7074ad..59d0ecb3bf 100644 --- a/src/Data/Skills/sup_int.lua +++ b/src/Data/Skills/sup_int.lua @@ -13,7 +13,8 @@ skills["SupportAbidingHexPlayer"] = { support = true, requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, }, + excludeSkillTypes = { SkillType.Persistent, }, + gemFamily = { "AbidingHex",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -36,33 +37,28 @@ skills["SupportAbidingHexPlayer"] = { }, } } -skills["SupportAblationPlayer"] = { - name = "Ablation", - description = "Supports Offering Skills. Supported Skills Sacrifice a portion of your life on use, but deal much more damage and have more powerful Buffs in return.", +skills["SupportAcrimonyPlayer"] = { + name = "Acrimony", + description = "Supports Skills which can Damage Enemies. Enemies affected by Damage over time from Supported Skills which was not caused by a Damaging Ailment have reduced Life regeneration rate. Only the strongest instance of this Debuff will apply. Does not Support Skills used by Minions.", color = 3, support = true, - requireSkillTypes = { SkillType.Offering, }, + requireSkillTypes = { SkillType.DegenOnlySpellDamage, SkillType.DamageOverTime, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Acrimony",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ablation", + label = "Acrimony", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_ablation_offering_skill_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Offering }), - }, - }, baseFlags = { }, constantStats = { - { "support_ablation_offering_skill_damage_+%_final", 30 }, - { "offering_spells_effect_+%", 30 }, - { "sacrifice_%_life_on_skill_use", 15 }, + { "skill_enemies_affected_by_non_ailment_damage_over_time_life_regeneration_rate_+%", -50 }, }, stats = { }, @@ -72,29 +68,41 @@ skills["SupportAblationPlayer"] = { }, } } -skills["SupportAcrimonyPlayer"] = { - name = "Acrimony", - description = "Supports Skills which can Damage Enemies. Enemies affected by Damage over time from Supported Skills which was not caused by a Damaging Ailment have reduced Life regeneration rate. Only the strongest instance of this Debuff will apply. Does not Support Skills used by Minions.", +skills["SupportAhnsCitadelPlayer"] = { + name = "Ahn's Citadel", + description = "Supports skills that create walls in a line, causing them to instead be created along a Fissure, at the cost of damage and Area of Effect.", color = 3, support = true, - requireSkillTypes = { SkillType.DegenOnlySpellDamage, SkillType.DamageOverTime, }, - addSkillTypes = { }, + requireSkillTypes = { SkillType.Wall, }, + addSkillTypes = { SkillType.CreatesFissure, }, excludeSkillTypes = { }, - ignoreMinionTypes = true, + gemFamily = { "Fortress",}, + isLineage = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Acrimony", + label = "Ahn's Citadel", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_wall_fortress_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_wall_fortress_area_of_effect_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "skill_enemies_affected_by_non_ailment_damage_over_time_life_regeneration_rate_+%", -50 }, + { "wall_maximum_length_+%", 65 }, + { "support_wall_fortress_hit_damage_+%_final", -30 }, + { "support_wall_fortress_area_of_effect_+%_final", -30 }, }, stats = { + "wall_is_created_along_a_fissure_instead", }, levels = { [1] = { actorLevel = 1, }, @@ -107,9 +115,10 @@ skills["SupportAmbrosiaPlayer"] = { description = "Supports Skills you use yourself which Damage enemies with Hits. Supported Skills consume a percentage of your maximum Mana Flask charges, Gaining a percentage of Damage as extra Lightning Damage per Mana Flask charge consumed.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, SkillType.Nova, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, }, + gemFamily = { "Ambrosia",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -153,6 +162,7 @@ skills["SupportAmbushPlayer"] = { requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Ambush",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -179,6 +189,38 @@ skills["SupportAmbushPlayer"] = { }, } } +skills["SupportArbitersIgnitionPlayer"] = { + name = "Arbiter's Ignition", + description = "Supports Fire Spell Skills. You have a chance to gain Flame Archon when Igniting with Supported Skills.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ArbiterLineage",}, + isLineage = true, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Arbiter's Ignition", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "gain_archon_fire_when_you_ignite_enemy_chance_%", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportArcaneSurgePlayer"] = { name = "Arcane Surge", description = "Supports Spells you cast yourself, tracking the mana you spend to cast them. Spending enough mana grants a burst of Mana Regeneration and Cast Speed.", @@ -186,7 +228,8 @@ skills["SupportArcaneSurgePlayer"] = { support = true, requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { SkillType.Duration, }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Triggered, SkillType.HasReservation, SkillType.ReservationBecomesCost, SkillType.NOT, SkillType.AND, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Triggered, SkillType.HasReservation, SkillType.ReservationBecomesCost, SkillType.NOT, SkillType.AND, }, + gemFamily = { "ArcaneSurge",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -209,35 +252,35 @@ skills["SupportArcaneSurgePlayer"] = { }, } } -skills["SupportFasterCastPlayer"] = { - name = "Arcane Tempo", - description = "Supports Spells, causing them to cast faster.", +skills["SupportAstralProjectionPlayer"] = { + name = "Astral Projection", + description = "Supports Nova Skills, causing those Skills to take place at the targeted location when used instead of around you.", color = 3, support = true, - requireSkillTypes = { SkillType.Spell, }, + requireSkillTypes = { SkillType.Nova, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Instant, SkillType.FixedCastTime, SkillType.NoAttackOrCastTime, }, + excludeSkillTypes = { }, + gemFamily = { "AstralProjection",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Arcane Tempo", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Astral Projection", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_faster_casting_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Cast), + ["support_astral_projection_aoe_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_faster_casting_cast_speed_+%_final", 20 }, - { "support_faster_casting_damage_+%_final", 0 }, + { "support_astral_projection_aoe_+%_final", -25 }, }, stats = { + "nova_skills_cast_at_target_location", }, levels = { [1] = { actorLevel = 1, }, @@ -245,34 +288,37 @@ skills["SupportFasterCastPlayer"] = { }, } } -skills["SupportAstralProjectionPlayer"] = { - name = "Astral Projection", - description = "Supports Nova Skills, causing those Skills to take place at the targeted location when used instead of around you.", +skills["SupportAtzirisAllurePlayer"] = { + name = "Atziri's Allure", + description = "Supports Curse Skills, causing those Curses to ignore the usual Curse Limit, but be reflected back to you.", color = 3, support = true, - requireSkillTypes = { SkillType.Nova, }, + requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "AtziriLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Astral Projection", + label = "Atziri's Allure", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_astral_projection_aoe_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), + ["support_atziri_curse_effect_+%_final"] = { + mod("CurseEffect", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_astral_projection_aoe_+%_final", -25 }, + { "support_atziri_curse_effect_+%_final", -25 }, }, stats = { - "nova_skills_cast_at_target_location", + "curses_reflected_to_self", + "curse_ignores_curse_limit", }, levels = { [1] = { actorLevel = 1, }, @@ -281,25 +327,88 @@ skills["SupportAstralProjectionPlayer"] = { } } skills["SupportBiddingPlayer"] = { - name = "Bidding", - description = "Supports Minion Skills. Supported Minions deal significantly more damage with their Command Skills.", + name = "Bidding I", + description = "Supports Minion Skills. Supported Minions deal more damage and have increased Cooldown Recovery Rate with Command Skills.", color = 3, support = true, requireSkillTypes = { SkillType.CommandableMinion, SkillType.CommandsMinions, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Bidding",}, levels = { [1] = { manaMultiplier = 30, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Bidding", + label = "Bidding I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_command_skill_damage_+%_final", 20 }, + { "minion_command_skill_cooldown_speed_+%", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBiddingPlayerTwo"] = { + name = "Bidding II", + description = "Supports Minion Skills. Supported Minions deal more damage and have increased Cooldown Recovery Rate with Command Skills.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CommandableMinion, SkillType.CommandsMinions, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bidding",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bidding II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { { "support_command_skill_damage_+%_final", 30 }, + { "minion_command_skill_cooldown_speed_+%", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBiddingPlayerThree"] = { + name = "Bidding III", + description = "Supports Minion Skills. Supported Minions have significantly increased Cooldown Recovery Rate with Command Skills.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CommandableMinion, SkillType.CommandsMinions, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bidding",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bidding III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "minion_command_skill_cooldown_speed_+%", 80 }, }, stats = { }, @@ -317,6 +426,7 @@ skills["SupportBitingFrostPlayer"] = { requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SkillConsumesFreeze, SkillType.SupportedByElementalDischarge, }, + gemFamily = { "BitingFrost",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -333,7 +443,8 @@ skills["SupportBitingFrostPlayer"] = { baseFlags = { }, constantStats = { - { "support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final", 50 }, + { "support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final", 40 }, + { "support_biting_frost_damage_+%_final_vs_frozen_unique_enemies", 20 }, }, stats = { "never_freeze", @@ -352,6 +463,7 @@ skills["SupportBoneShrapnelPlayer"] = { requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + gemFamily = { "BoneShrapnel",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -405,21 +517,82 @@ skills["TriggeredBoneShrapnelPlayer"] = { }, } } +skills["SupportBoundlessEnergyPlayer"] = { + name = "Boundless Energy I", + description = "Supports Meta Skills. Supported Skills generate Energy significantly faster.", + color = 3, + support = true, + requireSkillTypes = { SkillType.GeneratesEnergy, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BoundlessEnergy",}, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Boundless Energy I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "energy_generated_+%", 35 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBoundlessEnergyPlayerTwo"] = { + name = "Boundless Energy II", + description = "Supports Meta Skills. Supported Skills generate Energy significantly faster.", + color = 3, + support = true, + requireSkillTypes = { SkillType.GeneratesEnergy, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BoundlessEnergy",}, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Boundless Energy II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "energy_generated_+%", 45 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportBurgeonPlayer"] = { - name = "Burgeon", + name = "Burgeon I", description = "Supports Channelling Skills you use yourself, causing them to deal more damage the longer they have been Channelled.", color = 3, support = true, requireSkillTypes = { SkillType.Channel, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Burgeon",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Burgeon", + label = "Burgeon I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -444,6 +617,46 @@ skills["SupportBurgeonPlayer"] = { }, } } +skills["SupportBurgeonPlayerTwo"] = { + name = "Burgeon II", + description = "Supports Channelling Skills you use yourself, causing them to deal more damage the longer they have been Channelled.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Channel, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Burgeon",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Burgeon II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_chanelling_damage_+%_final_per_second_channelling"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "Channelling" }, { type = "Multiplier", var = "ChannellingTime", limitVar = "BurgeonDamageCap", limitTotal = true }), + }, + ["support_channelling_damage_cap"] = { + mod("Multiplier:BurgeonDamageCap", "BASE"), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_chanelling_damage_+%_final_per_second_channelling", 20 }, + { "support_channelling_damage_cap", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportBurningRunesPlayer"] = { name = "Burning Inscription", description = "Supports any Skill which creates Runic Inscriptions when Cast, causing those Runic Inscriptions to trigger Burning Inscription when they expire. Burning Inscription is a Spell which creates Ignited Ground based off of your Maximum Mana.", @@ -452,6 +665,7 @@ skills["SupportBurningRunesPlayer"] = { requireSkillTypes = { SkillType.AppliesCurse, SkillType.CreatesGroundRune, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "BurningInscription",}, levels = { [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, @@ -470,7 +684,8 @@ skills["SupportBurningRunesPlayer"] = { }, }, } -}skills["TriggeredBurningRunesPlayer"] = { +} +skills["TriggeredBurningRunesPlayer"] = { name = "Burning Inscription", hidden = true, description = "Create Ignited Ground Igniting Enemies based on a percentage of your Maximum Mana.", @@ -592,35 +807,6 @@ skills["SupportBurningRunesPlayer"] = { }, } } -skills["SupportCapacitorPlayer"] = { - name = "Capacitor", - description = "Supports Invocation Skills which Trigger other Skills. Supported Skills have significantly higher Maximum Energy.", - color = 3, - support = true, - requireSkillTypes = { SkillType.Invocation, }, - addSkillTypes = { }, - excludeSkillTypes = { }, - levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Capacitor", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "skill_maximum_energy_+%", 80 }, - }, - stats = { - }, - levels = { - [1] = { actorLevel = 1, }, - }, - }, - } -} skills["SupportCatharsisPlayer"] = { name = "Catharsis", description = "Supports any Skill you use yourself, causing supported Skill to detonate Volatility that is present on you. Supported Skill can only be used while you have a certain amount of Volatility and cannot support Skills which already have another Condition. Does not support Triggered Skills.", @@ -628,7 +814,8 @@ skills["SupportCatharsisPlayer"] = { support = true, requireSkillTypes = { }, addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByCleanse, }, - excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByCleanse, SkillType.NOT, SkillType.AND, SkillType.HasReservation, SkillType.UsedByTotem, SkillType.Triggered, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.HasUsageCondition, SkillType.SupportedByCleanse, SkillType.NOT, SkillType.AND, SkillType.HasReservation, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Catharsis",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -652,13 +839,14 @@ skills["SupportCatharsisPlayer"] = { } } skills["SupportAddedChaosDamagePlayer"] = { - name = "Chaos Infusion", + name = "Chaos Attunement", description = "Supports Attacks, causing them to Gain Chaos Damage but deal less Damage of other Types.", color = 3, support = true, requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ChaosAttunement",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, [2] = { manaMultiplier = 20, levelRequirement = 3, }, @@ -703,7 +891,7 @@ skills["SupportAddedChaosDamagePlayer"] = { }, statSets = { [1] = { - label = "Chaos Infusion", + label = "Chaos Attunement", baseEffectiveness = 0.47119998931885, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", @@ -731,12 +919,13 @@ skills["SupportAddedChaosDamagePlayer"] = { } skills["SupportChaosMasteryPlayer"] = { name = "Chaos Mastery", - description = "Supports Chaos skills, granting them an additional level.", + description = "Supports Chaos skills, granting them an additional level. Does not support skills which do not have levels.", color = 3, support = true, requireSkillTypes = { SkillType.Chaos, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -766,6 +955,7 @@ skills["SupportChaoticFreezePlayer"] = { requireSkillTypes = { SkillType.Spell, SkillType.DamageOverTime, SkillType.Chaos, SkillType.AND, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ChaoticFreeze",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -787,19 +977,21 @@ skills["SupportChaoticFreezePlayer"] = { } } skills["SupportClarityPlayer"] = { - name = "Clarity", + name = "Clarity I", description = "Supports Persistent Buff Skills, causing you to gain increased Mana Regeneration while the Skill is active.", color = 3, support = true, requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Clarity",}, + isLineage = true, levels = { [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Clarity", + label = "Clarity I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -820,31 +1012,33 @@ skills["SupportClarityPlayer"] = { }, } } -skills["SupportColdExposurePlayer"] = { - name = "Cold Exposure", - description = "Supports any skill that Hits enemies, causing it to inflict Cold Exposure when it Critically Hits an enemy.", +skills["SupportClarityPlayerTwo"] = { + name = "Clarity II", + description = "Supports Persistent Buff Skills, causing you to gain increased Mana Regeneration while the Skill is active.", color = 3, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.Duration, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Clarity",}, + isLineage = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Cold Exposure", + label = "Clarity II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["inflict_cold_exposure_for_x_ms_on_cold_crit"] = { - mod("ColdExposureChance", "BASE", nil), + ["support_clarity_mana_regeneration_rate_+%"] = { + mod("ManaRegen", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Clarity" }), }, }, baseFlags = { }, constantStats = { - { "inflict_cold_exposure_for_x_ms_on_cold_crit", 8000 }, + { "support_clarity_mana_regeneration_rate_+%", 50 }, }, stats = { }, @@ -855,19 +1049,20 @@ skills["SupportColdExposurePlayer"] = { } } skills["SupportAddedColdDamagePlayer"] = { - name = "Cold Infusion", + name = "Cold Attunement", description = "Supports Attacks, causing them to Gain Cold Damage but deal less Fire and Lightning Damage.", color = 3, support = true, requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ColdAttunement",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Cold Infusion", + label = "Cold Attunement", baseEffectiveness = 0.58050000667572, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", @@ -891,14 +1086,50 @@ skills["SupportAddedColdDamagePlayer"] = { }, } } +skills["SupportColdExposurePlayer"] = { + name = "Cold Exposure", + description = "Supports any skill that Hits enemies, causing it to inflict Exposure when it Critically Hits an enemy.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "ColdExposure",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cold Exposure", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["inflict_cold_exposure_for_x_ms_on_cold_crit"] = { + mod("ColdExposureChance", "BASE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "inflict_exposure_for_x_ms_on_cold_crit", 8000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportColdMasteryPlayer"] = { name = "Cold Mastery", - description = "Supports Cold skills, granting them an additional level.", + description = "Supports Cold skills, granting them an additional level. Does not support skills which do not have levels.", color = 3, support = true, requireSkillTypes = { SkillType.Cold, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -928,6 +1159,7 @@ skills["SupportColdPenetrationPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ColdPenetration",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -957,6 +1189,7 @@ skills["SupportCommandment"] = { requireSkillTypes = { SkillType.CommandableMinion, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Commandment",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -987,20 +1220,21 @@ skills["SupportCommandment"] = { }, } } -skills["SupportConcentratedEffectPlayer"] = { - name = "Concentrated Effect", +skills["SupportConcentratedAreaPlayer"] = { + name = "Concentrated Area", description = "Supports any skill with an area of effect, causing that area to be smaller but any area damage it deals to be higher.", color = 3, support = true, requireSkillTypes = { SkillType.Area, SkillType.MinionsCanExplode, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ConcentratedEffect",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Concentrated Effect", + label = "Concentrated Area", baseEffectiveness = 0, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", @@ -1033,7 +1267,8 @@ skills["SupportConsideredCastingPlayer"] = { support = true, requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.FixedCastTime, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, SkillType.HasReservation, SkillType.ReservationBecomesCost, SkillType.NOT, SkillType.AND, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.FixedCastTime, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, SkillType.HasReservation, SkillType.ReservationBecomesCost, SkillType.NOT, SkillType.AND, }, + gemFamily = { "ConsideredCasting",}, levels = { [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, @@ -1072,6 +1307,7 @@ skills["SupportControlledDestructionPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Spell, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ControlledDestruction",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1107,6 +1343,7 @@ skills["SupportCorpseConservationPlayer"] = { requireSkillTypes = { SkillType.TargetsDestructibleCorpses, SkillType.TargetsDestructibleRareCorpses, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "CorpseConservation",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1128,27 +1365,28 @@ skills["SupportCorpseConservationPlayer"] = { }, } } -skills["SupportCoursingCurrentPlayer"] = { - name = "Coursing Current", - description = "Supports any skill that Hits enemies, giving it a chance to also Shock nearby enemies when you Shock an enemy.", +skills["SupportCracklingBarrierPlayer"] = { + name = "Crackling Barrier", + description = "Supports Channelling Skills. While Channelling Supported Skills, you gain Lightning Thorns based off of your maximum Mana.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Channel, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, + gemFamily = { "CracklingBarrier",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Coursing Current", + label = "Crackling Barrier", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_%_chance_to_shock_nearby_enemy_on_shock", 50 }, - { "shock_nearby_enemy_base_area_of_effect_radius", 25 }, + { "return_%_of_maximum_mana_as_lightning_damage_to_attacker_while_channelling", 15 }, }, stats = { }, @@ -1158,27 +1396,27 @@ skills["SupportCoursingCurrentPlayer"] = { }, } } -skills["SupportCracklingBarrierPlayer"] = { - name = "Crackling Barrier", - description = "Supports Channelling Skills. While Channelling Supported Skills, you gain Lightning Thorns based off of your maximum Mana.", +skills["SupportCrazedMinionsPlayer"] = { + name = "Crazed Minions", + description = "Supports Minion Skills which summon Reviving Minions. Supported Minions deal significantly more Damage if they have Revived Recently.", color = 3, support = true, - requireSkillTypes = { SkillType.Channel, }, + requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, - ignoreMinionTypes = true, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "CrazedMinions",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Crackling Barrier", + label = "Crazed Minions", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "return_%_of_maximum_mana_as_lightning_damage_to_attacker_while_channelling", 15 }, + { "support_crazed_minions_minion_damage_+%_final_if_revived_recently", 30 }, }, stats = { }, @@ -1188,28 +1426,31 @@ skills["SupportCracklingBarrierPlayer"] = { }, } } -skills["SupportCrazedMinionsPlayer"] = { - name = "Crazed Minions", - description = "Supports Minion Skills which summon Reviving Minions. Supported Minions deal significantly more Damage if they have Revived Recently.", +skills["SupportCrystallineShardsPlayer"] = { + name = "Crystalline Shards", + description = "Supports Skills which create Ice Crystals. Damaging Explosions caused by Ice Crystals from Supported Skills will Impale Enemies.", color = 3, support = true, - requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + requireSkillTypes = { SkillType.IceCrystal, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + excludeSkillTypes = { }, + gemFamily = { "CrystallineShards",}, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Crazed Minions", + label = "Crystalline Shards", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_crazed_minions_minion_damage_+%_final_if_revived_recently", 30 }, + { "ice_crystal_explosion_impale_chance_%", 100 }, }, stats = { + "cannot_consume_impale", + "ice_crystal_explosion_cold_damage_can_impale", }, levels = { [1] = { actorLevel = 1, }, @@ -1219,12 +1460,13 @@ skills["SupportCrazedMinionsPlayer"] = { } skills["SupportCursedGroundPlayer"] = { name = "Cursed Ground", - description = "Supports Curse Skills. Supported Curse Skills no longer have an activation delay, instead creating areas which Curse Enemies so long as they are within them.", + description = "Supports Curse Skills. Supported Curse Skills create areas which Curse Enemies so long as they are within them.", color = 3, support = true, requireSkillTypes = { SkillType.AppliesCurse, }, - addSkillTypes = { }, + addSkillTypes = { SkillType.Limit, }, excludeSkillTypes = { }, + gemFamily = { "CursedGround",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1235,6 +1477,9 @@ skills["SupportCursedGroundPlayer"] = { statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "maximum_curse_zones_allowed", 2 }, + }, stats = { "curse_apply_as_curse_zone", }, @@ -1252,6 +1497,7 @@ skills["SupportDanseMacabrePlayer"] = { requireSkillTypes = { SkillType.Offering, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "DanseMacabre",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1291,6 +1537,7 @@ skills["SupportDeathmarchPlayer"] = { requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "Deathmarch",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1321,6 +1568,7 @@ skills["SupportDecayingHexPlayer"] = { requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { SkillType.Chaos, SkillType.Damage, SkillType.DamageOverTime, }, excludeSkillTypes = { }, + gemFamily = { "DecayingHex",}, levels = { [1] = { manaMultiplier = 30, levelRequirement = 0, }, }, @@ -1356,6 +1604,7 @@ skills["SupportLastingFrostPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "DeepFreeze",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -1384,7 +1633,8 @@ skills["SupportDerangePlayer"] = { support = true, requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, SkillType.Channel, SkillType.Persistent, }, + excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, SkillType.Channel, SkillType.Persistent, SkillType.Triggered, }, + gemFamily = { "Derange",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -1414,32 +1664,179 @@ skills["SupportDerangePlayer"] = { }, } } -skills["SupportDissipatePlayer"] = { - name = "Dissipate", - description = "Supports Skills which create Remnants. Created Remnants are more powerful, but vanish quickly.", +skills["SupportDiallasDesirePlayer"] = { + name = "Dialla's Desire", + description = "Supports any Skill which has levels, increasing the level and Quality, while reducing the cost and Reservation.", color = 3, support = true, - requireSkillTypes = { SkillType.GeneratesRemnants, }, + requireSkillTypes = { }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "DiallasDesire",}, + isLineage = true, + levels = { + [1] = { reservationMultiplier = -10, manaMultiplier = -10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Dialla's Desire", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "supported_active_skill_gem_level_+", 1 }, + { "supported_active_skill_gem_quality_%", 10 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDoedresUndoingPlayer"] = { + name = "Doedre's Undoing", + description = "Supports Curse Skills. Supported Curse Skills create Hazardous areas which explode when Enemies enter them, Cursing Enemies and dealing Chaos Damage based on your Intelligence.", + color = 3, + support = true, + requireSkillTypes = { SkillType.AppliesCurse, }, + addSkillTypes = { SkillType.Limit, SkillType.Hazard, }, + excludeSkillTypes = { }, + gemFamily = { "CursedGround",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Dissipate", + label = "Doedre's Undoing", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "remnant_effect_+%", 35 }, - { "remnants_vanish_after_X_ms", 3000 }, + { "maximum_curse_zones_allowed", 2 }, + { "support_cursed_ground_trigger_curse_explosion_on_hazard_trigger_chance_%", 100 }, + }, + stats = { + "curse_apply_as_curse_zone", + "curse_zones_are_hazards", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredCurseZoneHazardExplosionPlayer"] = { + name = "Doedre's Dark Design", + hidden = true, + description = "Explodes and deals Chaos Damage based on your Intelligence when an Enemy enters the area, applying the supported Curse on Hit.", + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Chaos] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, + [4] = { levelRequirement = 0, }, + [5] = { levelRequirement = 0, }, + [6] = { levelRequirement = 0, }, + [7] = { levelRequirement = 0, }, + [8] = { levelRequirement = 0, }, + [9] = { levelRequirement = 0, }, + [10] = { levelRequirement = 0, }, + [11] = { levelRequirement = 0, }, + [12] = { levelRequirement = 0, }, + [13] = { levelRequirement = 0, }, + [14] = { levelRequirement = 0, }, + [15] = { levelRequirement = 0, }, + [16] = { levelRequirement = 0, }, + [17] = { levelRequirement = 0, }, + [18] = { levelRequirement = 0, }, + [19] = { levelRequirement = 0, }, + [20] = { levelRequirement = 0, }, + [21] = { levelRequirement = 0, }, + [22] = { levelRequirement = 0, }, + [23] = { levelRequirement = 0, }, + [24] = { levelRequirement = 0, }, + [25] = { levelRequirement = 0, }, + [26] = { levelRequirement = 0, }, + [27] = { levelRequirement = 0, }, + [28] = { levelRequirement = 0, }, + [29] = { levelRequirement = 0, }, + [30] = { levelRequirement = 0, }, + [31] = { levelRequirement = 0, }, + [32] = { levelRequirement = 0, }, + [33] = { levelRequirement = 0, }, + [34] = { levelRequirement = 0, }, + [35] = { levelRequirement = 0, }, + [36] = { levelRequirement = 0, }, + [37] = { levelRequirement = 0, }, + [38] = { levelRequirement = 0, }, + [39] = { levelRequirement = 0, }, + [40] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Doedre's Dark Design", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_curse_zone_hazard_explosion", + baseFlags = { + hit = true, + }, + constantStats = { + { "triggered_by_curse_zones_are_hazards_%", 100 }, + { "skill_base_chaos_damage_%_of_intelligence", 200 }, + { "curse_zone_explosion_apply_supported_curse_for_base_ms_on_hit", 3000 }, }, stats = { + "display_skill_area_of_effect_radius_from_curse", }, levels = { [1] = { actorLevel = 1, }, + [2] = { actorLevel = 3.4519999027252, }, + [3] = { actorLevel = 6.7670001983643, }, + [4] = { actorLevel = 10.307999610901, }, + [5] = { actorLevel = 14.074999809265, }, + [6] = { actorLevel = 18.068000793457, }, + [7] = { actorLevel = 22.287000656128, }, + [8] = { actorLevel = 26.732000350952, }, + [9] = { actorLevel = 31.40299987793, }, + [10] = { actorLevel = 36.299999237061, }, + [11] = { actorLevel = 41.423000335693, }, + [12] = { actorLevel = 46.771999359131, }, + [13] = { actorLevel = 52.34700012207, }, + [14] = { actorLevel = 58.147998809814, }, + [15] = { actorLevel = 64.175003051758, }, + [16] = { actorLevel = 70.428001403809, }, + [17] = { actorLevel = 76.906997680664, }, + [18] = { actorLevel = 83.611999511719, }, + [19] = { actorLevel = 90.542999267578, }, + [20] = { actorLevel = 97.699996948242, }, + [21] = { actorLevel = 105.08300018311, }, + [22] = { actorLevel = 112.69200134277, }, + [23] = { actorLevel = 120.52700042725, }, + [24] = { actorLevel = 128.58799743652, }, + [25] = { actorLevel = 136.875, }, + [26] = { actorLevel = 145.38800048828, }, + [27] = { actorLevel = 154.12699890137, }, + [28] = { actorLevel = 163.09199523926, }, + [29] = { actorLevel = 172.28300476074, }, + [30] = { actorLevel = 181.69999694824, }, + [31] = { actorLevel = 191.34300231934, }, + [32] = { actorLevel = 201.21200561523, }, + [33] = { actorLevel = 211.30700683594, }, + [34] = { actorLevel = 221.62800598145, }, + [35] = { actorLevel = 232.17500305176, }, + [36] = { actorLevel = 242.94799804688, }, + [37] = { actorLevel = 253.94700622559, }, + [38] = { actorLevel = 265.17199707031, }, + [39] = { actorLevel = 276.62298583984, }, + [40] = { actorLevel = 288.29998779297, }, }, }, } @@ -1452,6 +1849,7 @@ skills["SupportDrainedAilmentPlayer"] = { requireSkillTypes = { SkillType.Spell, SkillType.DamageOverTime, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "DrainAilments",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1480,12 +1878,13 @@ skills["SupportDrainedAilmentPlayer"] = { } skills["SupportElementalArmyPlayer"] = { name = "Elemental Army", - description = "Supports skills which create Minions, bolstering the Elemental Resistances of those Minions.", + description = "Supports skills which create Minions, bolstering the Elemental Resistances of those Minions. Cannot support skills which create undamageable Minions.", color = 3, support = true, requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "ElementalArmy",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1515,6 +1914,7 @@ skills["SupportElementalDischargePlayer"] = { requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, }, addSkillTypes = { SkillType.SupportedByElementalDischarge, }, excludeSkillTypes = { SkillType.SkillConsumesFreeze, SkillType.SkillConsumesIgnite, SkillType.SkillConsumesShock, }, + gemFamily = { "ElementalDischarge",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -1602,6 +2002,7 @@ skills["SupportElementalFocusPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ElementalFocus",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1637,6 +2038,7 @@ skills["SupportEmbitterPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + gemFamily = { "Embitter",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -1656,6 +2058,37 @@ skills["SupportEmbitterPlayer"] = { }, } } +skills["SupportEncroachingGroundPlayer"] = { + name = "Encroaching Ground", + description = "Supports Skills that create Ground Surfaces, causing those Surfaces to grow over time, up to a limit.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EncroachingGround",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Encroaching Ground", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_ground_effect_area_of_effect_+%_final_per_second", 20 }, + { "support_ground_effect_area_of_effect_+%_final_per_second_max", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportEnergyBarrierPlayer"] = { name = "Energy Barrier", description = "Supports any skill that you can use, causing Energy Shield recharge to begin immediately if you are Stunned while using it.", @@ -1664,6 +2097,7 @@ skills["SupportEnergyBarrierPlayer"] = { requireSkillTypes = { }, addSkillTypes = { }, excludeSkillTypes = { SkillType.Instant, SkillType.Persistent, }, + gemFamily = { "EnergyBarrier",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1685,26 +2119,27 @@ skills["SupportEnergyBarrierPlayer"] = { }, } } -skills["SupportEnergyRetentionPlayer"] = { - name = "Energy Retention", - description = "Supports Meta Skills. Supported Skills gain a chance to partially Refund a portion of Energy cost when Triggering or Invoking other Skills.", +skills["SupportEnergyCapacitorPlayer"] = { + name = "Energy Capacitor", + description = "Supports Invocation Skills which Trigger other Skills. Supported Skills have significantly higher Maximum Energy.", color = 3, support = true, - requireSkillTypes = { SkillType.GeneratesEnergy, }, + requireSkillTypes = { SkillType.Invocation, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "EnergyCapacitor",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 30, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Energy Retention", + label = "Energy Capacitor", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "trigger_skills_refund_half_energy_spent_chance_%", 35 }, + { "skill_maximum_energy_+%", 80 }, }, stats = { }, @@ -1714,38 +2149,61 @@ skills["SupportEnergyRetentionPlayer"] = { }, } } -skills["SupportEnormityPlayer"] = { - name = "Enormity", - description = "Supports Skills which summon Persistent Minions. Supported Minions are larger, have more Life, and deal more Damage, but cost significantly more Spirit.", +skills["SupportEnergyRetentionPlayer"] = { + name = "Energy Retention", + description = "Supports Meta Skills. Supported Skills gain a chance to partially Refund a portion of Energy cost when Triggering or Invoking other Skills.", color = 3, support = true, - requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + requireSkillTypes = { SkillType.GeneratesEnergy, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "EnergyRetention",}, levels = { - [1] = { spiritReservationFlat = 10, reservationMultiplier = 30, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Enormity", + label = "Energy Retention", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_titanblood_minion_damage_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), - }, - ["support_titanblood_minion_life_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), - }, + baseFlags = { + }, + constantStats = { + { "trigger_skills_refund_half_energy_spent_chance_%", 35 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, }, + }, + } +} +skills["SupportEshsRadiancePlayer"] = { + name = "Esh's Radiance", + description = "Supports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Shock.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BreachLineage",}, + isLineage = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Esh's Radiance", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "minion_actor_scale_+%", 20 }, - { "support_titanblood_minion_damage_+%_final", 20 }, - { "support_titanblood_minion_life_+%_final", 20 }, + { "non_skill_base_lightning_damage_%_to_gain_as_chaos", 20 }, }, stats = { + "chaos_damage_can_shock", }, levels = { [1] = { actorLevel = 1, }, @@ -1755,12 +2213,13 @@ skills["SupportEnormityPlayer"] = { } skills["SupportEssenceHarvestPlayer"] = { name = "Essence Harvest", - description = "Supports Skills which create Reviving Persistent Minions. When those Minions die, you restore a percentage of your maximum Mana.", + description = "Supports Skills which create Reviving Persistent Minions. When those Minions die, you Recoup a percentage of your maximum Mana.", color = 3, support = true, requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.Buff, SkillType.OngoingSkill, SkillType.MinionsAreUndamagable, }, + gemFamily = { "EssenceHarvest",}, ignoreMinionTypes = true, levels = { [1] = { reservationMultiplier = 10, levelRequirement = 0, }, @@ -1773,7 +2232,7 @@ skills["SupportEssenceHarvestPlayer"] = { baseFlags = { }, constantStats = { - { "recover_mana_%_on_minion_death", 4 }, + { "recoup_mana_%_on_minion_death", 8 }, }, stats = { }, @@ -1790,7 +2249,8 @@ skills["SupportExcisePlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.SupportedByExcise, SkillType.Cooldown, }, - excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExcise, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExcise, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "GrantsCooldown",}, levels = { [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, }, }, @@ -1825,7 +2285,8 @@ skills["SupportExecratePlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.SupportedByExecrate, SkillType.Cooldown, }, - excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExecrate, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExecrate, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "GrantsCooldown",}, levels = { [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, }, }, @@ -1863,9 +2324,10 @@ skills["SupportExpansePlayer"] = { support = true, requireSkillTypes = { SkillType.Area, SkillType.MinionsCanExplode, }, addSkillTypes = { SkillType.SupportedByExpanse, SkillType.Cooldown, }, - excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExpanse, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByExpanse, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "GrantsCooldown",}, levels = { - [1] = { storedUses = 1, levelRequirement = 0, cooldown = 6, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 8, }, }, statSets = { [1] = { @@ -1881,7 +2343,7 @@ skills["SupportExpansePlayer"] = { }, constantStats = { { "support_hourglass_display_cooldown_time_ms", 8000 }, - { "support_aoe_cooldown_aoe_+%_final", 50 }, + { "base_skill_area_of_effect_+%", 50 }, }, stats = { }, @@ -1899,6 +2361,7 @@ skills["SupportExtractionPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Spell, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.HasReservation, SkillType.Persistent, SkillType.Triggered, SkillType.Attack, SkillType.Minion, }, + gemFamily = { "Extraction",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -1922,19 +2385,20 @@ skills["SupportExtractionPlayer"] = { } } skills["SupportFeedingFrenzyPlayer"] = { - name = "Feeding Frenzy", + name = "Feeding Frenzy I", description = "Supports skills which create Minions, making them deal and take more damage. Cannot support skills which create undamageable Minions.", color = 3, support = true, requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "FeedingFrenzy",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Feeding Frenzy", + label = "Feeding Frenzy I", incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -1959,6 +2423,44 @@ skills["SupportFeedingFrenzyPlayer"] = { }, } } +skills["SupportFeedingFrenzyPlayerTwo"] = { + name = "Feeding Frenzy II", + color = 3, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "FeedingFrenzy",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Feeding Frenzy II", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["feeding_frenzy_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["feeding_frenzy_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, + }, + baseFlags = { + }, + constantStats = { + { "feeding_frenzy_minion_damage_taken_+%_final", 15 }, + { "feeding_frenzy_minion_damage_+%_final", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportFieryDeathPlayer"] = { name = "Fiery Death", description = "Supports any skill that Hits enemies, causing enemies it Ignites to have a chance to explode on death.", @@ -1967,6 +2469,7 @@ skills["SupportFieryDeathPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + gemFamily = { "FieryDeath",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -1987,7 +2490,8 @@ skills["SupportFieryDeathPlayer"] = { }, }, } -}skills["TriggeredFieryDeathPlayer"] = { +} +skills["TriggeredFieryDeathPlayer"] = { name = "Fiery Death", hidden = true, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Fire] = true, [SkillType.TargetsDestructibleCorpses] = true, [SkillType.Area] = true, }, @@ -2026,12 +2530,13 @@ skills["SupportFieryDeathPlayer"] = { } skills["SupportFireMasteryPlayer"] = { name = "Fire Mastery", - description = "Supports Fire skills, granting them an additional level.", + description = "Supports Fire skills, granting them an additional level. Does not support skills which do not have levels.", color = 3, support = true, requireSkillTypes = { SkillType.Fire, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2061,6 +2566,7 @@ skills["SupportFlukePlayer"] = { requireSkillTypes = { SkillType.Triggers, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Fluke",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -2093,6 +2599,7 @@ skills["SupportFocusedCursePlayer"] = { requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "FocussedCurse",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -2104,7 +2611,7 @@ skills["SupportFocusedCursePlayer"] = { baseFlags = { }, constantStats = { - { "base_curse_delay_+%", -30 }, + { "support_focus_curse_curse_delay_+%_final", -50 }, }, stats = { }, @@ -2116,12 +2623,13 @@ skills["SupportFocusedCursePlayer"] = { } skills["SupportManaFountainPlayer"] = { name = "Font of Mana", - description = "Supports Skills which create stationary objects. Objects created by supported Skills generate a Font of Mana, creating an Aura which grants Mana regeneration.", + description = "Supports Skills which create Totems. Totems created by supported Skills generate a Font of Mana which will Leech Mana to Allies within it.", color = 3, support = true, - requireSkillTypes = { SkillType.SupportedByFountains, SkillType.Orb, SkillType.SummonsTotem, SkillType.Offering, }, + requireSkillTypes = { SkillType.SummonsTotem, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + gemFamily = { "Font",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2138,8 +2646,8 @@ skills["SupportManaFountainPlayer"] = { baseFlags = { }, constantStats = { - { "support_mana_fountain_mana_regeneration_rate_+%", 40 }, - { "support_mana_fountain_radius", 30 }, + { "allies_in_font_of_mana_radius_leech_%_of_my_physical_damage_as_mana", 12 }, + { "font_of_mana_radius", 40 }, }, stats = { }, @@ -2150,31 +2658,73 @@ skills["SupportManaFountainPlayer"] = { } } skills["SupportWallFortressPlayer"] = { - name = "Fortress", + name = "Fortress I", description = "Supports skills that create walls in a line, causing them to be created in a circle instead but deal less Hit damage.", color = 3, support = true, requireSkillTypes = { SkillType.Wall, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Fortress",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fortress I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_wall_fortress_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "wall_maximum_length_+%", 100 }, + { "support_wall_fortress_hit_damage_+%_final", -40 }, + }, + stats = { + "wall_is_created_in_a_circle_instead", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportWallFortressPlayerTwo"] = { + name = "Fortress II", + description = "Supports skills that create walls in a line, causing them to be created in a circle instead but deal less Hit damage and have lowered Area of Effect.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Wall, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Fortress",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fortress", + label = "Fortress II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { ["support_wall_fortress_hit_damage_+%_final"] = { mod("Damage", "MORE", nil), }, + ["support_wall_fortress_area_of_effect_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), + }, }, baseFlags = { }, constantStats = { { "wall_maximum_length_+%", 100 }, - { "support_wall_fortress_hit_damage_+%_final", -50 }, + { "support_wall_fortress_hit_damage_+%_final", -30 }, + { "support_wall_fortress_area_of_effect_+%_final", -20 }, }, stats = { "wall_is_created_in_a_circle_instead", @@ -2185,6 +2735,36 @@ skills["SupportWallFortressPlayer"] = { }, } } +skills["SupportFreezePlayer"] = { + name = "Freeze", + description = "Supports any skill that Hits enemies, making it more effective at Freezing enemies.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Freeze",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Freeze", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_hypothermia_hit_damage_freeze_multiplier_+%_final", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportFreezeforkPlayer"] = { name = "Freezefork", description = "Supports Skills which can fire Projectiles. Projectiles from Supported Skills always Fork when the initial Projectile Hits Frozen Enemies, but Supported Skills cannot build up Freeze themselves.", @@ -2193,6 +2773,7 @@ skills["SupportFreezeforkPlayer"] = { requireSkillTypes = { SkillType.Projectile, }, addSkillTypes = { SkillType.SupportedByFreezefork, }, excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Freezefork",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2221,8 +2802,9 @@ skills["SupportChillingIcePlayer"] = { color = 3, support = true, requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, + addSkillTypes = { SkillType.CreatesGroundEffect, }, excludeSkillTypes = { }, + gemFamily = { "FrostNexus",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -2253,6 +2835,7 @@ skills["SupportFrostfirePlayer"] = { requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SkillConsumesIgnite, SkillType.SupportedByElementalDischarge, }, + gemFamily = { "FrostFire",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2269,7 +2852,8 @@ skills["SupportFrostfirePlayer"] = { baseFlags = { }, constantStats = { - { "ignite_effect_+%_final_against_frozen_enemies", 100 }, + { "ignite_effect_+%_final_against_frozen_enemies", 50 }, + { "support_frostfire_ignite_effect_+%_final_vs_frozen_unique_enemies", 25 }, }, stats = { "never_freeze", @@ -2281,26 +2865,32 @@ skills["SupportFrostfirePlayer"] = { }, } } -skills["SupportGlaciationPlayer"] = { - name = "Glaciation", - description = "Supports any skill that Hits enemies, making it more effective at Freezing enemies.", +skills["SupportGlacierPlayer"] = { + name = "Glacier", + description = "Supports any Skill which creates Ice Crystals, causing them to be created with higher Life.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.IceCrystal, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Glacier",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Glaciation", - incrementalEffectiveness = 0.092720001935959, + label = "Glacier", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_glacier_ice_crystal_maximum_life_+%_final"] = { + mod("IceCrystalLife", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_hypothermia_hit_damage_freeze_multiplier_+%_final", 50 }, + { "support_glacier_ice_crystal_maximum_life_+%_final", 100 }, }, stats = { }, @@ -2310,31 +2900,58 @@ skills["SupportGlaciationPlayer"] = { }, } } -skills["SupportGlacierPlayer"] = { - name = "Glacier", - description = "Supports any Skill which creates Ice Crystals, causing them to be created with higher Life.", +skills["SupportFleetingRemnantsPlayer"] = { + name = "Harmonic Remnants I", + description = "Supports Skills which create Remnants, allowing those Remnants to be collected from further away. ", color = 3, support = true, - requireSkillTypes = { SkillType.IceCrystal, }, + requireSkillTypes = { SkillType.GeneratesRemnants, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "HarmonicRemnants",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Glacier", + label = "Harmonic Remnants I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_glacier_ice_crystal_maximum_life_+%_final"] = { - mod("IceCrystalLife", "MORE", nil), - }, + baseFlags = { + }, + constantStats = { + { "remnant_pickup_range_+%", 100 }, + }, + stats = { }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFleetingRemnantsPlayerTwo"] = { + name = "Harmonic Remnants II", + description = "Supports Skills which create Remnants, allowing those Remnants to be collected from further away, with a chance to create an additional Remnant.", + color = 3, + support = true, + requireSkillTypes = { SkillType.GeneratesRemnants, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HarmonicRemnants",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Harmonic Remnants II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_glacier_ice_crystal_maximum_life_+%_final", 100 }, + { "remnant_pickup_range_+%", 100 }, + { "chance_%_to_create_additional_remnant", 20 }, }, stats = { }, @@ -2352,6 +2969,7 @@ skills["SupportCurseEffectPlayer"] = { requireSkillTypes = { SkillType.AppliesCurse, SkillType.IsBlasphemy, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "HeightenedCurse",}, levels = { [1] = { reservationMultiplier = 40, manaMultiplier = 40, levelRequirement = 0, }, }, @@ -2381,6 +2999,7 @@ skills["SupportHexBloomPlayer"] = { requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { SkillType.Area, }, excludeSkillTypes = { }, + gemFamily = { "HexBloom",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -2410,6 +3029,7 @@ skills["SupportHinderPlayer"] = { requireSkillTypes = { SkillType.Spell, SkillType.DamageOverTime, SkillType.Chaos, SkillType.AND, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Hinder",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -2437,7 +3057,8 @@ skills["SupportHourglassPlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.Cooldown, SkillType.SupportedByHourglass, }, - excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByHourglass, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByHourglass, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "GrantsCooldown",}, levels = { [1] = { storedUses = 1, levelRequirement = 0, cooldown = 10, }, }, @@ -2465,6 +3086,42 @@ skills["SupportHourglassPlayer"] = { }, } } +skills["SupportHulkingMinionsPlayer"] = { + name = "Hulking Minions", + description = "Supports Skills which summon Persistent Minions. Supported Minions are larger, have more Life, and deal more Damage, but cost significantly more Spirit.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HulkingMinions",}, + levels = { + [1] = { reservationMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Hulking Minions", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_titanblood_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["support_titanblood_minion_life_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), + }, + }, + baseFlags = { + }, + stats = { + "minions_are_gigantic", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportIceBitePlayer"] = { name = "Ice Bite", description = "Supports Attacks you use yourself. Freezing an enemy with supported skills infuses all of your Attacks with Cold damage for a short time.", @@ -2472,7 +3129,8 @@ skills["SupportIceBitePlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.Duration, }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "IceBite",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -2495,7 +3153,7 @@ skills["SupportIceBitePlayer"] = { baseFlags = { }, constantStats = { - { "support_ice_bite_buff_grant_%_added_cold_attack_damage", 35 }, + { "support_ice_bite_buff_grant_%_added_cold_attack_damage", 25 }, { "support_ice_bite_base_buff_duration", 5000 }, }, stats = { @@ -2514,6 +3172,7 @@ skills["SupportIciclePlayer"] = { requireSkillTypes = { SkillType.IceCrystal, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Icicle",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2547,7 +3206,8 @@ skills["ViciousHexSupportPlayer"] = { support = true, requireSkillTypes = { SkillType.AppliesCurse, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Triggered, SkillType.InbuiltTrigger, SkillType.Aura, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.InbuiltTrigger, SkillType.Aura, }, + gemFamily = { "ImpendingDoom",}, levels = { [1] = { manaMultiplier = 30, levelRequirement = 0, }, }, @@ -2566,11 +3226,12 @@ skills["ViciousHexSupportPlayer"] = { }, }, } -}skills["DoomBlastPlayer"] = { +} +skills["DoomBlastPlayer"] = { name = "Doom Blast", hidden = true, description = "Deal Chaos damage in an area around the previously Cursed enemy.", - skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.AreaSpell] = true, [SkillType.Chaos] = true, [SkillType.Cooldown] = true, [SkillType.InbuiltTrigger] = true, [SkillType.SkillGrantedBySupport] = true, }, + skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.AreaSpell] = true, [SkillType.Chaos] = true, [SkillType.Cooldown] = true, [SkillType.InbuiltTrigger] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.NoAttackInPlace] = true, }, castTime = 1, qualityStats = { }, @@ -2581,8 +3242,8 @@ skills["ViciousHexSupportPlayer"] = { [1] = { label = "Doom Blast", baseEffectiveness = 1.7200000286102, - incrementalEffectiveness = 0.14000000059605, - damageIncrementalEffectiveness = 0.006800000090152, + incrementalEffectiveness = 0.12999999523163, + damageIncrementalEffectiveness = 0.0082000000402331, statDescriptionScope = "doom_blast", statMap = { ["impending_doom_base_added_chaos_damage_%_of_current_mana"] = { @@ -2612,35 +3273,6 @@ skills["ViciousHexSupportPlayer"] = { }, } } -skills["SupportImpetusPlayer"] = { - name = "Impetus", - description = "Supports Meta Skills. Supported Skills generate Energy significantly faster.", - color = 3, - support = true, - requireSkillTypes = { SkillType.GeneratesEnergy, }, - addSkillTypes = { }, - excludeSkillTypes = { }, - levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Impetus", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "energy_generated_+%", 40 }, - }, - stats = { - }, - levels = { - [1] = { actorLevel = 1, }, - }, - }, - } -} skills["SupportInevitableCriticalsPlayer"] = { name = "Inevitable Critical", description = "Supports any skill you use yourself that Hits enemies, causing it to accumulate Critical Hit chance over time. ", @@ -2648,7 +3280,8 @@ skills["SupportInevitableCriticalsPlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "InevitableCritical",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, @@ -2670,7 +3303,7 @@ skills["SupportInevitableCriticalsPlayer"] = { }, constantStats = { { "support_inevitable_criticals_critical_strike_chance_+%_per_second", 25 }, - { "support_inevitable_criticals_critical_strike_chance_+%_cap", 100 }, + { "support_inevitable_criticals_critical_strike_chance_+%_cap", 200 }, }, stats = { "supported_by_inevitable_criticals", @@ -2689,6 +3322,7 @@ skills["SupportIntenseAgonyPlayer"] = { requireSkillTypes = { SkillType.Spell, SkillType.DamageOverTime, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "IntenseAgony",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2719,26 +3353,161 @@ skills["SupportIntenseAgonyPlayer"] = { }, } } -skills["SupportLastGaspPlayer"] = { - name = "Last Gasp", - description = "Supports skills that create Persistent Minions, causing those Minions to fight on for a short duration before dying when they are fatally wounded.", +skills["SupportFlukePlayerTwo"] = { + name = "Ixchel's Torment", + description = "Supports Skills which Trigger other Skills. Skills Triggered by Supported Skills have their Damage, Area of Effect, and Projectile Speed randomly raised or lowered when Triggered, as well as recovering a random amount of their cost when Triggered.", color = 3, support = true, - requireSkillTypes = { SkillType.CreatesMinion, SkillType.Persistent, SkillType.AND, }, - addSkillTypes = { SkillType.Duration, }, - excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + requireSkillTypes = { SkillType.Triggers, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Fluke",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Last Gasp", + label = "Ixchel's Torment", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_last_gasp_duration_ms", 4000 }, + { "support_randomise_lower_recover_%_cost_on_use", 0 }, + { "support_randomise_higher_recover_%_cost_on_use", 20 }, + { "support_randomise_lower_damage_+%_final", -40 }, + { "support_randomise_higher_damage_+%_final", 60 }, + { "support_randomise_higher_aoe_+%_final", 50 }, + { "support_randomise_lower_aoe_+%_final", -40 }, + { "support_randomise_higher_projectile_speed_+%_final", 50 }, + { "support_randomise_lower_projectile_speed_+%_final", -40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportKalisasCrescendoPlayer"] = { + name = "Kalisa's Crescendo", + description = "Supports Curse Skills. Enemies Cursed by Supported Skills are Pacified for the final portion of the Supported Curse's duration.", + color = 3, + support = true, + requireSkillTypes = { SkillType.AppliesCurse, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "KalisasCrescendo",}, + isLineage = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Kalisa's Crescendo", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "curse_pacify_for_final_%_of_duration", 30 }, + { "apply_unaffected_by_pacifying_curses_for_x_ms_on_curse_expiry", 8000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportKulemaksDominionPlayer"] = { + name = "Kulemak's Dominion", + description = "Supports Offering Skills, causing Spells that affect an area around you or a target location to also affect the area around Supported Offerings.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Offering, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "AbyssalLineageTwo",}, + isLineage = true, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Kulemak's Dominion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "cascadeable_offering_support_offering_casted_spell_damage_+%_final", -50 }, + }, + stats = { + "cascadeable_spells_occur_from_offering", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportKurgalsLeashPlayer"] = { + name = "Kurgal's Leash", + description = "Supports Commandable Minions causing you and the Supported Minion to gain Unholy Might when you Command them.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CommandsMinions, SkillType.CommandableMinion, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "KurgalLineage",}, + isLineage = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Kurgal's Leash", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "gain_unholy_might_for_X_ms_on_command", 5000 }, + { "minion_gain_unholy_might_for_X_ms_on_command", 5000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLastGaspPlayer"] = { + name = "Last Gasp", + description = "Supports skills that create Persistent Minions, causing those Minions to fight on when they are fatally wounded, dying after a short duration or when they take further damage exceeding their maximum Life.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, SkillType.Persistent, SkillType.AND, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "LastGasp",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Last Gasp", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_last_gasp_duration_ms", 4000 }, }, stats = { }, @@ -2750,12 +3519,13 @@ skills["SupportLastGaspPlayer"] = { } skills["SupportLightningMasteryPlayer"] = { name = "Lightning Mastery", - description = "Supports Lightning skills, granting them an additional level.", + description = "Supports Lightning skills, granting them an additional level. Does not support skills which do not have levels.", color = 3, support = true, requireSkillTypes = { SkillType.Lightning, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -2777,6 +3547,152 @@ skills["SupportLightningMasteryPlayer"] = { }, } } +skills["SupportLivingLightningPlayer"] = { + name = "Living Lightning", + description = "Supports Skills which cause Damaging Hits. Living Lightning Minions are created when dealing Lightning damage with Supported Skills - bundles of living electricity that target nearby enemies with Chaining Attacks. Enemies will not directly engage these Minions, and can pass through them. Does not modify skills used by Minions.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LivingLightning",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Living Lightning", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "supported_skill_triggers_living_lightning_on_dealing_lightning_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredLivingLightningPlayer"] = { + name = "Living Lightning", + hidden = true, + minionList = { + "LivingLightning", + }, + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Minion] = true, [SkillType.Lightning] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.SingleLevelSkill] = true, [SkillType.MinionsAreUndamagable] = true, [SkillType.CreatesMinion] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { storedUses = 5, levelRequirement = 0, cooldown = 0.2, }, + }, + statSets = { + [1] = { + label = "Living Lightning", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_living_lightning", + baseFlags = { + minion = true, + }, + constantStats = { + { "chance_to_trigger_living_lightning_on_lightning_damage_%", 100 }, + { "base_skill_effect_duration", 30000 }, + { "base_number_of_living_lightning_allowed", 5 }, + { "living_lightning_maximum_number_of_attacks", 3 }, + { "minion_base_physical_damage_%_to_convert_to_lightning", 100 }, + { "living_lightning_beam_attack_time_ms", 140 }, + }, + stats = { + "display_minion_level_from_triggering_skill_level", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLivingLightningPlayerTwo"] = { + name = "Living Lightning II", + description = "Supports Skills which cause Damaging Hits. Living Lightning Minions are created when dealing Lightning damage with Supported Skills - bundles of living electricity that target nearby enemies with Chaining Attacks. Enemies will not directly engage these Minions, and can pass through them. Does not modify skills used by Minions.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LivingLightning",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Living Lightning II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "supported_skill_triggers_living_lightning_on_dealing_lightning_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredLivingLightningPlayerTwo"] = { + name = "Living Lightning", + hidden = true, + minionList = { + "LivingLightning", + }, + skillTypes = { [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Minion] = true, [SkillType.Lightning] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Limit] = true, [SkillType.Duration] = true, [SkillType.SingleLevelSkill] = true, [SkillType.MinionsAreUndamagable] = true, [SkillType.CreatesMinion] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { storedUses = 5, levelRequirement = 0, cooldown = 0.2, }, + }, + statSets = { + [1] = { + label = "Living Lightning", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_living_lightning", + statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent", div = 5 }) }), + div = 5, + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 10 }) }), + div = 10, + }, + }, + baseFlags = { + minion = true, + }, + constantStats = { + { "chance_to_trigger_living_lightning_on_lightning_damage_%", 100 }, + { "base_skill_effect_duration", 30000 }, + { "base_number_of_living_lightning_allowed", 8 }, + { "living_lightning_maximum_number_of_attacks", 3 }, + { "minion_base_physical_damage_%_to_convert_to_lightning", 100 }, + { "living_lightning_beam_attack_time_ms", 140 }, + { "minion_1%_damage_+%_per_X_player_strength", 5 }, + { "minion_1%_attack_speed_+%_per_X_player_dexterity", 10 }, + }, + stats = { + "display_minion_level_from_triggering_skill_level", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportLoyaltyPlayer"] = { name = "Loyalty", description = "Supports Skills that create Companions which can be damaged. Minions created by Supported Skills take a portion of Hit Damage you would otherwise have taken, but have lowered maximum Life.", @@ -2785,24 +3701,474 @@ skills["SupportLoyaltyPlayer"] = { requireSkillTypes = { SkillType.Companion, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "Loyalty",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Loyalty", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_trusty_companion_minion_life_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_trusty_companion_minion_life_+%_final", -30 }, + { "companion_takes_%_damage_before_you_from_support", 10 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMagneticRemnantsPlayer"] = { + name = "Magnetic Remnants", + description = "Supports Skills which create Remnants, allowing those Remnants to be collected from further away.", + color = 3, + support = true, + requireSkillTypes = { SkillType.GeneratesRemnants, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Magnetism",}, + levels = { + [1] = { spiritReservationFlat = 10, manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Magnetic Remnants", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "remnant_pickup_range_+%", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMagnifiedAreaPlayer"] = { + name = "Magnified Area I", + description = "Supports any skill with an area of effect, making it larger.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Area, SkillType.MinionsCanExplode, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "IncreasedAreaOfEffect",}, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Magnified Area I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_skill_area_of_effect_+%", 35 }, + { "support_increased_area_damage_+%_final", 0 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMagnifiedAreaPlayerTwo"] = { + name = "Magnified Area II", + description = "Supports any skill with an area of effect, making it larger at the cost of damage.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Area, SkillType.MinionsCanExplode, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "IncreasedAreaOfEffect",}, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Magnified Area II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_area_concentrate_area_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Area), + }, + }, + baseFlags = { + }, + constantStats = { + { "base_skill_area_of_effect_+%", 45 }, + { "support_increased_area_damage_+%_final", -10 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportManaFlarePlayer"] = { + name = "Mana Flare", + description = "Supports any Spell that Hits enemies, causing it to trigger a Mana Flare on Critical Hit. The Mana Flare consumes your Mana to deal Fire damage. Cannot support the skills of Minions.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + gemFamily = { "ManaFlare",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Support", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "support_trigger_mana_flare_on_crit", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredManaFlarePlayer"] = { + name = "Mana Flare", + hidden = true, + skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Triggerable] = true, [SkillType.Cooldown] = true, [SkillType.Triggered] = true, [SkillType.Area] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { critChance = 7, storedUses = 1, levelRequirement = 0, cooldown = 1, }, + }, + statSets = { + [1] = { + label = "Mana Flare", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_mana_flare", + statMap = { + ["support_mana_flare_%_of_current_mana_consumed"] = { + mod("FireMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Mana", percentVar = "CurrentManaPercentage" }), + mod("FireMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Mana", percentVar = "CurrentManaPercentage" }), + div = 100, + }, + }, + baseFlags = { + spell = true, + area = true, + }, + baseMods = { + skill("currentManaPercentage", true), + }, + constantStats = { + { "triggered_by_mana_flare_support_%", 100 }, + { "support_mana_flare_%_of_current_mana_consumed", 25 }, + { "active_skill_base_area_of_effect_radius", 20 }, + }, + stats = { + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportManaLeechPlayer"] = { + name = "Mana Leech", + description = "Supports Attacks, causing their Physical damage to Leech Mana.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ManaLeech",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Mana Leech", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_mana_leech_from_physical_attack_damage_permyriad", 800 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMinionInstabilityPlayer"] = { + name = "Minion Instability", + description = "Supports skills which create Minions, causing them to violently explode when reduced to Low Life.", + color = 3, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "MinionInstability",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Minion Instability", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["explode_on_low_life_%_maximum_life_to_deal"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:MinionInstabilityBaseDamage", "BASE", nil) }), + mod("ExtraMinionSkill", "LIST", { skillId = "MinionInstability" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "explode_on_low_life_%_maximum_life_to_deal", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMinionMasteryPlayer"] = { + name = "Minion Mastery", + description = "Supports Minion skills, granting them an additional level. Does not support skills which do not have levels.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Minion, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Minion Mastery", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "supported_minion_skill_gem_level_+", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMinionPactPlayer"] = { + name = "Minion Pact I", + description = "Supports damaging skills you use yourself, draining the life from one of your Minions on use in order to boost the skill's damage. Only takes effect if you have a Minion with enough life to drain the full amount.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Persistent, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "MinionPact",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Minion Pact I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_minion_pact_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_minion_pact_user_life_%_removed_from_nearby_minion", 100 }, + { "support_minion_pact_damage_+%_final", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMinionPactPlayerTwo"] = { + name = "Minion Pact II", + description = "Supports damaging skills you use yourself, draining the life from one of your Minions on use in order to boost the skill's damage. Only takes effect if you have a Minion with enough life to drain the full amount.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Persistent, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "MinionPact",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Minion Pact II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_minion_pact_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_minion_pact_user_life_%_removed_from_nearby_minion", 150 }, + { "support_minion_pact_damage_+%_final", 35 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMusterPlayer"] = { + name = "Muster", + description = "Supports Skills which summon Minions. Supported Minions deal more Damage the more different kinds of Reviving Minions you have summoned.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Minion, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Muster",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Muster", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_varied_troops_damage_+%_final_per_different_persistent_ominion"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "parent", var = "PersistentMinionTypes" }) }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_varied_troops_damage_+%_final_per_different_persistent_ominion", 7 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMysticismPlayer"] = { + name = "Mysticism I", + description = "Supports Persistent Buff Skills, causing you to deal increased Spell Damage while on full Energy Shield while the Supported Skill is active.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Mysticism",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Mysticism I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"] = { + mod("Damage", "INC", nil, ModFlag.Spell, 0, { type = "Condition", var = "FullEnergyShield" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Mysticism" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMysticismPlayerTwo"] = { + name = "Mysticism II", + description = "Supports Persistent Buff Skills, causing you to deal increased Spell Damage while on full Energy Shield while the Supported Skill is active.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Mysticism",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Loyalty", + label = "Mysticism II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_trusty_companion_minion_life_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), + ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"] = { + mod("Damage", "INC", nil, ModFlag.Spell, 0, { type = "Condition", var = "FullEnergyShield" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Mysticism" }), }, }, baseFlags = { }, constantStats = { - { "support_trusty_companion_minion_life_+%_final", -30 }, - { "companion_takes_%_damage_before_you_from_support", 10 }, + { "support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield", 40 }, }, stats = { }, @@ -2812,26 +4178,28 @@ skills["SupportLoyaltyPlayer"] = { }, } } -skills["SupportMagnetismPlayer"] = { - name = "Magnetism", - description = "Supports Skills which create Remnants, allowing those Remnants to be collected from further away.", +skills["SupportNadirPlayer"] = { + name = "Nadir", + description = "Supports Skills which gain Stages or Seals. Supported Skills have lower Maximum Stage or Seal count, but have a Minimum Stage or Seal count they cannot fall below.", color = 3, support = true, - requireSkillTypes = { SkillType.GeneratesRemnants, }, + requireSkillTypes = { SkillType.GainsStages, SkillType.HasSeals, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Nadir",}, levels = { - [1] = { spiritReservationFlat = 10, manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Magnetism", + label = "Nadir", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "remnant_pickup_range_+%", 100 }, + { "skill_X_fewer_maximum_stages", 1 }, + { "skill_X_minimum_stages", 1 }, }, stats = { }, @@ -2841,28 +4209,27 @@ skills["SupportMagnetismPlayer"] = { }, } } -skills["SupportIncreasedAreaOfEffectPlayer"] = { - name = "Magnified Effect", - description = "Supports any skill with an area of effect, making it larger.", +skills["SupportPhysicalMasteryPlayer"] = { + name = "Physical Mastery", + description = "Supports Physical skills, granting them an additional level. Does not support skills which do not have levels.", color = 3, support = true, - requireSkillTypes = { SkillType.Area, SkillType.MinionsCanExplode, }, + requireSkillTypes = { SkillType.Physical, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "Mastery",}, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Magnified Effect", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Physical Mastery", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_area_of_effect_+%_final", 30 }, - { "support_increased_area_damage_+%_final", 0 }, + { "supported_physical_skill_gem_level_+", 1 }, }, stats = { }, @@ -2872,69 +4239,70 @@ skills["SupportIncreasedAreaOfEffectPlayer"] = { }, } } -skills["SupportManaFlarePlayer"] = { - name = "Mana Flare", - description = "Supports any Spell that Hits enemies, causing it to trigger a Mana Flare on Critical Hit. The Mana Flare consumes your Mana to deal Fire damage. Cannot support the skills of Minions.", +skills["SupportPinpointCriticalPlayer"] = { + name = "Pinpoint Critical", + description = "Supports any skill that Hits Enemies, causing it to Critically Hit more often but deal less damage with Critical Hits.", color = 3, support = true, - requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "PinpointCritical",}, levels = { [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 0, }, + [3] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Support", + label = "Pinpoint Critical", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_pinpoint_critical_strike_chance_+%_final"] = { + mod("CritChance", "MORE", nil), + }, + ["support_pinpoint_critical_strike_multiplier_+%_final"] = { + mod("CritMultiplier", "MORE", nil), + }, + }, baseFlags = { }, + constantStats = { + { "support_pinpoint_critical_strike_chance_+%_final", 60 }, + { "support_pinpoint_critical_strike_multiplier_+%_final", -30 }, + }, stats = { - "support_trigger_mana_flare_on_crit", }, levels = { [1] = { actorLevel = 1, }, }, }, } -}skills["TriggeredManaFlarePlayer"] = { - name = "Mana Flare", - hidden = true, - skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Triggerable] = true, [SkillType.Cooldown] = true, [SkillType.Triggered] = true, [SkillType.Area] = true, }, - castTime = 1, - qualityStats = { - }, +} +skills["SupportPotentExposurePlayer"] = { + name = "Potent Exposure", + description = "Supports Skills which apply Exposure to Enemies, increasing the effect of applied Exposure.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Spell, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "PotentExposure",}, levels = { - [1] = { critChance = 7, storedUses = 1, levelRequirement = 0, cooldown = 1, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Mana Flare", + label = "Potent Exposure", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "triggered_mana_flare", - statMap = { - ["support_mana_flare_%_of_current_mana_consumed"] = { - mod("FireMin", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Mana", percentVar = "CurrentManaPercentage" }), - mod("FireMax", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Mana", percentVar = "CurrentManaPercentage" }), - div = 100, - }, - }, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { - spell = true, - area = true, - }, - baseMods = { - skill("currentManaPercentage", true), }, constantStats = { - { "triggered_by_mana_flare_support_%", 100 }, - { "support_mana_flare_%_of_current_mana_consumed", 25 }, - { "active_skill_base_area_of_effect_radius", 20 }, + { "exposure_effect_+%", 20 }, }, stats = { - "is_area_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -2942,34 +4310,35 @@ skills["SupportManaFlarePlayer"] = { }, } } -skills["SupportMinionInstabilityPlayer"] = { - name = "Minion Instability", - description = "Supports skills which create Minions, causing them to violently explode when reduced to Low Life.", +skills["SupportPotentialPlayer"] = { + name = "Potential", + description = "Supports Skills that you use yourself. Supported Skills will consume a Power Charge on use if possible, and will be much more likely to Critically Hit if they do. Supported Skills cannot generate Power Charges.", color = 3, support = true, - requireSkillTypes = { SkillType.CreatesMinion, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, + addSkillTypes = { SkillType.SupportedByPotential, }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesPowerChargesOnUse, SkillType.SupportedByPotential, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Potential",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Minion Instability", + label = "Potential", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["explode_on_low_life_%_maximum_life_to_deal"] = { - mod("MinionModifier", "LIST", { mod = mod("Multiplier:MinionInstabilityBaseDamage", "BASE", nil) }), - mod("ExtraMinionSkill", "LIST", { skillId = "MinionInstability" }), + ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"] = { + mod("CritChance", "MORE", nil, 0, 0, { type = "Multiplier", var = "RemovablePowerCharge", limit = 1 }), }, }, baseFlags = { }, constantStats = { - { "explode_on_low_life_%_maximum_life_to_deal", 15 }, + { "skill_consume_power_charge_to_gain_critical_strike_chance_+%_final", 40 }, }, stats = { + "skill_cannot_generate_power_charges", }, levels = { [1] = { actorLevel = 1, }, @@ -2977,26 +4346,30 @@ skills["SupportMinionInstabilityPlayer"] = { }, } } -skills["SupportMinionMasteryPlayer"] = { - name = "Minion Mastery", - description = "Supports Minion skills, granting them an additional level.", +skills["SupportProfanityPlayer"] = { + name = "Profanity I", + description = "Supports Skills you use yourself. Supported Skills consume a Corpse on use, dealing more Chaos Damage if they do. Cannot support Triggered Skills or Reservation Skills.", color = 3, support = true, - requireSkillTypes = { SkillType.Minion, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.HasReservation, SkillType.Triggered, SkillType.Meta, }, + gemFamily = { "Profanity",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Minion Mastery", + label = "Profanity I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "supported_minion_skill_gem_level_+", 1 }, + { "support_chaos_damage_+%_final_if_corpse_consumed_on_use", 30 }, + { "skill_consume_corpse_within_X_units_on_use", 50 }, + { "skill_consume_up_to_X_corpses_on_use", 1 }, }, stats = { }, @@ -3006,33 +4379,30 @@ skills["SupportMinionMasteryPlayer"] = { }, } } -skills["SupportMinionPactPlayer"] = { - name = "Minion Pact", - description = "Supports damaging skills you use yourself, draining the life from one of your Minions on use in order to boost the skill's damage. Only takes effect if you have a Minion with enough life to drain the full amount.", +skills["SupportProfanityPlayerTwo"] = { + name = "Profanity II", + description = "Supports Skills you use yourself. Supported Skills consume many Corpses on use, dealing more Chaos Damage per Corpse consumed. Cannot support Triggered Skills or Reservation Skills.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Persistent, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Triggered, SkillType.HasReservation, SkillType.Triggered, SkillType.Meta, }, + gemFamily = { "Profanity",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Minion Pact", + label = "Profanity II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_minion_pact_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_minion_pact_user_life_%_removed_from_nearby_minion", 100 }, - { "support_minion_pact_damage_+%_final", 30 }, + { "skill_consume_corpse_within_X_units_on_use", 50 }, + { "skill_consume_up_to_X_corpses_on_use", 10 }, + { "support_chaos_damage_+%_final_per_corpse_consumed_on_use", 5 }, }, stats = { }, @@ -3042,31 +4412,28 @@ skills["SupportMinionPactPlayer"] = { }, } } -skills["SupportMusterPlayer"] = { - name = "Muster", - description = "Supports Skills which summon Minions. Supported Minions deal more Damage the more different kinds of Persistent Minions you have summoned.", +skills["SupportRapidCastingPlayer"] = { + name = "Rapid Casting I", + description = "Supports Spells, causing them to cast faster.", color = 3, support = true, - requireSkillTypes = { SkillType.Minion, }, + requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Instant, SkillType.FixedCastTime, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidCasting",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Muster", - incrementalEffectiveness = 0.054999999701977, + label = "Rapid Casting I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_varied_troops_damage_+%_final_per_different_persistent_ominion"] = { - mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "parent", var = "PersistentMinionTypes" }) }), - }, - }, baseFlags = { }, constantStats = { - { "support_varied_troops_damage_+%_final_per_different_persistent_ominion", 7 }, + { "base_cast_speed_+%", 15 }, }, stats = { }, @@ -3076,31 +4443,28 @@ skills["SupportMusterPlayer"] = { }, } } -skills["SupportMysticismPlayer"] = { - name = "Mysticism", - description = "Supports Persistent Buff Skills, causing you to deal increased Spell Damage while on full Energy Shield while the Supported Skill is active.", +skills["SupportRapidCastingPlayerTwo"] = { + name = "Rapid Casting II", + description = "Supports Spells, causing them to cast faster.", color = 3, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Instant, SkillType.FixedCastTime, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidCasting",}, levels = { - [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Mysticism", - incrementalEffectiveness = 0.054999999701977, + label = "Rapid Casting II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"] = { - mod("Damage", "INC", nil, ModFlag.Spell, 0, { type = "Condition", var = "FullEnergyShield" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Mysticism" }), - }, - }, baseFlags = { }, constantStats = { - { "support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield", 30 }, + { "base_cast_speed_+%", 20 }, }, stats = { }, @@ -3110,27 +4474,28 @@ skills["SupportMysticismPlayer"] = { }, } } -skills["SupportNadirPlayer"] = { - name = "Nadir", - description = "Supports Skills which gain Stages or Seals. Supported Skills have lower Maximum Stage or Seal count, but have a Minimum Stage or Seal count they cannot fall below.", +skills["SupportRapidCastingPlayerThree"] = { + name = "Rapid Casting III", + description = "Supports Spells, causing them to cast faster for each different Spell you've cast Recently.", color = 3, support = true, - requireSkillTypes = { SkillType.GainsStages, }, + requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Instant, SkillType.FixedCastTime, SkillType.NoAttackOrCastTime, }, + gemFamily = { "RapidCasting",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Nadir", - incrementalEffectiveness = 0.054999999701977, + label = "Rapid Casting III", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "skill_X_fewer_maximum_stages", 1 }, - { "skill_X_minimum_stages", 1 }, + { "cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds", 10 }, }, stats = { }, @@ -3140,26 +4505,28 @@ skills["SupportNadirPlayer"] = { }, } } -skills["SupportPhysicalMasteryPlayer"] = { - name = "Physical Mastery", - description = "Supports Physical skills, granting them an additional level.", +skills["SupportRimePlayer"] = { + name = "Rime", + description = "Supports Skills which create Ground Surfaces, causing Enemies Chilled by those Surfaces to be more easily Frozen, but at the cost of some Chill magnitude.", color = 3, support = true, - requireSkillTypes = { SkillType.Physical, }, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rime",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Physical Mastery", + label = "Rime", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "supported_physical_skill_gem_level_+", 1 }, + { "chilled_ground_applies_%_freeze_multiplier_taken", -20 }, + { "support_winterblast_chill_effect_+%_final", -30 }, }, stats = { }, @@ -3169,37 +4536,32 @@ skills["SupportPhysicalMasteryPlayer"] = { }, } } -skills["SupportPinpointCriticalPlayer"] = { - name = "Pinpoint Critical", - description = "Supports any skill that Hits Enemies, causing it to Critically Hit more often but deal less damage with Critical Hits.", +skills["SupportTempestuousTempoPlayer"] = { + name = "Rising Tempest", + description = "Supports Skills which deal Damage, raising Elemental Damage dealt for each Skill used Recently of a different Elemental type. Cannot support Minion Skills.", color = 3, support = true, requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, }, + gemFamily = { "RisingTempest",}, levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 0, }, - [3] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Pinpoint Critical", + label = "Rising Tempest", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_pinpoint_critical_strike_chance_+%_final"] = { - mod("CritChance", "MORE", nil), - }, - ["support_pinpoint_critical_strike_multiplier_+%_final"] = { - mod("CritMultiplier", "MORE", nil), + ["support_elemental_damage_+%_final_per_different_elemental_skill_used_recently"] = { + mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "DifferentElementalSkillUsedRecently" }), }, }, baseFlags = { }, constantStats = { - { "support_pinpoint_critical_strike_chance_+%_final", 60 }, - { "support_pinpoint_critical_strike_multiplier_+%_final", -30 }, + { "support_elemental_damage_+%_final_per_different_elemental_skill_used_recently", 12 }, }, stats = { }, @@ -3209,34 +4571,30 @@ skills["SupportPinpointCriticalPlayer"] = { }, } } -skills["SupportPotentialPlayer"] = { - name = "Potential", - description = "Supports Skills that you use yourself. Supported Skills will consume a Power Charge on use if possible, and will be much more likely to Critically Hit if they do. Supported Skills cannot generate Power Charges.", +skills["SupportRitualisticCursePlayer"] = { + name = "Ritualistic Curse", + description = "Supports Curse skills, causing them to cover a larger area but take longer to Curse enemies.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, - addSkillTypes = { SkillType.SupportedByPotential, }, - excludeSkillTypes = { SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesPowerChargesOnUse, SkillType.SupportedByPotential, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.AppliesCurse, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "RitualisticCurse",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Potential", + label = "Ritualistic Curse", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"] = { - mod("CritChance", "MORE", nil, 0, 0, { type = "Multiplier", var = "RemovablePowerCharge", limit = 1 }), - }, - }, baseFlags = { }, constantStats = { - { "skill_consume_power_charge_to_gain_critical_strike_chance_+%_final", 40 }, + { "support_ritual_curse_curse_delay_+%_final", 30 }, + { "curse_area_of_effect_+%", 50 }, }, stats = { - "skill_cannot_generate_power_charges", }, levels = { [1] = { actorLevel = 1, }, @@ -3244,29 +4602,30 @@ skills["SupportPotentialPlayer"] = { }, } } -skills["SupportProfanityPlayer"] = { - name = "Profanity", - description = "Supports Skills you use yourself. Supported Skills consume a Corpse on use, dealing more Chaos Damage if they do. Cannot support Triggered Skills or Reservation Skills.", +skills["SupportSacrificialLambPlayer"] = { + name = "Sacrificial Lamb I", + description = "Supports skills which create Minions, causing your skills which can target Minions to prioritise targeting Minions from the Supported Skill.", color = 3, support = true, - requireSkillTypes = { }, + requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.Triggered, SkillType.HasReservation, }, + excludeSkillTypes = { }, + gemFamily = { "SacrificialLamb",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Profanity", + label = "Sacrificial Lamb I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_chaos_damage_+%_final_if_corpse_consumed_on_use", 30 }, - { "skill_consume_corpse_within_X_units_on_use", 50 }, + { "support_sacrificial_lamb_base_radius", 60 }, }, stats = { + "support_sacrificial_lamb", }, levels = { [1] = { actorLevel = 1, }, @@ -3274,29 +4633,31 @@ skills["SupportProfanityPlayer"] = { }, } } -skills["SupportRimePlayer"] = { - name = "Rime", - description = "Supports Skills which create Ground Surfaces, causing Enemies Chilled by those Surfaces to be more easily Frozen, but at the cost of some Chill magnitude.", +skills["SupportSacrificialLambPlayerTwo"] = { + name = "Sacrificial Lamb II", + description = "Supports skills which create Minions, causing your skills which can target Minions to prioritise targeting Minions from the Supported Skill, as well as causing them to always be considered Detonatable.", color = 3, support = true, - requireSkillTypes = { SkillType.CreatesGroundEffect, }, + requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "SacrificialLamb",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rime", + label = "Sacrificial Lamb II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "chilled_ground_applies_%_freeze_multiplier_taken", -20 }, - { "support_winterblast_chill_effect_+%_final", -30 }, + { "support_sacrificial_lamb_base_radius", 60 }, }, stats = { + "support_sacrificial_lamb", + "sacrificial_lamb_minion_always_detonatable", }, levels = { [1] = { actorLevel = 1, }, @@ -3304,31 +4665,34 @@ skills["SupportRimePlayer"] = { }, } } -skills["SupportTempestuousTempoPlayer"] = { - name = "Rising Tempest", - description = "Supports Skills which deal Damage, raising Elemental Damage dealt for each Skill used Recently of a different Elemental type. Cannot support Minion Skills.", +skills["SupportSacrificalOfferingPlayer"] = { + name = "Sacrificial Offering", + description = "Supports Offering Skills. Supported Skills Sacrifice a portion of your life on use, but deal much more damage and have more powerful Buffs in return.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Offering, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, }, + excludeSkillTypes = { }, + gemFamily = { "SacrificalOffering",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rising Tempest", + label = "Sacrificial Offering", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_elemental_damage_+%_final_per_different_elemental_skill_used_recently"] = { - mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "DifferentElementalSkillUsedRecently" }), + ["support_ablation_offering_skill_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Offering }), }, }, baseFlags = { }, constantStats = { - { "support_elemental_damage_+%_final_per_different_elemental_skill_used_recently", 12 }, + { "support_ablation_offering_skill_damage_+%_final", 30 }, + { "offering_spells_effect_+%", 30 }, + { "sacrifice_%_life_on_skill_use", 15 }, }, stats = { }, @@ -3338,27 +4702,28 @@ skills["SupportTempestuousTempoPlayer"] = { }, } } -skills["SupportRitualisticCursePlayer"] = { - name = "Ritualistic Curse", - description = "Supports Curse skills, causing them to cover a larger area but take longer to Curse enemies.", +skills["SupportShockConductionPlayer"] = { + name = "Shock Conduction", + description = "Supports any skill that Hits enemies, giving it a chance to also Shock nearby enemies when you Shock an enemy.", color = 3, support = true, - requireSkillTypes = { SkillType.AppliesCurse, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ShockConduction",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ritualistic Curse", + label = "Shock Conduction", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_curse_delay_+%", 30 }, - { "curse_area_of_effect_+%", 50 }, + { "support_%_chance_to_shock_nearby_enemy_on_shock", 50 }, + { "shock_nearby_enemy_base_area_of_effect_radius", 25 }, }, stats = { }, @@ -3376,6 +4741,7 @@ skills["SupportEnergyShieldOnShockKillPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ShockSiphon",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -3403,27 +4769,30 @@ skills["SupportEnergyShieldOnShockKillPlayer"] = { }, } } -skills["SupportManaLeechPlayer"] = { - name = "Soul Thief", - description = "Supports Attacks, causing their Physical damage to Leech Mana.", +skills["SupportWildshardsPlayerThree"] = { + name = "Sione's Temper", + description = "Supports Projectile Spells. Supported Spells have an increasingly higher chance to fire many additional Projectiles in a circle, resetting when they do.", color = 3, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Spell, SkillType.Projectile, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + gemFamily = { "AdditionalProjectiles",}, + isLineage = true, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Soul Thief", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Sione's Temper", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_mana_leech_from_physical_attack_damage_permyriad", 800 }, + { "gain_X_wildshard_stacks_on_cast", 1 }, + { "spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova_per_wildshard_stack", 20 }, }, stats = { }, @@ -3441,6 +4810,7 @@ skills["SupportSpellCascadePlayer"] = { requireSkillTypes = { SkillType.Cascadable, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Channel, SkillType.Attack, }, + gemFamily = { "SpellCascade",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -3461,7 +4831,7 @@ skills["SupportSpellCascadePlayer"] = { }, constantStats = { { "support_spell_cascade_number_of_cascades_per_side", 1 }, - { "support_spell_cascade_area_of_effect_+%_per_cascade", -20 }, + { "support_spell_cascade_area_of_effect_+%_for_cascade", -20 }, { "support_spell_cascade_area_of_effect_+%_final", -20 }, { "support_spell_cascade_damage_+%_final", -30 }, }, @@ -3481,6 +4851,7 @@ skills["SupportSpellEchoPlayer"] = { requireSkillTypes = { SkillType.Cascadable, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Channel, SkillType.Attack, SkillType.Triggered, }, + gemFamily = { "SpellEcho",}, levels = { [1] = { manaMultiplier = 50, levelRequirement = 0, }, }, @@ -3493,8 +4864,8 @@ skills["SupportSpellEchoPlayer"] = { ["support_multicast_cast_speed_+%_final"] = { mod("Speed", "MORE", nil, ModFlag.Cast), }, - ["support_spell_echo_area_of_effect_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), + ["support_spell_echo_area_of_effect_+%"] = { + mod("AreaOfEffect", "INC", nil), }, }, baseFlags = { @@ -3503,7 +4874,7 @@ skills["SupportSpellEchoPlayer"] = { { "support_spell_echo_cascade_delay_ms", 500 }, { "support_multicast_cast_speed_+%_final", -30 }, { "support_spell_echo_number_of_echo_cascades", 1 }, - { "support_spell_echo_area_of_effect_+%_final", 30 }, + { "support_spell_echo_area_of_effect_+%", 40 }, }, stats = { }, @@ -3521,6 +4892,7 @@ skills["SupportStormfirePlayer"] = { requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "StormFire",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -3540,35 +4912,6 @@ skills["SupportStormfirePlayer"] = { }, } } -skills["SupportStripAwayPlayer"] = { - name = "Strip Away", - description = "Supports Skills which apply Exposure to Enemies, increasing the effect of applied Exposure.", - color = 3, - support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Spell, SkillType.DegenOnlySpellDamage, SkillType.CrossbowAmmoSkill, SkillType.Attack, }, - addSkillTypes = { }, - excludeSkillTypes = { }, - levels = { - [1] = { levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Strip Away", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - constantStats = { - { "support_exposure_effect_+%", 20 }, - }, - stats = { - }, - levels = { - [1] = { actorLevel = 1, }, - }, - }, - } -} skills["SupportStrongHeartedPlayer"] = { name = "Strong Hearted", description = "Supports Persistent Buff Skills, causing Shock applied to you to last for a shorter duration while the Supported Skill is active.", @@ -3577,6 +4920,8 @@ skills["SupportStrongHeartedPlayer"] = { requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "StrongHearted",}, + isLineage = true, levels = { [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, }, @@ -3603,27 +4948,34 @@ skills["SupportStrongHeartedPlayer"] = { }, } } -skills["SupportSuffusePlayer"] = { - name = "Suffuse", - description = "Supports Skills that create Ground Surfaces, causing those Surfaces to grow over time, up to a limit.", +skills["SupportIncreasedCriticalDamagePlayer"] = { + name = "Supercritical", + description = "Supports any skill that Hits enemies, causing it to deal more damage with Critical Hits but have less Critical Hit chance.", color = 3, support = true, - requireSkillTypes = { SkillType.CreatesGroundEffect, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Supercritical",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Suffuse", - incrementalEffectiveness = 0.054999999701977, + label = "Supercritical", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_critical_damage_critical_strike_chance_+%_final"] = { + mod("CritChance", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_ground_effect_area_of_effect_+%_final_per_second", 20 }, - { "support_ground_effect_area_of_effect_+%_final_per_second_max", 100 }, + { "base_critical_strike_multiplier_+", 100 }, + { "support_critical_damage_critical_strike_chance_+%_final", -20 }, }, stats = { }, @@ -3633,35 +4985,32 @@ skills["SupportSuffusePlayer"] = { }, } } -skills["SupportIncreasedCriticalDamagePlayer"] = { - name = "Supercritical", - description = "Supports any skill that Hits enemies, causing it to deal more damage with Critical Hits but have less Critical Hit chance.", +skills["SupportTecrodsRevengePlayer"] = { + name = "Tecrod's Revenge", + description = "Supports skills that create Persistent Minions, causing those Minions to fight on when they are fatally wounded, dying after a short duration or when they take further damage exceeding their maximum Life. Minions from Supported Skills gain Soul Eater and a burst of speed on entering this state.", color = 3, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.CreatesMinion, SkillType.Persistent, SkillType.AND, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "LastGasp",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Supercritical", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Tecrod's Revenge", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_critical_damage_critical_strike_chance_+%_final"] = { - mod("CritChance", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "base_critical_strike_multiplier_+", 100 }, - { "support_critical_damage_critical_strike_chance_+%_final", -20 }, + { "support_last_gasp_duration_ms", 10000 }, + { "support_last_gasp_attack_and_cast_speed_+%_while_undying", 20 }, }, stats = { + "support_last_gasp_minion_soul_eater_while_undying", }, levels = { [1] = { actorLevel = 1, }, @@ -3676,7 +5025,8 @@ skills["SupportUnbendingPlayer"] = { support = true, requireSkillTypes = { SkillType.Spell, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, SkillType.Triggered, }, + gemFamily = { "Unbending",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -3703,9 +5053,10 @@ skills["SupportUnleashPlayer"] = { description = "Supports Spells you cast yourself, making their effect reoccur when cast. Cannot support Channelling Skills or Skills with a Cooldown.", color = 3, support = true, - requireSkillTypes = { SkillType.CanRapidFire, SkillType.Spell, SkillType.AND, }, + requireSkillTypes = { SkillType.Unleashable, SkillType.Spell, SkillType.AND, }, addSkillTypes = { SkillType.HasSeals, SkillType.SupportedByUnleash, }, - excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, SkillType.HasReservation, SkillType.Vaal, SkillType.Instant, SkillType.Channel, SkillType.Cooldown, SkillType.Attack, SkillType.ComboStacking, SkillType.HasSeals, SkillType.SupportedByUnleash, SkillType.NOT, SkillType.AND, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, SkillType.HasReservation, SkillType.Vaal, SkillType.Instant, SkillType.Channel, SkillType.Cooldown, SkillType.Attack, SkillType.ComboStacking, SkillType.HasSeals, SkillType.SupportedByUnleash, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Unleash",}, levels = { [1] = { PvPDamageMultiplier = -40, levelRequirement = 0, manaMultiplier = 50, }, }, @@ -3744,19 +5095,21 @@ skills["SupportUnleashPlayer"] = { } } skills["SupportUpwellingPlayer"] = { - name = "Upwelling", + name = "Upwelling I", description = "Supports Persistent Buff Skills, causing your Minions to deal increased Damage while you are not on full Mana while the Supported Skill is active.", color = 3, support = true, requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Upwellling",}, + isLineage = true, levels = { [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Upwelling", + label = "Upwelling I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { @@ -3772,6 +5125,68 @@ skills["SupportUpwellingPlayer"] = { }, } } +skills["SupportUpwellingPlayerTwo"] = { + name = "Upwelling II", + description = "Supports Persistent Buff Skills, causing your Minions to deal increased Damage while you are not on full Mana while the Supported Skill is active.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Upwellling",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Upwelling II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_minion_damage_spirit_cost_minion_damage_+%_while_missing_mana", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportVarashtasBlessingPlayer"] = { + name = "Varashta's Blessing", + description = "Supports any Skill that can deal Damage, causing it to deal more Damage per different Command Skill used.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.DegenOnlySpellDamage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "VarashtasBlessing",}, + isLineage = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Varashta's Blessing", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_djinn_lineage_damage_+%_final_per_different_command_in_last_8_seconds", 10 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportVerglasPlayer"] = { name = "Verglas", description = "Supports Skills you use yourself which can Hit Enemies. Supported Skills Gain a percentage of their Damage as Cold Damage when you destroy Ice Crystals.", @@ -3779,7 +5194,8 @@ skills["SupportVerglasPlayer"] = { support = true, requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.DegenOnlySpellDamage, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.DegenOnlySpellDamage, SkillType.Triggered, }, + gemFamily = { "Verglas",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, @@ -3802,6 +5218,37 @@ skills["SupportVerglasPlayer"] = { }, } } +skills["SupportVilentasPropulsionPlayer"] = { + name = "Vilenta's Propulsion", + description = "Supports Spell Skills that fire Projectiles, causing increases and reductions to cast speed to also apply to Projectile speed.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Projectile, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.FixedSpeedProjectile, }, + gemFamily = { "ProjectileSpeed",}, + isLineage = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Vilenta's Propulsion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "cast_speed_additive_modifiers_also_apply_to_projectile_speed_at_%_value", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportVolatilePowerPlayer"] = { name = "Volatile Power", description = "Supports Skills which you use yourself. On using Supported Skills while they are Empowered, you gain Volatility.", @@ -3809,7 +5256,8 @@ skills["SupportVolatilePowerPlayer"] = { support = true, requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.Triggered, SkillType.Meta, SkillType.Persistent, }, + excludeSkillTypes = { SkillType.UsedByTotem, SkillType.Triggered, SkillType.Meta, SkillType.Persistent, SkillType.Triggered, }, + gemFamily = { "VolatilePower",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, @@ -3839,7 +5287,9 @@ skills["SupportVolatilityPlayer"] = { support = true, requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, SkillType.UsedByTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.Triggered, SkillType.UsedByTotem, }, + gemFamily = { "Volatility",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, @@ -3869,6 +5319,7 @@ skills["SupportWildfirePlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.Area, }, excludeSkillTypes = { }, + gemFamily = { "Wildfire",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, [2] = { manaMultiplier = 20, levelRequirement = 3, }, @@ -3930,19 +5381,20 @@ skills["SupportWildfirePlayer"] = { } } skills["SupportWildshardsPlayer"] = { - name = "Wildshards", - description = "Supports Spell Skills that fire Projectiles. Supported Skills have a chance to fire many additional Projectiles in a circle.", + name = "Wildshards I", + description = "Supports Projectile Spells. Supported Spells have a chance to fire many additional Projectiles in a circle.", color = 3, support = true, requireSkillTypes = { SkillType.Spell, SkillType.Projectile, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + gemFamily = { "AdditionalProjectiles",}, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Wildshards", + label = "Wildshards I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { @@ -3958,6 +5410,36 @@ skills["SupportWildshardsPlayer"] = { }, } } +skills["SupportWildshardsPlayerTwo"] = { + name = "Wildshards II", + description = "Supports Projectile Spells. Supported Spells have a chance to fire many additional Projectiles in a circle.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Projectile, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ProjectilesNumberModifiersNotApplied, }, + gemFamily = { "AdditionalProjectiles",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Wildshards II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova", 25 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportWitheringTouchPlayer"] = { name = "Withering Touch", description = "Supports any skill that Hits enemies, giving it a chance to Wither enemies on Hit.", @@ -3966,6 +5448,7 @@ skills["SupportWitheringTouchPlayer"] = { requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { SkillType.Duration, }, excludeSkillTypes = { }, + gemFamily = { "WitheringTouch",}, levels = { [1] = { levelRequirement = 0, }, }, @@ -3995,27 +5478,92 @@ skills["SupportWitheringTouchPlayer"] = { }, } } +skills["SupportZarokhsRefrainPlayer"] = { + name = "Zarokh's Refrain", + description = "Supports Spells that affect an area around you or a target location. Supported Spells echo twice, causing their effects to happen again after a short delay, but Supported Skills are given a short Cooldown. Cannot support Channelling skills, Remote skills, skills which already have a Cooldown, or skills which are Triggered.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Cascadable, }, + addSkillTypes = { SkillType.Cooldown, SkillType.SupportedByZarokh, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByZarokh, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Channel, SkillType.Attack, SkillType.Triggered, }, + gemFamily = { "SpellEcho",}, + isLineage = true, + levels = { + [1] = { storedUses = 1, cooldown = 5, levelRequirement = 0, manaMultiplier = 30, }, + }, + statSets = { + [1] = { + label = "Zarokh's Refrain", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_spell_echo_number_of_echo_cascades", 2 }, + { "support_spell_echo_cascade_delay_ms", 500 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} skills["SupportZenithPlayer"] = { - name = "Zenith", - description = "Supports Spell Skills. Supported Skills deal more damage while you are above 90% of your Maximum Mana. Does not Support Skills used by Minions.", + name = "Zenith I", + description = "Supports Spell Skills. Supported Skills deal more damage while you are above 90% of your Maximum Mana. Does not modify Skills used by Minions.", + color = 3, + support = true, + requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, SkillType.DegenOnlySpellDamage, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Zenith",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Zenith I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_spell_damage_+%_final_while_above_90%_maximum_mana", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportZenithPlayerTwo"] = { + name = "Zenith II", + description = "Supports Spell Skills. Supported Skills deal more damage while you are above 90% of your Maximum Mana, and Recoup a portion of Skill costs as Mana. Does not modify Skills used by Minions.", color = 3, support = true, requireSkillTypes = { SkillType.Spell, SkillType.Damage, SkillType.AND, SkillType.DegenOnlySpellDamage, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Zenith",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Zenith", + label = "Zenith II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { { "support_spell_damage_+%_final_while_above_90%_maximum_mana", 30 }, + { "recoup_%_of_spell_cost_as_mana_on_cast", 25 }, }, stats = { }, diff --git a/src/Data/Skills/sup_str.lua b/src/Data/Skills/sup_str.lua index cf7d5fa32e..2956037cee 100644 --- a/src/Data/Skills/sup_str.lua +++ b/src/Data/Skills/sup_str.lua @@ -6,19 +6,21 @@ -- local skills, mod, flag, skill = ... skills["SupportAftershockChancePlayer"] = { - name = "Aftershock", + name = "Aftershock I", description = "Supports Slams you use yourself, giving them a chance to create an Aftershock.", color = 1, support = true, requireSkillTypes = { SkillType.Slam, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "Aftershock",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Aftershock", + label = "Aftershock I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { @@ -34,28 +36,28 @@ skills["SupportAftershockChancePlayer"] = { }, } } -skills["SupportAncestralAidPlayer"] = { - name = "Ancestral Aid", - description = "Supports Strikes you use yourself. Supported Skills cannot be used until you have Blocked a certain number of Hits, but will be Ancestrally Boosted when used. After use, this Blocked Hit counter will reset. Cannot Support Channelled Skills or Skills which already have a Condition for use.", +skills["SupportAftershockChancePlayerTwo"] = { + name = "Aftershock II", + description = "Supports Slams you use yourself, giving them a chance to create an Aftershock.", color = 1, support = true, - requireSkillTypes = { SkillType.MeleeSingleTarget, }, - addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByAncestralAid, }, - excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByAncestralAid, SkillType.NOT, SkillType.AND, SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "Aftershock",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ancestral Aid", + label = "Aftershock II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "ancestral_aid_X_spirit_strikes_on_reaching_block_count", 2 }, - { "ancestral_aid_required_count_of_recent_blocks", 3 }, + { "slam_aftershock_chance_%", 35 }, }, stats = { }, @@ -65,28 +67,29 @@ skills["SupportAncestralAidPlayer"] = { }, } } -skills["SupportAncestralCallPlayer"] = { - name = "Ancestral Call", - description = "Supports Strikes you use yourself, providing a powerful Ancestral Boost every few seconds. Cannot Support Channelled Skills.", +skills["SupportAftershockChancePlayerThree"] = { + name = "Aftershock III", + description = "Supports Slam Skills. Supported Skills a chance to create an Aftershock as well as increased chance to cause Aftershocks the longer their Attack time", color = 1, support = true, - requireSkillTypes = { SkillType.MeleeSingleTarget, }, + requireSkillTypes = { SkillType.Slam, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "Aftershock",}, ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ancestral Call", + label = "Aftershock III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_ancestral_call_X_spirit_strikes", 2 }, - { "ancestral_call_spirit_strike_interval_ms", 6000 }, + { "chance_to_aftershock_+%_per_250_ms_attack_time", 15 }, + { "slam_aftershock_chance_%", 15 }, }, stats = { }, @@ -96,26 +99,28 @@ skills["SupportAncestralCallPlayer"] = { }, } } -skills["SupportAncestralUrgencyPlayer"] = { - name = "Ancestral Urgency", - description = "Supports Skills which place Totems, causing those skills to place Totems much more quickly.", +skills["SupportAmanamusTithePlayer"] = { + name = "Amanamu's Tithe", + description = "Supports Persistent Minion Skills, granting a chance when Supported Minions die for you to gain an Abyssal Monster Modifier.", color = 1, support = true, - requireSkillTypes = { SkillType.SummonsTotem, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "AmanamusTithe",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ancestral Urgency", + label = "Amanamu's Tithe", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "summon_totem_cast_speed_+%", 80 }, + { "chance_%_to_gain_abyssal_modifier_on_minion_death", 50 }, }, stats = { }, @@ -125,57 +130,63 @@ skills["SupportAncestralUrgencyPlayer"] = { }, } } -skills["SupportArmourExplosionPlayer"] = { - name = "Armour Explosion", - description = "Supports Attacks, causing them to trigger a Fiery explosion when they Fully Break an enemy's Armour.", +skills["SupportAncestralAidPlayer"] = { + name = "Ancestral Aid", + description = "Supports Strikes you use yourself. Supported Skills cannot be used until you have Blocked a certain number of Hits, but will be Ancestrally Boosted when used. After use, this Blocked Hit counter will reset. Cannot Support Channelled Skills or Skills which already have a Condition for use.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByAncestralAid, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.HasUsageCondition, SkillType.SupportedByAncestralAid, SkillType.NOT, SkillType.AND, SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "AncestralCall",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Support", + label = "Ancestral Aid", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "ancestral_aid_required_count_of_recent_blocks", 3 }, + }, stats = { - "support_armour_explosion", + "strikes_are_ancestrally_boosted", }, levels = { [1] = { actorLevel = 1, }, }, }, } -}skills["ArmourExplosionPlayer"] = { - name = "", - hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.NoAttackOrCastTime] = true, }, - castTime = 1, - qualityStats = { - }, +} +skills["SupportAncestralCallPlayer"] = { + name = "Ancestral Call I", + description = "Supports Strikes you use yourself, providing a powerful Ancestral Boost every few seconds. Cannot Support Channelled Skills and does not modify Skills used by Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "AncestralCall",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Explosion", + label = "Ancestral Call I", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "armour_explosion", + statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "active_skill_base_area_of_effect_radius", 14 }, - { "trigger_on_armour_break_%_chance", 100 }, - { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + { "ancestral_call_spirit_strike_interval_ms", 5000 }, }, stats = { - "is_area_damage", - "cannot_break_armour", + "support_ancestral_call_strike_is_ancestral_boosted", }, levels = { [1] = { actorLevel = 1, }, @@ -183,33 +194,31 @@ skills["SupportArmourExplosionPlayer"] = { }, } } -skills["SupportArmsLengthPlayer"] = { - name = "Arms Length", - description = "Supports Skills which Hit Enemies, causing Knockback from those Hits to be significantly more effective.", +skills["SupportAncestralCallPlayerTwo"] = { + name = "Ancestral Call II", + description = "Supports Strikes you use yourself, providing a powerful Ancestral Boost every few seconds. Cannot Support Channelled Skills and does not modify Skills used by Minions.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "AncestralCall",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Arms Length", + label = "Ancestral Call II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_arms_length_knockback_distance_+%_final"] = { - mod("EnemyKnockbackDistance", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_arms_length_knockback_distance_+%_final", 40 }, + { "ancestral_call_spirit_strike_interval_ms", 3000 }, }, stats = { + "support_ancestral_call_strike_is_ancestral_boosted", }, levels = { [1] = { actorLevel = 1, }, @@ -217,26 +226,32 @@ skills["SupportArmsLengthPlayer"] = { }, } } -skills["SupportAutoReloadPlayer"] = { - name = "Auto Reload", - description = "Supports Crossbow Ammunition Skills, causing them to automatically reload when they Heavy Stun an enemy.", +skills["SupportAncestralCallPlayerThree"] = { + name = "Ancestral Call III", + description = "Supports Strikes you use yourself, providing a powerful Ancestral Boost every second, at the cost of a damage penalty. Cannot Support Channelled Skills and does not modify Skills used by Minions.", color = 1, support = true, - requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.CannotSpiritStrike, SkillType.Channel, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "AncestralCall",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Auto Reload", + label = "Ancestral Call III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "ancestral_call_spirit_strike_interval_ms", 1000 }, + { "support_ancestral_call_damage_+%_final", -30 }, + }, stats = { - "crossbow_reload_on_heavy_stun", + "support_ancestral_call_strike_is_ancestral_boosted", }, levels = { [1] = { actorLevel = 1, }, @@ -244,26 +259,27 @@ skills["SupportAutoReloadPlayer"] = { }, } } -skills["SupportBarbsPlayer"] = { - name = "Barbs", - description = "Supports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit after you've Retaliated with Thorns Damage.", +skills["SupportArmourBreakPlayer"] = { + name = "Armour Break I", + description = "Supports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt.", color = 1, support = true, - requireSkillTypes = { SkillType.MeleeSingleTarget, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourBreak",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Barbs", + label = "Armour Break I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger", 4 }, + { "armour_break_physical_damage_%_dealt_as_armour_break", 15 }, }, stats = { }, @@ -273,49 +289,30 @@ skills["SupportBarbsPlayer"] = { }, } } -skills["SupportBattershoutPlayer"] = { - name = "Battershout", - description = "Supports Warcry Skills. Supported Skills Consume Fully Broken Armour to trigger Physical Damage explosions on Enemies within their range but cannot themselves Break Armour. ", +skills["SupportArmourBreakPlayerTwo"] = { + name = "Armour Break II", + description = "Supports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt. On Fully Breaking Armour with Supported Skills, you have a chance to gain an Endurance Charge.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourBreak",}, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Battershout", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - baseFlags = { - }, - stats = { - "cannot_break_armour", - "consume_armour_break_to_trigger_battershout_explosion", - }, - levels = { - [1] = { actorLevel = 1, }, - }, - }, - [2] = { - label = "Battershout", + label = "Armour Break II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_battershout_physical_damage_equal_to_%_of_broken_armour", 20 }, - { "active_skill_base_area_of_effect_radius", 20 }, - { "triggered_by_battershout_support_%", 100 }, - { "additional_base_critical_strike_chance", 500 }, + { "armour_break_physical_damage_%_dealt_as_armour_break", 15 }, + { "chance_to_gain_endurance_charge_on_armour_break_%", 15 }, }, stats = { - "cannot_break_armour", - "consume_armour_break_to_trigger_battershout_explosion", - "is_area_damage", - "is_warcry", }, levels = { [1] = { actorLevel = 1, }, @@ -323,26 +320,28 @@ skills["SupportBattershoutPlayer"] = { }, } } -skills["SupportBeheadPlayer"] = { - name = "Behead", - description = "Supports Strike skills, causing them to steal Modifiers from Rare monsters they kill.", +skills["SupportArmourBreakPlayerThree"] = { + name = "Armour Break III", + description = "Supports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt. On Fully Breaking Armour with Supported Skills, you gain an Endurance Charge.", color = 1, support = true, - requireSkillTypes = { SkillType.MeleeSingleTarget, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourBreak",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Behead", - incrementalEffectiveness = 0.092720001935959, + label = "Armour Break III", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_executioner_gain_one_rare_monster_mod_on_kill_ms", 20000 }, + { "armour_break_physical_damage_%_dealt_as_armour_break", 20 }, + { "chance_to_gain_endurance_charge_on_armour_break_%", 20 }, }, stats = { }, @@ -352,34 +351,34 @@ skills["SupportBeheadPlayer"] = { }, } } -skills["SupportBloodlustPlayer"] = { - name = "Bloodlust", - description = "Supports Melee Attacks, causing them to deal more damage against Bleeding enemies, but preventing them from inflicting Bleeding.", +skills["SupportArmourDemolisherPlayer"] = { + name = "Armour Demolisher I", + description = "Supports any skill, causing Armour Break it inflicts to be stronger.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, + requireSkillTypes = { SkillType.Spell, SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.DegenOnlySpellDamage, SkillType.NonDamageArmourBreak, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourDemolisher",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Bloodlust", - incrementalEffectiveness = 0.092720001935959, + label = "Armour Demolisher I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"] = { - mod("PhysicalDamage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + ["support_increased_armour_break_armour_break_amount_+%_final"] = { + mod("ArmourBreakEffect", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies", 30 }, + { "support_increased_armour_break_armour_break_amount_+%_final", 50 }, }, stats = { - "cannot_cause_bleeding", }, levels = { [1] = { actorLevel = 1, }, @@ -387,30 +386,34 @@ skills["SupportBloodlustPlayer"] = { }, } } -skills["SupportKnockbackPlayer"] = { - name = "Bludgeon", - description = "Supports any skill that Hits enemies, causing it to Knock Back enemies.", +skills["SupportArmourDemolisherPlayerTwo"] = { + name = "Armour Demolisher II", + description = "Supports any skill, causing Armour Break it inflicts to be stronger.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Spell, SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.DegenOnlySpellDamage, SkillType.NonDamageArmourBreak, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourDemolisher",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Bludgeon", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Armour Demolisher II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_increased_armour_break_armour_break_amount_+%_final"] = { + mod("ArmourBreakEffect", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "generic_knockback_distance_limit", 30 }, + { "support_increased_armour_break_armour_break_amount_+%_final", 70 }, }, stats = { - "global_knockback", }, levels = { [1] = { actorLevel = 1, }, @@ -418,28 +421,27 @@ skills["SupportKnockbackPlayer"] = { }, } } -skills["SupportEnduranceChargeOnArmourBreak"] = { - name = "Break Endurance", - description = "Supports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when it Fully Breaks an enemy's Armour.", +skills["SupportArmourExplosionPlayer"] = { + name = "Armour Explosion", + description = "Supports Attacks, causing them to trigger a Fiery explosion when they Fully Break an enemy's Armour.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ArmourExplosion",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Break Endurance", + label = "Support", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, - constantStats = { - { "chance_to_gain_endurance_charge_on_armour_break_%", 40 }, - }, stats = { + "support_armour_explosion", }, levels = { [1] = { actorLevel = 1, }, @@ -447,34 +449,34 @@ skills["SupportEnduranceChargeOnArmourBreak"] = { }, } } -skills["SupportBrinkPlayer"] = { - name = "Brink", - description = "Supports Melee Attack Skills. Supported Skills deal more Damage against Heavily Stunned Enemies, but cannot themselves Stun.", - color = 1, - support = true, - requireSkillTypes = { SkillType.Melee, }, - addSkillTypes = { }, - excludeSkillTypes = { }, +skills["ArmourExplosionPlayer"] = { + name = "Armour Explosion", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 1, + qualityStats = { + }, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Brink", + label = "Explosion", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_brink_damage_+%_final_vs_heavy_stunned_target"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "HeavyStunned" }), - }, - }, + statDescriptionScope = "armour_explosion", baseFlags = { + attack = true, + area = true, }, constantStats = { - { "support_brink_damage_+%_final_vs_heavy_stunned_target", 20 }, + { "active_skill_base_area_of_effect_radius", 14 }, + { "trigger_on_armour_break_%_chance", 100 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 100 }, + { "active_skill_has_%_standard_scaling_attack_damage", 30 }, }, stats = { - "cannot_cause_stun_but_allow_stun_buildup", + "is_area_damage", + "cannot_break_armour", }, levels = { [1] = { actorLevel = 1, }, @@ -482,35 +484,34 @@ skills["SupportBrinkPlayer"] = { }, } } -skills["SupportBrutalityPlayer"] = { - name = "Brutality", - description = "Supports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types.", +skills["SupportArmsLengthPlayer"] = { + name = "Arms Length", + description = "Supports Skills which Hit Enemies, causing Knockback from those Hits to be significantly more effective.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + gemFamily = { "ArmsLength",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Brutality", - incrementalEffectiveness = 0.092720001935959, + label = "Arms Length", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_brutality_physical_damage_+%_final"] = { - mod("PhysicalDamage", "MORE", nil), + ["support_arms_length_knockback_distance_+%_final"] = { + mod("EnemyKnockbackDistance", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_brutality_physical_damage_+%_final", 25 }, + { "support_arms_length_knockback_distance_+%_final", 40 }, }, stats = { - "deal_no_elemental_damage", - "base_deal_no_chaos_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -518,31 +519,30 @@ skills["SupportBrutalityPlayer"] = { }, } } -skills["SupportCannibalismPlayer"] = { - name = "Cannibalism", - description = "Supports Persistent Buff Skills, causing you to recover Life on kill while the Skill is active.", +skills["SupportAtaluiBloodlettingPlayer"] = { + name = "Atalui's Bloodletting", + description = "Supports any Skill, turning a portion of its Mana cost into a Life cost. Does not support Skills which reserve Spirit. Supported Skills Gain a portion of their Life cost as extra Physical Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Blessing, SkillType.Persistent, }, + gemFamily = { "Lifetap",}, + isLineage = true, levels = { - [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + [1] = { manaMultiplier = 50, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Cannibalism", + label = "Atalui's Bloodletting", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_cannibalism_recover_%_maximum_life_on_kill"] = { - mod("LifeOnKill", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Cannibalism" }), - }, - }, baseFlags = { }, constantStats = { - { "support_cannibalism_recover_%_maximum_life_on_kill", 2 }, + { "blood_magic_skill_life_cost_+%_final", 0 }, + { "base_skill_cost_life_instead_of_mana_%", 100 }, + { "gain_%_of_damage_as_physical_per_10_life_cost", 2 }, }, stats = { }, @@ -552,35 +552,3663 @@ skills["SupportCannibalismPlayer"] = { }, } } -skills["SupportClashPlayer"] = { - name = "Clash", - description = "Supports Melee Attack Skills. Supported Skills deal more Damage while you have a lower percentage of your Life remaining than the target struck, but less Damage when the reverse is true.", +skills["SupportAutoReloadPlayer"] = { + name = "Auto Reload", + description = "Supports Crossbow Ammunition Skills, causing them to automatically reload when they Heavy Stun an enemy.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { }, + gemFamily = { "AutoReload",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Clash", + label = "Auto Reload", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "crossbow_reload_on_heavy_stun", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBarbsPlayer"] = { + name = "Barbs I", + description = "Supports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit after you've Retaliated with Thorns Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Barbs",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Barbs I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger", 4 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBarbsPlayerTwo"] = { + name = "Barbs II", + description = "Supports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit after you've Retaliated with Thorns Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Barbs",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Barbs II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger", 6 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBarbsPlayerThree"] = { + name = "Barbs III", + description = "Supports Melee Strike Skills. Supported Skills deal your Thorns Damage on Hit twice after you've Retaliated with Thorns Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Barbs",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Barbs III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "deal_thorns_damage_twice_on_hit_for_X_hits_after_thorns_trigger", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBattershoutPlayer"] = { + name = "Battershout", + description = "Supports Warcry Skills. Supported Skills Consume Fully Broken Armour to trigger Physical Damage explosions on Enemies within their range but cannot themselves Break Armour. ", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Battershout",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Battershout", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "cannot_break_armour", + "consume_armour_break_to_trigger_battershout_explosion", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredBattershoutExplosionPlayer"] = { + name = "Battershout", + hidden = true, + description = "Deal Physical Area Damage based off of the Broken Armour of the target which this explosion was Triggered from.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.SkillGrantedBySupport] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Battershout", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_battershout_explosion", + baseFlags = { + }, + constantStats = { + { "support_battershout_physical_damage_equal_to_%_of_broken_armour", 40 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "triggered_by_battershout_support_%", 100 }, + { "additional_base_critical_strike_chance", 500 }, + { "active_skill_damage_+%_final_vs_unique_enemies", 50 }, + }, + stats = { + "is_area_damage", + "cannot_break_armour", + "is_warcry", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBeheadPlayer"] = { + name = "Behead I", + description = "Supports Strike skills, causing them to steal a Modifier from Rare monsters they kill.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Behead",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Behead I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_executioner_gain_one_rare_monster_mod_on_kill_ms", 20000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBeheadPlayerTwo"] = { + name = "Behead II", + description = "Supports Strike skills, causing them to steal two Modifiers from Rare monsters they kill.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Behead",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Behead II", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_executioner_gain_two_rare_monster_mod_on_kill_ms", 20000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBleedPlayer"] = { + name = "Bleed I", + description = "Supports any skill that Hits enemies, giving it a chance to inflict Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bleed",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bleed I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_chance_to_inflict_bleeding_%", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBleedPlayerTwo"] = { + name = "Bleed II", + description = "Supports any skill that Hits enemies, giving it a chance to inflict Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bleed",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bleed II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_chance_to_inflict_bleeding_%", 75 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBleedPlayerThree"] = { + name = "Bleed III", + description = "Supports any skill that Hits enemies, causing it to inflict Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bleed",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bleed III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_chance_to_inflict_bleeding_%", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBleedPlayerFour"] = { + name = "Bleed IV", + description = "Supports any skill that Hits enemies, causing it to deal more Melee Physical Damage to Bleeding Enemies, but be unable to inflict Bleeding itself. Supported Skills also inflict Incision on Hit.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bleed",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bleed IV", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "apply_X_incision_on_hit", 1 }, + { "support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies", 30 }, + }, + stats = { + "cannot_cause_bleeding", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBloodlustPlayer"] = { + name = "Bloodlust", + description = "Supports Melee Attacks, causing them to deal more damage against Bleeding enemies, but preventing them from inflicting Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Bloodlust",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Bloodlust", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"] = { + mod("PhysicalDamage", "MORE", nil, ModFlag.Melee, 0, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies", 30 }, + }, + stats = { + "cannot_cause_bleeding", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBranchingFissuresPlayer"] = { + name = "Branching Fissures I", + description = "Supports Melee Attacks which create Fissures in the ground, causing them to create additional secondary Fissures which branch off from the primary fissure, with lowered area of effect and Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesFissure, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Fissures",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Branching Fissures I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "number_of_branching_fissures", 2 }, + { "branching_fissure_area_of_effect_+%_final", -35 }, + { "branching_fissure_damage_+%_final", -40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBranchingFissuresPlayerTwo"] = { + name = "Branching Fissures II", + description = "Supports Melee Attacks which create Fissures in the ground, causing them to create additional secondary Fissures which branch off from the primary fissure, with lowered area of effect and Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesFissure, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Fissures",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Branching Fissures II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "number_of_branching_fissures", 2 }, + { "branching_fissure_area_of_effect_+%_final", -35 }, + { "branching_fissure_damage_+%_final", -30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEnduranceChargeOnArmourBreak"] = { + name = "Break Endurance", + description = "Supports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when it Fully Breaks an enemy's Armour.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BreakEndurance",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Break Endurance", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_gain_endurance_charge_on_armour_break_%", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrinkPlayer"] = { + name = "Brink I", + description = "Supports Melee Attack Skills. Supported Skills build up Heavy Stun more quickly, but cannot themselves Heavy Stun.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Brink",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brink I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_brink_hit_damage_stun_multiplier_+%_final", 30 }, + }, + stats = { + "cannot_cause_stun_but_allow_stun_buildup", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrinkPlayerTwo"] = { + name = "Brink II", + description = "Supports Melee Attack Skills. Supported Skills build up Stun more quickly, but cannot themselves Stun.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Brink",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brink II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_brink_hit_damage_stun_multiplier_+%_final", 50 }, + }, + stats = { + "cannot_cause_stun_but_allow_stun_buildup", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrutalityPlayer"] = { + name = "Brutality I", + description = "Supports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Brutality",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brutality I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_brutality_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_brutality_physical_damage_+%_final", 25 }, + }, + stats = { + "deal_no_elemental_damage", + "base_deal_no_chaos_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrutalityPlayerTwo"] = { + name = "Brutality II", + description = "Supports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Brutality",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brutality II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_brutality_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_brutality_physical_damage_+%_final", 30 }, + }, + stats = { + "deal_no_elemental_damage", + "base_deal_no_chaos_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrutalityPlayerThree"] = { + name = "Brutality III", + description = "Supports any skill that deals damage, boosting its Physical damage at the expense of all other Damage Types, as well as giving Hits from that skill a chance to ignore Physical Damage reduction.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.DamageOverTime, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Brutality",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brutality III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_brutality_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_brutality_physical_damage_+%_final", 30 }, + { "hits_ignore_enemy_monster_physical_damage_reduction_%_chance", 20 }, + }, + stats = { + "deal_no_elemental_damage", + "base_deal_no_chaos_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBrutusBrainPlayer"] = { + name = "Brutus' Brain", + description = "Supports skills which create Minions, causing those Minions to be unable to deal or take Damage. Cannot support skills which create undamageable Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { SkillType.MinionsAreUndamagable, }, + excludeSkillTypes = { }, + gemFamily = { "MeatShield",}, + isLineage = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Brutus' Brain", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["support_meat_shield_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_minion_defensive_stance_minion_damage_taken_+%_final", -100 }, + { "support_meat_shield_minion_damage_+%_final", -100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCannibalismPlayer"] = { + name = "Cannibalism I", + description = "Supports Persistent Buff Skills, causing you to recover Life on kill while the Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Cannibalism",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cannibalism I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_cannibalism_recover_%_maximum_life_on_kill"] = { + mod("LifeOnKill", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Cannibalism" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_cannibalism_recover_%_maximum_life_on_kill", 2 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCannibalismPlayerTwo"] = { + name = "Cannibalism II", + description = "Supports Persistent Buff Skills, causing you to recover Life on kill while the Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Cannibalism",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cannibalism II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_cannibalism_recover_%_maximum_life_on_kill", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportClashPlayer"] = { + name = "Clash", + description = "Supports Melee Attack Skills. Supported Skills deal more Damage while you have a lower percentage of your Life remaining than the target struck, but less Damage when the reverse is true.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + gemFamily = { "Clash",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Clash", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_melee_damage_+%_final_vs_higher_percent_life_target"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "EnemyHigherLifePercent" }), + }, + ["support_melee_damage_+%_final_vs_lower_percent_life_target"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "EnemyHigherLifePercent", neg = true }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_melee_damage_+%_final_vs_higher_percent_life_target", 40 }, + { "support_melee_damage_+%_final_vs_lower_percent_life_target", -20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["CompressedDurationSupportPlayer"] = { + name = "Compressed Duration I", + description = "Supports any skill that has a duration making that duration shorter.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Duration, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CompressedDuration",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Compressed Duration I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_reduced_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_reduced_duration_skill_effect_duration_+%_final", -30 }, + { "support_reduced_duration_damage_+%_final", 0 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["CompressedDurationSupportPlayerTwo"] = { + name = "Compressed Duration II", + description = "Supports any skill that has a duration making that duration shorter.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Duration, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CompressedDuration",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Compressed Duration II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_reduced_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_reduced_duration_skill_effect_duration_+%_final", -35 }, + { "support_reduced_duration_damage_+%_final", 0 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportConcoctPlayer"] = { + name = "Concoct I", + description = "Supports Skills you use yourself which Damage enemies with Hits. Supported Skills consume a percentage of your maximum Life Flask charges, inflicting more powerful Bleeding based on Life Flask charges consumed.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, }, + gemFamily = { "Concoct",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Concoct I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["consume_%_of_maximum_life_flask_charges_on_skill_use"] = { + mod("Multiplier:LifeFlaskMaxChargesPercent", "BASE", nil), + }, + ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "LifeFlaskChargeConsumed"}), + }, + }, + baseFlags = { + }, + baseMods = { + mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask1MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), + mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask2MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), + }, + constantStats = { + { "consume_%_of_maximum_life_flask_charges_on_skill_use", 20 }, + { "support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportConcoctPlayerTwo"] = { + name = "Concoct II", + description = "Supports Skills you use yourself which Damage enemies with Hits. Supported Skills consume a percentage of your maximum Life Flask charges, inflicting more powerful Bleeding based on Life Flask charges consumed.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, }, + gemFamily = { "Concoct",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Concoct II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["consume_%_of_maximum_life_flask_charges_on_skill_use"] = { + mod("Multiplier:LifeFlaskMaxChargesPercent", "BASE", nil), + }, + ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "LifeFlaskChargeConsumed"}), + }, + }, + baseFlags = { + }, + baseMods = { + mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask1MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), + mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask2MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), + }, + constantStats = { + { "consume_%_of_maximum_life_flask_charges_on_skill_use", 30 }, + { "support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCoolheadedPlayer"] = { + name = "Cool Headed", + description = "Supports Persistent Buff Skills, causing Ignite applied to you to last for a shorter duration while the Supported Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "CoolHeaded",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Cool Headed", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final"] = { + mod("SelfIgniteDuration", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Cool Headed" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final", -50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCorruptingCryPlayer"] = { + name = "Corrupting Cry I", + description = "Supports Warcries, causing them to inflict Corrupted Blood on enemies in their area of effect.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { SkillType.DamageOverTime, SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "CorruptingCry",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Corrupting Cry I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { + skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + div = 60, + }, + ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { + mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_area_of_effect_+%_final"] = { + mod("AreaOfEffect", "MORE", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_corrupted_blood_duration_ms"] = { + skill("durationSecondary", nil), + div = 1000, + }, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { + -- Display only + }, + }, + baseFlags = { + }, + baseMods = { + skill("debuff", true), + flag("dotIsCorruptingBlood"), + mod("Multiplier:CorruptingCryMaxStages", "BASE", 10), + mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}), + }, + constantStats = { + { "support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood", 1 }, + { "support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength", 1500 }, + { "support_corrupting_cry_area_of_effect_+%_final", -30 }, + { "support_corrupting_cry_corrupted_blood_duration_ms", 5000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCorruptingCryPlayerTwo"] = { + name = "Corrupting Cry II", + description = "Supports Warcries, causing them to inflict Corrupted Blood on enemies in their area of effect.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { SkillType.DamageOverTime, SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "CorruptingCry",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Corrupting Cry II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { + skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + div = 60, + }, + ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { + mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_corrupted_blood_duration_ms"] = { + skill("durationSecondary", nil), + div = 1000, + }, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { + -- Display only + }, + }, + baseFlags = { + }, + baseMods = { + skill("debuff", true), + flag("dotIsCorruptingBlood"), + mod("Multiplier:CorruptingCryMaxStages", "BASE", 10), + mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}), + }, + constantStats = { + { "support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood", 1 }, + { "support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength", 1500 }, + { "support_corrupting_cry_corrupted_blood_duration_ms", 5000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportCraterPlayer"] = { + name = "Crater", + description = "Supports Melee Skills that leap into the air, causing them to create Fissures when you land. Cannot Support Totem Skills, and does not modify Skills used by Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, SkillType.Jumping, SkillType.AND, }, + addSkillTypes = { SkillType.CreatesFissure, }, + excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, }, + gemFamily = { "Crater",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Crater", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_fissure_on_landing_create_X_fissures_on_impact", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredCraterPlayer"] = { + name = "Crater", + hidden = true, + description = "Creates multiple Fissures when landing with Supported Skill.", + skillTypes = { [SkillType.SkillGrantedBySupport] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CreatesFissure] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Attack] = true, [SkillType.Duration] = true, [SkillType.Melee] = true, [SkillType.Limit] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fissures", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_fissure_on_landing", + baseFlags = { + attack = true, + area = true, + melee = true, + duration = true, + }, + constantStats = { + { "triggered_by_fissure_on_landing_support_%", 100 }, + { "support_fissure_on_landing_maximum_fissure_count", 9 }, + { "active_skill_has_%_standard_scaling_attack_damage", 35 }, + { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, + { "active_skill_base_area_of_effect_radius", 15 }, + { "base_skill_effect_duration", 6000 }, + }, + stats = { + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDaressosPassionPlayer"] = { + name = "Daresso's Passion", + description = "Supports Banner Skills, causing them to require significantly less Glory to use.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Banner, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DaressoLineage",}, + isLineage = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Daresso's Passion", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_glory_required_+%_final", -50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDauntlessPlayer"] = { + name = "Dauntless", + description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills cannot be used unless you have been stationary for a certain duration, but deal increasingly more damage the longer you are stationary. Cannot support Skills which have a reservation, are Triggered, have a cooldown or have another usage Condition.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByUnmoving, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.HasUsageCondition, SkillType.SupportedByUnmoving, SkillType.NOT, SkillType.AND, SkillType.DegenOnlySpellDamage, SkillType.HasReservation, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Cooldown, SkillType.Triggered, }, + gemFamily = { "Dauntless",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Dauntless", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_unmoving_damage_+%_final_per_250_ms_stationary"] = { + mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "Condition", var = "Stationary" }, { type = "Multiplier", var = "StationarySeconds", div = 0.25, limitVar = "DauntlessMaxDamage", limitTotal = true }), + }, + ["support_unmoving_damage_multiplier_cap"] = { + mod("Multiplier:DauntlessMaxDamage", "BASE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "skill_cannot_be_used_unless_stationary_for_X_ms", 1500 }, + { "support_unmoving_damage_+%_final_per_250_ms_stationary", 3 }, + { "support_unmoving_damage_multiplier_cap", 45 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDazingCryPlayer"] = { + name = "Dazing Cry", + description = "Supports Warcries, causing them to Daze Enemies on use.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DazingCry",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Dazing Cry", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_dazed_cry_duration_ms", 4000 }, + }, + stats = { + "support_apply_daze_on_warcry", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeepCutsPlayer"] = { + name = "Deep Cuts I", + description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DeepCuts",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deep Cuts I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_deep_cuts_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_deep_cuts_bleeding_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_deep_cuts_hit_damage_+%_final", -25 }, + { "support_deep_cuts_bleeding_effect_+%_final", 75 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDeepCutsPlayerTwo"] = { + name = "Deep Cuts II", + description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DeepCuts",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Deep Cuts II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_deep_cuts_hit_damage_+%_final", -30 }, + { "support_deep_cuts_bleeding_effect_+%_final", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDefyPlayer"] = { + name = "Defy I", + description = "Supports Attack Skills you use yourself. Hit Damage from Supported Skills is Lucky if you are Surrounded.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "Defy",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Defy I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "attack_damage_is_lucky_if_surrounded", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDefyPlayerTwo"] = { + name = "Defy II", + description = "Supports Attack Skills you use yourself. Hit Damage from Supported Skills is Lucky and Insufficient Mana doesn't prevent Supported Skills from being used if you are Surrounded.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "Defy",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Defy II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "attack_damage_is_lucky_if_surrounded", + "melee_attacks_usable_without_mana_cost_while_surrounded", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDesperationPlayer"] = { + name = "Desperation", + description = "Supports Melee Attack Skills you use yourself. Insufficient Mana doesn't prevent Supported Skills from being used while Surrounded.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Minion, SkillType.Triggered, }, + gemFamily = { "Desperation",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Desperation", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "melee_attacks_usable_without_mana_cost_while_surrounded", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDevastatePlayer"] = { + name = "Devastate", + description = "Supports any skill that Hits enemies, causing them to apply Broken Armour to enemies when causing a Heavy Stun to enemies.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Devastate",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Devastate", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["fully_break_enemies_armour_on_heavy_stun"] = { + flag("Condition:CanArmourBreak", { type = "GlobalEffect", effectType = "Buff", effectName = "ArmourBreak" } ), + }, + }, + baseFlags = { + }, + stats = { + "fully_break_enemies_armour_on_heavy_stun", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDirestrikePlayer"] = { + name = "Direstrike I", + description = "Supports Persistent Buff Skills, causing you to deal increased Attack Damage while on Low Life while the Supported Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Direstrike",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Direstrike I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"] = { + mod("Damage", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Direstrike" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_attack_damage_spirit_cost_attack_damage_+%_on_low_life", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDirestrikePlayerTwo"] = { + name = "Direstrike II", + description = "Supports Persistent Buff Skills, causing you to deal increased Attack Damage while on Low Life while the Supported Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Direstrike",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 40, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Direstrike II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"] = { + mod("Damage", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Direstrike" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_attack_damage_spirit_cost_attack_damage_+%_on_low_life", 70 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDoubleBarrelPlayer"] = { + name = "Double Barrel I", + description = "Supports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DoubleBarrel",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Double Barrel I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil), + }, + ["support_double_barrel_crossbow_reload_speed_-%_final"] = { + mod("ReloadSpeed", "MORE", nil), + mult = -1 + }, + }, + baseFlags = { + }, + constantStats = { + { "support_double_barrel_number_of_crossbow_bolts_+", 1 }, + { "support_double_barrel_crossbow_reload_speed_-%_final", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDoubleBarrelPlayerTwo"] = { + name = "Double Barrel II", + description = "Supports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DoubleBarrel",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Double Barrel II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil), + }, + ["support_double_barrel_crossbow_reload_speed_-%_final"] = { + mod("ReloadSpeed", "MORE", nil), + mult = -1 + }, + }, + baseFlags = { + }, + constantStats = { + { "support_double_barrel_number_of_crossbow_bolts_+", 1 }, + { "support_double_barrel_crossbow_reload_speed_-%_final", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportDoubleBarrelPlayerThree"] = { + name = "Double Barrel III", + description = "Supports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed. Supported Skills will also automatically reload when they Heavy Stun an enemy.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "DoubleBarrel",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Double Barrel III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil), + }, + ["support_double_barrel_crossbow_reload_speed_-%_final"] = { + mod("ReloadSpeed", "MORE", nil), + mult = -1 + }, + }, + baseFlags = { + }, + constantStats = { + { "support_double_barrel_number_of_crossbow_bolts_+", 1 }, + { "support_double_barrel_crossbow_reload_speed_-%_final", 20 }, + }, + stats = { + "crossbow_reload_on_heavy_stun", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEfficiencyPlayer"] = { + name = "Efficiency I", + description = "Supports any skill, making it cost less to use. Cannot support skills which reserve Spirit.", + color = 1, + support = true, + requireSkillTypes = { }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, }, + gemFamily = { "Efficiency",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Efficiency I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_inspiration_cost_+%_final"] = { + mod("Cost", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_inspiration_cost_+%_final", -30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEfficiencyPlayerTwo"] = { + name = "Efficiency II", + description = "Supports any skill, making it cost less to use. Cannot support skills which reserve Spirit.", + color = 1, + support = true, + requireSkillTypes = { }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, }, + gemFamily = { "Efficiency",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Efficiency II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_inspiration_cost_+%_final"] = { + mod("Cost", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_inspiration_cost_+%_final", -40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEinharsBeastritePlayer"] = { + name = "Einhar's Beastrite", + description = "Supports Melee Strike skills, causing them to steal a Modifier from Rare monsters they kill for a lengthy duration, while being unable to damage enemies not on low Life. Does not modify skills used by Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Behead",}, + isLineage = true, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Einhar's Beastrite", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_executioner_gain_two_rare_monster_mod_on_kill_ms", 40000 }, + }, + stats = { + "can_only_damage_low_life_enemies", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportElementalArmamentPlayer"] = { + name = "Elemental Armament I", + description = "Supports Attacks, causing them to deal more Elemental damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ElementalArmament",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Elemental Armament I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_attack_skills_elemental_damage_+%_final"] = { + mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_attack_skills_elemental_damage_+%_final", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportElementalArmamentPlayerTwo"] = { + name = "Elemental Armament II", + description = "Supports Attacks, causing them to deal more Elemental damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ElementalArmament",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Elemental Armament II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_attack_skills_elemental_damage_+%_final"] = { + mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_attack_skills_elemental_damage_+%_final", 25 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportElementalArmamentPlayerThree"] = { + name = "Elemental Armament III", + description = "Supports Attacks, causing them to deal more Damage for each Elemental Ailment on Enemies they Hit. Supported Skills cannot themselves inflict Elemental Ailments.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ElementalArmament",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Elemental Armament III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_elemental_armament_attack_damage_+%_final_per_elemental_ailment_on_target", 12 }, + }, + stats = { + "cannot_inflict_elemental_ailments", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeavyStunEndurancePlayerOne"] = { + name = "Enduring Impact I", + description = "Supports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when causing a Heavy Stun. ", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EnduringImpact",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Enduring Impact I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_gain_endurance_charge_on_heavy_stunning_non_unique_enemy_%", 30 }, + { "gain_x_endurance_charges_on_heavy_stunning_unique_enemy", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeavyStunEndurancePlayerTwo"] = { + name = "Enduring Impact II", + description = "Supports any skill that Hits enemies, giving it a chance to gain an Endurance Charge when causing a Heavy Stun. ", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EnduringImpact",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Enduring Impact II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_gain_endurance_charge_on_heavy_stunning_non_unique_enemy_%", 30 }, + { "gain_x_endurance_charges_on_heavy_stunning_unique_enemy", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEnragedWarcryPlayer"] = { + name = "Enraged Warcry I", + description = "Supports Warcries, causing them to expend Rage to bypass their usual Cooldown.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { SkillType.ConsumesRage, }, + excludeSkillTypes = { }, + gemFamily = { "EnragedWarcry",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Enraged Warcry I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "warcry_bypass_cooldown_spending_X_rage_instead_of_endurance_charge", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportEnragedWarcryPlayerTwo"] = { + name = "Enraged Warcry II", + description = "Supports Warcries, causing them to expend Rage to bypass their usual Cooldown.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EnragedWarcry",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Enraged Warcry II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "warcry_bypass_cooldown_spending_X_rage_instead_of_endurance_charge", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgniteDurationPlayer"] = { + name = "Eternal Flame I", + description = "Supports any skill that Hits enemies, causing its Ignites to be inflicted less often but last longer.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EternalFlame",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Eternal Flame I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_eternal_flame_chance_to_ignite_+%_final"] = { + mod("EnemyIgniteChance", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "ignite_duration_+%", 100 }, + { "support_eternal_flame_chance_to_ignite_+%_final", -25 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgniteDurationPlayerTwo"] = { + name = "Eternal Flame II", + description = "Supports any skill that Hits enemies, causing its Ignites to last longer.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EternalFlame",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Eternal Flame II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "ignite_duration_+%", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgniteDurationPlayerThree"] = { + name = "Eternal Flame III", + description = "Supports any skill that Hits enemies, causing it to refresh Ignites on Critical Hit.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "EternalFlame",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Eternal Flame III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "refresh_ignite_duration_on_critical_strike_chance_%", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportExecutePlayer"] = { + name = "Execute I", + description = "Supports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Execute",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Execute I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_executioner_damage_vs_enemies_on_low_life_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "LowLife"}) + }, + }, + baseFlags = { + }, + constantStats = { + { "support_executioner_damage_vs_enemies_on_low_life_+%_final", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportExecutePlayerTwo"] = { + name = "Execute II", + description = "Supports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Execute",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Execute II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_executioner_damage_vs_enemies_on_low_life_+%_final", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportExecutePlayerThree"] = { + name = "Execute III", + description = "Supports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life, as well as dealing more damage while you are on Low Life.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Execute",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Execute III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_executioner_damage_vs_enemies_on_low_life_+%_final", 30 }, + { "support_executioner_damage_+%_final_while_on_low_life", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportExploitWeaknessPlayer"] = { + name = "Exploit Weakness", + description = "Supports any skill that Hits enemies, causing them to deal more Damage against enemies with Broken Armour but preventing them from Breaking Armour themselves. Cannot support skills that Consume Broken Armour.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.ConsumesFullyBrokenArmour, }, + gemFamily = { "ExploitWeakness",}, + levels = { + [1] = { manaMultiplier = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Exploit Weakness", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "ArmourFullyBroken"}) + }, + }, + baseFlags = { + }, + constantStats = { + { "support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final", 40 }, + }, + stats = { + "cannot_break_armour", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportAddedFireDamagePlayer"] = { + name = "Fire Attunement", + description = "Supports Attacks, causing them to Gain Fire Damage but deal less Cold and Lightning Damage.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FireAttunement",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fire Attunement", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_cold_and_lightning_damage_+%_final"] = { + mod("ColdDamage", "MORE", nil), + mod("LightningDamage", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "non_skill_base_all_damage_%_to_gain_as_fire_with_attacks", 25 }, + { "support_cold_and_lightning_damage_+%_final", -50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFireExposurePlayer"] = { + name = "Fire Exposure", + description = "Supports any skill that Hits enemies, causing it to inflict Exposure when Igniting.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "FireExposure",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fire Exposure", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["inflict_fire_exposure_for_x_ms_on_ignite"] = { + mod("FireExposureChance", "BASE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited"}), + }, + }, + baseFlags = { + }, + constantStats = { + { "inflict_exposure_for_x_ms_on_ignite", 8000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFirePenetrationPlayer"] = { + name = "Fire Penetration I", + description = "Supports any skill that Hits enemies, making those Hits Penetrate enemy Fire resistance.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FirePenetration",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fire Penetration I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_reduce_enemy_fire_resistance_%", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFirePenetrationPlayerTwo"] = { + name = "Fire Penetration II", + description = "Supports any skill that Hits enemies, making those Hits ignore enemy Fire resistance.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FirePenetration",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fire Penetration II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "hits_ignore_enemy_fire_resistance", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFirstBloodPlayer"] = { + name = "First Blood", + description = "Supports Attacks. Supported Skills are far more likely to inflict Bleeding on Hitting full Life Enemies.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FirstBlood",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "First Blood", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "bleed_chance_+%_vs_full_life_enemy", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["FistOfWarSupportPlayer"] = { + name = "Fist of War I", + description = "Supports Slams you use yourself, providing a powerful Ancestral Boost every few seconds.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "FistOfWar",}, + levels = { + [1] = { manaMultiplier = 50, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fist of War I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, + }, + baseFlags = { + }, + baseMods = { + mod("FistOfWarDamageMultiplier", "BASE", 30), + mod("FistOfWarMOREAoE", "BASE", 25), + }, + constantStats = { + { "support_ancestral_slam_big_hit_max_count", 1 }, + { "ancestral_slam_interval_duration", 6000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["FistOfWarSupportPlayerTwo"] = { + name = "Fist of War II", + description = "Supports Slams you use yourself, providing a powerful Ancestral Boost every few seconds.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "FistOfWar",}, + levels = { + [1] = { manaMultiplier = 50, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fist of War II", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, + }, + baseFlags = { + }, + baseMods = { + mod("FistOfWarDamageMultiplier", "BASE", 30), + mod("FistOfWarMOREAoE", "BASE", 25), + }, + constantStats = { + { "support_ancestral_slam_big_hit_max_count", 1 }, + { "ancestral_slam_interval_duration", 4000 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["FistOfWarSupportPlayerThree"] = { + name = "Fist of War III", + description = "Supports Slams you use yourself, providing a very powerful Ancestral Boost infrequently.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "FistOfWar",}, + levels = { + [1] = { manaMultiplier = 100, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fist of War III", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, + ["double_ancestral_boost_effect"] = { + -- Accounted for in base mod + }, + }, + baseFlags = { + }, + baseMods = { + mod("FistOfWarDamageMultiplier", "BASE", 60), + mod("FistOfWarMOREAoE", "BASE", 50), + }, + constantStats = { + { "support_ancestral_slam_big_hit_max_count", 1 }, + { "ancestral_slam_interval_duration", 14000 }, + }, + stats = { + "double_ancestral_boost_effect", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFlamePillarPlayer"] = { + name = "Flame Pillar", + description = "Supports any Skill you use yourself which can cause Damaging Hits. Supported Skills Consume Ignite on Hit to create pillars of flame, but cannot themselves inflict Ignite. Cannot Support Skills which already Consume Ignite, and does not modify the Skills of Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.SkillConsumesIgnite, SkillType.SupportedByFlamePillar, }, + excludeSkillTypes = { SkillType.SkillConsumesIgnite, SkillType.SupportedByFlamePillar, SkillType.NOT, SkillType.AND, SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Trapped, SkillType.RemoteMined, }, + gemFamily = { "FlamePillar",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Flame Pillar", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "flame_pillar_support_maximum_pillars_per_skill_use", 10 }, + { "pillar_of_flame_consume_ignite_to_create_X_pillars", 1 }, + { "pillar_of_flame_X_additional_pillars_on_consuming_aggravated_ignite", 0 }, + }, + stats = { + "never_ignite", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredFlamePillarPlayer"] = { + name = "Flame Pillar", + hidden = true, + description = "Deal Fire Damage in an Area based on a percentage of the expected Damage of the Consumed Ignite.", + skillTypes = { [SkillType.SkillGrantedBySupport] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Flame Pillar", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_pillar_of_flame", + baseFlags = { + }, + constantStats = { + { "triggered_by_flame_pillar_support_%", 100 }, + { "support_flame_pillar_fire_damage_equal_to_%_of_remaining_ignite_damage", 25 }, + { "active_skill_base_area_of_effect_radius", 15 }, + { "pillar_of_flame_creation_radius", 10 }, + { "base_skill_effect_duration", 1500 }, + }, + stats = { + "never_ignite", + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFlamepiercePlayer"] = { + name = "Flamepierce", + description = "Supports Skills which can fire Projectiles. Initial Projectile created by Supported Skills will always Pierce Ignited Enemies, but Supported Skills cannot inflict Ignite themselves.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Projectile, }, + addSkillTypes = { SkillType.SupportedByFlamepierce, }, + excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + gemFamily = { "Flamepierce",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Flamepierce", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "chance_to_pierce_ignited_enemy_%", 100 }, + }, + stats = { + "never_ignite", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportBloodFountainPlayer"] = { + name = "Font of Blood", + description = "Supports Skills which create Totems. Totems created by supported Skills generate a Font of Blood which will Leech Life to Allies within it.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + gemFamily = { "Font",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Font of Blood", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_blood_fountain_life_regeneration_rate_per_minute_%"] = { + mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + div = 60, + }, + }, + baseFlags = { + }, + constantStats = { + { "allies_in_font_of_blood_radius_leech_%_of_my_physical_damage_as_life", 12 }, + { "font_of_blood_radius", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportRageFountainPlayer"] = { + name = "Font of Rage", + description = "Supports Skills which create Totems. Totems created by supported Skills generate a Font of Rage which will Leech Rage to Allies within it.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + gemFamily = { "Font",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Font of Rage", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_rage_fountain_rage_regeneration_per_minute"] = { + mod("RageRegen", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + div = 60, + }, + }, + baseFlags = { + }, + constantStats = { + { "allies_in_font_of_rage_radius_leech_permyriad_of_my_physical_damage_as_rage", 80 }, + { "font_of_rage_radius", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFreshClipPlayer"] = { + name = "Fresh Clip I", + description = "Supports Crossbow Skills, granting them more damage for each bolt reloaded by that Skill in the last 6 seconds.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FreshClip",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fresh Clip I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", var = "BoltsReloadedPastSixSeconds" } ), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportFreshClipPlayerTwo"] = { + name = "Fresh Clip II", + description = "Supports Crossbow Skills, granting them more damage for each bolt reloaded by that Skill in the last 8 seconds.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "FreshClip",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Fresh Clip II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", var = "BoltsReloadedPastEightSeconds" } ), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds", 1 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportGreatwoodPlayer"] = { + name = "Greatwood I", + description = "Supports Skills which create Totems, limiting their active Totem count to one but granting significant benefits for supported Totems based on what their Totem Limit would have been without this restriction. Does not Support Skills used by Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.UnlimitedTotems, }, + gemFamily = { "Greatwood",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Greatwood I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_greatwood_totem_damage_+%_final_per_totem_allowed", 10 }, + { "support_greatwood_totem_damage_+%_final_cap", 40 }, + { "support_greatwood_totem_area_of_effect_+%_per_totem_allowed", 5 }, + { "support_greatwood_totem_area_of_effect_+%_cap", 20 }, + { "support_greatwood_totem_life_+%_final_per_totem_allowed", 10 }, + { "support_greatwood_totem_life_+%_final_cap", 40 }, + { "support_greatwood_totem_actor_scale_+%_per_totem_allowed", 10 }, + { "support_greatwood_totem_actor_scale_+%_cap", 40 }, + }, + stats = { + "number_of_totems_allowed_is_1", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportGreatwoodPlayerTwo"] = { + name = "Greatwood II", + description = "Supports Skills which create Totems, limiting their active Totem count to one but granting significant benefits for supported Totems based on what their Totem Limit would have been without this restriction. Does not Support Skills used by Minions.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.UnlimitedTotems, }, + gemFamily = { "Greatwood",}, + ignoreMinionTypes = true, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Greatwood II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_greatwood_totem_damage_+%_final_per_totem_allowed", 15 }, + { "support_greatwood_totem_damage_+%_final_cap", 60 }, + { "support_greatwood_totem_life_+%_final_per_totem_allowed", 15 }, + { "support_greatwood_totem_life_+%_final_cap", 60 }, + { "support_greatwood_totem_actor_scale_+%_per_totem_allowed", 10 }, + { "support_greatwood_totem_actor_scale_+%_cap", 40 }, + { "support_greatwood_totem_area_of_effect_+%_per_totem_allowed", 5 }, + { "support_greatwood_totem_area_of_effect_+%_cap", 20 }, + }, + stats = { + "number_of_totems_allowed_is_1", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHaemocrystalsPlayer"] = { + name = "Haemocrystals", + description = "Supports Attack Skills you use yourself which can cause Damaging Hits. Supported Skills Consume Bleeding on Hit to create explosive blood-filled crystals, but cannot themselves inflict Bleeding. Cannot Support Skills which already Consume Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, }, + addSkillTypes = { SkillType.SkillConsumesBleeding, SkillType.SupportedByHaemoCrystals, }, + excludeSkillTypes = { SkillType.SkillConsumesBleeding, SkillType.SupportedByHaemoCrystals, SkillType.NOT, SkillType.AND, SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Trapped, SkillType.RemoteMined, }, + gemFamily = { "Haemocrystals",}, + ignoreMinionTypes = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Haemocrystals", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "consume_bleed_to_create_X_haemocrystals", 4 }, + { "support_haemocrystals_maximum_allowed_crystals", 20 }, + { "haemocrystals_X_additional_crystals_on_consuming_aggravated_bleed", 2 }, + }, + stats = { + "cannot_cause_bleeding", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["TriggeredHaemocrystalsPlayer"] = { + name = "Haemocrystals", + hidden = true, + description = "Deal Physical Damage in an Area based on a percentage of the expected Damage of the Consumed Bleed.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.SkillGrantedBySupport] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Haemocrystals", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_haemocrystals", + baseFlags = { + hit = true, + area = true, + }, + constantStats = { + { "consume_bleed_to_create_X_haemocrystals", 4 }, + { "support_haemocrystals_maximum_allowed_crystals", 20 }, + { "haemocrystals_X_additional_crystals_on_consuming_aggravated_bleed", 2 }, + }, + stats = { + "cannot_cause_bleeding", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHardyTotemsPlayer"] = { + name = "Hardy Totems I", + description = "Supports Skills which create Totems, causing those Totems to have more Life.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HardyTotems",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Hardy Totems I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_totem_life_+%_final", 40 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHardyTotemsPlayerTwo"] = { + name = "Hardy Totems II", + description = "Supports Skills which create Totems, causing those Totems to have more Life.", + color = 1, + support = true, + requireSkillTypes = { SkillType.SummonsTotem, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HardyTotems",}, + levels = { + [1] = { manaMultiplier = 10, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Hardy Totems II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_totem_life_+%_final", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportMeleePhysicalDamagePlayer"] = { + name = "Heavy Swing", + description = "Supports Melee Attacks, boosting their Physical damage at the cost of Attack Speed.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "HeavySwing",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Heavy Swing", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_melee_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil, ModFlag.Melee), + }, + ["support_melee_physical_damage_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_melee_physical_damage_+%_final", 35 }, + { "support_melee_physical_damage_attack_speed_+%_final", -10 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHeftPlayer"] = { + name = "Heft", + description = "Supports Skills which deal Damage, increasing the maximum Physical Damage of their Hits.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Heft",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Heft", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_heft_maximum_physical_damage_+%_final"] = { + mod("MaxPhysicalDamage", "MORE", nil, ModFlag.Hit), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_heft_maximum_physical_damage_+%_final", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHerbalismPlayer"] = { + name = "Herbalism I", + description = "Supports Persistent Buff Skills, causing you to gain increased Life recovery from Flasks while the Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Herbalism",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Herbalism I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_herbalism_life_recovery_+%_from_life_flasks"] = { + mod("FlaskLifeRecovery", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herbalism" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_herbalism_life_recovery_+%_from_life_flasks", 30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHerbalismPlayerTwo"] = { + name = "Herbalism II", + description = "Supports Persistent Buff Skills, causing you to gain increased Life recovery from Flasks while the Skill is active.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Herbalism",}, + isLineage = true, + levels = { + [1] = { spiritReservationFlat = 30, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Herbalism II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_herbalism_life_recovery_+%_from_life_flasks"] = { + mod("FlaskLifeRecovery", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herbalism" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_herbalism_life_recovery_+%_from_life_flasks", 50 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportHolyDescentPlayer"] = { + name = "Holy Descent", + description = "Supports Skills that leap into the air, causing them to create Consecrated Ground when you land", + color = 1, + support = true, + requireSkillTypes = { SkillType.Jumping, }, + addSkillTypes = { SkillType.CreatesGroundEffect, SkillType.Area, SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "HolyDescent",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Holy Descent", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_holy_descent_consecrated_ground_on_landing"] = { + -- Display only + }, + ["support_holy_descent_consecrated_ground_base_duration_ms"] = { + -- Display only + }, + }, + baseFlags = { + }, + constantStats = { + { "support_holy_descent_consecrated_ground_base_duration_ms", 4000 }, + { "support_holy_descent_consecrated_ground_on_landing_radius", 22 }, + }, + stats = { + "support_holy_descent_consecrated_ground_on_landing", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgnitePlayer"] = { + name = "Ignite I", + description = "Supports any skill that Hits enemies, making it more likely to Ignite.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Ignite",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ignite I", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_ignition_chance_to_ignite_+%_final"] = { + mod("EnemyIgniteChance", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_ignition_chance_to_ignite_+%_final", 100 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgnitePlayerTwo"] = { + name = "Ignite II", + description = "Supports any skill that Hits enemies, making it more likely to Ignite.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Ignite",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ignite II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_ignition_chance_to_ignite_+%_final"] = { + mod("EnemyIgniteChance", "MORE", nil), + }, + }, + baseFlags = { + }, + constantStats = { + { "support_ignition_chance_to_ignite_+%_final", 150 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIgnitePlayerThree"] = { + name = "Ignite III", + description = "Supports any skill that Hits enemies, making it more likely to Ignite and causing inflicted Ignites to deal their damage more quickly.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Ignite",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Ignite III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_ignition_chance_to_ignite_+%_final", 200 }, + { "faster_burn_%", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportImmolatePlayer"] = { + name = "Immolate", + description = "Supports Attacks, granting them extra Fire damage against Ignited enemies but making them unable to Ignite enemies themselves.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Immolate",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Immolate", + baseEffectiveness = 0.88889998197556, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies", 30 }, + }, + stats = { + "never_ignite", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["ImpactShockwaveSupportPlayer"] = { + name = "Impact Shockwave", + description = "Supports Melee Strike skills, causing them to create an Aftershock that damages enemies around the target when they Heavy Stun an enemy.", + color = 1, + support = true, + requireSkillTypes = { SkillType.MeleeSingleTarget, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "ImpactShockwave",}, + levels = { + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, + [4] = { levelRequirement = 10, }, + }, + statSets = { + [1] = { + label = "Impact Shockwave", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_impact_shockwave_base_splash_radius", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportIncisionPlayer"] = { + name = "Incision", + description = "Supports Attack Skills. Supported Skills inflict Incision on Hit, which causes Enemies to be increasingly more likely to be inflicted with Bleeding. All Incision is removed from a target on inflicting it with Bleeding.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Incision",}, + levels = { + [1] = { manaMultiplier = 15, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Incision", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_melee_damage_+%_final_vs_higher_percent_life_target"] = { - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "EnemyHigherLifePercent" }), + ["support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "IncisionConsumedRecently", limit = 30, limitTotal = true }), }, - ["support_melee_damage_+%_final_vs_lower_percent_life_target"] = { - mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "EnemyHigherLifePercent", neg = true }), + }, + baseFlags = { + }, + constantStats = { + { "apply_X_incision_on_hit", 1 }, + { "support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%", 3 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportInfernalLegionPlayer"] = { + name = "Infernal Legion I", + description = "Supports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { SkillType.CausesBurning, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "InfernalLegion",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Infernal Legion I", + baseEffectiveness = 5.9082999229431, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), + div = 6000, + }, + ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), + div = 60, + mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), }, }, baseFlags = { }, constantStats = { - { "support_melee_damage_+%_final_vs_higher_percent_life_target", 40 }, - { "support_melee_damage_+%_final_vs_lower_percent_life_target", -20 }, + { "minion_fire_damage_%_of_maximum_life_taken_per_minute", 1200 }, + { "support_minions_ignite_for_%_max_life", 20 }, + { "infernal_legion_minion_burning_effect_radius", 15 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportInfernalLegionPlayerTwo"] = { + name = "Infernal Legion II", + description = "Supports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { SkillType.CausesBurning, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "InfernalLegion",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Infernal Legion II", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), + div = 6000, + }, + ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), + div = 60, + mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "minion_fire_damage_%_of_maximum_life_taken_per_minute", 1200 }, + { "support_minions_ignite_for_%_max_life", 20 }, + { "infernal_legion_minion_burning_effect_radius", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportInfernalLegionPlayerThree"] = { + name = "Infernal Legion III", + description = "Supports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesMinion, }, + addSkillTypes = { SkillType.CausesBurning, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "InfernalLegion",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Infernal Legion III", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), + div = 6000, + }, + ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), + div = 60, + mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), + }, + }, + baseFlags = { + }, + constantStats = { + { "minion_fire_damage_%_of_maximum_life_taken_per_minute", 1800 }, + { "support_minions_ignite_for_%_max_life", 25 }, + { "infernal_legion_minion_burning_effect_radius", 20 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportJaggedGroundPlayer"] = { + name = "Jagged Ground I", + description = "Supports Slam skills. Supported Skills will consume Endurance Charges on use to create Jagged Ground.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { SkillType.Duration, SkillType.Area, SkillType.CreatesGroundEffect, }, + excludeSkillTypes = { SkillType.CannotCreateJaggedGround, }, + gemFamily = { "JaggedGround",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Jagged Ground I", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "support_jagged_ground_base_duration_ms", 4000 }, + { "support_create_jagged_ground_if_consumed_endurance_charge", 1 }, + }, + stats = { + "can_create_jagged_ground", + "support_consume_X_endurance_charges_on_use", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportJaggedGroundPlayerTwo"] = { + name = "Jagged Ground II", + description = "Supports Slam skills. Aftershocks caused by Supported Slam Skills always create patches of Jagged Ground.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { SkillType.Duration, SkillType.Area, SkillType.CreatesGroundEffect, }, + excludeSkillTypes = { SkillType.CannotCreateJaggedGround, }, + gemFamily = { "JaggedGround",}, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Jagged Ground II", + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + stats = { + "can_create_jagged_ground", + "aftershocks_create_jagged_ground", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportKaomsMadnessPlayer"] = { + name = "Kaom's Madness", + description = "Supports Melee Attacks which create fissures in the ground, causing them to create many additional fissures at the cost of damage, attack speed, and area of effect.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesFissure, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Fissures",}, + isLineage = true, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Kaom's Madness", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "base_number_of_additional_fissures", 3 }, + { "support_additional_fissures_damage_+%_final", -40 }, + { "support_additional_fissures_attack_speed_+%_final", -20 }, + { "support_upheaval_area_of_effect_+%_final", -30 }, + }, + stats = { + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportKnockbackPlayer"] = { + name = "Knockback", + description = "Supports any skill that Hits enemies, causing it to Knock Back enemies.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Knockback",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Knockback", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "generic_knockback_distance_limit", 30 }, + { "support_arms_length_knockback_distance_+%_final", 40 }, + }, + stats = { + "global_knockback", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportLastingGroundPlayer"] = { + name = "Lasting Ground", + description = "Supports Skills that create Ground Surfaces, causing those surfaces to last longer.", + color = 1, + support = true, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "LastingGround",}, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Support", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "ground_effect_duration_+%", 50 }, }, stats = { }, @@ -590,39 +4218,28 @@ skills["SupportClashPlayer"] = { }, } } -skills["SupportConcoctPlayer"] = { - name = "Concoct", - description = "Supports Skills you use yourself which Damage enemies with Hits. Supported Skills consume a percentage of your maximum Life Flask charges, inflicting more powerful Bleeding based on Life Flask charges consumed.", +skills["SupportLifeLeechPlayer"] = { + name = "Life Leech I", + description = "Supports Attacks, causing their Physical damage to Leech Life.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Meta, }, + excludeSkillTypes = { }, + gemFamily = { "LifeLeech",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Concoct", - incrementalEffectiveness = 0.054999999701977, + label = "Life Leech I", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["consume_%_of_maximum_life_flask_charges_on_skill_use"] = { - mod("Multiplier:LifeFlaskMaxChargesPercent", "BASE", nil), - }, - ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "LifeFlaskChargeConsumed"}), - }, - }, baseFlags = { }, - baseMods = { - mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask1MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), - mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask2MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }), - }, constantStats = { - { "consume_%_of_maximum_life_flask_charges_on_skill_use", 20 }, - { "support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed", 3 }, + { "base_life_leech_from_physical_attack_damage_permyriad", 1200 }, }, stats = { }, @@ -632,31 +4249,28 @@ skills["SupportConcoctPlayer"] = { }, } } -skills["SupportCoolheadedPlayer"] = { - name = "Cool Headed", - description = "Supports Persistent Buff Skills, causing Ignite applied to you to last for a shorter duration while the Supported Skill is active.", +skills["SupportLifeLeechPlayerTwo"] = { + name = "Life Leech II", + description = "Supports Attacks, causing their Physical damage to Leech Life.", color = 1, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "LifeLeech",}, levels = { - [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Cool Headed", - incrementalEffectiveness = 0.054999999701977, + label = "Life Leech II", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final"] = { - mod("SelfIgniteDuration", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Cool Headed" }), - }, - }, baseFlags = { }, constantStats = { - { "support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final", -50 }, + { "base_life_leech_from_physical_attack_damage_permyriad", 1600 }, }, stats = { }, @@ -666,56 +4280,31 @@ skills["SupportCoolheadedPlayer"] = { }, } } -skills["SupportCorruptingCryPlayer"] = { - name = "Corrupting Cry", - description = "Supports Warcries, causing them to inflict Corrupted Blood on enemies in their area of effect.", +skills["SupportLifeLeechPlayerThree"] = { + name = "Life Leech III", + description = "Supports Attacks, causing their Physical damage to Leech Life and preventing Leech gained this way from being removed at full Life.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, - addSkillTypes = { SkillType.DamageOverTime, SkillType.Duration, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "LifeLeech",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Corrupting Cry", - incrementalEffectiveness = 0.054999999701977, + label = "Life Leech III", + baseEffectiveness = 0, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { - skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), - div = 60, - }, - ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { - mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) - }, - ["support_corrupting_cry_area_of_effect_+%_final"] = { - mod("AreaOfEffect", "MORE", nil, 0, KeywordFlag.Warcry) - }, - ["support_corrupting_cry_corrupted_blood_duration_ms"] = { - skill("durationSecondary", nil), - div = 1000, - }, - ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { - -- Display only - }, - }, baseFlags = { }, - baseMods = { - skill("debuff", true), - flag("dotIsCorruptingBlood"), - mod("Multiplier:CorruptingCryMaxStages", "BASE", 10), - mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}), - }, constantStats = { - { "support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood", 1 }, - { "support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength", 1500 }, - { "support_corrupting_cry_area_of_effect_+%_final", -30 }, - { "support_corrupting_cry_corrupted_blood_duration_ms", 5000 }, + { "base_life_leech_from_physical_attack_damage_permyriad", 1600 }, }, stats = { + "life_leech_from_source_not_removed_at_full_life", }, levels = { [1] = { actorLevel = 1, }, @@ -723,37 +4312,28 @@ skills["SupportCorruptingCryPlayer"] = { }, } } -skills["SupportDauntlessPlayer"] = { - name = "Dauntless", - description = "Supports Skills you use yourself which can cause Damaging Hits. Supported Skills cannot be used unless you have been stationary for a certain duration, but deal increasingly more damage the longer you are stationary. Cannot support Skills which have a reservation, are Triggered, have a cooldown or have another usage Condition.", +skills["SupportBloodMagicPlayer"] = { + name = "Lifetap", + description = "Supports any Skill, turning a portion of its Mana cost into a Life cost. Does not support Skills which reserve Spirit.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByUnmoving, }, - excludeSkillTypes = { SkillType.HasUsageCondition, SkillType.SupportedByUnmoving, SkillType.NOT, SkillType.AND, SkillType.DegenOnlySpellDamage, SkillType.HasReservation, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Cooldown, }, - ignoreMinionTypes = true, + requireSkillTypes = { }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Blessing, SkillType.Persistent, }, + gemFamily = { "Lifetap",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Dauntless", - incrementalEffectiveness = 0.054999999701977, + label = "Lifetap", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_unmoving_damage_+%_final_per_250_ms_stationary"] = { - mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "Condition", var = "Stationary" }, { type = "Multiplier", var = "StationarySeconds", div = 0.25, limitVar = "DauntlessMaxDamage", limitTotal = true }), - }, - ["support_unmoving_damage_multiplier_cap"] = { - mod("Multiplier:DauntlessMaxDamage", "BASE", nil), - }, - }, baseFlags = { }, constantStats = { - { "skill_cannot_be_used_unless_stationary_for_X_ms", 1500 }, - { "support_unmoving_damage_+%_final_per_250_ms_stationary", 3 }, - { "support_unmoving_damage_multiplier_cap", 45 }, + { "blood_magic_skill_life_cost_+%_final", 0 }, + { "base_skill_cost_life_instead_of_mana_%", 100 }, }, stats = { }, @@ -763,29 +4343,31 @@ skills["SupportDauntlessPlayer"] = { }, } } -skills["SupportDazingCryPlayer"] = { - name = "Dazing Cry", - description = "Supports Warcries, causing them to Daze Enemies on use.", +skills["SupportLongFusePlayer"] = { + name = "Long Fuse I", + description = "Supports Skills which have a Detonation Time, causing those Skills to have much higher Detonation Time and detonation damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, + requireSkillTypes = { SkillType.DetonatesAfterTime, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "LongFuse",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Dazing Cry", + label = "Long Fuse I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_dazed_cry_duration_ms", 4000 }, + { "support_long_fuse_detonation_damage_+%_final", 30 }, + { "skill_detonation_time_+%", 50 }, }, stats = { - "support_apply_daze_on_warcry", + "skill_grenade_detonate_only_at_end_of_duration", }, levels = { [1] = { actorLevel = 1, }, @@ -793,37 +4375,31 @@ skills["SupportDazingCryPlayer"] = { }, } } -skills["SupportDeepCutsPlayer"] = { - name = "Deep Cuts", - description = "Supports any skill that Hits enemies, causing it to deal less damage but inflict more potent Bleeding.", +skills["SupportLongFusePlayerTwo"] = { + name = "Long Fuse II", + description = "Supports Skills which have a Detonation Time, causing those Skills to have much higher Detonation Time and detonation damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.DetonatesAfterTime, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "LongFuse",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Deep Cuts", + label = "Long Fuse II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_deep_cuts_hit_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit), - }, - ["support_deep_cuts_bleeding_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed), - }, - }, baseFlags = { }, constantStats = { - { "support_deep_cuts_hit_damage_+%_final", -25 }, - { "support_deep_cuts_bleeding_effect_+%_final", 75 }, + { "support_long_fuse_detonation_damage_+%_final", 35 }, + { "skill_detonation_time_+%", 70 }, }, stats = { + "skill_grenade_detonate_only_at_end_of_duration", }, levels = { [1] = { actorLevel = 1, }, @@ -831,26 +4407,38 @@ skills["SupportDeepCutsPlayer"] = { }, } } -skills["SupportDefyPlayer"] = { - name = "Defy", - description = "Supports Attack Skills you use yourself. Hit Damage from Supported Skills is Lucky if you are Surrounded.", +skills["SupportMeatShieldPlayer"] = { + name = "Meat Shield I", + description = "Supports skills which create Minions, granting them less damage taken but making them deal less damage. Cannot support skills which create undamageable Minions.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "MeatShield",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Defy", - incrementalEffectiveness = 0.054999999701977, + label = "Meat Shield I", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, + ["support_meat_shield_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + }, baseFlags = { }, + constantStats = { + { "support_minion_defensive_stance_minion_damage_taken_+%_final", -35 }, + { "support_meat_shield_minion_damage_+%_final", -35 }, + }, stats = { - "attack_damage_is_lucky_if_surrounded", }, levels = { [1] = { actorLevel = 1, }, @@ -858,31 +4446,36 @@ skills["SupportDefyPlayer"] = { }, } } -skills["SupportIncreasedArmourBreakPlayer"] = { - name = "Demolisher", - description = "Supports any skill, causing Armour Break it inflicts to be stronger.", +skills["SupportMeatShieldPlayerTwo"] = { + name = "Meat Shield II", + description = "Supports skills which create Minions, granting them less damage taken but making them deal less damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Spell, SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.DegenOnlySpellDamage, }, + requireSkillTypes = { SkillType.CreatesMinion, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + gemFamily = { "MeatShield",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Demolisher", - incrementalEffectiveness = 0.054999999701977, + label = "Meat Shield II", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_increased_armour_break_armour_break_amount_+%_final"] = { - mod("ArmourBreakEffect", "MORE", nil), + ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, + ["support_meat_shield_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), }, }, baseFlags = { }, constantStats = { - { "support_increased_armour_break_armour_break_amount_+%_final", 50 }, + { "support_minion_defensive_stance_minion_damage_taken_+%_final", -40 }, + { "support_meat_shield_minion_damage_+%_final", -40 }, }, stats = { }, @@ -892,27 +4485,56 @@ skills["SupportIncreasedArmourBreakPlayer"] = { }, } } -skills["SupportDesperationPlayer"] = { - name = "Desperation", - description = "Supports Melee Attack Skills you use yourself. Insufficient Mana doesn't prevent Supported Skills from being used while Surrounded.", +skills["SupportCorruptingCryPlayerThree"] = { + name = "Paquate's Pact", + description = "Supports Warcries, causing them to inflict massive amounts of Corrupted Blood on enemies in their area of effect, at the cost of your Life.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Minion, }, + requireSkillTypes = { SkillType.Warcry, }, + addSkillTypes = { SkillType.DamageOverTime, SkillType.Duration, }, + excludeSkillTypes = { }, + gemFamily = { "CorruptingCry",}, + isLineage = true, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Desperation", + label = "Paquate's Pact", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { + skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + div = 60, + }, + ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { + mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_corrupted_blood_duration_ms"] = { + skill("durationSecondary", nil), + div = 1000, + }, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { + -- Display only + }, + }, baseFlags = { }, + baseMods = { + skill("debuff", true), + flag("dotIsCorruptingBlood"), + mod("Multiplier:CorruptingCryMaxStages", "BASE", 10), + mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}), + }, + constantStats = { + { "support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood", 5 }, + { "support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength", 1500 }, + { "support_corrupting_cry_corrupted_blood_duration_ms", 5000 }, + { "support_corrupting_cry_%_life_lost_per_corrupting_blood_applied", 2 }, + }, stats = { - "melee_attacks_usable_without_mana_cost_while_surrounded", }, levels = { [1] = { actorLevel = 1, }, @@ -920,20 +4542,21 @@ skills["SupportDesperationPlayer"] = { }, } } -skills["SupportGroundEffectDurationPlayer"] = { - name = "Despoiler", - description = "Supports Skills that create Ground Surfaces, causing those surfaces to last longer.", +skills["SupportPersistentGroundPlayer"] = { + name = "Persistent Ground I", + description = "Supports Skills which create Ground Surfaces, causing created Surfaces to last much longer.", color = 1, support = true, - requireSkillTypes = { SkillType.CreatesGroundEffect, SkillType.Duration, SkillType.AND, }, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "PersistentGround",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Support", + label = "Persistent Ground I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { @@ -949,31 +4572,30 @@ skills["SupportGroundEffectDurationPlayer"] = { }, } } -skills["SupportDevastatePlayer"] = { - name = "Devastate", - description = "Supports any skill that Hits enemies, causing them to apply Broken Armour to enemies when causing a Heavy Stun to enemies.", +skills["SupportPersistentGroundPlayerTwo"] = { + name = "Persistent Ground II", + description = "Supports Skills which create Ground Surfaces, causing created Surfaces to last much longer and only end when their duration expires.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "PersistentGround",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Devastate", + label = "Persistent Ground II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["fully_break_enemies_armour_on_heavy_stun"] = { - flag("Condition:CanArmourBreak", { type = "GlobalEffect", effectType = "Buff", effectName = "ArmourBreak" } ), - }, - }, baseFlags = { }, + constantStats = { + { "ground_effect_duration_+%", 50 }, + }, stats = { - "fully_break_enemies_armour_on_heavy_stun", + "ground_effects_cannot_trigger", }, levels = { [1] = { actorLevel = 1, }, @@ -981,33 +4603,31 @@ skills["SupportDevastatePlayer"] = { }, } } -skills["SupportDirestrikePlayer"] = { - name = "Direstrike", - description = "Supports Persistent Buff Skills, causing you to deal increased Attack Damage while on Low Life while the Supported Skill is active.", +skills["SupportPersistentGroundPlayerThree"] = { + name = "Persistent Ground III", + description = "Supports Skills which create Ground Surfaces, causing created Surfaces to last much longer as well as lowering the Cooldown Recovery Speed of affected Enemies. Ground Surfaces from Supported Skills only end when their duration expires.", color = 1, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.CreatesGroundEffect, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "PersistentGround",}, levels = { - [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Direstrike", + label = "Persistent Ground III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"] = { - mod("Damage", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Direstrike" }), - }, - }, baseFlags = { }, constantStats = { - { "support_attack_damage_spirit_cost_attack_damage_+%_on_low_life", 50 }, + { "ground_effect_duration_+%", 50 }, + { "ground_effects_apply_cooldown_speed_+%_final", -30 }, }, stats = { + "ground_effects_cannot_trigger", }, levels = { [1] = { actorLevel = 1, }, @@ -1015,26 +4635,34 @@ skills["SupportDirestrikePlayer"] = { }, } } -skills["SupportDomainPlayer"] = { - name = "Domain", - description = "Supports Skills which create Ground Surfaces, causing created Surfaces to only end when their duration expires.", +skills["SupportEmpoweredDamagePlayer"] = { + name = "Premeditation", + description = "Supports skills that can Empower skills other than themselves, causing skills they Empower to deal more damage.", color = 1, support = true, - requireSkillTypes = { SkillType.CreatesGroundEffect, }, + requireSkillTypes = { SkillType.EmpowersOtherSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Premeditation",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 30, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Domain", + label = "Premeditation", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_empowered_damage_+%_final"] = { + mod("ExtraEmpowerMod", "LIST", { mod = mod("Damage", "MORE", nil) }), + } + }, baseFlags = { }, + constantStats = { + { "support_empowered_damage_+%_final", 15 }, + }, stats = { - "ground_effects_cannot_trigger", }, levels = { [1] = { actorLevel = 1, }, @@ -1042,36 +4670,34 @@ skills["SupportDomainPlayer"] = { }, } } -skills["SupportDoubleBarrelPlayer"] = { - name = "Double Barrel", - description = "Supports Crossbow Ammunition Skills, causing them to load an extra bolt at the cost of reload speed.", +skills["ProlongedDurationSupportPlayer"] = { + name = "Prolonged Duration I", + description = "Supports any skill that has a duration, making that duration longer.", color = 1, support = true, - requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + requireSkillTypes = { SkillType.Duration, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ProlongedDuration",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [2] = { manaMultiplier = 20, levelRequirement = 3, }, + [3] = { manaMultiplier = 20, levelRequirement = 6, }, }, statSets = { [1] = { - label = "Double Barrel", - incrementalEffectiveness = 0.054999999701977, + label = "Prolonged Duration I", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_double_barrel_number_of_crossbow_bolts_+"] = { - mod("CrossbowBoltCount", "BASE", nil), - }, - ["support_double_barrel_crossbow_reload_speed_-%_final"] = { - mod("ReloadSpeed", "MORE", nil), - mult = -1 + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_double_barrel_number_of_crossbow_bolts_+", 1 }, - { "support_double_barrel_crossbow_reload_speed_-%_final", 30 }, + { "support_more_duration_skill_effect_duration_+%_final", 30 }, }, stats = { }, @@ -1081,27 +4707,32 @@ skills["SupportDoubleBarrelPlayer"] = { }, } } -skills["SupportEnragedWarcryPlayer"] = { - name = "Enraged Warcry", - description = "Supports Warcries, causing them to consume Rage to further boost Empowered Attacks.", +skills["ProlongedDurationSupportPlayerTwo"] = { + name = "Prolonged Duration II", + description = "Supports any skill that has a duration, making that duration longer.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, + requireSkillTypes = { SkillType.Duration, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ProlongedDuration",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Enraged Warcry", - incrementalEffectiveness = 0.054999999701977, + label = "Prolonged Duration II", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_warcry_consumes_up_to_X_rage", 10 }, - { "support_enraged_warcry_+%_damage_final_for_exerted_attacks", 30 }, + { "support_more_duration_skill_effect_duration_+%_final", 35 }, }, stats = { }, @@ -1111,32 +4742,32 @@ skills["SupportEnragedWarcryPlayer"] = { }, } } -skills["SupportIgniteDurationPlayer"] = { - name = "Eternal Flame", - description = "Supports any skill that Hits enemies, causing its Ignites to be inflicted less often but last longer.", +skills["ProlongedDurationSupportPlayerThree"] = { + name = "Prolonged Duration III", + description = "Supports any skill that has a duration, making that duration significantly longer while applying a cooldown. Cannot support Skills which already have a cooldown.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Duration, }, + addSkillTypes = { SkillType.Cooldown, SkillType.SupportedByDurationThree, }, + excludeSkillTypes = { SkillType.Cooldown, SkillType.SupportedByDurationThree, SkillType.NOT, SkillType.AND, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Persistent, SkillType.Vaal, SkillType.Triggered, }, + gemFamily = { "ProlongedDuration",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 16, }, }, statSets = { [1] = { - label = "Eternal Flame", - incrementalEffectiveness = 0.054999999701977, + label = "Prolonged Duration III", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_eternal_flame_chance_to_ignite_+%_final"] = { - mod("EnemyIgniteChance", "MORE", nil), + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "ignite_duration_+%", 100 }, - { "support_eternal_flame_chance_to_ignite_+%_final", -25 }, + { "support_more_duration_skill_effect_duration_+%_final", 60 }, }, stats = { }, @@ -1146,31 +4777,28 @@ skills["SupportIgniteDurationPlayer"] = { }, } } -skills["SupportExecutePlayer"] = { - name = "Execute", - description = "Supports any skill that Hits enemies, causing it to deal more damage against enemies on Low Life.", +skills["SupportQuillburstPlayer"] = { + name = "Quill Burst", + description = "Supports Melee Attack Skills. Supported Skills trigger Quill Burst, which deals your Thorns Damage in an Area around the target struck. Quill Burst can only be triggered on Hit after you've\nRetaliated with Thorns Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + gemFamily = { "QuillBurst",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Execute", + label = "Quill Burst", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_executioner_damage_vs_enemies_on_low_life_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "LowLife"}) - }, - }, baseFlags = { }, constantStats = { - { "support_executioner_damage_vs_enemies_on_low_life_+%_final", 50 }, + { "trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger", 3 }, }, stats = { }, @@ -1180,28 +4808,31 @@ skills["SupportExecutePlayer"] = { }, } } -skills["SupportExpeditePlayer"] = { - name = "Expedite", - description = "Supports Skills which Detonate after some amount of time has elapsed, shortening the time before Detonation. ", - color = 1, - support = true, - requireSkillTypes = { SkillType.DetonatesAfterTime, }, - addSkillTypes = { }, - excludeSkillTypes = { }, +skills["TriggeredQuillburstPlayer"] = { + name = "Quill Burst", + hidden = true, + description = "Deal your Thorns Damage in an Area. Cannot Hit the target this was Triggered from.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.SkillGrantedBySupport] = true, }, + castTime = 1, + qualityStats = { + }, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.15, }, }, statSets = { [1] = { - label = "Expedite", + label = "Quill Burst", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "triggered_spiked_gauntlets", baseFlags = { }, constantStats = { - { "support_fast_forward_detonation_time_+%_final", -40 }, + { "triggered_by_spiked_gauntlets_support_%", 100 }, + { "active_skill_base_area_of_effect_radius", 15 }, }, stats = { + "is_area_damage", + "display_skill_deals_thorns_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -1209,34 +4840,34 @@ skills["SupportExpeditePlayer"] = { }, } } -skills["SupportExploitWeaknessPlayer"] = { - name = "Exploit Weakness", - description = "Supports any skill that Hits enemies, causing them to deal more Damage against enemies with Broken Armour but preventing them from Breaking Armour themselves. Cannot support skills that Consume Broken Armour.", +skills["SupportRagePlayer"] = { + name = "Rage I", + description = "Supports Melee Attacks, causing them to grant Rage on Hit.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.ConsumesFullyBrokenArmour, }, + excludeSkillTypes = { }, + gemFamily = { "Rage",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, + [2] = { levelRequirement = 3, }, + [3] = { levelRequirement = 6, }, }, statSets = { [1] = { - label = "Exploit Weakness", - incrementalEffectiveness = 0.054999999701977, + label = "Rage I", + baseEffectiveness = 0.18000000715256, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "ArmourFullyBroken"}) - }, - }, baseFlags = { }, constantStats = { - { "support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final", 40 }, + { "gain_x_rage_on_melee_hit", 3 }, + { "support_rage_attack_damage_+%_final", 0 }, }, stats = { - "cannot_break_armour", }, levels = { [1] = { actorLevel = 1, }, @@ -1244,32 +4875,30 @@ skills["SupportExploitWeaknessPlayer"] = { }, } } -skills["LessDurationSupportPlayer"] = { - name = "Fast Forward", - description = "Supports any skill that has a duration making that duration shorter.", +skills["SupportRagePlayerTwo"] = { + name = "Rage II", + description = "Supports Melee Attacks, causing them to grant Rage on Hit.", color = 1, support = true, - requireSkillTypes = { SkillType.Duration, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rage",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fast Forward", + label = "Rage II", + baseEffectiveness = 0.18000000715256, incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_reduced_duration_skill_effect_duration_+%_final"] = { - mod("Duration", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_reduced_duration_skill_effect_duration_+%_final", -30 }, - { "support_reduced_duration_damage_+%_final", 0 }, + { "gain_x_rage_on_melee_hit", 5 }, + { "support_rage_attack_damage_+%_final", 0 }, }, stats = { }, @@ -1279,26 +4908,33 @@ skills["LessDurationSupportPlayer"] = { }, } } -skills["SupportFigureheadPlayer"] = { - name = "Figurehead", - description = "Supports Skills that generate Remnants, causing those Remnants to affect Allies in your Presence when collected instead of you.", +skills["SupportRagePlayerThree"] = { + name = "Rage III", + description = "Supports Melee Attacks, causing them to grant Rage on Hit. Supported Skills have signficantly higher Attack speed while you are not at maximum Rage.", color = 1, support = true, - requireSkillTypes = { SkillType.GeneratesRemnants, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rage",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Figurehead", - incrementalEffectiveness = 0.054999999701977, + label = "Rage III", + baseEffectiveness = 0.18000000715256, + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "gain_x_rage_on_melee_hit", 5 }, + { "support_rage_attack_damage_+%_final", 0 }, + { "support_rage_attack_speed_+%_final_while_not_at_maximum_rage", 15 }, + }, stats = { - "remnants_affect_allies_in_presence_instead", }, levels = { [1] = { actorLevel = 1, }, @@ -1306,31 +4942,29 @@ skills["SupportFigureheadPlayer"] = { }, } } -skills["SupportFireExposurePlayer"] = { - name = "Fire Exposure", - description = "Supports any skill that Hits enemies, causing it to inflict Fire Exposure when Igniting.", +skills["SupportRageforgedPlayer"] = { + name = "Rageforged I", + description = "Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage. If you don't have enough Rage to consume, the damage bonus will not apply.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { SkillType.Duration, }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.ConsumesRage, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.UsedByTotem, }, + gemFamily = { "RageForged",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fire Exposure", + label = "Rageforged I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["inflict_fire_exposure_for_x_ms_on_ignite"] = { - mod("FireExposureChance", "BASE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited"}), - }, - }, baseFlags = { }, constantStats = { - { "inflict_fire_exposure_for_x_ms_on_ignite", 8000 }, + { "support_rageforged_consumes_X_rage_to_enrage_skill_use", 10 }, + { "support_rageforged_enraged_damage_+%_final", 35 }, }, stats = { }, @@ -1340,34 +4974,30 @@ skills["SupportFireExposurePlayer"] = { }, } } -skills["SupportAddedFireDamagePlayer"] = { - name = "Fire Infusion", - description = "Supports Attacks, causing them to Gain Fire Damage but deal less Cold and Lightning Damage.", +skills["SupportRageforgedPlayerTwo"] = { + name = "Rageforged II", + description = "Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage, with a chance to skip consuming Rage while still benefitting as though it had. If you don't have enough Rage to consume, the damage bonus will not apply.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { SkillType.ConsumesRage, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, SkillType.UsedByTotem, }, + gemFamily = { "RageForged",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fire Infusion", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Rageforged II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_cold_and_lightning_damage_+%_final"] = { - mod("ColdDamage", "MORE", nil), - mod("LightningDamage", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "non_skill_base_all_damage_%_to_gain_as_fire_with_attacks", 25 }, - { "support_cold_and_lightning_damage_+%_final", -50 }, + { "support_rageforged_consumes_X_rage_to_enrage_skill_use", 10 }, + { "support_rageforged_enraged_damage_+%_final", 35 }, + { "rage_skip_consume_chance_%", 30 }, }, stats = { }, @@ -1377,26 +5007,27 @@ skills["SupportAddedFireDamagePlayer"] = { }, } } -skills["SupportFirePenetrationPlayer"] = { - name = "Fire Penetration", - description = "Supports any skill that Hits enemies, making those Hits Penetrate enemy Fire resistance.", +skills["SupportRagingCryPlayer"] = { + name = "Raging Cry", + description = "Supports Warcry skills, causing them to grant you Rage on use depending on counted monster Power.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Warcry, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "RagingCry",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fire Penetration", - incrementalEffectiveness = 0.092720001935959, + label = "Raging Cry", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_reduce_enemy_fire_resistance_%", 30 }, + { "warcry_grant_X_rage_per_5_power", 4 }, }, stats = { }, @@ -1406,28 +5037,30 @@ skills["SupportFirePenetrationPlayer"] = { }, } } -skills["SupportFirstBloodPlayer"] = { - name = "First Blood", - description = "Supports Attacks. Supported Skills are far more likely to inflict Bleeding on Hitting full Life Enemies.", +skills["SupportRallyPlayer"] = { + name = "Rally", + description = "Supports Melee Attacks you use yourself. Supported Skills Consume all Endurance Charge on use, causing you to restore a percentage of your maximum Life for each Charge Consumed.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { SkillType.ConsumesCharges, SkillType.SupportedByRally, }, + excludeSkillTypes = { SkillType.Triggered, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesEnduranceChargesOnUse, SkillType.SupportedByRally, SkillType.NOT, SkillType.AND, }, + gemFamily = { "Rally",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "First Blood", + label = "Rally", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "bleed_chance_+%_vs_full_life_enemy", 100 }, + { "consume_endurance_charges_on_use_to_recover_%_maximum_life_per_charge", 10 }, }, stats = { + "skill_cannot_generate_endurance_charges", }, levels = { [1] = { actorLevel = 1, }, @@ -1435,37 +5068,34 @@ skills["SupportFirstBloodPlayer"] = { }, } } -skills["FistOfWarSupportPlayer"] = { - name = "Fist of War", - description = "Supports Slams you use yourself, providing a powerful Ancestral Boost every few seconds.", +skills["SupportRefractionPlayer"] = { + name = "Refraction I", + description = "Supports Banner Skills, causing those affected by Auras they create to gain Refractive Plating, a Buff which causes Armour to partially apply to Elemental Hit Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Slam, }, + requireSkillTypes = { SkillType.Banner, SkillType.Persistent, SkillType.Buff, SkillType.AND, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Vaal, }, + excludeSkillTypes = { }, + gemFamily = { "Refraction",}, levels = { - [1] = { manaMultiplier = 50, levelRequirement = 0, }, + [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fist of War", - incrementalEffectiveness = 0.092720001935959, + label = "Refraction I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["ancestral_slam_interval_duration"] = { - mod("FistOfWarCooldown", "BASE", nil), - div = 1000, + ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"] = { + mod("ArmourAppliesToFireDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToColdDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToLightningDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating"}, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), }, }, baseFlags = { }, - baseMods = { - mod("FistOfWarDamageMultiplier", "BASE", 20), - mod("FistOfWarMOREAoE", "BASE", 20), - }, constantStats = { - { "support_ancestral_slam_big_hit_max_count", 1 }, - { "ancestral_slam_interval_duration", 6000 }, + { "support_tempered_valour_%_armour_to_apply_to_elemental_damage", 20 }, }, stats = { }, @@ -1475,29 +5105,36 @@ skills["FistOfWarSupportPlayer"] = { }, } } -skills["SupportFlamepiercePlayer"] = { - name = "Flamepierce", - description = "Supports Skills which can fire Projectiles. Initial Projectile created by Supported Skills will always Pierce Ignited Enemies, but Supported Skills cannot inflict Ignite themselves.", +skills["SupportRefractionPlayerTwo"] = { + name = "Refraction II", + description = "Supports Banner Skills, causing those affected by Auras they create to gain Refractive Plating, a Buff which causes Armour to partially apply to Elemental Hit Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Projectile, }, - addSkillTypes = { SkillType.SupportedByFlamepierce, }, - excludeSkillTypes = { SkillType.ProjectileNoCollision, }, + requireSkillTypes = { SkillType.Banner, SkillType.Persistent, SkillType.Buff, SkillType.AND, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Refraction",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Flamepierce", + label = "Refraction II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"] = { + mod("ArmourAppliesToFireDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToColdDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToLightningDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating"}, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + }, + }, baseFlags = { }, constantStats = { - { "chance_to_pierce_ignited_enemy_%", 100 }, + { "support_tempered_valour_%_armour_to_apply_to_elemental_damage", 30 }, }, stats = { - "never_ignite", }, levels = { [1] = { actorLevel = 1, }, @@ -1505,33 +5142,27 @@ skills["SupportFlamepiercePlayer"] = { }, } } -skills["SupportBloodFountainPlayer"] = { - name = "Font of Blood", - description = "Supports Skills which create stationary objects. Objects created by supported Skills generate a Font of Blood, creating an Aura which grants Life regeneration.", +skills["SupportRefractionPlayerThree"] = { + name = "Refraction III", + description = "Supports Banner Skills, causing Enemies within their area to gain Refractive Dissolution, a Debuff which lowers Elemental Resistances.", color = 1, support = true, - requireSkillTypes = { SkillType.SupportedByFountains, SkillType.Orb, SkillType.SummonsTotem, SkillType.Offering, }, + requireSkillTypes = { SkillType.Banner, SkillType.Persistent, SkillType.Buff, SkillType.AND, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + excludeSkillTypes = { }, + gemFamily = { "Refraction",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Font of Blood", + label = "Refraction III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_blood_fountain_life_regeneration_rate_per_minute_%"] = { - mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), - div = 60, - }, - }, baseFlags = { }, constantStats = { - { "support_blood_fountain_life_regeneration_rate_per_minute_%", 120 }, - { "support_blood_fountain_radius", 30 }, + { "support_tempered_valour_banner_applies_%_elemental_exposure_per_1000_armour", 2 }, }, stats = { }, @@ -1541,33 +5172,28 @@ skills["SupportBloodFountainPlayer"] = { }, } } -skills["SupportRageFountainPlayer"] = { - name = "Font of Rage", - description = "Supports Skills which create stationary objects. Objects created by supported Skills generate a Font of Rage, creating an Aura which grants Rage over time, as well as preventing Rage loss.", +skills["SupportReinforcedTotemsPlayer"] = { + name = "Reinforced Totems I", + description = "Supports Skills which create Totems. Totems created by Supported Skills have additional Elemental Resistances.", color = 1, support = true, - requireSkillTypes = { SkillType.SupportedByFountains, SkillType.Orb, SkillType.SummonsTotem, SkillType.Offering, }, + requireSkillTypes = { SkillType.SummonsTotem, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.Persistent, SkillType.AND, }, + excludeSkillTypes = { }, + gemFamily = { "ReinforcedTotems",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Font of Rage", + label = "Reinforced Totems I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_rage_fountain_rage_regeneration_per_minute"] = { - mod("RageRegen", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), - div = 60, - }, - }, baseFlags = { }, constantStats = { - { "support_rage_fountain_rage_regeneration_per_minute", 120 }, - { "support_rage_fountain_radius", 30 }, + { "totem_elemental_resistance_%", 40 }, + { "totem_maximum_all_elemental_resistances_%", 0 }, }, stats = { }, @@ -1577,31 +5203,28 @@ skills["SupportRageFountainPlayer"] = { }, } } -skills["SupportFreshClipPlayer"] = { - name = "Fresh Clip", - description = "Supports Crossbow Skills, granting them more damage for each bolt reloaded by that Skill in the last 6 seconds.", +skills["SupportReinforcedTotemsPlayerTwo"] = { + name = "Reinforced Totems II", + description = "Supports Skills which create Totems. Totems created by Supported Skills have additional Elemental Resistances.", color = 1, support = true, - requireSkillTypes = { SkillType.CrossbowAmmoSkill, SkillType.CrossbowSkill, }, + requireSkillTypes = { SkillType.SummonsTotem, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ReinforcedTotems",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Fresh Clip", + label = "Reinforced Totems II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", var = "BoltsReloadedPastSixSeconds" } ), - }, - }, baseFlags = { }, constantStats = { - { "support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds", 1 }, + { "totem_elemental_resistance_%", 40 }, + { "totem_maximum_all_elemental_resistances_%", 10 }, }, stats = { }, @@ -1611,33 +5234,29 @@ skills["SupportFreshClipPlayer"] = { }, } } -skills["SupportGreatwoodPlayer"] = { - name = "Greatwood", - description = "Supports Totem Skills, limiting their active Totem count to one but granting significant benefits for supported Totems based on what their Totem Limit would have been without this restriction. Does not Support Skills used by Minions.", +skills["SupportRelentlessRagePlayer"] = { + name = "Relentless Rage", + description = "Supports Skills which can consume Rage, giving them a chance to not remove that Rage while still gaining benefits as though they had.", color = 1, support = true, - requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, + requireSkillTypes = { SkillType.ConsumesRage, }, addSkillTypes = { }, excludeSkillTypes = { }, - ignoreMinionTypes = true, + gemFamily = { "Grudge",}, levels = { [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Greatwood", + label = "Relentless Rage", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_greatwood_totem_damage_+%_final_per_totem_allowed", 10 }, - { "support_greatwood_totem_area_of_effect_+%_final_per_totem_allowed", 5 }, - { "support_greatwood_totem_life_+%_final_per_totem_allowed", 10 }, - { "support_greatwood_totem_actor_scale_+%_per_totem_allowed", 10 }, + { "rage_skip_consume_chance_%", 35 }, }, stats = { - "number_of_totems_allowed_is_1", }, levels = { [1] = { actorLevel = 1, }, @@ -1645,30 +5264,29 @@ skills["SupportGreatwoodPlayer"] = { }, } } -skills["SupportHaemocrystalsPlayer"] = { - name = "Haemocrystals", - description = "Supports Attack Skills you use yourself which can cause Damaging Hits. Supported Skills Consume Bleeding on Hit to create explosive blood-filled crystals, but cannot themselves inflict Bleeding.", +skills["SupportInterludePlayer"] = { + name = "Remnant Potency I", + description = "Supports Skills which create Remnants, making those Remnants more powerful.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.GeneratesRemnants, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { }, + gemFamily = { "RemnantPower",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Haemocrystals", + label = "Remnant Potency I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "consume_bleed_to_create_X_haemocrystals", 4 }, - { "support_haemocrystals_maximum_allowed_crystals", 20 }, + { "remnant_effect_+%", 20 }, }, stats = { - "cannot_cause_bleeding", }, levels = { [1] = { actorLevel = 1, }, @@ -1676,32 +5294,30 @@ skills["SupportHaemocrystalsPlayer"] = { }, } } -skills["TriggeredHaemocrystalsPlayer"] = { - name = "Haemocrystals", - hidden = true, - description = "Deal Physical Area Damage based on a percentage of the expected Damage of the Consumed Bleed. ", - skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.SkillGrantedBySupport] = true, }, - castTime = 1, - qualityStats = { - }, +skills["SupportInterludePlayerTwo"] = { + name = "Remnant Potency II", + description = "Supports Skills which create Remnants, making those Remnants more powerful, but delaying their effect.", + color = 1, + support = true, + requireSkillTypes = { SkillType.GeneratesRemnants, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "RemnantPower",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Haemocrystals", + label = "Remnant Potency II", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "triggered_haemocrystals", + statDescriptionScope = "gem_stat_descriptions", baseFlags = { - hit = true, - area = true, }, constantStats = { - { "consume_bleed_to_create_X_haemocrystals", 4 }, - { "support_haemocrystals_maximum_allowed_crystals", 20 }, + { "remnant_delay_X_ms", 4000 }, + { "remnant_effect_+%", 30 }, }, stats = { - "cannot_cause_bleeding", }, levels = { [1] = { actorLevel = 1, }, @@ -1709,36 +5325,28 @@ skills["TriggeredHaemocrystalsPlayer"] = { }, } } -skills["SupportMeleePhysicalDamagePlayer"] = { - name = "Heavy Swing", - description = "Supports Melee Attacks, boosting their Physical damage at the cost of Attack Speed.", +skills["SupportInterludePlayerThree"] = { + name = "Remnant Potency III", + description = "Supports Skills which create Remnants, making those Remnants more powerful, but delaying their effect.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, + requireSkillTypes = { SkillType.GeneratesRemnants, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "RemnantPower",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Heavy Swing", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Remnant Potency III", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_melee_physical_damage_+%_final"] = { - mod("PhysicalDamage", "MORE", nil, ModFlag.Melee), - }, - ["support_melee_physical_damage_attack_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Attack), - }, - }, baseFlags = { }, constantStats = { - { "support_melee_physical_damage_+%_final", 35 }, - { "support_melee_physical_damage_attack_speed_+%_final", -10 }, + { "remnant_effect_+%", 40 }, + { "remnant_delay_X_ms", 3000 }, }, stats = { }, @@ -1748,31 +5356,28 @@ skills["SupportMeleePhysicalDamagePlayer"] = { }, } } -skills["SupportHeftPlayer"] = { - name = "Heft", - description = "Supports Skills which deal Damage, increasing the maximum Physical Damage of their Hits.", +skills["SupportRetaliatePlayer"] = { + name = "Retaliate I", + description = "Supports Melee Attack Skills you use yourself. Supported Skills gain much more damage the closer you are to being Heavily Stunned.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Meta, SkillType.Triggered, }, + gemFamily = { "Retaliate",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Heft", + label = "Retaliate I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_heft_maximum_physical_damage_+%_final"] = { - mod("MaxPhysicalDamage", "MORE", nil, ModFlag.Hit), - }, - }, baseFlags = { }, constantStats = { - { "support_heft_maximum_physical_damage_+%_final", 30 }, + { "support_max_attack_damage_+%_final_from_current_poise", 40 }, }, stats = { }, @@ -1782,31 +5387,29 @@ skills["SupportHeftPlayer"] = { }, } } -skills["SupportHerbalismPlayer"] = { - name = "Herbalism", - description = "Supports Persistent Buff Skills, causing you to gain increased Life recovery from Flasks while the Skill is active.", +skills["SupportRetaliatePlayerTwo"] = { + name = "Retaliate II", + description = "Supports Melee Attack Skills you use yourself. Supported Skills gain much more damage and are more capable of Stunning Enemies the closer you are to being Heavily Stunned.", color = 1, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Meta, SkillType.Triggered, }, + gemFamily = { "Retaliate",}, + ignoreMinionTypes = true, levels = { - [1] = { spiritReservationFlat = 15, levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Herbalism", + label = "Retaliate II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_herbalism_life_recovery_+%_from_life_flasks"] = { - mod("FlaskLifeRecovery", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herbalism" }), - }, - }, baseFlags = { }, constantStats = { - { "support_herbalism_life_recovery_+%_from_life_flasks", 30 }, + { "support_max_attack_damage_+%_final_from_current_poise", 40 }, + { "support_hit_damage_stun_multiplier_+%_final_from_current_poise", 100 }, }, stats = { }, @@ -1816,38 +5419,29 @@ skills["SupportHerbalismPlayer"] = { }, } } -skills["SupportHolyDescentPlayer"] = { - name = "Holy Descent", - description = "Supports Skills that leap into the air, causing them to create Consecrated Ground when you land", +skills["SupportReveberatePlayer"] = { + name = "Reverberate", + description = "Supports Slam Skills. Supported Skills that have a chance to Aftershock have increased chance to cause Aftershocks the longer their Attack time.", color = 1, support = true, - requireSkillTypes = { SkillType.Jumping, }, - addSkillTypes = { SkillType.CreatesGroundEffect, SkillType.Area, SkillType.Duration, }, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Reverberate",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Holy Descent", + label = "Reverberate", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_holy_descent_consecrated_ground_on_landing"] = { - -- Display only - }, - ["support_holy_descent_consecrated_ground_base_duration_ms"] = { - -- Display only - }, - }, baseFlags = { }, constantStats = { - { "support_holy_descent_consecrated_ground_base_duration_ms", 4000 }, - { "support_holy_descent_consecrated_ground_on_landing_radius", 14 }, + { "chance_to_aftershock_+%_per_250_ms_attack_time", 15 }, }, stats = { - "support_holy_descent_consecrated_ground_on_landing", }, levels = { [1] = { actorLevel = 1, }, @@ -1855,31 +5449,32 @@ skills["SupportHolyDescentPlayer"] = { }, } } -skills["SupportChanceToIgnitePlayer"] = { - name = "Ignition", - description = "Supports any skill that Hits enemies, making it more likely to Ignite.", +skills["SupportRipPlayer"] = { + name = "Rip", + description = "Supports Melee Attack Skills you use yourself or that you Trigger. Killing Blows with Supported Skills on Bleeding enemies create a Blood Remnant. Blood Remnants increase your Life regeneration rate for a short while after being collected.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, - addSkillTypes = { }, - excludeSkillTypes = { }, + requireSkillTypes = { SkillType.Melee, }, + addSkillTypes = { SkillType.GeneratesRemnants, SkillType.Duration, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + gemFamily = { "Rip",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ignition", + label = "Rip", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_ignition_chance_to_ignite_+%_final"] = { - mod("EnemyIgniteChance", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_ignition_chance_to_ignite_+%_final", 100 }, + { "create_life_remnant_on_melee_kill_bleeding_enemy_%", 100 }, + { "rip_support_life_remnant_creation_radius", 15 }, + { "base_remnant_duration_ms", 8000 }, + { "rip_support_buff_base_duration", 5000 }, + { "rip_support_life_regeneration_rate_+%", 10 }, }, stats = { }, @@ -1889,30 +5484,27 @@ skills["SupportChanceToIgnitePlayer"] = { }, } } -skills["SupportImmolatePlayer"] = { - name = "Immolate", - description = "Supports Attacks, granting them extra Fire damage against Ignited enemies but making them unable to Ignite enemies themselves.", +skills["SupportRupturePlayer"] = { + name = "Rupture", + description = "Supports skills that Hit Enemies. Supported skills Aggravate Bleeding on Hitting Heavily Stunned Enemies.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Rupture",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Immolate", - baseEffectiveness = 0.88889998197556, - incrementalEffectiveness = 0.092720001935959, + label = "Rupture", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, - constantStats = { - { "non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies", 30 }, - }, stats = { - "never_ignite", + "support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy", }, levels = { [1] = { actorLevel = 1, }, @@ -1920,29 +5512,27 @@ skills["SupportImmolatePlayer"] = { }, } } -skills["ImpactShockwaveSupportPlayer"] = { - name = "Impact Shockwave", - description = "Supports Melee Strike skills, causing them to create an Aftershock that damages enemies around the target when they Heavy Stun an enemy.", +skills["SupportRustedSpikesPlayer"] = { + name = "Rusted Spikes", + description = "Supports Skills which deal Damage with Hits. When Supported Skills Pin an Enemy, they also Aggravate Bleeding on that Enemy.", color = 1, support = true, - requireSkillTypes = { SkillType.MeleeSingleTarget, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + gemFamily = { "RustedSpikes",}, levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, - [4] = { levelRequirement = 10, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Impact Shockwave", - incrementalEffectiveness = 0.092720001935959, + label = "Rusted Spikes", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_impact_shockwave_base_splash_radius", 15 }, + { "aggravate_bleeding_on_pin_chance_%", 100 }, }, stats = { }, @@ -1952,32 +5542,28 @@ skills["ImpactShockwaveSupportPlayer"] = { }, } } -skills["SupportIncisionPlayer"] = { - name = "Incision", - description = "Supports Attack Skills. Supported Skills inflict Incision on Hit, which causes Enemies to be increasingly more likely to be inflicted with Bleeding. All Incision is removed from a target on inflicting it with Bleeding.", +skills["RuthlessSupportPlayer"] = { + name = "Ruthless", + description = "Supports Attacks, causing repeated uses to be more effective at Stunning enemies.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Ruthless",}, levels = { - [1] = { manaMultiplier = 15, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Incision", - incrementalEffectiveness = 0.054999999701977, + label = "Ruthless", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "IncisionConsumedRecently", limit = 30, limitTotal = true }), - }, - }, baseFlags = { }, constantStats = { - { "apply_X_incision_on_hit", 1 }, - { "support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%", 3 }, + { "support_ruthless_big_hit_max_count", 5 }, + { "support_ruthless_big_hit_stun_damage_+%_final", 500 }, }, stats = { }, @@ -1987,40 +5573,36 @@ skills["SupportIncisionPlayer"] = { }, } } -skills["SupportInfernalLegionPlayer"] = { - name = "Infernal Legion", - description = "Supports skills which create Minions which can be damaged, causing them and enemies near them to Burn. Damage dealt by the Burning is based off the Life of the supported Minion.", +skills["SupportDeadlyIgnitesPlayer"] = { + name = "Searing Flame I", + description = "Supports any skill that Hits enemies, causing inflicted Ignites to deal more damage but its Hits to deal less damage.", color = 1, support = true, - requireSkillTypes = { SkillType.CreatesMinion, }, - addSkillTypes = { SkillType.CausesBurning, }, - excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "SearingFlame",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Infernal Legion", - baseEffectiveness = 5.9082999229431, - incrementalEffectiveness = 0.092720001935959, + label = "Searing Flame I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { - mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), - div = 6000, + ["support_stronger_ignites_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), }, - ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { - mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), - div = 60, - mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), + ["support_stronger_ignites_ignite_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Ignite), }, }, baseFlags = { }, constantStats = { - { "minion_fire_damage_%_of_maximum_life_taken_per_minute", 1200 }, - { "support_minions_ignite_for_%_max_life", 20 }, - { "infernal_legion_minion_burning_effect_radius", 15 }, + { "support_stronger_ignites_hit_damage_+%_final", -25 }, + { "support_stronger_ignites_ignite_effect_+%_final", 75 }, }, stats = { }, @@ -2030,32 +5612,36 @@ skills["SupportInfernalLegionPlayer"] = { }, } } -skills["SupportInspirationPlayer"] = { - name = "Inspiration", - description = "Supports any skill, making it cost less to use. Cannot support skills which reserve Spirit.", +skills["SupportDeadlyIgnitesPlayerTwo"] = { + name = "Searing Flame II", + description = "Supports any skill that Hits enemies, causing inflicted Ignites to deal more damage but its Hits to deal less damage.", color = 1, support = true, - requireSkillTypes = { }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Persistent, }, + excludeSkillTypes = { }, + gemFamily = { "SearingFlame",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Inspiration", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Searing Flame II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_inspiration_cost_+%_final"] = { - mod("Cost", "MORE", nil), + ["support_stronger_ignites_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_stronger_ignites_ignite_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Ignite), }, }, baseFlags = { }, constantStats = { - { "support_inspiration_cost_+%_final", -30 }, + { "support_stronger_ignites_hit_damage_+%_final", -30 }, + { "support_stronger_ignites_ignite_effect_+%_final", 100 }, }, stats = { }, @@ -2065,27 +5651,29 @@ skills["SupportInspirationPlayer"] = { }, } } -skills["SupportInterludePlayer"] = { - name = "Interlude", - description = "Supports Skills that generate Remnants, causing effects of those Remnants to be more powerful, but at the cost of a delay.", +skills["SupportSeeRedPlayer"] = { + name = "See Red", + description = "Supports Attack Skills. Bleeding inflicted with Supported Skills lasts significantly longer, but enemies you inflict Bleeding onto with Supported Skills will move and Attack faster.", color = 1, support = true, - requireSkillTypes = { SkillType.GeneratesRemnants, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "SeeRed",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Interlude", + label = "See Red", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "remnant_effect_+%", 25 }, - { "remnant_delay_X_ms", 3000 }, + { "bleeding_monsters_movement_velocity_+%", 15 }, + { "base_bleed_duration_+%", 50 }, + { "bleeding_monsters_attack_speed_+%", 15 }, }, stats = { }, @@ -2095,29 +5683,27 @@ skills["SupportInterludePlayer"] = { }, } } -skills["SupportIronwoodPlayer"] = { - name = "Ironwood", - description = "Supports Skills which create Totems. Totems created by Supported Skills have additional Elemental Resistances.", +skills["SupportSelflessRemnantsPlayer"] = { + name = "Selfless Remnants", + description = "Supports Skills that generate Remnants, causing those Remnants to affect Allies in your Presence when collected instead of you.", color = 1, support = true, - requireSkillTypes = { SkillType.SummonsTotem, }, + requireSkillTypes = { SkillType.GeneratesRemnants, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.RemnantCannotBeShared, }, + gemFamily = { "SelflessRemnants",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ironwood", + label = "Selfless Remnants", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, - constantStats = { - { "totem_elemental_resistance_%", 40 }, - { "totem_maximum_all_elemental_resistances_%", 10 }, - }, stats = { + "remnants_affect_allies_in_presence_instead", }, levels = { [1] = { actorLevel = 1, }, @@ -2125,30 +5711,29 @@ skills["SupportIronwoodPlayer"] = { }, } } -skills["SupportJaggedGroundPlayer"] = { - name = "Jagged Ground", - description = "Supports Slam skills, granting them a chance to create patches of Jagged Ground.", +skills["SupportShortFusePlayer"] = { + name = "Short Fuse I", + description = "Supports Skills which Detonate after some amount of time has elapsed, shortening the time before Detonation. ", color = 1, support = true, - requireSkillTypes = { SkillType.Slam, }, - addSkillTypes = { SkillType.Duration, SkillType.Area, SkillType.CreatesGroundEffect, }, + requireSkillTypes = { SkillType.DetonatesAfterTime, }, + addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ShortFuse",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Jagged Ground", - incrementalEffectiveness = 0.092720001935959, + label = "Short Fuse I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_jagged_ground_base_duration_ms", 4000 }, - { "support_jagged_ground_chance_%", 50 }, + { "support_fast_forward_detonation_time_+%_final", -40 }, }, stats = { - "can_create_jagged_ground", }, levels = { [1] = { actorLevel = 1, }, @@ -2156,26 +5741,33 @@ skills["SupportJaggedGroundPlayer"] = { }, } } -skills["SupportChanceToBleedPlayer"] = { - name = "Lacerate", - description = "Supports any skill that Hits enemies, giving it a chance to inflict Bleeding.", +skills["SupportShortFusePlayerTwo"] = { + name = "Short Fuse II", + description = "Supports Skills which Detonate after some amount of time has elapsed, massively shortening the time before Detonation at the cost of Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.DetonatesAfterTime, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "ShortFuse",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 15, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lacerate", - incrementalEffectiveness = 0.092720001935959, + label = "Short Fuse II", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_short_fuse_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "base_chance_to_inflict_bleeding_%", 50 }, + { "support_fast_forward_detonation_time_+%_final", -80 }, + { "support_short_fuse_damage_+%_final", -30 }, }, stats = { }, @@ -2185,27 +5777,30 @@ skills["SupportChanceToBleedPlayer"] = { }, } } -skills["SupportLifeLeechPlayer"] = { - name = "Life Thief", - description = "Supports Attacks, causing their Physical damage to Leech Life.", +skills["SupportSkitteringStonePlayer"] = { + name = "Skittering Stone I", + description = "Supports Skills which create shatterable earthen objects. After killing enough Enemies in range of these objects, they will shatter, releasing skittering stone Minions.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.CanCreateStoneElementals, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "SkitteringStone",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Life Thief", - baseEffectiveness = 0, - incrementalEffectiveness = 0.092720001935959, + label = "Skittering Stone I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "base_life_leech_from_physical_attack_damage_permyriad", 800 }, + { "support_hatching_elementals_hatch_after_X_deaths_in_radius", 5 }, + { "support_hatching_elementals_base_radius", 40 }, + { "support_chance_to_trigger_hatching_elementals_%", 100 }, }, stats = { }, @@ -2215,29 +5810,39 @@ skills["SupportLifeLeechPlayer"] = { }, } } -skills["SupportBloodMagicPlayer"] = { - name = "Lifetap", - description = "Supports any Skill, turning a portion of its Mana cost into a Life cost. Does not support Skills which reserve Spirit.", - color = 1, - support = true, - requireSkillTypes = { }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.Blessing, SkillType.Persistent, }, +skills["TriggeredSkitteringStonePlayer"] = { + name = "Skittering Stone", + hidden = true, + description = "Creates Skittering Stone Minions from shattered objects created by Supported Skill.", + skillTypes = { [SkillType.SkillGrantedBySupport] = true, [SkillType.CreatesMinion] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, }, + castTime = 1, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Lifetap", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "gem_stat_descriptions", + label = "Skittering Stone", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_hatching_elementals", + statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + }, baseFlags = { }, constantStats = { - { "blood_magic_skill_life_cost_+%_final", 0 }, - { "base_skill_cost_life_instead_of_mana_%", 100 }, + { "triggered_by_support_hatching_elementals_%", 100 }, + { "base_skill_effect_duration", 10000 }, + { "support_hatching_elementals_number_of_elementals_per_hatch", 1 }, + { "maximum_hatching_elementals_allowed", 8 }, + { "minion_1%_damage_+%_per_X_player_strength", 1 }, }, stats = { + "display_minion_level_from_triggering_skill_level", }, levels = { [1] = { actorLevel = 1, }, @@ -2245,30 +5850,32 @@ skills["SupportBloodMagicPlayer"] = { }, } } -skills["SupportLongFusePlayer"] = { - name = "Long Fuse", - description = "Supports Skills which fire Grenades, causing those Grenades to have much higher Detonation Time and damage.", +skills["SupportSkitteringStonePlayerTwo"] = { + name = "Skittering Stone II", + description = "Supports Skills which create shatterable earthen objects. After killing enough Enemies in range of these objects, they will shatter, releasing skittering stone Minions.", color = 1, support = true, - requireSkillTypes = { SkillType.Grenade, }, + requireSkillTypes = { SkillType.CanCreateStoneElementals, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "SkitteringStone",}, + ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Long Fuse", + label = "Skittering Stone II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_grenade_damage_+%_final", 30 }, - { "skill_detonation_time_+%", 50 }, + { "support_hatching_elementals_hatch_after_X_deaths_in_radius", 5 }, + { "support_hatching_elementals_base_radius", 40 }, + { "support_chance_to_trigger_hatching_elementals_%", 100 }, }, stats = { - "skill_grenade_detonate_only_at_end_of_duration", }, levels = { [1] = { actorLevel = 1, }, @@ -2276,37 +5883,39 @@ skills["SupportLongFusePlayer"] = { }, } } -skills["SupportMeatShieldPlayer"] = { - name = "Meat Shield", - description = "Supports skills which create Minions, granting them less damage taken but making them deal less damage. Cannot support skills which create undamageable Minions.", - color = 1, - support = true, - requireSkillTypes = { SkillType.CreatesMinion, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.MinionsAreUndamagable, }, +skills["TriggeredSkitteringStonePlayerTwo"] = { + name = "Skittering Stone", + hidden = true, + description = "Creates Skittering Stone Minions from shattered objects created by Supported Skill.", + skillTypes = { [SkillType.SkillGrantedBySupport] = true, [SkillType.CreatesMinion] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, }, + minionSkillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Physical] = true, [SkillType.MeleeSingleTarget] = true, }, + castTime = 1, + qualityStats = { + }, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Meat Shield", - incrementalEffectiveness = 0.092720001935959, - statDescriptionScope = "gem_stat_descriptions", + label = "Skittering Stone", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "triggered_hatching_elementals", statMap = { - ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), - }, - ["support_meat_shield_minion_damage_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), }, }, baseFlags = { }, constantStats = { - { "support_minion_defensive_stance_minion_damage_taken_+%_final", -35 }, - { "support_meat_shield_minion_damage_+%_final", -35 }, + { "triggered_by_support_hatching_elementals_%", 100 }, + { "base_skill_effect_duration", 20000 }, + { "support_hatching_elementals_number_of_elementals_per_hatch", 2 }, + { "maximum_hatching_elementals_allowed", 12 }, + { "minion_1%_damage_+%_per_X_player_strength", 1 }, }, stats = { + "display_minion_level_from_triggering_skill_level", }, levels = { [1] = { actorLevel = 1, }, @@ -2314,31 +5923,27 @@ skills["SupportMeatShieldPlayer"] = { }, } } -skills["SupportOverpowerPlayer"] = { - name = "Overpower", - description = "Supports any skill that hits enemies, causing it to build up Stun more quickly.", +skills["SupportSparPlayer"] = { + name = "Spar", + description = "Supports Melee Attack Skills. Supported Skills are more capable of Stunning Enemies the closer you are to being Heavily Stunned.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Spar",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Overpower", + label = "Spar", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { - mod("StunBuildup", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_overpower_hit_damage_stun_multiplier_+%_final", 50 }, + { "support_hit_damage_stun_multiplier_+%_final_from_current_poise", 100 }, }, stats = { }, @@ -2348,33 +5953,28 @@ skills["SupportOverpowerPlayer"] = { }, } } -skills["MoreDurationSupportPlayer"] = { - name = "Persistence", - description = "Supports any skill that has a duration, making that duration longer.", +skills["SupportSteadfastPlayer"] = { + name = "Steadfast I", + description = "Supports Channelling Skills you use yourself, granting you higher Stun Threshold while Channelling them.", color = 1, support = true, - requireSkillTypes = { SkillType.Duration, }, + requireSkillTypes = { SkillType.Channel, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Steadfast",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, - [2] = { manaMultiplier = 20, levelRequirement = 3, }, - [3] = { manaMultiplier = 20, levelRequirement = 6, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Persistence", - incrementalEffectiveness = 0.092720001935959, + label = "Steadfast I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_more_duration_skill_effect_duration_+%_final"] = { - mod("Duration", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_more_duration_skill_effect_duration_+%_final", 40 }, + { "support_steadfast_stun_threshold_+%_final_while_channelling", 50 }, }, stats = { }, @@ -2384,31 +5984,29 @@ skills["MoreDurationSupportPlayer"] = { }, } } -skills["SupportEmpoweredDamagePlayer"] = { - name = "Premeditation", - description = "Supports skills that can Empower skills other than themselves, causing skills they Empower to deal more damage.", +skills["SupportSteadfastPlayerTwo"] = { + name = "Steadfast II", + description = "Supports Channelling Skills you use yourself, granting you higher Stun Threshold and Ailment Threshold while Channelling them.", color = 1, support = true, - requireSkillTypes = { SkillType.EmpowersOtherSkill, }, + requireSkillTypes = { SkillType.Channel, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Steadfast",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Premeditation", + label = "Steadfast II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_empowered_damage_+%_final"] = { - mod("ExtraEmpowerMod", "LIST", { mod = mod("Damage", "MORE", nil) }), - } - }, baseFlags = { }, constantStats = { - { "support_empowered_damage_+%_final", 15 }, + { "support_steadfast_ailment_threshold_+%_final_while_channelling", 100 }, + { "support_steadfast_stun_threshold_+%_final_while_channelling", 50 }, }, stats = { }, @@ -2418,33 +6016,31 @@ skills["SupportEmpoweredDamagePlayer"] = { }, } } -skills["SupportWeaponElementalDamagePlayer"] = { - name = "Primal Armament", - description = "Supports Attacks that use a weapon, causing them to deal more weapon Elemental damage.", +skills["SupportStoicismPlayer"] = { + name = "Stoicism I", + description = "Supports Attack Skills you use yourself. Supported Skills steadily gain more Damage, up to a cap. This Damage bonus is reset if you Dodge Roll or use a Travel Skill.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.NonWeaponAttack, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, }, + gemFamily = { "Stoicism",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Primal Armament", + label = "Stoicism I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_weapon_elemental_damage_+%_final"] = { - mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), - }, - }, baseFlags = { }, constantStats = { - { "support_weapon_elemental_damage_+%_final", 25 }, + { "support_no_fear_damage_+%_final_per_second_up_to_30%", 1 }, }, stats = { + "skill_using_no_fear", }, levels = { [1] = { actorLevel = 1, }, @@ -2452,48 +6048,107 @@ skills["SupportWeaponElementalDamagePlayer"] = { }, } } -skills["SupportQuillburstPlayer"] = { - name = "Quill Burst", - description = "Supports Melee Attack Skills. Supported Skills trigger Quill Burst, which deals your Thorns Damage in an Area around the target struck. Quill Burst can only be triggered on Hit after you've\nRetaliated with Thorns Damage.", +skills["SupportStoicismPlayerTwo"] = { + name = "Stoicism II", + description = "Supports Attack Skills you use yourself. Supported Skills steadily gain more Damage, up to a cap. This Damage bonus is reset if you Dodge Roll or use a Travel Skill.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.SkillGrantedBySupport, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Triggered, }, + gemFamily = { "Stoicism",}, ignoreMinionTypes = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Quill Burst", + label = "Stoicism II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger", 3 }, + { "support_no_fear_damage_+%_final_per_second_up_to_30%", 2 }, }, stats = { + "skill_using_no_fear", }, levels = { [1] = { actorLevel = 1, }, }, }, - [2] = { - label = "Quill Burst", + } +} +skills["SupportStompingGroundPlayer"] = { + name = "Stomping Ground", + description = "Supports Travel skills, causing your footsteps to crack the earth and emit damaging shockwaves while using the skill.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Travel, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "StompingGround",}, + weaponTypes = { + ["Two Handed Mace"] = true, + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Support", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + stats = { + "support_stomping_ground", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["StompingGroundShockwavePlayer"] = { + name = "Stomping Ground Shockwave", + hidden = true, + skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.NoAttackOrCastTime] = true, }, + castTime = 1, + qualityStats = { + }, + levels = { + [1] = { levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Shockwave", + baseEffectiveness = 0, + statDescriptionScope = "stomping_ground_shockwave", + statMap = { + ["attack_minimum_added_physical_damage_as_%_of_strength"] = { + skill("PhysicalMin", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + }, + ["attack_maximum_added_physical_damage_as_%_of_strength"] = { + skill("PhysicalMax", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + }, + }, + baseFlags = { + attack = true, + area = true, + melee = true, + }, + baseMods = { + skill("showAverage", true), + }, constantStats = { - { "trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger", 3 }, - { "triggered_by_spiked_gauntlets_support_%", 100 }, - { "active_skill_base_area_of_effect_radius", 15 }, + { "active_skill_base_area_of_effect_radius", 20 }, + { "stomping_ground_trigger_on_footstep_%_chance", 100 }, + { "active_skill_has_%_standard_scaling_attack_damage", 50 }, }, stats = { "is_area_damage", - "display_skill_deals_thorns_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -2501,31 +6156,32 @@ skills["SupportQuillburstPlayer"] = { }, } } -skills["SupportRagePlayer"] = { - name = "Rage", - description = "Supports Melee Attacks, causing them to grant Rage on Hit.", +skills["SupportStunPlayer"] = { + name = "Stun I", + description = "Supports any skill that Hits Enemies, causing it to build up Stun more quickly.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, - ignoreMinionTypes = true, + gemFamily = { "Stun",}, levels = { - [1] = { levelRequirement = 0, }, - [2] = { levelRequirement = 3, }, - [3] = { levelRequirement = 6, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rage", - baseEffectiveness = 0.18000000715256, - incrementalEffectiveness = 0.092720001935959, + label = "Stun I", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "gain_x_rage_on_melee_hit", 3 }, - { "support_rage_attack_damage_+%_final", 0 }, + { "support_overpower_hit_damage_stun_multiplier_+%_final", 50 }, }, stats = { }, @@ -2535,27 +6191,32 @@ skills["SupportRagePlayer"] = { }, } } -skills["SupportRageforgedPlayer"] = { - name = "Rageforged", - description = "Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage. If you don't have enough Rage to consume, the damage bonus will not apply.", +skills["SupportStunPlayerTwo"] = { + name = "Stun II", + description = "Supports any skill that Hits Enemies, causing it to build up Stun more quickly.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Trapped, SkillType.RemoteMined, SkillType.SummonsTotem, }, + excludeSkillTypes = { }, + gemFamily = { "Stun",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rageforged", + label = "Stun II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_rageforged_consumes_X_rage_to_enrage_skill_use", 10 }, - { "support_rageforged_enraged_damage_+%_final", 35 }, + { "support_overpower_hit_damage_stun_multiplier_+%_final", 70 }, }, stats = { }, @@ -2565,26 +6226,36 @@ skills["SupportRageforgedPlayer"] = { }, } } -skills["SupportRagingCryPlayer"] = { - name = "Raging Cry", - description = "Supports Warcry skills, causing them to grant you Rage on use depending on counted monster Power.", +skills["SupportStunPlayerThree"] = { + name = "Stun III", + description = "Supports any skill that Hits Enemies, causing it to build up Stun significantly more quickly, at the cost of Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, + requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Stun",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Raging Cry", + label = "Stun III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, + ["support_overpower_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "warcry_grant_X_rage_per_5_power", 4 }, + { "support_overpower_hit_damage_stun_multiplier_+%_final", 300 }, + { "support_overpower_damage_+%_final", -50 }, }, stats = { }, @@ -2594,29 +6265,29 @@ skills["SupportRagingCryPlayer"] = { }, } } -skills["SupportRallyPlayer"] = { - name = "Rally", - description = "Supports Melee Attacks you use yourself. Supported Skills Consume all Endurance Charge on use, causing you to restore a percentage of your maximum Life for each Charge Consumed.", +skills["SupportSyzygyPlayer"] = { + name = "Syzygy", + description = "Supports Slam Skills you use yourself. Hits from Supported Skills are considered Crushing Blows against Enemies which are both Ignited and Fully Armour Broken. Hits with Supported Skills that Heavily Stun Ignited and Fully Armour Broken Enemies will Intimidate them.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, - addSkillTypes = { SkillType.ConsumesCharges, SkillType.SupportedByRally, }, - excludeSkillTypes = { SkillType.Triggered, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Persistent, SkillType.SkillConsumesEnduranceChargesOnUse, SkillType.SupportedByRally, SkillType.NOT, SkillType.AND, }, + requireSkillTypes = { SkillType.Slam, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, }, + gemFamily = { "Syzygy",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rally", + label = "Syzygy", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, - constantStats = { - { "consume_endurance_charges_on_use_to_recover_%_maximum_life_per_charge", 10 }, - }, stats = { - "skill_cannot_generate_endurance_charges", + "crushing_blow_vs_ignited_and_fully_armour_broken", + "intimidate_on_heavy_stun_vs_ignited_and_fully_armour_broken", + "active_skill_show_stars_aligned", }, levels = { [1] = { actorLevel = 1, }, @@ -2624,37 +6295,34 @@ skills["SupportRallyPlayer"] = { }, } } -skills["SupportRefractionPlayer"] = { - name = "Refraction", - description = "Supports Banner Skills, causing those affected by Auras they create to gain Refractive Plating, a Buff which causes Armour to partially apply to Elemental Hit Damage.", +skills["SupportHardyTotemsPlayerThree"] = { + name = "Tawhoa's Tending", + description = "Supports Skills which create Totems, causing those Totems to have more Life. Totems created by Supported Skills explode on death, dealing Physical damage based on their Life.", color = 1, support = true, - requireSkillTypes = { SkillType.Banner, SkillType.Persistent, SkillType.Buff, SkillType.AND, SkillType.AND, }, + requireSkillTypes = { SkillType.SummonsTotem, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "HardyTotems",}, + isLineage = true, levels = { - [1] = { spiritReservationFlat = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Refraction", + label = "Tawhoa's Tending", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"] = { - mod("ArmourAppliesToFireDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), - mod("ArmourAppliesToColdDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), - mod("ArmourAppliesToLightningDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating"}, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), - }, - ["support_tempered_valour_minimum_valour_to_apply_buff"] = { - mod("Multiplier:RefractionMinimumValour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff"}), + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), }, }, baseFlags = { }, constantStats = { - { "support_tempered_valour_%_armour_to_apply_to_elemental_damage", 20 }, - { "support_tempered_valour_minimum_valour_to_apply_buff", 25 }, + { "support_totem_life_+%_final", 50 }, + { "support_hardy_totems_trigger_splinter_explosion_on_death_chance_%", 100 }, }, stats = { }, @@ -2664,28 +6332,34 @@ skills["SupportRefractionPlayer"] = { }, } } -skills["SupportRetaliatePlayer"] = { - name = "Retaliate", - description = "Supports Melee Attack Skills you use yourself. Supported Skills gain much more damage the closer you are to being Heavily Stunned.", - color = 1, - support = true, - requireSkillTypes = { SkillType.Melee, }, - addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Meta, }, +skills["TriggeredSplinterExplosionHardyTotems"] = { + name = "Tawhoa's Vengeance", + hidden = true, + description = "Deals Physical Damage in an area, based on Totem Life.", + skillTypes = { [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.Physical] = true, }, + castTime = 1, + qualityStats = { + }, levels = { - [1] = { manaMultiplier = 30, levelRequirement = 0, }, + [1] = { critChance = 5, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Retaliate", + label = "Tawhoa's Vengeance", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", + statDescriptionScope = "triggered_splinter_explosion", baseFlags = { + area = true, }, constantStats = { - { "support_max_attack_damage_+%_final_from_current_poise", 40 }, + { "active_skill_base_area_of_effect_radius", 30 }, + { "triggered_on_death_%", 100 }, + { "base_physical_damage_equal_to_%_of_totem_life", 10 }, + { "skill_disabled_unless_cloned", 1 }, }, stats = { + "is_area_damage", + "base_skill_is_totemified", }, levels = { [1] = { actorLevel = 1, }, @@ -2693,26 +6367,28 @@ skills["SupportRetaliatePlayer"] = { }, } } -skills["SupportReveberatePlayer"] = { - name = "Reverberate", - description = "Supports Slam Skills. Supported Skills have increased chance to cause Aftershocks the longer their Attack time.", +skills["SupportTearPlayer"] = { + name = "Tear", + description = "Supports Melee Attacks you use yourself or that you Trigger. On-Kill effects caused by Killing Blows with Supported Skills on Bleeding enemies have a chance to occur twice.", color = 1, support = true, - requireSkillTypes = { SkillType.Slam, }, + requireSkillTypes = { SkillType.Melee, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + gemFamily = { "Tear",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Reverberate", + label = "Tear", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "chance_to_aftershock_+%_per_250_ms_attack_time", 15 }, + { "on_kill_effect_occur_twice_chance_%_vs_bleeding_enemies", 50 }, }, stats = { }, @@ -2722,31 +6398,32 @@ skills["SupportReveberatePlayer"] = { }, } } -skills["SupportRipPlayer"] = { - name = "Rip", - description = "Supports Melee Attack Skills you use yourself. Killing Blows with Supported Skills on Bleeding enemies create a Blood Remnant. Blood Remnants increase your Life regeneration rate for a short while after being collected.", +skills["SupportThornskinPlayer"] = { + name = "Thornskin I", + description = "Supports Persistent Buff Skills, causing you to deal increased Thorns Damage while the Supported Skill is active.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, - addSkillTypes = { SkillType.GeneratesRemnants, SkillType.Duration, }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, - ignoreMinionTypes = true, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "Thornskin",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rip", + label = "Thornskin I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_thorns_spirit_cost_thorns_damage_+%"] = { + mod("ThornsDamage", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Thornskin" }), + }, + }, baseFlags = { }, constantStats = { - { "create_life_remnant_on_melee_kill_bleeding_enemy_%", 100 }, - { "rip_support_life_remnant_creation_radius", 15 }, - { "base_remnant_duration_ms", 8000 }, - { "rip_support_buff_base_duration", 5000 }, - { "rip_support_life_regeneration_rate_+%", 10 }, + { "support_thorns_spirit_cost_thorns_damage_+%", 40 }, }, stats = { }, @@ -2756,26 +6433,34 @@ skills["SupportRipPlayer"] = { }, } } -skills["SupportRupturePlayer"] = { - name = "Rupture", - description = "Supports skills that Hit Enemies. Supported skills Aggravate Bleeding on Hitting Heavily Stunned Enemies.", +skills["SupportThornskinPlayerTwo"] = { + name = "Thornskin II", + description = "Supports Persistent Buff Skills, causing you to deal increased Thorns Damage while the Supported Skill is active.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Thornskin",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 40, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rupture", + label = "Thornskin II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_thorns_spirit_cost_thorns_damage_+%"] = { + mod("ThornsDamage", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Thornskin" }), + }, + }, baseFlags = { }, + constantStats = { + { "support_thorns_spirit_cost_thorns_damage_+%", 70 }, + }, stats = { - "support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy", }, levels = { [1] = { actorLevel = 1, }, @@ -2783,26 +6468,28 @@ skills["SupportRupturePlayer"] = { }, } } -skills["SupportRustedSpikesPlayer"] = { - name = "Rusted Spikes", - description = "Supports Skills which deal Damage with Hits. When Supported Skills Pin an Enemy, they also Aggravate Bleeding on that Enemy.", +skills["SupportTirelessPlayer"] = { + name = "Tireless", + description = "Supports Warcry Skills. Attacks Empowered by Supported Skills have a chance not to lower the Empowerment count of Supported Skills when they are used.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Warcry, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.DegenOnlySpellDamage, }, + excludeSkillTypes = { }, + gemFamily = { "Tireless",}, + ignoreMinionTypes = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Rusted Spikes", + label = "Tireless", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "aggravate_bleeding_on_pin_chance_%", 100 }, + { "chance_for_exerted_attacks_to_not_reduce_count_%", 25 }, }, stats = { }, @@ -2812,27 +6499,35 @@ skills["SupportRustedSpikesPlayer"] = { }, } } -skills["RuthlessSupportPlayer"] = { - name = "Ruthless", - description = "Supports Attacks, causing repeated uses to be more effective at Stunning enemies.", +skills["SupportTremorsPlayer"] = { + name = "Tremors", + description = "Supports Slam Skills you use yourself. Supported Skills gain multiple independent chances to cause Aftershocks, but deal less Damage.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.Slam, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "Tremors",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Ruthless", - incrementalEffectiveness = 0.092720001935959, + label = "Tremors", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_unstable_earth_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + }, baseFlags = { }, constantStats = { - { "support_ruthless_big_hit_max_count", 5 }, - { "support_ruthless_big_hit_stun_damage_+%_final", 500 }, + { "support_slam_chance_for_one_additional_aftershock_%", 30 }, + { "support_slam_chance_for_two_additional_aftershocks_%", 15 }, + { "support_slam_chance_for_three_additional_aftershocks_%", 10 }, + { "support_unstable_earth_damage_+%_final", -35 }, }, stats = { }, @@ -2842,35 +6537,28 @@ skills["RuthlessSupportPlayer"] = { }, } } -skills["SupportDeadlyIgnitesPlayer"] = { - name = "Searing Flame", - description = "Supports any skill that Hits enemies, causing inflicted Ignites to deal more damage but its Hits to deal less damage.", +skills["SupportUhtredAuguryPlayer"] = { + name = "Uhtred's Augury", + description = "Supports Skills which can gain levels, granting them many additional levels provided exactly two other supports are used with the supported Skill. Does not support skills which do not have levels.", color = 1, support = true, - requireSkillTypes = { SkillType.Damage, SkillType.Attack, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "UhtredLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Searing Flame", + label = "Uhtred's Augury", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_stronger_ignites_hit_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit), - }, - ["support_stronger_ignites_ignite_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Ignite), - }, - }, baseFlags = { }, constantStats = { - { "support_stronger_ignites_hit_damage_+%_final", -25 }, - { "support_stronger_ignites_ignite_effect_+%_final", 75 }, + { "supported_active_skill_gem_level_+_if_two_other_supports", 3 }, }, stats = { }, @@ -2880,28 +6568,28 @@ skills["SupportDeadlyIgnitesPlayer"] = { }, } } -skills["SupportSeeRedPlayer"] = { - name = "See Red", - description = "Supports Attack Skills. Bleeding inflicted with Supported Skills lasts significantly longer, but enemies you inflict Bleeding onto with Supported Skills will move and Attack faster.", +skills["SupportUhtredExodusPlayer"] = { + name = "Uhtred's Exodus", + description = "Supports Skills which can gain levels, granting them many additional levels provided no other supports are used with the supported Skill. Does not support skills which do not have levels.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "UhtredLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "See Red", + label = "Uhtred's Exodus", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "bleeding_monsters_movement_velocity_+%", 15 }, - { "base_bleed_duration_+%", 50 }, - { "bleeding_monsters_attack_speed_+%", 15 }, + { "supported_active_skill_gem_level_+_if_no_other_supports", 3 }, }, stats = { }, @@ -2911,26 +6599,28 @@ skills["SupportSeeRedPlayer"] = { }, } } -skills["SupportSparPlayer"] = { - name = "Spar", - description = "Supports Melee Attack Skills. Supported Skills are more capable of Stunning Enemies the closer you are to being Heavily Stunned.", +skills["SupportUhtredOmenPlayer"] = { + name = "Uhtred's Omen", + description = "Supports Skills which can gain levels, granting them many additional levels provided exactly one other support is used with the supported Skill. Does not support skills which do not have levels.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.SingleLevelSkill, }, + gemFamily = { "UhtredLineage",}, + isLineage = true, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Spar", + label = "Uhtred's Omen", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "support_hit_damage_stun_multiplier_+%_final_from_current_poise", 100 }, + { "supported_active_skill_gem_level_+_if_one_other_support", 3 }, }, stats = { }, @@ -2940,26 +6630,28 @@ skills["SupportSparPlayer"] = { }, } } -skills["SupportArmourBreakPlayer"] = { - name = "Splinter", - description = "Supports Skills that Hit Enemies, causing those Hits to Break Armour based on a portion of Physical Damage dealt.", +skills["SupportUnabatingPlayer"] = { + name = "Unabating", + description = "Supports Attack Skills you use yourself. While using Supported Skills, you gain increased Armour, with the increase scaling higher the longer the Attack time of the supported Skill. Cannot Support Channelling Skills.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Attack, }, addSkillTypes = { }, - excludeSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, SkillType.Triggered, }, + gemFamily = { "Unabating",}, + ignoreMinionTypes = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Splinter", + label = "Unabating", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "armour_break_physical_damage_%_dealt_as_armour_break", 15 }, + { "armour_+%_while_performing_action_per_250_ms_attack_time", 25 }, }, stats = { }, @@ -2969,27 +6661,33 @@ skills["SupportArmourBreakPlayer"] = { }, } } -skills["SupportSteadfastPlayer"] = { - name = "Steadfast", - description = "Supports Channelling Skills you use yourself, granting you increased Ailment Threshold while Channelling them.", +skills["UnbreakableSupportPlayer"] = { + name = "Unbreakable", + description = "Supports any skill that you can use, making you harder to Stun while using it.", color = 1, support = true, - requireSkillTypes = { SkillType.Channel, }, + requireSkillTypes = { }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, - ignoreMinionTypes = true, + excludeSkillTypes = { SkillType.Instant, SkillType.Persistent, }, + gemFamily = { "Unbreakable",}, levels = { [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Steadfast", - incrementalEffectiveness = 0.054999999701977, + label = "Unbreakable", + incrementalEffectiveness = 0.092720001935959, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_unbreakable_stun_threshold_+%_final_while_performing_action"] = { + mod("StunThreshold", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", unscalable = true }), + }, + }, baseFlags = { }, constantStats = { - { "ailment_threshold_+%_while_channelling", 100 }, + { "support_unbreakable_light_stun_threshold_+%_final_while_performing_action", 200 }, + { "support_stability_heavy_stun_threshold_+%_final_while_performing_action", 30 }, }, stats = { }, @@ -2999,26 +6697,30 @@ skills["SupportSteadfastPlayer"] = { }, } } -skills["SupportStompingGroundPlayer"] = { - name = "Stomping Ground", - description = "Supports Travel skills, causing your footsteps to crack the earth and emit damaging shockwaves while using the skill.", +skills["SupportUnderminePlayer"] = { + name = "Undermine", + description = "Supports Attack Skills. Supported Skills Consume Maim on hit, Breaking a percentage of the Maimed target's Armour in doing so. Supported Skills cannot themselves inflict Maim.", color = 1, support = true, - requireSkillTypes = { SkillType.Travel, }, + requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Undermine",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Support", + label = "Undermine", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "consume_maim_on_hit_to_break_%_armour", 35 }, + }, stats = { - "support_stomping_ground", + "cannot_inflict_maim", }, levels = { [1] = { actorLevel = 1, }, @@ -3026,45 +6728,32 @@ skills["SupportStompingGroundPlayer"] = { }, } } -skills["StompingGroundShockwavePlayer"] = { - name = "Stomping Ground Shockwave", - hidden = true, - skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggered] = true, [SkillType.Triggerable] = true, [SkillType.SkillGrantedBySupport] = true, [SkillType.UseGlobalStats] = true, [SkillType.NoAttackOrCastTime] = true, }, - castTime = 1, - qualityStats = { - }, +skills["SupportUnsteadyTempoPlayer"] = { + name = "Unsteady Tempo", + description = "Supports Melee Attack Skills you use yourself. Attacking with Supported Skills will cycle through various effects, with the first Attack in sequence inflicting Hobble on you. The second and third Attacks in sequence will powerfully scale chance to Critically Hit and overall damage, respectively, at which point the cycle will reset. Cannot Support Channelling Skills.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, + addSkillTypes = { }, + excludeSkillTypes = { SkillType.Persistent, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Triggered, SkillType.Channel, }, + gemFamily = { "UnsteadyTempo",}, + ignoreMinionTypes = true, levels = { - [1] = { critChance = 5, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Shockwave", + label = "Unsteady Tempo", incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "stomping_ground_shockwave", - statMap = { - ["attack_minimum_added_physical_damage_as_%_of_strength"] = { - skill("PhysicalMin", nil, { type = "PercentStat", stat = "Str", percent = 1 }), - }, - ["attack_maximum_added_physical_damage_as_%_of_strength"] = { - skill("PhysicalMax", nil, { type = "PercentStat", stat = "Str", percent = 1 }), - }, - }, + statDescriptionScope = "gem_stat_descriptions", baseFlags = { - nonWeaponAttack = true, - area = true, - melee = true, - }, - baseMods = { - skill("showAverage", true), }, constantStats = { - { "active_skill_base_area_of_effect_radius", 20 }, - { "stomping_ground_trigger_on_footstep_%_chance", 100 }, - { "attack_minimum_added_physical_damage_as_%_of_strength", 100 }, - { "attack_maximum_added_physical_damage_as_%_of_strength", 150 }, + { "unsteady_tempo_evasion_broken_as_%_of_life_on_first_hit", 40 }, + { "unsteady_tempo_critical_strike_chance_+%_final_on_second_hit", 30 }, + { "unsteady_tempo_damage_+%_final_on_third_hit", 20 }, }, stats = { - "is_area_damage", }, levels = { [1] = { actorLevel = 1, }, @@ -3072,28 +6761,29 @@ skills["StompingGroundShockwavePlayer"] = { }, } } -skills["SupportSyzygyPlayer"] = { - name = "Syzygy", - description = "Supports Slam Skills you use yourself. Hits from Supported Skills are considered Crushing Blows against Enemies which are both Ignited and Fully Armour Broken. Hits with Supported Skills that Heavily Stun Ignited and Fully Armour Broken Enemies will Intimidate them.", +skills["SupportUnyieldingPlayer"] = { + name = "Unyielding", + description = "Supports Melee Attack Skills you use yourself. While using Supported Skills, a percentage of Damage taken is Recouped as Life, with the percentage scaling higher the longer the Attack time of the Supported Skill. Cannot Support Channelling Skills.", color = 1, support = true, - requireSkillTypes = { SkillType.Slam, }, + requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, SkillType.Triggered, }, + gemFamily = { "Unyielding",}, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Syzygy", + label = "Unyielding", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, + constantStats = { + { "damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time", 8 }, + }, stats = { - "crushing_blow_vs_ignited_and_fully_armour_broken", - "intimidate_on_heavy_stun_vs_ignited_and_fully_armour_broken", - "active_skill_show_stars_aligned", }, levels = { [1] = { actorLevel = 1, }, @@ -3101,27 +6791,37 @@ skills["SupportSyzygyPlayer"] = { }, } } -skills["SupportTearPlayer"] = { - name = "Tear", - description = "Supports Melee Attacks you use yourself. On-Kill effects caused by Killing Blows with Supported Skills on Bleeding enemies have a chance to occur twice.", +skills["SupportUpheavalPlayer"] = { + name = "Upheaval I", + description = "Supports Melee Attacks which create fissures in the ground, causing them to create an additional fissure at the cost of damage and attack speed.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, }, + requireSkillTypes = { SkillType.CreatesFissure, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "Fissures",}, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Tear", + label = "Upheaval I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", + statMap = { + ["support_additional_fissures_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_additional_fissures_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, + }, baseFlags = { }, constantStats = { - { "on_kill_effect_occur_twice_chance_%_vs_bleeding_enemies", 50 }, + { "base_number_of_additional_fissures", 1 }, + { "support_additional_fissures_damage_+%_final", -20 }, + { "support_additional_fissures_attack_speed_+%_final", -20 }, }, stats = { }, @@ -3131,31 +6831,37 @@ skills["SupportTearPlayer"] = { }, } } -skills["SupportThornskinPlayer"] = { - name = "Thornskin", - description = "Supports Persistent Buff Skills, causing you to deal increased Thorns Damage while the Supported Skill is active.", +skills["SupportUpheavalPlayerTwo"] = { + name = "Upheaval II", + description = "Supports Melee Attacks which create fissures in the ground, causing them to create additional fissures at the cost of damage and attack speed.", color = 1, support = true, - requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, + requireSkillTypes = { SkillType.CreatesFissure, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Fissures",}, levels = { - [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Thornskin", + label = "Upheaval II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_thorns_spirit_cost_thorns_damage_+%"] = { - mod("ThornsDamage", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Thornskin" }), + ["support_additional_fissures_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_additional_fissures_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), }, }, baseFlags = { }, constantStats = { - { "support_thorns_spirit_cost_thorns_damage_+%", 40 }, + { "base_number_of_additional_fissures", 2 }, + { "support_additional_fissures_damage_+%_final", -40 }, + { "support_additional_fissures_attack_speed_+%_final", -20 }, }, stats = { }, @@ -3165,26 +6871,27 @@ skills["SupportThornskinPlayer"] = { }, } } -skills["SupportTirelessPlayer"] = { - name = "Tireless", - description = "Supports Warcry Skills. Attacks Empowered by Supported Skills have a chance not to lower the Empowerment count of Supported Skills when they are used.", +skills["SupportUrgentTotemsPlayer"] = { + name = "Urgent Totems I", + description = "Supports Skills which create Totems, causing those Skills to place Totems much more quickly.", color = 1, support = true, - requireSkillTypes = { SkillType.Warcry, }, + requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "UrgentTotems",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Tireless", + label = "Urgent Totems I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "chance_for_exerted_attacks_to_not_reduce_count_%", 30 }, + { "summon_totem_cast_speed_+%", 80 }, }, stats = { }, @@ -3194,34 +6901,27 @@ skills["SupportTirelessPlayer"] = { }, } } -skills["SupportTremorsPlayer"] = { - name = "Tremors", - description = "Supports Slam Skills you use yourself. Supported Skills gain multiple independent chances to cause Aftershocks, but deal less Damage.", +skills["SupportUrgentTotemsPlayerTwo"] = { + name = "Urgent Totems II", + description = "Supports Skills which create Totems, causing those Skills to place Totems much more quickly.", color = 1, support = true, - requireSkillTypes = { SkillType.Slam, }, + requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, }, + excludeSkillTypes = { }, + gemFamily = { "UrgentTotems",}, levels = { [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Tremors", + label = "Urgent Totems II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_unstable_earth_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - }, baseFlags = { }, constantStats = { - { "support_slam_chance_for_one_additional_aftershock_%", 30 }, - { "support_slam_chance_for_two_additional_aftershocks_%", 15 }, - { "support_slam_chance_for_three_additional_aftershocks_%", 10 }, - { "support_unstable_earth_damage_+%_final", -35 }, + { "summon_totem_cast_speed_+%", 100 }, }, stats = { }, @@ -3231,27 +6931,29 @@ skills["SupportTremorsPlayer"] = { }, } } -skills["SupportUnabatingPlayer"] = { - name = "Unabating", - description = "Supports Attack Skills you use yourself. While using Supported Skills, you gain increased Armour, with the increase scaling higher the longer the Attack time of the supported Skill. Cannot Support Channelling Skills.", +skills["SupportUrgentTotemsPlayerThree"] = { + name = "Urgent Totems III", + description = "Supports Skills which create Totems, causing those Skills to place Totems much more quickly. Totems created by Supported Skills have increased Attack and Cast Speed.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, }, + requireSkillTypes = { SkillType.SummonsTotem, SkillType.UsedByTotem, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "UrgentTotems",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Unabating", + label = "Urgent Totems III", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "armour_+%_while_performing_action_per_250_ms_attack_time", 25 }, + { "summon_totem_cast_speed_+%", 100 }, + { "totem_skill_cast_speed_+%", 20 }, + { "totem_skill_attack_speed_+%", 20 }, }, stats = { }, @@ -3261,32 +6963,29 @@ skills["SupportUnabatingPlayer"] = { }, } } -skills["UnbreakableSupportPlayer"] = { - name = "Unbreakable", - description = "Supports any skill that you can use, making you harder to Stun while using it.", +skills["SupportUruksSmeltingPlayer"] = { + name = "Uruk's Smelting", + description = "Supports any skill, causing Armour Break it inflicts to be stronger. Fully Breaking Armour with Supported Skills permanently increases the Physical Damage taken by those affected, up to a cap.", color = 1, support = true, - requireSkillTypes = { }, + requireSkillTypes = { SkillType.Spell, SkillType.Attack, SkillType.Damage, SkillType.CrossbowAmmoSkill, SkillType.DegenOnlySpellDamage, SkillType.NonDamageArmourBreak, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Instant, SkillType.Persistent, }, + excludeSkillTypes = { }, + gemFamily = { "ArmourDemolisher",}, + isLineage = true, levels = { - [1] = { manaMultiplier = 10, levelRequirement = 0, }, + [1] = { levelRequirement = 0, }, }, statSets = { [1] = { - label = "Unbreakable", - incrementalEffectiveness = 0.092720001935959, + label = "Uruk's Smelting", + incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["support_unbreakable_stun_threshold_+%_final_while_performing_action"] = { - mod("StunThreshold", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", unscalable = true }), - }, - }, baseFlags = { }, constantStats = { - { "support_unbreakable_light_stun_threshold_+%_final_while_performing_action", 200 }, - { "support_stability_heavy_stun_threshold_+%_final_while_performing_action", 30 }, + { "support_demolisher_physical_damage_taken_+%_on_fully_armour_breaking_up_to_20%", 2 }, + { "support_increased_armour_break_armour_break_amount_+%_final", 70 }, }, stats = { }, @@ -3296,29 +6995,31 @@ skills["UnbreakableSupportPlayer"] = { }, } } -skills["SupportUnderminePlayer"] = { - name = "Undermine", - description = "Supports Attack Skills. Supported Skills Consume Maim on hit, Breaking a percentage of the Maimed target's Armour in doing so. Supported Skills cannot themselves inflict Maim.", +skills["SupportUulNetolsEmbracePlayer"] = { + name = "Uul-Netol's Embrace", + description = "Supports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Break Armour.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.CrossbowSkill, SkillType.CrossbowAmmoSkill, }, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "BreachLineage",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { manaMultiplier = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Undermine", + label = "Uul-Netol's Embrace", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "consume_maim_on_hit_to_break_%_armour", 35 }, + { "non_skill_base_physical_damage_%_to_gain_as_chaos", 20 }, + { "chaos_damage_%_dealt_as_armour_break", 20 }, }, stats = { - "cannot_inflict_maim", }, levels = { [1] = { actorLevel = 1, }, @@ -3326,29 +7027,29 @@ skills["SupportUnderminePlayer"] = { }, } } -skills["SupportUnsteadyTempoPlayer"] = { - name = "Unsteady Tempo", - description = "Supports Melee Attack Skills you use yourself. Attacking with Supported Skills will cycle through various effects, with the first Attack in sequence inflicting Hobble on you. The second and third Attacks in sequence will powerfully scale chance to Critically Hit and overall damage, respectively, at which point the cycle will reset. Cannot Support Channelling Skills.", +skills["SupportVanguardPlayer"] = { + name = "Vanguard I", + description = "Supports Shield Skills, causing you to gain Guard on Stunning Enemies with the Supported Skill.", color = 1, support = true, - requireSkillTypes = { SkillType.Melee, SkillType.Attack, SkillType.AND, }, + requireSkillTypes = { SkillType.Attack, SkillType.RequiresShield, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, }, - ignoreMinionTypes = true, + excludeSkillTypes = { }, + gemFamily = { "Vanguard",}, levels = { [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Unsteady Tempo", + label = "Vanguard I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "unsteady_tempo_evasion_broken_as_%_of_life_on_first_hit", 40 }, - { "unsteady_tempo_critical_strike_chance_+%_final_on_second_hit", 30 }, - { "unsteady_tempo_damage_+%_final_on_third_hit", 20 }, + { "gain_X_guard_on_heavy_stun_per_10_strength", 4 }, + { "gain_X_guard_on_stun_per_10_strength", 2 }, + { "guard_on_stun_guard_duration_ms", 4000 }, }, stats = { }, @@ -3358,26 +7059,29 @@ skills["SupportUnsteadyTempoPlayer"] = { }, } } -skills["SupportUnyieldingPlayer"] = { - name = "Unyielding", - description = "Supports Melee Attack Skills you use yourself. While using Supported Skills, a percentage of Damage taken is Recouped as Life, with the percentage scaling higher the longer the Attack time of the Supported Skill. Cannot Support Channelling Skills.", +skills["SupportVanguardPlayerTwo"] = { + name = "Vanguard II", + description = "Supports Shield Skills, causing you to gain Guard on Stunning Enemies with the Supported Skill.", color = 1, support = true, - requireSkillTypes = { SkillType.Attack, SkillType.Melee, SkillType.AND, }, + requireSkillTypes = { SkillType.Attack, SkillType.RequiresShield, SkillType.AND, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.UsedByTotem, SkillType.SummonsTotem, SkillType.Channel, }, + excludeSkillTypes = { }, + gemFamily = { "Vanguard",}, levels = { - [1] = { manaMultiplier = 20, levelRequirement = 0, }, + [1] = { manaMultiplier = 10, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Unyielding", + label = "Vanguard II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", baseFlags = { }, constantStats = { - { "damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time", 8 }, + { "gain_X_guard_on_heavy_stun_per_10_strength", 6 }, + { "gain_X_guard_on_stun_per_10_strength", 2 }, + { "guard_on_stun_guard_duration_ms", 4000 }, }, stats = { }, @@ -3387,36 +7091,34 @@ skills["SupportUnyieldingPlayer"] = { }, } } -skills["SupportUpheavalPlayer"] = { - name = "Upheaval", - description = "Supports Melee Attacks which create fissures in the ground, causing them to create additional fissures at the cost of damage and attack speed.", +skills["SupportVitalityPlayer"] = { + name = "Vitality I", + description = "Supports Persistent Buff Skills, causing you to gain Life Regeneration while the Skill is active.", color = 1, support = true, - requireSkillTypes = { SkillType.CreatesFissure, }, + requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Vitality",}, + isLineage = true, levels = { - [1] = { levelRequirement = 0, }, + [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Upheaval", + label = "Vitality I", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { - ["support_additional_fissures_damage_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit), - }, - ["support_additional_fissures_attack_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Attack), + ["support_vitality_life_regeneration_rate_per_minute_%"] = { + mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Vitality" }), + div = 60, }, }, baseFlags = { }, constantStats = { - { "base_number_of_additional_fissures", 2 }, - { "support_additional_fissures_damage_+%_final", -40 }, - { "support_additional_fissures_attack_speed_+%_final", -20 }, + { "support_vitality_life_regeneration_rate_per_minute_%", 60 }, }, stats = { }, @@ -3426,20 +7128,22 @@ skills["SupportUpheavalPlayer"] = { }, } } -skills["SupportVitalityPlayer"] = { - name = "Vitality", +skills["SupportVitalityPlayerTwo"] = { + name = "Vitality II", description = "Supports Persistent Buff Skills, causing you to gain Life Regeneration while the Skill is active.", color = 1, support = true, requireSkillTypes = { SkillType.Persistent, SkillType.Buff, SkillType.AND, }, addSkillTypes = { }, excludeSkillTypes = { }, + gemFamily = { "Vitality",}, + isLineage = true, levels = { - [1] = { spiritReservationFlat = 20, levelRequirement = 0, }, + [1] = { spiritReservationFlat = 40, levelRequirement = 0, }, }, statSets = { [1] = { - label = "Vitality", + label = "Vitality II", incrementalEffectiveness = 0.054999999701977, statDescriptionScope = "gem_stat_descriptions", statMap = { @@ -3451,7 +7155,7 @@ skills["SupportVitalityPlayer"] = { baseFlags = { }, constantStats = { - { "support_vitality_life_regeneration_rate_per_minute_%", 60 }, + { "support_vitality_life_regeneration_rate_per_minute_%", 120 }, }, stats = { }, @@ -3468,7 +7172,8 @@ skills["SupportVolcanicEruptionPlayer"] = { support = true, requireSkillTypes = { SkillType.MeleeSingleTarget, }, addSkillTypes = { }, - excludeSkillTypes = { SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, }, + excludeSkillTypes = { SkillType.Persistent, SkillType.Minion, SkillType.SummonsTotem, SkillType.UsedByTotem, SkillType.Triggered, }, + gemFamily = { "VolcanicEruption",}, ignoreMinionTypes = true, levels = { [1] = { manaMultiplier = 20, levelRequirement = 0, }, @@ -3500,7 +7205,7 @@ skills["TriggeredVolcanicEruptionPlayer"] = { qualityStats = { }, levels = { - [1] = { baseMultiplier = 0.4, storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, + [1] = { storedUses = 1, levelRequirement = 0, cooldown = 0.4, }, }, statSets = { [1] = { @@ -3518,9 +7223,43 @@ skills["TriggeredVolcanicEruptionPlayer"] = { { "active_skill_base_physical_damage_%_to_convert_to_fire", 80 }, { "skill_mortar_minimum_projectile_distance", 5 }, { "skill_mortar_maximum_projectile_distance", 15 }, + { "active_skill_has_%_standard_scaling_attack_damage", 20 }, }, stats = { "base_is_projectile", + "is_area_damage", + }, + levels = { + [1] = { actorLevel = 1, }, + }, + }, + } +} +skills["SupportXophsPyrePlayer"] = { + name = "Xoph's Pyre", + description = "Supports Skills that can cause Damaging Hits, granting extra Chaos damage and causing Chaos damage to Contribute to Ignites.", + color = 1, + support = true, + requireSkillTypes = { SkillType.Damage, SkillType.Attack, }, + addSkillTypes = { }, + excludeSkillTypes = { }, + gemFamily = { "BreachLineage",}, + isLineage = true, + levels = { + [1] = { manaMultiplier = 20, levelRequirement = 0, }, + }, + statSets = { + [1] = { + label = "Xoph's Pyre", + incrementalEffectiveness = 0.054999999701977, + statDescriptionScope = "gem_stat_descriptions", + baseFlags = { + }, + constantStats = { + { "non_skill_base_fire_damage_%_to_gain_as_chaos", 20 }, + }, + stats = { + "base_chaos_damage_can_ignite", }, levels = { [1] = { actorLevel = 1, }, diff --git a/src/Data/Spectres.lua b/src/Data/Spectres.lua index 10dd358b8d..4c70329d4c 100644 --- a/src/Data/Spectres.lua +++ b/src/Data/Spectres.lua @@ -23,12 +23,13 @@ minions["Metadata/Monsters/EtchedBeetles/SmallEtchedBeetleArmoured"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 31, - spectreReservation = 40, + spectreReservation = 44, companionReservation = 27.6, monsterCategory = "Beast", spawnLocation = { + "Spring (Map)", + "The Galai Gates (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 2)", "Trial of the Sekhemas (Floor 3)", @@ -58,14 +59,14 @@ minions["Metadata/Monsters/EtchedBeetles/SmallEtchedBeetleArmouredDull"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 31, - spectreReservation = 40, + spectreReservation = 44, companionReservation = 27.6, monsterCategory = "Beast", spawnLocation = { "Keth (Act 2)", - "Keth (Act 5)", + "The Galai Gates (Act 6)", + "The Khari Crossing (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", }, skillList = { @@ -94,12 +95,12 @@ minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredDull"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 47, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Beast", spawnLocation = { "Keth (Act 2)", - "Keth (Act 5)", + "The Khari Crossing (Act 6)", "Found in Maps", }, skillList = { @@ -108,6 +109,7 @@ minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredDull"] = { "GAMediumBeetleSunder", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2466] }, } @@ -127,12 +129,13 @@ minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWide"] = attackRange = 11, accuracy = 1, baseMovementSpeed = 47, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Beast", spawnLocation = { + "Spring (Map)", + "The Galai Gates (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 2)", "Trial of the Sekhemas (Floor 3)", @@ -143,6 +146,7 @@ minions["Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWide"] = "GAMediumBeetleSunder", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2466] }, } @@ -165,7 +169,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonFodder1_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 37, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -195,7 +199,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonFodder2_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 54, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -204,6 +208,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonFodder2_"] "MeleeAtAnimationSpeedFire", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3300] }, } @@ -223,7 +228,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonFodder3_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 51, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { @@ -232,6 +237,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonFodder3_"] "MeleeAtAnimationSpeedFire", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -252,7 +258,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonElite1_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 50, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Demon", spawnLocation = { @@ -265,6 +271,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonElite1_"] "GSHellscapeDemonElite1Screech", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -285,7 +292,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonElite2_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 48, - spectreReservation = 110, + spectreReservation = 87, companionReservation = 43.5, monsterCategory = "Demon", spawnLocation = { @@ -295,6 +302,7 @@ minions["Metadata/Monsters/LeagueHellscape/DemonFaction/HellscapeDemonElite2_"] "GSHellscapeDemonEliteBeamNuke", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2833] }, } @@ -318,7 +326,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder1_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 43, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Demon", spawnLocation = { @@ -329,6 +337,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder1_"] "GAHellscapeFleshLeapImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3300] }, } @@ -352,7 +361,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder2_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 46, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Demon", spawnLocation = { @@ -363,6 +372,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder2_"] "GAHellscapeFleshFodderSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3800] }, } @@ -383,7 +393,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder3_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { @@ -397,6 +407,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder3_"] "SOHellscapeFleshFodderPustule", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -417,7 +428,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder4_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 32, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -427,6 +438,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshFodder4_"] "HellscapeFleshFodderArc", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2588] }, } @@ -447,7 +459,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshElite1_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 55, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Demon", spawnLocation = { @@ -465,6 +477,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshElite1_"] "SSMFleshEliteOrb", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2766] }, } @@ -485,7 +498,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshElite2_"] accuracy = 1, weaponType1 = "None", baseMovementSpeed = 28, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Demon", spawnLocation = { @@ -498,6 +511,7 @@ minions["Metadata/Monsters/LeagueHellscape/FleshFaction/HellscapeFleshElite2_"] "GAHellscapeFleshElite2Combo2Slam3", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3066] }, } @@ -518,7 +532,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder1_"] = accuracy = 1, weaponType1 = "None", baseMovementSpeed = 23, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Demon", spawnLocation = { @@ -527,6 +541,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder1_"] = "MPSHellscapePaleHammerhead", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -547,7 +562,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder2_"] = accuracy = 1, weaponType1 = "None", baseMovementSpeed = 56, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -560,6 +575,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder2_"] = "GAHellscapePaleDogmanDashSwipe", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -580,7 +596,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder3_"] = accuracy = 1, weaponType1 = "None", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -591,6 +607,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder3_"] = "DTTHellscapeSpiderDodgeRight", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 4150] }, } @@ -611,7 +628,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite1_"] = accuracy = 1, weaponType1 = "None", baseMovementSpeed = 37, - spectreReservation = 120, + spectreReservation = 94, companionReservation = 45.9, monsterCategory = "Demon", spawnLocation = { @@ -624,6 +641,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite1_"] = "TeleportHellscapePaleElite", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -645,7 +663,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite2__"] = accuracy = 1, weaponType1 = "None", baseMovementSpeed = 46, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Demon", spawnLocation = { @@ -663,6 +681,7 @@ minions["Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite2__"] = modList = { -- HellscapeYellowLightningOverride [shock_art_variation = 10] -- HellscapeYellowLightningOverride [damage_hit_effect_index = 103] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -683,14 +702,12 @@ minions["Metadata/Monsters/GoreCharger/GoreCharger"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 36, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Beast", spawnLocation = { "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", "Infested Barrens (Act 3)", - "Infested Barrens (Act 6)", "Steppe (Map)", "Sump (Map)", "Found in Maps", @@ -701,6 +718,7 @@ minions["Metadata/Monsters/GoreCharger/GoreCharger"] = { }, modList = { mod("BleedChance", "BASE", 25, 1, 0), -- MonsterBleedOnHitChance [bleed_on_hit_with_attacks_% = 25] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -721,12 +739,11 @@ minions["Metadata/Monsters/QuillCrab/QuillCrab"] = { attackRange = 40, accuracy = 1, baseMovementSpeed = 23, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Beast", spawnLocation = { "The Riverbank (Act 1)", - "The Riverbank (Act 4)", "Found in Maps", }, skillList = { @@ -736,6 +753,7 @@ minions["Metadata/Monsters/QuillCrab/QuillCrab"] = { "QuillCrabSpikeShrapnel", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -755,12 +773,11 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabBig"] = { attackRange = 50, accuracy = 1, baseMovementSpeed = 27, - spectreReservation = 40, + spectreReservation = 44, companionReservation = 27.6, monsterCategory = "Beast", spawnLocation = { "The Riverbank (Act 1)", - "The Riverbank (Act 4)", "Found in Maps", }, skillList = { @@ -770,6 +787,7 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabBig"] = { "QuillCrabSpikeShrapnel", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -789,12 +807,11 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabPoison"] = { attackRange = 40, accuracy = 1, baseMovementSpeed = 23, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Beast", spawnLocation = { "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", "Sandspit (Map)", "Found in Maps", }, @@ -805,6 +822,7 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabPoison"] = { "QuillCrabSpikeShrapnelPoison", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -828,15 +846,13 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabBigPoison_"] = { attackRange = 50, accuracy = 1, baseMovementSpeed = 27, - spectreReservation = 40, + spectreReservation = 44, companionReservation = 27.6, monsterCategory = "Beast", spawnLocation = { "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", "Sandspit (Map)", "Found in Maps", - "Wetlands (Map)", }, skillList = { "QuillCrabSpikeBurstEmptyAction", @@ -845,43 +861,7 @@ minions["Metadata/Monsters/QuillCrab/QuillCrabBigPoison_"] = { "QuillCrabSpikeShrapnelPoison", }, modList = { - }, -} - -minions["Metadata/Monsters/QuillCrab/QuillCrabTropical"] = { - name = "Quill Crab", - monsterTags = { "beast", "crustacean_beast", "MonsterStab_onhit_audio", "not_dex", "not_int", "red_blood", "slow_movement", }, - extraFlags = { - recommendedSpectre = true, - recommendedBeast = true, - }, - life = 0.7, - baseDamageIgnoresAttackSpeed = true, - armour = 0.25, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 0.7, - damageSpread = 0.2, - attackTime = 1.995, - attackRange = 40, - accuracy = 1, - baseMovementSpeed = 23, - spectreReservation = 40, - companionReservation = 25.2, - monsterCategory = "Beast", - spawnLocation = { - "Untainted Paradise (Map)", - }, - skillList = { - "QuillCrabSpikeBurstEmptyAction", - "QuillCrabSpikeBurstTropical", - "QuillCrabSpikeShrapnelTropical", - "CGEQuillCrabTropicalChill", - "GSQuillCrabColdImpact", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -901,7 +881,7 @@ minions["Metadata/Monsters/ShellMonster/ShellMonster"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 22, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Beast", spawnLocation = { @@ -910,7 +890,6 @@ minions["Metadata/Monsters/ShellMonster/ShellMonster"] = { "Trial of the Sekhemas (Floor 1)", "Trial of the Sekhemas (Floor 3)", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -921,43 +900,7 @@ minions["Metadata/Monsters/ShellMonster/ShellMonster"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] - }, -} - -minions["Metadata/Monsters/ShellMonster/ShellMonsterPoison"] = { - name = "Caustic Crab", - monsterTags = { "allows_additional_projectiles", "beast", "crustacean_beast", "MonsterStab_onhit_audio", "not_dex", "not_int", "physical_affinity", "ranged", "slow_movement", }, - extraFlags = { - recommendedSpectre = true, - recommendedBeast = true, - }, - life = 1.15, - baseDamageIgnoresAttackSpeed = true, - armour = 1, - fireResist = 0, - coldResist = 0, - lightningResist = -30, - chaosResist = 0, - damage = 1.15, - damageSpread = 0.2, - attackTime = 1.005, - attackRange = 9, - accuracy = 1, - baseMovementSpeed = 22, - spectreReservation = 60, - companionReservation = 32.1, - monsterCategory = "Beast", - spawnLocation = { - "Untainted Paradise (Map)", - }, - skillList = { - "MeleeAtAnimationSpeedComboTEMP", - "ShellMonsterDeathMortarPoison", - "EDSShellMonsterPoisonSpray", - "ShellMonsterSprayMortarPoison", - }, - modList = { - -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2400] }, } @@ -982,12 +925,11 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleBow"] = { accuracy = 1, weaponType1 = "Bow", baseMovementSpeed = 46, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Humanoid", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "Mire (Map)", "The Viridian Wildwood (Map)", "Found in Maps", @@ -1000,6 +942,7 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleBow"] = { "GAAzmeriVirulentPod", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1026,7 +969,6 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleDaggerDagger"] = { monsterCategory = "Humanoid", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "Mire (Map)", "The Viridian Wildwood (Map)", "Found in Maps", @@ -1035,6 +977,7 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleDaggerDagger"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -1055,12 +998,11 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleStaff"] = { accuracy = 1, weaponType1 = "Staff", baseMovementSpeed = 9, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "The Viridian Wildwood (Map)", "Found in Maps", }, @@ -1071,6 +1013,7 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictFemaleStaff"] = { "CGEAzmeriPictStaffSwampGround", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -1101,6 +1044,7 @@ minions["Metadata/Monsters/Sanctified/Floppy/SanctifiedFloppy"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 1533] }, } @@ -1119,7 +1063,7 @@ minions["Metadata/Monsters/Sanctified/Monstrosity/SanctifiedMonstrosity"] = { attackRange = 28, accuracy = 1, baseMovementSpeed = 34, - spectreReservation = 180, + spectreReservation = 127, companionReservation = 56.1, monsterCategory = "Demon", spawnLocation = { @@ -1131,6 +1075,7 @@ minions["Metadata/Monsters/Sanctified/Monstrosity/SanctifiedMonstrosity"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3600] }, } @@ -1153,7 +1098,7 @@ minions["Metadata/Monsters/Sanctified/Scythe/SanctifiedScythe_"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Demon", spawnLocation = { @@ -1187,7 +1132,7 @@ minions["Metadata/Monsters/Sanctified/Snake/SanctifiedSnake"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 41, - spectreReservation = 110, + spectreReservation = 88, companionReservation = 44.1, monsterCategory = "Demon", spawnLocation = { @@ -1202,6 +1147,7 @@ minions["Metadata/Monsters/Sanctified/Snake/SanctifiedSnake"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2800] }, } @@ -1221,7 +1167,7 @@ minions["Metadata/Monsters/Sanctified/Spider/SanctifiedSpider"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 51, - spectreReservation = 110, + spectreReservation = 88, companionReservation = 44.1, monsterCategory = "Beast", spawnLocation = { @@ -1235,6 +1181,7 @@ minions["Metadata/Monsters/Sanctified/Spider/SanctifiedSpider"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2400] }, } @@ -1255,7 +1202,7 @@ minions["Metadata/Monsters/Sanctified/Tentacle/SanctifiedTentacle"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 66, companionReservation = 36, monsterCategory = "Demon", spawnLocation = { @@ -1267,6 +1214,7 @@ minions["Metadata/Monsters/Sanctified/Tentacle/SanctifiedTentacle"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -1296,6 +1244,7 @@ minions["Metadata/Monsters/Sanctified/Writhing/SanctifiedWrithing"] = { }, modList = { -- CleansedMonsterNoEquipmentDrops [drop_no_equipment = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2083] }, } @@ -1317,12 +1266,13 @@ minions["Metadata/Monsters/Mutewind/MutewindBanditExecutioner"] = { accuracy = 1, weaponType1 = "Two Handed Sword", baseMovementSpeed = 46, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Copper Citadel (Map)", "Found in Maps", }, @@ -1338,6 +1288,7 @@ minions["Metadata/Monsters/Mutewind/MutewindBanditExecutioner"] = { "GAMutewindBanditExecutionerCascadeSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -1359,20 +1310,18 @@ minions["Metadata/Monsters/Mutewind/MutewindBoy"] = { weaponType1 = "One Handed Sword", weaponType2 = "One Handed Sword", baseMovementSpeed = 41, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", "Oasis (Map)", "Outlands (Map)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1380,6 +1329,7 @@ minions["Metadata/Monsters/Mutewind/MutewindBoy"] = { "WalkEmergeMutewind", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2233] }, } @@ -1400,18 +1350,16 @@ minions["Metadata/Monsters/Mutewind/MutewindGirl"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 42, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1420,6 +1368,7 @@ minions["Metadata/Monsters/Mutewind/MutewindGirl"] = { "GAMutewindGirlSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2233] }, } @@ -1444,20 +1393,18 @@ minions["Metadata/Monsters/Mutewind/MutewindMan2HSpear"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", "Oasis (Map)", "Outlands (Map)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1465,6 +1412,7 @@ minions["Metadata/Monsters/Mutewind/MutewindMan2HSpear"] = { "WalkEmergeMutewind", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1487,20 +1435,18 @@ minions["Metadata/Monsters/Mutewind/MutewindManDualSword"] = { weaponType1 = "One Handed Sword", weaponType2 = "One Handed Sword", baseMovementSpeed = 45, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", "Oasis (Map)", "Outlands (Map)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1508,6 +1454,7 @@ minions["Metadata/Monsters/Mutewind/MutewindManDualSword"] = { "WalkEmergeMutewind", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1529,21 +1476,19 @@ minions["Metadata/Monsters/Mutewind/MutewindManSpearShield_"] = { accuracy = 1, weaponType1 = "Spear", weaponType2 = "Shield", - baseMovementSpeed = 40, - spectreReservation = 60, + baseMovementSpeed = 41, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", "Oasis (Map)", "Outlands (Map)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1555,6 +1500,7 @@ minions["Metadata/Monsters/Mutewind/MutewindManSpearShield_"] = { modList = { mod("BlockChance", "BASE", 20, 0, 0), -- MonsterAttackBlock40Bypass10_ [monster_base_block_% = 20] mod("BlockEffect", "BASE", 10, 0, 0), -- MonsterAttackBlock40Bypass10_ [base_block_%_damage_taken = 10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1576,18 +1522,16 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanDualDaggerSandCrusted"] = { weaponType1 = "Dagger", weaponType2 = "Dagger", baseMovementSpeed = 41, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1595,6 +1539,7 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanDualDaggerSandCrusted"] = { "WalkEmergeMutewind", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1616,18 +1561,16 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanDualSword"] = { weaponType1 = "One Handed Sword", weaponType2 = "One Handed Sword", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1640,6 +1583,7 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanDualSword"] = { "EmptyActionMutewindWomanDodgeRightIdle", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1660,18 +1604,16 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanJavelin"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 46, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1683,6 +1625,7 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanJavelin"] = { "WalkEmergeMutewind", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1707,12 +1650,12 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanSpearCorrodedEliteSpectre_"] = accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 54, - spectreReservation = 120, + spectreReservation = 93, companionReservation = 45.6, monsterCategory = "Humanoid", spawnLocation = { + "Qimah Reservoir (Act 6)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -1749,18 +1692,15 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanSpearSandCrusted"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -1775,6 +1715,7 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanSpearSandCrusted"] = { "GAMutewindWomanSpearStab2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1797,19 +1738,17 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanSpearShield"] = { weaponType1 = "Spear", weaponType2 = "Shield", baseMovementSpeed = 37, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Dreadnought Vanguard (Act 2)", - "Dreadnought Vanguard (Act 5)", + "Qimah Reservoir (Act 6)", + "Sacred Reservoir (Map)", "The Copper Citadel (Map)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -1819,6 +1758,7 @@ minions["Metadata/Monsters/Mutewind/MutewindWomanSpearShield"] = { "CTSMutewindSpearShieldStance3", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -1843,15 +1783,14 @@ minions["Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 13, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", + "Glacial Tarn (Act 6)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -1861,6 +1800,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3067] }, } @@ -1880,12 +1820,12 @@ minions["Metadata/Monsters/TheCountsEliteGuardCorrupted/MeleeVariantB/CorruptedE attackRange = 18, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Demon", spawnLocation = { + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "Found in Maps", }, skillList = { @@ -1915,12 +1855,12 @@ minions["Metadata/Monsters/TheCountsEliteGuardCorrupted/Ranged/CorruptedEliteRan attackRange = 12, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Demon", spawnLocation = { + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "The Iron Citadel (Map)", "Found in Maps", }, @@ -1952,15 +1892,14 @@ minions["Metadata/Monsters/TheCountsEliteGuardCorrupted/VariantA/CorruptedEliteS attackRange = 16, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Demon", spawnLocation = { + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "The Iron Citadel (Map)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -1992,17 +1931,15 @@ minions["Metadata/Monsters/TheCountsEliteGuardCorrupted/VariantB/CorruptedEliteT attackRange = 9, accuracy = 1, baseMovementSpeed = 54, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Demon", spawnLocation = { "Bastille (Map)", + "Holten Estate (Act 6)", "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -2030,17 +1967,15 @@ minions["Metadata/Monsters/TheCountsGuardEliteCorruptedMageLessCorrupted/Corrupt attackRange = 14, accuracy = 1, baseMovementSpeed = 42, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { "Grimhaven (Map)", + "Holten Estate (Act 6)", "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -2050,11 +1985,12 @@ minions["Metadata/Monsters/TheCountsGuardEliteCorruptedMageLessCorrupted/Corrupt "EDSCorruptedMageFlamethrower", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2330] }, } -- Goliath -minions["Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan"] = { +minions["Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan_"] = { name = "Goliath", monsterTags = { "allows_inc_aoe", "humanoid", "melee", "MonsterBlunt_onhit_audio", "physical_affinity", "very_slow_movement", }, life = 2.5, @@ -2069,13 +2005,13 @@ minions["Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { "Forge (Map)", + "The Khari Crossing (Act 6)", "The Titan Grotto (Act 2)", - "The Titan Grotto (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 4)", }, @@ -2085,6 +2021,144 @@ minions["Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan"] = { "GATwoHeadedTitanStomp", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] + }, +} + +-- Infested +minions["Metadata/Monsters/ParasiteMonsters/OctopusParasite"] = { + name = "Infested Octopus", + monsterTags = { "beast", "Claw_onhit_audio", "medium_movement", "red_blood", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1, + damageSpread = 0.2, + attackTime = 1.5, + attackRange = 18, + accuracy = 1, + baseMovementSpeed = 32, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Beast", + spawnLocation = { + "Isle of Decay (Act 4)", + }, + skillList = { + "MeleeAtAnimationSpeed", + "MPAOctopusTongueProj", + "EDSOctopusParasiteInkSpray", + }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_additional_item_drop_slots_when_deleted_on_death [set_additional_item_drop_slots_when_deleted_on_death = 1] + -- set_monster_no_drops_when_not_deleted_on_death [set_monster_no_drops_when_not_deleted_on_death = 1] + -- set_monster_has_second_form [set_monster_has_second_form = 1] + }, +} + +minions["Metadata/Monsters/ParasiteMonsters/TurtleParasite__"] = { + name = "Infested Turtle", + monsterTags = { "beast", "Claw_onhit_audio", "medium_movement", "not_dex", "not_int", "red_blood", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + armour = 0.75, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1, + damageSpread = 0.2, + attackTime = 1.5, + attackRange = 11, + accuracy = 1, + baseMovementSpeed = 32, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Beast", + spawnLocation = { + "Isle of Decay (Act 4)", + }, + skillList = { + "MeleeAtAnimationSpeed", + }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_additional_item_drop_slots_when_deleted_on_death [set_additional_item_drop_slots_when_deleted_on_death = 1] + -- set_monster_no_drops_when_not_deleted_on_death [set_monster_no_drops_when_not_deleted_on_death = 1] + -- set_monster_has_second_form [set_monster_has_second_form = 1] + }, +} + +minions["Metadata/Monsters/ParasiteMonsters/AngerfishParasite"] = { + name = "Infested Anglerfish", + monsterTags = { "beast", "Beast_onhit_audio", "medium_movement", "not_int", "not_str", "red_blood", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + evasion = 0.25, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1, + damageSpread = 0.2, + attackTime = 1.5, + attackRange = 11, + accuracy = 1, + baseMovementSpeed = 32, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Beast", + spawnLocation = { + "Isle of Decay (Act 4)", + }, + skillList = { + "MeleeAtAnimationSpeed", + }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_additional_item_drop_slots_when_deleted_on_death [set_additional_item_drop_slots_when_deleted_on_death = 1] + -- set_monster_no_drops_when_not_deleted_on_death [set_monster_no_drops_when_not_deleted_on_death = 1] + -- set_monster_has_second_form [set_monster_has_second_form = 1] + }, +} + +minions["Metadata/Monsters/ParasiteMonsters/MantaRayParasite"] = { + name = "Infested Manta", + monsterTags = { "beast", "medium_movement", "not_int", "red_blood", "Stab_onhit_audio", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + armour = 0.25, + evasion = 0.25, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1, + damageSpread = 0.2, + attackTime = 1.5, + attackRange = 30, + accuracy = 1, + baseMovementSpeed = 32, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Beast", + spawnLocation = { + "Isle of Decay (Act 4)", + }, + skillList = { + "MeleeAtAnimationSpeed", + "GTMantarayShotgun", + "GSMantarayBeam", + }, + modList = { + -- set_item_drop_slots [set_item_drop_slots = 0] + -- set_additional_item_drop_slots_when_deleted_on_death [set_additional_item_drop_slots_when_deleted_on_death = 1] + -- set_monster_no_drops_when_not_deleted_on_death [set_monster_no_drops_when_not_deleted_on_death = 1] + -- set_monster_has_second_form [set_monster_has_second_form = 1] }, } @@ -2105,15 +2179,15 @@ minions["Metadata/Monsters/BoneCultists/BoneCultist_Necromancer/BoneCultistNecro attackRange = 6, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MPSBoneCultistNecromancerLightning", @@ -2140,16 +2214,17 @@ minions["Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealot01" attackRange = 10, accuracy = 1, baseMovementSpeed = 20, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Humanoid", spawnLocation = { + "Lightless Passage (Act 2)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", "Penitentiary (Map)", + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MPSBoneCultistZealotLightning", @@ -2157,6 +2232,7 @@ minions["Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealot01" "GTBoneZealotLightningStorm", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -2176,22 +2252,24 @@ minions["Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealot02" attackRange = 10, accuracy = 1, baseMovementSpeed = 20, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Humanoid", spawnLocation = { + "Lightless Passage (Act 2)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", "Penitentiary (Map)", + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MPSBoneCultistZealotFire", "BoneCultistZealotFirestorm", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -2211,12 +2289,12 @@ minions["Metadata/Monsters/BoneCultists/BoneCultist_Zealots/FarudinLocustWarlock attackRange = 10, accuracy = 1, baseMovementSpeed = 20, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { + "Qimah Reservoir (Act 6)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "Found in Maps", }, skillList = { @@ -2248,12 +2326,12 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Beast/BoneCultistBeast"] = attackRange = 19, accuracy = 1, baseMovementSpeed = 24, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Beast", spawnLocation = { + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", }, skillList = { @@ -2261,6 +2339,8 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Beast/BoneCultistBeast"] = "CultistBeastSunder", }, modList = { + -- set_melee_defer_damage_prediction [set_melee_defer_damage_prediction = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -2281,12 +2361,13 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Savage/BoneCultists_Savage_ attackRange = 9, accuracy = 1, baseMovementSpeed = 45, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Humanoid", spawnLocation = { + "Lightless Passage (Act 2)", + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", }, skillList = { @@ -2315,14 +2396,13 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Shield/BoneCultistShield"] accuracy = 1, weaponType2 = "Shield", baseMovementSpeed = 18, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Humanoid", spawnLocation = { + "Lightless Passage (Act 2)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", }, skillList = { @@ -2333,70 +2413,140 @@ minions["Metadata/Monsters/BoneCultists/BoneCultists_Shield/BoneCultistShield"] modList = { mod("BlockChance", "BASE", 100, 0, 0), -- MonsterBlock100 [monster_base_block_% = 100] mod("BlockChanceMax", "BASE", 25, 0, 0), -- MonsterBlock100 [additional_maximum_block_% = 25] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3083] }, } --- Skeletons -minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonBow_"] = { - name = "Unearthed Skeletal Archer", - monsterTags = { "allows_additional_projectiles", "Arrow_onhit_audio", "bone_armour", "bones", "cold_affinity", "has_bow", "monster_barely_moves", "physical_affinity", "puncturing_weapon", "ranged", "skeleton", "undead", "very_slow_movement", }, - life = 1, +-- Rat +minions["Metadata/Monsters/RatMonster/RatMonster"] = { + name = "Rotted Rat", + monsterTags = { "beast", "fast_movement", "mammal_beast", "melee", "not_int", "physical_affinity", "rodent", "rodent_beast", "Snap_onhit_audio", "undead", }, + life = 0.75, baseDamageIgnoresAttackSpeed = true, + armour = 0.2, + evasion = 0.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.5, - attackRange = 55, + damage = 0.75, + damageSpread = 0.2, + attackTime = 1.065, + attackRange = 10, accuracy = 1, - weaponType1 = "Bow", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, + baseMovementSpeed = 38, + spectreReservation = 40, + companionReservation = 26.1, monsterCategory = "Undead", spawnLocation = { + "Jiquani's Machinarium (Act 3)", + "The Venom Crypts (Act 3)", + "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", + "MeleeAtAnimationSpeedComboTEMP2", }, modList = { - -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 1700] }, } -minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonSword"] = { - name = "Unearthed Skeletal Swordsman", - monsterTags = { "1HSword_onhit_audio", "bone_armour", "bones", "has_one_hand_sword", "has_one_handed_melee", "melee", "physical_affinity", "skeleton", "slashing_weapon", "undead", "very_slow_movement", }, - life = 1, +minions["Metadata/Monsters/RatMonster/RatMonsterPoison__"] = { + name = "Rotted Rat", + monsterTags = { "beast", "fast_movement", "mammal_beast", "melee", "not_int", "physical_affinity", "rodent", "rodent_beast", "Snap_onhit_audio", "undead", }, + life = 0.8, baseDamageIgnoresAttackSpeed = true, + armour = 0.2, + evasion = 0.25, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.5, - attackRange = 11, + damage = 0.8, + damageSpread = 0.2, + attackTime = 1.065, + attackRange = 12, accuracy = 1, - weaponType1 = "One Handed Sword", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, + baseMovementSpeed = 38, + spectreReservation = 42, + companionReservation = 26.7, monsterCategory = "Undead", spawnLocation = { + "Jiquani's Machinarium (Act 3)", + "The Venom Crypts (Act 3)", + "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { - -- MonsterNecromancerRaisable [undead_description = 1] }, } -minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonSwordShield"] = { - name = "Unearthed Skeletal Warrior", +-- Skeletons +minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonBow_"] = { + name = "Unearthed Skeletal Archer", + monsterTags = { "allows_additional_projectiles", "Arrow_onhit_audio", "bone_armour", "bones", "cold_affinity", "has_bow", "monster_barely_moves", "physical_affinity", "puncturing_weapon", "ranged", "skeleton", "undead", "very_slow_movement", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1.1, + damageSpread = 0.3, + attackTime = 1.5, + attackRange = 55, + accuracy = 1, + weaponType1 = "Bow", + baseMovementSpeed = 11, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Undead", + spawnLocation = { + }, + skillList = { + "MeleeAtAnimationSpeed", + }, + modList = { + -- MonsterNecromancerRaisable [undead_description = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + }, +} + +minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonSword"] = { + name = "Unearthed Skeletal Swordsman", + monsterTags = { "1HSword_onhit_audio", "bone_armour", "bones", "has_one_hand_sword", "has_one_handed_melee", "melee", "physical_affinity", "skeleton", "slashing_weapon", "undead", "very_slow_movement", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1.1, + damageSpread = 0.3, + attackTime = 1.5, + attackRange = 11, + accuracy = 1, + weaponType1 = "One Handed Sword", + baseMovementSpeed = 11, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Undead", + spawnLocation = { + }, + skillList = { + "MeleeAtAnimationSpeed", + }, + modList = { + -- MonsterNecromancerRaisable [undead_description = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + }, +} + +minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonSwordShield"] = { + name = "Unearthed Skeletal Warrior", monsterTags = { "1HSword_onhit_audio", "bone_armour", "bones", "has_one_hand_sword", "has_one_handed_melee", "melee", "physical_affinity", "skeleton", "slashing_weapon", "undead", "very_slow_movement", }, life = 1, baseDamageIgnoresAttackSpeed = true, @@ -2425,6 +2575,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonSword -- MonsterNecromancerRaisable [undead_description = 1] mod("BlockChance", "BASE", 20, 0, 0), -- MonsterAttackBlock30Bypass10 [monster_base_block_% = 20] mod("BlockEffect", "BASE", 10, 0, 0), -- MonsterAttackBlock30Bypass10 [base_block_%_damage_taken = 10] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -2444,7 +2595,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/SwordSkeleton/ExpeditionMegaSkele attackRange = 14, accuracy = 1, baseMovementSpeed = 13, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { @@ -2455,6 +2606,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/SwordSkeleton/ExpeditionMegaSkele "ExpeditionMegaSkeletonCleave", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -2479,9 +2632,8 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleEagle"] = { monsterCategory = "Undead", spawnLocation = { "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -2490,6 +2642,7 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleEagle"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2488] }, } @@ -2514,9 +2667,8 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleJaguar_"] = { monsterCategory = "Undead", spawnLocation = { "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -2526,6 +2678,7 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleJaguar_"] = { -- MonsterNecromancerRaisable [undead_description = 1] -- BoneRabbleMeleeRange [attack_maximum_action_distance_+ = 3] mod("MeleeWeaponRange", "BASE", 7, 0, 0), -- BoneRabbleMeleeRange [melee_range_+ = 7] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2488] }, } @@ -2552,9 +2705,8 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabblePriest"] = { spawnLocation = { "Fortress (Map)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -2562,6 +2714,7 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabblePriest"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2488] }, } @@ -2588,9 +2741,8 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleSquire"] = { spawnLocation = { "Fortress (Map)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -2600,6 +2752,7 @@ minions["Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleSquire"] = { -- MonsterNecromancerRaisable [undead_description = 1] mod("BlockChance", "BASE", 20, 0, 0), -- MonsterAttackBlock30Bypass10 [monster_base_block_% = 20] mod("BlockEffect", "BASE", 10, 0, 0), -- MonsterAttackBlock30Bypass10 [base_block_%_damage_taken = 10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2488] }, } @@ -2623,11 +2776,10 @@ minions["Metadata/Monsters/Skeletons/FungalSkeletonOneHandSword"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Ashen Forest (Act 6)", "Seepage (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", "The Grim Tangle (Act 1)", - "The Grim Tangle (Act 4)", "Found in Maps", }, skillList = { @@ -2635,6 +2787,7 @@ minions["Metadata/Monsters/Skeletons/FungalSkeletonOneHandSword"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -2659,7 +2812,6 @@ minions["Metadata/Monsters/Skeletons/RetchSkeletonOneHandSword"] = { monsterCategory = "Undead", spawnLocation = { "Mud Burrow (Act 1)", - "Mud Burrow (Act 4)", "Found in Maps", }, skillList = { @@ -2667,6 +2819,7 @@ minions["Metadata/Monsters/Skeletons/RetchSkeletonOneHandSword"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -2689,27 +2842,25 @@ minions["Metadata/Monsters/Skeletons/Maraketh/MarakethSkeletonUnarmed"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { - "Abyss (Map)", "Buried Shrines (Act 2)", - "Buried Shrines (Act 5)", "Keth (Act 2)", - "Keth (Act 5)", + "Marrow (Map)", "Path of Mourning (Act 2)", - "Path of Mourning (Act 5)", + "Qimah (Act 6)", + "Sel Khari Sanctuary (Act 6)", + "The Khari Crossing (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 2)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -2742,6 +2893,7 @@ minions["Metadata/Monsters/Skeletons/Rusted/RustedSkeletonOneHandSwordShield"] = -- MonsterNecromancerRaisable [undead_description = 1] mod("BlockChance", "BASE", 20, 0, 0), -- MonsterAttackBlock30Bypass10 [monster_base_block_% = 20] mod("BlockEffect", "BASE", 10, 0, 0), -- MonsterAttackBlock30Bypass10 [base_block_%_damage_taken = 10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -2766,9 +2918,8 @@ minions["Metadata/Monsters/SkeletonSoldier/Rusted/RustedSoldierOneHandSword"] = monsterCategory = "Undead", spawnLocation = { "Rustbowl (Map)", - "The Phaaryl Megalith (Map)", + "The Ezomyte Megaliths (Map)", "The Red Vale (Act 1)", - "The Red Vale (Act 4)", "Found in Maps", }, skillList = { @@ -2800,14 +2951,14 @@ minions["Metadata/Monsters/SerpentClanMonster/SerpentClanCaster"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 48, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { "Keth (Act 2)", - "Keth (Act 5)", + "Ornate Chambers (Map)", + "Sel Khari Sanctuary (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 1)", "Trial of the Sekhemas (Floor 3)", @@ -2821,6 +2972,7 @@ minions["Metadata/Monsters/SerpentClanMonster/SerpentClanCaster"] = { "SSMSerpentClanVulnerability", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 4067] }, } @@ -2842,12 +2994,12 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/Wraith/ProwlingShade"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 45, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Undead", spawnLocation = { "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -2857,6 +3009,7 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/Wraith/ProwlingShade"] = { "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2533] }, } @@ -2878,7 +3031,7 @@ minions["Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptre"] = { accuracy = 1, weaponType1 = "One Handed Mace", baseMovementSpeed = 16, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Construct", spawnLocation = { @@ -2889,6 +3042,7 @@ minions["Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptre"] = { "EGTerracottaTransition", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -2912,7 +3066,7 @@ minions["Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptreAmbush__ accuracy = 1, weaponType1 = "One Handed Mace", baseMovementSpeed = 16, - spectreReservation = 10, + spectreReservation = 16, companionReservation = 14.1, monsterCategory = "Construct", spawnLocation = { @@ -2921,6 +3075,7 @@ minions["Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptreAmbush__ "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -2944,13 +3099,14 @@ minions["Metadata/Monsters/Quadrilla/Quadrilla"] = { attackRange = 21, accuracy = 1, baseMovementSpeed = 46, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { + "Howling Caves (Act 6)", "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", "Riverside (Map)", + "Rupture (Map)", "Found in Maps", }, skillList = { @@ -2964,6 +3120,7 @@ minions["Metadata/Monsters/Quadrilla/Quadrilla"] = { "EASQuadrillaTaunt", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -2992,10 +3149,9 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGuardMortarLiving"] = { monsterCategory = "Humanoid", spawnLocation = { "Library of Kamasa (Act 3)", - "Library of Kamasa (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -3006,6 +3162,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGuardMortarLiving"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -3027,13 +3184,14 @@ minions["Metadata/Monsters/VaalMonsters/Living/BloodPriests/VaalBloodPriestMale" accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 38, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", "Lost Towers (Map)", + "Sealed Vault (Map)", + "The Cuachic Vault (Act 6)", "Found in Maps", }, skillList = { @@ -3046,34 +3204,35 @@ minions["Metadata/Monsters/VaalMonsters/Living/BloodPriests/VaalBloodPriestMale" "CGEBloodPriestBoilingBlood", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } minions["Metadata/Monsters/VaalMonsters/Living/BloodPriests/VaalBloodPriestFemale"] = { name = "Blood Priestess", - monsterTags = { "1HSword_onhit_audio", "allows_additional_projectiles", "allows_inc_aoe", "caster", "cultist", "fast_movement", "human", "humanoid", "not_str", "physical_affinity", "ranged", "red_blood", }, - life = 2, + monsterTags = { "1HSword_onhit_audio", "allows_additional_projectiles", "allows_inc_aoe", "caster", "cultist", "fast_movement", "human", "humanoid", "not_int", "not_str", "physical_affinity", "ranged", "red_blood", }, + life = 1.98, baseDamageIgnoresAttackSpeed = true, - energyShield = 0.2, evasion = 0.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, - damage = 2, + damage = 3, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 38, - spectreReservation = 100, - companionReservation = 42.3, + spectreReservation = 113, + companionReservation = 51.9, monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", "Lost Towers (Map)", + "Sealed Vault (Map)", + "The Cuachic Vault (Act 6)", "Found in Maps", }, skillList = { @@ -3085,6 +3244,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/BloodPriests/VaalBloodPriestFemal "EASBloodPriestSummonElemental", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -3106,13 +3266,12 @@ minions["Metadata/Monsters/VaalMonsters/ViperLegionnaire/ViperLegionnaireSword_" accuracy = 1, weaponType1 = "One Handed Sword", baseMovementSpeed = 46, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Humanoid", spawnLocation = { "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", "Vaal City (Map)", }, skillList = { @@ -3140,19 +3299,19 @@ minions["Metadata/Monsters/Werewolves/WerewolfMoonClan1"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 42, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Beast", spawnLocation = { "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", + "Stones of Serle (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2615] }, } @@ -3172,15 +3331,14 @@ minions["Metadata/Monsters/Werewolves/WerewolfPack1"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Beast", spawnLocation = { "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", + "Stones of Serle (Act 6)", + "The Ezomyte Megaliths (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", - "The Phaaryl Megalith (Map)", "Found in Maps", }, skillList = { @@ -3188,6 +3346,7 @@ minions["Metadata/Monsters/Werewolves/WerewolfPack1"] = { "WerewolfPackHowlEAS", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2566] }, } @@ -3207,17 +3366,15 @@ minions["Metadata/Monsters/Werewolves/WerewolfProwler1"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Beast", spawnLocation = { "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", + "Stones of Serle (Act 6)", + "The Ezomyte Megaliths (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", - "The Phaaryl Megalith (Map)", "Found in Maps", }, skillList = { @@ -3226,6 +3383,7 @@ minions["Metadata/Monsters/Werewolves/WerewolfProwler1"] = { "MeleeAtAnimationSpeed2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2250] }, } @@ -3245,12 +3403,12 @@ minions["Metadata/Monsters/Werewolves/WerewolfProwlerRed1"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Beast", spawnLocation = { + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "Found in Maps", }, skillList = { @@ -3259,6 +3417,38 @@ minions["Metadata/Monsters/Werewolves/WerewolfProwlerRed1"] = { "MeleeAtAnimationSpeed2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2250] + }, +} + +minions["Metadata/Monsters/Wolves/Wolf1"] = { + name = "Hungry Wolf", + monsterTags = { "beast", "mammal_beast", "medium_movement", "melee", "not_int", "not_str", "physical_affinity", "red_blood", "Snap_onhit_audio", }, + life = 1, + baseDamageIgnoresAttackSpeed = true, + evasion = 0.3, + fireResist = 0, + coldResist = 0, + lightningResist = 0, + chaosResist = 0, + damage = 1, + damageSpread = 0.2, + attackTime = 2.25, + attackRange = 9, + accuracy = 1, + baseMovementSpeed = 30, + spectreReservation = 50, + companionReservation = 30, + monsterCategory = "Beast", + spawnLocation = { + "Howling Caves (Act 6)", + }, + skillList = { + "MeleeAtAnimationSpeed", + }, + modList = { + mod("Speed", "MORE", -10, 1, 0), -- MonsterAttackSpeedPenalties10 [active_skill_attack_speed_+%_final = -10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2000] }, } @@ -3278,12 +3468,12 @@ minions["Metadata/Monsters/Monkeys/MonkeyJungle"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 46, - spectreReservation = 30, + spectreReservation = 36, companionReservation = 24.3, monsterCategory = "Beast", spawnLocation = { "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -3292,6 +3482,7 @@ minions["Metadata/Monsters/Monkeys/MonkeyJungle"] = { "EASJungleMonkeyTaunt", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -3312,12 +3503,11 @@ minions["Metadata/Monsters/BloodChieftain/MonkeyChiefJungle"] = { accuracy = 1, weaponType1 = "One Handed Mace", baseMovementSpeed = 36, - spectreReservation = 90, + spectreReservation = 76, companionReservation = 39.6, monsterCategory = "Beast", spawnLocation = { "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", "Found in Maps", }, skillList = { @@ -3331,6 +3521,7 @@ minions["Metadata/Monsters/BloodChieftain/MonkeyChiefJungle"] = { "EGJungleChieftainSummonMonkey", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -3349,14 +3540,13 @@ minions["Metadata/Monsters/Spiker/Spiker3_"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Beast", spawnLocation = { "Deshar (Act 2)", - "Deshar (Act 5)", - "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", + "Pools of Khatal (Act 6)", + "The Khari Crossing (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 3)", }, @@ -3387,15 +3577,15 @@ minions["Metadata/Monsters/MudBurrower/BrambleBurrower"] = { attackRange = 30, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Beast", spawnLocation = { + "Ashen Forest (Act 6)", "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", + "Kriar Village (Act 6)", "Found in Maps", "Untainted Paradise (Map)", - "Wetlands (Map)", }, skillList = { "MeleeAtAnimationSpeed", @@ -3406,12 +3596,13 @@ minions["Metadata/Monsters/MudBurrower/BrambleBurrower"] = { }, modList = { -- ImmuneToKnockback [cannot_be_knocked_back = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 5333] }, } minions["Metadata/Monsters/StonebackRhoa/BrambleRhoa"] = { name = "Bramble Rhoa", - monsterTags = { "beast", "medium_movement", "melee", "MonsterBlunt_onhit_audio", "not_int", "not_str", "physical_affinity", "red_blood", }, + monsterTags = { "beast", "mammal_beast", "medium_movement", "melee", "MonsterBlunt_onhit_audio", "not_int", "not_str", "physical_affinity", "red_blood", }, life = 1.3, baseDamageIgnoresAttackSpeed = true, evasion = 0.25, @@ -3425,12 +3616,12 @@ minions["Metadata/Monsters/StonebackRhoa/BrambleRhoa"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Beast", spawnLocation = { + "Ashen Forest (Act 6)", "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", "Steaming Springs (Map)", "Found in Maps", "Untainted Paradise (Map)", @@ -3441,6 +3632,7 @@ minions["Metadata/Monsters/StonebackRhoa/BrambleRhoa"] = { "MeleeAtAnimationSpeedStonebackRhoaFeet", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -3461,13 +3653,15 @@ minions["Metadata/Monsters/Wraith/WraithSpookyCold"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Undead", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Howling Caves (Act 6)", + "Ice Cave (Map)", "Lofty Summit (Map)", + "Stones of Serle (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 4)", }, @@ -3479,6 +3673,7 @@ minions["Metadata/Monsters/Wraith/WraithSpookyCold"] = { "GraveyardGhostDashToTargetFar", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3333] }, } @@ -3499,12 +3694,12 @@ minions["Metadata/Monsters/Wraith/WraithSpookyLightning"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", + "Stones of Serle (Act 6)", "Found in Maps", "Willow (Map)", }, @@ -3512,6 +3707,7 @@ minions["Metadata/Monsters/Wraith/WraithSpookyLightning"] = { "SpookyGhostLightningBounce", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3333] }, } @@ -3530,15 +3726,14 @@ minions["Metadata/Monsters/FungusZombie/FungusZombieMedium"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 9, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Undead", spawnLocation = { + "Ashen Forest (Act 6)", "Decay (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", "The Grim Tangle (Act 1)", - "The Grim Tangle (Act 4)", "Found in Maps", }, skillList = { @@ -3548,6 +3743,7 @@ minions["Metadata/Monsters/FungusZombie/FungusZombieMedium"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -3566,16 +3762,15 @@ minions["Metadata/Monsters/FungusZombie/FungusZombieFungalmancer"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 15, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { + "Ashen Forest (Act 6)", "Decay (Map)", "Seepage (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", "The Grim Tangle (Act 1)", - "The Grim Tangle (Act 4)", "Found in Maps", }, skillList = { @@ -3584,6 +3779,7 @@ minions["Metadata/Monsters/FungusZombie/FungusZombieFungalmancer"] = { "FungalCascadeSpawn", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -3602,12 +3798,11 @@ minions["Metadata/Monsters/MudGolem/MudGolem"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 80, + spectreReservation = 72, companionReservation = 38.4, monsterCategory = "Construct", spawnLocation = { "Mud Burrow (Act 1)", - "Mud Burrow (Act 4)", "Found in Maps", }, skillList = { @@ -3616,6 +3811,7 @@ minions["Metadata/Monsters/MudGolem/MudGolem"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3650] }, } @@ -3634,13 +3830,13 @@ minions["Metadata/Monsters/MudGolem/SandGolem"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { "Deserted (Map)", "Keth (Act 2)", - "Keth (Act 5)", + "The Khari Crossing (Act 6)", "Found in Maps", }, skillList = { @@ -3648,6 +3844,7 @@ minions["Metadata/Monsters/MudGolem/SandGolem"] = { "GASandGolemSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3650] }, } @@ -3670,9 +3867,7 @@ minions["Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmed"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { - "Clearfell (Act 4)", "The Riverbank (Act 1)", - "The Riverbank (Act 4)", "Found in Maps", }, skillList = { @@ -3680,6 +3875,7 @@ minions["Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmed"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -3709,6 +3905,7 @@ minions["Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedDryUnarmed"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -3728,15 +3925,13 @@ minions["Metadata/Monsters/Urchins/SlingUrchin1"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 30, + spectreReservation = 36, companionReservation = 24.3, monsterCategory = "Undead", spawnLocation = { "Clearfell (Act 1)", - "Clearfell (Act 4)", + "The Ezomyte Megaliths (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", - "The Phaaryl Megalith (Map)", "Found in Maps", }, skillList = { @@ -3748,6 +3943,7 @@ minions["Metadata/Monsters/Urchins/SlingUrchin1"] = { -- MonsterNecromancerRaisable [undead_description = 1] -- MonsterSpellActionDistanceVariation20 [spell_maximum_action_distance_+% = -20] mod("Speed", "MORE", -10, 1, 0), -- MonsterAttackSpeedPenalties10 [active_skill_attack_speed_+%_final = -10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -3769,15 +3965,13 @@ minions["Metadata/Monsters/Hags/UrchinHag1"] = { weaponType1 = "Dagger", weaponType2 = "None", baseMovementSpeed = 11, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { "Clearfell (Act 1)", - "Clearfell (Act 4)", + "The Ezomyte Megaliths (Map)", "The Grelwood (Act 1)", - "The Grelwood (Act 4)", - "The Phaaryl Megalith (Map)", "Found in Maps", }, skillList = { @@ -3787,6 +3981,7 @@ minions["Metadata/Monsters/Hags/UrchinHag1"] = { "HagRaiseDeadAoE", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 5333] }, } @@ -3806,13 +4001,12 @@ minions["Metadata/Monsters/Hags/TrenchHag"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { + "Glacial Tarn (Act 6)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", - "The Riverbank (Act 4)", "Found in Maps", }, skillList = { @@ -3823,6 +4017,7 @@ minions["Metadata/Monsters/Hags/TrenchHag"] = { "EGTrenchHagRevive", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -3841,12 +4036,16 @@ minions["Metadata/Monsters/HuhuGrub/HuhuGrubLarvaeSpectre"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 22, - spectreReservation = 30, + spectreReservation = 34, companionReservation = 23.1, monsterCategory = "Beast", spawnLocation = { + "Abyssal Depths (Act 2)", + "Dark Domain", + "Lightless Passage (Act 2)", + "Lightless Void", "Mud Burrow (Act 1)", - "Mud Burrow (Act 4)", + "Pools of Khatal (Act 6)", "Found in Maps", }, skillList = { @@ -3872,12 +4071,12 @@ minions["Metadata/Monsters/Stalker/Stalker"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 52, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Demon", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Holten (Act 6)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -3885,6 +4084,7 @@ minions["Metadata/Monsters/Stalker/Stalker"] = { "TauntStalker", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2617] }, } @@ -3908,18 +4108,15 @@ minions["Metadata/Monsters/BloodMonsters/BloodCourtesan1"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 30, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { "Bloodwood (Map)", + "Holten Estate (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", - "Ogham Village (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -3933,6 +4130,7 @@ minions["Metadata/Monsters/BloodMonsters/BloodCourtesan1"] = { "CourtesanBloodSpear3", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3317] }, } @@ -3952,14 +4150,13 @@ minions["Metadata/Monsters/BloodMonsters/BloodCarrier1"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 40, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -3969,6 +4166,7 @@ minions["Metadata/Monsters/BloodMonsters/BloodCarrier1"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -3988,19 +4186,16 @@ minions["Metadata/Monsters/BloodMonsters/BloodCretin1"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Demon", spawnLocation = { "Bloodwood (Map)", + "Holten Estate (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -4010,6 +4205,7 @@ minions["Metadata/Monsters/BloodMonsters/BloodCretin1"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2250] }, } @@ -4029,17 +4225,15 @@ minions["Metadata/Monsters/BloodMonsters/BloodCollector1__"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Demon", spawnLocation = { "Bloodwood (Map)", + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -4049,6 +4243,7 @@ minions["Metadata/Monsters/BloodMonsters/BloodCollector1__"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2250] }, } @@ -4069,22 +4264,23 @@ minions["Metadata/Monsters/Knight/DeathKnight1"] = { accuracy = 1, weaponType1 = "Two Handed Axe", baseMovementSpeed = 11, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Construct", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Holten (Act 6)", "Necropolis (Map)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", + "Wolvenhold (Act 6)", }, skillList = { "DeathKnightSlamEAA", "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -4105,16 +4301,16 @@ minions["Metadata/Monsters/Knight/DeathKnightNecropolisElite"] = { accuracy = 1, weaponType1 = "Two Handed Axe", baseMovementSpeed = 11, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Construct", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Holten (Act 6)", "Necropolis (Map)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", + "Wolvenhold (Act 6)", }, skillList = { "DeathKnightSlamEAA", @@ -4123,6 +4319,7 @@ minions["Metadata/Monsters/Knight/DeathKnightNecropolisElite"] = { "GADeathKnightOverheadslam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -4144,12 +4341,12 @@ minions["Metadata/Monsters/Gargoyle/GargoyleGolemRed"] = { weaponType1 = "One Handed Sword", weaponType2 = "Shield", baseMovementSpeed = 23, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Construct", spawnLocation = { + "Holten (Act 6)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -4158,6 +4355,7 @@ minions["Metadata/Monsters/Gargoyle/GargoyleGolemRed"] = { modList = { mod("BlockChance", "BASE", 100, 0, 0), -- MonsterBlock100 [monster_base_block_% = 100] mod("BlockChanceMax", "BASE", 25, 0, 0), -- MonsterBlock100 [additional_maximum_block_% = 25] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3183] }, } @@ -4178,18 +4376,16 @@ minions["Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxe__"] = { accuracy = 1, weaponType1 = "One Handed Axe", baseMovementSpeed = 28, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Undead", spawnLocation = { "Bastille (Map)", + "Farmlands Hideout (Map)", "Grimhaven (Map)", "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", "The Manor Ramparts (Act 1)", - "The Manor Ramparts (Act 4)", "Found in Maps", }, skillList = { @@ -4197,6 +4393,7 @@ minions["Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxe__"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2200] }, } @@ -4216,18 +4413,19 @@ minions["Metadata/Monsters/Crow/CrowCarrion"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 18, - spectreReservation = 30, + spectreReservation = 36, companionReservation = 24.3, monsterCategory = "Beast", spawnLocation = { "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", + "Scorched Farmlands (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2000] }, } @@ -4247,12 +4445,12 @@ minions["Metadata/Monsters/BrambleHulk/BrambleHulk1"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", + "Kriar Village (Act 6)", "Found in Maps", "Untainted Paradise (Map)", }, @@ -4264,6 +4462,7 @@ minions["Metadata/Monsters/BrambleHulk/BrambleHulk1"] = { "BrambleHulkSlamTriggered", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2900] }, } @@ -4283,12 +4482,12 @@ minions["Metadata/Monsters/Ghouls/GhoulCommander"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 65, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Demon", spawnLocation = { + "Holten (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", @@ -4297,6 +4496,7 @@ minions["Metadata/Monsters/Ghouls/GhoulCommander"] = { "GhoulCommanderHowl", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2533] }, } @@ -4316,17 +4516,18 @@ minions["Metadata/Monsters/Ghouls/Ghoul"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 35, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Demon", spawnLocation = { + "Holten (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -4345,15 +4546,14 @@ minions["Metadata/Monsters/Zombies/Fungal/FungalArtillery1__"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 8, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Beast", spawnLocation = { + "Ashen Forest (Act 6)", "Decay (Map)", "Seepage (Map)", - "The Grelwood (Act 4)", "The Grim Tangle (Act 1)", - "The Grim Tangle (Act 4)", "Found in Maps", }, skillList = { @@ -4361,6 +4561,7 @@ minions["Metadata/Monsters/Zombies/Fungal/FungalArtillery1__"] = { "FungalArtilleryFungalGroundFromMortar", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -4383,12 +4584,11 @@ minions["Metadata/Monsters/Wretches/CoffinWretch1"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 15, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Undead", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", "Found in Maps", }, skillList = { @@ -4396,6 +4596,7 @@ minions["Metadata/Monsters/Wretches/CoffinWretch1"] = { "CoffinWretchBabySoulrend2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3033] }, } @@ -4415,12 +4616,12 @@ minions["Metadata/Monsters/Wretches/StatueWretch"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 8, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Undead", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Holten (Act 6)", "Found in Maps", }, skillList = { @@ -4428,6 +4629,7 @@ minions["Metadata/Monsters/Wretches/StatueWretch"] = { "BurdenedWretchSlamCloseRange", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2866] }, } @@ -4447,12 +4649,12 @@ minions["Metadata/Monsters/Wretches/StatueWretchElite"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 10, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Undead", spawnLocation = { "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", + "Holten (Act 6)", "Found in Maps", }, skillList = { @@ -4467,6 +4669,7 @@ minions["Metadata/Monsters/Wretches/StatueWretchElite"] = { "BearerOfPenitenceSlam8", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2866] }, } @@ -4486,18 +4689,18 @@ minions["Metadata/Monsters/Frog/PaleFrog1"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 22, - spectreReservation = 50, + spectreReservation = 46, companionReservation = 28.5, monsterCategory = "Beast", spawnLocation = { "The Red Vale (Act 1)", - "The Red Vale (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", "PaleFrogShieldCharge", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2066] }, } @@ -4516,7 +4719,7 @@ minions["Metadata/Monsters/ReliquaryMonster/PitCrawler1"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 35, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Demon", spawnLocation = { @@ -4547,13 +4750,13 @@ minions["Metadata/Monsters/BoneStalker/TombStalker1"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Construct", spawnLocation = { + "Sel Khari Sanctuary (Act 6)", "Found in Maps", "Tomb of the Consort (Act 1)", - "Tomb of the Consort (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", @@ -4561,6 +4764,7 @@ minions["Metadata/Monsters/BoneStalker/TombStalker1"] = { "TombStalkerLeapSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2766] }, } @@ -4581,13 +4785,13 @@ minions["Metadata/Monsters/Sentinels/TendrilSentinel1__"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Humanoid", spawnLocation = { "Derelict Mansion (Map)", + "Holten Estate (Act 6)", "Ogham Manor (Act 1)", - "Ogham Manor (Act 4)", "Found in Maps", }, skillList = { @@ -4599,6 +4803,7 @@ minions["Metadata/Monsters/Sentinels/TendrilSentinel1__"] = { "OssuaryWitchRemoteHandSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -4623,7 +4828,6 @@ minions["Metadata/Monsters/Wolves/RottenWolf1_"] = { monsterCategory = "Beast", spawnLocation = { "Clearfell (Act 1)", - "Clearfell (Act 4)", "Found in Maps", }, skillList = { @@ -4632,6 +4836,7 @@ minions["Metadata/Monsters/Wolves/RottenWolf1_"] = { }, modList = { mod("Speed", "MORE", -10, 1, 0), -- MonsterAttackSpeedPenalties10 [active_skill_attack_speed_+%_final = -10] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2000] }, } @@ -4655,14 +4860,15 @@ minions["Metadata/Monsters/Wolves/FungalWolf1_"] = { companionReservation = 30, monsterCategory = "Beast", spawnLocation = { + "Ashen Forest (Act 6)", "The Grim Tangle (Act 1)", - "The Grim Tangle (Act 4)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2000] }, } @@ -4685,23 +4891,28 @@ minions["Metadata/Monsters/Skeletons/Basic/GraveSkeletonUnarmed"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Abandoned Prison (Act 4)", "Cemetery of the Eternals (Act 1)", - "Cemetery of the Eternals (Act 4)", "Crypt (Map)", + "Epitaph (Map)", + "Holten (Act 6)", + "Ice Cave (Map)", "Lofty Summit (Map)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", "Necropolis (Map)", + "Riverhold (Map)", + "Stronghold (Map)", "Found in Maps", "Tomb of the Consort (Act 1)", - "Tomb of the Consort (Act 4)", "Willow (Map)", + "Wolvenhold (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -4727,9 +4938,8 @@ minions["Metadata/Monsters/SnakeFlowerMan/BloomSerpent1"] = { spawnLocation = { "Blooming Field (Map)", "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", + "Kriar Village (Act 6)", "The Red Vale (Act 1)", - "The Red Vale (Act 4)", "Found in Maps", }, skillList = { @@ -4737,6 +4947,7 @@ minions["Metadata/Monsters/SnakeFlowerMan/BloomSerpent1"] = { "SnakeFlowerManProjectile", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2700] }, } @@ -4760,8 +4971,9 @@ minions["Metadata/Monsters/Zombies/Farmer/FarmerZombieMedium"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Farmlands Hideout (Map)", "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", + "Scorched Farmlands (Act 6)", "Found in Maps", }, skillList = { @@ -4769,6 +4981,7 @@ minions["Metadata/Monsters/Zombies/Farmer/FarmerZombieMedium"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -4793,7 +5006,7 @@ minions["Metadata/Monsters/Zombies/Burned/BurnedLumberjackUnarmed"] = { spawnLocation = { "Inferno (Map)", "Ogham Village (Act 1)", - "Ogham Village (Act 4)", + "Scorched Farmlands (Act 6)", "Found in Maps", }, skillList = { @@ -4801,6 +5014,7 @@ minions["Metadata/Monsters/Zombies/Burned/BurnedLumberjackUnarmed"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -4820,12 +5034,12 @@ minions["Metadata/Monsters/Monkeys/Bramble/BrambleMonkey1"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Beast", spawnLocation = { "Hunting Grounds (Act 1)", - "Hunting Grounds (Act 4)", + "Kriar Village (Act 6)", "Found in Maps", "Untainted Paradise (Map)", }, @@ -4833,6 +5047,7 @@ minions["Metadata/Monsters/Monkeys/Bramble/BrambleMonkey1"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -4853,25 +5068,23 @@ minions["Metadata/Monsters/RisenArbalest__"] = { accuracy = 1, weaponType1 = "Bow", baseMovementSpeed = 8, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Undead", spawnLocation = { - "Abyss (Map)", "Buried Shrines (Act 2)", - "Buried Shrines (Act 5)", + "Marrow (Map)", + "Qimah (Act 6)", "Rustbowl (Map)", + "Sel Khari Sanctuary (Act 6)", + "The Ezomyte Megaliths (Map)", + "The Khari Crossing (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", - "The Phaaryl Megalith (Map)", "The Red Vale (Act 1)", - "The Red Vale (Act 4)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 2)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "RisenArbalestRainOfArrows", @@ -4882,6 +5095,8 @@ minions["Metadata/Monsters/RisenArbalest__"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_use_melee_pattern_range [set_use_melee_pattern_range = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2415] }, } @@ -4901,22 +5116,21 @@ minions["Metadata/Monsters/Bugbot/BugbotRockyNoEmerge"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 31, - spectreReservation = 30, + spectreReservation = 34, companionReservation = 23.1, monsterCategory = "Construct", spawnLocation = { "Hidden Grotto (Map)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 1)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2444] }, } @@ -4936,12 +5150,12 @@ minions["Metadata/Monsters/FaridunLizards/FaridunLizard_"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Beast", spawnLocation = { + "Pools of Khatal (Act 6)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", "Found in Maps", }, skillList = { @@ -4968,12 +5182,11 @@ minions["Metadata/Monsters/FaridunLizards/FaridunLizard_Armoured_"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Beast", spawnLocation = { "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", "Found in Maps", }, skillList = { @@ -5000,14 +5213,12 @@ minions["Metadata/Monsters/Parasites/FishParasite"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 23, - spectreReservation = 30, + spectreReservation = 34, companionReservation = 23.1, monsterCategory = "Beast", spawnLocation = { "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -5018,6 +5229,7 @@ minions["Metadata/Monsters/Parasites/FishParasite"] = { "GSParasiticFishMortarAir", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2667] }, } @@ -5037,7 +5249,7 @@ minions["Metadata/Monsters/Parasites/PirateFishParasite"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 23, - spectreReservation = 30, + spectreReservation = 34, companionReservation = 23.1, monsterCategory = "Beast", spawnLocation = { @@ -5050,6 +5262,7 @@ minions["Metadata/Monsters/Parasites/PirateFishParasite"] = { "GSParasiticFishMortarAir", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2667] }, } @@ -5077,6 +5290,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Zombies/ExpeditionBasicZombie"] = "MeleeAtAnimationSpeed", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -5095,7 +5310,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Zombies/ExpeditionZombieLarge"] = attackRange = 13, accuracy = 1, baseMovementSpeed = 9, - spectreReservation = 80, + spectreReservation = 72, companionReservation = 38.4, monsterCategory = "Undead", spawnLocation = { @@ -5106,6 +5321,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Zombies/ExpeditionZombieLarge"] = "GAExpeditionZombieEarthquakeExplosion", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5128,7 +5344,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/MercurialArmour/MercurialArmourCa attackRange = 14, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { @@ -5138,6 +5354,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/MercurialArmour/MercurialArmourCa "GSMercurialCasterBlast", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -5159,7 +5377,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/MercurialArmour/MercurialArmourAx weaponType1 = "One Handed Axe", weaponType2 = "Shield", baseMovementSpeed = 37, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { @@ -5171,6 +5389,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/MercurialArmour/MercurialArmourAx modList = { mod("BlockChance", "BASE", 30, 0, 0), -- MonsterAttackBlock30Bypass15 [monster_base_block_% = 30] mod("BlockEffect", "BASE", 15, 0, 0), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5190,7 +5409,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Urchin/ExpeditionUrchin"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 41, - spectreReservation = 30, + spectreReservation = 36, companionReservation = 24.3, monsterCategory = "Undead", spawnLocation = { @@ -5202,6 +5421,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Urchin/ExpeditionUrchin"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -5224,7 +5445,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Arbalest/ExpeditionArbalest"] = { attackRange = 65, accuracy = 1, baseMovementSpeed = 8, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Undead", spawnLocation = { @@ -5240,6 +5461,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Arbalest/ExpeditionArbalest"] = { "SSMArbalestGroundSpawn", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5260,7 +5482,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/DeathKnight/ExpeditionDeathKnight accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 13, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { @@ -5272,6 +5494,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/DeathKnight/ExpeditionDeathKnight "WalkEmergeExpeditionDeathKnight", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5292,7 +5515,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/VaalArmour/ExpeditionArmourCaster accuracy = 1, weaponType1 = "Staff", baseMovementSpeed = 47, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Undead", spawnLocation = { @@ -5307,6 +5530,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/VaalArmour/ExpeditionArmourCaster "GSArmourCasterVolatileExplode", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2233] }, } @@ -5329,7 +5554,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Golemancer/ExpeditionGolemancer"] attackRange = 28, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { @@ -5340,6 +5565,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/Golemancer/ExpeditionGolemancer"] "SSMExpeditionVolatileZombie", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3333] }, } @@ -5358,7 +5585,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/BoneCultist/ExpeditionBoneCultist attackRange = 6, accuracy = 1, baseMovementSpeed = 20, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { @@ -5372,6 +5599,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/BoneCultist/ExpeditionBoneCultist "GTExpeditionCultistEgg", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5399,6 +5627,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/RatMonster/ExpeditionRat"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -5418,7 +5647,7 @@ minions["Metadata/Monsters/LeagueExpeditionNew/ScytheHand/ExpeditionScytheHand_" attackRange = 12, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { @@ -5433,6 +5662,8 @@ minions["Metadata/Monsters/LeagueExpeditionNew/ScytheHand/ExpeditionScytheHand_" }, modList = { -- MonsterMaimOnHit [global_maim_on_hit = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -5453,14 +5684,13 @@ minions["Metadata/Monsters/TwigMonsters/canopy/TwigMonster"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", - "The Grelwood (Act 4)", - "The Phaaryl Megalith (Map)", + "Stones of Serle (Act 6)", + "The Ezomyte Megaliths (Map)", "Found in Maps", }, skillList = { @@ -5470,6 +5700,8 @@ minions["Metadata/Monsters/TwigMonsters/canopy/TwigMonster"] = { "TBTwigMonsterPodBeam", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -5491,7 +5723,7 @@ minions["Metadata/Monsters/SaplingMonster/TwigMonsterArchnemesis"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Construct", spawnLocation = { @@ -5503,6 +5735,8 @@ minions["Metadata/Monsters/SaplingMonster/TwigMonsterArchnemesis"] = { "TBTwigMonsterPodBeam", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -5521,14 +5755,14 @@ minions["Metadata/Monsters/DemonSpiders/MeleeSpider"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 20, - spectreReservation = 50, + spectreReservation = 46, companionReservation = 28.5, monsterCategory = "Beast", spawnLocation = { + "Ashen Forest (Act 6)", "Spider Woods (Map)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 1)", }, skillList = { @@ -5537,6 +5771,7 @@ minions["Metadata/Monsters/DemonSpiders/MeleeSpider"] = { "MeleeSpiderViperStrike", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -5555,14 +5790,13 @@ minions["Metadata/Monsters/DemonSpiders/SpiderSabre"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 50, + spectreReservation = 46, companionReservation = 28.5, monsterCategory = "Beast", spawnLocation = { - "Deshar (Act 2)", - "Deshar (Act 5)", + "Ashen Forest (Act 6)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", + "The Khari Crossing (Act 6)", "Found in Maps", }, skillList = { @@ -5575,6 +5809,7 @@ minions["Metadata/Monsters/DemonSpiders/SpiderSabre"] = { "DTTSabreSpiderLeap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2466] }, } @@ -5593,7 +5828,7 @@ minions["Metadata/Monsters/RamGiant/RamGiant"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { @@ -5607,6 +5842,8 @@ minions["Metadata/Monsters/RamGiant/RamGiant"] = { "GARamGiantStomp", }, modList = { + -- set_use_melee_pattern_range [set_use_melee_pattern_range = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3400] }, } @@ -5625,12 +5862,12 @@ minions["Metadata/Monsters/RamGiant/RamGiantQuarry"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", + "The Galai Gates (Act 6)", "Found in Maps", }, skillList = { @@ -5642,6 +5879,8 @@ minions["Metadata/Monsters/RamGiant/RamGiantQuarry"] = { "GARamGiantStomp", }, modList = { + -- set_use_melee_pattern_range [set_use_melee_pattern_range = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3400] }, } @@ -5661,16 +5900,15 @@ minions["Metadata/Monsters/RamGiant/RottingRamGiant_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Undead", spawnLocation = { "Cenotes (Map)", + "Pools of Khatal (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", @@ -5681,6 +5919,7 @@ minions["Metadata/Monsters/RamGiant/RottingRamGiant_"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3650] }, } @@ -5700,7 +5939,7 @@ minions["Metadata/Monsters/RamGiant/RottingRamGiantBog"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Undead", spawnLocation = { @@ -5714,6 +5953,7 @@ minions["Metadata/Monsters/RamGiant/RottingRamGiantBog"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3650] }, } @@ -5736,15 +5976,17 @@ minions["Metadata/Monsters/MaggotHusks/MaggotHusk"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Pools of Khatal (Act 6)", "Found in Maps", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_use_melee_pattern_range [set_use_melee_pattern_range = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -5763,14 +6005,14 @@ minions["Metadata/Monsters/SerpentClanMonster/SerpentClan1"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Beast", spawnLocation = { "Keth (Act 2)", - "Keth (Act 5)", + "Ornate Chambers (Map)", + "Sel Khari Sanctuary (Act 6)", "The Lost City (Act 2)", - "The Lost City (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 1)", "Trial of the Sekhemas (Floor 3)", @@ -5781,12 +6023,13 @@ minions["Metadata/Monsters/SerpentClanMonster/SerpentClan1"] = { "GSSerpentClanAcidSpit", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 4067] }, } -minions["Metadata/Monsters/SaltGolem/SaltGolemNoEmerge"] = { +minions["Metadata/Monsters/SaltGolem/SaltGolem_"] = { name = "Quake Golem", - monsterTags = { "allows_inc_aoe", "construct", "melee", "MonsterBlunt_onhit_audio", "not_dex", "not_int", "physical_affinity", "sanctum_monster", "very_slow_movement", }, + monsterTags = { "allows_inc_aoe", "construct", "melee", "MonsterBlunt_onhit_audio", "not_dex", "not_int", "physical_affinity", "very_slow_movement", }, life = 1.8, baseDamageIgnoresAttackSpeed = true, armour = 1, @@ -5800,17 +6043,15 @@ minions["Metadata/Monsters/SaltGolem/SaltGolemNoEmerge"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Construct", spawnLocation = { "Hidden Grotto (Map)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 1)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "GASaltGolemMelee", @@ -5820,6 +6061,7 @@ minions["Metadata/Monsters/SaltGolem/SaltGolemNoEmerge"] = { "GASaltGolemEarthquakeLargeImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3133] }, } @@ -5844,12 +6086,12 @@ minions["Metadata/Monsters/HyenaMonster/HyenaMonster"] = { monsterCategory = "Beast", spawnLocation = { "Mesa (Map)", + "Qimah (Act 6)", "Savannah (Map)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", + "Wetlands (Map)", }, skillList = { "MeleeAtAnimationSpeed", @@ -5859,6 +6101,7 @@ minions["Metadata/Monsters/HyenaMonster/HyenaMonster"] = { "WalkEmergeHyena", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2000] }, } @@ -5877,17 +6120,17 @@ minions["Metadata/Monsters/HyenaMonster/HyenaCentaurSpear"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 39, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { "Mesa (Map)", + "Qimah (Act 6)", "Savannah (Map)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", + "Wetlands (Map)", }, skillList = { "HyenaCentaurMeleeStab", @@ -5897,6 +6140,7 @@ minions["Metadata/Monsters/HyenaMonster/HyenaCentaurSpear"] = { "EGHyenaDogpileBig", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3033] }, } @@ -5918,12 +6162,13 @@ minions["Metadata/Monsters/VultureRegurgitator/VultureRegurgitator_"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Beast", spawnLocation = { + "Confluence (Map)", "Deshar (Act 2)", - "Deshar (Act 5)", + "The Khari Crossing (Act 6)", "Found in Maps", }, skillList = { @@ -5934,6 +6179,9 @@ minions["Metadata/Monsters/VultureRegurgitator/VultureRegurgitator_"] = { "CGEVultureRegurgGasCloud", }, modList = { + -- has_quadruped_head_control [has_quadruped_head_control = 1] + -- quadruped_head_turn_duration_ms [quadruped_head_turn_duration_ms = 200] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2800] }, } @@ -5953,13 +6201,13 @@ minions["Metadata/Monsters/SandLeaper02/DesertLeaper1_"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 56, - spectreReservation = 30, + spectreReservation = 34, companionReservation = 23.1, monsterCategory = "Beast", spawnLocation = { + "The Khari Crossing (Act 6)", "Found in Maps", "Vastiri Outskirts (Act 2)", - "Vastiri Outskirts (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", @@ -5974,6 +6222,7 @@ minions["Metadata/Monsters/SandLeaper02/DesertLeaper1_"] = { "GACragLeaperLeapSulphur", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -5996,13 +6245,13 @@ minions["Metadata/Monsters/SkeletonGolemancer/SkeletonGolemancer"] = { weaponType1 = "One Handed Mace", weaponType2 = "One Handed Mace", baseMovementSpeed = 32, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { + "Epitaph (Map)", "Found in Maps", "Tomb of the Consort (Act 1)", - "Tomb of the Consort (Act 4)", }, skillList = { "SSMBoneGolemancerSkeletons", @@ -6013,6 +6262,7 @@ minions["Metadata/Monsters/SkeletonGolemancer/SkeletonGolemancer"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3100] }, } @@ -6035,21 +6285,20 @@ minions["Metadata/Monsters/SandGolemancer/SandGolemancer"] = { weaponType1 = "One Handed Mace", weaponType2 = "One Handed Mace", baseMovementSpeed = 32, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { "Deserted (Map)", "Keth (Act 2)", - "Keth (Act 5)", + "Sel Khari Sanctuary (Act 6)", + "The Khari Crossing (Act 6)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 2)", "Trial of the Sekhemas (Floor 3)", "Trial of the Sekhemas (Floor 4)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", @@ -6058,6 +6307,7 @@ minions["Metadata/Monsters/SandGolemancer/SandGolemancer"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3100] }, } @@ -6078,14 +6328,14 @@ minions["Metadata/Monsters/MarAcolyte/MarAcolyte"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { - "Abyss (Map)", "Buried Shrines (Act 2)", - "Buried Shrines (Act 5)", "Channel (Map)", + "Marrow (Map)", + "Qimah (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 2)", }, @@ -6095,6 +6345,7 @@ minions["Metadata/Monsters/MarAcolyte/MarAcolyte"] = { "MarAcolyteThrowFire", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2083] }, } @@ -6114,13 +6365,13 @@ minions["Metadata/Monsters/WingedFiend/WingedFiend"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 19, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Beast", spawnLocation = { "Alpine Ridge (Map)", + "Qimah (Act 6)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -6153,8 +6404,8 @@ minions["Metadata/Monsters/RockSliderSpectre"] = { companionReservation = 26.1, monsterCategory = "Beast", spawnLocation = { + "Isle of Kin (Act 4)", "The Halani Gates (Act 2)", - "The Halani Gates (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 1)", }, @@ -6164,6 +6415,7 @@ minions["Metadata/Monsters/RockSliderSpectre"] = { "RockSliderEmergeEG", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2466] }, } @@ -6188,17 +6440,18 @@ minions["Metadata/Monsters/SkeletonSnake"] = { monsterCategory = "Undead", spawnLocation = { "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", "Penitentiary (Map)", + "Qimah (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MeleeAtAnimationSpeed", "MonsterPuncture", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -6217,22 +6470,24 @@ minions["Metadata/Monsters/PitifulFabrications/PitifulFabrication01"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Undead", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", + "Qimah (Act 6)", + "Scorched Farmlands (Act 6)", + "Sel Khari Sanctuary (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MPWAzmeriPitifulFabricationSkullThrow", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -6254,17 +6509,18 @@ minions["Metadata/Monsters/PitifulFabrications/Canopy/PitifulFabrication02"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 19, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Undead", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", + "Qimah (Act 6)", + "Scorched Farmlands (Act 6)", + "Sel Khari Sanctuary (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "AzmeriFabricationDespair", @@ -6272,6 +6528,10 @@ minions["Metadata/Monsters/PitifulFabrications/Canopy/PitifulFabrication02"] = { "AzmeriFabricationEnfeeble", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- strafe_distance_+% [strafe_distance_+% = -21] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600] + mod("EnemyCurseLimit", "BASE", 3, 0, 0), -- number_of_additional_curses_allowed [number_of_additional_curses_allowed = 3] }, } @@ -6290,22 +6550,24 @@ minions["Metadata/Monsters/PitifulFabrications/PitifulFabrication03_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Undead", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "Mastodon Badlands (Act 2)", - "Mastodon Badlands (Act 5)", + "Qimah (Act 6)", + "Scorched Farmlands (Act 6)", + "Sel Khari Sanctuary (Act 6)", "The Bone Pits (Act 2)", - "The Bone Pits (Act 5)", "Found in Maps", + "Wayward Isle (Map)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2950] }, } @@ -6329,7 +6591,6 @@ minions["Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoUnarmed_"] = monsterCategory = "Undead", spawnLocation = { "The Titan Grotto (Act 2)", - "The Titan Grotto (Act 5)", "Found in Maps", }, skillList = { @@ -6337,6 +6598,7 @@ minions["Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoUnarmed_"] = }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -6361,7 +6623,6 @@ minions["Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoSword_"] = { monsterCategory = "Undead", spawnLocation = { "The Titan Grotto (Act 2)", - "The Titan Grotto (Act 5)", "Found in Maps", }, skillList = { @@ -6369,6 +6630,7 @@ minions["Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoSword_"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] }, } @@ -6392,7 +6654,6 @@ minions["Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoCaster"] = { monsterCategory = "Undead", spawnLocation = { "The Titan Grotto (Act 2)", - "The Titan Grotto (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 4)", }, @@ -6423,14 +6684,14 @@ minions["Metadata/Monsters/PorcupineAnt/PorcupineAntSmall"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 21, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Beast", spawnLocation = { + "Confluence (Map)", "Deshar (Act 2)", - "Deshar (Act 5)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", + "The Khari Crossing (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 1)", "Trial of the Sekhemas (Floor 3)", @@ -6441,6 +6702,7 @@ minions["Metadata/Monsters/PorcupineAnt/PorcupineAntSmall"] = { "MMAPorcupineAntSpikeball", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600] }, } @@ -6460,13 +6722,13 @@ minions["Metadata/Monsters/CaveDweller/CaveDweller"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Beast", spawnLocation = { + "Qimah Reservoir (Act 6)", "Found in Maps", "Traitor's Passage (Act 2)", - "Traitor's Passage (Act 5)", "Trial of the Sekhemas (Floor 1)", }, skillList = { @@ -6476,6 +6738,7 @@ minions["Metadata/Monsters/CaveDweller/CaveDweller"] = { "GSCaveDwellerSuperProjectile", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -6495,12 +6758,12 @@ minions["Metadata/Monsters/MineBat/MineBatDesertCaveNoEmerge"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 26, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Beast", spawnLocation = { "Buried Shrines (Act 2)", - "Buried Shrines (Act 5)", + "Qimah Reservoir (Act 6)", "Trial of the Sekhemas (Floor 3)", }, skillList = { @@ -6510,6 +6773,7 @@ minions["Metadata/Monsters/MineBat/MineBatDesertCaveNoEmerge"] = { }, modList = { -- ShockArtVariationDivine [shock_art_variation = 2] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 1715] }, } @@ -6529,13 +6793,13 @@ minions["Metadata/Monsters/SummonedPhantasm/DesertPhantasm"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 40, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Undead", spawnLocation = { "Buried Shrines (Act 2)", - "Buried Shrines (Act 5)", "Channel (Map)", + "Qimah Reservoir (Act 6)", "The Lost City (Act 2)", "Found in Maps", "Trial of the Sekhemas (Floor 2)", @@ -6549,43 +6813,7 @@ minions["Metadata/Monsters/SummonedPhantasm/DesertPhantasm"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] - }, -} - -minions["Metadata/Monsters/VultureZombie/VultureDemon"] = { - name = "Vile Vulture", - monsterTags = { "allows_inc_aoe", "beast", "Beast_onhit_audio", "fast_movement", "flying", "melee", "not_dex", "not_int", "physical_affinity", "red_blood", }, - extraFlags = { - recommendedSpectre = true, - recommendedBeast = true, - }, - life = 2.3, - baseDamageIgnoresAttackSpeed = true, - armour = 0.2, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1.73, - damageSpread = 0.2, - attackTime = 1.86, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 44, - spectreReservation = 120, - companionReservation = 45.6, - monsterCategory = "Beast", - spawnLocation = { - "Deshar (Act 2)", - "Deshar (Act 5)", - "Found in Maps", - }, - skillList = { - "MeleeAtAnimationSpeed", - "VultureDemonLeap", - "GAVultureZombieLeap", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2106] }, } @@ -6606,7 +6834,7 @@ minions["Metadata/Monsters/Kinarha/KinarhaSpectre"] = { accuracy = 1, weaponType1 = "Claw", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Construct", spawnLocation = { @@ -6640,12 +6868,11 @@ minions["Metadata/Monsters/Zombies/Maraketh/MarakethZombie"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Canyon (Map)", "Deshar (Act 2)", - "Deshar (Act 5)", "Path of Mourning (Act 2)", - "Path of Mourning (Act 5)", + "The Galai Gates (Act 6)", "The Spires of Deshar (Act 2)", - "The Spires of Deshar (Act 5)", "Found in Maps", }, skillList = { @@ -6656,6 +6883,7 @@ minions["Metadata/Monsters/Zombies/Maraketh/MarakethZombie"] = { -- MonsterNecromancerRaisable [undead_description = 1] -- MonsterGetsStunnedLonger30to70__ [stun_duration_on_self_+% = 30] -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -6679,17 +6907,16 @@ minions["Metadata/Monsters/PlagueMorphs/PlagueMorph1"] = { monsterCategory = "Demon", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", + "Pools of Khatal (Act 6)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -6709,22 +6936,22 @@ minions["Metadata/Monsters/PlagueSwarm/PlagueSwarm"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 50, - spectreReservation = 30, + spectreReservation = 29, companionReservation = 21.3, monsterCategory = "Beast", spawnLocation = { "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", + "Pools of Khatal (Act 6)", + "Qimah Reservoir (Act 6)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -6744,15 +6971,14 @@ minions["Metadata/Monsters/PlagueNymph/PlagueNymph_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 25, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Beast", spawnLocation = { + "Howling Caves (Act 6)", "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", - "Mud Burrow (Act 4)", + "Pools of Khatal (Act 6)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", "Found in Maps", }, skillList = { @@ -6778,16 +7004,15 @@ minions["Metadata/Monsters/PlagueBringer/PlagueBringer"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 56, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", + "Pools of Khatal (Act 6)", + "Qimah Reservoir (Act 6)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "The Dreadnought's Wake (Act 2)", - "The Dreadnought's Wake (Act 5)", "Found in Maps", }, skillList = { @@ -6797,6 +7022,7 @@ minions["Metadata/Monsters/PlagueBringer/PlagueBringer"] = { }, modList = { mod("PhysicalDamageLifeLeech", "BASE", 125, 1, 0), -- PlagueBringerLifeLeechInherent [base_life_leech_from_physical_attack_damage_permyriad = 12500] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2400] }, } @@ -6816,14 +7042,14 @@ minions["Metadata/Monsters/BrainWorm/DuneLurker_"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 40, - spectreReservation = 80, + spectreReservation = 72, companionReservation = 38.4, monsterCategory = "Beast", spawnLocation = { + "The Khari Crossing (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 3)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", @@ -6836,6 +7062,7 @@ minions["Metadata/Monsters/BrainWorm/DuneLurker_"] = { "GADuneLurkerEmergeAttack", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -6854,12 +7081,12 @@ minions["Metadata/Monsters/WingedCreature/WingedCreature"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Beast", spawnLocation = { + "Qimah Reservoir (Act 6)", "The Titan Grotto (Act 2)", - "The Titan Grotto (Act 5)", "Found in Maps", "Trial of the Sekhemas (Floor 4)", }, @@ -6869,6 +7096,7 @@ minions["Metadata/Monsters/WingedCreature/WingedCreature"] = { "GSWingedCreatureBallLightning", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3333] }, } @@ -6896,11 +7124,7 @@ minions["Metadata/Monsters/MantisRat/MantisRat"] = { companionReservation = 30, monsterCategory = "Beast", spawnLocation = { - "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", "Found in Maps", - "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MeleeAtAnimationSpeed", @@ -6927,7 +7151,7 @@ minions["Metadata/Monsters/MudGolem/MarshBruiser"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 12, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Construct", spawnLocation = { @@ -6938,6 +7162,7 @@ minions["Metadata/Monsters/MudGolem/MarshBruiser"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3650] }, } @@ -6962,8 +7187,8 @@ minions["Metadata/Monsters/BogBodies/BogCorpseUnarmed"] = { spawnLocation = { "Burial Bog (Map)", "Cenotes (Map)", + "Glacial Tarn (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", }, skillList = { @@ -6971,6 +7196,7 @@ minions["Metadata/Monsters/BogBodies/BogCorpseUnarmed"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -6996,8 +7222,8 @@ minions["Metadata/Monsters/BogBodies/BogCorpseOneHandAxe"] = { spawnLocation = { "Burial Bog (Map)", "Cenotes (Map)", + "Glacial Tarn (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", }, skillList = { @@ -7005,6 +7231,7 @@ minions["Metadata/Monsters/BogBodies/BogCorpseOneHandAxe"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -7026,13 +7253,13 @@ minions["Metadata/Monsters/TwigMonsters/DredgeFiend"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 11, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Construct", spawnLocation = { "Burial Bog (Map)", + "Glacial Tarn (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", }, skillList = { @@ -7043,6 +7270,7 @@ minions["Metadata/Monsters/TwigMonsters/DredgeFiend"] = { "GSDredgeMortarImpactAir", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -7065,7 +7293,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeStalker"] = { weaponType1 = "Two Handed Mace", weaponType2 = "Two Handed Mace", baseMovementSpeed = 46, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Humanoid", spawnLocation = { @@ -7074,6 +7302,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeStalker"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2550] }, } @@ -7099,7 +7328,6 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeSpearThrower"] = { monsterCategory = "Humanoid", spawnLocation = { "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Sulphuric Caverns (Map)", "Found in Maps", }, @@ -7114,6 +7342,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeSpearThrower"] = { "GAVaalSavageDaggerDashSlash2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -7139,7 +7368,6 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeSpearMelee"] = { monsterCategory = "Humanoid", spawnLocation = { "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Sulphuric Caverns (Map)", "Found in Maps", }, @@ -7147,6 +7375,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeSpearMelee"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -7172,7 +7401,6 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeDagger"] = { monsterCategory = "Humanoid", spawnLocation = { "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Sulphuric Caverns (Map)", "Found in Maps", }, @@ -7180,6 +7408,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeDagger"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -7200,12 +7429,11 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeShaman"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 9, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Sulphuric Caverns (Map)", "Found in Maps", }, @@ -7218,36 +7446,7 @@ minions["Metadata/Monsters/VaalSavage/CannibalTribeShaman"] = { "GSCannibalShamanProjImpactAir", }, modList = { - }, -} - -minions["Metadata/Monsters/VaalSavage/CannibalTribeGiant"] = { - name = "Orok Mauler", - monsterTags = { "2HBluntWood_onhit_audio", "allows_inc_aoe", "human", "humanoid", "medium_movement", "melee", "physical_affinity", "red_blood", }, - life = 2, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 2, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 23, - accuracy = 1, - weaponType1 = "Two Handed Mace", - baseMovementSpeed = 29, - spectreReservation = 100, - companionReservation = 42.3, - monsterCategory = "Humanoid", - spawnLocation = { - }, - skillList = { - "MeleeAtAnimationSpeed", - "GACannibalGiantGroundSlam", - "CGECannibalGiantCausticGround", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2210] }, } @@ -7270,14 +7469,14 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageStalker"] = { weaponType1 = "Two Handed Mace", weaponType2 = "Two Handed Mace", baseMovementSpeed = 46, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7292,6 +7491,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageStalker"] = { "GABogSavageStalkerSpinAttack", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -7313,14 +7513,14 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageSpearThrower_"] = { accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 51, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7335,6 +7535,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageSpearThrower_"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -7356,14 +7557,14 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageSpearMelee"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 51, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7371,6 +7572,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageSpearMelee"] = { "EASSavageWeaponFire", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2366] }, } @@ -7392,12 +7594,11 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageBeastMaster"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 13, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -7406,6 +7607,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageBeastMaster"] = { "DoLiterallyNothing", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -7427,14 +7629,14 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageDagger_"] = { accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 51, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7442,6 +7644,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageDagger_"] = { "EASSavageWeaponFire", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -7462,14 +7665,14 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageShaman"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 46, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7483,6 +7686,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageShaman"] = { "GSVaalShamanFireballImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -7504,14 +7708,13 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageBrute"] = { accuracy = 1, weaponType1 = "Spear", baseMovementSpeed = 15, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7523,6 +7726,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageBrute"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -7548,7 +7752,6 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageDelinquent"] = { monsterCategory = "Humanoid", spawnLocation = { "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "Found in Maps", }, skillList = { @@ -7579,8 +7782,8 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageTorchbearer"] = { companionReservation = 30, monsterCategory = "Humanoid", spawnLocation = { + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -7607,12 +7810,13 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageGiant"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 29, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Humanoid", spawnLocation = { + "Razed Fields (Map)", + "Scorched Farmlands (Act 6)", "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "Found in Maps", }, skillList = { @@ -7626,6 +7830,7 @@ minions["Metadata/Monsters/VaalSavage/VaalSavageGiant"] = { "GABogGiantFireSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3066] }, } @@ -7645,12 +7850,12 @@ minions["Metadata/Monsters/PlagueSwarm/BloodDrone"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 50, - spectreReservation = 30, + spectreReservation = 29, companionReservation = 21.3, monsterCategory = "Beast", spawnLocation = { + "Qimah (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", }, skillList = { @@ -7659,6 +7864,7 @@ minions["Metadata/Monsters/PlagueSwarm/BloodDrone"] = { "GABloodDroneDashAttach", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -7677,11 +7883,11 @@ minions["Metadata/Monsters/SwarmHost/SwarmHost"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, spawnLocation = { + "Qimah (Act 6)", "Sandswept Marsh (Act 3)", - "Sandswept Marsh (Act 6)", "Found in Maps", }, skillList = { @@ -7717,15 +7923,13 @@ minions["Metadata/Monsters/IgguranRaider/BladeStalkerPale"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 53, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Humanoid", spawnLocation = { "Headland (Map)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", "Found in Maps", }, skillList = { @@ -7734,6 +7938,7 @@ minions["Metadata/Monsters/IgguranRaider/BladeStalkerPale"] = { "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2800] }, } @@ -7753,12 +7958,11 @@ minions["Metadata/Monsters/IgguranRaider/BladeStalker"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 53, - spectreReservation = 80, + spectreReservation = 71, companionReservation = 37.8, monsterCategory = "Humanoid", spawnLocation = { "Temple of Kopec (Act 3)", - "Temple of Kopec (Act 6)", "Found in Maps", }, skillList = { @@ -7767,6 +7971,7 @@ minions["Metadata/Monsters/IgguranRaider/BladeStalker"] = { "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2800] }, } @@ -7785,15 +7990,13 @@ minions["Metadata/Monsters/Anchorite/AnchoriteSpawn_"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 27, - spectreReservation = 50, + spectreReservation = 46, companionReservation = 28.5, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Sinking Spire (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -7805,6 +8008,7 @@ minions["Metadata/Monsters/Anchorite/AnchoriteSpawn_"] = { "WalkEmergeQoFMinionsMap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2266] }, } @@ -7824,16 +8028,14 @@ minions["Metadata/Monsters/Anchorite/AnchoriteFlathead"] = { attackRange = 7, accuracy = 1, baseMovementSpeed = 8, - spectreReservation = 50, + spectreReservation = 48, companionReservation = 29.1, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "Sinking Spire (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -7846,6 +8048,7 @@ minions["Metadata/Monsters/Anchorite/AnchoriteFlathead"] = { "WalkEmergeQoFMinionsMap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -7866,12 +8069,11 @@ minions["Metadata/Monsters/Anchorite/AnchoriteMother"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 12, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "Found in Maps", }, @@ -7885,6 +8087,7 @@ minions["Metadata/Monsters/Anchorite/AnchoriteMother"] = { "WalkEmergeCenobiteSwarm", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -7904,15 +8107,14 @@ minions["Metadata/Monsters/BaneSapling/BaneSapling"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 16, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Beast", spawnLocation = { + "Glacial Tarn (Act 6)", "Hive (Map)", "Infested Barrens (Act 3)", - "Infested Barrens (Act 6)", "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", }, skillList = { "MMSBaneSapling", @@ -7922,6 +8124,7 @@ minions["Metadata/Monsters/BaneSapling/BaneSapling"] = { "GSBaneSaplingMortarImpactWall", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -7941,14 +8144,12 @@ minions["Metadata/Monsters/ArmadilloDemon/ArmadilloDemon"] = { attackRange = 19, accuracy = 1, baseMovementSpeed = 23, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { "Infested Barrens (Act 3)", - "Infested Barrens (Act 6)", "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", "Found in Maps", "Woodland (Map)", }, @@ -7958,6 +8159,7 @@ minions["Metadata/Monsters/ArmadilloDemon/ArmadilloDemon"] = { "GSDemonArmadilloKnockback", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600] }, } @@ -7983,9 +8185,7 @@ minions["Metadata/Monsters/ChawMongrel/ChawMongrel"] = { monsterCategory = "Beast", spawnLocation = { "The Azak Bog (Act 3)", - "The Azak Bog (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -7993,6 +8193,7 @@ minions["Metadata/Monsters/ChawMongrel/ChawMongrel"] = { }, modList = { -- MonsterMaimOnHit [global_maim_on_hit = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -8018,9 +8219,8 @@ minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer1"] = { monsterCategory = "Undead", spawnLocation = { "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", + "Glacial Tarn (Act 6)", "Infested Barrens (Act 3)", - "Infested Barrens (Act 6)", "Sump (Map)", "Found in Maps", "Woodland (Map)", @@ -8031,6 +8231,7 @@ minions["Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer1"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2788] }, } @@ -8054,7 +8255,7 @@ minions["Metadata/Monsters/NettleAnt/NettleAntSummoned"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 39, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Beast", spawnLocation = { @@ -8082,14 +8283,14 @@ minions["Metadata/Monsters/SnakeHulk/SnakeHulk"] = { attackRange = 21, accuracy = 1, baseMovementSpeed = 15, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Undead", spawnLocation = { "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", + "Kriar Village (Act 6)", + "Overgrown (Map)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { @@ -8097,6 +8298,7 @@ minions["Metadata/Monsters/SnakeHulk/SnakeHulk"] = { "SnakeHulkDualStrike", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -8121,11 +8323,11 @@ minions["Metadata/Monsters/SerpentHusk/SerpentHusk__"] = { monsterCategory = "Beast", spawnLocation = { "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", + "Kriar Village (Act 6)", + "Overgrown (Map)", "Ravine (Map)", "Rockpools (Map)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { @@ -8135,6 +8337,7 @@ minions["Metadata/Monsters/SerpentHusk/SerpentHusk__"] = { modList = { mod("PoisonChance", "BASE", 100, 0, 0), -- MaligaroSpiderPoisonOnHit [global_poison_on_hit = 1] mod("EnemyPoisonDuration", "INC", 0, 0, 0), -- MaligaroSpiderPoisonOnHit [base_poison_duration_+% = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -8159,14 +8362,15 @@ minions["Metadata/Monsters/GutViper/GutViper"] = { monsterCategory = "Beast", spawnLocation = { "Bluff (Map)", + "Kriar Village (Act 6)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -8215,14 +8419,14 @@ minions["Metadata/Monsters/SpittingSnake/SpittingSnake"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Beast", spawnLocation = { "Augury (Map)", "Bluff (Map)", + "Kriar Village (Act 6)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { @@ -8233,6 +8437,7 @@ minions["Metadata/Monsters/SpittingSnake/SpittingSnake"] = { "CGESpittingSnakeCaustic", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -8251,15 +8456,15 @@ minions["Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpse"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 8, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", + "Kriar Village (Act 6)", + "Overgrown (Map)", "Rockpools (Map)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { @@ -8268,6 +8473,7 @@ minions["Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpse"] = { modList = { mod("PoisonChance", "BASE", 100, 0, 0), -- MaligaroSpiderPoisonOnHit [global_poison_on_hit = 1] mod("EnemyPoisonDuration", "INC", 0, 0, 0), -- MaligaroSpiderPoisonOnHit [base_poison_duration_+% = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -8286,18 +8492,18 @@ minions["Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpseRanged_"] = { attackRange = 16, accuracy = 1, baseMovementSpeed = 8, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { "Augury (Map)", "Bluff (Map)", "Jungle Ruins (Act 3)", - "Jungle Ruins (Act 6)", + "Kriar Village (Act 6)", + "Overgrown (Map)", "Ravine (Map)", "Rockpools (Map)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", }, skillList = { @@ -8307,6 +8513,7 @@ minions["Metadata/Monsters/ConstrictorCorpse/ConstrictorCorpseRanged_"] = { modList = { mod("PoisonChance", "BASE", 100, 0, 0), -- MaligaroSpiderPoisonOnHit [global_poison_on_hit = 1] mod("EnemyPoisonDuration", "INC", 0, 0, 0), -- MaligaroSpiderPoisonOnHit [base_poison_duration_+% = 0] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -8326,14 +8533,17 @@ minions["Metadata/Monsters/SpiderMonkey/SpiderMonkey"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 41, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Beast", spawnLocation = { + "Howling Caves (Act 6)", + "Overgrown (Map)", "Riverside (Map)", + "Rupture (Map)", "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", "Found in Maps", + "Whakapanu Island (Act 4)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -8344,6 +8554,7 @@ minions["Metadata/Monsters/SpiderMonkey/SpiderMonkey"] = { "EASSpiderMonkeyEmerge5", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2680] }, } @@ -8363,14 +8574,12 @@ minions["Metadata/Monsters/GoreCharger/GoreCharger"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 36, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Beast", spawnLocation = { "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", "Infested Barrens (Act 3)", - "Infested Barrens (Act 6)", "Steppe (Map)", "Sump (Map)", "Found in Maps", @@ -8381,6 +8590,7 @@ minions["Metadata/Monsters/GoreCharger/GoreCharger"] = { }, modList = { mod("BleedChance", "BASE", 25, 1, 0), -- MonsterBleedOnHitChance [bleed_on_hit_with_attacks_% = 25] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -8400,12 +8610,11 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictMaleAxe"] = { accuracy = 1, weaponType1 = "One Handed Axe", baseMovementSpeed = 13, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "The Viridian Wildwood (Map)", "Found in Maps", }, @@ -8414,6 +8623,7 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictMaleAxe"] = { "EASAzmeriPictMaleEffigy", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2360] }, } @@ -8434,12 +8644,11 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictBigMale"] = { accuracy = 1, weaponType1 = "Two Handed Axe", baseMovementSpeed = 16, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { "Freythorn (Act 1)", - "Freythorn (Act 4)", "The Viridian Wildwood (Map)", "Found in Maps", }, @@ -8449,6 +8658,7 @@ minions["Metadata/Monsters/CrazedCannibalPicts/PictBigMale"] = { "GAAzmeriPict2HFabricationSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -8470,24 +8680,24 @@ minions["Metadata/Monsters/WereCat/TigerChimeral"] = { damage = 1.32, damageSpread = 0.2, attackTime = 1.5, - attackRange = 15, + attackRange = 12, accuracy = 1, baseMovementSpeed = 81, - spectreReservation = 80, + spectreReservation = 72, companionReservation = 38.4, monsterCategory = "Beast", spawnLocation = { "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", - "MASStepDistance5", + "MASStepDistance13", "EASTigerChimeralDodgeLeft", "EASTigerChimeralDodgeRight", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2585] }, } @@ -8507,17 +8717,14 @@ minions["Metadata/Monsters/Taniwha/RiverTaniwhaNoJank"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Beast", spawnLocation = { "Chimeral Wetlands (Act 3)", - "Chimeral Wetlands (Act 6)", "Creek (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "The Matlan Waterways (Act 3)", - "The Matlan Waterways (Act 6)", "Found in Maps", }, skillList = { @@ -8527,6 +8734,7 @@ minions["Metadata/Monsters/Taniwha/RiverTaniwhaNoJank"] = { "EASFishJump", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2200] }, } @@ -8574,7 +8782,7 @@ minions["Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelNoEmerge attackRange = 13, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Construct", spawnLocation = { @@ -8586,6 +8794,7 @@ minions["Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelNoEmerge "GAVaalConstructSentinelImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -8605,14 +8814,13 @@ minions["Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelGoldenNo attackRange = 13, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Construct", spawnLocation = { + "Molten Vault (Map)", "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", - "Vaal Foundry (Map)", }, skillList = { "MeleeAtAnimationSpeed", @@ -8621,6 +8829,7 @@ minions["Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelGoldenNo "GAVaalConstructSentinelImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2933] }, } @@ -8641,12 +8850,12 @@ minions["Metadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidAncientAct attackRange = 8, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Construct", spawnLocation = { + "Etched Ravine (Act 6)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", }, skillList = { "VaalConstructPyramidReviveConstructs", @@ -8679,7 +8888,7 @@ minions["Metadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidSpawned"] attackRange = 8, accuracy = 1, baseMovementSpeed = 27, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Construct", spawnLocation = { @@ -8695,12 +8904,13 @@ minions["Metadata/Monsters/VaalConstructs/Pyramid/VaalConstructPyramidSpawned"] "TBVaalPyramidBeamAttack", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3283] }, } minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolem"] = { name = "Shockblade Construct", - monsterTags = { "2HBluntMetal_onhit_audio", "allows_inc_aoe", "construct", "fast_movement", "golem", "lightning_affinity", "melee", "mud_blood", "not_dex", "vaal", }, + monsterTags = { "2HBluntMetal_onhit_audio", "allows_inc_aoe", "cannot_be_monolith", "construct", "fast_movement", "golem", "lightning_affinity", "melee", "mud_blood", "not_dex", "vaal", }, life = 1.15, baseDamageIgnoresAttackSpeed = true, energyShield = 0.1, @@ -8715,7 +8925,7 @@ minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolem"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 40, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Construct", spawnLocation = { @@ -8733,7 +8943,7 @@ minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolem"] = { minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolemAncient"] = { name = "Rusted Dyna Golem", - monsterTags = { "2HBluntMetal_onhit_audio", "allows_inc_aoe", "caster", "construct", "golem", "lightning_affinity", "medium_movement", "melee", "mud_blood", "not_dex", "vaal", }, + monsterTags = { "2HBluntMetal_onhit_audio", "allows_inc_aoe", "cannot_be_monolith", "caster", "construct", "golem", "lightning_affinity", "medium_movement", "melee", "mud_blood", "not_dex", "vaal", }, life = 1.15, baseDamageIgnoresAttackSpeed = true, energyShield = 0.1, @@ -8748,12 +8958,12 @@ minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolemAncient"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Construct", spawnLocation = { + "Etched Ravine (Act 6)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", "Found in Maps", }, skillList = { @@ -8762,6 +8972,7 @@ minions["Metadata/Monsters/VaalConstructs/Golem/VaalConstructGolemAncient"] = { "GAVaalConstructGolemLightningSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -8782,12 +8993,12 @@ minions["Metadata/Monsters/VaalConstructs/Skitterbot/VaalConstructSkitterbot"] = attackRange = 10, accuracy = 1, baseMovementSpeed = 27, - spectreReservation = 40, + spectreReservation = 42, companionReservation = 26.7, monsterCategory = "Construct", spawnLocation = { + "Etched Ravine (Act 6)", "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", }, skillList = { "GPSVaalSkitterbot", @@ -8799,42 +9010,6 @@ minions["Metadata/Monsters/VaalConstructs/Skitterbot/VaalConstructSkitterbot"] = }, } -minions["Metadata/Monsters/RatMonster/RatMonster"] = { - name = "Rotted Rat", - monsterTags = { "beast", "fast_movement", "mammal_beast", "melee", "not_int", "physical_affinity", "rodent", "rodent_beast", "Snap_onhit_audio", "undead", }, - life = 0.75, - baseDamageIgnoresAttackSpeed = true, - armour = 0.2, - evasion = 0.25, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 0.75, - damageSpread = 0.2, - attackTime = 1.065, - attackRange = 10, - accuracy = 1, - baseMovementSpeed = 38, - spectreReservation = 40, - companionReservation = 26.1, - monsterCategory = "Undead", - spawnLocation = { - "Jiquani's Machinarium (Act 3)", - "Jiquani's Machinarium (Act 6)", - "Mud Burrow (Act 4)", - "The Venom Crypts (Act 3)", - "The Venom Crypts (Act 6)", - "Found in Maps", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MeleeAtAnimationSpeedComboTEMP2", - }, - modList = { - }, -} - minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardDaggers"] = { name = "Undead Vaal Bladedancer", monsterTags = { "1HSword_onhit_audio", "fast_movement", "human", "humanoid", "melee", "not_int", "not_str", "physical_affinity", "red_blood", "undead", "vaal", "very_fast_movement", }, @@ -8853,12 +9028,12 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardDagger weaponType1 = "Dagger", weaponType2 = "Dagger", baseMovementSpeed = 51, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Undead", spawnLocation = { "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Found in Maps", }, skillList = { @@ -8867,6 +9042,7 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardDagger "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -8887,12 +9063,12 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardMortar attackRange = 17, accuracy = 1, baseMovementSpeed = 40, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Undead", spawnLocation = { "Jiquani's Sanctum (Act 3)", - "Jiquani's Sanctum (Act 6)", + "Kriar Peaks (Act 6)", "Slick (Map)", "Found in Maps", }, @@ -8904,6 +9080,7 @@ minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardMortar }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -8924,15 +9101,13 @@ minions["Metadata/Monsters/Cenobite/CenobiteHighborn/CenobiteHighborn"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 11, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -8941,6 +9116,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteHighborn/CenobiteHighborn"] = { "WalkEmergeCenobiteSwarm", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -8960,12 +9136,11 @@ minions["Metadata/Monsters/Cenobite/CenobiteHighborn/CenobitePawn"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 25, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Found in Maps", }, skillList = { @@ -8975,6 +9150,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteHighborn/CenobitePawn"] = { "WalkEmergeQoFMinionsMap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2266] }, } @@ -8994,15 +9170,13 @@ minions["Metadata/Monsters/Cenobite/CenobiteLeash/CenobiteLeash"] = { accuracy = 1, weaponType1 = "One Handed Mace", baseMovementSpeed = 25, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -9016,6 +9190,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteLeash/CenobiteLeash"] = { "EDSCenobiteLeashImpactWall", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -9036,15 +9211,13 @@ minions["Metadata/Monsters/Cenobite/CenobiteSlam/CenobiteSlam"] = { accuracy = 1, weaponType1 = "One Handed Axe", baseMovementSpeed = 10, - spectreReservation = 90, + spectreReservation = 76, companionReservation = 39.6, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -9052,6 +9225,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteSlam/CenobiteSlam"] = { "WalkEmergeCenobiteSwarm", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3283] }, } @@ -9070,15 +9244,13 @@ minions["Metadata/Monsters/Cenobite/CenobiteStoneThrower/CenobiteStoneThrower"] attackRange = 6, accuracy = 1, baseMovementSpeed = 39, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -9089,6 +9261,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteStoneThrower/CenobiteStoneThrower"] "MMACenobiteStoneThrow", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3100] }, } @@ -9109,15 +9282,13 @@ minions["Metadata/Monsters/Cenobite/CenobiteSwarmUgly/CenobiteSwarm"] = { weaponType1 = "One Handed Mace", weaponType2 = "One Handed Axe", baseMovementSpeed = 37, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -9129,6 +9300,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteSwarmUgly/CenobiteSwarm"] = { "WalkEmergeQoFMinionsMap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -9149,15 +9321,14 @@ minions["Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 13, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", "Backwash (Map)", + "Glacial Tarn (Act 6)", "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { @@ -9167,6 +9338,7 @@ minions["Metadata/Monsters/Cenobite/CenobiteBloater/CenobiteBloater"] = { }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3067] }, } @@ -9193,15 +9365,17 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersBlood"] = { monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", "Frigid Bluffs", "Lost Towers (Map)", + "Sealed Vault (Map)", + "The Cuachic Vault (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9228,15 +9402,15 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersChaos"] = { monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9263,16 +9437,16 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersCold_"] = { monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", "Frigid Bluffs", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9299,13 +9473,13 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersFire"] = { monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9334,12 +9508,14 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersLightning"] = { companionReservation = 30, monsterCategory = "Humanoid", spawnLocation = { + "Etched Ravine (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9366,12 +9542,12 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalZealotDaggersBannerPatrolSpe monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } @@ -9393,15 +9569,14 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGuardClawsLiving"] = { weaponType1 = "Dagger", weaponType2 = "Dagger", baseMovementSpeed = 11, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Humanoid", spawnLocation = { "Library of Kamasa (Act 3)", - "Library of Kamasa (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -9411,6 +9586,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGuardClawsLiving"] = { "GAVaalGuardClawsLeapSwipes", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -9432,21 +9608,21 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalOverseerLiving_"] = { accuracy = 1, weaponType1 = "Two Handed Sword", baseMovementSpeed = 46, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Humanoid", spawnLocation = { "Library of Kamasa (Act 3)", - "Library of Kamasa (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", "MAASVaalOverseerCleave", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -9466,15 +9642,15 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGoliathLiving_"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", + "Etched Ravine (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", "Utzaal (Act 3)", - "Utzaal (Act 6)", "Vaal Village (Map)", }, skillList = { @@ -9488,6 +9664,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalGoliathLiving_"] = { "CGEVaalGoliathLivingDestabilisedGround", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3500] }, } @@ -9511,12 +9688,12 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalStormcaller"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 13, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Humanoid", spawnLocation = { + "Etched Ravine (Act 6)", "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "The Stone Citadel (Map)", "Found in Maps", }, @@ -9526,6 +9703,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalStormcaller"] = { "MPSVaalStormcallerBouncingLightning", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -9547,13 +9725,15 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalShapeshifter_"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", + "Etched Ravine (Act 6)", "Lost Towers (Map)", + "Sealed Vault (Map)", + "The Cuachic Vault (Act 6)", "Found in Maps", }, skillList = { @@ -9565,6 +9745,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalShapeshifter_"] = { "DTTVaalShapeshifterDash", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2400] }, } @@ -9586,12 +9767,11 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalEagleKnightLiving"] = { weaponType1 = "One Handed Axe", weaponType2 = "One Handed Axe", baseMovementSpeed = 11, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Humanoid", spawnLocation = { "Library of Kamasa (Act 3)", - "Library of Kamasa (Act 6)", }, skillList = { "MeleeAtAnimationSpeedComboTEMP", @@ -9617,7 +9797,7 @@ minions["Metadata/Monsters/VaalMonsters/VaalTimeScientist/VaalTimeScientist_"] = attackRange = 6, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { @@ -9648,7 +9828,7 @@ minions["Metadata/Monsters/VaalEagleKnight/VaalEagleKnightUndead"] = { accuracy = 1, weaponType1 = "Two Handed Sword", baseMovementSpeed = 43, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Undead", spawnLocation = { @@ -9676,12 +9856,11 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalArchivistLiving"] = { attackRange = 17, accuracy = 1, baseMovementSpeed = 6, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Library of Kamasa (Act 3)", - "Library of Kamasa (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -9725,12 +9904,12 @@ minions["Metadata/Monsters/VaalMonsters/Living/Beasts/VaalJaguar"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 60, + spectreReservation = 59, companionReservation = 33.6, monsterCategory = "Beast", spawnLocation = { + "The Cuachic Vault (Act 6)", "Utzaal (Act 3)", - "Utzaal (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -9738,6 +9917,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/Beasts/VaalJaguar"] = { "GAVaalJaguarMinionImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2250] }, } @@ -9759,12 +9939,11 @@ minions["Metadata/Monsters/Procession/ProcessionAxeShield"] = { weaponType1 = "One Handed Axe", weaponType2 = "Shield", baseMovementSpeed = 35, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Undead", spawnLocation = { "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", }, skillList = { @@ -9773,6 +9952,7 @@ minions["Metadata/Monsters/Procession/ProcessionAxeShield"] = { modList = { mod("BlockChance", "BASE", 30, 0, 0), -- MonsterAttackBlock30Bypass15 [monster_base_block_% = 30] mod("BlockEffect", "BASE", 15, 0, 0), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -9792,18 +9972,18 @@ minions["Metadata/Monsters/Procession/ProcessionSpear_"] = { accuracy = 1, weaponType1 = "Warstaff", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Undead", spawnLocation = { "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2833] }, } @@ -9823,18 +10003,18 @@ minions["Metadata/Monsters/Procession/ProcessionDagger"] = { accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 41, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Undead", spawnLocation = { "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2833] }, } @@ -9854,12 +10034,11 @@ minions["Metadata/Monsters/Procession/ProcessionBow"] = { accuracy = 1, weaponType1 = "Bow", baseMovementSpeed = 35, - spectreReservation = 70, + spectreReservation = 66, companionReservation = 36, monsterCategory = "Undead", spawnLocation = { "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", }, skillList = { @@ -9870,6 +10049,7 @@ minions["Metadata/Monsters/Procession/ProcessionBow"] = { "MPWProcessionBowFireArrow", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2888] }, } @@ -9889,12 +10069,11 @@ minions["Metadata/Monsters/Procession/ProcessionBannerSpectre"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 31, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Undead", spawnLocation = { "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", }, skillList = { @@ -9903,6 +10082,8 @@ minions["Metadata/Monsters/Procession/ProcessionBannerSpectre"] = { "ABTTProcessionBannerDrain", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2888] + -- strafe_distance_+% [strafe_distance_+% = 60] }, } @@ -9927,47 +10108,15 @@ minions["Metadata/Monsters/GoldenOnes/GoldenOnesTwoHandSword"] = { companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "Molten Vault (Map)", "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", - "Found in Maps", - "Vaal Foundry (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - }, -} - -minions["Metadata/Monsters/DrownedCrew/DrownedCrewSword_"] = { - name = "Drowned Explorer", - monsterTags = { "1HSword_onhit_audio", "cannot_be_monolith", "humanoid", "melee", "monster_barely_moves", "physical_affinity", "skeleton", "undead", "very_slow_movement", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.755, - attackRange = 9, - accuracy = 1, - weaponType1 = "One Handed Sword", - baseMovementSpeed = 8, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - "The Drowned City (Act 3)", - "The Drowned City (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -10007,36 +10156,6 @@ minions["Metadata/Monsters/DrownedCrew/DrownedCrewGhost"] = { }, } -minions["Metadata/Monsters/DrownedCrew/DrownedCrewFigurehead"] = { - name = "Drowned Bearer", - monsterTags = { "2HBluntWood_onhit_audio", "undead", "very_slow_movement", "zombie", }, - life = 1.8, - baseDamageIgnoresAttackSpeed = true, - fireResist = 30, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1.8, - damageSpread = 0.2, - attackTime = 4.8, - attackRange = 20, - accuracy = 1, - weaponType1 = "Two Handed Mace", - baseMovementSpeed = 7, - spectreReservation = 90, - companionReservation = 40.2, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MASStatueWretchPush", - "GAFigureheadSlamGhostFlame", - }, - modList = { - }, -} - minions["Metadata/Monsters/VaalForgeMan/VaalForgeMan"] = { name = "Gold-melted Blacksmith", monsterTags = { "2HBluntWood_onhit_audio", "allows_inc_aoe", "construct", "fast_movement", "humanoid", "melee", "mud_blood", "not_dex", "not_int", "physical_affinity", "very_fast_movement", }, @@ -10054,14 +10173,13 @@ minions["Metadata/Monsters/VaalForgeMan/VaalForgeMan"] = { accuracy = 1, weaponType1 = "One Handed Mace", baseMovementSpeed = 60, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Construct", spawnLocation = { + "Molten Vault (Map)", "The Molten Vault (Act 3)", - "The Molten Vault (Act 6)", "Found in Maps", - "Vaal Foundry (Map)", }, skillList = { "MeleeAtAnimationSpeed", @@ -10072,42 +10190,7 @@ minions["Metadata/Monsters/VaalForgeMan/VaalForgeMan"] = { "GSVaalForgemanSunderSpike4", }, modList = { - }, -} - -minions["Metadata/Monsters/DrownedCrawler/DrownedCrawler__"] = { - name = "Drowned Crawler", - monsterTags = { "fast_movement", "humanoid", "melee", "not_int", "not_str", "physical_affinity", "Unarmed_onhit_audio", "undead", "very_fast_movement", }, - life = 1.5, - baseDamageIgnoresAttackSpeed = true, - evasion = 0.6, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.5, - damageSpread = 0.2, - attackTime = 1.17, - attackRange = 8, - accuracy = 1, - weaponType1 = "None", - baseMovementSpeed = 62, - spectreReservation = 80, - companionReservation = 36.6, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - "The Drowned City (Act 3)", - "The Drowned City (Act 6)", - "The Riverbank (Act 4)", - "Found in Maps", - }, - skillList = { - "GADrownedCrawlerSwipe", - "DTTDrownedCrawlerLeap", - "MeleeAtAnimationSpeedComboTEMP", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -10130,7 +10213,7 @@ minions["Metadata/Monsters/LiquidElementals/LiquidElementalBlood"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Construct", spawnLocation = { @@ -10162,13 +10245,12 @@ minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWiel weaponType1 = "One Handed Sword", weaponType2 = "One Handed Mace", baseMovementSpeed = 36, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Humanoid", spawnLocation = { "Sun Temple (Map)", "Temple of Kopec (Act 3)", - "Temple of Kopec (Act 6)", "Found in Maps", }, skillList = { @@ -10178,6 +10260,7 @@ minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWiel "CGEBloodBatherFireGround", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -10200,13 +10283,12 @@ minions["Metadata/Monsters/BloodBathers/VaalApparition/SunVaalApparition"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Undead", spawnLocation = { "Sun Temple (Map)", "Temple of Kopec (Act 3)", - "Temple of Kopec (Act 6)", "Found in Maps", }, skillList = { @@ -10215,6 +10297,8 @@ minions["Metadata/Monsters/BloodBathers/VaalApparition/SunVaalApparition"] = { "MDVaalSunApparitionMinisun", }, modList = { + -- strafe_distance_+% [strafe_distance_+% = -60] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2533] }, } @@ -10238,13 +10322,12 @@ minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMage"] = { accuracy = 1, weaponType1 = "Dagger", baseMovementSpeed = 36, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Humanoid", spawnLocation = { "Sun Temple (Map)", "Temple of Kopec (Act 3)", - "Temple of Kopec (Act 6)", "Found in Maps", }, skillList = { @@ -10253,6 +10336,7 @@ minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMage"] = { "BloodMageBloodTendrils", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2433] }, } @@ -10280,6 +10364,7 @@ minions["Metadata/Monsters/AscendancyBatMonster/AscendancyBat"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3050] }, } @@ -10300,7 +10385,7 @@ minions["Metadata/Monsters/VaalConstructs/Ball/VaalBowlingBall"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 35, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Construct", spawnLocation = { @@ -10311,6 +10396,7 @@ minions["Metadata/Monsters/VaalConstructs/Ball/VaalBowlingBall"] = { "GSVaalConstructCannonImpactWall", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -10332,12 +10418,13 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalAxeThrower_"] = { weaponType1 = "One Handed Axe", weaponType2 = "One Handed Axe", baseMovementSpeed = 46, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Humanoid", spawnLocation = { "Aggorat (Act 3)", - "Aggorat (Act 6)", + "Etched Ravine (Act 6)", + "The Cuachic Vault (Act 6)", "Found in Maps", }, skillList = { @@ -10345,6 +10432,7 @@ minions["Metadata/Monsters/VaalMonsters/Living/VaalAxeThrower_"] = { "MPAVaalAxeThrowerAxe", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2450] }, } @@ -10354,362 +10442,41 @@ minions["Metadata/Monsters/CauldronCrone/CauldronCrone"] = { life = 2.3, baseDamageIgnoresAttackSpeed = true, energyShield = 0.3, - armour = 0.2, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 2.3, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 32, - spectreReservation = 120, - companionReservation = 45.6, - monsterCategory = "Humanoid", - spawnLocation = { - "Apex of Filth (Act 3)", - "Apex of Filth (Act 6)", - "Backwash (Map)", - "Sinking Spire (Map)", - "The Drowned City (Act 3)", - "The Drowned City (Act 6)", - "Found in Maps", - }, - skillList = { - "MeleeAtAnimationSpeed", - "GPSCauldronCroneChunk", - "GPSCauldronCroneChunklet", - "EASCauldronCroneVomit", - "SSMCauldronCroneVulnerability", - "SSMCauldronCroneEnfeeble", - "SSMCauldronCroneDespair", - "SSMCauldronCroneTempChains", - "MPSCauldronCroneBasic", - }, - modList = { - }, -} - -minions["Metadata/Monsters/Pirates/PirateBootyBlaster"] = { - name = "Rotting Soulcatcher", - monsterTags = { "humanoid", "not_dex", "not_str", "Unarmed_onhit_audio", "undead", "very_slow_movement", "zombie", }, - life = 2, - baseDamageIgnoresAttackSpeed = true, - energyShield = 0.25, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 2, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 8, - spectreReservation = 100, - companionReservation = 42.3, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MMSBootyBlasterSoulRelease", - "GSSoulBlast", - "EASBootyBlasterSoulRelease", - "MPSBootyBlasterSoulRelease", - "MMSBootyBlasterSoulReleaseFlinch", - }, - modList = { - }, -} - -minions["Metadata/Monsters/ManOWar/ManoWar"] = { - name = "Man o' War", - monsterTags = { "not_dex", "not_str", "skeleton", "Unarmed_onhit_audio", "undead", "very_slow_movement", "water", }, - life = 1.75, - baseDamageIgnoresAttackSpeed = true, - energyShield = 0.1, - fireResist = 0, - coldResist = 0, - lightningResist = 75, - chaosResist = 0, - damage = 1.75, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 18, - spectreReservation = 90, - companionReservation = 39.6, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "GSJellyfishLightningTendrils", - "TBJellyfishLightningTendrilsLeft", - "GTJellyfishLightningTendrilsLeft", - "GTJellyfishLightningTendrilsRight", - "TBJellyfishLightningTendrilsRight", - "GSJellyfishLightningTendrilsLeft", - }, - modList = { - }, -} - -minions["Metadata/Monsters/Pirates/PirateCannon"] = { - name = "Rotting Cannoneer", - monsterTags = { "humanoid", "skeleton", "Unarmed_onhit_audio", "undead", "very_slow_movement", }, - life = 1.5, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.5, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 8, - spectreReservation = 80, - companionReservation = 36.6, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MPWPirateCannonball", - "GAPirateCannonballImpact", - }, - modList = { - }, -} - -minions["Metadata/Monsters/Pirates/PirateGrenade"] = { - name = "Rotting Grenadier", - monsterTags = { "humanoid", "skeleton", "slow_movement", "Unarmed_onhit_audio", "undead", }, - life = 1.5, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.5, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 28, - spectreReservation = 80, - companionReservation = 36.6, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MPWPirateGrenade", - "MPWPirateGrenadeBounced", - "GSPirateGrenadeExplosion", - "MPWPirateGrenadeOnDeath", - }, - modList = { - -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] - }, -} - -minions["Metadata/Monsters/Pirates/PirateBarrel"] = { - name = "Rotting Demolitionist", - monsterTags = { "humanoid", "skeleton", "slow_movement", "StaffWood_onhit_audio", "undead", }, - life = 1.5, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.5, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 10, - accuracy = 1, - baseMovementSpeed = 28, - spectreReservation = 80, - companionReservation = 36.6, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MPWPirateBarrelToss", - "EASPirateBarrelPickup", - "EASPirateBarrelBurn", - "GAPirateBarrelTossImpact", - }, - modList = { - }, -} - -minions["Metadata/Monsters/Anchorman/BloatedAnchorman"] = { - name = "Bloated Anchorman", - monsterTags = { "2HBluntMetal_onhit_audio", "humanoid", "not_dex", "not_int", "undead", "very_slow_movement", "zombie", }, - life = 2.5, - baseDamageIgnoresAttackSpeed = true, - armour = 0.75, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 2.5, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 12, - accuracy = 1, - weaponType1 = "Two Handed Mace", - baseMovementSpeed = 17, - spectreReservation = 130, - companionReservation = 47.4, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - "MASBloatedAnchormanDoubleSwing", - "MPWAnchorToss", - "EASAnchormanPullAnchor", - "EASAnchorRetrieval", - "GABloatedAnchormanAnchorSlam", - }, - modList = { - -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] - }, -} - -minions["Metadata/Monsters/KelpDreg/KelpDregSword"] = { - name = "Searot Skeleton", - monsterTags = { "1HSword_onhit_audio", "not_dex", "not_int", "skeleton", "undead", "very_slow_movement", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - armour = 0.3, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.5, - attackRange = 11, - accuracy = 1, - weaponType1 = "One Handed Sword", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - }, -} - -minions["Metadata/Monsters/KelpDreg/KelpDregCrossbowSniper"] = { - name = "Searot Harpooner", - monsterTags = { "Arrow_onhit_audio", "not_dex", "not_int", "skeleton", "undead", "very_slow_movement", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - armour = 0.3, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.5, - attackRange = 55, - accuracy = 1, - weaponType1 = "Bow", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MASKelpDregCrossbow", - "MPWKelpDregPuncture", - }, - modList = { - }, -} - -minions["Metadata/Monsters/KelpDreg/KelpDregCrossbowEnsarer"] = { - name = "Searot Ensnarer", - monsterTags = { "Arrow_onhit_audio", "not_dex", "not_int", "skeleton", "undead", "very_slow_movement", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - armour = 0.3, - fireResist = 0, - coldResist = 30, - lightningResist = 0, - chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, - attackTime = 1.5, - attackRange = 55, - accuracy = 1, - weaponType1 = "Bow", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - }, -} - -minions["Metadata/Monsters/KelpDreg/KelpDregCrossbowIceShot"] = { - name = "Searot Sniper", - monsterTags = { "Arrow_onhit_audio", "not_dex", "not_int", "skeleton", "undead", "very_slow_movement", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - armour = 0.3, + armour = 0.2, fireResist = 0, - coldResist = 30, + coldResist = 0, lightningResist = 0, chaosResist = 0, - damage = 1.1, - damageSpread = 0.3, + damage = 2.3, + damageSpread = 0.2, attackTime = 1.5, - attackRange = 55, + attackRange = 14, accuracy = 1, - weaponType1 = "Bow", - baseMovementSpeed = 11, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", + baseMovementSpeed = 32, + spectreReservation = 93, + companionReservation = 45.6, + monsterCategory = "Humanoid", spawnLocation = { - "Castaway (Map)", + "Apex of Filth (Act 3)", + "Backwash (Map)", + "Holten (Act 6)", + "Sinking Spire (Map)", + "The Drowned City (Act 3)", + "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", + "GPSCauldronCroneChunk", + "GPSCauldronCroneChunklet", + "EASCauldronCroneVomit", + "SSMCauldronCroneVulnerability", + "SSMCauldronCroneEnfeeble", + "SSMCauldronCroneDespair", + "SSMCauldronCroneTempChains", + "MPSCauldronCroneBasic", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2533] }, } @@ -10730,12 +10497,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidGoliathFist/VaalHumanoidGol attackRange = 14, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "Found in Maps", }, skillList = { @@ -10745,6 +10511,7 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidGoliathFist/VaalHumanoidGol "GAVaalHumanoidRocketFistImpactWall", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -10765,12 +10532,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidPyramidHands/VaalPyramidHan attackRange = 14, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "The Stone Citadel (Map)", "Found in Maps", }, @@ -10780,6 +10546,7 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidPyramidHands/VaalPyramidHan "GSPyramidHandGenadeExplosion", }, modList = { + -- strafe_distance_+% [strafe_distance_+% = -60] }, } @@ -10800,12 +10567,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidShieldLegs/VallHumanoidShie attackRange = 14, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "Found in Maps", }, skillList = { @@ -10820,6 +10586,7 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidShieldLegs/VallHumanoidShie -- MonsterChaosTakenOnES [base_chaos_damage_does_not_damage_energy_shield_extra_hard = 1] -- ElderNoEnergyShieldRecharge [cannot_recharge_energy_shield = 1] -- ElderEnergyShieldStartsAtZero [start_at_zero_energy_shield = 1] + -- strafe_distance_+% [strafe_distance_+% = -60] }, } @@ -10842,12 +10609,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidSwordShield/VaalHumanoidSwo weaponType1 = "One Handed Sword", weaponType2 = "Shield", baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 62, companionReservation = 34.8, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "Found in Maps", }, skillList = { @@ -10877,12 +10643,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonFi attackRange = 14, accuracy = 1, baseMovementSpeed = 45, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "Found in Maps", }, skillList = { @@ -10896,6 +10661,7 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonFi "GSVaalHumanoidCannonImpactWall", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2300] }, } @@ -10916,12 +10682,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLi attackRange = 14, accuracy = 1, baseMovementSpeed = 45, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "Found in Maps", }, skillList = { @@ -10949,7 +10714,7 @@ minions["Metadata/Monsters/VaalConstructs/Colossus/VaalColossusMetal"] = { accuracy = 1, weaponType1 = "Two Handed Mace", baseMovementSpeed = 12, - spectreReservation = 140, + spectreReservation = 105, companionReservation = 49.2, monsterCategory = "Construct", spawnLocation = { @@ -10979,12 +10744,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidBladeHands/VaalHumanoidBlad attackRange = 16, accuracy = 1, baseMovementSpeed = 64, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "The Stone Citadel (Map)", "Found in Maps", }, @@ -10992,6 +10756,7 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidBladeHands/VaalHumanoidBlad "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2833] }, } @@ -11016,12 +10781,11 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidStalker/VaalHumanoidStalker attackRange = 16, accuracy = 1, baseMovementSpeed = 64, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { "The Black Chambers (Act 3)", - "The Black Chambers (Act 6)", "The Stone Citadel (Map)", "Found in Maps", }, @@ -11034,129 +10798,6 @@ minions["Metadata/Monsters/VaalHumanoids/VaalHumanoidStalker/VaalHumanoidStalker }, } -minions["Metadata/Monsters/HarpyMonster/GullHarpy"] = { - name = "Gull Shrike", - monsterTags = { "avian_beast", "beast", "demon", "flying", "humanoid", "not_int", "red_blood", "slow_movement", "Unarmed_onhit_audio", }, - life = 1.1, - baseDamageIgnoresAttackSpeed = true, - armour = 0.25, - evasion = 0.5, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1.1, - damageSpread = 0.2, - attackTime = 1.665, - attackRange = 10, - accuracy = 1, - baseMovementSpeed = 22, - spectreReservation = 60, - companionReservation = 31.5, - monsterCategory = "Demon", - spawnLocation = { - "Castaway (Map)", - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - }, -} - -minions["Metadata/Monsters/CageSkeleton/CageSkeleton_"] = { - name = "Rattling Gibbet", - monsterTags = { "1HSword_onhit_audio", "not_dex", "not_int", "skeleton", "undead", "very_slow_movement", }, - life = 2, - baseDamageIgnoresAttackSpeed = true, - armour = 0.7, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 2, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 13, - accuracy = 1, - baseMovementSpeed = 11, - spectreReservation = 100, - companionReservation = 42.3, - monsterCategory = "Undead", - spawnLocation = { - "Found in Maps", - }, - skillList = { - "MeleeAtAnimationSpeedComboTEMP", - }, - modList = { - -- MonsterNecromancerRaisable [undead_description = 1] - }, -} - -minions["Metadata/Monsters/SkeletonProwler/SkeletonProwler_"] = { - name = "Prowling Skeleton", - monsterTags = { "fast_movement", "not_dex", "not_int", "skeleton", "Unarmed_onhit_audio", "undead", }, - life = 1.25, - baseDamageIgnoresAttackSpeed = true, - armour = 0.5, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1.25, - damageSpread = 0.2, - attackTime = 1.32, - attackRange = 12, - accuracy = 1, - baseMovementSpeed = 41, - spectreReservation = 60, - companionReservation = 33.6, - monsterCategory = "Undead", - spawnLocation = { - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - -- MonsterNecromancerRaisable [undead_description = 1] - }, -} - -minions["Metadata/Monsters/BrineMaiden/BrineMaiden"] = { - name = "Brine Maiden", - monsterTags = { "beast", "Beast_onhit_audio", "humanoid", "medium_movement", "not_str", "red_blood", }, - life = 1.25, - baseDamageIgnoresAttackSpeed = true, - energyShield = 0.1, - evasion = 0.25, - fireResist = 0, - coldResist = 75, - lightningResist = 0, - chaosResist = 0, - damage = 1.25, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 32, - spectreReservation = 60, - companionReservation = 33.6, - monsterCategory = "Beast", - spawnLocation = { - }, - skillList = { - "MeleeAtAnimationSpeed", - "GTBrineMaidenScreech", - "GSBrineMaidenScreech", - "BrineMaidenIceBarage", - "MPSBrineMaidenIceProjectile", - "GSSirenArenaEmergeStalagmiteBreakInwardEG", - }, - modList = { - }, -} - minions["Metadata/Monsters/RootedGuys/RootedGuy04/RaisedBranchMonster"] = { name = "Cultivated Grove", monsterTags = { "beast", "humanoid", "insect", "not_dex", "not_int", "Unarmed_onhit_audio", "very_slow_movement", }, @@ -11173,17 +10814,17 @@ minions["Metadata/Monsters/RootedGuys/RootedGuy04/RaisedBranchMonster"] = { attackRange = 21, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 70, + spectreReservation = 64, companionReservation = 35.4, monsterCategory = "Beast", spawnLocation = { - "The Grelwood (Act 4)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3400] }, } @@ -11203,7 +10844,7 @@ minions["Metadata/Monsters/Baron/BaronWerewolfSummon"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 42, - spectreReservation = 50, + spectreReservation = 51, companionReservation = 30.6, monsterCategory = "Beast", spawnLocation = { @@ -11216,6 +10857,7 @@ minions["Metadata/Monsters/Baron/BaronWerewolfSummon"] = { modList = { -- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1] -- BossMinionFlaskChargeIncrease400 [monster_slain_flask_charges_granted_+% = 400] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2633] }, } @@ -11234,12 +10876,13 @@ minions["Metadata/Monsters/ScarecrowBeast/ScarecrowBeast"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 12, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Beast", spawnLocation = { + "Farmlands Hideout (Map)", "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", + "Scorched Farmlands (Act 6)", "Found in Maps", }, skillList = { @@ -11253,6 +10896,7 @@ minions["Metadata/Monsters/ScarecrowBeast/ScarecrowBeast"] = { "CrowScarecrowCrows", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3066] }, } @@ -11273,12 +10917,12 @@ minions["Metadata/Monsters/FallenGods/FallenGodsStalkerFoundry_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 56, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", + "The Galai Gates (Act 6)", "Found in Maps", }, skillList = { @@ -11288,6 +10932,7 @@ minions["Metadata/Monsters/FallenGods/FallenGodsStalkerFoundry_"] = { "EASFallenStalkerShadowClone", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600] }, } @@ -11307,12 +10952,12 @@ minions["Metadata/Monsters/FallenGods/FallenGodsCrawlerFoundry_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 50, - spectreReservation = 50, + spectreReservation = 46, companionReservation = 28.5, monsterCategory = "Demon", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", + "The Galai Gates (Act 6)", "Found in Maps", }, skillList = { @@ -11322,6 +10967,7 @@ minions["Metadata/Monsters/FallenGods/FallenGodsCrawlerFoundry_"] = { "TBFallenGodCrawlerBeam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -11342,12 +10988,12 @@ minions["Metadata/Monsters/FallenGods/FallenHooksFoundry"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 43, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", + "The Galai Gates (Act 6)", "Found in Maps", }, skillList = { @@ -11357,37 +11003,7 @@ minions["Metadata/Monsters/FallenGods/FallenHooksFoundry"] = { "MeleeAtAnimationSpeedComboTEMP2", }, modList = { - }, -} - -minions["Metadata/Monsters/FallenGods/FallenGodsBloater_"] = { - name = "Forgotten Mauler", - monsterTags = { "Beast_onhit_audio", "demon", "not_dex", "not_int", "slow_movement", }, - life = 2.5, - baseDamageIgnoresAttackSpeed = true, - armour = 0.2, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 2.25, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 19, - accuracy = 1, - baseMovementSpeed = 21, - spectreReservation = 130, - companionReservation = 47.4, - monsterCategory = "Demon", - spawnLocation = { - }, - skillList = { - "MeleeAtAnimationSpeed", - "EASFallenGodBlasphamy", - "GAFallenGodHexblastSlam", - "GAFallenGodHexblastSlamChaos", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -11407,10 +11023,11 @@ minions["Metadata/Monsters/FallenGods/FallenStag"] = { attackRange = 18, accuracy = 1, baseMovementSpeed = 42, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Demon", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -11420,6 +11037,7 @@ minions["Metadata/Monsters/FallenGods/FallenStag"] = { "GAFallenStagTentacles", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -11439,48 +11057,18 @@ minions["Metadata/Monsters/SpinningWheelHag/SpinningWheelHag"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Humanoid", spawnLocation = { + "Holten (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", - }, - skillList = { - "MeleeAtAnimationSpeed", - }, - modList = { - }, -} - -minions["Metadata/Monsters/RatMonster/RatMonsterCistern"] = { - name = "Sewer Rat", - monsterTags = { "beast", "Beast_onhit_audio", "fast_movement", "mammal_beast", "not_int", "red_blood", "rodent", "rodent_beast", }, - life = 0.75, - baseDamageIgnoresAttackSpeed = true, - armour = 0.2, - evasion = 0.25, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 0.9, - damageSpread = 0.2, - attackTime = 1.065, - attackRange = 8, - accuracy = 1, - baseMovementSpeed = 38, - spectreReservation = 40, - companionReservation = 26.1, - monsterCategory = "Beast", - spawnLocation = { }, skillList = { "MeleeAtAnimationSpeed", - "MeleeAtAnimationSpeedComboTEMP2", - "WalkEmergeRat", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2633] }, } @@ -11505,13 +11093,16 @@ minions["Metadata/Monsters/RabidFeralDogMonster/RabidDog"] = { monsterCategory = "Beast", spawnLocation = { "Ogham Farmlands (Act 1)", - "Ogham Farmlands (Act 4)", + "Scorched Farmlands (Act 6)", "Found in Maps", }, skillList = { "MeleeAtAnimationSpeed", }, modList = { + -- has_quadruped_head_control [has_quadruped_head_control = 1] + -- quadruped_head_turn_duration_ms [quadruped_head_turn_duration_ms = 100] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2200] }, } @@ -11530,7 +11121,7 @@ minions["Metadata/Monsters/KaruiBoar/ExplosivePig"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 36, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Beast", spawnLocation = { @@ -11568,11 +11159,8 @@ minions["Metadata/Monsters/Ghouls/FarudinCrawler"] = { monsterCategory = "Undead", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", "The Dreadnought (Act 2)", - "The Dreadnought (Act 5)", "Found in Maps", }, skillList = { @@ -11607,10 +11195,9 @@ minions["Metadata/Monsters/DrudgeMiners/DrudgeBedrockBlaster"] = { monsterCategory = "Undead", spawnLocation = { "Mawdun Mine (Act 2)", - "Mawdun Mine (Act 5)", "Mawdun Quarry (Act 2)", - "Mawdun Quarry (Act 5)", "Mineshaft (Map)", + "The Galai Gates (Act 6)", "Found in Maps", }, skillList = { @@ -11622,6 +11209,7 @@ minions["Metadata/Monsters/DrudgeMiners/DrudgeBedrockBlaster"] = { "TriggerIgniteOilGroundDrudge", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3750] }, } @@ -11640,15 +11228,15 @@ minions["Metadata/Monsters/TitanWalker/TitanWalker"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 110, + spectreReservation = 88, companionReservation = 44.1, monsterCategory = "Undead", spawnLocation = { + "The Khari Crossing (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 3)", "Trial of the Sekhemas (Floor 4)", "Valley of the Titans (Act 2)", - "Valley of the Titans (Act 5)", }, skillList = { "MASExtraAttackDistance20", @@ -11657,6 +11245,7 @@ minions["Metadata/Monsters/TitanWalker/TitanWalker"] = { "GATitanWalkerSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3600] }, } @@ -11677,15 +11266,15 @@ minions["Metadata/Monsters/SkeletalKnight/SkeletalKnight"] = { accuracy = 1, weaponType2 = "Shield", baseMovementSpeed = 16, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Undead", spawnLocation = { + "Epitaph (Map)", + "Holten (Act 6)", "Mausoleum of the Praetor (Act 1)", - "Mausoleum of the Praetor (Act 4)", "Found in Maps", "Tomb of the Consort (Act 1)", - "Tomb of the Consort (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", @@ -11697,6 +11286,7 @@ minions["Metadata/Monsters/SkeletalKnight/SkeletalKnight"] = { modList = { mod("BlockChance", "BASE", 100, 0, 0), -- MonsterBlock100 [monster_base_block_% = 100] mod("BlockChanceMax", "BASE", 25, 0, 0), -- MonsterBlock100 [additional_maximum_block_% = 25] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2950] }, } @@ -11717,15 +11307,16 @@ minions["Metadata/Monsters/SkeletalReaper/SkeletalReaper"] = { accuracy = 1, weaponType1 = "One Handed Axe", baseMovementSpeed = 10, - spectreReservation = 110, + spectreReservation = 91, companionReservation = 45, monsterCategory = "Undead", spawnLocation = { "Crypt (Map)", - "The Red Vale (Act 4)", + "Holten (Act 6)", + "Riverhold (Map)", + "Stones of Serle (Act 6)", "Found in Maps", "Tomb of the Consort (Act 1)", - "Tomb of the Consort (Act 4)", }, skillList = { "MeleeAtAnimationSpeed", @@ -11733,6 +11324,7 @@ minions["Metadata/Monsters/SkeletalReaper/SkeletalReaper"] = { "GASkeletalReaperEmergeReap", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3533] }, } @@ -11752,7 +11344,7 @@ minions["Metadata/Monsters/VaseMonster/VaseMonsterSpectre"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 11, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Construct", spawnLocation = { @@ -11767,6 +11359,7 @@ minions["Metadata/Monsters/VaseMonster/VaseMonsterSpectre"] = { "MDSummonScarabs", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2923] }, } @@ -11787,12 +11380,13 @@ minions["Metadata/Monsters/UndeadMarakethPriest/UndeadMarakethPriest"] = { attackRange = 32, accuracy = 1, baseMovementSpeed = 16, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Undead", spawnLocation = { + "Canyon (Map)", "Path of Mourning (Act 2)", - "Path of Mourning (Act 5)", + "The Galai Gates (Act 6)", "Found in Maps", "Trial of the Sekhemas (Floor 2)", "Trial of the Sekhemas (Floor 4)", @@ -11805,6 +11399,7 @@ minions["Metadata/Monsters/UndeadMarakethPriest/UndeadMarakethPriest"] = { "GSUndeadMarakethPriestMagmaOrbImpact", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2233] }, } @@ -11834,6 +11429,7 @@ minions["Metadata/Monsters/Zombies/CourtGuardZombieAxe"] = { }, modList = { -- MonsterNecromancerRaisable [undead_description = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -11854,7 +11450,7 @@ minions["Metadata/Monsters/ChaosGodRangedFodder/ChaosGodRangedFodder_"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Beast", spawnLocation = { @@ -11864,6 +11460,9 @@ minions["Metadata/Monsters/ChaosGodRangedFodder/ChaosGodRangedFodder_"] = { "TCChaosGodRangedFodder", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2467] + -- has_quadruped_head_control [has_quadruped_head_control = 1] + -- quadruped_head_turn_duration_ms [quadruped_head_turn_duration_ms = 150] }, } @@ -11883,7 +11482,7 @@ minions["Metadata/Monsters/ChaosGodJaguar/ChaosGodJaguar_"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 90, + spectreReservation = 79, companionReservation = 40.8, monsterCategory = "Beast", spawnLocation = { @@ -11893,6 +11492,7 @@ minions["Metadata/Monsters/ChaosGodJaguar/ChaosGodJaguar_"] = { "MeleeAtAnimationSpeed2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2216] }, } @@ -11916,10 +11516,11 @@ minions["Metadata/Monsters/ChaosGodTriHeadBat/ChaosGodTri-headBat_"] = { attackRange = 10, accuracy = 1, baseMovementSpeed = 16, - spectreReservation = 90, + spectreReservation = 79, companionReservation = 40.8, monsterCategory = "Beast", spawnLocation = { + "Kriar Peaks (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -11935,6 +11536,7 @@ minions["Metadata/Monsters/ChaosGodTriHeadBat/ChaosGodTri-headBat_"] = { "GSChaosGodTriheadBatPoisonBlastSingle", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3100] }, } @@ -11954,10 +11556,11 @@ minions["Metadata/Monsters/ChaosGodGorilla/ChaosGodGorilla_"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 46, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Beast", spawnLocation = { + "Kriar Peaks (Act 6)", }, skillList = { "MeleeAtAnimationSpeed", @@ -11967,6 +11570,7 @@ minions["Metadata/Monsters/ChaosGodGorilla/ChaosGodGorilla_"] = { "GAChaosGodGorillaSlam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2900] }, } @@ -11986,7 +11590,7 @@ minions["Metadata/Monsters/ChaosGodTriceratops/ChaosGodTriceratops_"] = { attackRange = 20, accuracy = 1, baseMovementSpeed = 12, - spectreReservation = 170, + spectreReservation = 122, companionReservation = 54.6, monsterCategory = "Beast", spawnLocation = { @@ -12000,6 +11604,7 @@ minions["Metadata/Monsters/ChaosGodTriceratops/ChaosGodTriceratops_"] = { "GSChaosGodTriceratopsGigaBeam", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2916] }, } @@ -12022,7 +11627,7 @@ minions["Metadata/Monsters/Breach/BreachEliteFallenLunarisMonster__"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 44, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Demon", spawnLocation = { @@ -12036,6 +11641,9 @@ minions["Metadata/Monsters/Breach/BreachEliteFallenLunarisMonster__"] = { "SGLBreachEliteFallenLunarisMonsterChaosQuicksand", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2750] }, } @@ -12055,7 +11663,7 @@ minions["Metadata/Monsters/Breach/BreachEliteCorruptedEliteBloater__"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 120, + spectreReservation = 93, companionReservation = 45.6, monsterCategory = "Demon", spawnLocation = { @@ -12067,6 +11675,9 @@ minions["Metadata/Monsters/Breach/BreachEliteCorruptedEliteBloater__"] = { "GACountsGuardBloaterTentacleHit", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -12086,7 +11697,7 @@ minions["Metadata/Monsters/Breach/BreachFodderCorruptedEliteRanger"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 37, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Demon", spawnLocation = { @@ -12098,6 +11709,8 @@ minions["Metadata/Monsters/Breach/BreachFodderCorruptedEliteRanger"] = { "GSIronSniperLaserDamage", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -12118,7 +11731,7 @@ minions["Metadata/Monsters/Breach/BreachFodderCorruptedEliteToothy__"] = { attackRange = 8, accuracy = 1, baseMovementSpeed = 54, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Demon", spawnLocation = { @@ -12130,6 +11743,9 @@ minions["Metadata/Monsters/Breach/BreachFodderCorruptedEliteToothy__"] = { }, modList = { mod("BleedChance", "BASE", 25, 1, 0), -- MonsterBleedOnHitChance [bleed_on_hit_with_attacks_% = 25] + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2600] }, } @@ -12149,7 +11765,7 @@ minions["Metadata/Monsters/Breach/BreachEliteCorruptedEliteGuard"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 42, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Humanoid", spawnLocation = { @@ -12160,6 +11776,9 @@ minions["Metadata/Monsters/Breach/BreachEliteCorruptedEliteGuard"] = { "GPSBreachEliteBonestorm", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2330] }, } @@ -12181,7 +11800,7 @@ minions["Metadata/Monsters/Breach/BreachElitePaleElite1"] = { accuracy = 1, weaponType1 = "None", baseMovementSpeed = 37, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Demon", spawnLocation = { @@ -12198,6 +11817,9 @@ minions["Metadata/Monsters/Breach/BreachElitePaleElite1"] = { "TeleportHellscapePaleElite", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2500] }, } @@ -12217,7 +11839,7 @@ minions["Metadata/Monsters/Breach/Monsters/FingerDemon/FingerDemon"] = { attackRange = 9, accuracy = 1, baseMovementSpeed = 49, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { @@ -12227,6 +11849,9 @@ minions["Metadata/Monsters/Breach/Monsters/FingerDemon/FingerDemon"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3300] }, } @@ -12256,6 +11881,9 @@ minions["Metadata/Monsters/Breach/Monsters/HandSpider/HandSpider"] = { "MeleeAtAnimationSpeedComboTEMP", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 4100] }, } @@ -12275,7 +11903,7 @@ minions["Metadata/Monsters/Breach/Monsters/FingersBat/FingersBat"] = { attackRange = 15, accuracy = 1, baseMovementSpeed = 58, - spectreReservation = 60, + spectreReservation = 57, companionReservation = 33, monsterCategory = "Demon", spawnLocation = { @@ -12288,6 +11916,9 @@ minions["Metadata/Monsters/Breach/Monsters/FingersBat/FingersBat"] = { "GABreachBatSpineImpactMidAir", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3050] }, } @@ -12306,7 +11937,7 @@ minions["Metadata/Monsters/Breach/BreachFodderDemonicSpikeThrower"] = { attackRange = 12, accuracy = 1, baseMovementSpeed = 17, - spectreReservation = 60, + spectreReservation = 55, companionReservation = 32.1, monsterCategory = "Demon", spawnLocation = { @@ -12318,6 +11949,8 @@ minions["Metadata/Monsters/Breach/BreachFodderDemonicSpikeThrower"] = { "GSDemonicSpikerBarrage", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -12338,7 +11971,7 @@ minions["Metadata/Monsters/Breach/BreachElitePaleElite2"] = { accuracy = 1, weaponType1 = "None", baseMovementSpeed = 37, - spectreReservation = 90, + spectreReservation = 77, companionReservation = 40.2, monsterCategory = "Demon", spawnLocation = { @@ -12356,6 +11989,9 @@ minions["Metadata/Monsters/Breach/BreachElitePaleElite2"] = { "MeleeAtAnimationSpeedLightning", }, modList = { + -- set_is_breach_monster [set_is_breach_monster = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2900] }, } @@ -12375,7 +12011,7 @@ minions["Metadata/Monsters/ChaosGodTriHeadLizard/ChaosGodTriHeadLizard_"] = { attackRange = 14, accuracy = 1, baseMovementSpeed = 12, - spectreReservation = 110, + spectreReservation = 90, companionReservation = 44.4, monsterCategory = "Demon", spawnLocation = { @@ -12386,6 +12022,7 @@ minions["Metadata/Monsters/ChaosGodTriHeadLizard/ChaosGodTriHeadLizard_"] = { "GTChaosTriHeadLizardThing", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3483] }, } @@ -12408,6 +12045,7 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/FungalZombie/DruidicFungusZ companionReservation = 30, monsterCategory = "Undead", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12417,6 +12055,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/FungalZombie/DruidicFungusZ }, modList = { -- SpectrePlayDeathAction [is_spectre_with_death_action = 1] + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -12436,7 +12076,7 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/SplitMonster/SplitMonsterSp attackRange = 11, accuracy = 1, baseMovementSpeed = 45, - spectreReservation = 80, + spectreReservation = 67, companionReservation = 36.6, monsterCategory = "Demon", spawnLocation = { @@ -12446,6 +12086,7 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/SplitMonster/SplitMonsterSp "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] }, } @@ -12469,10 +12110,11 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/HooksMonster/HooksMonster"] attackRange = 11, accuracy = 1, baseMovementSpeed = 43, - spectreReservation = 60, + spectreReservation = 53, companionReservation = 31.5, monsterCategory = "Demon", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12482,6 +12124,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/HooksMonster/HooksMonster"] "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2333] }, } @@ -12501,10 +12145,11 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/RootBehemoth"] attackRange = 24, accuracy = 1, baseMovementSpeed = 14, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12516,6 +12161,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/RootBehemoth"] "GSRootedGuyExplode", }, modList = { + -- set_monster_beyond_portal_chance_+%_final [set_monster_beyond_portal_chance_+%_final = -50] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3400] }, } @@ -12536,10 +12183,11 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterMele attackRange = 7, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12549,6 +12197,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterMele "TBTwigMonsterPodBeam", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -12569,10 +12219,11 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterCast attackRange = 7, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12583,6 +12234,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterCast "GTTwigMonsterPodBeam", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -12603,10 +12256,11 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterCast attackRange = 7, accuracy = 1, baseMovementSpeed = 28, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Construct", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12616,6 +12270,8 @@ minions["Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/TwigMonsterCast "TBTwigMonsterPodBeam", }, modList = { + -- set_additional_life_scaling_index [set_additional_life_scaling_index = 20] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -12635,10 +12291,11 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/CaveDweller_"] = { attackRange = 11, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 90, + spectreReservation = 74, companionReservation = 39, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12649,6 +12306,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/CaveDweller_"] = { "EGRitualCaveDwellerTriggerBlood", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 3000] }, } @@ -12677,6 +12335,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/PrimordialMonster3_"] = { companionReservation = 30, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12691,7 +12350,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/PrimordialMonster3_"] = { minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonRhoa"] = { name = "Nameless Lurker", - monsterTags = { "beast", "medium_movement", "MonsterBlunt_onhit_audio", "not_int", "not_str", "red_blood", }, + monsterTags = { "beast", "mammal_beast", "medium_movement", "MonsterBlunt_onhit_audio", "not_int", "not_str", "red_blood", }, life = 1.3, baseDamageIgnoresAttackSpeed = true, evasion = 0.25, @@ -12705,10 +12364,11 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonRhoa"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 70, + spectreReservation = 60, companionReservation = 34.2, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12718,6 +12378,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonRhoa"] = { "SODemonicRhoaBloodBoil", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2666] }, } @@ -12742,6 +12403,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonRat"] = { companionReservation = 26.1, monsterCategory = "Undead", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12749,6 +12411,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonRat"] = { "MeleeAtAnimationSpeedComboTEMP2", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 1700] }, } @@ -12768,10 +12431,11 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonBurrower"] = { attackRange = 30, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 130, + spectreReservation = 99, companionReservation = 47.4, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12785,6 +12449,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonBurrower"] = { }, modList = { -- ImmuneToKnockback [cannot_be_knocked_back = 1] + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 5333] }, } @@ -12808,10 +12473,11 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonHulk_"] = { attackRange = 13, accuracy = 1, baseMovementSpeed = 32, - spectreReservation = 100, + spectreReservation = 84, companionReservation = 42.3, monsterCategory = "Beast", spawnLocation = { + "The Blackwood (Act 6)", "The Viridian Wildwood (Map)", }, skillList = { @@ -12822,6 +12488,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonHulk_"] = { "DemonHulkSlamTriggered", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2900] }, } @@ -12841,7 +12508,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonMonkey"] = { attackRange = 6, accuracy = 1, baseMovementSpeed = 33, - spectreReservation = 40, + spectreReservation = 38, companionReservation = 25.2, monsterCategory = "Beast", spawnLocation = { @@ -12850,6 +12517,7 @@ minions["Metadata/Monsters/LeagueRitual/DemonFaction/DemonMonkey"] = { "MeleeAtAnimationSpeed", }, modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2733] }, } @@ -12880,59 +12548,6 @@ minions["Metadata/Monsters/VaalMonsters/Zealots/VaalFlayedDaggersBloodUltimatium "MeleeAtAnimationSpeed", }, modList = { - }, -} - -minions["Metadata/Monsters/SummonRagingSpirit/RagingFireSpirit"] = { - name = "Raging Fire Spirit", - monsterTags = { "fire", "flying", "slow_movement", "Unarmed_onhit_audio", "undead", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 23, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - }, - skillList = { - "GSRagingFireSpiritsVolatileSanctum", - }, - modList = { - }, -} - -minions["Metadata/Monsters/SummonRagingSpirit/RagingTimeSpirit"] = { - name = "Raging Time Spirit", - monsterTags = { "flying", "slow_movement", "Unarmed_onhit_audio", "undead", }, - life = 1, - baseDamageIgnoresAttackSpeed = true, - fireResist = 0, - coldResist = 0, - lightningResist = 0, - chaosResist = 0, - damage = 1, - damageSpread = 0.2, - attackTime = 1.5, - attackRange = 14, - accuracy = 1, - baseMovementSpeed = 23, - spectreReservation = 50, - companionReservation = 30, - monsterCategory = "Undead", - spawnLocation = { - }, - skillList = { - "GSRagingTimeSpiritsVolatileSanctum", - }, - modList = { + -- set_base_heavy_stun_duration_ms [set_base_heavy_stun_duration_ms = 2650] }, } diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/advancing_strike.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/advancing_strike.lua index 1eead04881..f6ef8f8eba 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/advancing_strike.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/advancing_strike.lua @@ -99,11 +99,11 @@ return { [2]="#" } }, - text="Deals {0}% of Consumed Blood Loss as additional unscalable Physical Attack Damage" + text="Enemies lose Life equal to {0}% of Consumed Blood Loss" } }, stats={ - [1]="blood_hunt_explosion_%_blood_loss_to_deal_unscalable" + [1]="blood_hunt_explosion_%_blood_loss_to_deal_as_life_loss" } }, [5]={ @@ -130,7 +130,7 @@ return { ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, ["blood_hunt_X_blood_loss_consumed_for_skill_area_of_effect_+%_final"]=5, - ["blood_hunt_explosion_%_blood_loss_to_deal_unscalable"]=4, + ["blood_hunt_explosion_%_blood_loss_to_deal_as_life_loss"]=4, ["blood_hunt_skill_area_of_effect_+%_final_per_X_blood_loss_consumed_up_to_500%"]=5, ["cannot_cause_bleeding"]=1, parent="skill_stat_descriptions", diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_projectile.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_projectile.lua new file mode 100644 index 0000000000..45381d409b --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_projectile.lua @@ -0,0 +1,131 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="skill_empower_limitation_specifier_for_stat_description" + } + }, + [2]={ + stats={ + [1]="ancestral_cry_empowered_attacks_strike_X_additional_enemies" + } + }, + [3]={ + stats={ + [1]="non_spell_cast_duration_ms" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Impact Radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Impact Radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Converts {0}% of Physical damage to Fire damage" + } + }, + stats={ + [1]="ancestral_cry_non_skill_physical_to_fire_convert_%" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + }, + text="Fires {0:+d} Molten Projectile" + }, + [2]={ + limit={ + }, + text="Fires {0:+d} Molten Projectiles" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Molten Projectile" + }, + [4]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Molten Projectiles" + } + }, + stats={ + [1]="base_number_of_projectiles", + [2]="skill_can_fire_arrows", + [3]="quality_display_base_number_of_projectiles_is_gem" + } + }, + ["active_skill_base_area_of_effect_radius"]=4, + ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=2, + ["ancestral_cry_non_skill_physical_to_fire_convert_%"]=5, + ["base_number_of_projectiles"]=6, + ["non_spell_cast_duration_ms"]=3, + parent="skill_stat_descriptions", + ["quality_display_base_number_of_projectiles_is_gem"]=6, + ["skill_can_fire_arrows"]=6, + ["skill_empower_limitation_specifier_for_stat_description"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_shockwave.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_shockwave.lua new file mode 100644 index 0000000000..0f4c1f0f86 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_shockwave.lua @@ -0,0 +1,83 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="skill_empower_limitation_specifier_for_stat_description" + } + }, + [2]={ + stats={ + [1]="base_number_of_projectiles" + } + }, + [3]={ + stats={ + [1]="ancestral_cry_empowered_attacks_strike_X_additional_enemies" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Slam radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Slam radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Converts {0}% of Physical damage to Fire damage" + } + }, + stats={ + [1]="active_skill_base_physical_damage_%_to_convert_to_fire" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["active_skill_base_physical_damage_%_to_convert_to_fire"]=6, + ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=3, + ["base_number_of_projectiles"]=2, + parent="skill_stat_descriptions", + ["skill_empower_limitation_specifier_for_stat_description"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_0.lua new file mode 100644 index 0000000000..4fd944f1af --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_0.lua @@ -0,0 +1,170 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="skill_empower_limitation_specifier_for_stat_description" + } + }, + [2]={ + stats={ + [1]="ancestral_cry_empowered_attacks_strike_X_additional_enemies" + } + }, + [3]={ + stats={ + [1]="attack_duration_ms" + } + }, + [4]={ + stats={ + [1]="hundred_times_attacks_per_second" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Warcry radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcry radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Knocks back and interrupts enemies in a smaller area" + } + }, + stats={ + [1]="warcries_knock_back_enemies" + } + }, + [8]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Warcry duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcry duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [9]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased Warcry duration per Endurance Charge consumed" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Consumes all Endurance Charges to increase Warcry duration by {0}% per charge" + } + }, + stats={ + [1]="ancestral_cry_duration_+%_final_per_removable_endurance_charge" + } + }, + [10]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Converts {0}% of Physical Damage to Fire damage with Boosted Attacks" + } + }, + stats={ + [1]="ancestral_cry_non_skill_physical_to_fire_convert_%" + } + }, + [11]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=5, + ["active_skill_base_area_of_effect_radius"]=6, + ["ancestral_cry_duration_+%_final_per_removable_endurance_charge"]=9, + ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=2, + ["ancestral_cry_non_skill_physical_to_fire_convert_%"]=10, + ["attack_duration_ms"]=3, + ["base_skill_effect_duration"]=8, + ["hundred_times_attacks_per_second"]=4, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=11, + ["skill_empower_limitation_specifier_for_stat_description"]=1, + ["warcries_knock_back_enemies"]=7 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_1.lua new file mode 100644 index 0000000000..ca6ea5b09f --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ancestral_cry_statset_1.lua @@ -0,0 +1,70 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="skill_empower_limitation_specifier_for_stat_description" + } + }, + [2]={ + stats={ + [1]="base_number_of_projectiles" + } + }, + [3]={ + stats={ + [1]="ancestral_cry_empowered_attacks_strike_X_additional_enemies" + } + }, + [4]={ + stats={ + [1]="attack_duration_ms" + } + }, + [5]={ + stats={ + [1]="hundred_times_attacks_per_second" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Footstep radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Footstep radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_base_area_of_effect_radius"]=6, + ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=3, + ["attack_duration_ms"]=4, + ["base_number_of_projectiles"]=2, + ["hundred_times_attacks_per_second"]=5, + parent="skill_stat_descriptions", + ["skill_empower_limitation_specifier_for_stat_description"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/apply_rimeshield.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/apply_rimeshield.lua new file mode 100644 index 0000000000..301160aa01 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/apply_rimeshield.lua @@ -0,0 +1,143 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Ice Armour radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ice Armour radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Ice Armour duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ice Armour duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Ice Armour grants {0}% reduced damage taken from Hits" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ice Armour grants {0}% increased damage taken from Hits" + } + }, + stats={ + [1]="rime_damage_taken_+%_final" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Ice Armour deals {0} to {1} Cold damage to enemies" + } + }, + stats={ + [1]="spell_minimum_added_cold_damage", + [2]="spell_maximum_added_cold_damage" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["rime_damage_taken_+%_final"]=4, + ["skill_effect_duration"]=5, + ["spell_maximum_added_cold_damage"]=6, + ["spell_minimum_added_cold_damage"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/awakened_forest.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/awakened_forest.lua new file mode 100644 index 0000000000..8df09f2410 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/awakened_forest.lua @@ -0,0 +1,125 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + [2]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="DNT Vines impact in a {0}x{1} metre rectangle" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Vines spawn within a {0} metre radius of the targeting area" + } + }, + stats={ + [1]="active_skill_base_tertiary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_tertiary_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Targeting area moves {0} metres per second" + } + }, + stats={ + [1]="awakened_forest_move_targeting_area_X_units_per_second" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Spawn {0} vine per cast time" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Spawn {0} vines per cast time" + } + }, + stats={ + [1]="awakened_forest_spawn_X_vines_per_cast_time" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=2, + ["active_skill_base_tertiary_area_of_effect_radius"]=3, + ["active_skill_secondary_area_of_effect_radius"]=4, + ["active_skill_tertiary_area_of_effect_radius"]=5, + ["awakened_forest_move_targeting_area_X_units_per_second"]=6, + ["awakened_forest_spawn_X_vines_per_cast_time"]=7, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_0.lua new file mode 100644 index 0000000000..c74db996e4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_0.lua @@ -0,0 +1,105 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bolt range@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Bolts target enemies within {0:+d} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Bolts target enemies within {0:+d} metres" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Bolts target enemies within {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Bolts target enemies within {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=2 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_1.lua new file mode 100644 index 0000000000..ed0ad12ac7 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_1.lua @@ -0,0 +1,97 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Fire-Infused explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fire-Infused explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Creates Ignited Ground every {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Creates Ignited Ground every {0} seconds" + } + }, + stats={ + [1]="ball_lightning_infused_burning_ground_interval_ms" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Fire-Infused explosion deals {0} to {1} Fire damage" + } + }, + stats={ + [1]="spell_minimum_base_fire_damage", + [2]="spell_maximum_base_fire_damage" + } + }, + ["active_skill_base_secondary_area_of_effect_radius"]=1, + ["ball_lightning_infused_burning_ground_interval_ms"]=2, + parent="skill_stat_descriptions", + ["spell_maximum_base_fire_damage"]=3, + ["spell_minimum_base_fire_damage"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_2.lua new file mode 100644 index 0000000000..655f6860d7 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ball_lightning_statset_2.lua @@ -0,0 +1,144 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metre to Ignited Ground radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metres to Ignited Ground radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Ignited Ground radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ignited Ground radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_tertiary_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ignited Ground radius@{0}m" + } + }, + stats={ + [1]="active_skill_tertiary_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Ignited Ground duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ignited Ground duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Ignites as though dealing {0} to {1} Fire damage" + } + }, + stats={ + [1]="spell_minimum_base_fire_damage", + [2]="spell_maximum_base_fire_damage" + } + }, + ["active_skill_base_tertiary_area_of_effect_radius"]=1, + ["active_skill_tertiary_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4, + ["spell_maximum_base_fire_damage"]=5, + ["spell_minimum_base_fire_damage"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ballistic_ice_projectile.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ballistic_ice_projectile.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ballistic_ice_projectile.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bear_slam.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bear_slam.lua new file mode 100644 index 0000000000..43f4c2fc51 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bear_slam.lua @@ -0,0 +1,126 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Shockwave radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Shockwave radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Shockwave radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Jagged Ground duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Jagged Ground duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Consumes {0} Rage to perform enraged slam if possible" + } + }, + stats={ + [1]="bear_slam_spend_X_rage_for_stronger_slam", + [2]="stronger_bear_slam_X_rage_requirement" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_ground_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["bear_slam_spend_X_rage_for_stronger_slam"]=4, + parent="skill_stat_descriptions", + ["skill_ground_effect_duration"]=5, + ["stronger_bear_slam_X_rage_requirement"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/black_powder_blitz.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/black_powder_blitz.lua new file mode 100644 index 0000000000..610521f8a5 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/black_powder_blitz.lua @@ -0,0 +1,18 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="spell_cast_time_cannot_be_modified" + } + }, + [2]={ + stats={ + [1]="dodge_roll_base_travel_distance" + } + }, + ["dodge_roll_base_travel_distance"]=2, + parent="skill_stat_descriptions", + ["spell_cast_time_cannot_be_modified"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_0.lua index 6ee17f76c3..832af3483a 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_0.lua @@ -3,6 +3,21 @@ return { [1]={ + stats={ + [1]="spell_minimum_base_fire_damage" + } + }, + [2]={ + stats={ + [1]="spell_maximum_base_fire_damage" + } + }, + [3]={ + stats={ + [1]="ember_fusillade_damage_+%_final_per_ember_fired" + } + }, + [4]={ [1]={ [1]={ [1]={ @@ -35,7 +50,7 @@ return { [1]="base_skill_effect_duration" } }, - [2]={ + [5]={ [1]={ [1]={ limit={ @@ -51,23 +66,26 @@ return { [1]="blazing_cluster_maximum_number_of_projectiles_allowed" } }, - [3]={ + [6]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - [4]={ + [7]={ [1]={ }, stats={ [1]="total_number_of_projectiles_to_fire" } }, - ["base_skill_effect_duration"]=1, - ["blazing_cluster_maximum_number_of_projectiles_allowed"]=2, + ["base_skill_effect_duration"]=4, + ["blazing_cluster_maximum_number_of_projectiles_allowed"]=5, + ["ember_fusillade_damage_+%_final_per_ember_fired"]=3, parent="skill_stat_descriptions", - ["skill_effect_duration"]=3, - ["total_number_of_projectiles_to_fire"]=4 + ["skill_effect_duration"]=6, + ["spell_maximum_base_fire_damage"]=2, + ["spell_minimum_base_fire_damage"]=1, + ["total_number_of_projectiles_to_fire"]=7 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_1.lua index 361299ccdb..2ef185ab66 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_1.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_1.lua @@ -8,6 +8,11 @@ return { } }, [2]={ + stats={ + [1]="blazing_cluster_maximum_number_of_projectiles_allowed" + } + }, + [3]={ [1]={ [1]={ [1]={ @@ -27,7 +32,7 @@ return { [1]="active_skill_area_of_effect_radius" } }, - [3]={ + [4]={ [1]={ [1]={ [1]={ @@ -60,8 +65,9 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, - parent="specific_skill_stat_descriptions/blazing_cluster_statset_0", + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["blazing_cluster_maximum_number_of_projectiles_allowed"]=2, + parent="skill_stat_descriptions", ["total_number_of_projectiles_to_fire"]=1 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_2.lua new file mode 100644 index 0000000000..cc206c96ec --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/blazing_cluster_statset_2.lua @@ -0,0 +1,12 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + parent="skill_stat_descriptions", + ["total_number_of_projectiles_to_fire"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bleeding_concoction.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bleeding_concoction.lua new file mode 100644 index 0000000000..ad1505781a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bleeding_concoction.lua @@ -0,0 +1,74 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to Aggravate Bleeding on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Aggravate Bleeding on Hit" + } + }, + stats={ + [1]="base_aggravate_bleeding_on_attack_hit_chance_%" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_aggravate_bleeding_on_attack_hit_chance_%"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_cone.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_cone.lua index 72303d1e66..a5e764dfb3 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_cone.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_cone.lua @@ -132,16 +132,68 @@ return { } }, [4]={ + [1]={ + [1]={ + limit={ + }, + text="Minions have {0}% increased Movement Speed" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions have {0}% increased Movement Speed" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions have {0}% reduced Movement Speed" + } + }, + stats={ + [1]="minion_movement_speed_+%" + } + }, + [5]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Reviving Minions can only create\n one Bone Construct per death" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["base_skill_effect_duration"]=3, + ["minion_movement_speed_+%"]=4, parent="skill_stat_descriptions", ["quality_display_base_skill_effect_duration_is_gem"]=3, - ["skill_effect_duration"]=4 + ["skill_effect_duration"]=5, + ["skill_specific_stat_description_mode"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_offering.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_offering.lua index 528fc1f0e1..d2e151372a 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_offering.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/bone_offering.lua @@ -41,6 +41,51 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions take {0}% increased damage from Hits while shielded" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions take {0}% reduced damage from Hits while shielded" + } + }, + stats={ + [1]="bone_offering_damage_taken_+%_final" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Absorbs first Hit dealing over {0}% of Minion's maximum life" + } + }, + stats={ + [1]="bone_offering_hit_threshold_%_of_maximum_life" + } + }, + [5]={ [1]={ }, stats={ @@ -49,6 +94,8 @@ return { }, ["base_secondary_skill_effect_duration"]=1, ["base_skill_effect_duration"]=2, + ["bone_offering_damage_taken_+%_final"]=3, + ["bone_offering_hit_threshold_%_of_maximum_life"]=4, parent="skill_stat_descriptions", - ["skill_effect_duration"]=3 + ["skill_effect_duration"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/boneshatter.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/boneshatter.lua index 7f777f166c..987a94c686 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/boneshatter.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/boneshatter.lua @@ -55,7 +55,37 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for Shockwaves originating\nfrom a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for Shockwaves originating\nfrom a Unique enemy" + } + }, + stats={ + [1]="boneshatter_damage_+%_final_if_created_from_unique" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, + ["boneshatter_damage_+%_final_if_created_from_unique"]=3, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/brute_warcry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/brute_warcry.lua new file mode 100644 index 0000000000..e0b05aa90d --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/brute_warcry.lua @@ -0,0 +1,122 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Warcry radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcry radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Frozen explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Frozen explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Indimidation duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Indimidation duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["active_skill_base_secondary_area_of_effect_radius"]=4, + ["base_skill_effect_duration"]=5, + ["never_freeze"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_incendiary.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_incendiary.lua index 3cfff76863..d107a31d55 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_incendiary.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_incendiary.lua @@ -8,13 +8,23 @@ return { } }, [2]={ + stats={ + [1]="projectiles_can_shotgun" + } + }, + [3]={ + stats={ + [1]="base_knockback_distance" + } + }, + [4]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [3]={ + [5]={ [1]={ [1]={ [1]={ @@ -34,7 +44,7 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [4]={ + [6]={ [1]={ [1]={ limit={ @@ -55,27 +65,34 @@ return { [2]="skill_can_fire_arrows" } }, - [5]={ + [7]={ [1]={ [1]={ + limit={ + }, + text="{0:+d}% increased Ignite duration for each Fragment in a single hit" + }, + [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Multiple fragments can Hit the same target\nMultiple Fragments hitting a target simultaneously will combine their damage into a single Hit" + text="{0}% increased Ignite duration for each Fragment in a single hit" } }, stats={ - [1]="projectiles_can_shotgun" + [1]="ignite_duration_+%_per_shotgun_pellet_hit" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, - ["base_number_of_projectiles"]=4, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["base_knockback_distance"]=3, + ["base_number_of_projectiles"]=6, + ["ignite_duration_+%_per_shotgun_pellet_hit"]=7, parent="skill_stat_descriptions", - ["projectiles_can_shotgun"]=5, + ["projectiles_can_shotgun"]=2, ["quality_display_base_number_of_projectiles_is_gem"]=1, - ["skill_can_fire_arrows"]=4 + ["skill_can_fire_arrows"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_permafrost.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_permafrost.lua index 9372fb23b5..e5a2d99d77 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_permafrost.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_permafrost.lua @@ -3,13 +3,23 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ + stats={ + [1]="projectiles_can_shotgun" + } + }, + [3]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [4]={ [1]={ [1]={ [1]={ @@ -29,7 +39,7 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [3]={ + [5]={ [1]={ [1]={ limit={ @@ -72,27 +82,12 @@ return { [3]="quality_display_base_number_of_projectiles_is_gem" } }, - [4]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Multiple fragments can Hit the same target\nMultiple Fragments hitting a target simultaneously will combine their damage into a single Hit" - } - }, - stats={ - [1]="projectiles_can_shotgun" - } - }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, - ["base_number_of_projectiles"]=3, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["base_knockback_distance"]=1, + ["base_number_of_projectiles"]=5, parent="skill_stat_descriptions", - ["projectiles_can_shotgun"]=4, - ["quality_display_base_number_of_projectiles_is_gem"]=3, - ["skill_can_fire_arrows"]=3 + ["projectiles_can_shotgun"]=2, + ["quality_display_base_number_of_projectiles_is_gem"]=5, + ["skill_can_fire_arrows"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_0.lua new file mode 100644 index 0000000000..d93d883cea --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_0.lua @@ -0,0 +1,83 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="quality_display_base_number_of_projectiles_is_gem" + } + }, + [3]={ + stats={ + [1]="base_knockback_distance" + } + }, + [4]={ + stats={ + [1]="projectiles_can_shotgun" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} fragments per shot" + } + }, + stats={ + [1]="base_number_of_projectiles", + [2]="skill_can_fire_arrows" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Bolts Pierce {0} Target" + }, + [2]={ + [1]={ + k="canonical_line", + v=true + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Bolts Pierce {0} Targets" + } + }, + stats={ + [1]="projectile_base_number_of_targets_to_pierce" + } + }, + ["base_knockback_distance"]=3, + ["base_number_of_projectiles"]=5, + ["never_freeze"]=1, + parent="skill_stat_descriptions", + ["projectile_base_number_of_targets_to_pierce"]=6, + ["projectiles_can_shotgun"]=4, + ["quality_display_base_number_of_projectiles_is_gem"]=2, + ["skill_can_fire_arrows"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_1.lua new file mode 100644 index 0000000000..8f46f42f6b --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_piercing_statset_1.lua @@ -0,0 +1,113 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="quality_display_base_number_of_projectiles_is_gem" + } + }, + [3]={ + stats={ + [1]="base_knockback_distance" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for explosions originating\nfrom a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for explosions originating\nfrom a Unique enemy" + } + }, + stats={ + [1]="frag_rounds_damage_+%_final_if_created_from_unique" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Consumes Freeze on enemies Hit to\ntrigger a secondary explosion at their location\nSecondary explosions cannot Consume Freeze" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["base_knockback_distance"]=3, + ["frag_rounds_damage_+%_final_if_created_from_unique"]=6, + ["never_freeze"]=1, + parent="skill_stat_descriptions", + ["quality_display_base_number_of_projectiles_is_gem"]=2, + ["skill_specific_stat_description_mode"]=7 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_stormblast.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_stormblast.lua index 87f03be4db..f556819557 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_stormblast.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/burst_shot_stormblast.lua @@ -13,6 +13,16 @@ return { } }, [3]={ + stats={ + [1]="projectiles_can_shotgun" + } + }, + [4]={ + stats={ + [1]="base_knockback_distance" + } + }, + [5]={ [1]={ [1]={ limit={ @@ -33,7 +43,7 @@ return { [2]="skill_can_fire_arrows" } }, - [4]={ + [6]={ [1]={ [1]={ limit={ @@ -58,27 +68,12 @@ return { [1]="number_of_chains" } }, - [5]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Multiple fragments can Hit the same target\nMultiple Fragments hitting a target simultaneously will combine their damage into a single Hit" - } - }, - stats={ - [1]="projectiles_can_shotgun" - } - }, - ["base_number_of_projectiles"]=3, + ["base_knockback_distance"]=4, + ["base_number_of_projectiles"]=5, ["base_projectiles_cannot_chain"]=1, - ["number_of_chains"]=4, + ["number_of_chains"]=6, parent="skill_stat_descriptions", - ["projectiles_can_shotgun"]=5, + ["projectiles_can_shotgun"]=3, ["quality_display_base_number_of_projectiles_is_gem"]=2, - ["skill_can_fire_arrows"]=3 + ["skill_can_fire_arrows"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channel_stampede_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channel_stampede_statset_2.lua index f84384046a..946a9246a9 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channel_stampede_statset_2.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channel_stampede_statset_2.lua @@ -15,7 +15,7 @@ return { [2]="#" } }, - text="Detonates Jagged Ground within {0} metre radius of Slam and each patch of Jagged Ground detonated" + text="Explodes Jagged Ground within {0} metre radius of Slam and each patch of Jagged Ground exploded" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_slam_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_slam_statset_0.lua index 8f5d8fa8f1..aab0905c7a 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_slam_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_slam_statset_0.lua @@ -123,11 +123,19 @@ return { [2]="quality_display_supercharged_slam_is_gem" } }, + [6]={ + [1]={ + }, + stats={ + [1]="virtual_channelled_slam_max_stages" + } + }, ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, ["base_skill_effect_duration"]=1, ["channelled_slam_damage_+%_final_per_stage"]=4, ["channelled_slam_max_stages"]=5, parent="skill_stat_descriptions", - ["quality_display_supercharged_slam_is_gem"]=5 + ["quality_display_supercharged_slam_is_gem"]=5, + ["virtual_channelled_slam_max_stages"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_0.lua new file mode 100644 index 0000000000..f999110706 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_0.lua @@ -0,0 +1,77 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="cannot_stun" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Modifers to Attack speed also affect this skill's cost" + } + }, + stats={ + [1]="attack_speed_modifiers_apply_to_over_time_cost" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["attack_speed_modifiers_apply_to_over_time_cost"]=5, + ["cannot_stun"]=2, + ["never_freeze"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_1.lua new file mode 100644 index 0000000000..3faeaa3919 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_1.lua @@ -0,0 +1,66 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="attack_speed_modifiers_apply_to_over_time_cost" + } + }, + [3]={ + stats={ + [1]="cannot_stun" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["attack_speed_modifiers_apply_to_over_time_cost"]=2, + ["cannot_stun"]=3, + ["never_freeze"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_2.lua new file mode 100644 index 0000000000..3faeaa3919 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_2.lua @@ -0,0 +1,66 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="attack_speed_modifiers_apply_to_over_time_cost" + } + }, + [3]={ + stats={ + [1]="cannot_stun" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["attack_speed_modifiers_apply_to_over_time_cost"]=2, + ["cannot_stun"]=3, + ["never_freeze"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_3.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_3.lua new file mode 100644 index 0000000000..4c83492328 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/channelled_snipe_statset_3.lua @@ -0,0 +1,96 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + stats={ + [1]="attack_speed_modifiers_apply_to_over_time_cost" + } + }, + [3]={ + stats={ + [1]="cannot_stun" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for explosions originating\nfrom a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for explosions originating\nfrom a Unique enemy" + } + }, + stats={ + [1]="snipe_damage_+%_final_if_created_from_unique" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["attack_speed_modifiers_apply_to_over_time_cost"]=2, + ["cannot_stun"]=3, + ["never_freeze"]=1, + parent="skill_stat_descriptions", + ["snipe_damage_+%_final_if_created_from_unique"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/circle_of_power.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/circle_of_power.lua index 3f7b9e60ed..0d59f8978b 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/circle_of_power.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/circle_of_power.lua @@ -157,6 +157,13 @@ return { [1]="skill_effect_duration" } }, + [9]={ + [1]={ + }, + stats={ + [1]="virtual_circle_of_power_max_stages" + } + }, ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, ["base_circle_of_power_mana_%_spend_per_upgrade"]=4, @@ -164,5 +171,6 @@ return { ["circle_of_power_max_stages"]=6, ["circle_of_power_spell_damage_+%_final_per_stage"]=7, parent="skill_stat_descriptions", - ["skill_effect_duration"]=8 + ["skill_effect_duration"]=8, + ["virtual_circle_of_power_max_stages"]=9 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cluster_grenade.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cluster_grenade.lua index 319c5998fb..fdfd171445 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cluster_grenade.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cluster_grenade.lua @@ -8,13 +8,18 @@ return { } }, [2]={ + stats={ + [1]="projectiles_nova" + } + }, + [3]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [3]={ + [4]={ [1]={ [1]={ [1]={ @@ -47,7 +52,7 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [4]={ + [5]={ [1]={ [1]={ [1]={ @@ -80,17 +85,18 @@ return { [1]="base_skill_effect_duration" } }, - [5]={ + [6]={ [1]={ }, stats={ [1]="grenade_fuse_duration" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, ["active_skill_base_secondary_area_of_effect_radius"]=1, - ["base_skill_effect_duration"]=4, - ["grenade_fuse_duration"]=5, - parent="skill_stat_descriptions" + ["base_skill_effect_duration"]=5, + ["grenade_fuse_duration"]=6, + parent="skill_stat_descriptions", + ["projectiles_nova"]=2 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cold_weakness.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cold_weakness.lua index 78b4d9b18d..8cd146cae3 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cold_weakness.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/cold_weakness.lua @@ -102,14 +102,14 @@ return { [1]={ }, stats={ - [1]="skill_effect_duration" + [1]="curse_effect_duration" } }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["base_skill_buff_cold_damage_resistance_%_to_apply"]=3, ["base_skill_effect_duration"]=4, + ["curse_effect_duration"]=6, parent="skill_stat_descriptions", - ["skill_curse_cold_damage_resistance_%_magnitude_to_apply"]=5, - ["skill_effect_duration"]=6 + ["skill_curse_cold_damage_resistance_%_magnitude_to_apply"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/convalescence_active.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/convalescence_active.lua index d63b6376c8..599847dbc3 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/convalescence_active.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/convalescence_active.lua @@ -3,6 +3,22 @@ return { [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cooldown is {0} seconds" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, + [2]={ [1]={ [1]={ [1]={ @@ -78,7 +94,7 @@ return { [2]="quality_display_base_skill_effect_duration_is_gem" } }, - [2]={ + [3]={ [1]={ [1]={ limit={ @@ -94,16 +110,17 @@ return { [1]="display_this_skill_cooldown_does_not_recover_during_buff" } }, - [3]={ + [4]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - ["base_skill_effect_duration"]=1, - ["display_this_skill_cooldown_does_not_recover_during_buff"]=2, + ["base_skill_effect_duration"]=2, + ["display_this_skill_cooldown_does_not_recover_during_buff"]=3, parent="skill_stat_descriptions", - ["quality_display_base_skill_effect_duration_is_gem"]=1, - ["skill_effect_duration"]=3 + ["quality_display_base_skill_effect_duration_is_gem"]=2, + ["skill_effect_duration"]=4, + ["skill_specific_stat_description_mode"]=1 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/corpse_beetles.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/corpse_beetles.lua new file mode 100644 index 0000000000..9095ec7774 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/corpse_beetles.lua @@ -0,0 +1,53 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0} second duration between Corpse consumptions" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Maximum {0} Corpse Beetle" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Maximum {0} Corpse Beetles" + } + }, + stats={ + [1]="maximum_corpse_beetles_allowed" + } + }, + ["base_secondary_skill_effect_duration"]=1, + ["maximum_corpse_beetles_allowed"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_mirage.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_mirage.lua new file mode 100644 index 0000000000..7d94af871f --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_mirage.lua @@ -0,0 +1,87 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Cannot create a new Mirage if a Mirage has expired or\n you have dodge rolled in the past second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cannot create a new Mirage if a Mirage has expired or\n you have dodge rolled in the past {0} seconds" + } + }, + stats={ + [1]="base_lingering_mirage_cooldown_ms" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} seconds to Mirage duration" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Mirage duration is {0} second" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Mirage duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["base_lingering_mirage_cooldown_ms"]=1, + ["base_skill_effect_duration"]=2, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_void_illusion.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_void_illusion.lua new file mode 100644 index 0000000000..86981f4c5d --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/create_void_illusion.lua @@ -0,0 +1,134 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to explosion radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to explosion radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Illusion duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Illusion duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=2, + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_effigy_projectile.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_effigy_projectile.lua index a32dcd19d9..a8c1a6579f 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_effigy_projectile.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_effigy_projectile.lua @@ -10,6 +10,24 @@ return { [2]={ [1]={ [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metre to Impact radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metres to Impact radius" + }, + [3]={ [1]={ k="divide_by_ten_1dp_if_required", v=1 @@ -22,7 +40,7 @@ return { }, text="Impact radius is {0} metre" }, - [2]={ + [4]={ [1]={ k="divide_by_ten_1dp_if_required", v=1 diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_tempest.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_tempest.lua new file mode 100644 index 0000000000..579f0e8f3c --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dark_tempest.lua @@ -0,0 +1,124 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Buff causes Lightning Spells that cost Mana to Chain an additional time" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Buff causes Lightning Spells that cost Mana to Chain {0} additional times" + } + }, + stats={ + [1]="mana_costing_lightning_spells_number_of_additional_beam_chains" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Buff causes Lightning Spells that cost Mana to also Chain to {0:+d} target when Chaining, but not Chain further from them" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Buff causes Lightning Spells that cost Mana to also Chain to {0:+d} targets when Chaining, but not Chain further from them" + } + }, + stats={ + [1]="mana_costing_lightning_spells_number_of_additional_beam_splits" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Projectiles from Empowered Lightning Spells Fork" + } + }, + stats={ + [1]="mana_costing_lightning_spells_projectiles_fork" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Empowered Spells Split to {0} additional target" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Empowered Spells Split to {0} additional targets" + } + }, + stats={ + [1]="mana_tempest_empowered_spells_split_to_X_additional_targets" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Mana and Life spent while in the storm is\nadded to this Skill's Mana Cost per Second" + } + }, + stats={ + [1]="mana_tempest_mana_cost_%_to_add_to_cost_per_second" + } + }, + ["active_skill_base_area_of_effect_radius"]=1, + ["mana_costing_lightning_spells_number_of_additional_beam_chains"]=2, + ["mana_costing_lightning_spells_number_of_additional_beam_splits"]=3, + ["mana_costing_lightning_spells_projectiles_fork"]=4, + ["mana_tempest_empowered_spells_split_to_X_additional_targets"]=5, + ["mana_tempest_mana_cost_%_to_add_to_cost_per_second"]=6, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/defiance_banner.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/defiance_banner.lua index 3787bc95aa..e2b6900639 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/defiance_banner.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/defiance_banner.lua @@ -113,7 +113,7 @@ return { [2]=1000 } }, - text="Banner duration is {0} second, or until you leave the Aura" + text="Banner duration is {0} second" }, [2]={ [1]={ @@ -126,7 +126,7 @@ return { [2]="#" } }, - text="Banner duration is {0} seconds, or until you leave the Aura" + text="Banner duration is {0} seconds" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/demon_transformation.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/demon_transformation.lua index 055a85b747..749837e7f0 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/demon_transformation.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/demon_transformation.lua @@ -96,7 +96,7 @@ return { [2]="#" } }, - text="Deal {0}% increased Spell damage per Demonflame" + text="Deal {0}% more Spell damage per Demonflame" }, [2]={ limit={ @@ -105,11 +105,11 @@ return { [2]=-1 } }, - text="Deal {0}% reduced Spell damage per Demonflame" + text="Deal {0}% less Spell damage per Demonflame" } }, stats={ - [1]="demon_form_spell_damage_+%_per_stack" + [1]="demon_form_spell_damage_+%_final_per_stack" } }, [6]={ @@ -123,7 +123,7 @@ return { ["demon_form_grants_spell_gem_level_+"]=2, ["demon_form_life_loss_%_per_minute_per_stack"]=3, ["demon_form_life_loss_per_minute_per_stack"]=4, - ["demon_form_spell_damage_+%_per_stack"]=5, + ["demon_form_spell_damage_+%_final_per_stack"]=5, ["max_demon_form_stacks"]=6, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/detonating_arrow.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/detonating_arrow.lua index ef07bf4b4b..cc9c234e8e 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/detonating_arrow.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/detonating_arrow.lua @@ -42,7 +42,15 @@ return { [1]="active_skill_secondary_area_of_effect_radius" } }, + [3]={ + [1]={ + }, + stats={ + [1]="virtual_detonating_arrow_max_number_of_stages" + } + }, ["active_skill_base_secondary_area_of_effect_radius"]=1, ["active_skill_secondary_area_of_effect_radius"]=2, - parent="skill_stat_descriptions" + parent="skill_stat_descriptions", + ["virtual_detonating_arrow_max_number_of_stages"]=3 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_explosive_teleport.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_explosive_teleport.lua new file mode 100644 index 0000000000..469a776163 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_explosive_teleport.lua @@ -0,0 +1,91 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Explosion Radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Deals {0}% more Damage per previous teleportation in sequence" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Deals {0}% less Damage per previous teleportation in sequence" + } + }, + stats={ + [1]="djinn_damage_+%_final_per_teleport_in_sequence" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["djinn_damage_+%_final_per_teleport_in_sequence"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_rune.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_rune.lua new file mode 100644 index 0000000000..0c94f6ff11 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_rune.lua @@ -0,0 +1,291 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Runes are created within@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Runes are created within {0} metre of Djinn" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Runes are created within {0} metres of Djinn" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Runes trigger radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Runes trigger radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Tornado radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Tornado radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_tertiary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Tornado duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Tornado duration is {0} seconds" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Rune duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Rune duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Tornados deal damage once every second while active" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Tornados deal damage once every {0} seconds while active" + } + }, + stats={ + [1]="fire_djinn_flame_rune_tick_rate_ms" + } + }, + [8]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Limit {0} Rune" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Limit {0} Runes" + } + }, + stats={ + [1]="fire_djinn_maximum_flame_runes_allowed" + } + }, + [9]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Create {0} Rune" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Create {0} Runes" + } + }, + stats={ + [1]="fire_djinn_number_of_flame_runes_placed" + } + }, + [10]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["active_skill_base_tertiary_area_of_effect_radius"]=4, + ["base_secondary_skill_effect_duration"]=5, + ["base_skill_effect_duration"]=6, + ["fire_djinn_flame_rune_tick_rate_ms"]=7, + ["fire_djinn_maximum_flame_runes_allowed"]=8, + ["fire_djinn_number_of_flame_runes_placed"]=9, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=10 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_slice.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_slice.lua new file mode 100644 index 0000000000..9a231f8d1c --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_fire_slice.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Slash Radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Slash Radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_force_recharge.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_force_recharge.lua new file mode 100644 index 0000000000..c77b5aafa8 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_force_recharge.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Buff duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Buff duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="curse_effect_duration" + } + }, + ["base_skill_effect_duration"]=1, + ["curse_effect_duration"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_ground_burst.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_ground_burst.lua new file mode 100644 index 0000000000..a7862d90a7 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_ground_burst.lua @@ -0,0 +1,95 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Detonates Chilling Areas within@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Detonates Chilling Areas within {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Detonates Chilling Areas within {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Chilling Ground Detonation burst radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Chilling Ground Detonation burst radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_knife_throw.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_knife_throw.lua new file mode 100644 index 0000000000..829b48bf72 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_knife_throw.lua @@ -0,0 +1,121 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Erupting blade creation radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Erupting blades are created within {0} metre of initial impact" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Erupting blades are created within {0} metres of initial impact" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Erupting blade radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Erupting blade radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Creates {0} erupting blade" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Creates {0} erupting blades" + } + }, + stats={ + [1]="djinn_knife_throw_number_of_knives_created" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["djinn_knife_throw_number_of_knives_created"]=4, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_mass_fusillade.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_mass_fusillade.lua new file mode 100644 index 0000000000..d461c470e9 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_mass_fusillade.lua @@ -0,0 +1,90 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Ember Explosion Radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Ember Explosion Radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Ember Explosion Radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="DNT Creates {0} flaming embers" + } + }, + stats={ + [1]="base_number_of_projectiles", + [2]="skill_can_fire_arrows", + [3]="quality_display_base_number_of_projectiles_is_gem" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_number_of_projectiles"]=3, + parent="skill_stat_descriptions", + ["quality_display_base_number_of_projectiles_is_gem"]=3, + ["skill_can_fire_arrows"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_meteor.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_meteor.lua new file mode 100644 index 0000000000..5cdc3048e3 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_meteor.lua @@ -0,0 +1,61 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Impact Radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Impact Radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Impact Radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_triggered_wave.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_triggered_wave.lua new file mode 100644 index 0000000000..680af6cea7 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/djinn_triggered_wave.lua @@ -0,0 +1,103 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Wave radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Wave radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Wave radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Buff duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Buff duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="curse_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["curse_effect_duration"]=4, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dread_banner.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dread_banner.lua index 73be0fd266..70262d7f16 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dread_banner.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/dread_banner.lua @@ -43,6 +43,51 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Aura grants {0:+d}% to all Maximum Elemental Resistances" + } + }, + stats={ + [1]="base_skill_buff_additional_maximum_all_elemental_resistances_%_to_apply" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Aura grants {0}% more Elemental Ailment Threshold" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Aura grants {0}% less Elemental Ailment Threshold" + } + }, + stats={ + [1]="base_skill_buff_ailment_threshold_+%_final_to_apply" + } + }, + [5]={ [1]={ [1]={ [1]={ @@ -62,7 +107,7 @@ return { [1]="base_skill_buff_flask_charge_per_min_to_apply" } }, - [4]={ + [6]={ [1]={ [1]={ limit={ @@ -91,7 +136,7 @@ return { [1]="base_skill_buff_stun_and_ailment_threshold_+%_final_to_apply" } }, - [5]={ + [7]={ [1]={ [1]={ [1]={ @@ -104,7 +149,7 @@ return { [2]=1000 } }, - text="Banner duration is {0} second, or until you leave the Aura" + text="Banner duration is {0} second" }, [2]={ [1]={ @@ -117,28 +162,42 @@ return { [2]="#" } }, - text="Banner duration is {0} seconds, or until you leave the Aura" + text="Banner duration is {0} seconds" } }, stats={ [1]="base_skill_effect_duration" } }, - [6]={ + [8]={ + [1]={ + }, + stats={ + [1]="skill_aura_buff_additional_maximum_all_elemental_resistances_%_magnitude_to_apply" + } + }, + [9]={ + [1]={ + }, + stats={ + [1]="skill_aura_buff_ailment_threshold_+%_final_magnitude_to_apply" + } + }, + [10]={ [1]={ }, stats={ [1]="skill_aura_buff_flask_charge_per_min_magnitude_to_apply" } }, - [7]={ + [11]={ [1]={ }, stats={ [1]="skill_aura_buff_stun_and_ailment_threshold_+%_final_magnitude_to_apply" } }, - [8]={ + [12]={ [1]={ }, stats={ @@ -147,11 +206,15 @@ return { }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, - ["base_skill_buff_flask_charge_per_min_to_apply"]=3, - ["base_skill_buff_stun_and_ailment_threshold_+%_final_to_apply"]=4, - ["base_skill_effect_duration"]=5, + ["base_skill_buff_additional_maximum_all_elemental_resistances_%_to_apply"]=3, + ["base_skill_buff_ailment_threshold_+%_final_to_apply"]=4, + ["base_skill_buff_flask_charge_per_min_to_apply"]=5, + ["base_skill_buff_stun_and_ailment_threshold_+%_final_to_apply"]=6, + ["base_skill_effect_duration"]=7, parent="skill_stat_descriptions", - ["skill_aura_buff_flask_charge_per_min_magnitude_to_apply"]=6, - ["skill_aura_buff_stun_and_ailment_threshold_+%_final_magnitude_to_apply"]=7, - ["skill_effect_duration"]=8 + ["skill_aura_buff_additional_maximum_all_elemental_resistances_%_magnitude_to_apply"]=8, + ["skill_aura_buff_ailment_threshold_+%_final_magnitude_to_apply"]=9, + ["skill_aura_buff_flask_charge_per_min_magnitude_to_apply"]=10, + ["skill_aura_buff_stun_and_ailment_threshold_+%_final_magnitude_to_apply"]=11, + ["skill_effect_duration"]=12 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/electrocuting_arrow.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/electrocuting_arrow.lua index f8583238c1..85e9c68b9f 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/electrocuting_arrow.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/electrocuting_arrow.lua @@ -8,6 +8,54 @@ return { } }, [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cannot Chain" + } + }, + stats={ + [1]="base_projectiles_cannot_chain" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cannot Pierce" + } + }, + stats={ + [1]="cannot_pierce" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Hits against targets with attached Rods gain {0}% of Damage as extra Lightning Damage" + } + }, + stats={ + [1]="electrocuting_arrow_%_damage_gained_as_extra_lightning_on_debuffed_target" + } + }, + [5]={ [1]={ [1]={ [1]={ @@ -83,7 +131,7 @@ return { [2]="quality_display_base_skill_effect_duration_is_gem" } }, - [3]={ + [6]={ [1]={ }, stats={ @@ -91,8 +139,11 @@ return { } }, ["active_skill_base_secondary_area_of_effect_radius"]=1, - ["base_skill_effect_duration"]=2, + ["base_projectiles_cannot_chain"]=2, + ["base_skill_effect_duration"]=5, + ["cannot_pierce"]=3, + ["electrocuting_arrow_%_damage_gained_as_extra_lightning_on_debuffed_target"]=4, parent="skill_stat_descriptions", - ["quality_display_base_skill_effect_duration_is_gem"]=2, - ["skill_effect_duration"]=3 + ["quality_display_base_skill_effect_duration_is_gem"]=5, + ["skill_effect_duration"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_power.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_power.lua index 8fdf41c359..091198e445 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_power.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_power.lua @@ -48,7 +48,7 @@ return { [2]="#" } }, - text="{0}% more Elemental Damage per Power Charge Consumed\nBuff causes all Elemental Damage to Contribute to Ignite chance and Magnitude, Shock chance, and Freeze buildup" + text="{0}% more Elemental Damage per Power Charge Consumed\nBuff causes all Elemental Damage to Contribute to Flammability and Ignite Magnitudes, Shock chance, and Freeze buildup" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_0.lua new file mode 100644 index 0000000000..902ea11596 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_0.lua @@ -0,0 +1,78 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="quality_display_base_number_of_projectiles_is_gem" + } + }, + [2]={ + stats={ + [1]="skill_can_fire_arrows" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to Trigger Fiery Explosion, Arcing Bolt, or Icy Wave on Melee Critical Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Triggers Fiery Explosion, Arcing Bolt, or Icy Wave on Melee Critical Hit" + } + }, + stats={ + [1]="chance_to_be_trigger_elemental_expression_%" + } + }, + ["active_skill_base_area_of_effect_radius"]=3, + ["chance_to_be_trigger_elemental_expression_%"]=4, + parent="skill_stat_descriptions", + ["quality_display_base_number_of_projectiles_is_gem"]=1, + ["skill_can_fire_arrows"]=2 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_1.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_1.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_2.lua new file mode 100644 index 0000000000..a12ea08b52 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_2.lua @@ -0,0 +1,38 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="quality_display_base_number_of_projectiles_is_gem" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Fires {0} Projectile" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Projectiles" + } + }, + stats={ + [1]="base_number_of_projectiles" + } + }, + ["base_number_of_projectiles"]=2, + parent="skill_stat_descriptions", + ["quality_display_base_number_of_projectiles_is_gem"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_3.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_3.lua new file mode 100644 index 0000000000..15847ddddb --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_strike_trigger_statset_3.lua @@ -0,0 +1,32 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Chains {0} time" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chains {0} times" + } + }, + stats={ + [1]="number_of_chains" + } + }, + ["number_of_chains"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_weakness.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_weakness.lua new file mode 100644 index 0000000000..0ee883fbf4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/elemental_weakness.lua @@ -0,0 +1,115 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Curse radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse inflicts {0:+d}% to Elemental Resistances" + } + }, + stats={ + [1]="base_skill_buff_all_elements_resistance_%_to_apply" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Curse duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_curse_all_elements_resistance_%_magnitude_to_apply" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_buff_all_elements_resistance_%_to_apply"]=3, + ["base_skill_effect_duration"]=4, + parent="skill_stat_descriptions", + ["skill_curse_all_elements_resistance_%_magnitude_to_apply"]=5, + ["skill_effect_duration"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/emergency_reload.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/emergency_reload.lua index 2dd6c82cb3..ac25d53421 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/emergency_reload.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/emergency_reload.lua @@ -15,7 +15,7 @@ return { [2]=1000 } }, - text="Maximum Buff duration is {0} second" + text="Buff duration is {0} second or until your Empowered bolts are expended" }, [2]={ [1]={ @@ -28,7 +28,7 @@ return { [2]="#" } }, - text="Maximum Buff duration is {0} seconds" + text="Buff duration is {0} seconds or until your Empowered bolts are expended" } }, stats={ @@ -44,7 +44,7 @@ return { [2]="#" } }, - text="Buff Empowers loaded bolts with {0}% more damage" + text="Buff Empowers bolts with {0}% more damage" }, [2]={ [1]={ @@ -57,7 +57,7 @@ return { [2]=-1 } }, - text="Buff Empowers loaded bolts with {0}% less damage" + text="Buff Empowers bolts with {0}% less damage" } }, stats={ @@ -71,8 +71,25 @@ return { [1]="skill_effect_duration" } }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Number of each clip's Empowered bolts is equal to the maximum Ammunition of the clip" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, ["base_skill_effect_duration"]=1, ["emergency_reload_damage_+%_final"]=2, parent="skill_stat_descriptions", - ["skill_effect_duration"]=3 + ["skill_effect_duration"]=3, + ["skill_specific_stat_description_mode"]=4 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/enfeeble.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/enfeeble.lua index 6fd07d952f..0bc6364bd1 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/enfeeble.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/enfeeble.lua @@ -51,7 +51,7 @@ return { [2]="#" } }, - text="Curse makes Non-Unique targets deal {0}% more Damage" + text="Curse makes targets deal {0}% more Damage" }, [2]={ [1]={ @@ -68,7 +68,7 @@ return { [2]=-1 } }, - text="Curse makes Non-Unique targets deal {0}% less Damage" + text="Curse makes targets deal {0}% less Damage" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_0.lua new file mode 100644 index 0000000000..ae285820a8 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_0.lua @@ -0,0 +1,200 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Root length is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Root length is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Attaches Vines to enemies within {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Attaches Vines to enemies within {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Root" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Roots" + } + }, + stats={ + [1]="base_number_of_entangle_roots_allowed" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Root duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Root duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Attaches a Vine every second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Attaches a Vine every {0} seconds" + } + }, + stats={ + [1]="entangle_apply_vines_every_X_ms" + } + }, + [8]={ + [1]={ + }, + stats={ + [1]="number_of_entangle_roots_allowed" + } + }, + [9]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["active_skill_secondary_area_of_effect_radius"]=4, + ["base_number_of_entangle_roots_allowed"]=5, + ["base_skill_effect_duration"]=6, + ["entangle_apply_vines_every_X_ms"]=7, + ["number_of_entangle_roots_allowed"]=8, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=9 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_1.lua new file mode 100644 index 0000000000..cd90ecd1ad --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/entangle_statset_1.lua @@ -0,0 +1,82 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Vines can stretch to a {0} metre length before breaking" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Each attached Vine Slows enemy by {0}%" + } + }, + stats={ + [1]="entangle_base_movement_speed_+%_final_per_applied_stack" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Can attach {0} Vine to each enemy" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Can attach up to {0} Vines to each enemy" + } + }, + stats={ + [1]="entangle_vines_maximum_number_of_vines_allowed" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["entangle_base_movement_speed_+%_final_per_applied_stack"]=3, + ["entangle_vines_maximum_number_of_vines_allowed"]=4, + parent="specific_skill_stat_descriptions/blazing_cluster_statset_0" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/explosive_concoction.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/explosive_concoction.lua new file mode 100644 index 0000000000..e472f9c1e7 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/explosive_concoction.lua @@ -0,0 +1,82 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Throw additional Projectiles at up to {0} Ignited Enemies" + } + }, + stats={ + [1]="explosive_concoction_number_of_secondary_projectiles" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cannot Ignite" + } + }, + stats={ + [1]="never_ignite" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["explosive_concoction_number_of_secondary_projectiles"]=3, + ["never_ignite"]=4, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/extract_elements_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/extract_elements_statset_1.lua index bdfd404a0a..5be1e5a7ec 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/extract_elements_statset_1.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/extract_elements_statset_1.lua @@ -85,8 +85,38 @@ return { [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" } }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for pulses originating\nfrom a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for pulses originating\nfrom a Unique enemy" + } + }, + stats={ + [1]="elemental_sundering_damage_+%_final_if_created_from_unique" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, + ["elemental_sundering_damage_+%_final_if_created_from_unique"]=3, parent="skill_stat_descriptions", ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=2 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/eye_of_winter_new.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/eye_of_winter_new.lua index e4e6e6bf9c..114f8acb7d 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/eye_of_winter_new.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/eye_of_winter_new.lua @@ -18,6 +18,36 @@ return { [1]="eye_of_winter_damage_%_to_gain_as_element_per_ground_effect_type" } }, + [2]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Each use of this Skill deals {0}% less damage with its\nfirst Hit against each enemy" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Each use of this Skill deals {0}% more damage with its\nfirst Hit against each enemy" + } + }, + stats={ + [1]="eye_of_winter_first_hit_damage_+%_final" + } + }, ["eye_of_winter_damage_%_to_gain_as_element_per_ground_effect_type"]=1, + ["eye_of_winter_first_hit_damage_+%_final"]=2, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/feast_of_flesh.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/feast_of_flesh.lua new file mode 100644 index 0000000000..5f66db0f42 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/feast_of_flesh.lua @@ -0,0 +1,138 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Corpse Consumption radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Corpse Consumption radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1000, + [2]=1000 + } + }, + text="Recover {0} Life and {1} Mana over {2} second per Corpse Consumed" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Recover {0} Life and {1} Mana over {2} seconds per Corpse Consumed" + } + }, + stats={ + [1]="base_life_recovery_per_minute", + [2]="base_mana_recovery_per_minute", + [3]="feast_of_flesh_regeneration_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + }, + text="Consumes {0:+d} Corpse" + }, + [2]={ + limit={ + }, + text="Consumes {0:+d} Corpses" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Consumes up to 1 Corpse" + }, + [4]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Consumes up to {0} Corpses" + } + }, + stats={ + [1]="feast_of_flesh_number_of_corpses" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_life_recovery_per_minute"]=3, + ["base_mana_recovery_per_minute"]=3, + ["feast_of_flesh_number_of_corpses"]=4, + ["feast_of_flesh_regeneration_duration"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_0.lua new file mode 100644 index 0000000000..b22c8b1583 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_0.lua @@ -0,0 +1,329 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_ignite" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to impact radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metres to impact radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Storm radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Storm radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Storm duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Storm duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="One impact every {0} seconds" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="{1} Bolts" + } + }, + stats={ + [1]="fire_storm_fireball_delay_ms", + [2]="vaal_firestorm_number_of_meteors" + } + }, + [8]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Fire Infusion grants {0}% increased bolt frequency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Fire Infusion grants {0}% reduced bolt frequency" + } + }, + stats={ + [1]="firestorm_bolt_frequency_+%_if_consumed_fire_infusion" + } + }, + [9]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Fire Infusion grants {0:+d} metre to storm radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fire Infusion grants {0:+d} metres to storm radius" + } + }, + stats={ + [1]="firestorm_secondary_radius_+_if_consumed_fire_infusion" + } + }, + [10]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [11]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Firestorm Limit@{0}" + } + }, + stats={ + [1]="virtual_firestorm_max_number_of_storms" + } + }, + [12]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Firestorm" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Firestorms" + } + }, + stats={ + [1]="firestorm_max_number_of_storms" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["active_skill_base_secondary_area_of_effect_radius"]=4, + ["active_skill_secondary_area_of_effect_radius"]=5, + ["base_skill_effect_duration"]=6, + ["fire_storm_fireball_delay_ms"]=7, + ["firestorm_bolt_frequency_+%_if_consumed_fire_infusion"]=8, + ["firestorm_max_number_of_storms"]=12, + ["firestorm_secondary_radius_+_if_consumed_fire_infusion"]=9, + ["never_ignite"]=1, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=3, + ["skill_effect_duration"]=10, + ["vaal_firestorm_number_of_meteors"]=7, + ["virtual_firestorm_max_number_of_storms"]=11 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_1.lua new file mode 100644 index 0000000000..af9bc0e6dd --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_1.lua @@ -0,0 +1,138 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_ignite" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to impact radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metres to impact radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="One impact every {0} seconds" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="{1} Bolts" + } + }, + stats={ + [1]="fire_storm_fireball_delay_ms", + [2]="vaal_firestorm_number_of_meteors" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["fire_storm_fireball_delay_ms"]=4, + ["never_ignite"]=1, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=3, + ["vaal_firestorm_number_of_meteors"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_2.lua new file mode 100644 index 0000000000..af9bc0e6dd --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fire_storm_statset_2.lua @@ -0,0 +1,138 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_ignite" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to impact radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metres to impact radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="One impact every {0} seconds" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="{1} Bolts" + } + }, + stats={ + [1]="fire_storm_fireball_delay_ms", + [2]="vaal_firestorm_number_of_meteors" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["fire_storm_fireball_delay_ms"]=4, + ["never_ignite"]=1, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=3, + ["vaal_firestorm_number_of_meteors"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/firewall.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/firewall.lua index b7c0484afe..a041a509ff 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/firewall.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/firewall.lua @@ -110,6 +110,27 @@ return { } }, [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Projectiles which pass through the Infused wall deal {0} to {1} Added Lightning Damage" + } + }, + stats={ + [1]="flame_wall_minimum_added_lightning_damage_to_add_to_projectile", + [2]="flame_wall_maximum_added_lightning_damage_to_add_to_projectile" + } + }, + [6]={ [1]={ [1]={ limit={ @@ -125,7 +146,7 @@ return { [1]="flame_wall_projectiles_gain_all_damage_%_as_fire" } }, - [6]={ + [7]={ [1]={ [1]={ [1]={ @@ -145,7 +166,7 @@ return { [1]="secondary_base_fire_damage_to_deal_per_minute" } }, - [7]={ + [8]={ [1]={ [1]={ [1]={ @@ -165,21 +186,21 @@ return { [1]="secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute" } }, - [8]={ + [9]={ [1]={ }, stats={ [1]="secondary_skill_effect_duration" } }, - [9]={ + [10]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - [10]={ + [11]={ [1]={ [1]={ limit={ @@ -204,13 +225,15 @@ return { ["base_secondary_skill_effect_duration"]=2, ["base_skill_effect_duration"]=3, ["flame_wall_maximum_added_fire_damage"]=4, + ["flame_wall_maximum_added_lightning_damage_to_add_to_projectile"]=5, ["flame_wall_minimum_added_fire_damage"]=4, - ["flame_wall_projectiles_gain_all_damage_%_as_fire"]=5, + ["flame_wall_minimum_added_lightning_damage_to_add_to_projectile"]=5, + ["flame_wall_projectiles_gain_all_damage_%_as_fire"]=6, parent="skill_stat_descriptions", - ["secondary_base_fire_damage_to_deal_per_minute"]=6, - ["secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute"]=7, - ["secondary_skill_effect_duration"]=8, - ["skill_effect_duration"]=9, - ["spell_maximum_base_fire_damage"]=10, - ["spell_minimum_base_fire_damage"]=10 + ["secondary_base_fire_damage_to_deal_per_minute"]=7, + ["secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute"]=8, + ["secondary_skill_effect_duration"]=9, + ["skill_effect_duration"]=10, + ["spell_maximum_base_fire_damage"]=11, + ["spell_minimum_base_fire_damage"]=11 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/foresight.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/foresight.lua new file mode 100644 index 0000000000..bacf61f7d4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/foresight.lua @@ -0,0 +1,73 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Grants each of Hindsight, Foresight, and\nSight Beyond Sight, in sequence\nHindsight lasts for a {0} second duration" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} seconds to Beyond Sight duration" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Foresight prevents Dodge Roll from Avoiding Hits and lasts until immediately before you are Hit while Dodge Rolling\nSight Beyond Sight makes you unable to die and lasts for a {0} second duration\nFully recover Life when you gain Sight Beyond Sight" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="secondary_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["base_secondary_skill_effect_duration"]=2, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions", + ["secondary_skill_effect_duration"]=3, + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_0.lua new file mode 100644 index 0000000000..8d39da2b44 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_0.lua @@ -0,0 +1,107 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Hammer duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hammer duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cooldown does not recover while the hammer is lodged" + } + }, + stats={ + [1]="display_this_skill_cooldown_does_not_recover_during_buff" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["display_this_skill_cooldown_does_not_recover_during_buff"]=4, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_1.lua new file mode 100644 index 0000000000..b7a18cef89 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_1.lua @@ -0,0 +1,81 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Fissure duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fissure duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Fissure" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Fissures" + } + }, + stats={ + [1]="forge_hammer_base_maximum_number_of_fissures" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="forge_hammer_base_maximum_number_of_fissures" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["base_skill_effect_duration"]=1, + ["forge_hammer_base_maximum_number_of_fissures"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_2.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/forge_hammer_statset_2.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_mark_nova.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_mark_nova.lua index 64dff1b640..9635431c03 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_mark_nova.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_mark_nova.lua @@ -27,7 +27,7 @@ return { [2]=10 } }, - text="Nova radius is {0} metre" + text="Explosion radius is {0} metre" }, [2]={ [1]={ @@ -40,7 +40,7 @@ return { [2]="#" } }, - text="Nova radius is {0} metres" + text="Explosion radius is {0} metres" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_salvo.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_salvo.lua index eeb99d5065..90e28ea3af 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_salvo.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/freezing_salvo.lua @@ -107,11 +107,19 @@ return { [1]="freezing_salvo_seals_gain_interval_ms" } }, + [6]={ + [1]={ + }, + stats={ + [1]="virtual_freezing_salvo_maximum_number_of_seals" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["freezing_salvo_maximum_number_of_seals"]=3, ["freezing_salvo_seals_gain_base_interval_ms"]=4, ["freezing_salvo_seals_gain_interval_ms"]=5, parent="skill_stat_descriptions", - ["quality_display_freezing_salvo_is_gem"]=4 + ["quality_display_freezing_salvo_is_gem"]=4, + ["virtual_freezing_salvo_maximum_number_of_seals"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bolt.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bolt.lua index 6c7b19b426..81854f3e4e 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bolt.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bolt.lua @@ -82,51 +82,9 @@ return { [1]="active_skill_secondary_area_of_effect_radius" } }, - [5]={ - [1]={ - [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]=1000, - [2]=1000 - } - }, - text="Chilled Ground duration is {0} second" - }, - [2]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Chilled Ground duration is {0} seconds" - } - }, - stats={ - [1]="base_skill_effect_duration" - } - }, - [6]={ - [1]={ - }, - stats={ - [1]="skill_chilled_ground_effect_duration_ms" - } - }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["active_skill_base_secondary_area_of_effect_radius"]=3, ["active_skill_secondary_area_of_effect_radius"]=4, - ["base_skill_effect_duration"]=5, - parent="skill_stat_descriptions", - ["skill_chilled_ground_effect_duration_ms"]=6 + parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bomb.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bomb.lua index 3c7b695c93..c35beec616 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bomb.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_bomb.lua @@ -4,12 +4,43 @@ return { [1]={ [1]={ + [1]={ + limit={ + }, + text="{2:+d}% maximum Elemental Exposure applied" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Initially applies {0}% Elemental Exposure and {1}% Exposure per pulse, up to a maximum of {2}%" + } }, stats={ - [1]="active_skill_area_of_effect_radius" + [1]="active_skill_all_elemental_exposure_magnitude", + [2]="active_skill_all_elemental_exposure_compounding_magnitude", + [3]="active_skill_all_elemental_exposure_compounding_magnitude_cap" } }, [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ [1]={ [1]={ [1]={ @@ -42,7 +73,23 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [3]={ + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Limit {0} Frost Bomb" + } + }, + stats={ + [1]="base_maximum_number_of_frost_bombs" + } + }, + [5]={ [1]={ [1]={ [1]={ @@ -75,7 +122,7 @@ return { [1]="base_secondary_skill_effect_duration" } }, - [4]={ + [6]={ [1]={ [1]={ [1]={ @@ -108,25 +155,63 @@ return { [1]="base_skill_effect_duration" } }, - [5]={ + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="Cannot apply Exposure to enemies of level higher than {0}" + } + }, + stats={ + [1]="frost_bomb_exposure_does_not_apply_to_enemies_of_level_higher_than_X" + } + }, + [8]={ [1]={ }, stats={ [1]="secondary_skill_effect_duration" } }, - [6]={ + [9]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, - ["base_secondary_skill_effect_duration"]=3, - ["base_skill_effect_duration"]=4, + [10]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Frost Bomb Limit@{0}" + } + }, + stats={ + [1]="virtual_maximum_number_of_frost_bombs" + } + }, + ["active_skill_all_elemental_exposure_compounding_magnitude"]=1, + ["active_skill_all_elemental_exposure_compounding_magnitude_cap"]=1, + ["active_skill_all_elemental_exposure_magnitude"]=1, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_maximum_number_of_frost_bombs"]=4, + ["base_secondary_skill_effect_duration"]=5, + ["base_skill_effect_duration"]=6, + ["frost_bomb_exposure_does_not_apply_to_enemies_of_level_higher_than_X"]=7, parent="skill_stat_descriptions", - ["secondary_skill_effect_duration"]=5, - ["skill_effect_duration"]=6 + ["secondary_skill_effect_duration"]=8, + ["skill_effect_duration"]=9, + ["virtual_maximum_number_of_frost_bombs"]=10 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_0.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_0.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_1.lua new file mode 100644 index 0000000000..2bb022a0ed --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_1.lua @@ -0,0 +1,74 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Each explosion creates an Ice Chunk" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Each explosion creates {0} Ice Chunks" + } + }, + stats={ + [1]="frost_darts_explode_creates_X_mortars" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["frost_darts_explode_creates_X_mortars"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_2.lua new file mode 100644 index 0000000000..3adcb73719 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_darts_statset_2.lua @@ -0,0 +1,82 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="random_projectile_direction" + } + }, + [2]={ + stats={ + [1]="modifiers_to_projectile_count_do_not_apply" + } + }, + [3]={ + stats={ + [1]="base_number_of_projectiles" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Each dart creates {0} ice chunks" + } + }, + stats={ + [1]="base_number_of_projectiles" + } + }, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["base_number_of_projectiles"]=6, + ["modifiers_to_projectile_count_do_not_apply"]=2, + parent="skill_stat_descriptions", + ["random_projectile_direction"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_0.lua new file mode 100644 index 0000000000..6188a5c3a1 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_0.lua @@ -0,0 +1,160 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Ice Crystal duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ice Crystal duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Ice Crystals have {0} maximum Life" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Ice Crystal has {0} maximum Life" + } + }, + stats={ + [1]="frost_wall_maximum_life", + [2]="frozen_locus_crystal_display_stat" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Wall is {0} metre long" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Wall is {0} metres long" + } + }, + stats={ + [1]="wall_maximum_length" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["frost_wall_maximum_life"]=4, + ["frozen_locus_crystal_display_stat"]=4, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=5, + ["wall_maximum_length"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_1.lua new file mode 100644 index 0000000000..5e3d1b5914 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/frost_wall_new_statset_1.lua @@ -0,0 +1,78 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="wall_maximum_length" + } + }, + [2]={ + stats={ + [1]="skill_effect_duration" + } + }, + [3]={ + stats={ + [1]="frost_wall_maximum_life" + } + }, + [4]={ + stats={ + [1]="active_skill_hit_damage_freeze_multiplier_+%_final" + } + }, + [5]={ + stats={ + [1]="ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + ["active_skill_base_secondary_area_of_effect_radius"]=7, + ["active_skill_hit_damage_freeze_multiplier_+%_final"]=4, + ["active_skill_secondary_area_of_effect_radius"]=6, + ["frost_wall_maximum_life"]=3, + ["ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self"]=5, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=2, + ["wall_maximum_length"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fulminating_concoction.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fulminating_concoction.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/fulminating_concoction.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/gale_strike.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/gale_strike.lua index e6ce6c71dd..7e1611fc19 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/gale_strike.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/gale_strike.lua @@ -42,7 +42,33 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Dazes on Hit" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to Daze on Hit" + } + }, + stats={ + [1]="base_chance_to_daze_%" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, + ["base_chance_to_daze_%"]=3, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/galvanic_field.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/galvanic_field.lua new file mode 100644 index 0000000000..50185c7843 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/galvanic_field.lua @@ -0,0 +1,202 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Field radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Field radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Fires a bolt every {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fires a bolt every {0} seconds" + } + }, + stats={ + [1]="base_galvanic_field_beam_delay_ms" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Orb duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Orb duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="galvanic_field_beam_delay_ms" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Galvanic Field" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Galvanic Fields" + } + }, + stats={ + [1]="galvanic_field_maximum_number_of_spheres" + } + }, + [8]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Buff grants {0}% more Chance to Shock" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Buff grants {0}% less Chance to Shock" + } + }, + stats={ + [1]="galvanic_field_shock_chance_+%_final" + } + }, + [9]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [10]={ + [1]={ + }, + stats={ + [1]="virtual_galvanic_field_maximum_number_of_spheres" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_galvanic_field_beam_delay_ms"]=4, + ["base_secondary_skill_effect_duration"]=1, + ["base_skill_effect_duration"]=5, + ["galvanic_field_beam_delay_ms"]=6, + ["galvanic_field_maximum_number_of_spheres"]=7, + ["galvanic_field_shock_chance_+%_final"]=8, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=9, + ["virtual_galvanic_field_maximum_number_of_spheres"]=10 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ghostfuse_arrow.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ghostfuse_arrow.lua new file mode 100644 index 0000000000..f3a9c612b0 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ghostfuse_arrow.lua @@ -0,0 +1,90 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Arrow duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Arrow duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/grim_feast.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/grim_feast.lua index f4ca737bbd..d1c095c9f2 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/grim_feast.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/grim_feast.lua @@ -7,15 +7,15 @@ return { [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Grim Remnants recover {0} Energy Shield" + text="Remnants store {0}% of Minion maximum Life" } }, stats={ - [1]="grim_feast_energy_shield_gain_per_globe" + [1]="grim_remnant_health_stored_in_globe_%" } }, [2]={ @@ -23,52 +23,18 @@ return { [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Grim Remnants from Minions grant {0}% more Energy Shield" + text="You can store up to {0} collected Minion Life" } }, stats={ - [1]="grim_feast_energy_shield_gain_+%_final_from_minions" + [1]="grim_remnant_max_health_stored" } }, - [3]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to spawn a Remnant when an enemy or Reviving Minion dies in your Presence" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Spawn a Remnant when an enemy or Reviving Minion dies in your Presence" - } - }, - stats={ - [1]="grim_remnant_chance_to_spawn_orb_on_enemy_and_minion_death_in_presence_%" - } - }, - [4]={ - [1]={ - }, - stats={ - [1]="virtual_grim_feast_energy_shield_gain_per_globe" - } - }, - ["grim_feast_energy_shield_gain_+%_final_from_minions"]=2, - ["grim_feast_energy_shield_gain_per_globe"]=1, - ["grim_remnant_chance_to_spawn_orb_on_enemy_and_minion_death_in_presence_%"]=3, - parent="skill_stat_descriptions", - ["virtual_grim_feast_energy_shield_gain_per_globe"]=4 + ["grim_remnant_health_stored_in_globe_%"]=1, + ["grim_remnant_max_health_stored"]=2, + parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_0.lua new file mode 100644 index 0000000000..d1883b2348 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_0.lua @@ -0,0 +1,90 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + stats={ + [1]="active_skill_requires_X_glory" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="While Dual Wielding, fires twice as many Projectiles with {0}% more attack speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="While Dual Wielding, fires twice as many Projectiles with {0}% less attack speed" + } + }, + stats={ + [1]="active_skill_attack_speed_+%_final_while_dual_wielding" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_attack_speed_+%_final_while_dual_wielding"]=4, + ["active_skill_base_area_of_effect_radius"]=5, + ["active_skill_requires_X_glory"]=2, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_1.lua new file mode 100644 index 0000000000..008af61cd4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_1.lua @@ -0,0 +1,26 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + stats={ + [1]="active_skill_requires_X_glory" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + ["active_skill_requires_X_glory"]=2, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions", + ["total_number_of_projectiles_to_fire"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_2.lua new file mode 100644 index 0000000000..f7109c1541 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hammer_of_ngamahu_statset_2.lua @@ -0,0 +1,134 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metre to impact radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} metres to impact radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius", + [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Hammerfall duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hammerfall duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=2, + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hand_of_chayula.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hand_of_chayula.lua index 6c24ed4d63..1f7c31fea7 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hand_of_chayula.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hand_of_chayula.lua @@ -2,5 +2,110 @@ -- Item data (c) Grinding Gear Games return { + [1]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased duration of socketed Curses" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased duration of socketed Curses" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced duration of socketed Curses" + } + }, + stats={ + [1]="base_curse_duration_+%" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased Magnitudes of socketed Curses" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Curse Magnitudes" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Curse Magnitudes" + } + }, + stats={ + [1]="curse_effect_+%" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased Effect of Socketed Marks" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Effect of Socketed Marks" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Effect of Socketed Marks" + } + }, + stats={ + [1]="mark_effect_+%" + } + }, + ["base_curse_duration_+%"]=1, + ["curse_effect_+%"]=2, + ["mark_effect_+%"]=3, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hexblast.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hexblast.lua index 257f18977a..579a80b8d3 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hexblast.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/hexblast.lua @@ -55,7 +55,7 @@ return { [2]="#" } }, - text="Detonates a Curse on enemies in a {0} metre radius" + text="Explodes a Curse on enemies in a {0} metre radius" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_2.lua new file mode 100644 index 0000000000..b8659b0f0a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_2.lua @@ -0,0 +1,72 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="frost_wall_maximum_life" + } + }, + [2]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [3]={ + stats={ + [1]="skill_ground_effect_duration" + } + }, + [4]={ + stats={ + [1]="base_number_of_frozen_locus_allowed" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=5, + ["active_skill_base_area_of_effect_radius"]=6, + ["base_number_of_frozen_locus_allowed"]=4, + ["base_skill_effect_duration"]=2, + ["frost_wall_maximum_life"]=1, + parent="specific_skill_stat_descriptions/ice_ambush_statset_0", + ["skill_ground_effect_duration"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_3.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_3.lua new file mode 100644 index 0000000000..5c98d36672 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_ambush_statset_3.lua @@ -0,0 +1,72 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="frost_wall_maximum_life" + } + }, + [2]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [3]={ + stats={ + [1]="skill_ground_effect_duration" + } + }, + [4]={ + stats={ + [1]="base_number_of_frozen_locus_allowed" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Chilled Ground radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chilled Ground radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=5, + ["active_skill_base_area_of_effect_radius"]=6, + ["base_number_of_frozen_locus_allowed"]=4, + ["base_skill_effect_duration"]=2, + ["frost_wall_maximum_life"]=1, + parent="specific_skill_stat_descriptions/ice_ambush_statset_0", + ["skill_ground_effect_duration"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_0.lua new file mode 100644 index 0000000000..568b584291 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_0.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Nova radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Nova radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_1.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_1.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_2.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_2.lua new file mode 100644 index 0000000000..fe3752c6ad --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ice_nova_statset_2.lua @@ -0,0 +1,90 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion and Chilled Ground radius are {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion and Chilled Ground radius are {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Chilled Ground duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chilled Ground duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_chilled_ground_effect_duration_ms" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_chilled_ground_effect_duration_ms"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield.lua new file mode 100644 index 0000000000..a596d2e7f1 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield.lua @@ -0,0 +1,126 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Fully imbues Shield in {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fully imbues Shield in {0} seconds" + } + }, + stats={ + [1]="igneous_shield_charge_up_time_ms" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + }, + text="{0}% reduced Imbuement time" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Imbuement time" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Imbuement time" + } + }, + stats={ + [1]="igneous_shield_charge_up_time_+%" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased Block chance" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Grants {0}% increased Block chance" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Grants {0}% reduced Block chance" + } + }, + stats={ + [1]="skill_igneous_shield_grants_block_chance_+%" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="virtual_igneous_shield_charge_up_time_ms" + } + }, + ["igneous_shield_charge_up_time_+%"]=2, + ["igneous_shield_charge_up_time_ms"]=1, + parent="skill_stat_descriptions", + ["skill_igneous_shield_grants_block_chance_+%"]=3, + ["virtual_igneous_shield_charge_up_time_ms"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield_explosion.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield_explosion.lua new file mode 100644 index 0000000000..9f042dde9d --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/igneous_shield_explosion.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Magma Spray radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Magma Spray radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/incinerate_player_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/incinerate_player_statset_0.lua index ea377c7948..95af7a8dea 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/incinerate_player_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/incinerate_player_statset_0.lua @@ -76,6 +76,64 @@ return { } }, [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Gains {0} second of fuel per Mana spent" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gains {0} milliseconds of fuel per Mana spent" + } + }, + stats={ + [1]="incinerate_fuel_gain_per_mana_spent" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Can store up to {0} second of fuel" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Can store up to {0} seconds of fuel" + } + }, + stats={ + [1]="incinerate_maximum_fuel" + } + }, + [6]={ [1]={ [1]={ limit={ @@ -91,7 +149,40 @@ return { [1]="incinerate_damage_+%_final_per_stage" } }, - [5]={ + [7]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Gains a stage every second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gains a stage every {0} seconds" + } + }, + stats={ + [1]="incinerate_gain_stage_every_x_ms" + } + }, + [8]={ [1]={ [1]={ limit={ @@ -112,7 +203,7 @@ return { [2]="incinerate_maximum_exposure_magnitude" } }, - [6]={ + [9]={ [1]={ [1]={ limit={ @@ -128,14 +219,14 @@ return { [1]="incinerate_maximum_stages" } }, - [7]={ + [10]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - [8]={ + [11]={ [1]={ [1]={ limit={ @@ -156,15 +247,26 @@ return { [2]="spell_maximum_base_fire_damage" } }, + [12]={ + [1]={ + }, + stats={ + [1]="virtual_incinerate_maximum_stages" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["base_skill_effect_duration"]=3, - ["incinerate_buff_exposure_-_to_total_fire_resistance_per_stack"]=5, - ["incinerate_damage_+%_final_per_stage"]=4, - ["incinerate_maximum_exposure_magnitude"]=5, - ["incinerate_maximum_stages"]=6, + ["incinerate_buff_exposure_-_to_total_fire_resistance_per_stack"]=8, + ["incinerate_damage_+%_final_per_stage"]=6, + ["incinerate_fuel_gain_per_mana_spent"]=4, + ["incinerate_gain_stage_every_x_ms"]=7, + ["incinerate_maximum_exposure_magnitude"]=8, + ["incinerate_maximum_fuel"]=5, + ["incinerate_maximum_stages"]=9, parent="skill_stat_descriptions", - ["skill_effect_duration"]=7, - ["spell_maximum_base_fire_damage"]=8, - ["spell_minimum_base_fire_damage"]=8 + ["skill_effect_duration"]=10, + ["spell_maximum_base_fire_damage"]=11, + ["spell_minimum_base_fire_damage"]=11, + ["virtual_incinerate_maximum_stages"]=12 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/infernal_cry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/infernal_cry.lua index a1d64c1521..b361dc0332 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/infernal_cry.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/infernal_cry.lua @@ -9,12 +9,28 @@ return { }, [2]={ [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Empowered Attacks Gain {0}% of damage as extra Fire damage" + } }, stats={ - [1]="active_skill_area_of_effect_radius" + [1]="infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_%" } }, [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ [1]={ [1]={ [1]={ @@ -47,7 +63,7 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [4]={ + [5]={ [1]={ [1]={ [1]={ @@ -80,8 +96,9 @@ return { [1]="base_skill_effect_duration" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, - ["base_skill_effect_duration"]=4, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["base_skill_effect_duration"]=5, + ["infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_%"]=2, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/killing_palm.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/killing_palm.lua new file mode 100644 index 0000000000..c806e37661 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/killing_palm.lua @@ -0,0 +1,154 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Culling a monster grants {2} Power Charge" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Power Charge\nRare monsters grant {1} Power Charge\nUnique monsters grant {2} Power Charges" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Power Charge\nRare monsters grant {1} Power Charges\nUnique monsters grant {2} Power Charge" + }, + [4]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Power Charges\nRare monsters grant {1} Power Charge\nUnique monsters grant {2} Power Charge" + }, + [5]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Power Charges\nRare monsters grant {1} Power Charge\nUnique monsters grant {2} Power Charges" + }, + [6]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Power Charges\nRare monsters grant {1} Power Charges\nUnique monsters grant {2} Power Charge" + }, + [7]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Power Charge\nRare monsters grant {1} Power Charges\nUnique monsters grant {2} Power Charges" + }, + [8]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Power Charges\nRare monsters grant {1} Power Charges\nUnique monsters grant {2} Power Charges" + } + }, + stats={ + [1]="skill_grant_X_power_charges_against_normal_and_magic_monsters", + [2]="skill_grant_X_power_charges_against_rare_monsters", + [3]="skill_grant_X_power_charges_against_unique_monsters" + } + }, + parent="skill_stat_descriptions", + ["skill_grant_X_power_charges_against_normal_and_magic_monsters"]=1, + ["skill_grant_X_power_charges_against_rare_monsters"]=1, + ["skill_grant_X_power_charges_against_unique_monsters"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/life_remnants.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/life_remnants.lua index f30a2f42bf..cae55de078 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/life_remnants.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/life_remnants.lua @@ -57,6 +57,35 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Spawn a Remnant on Hitting a target, no more than once per second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Spawn a Remnant on Hitting a target, no more than once every {0} seconds" + } + }, + stats={ + [1]="life_remnants_spawn_remnant_on_hit_vs_enemy_every_X_ms" + } + }, + [4]={ [1]={ [1]={ limit={ @@ -72,7 +101,7 @@ return { [1]="life_remnants_gain_per_globe" } }, - [4]={ + [5]={ [1]={ }, stats={ @@ -80,8 +109,9 @@ return { } }, ["life_remnants_chance_to_spawn_orb_on_killing_enemy_%"]=1, - ["life_remnants_gain_per_globe"]=3, + ["life_remnants_gain_per_globe"]=4, ["life_remnants_spawn_remnant_on_crit_vs_enemy_every_X_ms"]=2, + ["life_remnants_spawn_remnant_on_hit_vs_enemy_every_X_ms"]=3, parent="skill_stat_descriptions", - ["virtual_life_remnants_gain_per_globe"]=4 + ["virtual_life_remnants_gain_per_globe"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_conduit.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_conduit.lua index 71e96b7ee3..9a0df5bfe8 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_conduit.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_conduit.lua @@ -56,7 +56,7 @@ return { [2]=1 } }, - text="{0} additional bolt hits targets if at least one Shock Consumed" + text="{0} additional bolt if a Shocked enemy is in the target area" }, [2]={ limit={ @@ -65,7 +65,7 @@ return { [2]="#" } }, - text="{0} additional bolts hit targets if at least one Shock Consumed" + text="{0} additional bolts if a Shocked enemy is in the target area" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_rod_rain.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_rod_rain.lua index a8a7db17e5..1cd78501f9 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_rod_rain.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lightning_rod_rain.lua @@ -149,6 +149,31 @@ return { } }, [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to cause an additional Burst on impact" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Causes an additional Burst on impact" + } + }, + stats={ + [1]="lightning_rod_%_chance_for_additional_burst_on_landing" + } + }, + [7]={ [1]={ [1]={ limit={ @@ -173,20 +198,29 @@ return { [1]="number_of_lightning_rods_allowed" } }, - [7]={ + [8]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, + [9]={ + [1]={ + }, + stats={ + [1]="virtual_lightning_rod_number_of_chains_allowed" + } + }, ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, ["active_skill_base_secondary_area_of_effect_radius"]=1, ["base_skill_effect_duration"]=4, + ["lightning_rod_%_chance_for_additional_burst_on_landing"]=6, ["lightning_rod_number_of_chains_allowed"]=5, - ["number_of_lightning_rods_allowed"]=6, + ["number_of_lightning_rods_allowed"]=7, parent="skill_stat_descriptions", ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=3, - ["skill_effect_duration"]=7 + ["skill_effect_duration"]=8, + ["virtual_lightning_rod_number_of_chains_allowed"]=9 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lingering_mirage.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lingering_mirage.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/lingering_mirage.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/living_bomb_player.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/living_bomb_player.lua index 881645ef6c..7e0fc600a5 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/living_bomb_player.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/living_bomb_player.lua @@ -102,12 +102,28 @@ return { }, [5]={ [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explodes after enemy is dealt damage equal to {0}% of its Ailment Threshold" + } }, stats={ - [1]="living_bomb_number_of_bombs_allowed" + [1]="living_bomb_damage_threshold_%_of_ailment_threshold" } }, [6]={ + [1]={ + }, + stats={ + [1]="living_bomb_number_of_bombs_allowed" + } + }, + [7]={ [1]={ }, stats={ @@ -118,7 +134,8 @@ return { ["active_skill_base_area_of_effect_radius"]=2, ["base_skill_effect_duration"]=3, ["living_bomb_base_number_of_bombs_allowed"]=4, - ["living_bomb_number_of_bombs_allowed"]=5, + ["living_bomb_damage_threshold_%_of_ailment_threshold"]=5, + ["living_bomb_number_of_bombs_allowed"]=6, parent="skill_stat_descriptions", - ["skill_effect_duration"]=6 + ["skill_effect_duration"]=7 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/mana_tempest.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/mana_tempest.lua index 50f945ecc6..579f0e8f3c 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/mana_tempest.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/mana_tempest.lua @@ -107,7 +107,7 @@ return { [2]="#" } }, - text="{0}% of Mana Spent while in the storm is\nadded to this Skill's Mana Cost per Second" + text="{0}% of Mana and Life spent while in the storm is\nadded to this Skill's Mana Cost per Second" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_arcane_archery.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_arcane_archery.lua new file mode 100644 index 0000000000..90ec55dced --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_arcane_archery.lua @@ -0,0 +1,27 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_one_hundred_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Gains {0} Energy per ten Mana spent on ranged Attacks" + } + }, + stats={ + [1]="arcane_archery_gain_X_centienergy_per_10_mana_cost_of_ranged_attack" + } + }, + ["arcane_archery_gain_X_centienergy_per_10_mana_cost_of_ranged_attack"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_deadeye_marks.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_deadeye_marks.lua new file mode 100644 index 0000000000..4a2e90777a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_deadeye_marks.lua @@ -0,0 +1,74 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Applies a socketed Mark to {0} Enemy every five seconds" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Applies a socketed Mark to {0} Enemies every five seconds" + } + }, + stats={ + [1]="deadeye_meta_marks_number_of_enemies_to_mark" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Applies socketed Marks to Enemies within {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Applies socketed Marks to Enemies within {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=3, + ["deadeye_meta_marks_number_of_enemies_to_mark"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_mantra_of_illusions.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_mantra_of_illusions.lua new file mode 100644 index 0000000000..0435ebc729 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_mantra_of_illusions.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Maximum Illusion spawn radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Maximum Illusion spawn radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_freeze.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_freeze.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_freeze.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_ignite.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_ignite.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_ignite.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_shock.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_shock.lua new file mode 100644 index 0000000000..6c24ed4d63 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/meta_ranged_attack_on_shock.lua @@ -0,0 +1,6 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_shock_nova.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_shock_nova.lua new file mode 100644 index 0000000000..44a1237d4f --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_shock_nova.lua @@ -0,0 +1,162 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ring outer radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Ring outer radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ring outer radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Ring inner radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ring inner radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ring inner radius@{0}m" + } + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies Hit receive Electrocution buildup from\nLightning damage for {0} second duration" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Deals more damage to enemies based on distance from\nyou, up to {0}% to enemies on the far edge of the ring" + } + }, + stats={ + [1]="new_shock_nova_distance_based_damage_+%_final" + } + }, + [7]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["active_skill_secondary_area_of_effect_radius"]=4, + ["base_skill_effect_duration"]=5, + ["new_shock_nova_distance_based_damage_+%_final"]=6, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=7 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_sunder_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_sunder_statset_0.lua index 52986f3aea..de24874629 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_sunder_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/new_sunder_statset_0.lua @@ -48,6 +48,13 @@ return { } }, [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [5]={ [1]={ [1]={ limit={ @@ -63,9 +70,48 @@ return { [1]="sunder_shockwave_limit_per_cascade" } }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Inflicts Sundered Armour on hitting\nFully Armour Broken targets, causing {0}% additional\nincreased Physical damage taken" + } + }, + stats={ + [1]="sunder_armor_break_extra_magnitude" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Sundered Armour has {0} second duration, or until Fully Broken Armour is removed" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, + ["base_skill_effect_duration"]=7, ["cannot_break_armour"]=1, parent="skill_stat_descriptions", - ["sunder_shockwave_limit_per_cascade"]=4 + ["skill_effect_duration"]=4, + ["sunder_armor_break_extra_magnitude"]=6, + ["sunder_shockwave_limit_per_cascade"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/parry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/parry.lua index 0ff50260b3..d4c5267677 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/parry.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/parry.lua @@ -3,6 +3,39 @@ return { [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Can Block Damage from enemies within {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Can Block Damage from enemies within {0} metres" + } + }, + stats={ + [1]="base_maximum_active_block_distance" + } + }, + [2]={ [1]={ [1]={ limit={ @@ -31,7 +64,7 @@ return { [1]="base_parry_buff_damage_taken_+%_final_to_apply" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -90,7 +123,14 @@ return { [2]="quality_display_base_skill_effect_duration_is_gem" } }, - [3]={ + [4]={ + [1]={ + }, + stats={ + [1]="maximum_active_block_distance" + } + }, + [5]={ [1]={ [1]={ limit={ @@ -111,76 +151,36 @@ return { [2]="off_hand_maximum_added_physical_damage_per_5_shield_evasion_rating" } }, - [4]={ - [1]={ - [1]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]=10, - [2]=10 - } - }, - text="Can Parry Projectiles fired from within {0} metre" - }, - [2]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Can Parry Projectiles fired from within {0} metres" - } - }, - stats={ - [1]="parry_blocked_projectile_distance" - } - }, - [5]={ - [1]={ - }, - stats={ - [1]="parry_buff_attack_damage_taken_+%_final_magnitude_to_apply" - } - }, [6]={ [1]={ }, stats={ - [1]="parry_buff_spell_damage_taken_+%_final_magnitude_to_apply" + [1]="parry_buff_attack_damage_taken_+%_final_magnitude_to_apply" } }, [7]={ [1]={ }, stats={ - [1]="skill_effect_duration" + [1]="parry_buff_spell_damage_taken_+%_final_magnitude_to_apply" } }, [8]={ [1]={ }, stats={ - [1]="virtual_parry_blocked_projectile_distance" + [1]="skill_effect_duration" } }, - ["base_parry_buff_damage_taken_+%_final_to_apply"]=1, - ["base_skill_effect_duration"]=2, - ["off_hand_maximum_added_physical_damage_per_5_shield_evasion_rating"]=3, - ["off_hand_minimum_added_physical_damage_per_5_shield_evasion_rating"]=3, + ["base_maximum_active_block_distance"]=1, + ["base_parry_buff_damage_taken_+%_final_to_apply"]=2, + ["base_skill_effect_duration"]=3, + ["maximum_active_block_distance"]=4, + ["off_hand_maximum_added_physical_damage_per_5_shield_evasion_rating"]=5, + ["off_hand_minimum_added_physical_damage_per_5_shield_evasion_rating"]=5, parent="skill_stat_descriptions", - ["parry_blocked_projectile_distance"]=4, - ["parry_buff_attack_damage_taken_+%_final_magnitude_to_apply"]=5, - ["parry_buff_spell_damage_taken_+%_final_magnitude_to_apply"]=6, - ["quality_display_base_skill_effect_duration_is_gem"]=2, - ["skill_effect_duration"]=7, - ["virtual_parry_blocked_projectile_distance"]=8 + ["parry_buff_attack_damage_taken_+%_final_magnitude_to_apply"]=6, + ["parry_buff_spell_damage_taken_+%_final_magnitude_to_apply"]=7, + ["quality_display_base_skill_effect_duration_is_gem"]=3, + ["skill_effect_duration"]=8 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/plague_bearer_nova.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/plague_bearer_nova.lua new file mode 100644 index 0000000000..557d8d0520 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/plague_bearer_nova.lua @@ -0,0 +1,69 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Nova radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Nova radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="multiply_by_one_hundred", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Stored Poison grants up to {0}% more Area of Effect" + } + }, + stats={ + [1]="plague_bearer_nova_area_+%_final_per_incubation_%" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions", + ["plague_bearer_nova_area_+%_final_per_incubation_%"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_0.lua index baa838fc3d..74c81d6986 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_0.lua @@ -4,27 +4,139 @@ return { [1]={ stats={ - [1]="active_skill_base_secondary_area_of_effect_radius" + [1]="poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison" } }, [2]={ stats={ - [1]="poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison" + [1]="poisonbloom_arrow_max_additional_burst_base_radius_+" } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=0, + [2]=0 + } + }, + text="Fires {0:+d} Pustule" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=0, + [2]=0 + } + }, + text="Fires {0:+d} Pustules" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Pustule" + }, + [4]={ + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Pustules" + } + }, stats={ - [1]="poisonbloom_arrow_max_additional_burst_base_radius_+" + [1]="base_number_of_projectiles", + [2]="skill_can_fire_arrows", + [3]="quality_display_base_number_of_projectiles_is_gem" } }, [4]={ + [1]={ + [1]={ + limit={ + }, + text="Limit {0:+d} pustule" + }, + [2]={ + limit={ + }, + text="Limit {0:+d} pustules" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} pustule" + }, + [4]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} pustules" + } + }, + stats={ + [1]="number_of_poisonbloom_arrow_bloom_allowed" + } + }, + [5]={ + [1]={ + }, stats={ - [1]="base_skill_detonation_time" + [1]="virtual_poisonbloom_arrow_bloom_limit" } }, - ["active_skill_base_secondary_area_of_effect_radius"]=1, - ["base_skill_detonation_time"]=4, + ["base_number_of_projectiles"]=3, + ["number_of_poisonbloom_arrow_bloom_allowed"]=4, parent="skill_stat_descriptions", - ["poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison"]=2, - ["poisonbloom_arrow_max_additional_burst_base_radius_+"]=3 + ["poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison"]=1, + ["poisonbloom_arrow_max_additional_burst_base_radius_+"]=2, + ["quality_display_base_number_of_projectiles_is_gem"]=3, + ["skill_can_fire_arrows"]=3, + ["virtual_poisonbloom_arrow_bloom_limit"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_1.lua index a438be805a..5aa3223330 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_1.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonbloom_arrow_statset_1.lua @@ -8,140 +8,40 @@ return { } }, [2]={ - [1]={ - }, stats={ - [1]="active_skill_area_of_effect_radius" + [1]="base_skill_detonation_time" } }, [3]={ - [1]={ - [1]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]=10, - [2]=10 - } - }, - text="Explosion radius is {0} metre" - }, - [2]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Explosion radius is {0} metres" - } - }, stats={ - [1]="active_skill_base_area_of_effect_radius" + [1]="skill_detonation_time" } }, [4]={ [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - }, - [2]={ - [1]="#", - [2]="#" - }, - [3]={ - [1]=0, - [2]=0 - } - }, - text="Fires {0:+d} Pustule" - }, - [2]={ - limit={ - [1]={ - [1]=2, - [2]="#" - }, - [2]={ - [1]="#", - [2]="#" - }, - [3]={ - [1]=0, - [2]=0 - } - }, - text="Fires {0:+d} Pustules" - }, - [3]={ - limit={ - [1]={ - [1]=1, - [2]=1 - }, - [2]={ - [1]="#", - [2]="#" - }, - [3]={ - [1]="#", - [2]="#" - } - }, - text="Fires {0} Pustule" - }, - [4]={ - limit={ - [1]={ - [1]=2, - [2]="#" - }, - [2]={ - [1]="#", - [2]="#" - }, - [3]={ - [1]="#", - [2]="#" - } - }, - text="Fires {0} Pustules" - } }, stats={ - [1]="base_number_of_projectiles", - [2]="skill_can_fire_arrows", - [3]="quality_display_base_number_of_projectiles_is_gem" + [1]="active_skill_area_of_effect_radius" } }, [5]={ [1]={ [1]={ [1]={ - k="milliseconds_to_seconds_2dp_if_required", + k="divide_by_ten_1dp_if_required", v=1 }, limit={ [1]={ - [1]=1000, - [2]=1000 + [1]=10, + [2]=10 } }, - text="Maximum pustule duration is {0} second" + text="Explosion radius is {0} metre" }, [2]={ [1]={ - k="milliseconds_to_seconds_2dp_if_required", + k="divide_by_ten_1dp_if_required", v=1 }, limit={ @@ -150,11 +50,11 @@ return { [2]="#" } }, - text="Maximum pustule duration is {0} seconds" + text="Explosion radius is {0} metres" } }, stats={ - [1]="base_skill_effect_duration" + [1]="active_skill_base_area_of_effect_radius" } }, [6]={ @@ -162,49 +62,22 @@ return { [1]={ limit={ [1]={ - [1]=1, - [2]=1 - } - }, - text="Limit {0} pustule" - }, - [2]={ - limit={ - [1]={ - [1]=2, + [1]="#", [2]="#" } }, - text="Limit {0} pustules" + text="Pustules store expected damage of Poisons inflicted on them" } }, stats={ - [1]="number_of_poisonbloom_arrow_bloom_allowed" - } - }, - [7]={ - [1]={ - }, - stats={ - [1]="skill_effect_duration" - } - }, - [8]={ - [1]={ - }, - stats={ - [1]="virtual_poisonbloom_arrow_bloom_limit" + [1]="skill_specific_stat_description_mode" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, + ["active_skill_area_of_effect_radius"]=4, + ["active_skill_base_area_of_effect_radius"]=5, ["active_skill_base_secondary_area_of_effect_radius"]=1, - ["base_number_of_projectiles"]=4, - ["base_skill_effect_duration"]=5, - ["number_of_poisonbloom_arrow_bloom_allowed"]=6, + ["base_skill_detonation_time"]=2, parent="skill_stat_descriptions", - ["quality_display_base_number_of_projectiles_is_gem"]=4, - ["skill_can_fire_arrows"]=4, - ["skill_effect_duration"]=7, - ["virtual_poisonbloom_arrow_bloom_limit"]=8 + ["skill_detonation_time"]=3, + ["skill_specific_stat_description_mode"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonous_concoction.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonous_concoction.lua new file mode 100644 index 0000000000..e14d6df672 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/poisonous_concoction.lua @@ -0,0 +1,155 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Burst radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Burst radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cannot Poison" + } + }, + stats={ + [1]="cannot_poison" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Enemies lose Life equal to the expected remaining Damage of the Consumed Poison" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies lose Life equal to {0}% of the expected remaining Damage of the Consumed Poison" + } + }, + stats={ + [1]="poison_concoction_poison_burst_physical_damage_equal_to_%_of_strongest_active_poison" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Area of Effect per Poison affecting the Enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Area of Effect per Poison affecting the Enemy" + } + }, + stats={ + [1]="poisonous_concoction_area_of_effect_+%_final_per_active_poison_consumed" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["cannot_poison"]=4, + parent="skill_stat_descriptions", + ["poison_concoction_poison_burst_physical_damage_equal_to_%_of_strongest_active_poison"]=5, + ["poisonous_concoction_area_of_effect_+%_final_per_active_poison_consumed"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_incendiary.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_incendiary.lua index 2268ce0602..819db3fdd2 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_incendiary.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_incendiary.lua @@ -3,13 +3,18 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -42,7 +47,8 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_knockback_distance"]=1, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_permafrost.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_permafrost.lua index 6beecbe7a0..aec12e38cc 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_permafrost.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_permafrost.lua @@ -3,13 +3,18 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -42,7 +47,7 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [3]={ + [4]={ [1]={ [1]={ [1]={ @@ -75,7 +80,7 @@ return { [1]="base_skill_effect_duration" } }, - [4]={ + [5]={ [1]={ [1]={ limit={ @@ -109,10 +114,11 @@ return { [2]="frozen_locus_crystal_display_stat" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, - ["base_skill_effect_duration"]=3, - ["frost_wall_maximum_life"]=4, - ["frozen_locus_crystal_display_stat"]=4, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_knockback_distance"]=1, + ["base_skill_effect_duration"]=4, + ["frost_wall_maximum_life"]=5, + ["frozen_locus_crystal_display_stat"]=5, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_piercing.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_piercing.lua index 092fa6d998..9ba9ffce83 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_piercing.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_piercing.lua @@ -8,6 +8,16 @@ return { } }, [2]={ + stats={ + [1]="base_knockback_distance" + } + }, + [3]={ + stats={ + [1]="exploit_debuff_attack_damage_to_convert_to_magnitude_%" + } + }, + [4]={ [1]={ [1]={ limit={ @@ -36,7 +46,64 @@ return { [1]="projectile_base_number_of_targets_to_pierce" } }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Applies Riven Armour on Hit\nRiven Armour has {0} second duration, or until Fully\nBroken Armour is removed" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Deals {0}% less damage to Unique enemies" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Deals {0}% more damage to Unique enemies" + } + }, + stats={ + [1]="active_skill_damage_+%_final_vs_unique_enemies" + } + }, + [7]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_damage_+%_final_vs_unique_enemies"]=6, + ["base_knockback_distance"]=2, + ["base_skill_effect_duration"]=5, ["cannot_break_armour"]=1, + ["exploit_debuff_attack_damage_to_convert_to_magnitude_%"]=3, parent="skill_stat_descriptions", - ["projectile_base_number_of_targets_to_pierce"]=2 + ["projectile_base_number_of_targets_to_pierce"]=4, + ["skill_effect_duration"]=7 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_stormblast.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_stormblast.lua index 2268ce0602..819db3fdd2 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_stormblast.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/power_shot_stormblast.lua @@ -3,13 +3,18 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -42,7 +47,8 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_knockback_distance"]=1, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/quarterstaff_frost_burst.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/quarterstaff_frost_burst.lua index aa038db9c8..fd397fa0ef 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/quarterstaff_frost_burst.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/quarterstaff_frost_burst.lua @@ -3,13 +3,18 @@ return { [1]={ + stats={ + [1]="has_freeze_cull" + } + }, + [2]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -42,7 +47,8 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["has_freeze_cull"]=1, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rain_of_arrows_new.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rain_of_arrows_new.lua index f5ce971d09..a67cfcea77 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rain_of_arrows_new.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rain_of_arrows_new.lua @@ -115,6 +115,35 @@ return { } }, [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Arrows fall {0}% faster" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Arrows fall {0}% slower" + } + }, + stats={ + [1]="rain_of_arrows_arrow_speed_+%" + } + }, + [8]={ [1]={ [1]={ [1]={ @@ -134,7 +163,7 @@ return { [1]="rain_of_arrows_delay_per_arrow" } }, - [8]={ + [9]={ [1]={ [1]={ limit={ @@ -150,7 +179,7 @@ return { [1]="rain_of_arrows_projectile_count_multiplier_if_any_frenzy_charge_spent" } }, - [9]={ + [10]={ [1]={ [1]={ limit={ @@ -166,7 +195,7 @@ return { [1]="rain_of_arrows_projectile_count_multiplier_per_frenzy_charge" } }, - [10]={ + [11]={ [1]={ [1]={ limit={ @@ -182,7 +211,7 @@ return { [1]="skill_specific_stat_description_mode" } }, - [11]={ + [12]={ [1]={ }, stats={ @@ -196,9 +225,10 @@ return { ["base_number_of_arrow_rains_allowed"]=5, ["number_of_arrow_rains_allowed"]=6, parent="skill_stat_descriptions", - ["rain_of_arrows_delay_per_arrow"]=7, - ["rain_of_arrows_projectile_count_multiplier_if_any_frenzy_charge_spent"]=8, - ["rain_of_arrows_projectile_count_multiplier_per_frenzy_charge"]=9, - ["skill_specific_stat_description_mode"]=10, - ["virtual_rain_of_arrows_delay_per_arrow_display_ms"]=11 + ["rain_of_arrows_arrow_speed_+%"]=7, + ["rain_of_arrows_delay_per_arrow"]=8, + ["rain_of_arrows_projectile_count_multiplier_if_any_frenzy_charge_spent"]=9, + ["rain_of_arrows_projectile_count_multiplier_per_frenzy_charge"]=10, + ["skill_specific_stat_description_mode"]=11, + ["virtual_rain_of_arrows_delay_per_arrow_display_ms"]=12 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/raise_zombie.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/raise_zombie.lua index a13eeb0bd0..eaf34b554b 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/raise_zombie.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/raise_zombie.lua @@ -123,6 +123,35 @@ return { } }, [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased effect of Empowerment on Raised Zombies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced effect of Empowerment on Raised Zombies" + } + }, + stats={ + [1]="raise_zombie_empowerment_effect_+%" + } + }, + [6]={ [1]={ }, stats={ @@ -134,5 +163,6 @@ return { ["power_charged_zombie_damage_taken_-%_final"]=2, ["power_charged_zombie_hit_damage_+%_final"]=3, ["power_charged_zombie_movement_speed_+%_final"]=4, - ["skill_effect_duration"]=5 + ["raise_zombie_empowerment_effect_+%"]=5, + ["skill_effect_duration"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_incendiary.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_incendiary.lua index 5a2d76eaca..95f576e034 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_incendiary.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_incendiary.lua @@ -8,58 +8,15 @@ return { } }, [2]={ - [1]={ - }, stats={ - [1]="display_rapid_shot_charge_up_time_ms" + [1]="base_knockback_distance" } }, [3]={ [1]={ [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Rapid Shots Gain {0}% of Damage as extra Fire Damage per Heat" - } - }, - stats={ - [1]="rapid_shot_all_damage_%_to_gain_as_fire_per_stack" - } - }, - [4]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Charges for {0}% of Attack Time before firing if used when you have no Heat" - } - }, - stats={ - [1]="rapid_shot_charge_up_time_as_%_of_attack_time" - } - }, - [5]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=60, - [2]=60 - } - }, - text="Gain Heat once per second while firing" - }, - [2]={ [1]={ - k="per_minute_to_per_second_2dp_if_required", + k="milliseconds_to_seconds_2dp_if_required", v=1 }, limit={ @@ -68,34 +25,15 @@ return { [2]="#" } }, - text="Gain Heat {0} times per second while firing" - } - }, - stats={ - [1]="rapid_shot_heat_gained_per_minue_while_performing" - } - }, - [6]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Grenades Gain {0}% of Damage as extra Fire Damage per Heat" + text="Cannot fire or reload for {0} seconds on\nreaching maximum Heat" } }, stats={ - [1]="rapid_shot_next_grenade_all_damage_%_to_gain_as_fire_per_stack" + [1]="skill_specific_stat_description_mode" } }, + ["base_knockback_distance"]=2, ["base_skill_effect_duration"]=1, - ["display_rapid_shot_charge_up_time_ms"]=2, parent="skill_stat_descriptions", - ["rapid_shot_all_damage_%_to_gain_as_fire_per_stack"]=3, - ["rapid_shot_charge_up_time_as_%_of_attack_time"]=4, - ["rapid_shot_heat_gained_per_minue_while_performing"]=5, - ["rapid_shot_next_grenade_all_damage_%_to_gain_as_fire_per_stack"]=6 + ["skill_specific_stat_description_mode"]=3 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_permafrost.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_permafrost.lua index 8a03664a1f..225a8d7708 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_permafrost.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_permafrost.lua @@ -3,13 +3,23 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ + stats={ + [1]="ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self" + } + }, + [3]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [2]={ + [4]={ [1]={ [1]={ [1]={ @@ -42,9 +52,46 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, - [3]={ + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Shards arm after {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Shards arm after {0} seconds" + } + }, + stats={ + [1]="permafrost_shard_arming_time_ms" + } + }, + [6]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, limit={ [1]={ [1]=1, @@ -53,12 +100,20 @@ return { [2]={ [1]="#", [2]="#" + }, + [3]={ + [1]="#", + [2]="#" } }, - text="Shards that have existed for at\nleast 0.5 seconds deal {0}% more Damage" + text="Shards deal up to {0}% more damage {2} seconds after arming" }, [2]={ [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + [2]={ k="negate", v=1 }, @@ -70,30 +125,31 @@ return { [2]={ [1]="#", [2]="#" + }, + [3]={ + [1]="#", + [2]="#" } }, - text="Shards that have existed for at\nleast 0.5 seconds deal {0}% less Damage" + text="Shards deal up to {0}% less damage {2} seconds after arming" }, [3]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, limit={ - [1]={ - [1]="#", - [2]="#" - }, - [2]={ - [1]=0, - [2]=0 - } }, - text="Shards that have existed for at\nleast 0.5 seconds deal {0:+d}% more Damage" + text="Shards deal up to {0:+d}% more Damage after arming" } }, stats={ [1]="permafrost_shard_damage_+%_final_after_1_second", - [2]="quality_display_permafrost_shard_damage_+%_final_after_1_second_is_gem" + [2]="quality_display_permafrost_shard_damage_+%_final_after_1_second_is_gem", + [3]="permafrost_shard_bonus_damage_delay_ms" } }, - [4]={ + [7]={ [1]={ [1]={ limit={ @@ -118,10 +174,14 @@ return { [1]="permafrost_shard_limit" } }, - ["active_skill_area_of_effect_radius"]=1, - ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["base_knockback_distance"]=1, + ["ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self"]=2, parent="skill_stat_descriptions", - ["permafrost_shard_damage_+%_final_after_1_second"]=3, - ["permafrost_shard_limit"]=4, - ["quality_display_permafrost_shard_damage_+%_final_after_1_second_is_gem"]=3 + ["permafrost_shard_arming_time_ms"]=5, + ["permafrost_shard_bonus_damage_delay_ms"]=6, + ["permafrost_shard_damage_+%_final_after_1_second"]=6, + ["permafrost_shard_limit"]=7, + ["quality_display_permafrost_shard_damage_+%_final_after_1_second_is_gem"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_piercing.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_piercing.lua index 1f9d585c4b..21edc0df37 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_piercing.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_piercing.lua @@ -3,6 +3,11 @@ return { [1]={ + stats={ + [1]="base_knockback_distance" + } + }, + [2]={ [1]={ [1]={ limit={ @@ -31,6 +36,7 @@ return { [1]="projectile_base_number_of_targets_to_pierce" } }, + ["base_knockback_distance"]=1, parent="skill_stat_descriptions", - ["projectile_base_number_of_targets_to_pierce"]=1 + ["projectile_base_number_of_targets_to_pierce"]=2 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem.lua index 738a972055..6f337dba1d 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem.lua @@ -8,13 +8,18 @@ return { } }, [2]={ + stats={ + [1]="base_knockback_distance" + } + }, + [3]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [3]={ + [4]={ [1]={ [1]={ [1]={ @@ -90,7 +95,7 @@ return { [2]="quality_display_active_skill_base_area_of_effect_radius_is_gem" } }, - [4]={ + [5]={ [1]={ [1]={ [1]={ @@ -110,18 +115,19 @@ return { [1]="active_skill_base_secondary_area_of_effect_radius" } }, - [5]={ + [6]={ [1]={ }, stats={ [1]="active_skill_secondary_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=2, - ["active_skill_base_area_of_effect_radius"]=3, - ["active_skill_base_secondary_area_of_effect_radius"]=4, - ["active_skill_secondary_area_of_effect_radius"]=5, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["active_skill_base_secondary_area_of_effect_radius"]=5, + ["active_skill_secondary_area_of_effect_radius"]=6, + ["base_knockback_distance"]=2, ["number_of_crossbow_bolts"]=1, parent="skill_stat_descriptions", - ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=3 + ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=4 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem_ammo.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem_ammo.lua index 7e9f7e93a8..aaac363f68 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem_ammo.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rapid_shot_requiem_ammo.lua @@ -8,6 +8,11 @@ return { } }, [2]={ + stats={ + [1]="base_knockback_distance" + } + }, + [3]={ [1]={ [1]={ [1]={ @@ -40,7 +45,7 @@ return { [1]="rapidshot_requiem_active_duration_ms" } }, - [3]={ + [4]={ [1]={ [1]={ limit={ @@ -56,7 +61,7 @@ return { [1]="rapidshot_requiem_base_buff_count_requirement" } }, - [4]={ + [5]={ [1]={ [1]={ [1]={ @@ -76,9 +81,10 @@ return { [1]="rapidshot_requiem_number_of_stacks_per_minute" } }, + ["base_knockback_distance"]=2, ["number_of_crossbow_bolts"]=1, parent="skill_stat_descriptions", - ["rapidshot_requiem_active_duration_ms"]=2, - ["rapidshot_requiem_base_buff_count_requirement"]=3, - ["rapidshot_requiem_number_of_stacks_per_minute"]=4 + ["rapidshot_requiem_active_duration_ms"]=3, + ["rapidshot_requiem_base_buff_count_requirement"]=4, + ["rapidshot_requiem_number_of_stacks_per_minute"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ravenous_swarm.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ravenous_swarm.lua new file mode 100644 index 0000000000..17d3e994c8 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ravenous_swarm.lua @@ -0,0 +1,146 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metres to swarm Attack radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Swarms Attack enemies within {0} metre radius of you" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Swarm duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Swarm duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Spawn a new Swarm once every second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Spawn a new Swarm once every {0} seconds" + } + }, + stats={ + [1]="ravenous_swarm_create_new_swarm_every_X_ms" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} active Swarm" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} active Swarms" + } + }, + stats={ + [1]="ravenous_swarm_maximum_swarm_count" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["ravenous_swarm_create_new_swarm_every_X_ms"]=4, + ["ravenous_swarm_maximum_swarm_count"]=5, + ["skill_effect_duration"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/reap.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/reap.lua index 51191be96e..701c7a452c 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/reap.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/reap.lua @@ -5,6 +5,24 @@ return { [1]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + }, + text="Critical Weakness duration is {0:+d} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + }, + text="Critical Weakness duration is {0:+d} seconds" + }, + [3]={ [1]={ k="milliseconds_to_seconds_2dp_if_required", v=1 @@ -17,7 +35,7 @@ return { }, text="Critical Weakness duration is {0} second" }, - [2]={ + [4]={ [1]={ k="milliseconds_to_seconds_2dp_if_required", v=1 diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rip_from_time.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rip_from_time.lua new file mode 100644 index 0000000000..c63b5a264d --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/rip_from_time.lua @@ -0,0 +1,100 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Time Ripped immunity duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Time Ripped immunity duration is {0} seconds" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Time Ripped Clone duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Time Ripped Clone duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="DNT Damage Dealt to Time Ripped Clone is also dealt to the original target" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT {0}% of Damage Dealt to Time Ripped Clone is also dealt to the original target" + } + }, + stats={ + [1]="time_rip_damage_share_%" + } + }, + ["base_secondary_skill_effect_duration"]=1, + ["base_skill_effect_duration"]=2, + parent="skill_stat_descriptions", + ["time_rip_damage_share_%"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ripwire_arrow.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ripwire_arrow.lua new file mode 100644 index 0000000000..f0c4b2061e --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/ripwire_arrow.lua @@ -0,0 +1,101 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_number_of_projectiles" + } + }, + [2]={ + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Bolt impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bolt impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Modifiers to number of Projectiles fired instead apply\nto number of Hits per salvo" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Hits {0} times per salvo\nModifiers to number of Projectiles fired instead apply\nto number of Hits per salvo" + } + }, + stats={ + [1]="base_number_of_projectiles" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hits per salvo@{0}" + } + }, + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["base_number_of_projectiles"]=5, + parent="skill_stat_descriptions", + ["total_number_of_projectiles_to_fire"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/runic_tempering.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/runic_tempering.lua new file mode 100644 index 0000000000..b985616b0d --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/runic_tempering.lua @@ -0,0 +1,100 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Minimum of {0} second between each backlash" + } + }, + stats={ + [1]="runic_tempering_backlash_cooldown_ms" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% increase Damage taken while you have runes" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% decrease Damage taken while you have runes" + } + }, + stats={ + [1]="runic_tempering_damage_taken_+%" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Each rune can backlash {0} time" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Each rune can backlash {0} times" + } + }, + stats={ + [1]="runic_tempering_hit_per_rune" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Maximum {0} Runes" + } + }, + stats={ + [1]="runic_tempering_max_runes" + } + }, + parent="skill_stat_descriptions", + ["runic_tempering_backlash_cooldown_ms"]=1, + ["runic_tempering_damage_taken_+%"]=2, + ["runic_tempering_hit_per_rune"]=3, + ["runic_tempering_max_runes"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sandstorm_swipe.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sandstorm_swipe.lua index 57bf416c17..ad9e209890 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sandstorm_swipe.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sandstorm_swipe.lua @@ -42,7 +42,28 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}m to Radius per additional stage" + } + }, + stats={ + [1]="sandstorm_swipe_storm_radius_+_per_stage" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, - parent="skill_stat_descriptions" + parent="skill_stat_descriptions", + ["sandstorm_swipe_storm_radius_+_per_stage"]=3 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_0.lua new file mode 100644 index 0000000000..ef50db9ac8 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_0.lua @@ -0,0 +1,126 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Hover duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hover duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Can accumulate up to {0} Wellsprites\nModifiers to number of Projectiles instead\napply to number of Wellsprites accumulated" + } + }, + stats={ + [1]="blazing_cluster_maximum_number_of_projectiles_allowed" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d}% more Damage for each previous Wellsprite fired in sequence" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="{0}% more Damage for each previous Wellsprite fired in sequence" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="{0}% less Damage for each previous Wellsprite fired in sequence" + } + }, + stats={ + [1]="ember_fusillade_damage_+%_final_per_ember_fired", + [2]="quality_display_ember_fusilade_is_gem" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + ["base_skill_effect_duration"]=1, + ["blazing_cluster_maximum_number_of_projectiles_allowed"]=2, + ["ember_fusillade_damage_+%_final_per_ember_fired"]=3, + parent="skill_stat_descriptions", + ["quality_display_ember_fusilade_is_gem"]=3, + ["skill_effect_duration"]=4, + ["total_number_of_projectiles_to_fire"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_1.lua new file mode 100644 index 0000000000..da2ba9f835 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/scattering_calamity_statset_1.lua @@ -0,0 +1,73 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="total_number_of_projectiles_to_fire" + } + }, + [2]={ + stats={ + [1]="blazing_cluster_maximum_number_of_projectiles_allowed" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius@{0}m" + } + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["blazing_cluster_maximum_number_of_projectiles_allowed"]=2, + parent="specific_skill_stat_descriptions/blazing_cluster_statset_0", + ["total_number_of_projectiles_to_fire"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/screaming_devastation.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/screaming_devastation.lua new file mode 100644 index 0000000000..9ea72f45c4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/screaming_devastation.lua @@ -0,0 +1,90 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Withering Ground duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Withering Ground duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/seismic_cry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/seismic_cry.lua index 683f386147..ec25ff3fc3 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/seismic_cry.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/seismic_cry.lua @@ -47,8 +47,74 @@ return { [1]="active_skill_base_area_of_effect_radius" } }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Empowered Attack Aftershocks deal {0}% more damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Empowered Attack Aftershocks deal {0}% less damage" + } + }, + stats={ + [1]="seismic_cry_slam_skill_aftershock_damage_+%_final" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Empowers one Slam per enemy Power in\nrange, counting up to {1} Power" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Empowers one Slam per {0} enemy Power in\nrange, counting up to {1} Power" + } + }, + stats={ + [1]="warcry_empowers_per_X_monster_power", + [2]="warcry_empowers_per_X_monster_power_mp_cap" + } + }, ["active_skill_area_of_effect_radius"]=2, ["active_skill_base_area_of_effect_radius"]=3, ["base_skill_effect_duration"]=1, - parent="skill_stat_descriptions" + parent="skill_stat_descriptions", + ["seismic_cry_slam_skill_aftershock_damage_+%_final"]=4, + ["warcry_empowers_per_X_monster_power"]=5, + ["warcry_empowers_per_X_monster_power_mp_cap"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shard_despoiler.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shard_despoiler.lua index 80eb3a3cbb..1500f9c4bc 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shard_despoiler.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shard_despoiler.lua @@ -5,17 +5,13 @@ return { [1]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, limit={ [1]={ [1]=1000, [2]=1000 } }, - text="Buff duration is {0} second" + text="Instantly reloads your Crossbow and restores one cooldown use for your Grenades upon Consuming\nFreeze, Shock, Ignite, or Fully Broken Armour\nMinimum duration between consumptions is {0} second" }, [2]={ [1]={ @@ -28,23 +24,27 @@ return { [2]="#" } }, - text="Buff duration is {0} seconds" + text="Instantly reloads your Crossbow and restores one cooldown use for your Grenades upon Consuming\nFreeze, Shock, Ignite, or Fully Broken Armour\nMinimum duration between consumptions is {0} seconds" } }, stats={ - [1]="base_skill_effect_duration" + [1]="base_secondary_skill_effect_duration" } }, [2]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ [1]=1000, [2]=1000 } }, - text="Instantly reloads your Crossbow and restores one cooldown use for your Grenades upon Consuming\nFreeze, Shock, Ignite, or Fully Broken Armour, no more than\nonce per second" + text="Buff duration is {0} second" }, [2]={ [1]={ @@ -57,22 +57,30 @@ return { [2]="#" } }, - text="Instantly reloads your Crossbow and restores one cooldown use for your Grenades upon Consuming\nFreeze, Shock, Ignite, or Fully Broken Armour, no more than\nonce every {0} seconds" + text="Buff duration is {0} seconds" } }, stats={ - [1]="reload_ammo_on_effect_consume_with_x_ms_cooldown" + [1]="base_skill_effect_duration" } }, [3]={ + [1]={ + }, + stats={ + [1]="secondary_skill_effect_duration" + } + }, + [4]={ [1]={ }, stats={ [1]="skill_effect_duration" } }, - ["base_skill_effect_duration"]=1, + ["base_secondary_skill_effect_duration"]=1, + ["base_skill_effect_duration"]=2, parent="skill_stat_descriptions", - ["reload_ammo_on_effect_consume_with_x_ms_cooldown"]=2, - ["skill_effect_duration"]=3 + ["secondary_skill_effect_duration"]=3, + ["skill_effect_duration"]=4 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shatter.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shatter.lua index 757e52660b..a6171dd3d6 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shatter.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shatter.lua @@ -13,13 +13,33 @@ return { } }, [3]={ + stats={ + [1]="never_shock" + } + }, + [4]={ + stats={ + [1]="base_consume_enemy_shock_on_hit" + } + }, + [5]={ + stats={ + [1]="never_ignite" + } + }, + [6]={ + stats={ + [1]="consume_ignite_on_hit" + } + }, + [7]={ [1]={ }, stats={ [1]="active_skill_area_of_effect_radius" } }, - [4]={ + [8]={ [1]={ [1]={ [1]={ @@ -32,7 +52,7 @@ return { [2]=10 } }, - text="Explosion radius is {0} metre" + text="Enemy explosion radius is {0} metre" }, [2]={ [1]={ @@ -45,16 +65,122 @@ return { [2]="#" } }, - text="Explosion radius is {0} metres" + text="Enemy explosion radius is {0} metres" } }, stats={ [1]="active_skill_base_area_of_effect_radius" } }, - ["active_skill_area_of_effect_radius"]=3, - ["active_skill_base_area_of_effect_radius"]=4, + [9]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Frostbolt explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Frostbolt explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [10]={ + [1]={ + }, + stats={ + [1]="active_skill_secondary_area_of_effect_radius" + } + }, + [11]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Orb explosions" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Orb explosions" + } + }, + stats={ + [1]="shatter_damage_+%_final_when_exploding_orbs" + } + }, + [12]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for blasts originating\nfrom a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for blasts originating\nfrom a Unique enemy" + } + }, + stats={ + [1]="snap_damage_+%_final_if_created_from_unique" + } + }, + ["active_skill_area_of_effect_radius"]=7, + ["active_skill_base_area_of_effect_radius"]=8, + ["active_skill_base_secondary_area_of_effect_radius"]=9, + ["active_skill_secondary_area_of_effect_radius"]=10, ["base_consume_enemy_freeze_on_hit"]=2, + ["base_consume_enemy_shock_on_hit"]=4, + ["consume_ignite_on_hit"]=6, ["never_freeze"]=1, - parent="skill_stat_descriptions" + ["never_ignite"]=5, + ["never_shock"]=3, + parent="skill_stat_descriptions", + ["shatter_damage_+%_final_when_exploding_orbs"]=11, + ["snap_damage_+%_final_if_created_from_unique"]=12 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shattering_concoction.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shattering_concoction.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shattering_concoction.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shearing_bolts.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shearing_bolts.lua new file mode 100644 index 0000000000..d87f55d831 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shearing_bolts.lua @@ -0,0 +1,65 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Maximum Buff duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Maximum Buff duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Empowers {0} Attacks" + } + }, + stats={ + [1]="shearing_bolts_number_of_empowered_attacks" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions", + ["shearing_bolts_number_of_empowered_attacks"]=2, + ["skill_effect_duration"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shield_barricade.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shield_barricade.lua index be6e75ee7d..35b94420ab 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shield_barricade.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shield_barricade.lua @@ -22,7 +22,7 @@ return { [2]=10 } }, - text="Explosion radius is {0} metre" + text="Explosion length is {0} metre" }, [2]={ [1]={ @@ -35,7 +35,7 @@ return { [2]="#" } }, - text="Explosion radius is {0} metres" + text="Explosion length is {0} metres" } }, stats={ @@ -43,6 +43,22 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Gains added damage equal to {0}% of Main Hand Weapon Damage" + } + }, + stats={ + [1]="base_main_hand_weapon_damage_as_added_off_hand_attack_damage_%" + } + }, + [4]={ [1]={ [1]={ [1]={ @@ -75,7 +91,7 @@ return { [1]="base_skill_effect_duration" } }, - [4]={ + [5]={ [1]={ [1]={ limit={ @@ -109,7 +125,7 @@ return { [2]="shield_wall_segment_display_stat" } }, - [5]={ + [6]={ [1]={ }, stats={ @@ -118,9 +134,10 @@ return { }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, - ["base_skill_effect_duration"]=3, + ["base_main_hand_weapon_damage_as_added_off_hand_attack_damage_%"]=3, + ["base_skill_effect_duration"]=4, parent="skill_stat_descriptions", - ["shield_wall_maximum_life"]=4, - ["shield_wall_segment_display_stat"]=4, - ["skill_effect_duration"]=5 + ["shield_wall_maximum_life"]=5, + ["shield_wall_segment_display_stat"]=5, + ["skill_effect_duration"]=6 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry.lua new file mode 100644 index 0000000000..a7007d6b19 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry.lua @@ -0,0 +1,149 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Warcry radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcry radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Guard duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Guard duration is {0} seconds" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="secondary_skill_effect_duration" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Can Trigger Shield Wave once per enemy Power in\nrange, counting up to {1} Power" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Can Trigger Shield Wave once per {0} enemy Power in\nrange, counting up to {1} Power" + } + }, + stats={ + [1]="shielding_cry_an_additional_empowered_attack_per_X_mp", + [2]="shielding_cry_an_additional_empowered_attack_per_X_mp_mp_cap" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Grants {0} Guard for every 5 enemy Power in\nrange, counting up to {1} Power" + } + }, + stats={ + [1]="shielding_cry_grant_X_guard_per_5_mp", + [2]="shielding_cry_grant_X_guard_per_5_mp_mp_cap" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_secondary_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["secondary_skill_effect_duration"]=4, + ["shielding_cry_an_additional_empowered_attack_per_X_mp"]=5, + ["shielding_cry_an_additional_empowered_attack_per_X_mp_mp_cap"]=5, + ["shielding_cry_grant_X_guard_per_5_mp"]=6, + ["shielding_cry_grant_X_guard_per_5_mp_mp_cap"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry_shockwave.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry_shockwave.lua new file mode 100644 index 0000000000..25c9dc1529 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shielding_cry_shockwave.lua @@ -0,0 +1,88 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This Attack is Triggered by Fortifying Cry and counts as Empowered by it" + } + }, + stats={ + [1]="skill_triggered_manually_by_other_skill" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Shockwave radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Shockwave radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Modifiers to Damage with Warcries affect this Skill" + } + }, + stats={ + [1]="modifiers_to_warcry_damage_also_apply_to_this" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["base_skill_effect_duration"]=1, + ["modifiers_to_warcry_damage_also_apply_to_this"]=5, + parent="skill_stat_descriptions", + ["skill_triggered_manually_by_other_skill"]=2 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shock_grenade.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shock_grenade.lua index a2021d5417..43a994f3b9 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shock_grenade.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/shock_grenade.lua @@ -4,9 +4,35 @@ return { [1]={ [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Fuse duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fuse duration is {0} seconds" + } }, stats={ - [1]="active_skill_area_of_effect_radius" + [1]="base_skill_effect_duration" } }, [2]={ @@ -43,6 +69,67 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Converts {0}% of Physical Damage to Lightning Damage" + } + }, + stats={ + [1]="active_skill_base_physical_damage_%_to_convert_to_lightning" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Lightning damage from Hits with this skill Contributes to Electrocution Buildup" + } + }, + stats={ + [1]="base_lightning_damage_can_electrocute" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Electrocution buildup from Hits with this skill" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Electrocution buildup from Hits with this skill" + } + }, + stats={ + [1]="active_skill_electrocutes_as_though_dealt_damage_+%_final" + } + }, + [6]={ [1]={ [1]={ [1]={ @@ -55,7 +142,7 @@ return { [2]=1000 } }, - text="Fuse duration is {0} second" + text="Electrocution buildup Debuff duration is {0} second" }, [2]={ [1]={ @@ -68,23 +155,34 @@ return { [2]="#" } }, - text="Fuse duration is {0} seconds" + text="Electrocution buildup Debuff duration is {0} seconds" } }, stats={ - [1]="base_skill_effect_duration" + [1]="base_secondary_skill_effect_duration" } }, - [4]={ + [7]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [8]={ [1]={ }, stats={ [1]="grenade_fuse_duration" } }, - ["active_skill_area_of_effect_radius"]=1, + ["active_skill_area_of_effect_radius"]=7, ["active_skill_base_area_of_effect_radius"]=2, - ["base_skill_effect_duration"]=3, - ["grenade_fuse_duration"]=4, + ["active_skill_base_physical_damage_%_to_convert_to_lightning"]=3, + ["active_skill_electrocutes_as_though_dealt_damage_+%_final"]=5, + ["base_lightning_damage_can_electrocute"]=4, + ["base_secondary_skill_effect_duration"]=6, + ["base_skill_effect_duration"]=1, + ["grenade_fuse_duration"]=8, parent="skill_stat_descriptions" } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sorcery_ward.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sorcery_ward.lua index a32c864fe5..dc7985181e 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sorcery_ward.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/sorcery_ward.lua @@ -35,6 +35,11 @@ return { [4]={ [1]={ [1]={ + limit={ + }, + text="Barrier can take Elemental Damage up to an additional {0:+d}% of your Armour and Evasion Rating" + }, + [2]={ limit={ [1]={ [1]=1, diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_0.lua new file mode 100644 index 0000000000..f5a498bb15 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_0.lua @@ -0,0 +1,82 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Projectile duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Projectile duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Projectiles fired at the same time can Hit the same\ntarget no more than once per second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Projectiles fired at the same time can Hit the same\ntarget no more than once every {0} seconds" + } + }, + stats={ + [1]="spark_min_time_between_target_clearing_ms" + } + }, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=2, + ["spark_min_time_between_target_clearing_ms"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_1.lua new file mode 100644 index 0000000000..4d29b6abbe --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spark_statset_1.lua @@ -0,0 +1,138 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="projectiles_nova" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Fires {0} Projectiles in a circle" + } + }, + stats={ + [1]="base_number_of_projectiles", + [2]="skill_can_fire_arrows", + [3]="quality_display_base_number_of_projectiles_is_gem" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Projectile duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Projectile duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} seconds to Cast Time" + } + }, + stats={ + [1]="base_spell_cast_time_ms" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Projectiles fired at the same time can Hit the same\ntarget no more than once per second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Projectiles fired at the same time can Hit the same\ntarget no more than once every {0} seconds" + } + }, + stats={ + [1]="spark_min_time_between_target_clearing_ms" + } + }, + ["base_number_of_projectiles"]=2, + ["base_skill_effect_duration"]=3, + ["base_spell_cast_time_ms"]=4, + parent="skill_stat_descriptions", + ["projectiles_nova"]=1, + ["quality_display_base_number_of_projectiles_is_gem"]=2, + ["skill_can_fire_arrows"]=2, + ["skill_effect_duration"]=5, + ["spark_min_time_between_target_clearing_ms"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bell_carried.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bell_carried.lua new file mode 100644 index 0000000000..2697b75b29 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bell_carried.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Shockwave radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shockwave radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bells.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bells.lua new file mode 100644 index 0000000000..f0d0c125bf --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/spectral_bells.lua @@ -0,0 +1,163 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Shockwave radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shockwave radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Spectral Bells can appear within {0} metre of you" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Spectral Bells can appear within {0} metres of you" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Spectral Bells linger for {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Spectral Bells linger for {0} seconds" + } + }, + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0} second duration between Spectral Bells appearing" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Maximum {0} active Spectral Bell" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Maximum {0} active Spectral Bells" + } + }, + stats={ + [1]="spectral_bells_maximum_active_bells" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["base_secondary_skill_effect_duration"]=4, + ["base_skill_effect_duration"]=5, + parent="skill_stat_descriptions", + ["spectral_bells_maximum_active_bells"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/synchronisation_of_pain.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/synchronisation_of_pain.lua new file mode 100644 index 0000000000..4a2b94d043 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/synchronisation_of_pain.lua @@ -0,0 +1,115 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Curse radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Curse duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cursed targets take {0}% of Hit Damage dealt to them while Cursed again when Curse expires\nTaking Damage again this way cannot inflict Ailments on the Cursed target" + } + }, + stats={ + [1]="curse_pain_synchronisation_base_recorded_damage_%_to_apply" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="curse_pain_synchronisation_recorded_damage_%_to_apply" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["curse_pain_synchronisation_base_recorded_damage_%_to_apply"]=4, + ["curse_pain_synchronisation_recorded_damage_%_to_apply"]=5, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tempest_bell_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tempest_bell_statset_0.lua index 3290f48c8d..380345a092 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tempest_bell_statset_0.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tempest_bell_statset_0.lua @@ -81,10 +81,18 @@ return { [2]="quality_display_tempest_bell_is_gem" } }, + [5]={ + [1]={ + }, + stats={ + [1]="virtual_tempest_bell_hit_limit" + } + }, ["base_secondary_skill_effect_duration"]=1, ["base_skill_effect_duration"]=2, parent="skill_stat_descriptions", ["quality_display_tempest_bell_is_gem"]=4, ["skill_effect_duration"]=3, - ["tempest_bell_hit_limit"]=4 + ["tempest_bell_hit_limit"]=4, + ["virtual_tempest_bell_hit_limit"]=5 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/the_flawed_edict.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/the_flawed_edict.lua new file mode 100644 index 0000000000..76164c0763 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/the_flawed_edict.lua @@ -0,0 +1,109 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Cannot generate Edict Declaration" + } + }, + stats={ + [1]="cannot_generate_edict_declaration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="DNT {0}% chance when hitting a Rare Monster with this attack to disable one of its Modifiers" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="DNT Hitting a Rare Monster with this attack disable one of its Modifiers" + } + }, + stats={ + [1]="disable_rare_mod_on_hit_%_chance" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% less Damage for each Second spent channelling" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% more Damage for each Second spent channelling" + } + }, + stats={ + [1]="the_flawed_edict_damage_+%_final_to_add_each_second" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT {0}% of Life Spent while channelling is\nadded to this Skill's Life Cost per Second" + } + }, + stats={ + [1]="the_flawed_edict_life_cost_%_to_add_to_cost_per_second" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Requires Edict Declaration to be charged at 100% to use" + } + }, + stats={ + [1]="the_flawed_edict_required_declaration" + } + }, + ["cannot_generate_edict_declaration"]=1, + ["disable_rare_mod_on_hit_%_chance"]=2, + parent="skill_stat_descriptions", + ["the_flawed_edict_damage_+%_final_to_add_each_second"]=3, + ["the_flawed_edict_life_cost_%_to_add_to_cost_per_second"]=4, + ["the_flawed_edict_required_declaration"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_0.lua new file mode 100644 index 0000000000..23ffb56c1a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_0.lua @@ -0,0 +1,12 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="herald_of_thunder_storm_max_hits" + } + }, + ["herald_of_thunder_storm_max_hits"]=1, + parent="specific_skill_stat_descriptions/herald_of_thunder_statset_0" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_1.lua new file mode 100644 index 0000000000..24602f9876 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/thunderfist_statset_1.lua @@ -0,0 +1,124 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="herald_of_thunder_storm_max_hits" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=2 + }, + limit={ + }, + text="-{1} seconds to bolt cooldown" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Creates a bolt of lightning when you Hit with Unarmed Melee damage, no more than {0} time every {1} seconds" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Creates a bolt of lightning when you Hit with Unarmed Melee damage, no more than {0} times every {1} seconds" + } + }, + stats={ + [1]="thunderfist_number_of_bolts_delays", + [2]="thunderfist_bolt_delay_ms" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Bolt impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bolt impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% of Bolt Physical Damage\nConverted to Lightning Damage" + } + }, + stats={ + [1]="active_skill_base_physical_damage_%_to_convert_to_lightning" + } + }, + ["active_skill_area_of_effect_radius"]=3, + ["active_skill_base_area_of_effect_radius"]=4, + ["active_skill_base_physical_damage_%_to_convert_to_lightning"]=5, + ["herald_of_thunder_storm_max_hits"]=1, + parent="specific_skill_stat_descriptions/herald_of_thunder_statset_0", + ["thunderfist_bolt_delay_ms"]=2, + ["thunderfist_number_of_bolts_delays"]=2 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tornado_shot_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tornado_shot_statset_1.lua index b978ce4a26..072e46a245 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tornado_shot_statset_1.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/tornado_shot_statset_1.lua @@ -208,6 +208,13 @@ return { [1]="total_number_of_projectiles_to_fire" } }, + [12]={ + [1]={ + }, + stats={ + [1]="virtual_tornado_shot_number_of_hits_allowed" + } + }, ["active_skill_base_area_of_effect_radius"]=1, ["base_number_of_projectiles"]=3, ["base_number_of_tornado_shots_allowed"]=4, @@ -221,5 +228,6 @@ return { ["tornado_shot_number_of_hits_allowed"]=8, ["tornado_shot_projectile_damage_+%_final"]=9, ["tornado_shot_projectile_range"]=10, - ["total_number_of_projectiles_to_fire"]=11 + ["total_number_of_projectiles_to_fire"]=11, + ["virtual_tornado_shot_number_of_hits_allowed"]=12 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_0.lua new file mode 100644 index 0000000000..45e788ae29 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_0.lua @@ -0,0 +1,231 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_skill_detonation_time" + } + }, + [2]={ + stats={ + [1]="skill_detonation_time" + } + }, + [3]={ + stats={ + [1]="local_poison_on_hit" + } + }, + [4]={ + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [5]={ + stats={ + [1]="toxic_domain_max_damage_+%_final_from_stored_poison" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [7]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metre to Toxic Bloom radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metres to Toxic Bloom radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Toxic Bloom Radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Toxic Bloom Radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [8]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Toxic Bloom duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Toxic Bloom duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [9]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [10]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Each enemy can have up to 1 Pustule attached" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, + [11]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Regenerate {0} life per second" + } + }, + stats={ + [1]="toxic_domain_healing_per_minute_+" + } + }, + [12]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Skill costs are decreased by {0}%" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skill costs are increased by {0}%" + } + }, + stats={ + [1]="toxic_domain_mana_cost_+%" + } + }, + [13]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Projectile Hits attach a Pustule" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance for Projectile Hits to attach a Pustule" + } + }, + stats={ + [1]="toxic_domain_pustule_chance_%" + } + }, + ["active_skill_area_of_effect_radius"]=6, + ["active_skill_base_area_of_effect_radius"]=7, + ["base_skill_detonation_time"]=1, + ["base_skill_effect_duration"]=8, + ["local_poison_on_hit"]=3, + parent="skill_stat_descriptions", + ["skill_detonation_time"]=2, + ["skill_effect_duration"]=9, + ["skill_specific_stat_description_mode"]=10, + ["toxic_domain_healing_per_minute_+"]=11, + ["toxic_domain_mana_cost_+%"]=12, + ["toxic_domain_max_damage_+%_final_from_stored_poison"]=5, + ["toxic_domain_pustule_chance_%"]=13 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_1.lua new file mode 100644 index 0000000000..2a0487729b --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/toxic_domain_statset_1.lua @@ -0,0 +1,166 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metre to Pustule Detonation radius" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + }, + text="{0:+d} metres to Pustule Detonation radius" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Pustule Detonation radius is {0} metre" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pustule Detonation radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Pustule Detonates after {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pustule Detonates after {0} seconds" + } + }, + stats={ + [1]="base_skill_detonation_time" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hits always Poison" + } + }, + stats={ + [1]="local_poison_on_hit" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Stored Poison grants up to {1}% more explosion Damage" + } + }, + stats={ + [1]="toxic_domain_+1%_final_more_damage_per_x_stored_poison", + [2]="toxic_domain_max_damage_+%_final_from_stored_poison" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pustules store expected damage of Poisons inflicted on them and will Detonate early after storing {0} Poison damage" + } + }, + stats={ + [1]="toxic_domain_pustule_poison_explode_threshold" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_skill_detonation_time"]=4, + ["local_poison_on_hit"]=5, + parent="skill_stat_descriptions", + ["toxic_domain_+1%_final_more_damage_per_x_stored_poison"]=6, + ["toxic_domain_max_damage_+%_final_from_stored_poison"]=6, + ["toxic_domain_pustule_poison_explode_threshold"]=7 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/trigger_elemental_infusion.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/trigger_elemental_infusion.lua index 58f4b175fb..8216669fb0 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/trigger_elemental_infusion.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/trigger_elemental_infusion.lua @@ -58,8 +58,25 @@ return { [1]="base_is_projectile" } }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="No more than once per Skill use" + } + }, + stats={ + [1]="surge_can_apply_to_X_number_of_projectiles_per_skill_use" + } + }, ["active_skill_area_of_effect_radius"]=1, ["active_skill_base_area_of_effect_radius"]=2, ["base_is_projectile"]=3, - parent="skill_stat_descriptions" + parent="skill_stat_descriptions", + ["surge_can_apply_to_X_number_of_projectiles_per_skill_use"]=4 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_briar_patch.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_briar_patch.lua new file mode 100644 index 0000000000..5884a98243 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_briar_patch.lua @@ -0,0 +1,124 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Bramble radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bramble radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Bramble duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bramble duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Bramble" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Brambles" + } + }, + stats={ + [1]="maximum_briarpatches_allowed" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [6]={ + [1]={ + }, + stats={ + [1]="virtual_maximum_briarpatches_allowed" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["maximum_briarpatches_allowed"]=4, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=5, + ["virtual_maximum_briarpatches_allowed"]=6 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_curse_zone_hazard_explosion.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_curse_zone_hazard_explosion.lua new file mode 100644 index 0000000000..a212fdfb60 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_curse_zone_hazard_explosion.lua @@ -0,0 +1,74 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Explosion applies Supported Curse for {0} second on Hit" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion applies Supported Curse for {0} seconds on Hit" + } + }, + stats={ + [1]="curse_zone_explosion_apply_supported_curse_for_base_ms_on_hit" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Explosion radius is equal to that of the Cursed Ground" + } + }, + stats={ + [1]="display_skill_area_of_effect_radius_from_curse" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Explosion deals base Chaos Damage equal to {0}% of your Intelligence" + } + }, + stats={ + [1]="skill_base_chaos_damage_%_of_intelligence" + } + }, + ["curse_zone_explosion_apply_supported_curse_for_base_ms_on_hit"]=1, + ["display_skill_area_of_effect_radius_from_curse"]=2, + parent="skill_stat_descriptions", + ["skill_base_chaos_damage_%_of_intelligence"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_fissure_on_landing.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_fissure_on_landing.lua new file mode 100644 index 0000000000..61bcebd89b --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_fissure_on_landing.lua @@ -0,0 +1,116 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Fissure length is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fissure length is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Fissure duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fissure duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Fissure allowed" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Fissures allowed" + } + }, + stats={ + [1]="support_fissure_on_landing_maximum_fissure_count" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4, + ["support_fissure_on_landing_maximum_fissure_count"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_grounding_shocks.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_grounding_shocks.lua new file mode 100644 index 0000000000..f970598c94 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_grounding_shocks.lua @@ -0,0 +1,116 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Grounding Shocks targets enemies within {0} metre of attached target" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Grounding Shocks targets enemies within {0} metres of attached target" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Grounding Shocks attached duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Grounding Shocks attached duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Maximum {0} attached Grounding Shock" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Maximum {0} attached Grounding Shocks" + } + }, + stats={ + [1]="maximum_grounding_shocks_allowed" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + ["maximum_grounding_shocks_allowed"]=4, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_haemocrystals.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_haemocrystals.lua index 9225974e80..81511a8b39 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_haemocrystals.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_haemocrystals.lua @@ -55,7 +55,7 @@ return { [2]=1000 } }, - text="Haemocrystals detonate after {0} second" + text="Haemocrystals explode after {0} second" }, [2]={ [1]={ @@ -68,7 +68,7 @@ return { [2]="#" } }, - text="Haemocrystals detonate after {0} seconds" + text="Haemocrystals explode after {0} seconds" } }, stats={ @@ -117,7 +117,7 @@ return { [2]=100 } }, - text="Haemocrystals deal Damage equal to the expected remaining Damage of the Consumed Bleeding" + text="Haemocrystals deal Damage equal to the highest expected remaining Damage of the Consumed Bleeding" }, [2]={ limit={ @@ -126,7 +126,7 @@ return { [2]="#" } }, - text="Haemocrystals deal Damage equal to {0}% of the expected remaining Damage of the Consumed Bleeding" + text="Haemocrystals deal Damage equal to {0}% of the highest expected remaining Damage of the Consumed Bleeding" } }, stats={ diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_hatching_elementals.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_hatching_elementals.lua new file mode 100644 index 0000000000..ef36604984 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_hatching_elementals.lua @@ -0,0 +1,109 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Creates {0} Skittering Stone" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Creates {0} Skittering Stones" + } + }, + stats={ + [1]="support_hatching_elementals_number_of_elementals_per_hatch" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Level of Minions is based on Level of Triggering Skill" + } + }, + stats={ + [1]="display_minion_level_from_triggering_skill_level" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Minion duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minion duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Skittering Stone" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Skittering Stones" + } + }, + stats={ + [1]="maximum_hatching_elementals_allowed" + } + }, + ["base_skill_effect_duration"]=3, + ["display_minion_level_from_triggering_skill_level"]=2, + ["maximum_hatching_elementals_allowed"]=4, + parent="skill_stat_descriptions", + ["support_hatching_elementals_number_of_elementals_per_hatch"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_living_lightning.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_living_lightning.lua new file mode 100644 index 0000000000..2c9e15e96a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_living_lightning.lua @@ -0,0 +1,186 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="This Skill is Triggered on dealing Lightning Damage with Supported Skill" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0} chance to Trigger this Skill on dealing Lightning Damage with Supported Skill" + } + }, + stats={ + [1]="chance_to_trigger_living_lightning_on_lightning_damage_%" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Creates 1 Minion\nLevel of Minions is based on Level of Triggering Skill" + } + }, + stats={ + [1]="display_minion_level_from_triggering_skill_level" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Minion duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minion duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Limit {0} Minion" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Limit {0} Minions" + } + }, + stats={ + [1]="base_number_of_living_lightning_allowed" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions convert {0}% of Physical damage to Lightning damage" + } + }, + stats={ + [1]="minion_base_physical_damage_%_to_convert_to_lightning" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Minions Attack every second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions Attack every {0} seconds" + } + }, + stats={ + [1]="living_lightning_beam_attack_time_ms" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Minions disperse after {0} Attack" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Minions disperse after {0} Attacks" + } + }, + stats={ + [1]="living_lightning_maximum_number_of_attacks" + } + }, + ["base_number_of_living_lightning_allowed"]=4, + ["base_skill_effect_duration"]=3, + ["chance_to_trigger_living_lightning_on_lightning_damage_%"]=1, + ["display_minion_level_from_triggering_skill_level"]=2, + ["living_lightning_beam_attack_time_ms"]=6, + ["living_lightning_maximum_number_of_attacks"]=7, + ["minion_base_physical_damage_%_to_convert_to_lightning"]=5, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_pillar_of_flame.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_pillar_of_flame.lua new file mode 100644 index 0000000000..7dddb64ba0 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_pillar_of_flame.lua @@ -0,0 +1,91 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Pillar radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pillar radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cannot Ignite" + } + }, + stats={ + [1]="never_ignite" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Flame Pillars deal Damage equal to the highest expected remaining Damage of the Consumed Ignites" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Flame Pillars deal Damage equal to {0}% of the highest expected remaining Damage of the Consumed Ignites" + } + }, + stats={ + [1]="support_flame_pillar_fire_damage_equal_to_%_of_remaining_ignite_damage" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["never_ignite"]=3, + parent="skill_stat_descriptions", + ["support_flame_pillar_fire_damage_equal_to_%_of_remaining_ignite_damage"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_shocking_rift.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_shocking_rift.lua new file mode 100644 index 0000000000..2f1778771a --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_shocking_rift.lua @@ -0,0 +1,234 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Shocking Rift radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shocking Rift radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Shocking Rift pull radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shocking Rift pull radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Limit {0} Shocking Rift" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Limit {0} Shocking Rifts" + } + }, + stats={ + [1]="number_of_shocking_rifts_allowed" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% more Damage per pulse performed" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% less Damage per pulse performed" + } + }, + stats={ + [1]="shocking_rift_damage_+%_final_per_pulse_performed" + } + }, + [5]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Pulses apply Hinder for {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Pulses apply Hinder {0} seconds" + } + }, + stats={ + [1]="shocking_rift_hinder_ms" + } + }, + [6]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1000, + [2]=1000 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shocking Rift pulses every second, up to {1} times" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="DNT Shocking Rift pulses every {0} seconds, up to {1} times" + } + }, + stats={ + [1]="shocking_rift_pulse_interval_ms", + [2]="shocking_rift_number_of_pulses" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% increased Pulse Speed for each Shock Consumed during the Shocking Rift" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% reduced Pulse Speed for each Shock Consumed during the Shocking Rift" + } + }, + stats={ + [1]="shocking_rift_speed_+%_per_shock_consumed" + } + }, + [8]={ + [1]={ + }, + stats={ + [1]="virtual_shocking_rift_limit" + } + }, + ["active_skill_base_area_of_effect_radius"]=1, + ["active_skill_base_secondary_area_of_effect_radius"]=2, + ["number_of_shocking_rifts_allowed"]=3, + parent="skill_stat_descriptions", + ["shocking_rift_damage_+%_final_per_pulse_performed"]=4, + ["shocking_rift_hinder_ms"]=5, + ["shocking_rift_number_of_pulses"]=6, + ["shocking_rift_pulse_interval_ms"]=6, + ["shocking_rift_speed_+%_per_shock_consumed"]=7, + ["virtual_shocking_rift_limit"]=8 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_splinter_explosion.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_splinter_explosion.lua new file mode 100644 index 0000000000..d890bed1c3 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_splinter_explosion.lua @@ -0,0 +1,65 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Explosion deals base Physical Damage equal to {0}% of Totem's maximum Life" + } + }, + stats={ + [1]="base_physical_damage_equal_to_%_of_totem_life" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_physical_damage_equal_to_%_of_totem_life"]=3, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_from_the_grave_ice_fragment.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_from_the_grave_ice_fragment.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_from_the_grave_ice_fragment.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_frozen_spite_ice_fragment.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_frozen_spite_ice_fragment.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_support_frozen_spite_ice_fragment.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_winnowing_flame_pillars.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_winnowing_flame_pillars.lua new file mode 100644 index 0000000000..f5b62a524c --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/triggered_winnowing_flame_pillars.lua @@ -0,0 +1,80 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_ignite" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Pillar radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pillar radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_secondary_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Flame Pillars deal Damage equal to the highest expected remaining Damage of the Consumed Ignites" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Flame Pillars deal Damage equal to {0}% of the highest expected remaining Damage of the Consumed Ignites" + } + }, + stats={ + [1]="support_flame_pillar_fire_damage_equal_to_%_of_remaining_ignite_damage" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_secondary_area_of_effect_radius"]=3, + ["never_ignite"]=1, + parent="skill_stat_descriptions", + ["support_flame_pillar_fire_damage_equal_to_%_of_remaining_ignite_damage"]=4 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/valakos_luck.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/valakos_luck.lua new file mode 100644 index 0000000000..5477469caf --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/valakos_luck.lua @@ -0,0 +1,82 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="cast_on_damage_taken_threshold" + } + }, + [2]={ + stats={ + [1]="cast_on_damage_taken_%" + } + }, + [3]={ + stats={ + [1]="virtual_cast_when_damage_taken_threshold" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Triggers after you take a total of {0} Lightning Hit Damage" + } + }, + stats={ + [1]="cast_on_damage_taken_threshold" + } + }, + [5]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Can target Enemies within {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Can target Enemies within {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=5, + ["active_skill_base_area_of_effect_radius"]=6, + ["cast_on_damage_taken_%"]=2, + ["cast_on_damage_taken_threshold"]=4, + parent="skill_stat_descriptions", + ["virtual_cast_when_damage_taken_threshold"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_0.lua new file mode 100644 index 0000000000..a32516e482 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_0.lua @@ -0,0 +1,80 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_freeze" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Impact radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Impact radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Consumes Daze on enemies to deal {0}% more damage" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Consumes Daze on enemies to deal {0}% less damage" + } + }, + stats={ + [1]="consume_enemy_dazed_to_gain_damage_+%_final" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["consume_enemy_dazed_to_gain_damage_+%_final"]=4, + ["never_freeze"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_1.lua new file mode 100644 index 0000000000..9888ab5b98 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vaulting_impact_statset_1.lua @@ -0,0 +1,76 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="total_attack_time_+_ms" + } + }, + [2]={ + stats={ + [1]="attack_maximum_action_distance_+" + } + }, + [3]={ + stats={ + [1]="vaulting_impact_short_animation_maximum_range" + } + }, + [4]={ + stats={ + [1]="cannot_daze" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Applies Broken Stance on Hit against Dazed enemies" + } + }, + stats={ + [1]="exploit_debuff_attack_damage_to_convert_to_magnitude_%" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Broken Stance has {0} second duration, or until Daze is removed" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [7]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["attack_maximum_action_distance_+"]=2, + ["base_skill_effect_duration"]=6, + ["cannot_daze"]=4, + ["exploit_debuff_attack_damage_to_convert_to_magnitude_%"]=5, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=7, + ["total_attack_time_+_ms"]=1, + ["vaulting_impact_short_animation_maximum_range"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vile_disruption.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vile_disruption.lua new file mode 100644 index 0000000000..0583927e76 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vile_disruption.lua @@ -0,0 +1,54 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="spells_impale_on_hit_%_chance" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + parent="skill_stat_descriptions", + ["spells_impale_on_hit_%_chance"]=1 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vivid_stags.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vivid_stags.lua new file mode 100644 index 0000000000..65af425983 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/vivid_stags.lua @@ -0,0 +1,100 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="DNT Stag Hoofbeat radius is {0} Metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Stag Hoofbeat radius is {0} Metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Stags charge for {0} Hoofbeat" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Stags charge for {0} Hoofbeats" + } + }, + stats={ + [1]="ascendancy_vivid_stag_cascade_number_of_damaging_areas" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Maximum {0} Vivid Stag wisp" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Maximum {0} Vivid Stag wisps" + } + }, + stats={ + [1]="ascendancy_vivid_stag_maximum_stag_wisps_allowed" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["ascendancy_vivid_stag_cascade_number_of_damaging_areas"]=3, + ["ascendancy_vivid_stag_maximum_stag_wisps_allowed"]=4, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_0.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_0.lua new file mode 100644 index 0000000000..2268ce0602 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_0.lua @@ -0,0 +1,48 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_1.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_1.lua new file mode 100644 index 0000000000..4dff986c65 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/volatile_dead_statset_1.lua @@ -0,0 +1,100 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ignites enemies within {0} metre radius" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Core duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Core duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [4]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Ignites as though dealing {0} to {1} Fire damage" + } + }, + stats={ + [1]="spell_minimum_base_fire_damage", + [2]="spell_maximum_base_fire_damage" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + ["base_skill_effect_duration"]=3, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=4, + ["spell_maximum_base_fire_damage"]=5, + ["spell_minimum_base_fire_damage"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark.lua new file mode 100644 index 0000000000..508179c792 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark.lua @@ -0,0 +1,114 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Mark duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Mark duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [3]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Hits against Marked enemy have\n{0}% more chance to Shock" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Hits against Marked enemy have\n{0}% less chance to Shock" + } + }, + stats={ + [1]="thaumaturgist_mark_enemies_shocked_chance_+%_final" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Shock has {0}% increased effect on Marked enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Shock has {0}% reduced effect on Marked enemy" + } + }, + stats={ + [1]="thaumaturgist_mark_enemy_shock_effect_+%_taken" + } + }, + ["base_secondary_skill_effect_duration"]=1, + ["base_skill_effect_duration"]=2, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=3, + ["thaumaturgist_mark_enemies_shocked_chance_+%_final"]=4, + ["thaumaturgist_mark_enemy_shock_effect_+%_taken"]=5 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark_nova.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark_nova.lua new file mode 100644 index 0000000000..9635431c03 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/voltaic_mark_nova.lua @@ -0,0 +1,54 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Explosion radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Explosion radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_secondary_skill_effect_duration"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/war_banner.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/war_banner.lua index d50659caca..f68461e347 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/war_banner.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/war_banner.lua @@ -101,6 +101,35 @@ return { } }, [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Aura grants {0}% increased Attack Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Aura grants {0}% reduced Attack Speed" + } + }, + stats={ + [1]="base_skill_buff_banner_attack_speed_+%_to_apply" + } + }, + [6]={ [1]={ [1]={ [1]={ @@ -113,7 +142,7 @@ return { [2]=1000 } }, - text="Banner duration is {0} second, or until you leave the Aura" + text="Banner duration is {0} second" }, [2]={ [1]={ @@ -126,28 +155,35 @@ return { [2]="#" } }, - text="Banner duration is {0} seconds, or until you leave the Aura" + text="Banner duration is {0} seconds" } }, stats={ [1]="base_skill_effect_duration" } }, - [6]={ + [7]={ [1]={ }, stats={ [1]="skill_aura_buff_attack_damage_+%_final_magnitude_to_apply" } }, - [7]={ + [8]={ [1]={ }, stats={ [1]="skill_aura_buff_banner_accuracy_+%_magnitude_to_apply" } }, - [8]={ + [9]={ + [1]={ + }, + stats={ + [1]="skill_aura_buff_banner_attack_speed_+%_magnitude_to_apply" + } + }, + [10]={ [1]={ }, stats={ @@ -158,9 +194,11 @@ return { ["active_skill_base_area_of_effect_radius"]=2, ["base_skill_buff_attack_damage_+%_final_to_apply"]=3, ["base_skill_buff_banner_accuracy_+%_to_apply"]=4, - ["base_skill_effect_duration"]=5, + ["base_skill_buff_banner_attack_speed_+%_to_apply"]=5, + ["base_skill_effect_duration"]=6, parent="skill_stat_descriptions", - ["skill_aura_buff_attack_damage_+%_final_magnitude_to_apply"]=6, - ["skill_aura_buff_banner_accuracy_+%_magnitude_to_apply"]=7, - ["skill_effect_duration"]=8 + ["skill_aura_buff_attack_damage_+%_final_magnitude_to_apply"]=7, + ["skill_aura_buff_banner_accuracy_+%_magnitude_to_apply"]=8, + ["skill_aura_buff_banner_attack_speed_+%_magnitude_to_apply"]=9, + ["skill_effect_duration"]=10 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/warding_steel_nova.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/warding_steel_nova.lua new file mode 100644 index 0000000000..5dcb355b2c --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/warding_steel_nova.lua @@ -0,0 +1,69 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [2]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Nova radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Nova radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="multiply_by_one_hundred", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Stored damage grants up to {0}% more Area of Effect" + } + }, + stats={ + [1]="warding_steel_area_of_effect_+%_final_per_charge_%" + } + }, + ["active_skill_area_of_effect_radius"]=1, + ["active_skill_base_area_of_effect_radius"]=2, + parent="skill_stat_descriptions", + ["warding_steel_area_of_effect_+%_final_per_charge_%"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_dancer.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_dancer.lua index 61e16eb6ec..15ed347419 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_dancer.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_dancer.lua @@ -3,6 +3,13 @@ return { [1]={ + [1]={ + }, + stats={ + [1]="virtual_wind_dancer_maximum_number_of_stages" + } + }, + [2]={ [1]={ [1]={ limit={ @@ -18,7 +25,7 @@ return { [1]="wind_dancer_maximum_number_of_stages" } }, - [2]={ + [3]={ [1]={ [1]={ [1]={ @@ -38,7 +45,7 @@ return { [1]="wind_dancer_stages_gained_every_x_ms" } }, - [3]={ + [4]={ [1]={ [1]={ limit={ @@ -68,7 +75,8 @@ return { } }, parent="skill_stat_descriptions", - ["wind_dancer_evasion_rating_+%_final_per_stage"]=3, - ["wind_dancer_maximum_number_of_stages"]=1, - ["wind_dancer_stages_gained_every_x_ms"]=2 + ["virtual_wind_dancer_maximum_number_of_stages"]=1, + ["wind_dancer_evasion_rating_+%_final_per_stage"]=4, + ["wind_dancer_maximum_number_of_stages"]=2, + ["wind_dancer_stages_gained_every_x_ms"]=3 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_palm.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_palm.lua index 21ae7c2b02..84ea3426b9 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_palm.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wind_palm.lua @@ -42,7 +42,41 @@ return { [1]="skill_effect_duration" } }, + [3]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Maximum Buff duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Maximum Buff duration is {0} seconds" + } + }, + stats={ + [1]="staggering_palm_buff_max_duration_ms" + } + }, ["base_skill_effect_duration"]=1, parent="skill_stat_descriptions", - ["skill_effect_duration"]=2 + ["skill_effect_duration"]=2, + ["staggering_palm_buff_max_duration_ms"]=3 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/windstorm_lance.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/windstorm_lance.lua index c8f91f07b2..cc3bc955bf 100644 --- a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/windstorm_lance.lua +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/windstorm_lance.lua @@ -93,12 +93,32 @@ return { }, [5]={ [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}m to Radius per additional stage" + } }, stats={ - [1]="skill_effect_duration" + [1]="sandstorm_swipe_storm_radius_+_per_stage" } }, [6]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + [7]={ [1]={ [1]={ limit={ @@ -123,7 +143,7 @@ return { [1]="windstorm_base_maximum_number_of_storms" } }, - [7]={ + [8]={ [1]={ }, stats={ @@ -134,8 +154,9 @@ return { ["active_skill_base_area_of_effect_radius"]=3, ["base_skill_effect_duration"]=4, parent="skill_stat_descriptions", - ["skill_effect_duration"]=5, + ["sandstorm_swipe_storm_radius_+_per_stage"]=5, + ["skill_effect_duration"]=6, ["skill_specific_stat_description_mode"]=1, - ["windstorm_base_maximum_number_of_storms"]=6, - ["windstorm_maximum_number_of_storms"]=7 + ["windstorm_base_maximum_number_of_storms"]=7, + ["windstorm_maximum_number_of_storms"]=8 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/winnowing_flame.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/winnowing_flame.lua new file mode 100644 index 0000000000..c86164e8c4 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/winnowing_flame.lua @@ -0,0 +1,12 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="never_ignite" + } + }, + ["never_ignite"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/witch_hunter_mark.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/witch_hunter_mark.lua new file mode 100644 index 0000000000..609b2be47e --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/witch_hunter_mark.lua @@ -0,0 +1,175 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_secondary_skill_effect_duration" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="DNT {0}% chance for Marked Enemies to generate a Hunters' Remnant when Critically Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="DNT Marked Enemies generate a Hunters' Remnant when Critically Hit" + } + }, + stats={ + [1]="witchhunter_mark_chance_%_to_create_remnant_on_crit_vs_marked_target" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="DNT Buff granted by Remnants from Humanoid Enemies grants {0}% increased Movement Speed and {1}% increased Attack and Cast Speed" + } + }, + stats={ + [1]="witch_hunter_mark_base_movement_velocity_+%", + [2]="witch_hunter_mark_attack_and_cast_speed_+%" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Buff granted by Remnants from Constructed Enemies grants {0}% of Evasion gained as Armour" + } + }, + stats={ + [1]="witch_hunter_mark_evasion_rating_%_to_gain_as_armour" + } + }, + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Remnants from Beastial Enemies restore {0} Flask and Charm charges when collected" + } + }, + stats={ + [1]="witch_hunter_mark_flask_and_charm_charges_to_grant" + } + }, + [6]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Buff granted by Remnants from Demonic Enemies grants {0}% of Life regenerated per second" + } + }, + stats={ + [1]="witch_hunter_mark_life_regeneration_rate_per_minute_equal_to_your_maximum_life_%" + } + }, + [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Buff granted by Remnants from Undead Enemies prevents your Life from being reduced to 0" + } + }, + stats={ + [1]="witch_hunter_mark_cannot_die" + } + }, + [8]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Mark duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Mark duration is {0} seconds" + } + }, + stats={ + [1]="base_skill_effect_duration" + } + }, + [9]={ + [1]={ + }, + stats={ + [1]="skill_effect_duration" + } + }, + ["base_secondary_skill_effect_duration"]=1, + ["base_skill_effect_duration"]=8, + parent="skill_stat_descriptions", + ["skill_effect_duration"]=9, + ["witch_hunter_mark_attack_and_cast_speed_+%"]=3, + ["witch_hunter_mark_base_movement_velocity_+%"]=3, + ["witch_hunter_mark_cannot_die"]=7, + ["witch_hunter_mark_evasion_rating_%_to_gain_as_armour"]=4, + ["witch_hunter_mark_flask_and_charm_charges_to_grant"]=5, + ["witch_hunter_mark_life_regeneration_rate_per_minute_equal_to_your_maximum_life_%"]=6, + ["witchhunter_mark_chance_%_to_create_remnant_on_crit_vs_marked_target"]=2 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wolf_warcry.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wolf_warcry.lua new file mode 100644 index 0000000000..683f386147 --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wolf_warcry.lua @@ -0,0 +1,54 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + stats={ + [1]="base_skill_effect_duration" + } + }, + [2]={ + [1]={ + }, + stats={ + [1]="active_skill_area_of_effect_radius" + } + }, + [3]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Warcry radius is {0} metre" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcry radius is {0} metres" + } + }, + stats={ + [1]="active_skill_base_area_of_effect_radius" + } + }, + ["active_skill_area_of_effect_radius"]=2, + ["active_skill_base_area_of_effect_radius"]=3, + ["base_skill_effect_duration"]=1, + parent="skill_stat_descriptions" +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wrath_aura.lua b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wrath_aura.lua new file mode 100644 index 0000000000..badbddc7fd --- /dev/null +++ b/src/Data/StatDescriptions/Specific_Skill_Stat_Descriptions/wrath_aura.lua @@ -0,0 +1,66 @@ +-- This file is automatically generated, do not edit! +-- Item data (c) Grinding Gear Games + +return { + [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cannot inflict Shock" + } + }, + stats={ + [1]="never_shock" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hits up to 8 enemies" + } + }, + stats={ + [1]="skill_specific_stat_description_mode" + } + }, + [3]={ + [1]={ + [1]={ + limit={ + }, + text="Additional Hits deal {0}% more damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Additional Hits deal {0}% less damage\nAdditional Hits convert 100% of Physical and\nElemental damage to Lightning" + } + }, + stats={ + [1]="skill_wrath_aura_shared_damage_+%_to_other_shocked_enemies_in_presence" + } + }, + ["never_shock"]=1, + parent="skill_stat_descriptions", + ["skill_specific_stat_description_mode"]=2, + ["skill_wrath_aura_shared_damage_+%_to_other_shocked_enemies_in_presence"]=3 +} \ No newline at end of file diff --git a/src/Data/StatDescriptions/active_skill_gem_stat_descriptions.lua b/src/Data/StatDescriptions/active_skill_gem_stat_descriptions.lua index c516c720c2..5ff9e31256 100644 --- a/src/Data/StatDescriptions/active_skill_gem_stat_descriptions.lua +++ b/src/Data/StatDescriptions/active_skill_gem_stat_descriptions.lua @@ -3,6 +3,27 @@ return { [1]={ + stats={ + [1]="active_skill_cannot_manually_reload" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attack Damage of this skill is {0}% of Default Attack Damage" + } + }, + stats={ + [1]="active_skill_has_%_standard_scaling_attack_damage" + } + }, + [3]={ [1]={ [1]={ limit={ @@ -23,7 +44,7 @@ return { [2]="off_hand_weapon_maximum_physical_damage" } }, - [2]={ + [4]={ [1]={ [1]={ limit={ @@ -44,7 +65,28 @@ return { [2]="off_hand_maximum_added_fire_damage_per_15_shield_armour" } }, - [3]={ + [5]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="{0} to {1} Added Fire Damage per 15 Evasion on Shield" + } + }, + stats={ + [1]="off_hand_minimum_added_fire_damage_per_15_shield_evasion", + [2]="off_hand_maximum_added_fire_damage_per_15_shield_evasion" + } + }, + [6]={ [1]={ [1]={ limit={ @@ -65,7 +107,7 @@ return { [2]="off_hand_maximum_added_physical_damage_per_15_shield_armour_and_evasion_rating" } }, - [4]={ + [7]={ [1]={ [1]={ [1]={ @@ -85,7 +127,7 @@ return { [1]="off_hand_base_weapon_attack_duration_ms" } }, - [5]={ + [8]={ [1]={ [1]={ limit={ @@ -106,7 +148,7 @@ return { [2]="global_maximum_added_physical_damage" } }, - [6]={ + [9]={ [1]={ [1]={ limit={ @@ -127,7 +169,7 @@ return { [2]="global_maximum_added_fire_damage" } }, - [7]={ + [10]={ [1]={ [1]={ limit={ @@ -148,7 +190,7 @@ return { [2]="global_maximum_added_cold_damage" } }, - [8]={ + [11]={ [1]={ [1]={ limit={ @@ -169,7 +211,7 @@ return { [2]="global_maximum_added_lightning_damage" } }, - [9]={ + [12]={ [1]={ [1]={ limit={ @@ -190,7 +232,7 @@ return { [2]="global_maximum_added_chaos_damage" } }, - [10]={ + [13]={ [1]={ [1]={ limit={ @@ -219,7 +261,7 @@ return { [1]="active_skill_attack_damage_+%_final" } }, - [11]={ + [14]={ [1]={ [1]={ limit={ @@ -248,7 +290,7 @@ return { [1]="supplementary_stat_container_attack_speed_+%_final" } }, - [12]={ + [15]={ [1]={ [1]={ [1]={ @@ -281,7 +323,7 @@ return { [1]="active_skill_attack_damage_final_permyriad" } }, - [13]={ + [16]={ [1]={ [1]={ limit={ @@ -310,7 +352,7 @@ return { [1]="active_skill_damage_+%_final" } }, - [14]={ + [17]={ [1]={ [1]={ limit={ @@ -326,7 +368,7 @@ return { [1]="active_skill_minion_damage_+%_final" } }, - [15]={ + [18]={ [1]={ [1]={ [1]={ @@ -346,7 +388,7 @@ return { [1]="active_skill_minion_physical_damage_+%_final" } }, - [16]={ + [19]={ [1]={ [1]={ limit={ @@ -375,7 +417,7 @@ return { [1]="active_skill_physical_damage_+%_final" } }, - [17]={ + [20]={ [1]={ [1]={ limit={ @@ -404,7 +446,7 @@ return { [1]="physical_damage_+%_per_frenzy_charge" } }, - [18]={ + [21]={ [1]={ [1]={ limit={ @@ -429,7 +471,7 @@ return { [1]="base_number_of_zombies_allowed" } }, - [19]={ + [22]={ [1]={ [1]={ limit={ @@ -454,7 +496,7 @@ return { [1]="base_number_of_spectres_allowed" } }, - [20]={ + [23]={ [1]={ [1]={ limit={ @@ -479,7 +521,7 @@ return { [1]="base_number_of_skeletons_allowed" } }, - [21]={ + [24]={ [1]={ [1]={ limit={ @@ -504,7 +546,7 @@ return { [1]="base_number_of_raging_spirits_allowed" } }, - [22]={ + [25]={ [1]={ [1]={ limit={ @@ -533,7 +575,7 @@ return { [1]="base_aura_area_of_effect_+%" } }, - [23]={ + [26]={ [1]={ [1]={ limit={ @@ -562,7 +604,7 @@ return { [1]="aura_effect_+%" } }, - [24]={ + [27]={ [1]={ [1]={ limit={ @@ -578,7 +620,7 @@ return { [1]="tornado_maximum_number_of_hits" } }, - [25]={ + [28]={ [1]={ [1]={ [1]={ @@ -598,7 +640,7 @@ return { [1]="offering_skill_effect_duration_per_corpse" } }, - [26]={ + [29]={ [1]={ [1]={ [1]={ @@ -618,7 +660,7 @@ return { [1]="base_buff_duration_ms_+_per_removable_endurance_charge" } }, - [27]={ + [30]={ [1]={ [1]={ limit={ @@ -647,7 +689,7 @@ return { [1]="buff_duration_+%" } }, - [28]={ + [31]={ [1]={ [1]={ limit={ @@ -676,7 +718,7 @@ return { [1]="skill_effect_duration_+%" } }, - [29]={ + [32]={ [1]={ [1]={ limit={ @@ -692,7 +734,7 @@ return { [1]="display_minion_base_maximum_life" } }, - [30]={ + [33]={ [1]={ [1]={ limit={ @@ -721,7 +763,7 @@ return { [1]="active_skill_area_damage_+%_final" } }, - [31]={ + [34]={ [1]={ [1]={ limit={ @@ -746,7 +788,7 @@ return { [1]="base_spell_repeat_count" } }, - [32]={ + [35]={ [1]={ [1]={ limit={ @@ -771,7 +813,7 @@ return { [1]="base_number_of_golems_allowed" } }, - [33]={ + [36]={ [1]={ [1]={ limit={ @@ -787,7 +829,7 @@ return { [1]="attack_skills_additional_ballista_totems_allowed" } }, - [34]={ + [37]={ [1]={ [1]={ limit={ @@ -812,7 +854,7 @@ return { [1]="base_number_of_totems_allowed" } }, - [35]={ + [38]={ [1]={ [1]={ limit={ @@ -828,7 +870,7 @@ return { [1]="eye_of_winter_base_explosion_shards" } }, - [36]={ + [39]={ [1]={ [1]={ [1]={ @@ -861,7 +903,7 @@ return { [1]="base_sigil_repeat_frequency_ms" } }, - [37]={ + [40]={ [1]={ [1]={ limit={ @@ -890,7 +932,7 @@ return { [1]="sigil_repeat_frequency_+%" } }, - [38]={ + [41]={ [1]={ [1]={ limit={ @@ -906,7 +948,7 @@ return { [1]="additive_cast_speed_modifiers_apply_to_sigil_repeat_frequency" } }, - [39]={ + [42]={ [1]={ [1]={ limit={ @@ -931,7 +973,7 @@ return { [1]="base_melee_attack_repeat_count" } }, - [40]={ + [43]={ [1]={ [1]={ limit={ @@ -965,7 +1007,7 @@ return { [2]="animate_item_maximum_level_requirement" } }, - [41]={ + [44]={ [1]={ [1]={ limit={ @@ -981,7 +1023,7 @@ return { [1]="accuracy_rating" } }, - [42]={ + [45]={ [1]={ [1]={ limit={ @@ -1010,7 +1052,7 @@ return { [1]="accuracy_rating_+%" } }, - [43]={ + [46]={ [1]={ [1]={ limit={ @@ -1039,7 +1081,7 @@ return { [1]="active_skill_attack_damage_+%_final_with_two_handed_weapon" } }, - [44]={ + [47]={ [1]={ [1]={ limit={ @@ -1068,7 +1110,7 @@ return { [1]="active_skill_attack_speed_+%_final_with_two_handed_weapon" } }, - [45]={ + [48]={ [1]={ [1]={ limit={ @@ -1084,7 +1126,7 @@ return { [1]="active_skill_base_cold_damage_%_to_convert_to_fire" } }, - [46]={ + [49]={ [1]={ [1]={ limit={ @@ -1100,7 +1142,7 @@ return { [1]="active_skill_base_fire_damage_%_to_convert_to_chaos" } }, - [47]={ + [50]={ [1]={ [1]={ limit={ @@ -1116,7 +1158,7 @@ return { [1]="active_skill_base_lightning_damage_%_to_convert_to_chaos" } }, - [48]={ + [51]={ [1]={ [1]={ limit={ @@ -1132,7 +1174,7 @@ return { [1]="active_skill_base_physical_damage_%_to_gain_as_cold" } }, - [49]={ + [52]={ [1]={ [1]={ limit={ @@ -1148,7 +1190,7 @@ return { [1]="active_skill_base_physical_damage_%_to_convert_to_chaos" } }, - [50]={ + [53]={ [1]={ [1]={ limit={ @@ -1169,7 +1211,7 @@ return { [2]="active_skill_display_suppress_physical_to_cold_damage_conversion" } }, - [51]={ + [54]={ [1]={ [1]={ limit={ @@ -1185,7 +1227,7 @@ return { [1]="active_skill_base_physical_damage_%_to_convert_to_fire" } }, - [52]={ + [55]={ [1]={ [1]={ limit={ @@ -1201,7 +1243,7 @@ return { [1]="active_skill_base_physical_damage_%_to_convert_to_lightning" } }, - [53]={ + [56]={ [1]={ [1]={ limit={ @@ -1226,7 +1268,7 @@ return { [1]="active_skill_base_stored_corpse_cost" } }, - [54]={ + [57]={ [1]={ [1]={ limit={ @@ -1251,7 +1293,7 @@ return { [1]="active_skill_brands_allowed_on_enemy_+" } }, - [55]={ + [58]={ [1]={ [1]={ limit={ @@ -1276,7 +1318,7 @@ return { [1]="active_skill_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value" } }, - [56]={ + [59]={ [1]={ [1]={ limit={ @@ -1305,7 +1347,7 @@ return { [1]="active_skill_cast_speed_+%_final" } }, - [57]={ + [60]={ [1]={ [1]={ limit={ @@ -1334,7 +1376,7 @@ return { [1]="active_skill_critical_strike_chance_+%_final" } }, - [58]={ + [61]={ [1]={ [1]={ limit={ @@ -1367,7 +1409,7 @@ return { [1]="active_skill_poison_duration_+%_final" } }, - [59]={ + [62]={ [1]={ [1]={ limit={ @@ -1396,7 +1438,7 @@ return { [1]="active_skill_quality_damage_+%_final" } }, - [60]={ + [63]={ [1]={ [1]={ limit={ @@ -1425,7 +1467,7 @@ return { [1]="active_skill_quality_duration_+%_final" } }, - [61]={ + [64]={ [1]={ [1]={ limit={ @@ -1441,7 +1483,7 @@ return { [1]="add_power_charge_on_kill_%_chance" } }, - [62]={ + [65]={ [1]={ [1]={ [1]={ @@ -1461,7 +1503,7 @@ return { [1]="additional_base_critical_strike_chance" } }, - [63]={ + [66]={ [1]={ [1]={ limit={ @@ -1477,7 +1519,7 @@ return { [1]="additive_mine_duration_modifiers_apply_to_buff_effect_duration" } }, - [64]={ + [67]={ [1]={ [1]={ [1]={ @@ -1510,7 +1552,7 @@ return { [1]="alt_attack_container_main_hand_base_weapon_attack_duration_ms" } }, - [65]={ + [68]={ [1]={ [1]={ [1]={ @@ -1530,7 +1572,7 @@ return { [1]="alt_attack_container_main_hand_weapon_critical_strike_chance" } }, - [66]={ + [69]={ [1]={ [1]={ limit={ @@ -1551,7 +1593,7 @@ return { [2]="alt_attack_container_main_hand_weapon_maximum_cold_damage" } }, - [67]={ + [70]={ [1]={ [1]={ limit={ @@ -1572,7 +1614,7 @@ return { [2]="alt_attack_container_main_hand_weapon_maximum_lightning_damage" } }, - [68]={ + [71]={ [1]={ [1]={ limit={ @@ -1593,7 +1635,7 @@ return { [2]="alt_attack_container_main_hand_weapon_maximum_physical_damage" } }, - [69]={ + [72]={ [1]={ [1]={ limit={ @@ -1622,7 +1664,7 @@ return { [1]="ancestor_totem_buff_effect_+%" } }, - [70]={ + [73]={ [1]={ [1]={ limit={ @@ -1651,7 +1693,7 @@ return { [1]="ancestor_totem_parent_activation_range_+%" } }, - [71]={ + [74]={ [1]={ [1]={ limit={ @@ -1680,7 +1722,7 @@ return { [1]="arc_chain_hit_damage_+%_final" } }, - [72]={ + [75]={ [1]={ [1]={ limit={ @@ -1709,7 +1751,7 @@ return { [1]="area_damage_+%" } }, - [73]={ + [76]={ [1]={ [1]={ limit={ @@ -1738,7 +1780,7 @@ return { [1]="area_of_effect_+%_while_dead" } }, - [74]={ + [77]={ [1]={ [1]={ limit={ @@ -1772,7 +1814,7 @@ return { [2]="quality_display_arsonist_is_gem" } }, - [75]={ + [78]={ [1]={ [1]={ limit={ @@ -1801,7 +1843,7 @@ return { [1]="attack_and_cast_speed_+%" } }, - [76]={ + [79]={ [1]={ [1]={ limit={ @@ -1830,7 +1872,7 @@ return { [1]="attack_and_cast_speed_+%_during_onslaught" } }, - [77]={ + [80]={ [1]={ [1]={ limit={ @@ -1851,7 +1893,7 @@ return { [2]="attack_maximum_added_chaos_damage" } }, - [78]={ + [81]={ [1]={ [1]={ limit={ @@ -1872,7 +1914,7 @@ return { [2]="attack_maximum_added_cold_damage" } }, - [79]={ + [82]={ [1]={ [1]={ limit={ @@ -1893,7 +1935,7 @@ return { [2]="attack_maximum_added_fire_damage" } }, - [80]={ + [83]={ [1]={ [1]={ limit={ @@ -1914,7 +1956,7 @@ return { [2]="attack_maximum_added_lightning_damage" } }, - [81]={ + [84]={ [1]={ [1]={ limit={ @@ -1935,7 +1977,7 @@ return { [2]="attack_maximum_added_physical_damage" } }, - [82]={ + [85]={ [1]={ [1]={ limit={ @@ -1964,7 +2006,7 @@ return { [1]="attack_speed_+%" } }, - [83]={ + [86]={ [1]={ [1]={ limit={ @@ -1993,7 +2035,7 @@ return { [1]="attack_speed_+%_granted_from_skill" } }, - [84]={ + [87]={ [1]={ [1]={ limit={ @@ -2018,7 +2060,7 @@ return { [1]="attacks_chance_to_blind_on_hit_%" } }, - [85]={ + [88]={ [1]={ [1]={ limit={ @@ -2043,7 +2085,7 @@ return { [1]="avoid_interruption_while_using_this_skill_%" } }, - [86]={ + [89]={ [1]={ [1]={ [1]={ @@ -2063,7 +2105,7 @@ return { [1]="ball_lightning_base_hit_frequency_ms" } }, - [87]={ + [90]={ [1]={ [1]={ limit={ @@ -2088,7 +2130,7 @@ return { [1]="base_added_cooldown_count" } }, - [88]={ + [91]={ [1]={ [1]={ limit={ @@ -2117,7 +2159,7 @@ return { [1]="base_aura_area_of_effect_+%" } }, - [89]={ + [92]={ [1]={ [1]={ [1]={ @@ -2150,7 +2192,7 @@ return { [1]="base_blackhole_tick_rate_ms" } }, - [90]={ + [93]={ [1]={ [1]={ [1]={ @@ -2170,7 +2212,7 @@ return { [1]="base_blade_vortex_hit_rate_ms" } }, - [91]={ + [94]={ [1]={ [1]={ limit={ @@ -2199,7 +2241,7 @@ return { [1]="base_bleed_duration_+%" } }, - [92]={ + [95]={ [1]={ [1]={ limit={ @@ -2228,7 +2270,7 @@ return { [1]="base_cast_speed_+%" } }, - [93]={ + [96]={ [1]={ [1]={ limit={ @@ -2275,32 +2317,7 @@ return { [2]="always_freeze" } }, - [94]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Ignite" - } - }, - stats={ - [1]="base_chance_to_ignite_%" - } - }, - [95]={ + [97]={ [1]={ [1]={ limit={ @@ -2325,7 +2342,7 @@ return { [1]="base_chance_to_shock_%" } }, - [96]={ + [98]={ [1]={ [1]={ limit={ @@ -2354,7 +2371,7 @@ return { [1]="base_cost_+%" } }, - [97]={ + [99]={ [1]={ [1]={ limit={ @@ -2383,7 +2400,7 @@ return { [1]="base_critical_strike_multiplier_+" } }, - [98]={ + [100]={ [1]={ [1]={ limit={ @@ -2412,40 +2429,7 @@ return { [1]="base_curse_duration_+%" } }, - [99]={ - [1]={ - [1]={ - [1]={ - k="milliseconds_to_seconds_2dp", - v=1 - }, - limit={ - [1]={ - [1]=1000, - [2]=1000 - } - }, - text="Fires a beam every {0} second" - }, - [2]={ - [1]={ - k="milliseconds_to_seconds_2dp", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Fires a beam every {0} seconds" - } - }, - stats={ - [1]="base_galvanic_field_beam_delay_ms" - } - }, - [100]={ + [101]={ [1]={ [1]={ limit={ @@ -2461,7 +2445,7 @@ return { [1]="base_global_chance_to_knockback_%" } }, - [101]={ + [102]={ [1]={ [1]={ limit={ @@ -2490,7 +2474,7 @@ return { [1]="base_killed_monster_dropped_item_rarity_+%" } }, - [102]={ + [103]={ [1]={ [1]={ limit={ @@ -2506,7 +2490,7 @@ return { [1]="base_knockback_distance" } }, - [103]={ + [104]={ [1]={ [1]={ limit={ @@ -2535,7 +2519,7 @@ return { [1]="base_life_cost_+%" } }, - [104]={ + [105]={ [1]={ [1]={ limit={ @@ -2564,7 +2548,7 @@ return { [1]="base_life_gain_per_target" } }, - [105]={ + [106]={ [1]={ [1]={ limit={ @@ -2593,7 +2577,7 @@ return { [1]="base_life_reservation_+%" } }, - [106]={ + [107]={ [1]={ [1]={ limit={ @@ -2622,7 +2606,7 @@ return { [1]="base_mana_cost_-%" } }, - [107]={ + [108]={ [1]={ [1]={ limit={ @@ -2651,7 +2635,7 @@ return { [1]="base_mana_reservation_+%" } }, - [108]={ + [109]={ [1]={ [1]={ [1]={ @@ -2671,7 +2655,7 @@ return { [1]="base_mine_detonation_time_ms" } }, - [109]={ + [110]={ [1]={ [1]={ limit={ @@ -2687,7 +2671,7 @@ return { [1]="base_number_of_arrows" } }, - [110]={ + [111]={ [1]={ [1]={ limit={ @@ -2712,7 +2696,7 @@ return { [1]="base_number_of_bone_offerings_allowed" } }, - [111]={ + [112]={ [1]={ [1]={ limit={ @@ -2737,7 +2721,7 @@ return { [1]="base_number_of_champions_of_light_allowed" } }, - [112]={ + [113]={ [1]={ [1]={ limit={ @@ -2762,7 +2746,7 @@ return { [1]="base_number_of_pain_offerings_allowed" } }, - [113]={ + [114]={ [1]={ [1]={ limit={ @@ -2787,7 +2771,7 @@ return { [1]="base_number_of_power_offerings_allowed" } }, - [114]={ + [115]={ [1]={ [1]={ limit={ @@ -2812,7 +2796,7 @@ return { [1]="base_number_of_relics_allowed" } }, - [115]={ + [116]={ [1]={ [1]={ limit={ @@ -2837,7 +2821,7 @@ return { [1]="base_number_of_skeletal_constructs_allowed" } }, - [116]={ + [117]={ [1]={ [1]={ limit={ @@ -2866,7 +2850,7 @@ return { [1]="base_poison_duration_+%" } }, - [117]={ + [118]={ [1]={ [1]={ limit={ @@ -2895,7 +2879,7 @@ return { [1]="base_projectile_speed_+%" } }, - [118]={ + [119]={ [1]={ [1]={ limit={ @@ -2911,7 +2895,7 @@ return { [1]="base_reduce_enemy_cold_resistance_%" } }, - [119]={ + [120]={ [1]={ [1]={ limit={ @@ -2927,7 +2911,7 @@ return { [1]="base_reduce_enemy_fire_resistance_%" } }, - [120]={ + [121]={ [1]={ [1]={ limit={ @@ -2943,7 +2927,7 @@ return { [1]="base_reduce_enemy_lightning_resistance_%" } }, - [121]={ + [122]={ [1]={ [1]={ limit={ @@ -2972,7 +2956,7 @@ return { [1]="base_reservation_efficiency_+%" } }, - [122]={ + [123]={ [1]={ [1]={ limit={ @@ -3001,7 +2985,7 @@ return { [1]="base_reservation_+%" } }, - [123]={ + [124]={ [1]={ [1]={ limit={ @@ -3030,7 +3014,7 @@ return { [1]="base_skill_area_of_effect_+%" } }, - [124]={ + [125]={ [1]={ [1]={ limit={ @@ -3059,7 +3043,7 @@ return { [1]="base_stun_duration_+%" } }, - [125]={ + [126]={ [1]={ [1]={ limit={ @@ -3075,7 +3059,7 @@ return { [1]="base_use_life_in_place_of_mana" } }, - [126]={ + [127]={ [1]={ [1]={ limit={ @@ -3104,7 +3088,7 @@ return { [1]="base_weapon_trap_rotation_speed_+%" } }, - [127]={ + [128]={ [1]={ [1]={ [1]={ @@ -3124,7 +3108,7 @@ return { [1]="base_weapon_trap_total_rotation_%" } }, - [128]={ + [129]={ [1]={ [1]={ limit={ @@ -3140,7 +3124,7 @@ return { [1]="berserk_base_rage_loss_per_second" } }, - [129]={ + [130]={ [1]={ [1]={ limit={ @@ -3165,7 +3149,7 @@ return { [1]="bladefall_blade_left_in_ground_for_every_X_volleys" } }, - [130]={ + [131]={ [1]={ [1]={ limit={ @@ -3190,7 +3174,7 @@ return { [1]="bladefall_number_of_volleys" } }, - [131]={ + [132]={ [1]={ [1]={ limit={ @@ -3219,7 +3203,7 @@ return { [1]="blades_left_in_ground_+%_final_if_not_hand_cast" } }, - [132]={ + [133]={ [1]={ [1]={ limit={ @@ -3235,7 +3219,7 @@ return { [1]="blasphemy_base_spirit_reservation_per_socketed_curse" } }, - [133]={ + [134]={ [1]={ [1]={ limit={ @@ -3264,7 +3248,7 @@ return { [1]="blind_duration_+%" } }, - [134]={ + [135]={ [1]={ [1]={ limit={ @@ -3280,7 +3264,7 @@ return { [1]="blood_spears_additional_number_of_spears_if_changed_stance_recently" } }, - [135]={ + [136]={ [1]={ [1]={ limit={ @@ -3309,7 +3293,7 @@ return { [1]="blood_spears_base_number_of_spears" } }, - [136]={ + [137]={ [1]={ [1]={ limit={ @@ -3338,7 +3322,7 @@ return { [1]="blood_spears_damage_+%_final_in_blood_stance" } }, - [137]={ + [138]={ [1]={ [1]={ limit={ @@ -3359,7 +3343,7 @@ return { [2]="bone_spear_maximum_added_attack_physical_damage_taken" } }, - [138]={ + [139]={ [1]={ [1]={ limit={ @@ -3380,7 +3364,7 @@ return { [2]="bone_spear_maximum_damage_threshold" } }, - [139]={ + [140]={ [1]={ [1]={ limit={ @@ -3409,7 +3393,7 @@ return { [1]="burn_damage_+%" } }, - [140]={ + [141]={ [1]={ [1]={ limit={ @@ -3434,7 +3418,7 @@ return { [1]="chance_%_when_poison_to_also_poison_another_enemy" } }, - [141]={ + [142]={ [1]={ [1]={ limit={ @@ -3450,7 +3434,7 @@ return { [1]="chance_to_double_stun_duration_%" } }, - [142]={ + [143]={ [1]={ [1]={ limit={ @@ -3466,7 +3450,7 @@ return { [1]="chance_to_fork_extra_projectile_%" } }, - [143]={ + [144]={ [1]={ [1]={ limit={ @@ -3491,7 +3475,7 @@ return { [1]="chance_to_fortify_on_melee_hit_+%" } }, - [144]={ + [145]={ [1]={ [1]={ limit={ @@ -3516,7 +3500,7 @@ return { [1]="chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%" } }, - [145]={ + [146]={ [1]={ [1]={ limit={ @@ -3532,7 +3516,7 @@ return { [1]="chance_to_place_an_additional_mine_%" } }, - [146]={ + [147]={ [1]={ [1]={ limit={ @@ -3557,7 +3541,7 @@ return { [1]="chance_to_scorch_%" } }, - [147]={ + [148]={ [1]={ [1]={ limit={ @@ -3586,7 +3570,7 @@ return { [1]="chaos_damage_+%" } }, - [148]={ + [149]={ [1]={ [1]={ limit={ @@ -3615,7 +3599,7 @@ return { [1]="chill_duration_+%" } }, - [149]={ + [150]={ [1]={ [1]={ limit={ @@ -3644,7 +3628,7 @@ return { [1]="chill_effect_+%" } }, - [150]={ + [151]={ [1]={ [1]={ limit={ @@ -3673,7 +3657,7 @@ return { [1]="circle_of_power_skill_cost_mana_cost_+%" } }, - [151]={ + [152]={ [1]={ [1]={ limit={ @@ -3702,7 +3686,7 @@ return { [1]="cold_ailment_effect_+%" } }, - [152]={ + [153]={ [1]={ [1]={ limit={ @@ -3731,7 +3715,7 @@ return { [1]="cold_damage_+%" } }, - [153]={ + [154]={ [1]={ [1]={ limit={ @@ -3747,7 +3731,7 @@ return { [1]="consecrated_ground_effect_+%" } }, - [154]={ + [155]={ [1]={ [1]={ limit={ @@ -3776,7 +3760,7 @@ return { [1]="consecrated_ground_enemy_damage_taken_+%" } }, - [155]={ + [156]={ [1]={ [1]={ limit={ @@ -3805,7 +3789,7 @@ return { [1]="consecrated_ground_area_+%" } }, - [156]={ + [157]={ [1]={ [1]={ limit={ @@ -3830,7 +3814,7 @@ return { [1]="contagion_spread_on_hit_affected_enemy_%" } }, - [157]={ + [158]={ [1]={ [1]={ limit={ @@ -3859,7 +3843,7 @@ return { [1]="conversation_trap_converted_enemy_damage_+%" } }, - [158]={ + [159]={ [1]={ [1]={ limit={ @@ -3888,7 +3872,7 @@ return { [1]="conversion_trap_converted_enemies_chance_to_taunt_on_hit_%" } }, - [159]={ + [160]={ [1]={ [1]={ limit={ @@ -3904,7 +3888,7 @@ return { [1]="corpse_erruption_base_maximum_number_of_geyers" } }, - [160]={ + [161]={ [1]={ [1]={ limit={ @@ -3933,7 +3917,7 @@ return { [1]="cremation_fires_projectiles_faster_+%_final" } }, - [161]={ + [162]={ [1]={ [1]={ limit={ @@ -3962,7 +3946,7 @@ return { [1]="critical_hit_damaging_ailment_effect_+%" } }, - [162]={ + [163]={ [1]={ [1]={ limit={ @@ -3978,7 +3962,7 @@ return { [1]="critical_multiplier_+%_per_100_max_es_on_shield" } }, - [163]={ + [164]={ [1]={ [1]={ limit={ @@ -4007,7 +3991,7 @@ return { [1]="critical_strike_chance_+%" } }, - [164]={ + [165]={ [1]={ [1]={ limit={ @@ -4036,7 +4020,7 @@ return { [1]="cyclone_max_stages_movement_speed_+%" } }, - [165]={ + [166]={ [1]={ [1]={ limit={ @@ -4065,7 +4049,7 @@ return { [1]="damage_over_time_+%" } }, - [166]={ + [167]={ [1]={ [1]={ limit={ @@ -4094,7 +4078,7 @@ return { [1]="damage_+%" } }, - [167]={ + [168]={ [1]={ [1]={ limit={ @@ -4123,7 +4107,7 @@ return { [1]="damage_+%_per_endurance_charge" } }, - [168]={ + [169]={ [1]={ [1]={ limit={ @@ -4152,7 +4136,7 @@ return { [1]="damage_+%_per_frenzy_charge" } }, - [169]={ + [170]={ [1]={ [1]={ limit={ @@ -4181,7 +4165,7 @@ return { [1]="damage_+%_per_power_charge" } }, - [170]={ + [171]={ [1]={ [1]={ limit={ @@ -4210,7 +4194,7 @@ return { [1]="damage_+%_vs_enemies_on_full_life" } }, - [171]={ + [172]={ [1]={ [1]={ limit={ @@ -4239,7 +4223,7 @@ return { [1]="damage_+%_vs_enemies_per_freeze_shock_ignite" } }, - [172]={ + [173]={ [1]={ [1]={ limit={ @@ -4268,7 +4252,7 @@ return { [1]="damage_+%_vs_frozen_enemies" } }, - [173]={ + [174]={ [1]={ [1]={ limit={ @@ -4297,7 +4281,7 @@ return { [1]="damage_+%_on_full_energy_shield" } }, - [174]={ + [175]={ [1]={ [1]={ limit={ @@ -4326,7 +4310,7 @@ return { [1]="damage_+%_when_on_full_life" } }, - [175]={ + [176]={ [1]={ [1]={ limit={ @@ -4355,7 +4339,7 @@ return { [1]="damage_+%_when_on_low_life" } }, - [176]={ + [177]={ [1]={ [1]={ limit={ @@ -4384,7 +4368,7 @@ return { [1]="damage_vs_cursed_enemies_per_enemy_curse_+%" } }, - [177]={ + [178]={ [1]={ [1]={ limit={ @@ -4400,7 +4384,7 @@ return { [1]="damage_vs_enemies_on_low_life_+%" } }, - [178]={ + [179]={ [1]={ [1]={ [1]={ @@ -4420,7 +4404,7 @@ return { [1]="dash_grants_phasing_after_use_ms" } }, - [179]={ + [180]={ [1]={ [1]={ [1]={ @@ -4440,7 +4424,7 @@ return { [1]="display_base_intensity_loss" } }, - [180]={ + [181]={ [1]={ [1]={ limit={ @@ -4456,7 +4440,7 @@ return { [1]="display_consume_corpse_storage_limit" } }, - [181]={ + [182]={ [1]={ [1]={ limit={ @@ -4472,7 +4456,7 @@ return { [1]="display_frost_fury_additive_cast_speed_modifiers_apply_to_fire_speed" } }, - [182]={ + [183]={ [1]={ [1]={ limit={ @@ -4488,7 +4472,7 @@ return { [1]="divine_tempest_base_number_of_nearby_enemies_to_zap" } }, - [183]={ + [184]={ [1]={ [1]={ limit={ @@ -4504,7 +4488,7 @@ return { [1]="dot_multiplier_+" } }, - [184]={ + [185]={ [1]={ [1]={ limit={ @@ -4533,7 +4517,7 @@ return { [1]="elemental_damage_+%" } }, - [185]={ + [186]={ [1]={ [1]={ limit={ @@ -4645,7 +4629,7 @@ return { [2]="empower_barrage_number_of_barrage_repeats_per_frenzy_charge" } }, - [186]={ + [187]={ [1]={ [1]={ [1]={ @@ -4700,7 +4684,7 @@ return { [2]="quality_display_barrage_is_gem" } }, - [187]={ + [188]={ [1]={ [1]={ limit={ @@ -4716,7 +4700,7 @@ return { [1]="enemy_phys_reduction_%_penalty_vs_hit" } }, - [188]={ + [189]={ [1]={ [1]={ limit={ @@ -4741,7 +4725,7 @@ return { [1]="ethereal_knives_blade_left_in_ground_for_every_X_projectiles" } }, - [189]={ + [190]={ [1]={ [1]={ limit={ @@ -4757,7 +4741,7 @@ return { [1]="faster_bleed_%" } }, - [190]={ + [191]={ [1]={ [1]={ limit={ @@ -4766,7 +4750,7 @@ return { [2]="#" } }, - text="Ignites you inflict deal Damage {0}% faster" + text="Ignites you inflict with this skill deal Damage {0}% faster" }, [2]={ [1]={ @@ -4779,14 +4763,14 @@ return { [2]=-1 } }, - text="Ignites you inflict deal Damage {0}% slower" + text="Ignites you inflict with this skill deal Damage {0}% slower" } }, stats={ [1]="faster_burn_%" } }, - [191]={ + [192]={ [1]={ [1]={ limit={ @@ -4802,7 +4786,7 @@ return { [1]="faster_poison_%" } }, - [192]={ + [193]={ [1]={ [1]={ limit={ @@ -4831,7 +4815,7 @@ return { [1]="fire_damage_+%" } }, - [193]={ + [194]={ [1]={ [1]={ limit={ @@ -4860,7 +4844,7 @@ return { [1]="firestorm_explosion_area_of_effect_+%" } }, - [194]={ + [195]={ [1]={ [1]={ limit={ @@ -4881,7 +4865,7 @@ return { [2]="flame_link_maximum_fire_damage" } }, - [195]={ + [196]={ [1]={ [1]={ limit={ @@ -4897,7 +4881,7 @@ return { [1]="flame_link_added_fire_damage_from_life_%" } }, - [196]={ + [197]={ [1]={ [1]={ limit={ @@ -4926,7 +4910,7 @@ return { [1]="fortify_duration_+%" } }, - [197]={ + [198]={ [1]={ [1]={ limit={ @@ -4955,7 +4939,7 @@ return { [1]="freeze_duration_+%" } }, - [198]={ + [199]={ [1]={ [1]={ limit={ @@ -4971,7 +4955,7 @@ return { [1]="freezing_bolt_chill_maximum_magnitude_override" } }, - [199]={ + [200]={ [1]={ [1]={ limit={ @@ -4996,7 +4980,7 @@ return { [1]="galvanic_field_beam_frequency_+%" } }, - [200]={ + [201]={ [1]={ [1]={ limit={ @@ -5021,7 +5005,7 @@ return { [1]="galvanic_field_maximum_number_of_spheres" } }, - [201]={ + [202]={ [1]={ [1]={ limit={ @@ -5037,7 +5021,7 @@ return { [1]="global_chance_to_blind_on_hit_%" } }, - [202]={ + [203]={ [1]={ [1]={ limit={ @@ -5058,7 +5042,7 @@ return { [2]="global_maximum_added_chaos_damage" } }, - [203]={ + [204]={ [1]={ [1]={ limit={ @@ -5079,7 +5063,7 @@ return { [2]="global_maximum_added_cold_damage" } }, - [204]={ + [205]={ [1]={ [1]={ limit={ @@ -5100,7 +5084,7 @@ return { [2]="global_maximum_added_fire_damage" } }, - [205]={ + [206]={ [1]={ [1]={ limit={ @@ -5121,7 +5105,7 @@ return { [2]="global_maximum_added_lightning_damage" } }, - [206]={ + [207]={ [1]={ [1]={ limit={ @@ -5142,22 +5126,6 @@ return { [2]="global_maximum_added_physical_damage" } }, - [207]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% reduced Enemy Block Chance" - } - }, - stats={ - [1]="global_reduce_enemy_block_%" - } - }, [208]={ [1]={ [1]={ @@ -6172,13 +6140,32 @@ return { [249]={ [1]={ [1]={ + limit={ + }, + text="Chains an additional time" + }, + [2]={ + limit={ + }, + text="Chains {0:+d} additional times" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Chains {0} time" + }, + [4]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Chains {0} Times" + text="Chains {0} times" } }, stats={ @@ -6415,7 +6402,7 @@ return { [2]=1000 } }, - text="Fires a bolt every second, and when you use a Lightning Skill near the Orb" + text="Fires a bolt every second, and when you\ncast a Spell near the Orb" }, [2]={ [1]={ @@ -6428,7 +6415,7 @@ return { [2]="#" } }, - text="Fires a bolt every {0} seconds, and when you use a Lightning Skill near the Orb" + text="Fires a bolt every {0} seconds, and when you\ncast a Spell near the Orb" } }, stats={ @@ -6911,22 +6898,6 @@ return { } }, [279]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% reduced Enemy chance to Dodge" - } - }, - stats={ - [1]="reduce_enemy_dodge_%" - } - }, - [280]={ [1]={ [1]={ limit={ @@ -6942,7 +6913,7 @@ return { [1]="regenerate_x_life_over_1_second_on_skill_use_or_trigger" } }, - [281]={ + [280]={ [1]={ [1]={ limit={ @@ -6958,7 +6929,7 @@ return { [1]="ritual_of_power_maximum_number_of_rituals" } }, - [282]={ + [281]={ [1]={ [1]={ limit={ @@ -6987,7 +6958,7 @@ return { [1]="seismic_trap_frequency_+%" } }, - [283]={ + [282]={ [1]={ [1]={ [1]={ @@ -7020,7 +6991,7 @@ return { [1]="shapeshift_to_bear_added_attack_time_ms" } }, - [284]={ + [283]={ [1]={ [1]={ [1]={ @@ -7053,7 +7024,7 @@ return { [1]="shapeshift_to_bear_added_cast_time_ms" } }, - [285]={ + [284]={ [1]={ [1]={ limit={ @@ -7082,7 +7053,7 @@ return { [1]="shock_duration_+%" } }, - [286]={ + [285]={ [1]={ [1]={ limit={ @@ -7098,7 +7069,7 @@ return { [1]="skill_base_chaos_damage_%_maximum_energy_shield" } }, - [287]={ + [286]={ [1]={ [1]={ limit={ @@ -7114,7 +7085,7 @@ return { [1]="skill_base_chaos_damage_%_maximum_life" } }, - [288]={ + [287]={ [1]={ [1]={ [1]={ @@ -7134,7 +7105,7 @@ return { [1]="skill_raging_spirit_per_x_radius" } }, - [289]={ + [288]={ [1]={ [1]={ limit={ @@ -7159,7 +7130,7 @@ return { [1]="skill_raging_spirits_max_per_action" } }, - [290]={ + [289]={ [1]={ [1]={ limit={ @@ -7175,7 +7146,7 @@ return { [1]="snapping_adder_chance_to_release_projectile_when_hit_%" } }, - [291]={ + [290]={ [1]={ [1]={ limit={ @@ -7196,7 +7167,7 @@ return { [2]="soulfeast_take_%_maximum_energy_shield_as_chaos_damage" } }, - [292]={ + [291]={ [1]={ [1]={ [1]={ @@ -7229,7 +7200,7 @@ return { [1]="spear_wall_cm_per_spear" } }, - [293]={ + [292]={ [1]={ [1]={ limit={ @@ -7254,7 +7225,7 @@ return { [1]="spectral_spiral_weapon_base_number_of_bounces" } }, - [294]={ + [293]={ [1]={ [1]={ [1]={ @@ -7274,7 +7245,7 @@ return { [1]="spell_cast_time_added_to_cooldown_if_triggered" } }, - [295]={ + [294]={ [1]={ [1]={ limit={ @@ -7303,7 +7274,7 @@ return { [1]="spell_damage_+%" } }, - [296]={ + [295]={ [1]={ [1]={ limit={ @@ -7319,7 +7290,7 @@ return { [1]="static_strike_number_of_beam_targets" } }, - [297]={ + [296]={ [1]={ [1]={ limit={ @@ -7350,7 +7321,7 @@ return { [4]="storm_blade_maximum_lightning_damage_from_es_%" } }, - [298]={ + [297]={ [1]={ [1]={ limit={ @@ -7366,7 +7337,7 @@ return { [1]="storm_blade_damage_+%_final_with_two_hand_weapon" } }, - [299]={ + [298]={ [1]={ [1]={ limit={ @@ -7382,7 +7353,7 @@ return { [1]="active_skill_display_does_intensity_stuff" } }, - [300]={ + [299]={ [1]={ [1]={ limit={ @@ -7411,7 +7382,7 @@ return { [1]="support_trap_damage_+%_final" } }, - [301]={ + [300]={ [1]={ [1]={ limit={ @@ -7440,7 +7411,7 @@ return { [1]="tempest_bell_area_of_effect_+%_final_per_1_unit_of_knockback" } }, - [302]={ + [301]={ [1]={ [1]={ limit={ @@ -7456,7 +7427,7 @@ return { [1]="tempest_bell_physical_damage_%_as_elemental_per_ailment" } }, - [303]={ + [302]={ [1]={ [1]={ limit={ @@ -7485,7 +7456,7 @@ return { [1]="tornado_only_primary_duration_+%" } }, - [304]={ + [303]={ [1]={ [1]={ limit={ @@ -7510,7 +7481,7 @@ return { [1]="tornado_shot_num_of_secondary_projectiles" } }, - [305]={ + [304]={ [1]={ [1]={ [1]={ @@ -7594,7 +7565,7 @@ return { [2]="leap_slam_added_attack_time_by_distance_ms" } }, - [306]={ + [305]={ [1]={ [1]={ [1]={ @@ -7627,7 +7598,7 @@ return { [1]="total_cast_time_+_ms" } }, - [307]={ + [306]={ [1]={ [1]={ limit={ @@ -7643,7 +7614,7 @@ return { [1]="totems_explode_on_death_for_%_life_as_physical" } }, - [308]={ + [307]={ [1]={ [1]={ [1]={ @@ -7663,7 +7634,7 @@ return { [1]="totems_regenerate_%_life_per_minute" } }, - [309]={ + [308]={ [1]={ [1]={ limit={ @@ -7692,7 +7663,7 @@ return { [1]="trap_damage_+%" } }, - [310]={ + [309]={ [1]={ [1]={ limit={ @@ -7721,7 +7692,7 @@ return { [1]="trap_duration_+%" } }, - [311]={ + [310]={ [1]={ [1]={ limit={ @@ -7750,7 +7721,7 @@ return { [1]="trap_throwing_speed_+%" } }, - [312]={ + [311]={ [1]={ [1]={ limit={ @@ -7779,7 +7750,7 @@ return { [1]="trap_trigger_radius_+%" } }, - [313]={ + [312]={ [1]={ [1]={ limit={ @@ -7795,7 +7766,7 @@ return { [1]="unearth_base_corpse_level" } }, - [314]={ + [313]={ [1]={ [1]={ limit={ @@ -7820,7 +7791,7 @@ return { [1]="vaal_lightning_arrow_number_of_redirects" } }, - [315]={ + [314]={ [1]={ [1]={ limit={ @@ -7836,7 +7807,7 @@ return { [1]="vaal_lightning_arrow_fork_and_chain_modifiers_apply_to_number_of_redirects" } }, - [316]={ + [315]={ [1]={ [1]={ [1]={ @@ -7869,7 +7840,7 @@ return { [1]="vaal_storm_call_base_delay_ms" } }, - [317]={ + [316]={ [1]={ [1]={ limit={ @@ -7885,7 +7856,7 @@ return { [1]="volatile_dead_base_number_of_corpses_to_consume" } }, - [318]={ + [317]={ [1]={ [1]={ limit={ @@ -7901,7 +7872,7 @@ return { [1]="volatile_dead_max_cores_allowed" } }, - [319]={ + [318]={ [1]={ [1]={ limit={ @@ -7926,7 +7897,7 @@ return { [1]="volcanic_fissure_base_maximum_number_of_fissures" } }, - [320]={ + [319]={ [1]={ [1]={ limit={ @@ -7955,7 +7926,7 @@ return { [1]="warcry_speed_+%" } }, - [321]={ + [320]={ [1]={ [1]={ limit={ @@ -7984,7 +7955,7 @@ return { [1]="weapon_elemental_damage_+%" } }, - [322]={ + [321]={ [1]={ [1]={ limit={ @@ -8013,7 +7984,7 @@ return { [1]="weapon_trap_rotation_speed_+%_if_dual_wielding" } }, - [323]={ + [322]={ [1]={ [1]={ [1]={ @@ -8033,220 +8004,219 @@ return { [1]="weapon_trap_total_rotation_%_if_dual_wielding" } }, - ["accuracy_rating"]=41, - ["accuracy_rating_+%"]=42, + ["accuracy_rating"]=44, + ["accuracy_rating_+%"]=45, ["active_skill_additional_projectiles_description_mode"]=248, - ["active_skill_area_damage_+%_final"]=30, - ["active_skill_attack_damage_+%_final"]=10, - ["active_skill_attack_damage_+%_final_with_two_handed_weapon"]=43, - ["active_skill_attack_damage_final_permyriad"]=12, - ["active_skill_attack_speed_+%_final_with_two_handed_weapon"]=44, - ["active_skill_base_cold_damage_%_to_convert_to_fire"]=45, - ["active_skill_base_fire_damage_%_to_convert_to_chaos"]=46, - ["active_skill_base_lightning_damage_%_to_convert_to_chaos"]=47, - ["active_skill_base_physical_damage_%_to_convert_to_chaos"]=49, - ["active_skill_base_physical_damage_%_to_convert_to_cold"]=50, - ["active_skill_base_physical_damage_%_to_convert_to_fire"]=51, - ["active_skill_base_physical_damage_%_to_convert_to_lightning"]=52, - ["active_skill_base_physical_damage_%_to_gain_as_cold"]=48, - ["active_skill_base_stored_corpse_cost"]=53, - ["active_skill_brands_allowed_on_enemy_+"]=54, - ["active_skill_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value"]=55, - ["active_skill_cast_speed_+%_final"]=56, - ["active_skill_critical_strike_chance_+%_final"]=57, - ["active_skill_damage_+%_final"]=13, - ["active_skill_display_does_intensity_stuff"]=299, - ["active_skill_display_suppress_physical_to_cold_damage_conversion"]=50, - ["active_skill_minion_damage_+%_final"]=14, - ["active_skill_minion_physical_damage_+%_final"]=15, - ["active_skill_physical_damage_+%_final"]=16, - ["active_skill_poison_duration_+%_final"]=58, - ["active_skill_quality_damage_+%_final"]=59, - ["active_skill_quality_duration_+%_final"]=60, - ["add_power_charge_on_kill_%_chance"]=61, - ["additional_base_critical_strike_chance"]=62, - ["additive_cast_speed_modifiers_apply_to_sigil_repeat_frequency"]=38, - ["additive_mine_duration_modifiers_apply_to_buff_effect_duration"]=63, - ["alt_attack_container_main_hand_base_weapon_attack_duration_ms"]=64, - ["alt_attack_container_main_hand_weapon_critical_strike_chance"]=65, - ["alt_attack_container_main_hand_weapon_maximum_cold_damage"]=66, - ["alt_attack_container_main_hand_weapon_maximum_lightning_damage"]=67, - ["alt_attack_container_main_hand_weapon_maximum_physical_damage"]=68, - ["alt_attack_container_main_hand_weapon_minimum_cold_damage"]=66, - ["alt_attack_container_main_hand_weapon_minimum_lightning_damage"]=67, - ["alt_attack_container_main_hand_weapon_minimum_physical_damage"]=68, - ["always_freeze"]=93, - ["ancestor_totem_buff_effect_+%"]=69, - ["ancestor_totem_parent_activation_range_+%"]=70, - ["animate_item_maximum_level_requirement"]=40, - ["arc_chain_hit_damage_+%_final"]=71, - ["area_damage_+%"]=72, - ["area_of_effect_+%_while_dead"]=73, - ["arsonist_destructive_link_%_of_life_as_fire_damage"]=74, - ["attack_and_cast_speed_+%"]=75, - ["attack_and_cast_speed_+%_during_onslaught"]=76, - ["attack_maximum_added_chaos_damage"]=77, - ["attack_maximum_added_cold_damage"]=78, - ["attack_maximum_added_fire_damage"]=79, - ["attack_maximum_added_lightning_damage"]=80, - ["attack_maximum_added_physical_damage"]=81, - ["attack_minimum_added_chaos_damage"]=77, - ["attack_minimum_added_cold_damage"]=78, - ["attack_minimum_added_fire_damage"]=79, - ["attack_minimum_added_lightning_damage"]=80, - ["attack_minimum_added_physical_damage"]=81, - ["attack_skills_additional_ballista_totems_allowed"]=33, - ["attack_speed_+%"]=82, - ["attack_speed_+%_granted_from_skill"]=83, - ["attacks_chance_to_blind_on_hit_%"]=84, - ["aura_effect_+%"]=23, - ["avoid_interruption_while_using_this_skill_%"]=85, - ["ball_lightning_base_hit_frequency_ms"]=86, - ["base_added_cooldown_count"]=87, - ["base_aura_area_of_effect_+%"]=88, - ["base_blackhole_tick_rate_ms"]=89, - ["base_blade_vortex_hit_rate_ms"]=90, - ["base_bleed_duration_+%"]=91, - ["base_buff_duration_ms_+_per_removable_endurance_charge"]=26, - ["base_cast_speed_+%"]=92, - ["base_chance_to_freeze_%"]=93, - ["base_chance_to_ignite_%"]=94, - ["base_chance_to_shock_%"]=95, - ["base_cost_+%"]=96, - ["base_critical_strike_multiplier_+"]=97, - ["base_curse_duration_+%"]=98, - ["base_galvanic_field_beam_delay_ms"]=99, - ["base_global_chance_to_knockback_%"]=100, - ["base_killed_monster_dropped_item_rarity_+%"]=101, - ["base_knockback_distance"]=102, - ["base_life_cost_+%"]=103, - ["base_life_gain_per_target"]=104, - ["base_life_reservation_+%"]=105, - ["base_mana_cost_-%"]=106, - ["base_mana_reservation_+%"]=107, - ["base_melee_attack_repeat_count"]=39, - ["base_mine_detonation_time_ms"]=108, - ["base_number_of_arrows"]=109, - ["base_number_of_bone_offerings_allowed"]=110, - ["base_number_of_champions_of_light_allowed"]=111, - ["base_number_of_golems_allowed"]=32, - ["base_number_of_pain_offerings_allowed"]=112, - ["base_number_of_power_offerings_allowed"]=113, - ["base_number_of_raging_spirits_allowed"]=21, + ["active_skill_area_damage_+%_final"]=33, + ["active_skill_attack_damage_+%_final"]=13, + ["active_skill_attack_damage_+%_final_with_two_handed_weapon"]=46, + ["active_skill_attack_damage_final_permyriad"]=15, + ["active_skill_attack_speed_+%_final_with_two_handed_weapon"]=47, + ["active_skill_base_cold_damage_%_to_convert_to_fire"]=48, + ["active_skill_base_fire_damage_%_to_convert_to_chaos"]=49, + ["active_skill_base_lightning_damage_%_to_convert_to_chaos"]=50, + ["active_skill_base_physical_damage_%_to_convert_to_chaos"]=52, + ["active_skill_base_physical_damage_%_to_convert_to_cold"]=53, + ["active_skill_base_physical_damage_%_to_convert_to_fire"]=54, + ["active_skill_base_physical_damage_%_to_convert_to_lightning"]=55, + ["active_skill_base_physical_damage_%_to_gain_as_cold"]=51, + ["active_skill_base_stored_corpse_cost"]=56, + ["active_skill_brands_allowed_on_enemy_+"]=57, + ["active_skill_cannot_manually_reload"]=1, + ["active_skill_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value"]=58, + ["active_skill_cast_speed_+%_final"]=59, + ["active_skill_critical_strike_chance_+%_final"]=60, + ["active_skill_damage_+%_final"]=16, + ["active_skill_display_does_intensity_stuff"]=298, + ["active_skill_display_suppress_physical_to_cold_damage_conversion"]=53, + ["active_skill_has_%_standard_scaling_attack_damage"]=2, + ["active_skill_minion_damage_+%_final"]=17, + ["active_skill_minion_physical_damage_+%_final"]=18, + ["active_skill_physical_damage_+%_final"]=19, + ["active_skill_poison_duration_+%_final"]=61, + ["active_skill_quality_damage_+%_final"]=62, + ["active_skill_quality_duration_+%_final"]=63, + ["add_power_charge_on_kill_%_chance"]=64, + ["additional_base_critical_strike_chance"]=65, + ["additive_cast_speed_modifiers_apply_to_sigil_repeat_frequency"]=41, + ["additive_mine_duration_modifiers_apply_to_buff_effect_duration"]=66, + ["alt_attack_container_main_hand_base_weapon_attack_duration_ms"]=67, + ["alt_attack_container_main_hand_weapon_critical_strike_chance"]=68, + ["alt_attack_container_main_hand_weapon_maximum_cold_damage"]=69, + ["alt_attack_container_main_hand_weapon_maximum_lightning_damage"]=70, + ["alt_attack_container_main_hand_weapon_maximum_physical_damage"]=71, + ["alt_attack_container_main_hand_weapon_minimum_cold_damage"]=69, + ["alt_attack_container_main_hand_weapon_minimum_lightning_damage"]=70, + ["alt_attack_container_main_hand_weapon_minimum_physical_damage"]=71, + ["always_freeze"]=96, + ["ancestor_totem_buff_effect_+%"]=72, + ["ancestor_totem_parent_activation_range_+%"]=73, + ["animate_item_maximum_level_requirement"]=43, + ["arc_chain_hit_damage_+%_final"]=74, + ["area_damage_+%"]=75, + ["area_of_effect_+%_while_dead"]=76, + ["arsonist_destructive_link_%_of_life_as_fire_damage"]=77, + ["attack_and_cast_speed_+%"]=78, + ["attack_and_cast_speed_+%_during_onslaught"]=79, + ["attack_maximum_added_chaos_damage"]=80, + ["attack_maximum_added_cold_damage"]=81, + ["attack_maximum_added_fire_damage"]=82, + ["attack_maximum_added_lightning_damage"]=83, + ["attack_maximum_added_physical_damage"]=84, + ["attack_minimum_added_chaos_damage"]=80, + ["attack_minimum_added_cold_damage"]=81, + ["attack_minimum_added_fire_damage"]=82, + ["attack_minimum_added_lightning_damage"]=83, + ["attack_minimum_added_physical_damage"]=84, + ["attack_skills_additional_ballista_totems_allowed"]=36, + ["attack_speed_+%"]=85, + ["attack_speed_+%_granted_from_skill"]=86, + ["attacks_chance_to_blind_on_hit_%"]=87, + ["aura_effect_+%"]=26, + ["avoid_interruption_while_using_this_skill_%"]=88, + ["ball_lightning_base_hit_frequency_ms"]=89, + ["base_added_cooldown_count"]=90, + ["base_aura_area_of_effect_+%"]=91, + ["base_blackhole_tick_rate_ms"]=92, + ["base_blade_vortex_hit_rate_ms"]=93, + ["base_bleed_duration_+%"]=94, + ["base_buff_duration_ms_+_per_removable_endurance_charge"]=29, + ["base_cast_speed_+%"]=95, + ["base_chance_to_freeze_%"]=96, + ["base_chance_to_shock_%"]=97, + ["base_cost_+%"]=98, + ["base_critical_strike_multiplier_+"]=99, + ["base_curse_duration_+%"]=100, + ["base_global_chance_to_knockback_%"]=101, + ["base_killed_monster_dropped_item_rarity_+%"]=102, + ["base_knockback_distance"]=103, + ["base_life_cost_+%"]=104, + ["base_life_gain_per_target"]=105, + ["base_life_reservation_+%"]=106, + ["base_mana_cost_-%"]=107, + ["base_mana_reservation_+%"]=108, + ["base_melee_attack_repeat_count"]=42, + ["base_mine_detonation_time_ms"]=109, + ["base_number_of_arrows"]=110, + ["base_number_of_bone_offerings_allowed"]=111, + ["base_number_of_champions_of_light_allowed"]=112, + ["base_number_of_golems_allowed"]=35, + ["base_number_of_pain_offerings_allowed"]=113, + ["base_number_of_power_offerings_allowed"]=114, + ["base_number_of_raging_spirits_allowed"]=24, ["base_number_of_reapers_allowed"]=255, - ["base_number_of_relics_allowed"]=114, - ["base_number_of_skeletal_constructs_allowed"]=115, - ["base_number_of_skeletons_allowed"]=20, - ["base_number_of_spectres_allowed"]=19, - ["base_number_of_totems_allowed"]=34, - ["base_number_of_zombies_allowed"]=18, - ["base_poison_duration_+%"]=116, - ["base_projectile_speed_+%"]=117, - ["base_reduce_enemy_cold_resistance_%"]=118, - ["base_reduce_enemy_fire_resistance_%"]=119, - ["base_reduce_enemy_lightning_resistance_%"]=120, - ["base_reservation_+%"]=122, - ["base_reservation_efficiency_+%"]=121, - ["base_sigil_repeat_frequency_ms"]=36, - ["base_skill_area_of_effect_+%"]=123, - ["base_spell_repeat_count"]=31, - ["base_stun_duration_+%"]=124, - ["base_use_life_in_place_of_mana"]=125, - ["base_weapon_trap_rotation_speed_+%"]=126, - ["base_weapon_trap_total_rotation_%"]=127, - ["berserk_base_rage_loss_per_second"]=128, - ["bladefall_blade_left_in_ground_for_every_X_volleys"]=129, - ["bladefall_number_of_volleys"]=130, - ["blades_left_in_ground_+%_final_if_not_hand_cast"]=131, - ["blasphemy_base_spirit_reservation_per_socketed_curse"]=132, - ["blind_duration_+%"]=133, - ["blood_spears_additional_number_of_spears_if_changed_stance_recently"]=134, - ["blood_spears_base_number_of_spears"]=135, - ["blood_spears_damage_+%_final_in_blood_stance"]=136, - ["bone_spear_maximum_added_attack_physical_damage_taken"]=137, - ["bone_spear_maximum_damage_threshold"]=138, - ["bone_spear_minimum_added_attack_physical_damage_taken"]=137, - ["bone_spear_minimum_damage_threshold"]=138, - ["buff_duration_+%"]=27, - ["burn_damage_+%"]=139, - ["chance_%_when_poison_to_also_poison_another_enemy"]=140, - ["chance_to_double_stun_duration_%"]=141, - ["chance_to_fork_extra_projectile_%"]=142, - ["chance_to_fortify_on_melee_hit_+%"]=143, - ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=144, - ["chance_to_place_an_additional_mine_%"]=145, - ["chance_to_scorch_%"]=146, - ["chaos_damage_+%"]=147, - ["chill_duration_+%"]=148, - ["chill_effect_+%"]=149, - ["circle_of_power_skill_cost_mana_cost_+%"]=150, - ["cold_ailment_effect_+%"]=151, - ["cold_damage_+%"]=152, - ["consecrated_ground_area_+%"]=155, - ["consecrated_ground_effect_+%"]=153, - ["consecrated_ground_enemy_damage_taken_+%"]=154, - ["contagion_spread_on_hit_affected_enemy_%"]=156, - ["conversation_trap_converted_enemy_damage_+%"]=157, - ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=158, - ["corpse_erruption_base_maximum_number_of_geyers"]=159, - ["cremation_fires_projectiles_faster_+%_final"]=160, - ["critical_hit_damaging_ailment_effect_+%"]=161, - ["critical_multiplier_+%_per_100_max_es_on_shield"]=162, - ["critical_strike_chance_+%"]=163, - ["cyclone_max_stages_movement_speed_+%"]=164, - ["damage_+%"]=166, - ["damage_+%_on_full_energy_shield"]=173, - ["damage_+%_per_endurance_charge"]=167, - ["damage_+%_per_frenzy_charge"]=168, - ["damage_+%_per_power_charge"]=169, - ["damage_+%_vs_enemies_on_full_life"]=170, - ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=171, - ["damage_+%_vs_frozen_enemies"]=172, - ["damage_+%_when_on_full_life"]=174, - ["damage_+%_when_on_low_life"]=175, - ["damage_over_time_+%"]=165, - ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=176, - ["damage_vs_enemies_on_low_life_+%"]=177, - ["dash_grants_phasing_after_use_ms"]=178, - ["display_base_intensity_loss"]=179, - ["display_consume_corpse_storage_limit"]=180, - ["display_frost_fury_additive_cast_speed_modifiers_apply_to_fire_speed"]=181, - ["display_minion_base_maximum_life"]=29, - ["divine_tempest_base_number_of_nearby_enemies_to_zap"]=182, - ["dot_multiplier_+"]=183, - ["elemental_damage_+%"]=184, - ["empower_barrage_base_number_of_barrage_repeats"]=185, - ["empower_barrage_damage_-%_final_with_repeated_projectiles"]=186, - ["empower_barrage_number_of_barrage_repeats_per_frenzy_charge"]=185, - ["enemy_phys_reduction_%_penalty_vs_hit"]=187, - ["ethereal_knives_blade_left_in_ground_for_every_X_projectiles"]=188, - ["eye_of_winter_base_explosion_shards"]=35, - ["faster_bleed_%"]=189, - ["faster_burn_%"]=190, - ["faster_poison_%"]=191, - ["fire_damage_+%"]=192, - ["firestorm_explosion_area_of_effect_+%"]=193, - ["flame_link_added_fire_damage_from_life_%"]=195, - ["flame_link_maximum_fire_damage"]=194, - ["flame_link_minimum_fire_damage"]=194, - ["fortify_duration_+%"]=196, - ["freeze_duration_+%"]=197, - ["freezing_bolt_chill_maximum_magnitude_override"]=198, + ["base_number_of_relics_allowed"]=115, + ["base_number_of_skeletal_constructs_allowed"]=116, + ["base_number_of_skeletons_allowed"]=23, + ["base_number_of_spectres_allowed"]=22, + ["base_number_of_totems_allowed"]=37, + ["base_number_of_zombies_allowed"]=21, + ["base_poison_duration_+%"]=117, + ["base_projectile_speed_+%"]=118, + ["base_reduce_enemy_cold_resistance_%"]=119, + ["base_reduce_enemy_fire_resistance_%"]=120, + ["base_reduce_enemy_lightning_resistance_%"]=121, + ["base_reservation_+%"]=123, + ["base_reservation_efficiency_+%"]=122, + ["base_sigil_repeat_frequency_ms"]=39, + ["base_skill_area_of_effect_+%"]=124, + ["base_spell_repeat_count"]=34, + ["base_stun_duration_+%"]=125, + ["base_use_life_in_place_of_mana"]=126, + ["base_weapon_trap_rotation_speed_+%"]=127, + ["base_weapon_trap_total_rotation_%"]=128, + ["berserk_base_rage_loss_per_second"]=129, + ["bladefall_blade_left_in_ground_for_every_X_volleys"]=130, + ["bladefall_number_of_volleys"]=131, + ["blades_left_in_ground_+%_final_if_not_hand_cast"]=132, + ["blasphemy_base_spirit_reservation_per_socketed_curse"]=133, + ["blind_duration_+%"]=134, + ["blood_spears_additional_number_of_spears_if_changed_stance_recently"]=135, + ["blood_spears_base_number_of_spears"]=136, + ["blood_spears_damage_+%_final_in_blood_stance"]=137, + ["bone_spear_maximum_added_attack_physical_damage_taken"]=138, + ["bone_spear_maximum_damage_threshold"]=139, + ["bone_spear_minimum_added_attack_physical_damage_taken"]=138, + ["bone_spear_minimum_damage_threshold"]=139, + ["buff_duration_+%"]=30, + ["burn_damage_+%"]=140, + ["chance_%_when_poison_to_also_poison_another_enemy"]=141, + ["chance_to_double_stun_duration_%"]=142, + ["chance_to_fork_extra_projectile_%"]=143, + ["chance_to_fortify_on_melee_hit_+%"]=144, + ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=145, + ["chance_to_place_an_additional_mine_%"]=146, + ["chance_to_scorch_%"]=147, + ["chaos_damage_+%"]=148, + ["chill_duration_+%"]=149, + ["chill_effect_+%"]=150, + ["circle_of_power_skill_cost_mana_cost_+%"]=151, + ["cold_ailment_effect_+%"]=152, + ["cold_damage_+%"]=153, + ["consecrated_ground_area_+%"]=156, + ["consecrated_ground_effect_+%"]=154, + ["consecrated_ground_enemy_damage_taken_+%"]=155, + ["contagion_spread_on_hit_affected_enemy_%"]=157, + ["conversation_trap_converted_enemy_damage_+%"]=158, + ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=159, + ["corpse_erruption_base_maximum_number_of_geyers"]=160, + ["cremation_fires_projectiles_faster_+%_final"]=161, + ["critical_hit_damaging_ailment_effect_+%"]=162, + ["critical_multiplier_+%_per_100_max_es_on_shield"]=163, + ["critical_strike_chance_+%"]=164, + ["cyclone_max_stages_movement_speed_+%"]=165, + ["damage_+%"]=167, + ["damage_+%_on_full_energy_shield"]=174, + ["damage_+%_per_endurance_charge"]=168, + ["damage_+%_per_frenzy_charge"]=169, + ["damage_+%_per_power_charge"]=170, + ["damage_+%_vs_enemies_on_full_life"]=171, + ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=172, + ["damage_+%_vs_frozen_enemies"]=173, + ["damage_+%_when_on_full_life"]=175, + ["damage_+%_when_on_low_life"]=176, + ["damage_over_time_+%"]=166, + ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=177, + ["damage_vs_enemies_on_low_life_+%"]=178, + ["dash_grants_phasing_after_use_ms"]=179, + ["display_base_intensity_loss"]=180, + ["display_consume_corpse_storage_limit"]=181, + ["display_frost_fury_additive_cast_speed_modifiers_apply_to_fire_speed"]=182, + ["display_minion_base_maximum_life"]=32, + ["divine_tempest_base_number_of_nearby_enemies_to_zap"]=183, + ["dot_multiplier_+"]=184, + ["elemental_damage_+%"]=185, + ["empower_barrage_base_number_of_barrage_repeats"]=186, + ["empower_barrage_damage_-%_final_with_repeated_projectiles"]=187, + ["empower_barrage_number_of_barrage_repeats_per_frenzy_charge"]=186, + ["enemy_phys_reduction_%_penalty_vs_hit"]=188, + ["ethereal_knives_blade_left_in_ground_for_every_X_projectiles"]=189, + ["eye_of_winter_base_explosion_shards"]=38, + ["faster_bleed_%"]=190, + ["faster_burn_%"]=191, + ["faster_poison_%"]=192, + ["fire_damage_+%"]=193, + ["firestorm_explosion_area_of_effect_+%"]=194, + ["flame_link_added_fire_damage_from_life_%"]=196, + ["flame_link_maximum_fire_damage"]=195, + ["flame_link_minimum_fire_damage"]=195, + ["fortify_duration_+%"]=197, + ["freeze_duration_+%"]=198, + ["freezing_bolt_chill_maximum_magnitude_override"]=199, ["frozen_locus_stat_suppression"]=213, - ["galvanic_field_beam_frequency_+%"]=199, - ["galvanic_field_maximum_number_of_spheres"]=200, - ["global_chance_to_blind_on_hit_%"]=201, - ["global_maximum_added_chaos_damage"]=202, - ["global_maximum_added_cold_damage"]=203, - ["global_maximum_added_fire_damage"]=204, - ["global_maximum_added_lightning_damage"]=205, - ["global_maximum_added_physical_damage"]=206, - ["global_minimum_added_chaos_damage"]=202, - ["global_minimum_added_cold_damage"]=203, - ["global_minimum_added_fire_damage"]=204, - ["global_minimum_added_lightning_damage"]=205, - ["global_minimum_added_physical_damage"]=206, - ["global_reduce_enemy_block_%"]=207, + ["galvanic_field_beam_frequency_+%"]=200, + ["galvanic_field_maximum_number_of_spheres"]=201, + ["global_chance_to_blind_on_hit_%"]=202, + ["global_maximum_added_chaos_damage"]=203, + ["global_maximum_added_cold_damage"]=204, + ["global_maximum_added_fire_damage"]=205, + ["global_maximum_added_lightning_damage"]=206, + ["global_maximum_added_physical_damage"]=207, + ["global_minimum_added_chaos_damage"]=203, + ["global_minimum_added_cold_damage"]=204, + ["global_minimum_added_fire_damage"]=205, + ["global_minimum_added_lightning_damage"]=206, + ["global_minimum_added_physical_damage"]=207, ["golem_buff_effect_+%"]=208, ["herald_of_thunder_bolt_base_frequency"]=209, ["hit_damage_+%"]=210, @@ -8259,7 +8229,7 @@ return { ["intensity_loss_frequency_while_moving_+%"]=217, ["kinetic_wand_base_number_of_zig_zags"]=218, ["knockback_distance_+%"]=219, - ["leap_slam_added_attack_time_by_distance_ms"]=305, + ["leap_slam_added_attack_time_by_distance_ms"]=304, ["lightning_ailment_effect_+%"]=220, ["lightning_damage_+%"]=221, ["lightning_storm_max_number_of_storms"]=222, @@ -8300,27 +8270,29 @@ return { ["number_of_animated_weapons_allowed"]=253, ["number_of_chains"]=249, ["number_of_projectiles_to_fire_+%_final_per_steel_ammo_consumed"]=254, - ["off_hand_base_weapon_attack_duration_ms"]=4, - ["off_hand_maximum_added_fire_damage_per_15_shield_armour"]=2, + ["off_hand_base_weapon_attack_duration_ms"]=7, + ["off_hand_maximum_added_fire_damage_per_15_shield_armour"]=4, + ["off_hand_maximum_added_fire_damage_per_15_shield_evasion"]=5, ["off_hand_maximum_added_physical_damage_per_15_shield_armour"]=256, - ["off_hand_maximum_added_physical_damage_per_15_shield_armour_and_evasion_rating"]=3, + ["off_hand_maximum_added_physical_damage_per_15_shield_armour_and_evasion_rating"]=6, ["off_hand_maximum_added_physical_damage_per_5_shield_armour"]=257, - ["off_hand_minimum_added_fire_damage_per_15_shield_armour"]=2, + ["off_hand_minimum_added_fire_damage_per_15_shield_armour"]=4, + ["off_hand_minimum_added_fire_damage_per_15_shield_evasion"]=5, ["off_hand_minimum_added_physical_damage_per_15_shield_armour"]=256, - ["off_hand_minimum_added_physical_damage_per_15_shield_armour_and_evasion_rating"]=3, + ["off_hand_minimum_added_physical_damage_per_15_shield_armour_and_evasion_rating"]=6, ["off_hand_minimum_added_physical_damage_per_5_shield_armour"]=257, ["off_hand_weapon_maximum_fire_damage"]=258, - ["off_hand_weapon_maximum_physical_damage"]=1, + ["off_hand_weapon_maximum_physical_damage"]=3, ["off_hand_weapon_minimum_fire_damage"]=258, - ["off_hand_weapon_minimum_physical_damage"]=1, - ["offering_skill_effect_duration_per_corpse"]=25, + ["off_hand_weapon_minimum_physical_damage"]=3, + ["offering_skill_effect_duration_per_corpse"]=28, ["orb_of_storms_base_bolt_frequency_ms"]=259, ["orb_of_storms_base_channelling_bolt_frequency_ms"]=260, ["orb_of_storms_base_maximum_number_of_orbs"]=261, parent="gem_stat_descriptions", ["phys_cascade_trap_base_interval_duration_ms"]=262, ["physical_damage_+%"]=263, - ["physical_damage_+%_per_frenzy_charge"]=17, + ["physical_damage_+%_per_frenzy_charge"]=20, ["placing_traps_cooldown_recovery_+%"]=264, ["poison_duration_is_skill_duration"]=265, ["precision_grants_area_of_effect_+%_final"]=266, @@ -8332,8 +8304,8 @@ return { ["projectile_return_%_chance"]=273, ["projectiles_fork"]=272, ["projectiles_return"]=273, - ["quality_display_arsonist_is_gem"]=74, - ["quality_display_barrage_is_gem"]=186, + ["quality_display_arsonist_is_gem"]=77, + ["quality_display_barrage_is_gem"]=187, ["quick_guard_damage_absorb_limit"]=274, ["quick_guard_damage_absorbed_%"]=274, ["rain_of_arrows_additional_sequences"]=275, @@ -8341,57 +8313,56 @@ return { ["reaver_enrage_base_life_%_degen_per_minute"]=277, ["reaver_enrage_decay_rate_increase_+%_final"]=277, ["reduce_enemy_chaos_resistance_%"]=278, - ["reduce_enemy_dodge_%"]=279, - ["regenerate_x_life_over_1_second_on_skill_use_or_trigger"]=280, - ["ritual_of_power_maximum_number_of_rituals"]=281, - ["seismic_trap_frequency_+%"]=282, - ["shapeshift_to_bear_added_attack_time_ms"]=283, - ["shapeshift_to_bear_added_cast_time_ms"]=284, - ["shock_duration_+%"]=285, - ["sigil_repeat_frequency_+%"]=37, - ["skill_base_chaos_damage_%_maximum_energy_shield"]=286, - ["skill_base_chaos_damage_%_maximum_life"]=287, - ["skill_effect_duration_+%"]=28, - ["skill_raging_spirit_per_x_radius"]=288, - ["skill_raging_spirits_max_per_action"]=289, - ["snapping_adder_chance_to_release_projectile_when_hit_%"]=290, - ["soulfeast_take_%_maximum_energy_shield_as_chaos_damage"]=291, - ["soulfeast_take_%_maximum_life_as_chaos_damage"]=291, - ["spear_wall_cm_per_spear"]=292, - ["spectral_spiral_weapon_base_number_of_bounces"]=293, - ["spell_cast_time_added_to_cooldown_if_triggered"]=294, - ["spell_damage_+%"]=295, - ["static_strike_number_of_beam_targets"]=296, - ["storm_blade_damage_+%_final_with_two_hand_weapon"]=298, - ["storm_blade_maximum_lightning_damage"]=297, - ["storm_blade_maximum_lightning_damage_from_es_%"]=297, - ["storm_blade_minimum_lightning_damage"]=297, - ["storm_blade_minimum_lightning_damage_from_es_%"]=297, - ["supplementary_stat_container_attack_speed_+%_final"]=11, - ["support_trap_damage_+%_final"]=300, - ["tempest_bell_area_of_effect_+%_final_per_1_unit_of_knockback"]=301, - ["tempest_bell_physical_damage_%_as_elemental_per_ailment"]=302, - ["tornado_maximum_number_of_hits"]=24, - ["tornado_only_primary_duration_+%"]=303, - ["tornado_shot_num_of_secondary_projectiles"]=304, - ["total_attack_time_+_ms"]=305, - ["total_cast_time_+_ms"]=306, - ["totems_explode_on_death_for_%_life_as_physical"]=307, - ["totems_regenerate_%_life_per_minute"]=308, - ["trap_damage_+%"]=309, - ["trap_duration_+%"]=310, - ["trap_throwing_speed_+%"]=311, - ["trap_trigger_radius_+%"]=312, - ["unearth_base_corpse_level"]=313, - ["vaal_animate_weapon_minimum_level_requirement"]=40, - ["vaal_lightning_arrow_fork_and_chain_modifiers_apply_to_number_of_redirects"]=315, - ["vaal_lightning_arrow_number_of_redirects"]=314, - ["vaal_storm_call_base_delay_ms"]=316, - ["volatile_dead_base_number_of_corpses_to_consume"]=317, - ["volatile_dead_max_cores_allowed"]=318, - ["volcanic_fissure_base_maximum_number_of_fissures"]=319, - ["warcry_speed_+%"]=320, - ["weapon_elemental_damage_+%"]=321, - ["weapon_trap_rotation_speed_+%_if_dual_wielding"]=322, - ["weapon_trap_total_rotation_%_if_dual_wielding"]=323 + ["regenerate_x_life_over_1_second_on_skill_use_or_trigger"]=279, + ["ritual_of_power_maximum_number_of_rituals"]=280, + ["seismic_trap_frequency_+%"]=281, + ["shapeshift_to_bear_added_attack_time_ms"]=282, + ["shapeshift_to_bear_added_cast_time_ms"]=283, + ["shock_duration_+%"]=284, + ["sigil_repeat_frequency_+%"]=40, + ["skill_base_chaos_damage_%_maximum_energy_shield"]=285, + ["skill_base_chaos_damage_%_maximum_life"]=286, + ["skill_effect_duration_+%"]=31, + ["skill_raging_spirit_per_x_radius"]=287, + ["skill_raging_spirits_max_per_action"]=288, + ["snapping_adder_chance_to_release_projectile_when_hit_%"]=289, + ["soulfeast_take_%_maximum_energy_shield_as_chaos_damage"]=290, + ["soulfeast_take_%_maximum_life_as_chaos_damage"]=290, + ["spear_wall_cm_per_spear"]=291, + ["spectral_spiral_weapon_base_number_of_bounces"]=292, + ["spell_cast_time_added_to_cooldown_if_triggered"]=293, + ["spell_damage_+%"]=294, + ["static_strike_number_of_beam_targets"]=295, + ["storm_blade_damage_+%_final_with_two_hand_weapon"]=297, + ["storm_blade_maximum_lightning_damage"]=296, + ["storm_blade_maximum_lightning_damage_from_es_%"]=296, + ["storm_blade_minimum_lightning_damage"]=296, + ["storm_blade_minimum_lightning_damage_from_es_%"]=296, + ["supplementary_stat_container_attack_speed_+%_final"]=14, + ["support_trap_damage_+%_final"]=299, + ["tempest_bell_area_of_effect_+%_final_per_1_unit_of_knockback"]=300, + ["tempest_bell_physical_damage_%_as_elemental_per_ailment"]=301, + ["tornado_maximum_number_of_hits"]=27, + ["tornado_only_primary_duration_+%"]=302, + ["tornado_shot_num_of_secondary_projectiles"]=303, + ["total_attack_time_+_ms"]=304, + ["total_cast_time_+_ms"]=305, + ["totems_explode_on_death_for_%_life_as_physical"]=306, + ["totems_regenerate_%_life_per_minute"]=307, + ["trap_damage_+%"]=308, + ["trap_duration_+%"]=309, + ["trap_throwing_speed_+%"]=310, + ["trap_trigger_radius_+%"]=311, + ["unearth_base_corpse_level"]=312, + ["vaal_animate_weapon_minimum_level_requirement"]=43, + ["vaal_lightning_arrow_fork_and_chain_modifiers_apply_to_number_of_redirects"]=314, + ["vaal_lightning_arrow_number_of_redirects"]=313, + ["vaal_storm_call_base_delay_ms"]=315, + ["volatile_dead_base_number_of_corpses_to_consume"]=316, + ["volatile_dead_max_cores_allowed"]=317, + ["volcanic_fissure_base_maximum_number_of_fissures"]=318, + ["warcry_speed_+%"]=319, + ["weapon_elemental_damage_+%"]=320, + ["weapon_trap_rotation_speed_+%_if_dual_wielding"]=321, + ["weapon_trap_total_rotation_%_if_dual_wielding"]=322 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/advanced_mod_stat_descriptions.lua b/src/Data/StatDescriptions/advanced_mod_stat_descriptions.lua index 09114e204a..9cd8997d0b 100644 --- a/src/Data/StatDescriptions/advanced_mod_stat_descriptions.lua +++ b/src/Data/StatDescriptions/advanced_mod_stat_descriptions.lua @@ -502,6 +502,111 @@ return { } }, text="Remembrancing {1} songworthy deeds by the line of Olroth(Vorana-Olroth)\nPassives in radius are Conquered by the Kalguur" + }, + [24]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Amanamu(Amanamu-Ulaman)\nPassives in radius are Conquered by the Abyssals" + }, + [25]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=2, + [2]=2 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Kulemak(Amanamu-Ulaman)\nPassives in radius are Conquered by the Abyssals" + }, + [26]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=3, + [2]=3 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Kurgal(Amanamu-Ulaman)\nPassives in radius are Conquered by the Abyssals" + }, + [27]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=4, + [2]=4 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Tecrod(Amanamu-Ulaman)\nPassives in radius are Conquered by the Abyssals" + }, + [28]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=5, + [2]=5 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Ulaman(Amanamu-Ulaman)\nPassives in radius are Conquered by the Abyssals" } }, stats={ diff --git a/src/Data/StatDescriptions/gem_stat_descriptions.lua b/src/Data/StatDescriptions/gem_stat_descriptions.lua index efef169fc5..90b6bd65b4 100644 --- a/src/Data/StatDescriptions/gem_stat_descriptions.lua +++ b/src/Data/StatDescriptions/gem_stat_descriptions.lua @@ -177,7 +177,7 @@ return { [2]="#" } }, - text="Supported Attack Skills deal {0}% more Elemental Damage" + text="Supported Skills deal {0}% more Elemental Attack damage" }, [2]={ [1]={ @@ -190,7 +190,7 @@ return { [2]=-1 } }, - text="Supported Attack Skills deal {0}% less Elemental Damage" + text="Supported Skills deal {0}% less Elemental Attack damage" } }, stats={ @@ -1724,7 +1724,7 @@ return { limit={ [1]={ [1]=1, - [2]=1 + [2]="#" } }, text="Supported Skills Chain {0}% more times" @@ -1967,7 +1967,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage with Hits for each Poison on the Enemy, up to {1}" + text="Supported Skills deal {0}% more Damage with Hits for each Poison on the Enemy, up to {1}%" }, [2]={ [1]={ @@ -1984,7 +1984,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% less Damage with Hits for each Poison on the Enemy, up to {1}" + text="Supported Skills deal {0}% less Damage with Hits for each Poison on the Enemy, up to {1}%" } }, stats={ @@ -4073,39 +4073,6 @@ return { } }, [159]={ - [1]={ - [1]={ - [1]={ - k="milliseconds_to_seconds", - v=1 - }, - limit={ - [1]={ - [1]=1000, - [2]=1000 - } - }, - text="Withered lasts {0} second" - }, - [2]={ - [1]={ - k="milliseconds_to_seconds", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Withered lasts {0} seconds" - } - }, - stats={ - [1]="active_skill_withered_base_duration_ms" - } - }, - [160]={ [1]={ [1]={ [1]={ @@ -4138,7 +4105,7 @@ return { [1]="support_withered_base_duration_ms" } }, - [161]={ + [160]={ [1]={ [1]={ limit={ @@ -4224,7 +4191,77 @@ return { [2]="support_ruthless_big_hit_stun_damage_+%_final" } }, + [161]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Enemies affected by Curses from Supported Skills are Pacified for the final {0}% of Supported Curse's duration" + } + }, + stats={ + [1]="curse_pacify_for_final_%_of_duration" + } + }, [162]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills Consume Ignite on Enemies they Hit, creating a Flame Pillar" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Skills Consume Ignite on Enemies they Hit, creating {0} Flame Pillars" + } + }, + stats={ + [1]="pillar_of_flame_consume_ignite_to_create_X_pillars" + } + }, + [163]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Totems created by Supported\nSkills have {0}% more maximum Life" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Totems created by Supported\nSkills have {0}% less maximum Life" + } + }, + stats={ + [1]="support_totem_life_+%_final" + } + }, + [164]={ [1]={ [1]={ limit={ @@ -4249,7 +4286,7 @@ return { [1]="chance_to_summon_support_ghost_on_killing_blow_%" } }, - [163]={ + [165]={ [1]={ [1]={ limit={ @@ -4278,7 +4315,7 @@ return { [1]="chill_effect_+%" } }, - [164]={ + [166]={ [1]={ [1]={ limit={ @@ -4307,7 +4344,7 @@ return { [1]="chill_duration_+%" } }, - [165]={ + [167]={ [1]={ [1]={ limit={ @@ -4336,7 +4373,7 @@ return { [1]="mine_throwing_speed_+%_per_frenzy_charge" } }, - [166]={ + [168]={ [1]={ [1]={ limit={ @@ -4365,7 +4402,7 @@ return { [1]="mine_critical_strike_chance_+%_per_power_charge" } }, - [167]={ + [169]={ [1]={ [1]={ limit={ @@ -4381,7 +4418,7 @@ return { [1]="minion_elemental_resistance_%" } }, - [168]={ + [170]={ [1]={ [1]={ limit={ @@ -4397,7 +4434,7 @@ return { [1]="minion_maximum_all_elemental_resistances_%" } }, - [169]={ + [171]={ [1]={ [1]={ limit={ @@ -4413,7 +4450,123 @@ return { [1]="totem_maximum_all_elemental_resistances_%" } }, - [170]={ + [172]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Attack Speed if\nused in Weapon Set I" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Attack Speed if\nused in Seapon Set I" + } + }, + stats={ + [1]="support_rigwald_attack_speed_+%_final_in_weapon_set_one" + } + }, + [173]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage if\nused in Weapon Set I" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage if\nused in Weapon Set I" + } + }, + stats={ + [1]="support_rigwald_damage_+%_final_in_weapon_set_one" + } + }, + [174]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Attack Speed if\nused in Weapon Set II" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Attack Speed if\nused in Weapon Set II" + } + }, + stats={ + [1]="support_rigwald_attack_speed_+%_final_in_weapon_set_two" + } + }, + [175]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage if\nused in Weapon Set II" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage if\nused in Weapon Set II" + } + }, + stats={ + [1]="support_rigwald_damage_+%_final_in_weapon_set_two" + } + }, + [176]={ [1]={ [1]={ [1]={ @@ -4433,7 +4586,7 @@ return { [1]="minion_fire_damage_%_of_maximum_life_taken_per_minute" } }, - [171]={ + [177]={ [1]={ [1]={ limit={ @@ -4462,7 +4615,7 @@ return { [1]="minion_fire_damage_taken_+%" } }, - [172]={ + [178]={ [1]={ [1]={ [1]={ @@ -4482,7 +4635,7 @@ return { [1]="support_minion_instability_minion_base_fire_area_damage_%_of_maximum_life_per_minute" } }, - [173]={ + [179]={ [1]={ [1]={ limit={ @@ -4498,7 +4651,7 @@ return { [1]="infernal_legion_minions_have_burning_effect_radius_+" } }, - [174]={ + [180]={ [1]={ [1]={ [1]={ @@ -4518,7 +4671,7 @@ return { [1]="ancestral_slam_interval_duration" } }, - [175]={ + [181]={ [1]={ [1]={ limit={ @@ -4547,7 +4700,7 @@ return { [1]="support_ancestral_slam_big_hit_hit_damage_+%_final" } }, - [176]={ + [182]={ [1]={ [1]={ limit={ @@ -4576,7 +4729,7 @@ return { [1]="support_ancestral_slam_big_hit_area_+%" } }, - [177]={ + [183]={ [1]={ [1]={ limit={ @@ -4592,7 +4745,7 @@ return { [1]="gain_resonance_of_majority_damage_on_hit_for_2_seconds" } }, - [178]={ + [184]={ [1]={ [1]={ limit={ @@ -4621,7 +4774,7 @@ return { [1]="elemental_damage_+%_final_per_5_lowest_resonance" } }, - [179]={ + [185]={ [1]={ [1]={ limit={ @@ -4637,7 +4790,7 @@ return { [1]="damage_penetrates_%_elemental_resistances_while_all_resonance_is_25" } }, - [180]={ + [186]={ [1]={ [1]={ limit={ @@ -4666,7 +4819,7 @@ return { [1]="attack_and_cast_speed_+%_while_all_resonance_is_at_least_25" } }, - [181]={ + [187]={ [1]={ [1]={ limit={ @@ -4682,23 +4835,106 @@ return { [1]="hits_grant_cruelty" } }, - [182]={ + [188]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, + [2]=1 + } + }, + text="Supported Skills' Fissures branch branch {1} time" + }, + [2]={ + limit={ + [1]={ + [1]=2, [2]="#" } }, - text="Supported Skills Cost {0:+d} Mana" + text="Supported Skills' Fissures branch {0} times" } }, stats={ - [1]="base_mana_cost_+" + [1]="number_of_branching_fissures" } }, - [183]={ + [189]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills' Branched Fissures deal {0}% more damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills' Branched Fissures deal {0}% less damage" + } + }, + stats={ + [1]="branching_fissure_damage_+%_final" + } + }, + [190]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills' Branched Fissures have {0}% more area of effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills' Branched Fissures have {0}% less area of effect" + } + }, + stats={ + [1]="branching_fissure_area_of_effect_+%_final" + } + }, + [191]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills Cost {0:+d} Mana" + } + }, + stats={ + [1]="base_mana_cost_+" + } + }, + [192]={ [1]={ [1]={ limit={ @@ -4714,7 +4950,23 @@ return { [1]="global_cannot_crit" } }, - [184]={ + [193]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Projectiles from Supported Skills Pierce all Targets" + } + }, + stats={ + [1]="always_pierce" + } + }, + [194]={ [1]={ [1]={ limit={ @@ -4730,7 +4982,23 @@ return { [1]="skill_uncapped_combo_counter" } }, - [185]={ + [195]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills indicate one of four directions\nIndicated direction changes when an Attack with Supported Skill matches indicated direction" + } + }, + stats={ + [1]="support_called_shots_enable_directional_buff" + } + }, + [196]={ [1]={ [1]={ limit={ @@ -4755,7 +5023,7 @@ return { [1]="unsteady_tempo_evasion_broken_as_%_of_life_on_first_hit" } }, - [186]={ + [197]={ [1]={ [1]={ limit={ @@ -4784,7 +5052,7 @@ return { [1]="unsteady_tempo_critical_strike_chance_+%_final_on_second_hit" } }, - [187]={ + [198]={ [1]={ [1]={ limit={ @@ -4800,7 +5068,7 @@ return { [1]="never_ignite" } }, - [188]={ + [199]={ [1]={ [1]={ limit={ @@ -4816,7 +5084,39 @@ return { [1]="never_shock" } }, - [189]={ + [200]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Spells Cast by Totems created by Supported Skills have {0}% increased Cast Speed" + } + }, + stats={ + [1]="totem_skill_cast_speed_+%" + } + }, + [201]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Attacks used by Totems created by Supported Skills have {0}% increased Attack Speed" + } + }, + stats={ + [1]="totem_skill_attack_speed_+%" + } + }, + [202]={ [1]={ [1]={ limit={ @@ -4845,7 +5145,7 @@ return { [1]="mark_effect_+%" } }, - [190]={ + [203]={ [1]={ [1]={ limit={ @@ -4874,7 +5174,23 @@ return { [1]="unsteady_tempo_damage_+%_final_on_third_hit" } }, - [191]={ + [204]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chaos Damage from Hits with Supported Skills also Contributes to Shock Chance" + } + }, + stats={ + [1]="chaos_damage_can_shock" + } + }, + [205]={ [1]={ [1]={ limit={ @@ -4890,7 +5206,7 @@ return { [1]="accuracy_rating" } }, - [192]={ + [206]={ [1]={ [1]={ limit={ @@ -4919,7 +5235,7 @@ return { [1]="accuracy_rating_+%" } }, - [193]={ + [207]={ [1]={ [1]={ limit={ @@ -4944,7 +5260,7 @@ return { [1]="active_skill_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value" } }, - [194]={ + [208]={ [1]={ [1]={ limit={ @@ -4960,7 +5276,23 @@ return { [1]="active_skill_can_overload" } }, - [195]={ + [209]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Crossbow Ammunition Skills cannot reload" + } + }, + stats={ + [1]="active_skill_cannot_manually_reload" + } + }, + [210]={ [1]={ [1]={ limit={ @@ -4976,7 +5308,7 @@ return { [1]="active_skill_never_freeze_shock_ignite" } }, - [196]={ + [211]={ [1]={ [1]={ limit={ @@ -5001,7 +5333,7 @@ return { [1]="add_power_charge_on_critical_strike_%" } }, - [197]={ + [212]={ [1]={ [1]={ limit={ @@ -5017,7 +5349,7 @@ return { [1]="add_power_charge_on_kill_%_chance" } }, - [198]={ + [213]={ [1]={ [1]={ limit={ @@ -5046,7 +5378,7 @@ return { [1]="added_damage_+%_final" } }, - [199]={ + [214]={ [1]={ [1]={ [1]={ @@ -5066,7 +5398,7 @@ return { [1]="additional_base_critical_strike_chance" } }, - [200]={ + [215]={ [1]={ [1]={ limit={ @@ -5082,7 +5414,7 @@ return { [1]="additional_chance_to_freeze_chilled_enemies_%" } }, - [201]={ + [216]={ [1]={ [1]={ limit={ @@ -5107,7 +5439,7 @@ return { [1]="additional_combo_gain_chance_%" } }, - [202]={ + [217]={ [1]={ [1]={ [1]={ @@ -5127,7 +5459,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_dead" } }, - [203]={ + [218]={ [1]={ [1]={ [1]={ @@ -5147,7 +5479,23 @@ return { [1]="additional_critical_strike_chance_permyriad_while_affected_by_elusive" } }, - [204]={ + [219]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Modifiers granting additional Projectiles instead cause Projectiles from Supported Skills to Chain an additional time from terrain per Projectile they would have gained" + } + }, + stats={ + [1]="additional_projectiles_instead_applies_to_number_of_terrain_chains" + } + }, + [220]={ [1]={ [1]={ limit={ @@ -5194,7 +5542,7 @@ return { [1]="additional_projectiles_per_intensity" } }, - [205]={ + [221]={ [1]={ [1]={ limit={ @@ -5223,7 +5571,23 @@ return { [1]="aftershock_area_of_effect_+%_final" } }, - [206]={ + [222]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Aftershocks caused by Supported Skills create Jagged Ground" + } + }, + stats={ + [1]="aftershocks_create_jagged_ground" + } + }, + [223]={ [1]={ [1]={ limit={ @@ -5248,7 +5612,7 @@ return { [1]="aggravate_bleeding_on_pin_chance_%" } }, - [207]={ + [224]={ [1]={ [1]={ limit={ @@ -5257,7 +5621,7 @@ return { [2]="#" } }, - text="Ailments inflicted by Supported Skills have {0}% increased Magnitude if you are afflicted with that Ailment when inflicting it" + text="Ailments inflicted by Supported Skills have {0}% more Magnitude if you are afflicted with that Ailment when inflicting it" }, [2]={ [1]={ @@ -5270,14 +5634,14 @@ return { [2]=-1 } }, - text="Ailments inflicted by Supported Skills have {0}% reduced Magnitude if you are afflicted with that Ailment when inflicting it" + text="Ailments inflicted by Supported Skills have {0}% less Magnitude if you are afflicted with that Ailment when inflicting it" } }, stats={ - [1]="ailment_effect_+%_while_afflicted_by_relevant_ailment" + [1]="support_ailment_effect_+%_final_while_afflicted_by_relevant_ailment" } }, - [208]={ + [225]={ [1]={ [1]={ limit={ @@ -5286,7 +5650,7 @@ return { [2]="#" } }, - text="You have {0}% increased Ailment Threshold while Channelling Supported Skills" + text="Ailments inflicted by Supported Skills have {0}% increased Magnitude if you are afflicted with that Ailment when inflicting it" }, [2]={ [1]={ @@ -5299,59 +5663,138 @@ return { [2]=-1 } }, - text="You have {0}% reduced Ailment Threshold while Channelling Supported Skills" + text="Ailments inflicted by Supported Skills have {0}% reduced Magnitude if you are afflicted with that Ailment when inflicting it" } }, stats={ - [1]="ailment_threshold_+%_while_channelling" + [1]="ailment_effect_+%_while_afflicted_by_relevant_ailment" } }, - [209]={ + [226]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="If Supported Skills would gain extra Damage of any Type other than Cold, they gain extra Cold Damage instead" - } - }, - stats={ - [1]="all_damage_gained_as_cold_instead" - } - }, - [210]={ - [1]={ - [1]={ - limit={ + text="You have {0}% increased Ailment Threshold while Channelling Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You have {0}% reduced Ailment Threshold while Channelling Supported Skills" + } + }, + stats={ + [1]="ailment_threshold_+%_while_channelling" + } + }, + [227]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="If Supported Skills would gain extra Damage of any Type other than Cold, they gain extra Cold Damage instead" + } + }, + stats={ + [1]="all_damage_gained_as_cold_instead" + } + }, + [228]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]="#", + [2]="#" } }, - text="{0}% increased Effect of Ancestor Totem Buff" - }, - [2]={ + text="Totems created by Supported Skills create a Blood Font with a radius of {1} metres\nAllies in Blood Fonts Leech Life equal to {0}% of Physical Damage dealt by Supported Totem" + } + }, + stats={ + [1]="allies_in_font_of_blood_radius_leech_%_of_my_physical_damage_as_life", + [2]="font_of_blood_radius" + } + }, + [229]={ + [1]={ + [1]={ [1]={ - k="negate", + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Totems created by Supported Skills create a Mana Font with a radius of {1} metres\nAllies in Mana Fonts Leech Mana equal to {0}% of Physical Damage dealt by Supported Totem" + } + }, + stats={ + [1]="allies_in_font_of_mana_radius_leech_%_of_my_physical_damage_as_mana", + [2]="font_of_mana_radius" + } + }, + [230]={ + [1]={ + [1]={ + [1]={ + k="divide_by_one_hundred", v=1 }, + [2]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, limit={ [1]={ + [1]=1, + [2]="#" + }, + [2]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="{0}% reduced Effect of Ancestor Totem Buff" + text="Totems created by Supported Skills create a Rage Font with a radius of {1} metres\nAllies in Rage Fonts Leech Rage equal to {0}% of Physical Damage dealt by Supported Totem" } }, stats={ - [1]="ancestor_totem_buff_effect_+%" + [1]="allies_in_font_of_rage_radius_leech_permyriad_of_my_physical_damage_as_rage", + [2]="font_of_rage_radius" } }, - [211]={ + [231]={ [1]={ [1]={ limit={ @@ -5360,7 +5803,7 @@ return { [2]="#" } }, - text="{0}% increased Area of Effect with Melee Skills while Totem is Active" + text="{0}% increased Effect of Ancestor Totem Buff" }, [2]={ [1]={ @@ -5373,30 +5816,43 @@ return { [2]=-1 } }, - text="{0}% increased Area of Effect with Melee Skills while Totem is Active" + text="{0}% reduced Effect of Ancestor Totem Buff" } }, stats={ - [1]="ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills" + [1]="ancestor_totem_buff_effect_+%" } }, - [212]={ + [232]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Supported Strikes are Ancestrally Boosted" + text="{0}% increased Area of Effect with Melee Skills while Totem is Active" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% increased Area of Effect with Melee Skills while Totem is Active" } }, stats={ - [1]="ancestral_aid_X_spirit_strikes_on_reaching_block_count" + [1]="ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills" } }, - [213]={ + [233]={ [1]={ [1]={ limit={ @@ -5412,7 +5868,7 @@ return { [1]="ancestral_aid_required_count_of_recent_blocks" } }, - [214]={ + [234]={ [1]={ [1]={ [1]={ @@ -5445,7 +5901,7 @@ return { [1]="ancestral_call_spirit_strike_interval_ms" } }, - [215]={ + [235]={ [1]={ [1]={ limit={ @@ -5474,7 +5930,7 @@ return { [1]="ancestral_slam_stun_threshold_reduction_+%" } }, - [216]={ + [236]={ [1]={ [1]={ limit={ @@ -5490,7 +5946,7 @@ return { [1]="apply_%_cold_exposure_for_4_seconds_on_chill" } }, - [217]={ + [237]={ [1]={ [1]={ limit={ @@ -5506,7 +5962,7 @@ return { [1]="apply_%_cold_exposure_for_4_seconds_on_freeze" } }, - [218]={ + [238]={ [1]={ [1]={ limit={ @@ -5531,7 +5987,7 @@ return { [1]="apply_X_incision_on_hit" } }, - [219]={ + [239]={ [1]={ [1]={ limit={ @@ -5547,23 +6003,40 @@ return { [1]="apply_attack_projectile_weakness_%_per_1m_knockback" } }, - [220]={ + [240]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Enemies Pacified this way cannot be Pacified again for {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ [1]="#", [2]="#" } }, - text="Overpowered applies -{0}% chance to Block Attack and Spell Damage" + text="Enemies Pacified this way cannot be Pacified again for {0} seconds" } }, stats={ - [1]="apply_overpowered_on_enemy_block_reduced_block_and_spell_block_%" + [1]="apply_unaffected_by_pacifying_curses_for_x_ms_on_curse_expiry" } }, - [221]={ + [241]={ [1]={ [1]={ limit={ @@ -5592,7 +6065,7 @@ return { [1]="area_damage_+%" } }, - [222]={ + [242]={ [1]={ [1]={ limit={ @@ -5608,7 +6081,7 @@ return { [1]="armour_break_for_%_of_poison_damage_over_poison_duration" } }, - [223]={ + [243]={ [1]={ [1]={ limit={ @@ -5624,7 +6097,7 @@ return { [1]="armour_break_physical_damage_%_dealt_as_armour_break" } }, - [224]={ + [244]={ [1]={ [1]={ limit={ @@ -5640,7 +6113,7 @@ return { [1]="armour_break_physical_damage_%_dealt_as_armour_break_vs_parried_enemies" } }, - [225]={ + [245]={ [1]={ [1]={ limit={ @@ -5656,7 +6129,7 @@ return { [1]="armour_+%_while_performing_action_per_250_ms_attack_time" } }, - [226]={ + [246]={ [1]={ [1]={ limit={ @@ -5677,7 +6150,7 @@ return { [2]="attack_maximum_added_physical_damage_as_%_of_strength" } }, - [227]={ + [247]={ [1]={ [1]={ limit={ @@ -5706,7 +6179,7 @@ return { [1]="attack_and_cast_speed_+%" } }, - [228]={ + [248]={ [1]={ [1]={ limit={ @@ -5735,7 +6208,7 @@ return { [1]="attack_and_cast_speed_+%_during_onslaught" } }, - [229]={ + [249]={ [1]={ [1]={ limit={ @@ -5764,7 +6237,7 @@ return { [1]="attack_critical_strike_chance_+%" } }, - [230]={ + [250]={ [1]={ [1]={ limit={ @@ -5780,7 +6253,7 @@ return { [1]="attack_damage_is_lucky_if_surrounded" } }, - [231]={ + [251]={ [1]={ [1]={ limit={ @@ -5809,7 +6282,7 @@ return { [1]="attack_damage_+%" } }, - [232]={ + [252]={ [1]={ [1]={ limit={ @@ -5838,7 +6311,7 @@ return { [1]="attack_damage_+%_per_1000_accuracy_rating" } }, - [233]={ + [253]={ [1]={ [1]={ limit={ @@ -5859,7 +6332,7 @@ return { [2]="attack_maximum_added_physical_damage_per_10_rage" } }, - [234]={ + [254]={ [1]={ [1]={ limit={ @@ -5880,7 +6353,7 @@ return { [2]="attack_maximum_added_physical_damage_with_at_least_10_rage" } }, - [235]={ + [255]={ [1]={ [1]={ limit={ @@ -5901,7 +6374,7 @@ return { [2]="attack_maximum_added_physical_damage_with_weapons" } }, - [236]={ + [256]={ [1]={ [1]={ limit={ @@ -5930,7 +6403,7 @@ return { [1]="attack_speed_+%" } }, - [237]={ + [257]={ [1]={ [1]={ limit={ @@ -5959,7 +6432,7 @@ return { [1]="attack_speed_+%_when_on_low_life" } }, - [238]={ + [258]={ [1]={ [1]={ limit={ @@ -5968,7 +6441,7 @@ return { [2]="#" } }, - text="{0}% increased Attack speed while total Resonance is over 250" + text="Supported Skills have {0}% increased Attack Speed while you have at least 20 Rage" }, [2]={ [1]={ @@ -5981,68 +6454,55 @@ return { [2]=-1 } }, - text="{0}% reduced Attack speed while total Resonance is over 250" + text="Supported Skills have {0}% reduced Attack Speed while you have at least 20 Rage" } }, stats={ - [1]="trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant" + [1]="attack_speed_+%_with_atleast_20_rage" } }, - [239]={ + [259]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]="#" + [2]=99 } }, - text="Supported Skills have {0}% increased Attack Speed while you have at least 20 Rage" + text="Supported Skills have {0}% chance to Impale Enemies on Hit" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]=100, + [2]="#" } }, - text="Supported Skills have {0}% reduced Attack Speed while you have at least 20 Rage" + text="Supported Skills always Impale Enemies on Hit" } }, stats={ - [1]="attack_speed_+%_with_atleast_20_rage" + [1]="attacks_impale_on_hit_%_chance" } }, - [240]={ + [260]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]=99 - } - }, - text="Supported Skills have {0}% chance to Impale Enemies on Hit" - }, - [2]={ - limit={ - [1]={ - [1]=100, [2]="#" } }, - text="Supported Skills always Impale Enemies on Hit" + text="Attack Critical Hit Chance with Supported Skills Bifurcates" } }, stats={ - [1]="attacks_impale_on_hit_%_chance" + [1]="attacks_roll_crits_twice" } }, - [241]={ + [261]={ [1]={ [1]={ limit={ @@ -6067,7 +6527,7 @@ return { [1]="avoid_interruption_while_using_this_skill_%" } }, - [242]={ + [262]={ [1]={ [1]={ limit={ @@ -6096,7 +6556,7 @@ return { [1]="barrage_support_projectile_spread_+%" } }, - [243]={ + [263]={ [1]={ [1]={ limit={ @@ -6125,7 +6585,7 @@ return { [1]="base_all_ailment_duration_+%" } }, - [244]={ + [264]={ [1]={ [1]={ limit={ @@ -6141,7 +6601,7 @@ return { [1]="base_bleed_chance_is_poison_chance_instead" } }, - [245]={ + [265]={ [1]={ [1]={ limit={ @@ -6170,7 +6630,7 @@ return { [1]="base_bleed_duration_+%" } }, - [246]={ + [266]={ [1]={ [1]={ limit={ @@ -6199,7 +6659,7 @@ return { [1]="base_cast_speed_+%" } }, - [247]={ + [267]={ [1]={ [1]={ limit={ @@ -6215,7 +6675,7 @@ return { [1]="base_chance_to_destroy_corpse_on_kill_%_vs_ignited" } }, - [248]={ + [268]={ [1]={ [1]={ limit={ @@ -6262,48 +6722,23 @@ return { [2]="always_freeze" } }, - [249]={ + [269]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]=99 - } - }, - text="Supported Skills have {0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, + [1]="#", [2]="#" } }, - text="Supported Skills always Ignite" + text="Supported Skills have {}% chance to inflict Bleeding" } }, stats={ - [1]="base_chance_to_ignite_%" + [1]="base_chance_to_inflict_bleeding_%" } }, - [250]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Supported Skills have {}% chance to inflict Bleeding" - } - }, - stats={ - [1]="base_chance_to_inflict_bleeding_%" - } - }, - [251]={ + [270]={ [1]={ [1]={ limit={ @@ -6328,7 +6763,7 @@ return { [1]="base_chance_to_pierce_%" } }, - [252]={ + [271]={ [1]={ [1]={ limit={ @@ -6353,7 +6788,23 @@ return { [1]="base_chance_to_shock_%" } }, - [253]={ + [272]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chaos Damage from Hits with Supported Skills also Contributes to Flammability and Ignite Magnitudes" + } + }, + stats={ + [1]="base_chaos_damage_can_ignite" + } + }, + [273]={ [1]={ [1]={ [1]={ @@ -6386,7 +6837,7 @@ return { [1]="base_combo_stacks_decay_delay_ms" } }, - [254]={ + [274]={ [1]={ [1]={ limit={ @@ -6402,7 +6853,7 @@ return { [1]="base_consume_enemy_freeze_on_hit" } }, - [255]={ + [275]={ [1]={ [1]={ limit={ @@ -6418,7 +6869,7 @@ return { [1]="base_consume_enemy_shock_on_hit" } }, - [256]={ + [276]={ [1]={ [1]={ [1]={ @@ -6438,7 +6889,7 @@ return { [1]="base_cooldown_modifier_ms" } }, - [257]={ + [277]={ [1]={ [1]={ limit={ @@ -6467,7 +6918,7 @@ return { [1]="base_cooldown_speed_+%" } }, - [258]={ + [278]={ [1]={ [1]={ limit={ @@ -6496,7 +6947,7 @@ return { [1]="base_cooldown_speed_+%_final" } }, - [259]={ + [279]={ [1]={ [1]={ limit={ @@ -6525,7 +6976,7 @@ return { [1]="base_curse_delay_+%" } }, - [260]={ + [280]={ [1]={ [1]={ limit={ @@ -6554,7 +7005,7 @@ return { [1]="base_curse_duration_+%" } }, - [261]={ + [281]={ [1]={ [1]={ limit={ @@ -6583,7 +7034,7 @@ return { [1]="base_damage_+%_while_an_ailment_on_you" } }, - [262]={ + [282]={ [1]={ [1]={ limit={ @@ -6599,7 +7050,7 @@ return { [1]="base_deal_no_chaos_damage" } }, - [263]={ + [283]={ [1]={ [1]={ limit={ @@ -6628,7 +7079,7 @@ return { [1]="base_debuff_slow_magnitude_+%" } }, - [264]={ + [284]={ [1]={ [1]={ limit={ @@ -6644,7 +7095,7 @@ return { [1]="base_global_chance_to_knockback_%" } }, - [265]={ + [285]={ [1]={ [1]={ limit={ @@ -6669,7 +7120,7 @@ return { [1]="base_inflict_cold_exposure_on_hit_%_chance" } }, - [266]={ + [286]={ [1]={ [1]={ limit={ @@ -6694,7 +7145,7 @@ return { [1]="base_inflict_fire_exposure_on_hit_%_chance" } }, - [267]={ + [287]={ [1]={ [1]={ limit={ @@ -6703,7 +7154,7 @@ return { [2]=99 } }, - text="Supported Skills have {0}% chance to inflict Lightning Exposure on Hit" + text="Supported Skills have {0}% chance to inflict Exposure on Hit" }, [2]={ limit={ @@ -6712,14 +7163,14 @@ return { [2]="#" } }, - text="Supported Skills Inflict Lightning Exposure on Hit" + text="Supported Skills Inflict Exposure on Hit" } }, stats={ [1]="base_inflict_lightning_exposure_on_hit_%_chance" } }, - [268]={ + [288]={ [1]={ [1]={ limit={ @@ -6748,7 +7199,7 @@ return { [1]="base_killed_monster_dropped_item_quantity_+%" } }, - [269]={ + [289]={ [1]={ [1]={ limit={ @@ -6777,7 +7228,7 @@ return { [1]="base_killed_monster_dropped_item_rarity_+%" } }, - [270]={ + [290]={ [1]={ [1]={ [1]={ @@ -6797,7 +7248,7 @@ return { [1]="base_life_leech_from_physical_attack_damage_permyriad" } }, - [271]={ + [291]={ [1]={ [1]={ limit={ @@ -6826,7 +7277,7 @@ return { [1]="base_life_reservation_efficiency_+%" } }, - [272]={ + [292]={ [1]={ [1]={ limit={ @@ -6855,7 +7306,7 @@ return { [1]="base_life_reservation_+%" } }, - [273]={ + [293]={ [1]={ [1]={ limit={ @@ -6871,7 +7322,7 @@ return { [1]="base_lightning_damage_can_electrocute" } }, - [274]={ + [294]={ [1]={ [1]={ limit={ @@ -6887,7 +7338,7 @@ return { [1]="base_limit_+" } }, - [275]={ + [295]={ [1]={ [1]={ [1]={ @@ -6907,7 +7358,7 @@ return { [1]="base_mana_leech_from_physical_attack_damage_permyriad" } }, - [276]={ + [296]={ [1]={ [1]={ limit={ @@ -6936,7 +7387,7 @@ return { [1]="base_mana_reservation_+%" } }, - [277]={ + [297]={ [1]={ [1]={ [1]={ @@ -6956,7 +7407,7 @@ return { [1]="base_mine_detonation_time_ms" } }, - [278]={ + [298]={ [1]={ [1]={ limit={ @@ -6981,7 +7432,7 @@ return { [1]="base_number_of_additional_fissures" } }, - [279]={ + [299]={ [1]={ [1]={ limit={ @@ -7006,7 +7457,7 @@ return { [1]="base_number_of_support_ghosts_allowed" } }, - [280]={ + [300]={ [1]={ [1]={ [1]={ @@ -7039,7 +7490,7 @@ return { [1]="base_overkill_icy_vortex_duration_ms" } }, - [281]={ + [301]={ [1]={ [1]={ limit={ @@ -7055,7 +7506,7 @@ return { [1]="base_poison_chance_is_bleed_chance_instead" } }, - [282]={ + [302]={ [1]={ [1]={ limit={ @@ -7084,7 +7535,7 @@ return { [1]="base_poison_duration_+%" } }, - [283]={ + [303]={ [1]={ [1]={ limit={ @@ -7113,7 +7564,7 @@ return { [1]="base_projectile_speed_+%" } }, - [284]={ + [304]={ [1]={ [1]={ [1]={ @@ -7146,7 +7597,7 @@ return { [1]="base_remnant_duration_ms" } }, - [285]={ + [305]={ [1]={ [1]={ limit={ @@ -7175,7 +7626,7 @@ return { [1]="base_reservation_efficiency_+%" } }, - [286]={ + [306]={ [1]={ [1]={ limit={ @@ -7204,7 +7655,7 @@ return { [1]="base_reservation_+%" } }, - [287]={ + [307]={ [1]={ [1]={ limit={ @@ -7220,7 +7671,7 @@ return { [1]="base_skill_no_reservation" } }, - [288]={ + [308]={ [1]={ [1]={ limit={ @@ -7249,7 +7700,7 @@ return { [1]="base_spell_cooldown_speed_+%" } }, - [289]={ + [309]={ [1]={ [1]={ limit={ @@ -7278,7 +7729,7 @@ return { [1]="base_stun_duration_+%" } }, - [290]={ + [310]={ [1]={ [1]={ limit={ @@ -7307,7 +7758,7 @@ return { [1]="base_stun_threshold_reduction_+%" } }, - [291]={ + [311]={ [1]={ [1]={ limit={ @@ -7323,7 +7774,7 @@ return { [1]="bleed_chance_%_vs_full_life_enemy" } }, - [292]={ + [312]={ [1]={ [1]={ limit={ @@ -7352,7 +7803,7 @@ return { [1]="bleed_chance_+%_vs_full_life_enemy" } }, - [293]={ + [313]={ [1]={ [1]={ limit={ @@ -7429,7 +7880,7 @@ return { [3]="cannot_cause_bleeding" } }, - [294]={ + [314]={ [1]={ [1]={ limit={ @@ -7458,7 +7909,7 @@ return { [1]="bleeding_monsters_attack_speed_+%" } }, - [295]={ + [315]={ [1]={ [1]={ limit={ @@ -7487,7 +7938,36 @@ return { [1]="bleeding_monsters_movement_velocity_+%" } }, - [296]={ + [316]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Blind inflicted with Supported Skills has {0}% increased Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Blind inflicted with Supported Skills has {0}% reduced Effect" + } + }, + stats={ + [1]="blind_effect_+%" + } + }, + [317]={ [1]={ [1]={ limit={ @@ -7516,7 +7996,7 @@ return { [1]="blood_magic_skill_life_cost_+%_final" } }, - [297]={ + [318]={ [1]={ [1]={ limit={ @@ -7532,7 +8012,7 @@ return { [1]="blood_price_gain_%_maximum_life_as_added_physical_damage_with_weapons_while_on_low_life" } }, - [298]={ + [319]={ [1]={ [1]={ limit={ @@ -7557,7 +8037,7 @@ return { [1]="break_armour_equal_to_%_of_dexterity_vs_parried_enemies" } }, - [299]={ + [320]={ [1]={ [1]={ limit={ @@ -7586,7 +8066,23 @@ return { [1]="burn_damage_+%" } }, - [300]={ + [321]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills can only Damage Low Life Enemies" + } + }, + stats={ + [1]="can_only_damage_low_life_enemies" + } + }, + [322]={ [1]={ [1]={ limit={ @@ -7602,7 +8098,7 @@ return { [1]="cannot_break_armour" } }, - [301]={ + [323]={ [1]={ [1]={ limit={ @@ -7618,7 +8114,7 @@ return { [1]="cannot_cause_stun_but_allow_stun_buildup" } }, - [302]={ + [324]={ [1]={ [1]={ limit={ @@ -7634,7 +8130,23 @@ return { [1]="cannot_consume_impale" } }, - [303]={ + [325]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills cannot consume Infusions" + } + }, + stats={ + [1]="cannot_consume_infusions" + } + }, + [326]={ [1]={ [1]={ limit={ @@ -7650,7 +8162,7 @@ return { [1]="cannot_consume_power_frenzy_endurance_charges" } }, - [304]={ + [327]={ [1]={ [1]={ limit={ @@ -7659,14 +8171,14 @@ return { [2]="#" } }, - text="Supported Skills cannot inflict Daze buildup\nSupported Skills cannot Daze" + text="Supported Skills cannot inflict Daze" } }, stats={ [1]="cannot_daze" } }, - [305]={ + [328]={ [1]={ [1]={ limit={ @@ -7682,7 +8194,7 @@ return { [1]="cannot_inflict_blind" } }, - [306]={ + [329]={ [1]={ [1]={ limit={ @@ -7698,7 +8210,39 @@ return { [1]="cannot_inflict_maim" } }, - [307]={ + [330]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills cannot kill Enemies with Hits" + } + }, + stats={ + [1]="cannot_kill_enemies_with_hits" + } + }, + [331]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills Always Hit Enemies on full Life" + } + }, + stats={ + [1]="cannot_miss_against_full_life_enemies" + } + }, + [332]={ [1]={ [1]={ limit={ @@ -7714,36 +8258,45 @@ return { [1]="cannot_pin" } }, - [308]={ + [333]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Supported Skills require {0}% increased amount of Damage taken to Trigger" + text="Spells you cast which affect an area around you or a targeted location also affect an area around Supported Offerings\nSpells deal {1}% more Damage when affecting areas around Offerings this way" }, [2]={ [1]={ k="negate", - v=1 + v=2 }, limit={ [1]={ + [1]=1, + [2]="#" + }, + [2]={ [1]="#", [2]=-1 } }, - text="Supported Skills require {0}% reduced amount of Damage taken to Trigger" + text="Spells you cast which affect an area around you or a targeted location also also affect an area around Supported Offerings\nSpells deal {1}% less Damage when affecting areas around Offerings this way" } }, stats={ - [1]="cast_when_damage_taken_trigger_threshold_+%" + [1]="cascadeable_spells_occur_from_offering", + [2]="cascadeable_offering_support_offering_casted_spell_damage_+%_final" } }, - [309]={ + [334]={ [1]={ [1]={ limit={ @@ -7752,7 +8305,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased Chaining range" + text="Supported Skills have {0}% increased Cast Speed for each different Spell you've Cast in the last eight seconds" }, [2]={ [1]={ @@ -7765,55 +8318,165 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% reduced Chaining range" + text="Supported Skills have {0}% reduced Cast Speed for each different Spell you've Cast in the last eight seconds" } }, stats={ - [1]="chaining_range_+%" + [1]="cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds" } }, - [310]={ + [335]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Supported Skills have {}% chance for Coin Shower on Kill" - } - }, - stats={ - [1]="chance_for_coin_shower_on_kill_%" - } - }, - [311]={ + text="Supported Skills have {0}% increased Cast Speed for each different Non-Instant Spell you've Cast Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% reduced Cast Speed for each different Non-Instant Spell you've Cast Recently" + } + }, + stats={ + [1]="cast_speed_+%_per_num_unique_spells_cast_recently" + } + }, + [336]={ [1]={ [1]={ limit={ [1]={ - [1]=100, - [2]=100 + [1]=1, + [2]="#" + } + }, + text="{0}% of increases and reductions to Cast speed also apply to Projectile Speed for Supported Skills" + } + }, + stats={ + [1]="cast_speed_additive_modifiers_also_apply_to_projectile_speed_at_%_value" + } + }, + [337]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills require {0}% increased amount of Damage taken to Trigger" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills require {0}% reduced amount of Damage taken to Trigger" + } + }, + stats={ + [1]="cast_when_damage_taken_trigger_threshold_+%" + } + }, + [338]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" } }, - text="Attacks Empowered by Supported Skills do not lower Empowerment count" + text="Supported Skills have {0}% increased Chaining range" }, [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% reduced Chaining range" + } + }, + stats={ + [1]="chaining_range_+%" + } + }, + [339]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to gain a Power Charge when expending Combo with Supported Skills per Combo expended\nThis chance can Exceed 100%" + } + }, + stats={ + [1]="chance_%_to_gain_power_charges_per_combo_spent" + } + }, + [340]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills have {}% chance for Coin Shower on Kill" + } + }, + stats={ + [1]="chance_for_coin_shower_on_kill_%" + } + }, + [341]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Attacks Empowered by Supported Skills have {0}% chance to not lower Empowerment count" + text="Supported Skills have {0}% chance to not count Attacks they Empower" } }, stats={ [1]="chance_for_exerted_attacks_to_not_reduce_count_%" } }, - [312]={ + [342]={ [1]={ [1]={ limit={ @@ -7838,7 +8501,23 @@ return { [1]="chance_for_extra_damage_roll_%" } }, - [313]={ + [343]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for Supported Skills to create an additional Remnant" + } + }, + stats={ + [1]="chance_%_to_create_additional_remnant" + } + }, + [344]={ [1]={ [1]={ limit={ @@ -7863,7 +8542,57 @@ return { [1]="chance_%_to_double_effect_of_removing_charges" } }, - [314]={ + [345]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="DNT {0}% chance to gain an Abyssal Monster Modifier when a Minion from Supported Skills dies\nMaximum 3 Abyssal Monster Modifiers gained this way" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="DNT Gain an Abyssal Monster Modifier when a Minion from Supported Skills dies\nMaximum 3 Abyssal Monster Modifiers gained this way" + } + }, + stats={ + [1]="chance_%_to_gain_abyssal_modifier_on_minion_death" + } + }, + [346]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to gain Flame Archon on Igniting an Enemy with Supported Skills" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Gain Flame Archon on Igniting an Enemy with Supported Skills" + } + }, + stats={ + [1]="gain_archon_fire_when_you_ignite_enemy_chance_%" + } + }, + [347]={ [1]={ [1]={ limit={ @@ -7892,7 +8621,7 @@ return { [1]="chance_to_aftershock_+%_per_250_ms_attack_time" } }, - [315]={ + [348]={ [1]={ [1]={ limit={ @@ -7908,7 +8637,7 @@ return { [1]="chance_to_bleed_on_hit_%_vs_maimed" } }, - [316]={ + [349]={ [1]={ [1]={ limit={ @@ -7933,7 +8662,7 @@ return { [1]="chance_to_chain_from_shocked_enemy_%" } }, - [317]={ + [350]={ [1]={ [1]={ limit={ @@ -7958,7 +8687,7 @@ return { [1]="chance_to_crush_on_hit_%" } }, - [318]={ + [351]={ [1]={ [1]={ limit={ @@ -7974,7 +8703,7 @@ return { [1]="chance_to_double_stun_duration_%" } }, - [319]={ + [352]={ [1]={ [1]={ limit={ @@ -7990,7 +8719,7 @@ return { [1]="chance_to_fork_extra_projectile_%" } }, - [320]={ + [353]={ [1]={ [1]={ limit={ @@ -8015,7 +8744,7 @@ return { [1]="chance_to_fork_from_frozen_enemy_%" } }, - [321]={ + [354]={ [1]={ [1]={ limit={ @@ -8040,7 +8769,7 @@ return { [1]="chance_to_fortify_on_melee_hit_+%" } }, - [322]={ + [355]={ [1]={ [1]={ limit={ @@ -8049,7 +8778,7 @@ return { [2]=99 } }, - text="Supported Skills have {0}% chance to Freeze, Shock and Ignite" + text="Supported Skills have {0}% chance to\ngrant an additional Charge" }, [2]={ limit={ @@ -8058,14 +8787,14 @@ return { [2]="#" } }, - text="Supported Skills always Freeze, Shock and Ignite" + text="Supported Skills grant an additional Charge" } }, stats={ - [1]="chance_to_freeze_shock_ignite_%" + [1]="chance_to_gain_1_more_charge_%" } }, - [323]={ + [356]={ [1]={ [1]={ limit={ @@ -8074,7 +8803,7 @@ return { [2]=99 } }, - text="Supported Skills have {0}% chance to\ngrant an additional Charge" + text="Supported Skills have {0}% chance to\ngrant an additional random Charge" }, [2]={ limit={ @@ -8083,14 +8812,14 @@ return { [2]="#" } }, - text="Supported Skills grant an additional Charge" + text="Supported Skills grant an additional random Charge" } }, stats={ - [1]="chance_to_gain_1_more_charge_%" + [1]="chance_to_gain_1_more_random_charge_%" } }, - [324]={ + [357]={ [1]={ [1]={ limit={ @@ -8115,7 +8844,7 @@ return { [1]="chance_to_gain_endurance_charge_on_armour_break_%" } }, - [325]={ + [358]={ [1]={ [1]={ limit={ @@ -8124,7 +8853,7 @@ return { [2]=99 } }, - text="Supported Skills have {0}% chance to gain a Frenzy Charge on Killing a Frozen Enemy" + text="{0}% chance to gain an Endurance Charge when Heavily Stunning a non-Unique Enemy with Supported Skills" }, [2]={ limit={ @@ -8133,46 +8862,39 @@ return { [2]="#" } }, - text="Supported Skills gain a Frenzy Charge on Killing a Frozen Enemy" + text="Gain an Endurance Charge when Heavily Stunning a non-Unique Enemy with Supported Skills" } }, stats={ - [1]="chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%" + [1]="chance_to_gain_endurance_charge_on_heavy_stunning_non_unique_enemy_%" } }, - [326]={ + [359]={ [1]={ [1]={ limit={ [1]={ - [1]="#", - [2]="#" + [1]=1, + [2]=99 } }, - text="Hexes applied by Supported Curse Skills have {0}% chance to affect Hexproof Enemies" - } - }, - stats={ - [1]="chance_to_ignore_hexproof_%" - } - }, - [327]={ - [1]={ - [1]={ + text="{0}% chance to gain an Endurance Charge when hitting an Enemy with Supported Skill when Perfectly Timed" + }, + [2]={ limit={ [1]={ - [1]="#", + [1]=100, [2]="#" } }, - text="Supported Skills have {0}% chance to inflict an additional Impale on Enemies they Impale" + text="Gain an Endurance Charge when hitting an Enemy with Supported Skill when Perfectly Timed" } }, stats={ - [1]="chance_to_inflict_additional_impale_%" + [1]="chance_to_gain_endurance_charge_on_perfect_timing_hit_%" } }, - [328]={ + [360]={ [1]={ [1]={ limit={ @@ -8181,7 +8903,7 @@ return { [2]=99 } }, - text="Supported Skills have {0}% chance to Intimidate Enemies for 4 seconds on Hit" + text="Supported Skills have {0}% chance to gain a Frenzy Charge on Killing a Frozen Enemy" }, [2]={ limit={ @@ -8190,39 +8912,112 @@ return { [2]="#" } }, - text="Supported Skills Intimidate Enemies for 4 seconds on Hit" + text="Supported Skills gain a Frenzy Charge on Killing a Frozen Enemy" } }, stats={ - [1]="chance_to_intimidate_on_hit_%" + [1]="chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%" } }, - [329]={ + [361]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]=99 - } - }, - text="Corpses consumed by Supported Skills have {0}% chance to not be destroyed" - }, - [2]={ - limit={ - [1]={ - [1]=100, + [1]="#", [2]="#" } }, - text="Corpses consumed by Supported Skills are not destroyed" + text="Hexes applied by Supported Curse Skills have {0}% chance to affect Hexproof Enemies" + } + }, + stats={ + [1]="chance_to_ignore_hexproof_%" + } + }, + [362]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills have {0}% chance to inflict an additional Impale on Enemies they Impale" + } + }, + stats={ + [1]="chance_to_inflict_additional_impale_%" + } + }, + [363]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Supported Skills have {0}% chance to Intimidate Enemies for 4 seconds on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Supported Skills Intimidate Enemies for 4 seconds on Hit" + } + }, + stats={ + [1]="chance_to_intimidate_on_hit_%" + } + }, + [364]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to load a bolt into all Crossbow skills on dealing a Killing Blow with Supported Skill" + } + }, + stats={ + [1]="chance_to_load_a_bolt_on_killing_an_enemy_%" + } + }, + [365]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Corpses consumed by Supported Skills have {0}% chance to not be destroyed" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Corpses consumed by Supported Skills are not destroyed" } }, stats={ [1]="base_chance_to_not_consume_corpse_%" } }, - [330]={ + [366]={ [1]={ [1]={ limit={ @@ -8247,7 +9042,7 @@ return { [1]="chance_to_pierce_ignited_enemy_%" } }, - [331]={ + [367]={ [1]={ [1]={ limit={ @@ -8263,7 +9058,7 @@ return { [1]="chance_to_place_an_additional_mine_%" } }, - [332]={ + [368]={ [1]={ [1]={ limit={ @@ -8288,7 +9083,7 @@ return { [1]="chance_to_summon_support_ghost_on_hitting_rare_or_unique_%" } }, - [333]={ + [369]={ [1]={ [1]={ limit={ @@ -8313,7 +9108,23 @@ return { [1]="chance_to_trigger_fiery_death_on_ignited_enemy_death_%" } }, - [334]={ + [370]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Trigger Living Lightning on dealing Lightning Damage with Supported Skill" + } + }, + stats={ + [1]="supported_skill_triggers_living_lightning_on_dealing_lightning_damage" + } + }, + [371]={ [1]={ [1]={ limit={ @@ -8338,7 +9149,7 @@ return { [1]="chance_to_unnerve_on_hit_%" } }, - [335]={ + [372]={ [1]={ [1]={ limit={ @@ -8367,7 +9178,39 @@ return { [1]="channelled_skill_damage_+%" } }, - [336]={ + [373]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Break Armour equal to {0}% of Chaos Damage dealt by Supported Skills" + } + }, + stats={ + [1]="chaos_damage_%_dealt_as_armour_break" + } + }, + [374]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chaos Damage from Hits with Supported Skills also Contributes to Freeze Buildup" + } + }, + stats={ + [1]="chaos_damage_can_freeze" + } + }, + [375]={ [1]={ [1]={ limit={ @@ -8396,7 +9239,7 @@ return { [1]="chaos_damage_+%" } }, - [337]={ + [376]={ [1]={ [1]={ limit={ @@ -8412,7 +9255,7 @@ return { [1]="charge_skip_consume_chance_%" } }, - [338]={ + [377]={ [1]={ [1]={ limit={ @@ -8441,7 +9284,7 @@ return { [1]="chilled_ground_applies_%_freeze_multiplier_taken" } }, - [339]={ + [378]={ [1]={ [1]={ [1]={ @@ -8461,7 +9304,7 @@ return { [1]="chilling_ice_create_chilled_ground_on_freeze_base_duration_ms" } }, - [340]={ + [379]={ [1]={ [1]={ limit={ @@ -8490,7 +9333,23 @@ return { [1]="cold_ailment_effect_+%" } }, - [341]={ + [380]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills determine Impale Magnitude from Cold damage as well as Physical damage" + } + }, + stats={ + [1]="cold_damage_can_impale" + } + }, + [381]={ [1]={ [1]={ limit={ @@ -8519,7 +9378,7 @@ return { [1]="cold_damage_+%" } }, - [342]={ + [382]={ [1]={ [1]={ limit={ @@ -8548,7 +9407,7 @@ return { [1]="combat_rush_effect_+%" } }, - [343]={ + [383]={ [1]={ [1]={ limit={ @@ -8577,7 +9436,7 @@ return { [1]="combo_falloff_speed_+%" } }, - [344]={ + [384]={ [1]={ [1]={ limit={ @@ -8593,7 +9452,7 @@ return { [1]="companion_takes_%_damage_before_you_from_support" } }, - [345]={ + [385]={ [1]={ [1]={ [1]={ @@ -8669,7 +9528,7 @@ return { [2]="conditional_skill_additional_usages_duration_ms" } }, - [346]={ + [386]={ [1]={ [1]={ limit={ @@ -8685,7 +9544,7 @@ return { [1]="consume_armour_break_to_trigger_battershout_explosion" } }, - [347]={ + [387]={ [1]={ [1]={ limit={ @@ -8710,7 +9569,7 @@ return { [1]="consume_bleed_to_create_X_haemocrystals" } }, - [348]={ + [388]={ [1]={ [1]={ limit={ @@ -8726,7 +9585,7 @@ return { [1]="consume_endurance_charges_on_use_to_recover_%_maximum_life_per_charge" } }, - [349]={ + [389]={ [1]={ [1]={ limit={ @@ -8742,7 +9601,7 @@ return { [1]="consume_enemy_daze_to_always_hit" } }, - [350]={ + [390]={ [1]={ [1]={ limit={ @@ -8758,7 +9617,7 @@ return { [1]="consume_enemy_freeze_to_guarantee_crit" } }, - [351]={ + [391]={ [1]={ [1]={ limit={ @@ -8774,7 +9633,7 @@ return { [1]="consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge" } }, - [352]={ + [392]={ [1]={ [1]={ limit={ @@ -8790,7 +9649,7 @@ return { [1]="consume_ignite_on_hit" } }, - [353]={ + [393]={ [1]={ [1]={ limit={ @@ -8815,7 +9674,7 @@ return { [1]="consume_maim_on_hit_to_break_%_armour" } }, - [354]={ + [394]={ [1]={ [1]={ limit={ @@ -8840,7 +9699,7 @@ return { [1]="consume_parry_debuff_on_hit_to_gain_X_frenzy_charges" } }, - [355]={ + [395]={ [1]={ [1]={ limit={ @@ -8865,7 +9724,7 @@ return { [1]="cooldown_recovery_rate_+%_when_a_unique_enemy_in_your_presence" } }, - [356]={ + [396]={ [1]={ [1]={ limit={ @@ -8894,7 +9753,7 @@ return { [1]="cooldown_speed_+%_per_different_ailment_inflicted_recently" } }, - [357]={ + [397]={ [1]={ [1]={ limit={ @@ -8910,7 +9769,7 @@ return { [1]="cooldown_speed_+%_per_highest_power_of_recently_heavy_stunned_enemy" } }, - [358]={ + [398]={ [1]={ [1]={ limit={ @@ -8926,7 +9785,32 @@ return { [1]="cooldown_speed_+%_per_recent_block_up_to_40%" } }, - [359]={ + [399]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Slams create {0} Brambles" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Slams create {0} Brambles" + } + }, + stats={ + [1]="create_X_briar_thorns_on_slam" + } + }, + [400]={ [1]={ [1]={ [1]={ @@ -8977,7 +9861,7 @@ return { [3]="rip_support_buff_base_duration" } }, - [360]={ + [401]={ [1]={ [1]={ limit={ @@ -9006,7 +9890,7 @@ return { [1]="critical_hit_damaging_ailment_effect_+%" } }, - [361]={ + [402]={ [1]={ [1]={ limit={ @@ -9035,7 +9919,7 @@ return { [1]="critical_strike_chance_+%_vs_blinded_enemies" } }, - [362]={ + [403]={ [1]={ [1]={ limit={ @@ -9064,7 +9948,7 @@ return { [1]="critical_strike_chance_+%_vs_immobilised_enemies" } }, - [363]={ + [404]={ [1]={ [1]={ limit={ @@ -9080,7 +9964,32 @@ return { [1]="crossbow_attack_%_chance_to_not_consume_ammo" } }, - [364]={ + [405]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills Load {0} bolt when you Dodge" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Skills Load {0} bolts when you Dodge" + } + }, + stats={ + [1]="crossbow_load_x_bolts_on_dodge" + } + }, + [406]={ [1]={ [1]={ limit={ @@ -9089,14 +9998,14 @@ return { [2]="#" } }, - text="Supported Skills reload automatically on\nHeavy Stunning an enemy" + text="Supported Skills reload automatically when Heavy Stunning an enemy with them" } }, stats={ [1]="crossbow_reload_on_heavy_stun" } }, - [365]={ + [407]={ [1]={ [1]={ limit={ @@ -9125,7 +10034,7 @@ return { [1]="cruelty_effect_+%" } }, - [366]={ + [408]={ [1]={ [1]={ limit={ @@ -9150,7 +10059,7 @@ return { [1]="crush_for_2_seconds_on_hit_%_chance" } }, - [367]={ + [409]={ [1]={ [1]={ limit={ @@ -9166,7 +10075,7 @@ return { [1]="crushing_blow_vs_ignited_and_fully_armour_broken" } }, - [368]={ + [410]={ [1]={ [1]={ limit={ @@ -9182,7 +10091,7 @@ return { [1]="cull_frozen_enemies_on_hit" } }, - [369]={ + [411]={ [1]={ [1]={ limit={ @@ -9191,14 +10100,14 @@ return { [2]="#" } }, - text="Supported Skills create Cursed Ground\nEnemies on the Cursed Ground from a Supported Skill are Cursed while within it\nMaximum 1 area of Cursed Ground" + text="Supported Skills create Cursed Ground\nEnemies on the Cursed Ground from a Supported Skill are Cursed while within it" } }, stats={ [1]="curse_apply_as_curse_zone" } }, - [370]={ + [412]={ [1]={ [1]={ limit={ @@ -9227,7 +10136,55 @@ return { [1]="curse_area_of_effect_+%" } }, - [371]={ + [413]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Curses inflicted by Supported Skills ignore Curse limit" + } + }, + stats={ + [1]="curse_ignores_curse_limit" + } + }, + [414]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cursed Ground created by Supported Skills counts as a Hazard" + } + }, + stats={ + [1]="curse_zones_are_hazards" + } + }, + [415]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Curses inflicted by Supported Skills are reflected back to you" + } + }, + stats={ + [1]="curses_reflected_to_self" + } + }, + [416]={ [1]={ [1]={ limit={ @@ -9256,7 +10213,7 @@ return { [1]="damage_over_time_+%" } }, - [372]={ + [417]={ [1]={ [1]={ limit={ @@ -9285,7 +10242,7 @@ return { [1]="damage_+%" } }, - [373]={ + [418]={ [1]={ [1]={ limit={ @@ -9314,7 +10271,7 @@ return { [1]="damage_+%_for_non_minions" } }, - [374]={ + [419]={ [1]={ [1]={ limit={ @@ -9343,7 +10300,7 @@ return { [1]="damage_+%_if_lost_endurance_charge_in_past_8_seconds" } }, - [375]={ + [420]={ [1]={ [1]={ limit={ @@ -9372,7 +10329,7 @@ return { [1]="damage_+%_per_200_mana_spent_recently" } }, - [376]={ + [421]={ [1]={ [1]={ limit={ @@ -9401,7 +10358,7 @@ return { [1]="damage_+%_per_endurance_charge" } }, - [377]={ + [422]={ [1]={ [1]={ limit={ @@ -9430,7 +10387,7 @@ return { [1]="damage_+%_per_frenzy_charge" } }, - [378]={ + [423]={ [1]={ [1]={ limit={ @@ -9459,7 +10416,7 @@ return { [1]="damage_+%_per_power_charge" } }, - [379]={ + [424]={ [1]={ [1]={ limit={ @@ -9488,7 +10445,7 @@ return { [1]="damage_+%_vs_enemies_on_full_life" } }, - [380]={ + [425]={ [1]={ [1]={ limit={ @@ -9517,7 +10474,7 @@ return { [1]="damage_+%_vs_enemies_per_freeze_shock_ignite" } }, - [381]={ + [426]={ [1]={ [1]={ limit={ @@ -9546,7 +10503,7 @@ return { [1]="damage_+%_vs_frozen_enemies" } }, - [382]={ + [427]={ [1]={ [1]={ limit={ @@ -9575,7 +10532,7 @@ return { [1]="damage_+%_on_full_energy_shield" } }, - [383]={ + [428]={ [1]={ [1]={ limit={ @@ -9604,7 +10561,7 @@ return { [1]="damage_+%_when_on_full_life" } }, - [384]={ + [429]={ [1]={ [1]={ limit={ @@ -9633,7 +10590,7 @@ return { [1]="damage_+%_when_on_low_life" } }, - [385]={ + [430]={ [1]={ [1]={ limit={ @@ -9662,7 +10619,7 @@ return { [1]="damage_+%_while_an_ailment_on_you" } }, - [386]={ + [431]={ [1]={ [1]={ limit={ @@ -9691,7 +10648,7 @@ return { [1]="damage_+%_while_life_leeching" } }, - [387]={ + [432]={ [1]={ [1]={ limit={ @@ -9720,7 +10677,7 @@ return { [1]="damage_+%_while_mana_leeching" } }, - [388]={ + [433]={ [1]={ [1]={ limit={ @@ -9736,7 +10693,7 @@ return { [1]="damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time" } }, - [389]={ + [434]={ [1]={ [1]={ limit={ @@ -9752,7 +10709,7 @@ return { [1]="damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time" } }, - [390]={ + [435]={ [1]={ [1]={ limit={ @@ -9781,7 +10738,7 @@ return { [1]="damage_taken_+%_per_250_ms_buff_uptime" } }, - [391]={ + [436]={ [1]={ [1]={ limit={ @@ -9810,7 +10767,7 @@ return { [1]="damage_vs_cursed_enemies_per_enemy_curse_+%" } }, - [392]={ + [437]={ [1]={ [1]={ limit={ @@ -9826,7 +10783,7 @@ return { [1]="damage_vs_enemies_on_low_life_+%" } }, - [393]={ + [438]={ [1]={ [1]={ limit={ @@ -9842,7 +10799,7 @@ return { [1]="damaging_ailments_deal_damage_+%_faster" } }, - [394]={ + [439]={ [1]={ [1]={ [1]={ @@ -9875,7 +10832,7 @@ return { [1]="daze_self_on_critical_hit_for_X_ms" } }, - [395]={ + [440]={ [1]={ [1]={ limit={ @@ -9891,7 +10848,7 @@ return { [1]="deal_chaos_damage_per_second_for_10_seconds_on_hit" } }, - [396]={ + [441]={ [1]={ [1]={ limit={ @@ -9907,7 +10864,7 @@ return { [1]="deal_no_elemental_damage" } }, - [397]={ + [442]={ [1]={ [1]={ limit={ @@ -9932,7 +10889,32 @@ return { [1]="deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger" } }, - [398]={ + [443]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills deal your Thorns Damage twice on their next Hit after you Retaliate with Thorns" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Skills deal your Thorns Damage twice on their next {0} Hits after you Retaliate with Thorns" + } + }, + stats={ + [1]="deal_thorns_damage_twice_on_hit_for_X_hits_after_thorns_trigger" + } + }, + [444]={ [1]={ [1]={ limit={ @@ -9961,7 +10943,7 @@ return { [1]="deathmark_minion_damage_+%_final" } }, - [399]={ + [445]={ [1]={ [1]={ limit={ @@ -9990,7 +10972,7 @@ return { [1]="difficulty_of_meeting_conditional_requirement_+%" } }, - [400]={ + [446]={ [1]={ [1]={ [1]={ @@ -10010,23 +10992,7 @@ return { [1]="display_base_intensity_loss" } }, - [401]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Totems cannot gain Infusion" - } - }, - stats={ - [1]="display_totems_no_infusion" - } - }, - [402]={ + [447]={ [1]={ [1]={ limit={ @@ -10064,7 +11030,7 @@ return { [1]="distance_scaled_accuracy_rating_penalty_+%" } }, - [403]={ + [448]={ [1]={ [1]={ limit={ @@ -10080,7 +11046,23 @@ return { [1]="dot_multiplier_+" } }, - [404]={ + [449]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ancestral Boost has double effect on Supported Skills" + } + }, + stats={ + [1]="double_ancestral_boost_effect" + } + }, + [450]={ [1]={ [1]={ limit={ @@ -10096,7 +11078,7 @@ return { [1]="elemental_damage_cannot_be_reflected" } }, - [405]={ + [451]={ [1]={ [1]={ limit={ @@ -10125,7 +11107,7 @@ return { [1]="elemental_damage_+%" } }, - [406]={ + [452]={ [1]={ [1]={ limit={ @@ -10154,7 +11136,7 @@ return { [1]="elusive_effect_+%" } }, - [407]={ + [453]={ [1]={ [1]={ limit={ @@ -10187,7 +11169,7 @@ return { [1]="enemies_you_shock_movement_speed_+%" } }, - [408]={ + [454]={ [1]={ [1]={ limit={ @@ -10216,7 +11198,7 @@ return { [1]="enemies_you_shock_take_%_increased_physical_damage" } }, - [409]={ + [455]={ [1]={ [1]={ limit={ @@ -10232,7 +11214,7 @@ return { [1]="enemy_phys_reduction_%_penalty_vs_hit" } }, - [410]={ + [456]={ [1]={ [1]={ limit={ @@ -10261,7 +11243,7 @@ return { [1]="energy_generated_+%" } }, - [411]={ + [457]={ [1]={ [1]={ limit={ @@ -10277,7 +11259,7 @@ return { [1]="evasion_+%_while_performing_action_per_250_ms_attack_time" } }, - [412]={ + [458]={ [1]={ [1]={ limit={ @@ -10293,7 +11275,36 @@ return { [1]="explode_on_low_life_%_maximum_life_to_deal" } }, - [413]={ + [459]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Exposure applied by Supported Skills has {0}% increased effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Exposure applied by Supported Skills has {0}% reduced effect" + } + }, + stats={ + [1]="exposure_effect_+%" + } + }, + [460]={ [1]={ [1]={ limit={ @@ -10309,7 +11320,7 @@ return { [1]="faster_bleed_%" } }, - [414]={ + [461]={ [1]={ [1]={ limit={ @@ -10338,7 +11349,7 @@ return { [1]="faster_burn_%" } }, - [415]={ + [462]={ [1]={ [1]={ limit={ @@ -10354,7 +11365,23 @@ return { [1]="faster_poison_%" } }, - [416]={ + [463]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Poisons from Supported Skills deal Damage {0}% faster per Rage" + } + }, + stats={ + [1]="faster_poison_%_per_current_rage" + } + }, + [464]={ [1]={ [1]={ limit={ @@ -10383,7 +11410,7 @@ return { [1]="feeding_frenzy_minion_damage_+%_final" } }, - [417]={ + [465]={ [1]={ [1]={ limit={ @@ -10412,7 +11439,23 @@ return { [1]="feeding_frenzy_minion_damage_taken_+%_final" } }, - [418]={ + [466]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Final Strike of Supported Skill is Ancestrally Boosted" + } + }, + stats={ + [1]="final_strike_is_ancestrally_boosted" + } + }, + [467]={ [1]={ [1]={ limit={ @@ -10441,7 +11484,7 @@ return { [1]="fire_damage_+%" } }, - [419]={ + [468]={ [1]={ [1]={ limit={ @@ -10457,7 +11500,7 @@ return { [1]="fire_dot_multiplier_+" } }, - [420]={ + [469]={ [1]={ [1]={ [1]={ @@ -10477,7 +11520,7 @@ return { [1]="firestorm_drop_burning_ground_duration_ms" } }, - [421]={ + [470]={ [1]={ [1]={ limit={ @@ -10486,7 +11529,23 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased Fortification Duration" + text="Maximum {0} Flame Pillars" + } + }, + stats={ + [1]="flame_pillar_support_maximum_pillars_per_skill_use" + } + }, + [471]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% increased Fortification Duration" }, [2]={ [1]={ @@ -10506,7 +11565,7 @@ return { [1]="fortify_duration_+%" } }, - [422]={ + [472]={ [1]={ [1]={ limit={ @@ -10522,7 +11581,7 @@ return { [1]="freeze_applies_cold_resistance_+" } }, - [423]={ + [473]={ [1]={ [1]={ limit={ @@ -10551,7 +11610,7 @@ return { [1]="freeze_duration_ms_+" } }, - [424]={ + [474]={ [1]={ [1]={ limit={ @@ -10580,7 +11639,7 @@ return { [1]="freeze_duration_+%" } }, - [425]={ + [475]={ [1]={ [1]={ [1]={ @@ -10600,7 +11659,7 @@ return { [1]="base_freezing_enemy_chills_enemies_in_radius" } }, - [426]={ + [476]={ [1]={ [1]={ limit={ @@ -10616,7 +11675,7 @@ return { [1]="from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired" } }, - [427]={ + [477]={ [1]={ [1]={ limit={ @@ -10645,7 +11704,7 @@ return { [1]="frost_bomb_damage_+%_final_per_100ms_duration" } }, - [428]={ + [478]={ [1]={ [1]={ limit={ @@ -10661,7 +11720,7 @@ return { [1]="fully_break_enemies_armour_on_heavy_stun" } }, - [429]={ + [479]={ [1]={ [1]={ [1]={ @@ -10678,10 +11737,10 @@ return { } }, stats={ - [1]="fully_broken_armour_duration_ms_+" + [1]="fully_broken_armour_and_sundered_armour_duration_ms_+" } }, - [430]={ + [480]={ [1]={ [1]={ [1]={ @@ -10701,7 +11760,7 @@ return { [1]="fully_broken_armour_duration_ms_removed_on_hit" } }, - [431]={ + [481]={ [1]={ [1]={ limit={ @@ -10717,7 +11776,7 @@ return { [1]="gain_%_of_base_wand_damage_as_added_spell_damage" } }, - [432]={ + [482]={ [1]={ [1]={ limit={ @@ -10733,7 +11792,58 @@ return { [1]="gain_1_rage_on_use_%_chance" } }, - [433]={ + [483]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]=1000, + [2]=1000 + } + }, + text="Gain {1} Guard per ten Strength when you Stun an Enemy\nGain an additional {0} Guard per ten Strength if Heavily Stunning\nGuard duration is {2} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Gain {1} Guard per ten Strength when you Stun an Enemy\nGain an additional {0} Guard per ten Strength if Heavily Stunning\nGuard duration is {2} seconds" + } + }, + stats={ + [1]="gain_X_guard_on_heavy_stun_per_10_strength", + [2]="gain_X_guard_on_stun_per_10_strength", + [3]="guard_on_stun_guard_duration_ms" + } + }, + [484]={ [1]={ [1]={ limit={ @@ -10749,7 +11859,7 @@ return { [1]="gain_X_perfection_on_successful_perfect_timing" } }, - [434]={ + [485]={ [1]={ [1]={ limit={ @@ -10765,7 +11875,32 @@ return { [1]="gain_X_volatility_on_empowered_skill_use" } }, - [435]={ + [486]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Gain {0} Wildshard on casting Supported Spells" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Gain {0} Wildshards on casting Supported Spells" + } + }, + stats={ + [1]="gain_X_wildshard_stacks_on_cast" + } + }, + [487]={ [1]={ [1]={ limit={ @@ -10812,7 +11947,7 @@ return { [2]="gain_endurance_charge_on_melee_stun_%" } }, - [436]={ + [488]={ [1]={ [1]={ limit={ @@ -10828,7 +11963,7 @@ return { [1]="gain_energy_shield_cost_equal_to_intelligence" } }, - [437]={ + [489]={ [1]={ [1]={ limit={ @@ -10844,7 +11979,7 @@ return { [1]="gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%" } }, - [438]={ + [490]={ [1]={ [1]={ limit={ @@ -10860,7 +11995,7 @@ return { [1]="gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%" } }, - [439]={ + [491]={ [1]={ [1]={ limit={ @@ -10881,7 +12016,39 @@ return { [2]="consume_%_of_maximum_mana_flask_charges_on_skill_use" } }, - [440]={ + [492]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills Gain {0}% of Damage as extra Physical Damage per 10 Life cost" + } + }, + stats={ + [1]="gain_%_of_damage_as_physical_per_10_life_cost" + } + }, + [493]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Releasing Supported Skills with Perfect Timing grants Deflection Rating equal to {0}% of Evasion Rating for 8 seconds" + } + }, + stats={ + [1]="gain_%_of_evasion_as_deflection_rating_on_perfect_timing_for_8_seconds" + } + }, + [494]={ [1]={ [1]={ limit={ @@ -10897,7 +12064,7 @@ return { [1]="gain_power_charge_on_kill_with_hit_%" } }, - [441]={ + [495]={ [1]={ [1]={ limit={ @@ -10922,7 +12089,40 @@ return { [1]="gain_righteous_charge_on_mana_spent_%" } }, - [442]={ + [496]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Gain Unholy Might for {0} second on Commanding Minions from Supported Skills" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Unholy Might for {0} seconds on Commanding Minions from Supported Skills" + } + }, + stats={ + [1]="gain_unholy_might_for_X_ms_on_command" + } + }, + [497]={ [1]={ [1]={ [1]={ @@ -10942,23 +12142,32 @@ return { [1]="gain_vaal_soul_on_hit_cooldown_ms" } }, - [443]={ + [498]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, + [2]=1 + } + }, + text="Gain {0} Endurance Charge on Heavily Stunning a Unique Enemy with Supported Skill" + }, + [2]={ + limit={ + [1]={ + [1]=2, [2]="#" } }, - text="Supported Skills grant {0} Rage on Melee Hit" + text="Gain {0} Endurance Charges on Heavily Stunning a Unique Enemy with Supported Skill" } }, stats={ - [1]="gain_x_rage_on_melee_hit" + [1]="gain_x_endurance_charges_on_heavy_stunning_unique_enemy" } }, - [444]={ + [499]={ [1]={ [1]={ limit={ @@ -10967,35 +12176,30 @@ return { [2]="#" } }, - text="Quality has no effect" + text="Supported Skills grant {0} Rage on Melee Hit" } }, stats={ - [1]="gem_display_quality_has_no_effect" + [1]="gain_x_rage_on_melee_hit" } }, - [445]={ + [500]={ [1]={ [1]={ limit={ [1]={ [1]="#", [2]="#" - }, - [2]={ - [1]="#", - [2]="#" } }, - text="Triggers socketed Bow Attacks on reaching full Mana\nAfter Triggering socketed Skills this way, cannot do so again until reaching {0}% of maximum Mana" + text="Quality has no effect" } }, stats={ - [1]="generic_ongoing_trigger_triggered_on_reaching_full_mana", - [2]="generic_ongoing_trigger_retriggerable_on_reaching_%_mana" + [1]="gem_display_quality_has_no_effect" } }, - [446]={ + [501]={ [1]={ [1]={ limit={ @@ -11011,7 +12215,7 @@ return { [1]="global_hit_causes_monster_flee_%" } }, - [447]={ + [502]={ [1]={ [1]={ limit={ @@ -11027,7 +12231,7 @@ return { [1]="global_knockback" } }, - [448]={ + [503]={ [1]={ [1]={ limit={ @@ -11048,7 +12252,7 @@ return { [2]="global_maximum_added_chaos_damage" } }, - [449]={ + [504]={ [1]={ [1]={ limit={ @@ -11069,7 +12273,7 @@ return { [2]="global_maximum_added_cold_damage" } }, - [450]={ + [505]={ [1]={ [1]={ limit={ @@ -11090,7 +12294,7 @@ return { [2]="global_maximum_added_fire_damage" } }, - [451]={ + [506]={ [1]={ [1]={ limit={ @@ -11111,7 +12315,7 @@ return { [2]="global_maximum_added_lightning_damage" } }, - [452]={ + [507]={ [1]={ [1]={ limit={ @@ -11132,23 +12336,7 @@ return { [2]="global_maximum_added_physical_damage" } }, - [453]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Supported Skills have {0}% reduced Enemy Block Chance" - } - }, - stats={ - [1]="global_reduce_enemy_block_%" - } - }, - [454]={ + [508]={ [1]={ [1]={ limit={ @@ -11177,22 +12365,38 @@ return { [1]="greater_projectile_intensity_projectile_damage_+%_final_per_intensity" } }, - [455]={ + [509]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]=99 - } - }, - text="Grenades fired by Supported Skills have {0}% chance to activate a second time" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]=100 + [1]="#", + [2]="#" + } + }, + text="Grenades from Supported Skills cannot explode unless Detonated by a Detonator" + } + }, + stats={ + [1]="grenade_only_detonate_from_detonators" + } + }, + [510]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Grenades fired by Supported Skills have {0}% chance to activate a second time" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 } }, text="Grenades fired by Supported Skills activate a second time" @@ -11202,7 +12406,36 @@ return { [1]="grenade_skill_%_chance_to_explode_twice" } }, - [456]={ + [511]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Grenade Skills have {0}% increased Cooldown Recovery Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Grenade Skills have {0}% reduced Cooldown Recovery Rate" + } + }, + stats={ + [1]="grenade_skill_cooldown_speed_+%" + } + }, + [512]={ [1]={ [1]={ limit={ @@ -11218,7 +12451,36 @@ return { [1]="grenade_skill_does_not_bounce_off_ground" } }, - [457]={ + [513]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ground Surfaces from Supported Skills apply Suppressive Ground\nSuppressive Ground grants {0}% more Cooldown Recovery Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Ground Surfaces from Supported Skills apply Suppressive Ground\nSuppressive Ground inflicts {0}% less Cooldown Recovery Rate" + } + }, + stats={ + [1]="ground_effects_apply_cooldown_speed_+%_final" + } + }, + [514]={ [1]={ [1]={ limit={ @@ -11234,7 +12496,57 @@ return { [1]="ground_effects_cannot_trigger" } }, - [458]={ + [515]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="DNT Supported Skills have {0}% chance to Trigger Grounding Shocks when inflicting Shock" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="DNT Supported Skills Trigger Grounding Shocks when inflicting Shock" + } + }, + stats={ + [1]="grounding_shocks_chance_%_to_create_orb_on_shocking_enemy" + } + }, + [516]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills create {0} additional Haemocrystal when Consuming Aggravated Bleeding" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Skills create {0} additional Haemocrystals when Consuming Aggravated Bleeding" + } + }, + stats={ + [1]="haemocrystals_X_additional_crystals_on_consuming_aggravated_bleed" + } + }, + [517]={ [1]={ [1]={ limit={ @@ -11259,7 +12571,7 @@ return { [1]="hazard_rearm_%_chance" } }, - [459]={ + [518]={ [1]={ [1]={ limit={ @@ -11275,7 +12587,7 @@ return { [1]="hazards_trigger_at_end_of_duration_instead" } }, - [460]={ + [519]={ [1]={ [1]={ limit={ @@ -11304,7 +12616,7 @@ return { [1]="herald_effect_on_self_+%" } }, - [461]={ + [520]={ [1]={ [1]={ limit={ @@ -11333,7 +12645,7 @@ return { [1]="hex_transfer_on_death_range_+%" } }, - [462]={ + [521]={ [1]={ [1]={ limit={ @@ -11362,7 +12674,71 @@ return { [1]="hit_damage_+%" } }, - [463]={ + [522]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Hits from Supported Skills ignore enemy Fire Resistance" + } + }, + stats={ + [1]="hits_ignore_enemy_fire_resistance" + } + }, + [523]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Hits with Supported Skills have {0}% chance to ignore Enemy Physical Damage reduction" + } + }, + stats={ + [1]="hits_ignore_enemy_monster_physical_damage_reduction_%_chance" + } + }, + [524]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ice Crystals created by Supported Skills can Impale with Cold Damage as though it was Physical" + } + }, + stats={ + [1]="ice_crystal_explosion_cold_damage_can_impale" + } + }, + [525]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ice Crystals created by Supported Skills have {0}% chance to Impale" + } + }, + stats={ + [1]="ice_crystal_explosion_impale_chance_%" + } + }, + [526]={ [1]={ [1]={ limit={ @@ -11391,7 +12767,7 @@ return { [1]="ignite_duration_+%" } }, - [464]={ + [527]={ [1]={ [1]={ limit={ @@ -11420,7 +12796,7 @@ return { [1]="ignite_effect_+%_final_against_frozen_enemies" } }, - [465]={ + [528]={ [1]={ [1]={ limit={ @@ -11436,7 +12812,7 @@ return { [1]="ignites_apply_fire_resistance_+" } }, - [466]={ + [529]={ [1]={ [1]={ limit={ @@ -11465,7 +12841,7 @@ return { [1]="impale_magnitude_+%" } }, - [467]={ + [530]={ [1]={ [1]={ limit={ @@ -11490,7 +12866,7 @@ return { [1]="impale_on_hit_%_chance" } }, - [468]={ + [531]={ [1]={ [1]={ limit={ @@ -11506,7 +12882,7 @@ return { [1]="impale_support_physical_damage_+%_final" } }, - [469]={ + [532]={ [1]={ [1]={ limit={ @@ -11535,7 +12911,7 @@ return { [1]="inc_aoe_plus_more_area_damage_+%_final" } }, - [470]={ + [533]={ [1]={ [1]={ [1]={ @@ -11548,7 +12924,7 @@ return { [2]=1000 } }, - text="Supported Skills inflict Cold Exposure for {0} second on Critical Hit with Cold Damage" + text="Supported Skills inflict Exposure for {0} second on Critical Hit with Cold Damage" }, [2]={ [1]={ @@ -11561,14 +12937,14 @@ return { [2]="#" } }, - text="Supported Skills inflict Cold Exposure for {0} seconds on Critical Hit with Cold Damage" + text="Supported Skills inflict Exposure for {0} seconds on Critical Hit with Cold Damage" } }, stats={ - [1]="inflict_cold_exposure_for_x_ms_on_cold_crit" + [1]="inflict_exposure_for_x_ms_on_cold_crit" } }, - [471]={ + [534]={ [1]={ [1]={ [1]={ @@ -11581,7 +12957,7 @@ return { [2]=1000 } }, - text="Supported Skills inflict Fire Exposure for {0} second on Igniting a target" + text="Supported Skills inflict Exposure for {0} second on Igniting a target" }, [2]={ [1]={ @@ -11594,14 +12970,14 @@ return { [2]="#" } }, - text="Supported Skills inflict Fire Exposure for {0} seconds on Igniting a target" + text="Supported Skills inflict Exposure for {0} seconds on Igniting a target" } }, stats={ - [1]="inflict_fire_exposure_for_x_ms_on_ignite" + [1]="inflict_exposure_for_x_ms_on_ignite" } }, - [472]={ + [535]={ [1]={ [1]={ [1]={ @@ -11614,7 +12990,7 @@ return { [2]=1000 } }, - text="Supported Skills inflict Lightning Exposure for {0} second on Shocking a target" + text="Supported Skills inflict Exposure for {0} second on Shocking a target" }, [2]={ [1]={ @@ -11627,50 +13003,14 @@ return { [2]="#" } }, - text="Supported Skills inflict Lightning Exposure for {0} seconds on Shocking a target" - } - }, - stats={ - [1]="inflict_lightning_exposure_for_x_ms_on_shock" - } - }, - [473]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Infusion granted by Supported Skills grants {0}% of Damage Gained as Extra of the matching Elemental Damage Type when Consumed" - } - }, - stats={ - [1]="infusion_all_damage_%_to_gain_as_infusion_type" - } - }, - [474]={ - [1]={ - [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Infusion grants {}% of maximum Life Regenerated per second" + text="Supported Skills inflict Exposure for {0} seconds on Shocking a target" } }, stats={ - [1]="infusion_grants_life_regeneration_rate_per_minute_%" + [1]="inflict_exposure_for_x_ms_on_shock" } }, - [475]={ + [536]={ [1]={ [1]={ limit={ @@ -11699,7 +13039,7 @@ return { [1]="inspiration_charge_duration_+%" } }, - [476]={ + [537]={ [1]={ [1]={ limit={ @@ -11724,7 +13064,7 @@ return { [1]="instability_on_critical_%_chance" } }, - [477]={ + [538]={ [1]={ [1]={ limit={ @@ -11733,13 +13073,29 @@ return { [2]="#" } }, - text="Supported Spells lose Intensity with {0}% increased frequency while moving" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, + text="Infusion granted by Supported Skills grants {0}% of Damage Gained as Extra of the matching Elemental Damage Type when Consumed" + } + }, + stats={ + [1]="instilling_all_damage_%_to_gain_as_instilling_type" + } + }, + [539]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Spells lose Intensity with {0}% increased frequency while moving" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", @@ -11753,7 +13109,7 @@ return { [1]="intensity_loss_frequency_while_moving_+%" } }, - [478]={ + [540]={ [1]={ [1]={ limit={ @@ -11769,7 +13125,57 @@ return { [1]="intimidate_on_heavy_stun_vs_ignited_and_fully_armour_broken" } }, - [479]={ + [541]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="DNT Modifiers to Melee damage apply to Projectile Attack damage for the supported skill at {0}% effectiveness" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="DNT Modifiers to Melee damage also apply to Projectile Attack damage for the supported skill" + } + }, + stats={ + [1]="iron_grip_damage_modifier_effectiveness_%" + } + }, + [542]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="DNT Modifiers to Melee damage apply to Spell damage for the supported skill at {0}% effectiveness" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="DNT Modifiers to Melee damage also apply to Spell damage for the supported skill" + } + }, + stats={ + [1]="iron_will_damage_modifier_effectiveness_%" + } + }, + [543]={ [1]={ [1]={ limit={ @@ -11785,7 +13191,7 @@ return { [1]="number_of_warcries_exerting_this_action" } }, - [480]={ + [544]={ [1]={ [1]={ limit={ @@ -11801,7 +13207,7 @@ return { [1]="knockback_chance_%_at_close_range" } }, - [481]={ + [545]={ [1]={ [1]={ limit={ @@ -11830,7 +13236,23 @@ return { [1]="knockback_distance_+%" } }, - [482]={ + [546]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Life Leeched by Supported Skills is not removed at full Life" + } + }, + stats={ + [1]="life_leech_from_source_not_removed_at_full_life" + } + }, + [547]={ [1]={ [1]={ limit={ @@ -11859,7 +13281,7 @@ return { [1]="lightning_ailment_effect_+%" } }, - [483]={ + [548]={ [1]={ [1]={ limit={ @@ -11888,7 +13310,7 @@ return { [1]="lightning_damage_+%" } }, - [484]={ + [549]={ [1]={ [1]={ limit={ @@ -11917,7 +13339,7 @@ return { [1]="local_gem_dex_requirement_+%" } }, - [485]={ + [550]={ [1]={ [1]={ limit={ @@ -11946,7 +13368,7 @@ return { [1]="local_gem_int_requirement_+%" } }, - [486]={ + [551]={ [1]={ [1]={ limit={ @@ -11975,7 +13397,23 @@ return { [1]="local_gem_str_requirement_+%" } }, - [487]={ + [552]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You Recoup {0}% of Damage taken by Supported Minions this way as Life" + } + }, + stats={ + [1]="loyalty_%_of_redirected_damage_recouped_as_life_for_owner" + } + }, + [553]={ [1]={ [1]={ limit={ @@ -12004,7 +13442,7 @@ return { [1]="maim_effect_+%" } }, - [488]={ + [554]={ [1]={ [1]={ limit={ @@ -12029,7 +13467,7 @@ return { [1]="maim_on_hit_%" } }, - [489]={ + [555]={ [1]={ [1]={ limit={ @@ -12067,7 +13505,7 @@ return { [2]="manaweave_added_lightning_damage_%_cost_if_payable" } }, - [490]={ + [556]={ [1]={ [1]={ limit={ @@ -12083,7 +13521,7 @@ return { [1]="manaweave_added_cold_damage_%_cost_if_payable" } }, - [491]={ + [557]={ [1]={ [1]={ limit={ @@ -12099,7 +13537,61 @@ return { [1]="marked_target_%_physical_damage_taken_as_armour_break" } }, - [492]={ + [558]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Melee Physical Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Melee Physical Damage" + } + }, + stats={ + [1]="support_melee_physical_damage_+%_final" + } + }, + [559]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Maximum {0} area of Cursed Ground" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Maximum {0} areas of Cursed Ground" + } + }, + stats={ + [1]="maximum_curse_zones_allowed" + } + }, + [560]={ [1]={ [1]={ limit={ @@ -12115,7 +13607,7 @@ return { [1]="maximum_intensify_stacks" } }, - [493]={ + [561]={ [1]={ [1]={ limit={ @@ -12131,7 +13623,7 @@ return { [1]="melee_attacks_usable_without_mana_cost_while_surrounded" } }, - [494]={ + [562]={ [1]={ [1]={ limit={ @@ -12160,7 +13652,7 @@ return { [1]="melee_damage_+%" } }, - [495]={ + [563]={ [1]={ [1]={ limit={ @@ -12189,7 +13681,7 @@ return { [1]="melee_damage_vs_bleeding_enemies_+%" } }, - [496]={ + [564]={ [1]={ [1]={ limit={ @@ -12218,7 +13710,7 @@ return { [1]="melee_physical_damage_+%" } }, - [497]={ + [565]={ [1]={ [1]={ limit={ @@ -12234,7 +13726,7 @@ return { [1]="melee_range_+" } }, - [498]={ + [566]={ [1]={ [1]={ limit={ @@ -12263,7 +13755,7 @@ return { [1]="mine_detonation_radius_+%" } }, - [499]={ + [567]={ [1]={ [1]={ limit={ @@ -12292,7 +13784,7 @@ return { [1]="mine_detonation_speed_+%" } }, - [500]={ + [568]={ [1]={ [1]={ limit={ @@ -12321,7 +13813,7 @@ return { [1]="mine_laying_speed_+%" } }, - [501]={ + [569]={ [1]={ [1]={ limit={ @@ -12350,7 +13842,7 @@ return { [1]="mine_projectile_speed_+%_per_frenzy_charge" } }, - [502]={ + [570]={ [1]={ [1]={ limit={ @@ -12371,7 +13863,7 @@ return { [2]="maximum_added_cold_damage_per_frenzy_charge" } }, - [503]={ + [571]={ [1]={ [1]={ limit={ @@ -12387,7 +13879,7 @@ return { [1]="minimum_power_from_quality" } }, - [504]={ + [572]={ [1]={ [1]={ limit={ @@ -12416,7 +13908,7 @@ return { [1]="minion_actor_scale_+%" } }, - [505]={ + [573]={ [1]={ [1]={ limit={ @@ -12432,7 +13924,7 @@ return { [1]="minion_additional_physical_damage_reduction_%" } }, - [506]={ + [574]={ [1]={ [1]={ limit={ @@ -12461,7 +13953,7 @@ return { [1]="minion_attack_speed_+%" } }, - [507]={ + [575]={ [1]={ [1]={ limit={ @@ -12477,7 +13969,7 @@ return { [1]="minion_block_%" } }, - [508]={ + [576]={ [1]={ [1]={ limit={ @@ -12506,7 +13998,7 @@ return { [1]="minion_burning_damage_+%" } }, - [509]={ + [577]={ [1]={ [1]={ limit={ @@ -12535,7 +14027,7 @@ return { [1]="minion_cast_speed_+%" } }, - [510]={ + [578]={ [1]={ [1]={ limit={ @@ -12551,7 +14043,7 @@ return { [1]="minion_chance_to_deal_double_damage_%" } }, - [511]={ + [579]={ [1]={ [1]={ limit={ @@ -12567,7 +14059,7 @@ return { [1]="minion_chance_to_taunt_on_hit_%" } }, - [512]={ + [580]={ [1]={ [1]={ limit={ @@ -12596,7 +14088,7 @@ return { [1]="minion_command_skill_cooldown_speed_+%" } }, - [513]={ + [581]={ [1]={ [1]={ limit={ @@ -12625,7 +14117,7 @@ return { [1]="minion_cooldown_recovery_+%" } }, - [514]={ + [582]={ [1]={ [1]={ limit={ @@ -12654,7 +14146,7 @@ return { [1]="minion_damage_+%" } }, - [515]={ + [583]={ [1]={ [1]={ limit={ @@ -12683,7 +14175,40 @@ return { [1]="minion_damage_+%_on_full_life" } }, - [516]={ + [584]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Minions from Supported Skills gain Unholy Might for {0} second when Commanded" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions from Supported Skills gain Unholy Might for {0} seconds when Commanded" + } + }, + stats={ + [1]="minion_gain_unholy_might_for_X_ms_on_command" + } + }, + [585]={ [1]={ [1]={ limit={ @@ -12699,7 +14224,7 @@ return { [1]="minion_grant_puppet_master_buff_to_parent_on_hit_%" } }, - [517]={ + [586]={ [1]={ [1]={ limit={ @@ -12728,7 +14253,7 @@ return { [1]="minion_maximum_life_+%" } }, - [518]={ + [587]={ [1]={ [1]={ limit={ @@ -12757,7 +14282,7 @@ return { [1]="minion_movement_speed_+%" } }, - [519]={ + [588]={ [1]={ [1]={ [1]={ @@ -12782,7 +14307,7 @@ return { [2]="minion_on_death_heal_radius" } }, - [520]={ + [589]={ [1]={ [1]={ limit={ @@ -12811,7 +14336,7 @@ return { [1]="minion_projectile_speed_+%" } }, - [521]={ + [590]={ [1]={ [1]={ limit={ @@ -12827,7 +14352,23 @@ return { [1]="minion_recover_%_maximum_life_on_hit" } }, - [522]={ + [591]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions from Supported Skills are Gigantic" + } + }, + stats={ + [1]="minions_are_gigantic" + } + }, + [592]={ [1]={ [1]={ limit={ @@ -12852,7 +14393,7 @@ return { [1]="minions_inflict_exposure_on_hit_%_chance" } }, - [523]={ + [593]={ [1]={ [1]={ limit={ @@ -12868,7 +14409,65 @@ return { [1]="mirage_archer_number_of_additional_projectiles" } }, - [524]={ + [594]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Magnitude of Bleeding inflicted by Supported Skills against Poisoned Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Bleeding inflicted by Supported Skills against Poisoned Enemies" + } + }, + stats={ + [1]="mixed_maladies_bleed_effect_+%_final_vs_poisoned" + } + }, + [595]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Magnitude of Poison inflicted by Supported Skills against Bleeding Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Poison inflicted by Supported Skills against Bleeding Enemies" + } + }, + stats={ + [1]="mixed_maladies_poison_effect_+%_final_vs_bleeding" + } + }, + [596]={ [1]={ [1]={ limit={ @@ -12897,7 +14496,7 @@ return { [1]="multiple_projectiles_projectile_spread_+%" } }, - [525]={ + [597]={ [1]={ [1]={ limit={ @@ -12926,7 +14525,7 @@ return { [1]="multistrike_area_of_effect_+%_per_repeat" } }, - [526]={ + [598]={ [1]={ [1]={ limit={ @@ -12955,7 +14554,7 @@ return { [1]="multistrike_damage_+%_final_on_first_repeat" } }, - [527]={ + [599]={ [1]={ [1]={ limit={ @@ -12984,7 +14583,7 @@ return { [1]="multistrike_damage_+%_final_on_second_repeat" } }, - [528]={ + [600]={ [1]={ [1]={ limit={ @@ -13013,7 +14612,7 @@ return { [1]="multistrike_damage_+%_final_on_third_repeat" } }, - [529]={ + [601]={ [1]={ [1]={ limit={ @@ -13029,7 +14628,7 @@ return { [1]="never_freeze" } }, - [530]={ + [602]={ [1]={ [1]={ limit={ @@ -13045,7 +14644,7 @@ return { [1]="nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills" } }, - [531]={ + [603]={ [1]={ [1]={ limit={ @@ -13061,7 +14660,7 @@ return { [1]="no_cost" } }, - [532]={ + [604]={ [1]={ [1]={ limit={ @@ -13090,7 +14689,7 @@ return { [1]="non_curse_aura_effect_+%" } }, - [533]={ + [605]={ [1]={ [1]={ limit={ @@ -13119,7 +14718,7 @@ return { [1]="non_damaging_ailment_effect_+%" } }, - [534]={ + [606]={ [1]={ [1]={ limit={ @@ -13135,7 +14734,7 @@ return { [1]="non_reviving_minion_%_chance_to_revive" } }, - [535]={ + [607]={ [1]={ [1]={ limit={ @@ -13151,7 +14750,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_chaos" } }, - [536]={ + [608]={ [1]={ [1]={ limit={ @@ -13167,7 +14766,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_chaos_with_attacks" } }, - [537]={ + [609]={ [1]={ [1]={ limit={ @@ -13183,7 +14782,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_cold_with_attacks" } }, - [538]={ + [610]={ [1]={ [1]={ limit={ @@ -13199,7 +14798,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_fire_with_attacks" } }, - [539]={ + [611]={ [1]={ [1]={ limit={ @@ -13215,7 +14814,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies" } }, - [540]={ + [612]={ [1]={ [1]={ limit={ @@ -13231,7 +14830,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks" } }, - [541]={ + [613]={ [1]={ [1]={ limit={ @@ -13247,7 +14846,23 @@ return { [1]="non_skill_base_cold_damage_%_to_convert_to_fire" } }, - [542]={ + [614]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills Gain {0}% of Cold Damage as Extra Chaos Damage" + } + }, + stats={ + [1]="non_skill_base_cold_damage_%_to_gain_as_chaos" + } + }, + [615]={ [1]={ [1]={ limit={ @@ -13263,7 +14878,39 @@ return { [1]="non_skill_base_cold_damage_%_to_gain_as_fire" } }, - [543]={ + [616]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills Gain {0}% of Fire Damage as Extra Chaos Damage" + } + }, + stats={ + [1]="non_skill_base_fire_damage_%_to_gain_as_chaos" + } + }, + [617]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills Gain {0}% of Lightning Damage as Extra Chaos Damage" + } + }, + stats={ + [1]="non_skill_base_lightning_damage_%_to_gain_as_chaos" + } + }, + [618]={ [1]={ [1]={ limit={ @@ -13279,7 +14926,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_chaos" } }, - [544]={ + [619]={ [1]={ [1]={ limit={ @@ -13295,7 +14942,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_cold" } }, - [545]={ + [620]={ [1]={ [1]={ limit={ @@ -13311,7 +14958,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_fire" } }, - [546]={ + [621]={ [1]={ [1]={ limit={ @@ -13327,7 +14974,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_lightning" } }, - [547]={ + [622]={ [1]={ [1]={ limit={ @@ -13343,7 +14990,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_random_element" } }, - [548]={ + [623]={ [1]={ [1]={ limit={ @@ -13352,14 +14999,14 @@ return { [2]="#" } }, - text="Supported Skills gain {0}% of Physical Damage as Extra Chaos Damage" + text="Supported Skills Gain {0}% of Physical Damage as Extra Chaos Damage" } }, stats={ [1]="non_skill_base_physical_damage_%_to_gain_as_chaos" } }, - [549]={ + [624]={ [1]={ [1]={ limit={ @@ -13375,7 +15022,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_fire" } }, - [550]={ + [625]={ [1]={ [1]={ limit={ @@ -13391,7 +15038,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_lightning" } }, - [551]={ + [626]={ [1]={ [1]={ limit={ @@ -13407,7 +15054,7 @@ return { [1]="nova_skills_cast_at_target_location" } }, - [552]={ + [627]={ [1]={ [1]={ limit={ @@ -13432,7 +15079,7 @@ return { [1]="number_of_additional_curses_allowed" } }, - [553]={ + [628]={ [1]={ [1]={ limit={ @@ -13457,7 +15104,7 @@ return { [1]="number_of_additional_mines_to_place" } }, - [554]={ + [629]={ [1]={ [1]={ limit={ @@ -13473,7 +15120,7 @@ return { [1]="number_of_additional_poison_stacks" } }, - [555]={ + [630]={ [1]={ [1]={ limit={ @@ -13507,7 +15154,7 @@ return { [2]="number_of_additional_projectiles" } }, - [556]={ + [631]={ [1]={ [1]={ limit={ @@ -13532,7 +15179,7 @@ return { [1]="number_of_additional_remote_mines_allowed" } }, - [557]={ + [632]={ [1]={ [1]={ limit={ @@ -13557,7 +15204,7 @@ return { [1]="number_of_additional_traps_allowed" } }, - [558]={ + [633]={ [1]={ [1]={ limit={ @@ -13573,7 +15220,7 @@ return { [1]="number_of_totems_allowed_is_1" } }, - [559]={ + [634]={ [1]={ [1]={ limit={ @@ -13602,7 +15249,7 @@ return { [1]="offering_spells_effect_+%" } }, - [560]={ + [635]={ [1]={ [1]={ limit={ @@ -13631,7 +15278,7 @@ return { [1]="offering_spells_effect_+%_if_consumed_additional_skeleton" } }, - [561]={ + [636]={ [1]={ [1]={ limit={ @@ -13656,7 +15303,7 @@ return { [1]="on_kill_effect_occur_twice_chance_%_vs_bleeding_enemies" } }, - [562]={ + [637]={ [1]={ [1]={ [1]={ @@ -13676,36 +15323,49 @@ return { [1]="onslaught_time_granted_on_killing_shocked_enemy_ms" } }, - [563]={ + [638]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=2 + }, limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1000, + [2]=1000 } }, - text="Supported Skills have {}% increased Overpowered Effect" + text="Supported Skills Reserve {0}% of your maximum Life on use\nLife Reserved this way is Reserved for {1} second" }, [2]={ [1]={ - k="negate", - v=1 + k="milliseconds_to_seconds_2dp_if_required", + v=2 }, limit={ [1]={ + [1]=1, + [2]="#" + }, + [2]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Supported Skills have {}% reduced Overpowered Effect" + text="Supported Skills Reserve {0}% of your maximum Life on use\nLife Reserved this way is Reserved for {1} seconds" } }, stats={ - [1]="overpowered_effect_+%" + [1]="overabundance_reserve_%_life_on_skill_use", + [2]="overabundance_life_reserved_for_x_ms" } }, - [564]={ + [639]={ [1]={ [1]={ limit={ @@ -13721,7 +15381,7 @@ return { [1]="overwhelm_%_physical_damage_reduction_while_max_fortification" } }, - [565]={ + [640]={ [1]={ [1]={ limit={ @@ -13746,7 +15406,7 @@ return { [1]="palm_skill_number_of_spirit_strikes" } }, - [566]={ + [641]={ [1]={ [1]={ limit={ @@ -13775,7 +15435,7 @@ return { [1]="parallel_projectile_firing_point_x_dist_+%" } }, - [567]={ + [642]={ [1]={ [1]={ limit={ @@ -13800,7 +15460,7 @@ return { [1]="%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy" } }, - [568]={ + [643]={ [1]={ [1]={ limit={ @@ -13825,7 +15485,7 @@ return { [1]="%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy" } }, - [569]={ + [644]={ [1]={ [1]={ limit={ @@ -13850,7 +15510,7 @@ return { [1]="%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy" } }, - [570]={ + [645]={ [1]={ [1]={ limit={ @@ -13875,7 +15535,7 @@ return { [1]="%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy" } }, - [571]={ + [646]={ [1]={ [1]={ limit={ @@ -13904,7 +15564,7 @@ return { [1]="perfect_timing_window_ms_+%" } }, - [572]={ + [647]={ [1]={ [1]={ limit={ @@ -13920,7 +15580,7 @@ return { [1]="physical_damage_%_dealt_as_evasion_break_vs_bleeding" } }, - [573]={ + [648]={ [1]={ [1]={ limit={ @@ -13949,32 +15609,57 @@ return { [1]="physical_damage_+%" } }, - [574]={ + [649]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, + [2]=1 + } + }, + text="Supported Skills create {0} additional Flame Pillar when Consuming Aggravated Ignite" + }, + [2]={ + limit={ + [1]={ + [1]=2, [2]="#" } }, - text="Supported Skills Pin Enemies which are Primed for Pinning" + text="Supported Skills create {0} additional Flame Pillars when Consuming Aggravated Ignite" } }, stats={ - [1]="pin_almost_pinned_enemies" + [1]="pillar_of_flame_X_additional_pillars_on_consuming_aggravated_ignite" } }, - [575]={ + [650]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Supported Skills have {0}% increased Cooldown Recovery Rate for throwing Traps" + text="Supported Skills Pin Enemies which are Primed for Pinning" + } + }, + stats={ + [1]="pin_almost_pinned_enemies" + } + }, + [651]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% increased Cooldown Recovery Rate for throwing Traps" }, [2]={ [1]={ @@ -13994,7 +15679,7 @@ return { [1]="placing_traps_cooldown_recovery_+%" } }, - [576]={ + [652]={ [1]={ [1]={ limit={ @@ -14010,7 +15695,7 @@ return { [1]="projectile_chance_to_chain_1_extra_time_from_terrain_%" } }, - [577]={ + [653]={ [1]={ [1]={ limit={ @@ -14035,7 +15720,7 @@ return { [1]="projectile_chance_to_not_pierce_%" } }, - [578]={ + [654]={ [1]={ [1]={ limit={ @@ -14064,7 +15749,7 @@ return { [1]="projectile_damage_+%" } }, - [579]={ + [655]={ [1]={ [1]={ limit={ @@ -14093,7 +15778,7 @@ return { [1]="projectile_damage_+%_if_pierced_enemy" } }, - [580]={ + [656]={ [1]={ [1]={ limit={ @@ -14109,7 +15794,23 @@ return { [1]="projectile_randomly_fork_chain_or_pierce" } }, - [581]={ + [657]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Increases and reductions to Projectile speed also apply to Projectile Damage with Supported Skills" + } + }, + stats={ + [1]="projectile_speed_additive_modifiers_also_apply_to_projectile_damage" + } + }, + [658]={ [1]={ [1]={ limit={ @@ -14138,7 +15839,23 @@ return { [1]="projectile_damage_+%_vs_nearby_enemies" } }, - [582]={ + [659]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills fire Projectiles in a circle" + } + }, + stats={ + [1]="projectiles_nova" + } + }, + [660]={ [1]={ [1]={ limit={ @@ -14154,7 +15871,48 @@ return { [1]="projectiles_pierce_all_targets_in_x_range" } }, - [583]={ + [661]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Supported Skills fire Projectiles in a spiral" + } + }, + stats={ + [1]="projectiles_spiral" + } + }, + [662]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Supported Skills have {0}% chance to not remove Rage but still gain benefits as though they had" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Supported Skills do not remove Rage but still gain benefits as though they had" + } + }, + stats={ + [1]="rage_skip_consume_chance_%" + } + }, + [663]={ [1]={ [1]={ limit={ @@ -14170,7 +15928,55 @@ return { [1]="random_projectile_direction" } }, - [584]={ + [664]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Inflicts a random Curse on you when you use Supported Skills, ignoring Curse limit" + } + }, + stats={ + [1]="randomly_curse_self_on_skill_use" + } + }, + [665]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Recoup {0}% of your maximum Mana when a Persistent Reviving Minion created by Supported Skill dies" + } + }, + stats={ + [1]="recoup_mana_%_on_minion_death" + } + }, + [666]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% of Supported Skills costs are Recouped as Mana" + } + }, + stats={ + [1]="recoup_%_of_spell_cost_as_mana_on_cast" + } + }, + [667]={ [1]={ [1]={ limit={ @@ -14186,7 +15992,7 @@ return { [1]="recover_mana_%_on_minion_death" } }, - [585]={ + [668]={ [1]={ [1]={ [1]={ @@ -14206,7 +16012,7 @@ return { [1]="recover_%_life_when_stunning_an_enemy_permyriad" } }, - [586]={ + [669]={ [1]={ [1]={ limit={ @@ -14222,7 +16028,7 @@ return { [1]="recover_%_maximum_life_on_cull" } }, - [587]={ + [670]={ [1]={ [1]={ limit={ @@ -14238,7 +16044,7 @@ return { [1]="recover_%_maximum_mana_on_cull" } }, - [588]={ + [671]={ [1]={ [1]={ [1]={ @@ -14258,7 +16064,7 @@ return { [1]="recover_permyriad_life_on_skill_use" } }, - [589]={ + [672]={ [1]={ [1]={ limit={ @@ -14274,23 +16080,32 @@ return { [1]="reduce_enemy_chaos_resistance_%" } }, - [590]={ + [673]={ [1]={ [1]={ limit={ [1]={ [1]=1, + [2]=99 + } + }, + text="Supported Skills have {}% chance to refresh Bleeding Duration on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, [2]="#" } }, - text="Enemies have {0}% reduced chance to Dodge Hits from Supported Skills" + text="Supported Skills refresh Bleeding Duration on Hit" } }, stats={ - [1]="reduce_enemy_dodge_%" + [1]="refresh_bleeding_duration_on_hit_%_chance" } }, - [591]={ + [674]={ [1]={ [1]={ limit={ @@ -14299,7 +16114,7 @@ return { [2]=99 } }, - text="Supported Skills have {}% chance to refresh Bleeding Duration on Hit" + text="Supported Skills have {0}% chance to refresh Ignite duration on Critical Hit" }, [2]={ limit={ @@ -14308,14 +16123,14 @@ return { [2]="#" } }, - text="Supported Skills refresh Bleeding Duration on Hit" + text="Supported Skills refresh Ignite duration on Critical Hit" } }, stats={ - [1]="refresh_bleeding_duration_on_hit_%_chance" + [1]="refresh_ignite_duration_on_critical_strike_chance_%" } }, - [592]={ + [675]={ [1]={ [1]={ limit={ @@ -14331,7 +16146,7 @@ return { [1]="regenerate_%_life_over_1_second_on_skill_use" } }, - [593]={ + [676]={ [1]={ [1]={ limit={ @@ -14360,7 +16175,7 @@ return { [1]="reload_speed_+%" } }, - [594]={ + [677]={ [1]={ [1]={ [1]={ @@ -14393,7 +16208,7 @@ return { [1]="remnant_delay_X_ms" } }, - [595]={ + [678]={ [1]={ [1]={ limit={ @@ -14422,7 +16237,7 @@ return { [1]="remnant_effect_+%" } }, - [596]={ + [679]={ [1]={ [1]={ limit={ @@ -14451,7 +16266,7 @@ return { [1]="remnant_pickup_range_+%" } }, - [597]={ + [680]={ [1]={ [1]={ limit={ @@ -14467,7 +16282,7 @@ return { [1]="remnants_affect_allies_in_presence_instead" } }, - [598]={ + [681]={ [1]={ [1]={ [1]={ @@ -14500,7 +16315,7 @@ return { [1]="remnants_vanish_after_X_ms" } }, - [599]={ + [682]={ [1]={ [1]={ limit={ @@ -14516,7 +16331,7 @@ return { [1]="remote_mined_by_support" } }, - [600]={ + [683]={ [1]={ [1]={ limit={ @@ -14532,7 +16347,7 @@ return { [1]="remove_ailment_when_applying_relevant_ailment" } }, - [601]={ + [684]={ [1]={ [1]={ limit={ @@ -14548,7 +16363,7 @@ return { [1]="remove_freeze_on_ignite" } }, - [602]={ + [685]={ [1]={ [1]={ limit={ @@ -14564,7 +16379,23 @@ return { [1]="repeat_last_step_of_combo_attack" } }, - [603]={ + [686]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Restore {0}% of maximum Life on use per one second cooldown of Supported Skills" + } + }, + stats={ + [1]="restore_%_life_on_skill_use_per_1000_ms_cooldown" + } + }, + [687]={ [1]={ [1]={ limit={ @@ -14580,7 +16411,7 @@ return { [1]="return_%_of_maximum_mana_as_lightning_damage_to_attacker_while_channelling" } }, - [604]={ + [688]={ [1]={ [1]={ [1]={ @@ -14600,7 +16431,7 @@ return { [1]="rip_support_life_remnant_creation_radius" } }, - [605]={ + [689]={ [1]={ [1]={ limit={ @@ -14616,7 +16447,7 @@ return { [1]="sacrifice_%_life_on_skill_use" } }, - [606]={ + [690]={ [1]={ [1]={ limit={ @@ -14625,27 +16456,14 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased chance to Shock" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Supported Skills have {0}% reduced chance to Shock" + text="Minions created by Supported Skills are always considered to be Detonatable" } }, stats={ - [1]="shock_chance_+%" + [1]="sacrificial_lamb_minion_always_detonatable" } }, - [607]={ + [691]={ [1]={ [1]={ limit={ @@ -14654,7 +16472,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased Shock Duration" + text="Supported Skills have {0}% increased chance to Shock" }, [2]={ [1]={ @@ -14667,14 +16485,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% reduced Shock Duration" + text="Supported Skills have {0}% reduced chance to Shock" } }, stats={ - [1]="shock_duration_+%" + [1]="shock_chance_+%" } }, - [608]={ + [692]={ [1]={ [1]={ limit={ @@ -14683,7 +16501,7 @@ return { [2]="#" } }, - text="{0}% increased Magnitude of Shocks inflicted with Supported Skills" + text="Supported Skills have {0}% increased Shock Duration" }, [2]={ [1]={ @@ -14696,14 +16514,14 @@ return { [2]=-1 } }, - text="{0}% reduced Magnitude of Shocks inflicted with Supported Skills" + text="Supported Skills have {0}% reduced Shock Duration" } }, stats={ - [1]="shock_effect_+%" + [1]="shock_duration_+%" } }, - [609]={ + [693]={ [1]={ [1]={ limit={ @@ -14712,7 +16530,7 @@ return { [2]="#" } }, - text="{0}% increased Magnitude of Shocks inflicted by Damaging Hits with Supported Skills" + text="{0}% increased Magnitude of Shocks inflicted with Supported Skills" }, [2]={ [1]={ @@ -14725,14 +16543,14 @@ return { [2]=-1 } }, - text="{0}% reduced Magnitude of Shocks inflicted by Damaging Hits with Supported Skills" + text="{0}% reduced Magnitude of Shocks inflicted with Supported Skills" } }, stats={ - [1]="shock_effect_+%_from_damaging_hits" + [1]="shock_effect_+%" } }, - [610]={ + [694]={ [1]={ [1]={ limit={ @@ -14748,7 +16566,7 @@ return { [1]="shocks_reflected_to_self" } }, - [611]={ + [695]={ [1]={ [1]={ limit={ @@ -14777,7 +16595,7 @@ return { [1]="sigil_repeat_frequency_+%" } }, - [612]={ + [696]={ [1]={ [1]={ limit={ @@ -14793,7 +16611,7 @@ return { [1]="skill_is_blessing_skill" } }, - [613]={ + [697]={ [1]={ [1]={ limit={ @@ -14809,7 +16627,7 @@ return { [1]="skill_X_fewer_maximum_stages" } }, - [614]={ + [698]={ [1]={ [1]={ limit={ @@ -14825,7 +16643,7 @@ return { [1]="skill_X_minimum_stages" } }, - [615]={ + [699]={ [1]={ [1]={ limit={ @@ -14841,7 +16659,7 @@ return { [1]="skill_aura_also_disables_non_blessing_mana_reservation_skills" } }, - [616]={ + [700]={ [1]={ [1]={ limit={ @@ -14870,7 +16688,7 @@ return { [1]="skill_buff_effect_+%" } }, - [617]={ + [701]={ [1]={ [1]={ limit={ @@ -14886,7 +16704,7 @@ return { [1]="skill_can_own_mirage_archers" } }, - [618]={ + [702]={ [1]={ [1]={ [1]={ @@ -14919,7 +16737,7 @@ return { [1]="skill_cannot_be_used_unless_stationary_for_X_ms" } }, - [619]={ + [703]={ [1]={ [1]={ limit={ @@ -14935,7 +16753,7 @@ return { [1]="skill_cannot_generate_endurance_charges" } }, - [620]={ + [704]={ [1]={ [1]={ limit={ @@ -14951,7 +16769,7 @@ return { [1]="skill_cannot_generate_frenzy_charges" } }, - [621]={ + [705]={ [1]={ [1]={ limit={ @@ -14967,7 +16785,7 @@ return { [1]="skill_cannot_generate_power_charges" } }, - [622]={ + [706]={ [1]={ [1]={ limit={ @@ -14983,7 +16801,49 @@ return { [1]="skill_conditional_requires_X_volatility" } }, - [623]={ + [707]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills consume a Corpse within {0} metres\non use, if possible" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills consume up to {1} Corpses within {0} metres\non use, if possible" + } + }, + stats={ + [1]="skill_consume_corpse_within_X_units_on_use", + [2]="skill_consume_up_to_X_corpses_on_use" + } + }, + [708]={ [1]={ [1]={ limit={ @@ -14999,7 +16859,7 @@ return { [1]="skill_consume_frenzy_charge_to_armour_break_for_%_of_physical_damage" } }, - [624]={ + [709]={ [1]={ [1]={ limit={ @@ -15028,27 +16888,7 @@ return { [1]="skill_consume_frenzy_charge_to_gain_skill_speed_+%_final" } }, - [625]={ - [1]={ - [1]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Supported Skills consume a Corpse within {0} metres\non use, if possible" - } - }, - stats={ - [1]="skill_consume_corpse_within_X_units_on_use" - } - }, - [626]={ + [710]={ [1]={ [1]={ limit={ @@ -15077,7 +16917,7 @@ return { [1]="skill_consume_power_charge_to_gain_critical_strike_chance_+%_final" } }, - [627]={ + [711]={ [1]={ [1]={ limit={ @@ -15086,14 +16926,14 @@ return { [2]="#" } }, - text="Using Supported Skills will detonate a random amount of Volatility on you" + text="Using Supported Skills will explode a random amount of Volatility on you" } }, stats={ [1]="skill_detonate_random_volatility_amount_on_use" } }, - [628]={ + [712]={ [1]={ [1]={ limit={ @@ -15122,7 +16962,7 @@ return { [1]="skill_detonation_time_+%" } }, - [629]={ + [713]={ [1]={ [1]={ limit={ @@ -15151,7 +16991,7 @@ return { [1]="skill_effect_and_damaging_ailment_duration_+%" } }, - [630]={ + [714]={ [1]={ [1]={ limit={ @@ -15180,7 +17020,7 @@ return { [1]="skill_effect_duration_+%" } }, - [631]={ + [715]={ [1]={ [1]={ limit={ @@ -15209,7 +17049,7 @@ return { [1]="skill_effect_duration_+%_while_dead" } }, - [632]={ + [716]={ [1]={ [1]={ limit={ @@ -15238,7 +17078,7 @@ return { [1]="skill_enemies_affected_by_non_ailment_damage_over_time_life_regeneration_rate_+%" } }, - [633]={ + [717]={ [1]={ [1]={ limit={ @@ -15247,14 +17087,30 @@ return { [2]="#" } }, - text="Supported Grenade Skills cannot explode before the end of their Detonation Time" + text="Grenades from Supported Skills cannot explode before the end of their Detonation Time" } }, stats={ [1]="skill_grenade_detonate_only_at_end_of_duration" } }, - [634]={ + [718]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Limits of Supported Skills are doubled" + } + }, + stats={ + [1]="skill_has_double_limit" + } + }, + [719]={ [1]={ [1]={ limit={ @@ -15270,7 +17126,23 @@ return { [1]="skill_has_spectral_arrows" } }, - [635]={ + [720]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Supported Skills do not have a Cooldown" + } + }, + stats={ + [1]="skill_ignores_cooldown" + } + }, + [721]={ [1]={ [1]={ limit={ @@ -15299,7 +17171,7 @@ return { [1]="skill_maximum_energy_+%" } }, - [636]={ + [722]={ [1]={ [1]={ limit={ @@ -15315,7 +17187,7 @@ return { [1]="skill_offering_targets_an_additional_skeleton" } }, - [637]={ + [723]={ [1]={ [1]={ [1]={ @@ -15348,7 +17220,36 @@ return { [1]="skill_presence_effects_linger_for_X_ms" } }, - [638]={ + [724]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Skill Speed while total Resonance is over 250" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Skill Speed while total Resonance is over 250" + } + }, + stats={ + [1]="trinity_skill_speed_+%_while_all_resonance_is_at_least_250_to_grant" + } + }, + [725]={ [1]={ [1]={ [1]={ @@ -15368,7 +17269,23 @@ return { [1]="skill_unusable_until_moved_X_distance" } }, - [639]={ + [726]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Wolf Pack size {0}" + } + }, + stats={ + [1]="skill_wolf_pack_size" + } + }, + [727]={ [1]={ [1]={ limit={ @@ -15384,7 +17301,7 @@ return { [1]="slam_aftershock_chance_%" } }, - [640]={ + [728]={ [1]={ [1]={ limit={ @@ -15413,7 +17330,7 @@ return { [1]="snipe_triggered_skill_damage_+%_final" } }, - [641]={ + [729]={ [1]={ [1]={ [1]={ @@ -15433,7 +17350,7 @@ return { [1]="solar_orb_base_pulse_frequency_ms" } }, - [642]={ + [730]={ [1]={ [1]={ limit={ @@ -15462,7 +17379,7 @@ return { [1]="spell_critical_strike_chance_+%" } }, - [643]={ + [731]={ [1]={ [1]={ limit={ @@ -15491,7 +17408,7 @@ return { [1]="spell_damage_+%" } }, - [644]={ + [732]={ [1]={ [1]={ limit={ @@ -15507,7 +17424,7 @@ return { [1]="spell_echo_plus_chance_double_damage_%_final" } }, - [645]={ + [733]={ [1]={ [1]={ limit={ @@ -15523,7 +17440,23 @@ return { [1]="spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova" } }, - [646]={ + [734]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have a {0}% chance to fire 8 additional Projectiles in a circle per Wildshard\nAll Wildshards are lost when Supported Skills fire Projectiles in a circle" + } + }, + stats={ + [1]="spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova_per_wildshard_stack" + } + }, + [735]={ [1]={ [1]={ [1]={ @@ -15556,7 +17489,7 @@ return { [1]="static_strike_base_zap_frequency_ms" } }, - [647]={ + [736]={ [1]={ [1]={ limit={ @@ -15572,7 +17505,27 @@ return { [1]="static_strike_zap_speed_+%" } }, - [648]={ + [737]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Infusion grants {}% of maximum Life Regenerated per second" + } + }, + stats={ + [1]="storm_barrier_grants_life_regeneration_rate_per_minute_%" + } + }, + [738]={ [1]={ [1]={ limit={ @@ -15588,7 +17541,23 @@ return { [1]="stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets" } }, - [649]={ + [739]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Strikes are Ancestrally Boosted" + } + }, + stats={ + [1]="strikes_are_ancestrally_boosted" + } + }, + [740]={ [1]={ [1]={ limit={ @@ -15604,7 +17573,7 @@ return { [1]="summon_mirage_archer_on_hit" } }, - [650]={ + [741]={ [1]={ [1]={ limit={ @@ -15633,7 +17602,7 @@ return { [1]="summon_totem_cast_speed_+%" } }, - [651]={ + [742]={ [1]={ [1]={ [1]={ @@ -15663,7 +17632,7 @@ return { [3]="shock_nearby_enemy_base_area_of_effect_radius" } }, - [652]={ + [743]={ [1]={ [1]={ limit={ @@ -15692,7 +17661,7 @@ return { [1]="support_ablation_offering_skill_damage_+%_final" } }, - [653]={ + [744]={ [1]={ [1]={ limit={ @@ -15721,7 +17690,7 @@ return { [1]="support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final" } }, - [654]={ + [745]={ [1]={ [1]={ limit={ @@ -15746,7 +17715,7 @@ return { [1]="support_added_cooldown_count_if_not_instant" } }, - [655]={ + [746]={ [1]={ [1]={ limit={ @@ -15775,7 +17744,7 @@ return { [1]="support_additional_accurary_rating_+%_final" } }, - [656]={ + [747]={ [1]={ [1]={ limit={ @@ -15804,7 +17773,7 @@ return { [1]="support_additional_fissures_attack_speed_+%_final" } }, - [657]={ + [748]={ [1]={ [1]={ limit={ @@ -15833,7 +17802,7 @@ return { [1]="support_additional_fissures_damage_+%_final" } }, - [658]={ + [749]={ [1]={ [1]={ limit={ @@ -15849,7 +17818,36 @@ return { [1]="support_additional_trap_%_chance_for_1_additional_trap" } }, - [659]={ + [750]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Melee Damage if you have Damaged an Enemy with a Projectile Attack Hit in the last two seconds" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Melee Damage if you have Damaged an Enemy with a Projectile Attack Hit in the last two seconds" + } + }, + stats={ + [1]="support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_2_seconds" + } + }, + [751]={ [1]={ [1]={ limit={ @@ -15878,7 +17876,7 @@ return { [1]="support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds" } }, - [660]={ + [752]={ [1]={ [1]={ limit={ @@ -15916,7 +17914,7 @@ return { [1]="support_advancing_assault_projectile_damage_+%_final" } }, - [661]={ + [753]={ [1]={ [1]={ limit={ @@ -15945,7 +17943,7 @@ return { [1]="support_ailment_cooldown_ailment_chance_+%_final" } }, - [662]={ + [754]={ [1]={ [1]={ limit={ @@ -15954,7 +17952,7 @@ return { [2]="#" } }, - text="Supported Skill has {0}% more Critical Hit Chance against Enemies that are on Full Life" + text="Ailments inflicted by Supported Skills have {0}% more Magnitude if you are afflicted with that Ailment when inflicting it" }, [2]={ [1]={ @@ -15967,14 +17965,14 @@ return { [2]=-1 } }, - text="Supported Skill has {0}% less Critical Hit Chance against Enemies that are on Full Life" + text="Ailments inflicted by Supported Skills have {0}% less Magnitude if you are afflicted with that Ailment when inflicting it" } }, stats={ - [1]="support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final" + [1]="support_ailment_effect_+%_final_while_afflicted_by_relevant_ailment" } }, - [663]={ + [755]={ [1]={ [1]={ limit={ @@ -15983,7 +17981,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Attack Speed" + text="Supported Skill has {0}% more Critical Hit Chance against Enemies that are on Full Life" }, [2]={ [1]={ @@ -15996,14 +17994,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Attack Speed" + text="Supported Skill has {0}% less Critical Hit Chance against Enemies that are on Full Life" } }, stats={ - [1]="support_ancestor_slam_totem_attack_speed_+%_final" + [1]="support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final" } }, - [664]={ + [756]={ [1]={ [1]={ limit={ @@ -16012,7 +18010,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased Seal gain frequency" + text="Supported Skills have {0}% more Reload speed" }, [2]={ [1]={ @@ -16025,14 +18023,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% reduced Seal gain frequency" + text="Supported Skills have {0}% less Reload speed" } }, stats={ - [1]="support_anticipation_charge_gain_frequency_+%" + [1]="support_ammo_conservation_crossbow_reload_speed_+%_final" } }, - [665]={ + [757]={ [1]={ [1]={ limit={ @@ -16041,7 +18039,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Area of Effect" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -16054,46 +18052,43 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Area of Effect" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_aoe_cooldown_aoe_+%_final" + [1]="support_ancestral_call_damage_+%_final" } }, - [666]={ + [758]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Supported Skills apply Daze when fully Breaking Armour" - } - }, - stats={ - [1]="support_apply_daze_on_armour_break" - } - }, - [667]={ - [1]={ - [1]={ + text="{0}% more Totem Attack Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Supported Skills Daze Enemies" + text="{0}% less Totem Attack Speed" } }, stats={ - [1]="support_apply_daze_on_warcry" + [1]="support_ancestral_warrior_totem_attack_speed_+%_final" } }, - [668]={ + [759]={ [1]={ [1]={ limit={ @@ -16102,7 +18097,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Spell Damage while you have Arcane Surge" + text="Supported Skills have {0}% increased Seal gain frequency" }, [2]={ [1]={ @@ -16115,14 +18110,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Spell Damage while you have Arcane Surge" + text="Supported Skills have {0}% reduced Seal gain frequency" } }, stats={ - [1]="support_arcane_surge_spell_damage_+%_final_while_you_have_arcane_surge" + [1]="support_anticipation_charge_gain_frequency_+%" } }, - [669]={ + [760]={ [1]={ [1]={ limit={ @@ -16148,10 +18143,10 @@ return { } }, stats={ - [1]="support_area_of_effect_+%_final" + [1]="support_aoe_cooldown_aoe_+%_final" } }, - [670]={ + [761]={ [1]={ [1]={ limit={ @@ -16160,14 +18155,30 @@ return { [2]="#" } }, - text="Supported Skills trigger an Explosion when they Fully Break an enemy's Armour" + text="Supported Skills apply Daze when fully Breaking Armour" } }, stats={ - [1]="support_armour_explosion" + [1]="support_apply_daze_on_armour_break" } }, - [671]={ + [762]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills Daze Enemies" + } + }, + stats={ + [1]="support_apply_daze_on_warcry" + } + }, + [763]={ [1]={ [1]={ limit={ @@ -16176,7 +18187,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Knockback Distance" + text="DNT Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -16189,14 +18200,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Knockback Distance" + text="DNT Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_arms_length_knockback_distance_+%_final" + [1]="support_arcane_archery_damage_+%_final" } }, - [672]={ + [764]={ [1]={ [1]={ limit={ @@ -16205,7 +18216,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Area of Effect" + text="Supported Skills deal {0}% more Spell Damage while you have Arcane Surge" }, [2]={ [1]={ @@ -16218,14 +18229,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Area of Effect" + text="Supported Skills deal {0}% less Spell Damage while you have Arcane Surge" } }, stats={ - [1]="support_astral_projection_aoe_+%_final" + [1]="support_arcane_surge_spell_damage_+%_final_while_you_have_arcane_surge" } }, - [673]={ + [765]={ [1]={ [1]={ limit={ @@ -16234,7 +18245,7 @@ return { [2]="#" } }, - text="Deal {0}% increased Attack Damage while on Low Life while a Supported Skill is active" + text="Supported Skills have {0}% more Area of Effect" }, [2]={ [1]={ @@ -16247,34 +18258,30 @@ return { [2]=-1 } }, - text="Deal {0}% reduced Attack Damage while on Low Life while a Supported Skill is active" + text="Supported Skills have {0}% less Area of Effect" } }, stats={ - [1]="support_attack_damage_spirit_cost_attack_damage_+%_on_low_life" + [1]="support_area_of_effect_+%_final" } }, - [674]={ + [766]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp", - v=1 - }, limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Auras from Supported Skills have a base duration of {0} seconds" + text="Supported Skills trigger an Explosion when they Fully Break an enemy's Armour" } }, stats={ - [1]="support_aura_duration_base_buff_duration" + [1]="support_armour_explosion" } }, - [675]={ + [767]={ [1]={ [1]={ limit={ @@ -16283,7 +18290,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Attack Time per Projectile" + text="Supported Skills have {0}% more Knockback Distance" }, [2]={ [1]={ @@ -16296,14 +18303,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Attack Time per Projectile" + text="Supported Skills have {0}% less Knockback Distance" } }, stats={ - [1]="support_barrage_attack_time_+%_per_projectile_fired" + [1]="support_arms_length_knockback_distance_+%_final" } }, - [676]={ + [768]={ [1]={ [1]={ limit={ @@ -16312,7 +18319,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Trap and Mine Throwing Time per Projectile" + text="Supported Skills have {0}% more Area of Effect" }, [2]={ [1]={ @@ -16325,54 +18332,43 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Trap and Mine Throwing Time per Projectile" + text="Supported Skills have {0}% less Area of Effect" } }, stats={ - [1]="support_barrage_trap_and_mine_throwing_time_+%_final_per_projectile_fired" + [1]="support_astral_projection_aoe_+%_final" } }, - [677]={ + [769]={ [1]={ [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 - }, limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Fonts of Blood from Supported Skills grant {0}% Life Regeneration per second to You and Your Allies" - } - }, - stats={ - [1]="support_blood_fountain_life_regeneration_rate_per_minute_%" - } - }, - [678]={ - [1]={ - [1]={ + text="Deal {0}% increased Attack Damage while on Low Life while a Supported Skill is active" + }, + [2]={ [1]={ - k="divide_by_ten_1dp_if_required", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Objects created by Supported Skills create a Font of Blood with a {0} metre radius" + text="Deal {0}% reduced Attack Damage while on Low Life while a Supported Skill is active" } }, stats={ - [1]="support_blood_fountain_radius" + [1]="support_attack_damage_spirit_cost_attack_damage_+%_on_low_life" } }, - [679]={ + [770]={ [1]={ [1]={ limit={ @@ -16381,7 +18377,7 @@ return { [2]="#" } }, - text="Supported Attacks deal {0}% more Damage" + text="Supported Skills have {0}% more Curse Effect" }, [2]={ [1]={ @@ -16394,55 +18390,34 @@ return { [2]=-1 } }, - text="Supported Attacks deal {0}% less Damage" + text="Supported Skills have {0}% less Curse Effect" } }, stats={ - [1]="support_blood_thirst_damage_+%_final" + [1]="support_atziri_curse_effect_+%_final" } }, - [680]={ + [771]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Supported Skills have a {0}% chance to Trigger Shockwave on Melee Hit" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } + [1]={ + k="milliseconds_to_seconds_2dp", + v=1 }, - text="Supported Skills will Trigger Shockwave on Melee Hit" - } - }, - stats={ - [1]="support_blunt_chance_to_trigger_shockwave_on_hit_%" - } - }, - [681]={ - [1]={ - [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Deals {0}% of Pinned target's Maximum Life as Physical Damage" + text="Auras from Supported Skills have a base duration of {0} seconds" } }, stats={ - [1]="support_bone_shrapnel_physical_damage_equal_to_%_monster_life" + [1]="support_aura_duration_base_buff_duration" } }, - [682]={ + [772]={ [1]={ [1]={ limit={ @@ -16451,7 +18426,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Area of Effect" + text="Supported Skills have {0}% more Attack speed" }, [2]={ [1]={ @@ -16464,14 +18439,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Area of Effect" + text="Supported Skills have {0}% less Attack speed" } }, stats={ - [1]="support_brand_area_of_effect_+%_final" + [1]="support_auto_shotgun_attack_speed_+%_final" } }, - [683]={ + [773]={ [1]={ [1]={ limit={ @@ -16497,10 +18472,10 @@ return { } }, stats={ - [1]="support_brand_damage_+%_final" + [1]="support_auto_shotgun_damage_+%_final" } }, - [684]={ + [774]={ [1]={ [1]={ limit={ @@ -16509,7 +18484,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage to Heavy Stunned Enemies" + text="Supported Skills fire {0}% more Projectiles" }, [2]={ [1]={ @@ -16522,14 +18497,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage to Heavy Stunned Enemies" + text="Supported Skills fire {0}% less Projectiles" } }, stats={ - [1]="support_brink_damage_+%_final_vs_heavy_stunned_target" + [1]="support_auto_shotgun_projectile_count_+%_final" } }, - [685]={ + [775]={ [1]={ [1]={ limit={ @@ -16538,7 +18513,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Burning Damage" + text="Supported Skills have {0}% more reload speed" }, [2]={ [1]={ @@ -16551,67 +18526,72 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Burning Damage" + text="Supported Skills have {0}% less reload speed" } }, stats={ - [1]="support_burning_damage_+%_final" + [1]="support_auto_shotgun_reload_speed_+%_final" } }, - [686]={ + [776]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Create Ignited Ground, Igniting enemies as though dealing Fire Damage equal to {0}% of your Maximum Mana" + text="Supported Skills have {0}% more Attack Time per Projectile" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Attack Time per Projectile" } }, stats={ - [1]="support_burning_runes_base_fire_damage_equal_to_%_maximum_mana" + [1]="support_barrage_attack_time_+%_per_projectile_fired" } }, - [687]={ + [777]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" - }, - [2]={ - [1]=1, - [2]="#" } }, - text="Poison from Supported Skills also adds {0}% of Damage per Second to Enemy as Plague, up to a maximum of {1}% of Enemy's maximum Life" - } - }, - stats={ - [1]="support_bursting_plague_store_%_poison_applied_magnitude_towards_burst", - [2]="support_bursting_plague_max_value_%_of_max_life" - } - }, - [688]={ - [1]={ - [1]={ + text="Supported Skills have {0}% more Trap and Mine Throwing Time per Projectile" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Supported Skills indicate one of four directions\nIndicated direction changes when an Attack with Supported Skill matches indicated direction" + text="Supported Skills have {0}% less Trap and Mine Throwing Time per Projectile" } }, stats={ - [1]="support_called_shots_enable_directional_buff" + [1]="support_barrage_trap_and_mine_throwing_time_+%_final_per_projectile_fired" } }, - [689]={ + [778]={ [1]={ [1]={ limit={ @@ -16620,7 +18600,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Projectile Damage when Attacking in indicated direction" + text="Supported Skills deal {0}% more damage to Frozen Unique enemies" }, [2]={ [1]={ @@ -16633,30 +18613,34 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Projectile Damage when Attacking in indicated direction" + text="Supported Skills deal {0}% less damage to Frozen Unique enemies" } }, stats={ - [1]="support_called_shots_projectile_damage_+%_final_when_matching_direction" + [1]="support_biting_frost_damage_+%_final_vs_frozen_unique_enemies" } }, - [690]={ + [779]={ [1]={ [1]={ + [1]={ + k="per_minute_to_per_second", + v=1 + }, limit={ [1]={ [1]="#", [2]="#" } }, - text="{0}% of maximum Life recovered on Kill while a Supported Skill is active" + text="Fonts of Blood from Supported Skills grant {0}% Life Regeneration per second to You and Your Allies" } }, stats={ - [1]="support_cannibalism_recover_%_maximum_life_on_kill" + [1]="support_blood_fountain_life_regeneration_rate_per_minute_%" } }, - [691]={ + [780]={ [1]={ [1]={ limit={ @@ -16665,7 +18649,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Attack Damage" + text="Supported Attacks deal {0}% more Damage" }, [2]={ [1]={ @@ -16678,43 +18662,55 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Attack Damage" + text="Supported Attacks deal {0}% less Damage" } }, stats={ - [1]="support_cast_on_crit_quality_attack_damage_+%_final" + [1]="support_blood_thirst_damage_+%_final" } }, - [692]={ + [781]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]="#" + [2]=99 } }, - text="Supported Triggered Spells have {0}% increased Effect of Non-Damaging Ailments" + text="Supported Skills have a {0}% chance to Trigger Shockwave on Melee Hit" }, [2]={ - [1]={ - k="negate", - v=1 + limit={ + [1]={ + [1]=100, + [2]="#" + } }, + text="Supported Skills will Trigger Shockwave on Melee Hit" + } + }, + stats={ + [1]="support_blunt_chance_to_trigger_shockwave_on_hit_%" + } + }, + [782]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Supported Triggered Spells have {0}% reduced Effect of Non-Damaging Ailments" + text="Deals {0}% of Pinned target's Maximum Life as Physical Damage" } }, stats={ - [1]="support_cast_while_channelling_triggered_skill_non_damaging_ailment_effect_+%" + [1]="support_bone_shrapnel_physical_damage_equal_to_%_monster_life" } }, - [693]={ + [783]={ [1]={ [1]={ limit={ @@ -16723,7 +18719,7 @@ return { [2]="#" } }, - text="{0}% more Magnitude of Bleeding inflicted with Supported Attacks" + text="Supported Skills have {0}% more Area of Effect" }, [2]={ [1]={ @@ -16736,56 +18732,43 @@ return { [2]=-1 } }, - text="{0}% less Magnitude of Bleeding inflicted with Supported Attacks" + text="Supported Skills have {0}% less Area of Effect" } }, stats={ - [1]="support_chance_to_bleed_bleeding_effect_+%_final" + [1]="support_brand_area_of_effect_+%_final" } }, - [694]={ + [784]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" - }, - [2]={ - [1]=1, - [2]="#" } }, - text="Supported Skills deal {0}% more Damage per second spent Channelling, up to {1}%" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ k="negate", v=1 }, - [2]={ - k="negate", - v=2 - }, limit={ [1]={ [1]="#", [2]=-1 - }, - [2]={ - [1]="#", - [2]=-1 } }, - text="Supported Skills deal {0}% less Damage per second spent Channelling, up to {1}%" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_chanelling_damage_+%_final_per_second_channelling", - [2]="support_channelling_damage_cap" + [1]="support_brand_damage_+%_final" } }, - [695]={ + [785]={ [1]={ [1]={ limit={ @@ -16794,7 +18777,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Chaos Damage" + text="Supported Skills deal {0}% more Damage to Heavy Stunned Enemies" }, [2]={ [1]={ @@ -16807,14 +18790,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Chaos Damage" + text="Supported Skills deal {0}% less Damage to Heavy Stunned Enemies" } }, stats={ - [1]="support_chaos_attacks_damage_+%_final" + [1]="support_brink_damage_+%_final_vs_heavy_stunned_target" } }, - [696]={ + [786]={ [1]={ [1]={ limit={ @@ -16823,7 +18806,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more\nChaos Damage if consuming a Corpse" + text="Hits with Supported Skills cause {0}% more Stun buildup" }, [2]={ [1]={ @@ -16836,14 +18819,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less\nChaos Damage if consuming a Corpse" + text="Hits with Supported Skills cause {0}% less Stun buildup" } }, stats={ - [1]="support_chaos_damage_+%_final_if_corpse_consumed_on_use" + [1]="support_brink_hit_damage_stun_multiplier_+%_final" } }, - [697]={ + [787]={ [1]={ [1]={ limit={ @@ -16852,7 +18835,7 @@ return { [2]="#" } }, - text="Supported Attacks deal {0}% more non-Chaos Damage" + text="Supported Skills deal {0}% more Burning Damage" }, [2]={ [1]={ @@ -16865,14 +18848,14 @@ return { [2]=-1 } }, - text="Supported Attacks deal {0}% less non-Chaos Damage" + text="Supported Skills deal {0}% less Burning Damage" } }, stats={ - [1]="support_chaos_support_non_chaos_damage_+%_final" + [1]="support_burning_damage_+%_final" } }, - [698]={ + [788]={ [1]={ [1]={ limit={ @@ -16881,100 +18864,80 @@ return { [2]="#" } }, - text="Damage over time with non-Ailment Debuffs inflicted on full-life enemies by Supported Skills deal {0}% more damage" + text="Create Ignited Ground, Igniting enemies as though dealing Fire Damage equal to {0}% of your Maximum Mana" } }, stats={ - [1]="support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies" + [1]="support_burning_runes_base_fire_damage_equal_to_%_maximum_mana" } }, - [699]={ + [789]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Supported Skills have {0}% more Skill Effect Duration" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Supported Skills have {0}% less Skill Effect Duration" + text="Poison from Supported Skills also adds {0}% of Damage per Second to Enemy as Plague, up to a maximum of {1}% of Enemy's maximum Life" } }, stats={ - [1]="support_chaotic_assassination_skill_effect_duration_+%_final" + [1]="support_bursting_plague_store_%_poison_applied_magnitude_towards_burst", + [2]="support_bursting_plague_max_value_%_of_max_life" } }, - [700]={ + [790]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Chaos damage Contributes to Freeze buildup for Hits against targets taking damage over time from Supported Skills" + text="Supported Skills fire {0} additional Projectiles when Attacking in indicated direction" } }, stats={ - [1]="support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage" + [1]="support_called_shots_additional_projectiles_when_matching_indicated_direction" } }, - [701]={ + [791]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]=1 + [2]="#" } }, - text="Every shot with Supported Skills is a Charged Shot" + text="Supported Skills deal {0}% more Projectile Damage when Attacking in indicated direction" }, [2]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + [1]={ + k="negate", + v=1 }, - text="One in every {0} shots with Supported Skills is a Charged Shot" - } - }, - stats={ - [1]="support_charged_shots_applies_every_X_shots" - } - }, - [702]={ - [1]={ - [1]={ limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Charged Shots with Supported Skills Gain {0}% of Damage as extra Lightning Damage" + text="Supported Skills deal {0}% less Projectile Damage when Attacking in indicated direction" } }, stats={ - [1]="support_charged_shots_%_damage_to_gain_as_lightning" + [1]="support_called_shots_projectile_damage_+%_final_when_matching_direction" } }, - [703]={ + [792]={ [1]={ [1]={ limit={ @@ -16983,14 +18946,14 @@ return { [2]="#" } }, - text="Charged Shots with Supported Skills recover {0}% of their Mana cost when used" + text="{0}% of maximum Life recovered on Kill while a Supported Skill is active" } }, stats={ - [1]="support_charged_shots_recover_%_mana_cost_on_use" + [1]="support_cannibalism_recover_%_maximum_life_on_kill" } }, - [704]={ + [793]={ [1]={ [1]={ limit={ @@ -16999,7 +18962,7 @@ return { [2]="#" } }, - text="Enemies killed by Hits from Supported Skills grant {0}% more Charm charges" + text="Supported Skills deal {0}% more Attack Damage" }, [2]={ [1]={ @@ -17012,14 +18975,14 @@ return { [2]=-1 } }, - text="Enemies killed by Hits from Supported Skills grant {0}% less Charm charges" + text="Supported Skills deal {0}% less Attack Damage" } }, stats={ - [1]="support_charm_charges_gained_+%_final_from_killing_blow" + [1]="support_cast_on_crit_quality_attack_damage_+%_final" } }, - [705]={ + [794]={ [1]={ [1]={ limit={ @@ -17028,7 +18991,7 @@ return { [2]="#" } }, - text="Chilled Ground created by Supported Skills has {0}% more duration" + text="Supported Triggered Spells have {0}% increased Effect of Non-Damaging Ailments" }, [2]={ [1]={ @@ -17041,14 +19004,14 @@ return { [2]=-1 } }, - text="Chilled Ground created by Supported Skills has {0}% less duration" + text="Supported Triggered Spells have {0}% reduced Effect of Non-Damaging Ailments" } }, stats={ - [1]="support_chilled_ground_effect_duration_+%_final" + [1]="support_cast_while_channelling_triggered_skill_non_damaging_ailment_effect_+%" } }, - [706]={ + [795]={ [1]={ [1]={ limit={ @@ -17057,7 +19020,7 @@ return { [2]="#" } }, - text="{0}% Increased Mana Regeneration Rate while a Supported Skill is active" + text="{0}% more Magnitude of Bleeding inflicted with Supported Attacks" }, [2]={ [1]={ @@ -17070,59 +19033,56 @@ return { [2]=-1 } }, - text="{0}% Reduced Mana Regeneration Rate while a Supported Skill is active" + text="{0}% less Magnitude of Bleeding inflicted with Supported Attacks" } }, stats={ - [1]="support_clarity_mana_regeneration_rate_+%" + [1]="support_chance_to_bleed_bleeding_effect_+%_final" } }, - [707]={ + [796]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" - } - }, - text="Supported Skills deal {0}% more Attack Damage to \nenemies within 1 metre of you, scaling down to\nno bonus at 3.5 metres or further" - } - }, - stats={ - [1]="support_close_combat_attack_damage_+%_final_from_distance" - } - }, - [708]={ - [1]={ - [1]={ - limit={ - [1]={ + }, + [2]={ [1]=1, [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Skills deal {0}% more Damage per second spent Channelling, up to {1}%" }, [2]={ [1]={ k="negate", v=1 }, + [2]={ + k="negate", + v=2 + }, limit={ [1]={ [1]="#", [2]=-1 + }, + [2]={ + [1]="#", + [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Skills deal {0}% less Damage per second spent Channelling, up to {1}%" } }, stats={ - [1]="support_clustertrap_damage_+%_final" + [1]="support_chanelling_damage_+%_final_per_second_channelling", + [2]="support_channelling_damage_cap" } }, - [709]={ + [797]={ [1]={ [1]={ limit={ @@ -17131,7 +19091,7 @@ return { [2]="#" } }, - text="Supported Attacks deal {0}% more Cold and Fire Damage" + text="Supported Skills deal {0}% more Chaos Damage" }, [2]={ [1]={ @@ -17144,14 +19104,14 @@ return { [2]=-1 } }, - text="Supported Attacks deal {0}% less Cold and Fire Damage" + text="Supported Skills deal {0}% less Chaos Damage" } }, stats={ - [1]="support_cold_and_fire_damage_+%_final" + [1]="support_chaos_attacks_damage_+%_final" } }, - [710]={ + [798]={ [1]={ [1]={ limit={ @@ -17160,7 +19120,7 @@ return { [2]="#" } }, - text="Supported Attacks deal {0}% more Cold and Lightning Damage" + text="Supported Skills deal {0}% more\nChaos Damage if consuming a Corpse" }, [2]={ [1]={ @@ -17173,14 +19133,14 @@ return { [2]=-1 } }, - text="Supported Attacks deal {0}% less Cold and Lightning Damage" + text="Supported Skills deal {0}% less\nChaos Damage if consuming a Corpse" } }, stats={ - [1]="support_cold_and_lightning_damage_+%_final" + [1]="support_chaos_damage_+%_final_if_corpse_consumed_on_use" } }, - [711]={ + [799]={ [1]={ [1]={ limit={ @@ -17189,7 +19149,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Skills deal {0}% more\nChaos Damage for each Corpse consumed this way" }, [2]={ [1]={ @@ -17202,14 +19162,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Skills deal {0}% less\nChaos Damage for each Corpse consumed this way" } }, stats={ - [1]="support_cold_exposure_damage_+%_final" + [1]="support_chaos_damage_+%_final_per_corpse_consumed_on_use" } }, - [712]={ + [800]={ [1]={ [1]={ limit={ @@ -17218,7 +19178,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Attacks deal {0}% more non-Chaos Damage" }, [2]={ [1]={ @@ -17231,30 +19191,30 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Attacks deal {0}% less non-Chaos Damage" } }, stats={ - [1]="support_combo_finisher_damage_+%_final" + [1]="support_chaos_support_non_chaos_damage_+%_final" } }, - [713]={ + [801]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Supported Skills require {0} Combo to use" + text="Damage over time with non-Ailment Debuffs inflicted on full-life enemies by Supported Skills deal {0}% more damage" } }, stats={ - [1]="support_combo_finisher_required_number_of_combo_stacks" + [1]="support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies" } }, - [714]={ + [802]={ [1]={ [1]={ limit={ @@ -17263,7 +19223,7 @@ return { [2]="#" } }, - text="Supported Minions' Command Skills deal {0}% more Damage" + text="Supported Skills have {0}% more Skill Effect Duration" }, [2]={ [1]={ @@ -17276,81 +19236,87 @@ return { [2]=-1 } }, - text="Supported Minions' Command Skills deal {0}% less Damage" + text="Supported Skills have {0}% less Skill Effect Duration" } }, stats={ - [1]="support_command_skill_damage_+%_final" + [1]="support_chaotic_assassination_skill_effect_duration_+%_final" } }, - [715]={ + [803]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]="#" - }, - [2]={ [1]="#", [2]="#" } }, - text="Supported Skills consume {1}% of your maximum Life Flask charges on use\nSupported Skills have {0}% more Magnitude of Bleeding they inflict per Life Flask charge consumed" + text="Chaos damage Contributes to Freeze buildup for Hits against targets taking damage over time from Supported Skills" + } + }, + stats={ + [1]="support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage" + } + }, + [804]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Every shot with Supported Skills is a Charged Shot" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ - [1]="#", - [2]=-1 - }, - [2]={ [1]="#", [2]="#" } }, - text="Supported Skills consume {1}% of your maximum Life Flask charges on use\nSupported Skills have {0}% less Magnitude of Bleeding they inflict per Life Flask charge consumed" + text="One in every {0} shots with Supported Skills is a Charged Shot" } }, stats={ - [1]="support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed", - [2]="consume_%_of_maximum_life_flask_charges_on_skill_use" + [1]="support_charged_shots_applies_every_X_shots" } }, - [716]={ + [805]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Supported Skills have {0}% more chance to Shock" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, + text="Charged Shots with Supported Skills Gain {0}% of Damage as extra Lightning Damage" + } + }, + stats={ + [1]="support_charged_shots_%_damage_to_gain_as_lightning" + } + }, + [806]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Supported Skills have {0}% less chance to Shock" + text="Charged Shots with Supported Skills recover {0}% of their Mana cost when used" } }, stats={ - [1]="support_conduction_chance_to_shock_+%_final" + [1]="support_charged_shots_recover_%_mana_cost_on_use" } }, - [717]={ + [807]={ [1]={ [1]={ limit={ @@ -17359,7 +19325,7 @@ return { [2]="#" } }, - text="Supported Skills consume a Power Charge on use\nSupported Skills have {0}% more duration when consuming a Power Charge" + text="Enemies killed by Hits from Supported Skills grant {0}% more Charm charges" }, [2]={ [1]={ @@ -17372,14 +19338,14 @@ return { [2]=-1 } }, - text="Supported Skills consume a Power Charge on use\nSupported Skills have {0}% less duration when consuming a Power Charge" + text="Enemies killed by Hits from Supported Skills grant {0}% less Charm charges" } }, stats={ - [1]="support_consume_power_charge_to_gain_curse_duration_+%_final" + [1]="support_charm_charges_gained_+%_final_from_killing_blow" } }, - [718]={ + [808]={ [1]={ [1]={ limit={ @@ -17388,7 +19354,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% increased cooldown recovery rate" + text="Chilled Ground created by Supported Skills has {0}% more duration" }, [2]={ [1]={ @@ -17401,14 +19367,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% reduced cooldown recovery rate" + text="Chilled Ground created by Supported Skills has {0}% less duration" } }, stats={ - [1]="support_cooldown_reduction_cooldown_recovery_+%" + [1]="support_chilled_ground_effect_duration_+%_final" } }, - [719]={ + [809]={ [1]={ [1]={ limit={ @@ -17417,7 +19383,7 @@ return { [2]="#" } }, - text="Supported Warcries have {0}% more Area of Effect" + text="{0}% Increased Mana Regeneration Rate while a Supported Skill is active" }, [2]={ [1]={ @@ -17430,92 +19396,88 @@ return { [2]=-1 } }, - text="Supported Warcries have {0}% less Area of Effect" + text="{0}% Reduced Mana Regeneration Rate while a Supported Skill is active" } }, stats={ - [1]="support_corrupting_cry_area_of_effect_+%_final" + [1]="support_clarity_mana_regeneration_rate_+%" } }, - [720]={ + [810]={ [1]={ [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 - }, limit={ [1]={ [1]=1, [2]="#" } }, - text="Corrupted Blood deals {0}% of your Strength as\nPhysical Damage per second" + text="Supported Skills deal {0}% more Attack Damage to \nenemies within 1 metre of you, scaling down to\nno bonus at 3.5 metres or further" } }, stats={ - [1]="support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength" + [1]="support_close_combat_attack_damage_+%_final_from_distance" } }, - [721]={ + [811]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, limit={ [1]={ - [1]=1000, - [2]=1000 + [1]=1, + [2]="#" } }, - text="Corrupted Blood duration is {0} second" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ - k="milliseconds_to_seconds_2dp_if_required", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Corrupted Blood duration is {0} seconds" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_corrupting_cry_corrupted_blood_duration_ms" + [1]="support_clustertrap_damage_+%_final" } }, - [722]={ + [812]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]=1 + [2]="#" } }, - text="Supported Warcries inflict Corrupted Blood" + text="Supported Attacks deal {0}% more Cold and Fire Damage" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ - [1]=2, - [2]="#" + [1]="#", + [2]=-1 } }, - text="Supported Warcries inflict {0} Corrupted Blood Debuffs" + text="Supported Attacks deal {0}% less Cold and Fire Damage" } }, stats={ - [1]="support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood" + [1]="support_cold_and_fire_damage_+%_final" } }, - [723]={ + [813]={ [1]={ [1]={ limit={ @@ -17524,7 +19486,7 @@ return { [2]="#" } }, - text="Supported Minions deal {0}% more Damage if they have Revived Recently" + text="Supported Attacks deal {0}% more Cold and Lightning Damage" }, [2]={ [1]={ @@ -17537,14 +19499,14 @@ return { [2]=-1 } }, - text="Supported Minions deal {0}% less Damage if they have Revived Recently" + text="Supported Attacks deal {0}% less Cold and Lightning Damage" } }, stats={ - [1]="support_crazed_minions_minion_damage_+%_final_if_revived_recently" + [1]="support_cold_and_lightning_damage_+%_final" } }, - [724]={ + [814]={ [1]={ [1]={ limit={ @@ -17553,7 +19515,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more chance to Critically Hit" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -17566,14 +19528,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less chance to Critically Hit" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_crit_cooldown_crit_chance_+%_final" + [1]="support_cold_exposure_damage_+%_final" } }, - [725]={ + [815]={ [1]={ [1]={ limit={ @@ -17582,7 +19544,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Critical Hit chance" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -17595,14 +19557,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Critical Hit chance" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_critical_damage_critical_strike_chance_+%_final" + [1]="support_combo_finisher_damage_+%_final" } }, - [726]={ + [816]={ [1]={ [1]={ limit={ @@ -17611,7 +19573,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage with Hits" + text="Supported Skills deal {0}% more Damage per Combo" }, [2]={ [1]={ @@ -17624,43 +19586,98 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage with Hits" + text="Supported Skills deal {0}% less Damage per Combo" } }, stats={ - [1]="support_critical_damage_hit_damage_+%_final" + [1]="support_combo_finisher_damage_+%_final_per_combo" } }, - [727]={ + [817]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds", - v=1 - }, limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Enemies Stunned by Supported Skills are also Crushed for {0} seconds" + text="After expending Combo, next use of Supported Skill requires {0} additional Combo" } }, stats={ - [1]="support_crushing_stuns_crush_on_stun_ms" + [1]="support_combo_finisher_next_use_requires_x_additional_combo" } }, - [728]={ + [818]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=2 + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Supported Skills require {0} Combo to use" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills require {0} Combo for first use\nCombo requirement resets to {0} after expending {1} Combo" + } + }, + stats={ + [1]="support_combo_finisher_required_number_of_combo_stacks", + [2]="support_combo_finisher_max_combo_required" + } + }, + [819]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Minions' Command Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 }, limit={ [1]={ [1]="#", + [2]=-1 + } + }, + text="Supported Minions' Command Skills deal {0}% less Damage" + } + }, + stats={ + [1]="support_command_skill_damage_+%_final" + } + }, + [820]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, [2]="#" }, [2]={ @@ -17668,31 +19685,916 @@ return { [2]="#" } }, - text="Destroying an Ice Crystal grants Supported Skills {0}% of Damage Gained as extra Cold for {1} seconds, per two thousand maximum Life of the destroyed Ice Crystal" + text="Supported Skills consume {1}% of your maximum Life Flask charges on use\nSupported Skills have {0}% more Magnitude of Bleeding they inflict per Life Flask charge consumed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills consume {1}% of your maximum Life Flask charges on use\nSupported Skills have {0}% less Magnitude of Bleeding they inflict per Life Flask charge consumed" } }, stats={ - [1]="support_crystalshatter_buff_damage_%_gained_as_extra_cold_per_2000_crystal_life", - [2]="support_crystalshatter_buff_duration" + [1]="support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed", + [2]="consume_%_of_maximum_life_flask_charges_on_skill_use" } }, - [729]={ + [821]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more chance to Shock" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less chance to Shock" + } + }, + stats={ + [1]="support_conduction_chance_to_shock_+%_final" + } + }, + [822]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Skills consume an Endurance Charge on Use" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Skills consume {0} Endurance Charges on Use" + } + }, + stats={ + [1]="support_consume_X_endurance_charges_on_use" + } + }, + [823]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills consume a Power Charge on use\nSupported Skills have {0}% more duration when consuming a Power Charge" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills consume a Power Charge on use\nSupported Skills have {0}% less duration when consuming a Power Charge" + } + }, + stats={ + [1]="support_consume_power_charge_to_gain_curse_duration_+%_final" + } + }, + [824]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% increased cooldown recovery rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% reduced cooldown recovery rate" + } + }, + stats={ + [1]="support_cooldown_reduction_cooldown_recovery_+%" + } + }, + [825]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Warcries have {0}% more Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Warcries have {0}% less Area of Effect" + } + }, + stats={ + [1]="support_corrupting_cry_area_of_effect_+%_final" + } + }, + [826]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Corrupted Blood deals {0}% of your Strength as\nPhysical Damage per second" + } + }, + stats={ + [1]="support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength" + } + }, + [827]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Corrupted Blood duration is {0} second" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Corrupted Blood duration is {0} seconds" + } + }, + stats={ + [1]="support_corrupting_cry_corrupted_blood_duration_ms" + } + }, + [828]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Lose {0}% of maximum Life per Corrupted Blood inflicted by Supported Skills" + } + }, + stats={ + [1]="support_corrupting_cry_%_life_lost_per_corrupting_blood_applied" + } + }, + [829]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Supported Warcries inflict Corrupted Blood" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Supported Warcries inflict {0} Corrupted Blood Debuffs" + } + }, + stats={ + [1]="support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood" + } + }, + [830]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Minions deal {0}% more Damage if they have Revived Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Minions deal {0}% less Damage if they have Revived Recently" + } + }, + stats={ + [1]="support_crazed_minions_minion_damage_+%_final_if_revived_recently" + } + }, + [831]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills create Jagged Ground when consuming an Endurance Charge" + } + }, + stats={ + [1]="support_create_jagged_ground_if_consumed_endurance_charge" + } + }, + [832]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks with Supported Skills that are not Final Strikes have {0}% more Attack Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Attacks with Supported Skills that are not Final Strikes have {0}% less Attack Speed" + } + }, + stats={ + [1]="support_crescendo_non_final_strike_attack_speed_+%_final" + } + }, + [833]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more chance to Critically Hit" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less chance to Critically Hit" + } + }, + stats={ + [1]="support_crit_cooldown_crit_chance_+%_final" + } + }, + [834]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Critical Hit chance" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Critical Hit chance" + } + }, + stats={ + [1]="support_critical_damage_critical_strike_chance_+%_final" + } + }, + [835]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage with Hits" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage with Hits" + } + }, + stats={ + [1]="support_critical_damage_hit_damage_+%_final" + } + }, + [836]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies Stunned by Supported Skills are also Crushed for {0} seconds" + } + }, + stats={ + [1]="support_crushing_stuns_crush_on_stun_ms" + } + }, + [837]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Destroying an Ice Crystal grants Supported Skills {0}% of Damage Gained as extra Cold for {1} seconds, per two thousand maximum Life of the destroyed Ice Crystal" + } + }, + stats={ + [1]="support_crystalshatter_buff_damage_%_gained_as_extra_cold_per_2000_crystal_life", + [2]="support_crystalshatter_buff_duration" + } + }, + [838]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills have Culling Strike against Rare or Unique Enemies" + } + }, + stats={ + [1]="support_culling_strike_vs_rare_or_unique_enemy" + } + }, + [839]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Curse zones from Supported\nSkills erupt after {0}% more delay" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Curse zones from Supported\nSkills erupt after {0}% less delay" + } + }, + stats={ + [1]="support_focus_curse_curse_delay_+%_final" + } + }, + [840]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Curses have {0}% more Magnitudes" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Curses have {0}% less Magnitudes" + } + }, + stats={ + [1]="support_curse_effect_+%_final" + } + }, + [841]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to trigger Doedre's Dark Design when Enemies enter Cursed Ground created by Supported Skills" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Cursed Ground created by Supported Skills triggers Doedre's Dark Design when Enemies enter" + } + }, + stats={ + [1]="support_cursed_ground_trigger_curse_explosion_on_hazard_trigger_chance_%" + } + }, + [842]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage per Combo" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage per Combo" + } + }, + stats={ + [1]="support_damage_+%_final_per_combo_stack" + } + }, + [843]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Crossbow Skills deal {0}% more Damage for\neach bolt Reloaded by that skill in the past 6 seconds" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Crossbow Skills deal {0}% less Damage for\neach bolt Reloaded by that skill in the past 6 seconds" + } + }, + stats={ + [1]="support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds" + } + }, + [844]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Crossbow Skills deal {0}% more Damage for\neach bolt Reloaded by that skill in the past 8 seconds" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Crossbow Skills deal {0}% less Damage for\neach bolt Reloaded by that skill in the past 8 seconds" + } + }, + stats={ + [1]="support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds" + } + }, + [845]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Offering Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Offering Skills deal {0}% less Damage" + } + }, + stats={ + [1]="support_danse_macabre_offering_skill_damage_+%_final_if_consumed_additional_skeleton" + } + }, + [846]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=999 + } + }, + text="Daze lasts for {0} seconds" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Daze lasts for {0} second" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1001, + [2]="#" + } + }, + text="Daze lasts for {0} seconds" + } + }, + stats={ + [1]="support_daze_break_duration_ms" + } + }, + [847]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_1dp", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=999 + } + }, + text="Daze lasts for {0} seconds" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_1dp", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Daze lasts for {0} second" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds_1dp", + v=1 + }, + limit={ + [1]={ + [1]=1001, + [2]="#" + } + }, + text="Daze lasts for {0} seconds" + } + }, + stats={ + [1]="support_dazed_cry_duration_ms" + } + }, + [848]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage with Hits" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage with Hits" + } + }, + stats={ + [1]="support_deadly_poison_hit_damage_+%_final" + } + }, + [849]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Magnitude of Poison inflicted with Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Poison inflicted with Supported Skills" + } + }, + stats={ + [1]="support_deadly_poison_poison_effect_+%_final" + } + }, + [850]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Skills inflict Decay, dealing {0}% of Intelligence as Chaos damage per second for 8 seconds" + } + }, + stats={ + [1]="support_decaying_hex_base_chaos_damage_per_minute_as_%_of_intelligence_for_8_seconds" + } + }, + [851]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Magnitude of Bleeding inflicted with Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Bleeding inflicted with Supported Skills" + } + }, + stats={ + [1]="support_deep_cuts_bleeding_effect_+%_final" + } + }, + [852]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage with Hits" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Supported Skills have Culling Strike against Rare or Unique Enemies" + text="Supported Skills deal {0}% less Damage with Hits" } }, stats={ - [1]="support_culling_strike_vs_rare_or_unique_enemy" + [1]="support_deep_cuts_hit_damage_+%_final" } }, - [730]={ + [853]={ [1]={ [1]={ limit={ @@ -17701,7 +20603,7 @@ return { [2]="#" } }, - text="Supported Curses have {0}% more Magnitudes" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -17714,14 +20616,14 @@ return { [2]=-1 } }, - text="Supported Curses have {0}% less Magnitudes" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_curse_effect_+%_final" + [1]="support_deliberation_damage_+%_final" } }, - [731]={ + [854]={ [1]={ [1]={ limit={ @@ -17730,7 +20632,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage per Combo" + text="{0}% more Movement Speed penalty while\nusing Supported Skills" }, [2]={ [1]={ @@ -17743,14 +20645,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage per Combo" + text="{0}% less Movement Speed penalty while\nusing Supported Skills" } }, stats={ - [1]="support_damage_+%_final_per_combo_stack" + [1]="support_deliberation_movement_speed_penalty_+%_final_while_performing_action" } }, - [732]={ + [855]={ [1]={ [1]={ limit={ @@ -17759,7 +20661,23 @@ return { [2]="#" } }, - text="Supported Crossbow Skills deal {0}% more Damage for\neach bolt Reloaded by that skill in the past 6 seconds" + text="Fully Breaking Armour with Supported Skills causes affected targets to permanently take {0}% increased Physical Damage, up to 20%" + } + }, + stats={ + [1]="support_demolisher_physical_damage_taken_+%_on_fully_armour_breaking_up_to_20%" + } + }, + [856]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Accuracy Rating if used while Empowered" }, [2]={ [1]={ @@ -17772,14 +20690,14 @@ return { [2]=-1 } }, - text="Supported Crossbow Skills deal {0}% less Damage for\neach bolt Reloaded by that skill in the past 6 seconds" + text="Supported Skills have {0}% less Accuracy Rating if used while Empowered" } }, stats={ - [1]="support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds" + [1]="support_discount_accuracy_rating_+%_final_if_empowered" } }, - [733]={ + [857]={ [1]={ [1]={ limit={ @@ -17788,7 +20706,7 @@ return { [2]="#" } }, - text="Supported Offering Skills deal {0}% more Damage" + text="Supported Skills cost {0}% more if used while Empowered" }, [2]={ [1]={ @@ -17801,106 +20719,72 @@ return { [2]=-1 } }, - text="Supported Offering Skills deal {0}% less Damage" + text="Supported Skills cost {0}% less if used while Empowered" } }, stats={ - [1]="support_danse_macabre_offering_skill_damage_+%_final_if_consumed_additional_skeleton" + [1]="support_discount_skill_cost_+%_final_if_empowered" } }, - [734]={ + [858]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, limit={ [1]={ [1]=1, - [2]=999 + [2]="#" } }, - text="Daze lasts for {0} seconds" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]=1000, - [2]=1000 - } - }, - text="Daze lasts for {0} second" - }, - [3]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", + k="negate", v=1 }, limit={ [1]={ - [1]=1001, - [2]="#" + [1]="#", + [2]=-1 } }, - text="Daze lasts for {0} seconds" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_daze_break_duration_ms" + [1]="support_divine_cry_damage_+%_final" } }, - [735]={ + [859]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_1dp", - v=1 - }, limit={ [1]={ [1]=1, - [2]=999 + [2]="#" } }, - text="Daze lasts for {0} seconds" + text="Supported Skills deal {0}% more Damage for each different Command Skill used in the last 8 seconds" }, [2]={ [1]={ - k="milliseconds_to_seconds_1dp", - v=1 - }, - limit={ - [1]={ - [1]=1000, - [2]=1000 - } - }, - text="Daze lasts for {0} second" - }, - [3]={ - [1]={ - k="milliseconds_to_seconds_1dp", + k="negate", v=1 }, limit={ [1]={ - [1]=1001, - [2]="#" + [1]="#", + [2]=-1 } }, - text="Daze lasts for {0} seconds" + text="Supported Skills deal {0}% less Damage for each different Command Skill used in the last 8 seconds" } }, stats={ - [1]="support_dazed_cry_duration_ms" + [1]="support_djinn_lineage_damage_+%_final_per_different_command_in_last_8_seconds" } }, - [736]={ + [860]={ [1]={ [1]={ limit={ @@ -17909,7 +20793,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage with Hits" + text="Supported Skills have {0}% less Reload Speed" }, [2]={ [1]={ @@ -17922,63 +20806,71 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage with Hits" + text="Supported Skills have {0}% more Reload Speed" } }, stats={ - [1]="support_deadly_poison_hit_damage_+%_final" + [1]="support_double_barrel_crossbow_reload_speed_-%_final" } }, - [737]={ + [861]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]="#" + [2]=1 } }, - text="{0}% more Magnitude of Poison inflicted with Supported Skills" + text="Supported Skills load an additional bolt" }, [2]={ - [1]={ - k="negate", - v=1 + limit={ + [1]={ + [1]=2, + [2]="#" + } }, + text="Supported Skills load {0} additional bolts" + } + }, + stats={ + [1]="support_double_barrel_number_of_crossbow_bolts_+" + } + }, + [862]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="{0}% less Magnitude of Poison inflicted with Supported Skills" + text="Supported Skills have twice as many Cooldown Uses" } }, stats={ - [1]="support_deadly_poison_poison_effect_+%_final" + [1]="support_double_number_of_cooldown_uses" } }, - [738]={ + [863]={ [1]={ [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 - }, limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Supported Skills inflict Decay, dealing {0}% of Intelligence as Chaos damage per second for 8 seconds" + text="Supported Skills Consume all Ailments of a random type on the target when inflicting damage over time Debuffs, causing the Debuff to deal {0}% more damage if any Ailments were consumed" } }, stats={ - [1]="support_decaying_hex_base_chaos_damage_per_minute_as_%_of_intelligence_for_8_seconds" + [1]="support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed" } }, - [739]={ + [864]={ [1]={ [1]={ limit={ @@ -17987,7 +20879,7 @@ return { [2]="#" } }, - text="{0}% more Magnitude of Bleeding inflicted with Supported Skills" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -18000,14 +20892,14 @@ return { [2]=-1 } }, - text="{0}% less Magnitude of Bleeding inflicted with Supported Skills" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_deep_cuts_bleeding_effect_+%_final" + [1]="support_electrocute_damage_+%_final" } }, - [740]={ + [865]={ [1]={ [1]={ limit={ @@ -18016,7 +20908,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage with Hits" + text="Supported Skills deal {0}% more Attack Damage for each Elemental Ailment on Enemies they Hit" }, [2]={ [1]={ @@ -18029,14 +20921,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage with Hits" + text="Supported Skills deal {0}% less Attack Damage for each Elemental Ailment on Enemies they Hit" } }, stats={ - [1]="support_deep_cuts_hit_damage_+%_final" + [1]="support_elemental_armament_attack_damage_+%_final_per_elemental_ailment_on_target" } }, - [741]={ + [866]={ [1]={ [1]={ limit={ @@ -18045,7 +20937,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Skills deal {0}% more Melee Damage for each Elemental Ailment on Enemies they Hit" }, [2]={ [1]={ @@ -18058,14 +20950,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Skills deal {0}% less Melee Damage for each Elemental Ailment on Enemies they Hit" } }, stats={ - [1]="support_deliberation_damage_+%_final" + [1]="support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target" } }, - [742]={ + [867]={ [1]={ [1]={ limit={ @@ -18074,7 +20966,7 @@ return { [2]="#" } }, - text="{0}% more Movement Speed penalty while\nusing Supported Skills" + text="Supported Skills deal {0}% more Elemental Damage for each\nSkill used Recently of a different Elemental type" }, [2]={ [1]={ @@ -18087,14 +20979,30 @@ return { [2]=-1 } }, - text="{0}% less Movement Speed penalty while\nusing Supported Skills" + text="Supported Skills deal {0}% less Elemental Damage for each\nSkill used Recently of a different Elemental type" } }, stats={ - [1]="support_deliberation_movement_speed_penalty_+%_final_while_performing_action" + [1]="support_elemental_damage_+%_final_per_different_elemental_skill_used_recently" } }, - [743]={ + [868]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Skills Empowered by Supported Skills have Culling Strike" + } + }, + stats={ + [1]="support_empowered_culling_strike" + } + }, + [869]={ [1]={ [1]={ limit={ @@ -18103,7 +21011,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Accuracy Rating if used while Empowered" + text="Skills Empowered by Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -18116,14 +21024,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Accuracy Rating if used while Empowered" + text="Skills Empowered by Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_discount_accuracy_rating_+%_final_if_empowered" + [1]="support_empowered_damage_+%_final" } }, - [744]={ + [870]={ [1]={ [1]={ limit={ @@ -18132,7 +21040,7 @@ return { [2]="#" } }, - text="Supported Skills cost {0}% more if used while Empowered" + text="Supported Skills have {0}% more Flammability Magnitude" }, [2]={ [1]={ @@ -18145,14 +21053,14 @@ return { [2]=-1 } }, - text="Supported Skills cost {0}% less if used while Empowered" + text="Supported Skills have {0}% less Flammability Magnitude" } }, stats={ - [1]="support_discount_skill_cost_+%_final_if_empowered" + [1]="support_eternal_flame_chance_to_ignite_+%_final" } }, - [745]={ + [871]={ [1]={ [1]={ limit={ @@ -18161,7 +21069,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Skills deal {0}% more Damage with Hits while you are on Low Life" }, [2]={ [1]={ @@ -18174,14 +21082,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Skills deal {0}% less Damage with Hits while you are on Low Life" } }, stats={ - [1]="support_divine_cry_damage_+%_final" + [1]="support_executioner_damage_+%_final_while_on_low_life" } }, - [746]={ + [872]={ [1]={ [1]={ limit={ @@ -18190,7 +21098,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% less Reload Speed" + text="Supported Skills deal {0}% more Damage with Hits against Enemies that are on Low Life" }, [2]={ [1]={ @@ -18203,55 +21111,70 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% more Reload Speed" + text="Supported Skills deal {0}% less Damage with Hits against Enemies that are on Low Life" + } + }, + stats={ + [1]="support_executioner_damage_vs_enemies_on_low_life_+%_final" + } + }, + [873]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_0dp", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Killing Blows from Supported Strike Skills against Rare monsters grant one of their Modifiers for {0} seconds" } }, stats={ - [1]="support_double_barrel_crossbow_reload_speed_-%_final" + [1]="support_executioner_gain_one_rare_monster_mod_on_kill_ms" } }, - [747]={ + [874]={ [1]={ [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + [1]={ + k="milliseconds_to_seconds_0dp", + v=1 }, - text="Supported Skills load an additional bolt" - }, - [2]={ limit={ [1]={ [1]=1, - [2]=1 + [2]="#" } }, - text="Supported Skills load {0} additional bolts" + text="Killing Blows from Supported Strike Skills against Rare monsters grant two of their Modifiers for {0} seconds" } }, stats={ - [1]="support_double_barrel_number_of_crossbow_bolts_+" + [1]="support_executioner_gain_two_rare_monster_mod_on_kill_ms" } }, - [748]={ + [875]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Supported Skills have twice as many Cooldown Uses" + text="{0}% chance to refresh Duration of granted Modifier by up to 5 seconds when you Hit a Rare or Unique Enemy with Supported Skills" } }, stats={ - [1]="support_double_number_of_cooldown_uses" + [1]="support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%" } }, - [749]={ + [876]={ [1]={ [1]={ limit={ @@ -18260,14 +21183,14 @@ return { [2]="#" } }, - text="Supported Skills Consume all Ailments of a random type on the target when inflicting damage over time Debuffs, causing the Debuff to deal {0}% more damage if any Ailments were consumed" + text="Supported Skills deal {0}% more Attack Damage to \nenemies further than 7 metres from you, scaling down to\nno bonus at 3.5 metres or closer" } }, stats={ - [1]="support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed" + [1]="support_far_combat_attack_damage_+%_final_from_distance" } }, - [750]={ + [877]={ [1]={ [1]={ limit={ @@ -18276,7 +21199,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Supported Skills have {0}% more Attack Speed" }, [2]={ [1]={ @@ -18289,14 +21212,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Supported Skills have {0}% less Attack Speed" } }, stats={ - [1]="support_electrocute_damage_+%_final" + [1]="support_faster_attacks_attack_speed_+%_final" } }, - [751]={ + [878]={ [1]={ [1]={ limit={ @@ -18305,7 +21228,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Melee Damage for each Elemental Ailment on Enemies they Hit" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -18318,14 +21241,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Melee Damage for each Elemental Ailment on Enemies they Hit" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target" + [1]="support_faster_attacks_damage_+%_final" } }, - [752]={ + [879]={ [1]={ [1]={ limit={ @@ -18334,7 +21257,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Elemental Damage for each\nSkill used Recently of a different Elemental type" + text="Supported Skills have {0}% more Cast Speed" }, [2]={ [1]={ @@ -18347,30 +21270,43 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Elemental Damage for each\nSkill used Recently of a different Elemental type" + text="Supported Skills have {0}% less Cast Speed" } }, stats={ - [1]="support_elemental_damage_+%_final_per_different_elemental_skill_used_recently" + [1]="support_faster_casting_cast_speed_+%_final" } }, - [753]={ + [880]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Skills Empowered by Supported Skills have Culling Strike" + text="Supported Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_empowered_culling_strike" + [1]="support_faster_casting_damage_+%_final" } }, - [754]={ + [881]={ [1]={ [1]={ limit={ @@ -18379,7 +21315,7 @@ return { [2]="#" } }, - text="Skills Empowered by Supported Skills deal {0}% more Damage" + text="Supported Skills have {0}% more Projectile Speed" }, [2]={ [1]={ @@ -18392,14 +21328,14 @@ return { [2]=-1 } }, - text="Skills Empowered by Supported Skills deal {0}% less Damage" + text="Supported Skills have {0}% less Projectile Speed" } }, stats={ - [1]="support_empowered_damage_+%_final" + [1]="support_faster_projectiles_projectile_speed_+%_final" } }, - [755]={ + [882]={ [1]={ [1]={ limit={ @@ -18408,7 +21344,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more chance to Ignite" + text="Supported Attacks deal {0}% more Fire and Lightning Damage" }, [2]={ [1]={ @@ -18421,14 +21357,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less chance to Ignite" + text="Supported Attacks deal {0}% less Fire and Lightning Damage" } }, stats={ - [1]="support_eternal_flame_chance_to_ignite_+%_final" + [1]="support_fire_and_lightning_damage_+%_final" } }, - [756]={ + [883]={ [1]={ [1]={ limit={ @@ -18437,7 +21373,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage with Hits against Enemies that are on Low Life" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -18450,50 +21386,39 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage with Hits against Enemies that are on Low Life" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_executioner_damage_vs_enemies_on_low_life_+%_final" + [1]="support_fire_exposure_damage_+%_final" } }, - [757]={ + [884]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_0dp", - v=1 - }, limit={ [1]={ [1]=1, - [2]="#" + [2]=1 } }, - text="Killing Blows from Supported Strike Skills against Rare monsters grant one of their Modifiers for {0} seconds" - } - }, - stats={ - [1]="support_executioner_gain_one_rare_monster_mod_on_kill_ms" - } - }, - [758]={ - [1]={ - [1]={ + text="Supported Skills create {0} Fissure on landing" + }, + [2]={ limit={ [1]={ - [1]=1, + [1]=2, [2]="#" } }, - text="{0}% chance to refresh Duration of granted Modifier by up to 5 seconds when you Hit a Rare or Unique Enemy with Supported Skills" + text="Supported Skills create {0} Fissures on landing" } }, stats={ - [1]="support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%" + [1]="support_fissure_on_landing_create_X_fissures_on_impact" } }, - [759]={ + [885]={ [1]={ [1]={ limit={ @@ -18502,7 +21427,7 @@ return { [2]="#" } }, - text="Exposure applied by Supported Skills has {0}% increased effect" + text="Curse zones from Supported\nSkills erupt after {0}% more delay" }, [2]={ [1]={ @@ -18515,30 +21440,14 @@ return { [2]=-1 } }, - text="Exposure applied by Supported Skills has {0}% reduced effect" - } - }, - stats={ - [1]="support_exposure_effect_+%" - } - }, - [760]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Supported Skills deal {0}% more Attack Damage to \nenemies further than 7 metres from you, scaling down to\nno bonus at 3.5 metres or closer" + text="Curse zones from Supported\nSkills erupt after {0}% less delay" } }, stats={ - [1]="support_far_combat_attack_damage_+%_final_from_distance" + [1]="support_focus_curse_curse_delay_+%_final" } }, - [761]={ + [886]={ [1]={ [1]={ limit={ @@ -18564,10 +21473,10 @@ return { } }, stats={ - [1]="support_faster_attacks_attack_speed_+%_final" + [1]="support_focused_ballista_totem_attack_speed_+%_final" } }, - [762]={ + [887]={ [1]={ [1]={ limit={ @@ -18593,10 +21502,10 @@ return { } }, stats={ - [1]="support_faster_attacks_damage_+%_final" + [1]="support_focused_ballista_totem_damage_+%_final" } }, - [763]={ + [888]={ [1]={ [1]={ limit={ @@ -18605,7 +21514,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Cast Speed" + text="Supported Skills deal {0}% more Melee Damage" }, [2]={ [1]={ @@ -18618,14 +21527,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Cast Speed" + text="Supported Skills deal {0}% less Melee Damage" } }, stats={ - [1]="support_faster_casting_cast_speed_+%_final" + [1]="support_fortify_melee_damage_+%_final" } }, - [764]={ + [889]={ [1]={ [1]={ limit={ @@ -18634,7 +21543,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="{0}% more Freeze duration on you while a Supported Skill is active" }, [2]={ [1]={ @@ -18647,43 +21556,30 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="{0}% less Freeze duration on you while a Supported Skill is active" } }, stats={ - [1]="support_faster_casting_damage_+%_final" + [1]="support_freeze_protection_spirit_cost_freeze_duration_on_self_+%_final" } }, - [765]={ + [890]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Supported Skills have {0}% more Projectile Speed" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Supported Skills have {0}% less Projectile Speed" + text="DNT Deal Cold damage equal to {0}% of the killed Minion's maximum Life" } }, stats={ - [1]="support_faster_projectiles_projectile_speed_+%_final" + [1]="support_from_the_grave_%_minion_maximum_life_dealt_as_cold_damage" } }, - [766]={ + [891]={ [1]={ [1]={ limit={ @@ -18692,7 +21588,7 @@ return { [2]="#" } }, - text="Supported Attacks deal {0}% more Fire and Lightning Damage" + text="{0}% more Magnitude of Ignite inflicted on Frozen Unique enemies with Supported Skills" }, [2]={ [1]={ @@ -18705,14 +21601,14 @@ return { [2]=-1 } }, - text="Supported Attacks deal {0}% less Fire and Lightning Damage" + text="{0}% less Magnitude of Ignite inflicted on Frozen Unique enemies with Supported Skills" } }, stats={ - [1]="support_fire_and_lightning_damage_+%_final" + [1]="support_frostfire_ignite_effect_+%_final_vs_frozen_unique_enemies" } }, - [767]={ + [892]={ [1]={ [1]={ limit={ @@ -18721,27 +21617,14 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Supported Skills deal {0}% less Damage" + text="Deals {0}% of Frozen target's Maximum Life as Cold Damage" } }, stats={ - [1]="support_fire_exposure_damage_+%_final" + [1]="support_frozen_spite_%_enemy_maximum_life_dealt_as_cold_damage" } }, - [768]={ + [893]={ [1]={ [1]={ limit={ @@ -18750,7 +21633,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Attack Speed" + text="Supported Skills have {0}% more Skill Speed" }, [2]={ [1]={ @@ -18763,14 +21646,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Attack Speed" + text="Supported Skills have {0}% less Skill Speed" } }, stats={ - [1]="support_focused_ballista_totem_attack_speed_+%_final" + [1]="support_fusillade_skill_speed_+%_final" } }, - [769]={ + [894]={ [1]={ [1]={ limit={ @@ -18779,7 +21662,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Damage" + text="Projectiles from Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -18792,14 +21675,14 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage" + text="Projectiles from Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_focused_ballista_totem_damage_+%_final" + [1]="support_gambleshot_projectile_damage_+%_final" } }, - [770]={ + [895]={ [1]={ [1]={ limit={ @@ -18808,7 +21691,7 @@ return { [2]="#" } }, - text="Supported Skills deal {0}% more Melee Damage" + text="Supported Skills Consume Enemy Fully Broken Armour to deal {0}% more Damage" }, [2]={ [1]={ @@ -18821,43 +21704,34 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Melee Damage" + text="Supported Skills Consume Enemy Fully Broken Armour to deal {0}% less Damage" } }, stats={ - [1]="support_fortify_melee_damage_+%_final" + [1]="support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final" } }, - [771]={ + [896]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more Freeze duration on you while a Supported Skill is active" - }, - [2]={ [1]={ - k="negate", + k="milliseconds_to_seconds", v=1 }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]=1, + [2]="#" } }, - text="{0}% less Freeze duration on you while a Supported Skill is active" + text="Phantasms last {0} seconds" } }, stats={ - [1]="support_freeze_protection_spirit_cost_freeze_duration_on_self_+%_final" + [1]="support_ghost_base_duration" } }, - [772]={ + [897]={ [1]={ [1]={ limit={ @@ -18866,7 +21740,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Skill Speed" + text="Ice Crystals created by Supported Skills have {0}% more Life" }, [2]={ [1]={ @@ -18879,14 +21753,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Skill Speed" + text="Ice Crystals created by Supported Skills have {0}% less Life" } }, stats={ - [1]="support_fusillade_skill_speed_+%_final" + [1]="support_glacier_ice_crystal_maximum_life_+%_final" } }, - [773]={ + [898]={ [1]={ [1]={ limit={ @@ -18895,7 +21769,7 @@ return { [2]="#" } }, - text="Projectiles from Supported Skills deal {0}% more Damage" + text="Supported Skills require {0}% more Glory to use" }, [2]={ [1]={ @@ -18908,14 +21782,14 @@ return { [2]=-1 } }, - text="Projectiles from Supported Skills deal {0}% less Damage" + text="Supported Skills require {0}% less Glory to use" } }, stats={ - [1]="support_gambleshot_projectile_damage_+%_final" + [1]="support_glory_required_+%_final" } }, - [774]={ + [899]={ [1]={ [1]={ limit={ @@ -18924,7 +21798,7 @@ return { [2]="#" } }, - text="Supported Skills Consume Enemy Fully Broken Armour to deal {0}% more Damage" + text="Supported Skills deal {0}% more Projectile Damage" }, [2]={ [1]={ @@ -18937,43 +21811,65 @@ return { [2]=-1 } }, - text="Supported Skills Consume Enemy Fully Broken Armour to deal {0}% less Damage" + text="Supported Skills deal {0}% less Projectile Damage" } }, stats={ - [1]="support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final" + [1]="support_greater_projectile_intensity_projectile_damage_+%_final" } }, - [775]={ + [900]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Totem Limit instead grants {0}% increased Area of Effect for Totems per Limit to Supported Skills, up to {1}%" + }, + [2]={ [1]={ - k="milliseconds_to_seconds", + k="negate", v=1 }, limit={ [1]={ + [1]="#", + [2]=-1 + }, + [2]={ [1]=1, [2]="#" } }, - text="Phantasms last {0} seconds" + text="Totem Limit instead grants {0}% reduced Area of Effect for Totems per Limit to Supported Skills, up to {1}%" } }, stats={ - [1]="support_ghost_base_duration" + [1]="support_greatwood_totem_area_of_effect_+%_per_totem_allowed", + [2]="support_greatwood_totem_area_of_effect_+%_cap" } }, - [776]={ + [901]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Ice Crystals created by Supported Skills have {0}% more Life" + text="Totem Limit instead grants {0}% more Area of Effect for Totems per Limit to Supported Skills, up to {1}%" }, [2]={ [1]={ @@ -18984,25 +21880,34 @@ return { [1]={ [1]="#", [2]=-1 + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Ice Crystals created by Supported Skills have {0}% less Life" + text="Totem Limit instead grants {0}% less Area of Effect for Totems per Limit to Supported Skills, up to {1}%" } }, stats={ - [1]="support_glacier_ice_crystal_maximum_life_+%_final" + [1]="support_greatwood_totem_area_of_effect_+%_final_per_totem_allowed", + [2]="support_greatwood_totem_area_of_effect_+%_final_cap" } }, - [777]={ + [902]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Supported Skills deal {0}% more Projectile Damage" + text="Totem Limit instead grants {0}% more Totem Damage per Limit to Supported Skills, up to {1}%" }, [2]={ [1]={ @@ -19013,25 +21918,34 @@ return { [1]={ [1]="#", [2]=-1 + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Supported Skills deal {0}% less Projectile Damage" + text="Totem Limit instead grants {0}% less Totem Damage per Limit to Supported Skills, up to {1}%" } }, stats={ - [1]="support_greater_projectile_intensity_projectile_damage_+%_final" + [1]="support_greatwood_totem_damage_+%_final_per_totem_allowed", + [2]="support_greatwood_totem_damage_+%_final_cap" } }, - [778]={ + [903]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Totem Limit instead grants {0}% more Area of Effect for Totems per Limit to Supported Skills, up to 20%" + text="Totem Limit instead grants {0}% more Totem Life per Limit to Supported Skills, up to {1}%" }, [2]={ [1]={ @@ -19042,16 +21956,21 @@ return { [1]={ [1]="#", [2]=-1 + }, + [2]={ + [1]=1, + [2]="#" } }, - text="Totem Limit instead grants {0}% less Area of Effect for Totems per Limit to Supported Skills, up to 20%" + text="Totem Limit instead grants {0}% less Totem Life per Limit to Supported Skills, up to {1}%" } }, stats={ - [1]="support_greatwood_totem_area_of_effect_+%_final_per_totem_allowed" + [1]="support_greatwood_totem_life_+%_final_per_totem_allowed", + [2]="support_greatwood_totem_life_+%_final_cap" } }, - [779]={ + [904]={ [1]={ [1]={ limit={ @@ -19060,7 +21979,7 @@ return { [2]="#" } }, - text="Totem Limit instead grants {0}% more Totem Damage per Limit to Supported Skills, up to 40%" + text="Supported Skills have {0}% more Attack speed" }, [2]={ [1]={ @@ -19073,14 +21992,14 @@ return { [2]=-1 } }, - text="Totem Limit instead grants {0}% less Totem Damage per Limit to Supported Skills, up to 40%" + text="Supported Skills have {0}% less Attack speed" } }, stats={ - [1]="support_greatwood_totem_damage_+%_final_per_totem_allowed" + [1]="support_grenade_ballista_attack_speed_+%_final" } }, - [780]={ + [905]={ [1]={ [1]={ limit={ @@ -19089,7 +22008,7 @@ return { [2]="#" } }, - text="Totem Limit instead grants {0}% more Totem Life per Limit to Supported Skills, up to 40%" + text="Supported Grenade Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -19102,14 +22021,14 @@ return { [2]=-1 } }, - text="Totem Limit instead grants {0}% less Totem Life per Limit to Supported Skills, up to 40%" + text="Supported Grenade Skills deal {0}% less Damage" } }, stats={ - [1]="support_greatwood_totem_life_+%_final_per_totem_allowed" + [1]="support_grenade_ballista_damage_+%_final" } }, - [781]={ + [906]={ [1]={ [1]={ limit={ @@ -19138,7 +22057,7 @@ return { [1]="support_grenade_damage_+%_final" } }, - [782]={ + [907]={ [1]={ [1]={ limit={ @@ -19180,7 +22099,7 @@ return { [2]="support_ground_effect_area_of_effect_+%_final_per_second_max" } }, - [783]={ + [908]={ [1]={ [1]={ limit={ @@ -19196,7 +22115,108 @@ return { [1]="support_haemocrystals_maximum_allowed_crystals" } }, - [784]={ + [909]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Totems created by Supported Skills have {0}% chance to trigger Tawhoa's Vengeance on death" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Totems created by Supported Skills trigger Tawhoa's Vengeance on death" + } + }, + stats={ + [1]="support_hardy_totems_trigger_splinter_explosion_on_death_chance_%" + } + }, + [910]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=10, + [2]=10 + } + }, + text="After {0} Enemy is killed within {1} metre of objects created by Supported Skills, they will shatter and Trigger Skittering Stones" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]=10, + [2]=10 + } + }, + text="After {0} Enemies are killed within {1} metre of objects created by Supported Skills, they will shatter and Trigger Skittering Stones" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="After {0} Enemy is killed within {1} metres of objects created by Supported Skills, they will shatter and Trigger Skittering Stones" + }, + [4]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=2 + }, + limit={ + [1]={ + [1]=2, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="After {0} Enemies are killed within {1} metres of objects created by Supported Skills, they will shatter and Trigger Skittering Stones" + } + }, + stats={ + [1]="support_hatching_elementals_hatch_after_X_deaths_in_radius", + [2]="support_hatching_elementals_base_radius" + } + }, + [911]={ [1]={ [1]={ limit={ @@ -19225,7 +22245,7 @@ return { [1]="support_heft_maximum_physical_damage_+%_final" } }, - [785]={ + [912]={ [1]={ [1]={ limit={ @@ -19254,7 +22274,7 @@ return { [1]="support_herbalism_life_recovery_+%_from_life_flasks" } }, - [786]={ + [913]={ [1]={ [1]={ limit={ @@ -19270,7 +22290,7 @@ return { [1]="support_hinder_dots_also_apply_hinder" } }, - [787]={ + [914]={ [1]={ [1]={ limit={ @@ -19295,7 +22315,7 @@ return { [1]="support_hit_damage_stun_multiplier_+%_final_from_current_poise" } }, - [788]={ + [915]={ [1]={ [1]={ [1]={ @@ -19315,7 +22335,7 @@ return { [1]="support_holy_descent_consecrated_ground_base_duration_ms" } }, - [789]={ + [916]={ [1]={ [1]={ [1]={ @@ -19348,7 +22368,7 @@ return { [1]="support_holy_descent_consecrated_ground_on_landing_radius" } }, - [790]={ + [917]={ [1]={ [1]={ [1]={ @@ -19361,7 +22381,7 @@ return { [2]=1000 } }, - text="Supported Skills have {0:+d} second to Cooldown" + text="Supported Skills have a Cooldown of {0} second" }, [2]={ [1]={ @@ -19374,14 +22394,14 @@ return { [2]="#" } }, - text="Supported Skills have {0:+d} seconds to Cooldown" + text="Supported Skills have a Cooldown of {0} seconds" } }, stats={ [1]="support_hourglass_display_cooldown_time_ms" } }, - [791]={ + [918]={ [1]={ [1]={ limit={ @@ -19410,7 +22430,7 @@ return { [1]="support_hypothermia_cold_damage_over_time_+%_final" } }, - [792]={ + [919]={ [1]={ [1]={ limit={ @@ -19439,7 +22459,7 @@ return { [1]="support_hypothermia_damage_+%_vs_chilled_enemies_final" } }, - [793]={ + [920]={ [1]={ [1]={ limit={ @@ -19468,7 +22488,7 @@ return { [1]="support_hypothermia_hit_damage_freeze_multiplier_+%_final" } }, - [794]={ + [921]={ [1]={ [1]={ [1]={ @@ -19493,7 +22513,7 @@ return { [2]="support_ice_bite_base_buff_duration" } }, - [795]={ + [922]={ [1]={ [1]={ limit={ @@ -19522,7 +22542,7 @@ return { [1]="support_icicle_ice_crystal_maximum_life_+%_final" } }, - [796]={ + [923]={ [1]={ [1]={ limit={ @@ -19551,7 +22571,7 @@ return { [1]="support_ignite_duration_ignite_effect_+%_final" } }, - [797]={ + [924]={ [1]={ [1]={ limit={ @@ -19580,7 +22600,7 @@ return { [1]="support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final" } }, - [798]={ + [925]={ [1]={ [1]={ limit={ @@ -19609,7 +22629,7 @@ return { [1]="support_ignited_ground_effect_duration_+%_final" } }, - [799]={ + [926]={ [1]={ [1]={ limit={ @@ -19618,7 +22638,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more chance to Ignite" + text="Supported Skills have {0}% more Flammability Magnitude" }, [2]={ [1]={ @@ -19631,14 +22651,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less chance to Ignite" + text="Supported Skills have {0}% less Flammability Magnitude" } }, stats={ [1]="support_ignition_chance_to_ignite_+%_final" } }, - [800]={ + [927]={ [1]={ [1]={ [1]={ @@ -19671,7 +22691,7 @@ return { [1]="support_impact_shockwave_base_splash_radius" } }, - [801]={ + [928]={ [1]={ [1]={ limit={ @@ -19687,7 +22707,7 @@ return { [1]="support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%" } }, - [802]={ + [929]={ [1]={ [1]={ limit={ @@ -19716,7 +22736,7 @@ return { [1]="support_increased_area_damage_+%_final" } }, - [803]={ + [930]={ [1]={ [1]={ limit={ @@ -19745,7 +22765,7 @@ return { [1]="support_increased_armour_break_armour_break_amount_+%_final" } }, - [804]={ + [931]={ [1]={ [1]={ limit={ @@ -19766,7 +22786,7 @@ return { [2]="support_inevitable_criticals_critical_strike_chance_+%_cap" } }, - [805]={ + [932]={ [1]={ [1]={ limit={ @@ -19788,14 +22808,43 @@ return { [2]=-1 } }, - text="Supported Skills deal {0}% less Damage per different type of Charge on you" + text="Supported Skills deal {0}% less Damage per different type of Charge on you" + } + }, + stats={ + [1]="support_inhibitor_damage_+%_final_per_charge_type" + } + }, + [933]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage per different type of Infusion on you" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage per different type of Infusion on you" } }, stats={ - [1]="support_inhibitor_damage_+%_final_per_charge_type" + [1]="support_inhibitor_damage_+%_final_per_infusion_type" } }, - [806]={ + [934]={ [1]={ [1]={ [1]={ @@ -19820,7 +22869,7 @@ return { [2]="support_innervate_buff_base_duration_ms" } }, - [807]={ + [935]={ [1]={ [1]={ limit={ @@ -19849,7 +22898,7 @@ return { [1]="support_inspiration_cost_+%_final" } }, - [808]={ + [936]={ [1]={ [1]={ limit={ @@ -19878,7 +22927,7 @@ return { [1]="support_jagged_ground_area_of_effect_+%_final" } }, - [809]={ + [937]={ [1]={ [1]={ [1]={ @@ -19898,7 +22947,7 @@ return { [1]="support_jagged_ground_base_duration_ms" } }, - [810]={ + [938]={ [1]={ [1]={ limit={ @@ -19914,7 +22963,7 @@ return { [1]="support_knockback_wave_on_stunned" } }, - [811]={ + [939]={ [1]={ [1]={ [1]={ @@ -19947,7 +22996,23 @@ return { [1]="support_last_gasp_duration_ms" } }, - [812]={ + [940]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions from Supported Skills gain Soul Eater when their Life is reduced to 0" + } + }, + stats={ + [1]="support_last_gasp_minion_soul_eater_while_undying" + } + }, + [941]={ [1]={ [1]={ limit={ @@ -19976,7 +23041,7 @@ return { [1]="support_lasting_shock_chance_to_shock_+%_final" } }, - [813]={ + [942]={ [1]={ [1]={ limit={ @@ -20005,7 +23070,7 @@ return { [1]="support_life_flask_charges_gained_+%_final_from_killing_blow" } }, - [814]={ + [943]={ [1]={ [1]={ limit={ @@ -20021,7 +23086,7 @@ return { [1]="support_lifetap_spent_life_threshold" } }, - [815]={ + [944]={ [1]={ [1]={ limit={ @@ -20050,7 +23115,7 @@ return { [1]="support_lifetap_damage_+%_final_while_buffed" } }, - [816]={ + [945]={ [1]={ [1]={ [1]={ @@ -20109,7 +23174,7 @@ return { [2]="quality_display_lifetap_is_gem" } }, - [817]={ + [946]={ [1]={ [1]={ limit={ @@ -20138,7 +23203,7 @@ return { [1]="support_lightning_exposure_damage_+%_final" } }, - [818]={ + [947]={ [1]={ [1]={ limit={ @@ -20167,7 +23232,7 @@ return { [1]="support_limit_skill_effect_duration_+%_final" } }, - [819]={ + [948]={ [1]={ [1]={ limit={ @@ -20176,7 +23241,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Pin Buildup against enemies within 2 metres of you, scaling to no change at 12 metres" + text="Mirage deal {0}% more Damage" }, [2]={ [1]={ @@ -20189,14 +23254,14 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Pin Buildup against enemies within 2 metres of you, scaling to no change at 12 metres" + text="Mirage deal {0}% less Damage" } }, stats={ - [1]="support_lockdown_distance_based_pin_damage_+%_final" + [1]="support_lingering_mirage_damage_+%_final" } }, - [820]={ + [949]={ [1]={ [1]={ limit={ @@ -20205,7 +23270,7 @@ return { [2]="#" } }, - text="Enemies Maimed by Supported Skills take {0}% increased Physical Damage" + text="Supported Skills have {0}% more Pin Buildup against enemies within 2 metres of you, scaling to no change at 12 metres" }, [2]={ [1]={ @@ -20218,30 +23283,43 @@ return { [2]=-1 } }, - text="Enemies Maimed by Supported Skills take {0}% reduced Physical Damage" + text="Supported Skills have {0}% less Pin Buildup against enemies within 2 metres of you, scaling to no change at 12 metres" } }, stats={ - [1]="support_maimed_enemies_physical_damage_taken_+%" + [1]="support_lockdown_distance_based_pin_damage_+%_final" } }, - [821]={ + [950]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Consumes {0}% of current Mana to deal that much Fire damage" + text="Detonations from supported Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Detonations from supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_mana_flare_%_of_current_mana_consumed" + [1]="support_long_fuse_detonation_damage_+%_final" } }, - [822]={ + [951]={ [1]={ [1]={ limit={ @@ -20250,7 +23328,7 @@ return { [2]="#" } }, - text="Enemies killed by Hits from Supported Skills grant {0}% more Mana Flask Charges" + text="Enemies Maimed by Supported Skills take {0}% increased Physical Damage" }, [2]={ [1]={ @@ -20263,14 +23341,30 @@ return { [2]=-1 } }, - text="Enemies killed by Hits from Supported Skills grant {0}% less Mana Flask Charges" + text="Enemies Maimed by Supported Skills take {0}% reduced Physical Damage" } }, stats={ - [1]="support_mana_flask_charges_gained_+%_final_from_killing_blow" + [1]="support_maimed_enemies_physical_damage_taken_+%" } }, - [823]={ + [952]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Consumes {0}% of current Mana to deal that much Fire damage" + } + }, + stats={ + [1]="support_mana_flare_%_of_current_mana_consumed" + } + }, + [953]={ [1]={ [1]={ limit={ @@ -20279,7 +23373,7 @@ return { [2]="#" } }, - text="Fonts of Mana from Supported Skills grant {0}% increased Mana Regeneration Rate to You and Your Allies" + text="Enemies killed by Hits from Supported Skills grant {0}% more Mana Flask Charges" }, [2]={ [1]={ @@ -20292,34 +23386,43 @@ return { [2]=-1 } }, - text="Fonts of Mana from Supported Skills grant {0}% reduced Mana Regeneration Rate to You and Your Allies" + text="Enemies killed by Hits from Supported Skills grant {0}% less Mana Flask Charges" } }, stats={ - [1]="support_mana_fountain_mana_regeneration_rate_+%" + [1]="support_mana_flask_charges_gained_+%_final_from_killing_blow" } }, - [824]={ + [954]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Fonts of Mana from Supported Skills grant {0}% increased Mana Regeneration Rate to You and Your Allies" + }, + [2]={ [1]={ - k="divide_by_ten_1dp_if_required", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Objects created by Supported Skills create a Font of Mana with a {0} metre radius" + text="Fonts of Mana from Supported Skills grant {0}% reduced Mana Regeneration Rate to You and Your Allies" } }, stats={ - [1]="support_mana_fountain_radius" + [1]="support_mana_fountain_mana_regeneration_rate_+%" } }, - [825]={ + [955]={ [1]={ [1]={ limit={ @@ -20348,7 +23451,7 @@ return { [1]="support_manaforged_arrows_damage_+%_final" } }, - [826]={ + [956]={ [1]={ [1]={ limit={ @@ -20364,7 +23467,7 @@ return { [1]="support_manaforged_arrows_hit_damage_+%_final_per_mana_spent" } }, - [827]={ + [957]={ [1]={ [1]={ limit={ @@ -20393,7 +23496,7 @@ return { [1]="support_max_attack_damage_+%_final_from_current_poise" } }, - [828]={ + [958]={ [1]={ [1]={ limit={ @@ -20422,7 +23525,7 @@ return { [1]="support_measured_speed_attack_speed_+%_final_per_stack" } }, - [829]={ + [959]={ [1]={ [1]={ [1]={ @@ -20464,7 +23567,7 @@ return { [2]="support_measured_speed_disabled_ms" } }, - [830]={ + [960]={ [1]={ [1]={ limit={ @@ -20493,7 +23596,7 @@ return { [1]="support_meat_shield_minion_damage_+%_final" } }, - [831]={ + [961]={ [1]={ [1]={ limit={ @@ -20569,7 +23672,7 @@ return { [2]="support_melee_damage_+%_final_vs_lower_percent_life_target" } }, - [832]={ + [962]={ [1]={ [1]={ limit={ @@ -20598,7 +23701,7 @@ return { [1]="support_melee_physical_damage_attack_speed_+%_final" } }, - [833]={ + [963]={ [1]={ [1]={ limit={ @@ -20627,7 +23730,7 @@ return { [1]="support_minefield_mine_damage_+%_final" } }, - [834]={ + [964]={ [1]={ [1]={ limit={ @@ -20656,7 +23759,7 @@ return { [1]="support_minefield_mine_throwing_speed_+%_final" } }, - [835]={ + [965]={ [1]={ [1]={ limit={ @@ -20677,7 +23780,7 @@ return { [2]="global_maximum_added_fire_damage_vs_burning_enemies" } }, - [836]={ + [966]={ [1]={ [1]={ limit={ @@ -20706,7 +23809,7 @@ return { [1]="support_minion_damage_+%_final" } }, - [837]={ + [967]={ [1]={ [1]={ limit={ @@ -20735,7 +23838,7 @@ return { [1]="support_minion_damage_minion_life_+%_final" } }, - [838]={ + [968]={ [1]={ [1]={ limit={ @@ -20764,7 +23867,7 @@ return { [1]="support_minion_damage_spirit_cost_minion_damage_+%_while_missing_mana" } }, - [839]={ + [969]={ [1]={ [1]={ limit={ @@ -20793,7 +23896,7 @@ return { [1]="support_minion_damage_with_non_command_skills_+%_final" } }, - [840]={ + [970]={ [1]={ [1]={ limit={ @@ -20822,7 +23925,7 @@ return { [1]="support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you" } }, - [841]={ + [971]={ [1]={ [1]={ limit={ @@ -20851,7 +23954,7 @@ return { [1]="support_minion_defensive_stance_minion_damage_taken_+%_final" } }, - [842]={ + [972]={ [1]={ [1]={ limit={ @@ -20880,7 +23983,7 @@ return { [1]="support_minion_focus_fire_critical_strike_chance_+%_vs_focused_target" } }, - [843]={ + [973]={ [1]={ [1]={ limit={ @@ -20896,7 +23999,7 @@ return { [1]="support_minion_focus_fire_critical_strike_multiplier_+_vs_focused_target" } }, - [844]={ + [974]={ [1]={ [1]={ limit={ @@ -20925,7 +24028,7 @@ return { [1]="support_minion_focus_fire_damage_+%_final_vs_focussed_target" } }, - [845]={ + [975]={ [1]={ [1]={ limit={ @@ -20954,7 +24057,7 @@ return { [1]="support_minion_maximum_life_+%_final" } }, - [846]={ + [976]={ [1]={ [1]={ limit={ @@ -20983,7 +24086,7 @@ return { [1]="support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master" } }, - [847]={ + [977]={ [1]={ [1]={ limit={ @@ -21004,7 +24107,7 @@ return { [2]="support_minion_pact_damage_+%_final" } }, - [848]={ + [978]={ [1]={ [1]={ limit={ @@ -21033,7 +24136,7 @@ return { [1]="support_minion_totem_resistance_elemental_damage_+%_final" } }, - [849]={ + [979]={ [1]={ [1]={ limit={ @@ -21049,7 +24152,7 @@ return { [1]="support_minion_use_focussed_target" } }, - [850]={ + [980]={ [1]={ [1]={ [1]={ @@ -21074,7 +24177,7 @@ return { [2]="infernal_legion_minion_burning_effect_radius" } }, - [851]={ + [981]={ [1]={ [1]={ limit={ @@ -21103,7 +24206,7 @@ return { [1]="support_mirage_archer_attack_speed_+%_final" } }, - [852]={ + [982]={ [1]={ [1]={ [1]={ @@ -21123,7 +24226,7 @@ return { [1]="support_mirage_archer_base_duration" } }, - [853]={ + [983]={ [1]={ [1]={ limit={ @@ -21152,7 +24255,7 @@ return { [1]="support_mirage_archer_damage_+%_final" } }, - [854]={ + [984]={ [1]={ [1]={ limit={ @@ -21181,7 +24284,7 @@ return { [1]="support_mobile_assault_skill_speed_+%_final" } }, - [855]={ + [985]={ [1]={ [1]={ limit={ @@ -21210,7 +24313,7 @@ return { [1]="support_mobility_damage_+%_final" } }, - [856]={ + [986]={ [1]={ [1]={ limit={ @@ -21239,7 +24342,7 @@ return { [1]="support_mobility_movement_speed_penalty_+%_final_while_performing_action" } }, - [857]={ + [987]={ [1]={ [1]={ [1]={ @@ -21323,7 +24426,7 @@ return { [2]="support_momnetum_damage_+%_final_with_momentum" } }, - [858]={ + [988]={ [1]={ [1]={ limit={ @@ -21352,7 +24455,7 @@ return { [1]="support_more_duration_skill_effect_duration_+%_final" } }, - [859]={ + [989]={ [1]={ [1]={ limit={ @@ -21385,7 +24488,7 @@ return { [1]="support_multi_poison_poison_duration_+%_final" } }, - [860]={ + [990]={ [1]={ [1]={ limit={ @@ -21403,18 +24506,83 @@ return { }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Attack and Cast Speed" + } + }, + stats={ + [1]="support_multiple_attack_and_cast_speed_+%_final" + } + }, + [991]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Area of Effect" + } + }, + stats={ + [1]="support_multiple_orbs_area_of_effect_+%_final" + } + }, + [992]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Energy Shield Recharge begins immediately and is not interrupted by Damage for {0} seconds when Stunned while using Supported Skills" + } + }, + stats={ + [1]="support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned" + } + }, + [993]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" } }, - text="Supported Skills have {0}% less Attack and Cast Speed" + text="Supported Skills gain {0}% more Damage\nevery second, up to 20%\nThis Damage Bonus resets if you\nDodge Roll or use a Travel Skill" } }, stats={ - [1]="support_multiple_attack_and_cast_speed_+%_final" + [1]="support_no_fear_damage_+%_final_per_second_up_to_30%" } }, - [861]={ + [994]={ [1]={ [1]={ limit={ @@ -21423,7 +24591,7 @@ return { [2]="#" } }, - text="Supported Skills have {0}% more Area of Effect" + text="Supported Skills deal {0}% more Damage" }, [2]={ [1]={ @@ -21436,34 +24604,39 @@ return { [2]=-1 } }, - text="Supported Skills have {0}% less Area of Effect" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_multiple_orbs_area_of_effect_+%_final" + [1]="support_nova_projectiles_damage_+%_final" } }, - [862]={ + [995]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, limit={ [1]={ [1]=1, + [2]=1 + } + }, + text="Objects created by Supported Skills can be Hit {0:+d} time" + }, + [2]={ + limit={ + [1]={ + [1]=2, [2]="#" } }, - text="Energy Shield Recharge begins immediately and is not interrupted by Damage for {0} seconds when Stunned while using Supported Skills" + text="Objects created by Supported Skills can be Hit {0:+d} times" } }, stats={ - [1]="support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned" + [1]="support_number_of_additional_uses_before_expiry" } }, - [863]={ + [996]={ [1]={ [1]={ limit={ @@ -21492,7 +24665,7 @@ return { [1]="support_overextend_critical_strike_multiplier_+%_final" } }, - [864]={ + [997]={ [1]={ [1]={ limit={ @@ -21501,43 +24674,52 @@ return { [2]="#" } }, - text="Hits with Supported Skills cause {0}% more Stun buildup" + text="Supported Skills deal {0}% more Damage" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="Hits with Supported Skills cause {0}% less Stun buildup" + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_overpower_hit_damage_stun_multiplier_+%_final" + [1]="support_overpower_damage_+%_final" } }, - [865]={ + [998]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds", - v=1 + limit={ + [1]={ + [1]=1, + [2]="#" + } }, + text="Hits with Supported Skills cause {0}% more Stun buildup" + }, + [2]={ limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Supported Skills inflict Overpowered for {0} seconds when Blocked" + text="Hits with Supported Skills cause {0}% less Stun buildup" } }, stats={ - [1]="support_overpowered_base_duration_ms" + [1]="support_overpower_hit_damage_stun_multiplier_+%_final" } }, - [866]={ + [999]={ [1]={ [1]={ limit={ @@ -21562,7 +24744,7 @@ return { [1]="support_parallel_projectile_number_of_points_per_side" } }, - [867]={ + [1000]={ [1]={ [1]={ limit={ @@ -21591,7 +24773,7 @@ return { [1]="support_parallel_projectiles_damage_+%_final" } }, - [868]={ + [1001]={ [1]={ [1]={ limit={ @@ -21620,7 +24802,7 @@ return { [1]="support_phys_chaos_projectile_chaos_damage_over_time_+%_final" } }, - [869]={ + [1002]={ [1]={ [1]={ limit={ @@ -21649,7 +24831,7 @@ return { [1]="support_phys_chaos_projectile_physical_damage_over_time_+%_final" } }, - [870]={ + [1003]={ [1]={ [1]={ limit={ @@ -21678,7 +24860,7 @@ return { [1]="support_phys_chaos_projectile_spell_physical_projectile_damage_+%_final" } }, - [871]={ + [1004]={ [1]={ [1]={ limit={ @@ -21694,7 +24876,36 @@ return { [1]="support_physical_damage_%_to_gain_as_daze_build_up" } }, - [872]={ + [1005]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Projectiles from Supported Skills deal {0}% more Damage for each Enemy they Pierce" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Projectiles from Supported Skills deal {0}% less Damage for each Enemy they Pierce" + } + }, + stats={ + [1]="support_pierce_damage_+%_final_per_pierced_target" + } + }, + [1006]={ [1]={ [1]={ limit={ @@ -21723,7 +24934,23 @@ return { [1]="support_pierce_projectile_damage_+%_final_if_pierced_enemy" } }, - [873]={ + [1007]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Modifiers to Stun Buildup for Supported Skills instead apply to Pin Buildup\nSupported Skills cannot cause Stun Buildup" + } + }, + stats={ + [1]="support_pin_buildup_pin_instead_of_stun" + } + }, + [1008]={ [1]={ [1]={ limit={ @@ -21761,7 +24988,7 @@ return { [1]="support_pin_hit_damage_stun_multiplier_+%_final" } }, - [874]={ + [1009]={ [1]={ [1]={ limit={ @@ -21777,7 +25004,65 @@ return { [1]="support_pin_physical_damage_can_pin" } }, - [875]={ + [1010]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Hits with Supported Skills cause {0}% more Pin buildup" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Hits with Supported Skills cause {0}% less Pin buildup" + } + }, + stats={ + [1]="support_pin_pin_buildup_+%_final" + } + }, + [1011]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Pin caused by Supported Skills has {0}% more duration" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Pin caused by Supported Skills has {0}% less duration" + } + }, + stats={ + [1]="support_pin_pin_duration_+%_final" + } + }, + [1012]={ [1]={ [1]={ limit={ @@ -21806,7 +25091,7 @@ return { [1]="support_pinpoint_critical_strike_chance_+%_final" } }, - [876]={ + [1013]={ [1]={ [1]={ limit={ @@ -21835,7 +25120,7 @@ return { [1]="support_pinpoint_critical_strike_multiplier_+%_final" } }, - [877]={ + [1014]={ [1]={ [1]={ limit={ @@ -21864,7 +25149,7 @@ return { [1]="support_power_charge_on_crit_damage_+%_final_per_power_charge" } }, - [878]={ + [1015]={ [1]={ [1]={ limit={ @@ -21893,7 +25178,7 @@ return { [1]="support_precision_accuracy_rating_+%" } }, - [879]={ + [1016]={ [1]={ [1]={ limit={ @@ -21922,7 +25207,7 @@ return { [1]="support_projectile_attack_physical_damage_+%_final" } }, - [880]={ + [1017]={ [1]={ [1]={ limit={ @@ -21951,7 +25236,7 @@ return { [1]="support_projectile_attack_speed_+%_final" } }, - [881]={ + [1018]={ [1]={ [1]={ limit={ @@ -21980,7 +25265,7 @@ return { [1]="support_pulverise_area_of_effect_+%_final" } }, - [882]={ + [1019]={ [1]={ [1]={ limit={ @@ -22009,7 +25294,7 @@ return { [1]="support_pulverise_attack_speed_+%_final" } }, - [883]={ + [1020]={ [1]={ [1]={ limit={ @@ -22038,7 +25323,7 @@ return { [1]="support_pulverise_melee_area_damage_+%_final" } }, - [884]={ + [1021]={ [1]={ [1]={ limit={ @@ -22067,7 +25352,7 @@ return { [1]="support_pure_shock_shock_duration_+%_final" } }, - [885]={ + [1022]={ [1]={ [1]={ limit={ @@ -22096,7 +25381,7 @@ return { [1]="support_greater_volley_projectile_damage_+%_final" } }, - [886]={ + [1023]={ [1]={ [1]={ limit={ @@ -22125,27 +25410,36 @@ return { [1]="support_rage_attack_damage_+%_final" } }, - [887]={ + [1024]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Attack speed while you are not at maximum Rage" + }, + [2]={ [1]={ - k="divide_by_ten_1dp_if_required", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Objects created by Supported Skills create a Font of Rage with a {0} metre radius" + text="Supported Skills have {0}% less Attack speed while you are not at maximum Rage" } }, stats={ - [1]="support_rage_fountain_radius" + [1]="support_rage_attack_speed_+%_final_while_not_at_maximum_rage" } }, - [888]={ + [1025]={ [1]={ [1]={ [1]={ @@ -22165,7 +25459,7 @@ return { [1]="support_rage_fountain_rage_regeneration_per_minute" } }, - [889]={ + [1026]={ [1]={ [1]={ [1]={ @@ -22185,25 +25479,75 @@ return { [1]="support_rage_gain_rage_on_melee_hit_cooldown_ms" } }, - [890]={ + [1027]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills consume {0} Rage if possible to\ndeal {1}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=2 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills consume {0} Rage if possible to\ndeal {1}% less Damage" + } + }, + stats={ + [1]="support_rageforged_consumes_X_rage_to_enrage_skill_use", + [2]="support_rageforged_enraged_damage_+%_final" + } + }, + [1028]={ [1]={ [1]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]="#" }, [2]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Supported Skills consume {0} Rage if possible to\ndeal {1}% more Damage" - }, - [2]={ + text="Skills Triggered by Supported Skills have between {0}% less and {1}% more Area of Effect" + } + }, + stats={ + [1]="support_randomise_lower_aoe_+%_final", + [2]="support_randomise_higher_aoe_+%_final" + } + }, + [1029]={ + [1]={ + [1]={ [1]={ k="negate", - v=2 + v=1 }, limit={ [1]={ @@ -22212,18 +25556,18 @@ return { }, [2]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Supported Skills consume {0} Rage if possible to\ndeal {1}% less Damage" + text="Skills Triggered by Supported Skills have between {0}% less and {1}% more Projectile Speed" } }, stats={ - [1]="support_rageforged_consumes_X_rage_to_enrage_skill_use", - [2]="support_rageforged_enraged_damage_+%_final" + [1]="support_randomise_lower_projectile_speed_+%_final", + [2]="support_randomise_higher_projectile_speed_+%_final" } }, - [891]={ + [1030]={ [1]={ [1]={ [1]={ @@ -22248,7 +25592,7 @@ return { [2]="support_randomise_higher_damage_+%_final" } }, - [892]={ + [1031]={ [1]={ [1]={ [1]={ @@ -22273,7 +25617,7 @@ return { [2]="support_randomise_higher_recover_%_cost_on_use" } }, - [893]={ + [1032]={ [1]={ [1]={ limit={ @@ -22302,7 +25646,7 @@ return { [1]="support_rapid_activation_brand_activation_rate_+%_final" } }, - [894]={ + [1033]={ [1]={ [1]={ limit={ @@ -22331,7 +25675,7 @@ return { [1]="support_reach_accuracy_within_2m_+%_final" } }, - [895]={ + [1034]={ [1]={ [1]={ limit={ @@ -22360,7 +25704,7 @@ return { [1]="support_reach_area_of_effect_+%_final" } }, - [896]={ + [1035]={ [1]={ [1]={ limit={ @@ -22376,23 +25720,7 @@ return { [1]="support_recover_%_maximum_energy_shield_killing_shocked_enemies" } }, - [897]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Enemies have -{0}% chance to Block Attack or Spell Damage from Supported Skills" - } - }, - stats={ - [1]="support_reduce_enemy_block_and_spell_block_%" - } - }, - [898]={ + [1036]={ [1]={ [1]={ limit={ @@ -22421,7 +25749,7 @@ return { [1]="critical_strike_chance_+%_per_righteous_charge" } }, - [899]={ + [1037]={ [1]={ [1]={ limit={ @@ -22450,7 +25778,7 @@ return { [1]="elemental_damage_+%_final_per_righteous_charge" } }, - [900]={ + [1038]={ [1]={ [1]={ limit={ @@ -22466,7 +25794,7 @@ return { [1]="lose_all_righteous_charges_on_mana_use_threshold" } }, - [901]={ + [1039]={ [1]={ [1]={ [1]={ @@ -22486,7 +25814,7 @@ return { [1]="support_regenerate_mana_per_minute_on_shock" } }, - [902]={ + [1040]={ [1]={ [1]={ [1]={ @@ -22506,7 +25834,7 @@ return { [1]="support_remote_mine_2_base_mine_detonation_time_ms" } }, - [903]={ + [1041]={ [1]={ [1]={ limit={ @@ -22535,7 +25863,7 @@ return { [1]="support_remote_mine_2_damage_+%_final" } }, - [904]={ + [1042]={ [1]={ [1]={ limit={ @@ -22564,7 +25892,7 @@ return { [1]="support_remote_mine_damage_+%_final_per_mine_detonation_cascade" } }, - [905]={ + [1043]={ [1]={ [1]={ limit={ @@ -22593,7 +25921,7 @@ return { [1]="support_remote_mine_hit_damage_+%_final" } }, - [906]={ + [1044]={ [1]={ [1]={ limit={ @@ -22631,7 +25959,36 @@ return { [1]="support_retreating_assault_melee_damage_+%_final" } }, - [907]={ + [1045]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Projectile Damage if you have Damaged an Enemy with a Melee Hit in the last two seconds" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Projectile Damage if you have Damaged an Enemy with a Melee Hit in the last two seconds" + } + }, + stats={ + [1]="support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_2_seconds" + } + }, + [1046]={ [1]={ [1]={ limit={ @@ -22660,7 +26017,36 @@ return { [1]="support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds" } }, - [908]={ + [1047]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Curse zones from Supported\nSkills erupt after {0}% more delay" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Curse zones from Supported\nSkills erupt after {0}% less delay" + } + }, + stats={ + [1]="support_ritual_curse_curse_delay_+%_final" + } + }, + [1048]={ [1]={ [1]={ limit={ @@ -22676,7 +26062,7 @@ return { [1]="support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy" } }, - [909]={ + [1049]={ [1]={ [1]={ [1]={ @@ -22709,7 +26095,7 @@ return { [1]="support_sacrificial_lamb_base_radius" } }, - [910]={ + [1050]={ [1]={ [1]={ limit={ @@ -22734,7 +26120,7 @@ return { [1]="support_salvo_additional_projectiles_fired_per_seal" } }, - [911]={ + [1051]={ [1]={ [1]={ limit={ @@ -22750,7 +26136,7 @@ return { [1]="support_salvo_maximum_seals" } }, - [912]={ + [1052]={ [1]={ [1]={ [1]={ @@ -22783,7 +26169,36 @@ return { [1]="support_salvo_seals_gain_base_interval_ms" } }, - [913]={ + [1053]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Skill Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Skill Speed" + } + }, + stats={ + [1]="support_scattershot_skill_speed_+%_final" + } + }, + [1054]={ [1]={ [1]={ limit={ @@ -22812,7 +26227,7 @@ return { [1]="support_scion_onslaught_duration_+%" } }, - [914]={ + [1055]={ [1]={ [1]={ limit={ @@ -22833,7 +26248,7 @@ return { [2]="support_scion_onslaught_on_unique_hit_duration_ms" } }, - [915]={ + [1056]={ [1]={ [1]={ [1]={ @@ -22863,7 +26278,7 @@ return { [3]="virtual_support_scion_onslaught_on_killing_blow_duration_ms" } }, - [916]={ + [1057]={ [1]={ [1]={ limit={ @@ -22892,7 +26307,7 @@ return { [1]="support_shield_sacrifice_damage_over_time_+%_final_per_100_intelligence" } }, - [917]={ + [1058]={ [1]={ [1]={ limit={ @@ -22921,7 +26336,7 @@ return { [1]="support_shock_protection_spirit_cost_shock_duration_on_self_+%_final" } }, - [918]={ + [1059]={ [1]={ [1]={ limit={ @@ -22950,7 +26365,7 @@ return { [1]="support_shocked_ground_effect_duration_+%_final" } }, - [919]={ + [1060]={ [1]={ [1]={ [1]={ @@ -23042,7 +26457,36 @@ return { [2]="support_shocking_leap_shocked_ground_radius" } }, - [920]={ + [1061]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage" + } + }, + stats={ + [1]="support_short_fuse_damage_+%_final" + } + }, + [1062]={ [1]={ [1]={ [1]={ @@ -23075,7 +26519,7 @@ return { [1]="support_slashing_buff_base_duration_ms" } }, - [921]={ + [1063]={ [1]={ [1]={ limit={ @@ -23104,7 +26548,7 @@ return { [1]="support_slashing_buff_attack_speed_+%_final_to_grant" } }, - [922]={ + [1064]={ [1]={ [1]={ limit={ @@ -23133,7 +26577,7 @@ return { [1]="support_slow_cast_cast_speed_+%_final" } }, - [923]={ + [1065]={ [1]={ [1]={ limit={ @@ -23162,7 +26606,7 @@ return { [1]="support_slow_cast_spell_damage_+%_final" } }, - [924]={ + [1066]={ [1]={ [1]={ limit={ @@ -23191,7 +26635,7 @@ return { [1]="support_slower_projectiles_damage_+%_final" } }, - [925]={ + [1067]={ [1]={ [1]={ limit={ @@ -23207,7 +26651,7 @@ return { [1]="support_soulbreaker_%_enemy_energy_shield_dealt_as_chaos_damage" } }, - [926]={ + [1068]={ [1]={ [1]={ [1]={ @@ -23240,7 +26684,7 @@ return { [1]="support_spectral_arrows_base_duration_ms" } }, - [927]={ + [1069]={ [1]={ [1]={ limit={ @@ -23269,7 +26713,7 @@ return { [1]="support_spectral_arrows_damage_+%_final_with_non_spectral_projectiles" } }, - [928]={ + [1070]={ [1]={ [1]={ limit={ @@ -23298,7 +26742,7 @@ return { [1]="support_spectral_arrows_damage_+%_final_with_spectral_projectiles" } }, - [929]={ + [1071]={ [1]={ [1]={ limit={ @@ -23314,7 +26758,7 @@ return { [1]="support_spectral_arrows_maximum_spectral_arrows" } }, - [930]={ + [1072]={ [1]={ [1]={ limit={ @@ -23390,7 +26834,7 @@ return { [2]="support_spell_boost_area_of_effect_+%_final_per_charge" } }, - [931]={ + [1073]={ [1]={ [1]={ limit={ @@ -23419,7 +26863,7 @@ return { [1]="support_spell_cascade_area_delay_+%" } }, - [932]={ + [1074]={ [1]={ [1]={ limit={ @@ -23448,7 +26892,7 @@ return { [1]="support_spell_cascade_area_of_effect_+%_final" } }, - [933]={ + [1075]={ [1]={ [1]={ limit={ @@ -23474,10 +26918,10 @@ return { } }, stats={ - [1]="support_spell_cascade_area_of_effect_+%_per_cascade" + [1]="support_spell_cascade_area_of_effect_+%_for_cascade" } }, - [934]={ + [1076]={ [1]={ [1]={ limit={ @@ -23506,7 +26950,7 @@ return { [1]="support_spell_cascade_damage_+%_final" } }, - [935]={ + [1077]={ [1]={ [1]={ limit={ @@ -23540,7 +26984,7 @@ return { [2]="support_spell_cascade_sideways" } }, - [936]={ + [1078]={ [1]={ [1]={ limit={ @@ -23569,7 +27013,7 @@ return { [1]="support_spell_damage_+%_final_while_above_90%_maximum_mana" } }, - [937]={ + [1079]={ [1]={ [1]={ limit={ @@ -23598,7 +27042,36 @@ return { [1]="support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield" } }, - [938]={ + [1080]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Echoes from Supported Spells have {0}% increased Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Echoes from Supported Spells have {0}% reduced Area of Effect" + } + }, + stats={ + [1]="support_spell_echo_area_of_effect_+%" + } + }, + [1081]={ [1]={ [1]={ limit={ @@ -23627,7 +27100,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final" } }, - [939]={ + [1082]={ [1]={ [1]={ limit={ @@ -23656,7 +27129,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_0" } }, - [940]={ + [1083]={ [1]={ [1]={ limit={ @@ -23685,7 +27158,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_1" } }, - [941]={ + [1084]={ [1]={ [1]={ limit={ @@ -23714,7 +27187,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_2" } }, - [942]={ + [1085]={ [1]={ [1]={ limit={ @@ -23743,7 +27216,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_3" } }, - [943]={ + [1086]={ [1]={ [1]={ limit={ @@ -23772,7 +27245,7 @@ return { [1]="support_spell_echo_damage_+%_final" } }, - [944]={ + [1087]={ [1]={ [1]={ limit={ @@ -23801,7 +27274,7 @@ return { [1]="support_spell_echo_final_repeat_damage_+%_final" } }, - [945]={ + [1088]={ [1]={ [1]={ limit={ @@ -23830,7 +27303,23 @@ return { [1]="support_spellblade_cast_speed_+%_final" } }, - [946]={ + [1089]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Supported Spells are Stored when cast instead of causing their usual effects" + } + }, + stats={ + [1]="support_spellblade_store_up_to_X_casts" + } + }, + [1090]={ [1]={ [1]={ limit={ @@ -23839,30 +27328,43 @@ return { [2]="#" } }, - text="Supported Spells are Stored when cast instead of causing their usual effects" + text="Spellcasts Stored with Supported Skills are Triggered on Melee Hit\nStored Spellcasts are expended when Triggered" } }, stats={ - [1]="support_spellblade_store_up_to_X_casts" + [1]="support_spellblade_trigger_stored_spells_on_melee_hit" } }, - [947]={ + [1091]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Spellcasts Stored with Supported Skills are Triggered on Melee Hit\nStored Spellcasts are expended when Triggered" + text="Supported Skills deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage" } }, stats={ - [1]="support_spellblade_trigger_stored_spells_on_melee_hit" + [1]="support_spellslinger_damage_+%_final" } }, - [948]={ + [1092]={ [1]={ [1]={ limit={ @@ -23888,10 +27390,10 @@ return { } }, stats={ - [1]="support_spellslinger_damage_+%_final" + [1]="support_spiral_projectiles_damage_+%_final" } }, - [949]={ + [1093]={ [1]={ [1]={ limit={ @@ -23920,7 +27422,7 @@ return { [1]="support_spiritual_cry_damage_+%_final" } }, - [950]={ + [1094]={ [1]={ [1]={ limit={ @@ -23949,7 +27451,7 @@ return { [1]="support_stability_heavy_stun_threshold_+%_final_while_performing_action" } }, - [951]={ + [1095]={ [1]={ [1]={ limit={ @@ -23974,7 +27476,7 @@ return { [1]="support_static_charge_X_chains_per_10_charge" } }, - [952]={ + [1096]={ [1]={ [1]={ limit={ @@ -23990,7 +27492,65 @@ return { [1]="support_static_charge_%_damage_gained_as_lightning_per_10_charge" } }, - [953]={ + [1097]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You have {0}% more Ailment Threshold while Channelling Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You have {0}% less Ailment Threshold while Channelling Supported Skills" + } + }, + stats={ + [1]="support_steadfast_ailment_threshold_+%_final_while_channelling" + } + }, + [1098]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You have {0}% more Stun Threshold while Channelling Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You have {0}% less Stun Threshold while Channelling Supported Skills" + } + }, + stats={ + [1]="support_steadfast_stun_threshold_+%_final_while_channelling" + } + }, + [1099]={ [1]={ [1]={ limit={ @@ -24019,7 +27579,7 @@ return { [1]="support_sticky_grenade_damage_+%_final" } }, - [954]={ + [1100]={ [1]={ [1]={ limit={ @@ -24035,7 +27595,7 @@ return { [1]="support_stomping_ground" } }, - [955]={ + [1101]={ [1]={ [1]={ [1]={ @@ -24068,7 +27628,7 @@ return { [1]="support_storm_barrier_damage_buff_base_duration_ms" } }, - [956]={ + [1102]={ [1]={ [1]={ [1]={ @@ -24140,7 +27700,7 @@ return { [2]="support_storm_barrier_damage_buff_time_threshold_ms" } }, - [957]={ + [1103]={ [1]={ [1]={ limit={ @@ -24169,7 +27729,7 @@ return { [1]="support_storm_barrier_damage_+%_final" } }, - [958]={ + [1104]={ [1]={ [1]={ limit={ @@ -24198,7 +27758,7 @@ return { [1]="support_storm_barrier_physical_damage_taken_when_hit_+%_final" } }, - [959]={ + [1105]={ [1]={ [1]={ limit={ @@ -24227,7 +27787,7 @@ return { [1]="support_storm_barrier_skill_type_damage_+%_final" } }, - [960]={ + [1106]={ [1]={ [1]={ [1]={ @@ -24247,7 +27807,7 @@ return { [1]="support_storm_barrier_skill_type_damage_taken_when_hit_+%_final" } }, - [961]={ + [1107]={ [1]={ [1]={ limit={ @@ -24276,7 +27836,7 @@ return { [1]="support_stronger_ignites_hit_damage_+%_final" } }, - [962]={ + [1108]={ [1]={ [1]={ limit={ @@ -24305,7 +27865,7 @@ return { [1]="support_stronger_ignites_ignite_effect_+%_final" } }, - [963]={ + [1109]={ [1]={ [1]={ limit={ @@ -24334,7 +27894,7 @@ return { [1]="support_sunblast_hazard_hazard_damage_+%_final" } }, - [964]={ + [1110]={ [1]={ [1]={ limit={ @@ -24363,7 +27923,36 @@ return { [1]="support_sunblast_hazard_hazard_duration_+%_final" } }, - [965]={ + [1111]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills deal {0}% more non-Ailment damage over time if their duration is less than one second" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less non-Ailment damage over time if their duration is less than one second" + } + }, + stats={ + [1]="support_swift_affliction_non_ailment_damage_over_time_+%_final_if_duration_below_1_second" + } + }, + [1112]={ [1]={ [1]={ limit={ @@ -24392,7 +27981,23 @@ return { [1]="support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final" } }, - [966]={ + [1113]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Banners apply Refractive Dissolution to Enemies in their radius\nRefractive Dissolution applies {0}% Elemental Exposure per 1000 player Armour, up to 80%" + } + }, + stats={ + [1]="support_tempered_valour_banner_applies_%_elemental_exposure_per_1000_armour" + } + }, + [1114]={ [1]={ [1]={ limit={ @@ -24408,7 +28013,7 @@ return { [1]="support_tempered_valour_%_armour_to_apply_to_elemental_damage" } }, - [967]={ + [1115]={ [1]={ [1]={ limit={ @@ -24437,7 +28042,7 @@ return { [1]="support_thorns_spirit_cost_thorns_damage_+%" } }, - [968]={ + [1116]={ [1]={ [1]={ limit={ @@ -24462,7 +28067,7 @@ return { [1]="support_timerot_stacks_gained_per_500_ms" } }, - [969]={ + [1117]={ [1]={ [1]={ limit={ @@ -24491,7 +28096,7 @@ return { [1]="support_titanblood_minion_damage_+%_final" } }, - [970]={ + [1118]={ [1]={ [1]={ limit={ @@ -24520,7 +28125,7 @@ return { [1]="support_titanblood_minion_life_+%_final" } }, - [971]={ + [1119]={ [1]={ [1]={ limit={ @@ -24549,7 +28154,7 @@ return { [1]="support_titanic_arrows_attack_speed_+%_final" } }, - [972]={ + [1120]={ [1]={ [1]={ limit={ @@ -24578,7 +28183,7 @@ return { [1]="support_titanic_arrows_projectile_speed_+%_final" } }, - [973]={ + [1121]={ [1]={ [1]={ limit={ @@ -24607,7 +28212,7 @@ return { [1]="support_trap_and_mine_damage_mine_throwing_speed_+%_final" } }, - [974]={ + [1122]={ [1]={ [1]={ limit={ @@ -24636,7 +28241,7 @@ return { [1]="support_trap_and_mine_damage_trap_throwing_speed_+%_final" } }, - [975]={ + [1123]={ [1]={ [1]={ limit={ @@ -24665,7 +28270,7 @@ return { [1]="support_trap_hit_damage_+%_final" } }, - [976]={ + [1124]={ [1]={ [1]={ limit={ @@ -24681,7 +28286,7 @@ return { [1]="support_trigger_mana_flare_on_crit" } }, - [977]={ + [1125]={ [1]={ [1]={ limit={ @@ -24697,7 +28302,7 @@ return { [1]="support_triple_number_of_cooldown_uses" } }, - [978]={ + [1126]={ [1]={ [1]={ limit={ @@ -24726,7 +28331,7 @@ return { [1]="support_trusty_companion_minion_life_+%_final" } }, - [979]={ + [1127]={ [1]={ [1]={ limit={ @@ -24755,7 +28360,7 @@ return { [1]="support_unbound_ailments_damaging_ailment_effect_+%_final" } }, - [980]={ + [1128]={ [1]={ [1]={ limit={ @@ -24784,7 +28389,7 @@ return { [1]="support_unbreakable_light_stun_threshold_+%_final_while_performing_action" } }, - [981]={ + [1129]={ [1]={ [1]={ limit={ @@ -24813,7 +28418,7 @@ return { [1]="support_unending_ailments_all_ailment_duration_+%_final" } }, - [982]={ + [1130]={ [1]={ [1]={ limit={ @@ -24851,7 +28456,7 @@ return { [2]="support_unmoving_damage_multiplier_cap" } }, - [983]={ + [1131]={ [1]={ [1]={ limit={ @@ -24880,7 +28485,7 @@ return { [1]="support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies" } }, - [984]={ + [1132]={ [1]={ [1]={ limit={ @@ -24909,7 +28514,36 @@ return { [1]="support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies" } }, - [985]={ + [1133]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Area of Effect" + } + }, + stats={ + [1]="support_upheaval_area_of_effect_+%_final" + } + }, + [1134]={ [1]={ [1]={ limit={ @@ -24918,7 +28552,7 @@ return { [2]="#" } }, - text="Supported Minions deal {0}% more Damage for each different type of Persistent Minion you have summoned" + text="Supported Minions deal {0}% more damage for each different type of Reviving Minion you have summoned" }, [2]={ [1]={ @@ -24931,14 +28565,14 @@ return { [2]=-1 } }, - text="Supported Minions deal {0}% less Damage for each different type of Persistent Minion you have summoned" + text="Supported Minions deal {0}% less damage for each different type of Reviving Minion you have summoned" } }, stats={ [1]="support_varied_troops_damage_+%_final_per_different_persistent_ominion" } }, - [986]={ + [1135]={ [1]={ [1]={ limit={ @@ -24967,7 +28601,7 @@ return { [1]="support_vicious_projectiles_physical_damage_+%_final" } }, - [987]={ + [1136]={ [1]={ [1]={ limit={ @@ -24996,7 +28630,7 @@ return { [1]="support_vicious_projectiles_chaos_damage_+%_final" } }, - [988]={ + [1137]={ [1]={ [1]={ [1]={ @@ -25016,7 +28650,7 @@ return { [1]="support_vitality_life_regeneration_rate_per_minute_%" } }, - [989]={ + [1138]={ [1]={ [1]={ limit={ @@ -25041,7 +28675,36 @@ return { [1]="support_volcanic_eruption_%_chance_to_trigger_vs_ignited_enemies" } }, - [990]={ + [1139]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills have {0}% more Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Supported Skills have {0}% less Area of Effect" + } + }, + stats={ + [1]="support_wall_fortress_area_of_effect_+%_final" + } + }, + [1140]={ [1]={ [1]={ limit={ @@ -25074,7 +28737,7 @@ return { [1]="support_wall_fortress_hit_damage_+%_final" } }, - [991]={ + [1141]={ [1]={ [1]={ limit={ @@ -25095,7 +28758,7 @@ return { [2]="support_enraged_warcry_+%_damage_final_for_exerted_attacks" } }, - [992]={ + [1142]={ [1]={ [1]={ limit={ @@ -25124,7 +28787,7 @@ return { [1]="support_window_of_opportunity_perfect_timing_damage_+%_final" } }, - [993]={ + [1143]={ [1]={ [1]={ limit={ @@ -25153,7 +28816,7 @@ return { [1]="support_winterblast_chill_effect_+%_final" } }, - [994]={ + [1144]={ [1]={ [1]={ limit={ @@ -25171,18 +28834,66 @@ return { }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]="#", + [2]=-1 + } + }, + text="Supported Skills deal {0}% less Damage" + } + }, + stats={ + [1]="support_withering_touch_damage_+%_final" + } + }, + [1145]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0:+d} to level of Supported Skills if exactly one other Support is modifying them" + } + }, + stats={ + [1]="supported_active_skill_gem_level_+_if_one_other_support" + } + }, + [1146]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0:+d} to level of Supported Skills if exactly two other Supports are modifying them" + } + }, + stats={ + [1]="supported_active_skill_gem_level_+_if_two_other_supports" + } + }, + [1147]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" } }, - text="Supported Skills deal {0}% less Damage" + text="{0:+d} to level of Supported Skills if no other Supports are modifying them" } }, stats={ - [1]="support_withering_touch_damage_+%_final" + [1]="supported_active_skill_gem_level_+_if_no_other_supports" } }, - [995]={ + [1148]={ [1]={ [1]={ limit={ @@ -25198,7 +28909,7 @@ return { [1]="supported_chaos_skill_gem_level_+" } }, - [996]={ + [1149]={ [1]={ [1]={ limit={ @@ -25214,7 +28925,7 @@ return { [1]="supported_curse_skill_gem_level_+" } }, - [997]={ + [1150]={ [1]={ [1]={ limit={ @@ -25230,7 +28941,7 @@ return { [1]="supported_elemental_skill_gem_level_+" } }, - [998]={ + [1151]={ [1]={ [1]={ limit={ @@ -25246,7 +28957,7 @@ return { [1]="supported_minion_skill_gem_level_+" } }, - [999]={ + [1152]={ [1]={ [1]={ limit={ @@ -25262,7 +28973,7 @@ return { [1]="supported_physical_skill_gem_level_+" } }, - [1000]={ + [1153]={ [1]={ [1]={ limit={ @@ -25278,7 +28989,7 @@ return { [1]="supported_skill_can_only_use_axe_and_sword" } }, - [1001]={ + [1154]={ [1]={ [1]={ limit={ @@ -25294,7 +29005,7 @@ return { [1]="skill_can_only_use_bow" } }, - [1002]={ + [1155]={ [1]={ [1]={ limit={ @@ -25310,7 +29021,7 @@ return { [1]="supported_skill_can_only_use_dagger_and_claw" } }, - [1003]={ + [1156]={ [1]={ [1]={ limit={ @@ -25326,7 +29037,7 @@ return { [1]="supported_skill_can_only_use_mace_and_staff" } }, - [1004]={ + [1157]={ [1]={ [1]={ limit={ @@ -25342,7 +29053,7 @@ return { [1]="skill_can_only_use_non_melee_weapons" } }, - [1005]={ + [1158]={ [1]={ [1]={ limit={ @@ -25358,7 +29069,7 @@ return { [1]="supported_strike_skill_gem_level_+" } }, - [1006]={ + [1159]={ [1]={ [1]={ limit={ @@ -25374,7 +29085,40 @@ return { [1]="totem_elemental_resistance_%" } }, - [1007]={ + [1160]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Totems created by Supported Skills gain Onslaught for {0} second after being summoned" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Totems created by Supported Skills gain Onslaught for {0} seconds after being summoned" + } + }, + stats={ + [1]="totem_gain_onslaught_for_x_ms_after_summon" + } + }, + [1161]={ [1]={ [1]={ limit={ @@ -25390,7 +29134,7 @@ return { [1]="transfer_hexes_to_X_nearby_enemies_on_kill" } }, - [1008]={ + [1162]={ [1]={ [1]={ limit={ @@ -25406,7 +29150,7 @@ return { [1]="trap_critical_strike_multiplier_+_per_power_charge" } }, - [1009]={ + [1163]={ [1]={ [1]={ limit={ @@ -25435,7 +29179,7 @@ return { [1]="trap_damage_+%" } }, - [1010]={ + [1164]={ [1]={ [1]={ limit={ @@ -25464,7 +29208,7 @@ return { [1]="trap_spread_+%" } }, - [1011]={ + [1165]={ [1]={ [1]={ limit={ @@ -25493,7 +29237,7 @@ return { [1]="trap_throwing_speed_+%" } }, - [1012]={ + [1166]={ [1]={ [1]={ limit={ @@ -25522,7 +29266,7 @@ return { [1]="trap_throwing_speed_+%_per_frenzy_charge" } }, - [1013]={ + [1167]={ [1]={ [1]={ limit={ @@ -25551,7 +29295,7 @@ return { [1]="trap_trigger_radius_+%" } }, - [1014]={ + [1168]={ [1]={ [1]={ limit={ @@ -25580,7 +29324,48 @@ return { [1]="trap_trigger_radius_+%_per_power_charge" } }, - [1015]={ + [1169]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Hits with Supported Skills have {0}% chance to treat Enemy Monster Elemental Resistance values as inverted" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Hits with Supported Skills treat Enemy Monster Elemental Resistance values as inverted" + } + }, + stats={ + [1]="treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance" + } + }, + [1170]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Skills trigger Ice Fragments on killing Frozen Enemies" + } + }, + stats={ + [1]="trigger_ballistic_ice_chunks_on_killing_frozen_enemy" + } + }, + [1171]={ [1]={ [1]={ limit={ @@ -25596,7 +29381,7 @@ return { [1]="trigger_bone_shrapnel_explosion_on_killing_pinned_enemy" } }, - [1016]={ + [1172]={ [1]={ [1]={ limit={ @@ -25625,7 +29410,7 @@ return { [1]="trigger_brand_support_hit_damage_+%_final_vs_branded_enemy" } }, - [1017]={ + [1173]={ [1]={ [1]={ limit={ @@ -25641,7 +29426,7 @@ return { [1]="trigger_caltrops_at_end_of_projectile_flight" } }, - [1018]={ + [1174]={ [1]={ [1]={ limit={ @@ -25657,7 +29442,7 @@ return { [1]="trigger_frozen_vortex_on_shattering_enemy" } }, - [1019]={ + [1175]={ [1]={ [1]={ limit={ @@ -25673,7 +29458,7 @@ return { [1]="trigger_on_attack_hit_against_rare_or_unique" } }, - [1020]={ + [1176]={ [1]={ [1]={ limit={ @@ -25689,7 +29474,7 @@ return { [1]="trigger_on_trigger_link_target_hit" } }, - [1021]={ + [1177]={ [1]={ [1]={ limit={ @@ -25714,7 +29499,7 @@ return { [1]="trigger_prismatic_burst_on_hit_%_chance" } }, - [1022]={ + [1178]={ [1]={ [1]={ limit={ @@ -25730,7 +29515,7 @@ return { [1]="trigger_skills_refund_half_energy_spent_chance_%" } }, - [1023]={ + [1179]={ [1]={ [1]={ limit={ @@ -25755,7 +29540,7 @@ return { [1]="trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger" } }, - [1024]={ + [1180]={ [1]={ [1]={ limit={ @@ -25771,7 +29556,7 @@ return { [1]="trigger_titanic_arrows_on_impact" } }, - [1025]={ + [1181]={ [1]={ [1]={ limit={ @@ -25787,7 +29572,7 @@ return { [1]="triggered_by_brand_support" } }, - [1026]={ + [1182]={ [1]={ [1]={ limit={ @@ -25803,7 +29588,7 @@ return { [1]="triggered_by_divine_cry" } }, - [1027]={ + [1183]={ [1]={ [1]={ limit={ @@ -25837,7 +29622,7 @@ return { [2]="support_manaforged_arrows_mana_cost_%_threshold" } }, - [1028]={ + [1184]={ [1]={ [1]={ limit={ @@ -25853,7 +29638,7 @@ return { [1]="triggered_by_spiritual_cry" } }, - [1029]={ + [1185]={ [1]={ [1]={ limit={ @@ -25882,14 +29667,56 @@ return { [1]="triggered_skill_damage_+%" } }, - [1030]={ + [1186]={ [1]={ }, stats={ [1]="triggers_burning_runes_on_placing_ground_rune" } }, - [1031]={ + [1187]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + } + }, + text="DNT On Shocking an enemy where there are at least {1}\nShocked enemy within {0} metres that are not already\nin a Shocking Rift, Supported Skills Consume Shock of\nall enemies within {0} metres to trigger Shocking Rift" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=2, + [2]="#" + } + }, + text="DNT On Shocking an enemy where there are at least {1}\nShocked enemies within {0} metres that are not already\nin a Shocking Rift, Supported Skills Consume Shock of\nall enemies within {0} metres to trigger Shocking Rift" + } + }, + stats={ + [1]="try_consuming_shock_to_trigger_shocking_rift_in_radius_on_shocking_enemy", + [2]="consume_shock_of_X_enemies_to_trigger_shocking_rift" + } + }, + [1188]={ [1]={ [1]={ limit={ @@ -25920,7 +29747,7 @@ return { [4]="skill_max_unleash_seals" } }, - [1032]={ + [1189]={ [1]={ [1]={ limit={ @@ -25949,7 +29776,7 @@ return { [1]="unleash_support_seal_gain_frequency_+%_while_channelling" } }, - [1033]={ + [1190]={ [1]={ [1]={ limit={ @@ -25978,7 +29805,30 @@ return { [1]="unleash_support_seal_gain_frequency_+%_while_not_channelling" } }, - [1034]={ + [1191]={ + [1]={ + }, + stats={ + [1]="virtual_support_salvo_maximum_seals" + } + }, + [1192]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Walls from Supported Skills are created along a Fissure instead" + } + }, + stats={ + [1]="wall_is_created_along_a_fissure_instead" + } + }, + [1193]={ [1]={ [1]={ limit={ @@ -25994,7 +29844,23 @@ return { [1]="wall_is_created_in_a_circle_instead" } }, - [1035]={ + [1194]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Supported Warcries expend {0} Rage to bypass their Cooldown, instead of an Endurance Charge" + } + }, + stats={ + [1]="warcry_bypass_cooldown_spending_X_rage_instead_of_endurance_charge" + } + }, + [1195]={ [1]={ [1]={ limit={ @@ -26010,7 +29876,7 @@ return { [1]="warcry_grant_X_rage_per_5_power" } }, - [1036]={ + [1196]={ [1]={ [1]={ limit={ @@ -26039,7 +29905,7 @@ return { [1]="warcry_speed_+%" } }, - [1037]={ + [1197]={ [1]={ [1]={ limit={ @@ -26068,7 +29934,7 @@ return { [1]="weapon_elemental_damage_+%" } }, - [1038]={ + [1198]={ [1]={ [1]={ limit={ @@ -26084,7 +29950,7 @@ return { [1]="wither_applies_additional_wither_%" } }, - [1039]={ + [1199]={ [1]={ [1]={ limit={ @@ -26100,7 +29966,7 @@ return { [1]="wither_on_hit_chance_rollovercapped" } }, - [1040]={ + [1200]={ [1]={ [1]={ limit={ @@ -26125,7 +29991,7 @@ return { [1]="withered_on_chaos_damage_hit_chance_%" } }, - [1041]={ + [1201]={ [1]={ [1]={ [1]={ @@ -26145,7 +30011,32 @@ return { [1]="withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage" } }, - [1042]={ + [1202]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Supported Skills have {0}% chance to Mark another Enemy within 4 Metres of Marked Enemy when Consumed" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Supported Skills will Mark another Enemy within 4 Metres of Marked Enemy when Consumed" + } + }, + stats={ + [1]="your_marks_spread_to_a_nearby_enemies_on_consume_%_chance" + } + }, + [1203]={ [1]={ [1]={ limit={ @@ -26174,7 +30065,7 @@ return { [1]="support_spell_rapid_fire_repeat_use_damage_+%_final" } }, - [1043]={ + [1204]={ [1]={ [1]={ limit={ @@ -26190,7 +30081,7 @@ return { [1]="support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines" } }, - [1044]={ + [1205]={ [1]={ [1]={ limit={ @@ -26206,7 +30097,7 @@ return { [1]="minion_larger_aggro_radius" } }, - [1045]={ + [1206]={ [1]={ [1]={ limit={ @@ -26222,7 +30113,7 @@ return { [1]="minions_are_defensive" } }, - [1046]={ + [1207]={ [1]={ [1]={ limit={ @@ -26238,7 +30129,7 @@ return { [1]="support_slam_chance_for_one_additional_aftershock_%" } }, - [1047]={ + [1208]={ [1]={ [1]={ limit={ @@ -26254,23 +30145,65 @@ return { [1]="support_slam_chance_for_two_additional_aftershocks_%" } }, - [1048]={ + [1209]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% increased Culling Strike Threshold for 20 seconds on Culling with Supported Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", + [2]=-1 + } + }, + text="Gain {0}% reduced Culling Strike Threshold for 20 seconds on Culling with Supported Skills" + } + }, + stats={ + [1]="support_culling_strike_threshold_+%_on_cull_for_seconds_from_code" + } + }, + [1210]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, [2]="#" } }, - text="Supported Skills have {0}% chance to cause\nthree additional Aftershocks" + text="Minions from Supported Skills gain {0}% increased Attack and Cast Speed when their Life is reduced to 0" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions from Supported Skills gain {0}% reduced Attack and Cast Speed when their Life is reduced to 0" } }, stats={ - [1]="support_slam_chance_for_three_additional_aftershocks_%" + [1]="support_last_gasp_attack_and_cast_speed_+%_while_undying" } }, - [1049]={ + [1211]={ [1]={ [1]={ limit={ @@ -26279,14 +30212,14 @@ return { [2]="#" } }, - text="Placed Banners must have a minimum of {0} Valour to grant Refractive Plating" + text="Supported Skills have {0}% chance to cause\nthree additional Aftershocks" } }, stats={ - [1]="support_tempered_valour_minimum_valour_to_apply_buff" + [1]="support_slam_chance_for_three_additional_aftershocks_%" } }, - [1050]={ + [1212]={ [1]={ [1]={ [1]={ @@ -26319,7 +30252,7 @@ return { [1]="support_timerot_reparation_duration_per_timerot_lost_ms" } }, - [1051]={ + [1213]={ [1]={ [1]={ limit={ @@ -26348,175 +30281,190 @@ return { [1]="support_unstable_earth_damage_+%_final" } }, - ["%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy"]=567, - ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=568, - ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=569, - ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=570, - ["accuracy_rating"]=191, - ["accuracy_rating_+%"]=192, - ["active_skill_additional_projectiles_description_mode"]=555, - ["active_skill_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value"]=193, - ["active_skill_can_overload"]=194, - ["active_skill_never_freeze_shock_ignite"]=195, - ["active_skill_withered_base_duration_ms"]=159, - ["add_power_charge_on_critical_strike_%"]=196, - ["add_power_charge_on_kill_%_chance"]=197, - ["added_damage_+%_final"]=198, - ["additional_base_critical_strike_chance"]=199, - ["additional_chance_to_freeze_chilled_enemies_%"]=200, - ["additional_combo_gain_chance_%"]=201, - ["additional_critical_strike_chance_permyriad_while_affected_by_elusive"]=203, - ["additional_critical_strike_chance_permyriad_while_dead"]=202, - ["additional_projectiles_per_intensity"]=204, - ["aftershock_area_of_effect_+%_final"]=205, - ["aggravate_bleeding_on_pin_chance_%"]=206, - ["ailment_effect_+%_while_afflicted_by_relevant_ailment"]=207, - ["ailment_threshold_+%_while_channelling"]=208, - ["all_damage_gained_as_cold_instead"]=209, - ["always_freeze"]=248, - ["ancestor_totem_buff_effect_+%"]=210, - ["ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills"]=211, - ["ancestral_aid_X_spirit_strikes_on_reaching_block_count"]=212, - ["ancestral_aid_required_count_of_recent_blocks"]=213, - ["ancestral_call_spirit_strike_interval_ms"]=214, - ["ancestral_slam_interval_duration"]=174, - ["ancestral_slam_stun_threshold_reduction_+%"]=215, - ["apply_%_cold_exposure_for_4_seconds_on_chill"]=216, - ["apply_%_cold_exposure_for_4_seconds_on_freeze"]=217, - ["apply_X_incision_on_hit"]=218, - ["apply_attack_projectile_weakness_%_per_1m_knockback"]=219, + ["%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy"]=642, + ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=643, + ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=644, + ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=645, + ["accuracy_rating"]=205, + ["accuracy_rating_+%"]=206, + ["active_skill_additional_projectiles_description_mode"]=630, + ["active_skill_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value"]=207, + ["active_skill_can_overload"]=208, + ["active_skill_cannot_manually_reload"]=209, + ["active_skill_never_freeze_shock_ignite"]=210, + ["add_power_charge_on_critical_strike_%"]=211, + ["add_power_charge_on_kill_%_chance"]=212, + ["added_damage_+%_final"]=213, + ["additional_base_critical_strike_chance"]=214, + ["additional_chance_to_freeze_chilled_enemies_%"]=215, + ["additional_combo_gain_chance_%"]=216, + ["additional_critical_strike_chance_permyriad_while_affected_by_elusive"]=218, + ["additional_critical_strike_chance_permyriad_while_dead"]=217, + ["additional_projectiles_instead_applies_to_number_of_terrain_chains"]=219, + ["additional_projectiles_per_intensity"]=220, + ["aftershock_area_of_effect_+%_final"]=221, + ["aftershocks_create_jagged_ground"]=222, + ["aggravate_bleeding_on_pin_chance_%"]=223, + ["ailment_effect_+%_while_afflicted_by_relevant_ailment"]=225, + ["ailment_threshold_+%_while_channelling"]=226, + ["all_damage_gained_as_cold_instead"]=227, + ["allies_in_font_of_blood_radius_leech_%_of_my_physical_damage_as_life"]=228, + ["allies_in_font_of_mana_radius_leech_%_of_my_physical_damage_as_mana"]=229, + ["allies_in_font_of_rage_radius_leech_permyriad_of_my_physical_damage_as_rage"]=230, + ["always_freeze"]=268, + ["always_pierce"]=193, + ["ancestor_totem_buff_effect_+%"]=231, + ["ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills"]=232, + ["ancestral_aid_required_count_of_recent_blocks"]=233, + ["ancestral_call_spirit_strike_interval_ms"]=234, + ["ancestral_slam_interval_duration"]=180, + ["ancestral_slam_stun_threshold_reduction_+%"]=235, + ["apply_%_cold_exposure_for_4_seconds_on_chill"]=236, + ["apply_%_cold_exposure_for_4_seconds_on_freeze"]=237, + ["apply_X_incision_on_hit"]=238, + ["apply_attack_projectile_weakness_%_per_1m_knockback"]=239, ["apply_linked_curses_on_hit_%"]=118, - ["apply_overpowered_on_enemy_block_reduced_block_and_spell_block_%"]=220, - ["area_damage_+%"]=221, + ["apply_unaffected_by_pacifying_curses_for_x_ms_on_curse_expiry"]=240, + ["area_damage_+%"]=241, ["area_of_effect_+%_while_dead"]=30, - ["armour_+%_while_performing_action_per_250_ms_attack_time"]=225, - ["armour_break_for_%_of_poison_damage_over_poison_duration"]=222, - ["armour_break_physical_damage_%_dealt_as_armour_break"]=223, - ["armour_break_physical_damage_%_dealt_as_armour_break_vs_parried_enemies"]=224, - ["attack_and_cast_speed_+%"]=227, - ["attack_and_cast_speed_+%_during_onslaught"]=228, - ["attack_and_cast_speed_+%_while_all_resonance_is_at_least_25"]=180, - ["attack_critical_strike_chance_+%"]=229, - ["attack_damage_+%"]=231, - ["attack_damage_+%_per_1000_accuracy_rating"]=232, - ["attack_damage_is_lucky_if_surrounded"]=230, - ["attack_maximum_added_physical_damage_as_%_of_strength"]=226, - ["attack_maximum_added_physical_damage_per_10_rage"]=233, - ["attack_maximum_added_physical_damage_with_at_least_10_rage"]=234, - ["attack_maximum_added_physical_damage_with_weapons"]=235, - ["attack_minimum_added_physical_damage_as_%_of_strength"]=226, - ["attack_minimum_added_physical_damage_per_10_rage"]=233, - ["attack_minimum_added_physical_damage_with_at_least_10_rage"]=234, - ["attack_minimum_added_physical_damage_with_weapons"]=235, + ["armour_+%_while_performing_action_per_250_ms_attack_time"]=245, + ["armour_break_for_%_of_poison_damage_over_poison_duration"]=242, + ["armour_break_physical_damage_%_dealt_as_armour_break"]=243, + ["armour_break_physical_damage_%_dealt_as_armour_break_vs_parried_enemies"]=244, + ["attack_and_cast_speed_+%"]=247, + ["attack_and_cast_speed_+%_during_onslaught"]=248, + ["attack_and_cast_speed_+%_while_all_resonance_is_at_least_25"]=186, + ["attack_critical_strike_chance_+%"]=249, + ["attack_damage_+%"]=251, + ["attack_damage_+%_per_1000_accuracy_rating"]=252, + ["attack_damage_is_lucky_if_surrounded"]=250, + ["attack_maximum_added_physical_damage_as_%_of_strength"]=246, + ["attack_maximum_added_physical_damage_per_10_rage"]=253, + ["attack_maximum_added_physical_damage_with_at_least_10_rage"]=254, + ["attack_maximum_added_physical_damage_with_weapons"]=255, + ["attack_minimum_added_physical_damage_as_%_of_strength"]=246, + ["attack_minimum_added_physical_damage_per_10_rage"]=253, + ["attack_minimum_added_physical_damage_with_at_least_10_rage"]=254, + ["attack_minimum_added_physical_damage_with_weapons"]=255, ["attack_skills_additional_ballista_totems_allowed"]=53, - ["attack_speed_+%"]=236, - ["attack_speed_+%_when_on_low_life"]=237, - ["attack_speed_+%_with_atleast_20_rage"]=239, - ["attacks_impale_on_hit_%_chance"]=240, - ["attacks_inflict_bleeding_on_hit"]=293, + ["attack_speed_+%"]=256, + ["attack_speed_+%_when_on_low_life"]=257, + ["attack_speed_+%_with_atleast_20_rage"]=258, + ["attacks_impale_on_hit_%_chance"]=259, + ["attacks_inflict_bleeding_on_hit"]=313, + ["attacks_roll_crits_twice"]=260, ["aura_can_affect_self"]=141, ["aura_effect_+%"]=32, - ["avoid_interruption_while_using_this_skill_%"]=241, - ["barrage_support_projectile_spread_+%"]=242, - ["base_all_ailment_duration_+%"]=243, + ["avoid_interruption_while_using_this_skill_%"]=261, + ["barrage_support_projectile_spread_+%"]=262, + ["base_all_ailment_duration_+%"]=263, ["base_aura_area_of_effect_+%"]=31, - ["base_bleed_chance_is_poison_chance_instead"]=244, - ["base_bleed_duration_+%"]=245, - ["base_cast_speed_+%"]=246, - ["base_chance_to_destroy_corpse_on_kill_%_vs_ignited"]=247, - ["base_chance_to_freeze_%"]=248, - ["base_chance_to_ignite_%"]=249, - ["base_chance_to_inflict_bleeding_%"]=250, - ["base_chance_to_not_consume_corpse_%"]=329, - ["base_chance_to_pierce_%"]=251, + ["base_bleed_chance_is_poison_chance_instead"]=264, + ["base_bleed_duration_+%"]=265, + ["base_cast_speed_+%"]=266, + ["base_chance_to_destroy_corpse_on_kill_%_vs_ignited"]=267, + ["base_chance_to_freeze_%"]=268, + ["base_chance_to_inflict_bleeding_%"]=269, + ["base_chance_to_not_consume_corpse_%"]=365, + ["base_chance_to_pierce_%"]=270, ["base_chance_to_poison_on_hit_%"]=150, - ["base_chance_to_shock_%"]=252, + ["base_chance_to_shock_%"]=271, + ["base_chaos_damage_can_ignite"]=272, ["base_chaos_damage_to_deal_per_minute"]=129, ["base_cold_damage_to_deal_per_minute"]=133, - ["base_combo_stacks_decay_delay_ms"]=253, - ["base_consume_enemy_freeze_on_hit"]=254, - ["base_consume_enemy_shock_on_hit"]=255, - ["base_cooldown_modifier_ms"]=256, - ["base_cooldown_speed_+%"]=257, - ["base_cooldown_speed_+%_final"]=258, + ["base_combo_stacks_decay_delay_ms"]=273, + ["base_consume_enemy_freeze_on_hit"]=274, + ["base_consume_enemy_shock_on_hit"]=275, + ["base_cooldown_modifier_ms"]=276, + ["base_cooldown_speed_+%"]=277, + ["base_cooldown_speed_+%_final"]=278, ["base_cost_+%"]=22, ["base_critical_strike_multiplier_+"]=64, - ["base_curse_delay_+%"]=259, - ["base_curse_duration_+%"]=260, - ["base_damage_+%_while_an_ailment_on_you"]=261, - ["base_deal_no_chaos_damage"]=262, - ["base_debuff_slow_magnitude_+%"]=263, + ["base_curse_delay_+%"]=279, + ["base_curse_duration_+%"]=280, + ["base_damage_+%_while_an_ailment_on_you"]=281, + ["base_deal_no_chaos_damage"]=282, + ["base_debuff_slow_magnitude_+%"]=283, ["base_fire_damage_to_deal_per_minute"]=130, - ["base_freezing_enemy_chills_enemies_in_radius"]=425, - ["base_global_chance_to_knockback_%"]=264, - ["base_inflict_cold_exposure_on_hit_%_chance"]=265, - ["base_inflict_fire_exposure_on_hit_%_chance"]=266, - ["base_inflict_lightning_exposure_on_hit_%_chance"]=267, - ["base_killed_monster_dropped_item_quantity_+%"]=268, - ["base_killed_monster_dropped_item_rarity_+%"]=269, + ["base_freezing_enemy_chills_enemies_in_radius"]=475, + ["base_global_chance_to_knockback_%"]=284, + ["base_inflict_cold_exposure_on_hit_%_chance"]=285, + ["base_inflict_fire_exposure_on_hit_%_chance"]=286, + ["base_inflict_lightning_exposure_on_hit_%_chance"]=287, + ["base_killed_monster_dropped_item_quantity_+%"]=288, + ["base_killed_monster_dropped_item_rarity_+%"]=289, ["base_life_cost_+%"]=23, ["base_life_gain_per_target"]=100, - ["base_life_leech_from_physical_attack_damage_permyriad"]=270, - ["base_life_reservation_+%"]=272, - ["base_life_reservation_efficiency_+%"]=271, - ["base_lightning_damage_can_electrocute"]=273, - ["base_limit_+"]=274, - ["base_mana_cost_+"]=182, + ["base_life_leech_from_physical_attack_damage_permyriad"]=290, + ["base_life_reservation_+%"]=292, + ["base_life_reservation_efficiency_+%"]=291, + ["base_lightning_damage_can_electrocute"]=293, + ["base_limit_+"]=294, + ["base_mana_cost_+"]=191, ["base_mana_cost_-%"]=24, - ["base_mana_leech_from_physical_attack_damage_permyriad"]=275, - ["base_mana_reservation_+%"]=276, + ["base_mana_leech_from_physical_attack_damage_permyriad"]=295, + ["base_mana_reservation_+%"]=296, ["base_melee_attack_repeat_count"]=105, - ["base_mine_detonation_time_ms"]=277, + ["base_mine_detonation_time_ms"]=297, ["base_mine_duration"]=51, - ["base_number_of_additional_fissures"]=278, + ["base_number_of_additional_fissures"]=298, ["base_number_of_remote_mines_allowed"]=57, - ["base_number_of_support_ghosts_allowed"]=279, + ["base_number_of_support_ghosts_allowed"]=299, ["base_number_of_totems_allowed"]=54, ["base_number_of_traps_allowed"]=56, - ["base_overkill_icy_vortex_duration_ms"]=280, + ["base_overkill_icy_vortex_duration_ms"]=300, ["base_physical_damage_to_deal_per_minute"]=131, - ["base_poison_chance_is_bleed_chance_instead"]=281, - ["base_poison_duration_+%"]=282, - ["base_projectile_speed_+%"]=283, + ["base_poison_chance_is_bleed_chance_instead"]=301, + ["base_poison_duration_+%"]=302, + ["base_projectile_speed_+%"]=303, ["base_reduce_enemy_cold_resistance_%"]=66, ["base_reduce_enemy_fire_resistance_%"]=65, ["base_reduce_enemy_lightning_resistance_%"]=68, - ["base_remnant_duration_ms"]=284, - ["base_reservation_+%"]=286, - ["base_reservation_efficiency_+%"]=285, + ["base_remnant_duration_ms"]=304, + ["base_reservation_+%"]=306, + ["base_reservation_efficiency_+%"]=305, ["base_skill_area_of_effect_+%"]=28, ["base_skill_cost_life_instead_of_mana"]=34, - ["base_skill_no_reservation"]=287, + ["base_skill_no_reservation"]=307, ["base_skill_reserve_life_instead_of_mana"]=35, - ["base_spell_cooldown_speed_+%"]=288, + ["base_spell_cooldown_speed_+%"]=308, ["base_spell_repeat_count"]=106, - ["base_stun_duration_+%"]=289, - ["base_stun_threshold_reduction_+%"]=290, + ["base_stun_duration_+%"]=309, + ["base_stun_threshold_reduction_+%"]=310, ["base_totem_duration"]=48, ["base_trap_duration"]=50, ["base_use_life_in_place_of_mana"]=36, - ["bleed_chance_%_vs_full_life_enemy"]=291, - ["bleed_chance_+%_vs_full_life_enemy"]=292, + ["bleed_chance_%_vs_full_life_enemy"]=311, + ["bleed_chance_+%_vs_full_life_enemy"]=312, ["bleed_on_hit_base_duration"]=140, - ["bleed_on_hit_with_attacks_%"]=293, - ["bleeding_monsters_attack_speed_+%"]=294, - ["bleeding_monsters_movement_velocity_+%"]=295, + ["bleed_on_hit_with_attacks_%"]=313, + ["bleeding_monsters_attack_speed_+%"]=314, + ["bleeding_monsters_movement_velocity_+%"]=315, ["blind_duration_+%"]=61, - ["blood_magic_skill_life_cost_+%_final"]=296, - ["blood_price_gain_%_maximum_life_as_added_physical_damage_with_weapons_while_on_low_life"]=297, - ["break_armour_equal_to_%_of_dexterity_vs_parried_enemies"]=298, - ["burn_damage_+%"]=299, - ["cannot_break_armour"]=300, + ["blind_effect_+%"]=316, + ["blood_magic_skill_life_cost_+%_final"]=317, + ["blood_price_gain_%_maximum_life_as_added_physical_damage_with_weapons_while_on_low_life"]=318, + ["branching_fissure_area_of_effect_+%_final"]=190, + ["branching_fissure_damage_+%_final"]=189, + ["break_armour_equal_to_%_of_dexterity_vs_parried_enemies"]=319, + ["burn_damage_+%"]=320, + ["can_only_damage_low_life_enemies"]=321, + ["cannot_break_armour"]=322, ["cannot_cast_curses"]=119, - ["cannot_cause_bleeding"]=293, - ["cannot_cause_stun_but_allow_stun_buildup"]=301, - ["cannot_consume_impale"]=302, - ["cannot_consume_power_frenzy_endurance_charges"]=303, - ["cannot_daze"]=304, - ["cannot_inflict_blind"]=305, + ["cannot_cause_bleeding"]=313, + ["cannot_cause_stun_but_allow_stun_buildup"]=323, + ["cannot_consume_impale"]=324, + ["cannot_consume_infusions"]=325, + ["cannot_consume_power_frenzy_endurance_charges"]=326, + ["cannot_daze"]=327, + ["cannot_inflict_blind"]=328, ["cannot_inflict_elemental_ailments"]=152, - ["cannot_inflict_maim"]=306, - ["cannot_pin"]=307, + ["cannot_inflict_maim"]=329, + ["cannot_kill_enemies_with_hits"]=330, + ["cannot_miss_against_full_life_enemies"]=331, + ["cannot_pin"]=332, + ["cascadeable_offering_support_offering_casted_spell_damage_+%_final"]=333, + ["cascadeable_spells_occur_from_offering"]=333, ["cast_linked_spells_on_attack_crit_%"]=120, ["cast_linked_spells_on_melee_kill_%"]=121, ["cast_on_damage_taken_%"]=127, @@ -26525,945 +30473,1105 @@ return { ["cast_on_death_%"]=124, ["cast_on_death_damage_+%_final_while_dead"]=113, ["cast_on_stunned_%"]=125, - ["cast_when_damage_taken_trigger_threshold_+%"]=308, + ["cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds"]=334, + ["cast_speed_+%_per_num_unique_spells_cast_recently"]=335, + ["cast_speed_additive_modifiers_also_apply_to_projectile_speed_at_%_value"]=336, + ["cast_when_damage_taken_trigger_threshold_+%"]=337, ["cast_while_channelling_time_ms"]=128, - ["chaining_range_+%"]=309, + ["chaining_range_+%"]=338, ["chains_hit_X_more_times"]=70, - ["chance_%_to_double_effect_of_removing_charges"]=313, - ["chance_for_coin_shower_on_kill_%"]=310, - ["chance_for_exerted_attacks_to_not_reduce_count_%"]=311, - ["chance_for_extra_damage_roll_%"]=312, - ["chance_to_aftershock_+%_per_250_ms_attack_time"]=314, - ["chance_to_bleed_on_hit_%_vs_maimed"]=315, - ["chance_to_chain_from_shocked_enemy_%"]=316, - ["chance_to_crush_on_hit_%"]=317, - ["chance_to_double_stun_duration_%"]=318, - ["chance_to_fork_extra_projectile_%"]=319, - ["chance_to_fork_from_frozen_enemy_%"]=320, - ["chance_to_fortify_on_melee_hit_+%"]=321, - ["chance_to_freeze_shock_ignite_%"]=322, - ["chance_to_gain_1_more_charge_%"]=323, - ["chance_to_gain_endurance_charge_on_armour_break_%"]=324, - ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=325, - ["chance_to_ignore_hexproof_%"]=326, - ["chance_to_inflict_additional_impale_%"]=327, - ["chance_to_intimidate_on_hit_%"]=328, - ["chance_to_pierce_ignited_enemy_%"]=330, - ["chance_to_place_an_additional_mine_%"]=331, - ["chance_to_summon_support_ghost_on_hitting_rare_or_unique_%"]=332, - ["chance_to_summon_support_ghost_on_killing_blow_%"]=162, - ["chance_to_trigger_fiery_death_on_ignited_enemy_death_%"]=333, - ["chance_to_unnerve_on_hit_%"]=334, - ["channelled_skill_damage_+%"]=335, - ["chaos_damage_+%"]=336, - ["charge_skip_consume_chance_%"]=337, - ["chill_duration_+%"]=164, - ["chill_effect_+%"]=163, - ["chilled_ground_applies_%_freeze_multiplier_taken"]=338, - ["chilling_ice_create_chilled_ground_on_freeze_base_duration_ms"]=339, - ["cold_ailment_effect_+%"]=340, - ["cold_damage_+%"]=341, - ["combat_rush_effect_+%"]=342, - ["combo_falloff_speed_+%"]=343, - ["companion_takes_%_damage_before_you_from_support"]=344, - ["conditional_skill_additional_usages_after_meeting_requirement"]=345, - ["conditional_skill_additional_usages_duration_ms"]=345, - ["consume_%_of_maximum_life_flask_charges_on_skill_use"]=715, - ["consume_%_of_maximum_mana_flask_charges_on_skill_use"]=439, - ["consume_armour_break_to_trigger_battershout_explosion"]=346, - ["consume_bleed_to_create_X_haemocrystals"]=347, - ["consume_endurance_charges_on_use_to_recover_%_maximum_life_per_charge"]=348, - ["consume_enemy_daze_to_always_hit"]=349, - ["consume_enemy_freeze_to_guarantee_crit"]=350, - ["consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge"]=351, - ["consume_ignite_on_hit"]=352, - ["consume_maim_on_hit_to_break_%_armour"]=353, - ["consume_parry_debuff_on_hit_to_gain_X_frenzy_charges"]=354, - ["cooldown_recovery_rate_+%_when_a_unique_enemy_in_your_presence"]=355, - ["cooldown_speed_+%_per_different_ailment_inflicted_recently"]=356, - ["cooldown_speed_+%_per_highest_power_of_recently_heavy_stunned_enemy"]=357, - ["cooldown_speed_+%_per_recent_block_up_to_40%"]=358, - ["create_life_remnant_on_melee_kill_bleeding_enemy_%"]=359, - ["critical_hit_damaging_ailment_effect_+%"]=360, + ["chance_%_to_create_additional_remnant"]=343, + ["chance_%_to_double_effect_of_removing_charges"]=344, + ["chance_%_to_gain_abyssal_modifier_on_minion_death"]=345, + ["chance_%_to_gain_power_charges_per_combo_spent"]=339, + ["chance_for_coin_shower_on_kill_%"]=340, + ["chance_for_exerted_attacks_to_not_reduce_count_%"]=341, + ["chance_for_extra_damage_roll_%"]=342, + ["chance_to_aftershock_+%_per_250_ms_attack_time"]=347, + ["chance_to_bleed_on_hit_%_vs_maimed"]=348, + ["chance_to_chain_from_shocked_enemy_%"]=349, + ["chance_to_crush_on_hit_%"]=350, + ["chance_to_double_stun_duration_%"]=351, + ["chance_to_fork_extra_projectile_%"]=352, + ["chance_to_fork_from_frozen_enemy_%"]=353, + ["chance_to_fortify_on_melee_hit_+%"]=354, + ["chance_to_gain_1_more_charge_%"]=355, + ["chance_to_gain_1_more_random_charge_%"]=356, + ["chance_to_gain_endurance_charge_on_armour_break_%"]=357, + ["chance_to_gain_endurance_charge_on_heavy_stunning_non_unique_enemy_%"]=358, + ["chance_to_gain_endurance_charge_on_perfect_timing_hit_%"]=359, + ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=360, + ["chance_to_ignore_hexproof_%"]=361, + ["chance_to_inflict_additional_impale_%"]=362, + ["chance_to_intimidate_on_hit_%"]=363, + ["chance_to_load_a_bolt_on_killing_an_enemy_%"]=364, + ["chance_to_pierce_ignited_enemy_%"]=366, + ["chance_to_place_an_additional_mine_%"]=367, + ["chance_to_summon_support_ghost_on_hitting_rare_or_unique_%"]=368, + ["chance_to_summon_support_ghost_on_killing_blow_%"]=164, + ["chance_to_trigger_fiery_death_on_ignited_enemy_death_%"]=369, + ["chance_to_unnerve_on_hit_%"]=371, + ["channelled_skill_damage_+%"]=372, + ["chaos_damage_%_dealt_as_armour_break"]=373, + ["chaos_damage_+%"]=375, + ["chaos_damage_can_freeze"]=374, + ["chaos_damage_can_shock"]=204, + ["charge_skip_consume_chance_%"]=376, + ["chill_duration_+%"]=166, + ["chill_effect_+%"]=165, + ["chilled_ground_applies_%_freeze_multiplier_taken"]=377, + ["chilling_ice_create_chilled_ground_on_freeze_base_duration_ms"]=378, + ["cold_ailment_effect_+%"]=379, + ["cold_damage_+%"]=381, + ["cold_damage_can_impale"]=380, + ["combat_rush_effect_+%"]=382, + ["combo_falloff_speed_+%"]=383, + ["companion_takes_%_damage_before_you_from_support"]=384, + ["conditional_skill_additional_usages_after_meeting_requirement"]=385, + ["conditional_skill_additional_usages_duration_ms"]=385, + ["consume_%_of_maximum_life_flask_charges_on_skill_use"]=820, + ["consume_%_of_maximum_mana_flask_charges_on_skill_use"]=491, + ["consume_armour_break_to_trigger_battershout_explosion"]=386, + ["consume_bleed_to_create_X_haemocrystals"]=387, + ["consume_endurance_charges_on_use_to_recover_%_maximum_life_per_charge"]=388, + ["consume_enemy_daze_to_always_hit"]=389, + ["consume_enemy_freeze_to_guarantee_crit"]=390, + ["consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge"]=391, + ["consume_ignite_on_hit"]=392, + ["consume_maim_on_hit_to_break_%_armour"]=393, + ["consume_parry_debuff_on_hit_to_gain_X_frenzy_charges"]=394, + ["consume_shock_of_X_enemies_to_trigger_shocking_rift"]=1187, + ["cooldown_recovery_rate_+%_when_a_unique_enemy_in_your_presence"]=395, + ["cooldown_speed_+%_per_different_ailment_inflicted_recently"]=396, + ["cooldown_speed_+%_per_highest_power_of_recently_heavy_stunned_enemy"]=397, + ["cooldown_speed_+%_per_recent_block_up_to_40%"]=398, + ["create_X_briar_thorns_on_slam"]=399, + ["create_life_remnant_on_melee_kill_bleeding_enemy_%"]=400, + ["critical_hit_damaging_ailment_effect_+%"]=401, ["critical_strike_chance_+%"]=62, - ["critical_strike_chance_+%_per_righteous_charge"]=898, - ["critical_strike_chance_+%_vs_blinded_enemies"]=361, - ["critical_strike_chance_+%_vs_immobilised_enemies"]=362, + ["critical_strike_chance_+%_per_righteous_charge"]=1036, + ["critical_strike_chance_+%_vs_blinded_enemies"]=402, + ["critical_strike_chance_+%_vs_immobilised_enemies"]=403, ["critical_strike_multiplier_+_while_affected_by_elusive"]=154, - ["crossbow_attack_%_chance_to_not_consume_ammo"]=363, - ["crossbow_reload_on_heavy_stun"]=364, + ["crossbow_attack_%_chance_to_not_consume_ammo"]=404, + ["crossbow_load_x_bolts_on_dodge"]=405, + ["crossbow_reload_on_heavy_stun"]=406, ["cruelty_duration_+%"]=156, - ["cruelty_effect_+%"]=365, - ["crush_for_2_seconds_on_hit_%_chance"]=366, - ["crushing_blow_vs_ignited_and_fully_armour_broken"]=367, - ["cull_frozen_enemies_on_hit"]=368, + ["cruelty_effect_+%"]=407, + ["crush_for_2_seconds_on_hit_%_chance"]=408, + ["crushing_blow_vs_ignited_and_fully_armour_broken"]=409, + ["cull_frozen_enemies_on_hit"]=410, ["curse_apply_as_aura"]=2, - ["curse_apply_as_curse_zone"]=369, - ["curse_area_of_effect_+%"]=370, + ["curse_apply_as_curse_zone"]=411, + ["curse_area_of_effect_+%"]=412, ["curse_effect_+%"]=134, + ["curse_ignores_curse_limit"]=413, + ["curse_pacify_for_final_%_of_duration"]=161, ["curse_supported_by_blasphemy"]=2, - ["damage_+%"]=372, - ["damage_+%_for_non_minions"]=373, - ["damage_+%_if_lost_endurance_charge_in_past_8_seconds"]=374, - ["damage_+%_on_full_energy_shield"]=382, - ["damage_+%_per_200_mana_spent_recently"]=375, - ["damage_+%_per_endurance_charge"]=376, - ["damage_+%_per_frenzy_charge"]=377, - ["damage_+%_per_power_charge"]=378, - ["damage_+%_vs_enemies_on_full_life"]=379, - ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=380, - ["damage_+%_vs_frozen_enemies"]=381, - ["damage_+%_when_on_full_life"]=383, - ["damage_+%_when_on_low_life"]=384, - ["damage_+%_while_an_ailment_on_you"]=385, - ["damage_+%_while_life_leeching"]=386, - ["damage_+%_while_mana_leeching"]=387, - ["damage_over_time_+%"]=371, - ["damage_penetrates_%_elemental_resistances_while_all_resonance_is_25"]=179, - ["damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time"]=388, - ["damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time"]=389, - ["damage_taken_+%_per_250_ms_buff_uptime"]=390, - ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=391, - ["damage_vs_enemies_on_low_life_+%"]=392, - ["damaging_ailments_deal_damage_+%_faster"]=393, - ["daze_self_on_critical_hit_for_X_ms"]=394, - ["deal_chaos_damage_per_second_for_10_seconds_on_hit"]=395, - ["deal_no_elemental_damage"]=396, - ["deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger"]=397, - ["deathmark_minion_damage_+%_final"]=398, - ["difficulty_of_meeting_conditional_requirement_+%"]=399, - ["display_base_intensity_loss"]=400, - ["display_totems_no_infusion"]=401, - ["distance_scaled_accuracy_rating_penalty_+%"]=402, - ["dot_multiplier_+"]=403, - ["elemental_damage_+%"]=405, - ["elemental_damage_+%_final_per_5_lowest_resonance"]=178, - ["elemental_damage_+%_final_per_righteous_charge"]=899, - ["elemental_damage_cannot_be_reflected"]=404, - ["elusive_effect_+%"]=406, - ["enemies_you_shock_movement_speed_+%"]=407, - ["enemies_you_shock_take_%_increased_physical_damage"]=408, - ["enemy_phys_reduction_%_penalty_vs_hit"]=409, - ["energy_generated_+%"]=410, - ["evasion_+%_while_performing_action_per_250_ms_attack_time"]=411, - ["explode_on_low_life_%_maximum_life_to_deal"]=412, + ["curse_zones_are_hazards"]=414, + ["curses_reflected_to_self"]=415, + ["damage_+%"]=417, + ["damage_+%_for_non_minions"]=418, + ["damage_+%_if_lost_endurance_charge_in_past_8_seconds"]=419, + ["damage_+%_on_full_energy_shield"]=427, + ["damage_+%_per_200_mana_spent_recently"]=420, + ["damage_+%_per_endurance_charge"]=421, + ["damage_+%_per_frenzy_charge"]=422, + ["damage_+%_per_power_charge"]=423, + ["damage_+%_vs_enemies_on_full_life"]=424, + ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=425, + ["damage_+%_vs_frozen_enemies"]=426, + ["damage_+%_when_on_full_life"]=428, + ["damage_+%_when_on_low_life"]=429, + ["damage_+%_while_an_ailment_on_you"]=430, + ["damage_+%_while_life_leeching"]=431, + ["damage_+%_while_mana_leeching"]=432, + ["damage_over_time_+%"]=416, + ["damage_penetrates_%_elemental_resistances_while_all_resonance_is_25"]=185, + ["damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time"]=433, + ["damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time"]=434, + ["damage_taken_+%_per_250_ms_buff_uptime"]=435, + ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=436, + ["damage_vs_enemies_on_low_life_+%"]=437, + ["damaging_ailments_deal_damage_+%_faster"]=438, + ["daze_self_on_critical_hit_for_X_ms"]=439, + ["deal_chaos_damage_per_second_for_10_seconds_on_hit"]=440, + ["deal_no_elemental_damage"]=441, + ["deal_thorns_damage_on_hit_for_X_hits_after_thorns_trigger"]=442, + ["deal_thorns_damage_twice_on_hit_for_X_hits_after_thorns_trigger"]=443, + ["deathmark_minion_damage_+%_final"]=444, + ["difficulty_of_meeting_conditional_requirement_+%"]=445, + ["display_base_intensity_loss"]=446, + ["distance_scaled_accuracy_rating_penalty_+%"]=447, + ["dot_multiplier_+"]=448, + ["double_ancestral_boost_effect"]=449, + ["elemental_damage_+%"]=451, + ["elemental_damage_+%_final_per_5_lowest_resonance"]=184, + ["elemental_damage_+%_final_per_righteous_charge"]=1037, + ["elemental_damage_cannot_be_reflected"]=450, + ["elusive_effect_+%"]=452, + ["enemies_you_shock_movement_speed_+%"]=453, + ["enemies_you_shock_take_%_increased_physical_damage"]=454, + ["enemy_phys_reduction_%_penalty_vs_hit"]=455, + ["energy_generated_+%"]=456, + ["evasion_+%_while_performing_action_per_250_ms_attack_time"]=457, + ["explode_on_low_life_%_maximum_life_to_deal"]=458, + ["exposure_effect_+%"]=459, ["extra_target_targeting_distance_+%"]=27, - ["faster_bleed_%"]=413, - ["faster_burn_%"]=414, - ["faster_poison_%"]=415, - ["feeding_frenzy_minion_damage_+%_final"]=416, - ["feeding_frenzy_minion_damage_taken_+%_final"]=417, - ["fire_damage_+%"]=418, - ["fire_dot_multiplier_+"]=419, - ["firestorm_drop_burning_ground_duration_ms"]=420, - ["fortify_duration_+%"]=421, - ["freeze_applies_cold_resistance_+"]=422, - ["freeze_duration_+%"]=424, - ["freeze_duration_ms_+"]=423, + ["faster_bleed_%"]=460, + ["faster_burn_%"]=461, + ["faster_poison_%"]=462, + ["faster_poison_%_per_current_rage"]=463, + ["feeding_frenzy_minion_damage_+%_final"]=464, + ["feeding_frenzy_minion_damage_taken_+%_final"]=465, + ["final_strike_is_ancestrally_boosted"]=466, + ["fire_damage_+%"]=467, + ["fire_dot_multiplier_+"]=468, + ["firestorm_drop_burning_ground_duration_ms"]=469, + ["flame_pillar_support_maximum_pillars_per_skill_use"]=470, + ["font_of_blood_radius"]=228, + ["font_of_mana_radius"]=229, + ["font_of_rage_radius"]=230, + ["fortify_duration_+%"]=471, + ["freeze_applies_cold_resistance_+"]=472, + ["freeze_duration_+%"]=474, + ["freeze_duration_ms_+"]=473, ["freeze_mine_cold_resistance_+_while_frozen"]=153, - ["from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired"]=426, - ["frost_bomb_damage_+%_final_per_100ms_duration"]=427, - ["fully_break_enemies_armour_on_heavy_stun"]=428, - ["fully_broken_armour_duration_ms_+"]=429, - ["fully_broken_armour_duration_ms_removed_on_hit"]=430, - ["gain_%_damage_as_lighting_per_mana_flask_charge_consumed"]=439, - ["gain_%_of_base_wand_damage_as_added_spell_damage"]=431, - ["gain_1_rage_on_use_%_chance"]=432, - ["gain_X_perfection_on_successful_perfect_timing"]=433, - ["gain_X_volatility_on_empowered_skill_use"]=434, + ["from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired"]=476, + ["frost_bomb_damage_+%_final_per_100ms_duration"]=477, + ["fully_break_enemies_armour_on_heavy_stun"]=478, + ["fully_broken_armour_and_sundered_armour_duration_ms_+"]=479, + ["fully_broken_armour_duration_ms_removed_on_hit"]=480, + ["gain_%_damage_as_lighting_per_mana_flask_charge_consumed"]=491, + ["gain_%_of_base_wand_damage_as_added_spell_damage"]=481, + ["gain_%_of_damage_as_physical_per_10_life_cost"]=492, + ["gain_%_of_evasion_as_deflection_rating_on_perfect_timing_for_8_seconds"]=493, + ["gain_1_rage_on_use_%_chance"]=482, + ["gain_X_guard_on_heavy_stun_per_10_strength"]=483, + ["gain_X_guard_on_stun_per_10_strength"]=483, + ["gain_X_perfection_on_successful_perfect_timing"]=484, + ["gain_X_volatility_on_empowered_skill_use"]=485, + ["gain_X_wildshard_stacks_on_cast"]=486, + ["gain_archon_fire_when_you_ignite_enemy_chance_%"]=346, ["gain_elusive_on_crit_%_chance"]=148, - ["gain_endurance_charge_on_melee_stun"]=435, - ["gain_endurance_charge_on_melee_stun_%"]=435, - ["gain_energy_shield_cost_equal_to_intelligence"]=436, - ["gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%"]=437, - ["gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%"]=438, - ["gain_power_charge_on_kill_with_hit_%"]=440, - ["gain_resonance_of_majority_damage_on_hit_for_2_seconds"]=177, - ["gain_righteous_charge_on_mana_spent_%"]=441, - ["gain_vaal_soul_on_hit_cooldown_ms"]=442, - ["gain_x_rage_on_melee_hit"]=443, - ["gem_display_quality_has_no_effect"]=444, - ["generic_ongoing_trigger_retriggerable_on_reaching_%_mana"]=445, - ["generic_ongoing_trigger_triggered_on_reaching_full_mana"]=445, - ["global_cannot_crit"]=183, + ["gain_endurance_charge_on_melee_stun"]=487, + ["gain_endurance_charge_on_melee_stun_%"]=487, + ["gain_energy_shield_cost_equal_to_intelligence"]=488, + ["gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%"]=489, + ["gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%"]=490, + ["gain_power_charge_on_kill_with_hit_%"]=494, + ["gain_resonance_of_majority_damage_on_hit_for_2_seconds"]=183, + ["gain_righteous_charge_on_mana_spent_%"]=495, + ["gain_unholy_might_for_X_ms_on_command"]=496, + ["gain_vaal_soul_on_hit_cooldown_ms"]=497, + ["gain_x_endurance_charges_on_heavy_stunning_unique_enemy"]=498, + ["gain_x_rage_on_melee_hit"]=499, + ["gem_display_quality_has_no_effect"]=500, + ["global_cannot_crit"]=192, ["global_chance_to_blind_on_hit_%"]=60, - ["global_hit_causes_monster_flee_%"]=446, - ["global_knockback"]=447, - ["global_maximum_added_chaos_damage"]=448, - ["global_maximum_added_cold_damage"]=449, - ["global_maximum_added_fire_damage"]=450, - ["global_maximum_added_fire_damage_vs_burning_enemies"]=835, - ["global_maximum_added_lightning_damage"]=451, - ["global_maximum_added_physical_damage"]=452, - ["global_minimum_added_chaos_damage"]=448, - ["global_minimum_added_cold_damage"]=449, - ["global_minimum_added_fire_damage"]=450, - ["global_minimum_added_fire_damage_vs_burning_enemies"]=835, - ["global_minimum_added_lightning_damage"]=451, - ["global_minimum_added_physical_damage"]=452, + ["global_hit_causes_monster_flee_%"]=501, + ["global_knockback"]=502, + ["global_maximum_added_chaos_damage"]=503, + ["global_maximum_added_cold_damage"]=504, + ["global_maximum_added_fire_damage"]=505, + ["global_maximum_added_fire_damage_vs_burning_enemies"]=965, + ["global_maximum_added_lightning_damage"]=506, + ["global_maximum_added_physical_damage"]=507, + ["global_minimum_added_chaos_damage"]=503, + ["global_minimum_added_cold_damage"]=504, + ["global_minimum_added_fire_damage"]=505, + ["global_minimum_added_fire_damage_vs_burning_enemies"]=965, + ["global_minimum_added_lightning_damage"]=506, + ["global_minimum_added_physical_damage"]=507, ["global_poison_on_hit"]=149, - ["global_reduce_enemy_block_%"]=453, - ["greater_projectile_intensity_projectile_damage_+%_final_per_intensity"]=454, - ["grenade_skill_%_chance_to_explode_twice"]=455, - ["grenade_skill_does_not_bounce_off_ground"]=456, - ["ground_effects_cannot_trigger"]=457, - ["hazard_rearm_%_chance"]=458, - ["hazards_trigger_at_end_of_duration_instead"]=459, - ["herald_effect_on_self_+%"]=460, - ["hex_transfer_on_death_range_+%"]=461, - ["hit_damage_+%"]=462, - ["hits_grant_cruelty"]=181, - ["ignite_duration_+%"]=463, - ["ignite_effect_+%_final_against_frozen_enemies"]=464, - ["ignites_apply_fire_resistance_+"]=465, - ["impale_magnitude_+%"]=466, - ["impale_on_hit_%_chance"]=467, - ["impale_support_physical_damage_+%_final"]=468, - ["inc_aoe_plus_more_area_damage_+%_final"]=469, - ["infernal_legion_minion_burning_effect_radius"]=850, - ["infernal_legion_minions_have_burning_effect_radius_+"]=173, - ["inflict_cold_exposure_for_x_ms_on_cold_crit"]=470, - ["inflict_fire_exposure_for_x_ms_on_ignite"]=471, - ["inflict_lightning_exposure_for_x_ms_on_shock"]=472, - ["infusion_all_damage_%_to_gain_as_infusion_type"]=473, - ["infusion_grants_life_regeneration_rate_per_minute_%"]=474, - ["inspiration_charge_duration_+%"]=475, - ["instability_on_critical_%_chance"]=476, - ["intensity_loss_frequency_while_moving_+%"]=477, - ["intimidate_on_heavy_stun_vs_ignited_and_fully_armour_broken"]=478, + ["greater_projectile_intensity_projectile_damage_+%_final_per_intensity"]=508, + ["grenade_only_detonate_from_detonators"]=509, + ["grenade_skill_%_chance_to_explode_twice"]=510, + ["grenade_skill_cooldown_speed_+%"]=511, + ["grenade_skill_does_not_bounce_off_ground"]=512, + ["ground_effects_apply_cooldown_speed_+%_final"]=513, + ["ground_effects_cannot_trigger"]=514, + ["grounding_shocks_chance_%_to_create_orb_on_shocking_enemy"]=515, + ["guard_on_stun_guard_duration_ms"]=483, + ["haemocrystals_X_additional_crystals_on_consuming_aggravated_bleed"]=516, + ["hazard_rearm_%_chance"]=517, + ["hazards_trigger_at_end_of_duration_instead"]=518, + ["herald_effect_on_self_+%"]=519, + ["hex_transfer_on_death_range_+%"]=520, + ["hit_damage_+%"]=521, + ["hits_grant_cruelty"]=187, + ["hits_ignore_enemy_fire_resistance"]=522, + ["hits_ignore_enemy_monster_physical_damage_reduction_%_chance"]=523, + ["ice_crystal_explosion_cold_damage_can_impale"]=524, + ["ice_crystal_explosion_impale_chance_%"]=525, + ["ignite_duration_+%"]=526, + ["ignite_effect_+%_final_against_frozen_enemies"]=527, + ["ignites_apply_fire_resistance_+"]=528, + ["impale_magnitude_+%"]=529, + ["impale_on_hit_%_chance"]=530, + ["impale_support_physical_damage_+%_final"]=531, + ["inc_aoe_plus_more_area_damage_+%_final"]=532, + ["infernal_legion_minion_burning_effect_radius"]=980, + ["infernal_legion_minions_have_burning_effect_radius_+"]=179, + ["inflict_exposure_for_x_ms_on_cold_crit"]=533, + ["inflict_exposure_for_x_ms_on_ignite"]=534, + ["inflict_exposure_for_x_ms_on_shock"]=535, + ["inspiration_charge_duration_+%"]=536, + ["instability_on_critical_%_chance"]=537, + ["instilling_all_damage_%_to_gain_as_instilling_type"]=538, + ["intensity_loss_frequency_while_moving_+%"]=539, + ["intimidate_on_heavy_stun_vs_ignited_and_fully_armour_broken"]=540, + ["iron_grip_damage_modifier_effectiveness_%"]=541, + ["iron_will_damage_modifier_effectiveness_%"]=542, ["is_remote_mine"]=42, ["keystone_point_blank"]=41, ["kill_enemy_on_hit_if_under_10%_life"]=40, - ["knockback_chance_%_at_close_range"]=480, - ["knockback_distance_+%"]=481, - ["lightning_ailment_effect_+%"]=482, - ["lightning_damage_+%"]=483, - ["local_gem_dex_requirement_+%"]=484, - ["local_gem_int_requirement_+%"]=485, - ["local_gem_str_requirement_+%"]=486, - ["lose_all_righteous_charges_on_mana_use_threshold"]=900, - ["maim_effect_+%"]=487, - ["maim_on_hit_%"]=488, + ["knockback_chance_%_at_close_range"]=544, + ["knockback_distance_+%"]=545, + ["life_leech_from_source_not_removed_at_full_life"]=546, + ["lightning_ailment_effect_+%"]=547, + ["lightning_damage_+%"]=548, + ["local_gem_dex_requirement_+%"]=549, + ["local_gem_int_requirement_+%"]=550, + ["local_gem_str_requirement_+%"]=551, + ["lose_all_righteous_charges_on_mana_use_threshold"]=1038, + ["loyalty_%_of_redirected_damage_recouped_as_life_for_owner"]=552, + ["maim_effect_+%"]=553, + ["maim_on_hit_%"]=554, ["mana_gain_per_target"]=101, - ["manaweave_added_cold_damage_%_cost_if_payable"]=490, - ["manaweave_added_lightning_damage_%_cost_if_payable"]=489, - ["manaweave_cost_equals_%_unreserved_mana"]=489, - ["mark_effect_+%"]=189, - ["marked_target_%_physical_damage_taken_as_armour_break"]=491, - ["maximum_added_cold_damage_per_frenzy_charge"]=502, - ["maximum_intensify_stacks"]=492, + ["manaweave_added_cold_damage_%_cost_if_payable"]=556, + ["manaweave_added_lightning_damage_%_cost_if_payable"]=555, + ["manaweave_cost_equals_%_unreserved_mana"]=555, + ["mark_effect_+%"]=202, + ["marked_target_%_physical_damage_taken_as_armour_break"]=557, + ["maximum_added_cold_damage_per_frenzy_charge"]=570, + ["maximum_curse_zones_allowed"]=559, + ["maximum_intensify_stacks"]=560, ["melee_attack_number_of_spirit_strikes"]=25, - ["melee_attacks_usable_without_mana_cost_while_surrounded"]=493, - ["melee_damage_+%"]=494, - ["melee_damage_vs_bleeding_enemies_+%"]=495, - ["melee_physical_damage_+%"]=496, - ["melee_range_+"]=497, + ["melee_attacks_usable_without_mana_cost_while_surrounded"]=561, + ["melee_damage_+%"]=562, + ["melee_damage_vs_bleeding_enemies_+%"]=563, + ["melee_physical_damage_+%"]=564, + ["melee_range_+"]=565, ["melee_splash"]=103, - ["mine_critical_strike_chance_+%_per_power_charge"]=166, - ["mine_detonation_radius_+%"]=498, - ["mine_detonation_speed_+%"]=499, + ["mine_critical_strike_chance_+%_per_power_charge"]=168, + ["mine_detonation_radius_+%"]=566, + ["mine_detonation_speed_+%"]=567, ["mine_duration_+%"]=59, - ["mine_laying_speed_+%"]=500, - ["mine_projectile_speed_+%_per_frenzy_charge"]=501, - ["mine_throwing_speed_+%_per_frenzy_charge"]=165, - ["minimum_added_cold_damage_per_frenzy_charge"]=502, - ["minimum_power_from_quality"]=503, - ["minion_actor_scale_+%"]=504, - ["minion_additional_physical_damage_reduction_%"]=505, - ["minion_attack_speed_+%"]=506, - ["minion_block_%"]=507, - ["minion_burning_damage_+%"]=508, - ["minion_cast_speed_+%"]=509, - ["minion_chance_to_deal_double_damage_%"]=510, - ["minion_chance_to_taunt_on_hit_%"]=511, - ["minion_command_skill_cooldown_speed_+%"]=512, - ["minion_cooldown_recovery_+%"]=513, - ["minion_damage_+%"]=514, - ["minion_damage_+%_on_full_life"]=515, - ["minion_elemental_resistance_%"]=167, - ["minion_fire_damage_%_of_maximum_life_taken_per_minute"]=170, - ["minion_fire_damage_taken_+%"]=171, - ["minion_grant_puppet_master_buff_to_parent_on_hit_%"]=516, - ["minion_larger_aggro_radius"]=1044, - ["minion_maximum_all_elemental_resistances_%"]=168, - ["minion_maximum_life_+%"]=517, - ["minion_movement_speed_+%"]=518, - ["minion_on_death_heal_nearby_minions_for_%_of_life_and_remove_ailments"]=519, - ["minion_on_death_heal_radius"]=519, - ["minion_projectile_speed_+%"]=520, - ["minion_recover_%_maximum_life_on_hit"]=521, - ["minions_are_defensive"]=1045, - ["minions_inflict_exposure_on_hit_%_chance"]=522, - ["mirage_archer_number_of_additional_projectiles"]=523, - ["multiple_projectiles_projectile_spread_+%"]=524, - ["multistrike_area_of_effect_+%_per_repeat"]=525, - ["multistrike_damage_+%_final_on_first_repeat"]=526, - ["multistrike_damage_+%_final_on_second_repeat"]=527, - ["multistrike_damage_+%_final_on_third_repeat"]=528, - ["never_freeze"]=529, - ["never_ignite"]=187, - ["never_shock"]=188, - ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=530, - ["no_cost"]=531, + ["mine_laying_speed_+%"]=568, + ["mine_projectile_speed_+%_per_frenzy_charge"]=569, + ["mine_throwing_speed_+%_per_frenzy_charge"]=167, + ["minimum_added_cold_damage_per_frenzy_charge"]=570, + ["minimum_power_from_quality"]=571, + ["minion_actor_scale_+%"]=572, + ["minion_additional_physical_damage_reduction_%"]=573, + ["minion_attack_speed_+%"]=574, + ["minion_block_%"]=575, + ["minion_burning_damage_+%"]=576, + ["minion_cast_speed_+%"]=577, + ["minion_chance_to_deal_double_damage_%"]=578, + ["minion_chance_to_taunt_on_hit_%"]=579, + ["minion_command_skill_cooldown_speed_+%"]=580, + ["minion_cooldown_recovery_+%"]=581, + ["minion_damage_+%"]=582, + ["minion_damage_+%_on_full_life"]=583, + ["minion_elemental_resistance_%"]=169, + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"]=176, + ["minion_fire_damage_taken_+%"]=177, + ["minion_gain_unholy_might_for_X_ms_on_command"]=584, + ["minion_grant_puppet_master_buff_to_parent_on_hit_%"]=585, + ["minion_larger_aggro_radius"]=1205, + ["minion_maximum_all_elemental_resistances_%"]=170, + ["minion_maximum_life_+%"]=586, + ["minion_movement_speed_+%"]=587, + ["minion_on_death_heal_nearby_minions_for_%_of_life_and_remove_ailments"]=588, + ["minion_on_death_heal_radius"]=588, + ["minion_projectile_speed_+%"]=589, + ["minion_recover_%_maximum_life_on_hit"]=590, + ["minions_are_defensive"]=1206, + ["minions_are_gigantic"]=591, + ["minions_inflict_exposure_on_hit_%_chance"]=592, + ["mirage_archer_number_of_additional_projectiles"]=593, + ["mixed_maladies_bleed_effect_+%_final_vs_poisoned"]=594, + ["mixed_maladies_poison_effect_+%_final_vs_bleeding"]=595, + ["multiple_projectiles_projectile_spread_+%"]=596, + ["multistrike_area_of_effect_+%_per_repeat"]=597, + ["multistrike_damage_+%_final_on_first_repeat"]=598, + ["multistrike_damage_+%_final_on_second_repeat"]=599, + ["multistrike_damage_+%_final_on_third_repeat"]=600, + ["never_freeze"]=601, + ["never_ignite"]=198, + ["never_shock"]=199, + ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=602, + ["no_cost"]=603, ["no_spirit_strikes"]=26, - ["non_curse_aura_effect_+%"]=532, - ["non_damaging_ailment_effect_+%"]=533, - ["non_reviving_minion_%_chance_to_revive"]=534, - ["non_skill_base_all_damage_%_to_gain_as_chaos"]=535, - ["non_skill_base_all_damage_%_to_gain_as_chaos_with_attacks"]=536, - ["non_skill_base_all_damage_%_to_gain_as_cold_with_attacks"]=537, - ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks"]=538, - ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies"]=539, - ["non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks"]=540, - ["non_skill_base_cold_damage_%_to_convert_to_fire"]=541, - ["non_skill_base_cold_damage_%_to_gain_as_fire"]=542, - ["non_skill_base_physical_damage_%_to_convert_to_chaos"]=543, - ["non_skill_base_physical_damage_%_to_convert_to_cold"]=544, - ["non_skill_base_physical_damage_%_to_convert_to_fire"]=545, - ["non_skill_base_physical_damage_%_to_convert_to_lightning"]=546, - ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=547, - ["non_skill_base_physical_damage_%_to_gain_as_chaos"]=548, - ["non_skill_base_physical_damage_%_to_gain_as_fire"]=549, - ["non_skill_base_physical_damage_%_to_gain_as_lightning"]=550, - ["nova_skills_cast_at_target_location"]=551, - ["number_of_additional_curses_allowed"]=552, + ["non_curse_aura_effect_+%"]=604, + ["non_damaging_ailment_effect_+%"]=605, + ["non_reviving_minion_%_chance_to_revive"]=606, + ["non_skill_base_all_damage_%_to_gain_as_chaos"]=607, + ["non_skill_base_all_damage_%_to_gain_as_chaos_with_attacks"]=608, + ["non_skill_base_all_damage_%_to_gain_as_cold_with_attacks"]=609, + ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks"]=610, + ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies"]=611, + ["non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks"]=612, + ["non_skill_base_cold_damage_%_to_convert_to_fire"]=613, + ["non_skill_base_cold_damage_%_to_gain_as_chaos"]=614, + ["non_skill_base_cold_damage_%_to_gain_as_fire"]=615, + ["non_skill_base_fire_damage_%_to_gain_as_chaos"]=616, + ["non_skill_base_lightning_damage_%_to_gain_as_chaos"]=617, + ["non_skill_base_physical_damage_%_to_convert_to_chaos"]=618, + ["non_skill_base_physical_damage_%_to_convert_to_cold"]=619, + ["non_skill_base_physical_damage_%_to_convert_to_fire"]=620, + ["non_skill_base_physical_damage_%_to_convert_to_lightning"]=621, + ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=622, + ["non_skill_base_physical_damage_%_to_gain_as_chaos"]=623, + ["non_skill_base_physical_damage_%_to_gain_as_fire"]=624, + ["non_skill_base_physical_damage_%_to_gain_as_lightning"]=625, + ["nova_skills_cast_at_target_location"]=626, + ["number_of_additional_curses_allowed"]=627, ["number_of_additional_forks_base"]=73, - ["number_of_additional_mines_to_place"]=553, - ["number_of_additional_poison_stacks"]=554, - ["number_of_additional_projectiles"]=555, - ["number_of_additional_remote_mines_allowed"]=556, - ["number_of_additional_traps_allowed"]=557, + ["number_of_additional_mines_to_place"]=628, + ["number_of_additional_poison_stacks"]=629, + ["number_of_additional_projectiles"]=630, + ["number_of_additional_remote_mines_allowed"]=631, + ["number_of_additional_traps_allowed"]=632, ["number_of_additional_traps_to_throw"]=43, + ["number_of_branching_fissures"]=188, ["number_of_chains"]=69, ["number_of_mines_to_place"]=42, - ["number_of_totems_allowed_is_1"]=558, - ["number_of_warcries_exerting_this_action"]=479, - ["offering_spells_effect_+%"]=559, - ["offering_spells_effect_+%_if_consumed_additional_skeleton"]=560, - ["on_kill_effect_occur_twice_chance_%_vs_bleeding_enemies"]=561, - ["onslaught_time_granted_on_killing_shocked_enemy_ms"]=562, - ["overpowered_effect_+%"]=563, - ["overwhelm_%_physical_damage_reduction_while_max_fortification"]=564, - ["palm_skill_number_of_spirit_strikes"]=565, - ["parallel_projectile_firing_point_x_dist_+%"]=566, + ["number_of_totems_allowed_is_1"]=633, + ["number_of_warcries_exerting_this_action"]=543, + ["offering_spells_effect_+%"]=634, + ["offering_spells_effect_+%_if_consumed_additional_skeleton"]=635, + ["on_kill_effect_occur_twice_chance_%_vs_bleeding_enemies"]=636, + ["onslaught_time_granted_on_killing_shocked_enemy_ms"]=637, + ["overabundance_life_reserved_for_x_ms"]=638, + ["overabundance_reserve_%_life_on_skill_use"]=638, + ["overwhelm_%_physical_damage_reduction_while_max_fortification"]=639, + ["palm_skill_number_of_spirit_strikes"]=640, + ["parallel_projectile_firing_point_x_dist_+%"]=641, parent="stat_descriptions", - ["perfect_timing_window_ms_+%"]=571, - ["physical_damage_%_dealt_as_evasion_break_vs_bleeding"]=572, - ["physical_damage_+%"]=573, - ["pin_almost_pinned_enemies"]=574, - ["placing_traps_cooldown_recovery_+%"]=575, + ["perfect_timing_window_ms_+%"]=646, + ["physical_damage_%_dealt_as_evasion_break_vs_bleeding"]=647, + ["physical_damage_+%"]=648, + ["pillar_of_flame_X_additional_pillars_on_consuming_aggravated_ignite"]=649, + ["pillar_of_flame_consume_ignite_to_create_X_pillars"]=162, + ["pin_almost_pinned_enemies"]=650, + ["placing_traps_cooldown_recovery_+%"]=651, ["projectile_base_number_of_targets_to_pierce"]=49, - ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=576, - ["projectile_chance_to_not_pierce_%"]=577, - ["projectile_damage_+%"]=578, - ["projectile_damage_+%_if_pierced_enemy"]=579, - ["projectile_damage_+%_vs_nearby_enemies"]=581, + ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=652, + ["projectile_chance_to_not_pierce_%"]=653, + ["projectile_damage_+%"]=654, + ["projectile_damage_+%_if_pierced_enemy"]=655, + ["projectile_damage_+%_vs_nearby_enemies"]=658, ["projectile_number_to_split"]=71, - ["projectile_randomly_fork_chain_or_pierce"]=580, + ["projectile_randomly_fork_chain_or_pierce"]=656, ["projectile_return_%_chance"]=74, + ["projectile_speed_additive_modifiers_also_apply_to_projectile_damage"]=657, ["projectiles_fork"]=72, - ["projectiles_pierce_all_targets_in_x_range"]=582, + ["projectiles_nova"]=659, + ["projectiles_pierce_all_targets_in_x_range"]=660, ["projectiles_rain"]=37, ["projectiles_return"]=74, + ["projectiles_spiral"]=661, ["quality_display_base_totem_duration_is_gem"]=48, - ["quality_display_lifetap_is_gem"]=816, + ["quality_display_lifetap_is_gem"]=945, ["quality_display_melee_splash_is_gem"]=104, ["quality_display_swiftbrand_is_gem"]=146, - ["random_projectile_direction"]=583, - ["recover_%_life_when_stunning_an_enemy_permyriad"]=585, - ["recover_%_maximum_life_on_cull"]=586, - ["recover_%_maximum_mana_on_cull"]=587, - ["recover_mana_%_on_minion_death"]=584, - ["recover_permyriad_life_on_skill_use"]=588, - ["reduce_enemy_chaos_resistance_%"]=589, - ["reduce_enemy_dodge_%"]=590, + ["rage_skip_consume_chance_%"]=662, + ["random_projectile_direction"]=663, + ["randomly_curse_self_on_skill_use"]=664, + ["recoup_%_of_spell_cost_as_mana_on_cast"]=666, + ["recoup_mana_%_on_minion_death"]=665, + ["recover_%_life_when_stunning_an_enemy_permyriad"]=668, + ["recover_%_maximum_life_on_cull"]=669, + ["recover_%_maximum_mana_on_cull"]=670, + ["recover_mana_%_on_minion_death"]=667, + ["recover_permyriad_life_on_skill_use"]=671, + ["reduce_enemy_chaos_resistance_%"]=672, ["reduce_enemy_elemental_resistance_%"]=67, - ["refresh_bleeding_duration_on_hit_%_chance"]=591, - ["regenerate_%_life_over_1_second_on_skill_use"]=592, - ["reload_speed_+%"]=593, - ["remnant_delay_X_ms"]=594, - ["remnant_effect_+%"]=595, - ["remnant_pickup_range_+%"]=596, - ["remnants_affect_allies_in_presence_instead"]=597, - ["remnants_vanish_after_X_ms"]=598, - ["remote_mined_by_support"]=599, - ["remove_ailment_when_applying_relevant_ailment"]=600, - ["remove_freeze_on_ignite"]=601, - ["repeat_last_step_of_combo_attack"]=602, - ["return_%_of_maximum_mana_as_lightning_damage_to_attacker_while_channelling"]=603, - ["rip_support_buff_base_duration"]=359, - ["rip_support_life_regeneration_rate_+%"]=359, - ["rip_support_life_remnant_creation_radius"]=604, - ["sacrifice_%_life_on_skill_use"]=605, + ["refresh_bleeding_duration_on_hit_%_chance"]=673, + ["refresh_ignite_duration_on_critical_strike_chance_%"]=674, + ["regenerate_%_life_over_1_second_on_skill_use"]=675, + ["reload_speed_+%"]=676, + ["remnant_delay_X_ms"]=677, + ["remnant_effect_+%"]=678, + ["remnant_pickup_range_+%"]=679, + ["remnants_affect_allies_in_presence_instead"]=680, + ["remnants_vanish_after_X_ms"]=681, + ["remote_mined_by_support"]=682, + ["remove_ailment_when_applying_relevant_ailment"]=683, + ["remove_freeze_on_ignite"]=684, + ["repeat_last_step_of_combo_attack"]=685, + ["restore_%_life_on_skill_use_per_1000_ms_cooldown"]=686, + ["return_%_of_maximum_mana_as_lightning_damage_to_attacker_while_channelling"]=687, + ["rip_support_buff_base_duration"]=400, + ["rip_support_life_regeneration_rate_+%"]=400, + ["rip_support_life_remnant_creation_radius"]=688, + ["sacrifice_%_life_on_skill_use"]=689, + ["sacrificial_lamb_minion_always_detonatable"]=690, ["secondary_base_fire_damage_to_deal_per_minute"]=132, - ["shock_chance_+%"]=606, - ["shock_duration_+%"]=607, - ["shock_effect_+%"]=608, - ["shock_effect_+%_from_damaging_hits"]=609, - ["shock_nearby_enemy_area_of_effect_radius"]=651, - ["shock_nearby_enemy_base_area_of_effect_radius"]=651, - ["shocks_reflected_to_self"]=610, - ["sigil_repeat_frequency_+%"]=611, - ["skill_X_fewer_maximum_stages"]=613, - ["skill_X_minimum_stages"]=614, - ["skill_aura_also_disables_non_blessing_mana_reservation_skills"]=615, - ["skill_buff_effect_+%"]=616, - ["skill_can_only_use_bow"]=1001, - ["skill_can_only_use_non_melee_weapons"]=1004, - ["skill_can_own_mirage_archers"]=617, - ["skill_cannot_be_used_unless_stationary_for_X_ms"]=618, - ["skill_cannot_generate_endurance_charges"]=619, - ["skill_cannot_generate_frenzy_charges"]=620, - ["skill_cannot_generate_power_charges"]=621, - ["skill_conditional_requires_X_volatility"]=622, - ["skill_consume_corpse_within_X_units_on_use"]=625, - ["skill_consume_frenzy_charge_to_armour_break_for_%_of_physical_damage"]=623, - ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"]=624, - ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"]=626, - ["skill_detonate_random_volatility_amount_on_use"]=627, - ["skill_detonation_time_+%"]=628, - ["skill_effect_and_damaging_ailment_duration_+%"]=629, - ["skill_effect_duration_+%"]=630, - ["skill_effect_duration_+%_while_dead"]=631, - ["skill_enemies_affected_by_non_ailment_damage_over_time_life_regeneration_rate_+%"]=632, - ["skill_grenade_detonate_only_at_end_of_duration"]=633, - ["skill_has_spectral_arrows"]=634, - ["skill_is_blessing_skill"]=612, - ["skill_max_unleash_seals"]=1031, - ["skill_maximum_energy_+%"]=635, - ["skill_offering_targets_an_additional_skeleton"]=636, - ["skill_presence_effects_linger_for_X_ms"]=637, - ["skill_uncapped_combo_counter"]=184, - ["skill_unusable_until_moved_X_distance"]=638, - ["slam_aftershock_chance_%"]=639, - ["snipe_triggered_skill_damage_+%_final"]=640, - ["solar_orb_base_pulse_frequency_ms"]=641, - ["spell_critical_strike_chance_+%"]=642, - ["spell_damage_+%"]=643, - ["spell_echo_plus_chance_double_damage_%_final"]=644, + ["shock_chance_+%"]=691, + ["shock_duration_+%"]=692, + ["shock_effect_+%"]=693, + ["shock_nearby_enemy_area_of_effect_radius"]=742, + ["shock_nearby_enemy_base_area_of_effect_radius"]=742, + ["shocks_reflected_to_self"]=694, + ["sigil_repeat_frequency_+%"]=695, + ["skill_X_fewer_maximum_stages"]=697, + ["skill_X_minimum_stages"]=698, + ["skill_aura_also_disables_non_blessing_mana_reservation_skills"]=699, + ["skill_buff_effect_+%"]=700, + ["skill_can_only_use_bow"]=1154, + ["skill_can_only_use_non_melee_weapons"]=1157, + ["skill_can_own_mirage_archers"]=701, + ["skill_cannot_be_used_unless_stationary_for_X_ms"]=702, + ["skill_cannot_generate_endurance_charges"]=703, + ["skill_cannot_generate_frenzy_charges"]=704, + ["skill_cannot_generate_power_charges"]=705, + ["skill_conditional_requires_X_volatility"]=706, + ["skill_consume_corpse_within_X_units_on_use"]=707, + ["skill_consume_frenzy_charge_to_armour_break_for_%_of_physical_damage"]=708, + ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"]=709, + ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"]=710, + ["skill_consume_up_to_X_corpses_on_use"]=707, + ["skill_detonate_random_volatility_amount_on_use"]=711, + ["skill_detonation_time_+%"]=712, + ["skill_effect_and_damaging_ailment_duration_+%"]=713, + ["skill_effect_duration_+%"]=714, + ["skill_effect_duration_+%_while_dead"]=715, + ["skill_enemies_affected_by_non_ailment_damage_over_time_life_regeneration_rate_+%"]=716, + ["skill_grenade_detonate_only_at_end_of_duration"]=717, + ["skill_has_double_limit"]=718, + ["skill_has_spectral_arrows"]=719, + ["skill_ignores_cooldown"]=720, + ["skill_is_blessing_skill"]=696, + ["skill_max_unleash_seals"]=1188, + ["skill_maximum_energy_+%"]=721, + ["skill_offering_targets_an_additional_skeleton"]=722, + ["skill_presence_effects_linger_for_X_ms"]=723, + ["skill_uncapped_combo_counter"]=194, + ["skill_unusable_until_moved_X_distance"]=725, + ["skill_wolf_pack_size"]=726, + ["slam_aftershock_chance_%"]=727, + ["snipe_triggered_skill_damage_+%_final"]=728, + ["solar_orb_base_pulse_frequency_ms"]=729, + ["spell_critical_strike_chance_+%"]=730, + ["spell_damage_+%"]=731, + ["spell_echo_plus_chance_double_damage_%_final"]=732, ["spell_only_castable_on_death"]=123, - ["spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova"]=645, + ["spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova"]=733, + ["spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova_per_wildshard_stack"]=734, ["spell_uncastable_if_triggerable"]=123, ["spellslinger_trigger_on_wand_attack_%"]=126, - ["static_strike_base_zap_frequency_ms"]=646, - ["static_strike_zap_speed_+%"]=647, - ["stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets"]=648, + ["static_strike_base_zap_frequency_ms"]=735, + ["static_strike_zap_speed_+%"]=736, + ["storm_barrier_grants_life_regeneration_rate_per_minute_%"]=737, + ["stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets"]=738, + ["strikes_are_ancestrally_boosted"]=739, ["summon_2_totems"]=55, ["summon_cold_resistance_+"]=116, ["summon_fire_resistance_+"]=115, ["summon_lightning_resistance_+"]=117, - ["summon_mirage_archer_on_hit"]=649, - ["summon_totem_cast_speed_+%"]=650, - ["support_%_chance_to_shock_nearby_enemy_on_shock"]=651, - ["support_ablation_offering_skill_damage_+%_final"]=652, - ["support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=653, - ["support_added_cooldown_count_if_not_instant"]=654, - ["support_additional_accurary_rating_+%_final"]=655, - ["support_additional_fissures_attack_speed_+%_final"]=656, - ["support_additional_fissures_damage_+%_final"]=657, + ["summon_mirage_archer_on_hit"]=740, + ["summon_totem_cast_speed_+%"]=741, + ["support_%_chance_to_shock_nearby_enemy_on_shock"]=742, + ["support_ablation_offering_skill_damage_+%_final"]=743, + ["support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=744, + ["support_added_cooldown_count_if_not_instant"]=745, + ["support_additional_accurary_rating_+%_final"]=746, + ["support_additional_fissures_attack_speed_+%_final"]=747, + ["support_additional_fissures_damage_+%_final"]=748, ["support_additional_totem_damage_+%_final"]=89, - ["support_additional_trap_%_chance_for_1_additional_trap"]=658, + ["support_additional_trap_%_chance_for_1_additional_trap"]=749, ["support_additional_trap_mine_%_chance_for_1_additional_trap_mine"]=44, ["support_additional_trap_mine_%_chance_for_2_additional_trap_mine"]=45, ["support_additional_trap_mine_%_chance_for_3_additional_trap_mine"]=46, - ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"]=659, - ["support_advancing_assault_projectile_damage_+%_final"]=660, - ["support_ailment_cooldown_ailment_chance_+%_final"]=661, - ["support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=662, - ["support_ancestor_slam_totem_attack_speed_+%_final"]=663, + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_2_seconds"]=750, + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"]=751, + ["support_advancing_assault_projectile_damage_+%_final"]=752, + ["support_ailment_cooldown_ailment_chance_+%_final"]=753, + ["support_ailment_effect_+%_final_while_afflicted_by_relevant_ailment"]=754, + ["support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=755, + ["support_ammo_conservation_crossbow_reload_speed_+%_final"]=756, ["support_ancestor_slam_totem_damage_+%_final"]=3, - ["support_ancestral_slam_big_hit_area_+%"]=176, - ["support_ancestral_slam_big_hit_hit_damage_+%_final"]=175, - ["support_anticipation_charge_gain_frequency_+%"]=664, - ["support_anticipation_rapid_fire_count"]=1031, - ["support_aoe_cooldown_aoe_+%_final"]=665, - ["support_apply_daze_on_armour_break"]=666, - ["support_apply_daze_on_warcry"]=667, + ["support_ancestral_call_damage_+%_final"]=757, + ["support_ancestral_slam_big_hit_area_+%"]=182, + ["support_ancestral_slam_big_hit_hit_damage_+%_final"]=181, + ["support_ancestral_warrior_totem_attack_speed_+%_final"]=758, + ["support_anticipation_charge_gain_frequency_+%"]=759, + ["support_anticipation_rapid_fire_count"]=1188, + ["support_aoe_cooldown_aoe_+%_final"]=760, + ["support_apply_daze_on_armour_break"]=761, + ["support_apply_daze_on_warcry"]=762, + ["support_arcane_archery_damage_+%_final"]=763, ["support_arcane_surge_base_duration_ms"]=155, ["support_arcane_surge_gain_buff_on_%_of_maximum_mana_use_threshold"]=155, - ["support_arcane_surge_spell_damage_+%_final_while_you_have_arcane_surge"]=668, + ["support_arcane_surge_spell_damage_+%_final_while_you_have_arcane_surge"]=764, ["support_area_concentrate_area_damage_+%_final"]=9, - ["support_area_of_effect_+%_final"]=669, - ["support_armour_explosion"]=670, - ["support_arms_length_knockback_distance_+%_final"]=671, - ["support_astral_projection_aoe_+%_final"]=672, - ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"]=673, + ["support_area_of_effect_+%_final"]=765, + ["support_armour_explosion"]=766, + ["support_arms_length_knockback_distance_+%_final"]=767, + ["support_astral_projection_aoe_+%_final"]=768, + ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"]=769, ["support_attack_skills_elemental_damage_+%_final"]=7, ["support_attack_totem_attack_speed_+%_final"]=139, - ["support_aura_duration_base_buff_duration"]=674, + ["support_atziri_curse_effect_+%_final"]=770, + ["support_aura_duration_base_buff_duration"]=771, + ["support_auto_shotgun_attack_speed_+%_final"]=772, + ["support_auto_shotgun_damage_+%_final"]=773, + ["support_auto_shotgun_projectile_count_+%_final"]=774, + ["support_auto_shotgun_reload_speed_+%_final"]=775, ["support_bane_curse_effect_+%_final"]=135, - ["support_barrage_attack_time_+%_per_projectile_fired"]=675, + ["support_barrage_attack_time_+%_per_projectile_fired"]=776, ["support_barrage_damage_+%_final"]=10, - ["support_barrage_trap_and_mine_throwing_time_+%_final_per_projectile_fired"]=676, + ["support_barrage_trap_and_mine_throwing_time_+%_final_per_projectile_fired"]=777, ["support_base_cruelty_duration_ms"]=157, - ["support_base_lifetap_buff_duration"]=816, + ["support_base_lifetap_buff_duration"]=945, ["support_better_ailments_damaging_ailment_effect_+%_final"]=90, ["support_better_ailments_hit_damage_+%_final"]=91, + ["support_biting_frost_damage_+%_final_vs_frozen_unique_enemies"]=778, ["support_blasphemy_curse_effect_+%_final"]=136, - ["support_blood_fountain_life_regeneration_rate_per_minute_%"]=677, - ["support_blood_fountain_radius"]=678, - ["support_blood_thirst_damage_+%_final"]=679, + ["support_blood_fountain_life_regeneration_rate_per_minute_%"]=779, + ["support_blood_thirst_damage_+%_final"]=780, ["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"]=142, - ["support_blunt_chance_to_trigger_shockwave_on_hit_%"]=680, - ["support_bone_shrapnel_physical_damage_equal_to_%_monster_life"]=681, - ["support_brand_area_of_effect_+%_final"]=682, - ["support_brand_damage_+%_final"]=683, - ["support_brink_damage_+%_final_vs_heavy_stunned_target"]=684, + ["support_blunt_chance_to_trigger_shockwave_on_hit_%"]=781, + ["support_bone_shrapnel_physical_damage_equal_to_%_monster_life"]=782, + ["support_brand_area_of_effect_+%_final"]=783, + ["support_brand_damage_+%_final"]=784, + ["support_brink_damage_+%_final_vs_heavy_stunned_target"]=785, + ["support_brink_hit_damage_stun_multiplier_+%_final"]=786, ["support_brutality_physical_damage_+%_final"]=92, - ["support_burning_damage_+%_final"]=685, - ["support_burning_runes_base_fire_damage_equal_to_%_maximum_mana"]=686, - ["support_bursting_plague_max_value_%_of_max_life"]=687, - ["support_bursting_plague_store_%_poison_applied_magnitude_towards_burst"]=687, - ["support_called_shots_enable_directional_buff"]=688, - ["support_called_shots_projectile_damage_+%_final_when_matching_direction"]=689, - ["support_cannibalism_recover_%_maximum_life_on_kill"]=690, - ["support_cast_on_crit_quality_attack_damage_+%_final"]=691, + ["support_burning_damage_+%_final"]=787, + ["support_burning_runes_base_fire_damage_equal_to_%_maximum_mana"]=788, + ["support_bursting_plague_max_value_%_of_max_life"]=789, + ["support_bursting_plague_store_%_poison_applied_magnitude_towards_burst"]=789, + ["support_called_shots_additional_projectiles_when_matching_indicated_direction"]=790, + ["support_called_shots_enable_directional_buff"]=195, + ["support_called_shots_projectile_damage_+%_final_when_matching_direction"]=791, + ["support_cannibalism_recover_%_maximum_life_on_kill"]=792, + ["support_cast_on_crit_quality_attack_damage_+%_final"]=793, ["support_cast_on_crit_spell_damage_+%_final"]=18, ["support_cast_on_melee_kill_spell_damage_+%_final"]=19, ["support_cast_while_channelling_triggered_skill_damage_+%_final"]=20, - ["support_cast_while_channelling_triggered_skill_non_damaging_ailment_effect_+%"]=692, + ["support_cast_while_channelling_triggered_skill_non_damaging_ailment_effect_+%"]=794, ["support_chain_hit_damage_+%_final"]=75, - ["support_chance_to_bleed_bleeding_effect_+%_final"]=693, + ["support_chance_to_bleed_bleeding_effect_+%_final"]=795, ["support_chance_to_ignite_fire_damage_+%_final"]=93, - ["support_chanelling_damage_+%_final_per_second_channelling"]=694, - ["support_channelling_damage_cap"]=694, - ["support_chaos_attacks_damage_+%_final"]=695, - ["support_chaos_damage_+%_final_if_corpse_consumed_on_use"]=696, - ["support_chaos_support_non_chaos_damage_+%_final"]=697, - ["support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies"]=698, - ["support_chaotic_assassination_skill_effect_duration_+%_final"]=699, - ["support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage"]=700, - ["support_charged_shots_%_damage_to_gain_as_lightning"]=702, - ["support_charged_shots_applies_every_X_shots"]=701, - ["support_charged_shots_recover_%_mana_cost_on_use"]=703, - ["support_charm_charges_gained_+%_final_from_killing_blow"]=704, - ["support_chilled_ground_effect_duration_+%_final"]=705, - ["support_clarity_mana_regeneration_rate_+%"]=706, - ["support_close_combat_attack_damage_+%_final_from_distance"]=707, - ["support_clustertrap_damage_+%_final"]=708, - ["support_cold_and_fire_damage_+%_final"]=709, - ["support_cold_and_lightning_damage_+%_final"]=710, - ["support_cold_exposure_damage_+%_final"]=711, - ["support_combo_finisher_damage_+%_final"]=712, - ["support_combo_finisher_required_number_of_combo_stacks"]=713, - ["support_command_skill_damage_+%_final"]=714, + ["support_chanelling_damage_+%_final_per_second_channelling"]=796, + ["support_channelling_damage_cap"]=796, + ["support_chaos_attacks_damage_+%_final"]=797, + ["support_chaos_damage_+%_final_if_corpse_consumed_on_use"]=798, + ["support_chaos_damage_+%_final_per_corpse_consumed_on_use"]=799, + ["support_chaos_support_non_chaos_damage_+%_final"]=800, + ["support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies"]=801, + ["support_chaotic_assassination_skill_effect_duration_+%_final"]=802, + ["support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage"]=803, + ["support_charged_shots_%_damage_to_gain_as_lightning"]=805, + ["support_charged_shots_applies_every_X_shots"]=804, + ["support_charged_shots_recover_%_mana_cost_on_use"]=806, + ["support_charm_charges_gained_+%_final_from_killing_blow"]=807, + ["support_chilled_ground_effect_duration_+%_final"]=808, + ["support_clarity_mana_regeneration_rate_+%"]=809, + ["support_close_combat_attack_damage_+%_final_from_distance"]=810, + ["support_clustertrap_damage_+%_final"]=811, + ["support_cold_and_fire_damage_+%_final"]=812, + ["support_cold_and_lightning_damage_+%_final"]=813, + ["support_cold_exposure_damage_+%_final"]=814, + ["support_combo_finisher_damage_+%_final"]=815, + ["support_combo_finisher_damage_+%_final_per_combo"]=816, + ["support_combo_finisher_max_combo_required"]=818, + ["support_combo_finisher_next_use_requires_x_additional_combo"]=817, + ["support_combo_finisher_required_number_of_combo_stacks"]=818, + ["support_command_skill_damage_+%_final"]=819, ["support_concentrated_effect_skill_area_of_effect_+%_final"]=29, - ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"]=715, - ["support_conduction_chance_to_shock_+%_final"]=716, - ["support_consume_power_charge_to_gain_curse_duration_+%_final"]=717, + ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"]=820, + ["support_conduction_chance_to_shock_+%_final"]=821, + ["support_consume_X_endurance_charges_on_use"]=822, + ["support_consume_power_charge_to_gain_curse_duration_+%_final"]=823, ["support_controlled_destruction_critical_strike_chance_+%_final"]=63, ["support_controlled_destruction_spell_damage_+%_final"]=85, - ["support_cooldown_reduction_cooldown_recovery_+%"]=718, - ["support_corrupting_cry_area_of_effect_+%_final"]=719, - ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"]=720, - ["support_corrupting_cry_corrupted_blood_duration_ms"]=721, - ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"]=722, - ["support_crazed_minions_minion_damage_+%_final_if_revived_recently"]=723, - ["support_crit_cooldown_crit_chance_+%_final"]=724, - ["support_critical_damage_critical_strike_chance_+%_final"]=725, - ["support_critical_damage_hit_damage_+%_final"]=726, + ["support_cooldown_reduction_cooldown_recovery_+%"]=824, + ["support_corrupting_cry_%_life_lost_per_corrupting_blood_applied"]=828, + ["support_corrupting_cry_area_of_effect_+%_final"]=825, + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"]=826, + ["support_corrupting_cry_corrupted_blood_duration_ms"]=827, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"]=829, + ["support_crazed_minions_minion_damage_+%_final_if_revived_recently"]=830, + ["support_create_jagged_ground_if_consumed_endurance_charge"]=831, + ["support_crescendo_non_final_strike_attack_speed_+%_final"]=832, + ["support_crit_cooldown_crit_chance_+%_final"]=833, + ["support_critical_damage_critical_strike_chance_+%_final"]=834, + ["support_critical_damage_hit_damage_+%_final"]=835, ["support_cruelty_hit_damage_+%_final"]=94, - ["support_crushing_stuns_crush_on_stun_ms"]=727, - ["support_crystalshatter_buff_damage_%_gained_as_extra_cold_per_2000_crystal_life"]=728, - ["support_crystalshatter_buff_duration"]=728, - ["support_culling_strike_vs_rare_or_unique_enemy"]=729, - ["support_curse_effect_+%_final"]=730, - ["support_damage_+%_final_per_combo_stack"]=731, - ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"]=732, + ["support_crushing_stuns_crush_on_stun_ms"]=836, + ["support_crystalshatter_buff_damage_%_gained_as_extra_cold_per_2000_crystal_life"]=837, + ["support_crystalshatter_buff_duration"]=837, + ["support_culling_strike_threshold_+%_on_cull_for_seconds_from_code"]=1209, + ["support_culling_strike_vs_rare_or_unique_enemy"]=838, + ["support_curse_effect_+%_final"]=840, + ["support_cursed_ground_trigger_curse_explosion_on_hazard_trigger_chance_%"]=841, + ["support_damage_+%_final_per_combo_stack"]=842, + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"]=843, + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds"]=844, ["support_damage_while_on_full_life_+%_final"]=6, - ["support_danse_macabre_offering_skill_damage_+%_final_if_consumed_additional_skeleton"]=733, - ["support_daze_break_duration_ms"]=734, - ["support_dazed_cry_duration_ms"]=735, - ["support_deadly_poison_hit_damage_+%_final"]=736, - ["support_deadly_poison_poison_effect_+%_final"]=737, + ["support_danse_macabre_offering_skill_damage_+%_final_if_consumed_additional_skeleton"]=845, + ["support_daze_break_duration_ms"]=846, + ["support_dazed_cry_duration_ms"]=847, + ["support_deadly_poison_hit_damage_+%_final"]=848, + ["support_deadly_poison_poison_effect_+%_final"]=849, ["support_debilitate_hit_damage_+%_final_per_poison_stack"]=79, ["support_debilitate_hit_damage_max_poison_stacks"]=79, ["support_debilitate_poison_effect_+%_final"]=80, - ["support_decaying_hex_base_chaos_damage_per_minute_as_%_of_intelligence_for_8_seconds"]=738, - ["support_deep_cuts_bleeding_effect_+%_final"]=739, - ["support_deep_cuts_hit_damage_+%_final"]=740, - ["support_deliberation_damage_+%_final"]=741, - ["support_deliberation_movement_speed_penalty_+%_final_while_performing_action"]=742, - ["support_discount_accuracy_rating_+%_final_if_empowered"]=743, - ["support_discount_skill_cost_+%_final_if_empowered"]=744, - ["support_divine_cry_damage_+%_final"]=745, - ["support_double_barrel_crossbow_reload_speed_-%_final"]=746, - ["support_double_barrel_number_of_crossbow_bolts_+"]=747, - ["support_double_number_of_cooldown_uses"]=748, - ["support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed"]=749, + ["support_decaying_hex_base_chaos_damage_per_minute_as_%_of_intelligence_for_8_seconds"]=850, + ["support_deep_cuts_bleeding_effect_+%_final"]=851, + ["support_deep_cuts_hit_damage_+%_final"]=852, + ["support_deliberation_damage_+%_final"]=853, + ["support_deliberation_movement_speed_penalty_+%_final_while_performing_action"]=854, + ["support_demolisher_physical_damage_taken_+%_on_fully_armour_breaking_up_to_20%"]=855, + ["support_discount_accuracy_rating_+%_final_if_empowered"]=856, + ["support_discount_skill_cost_+%_final_if_empowered"]=857, + ["support_divine_cry_damage_+%_final"]=858, + ["support_djinn_lineage_damage_+%_final_per_different_command_in_last_8_seconds"]=859, + ["support_double_barrel_crossbow_reload_speed_-%_final"]=860, + ["support_double_barrel_number_of_crossbow_bolts_+"]=861, + ["support_double_number_of_cooldown_uses"]=862, + ["support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed"]=863, ["support_echo_damage_+%_final"]=4, ["support_efficacy_damage_over_time_+%_final"]=88, ["support_efficacy_spell_damage_+%_final"]=86, - ["support_electrocute_damage_+%_final"]=750, - ["support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target"]=751, - ["support_elemental_damage_+%_final_per_different_elemental_skill_used_recently"]=752, + ["support_electrocute_damage_+%_final"]=864, + ["support_elemental_armament_attack_damage_+%_final_per_elemental_ailment_on_target"]=865, + ["support_elemental_assault_melee_damage_+%_final_per_elemental_ailment_on_target"]=866, + ["support_elemental_damage_+%_final_per_different_elemental_skill_used_recently"]=867, ["support_elemental_proliferation_damage_+%_final"]=5, - ["support_empowered_culling_strike"]=753, - ["support_empowered_damage_+%_final"]=754, - ["support_enraged_warcry_+%_damage_final_for_exerted_attacks"]=991, - ["support_eternal_flame_chance_to_ignite_+%_final"]=755, - ["support_executioner_damage_vs_enemies_on_low_life_+%_final"]=756, - ["support_executioner_gain_one_rare_monster_mod_on_kill_ms"]=757, - ["support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%"]=758, - ["support_exposure_effect_+%"]=759, - ["support_far_combat_attack_damage_+%_final_from_distance"]=760, - ["support_faster_attacks_attack_speed_+%_final"]=761, - ["support_faster_attacks_damage_+%_final"]=762, - ["support_faster_casting_cast_speed_+%_final"]=763, - ["support_faster_casting_damage_+%_final"]=764, - ["support_faster_projectiles_projectile_speed_+%_final"]=765, - ["support_fire_and_lightning_damage_+%_final"]=766, - ["support_fire_exposure_damage_+%_final"]=767, - ["support_focused_ballista_totem_attack_speed_+%_final"]=768, - ["support_focused_ballista_totem_damage_+%_final"]=769, + ["support_empowered_culling_strike"]=868, + ["support_empowered_damage_+%_final"]=869, + ["support_enraged_warcry_+%_damage_final_for_exerted_attacks"]=1141, + ["support_eternal_flame_chance_to_ignite_+%_final"]=870, + ["support_executioner_damage_+%_final_while_on_low_life"]=871, + ["support_executioner_damage_vs_enemies_on_low_life_+%_final"]=872, + ["support_executioner_gain_one_rare_monster_mod_on_kill_ms"]=873, + ["support_executioner_gain_two_rare_monster_mod_on_kill_ms"]=874, + ["support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%"]=875, + ["support_far_combat_attack_damage_+%_final_from_distance"]=876, + ["support_faster_attacks_attack_speed_+%_final"]=877, + ["support_faster_attacks_damage_+%_final"]=878, + ["support_faster_casting_cast_speed_+%_final"]=879, + ["support_faster_casting_damage_+%_final"]=880, + ["support_faster_projectiles_projectile_speed_+%_final"]=881, + ["support_fire_and_lightning_damage_+%_final"]=882, + ["support_fire_exposure_damage_+%_final"]=883, + ["support_fissure_on_landing_create_X_fissures_on_impact"]=884, + ["support_focus_curse_curse_delay_+%_final"]=885, + ["support_focused_ballista_totem_attack_speed_+%_final"]=886, + ["support_focused_ballista_totem_damage_+%_final"]=887, ["support_fork_forked_projectile_damage_+%_final"]=81, ["support_fork_projectile_damage_+%_final"]=78, - ["support_fortify_melee_damage_+%_final"]=770, - ["support_freeze_protection_spirit_cost_freeze_duration_on_self_+%_final"]=771, - ["support_fusillade_skill_speed_+%_final"]=772, - ["support_gambleshot_projectile_damage_+%_final"]=773, - ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=774, + ["support_fortify_melee_damage_+%_final"]=888, + ["support_freeze_protection_spirit_cost_freeze_duration_on_self_+%_final"]=889, + ["support_from_the_grave_%_minion_maximum_life_dealt_as_cold_damage"]=890, + ["support_frostfire_ignite_effect_+%_final_vs_frozen_unique_enemies"]=891, + ["support_frozen_spite_%_enemy_maximum_life_dealt_as_cold_damage"]=892, + ["support_fusillade_skill_speed_+%_final"]=893, + ["support_gambleshot_projectile_damage_+%_final"]=894, + ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=895, ["support_gem_elemental_damage_+%_final"]=95, ["support_gem_mine_damage_+%_final"]=14, - ["support_ghost_base_duration"]=775, - ["support_glacier_ice_crystal_maximum_life_+%_final"]=776, - ["support_greater_projectile_intensity_projectile_damage_+%_final"]=777, - ["support_greater_volley_projectile_damage_+%_final"]=885, - ["support_greatwood_totem_area_of_effect_+%_final_per_totem_allowed"]=778, - ["support_greatwood_totem_damage_+%_final_per_totem_allowed"]=779, - ["support_greatwood_totem_life_+%_final_per_totem_allowed"]=780, - ["support_grenade_damage_+%_final"]=781, - ["support_ground_effect_area_of_effect_+%_final_per_second"]=782, - ["support_ground_effect_area_of_effect_+%_final_per_second_max"]=782, - ["support_haemocrystals_maximum_allowed_crystals"]=783, - ["support_heft_maximum_physical_damage_+%_final"]=784, - ["support_herbalism_life_recovery_+%_from_life_flasks"]=785, + ["support_ghost_base_duration"]=896, + ["support_glacier_ice_crystal_maximum_life_+%_final"]=897, + ["support_glory_required_+%_final"]=898, + ["support_greater_projectile_intensity_projectile_damage_+%_final"]=899, + ["support_greater_volley_projectile_damage_+%_final"]=1022, + ["support_greatwood_totem_area_of_effect_+%_cap"]=900, + ["support_greatwood_totem_area_of_effect_+%_final_cap"]=901, + ["support_greatwood_totem_area_of_effect_+%_final_per_totem_allowed"]=901, + ["support_greatwood_totem_area_of_effect_+%_per_totem_allowed"]=900, + ["support_greatwood_totem_damage_+%_final_cap"]=902, + ["support_greatwood_totem_damage_+%_final_per_totem_allowed"]=902, + ["support_greatwood_totem_life_+%_final_cap"]=903, + ["support_greatwood_totem_life_+%_final_per_totem_allowed"]=903, + ["support_grenade_ballista_attack_speed_+%_final"]=904, + ["support_grenade_ballista_damage_+%_final"]=905, + ["support_grenade_damage_+%_final"]=906, + ["support_ground_effect_area_of_effect_+%_final_per_second"]=907, + ["support_ground_effect_area_of_effect_+%_final_per_second_max"]=907, + ["support_haemocrystals_maximum_allowed_crystals"]=908, + ["support_hardy_totems_trigger_splinter_explosion_on_death_chance_%"]=909, + ["support_hatching_elementals_base_radius"]=910, + ["support_hatching_elementals_hatch_after_X_deaths_in_radius"]=910, + ["support_heft_maximum_physical_damage_+%_final"]=911, + ["support_herbalism_life_recovery_+%_from_life_flasks"]=912, ["support_hextouch_curse_effect_+%_final"]=137, - ["support_hinder_dots_also_apply_hinder"]=786, - ["support_hit_damage_stun_multiplier_+%_final_from_current_poise"]=787, - ["support_holy_descent_consecrated_ground_base_duration_ms"]=788, - ["support_holy_descent_consecrated_ground_on_landing_radius"]=789, - ["support_hourglass_display_cooldown_time_ms"]=790, - ["support_hypothermia_cold_damage_over_time_+%_final"]=791, - ["support_hypothermia_damage_+%_vs_chilled_enemies_final"]=792, - ["support_hypothermia_hit_damage_freeze_multiplier_+%_final"]=793, - ["support_ice_bite_base_buff_duration"]=794, - ["support_ice_bite_buff_grant_%_added_cold_attack_damage"]=794, - ["support_icicle_ice_crystal_maximum_life_+%_final"]=795, - ["support_ignite_duration_ignite_effect_+%_final"]=796, + ["support_hinder_dots_also_apply_hinder"]=913, + ["support_hit_damage_stun_multiplier_+%_final_from_current_poise"]=914, + ["support_holy_descent_consecrated_ground_base_duration_ms"]=915, + ["support_holy_descent_consecrated_ground_on_landing_radius"]=916, + ["support_hourglass_display_cooldown_time_ms"]=917, + ["support_hypothermia_cold_damage_over_time_+%_final"]=918, + ["support_hypothermia_damage_+%_vs_chilled_enemies_final"]=919, + ["support_hypothermia_hit_damage_freeze_multiplier_+%_final"]=920, + ["support_ice_bite_base_buff_duration"]=921, + ["support_ice_bite_buff_grant_%_added_cold_attack_damage"]=921, + ["support_icicle_ice_crystal_maximum_life_+%_final"]=922, + ["support_ignite_duration_ignite_effect_+%_final"]=923, ["support_ignite_prolif_ignite_effect_+%_final"]=96, ["support_ignite_proliferation_radius"]=38, - ["support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final"]=797, - ["support_ignited_ground_effect_duration_+%_final"]=798, - ["support_ignition_chance_to_ignite_+%_final"]=799, - ["support_impact_shockwave_base_splash_radius"]=800, - ["support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%"]=801, - ["support_increased_area_damage_+%_final"]=802, - ["support_increased_armour_break_armour_break_amount_+%_final"]=803, - ["support_inevitable_criticals_critical_strike_chance_+%_cap"]=804, - ["support_inevitable_criticals_critical_strike_chance_+%_per_second"]=804, - ["support_inhibitor_damage_+%_final_per_charge_type"]=805, - ["support_innervate_buff_base_duration_ms"]=806, - ["support_innervate_buff_grant_%_added_lightning_attack_damage"]=806, - ["support_inspiration_cost_+%_final"]=807, - ["support_jagged_ground_area_of_effect_+%_final"]=808, - ["support_jagged_ground_base_duration_ms"]=809, - ["support_knockback_wave_on_stunned"]=810, - ["support_last_gasp_duration_ms"]=811, - ["support_lasting_shock_chance_to_shock_+%_final"]=812, + ["support_ignite_protection_spirit_cost_ignite_duration_on_self_+%_final"]=924, + ["support_ignited_ground_effect_duration_+%_final"]=925, + ["support_ignition_chance_to_ignite_+%_final"]=926, + ["support_impact_shockwave_base_splash_radius"]=927, + ["support_incision_bleeding_effect_+%_final_per_incision_consumed_recently_up_to_30%"]=928, + ["support_increased_area_damage_+%_final"]=929, + ["support_increased_armour_break_armour_break_amount_+%_final"]=930, + ["support_inevitable_criticals_critical_strike_chance_+%_cap"]=931, + ["support_inevitable_criticals_critical_strike_chance_+%_per_second"]=931, + ["support_inhibitor_damage_+%_final_per_charge_type"]=932, + ["support_inhibitor_damage_+%_final_per_infusion_type"]=933, + ["support_innervate_buff_base_duration_ms"]=934, + ["support_innervate_buff_grant_%_added_lightning_attack_damage"]=934, + ["support_inspiration_cost_+%_final"]=935, + ["support_jagged_ground_area_of_effect_+%_final"]=936, + ["support_jagged_ground_base_duration_ms"]=937, + ["support_knockback_wave_on_stunned"]=938, + ["support_last_gasp_attack_and_cast_speed_+%_while_undying"]=1210, + ["support_last_gasp_duration_ms"]=939, + ["support_last_gasp_minion_soul_eater_while_undying"]=940, + ["support_lasting_shock_chance_to_shock_+%_final"]=941, ["support_lesser_multiple_projectile_damage_+%_final"]=13, - ["support_life_flask_charges_gained_+%_final_from_killing_blow"]=813, - ["support_lifetap_damage_+%_final_while_buffed"]=815, - ["support_lifetap_spent_life_threshold"]=814, - ["support_lightning_exposure_damage_+%_final"]=817, - ["support_limit_skill_effect_duration_+%_final"]=818, - ["support_lockdown_distance_based_pin_damage_+%_final"]=819, + ["support_life_flask_charges_gained_+%_final_from_killing_blow"]=942, + ["support_lifetap_damage_+%_final_while_buffed"]=944, + ["support_lifetap_spent_life_threshold"]=943, + ["support_lightning_exposure_damage_+%_final"]=946, + ["support_limit_skill_effect_duration_+%_final"]=947, + ["support_lingering_mirage_damage_+%_final"]=948, + ["support_lockdown_distance_based_pin_damage_+%_final"]=949, + ["support_long_fuse_detonation_damage_+%_final"]=950, ["support_maim_chance_physical_damage_+%_final"]=97, - ["support_maimed_enemies_physical_damage_taken_+%"]=820, - ["support_mana_flare_%_of_current_mana_consumed"]=821, - ["support_mana_flask_charges_gained_+%_final_from_killing_blow"]=822, - ["support_mana_fountain_mana_regeneration_rate_+%"]=823, - ["support_mana_fountain_radius"]=824, - ["support_manaforged_arrows_damage_+%_final"]=825, - ["support_manaforged_arrows_hit_damage_+%_final_per_mana_spent"]=826, - ["support_manaforged_arrows_mana_cost_%_threshold"]=1027, - ["support_max_attack_damage_+%_final_from_current_poise"]=827, - ["support_measured_speed_attack_speed_+%_final_per_stack"]=828, - ["support_measured_speed_disabled_ms"]=829, - ["support_measured_speed_maximum_stacks"]=829, - ["support_meat_shield_minion_damage_+%_final"]=830, - ["support_melee_damage_+%_final_vs_higher_percent_life_target"]=831, - ["support_melee_damage_+%_final_vs_lower_percent_life_target"]=831, - ["support_melee_physical_damage_+%_final"]=1, - ["support_melee_physical_damage_attack_speed_+%_final"]=832, + ["support_maimed_enemies_physical_damage_taken_+%"]=951, + ["support_mana_flare_%_of_current_mana_consumed"]=952, + ["support_mana_flask_charges_gained_+%_final_from_killing_blow"]=953, + ["support_mana_fountain_mana_regeneration_rate_+%"]=954, + ["support_manaforged_arrows_damage_+%_final"]=955, + ["support_manaforged_arrows_hit_damage_+%_final_per_mana_spent"]=956, + ["support_manaforged_arrows_mana_cost_%_threshold"]=1183, + ["support_max_attack_damage_+%_final_from_current_poise"]=957, + ["support_measured_speed_attack_speed_+%_final_per_stack"]=958, + ["support_measured_speed_disabled_ms"]=959, + ["support_measured_speed_maximum_stacks"]=959, + ["support_meat_shield_minion_damage_+%_final"]=960, + ["support_melee_damage_+%_final_vs_higher_percent_life_target"]=961, + ["support_melee_damage_+%_final_vs_lower_percent_life_target"]=961, + ["support_melee_physical_damage_+%_final"]=558, + ["support_melee_physical_damage_attack_speed_+%_final"]=962, ["support_melee_splash_damage_+%_final"]=102, ["support_melee_splash_damage_+%_final_for_splash"]=104, - ["support_minefield_mine_damage_+%_final"]=833, - ["support_minefield_mine_throwing_speed_+%_final"]=834, - ["support_minion_damage_+%_final"]=836, - ["support_minion_damage_minion_life_+%_final"]=837, - ["support_minion_damage_spirit_cost_minion_damage_+%_while_missing_mana"]=838, - ["support_minion_damage_with_non_command_skills_+%_final"]=839, - ["support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you"]=840, - ["support_minion_defensive_stance_minion_damage_taken_+%_final"]=841, - ["support_minion_focus_fire_critical_strike_chance_+%_vs_focused_target"]=842, - ["support_minion_focus_fire_critical_strike_multiplier_+_vs_focused_target"]=843, - ["support_minion_focus_fire_damage_+%_final_vs_focussed_target"]=844, - ["support_minion_instability_minion_base_fire_area_damage_%_of_maximum_life_per_minute"]=172, - ["support_minion_maximum_life_+%_final"]=845, - ["support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master"]=846, - ["support_minion_pact_damage_+%_final"]=847, - ["support_minion_pact_user_life_%_removed_from_nearby_minion"]=847, - ["support_minion_totem_resistance_elemental_damage_+%_final"]=848, - ["support_minion_use_focussed_target"]=849, - ["support_minions_ignite_for_%_max_life"]=850, - ["support_mirage_archer_attack_speed_+%_final"]=851, - ["support_mirage_archer_base_duration"]=852, - ["support_mirage_archer_damage_+%_final"]=853, - ["support_mobile_assault_skill_speed_+%_final"]=854, - ["support_mobility_damage_+%_final"]=855, - ["support_mobility_movement_speed_penalty_+%_final_while_performing_action"]=856, - ["support_momentum_distance_travelled_to_gain_momentum"]=857, - ["support_momnetum_damage_+%_final_with_momentum"]=857, - ["support_more_duration_skill_effect_duration_+%_final"]=858, - ["support_multi_poison_poison_duration_+%_final"]=859, + ["support_minefield_mine_damage_+%_final"]=963, + ["support_minefield_mine_throwing_speed_+%_final"]=964, + ["support_minion_damage_+%_final"]=966, + ["support_minion_damage_minion_life_+%_final"]=967, + ["support_minion_damage_spirit_cost_minion_damage_+%_while_missing_mana"]=968, + ["support_minion_damage_with_non_command_skills_+%_final"]=969, + ["support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you"]=970, + ["support_minion_defensive_stance_minion_damage_taken_+%_final"]=971, + ["support_minion_focus_fire_critical_strike_chance_+%_vs_focused_target"]=972, + ["support_minion_focus_fire_critical_strike_multiplier_+_vs_focused_target"]=973, + ["support_minion_focus_fire_damage_+%_final_vs_focussed_target"]=974, + ["support_minion_instability_minion_base_fire_area_damage_%_of_maximum_life_per_minute"]=178, + ["support_minion_maximum_life_+%_final"]=975, + ["support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master"]=976, + ["support_minion_pact_damage_+%_final"]=977, + ["support_minion_pact_user_life_%_removed_from_nearby_minion"]=977, + ["support_minion_totem_resistance_elemental_damage_+%_final"]=978, + ["support_minion_use_focussed_target"]=979, + ["support_minions_ignite_for_%_max_life"]=980, + ["support_mirage_archer_attack_speed_+%_final"]=981, + ["support_mirage_archer_base_duration"]=982, + ["support_mirage_archer_damage_+%_final"]=983, + ["support_mobile_assault_skill_speed_+%_final"]=984, + ["support_mobility_damage_+%_final"]=985, + ["support_mobility_movement_speed_penalty_+%_final_while_performing_action"]=986, + ["support_momentum_distance_travelled_to_gain_momentum"]=987, + ["support_momnetum_damage_+%_final_with_momentum"]=987, + ["support_more_duration_skill_effect_duration_+%_final"]=988, + ["support_multi_poison_poison_duration_+%_final"]=989, ["support_multicast_cast_speed_+%_final"]=108, - ["support_multiple_attack_and_cast_speed_+%_final"]=860, + ["support_multiple_attack_and_cast_speed_+%_final"]=990, ["support_multiple_attack_damage_+%_final"]=110, ["support_multiple_attacks_melee_attack_speed_+%_final"]=109, ["support_multiple_damage_+%_final"]=11, - ["support_multiple_orbs_area_of_effect_+%_final"]=861, + ["support_multiple_orbs_area_of_effect_+%_final"]=991, ["support_multiple_projectiles_critical_strike_chance_+%_final"]=33, ["support_multithrow_damage_+%_final"]=112, - ["support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned"]=862, - ["support_overextend_critical_strike_multiplier_+%_final"]=863, - ["support_overpower_hit_damage_stun_multiplier_+%_final"]=864, - ["support_overpowered_base_duration_ms"]=865, - ["support_parallel_projectile_number_of_points_per_side"]=866, - ["support_parallel_projectiles_damage_+%_final"]=867, - ["support_phys_chaos_projectile_chaos_damage_over_time_+%_final"]=868, - ["support_phys_chaos_projectile_physical_damage_over_time_+%_final"]=869, - ["support_phys_chaos_projectile_spell_physical_projectile_damage_+%_final"]=870, - ["support_physical_damage_%_to_gain_as_daze_build_up"]=871, - ["support_pierce_projectile_damage_+%_final_if_pierced_enemy"]=872, - ["support_pin_hit_damage_stun_multiplier_+%_final"]=873, - ["support_pin_physical_damage_can_pin"]=874, - ["support_pinpoint_critical_strike_chance_+%_final"]=875, - ["support_pinpoint_critical_strike_multiplier_+%_final"]=876, + ["support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned"]=992, + ["support_no_fear_damage_+%_final_per_second_up_to_30%"]=993, + ["support_nova_projectiles_damage_+%_final"]=994, + ["support_number_of_additional_uses_before_expiry"]=995, + ["support_overextend_critical_strike_multiplier_+%_final"]=996, + ["support_overpower_damage_+%_final"]=997, + ["support_overpower_hit_damage_stun_multiplier_+%_final"]=998, + ["support_parallel_projectile_number_of_points_per_side"]=999, + ["support_parallel_projectiles_damage_+%_final"]=1000, + ["support_phys_chaos_projectile_chaos_damage_over_time_+%_final"]=1001, + ["support_phys_chaos_projectile_physical_damage_over_time_+%_final"]=1002, + ["support_phys_chaos_projectile_spell_physical_projectile_damage_+%_final"]=1003, + ["support_physical_damage_%_to_gain_as_daze_build_up"]=1004, + ["support_pierce_damage_+%_final_per_pierced_target"]=1005, + ["support_pierce_projectile_damage_+%_final_if_pierced_enemy"]=1006, + ["support_pin_buildup_pin_instead_of_stun"]=1007, + ["support_pin_hit_damage_stun_multiplier_+%_final"]=1008, + ["support_pin_physical_damage_can_pin"]=1009, + ["support_pin_pin_buildup_+%_final"]=1010, + ["support_pin_pin_duration_+%_final"]=1011, + ["support_pinpoint_critical_strike_chance_+%_final"]=1012, + ["support_pinpoint_critical_strike_multiplier_+%_final"]=1013, ["support_poison_poison_effect_+%_final"]=82, - ["support_power_charge_on_crit_damage_+%_final_per_power_charge"]=877, - ["support_precision_accuracy_rating_+%"]=878, - ["support_projectile_attack_physical_damage_+%_final"]=879, - ["support_projectile_attack_speed_+%_final"]=880, - ["support_pulverise_area_of_effect_+%_final"]=881, - ["support_pulverise_attack_speed_+%_final"]=882, - ["support_pulverise_melee_area_damage_+%_final"]=883, - ["support_pure_shock_shock_duration_+%_final"]=884, - ["support_rage_attack_damage_+%_final"]=886, - ["support_rage_fountain_radius"]=887, - ["support_rage_fountain_rage_regeneration_per_minute"]=888, - ["support_rage_gain_rage_on_melee_hit_cooldown_ms"]=889, - ["support_rageforged_consumes_X_rage_to_enrage_skill_use"]=890, - ["support_rageforged_enraged_damage_+%_final"]=890, + ["support_power_charge_on_crit_damage_+%_final_per_power_charge"]=1014, + ["support_precision_accuracy_rating_+%"]=1015, + ["support_projectile_attack_physical_damage_+%_final"]=1016, + ["support_projectile_attack_speed_+%_final"]=1017, + ["support_pulverise_area_of_effect_+%_final"]=1018, + ["support_pulverise_attack_speed_+%_final"]=1019, + ["support_pulverise_melee_area_damage_+%_final"]=1020, + ["support_pure_shock_shock_duration_+%_final"]=1021, + ["support_rage_attack_damage_+%_final"]=1023, + ["support_rage_attack_speed_+%_final_while_not_at_maximum_rage"]=1024, + ["support_rage_fountain_rage_regeneration_per_minute"]=1025, + ["support_rage_gain_rage_on_melee_hit_cooldown_ms"]=1026, + ["support_rageforged_consumes_X_rage_to_enrage_skill_use"]=1027, + ["support_rageforged_enraged_damage_+%_final"]=1027, ["support_rain_projectile_damage_+%_final"]=12, - ["support_randomise_higher_damage_+%_final"]=891, - ["support_randomise_higher_recover_%_cost_on_use"]=892, - ["support_randomise_lower_damage_+%_final"]=891, - ["support_randomise_lower_recover_%_cost_on_use"]=892, - ["support_rapid_activation_brand_activation_rate_+%_final"]=893, + ["support_randomise_higher_aoe_+%_final"]=1028, + ["support_randomise_higher_damage_+%_final"]=1030, + ["support_randomise_higher_projectile_speed_+%_final"]=1029, + ["support_randomise_higher_recover_%_cost_on_use"]=1031, + ["support_randomise_lower_aoe_+%_final"]=1028, + ["support_randomise_lower_damage_+%_final"]=1030, + ["support_randomise_lower_projectile_speed_+%_final"]=1029, + ["support_randomise_lower_recover_%_cost_on_use"]=1031, + ["support_rapid_activation_brand_activation_rate_+%_final"]=1032, ["support_rapid_activation_brand_skill_only_primary_duration_+%_final"]=146, ["support_rapid_activation_brand_skill_only_secondary_duration_+%_final"]=147, ["support_rapid_decay_damage_over_time_+%_final"]=87, - ["support_reach_accuracy_within_2m_+%_final"]=894, - ["support_reach_area_of_effect_+%_final"]=895, - ["support_recover_%_maximum_energy_shield_killing_shocked_enemies"]=896, - ["support_reduce_enemy_block_and_spell_block_%"]=897, + ["support_reach_accuracy_within_2m_+%_final"]=1033, + ["support_reach_area_of_effect_+%_final"]=1034, + ["support_recover_%_maximum_energy_shield_killing_shocked_enemies"]=1035, ["support_reduced_duration_damage_+%_final"]=144, ["support_reduced_duration_skill_effect_duration_+%_final"]=145, - ["support_regenerate_mana_per_minute_on_shock"]=901, - ["support_remote_mine_2_base_mine_detonation_time_ms"]=902, + ["support_regenerate_mana_per_minute_on_shock"]=1039, + ["support_remote_mine_2_base_mine_detonation_time_ms"]=1040, ["support_remote_mine_2_base_mine_duration"]=52, - ["support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines"]=1043, - ["support_remote_mine_2_damage_+%_final"]=903, - ["support_remote_mine_damage_+%_final_per_mine_detonation_cascade"]=904, - ["support_remote_mine_hit_damage_+%_final"]=905, - ["support_retreating_assault_melee_damage_+%_final"]=906, - ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"]=907, + ["support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines"]=1204, + ["support_remote_mine_2_damage_+%_final"]=1041, + ["support_remote_mine_damage_+%_final_per_mine_detonation_cascade"]=1042, + ["support_remote_mine_hit_damage_+%_final"]=1043, + ["support_retreating_assault_melee_damage_+%_final"]=1044, + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_2_seconds"]=1045, + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"]=1046, ["support_return_projectile_damage_+%_final"]=83, - ["support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy"]=908, - ["support_ruthless_big_hit_max_count"]=161, - ["support_ruthless_big_hit_stun_damage_+%_final"]=161, - ["support_sacrificial_lamb_base_radius"]=909, - ["support_salvo_additional_projectiles_fired_per_seal"]=910, - ["support_salvo_maximum_seals"]=911, - ["support_salvo_seals_gain_base_interval_ms"]=912, - ["support_scion_onslaught_duration_+%"]=913, - ["support_scion_onslaught_for_3_seconds_on_hitting_unique_enemy_%_chance"]=914, - ["support_scion_onslaught_on_killing_blow_%_chance"]=915, - ["support_scion_onslaught_on_killing_blow_duration_ms"]=915, - ["support_scion_onslaught_on_unique_hit_duration_ms"]=914, - ["support_shield_sacrifice_damage_over_time_+%_final_per_100_intelligence"]=916, - ["support_shock_protection_spirit_cost_shock_duration_on_self_+%_final"]=917, - ["support_shocked_ground_effect_duration_+%_final"]=918, - ["support_shocking_leap_shocked_ground_duration_ms"]=919, - ["support_shocking_leap_shocked_ground_radius"]=919, - ["support_slam_chance_for_one_additional_aftershock_%"]=1046, - ["support_slam_chance_for_three_additional_aftershocks_%"]=1048, - ["support_slam_chance_for_two_additional_aftershocks_%"]=1047, - ["support_slashing_buff_attack_speed_+%_final_to_grant"]=921, - ["support_slashing_buff_base_duration_ms"]=920, + ["support_rigwald_attack_speed_+%_final_in_weapon_set_one"]=172, + ["support_rigwald_attack_speed_+%_final_in_weapon_set_two"]=174, + ["support_rigwald_damage_+%_final_in_weapon_set_one"]=173, + ["support_rigwald_damage_+%_final_in_weapon_set_two"]=175, + ["support_ritual_curse_curse_delay_+%_final"]=1047, + ["support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy"]=1048, + ["support_ruthless_big_hit_max_count"]=160, + ["support_ruthless_big_hit_stun_damage_+%_final"]=160, + ["support_sacrificial_lamb_base_radius"]=1049, + ["support_salvo_additional_projectiles_fired_per_seal"]=1050, + ["support_salvo_maximum_seals"]=1051, + ["support_salvo_seals_gain_base_interval_ms"]=1052, + ["support_scattershot_skill_speed_+%_final"]=1053, + ["support_scion_onslaught_duration_+%"]=1054, + ["support_scion_onslaught_for_3_seconds_on_hitting_unique_enemy_%_chance"]=1055, + ["support_scion_onslaught_on_killing_blow_%_chance"]=1056, + ["support_scion_onslaught_on_killing_blow_duration_ms"]=1056, + ["support_scion_onslaught_on_unique_hit_duration_ms"]=1055, + ["support_shield_sacrifice_damage_over_time_+%_final_per_100_intelligence"]=1057, + ["support_shock_protection_spirit_cost_shock_duration_on_self_+%_final"]=1058, + ["support_shocked_ground_effect_duration_+%_final"]=1059, + ["support_shocking_leap_shocked_ground_duration_ms"]=1060, + ["support_shocking_leap_shocked_ground_radius"]=1060, + ["support_short_fuse_damage_+%_final"]=1061, + ["support_slam_chance_for_one_additional_aftershock_%"]=1207, + ["support_slam_chance_for_three_additional_aftershocks_%"]=1211, + ["support_slam_chance_for_two_additional_aftershocks_%"]=1208, + ["support_slashing_buff_attack_speed_+%_final_to_grant"]=1063, + ["support_slashing_buff_base_duration_ms"]=1062, ["support_slashing_damage_+%_final_from_distance"]=98, - ["support_slow_cast_cast_speed_+%_final"]=922, - ["support_slow_cast_spell_damage_+%_final"]=923, - ["support_slower_projectiles_damage_+%_final"]=924, + ["support_slow_cast_cast_speed_+%_final"]=1064, + ["support_slow_cast_spell_damage_+%_final"]=1065, + ["support_slower_projectiles_damage_+%_final"]=1066, ["support_slower_projectiles_projectile_speed_+%_final"]=143, - ["support_soulbreaker_%_enemy_energy_shield_dealt_as_chaos_damage"]=925, - ["support_spectral_arrows_base_duration_ms"]=926, - ["support_spectral_arrows_damage_+%_final_with_non_spectral_projectiles"]=927, - ["support_spectral_arrows_damage_+%_final_with_spectral_projectiles"]=928, - ["support_spectral_arrows_maximum_spectral_arrows"]=929, - ["support_spell_boost_area_damage_+%_final_per_charge"]=930, - ["support_spell_boost_area_of_effect_+%_final_per_charge"]=930, - ["support_spell_cascade_area_delay_+%"]=931, - ["support_spell_cascade_area_of_effect_+%_final"]=932, - ["support_spell_cascade_area_of_effect_+%_per_cascade"]=933, - ["support_spell_cascade_damage_+%_final"]=934, - ["support_spell_cascade_number_of_cascades_per_side"]=935, - ["support_spell_cascade_sideways"]=935, - ["support_spell_damage_+%_final_while_above_90%_maximum_mana"]=936, - ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"]=937, - ["support_spell_echo_area_of_effect_+%_final"]=938, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_0"]=939, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_1"]=940, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_2"]=941, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_3"]=942, - ["support_spell_echo_damage_+%_final"]=943, - ["support_spell_echo_final_repeat_damage_+%_final"]=944, + ["support_soulbreaker_%_enemy_energy_shield_dealt_as_chaos_damage"]=1067, + ["support_spectral_arrows_base_duration_ms"]=1068, + ["support_spectral_arrows_damage_+%_final_with_non_spectral_projectiles"]=1069, + ["support_spectral_arrows_damage_+%_final_with_spectral_projectiles"]=1070, + ["support_spectral_arrows_maximum_spectral_arrows"]=1071, + ["support_spell_boost_area_damage_+%_final_per_charge"]=1072, + ["support_spell_boost_area_of_effect_+%_final_per_charge"]=1072, + ["support_spell_cascade_area_delay_+%"]=1073, + ["support_spell_cascade_area_of_effect_+%_final"]=1074, + ["support_spell_cascade_area_of_effect_+%_for_cascade"]=1075, + ["support_spell_cascade_damage_+%_final"]=1076, + ["support_spell_cascade_number_of_cascades_per_side"]=1077, + ["support_spell_cascade_sideways"]=1077, + ["support_spell_damage_+%_final_while_above_90%_maximum_mana"]=1078, + ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"]=1079, + ["support_spell_echo_area_of_effect_+%"]=1080, + ["support_spell_echo_area_of_effect_+%_final"]=1081, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_0"]=1082, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_1"]=1083, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_2"]=1084, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_3"]=1085, + ["support_spell_echo_damage_+%_final"]=1086, + ["support_spell_echo_final_repeat_damage_+%_final"]=1087, ["support_spell_echo_number_of_echo_cascades"]=107, - ["support_spell_rapid_fire_repeat_use_damage_+%_final"]=1042, + ["support_spell_rapid_fire_repeat_use_damage_+%_final"]=1203, ["support_spell_totem_cast_speed_+%_final"]=138, - ["support_spellblade_cast_speed_+%_final"]=945, - ["support_spellblade_store_up_to_X_casts"]=946, - ["support_spellblade_trigger_stored_spells_on_melee_hit"]=947, - ["support_spellslinger_damage_+%_final"]=948, + ["support_spellblade_cast_speed_+%_final"]=1088, + ["support_spellblade_store_up_to_X_casts"]=1089, + ["support_spellblade_trigger_stored_spells_on_melee_hit"]=1090, + ["support_spellslinger_damage_+%_final"]=1091, + ["support_spiral_projectiles_damage_+%_final"]=1092, ["support_spirit_strike_damage_+%_final"]=76, - ["support_spiritual_cry_damage_+%_final"]=949, + ["support_spiritual_cry_damage_+%_final"]=1093, ["support_split_projectile_damage_+%_final"]=77, - ["support_stability_heavy_stun_threshold_+%_final_while_performing_action"]=950, - ["support_static_charge_%_damage_gained_as_lightning_per_10_charge"]=952, - ["support_static_charge_X_chains_per_10_charge"]=951, + ["support_stability_heavy_stun_threshold_+%_final_while_performing_action"]=1094, + ["support_static_charge_%_damage_gained_as_lightning_per_10_charge"]=1096, + ["support_static_charge_X_chains_per_10_charge"]=1095, ["support_static_charge_charge_gain_per_metre"]=15, ["support_static_charge_maximum_charge"]=39, - ["support_sticky_grenade_damage_+%_final"]=953, - ["support_stomping_ground"]=954, - ["support_storm_barrier_damage_+%_final"]=957, - ["support_storm_barrier_damage_buff_base_duration_ms"]=955, - ["support_storm_barrier_damage_buff_time_threshold_ms"]=956, - ["support_storm_barrier_damage_buff_uses_time_threshold"]=956, - ["support_storm_barrier_physical_damage_taken_when_hit_+%_final"]=958, - ["support_storm_barrier_skill_type_damage_+%_final"]=959, - ["support_storm_barrier_skill_type_damage_taken_when_hit_+%_final"]=960, - ["support_stronger_ignites_hit_damage_+%_final"]=961, - ["support_stronger_ignites_ignite_effect_+%_final"]=962, - ["support_sunblast_hazard_hazard_damage_+%_final"]=963, - ["support_sunblast_hazard_hazard_duration_+%_final"]=964, - ["support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final"]=965, - ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"]=966, - ["support_tempered_valour_minimum_valour_to_apply_buff"]=1049, - ["support_thorns_spirit_cost_thorns_damage_+%"]=967, - ["support_timerot_reparation_duration_per_timerot_lost_ms"]=1050, - ["support_timerot_stacks_gained_per_500_ms"]=968, - ["support_titanblood_minion_damage_+%_final"]=969, - ["support_titanblood_minion_life_+%_final"]=970, - ["support_titanic_arrows_attack_speed_+%_final"]=971, - ["support_titanic_arrows_projectile_speed_+%_final"]=972, + ["support_steadfast_ailment_threshold_+%_final_while_channelling"]=1097, + ["support_steadfast_stun_threshold_+%_final_while_channelling"]=1098, + ["support_sticky_grenade_damage_+%_final"]=1099, + ["support_stomping_ground"]=1100, + ["support_storm_barrier_damage_+%_final"]=1103, + ["support_storm_barrier_damage_buff_base_duration_ms"]=1101, + ["support_storm_barrier_damage_buff_time_threshold_ms"]=1102, + ["support_storm_barrier_damage_buff_uses_time_threshold"]=1102, + ["support_storm_barrier_physical_damage_taken_when_hit_+%_final"]=1104, + ["support_storm_barrier_skill_type_damage_+%_final"]=1105, + ["support_storm_barrier_skill_type_damage_taken_when_hit_+%_final"]=1106, + ["support_stronger_ignites_hit_damage_+%_final"]=1107, + ["support_stronger_ignites_ignite_effect_+%_final"]=1108, + ["support_sunblast_hazard_hazard_damage_+%_final"]=1109, + ["support_sunblast_hazard_hazard_duration_+%_final"]=1110, + ["support_swift_affliction_non_ailment_damage_over_time_+%_final_if_duration_below_1_second"]=1111, + ["support_swift_affliction_skill_effect_and_damaging_ailment_duration_+%_final"]=1112, + ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"]=1114, + ["support_tempered_valour_banner_applies_%_elemental_exposure_per_1000_armour"]=1113, + ["support_thorns_spirit_cost_thorns_damage_+%"]=1115, + ["support_timerot_reparation_duration_per_timerot_lost_ms"]=1212, + ["support_timerot_stacks_gained_per_500_ms"]=1116, + ["support_titanblood_minion_damage_+%_final"]=1117, + ["support_titanblood_minion_life_+%_final"]=1118, + ["support_titanic_arrows_attack_speed_+%_final"]=1119, + ["support_titanic_arrows_projectile_speed_+%_final"]=1120, ["support_totem_damage_+%_final"]=16, + ["support_totem_life_+%_final"]=163, ["support_trap_and_mine_damage_+%_final"]=99, - ["support_trap_and_mine_damage_mine_throwing_speed_+%_final"]=973, - ["support_trap_and_mine_damage_trap_throwing_speed_+%_final"]=974, + ["support_trap_and_mine_damage_mine_throwing_speed_+%_final"]=1121, + ["support_trap_and_mine_damage_trap_throwing_speed_+%_final"]=1122, ["support_trap_damage_+%_final"]=111, - ["support_trap_hit_damage_+%_final"]=975, + ["support_trap_hit_damage_+%_final"]=1123, ["support_trigger_link_damage_+%_final"]=21, - ["support_trigger_mana_flare_on_crit"]=976, - ["support_triple_number_of_cooldown_uses"]=977, - ["support_trusty_companion_minion_life_+%_final"]=978, - ["support_unbound_ailments_damaging_ailment_effect_+%_final"]=979, - ["support_unbreakable_light_stun_threshold_+%_final_while_performing_action"]=980, - ["support_unending_ailments_all_ailment_duration_+%_final"]=981, - ["support_unmoving_damage_+%_final_per_250_ms_stationary"]=982, - ["support_unmoving_damage_multiplier_cap"]=982, - ["support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies"]=983, - ["support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies"]=984, - ["support_unstable_earth_damage_+%_final"]=1051, - ["support_varied_troops_damage_+%_final_per_different_persistent_ominion"]=985, - ["support_vicious_projectiles_chaos_damage_+%_final"]=987, - ["support_vicious_projectiles_physical_damage_+%_final"]=986, - ["support_vitality_life_regeneration_rate_per_minute_%"]=988, + ["support_trigger_mana_flare_on_crit"]=1124, + ["support_triple_number_of_cooldown_uses"]=1125, + ["support_trusty_companion_minion_life_+%_final"]=1126, + ["support_unbound_ailments_damaging_ailment_effect_+%_final"]=1127, + ["support_unbreakable_light_stun_threshold_+%_final_while_performing_action"]=1128, + ["support_unending_ailments_all_ailment_duration_+%_final"]=1129, + ["support_unmoving_damage_+%_final_per_250_ms_stationary"]=1130, + ["support_unmoving_damage_multiplier_cap"]=1130, + ["support_unseen_critical_damage_multiplier_+%_final_vs_blinded_enemies"]=1131, + ["support_unseen_critical_strike_chance_+%_final_vs_blinded_enemies"]=1132, + ["support_unstable_earth_damage_+%_final"]=1213, + ["support_upheaval_area_of_effect_+%_final"]=1133, + ["support_varied_troops_damage_+%_final_per_different_persistent_ominion"]=1134, + ["support_vicious_projectiles_chaos_damage_+%_final"]=1136, + ["support_vicious_projectiles_physical_damage_+%_final"]=1135, + ["support_vitality_life_regeneration_rate_per_minute_%"]=1137, ["support_void_manipulation_chaos_damage_+%_final"]=84, - ["support_volcanic_eruption_%_chance_to_trigger_vs_ignited_enemies"]=989, - ["support_wall_fortress_hit_damage_+%_final"]=990, - ["support_warcry_consumes_up_to_X_rage"]=991, + ["support_volcanic_eruption_%_chance_to_trigger_vs_ignited_enemies"]=1138, + ["support_wall_fortress_area_of_effect_+%_final"]=1139, + ["support_wall_fortress_hit_damage_+%_final"]=1140, + ["support_warcry_consumes_up_to_X_rage"]=1141, ["support_weapon_elemental_damage_+%_final"]=8, - ["support_window_of_opportunity_perfect_timing_damage_+%_final"]=992, - ["support_winterblast_chill_effect_+%_final"]=993, - ["support_withered_base_duration_ms"]=160, - ["support_withering_touch_damage_+%_final"]=994, - ["supported_chaos_skill_gem_level_+"]=995, - ["supported_curse_skill_gem_level_+"]=996, - ["supported_elemental_skill_gem_level_+"]=997, - ["supported_minion_skill_gem_level_+"]=998, - ["supported_physical_skill_gem_level_+"]=999, - ["supported_skill_can_only_use_axe_and_sword"]=1000, - ["supported_skill_can_only_use_dagger_and_claw"]=1002, - ["supported_skill_can_only_use_mace_and_staff"]=1003, - ["supported_strike_skill_gem_level_+"]=1005, + ["support_window_of_opportunity_perfect_timing_damage_+%_final"]=1142, + ["support_winterblast_chill_effect_+%_final"]=1143, + ["support_withered_base_duration_ms"]=159, + ["support_withering_touch_damage_+%_final"]=1144, + ["supported_active_skill_gem_level_+_if_no_other_supports"]=1147, + ["supported_active_skill_gem_level_+_if_one_other_support"]=1145, + ["supported_active_skill_gem_level_+_if_two_other_supports"]=1146, + ["supported_chaos_skill_gem_level_+"]=1148, + ["supported_curse_skill_gem_level_+"]=1149, + ["supported_elemental_skill_gem_level_+"]=1150, + ["supported_minion_skill_gem_level_+"]=1151, + ["supported_physical_skill_gem_level_+"]=1152, + ["supported_skill_can_only_use_axe_and_sword"]=1153, + ["supported_skill_can_only_use_dagger_and_claw"]=1155, + ["supported_skill_can_only_use_mace_and_staff"]=1156, + ["supported_skill_triggers_living_lightning_on_dealing_lightning_damage"]=370, + ["supported_strike_skill_gem_level_+"]=1158, ["throw_traps_in_circle_radius"]=47, - ["totem_elemental_resistance_%"]=1006, - ["totem_maximum_all_elemental_resistances_%"]=169, - ["transfer_hexes_to_X_nearby_enemies_on_kill"]=1007, - ["trap_critical_strike_multiplier_+_per_power_charge"]=1008, - ["trap_damage_+%"]=1009, + ["totem_elemental_resistance_%"]=1159, + ["totem_gain_onslaught_for_x_ms_after_summon"]=1160, + ["totem_maximum_all_elemental_resistances_%"]=171, + ["totem_skill_attack_speed_+%"]=201, + ["totem_skill_cast_speed_+%"]=200, + ["transfer_hexes_to_X_nearby_enemies_on_kill"]=1161, + ["trap_critical_strike_multiplier_+_per_power_charge"]=1162, + ["trap_damage_+%"]=1163, ["trap_duration_+%"]=58, - ["trap_spread_+%"]=1010, - ["trap_throwing_speed_+%"]=1011, - ["trap_throwing_speed_+%_per_frenzy_charge"]=1012, - ["trap_trigger_radius_+%"]=1013, - ["trap_trigger_radius_+%_per_power_charge"]=1014, - ["trigger_bone_shrapnel_explosion_on_killing_pinned_enemy"]=1015, - ["trigger_brand_support_hit_damage_+%_final_vs_branded_enemy"]=1016, - ["trigger_caltrops_at_end_of_projectile_flight"]=1017, - ["trigger_frozen_vortex_on_shattering_enemy"]=1018, - ["trigger_on_attack_hit_against_rare_or_unique"]=1019, - ["trigger_on_trigger_link_target_hit"]=1020, - ["trigger_prismatic_burst_on_hit_%_chance"]=1021, - ["trigger_skills_refund_half_energy_spent_chance_%"]=1022, - ["trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger"]=1023, - ["trigger_titanic_arrows_on_impact"]=1024, + ["trap_spread_+%"]=1164, + ["trap_throwing_speed_+%"]=1165, + ["trap_throwing_speed_+%_per_frenzy_charge"]=1166, + ["trap_trigger_radius_+%"]=1167, + ["trap_trigger_radius_+%_per_power_charge"]=1168, + ["treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance"]=1169, + ["trigger_ballistic_ice_chunks_on_killing_frozen_enemy"]=1170, + ["trigger_bone_shrapnel_explosion_on_killing_pinned_enemy"]=1171, + ["trigger_brand_support_hit_damage_+%_final_vs_branded_enemy"]=1172, + ["trigger_caltrops_at_end_of_projectile_flight"]=1173, + ["trigger_frozen_vortex_on_shattering_enemy"]=1174, + ["trigger_on_attack_hit_against_rare_or_unique"]=1175, + ["trigger_on_trigger_link_target_hit"]=1176, + ["trigger_prismatic_burst_on_hit_%_chance"]=1177, + ["trigger_skills_refund_half_energy_spent_chance_%"]=1178, + ["trigger_spiked_gauntlets_for_X_hits_after_thorns_trigger"]=1179, + ["trigger_titanic_arrows_on_impact"]=1180, ["trigger_vicious_hex_explosion_when_curse_ends"]=122, - ["triggered_by_brand_support"]=1025, - ["triggered_by_divine_cry"]=1026, - ["triggered_by_manaforged_arrows_support_%_chance"]=1027, - ["triggered_by_spiritual_cry"]=1028, - ["triggered_skill_damage_+%"]=1029, + ["triggered_by_brand_support"]=1181, + ["triggered_by_divine_cry"]=1182, + ["triggered_by_manaforged_arrows_support_%_chance"]=1183, + ["triggered_by_spiritual_cry"]=1184, + ["triggered_skill_damage_+%"]=1185, ["triggered_spell_spell_damage_+%"]=17, - ["triggers_burning_runes_on_placing_ground_rune"]=1030, - ["trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant"]=238, - ["unleash_support_seal_gain_frequency_+%_while_channelling"]=1032, - ["unleash_support_seal_gain_frequency_+%_while_not_channelling"]=1033, - ["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"]=1031, - ["unsteady_tempo_critical_strike_chance_+%_final_on_second_hit"]=186, - ["unsteady_tempo_damage_+%_final_on_third_hit"]=190, - ["unsteady_tempo_evasion_broken_as_%_of_life_on_first_hit"]=185, + ["triggers_burning_runes_on_placing_ground_rune"]=1186, + ["trinity_skill_speed_+%_while_all_resonance_is_at_least_250_to_grant"]=724, + ["try_consuming_shock_to_trigger_shocking_rift_in_radius_on_shocking_enemy"]=1187, + ["unleash_support_seal_gain_frequency_+%_while_channelling"]=1189, + ["unleash_support_seal_gain_frequency_+%_while_not_channelling"]=1190, + ["unleash_support_seal_gain_frequency_as_%_of_total_cast_time"]=1188, + ["unsteady_tempo_critical_strike_chance_+%_final_on_second_hit"]=197, + ["unsteady_tempo_damage_+%_final_on_third_hit"]=203, + ["unsteady_tempo_evasion_broken_as_%_of_life_on_first_hit"]=196, ["virtual_cast_when_damage_taken_threshold"]=127, - ["virtual_support_anticipation_charge_gain_interval_ms"]=1031, - ["virtual_support_scion_onslaught_on_killing_blow_duration_ms"]=915, - ["wall_is_created_in_a_circle_instead"]=1034, - ["warcry_grant_X_rage_per_5_power"]=1035, - ["warcry_speed_+%"]=1036, - ["weapon_elemental_damage_+%"]=1037, - ["wither_applies_additional_wither_%"]=1038, - ["wither_on_hit_chance_rollovercapped"]=1039, - ["withered_on_chaos_damage_hit_chance_%"]=1040, + ["virtual_support_anticipation_charge_gain_interval_ms"]=1188, + ["virtual_support_salvo_maximum_seals"]=1191, + ["virtual_support_scion_onslaught_on_killing_blow_duration_ms"]=1056, + ["wall_is_created_along_a_fissure_instead"]=1192, + ["wall_is_created_in_a_circle_instead"]=1193, + ["warcry_bypass_cooldown_spending_X_rage_instead_of_endurance_charge"]=1194, + ["warcry_grant_X_rage_per_5_power"]=1195, + ["warcry_speed_+%"]=1196, + ["weapon_elemental_damage_+%"]=1197, + ["wither_applies_additional_wither_%"]=1198, + ["wither_on_hit_chance_rollovercapped"]=1199, + ["withered_on_chaos_damage_hit_chance_%"]=1200, ["withered_on_hit_chance_%"]=151, - ["withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage"]=1041 + ["withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage"]=1201, + ["your_marks_spread_to_a_nearby_enemies_on_consume_%_chance"]=1202 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/meta_gem_stat_descriptions.lua b/src/Data/StatDescriptions/meta_gem_stat_descriptions.lua index d717525abe..43fe087c49 100644 --- a/src/Data/StatDescriptions/meta_gem_stat_descriptions.lua +++ b/src/Data/StatDescriptions/meta_gem_stat_descriptions.lua @@ -189,6 +189,40 @@ return { } }, [8]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% increased duration of socketed Curses" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased duration of socketed Curses" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced duration of socketed Curses" + } + }, + stats={ + [1]="base_curse_duration_+%" + } + }, + [9]={ [1]={ [1]={ limit={ @@ -217,9 +251,14 @@ return { [1]="base_skill_area_of_effect_+%" } }, - [9]={ + [10]={ [1]={ [1]={ + limit={ + }, + text="Supported Curses have {0}% increased Magnitudes" + }, + [2]={ limit={ [1]={ [1]=1, @@ -228,7 +267,7 @@ return { }, text="Supported Curses have {0}% increased Magnitudes" }, - [2]={ + [3]={ [1]={ k="negate", v=1 @@ -246,7 +285,7 @@ return { [1]="curse_effect_+%" } }, - [10]={ + [11]={ [1]={ [1]={ limit={ @@ -275,7 +314,7 @@ return { [1]="damage_+%" } }, - [11]={ + [12]={ [1]={ [1]={ [1]={ @@ -317,9 +356,14 @@ return { [2]="generic_ongoing_trigger_triggers_at_maximum_energy" } }, - [12]={ + [13]={ [1]={ [1]={ + limit={ + }, + text="{0:+d}% increased Effect of Socketed Marks" + }, + [2]={ limit={ [1]={ [1]=1, @@ -328,7 +372,7 @@ return { }, text="{0}% increased Effect of Socketed Marks" }, - [2]={ + [3]={ [1]={ k="negate", v=1 @@ -346,7 +390,7 @@ return { [1]="mark_effect_+%" } }, - [13]={ + [14]={ [1]={ [1]={ limit={ @@ -375,7 +419,7 @@ return { [1]="trigger_meta_gem_damage_+%_final" } }, - [14]={ + [15]={ [1]={ [1]={ limit={ @@ -404,7 +448,7 @@ return { [1]="warcry_buff_effect_+%" } }, - [15]={ + [16]={ [1]={ [1]={ limit={ @@ -438,7 +482,7 @@ return { [2]="skill_empower_limitation_specifier_for_stat_description" } }, - [16]={ + [17]={ [1]={ [1]={ limit={ @@ -455,23 +499,24 @@ return { } }, ["active_skill_base_area_of_effect_radius"]=7, - ["base_skill_area_of_effect_+%"]=8, - ["curse_effect_+%"]=9, - ["damage_+%"]=10, + ["base_curse_duration_+%"]=8, + ["base_skill_area_of_effect_+%"]=9, + ["curse_effect_+%"]=10, + ["damage_+%"]=11, ["disable_skill_if_melee_attack"]=6, - ["generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time"]=11, - ["generic_ongoing_trigger_triggers_at_maximum_energy"]=11, - ["mark_effect_+%"]=12, + ["generic_ongoing_trigger_1_maximum_energy_per_Xms_total_cast_time"]=12, + ["generic_ongoing_trigger_triggers_at_maximum_energy"]=12, + ["mark_effect_+%"]=13, parent="gem_stat_descriptions", ["quality_display_active_skill_base_area_of_effect_radius_is_gem"]=7, - ["skill_empower_limitation_specifier_for_stat_description"]=15, - ["skill_empowers_next_x_melee_attacks"]=15, + ["skill_empower_limitation_specifier_for_stat_description"]=16, + ["skill_empowers_next_x_melee_attacks"]=16, ["support_additional_totem_damage_+%_final"]=2, ["support_attack_totem_attack_speed_+%_final"]=5, ["support_blasphemy_curse_effect_+%_final"]=3, ["support_spell_totem_cast_speed_+%_final"]=4, ["support_totem_damage_+%_final"]=1, - ["trigger_meta_gem_damage_+%_final"]=13, - ["warcry_buff_effect_+%"]=14, - ["warcry_grant_damage_+%_to_exerted_attacks"]=16 + ["trigger_meta_gem_damage_+%_final"]=14, + ["warcry_buff_effect_+%"]=15, + ["warcry_grant_damage_+%_to_exerted_attacks"]=17 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/passive_skill_stat_descriptions.lua b/src/Data/StatDescriptions/passive_skill_stat_descriptions.lua index 79fca9f55f..4f2c53f7e0 100644 --- a/src/Data/StatDescriptions/passive_skill_stat_descriptions.lua +++ b/src/Data/StatDescriptions/passive_skill_stat_descriptions.lua @@ -24,6 +24,51 @@ return { } }, [3]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Tribute" + } + }, + stats={ + [1]="base_tribute" + } + }, + [4]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Tribute" + } + }, + stats={ + [1]="tribute_+%" + } + }, + [5]={ [1]={ [1]={ limit={ @@ -39,7 +84,7 @@ return { [1]="base_strength" } }, - [4]={ + [6]={ [1]={ [1]={ limit={ @@ -68,7 +113,7 @@ return { [1]="strength_+%" } }, - [5]={ + [7]={ [1]={ [1]={ limit={ @@ -84,7 +129,7 @@ return { [1]="base_dexterity" } }, - [6]={ + [8]={ [1]={ [1]={ limit={ @@ -113,7 +158,7 @@ return { [1]="dexterity_+%" } }, - [7]={ + [9]={ [1]={ [1]={ limit={ @@ -129,7 +174,7 @@ return { [1]="base_intelligence" } }, - [8]={ + [10]={ [1]={ [1]={ limit={ @@ -158,7 +203,7 @@ return { [1]="intelligence_+%" } }, - [9]={ + [11]={ [1]={ [1]={ [1]={ @@ -178,7 +223,7 @@ return { [1]="mana_regeneration_rate_per_minute_%" } }, - [10]={ + [12]={ [1]={ [1]={ [1]={ @@ -198,7 +243,7 @@ return { [1]="mana_regeneration_rate_per_minute_%_per_power_charge" } }, - [11]={ + [13]={ [1]={ [1]={ limit={ @@ -214,7 +259,7 @@ return { [1]="max_endurance_charges" } }, - [12]={ + [14]={ [1]={ [1]={ limit={ @@ -230,7 +275,7 @@ return { [1]="max_frenzy_charges" } }, - [13]={ + [15]={ [1]={ [1]={ limit={ @@ -246,7 +291,7 @@ return { [1]="max_power_charges" } }, - [14]={ + [16]={ [1]={ [1]={ limit={ @@ -262,7 +307,7 @@ return { [1]="physical_damage_+%_per_frenzy_charge" } }, - [15]={ + [17]={ [1]={ [1]={ limit={ @@ -278,7 +323,7 @@ return { [1]="add_frenzy_charge_on_kill" } }, - [16]={ + [18]={ [1]={ [1]={ limit={ @@ -294,7 +339,7 @@ return { [1]="keystone_iron_reflexes" } }, - [17]={ + [19]={ [1]={ [1]={ limit={ @@ -310,7 +355,7 @@ return { [1]="keystone_avatar_of_fire" } }, - [18]={ + [20]={ [1]={ [1]={ limit={ @@ -326,7 +371,7 @@ return { [1]="keystone_eldritch_battery" } }, - [19]={ + [21]={ [1]={ [1]={ limit={ @@ -335,14 +380,14 @@ return { [2]="#" } }, - text="Unlimited number of Summoned Totems\nTotems reserve 100 Spirit each" + text="Unlimited number of Summoned Totems\nTotems reserve 75 Spirit each" } }, stats={ [1]="keystone_ancestral_bond" } }, - [20]={ + [22]={ [1]={ [1]={ limit={ @@ -358,7 +403,7 @@ return { [1]="base_number_of_spectres_allowed" } }, - [21]={ + [23]={ [1]={ [1]={ limit={ @@ -374,7 +419,7 @@ return { [1]="base_number_of_skeletons_allowed" } }, - [22]={ + [24]={ [1]={ [1]={ limit={ @@ -390,7 +435,7 @@ return { [1]="base_number_of_raging_spirits_allowed" } }, - [23]={ + [25]={ [1]={ [1]={ limit={ @@ -406,7 +451,7 @@ return { [1]="keystone_acrobatics" } }, - [24]={ + [26]={ [1]={ [1]={ limit={ @@ -422,7 +467,7 @@ return { [1]="keystone_pain_attunement" } }, - [25]={ + [27]={ [1]={ [1]={ limit={ @@ -438,7 +483,7 @@ return { [1]="keystone_point_blank" } }, - [26]={ + [28]={ [1]={ [1]={ limit={ @@ -454,23 +499,7 @@ return { [1]="keystone_conduit" } }, - [27]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Evasion Rating is Doubled against Projectile Attacks\n25% less Evasion Rating against Melee Attacks" - } - }, - stats={ - [1]="keystone_projectile_evasion" - } - }, - [28]={ + [29]={ [1]={ [1]={ limit={ @@ -486,7 +515,7 @@ return { [1]="keystone_blood_magic" } }, - [29]={ + [30]={ [1]={ [1]={ limit={ @@ -502,7 +531,7 @@ return { [1]="keystone_minion_instability" } }, - [30]={ + [31]={ [1]={ [1]={ limit={ @@ -511,14 +540,14 @@ return { [2]="#" } }, - text="Hits that deal Fire Damage remove Fire Exposure and inflict Lightning Exposure\nHits that deal Cold Damage remove Cold Exposure and inflict Fire Exposure\nHits that deal Lightning Damage remove Lightning Exposure and inflict Cold Exposure" + text="Infusion Remnants you create are always a Random Element" } }, stats={ [1]="keystone_elemental_equilibrium" } }, - [31]={ + [32]={ [1]={ [1]={ limit={ @@ -534,7 +563,7 @@ return { [1]="keystone_chaos_inoculation" } }, - [32]={ + [33]={ [1]={ [1]={ limit={ @@ -550,7 +579,7 @@ return { [1]="keystone_vaal_pact" } }, - [33]={ + [34]={ [1]={ [1]={ limit={ @@ -579,7 +608,7 @@ return { [1]="critical_strike_chance_+%" } }, - [34]={ + [35]={ [1]={ [1]={ limit={ @@ -595,7 +624,7 @@ return { [1]="staff_block_%" } }, - [35]={ + [36]={ [1]={ [1]={ limit={ @@ -611,7 +640,7 @@ return { [1]="keystone_mana_shield" } }, - [36]={ + [37]={ [1]={ [1]={ limit={ @@ -620,14 +649,14 @@ return { [2]="#" } }, - text="Your Hits can't be Evaded\nNever deal Critical Hits" + text="Accuracy Rating is Doubled\nNever deal Critical Hits" } }, stats={ [1]="resolute_technique" } }, - [37]={ + [38]={ [1]={ [1]={ limit={ @@ -636,14 +665,14 @@ return { [2]="#" } }, - text="Cannot be Light Stunned\nCannot Dodge Roll" + text="Cannot be Light Stunned\nCannot Dodge Roll or Sprint" } }, stats={ [1]="keystone_unwavering_stance" } }, - [38]={ + [39]={ [1]={ [1]={ limit={ @@ -659,7 +688,7 @@ return { [1]="passive_can_be_allocated_without_connection" } }, - [39]={ + [40]={ [1]={ [1]={ limit={ @@ -675,7 +704,7 @@ return { [1]="base_strength_and_dexterity" } }, - [40]={ + [41]={ [1]={ [1]={ limit={ @@ -691,7 +720,7 @@ return { [1]="base_strength_and_intelligence" } }, - [41]={ + [42]={ [1]={ [1]={ limit={ @@ -707,7 +736,7 @@ return { [1]="base_dexterity_and_intelligence" } }, - [42]={ + [43]={ [1]={ [1]={ limit={ @@ -732,7 +761,7 @@ return { [1]="global_chance_to_blind_on_hit_%" } }, - [43]={ + [44]={ [1]={ [1]={ limit={ @@ -766,7 +795,7 @@ return { [2]="number_of_additional_projectiles" } }, - [44]={ + [45]={ [1]={ [1]={ limit={ @@ -782,7 +811,7 @@ return { [1]="base_number_of_golems_allowed" } }, - [45]={ + [46]={ [1]={ [1]={ limit={ @@ -843,7 +872,7 @@ return { [1]="display_can_take_character_start_point" } }, - [46]={ + [47]={ [1]={ [1]={ limit={ @@ -868,121 +897,162 @@ return { [1]="consecrate_ground_on_kill_%_for_3_seconds" } }, - [47]={ + [48]={ [1]={ [1]={ - [1]={ - k="negate", - v=1 + limit={ + [1]={ + [1]=1, + [2]=1 + } }, + text="Gain {0} Life Flask Charge per 4% Life spent" + }, + [2]={ limit={ [1]={ - [1]="#", - [2]=-1 + [1]=2, + [2]="#" } }, - text="Enemies in your Presence are Slowed by {0}%" + text="Gain {0} Life Flask Charges per 4% Life spent" } }, stats={ - [1]="ascendancy_chronomancer_apex_of_the_moment_base_slow_aura_value" + [1]="gain_X_life_flask_charges_per_4%_life_spent" } }, - [48]={ + [49]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ - [1]=1, - [2]="#" + [1]=1000, + [2]=1000 } }, - text="{0}% increased Magnitude of Chill you inflict" + text="DNT Adaptations last for {0} second" }, [2]={ [1]={ - k="negate", + k="milliseconds_to_seconds_2dp_if_required", v=1 }, limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="{0}% reduced Magnitude of Chill you inflict" + text="DNT Adaptations last for {0} seconds" } }, stats={ - [1]="chill_effect_+%" + [1]="adaptation_duration_ms" } }, - [49]={ + [50]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Your Hits are Crushing Blows" + text="DNT Add {0} Guard when Triggering a Skill for every 0.1 seconds of base use time of that Skill" } }, stats={ - [1]="crushing_blow" + [1]="add_X_guard_on_trigger_per_100_ms_total_use_time_of_triggered_skill_up_to_maximum_mana" } }, - [50]={ + [51]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ - [1]="#", - [2]="#" + [1]=1000, + [2]=1000 } }, - text="Enemies within 2 metres of you are Taunted" - } - }, - stats={ - [1]="display_nearby_enemies_are_taunted" - } - }, - [51]={ - [1]={ - [1]={ + text="DNT Expending Combo adds {0} second to remaining Energy Shield Recharge delay per Combo" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ [1]=1, [2]="#" } }, - text="You have {0} Fortification" + text="DNT Expending Combo adds {0} seconds to remaining Energy Shield Recharge delay per Combo" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=-1000, + [2]=-1000 + } + }, + text="DNT Expending Combo removes {0} second from remaining Energy Shield Recharge delay per Combo" + }, + [4]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Expending Combo removes {0} seconds from remaining Energy Shield Recharge delay per Combo" } }, stats={ - [1]="display_you_have_x_fortification" + [1]="add_X_ms_to_energy_shield_recharge_delay_per_combo_spent" } }, [52]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds", - v=1 + limit={ + [1]={ + [1]=1, + [2]=99 + } }, + text="{0}% Chance to build an additional Combo on Hit" + }, + [2]={ limit={ [1]={ - [1]="#", + [1]=100, [2]="#" } }, - text="Every second, inflict Withered on nearby Enemies for {0} seconds" + text="Build an additional Combo on Hit" } }, stats={ - [1]="every_1_second_nearby_enemies_withered_for_X_ms" + [1]="additional_combo_gain_chance_%" } }, [53]={ @@ -990,15 +1060,15 @@ return { [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="You can have two Companions of different types\nYou have 30% less Defences\nCompanions have +1 to each Defence for every 2 of that Defence you have" + text="DNT Gain {0} additional Combo whenever you gain Combo" } }, stats={ - [1]="keystone_2_companions" + [1]="additional_combo_gain_on_hit" } }, [54]={ @@ -1010,11 +1080,11 @@ return { [2]="#" } }, - text="Dodge Roll cannot Avoid Damage\nTake 30% less Damage from Hits while Dodge Rolling" + text="Bleeding you inflict on Pinned Enemies is Aggravated" } }, stats={ - [1]="keystone_bulwark" + [1]="aggravate_bleeding_when_inflicted_vs_pinned_enemy" } }, [55]={ @@ -1022,15 +1092,15 @@ return { [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Bleeding you inflict is Aggravated\nBase Bleeding Duration is 1 second" + text="Apply {0} Critical Weakness to Enemies when Consuming a Mark on them" } }, stats={ - [1]="keystone_crimson_assault" + [1]="apply_X_critical_weakness_on_consuming_mark" } }, [56]={ @@ -1038,15 +1108,15 @@ return { [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="You can inflict Bleeding on an Enemy up to 8 times\nYour Bleeding does not deal extra Damage while the Enemy is moving\n50% less Damage with Bleeding" + text="{0}% increased Effect of Arcane Surge on you per ten percent missing Mana" } }, stats={ - [1]="keystone_crimson_dance" + [1]="arcane_surge_effect_on_self_+%_per_10%_missing_mana" } }, [57]={ @@ -1054,50 +1124,1807 @@ return { [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="25% more Skill Speed while Off Hand is empty and you have\na One-Handed Martial Weapon equipped in your Main Hand" - } - }, - stats={ - [1]="keystone_dance_with_death" - } - }, + text="DNT {0}% more Mana cost of Triggered Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% less Mana cost of Triggered Skills" + } + }, + stats={ + [1]="ascendancy_arcane_archer_triggered_skill_mana_cost_+%_final" + } + }, [58]={ [1]={ [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Enemies in your Presence are Slowed by {0}%" + } + }, + stats={ + [1]="ascendancy_chronomancer_apex_of_the_moment_base_slow_aura_value" + } + }, + [59]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Fire Djinn will use Flame Slice on Enemies you target with Damaging Skills" + } + }, + stats={ + [1]="ascendancy_enable_fire_djinn_passive" + } + }, + [60]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Grants Thaumaturgical Dynamism" + } + }, + stats={ + [1]="ascendancy_gemling_charge_generator_buff_display" + } + }, + [61]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Damaging Spells consume a Power Charge if able to trigger Abyssal Apparition" + } + }, + stats={ + [1]="ascendancy_lich_consume_power_for_apparition" + } + }, + [62]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skeletal Minions you would create instead grant you Umbral Souls for each Minion you would have created" + } + }, + stats={ + [1]="ascendancy_lich_skeletons_are_buffs_instead_of_minions" + } + }, + [63]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Spells deal {0}% more Damage when Sacrificing Energy Shield" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Spells deal {0}% less Damage when Sacrificing Energy Shield" + } + }, + stats={ + [1]="ascendancy_lich_spell_damage_+%_final_when_sacrificing_energy_shield" + } + }, + [64]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Spells consume a Power Charge if able to deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Spells consume a Power Charge if able to deal {0}% less Damage" + } + }, + stats={ + [1]="ascendancy_lich_spells_consume_power_charges_for_spell_damage_+%_final" + } + }, + [65]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Ignites you inflict have up to {0}% more Magnitude, at random" + } + }, + stats={ + [1]="ascendancy_random_ignite_effect_+%_final_up_to_%" + } + }, + [66]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=-100, + [2]=-100 + } + }, + text="Cannot cause Immobilisation buildup" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Immobilisation buildup" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Immobilisation buildup" + } + }, + stats={ + [1]="ascendancy_tactician_suppressing_fire_hit_damage_immobilisation_multiplier_+%_final" + } + }, + [67]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="DNT Minimum {0} Vivid Stag Wisp" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="DNT Minimum {0} Vivid Stag Wisps" + } + }, + stats={ + [1]="ascendancy_vivid_stag_minimum_stag_wisp_count" + } + }, + [68]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Curse zones erupt after {0}% increased delay" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Curse zones erupt after {0}% reduced delay" + } + }, + stats={ + [1]="base_curse_delay_+%" + } + }, + [69]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT {0:+d} to Rage cost of Skills" + } + }, + stats={ + [1]="base_rage_cost" + } + }, + [70]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Regenerate {0}% of your Maximum Rage per second" + } + }, + stats={ + [1]="base_rage_regeneration_rate_per_minute_%" + } + }, + [71]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]=1000, + [2]=1000 + } + }, + text="On Hitting an Enemy while a Life Flask is at full Charges, {0}% of its Charges are consumed\nGain {1}% of damage as Physical damage for {2} second per Charge consumed this way" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="On Hitting an Enemy while a Life Flask is at full Charges, {0}% of its Charges are consumed\nGain {1}% of damage as Physical damage for {2} seconds per Charge consumed this way" + } + }, + stats={ + [1]="blood_mage_life_flask_buff_%_charges_to_consume", + [2]="blood_mage_life_flask_buff_%_damage_to_gain_as_physical_per_charge_consumed", + [3]="blood_mage_life_flask_buff_duration_ms" + } + }, + [72]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT You can wield a Focus while also wielding a Staff" + } + }, + stats={ + [1]="can_equip_staff_with_focus" + } + }, + [73]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Any Attack Hit can gain Combo" + } + }, + stats={ + [1]="can_gain_combo_from_any_attack_hit" + } + }, + [74]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="All Flames of Chayula that you manifest are Blue" + } + }, + stats={ + [1]="can_only_spawn_blue_flame_of_chayula_remnants" + } + }, + [75]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="All Flames of Chayula that you manifest are Purple" + } + }, + stats={ + [1]="can_only_spawn_purple_flame_of_chayula_remnants" + } + }, + [76]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="All Flames of Chayula that you manifest are Red" + } + }, + stats={ + [1]="can_only_spawn_red_flame_of_chayula_remnants" + } + }, + [77]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for Damage with Hits to be Lucky" + } + }, + stats={ + [1]="chance_for_extra_damage_roll_%" + } + }, + [78]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance when collecting an Elemental Infusion to gain another different Elemental Infusion" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="When collecting an Elemental Infusion, gain another different Elemental Infusion" + } + }, + stats={ + [1]="chance_%_for_extra_infusion_on_infused_remnant_pickup" + } + }, + [79]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% chance to generate an Owl Feather on Critical Hit" + } + }, + stats={ + [1]="chance_to_generate_owl_feather_%_on_crit" + } + }, + [80]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Skills have {0}% chance to not remove Charges but still count as consuming them" + } + }, + stats={ + [1]="charge_skip_consume_chance_%" + } + }, + [81]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Chill you inflict" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Chill you inflict" + } + }, + stats={ + [1]="chill_effect_+%" + } + }, + [82]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Grants Sands of Time" + } + }, + stats={ + [1]="chronomancer_grant_cast_speed_+%", + [2]="chronomancer_grant_area_of_effect_+%" + } + }, + [83]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Companions deal {0}% increased Damage per socketed Talisman" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Companions deal {0}% reduced Damage per socketed Talisman" + } + }, + stats={ + [1]="companion_damage_+%_per_socketed_talisman" + } + }, + [84]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance for Remnants you create to grant their effects twice" + } + }, + stats={ + [1]="created_remnants_have_%_chance_to_duplicate_pick_up_results" + } + }, + [85]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemy Critical Hit Chance against you is Unlucky" + } + }, + stats={ + [1]="critical_chance_vs_self_is_unlucky" + } + }, + [86]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Hits are Crushing Blows" + } + }, + stats={ + [1]="crushing_blow" + } + }, + [87]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% of Current Energy Shield also grants Physical Damage reduction" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Current Energy Shield also grants Physical Damage reduction" + }, + [3]={ + limit={ + [1]={ + [1]=101, + [2]="#" + } + }, + text="{0}% of Current Energy Shield also grants Physical Damage reduction" + } + }, + stats={ + [1]="current_energy_shield_%_as_elemental_damage_reduction" + } + }, + [88]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Enemies you Curse have at least {0}% of Life Reserved" + } + }, + stats={ + [1]="cursed_enemies_have_life_reserved_%" + } + }, + [89]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Damage of Enemies Hitting you is Unlucky" + } + }, + stats={ + [1]="damage_taken_from_hits_is_unlucky" + } + }, + [90]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to Daze Enemies whose Hits you Block while Actively Blocking" + } + }, + stats={ + [1]="daze_enemies_on_block_with_shield_raised_chance_%" + } + }, + [91]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Enable Living Bomb" + } + }, + stats={ + [1]="display_fire_djinn_enable_living_bomb" + } + }, + [92]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies within 2 metres of you are Taunted" + } + }, + stats={ + [1]="display_nearby_enemies_are_taunted" + } + }, + [93]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Enable Explosive Teleport" + } + }, + stats={ + [1]="display_sand_djinn_enable_explode_teleport" + } + }, + [94]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Enable Hand Slam" + } + }, + stats={ + [1]="display_sand_djinn_enable_hand_slam" + } + }, + [95]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Enable Knife Toss" + } + }, + stats={ + [1]="display_sand_djinn_enable_knife_throw" + } + }, + [96]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You have {0} Fortification" + } + }, + stats={ + [1]="display_you_have_x_fortification" + } + }, + [97]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% more Energy Shield Recharge Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% less Energy Shield Recharge Rate" + } + }, + stats={ + [1]="djinn_ascendancy_energy_shield_recharge_rate_+%_final_on_low_energy_shield" + } + }, + [98]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Elemental Damage is taken from Mana before Life" + } + }, + stats={ + [1]="elemental_damage_removed_from_mana_before_life_%" + } + }, + [99]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% more Elemental Damage taken per Adaptation, matching that Adaptations type" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% less Elemental Damage taken per Adaptation, matching that Adaptations type" + } + }, + stats={ + [1]="elemental_damage_taken_+%_final_per_matching_adaptation" + } + }, + [100]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0:+d} to Limit for Elemental Skills" + } + }, + stats={ + [1]="elemental_skill_limit_+" + } + }, + [101]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Energy Shield Recharge begins {0} second sooner" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Energy Shield Recharge begins {0} seconds sooner" + } + }, + stats={ + [1]="energy_shield_recharge_starts_X_ms_sooner" + } + }, + [102]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Every second, inflict Withered on nearby Enemies for {0} seconds" + } + }, + stats={ + [1]="every_1_second_nearby_enemies_withered_for_X_ms" + } + }, + [103]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% increased bonuses gained from Equipped Focus" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% reduced bonuses gained from Equipped Focus" + } + }, + stats={ + [1]="focus_mod_effect_+%" + } + }, + [104]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Gain {0} Adaptation when hit by Elemental Damage, matching the type of the Damage taken" + } + }, + stats={ + [1]="gain_X_adaptation_matching_type_when_hit_by_elemental_damage" + } + }, + [105]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0} Volatility on inflicting an Elemental Ailment" + } + }, + stats={ + [1]="gain_X_volatility_on_inflicting_elemental_ailment" + } + }, + [106]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Take no Damage from Volatility" + } + }, + stats={ + [1]="immune_to_volatility_damage" + } + }, + [107]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You can have two Companions of different types\nYou have 30% less Defences\nCompanions have +1 to each Defence for every 2 of that Defence you have" + } + }, + stats={ + [1]="keystone_2_companions" + } + }, + [108]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Dodge Roll cannot Avoid Damage\nTake 30% less Damage from Hits while Dodge Rolling" + } + }, + stats={ + [1]="keystone_bulwark" + } + }, + [109]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bleeding you inflict is Aggravated\nBase Bleeding Duration is 1 second" + } + }, + stats={ + [1]="keystone_crimson_assault" + } + }, + [110]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You can inflict Bleeding on an Enemy up to 8 times\nYour Bleeding does not deal extra Damage while the Enemy is moving\n50% less Damage with Bleeding" + } + }, + stats={ + [1]="keystone_crimson_dance" + } + }, + [111]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="25% more Skill Speed while Off Hand is empty and you have\na One-Handed Martial Weapon equipped in your Main Hand" + } + }, + stats={ + [1]="keystone_dance_with_death" + } + }, + [112]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You can wield Two-Handed Axes, Maces and Swords in one hand\nTriple Attribute requirements of Martial Weapons\nInherent Life granted by Strength is halved" + } + }, + stats={ + [1]="keystone_giants_blood" + } + }, + [113]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Mana Leech recovers based on Elemental Damage Types instead of Physical Damage" + } + }, + stats={ + [1]="keystone_mana_leech_from_elemental_instead" + } + }, + [114]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Excess Life Recovery from Regeneration is applied to Energy Shield\nEnergy Shield does not Recharge" + } + }, + stats={ + [1]="keystone_zealots_oath" + } + }, + [115]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Leech recovers based on Chaos Damage as well as Physical Damage" + } + }, + stats={ + [1]="leech_also_recovers_based_on_chaos_damage_as_well" + } + }, + [116]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Life Leeched from Empowered Attacks is Instant" + } + }, + stats={ + [1]="life_leech_is_instant_for_empowered_attacks" + } + }, + [117]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Nearby Enemies have {0}% increased Life Regeneration Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Nearby Enemies have {0}% reduced Life Regeneration Rate" + } + }, + stats={ + [1]="life_mastery_nearby_enemy_life_regeneration_rate_+%" + } + }, + [118]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Increases and Reductions to Mana Regeneration Rate also apply to Rage Regeneration Rate" + } + }, + stats={ + [1]="mana_regeneration_rate_modifiers_apply_to_rage_regeneration" + } + }, + [119]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Maximum Block chance is {0}%" + } + }, + stats={ + [1]="maximum_block_chance_override" + } + }, + [120]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased maximum Darkness per 1% Chaos Resistance" + } + }, + stats={ + [1]="maximum_darkness_+%_per_capped_chaos_damage_resistance" + } + }, + [121]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0:+d} to maximum Mana per fifty Item Evasion Rating on Equipped Armour Items" + } + }, + stats={ + [1]="maximum_mana_per_50_evasion_rating_from_armour_items" + } + }, + [122]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Meta Skill Gems have {0}% increased Reservation efficiency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Meta Skill Gems have {0}% reduced Reservation efficiency" + } + }, + stats={ + [1]="meta_gem_reservation_efficiency_+%" + } + }, + [123]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed Penalty while Actively Blocking" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed Penalty while Actively Blocking" + } + }, + stats={ + [1]="movement_speed_penalty_+%_while_raising_shield" + } + }, + [124]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Attacks Empowered by Owl Feathers have {0}% more Critical Damage Bonus" + } + }, + stats={ + [1]="multishot_critical_damage_bonus_+%_final" + } + }, + [125]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Projectile Barrages have no spread" + } + }, + stats={ + [1]="no_barrage_projectile_spread" + } + }, + [126]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]=1, + [2]="#" + } + }, + text="For each colour of Socketed Support Gem that is most numerous, gain:\nRed: Hits against you have no Critical Damage Bonus\nBlue: Skills have {1}% more cost\nGreen: {2}% more Movement Speed Penalty from using Skills while Moving" + }, + [2]={ + [1]={ + k="negate", + v=2 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]=-1 + }, + [3]={ + [1]=1, + [2]="#" + } + }, + text="For each colour of Socketed Support Gem that is most numerous, gain:\nRed: Hits against you have no Critical Damage Bonus\nBlue: Skills have {1}% less cost\nGreen: {2}% more Movement Speed Penalty from using Skills while Moving" + }, + [3]={ + [1]={ + k="negate", + v=2 + }, + [2]={ + k="negate", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]=-1 + }, + [3]={ + [1]="#", + [2]=-1 + } + }, + text="For each colour of Socketed Support Gem that is most numerous, gain:\nRed: Hits against you have no Critical Damage Bonus\nBlue: Skills have {1}% less cost\nGreen: {2}% less Movement Speed Penalty from using Skills while Moving" + }, + [4]={ + [1]={ + k="negate", + v=3 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]="#", + [2]=-1 + } + }, + text="For each colour of Socketed Support Gem that is most numerous, gain:\nRed: Hits against you have no Critical Damage Bonus\nBlue: Skills have {1}% more cost\nGreen: {2}% less Movement Speed Penalty from using Skills while Moving" + } + }, + stats={ + [1]="no_self_critical_strike_multiplier_if_red_support_count_highest", + [2]="skill_cost_+%_final_if_blue_support_count_highest", + [3]="movement_speed_penalty_+%_final_while_performing_action_if_green_support_count_highest" + } + }, + [127]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Your Offerings can target Enemies in Culling range" + } + }, + stats={ + [1]="offering_skill_target_cullable_enemies_instead" + } + }, + [128]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Your Offerings affect you instead of your Minions" + } + }, + stats={ + [1]="offerings_only_buff_you" + } + }, + [129]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Physical Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Physical Damage" + } + }, + stats={ + [1]="physical_damage_+%" + } + }, + [130]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Physical Spell Critical Hits build Pin" + } + }, + stats={ + [1]="physical_spell_damage_can_pin_on_critical_hit" + } + }, + [131]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pinned Enemies cannot deal Critical Hits" + } + }, + stats={ + [1]="pinned_enemies_cannot_crit" + } + }, + [132]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Hits cannot be Evaded by Pinned Enemies" + } + }, + stats={ + [1]="pinned_enemies_cannot_evade_your_attacks" + } + }, + [133]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Projectile Attacks always Chain to Marked Enemies with {0}% increased Chaining Distance" + } + }, + stats={ + [1]="projectile_attacks_always_chain_to_marked_enemies_with_%_increased_chaining_distance" + } + }, + [134]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT You gain {0}% more Spell Damage per Rage" + } + }, + stats={ + [1]="ascendancy_shaman_spell_damage_+%_final_per_rage" + } + }, + [135]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0} Rage when you use a Life Flask" + } + }, + stats={ + [1]="rage_gained_on_life_flask_use" + } + }, + [136]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Freeze you inflict has up to {0}% increased duration, at random" + } + }, + stats={ + [1]="random_freeze_duration_+%_up_to_%" + } + }, + [137]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Remnants you create reappear once, {0} second after being collected" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Remnants you create reappear once, {0} seconds after being collected" + } + }, + stats={ + [1]="remnants_you_create_reappear_X_ms_after_being_collected" + } + }, + [138]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Skills have {0}% increased Reservation efficiency per socketed Talisman" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Skills have {0}% reduced Reservation efficiency per socketed Talisman" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_skills_per_socketed_talisman" + } + }, + [139]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT {0:+d}% to all Elemental Resistances per socketed Rune" + } + }, + stats={ + [1]="resist_all_elements_%_per_socketed_rune" + } + }, + [140]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Sacrificing Energy Shield does not interrupt Recharge" + } + }, + stats={ + [1]="sacrificing_energy_shield_does_not_interrupt_recharge" + } + }, + [141]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Shock you inflict" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="You can wield Two-Handed Axes, Maces and Swords in one hand\nTriple Attribute requirements of Martial Weapons" + text="{0}% reduced Magnitude of Shock you inflict" } }, stats={ - [1]="keystone_giants_blood" + [1]="shock_effect_+%" } }, - [59]={ + [142]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Excess Life Recovery from Regeneration is applied to Energy Shield\nEnergy Shield does not Recharge" + text="DNT {0}% increased cost of Skills per socketed Soul Core" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT {0}% reduced cost of Skills per socketed Soul Core" } }, stats={ - [1]="keystone_zealots_oath" + [1]="skill_cost_+%_per_socketed_soul_core" } }, - [60]={ + [143]={ [1]={ [1]={ limit={ @@ -1106,27 +2933,30 @@ return { [2]="#" } }, - text="Nearby Enemies have {0}% increased Life Regeneration Rate" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, + text="Sacrifice {0}% of maximum Energy Shield when you Cast a Spell" + } + }, + stats={ + [1]="spells_sacrifice_%_of_your_energy_shield" + } + }, + [144]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Nearby Enemies have {0}% reduced Life Regeneration Rate" + text="Your Energy Shield starts at zero" } }, stats={ - [1]="life_mastery_nearby_enemy_life_regeneration_rate_+%" + [1]="start_at_zero_energy_shield" } }, - [61]={ + [145]={ [1]={ [1]={ limit={ @@ -1135,14 +2965,14 @@ return { [2]="#" } }, - text="Projectile Barrages have no spread" + text="Totems you place grant Embankment Auras" } }, stats={ - [1]="no_barrage_projectile_spread" + [1]="tactician_grants_aura_to_deployed_totems" } }, - [62]={ + [146]={ [1]={ [1]={ limit={ @@ -1151,72 +2981,111 @@ return { [2]="#" } }, - text="{0}% increased Physical Damage" + text="DNT Tame Beast can target Unique Beasts\nYou can summon Tamed Unique Beasts" + } + }, + stats={ + [1]="tame_beast_can_target_unique_beasts" + } + }, + [147]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="DNT Your Tamed Beasts are possessed by a different random Azmeri Wisp once every {0} second" }, [2]={ [1]={ - k="negate", + k="milliseconds_to_seconds_2dp_if_required", v=1 }, limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="{0}% reduced Physical Damage" + text="DNT Your Tamed Beasts are possessed by a different random Azmeri Wisp once every {0} seconds" } }, stats={ - [1]="physical_damage_+%" + [1]="tamed_beasts_randomly_possessed_every_x_ms" } }, - [63]={ + [148]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="{0}% increased Magnitude of Shock you inflict" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, + text="DNT Your Time Lost Jewels have upgraded radii" + } + }, + stats={ + [1]="time_lost_jewel_radius_is_upgraded" + } + }, + [149]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="{0}% reduced Magnitude of Shock you inflict" + text="There is no Limit on the number of Banners you can place" } }, stats={ - [1]="shock_effect_+%" + [1]="unlimited_banners_allowed" } }, - [64]={ + [150]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Your Energy Shield starts at zero" + text="Grants Unravelling" } }, stats={ - [1]="start_at_zero_energy_shield" + [1]="unravelling_cycling_buff_every_x_ms" } }, - [65]={ + [151]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT {0}% of Main Hand Weapon Damage granted as Added Attack Damage to your Companions in your Presence" + } + }, + stats={ + [1]="weapon_damage_%_granted_to_companions_in_presence" + } + }, + [152]={ [1]={ [1]={ limit={ @@ -1232,7 +3101,23 @@ return { [1]="base_phasing_without_visual" } }, - [66]={ + [153]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Offerings created by Culling Enemies have {0}% increased Effect per Power of Culled Enemy" + } + }, + stats={ + [1]="lich_offering_effect_+%_per_enemy_power" + } + }, + [154]={ [1]={ [1]={ limit={ @@ -1257,7 +3142,7 @@ return { [1]="local_jewel_display_number_of_allocated_passives_between_jewel_and_class_start" } }, - [67]={ + [155]={ [1]={ [1]={ limit={ @@ -1273,7 +3158,7 @@ return { [1]="keystone_alternate_dexterity_bonus" } }, - [68]={ + [156]={ [1]={ [1]={ limit={ @@ -1289,7 +3174,7 @@ return { [1]="keystone_alternate_intelligence_bonus" } }, - [69]={ + [157]={ [1]={ [1]={ limit={ @@ -1305,7 +3190,39 @@ return { [1]="keystone_alternate_strength_bonus" } }, - [70]={ + [158]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="When taking damage from Hits, 20% of Life Loss is prevented, then 150% of Life Loss prevented this way is Lost over 4 seconds" + } + }, + stats={ + [1]="keystone_amanamus_defiance" + } + }, + [159]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Invocation Skills instead Trigger Spells every 2 seconds\nInvocation Skills cannot gain Energy while Triggering Spells\nInvoked Spells consume 50% less Energy" + } + }, + stats={ + [1]="keystone_auto_invocation" + } + }, + [160]={ [1]={ [1]={ limit={ @@ -1321,7 +3238,7 @@ return { [1]="keystone_barbed_tips" } }, - [71]={ + [161]={ [1]={ [1]={ limit={ @@ -1337,7 +3254,7 @@ return { [1]="keystone_blind_monk" } }, - [72]={ + [162]={ [1]={ [1]={ limit={ @@ -1353,7 +3270,7 @@ return { [1]="keystone_call_to_arms" } }, - [73]={ + [163]={ [1]={ [1]={ limit={ @@ -1369,7 +3286,7 @@ return { [1]="keystone_charge_cycle" } }, - [74]={ + [164]={ [1]={ [1]={ limit={ @@ -1385,7 +3302,7 @@ return { [1]="keystone_disciple_of_kitava" } }, - [75]={ + [165]={ [1]={ [1]={ limit={ @@ -1401,7 +3318,7 @@ return { [1]="keystone_divine_flesh" } }, - [76]={ + [166]={ [1]={ [1]={ limit={ @@ -1417,7 +3334,7 @@ return { [1]="keystone_divine_shield" } }, - [77]={ + [167]={ [1]={ [1]={ limit={ @@ -1433,7 +3350,7 @@ return { [1]="keystone_elemental_overload" } }, - [78]={ + [168]={ [1]={ [1]={ limit={ @@ -1449,7 +3366,7 @@ return { [1]="keystone_emperors_heart" } }, - [79]={ + [169]={ [1]={ [1]={ limit={ @@ -1458,14 +3375,30 @@ return { [2]="#" } }, - text="Life Recharges instead of Energy Shield\nLife Recovery from Flasks applies to Energy Shield instead" + text="Life Recharges instead of Energy Shield\n50% less Life Recovery from Flasks" } }, stats={ [1]="keystone_eternal_youth" } }, - [80]={ + [170]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fire Spells Convert 100% of Fire Damage to Chaos Damage\nChaos Damage from Fire Spells Contributes to Flammability and Ignite Magnitudes\nIgnite inflicted with Fire Spells deals Chaos Damage instead of Fire Damage" + } + }, + stats={ + [1]="keystone_fire_spells_become_chaos_spells" + } + }, + [171]={ [1]={ [1]={ limit={ @@ -1481,7 +3414,7 @@ return { [1]="keystone_focused_rage" } }, - [81]={ + [172]={ [1]={ [1]={ limit={ @@ -1490,14 +3423,14 @@ return { [2]="#" } }, - text="Block Chance is doubled\nYou take 50% of Damage from Blocked Hits" + text="Chance to Evade is Unlucky\nChance to Deflect is Lucky" } }, stats={ [1]="keystone_glancing_blows" } }, - [82]={ + [173]={ [1]={ [1]={ limit={ @@ -1506,14 +3439,14 @@ return { [2]="#" } }, - text="Take 50% less Damage over Time if you've started taking Damage over Time in the past second\nTake 50% more Damage over Time if you've haven't started taking Damage over Time in the past second" + text="Take 50% less Damage over Time if you've started taking Damage over Time in the past second\nTake 50% more Damage over Time if you haven't started taking Damage over Time in the past second" } }, stats={ [1]="keystone_heartstopper" } }, - [83]={ + [174]={ [1]={ [1]={ limit={ @@ -1529,7 +3462,7 @@ return { [1]="keystone_herald_of_doom" } }, - [84]={ + [175]={ [1]={ [1]={ limit={ @@ -1545,7 +3478,23 @@ return { [1]="keystone_hex_master" } }, - [85]={ + [176]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Can Attack as though using a Quarterstaff while both of your hand slots are empty\nUnarmed Attacks that would use your Quarterstaff's damage gain:\nPhysical damage based on their Skill Level\n1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items\n+0.1% to Critical Hit Chance per 10 Item Energy Shield on Equipped Armour Items" + } + }, + stats={ + [1]="keystone_hollow_palm_technique" + } + }, + [177]={ [1]={ [1]={ limit={ @@ -1561,7 +3510,7 @@ return { [1]="keystone_impale" } }, - [86]={ + [178]={ [1]={ [1]={ limit={ @@ -1577,7 +3526,7 @@ return { [1]="keystone_iron_grip" } }, - [87]={ + [179]={ [1]={ [1]={ limit={ @@ -1593,7 +3542,39 @@ return { [1]="keystone_iron_will" } }, - [88]={ + [180]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You deal 1% more Damage per 2 total Power of your Undead Minions\nUndead Minions have 25% less maximum Life" + } + }, + stats={ + [1]="keystone_kulemaks_sovereignty" + } + }, + [181]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Mana Recovery from Regeneration Overflows maximum Mana\n50% less Mana Regeneration Rate" + } + }, + stats={ + [1]="keystone_kurgals_ambition" + } + }, + [182]={ [1]={ [1]={ limit={ @@ -1609,7 +3590,7 @@ return { [1]="keystone_magnetic_charge" } }, - [89]={ + [183]={ [1]={ [1]={ limit={ @@ -1625,7 +3606,7 @@ return { [1]="keystone_mental_conditioning" } }, - [90]={ + [184]={ [1]={ [1]={ limit={ @@ -1641,7 +3622,7 @@ return { [1]="keystone_natures_presence" } }, - [91]={ + [185]={ [1]={ [1]={ limit={ @@ -1657,7 +3638,7 @@ return { [1]="keystone_oasis" } }, - [92]={ + [186]={ [1]={ [1]={ limit={ @@ -1673,7 +3654,7 @@ return { [1]="keystone_precise_technique" } }, - [93]={ + [187]={ [1]={ [1]={ limit={ @@ -1682,14 +3663,14 @@ return { [2]="#" } }, - text="Armour applies to Fire, Cold and Lightning Damage taken from Hits instead of Physical Damage\n-15% to all maximum Elemental Resistances" + text="+100% of Armour applies to Elemental Damage\nArmour does not apply to Physical Damage\n-15% to all maximum Elemental Resistances" } }, stats={ [1]="keystone_prismatic_bulwark" } }, - [94]={ + [188]={ [1]={ [1]={ limit={ @@ -1705,7 +3686,7 @@ return { [1]="keystone_quiet_might" } }, - [95]={ + [189]={ [1]={ [1]={ limit={ @@ -1721,7 +3702,7 @@ return { [1]="keystone_runebinder" } }, - [96]={ + [190]={ [1]={ [1]={ limit={ @@ -1737,7 +3718,7 @@ return { [1]="keystone_sacred_bastion" } }, - [97]={ + [191]={ [1]={ [1]={ limit={ @@ -1753,7 +3734,7 @@ return { [1]="keystone_secrets_of_suffering" } }, - [98]={ + [192]={ [1]={ [1]={ limit={ @@ -1769,7 +3750,7 @@ return { [1]="keystone_sharp_and_brittle" } }, - [99]={ + [193]={ [1]={ [1]={ limit={ @@ -1785,7 +3766,7 @@ return { [1]="keystone_supreme_prodigy" } }, - [100]={ + [194]={ [1]={ [1]={ limit={ @@ -1794,14 +3775,14 @@ return { [2]="#" } }, - text="50% of Cold and Lightning Damage taken as Fire Damage\n50% less Cold Resistance\n50% less Lightning Resistance" + text="Regenerate 1 Life per second per 8 Life spent in the past 8 seconds\n50% more Life Cost of Skills" } }, stats={ - [1]="keystone_tempered_by_war" + [1]="keystone_tecrods_brutality" } }, - [101]={ + [195]={ [1]={ [1]={ limit={ @@ -1810,14 +3791,14 @@ return { [2]="#" } }, - text="You count as Dual Wielding while you are Unencumbered\n40% more Attack Speed with Melee Skills while you are Unencumbered\nAdds 14 to 20 Attack Physical Damage to Melee Skills per 10 Dexterity while you are Unencumbered" + text="50% of Cold and Lightning Damage taken as Fire Damage\n50% less Cold Resistance\n50% less Lightning Resistance" } }, stats={ - [1]="keystone_hollow_palm_technique" + [1]="keystone_tempered_by_war" } }, - [102]={ + [196]={ [1]={ [1]={ limit={ @@ -1826,14 +3807,14 @@ return { [2]="#" } }, - text="-25% to maximum Chance to Block Attack Damage\n-25% to maximum Chance to Block Spell Damage\n+2% Chance to Block Spell Damage for each 1% Overcapped Chance to Block Attack Damage" + text="Projectiles do one of the following at random:\nFork an additional time\nChain an additional time\nChain from Terrain an additional time\nCannot collide with targets" } }, stats={ - [1]="keystone_versatile_combatant" + [1]="keystone_ulamans_vision" } }, - [103]={ + [197]={ [1]={ [1]={ limit={ @@ -1842,14 +3823,14 @@ return { [2]="#" } }, - text="+10% to all Elemental Resistances and maximum Elemental Resistances while affected by a Non-Vaal Guard Skill\n20% additional Physical Damage Reduction while affected by a Non-Vaal Guard Skill\n20% more Damage taken if a Non-Vaal Guard Buff was lost Recently" + text="-25% to maximum Chance to Block Attack Damage\n-25% to maximum Chance to Block Spell Damage\n+2% Chance to Block Spell Damage for each 1% Overcapped Chance to Block Attack Damage" } }, stats={ - [1]="keystone_veterans_awareness" + [1]="keystone_versatile_combatant" } }, - [104]={ + [198]={ [1]={ [1]={ limit={ @@ -1858,117 +3839,216 @@ return { [2]="#" } }, - text="20% less Attack Damage taken if you haven't been Hit by an Attack Recently\n10% more chance to Evade Attacks if you have been Hit by an Attack Recently\n20% more Attack Damage taken if you have been Hit by an Attack Recently" + text="+10% to all Elemental Resistances and maximum Elemental Resistances while affected by a Non-Vaal Guard Skill\n20% additional Physical Damage Reduction while affected by a Non-Vaal Guard Skill\n20% more Damage taken if a Non-Vaal Guard Buff was lost Recently" } }, stats={ - [1]="keystone_wind_dancer" + [1]="keystone_veterans_awareness" } }, - ["active_skill_additional_projectiles_description_mode"]=43, - ["add_frenzy_charge_on_kill"]=15, - ["ascendancy_chronomancer_apex_of_the_moment_base_slow_aura_value"]=47, + ["active_skill_additional_projectiles_description_mode"]=44, + ["adaptation_duration_ms"]=49, + ["add_X_guard_on_trigger_per_100_ms_total_use_time_of_triggered_skill_up_to_maximum_mana"]=50, + ["add_X_ms_to_energy_shield_recharge_delay_per_combo_spent"]=51, + ["add_frenzy_charge_on_kill"]=17, + ["additional_combo_gain_chance_%"]=52, + ["additional_combo_gain_on_hit"]=53, + ["aggravate_bleeding_when_inflicted_vs_pinned_enemy"]=54, + ["apply_X_critical_weakness_on_consuming_mark"]=55, + ["arcane_surge_effect_on_self_+%_per_10%_missing_mana"]=56, + ["ascendancy_arcane_archer_triggered_skill_mana_cost_+%_final"]=57, + ["ascendancy_chronomancer_apex_of_the_moment_base_slow_aura_value"]=58, + ["ascendancy_enable_fire_djinn_passive"]=59, + ["ascendancy_gemling_charge_generator_buff_display"]=60, + ["ascendancy_lich_consume_power_for_apparition"]=61, + ["ascendancy_lich_skeletons_are_buffs_instead_of_minions"]=62, + ["ascendancy_lich_spell_damage_+%_final_when_sacrificing_energy_shield"]=63, + ["ascendancy_lich_spells_consume_power_charges_for_spell_damage_+%_final"]=64, + ["ascendancy_random_ignite_effect_+%_final_up_to_%"]=65, + ["ascendancy_shaman_spell_damage_+%_final_per_rage"]=134, + ["ascendancy_tactician_suppressing_fire_hit_damage_immobilisation_multiplier_+%_final"]=66, + ["ascendancy_vivid_stag_minimum_stag_wisp_count"]=67, + ["base_curse_delay_+%"]=68, ["base_devotion"]=2, - ["base_dexterity"]=5, - ["base_dexterity_and_intelligence"]=41, - ["base_intelligence"]=7, - ["base_number_of_golems_allowed"]=44, - ["base_number_of_raging_spirits_allowed"]=22, - ["base_number_of_skeletons_allowed"]=21, - ["base_number_of_spectres_allowed"]=20, - ["base_phasing_without_visual"]=65, - ["base_strength"]=3, - ["base_strength_and_dexterity"]=39, - ["base_strength_and_intelligence"]=40, - ["chill_effect_+%"]=48, - ["consecrate_ground_on_kill_%_for_3_seconds"]=46, - ["critical_strike_chance_+%"]=33, - ["crushing_blow"]=49, + ["base_dexterity"]=7, + ["base_dexterity_and_intelligence"]=42, + ["base_intelligence"]=9, + ["base_number_of_golems_allowed"]=45, + ["base_number_of_raging_spirits_allowed"]=24, + ["base_number_of_skeletons_allowed"]=23, + ["base_number_of_spectres_allowed"]=22, + ["base_phasing_without_visual"]=152, + ["base_rage_cost"]=69, + ["base_rage_regeneration_rate_per_minute_%"]=70, + ["base_strength"]=5, + ["base_strength_and_dexterity"]=40, + ["base_strength_and_intelligence"]=41, + ["base_tribute"]=3, + ["blood_mage_life_flask_buff_%_charges_to_consume"]=71, + ["blood_mage_life_flask_buff_%_damage_to_gain_as_physical_per_charge_consumed"]=71, + ["blood_mage_life_flask_buff_duration_ms"]=71, + ["can_equip_staff_with_focus"]=72, + ["can_gain_combo_from_any_attack_hit"]=73, + ["can_only_spawn_blue_flame_of_chayula_remnants"]=74, + ["can_only_spawn_purple_flame_of_chayula_remnants"]=75, + ["can_only_spawn_red_flame_of_chayula_remnants"]=76, + ["chance_%_for_extra_infusion_on_infused_remnant_pickup"]=78, + ["chance_for_extra_damage_roll_%"]=77, + ["chance_to_generate_owl_feather_%_on_crit"]=79, + ["charge_skip_consume_chance_%"]=80, + ["chill_effect_+%"]=81, + ["chronomancer_grant_area_of_effect_+%"]=82, + ["chronomancer_grant_cast_speed_+%"]=82, + ["companion_damage_+%_per_socketed_talisman"]=83, + ["consecrate_ground_on_kill_%_for_3_seconds"]=47, + ["created_remnants_have_%_chance_to_duplicate_pick_up_results"]=84, + ["critical_chance_vs_self_is_unlucky"]=85, + ["critical_strike_chance_+%"]=34, + ["crushing_blow"]=86, + ["current_energy_shield_%_as_elemental_damage_reduction"]=87, + ["cursed_enemies_have_life_reserved_%"]=88, ["damage_taken_+%_from_hits"]=1, - ["dexterity_+%"]=6, - ["display_can_take_character_start_point"]=45, - ["display_nearby_enemies_are_taunted"]=50, - ["display_you_have_x_fortification"]=51, - ["every_1_second_nearby_enemies_withered_for_X_ms"]=52, - ["global_chance_to_blind_on_hit_%"]=42, - ["intelligence_+%"]=8, - ["keystone_2_companions"]=53, - ["keystone_acrobatics"]=23, - ["keystone_alternate_dexterity_bonus"]=67, - ["keystone_alternate_intelligence_bonus"]=68, - ["keystone_alternate_strength_bonus"]=69, - ["keystone_ancestral_bond"]=19, - ["keystone_avatar_of_fire"]=17, - ["keystone_barbed_tips"]=70, - ["keystone_blind_monk"]=71, - ["keystone_blood_magic"]=28, - ["keystone_bulwark"]=54, - ["keystone_call_to_arms"]=72, - ["keystone_chaos_inoculation"]=31, - ["keystone_charge_cycle"]=73, - ["keystone_conduit"]=26, - ["keystone_crimson_assault"]=55, - ["keystone_crimson_dance"]=56, - ["keystone_dance_with_death"]=57, - ["keystone_disciple_of_kitava"]=74, - ["keystone_divine_flesh"]=75, - ["keystone_divine_shield"]=76, - ["keystone_eldritch_battery"]=18, - ["keystone_elemental_equilibrium"]=30, - ["keystone_elemental_overload"]=77, - ["keystone_emperors_heart"]=78, - ["keystone_eternal_youth"]=79, - ["keystone_focused_rage"]=80, - ["keystone_giants_blood"]=58, - ["keystone_glancing_blows"]=81, - ["keystone_heartstopper"]=82, - ["keystone_herald_of_doom"]=83, - ["keystone_hex_master"]=84, - ["keystone_hollow_palm_technique"]=101, - ["keystone_impale"]=85, - ["keystone_iron_grip"]=86, - ["keystone_iron_reflexes"]=16, - ["keystone_iron_will"]=87, - ["keystone_magnetic_charge"]=88, - ["keystone_mana_shield"]=35, - ["keystone_mental_conditioning"]=89, - ["keystone_minion_instability"]=29, - ["keystone_natures_presence"]=90, - ["keystone_oasis"]=91, - ["keystone_pain_attunement"]=24, - ["keystone_point_blank"]=25, - ["keystone_precise_technique"]=92, - ["keystone_prismatic_bulwark"]=93, - ["keystone_projectile_evasion"]=27, - ["keystone_quiet_might"]=94, - ["keystone_runebinder"]=95, - ["keystone_sacred_bastion"]=96, - ["keystone_secrets_of_suffering"]=97, - ["keystone_sharp_and_brittle"]=98, - ["keystone_supreme_prodigy"]=99, - ["keystone_tempered_by_war"]=100, - ["keystone_unwavering_stance"]=37, - ["keystone_vaal_pact"]=32, - ["keystone_versatile_combatant"]=102, - ["keystone_veterans_awareness"]=103, - ["keystone_wind_dancer"]=104, - ["keystone_zealots_oath"]=59, - ["life_mastery_nearby_enemy_life_regeneration_rate_+%"]=60, - ["local_jewel_display_number_of_allocated_passives_between_jewel_and_class_start"]=66, - ["mana_regeneration_rate_per_minute_%"]=9, - ["mana_regeneration_rate_per_minute_%_per_power_charge"]=10, - ["max_endurance_charges"]=11, - ["max_frenzy_charges"]=12, - ["max_power_charges"]=13, - ["no_barrage_projectile_spread"]=61, - ["number_of_additional_projectiles"]=43, + ["damage_taken_from_hits_is_unlucky"]=89, + ["daze_enemies_on_block_with_shield_raised_chance_%"]=90, + ["dexterity_+%"]=8, + ["display_can_take_character_start_point"]=46, + ["display_fire_djinn_enable_living_bomb"]=91, + ["display_nearby_enemies_are_taunted"]=92, + ["display_sand_djinn_enable_explode_teleport"]=93, + ["display_sand_djinn_enable_hand_slam"]=94, + ["display_sand_djinn_enable_knife_throw"]=95, + ["display_you_have_x_fortification"]=96, + ["djinn_ascendancy_energy_shield_recharge_rate_+%_final_on_low_energy_shield"]=97, + ["elemental_damage_removed_from_mana_before_life_%"]=98, + ["elemental_damage_taken_+%_final_per_matching_adaptation"]=99, + ["elemental_skill_limit_+"]=100, + ["energy_shield_recharge_starts_X_ms_sooner"]=101, + ["every_1_second_nearby_enemies_withered_for_X_ms"]=102, + ["focus_mod_effect_+%"]=103, + ["gain_X_adaptation_matching_type_when_hit_by_elemental_damage"]=104, + ["gain_X_life_flask_charges_per_4%_life_spent"]=48, + ["gain_X_volatility_on_inflicting_elemental_ailment"]=105, + ["global_chance_to_blind_on_hit_%"]=43, + ["immune_to_volatility_damage"]=106, + ["intelligence_+%"]=10, + ["keystone_2_companions"]=107, + ["keystone_acrobatics"]=25, + ["keystone_alternate_dexterity_bonus"]=155, + ["keystone_alternate_intelligence_bonus"]=156, + ["keystone_alternate_strength_bonus"]=157, + ["keystone_amanamus_defiance"]=158, + ["keystone_ancestral_bond"]=21, + ["keystone_auto_invocation"]=159, + ["keystone_avatar_of_fire"]=19, + ["keystone_barbed_tips"]=160, + ["keystone_blind_monk"]=161, + ["keystone_blood_magic"]=29, + ["keystone_bulwark"]=108, + ["keystone_call_to_arms"]=162, + ["keystone_chaos_inoculation"]=32, + ["keystone_charge_cycle"]=163, + ["keystone_conduit"]=28, + ["keystone_crimson_assault"]=109, + ["keystone_crimson_dance"]=110, + ["keystone_dance_with_death"]=111, + ["keystone_disciple_of_kitava"]=164, + ["keystone_divine_flesh"]=165, + ["keystone_divine_shield"]=166, + ["keystone_eldritch_battery"]=20, + ["keystone_elemental_equilibrium"]=31, + ["keystone_elemental_overload"]=167, + ["keystone_emperors_heart"]=168, + ["keystone_eternal_youth"]=169, + ["keystone_fire_spells_become_chaos_spells"]=170, + ["keystone_focused_rage"]=171, + ["keystone_giants_blood"]=112, + ["keystone_glancing_blows"]=172, + ["keystone_heartstopper"]=173, + ["keystone_herald_of_doom"]=174, + ["keystone_hex_master"]=175, + ["keystone_hollow_palm_technique"]=176, + ["keystone_impale"]=177, + ["keystone_iron_grip"]=178, + ["keystone_iron_reflexes"]=18, + ["keystone_iron_will"]=179, + ["keystone_kulemaks_sovereignty"]=180, + ["keystone_kurgals_ambition"]=181, + ["keystone_magnetic_charge"]=182, + ["keystone_mana_leech_from_elemental_instead"]=113, + ["keystone_mana_shield"]=36, + ["keystone_mental_conditioning"]=183, + ["keystone_minion_instability"]=30, + ["keystone_natures_presence"]=184, + ["keystone_oasis"]=185, + ["keystone_pain_attunement"]=26, + ["keystone_point_blank"]=27, + ["keystone_precise_technique"]=186, + ["keystone_prismatic_bulwark"]=187, + ["keystone_quiet_might"]=188, + ["keystone_runebinder"]=189, + ["keystone_sacred_bastion"]=190, + ["keystone_secrets_of_suffering"]=191, + ["keystone_sharp_and_brittle"]=192, + ["keystone_supreme_prodigy"]=193, + ["keystone_tecrods_brutality"]=194, + ["keystone_tempered_by_war"]=195, + ["keystone_ulamans_vision"]=196, + ["keystone_unwavering_stance"]=38, + ["keystone_vaal_pact"]=33, + ["keystone_versatile_combatant"]=197, + ["keystone_veterans_awareness"]=198, + ["keystone_zealots_oath"]=114, + ["leech_also_recovers_based_on_chaos_damage_as_well"]=115, + ["lich_offering_effect_+%_per_enemy_power"]=153, + ["life_leech_is_instant_for_empowered_attacks"]=116, + ["life_mastery_nearby_enemy_life_regeneration_rate_+%"]=117, + ["local_jewel_display_number_of_allocated_passives_between_jewel_and_class_start"]=154, + ["mana_regeneration_rate_modifiers_apply_to_rage_regeneration"]=118, + ["mana_regeneration_rate_per_minute_%"]=11, + ["mana_regeneration_rate_per_minute_%_per_power_charge"]=12, + ["max_endurance_charges"]=13, + ["max_frenzy_charges"]=14, + ["max_power_charges"]=15, + ["maximum_block_chance_override"]=119, + ["maximum_darkness_+%_per_capped_chaos_damage_resistance"]=120, + ["maximum_mana_per_50_evasion_rating_from_armour_items"]=121, + ["meta_gem_reservation_efficiency_+%"]=122, + ["movement_speed_penalty_+%_final_while_performing_action_if_green_support_count_highest"]=126, + ["movement_speed_penalty_+%_while_raising_shield"]=123, + ["multishot_critical_damage_bonus_+%_final"]=124, + ["no_barrage_projectile_spread"]=125, + ["no_self_critical_strike_multiplier_if_red_support_count_highest"]=126, + ["number_of_additional_projectiles"]=44, + ["offering_skill_target_cullable_enemies_instead"]=127, + ["offerings_only_buff_you"]=128, parent="stat_descriptions", - ["passive_can_be_allocated_without_connection"]=38, - ["physical_damage_+%"]=62, - ["physical_damage_+%_per_frenzy_charge"]=14, - ["resolute_technique"]=36, - ["shock_effect_+%"]=63, - ["staff_block_%"]=34, - ["start_at_zero_energy_shield"]=64, - ["strength_+%"]=4 + ["passive_can_be_allocated_without_connection"]=39, + ["physical_damage_+%"]=129, + ["physical_damage_+%_per_frenzy_charge"]=16, + ["physical_spell_damage_can_pin_on_critical_hit"]=130, + ["pinned_enemies_cannot_crit"]=131, + ["pinned_enemies_cannot_evade_your_attacks"]=132, + ["projectile_attacks_always_chain_to_marked_enemies_with_%_increased_chaining_distance"]=133, + ["rage_gained_on_life_flask_use"]=135, + ["random_freeze_duration_+%_up_to_%"]=136, + ["remnants_you_create_reappear_X_ms_after_being_collected"]=137, + ["reservation_efficiency_+%_of_skills_per_socketed_talisman"]=138, + ["resist_all_elements_%_per_socketed_rune"]=139, + ["resolute_technique"]=37, + ["sacrificing_energy_shield_does_not_interrupt_recharge"]=140, + ["shock_effect_+%"]=141, + ["skill_cost_+%_final_if_blue_support_count_highest"]=126, + ["skill_cost_+%_per_socketed_soul_core"]=142, + ["spells_sacrifice_%_of_your_energy_shield"]=143, + ["staff_block_%"]=35, + ["start_at_zero_energy_shield"]=144, + ["strength_+%"]=6, + ["tactician_grants_aura_to_deployed_totems"]=145, + ["tame_beast_can_target_unique_beasts"]=146, + ["tamed_beasts_randomly_possessed_every_x_ms"]=147, + ["time_lost_jewel_radius_is_upgraded"]=148, + ["tribute_+%"]=4, + ["unlimited_banners_allowed"]=149, + ["unravelling_cycling_buff_every_x_ms"]=150, + ["weapon_damage_%_granted_to_companions_in_presence"]=151 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/skill_stat_descriptions.lua b/src/Data/StatDescriptions/skill_stat_descriptions.lua index bb47a0e2df..acfd78343b 100644 --- a/src/Data/StatDescriptions/skill_stat_descriptions.lua +++ b/src/Data/StatDescriptions/skill_stat_descriptions.lua @@ -14,7 +14,7 @@ return { }, [3]={ stats={ - [1]="support_blood_fountain_radius" + [1]="font_of_blood_radius" } }, [4]={ @@ -24,7 +24,7 @@ return { }, [5]={ stats={ - [1]="support_mana_fountain_radius" + [1]="font_of_mana_radius" } }, [6]={ @@ -34,7 +34,7 @@ return { }, [7]={ stats={ - [1]="support_rage_fountain_radius" + [1]="font_of_rage_radius" } }, [8]={ @@ -71,7 +71,7 @@ return { [2]="#" } }, - text="Sacrifices {0}% of Skeleton's Life to deal that much Chaos Damage" + text="Sacrifices {0}% of Minion's life to deal that much Chaos damage" } }, stats={ @@ -669,22 +669,6 @@ return { } }, [43]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Transfers {0}% of Damage taken by each nearby enemy to the target" - } - }, - stats={ - [1]="damage_infusion_%" - } - }, - [44]={ [1]={ [1]={ limit={ @@ -700,7 +684,7 @@ return { [1]="eye_of_winter_display_number_of_explosion_shards" } }, - [45]={ + [44]={ [1]={ [1]={ limit={ @@ -729,7 +713,7 @@ return { [1]="attack_speed_+%" } }, - [46]={ + [45]={ [1]={ [1]={ limit={ @@ -758,7 +742,7 @@ return { [1]="attack_speed_+%_granted_from_skill" } }, - [47]={ + [46]={ [1]={ [1]={ limit={ @@ -787,7 +771,7 @@ return { [1]="attack_speed_+%_when_on_low_life" } }, - [48]={ + [47]={ [1]={ [1]={ limit={ @@ -816,7 +800,7 @@ return { [1]="melee_ancestor_totem_grant_owner_attack_speed_+%_final" } }, - [49]={ + [48]={ [1]={ [1]={ limit={ @@ -845,7 +829,7 @@ return { [1]="slam_ancestor_totem_grant_owner_melee_damage_+%_final" } }, - [50]={ + [49]={ [1]={ [1]={ limit={ @@ -874,7 +858,7 @@ return { [1]="ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills" } }, - [51]={ + [50]={ [1]={ [1]={ limit={ @@ -890,7 +874,7 @@ return { [1]="slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%" } }, - [52]={ + [51]={ [1]={ [1]={ [1]={ @@ -910,7 +894,7 @@ return { [1]="sunder_wave_radius_+_per_step" } }, - [53]={ + [52]={ [1]={ [1]={ limit={ @@ -939,7 +923,7 @@ return { [1]="melee_ancestor_totem_grant_owner_attack_speed_+%" } }, - [54]={ + [53]={ [1]={ [1]={ limit={ @@ -968,7 +952,7 @@ return { [1]="slam_ancestor_totem_grant_owner_melee_damage_+%" } }, - [55]={ + [54]={ [1]={ [1]={ limit={ @@ -997,7 +981,7 @@ return { [1]="cast_speed_+%_when_on_low_life" } }, - [56]={ + [55]={ [1]={ [1]={ limit={ @@ -1026,7 +1010,7 @@ return { [1]="base_cast_speed_+%" } }, - [57]={ + [56]={ [1]={ [1]={ limit={ @@ -1055,7 +1039,7 @@ return { [1]="support_multicast_cast_speed_+%_final" } }, - [58]={ + [57]={ [1]={ [1]={ [1]={ @@ -1075,7 +1059,7 @@ return { [1]="base_life_leech_from_physical_attack_damage_permyriad" } }, - [59]={ + [58]={ [1]={ [1]={ limit={ @@ -1100,7 +1084,7 @@ return { [1]="global_chance_to_knockback_%" } }, - [60]={ + [59]={ [1]={ [1]={ limit={ @@ -1116,7 +1100,7 @@ return { [1]="active_skill_200%_increased_knockback_distance" } }, - [61]={ + [60]={ [1]={ [1]={ limit={ @@ -1145,7 +1129,7 @@ return { [1]="knockback_distance_+%" } }, - [62]={ + [61]={ [1]={ [1]={ limit={ @@ -1174,7 +1158,7 @@ return { [1]="base_stun_threshold_reduction_+%" } }, - [63]={ + [62]={ [1]={ [1]={ limit={ @@ -1190,7 +1174,7 @@ return { [1]="active_skill_base_radius_+" } }, - [64]={ + [63]={ [1]={ [1]={ limit={ @@ -1206,7 +1190,7 @@ return { [1]="active_skill_ground_consecration_radius_+" } }, - [65]={ + [64]={ [1]={ [1]={ limit={ @@ -1235,7 +1219,7 @@ return { [1]="base_skill_area_of_effect_+%" } }, - [66]={ + [65]={ [1]={ [1]={ limit={ @@ -1264,7 +1248,7 @@ return { [1]="cyclone_area_of_effect_+%_per_additional_melee_range" } }, - [67]={ + [66]={ [1]={ [1]={ limit={ @@ -1293,7 +1277,7 @@ return { [1]="virtual_cyclone_skill_area_of_effect_+%_from_melee_range" } }, - [68]={ + [67]={ [1]={ [1]={ limit={ @@ -1322,7 +1306,7 @@ return { [1]="area_of_effect_+%_while_dead" } }, - [69]={ + [68]={ [1]={ [1]={ limit={ @@ -1351,7 +1335,7 @@ return { [1]="active_skill_area_of_effect_+%_final" } }, - [70]={ + [69]={ [1]={ [1]={ limit={ @@ -1380,7 +1364,7 @@ return { [1]="support_concentrated_effect_skill_area_of_effect_+%_final" } }, - [71]={ + [70]={ [1]={ [1]={ limit={ @@ -1409,7 +1393,7 @@ return { [1]="base_aura_area_of_effect_+%" } }, - [72]={ + [71]={ [1]={ [1]={ limit={ @@ -1438,7 +1422,7 @@ return { [1]="aura_effect_+%" } }, - [73]={ + [72]={ [1]={ [1]={ limit={ @@ -1467,7 +1451,7 @@ return { [1]="base_attack_speed_+%_per_frenzy_charge" } }, - [74]={ + [73]={ [1]={ [1]={ limit={ @@ -1496,7 +1480,7 @@ return { [1]="curse_effect_duration" } }, - [75]={ + [74]={ [1]={ [1]={ limit={ @@ -1521,7 +1505,7 @@ return { [1]="support_spell_echo_number_of_echo_cascades" } }, - [76]={ + [75]={ [1]={ [1]={ [1]={ @@ -1541,7 +1525,7 @@ return { [1]="buff_effect_duration" } }, - [77]={ + [76]={ [1]={ [1]={ limit={ @@ -1570,7 +1554,7 @@ return { [1]="secondary_buff_effect_duration" } }, - [78]={ + [77]={ [1]={ [1]={ limit={ @@ -1586,7 +1570,7 @@ return { [1]="tornado_maximum_number_of_hits" } }, - [79]={ + [78]={ [1]={ [1]={ [1]={ @@ -1606,7 +1590,7 @@ return { [1]="projectile_ground_effect_duration" } }, - [80]={ + [79]={ [1]={ [1]={ [1]={ @@ -1626,27 +1610,7 @@ return { [1]="bleeding_skill_effect_duration" } }, - [81]={ - [1]={ - [1]={ - [1]={ - k="milliseconds_to_seconds_2dp", - v=1 - }, - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Poison Lasts {0} seconds" - } - }, - stats={ - [1]="poison_skill_effect_duration" - } - }, - [82]={ + [80]={ [1]={ [1]={ [1]={ @@ -1666,7 +1630,7 @@ return { [1]="minion_duration" } }, - [83]={ + [81]={ [1]={ [1]={ [1]={ @@ -1686,7 +1650,7 @@ return { [1]="secondary_minion_duration" } }, - [84]={ + [82]={ [1]={ [1]={ [1]={ @@ -1706,7 +1670,7 @@ return { [1]="spectre_duration" } }, - [85]={ + [83]={ [1]={ [1]={ limit={ @@ -1735,7 +1699,7 @@ return { [1]="shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range" } }, - [86]={ + [84]={ [1]={ [1]={ limit={ @@ -1764,7 +1728,7 @@ return { [1]="shield_charge_stun_duration_+%_maximum" } }, - [87]={ + [85]={ [1]={ [1]={ limit={ @@ -1793,7 +1757,7 @@ return { [1]="shield_charge_damage_+%_maximum" } }, - [88]={ + [86]={ [1]={ [1]={ limit={ @@ -1853,7 +1817,7 @@ return { [3]="virtual_projectiles_cannot_pierce" } }, - [89]={ + [87]={ [1]={ [1]={ limit={ @@ -1878,7 +1842,7 @@ return { [1]="primary_projectile_display_targets_to_pierce" } }, - [90]={ + [88]={ [1]={ [1]={ limit={ @@ -1907,7 +1871,7 @@ return { [1]="projectile_speed_+%" } }, - [91]={ + [89]={ [1]={ [1]={ limit={ @@ -1941,7 +1905,7 @@ return { [2]="always_freeze" } }, - [92]={ + [90]={ [1]={ [1]={ limit={ @@ -1957,7 +1921,7 @@ return { [1]="base_all_damage_can_pin" } }, - [93]={ + [91]={ [1]={ [1]={ limit={ @@ -1973,23 +1937,7 @@ return { [1]="base_chance_to_shock_%" } }, - [94]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% chance to Ignite enemies" - } - }, - stats={ - [1]="base_chance_to_ignite_%" - } - }, - [95]={ + [92]={ [1]={ [1]={ limit={ @@ -2018,7 +1966,7 @@ return { [1]="freeze_duration_+%" } }, - [96]={ + [93]={ [1]={ [1]={ limit={ @@ -2047,7 +1995,7 @@ return { [1]="chill_duration_+%" } }, - [97]={ + [94]={ [1]={ [1]={ limit={ @@ -2076,7 +2024,7 @@ return { [1]="active_skill_chill_effect_+%_final" } }, - [98]={ + [95]={ [1]={ [1]={ limit={ @@ -2105,7 +2053,7 @@ return { [1]="chill_effect_+%" } }, - [99]={ + [96]={ [1]={ [1]={ limit={ @@ -2134,7 +2082,7 @@ return { [1]="shock_duration_+%" } }, - [100]={ + [97]={ [1]={ [1]={ limit={ @@ -2163,7 +2111,7 @@ return { [1]="ignite_duration_+%" } }, - [101]={ + [98]={ [1]={ [1]={ limit={ @@ -2192,7 +2140,7 @@ return { [1]="burn_damage_+%" } }, - [102]={ + [99]={ [1]={ [1]={ limit={ @@ -2221,7 +2169,7 @@ return { [1]="base_movement_velocity_+%" } }, - [103]={ + [100]={ [1]={ [1]={ limit={ @@ -2237,7 +2185,7 @@ return { [1]="no_movement_speed" } }, - [104]={ + [101]={ [1]={ [1]={ limit={ @@ -2266,7 +2214,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%" } }, - [105]={ + [102]={ [1]={ [1]={ limit={ @@ -2295,7 +2243,7 @@ return { [1]="killed_monster_dropped_item_quantity_+%" } }, - [106]={ + [103]={ [1]={ [1]={ limit={ @@ -2324,7 +2272,7 @@ return { [1]="accuracy_rating" } }, - [107]={ + [104]={ [1]={ [1]={ limit={ @@ -2353,7 +2301,7 @@ return { [1]="accuracy_rating_+%" } }, - [108]={ + [105]={ [1]={ [1]={ [1]={ @@ -2373,7 +2321,7 @@ return { [1]="base_chaos_damage_%_of_maximum_life_to_deal_per_minute" } }, - [109]={ + [106]={ [1]={ [1]={ [1]={ @@ -2393,7 +2341,7 @@ return { [1]="base_physical_damage_%_of_maximum_life_to_deal_per_minute" } }, - [110]={ + [107]={ [1]={ [1]={ [1]={ @@ -2413,7 +2361,7 @@ return { [1]="base_physical_damage_%_of_maximum_energy_shield_to_deal_per_minute" } }, - [111]={ + [108]={ [1]={ [1]={ limit={ @@ -2429,7 +2377,7 @@ return { [1]="add_frenzy_charge_on_kill" } }, - [112]={ + [109]={ [1]={ [1]={ limit={ @@ -2454,7 +2402,7 @@ return { [1]="add_frenzy_charge_on_kill_%_chance" } }, - [113]={ + [110]={ [1]={ [1]={ limit={ @@ -2483,7 +2431,7 @@ return { [1]="critical_strike_chance_+%" } }, - [114]={ + [111]={ [1]={ [1]={ limit={ @@ -2512,7 +2460,7 @@ return { [1]="skill_buff_grants_critical_strike_chance_+%" } }, - [115]={ + [112]={ [1]={ [1]={ limit={ @@ -2541,7 +2489,7 @@ return { [1]="support_controlled_destruction_critical_strike_chance_+%_final" } }, - [116]={ + [113]={ [1]={ [1]={ limit={ @@ -2570,7 +2518,7 @@ return { [1]="support_multiple_projectiles_critical_strike_chance_+%_final" } }, - [117]={ + [114]={ [1]={ [1]={ limit={ @@ -2599,7 +2547,7 @@ return { [1]="base_critical_strike_multiplier_+" } }, - [118]={ + [115]={ [1]={ [1]={ limit={ @@ -2615,7 +2563,32 @@ return { [1]="critical_strike_multiplier_+_while_affected_by_elusive" } }, - [119]={ + [116]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Inflicts Withered on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Inflicts {0} Withered Debuffs on Hit" + } + }, + stats={ + [1]="apply_x_wither_on_hit" + } + }, + [117]={ [1]={ [1]={ [1]={ @@ -2645,10 +2618,10 @@ return { } }, stats={ - [1]="skill_withered_duration_ms" + [1]="active_skill_withered_base_duration_ms" } }, - [120]={ + [118]={ [1]={ [1]={ limit={ @@ -2677,7 +2650,7 @@ return { [1]="life_gain_per_target" } }, - [121]={ + [119]={ [1]={ [1]={ limit={ @@ -2706,7 +2679,7 @@ return { [1]="minion_damage_+%" } }, - [122]={ + [120]={ [1]={ [1]={ limit={ @@ -2735,7 +2708,7 @@ return { [1]="doubles_have_movement_speed_+%" } }, - [123]={ + [121]={ [1]={ [1]={ limit={ @@ -2764,7 +2737,7 @@ return { [1]="minion_attack_speed_+%" } }, - [124]={ + [122]={ [1]={ [1]={ limit={ @@ -2793,7 +2766,7 @@ return { [1]="minion_cast_speed_+%" } }, - [125]={ + [123]={ [1]={ [1]={ limit={ @@ -2822,7 +2795,7 @@ return { [1]="minion_movement_speed_+%" } }, - [126]={ + [124]={ [1]={ [1]={ limit={ @@ -2851,7 +2824,7 @@ return { [1]="active_skill_minion_movement_velocity_+%_final" } }, - [127]={ + [125]={ [1]={ [1]={ limit={ @@ -2996,7 +2969,7 @@ return { [3]="lightning_tendrils_channelled_larger_pulse_always_crit" } }, - [128]={ + [126]={ [1]={ [1]={ limit={ @@ -3012,7 +2985,7 @@ return { [1]="movement_velocity_cap" } }, - [129]={ + [127]={ [1]={ [1]={ limit={ @@ -3041,7 +3014,7 @@ return { [1]="active_skill_minion_life_+%_final" } }, - [130]={ + [128]={ [1]={ [1]={ limit={ @@ -3070,7 +3043,7 @@ return { [1]="active_skill_minion_energy_shield_+%_final" } }, - [131]={ + [129]={ [1]={ [1]={ limit={ @@ -3099,7 +3072,7 @@ return { [1]="support_minion_maximum_life_+%_final" } }, - [132]={ + [130]={ [1]={ [1]={ limit={ @@ -3115,7 +3088,7 @@ return { [1]="minion_maximum_life_+%" } }, - [133]={ + [131]={ [1]={ [1]={ limit={ @@ -3131,7 +3104,7 @@ return { [1]="keystone_minion_instability" } }, - [134]={ + [132]={ [1]={ [1]={ limit={ @@ -3160,7 +3133,7 @@ return { [1]="base_stun_duration_+%" } }, - [135]={ + [133]={ [1]={ [1]={ limit={ @@ -3176,7 +3149,7 @@ return { [1]="always_stun" } }, - [136]={ + [134]={ [1]={ [1]={ limit={ @@ -3192,7 +3165,7 @@ return { [1]="backstab_damage_+%" } }, - [137]={ + [135]={ [1]={ [1]={ [1]={ @@ -3212,7 +3185,7 @@ return { [1]="base_chaos_damage_taken_per_minute_per_viper_strike_orb" } }, - [138]={ + [136]={ [1]={ [1]={ [1]={ @@ -3232,7 +3205,7 @@ return { [1]="intermediary_chaos_area_damage_to_deal_per_minute" } }, - [139]={ + [137]={ [1]={ [1]={ [1]={ @@ -3252,7 +3225,7 @@ return { [1]="intermediary_chaos_damage_to_deal_per_minute" } }, - [140]={ + [138]={ [1]={ [1]={ [1]={ @@ -3272,7 +3245,7 @@ return { [1]="intermediary_chaos_skill_dot_area_damage_to_deal_per_minute" } }, - [141]={ + [139]={ [1]={ [1]={ [1]={ @@ -3292,7 +3265,7 @@ return { [1]="intermediary_chaos_skill_dot_damage_to_deal_per_minute" } }, - [142]={ + [140]={ [1]={ [1]={ [1]={ @@ -3312,7 +3285,7 @@ return { [1]="intermediary_physical_skill_dot_area_damage_to_deal_per_minute" } }, - [143]={ + [141]={ [1]={ [1]={ [1]={ @@ -3332,7 +3305,7 @@ return { [1]="intermediary_physical_skill_dot_damage_to_deal_per_minute" } }, - [144]={ + [142]={ [1]={ [1]={ [1]={ @@ -3352,7 +3325,7 @@ return { [1]="intermediary_cold_area_damage_to_deal_per_minute" } }, - [145]={ + [143]={ [1]={ [1]={ [1]={ @@ -3372,7 +3345,7 @@ return { [1]="intermediary_cold_damage_to_deal_per_minute" } }, - [146]={ + [144]={ [1]={ [1]={ [1]={ @@ -3392,7 +3365,7 @@ return { [1]="intermediary_cold_skill_dot_area_damage_to_deal_per_minute" } }, - [147]={ + [145]={ [1]={ [1]={ [1]={ @@ -3412,7 +3385,7 @@ return { [1]="intermediary_cold_skill_dot_damage_to_deal_per_minute" } }, - [148]={ + [146]={ [1]={ [1]={ [1]={ @@ -3432,7 +3405,7 @@ return { [1]="intermediary_fire_area_damage_to_deal_per_minute" } }, - [149]={ + [147]={ [1]={ [1]={ [1]={ @@ -3452,7 +3425,7 @@ return { [1]="intermediary_fire_damage_to_deal_per_minute" } }, - [150]={ + [148]={ [1]={ [1]={ [1]={ @@ -3472,7 +3445,7 @@ return { [1]="intermediary_fire_skill_dot_area_damage_to_deal_per_minute" } }, - [151]={ + [149]={ [1]={ [1]={ [1]={ @@ -3492,7 +3465,7 @@ return { [1]="intermediary_fire_skill_dot_damage_to_deal_per_minute" } }, - [152]={ + [150]={ [1]={ [1]={ [1]={ @@ -3512,7 +3485,7 @@ return { [1]="secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute" } }, - [153]={ + [151]={ [1]={ [1]={ [1]={ @@ -3532,7 +3505,7 @@ return { [1]="monster_response_time_ms" } }, - [154]={ + [152]={ [1]={ [1]={ limit={ @@ -3561,7 +3534,7 @@ return { [1]="phase_run_melee_physical_damage_+%_final" } }, - [155]={ + [153]={ [1]={ [1]={ limit={ @@ -3590,7 +3563,7 @@ return { [1]="melee_physical_damage_+%" } }, - [156]={ + [154]={ [1]={ [1]={ [1]={ @@ -3623,7 +3596,7 @@ return { [1]="explosive_arrow_explosion_base_damage_+permyriad" } }, - [157]={ + [155]={ [1]={ [1]={ [1]={ @@ -3656,7 +3629,7 @@ return { [1]="oil_arrow_explosion_base_damage_+permyriad" } }, - [158]={ + [156]={ [1]={ [1]={ limit={ @@ -3677,7 +3650,7 @@ return { [2]="explosive_arrow_explosion_maximum_added_fire_damage" } }, - [159]={ + [157]={ [1]={ [1]={ limit={ @@ -3698,7 +3671,7 @@ return { [2]="oil_arrow_explosion_maximum_added_fire_damage" } }, - [160]={ + [158]={ [1]={ [1]={ limit={ @@ -3719,7 +3692,7 @@ return { [2]="maximum_fire_damage_per_fuse_arrow_orb" } }, - [161]={ + [159]={ [1]={ [1]={ limit={ @@ -3753,7 +3726,7 @@ return { [2]="explosive_arrow_maximum_bonus_explosion_radius" } }, - [162]={ + [160]={ [1]={ [1]={ limit={ @@ -3782,7 +3755,7 @@ return { [1]="base_stun_recovery_+%" } }, - [163]={ + [161]={ [1]={ [1]={ limit={ @@ -3811,7 +3784,7 @@ return { [1]="energy_shield_delay_-%" } }, - [164]={ + [162]={ [1]={ [1]={ limit={ @@ -3840,7 +3813,7 @@ return { [1]="energy_shield_recharge_rate_+%" } }, - [165]={ + [163]={ [1]={ [1]={ limit={ @@ -3856,7 +3829,7 @@ return { [1]="degen_effect_+%" } }, - [166]={ + [164]={ [1]={ [1]={ [1]={ @@ -3876,7 +3849,7 @@ return { [1]="base_buff_duration_ms_+_per_removable_endurance_charge" } }, - [167]={ + [165]={ [1]={ [1]={ limit={ @@ -3892,7 +3865,7 @@ return { [1]="buff_effect_duration_+%_per_removable_endurance_charge" } }, - [168]={ + [166]={ [1]={ [1]={ limit={ @@ -3908,7 +3881,7 @@ return { [1]="buff_effect_duration_+%_per_removable_endurance_charge_limited_to_5" } }, - [169]={ + [167]={ [1]={ [1]={ limit={ @@ -3924,7 +3897,7 @@ return { [1]="skill_effect_duration_+%_per_removable_frenzy_charge" } }, - [170]={ + [168]={ [1]={ [1]={ limit={ @@ -3940,23 +3913,7 @@ return { [1]="shield_block_%" } }, - [171]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while holding a Shield" - } - }, - stats={ - [1]="shield_spell_block_%" - } - }, - [172]={ + [169]={ [1]={ [1]={ limit={ @@ -3972,7 +3929,7 @@ return { [1]="fire_shield_damage_threshold" } }, - [173]={ + [170]={ [1]={ [1]={ limit={ @@ -4001,7 +3958,7 @@ return { [1]="physical_damage_reduction_rating_+%" } }, - [174]={ + [171]={ [1]={ [1]={ limit={ @@ -4017,7 +3974,7 @@ return { [1]="base_resist_all_elements_%" } }, - [175]={ + [172]={ [1]={ [1]={ [1]={ @@ -4037,7 +3994,7 @@ return { [1]="base_righteous_fire_%_of_max_life_to_deal_to_nearby_per_minute" } }, - [176]={ + [173]={ [1]={ [1]={ [1]={ @@ -4057,7 +4014,7 @@ return { [1]="base_righteous_fire_%_of_max_energy_shield_to_deal_to_nearby_per_minute" } }, - [177]={ + [174]={ [1]={ [1]={ [1]={ @@ -4077,7 +4034,7 @@ return { [1]="self_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute" } }, - [178]={ + [175]={ [1]={ [1]={ [1]={ @@ -4097,7 +4054,7 @@ return { [1]="self_nonlethal_fire_damage_%_of_maximum_energy_shield_taken_per_minute" } }, - [179]={ + [176]={ [1]={ [1]={ limit={ @@ -4126,7 +4083,7 @@ return { [1]="righteous_fire_spell_damage_+%_final" } }, - [180]={ + [177]={ [1]={ [1]={ limit={ @@ -4155,7 +4112,7 @@ return { [1]="vaal_righteous_fire_spell_damage_+%_final" } }, - [181]={ + [178]={ [1]={ [1]={ limit={ @@ -4184,7 +4141,7 @@ return { [1]="spell_damage_+%" } }, - [182]={ + [179]={ [1]={ [1]={ limit={ @@ -4200,7 +4157,7 @@ return { [1]="base_physical_damage_reduction_rating" } }, - [183]={ + [180]={ [1]={ [1]={ [1]={ @@ -4292,7 +4249,7 @@ return { [2]="ignite_proliferation_delay_ms" } }, - [184]={ + [181]={ [1]={ [1]={ limit={ @@ -4308,7 +4265,7 @@ return { [1]="cannot_inflict_elemental_ailments" } }, - [185]={ + [182]={ [1]={ [1]={ limit={ @@ -4324,7 +4281,7 @@ return { [1]="base_use_life_in_place_of_mana" } }, - [186]={ + [183]={ [1]={ [1]={ limit={ @@ -4340,7 +4297,7 @@ return { [1]="kill_enemy_on_hit_if_under_10%_life" } }, - [187]={ + [184]={ [1]={ [1]={ limit={ @@ -4356,7 +4313,7 @@ return { [1]="keystone_point_blank" } }, - [188]={ + [185]={ [1]={ [1]={ limit={ @@ -4372,7 +4329,7 @@ return { [1]="virtual_skill_gains_intensity" } }, - [189]={ + [186]={ [1]={ [1]={ limit={ @@ -4388,7 +4345,7 @@ return { [1]="virtual_maximum_intensity" } }, - [190]={ + [187]={ [1]={ [1]={ [1]={ @@ -4413,7 +4370,7 @@ return { [2]="virtual_intensity_lost_on_teleport" } }, - [191]={ + [188]={ [1]={ [1]={ limit={ @@ -4429,7 +4386,7 @@ return { [1]="global_hit_causes_monster_flee_%" } }, - [192]={ + [189]={ [1]={ [1]={ limit={ @@ -4445,7 +4402,7 @@ return { [1]="totem_range" } }, - [193]={ + [190]={ [1]={ [1]={ limit={ @@ -4461,7 +4418,7 @@ return { [1]="skill_display_number_of_totems_allowed" } }, - [194]={ + [191]={ [1]={ [1]={ limit={ @@ -4486,7 +4443,7 @@ return { [1]="skill_display_number_of_traps_allowed" } }, - [195]={ + [192]={ [1]={ [1]={ limit={ @@ -4511,7 +4468,7 @@ return { [1]="skill_display_number_of_remote_mines_allowed" } }, - [196]={ + [193]={ [1]={ [1]={ [1]={ @@ -4531,7 +4488,7 @@ return { [1]="totem_duration" } }, - [197]={ + [194]={ [1]={ [1]={ limit={ @@ -4547,7 +4504,7 @@ return { [1]="totems_cannot_evade" } }, - [198]={ + [195]={ [1]={ [1]={ [1]={ @@ -4567,7 +4524,7 @@ return { [1]="trap_duration" } }, - [199]={ + [196]={ [1]={ [1]={ limit={ @@ -4596,7 +4553,7 @@ return { [1]="trap_throwing_speed_+%" } }, - [200]={ + [197]={ [1]={ [1]={ limit={ @@ -4625,7 +4582,7 @@ return { [1]="mine_laying_speed_+%" } }, - [201]={ + [198]={ [1]={ [1]={ [1]={ @@ -4645,7 +4602,7 @@ return { [1]="mine_duration" } }, - [202]={ + [199]={ [1]={ [1]={ limit={ @@ -4674,23 +4631,7 @@ return { [1]="totem_life_+%" } }, - [203]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Hits Freeze as though dealing {0}% more Damage" - } - }, - stats={ - [1]="freeze_as_though_dealt_damage_+%" - } - }, - [204]={ + [200]={ [1]={ [1]={ limit={ @@ -4706,7 +4647,7 @@ return { [1]="glacial_hammer_third_hit_freeze_as_though_dealt_damage_+%" } }, - [205]={ + [201]={ [1]={ [1]={ [1]={ @@ -4726,7 +4667,7 @@ return { [1]="base_life_regeneration_rate_per_minute" } }, - [206]={ + [202]={ [1]={ [1]={ [1]={ @@ -4746,7 +4687,7 @@ return { [1]="life_regeneration_rate_per_minute_%" } }, - [207]={ + [203]={ [1]={ [1]={ limit={ @@ -4775,7 +4716,7 @@ return { [1]="life_regeneration_rate_+%" } }, - [208]={ + [204]={ [1]={ [1]={ limit={ @@ -4791,7 +4732,7 @@ return { [1]="base_cold_damage_resistance_%" } }, - [209]={ + [205]={ [1]={ [1]={ limit={ @@ -4820,7 +4761,7 @@ return { [1]="ice_spear_second_form_critical_strike_chance_+%" } }, - [210]={ + [206]={ [1]={ [1]={ limit={ @@ -4836,7 +4777,7 @@ return { [1]="ice_spear_second_form_critical_strike_multiplier_+" } }, - [211]={ + [207]={ [1]={ [1]={ limit={ @@ -4865,7 +4806,7 @@ return { [1]="ice_spear_second_form_projectile_speed_+%_final" } }, - [212]={ + [208]={ [1]={ [1]={ limit={ @@ -4881,7 +4822,7 @@ return { [1]="explosive_arrow_hit_damage_+%_final_per_stack" } }, - [213]={ + [209]={ [1]={ [1]={ limit={ @@ -4906,7 +4847,7 @@ return { [1]="global_chance_to_blind_on_hit_%" } }, - [214]={ + [210]={ [1]={ [1]={ limit={ @@ -4935,7 +4876,7 @@ return { [1]="blind_duration_+%" } }, - [215]={ + [211]={ [1]={ [1]={ limit={ @@ -4951,7 +4892,7 @@ return { [1]="base_reduce_enemy_fire_resistance_%" } }, - [216]={ + [212]={ [1]={ [1]={ limit={ @@ -4967,7 +4908,7 @@ return { [1]="base_reduce_enemy_cold_resistance_%" } }, - [217]={ + [213]={ [1]={ [1]={ limit={ @@ -4983,7 +4924,7 @@ return { [1]="base_reduce_enemy_lightning_resistance_%" } }, - [218]={ + [214]={ [1]={ [1]={ limit={ @@ -4999,7 +4940,7 @@ return { [1]="lightning_penetration_%_while_on_low_mana" } }, - [219]={ + [215]={ [1]={ [1]={ limit={ @@ -5015,7 +4956,7 @@ return { [1]="reduce_enemy_elemental_resistance_%" } }, - [220]={ + [216]={ [1]={ [1]={ limit={ @@ -5024,14 +4965,14 @@ return { [2]="#" } }, - text="Uses your Life if no Skeletons in range" + text="Uses your life if no Minion in range" } }, stats={ [1]="skeletal_chains_no_minions_targets_self" } }, - [221]={ + [217]={ [1]={ [1]={ limit={ @@ -5040,14 +4981,14 @@ return { [2]="#" } }, - text="{0}% more Damage with Hits if using your Life" + text="{0}% more damage with Hits if using your life" } }, stats={ [1]="skeletal_chains_no_minions_damage_+%_final" } }, - [222]={ + [218]={ [1]={ [1]={ limit={ @@ -5063,7 +5004,7 @@ return { [1]="skeletal_chains_no_minions_radius_+" } }, - [223]={ + [219]={ [1]={ [1]={ limit={ @@ -5079,7 +5020,7 @@ return { [1]="virtual_projectile_number_to_split" } }, - [224]={ + [220]={ [1]={ [1]={ limit={ @@ -5104,7 +5045,7 @@ return { [1]="virtual_number_of_forks_for_projectiles_final" } }, - [225]={ + [221]={ [1]={ [1]={ limit={ @@ -5151,7 +5092,7 @@ return { [2]="projectile_return_%_chance" } }, - [226]={ + [222]={ [1]={ [1]={ limit={ @@ -5180,7 +5121,7 @@ return { [1]="flamethrower_damage_+%_per_stage_final" } }, - [227]={ + [223]={ [1]={ [1]={ limit={ @@ -5209,7 +5150,7 @@ return { [1]="incinerate_damage_+%_per_stage" } }, - [228]={ + [224]={ [1]={ [1]={ limit={ @@ -5238,7 +5179,7 @@ return { [1]="blade_vortex_hit_rate_+%_per_blade" } }, - [229]={ + [225]={ [1]={ [1]={ limit={ @@ -5267,7 +5208,7 @@ return { [1]="blade_vortex_damage_+%_per_blade_final" } }, - [230]={ + [226]={ [1]={ [1]={ limit={ @@ -5296,7 +5237,7 @@ return { [1]="active_skill_movement_speed_+%_final" } }, - [231]={ + [227]={ [1]={ [1]={ [1]={ @@ -5316,7 +5257,7 @@ return { [1]="mana_degeneration_per_minute" } }, - [232]={ + [228]={ [1]={ [1]={ [1]={ @@ -5336,7 +5277,7 @@ return { [1]="ice_shield_moving_mana_degeneration_per_minute" } }, - [233]={ + [229]={ [1]={ [1]={ limit={ @@ -5352,7 +5293,7 @@ return { [1]="physical_damage_taken_+" } }, - [234]={ + [230]={ [1]={ [1]={ limit={ @@ -5368,7 +5309,7 @@ return { [1]="fire_damage_taken_+" } }, - [235]={ + [231]={ [1]={ [1]={ limit={ @@ -5384,7 +5325,7 @@ return { [1]="virtual_melee_splash" } }, - [236]={ + [232]={ [1]={ [1]={ limit={ @@ -5400,7 +5341,7 @@ return { [1]="attack_repeat_count" } }, - [237]={ + [233]={ [1]={ [1]={ limit={ @@ -5425,7 +5366,7 @@ return { [1]="add_power_charge_on_critical_strike_%" } }, - [238]={ + [234]={ [1]={ [1]={ limit={ @@ -5454,7 +5395,7 @@ return { [1]="support_multiple_attacks_melee_attack_speed_+%_final" } }, - [239]={ + [235]={ [1]={ [1]={ limit={ @@ -5470,7 +5411,7 @@ return { [1]="summon_fire_resistance_+" } }, - [240]={ + [236]={ [1]={ [1]={ limit={ @@ -5486,7 +5427,7 @@ return { [1]="summon_cold_resistance_+" } }, - [241]={ + [237]={ [1]={ [1]={ limit={ @@ -5502,7 +5443,7 @@ return { [1]="summon_lightning_resistance_+" } }, - [242]={ + [238]={ [1]={ [1]={ limit={ @@ -5518,7 +5459,7 @@ return { [1]="virtual_minion_elemental_resistance_%" } }, - [243]={ + [239]={ [1]={ [1]={ limit={ @@ -5543,7 +5484,7 @@ return { [1]="apply_linked_curses_on_hit_%" } }, - [244]={ + [240]={ [1]={ [1]={ limit={ @@ -5559,7 +5500,7 @@ return { [1]="reave_area_of_effect_+%_final_per_stage" } }, - [245]={ + [241]={ [1]={ [1]={ limit={ @@ -5606,7 +5547,7 @@ return { [2]="gain_endurance_charge_on_melee_stun_%" } }, - [246]={ + [242]={ [1]={ [1]={ [1]={ @@ -5626,7 +5567,7 @@ return { [1]="freeze_mine_cold_resistance_+_while_frozen" } }, - [247]={ + [243]={ [1]={ [1]={ limit={ @@ -5651,7 +5592,7 @@ return { [1]="cast_linked_spells_on_attack_crit_%" } }, - [248]={ + [244]={ [1]={ [1]={ limit={ @@ -5676,7 +5617,7 @@ return { [1]="flicker_strike_additional_flickers_from_power_charges" } }, - [249]={ + [245]={ [1]={ [1]={ limit={ @@ -5701,7 +5642,7 @@ return { [1]="cast_linked_spells_on_melee_kill_%" } }, - [250]={ + [246]={ [1]={ [1]={ limit={ @@ -5726,7 +5667,7 @@ return { [1]="melee_counterattack_trigger_on_hit_%" } }, - [251]={ + [247]={ [1]={ [1]={ limit={ @@ -5751,7 +5692,7 @@ return { [1]="attack_trigger_when_critically_hit_%" } }, - [252]={ + [248]={ [1]={ [1]={ limit={ @@ -5776,7 +5717,7 @@ return { [1]="melee_counterattack_trigger_on_block_%" } }, - [253]={ + [249]={ [1]={ [1]={ limit={ @@ -5792,7 +5733,7 @@ return { [1]="attack_unusable_if_triggerable" } }, - [254]={ + [250]={ [1]={ [1]={ limit={ @@ -5826,7 +5767,7 @@ return { [2]="animate_item_maximum_level_requirement" } }, - [255]={ + [251]={ [1]={ [1]={ limit={ @@ -5851,7 +5792,7 @@ return { [1]="attack_trigger_on_kill_%" } }, - [256]={ + [252]={ [1]={ [1]={ limit={ @@ -5876,7 +5817,7 @@ return { [1]="cast_on_attack_use_%" } }, - [257]={ + [253]={ [1]={ [1]={ limit={ @@ -5901,7 +5842,7 @@ return { [1]="cast_on_skill_use_%" } }, - [258]={ + [254]={ [1]={ [1]={ limit={ @@ -5926,7 +5867,7 @@ return { [1]="chance_to_cast_on_kill_%" } }, - [259]={ + [255]={ [1]={ [1]={ limit={ @@ -5951,7 +5892,7 @@ return { [1]="chance_to_cast_on_kill_%_target_self" } }, - [260]={ + [256]={ [1]={ [1]={ limit={ @@ -5976,7 +5917,7 @@ return { [1]="trigger_on_skill_use_from_chest_%" } }, - [261]={ + [257]={ [1]={ [1]={ limit={ @@ -6001,7 +5942,7 @@ return { [1]="trigger_on_skill_use_%_if_you_have_a_spirit_charge" } }, - [262]={ + [258]={ [1]={ [1]={ limit={ @@ -6026,7 +5967,7 @@ return { [1]="cast_on_any_damage_taken_%" } }, - [263]={ + [259]={ [1]={ [1]={ limit={ @@ -6051,7 +5992,7 @@ return { [1]="cast_when_hit_%" } }, - [264]={ + [260]={ [1]={ [1]={ limit={ @@ -6067,7 +6008,7 @@ return { [1]="cast_on_death_%" } }, - [265]={ + [261]={ [1]={ [1]={ limit={ @@ -6083,7 +6024,7 @@ return { [1]="chance_to_cast_on_rampage_tier_%" } }, - [266]={ + [262]={ [1]={ [1]={ limit={ @@ -6099,7 +6040,7 @@ return { [1]="cast_on_stunned_%" } }, - [267]={ + [263]={ [1]={ [1]={ limit={ @@ -6124,7 +6065,7 @@ return { [1]="spellslinger_trigger_on_wand_attack_%" } }, - [268]={ + [264]={ [1]={ [1]={ limit={ @@ -6149,7 +6090,7 @@ return { [1]="cast_on_gain_avians_flight_or_avians_might_%" } }, - [269]={ + [265]={ [1]={ [1]={ limit={ @@ -6174,7 +6115,7 @@ return { [1]="cast_on_hit_%" } }, - [270]={ + [266]={ [1]={ [1]={ limit={ @@ -6199,7 +6140,7 @@ return { [1]="cast_on_hit_if_cursed_%" } }, - [271]={ + [267]={ [1]={ [1]={ limit={ @@ -6215,7 +6156,7 @@ return { [1]="cast_on_lose_cats_stealth" } }, - [272]={ + [268]={ [1]={ [1]={ limit={ @@ -6240,7 +6181,7 @@ return { [1]="cast_on_melee_hit_if_cursed_%" } }, - [273]={ + [269]={ [1]={ [1]={ limit={ @@ -6265,7 +6206,7 @@ return { [1]="attack_trigger_on_hit_%" } }, - [274]={ + [270]={ [1]={ [1]={ limit={ @@ -6290,7 +6231,7 @@ return { [1]="attack_trigger_on_melee_hit_%" } }, - [275]={ + [271]={ [1]={ [1]={ limit={ @@ -6316,7 +6257,7 @@ return { [3]="cast_on_damage_taken_threshold" } }, - [276]={ + [272]={ [1]={ [1]={ limit={ @@ -6341,7 +6282,7 @@ return { [1]="chance_to_cast_when_your_trap_is_triggered_%" } }, - [277]={ + [273]={ [1]={ [1]={ limit={ @@ -6370,7 +6311,7 @@ return { [1]="active_skill_attack_speed_+%_final" } }, - [278]={ + [274]={ [1]={ [1]={ limit={ @@ -6399,7 +6340,7 @@ return { [1]="charged_blast_spell_damage_+%_final_per_stack" } }, - [279]={ + [275]={ [1]={ [1]={ [1]={ @@ -6419,7 +6360,7 @@ return { [1]="cast_while_channelling_time_ms" } }, - [280]={ + [276]={ [1]={ [1]={ limit={ @@ -6448,7 +6389,7 @@ return { [1]="curse_effect_+%" } }, - [281]={ + [277]={ [1]={ [1]={ limit={ @@ -6477,7 +6418,7 @@ return { [1]="curse_pillar_curse_effect_+%_final" } }, - [282]={ + [278]={ [1]={ [1]={ limit={ @@ -6506,7 +6447,7 @@ return { [1]="support_projectile_attack_speed_+%_final" } }, - [283]={ + [279]={ [1]={ [1]={ limit={ @@ -6535,7 +6476,7 @@ return { [1]="support_spell_totem_cast_speed_+%_final" } }, - [284]={ + [280]={ [1]={ [1]={ limit={ @@ -6564,7 +6505,7 @@ return { [1]="support_attack_totem_attack_speed_+%_final" } }, - [285]={ + [281]={ [1]={ [1]={ limit={ @@ -6580,7 +6521,7 @@ return { [1]="atziri_unique_staff_storm_call_number_of_markers_to_place" } }, - [286]={ + [282]={ [1]={ [1]={ limit={ @@ -6596,7 +6537,7 @@ return { [1]="desecrate_number_of_corpses_to_create" } }, - [287]={ + [283]={ [1]={ [1]={ limit={ @@ -6612,7 +6553,7 @@ return { [1]="desecrate_corpse_level" } }, - [288]={ + [284]={ [1]={ [1]={ limit={ @@ -6628,7 +6569,7 @@ return { [1]="unearth_corpse_level" } }, - [289]={ + [285]={ [1]={ [1]={ limit={ @@ -6644,7 +6585,7 @@ return { [1]="ice_nova_number_of_repeats" } }, - [290]={ + [286]={ [1]={ [1]={ limit={ @@ -6673,7 +6614,7 @@ return { [1]="ice_nova_radius_+%_per_repeat" } }, - [291]={ + [287]={ [1]={ [1]={ limit={ @@ -6702,7 +6643,7 @@ return { [1]="vaal_lightning_strike_beam_damage_+%_final" } }, - [292]={ + [288]={ [1]={ [1]={ limit={ @@ -6718,39 +6659,7 @@ return { [1]="global_always_hit" } }, - [293]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Enemy Block Chance reduced by {0}% against this Skill" - } - }, - stats={ - [1]="global_reduce_enemy_block_%" - } - }, - [294]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Enemies have {0}% reduced chance to Dodge Hits from this Skill" - } - }, - stats={ - [1]="reduce_enemy_dodge_%" - } - }, - [295]={ + [289]={ [1]={ [1]={ limit={ @@ -6779,7 +6688,7 @@ return { [1]="damage_+%_final_to_stunned_enemies" } }, - [296]={ + [290]={ [1]={ [1]={ limit={ @@ -6808,7 +6717,7 @@ return { [1]="flame_whip_damage_+%_final_vs_burning_enemies" } }, - [297]={ + [291]={ [1]={ [1]={ limit={ @@ -6837,7 +6746,7 @@ return { [1]="damage_+%_vs_burning_enemies" } }, - [298]={ + [292]={ [1]={ [1]={ limit={ @@ -6853,7 +6762,7 @@ return { [1]="never_freeze" } }, - [299]={ + [293]={ [1]={ [1]={ limit={ @@ -6869,7 +6778,7 @@ return { [1]="lightning_trap_projectiles_leave_shocking_ground" } }, - [300]={ + [294]={ [1]={ [1]={ limit={ @@ -6885,7 +6794,7 @@ return { [1]="fire_damage_+%" } }, - [301]={ + [295]={ [1]={ [1]={ limit={ @@ -6901,7 +6810,7 @@ return { [1]="cold_damage_+%" } }, - [302]={ + [296]={ [1]={ [1]={ limit={ @@ -6922,7 +6831,7 @@ return { [2]="spell_maximum_added_cold_damage" } }, - [303]={ + [297]={ [1]={ [1]={ limit={ @@ -6943,7 +6852,7 @@ return { [2]="spell_maximum_added_lightning_damage" } }, - [304]={ + [298]={ [1]={ [1]={ limit={ @@ -6959,7 +6868,7 @@ return { [1]="elemental_hit_no_physical_chaos_damage" } }, - [305]={ + [299]={ [1]={ [1]={ limit={ @@ -6988,7 +6897,7 @@ return { [1]="static_strike_explosion_damage_+%_final" } }, - [306]={ + [300]={ [1]={ [1]={ limit={ @@ -7017,7 +6926,7 @@ return { [1]="base_arrow_speed_+%" } }, - [307]={ + [301]={ [1]={ [1]={ limit={ @@ -7033,7 +6942,7 @@ return { [1]="cluster_burst_spawn_amount" } }, - [308]={ + [302]={ [1]={ [1]={ [1]={ @@ -7075,7 +6984,7 @@ return { [1]="abyssal_cry_movement_velocity_+%_per_one_hundred_nearby_enemies" } }, - [309]={ + [303]={ [1]={ [1]={ limit={ @@ -7104,7 +7013,7 @@ return { [1]="newshocknova_first_ring_damage_+%_final" } }, - [310]={ + [304]={ [1]={ [1]={ limit={ @@ -7120,7 +7029,7 @@ return { [1]="abyssal_cry_%_max_life_as_chaos_on_death" } }, - [311]={ + [305]={ [1]={ [1]={ limit={ @@ -7136,7 +7045,7 @@ return { [1]="infernal_cry_%_max_life_as_fire_on_death" } }, - [312]={ + [306]={ [1]={ [1]={ limit={ @@ -7161,7 +7070,7 @@ return { [1]="chance_to_fortify_on_melee_hit_+%" } }, - [313]={ + [307]={ [1]={ [1]={ limit={ @@ -7190,7 +7099,7 @@ return { [1]="fortify_duration_+%" } }, - [314]={ + [308]={ [1]={ [1]={ limit={ @@ -7219,7 +7128,7 @@ return { [1]="ice_crash_second_hit_damage_+%_final" } }, - [315]={ + [309]={ [1]={ [1]={ limit={ @@ -7274,7 +7183,7 @@ return { [2]="quality_display_ice_crash_is_gem" } }, - [316]={ + [310]={ [1]={ [1]={ limit={ @@ -7303,7 +7212,7 @@ return { [1]="fire_golem_grants_damage_+%" } }, - [317]={ + [311]={ [1]={ [1]={ limit={ @@ -7332,7 +7241,7 @@ return { [1]="ice_golem_grants_critical_strike_chance_+%" } }, - [318]={ + [312]={ [1]={ [1]={ limit={ @@ -7361,7 +7270,7 @@ return { [1]="ice_golem_grants_accuracy_+%" } }, - [319]={ + [313]={ [1]={ [1]={ limit={ @@ -7377,7 +7286,7 @@ return { [1]="chaos_golem_grants_additional_physical_damage_reduction_%" } }, - [320]={ + [314]={ [1]={ [1]={ [1]={ @@ -7397,7 +7306,7 @@ return { [1]="stone_golem_grants_base_life_regeneration_rate_per_minute" } }, - [321]={ + [315]={ [1]={ [1]={ limit={ @@ -7426,7 +7335,7 @@ return { [1]="lightning_golem_grants_attack_and_cast_speed_+%" } }, - [322]={ + [316]={ [1]={ [1]={ [1]={ @@ -7446,7 +7355,7 @@ return { [1]="virtual_firestorm_drop_burning_ground_duration_ms" } }, - [323]={ + [317]={ [1]={ [1]={ [1]={ @@ -7466,7 +7375,7 @@ return { [1]="virtual_firestorm_drop_chilled_ground_duration_ms" } }, - [324]={ + [318]={ [1]={ [1]={ limit={ @@ -7495,7 +7404,7 @@ return { [1]="inspiring_cry_damage_+%_per_one_hundred_nearby_enemies" } }, - [325]={ + [319]={ [1]={ [1]={ [1]={ @@ -7515,7 +7424,7 @@ return { [1]="base_mana_regeneration_rate_per_minute" } }, - [326]={ + [320]={ [1]={ [1]={ limit={ @@ -7544,7 +7453,7 @@ return { [1]="damage_+%" } }, - [327]={ + [321]={ [1]={ [1]={ limit={ @@ -7573,7 +7482,7 @@ return { [1]="fire_nova_damage_+%_per_repeat_final" } }, - [328]={ + [322]={ [1]={ [1]={ limit={ @@ -7602,7 +7511,7 @@ return { [1]="support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies" } }, - [329]={ + [323]={ [1]={ [1]={ limit={ @@ -7631,7 +7540,7 @@ return { [1]="melee_damage_vs_bleeding_enemies_+%" } }, - [330]={ + [324]={ [1]={ [1]={ limit={ @@ -7647,7 +7556,7 @@ return { [1]="summon_totem_cast_speed_+%" } }, - [331]={ + [325]={ [1]={ [1]={ limit={ @@ -7676,7 +7585,7 @@ return { [1]="new_arctic_armour_physical_damage_taken_when_hit_+%_final" } }, - [332]={ + [326]={ [1]={ [1]={ limit={ @@ -7705,32 +7614,7 @@ return { [1]="new_arctic_armour_fire_damage_taken_when_hit_+%_final" } }, - [333]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Freeze, Shock and Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Freeze, Shock and Ignite" - } - }, - stats={ - [1]="chance_to_freeze_shock_ignite_%" - } - }, - [334]={ + [327]={ [1]={ [1]={ limit={ @@ -7746,7 +7630,7 @@ return { [1]="additional_chance_to_freeze_chilled_enemies_%" } }, - [335]={ + [328]={ [1]={ [1]={ limit={ @@ -7762,7 +7646,7 @@ return { [1]="elemental_strike_physical_damage_%_to_convert" } }, - [336]={ + [329]={ [1]={ [1]={ limit={ @@ -7778,7 +7662,7 @@ return { [1]="melee_weapon_range_+" } }, - [337]={ + [330]={ [1]={ [1]={ limit={ @@ -7794,7 +7678,7 @@ return { [1]="melee_range_+" } }, - [338]={ + [331]={ [1]={ [1]={ limit={ @@ -7823,7 +7707,7 @@ return { [1]="support_hypothermia_damage_+%_vs_chilled_enemies_final" } }, - [339]={ + [332]={ [1]={ [1]={ limit={ @@ -7839,7 +7723,7 @@ return { [1]="phase_through_objects" } }, - [340]={ + [333]={ [1]={ [1]={ limit={ @@ -7868,7 +7752,7 @@ return { [1]="enemy_aggro_radius_+%" } }, - [341]={ + [334]={ [1]={ [1]={ limit={ @@ -7897,7 +7781,7 @@ return { [1]="quake_slam_fully_charged_explosion_damage_+%_final" } }, - [342]={ + [335]={ [1]={ [1]={ limit={ @@ -7913,7 +7797,7 @@ return { [1]="maximum_number_of_spinning_blades" } }, - [343]={ + [336]={ [1]={ [1]={ limit={ @@ -7942,7 +7826,7 @@ return { [1]="chaos_damage_taken_+%" } }, - [344]={ + [337]={ [1]={ [1]={ limit={ @@ -7960,14 +7844,14 @@ return { [2]="#" } }, - text="Always Poison on Hit" + text="Always Poisons on Hit" } }, stats={ [1]="base_chance_to_poison_on_hit_%" } }, - [345]={ + [338]={ [1]={ [1]={ limit={ @@ -7992,7 +7876,7 @@ return { [1]="skill_buff_grants_chance_to_poison_%" } }, - [346]={ + [339]={ [1]={ [1]={ limit={ @@ -8021,7 +7905,7 @@ return { [1]="damage_over_time_+%" } }, - [347]={ + [340]={ [1]={ [1]={ limit={ @@ -8050,7 +7934,7 @@ return { [1]="bladefall_damage_per_stage_+%_final" } }, - [348]={ + [341]={ [1]={ [1]={ limit={ @@ -8066,7 +7950,7 @@ return { [1]="global_poison_on_hit" } }, - [349]={ + [342]={ [1]={ [1]={ limit={ @@ -8095,7 +7979,7 @@ return { [1]="base_poison_duration_+%" } }, - [350]={ + [343]={ [1]={ [1]={ limit={ @@ -8124,7 +8008,7 @@ return { [1]="aftershock_area_of_effect_+%_final" } }, - [351]={ + [344]={ [1]={ [1]={ limit={ @@ -8153,7 +8037,7 @@ return { [1]="cyclone_first_hit_damage_+%_final" } }, - [352]={ + [345]={ [1]={ [1]={ limit={ @@ -8182,7 +8066,7 @@ return { [1]="shockwave_slam_explosion_damage_+%_final" } }, - [353]={ + [346]={ [1]={ [1]={ [1]={ @@ -8202,7 +8086,7 @@ return { [1]="additional_base_critical_strike_chance" } }, - [354]={ + [347]={ [1]={ [1]={ limit={ @@ -8231,7 +8115,7 @@ return { [1]="shock_nova_ring_damage_+%" } }, - [355]={ + [348]={ [1]={ [1]={ limit={ @@ -8260,7 +8144,7 @@ return { [1]="skill_buff_effect_+%" } }, - [356]={ + [349]={ [1]={ [1]={ limit={ @@ -8289,7 +8173,7 @@ return { [1]="blood_sand_stance_melee_skills_area_damage_+%_final_in_blood_stance" } }, - [357]={ + [350]={ [1]={ [1]={ limit={ @@ -8318,7 +8202,7 @@ return { [1]="blood_sand_stance_melee_skills_area_of_effect_+%_final_in_blood_stance" } }, - [358]={ + [351]={ [1]={ [1]={ limit={ @@ -8347,7 +8231,7 @@ return { [1]="blood_sand_stance_melee_skills_area_of_effect_+%_final_in_sand_stance" } }, - [359]={ + [352]={ [1]={ [1]={ limit={ @@ -8376,58 +8260,7 @@ return { [1]="blood_sand_stance_melee_skills_area_damage_+%_final_in_sand_stance" } }, - [360]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - }, - [2]={ - [1]=0, - [2]=0 - } - }, - text="{0:+d}% more Aura Magnitudes per Valour" - }, - [2]={ - limit={ - [1]={ - [1]=1, - [2]="#" - }, - [2]={ - [1]="#", - [2]="#" - } - }, - text="{0}% more Aura Magnitudes per Valour" - }, - [3]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - }, - [2]={ - [1]="#", - [2]="#" - } - }, - text="{0}% less Aura Magnitudes per Valour" - } - }, - stats={ - [1]="banner_aura_magnitude_+%_final_per_resource", - [2]="quality_display_banner_buff_effect_+%_final_per_resource_is_gem" - } - }, - [361]={ + [353]={ [1]={ [1]={ limit={ @@ -8456,39 +8289,7 @@ return { [1]="corrosive_shroud_poison_effect_+%_final_while_accumulating_poison" } }, - [362]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Stores {0}% of Expected Poison damage" - } - }, - stats={ - [1]="plague_bearer_gains_%_of_damage_from_inflicted_poisons" - } - }, - [363]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Stores up to {0} Poison Damage" - } - }, - stats={ - [1]="plague_bearer_maximum_stored_poison_damage" - } - }, - [364]={ + [354]={ [1]={ [1]={ limit={ @@ -8504,7 +8305,7 @@ return { [1]="corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second" } }, - [365]={ + [355]={ [1]={ [1]={ limit={ @@ -8533,7 +8334,36 @@ return { [1]="plague_bearer_poison_effect_+%_while_infecting" } }, - [366]={ + [356]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Leeches Mana {0}% faster" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Leeches Mana {0}% slower" + } + }, + stats={ + [1]="base_mana_leech_rate_+%" + } + }, + [357]={ [1]={ [1]={ limit={ @@ -8549,7 +8379,7 @@ return { [1]="global_cannot_crit" } }, - [367]={ + [358]={ [1]={ [1]={ limit={ @@ -8578,7 +8408,7 @@ return { [1]="active_skill_projectile_damage_+%_final" } }, - [368]={ + [359]={ [1]={ [1]={ limit={ @@ -8633,7 +8463,7 @@ return { [2]="quality_display_active_skill_returning_damage_is_gem" } }, - [369]={ + [360]={ [1]={ [1]={ limit={ @@ -8662,7 +8492,7 @@ return { [1]="groundslam_damage_to_close_targets_+%_final" } }, - [370]={ + [361]={ [1]={ [1]={ limit={ @@ -8691,7 +8521,7 @@ return { [1]="snapping_adder_released_projectile_damage_+%_final" } }, - [371]={ + [362]={ [1]={ [1]={ limit={ @@ -8707,7 +8537,7 @@ return { [1]="returning_projectiles_always_pierce" } }, - [372]={ + [363]={ [1]={ [1]={ limit={ @@ -8736,7 +8566,7 @@ return { [1]="active_skill_damage_over_time_from_projectile_hits_+%_final" } }, - [373]={ + [364]={ [1]={ [1]={ [1]={ @@ -8769,7 +8599,7 @@ return { [1]="support_cruelty_duration_ms" } }, - [374]={ + [365]={ [1]={ }, stats={ @@ -8777,7 +8607,7 @@ return { [2]="support_ruthless_big_hit_stun_damage_+%_final" } }, - [375]={ + [366]={ [1]={ [1]={ limit={ @@ -8793,7 +8623,7 @@ return { [1]="berserk_minimum_rage" } }, - [376]={ + [367]={ [1]={ [1]={ limit={ @@ -8822,7 +8652,7 @@ return { [1]="berserk_attack_damage_+%_final" } }, - [377]={ + [368]={ [1]={ [1]={ limit={ @@ -8851,7 +8681,7 @@ return { [1]="berserk_attack_speed_+%_final" } }, - [378]={ + [369]={ [1]={ [1]={ limit={ @@ -8880,7 +8710,7 @@ return { [1]="berserk_movement_speed_+%_final" } }, - [379]={ + [370]={ [1]={ [1]={ limit={ @@ -8909,7 +8739,7 @@ return { [1]="berserk_base_damage_taken_+%_final" } }, - [380]={ + [371]={ [1]={ [1]={ [1]={ @@ -8929,7 +8759,7 @@ return { [1]="virtual_berserk_hundred_times_rage_loss_per_second" } }, - [381]={ + [372]={ [1]={ [1]={ limit={ @@ -8945,21 +8775,21 @@ return { [1]="berserk_rage_loss_+%_per_second" } }, - [382]={ + [373]={ [1]={ }, stats={ [1]="ancestral_call_spirit_strike_interval_ms" } }, - [383]={ + [374]={ [1]={ }, stats={ [1]="ancestral_slam_interval_duration" } }, - [384]={ + [375]={ [1]={ [1]={ limit={ @@ -8988,7 +8818,7 @@ return { [1]="support_ancestral_slam_big_hit_hit_damage_+%_final" } }, - [385]={ + [376]={ [1]={ [1]={ limit={ @@ -9017,7 +8847,7 @@ return { [1]="support_ancestral_slam_big_hit_area_+%" } }, - [386]={ + [377]={ [1]={ [1]={ limit={ @@ -9033,7 +8863,7 @@ return { [1]="tornado_damage_absorbed_%" } }, - [387]={ + [378]={ [1]={ [1]={ limit={ @@ -9049,7 +8879,7 @@ return { [1]="totem_elemental_resistance_%" } }, - [388]={ + [379]={ [1]={ [1]={ limit={ @@ -9065,7 +8895,7 @@ return { [1]="deal_no_non_fire_damage" } }, - [389]={ + [380]={ [1]={ [1]={ limit={ @@ -9081,7 +8911,7 @@ return { [1]="deal_no_non_lightning_damage" } }, - [390]={ + [381]={ [1]={ [1]={ limit={ @@ -9097,7 +8927,7 @@ return { [1]="deal_no_non_cold_damage" } }, - [391]={ + [382]={ [1]={ [1]={ limit={ @@ -9113,7 +8943,7 @@ return { [1]="cold_damage_cannot_freeze" } }, - [392]={ + [383]={ [1]={ [1]={ limit={ @@ -9129,7 +8959,7 @@ return { [1]="totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit" } }, - [393]={ + [384]={ [1]={ [1]={ limit={ @@ -9158,7 +8988,7 @@ return { [1]="vaal_firestorm_gem_explosion_area_of_effect_+%_final" } }, - [394]={ + [385]={ [1]={ [1]={ limit={ @@ -9174,7 +9004,7 @@ return { [1]="rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration" } }, - [395]={ + [386]={ [1]={ [1]={ limit={ @@ -9190,7 +9020,7 @@ return { [1]="absolution_blast_chance_to_summon_on_hitting_rare_or_unique_%" } }, - [396]={ + [387]={ [1]={ [1]={ limit={ @@ -9219,7 +9049,7 @@ return { [1]="accuracy_range_penalty_+%" } }, - [397]={ + [388]={ [1]={ [1]={ limit={ @@ -9248,7 +9078,7 @@ return { [1]="active_skill_added_damage_+%_final" } }, - [398]={ + [389]={ [1]={ [1]={ [1]={ @@ -9268,7 +9098,7 @@ return { [1]="active_skill_additional_critical_strike_chance_if_used_through_frostbolt" } }, - [399]={ + [390]={ [1]={ [1]={ limit={ @@ -9297,7 +9127,7 @@ return { [1]="active_skill_area_damage_+%_final" } }, - [400]={ + [391]={ [1]={ [1]={ limit={ @@ -9326,7 +9156,7 @@ return { [1]="active_skill_area_of_effect_+%_final_per_endurance_charge" } }, - [401]={ + [392]={ [1]={ [1]={ limit={ @@ -9355,7 +9185,7 @@ return { [1]="active_skill_area_of_effect_+%_final_when_cast_on_frostbolt" } }, - [402]={ + [393]={ [1]={ [1]={ limit={ @@ -9384,7 +9214,7 @@ return { [1]="active_skill_attack_speed_+%_final_while_dual_wielding" } }, - [403]={ + [394]={ [1]={ [1]={ limit={ @@ -9400,7 +9230,7 @@ return { [1]="active_skill_base_area_length_+" } }, - [404]={ + [395]={ [1]={ [1]={ [1]={ @@ -9420,7 +9250,7 @@ return { [1]="active_skill_base_slow_debuff_movement_speed_+%_final" } }, - [405]={ + [396]={ [1]={ [1]={ limit={ @@ -9449,7 +9279,7 @@ return { [1]="active_skill_bleeding_effect_+%_final_in_blood_stance" } }, - [406]={ + [397]={ [1]={ [1]={ limit={ @@ -9478,14 +9308,14 @@ return { [1]="active_skill_bleeding_effect_+%_final" } }, - [407]={ + [398]={ [1]={ }, stats={ [1]="active_skill_can_overload" } }, - [408]={ + [399]={ [1]={ [1]={ limit={ @@ -9514,7 +9344,7 @@ return { [1]="active_skill_chaos_damage_+%_final" } }, - [409]={ + [400]={ [1]={ [1]={ limit={ @@ -9523,7 +9353,7 @@ return { [2]="#" } }, - text="Chills Enemies as though dealing {0}% more Damage" + text="Chills Enemies as though dealing {0}% more damage" }, [2]={ [1]={ @@ -9536,14 +9366,14 @@ return { [2]=-1 } }, - text="Chills Enemies as though dealing {0}% less Damage" + text="Chills Enemies as though dealing {0}% less damage" } }, stats={ [1]="active_skill_chill_as_though_damage_+%_final" } }, - [410]={ + [401]={ [1]={ [1]={ limit={ @@ -9572,7 +9402,65 @@ return { [1]="active_skill_consume_enemy_freeze_to_gain_damage_+%_final" } }, - [411]={ + [402]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Consumes Freeze on Non-Unique enemies to deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Consumes Freeze on Non-Unique enemies to deal {0}% less Damage" + } + }, + stats={ + [1]="active_skill_consume_enemy_freeze_to_gain_damage_against_non_unique_+%_final" + } + }, + [403]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Consumes Freeze on Unique enemies to deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Consumes Freeze on Unique enemies to deal {0}% less Damage" + } + }, + stats={ + [1]="active_skill_consume_enemy_freeze_to_gain_damage_against_unique_+%_final" + } + }, + [404]={ [1]={ [1]={ limit={ @@ -9588,7 +9476,7 @@ return { [1]="active_skill_consume_enemy_fully_broken_armour_to_gain_damage_+%_final" } }, - [412]={ + [405]={ [1]={ [1]={ limit={ @@ -9617,7 +9505,7 @@ return { [1]="active_skill_damage_+%_final_against_heavy_stunned_enemies" } }, - [413]={ + [406]={ [1]={ [1]={ limit={ @@ -9668,7 +9556,36 @@ return { [2]="quality_display_active_skill_damage_+%_final_vs_immobilised_enemies_is_gem" } }, - [414]={ + [407]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage against Unique enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage against Unique enemies" + } + }, + stats={ + [1]="active_skill_damage_+%_final_vs_unique_enemies" + } + }, + [408]={ [1]={ [1]={ limit={ @@ -9697,7 +9614,7 @@ return { [1]="active_skill_damage_+%_final_while_dual_wielding" } }, - [415]={ + [409]={ [1]={ [1]={ limit={ @@ -9713,7 +9630,7 @@ return { [1]="active_skill_damage_+%_final_against_enemies_on_full_life" } }, - [416]={ + [410]={ [1]={ [1]={ limit={ @@ -9742,7 +9659,7 @@ return { [1]="active_skill_damage_+%_final_per_time_chained" } }, - [417]={ + [411]={ [1]={ [1]={ limit={ @@ -9771,7 +9688,7 @@ return { [1]="active_skill_damage_+%_final_vs_burning_enemies" } }, - [418]={ + [412]={ [1]={ [1]={ limit={ @@ -9800,7 +9717,7 @@ return { [1]="active_skill_damage_+%_final_vs_chilled_enemies" } }, - [419]={ + [413]={ [1]={ [1]={ limit={ @@ -9829,7 +9746,7 @@ return { [1]="active_skill_damage_+%_final_vs_fully_broken_armour" } }, - [420]={ + [414]={ [1]={ [1]={ limit={ @@ -9858,7 +9775,7 @@ return { [1]="active_skill_damage_+%_when_cast_on_frostbolt" } }, - [421]={ + [415]={ [1]={ [1]={ limit={ @@ -9887,7 +9804,23 @@ return { [1]="active_skill_electrocutes_as_though_dealt_damage_+%_final" } }, - [422]={ + [416]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attack Damage of this skill is {0}% of Default Attack Damage" + } + }, + stats={ + [1]="active_skill_has_%_standard_scaling_attack_damage" + } + }, + [417]={ [1]={ [1]={ limit={ @@ -9916,7 +9849,7 @@ return { [1]="active_skill_hit_damage_freeze_multiplier_+%_final" } }, - [423]={ + [418]={ [1]={ [1]={ limit={ @@ -9954,7 +9887,7 @@ return { [1]="active_skill_hit_damage_stun_multiplier_+%_final" } }, - [424]={ + [419]={ [1]={ [1]={ limit={ @@ -9983,7 +9916,7 @@ return { [1]="active_skill_if_used_through_frostbolt_damage_+%_final" } }, - [425]={ + [420]={ [1]={ [1]={ limit={ @@ -9992,7 +9925,7 @@ return { [2]="#" } }, - text="{0}% more chance to Ignite enemies" + text="Inflicts {0}% more Flammability Magnitude" }, [2]={ [1]={ @@ -10005,14 +9938,14 @@ return { [2]=-1 } }, - text="{0}% less chance to Ignite enemies" + text="Inflicts {0}% less Flammability Magnitude" } }, stats={ [1]="active_skill_ignite_chance_+%_final" } }, - [426]={ + [421]={ [1]={ [1]={ limit={ @@ -10025,7 +9958,7 @@ return { [2]=0 } }, - text="{0}% more Magnitude of Ignite inflicted" + text="{0}% more Ignite Magnitude" }, [2]={ [1]={ @@ -10042,7 +9975,7 @@ return { [2]=0 } }, - text="{0}% less Magnitude of Ignite inflicted" + text="{0}% less Ignite Magnitude" }, [3]={ limit={ @@ -10055,7 +9988,7 @@ return { [2]=0 } }, - text="{0}% more Magnitude of Ignite inflicted" + text="{0}% more Ignite Magnitude" } }, stats={ @@ -10063,7 +9996,7 @@ return { [2]="quality_display_active_skill_ignite_effect_is_gem" } }, - [427]={ + [422]={ [1]={ [1]={ limit={ @@ -10092,7 +10025,56 @@ return { [1]="active_skill_ignite_duration_+%_final" } }, - [428]={ + [423]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="Ignites inflicted by this Skill Spread to other\nenemies that stay within {0} metre for 1 second" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Ignites inflicted by this Skill Spread to other\nenemies that stay within {0} metres for 1 second" + } + }, + stats={ + [1]="active_skill_ignite_proliferation_radius" + } + }, + [424]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Knockback Distance" + } + }, + stats={ + [1]="active_skill_knockback_distance_+%_final" + } + }, + [425]={ [1]={ [1]={ limit={ @@ -10121,7 +10103,7 @@ return { [1]="active_skill_lightning_damage_+%_final" } }, - [429]={ + [426]={ [1]={ [1]={ limit={ @@ -10150,7 +10132,7 @@ return { [1]="active_skill_minion_hit_damage_stun_multiplier_+%_final" } }, - [430]={ + [427]={ [1]={ [1]={ limit={ @@ -10166,7 +10148,7 @@ return { [1]="active_skill_never_freeze_shock_ignite" } }, - [431]={ + [428]={ [1]={ [1]={ limit={ @@ -10217,7 +10199,7 @@ return { [2]="quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem" } }, - [432]={ + [429]={ [1]={ [1]={ limit={ @@ -10250,7 +10232,7 @@ return { [1]="active_skill_poison_duration_+%_final" } }, - [433]={ + [430]={ [1]={ [1]={ limit={ @@ -10279,7 +10261,7 @@ return { [1]="active_skill_projectile_damage_+%_final_for_each_remaining_chain" } }, - [434]={ + [431]={ [1]={ [1]={ limit={ @@ -10308,7 +10290,7 @@ return { [1]="active_skill_projectile_damage_+%_final_if_pierced_enemy" } }, - [435]={ + [432]={ [1]={ [1]={ limit={ @@ -10337,7 +10319,7 @@ return { [1]="active_skill_reload_speed_+%_final" } }, - [436]={ + [433]={ [1]={ [1]={ [1]={ @@ -10375,7 +10357,7 @@ return { [2]="quality_display_active_skill_required_number_of_combo_stacks_is_gem" } }, - [437]={ + [434]={ [1]={ [1]={ limit={ @@ -10404,7 +10386,7 @@ return { [1]="active_skill_shock_as_though_damage_+%_final" } }, - [438]={ + [435]={ [1]={ [1]={ limit={ @@ -10429,7 +10411,7 @@ return { [1]="active_skill_shock_chance_+%_final" } }, - [439]={ + [436]={ [1]={ [1]={ limit={ @@ -10438,7 +10420,7 @@ return { [2]="#" } }, - text="{0:+d}% more Shock duration" + text="{0}% more Shock duration" }, [2]={ [1]={ @@ -10451,14 +10433,14 @@ return { [2]=-1 } }, - text="{0:+d}% less Shock duration" + text="{0}% less Shock duration" } }, stats={ [1]="active_skill_shock_duration_+%_final" } }, - [440]={ + [437]={ [1]={ [1]={ limit={ @@ -10467,7 +10449,7 @@ return { [2]="#" } }, - text="{0}% increased Stun Threshold while using Skill" + text="{0}% more Magnitude of Shock inflicted" }, [2]={ [1]={ @@ -10476,10 +10458,39 @@ return { }, limit={ [1]={ - [1]=-1, + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Shock inflicted" + } + }, + stats={ + [1]="active_skill_shock_effect_+%_final" + } + }, + [438]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, [2]="#" } }, + text="{0}% increased Stun Threshold while using Skill" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, text="{0}% reduced Stun Threshold while using Skill" } }, @@ -10487,7 +10498,7 @@ return { [1]="active_skill_stun_threshold_+%_while_performing_action" } }, - [441]={ + [439]={ [1]={ [1]={ limit={ @@ -10512,7 +10523,7 @@ return { [1]="add_endurance_charge_on_skill_hit_%" } }, - [442]={ + [440]={ [1]={ [1]={ limit={ @@ -10528,7 +10539,7 @@ return { [1]="add_frenzy_charge_on_skill_hit_%" } }, - [443]={ + [441]={ [1]={ [1]={ limit={ @@ -10544,7 +10555,7 @@ return { [1]="additional_block_chance_against_projectiles_%_per_steel_charge" } }, - [444]={ + [442]={ [1]={ [1]={ limit={ @@ -10560,14 +10571,14 @@ return { [1]="additional_chain_chance_%" } }, - [445]={ + [443]={ [1]={ }, stats={ [1]="additional_combo_gain_chance_%" } }, - [446]={ + [444]={ [1]={ [1]={ [1]={ @@ -10587,7 +10598,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_dead" } }, - [447]={ + [445]={ [1]={ [1]={ [1]={ @@ -10607,7 +10618,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_affected_by_elusive" } }, - [448]={ + [446]={ [1]={ [1]={ limit={ @@ -10654,7 +10665,7 @@ return { [1]="additional_projectiles_per_intensity" } }, - [449]={ + [447]={ [1]={ [1]={ limit={ @@ -10670,7 +10681,7 @@ return { [1]="additive_thorns_damage_modifiers_apply_to_attack_damage" } }, - [450]={ + [448]={ [1]={ [1]={ limit={ @@ -10691,7 +10702,7 @@ return { [2]="alchemists_mark_poisoner_creates_caustic_ground_%_poison_damage" } }, - [451]={ + [449]={ [1]={ [1]={ limit={ @@ -10700,14 +10711,14 @@ return { [2]="#" } }, - text="All Damage from Hits Contributes to Ignite Chance and Magnitude, Freeze Buildup, and Shock Chance" + text="All Damage from Hits Contributes to Flammability and Ignite Magnitudes, Freeze Buildup, and Shock Chance" } }, stats={ [1]="all_damage_can_ignite_freeze_shock" } }, - [452]={ + [450]={ [1]={ [1]={ limit={ @@ -10723,7 +10734,7 @@ return { [1]="all_damage_can_sap" } }, - [453]={ + [451]={ [1]={ [1]={ limit={ @@ -10739,7 +10750,7 @@ return { [1]="already_split_if_no_steel_shards" } }, - [454]={ + [452]={ [1]={ [1]={ limit={ @@ -10755,7 +10766,7 @@ return { [1]="always_chain_from_shocked_enemies" } }, - [455]={ + [453]={ [1]={ [1]={ limit={ @@ -10771,7 +10782,7 @@ return { [1]="always_crit" } }, - [456]={ + [454]={ [1]={ [1]={ limit={ @@ -10787,7 +10798,7 @@ return { [1]="always_ignite" } }, - [457]={ + [455]={ [1]={ [1]={ limit={ @@ -10803,7 +10814,7 @@ return { [1]="always_pierce" } }, - [458]={ + [456]={ [1]={ [1]={ limit={ @@ -10819,7 +10830,7 @@ return { [1]="always_stun_enemies_that_are_on_full_life" } }, - [459]={ + [457]={ [1]={ [1]={ limit={ @@ -10848,7 +10859,7 @@ return { [1]="ancestor_totem_buff_effect_+%" } }, - [460]={ + [458]={ [1]={ [1]={ limit={ @@ -10877,14 +10888,14 @@ return { [1]="ancestor_totem_parent_activation_range_+%" } }, - [461]={ + [459]={ [1]={ }, stats={ [1]="ancestral_aid_required_count_of_recent_blocks" } }, - [462]={ + [460]={ [1]={ [1]={ limit={ @@ -10913,7 +10924,7 @@ return { [1]="ancestral_slam_stun_threshold_reduction_+%" } }, - [463]={ + [461]={ [1]={ [1]={ limit={ @@ -10929,7 +10940,7 @@ return { [1]="animate_weapon_chance_to_create_additional_copy_%" } }, - [464]={ + [462]={ [1]={ [1]={ [1]={ @@ -10949,7 +10960,7 @@ return { [1]="animated_ethereal_blades_have_additional_critical_strike_chance" } }, - [465]={ + [463]={ [1]={ [1]={ limit={ @@ -10965,7 +10976,7 @@ return { [1]="apply_%_cold_exposure_for_4_seconds_on_chill" } }, - [466]={ + [464]={ [1]={ [1]={ limit={ @@ -10981,7 +10992,7 @@ return { [1]="apply_%_cold_exposure_for_4_seconds_on_freeze" } }, - [467]={ + [465]={ [1]={ [1]={ limit={ @@ -10997,23 +11008,52 @@ return { [1]="apply_linked_curses_with_dark_ritual" } }, - [468]={ + [466]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Hit damage when Chaining" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", + [2]=-1 + } + }, + text="{0}% less Hit damage when Chaining" + } + }, + stats={ + [1]="arc_chain_hit_damage_+%_final" + } + }, + [467]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, [2]="#" } }, - text="Overpowered applies -{0}% chance to Block Attack and Spell Damage" + text="Chains {0} additional times when Lightning Infused" } }, stats={ - [1]="apply_overpowered_on_enemy_block_reduced_block_and_spell_block_%" + [1]="arc_chains_gained_from_infusion_consumption" } }, - [469]={ + [468]={ [1]={ [1]={ limit={ @@ -11022,7 +11062,7 @@ return { [2]="#" } }, - text="{0}% more Hit damage when Chaining" + text="{0}% more damage when Lightning Infused" }, [2]={ [1]={ @@ -11035,25 +11075,17 @@ return { [2]=-1 } }, - text="{0}% less Hit damage when Chaining" + text="{0}% less damage when Lightning Infused" } }, stats={ - [1]="arc_chain_hit_damage_+%_final" + [1]="arc_damage_+%_final_from_infusion_consumption" } }, - [470]={ + [469]={ [1]={ [1]={ limit={ - [1]={ - [1]=1, - [2]="#" - }, - [2]={ - [1]=0, - [2]=0 - } }, text="{0:+d}% more Damage for each remaining Chain" }, @@ -11062,10 +11094,6 @@ return { [1]={ [1]=1, [2]="#" - }, - [2]={ - [1]="#", - [2]="#" } }, text="{0}% more Damage for each remaining Chain" @@ -11079,21 +11107,16 @@ return { [1]={ [1]="#", [2]=-1 - }, - [2]={ - [1]="#", - [2]="#" } }, text="{0}% less Damage for each remaining Chain" } }, stats={ - [1]="arc_damage_+%_final_for_each_remaining_chain", - [2]="quality_display_arc_is_gem" + [1]="arc_damage_+%_final_for_each_remaining_chain" } }, - [471]={ + [470]={ [1]={ [1]={ limit={ @@ -11122,7 +11145,7 @@ return { [1]="arc_damage_+%_final_per_chain" } }, - [472]={ + [471]={ [1]={ [1]={ limit={ @@ -11138,7 +11161,7 @@ return { [1]="arcane_cloak_consume_%_of_mana" } }, - [473]={ + [472]={ [1]={ [1]={ limit={ @@ -11154,7 +11177,7 @@ return { [1]="arcane_cloak_damage_absorbed_%" } }, - [474]={ + [473]={ [1]={ [1]={ [1]={ @@ -11174,7 +11197,7 @@ return { [1]="arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second" } }, - [475]={ + [474]={ [1]={ [1]={ limit={ @@ -11190,7 +11213,7 @@ return { [1]="arcane_cloak_gain_%_of_consumed_mana_as_lightning_damage" } }, - [476]={ + [475]={ [1]={ [1]={ [1]={ @@ -11210,7 +11233,7 @@ return { [1]="arctic_armour_chill_when_hit_duration" } }, - [477]={ + [476]={ [1]={ [1]={ limit={ @@ -11239,7 +11262,7 @@ return { [1]="arctic_armour_fire_damage_taken_+%_final" } }, - [478]={ + [477]={ [1]={ [1]={ limit={ @@ -11268,7 +11291,7 @@ return { [1]="arctic_armour_physical_damage_taken_+%_final" } }, - [479]={ + [478]={ [1]={ [1]={ limit={ @@ -11293,7 +11316,7 @@ return { [1]="arctic_breath_maximum_number_of_skulls_allowed" } }, - [480]={ + [479]={ [1]={ [1]={ limit={ @@ -11322,7 +11345,7 @@ return { [1]="area_of_effect_+%_per_frost_fury_stage" } }, - [481]={ + [480]={ [1]={ [1]={ limit={ @@ -11351,7 +11374,7 @@ return { [1]="area_of_effect_+%_per_removable_power_frenzy_or_endurance_charge" } }, - [482]={ + [481]={ [1]={ [1]={ limit={ @@ -11380,7 +11403,7 @@ return { [1]="area_of_effect_+%_when_cast_on_frostbolt" } }, - [483]={ + [482]={ [1]={ [1]={ limit={ @@ -11409,21 +11432,21 @@ return { [1]="area_of_effect_+%_while_not_dual_wielding" } }, - [484]={ + [483]={ [1]={ }, stats={ [1]="armour_break_for_%_of_poison_damage_over_poison_duration" } }, - [485]={ + [484]={ [1]={ }, stats={ [1]="armour_break_physical_damage_%_dealt_as_armour_break" } }, - [486]={ + [485]={ [1]={ [1]={ limit={ @@ -11452,7 +11475,7 @@ return { [1]="attack_and_cast_speed_+%" } }, - [487]={ + [486]={ [1]={ [1]={ limit={ @@ -11481,7 +11504,7 @@ return { [1]="attack_damage_+%" } }, - [488]={ + [487]={ [1]={ [1]={ limit={ @@ -11510,14 +11533,14 @@ return { [1]="attack_damage_taken_+%_final_from_enemies_unaffected_by_sand_armour" } }, - [489]={ + [488]={ [1]={ }, stats={ [1]="attack_duration_ms" } }, - [490]={ + [489]={ [1]={ [1]={ limit={ @@ -11533,7 +11556,7 @@ return { [1]="attack_speed_cannot_be_modified" } }, - [491]={ + [490]={ [1]={ [1]={ limit={ @@ -11549,7 +11572,7 @@ return { [1]="attack_speed_modifiers_apply_to_over_time_cost" } }, - [492]={ + [491]={ [1]={ [1]={ limit={ @@ -11574,7 +11597,7 @@ return { [1]="attack_trigger_on_hitting_bleeding_enemy_%" } }, - [493]={ + [492]={ [1]={ [1]={ limit={ @@ -11599,7 +11622,7 @@ return { [1]="attacks_impale_on_hit_%_chance" } }, - [494]={ + [493]={ [1]={ [1]={ limit={ @@ -11624,7 +11647,7 @@ return { [1]="avoid_damage_%" } }, - [495]={ + [494]={ [1]={ [1]={ limit={ @@ -11649,7 +11672,7 @@ return { [1]="avoid_interruption_while_using_this_skill_%" } }, - [496]={ + [495]={ [1]={ [1]={ limit={ @@ -11665,7 +11688,7 @@ return { [1]="ball_lightning_superball_%_chance" } }, - [497]={ + [496]={ [1]={ [1]={ limit={ @@ -11694,7 +11717,7 @@ return { [1]="barrage_support_projectile_spread_+%" } }, - [498]={ + [497]={ [1]={ [1]={ limit={ @@ -11710,6 +11733,57 @@ return { [1]="barrier_invocation_gain_1_energy_per_X_energy_shield_damage_taken_when_hit" } }, + [498]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Deals up to an additional {0:+d}% more Damage, based on the distance travelled" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Deals up to {0}% more Damage, based on the distance travelled" + }, + [3]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Deals up to {0}% less Damage, based on the distance travelled" + } + }, + stats={ + [1]="base_additional_damage_from_distance_+%_final", + [2]="quality_display_spear_puncture_is_gem" + } + }, [499]={ [1]={ [1]={ @@ -11727,6 +11801,31 @@ return { } }, [500]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Dazes on Hit" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to Daze on Hit" + } + }, + stats={ + [1]="base_chance_to_daze_%" + } + }, + [501]={ [1]={ [1]={ limit={ @@ -11742,7 +11841,7 @@ return { [1]="base_chance_to_deal_triple_damage_%" } }, - [501]={ + [502]={ [1]={ [1]={ limit={ @@ -11758,7 +11857,7 @@ return { [1]="base_chance_to_destroy_corpse_on_kill_%_vs_ignited" } }, - [502]={ + [503]={ [1]={ [1]={ limit={ @@ -11783,7 +11882,7 @@ return { [1]="base_chance_to_inflict_bleeding_%" } }, - [503]={ + [504]={ [1]={ [1]={ limit={ @@ -11799,7 +11898,7 @@ return { [1]="base_chance_to_pierce_%" } }, - [504]={ + [505]={ [1]={ [1]={ [1]={ @@ -11832,7 +11931,7 @@ return { [1]="base_combo_stacks_decay_delay_ms" } }, - [505]={ + [506]={ [1]={ [1]={ limit={ @@ -11848,7 +11947,7 @@ return { [1]="base_consume_enemy_freeze_on_hit" } }, - [506]={ + [507]={ [1]={ [1]={ limit={ @@ -11864,7 +11963,7 @@ return { [1]="base_consume_enemy_shock_on_hit" } }, - [507]={ + [508]={ [1]={ [1]={ [1]={ @@ -11884,7 +11983,7 @@ return { [1]="base_cooldown_modifier_ms" } }, - [508]={ + [509]={ [1]={ [1]={ limit={ @@ -11913,7 +12012,7 @@ return { [1]="base_cooldown_speed_+%" } }, - [509]={ + [510]={ [1]={ [1]={ limit={ @@ -11922,7 +12021,7 @@ return { [2]="#" } }, - text="{0}% increased Damage taken" + text="Curse zone erupts after {0}% increased delay" }, [2]={ [1]={ @@ -11935,42 +12034,25 @@ return { [2]=-1 } }, - text="{0}% reduced Damage taken" + text="Curse zone erupts after {0}% reduced delay" } }, stats={ - [1]="base_damage_taken_+%" + [1]="base_curse_delay_+%" } }, - [510]={ + [511]={ [1]={ [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - }, - [2]={ - [1]=0, - [2]=0 - } - }, - text="Deals up to an additional {0:+d}% more Damage, based on the distance travelled" - }, - [2]={ limit={ [1]={ [1]=1, [2]="#" - }, - [2]={ - [1]="#", - [2]="#" } }, - text="Deals up to {0}% more Damage, based on the distance travelled" + text="{0}% increased Damage taken" }, - [3]={ + [2]={ [1]={ k="negate", v=1 @@ -11979,21 +12061,16 @@ return { [1]={ [1]="#", [2]=-1 - }, - [2]={ - [1]="#", - [2]="#" } }, - text="Deals up to {0}% less Damage, based on the distance travelled" + text="{0}% reduced Damage taken" } }, stats={ - [1]="base_dash_additional_damage_from_distance_+%_final", - [2]="quality_display_spear_puncture_is_gem" + [1]="base_damage_taken_+%" } }, - [511]={ + [512]={ [1]={ [1]={ limit={ @@ -12009,7 +12086,7 @@ return { [1]="base_deal_no_chaos_damage" } }, - [512]={ + [513]={ [1]={ [1]={ limit={ @@ -12038,7 +12115,7 @@ return { [1]="base_debuff_slow_magnitude_+%" } }, - [513]={ + [514]={ [1]={ [1]={ limit={ @@ -12063,40 +12140,36 @@ return { [1]="base_extra_damage_rolls" } }, - [514]={ + [515]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp", - v=1 - }, limit={ [1]={ - [1]=1000, - [2]=1000 + [1]=1, + [2]="#" } }, - text="Can target each enemy only once every {0} second" + text="{0}% increased Ignite Magnitude" }, [2]={ [1]={ - k="milliseconds_to_seconds_2dp", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Can target each enemy only once every {0} seconds" + text="{0}% reduced Ignite Magnitude" } }, stats={ - [1]="galvanic_field_retargeting_delay_ms" + [1]="base_ignite_effect_+%" } }, - [515]={ + [516]={ [1]={ [1]={ limit={ @@ -12121,7 +12194,7 @@ return { [1]="base_inflict_cold_exposure_on_hit_%_chance" } }, - [516]={ + [517]={ [1]={ [1]={ limit={ @@ -12146,7 +12219,7 @@ return { [1]="base_inflict_fire_exposure_on_hit_%_chance" } }, - [517]={ + [518]={ [1]={ [1]={ limit={ @@ -12155,7 +12228,7 @@ return { [2]=99 } }, - text="{0}% chance to inflict Lightning Exposure on Hit" + text="{0}% chance to inflict Exposure on Hit" }, [2]={ limit={ @@ -12164,14 +12237,14 @@ return { [2]="#" } }, - text="Inflict Lightning Exposure on Hit" + text="Inflict Exposure on Hit" } }, stats={ [1]="base_inflict_lightning_exposure_on_hit_%_chance" } }, - [518]={ + [519]={ [1]={ [1]={ limit={ @@ -12187,7 +12260,7 @@ return { [1]="base_lightning_damage_can_electrocute" } }, - [519]={ + [520]={ [1]={ [1]={ limit={ @@ -12247,7 +12320,7 @@ return { [2]="quality_display_base_number_of_crossbow_bolts_is_gem" } }, - [520]={ + [521]={ [1]={ [1]={ limit={ @@ -12272,9 +12345,19 @@ return { [1]="base_number_of_frozen_locus_allowed" } }, - [521]={ + [522]={ [1]={ [1]={ + limit={ + }, + text="Fires {0:+d} Projectiles" + }, + [2]={ + limit={ + }, + text="Fires {0:+d} Arrows" + }, + [3]={ limit={ [1]={ [1]=2, @@ -12291,7 +12374,7 @@ return { }, text="Fires {0} Projectiles" }, - [2]={ + [4]={ limit={ [1]={ [1]=2, @@ -12315,7 +12398,32 @@ return { [3]="quality_display_base_number_of_projectiles_is_gem" } }, - [522]={ + [523]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Fires {0} Projectile" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Fires {0} Projectiles in a spiral" + } + }, + stats={ + [1]="base_number_of_projectiles_in_spiral_nova" + } + }, + [524]={ [1]={ [1]={ limit={ @@ -12375,7 +12483,7 @@ return { [2]="quality_display_shield_wall_is_gem" } }, - [523]={ + [525]={ [1]={ [1]={ limit={ @@ -12400,7 +12508,7 @@ return { [1]="number_of_support_ghosts_allowed" } }, - [524]={ + [526]={ [1]={ [1]={ limit={ @@ -12425,7 +12533,7 @@ return { [1]="base_number_of_tempest_bells_allowed" } }, - [525]={ + [527]={ [1]={ [1]={ limit={ @@ -12441,7 +12549,7 @@ return { [1]="base_poison_effect_+100%_final_chance" } }, - [526]={ + [528]={ [1]={ [1]={ limit={ @@ -12457,7 +12565,7 @@ return { [1]="base_projectiles_cannot_chain" } }, - [527]={ + [529]={ [1]={ [1]={ [1]={ @@ -12490,7 +12598,7 @@ return { [1]="base_remnant_duration_ms" } }, - [528]={ + [530]={ [1]={ [1]={ limit={ @@ -12515,7 +12623,28 @@ return { [1]="base_smite_number_of_targets" } }, - [529]={ + [531]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Deals {0} to {1} base Cold Damage per Frenzy Charge removed" + } + }, + stats={ + [1]="spell_minimum_base_cold_damage_per_removable_frenzy_charge", + [2]="spell_maximum_base_cold_damage_per_removable_frenzy_charge" + } + }, + [532]={ [1]={ [1]={ limit={ @@ -12531,7 +12660,7 @@ return { [1]="bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed" } }, - [530]={ + [533]={ [1]={ [1]={ limit={ @@ -12560,7 +12689,7 @@ return { [1]="blackhole_damage_taken_+%" } }, - [531]={ + [534]={ [1]={ [1]={ [1]={ @@ -12580,7 +12709,7 @@ return { [1]="blackhole_hinder_%" } }, - [532]={ + [535]={ [1]={ [1]={ [1]={ @@ -12613,7 +12742,7 @@ return { [1]="blackhole_tick_rate_ms" } }, - [533]={ + [536]={ [1]={ [1]={ limit={ @@ -12629,7 +12758,7 @@ return { [1]="blade_blast_detonated_blades_not_removed_%_chance" } }, - [534]={ + [537]={ [1]={ [1]={ limit={ @@ -12658,7 +12787,7 @@ return { [1]="blade_burst_area_of_effect_+%_final_per_blade_vortex_blade_detonated" } }, - [535]={ + [538]={ [1]={ [1]={ limit={ @@ -12687,7 +12816,7 @@ return { [1]="blade_flurry_elemental_damage_+%_while_channeling" } }, - [536]={ + [539]={ [1]={ [1]={ limit={ @@ -12716,7 +12845,7 @@ return { [1]="blade_flurry_final_flurry_area_of_effect_+%" } }, - [537]={ + [540]={ [1]={ [1]={ limit={ @@ -12732,7 +12861,7 @@ return { [1]="blade_vortex_additional_blade_chance_%" } }, - [538]={ + [541]={ [1]={ [1]={ limit={ @@ -12761,7 +12890,7 @@ return { [1]="blade_vortex_critical_strike_chance_+%_per_blade" } }, - [539]={ + [542]={ [1]={ [1]={ limit={ @@ -12790,7 +12919,7 @@ return { [1]="blade_vortex_damage_+%_with_5_or_fewer_blades" } }, - [540]={ + [543]={ [1]={ [1]={ [1]={ @@ -12819,7 +12948,7 @@ return { [1]="blade_vortex_hit_rate_ms" } }, - [541]={ + [544]={ [1]={ [1]={ limit={ @@ -12848,7 +12977,7 @@ return { [1]="bladefall_critical_strike_chance_+%_per_stage" } }, - [542]={ + [545]={ [1]={ [1]={ limit={ @@ -12877,7 +13006,7 @@ return { [1]="bladefall_volley_gap_distance_+%" } }, - [543]={ + [546]={ [1]={ [1]={ limit={ @@ -12902,7 +13031,7 @@ return { [1]="bladefall_volleys_needed_per_vestige_blade" } }, - [544]={ + [547]={ [1]={ [1]={ limit={ @@ -12918,7 +13047,7 @@ return { [1]="bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within" } }, - [545]={ + [548]={ [1]={ [1]={ limit={ @@ -12947,7 +13076,7 @@ return { [1]="bladestorm_attack_speed_+%_final_while_in_bloodstorm" } }, - [546]={ + [549]={ [1]={ [1]={ limit={ @@ -12963,7 +13092,7 @@ return { [1]="bladestorm_create_alternate_stance_storm_%_chance" } }, - [547]={ + [550]={ [1]={ [1]={ limit={ @@ -12979,7 +13108,7 @@ return { [1]="bladestorm_maximum_number_of_storms_allowed" } }, - [548]={ + [551]={ [1]={ [1]={ limit={ @@ -13008,7 +13137,7 @@ return { [1]="bladestorm_movement_speed_+%_while_in_sandstorm" } }, - [549]={ + [552]={ [1]={ [1]={ limit={ @@ -13037,7 +13166,7 @@ return { [1]="bladestorm_sandstorm_movement_speed_+%" } }, - [550]={ + [553]={ [1]={ [1]={ limit={ @@ -13066,7 +13195,7 @@ return { [1]="bladestorm_storm_damage_+%_final" } }, - [551]={ + [554]={ [1]={ [1]={ limit={ @@ -13095,7 +13224,7 @@ return { [1]="blast_rain_area_of_effect_+%" } }, - [552]={ + [555]={ [1]={ [1]={ limit={ @@ -13124,7 +13253,7 @@ return { [1]="blast_rain_damage_+%_vs_distant_enemies" } }, - [553]={ + [556]={ [1]={ [1]={ limit={ @@ -13201,7 +13330,7 @@ return { [3]="cannot_cause_bleeding" } }, - [554]={ + [557]={ [1]={ [1]={ limit={ @@ -13230,7 +13359,7 @@ return { [1]="blind_effect_+%" } }, - [555]={ + [558]={ [1]={ [1]={ [1]={ @@ -13250,7 +13379,7 @@ return { [1]="blink_travel_distance" } }, - [556]={ + [559]={ [1]={ [1]={ [1]={ @@ -13270,7 +13399,7 @@ return { [1]="blood_boil_%_health_as_corrupted_blood_damage_per_minute" } }, - [557]={ + [560]={ [1]={ [1]={ [1]={ @@ -13303,7 +13432,7 @@ return { [1]="blood_boil_application_interval_ms" } }, - [558]={ + [561]={ [1]={ [1]={ limit={ @@ -13332,7 +13461,7 @@ return { [1]="blood_boil_explosion_area_+%_final_per_boil" } }, - [559]={ + [562]={ [1]={ [1]={ limit={ @@ -13361,7 +13490,7 @@ return { [1]="blood_ground_leaving_area_lasts_for_ms" } }, - [560]={ + [563]={ [1]={ [1]={ limit={ @@ -13390,7 +13519,7 @@ return { [1]="blood_magic_skill_life_cost_+%_final" } }, - [561]={ + [564]={ [1]={ [1]={ limit={ @@ -13437,7 +13566,7 @@ return { [2]="reap_life_%_granted_on_death_with_debuff" } }, - [562]={ + [565]={ [1]={ [1]={ limit={ @@ -13462,7 +13591,7 @@ return { [1]="blood_sand_triggered_blind_on_attack_chance_%" } }, - [563]={ + [566]={ [1]={ [1]={ limit={ @@ -13487,7 +13616,7 @@ return { [1]="blood_sand_triggered_change_bleed_on_attack_chance_%" } }, - [564]={ + [567]={ [1]={ [1]={ limit={ @@ -13516,7 +13645,7 @@ return { [1]="blood_scythe_cost_+%_final_per_charge" } }, - [565]={ + [568]={ [1]={ [1]={ limit={ @@ -13545,7 +13674,7 @@ return { [1]="blood_scythe_damage_+%_final_per_charge" } }, - [566]={ + [569]={ [1]={ [1]={ limit={ @@ -13561,12 +13690,25 @@ return { [1]="blood_surge_refresh_on_total_life_spent" } }, - [567]={ + [570]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, + [2]=1 + }, + [2]={ + [1]="!", + [2]=0 + } + }, + text="Fires tendrils at up to {0} Target" + }, + [2]={ + limit={ + [1]={ + [1]=2, [2]="#" }, [2]={ @@ -13576,10 +13718,36 @@ return { }, text="Fires tendrils at up to {0} Targets" }, - [2]={ + [3]={ limit={ [1]={ - [1]="#", + [1]=0, + [2]=0 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Fires tendrils at up to {0:+d} Targets" + }, + [4]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Fires tendrils at up to {0:+d} Target" + }, + [5]={ + limit={ + [1]={ + [1]=2, [2]="#" }, [2]={ @@ -13595,7 +13763,7 @@ return { [2]="quality_display_exsanguinate_beam_targets_is_gem" } }, - [568]={ + [571]={ [1]={ [1]={ limit={ @@ -13624,7 +13792,7 @@ return { [1]="bodyswap_damage_+%_when_not_consuming_corpse" } }, - [569]={ + [572]={ [1]={ [1]={ limit={ @@ -13645,7 +13813,7 @@ return { [2]="bone_golem_damage_per_non_golem_minion_nearby_maximum_%" } }, - [570]={ + [573]={ [1]={ [1]={ limit={ @@ -13666,7 +13834,7 @@ return { [2]="bone_golem_grants_minion_maximum_added_physical_damage" } }, - [571]={ + [574]={ [1]={ [1]={ limit={ @@ -13684,8 +13852,8 @@ return { }, limit={ [1]={ - [1]=-1, - [2]="#" + [1]="#", + [2]=-1 } }, text="Shielded Minions take {0}% less Damage for 1 second after Shield is lost" @@ -13695,7 +13863,7 @@ return { [1]="bone_offering_damage_taken_+%_final_after_shield_loss" } }, - [572]={ + [575]={ [1]={ [1]={ limit={ @@ -13711,7 +13879,7 @@ return { [1]="boneshatter_chance_to_gain_+1_trauma" } }, - [573]={ + [576]={ [1]={ [1]={ limit={ @@ -13727,7 +13895,7 @@ return { [1]="brand_detonate_faster_activation_%_per_second" } }, - [574]={ + [577]={ [1]={ [1]={ limit={ @@ -13743,7 +13911,7 @@ return { [1]="brand_detonate_faster_duration_%_per_second" } }, - [575]={ + [578]={ [1]={ [1]={ limit={ @@ -13759,7 +13927,7 @@ return { [1]="brand_recall_spend_%_of_recalled_brands_cost" } }, - [576]={ + [579]={ [1]={ [1]={ limit={ @@ -13775,7 +13943,7 @@ return { [1]="branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%" } }, - [577]={ + [580]={ [1]={ [1]={ limit={ @@ -13804,7 +13972,7 @@ return { [1]="breach_flame_spawn_rate_ms" } }, - [578]={ + [581]={ [1]={ [1]={ limit={ @@ -13829,7 +13997,7 @@ return { [1]="buff_grants_smite_additional_lightning_targets" } }, - [579]={ + [582]={ [1]={ [1]={ [1]={ @@ -13854,7 +14022,7 @@ return { [2]="call_of_steel_reload_time" } }, - [580]={ + [583]={ [1]={ [1]={ limit={ @@ -13879,7 +14047,7 @@ return { [1]="caltrops_on_dodge_X_triggers" } }, - [581]={ + [584]={ [1]={ [1]={ limit={ @@ -13895,7 +14063,7 @@ return { [1]="cannot_be_empowered_by_warcries" } }, - [582]={ + [585]={ [1]={ [1]={ limit={ @@ -13911,14 +14079,30 @@ return { [1]="cannot_break_armour" } }, - [583]={ + [586]={ [1]={ }, stats={ [1]="cannot_cause_stun_but_allow_stun_buildup" } }, - [584]={ + [587]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Cannot Consume Charges" + } + }, + stats={ + [1]="cannot_consume_power_frenzy_endurance_charges" + } + }, + [588]={ [1]={ [1]={ limit={ @@ -13927,14 +14111,14 @@ return { [2]="#" } }, - text="Cannot inflict Daze buildup\nCannot Daze" + text="Cannot inflict Daze" } }, stats={ [1]="cannot_daze" } }, - [585]={ + [589]={ [1]={ [1]={ limit={ @@ -13950,7 +14134,7 @@ return { [1]="cannot_gain_power_charges_during_skill" } }, - [586]={ + [590]={ [1]={ [1]={ limit={ @@ -13966,7 +14150,7 @@ return { [1]="cannot_inflict_blind" } }, - [587]={ + [591]={ [1]={ [1]={ limit={ @@ -13982,7 +14166,7 @@ return { [1]="cannot_knockback" } }, - [588]={ + [592]={ [1]={ [1]={ limit={ @@ -13998,7 +14182,7 @@ return { [1]="cannot_pin" } }, - [589]={ + [593]={ [1]={ [1]={ [1]={ @@ -14018,7 +14202,7 @@ return { [1]="cast_fire_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit" } }, - [590]={ + [594]={ [1]={ [1]={ [1]={ @@ -14038,7 +14222,7 @@ return { [1]="cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit" } }, - [591]={ + [595]={ [1]={ [1]={ [1]={ @@ -14058,7 +14242,7 @@ return { [1]="cast_on_block_gain_X_centienergy_on_block" } }, - [592]={ + [596]={ [1]={ [1]={ [1]={ @@ -14078,7 +14262,7 @@ return { [1]="cast_on_crit_gain_X_centienergy_per_monster_power_on_crit" } }, - [593]={ + [597]={ [1]={ [1]={ limit={ @@ -14103,7 +14287,7 @@ return { [1]="cast_on_crit_%" } }, - [594]={ + [598]={ [1]={ [1]={ limit={ @@ -14119,7 +14303,7 @@ return { [1]="cast_on_damage_taken_gain_X_centienergy_when_hit" } }, - [595]={ + [599]={ [1]={ [1]={ limit={ @@ -14135,7 +14319,7 @@ return { [1]="cast_on_death_gain_X_centienergy_on_death" } }, - [596]={ + [600]={ [1]={ [1]={ [1]={ @@ -14155,7 +14339,7 @@ return { [1]="cast_on_dodge_roll_gain_X_centienergy_per_unit_travelled_while_dodge_rolling" } }, - [597]={ + [601]={ [1]={ [1]={ limit={ @@ -14180,7 +14364,7 @@ return { [1]="cast_on_flask_use_%" } }, - [598]={ + [602]={ [1]={ [1]={ [1]={ @@ -14200,7 +14384,7 @@ return { [1]="cast_on_freeze_gain_X_centienergy_per_monster_power_on_freeze" } }, - [599]={ + [603]={ [1]={ [1]={ [1]={ @@ -14220,7 +14404,7 @@ return { [1]="cast_on_ignite_gain_X_centienergy_per_monster_power_on_ignite" } }, - [600]={ + [604]={ [1]={ [1]={ limit={ @@ -14236,7 +14420,7 @@ return { [1]="cast_on_melee_kill_gain_X_centienergy_per_monster_power_on_melee_kill" } }, - [601]={ + [605]={ [1]={ [1]={ limit={ @@ -14252,7 +14436,7 @@ return { [1]="cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_heavy_stun" } }, - [602]={ + [606]={ [1]={ [1]={ limit={ @@ -14268,7 +14452,7 @@ return { [1]="cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_stun" } }, - [603]={ + [607]={ [1]={ [1]={ limit={ @@ -14284,7 +14468,7 @@ return { [1]="cast_on_minion_death_gain_1_energy_per_X_minion_relative_defensiveness_%" } }, - [604]={ + [608]={ [1]={ [1]={ [1]={ @@ -14304,7 +14488,7 @@ return { [1]="cast_on_shock_gain_X_centienergy_per_monster_power_on_shock" } }, - [605]={ + [609]={ [1]={ [1]={ [1]={ @@ -14324,7 +14508,7 @@ return { [1]="cast_on_using_charm_gain_X_centienergy_per_charm_charge_used_on_using_charm" } }, - [606]={ + [610]={ [1]={ [1]={ limit={ @@ -14340,7 +14524,7 @@ return { [1]="cast_speed_modifiers_apply_to_over_time_cost" } }, - [607]={ + [611]={ [1]={ [1]={ limit={ @@ -14356,7 +14540,7 @@ return { [1]="cast_when_stunned_gain_X_centienergy_when_stunned" } }, - [608]={ + [612]={ [1]={ [1]={ limit={ @@ -14372,7 +14556,7 @@ return { [1]="cast_while_channelling_gain_X_energy_per_second_while_channelling" } }, - [609]={ + [613]={ [1]={ [1]={ limit={ @@ -14388,7 +14572,7 @@ return { [1]="cast_while_channelling_lose_X_energy_per_second_while_not_channelling" } }, - [610]={ + [614]={ [1]={ [1]={ limit={ @@ -14417,7 +14601,7 @@ return { [1]="chain_hook_range_+%" } }, - [611]={ + [615]={ [1]={ [1]={ limit={ @@ -14433,7 +14617,7 @@ return { [1]="chain_strike_cone_radius_+_per_x_rage" } }, - [612]={ + [616]={ [1]={ [1]={ limit={ @@ -14449,7 +14633,7 @@ return { [1]="chain_strike_gain_x_rage_if_attack_hits" } }, - [613]={ + [617]={ [1]={ [1]={ limit={ @@ -14478,7 +14662,32 @@ return { [1]="chaining_range_+%" } }, - [614]={ + [618]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to spawn an additional Infusion Remnant" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Spawns an additional Infusion Remnant" + } + }, + stats={ + [1]="chance_%_to_spawn_another_infusion_remnant" + } + }, + [619]={ [1]={ [1]={ limit={ @@ -14494,7 +14703,7 @@ return { [1]="chance_for_extra_damage_roll_%" } }, - [615]={ + [620]={ [1]={ [1]={ limit={ @@ -14510,7 +14719,7 @@ return { [1]="chance_for_melee_skeletons_to_summon_as_archer_skeletons_%" } }, - [616]={ + [621]={ [1]={ [1]={ limit={ @@ -14535,7 +14744,7 @@ return { [1]="chance_%_to_double_effect_of_removing_charges" } }, - [617]={ + [622]={ [1]={ [1]={ limit={ @@ -14560,7 +14769,7 @@ return { [1]="chance_%_when_poison_to_also_poison_another_enemy" } }, - [618]={ + [623]={ [1]={ [1]={ limit={ @@ -14585,7 +14794,7 @@ return { [1]="chance_to_bleed_on_hit_%_chance_in_blood_stance" } }, - [619]={ + [624]={ [1]={ [1]={ limit={ @@ -14601,7 +14810,7 @@ return { [1]="chance_to_bleed_on_hit_%_vs_maimed" } }, - [620]={ + [625]={ [1]={ [1]={ limit={ @@ -14617,7 +14826,7 @@ return { [1]="chance_to_cast_a_stance_change_on_perforate_or_lacerate_%" } }, - [621]={ + [626]={ [1]={ [1]={ limit={ @@ -14633,7 +14842,57 @@ return { [1]="chance_to_cast_on_bear_warcry_%" } }, - [622]={ + [627]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced chance to Daze" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased chance to Daze" + } + }, + stats={ + [1]="chance_to_daze_+%" + } + }, + [628]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less chance to Daze" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more chance to Daze" + } + }, + stats={ + [1]="chance_to_daze_+%_final" + } + }, + [629]={ [1]={ [1]={ limit={ @@ -14649,7 +14908,7 @@ return { [1]="chance_to_deal_double_damage_%" } }, - [623]={ + [630]={ [1]={ [1]={ limit={ @@ -14665,7 +14924,7 @@ return { [1]="chance_to_deal_double_damage_%_vs_bleeding_enemies" } }, - [624]={ + [631]={ [1]={ [1]={ limit={ @@ -14681,7 +14940,7 @@ return { [1]="chance_to_double_stun_duration_%" } }, - [625]={ + [632]={ [1]={ [1]={ limit={ @@ -14697,7 +14956,7 @@ return { [1]="chance_to_fork_extra_projectile_%" } }, - [626]={ + [633]={ [1]={ [1]={ limit={ @@ -14722,14 +14981,14 @@ return { [1]="chance_to_gain_1_more_charge_%" } }, - [627]={ + [634]={ [1]={ }, stats={ [1]="chance_to_gain_endurance_charge_on_armour_break_%" } }, - [628]={ + [635]={ [1]={ [1]={ limit={ @@ -14874,7 +15133,7 @@ return { [3]="active_skill_cooldown_bypass_type_override_to_power_charge" } }, - [629]={ + [636]={ [1]={ [1]={ limit={ @@ -14899,7 +15158,7 @@ return { [1]="chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%" } }, - [630]={ + [637]={ [1]={ [1]={ limit={ @@ -14915,7 +15174,7 @@ return { [1]="chance_to_ignore_hexproof_%" } }, - [631]={ + [638]={ [1]={ [1]={ limit={ @@ -14931,7 +15190,7 @@ return { [1]="chance_to_inflict_additional_impale_%" } }, - [632]={ + [639]={ [1]={ [1]={ limit={ @@ -14956,7 +15215,7 @@ return { [1]="chance_to_inflict_scorch_brittle_sap_%" } }, - [633]={ + [640]={ [1]={ [1]={ limit={ @@ -14972,7 +15231,39 @@ return { [1]="base_chance_to_not_consume_corpse_%" } }, - [634]={ + [641]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to not remove an Infusion but still count as consuming them" + } + }, + stats={ + [1]="chance_to_not_consume_infusion_%" + } + }, + [642]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to not consume Parried Debuff" + } + }, + stats={ + [1]="chance_to_not_consume_parried_%" + } + }, + [643]={ [1]={ [1]={ limit={ @@ -14997,7 +15288,7 @@ return { [1]="chance_to_pierce_ignited_enemy_%" } }, - [635]={ + [644]={ [1]={ [1]={ limit={ @@ -15013,7 +15304,23 @@ return { [1]="chance_to_poison_on_hit_can_apply_multiple_stacks" } }, - [636]={ + [645]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to retain 40% of Glory on use" + } + }, + stats={ + [1]="chance_to_retain_40%_of_glory_on_use_%" + } + }, + [646]={ [1]={ [1]={ limit={ @@ -15042,7 +15349,7 @@ return { [1]="chance_to_sap_%_vs_enemies_in_chilling_areas" } }, - [637]={ + [647]={ [1]={ [1]={ limit={ @@ -15067,7 +15374,7 @@ return { [1]="chance_to_scorch_%" } }, - [638]={ + [648]={ [1]={ [1]={ limit={ @@ -15092,7 +15399,7 @@ return { [1]="chance_to_summon_support_ghost_on_hitting_rare_or_unique_%" } }, - [639]={ + [649]={ [1]={ [1]={ limit={ @@ -15117,14 +15424,14 @@ return { [1]="chance_to_summon_support_ghost_on_killing_blow_%" } }, - [640]={ + [650]={ [1]={ }, stats={ [1]="chance_to_trigger_fiery_death_on_ignited_enemy_death_%" } }, - [641]={ + [651]={ [1]={ [1]={ limit={ @@ -15140,7 +15447,7 @@ return { [1]="chance_to_trigger_level_20_blink_arrow_on_attack_from_mirror_arrow_%" } }, - [642]={ + [652]={ [1]={ [1]={ limit={ @@ -15156,7 +15463,7 @@ return { [1]="chance_to_trigger_level_20_body_swap_on_detonate_dead_cast_%" } }, - [643]={ + [653]={ [1]={ [1]={ limit={ @@ -15172,7 +15479,7 @@ return { [1]="chance_to_trigger_level_20_bone_corpses_on_stun_with_heavy_strike_or_boneshatter_%" } }, - [644]={ + [654]={ [1]={ [1]={ limit={ @@ -15188,7 +15495,7 @@ return { [1]="chance_to_trigger_level_20_gravity_sphere_on_cast_with_storm_burst_or_divine_ire_%" } }, - [645]={ + [655]={ [1]={ [1]={ limit={ @@ -15204,7 +15511,7 @@ return { [1]="chance_to_trigger_level_20_hydrosphere_while_channeling_winter_orb_%" } }, - [646]={ + [656]={ [1]={ [1]={ limit={ @@ -15220,7 +15527,7 @@ return { [1]="chance_to_trigger_level_20_ice_nova_on_final_burst_of_glacial_cascade_%" } }, - [647]={ + [657]={ [1]={ [1]={ limit={ @@ -15236,7 +15543,7 @@ return { [1]="chance_to_trigger_level_20_mirror_arrow_on_attack_from_blink_arrow_%" } }, - [648]={ + [658]={ [1]={ [1]={ limit={ @@ -15252,7 +15559,7 @@ return { [1]="chance_to_trigger_level_20_summon_spectral_wolf_on_crit_from_cleave_or_reave_%" } }, - [649]={ + [659]={ [1]={ [1]={ limit={ @@ -15268,7 +15575,7 @@ return { [1]="chance_to_trigger_level_20_tornado_on_attack_from_split_arrow_or_tornado_shot_%" } }, - [650]={ + [660]={ [1]={ [1]={ limit={ @@ -15293,7 +15600,7 @@ return { [1]="chance_to_trigger_on_animate_guardian_kill_%" } }, - [651]={ + [661]={ [1]={ [1]={ limit={ @@ -15318,7 +15625,7 @@ return { [1]="chance_to_trigger_on_animate_weapon_kill_%" } }, - [652]={ + [662]={ [1]={ [1]={ limit={ @@ -15343,7 +15650,7 @@ return { [1]="chance_to_unnerve_on_hit_%" } }, - [653]={ + [663]={ [1]={ [1]={ limit={ @@ -15359,7 +15666,7 @@ return { [1]="channelled_slam_area_of_effect_radius_+_per_stage" } }, - [654]={ + [664]={ [1]={ [1]={ limit={ @@ -15375,7 +15682,7 @@ return { [1]="chaos_damage_resisted_by_lowest_resistance" } }, - [655]={ + [665]={ [1]={ [1]={ limit={ @@ -15391,7 +15698,7 @@ return { [1]="charge_skip_consume_chance_%" } }, - [656]={ + [666]={ [1]={ [1]={ limit={ @@ -15420,7 +15727,7 @@ return { [1]="charged_attack_damage_per_stack_+%_final" } }, - [657]={ + [667]={ [1]={ [1]={ limit={ @@ -15436,7 +15743,7 @@ return { [1]="charged_dash_channelling_damage_at_full_stacks_+%_final" } }, - [658]={ + [668]={ [1]={ [1]={ limit={ @@ -15452,7 +15759,7 @@ return { [1]="charged_dash_damage_+%_final_per_stack" } }, - [659]={ + [669]={ [1]={ [1]={ [1]={ @@ -15472,7 +15779,7 @@ return { [1]="charged_dash_skill_inherent_movement_speed_+%_final" } }, - [660]={ + [670]={ [1]={ [1]={ limit={ @@ -15488,7 +15795,7 @@ return { [1]="chilled_ground_base_magnitude_override" } }, - [661]={ + [671]={ [1]={ [1]={ limit={ @@ -15517,14 +15824,14 @@ return { [1]="chilling_area_movement_velocity_+%" } }, - [662]={ + [672]={ [1]={ }, stats={ [1]="chilling_ice_create_chilled_ground_on_freeze_base_duration_ms" } }, - [663]={ + [673]={ [1]={ [1]={ limit={ @@ -15553,7 +15860,7 @@ return { [1]="chronomancer_buff_cooldown_speed_+%" } }, - [664]={ + [674]={ [1]={ [1]={ limit={ @@ -15569,7 +15876,7 @@ return { [1]="circle_of_power_mana_spend_per_upgrade" } }, - [665]={ + [675]={ [1]={ [1]={ limit={ @@ -15598,7 +15905,7 @@ return { [1]="cleave_area_of_effect_+%_final_from_executioner" } }, - [666]={ + [676]={ [1]={ [1]={ limit={ @@ -15627,7 +15934,7 @@ return { [1]="cleave_damage_against_enemies_on_low_life_+%_final_from_executioner" } }, - [667]={ + [677]={ [1]={ [1]={ limit={ @@ -15643,7 +15950,7 @@ return { [1]="cleave_+1_base_radius_per_nearby_enemy_up_to_10" } }, - [668]={ + [678]={ [1]={ [1]={ limit={ @@ -15672,7 +15979,7 @@ return { [1]="cold_ailment_duration_+%" } }, - [669]={ + [679]={ [1]={ [1]={ limit={ @@ -15701,7 +16008,7 @@ return { [1]="cold_ailment_effect_+%" } }, - [670]={ + [680]={ [1]={ [1]={ limit={ @@ -15710,14 +16017,14 @@ return { [2]="#" } }, - text="{0}% chance to Shatter and leave them still Frozen" + text="{0}% chance to Shatter and leave Enemies still Frozen" } }, stats={ [1]="cold_snap_%_chance_to_not_remove_freeze" } }, - [671]={ + [681]={ [1]={ [1]={ limit={ @@ -15746,7 +16053,259 @@ return { [1]="combat_rush_effect_+%" } }, - [672]={ + [682]={ + [1]={ + }, + stats={ + [1]="combined_chaos_main_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [683]={ + [1]={ + }, + stats={ + [1]="combined_chaos_main_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [684]={ + [1]={ + }, + stats={ + [1]="combined_chaos_off_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [685]={ + [1]={ + }, + stats={ + [1]="combined_chaos_off_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [686]={ + [1]={ + }, + stats={ + [1]="combined_chaos_other_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [687]={ + [1]={ + }, + stats={ + [1]="combined_chaos_other_hit_damage_stun_multiplier_+%_including_final" + } + }, + [688]={ + [1]={ + }, + stats={ + [1]="combined_chaos_spell_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [689]={ + [1]={ + }, + stats={ + [1]="combined_chaos_spell_hit_damage_stun_multiplier_+%_including_final" + } + }, + [690]={ + [1]={ + }, + stats={ + [1]="combined_cold_main_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [691]={ + [1]={ + }, + stats={ + [1]="combined_cold_off_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [692]={ + [1]={ + }, + stats={ + [1]="combined_cold_other_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [693]={ + [1]={ + }, + stats={ + [1]="combined_cold_spell_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [694]={ + [1]={ + }, + stats={ + [1]="combined_fire_main_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [695]={ + [1]={ + }, + stats={ + [1]="combined_fire_main_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [696]={ + [1]={ + }, + stats={ + [1]="combined_fire_off_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [697]={ + [1]={ + }, + stats={ + [1]="combined_fire_off_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [698]={ + [1]={ + }, + stats={ + [1]="combined_fire_other_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [699]={ + [1]={ + }, + stats={ + [1]="combined_fire_other_hit_damage_stun_multiplier_+%_including_final" + } + }, + [700]={ + [1]={ + }, + stats={ + [1]="combined_fire_spell_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [701]={ + [1]={ + }, + stats={ + [1]="combined_fire_spell_hit_damage_stun_multiplier_+%_including_final" + } + }, + [702]={ + [1]={ + }, + stats={ + [1]="combined_lightning_main_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [703]={ + [1]={ + }, + stats={ + [1]="combined_lightning_main_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [704]={ + [1]={ + }, + stats={ + [1]="combined_lightning_off_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [705]={ + [1]={ + }, + stats={ + [1]="combined_lightning_off_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [706]={ + [1]={ + }, + stats={ + [1]="combined_lightning_other_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [707]={ + [1]={ + }, + stats={ + [1]="combined_lightning_other_hit_damage_stun_multiplier_+%_including_final" + } + }, + [708]={ + [1]={ + }, + stats={ + [1]="combined_lightning_spell_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [709]={ + [1]={ + }, + stats={ + [1]="combined_lightning_spell_hit_damage_stun_multiplier_+%_including_final" + } + }, + [710]={ + [1]={ + }, + stats={ + [1]="combined_physical_main_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [711]={ + [1]={ + }, + stats={ + [1]="combined_physical_main_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [712]={ + [1]={ + }, + stats={ + [1]="combined_physical_off_hand_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [713]={ + [1]={ + }, + stats={ + [1]="combined_physical_off_hand_hit_damage_stun_multiplier_+%_including_final" + } + }, + [714]={ + [1]={ + }, + stats={ + [1]="combined_physical_other_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [715]={ + [1]={ + }, + stats={ + [1]="combined_physical_other_hit_damage_stun_multiplier_+%_including_final" + } + }, + [716]={ + [1]={ + }, + stats={ + [1]="combined_physical_spell_hit_damage_freeze_multiplier_+%_including_final" + } + }, + [717]={ + [1]={ + }, + stats={ + [1]="combined_physical_spell_hit_damage_stun_multiplier_+%_including_final" + } + }, + [718]={ [1]={ [1]={ limit={ @@ -15762,7 +16321,7 @@ return { [1]="command_minion_target_ally_below_x_life" } }, - [673]={ + [719]={ [1]={ [1]={ limit={ @@ -15791,7 +16350,7 @@ return { [1]="companion_all_attributes_+%" } }, - [674]={ + [720]={ [1]={ [1]={ limit={ @@ -15807,7 +16366,7 @@ return { [1]="consecrated_ground_effect_+%" } }, - [675]={ + [721]={ [1]={ [1]={ limit={ @@ -15836,7 +16395,7 @@ return { [1]="consecrated_ground_enemy_damage_taken_+%" } }, - [676]={ + [722]={ [1]={ [1]={ limit={ @@ -15852,7 +16411,7 @@ return { [1]="consecrated_ground_immune_to_curses" } }, - [677]={ + [723]={ [1]={ [1]={ limit={ @@ -15881,7 +16440,50 @@ return { [1]="consecrated_ground_area_+%" } }, - [678]={ + [724]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + }, + [3]={ + [1]=0, + [2]=0 + } + }, + text="Consumes {0} Heat if possible to\nGain {1}% of damage as Fire damage" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + }, + [3]={ + [1]=1, + [2]="#" + } + }, + text="Consumes {0} Heat if possible to\ngain {2}% more Ignite Magnitude" + } + }, + stats={ + [1]="consume_X_heat_on_skill_use", + [2]="active_skill_all_damage_%_as_fire_if_heat_is_consumed", + [3]="ignite_effect_+%_final_if_heat_is_consumed" + } + }, + [725]={ [1]={ [1]={ limit={ @@ -15897,7 +16499,7 @@ return { [1]="consume_enemy_daze_to_always_hit" } }, - [679]={ + [726]={ [1]={ [1]={ limit={ @@ -15926,7 +16528,7 @@ return { [1]="consume_enemy_dazed_to_gain_hit_damage_stun_multiplier_+%_final" } }, - [680]={ + [727]={ [1]={ [1]={ limit={ @@ -15942,7 +16544,7 @@ return { [1]="consume_enemy_freeze_to_guarantee_crit" } }, - [681]={ + [728]={ [1]={ [1]={ limit={ @@ -15958,7 +16560,7 @@ return { [1]="consume_enemy_fully_broken_armour_to_guarantee_crit" } }, - [682]={ + [729]={ [1]={ [1]={ limit={ @@ -15987,7 +16589,7 @@ return { [1]="consume_enemy_shock_to_gain_damage_+%_final_per_5%_increased_damage_taken_from_shock" } }, - [683]={ + [730]={ [1]={ [1]={ limit={ @@ -16003,7 +16605,7 @@ return { [1]="consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge" } }, - [684]={ + [731]={ [1]={ [1]={ limit={ @@ -16019,9 +16621,18 @@ return { [1]="consume_ignite_on_hit" } }, - [685]={ + [732]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Contagion targets {0} additional Enemy when Cast" + }, + [2]={ limit={ [1]={ [1]="#", @@ -16035,7 +16646,7 @@ return { [1]="contagion_number_of_additional_targets" } }, - [686]={ + [733]={ [1]={ [1]={ limit={ @@ -16078,7 +16689,7 @@ return { [3]="quality_display_contagion_is_gem" } }, - [687]={ + [734]={ [1]={ [1]={ limit={ @@ -16107,7 +16718,7 @@ return { [1]="conversation_trap_converted_enemy_damage_+%" } }, - [688]={ + [735]={ [1]={ [1]={ limit={ @@ -16136,7 +16747,7 @@ return { [1]="conversion_trap_converted_enemies_chance_to_taunt_on_hit_%" } }, - [689]={ + [736]={ [1]={ [1]={ limit={ @@ -16152,7 +16763,7 @@ return { [1]="corpse_erruption_maximum_number_of_geyers" } }, - [690]={ + [737]={ [1]={ [1]={ [1]={ @@ -16172,7 +16783,7 @@ return { [1]="corpse_explosion_monster_life_permillage_chaos" } }, - [691]={ + [738]={ [1]={ [1]={ limit={ @@ -16201,7 +16812,7 @@ return { [1]="corpse_warp_area_of_effect_+%_final_when_consuming_corpse" } }, - [692]={ + [739]={ [1]={ [1]={ limit={ @@ -16217,7 +16828,7 @@ return { [1]="corrupting_fever_apply_additional_corrupted_blood_%" } }, - [693]={ + [740]={ [1]={ [1]={ limit={ @@ -16242,7 +16853,7 @@ return { [1]="cover_in_ash_on_hit_%" } }, - [694]={ + [741]={ [1]={ [1]={ limit={ @@ -16276,7 +16887,7 @@ return { [2]="create_herald_of_thunder_storm_on_shocking_enemy" } }, - [695]={ + [742]={ [1]={ [1]={ limit={ @@ -16305,7 +16916,7 @@ return { [1]="created_slipstream_action_speed_+%" } }, - [696]={ + [743]={ [1]={ [1]={ limit={ @@ -16321,7 +16932,7 @@ return { [1]="cremation_chance_to_explode_nearby_corpse_when_firing_projectiles" } }, - [697]={ + [744]={ [1]={ [1]={ limit={ @@ -16350,7 +16961,7 @@ return { [1]="critical_strike_chance_+%_vs_shocked_enemies" } }, - [698]={ + [745]={ [1]={ [1]={ limit={ @@ -16379,7 +16990,7 @@ return { [1]="critical_hit_damaging_ailment_effect_+%" } }, - [699]={ + [746]={ [1]={ [1]={ limit={ @@ -16408,7 +17019,7 @@ return { [1]="critical_hit_poison_effect_+%" } }, - [700]={ + [747]={ [1]={ [1]={ limit={ @@ -16437,7 +17048,7 @@ return { [1]="critical_strike_chance_+%_per_power_charge" } }, - [701]={ + [748]={ [1]={ [1]={ limit={ @@ -16466,7 +17077,7 @@ return { [1]="critical_strike_chance_+%_per_righteous_charge" } }, - [702]={ + [749]={ [1]={ [1]={ limit={ @@ -16495,14 +17106,14 @@ return { [1]="critical_strike_chance_+%_vs_blinded_enemies" } }, - [703]={ + [750]={ [1]={ }, stats={ [1]="critical_strike_chance_+%_vs_immobilised_enemies" } }, - [704]={ + [751]={ [1]={ [1]={ limit={ @@ -16518,7 +17129,7 @@ return { [1]="critical_strike_multiplier_+_per_blade" } }, - [705]={ + [752]={ [1]={ [1]={ limit={ @@ -16547,14 +17158,30 @@ return { [1]="critical_strike_multiplier_+_per_power_charge" } }, - [706]={ + [753]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Always reload when switching to this Ammunition" + } + }, + stats={ + [1]="crossbow_ammo_always_reload" + } + }, + [754]={ [1]={ }, stats={ [1]="crossbow_reload_on_heavy_stun" } }, - [707]={ + [755]={ [1]={ [1]={ limit={ @@ -16583,7 +17210,7 @@ return { [1]="cruelty_effect_+%" } }, - [708]={ + [756]={ [1]={ [1]={ limit={ @@ -16608,7 +17235,7 @@ return { [1]="crush_for_2_seconds_on_hit_%_chance" } }, - [709]={ + [757]={ [1]={ [1]={ limit={ @@ -16624,14 +17251,14 @@ return { [1]="cull_frozen_enemies_on_hit" } }, - [710]={ + [758]={ [1]={ }, stats={ [1]="curse_apply_as_curse_zone" } }, - [711]={ + [759]={ [1]={ [1]={ [1]={ @@ -16664,7 +17291,7 @@ return { [1]="curse_delay_duration_ms" } }, - [712]={ + [760]={ [1]={ [1]={ [1]={ @@ -16684,7 +17311,7 @@ return { [1]="cyclone_gain_stage_every_x_ms_while_channelling" } }, - [713]={ + [761]={ [1]={ [1]={ limit={ @@ -16700,7 +17327,7 @@ return { [1]="cyclone_max_number_of_stages" } }, - [714]={ + [762]={ [1]={ [1]={ limit={ @@ -16716,7 +17343,7 @@ return { [1]="cyclone_melee_weapon_range_+_per_stage" } }, - [715]={ + [763]={ [1]={ [1]={ [1]={ @@ -16736,7 +17363,36 @@ return { [1]="cyclone_stage_decay_time_ms" } }, - [716]={ + [764]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Spells cast by Apparition deal {0}% more Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Spells cast by Apparition deal {0}% less Damage" + } + }, + stats={ + [1]="damage_+%_final_from_lich_apparition_cloned_skill" + } + }, + [765]={ [1]={ [1]={ limit={ @@ -16765,7 +17421,7 @@ return { [1]="damage_+%_if_lost_endurance_charge_in_past_8_seconds" } }, - [717]={ + [766]={ [1]={ [1]={ limit={ @@ -16794,7 +17450,7 @@ return { [1]="damage_+%_per_200_mana_spent_recently" } }, - [718]={ + [767]={ [1]={ [1]={ limit={ @@ -16810,7 +17466,7 @@ return { [1]="damage_+%_per_chain" } }, - [719]={ + [768]={ [1]={ [1]={ limit={ @@ -16839,7 +17495,7 @@ return { [1]="damage_+%_vs_enemies_on_full_life" } }, - [720]={ + [769]={ [1]={ [1]={ limit={ @@ -16868,7 +17524,7 @@ return { [1]="damage_+%_vs_enemies_per_freeze_shock_ignite" } }, - [721]={ + [770]={ [1]={ [1]={ limit={ @@ -16897,7 +17553,7 @@ return { [1]="damage_+%_while_life_leeching" } }, - [722]={ + [771]={ [1]={ [1]={ limit={ @@ -16926,7 +17582,7 @@ return { [1]="damage_+%_while_mana_leeching" } }, - [723]={ + [772]={ [1]={ [1]={ limit={ @@ -16942,7 +17598,7 @@ return { [1]="vaal_rejuvenation_totem_%_damage_taken_applied_to_totem_instead" } }, - [724]={ + [773]={ [1]={ [1]={ limit={ @@ -16971,7 +17627,7 @@ return { [1]="damage_vs_cursed_enemies_per_enemy_curse_+%" } }, - [725]={ + [774]={ [1]={ [1]={ limit={ @@ -16987,7 +17643,7 @@ return { [1]="damage_vs_enemies_on_low_life_+%" } }, - [726]={ + [775]={ [1]={ [1]={ limit={ @@ -17003,7 +17659,7 @@ return { [1]="damaging_ailments_deal_damage_+%_faster" } }, - [727]={ + [776]={ [1]={ [1]={ limit={ @@ -17019,7 +17675,7 @@ return { [1]="dark_effigy_additional_projectile_chance_per_debuff_on_target" } }, - [728]={ + [777]={ [1]={ [1]={ limit={ @@ -17035,7 +17691,7 @@ return { [1]="dark_ritual_damage_+%_final_per_curse_applied" } }, - [729]={ + [778]={ [1]={ [1]={ limit={ @@ -17051,7 +17707,7 @@ return { [1]="dark_ritual_skill_effect_duration_+%_per_curse_applied" } }, - [730]={ + [779]={ [1]={ [1]={ [1]={ @@ -17071,7 +17727,7 @@ return { [1]="dash_grants_phasing_after_use_ms" } }, - [731]={ + [780]={ [1]={ [1]={ limit={ @@ -17087,7 +17743,7 @@ return { [1]="deal_no_elemental_damage" } }, - [732]={ + [781]={ [1]={ [1]={ limit={ @@ -17116,7 +17772,7 @@ return { [1]="death_wish_attack_speed_+%" } }, - [733]={ + [782]={ [1]={ [1]={ limit={ @@ -17145,7 +17801,7 @@ return { [1]="death_wish_cast_speed_+%" } }, - [734]={ + [783]={ [1]={ [1]={ limit={ @@ -17174,7 +17830,7 @@ return { [1]="death_wish_hit_damage_+%_final_per_stage" } }, - [735]={ + [784]={ [1]={ [1]={ limit={ @@ -17190,7 +17846,7 @@ return { [1]="death_wish_max_stages" } }, - [736]={ + [785]={ [1]={ [1]={ limit={ @@ -17219,7 +17875,7 @@ return { [1]="death_wish_movement_speed_+%" } }, - [737]={ + [786]={ [1]={ [1]={ limit={ @@ -17244,7 +17900,7 @@ return { [1]="debilitate_enemies_for_1_second_on_hit_%_chance" } }, - [738]={ + [787]={ [1]={ [1]={ limit={ @@ -17273,7 +17929,7 @@ return { [1]="debuff_time_passed_+%" } }, - [739]={ + [788]={ [1]={ [1]={ limit={ @@ -17289,7 +17945,7 @@ return { [1]="desecrate_chance_for_additional_corpse_%" } }, - [740]={ + [789]={ [1]={ [1]={ limit={ @@ -17305,7 +17961,7 @@ return { [1]="desecrate_chance_for_special_corpse_%" } }, - [741]={ + [790]={ [1]={ [1]={ limit={ @@ -17321,7 +17977,7 @@ return { [1]="desecrate_maximum_number_of_corpses" } }, - [742]={ + [791]={ [1]={ [1]={ limit={ @@ -17337,7 +17993,7 @@ return { [1]="destroy_corpses_on_kill_%_chance" } }, - [743]={ + [792]={ [1]={ [1]={ limit={ @@ -17366,7 +18022,7 @@ return { [1]="detonate_dead_damage_+%_if_corpse_ignited" } }, - [744]={ + [793]={ [1]={ [1]={ [1]={ @@ -17386,7 +18042,7 @@ return { [1]="detonate_mines_recover_permyriad_of_life_per_mine_detonated" } }, - [745]={ + [794]={ [1]={ [1]={ limit={ @@ -17420,7 +18076,7 @@ return { [2]="detonating_arrow_max_number_of_stages" } }, - [746]={ + [795]={ [1]={ [1]={ limit={ @@ -17436,7 +18092,7 @@ return { [1]="disable_mine_detonation_cascade" } }, - [747]={ + [796]={ [1]={ [1]={ limit={ @@ -17461,7 +18117,7 @@ return { [1]="discharge_chance_not_to_consume_charges_%" } }, - [748]={ + [797]={ [1]={ [1]={ limit={ @@ -17490,7 +18146,23 @@ return { [1]="discharge_damage_+%_if_3_charge_types_removed" } }, - [749]={ + [798]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for an additional Shockwave" + } + }, + stats={ + [1]="disengage_%_chance_for_additional_shockwave" + } + }, + [799]={ [1]={ [1]={ limit={ @@ -17506,7 +18178,7 @@ return { [1]="disintegrate_base_radius_+_per_intensify" } }, - [750]={ + [800]={ [1]={ [1]={ limit={ @@ -17535,7 +18207,7 @@ return { [1]="disintegrate_damage_+%_final_per_intensity" } }, - [751]={ + [801]={ [1]={ [1]={ limit={ @@ -17564,7 +18236,7 @@ return { [1]="disintegrate_secondary_beam_angle_+%" } }, - [752]={ + [802]={ [1]={ [1]={ limit={ @@ -17580,7 +18252,7 @@ return { [1]="display_additional_projectile_per_2_mines_in_detonation_sequence" } }, - [753]={ + [803]={ [1]={ [1]={ limit={ @@ -17596,7 +18268,7 @@ return { [1]="display_additional_projectile_per_4_mines_in_detonation_sequence" } }, - [754]={ + [804]={ [1]={ [1]={ limit={ @@ -17612,7 +18284,7 @@ return { [1]="display_additional_projectile_per_mine_in_detonation_sequence" } }, - [755]={ + [805]={ [1]={ [1]={ limit={ @@ -17628,7 +18300,7 @@ return { [1]="display_bear_warcry" } }, - [756]={ + [806]={ [1]={ [1]={ [1]={ @@ -17648,7 +18320,7 @@ return { [1]="display_blink_base_cooldown" } }, - [757]={ + [807]={ [1]={ [1]={ [1]={ @@ -17668,7 +18340,7 @@ return { [1]="display_brand_deonate_tag_conversion" } }, - [758]={ + [808]={ [1]={ }, stats={ @@ -17676,7 +18348,7 @@ return { [2]="display_estimate_main_hand_max_added_crit_chance_permyriad_from_excess_hit_chance" } }, - [759]={ + [809]={ [1]={ }, stats={ @@ -17684,7 +18356,7 @@ return { [2]="display_estimate_maximum_roll_main_hand_chill_magnitude" } }, - [760]={ + [810]={ [1]={ }, stats={ @@ -17692,7 +18364,7 @@ return { [2]="display_estimate_maximum_roll_off_hand_chill_magnitude" } }, - [761]={ + [811]={ [1]={ }, stats={ @@ -17700,7 +18372,7 @@ return { [2]="display_estimate_maximum_roll_secondary_chill_magnitude" } }, - [762]={ + [812]={ [1]={ }, stats={ @@ -17708,7 +18380,71 @@ return { [2]="display_estimate_maximum_roll_spell_chill_magnitude" } }, - [763]={ + [813]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_main_hand_ignite_chance_%", + [2]="display_estimate_maximum_total_main_hand_ignite_chance_%" + } + }, + [814]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_main_hand_shock_chance_%", + [2]="display_estimate_maximum_total_main_hand_shock_chance_%" + } + }, + [815]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_off_hand_ignite_chance_%", + [2]="display_estimate_maximum_total_off_hand_ignite_chance_%" + } + }, + [816]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_off_hand_shock_chance_%", + [2]="display_estimate_maximum_total_off_hand_shock_chance_%" + } + }, + [817]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_spell_ignite_chance_%", + [2]="display_estimate_maximum_total_spell_ignite_chance_%" + } + }, + [818]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_spell_shock_chance_%", + [2]="display_estimate_maximum_total_spell_shock_chance_%" + } + }, + [819]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_spell_ignite_chance_%", + [2]="display_estimate_maximum_total_spell_ignite_chance_%" + } + }, + [820]={ + [1]={ + }, + stats={ + [1]="display_estimate_minimum_total_spell_shock_chance_%", + [2]="display_estimate_maximum_total_spell_shock_chance_%" + } + }, + [821]={ [1]={ [1]={ [1]={ @@ -17754,7 +18490,7 @@ return { [2]="display_estimate_off_hand_max_added_crit_chance_permyriad_from_excess_hit_chance" } }, - [764]={ + [822]={ [1]={ [1]={ limit={ @@ -17770,7 +18506,7 @@ return { [1]="display_fake_attack_hit_bleed" } }, - [765]={ + [823]={ [1]={ [1]={ limit={ @@ -17786,7 +18522,7 @@ return { [1]="display_fake_attack_hit_chill" } }, - [766]={ + [824]={ [1]={ [1]={ limit={ @@ -17802,7 +18538,7 @@ return { [1]="display_fake_attack_hit_ignite" } }, - [767]={ + [825]={ [1]={ [1]={ limit={ @@ -17818,7 +18554,7 @@ return { [1]="display_fake_attack_hit_poison" } }, - [768]={ + [826]={ [1]={ [1]={ limit={ @@ -17847,7 +18583,7 @@ return { [1]="display_linked_curse_effect_+%" } }, - [769]={ + [827]={ [1]={ [1]={ limit={ @@ -17876,7 +18612,7 @@ return { [1]="display_linked_curse_effect_+%_final" } }, - [770]={ + [828]={ [1]={ }, stats={ @@ -17884,7 +18620,7 @@ return { [2]="display_main_hand_hit_chance_estimate_range_max" } }, - [771]={ + [829]={ [1]={ }, stats={ @@ -17892,7 +18628,7 @@ return { [2]="display_main_hand_hit_chance_estimate_range_mid" } }, - [772]={ + [830]={ [1]={ }, stats={ @@ -17900,14 +18636,14 @@ return { [2]="display_main_hand_hit_chance_estimate_range_min" } }, - [773]={ + [831]={ [1]={ }, stats={ [1]="display_max_ailment_bearer_charges" } }, - [774]={ + [832]={ [1]={ [1]={ limit={ @@ -17923,7 +18659,7 @@ return { [1]="display_max_blight_stacks" } }, - [775]={ + [833]={ [1]={ [1]={ limit={ @@ -17939,7 +18675,7 @@ return { [1]="display_max_fire_beam_stacks" } }, - [776]={ + [834]={ [1]={ [1]={ limit={ @@ -17964,7 +18700,7 @@ return { [1]="display_max_upgraded_sentinels_of_absolution" } }, - [777]={ + [835]={ [1]={ [1]={ limit={ @@ -17989,7 +18725,7 @@ return { [1]="display_max_upgraded_sentinels_of_dominance" } }, - [778]={ + [836]={ [1]={ }, stats={ @@ -17997,7 +18733,7 @@ return { [2]="display_maximum_roll_main_hand_bleeding_damage_per_minute" } }, - [779]={ + [837]={ [1]={ }, stats={ @@ -18005,7 +18741,7 @@ return { [2]="display_maximum_roll_main_hand_ignite_damage_per_minute" } }, - [780]={ + [838]={ [1]={ }, stats={ @@ -18013,7 +18749,7 @@ return { [2]="display_maximum_roll_main_hand_poison_damage_per_minute" } }, - [781]={ + [839]={ [1]={ }, stats={ @@ -18021,7 +18757,7 @@ return { [2]="display_maximum_roll_off_hand_bleeding_damage_per_minute" } }, - [782]={ + [840]={ [1]={ }, stats={ @@ -18029,7 +18765,7 @@ return { [2]="display_maximum_roll_off_hand_ignite_damage_per_minute" } }, - [783]={ + [841]={ [1]={ }, stats={ @@ -18037,7 +18773,7 @@ return { [2]="display_maximum_roll_off_hand_poison_damage_per_minute" } }, - [784]={ + [842]={ [1]={ }, stats={ @@ -18045,7 +18781,7 @@ return { [2]="display_maximum_roll_secondary_bleeding_damage_per_minute" } }, - [785]={ + [843]={ [1]={ }, stats={ @@ -18053,7 +18789,7 @@ return { [2]="display_maximum_roll_secondary_ignite_damage_per_minute" } }, - [786]={ + [844]={ [1]={ }, stats={ @@ -18061,7 +18797,7 @@ return { [2]="display_maximum_roll_secondary_poison_damage_per_minute" } }, - [787]={ + [845]={ [1]={ }, stats={ @@ -18069,7 +18805,7 @@ return { [2]="display_maximum_roll_spell_bleeding_damage_per_minute" } }, - [788]={ + [846]={ [1]={ }, stats={ @@ -18077,7 +18813,7 @@ return { [2]="display_maximum_roll_spell_ignite_damage_per_minute" } }, - [789]={ + [847]={ [1]={ }, stats={ @@ -18085,7 +18821,7 @@ return { [2]="display_maximum_roll_spell_poison_damage_per_minute" } }, - [790]={ + [848]={ [1]={ [1]={ limit={ @@ -18114,7 +18850,7 @@ return { [1]="display_mine_deontation_mechanics_detonation_speed_+%_final_per_sequence_mine" } }, - [791]={ + [849]={ [1]={ [1]={ limit={ @@ -18130,7 +18866,7 @@ return { [1]="display_mirage_warriors_no_spirit_strikes" } }, - [792]={ + [850]={ [1]={ [1]={ limit={ @@ -18146,7 +18882,7 @@ return { [1]="display_modifiers_to_melee_attack_range_apply_to_skill_radius" } }, - [793]={ + [851]={ [1]={ }, stats={ @@ -18154,7 +18890,7 @@ return { [2]="display_off_hand_hit_chance_estimate_range_max" } }, - [794]={ + [852]={ [1]={ }, stats={ @@ -18162,7 +18898,7 @@ return { [2]="display_off_hand_hit_chance_estimate_range_mid" } }, - [795]={ + [853]={ [1]={ }, stats={ @@ -18170,7 +18906,7 @@ return { [2]="display_off_hand_hit_chance_estimate_range_min" } }, - [796]={ + [854]={ [1]={ [1]={ limit={ @@ -18186,7 +18922,7 @@ return { [1]="queens_demand_effect" } }, - [797]={ + [855]={ [1]={ [1]={ limit={ @@ -18202,7 +18938,7 @@ return { [1]="display_removes_and_grants_elusive_when_used" } }, - [798]={ + [856]={ [1]={ [1]={ limit={ @@ -18218,14 +18954,14 @@ return { [1]="display_sigil_of_power_stage_gain_delay" } }, - [799]={ + [857]={ [1]={ }, stats={ [1]="display_skill_cooldown_time_ms" } }, - [800]={ + [858]={ [1]={ [1]={ limit={ @@ -18241,14 +18977,14 @@ return { [1]="display_skill_fixed_duration_buff" } }, - [801]={ + [859]={ [1]={ }, stats={ [1]="display_skill_increased_item_rarity_+%" } }, - [802]={ + [860]={ [1]={ [1]={ [1]={ @@ -18268,35 +19004,49 @@ return { [1]="display_storm_burst_jump_time_ms" } }, - [803]={ + [861]={ [1]={ }, stats={ [1]="display_total_bleeding_duration" } }, - [804]={ + [862]={ [1]={ }, stats={ [1]="display_total_chill_duration" } }, - [805]={ + [863]={ [1]={ }, stats={ [1]="display_total_ignite_duration" } }, - [806]={ + [864]={ [1]={ }, stats={ [1]="display_total_poison_duration" } }, - [807]={ + [865]={ + [1]={ + }, + stats={ + [1]="display_total_shock_duration" + } + }, + [866]={ + [1]={ + }, + stats={ + [1]="display_total_shock_magnitude" + } + }, + [867]={ [1]={ [1]={ limit={ @@ -18312,7 +19062,7 @@ return { [1]="display_touch_of_fire" } }, - [808]={ + [868]={ [1]={ [1]={ limit={ @@ -18328,7 +19078,7 @@ return { [1]="display_trigger_link" } }, - [809]={ + [869]={ [1]={ [1]={ limit={ @@ -18344,7 +19094,7 @@ return { [1]="display_triggerbots_do_their_job" } }, - [810]={ + [870]={ [1]={ [1]={ limit={ @@ -18360,7 +19110,7 @@ return { [1]="display_unhinge_grant_insane" } }, - [811]={ + [871]={ [1]={ [1]={ limit={ @@ -18376,7 +19126,7 @@ return { [1]="display_vaal_breach_no_drops_xp" } }, - [812]={ + [872]={ [1]={ [1]={ limit={ @@ -18414,7 +19164,7 @@ return { [1]="distance_scaled_accuracy_rating_penalty_+%" } }, - [813]={ + [873]={ [1]={ [1]={ limit={ @@ -18443,7 +19193,7 @@ return { [1]="divine_tempest_beam_width_+%" } }, - [814]={ + [874]={ [1]={ [1]={ limit={ @@ -18472,7 +19222,7 @@ return { [1]="divine_tempest_damage_+%_final_while_channelling" } }, - [815]={ + [875]={ [1]={ [1]={ limit={ @@ -18488,7 +19238,7 @@ return { [1]="divine_tempest_hit_damage_+%_final_per_stage" } }, - [816]={ + [876]={ [1]={ [1]={ limit={ @@ -18504,7 +19254,7 @@ return { [1]="divine_tempest_stage_on_hitting_normal_magic_%_chance" } }, - [817]={ + [877]={ [1]={ [1]={ limit={ @@ -18520,7 +19270,7 @@ return { [1]="divine_tempest_stage_on_hitting_rare_unique" } }, - [818]={ + [878]={ [1]={ [1]={ limit={ @@ -18545,7 +19295,7 @@ return { [1]="double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%" } }, - [819]={ + [879]={ [1]={ [1]={ limit={ @@ -18561,7 +19311,7 @@ return { [1]="dual_strike_critical_strike_chance_+%_final_against_enemies_on_full_life" } }, - [820]={ + [880]={ [1]={ [1]={ limit={ @@ -18577,7 +19327,7 @@ return { [1]="dual_wield_inherent_attack_speed_+%_final" } }, - [821]={ + [881]={ [1]={ [1]={ limit={ @@ -18598,7 +19348,7 @@ return { [2]="earthquake_aftershock_maximum_added_physical_damage" } }, - [822]={ + [882]={ [1]={ [1]={ limit={ @@ -18627,7 +19377,7 @@ return { [1]="earthquake_initial_slam_area_of_effect_+%" } }, - [823]={ + [883]={ [1]={ [1]={ limit={ @@ -18656,23 +19406,7 @@ return { [1]="earthshatter_damage_+%_final_per_spike" } }, - [824]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Hits against targets with attached Rods gain {0}% of Damage as extra Lightning Damage" - } - }, - stats={ - [1]="electrocuting_arrow_%_damage_gained_as_extra_lightning_on_debuffed_target" - } - }, - [825]={ + [884]={ [1]={ [1]={ limit={ @@ -18688,7 +19422,7 @@ return { [1]="elemental_damage_cannot_be_reflected" } }, - [826]={ + [885]={ [1]={ [1]={ limit={ @@ -18717,7 +19451,7 @@ return { [1]="elemental_damage_+%_final_per_righteous_charge" } }, - [827]={ + [886]={ [1]={ [1]={ limit={ @@ -18733,7 +19467,7 @@ return { [1]="elemental_hit_area_of_effect_+100%_final_vs_enemy_with_associated_ailment" } }, - [828]={ + [887]={ [1]={ [1]={ limit={ @@ -18749,7 +19483,7 @@ return { [1]="elemental_hit_damage_+10%_final_per_enemy_elemental_ailment" } }, - [829]={ + [888]={ [1]={ [1]={ [1]={ @@ -18769,7 +19503,7 @@ return { [1]="elemental_invocation_gain_X_centienergy_per_monster_power_on_freeze" } }, - [830]={ + [889]={ [1]={ [1]={ [1]={ @@ -18789,7 +19523,7 @@ return { [1]="elemental_invocation_gain_X_centienergy_per_monster_power_on_ignite" } }, - [831]={ + [890]={ [1]={ [1]={ [1]={ @@ -18809,7 +19543,7 @@ return { [1]="elemental_invocation_gain_X_centienergy_per_monster_power_on_shock" } }, - [832]={ + [891]={ [1]={ [1]={ limit={ @@ -18825,7 +19559,7 @@ return { [1]="elemental_penetration_%_from_resonance" } }, - [833]={ + [892]={ [1]={ [1]={ limit={ @@ -18854,7 +19588,7 @@ return { [1]="elusive_effect_+%" } }, - [834]={ + [893]={ [1]={ [1]={ limit={ @@ -18867,7 +19601,7 @@ return { [2]=0 } }, - text="Embers deal {0:+d}% more Damage for each previous Ember fired in sequence" + text="{0:+d}% more Damage for each previous Ember fired in sequence" }, [2]={ limit={ @@ -18880,7 +19614,7 @@ return { [2]="#" } }, - text="Embers deal {0}% more Damage for each previous Ember fired in sequence" + text="{0}% more Damage for each previous Ember fired in sequence" }, [3]={ [1]={ @@ -18897,7 +19631,7 @@ return { [2]="#" } }, - text="Embers deal {0}% less Damage for each previous Ember fired in sequence" + text="{0}% less Damage for each previous Ember fired in sequence" } }, stats={ @@ -18905,7 +19639,7 @@ return { [2]="quality_display_ember_fusilade_is_gem" } }, - [835]={ + [894]={ [1]={ [1]={ [1]={ @@ -18925,7 +19659,7 @@ return { [1]="embrace_madness_amount_of_cooldown_to_gain_ms" } }, - [836]={ + [895]={ [1]={ [1]={ [1]={ @@ -18950,7 +19684,7 @@ return { [2]="empowered_barrage_maximum_cooldown_ms" } }, - [837]={ + [896]={ [1]={ [1]={ limit={ @@ -18979,7 +19713,7 @@ return { [1]="empowered_attack_damage_+%" } }, - [838]={ + [897]={ [1]={ [1]={ limit={ @@ -19004,7 +19738,7 @@ return { [1]="enduring_cry_grants_x_additional_endurance_charges" } }, - [839]={ + [898]={ [1]={ [1]={ limit={ @@ -19020,7 +19754,7 @@ return { [1]="enemies_chilled_by_bane_and_contagion" } }, - [840]={ + [899]={ [1]={ [1]={ limit={ @@ -19036,7 +19770,7 @@ return { [1]="enemies_covered_in_frost_as_unfrozen" } }, - [841]={ + [900]={ [1]={ [1]={ limit={ @@ -19052,7 +19786,7 @@ return { [1]="enemies_taunted_by_your_warcies_are_intimidated" } }, - [842]={ + [901]={ [1]={ [1]={ limit={ @@ -19085,7 +19819,7 @@ return { [1]="enemies_you_shock_movement_speed_+%" } }, - [843]={ + [902]={ [1]={ [1]={ limit={ @@ -19114,7 +19848,7 @@ return { [1]="enemies_you_shock_take_%_increased_physical_damage" } }, - [844]={ + [903]={ [1]={ [1]={ limit={ @@ -19130,7 +19864,7 @@ return { [1]="enemy_phys_reduction_%_penalty_vs_hit" } }, - [845]={ + [904]={ [1]={ [1]={ limit={ @@ -19159,7 +19893,7 @@ return { [1]="energy_generated_+%" } }, - [846]={ + [905]={ [1]={ [1]={ limit={ @@ -19188,7 +19922,7 @@ return { [1]="energy_shield_regeneration_rate_+%" } }, - [847]={ + [906]={ [1]={ [1]={ limit={ @@ -19217,7 +19951,7 @@ return { [1]="ensnaring_arrow_enemy_spell_damage_taken_+%" } }, - [848]={ + [907]={ [1]={ [1]={ limit={ @@ -19242,7 +19976,7 @@ return { [1]="ethereal_knives_projectiles_needed_per_vestige_blade" } }, - [849]={ + [908]={ [1]={ [1]={ limit={ @@ -19271,7 +20005,7 @@ return { [1]="evasion_and_physical_damage_reduction_rating_+%" } }, - [850]={ + [909]={ [1]={ [1]={ limit={ @@ -19287,7 +20021,7 @@ return { [1]="expanding_fire_cone_angle_+%_per_stage" } }, - [851]={ + [910]={ [1]={ [1]={ limit={ @@ -19303,7 +20037,7 @@ return { [1]="expanding_fire_cone_final_wave_always_ignite" } }, - [852]={ + [911]={ [1]={ [1]={ limit={ @@ -19319,7 +20053,7 @@ return { [1]="expanding_fire_cone_maximum_number_of_stages" } }, - [853]={ + [912]={ [1]={ [1]={ limit={ @@ -19340,7 +20074,7 @@ return { [2]="expanding_fire_cone_radius_limit" } }, - [854]={ + [913]={ [1]={ [1]={ limit={ @@ -19391,7 +20125,7 @@ return { [2]="quality_display_incinerate_is_gem_hit" } }, - [855]={ + [914]={ [1]={ [1]={ limit={ @@ -19407,7 +20141,14 @@ return { [1]="explosive_arrow_stack_limit" } }, - [856]={ + [915]={ + [1]={ + }, + stats={ + [1]="exposure_effect_+%" + } + }, + [916]={ [1]={ [1]={ limit={ @@ -19423,7 +20164,7 @@ return { [1]="extra_target_targeting_distance_+%" } }, - [857]={ + [917]={ [1]={ [1]={ limit={ @@ -19448,7 +20189,7 @@ return { [1]="eye_of_winter_number_of_brittle_stacks_to_apply" } }, - [858]={ + [918]={ [1]={ [1]={ limit={ @@ -19477,7 +20218,7 @@ return { [1]="eye_of_winter_spiral_angle_+%" } }, - [859]={ + [919]={ [1]={ [1]={ limit={ @@ -19506,7 +20247,7 @@ return { [1]="eye_of_winter_spiral_fire_frequency_+%" } }, - [860]={ + [920]={ [1]={ [1]={ limit={ @@ -19522,9 +20263,34 @@ return { [1]="faster_bleed_%" } }, - [861]={ + [921]={ [1]={ [1]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1000, + [2]=1000 + } + }, + text="Recover {0} Life and {1} Mana over {2} second per Corpse Consumed" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=3 + }, limit={ [1]={ [1]="#", @@ -19539,16 +20305,16 @@ return { [2]="#" } }, - text="Gain {0} Life per corpse Consumed\nGain {1} Mana per corpse Consumed\nGain {2} Energy Shield per corpse Consumed" + text="Recover {0} Life and {1} Mana over {2} seconds per Corpse Consumed" } }, stats={ - [1]="feast_of_flesh_gain_X_life_per_corpse_consumed", - [2]="feast_of_flesh_gain_X_mana_per_corpse_consumed", - [3]="feast_of_flesh_gain_X_energy_shield_per_corpse_consumed" + [1]="base_life_recovery_per_minute", + [2]="base_mana_recovery_per_minute", + [3]="feast_of_flesh_regeneration_duration" } }, - [862]={ + [922]={ [1]={ [1]={ [1]={ @@ -19568,7 +20334,7 @@ return { [1]="fire_beam_additional_stack_damage_+%_final" } }, - [863]={ + [923]={ [1]={ [1]={ limit={ @@ -19584,7 +20350,7 @@ return { [1]="fire_beam_enemy_fire_resistance_%_maximum" } }, - [864]={ + [924]={ [1]={ [1]={ limit={ @@ -19600,7 +20366,7 @@ return { [1]="fire_beam_enemy_fire_resistance_%_per_stack" } }, - [865]={ + [925]={ [1]={ [1]={ limit={ @@ -19629,7 +20395,7 @@ return { [1]="fire_beam_length_+%" } }, - [866]={ + [926]={ [1]={ [1]={ limit={ @@ -19645,7 +20411,7 @@ return { [1]="fire_dot_multiplier_+" } }, - [867]={ + [927]={ [1]={ [1]={ limit={ @@ -19661,7 +20427,7 @@ return { [1]="fireball_base_radius_up_to_+_at_longer_ranges" } }, - [868]={ + [928]={ [1]={ [1]={ limit={ @@ -19677,7 +20443,7 @@ return { [1]="fires_1_projectile_if_no_steel_ammo" } }, - [869]={ + [929]={ [1]={ [1]={ limit={ @@ -19693,7 +20459,7 @@ return { [1]="firestorm_and_bladefall_chance_to_replay_when_finished_%" } }, - [870]={ + [930]={ [1]={ [1]={ limit={ @@ -19722,7 +20488,7 @@ return { [1]="firestorm_final_impact_damage_+%_final" } }, - [871]={ + [931]={ [1]={ [1]={ limit={ @@ -19751,7 +20517,7 @@ return { [1]="firestorm_initial_impact_area_of_effect_+%_final" } }, - [872]={ + [932]={ [1]={ [1]={ limit={ @@ -19780,7 +20546,7 @@ return { [1]="firestorm_initial_impact_damage_+%_final" } }, - [873]={ + [933]={ [1]={ [1]={ limit={ @@ -19796,7 +20562,7 @@ return { [1]="firewall_applies_%_fire_exposure" } }, - [874]={ + [934]={ [1]={ [1]={ limit={ @@ -19812,7 +20578,7 @@ return { [1]="fixed_skill_effect_duration" } }, - [875]={ + [935]={ [1]={ [1]={ limit={ @@ -19841,7 +20607,7 @@ return { [1]="flame_dash_burning_damage_+%_final" } }, - [876]={ + [936]={ [1]={ [1]={ [1]={ @@ -19861,7 +20627,7 @@ return { [1]="flame_surge_burning_ground_creation_cooldown_ms" } }, - [877]={ + [937]={ [1]={ [1]={ limit={ @@ -19877,7 +20643,7 @@ return { [1]="flame_surge_ignite_damage_as_burning_ground_damage_%" } }, - [878]={ + [938]={ [1]={ [1]={ limit={ @@ -19899,14 +20665,14 @@ return { [2]=-1 } }, - text="{0}% more Magnitude of Ignite inflicted by Projectiles which have passed through the Wall" + text="{0}% less Magnitude of Ignite inflicted by Projectiles which have passed through the Wall" } }, stats={ [1]="flame_wall_projectiles_ignite_effect_+%_final" } }, - [879]={ + [939]={ [1]={ [1]={ limit={ @@ -19935,7 +20701,7 @@ return { [1]="flameblast_area_+%_final_per_stage" } }, - [880]={ + [940]={ [1]={ [1]={ limit={ @@ -19964,7 +20730,7 @@ return { [1]="flameblast_hit_damage_+%_final_per_10_life_reserved" } }, - [881]={ + [941]={ [1]={ [1]={ [1]={ @@ -19984,23 +20750,7 @@ return { [1]="flameblast_hundred_times_radius_+_per_1%_life_reserved" } }, - [882]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Ignite for each Stage" - } - }, - stats={ - [1]="flameblast_ignite_chance_+%_per_stage" - } - }, - [883]={ + [942]={ [1]={ [1]={ limit={ @@ -20016,7 +20766,7 @@ return { [1]="flameblast_maximum_stages" } }, - [884]={ + [943]={ [1]={ [1]={ limit={ @@ -20032,7 +20782,7 @@ return { [1]="flameblast_starts_with_X_additional_stages" } }, - [885]={ + [944]={ [1]={ [1]={ limit={ @@ -20048,7 +20798,7 @@ return { [1]="flamethrower_tower_trap_display_cast_speed_affects_rotation" } }, - [886]={ + [945]={ [1]={ [1]={ limit={ @@ -20064,7 +20814,7 @@ return { [1]="flamethrower_tower_trap_number_of_flamethrowers" } }, - [887]={ + [946]={ [1]={ [1]={ limit={ @@ -20093,7 +20843,7 @@ return { [1]="flamethrower_trap_damage_+%_final_vs_burning_enemies" } }, - [888]={ + [947]={ [1]={ [1]={ limit={ @@ -20126,7 +20876,7 @@ return { [1]="flask_charges_used_+%" } }, - [889]={ + [948]={ [1]={ [1]={ limit={ @@ -20151,7 +20901,7 @@ return { [1]="flask_throw_base_charges_used" } }, - [890]={ + [949]={ [1]={ [1]={ limit={ @@ -20180,7 +20930,7 @@ return { [1]="flask_throw_bleed_effect_+%_final" } }, - [891]={ + [950]={ [1]={ [1]={ [1]={ @@ -20222,7 +20972,7 @@ return { [1]="flask_throw_cold_exposure_ms" } }, - [892]={ + [951]={ [1]={ [1]={ limit={ @@ -20238,7 +20988,7 @@ return { [1]="flask_throw_sulphur_flask_explode_on_kill_chance" } }, - [893]={ + [952]={ [1]={ [1]={ [1]={ @@ -20280,7 +21030,7 @@ return { [1]="flask_throw_fire_exposure_ms" } }, - [894]={ + [953]={ [1]={ [1]={ [1]={ @@ -20322,7 +21072,7 @@ return { [1]="flask_throw_lightning_exposure_ms" } }, - [895]={ + [954]={ [1]={ [1]={ limit={ @@ -20338,7 +21088,7 @@ return { [1]="flask_throw_added_chaos_damage_%_of_flask_life_to_recover" } }, - [896]={ + [955]={ [1]={ [1]={ limit={ @@ -20359,7 +21109,7 @@ return { [2]="flask_throw_maximum_cold_damage_if_used_sapphire_flask" } }, - [897]={ + [956]={ [1]={ [1]={ limit={ @@ -20380,7 +21130,7 @@ return { [2]="flask_throw_maximum_lightning_damage_if_used_topaz_flask" } }, - [898]={ + [957]={ [1]={ [1]={ limit={ @@ -20409,7 +21159,7 @@ return { [1]="flask_throw_poison_effect_+%_final" } }, - [899]={ + [958]={ [1]={ [1]={ limit={ @@ -20438,7 +21188,7 @@ return { [1]="flask_throw_ruby_flask_ignite_effect_+%" } }, - [900]={ + [959]={ [1]={ [1]={ limit={ @@ -20467,7 +21217,7 @@ return { [1]="flicker_strike_buff_movement_speed_+%" } }, - [901]={ + [960]={ [1]={ [1]={ limit={ @@ -20483,7 +21233,7 @@ return { [1]="flicker_strike_teleport_range_+%" } }, - [902]={ + [961]={ [1]={ [1]={ limit={ @@ -20499,7 +21249,7 @@ return { [1]="fortify_on_hit" } }, - [903]={ + [962]={ [1]={ [1]={ limit={ @@ -20515,7 +21265,7 @@ return { [1]="fortify_on_hit_close_range" } }, - [904]={ + [963]={ [1]={ [1]={ limit={ @@ -20531,7 +21281,7 @@ return { [1]="freeze_applies_cold_resistance_+" } }, - [905]={ + [964]={ [1]={ [1]={ limit={ @@ -20560,7 +21310,7 @@ return { [1]="freeze_duration_ms_+" } }, - [906]={ + [965]={ [1]={ [1]={ [1]={ @@ -20580,7 +21330,7 @@ return { [1]="virtual_freezing_enemy_chills_enemies_in_radius" } }, - [907]={ + [966]={ [1]={ [1]={ limit={ @@ -20609,7 +21359,7 @@ return { [1]="freezing_pulse_damage_+%_final_at_long_range" } }, - [908]={ + [967]={ [1]={ [1]={ limit={ @@ -20638,7 +21388,7 @@ return { [1]="frenzy_skill_attack_damage_+%_final_per_frenzy_charge" } }, - [909]={ + [968]={ [1]={ [1]={ limit={ @@ -20667,7 +21417,7 @@ return { [1]="frenzy_skill_attack_speed_+%_final_per_frenzy_charge" } }, - [910]={ + [969]={ [1]={ [1]={ limit={ @@ -20683,7 +21433,7 @@ return { [1]="from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired" } }, - [911]={ + [970]={ [1]={ [1]={ limit={ @@ -20708,7 +21458,7 @@ return { [1]="frost_bolt_nova_number_of_frost_bolts_to_detonate" } }, - [912]={ + [971]={ [1]={ [1]={ [1]={ @@ -20728,7 +21478,7 @@ return { [1]="frost_fury_added_duration_per_stage_ms" } }, - [913]={ + [972]={ [1]={ [1]={ [1]={ @@ -20748,7 +21498,7 @@ return { [1]="frost_fury_base_fire_interval_ms" } }, - [914]={ + [973]={ [1]={ [1]={ limit={ @@ -20764,7 +21514,7 @@ return { [1]="frost_fury_duration_+%_per_stage" } }, - [915]={ + [974]={ [1]={ [1]={ limit={ @@ -20780,7 +21530,7 @@ return { [1]="frost_fury_fire_speed_+%_final_while_channelling" } }, - [916]={ + [975]={ [1]={ [1]={ limit={ @@ -20796,7 +21546,7 @@ return { [1]="frost_fury_fire_speed_+%_per_stage" } }, - [917]={ + [976]={ [1]={ [1]={ limit={ @@ -20812,7 +21562,7 @@ return { [1]="frost_fury_max_number_of_stages" } }, - [918]={ + [977]={ [1]={ [1]={ limit={ @@ -20828,7 +21578,7 @@ return { [1]="frost_globe_absorb_damage_%_enemy_in_bubble" } }, - [919]={ + [978]={ [1]={ [1]={ limit={ @@ -20844,7 +21594,7 @@ return { [1]="frost_globe_absorb_damage_%_enemy_outside_bubble" } }, - [920]={ + [979]={ [1]={ [1]={ [1]={ @@ -20864,7 +21614,7 @@ return { [1]="frost_globe_additional_spell_base_critical_strike_chance_per_stage" } }, - [921]={ + [980]={ [1]={ [1]={ limit={ @@ -20880,7 +21630,7 @@ return { [1]="frost_globe_health_per_stage" } }, - [922]={ + [981]={ [1]={ [1]={ [1]={ @@ -20900,7 +21650,7 @@ return { [1]="frost_globe_life_regeneration_rate_per_minute_%" } }, - [923]={ + [982]={ [1]={ [1]={ limit={ @@ -20916,7 +21666,7 @@ return { [1]="frost_globe_max_stages" } }, - [924]={ + [983]={ [1]={ [1]={ [1]={ @@ -20936,14 +21686,14 @@ return { [1]="frost_globe_stage_gain_interval_ms" } }, - [925]={ + [984]={ [1]={ }, stats={ [1]="frost_wall_total_maximum_life" } }, - [926]={ + [985]={ [1]={ [1]={ limit={ @@ -20972,7 +21722,7 @@ return { [1]="frostbolt_projectile_acceleration" } }, - [927]={ + [986]={ [1]={ [1]={ limit={ @@ -21001,7 +21751,7 @@ return { [1]="frostbolt_projectile_speed_+%_final" } }, - [928]={ + [987]={ [1]={ [1]={ limit={ @@ -21017,7 +21767,7 @@ return { [1]="frozen_legion_%_chance_to_summon_additional_statue" } }, - [929]={ + [988]={ [1]={ [1]={ limit={ @@ -21033,7 +21783,7 @@ return { [1]="fully_break_enemies_armour_on_heavy_stun" } }, - [930]={ + [989]={ [1]={ [1]={ [1]={ @@ -21050,10 +21800,10 @@ return { } }, stats={ - [1]="fully_broken_armour_duration_ms_+" + [1]="fully_broken_armour_and_sundered_armour_duration_ms_+" } }, - [931]={ + [990]={ [1]={ [1]={ [1]={ @@ -21073,7 +21823,7 @@ return { [1]="fully_broken_armour_duration_ms_removed_on_hit" } }, - [932]={ + [991]={ [1]={ [1]={ limit={ @@ -21089,23 +21839,7 @@ return { [1]="gain_1_rage_on_use_%_chance" } }, - [933]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Gain {0} Rage on Hit, once per Skill use" - } - }, - stats={ - [1]="gain_X_rage_on_hit_once_per_skill_use" - } - }, - [934]={ + [992]={ [1]={ [1]={ limit={ @@ -21121,7 +21855,7 @@ return { [1]="gain_X_volatility_on_empowered_skill_use" } }, - [935]={ + [993]={ [1]={ [1]={ limit={ @@ -21146,7 +21880,7 @@ return { [1]="gain_elusive_on_crit_%_chance" } }, - [936]={ + [994]={ [1]={ [1]={ [1]={ @@ -21166,7 +21900,7 @@ return { [1]="gain_fortify_on_melee_hit_ms" } }, - [937]={ + [995]={ [1]={ [1]={ limit={ @@ -21182,7 +21916,7 @@ return { [1]="gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%" } }, - [938]={ + [996]={ [1]={ [1]={ limit={ @@ -21198,7 +21932,7 @@ return { [1]="gain_frenzy_charge_on_hitting_unique_enemy_%" } }, - [939]={ + [997]={ [1]={ [1]={ limit={ @@ -21223,7 +21957,7 @@ return { [1]="gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%" } }, - [940]={ + [998]={ [1]={ [1]={ limit={ @@ -21239,14 +21973,14 @@ return { [1]="gain_power_charge_on_kill_with_hit_%" } }, - [941]={ + [999]={ [1]={ }, stats={ [1]="gain_x_rage_on_hit" } }, - [942]={ + [1000]={ [1]={ [1]={ limit={ @@ -21262,7 +21996,7 @@ return { [1]="gain_rage_on_hit_%_chance" } }, - [943]={ + [1001]={ [1]={ [1]={ limit={ @@ -21278,7 +22012,7 @@ return { [1]="gain_resonance_of_majority_damage_on_hit_for_2_seconds" } }, - [944]={ + [1002]={ [1]={ [1]={ limit={ @@ -21303,34 +22037,30 @@ return { [1]="gain_righteous_charge_on_mana_spent_%" } }, - [945]={ - [1]={ - }, - stats={ - [1]="gain_x_rage_on_melee_hit" - } - }, - [946]={ + [1003]={ [1]={ [1]={ - [1]={ - k="per_minute_to_per_second_2dp_if_required", - v=1 - }, limit={ [1]={ [1]="#", [2]="#" } }, - text="Attack kills generates Valour equal to the enemy's Power\nGains {0} Valour per second while a\nUnique enemy is in your Presence" + text="Gain {0} Rage on Hit" } }, stats={ - [1]="gain_x_valour_per_minute_while_unique_presence" + [1]="gain_x_rage_on_attack_hit" } }, - [947]={ + [1004]={ + [1]={ + }, + stats={ + [1]="gain_x_rage_on_melee_hit" + } + }, + [1005]={ [1]={ [1]={ [1]={ @@ -21363,7 +22093,7 @@ return { [1]="galvanic_field_beam_delay_ms" } }, - [948]={ + [1006]={ [1]={ [1]={ limit={ @@ -21392,7 +22122,7 @@ return { [1]="galvanic_field_damage_+%_final_per_5%_increased_damage_taken_from_shock" } }, - [949]={ + [1007]={ [1]={ [1]={ limit={ @@ -21421,7 +22151,7 @@ return { [1]="galvanic_field_radius_+_per_10%_increased_damage_taken_from_shock" } }, - [950]={ + [1008]={ [1]={ [1]={ limit={ @@ -21468,7 +22198,7 @@ return { [2]="generic_ongoing_trigger_triggers_at_maximum_energy" } }, - [951]={ + [1009]={ [1]={ [1]={ limit={ @@ -21497,7 +22227,23 @@ return { [1]="glacial_cascade_travel_speed_+%" } }, - [952]={ + [1010]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Inflicts Bleeding on Hit" + } + }, + stats={ + [1]="global_bleed_on_hit" + } + }, + [1011]={ [1]={ [1]={ limit={ @@ -21513,7 +22259,7 @@ return { [1]="global_knockback" } }, - [953]={ + [1012]={ [1]={ [1]={ limit={ @@ -21529,7 +22275,7 @@ return { [1]="global_maim_on_hit" } }, - [954]={ + [1013]={ [1]={ [1]={ limit={ @@ -21550,7 +22296,7 @@ return { [2]="global_maximum_added_physical_damage_vs_bleeding_enemies" } }, - [955]={ + [1014]={ [1]={ [1]={ [1]={ @@ -21583,7 +22329,7 @@ return { [1]="glorious_madness_timer_ms" } }, - [956]={ + [1015]={ [1]={ [1]={ limit={ @@ -21612,7 +22358,7 @@ return { [1]="golem_buff_effect_+%" } }, - [957]={ + [1016]={ [1]={ [1]={ limit={ @@ -21641,14 +22387,14 @@ return { [1]="greater_projectile_intensity_projectile_damage_+%_final_per_intensity" } }, - [958]={ + [1017]={ [1]={ }, stats={ [1]="grenade_skill_%_chance_to_explode_twice" } }, - [959]={ + [1018]={ [1]={ [1]={ limit={ @@ -21691,7 +22437,7 @@ return { [3]="quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem" } }, - [960]={ + [1019]={ [1]={ [1]={ limit={ @@ -21720,7 +22466,23 @@ return { [1]="ground_slam_angle_+%" } }, - [961]={ + [1020]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Freeze enemies that are Primed for Freeze" + } + }, + stats={ + [1]="has_freeze_cull" + } + }, + [1021]={ [1]={ [1]={ limit={ @@ -21745,7 +22507,7 @@ return { [1]="hazard_rearm_%_chance" } }, - [962]={ + [1022]={ [1]={ [1]={ limit={ @@ -21761,7 +22523,7 @@ return { [1]="herald_of_agony_add_stack_on_poison" } }, - [963]={ + [1023]={ [1]={ [1]={ limit={ @@ -21790,7 +22552,7 @@ return { [1]="herald_of_agony_poison_effect_+%_final" } }, - [964]={ + [1024]={ [1]={ [1]={ limit={ @@ -21806,7 +22568,7 @@ return { [1]="herald_of_light_summon_champion_on_kill" } }, - [965]={ + [1025]={ [1]={ [1]={ limit={ @@ -21831,7 +22593,7 @@ return { [1]="herald_of_light_summon_champion_on_unique_or_rare_enemy_hit_%" } }, - [966]={ + [1026]={ [1]={ [1]={ limit={ @@ -21860,7 +22622,7 @@ return { [1]="herald_of_purity_physical_damage_+%_final" } }, - [967]={ + [1027]={ [1]={ [1]={ limit={ @@ -21876,7 +22638,7 @@ return { [1]="hex_transfer_on_death_total_range" } }, - [968]={ + [1028]={ [1]={ [1]={ limit={ @@ -21894,8 +22656,8 @@ return { }, limit={ [1]={ - [1]=-1, - [2]="#" + [1]="#", + [2]=-1 } }, text="{0}% less Damage per 1 second of remaining duration on removed Curse" @@ -21905,7 +22667,7 @@ return { [1]="hexblast_damage_+%_final_per_second_remaining_curse_duration" } }, - [969]={ + [1029]={ [1]={ [1]={ limit={ @@ -21921,7 +22683,7 @@ return { [1]="hexblast_hit_damage_+%_final_if_hexed" } }, - [970]={ + [1030]={ [1]={ [1]={ limit={ @@ -21950,7 +22712,7 @@ return { [1]="hinder_enemy_chaos_damage_+%" } }, - [971]={ + [1031]={ [1]={ [1]={ limit={ @@ -21966,7 +22728,7 @@ return { [1]="hinder_enemy_chaos_damage_taken_+%" } }, - [972]={ + [1032]={ [1]={ [1]={ limit={ @@ -21995,7 +22757,7 @@ return { [1]="hit_damage_+%_vs_chilled_enemies" } }, - [973]={ + [1033]={ [1]={ [1]={ limit={ @@ -22024,7 +22786,7 @@ return { [1]="hit_damage_stun_multiplier_+%" } }, - [974]={ + [1034]={ [1]={ [1]={ limit={ @@ -22053,7 +22815,7 @@ return { [1]="hit_damage_stun_multiplier_+%_against_enemies_with_fully_broken_armour" } }, - [975]={ + [1035]={ [1]={ [1]={ limit={ @@ -22069,7 +22831,7 @@ return { [1]="hit_%_chance_to_be_dazing" } }, - [976]={ + [1036]={ [1]={ [1]={ limit={ @@ -22085,7 +22847,7 @@ return { [1]="hits_grant_cruelty" } }, - [977]={ + [1037]={ [1]={ [1]={ limit={ @@ -22101,7 +22863,7 @@ return { [1]="hits_ignore_all_enemy_monster_resistances" } }, - [978]={ + [1038]={ [1]={ [1]={ limit={ @@ -22117,7 +22879,7 @@ return { [1]="hits_ignore_enemy_monster_physical_damage_reduction" } }, - [979]={ + [1039]={ [1]={ [1]={ limit={ @@ -22133,7 +22895,7 @@ return { [1]="holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond" } }, - [980]={ + [1040]={ [1]={ [1]={ limit={ @@ -22149,7 +22911,7 @@ return { [1]="holy_path_teleport_range_+%" } }, - [981]={ + [1041]={ [1]={ [1]={ [1]={ @@ -22169,7 +22931,7 @@ return { [1]="holy_relic_nova_life_regeneration_rate_per_minute" } }, - [982]={ + [1042]={ [1]={ [1]={ limit={ @@ -22185,7 +22947,7 @@ return { [1]="holy_relic_nova_minion_life_regeneration_rate_per_second" } }, - [983]={ + [1043]={ [1]={ [1]={ [1]={ @@ -22205,14 +22967,14 @@ return { [1]="hundred_times_attacks_per_second" } }, - [984]={ + [1044]={ [1]={ }, stats={ [1]="hundred_times_average_damage_per_skill_use" } }, - [985]={ + [1045]={ [1]={ [1]={ [1]={ @@ -22232,14 +22994,14 @@ return { [1]="hundred_times_casts_per_second" } }, - [986]={ + [1046]={ [1]={ }, stats={ [1]="hundred_times_damage_per_second" } }, - [987]={ + [1047]={ [1]={ [1]={ [1]={ @@ -22259,7 +23021,7 @@ return { [1]="hydro_sphere_pulse_frequency_ms" } }, - [988]={ + [1048]={ [1]={ [1]={ [1]={ @@ -22292,7 +23054,7 @@ return { [1]="hydrosphere_hit_cooldown_ms" } }, - [989]={ + [1049]={ [1]={ [1]={ limit={ @@ -22321,7 +23083,68 @@ return { [1]="ice_crash_first_stage_damage_+%_final" } }, - [990]={ + [1050]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% more area of effect if Shattered" + } + }, + stats={ + [1]="ice_crystal_shatter_detonation_area_of_effect_+%_final" + } + }, + [1051]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% more damage if Shattered" + } + }, + stats={ + [1]="ice_crystal_shatter_detonation_damage_+%_final" + } + }, + [1052]={ + [1]={ + [1]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage if destroyed within 0.5 seconds by something other than you" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage if not destroyed withint 0.5 seconds by something other than you" + } + }, + stats={ + [1]="ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self" + } + }, + [1053]={ [1]={ [1]={ limit={ @@ -22363,7 +23186,7 @@ return { [2]="ice_dash_cooldown_recovery_per_nearby_rare_or_unique_enemy" } }, - [991]={ + [1054]={ [1]={ [1]={ limit={ @@ -22396,7 +23219,7 @@ return { [1]="ice_spear_distance_before_form_change_+%" } }, - [992]={ + [1055]={ [1]={ [1]={ [1]={ @@ -22429,14 +23252,14 @@ return { [1]="igneous_shield_perfect_block_window_time_ms" } }, - [993]={ + [1056]={ [1]={ }, stats={ [1]="ignite_effect_+%_final_against_frozen_enemies" } }, - [994]={ + [1057]={ [1]={ [1]={ limit={ @@ -22452,7 +23275,7 @@ return { [1]="ignites_apply_fire_resistance_+" } }, - [995]={ + [1058]={ [1]={ [1]={ limit={ @@ -22468,7 +23291,7 @@ return { [1]="immolation_brand_burn_damage_+%_final_per_stage" } }, - [996]={ + [1059]={ [1]={ [1]={ [1]={ @@ -22501,7 +23324,7 @@ return { [1]="immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad" } }, - [997]={ + [1060]={ [1]={ [1]={ limit={ @@ -22530,7 +23353,7 @@ return { [1]="impacting_steel_secondary_projectile_damage_+%_final" } }, - [998]={ + [1061]={ [1]={ [1]={ limit={ @@ -22559,7 +23382,7 @@ return { [1]="impale_magnitude_+%" } }, - [999]={ + [1062]={ [1]={ [1]={ limit={ @@ -22584,7 +23407,7 @@ return { [1]="impale_on_hit_%_chance" } }, - [1000]={ + [1063]={ [1]={ [1]={ limit={ @@ -22613,7 +23436,7 @@ return { [1]="impurity_cold_damage_taken_+%_final" } }, - [1001]={ + [1064]={ [1]={ [1]={ limit={ @@ -22642,7 +23465,7 @@ return { [1]="impurity_fire_damage_taken_+%_final" } }, - [1002]={ + [1065]={ [1]={ [1]={ limit={ @@ -22671,7 +23494,7 @@ return { [1]="impurity_lightning_damage_taken_+%_final" } }, - [1003]={ + [1066]={ [1]={ [1]={ limit={ @@ -22687,7 +23510,7 @@ return { [1]="incinerate_starts_with_X_additional_stages" } }, - [1004]={ + [1067]={ [1]={ [1]={ limit={ @@ -22712,7 +23535,7 @@ return { [1]="infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance" } }, - [1005]={ + [1068]={ [1]={ [1]={ limit={ @@ -22728,7 +23551,7 @@ return { [1]="infernal_blow_explosion_damage_%_of_total_per_stack" } }, - [1006]={ + [1069]={ [1]={ [1]={ limit={ @@ -22737,14 +23560,14 @@ return { [2]="#" } }, - text="Deals {0}% More Fire Damage per 1 Power of exploding Corpse" + text="Deals {0}% more Fire Damage per 1 Power of exploding Corpse" } }, stats={ [1]="infernal_cry_explosion_fire_damage_+%_final_per_corpse_power" } }, - [1007]={ + [1070]={ [1]={ [1]={ limit={ @@ -22753,14 +23576,14 @@ return { [2]="#" } }, - text="Inflicts Fire, Cold, and Lightning Exposure on Hit" + text="Inflicts Exposure on Hit" } }, stats={ [1]="inflict_all_exposure_on_hit" } }, - [1008]={ + [1071]={ [1]={ [1]={ [1]={ @@ -22773,14 +23596,14 @@ return { [2]="#" } }, - text="Cold Exposure on Cold Critical Hit@{0}s" + text="Exposure on Cold Critical Hit@{0}s" } }, stats={ - [1]="inflict_cold_exposure_for_x_ms_on_cold_crit" + [1]="inflict_exposure_for_x_ms_on_cold_crit" } }, - [1009]={ + [1072]={ [1]={ [1]={ [1]={ @@ -22793,14 +23616,14 @@ return { [2]="#" } }, - text="Fire Exposure on Ignite@{0}s" + text="Exposure on Ignite@{0}s" } }, stats={ - [1]="inflict_fire_exposure_for_x_ms_on_ignite" + [1]="inflict_exposure_for_x_ms_on_ignite" } }, - [1010]={ + [1073]={ [1]={ [1]={ [1]={ @@ -22813,34 +23636,102 @@ return { [2]="#" } }, - text="Lightning Exposure on Shock@{0}s" + text="Exposure on Shock@{0}s" } }, stats={ - [1]="inflict_lightning_exposure_for_x_ms_on_shock" + [1]="inflict_exposure_for_x_ms_on_shock" } }, - [1011]={ + [1074]={ [1]={ [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 + limit={ + [1]={ + [1]=1, + [2]=99 + } }, + text="{0}% chance to inflict Exposure on Hit" + }, + [2]={ limit={ [1]={ - [1]="#", + [1]=100, [2]="#" } }, - text="Infusion grants {0}% of maximum Life Regenerated per second" + text="Inflict Exposure on Hit" } }, stats={ - [1]="infusion_grants_life_regeneration_rate_per_minute_%" + [1]="inflict_exposure_on_hit_%_chance" } }, - [1012]={ + [1075]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% chance per Power to spawn a Cold Remnant on\nFreezing a target" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance per Power to spawn a Cold Remnant on\nFreezing a target" + } + }, + stats={ + [1]="infusion_remnants_%_chance_to_spawn_cold_infusion_on_freezing_an_enemy" + } + }, + [1076]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% chance to spawn a Fire Remnant on\nIgniting a non-Ignited target" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to spawn a Fire Remnant on\nIgniting a non-Ignited target" + } + }, + stats={ + [1]="infusion_remnants_%_chance_to_spawn_fire_infusion_on_igniting_an_enemy" + } + }, + [1077]={ + [1]={ + [1]={ + limit={ + }, + text="{0:+d}% chance to spawn a Lightning Remnant on\nShocking a non-Shocked target" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to spawn a Lightning Remnant on\nShocking a non-Shocked target" + } + }, + stats={ + [1]="infusion_remnants_%_chance_to_spawn_lightning_infusion_on_shocking_an_enemy" + } + }, + [1078]={ [1]={ [1]={ limit={ @@ -22869,7 +23760,7 @@ return { [1]="inspiration_charge_duration_+%" } }, - [1013]={ + [1079]={ [1]={ [1]={ [1]={ @@ -22889,7 +23780,7 @@ return { [1]="intermediary_chaos_skill_dot_area_damage_to_deal_per_minute" } }, - [1014]={ + [1080]={ [1]={ [1]={ [1]={ @@ -22909,7 +23800,7 @@ return { [1]="intermediary_chaos_skill_dot_damage_to_deal_per_minute" } }, - [1015]={ + [1081]={ [1]={ [1]={ [1]={ @@ -22929,7 +23820,7 @@ return { [1]="intermediary_cold_skill_dot_area_damage_to_deal_per_minute" } }, - [1016]={ + [1082]={ [1]={ [1]={ [1]={ @@ -22949,7 +23840,7 @@ return { [1]="intermediary_cold_skill_dot_damage_to_deal_per_minute" } }, - [1017]={ + [1083]={ [1]={ [1]={ [1]={ @@ -22969,7 +23860,7 @@ return { [1]="intermediary_fire_skill_dot_area_damage_to_deal_per_minute" } }, - [1018]={ + [1084]={ [1]={ [1]={ [1]={ @@ -22989,7 +23880,7 @@ return { [1]="intermediary_fire_skill_dot_damage_to_deal_per_minute" } }, - [1019]={ + [1085]={ [1]={ [1]={ [1]={ @@ -23009,7 +23900,7 @@ return { [1]="intermediary_lightning_skill_dot_area_damage_to_deal_per_minute" } }, - [1020]={ + [1086]={ [1]={ [1]={ [1]={ @@ -23029,7 +23920,7 @@ return { [1]="intermediary_lightning_skill_dot_damage_to_deal_per_minute" } }, - [1021]={ + [1087]={ [1]={ [1]={ [1]={ @@ -23049,7 +23940,7 @@ return { [1]="intermediary_physical_skill_dot_area_damage_to_deal_per_minute" } }, - [1022]={ + [1088]={ [1]={ [1]={ [1]={ @@ -23069,7 +23960,7 @@ return { [1]="intermediary_physical_skill_dot_damage_to_deal_per_minute" } }, - [1023]={ + [1089]={ [1]={ [1]={ [1]={ @@ -23089,7 +23980,7 @@ return { [1]="intimidate_nearby_enemies_on_use_for_ms" } }, - [1024]={ + [1090]={ [1]={ [1]={ limit={ @@ -23105,14 +23996,14 @@ return { [1]="number_of_warcries_exerting_this_action" } }, - [1025]={ + [1091]={ [1]={ }, stats={ [1]="jagged_ground_duration_ms" } }, - [1026]={ + [1092]={ [1]={ [1]={ limit={ @@ -23128,7 +24019,7 @@ return { [1]="killing_blow_consumes_corpse_restore_%_life" } }, - [1027]={ + [1093]={ [1]={ [1]={ limit={ @@ -23144,7 +24035,7 @@ return { [1]="kinetic_blast_projectiles_gain_%_aoe_after_forking" } }, - [1028]={ + [1094]={ [1]={ [1]={ limit={ @@ -23160,7 +24051,7 @@ return { [1]="kinetic_bolt_forks_apply_to_zig_zags" } }, - [1029]={ + [1095]={ [1]={ [1]={ limit={ @@ -23176,7 +24067,7 @@ return { [1]="knockback_chance_%_at_close_range" } }, - [1030]={ + [1096]={ [1]={ [1]={ limit={ @@ -23205,7 +24096,7 @@ return { [1]="lacerate_hit_damage_+%_final_vs_bleeding_enemies" } }, - [1031]={ + [1097]={ [1]={ [1]={ limit={ @@ -23234,7 +24125,7 @@ return { [1]="lancing_steel_damage_+%_at_close_range" } }, - [1032]={ + [1098]={ [1]={ [1]={ limit={ @@ -23263,7 +24154,7 @@ return { [1]="lancing_steel_damage_+%_final_after_first_hit_on_target" } }, - [1033]={ + [1099]={ [1]={ [1]={ limit={ @@ -23292,7 +24183,7 @@ return { [1]="lancing_steel_targeting_range_+%" } }, - [1034]={ + [1100]={ [1]={ [1]={ limit={ @@ -23321,7 +24212,7 @@ return { [1]="lightning_ailment_effect_+%" } }, - [1035]={ + [1101]={ [1]={ [1]={ limit={ @@ -23346,7 +24237,36 @@ return { [1]="lightning_arrow_%_chance_to_hit_an_additional_enemy" } }, - [1036]={ + [1102]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits per 5% Shock Effect on Enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits per 5% Shock Effect on Enemy" + } + }, + stats={ + [1]="lightning_conduit_damage_+%_final_per_5%_increased_damage_taken_from_shock" + } + }, + [1103]={ [1]={ [1]={ limit={ @@ -23362,7 +24282,7 @@ return { [1]="lightning_rod_%_chance_for_additional_burst_on_landing" } }, - [1037]={ + [1104]={ [1]={ [1]={ [1]={ @@ -23395,7 +24315,7 @@ return { [1]="lightning_storm_hit_frequency_ms" } }, - [1038]={ + [1105]={ [1]={ [1]={ [1]={ @@ -23428,7 +24348,7 @@ return { [1]="lightning_storm_hit_prevention_duration_ms" } }, - [1039]={ + [1106]={ [1]={ [1]={ limit={ @@ -23453,7 +24373,7 @@ return { [1]="lightning_storm_max_number_of_storms" } }, - [1040]={ + [1107]={ [1]={ [1]={ limit={ @@ -23482,7 +24402,7 @@ return { [1]="lightning_tendrils_channelled_larger_pulse_damage_+%_final" } }, - [1041]={ + [1108]={ [1]={ [1]={ limit={ @@ -23498,7 +24418,7 @@ return { [1]="lightning_tendrils_channelled_larger_pulse_radius_+" } }, - [1042]={ + [1109]={ [1]={ [1]={ limit={ @@ -23536,7 +24456,7 @@ return { [2]="lightning_tower_trap_interval_duration_ms" } }, - [1043]={ + [1110]={ [1]={ [1]={ [1]={ @@ -23569,7 +24489,7 @@ return { [1]="lightning_warp_shocked_ground_base_duration_ms" } }, - [1044]={ + [1111]={ [1]={ [1]={ limit={ @@ -23585,7 +24505,7 @@ return { [1]="lose_all_righteous_charges_on_mana_use_threshold" } }, - [1045]={ + [1112]={ [1]={ [1]={ limit={ @@ -23614,7 +24534,7 @@ return { [1]="magma_brand_hit_damage_+%_final_per_additional_pustule" } }, - [1046]={ + [1113]={ [1]={ [1]={ limit={ @@ -23630,7 +24550,7 @@ return { [1]="magma_orb_%_chance_to_big_explode_instead_of_chaining" } }, - [1047]={ + [1114]={ [1]={ [1]={ limit={ @@ -23659,7 +24579,7 @@ return { [1]="maim_effect_+%" } }, - [1048]={ + [1115]={ [1]={ [1]={ limit={ @@ -23684,70 +24604,70 @@ return { [1]="maim_on_hit_%" } }, - [1049]={ + [1116]={ [1]={ }, stats={ [1]="main_hand_accuracy_rating" } }, - [1050]={ + [1117]={ [1]={ }, stats={ [1]="main_hand_attack_damage_penetrates_chaos_resist_%" } }, - [1051]={ + [1118]={ [1]={ }, stats={ [1]="main_hand_attack_damage_penetrates_cold_resist_%" } }, - [1052]={ + [1119]={ [1]={ }, stats={ [1]="main_hand_attack_damage_penetrates_fire_resist_%" } }, - [1053]={ + [1120]={ [1]={ }, stats={ [1]="main_hand_attack_damage_penetrates_lightning_resist_%" } }, - [1054]={ + [1121]={ [1]={ }, stats={ [1]="main_hand_critical_hit_damage_bonus" } }, - [1055]={ + [1122]={ [1]={ }, stats={ [1]="main_hand_critical_strike_chance" } }, - [1056]={ + [1123]={ [1]={ }, stats={ [1]="main_hand_effetive_total_chance_permyriad_for_hit_to_be_critical" } }, - [1057]={ + [1124]={ [1]={ }, stats={ [1]="main_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical" } }, - [1058]={ + [1125]={ [1]={ }, stats={ @@ -23755,7 +24675,7 @@ return { [2]="main_hand_maximum_chaos_damage" } }, - [1059]={ + [1126]={ [1]={ }, stats={ @@ -23763,7 +24683,7 @@ return { [2]="main_hand_maximum_cold_damage" } }, - [1060]={ + [1127]={ [1]={ }, stats={ @@ -23771,7 +24691,7 @@ return { [2]="main_hand_maximum_fire_damage" } }, - [1061]={ + [1128]={ [1]={ }, stats={ @@ -23779,7 +24699,7 @@ return { [2]="main_hand_maximum_lightning_damage" } }, - [1062]={ + [1129]={ [1]={ }, stats={ @@ -23787,7 +24707,7 @@ return { [2]="main_hand_maximum_physical_damage" } }, - [1063]={ + [1130]={ [1]={ }, stats={ @@ -23795,14 +24715,14 @@ return { [2]="main_hand_maximum_total_damage" } }, - [1064]={ + [1131]={ [1]={ }, stats={ [1]="main_hand_reload_time" } }, - [1065]={ + [1132]={ [1]={ [1]={ [1]={ @@ -23822,7 +24742,7 @@ return { [1]="mamba_strike_deal_%_of_all_poison_total_damage_per_minute" } }, - [1066]={ + [1133]={ [1]={ [1]={ limit={ @@ -23851,7 +24771,7 @@ return { [1]="mana_gain_per_target" } }, - [1067]={ + [1134]={ [1]={ [1]={ [1]={ @@ -23884,7 +24804,7 @@ return { [1]="mana_tempest_effects_linger_X_ms" } }, - [1068]={ + [1135]={ [1]={ [1]={ limit={ @@ -23900,7 +24820,7 @@ return { [1]="mana_void_gain_%_missing_unreserved_mana_as_base_lightning_damage" } }, - [1069]={ + [1136]={ [1]={ [1]={ limit={ @@ -23916,7 +24836,7 @@ return { [1]="manaforged_arrows_total_mana_threshold" } }, - [1070]={ + [1137]={ [1]={ [1]={ limit={ @@ -23932,14 +24852,14 @@ return { [1]="mantra_of_destruction_grant_all_damage_%_to_gain_as_chaos_with_attacks" } }, - [1071]={ + [1138]={ [1]={ }, stats={ [1]="mark_effect_+%" } }, - [1072]={ + [1139]={ [1]={ [1]={ limit={ @@ -23955,7 +24875,7 @@ return { [1]="max_crab_aspect_stacks" } }, - [1073]={ + [1140]={ [1]={ [1]={ limit={ @@ -23971,7 +24891,7 @@ return { [1]="max_number_of_absolution_sentinels" } }, - [1074]={ + [1141]={ [1]={ [1]={ limit={ @@ -23987,7 +24907,7 @@ return { [1]="max_number_of_lightning_warp_markers" } }, - [1075]={ + [1142]={ [1]={ [1]={ limit={ @@ -24003,7 +24923,7 @@ return { [1]="max_steel_ammo" } }, - [1076]={ + [1143]={ [1]={ [1]={ limit={ @@ -24019,7 +24939,7 @@ return { [1]="maximum_life_%_damage_absorbed_per_jade_consumed" } }, - [1077]={ + [1144]={ [1]={ [1]={ limit={ @@ -24048,7 +24968,7 @@ return { [1]="maximum_life_+%_for_corpses_you_create" } }, - [1078]={ + [1145]={ [1]={ [1]={ [1]={ @@ -24090,7 +25010,7 @@ return { [2]="maximum_number_of_arctic_armour_stationary_stacks" } }, - [1079]={ + [1146]={ [1]={ [1]={ limit={ @@ -24106,7 +25026,41 @@ return { [1]="maximum_number_of_blades_left_in_ground" } }, - [1080]={ + [1147]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="{0:+d} to Maximum Heat" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Maximum {0} Heat" + } + }, + stats={ + [1]="maximum_number_of_crossbow_heat_stacks", + [2]="quality_display_rapid_shot_maximum_num_of_stacks_is_gem" + } + }, + [1148]={ [1]={ [1]={ limit={ @@ -24131,7 +25085,7 @@ return { [1]="galvanic_field_maximum_number_of_spheres" } }, - [1081]={ + [1149]={ [1]={ [1]={ limit={ @@ -24156,7 +25110,7 @@ return { [1]="maximum_number_of_mirage_warriors" } }, - [1082]={ + [1150]={ [1]={ [1]={ limit={ @@ -24216,7 +25170,7 @@ return { [3]="vaal_venom_gyre_capture_x_projectiles_per_second" } }, - [1083]={ + [1151]={ [1]={ [1]={ limit={ @@ -24241,7 +25195,7 @@ return { [1]="maximum_number_of_summoned_doubles" } }, - [1084]={ + [1152]={ [1]={ [1]={ limit={ @@ -24266,7 +25220,7 @@ return { [1]="maximum_number_of_vaal_ice_shot_mirages" } }, - [1085]={ + [1153]={ [1]={ [1]={ limit={ @@ -24282,7 +25236,7 @@ return { [1]="maximum_virulence_stacks" } }, - [1086]={ + [1154]={ [1]={ [1]={ limit={ @@ -24311,7 +25265,7 @@ return { [1]="meditate_energy_shield_recharge_rate_+%_final" } }, - [1087]={ + [1155]={ [1]={ [1]={ limit={ @@ -24336,7 +25290,7 @@ return { [1]="virtual_number_of_spirit_strikes" } }, - [1088]={ + [1156]={ [1]={ [1]={ [1]={ @@ -24356,7 +25310,7 @@ return { [1]="melee_kill_invocation_gain_X_centienergy_per_monster_power_on_melee_kill" } }, - [1089]={ + [1157]={ [1]={ [1]={ limit={ @@ -24372,7 +25326,7 @@ return { [1]="mine_cannot_rearm" } }, - [1090]={ + [1158]={ [1]={ [1]={ limit={ @@ -24401,7 +25355,7 @@ return { [1]="mine_critical_strike_chance_+%_per_power_charge" } }, - [1091]={ + [1159]={ [1]={ [1]={ limit={ @@ -24417,7 +25371,7 @@ return { [1]="mine_detonates_instantly" } }, - [1092]={ + [1160]={ [1]={ [1]={ limit={ @@ -24446,7 +25400,7 @@ return { [1]="mine_detonation_speed_+%" } }, - [1093]={ + [1161]={ [1]={ [1]={ limit={ @@ -24475,7 +25429,7 @@ return { [1]="mine_projectile_speed_+%_per_frenzy_charge" } }, - [1094]={ + [1162]={ [1]={ [1]={ limit={ @@ -24504,7 +25458,7 @@ return { [1]="mine_throwing_speed_+%_per_frenzy_charge" } }, - [1095]={ + [1163]={ [1]={ [1]={ limit={ @@ -24525,7 +25479,7 @@ return { [2]="maximum_added_cold_damage_per_frenzy_charge" } }, - [1096]={ + [1164]={ [1]={ [1]={ limit={ @@ -24546,7 +25500,7 @@ return { [2]="maximum_added_cold_damage_vs_chilled_enemies" } }, - [1097]={ + [1165]={ [1]={ [1]={ limit={ @@ -24567,7 +25521,7 @@ return { [2]="maximum_added_lightning_damage_from_skill" } }, - [1098]={ + [1166]={ [1]={ [1]={ limit={ @@ -24583,7 +25537,7 @@ return { [1]="minimum_power_from_quality" } }, - [1099]={ + [1167]={ [1]={ [1]={ limit={ @@ -24604,7 +25558,7 @@ return { [2]="maximum_secondary_physical_damage_per_15_strength" } }, - [1100]={ + [1168]={ [1]={ [1]={ limit={ @@ -24620,7 +25574,7 @@ return { [1]="minion_additional_physical_damage_reduction_%" } }, - [1101]={ + [1169]={ [1]={ [1]={ limit={ @@ -24636,7 +25590,7 @@ return { [1]="minion_block_%" } }, - [1102]={ + [1170]={ [1]={ [1]={ limit={ @@ -24665,7 +25619,7 @@ return { [1]="minion_burning_damage_+%" } }, - [1103]={ + [1171]={ [1]={ [1]={ limit={ @@ -24681,7 +25635,7 @@ return { [1]="minion_chance_to_deal_double_damage_%" } }, - [1104]={ + [1172]={ [1]={ [1]={ limit={ @@ -24697,7 +25651,7 @@ return { [1]="minion_chance_to_taunt_on_hit_%" } }, - [1105]={ + [1173]={ [1]={ [1]={ limit={ @@ -24726,7 +25680,7 @@ return { [1]="minion_cooldown_recovery_+%" } }, - [1106]={ + [1174]={ [1]={ [1]={ limit={ @@ -24755,7 +25709,7 @@ return { [1]="minion_damage_+%_on_full_life" } }, - [1107]={ + [1175]={ [1]={ [1]={ limit={ @@ -24784,7 +25738,7 @@ return { [1]="minion_fire_damage_taken_+%" } }, - [1108]={ + [1176]={ [1]={ [1]={ limit={ @@ -24800,7 +25754,7 @@ return { [1]="minion_grant_puppet_master_buff_to_parent_on_hit_%" } }, - [1109]={ + [1177]={ [1]={ [1]={ [1]={ @@ -24820,7 +25774,7 @@ return { [1]="minion_life_regeneration_rate_per_minute_%" } }, - [1110]={ + [1178]={ [1]={ [1]={ limit={ @@ -24836,7 +25790,7 @@ return { [1]="minion_maim_on_hit_%" } }, - [1111]={ + [1179]={ [1]={ [1]={ limit={ @@ -24852,7 +25806,7 @@ return { [1]="minion_maximum_all_elemental_resistances_%" } }, - [1112]={ + [1180]={ [1]={ [1]={ limit={ @@ -24881,7 +25835,7 @@ return { [1]="minion_melee_damage_+%" } }, - [1113]={ + [1181]={ [1]={ [1]={ limit={ @@ -24906,23 +25860,36 @@ return { [1]="minion_%_chance_to_be_summoned_with_maximum_frenzy_charges" } }, - [1114]={ + [1182]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, text="Minions have {0}% increased effect of Rage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions have {0}% reduced effect of Rage" } }, stats={ [1]="minion_rage_effect_+%" } }, - [1115]={ + [1183]={ [1]={ [1]={ limit={ @@ -24951,7 +25918,7 @@ return { [1]="minion_skill_area_of_effect_+%" } }, - [1116]={ + [1184]={ [1]={ [1]={ limit={ @@ -24980,7 +25947,7 @@ return { [1]="minion_stun_threshold_reduction_+%" } }, - [1117]={ + [1185]={ [1]={ [1]={ [1]={ @@ -25013,7 +25980,7 @@ return { [1]="minions_cannot_be_damaged_after_summoned_ms" } }, - [1118]={ + [1186]={ [1]={ [1]={ limit={ @@ -25038,7 +26005,7 @@ return { [1]="minions_chance_to_intimidate_on_hit_%" } }, - [1119]={ + [1187]={ [1]={ [1]={ limit={ @@ -25054,7 +26021,7 @@ return { [1]="minions_deal_%_of_physical_damage_as_additional_chaos_damage" } }, - [1120]={ + [1188]={ [1]={ [1]={ limit={ @@ -25079,7 +26046,7 @@ return { [1]="minions_inflict_exposure_on_hit_%_chance" } }, - [1121]={ + [1189]={ [1]={ [1]={ limit={ @@ -25095,7 +26062,7 @@ return { [1]="minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second" } }, - [1122]={ + [1190]={ [1]={ [1]={ limit={ @@ -25111,7 +26078,7 @@ return { [1]="mirage_archer_number_of_additional_projectiles" } }, - [1123]={ + [1191]={ [1]={ [1]={ limit={ @@ -25154,7 +26121,7 @@ return { [3]="molten_shell_max_damage_absorbed" } }, - [1124]={ + [1192]={ [1]={ [1]={ limit={ @@ -25188,7 +26155,7 @@ return { [2]="display_vaal_molten_shell_alternate_description" } }, - [1125]={ + [1193]={ [1]={ [1]={ limit={ @@ -25204,7 +26171,7 @@ return { [1]="molten_shell_explosion_damage_penetrates_%_fire_resistance" } }, - [1126]={ + [1194]={ [1]={ [1]={ limit={ @@ -25220,7 +26187,7 @@ return { [1]="molten_strike_projectiles_chain_when_impacting_ground" } }, - [1127]={ + [1195]={ [1]={ [1]={ limit={ @@ -25249,7 +26216,7 @@ return { [1]="mortal_call_elemental_damage_taken_+%_final" } }, - [1128]={ + [1196]={ [1]={ [1]={ limit={ @@ -25278,7 +26245,7 @@ return { [1]="mortal_call_physical_damage_taken_+%_final" } }, - [1129]={ + [1197]={ [1]={ [1]={ [1]={ @@ -25337,7 +26304,7 @@ return { [2]="quality_display_immortal_call_is_gem" } }, - [1130]={ + [1198]={ [1]={ [1]={ limit={ @@ -25366,7 +26333,7 @@ return { [1]="multiple_projectiles_projectile_spread_+%" } }, - [1131]={ + [1199]={ [1]={ [1]={ limit={ @@ -25395,7 +26362,7 @@ return { [1]="multistrike_area_of_effect_+%_per_repeat" } }, - [1132]={ + [1200]={ [1]={ [1]={ limit={ @@ -25424,7 +26391,7 @@ return { [1]="multistrike_damage_+%_final_on_first_repeat" } }, - [1133]={ + [1201]={ [1]={ [1]={ limit={ @@ -25453,7 +26420,7 @@ return { [1]="multistrike_damage_+%_final_on_second_repeat" } }, - [1134]={ + [1202]={ [1]={ [1]={ limit={ @@ -25482,7 +26449,23 @@ return { [1]="multistrike_damage_+%_final_on_third_repeat" } }, - [1135]={ + [1203]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cannot Shock" + } + }, + stats={ + [1]="never_shock" + } + }, + [1204]={ [1]={ [1]={ limit={ @@ -25498,7 +26481,7 @@ return { [1]="nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills" } }, - [1136]={ + [1205]={ [1]={ [1]={ limit={ @@ -25527,14 +26510,30 @@ return { [1]="non_damaging_ailment_effect_+%" } }, - [1137]={ + [1206]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Empowered Spells Gain {0}% of damage as Cold Damage" + } + }, + stats={ + [1]="non_skill_base_all_damage_%_to_gain_as_cold_with_spells_from_buff" + } + }, + [1207]={ [1]={ }, stats={ [1]="non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies" } }, - [1138]={ + [1208]={ [1]={ [1]={ limit={ @@ -25568,7 +26567,7 @@ return { [2]="quality_display_mana_tempest_is_gem" } }, - [1139]={ + [1209]={ [1]={ [1]={ limit={ @@ -25584,21 +26583,21 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_random_element" } }, - [1140]={ + [1210]={ [1]={ }, stats={ [1]="non_spell_cast_duration_ms" } }, - [1141]={ + [1211]={ [1]={ }, stats={ [1]="nova_skills_cast_at_target_location" } }, - [1142]={ + [1212]={ [1]={ [1]={ limit={ @@ -25623,14 +26622,39 @@ return { [1]="number_of_additional_chain_targets" } }, - [1143]={ + [1213]={ [1]={ }, stats={ [1]="number_of_additional_fissures" } }, - [1144]={ + [1214]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Inflicts an additional Impale" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Inflicts {0} additional Impales" + } + }, + stats={ + [1]="number_of_additional_impaled_debuffs_to_apply" + } + }, + [1215]={ [1]={ [1]={ limit={ @@ -25646,7 +26670,32 @@ return { [1]="number_of_allowed_storm_arrows" } }, - [1145]={ + [1216]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Fissures branch once" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Fissures branch {0} times" + } + }, + stats={ + [1]="number_of_branching_fissures" + } + }, + [1217]={ [1]={ [1]={ limit={ @@ -25671,7 +26720,7 @@ return { [1]="number_of_champions_of_light_allowed" } }, - [1146]={ + [1218]={ [1]={ [1]={ limit={ @@ -25696,14 +26745,14 @@ return { [1]="number_of_corpses_to_consume" } }, - [1147]={ + [1219]={ [1]={ }, stats={ [1]="number_of_crossbow_bolts" } }, - [1148]={ + [1220]={ [1]={ [1]={ limit={ @@ -25728,7 +26777,7 @@ return { [1]="base_number_of_effigies_allowed" } }, - [1149]={ + [1221]={ [1]={ [1]={ limit={ @@ -25753,7 +26802,7 @@ return { [1]="number_of_herald_scorpions_allowed" } }, - [1150]={ + [1222]={ [1]={ [1]={ limit={ @@ -25778,7 +26827,7 @@ return { [1]="number_of_marks_allowed_per_type" } }, - [1151]={ + [1223]={ [1]={ [1]={ limit={ @@ -25803,7 +26852,7 @@ return { [1]="number_of_mirage_archers_allowed" } }, - [1152]={ + [1224]={ [1]={ [1]={ limit={ @@ -25828,7 +26877,7 @@ return { [1]="number_of_reapers_allowed" } }, - [1153]={ + [1225]={ [1]={ [1]={ limit={ @@ -25853,21 +26902,21 @@ return { [1]="number_of_relics_allowed" } }, - [1154]={ + [1226]={ [1]={ }, stats={ [1]="number_of_skeletal_constructs_allowed" } }, - [1155]={ + [1227]={ [1]={ }, stats={ [1]="number_of_tempest_bells_allowed" } }, - [1156]={ + [1228]={ [1]={ [1]={ limit={ @@ -25883,70 +26932,70 @@ return { [1]="number_of_totems_to_summon" } }, - [1157]={ + [1229]={ [1]={ }, stats={ [1]="off_hand_accuracy_rating" } }, - [1158]={ + [1230]={ [1]={ }, stats={ [1]="off_hand_attack_damage_penetrates_chaos_resist_%" } }, - [1159]={ + [1231]={ [1]={ }, stats={ [1]="off_hand_attack_damage_penetrates_cold_resist_%" } }, - [1160]={ + [1232]={ [1]={ }, stats={ [1]="off_hand_attack_damage_penetrates_fire_resist_%" } }, - [1161]={ + [1233]={ [1]={ }, stats={ [1]="off_hand_attack_damage_penetrates_lightning_resist_%" } }, - [1162]={ + [1234]={ [1]={ }, stats={ [1]="off_hand_critical_hit_damage_bonus" } }, - [1163]={ + [1235]={ [1]={ }, stats={ [1]="off_hand_critical_strike_chance" } }, - [1164]={ + [1236]={ [1]={ }, stats={ [1]="off_hand_effetive_total_chance_permyriad_for_hit_to_be_critical" } }, - [1165]={ + [1237]={ [1]={ }, stats={ [1]="off_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical" } }, - [1166]={ + [1238]={ [1]={ }, stats={ @@ -25954,7 +27003,7 @@ return { [2]="off_hand_maximum_chaos_damage" } }, - [1167]={ + [1239]={ [1]={ }, stats={ @@ -25962,7 +27011,7 @@ return { [2]="off_hand_maximum_cold_damage" } }, - [1168]={ + [1240]={ [1]={ }, stats={ @@ -25970,7 +27019,7 @@ return { [2]="off_hand_maximum_fire_damage" } }, - [1169]={ + [1241]={ [1]={ }, stats={ @@ -25978,7 +27027,7 @@ return { [2]="off_hand_maximum_lightning_damage" } }, - [1170]={ + [1242]={ [1]={ }, stats={ @@ -25986,7 +27035,7 @@ return { [2]="off_hand_maximum_physical_damage" } }, - [1171]={ + [1243]={ [1]={ }, stats={ @@ -25994,14 +27043,14 @@ return { [2]="off_hand_maximum_total_damage" } }, - [1172]={ + [1244]={ [1]={ }, stats={ [1]="orb_of_storms_bolt_frequency_ms" } }, - [1173]={ + [1245]={ [1]={ [1]={ [1]={ @@ -26034,7 +27083,7 @@ return { [1]="orb_of_storms_channelling_bolt_frequency_ms" } }, - [1174]={ + [1246]={ [1]={ [1]={ limit={ @@ -26043,14 +27092,14 @@ return { [2]="#" } }, - text="Orb disappears after {0} bolts" + text="Orb expires after firing {0} bolts" } }, stats={ [1]="orb_of_storms_maximum_number_of_hits" } }, - [1175]={ + [1247]={ [1]={ [1]={ limit={ @@ -26066,36 +27115,7 @@ return { [1]="orb_of_storms_maximum_number_of_orbs" } }, - [1176]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Overpowered Effect" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Overpowered Effect" - } - }, - stats={ - [1]="overpowered_effect_+%" - } - }, - [1177]={ + [1248]={ [1]={ [1]={ limit={ @@ -26111,7 +27131,7 @@ return { [1]="overwhelm_%_physical_damage_reduction_while_max_fortification" } }, - [1178]={ + [1249]={ [1]={ [1]={ limit={ @@ -26140,7 +27160,7 @@ return { [1]="parallel_projectile_firing_point_x_dist_+%" } }, - [1179]={ + [1250]={ [1]={ [1]={ limit={ @@ -26156,7 +27176,7 @@ return { [1]="penance_brand_additional_descriptions_boolean" } }, - [1180]={ + [1251]={ [1]={ [1]={ limit={ @@ -26172,7 +27192,7 @@ return { [1]="penance_brand_base_spread_radius_+" } }, - [1181]={ + [1252]={ [1]={ [1]={ limit={ @@ -26188,7 +27208,7 @@ return { [1]="penetrate_%_fire_resistance_per_100_dexterity" } }, - [1182]={ + [1253]={ [1]={ [1]={ limit={ @@ -26213,7 +27233,7 @@ return { [1]="%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy" } }, - [1183]={ + [1254]={ [1]={ [1]={ limit={ @@ -26238,7 +27258,7 @@ return { [1]="%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy" } }, - [1184]={ + [1255]={ [1]={ [1]={ limit={ @@ -26263,7 +27283,7 @@ return { [1]="%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy" } }, - [1185]={ + [1256]={ [1]={ [1]={ limit={ @@ -26288,7 +27308,7 @@ return { [1]="%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy" } }, - [1186]={ + [1257]={ [1]={ [1]={ limit={ @@ -26304,7 +27324,7 @@ return { [1]="petrification_statue_target_action_speed_-%" } }, - [1187]={ + [1258]={ [1]={ [1]={ limit={ @@ -26325,7 +27345,7 @@ return { [2]="phantasm_grant_buff_maximum_added_physical_damage" } }, - [1188]={ + [1259]={ [1]={ [1]={ limit={ @@ -26350,7 +27370,7 @@ return { [1]="phase_run_%_chance_to_not_replace_buff_on_skill_use" } }, - [1189]={ + [1260]={ [1]={ [1]={ limit={ @@ -26388,7 +27408,7 @@ return { [2]="phys_cascade_trap_interval_duration_ms" } }, - [1190]={ + [1261]={ [1]={ [1]={ limit={ @@ -26404,7 +27424,7 @@ return { [1]="physical_damage_%_dealt_as_evasion_break_vs_bleeding" } }, - [1191]={ + [1262]={ [1]={ [1]={ limit={ @@ -26420,7 +27440,7 @@ return { [1]="physical_damage_reduction_%_per_crab_aspect_stack" } }, - [1192]={ + [1263]={ [1]={ [1]={ limit={ @@ -26449,56 +27469,57 @@ return { [1]="plague_bearer_chaos_damage_taken_+%_while_incubating" } }, - [1193]={ + [1264]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" - } - }, - text="You have {0}% increased Movement Speed while Infecting" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ + }, + [2]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="You have {0}% reduced Movement Speed while Infecting" + text="Stores {0}% of Expected Poison damage, up to {1}\nDeals Physical damage equal to the stored Poison" } }, stats={ - [1]="plague_bearer_movement_speed_+%_while_infecting" + [1]="plague_bearer_gains_%_of_damage_from_inflicted_poisons", + [2]="plague_bearer_maximum_stored_poison_damage" } }, - [1194]={ + [1265]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You have {0}% increased Movement Speed while Infecting" + }, + [2]={ [1]={ - k="multiply_by_one_hundred", + k="negate", v=1 }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Stored Poison grants up to {0}% more Area of Effect" + text="You have {0}% reduced Movement Speed while Infecting" } }, stats={ - [1]="plague_bearer_nova_area_+%_final_per_incubation_%" + [1]="plague_bearer_movement_speed_+%_while_infecting" } }, - [1195]={ + [1266]={ [1]={ [1]={ limit={ @@ -26514,7 +27535,7 @@ return { [1]="plague_burst_%_stored_value_to_deal_as_physical_damage" } }, - [1196]={ + [1267]={ [1]={ [1]={ limit={ @@ -26530,7 +27551,7 @@ return { [1]="plague_burst_area_+%_final_maximum" } }, - [1197]={ + [1268]={ [1]={ [1]={ limit={ @@ -26546,7 +27567,7 @@ return { [1]="plague_burst_triggered_by_bursting_plague_death" } }, - [1198]={ + [1269]={ [1]={ [1]={ limit={ @@ -26575,7 +27596,7 @@ return { [1]="base_poison_effect_+%" } }, - [1199]={ + [1270]={ [1]={ [1]={ [1]={ @@ -26617,7 +27638,7 @@ return { [2]="poisonbloom_arrow_max_additional_burst_base_radius_+" } }, - [1200]={ + [1271]={ [1]={ [1]={ limit={ @@ -26638,7 +27659,7 @@ return { [2]="poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison" } }, - [1201]={ + [1272]={ [1]={ [1]={ [1]={ @@ -26658,7 +27679,7 @@ return { [1]="portal_alternate_destination_chance_permyriad" } }, - [1202]={ + [1273]={ [1]={ [1]={ limit={ @@ -26674,7 +27695,7 @@ return { [1]="predict_totem_maximum_energy_shield" } }, - [1203]={ + [1274]={ [1]={ [1]={ limit={ @@ -26690,7 +27711,7 @@ return { [1]="predict_totem_maximum_life" } }, - [1204]={ + [1275]={ [1]={ [1]={ limit={ @@ -26715,7 +27736,7 @@ return { [1]="primary_projectile_chain_num" } }, - [1205]={ + [1276]={ [1]={ [1]={ limit={ @@ -26740,7 +27761,7 @@ return { [1]="primary_projectile_impale_chance_%" } }, - [1206]={ + [1277]={ [1]={ [1]={ [1]={ @@ -26773,7 +27794,7 @@ return { [1]="prismatic_rain_beam_frequency_ms" } }, - [1207]={ + [1278]={ [1]={ [1]={ limit={ @@ -26802,7 +27823,7 @@ return { [1]="projectile_attack_damage_+%_in_blood_stance" } }, - [1208]={ + [1279]={ [1]={ [1]={ limit={ @@ -26849,7 +27870,7 @@ return { [2]="projectiles_can_split_from_terrain" } }, - [1209]={ + [1280]={ [1]={ [1]={ limit={ @@ -26865,7 +27886,7 @@ return { [1]="projectile_chance_to_be_able_to_chain_from_terrain_%" } }, - [1210]={ + [1281]={ [1]={ [1]={ limit={ @@ -26881,7 +27902,7 @@ return { [1]="projectile_chance_to_chain_1_extra_time_from_terrain_%" } }, - [1211]={ + [1282]={ [1]={ [1]={ limit={ @@ -26906,7 +27927,7 @@ return { [1]="projectile_chance_to_not_pierce_%" } }, - [1212]={ + [1283]={ [1]={ [1]={ limit={ @@ -26935,7 +27956,7 @@ return { [1]="projectile_damage_+%_if_pierced_enemy" } }, - [1213]={ + [1284]={ [1]={ [1]={ limit={ @@ -26964,14 +27985,14 @@ return { [1]="projectile_damage_+%_per_remaining_chain" } }, - [1214]={ + [1285]={ [1]={ }, stats={ [1]="projectile_speed_+%" } }, - [1215]={ + [1286]={ [1]={ [1]={ limit={ @@ -27000,14 +28021,14 @@ return { [1]="projectile_speed_+%_in_sand_stance" } }, - [1216]={ + [1287]={ [1]={ }, stats={ [1]="projectiles_can_shotgun" } }, - [1217]={ + [1288]={ [1]={ [1]={ limit={ @@ -27023,7 +28044,7 @@ return { [1]="projectiles_cannot_split" } }, - [1218]={ + [1289]={ [1]={ [1]={ limit={ @@ -27052,7 +28073,7 @@ return { [1]="projectile_damage_+%_vs_nearby_enemies" } }, - [1219]={ + [1290]={ [1]={ [1]={ limit={ @@ -27068,7 +28089,7 @@ return { [1]="projectiles_fork_when_passing_a_flame_wall" } }, - [1220]={ + [1291]={ [1]={ [1]={ limit={ @@ -27084,7 +28105,7 @@ return { [1]="projectiles_pierce_all_targets_in_x_range" } }, - [1221]={ + [1292]={ [1]={ [1]={ limit={ @@ -27100,7 +28121,7 @@ return { [1]="projectiles_rain" } }, - [1222]={ + [1293]={ [1]={ [1]={ [1]={ @@ -27133,7 +28154,7 @@ return { [1]="puppet_master_duration_ms" } }, - [1223]={ + [1294]={ [1]={ [1]={ limit={ @@ -27149,7 +28170,7 @@ return { [1]="purge_expose_resist_%_matching_highest_element_damage" } }, - [1224]={ + [1295]={ [1]={ [1]={ limit={ @@ -27174,7 +28195,7 @@ return { [1]="purifying_flame_%_chance_to_create_consecrated_ground_around_you" } }, - [1225]={ + [1296]={ [1]={ [1]={ limit={ @@ -27195,7 +28216,7 @@ return { [2]="quick_guard_damage_absorb_limit" } }, - [1226]={ + [1297]={ [1]={ [1]={ limit={ @@ -27211,7 +28232,7 @@ return { [1]="rage_slash_sacrifice_rage_%" } }, - [1227]={ + [1298]={ [1]={ [1]={ limit={ @@ -27249,7 +28270,7 @@ return { [2]="rage_slash_rage_sacrifice_per_damage_bonus" } }, - [1228]={ + [1299]={ [1]={ [1]={ limit={ @@ -27270,7 +28291,7 @@ return { [2]="rage_slash_rage_sacrifice_per_radius_bonus" } }, - [1229]={ + [1300]={ [1]={ [1]={ limit={ @@ -27299,7 +28320,7 @@ return { [1]="rage_slash_vortex_attack_speed_+%_final" } }, - [1230]={ + [1301]={ [1]={ [1]={ limit={ @@ -27324,7 +28345,7 @@ return { [1]="rage_slash_maximum_vortices" } }, - [1231]={ + [1302]={ [1]={ [1]={ limit={ @@ -27353,7 +28374,7 @@ return { [1]="ragestorm_movement_speed_+%" } }, - [1232]={ + [1303]={ [1]={ [1]={ limit={ @@ -27369,7 +28390,7 @@ return { [1]="rain_of_arrows_additional_sequence_chance_%" } }, - [1233]={ + [1304]={ [1]={ [1]={ limit={ @@ -27398,7 +28419,7 @@ return { [1]="rain_of_arrows_arrow_speed_+%" } }, - [1234]={ + [1305]={ [1]={ [1]={ limit={ @@ -27427,41 +28448,7 @@ return { [1]="raise_zombie_empowerment_effect_+%" } }, - [1235]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - }, - [2]={ - [1]=0, - [2]=0 - } - }, - text="{0:+d} to Maximum Heat" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]="#" - }, - [2]={ - [1]="#", - [2]="#" - } - }, - text="Maximum {0} Heat" - } - }, - stats={ - [1]="rapid_shot_maximum_num_of_stacks", - [2]="quality_display_rapid_shot_maximum_num_of_stacks_is_gem" - } - }, - [1236]={ + [1306]={ [1]={ [1]={ limit={ @@ -27477,7 +28464,7 @@ return { [1]="reave_additional_max_stacks" } }, - [1237]={ + [1307]={ [1]={ }, stats={ @@ -27485,7 +28472,7 @@ return { [2]="reaver_enrage_decay_rate_increase_+%_final" } }, - [1238]={ + [1308]={ [1]={ [1]={ limit={ @@ -27514,7 +28501,7 @@ return { [1]="recall_sigil_target_search_range_+%" } }, - [1239]={ + [1309]={ [1]={ [1]={ [1]={ @@ -27534,14 +28521,14 @@ return { [1]="recover_%_life_when_stunning_an_enemy_permyriad" } }, - [1240]={ + [1310]={ [1]={ }, stats={ [1]="recover_%_maximum_life_on_cull" } }, - [1241]={ + [1311]={ [1]={ [1]={ limit={ @@ -27557,7 +28544,7 @@ return { [1]="recover_%_maximum_mana_on_cull" } }, - [1242]={ + [1312]={ [1]={ [1]={ [1]={ @@ -27577,14 +28564,14 @@ return { [1]="recover_permyriad_life_on_skill_use" } }, - [1243]={ + [1313]={ [1]={ }, stats={ [1]="reduce_enemy_chaos_resistance_%" } }, - [1244]={ + [1314]={ [1]={ [1]={ limit={ @@ -27600,28 +28587,28 @@ return { [1]="reduce_enemy_chaos_resistance_%" } }, - [1245]={ + [1315]={ [1]={ }, stats={ [1]="reduce_enemy_cold_resistance_%" } }, - [1246]={ + [1316]={ [1]={ }, stats={ [1]="reduce_enemy_fire_resistance_%" } }, - [1247]={ + [1317]={ [1]={ }, stats={ [1]="reduce_enemy_lightning_resistance_%" } }, - [1248]={ + [1318]={ [1]={ [1]={ limit={ @@ -27637,14 +28624,14 @@ return { [1]="refresh_bleeding_duration_on_hit_%_chance" } }, - [1249]={ + [1319]={ [1]={ }, stats={ [1]="reload_speed_+%" } }, - [1250]={ + [1320]={ [1]={ [1]={ limit={ @@ -27660,14 +28647,72 @@ return { [1]="remove_freeze_on_ignite" } }, - [1251]={ + [1321]={ [1]={ }, stats={ [1]="repeat_last_step_of_combo_attack" } }, - [1252]={ + [1322]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed while mounted" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed while mounted" + } + }, + stats={ + [1]="rhoa_movement_speed_+%" + } + }, + [1323]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed Penalty from\nusing Skills while mounted" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed Penalty from\nusing Skills while mounted" + } + }, + stats={ + [1]="rhoa_movement_speed_penalty_+%_final_while_performing_action" + } + }, + [1324]={ [1]={ [1]={ limit={ @@ -27683,7 +28728,7 @@ return { [1]="righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within" } }, - [1253]={ + [1325]={ [1]={ [1]={ limit={ @@ -27699,7 +28744,7 @@ return { [1]="ring_of_ice_placement_distance" } }, - [1254]={ + [1326]={ [1]={ [1]={ limit={ @@ -27728,7 +28773,7 @@ return { [1]="rune_paint_area_of_effect_+%_final_per_rune_level" } }, - [1255]={ + [1327]={ [1]={ [1]={ limit={ @@ -27757,7 +28802,7 @@ return { [1]="rune_paint_area_of_effect_+%_per_rune_level" } }, - [1256]={ + [1328]={ [1]={ [1]={ limit={ @@ -27808,7 +28853,7 @@ return { [2]="quality_display_rune_paint_is_gem" } }, - [1257]={ + [1329]={ [1]={ [1]={ limit={ @@ -27824,7 +28869,7 @@ return { [1]="rune_paint_mana_spend_per_rune_upgrade" } }, - [1258]={ + [1330]={ [1]={ [1]={ limit={ @@ -27849,14 +28894,14 @@ return { [1]="rune_paint_max_rune_level" } }, - [1259]={ + [1331]={ [1]={ }, stats={ [1]="sacrifice_%_life_on_skill_use" } }, - [1260]={ + [1332]={ [1]={ [1]={ limit={ @@ -27885,7 +28930,7 @@ return { [1]="sanctify_wave_damage_+%_final" } }, - [1261]={ + [1333]={ [1]={ [1]={ limit={ @@ -27901,7 +28946,7 @@ return { [1]="sandstorm_swipe_max_stages" } }, - [1262]={ + [1334]={ [1]={ [1]={ limit={ @@ -27952,7 +28997,7 @@ return { [2]="quality_display_sandstorm_swipe_is_gem" } }, - [1263]={ + [1335]={ [1]={ [1]={ limit={ @@ -27968,7 +29013,7 @@ return { [1]="sandstorm_swipe_storm_radius_+_per_stage" } }, - [1264]={ + [1336]={ [1]={ [1]={ limit={ @@ -27997,7 +29042,7 @@ return { [1]="scorpion_minion_attack_speed_+%" } }, - [1265]={ + [1337]={ [1]={ [1]={ limit={ @@ -28026,7 +29071,7 @@ return { [1]="scorpion_minion_physical_damage_+%" } }, - [1266]={ + [1338]={ [1]={ [1]={ limit={ @@ -28047,28 +29092,28 @@ return { [2]="scorpion_minion_maximum_added_physical_damage" } }, - [1267]={ + [1339]={ [1]={ }, stats={ [1]="secondary_critical_hit_damage_bonus" } }, - [1268]={ + [1340]={ [1]={ }, stats={ [1]="secondary_critical_strike_chance" } }, - [1269]={ + [1341]={ [1]={ }, stats={ [1]="secondary_effetive_total_chance_permyriad_for_hit_to_be_critical" } }, - [1270]={ + [1342]={ [1]={ }, stats={ @@ -28076,7 +29121,7 @@ return { [2]="secondary_maximum_chaos_damage" } }, - [1271]={ + [1343]={ [1]={ }, stats={ @@ -28084,7 +29129,7 @@ return { [2]="secondary_maximum_cold_damage" } }, - [1272]={ + [1344]={ [1]={ }, stats={ @@ -28092,7 +29137,7 @@ return { [2]="secondary_maximum_fire_damage" } }, - [1273]={ + [1345]={ [1]={ }, stats={ @@ -28100,7 +29145,7 @@ return { [2]="secondary_maximum_lightning_damage" } }, - [1274]={ + [1346]={ [1]={ }, stats={ @@ -28108,7 +29153,7 @@ return { [2]="secondary_maximum_physical_damage" } }, - [1275]={ + [1347]={ [1]={ }, stats={ @@ -28116,7 +29161,7 @@ return { [2]="secondary_maximum_total_damage" } }, - [1276]={ + [1348]={ [1]={ [1]={ limit={ @@ -28145,7 +29190,7 @@ return { [1]="sentinel_minion_cooldown_speed_+%" } }, - [1277]={ + [1349]={ [1]={ [1]={ limit={ @@ -28161,7 +29206,7 @@ return { [1]="share_charges_with_allies_in_your_presence" } }, - [1278]={ + [1350]={ [1]={ [1]={ limit={ @@ -28177,7 +29222,7 @@ return { [1]="shatter_on_killing_blow" } }, - [1279]={ + [1351]={ [1]={ [1]={ limit={ @@ -28206,7 +29251,7 @@ return { [1]="shattering_palm_target_damage_+%_final" } }, - [1280]={ + [1352]={ [1]={ [1]={ limit={ @@ -28231,7 +29276,7 @@ return { [1]="shattering_steel_hit_damage_+%_final_scaled_by_projectile_distance_per_ammo_consumed" } }, - [1281]={ + [1353]={ [1]={ [1]={ limit={ @@ -28260,7 +29305,7 @@ return { [1]="shield_crush_helmet_enchantment_aoe_+%_final" } }, - [1282]={ + [1354]={ [1]={ [1]={ limit={ @@ -28269,7 +29314,7 @@ return { [2]="#" } }, - text="{0}% more Damage when destroyed by a Slam" + text="{0}% more Damage if destroyed by your Skills" }, [2]={ [1]={ @@ -28282,14 +29327,14 @@ return { [2]=-1 } }, - text="{0}% less Damage when destroyed by a Slam" + text="{0}% less Damage if destroyed by your Skills" } }, stats={ [1]="shield_wall_damage_+%_final_when_slammed" } }, - [1283]={ + [1355]={ [1]={ [1]={ limit={ @@ -28318,7 +29363,7 @@ return { [1]="shock_effect_+%" } }, - [1284]={ + [1356]={ [1]={ [1]={ limit={ @@ -28347,7 +29392,7 @@ return { [1]="shock_effect_+%_with_critical_strikes" } }, - [1285]={ + [1357]={ [1]={ [1]={ limit={ @@ -28363,7 +29408,7 @@ return { [1]="shock_maximum_magnitude_+" } }, - [1286]={ + [1358]={ [1]={ [1]={ limit={ @@ -28388,7 +29433,7 @@ return { [1]="shock_nova_ring_chance_to_shock_+%" } }, - [1287]={ + [1359]={ [1]={ [1]={ limit={ @@ -28417,7 +29462,7 @@ return { [1]="shock_nova_ring_shocks_as_if_dealing_damage_+%_final" } }, - [1288]={ + [1360]={ [1]={ [1]={ limit={ @@ -28446,7 +29491,7 @@ return { [1]="shocked_ground_base_magnitude_override" } }, - [1289]={ + [1361]={ [1]={ [1]={ [1]={ @@ -28466,7 +29511,7 @@ return { [1]="shrapnel_shot_cone_placement_distance_+" } }, - [1290]={ + [1362]={ [1]={ [1]={ limit={ @@ -28482,7 +29527,7 @@ return { [1]="shrapnel_trap_number_of_secondary_explosions" } }, - [1291]={ + [1363]={ [1]={ [1]={ limit={ @@ -28498,7 +29543,7 @@ return { [1]="sigil_attached_target_fire_penetration_%" } }, - [1292]={ + [1364]={ [1]={ [1]={ limit={ @@ -28514,7 +29559,7 @@ return { [1]="sigil_attached_target_lightning_penetration_%" } }, - [1293]={ + [1365]={ [1]={ [1]={ [1]={ @@ -28534,7 +29579,7 @@ return { [1]="sigil_recall_extend_base_secondary_skill_effect_duration" } }, - [1294]={ + [1366]={ [1]={ [1]={ [1]={ @@ -28554,7 +29599,7 @@ return { [1]="sigil_recall_extend_base_skill_effect_duration" } }, - [1295]={ + [1367]={ [1]={ [1]={ limit={ @@ -28570,7 +29615,7 @@ return { [1]="sigils_can_target_reaper_minions" } }, - [1296]={ + [1368]={ [1]={ [1]={ [1]={ @@ -28603,7 +29648,7 @@ return { [1]="skeletal_cleric_revived_skeletons_immune_for_X_ms" } }, - [1297]={ + [1369]={ [1]={ [1]={ limit={ @@ -28619,7 +29664,7 @@ return { [1]="skill_angle_+%_in_sand_stance" } }, - [1298]={ + [1370]={ [1]={ [1]={ limit={ @@ -28648,7 +29693,7 @@ return { [1]="skill_area_angle_+%" } }, - [1299]={ + [1371]={ [1]={ [1]={ limit={ @@ -28673,7 +29718,7 @@ return { [1]="skill_area_of_effect_+%_final_in_sand_stance" } }, - [1300]={ + [1372]={ [1]={ [1]={ [1]={ @@ -28693,7 +29738,7 @@ return { [1]="skill_base_covered_in_oil_movement_speed_+%_final_to_apply" } }, - [1301]={ + [1373]={ [1]={ [1]={ limit={ @@ -28702,14 +29747,14 @@ return { [2]="#" } }, - text="Covering Enemies in Oil applies Fire Exposure, lowering Total Fire Resistance by {0}%" + text="Covering Enemies in Oil applies Exposure, lowering Total Elemental Resistances by {0}%" } }, stats={ - [1]="skill_base_covered_in_oil_exposure_-_to_total_fire_resistance" + [1]="skill_base_covered_in_oil_exposure_-_to_total_elemental_resistance" } }, - [1302]={ + [1374]={ [1]={ [1]={ [1]={ @@ -28729,7 +29774,7 @@ return { [1]="skill_base_ground_oil_movement_speed_+%_final_to_apply" } }, - [1303]={ + [1375]={ [1]={ [1]={ limit={ @@ -28738,14 +29783,14 @@ return { [2]="#" } }, - text="Oil Ground applies Fire Exposure to Enemies, lowering Total Fire Resistance by {0}%" + text="Oil Ground applies Exposure to Enemies, lowering Total Elemental Resistances by {0}%" } }, stats={ - [1]="skill_base_ground_oil_exposure_-_to_total_fire_resistance" + [1]="skill_base_ground_oil_exposure_-_to_total_elemental_resistance" } }, - [1304]={ + [1376]={ [1]={ [1]={ limit={ @@ -28761,7 +29806,7 @@ return { [1]="base_chance_to_shock_%_from_skill" } }, - [1305]={ + [1377]={ [1]={ [1]={ limit={ @@ -28790,7 +29835,7 @@ return { [1]="skill_buff_grants_attack_and_cast_speed_+%" } }, - [1306]={ + [1378]={ [1]={ [1]={ limit={ @@ -28819,28 +29864,44 @@ return { [1]="skill_code_movement_speed_+%_final" } }, - [1307]={ + [1379]={ [1]={ }, stats={ [1]="skill_consume_frenzy_charge_to_gain_skill_speed_+%_final" } }, - [1308]={ + [1380]={ [1]={ }, stats={ [1]="skill_consume_power_charge_to_gain_critical_strike_chance_+%_final" } }, - [1309]={ + [1381]={ [1]={ }, stats={ [1]="skill_covered_in_oil_movement_speed_+%_final_to_apply" } }, - [1310]={ + [1382]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Curse does not apply to enemies above level {0}" + } + }, + stats={ + [1]="skill_curses_cannot_apply_to_targets_above_level" + } + }, + [1383]={ [1]={ [1]={ limit={ @@ -28869,14 +29930,14 @@ return { [1]="skill_damage_+%_final_per_chain_from_skill_specific_stat" } }, - [1311]={ + [1384]={ [1]={ }, stats={ [1]="skill_detonation_time" } }, - [1312]={ + [1385]={ [1]={ [1]={ limit={ @@ -28892,7 +29953,7 @@ return { [1]="skill_echo_chance_%" } }, - [1313]={ + [1386]={ [1]={ [1]={ limit={ @@ -28921,7 +29982,7 @@ return { [1]="skill_effect_and_damaging_ailment_duration_+%" } }, - [1314]={ + [1387]={ [1]={ [1]={ [1]={ @@ -28941,7 +30002,7 @@ return { [1]="skill_effect_duration_per_100_int" } }, - [1315]={ + [1388]={ [1]={ [1]={ limit={ @@ -28970,7 +30031,152 @@ return { [1]="skill_effect_duration_+%_while_dead" } }, - [1316]={ + [1389]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Culling a monster grants {2} Frenzy Charges" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charge\nRare monsters grant {1} Frenzy Charge\nUnique monsters grant {2} Frenzy Charges" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charge\nRare monsters grant {1} Frenzy Charges\nUnique monsters grant {2} Frenzy Charge" + }, + [4]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charges\nRare monsters grant {1} Frenzy Charge\nUnique monsters grant {2} Frenzy Charge" + }, + [5]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charges\nRare monsters grant {1} Frenzy Charge\nUnique monsters grant {2} Frenzy Charges" + }, + [6]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charges\nRare monsters grant {1} Frenzy Charges\nUnique monsters grant {2} Frenzy Charge" + }, + [7]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charge\nRare monsters grant {1} Frenzy Charges\nUnique monsters grant {2} Frenzy Charges" + }, + [8]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Normal and Magic monsters grant {0} Frenzy Charges\nRare monsters grant {1} Frenzy Charges\nUnique monsters grant {2} Frenzy Charges" + } + }, + stats={ + [1]="skill_grant_X_frenzy_charges_against_normal_and_magic_monsters", + [2]="skill_grant_X_frenzy_charges_against_rare_monsters", + [3]="skill_grant_X_frenzy_charges_against_unique_monsters" + } + }, + [1390]={ [1]={ [1]={ limit={ @@ -28986,14 +30192,14 @@ return { [1]="skill_grant_elusive_when_used" } }, - [1317]={ + [1391]={ [1]={ }, stats={ [1]="skill_ground_oil_movement_speed_+%_final_to_apply" } }, - [1318]={ + [1392]={ [1]={ [1]={ limit={ @@ -29009,7 +30215,7 @@ return { [1]="skill_has_trigger_from_unique_item" } }, - [1319]={ + [1393]={ [1]={ [1]={ [1]={ @@ -29042,7 +30248,7 @@ return { [1]="skill_jagged_ground_base_duration_ms" } }, - [1320]={ + [1394]={ [1]={ [1]={ limit={ @@ -29058,14 +30264,14 @@ return { [1]="skill_maximum_travel_distance_+%" } }, - [1321]={ + [1395]={ [1]={ }, stats={ [1]="skill_offering_targets_an_additional_skeleton" } }, - [1322]={ + [1396]={ [1]={ [1]={ limit={ @@ -29081,7 +30287,7 @@ return { [1]="skill_travel_distance_+%" } }, - [1323]={ + [1397]={ [1]={ [1]={ limit={ @@ -29097,7 +30303,7 @@ return { [1]="skill_triggered_by_snipe" } }, - [1324]={ + [1398]={ [1]={ [1]={ limit={ @@ -29122,7 +30328,7 @@ return { [1]="skill_triggered_when_you_focus_chance_%" } }, - [1325]={ + [1399]={ [1]={ [1]={ limit={ @@ -29151,7 +30357,7 @@ return { [1]="skill_used_by_mirage_chieftain_damage_+%_final" } }, - [1326]={ + [1400]={ [1]={ [1]={ [1]={ @@ -29171,7 +30377,7 @@ return { [1]="skill_used_by_mirage_warrior_damage_+%_final" } }, - [1327]={ + [1401]={ [1]={ [1]={ [1]={ @@ -29191,7 +30397,7 @@ return { [1]="skill_withered_duration_ms" } }, - [1328]={ + [1402]={ [1]={ [1]={ limit={ @@ -29207,7 +30413,7 @@ return { [1]="slam_aftershock_chance_%" } }, - [1329]={ + [1403]={ [1]={ [1]={ limit={ @@ -29232,7 +30438,7 @@ return { [1]="slither_wither_stacks" } }, - [1330]={ + [1404]={ [1]={ [1]={ limit={ @@ -29248,14 +30454,14 @@ return { [1]="snapping_adder_%_chance_to_retain_projectile_on_release" } }, - [1331]={ + [1405]={ [1]={ }, stats={ [1]="solar_orb_pulse_frequency_ms" } }, - [1332]={ + [1406]={ [1]={ [1]={ limit={ @@ -29271,7 +30477,7 @@ return { [1]="soulfeast_chaos_damage_to_self" } }, - [1333]={ + [1407]={ [1]={ [1]={ limit={ @@ -29287,7 +30493,7 @@ return { [1]="soulfeast_maximum_stages" } }, - [1334]={ + [1408]={ [1]={ [1]={ limit={ @@ -29303,7 +30509,7 @@ return { [1]="soulfeast_number_of_secondary_projectiles" } }, - [1335]={ + [1409]={ [1]={ [1]={ limit={ @@ -29332,7 +30538,7 @@ return { [1]="soulfeast_spell_damage_+%_final_per_stage" } }, - [1336]={ + [1410]={ [1]={ [1]={ limit={ @@ -29348,7 +30554,7 @@ return { [1]="spear_wall_num_spears" } }, - [1337]={ + [1411]={ [1]={ [1]={ limit={ @@ -29364,7 +30570,7 @@ return { [1]="spearfield_maim_slows_an_additional_%" } }, - [1338]={ + [1412]={ [1]={ [1]={ [1]={ @@ -29384,7 +30590,7 @@ return { [1]="spectral_helix_rotations_%" } }, - [1339]={ + [1413]={ [1]={ [1]={ limit={ @@ -29409,7 +30615,7 @@ return { [1]="spectral_spiral_weapon_number_of_bounces" } }, - [1340]={ + [1414]={ [1]={ [1]={ [1]={ @@ -29429,7 +30635,7 @@ return { [1]="spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final" } }, - [1341]={ + [1415]={ [1]={ [1]={ limit={ @@ -29458,7 +30664,7 @@ return { [1]="spell_area_damage_+%_in_blood_stance" } }, - [1342]={ + [1416]={ [1]={ [1]={ limit={ @@ -29487,14 +30693,14 @@ return { [1]="spell_area_of_effect_+%_in_sand_stance" } }, - [1343]={ + [1417]={ [1]={ }, stats={ [1]="spell_cast_duration_ms" } }, - [1344]={ + [1418]={ [1]={ [1]={ limit={ @@ -29510,21 +30716,21 @@ return { [1]="spell_cast_time_cannot_be_modified" } }, - [1345]={ + [1419]={ [1]={ }, stats={ [1]="spell_critical_hit_damage_bonus" } }, - [1346]={ + [1420]={ [1]={ }, stats={ [1]="spell_critical_strike_chance" } }, - [1347]={ + [1421]={ [1]={ [1]={ limit={ @@ -29540,14 +30746,14 @@ return { [1]="spell_echo_plus_chance_double_damage_%_final" } }, - [1348]={ + [1422]={ [1]={ }, stats={ [1]="spell_effetive_total_chance_permyriad_for_hit_to_be_critical" } }, - [1349]={ + [1423]={ [1]={ [1]={ limit={ @@ -29563,7 +30769,7 @@ return { [1]="spell_has_trigger_from_crafted_item_mod" } }, - [1350]={ + [1424]={ [1]={ [1]={ limit={ @@ -29584,7 +30790,7 @@ return { [2]="spell_maximum_base_physical_damage_per_shield_quality" } }, - [1351]={ + [1425]={ [1]={ }, stats={ @@ -29592,7 +30798,7 @@ return { [2]="spell_maximum_chaos_damage" } }, - [1352]={ + [1426]={ [1]={ }, stats={ @@ -29600,7 +30806,7 @@ return { [2]="spell_maximum_cold_damage" } }, - [1353]={ + [1427]={ [1]={ }, stats={ @@ -29608,7 +30814,7 @@ return { [2]="spell_maximum_fire_damage" } }, - [1354]={ + [1428]={ [1]={ }, stats={ @@ -29616,7 +30822,7 @@ return { [2]="spell_maximum_lightning_damage" } }, - [1355]={ + [1429]={ [1]={ }, stats={ @@ -29624,7 +30830,7 @@ return { [2]="spell_maximum_physical_damage" } }, - [1356]={ + [1430]={ [1]={ }, stats={ @@ -29632,14 +30838,14 @@ return { [2]="spell_maximum_total_damage" } }, - [1357]={ + [1431]={ [1]={ }, stats={ [1]="spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova" } }, - [1358]={ + [1432]={ [1]={ [1]={ limit={ @@ -29655,7 +30861,7 @@ return { [1]="spell_skills_fire_2_additional_projectiles_final_chance_%" } }, - [1359]={ + [1433]={ [1]={ [1]={ limit={ @@ -29680,7 +30886,27 @@ return { [1]="spells_chance_to_hinder_on_hit_%" } }, - [1360]={ + [1434]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gains {0} Energy per 0.1 seconds of base\ncast time of Spells you cast" + } + }, + stats={ + [1]="spellslinger_invocation_gain_X_centienergy_per_10ms_base_cast_time" + } + }, + [1435]={ [1]={ [1]={ limit={ @@ -29696,7 +30922,7 @@ return { [1]="spellslinger_mana_reservation" } }, - [1361]={ + [1436]={ [1]={ [1]={ limit={ @@ -29721,7 +30947,7 @@ return { [1]="spider_aspect_max_web_count" } }, - [1362]={ + [1437]={ [1]={ [1]={ limit={ @@ -29737,7 +30963,7 @@ return { [1]="spike_slam_additional_spike_%_chance" } }, - [1363]={ + [1438]={ [1]={ [1]={ limit={ @@ -29766,7 +30992,7 @@ return { [1]="spike_slam_explosion_damage_+%_final" } }, - [1364]={ + [1439]={ [1]={ [1]={ limit={ @@ -29795,7 +31021,7 @@ return { [1]="spike_slam_fissure_damage_+%_final" } }, - [1365]={ + [1440]={ [1]={ [1]={ limit={ @@ -29824,7 +31050,7 @@ return { [1]="spike_slam_fissure_length_+%" } }, - [1366]={ + [1441]={ [1]={ [1]={ limit={ @@ -29884,7 +31110,7 @@ return { [2]="quality_display_earthshatter_is_gem" } }, - [1367]={ + [1442]={ [1]={ [1]={ limit={ @@ -29909,7 +31135,7 @@ return { [1]="spike_slam_num_spikes" } }, - [1368]={ + [1443]={ [1]={ [1]={ limit={ @@ -29938,7 +31164,7 @@ return { [1]="spike_slam_spike_damage_+%_final" } }, - [1369]={ + [1444]={ [1]={ [1]={ limit={ @@ -29967,7 +31193,7 @@ return { [1]="spirit_offering_critical_strike_chance_+%" } }, - [1370]={ + [1445]={ [1]={ [1]={ limit={ @@ -29983,7 +31209,7 @@ return { [1]="spirit_offering_critical_strike_multiplier_+" } }, - [1371]={ + [1446]={ [1]={ [1]={ limit={ @@ -30012,7 +31238,7 @@ return { [1]="spiritual_cry_double_movement_velocity_+%" } }, - [1372]={ + [1447]={ [1]={ [1]={ limit={ @@ -30041,7 +31267,7 @@ return { [1]="splitting_steel_area_+%_final_after_splitting" } }, - [1373]={ + [1448]={ [1]={ [1]={ limit={ @@ -30070,7 +31296,7 @@ return { [1]="static_strike_beam_damage_+%_final" } }, - [1374]={ + [1449]={ [1]={ [1]={ limit={ @@ -30099,7 +31325,7 @@ return { [1]="static_strike_beam_damage_+%_final_while_moving" } }, - [1375]={ + [1450]={ [1]={ [1]={ limit={ @@ -30115,7 +31341,7 @@ return { [1]="static_strike_number_of_beam_targets" } }, - [1376]={ + [1451]={ [1]={ [1]={ limit={ @@ -30144,7 +31370,7 @@ return { [1]="stealth_+%" } }, - [1377]={ + [1452]={ [1]={ [1]={ limit={ @@ -30169,7 +31395,7 @@ return { [1]="steel_ammo_consumed_per_use" } }, - [1378]={ + [1453]={ [1]={ [1]={ limit={ @@ -30194,7 +31420,7 @@ return { [1]="steel_skill_%_chance_to_not_consume_ammo" } }, - [1379]={ + [1454]={ [1]={ [1]={ limit={ @@ -30223,7 +31449,7 @@ return { [1]="steel_steal_area_of_effect_+%" } }, - [1380]={ + [1455]={ [1]={ [1]={ limit={ @@ -30252,7 +31478,27 @@ return { [1]="steel_steal_reflect_damage_+%" } }, - [1381]={ + [1456]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Infusion grants {0}% of maximum Life Regenerated per second" + } + }, + stats={ + [1]="storm_barrier_grants_life_regeneration_rate_per_minute_%" + } + }, + [1457]={ [1]={ [1]={ limit={ @@ -30281,7 +31527,7 @@ return { [1]="storm_blade_has_local_attack_speed_+%" } }, - [1382]={ + [1458]={ [1]={ [1]={ limit={ @@ -30297,7 +31543,7 @@ return { [1]="storm_blade_has_local_lightning_penetration_%" } }, - [1383]={ + [1459]={ [1]={ [1]={ limit={ @@ -30313,7 +31559,7 @@ return { [1]="storm_blade_quality_chance_to_shock_%" } }, - [1384]={ + [1460]={ [1]={ [1]={ limit={ @@ -30342,7 +31588,7 @@ return { [1]="storm_blade_quality_local_critical_strike_chance_+%" } }, - [1385]={ + [1461]={ [1]={ [1]={ limit={ @@ -30358,7 +31604,7 @@ return { [1]="storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks" } }, - [1386]={ + [1462]={ [1]={ [1]={ limit={ @@ -30387,7 +31633,7 @@ return { [1]="storm_burst_explosion_area_of_effect_+%" } }, - [1387]={ + [1463]={ [1]={ [1]={ limit={ @@ -30403,7 +31649,7 @@ return { [1]="storm_burst_new_damage_+%_final_per_remaining_teleport_zap" } }, - [1388]={ + [1464]={ [1]={ [1]={ limit={ @@ -30432,7 +31678,7 @@ return { [1]="storm_burst_zap_area_of_effect_+%" } }, - [1389]={ + [1465]={ [1]={ [1]={ limit={ @@ -30448,7 +31694,7 @@ return { [1]="storm_call_chance_to_strike_on_cast_%" } }, - [1390]={ + [1466]={ [1]={ [1]={ limit={ @@ -30473,7 +31719,7 @@ return { [1]="storm_rain_pulse_count" } }, - [1391]={ + [1467]={ [1]={ [1]={ limit={ @@ -30489,14 +31735,14 @@ return { [1]="stormblast_bolts_maximum_active_bolt_count" } }, - [1392]={ + [1468]={ [1]={ }, stats={ [1]="stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets" } }, - [1393]={ + [1469]={ [1]={ [1]={ limit={ @@ -30525,7 +31771,7 @@ return { [1]="stun_duration_+%_vs_enemies_that_are_on_full_life" } }, - [1394]={ + [1470]={ [1]={ [1]={ limit={ @@ -30541,7 +31787,7 @@ return { [1]="summon_mirage_archer_on_hit" } }, - [1395]={ + [1471]={ [1]={ [1]={ limit={ @@ -30557,7 +31803,7 @@ return { [1]="summon_mirage_warrior_on_crit" } }, - [1396]={ + [1472]={ [1]={ [1]={ limit={ @@ -30586,7 +31832,7 @@ return { [1]="summoned_spider_grants_attack_speed_+%" } }, - [1397]={ + [1473]={ [1]={ [1]={ limit={ @@ -30615,7 +31861,7 @@ return { [1]="sunder_shockwave_area_of_effect_+%" } }, - [1398]={ + [1474]={ [1]={ [1]={ limit={ @@ -30644,7 +31890,7 @@ return { [1]="sunder_wave_area_of_effect_+%" } }, - [1399]={ + [1475]={ [1]={ [1]={ limit={ @@ -30673,7 +31919,7 @@ return { [1]="sunder_wave_delay_+%" } }, - [1400]={ + [1476]={ [1]={ [1]={ limit={ @@ -30689,7 +31935,7 @@ return { [1]="sunder_wave_min_steps" } }, - [1401]={ + [1477]={ [1]={ }, stats={ @@ -30698,14 +31944,14 @@ return { [3]="shock_nearby_enemy_base_area_of_effect_radius" } }, - [1402]={ + [1478]={ [1]={ }, stats={ [1]="support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final" } }, - [1403]={ + [1479]={ [1]={ [1]={ limit={ @@ -30721,7 +31967,7 @@ return { [1]="support_additional_trap_mine_%_chance_for_1_additional_trap_mine" } }, - [1404]={ + [1480]={ [1]={ [1]={ limit={ @@ -30737,7 +31983,7 @@ return { [1]="support_additional_trap_mine_%_chance_for_2_additional_trap_mine" } }, - [1405]={ + [1481]={ [1]={ [1]={ limit={ @@ -30753,7 +31999,7 @@ return { [1]="support_additional_trap_mine_%_chance_for_3_additional_trap_mine" } }, - [1406]={ + [1482]={ [1]={ [1]={ limit={ @@ -30769,21 +32015,21 @@ return { [1]="support_additional_trap_%_chance_for_1_additional_trap" } }, - [1407]={ + [1483]={ [1]={ }, stats={ [1]="support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final" } }, - [1408]={ + [1484]={ [1]={ }, stats={ - [1]="support_anticipation_rapid_fire_count" + [1]="skill_max_unleash_seals" } }, - [1409]={ + [1485]={ [1]={ [1]={ limit={ @@ -30799,7 +32045,7 @@ return { [1]="support_apply_daze_on_warcry" } }, - [1410]={ + [1486]={ [1]={ [1]={ [1]={ @@ -30824,14 +32070,14 @@ return { [2]="support_arcane_surge_duration_ms" } }, - [1411]={ + [1487]={ [1]={ }, stats={ [1]="support_armour_explosion" } }, - [1412]={ + [1488]={ [1]={ [1]={ [1]={ @@ -30851,7 +32097,7 @@ return { [1]="support_aura_duration_buff_duration" } }, - [1413]={ + [1489]={ [1]={ [1]={ limit={ @@ -30880,15 +32126,7 @@ return { [1]="support_better_ailments_damaging_ailment_effect_+%_final" } }, - [1414]={ - [1]={ - }, - stats={ - [1]="support_blood_fountain_life_regeneration_rate_per_minute_%", - [2]="support_blood_fountain_radius" - } - }, - [1415]={ + [1490]={ [1]={ [1]={ limit={ @@ -30913,7 +32151,7 @@ return { [1]="support_blunt_chance_to_trigger_shockwave_on_hit_%" } }, - [1416]={ + [1491]={ [1]={ }, stats={ @@ -30921,42 +32159,42 @@ return { [2]="support_bursting_plague_max_value_%_of_max_life" } }, - [1417]={ + [1492]={ [1]={ }, stats={ [1]="support_cannibalism_recover_%_maximum_life_on_kill" } }, - [1418]={ + [1493]={ [1]={ }, stats={ [1]="support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies" } }, - [1419]={ + [1494]={ [1]={ }, stats={ [1]="support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage" } }, - [1420]={ + [1495]={ [1]={ }, stats={ [1]="support_clarity_mana_regeneration_rate_+%" } }, - [1421]={ + [1496]={ [1]={ }, stats={ [1]="support_close_combat_attack_damage_+%_final_from_distance" } }, - [1422]={ + [1497]={ [1]={ [1]={ limit={ @@ -30985,23 +32223,28 @@ return { [1]="support_combo_finisher_damage_+%_final" } }, - [1423]={ + [1498]={ [1]={ [1]={ limit={ [1]={ [1]=1, [2]="#" + }, + [2]={ + [1]="#", + [2]="#" } }, text="Requires {0} Combo to use" } }, stats={ - [1]="support_combo_finisher_required_number_of_combo_stacks" + [1]="support_combo_finisher_required_number_of_combo_stacks", + [2]="support_combo_finisher_max_combo_required" } }, - [1424]={ + [1499]={ [1]={ [1]={ limit={ @@ -31030,7 +32273,7 @@ return { [1]="support_consume_power_charge_to_gain_curse_duration_+%_final" } }, - [1425]={ + [1500]={ [1]={ [1]={ limit={ @@ -31059,21 +32302,21 @@ return { [1]="support_cooldown_reduction_cooldown_recovery_+%" } }, - [1426]={ + [1501]={ [1]={ }, stats={ [1]="support_corrupting_cry_corrupted_blood_damage_per_minute" } }, - [1427]={ + [1502]={ [1]={ }, stats={ [1]="support_corrupting_cry_corrupted_blood_duration_ms" } }, - [1428]={ + [1503]={ [1]={ [1]={ [1]={ @@ -31093,42 +32336,49 @@ return { [1]="support_crushing_stuns_crush_on_stun_ms" } }, - [1429]={ + [1504]={ [1]={ }, stats={ [1]="support_culling_strike_vs_rare_or_unique_enemy" } }, - [1430]={ + [1505]={ [1]={ }, stats={ [1]="support_damage_+%_final_per_combo_stack" } }, - [1431]={ + [1506]={ [1]={ }, stats={ [1]="support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds" } }, - [1432]={ + [1507]={ + [1]={ + }, + stats={ + [1]="support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds" + } + }, + [1508]={ [1]={ }, stats={ [1]="support_daze_break_duration_ms" } }, - [1433]={ + [1509]={ [1]={ }, stats={ [1]="support_dazed_cry_duration_ms" } }, - [1434]={ + [1510]={ [1]={ [1]={ limit={ @@ -31166,28 +32416,28 @@ return { [2]="support_debilitate_hit_damage_max_poison_stacks" } }, - [1435]={ + [1511]={ [1]={ }, stats={ [1]="support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed" } }, - [1436]={ + [1512]={ [1]={ }, stats={ [1]="support_empowered_culling_strike" } }, - [1437]={ + [1513]={ [1]={ }, stats={ [1]="support_empowered_damage_+%_final" } }, - [1438]={ + [1514]={ [1]={ [1]={ [1]={ @@ -31207,21 +32457,28 @@ return { [1]="support_executioner_buff_duration_ms" } }, - [1439]={ + [1515]={ [1]={ }, stats={ [1]="support_executioner_damage_vs_enemies_on_low_life_+%_final" } }, - [1440]={ + [1516]={ [1]={ }, stats={ [1]="support_executioner_gain_one_rare_monster_mod_on_kill_ms" } }, - [1441]={ + [1517]={ + [1]={ + }, + stats={ + [1]="support_executioner_gain_two_rare_monster_mod_on_kill_ms" + } + }, + [1518]={ [1]={ [1]={ limit={ @@ -31237,14 +32494,7 @@ return { [1]="support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%" } }, - [1442]={ - [1]={ - }, - stats={ - [1]="support_exposure_effect_+%" - } - }, - [1443]={ + [1519]={ [1]={ [1]={ limit={ @@ -31260,7 +32510,7 @@ return { [1]="support_far_combat_attack_damage_+%_final_from_distance" } }, - [1444]={ + [1520]={ [1]={ [1]={ limit={ @@ -31289,21 +32539,21 @@ return { [1]="support_focused_ballista_totem_attack_speed_+%_final" } }, - [1445]={ + [1521]={ [1]={ }, stats={ [1]="support_fork_forked_projectile_damage_+%_final" } }, - [1446]={ + [1522]={ [1]={ }, stats={ [1]="support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final" } }, - [1447]={ + [1523]={ [1]={ [1]={ [1]={ @@ -31323,7 +32573,7 @@ return { [1]="support_ghost_duration" } }, - [1448]={ + [1524]={ [1]={ [1]={ limit={ @@ -31352,7 +32602,7 @@ return { [1]="support_greater_spell_echo_area_of_effect_+%_per_repeat" } }, - [1449]={ + [1525]={ [1]={ [1]={ limit={ @@ -31381,7 +32631,7 @@ return { [1]="support_greater_spell_echo_spell_damage_+%_final_per_repeat" } }, - [1450]={ + [1526]={ [1]={ [1]={ limit={ @@ -31410,7 +32660,7 @@ return { [1]="support_grenade_damage_+%_final" } }, - [1451]={ + [1527]={ [1]={ [1]={ limit={ @@ -31431,28 +32681,28 @@ return { [2]="support_ground_effect_area_of_effect_+%_final_per_second_max" } }, - [1452]={ + [1528]={ [1]={ }, stats={ [1]="support_herbalism_life_recovery_+%_from_life_flasks" } }, - [1453]={ + [1529]={ [1]={ }, stats={ [1]="support_hinder_dots_also_apply_hinder" } }, - [1454]={ + [1530]={ [1]={ }, stats={ [1]="support_holy_descent_consecrated_ground_duration_ms" } }, - [1455]={ + [1531]={ [1]={ [1]={ limit={ @@ -31481,7 +32731,7 @@ return { [1]="support_hypothermia_hit_damage_freeze_multiplier_+%_final" } }, - [1456]={ + [1532]={ [1]={ }, stats={ @@ -31489,7 +32739,7 @@ return { [2]="support_ice_bite_virtual_buff_duration" } }, - [1457]={ + [1533]={ [1]={ [1]={ limit={ @@ -31518,7 +32768,7 @@ return { [1]="support_ignite_duration_ignite_effect_+%_final" } }, - [1458]={ + [1534]={ [1]={ [1]={ limit={ @@ -31547,21 +32797,21 @@ return { [1]="support_ignite_prolif_ignite_effect_+%_final" } }, - [1459]={ + [1535]={ [1]={ }, stats={ [1]="support_ignite_proliferation_radius" } }, - [1460]={ + [1536]={ [1]={ }, stats={ [1]="support_impact_shockwave_base_splash_radius" } }, - [1461]={ + [1537]={ [1]={ [1]={ limit={ @@ -31582,7 +32832,7 @@ return { [2]="support_inevitable_criticals_critical_strike_chance_+%_cap" } }, - [1462]={ + [1538]={ [1]={ }, stats={ @@ -31590,7 +32840,7 @@ return { [2]="support_innervate_buff_duration_ms" } }, - [1463]={ + [1539]={ [1]={ [1]={ limit={ @@ -31619,21 +32869,21 @@ return { [1]="support_jagged_ground_area_of_effect_+%_final" } }, - [1464]={ + [1540]={ [1]={ }, stats={ [1]="support_knockback_wave_on_stunned" } }, - [1465]={ + [1541]={ [1]={ }, stats={ [1]="support_life_flask_charges_gained_+%_final_from_killing_blow" } }, - [1466]={ + [1542]={ [1]={ [1]={ [1]={ @@ -31666,7 +32916,7 @@ return { [1]="support_lifetap_buff_duration" } }, - [1467]={ + [1543]={ [1]={ [1]={ limit={ @@ -31682,7 +32932,7 @@ return { [1]="support_lifetap_spent_life_threshold" } }, - [1468]={ + [1544]={ [1]={ [1]={ limit={ @@ -31698,7 +32948,7 @@ return { [1]="support_lockdown_distance_based_pin_damage_+%_final" } }, - [1469]={ + [1545]={ [1]={ [1]={ limit={ @@ -31727,7 +32977,7 @@ return { [1]="support_maim_chance_physical_damage_+%_final" } }, - [1470]={ + [1546]={ [1]={ [1]={ limit={ @@ -31756,22 +33006,14 @@ return { [1]="support_maimed_enemies_physical_damage_taken_+%" } }, - [1471]={ + [1547]={ [1]={ }, stats={ [1]="support_mana_flask_charges_gained_+%_final_from_killing_blow" } }, - [1472]={ - [1]={ - }, - stats={ - [1]="support_mana_fountain_mana_regeneration_rate_+%", - [2]="support_mana_fountain_radius" - } - }, - [1473]={ + [1548]={ [1]={ [1]={ limit={ @@ -31800,7 +33042,7 @@ return { [1]="support_minefield_mine_throwing_speed_+%_final" } }, - [1474]={ + [1549]={ [1]={ [1]={ limit={ @@ -31821,7 +33063,7 @@ return { [2]="global_maximum_added_fire_damage_vs_burning_enemies" } }, - [1475]={ + [1550]={ [1]={ [1]={ limit={ @@ -31850,7 +33092,7 @@ return { [1]="support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you" } }, - [1476]={ + [1551]={ [1]={ [1]={ limit={ @@ -31879,7 +33121,7 @@ return { [1]="support_minion_defensive_stance_minion_damage_taken_+%_final" } }, - [1477]={ + [1552]={ [1]={ [1]={ limit={ @@ -31908,7 +33150,7 @@ return { [1]="support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master" } }, - [1478]={ + [1553]={ [1]={ }, stats={ @@ -31916,7 +33158,7 @@ return { [2]="support_minion_pact_damage_+%_final" } }, - [1479]={ + [1554]={ [1]={ [1]={ limit={ @@ -31945,7 +33187,7 @@ return { [1]="support_minion_totem_resistance_elemental_damage_+%_final" } }, - [1480]={ + [1555]={ [1]={ [1]={ limit={ @@ -31974,7 +33216,7 @@ return { [1]="support_mirage_archer_attack_speed_+%_final" } }, - [1481]={ + [1556]={ [1]={ [1]={ [1]={ @@ -31994,7 +33236,7 @@ return { [1]="support_mirage_archer_duration" } }, - [1482]={ + [1557]={ [1]={ [1]={ [1]={ @@ -32036,14 +33278,14 @@ return { [2]="support_momnetum_damage_+%_final_with_momentum" } }, - [1483]={ + [1558]={ [1]={ }, stats={ [1]="support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned" } }, - [1484]={ + [1559]={ [1]={ [1]={ [1]={ @@ -32076,27 +33318,7 @@ return { [1]="support_overkill_icy_vortex_duration_ms" } }, - [1485]={ - [1]={ - [1]={ - [1]={ - k="milliseconds_to_seconds", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Inflict Overpowered for {0} seconds when Blocked" - } - }, - stats={ - [1]="support_overpowered_duration_ms" - } - }, - [1486]={ + [1560]={ [1]={ [1]={ limit={ @@ -32121,7 +33343,7 @@ return { [1]="support_parallel_projectile_number_of_points_per_side" } }, - [1487]={ + [1561]={ [1]={ [1]={ limit={ @@ -32137,14 +33359,14 @@ return { [1]="support_physical_damage_%_to_gain_as_daze_build_up" } }, - [1488]={ + [1562]={ [1]={ }, stats={ [1]="support_pierce_projectile_damage_+%_final_if_pierced_enemy" } }, - [1489]={ + [1563]={ [1]={ [1]={ limit={ @@ -32173,7 +33395,7 @@ return { [1]="support_power_charge_on_crit_damage_+%_final_per_power_charge" } }, - [1490]={ + [1564]={ [1]={ [1]={ limit={ @@ -32189,7 +33411,7 @@ return { [1]="support_precision_accuracy_rating_+%" } }, - [1491]={ + [1565]={ [1]={ [1]={ limit={ @@ -32218,15 +33440,7 @@ return { [1]="support_pulverise_area_of_effect_+%_final" } }, - [1492]={ - [1]={ - }, - stats={ - [1]="support_rage_fountain_rage_regeneration_per_minute", - [2]="support_rage_fountain_radius" - } - }, - [1493]={ + [1566]={ [1]={ [1]={ [1]={ @@ -32246,7 +33460,7 @@ return { [1]="support_rage_gain_rage_on_melee_hit_cooldown_ms" } }, - [1494]={ + [1567]={ [1]={ }, stats={ @@ -32254,30 +33468,14 @@ return { [2]="support_rageforged_enraged_damage_+%_final" } }, - [1495]={ + [1568]={ [1]={ }, stats={ [1]="support_recover_%_maximum_energy_shield_killing_shocked_enemies" } }, - [1496]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Enemies have -{0}% chance to Block Attack or Spell Damage from this Skill" - } - }, - stats={ - [1]="support_reduce_enemy_block_and_spell_block_%" - } - }, - [1497]={ + [1569]={ [1]={ [1]={ [1]={ @@ -32297,7 +33495,7 @@ return { [1]="support_regenerate_mana_per_minute_on_shock" } }, - [1498]={ + [1570]={ [1]={ [1]={ limit={ @@ -32326,14 +33524,14 @@ return { [1]="support_remote_mine_damage_+%_final_per_mine_detonation_cascade" } }, - [1499]={ + [1571]={ [1]={ }, stats={ [1]="support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy" } }, - [1500]={ + [1572]={ [1]={ [1]={ [1]={ @@ -32358,7 +33556,7 @@ return { [2]="support_scion_onslaught_on_unique_hit_duration_ms" } }, - [1501]={ + [1573]={ [1]={ [1]={ [1]={ @@ -32388,28 +33586,28 @@ return { [3]="virtual_support_scion_onslaught_on_killing_blow_duration_ms" } }, - [1502]={ + [1574]={ [1]={ }, stats={ [1]="support_slam_chance_for_one_additional_aftershock_%" } }, - [1503]={ + [1575]={ [1]={ }, stats={ [1]="support_slam_chance_for_three_additional_aftershocks_%" } }, - [1504]={ + [1576]={ [1]={ }, stats={ [1]="support_slam_chance_for_two_additional_aftershocks_%" } }, - [1505]={ + [1577]={ [1]={ [1]={ [1]={ @@ -32442,7 +33640,7 @@ return { [1]="support_slashing_buff_duration_ms" } }, - [1506]={ + [1578]={ [1]={ [1]={ limit={ @@ -32471,7 +33669,7 @@ return { [1]="support_slashing_buff_attack_speed_+%_final_to_grant" } }, - [1507]={ + [1579]={ [1]={ [1]={ limit={ @@ -32487,7 +33685,7 @@ return { [1]="support_slashing_damage_+%_final_from_distance" } }, - [1508]={ + [1580]={ [1]={ [1]={ limit={ @@ -32563,7 +33761,7 @@ return { [2]="support_spell_boost_area_of_effect_+%_final_per_charge" } }, - [1509]={ + [1581]={ [1]={ [1]={ limit={ @@ -32592,7 +33790,7 @@ return { [1]="support_spell_cascade_area_delay_+%" } }, - [1510]={ + [1582]={ [1]={ [1]={ limit={ @@ -32621,14 +33819,14 @@ return { [1]="support_spell_cascade_area_of_effect_+%_final" } }, - [1511]={ + [1583]={ [1]={ }, stats={ - [1]="support_spell_cascade_area_of_effect_+%_per_cascade" + [1]="support_spell_cascade_area_of_effect_+%_for_cascade" } }, - [1512]={ + [1584]={ [1]={ }, stats={ @@ -32636,14 +33834,21 @@ return { [2]="support_spell_cascade_sideways" } }, - [1513]={ + [1585]={ + [1]={ + }, + stats={ + [1]="support_spell_echo_area_of_effect_+%" + } + }, + [1586]={ [1]={ }, stats={ [1]="support_spell_echo_area_of_effect_+%_final" } }, - [1514]={ + [1587]={ [1]={ [1]={ limit={ @@ -32672,7 +33877,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_0" } }, - [1515]={ + [1588]={ [1]={ [1]={ limit={ @@ -32701,7 +33906,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_1" } }, - [1516]={ + [1589]={ [1]={ [1]={ limit={ @@ -32730,7 +33935,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_2" } }, - [1517]={ + [1590]={ [1]={ [1]={ limit={ @@ -32759,7 +33964,7 @@ return { [1]="support_spell_echo_area_of_effect_+%_final_for_cascade_3" } }, - [1518]={ + [1591]={ [1]={ [1]={ limit={ @@ -32788,35 +33993,35 @@ return { [1]="support_spell_echo_final_repeat_damage_+%_final" } }, - [1519]={ + [1592]={ [1]={ }, stats={ [1]="support_spell_echo_number_of_echo_cascades" } }, - [1520]={ + [1593]={ [1]={ }, stats={ [1]="support_spell_rapid_fire_repeat_use_damage_+%_final" } }, - [1521]={ + [1594]={ [1]={ }, stats={ [1]="support_stability_heavy_stun_threshold_+%_final_while_performing_action" } }, - [1522]={ + [1595]={ [1]={ }, stats={ [1]="support_stomping_ground" } }, - [1523]={ + [1596]={ [1]={ [1]={ limit={ @@ -32845,7 +34050,7 @@ return { [1]="support_storm_barrier_chaos_damage_+%_final_to_apply" } }, - [1524]={ + [1597]={ [1]={ [1]={ limit={ @@ -32874,7 +34079,7 @@ return { [1]="support_storm_barrier_cold_damage_+%_final_to_apply" } }, - [1525]={ + [1598]={ [1]={ [1]={ [1]={ @@ -32907,7 +34112,7 @@ return { [1]="support_storm_barrier_damage_buff_duration_ms" } }, - [1526]={ + [1599]={ [1]={ [1]={ limit={ @@ -32936,7 +34141,7 @@ return { [1]="support_storm_barrier_fire_damage_+%_final_to_apply" } }, - [1527]={ + [1600]={ [1]={ [1]={ limit={ @@ -32965,7 +34170,7 @@ return { [1]="support_storm_barrier_lightning_damage_+%_final_to_apply" } }, - [1528]={ + [1601]={ [1]={ [1]={ limit={ @@ -32994,7 +34199,7 @@ return { [1]="support_storm_barrier_physical_damage_+%_final_to_apply" } }, - [1529]={ + [1602]={ [1]={ [1]={ [1]={ @@ -33014,7 +34219,7 @@ return { [1]="support_storm_barrier_physical_damage_taken_when_hit_+%_final" } }, - [1530]={ + [1603]={ [1]={ [1]={ [1]={ @@ -33034,7 +34239,7 @@ return { [1]="support_storm_barrier_chaos_damage_taken_+%_final_from_hits_while_channelling" } }, - [1531]={ + [1604]={ [1]={ [1]={ [1]={ @@ -33054,7 +34259,7 @@ return { [1]="support_storm_barrier_cold_damage_taken_+%_final_from_hits_while_channelling" } }, - [1532]={ + [1605]={ [1]={ [1]={ [1]={ @@ -33074,7 +34279,7 @@ return { [1]="support_storm_barrier_fire_damage_taken_+%_final_from_hits_while_channelling" } }, - [1533]={ + [1606]={ [1]={ [1]={ [1]={ @@ -33094,7 +34299,7 @@ return { [1]="support_storm_barrier_lightning_damage_taken_+%_final_from_hits_while_channelling" } }, - [1534]={ + [1607]={ [1]={ [1]={ limit={ @@ -33123,14 +34328,14 @@ return { [1]="support_stronger_ignites_ignite_effect_+%_final" } }, - [1535]={ + [1608]={ [1]={ }, stats={ [1]="support_trigger_mana_flare_on_crit" } }, - [1536]={ + [1609]={ [1]={ [1]={ limit={ @@ -33159,21 +34364,21 @@ return { [1]="support_unbound_ailments_damaging_ailment_effect_+%_final" } }, - [1537]={ + [1610]={ [1]={ }, stats={ [1]="support_unbreakable_light_stun_threshold_+%_final_while_performing_action" } }, - [1538]={ + [1611]={ [1]={ }, stats={ [1]="support_vitality_life_regeneration_rate_per_minute_%" } }, - [1539]={ + [1612]={ [1]={ }, stats={ @@ -33181,7 +34386,7 @@ return { [2]="support_enraged_warcry_+%_damage_final_for_exerted_attacks" } }, - [1540]={ + [1613]={ [1]={ [1]={ limit={ @@ -33210,7 +34415,7 @@ return { [1]="support_weapon_elemental_damage_+%_final" } }, - [1541]={ + [1614]={ [1]={ [1]={ limit={ @@ -33226,7 +34431,7 @@ return { [1]="supported_skill_can_only_use_axe_and_sword" } }, - [1542]={ + [1615]={ [1]={ [1]={ limit={ @@ -33242,7 +34447,7 @@ return { [1]="skill_can_only_use_bow" } }, - [1543]={ + [1616]={ [1]={ [1]={ limit={ @@ -33258,7 +34463,7 @@ return { [1]="supported_skill_can_only_use_dagger_and_claw" } }, - [1544]={ + [1617]={ [1]={ [1]={ limit={ @@ -33274,7 +34479,7 @@ return { [1]="supported_skill_can_only_use_mace_and_staff" } }, - [1545]={ + [1618]={ [1]={ [1]={ limit={ @@ -33290,7 +34495,7 @@ return { [1]="skill_can_only_use_non_melee_weapons" } }, - [1546]={ + [1619]={ [1]={ [1]={ [1]={ @@ -33310,7 +34515,7 @@ return { [1]="tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value" } }, - [1547]={ + [1620]={ [1]={ [1]={ limit={ @@ -33326,7 +34531,7 @@ return { [1]="tectonic_slam_side_crack_additional_chance_%" } }, - [1548]={ + [1621]={ [1]={ [1]={ limit={ @@ -33342,7 +34547,7 @@ return { [1]="tectonic_slam_side_crack_additional_chance_%_per_endurance_charge" } }, - [1549]={ + [1622]={ [1]={ [1]={ limit={ @@ -33367,7 +34572,7 @@ return { [1]="temper_weapon_empowers_per_strike" } }, - [1550]={ + [1623]={ [1]={ [1]={ limit={ @@ -33376,7 +34581,7 @@ return { [2]="#" } }, - text="Bell deals {0}% more Damage per Hit taken" + text="Shockwave deals {0}% more Damage per Hit taken by Bell" }, [2]={ [1]={ @@ -33389,14 +34594,14 @@ return { [2]=-1 } }, - text="Bell deals {0}% less Damage per Hit taken" + text="Shockwave deals {0}% less Damage per Hit taken by Bell" } }, stats={ [1]="tempest_bell_damage_+%_final_per_time_hit" } }, - [1551]={ + [1624]={ [1]={ [1]={ limit={ @@ -33425,7 +34630,7 @@ return { [1]="tethered_enemies_take_attack_projectile_damage_taken_+%" } }, - [1552]={ + [1625]={ [1]={ [1]={ [1]={ @@ -33445,7 +34650,7 @@ return { [1]="tethered_movement_speed_+%_final" } }, - [1553]={ + [1626]={ [1]={ [1]={ limit={ @@ -33474,7 +34679,7 @@ return { [1]="tethered_movement_speed_+%_final_vs_unique_and_rare" } }, - [1554]={ + [1627]={ [1]={ [1]={ limit={ @@ -33490,7 +34695,23 @@ return { [1]="tethering_arrow_display_rope_limit" } }, - [1555]={ + [1628]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance to leave Shocked Ground when Detonating Spears" + } + }, + stats={ + [1]="thunderous_leap_%_chance_for_shocked_ground_when_detonating" + } + }, + [1629]={ [1]={ [1]={ [1]={ @@ -33523,14 +34744,14 @@ return { [1]="tornado_base_damage_interval_ms" } }, - [1556]={ + [1630]={ [1]={ }, stats={ [1]="tornado_damage_interval_ms" } }, - [1557]={ + [1631]={ [1]={ [1]={ [1]={ @@ -33550,7 +34771,7 @@ return { [1]="tornado_hinder" } }, - [1558]={ + [1632]={ [1]={ [1]={ limit={ @@ -33579,14 +34800,14 @@ return { [1]="tornado_movement_speed_+%" } }, - [1559]={ + [1633]={ [1]={ }, stats={ [1]="total_number_of_projectiles_to_fire" } }, - [1560]={ + [1634]={ [1]={ [1]={ limit={ @@ -33615,7 +34836,7 @@ return { [1]="totem_chaos_resistance_%" } }, - [1561]={ + [1635]={ [1]={ [1]={ [1]={ @@ -33635,7 +34856,7 @@ return { [1]="totem_duration" } }, - [1562]={ + [1636]={ [1]={ [1]={ limit={ @@ -33651,7 +34872,7 @@ return { [1]="totems_explode_on_death_for_%_life_as_physical" } }, - [1563]={ + [1637]={ [1]={ [1]={ [1]={ @@ -33671,14 +34892,35 @@ return { [1]="totems_regenerate_%_life_per_minute" } }, - [1564]={ + [1638]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Stored Poison grants up to {1}% more explosion Damage" + } + }, + stats={ + [1]="toxic_domain_+1%_final_more_damage_per_x_stored_poison", + [2]="toxic_domain_max_damage_+%_final_from_stored_poison" + } + }, + [1639]={ [1]={ }, stats={ [1]="transfer_hexes_to_X_nearby_enemies_on_kill" } }, - [1565]={ + [1640]={ [1]={ [1]={ limit={ @@ -33694,7 +34936,7 @@ return { [1]="trap_can_be_triggered_by_warcries" } }, - [1566]={ + [1641]={ [1]={ [1]={ limit={ @@ -33710,7 +34952,7 @@ return { [1]="trap_critical_strike_multiplier_+_per_power_charge" } }, - [1567]={ + [1642]={ [1]={ [1]={ limit={ @@ -33739,7 +34981,7 @@ return { [1]="trap_spread_+%" } }, - [1568]={ + [1643]={ [1]={ [1]={ limit={ @@ -33768,7 +35010,7 @@ return { [1]="trap_throwing_speed_+%_per_frenzy_charge" } }, - [1569]={ + [1644]={ [1]={ [1]={ limit={ @@ -33797,7 +35039,7 @@ return { [1]="trap_trigger_radius_+%_per_power_charge" } }, - [1570]={ + [1645]={ [1]={ [1]={ limit={ @@ -33826,7 +35068,7 @@ return { [1]="attack_speed_+%_per_trauma" } }, - [1571]={ + [1646]={ [1]={ [1]={ limit={ @@ -33936,7 +35178,7 @@ return { [3]="trauma_strike_self_damage_per_trauma" } }, - [1572]={ + [1647]={ [1]={ [1]={ limit={ @@ -33965,7 +35207,7 @@ return { [1]="trauma_strike_damage_+%_final_per_trauma" } }, - [1573]={ + [1648]={ [1]={ [1]={ limit={ @@ -33994,7 +35236,7 @@ return { [1]="trauma_strike_shockwave_area_of_effect_+%_per_100ms_stun_duration_up_to_400%" } }, - [1574]={ + [1649]={ [1]={ [1]={ limit={ @@ -34019,7 +35261,7 @@ return { [1]="trigger_after_spending_200_mana_%_chance" } }, - [1575]={ + [1650]={ [1]={ [1]={ limit={ @@ -34048,7 +35290,7 @@ return { [1]="trigger_brand_support_hit_damage_+%_final_vs_branded_enemy" } }, - [1576]={ + [1651]={ [1]={ [1]={ limit={ @@ -34064,7 +35306,7 @@ return { [1]="trigger_on_attack_hit_against_rare_or_unique" } }, - [1577]={ + [1652]={ [1]={ [1]={ limit={ @@ -34089,7 +35331,7 @@ return { [1]="trigger_on_block_%_chance" } }, - [1578]={ + [1653]={ [1]={ [1]={ limit={ @@ -34114,7 +35356,7 @@ return { [1]="trigger_on_bow_attack_%" } }, - [1579]={ + [1654]={ [1]={ [1]={ limit={ @@ -34139,7 +35381,7 @@ return { [1]="trigger_on_corpse_consume_%_chance" } }, - [1580]={ + [1655]={ [1]={ [1]={ limit={ @@ -34155,7 +35397,7 @@ return { [1]="trigger_on_hit_against_rare_or_unique_if_no_marked_enemy" } }, - [1581]={ + [1656]={ [1]={ [1]={ limit={ @@ -34180,7 +35422,7 @@ return { [1]="trigger_on_hit_vs_frozen_enemy_%" } }, - [1582]={ + [1657]={ [1]={ [1]={ limit={ @@ -34205,7 +35447,7 @@ return { [1]="trigger_on_skill_use_%_if_you_have_a_void_arrow" } }, - [1583]={ + [1658]={ [1]={ [1]={ limit={ @@ -34230,7 +35472,7 @@ return { [1]="trigger_on_slam_%_chance" } }, - [1584]={ + [1659]={ [1]={ [1]={ limit={ @@ -34246,7 +35488,7 @@ return { [1]="trigger_on_trigger_link_target_hit" } }, - [1585]={ + [1660]={ [1]={ [1]={ limit={ @@ -34271,21 +35513,21 @@ return { [1]="trigger_prismatic_burst_on_hit_%_chance" } }, - [1586]={ + [1661]={ [1]={ }, stats={ [1]="trigger_skills_refund_half_energy_spent_chance_%" } }, - [1587]={ + [1662]={ [1]={ }, stats={ [1]="trigger_vicious_hex_explosion_when_curse_ends" } }, - [1588]={ + [1663]={ [1]={ [1]={ limit={ @@ -34301,7 +35543,7 @@ return { [1]="triggered_by_brand_support" } }, - [1589]={ + [1664]={ [1]={ [1]={ limit={ @@ -34317,7 +35559,7 @@ return { [1]="triggered_by_divine_cry" } }, - [1590]={ + [1665]={ [1]={ [1]={ limit={ @@ -34356,11 +35598,11 @@ return { }, stats={ [1]="triggered_by_generic_ongoing_trigger", - [2]="display_generic_ongoing_triggerer_is_invocation_skill", + [2]="generic_ongoing_triggerer_is_invocation_skill", [3]="virtual_energy_cost_for_generic_ongoing_trigger" } }, - [1591]={ + [1666]={ [1]={ [1]={ limit={ @@ -34376,7 +35618,7 @@ return { [1]="triggered_by_item_buff" } }, - [1592]={ + [1667]={ [1]={ [1]={ limit={ @@ -34392,7 +35634,7 @@ return { [1]="triggered_by_spiritual_cry" } }, - [1593]={ + [1668]={ [1]={ [1]={ limit={ @@ -34421,7 +35663,7 @@ return { [1]="unleash_support_seal_gain_frequency_+%_while_channelling" } }, - [1594]={ + [1669]={ [1]={ [1]={ limit={ @@ -34450,7 +35692,7 @@ return { [1]="unleash_support_seal_gain_frequency_+%_while_not_channelling" } }, - [1595]={ + [1670]={ [1]={ [1]={ limit={ @@ -34466,7 +35708,7 @@ return { [1]="vaal_animate_weapon_raise_up_to_X_weapons_as_uniques" } }, - [1596]={ + [1671]={ [1]={ [1]={ limit={ @@ -34495,7 +35737,7 @@ return { [1]="vaal_arctic_armour_damage_taken_+%_final_from_hits" } }, - [1597]={ + [1672]={ [1]={ [1]={ limit={ @@ -34520,7 +35762,7 @@ return { [1]="vaal_arctic_armour_number_of_hits_absorbed" } }, - [1598]={ + [1673]={ [1]={ [1]={ limit={ @@ -34536,7 +35778,7 @@ return { [1]="vaal_blade_vortex_has_10_spinning_blades" } }, - [1599]={ + [1674]={ [1]={ [1]={ limit={ @@ -34565,7 +35807,7 @@ return { [1]="vaal_charged_attack_damage_taken_+%_final" } }, - [1600]={ + [1675]={ [1]={ [1]={ limit={ @@ -34581,7 +35823,7 @@ return { [1]="vaal_charged_attack_radius_+_per_stage" } }, - [1601]={ + [1676]={ [1]={ [1]={ limit={ @@ -34602,7 +35844,7 @@ return { [2]="vaal_cleave_executioner_damage_against_enemies_on_low_life_+%" } }, - [1602]={ + [1677]={ [1]={ [1]={ limit={ @@ -34618,7 +35860,7 @@ return { [1]="vaal_earthquake_maximum_aftershocks" } }, - [1603]={ + [1678]={ [1]={ [1]={ [1]={ @@ -34651,7 +35893,7 @@ return { [1]="vaal_flameblast_radius_+_per_stage" } }, - [1604]={ + [1679]={ [1]={ [1]={ limit={ @@ -34667,7 +35909,7 @@ return { [1]="vaal_ice_shot_modifiers_to_projectile_count_do_not_apply_to_mirages" } }, - [1605]={ + [1680]={ [1]={ [1]={ limit={ @@ -34683,7 +35925,7 @@ return { [1]="vaal_reap_additional_maximum_blood_charges" } }, - [1606]={ + [1681]={ [1]={ [1]={ limit={ @@ -34699,7 +35941,7 @@ return { [1]="vaal_reap_gain_maximum_blood_charges_to_on_use" } }, - [1607]={ + [1682]={ [1]={ [1]={ limit={ @@ -34715,7 +35957,7 @@ return { [1]="vaal_skill_exertable" } }, - [1608]={ + [1683]={ [1]={ [1]={ [1]={ @@ -34748,7 +35990,7 @@ return { [1]="vaal_storm_call_delay_ms" } }, - [1609]={ + [1684]={ [1]={ [1]={ limit={ @@ -34777,7 +36019,7 @@ return { [1]="vaal_upgrade_minion_damage_+%_final" } }, - [1610]={ + [1685]={ [1]={ [1]={ limit={ @@ -34806,7 +36048,7 @@ return { [1]="vaal_upgrade_minion_damage_taken_+%_final" } }, - [1611]={ + [1686]={ [1]={ [1]={ limit={ @@ -34822,7 +36064,7 @@ return { [1]="vaal_volcanic_fissure_crack_repeat_count" } }, - [1612]={ + [1687]={ [1]={ [1]={ limit={ @@ -34851,21 +36093,21 @@ return { [1]="vampiric_icon_bleeding_effect_+%_final" } }, - [1613]={ + [1688]={ [1]={ }, stats={ [1]="virtual_aegis_unique_shield_max_value" } }, - [1614]={ + [1689]={ [1]={ }, stats={ [1]="virtual_armour_+%_while_performing_action_per_250_ms_attack_time" } }, - [1615]={ + [1690]={ [1]={ [1]={ limit={ @@ -34890,7 +36132,7 @@ return { [1]="virtual_bladefall_number_of_volleys" } }, - [1616]={ + [1691]={ [1]={ [1]={ limit={ @@ -34906,14 +36148,21 @@ return { [1]="virtual_blood_spears_total_number_of_spears" } }, - [1617]={ + [1692]={ + [1]={ + }, + stats={ + [1]="virtual_chance_to_daze_%" + } + }, + [1693]={ [1]={ }, stats={ [1]="virtual_chill_effect_+%_final" } }, - [1618]={ + [1694]={ [1]={ [1]={ limit={ @@ -34929,161 +36178,105 @@ return { [1]="virtual_chill_minimum_slow_%" } }, - [1619]={ - [1]={ - }, - stats={ - [1]="virtual_combined_non_physical_main_hand_hit_damage_stun_multiplier" - } - }, - [1620]={ - [1]={ - }, - stats={ - [1]="virtual_combined_non_physical_off_hand_hit_damage_stun_multiplier" - } - }, - [1621]={ - [1]={ - }, - stats={ - [1]="virtual_combined_non_physical_other_hit_damage_stun_multiplier" - } - }, - [1622]={ - [1]={ - }, - stats={ - [1]="virtual_combined_non_physical_spell_hit_damage_stun_multiplier" - } - }, - [1623]={ - [1]={ - }, - stats={ - [1]="virtual_combined_physical_main_hand_hit_damage_stun_multiplier" - } - }, - [1624]={ - [1]={ - }, - stats={ - [1]="virtual_combined_physical_off_hand_hit_damage_stun_multiplier" - } - }, - [1625]={ - [1]={ - }, - stats={ - [1]="virtual_combined_physical_other_hit_damage_stun_multiplier" - } - }, - [1626]={ - [1]={ - }, - stats={ - [1]="virtual_combined_physical_spell_hit_damage_stun_multiplier" - } - }, - [1627]={ + [1695]={ [1]={ }, stats={ [1]="virtual_crossbow_attack_%_chance_to_not_consume_ammo" } }, - [1628]={ + [1696]={ [1]={ }, stats={ [1]="virtual_curse_delay_duration_ms" } }, - [1629]={ + [1697]={ [1]={ }, stats={ [1]="virtual_damage_absorbed_per_jade_consumed" } }, - [1630]={ + [1698]={ [1]={ }, stats={ [1]="virtual_damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time" } }, - [1631]={ + [1699]={ [1]={ }, stats={ [1]="virtual_damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time" } }, - [1632]={ + [1700]={ [1]={ }, stats={ [1]="virtual_deal_chaos_damage_per_minute_for_8_seconds_on_curse" } }, - [1633]={ + [1701]={ [1]={ }, stats={ [1]="virtual_display_total_main_hand_chance_to_inflict_bleeding_on_hit_%" } }, - [1634]={ + [1702]={ [1]={ }, stats={ [1]="virtual_display_total_main_hand_chance_to_inflict_poison_on_hit_%" } }, - [1635]={ + [1703]={ [1]={ }, stats={ [1]="virtual_display_total_off_hand_chance_to_inflict_bleeding_on_hit_%" } }, - [1636]={ + [1704]={ [1]={ }, stats={ [1]="virtual_display_total_off_hand_chance_to_inflict_poison_on_hit_%" } }, - [1637]={ + [1705]={ [1]={ }, stats={ [1]="virtual_display_total_secondary_chance_to_inflict_bleeding_on_hit_%" } }, - [1638]={ + [1706]={ [1]={ }, stats={ [1]="virtual_display_total_secondary_chance_to_inflict_poison_on_hit_%" } }, - [1639]={ + [1707]={ [1]={ }, stats={ [1]="virtual_display_total_spell_chance_to_inflict_bleeding_on_hit_%" } }, - [1640]={ + [1708]={ [1]={ }, stats={ [1]="virtual_display_total_spell_chance_to_inflict_poison_on_hit_%" } }, - [1641]={ + [1709]={ [1]={ [1]={ limit={ @@ -35099,21 +36292,28 @@ return { [1]="virtual_divine_tempest_number_of_nearby_enemies_to_zap" } }, - [1642]={ + [1710]={ [1]={ }, stats={ [1]="virtual_evasion_+%_while_performing_action_per_250_ms_attack_time" } }, - [1643]={ + [1711]={ + [1]={ + }, + stats={ + [1]="virtual_flameblast_maximum_stages" + } + }, + [1712]={ [1]={ }, stats={ [1]="virtual_generic_ongoing_trigger_maximum_energy" } }, - [1644]={ + [1713]={ [1]={ [1]={ limit={ @@ -35134,7 +36334,7 @@ return { [2]="virtual_ground_effect_area_of_effect_+%_final_per_second_max" } }, - [1645]={ + [1714]={ [1]={ [1]={ [1]={ @@ -35154,7 +36354,7 @@ return { [1]="virtual_herald_of_thunder_bolt_base_frequency" } }, - [1646]={ + [1715]={ [1]={ [1]={ limit={ @@ -35192,42 +36392,50 @@ return { [1]="virtual_hit_damage_stun_multiplier_+%_final" } }, - [1647]={ + [1716]={ [1]={ }, stats={ [1]="virtual_knockback_distance_+%" } }, - [1648]={ + [1717]={ [1]={ }, stats={ [1]="virtual_main_hand_apply_X_armour_break_on_hit" } }, - [1649]={ + [1718]={ [1]={ }, stats={ [1]="virtual_main_hand_hit_damage_stun_multiplier_+%" } }, - [1650]={ + [1719]={ [1]={ }, stats={ [1]="virtual_main_hand_non_slam_aftershock_chance_%" } }, - [1651]={ + [1720]={ [1]={ }, stats={ [1]="virtual_main_hand_slam_aftershock_chance_%" } }, - [1652]={ + [1721]={ + [1]={ + }, + stats={ + [1]="active_skill_buff_stack_gain_frequency_ms", + [2]="virtual_maximum_number_of_arctic_armour_stationary_stacks" + } + }, + [1722]={ [1]={ [1]={ [1]={ @@ -35247,7 +36455,7 @@ return { [1]="virtual_mine_detonation_time_ms" } }, - [1653]={ + [1723]={ [1]={ [1]={ limit={ @@ -35285,35 +36493,35 @@ return { [1]="virtual_movement_speed_penalty_+%_final_while_performing_action" } }, - [1654]={ + [1724]={ [1]={ }, stats={ [1]="virtual_never_chill" } }, - [1655]={ + [1725]={ [1]={ }, stats={ [1]="virtual_never_freeze" } }, - [1656]={ + [1726]={ [1]={ }, stats={ [1]="virtual_never_ignite" } }, - [1657]={ + [1727]={ [1]={ }, stats={ [1]="virtual_never_shock" } }, - [1658]={ + [1728]={ [1]={ [1]={ limit={ @@ -35338,7 +36546,14 @@ return { [1]="virtual_number_of_additional_curses_allowed" } }, - [1659]={ + [1729]={ + [1]={ + }, + stats={ + [1]="virtual_number_of_banners_allowed" + } + }, + [1730]={ [1]={ [1]={ limit={ @@ -35354,42 +36569,42 @@ return { [1]="virtual_number_of_chains" } }, - [1660]={ + [1731]={ [1]={ }, stats={ [1]="virtual_number_of_marks_allowed_per_type" } }, - [1661]={ + [1732]={ [1]={ }, stats={ [1]="virtual_off_hand_apply_X_armour_break_on_hit" } }, - [1662]={ + [1733]={ [1]={ }, stats={ [1]="virtual_off_hand_hit_damage_stun_multiplier_+%" } }, - [1663]={ + [1734]={ [1]={ }, stats={ [1]="virtual_off_hand_non_slam_aftershock_chance_%" } }, - [1664]={ + [1735]={ [1]={ }, stats={ [1]="virtual_off_hand_slam_aftershock_chance_%" } }, - [1665]={ + [1736]={ [1]={ [1]={ limit={ @@ -35414,14 +36629,14 @@ return { [1]="virtual_onslaught_on_hit_%_chance" } }, - [1666]={ + [1737]={ [1]={ }, stats={ [1]="virtual_physical_damage_can_pin" } }, - [1667]={ + [1738]={ [1]={ [1]={ limit={ @@ -35437,21 +36652,21 @@ return { [1]="virtual_poison_cloud_limit" } }, - [1668]={ + [1739]={ [1]={ }, stats={ [1]="virtual_projectile_number_to_split" } }, - [1669]={ + [1740]={ [1]={ }, stats={ [1]="virtual_projectiles_fork" } }, - [1670]={ + [1741]={ [1]={ [1]={ limit={ @@ -35467,28 +36682,28 @@ return { [1]="virtual_regenerate_x_life_over_1_second_on_skill_use_or_trigger" } }, - [1671]={ + [1742]={ [1]={ }, stats={ [1]="virtual_ritual_of_power_maximum_number_of_rituals" } }, - [1672]={ + [1743]={ [1]={ }, stats={ - [1]="virtual_skill_empowers_next_x_melee_attacks" + [1]="virtual_sandstorm_swipe_max_stages" } }, - [1673]={ + [1744]={ [1]={ }, stats={ [1]="virtual_skill_required_number_of_combo_stacks" } }, - [1674]={ + [1745]={ [1]={ [1]={ limit={ @@ -35504,7 +36719,7 @@ return { [1]="virtual_spell_apply_X_armour_break_on_hit" } }, - [1675]={ + [1746]={ [1]={ [1]={ [1]={ @@ -35524,7 +36739,7 @@ return { [1]="virtual_spider_aspect_web_interval_ms" } }, - [1676]={ + [1747]={ [1]={ [1]={ [1]={ @@ -35557,7 +36772,7 @@ return { [1]="virtual_static_strike_base_zap_frequency_ms" } }, - [1677]={ + [1748]={ [1]={ [1]={ limit={ @@ -35578,35 +36793,35 @@ return { [2]="virtual_steelskin_damage_limit" } }, - [1678]={ + [1749]={ [1]={ }, stats={ [1]="virtual_support_anticipation_charge_gain_interval_ms" } }, - [1679]={ + [1750]={ [1]={ }, stats={ [1]="virtual_support_slam_chance_for_one_additional_aftershock_%" } }, - [1680]={ + [1751]={ [1]={ }, stats={ [1]="virtual_support_slam_chance_for_three_additional_aftershocks_%" } }, - [1681]={ + [1752]={ [1]={ }, stats={ [1]="virtual_support_slam_chance_for_two_additional_aftershocks_%" } }, - [1682]={ + [1753]={ [1]={ [1]={ [1]={ @@ -35626,7 +36841,7 @@ return { [1]="virtual_support_storm_barrier_physical_damage_taken_+%_final_from_hits_while_channelling" } }, - [1683]={ + [1754]={ [1]={ [1]={ limit={ @@ -35642,35 +36857,35 @@ return { [1]="virtual_tectonic_slam_%_chance_to_do_charged_slam" } }, - [1684]={ + [1755]={ [1]={ }, stats={ [1]="virtual_total_cooldown_count" } }, - [1685]={ + [1756]={ [1]={ }, stats={ [1]="virtual_totem_cold_resistance_%" } }, - [1686]={ + [1757]={ [1]={ }, stats={ [1]="virtual_totem_fire_resistance_%" } }, - [1687]={ + [1758]={ [1]={ }, stats={ [1]="virtual_totem_lightning_resistance_%" } }, - [1688]={ + [1759]={ [1]={ [1]={ limit={ @@ -35699,7 +36914,7 @@ return { [1]="virtual_trap_and_mine_throwing_time_+%_final" } }, - [1689]={ + [1760]={ [1]={ [1]={ limit={ @@ -35724,7 +36939,7 @@ return { [1]="virtual_vaal_lightning_arrow_number_of_redirects" } }, - [1690]={ + [1761]={ [1]={ [1]={ limit={ @@ -35753,7 +36968,7 @@ return { [1]="virulent_arrow_damage_+%_final_per_stage" } }, - [1691]={ + [1762]={ [1]={ [1]={ limit={ @@ -35769,7 +36984,7 @@ return { [1]="virulent_arrow_maximum_number_of_stacks" } }, - [1692]={ + [1763]={ [1]={ [1]={ limit={ @@ -35785,7 +37000,7 @@ return { [1]="virulent_arrow_number_of_pod_projectiles" } }, - [1693]={ + [1764]={ [1]={ [1]={ limit={ @@ -35814,7 +37029,7 @@ return { [1]="virulent_arrow_pod_projectile_damage_+%_final" } }, - [1694]={ + [1765]={ [1]={ [1]={ limit={ @@ -35843,7 +37058,7 @@ return { [1]="volatile_dead_core_movement_speed_+%" } }, - [1695]={ + [1766]={ [1]={ [1]={ limit={ @@ -35859,7 +37074,7 @@ return { [1]="volatile_dead_max_cores_allowed" } }, - [1696]={ + [1767]={ [1]={ [1]={ limit={ @@ -35884,7 +37099,7 @@ return { [1]="volatile_dead_number_of_corpses_to_consume" } }, - [1697]={ + [1768]={ [1]={ [1]={ limit={ @@ -35900,7 +37115,7 @@ return { [1]="volcanic_fissure_maximum_number_of_fissures" } }, - [1698]={ + [1769]={ [1]={ [1]={ limit={ @@ -35916,7 +37131,7 @@ return { [1]="volcanic_fissure_%_chance_repeat_aftershocks" } }, - [1699]={ + [1770]={ [1]={ [1]={ limit={ @@ -35945,7 +37160,32 @@ return { [1]="volcanic_fissure_speed_+%" } }, - [1700]={ + [1771]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Maximum {0} Volcano" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Maximum {0} Volcanos" + } + }, + stats={ + [1]="volcano_base_number_of_geysers_allowed" + } + }, + [1772]={ [1]={ [1]={ limit={ @@ -35961,7 +37201,7 @@ return { [1]="volcano_damage_+%_final_per_stage" } }, - [1701]={ + [1773]={ [1]={ [1]={ [1]={ @@ -35994,32 +37234,7 @@ return { [1]="volcano_fires_projectiles_every_x_ms" } }, - [1702]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="Maximum {0} Volcano" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Maximum {0} Volcanos" - } - }, - stats={ - [1]="volcano_max_number_of_geysers" - } - }, - [1703]={ + [1774]={ [1]={ [1]={ limit={ @@ -36035,7 +37250,7 @@ return { [1]="volcano_maximum_number_of_stages" } }, - [1704]={ + [1775]={ [1]={ [1]={ [1]={ @@ -36055,7 +37270,7 @@ return { [1]="volcano_skill_effect_duration_per_stage" } }, - [1705]={ + [1776]={ [1]={ [1]={ limit={ @@ -36084,14 +37299,14 @@ return { [1]="voltaxic_burst_damage_+%_final_per_stack" } }, - [1706]={ + [1777]={ [1]={ }, stats={ [1]="wall_is_created_in_a_circle_instead" } }, - [1707]={ + [1778]={ [1]={ [1]={ limit={ @@ -36107,7 +37322,7 @@ return { [1]="warcries_knock_back_enemies" } }, - [1708]={ + [1779]={ [1]={ [1]={ limit={ @@ -36123,23 +37338,7 @@ return { [1]="rallying_cry_weapon_damage_%_for_allies_per_5_monster_power" } }, - [1709]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Buff grants {0}% reduced Enemy Stun Threshold per 5 Power, up to a maximum of 30%" - } - }, - stats={ - [1]="seismic_cry_+%_enemy_stun_threshold_per_5_MP" - } - }, - [1710]={ + [1780]={ [1]={ [1]={ limit={ @@ -36155,7 +37354,7 @@ return { [1]="intimidating_cry_enemy_phys_reduction_%_penalty_vs_hit_per_5_MP" } }, - [1711]={ + [1781]={ [1]={ [1]={ limit={ @@ -36176,7 +37375,7 @@ return { [2]="ancestral_cry_max_physical_damage_reduction_rating" } }, - [1712]={ + [1782]={ [1]={ [1]={ limit={ @@ -36192,7 +37391,7 @@ return { [1]="ancestral_cry_x_melee_range_per_5_monster_power" } }, - [1713]={ + [1783]={ [1]={ [1]={ limit={ @@ -36208,7 +37407,7 @@ return { [1]="infernal_cry_covered_in_ash_fire_damage_taken_%_per_5_monster_power" } }, - [1714]={ + [1784]={ [1]={ [1]={ limit={ @@ -36224,7 +37423,7 @@ return { [1]="endurance_charge_granted_per_X_monster_power_during_endurance_warcry" } }, - [1715]={ + [1785]={ [1]={ [1]={ limit={ @@ -36245,7 +37444,7 @@ return { [2]="maximum_number_of_spiritual_cry_warriors" } }, - [1716]={ + [1786]={ [1]={ [1]={ limit={ @@ -36274,7 +37473,7 @@ return { [1]="divine_cry_critical_strike_chance_+%_per_5_power_up_to_cap%" } }, - [1717]={ + [1787]={ [1]={ [1]={ limit={ @@ -36290,7 +37489,7 @@ return { [1]="divine_cry_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_per_5_power_up_to_150%" } }, - [1718]={ + [1788]={ [1]={ [1]={ limit={ @@ -36319,7 +37518,41 @@ return { [1]="rallying_cry_buff_effect_on_minions_+%_final" } }, - [1719]={ + [1789]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Empowers one Attack per enemy Power in\nrange, counting up to {1} Power" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="Empowers one Attack per {0} enemy Power in\nrange, counting up to {1} Power" + } + }, + stats={ + [1]="warcry_empowers_per_X_monster_power", + [2]="warcry_empowers_per_X_monster_power_mp_cap" + } + }, + [1790]={ [1]={ [1]={ limit={ @@ -36660,6 +37893,108 @@ return { } }, text="Buff is removed after Empower the next {0} Melee Attacks you perform\nAttacks Empowered by this Skill cannot be Empowered by other Skills" + }, + [21]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=0, + [2]=0 + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next Attack you perform" + }, + [22]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next Attack you perform, plus an additional Attack per Endurance Charge consumed" + }, + [23]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next Attack you perform, plus an additional {1} Attacks per Endurance Charge consumed" + }, + [24]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next {0} Attacks you perform" + }, + [25]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]=1, + [2]=1 + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next {0} Attacks you perform, plus an additional Attack per Endurance Charge consumed" + }, + [26]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=4, + [2]=4 + } + }, + text="Empowers the next {0} Attacks you perform, plus an additional {1} Attacks per Endurance Charge consumed" } }, stats={ @@ -36668,7 +38003,7 @@ return { [3]="skill_empower_limitation_specifier_for_stat_description" } }, - [1720]={ + [1791]={ [1]={ [1]={ limit={ @@ -36693,7 +38028,7 @@ return { [1]="ancestral_cry_empowered_attacks_strike_X_additional_enemies" } }, - [1721]={ + [1792]={ [1]={ [1]={ limit={ @@ -36709,7 +38044,7 @@ return { [1]="rallying_cry_damage_+%_final_from_osm_per_nearby_ally" } }, - [1722]={ + [1793]={ [1]={ [1]={ limit={ @@ -36738,7 +38073,7 @@ return { [1]="seismic_cry_base_slam_skill_damage_+%_final" } }, - [1723]={ + [1794]={ [1]={ [1]={ limit={ @@ -36767,7 +38102,7 @@ return { [1]="seismic_cry_slam_skill_damage_+%_final_increase_per_repeat" } }, - [1724]={ + [1795]={ [1]={ [1]={ limit={ @@ -36796,7 +38131,7 @@ return { [1]="seismic_cry_base_slam_skill_area_+%" } }, - [1725]={ + [1796]={ [1]={ [1]={ limit={ @@ -36825,7 +38160,7 @@ return { [1]="seismic_cry_slam_skill_area_+%_increase_per_repeat" } }, - [1726]={ + [1797]={ [1]={ [1]={ limit={ @@ -36841,7 +38176,7 @@ return { [1]="display_battlemage_cry_exerted_attacks_trigger_supported_spell" } }, - [1727]={ + [1798]={ [1]={ [1]={ limit={ @@ -36857,7 +38192,7 @@ return { [1]="infernal_cry_empowered_attacks_trigger_combust_display" } }, - [1728]={ + [1799]={ [1]={ [1]={ [1]={ @@ -36877,7 +38212,7 @@ return { [1]="ambush_additional_critical_strike_chance_permyriad" } }, - [1729]={ + [1800]={ [1]={ [1]={ limit={ @@ -36893,7 +38228,7 @@ return { [1]="vanishing_ambush_critical_strike_multiplier_+" } }, - [1730]={ + [1801]={ [1]={ [1]={ limit={ @@ -36909,7 +38244,7 @@ return { [1]="intimidating_cry_empowerd_attacks_deal_double_damage_display" } }, - [1731]={ + [1802]={ [1]={ [1]={ limit={ @@ -36938,7 +38273,7 @@ return { [1]="warcry_grant_damage_+%_to_exerted_attacks" } }, - [1732]={ + [1803]={ [1]={ [1]={ limit={ @@ -36963,7 +38298,7 @@ return { [1]="warcry_grant_knockback_%_to_exerted_attacks" } }, - [1733]={ + [1804]={ [1]={ [1]={ limit={ @@ -36979,14 +38314,57 @@ return { [1]="warcry_grant_overwhelm_%_to_exerted_attacks" } }, - [1734]={ + [1805]={ [1]={ }, stats={ [1]="warcry_grant_X_rage_per_5_power" } }, - [1735]={ + [1806]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=0, + [2]=0 + } + }, + text="Stores {0:+d}% of mitigated Physical damage" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + } + }, + text="Stores {0}% of mitigated Physical damage, up to {1}" + } + }, + stats={ + [1]="warding_steel_gains_%_of_damage_from_mitigated_physical_damage", + [2]="warding_steel_maximum_stored_mitigated_physical_damage", + [3]="quality_display_warding_steel_is_gem" + } + }, + [1807]={ [1]={ [1]={ limit={ @@ -37002,7 +38380,7 @@ return { [1]="water_sphere_cold_lightning_exposure_%" } }, - [1736]={ + [1808]={ [1]={ [1]={ limit={ @@ -37018,7 +38396,7 @@ return { [1]="water_sphere_does_weird_conversion_stuff" } }, - [1737]={ + [1809]={ [1]={ [1]={ limit={ @@ -37047,7 +38425,7 @@ return { [1]="weapon_trap_rotation_speed_+%" } }, - [1738]={ + [1810]={ [1]={ [1]={ [1]={ @@ -37067,7 +38445,7 @@ return { [1]="weapon_trap_total_rotation_%" } }, - [1739]={ + [1811]={ [1]={ [1]={ limit={ @@ -37096,7 +38474,7 @@ return { [1]="whirling_blades_evasion_rating_+%_while_moving" } }, - [1740]={ + [1812]={ [1]={ [1]={ limit={ @@ -37112,7 +38490,36 @@ return { [1]="whirling_slash_knockback_distance_+%_final_per_stage" } }, - [1741]={ + [1813]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Damage to enemies within 1.5 metres of you, scaling down to no bonus at 4 metres or further" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Damage to enemies within 1.5 metres of you, scaling down to no bonus at 4 metres or further" + } + }, + stats={ + [1]="wind_blast_damage_+%_final_from_distance" + } + }, + [1814]={ [1]={ [1]={ limit={ @@ -37128,7 +38535,7 @@ return { [1]="winter_brand_max_number_of_stages" } }, - [1742]={ + [1815]={ [1]={ [1]={ limit={ @@ -37144,7 +38551,7 @@ return { [1]="wither_applies_additional_wither_%" } }, - [1743]={ + [1816]={ [1]={ [1]={ limit={ @@ -37160,7 +38567,7 @@ return { [1]="wither_chance_to_apply_another_stack_if_hand_cast_%" } }, - [1744]={ + [1817]={ [1]={ [1]={ limit={ @@ -37176,14 +38583,14 @@ return { [1]="withered_on_chaos_damage_hit_chance_%" } }, - [1745]={ + [1818]={ [1]={ }, stats={ [1]="withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage" } }, - [1746]={ + [1819]={ [1]={ [1]={ limit={ @@ -37208,7 +38615,7 @@ return { [1]="withered_on_hit_chance_%" } }, - [1747]={ + [1820]={ [1]={ [1]={ limit={ @@ -37233,7 +38640,7 @@ return { [1]="withered_on_hit_for_2_seconds_%_chance" } }, - [1748]={ + [1821]={ [1]={ [1]={ limit={ @@ -37258,7 +38665,105 @@ return { [1]="withering_step_chance_to_not_remove_on_skill_use_%" } }, - [1749]={ + [1822]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Buff grants added Attack Cold damage {0} to {1} per 5 Power of enemies and allies in range, capped at {2} to {3}" + } + }, + stats={ + [1]="wolf_warcry_buff_cold_damage_min_per_5_power_up_to_cap", + [2]="wolf_warcry_buff_cold_damage_max_per_5_power_up_to_cap", + [3]="wolf_warcry_buff_cold_damage_min_cap", + [4]="wolf_warcry_buff_cold_damage_max_cap" + } + }, + [1823]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]="#", + [2]="#" + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Empowered Attacks have added Cold damage {0} to {1} per 5 Power of enemies and allies in range, up to {2} to {3}" + } + }, + stats={ + [1]="wolf_warcry_empowered_attack_cold_damage_min_per_5_power_up_to_cap", + [2]="wolf_warcry_empowered_attack_cold_damage_max_per_5_power_up_to_cap", + [3]="wolf_warcry_empowered_attack_cold_damage_min_cap", + [4]="wolf_warcry_empowered_attack_cold_damage_max_cap" + } + }, + [1824]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="When you hit enemies with this Warcry, your wolves will focus the enemy marked by your Cross Slash for {0} seconds" + } + }, + stats={ + [1]="wolf_warcry_focus_fire_duration_ms" + } + }, + [1825]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Summons an Ice Wolf for each Marked enemy in range. Wolves are permanent and not-reviving. Maximum number of wolves {0}. If you already have maximum wolves it will heal a wolf with the lowest health instead of summoning a new one." + } + }, + stats={ + [1]="wolf_warcry_maximum_number_of_wolves" + } + }, + [1826]={ [1]={ [1]={ [1]={ @@ -37291,7 +38796,7 @@ return { [1]="igneous_shield_perfect_block_cooldown_ms" } }, - [1750]={ + [1827]={ [1]={ [1]={ limit={ @@ -37320,7 +38825,7 @@ return { [1]="support_spell_rapid_fire_repeat_use_damage_+%_final" } }, - [1751]={ + [1828]={ [1]={ [1]={ limit={ @@ -37336,7 +38841,7 @@ return { [1]="kinetic_bolt_number_of_zig_zags" } }, - [1752]={ + [1829]={ [1]={ [1]={ limit={ @@ -37365,7 +38870,7 @@ return { [1]="cold_projectile_mine_enemy_critical_strike_chance_+%_against_self" } }, - [1753]={ + [1830]={ [1]={ [1]={ limit={ @@ -37394,7 +38899,7 @@ return { [1]="lightning_explosion_mine_aura_damage_taken_+%" } }, - [1754]={ + [1831]={ [1]={ [1]={ limit={ @@ -37425,7 +38930,7 @@ return { [4]="mortar_barrage_mine_maximum_added_fire_damage_taken_limit" } }, - [1755]={ + [1832]={ [1]={ [1]={ limit={ @@ -37441,7 +38946,7 @@ return { [1]="support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines" } }, - [1756]={ + [1833]={ [1]={ [1]={ limit={ @@ -37470,7 +38975,7 @@ return { [1]="zombie_slam_area_of_effect_+%" } }, - [1757]={ + [1834]={ [1]={ [1]={ limit={ @@ -37486,7 +38991,7 @@ return { [1]="zombie_slam_cooldown_speed_+%" } }, - [1758]={ + [1835]={ [1]={ [1]={ limit={ @@ -37502,7 +39007,7 @@ return { [1]="minion_larger_aggro_radius" } }, - [1759]={ + [1836]={ [1]={ [1]={ limit={ @@ -37518,7 +39023,7 @@ return { [1]="minions_are_defensive" } }, - [1760]={ + [1837]={ [1]={ [1]={ limit={ @@ -37561,1920 +39066,2020 @@ return { [3]="quality_display_infernal_cry_is_gem" } }, - ["%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy"]=1182, - ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=1183, - ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=1184, - ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=1185, - ["absolution_blast_chance_to_summon_on_hitting_rare_or_unique_%"]=395, - ["abyssal_cry_%_max_life_as_chaos_on_death"]=310, - ["abyssal_cry_movement_velocity_+%_per_one_hundred_nearby_enemies"]=308, - ["accuracy_range_penalty_+%"]=396, - ["accuracy_rating"]=106, - ["accuracy_rating_+%"]=107, - ["active_skill_200%_increased_knockback_distance"]=60, - ["active_skill_added_damage_+%_final"]=397, - ["active_skill_additional_critical_strike_chance_if_used_through_frostbolt"]=398, - ["active_skill_area_damage_+%_final"]=399, - ["active_skill_area_of_effect_+%_final"]=69, - ["active_skill_area_of_effect_+%_final_per_endurance_charge"]=400, - ["active_skill_area_of_effect_+%_final_when_cast_on_frostbolt"]=401, - ["active_skill_attack_speed_+%_final"]=277, - ["active_skill_attack_speed_+%_final_while_dual_wielding"]=402, - ["active_skill_base_area_length_+"]=403, - ["active_skill_base_radius_+"]=63, - ["active_skill_base_slow_debuff_movement_speed_+%_final"]=404, - ["active_skill_bleeding_effect_+%_final"]=406, - ["active_skill_bleeding_effect_+%_final_in_blood_stance"]=405, - ["active_skill_can_overload"]=407, - ["active_skill_chaos_damage_+%_final"]=408, - ["active_skill_chill_as_though_damage_+%_final"]=409, - ["active_skill_chill_effect_+%_final"]=97, - ["active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=410, - ["active_skill_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=411, - ["active_skill_cooldown_bypass_type_override_to_power_charge"]=628, - ["active_skill_damage_+%_final_against_enemies_on_full_life"]=415, - ["active_skill_damage_+%_final_against_heavy_stunned_enemies"]=412, - ["active_skill_damage_+%_final_per_time_chained"]=416, - ["active_skill_damage_+%_final_vs_burning_enemies"]=417, - ["active_skill_damage_+%_final_vs_chilled_enemies"]=418, - ["active_skill_damage_+%_final_vs_fully_broken_armour"]=419, - ["active_skill_damage_+%_final_vs_immobilised_enemies"]=413, - ["active_skill_damage_+%_final_while_dual_wielding"]=414, - ["active_skill_damage_+%_when_cast_on_frostbolt"]=420, - ["active_skill_damage_over_time_from_projectile_hits_+%_final"]=372, - ["active_skill_electrocutes_as_though_dealt_damage_+%_final"]=421, - ["active_skill_ground_consecration_radius_+"]=64, - ["active_skill_ground_effect_area_of_effect_+%_final_per_second"]=959, - ["active_skill_ground_effect_area_of_effect_+%_final_per_second_max"]=959, - ["active_skill_hit_damage_freeze_multiplier_+%_final"]=422, - ["active_skill_hit_damage_stun_multiplier_+%_final"]=423, - ["active_skill_if_used_through_frostbolt_damage_+%_final"]=424, - ["active_skill_ignite_chance_+%_final"]=425, - ["active_skill_ignite_duration_+%_final"]=427, - ["active_skill_ignite_effect_+%_final"]=426, - ["active_skill_lightning_damage_+%_final"]=428, - ["active_skill_minion_energy_shield_+%_final"]=130, - ["active_skill_minion_hit_damage_stun_multiplier_+%_final"]=429, - ["active_skill_minion_life_+%_final"]=129, - ["active_skill_minion_movement_velocity_+%_final"]=126, - ["active_skill_movement_speed_+%_final"]=230, - ["active_skill_never_freeze_shock_ignite"]=430, - ["active_skill_pins_as_though_dealt_damage_+%_final"]=431, - ["active_skill_poison_duration_+%_final"]=432, - ["active_skill_projectile_damage_+%_final"]=367, - ["active_skill_projectile_damage_+%_final_for_each_remaining_chain"]=433, - ["active_skill_projectile_damage_+%_final_if_pierced_enemy"]=434, - ["active_skill_reload_speed_+%_final"]=435, - ["active_skill_required_number_of_combo_stacks"]=436, - ["active_skill_returning_projectile_damage_+%_final"]=368, - ["active_skill_shock_as_though_damage_+%_final"]=437, - ["active_skill_shock_chance_+%_final"]=438, - ["active_skill_shock_duration_+%_final"]=439, - ["active_skill_stun_threshold_+%_while_performing_action"]=440, - ["add_endurance_charge_on_skill_hit_%"]=441, - ["add_frenzy_charge_on_kill"]=111, - ["add_frenzy_charge_on_kill_%_chance"]=112, - ["add_frenzy_charge_on_skill_hit_%"]=442, - ["add_power_charge_on_critical_strike_%"]=237, - ["additional_base_critical_strike_chance"]=353, - ["additional_block_chance_against_projectiles_%_per_steel_charge"]=443, - ["additional_chain_chance_%"]=444, - ["additional_chance_to_freeze_chilled_enemies_%"]=334, - ["additional_combo_gain_chance_%"]=445, - ["additional_critical_strike_chance_permyriad_while_affected_by_elusive"]=447, - ["additional_critical_strike_chance_permyriad_while_dead"]=446, - ["additional_projectiles_per_intensity"]=448, - ["additive_thorns_damage_modifiers_apply_to_attack_damage"]=449, - ["aftershock_area_of_effect_+%_final"]=350, - ["alchemists_mark_igniter_creates_burning_ground_%_ignite_damage"]=450, - ["alchemists_mark_poisoner_creates_caustic_ground_%_poison_damage"]=450, - ["all_damage_can_ignite_freeze_shock"]=451, - ["all_damage_can_sap"]=452, - ["already_split_if_no_steel_shards"]=453, - ["always_chain_from_shocked_enemies"]=454, - ["always_crit"]=455, - ["always_freeze"]=91, - ["always_ignite"]=456, - ["always_pierce"]=457, - ["always_stun"]=135, - ["always_stun_enemies_that_are_on_full_life"]=458, - ["ambush_additional_critical_strike_chance_permyriad"]=1728, - ["ancestor_totem_buff_effect_+%"]=459, - ["ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills"]=50, - ["ancestor_totem_parent_activation_range_+%"]=460, - ["ancestral_aid_required_count_of_recent_blocks"]=461, - ["ancestral_call_spirit_strike_interval_ms"]=382, - ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=1720, - ["ancestral_cry_max_physical_damage_reduction_rating"]=1711, - ["ancestral_cry_physical_damage_reduction_rating_per_5_MP"]=1711, - ["ancestral_cry_x_melee_range_per_5_monster_power"]=1712, - ["ancestral_slam_interval_duration"]=383, - ["ancestral_slam_stun_threshold_reduction_+%"]=462, - ["animate_item_maximum_level_requirement"]=254, - ["animate_weapon_chance_to_create_additional_copy_%"]=463, - ["animated_ethereal_blades_have_additional_critical_strike_chance"]=464, - ["apply_%_cold_exposure_for_4_seconds_on_chill"]=465, - ["apply_%_cold_exposure_for_4_seconds_on_freeze"]=466, - ["apply_linked_curses_on_hit_%"]=243, - ["apply_linked_curses_with_dark_ritual"]=467, - ["apply_overpowered_on_enemy_block_reduced_block_and_spell_block_%"]=468, - ["arc_chain_hit_damage_+%_final"]=469, - ["arc_damage_+%_final_for_each_remaining_chain"]=470, - ["arc_damage_+%_final_per_chain"]=471, - ["arcane_cloak_consume_%_of_mana"]=472, - ["arcane_cloak_damage_absorbed_%"]=473, - ["arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second"]=474, - ["arcane_cloak_gain_%_of_consumed_mana_as_lightning_damage"]=475, - ["arctic_armour_chill_when_hit_duration"]=476, - ["arctic_armour_fire_damage_taken_+%_final"]=477, - ["arctic_armour_physical_damage_taken_+%_final"]=478, - ["arctic_breath_maximum_number_of_skulls_allowed"]=479, - ["area_of_effect_+%_per_frost_fury_stage"]=480, - ["area_of_effect_+%_per_removable_power_frenzy_or_endurance_charge"]=481, - ["area_of_effect_+%_when_cast_on_frostbolt"]=482, - ["area_of_effect_+%_while_dead"]=68, - ["area_of_effect_+%_while_not_dual_wielding"]=483, - ["armour_break_for_%_of_poison_damage_over_poison_duration"]=484, - ["armour_break_physical_damage_%_dealt_as_armour_break"]=485, - ["attack_and_cast_speed_+%"]=486, - ["attack_damage_+%"]=487, - ["attack_damage_taken_+%_final_from_enemies_unaffected_by_sand_armour"]=488, - ["attack_duration_ms"]=489, - ["attack_repeat_count"]=236, - ["attack_speed_+%"]=45, - ["attack_speed_+%_granted_from_skill"]=46, - ["attack_speed_+%_per_trauma"]=1570, - ["attack_speed_+%_when_on_low_life"]=47, - ["attack_speed_cannot_be_modified"]=490, - ["attack_speed_modifiers_apply_to_over_time_cost"]=491, - ["attack_trigger_on_hit_%"]=273, - ["attack_trigger_on_hitting_bleeding_enemy_%"]=492, - ["attack_trigger_on_kill_%"]=255, - ["attack_trigger_on_melee_hit_%"]=274, - ["attack_trigger_when_critically_hit_%"]=251, - ["attack_unusable_if_triggerable"]=253, - ["attacks_impale_on_hit_%_chance"]=493, - ["attacks_inflict_bleeding_on_hit"]=553, - ["atziri_unique_staff_storm_call_number_of_markers_to_place"]=285, - ["aura_effect_+%"]=72, - ["avoid_damage_%"]=494, - ["avoid_interruption_while_using_this_skill_%"]=495, - ["backstab_damage_+%"]=136, - ["ball_lightning_superball_%_chance"]=496, - ["banner_aura_magnitude_+%_final_per_resource"]=360, - ["barrage_support_projectile_spread_+%"]=497, - ["barrier_invocation_gain_1_energy_per_X_energy_shield_damage_taken_when_hit"]=498, - ["base_active_skill_buff_stack_gain_frequency_ms"]=1078, + ["%_chance_to_gain_frenzy_charge_on_mine_detonated_targeting_an_enemy"]=1253, + ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=1254, + ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=1255, + ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=1256, + ["absolution_blast_chance_to_summon_on_hitting_rare_or_unique_%"]=386, + ["abyssal_cry_%_max_life_as_chaos_on_death"]=304, + ["abyssal_cry_movement_velocity_+%_per_one_hundred_nearby_enemies"]=302, + ["accuracy_range_penalty_+%"]=387, + ["accuracy_rating"]=103, + ["accuracy_rating_+%"]=104, + ["active_skill_200%_increased_knockback_distance"]=59, + ["active_skill_added_damage_+%_final"]=388, + ["active_skill_additional_critical_strike_chance_if_used_through_frostbolt"]=389, + ["active_skill_all_damage_%_as_fire_if_heat_is_consumed"]=724, + ["active_skill_area_damage_+%_final"]=390, + ["active_skill_area_of_effect_+%_final"]=68, + ["active_skill_area_of_effect_+%_final_per_endurance_charge"]=391, + ["active_skill_area_of_effect_+%_final_when_cast_on_frostbolt"]=392, + ["active_skill_attack_speed_+%_final"]=273, + ["active_skill_attack_speed_+%_final_while_dual_wielding"]=393, + ["active_skill_base_area_length_+"]=394, + ["active_skill_base_radius_+"]=62, + ["active_skill_base_slow_debuff_movement_speed_+%_final"]=395, + ["active_skill_bleeding_effect_+%_final"]=397, + ["active_skill_bleeding_effect_+%_final_in_blood_stance"]=396, + ["active_skill_buff_stack_gain_frequency_ms"]=1721, + ["active_skill_can_overload"]=398, + ["active_skill_chaos_damage_+%_final"]=399, + ["active_skill_chill_as_though_damage_+%_final"]=400, + ["active_skill_chill_effect_+%_final"]=94, + ["active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=401, + ["active_skill_consume_enemy_freeze_to_gain_damage_against_non_unique_+%_final"]=402, + ["active_skill_consume_enemy_freeze_to_gain_damage_against_unique_+%_final"]=403, + ["active_skill_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=404, + ["active_skill_cooldown_bypass_type_override_to_power_charge"]=635, + ["active_skill_damage_+%_final_against_enemies_on_full_life"]=409, + ["active_skill_damage_+%_final_against_heavy_stunned_enemies"]=405, + ["active_skill_damage_+%_final_per_time_chained"]=410, + ["active_skill_damage_+%_final_vs_burning_enemies"]=411, + ["active_skill_damage_+%_final_vs_chilled_enemies"]=412, + ["active_skill_damage_+%_final_vs_fully_broken_armour"]=413, + ["active_skill_damage_+%_final_vs_immobilised_enemies"]=406, + ["active_skill_damage_+%_final_vs_unique_enemies"]=407, + ["active_skill_damage_+%_final_while_dual_wielding"]=408, + ["active_skill_damage_+%_when_cast_on_frostbolt"]=414, + ["active_skill_damage_over_time_from_projectile_hits_+%_final"]=363, + ["active_skill_electrocutes_as_though_dealt_damage_+%_final"]=415, + ["active_skill_ground_consecration_radius_+"]=63, + ["active_skill_ground_effect_area_of_effect_+%_final_per_second"]=1018, + ["active_skill_ground_effect_area_of_effect_+%_final_per_second_max"]=1018, + ["active_skill_has_%_standard_scaling_attack_damage"]=416, + ["active_skill_hit_damage_freeze_multiplier_+%_final"]=417, + ["active_skill_hit_damage_stun_multiplier_+%_final"]=418, + ["active_skill_if_used_through_frostbolt_damage_+%_final"]=419, + ["active_skill_ignite_chance_+%_final"]=420, + ["active_skill_ignite_duration_+%_final"]=422, + ["active_skill_ignite_effect_+%_final"]=421, + ["active_skill_ignite_proliferation_radius"]=423, + ["active_skill_knockback_distance_+%_final"]=424, + ["active_skill_lightning_damage_+%_final"]=425, + ["active_skill_minion_energy_shield_+%_final"]=128, + ["active_skill_minion_hit_damage_stun_multiplier_+%_final"]=426, + ["active_skill_minion_life_+%_final"]=127, + ["active_skill_minion_movement_velocity_+%_final"]=124, + ["active_skill_movement_speed_+%_final"]=226, + ["active_skill_never_freeze_shock_ignite"]=427, + ["active_skill_pins_as_though_dealt_damage_+%_final"]=428, + ["active_skill_poison_duration_+%_final"]=429, + ["active_skill_projectile_damage_+%_final"]=358, + ["active_skill_projectile_damage_+%_final_for_each_remaining_chain"]=430, + ["active_skill_projectile_damage_+%_final_if_pierced_enemy"]=431, + ["active_skill_reload_speed_+%_final"]=432, + ["active_skill_required_number_of_combo_stacks"]=433, + ["active_skill_returning_projectile_damage_+%_final"]=359, + ["active_skill_shock_as_though_damage_+%_final"]=434, + ["active_skill_shock_chance_+%_final"]=435, + ["active_skill_shock_duration_+%_final"]=436, + ["active_skill_shock_effect_+%_final"]=437, + ["active_skill_stun_threshold_+%_while_performing_action"]=438, + ["active_skill_withered_base_duration_ms"]=117, + ["add_endurance_charge_on_skill_hit_%"]=439, + ["add_frenzy_charge_on_kill"]=108, + ["add_frenzy_charge_on_kill_%_chance"]=109, + ["add_frenzy_charge_on_skill_hit_%"]=440, + ["add_power_charge_on_critical_strike_%"]=233, + ["additional_base_critical_strike_chance"]=346, + ["additional_block_chance_against_projectiles_%_per_steel_charge"]=441, + ["additional_chain_chance_%"]=442, + ["additional_chance_to_freeze_chilled_enemies_%"]=327, + ["additional_combo_gain_chance_%"]=443, + ["additional_critical_strike_chance_permyriad_while_affected_by_elusive"]=445, + ["additional_critical_strike_chance_permyriad_while_dead"]=444, + ["additional_projectiles_per_intensity"]=446, + ["additive_thorns_damage_modifiers_apply_to_attack_damage"]=447, + ["aftershock_area_of_effect_+%_final"]=343, + ["alchemists_mark_igniter_creates_burning_ground_%_ignite_damage"]=448, + ["alchemists_mark_poisoner_creates_caustic_ground_%_poison_damage"]=448, + ["all_damage_can_ignite_freeze_shock"]=449, + ["all_damage_can_sap"]=450, + ["already_split_if_no_steel_shards"]=451, + ["always_chain_from_shocked_enemies"]=452, + ["always_crit"]=453, + ["always_freeze"]=89, + ["always_ignite"]=454, + ["always_pierce"]=455, + ["always_stun"]=133, + ["always_stun_enemies_that_are_on_full_life"]=456, + ["ambush_additional_critical_strike_chance_permyriad"]=1799, + ["ancestor_totem_buff_effect_+%"]=457, + ["ancestor_totem_grants_owner_area_of_effect_+%_with_melee_skills"]=49, + ["ancestor_totem_parent_activation_range_+%"]=458, + ["ancestral_aid_required_count_of_recent_blocks"]=459, + ["ancestral_call_spirit_strike_interval_ms"]=373, + ["ancestral_cry_empowered_attacks_strike_X_additional_enemies"]=1791, + ["ancestral_cry_max_physical_damage_reduction_rating"]=1781, + ["ancestral_cry_physical_damage_reduction_rating_per_5_MP"]=1781, + ["ancestral_cry_x_melee_range_per_5_monster_power"]=1782, + ["ancestral_slam_interval_duration"]=374, + ["ancestral_slam_stun_threshold_reduction_+%"]=460, + ["animate_item_maximum_level_requirement"]=250, + ["animate_weapon_chance_to_create_additional_copy_%"]=461, + ["animated_ethereal_blades_have_additional_critical_strike_chance"]=462, + ["apply_%_cold_exposure_for_4_seconds_on_chill"]=463, + ["apply_%_cold_exposure_for_4_seconds_on_freeze"]=464, + ["apply_linked_curses_on_hit_%"]=239, + ["apply_linked_curses_with_dark_ritual"]=465, + ["apply_x_wither_on_hit"]=116, + ["arc_chain_hit_damage_+%_final"]=466, + ["arc_chains_gained_from_infusion_consumption"]=467, + ["arc_damage_+%_final_for_each_remaining_chain"]=469, + ["arc_damage_+%_final_from_infusion_consumption"]=468, + ["arc_damage_+%_final_per_chain"]=470, + ["arcane_cloak_consume_%_of_mana"]=471, + ["arcane_cloak_damage_absorbed_%"]=472, + ["arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second"]=473, + ["arcane_cloak_gain_%_of_consumed_mana_as_lightning_damage"]=474, + ["arctic_armour_chill_when_hit_duration"]=475, + ["arctic_armour_fire_damage_taken_+%_final"]=476, + ["arctic_armour_physical_damage_taken_+%_final"]=477, + ["arctic_breath_maximum_number_of_skulls_allowed"]=478, + ["area_of_effect_+%_per_frost_fury_stage"]=479, + ["area_of_effect_+%_per_removable_power_frenzy_or_endurance_charge"]=480, + ["area_of_effect_+%_when_cast_on_frostbolt"]=481, + ["area_of_effect_+%_while_dead"]=67, + ["area_of_effect_+%_while_not_dual_wielding"]=482, + ["armour_break_for_%_of_poison_damage_over_poison_duration"]=483, + ["armour_break_physical_damage_%_dealt_as_armour_break"]=484, + ["attack_and_cast_speed_+%"]=485, + ["attack_damage_+%"]=486, + ["attack_damage_taken_+%_final_from_enemies_unaffected_by_sand_armour"]=487, + ["attack_duration_ms"]=488, + ["attack_repeat_count"]=232, + ["attack_speed_+%"]=44, + ["attack_speed_+%_granted_from_skill"]=45, + ["attack_speed_+%_per_trauma"]=1645, + ["attack_speed_+%_when_on_low_life"]=46, + ["attack_speed_cannot_be_modified"]=489, + ["attack_speed_modifiers_apply_to_over_time_cost"]=490, + ["attack_trigger_on_hit_%"]=269, + ["attack_trigger_on_hitting_bleeding_enemy_%"]=491, + ["attack_trigger_on_kill_%"]=251, + ["attack_trigger_on_melee_hit_%"]=270, + ["attack_trigger_when_critically_hit_%"]=247, + ["attack_unusable_if_triggerable"]=249, + ["attacks_impale_on_hit_%_chance"]=492, + ["attacks_inflict_bleeding_on_hit"]=556, + ["atziri_unique_staff_storm_call_number_of_markers_to_place"]=281, + ["aura_effect_+%"]=71, + ["avoid_damage_%"]=493, + ["avoid_interruption_while_using_this_skill_%"]=494, + ["backstab_damage_+%"]=134, + ["ball_lightning_superball_%_chance"]=495, + ["barrage_support_projectile_spread_+%"]=496, + ["barrier_invocation_gain_1_energy_per_X_energy_shield_damage_taken_when_hit"]=497, + ["base_active_skill_buff_stack_gain_frequency_ms"]=1145, ["base_actor_scale_+%"]=1, - ["base_all_damage_can_pin"]=92, - ["base_arrow_speed_+%"]=306, - ["base_attack_speed_+%_per_frenzy_charge"]=73, - ["base_aura_area_of_effect_+%"]=71, + ["base_additional_damage_from_distance_+%_final"]=498, + ["base_all_damage_can_pin"]=90, + ["base_arrow_speed_+%"]=300, + ["base_attack_speed_+%_per_frenzy_charge"]=72, + ["base_aura_area_of_effect_+%"]=70, ["base_bleeding_effect_+100%_final_chance"]=499, - ["base_buff_duration_ms_+_per_removable_endurance_charge"]=166, - ["base_cast_speed_+%"]=56, - ["base_chance_to_deal_triple_damage_%"]=500, - ["base_chance_to_destroy_corpse_on_kill_%_vs_ignited"]=501, - ["base_chance_to_freeze_%"]=91, - ["base_chance_to_ignite_%"]=94, - ["base_chance_to_inflict_bleeding_%"]=502, - ["base_chance_to_not_consume_corpse_%"]=633, - ["base_chance_to_pierce_%"]=503, - ["base_chance_to_poison_on_hit_%"]=344, - ["base_chance_to_shock_%"]=93, - ["base_chance_to_shock_%_from_skill"]=1304, - ["base_chaos_damage_%_of_maximum_life_to_deal_per_minute"]=108, - ["base_chaos_damage_taken_per_minute_per_viper_strike_orb"]=137, - ["base_cold_damage_resistance_%"]=208, - ["base_combo_stacks_decay_delay_ms"]=504, - ["base_consume_enemy_freeze_on_hit"]=505, - ["base_consume_enemy_shock_on_hit"]=506, - ["base_cooldown_modifier_ms"]=507, - ["base_cooldown_speed_+%"]=508, - ["base_critical_strike_multiplier_+"]=117, - ["base_damage_taken_+%"]=509, - ["base_dash_additional_damage_from_distance_+%_final"]=510, - ["base_deal_no_chaos_damage"]=511, - ["base_debuff_slow_magnitude_+%"]=512, - ["base_extra_damage_rolls"]=513, - ["base_inflict_cold_exposure_on_hit_%_chance"]=515, - ["base_inflict_fire_exposure_on_hit_%_chance"]=516, - ["base_inflict_lightning_exposure_on_hit_%_chance"]=517, - ["base_life_leech_from_physical_attack_damage_permyriad"]=58, - ["base_life_regeneration_rate_per_minute"]=205, - ["base_lightning_damage_can_electrocute"]=518, - ["base_mana_regeneration_rate_per_minute"]=325, - ["base_movement_velocity_+%"]=102, - ["base_number_of_crossbow_bolts"]=519, - ["base_number_of_effigies_allowed"]=1148, - ["base_number_of_frozen_locus_allowed"]=520, - ["base_number_of_projectiles"]=521, - ["base_number_of_shield_walls_allowed"]=522, - ["base_number_of_tempest_bells_allowed"]=524, - ["base_physical_damage_%_of_maximum_energy_shield_to_deal_per_minute"]=110, - ["base_physical_damage_%_of_maximum_life_to_deal_per_minute"]=109, - ["base_physical_damage_reduction_rating"]=182, - ["base_poison_duration_+%"]=349, - ["base_poison_effect_+%"]=1198, - ["base_poison_effect_+100%_final_chance"]=525, - ["base_projectiles_cannot_chain"]=526, - ["base_reduce_enemy_cold_resistance_%"]=216, - ["base_reduce_enemy_fire_resistance_%"]=215, - ["base_reduce_enemy_lightning_resistance_%"]=217, - ["base_remnant_duration_ms"]=527, - ["base_resist_all_elements_%"]=174, - ["base_righteous_fire_%_of_max_energy_shield_to_deal_to_nearby_per_minute"]=176, - ["base_righteous_fire_%_of_max_life_to_deal_to_nearby_per_minute"]=175, - ["base_skill_area_of_effect_+%"]=65, - ["base_smite_number_of_targets"]=528, - ["base_stun_duration_+%"]=134, - ["base_stun_recovery_+%"]=162, - ["base_stun_threshold_reduction_+%"]=62, - ["base_use_life_in_place_of_mana"]=185, - ["bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed"]=529, - ["berserk_attack_damage_+%_final"]=376, - ["berserk_attack_speed_+%_final"]=377, - ["berserk_base_damage_taken_+%_final"]=379, - ["berserk_minimum_rage"]=375, - ["berserk_movement_speed_+%_final"]=378, - ["berserk_rage_loss_+%_per_second"]=381, - ["blackhole_damage_taken_+%"]=530, - ["blackhole_hinder_%"]=531, - ["blackhole_tick_rate_ms"]=532, - ["blade_blast_detonated_blades_not_removed_%_chance"]=533, - ["blade_burst_area_of_effect_+%_final_per_blade_vortex_blade_detonated"]=534, - ["blade_flurry_elemental_damage_+%_while_channeling"]=535, - ["blade_flurry_final_flurry_area_of_effect_+%"]=536, - ["blade_vortex_additional_blade_chance_%"]=537, - ["blade_vortex_critical_strike_chance_+%_per_blade"]=538, - ["blade_vortex_damage_+%_per_blade_final"]=229, - ["blade_vortex_damage_+%_with_5_or_fewer_blades"]=539, - ["blade_vortex_hit_rate_+%_per_blade"]=228, - ["blade_vortex_hit_rate_ms"]=540, - ["bladefall_critical_strike_chance_+%_per_stage"]=541, - ["bladefall_damage_per_stage_+%_final"]=347, - ["bladefall_volley_gap_distance_+%"]=542, - ["bladefall_volleys_needed_per_vestige_blade"]=543, - ["bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within"]=544, - ["bladestorm_attack_speed_+%_final_while_in_bloodstorm"]=545, - ["bladestorm_create_alternate_stance_storm_%_chance"]=546, - ["bladestorm_maximum_number_of_storms_allowed"]=547, - ["bladestorm_movement_speed_+%_while_in_sandstorm"]=548, - ["bladestorm_sandstorm_movement_speed_+%"]=549, - ["bladestorm_storm_damage_+%_final"]=550, - ["blast_rain_area_of_effect_+%"]=551, - ["blast_rain_damage_+%_vs_distant_enemies"]=552, - ["bleed_on_hit_with_attacks_%"]=553, - ["bleeding_skill_effect_duration"]=80, - ["blind_duration_+%"]=214, - ["blind_effect_+%"]=554, - ["blink_travel_distance"]=555, - ["blood_boil_%_health_as_corrupted_blood_damage_per_minute"]=556, - ["blood_boil_application_interval_ms"]=557, - ["blood_boil_explosion_area_+%_final_per_boil"]=558, - ["blood_ground_leaving_area_lasts_for_ms"]=559, - ["blood_magic_skill_life_cost_+%_final"]=560, - ["blood_sand_stance_melee_skills_area_damage_+%_final_in_blood_stance"]=356, - ["blood_sand_stance_melee_skills_area_damage_+%_final_in_sand_stance"]=359, - ["blood_sand_stance_melee_skills_area_of_effect_+%_final_in_blood_stance"]=357, - ["blood_sand_stance_melee_skills_area_of_effect_+%_final_in_sand_stance"]=358, - ["blood_sand_triggered_blind_on_attack_chance_%"]=562, - ["blood_sand_triggered_change_bleed_on_attack_chance_%"]=563, - ["blood_scythe_cost_+%_final_per_charge"]=564, - ["blood_scythe_damage_+%_final_per_charge"]=565, - ["blood_surge_refresh_on_total_life_spent"]=566, - ["blood_tendrils_beam_count"]=567, - ["bodyswap_damage_+%_when_not_consuming_corpse"]=568, - ["bone_golem_damage_+%_final_per_non_golem_minion_nearby"]=569, - ["bone_golem_damage_per_non_golem_minion_nearby_maximum_%"]=569, - ["bone_golem_grants_minion_maximum_added_physical_damage"]=570, - ["bone_golem_grants_minion_minimum_added_physical_damage"]=570, - ["bone_offering_damage_taken_+%_final_after_shield_loss"]=571, - ["boneshatter_chance_to_gain_+1_trauma"]=572, - ["brand_detonate_faster_activation_%_per_second"]=573, - ["brand_detonate_faster_duration_%_per_second"]=574, - ["brand_recall_spend_%_of_recalled_brands_cost"]=575, - ["branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%"]=576, - ["breach_flame_spawn_rate_ms"]=577, - ["buff_effect_duration"]=76, - ["buff_effect_duration_+%_per_removable_endurance_charge"]=167, - ["buff_effect_duration_+%_per_removable_endurance_charge_limited_to_5"]=168, - ["buff_grants_smite_additional_lightning_targets"]=578, - ["burn_damage_+%"]=101, - ["call_of_steel_reload_amount"]=579, - ["call_of_steel_reload_time"]=579, - ["caltrops_on_dodge_X_triggers"]=580, - ["cannot_be_empowered_by_warcries"]=581, - ["cannot_break_armour"]=582, - ["cannot_cause_bleeding"]=553, - ["cannot_cause_stun_but_allow_stun_buildup"]=583, - ["cannot_daze"]=584, - ["cannot_gain_power_charges_during_skill"]=585, - ["cannot_inflict_blind"]=586, - ["cannot_inflict_elemental_ailments"]=184, - ["cannot_knockback"]=587, - ["cannot_pin"]=588, - ["cast_fire_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit"]=589, - ["cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit"]=590, - ["cast_linked_spells_on_attack_crit_%"]=247, - ["cast_linked_spells_on_melee_kill_%"]=249, - ["cast_on_any_damage_taken_%"]=262, - ["cast_on_attack_use_%"]=256, - ["cast_on_block_gain_X_centienergy_on_block"]=591, - ["cast_on_crit_%"]=593, - ["cast_on_crit_gain_X_centienergy_per_monster_power_on_crit"]=592, - ["cast_on_damage_taken_%"]=275, - ["cast_on_damage_taken_gain_X_centienergy_when_hit"]=594, - ["cast_on_damage_taken_threshold"]=275, - ["cast_on_death_%"]=264, - ["cast_on_death_gain_X_centienergy_on_death"]=595, - ["cast_on_dodge_roll_gain_X_centienergy_per_unit_travelled_while_dodge_rolling"]=596, - ["cast_on_flask_use_%"]=597, - ["cast_on_freeze_gain_X_centienergy_per_monster_power_on_freeze"]=598, - ["cast_on_gain_avians_flight_or_avians_might_%"]=268, - ["cast_on_hit_%"]=269, - ["cast_on_hit_if_cursed_%"]=270, - ["cast_on_ignite_gain_X_centienergy_per_monster_power_on_ignite"]=599, - ["cast_on_lose_cats_stealth"]=271, - ["cast_on_melee_hit_if_cursed_%"]=272, - ["cast_on_melee_kill_gain_X_centienergy_per_monster_power_on_melee_kill"]=600, - ["cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_heavy_stun"]=601, - ["cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_stun"]=602, - ["cast_on_minion_death_gain_1_energy_per_X_minion_relative_defensiveness_%"]=603, - ["cast_on_shock_gain_X_centienergy_per_monster_power_on_shock"]=604, - ["cast_on_skill_use_%"]=257, - ["cast_on_stunned_%"]=266, - ["cast_on_using_charm_gain_X_centienergy_per_charm_charge_used_on_using_charm"]=605, + ["base_buff_duration_ms_+_per_removable_endurance_charge"]=164, + ["base_cast_speed_+%"]=55, + ["base_chance_to_daze_%"]=500, + ["base_chance_to_deal_triple_damage_%"]=501, + ["base_chance_to_destroy_corpse_on_kill_%_vs_ignited"]=502, + ["base_chance_to_freeze_%"]=89, + ["base_chance_to_inflict_bleeding_%"]=503, + ["base_chance_to_not_consume_corpse_%"]=640, + ["base_chance_to_pierce_%"]=504, + ["base_chance_to_poison_on_hit_%"]=337, + ["base_chance_to_shock_%"]=91, + ["base_chance_to_shock_%_from_skill"]=1376, + ["base_chaos_damage_%_of_maximum_life_to_deal_per_minute"]=105, + ["base_chaos_damage_taken_per_minute_per_viper_strike_orb"]=135, + ["base_cold_damage_resistance_%"]=204, + ["base_combo_stacks_decay_delay_ms"]=505, + ["base_consume_enemy_freeze_on_hit"]=506, + ["base_consume_enemy_shock_on_hit"]=507, + ["base_cooldown_modifier_ms"]=508, + ["base_cooldown_speed_+%"]=509, + ["base_critical_strike_multiplier_+"]=114, + ["base_curse_delay_+%"]=510, + ["base_damage_taken_+%"]=511, + ["base_deal_no_chaos_damage"]=512, + ["base_debuff_slow_magnitude_+%"]=513, + ["base_extra_damage_rolls"]=514, + ["base_ignite_effect_+%"]=515, + ["base_inflict_cold_exposure_on_hit_%_chance"]=516, + ["base_inflict_fire_exposure_on_hit_%_chance"]=517, + ["base_inflict_lightning_exposure_on_hit_%_chance"]=518, + ["base_life_leech_from_physical_attack_damage_permyriad"]=57, + ["base_life_recovery_per_minute"]=921, + ["base_life_regeneration_rate_per_minute"]=201, + ["base_lightning_damage_can_electrocute"]=519, + ["base_mana_leech_rate_+%"]=356, + ["base_mana_recovery_per_minute"]=921, + ["base_mana_regeneration_rate_per_minute"]=319, + ["base_movement_velocity_+%"]=99, + ["base_number_of_crossbow_bolts"]=520, + ["base_number_of_effigies_allowed"]=1220, + ["base_number_of_frozen_locus_allowed"]=521, + ["base_number_of_projectiles"]=522, + ["base_number_of_projectiles_in_spiral_nova"]=523, + ["base_number_of_shield_walls_allowed"]=524, + ["base_number_of_tempest_bells_allowed"]=526, + ["base_physical_damage_%_of_maximum_energy_shield_to_deal_per_minute"]=107, + ["base_physical_damage_%_of_maximum_life_to_deal_per_minute"]=106, + ["base_physical_damage_reduction_rating"]=179, + ["base_poison_duration_+%"]=342, + ["base_poison_effect_+%"]=1269, + ["base_poison_effect_+100%_final_chance"]=527, + ["base_projectiles_cannot_chain"]=528, + ["base_reduce_enemy_cold_resistance_%"]=212, + ["base_reduce_enemy_fire_resistance_%"]=211, + ["base_reduce_enemy_lightning_resistance_%"]=213, + ["base_remnant_duration_ms"]=529, + ["base_resist_all_elements_%"]=171, + ["base_righteous_fire_%_of_max_energy_shield_to_deal_to_nearby_per_minute"]=173, + ["base_righteous_fire_%_of_max_life_to_deal_to_nearby_per_minute"]=172, + ["base_skill_area_of_effect_+%"]=64, + ["base_smite_number_of_targets"]=530, + ["base_stun_duration_+%"]=132, + ["base_stun_recovery_+%"]=160, + ["base_stun_threshold_reduction_+%"]=61, + ["base_use_life_in_place_of_mana"]=182, + ["bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed"]=532, + ["berserk_attack_damage_+%_final"]=367, + ["berserk_attack_speed_+%_final"]=368, + ["berserk_base_damage_taken_+%_final"]=370, + ["berserk_minimum_rage"]=366, + ["berserk_movement_speed_+%_final"]=369, + ["berserk_rage_loss_+%_per_second"]=372, + ["blackhole_damage_taken_+%"]=533, + ["blackhole_hinder_%"]=534, + ["blackhole_tick_rate_ms"]=535, + ["blade_blast_detonated_blades_not_removed_%_chance"]=536, + ["blade_burst_area_of_effect_+%_final_per_blade_vortex_blade_detonated"]=537, + ["blade_flurry_elemental_damage_+%_while_channeling"]=538, + ["blade_flurry_final_flurry_area_of_effect_+%"]=539, + ["blade_vortex_additional_blade_chance_%"]=540, + ["blade_vortex_critical_strike_chance_+%_per_blade"]=541, + ["blade_vortex_damage_+%_per_blade_final"]=225, + ["blade_vortex_damage_+%_with_5_or_fewer_blades"]=542, + ["blade_vortex_hit_rate_+%_per_blade"]=224, + ["blade_vortex_hit_rate_ms"]=543, + ["bladefall_critical_strike_chance_+%_per_stage"]=544, + ["bladefall_damage_per_stage_+%_final"]=340, + ["bladefall_volley_gap_distance_+%"]=545, + ["bladefall_volleys_needed_per_vestige_blade"]=546, + ["bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within"]=547, + ["bladestorm_attack_speed_+%_final_while_in_bloodstorm"]=548, + ["bladestorm_create_alternate_stance_storm_%_chance"]=549, + ["bladestorm_maximum_number_of_storms_allowed"]=550, + ["bladestorm_movement_speed_+%_while_in_sandstorm"]=551, + ["bladestorm_sandstorm_movement_speed_+%"]=552, + ["bladestorm_storm_damage_+%_final"]=553, + ["blast_rain_area_of_effect_+%"]=554, + ["blast_rain_damage_+%_vs_distant_enemies"]=555, + ["bleed_on_hit_with_attacks_%"]=556, + ["bleeding_skill_effect_duration"]=79, + ["blind_duration_+%"]=210, + ["blind_effect_+%"]=557, + ["blink_travel_distance"]=558, + ["blood_boil_%_health_as_corrupted_blood_damage_per_minute"]=559, + ["blood_boil_application_interval_ms"]=560, + ["blood_boil_explosion_area_+%_final_per_boil"]=561, + ["blood_ground_leaving_area_lasts_for_ms"]=562, + ["blood_magic_skill_life_cost_+%_final"]=563, + ["blood_sand_stance_melee_skills_area_damage_+%_final_in_blood_stance"]=349, + ["blood_sand_stance_melee_skills_area_damage_+%_final_in_sand_stance"]=352, + ["blood_sand_stance_melee_skills_area_of_effect_+%_final_in_blood_stance"]=350, + ["blood_sand_stance_melee_skills_area_of_effect_+%_final_in_sand_stance"]=351, + ["blood_sand_triggered_blind_on_attack_chance_%"]=565, + ["blood_sand_triggered_change_bleed_on_attack_chance_%"]=566, + ["blood_scythe_cost_+%_final_per_charge"]=567, + ["blood_scythe_damage_+%_final_per_charge"]=568, + ["blood_surge_refresh_on_total_life_spent"]=569, + ["blood_tendrils_beam_count"]=570, + ["bodyswap_damage_+%_when_not_consuming_corpse"]=571, + ["bone_golem_damage_+%_final_per_non_golem_minion_nearby"]=572, + ["bone_golem_damage_per_non_golem_minion_nearby_maximum_%"]=572, + ["bone_golem_grants_minion_maximum_added_physical_damage"]=573, + ["bone_golem_grants_minion_minimum_added_physical_damage"]=573, + ["bone_offering_damage_taken_+%_final_after_shield_loss"]=574, + ["boneshatter_chance_to_gain_+1_trauma"]=575, + ["brand_detonate_faster_activation_%_per_second"]=576, + ["brand_detonate_faster_duration_%_per_second"]=577, + ["brand_recall_spend_%_of_recalled_brands_cost"]=578, + ["branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%"]=579, + ["breach_flame_spawn_rate_ms"]=580, + ["buff_effect_duration"]=75, + ["buff_effect_duration_+%_per_removable_endurance_charge"]=165, + ["buff_effect_duration_+%_per_removable_endurance_charge_limited_to_5"]=166, + ["buff_grants_smite_additional_lightning_targets"]=581, + ["burn_damage_+%"]=98, + ["call_of_steel_reload_amount"]=582, + ["call_of_steel_reload_time"]=582, + ["caltrops_on_dodge_X_triggers"]=583, + ["cannot_be_empowered_by_warcries"]=584, + ["cannot_break_armour"]=585, + ["cannot_cause_bleeding"]=556, + ["cannot_cause_stun_but_allow_stun_buildup"]=586, + ["cannot_consume_power_frenzy_endurance_charges"]=587, + ["cannot_daze"]=588, + ["cannot_gain_power_charges_during_skill"]=589, + ["cannot_inflict_blind"]=590, + ["cannot_inflict_elemental_ailments"]=181, + ["cannot_knockback"]=591, + ["cannot_pin"]=592, + ["cast_fire_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit"]=593, + ["cast_lightning_spell_on_hit_gain_X_centienergy_per_monster_power_on_hit"]=594, + ["cast_linked_spells_on_attack_crit_%"]=243, + ["cast_linked_spells_on_melee_kill_%"]=245, + ["cast_on_any_damage_taken_%"]=258, + ["cast_on_attack_use_%"]=252, + ["cast_on_block_gain_X_centienergy_on_block"]=595, + ["cast_on_crit_%"]=597, + ["cast_on_crit_gain_X_centienergy_per_monster_power_on_crit"]=596, + ["cast_on_damage_taken_%"]=271, + ["cast_on_damage_taken_gain_X_centienergy_when_hit"]=598, + ["cast_on_damage_taken_threshold"]=271, + ["cast_on_death_%"]=260, + ["cast_on_death_gain_X_centienergy_on_death"]=599, + ["cast_on_dodge_roll_gain_X_centienergy_per_unit_travelled_while_dodge_rolling"]=600, + ["cast_on_flask_use_%"]=601, + ["cast_on_freeze_gain_X_centienergy_per_monster_power_on_freeze"]=602, + ["cast_on_gain_avians_flight_or_avians_might_%"]=264, + ["cast_on_hit_%"]=265, + ["cast_on_hit_if_cursed_%"]=266, + ["cast_on_ignite_gain_X_centienergy_per_monster_power_on_ignite"]=603, + ["cast_on_lose_cats_stealth"]=267, + ["cast_on_melee_hit_if_cursed_%"]=268, + ["cast_on_melee_kill_gain_X_centienergy_per_monster_power_on_melee_kill"]=604, + ["cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_heavy_stun"]=605, + ["cast_on_melee_stun_gain_X_centienergy_per_monster_power_on_stun"]=606, + ["cast_on_minion_death_gain_1_energy_per_X_minion_relative_defensiveness_%"]=607, + ["cast_on_shock_gain_X_centienergy_per_monster_power_on_shock"]=608, + ["cast_on_skill_use_%"]=253, + ["cast_on_stunned_%"]=262, + ["cast_on_using_charm_gain_X_centienergy_per_charm_charge_used_on_using_charm"]=609, ["cast_speed_+%_granted_from_skill"]=17, - ["cast_speed_+%_when_on_low_life"]=55, - ["cast_speed_modifiers_apply_to_over_time_cost"]=606, - ["cast_when_hit_%"]=263, - ["cast_when_stunned_gain_X_centienergy_when_stunned"]=607, - ["cast_while_channelling_gain_X_energy_per_second_while_channelling"]=608, - ["cast_while_channelling_lose_X_energy_per_second_while_not_channelling"]=609, - ["cast_while_channelling_time_ms"]=279, - ["chain_hook_range_+%"]=610, - ["chain_strike_cone_radius_+_per_x_rage"]=611, - ["chain_strike_gain_x_rage_if_attack_hits"]=612, - ["chaining_range_+%"]=613, - ["chance_%_to_double_effect_of_removing_charges"]=616, - ["chance_%_when_poison_to_also_poison_another_enemy"]=617, - ["chance_for_extra_damage_roll_%"]=614, - ["chance_for_melee_skeletons_to_summon_as_archer_skeletons_%"]=615, - ["chance_to_bleed_on_hit_%_chance_in_blood_stance"]=618, - ["chance_to_bleed_on_hit_%_vs_maimed"]=619, - ["chance_to_cast_a_stance_change_on_perforate_or_lacerate_%"]=620, - ["chance_to_cast_on_bear_warcry_%"]=621, - ["chance_to_cast_on_kill_%"]=258, - ["chance_to_cast_on_kill_%_target_self"]=259, - ["chance_to_cast_on_rampage_tier_%"]=265, - ["chance_to_cast_when_your_trap_is_triggered_%"]=276, - ["chance_to_deal_double_damage_%"]=622, - ["chance_to_deal_double_damage_%_vs_bleeding_enemies"]=623, - ["chance_to_double_stun_duration_%"]=624, - ["chance_to_fork_extra_projectile_%"]=625, - ["chance_to_fortify_on_melee_hit_+%"]=312, - ["chance_to_freeze_shock_ignite_%"]=333, - ["chance_to_gain_1_more_charge_%"]=626, - ["chance_to_gain_endurance_charge_on_armour_break_%"]=627, - ["chance_to_gain_frenzy_charge_on_killing_enemy_affected_by_cold_snap_ground_%"]=628, - ["chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%"]=629, - ["chance_to_ignore_hexproof_%"]=630, - ["chance_to_inflict_additional_impale_%"]=631, - ["chance_to_inflict_scorch_brittle_sap_%"]=632, - ["chance_to_pierce_ignited_enemy_%"]=634, - ["chance_to_poison_on_hit_can_apply_multiple_stacks"]=635, - ["chance_to_sap_%_vs_enemies_in_chilling_areas"]=636, - ["chance_to_scorch_%"]=637, - ["chance_to_summon_support_ghost_on_hitting_rare_or_unique_%"]=638, - ["chance_to_summon_support_ghost_on_killing_blow_%"]=639, - ["chance_to_trigger_fiery_death_on_ignited_enemy_death_%"]=640, - ["chance_to_trigger_level_20_blink_arrow_on_attack_from_mirror_arrow_%"]=641, - ["chance_to_trigger_level_20_body_swap_on_detonate_dead_cast_%"]=642, - ["chance_to_trigger_level_20_bone_corpses_on_stun_with_heavy_strike_or_boneshatter_%"]=643, - ["chance_to_trigger_level_20_gravity_sphere_on_cast_with_storm_burst_or_divine_ire_%"]=644, - ["chance_to_trigger_level_20_hydrosphere_while_channeling_winter_orb_%"]=645, - ["chance_to_trigger_level_20_ice_nova_on_final_burst_of_glacial_cascade_%"]=646, - ["chance_to_trigger_level_20_mirror_arrow_on_attack_from_blink_arrow_%"]=647, - ["chance_to_trigger_level_20_summon_spectral_wolf_on_crit_from_cleave_or_reave_%"]=648, - ["chance_to_trigger_level_20_tornado_on_attack_from_split_arrow_or_tornado_shot_%"]=649, - ["chance_to_trigger_on_animate_guardian_kill_%"]=650, - ["chance_to_trigger_on_animate_weapon_kill_%"]=651, - ["chance_to_unnerve_on_hit_%"]=652, - ["channelled_slam_area_of_effect_radius_+_per_stage"]=653, - ["chaos_damage_resisted_by_lowest_resistance"]=654, - ["chaos_damage_taken_+%"]=343, - ["chaos_golem_grants_additional_physical_damage_reduction_%"]=319, - ["charge_skip_consume_chance_%"]=655, - ["charged_attack_damage_per_stack_+%_final"]=656, - ["charged_blast_spell_damage_+%_final_per_stack"]=278, - ["charged_dash_channelling_damage_at_full_stacks_+%_final"]=657, - ["charged_dash_damage_+%_final_per_stack"]=658, - ["charged_dash_skill_inherent_movement_speed_+%_final"]=659, - ["chill_duration_+%"]=96, - ["chill_effect_+%"]=98, - ["chilled_ground_base_magnitude_override"]=660, - ["chilling_area_movement_velocity_+%"]=661, - ["chilling_ice_create_chilled_ground_on_freeze_base_duration_ms"]=662, - ["chronomancer_buff_cooldown_speed_+%"]=663, - ["circle_of_power_mana_spend_per_upgrade"]=664, - ["cleave_+1_base_radius_per_nearby_enemy_up_to_10"]=667, - ["cleave_area_of_effect_+%_final_from_executioner"]=665, - ["cleave_damage_against_enemies_on_low_life_+%_final_from_executioner"]=666, - ["cluster_burst_spawn_amount"]=307, - ["cold_ailment_duration_+%"]=668, - ["cold_ailment_effect_+%"]=669, - ["cold_damage_+%"]=301, - ["cold_damage_cannot_freeze"]=391, - ["cold_projectile_mine_enemy_critical_strike_chance_+%_against_self"]=1752, - ["cold_snap_%_chance_to_not_remove_freeze"]=670, - ["combat_rush_effect_+%"]=671, - ["command_minion_target_ally_below_x_life"]=672, - ["companion_all_attributes_+%"]=673, - ["consecrated_ground_area_+%"]=677, - ["consecrated_ground_effect_+%"]=674, - ["consecrated_ground_enemy_damage_taken_+%"]=675, - ["consecrated_ground_immune_to_curses"]=676, - ["consume_enemy_daze_to_always_hit"]=678, - ["consume_enemy_dazed_to_gain_hit_damage_stun_multiplier_+%_final"]=679, - ["consume_enemy_freeze_to_guarantee_crit"]=680, - ["consume_enemy_fully_broken_armour_to_guarantee_crit"]=681, - ["consume_enemy_shock_to_gain_damage_+%_final_per_5%_increased_damage_taken_from_shock"]=682, - ["consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge"]=683, - ["consume_ignite_on_hit"]=684, + ["cast_speed_+%_when_on_low_life"]=54, + ["cast_speed_modifiers_apply_to_over_time_cost"]=610, + ["cast_when_hit_%"]=259, + ["cast_when_stunned_gain_X_centienergy_when_stunned"]=611, + ["cast_while_channelling_gain_X_energy_per_second_while_channelling"]=612, + ["cast_while_channelling_lose_X_energy_per_second_while_not_channelling"]=613, + ["cast_while_channelling_time_ms"]=275, + ["chain_hook_range_+%"]=614, + ["chain_strike_cone_radius_+_per_x_rage"]=615, + ["chain_strike_gain_x_rage_if_attack_hits"]=616, + ["chaining_range_+%"]=617, + ["chance_%_to_double_effect_of_removing_charges"]=621, + ["chance_%_to_spawn_another_infusion_remnant"]=618, + ["chance_%_when_poison_to_also_poison_another_enemy"]=622, + ["chance_for_extra_damage_roll_%"]=619, + ["chance_for_melee_skeletons_to_summon_as_archer_skeletons_%"]=620, + ["chance_to_bleed_on_hit_%_chance_in_blood_stance"]=623, + ["chance_to_bleed_on_hit_%_vs_maimed"]=624, + ["chance_to_cast_a_stance_change_on_perforate_or_lacerate_%"]=625, + ["chance_to_cast_on_bear_warcry_%"]=626, + ["chance_to_cast_on_kill_%"]=254, + ["chance_to_cast_on_kill_%_target_self"]=255, + ["chance_to_cast_on_rampage_tier_%"]=261, + ["chance_to_cast_when_your_trap_is_triggered_%"]=272, + ["chance_to_daze_+%"]=627, + ["chance_to_daze_+%_final"]=628, + ["chance_to_deal_double_damage_%"]=629, + ["chance_to_deal_double_damage_%_vs_bleeding_enemies"]=630, + ["chance_to_double_stun_duration_%"]=631, + ["chance_to_fork_extra_projectile_%"]=632, + ["chance_to_fortify_on_melee_hit_+%"]=306, + ["chance_to_gain_1_more_charge_%"]=633, + ["chance_to_gain_endurance_charge_on_armour_break_%"]=634, + ["chance_to_gain_frenzy_charge_on_killing_enemy_affected_by_cold_snap_ground_%"]=635, + ["chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%"]=636, + ["chance_to_ignore_hexproof_%"]=637, + ["chance_to_inflict_additional_impale_%"]=638, + ["chance_to_inflict_scorch_brittle_sap_%"]=639, + ["chance_to_not_consume_infusion_%"]=641, + ["chance_to_not_consume_parried_%"]=642, + ["chance_to_pierce_ignited_enemy_%"]=643, + ["chance_to_poison_on_hit_can_apply_multiple_stacks"]=644, + ["chance_to_retain_40%_of_glory_on_use_%"]=645, + ["chance_to_sap_%_vs_enemies_in_chilling_areas"]=646, + ["chance_to_scorch_%"]=647, + ["chance_to_summon_support_ghost_on_hitting_rare_or_unique_%"]=648, + ["chance_to_summon_support_ghost_on_killing_blow_%"]=649, + ["chance_to_trigger_fiery_death_on_ignited_enemy_death_%"]=650, + ["chance_to_trigger_level_20_blink_arrow_on_attack_from_mirror_arrow_%"]=651, + ["chance_to_trigger_level_20_body_swap_on_detonate_dead_cast_%"]=652, + ["chance_to_trigger_level_20_bone_corpses_on_stun_with_heavy_strike_or_boneshatter_%"]=653, + ["chance_to_trigger_level_20_gravity_sphere_on_cast_with_storm_burst_or_divine_ire_%"]=654, + ["chance_to_trigger_level_20_hydrosphere_while_channeling_winter_orb_%"]=655, + ["chance_to_trigger_level_20_ice_nova_on_final_burst_of_glacial_cascade_%"]=656, + ["chance_to_trigger_level_20_mirror_arrow_on_attack_from_blink_arrow_%"]=657, + ["chance_to_trigger_level_20_summon_spectral_wolf_on_crit_from_cleave_or_reave_%"]=658, + ["chance_to_trigger_level_20_tornado_on_attack_from_split_arrow_or_tornado_shot_%"]=659, + ["chance_to_trigger_on_animate_guardian_kill_%"]=660, + ["chance_to_trigger_on_animate_weapon_kill_%"]=661, + ["chance_to_unnerve_on_hit_%"]=662, + ["channelled_slam_area_of_effect_radius_+_per_stage"]=663, + ["chaos_damage_resisted_by_lowest_resistance"]=664, + ["chaos_damage_taken_+%"]=336, + ["chaos_golem_grants_additional_physical_damage_reduction_%"]=313, + ["charge_skip_consume_chance_%"]=665, + ["charged_attack_damage_per_stack_+%_final"]=666, + ["charged_blast_spell_damage_+%_final_per_stack"]=274, + ["charged_dash_channelling_damage_at_full_stacks_+%_final"]=667, + ["charged_dash_damage_+%_final_per_stack"]=668, + ["charged_dash_skill_inherent_movement_speed_+%_final"]=669, + ["chill_duration_+%"]=93, + ["chill_effect_+%"]=95, + ["chilled_ground_base_magnitude_override"]=670, + ["chilling_area_movement_velocity_+%"]=671, + ["chilling_ice_create_chilled_ground_on_freeze_base_duration_ms"]=672, + ["chronomancer_buff_cooldown_speed_+%"]=673, + ["circle_of_power_mana_spend_per_upgrade"]=674, + ["cleave_+1_base_radius_per_nearby_enemy_up_to_10"]=677, + ["cleave_area_of_effect_+%_final_from_executioner"]=675, + ["cleave_damage_against_enemies_on_low_life_+%_final_from_executioner"]=676, + ["cluster_burst_spawn_amount"]=301, + ["cold_ailment_duration_+%"]=678, + ["cold_ailment_effect_+%"]=679, + ["cold_damage_+%"]=295, + ["cold_damage_cannot_freeze"]=382, + ["cold_projectile_mine_enemy_critical_strike_chance_+%_against_self"]=1829, + ["cold_snap_%_chance_to_not_remove_freeze"]=680, + ["combat_rush_effect_+%"]=681, + ["combined_chaos_main_hand_hit_damage_freeze_multiplier_+%_including_final"]=682, + ["combined_chaos_main_hand_hit_damage_stun_multiplier_+%_including_final"]=683, + ["combined_chaos_off_hand_hit_damage_freeze_multiplier_+%_including_final"]=684, + ["combined_chaos_off_hand_hit_damage_stun_multiplier_+%_including_final"]=685, + ["combined_chaos_other_hit_damage_freeze_multiplier_+%_including_final"]=686, + ["combined_chaos_other_hit_damage_stun_multiplier_+%_including_final"]=687, + ["combined_chaos_spell_hit_damage_freeze_multiplier_+%_including_final"]=688, + ["combined_chaos_spell_hit_damage_stun_multiplier_+%_including_final"]=689, + ["combined_cold_main_hand_hit_damage_freeze_multiplier_+%_including_final"]=690, + ["combined_cold_off_hand_hit_damage_freeze_multiplier_+%_including_final"]=691, + ["combined_cold_other_hit_damage_freeze_multiplier_+%_including_final"]=692, + ["combined_cold_spell_hit_damage_freeze_multiplier_+%_including_final"]=693, + ["combined_fire_main_hand_hit_damage_freeze_multiplier_+%_including_final"]=694, + ["combined_fire_main_hand_hit_damage_stun_multiplier_+%_including_final"]=695, + ["combined_fire_off_hand_hit_damage_freeze_multiplier_+%_including_final"]=696, + ["combined_fire_off_hand_hit_damage_stun_multiplier_+%_including_final"]=697, + ["combined_fire_other_hit_damage_freeze_multiplier_+%_including_final"]=698, + ["combined_fire_other_hit_damage_stun_multiplier_+%_including_final"]=699, + ["combined_fire_spell_hit_damage_freeze_multiplier_+%_including_final"]=700, + ["combined_fire_spell_hit_damage_stun_multiplier_+%_including_final"]=701, + ["combined_lightning_main_hand_hit_damage_freeze_multiplier_+%_including_final"]=702, + ["combined_lightning_main_hand_hit_damage_stun_multiplier_+%_including_final"]=703, + ["combined_lightning_off_hand_hit_damage_freeze_multiplier_+%_including_final"]=704, + ["combined_lightning_off_hand_hit_damage_stun_multiplier_+%_including_final"]=705, + ["combined_lightning_other_hit_damage_freeze_multiplier_+%_including_final"]=706, + ["combined_lightning_other_hit_damage_stun_multiplier_+%_including_final"]=707, + ["combined_lightning_spell_hit_damage_freeze_multiplier_+%_including_final"]=708, + ["combined_lightning_spell_hit_damage_stun_multiplier_+%_including_final"]=709, + ["combined_physical_main_hand_hit_damage_freeze_multiplier_+%_including_final"]=710, + ["combined_physical_main_hand_hit_damage_stun_multiplier_+%_including_final"]=711, + ["combined_physical_off_hand_hit_damage_freeze_multiplier_+%_including_final"]=712, + ["combined_physical_off_hand_hit_damage_stun_multiplier_+%_including_final"]=713, + ["combined_physical_other_hit_damage_freeze_multiplier_+%_including_final"]=714, + ["combined_physical_other_hit_damage_stun_multiplier_+%_including_final"]=715, + ["combined_physical_spell_hit_damage_freeze_multiplier_+%_including_final"]=716, + ["combined_physical_spell_hit_damage_stun_multiplier_+%_including_final"]=717, + ["command_minion_target_ally_below_x_life"]=718, + ["companion_all_attributes_+%"]=719, + ["consecrated_ground_area_+%"]=723, + ["consecrated_ground_effect_+%"]=720, + ["consecrated_ground_enemy_damage_taken_+%"]=721, + ["consecrated_ground_immune_to_curses"]=722, + ["consume_X_heat_on_skill_use"]=724, + ["consume_enemy_daze_to_always_hit"]=725, + ["consume_enemy_dazed_to_gain_hit_damage_stun_multiplier_+%_final"]=726, + ["consume_enemy_freeze_to_guarantee_crit"]=727, + ["consume_enemy_fully_broken_armour_to_guarantee_crit"]=728, + ["consume_enemy_shock_to_gain_damage_+%_final_per_5%_increased_damage_taken_from_shock"]=729, + ["consume_ignite_freeze_shock_on_hit_to_trigger_elemental_discharge"]=730, + ["consume_ignite_on_hit"]=731, ["consume_parry_debuff_on_hit_to_gain_X_frenzy_charges"]=12, - ["contagion_maximum_spread_magnitude_+%_final"]=686, - ["contagion_number_of_additional_targets"]=685, - ["contagion_spread_magnitude_+%_final"]=686, - ["conversation_trap_converted_enemy_damage_+%"]=687, - ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=688, - ["corpse_erruption_maximum_number_of_geyers"]=689, + ["contagion_maximum_spread_magnitude_+%_final"]=733, + ["contagion_number_of_additional_targets"]=732, + ["contagion_spread_magnitude_+%_final"]=733, + ["conversation_trap_converted_enemy_damage_+%"]=734, + ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=735, + ["corpse_erruption_maximum_number_of_geyers"]=736, ["corpse_explosion_monster_life_%"]=24, ["corpse_explosion_monster_life_%_chaos"]=25, ["corpse_explosion_monster_life_%_lightning"]=26, - ["corpse_explosion_monster_life_permillage_chaos"]=690, + ["corpse_explosion_monster_life_permillage_chaos"]=737, ["corpse_explosion_monster_life_permillage_fire"]=27, ["corpse_explosion_monster_life_permillage_physical"]=28, - ["corpse_warp_area_of_effect_+%_final_when_consuming_corpse"]=691, - ["corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second"]=364, - ["corrosive_shroud_poison_effect_+%_final_while_accumulating_poison"]=361, - ["corrupting_fever_apply_additional_corrupted_blood_%"]=692, - ["cover_in_ash_on_hit_%"]=693, - ["create_herald_of_thunder_storm_on_shocking_enemy"]=694, - ["created_slipstream_action_speed_+%"]=695, - ["cremation_chance_to_explode_nearby_corpse_when_firing_projectiles"]=696, - ["critical_hit_damaging_ailment_effect_+%"]=698, - ["critical_hit_poison_effect_+%"]=699, - ["critical_strike_chance_+%"]=113, - ["critical_strike_chance_+%_per_power_charge"]=700, - ["critical_strike_chance_+%_per_righteous_charge"]=701, - ["critical_strike_chance_+%_vs_blinded_enemies"]=702, - ["critical_strike_chance_+%_vs_immobilised_enemies"]=703, - ["critical_strike_chance_+%_vs_shocked_enemies"]=697, - ["critical_strike_multiplier_+_per_blade"]=704, - ["critical_strike_multiplier_+_per_power_charge"]=705, - ["critical_strike_multiplier_+_while_affected_by_elusive"]=118, - ["crossbow_reload_on_heavy_stun"]=706, - ["cruelty_effect_+%"]=707, - ["crush_for_2_seconds_on_hit_%_chance"]=708, - ["cull_frozen_enemies_on_hit"]=709, - ["curse_apply_as_curse_zone"]=710, - ["curse_delay_duration_ms"]=711, - ["curse_effect_+%"]=280, - ["curse_effect_duration"]=74, - ["curse_pillar_curse_effect_+%_final"]=281, - ["cyclone_area_of_effect_+%_per_additional_melee_range"]=66, - ["cyclone_first_hit_damage_+%_final"]=351, - ["cyclone_gain_stage_every_x_ms_while_channelling"]=712, - ["cyclone_max_number_of_stages"]=713, - ["cyclone_melee_weapon_range_+_per_stage"]=714, - ["cyclone_stage_decay_time_ms"]=715, - ["damage_+%"]=326, - ["damage_+%_final_to_stunned_enemies"]=295, - ["damage_+%_if_lost_endurance_charge_in_past_8_seconds"]=716, - ["damage_+%_per_200_mana_spent_recently"]=717, - ["damage_+%_per_chain"]=718, - ["damage_+%_vs_burning_enemies"]=297, - ["damage_+%_vs_enemies_on_full_life"]=719, - ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=720, - ["damage_+%_while_life_leeching"]=721, - ["damage_+%_while_mana_leeching"]=722, - ["damage_infusion_%"]=43, - ["damage_over_time_+%"]=346, - ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=724, - ["damage_vs_enemies_on_low_life_+%"]=725, - ["damaging_ailments_deal_damage_+%_faster"]=726, - ["dark_effigy_additional_projectile_chance_per_debuff_on_target"]=727, - ["dark_ritual_damage_+%_final_per_curse_applied"]=728, - ["dark_ritual_skill_effect_duration_+%_per_curse_applied"]=729, - ["dash_grants_phasing_after_use_ms"]=730, - ["deal_no_elemental_damage"]=731, - ["deal_no_non_cold_damage"]=390, - ["deal_no_non_fire_damage"]=388, - ["deal_no_non_lightning_damage"]=389, - ["death_wish_attack_speed_+%"]=732, - ["death_wish_cast_speed_+%"]=733, - ["death_wish_hit_damage_+%_final_per_stage"]=734, - ["death_wish_max_stages"]=735, - ["death_wish_movement_speed_+%"]=736, - ["debilitate_enemies_for_1_second_on_hit_%_chance"]=737, - ["debuff_time_passed_+%"]=738, - ["degen_effect_+%"]=165, - ["desecrate_chance_for_additional_corpse_%"]=739, - ["desecrate_chance_for_special_corpse_%"]=740, - ["desecrate_corpse_level"]=287, - ["desecrate_maximum_number_of_corpses"]=741, - ["desecrate_number_of_corpses_to_create"]=286, - ["destroy_corpses_on_kill_%_chance"]=742, - ["detonate_dead_damage_+%_if_corpse_ignited"]=743, - ["detonate_mines_recover_permyriad_of_life_per_mine_detonated"]=744, - ["detonating_arrow_all_damage_%_to_gain_as_fire_per_stage"]=745, - ["detonating_arrow_max_number_of_stages"]=745, - ["disable_mine_detonation_cascade"]=746, - ["discharge_chance_not_to_consume_charges_%"]=747, - ["discharge_damage_+%_if_3_charge_types_removed"]=748, - ["disintegrate_base_radius_+_per_intensify"]=749, - ["disintegrate_damage_+%_final_per_intensity"]=750, - ["disintegrate_secondary_beam_angle_+%"]=751, - ["display_additional_projectile_per_2_mines_in_detonation_sequence"]=752, - ["display_additional_projectile_per_4_mines_in_detonation_sequence"]=753, - ["display_additional_projectile_per_mine_in_detonation_sequence"]=754, - ["display_battlemage_cry_exerted_attacks_trigger_supported_spell"]=1726, - ["display_bear_warcry"]=755, - ["display_blink_base_cooldown"]=756, - ["display_brand_deonate_tag_conversion"]=757, + ["corpse_warp_area_of_effect_+%_final_when_consuming_corpse"]=738, + ["corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second"]=354, + ["corrosive_shroud_poison_effect_+%_final_while_accumulating_poison"]=353, + ["corrupting_fever_apply_additional_corrupted_blood_%"]=739, + ["cover_in_ash_on_hit_%"]=740, + ["create_herald_of_thunder_storm_on_shocking_enemy"]=741, + ["created_slipstream_action_speed_+%"]=742, + ["cremation_chance_to_explode_nearby_corpse_when_firing_projectiles"]=743, + ["critical_hit_damaging_ailment_effect_+%"]=745, + ["critical_hit_poison_effect_+%"]=746, + ["critical_strike_chance_+%"]=110, + ["critical_strike_chance_+%_per_power_charge"]=747, + ["critical_strike_chance_+%_per_righteous_charge"]=748, + ["critical_strike_chance_+%_vs_blinded_enemies"]=749, + ["critical_strike_chance_+%_vs_immobilised_enemies"]=750, + ["critical_strike_chance_+%_vs_shocked_enemies"]=744, + ["critical_strike_multiplier_+_per_blade"]=751, + ["critical_strike_multiplier_+_per_power_charge"]=752, + ["critical_strike_multiplier_+_while_affected_by_elusive"]=115, + ["crossbow_ammo_always_reload"]=753, + ["crossbow_reload_on_heavy_stun"]=754, + ["cruelty_effect_+%"]=755, + ["crush_for_2_seconds_on_hit_%_chance"]=756, + ["cull_frozen_enemies_on_hit"]=757, + ["curse_apply_as_curse_zone"]=758, + ["curse_delay_duration_ms"]=759, + ["curse_effect_+%"]=276, + ["curse_effect_duration"]=73, + ["curse_pillar_curse_effect_+%_final"]=277, + ["cyclone_area_of_effect_+%_per_additional_melee_range"]=65, + ["cyclone_first_hit_damage_+%_final"]=344, + ["cyclone_gain_stage_every_x_ms_while_channelling"]=760, + ["cyclone_max_number_of_stages"]=761, + ["cyclone_melee_weapon_range_+_per_stage"]=762, + ["cyclone_stage_decay_time_ms"]=763, + ["damage_+%"]=320, + ["damage_+%_final_from_lich_apparition_cloned_skill"]=764, + ["damage_+%_final_to_stunned_enemies"]=289, + ["damage_+%_if_lost_endurance_charge_in_past_8_seconds"]=765, + ["damage_+%_per_200_mana_spent_recently"]=766, + ["damage_+%_per_chain"]=767, + ["damage_+%_vs_burning_enemies"]=291, + ["damage_+%_vs_enemies_on_full_life"]=768, + ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=769, + ["damage_+%_while_life_leeching"]=770, + ["damage_+%_while_mana_leeching"]=771, + ["damage_over_time_+%"]=339, + ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=773, + ["damage_vs_enemies_on_low_life_+%"]=774, + ["damaging_ailments_deal_damage_+%_faster"]=775, + ["dark_effigy_additional_projectile_chance_per_debuff_on_target"]=776, + ["dark_ritual_damage_+%_final_per_curse_applied"]=777, + ["dark_ritual_skill_effect_duration_+%_per_curse_applied"]=778, + ["dash_grants_phasing_after_use_ms"]=779, + ["deal_no_elemental_damage"]=780, + ["deal_no_non_cold_damage"]=381, + ["deal_no_non_fire_damage"]=379, + ["deal_no_non_lightning_damage"]=380, + ["death_wish_attack_speed_+%"]=781, + ["death_wish_cast_speed_+%"]=782, + ["death_wish_hit_damage_+%_final_per_stage"]=783, + ["death_wish_max_stages"]=784, + ["death_wish_movement_speed_+%"]=785, + ["debilitate_enemies_for_1_second_on_hit_%_chance"]=786, + ["debuff_time_passed_+%"]=787, + ["degen_effect_+%"]=163, + ["desecrate_chance_for_additional_corpse_%"]=788, + ["desecrate_chance_for_special_corpse_%"]=789, + ["desecrate_corpse_level"]=283, + ["desecrate_maximum_number_of_corpses"]=790, + ["desecrate_number_of_corpses_to_create"]=282, + ["destroy_corpses_on_kill_%_chance"]=791, + ["detonate_dead_damage_+%_if_corpse_ignited"]=792, + ["detonate_mines_recover_permyriad_of_life_per_mine_detonated"]=793, + ["detonating_arrow_all_damage_%_to_gain_as_fire_per_stage"]=794, + ["detonating_arrow_max_number_of_stages"]=794, + ["disable_mine_detonation_cascade"]=795, + ["discharge_chance_not_to_consume_charges_%"]=796, + ["discharge_damage_+%_if_3_charge_types_removed"]=797, + ["disengage_%_chance_for_additional_shockwave"]=798, + ["disintegrate_base_radius_+_per_intensify"]=799, + ["disintegrate_damage_+%_final_per_intensity"]=800, + ["disintegrate_secondary_beam_angle_+%"]=801, + ["display_additional_projectile_per_2_mines_in_detonation_sequence"]=802, + ["display_additional_projectile_per_4_mines_in_detonation_sequence"]=803, + ["display_additional_projectile_per_mine_in_detonation_sequence"]=804, + ["display_battlemage_cry_exerted_attacks_trigger_supported_spell"]=1797, + ["display_bear_warcry"]=805, + ["display_blink_base_cooldown"]=806, + ["display_brand_deonate_tag_conversion"]=807, ["display_disable_melee_weapons"]=41, - ["display_estimate_main_hand_max_added_crit_chance_permyriad_from_excess_hit_chance"]=758, - ["display_estimate_main_hand_min_added_crit_chance_permyriad_from_excess_hit_chance"]=758, - ["display_estimate_maximum_roll_main_hand_chill_magnitude"]=759, - ["display_estimate_maximum_roll_off_hand_chill_magnitude"]=760, - ["display_estimate_maximum_roll_secondary_chill_magnitude"]=761, - ["display_estimate_maximum_roll_spell_chill_magnitude"]=762, - ["display_estimate_minimum_roll_main_hand_chill_magnitude"]=759, - ["display_estimate_minimum_roll_off_hand_chill_magnitude"]=760, - ["display_estimate_minimum_roll_secondary_chill_magnitude"]=761, - ["display_estimate_minimum_roll_spell_chill_magnitude"]=762, - ["display_estimate_off_hand_max_added_crit_chance_permyriad_from_excess_hit_chance"]=763, - ["display_estimate_off_hand_min_added_crit_chance_permyriad_from_excess_hit_chance"]=763, - ["display_fake_attack_hit_bleed"]=764, - ["display_fake_attack_hit_chill"]=765, - ["display_fake_attack_hit_ignite"]=766, - ["display_fake_attack_hit_poison"]=767, - ["display_generic_ongoing_triggerer_is_invocation_skill"]=1590, - ["display_herald_of_thunder_storm"]=694, - ["display_linked_curse_effect_+%"]=768, - ["display_linked_curse_effect_+%_final"]=769, - ["display_main_hand_chance_to_hit_%_at_max_range"]=770, - ["display_main_hand_chance_to_hit_%_at_mid_range"]=771, - ["display_main_hand_chance_to_hit_%_at_min_range"]=772, - ["display_main_hand_hit_chance_estimate_range_max"]=770, - ["display_main_hand_hit_chance_estimate_range_mid"]=771, - ["display_main_hand_hit_chance_estimate_range_min"]=772, - ["display_max_ailment_bearer_charges"]=773, - ["display_max_blight_stacks"]=774, - ["display_max_fire_beam_stacks"]=775, - ["display_max_upgraded_sentinels_of_absolution"]=776, - ["display_max_upgraded_sentinels_of_dominance"]=777, - ["display_maximum_roll_main_hand_bleeding_damage_per_minute"]=778, - ["display_maximum_roll_main_hand_ignite_damage_per_minute"]=779, - ["display_maximum_roll_main_hand_poison_damage_per_minute"]=780, - ["display_maximum_roll_off_hand_bleeding_damage_per_minute"]=781, - ["display_maximum_roll_off_hand_ignite_damage_per_minute"]=782, - ["display_maximum_roll_off_hand_poison_damage_per_minute"]=783, - ["display_maximum_roll_secondary_bleeding_damage_per_minute"]=784, - ["display_maximum_roll_secondary_ignite_damage_per_minute"]=785, - ["display_maximum_roll_secondary_poison_damage_per_minute"]=786, - ["display_maximum_roll_spell_bleeding_damage_per_minute"]=787, - ["display_maximum_roll_spell_ignite_damage_per_minute"]=788, - ["display_maximum_roll_spell_poison_damage_per_minute"]=789, - ["display_mine_deontation_mechanics_detonation_speed_+%_final_per_sequence_mine"]=790, - ["display_minimum_roll_main_hand_bleeding_damage_per_minute"]=778, - ["display_minimum_roll_main_hand_ignite_damage_per_minute"]=779, - ["display_minimum_roll_main_hand_poison_damage_per_minute"]=780, - ["display_minimum_roll_off_hand_bleeding_damage_per_minute"]=781, - ["display_minimum_roll_off_hand_ignite_damage_per_minute"]=782, - ["display_minimum_roll_off_hand_poison_damage_per_minute"]=783, - ["display_minimum_roll_secondary_bleeding_damage_per_minute"]=784, - ["display_minimum_roll_secondary_ignite_damage_per_minute"]=785, - ["display_minimum_roll_secondary_poison_damage_per_minute"]=786, - ["display_minimum_roll_spell_bleeding_damage_per_minute"]=787, - ["display_minimum_roll_spell_ignite_damage_per_minute"]=788, - ["display_minimum_roll_spell_poison_damage_per_minute"]=789, - ["display_mirage_warriors_no_spirit_strikes"]=791, - ["display_modifiers_to_melee_attack_range_apply_to_skill_radius"]=792, - ["display_off_hand_chance_to_hit_%_at_max_range"]=793, - ["display_off_hand_chance_to_hit_%_at_mid_range"]=794, - ["display_off_hand_chance_to_hit_%_at_min_range"]=795, - ["display_off_hand_hit_chance_estimate_range_max"]=793, - ["display_off_hand_hit_chance_estimate_range_mid"]=794, - ["display_off_hand_hit_chance_estimate_range_min"]=795, - ["display_removes_and_grants_elusive_when_used"]=797, - ["display_sigil_of_power_stage_gain_delay"]=798, - ["display_skill_cooldown_time_ms"]=799, - ["display_skill_fixed_duration_buff"]=800, - ["display_skill_increased_item_rarity_+%"]=801, - ["display_storm_burst_jump_time_ms"]=802, - ["display_total_bleeding_duration"]=803, - ["display_total_chill_duration"]=804, - ["display_total_ignite_duration"]=805, - ["display_total_poison_duration"]=806, - ["display_touch_of_fire"]=807, - ["display_trigger_link"]=808, - ["display_triggerbots_do_their_job"]=809, - ["display_unhinge_grant_insane"]=810, - ["display_vaal_breach_no_drops_xp"]=811, - ["display_vaal_molten_shell_alternate_description"]=1124, + ["display_estimate_main_hand_max_added_crit_chance_permyriad_from_excess_hit_chance"]=808, + ["display_estimate_main_hand_min_added_crit_chance_permyriad_from_excess_hit_chance"]=808, + ["display_estimate_maximum_roll_main_hand_chill_magnitude"]=809, + ["display_estimate_maximum_roll_off_hand_chill_magnitude"]=810, + ["display_estimate_maximum_roll_secondary_chill_magnitude"]=811, + ["display_estimate_maximum_roll_spell_chill_magnitude"]=812, + ["display_estimate_maximum_total_main_hand_ignite_chance_%"]=813, + ["display_estimate_maximum_total_main_hand_shock_chance_%"]=814, + ["display_estimate_maximum_total_off_hand_ignite_chance_%"]=815, + ["display_estimate_maximum_total_off_hand_shock_chance_%"]=816, + ["display_estimate_maximum_total_spell_ignite_chance_%"]=819, + ["display_estimate_maximum_total_spell_shock_chance_%"]=820, + ["display_estimate_minimum_roll_main_hand_chill_magnitude"]=809, + ["display_estimate_minimum_roll_off_hand_chill_magnitude"]=810, + ["display_estimate_minimum_roll_secondary_chill_magnitude"]=811, + ["display_estimate_minimum_roll_spell_chill_magnitude"]=812, + ["display_estimate_minimum_total_main_hand_ignite_chance_%"]=813, + ["display_estimate_minimum_total_main_hand_shock_chance_%"]=814, + ["display_estimate_minimum_total_off_hand_ignite_chance_%"]=815, + ["display_estimate_minimum_total_off_hand_shock_chance_%"]=816, + ["display_estimate_minimum_total_spell_ignite_chance_%"]=819, + ["display_estimate_minimum_total_spell_shock_chance_%"]=820, + ["display_estimate_off_hand_max_added_crit_chance_permyriad_from_excess_hit_chance"]=821, + ["display_estimate_off_hand_min_added_crit_chance_permyriad_from_excess_hit_chance"]=821, + ["display_fake_attack_hit_bleed"]=822, + ["display_fake_attack_hit_chill"]=823, + ["display_fake_attack_hit_ignite"]=824, + ["display_fake_attack_hit_poison"]=825, + ["display_herald_of_thunder_storm"]=741, + ["display_linked_curse_effect_+%"]=826, + ["display_linked_curse_effect_+%_final"]=827, + ["display_main_hand_chance_to_hit_%_at_max_range"]=828, + ["display_main_hand_chance_to_hit_%_at_mid_range"]=829, + ["display_main_hand_chance_to_hit_%_at_min_range"]=830, + ["display_main_hand_hit_chance_estimate_range_max"]=828, + ["display_main_hand_hit_chance_estimate_range_mid"]=829, + ["display_main_hand_hit_chance_estimate_range_min"]=830, + ["display_max_ailment_bearer_charges"]=831, + ["display_max_blight_stacks"]=832, + ["display_max_fire_beam_stacks"]=833, + ["display_max_upgraded_sentinels_of_absolution"]=834, + ["display_max_upgraded_sentinels_of_dominance"]=835, + ["display_maximum_roll_main_hand_bleeding_damage_per_minute"]=836, + ["display_maximum_roll_main_hand_ignite_damage_per_minute"]=837, + ["display_maximum_roll_main_hand_poison_damage_per_minute"]=838, + ["display_maximum_roll_off_hand_bleeding_damage_per_minute"]=839, + ["display_maximum_roll_off_hand_ignite_damage_per_minute"]=840, + ["display_maximum_roll_off_hand_poison_damage_per_minute"]=841, + ["display_maximum_roll_secondary_bleeding_damage_per_minute"]=842, + ["display_maximum_roll_secondary_ignite_damage_per_minute"]=843, + ["display_maximum_roll_secondary_poison_damage_per_minute"]=844, + ["display_maximum_roll_spell_bleeding_damage_per_minute"]=845, + ["display_maximum_roll_spell_ignite_damage_per_minute"]=846, + ["display_maximum_roll_spell_poison_damage_per_minute"]=847, + ["display_mine_deontation_mechanics_detonation_speed_+%_final_per_sequence_mine"]=848, + ["display_minimum_roll_main_hand_bleeding_damage_per_minute"]=836, + ["display_minimum_roll_main_hand_ignite_damage_per_minute"]=837, + ["display_minimum_roll_main_hand_poison_damage_per_minute"]=838, + ["display_minimum_roll_off_hand_bleeding_damage_per_minute"]=839, + ["display_minimum_roll_off_hand_ignite_damage_per_minute"]=840, + ["display_minimum_roll_off_hand_poison_damage_per_minute"]=841, + ["display_minimum_roll_secondary_bleeding_damage_per_minute"]=842, + ["display_minimum_roll_secondary_ignite_damage_per_minute"]=843, + ["display_minimum_roll_secondary_poison_damage_per_minute"]=844, + ["display_minimum_roll_spell_bleeding_damage_per_minute"]=845, + ["display_minimum_roll_spell_ignite_damage_per_minute"]=846, + ["display_minimum_roll_spell_poison_damage_per_minute"]=847, + ["display_mirage_warriors_no_spirit_strikes"]=849, + ["display_modifiers_to_melee_attack_range_apply_to_skill_radius"]=850, + ["display_off_hand_chance_to_hit_%_at_max_range"]=851, + ["display_off_hand_chance_to_hit_%_at_mid_range"]=852, + ["display_off_hand_chance_to_hit_%_at_min_range"]=853, + ["display_off_hand_hit_chance_estimate_range_max"]=851, + ["display_off_hand_hit_chance_estimate_range_mid"]=852, + ["display_off_hand_hit_chance_estimate_range_min"]=853, + ["display_removes_and_grants_elusive_when_used"]=855, + ["display_sigil_of_power_stage_gain_delay"]=856, + ["display_skill_cooldown_time_ms"]=857, + ["display_skill_fixed_duration_buff"]=858, + ["display_skill_increased_item_rarity_+%"]=859, + ["display_storm_burst_jump_time_ms"]=860, + ["display_total_bleeding_duration"]=861, + ["display_total_chill_duration"]=862, + ["display_total_ignite_duration"]=863, + ["display_total_poison_duration"]=864, + ["display_total_shock_duration"]=865, + ["display_total_shock_magnitude"]=866, + ["display_touch_of_fire"]=867, + ["display_trigger_link"]=868, + ["display_triggerbots_do_their_job"]=869, + ["display_unhinge_grant_insane"]=870, + ["display_vaal_breach_no_drops_xp"]=871, + ["display_vaal_molten_shell_alternate_description"]=1192, ["display_what_freezing_pulse_does"]=16, - ["distance_scaled_accuracy_rating_penalty_+%"]=812, - ["divine_cry_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_per_5_power_up_to_150%"]=1717, - ["divine_cry_critical_strike_chance_+%_per_5_power_up_to_cap%"]=1716, - ["divine_tempest_beam_width_+%"]=813, - ["divine_tempest_damage_+%_final_while_channelling"]=814, - ["divine_tempest_hit_damage_+%_final_per_stage"]=815, - ["divine_tempest_stage_on_hitting_normal_magic_%_chance"]=816, - ["divine_tempest_stage_on_hitting_rare_unique"]=817, - ["double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%"]=818, - ["doubles_have_movement_speed_+%"]=122, - ["dual_strike_critical_strike_chance_+%_final_against_enemies_on_full_life"]=819, - ["dual_wield_inherent_attack_speed_+%_final"]=820, - ["earthquake_aftershock_maximum_added_physical_damage"]=821, - ["earthquake_aftershock_minimum_added_physical_damage"]=821, - ["earthquake_initial_slam_area_of_effect_+%"]=822, - ["earthshatter_damage_+%_final_per_spike"]=823, - ["electrocuting_arrow_%_damage_gained_as_extra_lightning_on_debuffed_target"]=824, - ["elemental_damage_+%_final_per_righteous_charge"]=826, - ["elemental_damage_cannot_be_reflected"]=825, - ["elemental_hit_area_of_effect_+100%_final_vs_enemy_with_associated_ailment"]=827, - ["elemental_hit_damage_+10%_final_per_enemy_elemental_ailment"]=828, - ["elemental_hit_no_physical_chaos_damage"]=304, - ["elemental_invocation_gain_X_centienergy_per_monster_power_on_freeze"]=829, - ["elemental_invocation_gain_X_centienergy_per_monster_power_on_ignite"]=830, - ["elemental_invocation_gain_X_centienergy_per_monster_power_on_shock"]=831, - ["elemental_penetration_%_from_resonance"]=832, - ["elemental_strike_physical_damage_%_to_convert"]=335, - ["elusive_effect_+%"]=833, - ["ember_fusillade_damage_+%_final_per_ember_fired"]=834, - ["embrace_madness_amount_of_cooldown_to_gain_ms"]=835, - ["empower_barrage_cooldown_%_of_attack_time"]=836, - ["empowered_attack_damage_+%"]=837, - ["empowered_barrage_maximum_cooldown_ms"]=836, - ["endurance_charge_granted_per_X_monster_power_during_endurance_warcry"]=1714, - ["enduring_cry_grants_x_additional_endurance_charges"]=838, - ["enemies_chilled_by_bane_and_contagion"]=839, - ["enemies_covered_in_frost_as_unfrozen"]=840, - ["enemies_taunted_by_your_warcies_are_intimidated"]=841, - ["enemies_you_shock_movement_speed_+%"]=842, - ["enemies_you_shock_take_%_increased_physical_damage"]=843, - ["enemy_aggro_radius_+%"]=340, - ["enemy_phys_reduction_%_penalty_vs_hit"]=844, - ["energy_generated_+%"]=845, - ["energy_shield_delay_-%"]=163, - ["energy_shield_recharge_rate_+%"]=164, - ["energy_shield_regeneration_rate_+%"]=846, - ["ensnaring_arrow_enemy_spell_damage_taken_+%"]=847, - ["ethereal_knives_projectiles_needed_per_vestige_blade"]=848, - ["evasion_and_physical_damage_reduction_rating_+%"]=849, - ["expanding_fire_cone_angle_+%_per_stage"]=850, - ["expanding_fire_cone_final_wave_always_ignite"]=851, - ["expanding_fire_cone_maximum_number_of_stages"]=852, - ["expanding_fire_cone_radius_+_per_stage"]=853, - ["expanding_fire_cone_radius_limit"]=853, - ["expanding_fire_cone_release_hit_damage_+%_final"]=854, - ["explosive_arrow_explosion_base_damage_+permyriad"]=156, - ["explosive_arrow_explosion_maximum_added_fire_damage"]=158, - ["explosive_arrow_explosion_minimum_added_fire_damage"]=158, - ["explosive_arrow_hit_damage_+%_final_per_stack"]=212, - ["explosive_arrow_maximum_bonus_explosion_radius"]=161, - ["explosive_arrow_stack_limit"]=855, - ["extra_target_targeting_distance_+%"]=856, - ["eye_of_winter_display_number_of_explosion_shards"]=44, - ["eye_of_winter_number_of_brittle_stacks_to_apply"]=857, - ["eye_of_winter_spiral_angle_+%"]=858, - ["eye_of_winter_spiral_fire_frequency_+%"]=859, - ["faster_bleed_%"]=860, - ["feast_of_flesh_gain_X_energy_shield_per_corpse_consumed"]=861, - ["feast_of_flesh_gain_X_life_per_corpse_consumed"]=861, - ["feast_of_flesh_gain_X_mana_per_corpse_consumed"]=861, - ["fire_beam_additional_stack_damage_+%_final"]=862, - ["fire_beam_enemy_fire_resistance_%_maximum"]=863, - ["fire_beam_enemy_fire_resistance_%_per_stack"]=864, - ["fire_beam_length_+%"]=865, - ["fire_damage_+%"]=300, - ["fire_damage_taken_+"]=234, - ["fire_dot_multiplier_+"]=866, - ["fire_golem_grants_damage_+%"]=316, - ["fire_nova_damage_+%_per_repeat_final"]=327, - ["fire_shield_damage_threshold"]=172, - ["fireball_base_radius_up_to_+_at_longer_ranges"]=867, - ["fires_1_projectile_if_no_steel_ammo"]=868, - ["firestorm_and_bladefall_chance_to_replay_when_finished_%"]=869, - ["firestorm_final_impact_damage_+%_final"]=870, - ["firestorm_initial_impact_area_of_effect_+%_final"]=871, - ["firestorm_initial_impact_damage_+%_final"]=872, - ["firewall_applies_%_fire_exposure"]=873, - ["fixed_skill_effect_duration"]=874, - ["flame_dash_burning_damage_+%_final"]=875, - ["flame_surge_burning_ground_creation_cooldown_ms"]=876, - ["flame_surge_ignite_damage_as_burning_ground_damage_%"]=877, - ["flame_wall_projectiles_ignite_effect_+%_final"]=878, - ["flame_whip_damage_+%_final_vs_burning_enemies"]=296, - ["flameblast_area_+%_final_per_stage"]=879, - ["flameblast_hit_damage_+%_final_per_10_life_reserved"]=880, - ["flameblast_hundred_times_radius_+_per_1%_life_reserved"]=881, - ["flameblast_ignite_chance_+%_per_stage"]=882, - ["flameblast_maximum_stages"]=883, - ["flameblast_starts_with_X_additional_stages"]=884, - ["flamethrower_damage_+%_per_stage_final"]=226, - ["flamethrower_tower_trap_display_cast_speed_affects_rotation"]=885, - ["flamethrower_tower_trap_number_of_flamethrowers"]=886, - ["flamethrower_trap_damage_+%_final_vs_burning_enemies"]=887, - ["flask_charges_used_+%"]=888, - ["flask_throw_added_chaos_damage_%_of_flask_life_to_recover"]=895, - ["flask_throw_base_charges_used"]=889, - ["flask_throw_bleed_effect_+%_final"]=890, - ["flask_throw_cold_exposure_ms"]=891, - ["flask_throw_fire_exposure_ms"]=893, - ["flask_throw_lightning_exposure_ms"]=894, - ["flask_throw_maximum_cold_damage_if_used_sapphire_flask"]=896, - ["flask_throw_maximum_lightning_damage_if_used_topaz_flask"]=897, - ["flask_throw_minimum_cold_damage_if_used_sapphire_flask"]=896, - ["flask_throw_minimum_lightning_damage_if_used_topaz_flask"]=897, - ["flask_throw_poison_effect_+%_final"]=898, - ["flask_throw_ruby_flask_ignite_effect_+%"]=899, - ["flask_throw_sulphur_flask_explode_on_kill_chance"]=892, - ["flicker_strike_additional_flickers_from_power_charges"]=248, - ["flicker_strike_buff_movement_speed_+%"]=900, - ["flicker_strike_teleport_range_+%"]=901, - ["fortify_duration_+%"]=313, - ["fortify_on_hit"]=902, - ["fortify_on_hit_close_range"]=903, - ["freeze_applies_cold_resistance_+"]=904, - ["freeze_as_though_dealt_damage_+%"]=203, - ["freeze_duration_+%"]=95, - ["freeze_duration_ms_+"]=905, - ["freeze_mine_cold_resistance_+_while_frozen"]=246, - ["freezing_pulse_damage_+%_final_at_long_range"]=907, - ["frenzy_skill_attack_damage_+%_final_per_frenzy_charge"]=908, - ["frenzy_skill_attack_speed_+%_final_per_frenzy_charge"]=909, - ["from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired"]=910, - ["frost_bolt_nova_number_of_frost_bolts_to_detonate"]=911, - ["frost_fury_added_duration_per_stage_ms"]=912, - ["frost_fury_base_fire_interval_ms"]=913, - ["frost_fury_duration_+%_per_stage"]=914, - ["frost_fury_fire_speed_+%_final_while_channelling"]=915, - ["frost_fury_fire_speed_+%_per_stage"]=916, - ["frost_fury_max_number_of_stages"]=917, - ["frost_globe_absorb_damage_%_enemy_in_bubble"]=918, - ["frost_globe_absorb_damage_%_enemy_outside_bubble"]=919, - ["frost_globe_additional_spell_base_critical_strike_chance_per_stage"]=920, - ["frost_globe_health_per_stage"]=921, - ["frost_globe_life_regeneration_rate_per_minute_%"]=922, - ["frost_globe_max_stages"]=923, - ["frost_globe_stage_gain_interval_ms"]=924, - ["frost_wall_total_maximum_life"]=925, - ["frostbolt_projectile_acceleration"]=926, - ["frostbolt_projectile_speed_+%_final"]=927, - ["frozen_legion_%_chance_to_summon_additional_statue"]=928, - ["fully_break_enemies_armour_on_heavy_stun"]=929, - ["fully_broken_armour_duration_ms_+"]=930, - ["fully_broken_armour_duration_ms_removed_on_hit"]=931, - ["fuse_arrow_explosion_radius_+_per_fuse_arrow_orb"]=161, - ["gain_1_rage_on_use_%_chance"]=932, - ["gain_X_rage_on_hit_once_per_skill_use"]=933, - ["gain_X_volatility_on_empowered_skill_use"]=934, - ["gain_elusive_on_crit_%_chance"]=935, - ["gain_endurance_charge_on_melee_stun"]=245, - ["gain_endurance_charge_on_melee_stun_%"]=245, - ["gain_fortify_on_melee_hit_ms"]=936, - ["gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%"]=937, - ["gain_frenzy_charge_on_hitting_unique_enemy_%"]=938, - ["gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%"]=939, - ["gain_power_charge_on_kill_with_hit_%"]=940, - ["gain_rage_on_hit_%_chance"]=942, - ["gain_resonance_of_majority_damage_on_hit_for_2_seconds"]=943, - ["gain_righteous_charge_on_mana_spent_%"]=944, - ["gain_x_rage_on_hit"]=941, - ["gain_x_rage_on_melee_hit"]=945, - ["gain_x_valour_per_minute_while_unique_presence"]=946, - ["galvanic_field_beam_delay_ms"]=947, - ["galvanic_field_damage_+%_final_per_5%_increased_damage_taken_from_shock"]=948, - ["galvanic_field_maximum_number_of_spheres"]=1080, - ["galvanic_field_radius_+_per_10%_increased_damage_taken_from_shock"]=949, - ["galvanic_field_retargeting_delay_ms"]=514, - ["generic_ongoing_trigger_maximum_energy"]=950, - ["generic_ongoing_trigger_triggers_at_maximum_energy"]=950, - ["glacial_cascade_travel_speed_+%"]=951, - ["glacial_hammer_third_hit_freeze_as_though_dealt_damage_+%"]=204, - ["global_always_hit"]=292, - ["global_cannot_crit"]=366, - ["global_chance_to_blind_on_hit_%"]=213, - ["global_chance_to_knockback_%"]=59, - ["global_hit_causes_monster_flee_%"]=191, - ["global_knockback"]=952, - ["global_maim_on_hit"]=953, - ["global_maximum_added_fire_damage_vs_burning_enemies"]=1474, - ["global_maximum_added_physical_damage_vs_bleeding_enemies"]=954, - ["global_minimum_added_fire_damage_vs_burning_enemies"]=1474, - ["global_minimum_added_physical_damage_vs_bleeding_enemies"]=954, - ["global_poison_on_hit"]=348, - ["global_reduce_enemy_block_%"]=293, - ["glorious_madness_timer_ms"]=955, - ["golem_buff_effect_+%"]=956, - ["greater_projectile_intensity_projectile_damage_+%_final_per_intensity"]=957, - ["grenade_skill_%_chance_to_explode_twice"]=958, - ["ground_slam_angle_+%"]=960, - ["groundslam_damage_to_close_targets_+%_final"]=369, - ["hazard_rearm_%_chance"]=961, - ["herald_of_agony_add_stack_on_poison"]=962, - ["herald_of_agony_poison_effect_+%_final"]=963, - ["herald_of_light_summon_champion_on_kill"]=964, - ["herald_of_light_summon_champion_on_unique_or_rare_enemy_hit_%"]=965, - ["herald_of_purity_physical_damage_+%_final"]=966, - ["hex_transfer_on_death_total_range"]=967, - ["hexblast_damage_+%_final_per_second_remaining_curse_duration"]=968, - ["hexblast_hit_damage_+%_final_if_hexed"]=969, - ["hinder_enemy_chaos_damage_+%"]=970, - ["hinder_enemy_chaos_damage_taken_+%"]=971, - ["hit_%_chance_to_be_dazing"]=975, - ["hit_damage_+%_vs_chilled_enemies"]=972, - ["hit_damage_stun_multiplier_+%"]=973, - ["hit_damage_stun_multiplier_+%_against_enemies_with_fully_broken_armour"]=974, - ["hits_grant_cruelty"]=976, - ["hits_ignore_all_enemy_monster_resistances"]=977, - ["hits_ignore_enemy_monster_physical_damage_reduction"]=978, - ["holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond"]=979, - ["holy_path_teleport_range_+%"]=980, - ["holy_relic_nova_life_regeneration_rate_per_minute"]=981, - ["holy_relic_nova_minion_life_regeneration_rate_per_second"]=982, - ["hundred_times_attacks_per_second"]=983, - ["hundred_times_average_damage_per_skill_use"]=984, - ["hundred_times_casts_per_second"]=985, - ["hundred_times_damage_per_second"]=986, - ["hydro_sphere_pulse_frequency_ms"]=987, - ["hydrosphere_hit_cooldown_ms"]=988, - ["ice_crash_first_stage_damage_+%_final"]=989, - ["ice_crash_second_hit_damage_+%_final"]=314, - ["ice_crash_third_hit_damage_+%_final"]=315, - ["ice_dash_cooldown_recovery_per_nearby_normal_or_magic_enemy"]=990, - ["ice_dash_cooldown_recovery_per_nearby_rare_or_unique_enemy"]=990, - ["ice_golem_grants_accuracy_+%"]=318, - ["ice_golem_grants_critical_strike_chance_+%"]=317, - ["ice_nova_number_of_repeats"]=289, - ["ice_nova_radius_+%_per_repeat"]=290, - ["ice_shield_moving_mana_degeneration_per_minute"]=232, - ["ice_spear_distance_before_form_change_+%"]=991, - ["ice_spear_second_form_critical_strike_chance_+%"]=209, - ["ice_spear_second_form_critical_strike_multiplier_+"]=210, - ["ice_spear_second_form_projectile_speed_+%_final"]=211, - ["igneous_shield_perfect_block_cooldown_ms"]=1749, - ["igneous_shield_perfect_block_window_time_ms"]=992, - ["ignite_duration_+%"]=100, - ["ignite_effect_+%_final_against_frozen_enemies"]=993, - ["ignite_proliferation_delay_ms"]=183, - ["ignite_proliferation_radius"]=183, - ["ignites_apply_fire_resistance_+"]=994, - ["immolation_brand_burn_damage_+%_final_per_stage"]=995, - ["immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad"]=996, - ["impacting_steel_secondary_projectile_damage_+%_final"]=997, - ["impale_magnitude_+%"]=998, - ["impale_on_hit_%_chance"]=999, - ["impurity_cold_damage_taken_+%_final"]=1000, - ["impurity_fire_damage_taken_+%_final"]=1001, - ["impurity_lightning_damage_taken_+%_final"]=1002, - ["incinerate_damage_+%_per_stage"]=227, - ["incinerate_starts_with_X_additional_stages"]=1003, - ["infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance"]=1004, - ["infernal_blow_explosion_damage_%_of_total_per_stack"]=1005, - ["infernal_cry_%_max_life_as_fire_on_death"]=311, - ["infernal_cry_covered_in_ash_fire_damage_taken_%_per_5_monster_power"]=1713, - ["infernal_cry_empowered_attacks_trigger_combust_display"]=1727, - ["infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_cap%"]=1760, - ["infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_per_5_power_up_to_cap%"]=1760, - ["infernal_cry_explosion_fire_damage_+%_final_per_corpse_power"]=1006, - ["inflict_all_exposure_on_hit"]=1007, - ["inflict_cold_exposure_for_x_ms_on_cold_crit"]=1008, - ["inflict_fire_exposure_for_x_ms_on_ignite"]=1009, - ["inflict_lightning_exposure_for_x_ms_on_shock"]=1010, - ["infusion_grants_life_regeneration_rate_per_minute_%"]=1011, - ["inspiration_charge_duration_+%"]=1012, - ["inspiring_cry_damage_+%_per_one_hundred_nearby_enemies"]=324, - ["intermediary_chaos_area_damage_to_deal_per_minute"]=138, - ["intermediary_chaos_damage_to_deal_per_minute"]=139, - ["intermediary_chaos_skill_dot_area_damage_to_deal_per_minute"]=1013, - ["intermediary_chaos_skill_dot_damage_to_deal_per_minute"]=1014, - ["intermediary_cold_area_damage_to_deal_per_minute"]=144, - ["intermediary_cold_damage_to_deal_per_minute"]=145, - ["intermediary_cold_skill_dot_area_damage_to_deal_per_minute"]=1015, - ["intermediary_cold_skill_dot_damage_to_deal_per_minute"]=1016, - ["intermediary_fire_area_damage_to_deal_per_minute"]=148, - ["intermediary_fire_damage_to_deal_per_minute"]=149, - ["intermediary_fire_skill_dot_area_damage_to_deal_per_minute"]=1017, - ["intermediary_fire_skill_dot_damage_to_deal_per_minute"]=1018, - ["intermediary_lightning_skill_dot_area_damage_to_deal_per_minute"]=1019, - ["intermediary_lightning_skill_dot_damage_to_deal_per_minute"]=1020, - ["intermediary_physical_skill_dot_area_damage_to_deal_per_minute"]=1021, - ["intermediary_physical_skill_dot_damage_to_deal_per_minute"]=1022, - ["intimidate_nearby_enemies_on_use_for_ms"]=1023, - ["intimidating_cry_empowerd_attacks_deal_double_damage_display"]=1730, - ["intimidating_cry_enemy_phys_reduction_%_penalty_vs_hit_per_5_MP"]=1710, + ["distance_scaled_accuracy_rating_penalty_+%"]=872, + ["divine_cry_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_per_5_power_up_to_150%"]=1787, + ["divine_cry_critical_strike_chance_+%_per_5_power_up_to_cap%"]=1786, + ["divine_tempest_beam_width_+%"]=873, + ["divine_tempest_damage_+%_final_while_channelling"]=874, + ["divine_tempest_hit_damage_+%_final_per_stage"]=875, + ["divine_tempest_stage_on_hitting_normal_magic_%_chance"]=876, + ["divine_tempest_stage_on_hitting_rare_unique"]=877, + ["double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%"]=878, + ["doubles_have_movement_speed_+%"]=120, + ["dual_strike_critical_strike_chance_+%_final_against_enemies_on_full_life"]=879, + ["dual_wield_inherent_attack_speed_+%_final"]=880, + ["earthquake_aftershock_maximum_added_physical_damage"]=881, + ["earthquake_aftershock_minimum_added_physical_damage"]=881, + ["earthquake_initial_slam_area_of_effect_+%"]=882, + ["earthshatter_damage_+%_final_per_spike"]=883, + ["elemental_damage_+%_final_per_righteous_charge"]=885, + ["elemental_damage_cannot_be_reflected"]=884, + ["elemental_hit_area_of_effect_+100%_final_vs_enemy_with_associated_ailment"]=886, + ["elemental_hit_damage_+10%_final_per_enemy_elemental_ailment"]=887, + ["elemental_hit_no_physical_chaos_damage"]=298, + ["elemental_invocation_gain_X_centienergy_per_monster_power_on_freeze"]=888, + ["elemental_invocation_gain_X_centienergy_per_monster_power_on_ignite"]=889, + ["elemental_invocation_gain_X_centienergy_per_monster_power_on_shock"]=890, + ["elemental_penetration_%_from_resonance"]=891, + ["elemental_strike_physical_damage_%_to_convert"]=328, + ["elusive_effect_+%"]=892, + ["ember_fusillade_damage_+%_final_per_ember_fired"]=893, + ["embrace_madness_amount_of_cooldown_to_gain_ms"]=894, + ["empower_barrage_cooldown_%_of_attack_time"]=895, + ["empowered_attack_damage_+%"]=896, + ["empowered_barrage_maximum_cooldown_ms"]=895, + ["endurance_charge_granted_per_X_monster_power_during_endurance_warcry"]=1784, + ["enduring_cry_grants_x_additional_endurance_charges"]=897, + ["enemies_chilled_by_bane_and_contagion"]=898, + ["enemies_covered_in_frost_as_unfrozen"]=899, + ["enemies_taunted_by_your_warcies_are_intimidated"]=900, + ["enemies_you_shock_movement_speed_+%"]=901, + ["enemies_you_shock_take_%_increased_physical_damage"]=902, + ["enemy_aggro_radius_+%"]=333, + ["enemy_phys_reduction_%_penalty_vs_hit"]=903, + ["energy_generated_+%"]=904, + ["energy_shield_delay_-%"]=161, + ["energy_shield_recharge_rate_+%"]=162, + ["energy_shield_regeneration_rate_+%"]=905, + ["ensnaring_arrow_enemy_spell_damage_taken_+%"]=906, + ["ethereal_knives_projectiles_needed_per_vestige_blade"]=907, + ["evasion_and_physical_damage_reduction_rating_+%"]=908, + ["expanding_fire_cone_angle_+%_per_stage"]=909, + ["expanding_fire_cone_final_wave_always_ignite"]=910, + ["expanding_fire_cone_maximum_number_of_stages"]=911, + ["expanding_fire_cone_radius_+_per_stage"]=912, + ["expanding_fire_cone_radius_limit"]=912, + ["expanding_fire_cone_release_hit_damage_+%_final"]=913, + ["explosive_arrow_explosion_base_damage_+permyriad"]=154, + ["explosive_arrow_explosion_maximum_added_fire_damage"]=156, + ["explosive_arrow_explosion_minimum_added_fire_damage"]=156, + ["explosive_arrow_hit_damage_+%_final_per_stack"]=208, + ["explosive_arrow_maximum_bonus_explosion_radius"]=159, + ["explosive_arrow_stack_limit"]=914, + ["exposure_effect_+%"]=915, + ["extra_target_targeting_distance_+%"]=916, + ["eye_of_winter_display_number_of_explosion_shards"]=43, + ["eye_of_winter_number_of_brittle_stacks_to_apply"]=917, + ["eye_of_winter_spiral_angle_+%"]=918, + ["eye_of_winter_spiral_fire_frequency_+%"]=919, + ["faster_bleed_%"]=920, + ["feast_of_flesh_regeneration_duration"]=921, + ["fire_beam_additional_stack_damage_+%_final"]=922, + ["fire_beam_enemy_fire_resistance_%_maximum"]=923, + ["fire_beam_enemy_fire_resistance_%_per_stack"]=924, + ["fire_beam_length_+%"]=925, + ["fire_damage_+%"]=294, + ["fire_damage_taken_+"]=230, + ["fire_dot_multiplier_+"]=926, + ["fire_golem_grants_damage_+%"]=310, + ["fire_nova_damage_+%_per_repeat_final"]=321, + ["fire_shield_damage_threshold"]=169, + ["fireball_base_radius_up_to_+_at_longer_ranges"]=927, + ["fires_1_projectile_if_no_steel_ammo"]=928, + ["firestorm_and_bladefall_chance_to_replay_when_finished_%"]=929, + ["firestorm_final_impact_damage_+%_final"]=930, + ["firestorm_initial_impact_area_of_effect_+%_final"]=931, + ["firestorm_initial_impact_damage_+%_final"]=932, + ["firewall_applies_%_fire_exposure"]=933, + ["fixed_skill_effect_duration"]=934, + ["flame_dash_burning_damage_+%_final"]=935, + ["flame_surge_burning_ground_creation_cooldown_ms"]=936, + ["flame_surge_ignite_damage_as_burning_ground_damage_%"]=937, + ["flame_wall_projectiles_ignite_effect_+%_final"]=938, + ["flame_whip_damage_+%_final_vs_burning_enemies"]=290, + ["flameblast_area_+%_final_per_stage"]=939, + ["flameblast_hit_damage_+%_final_per_10_life_reserved"]=940, + ["flameblast_hundred_times_radius_+_per_1%_life_reserved"]=941, + ["flameblast_maximum_stages"]=942, + ["flameblast_starts_with_X_additional_stages"]=943, + ["flamethrower_damage_+%_per_stage_final"]=222, + ["flamethrower_tower_trap_display_cast_speed_affects_rotation"]=944, + ["flamethrower_tower_trap_number_of_flamethrowers"]=945, + ["flamethrower_trap_damage_+%_final_vs_burning_enemies"]=946, + ["flask_charges_used_+%"]=947, + ["flask_throw_added_chaos_damage_%_of_flask_life_to_recover"]=954, + ["flask_throw_base_charges_used"]=948, + ["flask_throw_bleed_effect_+%_final"]=949, + ["flask_throw_cold_exposure_ms"]=950, + ["flask_throw_fire_exposure_ms"]=952, + ["flask_throw_lightning_exposure_ms"]=953, + ["flask_throw_maximum_cold_damage_if_used_sapphire_flask"]=955, + ["flask_throw_maximum_lightning_damage_if_used_topaz_flask"]=956, + ["flask_throw_minimum_cold_damage_if_used_sapphire_flask"]=955, + ["flask_throw_minimum_lightning_damage_if_used_topaz_flask"]=956, + ["flask_throw_poison_effect_+%_final"]=957, + ["flask_throw_ruby_flask_ignite_effect_+%"]=958, + ["flask_throw_sulphur_flask_explode_on_kill_chance"]=951, + ["flicker_strike_additional_flickers_from_power_charges"]=244, + ["flicker_strike_buff_movement_speed_+%"]=959, + ["flicker_strike_teleport_range_+%"]=960, + ["font_of_blood_radius"]=3, + ["font_of_mana_radius"]=5, + ["font_of_rage_radius"]=7, + ["fortify_duration_+%"]=307, + ["fortify_on_hit"]=961, + ["fortify_on_hit_close_range"]=962, + ["freeze_applies_cold_resistance_+"]=963, + ["freeze_duration_+%"]=92, + ["freeze_duration_ms_+"]=964, + ["freeze_mine_cold_resistance_+_while_frozen"]=242, + ["freezing_pulse_damage_+%_final_at_long_range"]=966, + ["frenzy_skill_attack_damage_+%_final_per_frenzy_charge"]=967, + ["frenzy_skill_attack_speed_+%_final_per_frenzy_charge"]=968, + ["from_quality_brand_activation_rate_+%_final_if_75%_attached_duration_expired"]=969, + ["frost_bolt_nova_number_of_frost_bolts_to_detonate"]=970, + ["frost_fury_added_duration_per_stage_ms"]=971, + ["frost_fury_base_fire_interval_ms"]=972, + ["frost_fury_duration_+%_per_stage"]=973, + ["frost_fury_fire_speed_+%_final_while_channelling"]=974, + ["frost_fury_fire_speed_+%_per_stage"]=975, + ["frost_fury_max_number_of_stages"]=976, + ["frost_globe_absorb_damage_%_enemy_in_bubble"]=977, + ["frost_globe_absorb_damage_%_enemy_outside_bubble"]=978, + ["frost_globe_additional_spell_base_critical_strike_chance_per_stage"]=979, + ["frost_globe_health_per_stage"]=980, + ["frost_globe_life_regeneration_rate_per_minute_%"]=981, + ["frost_globe_max_stages"]=982, + ["frost_globe_stage_gain_interval_ms"]=983, + ["frost_wall_total_maximum_life"]=984, + ["frostbolt_projectile_acceleration"]=985, + ["frostbolt_projectile_speed_+%_final"]=986, + ["frozen_legion_%_chance_to_summon_additional_statue"]=987, + ["fully_break_enemies_armour_on_heavy_stun"]=988, + ["fully_broken_armour_and_sundered_armour_duration_ms_+"]=989, + ["fully_broken_armour_duration_ms_removed_on_hit"]=990, + ["fuse_arrow_explosion_radius_+_per_fuse_arrow_orb"]=159, + ["gain_1_rage_on_use_%_chance"]=991, + ["gain_X_volatility_on_empowered_skill_use"]=992, + ["gain_elusive_on_crit_%_chance"]=993, + ["gain_endurance_charge_on_melee_stun"]=241, + ["gain_endurance_charge_on_melee_stun_%"]=241, + ["gain_fortify_on_melee_hit_ms"]=994, + ["gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%"]=995, + ["gain_frenzy_charge_on_hitting_unique_enemy_%"]=996, + ["gain_frenzy_charge_on_killing_blow_vs_enemies_with_5+_poisons_%"]=997, + ["gain_power_charge_on_kill_with_hit_%"]=998, + ["gain_rage_on_hit_%_chance"]=1000, + ["gain_resonance_of_majority_damage_on_hit_for_2_seconds"]=1001, + ["gain_righteous_charge_on_mana_spent_%"]=1002, + ["gain_x_rage_on_attack_hit"]=1003, + ["gain_x_rage_on_hit"]=999, + ["gain_x_rage_on_melee_hit"]=1004, + ["galvanic_field_beam_delay_ms"]=1005, + ["galvanic_field_damage_+%_final_per_5%_increased_damage_taken_from_shock"]=1006, + ["galvanic_field_maximum_number_of_spheres"]=1148, + ["galvanic_field_radius_+_per_10%_increased_damage_taken_from_shock"]=1007, + ["generic_ongoing_trigger_maximum_energy"]=1008, + ["generic_ongoing_trigger_triggers_at_maximum_energy"]=1008, + ["generic_ongoing_triggerer_is_invocation_skill"]=1665, + ["glacial_cascade_travel_speed_+%"]=1009, + ["glacial_hammer_third_hit_freeze_as_though_dealt_damage_+%"]=200, + ["global_always_hit"]=288, + ["global_bleed_on_hit"]=1010, + ["global_cannot_crit"]=357, + ["global_chance_to_blind_on_hit_%"]=209, + ["global_chance_to_knockback_%"]=58, + ["global_hit_causes_monster_flee_%"]=188, + ["global_knockback"]=1011, + ["global_maim_on_hit"]=1012, + ["global_maximum_added_fire_damage_vs_burning_enemies"]=1549, + ["global_maximum_added_physical_damage_vs_bleeding_enemies"]=1013, + ["global_minimum_added_fire_damage_vs_burning_enemies"]=1549, + ["global_minimum_added_physical_damage_vs_bleeding_enemies"]=1013, + ["global_poison_on_hit"]=341, + ["glorious_madness_timer_ms"]=1014, + ["golem_buff_effect_+%"]=1015, + ["greater_projectile_intensity_projectile_damage_+%_final_per_intensity"]=1016, + ["grenade_skill_%_chance_to_explode_twice"]=1017, + ["ground_slam_angle_+%"]=1019, + ["groundslam_damage_to_close_targets_+%_final"]=360, + ["has_freeze_cull"]=1020, + ["hazard_rearm_%_chance"]=1021, + ["herald_of_agony_add_stack_on_poison"]=1022, + ["herald_of_agony_poison_effect_+%_final"]=1023, + ["herald_of_light_summon_champion_on_kill"]=1024, + ["herald_of_light_summon_champion_on_unique_or_rare_enemy_hit_%"]=1025, + ["herald_of_purity_physical_damage_+%_final"]=1026, + ["hex_transfer_on_death_total_range"]=1027, + ["hexblast_damage_+%_final_per_second_remaining_curse_duration"]=1028, + ["hexblast_hit_damage_+%_final_if_hexed"]=1029, + ["hinder_enemy_chaos_damage_+%"]=1030, + ["hinder_enemy_chaos_damage_taken_+%"]=1031, + ["hit_%_chance_to_be_dazing"]=1035, + ["hit_damage_+%_vs_chilled_enemies"]=1032, + ["hit_damage_stun_multiplier_+%"]=1033, + ["hit_damage_stun_multiplier_+%_against_enemies_with_fully_broken_armour"]=1034, + ["hits_grant_cruelty"]=1036, + ["hits_ignore_all_enemy_monster_resistances"]=1037, + ["hits_ignore_enemy_monster_physical_damage_reduction"]=1038, + ["holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond"]=1039, + ["holy_path_teleport_range_+%"]=1040, + ["holy_relic_nova_life_regeneration_rate_per_minute"]=1041, + ["holy_relic_nova_minion_life_regeneration_rate_per_second"]=1042, + ["hundred_times_attacks_per_second"]=1043, + ["hundred_times_average_damage_per_skill_use"]=1044, + ["hundred_times_casts_per_second"]=1045, + ["hundred_times_damage_per_second"]=1046, + ["hydro_sphere_pulse_frequency_ms"]=1047, + ["hydrosphere_hit_cooldown_ms"]=1048, + ["ice_crash_first_stage_damage_+%_final"]=1049, + ["ice_crash_second_hit_damage_+%_final"]=308, + ["ice_crash_third_hit_damage_+%_final"]=309, + ["ice_crystal_shatter_detonation_area_of_effect_+%_final"]=1050, + ["ice_crystal_shatter_detonation_damage_+%_final"]=1051, + ["ice_crystals_hazard_damage_+%_final_for_first_500_ms_when_not_killed_by_self"]=1052, + ["ice_dash_cooldown_recovery_per_nearby_normal_or_magic_enemy"]=1053, + ["ice_dash_cooldown_recovery_per_nearby_rare_or_unique_enemy"]=1053, + ["ice_golem_grants_accuracy_+%"]=312, + ["ice_golem_grants_critical_strike_chance_+%"]=311, + ["ice_nova_number_of_repeats"]=285, + ["ice_nova_radius_+%_per_repeat"]=286, + ["ice_shield_moving_mana_degeneration_per_minute"]=228, + ["ice_spear_distance_before_form_change_+%"]=1054, + ["ice_spear_second_form_critical_strike_chance_+%"]=205, + ["ice_spear_second_form_critical_strike_multiplier_+"]=206, + ["ice_spear_second_form_projectile_speed_+%_final"]=207, + ["igneous_shield_perfect_block_cooldown_ms"]=1826, + ["igneous_shield_perfect_block_window_time_ms"]=1055, + ["ignite_duration_+%"]=97, + ["ignite_effect_+%_final_against_frozen_enemies"]=1056, + ["ignite_effect_+%_final_if_heat_is_consumed"]=724, + ["ignite_proliferation_delay_ms"]=180, + ["ignite_proliferation_radius"]=180, + ["ignites_apply_fire_resistance_+"]=1057, + ["immolation_brand_burn_damage_+%_final_per_stage"]=1058, + ["immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad"]=1059, + ["impacting_steel_secondary_projectile_damage_+%_final"]=1060, + ["impale_magnitude_+%"]=1061, + ["impale_on_hit_%_chance"]=1062, + ["impurity_cold_damage_taken_+%_final"]=1063, + ["impurity_fire_damage_taken_+%_final"]=1064, + ["impurity_lightning_damage_taken_+%_final"]=1065, + ["incinerate_damage_+%_per_stage"]=223, + ["incinerate_starts_with_X_additional_stages"]=1066, + ["infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance"]=1067, + ["infernal_blow_explosion_damage_%_of_total_per_stack"]=1068, + ["infernal_cry_%_max_life_as_fire_on_death"]=305, + ["infernal_cry_covered_in_ash_fire_damage_taken_%_per_5_monster_power"]=1783, + ["infernal_cry_empowered_attacks_trigger_combust_display"]=1798, + ["infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_cap%"]=1837, + ["infernal_cry_exerted_attack_all_damage_%_to_gain_as_fire_per_5_power_up_to_cap%"]=1837, + ["infernal_cry_explosion_fire_damage_+%_final_per_corpse_power"]=1069, + ["inflict_all_exposure_on_hit"]=1070, + ["inflict_exposure_for_x_ms_on_cold_crit"]=1071, + ["inflict_exposure_for_x_ms_on_ignite"]=1072, + ["inflict_exposure_for_x_ms_on_shock"]=1073, + ["inflict_exposure_on_hit_%_chance"]=1074, + ["infusion_remnants_%_chance_to_spawn_cold_infusion_on_freezing_an_enemy"]=1075, + ["infusion_remnants_%_chance_to_spawn_fire_infusion_on_igniting_an_enemy"]=1076, + ["infusion_remnants_%_chance_to_spawn_lightning_infusion_on_shocking_an_enemy"]=1077, + ["inspiration_charge_duration_+%"]=1078, + ["inspiring_cry_damage_+%_per_one_hundred_nearby_enemies"]=318, + ["intermediary_chaos_area_damage_to_deal_per_minute"]=136, + ["intermediary_chaos_damage_to_deal_per_minute"]=137, + ["intermediary_chaos_skill_dot_area_damage_to_deal_per_minute"]=1079, + ["intermediary_chaos_skill_dot_damage_to_deal_per_minute"]=1080, + ["intermediary_cold_area_damage_to_deal_per_minute"]=142, + ["intermediary_cold_damage_to_deal_per_minute"]=143, + ["intermediary_cold_skill_dot_area_damage_to_deal_per_minute"]=1081, + ["intermediary_cold_skill_dot_damage_to_deal_per_minute"]=1082, + ["intermediary_fire_area_damage_to_deal_per_minute"]=146, + ["intermediary_fire_damage_to_deal_per_minute"]=147, + ["intermediary_fire_skill_dot_area_damage_to_deal_per_minute"]=1083, + ["intermediary_fire_skill_dot_damage_to_deal_per_minute"]=1084, + ["intermediary_lightning_skill_dot_area_damage_to_deal_per_minute"]=1085, + ["intermediary_lightning_skill_dot_damage_to_deal_per_minute"]=1086, + ["intermediary_physical_skill_dot_area_damage_to_deal_per_minute"]=1087, + ["intermediary_physical_skill_dot_damage_to_deal_per_minute"]=1088, + ["intimidate_nearby_enemies_on_use_for_ms"]=1089, + ["intimidating_cry_empowerd_attacks_deal_double_damage_display"]=1801, + ["intimidating_cry_enemy_phys_reduction_%_penalty_vs_hit_per_5_MP"]=1780, ["is_remote_mine"]=36, ["is_trap"]=37, - ["jagged_ground_duration_ms"]=1025, - ["keystone_minion_instability"]=133, - ["keystone_point_blank"]=187, - ["kill_enemy_on_hit_if_under_10%_life"]=186, - ["killed_monster_dropped_item_quantity_+%"]=105, - ["killed_monster_dropped_item_rarity_+%"]=104, - ["killing_blow_consumes_corpse_restore_%_life"]=1026, - ["kinetic_blast_projectiles_gain_%_aoe_after_forking"]=1027, - ["kinetic_bolt_forks_apply_to_zig_zags"]=1028, - ["kinetic_bolt_number_of_zig_zags"]=1751, - ["knockback_chance_%_at_close_range"]=1029, - ["knockback_distance_+%"]=61, - ["lacerate_hit_damage_+%_final_vs_bleeding_enemies"]=1030, - ["lancing_steel_damage_+%_at_close_range"]=1031, - ["lancing_steel_damage_+%_final_after_first_hit_on_target"]=1032, - ["lancing_steel_targeting_range_+%"]=1033, - ["life_gain_per_target"]=120, - ["life_regeneration_rate_+%"]=207, - ["life_regeneration_rate_per_minute_%"]=206, + ["jagged_ground_duration_ms"]=1091, + ["keystone_minion_instability"]=131, + ["keystone_point_blank"]=184, + ["kill_enemy_on_hit_if_under_10%_life"]=183, + ["killed_monster_dropped_item_quantity_+%"]=102, + ["killed_monster_dropped_item_rarity_+%"]=101, + ["killing_blow_consumes_corpse_restore_%_life"]=1092, + ["kinetic_blast_projectiles_gain_%_aoe_after_forking"]=1093, + ["kinetic_bolt_forks_apply_to_zig_zags"]=1094, + ["kinetic_bolt_number_of_zig_zags"]=1828, + ["knockback_chance_%_at_close_range"]=1095, + ["knockback_distance_+%"]=60, + ["lacerate_hit_damage_+%_final_vs_bleeding_enemies"]=1096, + ["lancing_steel_damage_+%_at_close_range"]=1097, + ["lancing_steel_damage_+%_final_after_first_hit_on_target"]=1098, + ["lancing_steel_targeting_range_+%"]=1099, + ["life_gain_per_target"]=118, + ["life_regeneration_rate_+%"]=203, + ["life_regeneration_rate_per_minute_%"]=202, ["light_radius_increases_apply_to_area_of_effect"]=32, - ["lightning_ailment_effect_+%"]=1034, - ["lightning_arrow_%_chance_to_hit_an_additional_enemy"]=1035, - ["lightning_explosion_mine_aura_damage_taken_+%"]=1753, - ["lightning_golem_grants_attack_and_cast_speed_+%"]=321, - ["lightning_penetration_%_while_on_low_mana"]=218, - ["lightning_rod_%_chance_for_additional_burst_on_landing"]=1036, - ["lightning_storm_hit_frequency_ms"]=1037, - ["lightning_storm_hit_prevention_duration_ms"]=1038, - ["lightning_storm_max_number_of_storms"]=1039, - ["lightning_tendrils_channelled_larger_pulse_always_crit"]=127, - ["lightning_tendrils_channelled_larger_pulse_damage_+%_final"]=1040, - ["lightning_tendrils_channelled_larger_pulse_interval"]=127, - ["lightning_tendrils_channelled_larger_pulse_radius_+"]=1041, - ["lightning_tower_trap_interval_duration_ms"]=1042, - ["lightning_tower_trap_number_of_beams"]=1042, - ["lightning_trap_projectiles_leave_shocking_ground"]=299, - ["lightning_warp_shocked_ground_base_duration_ms"]=1043, - ["lose_all_righteous_charges_on_mana_use_threshold"]=1044, - ["lose_blood_scythe_charge_on_kill"]=561, - ["magma_brand_hit_damage_+%_final_per_additional_pustule"]=1045, - ["magma_orb_%_chance_to_big_explode_instead_of_chaining"]=1046, - ["maim_effect_+%"]=1047, - ["maim_on_hit_%"]=1048, - ["main_hand_accuracy_rating"]=1049, - ["main_hand_attack_damage_penetrates_chaos_resist_%"]=1050, - ["main_hand_attack_damage_penetrates_cold_resist_%"]=1051, - ["main_hand_attack_damage_penetrates_fire_resist_%"]=1052, - ["main_hand_attack_damage_penetrates_lightning_resist_%"]=1053, - ["main_hand_critical_hit_damage_bonus"]=1054, - ["main_hand_critical_strike_chance"]=1055, - ["main_hand_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1056, - ["main_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical"]=1057, - ["main_hand_maximum_chaos_damage"]=1058, - ["main_hand_maximum_cold_damage"]=1059, - ["main_hand_maximum_fire_damage"]=1060, - ["main_hand_maximum_lightning_damage"]=1061, - ["main_hand_maximum_physical_damage"]=1062, - ["main_hand_maximum_total_damage"]=1063, - ["main_hand_minimum_chaos_damage"]=1058, - ["main_hand_minimum_cold_damage"]=1059, - ["main_hand_minimum_fire_damage"]=1060, - ["main_hand_minimum_lightning_damage"]=1061, - ["main_hand_minimum_physical_damage"]=1062, - ["main_hand_minimum_total_damage"]=1063, - ["main_hand_reload_time"]=1064, - ["mamba_strike_deal_%_of_all_poison_total_damage_per_minute"]=1065, - ["mana_degeneration_per_minute"]=231, - ["mana_gain_per_target"]=1066, - ["mana_tempest_effects_linger_X_ms"]=1067, - ["mana_void_gain_%_missing_unreserved_mana_as_base_lightning_damage"]=1068, - ["manaforged_arrows_total_mana_threshold"]=1069, - ["mantra_of_destruction_grant_all_damage_%_to_gain_as_chaos_with_attacks"]=1070, - ["mark_effect_+%"]=1071, - ["max_crab_aspect_stacks"]=1072, - ["max_number_of_absolution_sentinels"]=1073, - ["max_number_of_lightning_warp_markers"]=1074, - ["max_steel_ammo"]=1075, - ["maximum_added_cold_damage_per_frenzy_charge"]=1095, - ["maximum_added_cold_damage_vs_chilled_enemies"]=1096, - ["maximum_added_lightning_damage_from_skill"]=1097, - ["maximum_fire_damage_per_fuse_arrow_orb"]=160, - ["maximum_life_%_damage_absorbed_per_jade_consumed"]=1076, - ["maximum_life_+%_for_corpses_you_create"]=1077, - ["maximum_number_of_arctic_armour_stationary_stacks"]=1078, - ["maximum_number_of_blades_left_in_ground"]=1079, - ["maximum_number_of_mirage_warriors"]=1081, - ["maximum_number_of_snapping_adder_projectiles"]=1082, - ["maximum_number_of_spinning_blades"]=342, - ["maximum_number_of_spiritual_cry_warriors"]=1715, - ["maximum_number_of_summoned_doubles"]=1083, - ["maximum_number_of_vaal_ice_shot_mirages"]=1084, - ["maximum_secondary_physical_damage_per_15_strength"]=1099, - ["maximum_virulence_stacks"]=1085, - ["meditate_energy_shield_recharge_rate_+%_final"]=1086, - ["melee_ancestor_totem_grant_owner_attack_speed_+%"]=53, - ["melee_ancestor_totem_grant_owner_attack_speed_+%_final"]=48, - ["melee_counterattack_trigger_on_block_%"]=252, - ["melee_counterattack_trigger_on_hit_%"]=250, - ["melee_damage_vs_bleeding_enemies_+%"]=329, - ["melee_kill_invocation_gain_X_centienergy_per_monster_power_on_melee_kill"]=1088, - ["melee_physical_damage_+%"]=155, - ["melee_range_+"]=337, - ["melee_weapon_range_+"]=336, - ["mine_cannot_rearm"]=1089, - ["mine_critical_strike_chance_+%_per_power_charge"]=1090, - ["mine_detonates_instantly"]=1091, + ["lightning_ailment_effect_+%"]=1100, + ["lightning_arrow_%_chance_to_hit_an_additional_enemy"]=1101, + ["lightning_conduit_damage_+%_final_per_5%_increased_damage_taken_from_shock"]=1102, + ["lightning_explosion_mine_aura_damage_taken_+%"]=1830, + ["lightning_golem_grants_attack_and_cast_speed_+%"]=315, + ["lightning_penetration_%_while_on_low_mana"]=214, + ["lightning_rod_%_chance_for_additional_burst_on_landing"]=1103, + ["lightning_storm_hit_frequency_ms"]=1104, + ["lightning_storm_hit_prevention_duration_ms"]=1105, + ["lightning_storm_max_number_of_storms"]=1106, + ["lightning_tendrils_channelled_larger_pulse_always_crit"]=125, + ["lightning_tendrils_channelled_larger_pulse_damage_+%_final"]=1107, + ["lightning_tendrils_channelled_larger_pulse_interval"]=125, + ["lightning_tendrils_channelled_larger_pulse_radius_+"]=1108, + ["lightning_tower_trap_interval_duration_ms"]=1109, + ["lightning_tower_trap_number_of_beams"]=1109, + ["lightning_trap_projectiles_leave_shocking_ground"]=293, + ["lightning_warp_shocked_ground_base_duration_ms"]=1110, + ["lose_all_righteous_charges_on_mana_use_threshold"]=1111, + ["lose_blood_scythe_charge_on_kill"]=564, + ["magma_brand_hit_damage_+%_final_per_additional_pustule"]=1112, + ["magma_orb_%_chance_to_big_explode_instead_of_chaining"]=1113, + ["maim_effect_+%"]=1114, + ["maim_on_hit_%"]=1115, + ["main_hand_accuracy_rating"]=1116, + ["main_hand_attack_damage_penetrates_chaos_resist_%"]=1117, + ["main_hand_attack_damage_penetrates_cold_resist_%"]=1118, + ["main_hand_attack_damage_penetrates_fire_resist_%"]=1119, + ["main_hand_attack_damage_penetrates_lightning_resist_%"]=1120, + ["main_hand_critical_hit_damage_bonus"]=1121, + ["main_hand_critical_strike_chance"]=1122, + ["main_hand_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1123, + ["main_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical"]=1124, + ["main_hand_maximum_chaos_damage"]=1125, + ["main_hand_maximum_cold_damage"]=1126, + ["main_hand_maximum_fire_damage"]=1127, + ["main_hand_maximum_lightning_damage"]=1128, + ["main_hand_maximum_physical_damage"]=1129, + ["main_hand_maximum_total_damage"]=1130, + ["main_hand_minimum_chaos_damage"]=1125, + ["main_hand_minimum_cold_damage"]=1126, + ["main_hand_minimum_fire_damage"]=1127, + ["main_hand_minimum_lightning_damage"]=1128, + ["main_hand_minimum_physical_damage"]=1129, + ["main_hand_minimum_total_damage"]=1130, + ["main_hand_reload_time"]=1131, + ["mamba_strike_deal_%_of_all_poison_total_damage_per_minute"]=1132, + ["mana_degeneration_per_minute"]=227, + ["mana_gain_per_target"]=1133, + ["mana_tempest_effects_linger_X_ms"]=1134, + ["mana_void_gain_%_missing_unreserved_mana_as_base_lightning_damage"]=1135, + ["manaforged_arrows_total_mana_threshold"]=1136, + ["mantra_of_destruction_grant_all_damage_%_to_gain_as_chaos_with_attacks"]=1137, + ["mark_effect_+%"]=1138, + ["max_crab_aspect_stacks"]=1139, + ["max_number_of_absolution_sentinels"]=1140, + ["max_number_of_lightning_warp_markers"]=1141, + ["max_steel_ammo"]=1142, + ["maximum_added_cold_damage_per_frenzy_charge"]=1163, + ["maximum_added_cold_damage_vs_chilled_enemies"]=1164, + ["maximum_added_lightning_damage_from_skill"]=1165, + ["maximum_fire_damage_per_fuse_arrow_orb"]=158, + ["maximum_life_%_damage_absorbed_per_jade_consumed"]=1143, + ["maximum_life_+%_for_corpses_you_create"]=1144, + ["maximum_number_of_arctic_armour_stationary_stacks"]=1145, + ["maximum_number_of_blades_left_in_ground"]=1146, + ["maximum_number_of_crossbow_heat_stacks"]=1147, + ["maximum_number_of_mirage_warriors"]=1149, + ["maximum_number_of_snapping_adder_projectiles"]=1150, + ["maximum_number_of_spinning_blades"]=335, + ["maximum_number_of_spiritual_cry_warriors"]=1785, + ["maximum_number_of_summoned_doubles"]=1151, + ["maximum_number_of_vaal_ice_shot_mirages"]=1152, + ["maximum_secondary_physical_damage_per_15_strength"]=1167, + ["maximum_virulence_stacks"]=1153, + ["meditate_energy_shield_recharge_rate_+%_final"]=1154, + ["melee_ancestor_totem_grant_owner_attack_speed_+%"]=52, + ["melee_ancestor_totem_grant_owner_attack_speed_+%_final"]=47, + ["melee_counterattack_trigger_on_block_%"]=248, + ["melee_counterattack_trigger_on_hit_%"]=246, + ["melee_damage_vs_bleeding_enemies_+%"]=323, + ["melee_kill_invocation_gain_X_centienergy_per_monster_power_on_melee_kill"]=1156, + ["melee_physical_damage_+%"]=153, + ["melee_range_+"]=330, + ["melee_weapon_range_+"]=329, + ["mine_cannot_rearm"]=1157, + ["mine_critical_strike_chance_+%_per_power_charge"]=1158, + ["mine_detonates_instantly"]=1159, ["mine_detonation_radius_+%"]=40, - ["mine_detonation_speed_+%"]=1092, - ["mine_duration"]=201, - ["mine_laying_speed_+%"]=200, - ["mine_projectile_speed_+%_per_frenzy_charge"]=1093, - ["mine_throwing_speed_+%_per_frenzy_charge"]=1094, - ["minimum_added_cold_damage_per_frenzy_charge"]=1095, - ["minimum_added_cold_damage_vs_chilled_enemies"]=1096, - ["minimum_added_lightning_damage_from_skill"]=1097, - ["minimum_fire_damage_per_fuse_arrow_orb"]=160, - ["minimum_power_from_quality"]=1098, - ["minimum_secondary_physical_damage_per_15_strength"]=1099, - ["minion_%_chance_to_be_summoned_with_maximum_frenzy_charges"]=1113, - ["minion_additional_physical_damage_reduction_%"]=1100, - ["minion_attack_speed_+%"]=123, - ["minion_block_%"]=1101, - ["minion_burning_damage_+%"]=1102, - ["minion_cast_speed_+%"]=124, - ["minion_chance_to_deal_double_damage_%"]=1103, - ["minion_chance_to_taunt_on_hit_%"]=1104, - ["minion_cooldown_recovery_+%"]=1105, - ["minion_damage_+%"]=121, - ["minion_damage_+%_on_full_life"]=1106, - ["minion_duration"]=82, - ["minion_fire_damage_taken_+%"]=1107, - ["minion_grant_puppet_master_buff_to_parent_on_hit_%"]=1108, - ["minion_larger_aggro_radius"]=1758, - ["minion_life_regeneration_rate_per_minute_%"]=1109, - ["minion_maim_on_hit_%"]=1110, - ["minion_maximum_all_elemental_resistances_%"]=1111, - ["minion_maximum_life_+%"]=132, - ["minion_melee_damage_+%"]=1112, - ["minion_movement_speed_+%"]=125, - ["minion_rage_effect_+%"]=1114, - ["minion_skill_area_of_effect_+%"]=1115, - ["minion_stun_threshold_reduction_+%"]=1116, - ["minions_are_defensive"]=1759, - ["minions_cannot_be_damaged_after_summoned_ms"]=1117, - ["minions_chance_to_intimidate_on_hit_%"]=1118, - ["minions_deal_%_of_physical_damage_as_additional_chaos_damage"]=1119, - ["minions_inflict_exposure_on_hit_%_chance"]=1120, - ["minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second"]=1121, - ["mirage_archer_number_of_additional_projectiles"]=1122, + ["mine_detonation_speed_+%"]=1160, + ["mine_duration"]=198, + ["mine_laying_speed_+%"]=197, + ["mine_projectile_speed_+%_per_frenzy_charge"]=1161, + ["mine_throwing_speed_+%_per_frenzy_charge"]=1162, + ["minimum_added_cold_damage_per_frenzy_charge"]=1163, + ["minimum_added_cold_damage_vs_chilled_enemies"]=1164, + ["minimum_added_lightning_damage_from_skill"]=1165, + ["minimum_fire_damage_per_fuse_arrow_orb"]=158, + ["minimum_power_from_quality"]=1166, + ["minimum_secondary_physical_damage_per_15_strength"]=1167, + ["minion_%_chance_to_be_summoned_with_maximum_frenzy_charges"]=1181, + ["minion_additional_physical_damage_reduction_%"]=1168, + ["minion_attack_speed_+%"]=121, + ["minion_block_%"]=1169, + ["minion_burning_damage_+%"]=1170, + ["minion_cast_speed_+%"]=122, + ["minion_chance_to_deal_double_damage_%"]=1171, + ["minion_chance_to_taunt_on_hit_%"]=1172, + ["minion_cooldown_recovery_+%"]=1173, + ["minion_damage_+%"]=119, + ["minion_damage_+%_on_full_life"]=1174, + ["minion_duration"]=80, + ["minion_fire_damage_taken_+%"]=1175, + ["minion_grant_puppet_master_buff_to_parent_on_hit_%"]=1176, + ["minion_larger_aggro_radius"]=1835, + ["minion_life_regeneration_rate_per_minute_%"]=1177, + ["minion_maim_on_hit_%"]=1178, + ["minion_maximum_all_elemental_resistances_%"]=1179, + ["minion_maximum_life_+%"]=130, + ["minion_melee_damage_+%"]=1180, + ["minion_movement_speed_+%"]=123, + ["minion_rage_effect_+%"]=1182, + ["minion_skill_area_of_effect_+%"]=1183, + ["minion_stun_threshold_reduction_+%"]=1184, + ["minions_are_defensive"]=1836, + ["minions_cannot_be_damaged_after_summoned_ms"]=1185, + ["minions_chance_to_intimidate_on_hit_%"]=1186, + ["minions_deal_%_of_physical_damage_as_additional_chaos_damage"]=1187, + ["minions_inflict_exposure_on_hit_%_chance"]=1188, + ["minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second"]=1189, + ["mirage_archer_number_of_additional_projectiles"]=1190, ["modifiers_to_buff_effect_duration_also_affect_soul_prevention_duration"]=35, ["modifiers_to_skill_effect_duration_also_affect_soul_prevention_duration"]=33, ["modifiers_to_totem_duration_also_affect_soul_prevention_duration"]=34, - ["molten_shell_%_of_absorbed_damage_dealt_as_reflected_fire"]=1124, - ["molten_shell_damage_absorb_limit_%_of_armour"]=1123, - ["molten_shell_damage_absorbed_%"]=1123, - ["molten_shell_explosion_damage_penetrates_%_fire_resistance"]=1125, - ["molten_shell_max_damage_absorbed"]=1123, - ["molten_strike_projectiles_chain_when_impacting_ground"]=1126, - ["monster_response_time_ms"]=153, - ["mortal_call_elemental_damage_taken_+%_final"]=1127, - ["mortal_call_physical_damage_taken_+%_final"]=1128, - ["mortal_call_physical_damage_taken_per_endurance_charge_consumed_final_permyriad"]=1129, - ["mortar_barrage_mine_maximum_added_fire_damage_taken"]=1754, - ["mortar_barrage_mine_maximum_added_fire_damage_taken_limit"]=1754, - ["mortar_barrage_mine_minimum_added_fire_damage_taken"]=1754, - ["mortar_barrage_mine_minimum_added_fire_damage_taken_limit"]=1754, - ["movement_velocity_cap"]=128, - ["multiple_projectiles_projectile_spread_+%"]=1130, - ["multistrike_area_of_effect_+%_per_repeat"]=1131, - ["multistrike_damage_+%_final_on_first_repeat"]=1132, - ["multistrike_damage_+%_final_on_second_repeat"]=1133, - ["multistrike_damage_+%_final_on_third_repeat"]=1134, - ["never_freeze"]=298, - ["new_arctic_armour_fire_damage_taken_when_hit_+%_final"]=332, - ["new_arctic_armour_physical_damage_taken_when_hit_+%_final"]=331, - ["newshocknova_first_ring_damage_+%_final"]=309, - ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=1135, - ["no_movement_speed"]=103, - ["non_damaging_ailment_effect_+%"]=1136, - ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies"]=1137, - ["non_skill_base_all_damage_%_to_gain_as_lightning_with_spells_from_buff"]=1138, - ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=1139, - ["non_spell_cast_duration_ms"]=1140, - ["nova_skills_cast_at_target_location"]=1141, - ["number_of_additional_chain_targets"]=1142, - ["number_of_additional_fissures"]=1143, - ["number_of_allowed_storm_arrows"]=1144, - ["number_of_champions_of_light_allowed"]=1145, - ["number_of_corpses_to_consume"]=1146, - ["number_of_crossbow_bolts"]=1147, - ["number_of_herald_scorpions_allowed"]=1149, - ["number_of_marks_allowed_per_type"]=1150, + ["molten_shell_%_of_absorbed_damage_dealt_as_reflected_fire"]=1192, + ["molten_shell_damage_absorb_limit_%_of_armour"]=1191, + ["molten_shell_damage_absorbed_%"]=1191, + ["molten_shell_explosion_damage_penetrates_%_fire_resistance"]=1193, + ["molten_shell_max_damage_absorbed"]=1191, + ["molten_strike_projectiles_chain_when_impacting_ground"]=1194, + ["monster_response_time_ms"]=151, + ["mortal_call_elemental_damage_taken_+%_final"]=1195, + ["mortal_call_physical_damage_taken_+%_final"]=1196, + ["mortal_call_physical_damage_taken_per_endurance_charge_consumed_final_permyriad"]=1197, + ["mortar_barrage_mine_maximum_added_fire_damage_taken"]=1831, + ["mortar_barrage_mine_maximum_added_fire_damage_taken_limit"]=1831, + ["mortar_barrage_mine_minimum_added_fire_damage_taken"]=1831, + ["mortar_barrage_mine_minimum_added_fire_damage_taken_limit"]=1831, + ["movement_velocity_cap"]=126, + ["multiple_projectiles_projectile_spread_+%"]=1198, + ["multistrike_area_of_effect_+%_per_repeat"]=1199, + ["multistrike_damage_+%_final_on_first_repeat"]=1200, + ["multistrike_damage_+%_final_on_second_repeat"]=1201, + ["multistrike_damage_+%_final_on_third_repeat"]=1202, + ["never_freeze"]=292, + ["never_shock"]=1203, + ["new_arctic_armour_fire_damage_taken_when_hit_+%_final"]=326, + ["new_arctic_armour_physical_damage_taken_when_hit_+%_final"]=325, + ["newshocknova_first_ring_damage_+%_final"]=303, + ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=1204, + ["no_movement_speed"]=100, + ["non_damaging_ailment_effect_+%"]=1205, + ["non_skill_base_all_damage_%_to_gain_as_cold_with_spells_from_buff"]=1206, + ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks_vs_burning_enemies"]=1207, + ["non_skill_base_all_damage_%_to_gain_as_lightning_with_spells_from_buff"]=1208, + ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=1209, + ["non_spell_cast_duration_ms"]=1210, + ["nova_skills_cast_at_target_location"]=1211, + ["number_of_additional_chain_targets"]=1212, + ["number_of_additional_fissures"]=1213, + ["number_of_additional_impaled_debuffs_to_apply"]=1214, + ["number_of_allowed_storm_arrows"]=1215, + ["number_of_branching_fissures"]=1216, + ["number_of_champions_of_light_allowed"]=1217, + ["number_of_corpses_to_consume"]=1218, + ["number_of_crossbow_bolts"]=1219, + ["number_of_herald_scorpions_allowed"]=1221, + ["number_of_marks_allowed_per_type"]=1222, ["number_of_mines_to_place"]=36, - ["number_of_mirage_archers_allowed"]=1151, - ["number_of_reapers_allowed"]=1152, - ["number_of_relics_allowed"]=1153, - ["number_of_skeletal_constructs_allowed"]=1154, - ["number_of_support_ghosts_allowed"]=523, - ["number_of_tempest_bells_allowed"]=1155, - ["number_of_totems_to_summon"]=1156, + ["number_of_mirage_archers_allowed"]=1223, + ["number_of_reapers_allowed"]=1224, + ["number_of_relics_allowed"]=1225, + ["number_of_skeletal_constructs_allowed"]=1226, + ["number_of_support_ghosts_allowed"]=525, + ["number_of_tempest_bells_allowed"]=1227, + ["number_of_totems_to_summon"]=1228, ["number_of_traps_to_throw"]=37, - ["number_of_warcries_exerting_this_action"]=1024, - ["off_hand_accuracy_rating"]=1157, - ["off_hand_attack_damage_penetrates_chaos_resist_%"]=1158, - ["off_hand_attack_damage_penetrates_cold_resist_%"]=1159, - ["off_hand_attack_damage_penetrates_fire_resist_%"]=1160, - ["off_hand_attack_damage_penetrates_lightning_resist_%"]=1161, - ["off_hand_critical_hit_damage_bonus"]=1162, - ["off_hand_critical_strike_chance"]=1163, - ["off_hand_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1164, - ["off_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical"]=1165, - ["off_hand_maximum_chaos_damage"]=1166, - ["off_hand_maximum_cold_damage"]=1167, - ["off_hand_maximum_fire_damage"]=1168, - ["off_hand_maximum_lightning_damage"]=1169, - ["off_hand_maximum_physical_damage"]=1170, - ["off_hand_maximum_total_damage"]=1171, - ["off_hand_minimum_chaos_damage"]=1166, - ["off_hand_minimum_cold_damage"]=1167, - ["off_hand_minimum_fire_damage"]=1168, - ["off_hand_minimum_lightning_damage"]=1169, - ["off_hand_minimum_physical_damage"]=1170, - ["off_hand_minimum_total_damage"]=1171, + ["number_of_warcries_exerting_this_action"]=1090, + ["off_hand_accuracy_rating"]=1229, + ["off_hand_attack_damage_penetrates_chaos_resist_%"]=1230, + ["off_hand_attack_damage_penetrates_cold_resist_%"]=1231, + ["off_hand_attack_damage_penetrates_fire_resist_%"]=1232, + ["off_hand_attack_damage_penetrates_lightning_resist_%"]=1233, + ["off_hand_critical_hit_damage_bonus"]=1234, + ["off_hand_critical_strike_chance"]=1235, + ["off_hand_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1236, + ["off_hand_effetive_total_chance_permyriad_for_hit_to_be_double_critical"]=1237, + ["off_hand_maximum_chaos_damage"]=1238, + ["off_hand_maximum_cold_damage"]=1239, + ["off_hand_maximum_fire_damage"]=1240, + ["off_hand_maximum_lightning_damage"]=1241, + ["off_hand_maximum_physical_damage"]=1242, + ["off_hand_maximum_total_damage"]=1243, + ["off_hand_minimum_chaos_damage"]=1238, + ["off_hand_minimum_cold_damage"]=1239, + ["off_hand_minimum_fire_damage"]=1240, + ["off_hand_minimum_lightning_damage"]=1241, + ["off_hand_minimum_physical_damage"]=1242, + ["off_hand_minimum_total_damage"]=1243, ["offering_skill_effect_duration_per_corpse"]=21, - ["oil_arrow_explosion_base_damage_+permyriad"]=157, - ["oil_arrow_explosion_maximum_added_fire_damage"]=159, - ["oil_arrow_explosion_minimum_added_fire_damage"]=159, - ["orb_of_storms_bolt_frequency_ms"]=1172, - ["orb_of_storms_channelling_bolt_frequency_ms"]=1173, - ["orb_of_storms_maximum_number_of_hits"]=1174, - ["orb_of_storms_maximum_number_of_orbs"]=1175, - ["overpowered_effect_+%"]=1176, - ["overwhelm_%_physical_damage_reduction_while_max_fortification"]=1177, - ["parallel_projectile_firing_point_x_dist_+%"]=1178, + ["oil_arrow_explosion_base_damage_+permyriad"]=155, + ["oil_arrow_explosion_maximum_added_fire_damage"]=157, + ["oil_arrow_explosion_minimum_added_fire_damage"]=157, + ["orb_of_storms_bolt_frequency_ms"]=1244, + ["orb_of_storms_channelling_bolt_frequency_ms"]=1245, + ["orb_of_storms_maximum_number_of_hits"]=1246, + ["orb_of_storms_maximum_number_of_orbs"]=1247, + ["overwhelm_%_physical_damage_reduction_while_max_fortification"]=1248, + ["parallel_projectile_firing_point_x_dist_+%"]=1249, parent="active_skill_gem_stat_descriptions", - ["penance_brand_additional_descriptions_boolean"]=1179, - ["penance_brand_base_spread_radius_+"]=1180, - ["penetrate_%_fire_resistance_per_100_dexterity"]=1181, - ["petrification_statue_target_action_speed_-%"]=1186, - ["phantasm_grant_buff_maximum_added_physical_damage"]=1187, - ["phantasm_grant_buff_minimum_added_physical_damage"]=1187, - ["phase_run_%_chance_to_not_replace_buff_on_skill_use"]=1188, - ["phase_run_melee_physical_damage_+%_final"]=154, - ["phase_through_objects"]=339, - ["phys_cascade_trap_interval_duration_ms"]=1189, - ["phys_cascade_trap_number_of_cascades"]=1189, - ["physical_damage_%_dealt_as_evasion_break_vs_bleeding"]=1190, - ["physical_damage_reduction_%_per_crab_aspect_stack"]=1191, - ["physical_damage_reduction_rating_+%"]=173, - ["physical_damage_taken_+"]=233, - ["plague_bearer_chaos_damage_taken_+%_while_incubating"]=1192, - ["plague_bearer_gains_%_of_damage_from_inflicted_poisons"]=362, - ["plague_bearer_maximum_stored_poison_damage"]=363, - ["plague_bearer_movement_speed_+%_while_infecting"]=1193, - ["plague_bearer_nova_area_+%_final_per_incubation_%"]=1194, - ["plague_bearer_poison_effect_+%_while_infecting"]=365, - ["plague_burst_%_stored_value_to_deal_as_physical_damage"]=1195, - ["plague_burst_area_+%_final_maximum"]=1196, - ["plague_burst_triggered_by_bursting_plague_death"]=1197, - ["poison_skill_effect_duration"]=81, - ["poisonbloom_arrow_bloom_burst_1%_more_damage_per_x_stored_poison"]=1200, - ["poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison"]=1200, - ["poisonbloom_arrow_burst_base_radius_+1_per_x_stored_poison"]=1199, - ["poisonbloom_arrow_max_additional_burst_base_radius_+"]=1199, - ["portal_alternate_destination_chance_permyriad"]=1201, - ["predict_totem_maximum_energy_shield"]=1202, - ["predict_totem_maximum_life"]=1203, - ["primary_projectile_chain_num"]=1204, - ["primary_projectile_display_targets_to_pierce"]=89, - ["primary_projectile_impale_chance_%"]=1205, - ["prismatic_rain_beam_frequency_ms"]=1206, - ["projectile_attack_damage_+%_in_blood_stance"]=1207, - ["projectile_chance_to_be_able_to_chain_from_terrain_%"]=1209, - ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=1210, - ["projectile_chance_to_not_pierce_%"]=1211, - ["projectile_damage_+%_if_pierced_enemy"]=1212, - ["projectile_damage_+%_per_remaining_chain"]=1213, - ["projectile_damage_+%_vs_nearby_enemies"]=1218, + ["penance_brand_additional_descriptions_boolean"]=1250, + ["penance_brand_base_spread_radius_+"]=1251, + ["penetrate_%_fire_resistance_per_100_dexterity"]=1252, + ["petrification_statue_target_action_speed_-%"]=1257, + ["phantasm_grant_buff_maximum_added_physical_damage"]=1258, + ["phantasm_grant_buff_minimum_added_physical_damage"]=1258, + ["phase_run_%_chance_to_not_replace_buff_on_skill_use"]=1259, + ["phase_run_melee_physical_damage_+%_final"]=152, + ["phase_through_objects"]=332, + ["phys_cascade_trap_interval_duration_ms"]=1260, + ["phys_cascade_trap_number_of_cascades"]=1260, + ["physical_damage_%_dealt_as_evasion_break_vs_bleeding"]=1261, + ["physical_damage_reduction_%_per_crab_aspect_stack"]=1262, + ["physical_damage_reduction_rating_+%"]=170, + ["physical_damage_taken_+"]=229, + ["plague_bearer_chaos_damage_taken_+%_while_incubating"]=1263, + ["plague_bearer_gains_%_of_damage_from_inflicted_poisons"]=1264, + ["plague_bearer_maximum_stored_poison_damage"]=1264, + ["plague_bearer_movement_speed_+%_while_infecting"]=1265, + ["plague_bearer_poison_effect_+%_while_infecting"]=355, + ["plague_burst_%_stored_value_to_deal_as_physical_damage"]=1266, + ["plague_burst_area_+%_final_maximum"]=1267, + ["plague_burst_triggered_by_bursting_plague_death"]=1268, + ["poisonbloom_arrow_bloom_burst_1%_more_damage_per_x_stored_poison"]=1271, + ["poisonbloom_arrow_bloom_max_burst_damage_+%_final_from_stored_poison"]=1271, + ["poisonbloom_arrow_burst_base_radius_+1_per_x_stored_poison"]=1270, + ["poisonbloom_arrow_max_additional_burst_base_radius_+"]=1270, + ["portal_alternate_destination_chance_permyriad"]=1272, + ["predict_totem_maximum_energy_shield"]=1273, + ["predict_totem_maximum_life"]=1274, + ["primary_projectile_chain_num"]=1275, + ["primary_projectile_display_targets_to_pierce"]=87, + ["primary_projectile_impale_chance_%"]=1276, + ["prismatic_rain_beam_frequency_ms"]=1277, + ["projectile_attack_damage_+%_in_blood_stance"]=1278, + ["projectile_chance_to_be_able_to_chain_from_terrain_%"]=1280, + ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=1281, + ["projectile_chance_to_not_pierce_%"]=1282, + ["projectile_damage_+%_if_pierced_enemy"]=1283, + ["projectile_damage_+%_per_remaining_chain"]=1284, + ["projectile_damage_+%_vs_nearby_enemies"]=1289, ["projectile_damage_modifiers_apply_to_skill_dot"]=31, - ["projectile_ground_effect_duration"]=79, - ["projectile_number_of_targets_to_pierce"]=88, - ["projectile_return_%_chance"]=225, - ["projectile_speed_+%"]=1214, - ["projectile_speed_+%_in_sand_stance"]=1215, - ["projectiles_can_shotgun"]=1216, - ["projectiles_can_split_at_end_of_range"]=1208, - ["projectiles_can_split_from_terrain"]=1208, - ["projectiles_cannot_split"]=1217, - ["projectiles_fork_when_passing_a_flame_wall"]=1219, - ["projectiles_pierce_all_targets_in_x_range"]=1220, - ["projectiles_rain"]=1221, - ["projectiles_return"]=225, - ["puppet_master_duration_ms"]=1222, - ["purge_expose_resist_%_matching_highest_element_damage"]=1223, - ["purifying_flame_%_chance_to_create_consecrated_ground_around_you"]=1224, - ["quake_slam_fully_charged_explosion_damage_+%_final"]=341, - ["quality_display_active_skill_damage_+%_final_vs_immobilised_enemies_is_gem"]=413, - ["quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem"]=959, - ["quality_display_active_skill_ignite_effect_is_gem"]=426, - ["quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem"]=431, - ["quality_display_active_skill_required_number_of_combo_stacks_is_gem"]=436, - ["quality_display_active_skill_returning_damage_is_gem"]=368, - ["quality_display_arc_is_gem"]=470, - ["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"]=360, - ["quality_display_base_number_of_crossbow_bolts_is_gem"]=519, - ["quality_display_base_number_of_projectiles_is_gem"]=521, - ["quality_display_contagion_is_gem"]=686, - ["quality_display_earthshatter_is_gem"]=1366, - ["quality_display_ember_fusilade_is_gem"]=834, - ["quality_display_exsanguinate_beam_targets_is_gem"]=567, - ["quality_display_ice_crash_is_gem"]=315, - ["quality_display_immortal_call_is_gem"]=1129, - ["quality_display_incinerate_is_gem_hit"]=854, - ["quality_display_infernal_cry_is_gem"]=1760, - ["quality_display_mana_tempest_is_gem"]=1138, - ["quality_display_rapid_shot_maximum_num_of_stacks_is_gem"]=1235, - ["quality_display_rune_paint_is_gem"]=1256, - ["quality_display_sandstorm_swipe_is_gem"]=1262, - ["quality_display_shield_wall_is_gem"]=522, - ["quality_display_spear_puncture_is_gem"]=510, - ["queens_demand_effect"]=796, - ["quick_guard_damage_absorb_limit"]=1225, - ["quick_guard_damage_absorbed_%"]=1225, - ["rage_slash_damage_+%_final_per_amount_of_rage_sacrificed"]=1227, - ["rage_slash_maximum_vortices"]=1230, - ["rage_slash_radius_+_per_amount_of_rage_sacrificed"]=1228, - ["rage_slash_rage_sacrifice_per_damage_bonus"]=1227, - ["rage_slash_rage_sacrifice_per_radius_bonus"]=1228, - ["rage_slash_sacrifice_rage_%"]=1226, - ["rage_slash_vortex_attack_speed_+%_final"]=1229, - ["ragestorm_movement_speed_+%"]=1231, - ["rain_of_arrows_additional_sequence_chance_%"]=1232, - ["rain_of_arrows_arrow_speed_+%"]=1233, - ["raise_zombie_empowerment_effect_+%"]=1234, - ["rallying_cry_buff_effect_on_minions_+%_final"]=1718, - ["rallying_cry_damage_+%_final_from_osm_per_nearby_ally"]=1721, - ["rallying_cry_weapon_damage_%_for_allies_per_5_monster_power"]=1708, - ["rapid_shot_maximum_num_of_stacks"]=1235, - ["reap_life_%_granted_on_death_with_debuff"]=561, - ["reave_additional_max_stacks"]=1236, - ["reave_area_of_effect_+%_final_per_stage"]=244, - ["reaver_enrage_base_life_%_degen_per_minute"]=1237, - ["reaver_enrage_decay_rate_increase_+%_final"]=1237, - ["recall_sigil_target_search_range_+%"]=1238, - ["recover_%_life_when_stunning_an_enemy_permyriad"]=1239, - ["recover_%_maximum_life_on_cull"]=1240, - ["recover_%_maximum_mana_on_cull"]=1241, - ["recover_permyriad_life_on_skill_use"]=1242, - ["reduce_enemy_chaos_resistance_%"]=1244, - ["reduce_enemy_cold_resistance_%"]=1245, - ["reduce_enemy_dodge_%"]=294, - ["reduce_enemy_elemental_resistance_%"]=219, - ["reduce_enemy_fire_resistance_%"]=1246, - ["reduce_enemy_lightning_resistance_%"]=1247, - ["refresh_bleeding_duration_on_hit_%_chance"]=1248, - ["rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration"]=394, - ["reload_speed_+%"]=1249, - ["remove_freeze_on_ignite"]=1250, - ["repeat_last_step_of_combo_attack"]=1251, - ["returning_projectiles_always_pierce"]=371, - ["righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within"]=1252, - ["righteous_fire_spell_damage_+%_final"]=179, - ["ring_of_ice_placement_distance"]=1253, - ["rune_paint_area_of_effect_+%_final_per_rune_level"]=1254, - ["rune_paint_area_of_effect_+%_per_rune_level"]=1255, - ["rune_paint_hit_damage_+%_final_per_rune_level"]=1256, - ["rune_paint_mana_spend_per_rune_upgrade"]=1257, - ["rune_paint_max_rune_level"]=1258, - ["sacrifice_%_life_on_skill_use"]=1259, - ["sanctify_wave_damage_+%_final"]=1260, - ["sandstorm_swipe_max_stages"]=1261, - ["sandstorm_swipe_storm_damage_+%_final_per_stage"]=1262, - ["sandstorm_swipe_storm_radius_+_per_stage"]=1263, - ["scorpion_minion_attack_speed_+%"]=1264, - ["scorpion_minion_maximum_added_physical_damage"]=1266, - ["scorpion_minion_minimum_added_physical_damage"]=1266, - ["scorpion_minion_physical_damage_+%"]=1265, - ["secondary_buff_effect_duration"]=77, - ["secondary_critical_hit_damage_bonus"]=1267, - ["secondary_critical_strike_chance"]=1268, - ["secondary_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1269, - ["secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute"]=152, - ["secondary_maximum_chaos_damage"]=1270, - ["secondary_maximum_cold_damage"]=1271, - ["secondary_maximum_fire_damage"]=1272, - ["secondary_maximum_lightning_damage"]=1273, - ["secondary_maximum_physical_damage"]=1274, - ["secondary_maximum_total_damage"]=1275, - ["secondary_minimum_chaos_damage"]=1270, - ["secondary_minimum_cold_damage"]=1271, - ["secondary_minimum_fire_damage"]=1272, - ["secondary_minimum_lightning_damage"]=1273, - ["secondary_minimum_physical_damage"]=1274, - ["secondary_minimum_total_damage"]=1275, - ["secondary_minion_duration"]=83, - ["seismic_cry_+%_enemy_stun_threshold_per_5_MP"]=1709, - ["seismic_cry_base_slam_skill_area_+%"]=1724, - ["seismic_cry_base_slam_skill_damage_+%_final"]=1722, - ["seismic_cry_slam_skill_area_+%_increase_per_repeat"]=1725, - ["seismic_cry_slam_skill_damage_+%_final_increase_per_repeat"]=1723, - ["self_nonlethal_fire_damage_%_of_maximum_energy_shield_taken_per_minute"]=178, - ["self_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute"]=177, - ["sentinel_minion_cooldown_speed_+%"]=1276, - ["share_charges_with_allies_in_your_presence"]=1277, - ["shatter_on_killing_blow"]=1278, - ["shattering_palm_target_damage_+%_final"]=1279, - ["shattering_steel_hit_damage_+%_final_scaled_by_projectile_distance_per_ammo_consumed"]=1280, - ["shield_block_%"]=170, - ["shield_charge_damage_+%_maximum"]=87, - ["shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range"]=85, - ["shield_charge_stun_duration_+%_maximum"]=86, - ["shield_crush_helmet_enchantment_aoe_+%_final"]=1281, - ["shield_spell_block_%"]=171, - ["shield_wall_damage_+%_final_when_slammed"]=1282, - ["shock_duration_+%"]=99, - ["shock_effect_+%"]=1283, - ["shock_effect_+%_with_critical_strikes"]=1284, - ["shock_maximum_magnitude_+"]=1285, - ["shock_nearby_enemy_area_of_effect_radius"]=1401, - ["shock_nearby_enemy_base_area_of_effect_radius"]=1401, - ["shock_nova_ring_chance_to_shock_+%"]=1286, - ["shock_nova_ring_damage_+%"]=354, - ["shock_nova_ring_shocks_as_if_dealing_damage_+%_final"]=1287, - ["shocked_ground_base_magnitude_override"]=1288, - ["shockwave_slam_explosion_damage_+%_final"]=352, - ["shrapnel_shot_cone_placement_distance_+"]=1289, - ["shrapnel_trap_number_of_secondary_explosions"]=1290, - ["sigil_attached_target_fire_penetration_%"]=1291, - ["sigil_attached_target_lightning_penetration_%"]=1292, - ["sigil_recall_extend_base_secondary_skill_effect_duration"]=1293, - ["sigil_recall_extend_base_skill_effect_duration"]=1294, - ["sigils_can_target_reaper_minions"]=1295, + ["projectile_ground_effect_duration"]=78, + ["projectile_number_of_targets_to_pierce"]=86, + ["projectile_return_%_chance"]=221, + ["projectile_speed_+%"]=1285, + ["projectile_speed_+%_in_sand_stance"]=1286, + ["projectiles_can_shotgun"]=1287, + ["projectiles_can_split_at_end_of_range"]=1279, + ["projectiles_can_split_from_terrain"]=1279, + ["projectiles_cannot_split"]=1288, + ["projectiles_fork_when_passing_a_flame_wall"]=1290, + ["projectiles_pierce_all_targets_in_x_range"]=1291, + ["projectiles_rain"]=1292, + ["projectiles_return"]=221, + ["puppet_master_duration_ms"]=1293, + ["purge_expose_resist_%_matching_highest_element_damage"]=1294, + ["purifying_flame_%_chance_to_create_consecrated_ground_around_you"]=1295, + ["quake_slam_fully_charged_explosion_damage_+%_final"]=334, + ["quality_display_active_skill_damage_+%_final_vs_immobilised_enemies_is_gem"]=406, + ["quality_display_active_skill_ground_effect_area_of_effect_+%_final_per_second_max_is_gem"]=1018, + ["quality_display_active_skill_ignite_effect_is_gem"]=421, + ["quality_display_active_skill_pins_as_though_dealt_damage_+%_final_is_gem"]=428, + ["quality_display_active_skill_required_number_of_combo_stacks_is_gem"]=433, + ["quality_display_active_skill_returning_damage_is_gem"]=359, + ["quality_display_base_number_of_crossbow_bolts_is_gem"]=520, + ["quality_display_base_number_of_projectiles_is_gem"]=522, + ["quality_display_contagion_is_gem"]=733, + ["quality_display_earthshatter_is_gem"]=1441, + ["quality_display_ember_fusilade_is_gem"]=893, + ["quality_display_exsanguinate_beam_targets_is_gem"]=570, + ["quality_display_ice_crash_is_gem"]=309, + ["quality_display_immortal_call_is_gem"]=1197, + ["quality_display_incinerate_is_gem_hit"]=913, + ["quality_display_infernal_cry_is_gem"]=1837, + ["quality_display_mana_tempest_is_gem"]=1208, + ["quality_display_rapid_shot_maximum_num_of_stacks_is_gem"]=1147, + ["quality_display_rune_paint_is_gem"]=1328, + ["quality_display_sandstorm_swipe_is_gem"]=1334, + ["quality_display_shield_wall_is_gem"]=524, + ["quality_display_spear_puncture_is_gem"]=498, + ["quality_display_warding_steel_is_gem"]=1806, + ["queens_demand_effect"]=854, + ["quick_guard_damage_absorb_limit"]=1296, + ["quick_guard_damage_absorbed_%"]=1296, + ["rage_slash_damage_+%_final_per_amount_of_rage_sacrificed"]=1298, + ["rage_slash_maximum_vortices"]=1301, + ["rage_slash_radius_+_per_amount_of_rage_sacrificed"]=1299, + ["rage_slash_rage_sacrifice_per_damage_bonus"]=1298, + ["rage_slash_rage_sacrifice_per_radius_bonus"]=1299, + ["rage_slash_sacrifice_rage_%"]=1297, + ["rage_slash_vortex_attack_speed_+%_final"]=1300, + ["ragestorm_movement_speed_+%"]=1302, + ["rain_of_arrows_additional_sequence_chance_%"]=1303, + ["rain_of_arrows_arrow_speed_+%"]=1304, + ["raise_zombie_empowerment_effect_+%"]=1305, + ["rallying_cry_buff_effect_on_minions_+%_final"]=1788, + ["rallying_cry_damage_+%_final_from_osm_per_nearby_ally"]=1792, + ["rallying_cry_weapon_damage_%_for_allies_per_5_monster_power"]=1779, + ["reap_life_%_granted_on_death_with_debuff"]=564, + ["reave_additional_max_stacks"]=1306, + ["reave_area_of_effect_+%_final_per_stage"]=240, + ["reaver_enrage_base_life_%_degen_per_minute"]=1307, + ["reaver_enrage_decay_rate_increase_+%_final"]=1307, + ["recall_sigil_target_search_range_+%"]=1308, + ["recover_%_life_when_stunning_an_enemy_permyriad"]=1309, + ["recover_%_maximum_life_on_cull"]=1310, + ["recover_%_maximum_mana_on_cull"]=1311, + ["recover_permyriad_life_on_skill_use"]=1312, + ["reduce_enemy_chaos_resistance_%"]=1314, + ["reduce_enemy_cold_resistance_%"]=1315, + ["reduce_enemy_elemental_resistance_%"]=215, + ["reduce_enemy_fire_resistance_%"]=1316, + ["reduce_enemy_lightning_resistance_%"]=1317, + ["refresh_bleeding_duration_on_hit_%_chance"]=1318, + ["rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration"]=385, + ["reload_speed_+%"]=1319, + ["remove_freeze_on_ignite"]=1320, + ["repeat_last_step_of_combo_attack"]=1321, + ["returning_projectiles_always_pierce"]=362, + ["rhoa_movement_speed_+%"]=1322, + ["rhoa_movement_speed_penalty_+%_final_while_performing_action"]=1323, + ["righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within"]=1324, + ["righteous_fire_spell_damage_+%_final"]=176, + ["ring_of_ice_placement_distance"]=1325, + ["rune_paint_area_of_effect_+%_final_per_rune_level"]=1326, + ["rune_paint_area_of_effect_+%_per_rune_level"]=1327, + ["rune_paint_hit_damage_+%_final_per_rune_level"]=1328, + ["rune_paint_mana_spend_per_rune_upgrade"]=1329, + ["rune_paint_max_rune_level"]=1330, + ["sacrifice_%_life_on_skill_use"]=1331, + ["sanctify_wave_damage_+%_final"]=1332, + ["sandstorm_swipe_max_stages"]=1333, + ["sandstorm_swipe_storm_damage_+%_final_per_stage"]=1334, + ["sandstorm_swipe_storm_radius_+_per_stage"]=1335, + ["scorpion_minion_attack_speed_+%"]=1336, + ["scorpion_minion_maximum_added_physical_damage"]=1338, + ["scorpion_minion_minimum_added_physical_damage"]=1338, + ["scorpion_minion_physical_damage_+%"]=1337, + ["secondary_buff_effect_duration"]=76, + ["secondary_critical_hit_damage_bonus"]=1339, + ["secondary_critical_strike_chance"]=1340, + ["secondary_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1341, + ["secondary_intermediary_fire_skill_dot_damage_to_deal_per_minute"]=150, + ["secondary_maximum_chaos_damage"]=1342, + ["secondary_maximum_cold_damage"]=1343, + ["secondary_maximum_fire_damage"]=1344, + ["secondary_maximum_lightning_damage"]=1345, + ["secondary_maximum_physical_damage"]=1346, + ["secondary_maximum_total_damage"]=1347, + ["secondary_minimum_chaos_damage"]=1342, + ["secondary_minimum_cold_damage"]=1343, + ["secondary_minimum_fire_damage"]=1344, + ["secondary_minimum_lightning_damage"]=1345, + ["secondary_minimum_physical_damage"]=1346, + ["secondary_minimum_total_damage"]=1347, + ["secondary_minion_duration"]=81, + ["seismic_cry_base_slam_skill_area_+%"]=1795, + ["seismic_cry_base_slam_skill_damage_+%_final"]=1793, + ["seismic_cry_slam_skill_area_+%_increase_per_repeat"]=1796, + ["seismic_cry_slam_skill_damage_+%_final_increase_per_repeat"]=1794, + ["self_nonlethal_fire_damage_%_of_maximum_energy_shield_taken_per_minute"]=175, + ["self_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute"]=174, + ["sentinel_minion_cooldown_speed_+%"]=1348, + ["share_charges_with_allies_in_your_presence"]=1349, + ["shatter_on_killing_blow"]=1350, + ["shattering_palm_target_damage_+%_final"]=1351, + ["shattering_steel_hit_damage_+%_final_scaled_by_projectile_distance_per_ammo_consumed"]=1352, + ["shield_block_%"]=168, + ["shield_charge_damage_+%_maximum"]=85, + ["shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range"]=83, + ["shield_charge_stun_duration_+%_maximum"]=84, + ["shield_crush_helmet_enchantment_aoe_+%_final"]=1353, + ["shield_wall_damage_+%_final_when_slammed"]=1354, + ["shock_duration_+%"]=96, + ["shock_effect_+%"]=1355, + ["shock_effect_+%_with_critical_strikes"]=1356, + ["shock_maximum_magnitude_+"]=1357, + ["shock_nearby_enemy_area_of_effect_radius"]=1477, + ["shock_nearby_enemy_base_area_of_effect_radius"]=1477, + ["shock_nova_ring_chance_to_shock_+%"]=1358, + ["shock_nova_ring_damage_+%"]=347, + ["shock_nova_ring_shocks_as_if_dealing_damage_+%_final"]=1359, + ["shocked_ground_base_magnitude_override"]=1360, + ["shockwave_slam_explosion_damage_+%_final"]=345, + ["shrapnel_shot_cone_placement_distance_+"]=1361, + ["shrapnel_trap_number_of_secondary_explosions"]=1362, + ["sigil_attached_target_fire_penetration_%"]=1363, + ["sigil_attached_target_lightning_penetration_%"]=1364, + ["sigil_recall_extend_base_secondary_skill_effect_duration"]=1365, + ["sigil_recall_extend_base_skill_effect_duration"]=1366, + ["sigils_can_target_reaper_minions"]=1367, ["skeletal_chains_aoe_%_health_dealt_as_chaos_damage"]=13, - ["skeletal_chains_no_minions_damage_+%_final"]=221, - ["skeletal_chains_no_minions_radius_+"]=222, - ["skeletal_chains_no_minions_targets_self"]=220, - ["skeletal_cleric_revived_skeletons_immune_for_X_ms"]=1296, - ["skill_angle_+%_in_sand_stance"]=1297, - ["skill_area_angle_+%"]=1298, - ["skill_area_of_effect_+%_final_in_sand_stance"]=1299, - ["skill_base_covered_in_oil_exposure_-_to_total_fire_resistance"]=1301, - ["skill_base_covered_in_oil_movement_speed_+%_final_to_apply"]=1300, - ["skill_base_ground_oil_exposure_-_to_total_fire_resistance"]=1303, - ["skill_base_ground_oil_movement_speed_+%_final_to_apply"]=1302, - ["skill_buff_effect_+%"]=355, - ["skill_buff_grants_attack_and_cast_speed_+%"]=1305, - ["skill_buff_grants_chance_to_poison_%"]=345, - ["skill_buff_grants_critical_strike_chance_+%"]=114, - ["skill_can_fire_arrows"]=521, - ["skill_can_only_use_bow"]=1542, - ["skill_can_only_use_non_melee_weapons"]=1545, - ["skill_code_movement_speed_+%_final"]=1306, - ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"]=1307, - ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"]=1308, - ["skill_covered_in_oil_movement_speed_+%_final_to_apply"]=1309, - ["skill_damage_+%_final_per_chain_from_skill_specific_stat"]=1310, - ["skill_detonation_time"]=1311, - ["skill_display_number_of_remote_mines_allowed"]=195, - ["skill_display_number_of_totems_allowed"]=193, - ["skill_display_number_of_traps_allowed"]=194, - ["skill_echo_chance_%"]=1312, - ["skill_effect_and_damaging_ailment_duration_+%"]=1313, - ["skill_effect_duration_+%_per_removable_frenzy_charge"]=169, - ["skill_effect_duration_+%_while_dead"]=1315, - ["skill_effect_duration_per_100_int"]=1314, - ["skill_empower_limitation_specifier_for_stat_description"]=1719, - ["skill_empowers_next_x_melee_attacks"]=1719, - ["skill_grant_elusive_when_used"]=1316, - ["skill_ground_oil_movement_speed_+%_final_to_apply"]=1317, - ["skill_has_trigger_from_unique_item"]=1318, + ["skeletal_chains_no_minions_damage_+%_final"]=217, + ["skeletal_chains_no_minions_radius_+"]=218, + ["skeletal_chains_no_minions_targets_self"]=216, + ["skeletal_cleric_revived_skeletons_immune_for_X_ms"]=1368, + ["skill_angle_+%_in_sand_stance"]=1369, + ["skill_area_angle_+%"]=1370, + ["skill_area_of_effect_+%_final_in_sand_stance"]=1371, + ["skill_base_covered_in_oil_exposure_-_to_total_elemental_resistance"]=1373, + ["skill_base_covered_in_oil_movement_speed_+%_final_to_apply"]=1372, + ["skill_base_ground_oil_exposure_-_to_total_elemental_resistance"]=1375, + ["skill_base_ground_oil_movement_speed_+%_final_to_apply"]=1374, + ["skill_buff_effect_+%"]=348, + ["skill_buff_grants_attack_and_cast_speed_+%"]=1377, + ["skill_buff_grants_chance_to_poison_%"]=338, + ["skill_buff_grants_critical_strike_chance_+%"]=111, + ["skill_can_fire_arrows"]=522, + ["skill_can_only_use_bow"]=1615, + ["skill_can_only_use_non_melee_weapons"]=1618, + ["skill_code_movement_speed_+%_final"]=1378, + ["skill_consume_frenzy_charge_to_gain_skill_speed_+%_final"]=1379, + ["skill_consume_power_charge_to_gain_critical_strike_chance_+%_final"]=1380, + ["skill_covered_in_oil_movement_speed_+%_final_to_apply"]=1381, + ["skill_curses_cannot_apply_to_targets_above_level"]=1382, + ["skill_damage_+%_final_per_chain_from_skill_specific_stat"]=1383, + ["skill_detonation_time"]=1384, + ["skill_display_number_of_remote_mines_allowed"]=192, + ["skill_display_number_of_totems_allowed"]=190, + ["skill_display_number_of_traps_allowed"]=191, + ["skill_echo_chance_%"]=1385, + ["skill_effect_and_damaging_ailment_duration_+%"]=1386, + ["skill_effect_duration_+%_per_removable_frenzy_charge"]=167, + ["skill_effect_duration_+%_while_dead"]=1388, + ["skill_effect_duration_per_100_int"]=1387, + ["skill_empower_limitation_specifier_for_stat_description"]=1790, + ["skill_empowers_next_x_melee_attacks"]=1790, + ["skill_grant_X_frenzy_charges_against_normal_and_magic_monsters"]=1389, + ["skill_grant_X_frenzy_charges_against_rare_monsters"]=1389, + ["skill_grant_X_frenzy_charges_against_unique_monsters"]=1389, + ["skill_grant_elusive_when_used"]=1390, + ["skill_ground_oil_movement_speed_+%_final_to_apply"]=1391, + ["skill_has_trigger_from_unique_item"]=1392, ["skill_is_steel_skill_reload"]=14, - ["skill_jagged_ground_base_duration_ms"]=1319, - ["skill_maximum_travel_distance_+%"]=1320, + ["skill_jagged_ground_base_duration_ms"]=1393, + ["skill_max_unleash_seals"]=1484, + ["skill_maximum_travel_distance_+%"]=1394, ["skill_minion_explosion_life_%"]=29, - ["skill_offering_targets_an_additional_skeleton"]=1321, - ["skill_travel_distance_+%"]=1322, - ["skill_triggered_by_snipe"]=1323, - ["skill_triggered_when_you_focus_chance_%"]=1324, - ["skill_used_by_mirage_chieftain_damage_+%_final"]=1325, - ["skill_used_by_mirage_warrior_damage_+%_final"]=1326, - ["skill_withered_duration_ms"]=1327, - ["slam_aftershock_chance_%"]=1328, - ["slam_ancestor_totem_grant_owner_melee_damage_+%"]=54, - ["slam_ancestor_totem_grant_owner_melee_damage_+%_final"]=49, - ["slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%"]=51, - ["slither_wither_stacks"]=1329, - ["snapping_adder_%_chance_to_retain_projectile_on_release"]=1330, - ["snapping_adder_released_projectile_damage_+%_final"]=370, - ["solar_orb_pulse_frequency_ms"]=1331, - ["soulfeast_chaos_damage_to_self"]=1332, - ["soulfeast_maximum_stages"]=1333, - ["soulfeast_number_of_secondary_projectiles"]=1334, - ["soulfeast_spell_damage_+%_final_per_stage"]=1335, - ["spear_wall_num_spears"]=1336, - ["spearfield_maim_slows_an_additional_%"]=1337, - ["spectral_helix_rotations_%"]=1338, - ["spectral_spiral_weapon_number_of_bounces"]=1339, - ["spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final"]=1340, - ["spectre_duration"]=84, - ["spell_area_damage_+%_in_blood_stance"]=1341, - ["spell_area_of_effect_+%_in_sand_stance"]=1342, - ["spell_cast_duration_ms"]=1343, - ["spell_cast_time_cannot_be_modified"]=1344, - ["spell_critical_hit_damage_bonus"]=1345, - ["spell_critical_strike_chance"]=1346, - ["spell_damage_+%"]=181, + ["skill_offering_targets_an_additional_skeleton"]=1395, + ["skill_travel_distance_+%"]=1396, + ["skill_triggered_by_snipe"]=1397, + ["skill_triggered_when_you_focus_chance_%"]=1398, + ["skill_used_by_mirage_chieftain_damage_+%_final"]=1399, + ["skill_used_by_mirage_warrior_damage_+%_final"]=1400, + ["skill_withered_duration_ms"]=1401, + ["slam_aftershock_chance_%"]=1402, + ["slam_ancestor_totem_grant_owner_melee_damage_+%"]=53, + ["slam_ancestor_totem_grant_owner_melee_damage_+%_final"]=48, + ["slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%"]=50, + ["slither_wither_stacks"]=1403, + ["snapping_adder_%_chance_to_retain_projectile_on_release"]=1404, + ["snapping_adder_released_projectile_damage_+%_final"]=361, + ["solar_orb_pulse_frequency_ms"]=1405, + ["soulfeast_chaos_damage_to_self"]=1406, + ["soulfeast_maximum_stages"]=1407, + ["soulfeast_number_of_secondary_projectiles"]=1408, + ["soulfeast_spell_damage_+%_final_per_stage"]=1409, + ["spear_wall_num_spears"]=1410, + ["spearfield_maim_slows_an_additional_%"]=1411, + ["spectral_helix_rotations_%"]=1412, + ["spectral_spiral_weapon_number_of_bounces"]=1413, + ["spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final"]=1414, + ["spectre_duration"]=82, + ["spell_area_damage_+%_in_blood_stance"]=1415, + ["spell_area_of_effect_+%_in_sand_stance"]=1416, + ["spell_cast_duration_ms"]=1417, + ["spell_cast_time_cannot_be_modified"]=1418, + ["spell_critical_hit_damage_bonus"]=1419, + ["spell_critical_strike_chance"]=1420, + ["spell_damage_+%"]=178, ["spell_damage_modifiers_apply_to_skill_dot"]=30, - ["spell_echo_plus_chance_double_damage_%_final"]=1347, - ["spell_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1348, - ["spell_has_trigger_from_crafted_item_mod"]=1349, - ["spell_maximum_added_cold_damage"]=302, - ["spell_maximum_added_lightning_damage"]=303, + ["spell_echo_plus_chance_double_damage_%_final"]=1421, + ["spell_effetive_total_chance_permyriad_for_hit_to_be_critical"]=1422, + ["spell_has_trigger_from_crafted_item_mod"]=1423, + ["spell_maximum_added_cold_damage"]=296, + ["spell_maximum_added_lightning_damage"]=297, ["spell_maximum_base_cold_damage_+_per_10_intelligence"]=23, - ["spell_maximum_base_cold_damage_per_removable_frenzy_charge"]=22, + ["spell_maximum_base_cold_damage_per_removable_frenzy_charge"]=531, ["spell_maximum_base_fire_damage_per_removable_endurance_charge"]=20, ["spell_maximum_base_lightning_damage_per_removable_power_charge"]=19, - ["spell_maximum_base_physical_damage_per_shield_quality"]=1350, - ["spell_maximum_chaos_damage"]=1351, - ["spell_maximum_cold_damage"]=1352, - ["spell_maximum_fire_damage"]=1353, - ["spell_maximum_lightning_damage"]=1354, - ["spell_maximum_physical_damage"]=1355, - ["spell_maximum_total_damage"]=1356, - ["spell_minimum_added_cold_damage"]=302, - ["spell_minimum_added_lightning_damage"]=303, + ["spell_maximum_base_physical_damage_per_shield_quality"]=1424, + ["spell_maximum_chaos_damage"]=1425, + ["spell_maximum_cold_damage"]=1426, + ["spell_maximum_fire_damage"]=1427, + ["spell_maximum_lightning_damage"]=1428, + ["spell_maximum_physical_damage"]=1429, + ["spell_maximum_total_damage"]=1430, + ["spell_minimum_added_cold_damage"]=296, + ["spell_minimum_added_lightning_damage"]=297, ["spell_minimum_base_cold_damage_+_per_10_intelligence"]=23, - ["spell_minimum_base_cold_damage_per_removable_frenzy_charge"]=22, + ["spell_minimum_base_cold_damage_per_removable_frenzy_charge"]=531, ["spell_minimum_base_fire_damage_per_removable_endurance_charge"]=20, ["spell_minimum_base_lightning_damage_per_removable_power_charge"]=19, - ["spell_minimum_base_physical_damage_per_shield_quality"]=1350, - ["spell_minimum_chaos_damage"]=1351, - ["spell_minimum_cold_damage"]=1352, - ["spell_minimum_fire_damage"]=1353, - ["spell_minimum_lightning_damage"]=1354, - ["spell_minimum_physical_damage"]=1355, - ["spell_minimum_total_damage"]=1356, + ["spell_minimum_base_physical_damage_per_shield_quality"]=1424, + ["spell_minimum_chaos_damage"]=1425, + ["spell_minimum_cold_damage"]=1426, + ["spell_minimum_fire_damage"]=1427, + ["spell_minimum_lightning_damage"]=1428, + ["spell_minimum_physical_damage"]=1429, + ["spell_minimum_total_damage"]=1430, ["spell_repeat_count"]=42, - ["spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova"]=1357, - ["spell_skills_fire_2_additional_projectiles_final_chance_%"]=1358, - ["spells_chance_to_hinder_on_hit_%"]=1359, - ["spellslinger_mana_reservation"]=1360, - ["spellslinger_trigger_on_wand_attack_%"]=267, - ["spider_aspect_max_web_count"]=1361, - ["spike_slam_additional_spike_%_chance"]=1362, - ["spike_slam_explosion_damage_+%_final"]=1363, - ["spike_slam_fissure_damage_+%_final"]=1364, - ["spike_slam_fissure_length_+%"]=1365, - ["spike_slam_max_spikes"]=1366, - ["spike_slam_num_spikes"]=1367, - ["spike_slam_spike_damage_+%_final"]=1368, - ["spirit_offering_critical_strike_chance_+%"]=1369, - ["spirit_offering_critical_strike_multiplier_+"]=1370, - ["spiritual_cry_double_movement_velocity_+%"]=1371, - ["spiritual_cry_doubles_summoned_per_5_MP"]=1715, - ["splitting_steel_area_+%_final_after_splitting"]=1372, - ["static_strike_beam_damage_+%_final"]=1373, - ["static_strike_beam_damage_+%_final_while_moving"]=1374, - ["static_strike_explosion_damage_+%_final"]=305, - ["static_strike_number_of_beam_targets"]=1375, - ["stealth_+%"]=1376, - ["steel_ammo_consumed_per_use"]=1377, - ["steel_skill_%_chance_to_not_consume_ammo"]=1378, - ["steel_steal_area_of_effect_+%"]=1379, - ["steel_steal_reflect_damage_+%"]=1380, - ["stone_golem_grants_base_life_regeneration_rate_per_minute"]=320, - ["storm_blade_has_local_attack_speed_+%"]=1381, - ["storm_blade_has_local_lightning_penetration_%"]=1382, - ["storm_blade_quality_chance_to_shock_%"]=1383, - ["storm_blade_quality_local_critical_strike_chance_+%"]=1384, - ["storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=1385, - ["storm_burst_explosion_area_of_effect_+%"]=1386, - ["storm_burst_new_damage_+%_final_per_remaining_teleport_zap"]=1387, - ["storm_burst_zap_area_of_effect_+%"]=1388, - ["storm_call_chance_to_strike_on_cast_%"]=1389, - ["storm_rain_pulse_count"]=1390, - ["stormblast_bolts_maximum_active_bolt_count"]=1391, - ["stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets"]=1392, - ["stun_duration_+%_vs_enemies_that_are_on_full_life"]=1393, - ["summon_cold_resistance_+"]=240, - ["summon_fire_resistance_+"]=239, - ["summon_lightning_resistance_+"]=241, - ["summon_mirage_archer_on_hit"]=1394, - ["summon_mirage_warrior_on_crit"]=1395, - ["summon_totem_cast_speed_+%"]=330, - ["summoned_spider_grants_attack_speed_+%"]=1396, - ["sunder_shockwave_area_of_effect_+%"]=1397, - ["sunder_wave_area_of_effect_+%"]=1398, - ["sunder_wave_delay_+%"]=1399, - ["sunder_wave_min_steps"]=1400, - ["sunder_wave_radius_+_per_step"]=52, - ["support_%_chance_to_shock_nearby_enemy_on_shock"]=1401, - ["support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=1402, - ["support_additional_trap_%_chance_for_1_additional_trap"]=1406, - ["support_additional_trap_mine_%_chance_for_1_additional_trap_mine"]=1403, - ["support_additional_trap_mine_%_chance_for_2_additional_trap_mine"]=1404, - ["support_additional_trap_mine_%_chance_for_3_additional_trap_mine"]=1405, - ["support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=1407, - ["support_ancestral_slam_big_hit_area_+%"]=385, - ["support_ancestral_slam_big_hit_hit_damage_+%_final"]=384, - ["support_anticipation_rapid_fire_count"]=1408, - ["support_apply_daze_on_warcry"]=1409, - ["support_arcane_surge_duration_ms"]=1410, - ["support_arcane_surge_gain_buff_on_%_of_maximum_mana_use_threshold"]=1410, - ["support_armour_explosion"]=1411, - ["support_attack_totem_attack_speed_+%_final"]=284, - ["support_aura_duration_buff_duration"]=1412, - ["support_better_ailments_damaging_ailment_effect_+%_final"]=1413, - ["support_blood_fountain_life_regeneration_rate_per_minute_%"]=1414, - ["support_blood_fountain_radius"]=1414, - ["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"]=328, - ["support_blunt_chance_to_trigger_shockwave_on_hit_%"]=1415, - ["support_bursting_plague_max_value_%_of_max_life"]=1416, - ["support_bursting_plague_store_%_poison_applied_magnitude_towards_burst"]=1416, - ["support_cannibalism_recover_%_maximum_life_on_kill"]=1417, - ["support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies"]=1418, - ["support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage"]=1419, - ["support_clarity_mana_regeneration_rate_+%"]=1420, - ["support_close_combat_attack_damage_+%_final_from_distance"]=1421, - ["support_combo_finisher_damage_+%_final"]=1422, - ["support_combo_finisher_required_number_of_combo_stacks"]=1423, - ["support_concentrated_effect_skill_area_of_effect_+%_final"]=70, - ["support_consume_power_charge_to_gain_curse_duration_+%_final"]=1424, - ["support_controlled_destruction_critical_strike_chance_+%_final"]=115, - ["support_cooldown_reduction_cooldown_recovery_+%"]=1425, - ["support_corrupting_cry_corrupted_blood_damage_per_minute"]=1426, - ["support_corrupting_cry_corrupted_blood_duration_ms"]=1427, - ["support_cruelty_duration_ms"]=373, - ["support_crushing_stuns_crush_on_stun_ms"]=1428, - ["support_culling_strike_vs_rare_or_unique_enemy"]=1429, - ["support_damage_+%_final_per_combo_stack"]=1430, - ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"]=1431, - ["support_daze_break_duration_ms"]=1432, - ["support_dazed_cry_duration_ms"]=1433, - ["support_debilitate_hit_damage_+%_final_per_poison_stack"]=1434, - ["support_debilitate_hit_damage_max_poison_stacks"]=1434, - ["support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed"]=1435, - ["support_empowered_culling_strike"]=1436, - ["support_empowered_damage_+%_final"]=1437, - ["support_enraged_warcry_+%_damage_final_for_exerted_attacks"]=1539, - ["support_executioner_buff_duration_ms"]=1438, - ["support_executioner_damage_vs_enemies_on_low_life_+%_final"]=1439, - ["support_executioner_gain_one_rare_monster_mod_on_kill_ms"]=1440, - ["support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%"]=1441, - ["support_exposure_effect_+%"]=1442, - ["support_far_combat_attack_damage_+%_final_from_distance"]=1443, - ["support_focused_ballista_totem_attack_speed_+%_final"]=1444, - ["support_fork_forked_projectile_damage_+%_final"]=1445, - ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=1446, - ["support_ghost_duration"]=1447, - ["support_greater_spell_echo_area_of_effect_+%_per_repeat"]=1448, - ["support_greater_spell_echo_spell_damage_+%_final_per_repeat"]=1449, - ["support_grenade_damage_+%_final"]=1450, - ["support_ground_effect_area_of_effect_+%_final_per_second"]=1451, - ["support_ground_effect_area_of_effect_+%_final_per_second_max"]=1451, - ["support_herbalism_life_recovery_+%_from_life_flasks"]=1452, - ["support_hinder_dots_also_apply_hinder"]=1453, - ["support_holy_descent_consecrated_ground_duration_ms"]=1454, - ["support_hypothermia_damage_+%_vs_chilled_enemies_final"]=338, - ["support_hypothermia_hit_damage_freeze_multiplier_+%_final"]=1455, - ["support_ice_bite_buff_grant_%_added_cold_attack_damage"]=1456, - ["support_ice_bite_virtual_buff_duration"]=1456, - ["support_ignite_duration_ignite_effect_+%_final"]=1457, - ["support_ignite_prolif_ignite_effect_+%_final"]=1458, - ["support_ignite_proliferation_radius"]=1459, - ["support_impact_shockwave_base_splash_radius"]=1460, - ["support_inevitable_criticals_critical_strike_chance_+%_cap"]=1461, - ["support_inevitable_criticals_critical_strike_chance_+%_per_second"]=1461, - ["support_innervate_buff_duration_ms"]=1462, - ["support_innervate_buff_grant_%_added_lightning_attack_damage"]=1462, - ["support_jagged_ground_area_of_effect_+%_final"]=1463, - ["support_knockback_wave_on_stunned"]=1464, - ["support_life_flask_charges_gained_+%_final_from_killing_blow"]=1465, - ["support_lifetap_buff_duration"]=1466, - ["support_lifetap_spent_life_threshold"]=1467, - ["support_lockdown_distance_based_pin_damage_+%_final"]=1468, - ["support_maim_chance_physical_damage_+%_final"]=1469, - ["support_maimed_enemies_physical_damage_taken_+%"]=1470, - ["support_mana_flask_charges_gained_+%_final_from_killing_blow"]=1471, - ["support_mana_fountain_mana_regeneration_rate_+%"]=1472, - ["support_mana_fountain_radius"]=1472, - ["support_minefield_mine_throwing_speed_+%_final"]=1473, - ["support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you"]=1475, - ["support_minion_defensive_stance_minion_damage_taken_+%_final"]=1476, - ["support_minion_maximum_life_+%_final"]=131, - ["support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master"]=1477, - ["support_minion_pact_damage_+%_final"]=1478, - ["support_minion_pact_user_life_%_removed_from_nearby_minion"]=1478, - ["support_minion_totem_resistance_elemental_damage_+%_final"]=1479, - ["support_mirage_archer_attack_speed_+%_final"]=1480, - ["support_mirage_archer_duration"]=1481, - ["support_momentum_distance_travelled_to_gain_momentum"]=1482, - ["support_momnetum_damage_+%_final_with_momentum"]=1482, - ["support_multicast_cast_speed_+%_final"]=57, - ["support_multiple_attacks_melee_attack_speed_+%_final"]=238, - ["support_multiple_projectiles_critical_strike_chance_+%_final"]=116, - ["support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned"]=1483, - ["support_overkill_icy_vortex_duration_ms"]=1484, - ["support_overpowered_duration_ms"]=1485, - ["support_parallel_projectile_number_of_points_per_side"]=1486, - ["support_physical_damage_%_to_gain_as_daze_build_up"]=1487, - ["support_pierce_projectile_damage_+%_final_if_pierced_enemy"]=1488, - ["support_power_charge_on_crit_damage_+%_final_per_power_charge"]=1489, - ["support_precision_accuracy_rating_+%"]=1490, - ["support_projectile_attack_speed_+%_final"]=282, - ["support_pulverise_area_of_effect_+%_final"]=1491, - ["support_rage_fountain_radius"]=1492, - ["support_rage_fountain_rage_regeneration_per_minute"]=1492, - ["support_rage_gain_rage_on_melee_hit_cooldown_ms"]=1493, - ["support_rageforged_consumes_X_rage_to_enrage_skill_use"]=1494, - ["support_rageforged_enraged_damage_+%_final"]=1494, - ["support_recover_%_maximum_energy_shield_killing_shocked_enemies"]=1495, - ["support_reduce_enemy_block_and_spell_block_%"]=1496, - ["support_regenerate_mana_per_minute_on_shock"]=1497, - ["support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines"]=1755, - ["support_remote_mine_damage_+%_final_per_mine_detonation_cascade"]=1498, - ["support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy"]=1499, - ["support_ruthless_big_hit_max_count"]=374, - ["support_ruthless_big_hit_stun_damage_+%_final"]=374, - ["support_scion_onslaught_for_3_seconds_on_hitting_unique_enemy_%_chance"]=1500, - ["support_scion_onslaught_on_killing_blow_%_chance"]=1501, - ["support_scion_onslaught_on_killing_blow_duration_ms"]=1501, - ["support_scion_onslaught_on_unique_hit_duration_ms"]=1500, - ["support_slam_chance_for_one_additional_aftershock_%"]=1502, - ["support_slam_chance_for_three_additional_aftershocks_%"]=1503, - ["support_slam_chance_for_two_additional_aftershocks_%"]=1504, - ["support_slashing_buff_attack_speed_+%_final_to_grant"]=1506, - ["support_slashing_buff_duration_ms"]=1505, - ["support_slashing_damage_+%_final_from_distance"]=1507, - ["support_spell_boost_area_damage_+%_final_per_charge"]=1508, - ["support_spell_boost_area_of_effect_+%_final_per_charge"]=1508, - ["support_spell_cascade_area_delay_+%"]=1509, - ["support_spell_cascade_area_of_effect_+%_final"]=1510, - ["support_spell_cascade_area_of_effect_+%_per_cascade"]=1511, - ["support_spell_cascade_number_of_cascades_per_side"]=1512, - ["support_spell_cascade_sideways"]=1512, - ["support_spell_echo_area_of_effect_+%_final"]=1513, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_0"]=1514, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_1"]=1515, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_2"]=1516, - ["support_spell_echo_area_of_effect_+%_final_for_cascade_3"]=1517, - ["support_spell_echo_final_repeat_damage_+%_final"]=1518, - ["support_spell_echo_number_of_echo_cascades"]=1519, - ["support_spell_rapid_fire_repeat_use_damage_+%_final"]=1750, - ["support_spell_totem_cast_speed_+%_final"]=283, - ["support_stability_heavy_stun_threshold_+%_final_while_performing_action"]=1521, - ["support_stomping_ground"]=1522, - ["support_storm_barrier_chaos_damage_+%_final_to_apply"]=1523, - ["support_storm_barrier_chaos_damage_taken_+%_final_from_hits_while_channelling"]=1530, - ["support_storm_barrier_cold_damage_+%_final_to_apply"]=1524, - ["support_storm_barrier_cold_damage_taken_+%_final_from_hits_while_channelling"]=1531, - ["support_storm_barrier_damage_buff_duration_ms"]=1525, - ["support_storm_barrier_fire_damage_+%_final_to_apply"]=1526, - ["support_storm_barrier_fire_damage_taken_+%_final_from_hits_while_channelling"]=1532, - ["support_storm_barrier_lightning_damage_+%_final_to_apply"]=1527, - ["support_storm_barrier_lightning_damage_taken_+%_final_from_hits_while_channelling"]=1533, - ["support_storm_barrier_physical_damage_+%_final_to_apply"]=1528, - ["support_storm_barrier_physical_damage_taken_when_hit_+%_final"]=1529, - ["support_stronger_ignites_ignite_effect_+%_final"]=1534, - ["support_trigger_mana_flare_on_crit"]=1535, - ["support_unbound_ailments_damaging_ailment_effect_+%_final"]=1536, - ["support_unbreakable_light_stun_threshold_+%_final_while_performing_action"]=1537, - ["support_vitality_life_regeneration_rate_per_minute_%"]=1538, - ["support_warcry_consumes_up_to_X_rage"]=1539, - ["support_weapon_elemental_damage_+%_final"]=1540, - ["supported_skill_can_only_use_axe_and_sword"]=1541, - ["supported_skill_can_only_use_dagger_and_claw"]=1543, - ["supported_skill_can_only_use_mace_and_staff"]=1544, - ["tectonic_slam_side_crack_additional_chance_%"]=1547, - ["tectonic_slam_side_crack_additional_chance_%_per_endurance_charge"]=1548, - ["tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value"]=1546, - ["temper_weapon_empowers_per_strike"]=1549, - ["tempest_bell_damage_+%_final_per_time_hit"]=1550, - ["tethered_enemies_take_attack_projectile_damage_taken_+%"]=1551, - ["tethered_movement_speed_+%_final"]=1552, - ["tethered_movement_speed_+%_final_vs_unique_and_rare"]=1553, - ["tethering_arrow_display_rope_limit"]=1554, + ["spell_skill_%_chance_to_fire_8_additional_projectiles_in_nova"]=1431, + ["spell_skills_fire_2_additional_projectiles_final_chance_%"]=1432, + ["spells_chance_to_hinder_on_hit_%"]=1433, + ["spellslinger_invocation_gain_X_centienergy_per_10ms_base_cast_time"]=1434, + ["spellslinger_mana_reservation"]=1435, + ["spellslinger_trigger_on_wand_attack_%"]=263, + ["spider_aspect_max_web_count"]=1436, + ["spike_slam_additional_spike_%_chance"]=1437, + ["spike_slam_explosion_damage_+%_final"]=1438, + ["spike_slam_fissure_damage_+%_final"]=1439, + ["spike_slam_fissure_length_+%"]=1440, + ["spike_slam_max_spikes"]=1441, + ["spike_slam_num_spikes"]=1442, + ["spike_slam_spike_damage_+%_final"]=1443, + ["spirit_offering_critical_strike_chance_+%"]=1444, + ["spirit_offering_critical_strike_multiplier_+"]=1445, + ["spiritual_cry_double_movement_velocity_+%"]=1446, + ["spiritual_cry_doubles_summoned_per_5_MP"]=1785, + ["splitting_steel_area_+%_final_after_splitting"]=1447, + ["static_strike_beam_damage_+%_final"]=1448, + ["static_strike_beam_damage_+%_final_while_moving"]=1449, + ["static_strike_explosion_damage_+%_final"]=299, + ["static_strike_number_of_beam_targets"]=1450, + ["stealth_+%"]=1451, + ["steel_ammo_consumed_per_use"]=1452, + ["steel_skill_%_chance_to_not_consume_ammo"]=1453, + ["steel_steal_area_of_effect_+%"]=1454, + ["steel_steal_reflect_damage_+%"]=1455, + ["stone_golem_grants_base_life_regeneration_rate_per_minute"]=314, + ["storm_barrier_grants_life_regeneration_rate_per_minute_%"]=1456, + ["storm_blade_has_local_attack_speed_+%"]=1457, + ["storm_blade_has_local_lightning_penetration_%"]=1458, + ["storm_blade_quality_chance_to_shock_%"]=1459, + ["storm_blade_quality_local_critical_strike_chance_+%"]=1460, + ["storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=1461, + ["storm_burst_explosion_area_of_effect_+%"]=1462, + ["storm_burst_new_damage_+%_final_per_remaining_teleport_zap"]=1463, + ["storm_burst_zap_area_of_effect_+%"]=1464, + ["storm_call_chance_to_strike_on_cast_%"]=1465, + ["storm_rain_pulse_count"]=1466, + ["stormblast_bolts_maximum_active_bolt_count"]=1467, + ["stormfire_support_shocks_from_skill_do_not_expire_on_ingited_targets"]=1468, + ["stun_duration_+%_vs_enemies_that_are_on_full_life"]=1469, + ["summon_cold_resistance_+"]=236, + ["summon_fire_resistance_+"]=235, + ["summon_lightning_resistance_+"]=237, + ["summon_mirage_archer_on_hit"]=1470, + ["summon_mirage_warrior_on_crit"]=1471, + ["summon_totem_cast_speed_+%"]=324, + ["summoned_spider_grants_attack_speed_+%"]=1472, + ["sunder_shockwave_area_of_effect_+%"]=1473, + ["sunder_wave_area_of_effect_+%"]=1474, + ["sunder_wave_delay_+%"]=1475, + ["sunder_wave_min_steps"]=1476, + ["sunder_wave_radius_+_per_step"]=51, + ["support_%_chance_to_shock_nearby_enemy_on_shock"]=1477, + ["support_active_skill_consume_enemy_freeze_to_gain_damage_+%_final"]=1478, + ["support_additional_trap_%_chance_for_1_additional_trap"]=1482, + ["support_additional_trap_mine_%_chance_for_1_additional_trap_mine"]=1479, + ["support_additional_trap_mine_%_chance_for_2_additional_trap_mine"]=1480, + ["support_additional_trap_mine_%_chance_for_3_additional_trap_mine"]=1481, + ["support_ambush_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=1483, + ["support_ancestral_slam_big_hit_area_+%"]=376, + ["support_ancestral_slam_big_hit_hit_damage_+%_final"]=375, + ["support_anticipation_rapid_fire_count"]=11, + ["support_apply_daze_on_warcry"]=1485, + ["support_arcane_surge_duration_ms"]=1486, + ["support_arcane_surge_gain_buff_on_%_of_maximum_mana_use_threshold"]=1486, + ["support_armour_explosion"]=1487, + ["support_attack_totem_attack_speed_+%_final"]=280, + ["support_aura_duration_buff_duration"]=1488, + ["support_better_ailments_damaging_ailment_effect_+%_final"]=1489, + ["support_blood_fountain_life_regeneration_rate_per_minute_%"]=2, + ["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"]=322, + ["support_blunt_chance_to_trigger_shockwave_on_hit_%"]=1490, + ["support_bursting_plague_max_value_%_of_max_life"]=1491, + ["support_bursting_plague_store_%_poison_applied_magnitude_towards_burst"]=1491, + ["support_cannibalism_recover_%_maximum_life_on_kill"]=1492, + ["support_chaotic_assassination_damage_over_time_+%_final_against_full_life_enemies"]=1493, + ["support_chaotic_freeze_dots_allow_enemies_to_be_frozen_by_chaos_damage"]=1494, + ["support_clarity_mana_regeneration_rate_+%"]=1495, + ["support_close_combat_attack_damage_+%_final_from_distance"]=1496, + ["support_combo_finisher_damage_+%_final"]=1497, + ["support_combo_finisher_max_combo_required"]=1498, + ["support_combo_finisher_required_number_of_combo_stacks"]=1498, + ["support_concentrated_effect_skill_area_of_effect_+%_final"]=69, + ["support_consume_power_charge_to_gain_curse_duration_+%_final"]=1499, + ["support_controlled_destruction_critical_strike_chance_+%_final"]=112, + ["support_cooldown_reduction_cooldown_recovery_+%"]=1500, + ["support_corrupting_cry_corrupted_blood_damage_per_minute"]=1501, + ["support_corrupting_cry_corrupted_blood_duration_ms"]=1502, + ["support_cruelty_duration_ms"]=364, + ["support_crushing_stuns_crush_on_stun_ms"]=1503, + ["support_culling_strike_vs_rare_or_unique_enemy"]=1504, + ["support_damage_+%_final_per_combo_stack"]=1505, + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_6_seconds"]=1506, + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds"]=1507, + ["support_daze_break_duration_ms"]=1508, + ["support_dazed_cry_duration_ms"]=1509, + ["support_debilitate_hit_damage_+%_final_per_poison_stack"]=1510, + ["support_debilitate_hit_damage_max_poison_stacks"]=1510, + ["support_drained_ailment_damage_over_time_+%_final_if_ailment_consumed"]=1511, + ["support_empowered_culling_strike"]=1512, + ["support_empowered_damage_+%_final"]=1513, + ["support_enraged_warcry_+%_damage_final_for_exerted_attacks"]=1612, + ["support_executioner_buff_duration_ms"]=1514, + ["support_executioner_damage_vs_enemies_on_low_life_+%_final"]=1515, + ["support_executioner_gain_one_rare_monster_mod_on_kill_ms"]=1516, + ["support_executioner_gain_two_rare_monster_mod_on_kill_ms"]=1517, + ["support_executioner_refresh_stolen_mod_on_hitting_rare_or_unique_monster_chance_%"]=1518, + ["support_far_combat_attack_damage_+%_final_from_distance"]=1519, + ["support_focused_ballista_totem_attack_speed_+%_final"]=1520, + ["support_fork_forked_projectile_damage_+%_final"]=1521, + ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"]=1522, + ["support_ghost_duration"]=1523, + ["support_greater_spell_echo_area_of_effect_+%_per_repeat"]=1524, + ["support_greater_spell_echo_spell_damage_+%_final_per_repeat"]=1525, + ["support_grenade_damage_+%_final"]=1526, + ["support_ground_effect_area_of_effect_+%_final_per_second"]=1527, + ["support_ground_effect_area_of_effect_+%_final_per_second_max"]=1527, + ["support_herbalism_life_recovery_+%_from_life_flasks"]=1528, + ["support_hinder_dots_also_apply_hinder"]=1529, + ["support_holy_descent_consecrated_ground_duration_ms"]=1530, + ["support_hypothermia_damage_+%_vs_chilled_enemies_final"]=331, + ["support_hypothermia_hit_damage_freeze_multiplier_+%_final"]=1531, + ["support_ice_bite_buff_grant_%_added_cold_attack_damage"]=1532, + ["support_ice_bite_virtual_buff_duration"]=1532, + ["support_ignite_duration_ignite_effect_+%_final"]=1533, + ["support_ignite_prolif_ignite_effect_+%_final"]=1534, + ["support_ignite_proliferation_radius"]=1535, + ["support_impact_shockwave_base_splash_radius"]=1536, + ["support_inevitable_criticals_critical_strike_chance_+%_cap"]=1537, + ["support_inevitable_criticals_critical_strike_chance_+%_per_second"]=1537, + ["support_innervate_buff_duration_ms"]=1538, + ["support_innervate_buff_grant_%_added_lightning_attack_damage"]=1538, + ["support_jagged_ground_area_of_effect_+%_final"]=1539, + ["support_knockback_wave_on_stunned"]=1540, + ["support_life_flask_charges_gained_+%_final_from_killing_blow"]=1541, + ["support_lifetap_buff_duration"]=1542, + ["support_lifetap_spent_life_threshold"]=1543, + ["support_lockdown_distance_based_pin_damage_+%_final"]=1544, + ["support_maim_chance_physical_damage_+%_final"]=1545, + ["support_maimed_enemies_physical_damage_taken_+%"]=1546, + ["support_mana_flask_charges_gained_+%_final_from_killing_blow"]=1547, + ["support_mana_fountain_mana_regeneration_rate_+%"]=4, + ["support_minefield_mine_throwing_speed_+%_final"]=1548, + ["support_minion_defensive_stance_minion_damage_+%_final_against_enemies_near_you"]=1550, + ["support_minion_defensive_stance_minion_damage_taken_+%_final"]=1551, + ["support_minion_maximum_life_+%_final"]=129, + ["support_minion_offensive_stance_minion_damage_+%_final_while_you_have_puppet_master"]=1552, + ["support_minion_pact_damage_+%_final"]=1553, + ["support_minion_pact_user_life_%_removed_from_nearby_minion"]=1553, + ["support_minion_totem_resistance_elemental_damage_+%_final"]=1554, + ["support_mirage_archer_attack_speed_+%_final"]=1555, + ["support_mirage_archer_duration"]=1556, + ["support_momentum_distance_travelled_to_gain_momentum"]=1557, + ["support_momnetum_damage_+%_final_with_momentum"]=1557, + ["support_multicast_cast_speed_+%_final"]=56, + ["support_multiple_attacks_melee_attack_speed_+%_final"]=234, + ["support_multiple_projectiles_critical_strike_chance_+%_final"]=113, + ["support_no_energy_shield_recharge_delay_for_duration_ms_on_stunned"]=1558, + ["support_overkill_icy_vortex_duration_ms"]=1559, + ["support_parallel_projectile_number_of_points_per_side"]=1560, + ["support_physical_damage_%_to_gain_as_daze_build_up"]=1561, + ["support_pierce_projectile_damage_+%_final_if_pierced_enemy"]=1562, + ["support_power_charge_on_crit_damage_+%_final_per_power_charge"]=1563, + ["support_precision_accuracy_rating_+%"]=1564, + ["support_projectile_attack_speed_+%_final"]=278, + ["support_pulverise_area_of_effect_+%_final"]=1565, + ["support_rage_fountain_rage_regeneration_per_minute"]=6, + ["support_rage_gain_rage_on_melee_hit_cooldown_ms"]=1566, + ["support_rageforged_consumes_X_rage_to_enrage_skill_use"]=1567, + ["support_rageforged_enraged_damage_+%_final"]=1567, + ["support_recover_%_maximum_energy_shield_killing_shocked_enemies"]=1568, + ["support_regenerate_mana_per_minute_on_shock"]=1569, + ["support_remote_mine_2_chance_to_deal_double_damage_%_against_enemies_near_mines"]=1832, + ["support_remote_mine_damage_+%_final_per_mine_detonation_cascade"]=1570, + ["support_rupture_aggravate_bleeding_on_hitting_heavy_stunned_enemy"]=1571, + ["support_ruthless_big_hit_max_count"]=365, + ["support_ruthless_big_hit_stun_damage_+%_final"]=365, + ["support_scion_onslaught_for_3_seconds_on_hitting_unique_enemy_%_chance"]=1572, + ["support_scion_onslaught_on_killing_blow_%_chance"]=1573, + ["support_scion_onslaught_on_killing_blow_duration_ms"]=1573, + ["support_scion_onslaught_on_unique_hit_duration_ms"]=1572, + ["support_slam_chance_for_one_additional_aftershock_%"]=1574, + ["support_slam_chance_for_three_additional_aftershocks_%"]=1575, + ["support_slam_chance_for_two_additional_aftershocks_%"]=1576, + ["support_slashing_buff_attack_speed_+%_final_to_grant"]=1578, + ["support_slashing_buff_duration_ms"]=1577, + ["support_slashing_damage_+%_final_from_distance"]=1579, + ["support_spell_boost_area_damage_+%_final_per_charge"]=1580, + ["support_spell_boost_area_of_effect_+%_final_per_charge"]=1580, + ["support_spell_cascade_area_delay_+%"]=1581, + ["support_spell_cascade_area_of_effect_+%_final"]=1582, + ["support_spell_cascade_area_of_effect_+%_for_cascade"]=1583, + ["support_spell_cascade_number_of_cascades_per_side"]=1584, + ["support_spell_cascade_sideways"]=1584, + ["support_spell_echo_area_of_effect_+%"]=1585, + ["support_spell_echo_area_of_effect_+%_final"]=1586, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_0"]=1587, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_1"]=1588, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_2"]=1589, + ["support_spell_echo_area_of_effect_+%_final_for_cascade_3"]=1590, + ["support_spell_echo_final_repeat_damage_+%_final"]=1591, + ["support_spell_echo_number_of_echo_cascades"]=1592, + ["support_spell_rapid_fire_repeat_use_damage_+%_final"]=1827, + ["support_spell_totem_cast_speed_+%_final"]=279, + ["support_stability_heavy_stun_threshold_+%_final_while_performing_action"]=1594, + ["support_stomping_ground"]=1595, + ["support_storm_barrier_chaos_damage_+%_final_to_apply"]=1596, + ["support_storm_barrier_chaos_damage_taken_+%_final_from_hits_while_channelling"]=1603, + ["support_storm_barrier_cold_damage_+%_final_to_apply"]=1597, + ["support_storm_barrier_cold_damage_taken_+%_final_from_hits_while_channelling"]=1604, + ["support_storm_barrier_damage_buff_duration_ms"]=1598, + ["support_storm_barrier_fire_damage_+%_final_to_apply"]=1599, + ["support_storm_barrier_fire_damage_taken_+%_final_from_hits_while_channelling"]=1605, + ["support_storm_barrier_lightning_damage_+%_final_to_apply"]=1600, + ["support_storm_barrier_lightning_damage_taken_+%_final_from_hits_while_channelling"]=1606, + ["support_storm_barrier_physical_damage_+%_final_to_apply"]=1601, + ["support_storm_barrier_physical_damage_taken_when_hit_+%_final"]=1602, + ["support_stronger_ignites_ignite_effect_+%_final"]=1607, + ["support_trigger_mana_flare_on_crit"]=1608, + ["support_unbound_ailments_damaging_ailment_effect_+%_final"]=1609, + ["support_unbreakable_light_stun_threshold_+%_final_while_performing_action"]=1610, + ["support_vitality_life_regeneration_rate_per_minute_%"]=1611, + ["support_warcry_consumes_up_to_X_rage"]=1612, + ["support_weapon_elemental_damage_+%_final"]=1613, + ["supported_skill_can_only_use_axe_and_sword"]=1614, + ["supported_skill_can_only_use_dagger_and_claw"]=1616, + ["supported_skill_can_only_use_mace_and_staff"]=1617, + ["tectonic_slam_side_crack_additional_chance_%"]=1620, + ["tectonic_slam_side_crack_additional_chance_%_per_endurance_charge"]=1621, + ["tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value"]=1619, + ["temper_weapon_empowers_per_strike"]=1622, + ["tempest_bell_damage_+%_final_per_time_hit"]=1623, + ["tethered_enemies_take_attack_projectile_damage_taken_+%"]=1624, + ["tethered_movement_speed_+%_final"]=1625, + ["tethered_movement_speed_+%_final_vs_unique_and_rare"]=1626, + ["tethering_arrow_display_rope_limit"]=1627, ["throw_traps_in_circle_radius"]=38, - ["tornado_base_damage_interval_ms"]=1555, - ["tornado_damage_absorbed_%"]=386, - ["tornado_damage_interval_ms"]=1556, - ["tornado_hinder"]=1557, - ["tornado_maximum_number_of_hits"]=78, - ["tornado_movement_speed_+%"]=1558, - ["total_number_of_projectiles_to_fire"]=1559, - ["totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=392, - ["totem_chaos_resistance_%"]=1560, - ["totem_duration"]=1561, - ["totem_elemental_resistance_%"]=387, - ["totem_life_+%"]=202, - ["totem_range"]=192, - ["totems_cannot_evade"]=197, - ["totems_explode_on_death_for_%_life_as_physical"]=1562, - ["totems_regenerate_%_life_per_minute"]=1563, - ["transfer_hexes_to_X_nearby_enemies_on_kill"]=1564, - ["trap_can_be_triggered_by_warcries"]=1565, - ["trap_critical_strike_multiplier_+_per_power_charge"]=1566, - ["trap_duration"]=198, - ["trap_spread_+%"]=1567, - ["trap_throwing_speed_+%"]=199, - ["trap_throwing_speed_+%_per_frenzy_charge"]=1568, + ["thunderous_leap_%_chance_for_shocked_ground_when_detonating"]=1628, + ["tornado_base_damage_interval_ms"]=1629, + ["tornado_damage_absorbed_%"]=377, + ["tornado_damage_interval_ms"]=1630, + ["tornado_hinder"]=1631, + ["tornado_maximum_number_of_hits"]=77, + ["tornado_movement_speed_+%"]=1632, + ["total_number_of_projectiles_to_fire"]=1633, + ["totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=383, + ["totem_chaos_resistance_%"]=1634, + ["totem_duration"]=1635, + ["totem_elemental_resistance_%"]=378, + ["totem_life_+%"]=199, + ["totem_range"]=189, + ["totems_cannot_evade"]=194, + ["totems_explode_on_death_for_%_life_as_physical"]=1636, + ["totems_regenerate_%_life_per_minute"]=1637, + ["toxic_domain_+1%_final_more_damage_per_x_stored_poison"]=1638, + ["toxic_domain_max_damage_+%_final_from_stored_poison"]=1638, + ["transfer_hexes_to_X_nearby_enemies_on_kill"]=1639, + ["trap_can_be_triggered_by_warcries"]=1640, + ["trap_critical_strike_multiplier_+_per_power_charge"]=1641, + ["trap_duration"]=195, + ["trap_spread_+%"]=1642, + ["trap_throwing_speed_+%"]=196, + ["trap_throwing_speed_+%_per_frenzy_charge"]=1643, ["trap_trigger_radius_+%"]=39, - ["trap_trigger_radius_+%_per_power_charge"]=1569, - ["trauma_base_duration_ms"]=1571, - ["trauma_duration_ms"]=1571, - ["trauma_strike_damage_+%_final_per_trauma"]=1572, - ["trauma_strike_self_damage_per_trauma"]=1571, - ["trauma_strike_shockwave_area_of_effect_+%_per_100ms_stun_duration_up_to_400%"]=1573, - ["trigger_after_spending_200_mana_%_chance"]=1574, - ["trigger_brand_support_hit_damage_+%_final_vs_branded_enemy"]=1575, - ["trigger_on_attack_hit_against_rare_or_unique"]=1576, - ["trigger_on_block_%_chance"]=1577, - ["trigger_on_bow_attack_%"]=1578, - ["trigger_on_corpse_consume_%_chance"]=1579, - ["trigger_on_hit_against_rare_or_unique_if_no_marked_enemy"]=1580, - ["trigger_on_hit_vs_frozen_enemy_%"]=1581, - ["trigger_on_skill_use_%_if_you_have_a_spirit_charge"]=261, - ["trigger_on_skill_use_%_if_you_have_a_void_arrow"]=1582, - ["trigger_on_skill_use_from_chest_%"]=260, - ["trigger_on_slam_%_chance"]=1583, - ["trigger_on_trigger_link_target_hit"]=1584, - ["trigger_prismatic_burst_on_hit_%_chance"]=1585, - ["trigger_skills_refund_half_energy_spent_chance_%"]=1586, - ["trigger_vicious_hex_explosion_when_curse_ends"]=1587, - ["triggered_by_brand_support"]=1588, - ["triggered_by_divine_cry"]=1589, - ["triggered_by_generic_ongoing_trigger"]=1590, - ["triggered_by_item_buff"]=1591, - ["triggered_by_spiritual_cry"]=1592, - ["unearth_corpse_level"]=288, - ["unleash_support_seal_gain_frequency_+%_while_channelling"]=1593, - ["unleash_support_seal_gain_frequency_+%_while_not_channelling"]=1594, - ["vaal_animate_weapon_minimum_level_requirement"]=254, - ["vaal_animate_weapon_raise_up_to_X_weapons_as_uniques"]=1595, - ["vaal_arctic_armour_damage_taken_+%_final_from_hits"]=1596, - ["vaal_arctic_armour_number_of_hits_absorbed"]=1597, - ["vaal_blade_vortex_has_10_spinning_blades"]=1598, - ["vaal_charged_attack_damage_taken_+%_final"]=1599, - ["vaal_charged_attack_radius_+_per_stage"]=1600, - ["vaal_cleave_executioner_area_of_effect_+%"]=1601, - ["vaal_cleave_executioner_damage_against_enemies_on_low_life_+%"]=1601, - ["vaal_cold_snap_gain_frenzy_charge_every_second_if_enemy_in_aura"]=628, - ["vaal_earthquake_maximum_aftershocks"]=1602, - ["vaal_firestorm_gem_explosion_area_of_effect_+%_final"]=393, - ["vaal_flameblast_radius_+_per_stage"]=1603, - ["vaal_ice_shot_modifiers_to_projectile_count_do_not_apply_to_mirages"]=1604, - ["vaal_lightning_strike_beam_damage_+%_final"]=291, - ["vaal_reap_additional_maximum_blood_charges"]=1605, - ["vaal_reap_gain_maximum_blood_charges_to_on_use"]=1606, - ["vaal_rejuvenation_totem_%_damage_taken_applied_to_totem_instead"]=723, + ["trap_trigger_radius_+%_per_power_charge"]=1644, + ["trauma_base_duration_ms"]=1646, + ["trauma_duration_ms"]=1646, + ["trauma_strike_damage_+%_final_per_trauma"]=1647, + ["trauma_strike_self_damage_per_trauma"]=1646, + ["trauma_strike_shockwave_area_of_effect_+%_per_100ms_stun_duration_up_to_400%"]=1648, + ["trigger_after_spending_200_mana_%_chance"]=1649, + ["trigger_brand_support_hit_damage_+%_final_vs_branded_enemy"]=1650, + ["trigger_on_attack_hit_against_rare_or_unique"]=1651, + ["trigger_on_block_%_chance"]=1652, + ["trigger_on_bow_attack_%"]=1653, + ["trigger_on_corpse_consume_%_chance"]=1654, + ["trigger_on_hit_against_rare_or_unique_if_no_marked_enemy"]=1655, + ["trigger_on_hit_vs_frozen_enemy_%"]=1656, + ["trigger_on_skill_use_%_if_you_have_a_spirit_charge"]=257, + ["trigger_on_skill_use_%_if_you_have_a_void_arrow"]=1657, + ["trigger_on_skill_use_from_chest_%"]=256, + ["trigger_on_slam_%_chance"]=1658, + ["trigger_on_trigger_link_target_hit"]=1659, + ["trigger_prismatic_burst_on_hit_%_chance"]=1660, + ["trigger_skills_refund_half_energy_spent_chance_%"]=1661, + ["trigger_vicious_hex_explosion_when_curse_ends"]=1662, + ["triggered_by_brand_support"]=1663, + ["triggered_by_divine_cry"]=1664, + ["triggered_by_generic_ongoing_trigger"]=1665, + ["triggered_by_item_buff"]=1666, + ["triggered_by_spiritual_cry"]=1667, + ["unearth_corpse_level"]=284, + ["unleash_support_seal_gain_frequency_+%_while_channelling"]=1668, + ["unleash_support_seal_gain_frequency_+%_while_not_channelling"]=1669, + ["vaal_animate_weapon_minimum_level_requirement"]=250, + ["vaal_animate_weapon_raise_up_to_X_weapons_as_uniques"]=1670, + ["vaal_arctic_armour_damage_taken_+%_final_from_hits"]=1671, + ["vaal_arctic_armour_number_of_hits_absorbed"]=1672, + ["vaal_blade_vortex_has_10_spinning_blades"]=1673, + ["vaal_charged_attack_damage_taken_+%_final"]=1674, + ["vaal_charged_attack_radius_+_per_stage"]=1675, + ["vaal_cleave_executioner_area_of_effect_+%"]=1676, + ["vaal_cleave_executioner_damage_against_enemies_on_low_life_+%"]=1676, + ["vaal_cold_snap_gain_frenzy_charge_every_second_if_enemy_in_aura"]=635, + ["vaal_earthquake_maximum_aftershocks"]=1677, + ["vaal_firestorm_gem_explosion_area_of_effect_+%_final"]=384, + ["vaal_flameblast_radius_+_per_stage"]=1678, + ["vaal_ice_shot_modifiers_to_projectile_count_do_not_apply_to_mirages"]=1679, + ["vaal_lightning_strike_beam_damage_+%_final"]=287, + ["vaal_reap_additional_maximum_blood_charges"]=1680, + ["vaal_reap_gain_maximum_blood_charges_to_on_use"]=1681, + ["vaal_rejuvenation_totem_%_damage_taken_applied_to_totem_instead"]=772, ["vaal_righteous_fire_life_and_es_%_as_damage_per_second"]=15, ["vaal_righteous_fire_life_and_es_%_to_lose_on_use"]=15, - ["vaal_righteous_fire_spell_damage_+%_final"]=180, - ["vaal_skill_exertable"]=1607, - ["vaal_storm_call_delay_ms"]=1608, - ["vaal_upgrade_minion_damage_+%_final"]=1609, - ["vaal_upgrade_minion_damage_taken_+%_final"]=1610, - ["vaal_venom_gyre_capture_x_projectiles_per_second"]=1082, - ["vaal_venom_gyre_instantly_capture_maximum_projectiles"]=1082, - ["vaal_volcanic_fissure_crack_repeat_count"]=1611, - ["vampiric_icon_bleeding_effect_+%_final"]=1612, - ["vanishing_ambush_critical_strike_multiplier_+"]=1729, - ["virtual_aegis_unique_shield_max_value"]=1613, - ["virtual_always_pierce"]=88, - ["virtual_armour_+%_while_performing_action_per_250_ms_attack_time"]=1614, - ["virtual_berserk_hundred_times_rage_loss_per_second"]=380, - ["virtual_bladefall_number_of_volleys"]=1615, - ["virtual_blood_spears_total_number_of_spears"]=1616, - ["virtual_cast_when_damage_taken_threshold"]=275, - ["virtual_chill_effect_+%_final"]=1617, - ["virtual_chill_minimum_slow_%"]=1618, - ["virtual_combined_non_physical_main_hand_hit_damage_stun_multiplier"]=1619, - ["virtual_combined_non_physical_off_hand_hit_damage_stun_multiplier"]=1620, - ["virtual_combined_non_physical_other_hit_damage_stun_multiplier"]=1621, - ["virtual_combined_non_physical_spell_hit_damage_stun_multiplier"]=1622, - ["virtual_combined_physical_main_hand_hit_damage_stun_multiplier"]=1623, - ["virtual_combined_physical_off_hand_hit_damage_stun_multiplier"]=1624, - ["virtual_combined_physical_other_hit_damage_stun_multiplier"]=1625, - ["virtual_combined_physical_spell_hit_damage_stun_multiplier"]=1626, - ["virtual_crossbow_attack_%_chance_to_not_consume_ammo"]=1627, - ["virtual_curse_delay_duration_ms"]=1628, - ["virtual_cyclone_skill_area_of_effect_+%_from_melee_range"]=67, - ["virtual_damage_absorbed_per_jade_consumed"]=1629, - ["virtual_damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time"]=1630, - ["virtual_damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time"]=1631, - ["virtual_deal_chaos_damage_per_minute_for_8_seconds_on_curse"]=1632, - ["virtual_display_total_main_hand_chance_to_inflict_bleeding_on_hit_%"]=1633, - ["virtual_display_total_main_hand_chance_to_inflict_poison_on_hit_%"]=1634, - ["virtual_display_total_off_hand_chance_to_inflict_bleeding_on_hit_%"]=1635, - ["virtual_display_total_off_hand_chance_to_inflict_poison_on_hit_%"]=1636, - ["virtual_display_total_secondary_chance_to_inflict_bleeding_on_hit_%"]=1637, - ["virtual_display_total_secondary_chance_to_inflict_poison_on_hit_%"]=1638, - ["virtual_display_total_spell_chance_to_inflict_bleeding_on_hit_%"]=1639, - ["virtual_display_total_spell_chance_to_inflict_poison_on_hit_%"]=1640, - ["virtual_divine_tempest_number_of_nearby_enemies_to_zap"]=1641, - ["virtual_energy_cost_for_generic_ongoing_trigger"]=1590, - ["virtual_evasion_+%_while_performing_action_per_250_ms_attack_time"]=1642, - ["virtual_firestorm_drop_burning_ground_duration_ms"]=322, - ["virtual_firestorm_drop_chilled_ground_duration_ms"]=323, - ["virtual_freezing_enemy_chills_enemies_in_radius"]=906, - ["virtual_generic_ongoing_trigger_maximum_energy"]=1643, - ["virtual_ground_effect_area_of_effect_+%_final_per_second"]=1644, - ["virtual_ground_effect_area_of_effect_+%_final_per_second_max"]=1644, - ["virtual_herald_of_thunder_bolt_base_frequency"]=1645, - ["virtual_hit_damage_stun_multiplier_+%_final"]=1646, - ["virtual_intensity_loss_ms_while_moving_interval"]=190, - ["virtual_intensity_lost_on_teleport"]=190, - ["virtual_knockback_distance_+%"]=1647, - ["virtual_lightning_tendrils_channelled_larger_pulse_interval"]=127, - ["virtual_main_hand_apply_X_armour_break_on_hit"]=1648, - ["virtual_main_hand_hit_damage_stun_multiplier_+%"]=1649, - ["virtual_main_hand_non_slam_aftershock_chance_%"]=1650, - ["virtual_main_hand_slam_aftershock_chance_%"]=1651, - ["virtual_maximum_intensity"]=189, - ["virtual_melee_splash"]=235, - ["virtual_mine_detonation_time_ms"]=1652, - ["virtual_minion_elemental_resistance_%"]=242, - ["virtual_movement_speed_penalty_+%_final_while_performing_action"]=1653, - ["virtual_never_chill"]=1654, - ["virtual_never_freeze"]=1655, - ["virtual_never_ignite"]=1656, - ["virtual_never_shock"]=1657, - ["virtual_number_of_additional_curses_allowed"]=1658, - ["virtual_number_of_chains"]=1659, - ["virtual_number_of_forks_for_projectiles_final"]=224, - ["virtual_number_of_marks_allowed_per_type"]=1660, - ["virtual_number_of_spirit_strikes"]=1087, - ["virtual_off_hand_apply_X_armour_break_on_hit"]=1661, - ["virtual_off_hand_hit_damage_stun_multiplier_+%"]=1662, - ["virtual_off_hand_non_slam_aftershock_chance_%"]=1663, - ["virtual_off_hand_slam_aftershock_chance_%"]=1664, - ["virtual_onslaught_on_hit_%_chance"]=1665, - ["virtual_physical_damage_can_pin"]=1666, - ["virtual_poison_cloud_limit"]=1667, - ["virtual_projectile_number_to_split"]=1668, - ["virtual_projectiles_cannot_pierce"]=88, - ["virtual_projectiles_fork"]=1669, - ["virtual_regenerate_x_life_over_1_second_on_skill_use_or_trigger"]=1670, - ["virtual_ritual_of_power_maximum_number_of_rituals"]=1671, - ["virtual_skill_empowers_next_x_melee_attacks"]=1672, - ["virtual_skill_gains_intensity"]=188, - ["virtual_skill_required_number_of_combo_stacks"]=1673, - ["virtual_spell_apply_X_armour_break_on_hit"]=1674, - ["virtual_spider_aspect_web_interval_ms"]=1675, - ["virtual_static_strike_base_zap_frequency_ms"]=1676, - ["virtual_steelskin_damage_%_taken_to_buff"]=1677, - ["virtual_steelskin_damage_limit"]=1677, - ["virtual_support_anticipation_charge_gain_interval_ms"]=1678, - ["virtual_support_scion_onslaught_on_killing_blow_duration_ms"]=1501, - ["virtual_support_slam_chance_for_one_additional_aftershock_%"]=1679, - ["virtual_support_slam_chance_for_three_additional_aftershocks_%"]=1680, - ["virtual_support_slam_chance_for_two_additional_aftershocks_%"]=1681, - ["virtual_support_storm_barrier_physical_damage_taken_+%_final_from_hits_while_channelling"]=1682, - ["virtual_tectonic_slam_%_chance_to_do_charged_slam"]=1683, - ["virtual_total_cooldown_count"]=1684, - ["virtual_totem_cold_resistance_%"]=1685, - ["virtual_totem_fire_resistance_%"]=1686, - ["virtual_totem_lightning_resistance_%"]=1687, - ["virtual_trap_and_mine_throwing_time_+%_final"]=1688, - ["virtual_vaal_lightning_arrow_number_of_redirects"]=1689, - ["virulent_arrow_damage_+%_final_per_stage"]=1690, - ["virulent_arrow_maximum_number_of_stacks"]=1691, - ["virulent_arrow_number_of_pod_projectiles"]=1692, - ["virulent_arrow_pod_projectile_damage_+%_final"]=1693, - ["volatile_dead_core_movement_speed_+%"]=1694, - ["volatile_dead_max_cores_allowed"]=1695, - ["volatile_dead_number_of_corpses_to_consume"]=1696, - ["volcanic_fissure_%_chance_repeat_aftershocks"]=1698, - ["volcanic_fissure_maximum_number_of_fissures"]=1697, - ["volcanic_fissure_speed_+%"]=1699, - ["volcano_damage_+%_final_per_stage"]=1700, - ["volcano_fires_projectiles_every_x_ms"]=1701, - ["volcano_max_number_of_geysers"]=1702, - ["volcano_maximum_number_of_stages"]=1703, - ["volcano_skill_effect_duration_per_stage"]=1704, - ["voltaxic_burst_damage_+%_final_per_stack"]=1705, - ["wall_is_created_in_a_circle_instead"]=1706, - ["warcries_knock_back_enemies"]=1707, - ["warcry_exerts_x_additional_attacks_per_endurance_charge_consumed"]=1719, - ["warcry_grant_X_rage_per_5_power"]=1734, - ["warcry_grant_damage_+%_to_exerted_attacks"]=1731, - ["warcry_grant_knockback_%_to_exerted_attacks"]=1732, - ["warcry_grant_overwhelm_%_to_exerted_attacks"]=1733, - ["water_sphere_cold_lightning_exposure_%"]=1735, - ["water_sphere_does_weird_conversion_stuff"]=1736, - ["weapon_trap_rotation_speed_+%"]=1737, - ["weapon_trap_total_rotation_%"]=1738, - ["whirling_blades_evasion_rating_+%_while_moving"]=1739, - ["whirling_slash_knockback_distance_+%_final_per_stage"]=1740, - ["winter_brand_max_number_of_stages"]=1741, - ["wither_applies_additional_wither_%"]=1742, - ["wither_chance_to_apply_another_stack_if_hand_cast_%"]=1743, - ["withered_on_chaos_damage_hit_chance_%"]=1744, - ["withered_on_hit_chance_%"]=1746, - ["withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage"]=1745, - ["withered_on_hit_for_2_seconds_%_chance"]=1747, - ["withering_step_chance_to_not_remove_on_skill_use_%"]=1748, - ["zombie_slam_area_of_effect_+%"]=1756, - ["zombie_slam_cooldown_speed_+%"]=1757 + ["vaal_righteous_fire_spell_damage_+%_final"]=177, + ["vaal_skill_exertable"]=1682, + ["vaal_storm_call_delay_ms"]=1683, + ["vaal_upgrade_minion_damage_+%_final"]=1684, + ["vaal_upgrade_minion_damage_taken_+%_final"]=1685, + ["vaal_venom_gyre_capture_x_projectiles_per_second"]=1150, + ["vaal_venom_gyre_instantly_capture_maximum_projectiles"]=1150, + ["vaal_volcanic_fissure_crack_repeat_count"]=1686, + ["vampiric_icon_bleeding_effect_+%_final"]=1687, + ["vanishing_ambush_critical_strike_multiplier_+"]=1800, + ["virtual_aegis_unique_shield_max_value"]=1688, + ["virtual_always_pierce"]=86, + ["virtual_armour_+%_while_performing_action_per_250_ms_attack_time"]=1689, + ["virtual_berserk_hundred_times_rage_loss_per_second"]=371, + ["virtual_bladefall_number_of_volleys"]=1690, + ["virtual_blood_spears_total_number_of_spears"]=1691, + ["virtual_cast_when_damage_taken_threshold"]=271, + ["virtual_chance_to_daze_%"]=1692, + ["virtual_chill_effect_+%_final"]=1693, + ["virtual_chill_minimum_slow_%"]=1694, + ["virtual_crossbow_attack_%_chance_to_not_consume_ammo"]=1695, + ["virtual_curse_delay_duration_ms"]=1696, + ["virtual_cyclone_skill_area_of_effect_+%_from_melee_range"]=66, + ["virtual_damage_absorbed_per_jade_consumed"]=1697, + ["virtual_damage_taken_%_recouped_as_life_while_performing_attack_per_250_ms_attack_time"]=1698, + ["virtual_damage_taken_%_recouped_as_mana_while_performing_spell_per_250_ms_cast_time"]=1699, + ["virtual_deal_chaos_damage_per_minute_for_8_seconds_on_curse"]=1700, + ["virtual_display_total_main_hand_chance_to_inflict_bleeding_on_hit_%"]=1701, + ["virtual_display_total_main_hand_chance_to_inflict_poison_on_hit_%"]=1702, + ["virtual_display_total_off_hand_chance_to_inflict_bleeding_on_hit_%"]=1703, + ["virtual_display_total_off_hand_chance_to_inflict_poison_on_hit_%"]=1704, + ["virtual_display_total_secondary_chance_to_inflict_bleeding_on_hit_%"]=1705, + ["virtual_display_total_secondary_chance_to_inflict_poison_on_hit_%"]=1706, + ["virtual_display_total_spell_chance_to_inflict_bleeding_on_hit_%"]=1707, + ["virtual_display_total_spell_chance_to_inflict_poison_on_hit_%"]=1708, + ["virtual_divine_tempest_number_of_nearby_enemies_to_zap"]=1709, + ["virtual_energy_cost_for_generic_ongoing_trigger"]=1665, + ["virtual_evasion_+%_while_performing_action_per_250_ms_attack_time"]=1710, + ["virtual_firestorm_drop_burning_ground_duration_ms"]=316, + ["virtual_firestorm_drop_chilled_ground_duration_ms"]=317, + ["virtual_flameblast_maximum_stages"]=1711, + ["virtual_freezing_enemy_chills_enemies_in_radius"]=965, + ["virtual_generic_ongoing_trigger_maximum_energy"]=1712, + ["virtual_ground_effect_area_of_effect_+%_final_per_second"]=1713, + ["virtual_ground_effect_area_of_effect_+%_final_per_second_max"]=1713, + ["virtual_herald_of_thunder_bolt_base_frequency"]=1714, + ["virtual_hit_damage_stun_multiplier_+%_final"]=1715, + ["virtual_intensity_loss_ms_while_moving_interval"]=187, + ["virtual_intensity_lost_on_teleport"]=187, + ["virtual_knockback_distance_+%"]=1716, + ["virtual_lightning_tendrils_channelled_larger_pulse_interval"]=125, + ["virtual_main_hand_apply_X_armour_break_on_hit"]=1717, + ["virtual_main_hand_hit_damage_stun_multiplier_+%"]=1718, + ["virtual_main_hand_non_slam_aftershock_chance_%"]=1719, + ["virtual_main_hand_slam_aftershock_chance_%"]=1720, + ["virtual_maximum_intensity"]=186, + ["virtual_maximum_number_of_arctic_armour_stationary_stacks"]=1721, + ["virtual_melee_splash"]=231, + ["virtual_mine_detonation_time_ms"]=1722, + ["virtual_minion_elemental_resistance_%"]=238, + ["virtual_movement_speed_penalty_+%_final_while_performing_action"]=1723, + ["virtual_never_chill"]=1724, + ["virtual_never_freeze"]=1725, + ["virtual_never_ignite"]=1726, + ["virtual_never_shock"]=1727, + ["virtual_number_of_additional_curses_allowed"]=1728, + ["virtual_number_of_banners_allowed"]=1729, + ["virtual_number_of_chains"]=1730, + ["virtual_number_of_forks_for_projectiles_final"]=220, + ["virtual_number_of_marks_allowed_per_type"]=1731, + ["virtual_number_of_spirit_strikes"]=1155, + ["virtual_off_hand_apply_X_armour_break_on_hit"]=1732, + ["virtual_off_hand_hit_damage_stun_multiplier_+%"]=1733, + ["virtual_off_hand_non_slam_aftershock_chance_%"]=1734, + ["virtual_off_hand_slam_aftershock_chance_%"]=1735, + ["virtual_onslaught_on_hit_%_chance"]=1736, + ["virtual_physical_damage_can_pin"]=1737, + ["virtual_poison_cloud_limit"]=1738, + ["virtual_projectile_number_to_split"]=1739, + ["virtual_projectiles_cannot_pierce"]=86, + ["virtual_projectiles_fork"]=1740, + ["virtual_regenerate_x_life_over_1_second_on_skill_use_or_trigger"]=1741, + ["virtual_ritual_of_power_maximum_number_of_rituals"]=1742, + ["virtual_sandstorm_swipe_max_stages"]=1743, + ["virtual_skill_gains_intensity"]=185, + ["virtual_skill_required_number_of_combo_stacks"]=1744, + ["virtual_spell_apply_X_armour_break_on_hit"]=1745, + ["virtual_spider_aspect_web_interval_ms"]=1746, + ["virtual_static_strike_base_zap_frequency_ms"]=1747, + ["virtual_steelskin_damage_%_taken_to_buff"]=1748, + ["virtual_steelskin_damage_limit"]=1748, + ["virtual_support_anticipation_charge_gain_interval_ms"]=1749, + ["virtual_support_scion_onslaught_on_killing_blow_duration_ms"]=1573, + ["virtual_support_slam_chance_for_one_additional_aftershock_%"]=1750, + ["virtual_support_slam_chance_for_three_additional_aftershocks_%"]=1751, + ["virtual_support_slam_chance_for_two_additional_aftershocks_%"]=1752, + ["virtual_support_storm_barrier_physical_damage_taken_+%_final_from_hits_while_channelling"]=1753, + ["virtual_tectonic_slam_%_chance_to_do_charged_slam"]=1754, + ["virtual_total_cooldown_count"]=1755, + ["virtual_totem_cold_resistance_%"]=1756, + ["virtual_totem_fire_resistance_%"]=1757, + ["virtual_totem_lightning_resistance_%"]=1758, + ["virtual_trap_and_mine_throwing_time_+%_final"]=1759, + ["virtual_vaal_lightning_arrow_number_of_redirects"]=1760, + ["virulent_arrow_damage_+%_final_per_stage"]=1761, + ["virulent_arrow_maximum_number_of_stacks"]=1762, + ["virulent_arrow_number_of_pod_projectiles"]=1763, + ["virulent_arrow_pod_projectile_damage_+%_final"]=1764, + ["volatile_dead_core_movement_speed_+%"]=1765, + ["volatile_dead_max_cores_allowed"]=1766, + ["volatile_dead_number_of_corpses_to_consume"]=1767, + ["volcanic_fissure_%_chance_repeat_aftershocks"]=1769, + ["volcanic_fissure_maximum_number_of_fissures"]=1768, + ["volcanic_fissure_speed_+%"]=1770, + ["volcano_base_number_of_geysers_allowed"]=1771, + ["volcano_damage_+%_final_per_stage"]=1772, + ["volcano_fires_projectiles_every_x_ms"]=1773, + ["volcano_maximum_number_of_stages"]=1774, + ["volcano_skill_effect_duration_per_stage"]=1775, + ["voltaxic_burst_damage_+%_final_per_stack"]=1776, + ["wall_is_created_in_a_circle_instead"]=1777, + ["warcries_knock_back_enemies"]=1778, + ["warcry_empowers_per_X_monster_power"]=1789, + ["warcry_empowers_per_X_monster_power_mp_cap"]=1789, + ["warcry_exerts_x_additional_attacks_per_endurance_charge_consumed"]=1790, + ["warcry_grant_X_rage_per_5_power"]=1805, + ["warcry_grant_damage_+%_to_exerted_attacks"]=1802, + ["warcry_grant_knockback_%_to_exerted_attacks"]=1803, + ["warcry_grant_overwhelm_%_to_exerted_attacks"]=1804, + ["warding_steel_gains_%_of_damage_from_mitigated_physical_damage"]=1806, + ["warding_steel_maximum_stored_mitigated_physical_damage"]=1806, + ["water_sphere_cold_lightning_exposure_%"]=1807, + ["water_sphere_does_weird_conversion_stuff"]=1808, + ["weapon_trap_rotation_speed_+%"]=1809, + ["weapon_trap_total_rotation_%"]=1810, + ["whirling_blades_evasion_rating_+%_while_moving"]=1811, + ["whirling_slash_knockback_distance_+%_final_per_stage"]=1812, + ["wind_blast_damage_+%_final_from_distance"]=1813, + ["winter_brand_max_number_of_stages"]=1814, + ["wither_applies_additional_wither_%"]=1815, + ["wither_chance_to_apply_another_stack_if_hand_cast_%"]=1816, + ["withered_on_chaos_damage_hit_chance_%"]=1817, + ["withered_on_hit_chance_%"]=1819, + ["withered_on_hit_chance_%_for_every_100%_target_ailment_threshold_dealt_as_chaos_damage"]=1818, + ["withered_on_hit_for_2_seconds_%_chance"]=1820, + ["withering_step_chance_to_not_remove_on_skill_use_%"]=1821, + ["wolf_warcry_buff_cold_damage_max_cap"]=1822, + ["wolf_warcry_buff_cold_damage_max_per_5_power_up_to_cap"]=1822, + ["wolf_warcry_buff_cold_damage_min_cap"]=1822, + ["wolf_warcry_buff_cold_damage_min_per_5_power_up_to_cap"]=1822, + ["wolf_warcry_empowered_attack_cold_damage_max_cap"]=1823, + ["wolf_warcry_empowered_attack_cold_damage_max_per_5_power_up_to_cap"]=1823, + ["wolf_warcry_empowered_attack_cold_damage_min_cap"]=1823, + ["wolf_warcry_empowered_attack_cold_damage_min_per_5_power_up_to_cap"]=1823, + ["wolf_warcry_focus_fire_duration_ms"]=1824, + ["wolf_warcry_maximum_number_of_wolves"]=1825, + ["zombie_slam_area_of_effect_+%"]=1833, + ["zombie_slam_cooldown_speed_+%"]=1834 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/stat_descriptions.lua b/src/Data/StatDescriptions/stat_descriptions.lua index 72d04b3064..d3a55edd3a 100644 --- a/src/Data/StatDescriptions/stat_descriptions.lua +++ b/src/Data/StatDescriptions/stat_descriptions.lua @@ -3,6 +3,38 @@ return { [1]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Consuming Glory grants you {0}% increased Attack damage per Glory consumed for 6 seconds, up to 60%" + } + }, + stats={ + [1]="%_attack_damage_per_glory_consumed_for_6_seconds_up_to_100" + } + }, + [2]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance when you Reload a Crossbow to be immediate" + } + }, + stats={ + [1]="%_chance_for_crossbow_reload_to_be_instant" + } + }, + [3]={ [1]={ [1]={ limit={ @@ -18,7 +50,7 @@ return { [1]="%_maximum_life_as_focus" } }, - [2]={ + [4]={ [1]={ [1]={ limit={ @@ -34,7 +66,7 @@ return { [1]="%_of_life_regeneration_applies_to_totems" } }, - [3]={ + [5]={ [1]={ [1]={ limit={ @@ -59,7 +91,7 @@ return { [1]="%_physical_damage_bypasses_energy_shield" } }, - [4]={ + [6]={ [1]={ [1]={ limit={ @@ -75,7 +107,7 @@ return { [1]="+1_max_charged_attack_stages" } }, - [5]={ + [7]={ [1]={ [1]={ limit={ @@ -84,14 +116,14 @@ return { [2]="#" } }, - text="+1 to Spirit for every {0} Energy Shield on Equipped Body Armour" + text="+1 to Spirit for every {0} Item Energy Shield on Equipped Body Armour" } }, stats={ [1]="+1_spirit_per_X_energy_shield_on_body_armour" } }, - [6]={ + [8]={ [1]={ [1]={ limit={ @@ -107,127 +139,143 @@ return { [1]="+1_spirit_per_X_evasion_rating_on_body_armour" } }, - [7]={ + [9]={ stats={ [1]="level" } }, - [8]={ + [10]={ stats={ [1]="item_drop_slots" } }, - [9]={ + [11]={ stats={ [1]="main_hand_weapon_type" } }, - [10]={ + [12]={ stats={ [1]="off_hand_weapon_type" } }, - [11]={ + [13]={ stats={ [1]="current_endurance_charges" } }, - [12]={ + [14]={ stats={ [1]="current_frenzy_charges" } }, - [13]={ + [15]={ stats={ [1]="current_power_charges" } }, - [14]={ + [16]={ stats={ [1]="monster_slain_experience_+%" } }, - [15]={ + [17]={ stats={ [1]="monster_dropped_item_rarity_+%" } }, - [16]={ + [18]={ stats={ [1]="monster_dropped_item_quantity_+%" } }, - [17]={ + [19]={ stats={ [1]="main_hand_quality" } }, - [18]={ + [20]={ stats={ [1]="off_hand_quality" } }, - [19]={ + [21]={ stats={ [1]="skill_visual_scale_+%" } }, - [20]={ + [22]={ stats={ [1]="main_hand_base_weapon_attack_duration_ms" } }, - [21]={ + [23]={ stats={ [1]="off_hand_base_weapon_attack_duration_ms" } }, - [22]={ + [24]={ stats={ [1]="main_hand_minimum_attack_distance" } }, - [23]={ + [25]={ stats={ [1]="off_hand_minimum_attack_distance" } }, - [24]={ + [26]={ stats={ [1]="main_hand_maximum_attack_distance" } }, - [25]={ + [27]={ stats={ [1]="off_hand_maximum_attack_distance" } }, - [26]={ + [28]={ stats={ [1]="chest_item_quantity_+%" } }, - [27]={ + [29]={ stats={ [1]="map_item_drop_quantity_+%" } }, - [28]={ + [30]={ stats={ [1]="map_item_drop_rarity_+%" } }, - [29]={ + [31]={ stats={ [1]="map_tempest_display_prefix" } }, - [30]={ + [32]={ stats={ [1]="map_tempest_display_suffix" } }, - [31]={ + [33]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Requires {0} Glory to use" + } + }, + stats={ + [1]="active_skill_requires_X_glory" + } + }, + [34]={ [1]={ [1]={ limit={ @@ -256,23 +304,7 @@ return { [1]="heist_coins_from_monsters_+%" } }, - [32]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Requires {0} Glory to use" - } - }, - stats={ - [1]="skill_requires_X_ultimate_charge" - } - }, - [33]={ + [35]={ [1]={ [1]={ limit={ @@ -288,7 +320,7 @@ return { [1]="local_jewel_+%_effect_per_passive_between_jewel_and_class_start" } }, - [34]={ + [36]={ [1]={ [1]={ limit={ @@ -788,6 +820,111 @@ return { } }, text="Remembrancing {1} songworthy deeds by the line of Olroth\nPassives in radius are Conquered by the Kalguur" + }, + [24]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=1, + [2]=1 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Amanamu\nPassives in radius are Conquered by the Abyssals" + }, + [25]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=2, + [2]=2 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Kulemak\nPassives in radius are Conquered by the Abyssals" + }, + [26]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=3, + [2]=3 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Kurgal\nPassives in radius are Conquered by the Abyssals" + }, + [27]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=4, + [2]=4 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Tecrod\nPassives in radius are Conquered by the Abyssals" + }, + [28]={ + limit={ + [1]={ + [1]=7, + [2]=7 + }, + [2]={ + [1]="#", + [2]="#" + }, + [3]={ + [1]=5, + [2]=5 + }, + [4]={ + [1]="#", + [2]="#" + } + }, + text="Glorifying the defilement of {1} souls in tribute to Ulaman\nPassives in radius are Conquered by the Abyssals" } }, stats={ @@ -797,7 +934,7 @@ return { [4]="local_unique_jewel_alternate_tree_internal_revision" } }, - [35]={ + [37]={ [1]={ [1]={ limit={ @@ -813,7 +950,7 @@ return { [1]="local_item_allow_modification_while_corrupted" } }, - [36]={ + [38]={ [1]={ [1]={ limit={ @@ -892,7 +1029,7 @@ return { [1]="local_jewel_variable_ring_radius_value" } }, - [37]={ + [39]={ [1]={ [1]={ limit={ @@ -921,7 +1058,7 @@ return { [1]="local_item_can_have_x_additional_enchantments" } }, - [38]={ + [40]={ [1]={ [1]={ limit={ @@ -946,7 +1083,7 @@ return { [1]="local_item_implicit_modifier_limit" } }, - [39]={ + [41]={ [1]={ [1]={ limit={ @@ -971,7 +1108,7 @@ return { [1]="local_maximum_prefixes_allowed_+" } }, - [40]={ + [42]={ [1]={ [1]={ limit={ @@ -996,7 +1133,7 @@ return { [1]="local_maximum_suffixes_allowed_+" } }, - [41]={ + [43]={ [1]={ [1]={ limit={ @@ -1012,7 +1149,7 @@ return { [1]="display_item_generation_can_roll_minion_affixes" } }, - [42]={ + [44]={ [1]={ [1]={ limit={ @@ -1028,7 +1165,7 @@ return { [1]="display_item_generation_can_roll_totem_affixes" } }, - [43]={ + [45]={ [1]={ [1]={ [1]={ @@ -1048,7 +1185,7 @@ return { [1]="ultimatum_wager_type_hash" } }, - [44]={ + [46]={ [1]={ [1]={ limit={ @@ -1064,7 +1201,7 @@ return { [1]="item_generation_cannot_change_prefixes" } }, - [45]={ + [47]={ [1]={ [1]={ limit={ @@ -1080,7 +1217,7 @@ return { [1]="local_implicit_mod_cannot_be_changed" } }, - [46]={ + [48]={ [1]={ [1]={ limit={ @@ -1096,7 +1233,7 @@ return { [1]="item_generation_cannot_change_suffixes" } }, - [47]={ + [49]={ [1]={ [1]={ limit={ @@ -1112,7 +1249,7 @@ return { [1]="item_generation_cannot_roll_caster_affixes" } }, - [48]={ + [50]={ [1]={ [1]={ limit={ @@ -1128,7 +1265,7 @@ return { [1]="item_generation_cannot_roll_attack_affixes" } }, - [49]={ + [51]={ [1]={ [1]={ limit={ @@ -1144,7 +1281,7 @@ return { [1]="item_generation_can_have_multiple_crafted_mods" } }, - [50]={ + [52]={ [1]={ [1]={ limit={ @@ -1169,7 +1306,7 @@ return { [1]="local_can_have_additional_crafted_mods" } }, - [51]={ + [53]={ [1]={ [1]={ limit={ @@ -1185,7 +1322,7 @@ return { [1]="item_generation_local_maximum_mod_required_level_override" } }, - [52]={ + [54]={ [1]={ [1]={ limit={ @@ -1214,7 +1351,7 @@ return { [1]="heist_enchantment_ailment_mod_effect_+%" } }, - [53]={ + [55]={ [1]={ [1]={ limit={ @@ -1243,7 +1380,7 @@ return { [1]="heist_enchantment_attribute_mod_effect_+%" } }, - [54]={ + [56]={ [1]={ [1]={ limit={ @@ -1272,7 +1409,7 @@ return { [1]="heist_enchantment_casterdamage_mod_effect_+%" } }, - [55]={ + [57]={ [1]={ [1]={ limit={ @@ -1301,7 +1438,7 @@ return { [1]="heist_enchantment_chaos_mod_effect_+%" } }, - [56]={ + [58]={ [1]={ [1]={ limit={ @@ -1330,7 +1467,7 @@ return { [1]="heist_enchantment_cold_mod_effect_+%" } }, - [57]={ + [59]={ [1]={ [1]={ limit={ @@ -1359,7 +1496,7 @@ return { [1]="heist_enchantment_critical_mod_effect_+%" } }, - [58]={ + [60]={ [1]={ [1]={ limit={ @@ -1388,7 +1525,7 @@ return { [1]="heist_enchantment_damage_mod_effect_+%" } }, - [59]={ + [61]={ [1]={ [1]={ limit={ @@ -1417,7 +1554,7 @@ return { [1]="heist_enchantment_defence_mod_effect_+%" } }, - [60]={ + [62]={ [1]={ [1]={ limit={ @@ -1446,7 +1583,7 @@ return { [1]="heist_enchantment_fire_mod_effect_+%" } }, - [61]={ + [63]={ [1]={ [1]={ limit={ @@ -1475,7 +1612,7 @@ return { [1]="heist_enchantment_life_mod_effect_+%" } }, - [62]={ + [64]={ [1]={ [1]={ limit={ @@ -1504,7 +1641,7 @@ return { [1]="heist_enchantment_lightning_mod_effect_+%" } }, - [63]={ + [65]={ [1]={ [1]={ limit={ @@ -1533,7 +1670,7 @@ return { [1]="heist_enchantment_mana_mod_effect_+%" } }, - [64]={ + [66]={ [1]={ [1]={ limit={ @@ -1562,7 +1699,7 @@ return { [1]="heist_enchantment_physical_mod_effect_+%" } }, - [65]={ + [67]={ [1]={ [1]={ limit={ @@ -1591,7 +1728,7 @@ return { [1]="heist_enchantment_resistance_mod_effect_+%" } }, - [66]={ + [68]={ [1]={ [1]={ limit={ @@ -1620,7 +1757,7 @@ return { [1]="heist_enchantment_speed_mod_effect_+%" } }, - [67]={ + [69]={ [1]={ [1]={ limit={ @@ -1649,7 +1786,7 @@ return { [1]="local_explicit_elemental_damage_mod_effect_+%" } }, - [68]={ + [70]={ [1]={ [1]={ limit={ @@ -1678,7 +1815,7 @@ return { [1]="local_explicit_minion_mod_effect_+%" } }, - [69]={ + [71]={ [1]={ [1]={ limit={ @@ -1707,7 +1844,7 @@ return { [1]="local_explicit_physical_and_chaos_damage_mod_effect_+%" } }, - [70]={ + [72]={ [1]={ [1]={ limit={ @@ -1716,14 +1853,14 @@ return { [2]="#" } }, - text="{0}% increased Unveiled Modifier magnitudes" + text="{0}% increased Desecrated Modifier magnitudes" } }, stats={ [1]="unveiled_mod_effect_+%" } }, - [71]={ + [73]={ [1]={ [1]={ limit={ @@ -1752,7 +1889,7 @@ return { [1]="local_explicit_mod_effect_+%" } }, - [72]={ + [74]={ [1]={ [1]={ limit={ @@ -1799,7 +1936,7 @@ return { [1]="local_implicit_stat_magnitude_+%" } }, - [73]={ + [75]={ [1]={ [1]={ limit={ @@ -1815,7 +1952,7 @@ return { [1]="local_display_grant_level_x_snipe_skill" } }, - [74]={ + [76]={ [1]={ [1]={ limit={ @@ -1831,55 +1968,7 @@ return { [1]="local_display_grants_level_X_spell_aegis" } }, - [75]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Has no Blue Sockets" - } - }, - stats={ - [1]="local_cannot_have_blue_sockets" - } - }, - [76]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Has no Green Sockets" - } - }, - stats={ - [1]="local_cannot_have_green_sockets" - } - }, [77]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Has no Red Sockets" - } - }, - stats={ - [1]="local_cannot_have_red_sockets" - } - }, - [78]={ [1]={ [1]={ limit={ @@ -1895,7 +1984,7 @@ return { [1]="local_has_no_sockets" } }, - [79]={ + [78]={ [1]={ [1]={ limit={ @@ -1924,7 +2013,7 @@ return { [1]="local_has_X_abyss_sockets" } }, - [80]={ + [79]={ [1]={ [1]={ limit={ @@ -1949,7 +2038,7 @@ return { [1]="local_has_X_sockets" } }, - [81]={ + [80]={ [1]={ [1]={ limit={ @@ -1974,132 +2063,7 @@ return { [1]="local_item_additional_skill_slots" } }, - [82]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Sockets cannot be modified" - } - }, - stats={ - [1]="local_six_linked_random_sockets" - } - }, - [83]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="All Sockets Linked" - } - }, - stats={ - [1]="local_all_sockets_linked" - } - }, - [84]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="All Sockets are Blue" - } - }, - stats={ - [1]="local_all_sockets_are_blue" - } - }, - [85]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="All Sockets are Green" - } - }, - stats={ - [1]="local_all_sockets_are_green" - } - }, - [86]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="All Sockets are Red" - } - }, - stats={ - [1]="local_all_sockets_are_red" - } - }, - [87]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="All Sockets are White" - } - }, - stats={ - [1]="local_all_sockets_are_white" - } - }, - [88]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="Has 1 White Socket" - }, - [2]={ - [1]={ - k="canonical_line", - v=true - }, - limit={ - [1]={ - [1]=2, - [2]="#" - } - }, - text="Has {0} White Sockets" - } - }, - stats={ - [1]="local_has_X_white_sockets" - } - }, - [89]={ + [81]={ [1]={ [1]={ limit={ @@ -2124,7 +2088,7 @@ return { [1]="local_maximum_sockets_+" } }, - [90]={ + [82]={ [1]={ [1]={ limit={ @@ -2140,7 +2104,7 @@ return { [1]="local_one_socket_each_colour_only" } }, - [91]={ + [83]={ [1]={ [1]={ limit={ @@ -2156,7 +2120,7 @@ return { [1]="map_number_of_harbinger_portals" } }, - [92]={ + [84]={ [1]={ [1]={ limit={ @@ -2172,7 +2136,7 @@ return { [1]="memory_line_breach_covers_map" } }, - [93]={ + [85]={ [1]={ [1]={ limit={ @@ -2197,7 +2161,7 @@ return { [1]="memory_line_minimum_possessions_of_rare_unique_monsters" } }, - [94]={ + [86]={ [1]={ [1]={ limit={ @@ -2213,7 +2177,7 @@ return { [1]="memory_line_num_harvest_plots" } }, - [95]={ + [87]={ [1]={ [1]={ limit={ @@ -2229,7 +2193,7 @@ return { [1]="memory_line_number_of_abyss_scourge_cracks" } }, - [96]={ + [88]={ [1]={ [1]={ limit={ @@ -2254,7 +2218,7 @@ return { [1]="memory_line_number_of_breaches" } }, - [97]={ + [89]={ [1]={ [1]={ limit={ @@ -2270,7 +2234,7 @@ return { [1]="memory_line_number_of_essences" } }, - [98]={ + [90]={ [1]={ [1]={ limit={ @@ -2286,7 +2250,7 @@ return { [1]="memory_line_number_of_excursions" } }, - [99]={ + [91]={ [1]={ [1]={ limit={ @@ -2315,7 +2279,7 @@ return { [1]="memory_line_number_of_strongboxes" } }, - [100]={ + [92]={ [1]={ [1]={ limit={ @@ -2331,7 +2295,7 @@ return { [1]="memory_line_player_is_harbinger" } }, - [101]={ + [93]={ [1]={ [1]={ limit={ @@ -2347,7 +2311,7 @@ return { [1]="local_can_socket_gems_ignoring_colour" } }, - [102]={ + [94]={ [1]={ [1]={ limit={ @@ -2363,7 +2327,7 @@ return { [1]="map_breach_hands_are_small" } }, - [103]={ + [95]={ [1]={ [1]={ limit={ @@ -2392,7 +2356,7 @@ return { [1]="map_harbinger_cooldown_speed_+%" } }, - [104]={ + [96]={ [1]={ [1]={ limit={ @@ -2417,7 +2381,7 @@ return { [1]="map_incursion_architects_drop_incursion_rare_chance_%" } }, - [105]={ + [97]={ [1]={ [1]={ limit={ @@ -2433,7 +2397,7 @@ return { [1]="map_strongbox_chain_length" } }, - [106]={ + [98]={ [1]={ [1]={ limit={ @@ -2458,7 +2422,7 @@ return { [1]="memory_line_abyss_scourge_spawn_boss_chance_%" } }, - [107]={ + [99]={ [1]={ [1]={ limit={ @@ -2474,7 +2438,7 @@ return { [1]="memory_line_big_harvest" } }, - [108]={ + [100]={ [1]={ [1]={ limit={ @@ -2490,7 +2454,7 @@ return { [1]="memory_line_essence_monster_number_of_essences" } }, - [109]={ + [101]={ [1]={ [1]={ limit={ @@ -2506,7 +2470,7 @@ return { [1]="memory_line_maximum_possessions_of_rare_unique_monsters" } }, - [110]={ + [102]={ [1]={ [1]={ limit={ @@ -2522,7 +2486,7 @@ return { [1]="memory_line_number_of_large_breach_chests" } }, - [111]={ + [103]={ [1]={ [1]={ limit={ @@ -2547,7 +2511,7 @@ return { [1]="player_is_harbinger_spawn_pack_on_kill_chance" } }, - [112]={ + [104]={ [1]={ [1]={ limit={ @@ -2628,7 +2592,7 @@ return { [2]="local_unique_hungry_loop_has_consumed_gem" } }, - [113]={ + [105]={ [1]={ [1]={ limit={ @@ -2653,7 +2617,7 @@ return { [1]="map_abyss_jewels_%_chance_to_drop_corrupted_with_more_mods" } }, - [114]={ + [106]={ [1]={ [1]={ limit={ @@ -2682,7 +2646,7 @@ return { [1]="map_breach_time_passed_+%" } }, - [115]={ + [107]={ [1]={ [1]={ limit={ @@ -2698,7 +2662,7 @@ return { [1]="map_essences_contains_rogue_exiles" } }, - [116]={ + [108]={ [1]={ [1]={ limit={ @@ -2714,7 +2678,7 @@ return { [1]="map_harvest_seeds_are_at_least_t2" } }, - [117]={ + [109]={ [1]={ [1]={ limit={ @@ -2730,7 +2694,7 @@ return { [1]="memory_line_all_drops_replaced_with_currency_shard_stacks_%_chance_otherwise_delete" } }, - [118]={ + [110]={ [1]={ [1]={ limit={ @@ -2746,7 +2710,7 @@ return { [1]="memory_line_breach_boss_spawn_chance_%" } }, - [119]={ + [111]={ [1]={ [1]={ limit={ @@ -2762,7 +2726,7 @@ return { [1]="memory_line_strongboxes_chance_to_be_operatives_%" } }, - [120]={ + [112]={ [1]={ [1]={ limit={ @@ -2778,7 +2742,7 @@ return { [1]="map_breach_size_+%" } }, - [121]={ + [113]={ [1]={ [1]={ [1]={ @@ -2798,7 +2762,7 @@ return { [1]="map_breach_splinters_drop_as_stones_permyriad" } }, - [122]={ + [114]={ [1]={ [1]={ limit={ @@ -2814,7 +2778,7 @@ return { [1]="map_chance_for_breach_bosses_to_drop_breachstone_%" } }, - [123]={ + [115]={ [1]={ [1]={ limit={ @@ -2839,7 +2803,7 @@ return { [1]="map_essences_are_1_tier_higher_chance_%" } }, - [124]={ + [116]={ [1]={ [1]={ limit={ @@ -2855,7 +2819,7 @@ return { [1]="map_harvest_seed_t2_upgrade_%_chance" } }, - [125]={ + [117]={ [1]={ [1]={ limit={ @@ -2871,7 +2835,7 @@ return { [1]="map_strongboxes_additional_pack_chance_%" } }, - [126]={ + [118]={ [1]={ [1]={ limit={ @@ -2900,7 +2864,7 @@ return { [1]="map_breach_monsters_life_+%" } }, - [127]={ + [119]={ [1]={ [1]={ limit={ @@ -2916,7 +2880,7 @@ return { [1]="map_essence_corruption_cannot_release_monsters" } }, - [128]={ + [120]={ [1]={ [1]={ limit={ @@ -2932,7 +2896,7 @@ return { [1]="map_harvest_seed_t3_upgrade_%_chance" } }, - [129]={ + [121]={ [1]={ [1]={ limit={ @@ -2948,7 +2912,7 @@ return { [1]="map_strongbox_monsters_life_+%" } }, - [130]={ + [122]={ [1]={ [1]={ limit={ @@ -2964,7 +2928,7 @@ return { [1]="map_weapon_and_shields_drop_corrupted_with_implicit_%_chance" } }, - [131]={ + [123]={ [1]={ [1]={ limit={ @@ -2980,7 +2944,7 @@ return { [1]="map_weapon_and_shields_drop_fractured_%_chance" } }, - [132]={ + [124]={ [1]={ [1]={ limit={ @@ -2996,7 +2960,7 @@ return { [1]="map_weapon_and_shields_drop_fully_linked_%_chance" } }, - [133]={ + [125]={ [1]={ [1]={ limit={ @@ -3012,7 +2976,7 @@ return { [1]="map_weapon_and_shields_drop_fully_socketed_%_chance" } }, - [134]={ + [126]={ [1]={ [1]={ limit={ @@ -3041,7 +3005,7 @@ return { [1]="map_breach_monsters_damage_+%" } }, - [135]={ + [127]={ [1]={ [1]={ limit={ @@ -3057,7 +3021,7 @@ return { [1]="map_duplicate_essence_monsters_with_shrieking_essence" } }, - [136]={ + [128]={ [1]={ [1]={ limit={ @@ -3073,7 +3037,7 @@ return { [1]="map_strongbox_monsters_damage_+%" } }, - [137]={ + [129]={ [1]={ [1]={ limit={ @@ -3098,7 +3062,7 @@ return { [1]="map_essence_monsters_drop_rare_item_with_random_essence_mod_%_chance" } }, - [138]={ + [130]={ [1]={ [1]={ limit={ @@ -3123,7 +3087,7 @@ return { [1]="trigger_socketed_warcry_when_endurance_charge_expires_or_consumed_%_chance" } }, - [139]={ + [131]={ [1]={ [1]={ limit={ @@ -3139,7 +3103,7 @@ return { [1]="local_gem_level_+" } }, - [140]={ + [132]={ [1]={ [1]={ limit={ @@ -3155,7 +3119,7 @@ return { [1]="local_socketed_strength_gem_level_+" } }, - [141]={ + [133]={ [1]={ [1]={ limit={ @@ -3171,7 +3135,7 @@ return { [1]="local_socketed_dexterity_gem_level_+" } }, - [142]={ + [134]={ [1]={ [1]={ limit={ @@ -3187,7 +3151,7 @@ return { [1]="phylactery_can_only_contain_non_unique_jewel" } }, - [143]={ + [135]={ [1]={ [1]={ limit={ @@ -3203,7 +3167,7 @@ return { [1]="local_socketed_intelligence_gem_level_+" } }, - [144]={ + [136]={ [1]={ [1]={ limit={ @@ -3228,7 +3192,7 @@ return { [1]="phylactery_jewel_mod_effect_+%" } }, - [145]={ + [137]={ [1]={ [1]={ limit={ @@ -3244,7 +3208,7 @@ return { [1]="local_socketed_gem_level_+" } }, - [146]={ + [138]={ [1]={ [1]={ limit={ @@ -3260,7 +3224,7 @@ return { [1]="local_socketed_skill_gem_level_+1_per_x_player_levels" } }, - [147]={ + [139]={ [1]={ [1]={ limit={ @@ -3276,7 +3240,7 @@ return { [1]="local_socketed_gems_in_red_sockets_get_level_+" } }, - [148]={ + [140]={ [1]={ [1]={ limit={ @@ -3292,7 +3256,7 @@ return { [1]="local_socketed_gems_in_green_sockets_get_quality_%" } }, - [149]={ + [141]={ [1]={ [1]={ limit={ @@ -3308,7 +3272,7 @@ return { [1]="local_socketed_gems_in_blue_sockets_experience_gained_+%" } }, - [150]={ + [142]={ [1]={ [1]={ limit={ @@ -3324,7 +3288,7 @@ return { [1]="local_socketed_fire_gem_level_+" } }, - [151]={ + [143]={ [1]={ [1]={ limit={ @@ -3357,7 +3321,7 @@ return { [1]="lich_mana_cost_+%_final_if_you_have_no_energy_shield" } }, - [152]={ + [144]={ [1]={ [1]={ limit={ @@ -3373,7 +3337,7 @@ return { [1]="local_socketed_cold_gem_level_+" } }, - [153]={ + [145]={ [1]={ [1]={ limit={ @@ -3389,7 +3353,7 @@ return { [1]="local_socketed_lightning_gem_level_+" } }, - [154]={ + [146]={ [1]={ [1]={ limit={ @@ -3405,7 +3369,7 @@ return { [1]="local_socketed_chaos_gem_level_+" } }, - [155]={ + [147]={ [1]={ [1]={ limit={ @@ -3421,7 +3385,7 @@ return { [1]="local_socketed_spell_gem_level_+" } }, - [156]={ + [148]={ [1]={ [1]={ limit={ @@ -3437,7 +3401,7 @@ return { [1]="local_socketed_duration_gem_level_+" } }, - [157]={ + [149]={ [1]={ [1]={ limit={ @@ -3453,7 +3417,7 @@ return { [1]="local_socketed_area_of_effect_gem_level_+" } }, - [158]={ + [150]={ [1]={ [1]={ limit={ @@ -3469,7 +3433,7 @@ return { [1]="local_socketed_projectile_gem_level_+" } }, - [159]={ + [151]={ [1]={ [1]={ limit={ @@ -3485,7 +3449,7 @@ return { [1]="local_socketed_bow_gem_level_+" } }, - [160]={ + [152]={ [1]={ [1]={ limit={ @@ -3501,7 +3465,7 @@ return { [1]="local_socketed_melee_gem_level_+" } }, - [161]={ + [153]={ [1]={ [1]={ limit={ @@ -3517,7 +3481,7 @@ return { [1]="local_socketed_minion_gem_level_+" } }, - [162]={ + [154]={ [1]={ [1]={ limit={ @@ -3533,7 +3497,7 @@ return { [1]="local_socketed_aura_gem_level_+" } }, - [163]={ + [155]={ [1]={ [1]={ limit={ @@ -3549,7 +3513,7 @@ return { [1]="local_socketed_herald_gem_level_+" } }, - [164]={ + [156]={ [1]={ [1]={ limit={ @@ -3565,7 +3529,7 @@ return { [1]="local_socketed_movement_gem_level_+" } }, - [165]={ + [157]={ [1]={ [1]={ limit={ @@ -3581,7 +3545,7 @@ return { [1]="local_socketed_curse_gem_level_+" } }, - [166]={ + [158]={ [1]={ [1]={ limit={ @@ -3597,7 +3561,7 @@ return { [1]="local_socketed_hex_gem_level_+" } }, - [167]={ + [159]={ [1]={ [1]={ limit={ @@ -3613,7 +3577,7 @@ return { [1]="local_socketed_trap_gem_level_+" } }, - [168]={ + [160]={ [1]={ [1]={ limit={ @@ -3629,7 +3593,7 @@ return { [1]="local_socketed_trap_and_mine_gem_level_+" } }, - [169]={ + [161]={ [1]={ [1]={ limit={ @@ -3645,7 +3609,7 @@ return { [1]="local_socketed_vaal_gem_level_+" } }, - [170]={ + [162]={ [1]={ [1]={ limit={ @@ -3661,7 +3625,7 @@ return { [1]="local_socketed_support_gem_level_+" } }, - [171]={ + [163]={ [1]={ [1]={ limit={ @@ -3677,7 +3641,7 @@ return { [1]="local_socketed_active_skill_gem_level_+" } }, - [172]={ + [164]={ [1]={ [1]={ limit={ @@ -3693,7 +3657,7 @@ return { [1]="local_socketed_non_vaal_gem_level_+" } }, - [173]={ + [165]={ [1]={ [1]={ limit={ @@ -3709,7 +3673,7 @@ return { [1]="local_socketed_warcry_gem_level_+" } }, - [174]={ + [166]={ [1]={ [1]={ limit={ @@ -3725,7 +3689,7 @@ return { [1]="local_display_socketed_golem_attack_and_cast_speed_+%" } }, - [175]={ + [167]={ [1]={ [1]={ limit={ @@ -3741,7 +3705,7 @@ return { [1]="local_display_socketed_golem_buff_effect_+%" } }, - [176]={ + [168]={ [1]={ [1]={ limit={ @@ -3757,7 +3721,7 @@ return { [1]="local_display_socketed_golem_chance_to_taunt_%" } }, - [177]={ + [169]={ [1]={ [1]={ [1]={ @@ -3777,7 +3741,7 @@ return { [1]="local_display_socketed_golem_life_regeneration_rate_per_minute_%" } }, - [178]={ + [170]={ [1]={ [1]={ [1]={ @@ -3797,7 +3761,7 @@ return { [1]="local_display_socketed_golem_skill_grants_onslaught_when_summoned" } }, - [179]={ + [171]={ [1]={ [1]={ limit={ @@ -3813,7 +3777,7 @@ return { [1]="local_socketed_golem_gem_level_+" } }, - [180]={ + [172]={ [1]={ [1]={ limit={ @@ -3829,7 +3793,7 @@ return { [1]="local_socketed_gem_quality_+" } }, - [181]={ + [173]={ [1]={ [1]={ limit={ @@ -3845,7 +3809,7 @@ return { [1]="local_socketed_support_gem_quality_+" } }, - [182]={ + [174]={ [1]={ [1]={ limit={ @@ -3861,7 +3825,7 @@ return { [1]="local_socketed_active_skill_gem_quality_+" } }, - [183]={ + [175]={ [1]={ [1]={ limit={ @@ -3877,7 +3841,7 @@ return { [1]="local_socketed_area_of_effect_gem_quality_+" } }, - [184]={ + [176]={ [1]={ [1]={ limit={ @@ -3893,7 +3857,7 @@ return { [1]="local_socketed_aura_gem_quality_+" } }, - [185]={ + [177]={ [1]={ [1]={ limit={ @@ -3909,7 +3873,7 @@ return { [1]="local_socketed_bow_gem_quality_+" } }, - [186]={ + [178]={ [1]={ [1]={ limit={ @@ -3925,7 +3889,7 @@ return { [1]="local_socketed_chaos_gem_quality_+" } }, - [187]={ + [179]={ [1]={ [1]={ limit={ @@ -3941,7 +3905,7 @@ return { [1]="local_socketed_cold_gem_quality_+" } }, - [188]={ + [180]={ [1]={ [1]={ limit={ @@ -3957,7 +3921,7 @@ return { [1]="local_socketed_dexterity_gem_quality_+" } }, - [189]={ + [181]={ [1]={ [1]={ limit={ @@ -3973,7 +3937,7 @@ return { [1]="local_socketed_elemental_gem_level_+" } }, - [190]={ + [182]={ [1]={ [1]={ limit={ @@ -3989,7 +3953,7 @@ return { [1]="local_socketed_fire_gem_quality_+" } }, - [191]={ + [183]={ [1]={ [1]={ limit={ @@ -4005,7 +3969,7 @@ return { [1]="local_socketed_intelligence_gem_quality_+" } }, - [192]={ + [184]={ [1]={ [1]={ limit={ @@ -4021,7 +3985,7 @@ return { [1]="local_socketed_lightning_gem_quality_+" } }, - [193]={ + [185]={ [1]={ [1]={ limit={ @@ -4037,7 +4001,7 @@ return { [1]="local_socketed_melee_gem_quality_+" } }, - [194]={ + [186]={ [1]={ [1]={ limit={ @@ -4053,7 +4017,7 @@ return { [1]="local_socketed_minion_gem_quality_+" } }, - [195]={ + [187]={ [1]={ [1]={ limit={ @@ -4069,7 +4033,7 @@ return { [1]="local_socketed_projectile_gem_quality_+" } }, - [196]={ + [188]={ [1]={ [1]={ limit={ @@ -4085,7 +4049,7 @@ return { [1]="local_socketed_strength_gem_quality_+" } }, - [197]={ + [189]={ [1]={ [1]={ limit={ @@ -4114,7 +4078,7 @@ return { [1]="local_socketed_abyss_jewel_effect_+%" } }, - [198]={ + [190]={ [1]={ [1]={ limit={ @@ -4130,7 +4094,7 @@ return { [1]="support_gems_socketed_in_amulet_also_support_body_skills" } }, - [199]={ + [191]={ [1]={ [1]={ limit={ @@ -4146,7 +4110,7 @@ return { [1]="support_gems_socketed_in_off_hand_also_support_main_hand_skills" } }, - [200]={ + [192]={ [1]={ [1]={ limit={ @@ -4162,7 +4126,7 @@ return { [1]="local_display_socketed_gems_get_increased_area_level" } }, - [201]={ + [193]={ [1]={ [1]={ limit={ @@ -4178,7 +4142,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_arcane_surge" } }, - [202]={ + [194]={ [1]={ [1]={ limit={ @@ -4194,7 +4158,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_archmage" } }, - [203]={ + [195]={ [1]={ [1]={ limit={ @@ -4210,7 +4174,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_aura_duration" } }, - [204]={ + [196]={ [1]={ [1]={ limit={ @@ -4226,7 +4190,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_barrage" } }, - [205]={ + [197]={ [1]={ [1]={ limit={ @@ -4242,7 +4206,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_behead" } }, - [206]={ + [198]={ [1]={ [1]={ limit={ @@ -4258,7 +4222,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_bloodlust" } }, - [207]={ + [199]={ [1]={ [1]={ limit={ @@ -4274,7 +4238,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_bloodthirst" } }, - [208]={ + [200]={ [1]={ [1]={ limit={ @@ -4290,7 +4254,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_brutality" } }, - [209]={ + [201]={ [1]={ [1]={ limit={ @@ -4306,7 +4270,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_cast_on_damage_taken" } }, - [210]={ + [202]={ [1]={ [1]={ limit={ @@ -4322,7 +4286,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_cast_on_kill" } }, - [211]={ + [203]={ [1]={ [1]={ limit={ @@ -4338,7 +4302,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_cast_while_channelling" } }, - [212]={ + [204]={ [1]={ [1]={ limit={ @@ -4354,7 +4318,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_chain" } }, - [213]={ + [205]={ [1]={ [1]={ limit={ @@ -4370,7 +4334,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_chance_to_bleed" } }, - [214]={ + [206]={ [1]={ [1]={ limit={ @@ -4386,7 +4350,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_chance_to_ignite" } }, - [215]={ + [207]={ [1]={ [1]={ limit={ @@ -4402,7 +4366,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_charged_mines" } }, - [216]={ + [208]={ [1]={ [1]={ limit={ @@ -4418,7 +4382,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_close_combat" } }, - [217]={ + [209]={ [1]={ [1]={ limit={ @@ -4434,7 +4398,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_culling_strike" } }, - [218]={ + [210]={ [1]={ [1]={ limit={ @@ -4450,7 +4414,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_curse_on_hit" } }, - [219]={ + [211]={ [1]={ [1]={ limit={ @@ -4466,7 +4430,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_cursed_ground" } }, - [220]={ + [212]={ [1]={ [1]={ limit={ @@ -4482,7 +4446,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_deadly_ailments" } }, - [221]={ + [213]={ [1]={ [1]={ limit={ @@ -4498,7 +4462,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_deathmark" } }, - [222]={ + [214]={ [1]={ [1]={ limit={ @@ -4514,7 +4478,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_decay" } }, - [223]={ + [215]={ [1]={ [1]={ limit={ @@ -4530,7 +4494,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_earthbreaker" } }, - [224]={ + [216]={ [1]={ [1]={ limit={ @@ -4546,7 +4510,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_efficacy" } }, - [225]={ + [217]={ [1]={ [1]={ limit={ @@ -4562,7 +4526,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_elemental_focus" } }, - [226]={ + [218]={ [1]={ [1]={ limit={ @@ -4578,7 +4542,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_elemental_penetration" } }, - [227]={ + [219]={ [1]={ [1]={ limit={ @@ -4594,7 +4558,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_empower" } }, - [228]={ + [220]={ [1]={ [1]={ limit={ @@ -4610,7 +4574,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_enhance" } }, - [229]={ + [221]={ [1]={ [1]={ limit={ @@ -4626,7 +4590,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_enlighten" } }, - [230]={ + [222]={ [1]={ [1]={ limit={ @@ -4642,7 +4606,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_eternal_blessing" } }, - [231]={ + [223]={ [1]={ [1]={ limit={ @@ -4658,7 +4622,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_feeding_frenzy" } }, - [232]={ + [224]={ [1]={ [1]={ limit={ @@ -4674,7 +4638,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_fire_penetration" } }, - [233]={ + [225]={ [1]={ [1]={ limit={ @@ -4690,7 +4654,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_fist_of_war" } }, - [234]={ + [226]={ [1]={ [1]={ limit={ @@ -4706,7 +4670,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_focussed_ballista" } }, - [235]={ + [227]={ [1]={ [1]={ limit={ @@ -4722,7 +4686,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_fragility" } }, - [236]={ + [228]={ [1]={ [1]={ limit={ @@ -4738,7 +4702,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_frenzy_power_on_trap_trigger" } }, - [237]={ + [229]={ [1]={ [1]={ limit={ @@ -4754,7 +4718,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_greater_multiple_projectiles" } }, - [238]={ + [230]={ [1]={ [1]={ limit={ @@ -4770,7 +4734,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_greater_spell_echo" } }, - [239]={ + [231]={ [1]={ [1]={ limit={ @@ -4786,7 +4750,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_greater_volley" } }, - [240]={ + [232]={ [1]={ [1]={ limit={ @@ -4802,7 +4766,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_hex_bloom" } }, - [241]={ + [233]={ [1]={ [1]={ limit={ @@ -4818,7 +4782,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_ignite_proliferation" } }, - [242]={ + [234]={ [1]={ [1]={ limit={ @@ -4834,7 +4798,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_immolate" } }, - [243]={ + [235]={ [1]={ [1]={ limit={ @@ -4850,7 +4814,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_impale" } }, - [244]={ + [236]={ [1]={ [1]={ limit={ @@ -4866,7 +4830,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_impending_doom" } }, - [245]={ + [237]={ [1]={ [1]={ limit={ @@ -4882,7 +4846,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_increased_burning_damage" } }, - [246]={ + [238]={ [1]={ [1]={ limit={ @@ -4898,7 +4862,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_increased_critical_strikes" } }, - [247]={ + [239]={ [1]={ [1]={ limit={ @@ -4914,7 +4878,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_increased_duration" } }, - [248]={ + [240]={ [1]={ [1]={ limit={ @@ -4930,7 +4894,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_infernal_legion" } }, - [249]={ + [241]={ [1]={ [1]={ limit={ @@ -4946,7 +4910,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_intensify" } }, - [250]={ + [242]={ [1]={ [1]={ limit={ @@ -4962,7 +4926,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_iron_grip" } }, - [251]={ + [243]={ [1]={ [1]={ limit={ @@ -4978,7 +4942,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_item_quantity" } }, - [252]={ + [244]={ [1]={ [1]={ limit={ @@ -4994,7 +4958,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_item_rarity" } }, - [253]={ + [245]={ [1]={ [1]={ limit={ @@ -5010,7 +4974,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_life_gain_on_hit" } }, - [254]={ + [246]={ [1]={ [1]={ limit={ @@ -5026,7 +4990,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_lifetap" } }, - [255]={ + [247]={ [1]={ [1]={ limit={ @@ -5042,7 +5006,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_lightning_penetration" } }, - [256]={ + [248]={ [1]={ [1]={ limit={ @@ -5058,7 +5022,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_maim" } }, - [257]={ + [249]={ [1]={ [1]={ limit={ @@ -5074,7 +5038,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_manaforged_arrows" } }, - [258]={ + [250]={ [1]={ [1]={ limit={ @@ -5090,7 +5054,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_mark_on_hit" } }, - [259]={ + [251]={ [1]={ [1]={ limit={ @@ -5106,7 +5070,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_meat_shield" } }, - [260]={ + [252]={ [1]={ [1]={ limit={ @@ -5122,7 +5086,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_melee_damage_on_full_life" } }, - [261]={ + [253]={ [1]={ [1]={ limit={ @@ -5138,7 +5102,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_minefield" } }, - [262]={ + [254]={ [1]={ [1]={ limit={ @@ -5154,7 +5118,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_mirage_archer" } }, - [263]={ + [255]={ [1]={ [1]={ limit={ @@ -5170,7 +5134,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_multi_totem" } }, - [264]={ + [256]={ [1]={ [1]={ limit={ @@ -5186,7 +5150,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_multicast" } }, - [265]={ + [257]={ [1]={ [1]={ limit={ @@ -5202,7 +5166,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_nightblade" } }, - [266]={ + [258]={ [1]={ [1]={ limit={ @@ -5218,7 +5182,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_onslaught" } }, - [267]={ + [259]={ [1]={ [1]={ limit={ @@ -5234,7 +5198,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_overcharge" } }, - [268]={ + [260]={ [1]={ [1]={ limit={ @@ -5250,7 +5214,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_parallel_projectiles" } }, - [269]={ + [261]={ [1]={ [1]={ limit={ @@ -5266,7 +5230,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_physical_projectile_attack_damage" } }, - [270]={ + [262]={ [1]={ [1]={ limit={ @@ -5282,7 +5246,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_physical_to_lightning" } }, - [271]={ + [263]={ [1]={ [1]={ limit={ @@ -5298,7 +5262,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_pinpoint" } }, - [272]={ + [264]={ [1]={ [1]={ limit={ @@ -5314,7 +5278,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_point_blank" } }, - [273]={ + [265]={ [1]={ [1]={ limit={ @@ -5330,7 +5294,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_poison" } }, - [274]={ + [266]={ [1]={ [1]={ limit={ @@ -5346,7 +5310,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_power_charge_on_crit" } }, - [275]={ + [267]={ [1]={ [1]={ limit={ @@ -5362,7 +5326,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_prismatic_burst" } }, - [276]={ + [268]={ [1]={ [1]={ limit={ @@ -5378,7 +5342,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_pulverise" } }, - [277]={ + [269]={ [1]={ [1]={ limit={ @@ -5394,7 +5358,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_rage" } }, - [278]={ + [270]={ [1]={ [1]={ limit={ @@ -5410,7 +5374,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_rain" } }, - [279]={ + [271]={ [1]={ [1]={ limit={ @@ -5426,7 +5390,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_ranged_attack_totem" } }, - [280]={ + [272]={ [1]={ [1]={ limit={ @@ -5442,7 +5406,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_rapid_decay" } }, - [281]={ + [273]={ [1]={ [1]={ limit={ @@ -5458,7 +5422,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_reduced_block_chance" } }, - [282]={ + [274]={ [1]={ [1]={ limit={ @@ -5474,7 +5438,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_reduced_duration" } }, - [283]={ + [275]={ [1]={ [1]={ limit={ @@ -5490,7 +5454,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_remote_mine_2" } }, - [284]={ + [276]={ [1]={ [1]={ limit={ @@ -5506,7 +5470,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_ruthless" } }, - [285]={ + [277]={ [1]={ [1]={ limit={ @@ -5522,7 +5486,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_second_wind" } }, - [286]={ + [278]={ [1]={ [1]={ limit={ @@ -5538,7 +5502,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_shockwave" } }, - [287]={ + [279]={ [1]={ [1]={ limit={ @@ -5554,7 +5518,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_slower_projectiles" } }, - [288]={ + [280]={ [1]={ [1]={ limit={ @@ -5570,7 +5534,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_snipe" } }, - [289]={ + [281]={ [1]={ [1]={ limit={ @@ -5586,7 +5550,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_spell_cascade" } }, - [290]={ + [282]={ [1]={ [1]={ limit={ @@ -5602,7 +5566,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_spell_focus" } }, - [291]={ + [283]={ [1]={ [1]={ limit={ @@ -5618,7 +5582,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_spirit_strike" } }, - [292]={ + [284]={ [1]={ [1]={ limit={ @@ -5634,7 +5598,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_storm_barrier" } }, - [293]={ + [285]={ [1]={ [1]={ limit={ @@ -5650,7 +5614,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_summon_elemental_resistance" } }, - [294]={ + [286]={ [1]={ [1]={ limit={ @@ -5666,7 +5630,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_summon_ghost_on_kill" } }, - [295]={ + [287]={ [1]={ [1]={ limit={ @@ -5682,7 +5646,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_swift_assembly" } }, - [296]={ + [288]={ [1]={ [1]={ limit={ @@ -5698,7 +5662,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_swiftbrand" } }, - [297]={ + [289]={ [1]={ [1]={ limit={ @@ -5714,7 +5678,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_trap_cooldown" } }, - [298]={ + [290]={ [1]={ [1]={ limit={ @@ -5730,7 +5694,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_trinity" } }, - [299]={ + [291]={ [1]={ [1]={ limit={ @@ -5746,7 +5710,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_unbound_ailments" } }, - [300]={ + [292]={ [1]={ [1]={ limit={ @@ -5762,7 +5726,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_unleash" } }, - [301]={ + [293]={ [1]={ [1]={ limit={ @@ -5778,7 +5742,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_urgent_orders" } }, - [302]={ + [294]={ [1]={ [1]={ limit={ @@ -5794,7 +5758,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_void_manipulation" } }, - [303]={ + [295]={ [1]={ [1]={ limit={ @@ -5810,7 +5774,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_chaos_attacks" } }, - [304]={ + [296]={ [1]={ [1]={ limit={ @@ -5826,7 +5790,7 @@ return { [1]="local_display_socketed_triggered_skills_deal_double_damage" } }, - [305]={ + [297]={ [1]={ [1]={ limit={ @@ -5842,7 +5806,7 @@ return { [1]="local_display_supported_by_level_10_controlled_destruction" } }, - [306]={ + [298]={ [1]={ [1]={ limit={ @@ -5858,7 +5822,7 @@ return { [1]="local_display_supported_by_level_10_intensify" } }, - [307]={ + [299]={ [1]={ [1]={ limit={ @@ -5874,7 +5838,7 @@ return { [1]="local_display_supported_by_level_10_spell_echo" } }, - [308]={ + [300]={ [1]={ [1]={ limit={ @@ -5890,7 +5854,7 @@ return { [1]="local_display_supported_by_level_x_awakened_added_chaos_damage" } }, - [309]={ + [301]={ [1]={ [1]={ limit={ @@ -5906,7 +5870,7 @@ return { [1]="local_display_supported_by_level_x_awakened_added_cold_damage" } }, - [310]={ + [302]={ [1]={ [1]={ limit={ @@ -5922,7 +5886,7 @@ return { [1]="local_display_supported_by_level_x_awakened_added_fire_damage" } }, - [311]={ + [303]={ [1]={ [1]={ limit={ @@ -5938,7 +5902,7 @@ return { [1]="local_display_supported_by_level_x_awakened_added_lightning_damage" } }, - [312]={ + [304]={ [1]={ [1]={ limit={ @@ -5954,7 +5918,7 @@ return { [1]="local_display_supported_by_level_x_awakened_ancestral_call" } }, - [313]={ + [305]={ [1]={ [1]={ limit={ @@ -5970,7 +5934,7 @@ return { [1]="local_display_supported_by_level_x_awakened_arrow_nova" } }, - [314]={ + [306]={ [1]={ [1]={ limit={ @@ -5986,7 +5950,7 @@ return { [1]="local_display_supported_by_level_x_awakened_blasphemy" } }, - [315]={ + [307]={ [1]={ [1]={ limit={ @@ -6002,7 +5966,7 @@ return { [1]="local_display_supported_by_level_x_awakened_brutality" } }, - [316]={ + [308]={ [1]={ [1]={ limit={ @@ -6018,7 +5982,7 @@ return { [1]="local_display_supported_by_level_x_awakened_burning_damage" } }, - [317]={ + [309]={ [1]={ [1]={ limit={ @@ -6034,7 +5998,7 @@ return { [1]="local_display_supported_by_level_x_awakened_cast_on_crit" } }, - [318]={ + [310]={ [1]={ [1]={ limit={ @@ -6050,7 +6014,7 @@ return { [1]="local_display_supported_by_level_x_awakened_cast_while_channelling" } }, - [319]={ + [311]={ [1]={ [1]={ limit={ @@ -6066,7 +6030,7 @@ return { [1]="local_display_supported_by_level_x_awakened_chain" } }, - [320]={ + [312]={ [1]={ [1]={ limit={ @@ -6082,7 +6046,7 @@ return { [1]="local_display_supported_by_level_x_awakened_cold_penetration" } }, - [321]={ + [313]={ [1]={ [1]={ limit={ @@ -6098,7 +6062,7 @@ return { [1]="local_display_supported_by_level_x_awakened_controlled_destruction" } }, - [322]={ + [314]={ [1]={ [1]={ limit={ @@ -6114,7 +6078,7 @@ return { [1]="local_display_supported_by_level_x_awakened_curse_on_hit" } }, - [323]={ + [315]={ [1]={ [1]={ limit={ @@ -6130,7 +6094,7 @@ return { [1]="local_display_supported_by_level_x_awakened_deadly_ailments" } }, - [324]={ + [316]={ [1]={ [1]={ limit={ @@ -6146,7 +6110,7 @@ return { [1]="local_display_supported_by_level_x_awakened_elemental_focus" } }, - [325]={ + [317]={ [1]={ [1]={ limit={ @@ -6162,7 +6126,7 @@ return { [1]="local_display_supported_by_level_x_awakened_empower" } }, - [326]={ + [318]={ [1]={ [1]={ limit={ @@ -6178,7 +6142,7 @@ return { [1]="local_display_supported_by_level_x_awakened_enhance" } }, - [327]={ + [319]={ [1]={ [1]={ limit={ @@ -6194,7 +6158,7 @@ return { [1]="local_display_supported_by_level_x_awakened_enlighten" } }, - [328]={ + [320]={ [1]={ [1]={ limit={ @@ -6210,7 +6174,7 @@ return { [1]="local_display_supported_by_level_x_awakened_fire_penetration" } }, - [329]={ + [321]={ [1]={ [1]={ limit={ @@ -6226,7 +6190,7 @@ return { [1]="local_display_supported_by_level_x_awakened_fork" } }, - [330]={ + [322]={ [1]={ [1]={ limit={ @@ -6242,7 +6206,7 @@ return { [1]="local_display_supported_by_level_x_awakened_generosity" } }, - [331]={ + [323]={ [1]={ [1]={ limit={ @@ -6258,7 +6222,7 @@ return { [1]="local_display_supported_by_level_x_awakened_greater_multiple_projectiles" } }, - [332]={ + [324]={ [1]={ [1]={ limit={ @@ -6274,7 +6238,7 @@ return { [1]="local_display_supported_by_level_x_awakened_increased_area_of_effect" } }, - [333]={ + [325]={ [1]={ [1]={ limit={ @@ -6290,7 +6254,7 @@ return { [1]="local_display_supported_by_level_x_awakened_lightning_penetration" } }, - [334]={ + [326]={ [1]={ [1]={ limit={ @@ -6306,7 +6270,7 @@ return { [1]="local_display_supported_by_level_x_awakened_melee_physical_damage" } }, - [335]={ + [327]={ [1]={ [1]={ limit={ @@ -6322,7 +6286,7 @@ return { [1]="local_display_supported_by_level_x_awakened_melee_splash" } }, - [336]={ + [328]={ [1]={ [1]={ limit={ @@ -6338,7 +6302,7 @@ return { [1]="local_display_supported_by_level_x_awakened_minion_damage" } }, - [337]={ + [329]={ [1]={ [1]={ limit={ @@ -6354,7 +6318,7 @@ return { [1]="local_display_supported_by_level_x_awakened_multistrike" } }, - [338]={ + [330]={ [1]={ [1]={ limit={ @@ -6370,7 +6334,7 @@ return { [1]="local_display_supported_by_level_x_awakened_spell_cascade" } }, - [339]={ + [331]={ [1]={ [1]={ limit={ @@ -6386,7 +6350,7 @@ return { [1]="local_display_supported_by_level_x_awakened_spell_echo" } }, - [340]={ + [332]={ [1]={ [1]={ limit={ @@ -6402,7 +6366,7 @@ return { [1]="local_display_supported_by_level_x_awakened_swift_affliction" } }, - [341]={ + [333]={ [1]={ [1]={ limit={ @@ -6418,7 +6382,7 @@ return { [1]="local_display_supported_by_level_x_awakened_unbound_ailments" } }, - [342]={ + [334]={ [1]={ [1]={ limit={ @@ -6434,7 +6398,7 @@ return { [1]="local_display_supported_by_level_x_awakened_unleash" } }, - [343]={ + [335]={ [1]={ [1]={ limit={ @@ -6450,7 +6414,7 @@ return { [1]="local_display_supported_by_level_x_awakened_vicious_projectiles" } }, - [344]={ + [336]={ [1]={ [1]={ limit={ @@ -6466,7 +6430,7 @@ return { [1]="local_display_supported_by_level_x_awakened_void_manipulation" } }, - [345]={ + [337]={ [1]={ [1]={ limit={ @@ -6482,7 +6446,7 @@ return { [1]="local_display_supported_by_level_x_awakened_weapon_elemental_damage" } }, - [346]={ + [338]={ [1]={ [1]={ [1]={ @@ -6507,7 +6471,7 @@ return { [2]="local_random_support_gem_index" } }, - [347]={ + [339]={ [1]={ [1]={ [1]={ @@ -6532,7 +6496,7 @@ return { [2]="local_random_support_gem_index_1" } }, - [348]={ + [340]={ [1]={ [1]={ limit={ @@ -6548,7 +6512,7 @@ return { [1]="local_display_socketed_gems_get_concentrated_area_level" } }, - [349]={ + [341]={ [1]={ [1]={ limit={ @@ -6564,7 +6528,7 @@ return { [1]="local_display_socketed_gems_get_trap_level" } }, - [350]={ + [342]={ [1]={ [1]={ limit={ @@ -6580,7 +6544,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_cluster_trap" } }, - [351]={ + [343]={ [1]={ [1]={ limit={ @@ -6596,7 +6560,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_multi_trap" } }, - [352]={ + [344]={ [1]={ [1]={ limit={ @@ -6612,7 +6576,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_trap_and_mine_damage" } }, - [353]={ + [345]={ [1]={ [1]={ limit={ @@ -6628,7 +6592,7 @@ return { [1]="local_display_socketed_gems_get_added_chaos_damage_level" } }, - [354]={ + [346]={ [1]={ [1]={ limit={ @@ -6644,7 +6608,7 @@ return { [1]="local_display_socketed_gems_get_blood_magic_level" } }, - [355]={ + [347]={ [1]={ [1]={ limit={ @@ -6660,7 +6624,7 @@ return { [1]="local_display_socketed_gems_get_increased_duration_level" } }, - [356]={ + [348]={ [1]={ [1]={ limit={ @@ -6676,7 +6640,7 @@ return { [1]="local_display_socketed_gems_get_added_fire_damage_level" } }, - [357]={ + [349]={ [1]={ [1]={ limit={ @@ -6692,7 +6656,7 @@ return { [1]="local_display_socketed_gems_get_cold_to_fire_level" } }, - [358]={ + [350]={ [1]={ [1]={ limit={ @@ -6708,7 +6672,7 @@ return { [1]="local_display_socketed_gems_get_spell_totem_level" } }, - [359]={ + [351]={ [1]={ [1]={ limit={ @@ -6724,7 +6688,7 @@ return { [1]="local_display_socketed_gems_get_fire_penetration_level" } }, - [360]={ + [352]={ [1]={ [1]={ limit={ @@ -6740,7 +6704,7 @@ return { [1]="local_display_socketed_gems_get_elemental_proliferation_level" } }, - [361]={ + [353]={ [1]={ [1]={ limit={ @@ -6756,7 +6720,7 @@ return { [1]="local_display_socketed_gems_get_added_lightning_damage_level" } }, - [362]={ + [354]={ [1]={ [1]={ limit={ @@ -6772,7 +6736,7 @@ return { [1]="local_display_socketed_gems_get_melee_physical_damage_level" } }, - [363]={ + [355]={ [1]={ [1]={ limit={ @@ -6788,7 +6752,7 @@ return { [1]="local_display_socketed_gems_get_faster_attacks_level" } }, - [364]={ + [356]={ [1]={ [1]={ limit={ @@ -6804,7 +6768,7 @@ return { [1]="local_display_socketed_gems_get_blind_level" } }, - [365]={ + [357]={ [1]={ [1]={ limit={ @@ -6820,7 +6784,7 @@ return { [1]="local_display_socketed_gems_get_melee_splash_level" } }, - [366]={ + [358]={ [1]={ [1]={ limit={ @@ -6836,7 +6800,7 @@ return { [1]="local_display_socketed_gems_get_cast_on_crit_level" } }, - [367]={ + [359]={ [1]={ [1]={ limit={ @@ -6852,7 +6816,7 @@ return { [1]="local_display_socketed_gems_get_cast_when_stunned_level" } }, - [368]={ + [360]={ [1]={ [1]={ limit={ @@ -6868,7 +6832,7 @@ return { [1]="local_display_socketed_gems_get_cast_on_death_level" } }, - [369]={ + [361]={ [1]={ [1]={ limit={ @@ -6884,7 +6848,7 @@ return { [1]="local_display_socketed_gems_get_stun_level" } }, - [370]={ + [362]={ [1]={ [1]={ limit={ @@ -6900,7 +6864,7 @@ return { [1]="local_display_socketed_gems_get_additional_accuracy_level" } }, - [371]={ + [363]={ [1]={ [1]={ limit={ @@ -6916,7 +6880,7 @@ return { [1]="local_display_socketed_gems_get_multistrike_level" } }, - [372]={ + [364]={ [1]={ [1]={ limit={ @@ -6932,7 +6896,7 @@ return { [1]="local_display_socketed_gems_get_faster_projectiles_level" } }, - [373]={ + [365]={ [1]={ [1]={ limit={ @@ -6948,7 +6912,7 @@ return { [1]="local_display_socketed_gems_get_life_leech_level" } }, - [374]={ + [366]={ [1]={ [1]={ limit={ @@ -6964,7 +6928,7 @@ return { [1]="local_display_socketed_gems_get_chance_to_bleed_level" } }, - [375]={ + [367]={ [1]={ [1]={ limit={ @@ -6980,7 +6944,7 @@ return { [1]="local_display_socketed_gems_get_increased_critical_damage_level" } }, - [376]={ + [368]={ [1]={ [1]={ limit={ @@ -6996,7 +6960,7 @@ return { [1]="local_display_socketed_gems_get_fork_level" } }, - [377]={ + [369]={ [1]={ [1]={ limit={ @@ -7012,7 +6976,7 @@ return { [1]="local_display_socketed_gems_get_weapon_elemental_damage_level" } }, - [378]={ + [370]={ [1]={ [1]={ limit={ @@ -7028,7 +6992,7 @@ return { [1]="local_display_socketed_gems_get_echo_level" } }, - [379]={ + [371]={ [1]={ [1]={ limit={ @@ -7044,7 +7008,7 @@ return { [1]="local_display_socketed_gems_get_reduced_mana_cost_level" } }, - [380]={ + [372]={ [1]={ [1]={ limit={ @@ -7060,7 +7024,7 @@ return { [1]="local_display_socketed_gems_get_generosity_level" } }, - [381]={ + [373]={ [1]={ [1]={ limit={ @@ -7076,7 +7040,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_fortify" } }, - [382]={ + [374]={ [1]={ [1]={ limit={ @@ -7092,7 +7056,7 @@ return { [1]="local_display_socketed_gems_get_remote_mine_level" } }, - [383]={ + [375]={ [1]={ [1]={ limit={ @@ -7108,7 +7072,7 @@ return { [1]="local_display_socketed_gems_get_flee_level" } }, - [384]={ + [376]={ [1]={ [1]={ limit={ @@ -7124,7 +7088,7 @@ return { [1]="local_display_socketed_gems_get_faster_cast_level" } }, - [385]={ + [377]={ [1]={ [1]={ limit={ @@ -7140,7 +7104,7 @@ return { [1]="local_display_socketed_gems_get_iron_will_level" } }, - [386]={ + [378]={ [1]={ [1]={ limit={ @@ -7156,7 +7120,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_knockback_level" } }, - [387]={ + [379]={ [1]={ [1]={ limit={ @@ -7172,7 +7136,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_increased_minion_life_level" } }, - [388]={ + [380]={ [1]={ [1]={ limit={ @@ -7188,7 +7152,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_lesser_multiple_projectiles_level" } }, - [389]={ + [381]={ [1]={ [1]={ limit={ @@ -7204,7 +7168,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_increased_minion_damage_level" } }, - [390]={ + [382]={ [1]={ [1]={ limit={ @@ -7220,7 +7184,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_increased_critical_damage_level" } }, - [391]={ + [383]={ [1]={ [1]={ limit={ @@ -7236,7 +7200,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_increased_minion_speed_level" } }, - [392]={ + [384]={ [1]={ [1]={ limit={ @@ -7252,7 +7216,7 @@ return { [1]="local_display_socketed_gems_supported_by_pierce_level" } }, - [393]={ + [385]={ [1]={ [1]={ limit={ @@ -7268,7 +7232,7 @@ return { [1]="local_display_socketed_gems_get_pierce_level" } }, - [394]={ + [386]={ [1]={ [1]={ limit={ @@ -7284,7 +7248,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_hypothermia" } }, - [395]={ + [387]={ [1]={ [1]={ limit={ @@ -7300,7 +7264,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_ice_bite" } }, - [396]={ + [388]={ [1]={ [1]={ limit={ @@ -7316,7 +7280,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_cold_penetration" } }, - [397]={ + [389]={ [1]={ [1]={ limit={ @@ -7332,7 +7296,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_mana_leech" } }, - [398]={ + [390]={ [1]={ [1]={ limit={ @@ -7348,7 +7312,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_added_cold_damage" } }, - [399]={ + [391]={ [1]={ [1]={ limit={ @@ -7364,7 +7328,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_reduced_mana_cost" } }, - [400]={ + [392]={ [1]={ [1]={ limit={ @@ -7380,7 +7344,7 @@ return { [1]="local_display_socketed_curse_gems_supported_by_level_x_blasphemy" } }, - [401]={ + [393]={ [1]={ [1]={ limit={ @@ -7396,7 +7360,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_innervate_level" } }, - [402]={ + [394]={ [1]={ [1]={ limit={ @@ -7412,7 +7376,7 @@ return { [1]="local_display_socketed_gems_supported_by_X_vile_toxins" } }, - [403]={ + [395]={ [1]={ [1]={ limit={ @@ -7428,7 +7392,7 @@ return { [1]="local_display_socketed_gems_supported_by_X_lesser_poison" } }, - [404]={ + [396]={ [1]={ [1]={ limit={ @@ -7444,7 +7408,7 @@ return { [1]="display_socketed_minion_gems_supported_by_level_X_life_leech" } }, - [405]={ + [397]={ [1]={ [1]={ limit={ @@ -7460,7 +7424,7 @@ return { [1]="local_display_socketed_gems_supported_by_x_controlled_destruction" } }, - [406]={ + [398]={ [1]={ [1]={ limit={ @@ -7476,7 +7440,7 @@ return { [1]="local_display_socketed_gems_supported_by_level_x_endurance_charge_on_stun" } }, - [407]={ + [399]={ [1]={ [1]={ limit={ @@ -7492,7 +7456,7 @@ return { [1]="local_display_socketed_gems_have_blood_magic" } }, - [408]={ + [400]={ [1]={ [1]={ [1]={ @@ -7521,7 +7485,7 @@ return { [1]="local_display_socketed_gems_have_mana_reservation_+%" } }, - [409]={ + [401]={ [1]={ [1]={ limit={ @@ -7537,7 +7501,7 @@ return { [1]="disable_blessing_skills_and_display_socketed_aura_gems_reserve_no_mana" } }, - [410]={ + [402]={ [1]={ [1]={ limit={ @@ -7553,7 +7517,7 @@ return { [1]="local_display_socketed_gems_get_mana_multplier_%" } }, - [411]={ + [403]={ [1]={ [1]={ limit={ @@ -7582,7 +7546,7 @@ return { [1]="local_display_socketed_melee_gems_have_area_radius_+%" } }, - [412]={ + [404]={ [1]={ [1]={ limit={ @@ -7598,32 +7562,7 @@ return { [1]="local_display_socketed_skills_summon_your_maximum_number_of_totems_in_formation" } }, - [413]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Socketed Gems have {0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Socketed Gems always Ignite" - } - }, - stats={ - [1]="local_display_socketed_gems_have_%_chance_to_ignite_with_fire_damage" - } - }, - [414]={ + [405]={ [1]={ [1]={ limit={ @@ -7639,7 +7578,7 @@ return { [1]="local_display_socketed_gems_have_chance_to_flee_%" } }, - [415]={ + [406]={ [1]={ [1]={ limit={ @@ -7668,7 +7607,7 @@ return { [1]="local_display_socketed_gems_get_item_quantity_+%" } }, - [416]={ + [407]={ [1]={ [1]={ limit={ @@ -7684,7 +7623,7 @@ return { [1]="local_display_socketed_gems_get_curse_reflection" } }, - [417]={ + [408]={ [1]={ [1]={ limit={ @@ -7700,7 +7639,7 @@ return { [1]="local_display_socketed_gems_have_iron_will" } }, - [418]={ + [409]={ [1]={ [1]={ limit={ @@ -7716,7 +7655,7 @@ return { [1]="local_display_socketed_gems_chain_X_additional_times" } }, - [419]={ + [410]={ [1]={ [1]={ limit={ @@ -7749,7 +7688,7 @@ return { [1]="local_display_socketed_gems_additional_critical_strike_chance_%" } }, - [420]={ + [411]={ [1]={ [1]={ limit={ @@ -7774,7 +7713,7 @@ return { [1]="local_display_socketed_spells_repeat_count" } }, - [421]={ + [412]={ [1]={ [1]={ limit={ @@ -7799,7 +7738,7 @@ return { [1]="chance_to_trigger_socketed_spell_on_bow_attack_%" } }, - [422]={ + [413]={ [1]={ [1]={ limit={ @@ -7824,7 +7763,7 @@ return { [1]="local_display_avoid_interruption_%_while_using_socketed_attack_skills" } }, - [423]={ + [414]={ [1]={ [1]={ limit={ @@ -7853,7 +7792,7 @@ return { [1]="local_display_socketed_attack_damage_+%_final" } }, - [424]={ + [415]={ [1]={ [1]={ [1]={ @@ -7873,7 +7812,7 @@ return { [1]="local_display_socketed_attacks_additional_critical_strike_chance" } }, - [425]={ + [416]={ [1]={ [1]={ limit={ @@ -7889,7 +7828,7 @@ return { [1]="local_display_socketed_attacks_critical_strike_multiplier_+" } }, - [426]={ + [417]={ [1]={ [1]={ limit={ @@ -7905,7 +7844,7 @@ return { [1]="local_display_socketed_attacks_mana_cost_+" } }, - [427]={ + [418]={ [1]={ [1]={ limit={ @@ -7921,7 +7860,7 @@ return { [1]="local_display_socketed_gems_attack_and_cast_speed_+%_final" } }, - [428]={ + [419]={ [1]={ [1]={ limit={ @@ -7937,7 +7876,7 @@ return { [1]="local_display_socketed_gems_curse_auras_also_affect_you" } }, - [429]={ + [420]={ [1]={ [1]={ limit={ @@ -7953,7 +7892,7 @@ return { [1]="local_display_socketed_gems_damage_+%_final_while_on_low_life" } }, - [430]={ + [421]={ [1]={ [1]={ limit={ @@ -7969,7 +7908,7 @@ return { [1]="local_display_socketed_gems_elemental_damage_+%_final" } }, - [431]={ + [422]={ [1]={ [1]={ limit={ @@ -7985,7 +7924,7 @@ return { [1]="local_display_socketed_gems_exposure_on_hit" } }, - [432]={ + [423]={ [1]={ [1]={ limit={ @@ -8014,7 +7953,7 @@ return { [1]="local_display_socketed_gems_mana_cost_-%" } }, - [433]={ + [424]={ [1]={ [1]={ limit={ @@ -8035,7 +7974,7 @@ return { [2]="local_display_socketed_gems_maximum_added_fire_damage" } }, - [434]={ + [425]={ [1]={ [1]={ limit={ @@ -8060,7 +7999,7 @@ return { [1]="local_display_socketed_gems_projectile_damage_+%_final" } }, - [435]={ + [426]={ [1]={ [1]={ [1]={ @@ -8080,7 +8019,7 @@ return { [1]="local_display_socketed_gems_projectile_spells_cooldown_modifier_ms" } }, - [436]={ + [427]={ [1]={ [1]={ limit={ @@ -8096,7 +8035,7 @@ return { [1]="local_display_socketed_movement_skills_have_no_mana_cost" } }, - [437]={ + [428]={ [1]={ [1]={ limit={ @@ -8125,7 +8064,7 @@ return { [1]="local_display_socketed_skills_attack_speed_+%" } }, - [438]={ + [429]={ [1]={ [1]={ limit={ @@ -8154,7 +8093,7 @@ return { [1]="local_display_socketed_skills_cast_speed_+%" } }, - [439]={ + [430]={ [1]={ [1]={ limit={ @@ -8170,7 +8109,7 @@ return { [1]="local_display_socketed_skills_deal_double_damage" } }, - [440]={ + [431]={ [1]={ [1]={ limit={ @@ -8186,7 +8125,7 @@ return { [1]="local_display_socketed_skills_fork" } }, - [441]={ + [432]={ [1]={ [1]={ limit={ @@ -8215,7 +8154,7 @@ return { [1]="local_display_socketed_spell_damage_+%_final" } }, - [442]={ + [433]={ [1]={ [1]={ [1]={ @@ -8235,7 +8174,7 @@ return { [1]="local_display_socketed_spells_additional_critical_strike_chance" } }, - [443]={ + [434]={ [1]={ [1]={ limit={ @@ -8251,7 +8190,7 @@ return { [1]="local_display_socketed_spells_critical_strike_multiplier_+" } }, - [444]={ + [435]={ [1]={ [1]={ limit={ @@ -8284,7 +8223,7 @@ return { [1]="local_display_socketed_spells_mana_cost_+%" } }, - [445]={ + [436]={ [1]={ [1]={ limit={ @@ -8313,7 +8252,7 @@ return { [1]="local_display_socketed_travel_skills_damage_+%_final" } }, - [446]={ + [437]={ [1]={ [1]={ limit={ @@ -8342,7 +8281,7 @@ return { [1]="local_display_socketed_vaal_skills_area_of_effect_+%" } }, - [447]={ + [438]={ [1]={ [1]={ limit={ @@ -8371,7 +8310,7 @@ return { [1]="local_display_socketed_vaal_skills_aura_effect_+%" } }, - [448]={ + [439]={ [1]={ [1]={ limit={ @@ -8400,7 +8339,7 @@ return { [1]="local_display_socketed_vaal_skills_damage_+%_final" } }, - [449]={ + [440]={ [1]={ [1]={ limit={ @@ -8429,7 +8368,7 @@ return { [1]="local_display_socketed_vaal_skills_effect_duration_+%" } }, - [450]={ + [441]={ [1]={ [1]={ limit={ @@ -8445,7 +8384,7 @@ return { [1]="local_display_socketed_vaal_skills_elusive_on_use" } }, - [451]={ + [442]={ [1]={ [1]={ limit={ @@ -8470,7 +8409,7 @@ return { [1]="local_display_socketed_vaal_skills_extra_damage_rolls" } }, - [452]={ + [443]={ [1]={ [1]={ limit={ @@ -8486,7 +8425,7 @@ return { [1]="local_display_socketed_vaal_skills_ignore_monster_phys_reduction" } }, - [453]={ + [444]={ [1]={ [1]={ limit={ @@ -8502,7 +8441,7 @@ return { [1]="local_display_socketed_vaal_skills_ignore_monster_resistances" } }, - [454]={ + [445]={ [1]={ [1]={ limit={ @@ -8531,7 +8470,7 @@ return { [1]="local_display_socketed_vaal_skills_projectile_speed_+%" } }, - [455]={ + [446]={ [1]={ [1]={ limit={ @@ -8560,7 +8499,7 @@ return { [1]="local_display_socketed_vaal_skills_soul_gain_prevention_duration_+%" } }, - [456]={ + [447]={ [1]={ [1]={ limit={ @@ -8589,7 +8528,7 @@ return { [1]="local_display_socketed_vaal_skills_soul_requirement_+%_final" } }, - [457]={ + [448]={ [1]={ [1]={ limit={ @@ -8605,7 +8544,7 @@ return { [1]="local_display_socketed_vaal_skills_store_uses_+" } }, - [458]={ + [449]={ [1]={ [1]={ limit={ @@ -8630,7 +8569,7 @@ return { [1]="local_display_socketed_warcry_skills_cooldown_use_+" } }, - [459]={ + [450]={ [1]={ [1]={ limit={ @@ -8646,7 +8585,7 @@ return { [1]="local_display_spend_energy_shield_for_costs_before_mana_for_socketed_skills" } }, - [460]={ + [451]={ [1]={ [1]={ limit={ @@ -8662,7 +8601,7 @@ return { [1]="local_display_tailwind_if_socketed_vaal_skill_used_recently" } }, - [461]={ + [452]={ [1]={ [1]={ limit={ @@ -8691,7 +8630,7 @@ return { [1]="local_display_socketed_gems_damage_over_time_+%_final" } }, - [462]={ + [453]={ [1]={ [1]={ limit={ @@ -8707,7 +8646,7 @@ return { [1]="local_display_socketed_gems_have_elemental_equilibrium" } }, - [463]={ + [454]={ [1]={ [1]={ limit={ @@ -8736,7 +8675,7 @@ return { [1]="local_display_socketed_non_curse_aura_gems_effect_+%" } }, - [464]={ + [455]={ [1]={ [1]={ limit={ @@ -8752,7 +8691,7 @@ return { [1]="local_display_socketed_gems_have_secrets_of_suffering" } }, - [465]={ + [456]={ [1]={ [1]={ limit={ @@ -8777,7 +8716,7 @@ return { [1]="local_display_socketed_gems_have_number_of_additional_projectiles" } }, - [466]={ + [457]={ [1]={ [1]={ limit={ @@ -8802,7 +8741,7 @@ return { [1]="local_display_socketed_spells_additional_projectiles" } }, - [467]={ + [458]={ [1]={ [1]={ limit={ @@ -8818,7 +8757,7 @@ return { [1]="local_display_socketed_gems_projectiles_nova" } }, - [468]={ + [459]={ [1]={ [1]={ limit={ @@ -8834,7 +8773,7 @@ return { [1]="local_display_socketed_spells_projectiles_circle" } }, - [469]={ + [460]={ [1]={ [1]={ limit={ @@ -8863,7 +8802,7 @@ return { [1]="local_display_socketed_gems_skill_effect_duration_+%" } }, - [470]={ + [461]={ [1]={ [1]={ limit={ @@ -8892,7 +8831,7 @@ return { [1]="local_display_socketed_projectile_spells_duration_+%_final" } }, - [471]={ + [462]={ [1]={ [1]={ limit={ @@ -8908,7 +8847,7 @@ return { [1]="local_display_socketed_trap_skills_create_smoke_cloud" } }, - [472]={ + [463]={ [1]={ [1]={ [1]={ @@ -8937,7 +8876,7 @@ return { [1]="local_display_socketed_curse_gems_have_mana_reservation_+%" } }, - [473]={ + [464]={ [1]={ [1]={ limit={ @@ -8953,7 +8892,7 @@ return { [1]="hierophant_helmet_supported_by_elemental_penetration" } }, - [474]={ + [465]={ [1]={ [1]={ limit={ @@ -8969,7 +8908,7 @@ return { [1]="hierophant_gloves_supported_by_increased_area_of_effect" } }, - [475]={ + [466]={ [1]={ [1]={ limit={ @@ -8994,7 +8933,7 @@ return { [1]="scion_helmet_skill_maximum_totems_+" } }, - [476]={ + [467]={ [1]={ [1]={ limit={ @@ -9010,7 +8949,7 @@ return { [1]="local_display_grants_skill_frostblink_level" } }, - [477]={ + [468]={ [1]={ [1]={ limit={ @@ -9026,7 +8965,7 @@ return { [1]="local_display_grants_skill_purity_of_fire_level" } }, - [478]={ + [469]={ [1]={ [1]={ limit={ @@ -9042,7 +8981,7 @@ return { [1]="local_display_illusory_warp_level" } }, - [479]={ + [470]={ [1]={ [1]={ limit={ @@ -9058,7 +8997,7 @@ return { [1]="local_display_grants_skill_bear_trap_level" } }, - [480]={ + [471]={ [1]={ [1]={ limit={ @@ -9074,7 +9013,7 @@ return { [1]="local_display_grants_level_x_summon_stone_golem" } }, - [481]={ + [472]={ [1]={ [1]={ limit={ @@ -9090,7 +9029,7 @@ return { [1]="local_display_grants_level_X_vengeance" } }, - [482]={ + [473]={ [1]={ [1]={ limit={ @@ -9106,7 +9045,7 @@ return { [1]="local_display_grants_level_x_despair" } }, - [483]={ + [474]={ [1]={ [1]={ limit={ @@ -9122,7 +9061,7 @@ return { [1]="local_display_grants_skill_purity_of_cold_level" } }, - [484]={ + [475]={ [1]={ [1]={ limit={ @@ -9156,7 +9095,7 @@ return { [1]="local_display_grants_summon_beast_companion" } }, - [485]={ + [476]={ [1]={ [1]={ limit={ @@ -9172,7 +9111,7 @@ return { [1]="local_display_grants_skill_purity_of_lightning_level" } }, - [486]={ + [477]={ [1]={ [1]={ limit={ @@ -9188,7 +9127,7 @@ return { [1]="local_display_grants_skill_flammability_level" } }, - [487]={ + [478]={ [1]={ [1]={ limit={ @@ -9303,7 +9242,7 @@ return { [1]="local_display_summon_harbinger_x_on_equip" } }, - [488]={ + [479]={ [1]={ [1]={ limit={ @@ -9319,7 +9258,7 @@ return { [1]="local_display_grants_skill_conductivity_level" } }, - [489]={ + [480]={ [1]={ [1]={ limit={ @@ -9335,7 +9274,7 @@ return { [1]="local_display_grants_skill_frostbite_level" } }, - [490]={ + [481]={ [1]={ [1]={ limit={ @@ -9351,7 +9290,7 @@ return { [1]="local_display_grants_skill_temporal_chains_level" } }, - [491]={ + [482]={ [1]={ [1]={ limit={ @@ -9367,7 +9306,7 @@ return { [1]="local_display_grants_skill_haste_level" } }, - [492]={ + [483]={ [1]={ [1]={ limit={ @@ -9383,7 +9322,7 @@ return { [1]="local_display_has_additional_implicit_mod" } }, - [493]={ + [484]={ [1]={ [1]={ limit={ @@ -9399,7 +9338,7 @@ return { [1]="local_display_grants_skill_clarity_level" } }, - [494]={ + [485]={ [1]={ [1]={ limit={ @@ -9415,7 +9354,7 @@ return { [1]="local_display_grants_skill_blood_sacrament_level" } }, - [495]={ + [486]={ [1]={ [1]={ limit={ @@ -9431,7 +9370,7 @@ return { [1]="local_display_grants_skill_vitality_level" } }, - [496]={ + [487]={ [1]={ [1]={ limit={ @@ -9447,7 +9386,7 @@ return { [1]="local_display_grants_skill_purity_level" } }, - [497]={ + [488]={ [1]={ [1]={ limit={ @@ -9463,7 +9402,7 @@ return { [1]="local_display_grants_skill_gluttony_of_elements_level" } }, - [498]={ + [489]={ [1]={ [1]={ limit={ @@ -9479,7 +9418,7 @@ return { [1]="local_display_grants_skill_critical_weakness_level" } }, - [499]={ + [490]={ [1]={ [1]={ limit={ @@ -9495,7 +9434,7 @@ return { [1]="local_display_grants_skill_wrath_level" } }, - [500]={ + [491]={ [1]={ [1]={ limit={ @@ -9511,7 +9450,7 @@ return { [1]="local_display_grants_skill_hatred_level" } }, - [501]={ + [492]={ [1]={ [1]={ limit={ @@ -9527,7 +9466,7 @@ return { [1]="local_display_grants_skill_anger_level" } }, - [502]={ + [493]={ [1]={ [1]={ limit={ @@ -9543,7 +9482,7 @@ return { [1]="local_display_grants_skill_determination_level" } }, - [503]={ + [494]={ [1]={ [1]={ limit={ @@ -9559,7 +9498,7 @@ return { [1]="local_display_grants_skill_grace_level" } }, - [504]={ + [495]={ [1]={ [1]={ limit={ @@ -9575,7 +9514,7 @@ return { [1]="local_display_grants_skill_scorching_ray_level" } }, - [505]={ + [496]={ [1]={ [1]={ limit={ @@ -9591,7 +9530,7 @@ return { [1]="local_display_grants_skill_discipline_level" } }, - [506]={ + [497]={ [1]={ [1]={ limit={ @@ -9607,7 +9546,7 @@ return { [1]="local_display_grants_level_X_envy" } }, - [507]={ + [498]={ [1]={ [1]={ limit={ @@ -9623,7 +9562,7 @@ return { [1]="local_display_grants_level_X_reckoning" } }, - [508]={ + [499]={ [1]={ [1]={ limit={ @@ -9639,7 +9578,7 @@ return { [1]="local_display_grants_skill_blight_level" } }, - [509]={ + [500]={ [1]={ [1]={ limit={ @@ -9655,7 +9594,7 @@ return { [1]="local_display_grants_skill_projectile_weakness_level" } }, - [510]={ + [501]={ [1]={ [1]={ limit={ @@ -9671,7 +9610,7 @@ return { [1]="local_display_grants_skill_elemental_weakness_level" } }, - [511]={ + [502]={ [1]={ [1]={ limit={ @@ -9687,7 +9626,7 @@ return { [1]="local_display_grants_skill_doryanis_touch_level" } }, - [512]={ + [503]={ [1]={ [1]={ limit={ @@ -9703,7 +9642,7 @@ return { [1]="local_display_grants_skill_vulnerability_level" } }, - [513]={ + [504]={ [1]={ [1]={ limit={ @@ -9719,7 +9658,7 @@ return { [1]="local_display_grants_skill_death_aura_level" } }, - [514]={ + [505]={ [1]={ [1]={ limit={ @@ -9735,7 +9674,7 @@ return { [1]="local_display_grants_skill_icestorm_level" } }, - [515]={ + [506]={ [1]={ [1]={ limit={ @@ -9760,7 +9699,7 @@ return { [1]="local_display_cast_level_1_summon_lesser_shrine_on_kill_%" } }, - [516]={ + [507]={ [1]={ [1]={ limit={ @@ -9776,7 +9715,7 @@ return { [1]="local_display_cast_level_X_consecrate_on_crit" } }, - [517]={ + [508]={ [1]={ [1]={ limit={ @@ -9792,7 +9731,7 @@ return { [1]="local_display_cast_level_x_shock_ground_when_hit" } }, - [518]={ + [509]={ [1]={ [1]={ limit={ @@ -9808,7 +9747,7 @@ return { [1]="local_display_grant_level_x_petrification_statue" } }, - [519]={ + [510]={ [1]={ [1]={ limit={ @@ -9824,7 +9763,7 @@ return { [1]="local_display_trigger_level_X_blinding_aura_skill_on_equip" } }, - [520]={ + [511]={ [1]={ [1]={ limit={ @@ -9840,7 +9779,7 @@ return { [1]="local_display_grants_level_x_blood_offering_skill" } }, - [521]={ + [512]={ [1]={ [1]={ limit={ @@ -9856,7 +9795,7 @@ return { [1]="local_display_grants_level_x_curse_pillar_skil_and_20%_less_curse_effect" } }, - [522]={ + [513]={ [1]={ [1]={ limit={ @@ -9872,7 +9811,7 @@ return { [1]="local_display_grants_level_x_curse_pillar_skill" } }, - [523]={ + [514]={ [1]={ [1]={ limit={ @@ -9888,7 +9827,7 @@ return { [1]="local_display_grants_level_x_wintertide_brand" } }, - [524]={ + [515]={ [1]={ [1]={ limit={ @@ -9904,7 +9843,7 @@ return { [1]="local_display_grants_skill_abyssal_cry_level" } }, - [525]={ + [516]={ [1]={ [1]={ limit={ @@ -9920,7 +9859,7 @@ return { [1]="local_display_grants_skill_accuracy_crits_aura_level" } }, - [526]={ + [517]={ [1]={ [1]={ limit={ @@ -9936,7 +9875,7 @@ return { [1]="local_display_grants_skill_bird_aspect_level" } }, - [527]={ + [518]={ [1]={ [1]={ limit={ @@ -9952,7 +9891,7 @@ return { [1]="local_display_grants_skill_bone_armour" } }, - [528]={ + [519]={ [1]={ [1]={ limit={ @@ -9968,7 +9907,7 @@ return { [1]="local_display_grants_skill_brand_detonate_level" } }, - [529]={ + [520]={ [1]={ [1]={ limit={ @@ -9984,7 +9923,7 @@ return { [1]="local_display_grants_skill_call_of_steel" } }, - [530]={ + [521]={ [1]={ [1]={ limit={ @@ -10000,7 +9939,7 @@ return { [1]="local_display_grants_skill_cat_aspect_level" } }, - [531]={ + [522]={ [1]={ [1]={ limit={ @@ -10016,7 +9955,7 @@ return { [1]="local_display_grants_skill_crab_aspect_level" } }, - [532]={ + [523]={ [1]={ [1]={ limit={ @@ -10032,7 +9971,7 @@ return { [1]="local_display_grants_skill_dash_level" } }, - [533]={ + [524]={ [1]={ [1]={ limit={ @@ -10048,7 +9987,7 @@ return { [1]="local_display_grants_skill_death_wish_level" } }, - [534]={ + [525]={ [1]={ [1]={ limit={ @@ -10064,7 +10003,7 @@ return { [1]="local_display_grants_skill_decoy_totem_level" } }, - [535]={ + [526]={ [1]={ [1]={ limit={ @@ -10080,7 +10019,7 @@ return { [1]="local_display_grants_skill_embrace_madness_level" } }, - [536]={ + [527]={ [1]={ [1]={ limit={ @@ -10096,7 +10035,7 @@ return { [1]="local_display_grants_skill_enduring_cry_level" } }, - [537]={ + [528]={ [1]={ [1]={ limit={ @@ -10112,7 +10051,7 @@ return { [1]="local_display_grants_skill_herald_of_agony_level" } }, - [538]={ + [529]={ [1]={ [1]={ limit={ @@ -10128,7 +10067,7 @@ return { [1]="local_display_grants_skill_herald_of_ash_level" } }, - [539]={ + [530]={ [1]={ [1]={ limit={ @@ -10144,7 +10083,7 @@ return { [1]="local_display_grants_skill_herald_of_ice_level" } }, - [540]={ + [531]={ [1]={ [1]={ limit={ @@ -10160,7 +10099,7 @@ return { [1]="local_display_grants_skill_herald_of_purity_level" } }, - [541]={ + [532]={ [1]={ [1]={ limit={ @@ -10176,7 +10115,7 @@ return { [1]="local_display_grants_skill_herald_of_thunder_level" } }, - [542]={ + [533]={ [1]={ [1]={ limit={ @@ -10192,7 +10131,7 @@ return { [1]="local_display_grants_skill_intimidating_cry_level" } }, - [543]={ + [534]={ [1]={ [1]={ limit={ @@ -10208,7 +10147,7 @@ return { [1]="local_display_grants_skill_lightning_warp_level" } }, - [544]={ + [535]={ [1]={ [1]={ limit={ @@ -10224,7 +10163,7 @@ return { [1]="local_display_grants_skill_malevolence_level" } }, - [545]={ + [536]={ [1]={ [1]={ limit={ @@ -10240,7 +10179,7 @@ return { [1]="local_display_grants_skill_mirage_chieftain" } }, - [546]={ + [537]={ [1]={ [1]={ limit={ @@ -10256,7 +10195,7 @@ return { [1]="local_display_grants_skill_pride_level" } }, - [547]={ + [538]={ [1]={ [1]={ limit={ @@ -10272,7 +10211,7 @@ return { [1]="local_display_grants_skill_rallying_cry_level" } }, - [548]={ + [539]={ [1]={ [1]={ limit={ @@ -10288,7 +10227,7 @@ return { [1]="local_display_grants_skill_smite_level" } }, - [549]={ + [540]={ [1]={ [1]={ limit={ @@ -10304,7 +10243,7 @@ return { [1]="local_display_grants_skill_spider_aspect_level" } }, - [550]={ + [541]={ [1]={ [1]={ limit={ @@ -10320,7 +10259,7 @@ return { [1]="local_display_grants_skill_touch_of_fire_level" } }, - [551]={ + [542]={ [1]={ [1]={ limit={ @@ -10336,7 +10275,7 @@ return { [1]="local_display_grants_skill_unhinge_level" } }, - [552]={ + [543]={ [1]={ [1]={ limit={ @@ -10352,7 +10291,7 @@ return { [1]="local_display_grants_skill_vaal_impurity_of_fire_level" } }, - [553]={ + [544]={ [1]={ [1]={ limit={ @@ -10368,7 +10307,7 @@ return { [1]="local_display_grants_skill_vaal_impurity_of_ice_level" } }, - [554]={ + [545]={ [1]={ [1]={ limit={ @@ -10384,7 +10323,7 @@ return { [1]="local_display_grants_skill_vaal_impurity_of_lightning_level" } }, - [555]={ + [546]={ [1]={ [1]={ limit={ @@ -10400,7 +10339,7 @@ return { [1]="local_display_grants_skill_vampiric_icon_level" } }, - [556]={ + [547]={ [1]={ [1]={ limit={ @@ -10416,7 +10355,7 @@ return { [1]="local_display_grants_skill_zealotry_level" } }, - [557]={ + [548]={ [1]={ [1]={ limit={ @@ -10441,7 +10380,7 @@ return { [1]="local_display_trigger_level_20_summon_spectral_wolf_on_crit_with_this_weapon_%_chance" } }, - [558]={ + [549]={ [1]={ [1]={ limit={ @@ -10457,7 +10396,7 @@ return { [1]="local_display_trigger_level_X_darktongue_kiss_on_curse" } }, - [559]={ + [550]={ [1]={ [1]={ limit={ @@ -10473,7 +10412,7 @@ return { [1]="local_display_trigger_level_X_void_gaze_on_skill_use" } }, - [560]={ + [551]={ [1]={ [1]={ limit={ @@ -10489,7 +10428,7 @@ return { [1]="local_display_trigger_level_x_lightning_warp_on_hit_with_this_weapon" } }, - [561]={ + [552]={ [1]={ [1]={ limit={ @@ -10505,7 +10444,7 @@ return { [1]="local_display_trigger_level_x_storm_cascade_on_attack" } }, - [562]={ + [553]={ [1]={ [1]={ limit={ @@ -10521,7 +10460,7 @@ return { [1]="local_display_grants_level_X_queens_demand_skill" } }, - [563]={ + [554]={ [1]={ [1]={ limit={ @@ -10537,7 +10476,7 @@ return { [1]="base_number_of_essence_spirits_allowed" } }, - [564]={ + [555]={ [1]={ [1]={ limit={ @@ -10553,7 +10492,7 @@ return { [1]="cast_linked_spells_on_shocked_enemy_kill_%" } }, - [565]={ + [556]={ [1]={ [1]={ limit={ @@ -10578,7 +10517,7 @@ return { [1]="cast_socketed_minion_skills_on_bow_kill_%" } }, - [566]={ + [557]={ [1]={ [1]={ limit={ @@ -10620,7 +10559,7 @@ return { [2]="cast_socketed_spells_on_mana_spent_%_chance" } }, - [567]={ + [558]={ [1]={ [1]={ limit={ @@ -10645,7 +10584,7 @@ return { [1]="chance_to_trigger_socketed_bow_skill_on_bow_attack_%" } }, - [568]={ + [559]={ [1]={ [1]={ limit={ @@ -10661,7 +10600,7 @@ return { [1]="curse_on_hit_level_assassins_mark" } }, - [569]={ + [560]={ [1]={ [1]={ limit={ @@ -10677,7 +10616,7 @@ return { [1]="curse_on_hit_level_poachers_mark" } }, - [570]={ + [561]={ [1]={ [1]={ limit={ @@ -10693,7 +10632,7 @@ return { [1]="curse_on_hit_level_poachers_mark_bypass_hexproof" } }, - [571]={ + [562]={ [1]={ [1]={ limit={ @@ -10709,7 +10648,7 @@ return { [1]="curse_on_hit_level_warlords_mark" } }, - [572]={ + [563]={ [1]={ [1]={ limit={ @@ -10725,7 +10664,7 @@ return { [1]="display_abberaths_hooves_skill_level" } }, - [573]={ + [564]={ [1]={ [1]={ limit={ @@ -10741,7 +10680,7 @@ return { [1]="display_cast_fire_burst_on_kill" } }, - [574]={ + [565]={ [1]={ [1]={ limit={ @@ -10766,7 +10705,7 @@ return { [1]="display_trigger_arcane_wake_after_spending_200_mana_%_chance" } }, - [575]={ + [566]={ [1]={ [1]={ limit={ @@ -10782,7 +10721,7 @@ return { [1]="local_display_attack_with_level_X_bone_nova_on_bleeding_enemy_kill" } }, - [576]={ + [567]={ [1]={ [1]={ limit={ @@ -10798,7 +10737,7 @@ return { [1]="local_display_cast_animate_weapon_on_kill_%_chance" } }, - [577]={ + [568]={ [1]={ [1]={ limit={ @@ -10814,7 +10753,7 @@ return { [1]="local_display_cast_cold_aegis_on_gain_skill" } }, - [578]={ + [569]={ [1]={ [1]={ limit={ @@ -10830,7 +10769,7 @@ return { [1]="local_display_cast_elemental_aegis_on_gain_skill" } }, - [579]={ + [570]={ [1]={ [1]={ limit={ @@ -10846,7 +10785,7 @@ return { [1]="local_display_cast_fire_aegis_on_gain_skill" } }, - [580]={ + [571]={ [1]={ [1]={ limit={ @@ -10862,7 +10801,7 @@ return { [1]="local_display_cast_lightning_aegis_on_gain_skill" } }, - [581]={ + [572]={ [1]={ [1]={ limit={ @@ -10878,7 +10817,7 @@ return { [1]="local_display_cast_lightning_on_critical_strike" } }, - [582]={ + [573]={ [1]={ [1]={ limit={ @@ -10894,7 +10833,7 @@ return { [1]="local_display_cast_physical_aegis_on_gain_skill" } }, - [583]={ + [574]={ [1]={ [1]={ limit={ @@ -10910,7 +10849,7 @@ return { [1]="local_display_cast_primal_aegis_on_gain_skill" } }, - [584]={ + [575]={ [1]={ [1]={ limit={ @@ -10926,7 +10865,7 @@ return { [1]="local_display_cast_summon_arbalists_on_gain_skill" } }, - [585]={ + [576]={ [1]={ [1]={ limit={ @@ -10942,7 +10881,7 @@ return { [1]="local_display_cast_triggerbots_on_gain_skill" } }, - [586]={ + [577]={ [1]={ [1]={ limit={ @@ -10958,7 +10897,7 @@ return { [1]="local_display_fire_burst_on_hit_%" } }, - [587]={ + [578]={ [1]={ [1]={ limit={ @@ -10974,7 +10913,7 @@ return { [1]="local_display_grants_level_x_hidden_blade" } }, - [588]={ + [579]={ [1]={ [1]={ limit={ @@ -10990,7 +10929,7 @@ return { [1]="local_display_molten_burst_on_melee_hit_%" } }, - [589]={ + [580]={ [1]={ [1]={ limit={ @@ -11006,7 +10945,7 @@ return { [1]="local_display_raise_spider_on_kill_%_chance" } }, - [590]={ + [581]={ [1]={ [1]={ limit={ @@ -11031,7 +10970,7 @@ return { [1]="local_display_summon_raging_spirit_on_kill_%" } }, - [591]={ + [582]={ [1]={ [1]={ limit={ @@ -11056,7 +10995,7 @@ return { [1]="local_display_summon_wolf_on_kill_%" } }, - [592]={ + [583]={ [1]={ [1]={ limit={ @@ -11081,7 +11020,7 @@ return { [1]="local_display_trigger_commandment_of_inferno_on_crit_%" } }, - [593]={ + [584]={ [1]={ [1]={ limit={ @@ -11097,7 +11036,7 @@ return { [1]="local_display_trigger_corpse_walk_on_equip_level" } }, - [594]={ + [585]={ [1]={ [1]={ limit={ @@ -11113,7 +11052,7 @@ return { [1]="local_display_trigger_level_x_create_fungal_ground_on_kill" } }, - [595]={ + [586]={ [1]={ [1]={ limit={ @@ -11129,7 +11068,7 @@ return { [1]="local_display_trigger_death_walk_on_equip_level" } }, - [596]={ + [587]={ [1]={ [1]={ limit={ @@ -11145,7 +11084,7 @@ return { [1]="local_display_trigger_level_18_summon_spectral_wolf_on_kill_10%_chance" } }, - [597]={ + [588]={ [1]={ [1]={ limit={ @@ -11170,7 +11109,7 @@ return { [1]="local_display_trigger_level_1_blood_rage_on_kill_chance_%" } }, - [598]={ + [589]={ [1]={ [1]={ limit={ @@ -11195,7 +11134,7 @@ return { [1]="local_display_trigger_level_20_animate_guardian_weapon_on_guardian_kill_%_chance" } }, - [599]={ + [590]={ [1]={ [1]={ limit={ @@ -11220,7 +11159,7 @@ return { [1]="local_display_trigger_level_20_animate_guardian_weapon_on_weapon_kill_%_chance" } }, - [600]={ + [591]={ [1]={ [1]={ limit={ @@ -11236,7 +11175,7 @@ return { [1]="local_display_trigger_level_20_shade_form_on_skill_use_%" } }, - [601]={ + [592]={ [1]={ [1]={ limit={ @@ -11261,7 +11200,7 @@ return { [1]="local_display_trigger_level_20_shade_form_when_hit_%" } }, - [602]={ + [593]={ [1]={ [1]={ limit={ @@ -11277,7 +11216,7 @@ return { [1]="local_display_trigger_level_20_tornado_when_you_gain_avians_flight_or_avians_might_%" } }, - [603]={ + [594]={ [1]={ [1]={ limit={ @@ -11293,7 +11232,7 @@ return { [1]="local_display_trigger_level_X_assassins_mark_when_you_hit_rare_or_unique_enemy" } }, - [604]={ + [595]={ [1]={ [1]={ limit={ @@ -11309,7 +11248,7 @@ return { [1]="local_display_trigger_level_X_atziri_flameblast" } }, - [605]={ + [596]={ [1]={ [1]={ limit={ @@ -11325,7 +11264,7 @@ return { [1]="local_display_trigger_level_X_atziri_storm_call" } }, - [606]={ + [597]={ [1]={ [1]={ limit={ @@ -11341,7 +11280,7 @@ return { [1]="local_display_trigger_level_X_feast_of_flesh_every_5_seconds" } }, - [607]={ + [598]={ [1]={ [1]={ limit={ @@ -11357,7 +11296,7 @@ return { [1]="local_display_trigger_level_X_offering_every_5_seconds" } }, - [608]={ + [599]={ [1]={ [1]={ limit={ @@ -11373,7 +11312,7 @@ return { [1]="local_display_trigger_level_X_poachers_mark_when_you_hit_rare_or_unique_enemy" } }, - [609]={ + [600]={ [1]={ [1]={ limit={ @@ -11389,7 +11328,7 @@ return { [1]="local_display_trigger_level_X_shield_shatter_on_block" } }, - [610]={ + [601]={ [1]={ [1]={ limit={ @@ -11405,7 +11344,7 @@ return { [1]="local_display_trigger_level_X_warlords_mark_when_you_hit_rare_or_unique_enemy" } }, - [611]={ + [602]={ [1]={ [1]={ limit={ @@ -11421,7 +11360,7 @@ return { [1]="local_display_trigger_level_x_curse_nova_on_hit_while_cursed" } }, - [612]={ + [603]={ [1]={ [1]={ limit={ @@ -11437,7 +11376,7 @@ return { [1]="local_display_trigger_level_x_fiery_impact_on_melee_hit_with_this_weapon" } }, - [613]={ + [604]={ [1]={ [1]={ limit={ @@ -11453,7 +11392,7 @@ return { [1]="local_display_trigger_level_x_flame_dash_when_you_use_a_socketed_skill" } }, - [614]={ + [605]={ [1]={ [1]={ limit={ @@ -11469,7 +11408,7 @@ return { [1]="local_display_trigger_level_x_gore_shockwave_on_melee_hit_with_atleast_150_strength" } }, - [615]={ + [606]={ [1]={ [1]={ limit={ @@ -11485,7 +11424,7 @@ return { [1]="local_display_trigger_level_x_icicle_nova_on_hit_vs_frozen_enemy" } }, - [616]={ + [607]={ [1]={ [1]={ limit={ @@ -11501,7 +11440,7 @@ return { [1]="local_display_trigger_level_x_intimidating_cry_when_you_lose_cats_stealth" } }, - [617]={ + [608]={ [1]={ [1]={ limit={ @@ -11517,7 +11456,7 @@ return { [1]="local_display_trigger_level_x_rain_of_arrows_on_bow_attack" } }, - [618]={ + [609]={ [1]={ [1]={ limit={ @@ -11533,7 +11472,7 @@ return { [1]="local_display_trigger_level_x_reflection_skill_on_equip" } }, - [619]={ + [610]={ [1]={ [1]={ limit={ @@ -11549,7 +11488,7 @@ return { [1]="local_display_trigger_level_x_smoke_cloud_on_trap_triggered" } }, - [620]={ + [611]={ [1]={ [1]={ limit={ @@ -11565,7 +11504,7 @@ return { [1]="local_display_trigger_level_x_spirit_burst_on_skill_use_if_have_spirit_charge" } }, - [621]={ + [612]={ [1]={ [1]={ limit={ @@ -11581,7 +11520,7 @@ return { [1]="local_display_trigger_level_x_stalking_pustule_on_kill" } }, - [622]={ + [613]={ [1]={ [1]={ limit={ @@ -11597,7 +11536,7 @@ return { [1]="local_display_trigger_level_x_summon_phantasm_on_corpse_consume" } }, - [623]={ + [614]={ [1]={ [1]={ limit={ @@ -11613,7 +11552,7 @@ return { [1]="local_display_trigger_level_x_void_shot_on_arrow_fire_while_you_have_void_arrow" } }, - [624]={ + [615]={ [1]={ [1]={ limit={ @@ -11629,7 +11568,7 @@ return { [1]="local_display_trigger_summon_taunting_contraption_on_flask_use" } }, - [625]={ + [616]={ [1]={ [1]={ limit={ @@ -11654,7 +11593,7 @@ return { [1]="local_display_trigger_socketed_curses_on_casting_curse_%_chance" } }, - [626]={ + [617]={ [1]={ [1]={ limit={ @@ -11679,7 +11618,7 @@ return { [1]="local_display_trigger_temporal_anomaly_when_hit_%_chance" } }, - [627]={ + [618]={ [1]={ [1]={ limit={ @@ -11695,7 +11634,7 @@ return { [1]="local_display_trigger_tentacle_smash_on_kill_%_chance" } }, - [628]={ + [619]={ [1]={ [1]={ limit={ @@ -11711,7 +11650,7 @@ return { [1]="local_display_trigger_void_sphere_on_kill_%_chance" } }, - [629]={ + [620]={ [1]={ [1]={ limit={ @@ -11727,7 +11666,7 @@ return { [1]="local_display_use_level_X_abyssal_cry_on_hit" } }, - [630]={ + [621]={ [1]={ [1]={ limit={ @@ -11752,7 +11691,7 @@ return { [1]="local_unique_attacks_cast_socketed_lightning_spells_%" } }, - [631]={ + [622]={ [1]={ [1]={ limit={ @@ -11768,7 +11707,7 @@ return { [1]="local_unique_cast_socketed_cold_skills_on_melee_critical_strike" } }, - [632]={ + [623]={ [1]={ [1]={ limit={ @@ -11793,7 +11732,7 @@ return { [1]="trigger_socketed_bow_skills_on_spell_cast_while_wielding_a_bow_%" } }, - [633]={ + [624]={ [1]={ [1]={ limit={ @@ -11818,7 +11757,7 @@ return { [1]="trigger_socketed_spell_on_attack_%" } }, - [634]={ + [625]={ [1]={ [1]={ [1]={ @@ -11838,7 +11777,7 @@ return { [1]="local_weapon_trigger_socketed_spell_on_skill_use_display_cooldown_ms" } }, - [635]={ + [626]={ [1]={ [1]={ limit={ @@ -11863,7 +11802,7 @@ return { [1]="trigger_socketed_spell_on_skill_use_%" } }, - [636]={ + [627]={ [1]={ [1]={ limit={ @@ -11888,7 +11827,7 @@ return { [1]="trigger_socketed_spells_when_you_focus_%" } }, - [637]={ + [628]={ [1]={ [1]={ limit={ @@ -11904,7 +11843,7 @@ return { [1]="local_display_trigger_level_x_toxic_rain_on_bow_attack" } }, - [638]={ + [629]={ [1]={ [1]={ limit={ @@ -11920,7 +11859,43 @@ return { [1]="your_aegis_skills_except_primal_are_disabled" } }, - [639]={ + [630]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This Flask cannot be Used but applies its Effect constantly" + } + }, + stats={ + [1]="local_flask_always_drinking" + } + }, + [631]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second_2dp", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gains {0} Charges per Second" + } + }, + stats={ + [1]="local_flask_gain_X_charges_every_minute" + } + }, + [632]={ [1]={ [1]={ limit={ @@ -11945,7 +11920,7 @@ return { [1]="local_flask_gain_X_charges_on_consuming_ignited_corpse" } }, - [640]={ + [633]={ [1]={ [1]={ limit={ @@ -11970,7 +11945,7 @@ return { [1]="local_flask_gain_X_charges_when_hit" } }, - [641]={ + [634]={ [1]={ [1]={ limit={ @@ -11995,7 +11970,7 @@ return { [1]="local_recharge_on_crit" } }, - [642]={ + [635]={ [1]={ [1]={ limit={ @@ -12020,7 +11995,7 @@ return { [1]="local_recharge_on_crit_%" } }, - [643]={ + [636]={ [1]={ [1]={ limit={ @@ -12045,7 +12020,7 @@ return { [1]="local_recharge_on_demon_killed" } }, - [644]={ + [637]={ [1]={ [1]={ limit={ @@ -12070,7 +12045,7 @@ return { [1]="local_recharge_on_take_crit" } }, - [645]={ + [638]={ [1]={ [1]={ limit={ @@ -12086,7 +12061,7 @@ return { [1]="local_flask_lose_all_charges_on_entering_new_area" } }, - [646]={ + [639]={ [1]={ [1]={ limit={ @@ -12102,7 +12077,36 @@ return { [1]="local_flask_life_to_recover" } }, - [647]={ + [640]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Life Recovered" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Life Recovered" + } + }, + stats={ + [1]="local_flask_life_to_recover_+%_final" + } + }, + [641]={ [1]={ [1]={ limit={ @@ -12118,7 +12122,7 @@ return { [1]="local_flask_life_recovery_from_flasks_also_recovers_energy_shield" } }, - [648]={ + [642]={ [1]={ [1]={ limit={ @@ -12134,7 +12138,7 @@ return { [1]="local_flask_mana_to_recover" } }, - [649]={ + [643]={ [1]={ [1]={ [1]={ @@ -12154,7 +12158,7 @@ return { [1]="local_flask_deciseconds_to_recover" } }, - [650]={ + [644]={ [1]={ [1]={ limit={ @@ -12183,7 +12187,7 @@ return { [1]="local_flask_duration_+%_final" } }, - [651]={ + [645]={ [1]={ [1]={ limit={ @@ -12199,7 +12203,23 @@ return { [1]="local_flask_recover_instantly_when_on_low_life" } }, - [652]={ + [646]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Instant recovery when on Low Mana" + } + }, + stats={ + [1]="local_flask_recover_instantly_when_on_low_mana" + } + }, + [647]={ [1]={ [1]={ limit={ @@ -12215,7 +12235,7 @@ return { [1]="local_flask_debilitate_nearby_enemies_for_X_seconds_when_flask_effect_ends" } }, - [653]={ + [648]={ [1]={ [1]={ limit={ @@ -12231,7 +12251,7 @@ return { [1]="local_flask_effect_ends_when_hit_by_player" } }, - [654]={ + [649]={ [1]={ [1]={ limit={ @@ -12240,14 +12260,14 @@ return { [2]="#" } }, - text="Effect is not removed when Unreserved Mana is Filled" + text="Effect is not removed when Unreserved Life is Filled" } }, stats={ - [1]="local_flask_effect_not_removed_at_full_mana" + [1]="local_flask_effect_not_removed_at_full_life" } }, - [655]={ + [650]={ [1]={ [1]={ limit={ @@ -12256,14 +12276,14 @@ return { [2]="#" } }, - text="Recovery occurs instantly at the end of Effect" + text="Effect is not removed when Unreserved Mana is Filled" } }, stats={ - [1]="local_flask_recovery_occurs_instantly_at_end_of_flask_effect" + [1]="local_flask_effect_not_removed_at_full_mana" } }, - [656]={ + [651]={ [1]={ [1]={ limit={ @@ -12272,39 +12292,30 @@ return { [2]="#" } }, - text="Effect is removed when Ward Breaks" + text="Recovery occurs instantly at the end of Effect" } }, stats={ - [1]="local_flask_remove_effect_when_ward_breaks" + [1]="local_flask_recovery_occurs_instantly_at_end_of_flask_effect" } }, - [657]={ + [652]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]=99 - } - }, - text="Recover {0}% of maximum Life at the end of the Effect" - }, - [2]={ - limit={ - [1]={ - [1]=100, + [1]="#", [2]="#" } }, - text="Recover Full Life at the end of the Effect" + text="Effect is removed when Ward Breaks" } }, stats={ - [1]="local_unique_flask_recover_%_maximum_life_when_effect_reaches_duration" + [1]="local_flask_remove_effect_when_ward_breaks" } }, - [658]={ + [653]={ [1]={ [1]={ limit={ @@ -12320,7 +12331,7 @@ return { [1]="local_flask_removes_%_of_life_recovery_from_life_on_use" } }, - [659]={ + [654]={ [1]={ [1]={ limit={ @@ -12336,7 +12347,7 @@ return { [1]="local_flask_removes_%_maximum_energy_shield_on_use" } }, - [660]={ + [655]={ [1]={ [1]={ limit={ @@ -12352,7 +12363,7 @@ return { [1]="local_flask_deals_%_maximum_life_as_chaos_damage_on_use" } }, - [661]={ + [656]={ [1]={ [1]={ limit={ @@ -12377,7 +12388,7 @@ return { [1]="local_unique_flask_instantly_recovers_%_maximum_life" } }, - [662]={ + [657]={ [1]={ [1]={ [1]={ @@ -12397,7 +12408,7 @@ return { [1]="local_unique_flask_chaos_damage_%_of_maximum_life_to_deal_per_minute_while_healing" } }, - [663]={ + [658]={ [1]={ [1]={ limit={ @@ -12413,7 +12424,7 @@ return { [1]="local_consecrate_ground_on_flask_use_radius" } }, - [664]={ + [659]={ [1]={ [1]={ limit={ @@ -12429,7 +12440,7 @@ return { [1]="local_flask_chilled_ground_on_flask_use_radius" } }, - [665]={ + [660]={ [1]={ [1]={ limit={ @@ -12463,7 +12474,7 @@ return { [1]="local_flask_area_of_consecrated_ground_+%" } }, - [666]={ + [661]={ [1]={ [1]={ limit={ @@ -12479,7 +12490,7 @@ return { [1]="local_flask_consumes_max_charges_on_use" } }, - [667]={ + [662]={ [1]={ [1]={ limit={ @@ -12513,7 +12524,7 @@ return { [1]="local_flask_consumes_x_endurance_charges_on_use" } }, - [668]={ + [663]={ [1]={ [1]={ limit={ @@ -12547,7 +12558,7 @@ return { [1]="local_flask_consumes_x_frenzy_charges_on_use" } }, - [669]={ + [664]={ [1]={ [1]={ limit={ @@ -12581,7 +12592,7 @@ return { [1]="local_flask_consumes_x_power_charges_on_use" } }, - [670]={ + [665]={ [1]={ [1]={ limit={ @@ -12597,7 +12608,7 @@ return { [1]="local_flask_gain_charges_consumed_as_vaal_souls_on_use" } }, - [671]={ + [666]={ [1]={ [1]={ limit={ @@ -12622,7 +12633,7 @@ return { [1]="local_flask_gain_endurance_charges_on_use" } }, - [672]={ + [667]={ [1]={ [1]={ limit={ @@ -12647,7 +12658,7 @@ return { [1]="local_flask_gain_frenzy_charges_on_use" } }, - [673]={ + [668]={ [1]={ [1]={ limit={ @@ -12672,7 +12683,7 @@ return { [1]="local_flask_gain_power_charges_on_use" } }, - [674]={ + [669]={ [1]={ [1]={ limit={ @@ -12697,7 +12708,7 @@ return { [1]="local_flask_gain_x_seconds_of_onslaught_per_frenzy_charge" } }, - [675]={ + [670]={ [1]={ [1]={ limit={ @@ -12713,7 +12724,7 @@ return { [1]="local_flask_gain_x_vaal_souls_on_use" } }, - [676]={ + [671]={ [1]={ [1]={ limit={ @@ -12729,7 +12740,7 @@ return { [1]="local_flask_inflict_fire_cold_lightning_exposure_on_nearby_enemies_on_use" } }, - [677]={ + [672]={ [1]={ [1]={ limit={ @@ -12745,7 +12756,7 @@ return { [1]="local_flask_lose_all_endurance_charges_and_recover_%_life_for_each_on_use" } }, - [678]={ + [673]={ [1]={ [1]={ limit={ @@ -12761,7 +12772,7 @@ return { [1]="local_flask_taunt_enemies_on_use_radius" } }, - [679]={ + [674]={ [1]={ [1]={ limit={ @@ -12777,7 +12788,7 @@ return { [1]="local_flask_use_causes_area_knockback" } }, - [680]={ + [675]={ [1]={ [1]={ limit={ @@ -12793,7 +12804,7 @@ return { [1]="local_flask_use_causes_monster_flee_chance_%" } }, - [681]={ + [676]={ [1]={ [1]={ limit={ @@ -12809,7 +12820,7 @@ return { [1]="local_smoke_ground_on_flask_use_radius" } }, - [682]={ + [677]={ [1]={ [1]={ limit={ @@ -12825,7 +12836,7 @@ return { [1]="local_flask_remove_curses_on_use" } }, - [683]={ + [678]={ [1]={ [1]={ limit={ @@ -12841,7 +12852,7 @@ return { [1]="local_flask_additional_x%_life_recovery_per_second_over_10_seconds_if_not_on_full_life" } }, - [684]={ + [679]={ [1]={ [1]={ limit={ @@ -12857,7 +12868,7 @@ return { [1]="local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood" } }, - [685]={ + [680]={ [1]={ [1]={ limit={ @@ -12873,7 +12884,7 @@ return { [1]="local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood_s" } }, - [686]={ + [681]={ [1]={ [1]={ limit={ @@ -12889,7 +12900,7 @@ return { [1]="local_flask_chill_or_freeze_immunity_if_chilled_or_frozen" } }, - [687]={ + [682]={ [1]={ [1]={ limit={ @@ -12905,7 +12916,7 @@ return { [1]="local_flask_chill_or_freeze_immunity_if_chilled_or_frozen_s" } }, - [688]={ + [683]={ [1]={ [1]={ limit={ @@ -12921,7 +12932,7 @@ return { [1]="local_flask_ignite_immunity_if_ignited_and_remove_burning" } }, - [689]={ + [684]={ [1]={ [1]={ limit={ @@ -12937,7 +12948,7 @@ return { [1]="local_flask_ignite_immunity_if_ignited_and_remove_burning_s" } }, - [690]={ + [685]={ [1]={ [1]={ limit={ @@ -12953,7 +12964,7 @@ return { [1]="local_flask_immune_to_hinder_for_x_seconds_if_hindered" } }, - [691]={ + [686]={ [1]={ [1]={ limit={ @@ -12969,7 +12980,7 @@ return { [1]="local_flask_immune_to_maim_for_x_seconds_if_maimed" } }, - [692]={ + [687]={ [1]={ [1]={ limit={ @@ -12985,7 +12996,7 @@ return { [1]="local_flask_poison_immunity_if_poisoned" } }, - [693]={ + [688]={ [1]={ [1]={ limit={ @@ -13001,7 +13012,7 @@ return { [1]="local_flask_poison_immunity_if_poisoned_s" } }, - [694]={ + [689]={ [1]={ [1]={ limit={ @@ -13017,7 +13028,7 @@ return { [1]="local_flask_shock_immunity_if_shocked" } }, - [695]={ + [690]={ [1]={ [1]={ limit={ @@ -13033,7 +13044,7 @@ return { [1]="local_flask_shock_immunity_if_shocked_s" } }, - [696]={ + [691]={ [1]={ [1]={ limit={ @@ -13049,7 +13060,7 @@ return { [1]="local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_life" } }, - [697]={ + [692]={ [1]={ [1]={ limit={ @@ -13065,7 +13076,7 @@ return { [1]="local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_mana" } }, - [698]={ + [693]={ [1]={ [1]={ limit={ @@ -13081,7 +13092,7 @@ return { [1]="local_flask_dispels_freeze_and_chill" } }, - [699]={ + [694]={ [1]={ [1]={ limit={ @@ -13097,7 +13108,7 @@ return { [1]="local_flask_adapt_each_element" } }, - [700]={ + [695]={ [1]={ [1]={ limit={ @@ -13113,7 +13124,7 @@ return { [1]="local_flask_dispels_burning_and_ignite_immunity_during_effect" } }, - [701]={ + [696]={ [1]={ [1]={ limit={ @@ -13129,7 +13140,7 @@ return { [1]="local_flask_restore_ward" } }, - [702]={ + [697]={ [1]={ [1]={ limit={ @@ -13154,7 +13165,23 @@ return { [1]="local_number_of_bloodworms_to_spawn_on_flask_use" } }, - [703]={ + [698]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Used when you become Cursed" + } + }, + stats={ + [1]="local_charm_trigger_when_cursed" + } + }, + [699]={ [1]={ [1]={ limit={ @@ -13170,7 +13197,7 @@ return { [1]="local_flask_use_on_adjacent_flask_use" } }, - [704]={ + [700]={ [1]={ [1]={ limit={ @@ -13186,7 +13213,7 @@ return { [1]="local_flask_use_on_affected_by_bleed" } }, - [705]={ + [701]={ [1]={ [1]={ limit={ @@ -13202,7 +13229,7 @@ return { [1]="local_flask_use_on_affected_by_chill" } }, - [706]={ + [702]={ [1]={ [1]={ limit={ @@ -13218,7 +13245,7 @@ return { [1]="local_flask_use_on_affected_by_freeze" } }, - [707]={ + [703]={ [1]={ [1]={ limit={ @@ -13234,7 +13261,7 @@ return { [1]="local_flask_use_on_affected_by_ignite" } }, - [708]={ + [704]={ [1]={ [1]={ limit={ @@ -13250,7 +13277,7 @@ return { [1]="local_flask_use_on_affected_by_poison" } }, - [709]={ + [705]={ [1]={ [1]={ limit={ @@ -13266,7 +13293,7 @@ return { [1]="local_flask_use_on_affected_by_shock" } }, - [710]={ + [706]={ [1]={ [1]={ limit={ @@ -13282,7 +13309,7 @@ return { [1]="local_flask_use_on_affected_by_slow" } }, - [711]={ + [707]={ [1]={ [1]={ limit={ @@ -13298,7 +13325,7 @@ return { [1]="local_flask_use_on_chaos_damage_taken" } }, - [712]={ + [708]={ [1]={ [1]={ limit={ @@ -13314,7 +13341,7 @@ return { [1]="local_flask_use_on_cold_damage_taken" } }, - [713]={ + [709]={ [1]={ [1]={ limit={ @@ -13330,7 +13357,7 @@ return { [1]="local_flask_use_on_damage_blocked" } }, - [714]={ + [710]={ [1]={ [1]={ limit={ @@ -13346,7 +13373,7 @@ return { [1]="local_flask_use_on_fire_damage_taken" } }, - [715]={ + [711]={ [1]={ [1]={ limit={ @@ -13362,7 +13389,7 @@ return { [1]="local_flask_use_on_flask_effect_ended" } }, - [716]={ + [712]={ [1]={ [1]={ limit={ @@ -13378,7 +13405,7 @@ return { [1]="local_flask_use_on_full_charges" } }, - [717]={ + [713]={ [1]={ [1]={ limit={ @@ -13394,7 +13421,7 @@ return { [1]="local_flask_use_on_guard_skill_expired" } }, - [718]={ + [714]={ [1]={ [1]={ limit={ @@ -13410,7 +13437,7 @@ return { [1]="local_flask_use_on_guard_skill_used" } }, - [719]={ + [715]={ [1]={ [1]={ limit={ @@ -13426,7 +13453,7 @@ return { [1]="local_flask_use_on_hitting_rare_unique_enemy_while_inactive" } }, - [720]={ + [716]={ [1]={ [1]={ limit={ @@ -13442,7 +13469,7 @@ return { [1]="local_flask_use_on_killing_rare_or_unique_enemy" } }, - [721]={ + [717]={ [1]={ [1]={ limit={ @@ -13458,7 +13485,7 @@ return { [1]="local_flask_use_on_lightning_damage_taken" } }, - [722]={ + [718]={ [1]={ [1]={ limit={ @@ -13474,7 +13501,7 @@ return { [1]="local_flask_use_on_stunned" } }, - [723]={ + [719]={ [1]={ [1]={ limit={ @@ -13490,7 +13517,7 @@ return { [1]="local_flask_use_on_taking_savage_hit" } }, - [724]={ + [720]={ [1]={ [1]={ limit={ @@ -13506,7 +13533,7 @@ return { [1]="local_flask_use_on_travel_skill_used" } }, - [725]={ + [721]={ [1]={ [1]={ limit={ @@ -13522,7 +13549,7 @@ return { [1]="local_flask_use_on_using_a_life_flask" } }, - [726]={ + [722]={ [1]={ [1]={ limit={ @@ -13590,7 +13617,7 @@ return { [2]="local_flask_consume_flask_effect_+%_when_used" } }, - [727]={ + [723]={ [1]={ [1]={ limit={ @@ -13606,7 +13633,7 @@ return { [1]="local_flask_armour_+%_while_healing" } }, - [728]={ + [724]={ [1]={ [1]={ limit={ @@ -13622,7 +13649,7 @@ return { [1]="local_flask_evasion_+%_while_healing" } }, - [729]={ + [725]={ [1]={ [1]={ limit={ @@ -13638,7 +13665,7 @@ return { [1]="local_flask_energy_shield_+%_while_healing" } }, - [730]={ + [726]={ [1]={ [1]={ limit={ @@ -13667,7 +13694,7 @@ return { [1]="local_flask_ward_+%_during_effect" } }, - [731]={ + [727]={ [1]={ [1]={ limit={ @@ -13683,36 +13710,7 @@ return { [1]="local_flask_ward_does_not_break_during_effect" } }, - [732]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Adaptation Rating during Effect" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Adaptation Rating during Effect" - } - }, - stats={ - [1]="local_flask_adaptation_rating_+%_during_effect" - } - }, - [733]={ + [728]={ [1]={ [1]={ limit={ @@ -13728,7 +13726,7 @@ return { [1]="local_flask_adaptations_apply_to_all_elements_during_effect" } }, - [734]={ + [729]={ [1]={ [1]={ limit={ @@ -13744,7 +13742,7 @@ return { [1]="local_flask_accuracy_rating_+%_during_effect" } }, - [735]={ + [730]={ [1]={ [1]={ limit={ @@ -13773,7 +13771,7 @@ return { [1]="local_flask_attack_speed_+%_while_healing" } }, - [736]={ + [731]={ [1]={ [1]={ limit={ @@ -13802,7 +13800,7 @@ return { [1]="local_flask_cast_speed_+%_while_healing" } }, - [737]={ + [732]={ [1]={ [1]={ limit={ @@ -13818,7 +13816,7 @@ return { [1]="local_flask_movement_speed_+%_while_healing" } }, - [738]={ + [733]={ [1]={ [1]={ limit={ @@ -13834,7 +13832,7 @@ return { [1]="local_flask_stun_recovery_+%_while_healing" } }, - [739]={ + [734]={ [1]={ [1]={ limit={ @@ -13850,7 +13848,7 @@ return { [1]="local_flask_resistances_+%_while_healing" } }, - [740]={ + [735]={ [1]={ [1]={ [1]={ @@ -13870,7 +13868,7 @@ return { [1]="local_flask_life_leech_from_physical_attack_damage_permyriad_while_healing" } }, - [741]={ + [736]={ [1]={ [1]={ limit={ @@ -13886,7 +13884,7 @@ return { [1]="lightning_penetration_%_while_on_low_mana" } }, - [742]={ + [737]={ [1]={ [1]={ [1]={ @@ -13906,7 +13904,7 @@ return { [1]="local_flask_mana_leech_from_physical_attack_damage_permyriad_while_healing" } }, - [743]={ + [738]={ [1]={ [1]={ limit={ @@ -13922,7 +13920,7 @@ return { [1]="local_flask_adds_knockback_while_healing" } }, - [744]={ + [739]={ [1]={ [1]={ limit={ @@ -13938,7 +13936,7 @@ return { [1]="local_unique_flask_physical_damage_taken_%_as_cold_while_healing" } }, - [745]={ + [740]={ [1]={ [1]={ limit={ @@ -13954,7 +13952,7 @@ return { [1]="local_unique_flask_physical_damage_%_to_gain_as_cold_while_healing" } }, - [746]={ + [741]={ [1]={ [1]={ limit={ @@ -13970,7 +13968,7 @@ return { [1]="local_unique_flask_avoid_chill_%_while_healing" } }, - [747]={ + [742]={ [1]={ [1]={ limit={ @@ -13986,7 +13984,7 @@ return { [1]="local_unique_chaos_damage_does_not_damage_energy_shield_extra_hard_during_flask_effect" } }, - [748]={ + [743]={ [1]={ [1]={ limit={ @@ -14002,7 +14000,7 @@ return { [1]="local_unique_flask_avoid_freeze_%_while_healing" } }, - [749]={ + [744]={ [1]={ [1]={ limit={ @@ -14018,7 +14016,7 @@ return { [1]="local_flask_life_gain_on_skill_use_%_mana_cost" } }, - [750]={ + [745]={ [1]={ [1]={ limit={ @@ -14034,7 +14032,7 @@ return { [1]="local_avoid_chill_%_during_flask_effect" } }, - [751]={ + [746]={ [1]={ [1]={ limit={ @@ -14050,7 +14048,7 @@ return { [1]="local_avoid_freeze_%_during_flask_effect" } }, - [752]={ + [747]={ [1]={ [1]={ limit={ @@ -14066,7 +14064,7 @@ return { [1]="local_avoid_ignite_%_during_flask_effect" } }, - [753]={ + [748]={ [1]={ [1]={ limit={ @@ -14082,7 +14080,7 @@ return { [1]="local_avoid_shock_%_during_flask_effect" } }, - [754]={ + [749]={ [1]={ [1]={ limit={ @@ -14098,7 +14096,7 @@ return { [1]="local_chance_to_poison_on_hit_%_during_flask_effect" } }, - [755]={ + [750]={ [1]={ [1]={ limit={ @@ -14114,7 +14112,7 @@ return { [1]="local_flask_additional_physical_damage_reduction_%" } }, - [756]={ + [751]={ [1]={ [1]={ limit={ @@ -14130,7 +14128,7 @@ return { [1]="local_flask_adds_knockback_during_flask_effect" } }, - [757]={ + [752]={ [1]={ [1]={ limit={ @@ -14146,7 +14144,7 @@ return { [1]="local_flask_area_of_effect_+%_during_flask_effect" } }, - [758]={ + [753]={ [1]={ [1]={ limit={ @@ -14162,7 +14160,7 @@ return { [1]="local_flask_avoid_stun_chance_%_during_flask_effect" } }, - [759]={ + [754]={ [1]={ [1]={ limit={ @@ -14178,23 +14176,7 @@ return { [1]="local_flask_cannot_be_stunned_during_flask_effect" } }, - [760]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% chance to Freeze, Shock and Ignite during Effect" - } - }, - stats={ - [1]="local_flask_chance_to_freeze_shock_ignite_%_while_healing" - } - }, - [761]={ + [755]={ [1]={ [1]={ [1]={ @@ -14214,7 +14196,7 @@ return { [1]="local_flask_critical_strike_chance_against_enemies_on_consecrated_ground_%_during_effect" } }, - [762]={ + [756]={ [1]={ [1]={ limit={ @@ -14243,7 +14225,7 @@ return { [1]="local_flask_critical_strike_chance_+%_during_flask_effect" } }, - [763]={ + [757]={ [1]={ [1]={ limit={ @@ -14259,7 +14241,32 @@ return { [1]="local_flask_culling_strike_during_flask_effect" } }, - [764]={ + [758]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% of Damage taken during effect Recouped as Life" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% of Damage taken during effect Recouped as Life" + } + }, + stats={ + [1]="local_flask_damage_taken_goes_to_life_over_4_seconds_%_during_effect" + } + }, + [759]={ [1]={ [1]={ limit={ @@ -14275,7 +14282,7 @@ return { [1]="local_flask_during_effect_enemy_damage_taken_+%_on_consecrated_ground" } }, - [765]={ + [760]={ [1]={ [1]={ limit={ @@ -14291,7 +14298,23 @@ return { [1]="local_flask_gain_endurance_charge_per_second_during_flask_effect" } }, - [766]={ + [761]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0} Rage when Hit by an Enemy during effect" + } + }, + stats={ + [1]="local_flask_gain_x_rage_when_hit_during_effect" + } + }, + [762]={ [1]={ [1]={ limit={ @@ -14307,7 +14330,7 @@ return { [1]="local_flask_immune_to_bleeding_and_corrupted_blood_during_flask_effect" } }, - [767]={ + [763]={ [1]={ [1]={ limit={ @@ -14323,7 +14346,7 @@ return { [1]="local_flask_immune_to_damage" } }, - [768]={ + [764]={ [1]={ [1]={ limit={ @@ -14339,7 +14362,7 @@ return { [1]="local_flask_immune_to_freeze_and_chill_during_flask_effect" } }, - [769]={ + [765]={ [1]={ [1]={ limit={ @@ -14355,7 +14378,7 @@ return { [1]="local_flask_immune_to_poison_during_flask_effect" } }, - [770]={ + [766]={ [1]={ [1]={ limit={ @@ -14371,7 +14394,7 @@ return { [1]="local_flask_immune_to_shock_during_flask_effect" } }, - [771]={ + [767]={ [1]={ [1]={ limit={ @@ -14387,7 +14410,7 @@ return { [1]="local_flask_is_petrified" } }, - [772]={ + [768]={ [1]={ [1]={ limit={ @@ -14416,7 +14439,7 @@ return { [1]="local_flask_item_found_rarity_+%_during_flask_effect" } }, - [773]={ + [769]={ [1]={ [1]={ limit={ @@ -14432,7 +14455,7 @@ return { [1]="local_flask_life_leech_is_instant_during_flask_effect" } }, - [774]={ + [770]={ [1]={ [1]={ [1]={ @@ -14452,7 +14475,23 @@ return { [1]="local_flask_life_regeneration_per_minute_%_during_flask_effect" } }, - [775]={ + [771]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="No Inherent loss of Rage during effect" + } + }, + stats={ + [1]="local_flask_no_inherent_rage_loss_during_effect" + } + }, + [772]={ [1]={ [1]={ limit={ @@ -14468,7 +14507,7 @@ return { [1]="local_flask_no_mana_recovery_during_effect" } }, - [776]={ + [773]={ [1]={ [1]={ limit={ @@ -14493,7 +14532,7 @@ return { [1]="local_flask_non_damaging_ailment_effect_+%_during_flask_effect" } }, - [777]={ + [774]={ [1]={ [1]={ limit={ @@ -14518,7 +14557,7 @@ return { [1]="local_flask_number_of_additional_projectiles_during_flask_effect" } }, - [778]={ + [775]={ [1]={ [1]={ limit={ @@ -14551,7 +14590,7 @@ return { [1]="local_flask_reflect_damage_taken_+%_during_flask_effect" } }, - [779]={ + [776]={ [1]={ [1]={ limit={ @@ -14580,7 +14619,7 @@ return { [1]="local_flask_skill_mana_cost_+%_during_flask_effect" } }, - [780]={ + [777]={ [1]={ [1]={ [1]={ @@ -14613,7 +14652,7 @@ return { [1]="local_flask_vaal_souls_gained_per_minute_during_effect" } }, - [781]={ + [778]={ [1]={ [1]={ limit={ @@ -14629,7 +14668,7 @@ return { [1]="local_no_critical_strike_multiplier_during_flask_effect" } }, - [782]={ + [779]={ [1]={ [1]={ limit={ @@ -14658,7 +14697,7 @@ return { [1]="local_poison_duration_+%_during_flask_effect" } }, - [783]={ + [780]={ [1]={ [1]={ limit={ @@ -14687,7 +14726,7 @@ return { [1]="local_self_bleed_duration_+%_during_flask_effect" } }, - [784]={ + [781]={ [1]={ [1]={ limit={ @@ -14720,7 +14759,7 @@ return { [1]="local_self_chill_effect_+%_during_flask_effect" } }, - [785]={ + [782]={ [1]={ [1]={ limit={ @@ -14753,7 +14792,7 @@ return { [1]="local_self_curse_effect_+%_during_flask_effect" } }, - [786]={ + [783]={ [1]={ [1]={ limit={ @@ -14782,7 +14821,7 @@ return { [1]="local_self_freeze_duration_+%_during_flask_effect" } }, - [787]={ + [784]={ [1]={ [1]={ limit={ @@ -14811,7 +14850,7 @@ return { [1]="local_self_ignite_duration_+%_during_flask_effect" } }, - [788]={ + [785]={ [1]={ [1]={ limit={ @@ -14840,7 +14879,7 @@ return { [1]="local_self_poison_duration_+%_during_flask_effect" } }, - [789]={ + [786]={ [1]={ [1]={ limit={ @@ -14869,7 +14908,7 @@ return { [1]="local_self_shock_effect_+%_during_flask_effect" } }, - [790]={ + [787]={ [1]={ [1]={ limit={ @@ -14898,7 +14937,7 @@ return { [1]="local_unique_expedition_flask_ward_+%_final_during_flask_effect" } }, - [791]={ + [788]={ [1]={ [1]={ limit={ @@ -14914,7 +14953,7 @@ return { [1]="local_unique_flask_additional_maximum_all_elemental_resistances_%_while_healing" } }, - [792]={ + [789]={ [1]={ [1]={ limit={ @@ -14930,7 +14969,7 @@ return { [1]="local_unique_flask_block_%_while_healing" } }, - [793]={ + [790]={ [1]={ [1]={ limit={ @@ -14946,7 +14985,7 @@ return { [1]="local_unique_flask_cannot_recover_life_while_healing" } }, - [794]={ + [791]={ [1]={ [1]={ limit={ @@ -14962,7 +15001,7 @@ return { [1]="local_unique_flask_charges_gained_+%_during_flask_effect" } }, - [795]={ + [792]={ [1]={ [1]={ limit={ @@ -14991,7 +15030,7 @@ return { [1]="local_unique_flask_critical_hit_poison_effect_+%_during_flask_effect" } }, - [796]={ + [793]={ [1]={ [1]={ limit={ @@ -15020,7 +15059,7 @@ return { [1]="local_unique_flask_critical_strike_chance_+%_vs_enemies_on_consecrated_ground_during_flask_effect" } }, - [797]={ + [794]={ [1]={ [1]={ limit={ @@ -15049,7 +15088,7 @@ return { [1]="local_unique_flask_damage_over_time_+%_during_flask_effect" } }, - [798]={ + [795]={ [1]={ [1]={ limit={ @@ -15078,7 +15117,7 @@ return { [1]="local_unique_flask_damage_+%_vs_demons_while_healing" } }, - [799]={ + [796]={ [1]={ [1]={ limit={ @@ -15107,7 +15146,7 @@ return { [1]="local_unique_flask_damage_taken_+%_vs_demons_while_healing" } }, - [800]={ + [797]={ [1]={ [1]={ limit={ @@ -15123,7 +15162,7 @@ return { [1]="local_unique_flask_elemental_damage_%_to_gain_as_chaos_while_healing" } }, - [801]={ + [798]={ [1]={ [1]={ limit={ @@ -15139,7 +15178,7 @@ return { [1]="local_unique_flask_item_quantity_+%_while_healing" } }, - [802]={ + [799]={ [1]={ [1]={ limit={ @@ -15155,7 +15194,7 @@ return { [1]="local_unique_flask_item_rarity_+%_while_healing" } }, - [803]={ + [800]={ [1]={ [1]={ limit={ @@ -15171,7 +15210,7 @@ return { [1]="local_unique_flask_kiaras_determination" } }, - [804]={ + [801]={ [1]={ [1]={ limit={ @@ -15187,7 +15226,7 @@ return { [1]="local_unique_flask_light_radius_+%_while_healing" } }, - [805]={ + [802]={ [1]={ [1]={ limit={ @@ -15203,7 +15242,7 @@ return { [1]="local_unique_flask_no_mana_cost_while_healing" } }, - [806]={ + [803]={ [1]={ [1]={ limit={ @@ -15219,7 +15258,7 @@ return { [1]="local_unique_flask_physical_damage_%_to_gain_as_chaos_while_healing" } }, - [807]={ + [804]={ [1]={ [1]={ limit={ @@ -15235,23 +15274,7 @@ return { [1]="local_unique_flask_resist_all_elements_%_during_flask_effect" } }, - [808]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage during Effect" - } - }, - stats={ - [1]="local_unique_flask_spell_block_%_while_healing" - } - }, - [809]={ + [805]={ [1]={ [1]={ limit={ @@ -15280,7 +15303,7 @@ return { [1]="local_unique_flask_vaal_skill_critical_strike_chance_+%_during_flask_effect" } }, - [810]={ + [806]={ [1]={ [1]={ limit={ @@ -15309,7 +15332,7 @@ return { [1]="local_unique_flask_vaal_skill_damage_+%_during_flask_effect" } }, - [811]={ + [807]={ [1]={ [1]={ limit={ @@ -15338,7 +15361,7 @@ return { [1]="local_unique_flask_vaal_skill_damage_+%_final_during_flask_effect" } }, - [812]={ + [808]={ [1]={ [1]={ limit={ @@ -15354,7 +15377,7 @@ return { [1]="local_unique_flask_vaal_skill_does_not_apply_soul_gain_prevention_during_flask_effect" } }, - [813]={ + [809]={ [1]={ [1]={ limit={ @@ -15387,7 +15410,7 @@ return { [1]="local_unique_flask_vaal_skill_soul_cost_+%_during_flask_effect" } }, - [814]={ + [810]={ [1]={ [1]={ limit={ @@ -15420,7 +15443,7 @@ return { [1]="local_unique_flask_vaal_skill_soul_gain_preventation_duration_+%_during_flask_effect" } }, - [815]={ + [811]={ [1]={ [1]={ limit={ @@ -15436,7 +15459,7 @@ return { [1]="local_unique_lions_roar_melee_physical_damage_+%_final_during_flask_effect" } }, - [816]={ + [812]={ [1]={ [1]={ [1]={ @@ -15456,7 +15479,7 @@ return { [1]="local_chaos_damage_taken_per_minute_during_flask_effect" } }, - [817]={ + [813]={ [1]={ [1]={ limit={ @@ -15485,7 +15508,7 @@ return { [1]="local_flask_enemies_ignited_during_flask_effect_damage_taken_+%" } }, - [818]={ + [814]={ [1]={ [1]={ limit={ @@ -15501,7 +15524,7 @@ return { [1]="local_flask_recover_%_maximum_life_on_kill_during_flask_effect" } }, - [819]={ + [815]={ [1]={ [1]={ limit={ @@ -15517,7 +15540,7 @@ return { [1]="local_flask_recover_%_maximum_mana_on_kill_during_flask_effect" } }, - [820]={ + [816]={ [1]={ [1]={ limit={ @@ -15533,7 +15556,7 @@ return { [1]="local_flask_recover_%_maximum_energy_shield_on_kill_during_flask_effect" } }, - [821]={ + [817]={ [1]={ [1]={ limit={ @@ -15562,7 +15585,7 @@ return { [1]="local_attack_cast_movement_speed_+%_during_flask_effect" } }, - [822]={ + [818]={ [1]={ [1]={ limit={ @@ -15591,7 +15614,7 @@ return { [1]="local_attack_cast_movement_speed_+%_per_second_during_flask_effect" } }, - [823]={ + [819]={ [1]={ [1]={ limit={ @@ -15607,7 +15630,7 @@ return { [1]="local_flask_prevents_death_while_healing" } }, - [824]={ + [820]={ [1]={ [1]={ limit={ @@ -15640,7 +15663,7 @@ return { [1]="local_unique_flask_elemental_damage_taken_+%_of_lowest_uncapped_resistance_type" } }, - [825]={ + [821]={ [1]={ [1]={ limit={ @@ -15656,7 +15679,7 @@ return { [1]="local_unique_flask_elemental_penetration_%_of_highest_uncapped_resistance_type" } }, - [826]={ + [822]={ [1]={ [1]={ limit={ @@ -15672,7 +15695,7 @@ return { [1]="local_flask_cannot_gain_charges_during_flask_effect" } }, - [827]={ + [823]={ [1]={ [1]={ limit={ @@ -15688,7 +15711,7 @@ return { [1]="local_unique_overflowing_chalice_flask_cannot_gain_flask_charges_during_flask_effect" } }, - [828]={ + [824]={ [1]={ [1]={ limit={ @@ -15704,7 +15727,7 @@ return { [1]="local_unique_soul_ripper_flask_cannot_gain_flask_charges_during_flask_effect" } }, - [829]={ + [825]={ [1]={ [1]={ limit={ @@ -15720,7 +15743,7 @@ return { [1]="local_flask_zealots_oath" } }, - [830]={ + [826]={ [1]={ [1]={ limit={ @@ -15736,7 +15759,7 @@ return { [1]="local_grant_eldritch_battery_during_flask_effect" } }, - [831]={ + [827]={ [1]={ [1]={ limit={ @@ -15752,7 +15775,7 @@ return { [1]="map_item_level_override" } }, - [832]={ + [828]={ [1]={ [1]={ limit={ @@ -15768,7 +15791,7 @@ return { [1]="local_unique_jewel_nearby_disconnected_passives_can_be_allocated" } }, - [833]={ + [829]={ [1]={ [1]={ limit={ @@ -15784,7 +15807,7 @@ return { [1]="local_weapon_uses_both_hands" } }, - [834]={ + [830]={ [1]={ [1]={ limit={ @@ -15813,7 +15836,7 @@ return { [1]="local_bleeding_effect_+%" } }, - [835]={ + [831]={ [1]={ [1]={ limit={ @@ -15829,7 +15852,7 @@ return { [1]="local_cannot_be_used_with_chaos_innoculation" } }, - [836]={ + [832]={ [1]={ [1]={ limit={ @@ -15845,7 +15868,7 @@ return { [1]="local_dexterity_requirement_+" } }, - [837]={ + [833]={ [1]={ [1]={ limit={ @@ -15883,7 +15906,7 @@ return { [1]="local_dexterity_requirement_+%" } }, - [838]={ + [834]={ [1]={ [1]={ limit={ @@ -15899,7 +15922,7 @@ return { [1]="local_intelligence_requirement_+" } }, - [839]={ + [835]={ [1]={ [1]={ limit={ @@ -15937,7 +15960,7 @@ return { [1]="local_intelligence_requirement_+%" } }, - [840]={ + [836]={ [1]={ [1]={ limit={ @@ -15953,7 +15976,7 @@ return { [1]="local_level_requirement_-" } }, - [841]={ + [837]={ [1]={ [1]={ limit={ @@ -15969,7 +15992,7 @@ return { [1]="local_no_attribute_requirements" } }, - [842]={ + [838]={ [1]={ [1]={ limit={ @@ -15985,7 +16008,7 @@ return { [1]="local_no_energy_shield" } }, - [843]={ + [839]={ [1]={ [1]={ limit={ @@ -16014,7 +16037,7 @@ return { [1]="local_poison_effect_+%" } }, - [844]={ + [840]={ [1]={ [1]={ limit={ @@ -16030,7 +16053,7 @@ return { [1]="local_strength_and_intelligence_requirement_+" } }, - [845]={ + [841]={ [1]={ [1]={ limit={ @@ -16046,7 +16069,7 @@ return { [1]="local_strength_requirement_+" } }, - [846]={ + [842]={ [1]={ [1]={ limit={ @@ -16084,7 +16107,7 @@ return { [1]="local_strength_requirement_+%" } }, - [847]={ + [843]={ [1]={ [1]={ limit={ @@ -16165,7 +16188,7 @@ return { [2]="local_weapon_no_physical_damage" } }, - [848]={ + [844]={ [1]={ [1]={ limit={ @@ -16186,7 +16209,7 @@ return { [2]="local_maximum_added_physical_damage" } }, - [849]={ + [845]={ [1]={ [1]={ limit={ @@ -16207,7 +16230,7 @@ return { [2]="local_maximum_added_fire_damage" } }, - [850]={ + [846]={ [1]={ [1]={ limit={ @@ -16228,7 +16251,7 @@ return { [2]="local_maximum_added_cold_damage" } }, - [851]={ + [847]={ [1]={ [1]={ limit={ @@ -16249,7 +16272,7 @@ return { [2]="local_maximum_added_lightning_damage" } }, - [852]={ + [848]={ [1]={ [1]={ limit={ @@ -16265,7 +16288,7 @@ return { [1]="local_accuracy_rating" } }, - [853]={ + [849]={ [1]={ [1]={ limit={ @@ -16294,7 +16317,7 @@ return { [1]="base_movement_velocity_+%" } }, - [854]={ + [850]={ [1]={ [1]={ limit={ @@ -16323,7 +16346,7 @@ return { [1]="skill_speed_+%" } }, - [855]={ + [851]={ [1]={ [1]={ limit={ @@ -16339,7 +16362,7 @@ return { [1]="local_additional_block_chance_%" } }, - [856]={ + [852]={ [1]={ [1]={ limit={ @@ -16368,23 +16391,7 @@ return { [1]="local_block_chance_+%" } }, - [857]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Deflect" - } - }, - stats={ - [1]="local_additional_deflect_chance_%" - } - }, - [858]={ + [853]={ [1]={ [1]={ limit={ @@ -16400,7 +16407,7 @@ return { [1]="local_base_physical_damage_reduction_rating" } }, - [859]={ + [854]={ [1]={ [1]={ limit={ @@ -16416,7 +16423,7 @@ return { [1]="local_base_evasion_rating" } }, - [860]={ + [855]={ [1]={ [1]={ limit={ @@ -16432,7 +16439,7 @@ return { [1]="local_energy_shield" } }, - [861]={ + [856]={ [1]={ [1]={ limit={ @@ -16461,7 +16468,7 @@ return { [1]="local_physical_damage_reduction_rating_+%" } }, - [862]={ + [857]={ [1]={ [1]={ limit={ @@ -16490,7 +16497,7 @@ return { [1]="local_evasion_rating_+%" } }, - [863]={ + [858]={ [1]={ [1]={ limit={ @@ -16519,7 +16526,7 @@ return { [1]="local_energy_shield_+%" } }, - [864]={ + [859]={ [1]={ [1]={ limit={ @@ -16548,7 +16555,7 @@ return { [1]="local_armour_and_evasion_+%" } }, - [865]={ + [860]={ [1]={ [1]={ limit={ @@ -16577,7 +16584,7 @@ return { [1]="local_armour_and_energy_shield_+%" } }, - [866]={ + [861]={ [1]={ [1]={ limit={ @@ -16606,7 +16613,7 @@ return { [1]="local_evasion_and_energy_shield_+%" } }, - [867]={ + [862]={ [1]={ [1]={ limit={ @@ -16622,7 +16629,7 @@ return { [1]="local_spirit" } }, - [868]={ + [863]={ [1]={ [1]={ limit={ @@ -16651,7 +16658,7 @@ return { [1]="local_spirit_+%" } }, - [869]={ + [864]={ [1]={ [1]={ limit={ @@ -16672,7 +16679,7 @@ return { [2]="attack_maximum_added_physical_damage" } }, - [870]={ + [865]={ [1]={ [1]={ limit={ @@ -16693,7 +16700,7 @@ return { [2]="attack_maximum_added_fire_damage" } }, - [871]={ + [866]={ [1]={ [1]={ limit={ @@ -16714,7 +16721,7 @@ return { [2]="attack_maximum_added_cold_damage" } }, - [872]={ + [867]={ [1]={ [1]={ limit={ @@ -16735,7 +16742,7 @@ return { [2]="attack_maximum_added_lightning_damage" } }, - [873]={ + [868]={ [1]={ [1]={ limit={ @@ -16751,7 +16758,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_fire" } }, - [874]={ + [869]={ [1]={ [1]={ limit={ @@ -16767,7 +16774,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_fire_with_spells" } }, - [875]={ + [870]={ [1]={ [1]={ limit={ @@ -16783,7 +16790,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_cold" } }, - [876]={ + [871]={ [1]={ [1]={ limit={ @@ -16799,7 +16806,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_cold_with_spells" } }, - [877]={ + [872]={ [1]={ [1]={ limit={ @@ -16815,7 +16822,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_lightning" } }, - [878]={ + [873]={ [1]={ [1]={ limit={ @@ -16831,7 +16838,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_lightning_with_spells" } }, - [879]={ + [874]={ [1]={ [1]={ limit={ @@ -16860,7 +16867,7 @@ return { [1]="spell_damage_+%" } }, - [880]={ + [875]={ [1]={ [1]={ limit={ @@ -16889,7 +16896,7 @@ return { [1]="trap_damage_+%" } }, - [881]={ + [876]={ [1]={ [1]={ limit={ @@ -16918,7 +16925,7 @@ return { [1]="fire_damage_+%" } }, - [882]={ + [877]={ [1]={ [1]={ limit={ @@ -16947,7 +16954,7 @@ return { [1]="cold_damage_+%" } }, - [883]={ + [878]={ [1]={ [1]={ limit={ @@ -16976,7 +16983,7 @@ return { [1]="lightning_damage_+%" } }, - [884]={ + [879]={ [1]={ [1]={ limit={ @@ -17005,7 +17012,7 @@ return { [1]="chaos_damage_+%" } }, - [885]={ + [880]={ [1]={ [1]={ limit={ @@ -17034,7 +17041,7 @@ return { [1]="elemental_damage_with_attack_skills_+%" } }, - [886]={ + [881]={ [1]={ [1]={ limit={ @@ -17063,7 +17070,7 @@ return { [1]="spell_physical_damage_+%" } }, - [887]={ + [882]={ [1]={ [1]={ limit={ @@ -17092,7 +17099,7 @@ return { [1]="damage_+%_with_bow_skills" } }, - [888]={ + [883]={ [1]={ [1]={ limit={ @@ -17108,23 +17115,7 @@ return { [1]="accuracy_rating" } }, - [889]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% Chance to Block Spell Damage" - } - }, - stats={ - [1]="base_spell_block_%" - } - }, - [890]={ + [884]={ [1]={ [1]={ limit={ @@ -17140,7 +17131,7 @@ return { [1]="base_physical_damage_reduction_rating" } }, - [891]={ + [885]={ [1]={ [1]={ limit={ @@ -17169,7 +17160,7 @@ return { [1]="physical_damage_reduction_rating_+%" } }, - [892]={ + [886]={ [1]={ [1]={ limit={ @@ -17185,7 +17176,7 @@ return { [1]="base_evasion_rating" } }, - [893]={ + [887]={ [1]={ [1]={ limit={ @@ -17214,7 +17205,7 @@ return { [1]="evasion_rating_+%" } }, - [894]={ + [888]={ [1]={ [1]={ limit={ @@ -17230,7 +17221,7 @@ return { [1]="base_maximum_energy_shield" } }, - [895]={ + [889]={ [1]={ [1]={ limit={ @@ -17259,7 +17250,7 @@ return { [1]="maximum_energy_shield_+%" } }, - [896]={ + [890]={ [1]={ [1]={ limit={ @@ -17275,7 +17266,7 @@ return { [1]="base_maximum_life" } }, - [897]={ + [891]={ [1]={ [1]={ limit={ @@ -17304,7 +17295,7 @@ return { [1]="maximum_life_+%" } }, - [898]={ + [892]={ [1]={ [1]={ limit={ @@ -17320,7 +17311,7 @@ return { [1]="base_maximum_mana" } }, - [899]={ + [893]={ [1]={ [1]={ limit={ @@ -17349,7 +17340,7 @@ return { [1]="maximum_mana_+%" } }, - [900]={ + [894]={ [1]={ [1]={ limit={ @@ -17365,7 +17356,7 @@ return { [1]="base_spirit" } }, - [901]={ + [895]={ [1]={ [1]={ limit={ @@ -17381,7 +17372,7 @@ return { [1]="base_spirit_from_equipment" } }, - [902]={ + [896]={ [1]={ [1]={ limit={ @@ -17410,7 +17401,7 @@ return { [1]="base_projectile_speed_+%" } }, - [903]={ + [897]={ [1]={ [1]={ limit={ @@ -17439,7 +17430,7 @@ return { [1]="flask_life_recovery_rate_+%" } }, - [904]={ + [898]={ [1]={ [1]={ limit={ @@ -17468,7 +17459,7 @@ return { [1]="flask_mana_recovery_rate_+%" } }, - [905]={ + [899]={ [1]={ [1]={ limit={ @@ -17497,7 +17488,7 @@ return { [1]="charm_duration_+%" } }, - [906]={ + [900]={ [1]={ [1]={ limit={ @@ -17526,7 +17517,7 @@ return { [1]="flask_duration_+%" } }, - [907]={ + [901]={ [1]={ [1]={ limit={ @@ -17542,7 +17533,7 @@ return { [1]="physical_damage_to_return_to_melee_attacker" } }, - [908]={ + [902]={ [1]={ [1]={ limit={ @@ -17571,7 +17562,7 @@ return { [1]="allies_in_presence_damage_+%" } }, - [909]={ + [903]={ [1]={ [1]={ limit={ @@ -17592,7 +17583,7 @@ return { [2]="allies_in_presence_attack_maximum_added_physical_damage" } }, - [910]={ + [904]={ [1]={ [1]={ limit={ @@ -17613,7 +17604,7 @@ return { [2]="allies_in_presence_attack_maximum_added_fire_damage" } }, - [911]={ + [905]={ [1]={ [1]={ limit={ @@ -17634,7 +17625,7 @@ return { [2]="allies_in_presence_attack_maximum_added_cold_damage" } }, - [912]={ + [906]={ [1]={ [1]={ limit={ @@ -17655,7 +17646,7 @@ return { [2]="allies_in_presence_attack_maximum_added_lightning_damage" } }, - [913]={ + [907]={ [1]={ [1]={ limit={ @@ -17676,7 +17667,94 @@ return { [2]="allies_in_presence_attack_maximum_added_chaos_damage" } }, - [914]={ + [908]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Allies in your Presence deal {0}% increased Physical Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Allies in your Presence deal {0}% reduced Physical Damage" + } + }, + stats={ + [1]="allies_in_presence_physical_damage_+%" + } + }, + [909]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Allies in your Presence deal {0}% increased Elemental Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Allies in your Presence deal {0}% reduced Elemental Damage" + } + }, + stats={ + [1]="allies_in_presence_elemental_damage_+%" + } + }, + [910]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Allies in your Presence deal {0}% increased Chaos Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Allies in your Presence deal {0}% reduced Chaos Damage" + } + }, + stats={ + [1]="allies_in_presence_chaos_damage_+%" + } + }, + [911]={ [1]={ [1]={ limit={ @@ -17692,7 +17770,7 @@ return { [1]="allies_in_presence_accuracy_rating" } }, - [915]={ + [912]={ [1]={ [1]={ limit={ @@ -17721,7 +17799,7 @@ return { [1]="allies_in_presence_critical_strike_chance_+%" } }, - [916]={ + [913]={ [1]={ [1]={ limit={ @@ -17750,7 +17828,7 @@ return { [1]="allies_in_presence_critical_strike_multiplier_+" } }, - [917]={ + [914]={ [1]={ [1]={ limit={ @@ -17779,7 +17857,7 @@ return { [1]="allies_in_presence_attack_speed_+%" } }, - [918]={ + [915]={ [1]={ [1]={ limit={ @@ -17808,7 +17886,7 @@ return { [1]="allies_in_presence_cast_speed_+%" } }, - [919]={ + [916]={ [1]={ [1]={ limit={ @@ -17824,7 +17902,7 @@ return { [1]="allies_in_presence_resist_all_elements_%" } }, - [920]={ + [917]={ [1]={ [1]={ [1]={ @@ -17844,7 +17922,7 @@ return { [1]="allies_in_presence_life_regeneration_rate_per_minute" } }, - [921]={ + [918]={ [1]={ [1]={ [1]={ @@ -17864,7 +17942,7 @@ return { [1]="allies_in_presence_life_regeneration_rate_per_minute_equal_to_their_maximum_life_%" } }, - [922]={ + [919]={ [1]={ [1]={ [1]={ @@ -17884,7 +17962,7 @@ return { [1]="allies_in_presence_life_regeneration_rate_per_minute_equal_to_your_maximum_life_%" } }, - [923]={ + [920]={ [1]={ [1]={ limit={ @@ -17900,7 +17978,7 @@ return { [1]="total_base_life_regeneration_rate_per_minute_%_granted_to_allies_in_your_presence" } }, - [924]={ + [921]={ [1]={ [1]={ limit={ @@ -17909,14 +17987,14 @@ return { [2]="#" } }, - text="Gain {0} Guard during Effect" + text="Also grants {0} Guard" } }, stats={ [1]="charm_gain_X_guard_for_duration" } }, - [925]={ + [922]={ [1]={ [1]={ limit={ @@ -17932,7 +18010,7 @@ return { [1]="charm_recover_X_life_when_used" } }, - [926]={ + [923]={ [1]={ [1]={ limit={ @@ -17948,7 +18026,7 @@ return { [1]="charm_recover_X_mana_when_used" } }, - [927]={ + [924]={ [1]={ [1]={ limit={ @@ -17977,7 +18055,7 @@ return { [1]="local_charm_duration_+%" } }, - [928]={ + [925]={ [1]={ [1]={ limit={ @@ -17993,7 +18071,7 @@ return { [1]="local_flask_amount_to_recover_+%_when_on_low_mana" } }, - [929]={ + [926]={ [1]={ [1]={ limit={ @@ -18022,7 +18100,7 @@ return { [1]="local_flask_amount_to_recover_+%" } }, - [930]={ + [927]={ [1]={ [1]={ limit={ @@ -18038,7 +18116,7 @@ return { [1]="local_flask_amount_to_recover_+%_when_on_low_life" } }, - [931]={ + [928]={ [1]={ [1]={ limit={ @@ -18106,7 +18184,7 @@ return { [2]="local_flask_consume_flask_duration_+%_when_used" } }, - [932]={ + [929]={ [1]={ [1]={ limit={ @@ -18135,7 +18213,7 @@ return { [1]="local_flask_life_to_recover_+%" } }, - [933]={ + [930]={ [1]={ [1]={ limit={ @@ -18164,7 +18242,7 @@ return { [1]="local_flask_mana_to_recover_+%" } }, - [934]={ + [931]={ [1]={ [1]={ limit={ @@ -18180,7 +18258,7 @@ return { [1]="local_flask_minion_heal_%" } }, - [935]={ + [932]={ [1]={ [1]={ limit={ @@ -18196,7 +18274,7 @@ return { [1]="local_flask_recovers_instantly" } }, - [936]={ + [933]={ [1]={ [1]={ limit={ @@ -18221,7 +18299,7 @@ return { [1]="local_flask_recovery_amount_%_to_recover_instantly" } }, - [937]={ + [934]={ [1]={ [1]={ limit={ @@ -18250,7 +18328,7 @@ return { [1]="local_flask_recovery_speed_+%" } }, - [938]={ + [935]={ [1]={ [1]={ limit={ @@ -18266,7 +18344,7 @@ return { [1]="local_flask_removes_%_of_life_recovery_from_mana_on_use" } }, - [939]={ + [936]={ [1]={ [1]={ limit={ @@ -18282,7 +18360,7 @@ return { [1]="local_flask_removes_%_of_mana_recovery_from_life_on_use" } }, - [940]={ + [937]={ [1]={ [1]={ limit={ @@ -18311,7 +18389,7 @@ return { [1]="base_item_found_rarity_+%" } }, - [941]={ + [938]={ [1]={ [1]={ [1]={ @@ -18331,7 +18409,7 @@ return { [1]="local_critical_strike_chance" } }, - [942]={ + [939]={ [1]={ [1]={ limit={ @@ -18347,7 +18425,7 @@ return { [1]="local_critical_strike_multiplier_+" } }, - [943]={ + [940]={ [1]={ [1]={ limit={ @@ -18376,7 +18454,7 @@ return { [1]="local_attack_speed_+%" } }, - [944]={ + [941]={ [1]={ [1]={ limit={ @@ -18405,7 +18483,7 @@ return { [1]="local_reload_speed_+%" } }, - [945]={ + [942]={ [1]={ [1]={ limit={ @@ -18434,7 +18512,7 @@ return { [1]="local_attribute_requirements_+%" } }, - [946]={ + [943]={ [1]={ [1]={ limit={ @@ -18450,7 +18528,7 @@ return { [1]="spell_skill_gem_level_+" } }, - [947]={ + [944]={ [1]={ [1]={ limit={ @@ -18466,7 +18544,7 @@ return { [1]="fire_spell_skill_gem_level_+" } }, - [948]={ + [945]={ [1]={ [1]={ limit={ @@ -18482,7 +18560,7 @@ return { [1]="cold_spell_skill_gem_level_+" } }, - [949]={ + [946]={ [1]={ [1]={ limit={ @@ -18498,7 +18576,7 @@ return { [1]="lightning_spell_skill_gem_level_+" } }, - [950]={ + [947]={ [1]={ [1]={ limit={ @@ -18514,7 +18592,7 @@ return { [1]="chaos_spell_skill_gem_level_+" } }, - [951]={ + [948]={ [1]={ [1]={ limit={ @@ -18530,7 +18608,23 @@ return { [1]="melee_skill_gem_level_+" } }, - [952]={ + [949]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Level of all Attack Skills" + } + }, + stats={ + [1]="attack_skill_gem_level_+" + } + }, + [950]={ [1]={ [1]={ limit={ @@ -18546,7 +18640,7 @@ return { [1]="projectile_skill_gem_level_+" } }, - [953]={ + [951]={ [1]={ [1]={ limit={ @@ -18562,7 +18656,7 @@ return { [1]="minion_skill_gem_level_+" } }, - [954]={ + [952]={ [1]={ [1]={ limit={ @@ -18578,7 +18672,7 @@ return { [1]="trap_skill_gem_level_+" } }, - [955]={ + [953]={ [1]={ [1]={ limit={ @@ -18607,7 +18701,7 @@ return { [1]="critical_strike_chance_+%" } }, - [956]={ + [954]={ [1]={ [1]={ limit={ @@ -18636,7 +18730,7 @@ return { [1]="attack_critical_strike_chance_+%" } }, - [957]={ + [955]={ [1]={ [1]={ limit={ @@ -18665,7 +18759,7 @@ return { [1]="spell_critical_strike_chance_+%" } }, - [958]={ + [956]={ [1]={ [1]={ limit={ @@ -18694,7 +18788,7 @@ return { [1]="trap_critical_strike_chance_+%" } }, - [959]={ + [957]={ [1]={ [1]={ limit={ @@ -18723,7 +18817,7 @@ return { [1]="base_critical_strike_multiplier_+" } }, - [960]={ + [958]={ [1]={ [1]={ limit={ @@ -18739,7 +18833,7 @@ return { [1]="attack_critical_strike_multiplier_+" } }, - [961]={ + [959]={ [1]={ [1]={ limit={ @@ -18768,7 +18862,7 @@ return { [1]="base_spell_critical_strike_multiplier_+" } }, - [962]={ + [960]={ [1]={ [1]={ limit={ @@ -18784,7 +18878,7 @@ return { [1]="trap_critical_strike_multiplier_+" } }, - [963]={ + [961]={ [1]={ [1]={ limit={ @@ -18813,7 +18907,7 @@ return { [1]="attack_speed_+%" } }, - [964]={ + [962]={ [1]={ [1]={ limit={ @@ -18842,7 +18936,7 @@ return { [1]="base_cast_speed_+%" } }, - [965]={ + [963]={ [1]={ [1]={ limit={ @@ -18876,7 +18970,7 @@ return { [2]="quality_display_base_number_of_crossbow_bolts_is_gem" } }, - [966]={ + [964]={ [1]={ [1]={ limit={ @@ -18901,7 +18995,7 @@ return { [1]="local_additional_charm_slots" } }, - [967]={ + [965]={ [1]={ [1]={ limit={ @@ -18930,7 +19024,7 @@ return { [1]="number_of_additional_arrows" } }, - [968]={ + [966]={ [1]={ [1]={ limit={ @@ -18946,7 +19040,7 @@ return { [1]="additional_all_attributes" } }, - [969]={ + [967]={ [1]={ [1]={ limit={ @@ -18962,7 +19056,7 @@ return { [1]="additional_strength" } }, - [970]={ + [968]={ [1]={ [1]={ limit={ @@ -18978,7 +19072,7 @@ return { [1]="additional_dexterity" } }, - [971]={ + [969]={ [1]={ [1]={ limit={ @@ -18994,7 +19088,7 @@ return { [1]="additional_intelligence" } }, - [972]={ + [970]={ [1]={ [1]={ limit={ @@ -19023,7 +19117,7 @@ return { [1]="base_self_critical_strike_multiplier_-%" } }, - [973]={ + [971]={ [1]={ [1]={ limit={ @@ -19039,7 +19133,7 @@ return { [1]="base_additional_physical_damage_reduction_%" } }, - [974]={ + [972]={ [1]={ [1]={ limit={ @@ -19055,7 +19149,7 @@ return { [1]="additional_maximum_all_elemental_resistances_%" } }, - [975]={ + [973]={ [1]={ [1]={ limit={ @@ -19071,7 +19165,7 @@ return { [1]="base_maximum_fire_damage_resistance_%" } }, - [976]={ + [974]={ [1]={ [1]={ limit={ @@ -19087,7 +19181,7 @@ return { [1]="base_maximum_cold_damage_resistance_%" } }, - [977]={ + [975]={ [1]={ [1]={ limit={ @@ -19103,7 +19197,7 @@ return { [1]="base_maximum_lightning_damage_resistance_%" } }, - [978]={ + [976]={ [1]={ [1]={ limit={ @@ -19119,7 +19213,7 @@ return { [1]="base_maximum_chaos_damage_resistance_%" } }, - [979]={ + [977]={ [1]={ [1]={ limit={ @@ -19135,7 +19229,7 @@ return { [1]="base_resist_all_elements_%" } }, - [980]={ + [978]={ [1]={ [1]={ limit={ @@ -19151,7 +19245,7 @@ return { [1]="base_fire_damage_resistance_%" } }, - [981]={ + [979]={ [1]={ [1]={ limit={ @@ -19167,7 +19261,7 @@ return { [1]="base_cold_damage_resistance_%" } }, - [982]={ + [980]={ [1]={ [1]={ limit={ @@ -19183,7 +19277,7 @@ return { [1]="base_lightning_damage_resistance_%" } }, - [983]={ + [981]={ [1]={ [1]={ limit={ @@ -19199,23 +19293,7 @@ return { [1]="base_chaos_damage_resistance_%" } }, - [984]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage" - } - }, - stats={ - [1]="base_spell_suppression_chance_%" - } - }, - [985]={ + [982]={ [1]={ [1]={ limit={ @@ -19244,6 +19322,54 @@ return { [1]="minion_maximum_life_+%" } }, + [983]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}% of Armour also applies to Elemental Damage" + } + }, + stats={ + [1]="armour_%_applies_to_fire_cold_lightning_damage" + } + }, + [984]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Deflection Rating equal to {0}% of Evasion Rating" + } + }, + stats={ + [1]="base_deflection_rating_%_of_evasion_rating" + } + }, + [985]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain Deflection Rating equal to {0}% of Armour" + } + }, + stats={ + [1]="base_deflection_rating_%_of_armour" + } + }, [986]={ [1]={ [1]={ @@ -19274,6 +19400,35 @@ return { } }, [987]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% faster start of Energy Shield Recharge" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% slower start of Energy Shield Recharge" + } + }, + stats={ + [1]="energy_shield_delay_-%" + } + }, + [988]={ [1]={ [1]={ [1]={ @@ -19293,7 +19448,7 @@ return { [1]="base_life_regeneration_rate_per_minute" } }, - [988]={ + [989]={ [1]={ [1]={ limit={ @@ -19322,7 +19477,7 @@ return { [1]="life_regeneration_rate_+%" } }, - [989]={ + [990]={ [1]={ [1]={ limit={ @@ -19347,7 +19502,7 @@ return { [1]="damage_taken_goes_to_life_over_4_seconds_%" } }, - [990]={ + [991]={ [1]={ [1]={ [1]={ @@ -19367,7 +19522,7 @@ return { [1]="base_life_leech_from_physical_attack_damage_permyriad" } }, - [991]={ + [992]={ [1]={ [1]={ [1]={ @@ -19387,7 +19542,7 @@ return { [1]="local_life_leech_from_physical_damage_permyriad" } }, - [992]={ + [993]={ [1]={ [1]={ limit={ @@ -19416,7 +19571,7 @@ return { [1]="base_life_gain_per_target" } }, - [993]={ + [994]={ [1]={ [1]={ limit={ @@ -19445,7 +19600,7 @@ return { [1]="local_life_gain_per_target" } }, - [994]={ + [995]={ [1]={ [1]={ limit={ @@ -19474,7 +19629,7 @@ return { [1]="base_life_gained_on_enemy_death" } }, - [995]={ + [996]={ [1]={ [1]={ limit={ @@ -19503,7 +19658,7 @@ return { [1]="mana_regeneration_rate_+%" } }, - [996]={ + [997]={ [1]={ [1]={ limit={ @@ -19528,7 +19683,7 @@ return { [1]="damage_taken_goes_to_mana_%" } }, - [997]={ + [998]={ [1]={ [1]={ [1]={ @@ -19548,7 +19703,7 @@ return { [1]="local_mana_leech_from_physical_damage_permyriad" } }, - [998]={ + [999]={ [1]={ [1]={ [1]={ @@ -19568,7 +19723,7 @@ return { [1]="base_mana_leech_from_physical_attack_damage_permyriad" } }, - [999]={ + [1000]={ [1]={ [1]={ limit={ @@ -19597,7 +19752,7 @@ return { [1]="base_mana_gained_on_enemy_death" } }, - [1000]={ + [1001]={ [1]={ [1]={ limit={ @@ -19626,7 +19781,7 @@ return { [1]="charges_gained_+%" } }, - [1001]={ + [1002]={ [1]={ [1]={ limit={ @@ -19659,7 +19814,7 @@ return { [1]="flask_charges_used_+%" } }, - [1002]={ + [1003]={ [1]={ [1]={ limit={ @@ -19688,7 +19843,7 @@ return { [1]="base_stun_threshold_reduction_+%" } }, - [1003]={ + [1004]={ [1]={ [1]={ limit={ @@ -19717,7 +19872,7 @@ return { [1]="hit_damage_stun_multiplier_+%" } }, - [1004]={ + [1005]={ [1]={ [1]={ limit={ @@ -19746,7 +19901,7 @@ return { [1]="local_hit_damage_stun_multiplier_+%" } }, - [1005]={ + [1006]={ [1]={ [1]={ limit={ @@ -19775,7 +19930,7 @@ return { [1]="base_stun_duration_+%" } }, - [1006]={ + [1007]={ [1]={ [1]={ limit={ @@ -19804,31 +19959,6 @@ return { [1]="local_base_stun_duration_+%" } }, - [1007]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Ignite" - } - }, - stats={ - [1]="base_chance_to_ignite_%" - } - }, [1008]={ [1]={ [1]={ @@ -19838,7 +19968,7 @@ return { [2]="#" } }, - text="{0}% increased chance to Ignite" + text="{0}% increased Flammability Magnitude" }, [2]={ [1]={ @@ -19851,7 +19981,7 @@ return { [2]=-1 } }, - text="{0}% reduced chance to Ignite" + text="{0}% reduced Flammability Magnitude" } }, stats={ @@ -20457,6 +20587,35 @@ return { } }, [1029]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ignite Magnitude" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ignite Magnitude" + } + }, + stats={ + [1]="base_ignite_effect_+%" + } + }, + [1030]={ [1]={ [1]={ limit={ @@ -20485,7 +20644,7 @@ return { [1]="map_hellscape_blood_consumed_+%_final" } }, - [1030]={ + [1031]={ [1]={ [1]={ limit={ @@ -20501,7 +20660,7 @@ return { [1]="map_hellscape_gimmick_double_debuff_gain_lose_debuff_over_time" } }, - [1031]={ + [1032]={ [1]={ [1]={ [1]={ @@ -20521,7 +20680,7 @@ return { [1]="map_hellscape_gimmick_%_maximum_life_and_es_taken_as_physical_damage_per_minute_per_%_hellscape_charge_while_hellscape_can_be_activated" } }, - [1032]={ + [1033]={ [1]={ [1]={ limit={ @@ -20537,7 +20696,7 @@ return { [1]="map_hellscape_gimmick_shift_on_killing_rare_unique_kills_drain_resource" } }, - [1033]={ + [1034]={ [1]={ [1]={ limit={ @@ -20553,7 +20712,7 @@ return { [1]="map_hellscape_gimmick_shift_on_reaching_full_resource_kills_drain_resource" } }, - [1034]={ + [1035]={ [1]={ [1]={ limit={ @@ -20569,7 +20728,7 @@ return { [1]="map_hellscape_gimmick_shift_randomly" } }, - [1035]={ + [1036]={ [1]={ [1]={ limit={ @@ -20585,7 +20744,7 @@ return { [1]="map_hellscape_fire_damage_taken_when_switching" } }, - [1036]={ + [1037]={ [1]={ [1]={ limit={ @@ -20601,7 +20760,7 @@ return { [1]="map_hellscape_lightning_damage_taken_when_switching" } }, - [1037]={ + [1038]={ [1]={ [1]={ limit={ @@ -20630,7 +20789,7 @@ return { [1]="map_hellscape_monster_damage_+%_final" } }, - [1038]={ + [1039]={ [1]={ [1]={ limit={ @@ -20659,7 +20818,7 @@ return { [1]="map_hellscape_monster_damage_taken_+%_final" } }, - [1039]={ + [1040]={ [1]={ [1]={ limit={ @@ -20688,7 +20847,7 @@ return { [1]="map_hellscape_monster_life_+%_final" } }, - [1040]={ + [1041]={ [1]={ [1]={ [1]={ @@ -20708,7 +20867,7 @@ return { [1]="map_hellscape_monster_life_regeneration_rate_per_minute_%" } }, - [1041]={ + [1042]={ [1]={ [1]={ limit={ @@ -20724,7 +20883,7 @@ return { [1]="map_hellscape_physical_damage_taken_when_switching" } }, - [1042]={ + [1043]={ [1]={ [1]={ limit={ @@ -20749,7 +20908,7 @@ return { [1]="map_player_additional_physical_damage_reduction_%_in_hellscape" } }, - [1043]={ + [1044]={ [1]={ [1]={ limit={ @@ -20765,22 +20924,6 @@ return { [1]="map_player_block_chance_%_in_hellscape" } }, - [1044]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Players have {0:+d}% chance to Evade Attack Hits while in Nightmare" - } - }, - stats={ - [1]="map_player_chance_to_evade_attacks_%_in_hellscape" - } - }, [1045]={ [1]={ [1]={ @@ -20843,22 +20986,6 @@ return { } }, [1048]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Players have {0:+d}% chance to Suppress Spell Damage while in Nightmare" - } - }, - stats={ - [1]="map_player_spell_suppression_chance_%_in_hellscape" - } - }, - [1049]={ [1]={ [1]={ limit={ @@ -20883,7 +21010,7 @@ return { [1]="map_hellscape_additional_boss" } }, - [1050]={ + [1049]={ [1]={ [1]={ limit={ @@ -20912,7 +21039,7 @@ return { [1]="map_hellscape_item_drop_quantity_+%" } }, - [1051]={ + [1050]={ [1]={ [1]={ limit={ @@ -20941,7 +21068,7 @@ return { [1]="map_hellscape_item_drop_rarity_+%" } }, - [1052]={ + [1051]={ [1]={ [1]={ limit={ @@ -20970,7 +21097,7 @@ return { [1]="map_hellscape_monster_slain_experience_+%_final" } }, - [1053]={ + [1052]={ [1]={ [1]={ limit={ @@ -20999,7 +21126,7 @@ return { [1]="map_hellscape_pack_size_+%" } }, - [1054]={ + [1053]={ [1]={ [1]={ limit={ @@ -21024,7 +21151,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_abyss_jewel" } }, - [1055]={ + [1054]={ [1]={ [1]={ limit={ @@ -21049,7 +21176,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_basic_currency_item" } }, - [1056]={ + [1055]={ [1]={ [1]={ limit={ @@ -21074,7 +21201,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_blight_oil" } }, - [1057]={ + [1056]={ [1]={ [1]={ limit={ @@ -21099,7 +21226,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_breach_splinters" } }, - [1058]={ + [1057]={ [1]={ [1]={ limit={ @@ -21124,7 +21251,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_delirium_splinters" } }, - [1059]={ + [1058]={ [1]={ [1]={ limit={ @@ -21149,7 +21276,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_delve_fossil" } }, - [1060]={ + [1059]={ [1]={ [1]={ limit={ @@ -21174,7 +21301,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_enchanted_item" } }, - [1061]={ + [1060]={ [1]={ [1]={ limit={ @@ -21199,7 +21326,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_essence" } }, - [1062]={ + [1061]={ [1]={ [1]={ limit={ @@ -21224,7 +21351,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_expedition_currency" } }, - [1063]={ + [1062]={ [1]={ [1]={ limit={ @@ -21249,7 +21376,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_fractured_item" } }, - [1064]={ + [1063]={ [1]={ [1]={ limit={ @@ -21274,7 +21401,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_gem" } }, - [1065]={ + [1064]={ [1]={ [1]={ limit={ @@ -21299,7 +21426,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_incubator" } }, - [1066]={ + [1065]={ [1]={ [1]={ limit={ @@ -21324,7 +21451,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_influence_item" } }, - [1067]={ + [1066]={ [1]={ [1]={ limit={ @@ -21349,7 +21476,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_legion_splinters" } }, - [1068]={ + [1067]={ [1]={ [1]={ limit={ @@ -21374,7 +21501,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_map_item" } }, - [1069]={ + [1068]={ [1]={ [1]={ limit={ @@ -21399,7 +21526,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_metamorph_catalyst" } }, - [1070]={ + [1069]={ [1]={ [1]={ limit={ @@ -21424,7 +21551,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_scarab" } }, - [1071]={ + [1070]={ [1]={ [1]={ limit={ @@ -21449,7 +21576,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_scourged_item" } }, - [1072]={ + [1071]={ [1]={ [1]={ limit={ @@ -21474,7 +21601,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_stacked_decks" } }, - [1073]={ + [1072]={ [1]={ [1]={ limit={ @@ -21499,7 +21626,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_tainted_currency" } }, - [1074]={ + [1073]={ [1]={ [1]={ limit={ @@ -21524,7 +21651,7 @@ return { [1]="map_hellscape_rare_monster_drop_additional_unique_item" } }, - [1075]={ + [1074]={ [1]={ [1]={ limit={ @@ -21549,7 +21676,7 @@ return { [1]="map_hellscape_rare_monster_drop_items_X_levels_higher" } }, - [1076]={ + [1075]={ [1]={ [1]={ limit={ @@ -21565,7 +21692,7 @@ return { [1]="monster_base_block_%" } }, - [1077]={ + [1076]={ [1]={ [1]={ limit={ @@ -21581,157 +21708,7 @@ return { [1]="shield_block_%" } }, - [1078]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while holding a Shield" - } - }, - stats={ - [1]="shield_spell_block_%" - } - }, - [1079]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Prevent {0:+d}% of Suppressed Spell Damage" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0:+d}% to amount of Suppressed Spell Damage Prevented" - } - }, - stats={ - [1]="base_spell_damage_%_suppressed" - } - }, - [1080]={ - [1]={ - [1]={ - [1]={ - k="times_one_point_five", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage" - } - }, - stats={ - [1]="base_spell_suppression_chance_150%_of_value" - } - }, - [1081]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while Dual Wielding" - } - }, - stats={ - [1]="spell_block_while_dual_wielding_%" - } - }, - [1082]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while on Low Life" - } - }, - stats={ - [1]="spell_block_%_while_on_low_life" - } - }, - [1083]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Prevent {0:+d}% of Suppressed Spell Damage while on Full Energy Shield" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0:+d}% to amount of Suppressed Spell Damage Prevented while on Full Energy Shield" - } - }, - stats={ - [1]="spell_damage_%_suppressed_while_on_full_energy_shield" - } - }, - [1084]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while wielding a Bow" - } - }, - stats={ - [1]="spell_block_with_bow_%" - } - }, - [1085]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while wielding a Staff" - } - }, - stats={ - [1]="spell_block_with_staff_%" - } - }, - [1086]={ + [1077]={ [1]={ [1]={ limit={ @@ -21747,7 +21724,7 @@ return { [1]="staff_block_%" } }, - [1087]={ + [1078]={ [1]={ [1]={ limit={ @@ -21763,7 +21740,7 @@ return { [1]="block_chance_%_per_50_strength" } }, - [1088]={ + [1079]={ [1]={ [1]={ limit={ @@ -21779,108 +21756,7 @@ return { [1]="additional_staff_block_%" } }, - [1089]={ - [1]={ - [1]={ - [1]={ - k="30%_of_value", - v=1 - }, - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% Chance to Block Spell Damage" - } - }, - stats={ - [1]="old_do_not_use_spell_block_%_from_assumed_block_value" - } - }, - [1090]={ - [1]={ - [1]={ - [1]={ - k="30%_of_value", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% Chance to Block Spell Damage while on Low Life" - } - }, - stats={ - [1]="old_do_not_use_spell_block_%_while_on_low_life_from_assumed_block_value" - } - }, - [1091]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Chance to Block Spell Damage is equal to Chance to Block Attack Damage\nMaximum Chance to Block Spell Damage is equal to Maximum Chance to Block Attack Damage" - } - }, - stats={ - [1]="spell_block_equals_attack_block" - } - }, - [1092]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage" - } - }, - stats={ - [1]="additional_spell_block_%" - } - }, - [1093]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Chance to Block Spell Damage is Lucky" - }, - [2]={ - [1]={ - k="canonical_line", - v=true - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Chance to Block Spell Damage is Unlucky" - } - }, - stats={ - [1]="base_spell_block_luck" - } - }, - [1094]={ + [1080]={ [1]={ [1]={ limit={ @@ -21896,7 +21772,7 @@ return { [1]="block_while_dual_wielding_%" } }, - [1095]={ + [1081]={ [1]={ [1]={ limit={ @@ -21912,7 +21788,7 @@ return { [1]="block_while_dual_wielding_claws_%" } }, - [1096]={ + [1082]={ [1]={ [1]={ limit={ @@ -21928,7 +21804,7 @@ return { [1]="block_chance_%_while_holding_shield" } }, - [1097]={ + [1083]={ [1]={ [1]={ limit={ @@ -21944,7 +21820,7 @@ return { [1]="dual_wield_or_shield_block_%" } }, - [1098]={ + [1084]={ [1]={ [1]={ [1]={ @@ -21977,7 +21853,7 @@ return { [1]="block_chance_+%" } }, - [1099]={ + [1085]={ [1]={ [1]={ limit={ @@ -22006,7 +21882,23 @@ return { [1]="block_recovery_+%" } }, - [1100]={ + [1086]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Heavy Stuns Enemies that are on Full Life" + } + }, + stats={ + [1]="local_always_heavy_stun_on_full_life" + } + }, + [1087]={ [1]={ [1]={ limit={ @@ -22022,7 +21914,7 @@ return { [1]="melee_splash" } }, - [1101]={ + [1088]={ [1]={ [1]={ limit={ @@ -22038,7 +21930,7 @@ return { [1]="offerings_also_buff_you" } }, - [1102]={ + [1089]={ [1]={ [1]={ limit={ @@ -22067,7 +21959,7 @@ return { [1]="self_offering_effect_+%" } }, - [1103]={ + [1090]={ [1]={ [1]={ limit={ @@ -22076,7 +21968,7 @@ return { [2]="#" } }, - text="Your Offerings have {0}% increased Effect" + text="Offering Skills have {0}% increased Buff effect" }, [2]={ [1]={ @@ -22089,14 +21981,14 @@ return { [2]=-1 } }, - text="Your Offerings have {0}% reduced Effect" + text="Offering Skills have {0}% reduced Buff effect" } }, stats={ [1]="offering_spells_effect_+%" } }, - [1104]={ + [1091]={ [1]={ [1]={ limit={ @@ -22125,7 +22017,7 @@ return { [1]="bone_offering_effect_+%" } }, - [1105]={ + [1092]={ [1]={ [1]={ limit={ @@ -22154,7 +22046,7 @@ return { [1]="flesh_offering_effect_+%" } }, - [1106]={ + [1093]={ [1]={ [1]={ limit={ @@ -22183,7 +22075,7 @@ return { [1]="spirit_offering_effect_+%" } }, - [1107]={ + [1094]={ [1]={ [1]={ limit={ @@ -22212,7 +22104,7 @@ return { [1]="slayer_ascendancy_melee_splash_damage_+%_final_for_splash" } }, - [1108]={ + [1095]={ [1]={ [1]={ limit={ @@ -22228,7 +22120,7 @@ return { [1]="additional_strength_and_dexterity" } }, - [1109]={ + [1096]={ [1]={ [1]={ limit={ @@ -22244,7 +22136,7 @@ return { [1]="additional_strength_and_intelligence" } }, - [1110]={ + [1097]={ [1]={ [1]={ limit={ @@ -22260,7 +22152,23 @@ return { [1]="additional_dexterity_and_intelligence" } }, - [1111]={ + [1098]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to all Attributes" + } + }, + stats={ + [1]="base_all_attributes" + } + }, + [1099]={ [1]={ [1]={ limit={ @@ -22289,7 +22197,7 @@ return { [1]="all_attributes_+%" } }, - [1112]={ + [1100]={ [1]={ [1]={ limit={ @@ -22318,7 +22226,7 @@ return { [1]="strength_+%" } }, - [1113]={ + [1101]={ [1]={ [1]={ limit={ @@ -22347,7 +22255,7 @@ return { [1]="dexterity_+%" } }, - [1114]={ + [1102]={ [1]={ [1]={ limit={ @@ -22376,7 +22284,7 @@ return { [1]="intelligence_+%" } }, - [1115]={ + [1103]={ [1]={ [1]={ limit={ @@ -22392,7 +22300,7 @@ return { [1]="modifiers_to_attributes_instead_apply_to_ascendance" } }, - [1116]={ + [1104]={ [1]={ [1]={ limit={ @@ -22408,7 +22316,7 @@ return { [1]="elemental_resistance_+%_per_15_ascendance" } }, - [1117]={ + [1105]={ [1]={ [1]={ limit={ @@ -22424,7 +22332,7 @@ return { [1]="penetrate_elemental_resistance_%_per_15_ascendance" } }, - [1118]={ + [1106]={ [1]={ [1]={ limit={ @@ -22440,7 +22348,7 @@ return { [1]="attribute_requirements_can_be_satisfied_by_%_of_ascendance" } }, - [1119]={ + [1107]={ [1]={ [1]={ limit={ @@ -22469,7 +22377,7 @@ return { [1]="damage_+%" } }, - [1120]={ + [1108]={ [1]={ [1]={ limit={ @@ -22498,7 +22406,7 @@ return { [1]="on_weapon_global_damage_+%" } }, - [1121]={ + [1109]={ [1]={ [1]={ limit={ @@ -22527,7 +22435,7 @@ return { [1]="totem_damage_+%" } }, - [1122]={ + [1110]={ [1]={ [1]={ limit={ @@ -22556,7 +22464,7 @@ return { [1]="trap_or_mine_damage_+%" } }, - [1123]={ + [1111]={ [1]={ [1]={ limit={ @@ -22585,7 +22493,7 @@ return { [1]="mine_damage_+%" } }, - [1124]={ + [1112]={ [1]={ [1]={ limit={ @@ -22618,7 +22526,7 @@ return { [1]="unique_mine_damage_+%_final" } }, - [1125]={ + [1113]={ [1]={ [1]={ limit={ @@ -22647,7 +22555,7 @@ return { [1]="attack_damage_+%" } }, - [1126]={ + [1114]={ [1]={ [1]={ limit={ @@ -22676,7 +22584,7 @@ return { [1]="unique_ryslathas_coil_maximum_physical_attack_damage_+%_final" } }, - [1127]={ + [1115]={ [1]={ [1]={ limit={ @@ -22709,7 +22617,7 @@ return { [1]="unique_ryslathas_coil_minimum_physical_attack_damage_+%_final" } }, - [1128]={ + [1116]={ [1]={ [1]={ limit={ @@ -22738,7 +22646,7 @@ return { [1]="cold_attack_damage_+%" } }, - [1129]={ + [1117]={ [1]={ [1]={ limit={ @@ -22767,7 +22675,7 @@ return { [1]="fire_attack_damage_+%" } }, - [1130]={ + [1118]={ [1]={ [1]={ limit={ @@ -22796,7 +22704,7 @@ return { [1]="physical_attack_damage_+%" } }, - [1131]={ + [1119]={ [1]={ [1]={ limit={ @@ -22825,7 +22733,7 @@ return { [1]="cold_attack_damage_+%_while_holding_a_shield" } }, - [1132]={ + [1120]={ [1]={ [1]={ limit={ @@ -22854,7 +22762,7 @@ return { [1]="fire_attack_damage_+%_while_holding_a_shield" } }, - [1133]={ + [1121]={ [1]={ [1]={ limit={ @@ -22883,7 +22791,7 @@ return { [1]="attack_damage_+%_while_holding_a_shield" } }, - [1134]={ + [1122]={ [1]={ [1]={ limit={ @@ -22912,7 +22820,7 @@ return { [1]="attack_skills_damage_+%_while_holding_shield" } }, - [1135]={ + [1123]={ [1]={ [1]={ limit={ @@ -22941,7 +22849,7 @@ return { [1]="physical_attack_damage_+%_while_holding_a_shield" } }, - [1136]={ + [1124]={ [1]={ [1]={ limit={ @@ -22970,7 +22878,7 @@ return { [1]="damage_over_time_+%" } }, - [1137]={ + [1125]={ [1]={ [1]={ limit={ @@ -22999,7 +22907,7 @@ return { [1]="physical_damage_over_time_+%" } }, - [1138]={ + [1126]={ [1]={ [1]={ limit={ @@ -23028,7 +22936,7 @@ return { [1]="fire_damage_over_time_+%" } }, - [1139]={ + [1127]={ [1]={ [1]={ limit={ @@ -23057,7 +22965,7 @@ return { [1]="cold_damage_over_time_+%" } }, - [1140]={ + [1128]={ [1]={ [1]={ limit={ @@ -23086,7 +22994,7 @@ return { [1]="chaos_damage_over_time_+%" } }, - [1141]={ + [1129]={ [1]={ [1]={ limit={ @@ -23115,7 +23023,7 @@ return { [1]="damage_+%_when_on_low_life" } }, - [1142]={ + [1130]={ [1]={ [1]={ limit={ @@ -23144,7 +23052,7 @@ return { [1]="damage_+%_per_active_curse_on_self" } }, - [1143]={ + [1131]={ [1]={ [1]={ limit={ @@ -23173,7 +23081,7 @@ return { [1]="damage_+%_while_life_leeching" } }, - [1144]={ + [1132]={ [1]={ [1]={ limit={ @@ -23202,7 +23110,7 @@ return { [1]="physical_damage_+%_while_life_leeching" } }, - [1145]={ + [1133]={ [1]={ [1]={ limit={ @@ -23231,7 +23139,7 @@ return { [1]="damage_+%_while_mana_leeching" } }, - [1146]={ + [1134]={ [1]={ [1]={ limit={ @@ -23260,7 +23168,7 @@ return { [1]="attack_speed_+%_when_on_low_life" } }, - [1147]={ + [1135]={ [1]={ [1]={ limit={ @@ -23289,7 +23197,7 @@ return { [1]="attack_speed_+%_when_on_full_life" } }, - [1148]={ + [1136]={ [1]={ [1]={ limit={ @@ -23318,7 +23226,7 @@ return { [1]="spell_fire_damage_+%" } }, - [1149]={ + [1137]={ [1]={ [1]={ limit={ @@ -23347,7 +23255,7 @@ return { [1]="spell_cold_damage_+%" } }, - [1150]={ + [1138]={ [1]={ [1]={ limit={ @@ -23376,7 +23284,7 @@ return { [1]="spell_staff_damage_+%" } }, - [1151]={ + [1139]={ [1]={ [1]={ limit={ @@ -23405,7 +23313,7 @@ return { [1]="spell_bow_damage_+%" } }, - [1152]={ + [1140]={ [1]={ [1]={ limit={ @@ -23434,7 +23342,7 @@ return { [1]="spell_damage_+%_while_holding_shield" } }, - [1153]={ + [1141]={ [1]={ [1]={ limit={ @@ -23463,7 +23371,7 @@ return { [1]="spell_damage_+%_while_dual_wielding" } }, - [1154]={ + [1142]={ [1]={ [1]={ limit={ @@ -23492,7 +23400,7 @@ return { [1]="physical_damage_+%" } }, - [1155]={ + [1143]={ [1]={ [1]={ limit={ @@ -23508,7 +23416,7 @@ return { [1]="local_weapon_enemy_phys_reduction_%_penalty" } }, - [1156]={ + [1144]={ [1]={ [1]={ limit={ @@ -23537,7 +23445,7 @@ return { [1]="melee_damage_+%" } }, - [1157]={ + [1145]={ [1]={ [1]={ limit={ @@ -23566,7 +23474,7 @@ return { [1]="melee_damage_+%_vs_frozen_enemies" } }, - [1158]={ + [1146]={ [1]={ [1]={ limit={ @@ -23595,7 +23503,7 @@ return { [1]="damage_+%_vs_frozen_enemies" } }, - [1159]={ + [1147]={ [1]={ [1]={ limit={ @@ -23624,7 +23532,7 @@ return { [1]="melee_damage_+%_vs_shocked_enemies" } }, - [1160]={ + [1148]={ [1]={ [1]={ limit={ @@ -23653,7 +23561,7 @@ return { [1]="damage_vs_shocked_enemies_+%" } }, - [1161]={ + [1149]={ [1]={ [1]={ limit={ @@ -23682,7 +23590,7 @@ return { [1]="melee_damage_+%_vs_burning_enemies" } }, - [1162]={ + [1150]={ [1]={ [1]={ limit={ @@ -23711,7 +23619,7 @@ return { [1]="damage_+%_vs_enemies_per_freeze_shock_ignite" } }, - [1163]={ + [1151]={ [1]={ [1]={ limit={ @@ -23740,7 +23648,7 @@ return { [1]="damage_+%_vs_frozen_shocked_ignited_enemies" } }, - [1164]={ + [1152]={ [1]={ [1]={ limit={ @@ -23756,7 +23664,7 @@ return { [1]="dot_multiplier_+" } }, - [1165]={ + [1153]={ [1]={ [1]={ limit={ @@ -23772,7 +23680,7 @@ return { [1]="damage_over_time_multiplier_+_with_attacks" } }, - [1166]={ + [1154]={ [1]={ [1]={ limit={ @@ -23788,7 +23696,7 @@ return { [1]="physical_dot_multiplier_+" } }, - [1167]={ + [1155]={ [1]={ [1]={ limit={ @@ -23804,7 +23712,7 @@ return { [1]="physical_damage_over_time_multiplier_+_with_attacks" } }, - [1168]={ + [1156]={ [1]={ [1]={ limit={ @@ -23820,7 +23728,7 @@ return { [1]="fire_dot_multiplier_+" } }, - [1169]={ + [1157]={ [1]={ [1]={ limit={ @@ -23836,7 +23744,7 @@ return { [1]="fire_damage_over_time_multiplier_+_with_attacks" } }, - [1170]={ + [1158]={ [1]={ [1]={ limit={ @@ -23852,7 +23760,7 @@ return { [1]="cold_damage_over_time_multiplier_+_while_affected_by_malevolence" } }, - [1171]={ + [1159]={ [1]={ [1]={ limit={ @@ -23868,7 +23776,7 @@ return { [1]="cold_dot_multiplier_+" } }, - [1172]={ + [1160]={ [1]={ [1]={ limit={ @@ -23884,7 +23792,7 @@ return { [1]="lightning_dot_multiplier_+" } }, - [1173]={ + [1161]={ [1]={ [1]={ limit={ @@ -23900,7 +23808,7 @@ return { [1]="chaos_damage_over_time_multiplier_+_while_affected_by_malevolence" } }, - [1174]={ + [1162]={ [1]={ [1]={ limit={ @@ -23916,7 +23824,7 @@ return { [1]="chaos_dot_multiplier_+" } }, - [1175]={ + [1163]={ [1]={ [1]={ limit={ @@ -23932,7 +23840,7 @@ return { [1]="chaos_damage_over_time_multiplier_+_with_attacks" } }, - [1176]={ + [1164]={ [1]={ [1]={ limit={ @@ -23953,7 +23861,7 @@ return { [2]="global_maximum_added_physical_damage" } }, - [1177]={ + [1165]={ [1]={ [1]={ limit={ @@ -23974,7 +23882,7 @@ return { [2]="from_self_maximum_added_attack_physical_damage_taken" } }, - [1178]={ + [1166]={ [1]={ [1]={ limit={ @@ -23995,7 +23903,7 @@ return { [2]="attack_maximum_added_physical_damage_with_weapons" } }, - [1179]={ + [1167]={ [1]={ [1]={ limit={ @@ -24016,7 +23924,7 @@ return { [2]="local_attack_maximum_added_physical_damage_per_3_levels" } }, - [1180]={ + [1168]={ [1]={ [1]={ limit={ @@ -24037,7 +23945,7 @@ return { [2]="maximum_added_physical_damage_vs_frozen_enemies" } }, - [1181]={ + [1169]={ [1]={ [1]={ limit={ @@ -24058,7 +23966,7 @@ return { [2]="maximum_added_fire_damage_vs_ignited_enemies" } }, - [1182]={ + [1170]={ [1]={ [1]={ limit={ @@ -24079,7 +23987,7 @@ return { [2]="maximum_added_fire_attack_damage_per_active_buff" } }, - [1183]={ + [1171]={ [1]={ [1]={ limit={ @@ -24100,7 +24008,7 @@ return { [2]="maximum_added_fire_spell_damage_per_active_buff" } }, - [1184]={ + [1172]={ [1]={ [1]={ limit={ @@ -24121,7 +24029,7 @@ return { [2]="maximum_added_fire_damage_per_active_buff" } }, - [1185]={ + [1173]={ [1]={ [1]={ limit={ @@ -24150,7 +24058,7 @@ return { [1]="attack_skills_damage_+%_while_dual_wielding" } }, - [1186]={ + [1174]={ [1]={ [1]={ limit={ @@ -24179,7 +24087,7 @@ return { [1]="damage_while_dual_wielding_+%" } }, - [1187]={ + [1175]={ [1]={ [1]={ limit={ @@ -24208,7 +24116,7 @@ return { [1]="physical_damage_while_dual_wielding_+%" } }, - [1188]={ + [1176]={ [1]={ [1]={ limit={ @@ -24237,7 +24145,7 @@ return { [1]="fire_damage_while_dual_wielding_+%" } }, - [1189]={ + [1177]={ [1]={ [1]={ limit={ @@ -24266,7 +24174,7 @@ return { [1]="cold_damage_while_dual_wielding_+%" } }, - [1190]={ + [1178]={ [1]={ [1]={ limit={ @@ -24295,7 +24203,7 @@ return { [1]="base_main_hand_damage_+%" } }, - [1191]={ + [1179]={ [1]={ [1]={ limit={ @@ -24324,7 +24232,7 @@ return { [1]="base_off_hand_damage_+%" } }, - [1192]={ + [1180]={ [1]={ [1]={ limit={ @@ -24353,7 +24261,7 @@ return { [1]="damage_+%_with_one_handed_melee_weapons" } }, - [1193]={ + [1181]={ [1]={ [1]={ limit={ @@ -24382,7 +24290,7 @@ return { [1]="damage_+%_with_melee_weapons" } }, - [1194]={ + [1182]={ [1]={ [1]={ limit={ @@ -24411,7 +24319,7 @@ return { [1]="one_handed_melee_physical_damage_+%" } }, - [1195]={ + [1183]={ [1]={ [1]={ limit={ @@ -24440,7 +24348,7 @@ return { [1]="one_handed_melee_fire_damage_+%" } }, - [1196]={ + [1184]={ [1]={ [1]={ limit={ @@ -24469,7 +24377,7 @@ return { [1]="one_handed_melee_cold_damage_+%" } }, - [1197]={ + [1185]={ [1]={ [1]={ limit={ @@ -24498,7 +24406,7 @@ return { [1]="two_handed_melee_physical_damage_+%" } }, - [1198]={ + [1186]={ [1]={ [1]={ limit={ @@ -24527,7 +24435,7 @@ return { [1]="damage_+%_with_two_handed_melee_weapons" } }, - [1199]={ + [1187]={ [1]={ [1]={ limit={ @@ -24556,7 +24464,7 @@ return { [1]="two_handed_melee_fire_damage_+%" } }, - [1200]={ + [1188]={ [1]={ [1]={ limit={ @@ -24585,7 +24493,7 @@ return { [1]="two_handed_melee_cold_damage_+%" } }, - [1201]={ + [1189]={ [1]={ [1]={ limit={ @@ -24614,7 +24522,7 @@ return { [1]="unarmed_melee_physical_damage_+%" } }, - [1202]={ + [1190]={ [1]={ [1]={ limit={ @@ -24643,7 +24551,7 @@ return { [1]="axe_damage_+%" } }, - [1203]={ + [1191]={ [1]={ [1]={ limit={ @@ -24672,7 +24580,7 @@ return { [1]="physical_axe_damage_+%" } }, - [1204]={ + [1192]={ [1]={ [1]={ limit={ @@ -24701,7 +24609,7 @@ return { [1]="fire_axe_damage_+%" } }, - [1205]={ + [1193]={ [1]={ [1]={ limit={ @@ -24730,7 +24638,7 @@ return { [1]="cold_axe_damage_+%" } }, - [1206]={ + [1194]={ [1]={ [1]={ limit={ @@ -24759,7 +24667,7 @@ return { [1]="physical_staff_damage_+%" } }, - [1207]={ + [1195]={ [1]={ [1]={ limit={ @@ -24788,7 +24696,7 @@ return { [1]="quarterstaff_damage_+%" } }, - [1208]={ + [1196]={ [1]={ [1]={ limit={ @@ -24817,7 +24725,7 @@ return { [1]="fire_staff_damage_+%" } }, - [1209]={ + [1197]={ [1]={ [1]={ limit={ @@ -24846,7 +24754,7 @@ return { [1]="cold_staff_damage_+%" } }, - [1210]={ + [1198]={ [1]={ [1]={ limit={ @@ -24875,7 +24783,7 @@ return { [1]="claw_damage_+%" } }, - [1211]={ + [1199]={ [1]={ [1]={ limit={ @@ -24904,7 +24812,7 @@ return { [1]="physical_claw_damage_+%" } }, - [1212]={ + [1200]={ [1]={ [1]={ limit={ @@ -24933,7 +24841,7 @@ return { [1]="fire_claw_damage_+%" } }, - [1213]={ + [1201]={ [1]={ [1]={ limit={ @@ -24962,7 +24870,7 @@ return { [1]="cold_claw_damage_+%" } }, - [1214]={ + [1202]={ [1]={ [1]={ limit={ @@ -24991,7 +24899,7 @@ return { [1]="dagger_damage_+%" } }, - [1215]={ + [1203]={ [1]={ [1]={ limit={ @@ -25020,7 +24928,7 @@ return { [1]="physical_dagger_damage_+%" } }, - [1216]={ + [1204]={ [1]={ [1]={ limit={ @@ -25049,7 +24957,7 @@ return { [1]="fire_dagger_damage_+%" } }, - [1217]={ + [1205]={ [1]={ [1]={ limit={ @@ -25078,7 +24986,7 @@ return { [1]="cold_dagger_damage_+%" } }, - [1218]={ + [1206]={ [1]={ [1]={ limit={ @@ -25107,7 +25015,7 @@ return { [1]="mace_damage_+%" } }, - [1219]={ + [1207]={ [1]={ [1]={ limit={ @@ -25136,7 +25044,7 @@ return { [1]="physical_mace_damage_+%" } }, - [1220]={ + [1208]={ [1]={ [1]={ limit={ @@ -25165,7 +25073,7 @@ return { [1]="fire_mace_damage_+%" } }, - [1221]={ + [1209]={ [1]={ [1]={ limit={ @@ -25194,7 +25102,7 @@ return { [1]="cold_mace_damage_+%" } }, - [1222]={ + [1210]={ [1]={ [1]={ limit={ @@ -25223,7 +25131,7 @@ return { [1]="bow_damage_+%" } }, - [1223]={ + [1211]={ [1]={ [1]={ limit={ @@ -25252,7 +25160,7 @@ return { [1]="physical_bow_damage_+%" } }, - [1224]={ + [1212]={ [1]={ [1]={ limit={ @@ -25281,7 +25189,7 @@ return { [1]="fire_bow_damage_+%" } }, - [1225]={ + [1213]={ [1]={ [1]={ limit={ @@ -25310,7 +25218,7 @@ return { [1]="cold_bow_damage_+%" } }, - [1226]={ + [1214]={ [1]={ [1]={ limit={ @@ -25339,7 +25247,7 @@ return { [1]="bow_elemental_damage_+%" } }, - [1227]={ + [1215]={ [1]={ [1]={ limit={ @@ -25368,7 +25276,7 @@ return { [1]="physical_sword_damage_+%" } }, - [1228]={ + [1216]={ [1]={ [1]={ limit={ @@ -25397,7 +25305,7 @@ return { [1]="sword_damage_+%" } }, - [1229]={ + [1217]={ [1]={ [1]={ limit={ @@ -25426,7 +25334,7 @@ return { [1]="fire_sword_damage_+%" } }, - [1230]={ + [1218]={ [1]={ [1]={ limit={ @@ -25455,7 +25363,7 @@ return { [1]="cold_sword_damage_+%" } }, - [1231]={ + [1219]={ [1]={ [1]={ limit={ @@ -25484,7 +25392,7 @@ return { [1]="damage_+%_while_wielding_wand" } }, - [1232]={ + [1220]={ [1]={ [1]={ limit={ @@ -25513,7 +25421,7 @@ return { [1]="physical_wand_damage_+%" } }, - [1233]={ + [1221]={ [1]={ [1]={ limit={ @@ -25542,7 +25450,7 @@ return { [1]="fire_wand_damage_+%" } }, - [1234]={ + [1222]={ [1]={ [1]={ limit={ @@ -25571,7 +25479,7 @@ return { [1]="cold_wand_damage_+%" } }, - [1235]={ + [1223]={ [1]={ [1]={ limit={ @@ -25600,7 +25508,7 @@ return { [1]="weapon_elemental_damage_+%" } }, - [1236]={ + [1224]={ [1]={ [1]={ limit={ @@ -25629,7 +25537,7 @@ return { [1]="spear_damage_+%" } }, - [1237]={ + [1225]={ [1]={ [1]={ limit={ @@ -25650,7 +25558,7 @@ return { [2]="from_self_maximum_added_fire_damage_taken" } }, - [1238]={ + [1226]={ [1]={ [1]={ limit={ @@ -25671,7 +25579,7 @@ return { [2]="global_maximum_added_fire_damage" } }, - [1239]={ + [1227]={ [1]={ [1]={ limit={ @@ -25692,7 +25600,7 @@ return { [2]="from_self_maximum_added_attack_fire_damage_taken" } }, - [1240]={ + [1228]={ [1]={ [1]={ limit={ @@ -25713,7 +25621,7 @@ return { [2]="unique_local_maximum_added_fire_damage_when_in_main_hand" } }, - [1241]={ + [1229]={ [1]={ [1]={ limit={ @@ -25742,7 +25650,7 @@ return { [1]="damage_with_fire_skills_+%" } }, - [1242]={ + [1230]={ [1]={ [1]={ limit={ @@ -25771,7 +25679,7 @@ return { [1]="cast_speed_for_fire_skills_+%" } }, - [1243]={ + [1231]={ [1]={ [1]={ limit={ @@ -25792,7 +25700,7 @@ return { [2]="from_self_maximum_added_cold_damage_taken" } }, - [1244]={ + [1232]={ [1]={ [1]={ limit={ @@ -25813,7 +25721,7 @@ return { [2]="global_maximum_added_cold_damage" } }, - [1245]={ + [1233]={ [1]={ [1]={ limit={ @@ -25834,7 +25742,7 @@ return { [2]="from_self_maximum_added_attack_cold_damage_taken" } }, - [1246]={ + [1234]={ [1]={ [1]={ limit={ @@ -25855,7 +25763,7 @@ return { [2]="unique_local_maximum_added_cold_damage_when_in_off_hand" } }, - [1247]={ + [1235]={ [1]={ [1]={ limit={ @@ -25876,7 +25784,7 @@ return { [2]="spell_and_attack_maximum_added_fire_damage" } }, - [1248]={ + [1236]={ [1]={ [1]={ limit={ @@ -25897,7 +25805,7 @@ return { [2]="spell_and_attack_maximum_added_cold_damage" } }, - [1249]={ + [1237]={ [1]={ [1]={ limit={ @@ -25926,7 +25834,7 @@ return { [1]="damage_with_cold_skills_+%" } }, - [1250]={ + [1238]={ [1]={ [1]={ limit={ @@ -25955,7 +25863,7 @@ return { [1]="cast_speed_for_cold_skills_+%" } }, - [1251]={ + [1239]={ [1]={ [1]={ limit={ @@ -25976,7 +25884,7 @@ return { [2]="from_self_maximum_added_lightning_damage_taken" } }, - [1252]={ + [1240]={ [1]={ [1]={ limit={ @@ -25997,7 +25905,7 @@ return { [2]="global_maximum_added_lightning_damage" } }, - [1253]={ + [1241]={ [1]={ [1]={ limit={ @@ -26018,7 +25926,7 @@ return { [2]="from_self_maximum_added_attack_lightning_damage_taken" } }, - [1254]={ + [1242]={ [1]={ [1]={ limit={ @@ -26047,7 +25955,7 @@ return { [1]="damage_with_lightning_skills_+%" } }, - [1255]={ + [1243]={ [1]={ [1]={ limit={ @@ -26076,7 +25984,7 @@ return { [1]="cast_speed_for_lightning_skills_+%" } }, - [1256]={ + [1244]={ [1]={ [1]={ limit={ @@ -26097,7 +26005,7 @@ return { [2]="global_maximum_added_chaos_damage" } }, - [1257]={ + [1245]={ [1]={ [1]={ limit={ @@ -26118,7 +26026,7 @@ return { [2]="attack_maximum_added_chaos_damage" } }, - [1258]={ + [1246]={ [1]={ [1]={ limit={ @@ -26139,7 +26047,7 @@ return { [2]="from_self_maximum_added_attack_chaos_damage_taken" } }, - [1259]={ + [1247]={ [1]={ [1]={ limit={ @@ -26160,7 +26068,7 @@ return { [2]="local_maximum_added_chaos_damage" } }, - [1260]={ + [1248]={ [1]={ [1]={ limit={ @@ -26181,7 +26089,7 @@ return { [2]="unique_local_maximum_added_chaos_damage_when_in_off_hand" } }, - [1261]={ + [1249]={ [1]={ [1]={ limit={ @@ -26210,7 +26118,7 @@ return { [1]="cast_speed_for_chaos_skills_+%" } }, - [1262]={ + [1250]={ [1]={ [1]={ limit={ @@ -26231,7 +26139,7 @@ return { [2]="spell_maximum_base_physical_damage" } }, - [1263]={ + [1251]={ [1]={ [1]={ limit={ @@ -26252,7 +26160,7 @@ return { [2]="spell_maximum_base_fire_damage" } }, - [1264]={ + [1252]={ [1]={ [1]={ limit={ @@ -26273,7 +26181,7 @@ return { [2]="spell_maximum_base_cold_damage" } }, - [1265]={ + [1253]={ [1]={ [1]={ limit={ @@ -26294,7 +26202,7 @@ return { [2]="spell_maximum_base_lightning_damage" } }, - [1266]={ + [1254]={ [1]={ [1]={ limit={ @@ -26315,7 +26223,7 @@ return { [2]="spell_maximum_base_chaos_damage" } }, - [1267]={ + [1255]={ [1]={ [1]={ limit={ @@ -26336,7 +26244,7 @@ return { [2]="secondary_maximum_base_physical_damage" } }, - [1268]={ + [1256]={ [1]={ [1]={ limit={ @@ -26357,7 +26265,7 @@ return { [2]="secondary_maximum_base_fire_damage" } }, - [1269]={ + [1257]={ [1]={ [1]={ limit={ @@ -26378,7 +26286,7 @@ return { [2]="secondary_maximum_base_cold_damage" } }, - [1270]={ + [1258]={ [1]={ [1]={ limit={ @@ -26399,7 +26307,7 @@ return { [2]="secondary_maximum_base_lightning_damage" } }, - [1271]={ + [1259]={ [1]={ [1]={ limit={ @@ -26420,7 +26328,7 @@ return { [2]="secondary_maximum_base_chaos_damage" } }, - [1272]={ + [1260]={ [1]={ [1]={ limit={ @@ -26441,7 +26349,7 @@ return { [2]="spell_maximum_added_physical_damage" } }, - [1273]={ + [1261]={ [1]={ [1]={ limit={ @@ -26462,7 +26370,7 @@ return { [2]="spell_maximum_added_fire_damage" } }, - [1274]={ + [1262]={ [1]={ [1]={ limit={ @@ -26483,7 +26391,7 @@ return { [2]="spell_maximum_added_cold_damage" } }, - [1275]={ + [1263]={ [1]={ [1]={ limit={ @@ -26504,7 +26412,7 @@ return { [2]="spell_maximum_added_lightning_damage" } }, - [1276]={ + [1264]={ [1]={ [1]={ limit={ @@ -26525,7 +26433,7 @@ return { [2]="spell_maximum_added_chaos_damage" } }, - [1277]={ + [1265]={ [1]={ [1]={ limit={ @@ -26546,7 +26454,7 @@ return { [2]="spell_maximum_base_cold_damage_+_per_10_intelligence" } }, - [1278]={ + [1266]={ [1]={ [1]={ limit={ @@ -26567,7 +26475,7 @@ return { [2]="spell_and_attack_maximum_added_lightning_damage" } }, - [1279]={ + [1267]={ [1]={ [1]={ limit={ @@ -26596,7 +26504,7 @@ return { [1]="active_skill_attack_speed_+%_final" } }, - [1280]={ + [1268]={ [1]={ [1]={ limit={ @@ -26625,7 +26533,7 @@ return { [1]="flicker_strike_more_attack_speed_+%_final" } }, - [1281]={ + [1269]={ [1]={ [1]={ limit={ @@ -26654,7 +26562,7 @@ return { [1]="melee_attack_speed_+%" } }, - [1282]={ + [1270]={ [1]={ [1]={ limit={ @@ -26683,7 +26591,7 @@ return { [1]="attack_speed_while_dual_wielding_+%" } }, - [1283]={ + [1271]={ [1]={ [1]={ limit={ @@ -26699,7 +26607,7 @@ return { [1]="base_off_hand_attack_speed_+%" } }, - [1284]={ + [1272]={ [1]={ [1]={ limit={ @@ -26728,7 +26636,7 @@ return { [1]="attack_speed_+%_while_holding_shield" } }, - [1285]={ + [1273]={ [1]={ [1]={ limit={ @@ -26757,7 +26665,7 @@ return { [1]="two_handed_melee_attack_speed_+%" } }, - [1286]={ + [1274]={ [1]={ [1]={ limit={ @@ -26786,7 +26694,7 @@ return { [1]="one_handed_melee_attack_speed_+%" } }, - [1287]={ + [1275]={ [1]={ [1]={ limit={ @@ -26815,7 +26723,7 @@ return { [1]="axe_attack_speed_+%" } }, - [1288]={ + [1276]={ [1]={ [1]={ limit={ @@ -26844,7 +26752,7 @@ return { [1]="quarterstaff_attack_speed_+%" } }, - [1289]={ + [1277]={ [1]={ [1]={ limit={ @@ -26873,7 +26781,7 @@ return { [1]="claw_attack_speed_+%" } }, - [1290]={ + [1278]={ [1]={ [1]={ limit={ @@ -26902,7 +26810,7 @@ return { [1]="dagger_attack_speed_+%" } }, - [1291]={ + [1279]={ [1]={ [1]={ limit={ @@ -26931,7 +26839,7 @@ return { [1]="mace_attack_speed_+%" } }, - [1292]={ + [1280]={ [1]={ [1]={ limit={ @@ -26960,7 +26868,7 @@ return { [1]="bow_attack_speed_+%" } }, - [1293]={ + [1281]={ [1]={ [1]={ limit={ @@ -26989,7 +26897,7 @@ return { [1]="sword_attack_speed_+%" } }, - [1294]={ + [1282]={ [1]={ [1]={ limit={ @@ -27018,7 +26926,7 @@ return { [1]="wand_attack_speed_+%" } }, - [1295]={ + [1283]={ [1]={ [1]={ limit={ @@ -27047,7 +26955,7 @@ return { [1]="spear_attack_speed_+%" } }, - [1296]={ + [1284]={ [1]={ [1]={ limit={ @@ -27076,7 +26984,7 @@ return { [1]="shield_attack_speed_+%" } }, - [1297]={ + [1285]={ [1]={ [1]={ limit={ @@ -27105,7 +27013,7 @@ return { [1]="unarmed_melee_attack_speed_+%" } }, - [1298]={ + [1286]={ [1]={ [1]={ limit={ @@ -27134,7 +27042,7 @@ return { [1]="damage_+%_with_movement_skills" } }, - [1299]={ + [1287]={ [1]={ [1]={ limit={ @@ -27163,7 +27071,7 @@ return { [1]="attack_speed_+%_with_movement_skills" } }, - [1300]={ + [1288]={ [1]={ [1]={ limit={ @@ -27192,7 +27100,7 @@ return { [1]="accuracy_rating_+%" } }, - [1301]={ + [1289]={ [1]={ [1]={ limit={ @@ -27221,7 +27129,7 @@ return { [1]="accuracy_rating_while_dual_wielding_+%" } }, - [1302]={ + [1290]={ [1]={ [1]={ limit={ @@ -27250,7 +27158,7 @@ return { [1]="one_handed_melee_accuracy_rating_+%" } }, - [1303]={ + [1291]={ [1]={ [1]={ limit={ @@ -27279,7 +27187,7 @@ return { [1]="two_handed_melee_accuracy_rating_+%" } }, - [1304]={ + [1292]={ [1]={ [1]={ limit={ @@ -27308,7 +27216,7 @@ return { [1]="axe_accuracy_rating_+%" } }, - [1305]={ + [1293]={ [1]={ [1]={ limit={ @@ -27337,7 +27245,7 @@ return { [1]="quarterstaff_accuracy_rating_+%" } }, - [1306]={ + [1294]={ [1]={ [1]={ limit={ @@ -27366,7 +27274,7 @@ return { [1]="claw_accuracy_rating_+%" } }, - [1307]={ + [1295]={ [1]={ [1]={ limit={ @@ -27395,7 +27303,7 @@ return { [1]="dagger_accuracy_rating_+%" } }, - [1308]={ + [1296]={ [1]={ [1]={ limit={ @@ -27424,7 +27332,7 @@ return { [1]="mace_accuracy_rating_+%" } }, - [1309]={ + [1297]={ [1]={ [1]={ limit={ @@ -27453,7 +27361,7 @@ return { [1]="bow_accuracy_rating_+%" } }, - [1310]={ + [1298]={ [1]={ [1]={ limit={ @@ -27482,7 +27390,7 @@ return { [1]="sword_accuracy_rating_+%" } }, - [1311]={ + [1299]={ [1]={ [1]={ limit={ @@ -27511,7 +27419,7 @@ return { [1]="wand_accuracy_rating_+%" } }, - [1312]={ + [1300]={ [1]={ [1]={ limit={ @@ -27540,7 +27448,7 @@ return { [1]="spear_accuracy_rating_+%" } }, - [1313]={ + [1301]={ [1]={ [1]={ limit={ @@ -27569,7 +27477,7 @@ return { [1]="cast_speed_while_dual_wielding_+%" } }, - [1314]={ + [1302]={ [1]={ [1]={ limit={ @@ -27598,7 +27506,7 @@ return { [1]="cast_speed_+%_while_holding_shield" } }, - [1315]={ + [1303]={ [1]={ [1]={ limit={ @@ -27627,7 +27535,7 @@ return { [1]="cast_speed_+%_while_holding_staff" } }, - [1316]={ + [1304]={ [1]={ [1]={ limit={ @@ -27656,7 +27564,7 @@ return { [1]="cast_speed_+%_while_holding_bow" } }, - [1317]={ + [1305]={ [1]={ [1]={ limit={ @@ -27672,7 +27580,7 @@ return { [1]="cast_speed_+%_per_power_charge" } }, - [1318]={ + [1306]={ [1]={ [1]={ limit={ @@ -27688,7 +27596,7 @@ return { [1]="poison_on_critical_strike_with_dagger" } }, - [1319]={ + [1307]={ [1]={ [1]={ limit={ @@ -27713,7 +27621,7 @@ return { [1]="chance_to_poison_on_critical_strike_with_bow_%" } }, - [1320]={ + [1308]={ [1]={ [1]={ limit={ @@ -27738,7 +27646,7 @@ return { [1]="chance_to_poison_on_critical_strike_with_dagger_%" } }, - [1321]={ + [1309]={ [1]={ [1]={ limit={ @@ -27754,7 +27662,7 @@ return { [1]="poison_on_critical_strike_with_bow" } }, - [1322]={ + [1310]={ [1]={ [1]={ [1]={ @@ -27774,7 +27682,7 @@ return { [1]="base_spell_critical_strike_chance" } }, - [1323]={ + [1311]={ [1]={ [1]={ [1]={ @@ -27794,7 +27702,7 @@ return { [1]="additional_base_critical_strike_chance" } }, - [1324]={ + [1312]={ [1]={ [1]={ limit={ @@ -27803,14 +27711,14 @@ return { [2]="#" } }, - text="Forks Critical Hits" + text="Bifurcates Critical Hits" } }, stats={ [1]="local_weapon_roll_crits_twice" } }, - [1325]={ + [1313]={ [1]={ [1]={ limit={ @@ -27826,7 +27734,7 @@ return { [1]="old_dagger_implicit_critical_strike_chance_+30%" } }, - [1326]={ + [1314]={ [1]={ [1]={ limit={ @@ -27842,7 +27750,7 @@ return { [1]="old_dagger_implicit_critical_strike_chance_+40%" } }, - [1327]={ + [1315]={ [1]={ [1]={ limit={ @@ -27858,7 +27766,7 @@ return { [1]="old_dagger_implicit_critical_strike_chance_+50%" } }, - [1328]={ + [1316]={ [1]={ [1]={ limit={ @@ -27887,7 +27795,7 @@ return { [1]="local_critical_strike_chance_+%" } }, - [1329]={ + [1317]={ [1]={ [1]={ limit={ @@ -27916,7 +27824,7 @@ return { [1]="bow_critical_strike_chance_+%" } }, - [1330]={ + [1318]={ [1]={ [1]={ limit={ @@ -27945,7 +27853,7 @@ return { [1]="claw_critical_strike_chance_+%" } }, - [1331]={ + [1319]={ [1]={ [1]={ limit={ @@ -27974,7 +27882,7 @@ return { [1]="dagger_critical_strike_chance_+%" } }, - [1332]={ + [1320]={ [1]={ [1]={ limit={ @@ -28003,7 +27911,7 @@ return { [1]="sword_critical_strike_chance_+%" } }, - [1333]={ + [1321]={ [1]={ [1]={ limit={ @@ -28032,7 +27940,7 @@ return { [1]="mace_critical_strike_chance_+%" } }, - [1334]={ + [1322]={ [1]={ [1]={ limit={ @@ -28061,7 +27969,7 @@ return { [1]="quarterstaff_critical_strike_chance_+%" } }, - [1335]={ + [1323]={ [1]={ [1]={ limit={ @@ -28090,7 +27998,7 @@ return { [1]="wand_critical_strike_chance_+%" } }, - [1336]={ + [1324]={ [1]={ [1]={ limit={ @@ -28119,7 +28027,7 @@ return { [1]="axe_critical_strike_chance_+%" } }, - [1337]={ + [1325]={ [1]={ [1]={ limit={ @@ -28148,7 +28056,7 @@ return { [1]="spear_critical_strike_chance_+%" } }, - [1338]={ + [1326]={ [1]={ [1]={ limit={ @@ -28177,7 +28085,7 @@ return { [1]="critical_strike_chance_while_wielding_shield_+%" } }, - [1339]={ + [1327]={ [1]={ [1]={ limit={ @@ -28206,7 +28114,7 @@ return { [1]="mine_critical_strike_chance_+%" } }, - [1340]={ + [1328]={ [1]={ [1]={ limit={ @@ -28235,7 +28143,7 @@ return { [1]="two_handed_melee_critical_strike_chance_+%" } }, - [1341]={ + [1329]={ [1]={ [1]={ limit={ @@ -28251,7 +28159,7 @@ return { [1]="two_handed_melee_critical_strike_multiplier_+" } }, - [1342]={ + [1330]={ [1]={ [1]={ limit={ @@ -28280,7 +28188,7 @@ return { [1]="one_handed_melee_critical_strike_chance_+%" } }, - [1343]={ + [1331]={ [1]={ [1]={ limit={ @@ -28309,7 +28217,7 @@ return { [1]="melee_critical_strike_chance_+%" } }, - [1344]={ + [1332]={ [1]={ [1]={ limit={ @@ -28338,7 +28246,7 @@ return { [1]="critical_strike_chance_while_dual_wielding_+%" } }, - [1345]={ + [1333]={ [1]={ [1]={ limit={ @@ -28367,7 +28275,7 @@ return { [1]="fire_critical_strike_chance_+%" } }, - [1346]={ + [1334]={ [1]={ [1]={ limit={ @@ -28396,7 +28304,7 @@ return { [1]="lightning_critical_strike_chance_+%" } }, - [1347]={ + [1335]={ [1]={ [1]={ limit={ @@ -28425,7 +28333,7 @@ return { [1]="cold_critical_strike_chance_+%" } }, - [1348]={ + [1336]={ [1]={ [1]={ limit={ @@ -28454,7 +28362,7 @@ return { [1]="elemental_critical_strike_chance_+%" } }, - [1349]={ + [1337]={ [1]={ [1]={ limit={ @@ -28483,7 +28391,7 @@ return { [1]="chaos_critical_strike_chance_+%" } }, - [1350]={ + [1338]={ [1]={ [1]={ limit={ @@ -28512,7 +28420,7 @@ return { [1]="totem_critical_strike_chance_+%" } }, - [1351]={ + [1339]={ [1]={ [1]={ limit={ @@ -28541,7 +28449,7 @@ return { [1]="increased_critical_strike_chance_buff_for_x_milliseconds_on_placing_a_totem" } }, - [1352]={ + [1340]={ [1]={ [1]={ limit={ @@ -28557,7 +28465,7 @@ return { [1]="critical_strike_multiplier_with_dagger_+" } }, - [1353]={ + [1341]={ [1]={ [1]={ limit={ @@ -28573,7 +28481,7 @@ return { [1]="mace_critical_strike_multiplier_+" } }, - [1354]={ + [1342]={ [1]={ [1]={ limit={ @@ -28589,7 +28497,7 @@ return { [1]="axe_critical_strike_multiplier_+" } }, - [1355]={ + [1343]={ [1]={ [1]={ limit={ @@ -28605,7 +28513,7 @@ return { [1]="bow_critical_strike_multiplier_+" } }, - [1356]={ + [1344]={ [1]={ [1]={ limit={ @@ -28621,7 +28529,7 @@ return { [1]="sword_critical_strike_multiplier_+" } }, - [1357]={ + [1345]={ [1]={ [1]={ limit={ @@ -28637,7 +28545,7 @@ return { [1]="wand_critical_strike_multiplier_+" } }, - [1358]={ + [1346]={ [1]={ [1]={ limit={ @@ -28653,7 +28561,7 @@ return { [1]="claw_critical_strike_multiplier_+" } }, - [1359]={ + [1347]={ [1]={ [1]={ limit={ @@ -28682,7 +28590,7 @@ return { [1]="quarterstaff_critical_strike_multiplier_+" } }, - [1360]={ + [1348]={ [1]={ [1]={ limit={ @@ -28698,7 +28606,7 @@ return { [1]="spear_critical_strike_multiplier_+" } }, - [1361]={ + [1349]={ [1]={ [1]={ limit={ @@ -28714,7 +28622,7 @@ return { [1]="one_handed_melee_critical_strike_multiplier_+" } }, - [1362]={ + [1350]={ [1]={ [1]={ limit={ @@ -28730,7 +28638,7 @@ return { [1]="melee_weapon_critical_strike_multiplier_+" } }, - [1363]={ + [1351]={ [1]={ [1]={ limit={ @@ -28746,7 +28654,7 @@ return { [1]="critical_strike_multiplier_while_dual_wielding_+" } }, - [1364]={ + [1352]={ [1]={ [1]={ limit={ @@ -28762,7 +28670,7 @@ return { [1]="melee_critical_strike_multiplier_+_while_wielding_shield" } }, - [1365]={ + [1353]={ [1]={ [1]={ limit={ @@ -28778,7 +28686,7 @@ return { [1]="mine_critical_strike_multiplier_+" } }, - [1366]={ + [1354]={ [1]={ [1]={ limit={ @@ -28794,7 +28702,7 @@ return { [1]="fire_critical_strike_multiplier_+" } }, - [1367]={ + [1355]={ [1]={ [1]={ limit={ @@ -28810,7 +28718,7 @@ return { [1]="lightning_critical_strike_multiplier_+" } }, - [1368]={ + [1356]={ [1]={ [1]={ limit={ @@ -28826,7 +28734,7 @@ return { [1]="cold_critical_strike_multiplier_+" } }, - [1369]={ + [1357]={ [1]={ [1]={ limit={ @@ -28842,7 +28750,7 @@ return { [1]="elemental_critical_strike_multiplier_+" } }, - [1370]={ + [1358]={ [1]={ [1]={ limit={ @@ -28858,7 +28766,7 @@ return { [1]="chaos_critical_strike_multiplier_+" } }, - [1371]={ + [1359]={ [1]={ [1]={ limit={ @@ -28887,7 +28795,7 @@ return { [1]="self_critical_strike_multiplier_-%_per_endurance_charge" } }, - [1372]={ + [1360]={ [1]={ [1]={ limit={ @@ -28903,7 +28811,7 @@ return { [1]="no_critical_strike_multiplier" } }, - [1373]={ + [1361]={ [1]={ [1]={ limit={ @@ -28919,7 +28827,7 @@ return { [1]="totem_critical_strike_multiplier_+" } }, - [1374]={ + [1362]={ [1]={ [1]={ limit={ @@ -28935,7 +28843,7 @@ return { [1]="while_using_mace_stun_threshold_reduction_+%" } }, - [1375]={ + [1363]={ [1]={ [1]={ limit={ @@ -28951,7 +28859,7 @@ return { [1]="bow_stun_threshold_reduction_+%" } }, - [1376]={ + [1364]={ [1]={ [1]={ limit={ @@ -28967,7 +28875,7 @@ return { [1]="global_knockback" } }, - [1377]={ + [1365]={ [1]={ [1]={ limit={ @@ -28983,7 +28891,7 @@ return { [1]="cannot_be_knocked_back" } }, - [1378]={ + [1366]={ [1]={ [1]={ limit={ @@ -29008,7 +28916,7 @@ return { [1]="avoid_knockback_%" } }, - [1379]={ + [1367]={ [1]={ [1]={ limit={ @@ -29024,7 +28932,7 @@ return { [1]="knockback_with_bow" } }, - [1380]={ + [1368]={ [1]={ [1]={ limit={ @@ -29040,7 +28948,7 @@ return { [1]="knockback_with_staff" } }, - [1381]={ + [1369]={ [1]={ [1]={ limit={ @@ -29056,7 +28964,7 @@ return { [1]="knockback_with_wand" } }, - [1382]={ + [1370]={ [1]={ [1]={ limit={ @@ -29072,7 +28980,7 @@ return { [1]="local_knockback" } }, - [1383]={ + [1371]={ [1]={ [1]={ limit={ @@ -29088,7 +28996,7 @@ return { [1]="base_ward" } }, - [1384]={ + [1372]={ [1]={ [1]={ limit={ @@ -29104,7 +29012,7 @@ return { [1]="local_ward" } }, - [1385]={ + [1373]={ [1]={ [1]={ limit={ @@ -29133,7 +29041,7 @@ return { [1]="ward_+%" } }, - [1386]={ + [1374]={ [1]={ [1]={ limit={ @@ -29162,7 +29070,7 @@ return { [1]="local_ward_+%" } }, - [1387]={ + [1375]={ [1]={ [1]={ limit={ @@ -29191,23 +29099,7 @@ return { [1]="ward_delay_recovery_+%" } }, - [1388]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d} to Adaptation Rating" - } - }, - stats={ - [1]="base_adaptation_rating" - } - }, - [1389]={ + [1376]={ [1]={ [1]={ limit={ @@ -29236,81 +29128,7 @@ return { [1]="spirit_+%" } }, - [1390]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d} to Adaptation Rating" - } - }, - stats={ - [1]="local_adaptation_rating" - } - }, - [1391]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Adaptation Rating" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Adaptation Rating" - } - }, - stats={ - [1]="adaptation_rating_+%" - } - }, - [1392]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Adaptation Rating" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Adaptation Rating" - } - }, - stats={ - [1]="local_adaptation_rating_+%" - } - }, - [1393]={ + [1377]={ [1]={ [1]={ limit={ @@ -29326,7 +29144,7 @@ return { [1]="max_adaptations_+" } }, - [1394]={ + [1378]={ [1]={ [1]={ limit={ @@ -29355,7 +29173,7 @@ return { [1]="adaptation_duration_+%" } }, - [1395]={ + [1379]={ [1]={ [1]={ limit={ @@ -29371,7 +29189,7 @@ return { [1]="maximum_physical_damage_reduction_%" } }, - [1396]={ + [1380]={ [1]={ [1]={ limit={ @@ -29400,7 +29218,7 @@ return { [1]="evasion_and_physical_damage_reduction_rating_+%" } }, - [1397]={ + [1381]={ [1]={ [1]={ limit={ @@ -29416,7 +29234,7 @@ return { [1]="evasion_rating_+_when_on_low_life" } }, - [1398]={ + [1382]={ [1]={ [1]={ limit={ @@ -29432,7 +29250,7 @@ return { [1]="evasion_rating_+_when_on_full_life" } }, - [1399]={ + [1383]={ [1]={ [1]={ limit={ @@ -29441,14 +29259,14 @@ return { [2]="#" } }, - text="{0:+d} to Evasion Rating per 1 Energy Shield on Equipped Helmet" + text="{0:+d} to Evasion Rating per 1 Item Energy Shield on Equipped Helmet" } }, stats={ [1]="evasion_rating_+_per_1_helmet_energy_shield" } }, - [1400]={ + [1384]={ [1]={ [1]={ limit={ @@ -29477,7 +29295,7 @@ return { [1]="evasion_rating_+%_while_onslaught_is_active" } }, - [1401]={ + [1385]={ [1]={ [1]={ limit={ @@ -29506,7 +29324,7 @@ return { [1]="local_armour_and_evasion_and_energy_shield_+%" } }, - [1402]={ + [1386]={ [1]={ [1]={ limit={ @@ -29535,36 +29353,7 @@ return { [1]="evasion_rating_+%_per_frenzy_charge" } }, - [1403]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% faster start of Energy Shield Recharge" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% slower start of Energy Shield Recharge" - } - }, - stats={ - [1]="energy_shield_delay_-%" - } - }, - [1404]={ + [1387]={ [1]={ [1]={ limit={ @@ -29580,7 +29369,7 @@ return { [1]="energy_shield_recharge_not_delayed_by_damage" } }, - [1405]={ + [1388]={ [1]={ [1]={ [1]={ @@ -29613,7 +29402,7 @@ return { [1]="energy_shield_recharge_rate_per_minute_%" } }, - [1406]={ + [1389]={ [1]={ [1]={ limit={ @@ -29629,7 +29418,7 @@ return { [1]="maximum_energy_shield_+_per_100_life_reserved" } }, - [1407]={ + [1390]={ [1]={ [1]={ limit={ @@ -29638,14 +29427,14 @@ return { [2]="#" } }, - text="{0:+d} to maximum Energy Shield per 6 Evasion Rating on Equipped Body Armour" + text="{0:+d} to maximum Energy Shield per 6 Item Evasion Rating on Equipped Body Armour" } }, stats={ [1]="maximum_energy_shield_+_per_6_body_armour_evasion_rating" } }, - [1408]={ + [1391]={ [1]={ [1]={ limit={ @@ -29674,7 +29463,7 @@ return { [1]="energy_shield_recovery_rate_+%" } }, - [1409]={ + [1392]={ [1]={ [1]={ limit={ @@ -29703,7 +29492,7 @@ return { [1]="maximum_life_mana_and_energy_shield_+%" } }, - [1410]={ + [1393]={ [1]={ [1]={ limit={ @@ -29732,7 +29521,7 @@ return { [1]="monster_life_+%_final_from_rarity" } }, - [1411]={ + [1394]={ [1]={ [1]={ limit={ @@ -29761,7 +29550,7 @@ return { [1]="monster_life_+%_final_from_map" } }, - [1412]={ + [1395]={ [1]={ [1]={ [1]={ @@ -29781,7 +29570,7 @@ return { [1]="life_degeneration_per_minute_not_in_grace" } }, - [1413]={ + [1396]={ [1]={ [1]={ [1]={ @@ -29801,7 +29590,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_endurance_charge" } }, - [1414]={ + [1397]={ [1]={ [1]={ limit={ @@ -29830,7 +29619,7 @@ return { [1]="life_recovery_rate_+%" } }, - [1415]={ + [1398]={ [1]={ [1]={ [1]={ @@ -29850,7 +29639,7 @@ return { [1]="mana_regeneration_rate_per_minute_%" } }, - [1416]={ + [1399]={ [1]={ [1]={ [1]={ @@ -29870,7 +29659,7 @@ return { [1]="base_mana_regeneration_rate_per_minute" } }, - [1417]={ + [1400]={ [1]={ [1]={ [1]={ @@ -29890,7 +29679,7 @@ return { [1]="mana_degeneration_per_minute_not_in_grace" } }, - [1418]={ + [1401]={ [1]={ [1]={ [1]={ @@ -29910,7 +29699,7 @@ return { [1]="mana_regeneration_rate_per_minute_%_per_power_charge" } }, - [1419]={ + [1402]={ [1]={ [1]={ limit={ @@ -29939,7 +29728,7 @@ return { [1]="mana_recovery_rate_+%" } }, - [1420]={ + [1403]={ [1]={ [1]={ limit={ @@ -29968,7 +29757,7 @@ return { [1]="maximum_life_+%_and_fire_resistance_-%" } }, - [1421]={ + [1404]={ [1]={ [1]={ limit={ @@ -29997,7 +29786,7 @@ return { [1]="maximum_mana_+%_and_cold_resistance_-%" } }, - [1422]={ + [1405]={ [1]={ [1]={ limit={ @@ -30026,7 +29815,7 @@ return { [1]="maximum_energy_shield_+%_and_lightning_resistance_-%" } }, - [1423]={ + [1406]={ [1]={ [1]={ limit={ @@ -30042,7 +29831,7 @@ return { [1]="cannot_be_damaged" } }, - [1424]={ + [1407]={ [1]={ [1]={ limit={ @@ -30071,7 +29860,7 @@ return { [1]="item_found_quantity_+%" } }, - [1425]={ + [1408]={ [1]={ [1]={ limit={ @@ -30100,7 +29889,7 @@ return { [1]="base_item_found_quantity_+%" } }, - [1426]={ + [1409]={ [1]={ [1]={ limit={ @@ -30129,7 +29918,7 @@ return { [1]="item_found_quantity_+%_when_on_low_life" } }, - [1427]={ + [1410]={ [1]={ [1]={ limit={ @@ -30158,7 +29947,7 @@ return { [1]="chest_item_quantity_+%" } }, - [1428]={ + [1411]={ [1]={ [1]={ limit={ @@ -30187,7 +29976,7 @@ return { [1]="item_found_rarity_+%" } }, - [1429]={ + [1412]={ [1]={ [1]={ limit={ @@ -30216,7 +30005,7 @@ return { [1]="local_display_aura_allies_have_increased_item_rarity_+%" } }, - [1430]={ + [1413]={ [1]={ [1]={ limit={ @@ -30245,7 +30034,7 @@ return { [1]="local_display_item_found_rarity_+%_for_you_and_nearby_allies" } }, - [1431]={ + [1414]={ [1]={ [1]={ limit={ @@ -30274,7 +30063,7 @@ return { [1]="item_found_rarity_+%_when_on_low_life" } }, - [1432]={ + [1415]={ [1]={ [1]={ limit={ @@ -30303,7 +30092,7 @@ return { [1]="chest_item_rarity_+%" } }, - [1433]={ + [1416]={ [1]={ [1]={ limit={ @@ -30332,7 +30121,7 @@ return { [1]="item_found_quality_+%" } }, - [1434]={ + [1417]={ [1]={ [1]={ limit={ @@ -30361,7 +30150,7 @@ return { [1]="item_found_relevancy_+%" } }, - [1435]={ + [1418]={ [1]={ [1]={ limit={ @@ -30390,7 +30179,7 @@ return { [1]="experience_gain_+%" } }, - [1436]={ + [1419]={ [1]={ [1]={ limit={ @@ -30419,7 +30208,7 @@ return { [1]="experience_loss_on_death_-%" } }, - [1437]={ + [1420]={ [1]={ [1]={ limit={ @@ -30435,7 +30224,7 @@ return { [1]="local_ring_disable_other_ring" } }, - [1438]={ + [1421]={ [1]={ [1]={ limit={ @@ -30451,7 +30240,7 @@ return { [1]="base_fire_immunity" } }, - [1439]={ + [1422]={ [1]={ [1]={ limit={ @@ -30467,7 +30256,7 @@ return { [1]="totem_fire_immunity" } }, - [1440]={ + [1423]={ [1]={ [1]={ limit={ @@ -30483,7 +30272,7 @@ return { [1]="physical_spell_skill_gem_level_+" } }, - [1441]={ + [1424]={ [1]={ [1]={ limit={ @@ -30499,7 +30288,7 @@ return { [1]="raise_zombie_gem_level_+" } }, - [1442]={ + [1425]={ [1]={ [1]={ limit={ @@ -30515,7 +30304,7 @@ return { [1]="raise_spectre_gem_level_+" } }, - [1443]={ + [1426]={ [1]={ [1]={ limit={ @@ -30531,7 +30320,7 @@ return { [1]="summon_skeleton_gem_level_+" } }, - [1444]={ + [1427]={ [1]={ [1]={ limit={ @@ -30547,7 +30336,7 @@ return { [1]="resist_all_elements_%_per_endurance_charge" } }, - [1445]={ + [1428]={ [1]={ [1]={ limit={ @@ -30563,7 +30352,7 @@ return { [1]="resist_all_elements_%_per_power_charge" } }, - [1446]={ + [1429]={ [1]={ [1]={ limit={ @@ -30579,7 +30368,7 @@ return { [1]="resist_all_elements_+%_while_holding_shield" } }, - [1447]={ + [1430]={ [1]={ [1]={ limit={ @@ -30595,7 +30384,7 @@ return { [1]="elemental_resistance_%_when_on_low_life" } }, - [1448]={ + [1431]={ [1]={ [1]={ limit={ @@ -30611,7 +30400,7 @@ return { [1]="fire_damage_resistance_is_%" } }, - [1449]={ + [1432]={ [1]={ [1]={ limit={ @@ -30627,7 +30416,7 @@ return { [1]="unique_fire_damage_resistance_%_when_red_gem_socketed" } }, - [1450]={ + [1433]={ [1]={ [1]={ limit={ @@ -30656,7 +30445,7 @@ return { [1]="fire_damage_resistance_%_when_on_low_life" } }, - [1451]={ + [1434]={ [1]={ [1]={ limit={ @@ -30685,7 +30474,7 @@ return { [1]="fire_damage_resistance_+%" } }, - [1452]={ + [1435]={ [1]={ [1]={ limit={ @@ -30701,7 +30490,7 @@ return { [1]="cold_damage_resistance_is_%" } }, - [1453]={ + [1436]={ [1]={ [1]={ limit={ @@ -30717,7 +30506,7 @@ return { [1]="unique_cold_damage_resistance_%_when_green_gem_socketed" } }, - [1454]={ + [1437]={ [1]={ [1]={ limit={ @@ -30746,7 +30535,7 @@ return { [1]="cold_damage_resistance_+%" } }, - [1455]={ + [1438]={ [1]={ [1]={ limit={ @@ -30762,7 +30551,7 @@ return { [1]="lightning_damage_resistance_is_%" } }, - [1456]={ + [1439]={ [1]={ [1]={ limit={ @@ -30778,7 +30567,7 @@ return { [1]="unique_lightning_damage_resistance_%_when_blue_gem_socketed" } }, - [1457]={ + [1440]={ [1]={ [1]={ limit={ @@ -30807,7 +30596,7 @@ return { [1]="lightning_damage_resistance_+%" } }, - [1458]={ + [1441]={ [1]={ [1]={ limit={ @@ -30823,7 +30612,7 @@ return { [1]="additional_maximum_all_resistances_%" } }, - [1459]={ + [1442]={ [1]={ [1]={ limit={ @@ -30856,7 +30645,7 @@ return { [1]="temporal_chains_effect_on_self_+%" } }, - [1460]={ + [1443]={ [1]={ [1]={ limit={ @@ -30889,7 +30678,7 @@ return { [1]="chill_effectiveness_on_self_+%" } }, - [1461]={ + [1444]={ [1]={ [1]={ limit={ @@ -30918,7 +30707,7 @@ return { [1]="trickster_damage_+%_final_per_different_mastery" } }, - [1462]={ + [1445]={ [1]={ [1]={ limit={ @@ -30934,7 +30723,7 @@ return { [1]="recover_%_life_on_kill_per_different_mastery" } }, - [1463]={ + [1446]={ [1]={ [1]={ limit={ @@ -30950,7 +30739,7 @@ return { [1]="recover_%_es_on_kill_per_different_mastery" } }, - [1464]={ + [1447]={ [1]={ [1]={ limit={ @@ -30966,7 +30755,7 @@ return { [1]="recover_%_mana_on_kill_per_different_mastery" } }, - [1465]={ + [1448]={ [1]={ [1]={ [1]={ @@ -30986,7 +30775,7 @@ return { [1]="life_leech_from_physical_attack_damage_permyriad_vs_bleeding_enemies" } }, - [1466]={ + [1449]={ [1]={ [1]={ limit={ @@ -31015,7 +30804,7 @@ return { [1]="life_gain_per_target" } }, - [1467]={ + [1450]={ [1]={ [1]={ limit={ @@ -31044,7 +30833,7 @@ return { [1]="base_life_gained_on_spell_hit" } }, - [1468]={ + [1451]={ [1]={ [1]={ limit={ @@ -31073,7 +30862,7 @@ return { [1]="life_and_mana_gain_per_hit" } }, - [1469]={ + [1452]={ [1]={ [1]={ limit={ @@ -31102,7 +30891,7 @@ return { [1]="local_life_and_mana_gain_per_target" } }, - [1470]={ + [1453]={ [1]={ [1]={ limit={ @@ -31131,7 +30920,7 @@ return { [1]="life_gain_on_ignited_enemy_hit" } }, - [1471]={ + [1454]={ [1]={ [1]={ limit={ @@ -31160,7 +30949,7 @@ return { [1]="mana_gain_per_target" } }, - [1472]={ + [1455]={ [1]={ [1]={ limit={ @@ -31189,7 +30978,7 @@ return { [1]="local_mana_gain_per_target" } }, - [1473]={ + [1456]={ [1]={ [1]={ limit={ @@ -31218,7 +31007,7 @@ return { [1]="virtual_mana_gain_per_target" } }, - [1474]={ + [1457]={ [1]={ [1]={ limit={ @@ -31247,7 +31036,7 @@ return { [1]="energy_shield_gain_per_target" } }, - [1475]={ + [1458]={ [1]={ [1]={ limit={ @@ -31276,7 +31065,7 @@ return { [1]="recover_%_maximum_life_on_kill" } }, - [1476]={ + [1459]={ [1]={ [1]={ limit={ @@ -31305,7 +31094,7 @@ return { [1]="recover_energy_shield_%_on_kill" } }, - [1477]={ + [1460]={ [1]={ [1]={ limit={ @@ -31334,7 +31123,7 @@ return { [1]="recover_%_maximum_mana_on_kill" } }, - [1478]={ + [1461]={ [1]={ [1]={ limit={ @@ -31350,7 +31139,7 @@ return { [1]="recover_%_maximum_mana_on_killing_cursed_enemy" } }, - [1479]={ + [1462]={ [1]={ [1]={ limit={ @@ -31379,7 +31168,7 @@ return { [1]="life_gained_on_killing_ignited_enemies" } }, - [1480]={ + [1463]={ [1]={ [1]={ limit={ @@ -31395,7 +31184,7 @@ return { [1]="maximum_life_%_lost_on_kill" } }, - [1481]={ + [1464]={ [1]={ [1]={ limit={ @@ -31411,7 +31200,7 @@ return { [1]="maximum_mana_%_gained_on_kill" } }, - [1482]={ + [1465]={ [1]={ [1]={ limit={ @@ -31427,7 +31216,7 @@ return { [1]="maximum_energy_shield_%_lost_on_kill" } }, - [1483]={ + [1466]={ [1]={ [1]={ limit={ @@ -31456,7 +31245,7 @@ return { [1]="life_gained_on_block" } }, - [1484]={ + [1467]={ [1]={ [1]={ limit={ @@ -31485,7 +31274,7 @@ return { [1]="mana_gained_on_block" } }, - [1485]={ + [1468]={ [1]={ [1]={ limit={ @@ -31514,7 +31303,7 @@ return { [1]="energy_shield_gained_on_block" } }, - [1486]={ + [1469]={ [1]={ [1]={ limit={ @@ -31530,7 +31319,7 @@ return { [1]="recover_X_life_on_block" } }, - [1487]={ + [1470]={ [1]={ [1]={ limit={ @@ -31546,7 +31335,7 @@ return { [1]="minion_recover_X_life_on_block" } }, - [1488]={ + [1471]={ [1]={ [1]={ limit={ @@ -31575,7 +31364,7 @@ return { [1]="support_minion_maximum_life_+%_final" } }, - [1489]={ + [1472]={ [1]={ [1]={ limit={ @@ -31604,7 +31393,7 @@ return { [1]="minion_life_recovery_rate_+%" } }, - [1490]={ + [1473]={ [1]={ [1]={ limit={ @@ -31633,7 +31422,7 @@ return { [1]="minion_maximum_mana_+%" } }, - [1491]={ + [1474]={ [1]={ [1]={ limit={ @@ -31662,7 +31451,7 @@ return { [1]="minion_maximum_energy_shield_+%" } }, - [1492]={ + [1475]={ [1]={ [1]={ limit={ @@ -31691,7 +31480,7 @@ return { [1]="minion_movement_speed_+%" } }, - [1493]={ + [1476]={ [1]={ [1]={ limit={ @@ -31720,7 +31509,7 @@ return { [1]="base_spectre_maximum_life_+%" } }, - [1494]={ + [1477]={ [1]={ [1]={ limit={ @@ -31749,7 +31538,7 @@ return { [1]="base_zombie_maximum_life_+%" } }, - [1495]={ + [1478]={ [1]={ [1]={ limit={ @@ -31778,7 +31567,7 @@ return { [1]="base_fire_elemental_maximum_life_+%" } }, - [1496]={ + [1479]={ [1]={ [1]={ limit={ @@ -31807,7 +31596,7 @@ return { [1]="base_raven_maximum_life_+%" } }, - [1497]={ + [1480]={ [1]={ [1]={ limit={ @@ -31836,7 +31625,7 @@ return { [1]="totem_life_+%" } }, - [1498]={ + [1481]={ [1]={ [1]={ limit={ @@ -31865,7 +31654,7 @@ return { [1]="totem_mana_+%" } }, - [1499]={ + [1482]={ [1]={ [1]={ limit={ @@ -31894,7 +31683,7 @@ return { [1]="totem_energy_shield_+%" } }, - [1500]={ + [1483]={ [1]={ [1]={ limit={ @@ -31923,7 +31712,7 @@ return { [1]="totem_range_+%" } }, - [1501]={ + [1484]={ [1]={ [1]={ limit={ @@ -31952,7 +31741,7 @@ return { [1]="totem_duration_+%" } }, - [1502]={ + [1485]={ [1]={ [1]={ limit={ @@ -31981,7 +31770,7 @@ return { [1]="skeleton_duration_+%" } }, - [1503]={ + [1486]={ [1]={ [1]={ limit={ @@ -32010,7 +31799,7 @@ return { [1]="buff_duration_+%" } }, - [1504]={ + [1487]={ [1]={ [1]={ limit={ @@ -32039,7 +31828,7 @@ return { [1]="base_curse_duration_+%" } }, - [1505]={ + [1488]={ [1]={ [1]={ limit={ @@ -32068,7 +31857,7 @@ return { [1]="taunt_duration_+%" } }, - [1506]={ + [1489]={ [1]={ [1]={ limit={ @@ -32084,7 +31873,7 @@ return { [1]="life_gained_on_taunting_enemy" } }, - [1507]={ + [1490]={ [1]={ [1]={ limit={ @@ -32113,7 +31902,7 @@ return { [1]="mana_gained_on_hitting_taunted_enemy" } }, - [1508]={ + [1491]={ [1]={ [1]={ limit={ @@ -32129,7 +31918,7 @@ return { [1]="buff_affects_party" } }, - [1509]={ + [1492]={ [1]={ [1]={ limit={ @@ -32158,7 +31947,7 @@ return { [1]="buff_party_effect_radius_+%" } }, - [1510]={ + [1493]={ [1]={ [1]={ limit={ @@ -32174,7 +31963,7 @@ return { [1]="do_not_chain" } }, - [1511]={ + [1494]={ [1]={ [1]={ limit={ @@ -32190,7 +31979,7 @@ return { [1]="arrow_chains_+" } }, - [1512]={ + [1495]={ [1]={ [1]={ limit={ @@ -32206,7 +31995,7 @@ return { [1]="number_of_chains" } }, - [1513]={ + [1496]={ [1]={ [1]={ limit={ @@ -32235,7 +32024,7 @@ return { [1]="projectile_base_number_of_targets_to_pierce" } }, - [1514]={ + [1497]={ [1]={ [1]={ limit={ @@ -32260,7 +32049,7 @@ return { [1]="arrow_base_number_of_targets_to_pierce" } }, - [1515]={ + [1498]={ [1]={ [1]={ limit={ @@ -32294,7 +32083,7 @@ return { [2]="number_of_additional_projectiles" } }, - [1516]={ + [1499]={ [1]={ [1]={ limit={ @@ -32310,7 +32099,7 @@ return { [1]="number_of_additional_arrows_if_havent_cast_dash_recently" } }, - [1517]={ + [1500]={ [1]={ [1]={ limit={ @@ -32339,7 +32128,7 @@ return { [1]="base_arrow_speed_+%" } }, - [1518]={ + [1501]={ [1]={ [1]={ limit={ @@ -32368,7 +32157,7 @@ return { [1]="projectile_speed_+%_with_crossbow_skills" } }, - [1519]={ + [1502]={ [1]={ [1]={ limit={ @@ -32397,7 +32186,7 @@ return { [1]="movement_velocity_+%_when_on_low_life" } }, - [1520]={ + [1503]={ [1]={ [1]={ limit={ @@ -32426,7 +32215,7 @@ return { [1]="movement_velocity_+%_when_on_full_life" } }, - [1521]={ + [1504]={ [1]={ [1]={ [1]={ @@ -32446,7 +32235,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_%_while_on_low_life" } }, - [1522]={ + [1505]={ [1]={ [1]={ limit={ @@ -32462,7 +32251,7 @@ return { [1]="movement_velocity_+%_per_frenzy_charge" } }, - [1523]={ + [1506]={ [1]={ [1]={ limit={ @@ -32478,7 +32267,7 @@ return { [1]="base_minimum_endurance_charges" } }, - [1524]={ + [1507]={ [1]={ [1]={ limit={ @@ -32494,7 +32283,7 @@ return { [1]="max_endurance_charges" } }, - [1525]={ + [1508]={ [1]={ [1]={ limit={ @@ -32510,7 +32299,7 @@ return { [1]="maximum_endurance_charges_is_equal_to_maximum_frenzy_charges" } }, - [1526]={ + [1509]={ [1]={ [1]={ limit={ @@ -32526,7 +32315,7 @@ return { [1]="modifiers_to_minimum_endurance_charges_instead_apply_to_brutal_charges" } }, - [1527]={ + [1510]={ [1]={ [1]={ limit={ @@ -32542,7 +32331,7 @@ return { [1]="maximum_brutal_charges_is_equal_to_maximum_endurance_charges" } }, - [1528]={ + [1511]={ [1]={ [1]={ limit={ @@ -32558,7 +32347,7 @@ return { [1]="base_minimum_frenzy_charges" } }, - [1529]={ + [1512]={ [1]={ [1]={ limit={ @@ -32574,7 +32363,7 @@ return { [1]="max_frenzy_charges" } }, - [1530]={ + [1513]={ [1]={ [1]={ limit={ @@ -32590,7 +32379,7 @@ return { [1]="maximum_frenzy_charges_is_equal_to_maximum_power_charges" } }, - [1531]={ + [1514]={ [1]={ [1]={ limit={ @@ -32606,7 +32395,7 @@ return { [1]="modifiers_to_minimum_frenzy_charges_instead_apply_to_affliction_charges" } }, - [1532]={ + [1515]={ [1]={ [1]={ limit={ @@ -32622,7 +32411,7 @@ return { [1]="maximum_affliction_charges_is_equal_to_maximum_frenzy_charges" } }, - [1533]={ + [1516]={ [1]={ [1]={ limit={ @@ -32638,7 +32427,7 @@ return { [1]="base_minimum_power_charges" } }, - [1534]={ + [1517]={ [1]={ [1]={ limit={ @@ -32654,7 +32443,7 @@ return { [1]="max_power_charges" } }, - [1535]={ + [1518]={ [1]={ [1]={ limit={ @@ -32670,7 +32459,7 @@ return { [1]="maximum_power_and_frenzy_charges_+" } }, - [1536]={ + [1519]={ [1]={ [1]={ limit={ @@ -32686,7 +32475,7 @@ return { [1]="modifiers_to_minimum_power_charges_instead_apply_to_absorption_charges" } }, - [1537]={ + [1520]={ [1]={ [1]={ limit={ @@ -32702,7 +32491,7 @@ return { [1]="maximum_absorption_charges_is_equal_to_maximum_power_charges" } }, - [1538]={ + [1521]={ [1]={ [1]={ limit={ @@ -32718,7 +32507,7 @@ return { [1]="add_endurance_charge_on_critical_strike" } }, - [1539]={ + [1522]={ [1]={ [1]={ limit={ @@ -32743,7 +32532,7 @@ return { [1]="chance_to_gain_endurance_charge_on_crit_%" } }, - [1540]={ + [1523]={ [1]={ [1]={ limit={ @@ -32768,7 +32557,7 @@ return { [1]="chance_to_gain_endurance_charge_on_melee_crit_%" } }, - [1541]={ + [1524]={ [1]={ [1]={ limit={ @@ -32784,7 +32573,7 @@ return { [1]="gain_endurance_charge_%_chance_on_using_fire_skill" } }, - [1542]={ + [1525]={ [1]={ [1]={ limit={ @@ -32809,7 +32598,7 @@ return { [1]="chance_to_gain_endurance_charge_on_bow_crit_%" } }, - [1543]={ + [1526]={ [1]={ [1]={ limit={ @@ -32834,7 +32623,7 @@ return { [1]="chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%" } }, - [1544]={ + [1527]={ [1]={ [1]={ limit={ @@ -32859,7 +32648,7 @@ return { [1]="chance_to_gain_power_charge_on_killing_frozen_enemy_%" } }, - [1545]={ + [1528]={ [1]={ [1]={ limit={ @@ -32906,7 +32695,7 @@ return { [2]="spell_maximum_added_cold_damage_per_power_charge" } }, - [1546]={ + [1529]={ [1]={ [1]={ limit={ @@ -32931,7 +32720,7 @@ return { [1]="num_of_additional_chains_at_max_frenzy_charges" } }, - [1547]={ + [1530]={ [1]={ [1]={ limit={ @@ -32956,7 +32745,7 @@ return { [1]="projectile_chain_from_terrain_chance_%" } }, - [1548]={ + [1531]={ [1]={ [1]={ limit={ @@ -32972,7 +32761,7 @@ return { [1]="add_frenzy_charge_on_critical_strike" } }, - [1549]={ + [1532]={ [1]={ [1]={ limit={ @@ -32988,7 +32777,7 @@ return { [1]="add_power_charge_on_critical_strike" } }, - [1550]={ + [1533]={ [1]={ [1]={ limit={ @@ -33013,7 +32802,7 @@ return { [1]="add_power_charge_on_critical_strike_%" } }, - [1551]={ + [1534]={ [1]={ [1]={ limit={ @@ -33029,7 +32818,7 @@ return { [1]="add_power_charge_on_melee_critical_strike" } }, - [1552]={ + [1535]={ [1]={ [1]={ limit={ @@ -33045,7 +32834,7 @@ return { [1]="add_endurance_charge_on_skill_hit_%" } }, - [1553]={ + [1536]={ [1]={ [1]={ limit={ @@ -33061,7 +32850,7 @@ return { [1]="add_frenzy_charge_on_skill_hit_%" } }, - [1554]={ + [1537]={ [1]={ [1]={ limit={ @@ -33077,7 +32866,7 @@ return { [1]="add_power_charge_on_skill_hit_%" } }, - [1555]={ + [1538]={ [1]={ [1]={ limit={ @@ -33093,7 +32882,7 @@ return { [1]="add_endurance_charge_on_enemy_critical_strike" } }, - [1556]={ + [1539]={ [1]={ [1]={ limit={ @@ -33109,7 +32898,7 @@ return { [1]="add_endurance_charge_on_status_ailment" } }, - [1557]={ + [1540]={ [1]={ [1]={ limit={ @@ -33125,7 +32914,7 @@ return { [1]="base_cannot_be_chilled" } }, - [1558]={ + [1541]={ [1]={ [1]={ limit={ @@ -33141,7 +32930,7 @@ return { [1]="base_cannot_be_chilled_or_frozen" } }, - [1559]={ + [1542]={ [1]={ [1]={ limit={ @@ -33157,7 +32946,7 @@ return { [1]="base_cannot_be_frozen" } }, - [1560]={ + [1543]={ [1]={ [1]={ limit={ @@ -33173,7 +32962,7 @@ return { [1]="base_cannot_be_ignited" } }, - [1561]={ + [1544]={ [1]={ [1]={ limit={ @@ -33189,7 +32978,7 @@ return { [1]="cannot_be_poisoned" } }, - [1562]={ + [1545]={ [1]={ [1]={ limit={ @@ -33205,7 +32994,7 @@ return { [1]="base_cannot_be_shocked" } }, - [1563]={ + [1546]={ [1]={ [1]={ limit={ @@ -33221,7 +33010,7 @@ return { [1]="base_cannot_gain_bleeding" } }, - [1564]={ + [1547]={ [1]={ [1]={ limit={ @@ -33237,7 +33026,7 @@ return { [1]="avoid_all_elemental_status_%" } }, - [1565]={ + [1548]={ [1]={ [1]={ limit={ @@ -33253,7 +33042,7 @@ return { [1]="base_avoid_chill_%" } }, - [1566]={ + [1549]={ [1]={ [1]={ limit={ @@ -33269,7 +33058,7 @@ return { [1]="base_avoid_freeze_%" } }, - [1567]={ + [1550]={ [1]={ [1]={ limit={ @@ -33285,7 +33074,7 @@ return { [1]="base_avoid_ignite_%" } }, - [1568]={ + [1551]={ [1]={ [1]={ limit={ @@ -33301,7 +33090,7 @@ return { [1]="avoid_ignite_%_when_on_low_life" } }, - [1569]={ + [1552]={ [1]={ [1]={ limit={ @@ -33317,7 +33106,7 @@ return { [1]="base_avoid_shock_%" } }, - [1570]={ + [1553]={ [1]={ [1]={ limit={ @@ -33333,7 +33122,7 @@ return { [1]="base_avoid_poison_%" } }, - [1571]={ + [1554]={ [1]={ [1]={ limit={ @@ -33349,7 +33138,7 @@ return { [1]="avoid_stun_%" } }, - [1572]={ + [1555]={ [1]={ [1]={ limit={ @@ -33365,7 +33154,7 @@ return { [1]="base_avoid_stun_%" } }, - [1573]={ + [1556]={ [1]={ [1]={ limit={ @@ -33381,7 +33170,7 @@ return { [1]="always_ignite" } }, - [1574]={ + [1557]={ [1]={ [1]={ limit={ @@ -33397,7 +33186,7 @@ return { [1]="always_shock" } }, - [1575]={ + [1558]={ [1]={ [1]={ limit={ @@ -33413,7 +33202,7 @@ return { [1]="always_stun" } }, - [1576]={ + [1559]={ [1]={ [1]={ limit={ @@ -33429,7 +33218,7 @@ return { [1]="cannot_stun" } }, - [1577]={ + [1560]={ [1]={ [1]={ limit={ @@ -33458,7 +33247,7 @@ return { [1]="chill_duration_+%" } }, - [1578]={ + [1561]={ [1]={ [1]={ limit={ @@ -33487,7 +33276,7 @@ return { [1]="shock_duration_+%" } }, - [1579]={ + [1562]={ [1]={ [1]={ limit={ @@ -33516,7 +33305,7 @@ return { [1]="freeze_duration_+%" } }, - [1580]={ + [1563]={ [1]={ [1]={ limit={ @@ -33545,7 +33334,7 @@ return { [1]="ignite_duration_+%" } }, - [1581]={ + [1564]={ [1]={ [1]={ limit={ @@ -33574,7 +33363,7 @@ return { [1]="base_all_ailment_duration_+%" } }, - [1582]={ + [1565]={ [1]={ [1]={ limit={ @@ -33603,7 +33392,7 @@ return { [1]="base_elemental_status_ailment_duration_+%" } }, - [1583]={ + [1566]={ [1]={ [1]={ limit={ @@ -33619,7 +33408,7 @@ return { [1]="cannot_inflict_elemental_ailments" } }, - [1584]={ + [1567]={ [1]={ [1]={ limit={ @@ -33648,7 +33437,7 @@ return { [1]="two_handed_melee_stun_duration_+%" } }, - [1585]={ + [1568]={ [1]={ [1]={ limit={ @@ -33677,7 +33466,7 @@ return { [1]="bow_stun_duration_+%" } }, - [1586]={ + [1569]={ [1]={ [1]={ limit={ @@ -33706,7 +33495,7 @@ return { [1]="staff_stun_duration_+%" } }, - [1587]={ + [1570]={ [1]={ [1]={ limit={ @@ -33735,7 +33524,7 @@ return { [1]="self_elemental_status_duration_-%" } }, - [1588]={ + [1571]={ [1]={ [1]={ limit={ @@ -33764,7 +33553,7 @@ return { [1]="self_chill_duration_-%" } }, - [1589]={ + [1572]={ [1]={ [1]={ limit={ @@ -33793,7 +33582,7 @@ return { [1]="self_freeze_duration_-%" } }, - [1590]={ + [1573]={ [1]={ [1]={ limit={ @@ -33822,7 +33611,7 @@ return { [1]="self_ignite_duration_-%" } }, - [1591]={ + [1574]={ [1]={ [1]={ limit={ @@ -33851,7 +33640,7 @@ return { [1]="chance_per_second_of_fire_spreading_between_enemies_%" } }, - [1592]={ + [1575]={ [1]={ [1]={ limit={ @@ -33880,7 +33669,7 @@ return { [1]="burn_damage_+%" } }, - [1593]={ + [1576]={ [1]={ [1]={ limit={ @@ -33896,7 +33685,7 @@ return { [1]="active_skill_level_+" } }, - [1594]={ + [1577]={ [1]={ [1]={ limit={ @@ -33925,7 +33714,7 @@ return { [1]="gem_experience_gain_+%" } }, - [1595]={ + [1578]={ [1]={ [1]={ limit={ @@ -33954,7 +33743,7 @@ return { [1]="base_skill_area_of_effect_+%" } }, - [1596]={ + [1579]={ [1]={ [1]={ limit={ @@ -33983,7 +33772,7 @@ return { [1]="base_cost_+%" } }, - [1597]={ + [1580]={ [1]={ [1]={ limit={ @@ -34012,7 +33801,7 @@ return { [1]="base_life_cost_+%" } }, - [1598]={ + [1581]={ [1]={ [1]={ limit={ @@ -34041,7 +33830,7 @@ return { [1]="base_mana_cost_-%" } }, - [1599]={ + [1582]={ [1]={ [1]={ limit={ @@ -34070,7 +33859,7 @@ return { [1]="base_rage_cost_+%" } }, - [1600]={ + [1583]={ [1]={ [1]={ limit={ @@ -34099,7 +33888,7 @@ return { [1]="mana_cost_+%_while_on_full_energy_shield" } }, - [1601]={ + [1584]={ [1]={ [1]={ limit={ @@ -34132,7 +33921,7 @@ return { [1]="mana_cost_+%_when_on_low_life" } }, - [1602]={ + [1585]={ [1]={ [1]={ limit={ @@ -34148,7 +33937,7 @@ return { [1]="base_es_cost_+" } }, - [1603]={ + [1586]={ [1]={ [1]={ limit={ @@ -34164,7 +33953,7 @@ return { [1]="base_life_cost_+" } }, - [1604]={ + [1587]={ [1]={ [1]={ limit={ @@ -34180,7 +33969,7 @@ return { [1]="base_mana_cost_+" } }, - [1605]={ + [1588]={ [1]={ [1]={ limit={ @@ -34196,7 +33985,7 @@ return { [1]="skill_life_cost_+" } }, - [1606]={ + [1589]={ [1]={ [1]={ limit={ @@ -34212,7 +34001,7 @@ return { [1]="skill_mana_cost_+" } }, - [1607]={ + [1590]={ [1]={ [1]={ limit={ @@ -34228,7 +34017,7 @@ return { [1]="attacks_do_not_cost_mana" } }, - [1608]={ + [1591]={ [1]={ [1]={ limit={ @@ -34253,7 +34042,7 @@ return { [1]="skill_repeat_count" } }, - [1609]={ + [1592]={ [1]={ [1]={ limit={ @@ -34278,7 +34067,7 @@ return { [1]="spell_repeat_count" } }, - [1610]={ + [1593]={ [1]={ [1]={ limit={ @@ -34307,7 +34096,7 @@ return { [1]="skill_effect_duration_+%" } }, - [1611]={ + [1594]={ [1]={ [1]={ limit={ @@ -34336,7 +34125,7 @@ return { [1]="chaos_skill_effect_duration_+%" } }, - [1612]={ + [1595]={ [1]={ [1]={ limit={ @@ -34365,7 +34154,7 @@ return { [1]="skill_cooldown_-%" } }, - [1613]={ + [1596]={ [1]={ [1]={ limit={ @@ -34390,7 +34179,7 @@ return { [1]="avoid_interruption_while_casting_%" } }, - [1614]={ + [1597]={ [1]={ [1]={ limit={ @@ -34415,7 +34204,7 @@ return { [1]="attack_repeat_count" } }, - [1615]={ + [1598]={ [1]={ [1]={ limit={ @@ -34444,71 +34233,7 @@ return { [1]="stun_recovery_+%_per_frenzy_charge" } }, - [1616]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% reduced Enemy Chance to Block Sword Attacks" - } - }, - stats={ - [1]="while_using_sword_reduce_enemy_block_%" - } - }, - [1617]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% reduced Enemy Chance to Block Bow Attacks" - } - }, - stats={ - [1]="bow_enemy_block_-%" - } - }, - [1618]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% reduced Enemy Block Chance" - } - }, - stats={ - [1]="global_reduce_enemy_block_%" - } - }, - [1619]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Enemies have {0}% reduced chance to Dodge your Hits" - } - }, - stats={ - [1]="reduce_enemy_dodge_%" - } - }, - [1620]={ + [1599]={ [1]={ [1]={ limit={ @@ -34524,7 +34249,7 @@ return { [1]="prevent_monster_heal" } }, - [1621]={ + [1600]={ [1]={ [1]={ limit={ @@ -34553,7 +34278,7 @@ return { [1]="prevent_monster_heal_duration_+%" } }, - [1622]={ + [1601]={ [1]={ [1]={ limit={ @@ -34582,7 +34307,7 @@ return { [1]="chest_trap_defuse_%" } }, - [1623]={ + [1602]={ [1]={ [1]={ limit={ @@ -34598,7 +34323,7 @@ return { [1]="enemies_chill_as_unfrozen" } }, - [1624]={ + [1603]={ [1]={ [1]={ limit={ @@ -34614,7 +34339,7 @@ return { [1]="enemy_shock_on_kill" } }, - [1625]={ + [1604]={ [1]={ [1]={ limit={ @@ -34630,7 +34355,7 @@ return { [1]="local_is_max_quality" } }, - [1626]={ + [1605]={ [1]={ [1]={ limit={ @@ -34646,7 +34371,7 @@ return { [1]="local_quality_does_not_increase_damage" } }, - [1627]={ + [1606]={ [1]={ [1]={ limit={ @@ -34662,7 +34387,7 @@ return { [1]="local_quality_does_not_increase_defences" } }, - [1628]={ + [1607]={ [1]={ [1]={ limit={ @@ -34678,7 +34403,7 @@ return { [1]="local_extra_socket" } }, - [1629]={ + [1608]={ [1]={ [1]={ limit={ @@ -34694,7 +34419,7 @@ return { [1]="base_cannot_evade" } }, - [1630]={ + [1609]={ [1]={ [1]={ limit={ @@ -34710,7 +34435,7 @@ return { [1]="local_disable_gem_experience_gain" } }, - [1631]={ + [1610]={ [1]={ [1]={ limit={ @@ -34739,7 +34464,7 @@ return { [1]="local_gem_experience_gain_+%" } }, - [1632]={ + [1611]={ [1]={ [1]={ limit={ @@ -34768,7 +34493,7 @@ return { [1]="local_quantity_of_sockets_+%" } }, - [1633]={ + [1612]={ [1]={ [1]={ limit={ @@ -34797,7 +34522,7 @@ return { [1]="local_connectivity_of_sockets_+%" } }, - [1634]={ + [1613]={ [1]={ [1]={ limit={ @@ -34826,7 +34551,7 @@ return { [1]="trap_duration_+%" } }, - [1635]={ + [1614]={ [1]={ [1]={ limit={ @@ -34855,7 +34580,7 @@ return { [1]="mine_duration_+%" } }, - [1636]={ + [1615]={ [1]={ [1]={ limit={ @@ -34884,7 +34609,7 @@ return { [1]="hazard_duration_+%" } }, - [1637]={ + [1616]={ [1]={ [1]={ limit={ @@ -34913,7 +34638,7 @@ return { [1]="trap_trigger_radius_+%" } }, - [1638]={ + [1617]={ [1]={ [1]={ limit={ @@ -34942,7 +34667,7 @@ return { [1]="mine_detonation_radius_+%" } }, - [1639]={ + [1618]={ [1]={ [1]={ limit={ @@ -34971,7 +34696,7 @@ return { [1]="trap_throwing_speed_+%" } }, - [1640]={ + [1619]={ [1]={ [1]={ limit={ @@ -35000,7 +34725,7 @@ return { [1]="mine_laying_speed_+%" } }, - [1641]={ + [1620]={ [1]={ [1]={ limit={ @@ -35029,7 +34754,7 @@ return { [1]="skill_internal_monster_responsiveness_+%" } }, - [1642]={ + [1621]={ [1]={ [1]={ limit={ @@ -35058,7 +34783,7 @@ return { [1]="skill_range_+%" } }, - [1643]={ + [1622]={ [1]={ [1]={ limit={ @@ -35074,7 +34799,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_physical" } }, - [1644]={ + [1623]={ [1]={ [1]={ limit={ @@ -35090,7 +34815,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_chaos" } }, - [1645]={ + [1624]={ [1]={ [1]={ limit={ @@ -35106,7 +34831,7 @@ return { [1]="enemy_non_skill_physical_damage_%_as_extra_fire_vs_you" } }, - [1646]={ + [1625]={ [1]={ [1]={ limit={ @@ -35122,7 +34847,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_fire" } }, - [1647]={ + [1626]={ [1]={ [1]={ limit={ @@ -35138,7 +34863,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_cold" } }, - [1648]={ + [1627]={ [1]={ [1]={ limit={ @@ -35154,7 +34879,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_lightning" } }, - [1649]={ + [1628]={ [1]={ [1]={ limit={ @@ -35170,7 +34895,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_chaos" } }, - [1650]={ + [1629]={ [1]={ [1]={ limit={ @@ -35186,7 +34911,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_gain_as_fire" } }, - [1651]={ + [1630]={ [1]={ [1]={ limit={ @@ -35202,7 +34927,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_gain_as_cold" } }, - [1652]={ + [1631]={ [1]={ [1]={ limit={ @@ -35218,7 +34943,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_gain_as_chaos" } }, - [1653]={ + [1632]={ [1]={ [1]={ limit={ @@ -35234,7 +34959,7 @@ return { [1]="non_skill_base_cold_damage_%_to_gain_as_fire" } }, - [1654]={ + [1633]={ [1]={ [1]={ limit={ @@ -35250,7 +34975,7 @@ return { [1]="non_skill_base_cold_damage_%_to_gain_as_chaos" } }, - [1655]={ + [1634]={ [1]={ [1]={ limit={ @@ -35266,7 +34991,7 @@ return { [1]="non_skill_base_fire_damage_%_to_gain_as_chaos" } }, - [1656]={ + [1635]={ [1]={ [1]={ limit={ @@ -35282,7 +35007,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_gain_as_chaos" } }, - [1657]={ + [1636]={ [1]={ [1]={ limit={ @@ -35298,7 +35023,7 @@ return { [1]="non_skill_base_non_chaos_damage_%_to_gain_as_chaos" } }, - [1658]={ + [1637]={ [1]={ [1]={ [1]={ @@ -35318,7 +35043,7 @@ return { [1]="life_degeneration_%_per_minute_not_in_grace" } }, - [1659]={ + [1638]={ [1]={ [1]={ [1]={ @@ -35351,7 +35076,7 @@ return { [1]="life_regeneration_rate_per_minute_%" } }, - [1660]={ + [1639]={ [1]={ [1]={ [1]={ @@ -35371,7 +35096,7 @@ return { [1]="life_regeneration_rate_per_minute_%_when_on_low_life" } }, - [1661]={ + [1640]={ [1]={ [1]={ [1]={ @@ -35391,7 +35116,7 @@ return { [1]="base_chaos_damage_%_of_maximum_life_taken_per_minute" } }, - [1662]={ + [1641]={ [1]={ [1]={ [1]={ @@ -35411,7 +35136,7 @@ return { [1]="base_chaos_damage_taken_per_minute" } }, - [1663]={ + [1642]={ [1]={ [1]={ limit={ @@ -35444,7 +35169,7 @@ return { [1]="chaos_damage_taken_over_time_+%" } }, - [1664]={ + [1643]={ [1]={ [1]={ limit={ @@ -35460,7 +35185,7 @@ return { [1]="display_mana_cost_reduction_%" } }, - [1665]={ + [1644]={ [1]={ [1]={ limit={ @@ -35476,7 +35201,7 @@ return { [1]="display_minion_maximum_life" } }, - [1666]={ + [1645]={ [1]={ [1]={ limit={ @@ -35492,7 +35217,7 @@ return { [1]="global_knockback_on_crit" } }, - [1667]={ + [1646]={ [1]={ [1]={ limit={ @@ -35508,7 +35233,7 @@ return { [1]="knockback_on_crit_with_bow" } }, - [1668]={ + [1647]={ [1]={ [1]={ limit={ @@ -35524,7 +35249,7 @@ return { [1]="knockback_on_crit_with_quarterstaff" } }, - [1669]={ + [1648]={ [1]={ [1]={ limit={ @@ -35540,7 +35265,7 @@ return { [1]="knockback_on_crit_with_wand" } }, - [1670]={ + [1649]={ [1]={ [1]={ limit={ @@ -35556,7 +35281,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_fire" } }, - [1671]={ + [1650]={ [1]={ [1]={ limit={ @@ -35572,7 +35297,7 @@ return { [1]="minion_base_physical_damage_%_to_convert_to_fire" } }, - [1672]={ + [1651]={ [1]={ [1]={ limit={ @@ -35588,7 +35313,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_cold" } }, - [1673]={ + [1652]={ [1]={ [1]={ limit={ @@ -35604,7 +35329,7 @@ return { [1]="minion_base_physical_damage_%_to_convert_to_cold" } }, - [1674]={ + [1653]={ [1]={ [1]={ limit={ @@ -35620,7 +35345,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_lightning" } }, - [1675]={ + [1654]={ [1]={ [1]={ limit={ @@ -35636,7 +35361,7 @@ return { [1]="minion_base_physical_damage_%_to_convert_to_lightning" } }, - [1676]={ + [1655]={ [1]={ [1]={ limit={ @@ -35652,7 +35377,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_random_element" } }, - [1677]={ + [1656]={ [1]={ [1]={ limit={ @@ -35668,7 +35393,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_chaos" } }, - [1678]={ + [1657]={ [1]={ [1]={ limit={ @@ -35684,7 +35409,7 @@ return { [1]="minion_base_physical_damage_%_to_convert_to_chaos" } }, - [1679]={ + [1658]={ [1]={ [1]={ limit={ @@ -35700,7 +35425,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_convert_to_fire" } }, - [1680]={ + [1659]={ [1]={ [1]={ limit={ @@ -35716,7 +35441,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_convert_to_cold" } }, - [1681]={ + [1660]={ [1]={ [1]={ limit={ @@ -35732,7 +35457,7 @@ return { [1]="non_skill_base_lightning_damage_%_to_convert_to_chaos" } }, - [1682]={ + [1661]={ [1]={ [1]={ limit={ @@ -35748,7 +35473,7 @@ return { [1]="non_skill_base_cold_damage_%_to_convert_to_fire" } }, - [1683]={ + [1662]={ [1]={ [1]={ limit={ @@ -35764,7 +35489,7 @@ return { [1]="non_skill_base_cold_damage_%_to_convert_to_lightning" } }, - [1684]={ + [1663]={ [1]={ [1]={ limit={ @@ -35780,7 +35505,7 @@ return { [1]="non_skill_base_cold_damage_%_to_convert_to_chaos" } }, - [1685]={ + [1664]={ [1]={ [1]={ limit={ @@ -35796,7 +35521,7 @@ return { [1]="non_skill_base_fire_damage_%_to_convert_to_chaos" } }, - [1686]={ + [1665]={ [1]={ [1]={ limit={ @@ -35825,7 +35550,7 @@ return { [1]="shield_maximum_energy_shield_+%" } }, - [1687]={ + [1666]={ [1]={ [1]={ limit={ @@ -35854,7 +35579,7 @@ return { [1]="minion_damage_+%" } }, - [1688]={ + [1667]={ [1]={ [1]={ limit={ @@ -35883,7 +35608,7 @@ return { [1]="minion_damage_+%_if_have_used_a_minion_skill_recently" } }, - [1689]={ + [1668]={ [1]={ [1]={ limit={ @@ -35912,7 +35637,7 @@ return { [1]="virtual_minion_damage_+%" } }, - [1690]={ + [1669]={ [1]={ [1]={ limit={ @@ -35941,7 +35666,7 @@ return { [1]="minion_damage_+%_per_5_dex" } }, - [1691]={ + [1670]={ [1]={ [1]={ limit={ @@ -35970,7 +35695,7 @@ return { [1]="mana_regeneration_rate_+%_per_power_charge" } }, - [1692]={ + [1671]={ [1]={ [1]={ limit={ @@ -35999,7 +35724,7 @@ return { [1]="elemental_damage_+%" } }, - [1693]={ + [1672]={ [1]={ [1]={ limit={ @@ -36028,7 +35753,7 @@ return { [1]="melee_physical_damage_+%" } }, - [1694]={ + [1673]={ [1]={ [1]={ limit={ @@ -36057,7 +35782,7 @@ return { [1]="melee_fire_damage_+%" } }, - [1695]={ + [1674]={ [1]={ [1]={ limit={ @@ -36086,7 +35811,7 @@ return { [1]="melee_cold_damage_+%" } }, - [1696]={ + [1675]={ [1]={ [1]={ limit={ @@ -36115,7 +35840,7 @@ return { [1]="melee_physical_damage_+%_while_holding_shield" } }, - [1697]={ + [1676]={ [1]={ [1]={ limit={ @@ -36144,7 +35869,7 @@ return { [1]="melee_fire_damage_+%_while_holding_shield" } }, - [1698]={ + [1677]={ [1]={ [1]={ limit={ @@ -36173,7 +35898,7 @@ return { [1]="melee_cold_damage_+%_while_holding_shield" } }, - [1699]={ + [1678]={ [1]={ [1]={ limit={ @@ -36202,7 +35927,7 @@ return { [1]="bow_physical_damage_+%_while_holding_shield" } }, - [1700]={ + [1679]={ [1]={ [1]={ limit={ @@ -36218,39 +35943,7 @@ return { [1]="additional_maximum_block_%" } }, - [1701]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% to maximum Chance to Block Spell Damage" - } - }, - stats={ - [1]="base_maximum_spell_block_%" - } - }, - [1702]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% to maximum Chance to Block Spell Damage per 50 Strength" - } - }, - stats={ - [1]="maximum_spell_block_chance_per_50_strength" - } - }, - [1703]={ + [1680]={ [1]={ [1]={ limit={ @@ -36279,7 +35972,7 @@ return { [1]="shield_evasion_rating_+%" } }, - [1704]={ + [1681]={ [1]={ [1]={ limit={ @@ -36308,7 +36001,7 @@ return { [1]="shield_physical_damage_reduction_rating_+%" } }, - [1705]={ + [1682]={ [1]={ [1]={ limit={ @@ -36324,7 +36017,7 @@ return { [1]="base_global_chance_to_knockback_%" } }, - [1706]={ + [1683]={ [1]={ [1]={ limit={ @@ -36353,7 +36046,7 @@ return { [1]="projectile_damage_+%" } }, - [1707]={ + [1684]={ [1]={ [1]={ limit={ @@ -36382,7 +36075,7 @@ return { [1]="projectile_attack_damage_+%" } }, - [1708]={ + [1685]={ [1]={ [1]={ limit={ @@ -36411,7 +36104,7 @@ return { [1]="ranged_weapon_physical_damage_+%" } }, - [1709]={ + [1686]={ [1]={ [1]={ limit={ @@ -36440,7 +36133,7 @@ return { [1]="cast_speed_+%_when_on_low_life" } }, - [1710]={ + [1687]={ [1]={ [1]={ limit={ @@ -36469,7 +36162,7 @@ return { [1]="cast_speed_+%_when_on_full_life" } }, - [1711]={ + [1688]={ [1]={ [1]={ limit={ @@ -36498,7 +36191,7 @@ return { [1]="cast_speed_+%_per_frenzy_charge" } }, - [1712]={ + [1689]={ [1]={ [1]={ limit={ @@ -36527,7 +36220,7 @@ return { [1]="knockback_distance_+%" } }, - [1713]={ + [1690]={ [1]={ [1]={ limit={ @@ -36556,7 +36249,7 @@ return { [1]="stun_duration_+%" } }, - [1714]={ + [1691]={ [1]={ [1]={ limit={ @@ -36572,7 +36265,7 @@ return { [1]="sword_accuracy_rating" } }, - [1715]={ + [1692]={ [1]={ [1]={ limit={ @@ -36588,7 +36281,7 @@ return { [1]="bow_accuracy_rating" } }, - [1716]={ + [1693]={ [1]={ [1]={ limit={ @@ -36604,7 +36297,7 @@ return { [1]="dagger_accuracy_rating" } }, - [1717]={ + [1694]={ [1]={ [1]={ limit={ @@ -36620,7 +36313,7 @@ return { [1]="axe_accuracy_rating" } }, - [1718]={ + [1695]={ [1]={ [1]={ limit={ @@ -36636,7 +36329,7 @@ return { [1]="claw_accuracy_rating" } }, - [1719]={ + [1696]={ [1]={ [1]={ limit={ @@ -36652,7 +36345,7 @@ return { [1]="staff_accuracy_rating" } }, - [1720]={ + [1697]={ [1]={ [1]={ limit={ @@ -36668,7 +36361,7 @@ return { [1]="mace_accuracy_rating" } }, - [1721]={ + [1698]={ [1]={ [1]={ limit={ @@ -36684,7 +36377,7 @@ return { [1]="wand_accuracy_rating" } }, - [1722]={ + [1699]={ [1]={ [1]={ limit={ @@ -36700,7 +36393,7 @@ return { [1]="spear_accuracy_rating" } }, - [1723]={ + [1700]={ [1]={ [1]={ limit={ @@ -36729,7 +36422,7 @@ return { [1]="base_killed_monster_dropped_item_rarity_+%" } }, - [1724]={ + [1701]={ [1]={ [1]={ limit={ @@ -36758,7 +36451,7 @@ return { [1]="base_killed_monster_dropped_item_quantity_+%" } }, - [1725]={ + [1702]={ [1]={ [1]={ limit={ @@ -36774,7 +36467,7 @@ return { [1]="skill_effect_duration_+%_per_10_strength" } }, - [1726]={ + [1703]={ [1]={ [1]={ limit={ @@ -36790,7 +36483,7 @@ return { [1]="strength_inherently_grants_accuracy_instead_of_life" } }, - [1727]={ + [1704]={ [1]={ [1]={ limit={ @@ -36806,7 +36499,7 @@ return { [1]="dexterity_inherently_grants_mana_instead_of_accuracy" } }, - [1728]={ + [1705]={ [1]={ [1]={ limit={ @@ -36822,7 +36515,7 @@ return { [1]="intelligence_inherently_grants_life_instead_of_mana" } }, - [1729]={ + [1706]={ [1]={ [1]={ limit={ @@ -36838,7 +36531,7 @@ return { [1]="gain_no_inherent_bonus_from_dexterity" } }, - [1730]={ + [1707]={ [1]={ [1]={ limit={ @@ -36854,7 +36547,7 @@ return { [1]="gain_no_inherent_bonus_from_intelligence" } }, - [1731]={ + [1708]={ [1]={ [1]={ limit={ @@ -36870,7 +36563,7 @@ return { [1]="gain_no_inherent_bonus_from_strength" } }, - [1732]={ + [1709]={ [1]={ [1]={ limit={ @@ -36886,7 +36579,7 @@ return { [1]="X_accuracy_per_2_intelligence" } }, - [1733]={ + [1710]={ [1]={ [1]={ limit={ @@ -36902,7 +36595,7 @@ return { [1]="X_life_per_4_dexterity" } }, - [1734]={ + [1711]={ [1]={ [1]={ limit={ @@ -36918,7 +36611,7 @@ return { [1]="X_mana_per_4_strength" } }, - [1735]={ + [1712]={ [1]={ [1]={ limit={ @@ -36934,7 +36627,7 @@ return { [1]="x_to_maximum_life_per_2_intelligence" } }, - [1736]={ + [1713]={ [1]={ [1]={ limit={ @@ -36963,7 +36656,7 @@ return { [1]="local_accuracy_rating_+%" } }, - [1737]={ + [1714]={ [1]={ [1]={ limit={ @@ -36988,7 +36681,7 @@ return { [1]="chance_to_scorch_%" } }, - [1738]={ + [1715]={ [1]={ [1]={ limit={ @@ -37017,7 +36710,7 @@ return { [1]="chieftain_burning_damage_+%_final" } }, - [1739]={ + [1716]={ [1]={ [1]={ limit={ @@ -37042,7 +36735,7 @@ return { [1]="chance_to_inflict_frostburn_%" } }, - [1740]={ + [1717]={ [1]={ [1]={ limit={ @@ -37058,7 +36751,7 @@ return { [1]="additional_chance_to_freeze_chilled_enemies_%" } }, - [1741]={ + [1718]={ [1]={ [1]={ limit={ @@ -37083,7 +36776,7 @@ return { [1]="chance_to_inflict_sapped_%" } }, - [1742]={ + [1719]={ [1]={ [1]={ limit={ @@ -37112,7 +36805,7 @@ return { [1]="area_damage_+%" } }, - [1743]={ + [1720]={ [1]={ [1]={ limit={ @@ -37128,7 +36821,7 @@ return { [1]="kill_enemy_on_hit_if_under_10%_life" } }, - [1744]={ + [1721]={ [1]={ [1]={ limit={ @@ -37144,7 +36837,7 @@ return { [1]="stuns_have_culling_strike" } }, - [1745]={ + [1722]={ [1]={ [1]={ limit={ @@ -37160,7 +36853,7 @@ return { [1]="local_hit_causes_monster_flee_%" } }, - [1746]={ + [1723]={ [1]={ [1]={ limit={ @@ -37176,7 +36869,7 @@ return { [1]="global_hit_causes_monster_flee_%" } }, - [1747]={ + [1724]={ [1]={ [1]={ limit={ @@ -37192,7 +36885,7 @@ return { [1]="local_always_hit" } }, - [1748]={ + [1725]={ [1]={ [1]={ limit={ @@ -37208,7 +36901,7 @@ return { [1]="global_always_hit" } }, - [1749]={ + [1726]={ [1]={ [1]={ limit={ @@ -37237,7 +36930,7 @@ return { [1]="attack_and_cast_speed_+%" } }, - [1750]={ + [1727]={ [1]={ [1]={ limit={ @@ -37266,7 +36959,7 @@ return { [1]="attack_speed_+%_per_frenzy_charge" } }, - [1751]={ + [1728]={ [1]={ [1]={ limit={ @@ -37299,7 +36992,7 @@ return { [1]="attack_and_cast_speed_+%_per_frenzy_charge" } }, - [1752]={ + [1729]={ [1]={ [1]={ limit={ @@ -37328,7 +37021,7 @@ return { [1]="base_attack_speed_+%_per_frenzy_charge" } }, - [1753]={ + [1730]={ [1]={ [1]={ limit={ @@ -37357,7 +37050,7 @@ return { [1]="accuracy_rating_+%_per_frenzy_charge" } }, - [1754]={ + [1731]={ [1]={ [1]={ limit={ @@ -37390,7 +37083,7 @@ return { [1]="frenzy_charge_duration_+%_per_frenzy_charge" } }, - [1755]={ + [1732]={ [1]={ [1]={ limit={ @@ -37406,7 +37099,7 @@ return { [1]="attacks_poison_while_at_max_frenzy_charges" } }, - [1756]={ + [1733]={ [1]={ [1]={ limit={ @@ -37431,7 +37124,7 @@ return { [1]="attacks_chance_to_poison_%_on_max_frenzy_charges" } }, - [1757]={ + [1734]={ [1]={ [1]={ limit={ @@ -37447,7 +37140,7 @@ return { [1]="critical_strike_multiplier_+_while_have_any_frenzy_charges" } }, - [1758]={ + [1735]={ [1]={ [1]={ limit={ @@ -37463,7 +37156,7 @@ return { [1]="global_critical_strike_multiplier_+_while_you_have_no_frenzy_charges" } }, - [1759]={ + [1736]={ [1]={ [1]={ limit={ @@ -37492,7 +37185,7 @@ return { [1]="skill_area_of_effect_+%_while_no_frenzy_charges" } }, - [1760]={ + [1737]={ [1]={ [1]={ limit={ @@ -37521,7 +37214,7 @@ return { [1]="base_actor_scale_+%" } }, - [1761]={ + [1738]={ [1]={ [1]={ limit={ @@ -37537,7 +37230,7 @@ return { [1]="add_power_charge_on_minion_death" } }, - [1762]={ + [1739]={ [1]={ [1]={ limit={ @@ -37566,7 +37259,7 @@ return { [1]="flask_life_to_recover_+%" } }, - [1763]={ + [1740]={ [1]={ [1]={ limit={ @@ -37595,7 +37288,7 @@ return { [1]="flask_mana_to_recover_+%" } }, - [1764]={ + [1741]={ [1]={ [1]={ limit={ @@ -37611,7 +37304,7 @@ return { [1]="flask_recovery_speed_+%" } }, - [1765]={ + [1742]={ [1]={ [1]={ limit={ @@ -37679,7 +37372,7 @@ return { [2]="gain_flask_charge_when_crit_amount" } }, - [1766]={ + [1743]={ [1]={ [1]={ limit={ @@ -37708,7 +37401,7 @@ return { [1]="weapon_fire_damage_+%" } }, - [1767]={ + [1744]={ [1]={ [1]={ limit={ @@ -37737,7 +37430,7 @@ return { [1]="weapon_cold_damage_+%" } }, - [1768]={ + [1745]={ [1]={ [1]={ limit={ @@ -37766,7 +37459,7 @@ return { [1]="weapon_lightning_damage_+%" } }, - [1769]={ + [1746]={ [1]={ [1]={ limit={ @@ -37795,7 +37488,7 @@ return { [1]="weapon_chaos_damage_+%" } }, - [1770]={ + [1747]={ [1]={ [1]={ limit={ @@ -37811,7 +37504,7 @@ return { [1]="spell_elemental_damage_+%" } }, - [1771]={ + [1748]={ [1]={ [1]={ limit={ @@ -37827,7 +37520,7 @@ return { [1]="global_added_chaos_damage_%_of_ward" } }, - [1772]={ + [1749]={ [1]={ [1]={ limit={ @@ -37848,7 +37541,7 @@ return { [2]="attack_maximum_added_physical_damage_with_axes" } }, - [1773]={ + [1750]={ [1]={ [1]={ limit={ @@ -37869,7 +37562,7 @@ return { [2]="attack_maximum_added_physical_damage_with_bow" } }, - [1774]={ + [1751]={ [1]={ [1]={ limit={ @@ -37890,7 +37583,7 @@ return { [2]="attack_maximum_added_physical_damage_with_claws" } }, - [1775]={ + [1752]={ [1]={ [1]={ limit={ @@ -37911,7 +37604,7 @@ return { [2]="attack_maximum_added_physical_damage_with_daggers" } }, - [1776]={ + [1753]={ [1]={ [1]={ limit={ @@ -37932,7 +37625,7 @@ return { [2]="attack_maximum_added_physical_damage_with_maces" } }, - [1777]={ + [1754]={ [1]={ [1]={ limit={ @@ -37953,7 +37646,7 @@ return { [2]="attack_maximum_added_physical_damage_with_staves" } }, - [1778]={ + [1755]={ [1]={ [1]={ limit={ @@ -37974,7 +37667,7 @@ return { [2]="attack_maximum_added_physical_damage_with_swords" } }, - [1779]={ + [1756]={ [1]={ [1]={ limit={ @@ -37995,7 +37688,7 @@ return { [2]="attack_maximum_added_physical_damage_with_wands" } }, - [1780]={ + [1757]={ [1]={ [1]={ limit={ @@ -38016,7 +37709,7 @@ return { [2]="attack_maximum_added_physical_damage_while_unarmed" } }, - [1781]={ + [1758]={ [1]={ [1]={ limit={ @@ -38037,7 +37730,7 @@ return { [2]="attack_maximum_added_physical_damage_while_holding_a_shield" } }, - [1782]={ + [1759]={ [1]={ [1]={ limit={ @@ -38058,7 +37751,7 @@ return { [2]="attack_maximum_added_fire_damage_with_axes" } }, - [1783]={ + [1760]={ [1]={ [1]={ limit={ @@ -38079,7 +37772,7 @@ return { [2]="attack_maximum_added_fire_damage_with_bow" } }, - [1784]={ + [1761]={ [1]={ [1]={ limit={ @@ -38100,7 +37793,7 @@ return { [2]="attack_maximum_added_fire_damage_with_claws" } }, - [1785]={ + [1762]={ [1]={ [1]={ limit={ @@ -38121,7 +37814,7 @@ return { [2]="attack_maximum_added_fire_damage_with_daggers" } }, - [1786]={ + [1763]={ [1]={ [1]={ limit={ @@ -38142,7 +37835,7 @@ return { [2]="attack_maximum_added_fire_damage_with_maces" } }, - [1787]={ + [1764]={ [1]={ [1]={ limit={ @@ -38163,7 +37856,7 @@ return { [2]="attack_maximum_added_fire_damage_with_staves" } }, - [1788]={ + [1765]={ [1]={ [1]={ limit={ @@ -38184,7 +37877,7 @@ return { [2]="attack_maximum_added_fire_damage_with_swords" } }, - [1789]={ + [1766]={ [1]={ [1]={ limit={ @@ -38205,7 +37898,7 @@ return { [2]="attack_maximum_added_fire_damage_with_wand" } }, - [1790]={ + [1767]={ [1]={ [1]={ limit={ @@ -38226,7 +37919,7 @@ return { [2]="attack_maximum_added_cold_damage_with_axes" } }, - [1791]={ + [1768]={ [1]={ [1]={ limit={ @@ -38247,7 +37940,7 @@ return { [2]="attack_maximum_added_cold_damage_with_bows" } }, - [1792]={ + [1769]={ [1]={ [1]={ limit={ @@ -38268,7 +37961,7 @@ return { [2]="attack_maximum_added_cold_damage_with_claws" } }, - [1793]={ + [1770]={ [1]={ [1]={ limit={ @@ -38289,7 +37982,7 @@ return { [2]="attack_maximum_added_cold_damage_with_daggers" } }, - [1794]={ + [1771]={ [1]={ [1]={ limit={ @@ -38310,7 +38003,7 @@ return { [2]="attack_maximum_added_cold_damage_with_maces" } }, - [1795]={ + [1772]={ [1]={ [1]={ limit={ @@ -38331,7 +38024,7 @@ return { [2]="attack_maximum_added_cold_damage_with_staves" } }, - [1796]={ + [1773]={ [1]={ [1]={ limit={ @@ -38352,7 +38045,7 @@ return { [2]="attack_maximum_added_cold_damage_with_swords" } }, - [1797]={ + [1774]={ [1]={ [1]={ limit={ @@ -38373,7 +38066,7 @@ return { [2]="attack_maximum_added_cold_damage_with_wand" } }, - [1798]={ + [1775]={ [1]={ [1]={ limit={ @@ -38394,7 +38087,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_axes" } }, - [1799]={ + [1776]={ [1]={ [1]={ limit={ @@ -38415,7 +38108,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_bows" } }, - [1800]={ + [1777]={ [1]={ [1]={ limit={ @@ -38436,7 +38129,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_claws" } }, - [1801]={ + [1778]={ [1]={ [1]={ limit={ @@ -38457,7 +38150,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_daggers" } }, - [1802]={ + [1779]={ [1]={ [1]={ limit={ @@ -38478,7 +38171,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_maces" } }, - [1803]={ + [1780]={ [1]={ [1]={ limit={ @@ -38499,7 +38192,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_staves" } }, - [1804]={ + [1781]={ [1]={ [1]={ limit={ @@ -38520,7 +38213,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_swords" } }, - [1805]={ + [1782]={ [1]={ [1]={ limit={ @@ -38541,7 +38234,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_wand" } }, - [1806]={ + [1783]={ [1]={ [1]={ limit={ @@ -38562,7 +38255,7 @@ return { [2]="attack_maximum_added_chaos_damage_with_bows" } }, - [1807]={ + [1784]={ [1]={ [1]={ limit={ @@ -38583,7 +38276,7 @@ return { [2]="attack_maximum_added_chaos_damage_with_claws" } }, - [1808]={ + [1785]={ [1]={ [1]={ limit={ @@ -38604,7 +38297,7 @@ return { [2]="attack_maximum_added_chaos_damage_with_daggers" } }, - [1809]={ + [1786]={ [1]={ [1]={ limit={ @@ -38625,7 +38318,7 @@ return { [2]="attack_maximum_added_cold_damage_with_spears" } }, - [1810]={ + [1787]={ [1]={ [1]={ limit={ @@ -38646,7 +38339,7 @@ return { [2]="attack_maximum_added_fire_damage_with_spears" } }, - [1811]={ + [1788]={ [1]={ [1]={ limit={ @@ -38667,7 +38360,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_spears" } }, - [1812]={ + [1789]={ [1]={ [1]={ limit={ @@ -38688,7 +38381,7 @@ return { [2]="attack_maximum_added_physical_damage_with_spears" } }, - [1813]={ + [1790]={ [1]={ [1]={ limit={ @@ -38709,7 +38402,7 @@ return { [2]="spell_maximum_added_chaos_damage_while_dual_wielding" } }, - [1814]={ + [1791]={ [1]={ [1]={ limit={ @@ -38730,7 +38423,7 @@ return { [2]="spell_maximum_added_chaos_damage_while_holding_a_shield" } }, - [1815]={ + [1792]={ [1]={ [1]={ limit={ @@ -38751,7 +38444,7 @@ return { [2]="spell_maximum_added_chaos_damage_while_wielding_two_handed_weapon" } }, - [1816]={ + [1793]={ [1]={ [1]={ limit={ @@ -38772,7 +38465,7 @@ return { [2]="spell_maximum_added_cold_damage_while_dual_wielding" } }, - [1817]={ + [1794]={ [1]={ [1]={ limit={ @@ -38793,7 +38486,7 @@ return { [2]="spell_maximum_added_cold_damage_while_holding_a_shield" } }, - [1818]={ + [1795]={ [1]={ [1]={ limit={ @@ -38814,7 +38507,7 @@ return { [2]="spell_maximum_added_cold_damage_while_wielding_two_handed_weapon" } }, - [1819]={ + [1796]={ [1]={ [1]={ limit={ @@ -38835,7 +38528,7 @@ return { [2]="spell_maximum_added_fire_damage_while_dual_wielding" } }, - [1820]={ + [1797]={ [1]={ [1]={ limit={ @@ -38856,7 +38549,7 @@ return { [2]="spell_maximum_added_fire_damage_while_holding_a_shield" } }, - [1821]={ + [1798]={ [1]={ [1]={ limit={ @@ -38877,7 +38570,7 @@ return { [2]="spell_maximum_added_fire_damage_while_wielding_two_handed_weapon" } }, - [1822]={ + [1799]={ [1]={ [1]={ limit={ @@ -38898,7 +38591,7 @@ return { [2]="spell_maximum_added_lightning_damage_while_dual_wielding" } }, - [1823]={ + [1800]={ [1]={ [1]={ limit={ @@ -38919,7 +38612,7 @@ return { [2]="spell_maximum_added_lightning_damage_while_holding_a_shield" } }, - [1824]={ + [1801]={ [1]={ [1]={ limit={ @@ -38940,7 +38633,7 @@ return { [2]="spell_maximum_added_lightning_damage_while_wielding_two_handed_weapon" } }, - [1825]={ + [1802]={ [1]={ [1]={ limit={ @@ -38961,7 +38654,7 @@ return { [2]="spell_maximum_added_physical_damage_while_dual_wielding" } }, - [1826]={ + [1803]={ [1]={ [1]={ limit={ @@ -38982,7 +38675,7 @@ return { [2]="spell_maximum_added_physical_damage_while_holding_a_shield" } }, - [1827]={ + [1804]={ [1]={ [1]={ limit={ @@ -39003,7 +38696,7 @@ return { [2]="spell_maximum_added_physical_damage_while_wielding_two_handed_weapon" } }, - [1828]={ + [1805]={ [1]={ [1]={ limit={ @@ -39032,7 +38725,7 @@ return { [1]="wand_elemental_damage_+%" } }, - [1829]={ + [1806]={ [1]={ [1]={ limit={ @@ -39061,7 +38754,7 @@ return { [1]="staff_elemental_damage_+%" } }, - [1830]={ + [1807]={ [1]={ [1]={ limit={ @@ -39090,7 +38783,7 @@ return { [1]="mace_elemental_damage_+%" } }, - [1831]={ + [1808]={ [1]={ [1]={ limit={ @@ -39115,7 +38808,7 @@ return { [1]="chance_to_gain_endurance_charge_on_block_%" } }, - [1832]={ + [1809]={ [1]={ [1]={ limit={ @@ -39144,7 +38837,7 @@ return { [1]="endurance_charge_duration_+%" } }, - [1833]={ + [1810]={ [1]={ [1]={ limit={ @@ -39160,7 +38853,7 @@ return { [1]="add_frenzy_charge_on_enemy_block" } }, - [1834]={ + [1811]={ [1]={ [1]={ limit={ @@ -39189,7 +38882,7 @@ return { [1]="base_frenzy_charge_duration_+%" } }, - [1835]={ + [1812]={ [1]={ [1]={ limit={ @@ -39214,7 +38907,7 @@ return { [1]="chance_to_gain_power_charge_when_block_%" } }, - [1836]={ + [1813]={ [1]={ [1]={ limit={ @@ -39230,7 +38923,7 @@ return { [1]="skill_area_of_effect_+%_per_power_charge" } }, - [1837]={ + [1814]={ [1]={ [1]={ limit={ @@ -39246,7 +38939,7 @@ return { [1]="skill_area_of_effect_+%_per_power_charge_up_to_50%" } }, - [1838]={ + [1815]={ [1]={ [1]={ limit={ @@ -39271,7 +38964,7 @@ return { [1]="%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy" } }, - [1839]={ + [1816]={ [1]={ [1]={ limit={ @@ -39296,7 +38989,7 @@ return { [1]="%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy" } }, - [1840]={ + [1817]={ [1]={ [1]={ limit={ @@ -39312,7 +39005,7 @@ return { [1]="damage_over_time_+%_per_frenzy_charge" } }, - [1841]={ + [1818]={ [1]={ [1]={ limit={ @@ -39328,7 +39021,7 @@ return { [1]="damage_over_time_+%_per_power_charge" } }, - [1842]={ + [1819]={ [1]={ [1]={ limit={ @@ -39344,7 +39037,7 @@ return { [1]="damage_over_time_+%_while_dual_wielding" } }, - [1843]={ + [1820]={ [1]={ [1]={ limit={ @@ -39360,7 +39053,7 @@ return { [1]="damage_over_time_+%_while_holding_a_shield" } }, - [1844]={ + [1821]={ [1]={ [1]={ limit={ @@ -39376,7 +39069,7 @@ return { [1]="damage_over_time_+%_while_wielding_two_handed_weapon" } }, - [1845]={ + [1822]={ [1]={ [1]={ limit={ @@ -39392,7 +39085,7 @@ return { [1]="elemental_damage_+%_per_frenzy_charge" } }, - [1846]={ + [1823]={ [1]={ [1]={ limit={ @@ -39421,7 +39114,7 @@ return { [1]="physical_damage_per_endurance_charge_+%" } }, - [1847]={ + [1824]={ [1]={ [1]={ limit={ @@ -39437,7 +39130,7 @@ return { [1]="spell_damage_+%_per_power_charge" } }, - [1848]={ + [1825]={ [1]={ [1]={ limit={ @@ -39453,7 +39146,7 @@ return { [1]="wand_damage_+%_per_power_charge" } }, - [1849]={ + [1826]={ [1]={ [1]={ limit={ @@ -39482,7 +39175,7 @@ return { [1]="power_charge_duration_+%" } }, - [1850]={ + [1827]={ [1]={ [1]={ limit={ @@ -39498,7 +39191,7 @@ return { [1]="add_power_charge_when_kill_shocked_enemy" } }, - [1851]={ + [1828]={ [1]={ [1]={ limit={ @@ -39514,7 +39207,7 @@ return { [1]="buff_effect_on_self_+%" } }, - [1852]={ + [1829]={ [1]={ [1]={ limit={ @@ -39543,7 +39236,7 @@ return { [1]="minions_have_non_curse_aura_effect_+%_from_parent_skills" } }, - [1853]={ + [1830]={ [1]={ [1]={ limit={ @@ -39559,7 +39252,7 @@ return { [1]="movement_velocity_+%_when_on_shocked_ground" } }, - [1854]={ + [1831]={ [1]={ [1]={ limit={ @@ -39575,7 +39268,7 @@ return { [1]="damage_+%_when_on_burning_ground" } }, - [1855]={ + [1832]={ [1]={ [1]={ [1]={ @@ -39595,7 +39288,7 @@ return { [1]="life_regeneration_rate_per_minute_%_when_on_chilled_ground" } }, - [1856]={ + [1833]={ [1]={ [1]={ limit={ @@ -39624,7 +39317,7 @@ return { [1]="desecrated_ground_effect_on_self_+%" } }, - [1857]={ + [1834]={ [1]={ [1]={ limit={ @@ -39640,7 +39333,7 @@ return { [1]="add_power_charge_when_interrupted_while_casting" } }, - [1858]={ + [1835]={ [1]={ [1]={ limit={ @@ -39656,7 +39349,7 @@ return { [1]="generate_endurance_charges_for_allies_in_your_presence" } }, - [1859]={ + [1836]={ [1]={ [1]={ limit={ @@ -39672,7 +39365,7 @@ return { [1]="generate_frenzy_charges_for_allies_in_your_presence" } }, - [1860]={ + [1837]={ [1]={ [1]={ limit={ @@ -39688,7 +39381,7 @@ return { [1]="generate_power_charges_for_allies_in_your_presence" } }, - [1861]={ + [1838]={ [1]={ [1]={ limit={ @@ -39717,7 +39410,7 @@ return { [1]="base_leech_amount_+%" } }, - [1862]={ + [1839]={ [1]={ [1]={ limit={ @@ -39746,7 +39439,7 @@ return { [1]="leech_rate_+%" } }, - [1863]={ + [1840]={ [1]={ [1]={ limit={ @@ -39775,7 +39468,7 @@ return { [1]="base_life_leech_amount_+%" } }, - [1864]={ + [1841]={ [1]={ [1]={ limit={ @@ -39804,7 +39497,7 @@ return { [1]="base_life_leech_rate_+%" } }, - [1865]={ + [1842]={ [1]={ [1]={ limit={ @@ -39833,7 +39526,7 @@ return { [1]="base_mana_leech_amount_+%" } }, - [1866]={ + [1843]={ [1]={ [1]={ limit={ @@ -39862,7 +39555,7 @@ return { [1]="base_mana_leech_rate_+%" } }, - [1867]={ + [1844]={ [1]={ [1]={ limit={ @@ -39891,7 +39584,7 @@ return { [1]="base_energy_shield_leech_rate_+%" } }, - [1868]={ + [1845]={ [1]={ [1]={ limit={ @@ -39907,7 +39600,7 @@ return { [1]="base_number_of_spectres_allowed" } }, - [1869]={ + [1846]={ [1]={ [1]={ limit={ @@ -39923,7 +39616,7 @@ return { [1]="base_number_of_skeletons_allowed" } }, - [1870]={ + [1847]={ [1]={ [1]={ limit={ @@ -39939,7 +39632,7 @@ return { [1]="base_number_of_raging_spirits_allowed" } }, - [1871]={ + [1848]={ [1]={ [1]={ limit={ @@ -39948,14 +39641,14 @@ return { [2]="#" } }, - text="Your Curses have infinite Duration" + text="Curses you inflict have infinite Duration" } }, stats={ [1]="curses_never_expire" } }, - [1872]={ + [1849]={ [1]={ [1]={ limit={ @@ -39971,7 +39664,7 @@ return { [1]="no_physical_damage_reduction_rating" } }, - [1873]={ + [1850]={ [1]={ [1]={ limit={ @@ -39987,7 +39680,7 @@ return { [1]="no_energy_shield" } }, - [1874]={ + [1851]={ [1]={ [1]={ limit={ @@ -40003,7 +39696,7 @@ return { [1]="no_evasion_rating" } }, - [1875]={ + [1852]={ [1]={ [1]={ limit={ @@ -40019,7 +39712,7 @@ return { [1]="chaos_immunity" } }, - [1876]={ + [1853]={ [1]={ [1]={ limit={ @@ -40057,7 +39750,7 @@ return { [1]="number_of_additional_curses_allowed" } }, - [1877]={ + [1854]={ [1]={ [1]={ limit={ @@ -40095,7 +39788,7 @@ return { [1]="number_of_additional_marks_allowed" } }, - [1878]={ + [1855]={ [1]={ [1]={ limit={ @@ -40120,7 +39813,7 @@ return { [1]="number_of_additional_curses_allowed_on_self" } }, - [1879]={ + [1856]={ [1]={ [1]={ limit={ @@ -40153,7 +39846,7 @@ return { [1]="curse_effect_on_self_+%" } }, - [1880]={ + [1857]={ [1]={ [1]={ limit={ @@ -40182,7 +39875,7 @@ return { [1]="self_curse_duration_+%" } }, - [1881]={ + [1858]={ [1]={ [1]={ limit={ @@ -40198,7 +39891,7 @@ return { [1]="cannot_be_stunned" } }, - [1882]={ + [1859]={ [1]={ [1]={ limit={ @@ -40214,7 +39907,7 @@ return { [1]="base_cannot_be_stunned" } }, - [1883]={ + [1860]={ [1]={ [1]={ limit={ @@ -40230,7 +39923,7 @@ return { [1]="cannot_be_stunned_when_on_low_life" } }, - [1884]={ + [1861]={ [1]={ [1]={ limit={ @@ -40246,7 +39939,7 @@ return { [1]="mana_%_to_gain_as_energy_shield" } }, - [1885]={ + [1862]={ [1]={ [1]={ limit={ @@ -40262,7 +39955,7 @@ return { [1]="non_skill_physical_damage_%_to_convert_to_fire_vs_ignited_enemies" } }, - [1886]={ + [1863]={ [1]={ [1]={ limit={ @@ -40278,7 +39971,7 @@ return { [1]="global_cannot_crit" } }, - [1887]={ + [1864]={ [1]={ [1]={ limit={ @@ -40294,7 +39987,7 @@ return { [1]="ignore_armour_movement_penalties" } }, - [1888]={ + [1865]={ [1]={ [1]={ limit={ @@ -40310,7 +40003,39 @@ return { [1]="minions_use_parents_flasks_on_summon" } }, - [1889]={ + [1866]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Life Flask also applies to your Minions" + } + }, + stats={ + [1]="your_life_flasks_also_apply_to_your_minions" + } + }, + [1867]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions cannot Die while affected by a Life Flask" + } + }, + stats={ + [1]="minions_cannot_die_while_affected_by_life_flask" + } + }, + [1868]={ [1]={ [1]={ limit={ @@ -40343,7 +40068,7 @@ return { [1]="flask_mana_charges_used_+%" } }, - [1890]={ + [1869]={ [1]={ [1]={ limit={ @@ -40376,7 +40101,7 @@ return { [1]="minion_flask_charges_used_+%" } }, - [1891]={ + [1870]={ [1]={ [1]={ limit={ @@ -40405,7 +40130,7 @@ return { [1]="flask_duration_on_minions_+%" } }, - [1892]={ + [1871]={ [1]={ [1]={ limit={ @@ -40421,7 +40146,7 @@ return { [1]="cannot_resist_cold_damage" } }, - [1893]={ + [1872]={ [1]={ [1]={ limit={ @@ -40437,7 +40162,7 @@ return { [1]="minions_get_amulet_stats_instead_of_you" } }, - [1894]={ + [1873]={ [1]={ [1]={ limit={ @@ -40466,7 +40191,7 @@ return { [1]="chaos_inoculation_keystone_energy_shield_+%_final" } }, - [1895]={ + [1874]={ [1]={ [1]={ limit={ @@ -40495,7 +40220,7 @@ return { [1]="pain_attunement_keystone_critical_strike_multiplier_+%_final" } }, - [1896]={ + [1875]={ [1]={ [1]={ limit={ @@ -40529,7 +40254,7 @@ return { [2]="maximum_physical_damage_to_reflect_to_self_on_attack" } }, - [1897]={ + [1876]={ [1]={ [1]={ limit={ @@ -40550,7 +40275,7 @@ return { [2]="maximum_physical_damage_to_return_to_melee_attacker" } }, - [1898]={ + [1877]={ [1]={ [1]={ limit={ @@ -40571,7 +40296,7 @@ return { [2]="maximum_fire_damage_to_return_to_melee_attacker" } }, - [1899]={ + [1878]={ [1]={ [1]={ limit={ @@ -40592,7 +40317,7 @@ return { [2]="maximum_cold_damage_to_return_to_melee_attacker" } }, - [1900]={ + [1879]={ [1]={ [1]={ limit={ @@ -40613,7 +40338,7 @@ return { [2]="maximum_lightning_damage_to_return_to_melee_attacker" } }, - [1901]={ + [1880]={ [1]={ [1]={ limit={ @@ -40634,7 +40359,7 @@ return { [2]="maximum_chaos_damage_to_return_to_melee_attacker" } }, - [1902]={ + [1881]={ [1]={ [1]={ limit={ @@ -40650,7 +40375,7 @@ return { [1]="cold_damage_to_return_to_melee_attacker" } }, - [1903]={ + [1882]={ [1]={ [1]={ limit={ @@ -40666,7 +40391,7 @@ return { [1]="fire_damage_to_return_to_melee_attacker" } }, - [1904]={ + [1883]={ [1]={ [1]={ limit={ @@ -40682,7 +40407,7 @@ return { [1]="lightning_damage_to_return_to_melee_attacker" } }, - [1905]={ + [1884]={ [1]={ [1]={ limit={ @@ -40698,7 +40423,7 @@ return { [1]="chaos_damage_to_return_to_melee_attacker" } }, - [1906]={ + [1885]={ [1]={ [1]={ limit={ @@ -40714,7 +40439,7 @@ return { [1]="physical_damage_to_return_when_hit" } }, - [1907]={ + [1886]={ [1]={ [1]={ limit={ @@ -40730,7 +40455,7 @@ return { [1]="fire_damage_to_return_when_hit" } }, - [1908]={ + [1887]={ [1]={ [1]={ limit={ @@ -40746,7 +40471,7 @@ return { [1]="cold_damage_to_return_when_hit" } }, - [1909]={ + [1888]={ [1]={ [1]={ limit={ @@ -40762,7 +40487,7 @@ return { [1]="lightning_damage_to_return_when_hit" } }, - [1910]={ + [1889]={ [1]={ [1]={ limit={ @@ -40778,7 +40503,7 @@ return { [1]="chaos_damage_to_return_when_hit" } }, - [1911]={ + [1890]={ [1]={ [1]={ limit={ @@ -40807,7 +40532,7 @@ return { [1]="curse_cast_speed_+%" } }, - [1912]={ + [1891]={ [1]={ [1]={ limit={ @@ -40836,7 +40561,7 @@ return { [1]="hex_skill_cast_speed_+%" } }, - [1913]={ + [1892]={ [1]={ [1]={ limit={ @@ -40845,7 +40570,7 @@ return { [2]="#" } }, - text="Mark Skills have {0}% increased Cast Speed" + text="Mark Skills have {0}% increased Use Speed" }, [2]={ [1]={ @@ -40858,14 +40583,14 @@ return { [2]=-1 } }, - text="Mark Skills have {0}% reduced Cast Speed" + text="Mark Skills have {0}% reduced Use Speed" } }, stats={ - [1]="mark_skill_cast_speed_+%" + [1]="mark_use_speed_+%" } }, - [1914]={ + [1893]={ [1]={ [1]={ limit={ @@ -40881,7 +40606,7 @@ return { [1]="ignite_proliferation_radius_15" } }, - [1915]={ + [1894]={ [1]={ [1]={ [1]={ @@ -40914,7 +40639,7 @@ return { [1]="passive_notable_ignite_proliferation_radius" } }, - [1916]={ + [1895]={ [1]={ [1]={ limit={ @@ -40943,7 +40668,7 @@ return { [1]="base_aura_area_of_effect_+%" } }, - [1917]={ + [1896]={ [1]={ [1]={ limit={ @@ -40972,7 +40697,7 @@ return { [1]="curse_area_of_effect_+%" } }, - [1918]={ + [1897]={ [1]={ [1]={ limit={ @@ -41001,7 +40726,7 @@ return { [1]="base_life_reservation_efficiency_+%" } }, - [1919]={ + [1898]={ [1]={ [1]={ limit={ @@ -41030,7 +40755,7 @@ return { [1]="base_life_reservation_+%" } }, - [1920]={ + [1899]={ [1]={ [1]={ limit={ @@ -41059,7 +40784,7 @@ return { [1]="base_mana_reservation_efficiency_+%" } }, - [1921]={ + [1900]={ [1]={ [1]={ limit={ @@ -41088,7 +40813,7 @@ return { [1]="base_mana_reservation_+%" } }, - [1922]={ + [1901]={ [1]={ [1]={ limit={ @@ -41117,7 +40842,7 @@ return { [1]="base_reservation_efficiency_+%" } }, - [1923]={ + [1902]={ [1]={ [1]={ limit={ @@ -41146,7 +40871,7 @@ return { [1]="base_reservation_+%" } }, - [1924]={ + [1903]={ [1]={ [1]={ [1]={ @@ -41183,7 +40908,7 @@ return { [1]="mana_reservation_efficiency_-2%_per_1" } }, - [1925]={ + [1904]={ [1]={ [1]={ [1]={ @@ -41220,7 +40945,7 @@ return { [1]="reservation_efficiency_-2%_per_1" } }, - [1926]={ + [1905]={ [1]={ [1]={ limit={ @@ -41236,7 +40961,7 @@ return { [1]="physical_attack_damage_taken_+" } }, - [1927]={ + [1906]={ [1]={ [1]={ limit={ @@ -41252,7 +40977,7 @@ return { [1]="physical_damage_taken_+" } }, - [1928]={ + [1907]={ [1]={ [1]={ limit={ @@ -41268,7 +40993,7 @@ return { [1]="physical_damage_taken_+_per_level" } }, - [1929]={ + [1908]={ [1]={ [1]={ limit={ @@ -41284,7 +41009,7 @@ return { [1]="fire_damage_taken_+" } }, - [1930]={ + [1909]={ [1]={ [1]={ limit={ @@ -41313,7 +41038,7 @@ return { [1]="base_damage_taken_+%" } }, - [1931]={ + [1910]={ [1]={ [1]={ limit={ @@ -41346,7 +41071,7 @@ return { [1]="area_damage_taken_from_hits_+%" } }, - [1932]={ + [1911]={ [1]={ [1]={ limit={ @@ -41375,7 +41100,7 @@ return { [1]="damage_taken_+%_from_hits" } }, - [1933]={ + [1912]={ [1]={ [1]={ limit={ @@ -41404,7 +41129,7 @@ return { [1]="physical_damage_taken_+%" } }, - [1934]={ + [1913]={ [1]={ [1]={ limit={ @@ -41433,7 +41158,7 @@ return { [1]="fire_damage_taken_+%" } }, - [1935]={ + [1914]={ [1]={ [1]={ limit={ @@ -41466,7 +41191,7 @@ return { [1]="chaos_damage_taken_+%" } }, - [1936]={ + [1915]={ [1]={ [1]={ limit={ @@ -41495,7 +41220,7 @@ return { [1]="damage_taken_+%_while_es_full" } }, - [1937]={ + [1916]={ [1]={ [1]={ limit={ @@ -41528,7 +41253,7 @@ return { [1]="degen_effect_+%" } }, - [1938]={ + [1917]={ [1]={ [1]={ limit={ @@ -41544,7 +41269,7 @@ return { [1]="physical_ranged_attack_damage_taken_+" } }, - [1939]={ + [1918]={ [1]={ [1]={ limit={ @@ -41573,7 +41298,7 @@ return { [1]="damage_taken_+%_from_skeletons" } }, - [1940]={ + [1919]={ [1]={ [1]={ limit={ @@ -41602,7 +41327,7 @@ return { [1]="damage_taken_+%_from_ghosts" } }, - [1941]={ + [1920]={ [1]={ [1]={ limit={ @@ -41618,7 +41343,7 @@ return { [1]="deal_no_damage_yourself" } }, - [1942]={ + [1921]={ [1]={ [1]={ limit={ @@ -41634,7 +41359,7 @@ return { [1]="base_number_of_totems_allowed" } }, - [1943]={ + [1922]={ [1]={ [1]={ limit={ @@ -41659,7 +41384,7 @@ return { [1]="base_number_of_traps_allowed" } }, - [1944]={ + [1923]={ [1]={ [1]={ limit={ @@ -41684,7 +41409,7 @@ return { [1]="base_number_of_remote_mines_allowed" } }, - [1945]={ + [1924]={ [1]={ [1]={ limit={ @@ -41700,7 +41425,7 @@ return { [1]="number_of_additional_totems_allowed" } }, - [1946]={ + [1925]={ [1]={ [1]={ limit={ @@ -41751,7 +41476,7 @@ return { [1]="number_of_additional_traps_allowed" } }, - [1947]={ + [1926]={ [1]={ [1]={ limit={ @@ -41802,23 +41527,7 @@ return { [1]="number_of_additional_remote_mines_allowed" } }, - [1948]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You cannot Block" - } - }, - stats={ - [1]="cannot_block_attacks" - } - }, - [1949]={ + [1927]={ [1]={ [1]={ limit={ @@ -41834,23 +41543,7 @@ return { [1]="additional_physical_damage_reduction_%_when_on_low_life" } }, - [1950]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d} to Level of Conductivity Skills" - } - }, - stats={ - [1]="conductivity_gem_level_+" - } - }, - [1951]={ + [1928]={ [1]={ [1]={ limit={ @@ -41866,23 +41559,7 @@ return { [1]="despair_gem_level_+" } }, - [1952]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d} to Level of Enfeeble Skills" - } - }, - stats={ - [1]="enfeeble_gem_level_+" - } - }, - [1953]={ + [1929]={ [1]={ [1]={ limit={ @@ -41891,14 +41568,14 @@ return { [2]="#" } }, - text="{0:+d} to Level of Flammability Skills" + text="{0:+d} to Level of Elemental Weakness Skills" } }, stats={ - [1]="flammability_gem_level_+" + [1]="elemental_weakness_gem_level_+" } }, - [1954]={ + [1930]={ [1]={ [1]={ limit={ @@ -41907,14 +41584,14 @@ return { [2]="#" } }, - text="{0:+d} to Level of Hypothermia Skills" + text="{0:+d} to Level of Enfeeble Skills" } }, stats={ - [1]="hypothermia_gem_level_+" + [1]="enfeeble_gem_level_+" } }, - [1955]={ + [1931]={ [1]={ [1]={ limit={ @@ -41939,7 +41616,7 @@ return { [1]="map_addtional_magic_chest_amount" } }, - [1956]={ + [1932]={ [1]={ [1]={ limit={ @@ -41964,7 +41641,7 @@ return { [1]="map_addtional_rare_chest_amount" } }, - [1957]={ + [1933]={ [1]={ [1]={ limit={ @@ -41993,7 +41670,7 @@ return { [1]="map_chest_amount_+%" } }, - [1958]={ + [1934]={ [1]={ [1]={ limit={ @@ -42009,7 +41686,7 @@ return { [1]="map_contains_buried_treasure" } }, - [1959]={ + [1935]={ [1]={ [1]={ limit={ @@ -42025,7 +41702,7 @@ return { [1]="map_contains_x_additional_packs_with_mirrored_rare_monsters" } }, - [1960]={ + [1936]={ [1]={ [1]={ limit={ @@ -42041,7 +41718,7 @@ return { [1]="map_all_items_drop_as_gold" } }, - [1961]={ + [1937]={ [1]={ [1]={ limit={ @@ -42057,65 +41734,7 @@ return { [1]="map_duplicate_all_rare_monsters" } }, - [1962]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Experience gain" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Experience gain" - } - }, - stats={ - [1]="map_experience_gain_+%" - } - }, - [1963]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Gold found in this Area" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Gold found in this Area" - } - }, - stats={ - [1]="map_extra_gold_piles_chance_%" - } - }, - [1964]={ + [1938]={ [1]={ [1]={ limit={ @@ -42144,65 +41763,7 @@ return { [1]="map_gold_+%" } }, - [1965]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Quantity of Items found in this Area" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Quantity of Items found in this Area" - } - }, - stats={ - [1]="map_item_drop_quantity_+%" - } - }, - [1966]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Rarity of Items found in this Area" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Rarity of Items found in this Area" - } - }, - stats={ - [1]="map_item_drop_rarity_+%" - } - }, - [1967]={ + [1939]={ [1]={ [1]={ limit={ @@ -42231,7 +41792,7 @@ return { [1]="map_magic_chest_amount_+%" } }, - [1968]={ + [1940]={ [1]={ [1]={ limit={ @@ -42260,7 +41821,7 @@ return { [1]="map_magic_pack_size_+%" } }, - [1969]={ + [1941]={ [1]={ [1]={ limit={ @@ -42276,7 +41837,7 @@ return { [1]="map_monster_additional_baron_packs" } }, - [1970]={ + [1942]={ [1]={ [1]={ limit={ @@ -42292,7 +41853,7 @@ return { [1]="map_monster_additional_beasts_packs" } }, - [1971]={ + [1943]={ [1]={ [1]={ limit={ @@ -42308,7 +41869,7 @@ return { [1]="map_monster_additional_bramble_packs" } }, - [1972]={ + [1944]={ [1]={ [1]={ limit={ @@ -42324,7 +41885,7 @@ return { [1]="map_monster_additional_doryani_packs" } }, - [1973]={ + [1945]={ [1]={ [1]={ limit={ @@ -42340,7 +41901,7 @@ return { [1]="map_monster_additional_ezomyte_packs" } }, - [1974]={ + [1946]={ [1]={ [1]={ limit={ @@ -42356,7 +41917,7 @@ return { [1]="map_monster_additional_faridun_packs" } }, - [1975]={ + [1947]={ [1]={ [1]={ limit={ @@ -42372,7 +41933,7 @@ return { [1]="map_monster_additional_perennial_packs" } }, - [1976]={ + [1948]={ [1]={ [1]={ limit={ @@ -42388,7 +41949,7 @@ return { [1]="map_monster_additional_undead_packs" } }, - [1977]={ + [1949]={ [1]={ [1]={ limit={ @@ -42404,7 +41965,7 @@ return { [1]="map_monster_additional_vaal_packs" } }, - [1978]={ + [1950]={ [1]={ [1]={ limit={ @@ -42433,68 +41994,7 @@ return { [1]="map_monster_tre_+%" } }, - [1979]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% increased Magic Monsters" - } - }, - stats={ - [1]="map_number_of_magic_packs_+%" - } - }, - [1980]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% increased number of Rare Monsters" - } - }, - stats={ - [1]="map_number_of_rare_packs_+%" - } - }, - [1981]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Pack size" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Pack size" - } - }, - stats={ - [1]="map_pack_size_+%" - } - }, - [1982]={ + [1951]={ [1]={ [1]={ limit={ @@ -42523,7 +42023,7 @@ return { [1]="map_rare_chest_amount_+%" } }, - [1983]={ + [1952]={ [1]={ [1]={ limit={ @@ -42539,7 +42039,7 @@ return { [1]="temporal_chains_gem_level_+" } }, - [1984]={ + [1953]={ [1]={ [1]={ limit={ @@ -42555,7 +42055,7 @@ return { [1]="vulnerability_gem_level_+" } }, - [1985]={ + [1954]={ [1]={ [1]={ limit={ @@ -42571,7 +42071,7 @@ return { [1]="endurance_only_conduit" } }, - [1986]={ + [1955]={ [1]={ [1]={ limit={ @@ -42587,7 +42087,7 @@ return { [1]="frenzy_only_conduit" } }, - [1987]={ + [1956]={ [1]={ [1]={ limit={ @@ -42603,7 +42103,7 @@ return { [1]="power_only_conduit" } }, - [1988]={ + [1957]={ [1]={ [1]={ limit={ @@ -42619,7 +42119,7 @@ return { [1]="local_chance_to_blind_on_hit_%" } }, - [1989]={ + [1958]={ [1]={ [1]={ limit={ @@ -42644,7 +42144,7 @@ return { [1]="chance_to_fortify_on_melee_hit_+%" } }, - [1990]={ + [1959]={ [1]={ [1]={ limit={ @@ -42673,7 +42173,7 @@ return { [1]="fortify_duration_+%" } }, - [1991]={ + [1960]={ [1]={ [1]={ limit={ @@ -42689,23 +42189,7 @@ return { [1]="should_use_alternate_fortify" } }, - [1992]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage per Fortification" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_fortification" - } - }, - [1993]={ + [1961]={ [1]={ [1]={ limit={ @@ -42734,7 +42218,7 @@ return { [1]="attack_and_cast_speed_+%_while_you_have_fortify" } }, - [1994]={ + [1962]={ [1]={ [1]={ limit={ @@ -42763,7 +42247,7 @@ return { [1]="melee_cold_damage_+%_while_fortify_is_active" } }, - [1995]={ + [1963]={ [1]={ [1]={ limit={ @@ -42792,7 +42276,7 @@ return { [1]="melee_physical_damage_+%_while_fortify_is_active" } }, - [1996]={ + [1964]={ [1]={ [1]={ limit={ @@ -42808,7 +42292,7 @@ return { [1]="no_life_regeneration" } }, - [1997]={ + [1965]={ [1]={ [1]={ limit={ @@ -42824,7 +42308,7 @@ return { [1]="no_mana_regeneration" } }, - [1998]={ + [1966]={ [1]={ [1]={ limit={ @@ -42840,7 +42324,7 @@ return { [1]="minion_additional_physical_damage_reduction_%" } }, - [1999]={ + [1967]={ [1]={ [1]={ limit={ @@ -42856,7 +42340,7 @@ return { [1]="physical_damage_reduction_%_per_endurance_charge" } }, - [2000]={ + [1968]={ [1]={ [1]={ limit={ @@ -42872,7 +42356,7 @@ return { [1]="map_size_+%" } }, - [2001]={ + [1969]={ [1]={ [1]={ limit={ @@ -42888,7 +42372,7 @@ return { [1]="delve_biome_contains_delve_boss" } }, - [2002]={ + [1970]={ [1]={ [1]={ limit={ @@ -42904,7 +42388,7 @@ return { [1]="delve_biome_boss_drops_additional_unique_item" } }, - [2003]={ + [1971]={ [1]={ [1]={ limit={ @@ -42920,7 +42404,7 @@ return { [1]="delve_biome_boss_drops_extra_precursor_component_ring" } }, - [2004]={ + [1972]={ [1]={ [1]={ limit={ @@ -42936,7 +42420,7 @@ return { [1]="delve_biome_boss_drops_x_additional_fossils" } }, - [2005]={ + [1973]={ [1]={ [1]={ limit={ @@ -42952,7 +42436,7 @@ return { [1]="delve_biome_boss_hits_always_crit" } }, - [2006]={ + [1974]={ [1]={ [1]={ limit={ @@ -42968,7 +42452,7 @@ return { [1]="delve_biome_boss_life_+%_final" } }, - [2007]={ + [1975]={ [1]={ [1]={ limit={ @@ -42984,7 +42468,7 @@ return { [1]="delve_biome_boss_physical_damage_%_to_gain_as_cold" } }, - [2008]={ + [1976]={ [1]={ [1]={ limit={ @@ -43000,7 +42484,7 @@ return { [1]="delve_biome_boss_physical_damage_%_to_gain_as_fire" } }, - [2009]={ + [1977]={ [1]={ [1]={ limit={ @@ -43016,7 +42500,7 @@ return { [1]="delve_biome_boss_physical_damage_%_to_gain_as_lightning" } }, - [2010]={ + [1978]={ [1]={ [1]={ limit={ @@ -43032,7 +42516,7 @@ return { [1]="map_is_branchy" } }, - [2011]={ + [1979]={ [1]={ [1]={ limit={ @@ -43061,7 +42545,7 @@ return { [1]="delve_biome_azurite_collected_+%" } }, - [2012]={ + [1980]={ [1]={ [1]={ limit={ @@ -43090,7 +42574,7 @@ return { [1]="delve_biome_sulphite_cost_+%_final" } }, - [2013]={ + [1981]={ [1]={ [1]={ limit={ @@ -43106,7 +42590,7 @@ return { [1]="delve_biome_city_chambers_can_contain_special_delve_chest" } }, - [2014]={ + [1982]={ [1]={ [1]={ limit={ @@ -43122,7 +42606,7 @@ return { [1]="delve_biome_encounters_extra_reward_chest_%_chance" } }, - [2015]={ + [1983]={ [1]={ [1]={ limit={ @@ -43138,7 +42622,7 @@ return { [1]="delve_biome_monster_drop_fossil_chance_%" } }, - [2016]={ + [1984]={ [1]={ [1]={ limit={ @@ -43154,7 +42638,7 @@ return { [1]="map_display_area_contains_unbridged_gaps_to_cross" } }, - [2017]={ + [1985]={ [1]={ [1]={ limit={ @@ -43170,7 +42654,7 @@ return { [1]="delve_biome_node_tier_upgrade_+%" } }, - [2018]={ + [1986]={ [1]={ [1]={ limit={ @@ -43186,7 +42670,7 @@ return { [1]="map_additional_number_of_packs_to_choose" } }, - [2019]={ + [1987]={ [1]={ [1]={ limit={ @@ -43202,7 +42686,7 @@ return { [1]="delve_biome_off_path_reward_chests_always_azurite" } }, - [2020]={ + [1988]={ [1]={ [1]={ limit={ @@ -43218,7 +42702,7 @@ return { [1]="delve_biome_off_path_reward_chests_always_currency" } }, - [2021]={ + [1989]={ [1]={ [1]={ limit={ @@ -43234,7 +42718,7 @@ return { [1]="delve_biome_off_path_reward_chests_always_fossils" } }, - [2022]={ + [1990]={ [1]={ [1]={ limit={ @@ -43250,7 +42734,7 @@ return { [1]="delve_biome_off_path_reward_chests_always_resonators" } }, - [2023]={ + [1991]={ [1]={ [1]={ limit={ @@ -43266,7 +42750,7 @@ return { [1]="delve_biome_off_path_reward_chests_azurite_chance_+%_final" } }, - [2024]={ + [1992]={ [1]={ [1]={ limit={ @@ -43282,7 +42766,7 @@ return { [1]="delve_biome_off_path_reward_chests_currency_chance_+%_final" } }, - [2025]={ + [1993]={ [1]={ [1]={ limit={ @@ -43298,7 +42782,7 @@ return { [1]="delve_biome_off_path_reward_chests_fossil_chance_+%_final" } }, - [2026]={ + [1994]={ [1]={ [1]={ limit={ @@ -43314,7 +42798,7 @@ return { [1]="delve_biome_off_path_reward_chests_resonator_chance_+%_final" } }, - [2027]={ + [1995]={ [1]={ [1]={ limit={ @@ -43330,7 +42814,7 @@ return { [1]="map_base_ground_fire_damage_to_deal_per_minute" } }, - [2028]={ + [1996]={ [1]={ [1]={ limit={ @@ -43346,7 +42830,7 @@ return { [1]="map_base_ground_fire_damage_to_deal_per_10_seconds" } }, - [2029]={ + [1997]={ [1]={ [1]={ limit={ @@ -43362,7 +42846,7 @@ return { [1]="map_ground_ice" } }, - [2030]={ + [1998]={ [1]={ [1]={ limit={ @@ -43378,7 +42862,7 @@ return { [1]="map_ground_ice_base_magnitude" } }, - [2031]={ + [1999]={ [1]={ [1]={ limit={ @@ -43394,7 +42878,23 @@ return { [1]="map_ground_lightning" } }, - [2032]={ + [2000]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Area has patches of Mana Siphoning Ground" + } + }, + stats={ + [1]="map_ground_mana_siphoning" + } + }, + [2001]={ [1]={ [1]={ limit={ @@ -43410,7 +42910,7 @@ return { [1]="map_ground_lightning_base_magnitude" } }, - [2033]={ + [2002]={ [1]={ [1]={ limit={ @@ -43426,7 +42926,7 @@ return { [1]="map_ground_tar_movement_speed_+%" } }, - [2034]={ + [2003]={ [1]={ [1]={ limit={ @@ -43442,7 +42942,7 @@ return { [1]="map_base_ground_desecration_damage_to_deal_per_minute" } }, - [2035]={ + [2004]={ [1]={ [1]={ limit={ @@ -43458,7 +42958,7 @@ return { [1]="map_tempest_base_ground_fire_damage_to_deal_per_minute" } }, - [2036]={ + [2005]={ [1]={ [1]={ limit={ @@ -43474,7 +42974,7 @@ return { [1]="map_tempest_ground_ice" } }, - [2037]={ + [2006]={ [1]={ [1]={ limit={ @@ -43490,7 +42990,7 @@ return { [1]="map_tempest_ground_lightning" } }, - [2038]={ + [2007]={ [1]={ [1]={ limit={ @@ -43506,7 +43006,7 @@ return { [1]="map_tempest_ground_tar_movement_speed_+%" } }, - [2039]={ + [2008]={ [1]={ [1]={ limit={ @@ -43522,7 +43022,7 @@ return { [1]="map_tempest_base_ground_desecration_damage_to_deal_per_minute" } }, - [2040]={ + [2009]={ [1]={ [1]={ limit={ @@ -43538,7 +43038,7 @@ return { [1]="map_fixed_seed" } }, - [2041]={ + [2010]={ [1]={ [1]={ limit={ @@ -43554,7 +43054,7 @@ return { [1]="map_minimap_revealed" } }, - [2042]={ + [2011]={ [1]={ [1]={ limit={ @@ -43570,7 +43070,7 @@ return { [1]="map_no_refills_in_town" } }, - [2043]={ + [2012]={ [1]={ [1]={ limit={ @@ -43586,7 +43086,7 @@ return { [1]="map_packs_are_totems" } }, - [2044]={ + [2013]={ [1]={ [1]={ limit={ @@ -43602,7 +43102,7 @@ return { [1]="map_packs_are_str_mission_totems" } }, - [2045]={ + [2014]={ [1]={ [1]={ limit={ @@ -43618,7 +43118,7 @@ return { [1]="map_packs_are_skeletons" } }, - [2046]={ + [2015]={ [1]={ [1]={ limit={ @@ -43634,7 +43134,7 @@ return { [1]="map_packs_are_bandits" } }, - [2047]={ + [2016]={ [1]={ [1]={ limit={ @@ -43650,7 +43150,7 @@ return { [1]="map_packs_are_goatmen" } }, - [2048]={ + [2017]={ [1]={ [1]={ limit={ @@ -43666,7 +43166,7 @@ return { [1]="map_packs_are_animals" } }, - [2049]={ + [2018]={ [1]={ [1]={ limit={ @@ -43682,7 +43182,7 @@ return { [1]="map_packs_are_demons" } }, - [2050]={ + [2019]={ [1]={ [1]={ limit={ @@ -43698,7 +43198,7 @@ return { [1]="map_packs_are_humanoids" } }, - [2051]={ + [2020]={ [1]={ [1]={ limit={ @@ -43714,7 +43214,7 @@ return { [1]="map_packs_are_sea_witches_and_spawn" } }, - [2052]={ + [2021]={ [1]={ [1]={ limit={ @@ -43730,7 +43230,7 @@ return { [1]="map_packs_are_undead_and_necromancers" } }, - [2053]={ + [2022]={ [1]={ [1]={ limit={ @@ -43746,7 +43246,7 @@ return { [1]="map_packs_fire_projectiles" } }, - [2054]={ + [2023]={ [1]={ [1]={ limit={ @@ -43762,7 +43262,7 @@ return { [1]="display_map_inhabited_by_wild_beasts" } }, - [2055]={ + [2024]={ [1]={ [1]={ limit={ @@ -43787,7 +43287,7 @@ return { [1]="map_display_unique_boss_drops_X_maps" } }, - [2056]={ + [2025]={ [1]={ [1]={ limit={ @@ -43812,7 +43312,7 @@ return { [1]="map_spawn_extra_exiles" } }, - [2057]={ + [2026]={ [1]={ [1]={ limit={ @@ -43837,7 +43337,7 @@ return { [1]="map_spawn_extra_warbands" } }, - [2058]={ + [2027]={ [1]={ [1]={ limit={ @@ -43862,7 +43362,7 @@ return { [1]="map_num_extra_shrines" } }, - [2059]={ + [2028]={ [1]={ [1]={ limit={ @@ -43878,7 +43378,7 @@ return { [1]="map_shrines_are_darkshrines" } }, - [2060]={ + [2029]={ [1]={ [1]={ limit={ @@ -43894,7 +43394,7 @@ return { [1]="map_spawn_harbingers" } }, - [2061]={ + [2030]={ [1]={ [1]={ limit={ @@ -43910,7 +43410,7 @@ return { [1]="map_spawn_talismans" } }, - [2062]={ + [2031]={ [1]={ [1]={ limit={ @@ -43926,7 +43426,7 @@ return { [1]="map_spawn_perandus_chests" } }, - [2063]={ + [2032]={ [1]={ [1]={ limit={ @@ -43951,7 +43451,7 @@ return { [1]="map_spawn_extra_talismans" } }, - [2064]={ + [2033]={ [1]={ [1]={ limit={ @@ -43967,7 +43467,7 @@ return { [1]="map_force_stone_circle" } }, - [2065]={ + [2034]={ [1]={ [1]={ limit={ @@ -43992,7 +43492,7 @@ return { [1]="map_spawn_extra_torment_spirits" } }, - [2066]={ + [2035]={ [1]={ [1]={ limit={ @@ -44017,7 +43517,7 @@ return { [1]="map_num_extra_strongboxes" } }, - [2067]={ + [2036]={ [1]={ [1]={ limit={ @@ -44033,7 +43533,7 @@ return { [1]="map_non_unique_monsters_spawn_X_monsters_on_death" } }, - [2068]={ + [2037]={ [1]={ [1]={ [1]={ @@ -44053,7 +43553,7 @@ return { [1]="map_player_base_chaos_damage_taken_per_minute" } }, - [2069]={ + [2038]={ [1]={ [1]={ limit={ @@ -44069,7 +43569,7 @@ return { [1]="map_player_has_blood_magic_keystone" } }, - [2070]={ + [2039]={ [1]={ [1]={ limit={ @@ -44085,7 +43585,7 @@ return { [1]="map_player_cannot_expose" } }, - [2071]={ + [2040]={ [1]={ [1]={ limit={ @@ -44101,7 +43601,7 @@ return { [1]="map_player_has_chaos_inoculation_keystone" } }, - [2072]={ + [2041]={ [1]={ [1]={ limit={ @@ -44117,7 +43617,7 @@ return { [1]="map_player_has_level_X_vulnerability" } }, - [2073]={ + [2042]={ [1]={ [1]={ limit={ @@ -44133,7 +43633,7 @@ return { [1]="map_player_has_level_X_enfeeble" } }, - [2074]={ + [2043]={ [1]={ [1]={ limit={ @@ -44142,14 +43642,14 @@ return { [2]="#" } }, - text="Area is Cursed with Enfeeble" + text="Players are periodically Cursed with Enfeeble" } }, stats={ [1]="map_enfeeble_curse_zones" } }, - [2075]={ + [2044]={ [1]={ [1]={ limit={ @@ -44165,7 +43665,7 @@ return { [1]="map_player_has_level_X_temporal_chains" } }, - [2076]={ + [2045]={ [1]={ [1]={ limit={ @@ -44174,14 +43674,14 @@ return { [2]="#" } }, - text="Area is Cursed with Temporal Chains" + text="Players are periodically Cursed with Temporal Chains" } }, stats={ [1]="map_temporal_chains_curse_zones" } }, - [2077]={ + [2046]={ [1]={ [1]={ limit={ @@ -44197,7 +43697,7 @@ return { [1]="map_player_has_level_X_elemental_weakness" } }, - [2078]={ + [2047]={ [1]={ [1]={ limit={ @@ -44206,14 +43706,14 @@ return { [2]="#" } }, - text="Area is Cursed with Elemental Weakness" + text="Players are periodically Cursed with Elemental Weakness" } }, stats={ [1]="map_elemental_weakness_curse_zones" } }, - [2079]={ + [2048]={ [1]={ [1]={ limit={ @@ -44229,7 +43729,7 @@ return { [1]="map_player_has_level_X_punishment" } }, - [2080]={ + [2049]={ [1]={ [1]={ limit={ @@ -44245,7 +43745,7 @@ return { [1]="map_player_has_level_X_flammability" } }, - [2081]={ + [2050]={ [1]={ [1]={ limit={ @@ -44261,7 +43761,7 @@ return { [1]="map_player_has_level_X_frostbite" } }, - [2082]={ + [2051]={ [1]={ [1]={ limit={ @@ -44277,7 +43777,7 @@ return { [1]="map_player_has_level_X_conductivity" } }, - [2083]={ + [2052]={ [1]={ [1]={ limit={ @@ -44293,7 +43793,7 @@ return { [1]="map_player_has_level_X_despair" } }, - [2084]={ + [2053]={ [1]={ [1]={ limit={ @@ -44309,7 +43809,7 @@ return { [1]="map_player_has_level_X_silence" } }, - [2085]={ + [2054]={ [1]={ [1]={ limit={ @@ -44325,7 +43825,7 @@ return { [1]="map_player_no_regeneration" } }, - [2086]={ + [2055]={ [1]={ [1]={ limit={ @@ -44341,7 +43841,7 @@ return { [1]="map_additional_player_maximum_resistances_%" } }, - [2087]={ + [2056]={ [1]={ [1]={ limit={ @@ -44370,7 +43870,7 @@ return { [1]="map_player_status_recovery_speed_+%" } }, - [2088]={ + [2057]={ [1]={ [1]={ limit={ @@ -44399,7 +43899,7 @@ return { [1]="map_player_projectile_damage_+%_final" } }, - [2089]={ + [2058]={ [1]={ [1]={ limit={ @@ -44428,7 +43928,7 @@ return { [1]="map_projectile_speed_+%" } }, - [2090]={ + [2059]={ [1]={ [1]={ limit={ @@ -44457,7 +43957,7 @@ return { [1]="map_monsters_life_+%" } }, - [2091]={ + [2060]={ [1]={ [1]={ limit={ @@ -44486,7 +43986,7 @@ return { [1]="map_monsters_area_of_effect_+%" } }, - [2092]={ + [2061]={ [1]={ [1]={ limit={ @@ -44502,7 +44002,7 @@ return { [1]="map_monsters_avoid_freeze_and_chill_%" } }, - [2093]={ + [2062]={ [1]={ [1]={ limit={ @@ -44518,7 +44018,7 @@ return { [1]="map_monsters_avoid_ignite_%" } }, - [2094]={ + [2063]={ [1]={ [1]={ limit={ @@ -44534,7 +44034,7 @@ return { [1]="map_monsters_avoid_shock_%" } }, - [2095]={ + [2064]={ [1]={ [1]={ limit={ @@ -44550,7 +44050,7 @@ return { [1]="map_monster_unaffected_by_shock" } }, - [2096]={ + [2065]={ [1]={ [1]={ limit={ @@ -44566,7 +44066,7 @@ return { [1]="map_monsters_avoid_ailments_%" } }, - [2097]={ + [2066]={ [1]={ [1]={ limit={ @@ -44582,7 +44082,7 @@ return { [1]="map_monsters_avoid_elemental_ailments_%" } }, - [2098]={ + [2067]={ [1]={ [1]={ limit={ @@ -44611,7 +44111,7 @@ return { [1]="map_monsters_critical_strike_chance_+%" } }, - [2099]={ + [2068]={ [1]={ [1]={ limit={ @@ -44627,7 +44127,7 @@ return { [1]="map_monsters_critical_strike_multiplier_+" } }, - [2100]={ + [2069]={ [1]={ [1]={ [1]={ @@ -44647,7 +44147,7 @@ return { [1]="map_monsters_cannot_be_leeched_from" } }, - [2101]={ + [2070]={ [1]={ [1]={ limit={ @@ -44676,7 +44176,7 @@ return { [1]="map_monsters_life_leech_resistance_permyriad" } }, - [2102]={ + [2071]={ [1]={ [1]={ limit={ @@ -44701,7 +44201,7 @@ return { [1]="map_monsters_mana_leech_resistance_permyriad" } }, - [2103]={ + [2072]={ [1]={ [1]={ limit={ @@ -44717,7 +44217,7 @@ return { [1]="map_monsters_damage_+%" } }, - [2104]={ + [2073]={ [1]={ [1]={ limit={ @@ -44733,7 +44233,7 @@ return { [1]="map_monsters_have_onslaught" } }, - [2105]={ + [2074]={ [1]={ [1]={ limit={ @@ -44762,7 +44262,7 @@ return { [1]="map_monsters_movement_speed_+%" } }, - [2106]={ + [2075]={ [1]={ [1]={ limit={ @@ -44778,7 +44278,7 @@ return { [1]="map_monsters_attack_speed_+%" } }, - [2107]={ + [2076]={ [1]={ [1]={ limit={ @@ -44794,7 +44294,7 @@ return { [1]="map_monsters_cast_speed_+%" } }, - [2108]={ + [2077]={ [1]={ [1]={ limit={ @@ -44810,7 +44310,7 @@ return { [1]="map_monsters_reflect_%_physical_damage" } }, - [2109]={ + [2078]={ [1]={ [1]={ limit={ @@ -44826,7 +44326,7 @@ return { [1]="map_monsters_reflect_%_elemental_damage" } }, - [2110]={ + [2079]={ [1]={ [1]={ limit={ @@ -44873,7 +44373,7 @@ return { [2]="map_players_additional_number_of_projectiles" } }, - [2111]={ + [2080]={ [1]={ [1]={ limit={ @@ -44889,7 +44389,7 @@ return { [1]="map_monsters_additional_fire_resistance" } }, - [2112]={ + [2081]={ [1]={ [1]={ limit={ @@ -44905,7 +44405,7 @@ return { [1]="map_monsters_additional_cold_resistance" } }, - [2113]={ + [2082]={ [1]={ [1]={ limit={ @@ -44921,7 +44421,7 @@ return { [1]="map_monsters_additional_lightning_resistance" } }, - [2114]={ + [2083]={ [1]={ [1]={ limit={ @@ -44937,7 +44437,7 @@ return { [1]="map_monsters_additional_physical_damage_reduction" } }, - [2115]={ + [2084]={ [1]={ [1]={ limit={ @@ -44953,7 +44453,7 @@ return { [1]="map_monsters_cannot_be_stunned" } }, - [2116]={ + [2085]={ [1]={ [1]={ limit={ @@ -44969,7 +44469,7 @@ return { [1]="map_monsters_poison_on_hit" } }, - [2117]={ + [2086]={ [1]={ [1]={ limit={ @@ -44985,7 +44485,7 @@ return { [1]="map_monsters_%_physical_damage_to_convert_to_fire" } }, - [2118]={ + [2087]={ [1]={ [1]={ limit={ @@ -45001,7 +44501,7 @@ return { [1]="map_monsters_%_physical_damage_to_convert_to_cold" } }, - [2119]={ + [2088]={ [1]={ [1]={ limit={ @@ -45017,7 +44517,7 @@ return { [1]="map_monsters_%_physical_damage_to_convert_to_lightning" } }, - [2120]={ + [2089]={ [1]={ [1]={ limit={ @@ -45033,7 +44533,7 @@ return { [1]="map_monsters_%_physical_damage_to_convert_to_chaos" } }, - [2121]={ + [2090]={ [1]={ [1]={ limit={ @@ -45049,7 +44549,7 @@ return { [1]="map_monsters_%_all_damage_to_gain_as_fire" } }, - [2122]={ + [2091]={ [1]={ [1]={ limit={ @@ -45065,7 +44565,7 @@ return { [1]="map_monsters_%_physical_damage_to_gain_as_fire" } }, - [2123]={ + [2092]={ [1]={ [1]={ limit={ @@ -45081,7 +44581,7 @@ return { [1]="map_monsters_%_all_damage_to_gain_as_cold" } }, - [2124]={ + [2093]={ [1]={ [1]={ limit={ @@ -45097,7 +44597,7 @@ return { [1]="map_monsters_%_physical_damage_to_gain_as_cold" } }, - [2125]={ + [2094]={ [1]={ [1]={ limit={ @@ -45113,7 +44613,7 @@ return { [1]="map_monsters_%_all_damage_to_gain_as_lightning" } }, - [2126]={ + [2095]={ [1]={ [1]={ limit={ @@ -45129,7 +44629,7 @@ return { [1]="map_monsters_%_physical_damage_to_gain_as_lightning" } }, - [2127]={ + [2096]={ [1]={ [1]={ limit={ @@ -45145,7 +44645,7 @@ return { [1]="map_monsters_%_all_damage_to_gain_as_chaos" } }, - [2128]={ + [2097]={ [1]={ [1]={ limit={ @@ -45161,7 +44661,7 @@ return { [1]="map_monsters_%_physical_damage_to_gain_as_chaos" } }, - [2129]={ + [2098]={ [1]={ [1]={ limit={ @@ -45177,7 +44677,7 @@ return { [1]="map_monsters_physical_damage_%_to_gain_as_random_element" } }, - [2130]={ + [2099]={ [1]={ [1]={ limit={ @@ -45202,7 +44702,7 @@ return { [1]="map_monsters_gain_x_frenzy_charges_every_20_seconds" } }, - [2131]={ + [2100]={ [1]={ [1]={ limit={ @@ -45227,7 +44727,7 @@ return { [1]="map_monsters_gain_x_endurance_charges_every_20_seconds" } }, - [2132]={ + [2101]={ [1]={ [1]={ limit={ @@ -45252,7 +44752,7 @@ return { [1]="map_monsters_gain_x_power_charges_every_20_seconds" } }, - [2133]={ + [2102]={ [1]={ [1]={ limit={ @@ -45268,7 +44768,7 @@ return { [1]="map_monsters_immune_to_a_random_status_ailment_or_stun" } }, - [2134]={ + [2103]={ [1]={ [1]={ limit={ @@ -45284,7 +44784,7 @@ return { [1]="map_monster_melee_attacks_apply_random_curses" } }, - [2135]={ + [2104]={ [1]={ [1]={ limit={ @@ -45309,7 +44809,7 @@ return { [1]="map_monster_melee_attacks_apply_random_curses_%_chance" } }, - [2136]={ + [2105]={ [1]={ [1]={ limit={ @@ -45325,7 +44825,7 @@ return { [1]="map_monsters_reflect_curses" } }, - [2137]={ + [2106]={ [1]={ [1]={ limit={ @@ -45341,7 +44841,7 @@ return { [1]="map_monster_skills_chain_X_additional_times" } }, - [2138]={ + [2107]={ [1]={ [1]={ limit={ @@ -45357,7 +44857,7 @@ return { [1]="map_monsters_drop_ground_fire_on_death_base_radius" } }, - [2139]={ + [2108]={ [1]={ [1]={ limit={ @@ -45373,7 +44873,7 @@ return { [1]="map_monsters_are_immune_to_curses" } }, - [2140]={ + [2109]={ [1]={ [1]={ limit={ @@ -45389,7 +44889,7 @@ return { [1]="map_monsters_are_hexproof" } }, - [2141]={ + [2110]={ [1]={ [1]={ limit={ @@ -45422,7 +44922,7 @@ return { [1]="map_monsters_curse_effect_+%" } }, - [2142]={ + [2111]={ [1]={ [1]={ limit={ @@ -45438,7 +44938,7 @@ return { [1]="map_monster_no_drops" } }, - [2143]={ + [2112]={ [1]={ [1]={ limit={ @@ -45454,7 +44954,7 @@ return { [1]="map_spawn_two_bosses" } }, - [2144]={ + [2113]={ [1]={ [1]={ limit={ @@ -45470,7 +44970,7 @@ return { [1]="map_boss_damage_+%" } }, - [2145]={ + [2114]={ [1]={ [1]={ limit={ @@ -45499,7 +44999,7 @@ return { [1]="map_boss_damage_+%_final_from_boss_drops_guardian_map_sextant" } }, - [2146]={ + [2115]={ [1]={ [1]={ limit={ @@ -45528,7 +45028,7 @@ return { [1]="map_boss_life_+%_final_from_boss_drops_guardian_map_sextant" } }, - [2147]={ + [2116]={ [1]={ [1]={ limit={ @@ -45544,7 +45044,7 @@ return { [1]="map_boss_drops_additional_conqueror_map" } }, - [2148]={ + [2117]={ [1]={ [1]={ limit={ @@ -45560,7 +45060,7 @@ return { [1]="map_boss_drops_additional_elder_guardian_map" } }, - [2149]={ + [2118]={ [1]={ [1]={ limit={ @@ -45576,7 +45076,7 @@ return { [1]="map_boss_drops_additional_shaper_guardian_map" } }, - [2150]={ + [2119]={ [1]={ [1]={ limit={ @@ -45592,7 +45092,7 @@ return { [1]="map_boss_attack_and_cast_speed_+%" } }, - [2151]={ + [2120]={ [1]={ [1]={ limit={ @@ -45621,7 +45121,7 @@ return { [1]="map_boss_maximum_life_+%" } }, - [2152]={ + [2121]={ [1]={ [1]={ limit={ @@ -45650,7 +45150,7 @@ return { [1]="map_boss_area_of_effect_+%" } }, - [2153]={ + [2122]={ [1]={ [1]={ limit={ @@ -45679,7 +45179,7 @@ return { [1]="map_chest_item_quantity_+%" } }, - [2154]={ + [2123]={ [1]={ [1]={ limit={ @@ -45708,7 +45208,7 @@ return { [1]="map_chest_item_rarity_+%" } }, - [2155]={ + [2124]={ [1]={ [1]={ limit={ @@ -45724,7 +45224,7 @@ return { [1]="map_has_X_waves_of_monsters" } }, - [2156]={ + [2125]={ [1]={ [1]={ limit={ @@ -45740,7 +45240,7 @@ return { [1]="map_has_X_seconds_between_waves" } }, - [2157]={ + [2126]={ [1]={ [1]={ limit={ @@ -45756,7 +45256,7 @@ return { [1]="display_map_no_monsters" } }, - [2158]={ + [2127]={ [1]={ [1]={ limit={ @@ -45785,7 +45285,7 @@ return { [1]="unique_facebreaker_unarmed_melee_physical_damage_+%_final" } }, - [2159]={ + [2128]={ [1]={ [1]={ limit={ @@ -45806,7 +45306,7 @@ return { [2]="attack_maximum_added_melee_lightning_damage_while_unarmed" } }, - [2160]={ + [2129]={ [1]={ [1]={ limit={ @@ -45827,7 +45327,7 @@ return { [2]="spell_maximum_added_lightning_damage_while_unarmed" } }, - [2161]={ + [2130]={ [1]={ [1]={ limit={ @@ -45843,7 +45343,7 @@ return { [1]="life_reserved_by_stat_%" } }, - [2162]={ + [2131]={ [1]={ [1]={ limit={ @@ -45859,7 +45359,7 @@ return { [1]="cannot_have_life_leeched_from" } }, - [2163]={ + [2132]={ [1]={ [1]={ limit={ @@ -45875,7 +45375,7 @@ return { [1]="cannot_have_mana_leeched_from" } }, - [2164]={ + [2133]={ [1]={ [1]={ limit={ @@ -45891,7 +45391,7 @@ return { [1]="unique_chin_sol_close_range_bow_damage_+%_final" } }, - [2165]={ + [2134]={ [1]={ [1]={ limit={ @@ -45907,7 +45407,7 @@ return { [1]="unique_chin_sol_close_range_knockback" } }, - [2166]={ + [2135]={ [1]={ [1]={ limit={ @@ -45923,7 +45423,7 @@ return { [1]="base_fire_hit_damage_taken_%_as_physical" } }, - [2167]={ + [2136]={ [1]={ [1]={ [1]={ @@ -45943,7 +45443,7 @@ return { [1]="base_fire_hit_damage_taken_%_as_physical_value_negated" } }, - [2168]={ + [2137]={ [1]={ [1]={ limit={ @@ -45959,7 +45459,7 @@ return { [1]="physical_damage_taken_%_as_fire" } }, - [2169]={ + [2138]={ [1]={ [1]={ limit={ @@ -45975,7 +45475,7 @@ return { [1]="physical_damage_taken_%_as_cold" } }, - [2170]={ + [2139]={ [1]={ [1]={ limit={ @@ -45991,7 +45491,7 @@ return { [1]="physical_damage_taken_%_as_lightning" } }, - [2171]={ + [2140]={ [1]={ [1]={ limit={ @@ -46007,7 +45507,7 @@ return { [1]="bleeding_damage_on_self_taken_as_fire_instead" } }, - [2172]={ + [2141]={ [1]={ [1]={ limit={ @@ -46023,7 +45523,7 @@ return { [1]="bleeding_damage_on_self_taken_as_fire_instead" } }, - [2173]={ + [2142]={ [1]={ [1]={ limit={ @@ -46039,7 +45539,7 @@ return { [1]="physical_damage_taken_%_as_chaos" } }, - [2174]={ + [2143]={ [1]={ [1]={ limit={ @@ -46055,7 +45555,7 @@ return { [1]="take_chaos_damage_from_ignite_instead" } }, - [2175]={ + [2144]={ [1]={ [1]={ limit={ @@ -46071,7 +45571,7 @@ return { [1]="elemental_damage_taken_%_as_chaos" } }, - [2176]={ + [2145]={ [1]={ [1]={ limit={ @@ -46087,7 +45587,7 @@ return { [1]="fire_damage_taken_%_causes_additional_physical_damage" } }, - [2177]={ + [2146]={ [1]={ [1]={ limit={ @@ -46116,7 +45616,7 @@ return { [1]="unique_quill_rain_damage_+%_final" } }, - [2178]={ + [2147]={ [1]={ [1]={ limit={ @@ -46132,7 +45632,7 @@ return { [1]="melee_physical_damage_taken_%_to_deal_to_attacker" } }, - [2179]={ + [2148]={ [1]={ [1]={ limit={ @@ -46148,7 +45648,7 @@ return { [1]="additional_block_%" } }, - [2180]={ + [2149]={ [1]={ [1]={ limit={ @@ -46164,7 +45664,7 @@ return { [1]="additional_block_chance_%_for_1_second_every_5_seconds" } }, - [2181]={ + [2150]={ [1]={ [1]={ limit={ @@ -46180,7 +45680,7 @@ return { [1]="with_bow_additional_block_%" } }, - [2182]={ + [2151]={ [1]={ [1]={ limit={ @@ -46205,7 +45705,7 @@ return { [1]="frozen_monsters_take_increased_damage" } }, - [2183]={ + [2152]={ [1]={ [1]={ limit={ @@ -46221,7 +45721,7 @@ return { [1]="additional_block_chance_against_projectiles_%" } }, - [2184]={ + [2153]={ [1]={ [1]={ limit={ @@ -46237,7 +45737,7 @@ return { [1]="base_cannot_leech" } }, - [2185]={ + [2154]={ [1]={ [1]={ [1]={ @@ -46257,7 +45757,7 @@ return { [1]="unique_dewaths_hide_physical_attack_damage_dealt_-" } }, - [2186]={ + [2155]={ [1]={ [1]={ limit={ @@ -46273,7 +45773,7 @@ return { [1]="energy_shield_%_gained_on_block" } }, - [2187]={ + [2156]={ [1]={ [1]={ limit={ @@ -46289,7 +45789,7 @@ return { [1]="energy_shield_%_of_armour_rating_gained_on_block" } }, - [2188]={ + [2157]={ [1]={ [1]={ limit={ @@ -46305,7 +45805,7 @@ return { [1]="local_poison_on_hit" } }, - [2189]={ + [2158]={ [1]={ [1]={ limit={ @@ -46321,7 +45821,7 @@ return { [1]="local_all_damage_can_poison" } }, - [2190]={ + [2159]={ [1]={ [1]={ limit={ @@ -46350,7 +45850,7 @@ return { [1]="spell_damage_taken_+%_when_on_low_mana" } }, - [2191]={ + [2160]={ [1]={ [1]={ limit={ @@ -46379,7 +45879,7 @@ return { [1]="global_critical_strike_chance_+%_while_holding_staff" } }, - [2192]={ + [2161]={ [1]={ [1]={ limit={ @@ -46395,7 +45895,7 @@ return { [1]="global_critical_strike_multiplier_+_while_holding_staff" } }, - [2193]={ + [2162]={ [1]={ [1]={ limit={ @@ -46424,7 +45924,7 @@ return { [1]="global_critical_strike_chance_+%_while_holding_bow" } }, - [2194]={ + [2163]={ [1]={ [1]={ limit={ @@ -46440,7 +45940,7 @@ return { [1]="global_critical_strike_multiplier_+_while_holding_bow" } }, - [2195]={ + [2164]={ [1]={ [1]={ limit={ @@ -46456,7 +45956,7 @@ return { [1]="reflect_curses" } }, - [2196]={ + [2165]={ [1]={ [1]={ limit={ @@ -46472,7 +45972,7 @@ return { [1]="reflect_hexes_chance_%" } }, - [2197]={ + [2166]={ [1]={ [1]={ limit={ @@ -46488,7 +45988,7 @@ return { [1]="unaffected_by_curses" } }, - [2198]={ + [2167]={ [1]={ [1]={ limit={ @@ -46504,7 +46004,7 @@ return { [1]="attacks_deal_no_physical_damage" } }, - [2199]={ + [2168]={ [1]={ [1]={ limit={ @@ -46520,7 +46020,7 @@ return { [1]="local_bleed_on_hit" } }, - [2200]={ + [2169]={ [1]={ [1]={ limit={ @@ -46536,7 +46036,7 @@ return { [1]="local_chance_to_bleed_on_hit_25%" } }, - [2201]={ + [2170]={ [1]={ [1]={ limit={ @@ -46552,7 +46052,7 @@ return { [1]="local_chance_to_bleed_on_hit_50%" } }, - [2202]={ + [2171]={ [1]={ [1]={ limit={ @@ -46568,7 +46068,7 @@ return { [1]="local_chance_to_bleed_on_hit_%" } }, - [2203]={ + [2172]={ [1]={ [1]={ limit={ @@ -46584,7 +46084,7 @@ return { [1]="bleed_on_stun" } }, - [2204]={ + [2173]={ [1]={ [1]={ limit={ @@ -46600,7 +46100,7 @@ return { [1]="bleed_on_crit_%_with_attacks" } }, - [2205]={ + [2174]={ [1]={ [1]={ limit={ @@ -46625,7 +46125,7 @@ return { [1]="bleed_on_melee_crit_chance_%" } }, - [2206]={ + [2175]={ [1]={ [1]={ limit={ @@ -46650,7 +46150,7 @@ return { [1]="bleed_on_melee_attack_chance_%" } }, - [2207]={ + [2176]={ [1]={ [1]={ limit={ @@ -46675,7 +46175,7 @@ return { [1]="bleed_on_bow_attack_chance_%" } }, - [2208]={ + [2177]={ [1]={ [1]={ limit={ @@ -46756,7 +46256,7 @@ return { [3]="cannot_cause_bleeding" } }, - [2209]={ + [2178]={ [1]={ [1]={ limit={ @@ -46781,7 +46281,7 @@ return { [1]="minion_bleed_on_hit_with_attacks_%" } }, - [2210]={ + [2179]={ [1]={ [1]={ limit={ @@ -46810,7 +46310,7 @@ return { [1]="attack_damage_vs_bleeding_enemies_+%" } }, - [2211]={ + [2180]={ [1]={ [1]={ limit={ @@ -46839,7 +46339,7 @@ return { [1]="melee_damage_vs_bleeding_enemies_+%" } }, - [2212]={ + [2181]={ [1]={ [1]={ limit={ @@ -46868,7 +46368,7 @@ return { [1]="enemies_you_bleed_grant_flask_charges_+%" } }, - [2213]={ + [2182]={ [1]={ [1]={ limit={ @@ -46889,7 +46389,7 @@ return { [2]="maximum_added_physical_damage_vs_bleeding_enemies" } }, - [2214]={ + [2183]={ [1]={ [1]={ limit={ @@ -46905,7 +46405,7 @@ return { [1]="display_golden_radiance" } }, - [2215]={ + [2184]={ [1]={ [1]={ limit={ @@ -46921,7 +46421,7 @@ return { [1]="disable_skill_if_melee_attack" } }, - [2216]={ + [2185]={ [1]={ [1]={ limit={ @@ -46950,7 +46450,7 @@ return { [1]="local_stun_threshold_reduction_+%" } }, - [2217]={ + [2186]={ [1]={ [1]={ limit={ @@ -46966,7 +46466,7 @@ return { [1]="light_radius_additive_modifiers_apply_to_area_%_value" } }, - [2218]={ + [2187]={ [1]={ [1]={ limit={ @@ -46982,7 +46482,7 @@ return { [1]="light_radius_additive_modifiers_apply_to_damage" } }, - [2219]={ + [2188]={ [1]={ [1]={ limit={ @@ -47011,7 +46511,7 @@ return { [1]="virtual_light_radius_+%" } }, - [2220]={ + [2189]={ [1]={ [1]={ limit={ @@ -47027,7 +46527,7 @@ return { [1]="gain_phasing_while_at_maximum_frenzy_charges" } }, - [2221]={ + [2190]={ [1]={ [1]={ limit={ @@ -47043,7 +46543,7 @@ return { [1]="gain_phasing_while_you_have_onslaught" } }, - [2222]={ + [2191]={ [1]={ [1]={ limit={ @@ -47059,7 +46559,7 @@ return { [1]="gain_phasing_for_4_seconds_on_begin_es_recharge" } }, - [2223]={ + [2192]={ [1]={ [1]={ limit={ @@ -47075,7 +46575,7 @@ return { [1]="evasion_rating_+%_while_phasing" } }, - [2224]={ + [2193]={ [1]={ [1]={ limit={ @@ -47091,7 +46591,7 @@ return { [1]="item_found_rarity_+%_while_phasing" } }, - [2225]={ + [2194]={ [1]={ [1]={ limit={ @@ -47120,7 +46620,7 @@ return { [1]="mana_regeneration_rate_+%_while_phasing" } }, - [2226]={ + [2195]={ [1]={ [1]={ limit={ @@ -47149,7 +46649,7 @@ return { [1]="mana_regeneration_rate_+%_while_shocked" } }, - [2227]={ + [2196]={ [1]={ [1]={ limit={ @@ -47178,7 +46678,7 @@ return { [1]="light_radius_+%_while_phased" } }, - [2228]={ + [2197]={ [1]={ [1]={ limit={ @@ -47194,7 +46694,7 @@ return { [1]="base_chaos_damage_does_not_damage_energy_shield_extra_hard" } }, - [2229]={ + [2198]={ [1]={ [1]={ limit={ @@ -47210,7 +46710,7 @@ return { [1]="ground_tar_on_take_crit_base_area_of_effect_radius" } }, - [2230]={ + [2199]={ [1]={ [1]={ limit={ @@ -47226,7 +46726,7 @@ return { [1]="random_curse_on_hit_%" } }, - [2231]={ + [2200]={ [1]={ [1]={ limit={ @@ -47251,7 +46751,7 @@ return { [1]="curse_on_hit_%_enfeeble" } }, - [2232]={ + [2201]={ [1]={ [1]={ limit={ @@ -47276,7 +46776,7 @@ return { [1]="curse_on_hit_%_conductivity" } }, - [2233]={ + [2202]={ [1]={ [1]={ limit={ @@ -47301,7 +46801,7 @@ return { [1]="curse_on_hit_%_despair" } }, - [2234]={ + [2203]={ [1]={ [1]={ limit={ @@ -47326,7 +46826,7 @@ return { [1]="curse_on_hit_%_elemental_weakness" } }, - [2235]={ + [2204]={ [1]={ [1]={ limit={ @@ -47351,7 +46851,7 @@ return { [1]="curse_on_hit_%_flammability" } }, - [2236]={ + [2205]={ [1]={ [1]={ limit={ @@ -47376,7 +46876,7 @@ return { [1]="curse_on_hit_%_frostbite" } }, - [2237]={ + [2206]={ [1]={ [1]={ limit={ @@ -47401,7 +46901,7 @@ return { [1]="curse_on_hit_%_temporal_chains" } }, - [2238]={ + [2207]={ [1]={ [1]={ limit={ @@ -47426,7 +46926,7 @@ return { [1]="curse_on_hit_%_vulnerability" } }, - [2239]={ + [2208]={ [1]={ [1]={ limit={ @@ -47451,7 +46951,7 @@ return { [1]="curse_with_enfeeble_on_hit_%_against_uncursed_enemies" } }, - [2240]={ + [2209]={ [1]={ [1]={ limit={ @@ -47467,7 +46967,7 @@ return { [1]="curse_on_hit_level_temporal_chains" } }, - [2241]={ + [2210]={ [1]={ [1]={ limit={ @@ -47483,7 +46983,7 @@ return { [1]="curse_on_hit_level_vulnerability" } }, - [2242]={ + [2211]={ [1]={ [1]={ limit={ @@ -47508,7 +47008,7 @@ return { [1]="curse_on_hit_level_10_vulnerability_%" } }, - [2243]={ + [2212]={ [1]={ [1]={ limit={ @@ -47524,7 +47024,7 @@ return { [1]="curse_on_hit_level_elemental_weakness" } }, - [2244]={ + [2213]={ [1]={ [1]={ limit={ @@ -47540,7 +47040,7 @@ return { [1]="curse_on_hit_level_cold_weakness" } }, - [2245]={ + [2214]={ [1]={ [1]={ limit={ @@ -47556,7 +47056,7 @@ return { [1]="curse_on_hit_level_conductivity" } }, - [2246]={ + [2215]={ [1]={ [1]={ limit={ @@ -47572,7 +47072,7 @@ return { [1]="curse_on_hit_level_despair" } }, - [2247]={ + [2216]={ [1]={ [1]={ limit={ @@ -47588,7 +47088,7 @@ return { [1]="curse_on_hit_level_enfeeble" } }, - [2248]={ + [2217]={ [1]={ [1]={ limit={ @@ -47604,7 +47104,7 @@ return { [1]="curse_on_hit_level_flammability" } }, - [2249]={ + [2218]={ [1]={ [1]={ limit={ @@ -47620,7 +47120,7 @@ return { [1]="curse_on_hit_level_frostbite" } }, - [2250]={ + [2219]={ [1]={ [1]={ limit={ @@ -47636,7 +47136,7 @@ return { [1]="spells_have_culling_strike" } }, - [2251]={ + [2220]={ [1]={ [1]={ limit={ @@ -47652,7 +47152,7 @@ return { [1]="local_display_aura_allies_have_culling_strike" } }, - [2252]={ + [2221]={ [1]={ [1]={ limit={ @@ -47668,7 +47168,7 @@ return { [1]="melee_range_+" } }, - [2253]={ + [2222]={ [1]={ [1]={ limit={ @@ -47697,7 +47197,7 @@ return { [1]="evasion_rating_+%_when_on_low_life" } }, - [2254]={ + [2223]={ [1]={ [1]={ limit={ @@ -47713,7 +47213,7 @@ return { [1]="base_life_leech_is_instant" } }, - [2255]={ + [2224]={ [1]={ [1]={ limit={ @@ -47729,7 +47229,7 @@ return { [1]="base_mana_leech_is_instant" } }, - [2256]={ + [2225]={ [1]={ [1]={ limit={ @@ -47745,7 +47245,7 @@ return { [1]="local_life_leech_is_instant" } }, - [2257]={ + [2226]={ [1]={ [1]={ limit={ @@ -47761,7 +47261,7 @@ return { [1]="base_leech_is_instant_on_critical" } }, - [2258]={ + [2227]={ [1]={ [1]={ limit={ @@ -47777,7 +47277,7 @@ return { [1]="display_map_restless_dead" } }, - [2259]={ + [2228]={ [1]={ [1]={ limit={ @@ -47793,7 +47293,7 @@ return { [1]="display_map_larger_maze" } }, - [2260]={ + [2229]={ [1]={ [1]={ limit={ @@ -47809,7 +47309,7 @@ return { [1]="display_map_large_chest" } }, - [2261]={ + [2230]={ [1]={ [1]={ limit={ @@ -47838,7 +47338,7 @@ return { [1]="area_of_effect_+%_per_20_int" } }, - [2262]={ + [2231]={ [1]={ [1]={ limit={ @@ -47867,7 +47367,7 @@ return { [1]="attack_speed_+%_per_20_dex" } }, - [2263]={ + [2232]={ [1]={ [1]={ limit={ @@ -47896,23 +47396,7 @@ return { [1]="physical_weapon_damage_+%_per_10_str" } }, - [2264]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage per Frenzy Charge" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_frenzy_charge" - } - }, - [2265]={ + [2233]={ [1]={ [1]={ limit={ @@ -47928,7 +47412,7 @@ return { [1]="gain_power_charge_per_enemy_you_crit" } }, - [2266]={ + [2234]={ [1]={ [1]={ limit={ @@ -47957,7 +47441,7 @@ return { [1]="burning_damage_taken_+%" } }, - [2267]={ + [2235]={ [1]={ [1]={ limit={ @@ -47973,7 +47457,7 @@ return { [1]="cannot_increase_rarity_of_dropped_items" } }, - [2268]={ + [2236]={ [1]={ [1]={ limit={ @@ -47989,7 +47473,7 @@ return { [1]="cannot_increase_quantity_of_dropped_items" } }, - [2269]={ + [2237]={ [1]={ [1]={ limit={ @@ -48005,7 +47489,7 @@ return { [1]="randomly_cursed_when_totems_die_curse_level" } }, - [2270]={ + [2238]={ [1]={ [1]={ limit={ @@ -48034,7 +47518,7 @@ return { [1]="global_item_attribute_requirements_+%" } }, - [2271]={ + [2239]={ [1]={ [1]={ limit={ @@ -48050,7 +47534,7 @@ return { [1]="enemy_hits_roll_low_damage" } }, - [2272]={ + [2240]={ [1]={ [1]={ limit={ @@ -48066,7 +47550,7 @@ return { [1]="unique_loris_lantern_golden_light" } }, - [2273]={ + [2241]={ [1]={ [1]={ limit={ @@ -48082,7 +47566,7 @@ return { [1]="chaos_damage_resistance_%_when_on_low_life" } }, - [2274]={ + [2242]={ [1]={ [1]={ limit={ @@ -48111,7 +47595,7 @@ return { [1]="enemy_extra_damage_rolls_when_on_low_life" } }, - [2275]={ + [2243]={ [1]={ [1]={ limit={ @@ -48132,7 +47616,7 @@ return { [2]="base_maximum_lightning_damage_on_charge_expiry" } }, - [2276]={ + [2244]={ [1]={ [1]={ limit={ @@ -48148,7 +47632,7 @@ return { [1]="item_drops_on_death" } }, - [2277]={ + [2245]={ [1]={ [1]={ limit={ @@ -48164,7 +47648,7 @@ return { [1]="local_item_drops_on_death_if_equipped_by_animate_armour" } }, - [2278]={ + [2246]={ [1]={ [1]={ limit={ @@ -48180,7 +47664,7 @@ return { [1]="never_ignite" } }, - [2279]={ + [2247]={ [1]={ [1]={ limit={ @@ -48196,7 +47680,7 @@ return { [1]="never_freeze" } }, - [2280]={ + [2248]={ [1]={ [1]={ limit={ @@ -48212,7 +47696,7 @@ return { [1]="never_freeze_or_chill" } }, - [2281]={ + [2249]={ [1]={ [1]={ limit={ @@ -48221,14 +47705,14 @@ return { [2]="#" } }, - text="Cannot inflict Shock" + text="Cannot Shock" } }, stats={ [1]="never_shock" } }, - [2282]={ + [2250]={ [1]={ [1]={ limit={ @@ -48244,7 +47728,7 @@ return { [1]="faster_burn_%" } }, - [2283]={ + [2251]={ [1]={ [1]={ limit={ @@ -48260,7 +47744,7 @@ return { [1]="ignite_slower_burn_%" } }, - [2284]={ + [2252]={ [1]={ [1]={ limit={ @@ -48276,7 +47760,7 @@ return { [1]="faster_burn_from_attacks_%" } }, - [2285]={ + [2253]={ [1]={ [1]={ limit={ @@ -48292,7 +47776,7 @@ return { [1]="base_cannot_leech_life" } }, - [2286]={ + [2254]={ [1]={ [1]={ limit={ @@ -48308,7 +47792,7 @@ return { [1]="base_cannot_leech_mana" } }, - [2287]={ + [2255]={ [1]={ [1]={ limit={ @@ -48324,7 +47808,7 @@ return { [1]="cannot_leech_or_regenerate_mana" } }, - [2288]={ + [2256]={ [1]={ [1]={ limit={ @@ -48340,7 +47824,7 @@ return { [1]="cannot_leech_when_on_low_life" } }, - [2289]={ + [2257]={ [1]={ [1]={ limit={ @@ -48365,7 +47849,7 @@ return { [1]="base_energy_shield_gained_on_enemy_death" } }, - [2290]={ + [2258]={ [1]={ [1]={ limit={ @@ -48381,7 +47865,7 @@ return { [1]="gain_X_energy_shield_on_killing_shocked_enemy" } }, - [2291]={ + [2259]={ [1]={ [1]={ limit={ @@ -48397,7 +47881,7 @@ return { [1]="consecrate_on_block_%_chance_to_create" } }, - [2292]={ + [2260]={ [1]={ [1]={ limit={ @@ -48413,7 +47897,7 @@ return { [1]="desecrate_on_block_%_chance_to_create" } }, - [2293]={ + [2261]={ [1]={ [1]={ limit={ @@ -48429,7 +47913,7 @@ return { [1]="avoid_blind_%" } }, - [2294]={ + [2262]={ [1]={ [1]={ limit={ @@ -48454,7 +47938,7 @@ return { [1]="ground_smoke_when_hit_%" } }, - [2295]={ + [2263]={ [1]={ [1]={ limit={ @@ -48479,7 +47963,7 @@ return { [1]="shocked_ground_when_hit_%" } }, - [2296]={ + [2264]={ [1]={ [1]={ limit={ @@ -48508,7 +47992,7 @@ return { [1]="summon_totem_cast_speed_+%" } }, - [2297]={ + [2265]={ [1]={ [1]={ limit={ @@ -48524,7 +48008,7 @@ return { [1]="totem_skill_cast_speed_+%" } }, - [2298]={ + [2266]={ [1]={ [1]={ limit={ @@ -48540,7 +48024,7 @@ return { [1]="totem_skill_attack_speed_+%" } }, - [2299]={ + [2267]={ [1]={ [1]={ limit={ @@ -48556,7 +48040,7 @@ return { [1]="totem_skill_area_of_effect_+%" } }, - [2300]={ + [2268]={ [1]={ [1]={ limit={ @@ -48572,7 +48056,7 @@ return { [1]="disable_chest_slot" } }, - [2301]={ + [2269]={ [1]={ [1]={ limit={ @@ -48601,7 +48085,7 @@ return { [1]="physical_claw_damage_+%_when_on_low_life" } }, - [2302]={ + [2270]={ [1]={ [1]={ limit={ @@ -48630,7 +48114,7 @@ return { [1]="accuracy_rating_+%_when_on_low_life" } }, - [2303]={ + [2271]={ [1]={ [1]={ limit={ @@ -48668,7 +48152,7 @@ return { [2]="maximum_physical_damage_to_return_on_block" } }, - [2304]={ + [2272]={ [1]={ [1]={ limit={ @@ -48702,7 +48186,7 @@ return { [2]="maximum_lightning_damage_to_return_on_block" } }, - [2305]={ + [2273]={ [1]={ [1]={ limit={ @@ -48735,7 +48219,7 @@ return { [1]="number_of_zombies_allowed_+%" } }, - [2306]={ + [2274]={ [1]={ [1]={ limit={ @@ -48751,7 +48235,7 @@ return { [1]="zombie_maximum_life_+" } }, - [2307]={ + [2275]={ [1]={ [1]={ limit={ @@ -48767,7 +48251,7 @@ return { [1]="zombie_chaos_elemental_damage_resistance_%" } }, - [2308]={ + [2276]={ [1]={ [1]={ limit={ @@ -48783,7 +48267,7 @@ return { [1]="chill_and_freeze_duration_based_on_%_energy_shield" } }, - [2309]={ + [2277]={ [1]={ [1]={ limit={ @@ -48799,7 +48283,7 @@ return { [1]="intelligence_+%_per_equipped_unique" } }, - [2310]={ + [2278]={ [1]={ [1]={ limit={ @@ -48815,7 +48299,7 @@ return { [1]="ignited_enemies_explode_on_kill" } }, - [2311]={ + [2279]={ [1]={ [1]={ limit={ @@ -48831,7 +48315,7 @@ return { [1]="additional_scroll_of_wisdom_drop_chance_%" } }, - [2312]={ + [2280]={ [1]={ [1]={ limit={ @@ -48860,7 +48344,7 @@ return { [1]="curse_effect_+%" } }, - [2313]={ + [2281]={ [1]={ [1]={ limit={ @@ -48889,7 +48373,7 @@ return { [1]="curse_pillar_curse_effect_+%_final" } }, - [2314]={ + [2282]={ [1]={ [1]={ limit={ @@ -48918,7 +48402,7 @@ return { [1]="mark_effect_+%" } }, - [2315]={ + [2283]={ [1]={ [1]={ limit={ @@ -48927,14 +48411,14 @@ return { [2]="#" } }, - text="Your Curses can affect Hexproof Enemies" + text="Curses you inflict can affect Hexproof Enemies" } }, stats={ [1]="ignore_hexproof" } }, - [2316]={ + [2284]={ [1]={ [1]={ limit={ @@ -48950,7 +48434,7 @@ return { [1]="chaos_weakness_ignores_hexproof" } }, - [2317]={ + [2285]={ [1]={ [1]={ limit={ @@ -48966,7 +48450,7 @@ return { [1]="cold_weakness_ignores_hexproof" } }, - [2318]={ + [2286]={ [1]={ [1]={ limit={ @@ -48982,7 +48466,7 @@ return { [1]="elemental_weakness_ignores_hexproof" } }, - [2319]={ + [2287]={ [1]={ [1]={ limit={ @@ -48998,7 +48482,7 @@ return { [1]="enfeeble_ignores_hexproof" } }, - [2320]={ + [2288]={ [1]={ [1]={ limit={ @@ -49014,7 +48498,7 @@ return { [1]="fire_weakness_ignores_hexproof" } }, - [2321]={ + [2289]={ [1]={ [1]={ limit={ @@ -49030,7 +48514,7 @@ return { [1]="lightning_weakness_ignores_hexproof" } }, - [2322]={ + [2290]={ [1]={ [1]={ limit={ @@ -49046,7 +48530,7 @@ return { [1]="punishment_ignores_hexproof" } }, - [2323]={ + [2291]={ [1]={ [1]={ limit={ @@ -49062,7 +48546,7 @@ return { [1]="temporal_chains_ignores_hexproof" } }, - [2324]={ + [2292]={ [1]={ [1]={ limit={ @@ -49078,7 +48562,7 @@ return { [1]="vulnerability_ignores_hexproof" } }, - [2325]={ + [2293]={ [1]={ [1]={ limit={ @@ -49107,7 +48591,7 @@ return { [1]="movement_velocity_+%_while_phasing" } }, - [2326]={ + [2294]={ [1]={ [1]={ limit={ @@ -49123,7 +48607,7 @@ return { [1]="map_spawn_exile_per_area_%" } }, - [2327]={ + [2295]={ [1]={ [1]={ limit={ @@ -49139,7 +48623,7 @@ return { [1]="map_ambush_chests" } }, - [2328]={ + [2296]={ [1]={ [1]={ limit={ @@ -49155,7 +48639,7 @@ return { [1]="map_breach_rules" } }, - [2329]={ + [2297]={ [1]={ [1]={ limit={ @@ -49171,7 +48655,7 @@ return { [1]="map_spawn_betrayals" } }, - [2330]={ + [2298]={ [1]={ [1]={ limit={ @@ -49187,7 +48671,7 @@ return { [1]="map_invasion_monster_packs" } }, - [2331]={ + [2299]={ [1]={ [1]={ limit={ @@ -49212,7 +48696,7 @@ return { [1]="map_num_extra_invasion_bosses" } }, - [2332]={ + [2300]={ [1]={ [1]={ limit={ @@ -49228,7 +48712,7 @@ return { [1]="map_spawn_tormented_spirits" } }, - [2333]={ + [2301]={ [1]={ [1]={ limit={ @@ -49244,7 +48728,7 @@ return { [1]="map_always_has_weather" } }, - [2334]={ + [2302]={ [1]={ [1]={ limit={ @@ -49260,7 +48744,7 @@ return { [1]="map_allow_shrines" } }, - [2335]={ + [2303]={ [1]={ [1]={ limit={ @@ -49276,7 +48760,7 @@ return { [1]="map_players_gain_rampage_stacks" } }, - [2336]={ + [2304]={ [1]={ [1]={ limit={ @@ -49292,7 +48776,7 @@ return { [1]="map_beyond_rules" } }, - [2337]={ + [2305]={ [1]={ [1]={ limit={ @@ -49321,7 +48805,7 @@ return { [1]="movement_velocity_+%_while_cursed" } }, - [2338]={ + [2306]={ [1]={ [1]={ [1]={ @@ -49341,7 +48825,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_frenzy_charge" } }, - [2339]={ + [2307]={ [1]={ [1]={ limit={ @@ -49366,7 +48850,7 @@ return { [1]="endurance_charge_on_kill_%" } }, - [2340]={ + [2308]={ [1]={ [1]={ limit={ @@ -49391,7 +48875,7 @@ return { [1]="lose_endurance_charge_on_kill_%" } }, - [2341]={ + [2309]={ [1]={ [1]={ limit={ @@ -49416,7 +48900,7 @@ return { [1]="add_frenzy_charge_on_kill_%_chance" } }, - [2342]={ + [2310]={ [1]={ [1]={ limit={ @@ -49432,7 +48916,7 @@ return { [1]="lose_frenzy_charge_on_kill_%" } }, - [2343]={ + [2311]={ [1]={ [1]={ limit={ @@ -49457,7 +48941,7 @@ return { [1]="add_power_charge_on_kill_%_chance" } }, - [2344]={ + [2312]={ [1]={ [1]={ limit={ @@ -49473,7 +48957,7 @@ return { [1]="lose_power_charge_on_kill_%" } }, - [2345]={ + [2313]={ [1]={ [1]={ limit={ @@ -49489,7 +48973,7 @@ return { [1]="gain_frenzy_and_power_charge_on_kill_%" } }, - [2346]={ + [2314]={ [1]={ [1]={ limit={ @@ -49505,7 +48989,7 @@ return { [1]="gain_endurance_charge_on_power_charge_expiry" } }, - [2347]={ + [2315]={ [1]={ [1]={ limit={ @@ -49521,7 +49005,7 @@ return { [1]="enemy_on_low_life_damage_taken_+%_per_frenzy_charge" } }, - [2348]={ + [2316]={ [1]={ [1]={ limit={ @@ -49550,7 +49034,7 @@ return { [1]="melee_damage_+%_when_on_full_life" } }, - [2349]={ + [2317]={ [1]={ [1]={ limit={ @@ -49575,7 +49059,7 @@ return { [1]="consecrate_on_crit_%_chance_to_create" } }, - [2350]={ + [2318]={ [1]={ [1]={ limit={ @@ -49591,7 +49075,7 @@ return { [1]="projectile_speed_+%_per_frenzy_charge" } }, - [2351]={ + [2319]={ [1]={ [1]={ limit={ @@ -49607,7 +49091,7 @@ return { [1]="projectile_damage_+%_per_power_charge" } }, - [2352]={ + [2320]={ [1]={ [1]={ limit={ @@ -49636,7 +49120,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%_on_crit" } }, - [2353]={ + [2321]={ [1]={ [1]={ [1]={ @@ -49656,7 +49140,7 @@ return { [1]="onslaught_buff_duration_on_kill_ms" } }, - [2354]={ + [2322]={ [1]={ [1]={ [1]={ @@ -49676,7 +49160,7 @@ return { [1]="onslaught_buff_duration_on_killing_taunted_enemy_ms" } }, - [2355]={ + [2323]={ [1]={ [1]={ [1]={ @@ -49696,7 +49180,7 @@ return { [1]="base_energy_shield_regeneration_rate_per_minute" } }, - [2356]={ + [2324]={ [1]={ [1]={ [1]={ @@ -49716,7 +49200,7 @@ return { [1]="base_energy_shield_regeneration_rate_per_minute_%" } }, - [2357]={ + [2325]={ [1]={ [1]={ [1]={ @@ -49736,7 +49220,7 @@ return { [1]="energy_shield_degeneration_%_per_minute_not_in_grace" } }, - [2358]={ + [2326]={ [1]={ [1]={ limit={ @@ -49752,7 +49236,7 @@ return { [1]="local_right_ring_slot_no_mana_regeneration" } }, - [2359]={ + [2327]={ [1]={ [1]={ [1]={ @@ -49772,7 +49256,7 @@ return { [1]="local_right_ring_slot_base_energy_shield_regeneration_rate_per_minute_%" } }, - [2360]={ + [2328]={ [1]={ [1]={ limit={ @@ -49788,7 +49272,7 @@ return { [1]="local_right_ring_slot_maximum_mana" } }, - [2361]={ + [2329]={ [1]={ [1]={ limit={ @@ -49804,7 +49288,7 @@ return { [1]="local_right_ring_slot_energy_shield" } }, - [2362]={ + [2330]={ [1]={ [1]={ limit={ @@ -49820,7 +49304,7 @@ return { [1]="local_left_ring_slot_no_energy_shield_recharge_or_regeneration" } }, - [2363]={ + [2331]={ [1]={ [1]={ limit={ @@ -49849,7 +49333,7 @@ return { [1]="local_left_ring_slot_base_all_ailment_duration_on_self_+%" } }, - [2364]={ + [2332]={ [1]={ [1]={ limit={ @@ -49865,7 +49349,7 @@ return { [1]="local_left_ring_slot_cold_damage_taken_%_as_fire" } }, - [2365]={ + [2333]={ [1]={ [1]={ limit={ @@ -49894,7 +49378,7 @@ return { [1]="local_left_ring_slot_curse_effect_on_self_+%" } }, - [2366]={ + [2334]={ [1]={ [1]={ limit={ @@ -49910,7 +49394,7 @@ return { [1]="local_left_ring_slot_fire_damage_taken_%_as_lightning" } }, - [2367]={ + [2335]={ [1]={ [1]={ limit={ @@ -49926,7 +49410,7 @@ return { [1]="local_left_ring_slot_lightning_damage_taken_%_as_cold" } }, - [2368]={ + [2336]={ [1]={ [1]={ [1]={ @@ -49946,7 +49430,7 @@ return { [1]="local_left_ring_slot_mana_regeneration_rate_per_minute" } }, - [2369]={ + [2337]={ [1]={ [1]={ limit={ @@ -49962,7 +49446,7 @@ return { [1]="local_left_ring_slot_mana_regeneration_rate_+%" } }, - [2370]={ + [2338]={ [1]={ [1]={ limit={ @@ -49991,7 +49475,7 @@ return { [1]="local_left_ring_slot_minion_damage_taken_+%" } }, - [2371]={ + [2339]={ [1]={ [1]={ limit={ @@ -50020,7 +49504,7 @@ return { [1]="local_left_ring_slot_skill_effect_duration_+%" } }, - [2372]={ + [2340]={ [1]={ [1]={ limit={ @@ -50049,7 +49533,7 @@ return { [1]="local_right_ring_slot_base_all_ailment_duration_on_self_+%" } }, - [2373]={ + [2341]={ [1]={ [1]={ limit={ @@ -50065,7 +49549,7 @@ return { [1]="local_right_ring_slot_cold_damage_taken_%_as_lightning" } }, - [2374]={ + [2342]={ [1]={ [1]={ limit={ @@ -50094,7 +49578,7 @@ return { [1]="local_right_ring_slot_curse_effect_on_self_+%" } }, - [2375]={ + [2343]={ [1]={ [1]={ limit={ @@ -50110,7 +49594,7 @@ return { [1]="local_right_ring_slot_fire_damage_taken_%_as_cold" } }, - [2376]={ + [2344]={ [1]={ [1]={ limit={ @@ -50126,7 +49610,7 @@ return { [1]="local_right_ring_slot_lightning_damage_taken_%_as_fire" } }, - [2377]={ + [2345]={ [1]={ [1]={ limit={ @@ -50155,7 +49639,7 @@ return { [1]="local_right_ring_slot_minion_damage_taken_+%" } }, - [2378]={ + [2346]={ [1]={ [1]={ limit={ @@ -50184,7 +49668,7 @@ return { [1]="local_right_ring_slot_skill_effect_duration_+%" } }, - [2379]={ + [2347]={ [1]={ [1]={ limit={ @@ -50200,7 +49684,7 @@ return { [1]="local_left_ring_slot_maximum_mana" } }, - [2380]={ + [2348]={ [1]={ [1]={ limit={ @@ -50216,7 +49700,7 @@ return { [1]="local_left_ring_slot_energy_shield" } }, - [2381]={ + [2349]={ [1]={ [1]={ limit={ @@ -50232,7 +49716,7 @@ return { [1]="no_energy_shield_recharge_or_regeneration" } }, - [2382]={ + [2350]={ [1]={ [1]={ limit={ @@ -50257,7 +49741,7 @@ return { [1]="extra_critical_rolls" } }, - [2383]={ + [2351]={ [1]={ [1]={ limit={ @@ -50273,7 +49757,7 @@ return { [1]="movement_velocity_+1%_per_X_evasion_rating" } }, - [2384]={ + [2352]={ [1]={ [1]={ limit={ @@ -50289,7 +49773,7 @@ return { [1]="cannot_be_killed_by_elemental_reflect" } }, - [2385]={ + [2353]={ [1]={ [1]={ limit={ @@ -50305,7 +49789,7 @@ return { [1]="cannot_freeze_shock_ignite_on_critical" } }, - [2386]={ + [2354]={ [1]={ [1]={ [1]={ @@ -50325,7 +49809,7 @@ return { [1]="onslaught_on_crit_duration_ms" } }, - [2387]={ + [2355]={ [1]={ [1]={ limit={ @@ -50354,7 +49838,7 @@ return { [1]="zombie_scale_+%" } }, - [2388]={ + [2356]={ [1]={ [1]={ limit={ @@ -50383,7 +49867,7 @@ return { [1]="zombie_physical_damage_+%" } }, - [2389]={ + [2357]={ [1]={ [1]={ limit={ @@ -50399,7 +49883,7 @@ return { [1]="zombie_explode_on_kill_%_fire_damage_to_deal" } }, - [2390]={ + [2358]={ [1]={ [1]={ limit={ @@ -50428,7 +49912,7 @@ return { [1]="weapon_elemental_damage_+%_per_power_charge" } }, - [2391]={ + [2359]={ [1]={ [1]={ limit={ @@ -50444,7 +49928,7 @@ return { [1]="cannot_cast_curses" } }, - [2392]={ + [2360]={ [1]={ [1]={ limit={ @@ -50460,7 +49944,7 @@ return { [1]="melee_attacks_usable_without_mana_cost" } }, - [2393]={ + [2361]={ [1]={ [1]={ limit={ @@ -50476,7 +49960,7 @@ return { [1]="spell_damage_modifiers_apply_to_attack_damage" } }, - [2394]={ + [2362]={ [1]={ [1]={ limit={ @@ -50492,7 +49976,7 @@ return { [1]="additive_spell_damage_modifiers_apply_to_attack_damage" } }, - [2395]={ + [2363]={ [1]={ [1]={ limit={ @@ -50508,7 +49992,7 @@ return { [1]="additive_spell_damage_modifiers_apply_to_attack_damage_at_150%_value" } }, - [2396]={ + [2364]={ [1]={ [1]={ limit={ @@ -50533,7 +50017,7 @@ return { [1]="additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_while_wielding_wand" } }, - [2397]={ + [2365]={ [1]={ [1]={ limit={ @@ -50549,7 +50033,7 @@ return { [1]="additive_vaal_skill_damage_modifiers_apply_to_all_skills" } }, - [2398]={ + [2366]={ [1]={ [1]={ limit={ @@ -50565,7 +50049,7 @@ return { [1]="vaal_attack_rage_cost_instead_of_souls_per_use" } }, - [2399]={ + [2367]={ [1]={ [1]={ limit={ @@ -50581,7 +50065,7 @@ return { [1]="spell_damage_modifiers_apply_to_skill_dot" } }, - [2400]={ + [2368]={ [1]={ [1]={ limit={ @@ -50597,7 +50081,7 @@ return { [1]="projectile_damage_modifiers_apply_to_skill_dot" } }, - [2401]={ + [2369]={ [1]={ [1]={ [1]={ @@ -50617,7 +50101,7 @@ return { [1]="local_display_aura_base_chaos_damage_to_deal_per_minute" } }, - [2402]={ + [2370]={ [1]={ [1]={ [1]={ @@ -50646,7 +50130,7 @@ return { [2]="deaths_oath_debuff_on_kill_base_chaos_damage_to_deal_per_minute" } }, - [2403]={ + [2371]={ [1]={ [1]={ limit={ @@ -50675,7 +50159,7 @@ return { [1]="killed_monster_dropped_item_quantity_+%_when_frozen" } }, - [2404]={ + [2372]={ [1]={ [1]={ limit={ @@ -50704,7 +50188,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%_when_frozen_or_shocked" } }, - [2405]={ + [2373]={ [1]={ [1]={ limit={ @@ -50733,7 +50217,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%_when_shocked" } }, - [2406]={ + [2374]={ [1]={ [1]={ limit={ @@ -50749,7 +50233,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%_when_frozen" } }, - [2407]={ + [2375]={ [1]={ [1]={ limit={ @@ -50765,7 +50249,7 @@ return { [1]="local_unique_counts_as_dual_wielding" } }, - [2408]={ + [2376]={ [1]={ [1]={ limit={ @@ -50781,7 +50265,7 @@ return { [1]="base_damage_removed_from_mana_before_life_%" } }, - [2409]={ + [2377]={ [1]={ [1]={ limit={ @@ -50797,7 +50281,7 @@ return { [1]="local_display_aura_damage_+%" } }, - [2410]={ + [2378]={ [1]={ [1]={ limit={ @@ -50813,57 +50297,7 @@ return { [1]="local_display_aura_curse_effect_on_self_+%" } }, - [2411]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Attacks have {0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Attacks always Ignite" - } - }, - stats={ - [1]="attack_ignite_chance_%" - } - }, - [2412]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Projectiles have {0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Projectiles always Ignite" - } - }, - stats={ - [1]="projectile_ignite_chance_%" - } - }, - [2413]={ + [2379]={ [1]={ [1]={ limit={ @@ -50888,7 +50322,7 @@ return { [1]="projectile_freeze_chance_%" } }, - [2414]={ + [2380]={ [1]={ [1]={ limit={ @@ -50913,7 +50347,7 @@ return { [1]="projectile_shock_chance_%" } }, - [2415]={ + [2381]={ [1]={ [1]={ limit={ @@ -50929,7 +50363,7 @@ return { [1]="explode_on_kill_%_fire_damage_to_deal" } }, - [2416]={ + [2382]={ [1]={ [1]={ limit={ @@ -50945,7 +50379,7 @@ return { [1]="melee_damage_taken_%_to_deal_to_attacker" } }, - [2417]={ + [2383]={ [1]={ [1]={ limit={ @@ -50961,7 +50395,7 @@ return { [1]="mana_gained_when_hit" } }, - [2418]={ + [2384]={ [1]={ [1]={ limit={ @@ -50994,7 +50428,7 @@ return { [1]="elemental_reflect_damage_taken_+%" } }, - [2419]={ + [2385]={ [1]={ [1]={ limit={ @@ -51027,7 +50461,7 @@ return { [1]="physical_reflect_damage_taken_+%" } }, - [2420]={ + [2386]={ [1]={ [1]={ limit={ @@ -51060,7 +50494,7 @@ return { [1]="local_left_ring_slot_elemental_reflect_damage_taken_+%" } }, - [2421]={ + [2387]={ [1]={ [1]={ limit={ @@ -51093,7 +50527,7 @@ return { [1]="local_right_ring_slot_physical_reflect_damage_taken_+%" } }, - [2422]={ + [2388]={ [1]={ [1]={ limit={ @@ -51109,7 +50543,7 @@ return { [1]="local_can_only_deal_damage_with_this_weapon" } }, - [2423]={ + [2389]={ [1]={ [1]={ limit={ @@ -51138,7 +50572,7 @@ return { [1]="non_critical_damage_multiplier_+%" } }, - [2424]={ + [2390]={ [1]={ [1]={ [1]={ @@ -51163,7 +50597,7 @@ return { [2]="unique_map_boss_class_of_rare_items_to_drop" } }, - [2425]={ + [2391]={ [1]={ [1]={ limit={ @@ -51179,7 +50613,7 @@ return { [1]="attack_skills_%_physical_as_extra_fire_damage_per_socketed_red_gem" } }, - [2426]={ + [2392]={ [1]={ [1]={ limit={ @@ -51195,7 +50629,7 @@ return { [1]="base_maximum_life_per_red_socket_on_item" } }, - [2427]={ + [2393]={ [1]={ [1]={ [1]={ @@ -51215,7 +50649,7 @@ return { [1]="global_life_leech_from_physical_attack_damage_per_red_socket_on_item_permyriad" } }, - [2428]={ + [2394]={ [1]={ [1]={ limit={ @@ -51231,7 +50665,7 @@ return { [1]="global_weapon_physical_damage_+%_per_red_socket_on_item" } }, - [2429]={ + [2395]={ [1]={ [1]={ limit={ @@ -51247,7 +50681,7 @@ return { [1]="base_maximum_mana_per_green_socket_on_item" } }, - [2430]={ + [2396]={ [1]={ [1]={ limit={ @@ -51263,7 +50697,7 @@ return { [1]="global_attack_speed_+%_per_green_socket_on_item" } }, - [2431]={ + [2397]={ [1]={ [1]={ limit={ @@ -51279,7 +50713,7 @@ return { [1]="global_critical_strike_mulitplier_+_per_green_socket_on_item" } }, - [2432]={ + [2398]={ [1]={ [1]={ limit={ @@ -51295,7 +50729,7 @@ return { [1]="base_maximum_energy_shield_per_blue_socket_on_item" } }, - [2433]={ + [2399]={ [1]={ [1]={ [1]={ @@ -51315,7 +50749,7 @@ return { [1]="global_mana_leech_from_physical_attack_damage_permyriad_per_blue_socket_on_item" } }, - [2434]={ + [2400]={ [1]={ [1]={ limit={ @@ -51331,7 +50765,7 @@ return { [1]="item_found_quantity_+%_per_white_socket_on_item" } }, - [2435]={ + [2401]={ [1]={ [1]={ limit={ @@ -51347,7 +50781,7 @@ return { [1]="item_found_rarity_+%_per_white_socket_on_item" } }, - [2436]={ + [2402]={ [1]={ [1]={ limit={ @@ -51376,7 +50810,7 @@ return { [1]="global_defences_+%_per_white_socket_on_item" } }, - [2437]={ + [2403]={ [1]={ [1]={ limit={ @@ -51392,7 +50826,7 @@ return { [1]="global_melee_range_+_per_white_socket_on_item" } }, - [2438]={ + [2404]={ [1]={ [1]={ limit={ @@ -51408,7 +50842,7 @@ return { [1]="cannot_block_while_no_energy_shield" } }, - [2439]={ + [2405]={ [1]={ [1]={ limit={ @@ -51424,7 +50858,7 @@ return { [1]="damage_+%_when_currently_has_no_energy_shield" } }, - [2440]={ + [2406]={ [1]={ [1]={ limit={ @@ -51453,7 +50887,7 @@ return { [1]="armour_+%_while_no_energy_shield" } }, - [2441]={ + [2407]={ [1]={ [1]={ limit={ @@ -51469,7 +50903,7 @@ return { [1]="unholy_might_while_you_have_no_energy_shield" } }, - [2442]={ + [2408]={ [1]={ [1]={ limit={ @@ -51485,7 +50919,7 @@ return { [1]="spell_damage_+%_per_5%_block_chance" } }, - [2443]={ + [2409]={ [1]={ [1]={ limit={ @@ -51514,7 +50948,7 @@ return { [1]="spell_damage_+%_per_10_int" } }, - [2444]={ + [2410]={ [1]={ [1]={ limit={ @@ -51530,7 +50964,7 @@ return { [1]="energy_shield_%_to_lose_on_block" } }, - [2445]={ + [2411]={ [1]={ [1]={ limit={ @@ -51546,7 +50980,7 @@ return { [1]="light_radius_scales_with_energy_shield" } }, - [2446]={ + [2412]={ [1]={ [1]={ limit={ @@ -51575,7 +51009,7 @@ return { [1]="flask_effect_+%" } }, - [2447]={ + [2413]={ [1]={ [1]={ limit={ @@ -51604,7 +51038,7 @@ return { [1]="magic_charm_effect_+%" } }, - [2448]={ + [2414]={ [1]={ [1]={ limit={ @@ -51633,7 +51067,7 @@ return { [1]="non_unique_flask_effect_+%" } }, - [2449]={ + [2415]={ [1]={ [1]={ limit={ @@ -51649,7 +51083,7 @@ return { [1]="local_weapon_range_+" } }, - [2450]={ + [2416]={ [1]={ [1]={ limit={ @@ -51678,7 +51112,7 @@ return { [1]="weapon_physical_damage_+%" } }, - [2451]={ + [2417]={ [1]={ [1]={ [1]={ @@ -51698,7 +51132,7 @@ return { [1]="maximum_critical_strike_chance" } }, - [2452]={ + [2418]={ [1]={ [1]={ limit={ @@ -51727,7 +51161,7 @@ return { [1]="melee_damage_taken_+%" } }, - [2453]={ + [2419]={ [1]={ [1]={ limit={ @@ -51760,7 +51194,7 @@ return { [1]="projectile_damage_taken_+%" } }, - [2454]={ + [2420]={ [1]={ [1]={ [1]={ @@ -51780,7 +51214,7 @@ return { [1]="gain_onslaught_on_stun_duration_ms" } }, - [2455]={ + [2421]={ [1]={ [1]={ limit={ @@ -51805,7 +51239,7 @@ return { [1]="chance_to_gain_endurance_charge_when_hit_%" } }, - [2456]={ + [2422]={ [1]={ [1]={ limit={ @@ -51821,7 +51255,7 @@ return { [1]="lose_all_endurance_charges_when_reaching_maximum" } }, - [2457]={ + [2423]={ [1]={ [1]={ [1]={ @@ -51841,7 +51275,7 @@ return { [1]="gain_onslaught_ms_when_reaching_maximum_endurance_charges" } }, - [2458]={ + [2424]={ [1]={ [1]={ limit={ @@ -51857,7 +51291,7 @@ return { [1]="cannot_gain_endurance_charges_while_have_onslaught" } }, - [2459]={ + [2425]={ [1]={ [1]={ limit={ @@ -51873,7 +51307,7 @@ return { [1]="flasks_dispel_burning" } }, - [2460]={ + [2426]={ [1]={ [1]={ limit={ @@ -51902,7 +51336,7 @@ return { [1]="item_rarity_+%_while_using_flask" } }, - [2461]={ + [2427]={ [1]={ [1]={ limit={ @@ -51931,7 +51365,7 @@ return { [1]="elemental_damage_with_attack_skills_+%_while_using_flask" } }, - [2462]={ + [2428]={ [1]={ [1]={ limit={ @@ -51960,7 +51394,7 @@ return { [1]="weapon_elemental_damage_+%_while_using_flask" } }, - [2463]={ + [2429]={ [1]={ [1]={ limit={ @@ -51976,7 +51410,7 @@ return { [1]="supported_active_skill_gem_level_+" } }, - [2464]={ + [2430]={ [1]={ [1]={ limit={ @@ -51992,7 +51426,7 @@ return { [1]="physical_damage_reduction_rating_per_level" } }, - [2465]={ + [2431]={ [1]={ [1]={ limit={ @@ -52008,7 +51442,7 @@ return { [1]="maximum_life_per_10_levels" } }, - [2466]={ + [2432]={ [1]={ [1]={ limit={ @@ -52024,7 +51458,7 @@ return { [1]="resist_all_elements_%_per_10_levels" } }, - [2467]={ + [2433]={ [1]={ [1]={ limit={ @@ -52040,7 +51474,7 @@ return { [1]="chance_to_gain_random_curse_when_hit_%_per_10_levels" } }, - [2468]={ + [2434]={ [1]={ [1]={ limit={ @@ -52069,7 +51503,7 @@ return { [1]="damage_taken_+%_vs_demons" } }, - [2469]={ + [2435]={ [1]={ [1]={ limit={ @@ -52078,7 +51512,7 @@ return { [2]="#" } }, - text="{0}% increased Damage with Hits against Demons" + text="{0}% increased Damage against Demons" }, [2]={ [1]={ @@ -52091,14 +51525,14 @@ return { [2]=-1 } }, - text="{0}% reduced Damage with Hits against Demons" + text="{0}% reduced Damage against Demons" } }, stats={ [1]="damage_+%_vs_demons" } }, - [2470]={ + [2436]={ [1]={ [1]={ limit={ @@ -52114,32 +51548,7 @@ return { [1]="chilled_monsters_take_+%_burning_damage" } }, - [2471]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Ignite when in Main Hand" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Ignite when in Main Hand" - } - }, - stats={ - [1]="unique_ignite_chance_%_when_in_main_hand" - } - }, - [2472]={ + [2437]={ [1]={ [1]={ limit={ @@ -52168,7 +51577,7 @@ return { [1]="unique_chill_duration_+%_when_in_off_hand" } }, - [2473]={ + [2438]={ [1]={ [1]={ limit={ @@ -52215,7 +51624,7 @@ return { [2]="gain_endurance_charge_on_melee_stun_%" } }, - [2474]={ + [2439]={ [1]={ [1]={ limit={ @@ -52231,7 +51640,7 @@ return { [1]="chance_to_gain_power_charge_on_melee_stun_%" } }, - [2475]={ + [2440]={ [1]={ [1]={ limit={ @@ -52247,7 +51656,7 @@ return { [1]="chance_to_gain_power_charge_on_stun_%" } }, - [2476]={ + [2441]={ [1]={ [1]={ [1]={ @@ -52297,7 +51706,7 @@ return { [2]="movement_speed_+%_on_throwing_trap" } }, - [2477]={ + [2442]={ [1]={ [1]={ limit={ @@ -52322,7 +51731,7 @@ return { [1]="poison_on_melee_critical_strike_%" } }, - [2478]={ + [2443]={ [1]={ [1]={ limit={ @@ -52338,7 +51747,7 @@ return { [1]="shocks_reflected_to_self" } }, - [2479]={ + [2444]={ [1]={ [1]={ limit={ @@ -52367,7 +51776,7 @@ return { [1]="damage_+%_per_shock" } }, - [2480]={ + [2445]={ [1]={ [1]={ limit={ @@ -52383,7 +51792,7 @@ return { [1]="damage_+1%_per_X_strength_when_in_main_hand" } }, - [2481]={ + [2446]={ [1]={ [1]={ limit={ @@ -52399,7 +51808,7 @@ return { [1]="physical_damage_reduction_rating_+1%_per_X_strength_when_in_off_hand" } }, - [2482]={ + [2447]={ [1]={ [1]={ [1]={ @@ -52419,7 +51828,7 @@ return { [1]="freeze_mine_cold_resistance_+_while_frozen" } }, - [2483]={ + [2448]={ [1]={ [1]={ limit={ @@ -52435,7 +51844,7 @@ return { [1]="traps_do_not_explode_on_timeout" } }, - [2484]={ + [2449]={ [1]={ [1]={ limit={ @@ -52451,7 +51860,7 @@ return { [1]="traps_explode_on_timeout" } }, - [2485]={ + [2450]={ [1]={ [1]={ limit={ @@ -52467,7 +51876,7 @@ return { [1]="mine_detonation_is_instant" } }, - [2486]={ + [2451]={ [1]={ [1]={ limit={ @@ -52483,7 +51892,7 @@ return { [1]="trap_damage_penetrates_%_elemental_resistance" } }, - [2487]={ + [2452]={ [1]={ [1]={ limit={ @@ -52499,7 +51908,7 @@ return { [1]="mine_damage_penetrates_%_elemental_resistance" } }, - [2488]={ + [2453]={ [1]={ [1]={ limit={ @@ -52515,7 +51924,7 @@ return { [1]="trap_and_mine_damage_penetrates_%_elemental_resistance" } }, - [2489]={ + [2454]={ [1]={ [1]={ [1]={ @@ -52535,7 +51944,7 @@ return { [1]="traps_invulnerable_for_duration_ms" } }, - [2490]={ + [2455]={ [1]={ [1]={ [1]={ @@ -52555,7 +51964,7 @@ return { [1]="mines_invulnerable_for_duration_ms" } }, - [2491]={ + [2456]={ [1]={ [1]={ limit={ @@ -52571,7 +51980,7 @@ return { [1]="totem_elemental_resistance_%" } }, - [2492]={ + [2457]={ [1]={ [1]={ limit={ @@ -52587,7 +51996,7 @@ return { [1]="slash_ancestor_totem_elemental_resistance_%" } }, - [2493]={ + [2458]={ [1]={ [1]={ limit={ @@ -52603,7 +52012,7 @@ return { [1]="totem_additional_physical_damage_reduction_%" } }, - [2494]={ + [2459]={ [1]={ [1]={ limit={ @@ -52619,7 +52028,7 @@ return { [1]="base_deal_no_physical_damage" } }, - [2495]={ + [2460]={ [1]={ [1]={ limit={ @@ -52635,7 +52044,7 @@ return { [1]="deal_no_non_physical_damage" } }, - [2496]={ + [2461]={ [1]={ [1]={ limit={ @@ -52651,7 +52060,7 @@ return { [1]="base_deal_no_cold_damage" } }, - [2497]={ + [2462]={ [1]={ [1]={ limit={ @@ -52667,7 +52076,7 @@ return { [1]="deal_no_non_fire_damage" } }, - [2498]={ + [2463]={ [1]={ [1]={ limit={ @@ -52683,7 +52092,7 @@ return { [1]="deal_no_non_lightning_damage" } }, - [2499]={ + [2464]={ [1]={ [1]={ limit={ @@ -52699,7 +52108,7 @@ return { [1]="deal_no_non_cold_damage" } }, - [2500]={ + [2465]={ [1]={ [1]={ limit={ @@ -52732,7 +52141,7 @@ return { [1]="jorrhasts_blacksteel_animate_weapon_duration_+%_final" } }, - [2501]={ + [2466]={ [1]={ [1]={ limit={ @@ -52761,7 +52170,7 @@ return { [1]="animate_weapon_duration_+%" } }, - [2502]={ + [2467]={ [1]={ [1]={ limit={ @@ -52786,7 +52195,7 @@ return { [1]="animate_weapon_number_of_additional_copies" } }, - [2503]={ + [2468]={ [1]={ [1]={ limit={ @@ -52802,7 +52211,7 @@ return { [1]="fire_and_cold_damage_resistance_%" } }, - [2504]={ + [2469]={ [1]={ [1]={ limit={ @@ -52818,7 +52227,7 @@ return { [1]="fire_and_lightning_damage_resistance_%" } }, - [2505]={ + [2470]={ [1]={ [1]={ limit={ @@ -52834,32 +52243,7 @@ return { [1]="cold_and_lightning_damage_resistance_%" } }, - [2506]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Freeze, Shock and Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Freeze, Shock and Ignite" - } - }, - stats={ - [1]="chance_to_freeze_shock_ignite_%" - } - }, - [2507]={ + [2471]={ [1]={ [1]={ limit={ @@ -52888,7 +52272,7 @@ return { [1]="damage_+%_while_ignited" } }, - [2508]={ + [2472]={ [1]={ [1]={ limit={ @@ -52904,7 +52288,7 @@ return { [1]="physical_damage_reduction_rating_while_frozen" } }, - [2509]={ + [2473]={ [1]={ [1]={ limit={ @@ -52933,7 +52317,7 @@ return { [1]="physical_damage_taken_+%_while_frozen" } }, - [2510]={ + [2474]={ [1]={ [1]={ limit={ @@ -52962,7 +52346,7 @@ return { [1]="movement_velocity_+%_while_ignited" } }, - [2511]={ + [2475]={ [1]={ [1]={ limit={ @@ -52991,7 +52375,7 @@ return { [1]="movement_velocity_+%_per_shock" } }, - [2512]={ + [2476]={ [1]={ [1]={ limit={ @@ -53020,7 +52404,7 @@ return { [1]="damage_+%_vs_rare_monsters" } }, - [2513]={ + [2477]={ [1]={ [1]={ limit={ @@ -53036,7 +52420,7 @@ return { [1]="damage_vs_enemies_on_low_life_+%" } }, - [2514]={ + [2478]={ [1]={ [1]={ limit={ @@ -53052,7 +52436,7 @@ return { [1]="ascendancy_assassin_damage_vs_enemies_on_low_life_+%_final" } }, - [2515]={ + [2479]={ [1]={ [1]={ limit={ @@ -53081,7 +52465,7 @@ return { [1]="damage_+%_vs_enemies_on_low_life_per_frenzy_charge" } }, - [2516]={ + [2480]={ [1]={ [1]={ limit={ @@ -53110,7 +52494,7 @@ return { [1]="damage_+%_vs_blinded_enemies" } }, - [2517]={ + [2481]={ [1]={ [1]={ limit={ @@ -53139,7 +52523,7 @@ return { [1]="shrine_buff_effect_on_self_+%" } }, - [2518]={ + [2482]={ [1]={ [1]={ limit={ @@ -53168,7 +52552,7 @@ return { [1]="shrine_effect_duration_+%" } }, - [2519]={ + [2483]={ [1]={ [1]={ [1]={ @@ -53181,14 +52565,14 @@ return { [2]=1 } }, - text="When you kill a Shocked enemy, Shock each wnemy within {0} metres for 2 seconds" + text="When you kill a Shocked enemy, Shock each enemy within {0} metres for 2 seconds" } }, stats={ [1]="shock_enemies_in_range_X_for_2s_on_killing_shocked_enemy" } }, - [2520]={ + [2484]={ [1]={ [1]={ limit={ @@ -53204,7 +52588,7 @@ return { [1]="gain_rare_monster_mods_on_kill_ms" } }, - [2521]={ + [2485]={ [1]={ [1]={ limit={ @@ -53233,7 +52617,7 @@ return { [1]="physical_damage_reduction_rating_+%_while_not_ignited_frozen_shocked" } }, - [2522]={ + [2486]={ [1]={ [1]={ limit={ @@ -53262,7 +52646,7 @@ return { [1]="aura_effect_+%" } }, - [2523]={ + [2487]={ [1]={ [1]={ limit={ @@ -53278,7 +52662,7 @@ return { [1]="supported_active_skill_gem_quality_%" } }, - [2524]={ + [2488]={ [1]={ [1]={ limit={ @@ -53294,7 +52678,7 @@ return { [1]="phase_through_objects" } }, - [2525]={ + [2489]={ [1]={ [1]={ limit={ @@ -53310,7 +52694,7 @@ return { [1]="local_support_gem_max_skill_level_requirement_to_support" } }, - [2526]={ + [2490]={ [1]={ [1]={ limit={ @@ -53357,7 +52741,7 @@ return { [2]="projectile_return_%_chance" } }, - [2527]={ + [2491]={ [1]={ [1]={ limit={ @@ -53373,7 +52757,7 @@ return { [1]="attack_projectiles_return" } }, - [2528]={ + [2492]={ [1]={ [1]={ limit={ @@ -53406,7 +52790,7 @@ return { [1]="unique_critical_strike_chance_+%_final" } }, - [2529]={ + [2493]={ [1]={ [1]={ limit={ @@ -53422,7 +52806,7 @@ return { [1]="unique_lose_all_endurance_charges_when_hit" } }, - [2530]={ + [2494]={ [1]={ [1]={ [1]={ @@ -53442,7 +52826,7 @@ return { [1]="unique_gain_onslaught_when_hit_duration_ms" } }, - [2531]={ + [2495]={ [1]={ [1]={ limit={ @@ -53458,7 +52842,7 @@ return { [1]="add_endurance_charge_on_kill" } }, - [2532]={ + [2496]={ [1]={ [1]={ limit={ @@ -53474,7 +52858,7 @@ return { [1]="chance_to_counter_strike_when_hit_%" } }, - [2533]={ + [2497]={ [1]={ [1]={ limit={ @@ -53490,7 +52874,7 @@ return { [1]="regenerate_X_life_over_1_second_on_cast" } }, - [2534]={ + [2498]={ [1]={ [1]={ limit={ @@ -53506,7 +52890,7 @@ return { [1]="regenerate_%_armour_as_life_over_1_second_on_block" } }, - [2535]={ + [2499]={ [1]={ [1]={ limit={ @@ -53535,7 +52919,7 @@ return { [1]="global_defences_+%" } }, - [2536]={ + [2500]={ [1]={ [1]={ limit={ @@ -53564,7 +52948,7 @@ return { [1]="map_monster_defences_+%" } }, - [2537]={ + [2501]={ [1]={ [1]={ limit={ @@ -53593,7 +52977,7 @@ return { [1]="map_player_global_defences_+%_final_from_sanctum_boon" } }, - [2538]={ + [2502]={ [1]={ [1]={ limit={ @@ -53609,7 +52993,7 @@ return { [1]="your_elemental_resistances_do_not_exist" } }, - [2539]={ + [2503]={ [1]={ [1]={ limit={ @@ -53625,7 +53009,7 @@ return { [1]="culling_strike_on_burning_enemies" } }, - [2540]={ + [2504]={ [1]={ [1]={ limit={ @@ -53641,7 +53025,7 @@ return { [1]="gain_frenzy_charge_if_attack_ignites" } }, - [2541]={ + [2505]={ [1]={ [1]={ limit={ @@ -53670,7 +53054,7 @@ return { [1]="damage_+%_per_10_levels" } }, - [2542]={ + [2506]={ [1]={ [1]={ limit={ @@ -53686,7 +53070,7 @@ return { [1]="chaos_damage_taken_+" } }, - [2543]={ + [2507]={ [1]={ [1]={ limit={ @@ -53702,7 +53086,7 @@ return { [1]="display_map_final_boss_drops_higher_level_gear" } }, - [2544]={ + [2508]={ [1]={ [1]={ limit={ @@ -53718,7 +53102,7 @@ return { [1]="display_map_boss_gives_experience_+%" } }, - [2545]={ + [2509]={ [1]={ [1]={ [1]={ @@ -53751,7 +53135,7 @@ return { [1]="unique_gain_onslaught_when_hit_duration_ms_per_endurance_charge" } }, - [2546]={ + [2510]={ [1]={ [1]={ limit={ @@ -53780,7 +53164,7 @@ return { [1]="support_slower_projectiles_damage_+%_final" } }, - [2547]={ + [2511]={ [1]={ [1]={ limit={ @@ -53809,7 +53193,7 @@ return { [1]="fishing_line_strength_+%" } }, - [2548]={ + [2512]={ [1]={ [1]={ limit={ @@ -53842,7 +53226,7 @@ return { [1]="fishing_pool_consumption_+%" } }, - [2549]={ + [2513]={ [1]={ [1]={ limit={ @@ -53885,7 +53269,7 @@ return { [1]="fishing_lure_type" } }, - [2550]={ + [2514]={ [1]={ [1]={ limit={ @@ -53928,7 +53312,7 @@ return { [1]="fishing_hook_type" } }, - [2551]={ + [2515]={ [1]={ [1]={ limit={ @@ -53957,7 +53341,7 @@ return { [1]="fishing_range_+%" } }, - [2552]={ + [2516]={ [1]={ [1]={ limit={ @@ -53986,7 +53370,7 @@ return { [1]="fish_quantity_+%" } }, - [2553]={ + [2517]={ [1]={ [1]={ limit={ @@ -54015,7 +53399,7 @@ return { [1]="fish_rarity_+%" } }, - [2554]={ + [2518]={ [1]={ [1]={ limit={ @@ -54031,7 +53415,7 @@ return { [1]="local_ring_duplicate_other_ring" } }, - [2555]={ + [2519]={ [1]={ [1]={ limit={ @@ -54047,7 +53431,7 @@ return { [1]="can_catch_exotic_fish" } }, - [2556]={ + [2520]={ [1]={ [1]={ limit={ @@ -54063,7 +53447,7 @@ return { [1]="can_catch_corrupted_fish" } }, - [2557]={ + [2521]={ [1]={ [1]={ limit={ @@ -54072,14 +53456,14 @@ return { [2]="#" } }, - text="Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude" + text="Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes" } }, stats={ [1]="unique_fire_damage_shocks" } }, - [2558]={ + [2522]={ [1]={ [1]={ limit={ @@ -54088,14 +53472,14 @@ return { [2]="#" } }, - text="Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup" + text="Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup" } }, stats={ [1]="unique_cold_damage_ignites" } }, - [2559]={ + [2523]={ [1]={ [1]={ limit={ @@ -54111,7 +53495,7 @@ return { [1]="unique_lightning_damage_freezes" } }, - [2560]={ + [2524]={ [1]={ [1]={ limit={ @@ -54120,14 +53504,14 @@ return { [2]="#" } }, - text="All Damage from Hits Contributes to Ignite Chance and Magnitude" + text="All Damage from Hits Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="all_damage_can_ignite" } }, - [2561]={ + [2525]={ [1]={ [1]={ limit={ @@ -54143,7 +53527,7 @@ return { [1]="all_damage_can_chill" } }, - [2562]={ + [2526]={ [1]={ [1]={ limit={ @@ -54159,7 +53543,7 @@ return { [1]="all_damage_can_freeze" } }, - [2563]={ + [2527]={ [1]={ [1]={ limit={ @@ -54175,7 +53559,7 @@ return { [1]="all_damage_can_shock" } }, - [2564]={ + [2528]={ [1]={ [1]={ limit={ @@ -54191,7 +53575,7 @@ return { [1]="base_all_damage_taken_can_chill" } }, - [2565]={ + [2529]={ [1]={ [1]={ limit={ @@ -54207,7 +53591,7 @@ return { [1]="base_cold_damage_can_poison" } }, - [2566]={ + [2530]={ [1]={ [1]={ limit={ @@ -54223,7 +53607,7 @@ return { [1]="base_fire_damage_can_poison" } }, - [2567]={ + [2531]={ [1]={ [1]={ limit={ @@ -54239,7 +53623,7 @@ return { [1]="base_lightning_damage_can_poison" } }, - [2568]={ + [2532]={ [1]={ [1]={ limit={ @@ -54255,7 +53639,7 @@ return { [1]="chaos_damage_can_chill" } }, - [2569]={ + [2533]={ [1]={ [1]={ limit={ @@ -54271,7 +53655,7 @@ return { [1]="chaos_damage_can_freeze" } }, - [2570]={ + [2534]={ [1]={ [1]={ limit={ @@ -54287,7 +53671,7 @@ return { [1]="chaos_damage_can_shock" } }, - [2571]={ + [2535]={ [1]={ [1]={ limit={ @@ -54296,14 +53680,14 @@ return { [2]="#" } }, - text="Cold Damage from Hits also Contributes to Ignite Chance and Magnitude" + text="Cold Damage from Hits also Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="cold_damage_can_ignite" } }, - [2572]={ + [2536]={ [1]={ [1]={ limit={ @@ -54319,7 +53703,7 @@ return { [1]="cold_damage_can_shock" } }, - [2573]={ + [2537]={ [1]={ [1]={ limit={ @@ -54335,7 +53719,7 @@ return { [1]="elemental_damage_can_shock" } }, - [2574]={ + [2538]={ [1]={ [1]={ limit={ @@ -54351,7 +53735,7 @@ return { [1]="fire_damage_can_chill" } }, - [2575]={ + [2539]={ [1]={ [1]={ limit={ @@ -54367,7 +53751,7 @@ return { [1]="fire_damage_can_freeze" } }, - [2576]={ + [2540]={ [1]={ [1]={ limit={ @@ -54383,7 +53767,7 @@ return { [1]="fire_damage_can_shock" } }, - [2577]={ + [2541]={ [1]={ [1]={ limit={ @@ -54399,7 +53783,7 @@ return { [1]="lightning_damage_can_chill" } }, - [2578]={ + [2542]={ [1]={ [1]={ limit={ @@ -54408,14 +53792,14 @@ return { [2]="#" } }, - text="Lightning Damage from Hits also Contributes to Ignite Chance and Magnitude" + text="Lightning Damage from Hits also Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="lightning_damage_can_ignite" } }, - [2579]={ + [2543]={ [1]={ [1]={ limit={ @@ -54431,7 +53815,7 @@ return { [1]="physical_damage_can_chill" } }, - [2580]={ + [2544]={ [1]={ [1]={ limit={ @@ -54447,7 +53831,7 @@ return { [1]="physical_damage_can_freeze" } }, - [2581]={ + [2545]={ [1]={ [1]={ limit={ @@ -54463,7 +53847,7 @@ return { [1]="physical_damage_can_shock" } }, - [2582]={ + [2546]={ [1]={ [1]={ limit={ @@ -54479,7 +53863,7 @@ return { [1]="lightning_damage_can_freeze" } }, - [2583]={ + [2547]={ [1]={ [1]={ limit={ @@ -54488,14 +53872,14 @@ return { [2]="#" } }, - text="Fire Damage from Hits does not contribute to Ignite Chance or Magnitude" + text="Fire Damage from Hits does not contribute to Flammability or Ignite Magnitudes" } }, stats={ [1]="fire_damage_cannot_ignite" } }, - [2584]={ + [2548]={ [1]={ [1]={ limit={ @@ -54511,7 +53895,7 @@ return { [1]="cold_damage_cannot_freeze" } }, - [2585]={ + [2549]={ [1]={ [1]={ limit={ @@ -54527,7 +53911,7 @@ return { [1]="cold_damage_cannot_chill" } }, - [2586]={ + [2550]={ [1]={ [1]={ limit={ @@ -54536,14 +53920,14 @@ return { [2]="#" } }, - text="Chaos Damage from Hits also Contributes to Ignite Chance and Magnitude, Chill Magnitude, and Shock Chance" + text="Chaos Damage from Hits also Contributes to Flammability and Ignite Magnitudes, Chill Magnitude, and Shock Chance" } }, stats={ [1]="chaos_damage_can_ignite_chill_and_shock" } }, - [2587]={ + [2551]={ [1]={ [1]={ limit={ @@ -54559,7 +53943,7 @@ return { [1]="chaos_damage_cannot_poison" } }, - [2588]={ + [2552]={ [1]={ [1]={ limit={ @@ -54575,7 +53959,7 @@ return { [1]="lightning_damage_cannot_shock" } }, - [2589]={ + [2553]={ [1]={ [1]={ limit={ @@ -54591,7 +53975,7 @@ return { [1]="physical_damage_cannot_poison" } }, - [2590]={ + [2554]={ [1]={ [1]={ limit={ @@ -54620,36 +54004,7 @@ return { [1]="supported_active_skill_gem_expereince_gained_+%" } }, - [2591]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Enemies are Frozen as if you had dealt {0}% more Damage" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Enemies are Frozen as if you had dealt {0}% less Damage" - } - }, - stats={ - [1]="freeze_as_though_dealt_damage_+%" - } - }, - [2592]={ + [2555]={ [1]={ [1]={ [1]={ @@ -54682,7 +54037,7 @@ return { [1]="chill_prevention_ms_when_chilled" } }, - [2593]={ + [2556]={ [1]={ [1]={ limit={ @@ -54698,7 +54053,7 @@ return { [1]="base_immune_to_chill" } }, - [2594]={ + [2557]={ [1]={ [1]={ [1]={ @@ -54731,7 +54086,7 @@ return { [1]="freeze_prevention_ms_when_frozen" } }, - [2595]={ + [2558]={ [1]={ [1]={ [1]={ @@ -54764,7 +54119,7 @@ return { [1]="ignite_prevention_ms_when_ignited" } }, - [2596]={ + [2559]={ [1]={ [1]={ [1]={ @@ -54797,7 +54152,7 @@ return { [1]="shock_prevention_ms_when_shocked" } }, - [2597]={ + [2560]={ [1]={ [1]={ limit={ @@ -54813,7 +54168,7 @@ return { [1]="cannot_be_shocked_while_frozen" } }, - [2598]={ + [2561]={ [1]={ [1]={ limit={ @@ -54829,7 +54184,7 @@ return { [1]="grant_X_frenzy_charges_to_nearby_allies_on_death" } }, - [2599]={ + [2562]={ [1]={ [1]={ limit={ @@ -54845,7 +54200,7 @@ return { [1]="unique_gain_power_charge_on_non_crit" } }, - [2600]={ + [2563]={ [1]={ [1]={ limit={ @@ -54861,7 +54216,7 @@ return { [1]="unique_lose_all_power_charges_on_crit" } }, - [2601]={ + [2564]={ [1]={ [1]={ limit={ @@ -54877,7 +54232,7 @@ return { [1]="flask_minion_heal_%" } }, - [2602]={ + [2565]={ [1]={ [1]={ limit={ @@ -54893,23 +54248,7 @@ return { [1]="minion_block_%" } }, - [2603]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Minions have {0:+d}% Chance to Block Spell Damage" - } - }, - stats={ - [1]="minion_additional_spell_block_%" - } - }, - [2604]={ + [2566]={ [1]={ [1]={ limit={ @@ -54925,7 +54264,7 @@ return { [1]="minion_physical_damage_reduction_rating" } }, - [2605]={ + [2567]={ [1]={ [1]={ limit={ @@ -54941,7 +54280,7 @@ return { [1]="local_display_aura_damage_+%_allies_only" } }, - [2606]={ + [2568]={ [1]={ [1]={ limit={ @@ -54970,7 +54309,7 @@ return { [1]="minion_attack_speed_+%" } }, - [2607]={ + [2569]={ [1]={ [1]={ limit={ @@ -54999,7 +54338,7 @@ return { [1]="minion_cast_speed_+%" } }, - [2608]={ + [2570]={ [1]={ [1]={ [1]={ @@ -55019,7 +54358,7 @@ return { [1]="minion_life_regeneration_rate_per_minute_%" } }, - [2609]={ + [2571]={ [1]={ [1]={ limit={ @@ -55035,7 +54374,7 @@ return { [1]="minion_elemental_resistance_%" } }, - [2610]={ + [2572]={ [1]={ [1]={ limit={ @@ -55051,7 +54390,7 @@ return { [1]="minion_chaos_resistance_%" } }, - [2611]={ + [2573]={ [1]={ [1]={ [1]={ @@ -55071,7 +54410,7 @@ return { [1]="onslaught_on_vaal_skill_use_duration_ms" } }, - [2612]={ + [2574]={ [1]={ [1]={ [1]={ @@ -55091,39 +54430,7 @@ return { [1]="phase_on_vaal_skill_use_duration_ms" } }, - [2613]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% chance to Ignite during any Flask Effect" - } - }, - stats={ - [1]="chance_to_ignite_%_while_using_flask" - } - }, - [2614]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% chance to Freeze during any Flask Effect" - } - }, - stats={ - [1]="chance_to_freeze_%_while_using_flask" - } - }, - [2615]={ + [2575]={ [1]={ [1]={ limit={ @@ -55139,7 +54446,7 @@ return { [1]="chance_to_shock_%_while_using_flask" } }, - [2616]={ + [2576]={ [1]={ [1]={ limit={ @@ -55168,7 +54475,7 @@ return { [1]="unique_voltaxic_rift_shock_as_though_damage_+%_final" } }, - [2617]={ + [2577]={ [1]={ [1]={ limit={ @@ -55184,7 +54491,7 @@ return { [1]="spell_chance_to_shock_frozen_enemies_%" } }, - [2618]={ + [2578]={ [1]={ [1]={ limit={ @@ -55200,7 +54507,7 @@ return { [1]="stun_threshold_reduction_+%_while_using_flask" } }, - [2619]={ + [2579]={ [1]={ [1]={ limit={ @@ -55216,7 +54523,7 @@ return { [1]="physical_damage_taken_+_vs_beasts" } }, - [2620]={ + [2580]={ [1]={ [1]={ limit={ @@ -55245,7 +54552,7 @@ return { [1]="local_attacks_with_this_weapon_elemental_damage_+%" } }, - [2621]={ + [2581]={ [1]={ [1]={ limit={ @@ -55274,7 +54581,7 @@ return { [1]="damage_taken_+%_per_frenzy_charge" } }, - [2622]={ + [2582]={ [1]={ [1]={ limit={ @@ -55303,7 +54610,7 @@ return { [1]="lightning_damage_+%_per_frenzy_charge" } }, - [2623]={ + [2583]={ [1]={ [1]={ limit={ @@ -55319,7 +54626,7 @@ return { [1]="life_gained_on_enemy_death_per_frenzy_charge" } }, - [2624]={ + [2584]={ [1]={ [1]={ limit={ @@ -55335,7 +54642,7 @@ return { [1]="life_%_gained_on_kill_if_spent_life_recently" } }, - [2625]={ + [2585]={ [1]={ [1]={ limit={ @@ -55351,7 +54658,7 @@ return { [1]="transfer_hexes_to_X_nearby_enemies_on_kill" } }, - [2626]={ + [2586]={ [1]={ [1]={ limit={ @@ -55367,7 +54674,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_random_element" } }, - [2627]={ + [2587]={ [1]={ [1]={ limit={ @@ -55392,7 +54699,7 @@ return { [1]="unique_add_power_charge_on_melee_knockback_%" } }, - [2628]={ + [2588]={ [1]={ [1]={ limit={ @@ -55417,7 +54724,7 @@ return { [1]="gain_power_charge_when_throwing_trap_%" } }, - [2629]={ + [2589]={ [1]={ [1]={ limit={ @@ -55433,7 +54740,7 @@ return { [1]="critical_strike_chance_+%_per_8_strength" } }, - [2630]={ + [2590]={ [1]={ [1]={ limit={ @@ -55462,7 +54769,7 @@ return { [1]="attack_speed_+%_while_ignited" } }, - [2631]={ + [2591]={ [1]={ [1]={ limit={ @@ -55491,32 +54798,7 @@ return { [1]="cast_speed_+%_while_ignited" } }, - [2632]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Ignite while Ignited" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Ignite while Ignited" - } - }, - stats={ - [1]="chance_to_ignite_%_while_ignited" - } - }, - [2633]={ + [2592]={ [1]={ [1]={ limit={ @@ -55545,7 +54827,7 @@ return { [1]="wand_damage_+%" } }, - [2634]={ + [2593]={ [1]={ [1]={ limit={ @@ -55574,7 +54856,7 @@ return { [1]="local_attacks_with_this_weapon_physical_damage_+%_per_250_evasion" } }, - [2635]={ + [2594]={ [1]={ [1]={ limit={ @@ -55603,7 +54885,7 @@ return { [1]="attack_damage_+%_per_450_evasion" } }, - [2636]={ + [2595]={ [1]={ [1]={ limit={ @@ -55619,7 +54901,7 @@ return { [1]="chance_to_be_frozen_%" } }, - [2637]={ + [2596]={ [1]={ [1]={ limit={ @@ -55635,7 +54917,7 @@ return { [1]="chance_to_be_ignited_%" } }, - [2638]={ + [2597]={ [1]={ [1]={ limit={ @@ -55651,7 +54933,7 @@ return { [1]="chance_to_be_shocked_%" } }, - [2639]={ + [2598]={ [1]={ [1]={ limit={ @@ -55667,7 +54949,7 @@ return { [1]="chance_to_be_frozen_shocked_ignited_%" } }, - [2640]={ + [2599]={ [1]={ [1]={ limit={ @@ -55692,7 +54974,7 @@ return { [1]="claw_steal_power_frenzy_endurance_charges_on_hit_%" } }, - [2641]={ + [2600]={ [1]={ [1]={ limit={ @@ -55717,7 +54999,7 @@ return { [1]="bow_steal_power_frenzy_endurance_charges_on_hit_%" } }, - [2642]={ + [2601]={ [1]={ [1]={ limit={ @@ -55733,7 +55015,7 @@ return { [1]="recover_%_maximum_life_on_rampage_threshold" } }, - [2643]={ + [2602]={ [1]={ [1]={ limit={ @@ -55749,7 +55031,7 @@ return { [1]="dispel_status_ailments_on_rampage_threshold" } }, - [2644]={ + [2603]={ [1]={ [1]={ [1]={ @@ -55782,7 +55064,7 @@ return { [1]="gain_physical_damage_immunity_on_rampage_threshold_ms" } }, - [2645]={ + [2604]={ [1]={ [1]={ limit={ @@ -55798,7 +55080,7 @@ return { [1]="gain_X_vaal_souls_on_rampage_threshold" } }, - [2646]={ + [2605]={ [1]={ [1]={ limit={ @@ -55823,7 +55105,7 @@ return { [1]="global_chance_to_blind_on_hit_%" } }, - [2647]={ + [2606]={ [1]={ [1]={ limit={ @@ -55852,7 +55134,7 @@ return { [1]="physical_damage_+%_vs_poisoned_enemies" } }, - [2648]={ + [2607]={ [1]={ [1]={ limit={ @@ -55868,7 +55150,7 @@ return { [1]="block_causes_monster_flee_%" } }, - [2649]={ + [2608]={ [1]={ [1]={ [1]={ @@ -55888,7 +55170,7 @@ return { [1]="life_regeneration_rate_per_minute_per_level" } }, - [2650]={ + [2609]={ [1]={ [1]={ limit={ @@ -55917,7 +55199,7 @@ return { [1]="critical_strike_chance_+%_per_level" } }, - [2651]={ + [2610]={ [1]={ [1]={ limit={ @@ -55946,7 +55228,7 @@ return { [1]="attack_damage_+%_per_level" } }, - [2652]={ + [2611]={ [1]={ [1]={ limit={ @@ -55975,7 +55257,7 @@ return { [1]="spell_damage_+%_per_level" } }, - [2653]={ + [2612]={ [1]={ [1]={ limit={ @@ -56000,7 +55282,7 @@ return { [1]="recharge_flasks_on_crit" } }, - [2654]={ + [2613]={ [1]={ [1]={ limit={ @@ -56029,7 +55311,7 @@ return { [1]="bleeding_monsters_movement_velocity_+%" } }, - [2655]={ + [2614]={ [1]={ [1]={ limit={ @@ -56045,7 +55327,7 @@ return { [1]="ground_smoke_on_rampage_threshold_ms" } }, - [2656]={ + [2615]={ [1]={ [1]={ [1]={ @@ -56078,7 +55360,7 @@ return { [1]="phasing_on_rampage_threshold_ms" } }, - [2657]={ + [2616]={ [1]={ [1]={ limit={ @@ -56107,7 +55389,7 @@ return { [1]="movement_velocity_+%_on_full_energy_shield" } }, - [2658]={ + [2617]={ [1]={ [1]={ limit={ @@ -56150,7 +55432,7 @@ return { [3]="unique_maximum_chaos_damage_to_reflect_to_self_on_attack" } }, - [2659]={ + [2618]={ [1]={ [1]={ limit={ @@ -56166,7 +55448,7 @@ return { [1]="life_gained_on_enemy_death_per_level" } }, - [2660]={ + [2619]={ [1]={ [1]={ limit={ @@ -56182,7 +55464,7 @@ return { [1]="mana_gained_on_enemy_death_per_level" } }, - [2661]={ + [2620]={ [1]={ [1]={ limit={ @@ -56198,7 +55480,7 @@ return { [1]="energy_shield_gained_on_enemy_death_per_level" } }, - [2662]={ + [2621]={ [1]={ [1]={ limit={ @@ -56214,7 +55496,7 @@ return { [1]="cannot_be_blinded" } }, - [2663]={ + [2622]={ [1]={ [1]={ limit={ @@ -56243,7 +55525,7 @@ return { [1]="elemental_damage_+%_per_level" } }, - [2664]={ + [2623]={ [1]={ [1]={ limit={ @@ -56272,7 +55554,7 @@ return { [1]="chaos_damage_+%_per_level" } }, - [2665]={ + [2624]={ [1]={ [1]={ limit={ @@ -56288,7 +55570,7 @@ return { [1]="enemy_phys_reduction_%_penalty_vs_hit" } }, - [2666]={ + [2625]={ [1]={ [1]={ limit={ @@ -56304,7 +55586,7 @@ return { [1]="reduce_enemy_elemental_resistance_%" } }, - [2667]={ + [2626]={ [1]={ [1]={ limit={ @@ -56333,7 +55615,7 @@ return { [1]="base_reduce_enemy_fire_resistance_%" } }, - [2668]={ + [2627]={ [1]={ [1]={ limit={ @@ -56362,7 +55644,7 @@ return { [1]="base_reduce_enemy_cold_resistance_%" } }, - [2669]={ + [2628]={ [1]={ [1]={ limit={ @@ -56391,71 +55673,7 @@ return { [1]="base_reduce_enemy_lightning_resistance_%" } }, - [2670]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Curse Enemies with Vulnerability on Block" - } - }, - stats={ - [1]="curse_on_block_level_5_vulnerability" - } - }, - [2671]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Curse Enemies with Flammability on Block" - } - }, - stats={ - [1]="curse_on_block_%_chance_flammability_with_+20%_effect" - } - }, - [2672]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Curse Enemies with Temporal Chains when you Block their Projectile Attack Damage, ignoring Curse Limit" - } - }, - stats={ - [1]="curse_on_projectile_block_level_15_temporal_chains" - } - }, - [2673]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Curse Enemies with Elemental Weakness when you Block their Spell Damage, ignoring Curse Limit" - } - }, - stats={ - [1]="curse_on_spell_block_level_15_elemental_weakness" - } - }, - [2674]={ + [2629]={ [1]={ [1]={ limit={ @@ -56471,7 +55689,7 @@ return { [1]="display_map_has_oxygen" } }, - [2675]={ + [2630]={ [1]={ [1]={ [1]={ @@ -56491,7 +55709,7 @@ return { [1]="unique_nearby_allies_recover_permyriad_max_life_on_death" } }, - [2676]={ + [2631]={ [1]={ [1]={ limit={ @@ -56516,7 +55734,7 @@ return { [1]="base_steal_power_frenzy_endurance_charges_on_hit_%" } }, - [2677]={ + [2632]={ [1]={ [1]={ limit={ @@ -56584,7 +55802,7 @@ return { [2]="onslaught_time_granted_on_kill_ms" } }, - [2678]={ + [2633]={ [1]={ [1]={ [1]={ @@ -56604,7 +55822,7 @@ return { [1]="onslaught_time_granted_on_killing_shocked_enemy_ms" } }, - [2679]={ + [2634]={ [1]={ [1]={ limit={ @@ -56620,7 +55838,7 @@ return { [1]="penetrate_elemental_resistance_per_frenzy_charge_%" } }, - [2680]={ + [2635]={ [1]={ [1]={ limit={ @@ -56649,7 +55867,7 @@ return { [1]="damage_vs_enemies_on_full_life_per_power_charge_+%" } }, - [2681]={ + [2636]={ [1]={ [1]={ limit={ @@ -56678,7 +55896,7 @@ return { [1]="damage_vs_enemies_on_low_life_per_power_charge_+%" } }, - [2682]={ + [2637]={ [1]={ [1]={ limit={ @@ -56694,7 +55912,7 @@ return { [1]="local_display_nearby_enemies_all_resistances_%" } }, - [2683]={ + [2638]={ [1]={ [1]={ [1]={ @@ -56714,7 +55932,7 @@ return { [1]="shapers_seed_unique_aura_life_regeneration_rate_per_minute_%" } }, - [2684]={ + [2639]={ [1]={ [1]={ limit={ @@ -56730,7 +55948,7 @@ return { [1]="dominance_additional_block_%_on_nearby_allies_per_100_strength" } }, - [2685]={ + [2640]={ [1]={ [1]={ limit={ @@ -56759,7 +55977,7 @@ return { [1]="dominance_defences_+%_on_nearby_allies_per_100_strength" } }, - [2686]={ + [2641]={ [1]={ [1]={ limit={ @@ -56775,7 +55993,7 @@ return { [1]="dominance_critical_strike_multiplier_+_on_nearby_allies_per_100_dexterity" } }, - [2687]={ + [2642]={ [1]={ [1]={ limit={ @@ -56804,7 +56022,7 @@ return { [1]="dominance_cast_speed_+%_on_nearby_allies_per_100_intelligence" } }, - [2688]={ + [2643]={ [1]={ [1]={ limit={ @@ -56820,7 +56038,7 @@ return { [1]="shapers_seed_unique_aura_mana_regeneration_rate_+%" } }, - [2689]={ + [2644]={ [1]={ [1]={ limit={ @@ -56841,7 +56059,7 @@ return { [2]="local_grants_aura_maximum_added_fire_damage_per_red_socket" } }, - [2690]={ + [2645]={ [1]={ [1]={ limit={ @@ -56862,7 +56080,7 @@ return { [2]="local_grants_aura_maximum_added_cold_damage_per_green_socket" } }, - [2691]={ + [2646]={ [1]={ [1]={ limit={ @@ -56883,7 +56101,7 @@ return { [2]="local_grants_aura_maximum_added_lightning_damage_per_blue_socket" } }, - [2692]={ + [2647]={ [1]={ [1]={ limit={ @@ -56904,7 +56122,7 @@ return { [2]="local_grants_aura_maximum_added_chaos_damage_per_white_socket" } }, - [2693]={ + [2648]={ [1]={ [1]={ [1]={ @@ -56924,7 +56142,7 @@ return { [1]="life_regen_per_minute_per_endurance_charge" } }, - [2694]={ + [2649]={ [1]={ [1]={ limit={ @@ -56940,7 +56158,7 @@ return { [1]="cannot_knockback" } }, - [2695]={ + [2650]={ [1]={ [1]={ limit={ @@ -56956,7 +56174,7 @@ return { [1]="attack_damage_that_stuns_also_chills" } }, - [2696]={ + [2651]={ [1]={ [1]={ limit={ @@ -56972,7 +56190,7 @@ return { [1]="gain_x_life_when_endurance_charge_expires_or_consumed" } }, - [2697]={ + [2652]={ [1]={ [1]={ limit={ @@ -57001,7 +56219,7 @@ return { [1]="damage_vs_cursed_enemies_per_enemy_curse_+%" } }, - [2698]={ + [2653]={ [1]={ [1]={ limit={ @@ -57017,7 +56235,7 @@ return { [1]="cannot_gain_power_charges" } }, - [2699]={ + [2654]={ [1]={ [1]={ limit={ @@ -57033,7 +56251,7 @@ return { [1]="no_maximum_power_charges" } }, - [2700]={ + [2655]={ [1]={ [1]={ limit={ @@ -57049,7 +56267,7 @@ return { [1]="enemy_knockback_direction_is_reversed" } }, - [2701]={ + [2656]={ [1]={ [1]={ limit={ @@ -57065,7 +56283,7 @@ return { [1]="immune_to_ally_buff_auras" } }, - [2702]={ + [2657]={ [1]={ [1]={ limit={ @@ -57081,7 +56299,7 @@ return { [1]="allow_2_active_banners" } }, - [2703]={ + [2658]={ [1]={ [1]={ limit={ @@ -57090,14 +56308,14 @@ return { [2]="#" } }, - text="Your Aura Buffs do not affect allies" + text="Your Aura Buffs do not affect Allies" } }, stats={ [1]="buff_auras_dont_affect_allies" } }, - [2704]={ + [2659]={ [1]={ [1]={ limit={ @@ -57113,7 +56331,7 @@ return { [1]="hits_can_only_kill_frozen_enemies" } }, - [2705]={ + [2660]={ [1]={ [1]={ limit={ @@ -57129,7 +56347,7 @@ return { [1]="maximum_life_taken_as_physical_damage_on_minion_death_%" } }, - [2706]={ + [2661]={ [1]={ [1]={ limit={ @@ -57145,7 +56363,7 @@ return { [1]="maximum_es_taken_as_physical_damage_on_minion_death_%" } }, - [2707]={ + [2662]={ [1]={ [1]={ limit={ @@ -57174,7 +56392,7 @@ return { [1]="minion_skill_area_of_effect_+%" } }, - [2708]={ + [2663]={ [1]={ [1]={ [1]={ @@ -57194,7 +56412,7 @@ return { [1]="energy_shield_regeneration_%_per_minute_while_shocked" } }, - [2709]={ + [2664]={ [1]={ [1]={ limit={ @@ -57223,7 +56441,7 @@ return { [1]="charge_duration_+%" } }, - [2710]={ + [2665]={ [1]={ [1]={ limit={ @@ -57239,7 +56457,7 @@ return { [1]="physical_damage_taken_on_minion_death" } }, - [2711]={ + [2666]={ [1]={ [1]={ [1]={ @@ -57259,7 +56477,7 @@ return { [1]="onslaught_buff_duration_on_culling_strike_ms" } }, - [2712]={ + [2667]={ [1]={ [1]={ limit={ @@ -57288,7 +56506,7 @@ return { [1]="attack_and_cast_speed_+%_during_onslaught" } }, - [2713]={ + [2668]={ [1]={ [1]={ limit={ @@ -57304,7 +56522,7 @@ return { [1]="base_avoid_chill_%_while_have_onslaught" } }, - [2714]={ + [2669]={ [1]={ [1]={ limit={ @@ -57329,7 +56547,7 @@ return { [1]="mine_extra_uses" } }, - [2715]={ + [2670]={ [1]={ [1]={ limit={ @@ -57345,7 +56563,7 @@ return { [1]="base_fire_damage_heals" } }, - [2716]={ + [2671]={ [1]={ [1]={ limit={ @@ -57361,7 +56579,7 @@ return { [1]="base_cold_damage_heals" } }, - [2717]={ + [2672]={ [1]={ [1]={ limit={ @@ -57377,7 +56595,7 @@ return { [1]="base_lightning_damage_heals" } }, - [2718]={ + [2673]={ [1]={ [1]={ limit={ @@ -57393,7 +56611,7 @@ return { [1]="base_elemental_damage_heals" } }, - [2719]={ + [2674]={ [1]={ [1]={ limit={ @@ -57409,7 +56627,7 @@ return { [1]="avoid_freeze_chill_ignite_%_while_have_onslaught" } }, - [2720]={ + [2675]={ [1]={ [1]={ limit={ @@ -57425,7 +56643,7 @@ return { [1]="ignites_reflected_to_self" } }, - [2721]={ + [2676]={ [1]={ [1]={ [1]={ @@ -57458,7 +56676,7 @@ return { [1]="gain_onslaught_when_ignited_ms" } }, - [2722]={ + [2677]={ [1]={ [1]={ limit={ @@ -57483,7 +56701,7 @@ return { [1]="blind_nearby_enemies_when_ignited_%" } }, - [2723]={ + [2678]={ [1]={ [1]={ limit={ @@ -57499,7 +56717,7 @@ return { [1]="map_non_unique_equipment_drops_as_sell_price" } }, - [2724]={ + [2679]={ [1]={ [1]={ limit={ @@ -57515,7 +56733,7 @@ return { [1]="map_items_drop_corrupted" } }, - [2725]={ + [2680]={ [1]={ [1]={ limit={ @@ -57531,7 +56749,7 @@ return { [1]="map_items_drop_corrupted_%" } }, - [2726]={ + [2681]={ [1]={ [1]={ limit={ @@ -57547,7 +56765,7 @@ return { [1]="map_weapons_drop_animated" } }, - [2727]={ + [2682]={ [1]={ [1]={ limit={ @@ -57594,7 +56812,7 @@ return { [2]="allies_in_presence_have_unholy_might_while_you_not_on_low_mana" } }, - [2728]={ + [2683]={ [1]={ [1]={ [1]={ @@ -57627,7 +56845,7 @@ return { [1]="gain_unholy_might_on_block_ms" } }, - [2729]={ + [2684]={ [1]={ [1]={ limit={ @@ -57643,7 +56861,7 @@ return { [1]="local_jewel_nearby_passives_str_to_dex" } }, - [2730]={ + [2685]={ [1]={ [1]={ limit={ @@ -57659,7 +56877,7 @@ return { [1]="local_jewel_nearby_passives_str_to_int" } }, - [2731]={ + [2686]={ [1]={ [1]={ limit={ @@ -57675,7 +56893,7 @@ return { [1]="local_jewel_nearby_passives_dex_to_str" } }, - [2732]={ + [2687]={ [1]={ [1]={ limit={ @@ -57691,7 +56909,7 @@ return { [1]="local_jewel_nearby_passives_dex_to_int" } }, - [2733]={ + [2688]={ [1]={ [1]={ limit={ @@ -57707,7 +56925,7 @@ return { [1]="local_jewel_nearby_passives_int_to_str" } }, - [2734]={ + [2689]={ [1]={ [1]={ limit={ @@ -57723,7 +56941,7 @@ return { [1]="local_jewel_nearby_passives_int_to_dex" } }, - [2735]={ + [2690]={ [1]={ [1]={ limit={ @@ -57752,7 +56970,7 @@ return { [1]="skill_area_of_effect_when_unarmed_+%" } }, - [2736]={ + [2691]={ [1]={ [1]={ limit={ @@ -57768,7 +56986,7 @@ return { [1]="recover_%_maximum_life_when_corpse_destroyed_or_consumed" } }, - [2737]={ + [2692]={ [1]={ [1]={ limit={ @@ -57797,7 +57015,7 @@ return { [1]="local_unique_jewel_totem_life_+X%_per_10_str_in_radius" } }, - [2738]={ + [2693]={ [1]={ [1]={ limit={ @@ -57813,7 +57031,7 @@ return { [1]="local_unique_jewel_with_4_notables_gain_X_random_rare_monster_mods_on_kill" } }, - [2739]={ + [2694]={ [1]={ [1]={ limit={ @@ -57829,23 +57047,36 @@ return { [1]="gain_X_random_rare_monster_mods_on_kill" } }, - [2740]={ + [2695]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, text="Recover {0}% of maximum Life when you Block" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Lose {0}% of maximum Life when you Block" } }, stats={ [1]="recover_%_of_maximum_life_on_block" } }, - [2741]={ + [2696]={ [1]={ [1]={ limit={ @@ -57861,7 +57092,7 @@ return { [1]="minion_recover_%_of_maximum_life_on_block" } }, - [2742]={ + [2697]={ [1]={ [1]={ limit={ @@ -57877,7 +57108,7 @@ return { [1]="totems_cannot_be_stunned" } }, - [2743]={ + [2698]={ [1]={ [1]={ limit={ @@ -57906,7 +57137,7 @@ return { [1]="damage_+%_while_leeching" } }, - [2744]={ + [2699]={ [1]={ [1]={ limit={ @@ -57922,7 +57153,7 @@ return { [1]="display_bow_range_+" } }, - [2745]={ + [2700]={ [1]={ [1]={ limit={ @@ -57938,7 +57169,7 @@ return { [1]="local_unique_jewel_melee_applies_to_bow" } }, - [2746]={ + [2701]={ [1]={ [1]={ limit={ @@ -57954,7 +57185,7 @@ return { [1]="local_unique_jewel_X_dexterity_per_1_dexterity_allocated_in_radius" } }, - [2747]={ + [2702]={ [1]={ [1]={ limit={ @@ -57970,7 +57201,7 @@ return { [1]="local_unique_jewel_X_intelligence_per_1_intelligence_allocated_in_radius" } }, - [2748]={ + [2703]={ [1]={ [1]={ limit={ @@ -57986,7 +57217,7 @@ return { [1]="local_unique_jewel_X_strength_per_1_strength_allocated_in_radius" } }, - [2749]={ + [2704]={ [1]={ [1]={ limit={ @@ -58015,7 +57246,7 @@ return { [1]="local_unique_jewel_chaos_damage_+%_per_10_int_in_radius" } }, - [2750]={ + [2705]={ [1]={ [1]={ limit={ @@ -58031,7 +57262,7 @@ return { [1]="local_unique_jewel_passives_in_radius_applied_to_minions_instead" } }, - [2751]={ + [2706]={ [1]={ [1]={ limit={ @@ -58047,7 +57278,7 @@ return { [1]="passive_applies_to_minions" } }, - [2752]={ + [2707]={ [1]={ [1]={ limit={ @@ -58063,7 +57294,7 @@ return { [1]="life_gained_on_hit_per_enemy_status_ailment" } }, - [2753]={ + [2708]={ [1]={ [1]={ limit={ @@ -58092,7 +57323,7 @@ return { [1]="life_gained_on_spell_hit_per_enemy_status_ailment" } }, - [2754]={ + [2709]={ [1]={ [1]={ limit={ @@ -58121,7 +57352,7 @@ return { [1]="life_regeneration_rate_+%_while_es_full" } }, - [2755]={ + [2710]={ [1]={ [1]={ limit={ @@ -58137,7 +57368,7 @@ return { [1]="local_unique_jewel_with_x_int_in_radius_+1_curse" } }, - [2756]={ + [2711]={ [1]={ [1]={ limit={ @@ -58153,7 +57384,7 @@ return { [1]="melee_range_+_while_unarmed" } }, - [2757]={ + [2712]={ [1]={ [1]={ limit={ @@ -58182,7 +57413,7 @@ return { [1]="damage_+%_per_equipped_magic_item" } }, - [2758]={ + [2713]={ [1]={ [1]={ limit={ @@ -58211,7 +57442,7 @@ return { [1]="spell_damage_+%_while_es_full" } }, - [2759]={ + [2714]={ [1]={ [1]={ limit={ @@ -58236,7 +57467,7 @@ return { [1]="totem_number_of_additional_projectiles" } }, - [2760]={ + [2715]={ [1]={ [1]={ limit={ @@ -58265,7 +57496,7 @@ return { [1]="spell_damage_+%_while_no_mana_reserved" } }, - [2761]={ + [2716]={ [1]={ [1]={ limit={ @@ -58294,7 +57525,7 @@ return { [1]="spell_damage_+%_while_not_low_mana" } }, - [2762]={ + [2717]={ [1]={ [1]={ limit={ @@ -58323,7 +57554,7 @@ return { [1]="mana_cost_+%_while_not_low_mana" } }, - [2763]={ + [2718]={ [1]={ [1]={ limit={ @@ -58352,7 +57583,7 @@ return { [1]="all_attributes_+%_per_assigned_keystone" } }, - [2764]={ + [2719]={ [1]={ [1]={ limit={ @@ -58377,7 +57608,7 @@ return { [1]="number_of_additional_clones" } }, - [2765]={ + [2720]={ [1]={ [1]={ limit={ @@ -58406,7 +57637,7 @@ return { [1]="object_inherent_attack_skills_damage_+%_final_per_frenzy_charge" } }, - [2766]={ + [2721]={ [1]={ [1]={ [1]={ @@ -58426,7 +57657,7 @@ return { [1]="skill_effect_duration_per_100_int" } }, - [2767]={ + [2722]={ [1]={ [1]={ limit={ @@ -58442,7 +57673,7 @@ return { [1]="local_unique_jewel_intelligence_per_unallocated_node_in_radius" } }, - [2768]={ + [2723]={ [1]={ [1]={ limit={ @@ -58458,7 +57689,7 @@ return { [1]="local_unique_jewel_with_70_dex_physical_damage_to_gain_as_chaos_%" } }, - [2769]={ + [2724]={ [1]={ [1]={ limit={ @@ -58474,7 +57705,7 @@ return { [1]="local_unique_jewel_with_70_str_life_recovery_speed_+%" } }, - [2770]={ + [2725]={ [1]={ [1]={ limit={ @@ -58490,7 +57721,7 @@ return { [1]="cannot_be_cursed_with_silence" } }, - [2771]={ + [2726]={ [1]={ [1]={ limit={ @@ -58519,7 +57750,7 @@ return { [1]="vaal_skill_damage_+%" } }, - [2772]={ + [2727]={ [1]={ [1]={ limit={ @@ -58548,7 +57779,7 @@ return { [1]="damage_+%_while_dead" } }, - [2773]={ + [2728]={ [1]={ [1]={ limit={ @@ -58577,7 +57808,7 @@ return { [1]="maximum_life_+%_per_equipped_corrupted_item" } }, - [2774]={ + [2729]={ [1]={ [1]={ limit={ @@ -58606,7 +57837,7 @@ return { [1]="maximum_es_+%_per_equipped_corrupted_item" } }, - [2775]={ + [2730]={ [1]={ [1]={ limit={ @@ -58635,7 +57866,7 @@ return { [1]="chaos_damage_+%_per_equipped_corrupted_item" } }, - [2776]={ + [2731]={ [1]={ [1]={ limit={ @@ -58664,7 +57895,7 @@ return { [1]="life_leech_rate_+%_per_equipped_corrupted_item" } }, - [2777]={ + [2732]={ [1]={ [1]={ [1]={ @@ -58684,7 +57915,7 @@ return { [1]="life_regeneration_rate_per_minute_for_each_equipped_uncorrupted_item" } }, - [2778]={ + [2733]={ [1]={ [1]={ limit={ @@ -58713,7 +57944,7 @@ return { [1]="mana_leech_rate_+%_per_equipped_corrupted_item" } }, - [2779]={ + [2734]={ [1]={ [1]={ limit={ @@ -58729,7 +57960,7 @@ return { [1]="all_resistances_%_per_equipped_corrupted_item" } }, - [2780]={ + [2735]={ [1]={ [1]={ limit={ @@ -58745,7 +57976,7 @@ return { [1]="chance_to_gain_vaal_soul_on_kill_%" } }, - [2781]={ + [2736]={ [1]={ [1]={ limit={ @@ -58774,7 +58005,7 @@ return { [1]="vaal_skill_effect_duration_+%" } }, - [2782]={ + [2737]={ [1]={ [1]={ limit={ @@ -58803,7 +58034,7 @@ return { [1]="vaal_skill_soul_gain_preventation_duration_+%" } }, - [2783]={ + [2738]={ [1]={ [1]={ limit={ @@ -58832,7 +58063,7 @@ return { [1]="vaal_skill_critical_strike_chance_+%" } }, - [2784]={ + [2739]={ [1]={ [1]={ limit={ @@ -58848,7 +58079,7 @@ return { [1]="vaal_skill_critical_strike_multiplier_+" } }, - [2785]={ + [2740]={ [1]={ [1]={ limit={ @@ -58864,7 +58095,7 @@ return { [1]="chance_to_gain_vaal_soul_on_enemy_shatter_%" } }, - [2786]={ + [2741]={ [1]={ [1]={ limit={ @@ -58897,7 +58128,7 @@ return { [1]="mana_cost_+%_on_totemified_aura_skills" } }, - [2787]={ + [2742]={ [1]={ [1]={ limit={ @@ -58926,7 +58157,7 @@ return { [1]="corrupted_gem_experience_gain_+%" } }, - [2788]={ + [2743]={ [1]={ [1]={ [1]={ @@ -58946,7 +58177,7 @@ return { [1]="gain_soul_eater_with_equipped_corrupted_items_on_vaal_skill_use_ms" } }, - [2789]={ + [2744]={ [1]={ [1]={ limit={ @@ -58962,7 +58193,7 @@ return { [1]="spend_energy_shield_for_costs_before_mana" } }, - [2790]={ + [2745]={ [1]={ [1]={ limit={ @@ -58978,7 +58209,7 @@ return { [1]="energy_shield_protects_mana" } }, - [2791]={ + [2746]={ [1]={ [1]={ limit={ @@ -59007,7 +58238,7 @@ return { [1]="enemy_extra_damage_rolls_while_affected_by_vulnerability" } }, - [2792]={ + [2747]={ [1]={ [1]={ limit={ @@ -59023,7 +58254,7 @@ return { [1]="cannot_have_current_energy_shield" } }, - [2793]={ + [2748]={ [1]={ [1]={ limit={ @@ -59039,7 +58270,7 @@ return { [1]="base_no_energy_shield_recovery" } }, - [2794]={ + [2749]={ [1]={ [1]={ limit={ @@ -59055,7 +58286,7 @@ return { [1]="you_count_as_full_life_while_affected_by_vulnerability" } }, - [2795]={ + [2750]={ [1]={ [1]={ limit={ @@ -59071,7 +58302,7 @@ return { [1]="you_count_as_low_life_while_affected_by_vulnerability" } }, - [2796]={ + [2751]={ [1]={ [1]={ limit={ @@ -59096,7 +58327,7 @@ return { [1]="chance_to_curse_self_with_punishment_on_kill_%" } }, - [2797]={ + [2752]={ [1]={ [1]={ limit={ @@ -59112,7 +58343,7 @@ return { [1]="self_cursed_with_level_x_vulnerability" } }, - [2798]={ + [2753]={ [1]={ [1]={ limit={ @@ -59128,7 +58359,7 @@ return { [1]="local_unique_jewel_evasion_rating_+%_per_X_dex_in_radius" } }, - [2799]={ + [2754]={ [1]={ [1]={ limit={ @@ -59144,7 +58375,7 @@ return { [1]="local_unique_jewel_claw_physical_damage_+%_per_X_dex_in_radius" } }, - [2800]={ + [2755]={ [1]={ [1]={ limit={ @@ -59160,7 +58391,7 @@ return { [1]="local_unique_jewel_damage_increases_applies_to_fire_damage" } }, - [2801]={ + [2756]={ [1]={ [1]={ limit={ @@ -59176,7 +58407,7 @@ return { [1]="local_unique_jewel_physical_damage_increases_applies_to_cold_damage" } }, - [2802]={ + [2757]={ [1]={ [1]={ limit={ @@ -59192,7 +58423,7 @@ return { [1]="local_unique_jewel_cold_damage_increases_applies_to_physical_damage" } }, - [2803]={ + [2758]={ [1]={ [1]={ limit={ @@ -59208,7 +58439,7 @@ return { [1]="local_unique_jewel_energy_shield_increases_applies_to_armour_doubled" } }, - [2804]={ + [2759]={ [1]={ [1]={ limit={ @@ -59224,7 +58455,7 @@ return { [1]="local_unique_jewel_life_increases_applies_to_energy_shield" } }, - [2805]={ + [2760]={ [1]={ [1]={ limit={ @@ -59253,7 +58484,7 @@ return { [1]="base_enemy_critical_strike_chance_+%_against_self" } }, - [2806]={ + [2761]={ [1]={ [1]={ [1]={ @@ -59273,7 +58504,7 @@ return { [1]="enemy_additional_critical_strike_chance_permyriad_against_self" } }, - [2807]={ + [2762]={ [1]={ [1]={ [1]={ @@ -59310,7 +58541,7 @@ return { [1]="enemy_critical_strike_chance_+%_against_self_20_times_value" } }, - [2808]={ + [2763]={ [1]={ [1]={ limit={ @@ -59326,7 +58557,7 @@ return { [1]="local_unique_jewel_one_additional_maximum_lightning_damage_per_X_dex" } }, - [2809]={ + [2764]={ [1]={ [1]={ limit={ @@ -59342,7 +58573,7 @@ return { [1]="local_unique_jewel_additional_life_per_X_int_in_radius" } }, - [2810]={ + [2765]={ [1]={ [1]={ limit={ @@ -59358,7 +58589,7 @@ return { [1]="local_unique_jewel_chaos_damage_+%_per_X_int_in_radius" } }, - [2811]={ + [2766]={ [1]={ [1]={ limit={ @@ -59374,7 +58605,7 @@ return { [1]="local_unique_jewel_chill_freeze_duration_-%_per_X_dex_in_radius" } }, - [2812]={ + [2767]={ [1]={ [1]={ limit={ @@ -59390,7 +58621,7 @@ return { [1]="local_unique_jewel_life_increases_applies_to_mana_doubled" } }, - [2813]={ + [2768]={ [1]={ [1]={ limit={ @@ -59406,7 +58637,7 @@ return { [1]="local_unique_jewel_dex_and_int_apply_to_str_melee_damage_bonus_in_radius" } }, - [2814]={ + [2769]={ [1]={ [1]={ limit={ @@ -59435,7 +58666,7 @@ return { [1]="local_unique_jewel_unarmed_damage_+%_per_X_dex_in_radius" } }, - [2815]={ + [2770]={ [1]={ [1]={ [1]={ @@ -59468,7 +58699,7 @@ return { [1]="chill_enemy_when_hit_duration_ms" } }, - [2816]={ + [2771]={ [1]={ [1]={ limit={ @@ -59497,7 +58728,7 @@ return { [1]="new_arctic_armour_physical_damage_taken_when_hit_+%_final" } }, - [2817]={ + [2772]={ [1]={ [1]={ limit={ @@ -59526,7 +58757,7 @@ return { [1]="new_arctic_armour_fire_damage_taken_when_hit_+%_final" } }, - [2818]={ + [2773]={ [1]={ [1]={ limit={ @@ -59555,7 +58786,7 @@ return { [1]="enemy_aggro_radius_+%" } }, - [2819]={ + [2774]={ [1]={ [1]={ [1]={ @@ -59580,7 +58811,7 @@ return { [2]="local_unique_regen_es_from_removed_life_duration_ms" } }, - [2820]={ + [2775]={ [1]={ [1]={ limit={ @@ -59596,7 +58827,7 @@ return { [1]="local_unique_jewel_physical_attack_damage_+1%_per_x_strength_in_radius" } }, - [2821]={ + [2776]={ [1]={ [1]={ limit={ @@ -59612,7 +58843,7 @@ return { [1]="local_unique_jewel_fortify_duration_+1%_per_x_int_in_radius" } }, - [2822]={ + [2777]={ [1]={ [1]={ limit={ @@ -59628,7 +58859,7 @@ return { [1]="local_unique_jewel_fire_damage_+1%_per_x_int_in_radius" } }, - [2823]={ + [2778]={ [1]={ [1]={ limit={ @@ -59644,7 +58875,7 @@ return { [1]="local_unique_jewel_cold_damage_+1%_per_x_int_in_radius" } }, - [2824]={ + [2779]={ [1]={ [1]={ limit={ @@ -59660,7 +58891,7 @@ return { [1]="local_unique_jewel_physical_damage_+1%_per_int_in_radius" } }, - [2825]={ + [2780]={ [1]={ [1]={ limit={ @@ -59676,7 +58907,7 @@ return { [1]="local_unique_jewel_physical_attack_damage_+1%_per_x_dex_in_radius" } }, - [2826]={ + [2781]={ [1]={ [1]={ limit={ @@ -59692,7 +58923,7 @@ return { [1]="local_unique_jewel_additional_physical_damage_reduction_%_per_10_str_allocated_in_radius" } }, - [2827]={ + [2782]={ [1]={ [1]={ [1]={ @@ -59712,7 +58943,7 @@ return { [1]="local_unique_jewel_energy_shield_regeneration_rate_per_minute_%_per_10_int_allocated_in_radius" } }, - [2828]={ + [2783]={ [1]={ [1]={ limit={ @@ -59741,7 +58972,7 @@ return { [1]="local_unique_jewel_movement_speed_+%_per_10_dex_allocated_in_radius" } }, - [2829]={ + [2784]={ [1]={ [1]={ limit={ @@ -59757,7 +58988,7 @@ return { [1]="local_unique_jewel_projectile_damage_+1%_per_x_dex_in_radius" } }, - [2830]={ + [2785]={ [1]={ [1]={ limit={ @@ -59773,7 +59004,7 @@ return { [1]="local_unique_jewel_glacial_cascade_additional_sequence_with_x_int_in_radius" } }, - [2831]={ + [2786]={ [1]={ [1]={ limit={ @@ -59789,7 +59020,7 @@ return { [1]="local_unique_jewel_animate_weapon_animates_bows_and_wands_with_x_dex_in_radius" } }, - [2832]={ + [2787]={ [1]={ [1]={ limit={ @@ -59805,7 +59036,7 @@ return { [1]="local_unique_jewel_split_arrow_fires_additional_arrow_with_x_dex_in_radius" } }, - [2833]={ + [2788]={ [1]={ [1]={ limit={ @@ -59821,7 +59052,7 @@ return { [1]="local_unique_jewel_accuracy_rating_+_per_10_int_unallocated_in_radius" } }, - [2834]={ + [2789]={ [1]={ [1]={ limit={ @@ -59837,7 +59068,7 @@ return { [1]="local_unique_jewel_critical_strike_multiplier_+_per_10_str_unallocated_in_radius" } }, - [2835]={ + [2790]={ [1]={ [1]={ limit={ @@ -59853,7 +59084,7 @@ return { [1]="local_unique_jewel_maximum_mana_+_per_10_dex_unallocated_in_radius" } }, - [2836]={ + [2791]={ [1]={ [1]={ limit={ @@ -59878,7 +59109,7 @@ return { [1]="split_arrow_number_of_additional_arrows" } }, - [2837]={ + [2792]={ [1]={ [1]={ limit={ @@ -59894,7 +59125,7 @@ return { [1]="animate_weapon_can_animate_bows" } }, - [2838]={ + [2793]={ [1]={ [1]={ limit={ @@ -59910,7 +59141,7 @@ return { [1]="animate_weapon_can_animate_wands" } }, - [2839]={ + [2794]={ [1]={ [1]={ [1]={ @@ -59930,7 +59161,7 @@ return { [1]="local_display_nearby_enemies_take_X_lightning_damage_per_minute" } }, - [2840]={ + [2795]={ [1]={ [1]={ limit={ @@ -59946,7 +59177,7 @@ return { [1]="damage_taken_goes_to_mana_%_per_power_charge" } }, - [2841]={ + [2796]={ [1]={ [1]={ limit={ @@ -59979,7 +59210,7 @@ return { [1]="critical_strike_chance_+%_per_power_charge" } }, - [2842]={ + [2797]={ [1]={ [1]={ [1]={ @@ -59999,7 +59230,7 @@ return { [1]="enchantment_boots_life_regen_per_minute_%_for_4_seconds_when_hit" } }, - [2843]={ + [2798]={ [1]={ [1]={ limit={ @@ -60028,7 +59259,7 @@ return { [1]="ball_lightning_damage_+%" } }, - [2844]={ + [2799]={ [1]={ [1]={ limit={ @@ -60057,7 +59288,7 @@ return { [1]="base_poison_duration_+%" } }, - [2845]={ + [2800]={ [1]={ [1]={ limit={ @@ -60090,7 +59321,7 @@ return { [1]="unique_volkuurs_clutch_poison_duration_+%_final" } }, - [2846]={ + [2801]={ [1]={ [1]={ limit={ @@ -60106,7 +59337,7 @@ return { [1]="global_poison_on_hit" } }, - [2847]={ + [2802]={ [1]={ [1]={ limit={ @@ -60131,7 +59362,7 @@ return { [1]="base_chance_to_poison_on_hit_%" } }, - [2848]={ + [2803]={ [1]={ [1]={ limit={ @@ -60156,7 +59387,7 @@ return { [1]="minions_chance_to_poison_on_hit_%" } }, - [2849]={ + [2804]={ [1]={ [1]={ limit={ @@ -60181,7 +59412,7 @@ return { [1]="chance_to_poison_on_hit_with_attacks_%" } }, - [2850]={ + [2805]={ [1]={ [1]={ limit={ @@ -60197,7 +59428,7 @@ return { [1]="fire_damage_taken_%_as_cold" } }, - [2851]={ + [2806]={ [1]={ [1]={ limit={ @@ -60213,7 +59444,7 @@ return { [1]="fire_damage_taken_%_as_lightning" } }, - [2852]={ + [2807]={ [1]={ [1]={ limit={ @@ -60229,7 +59460,7 @@ return { [1]="cold_damage_taken_%_as_fire" } }, - [2853]={ + [2808]={ [1]={ [1]={ limit={ @@ -60245,7 +59476,7 @@ return { [1]="cold_damage_taken_%_as_lightning" } }, - [2854]={ + [2809]={ [1]={ [1]={ limit={ @@ -60261,7 +59492,7 @@ return { [1]="lightning_damage_taken_%_as_fire" } }, - [2855]={ + [2810]={ [1]={ [1]={ limit={ @@ -60277,7 +59508,7 @@ return { [1]="lightning_damage_taken_%_as_cold" } }, - [2856]={ + [2811]={ [1]={ [1]={ limit={ @@ -60306,7 +59537,7 @@ return { [1]="flask_charges_gained_+%_during_flask_effect" } }, - [2857]={ + [2812]={ [1]={ [1]={ limit={ @@ -60335,7 +59566,7 @@ return { [1]="mana_regeneration_rate_+%_during_flask_effect" } }, - [2858]={ + [2813]={ [1]={ [1]={ limit={ @@ -60364,7 +59595,7 @@ return { [1]="movement_speed_+%_during_flask_effect" } }, - [2859]={ + [2814]={ [1]={ [1]={ limit={ @@ -60380,7 +59611,7 @@ return { [1]="critical_strike_multiplier_+_vs_bleeding_enemies" } }, - [2860]={ + [2815]={ [1]={ [1]={ limit={ @@ -60396,7 +59627,7 @@ return { [1]="critical_strike_multiplier_+_vs_burning_enemies" } }, - [2861]={ + [2816]={ [1]={ [1]={ limit={ @@ -60412,7 +59643,7 @@ return { [1]="critical_strike_multiplier_+_per_1%_block_chance" } }, - [2862]={ + [2817]={ [1]={ [1]={ limit={ @@ -60441,7 +59672,7 @@ return { [1]="critical_strike_chance_+%_vs_bleeding_enemies" } }, - [2863]={ + [2818]={ [1]={ [1]={ limit={ @@ -60457,7 +59688,7 @@ return { [1]="minion_no_extra_bleeding_damage_while_moving" } }, - [2864]={ + [2819]={ [1]={ [1]={ limit={ @@ -60473,7 +59704,7 @@ return { [1]="no_extra_bleeding_damage_while_moving" } }, - [2865]={ + [2820]={ [1]={ [1]={ limit={ @@ -60489,7 +59720,7 @@ return { [1]="map_player_corrupt_blood_when_hit_%_average_damage_to_deal_per_minute_per_stack" } }, - [2866]={ + [2821]={ [1]={ [1]={ limit={ @@ -60505,7 +59736,7 @@ return { [1]="action_speed_cannot_be_reduced_below_base" } }, - [2867]={ + [2822]={ [1]={ [1]={ limit={ @@ -60521,7 +59752,7 @@ return { [1]="movement_speed_cannot_be_reduced_below_base" } }, - [2868]={ + [2823]={ [1]={ [1]={ limit={ @@ -60550,7 +59781,7 @@ return { [1]="damage_+%_while_fortified" } }, - [2869]={ + [2824]={ [1]={ [1]={ [1]={ @@ -60570,7 +59801,7 @@ return { [1]="life_regeneration_per_minute_%_while_fortified" } }, - [2870]={ + [2825]={ [1]={ [1]={ limit={ @@ -60599,7 +59830,7 @@ return { [1]="damage_+%_per_endurance_charge" } }, - [2871]={ + [2826]={ [1]={ [1]={ limit={ @@ -60615,7 +59846,7 @@ return { [1]="restore_life_and_mana_on_warcry_%" } }, - [2872]={ + [2827]={ [1]={ [1]={ limit={ @@ -60631,7 +59862,7 @@ return { [1]="restore_life_on_warcry_%" } }, - [2873]={ + [2828]={ [1]={ [1]={ limit={ @@ -60660,7 +59891,7 @@ return { [1]="warcry_duration_+%" } }, - [2874]={ + [2829]={ [1]={ [1]={ limit={ @@ -60689,7 +59920,7 @@ return { [1]="attack_speed_+%_when_hit" } }, - [2875]={ + [2830]={ [1]={ [1]={ limit={ @@ -60718,7 +59949,7 @@ return { [1]="damage_+%_when_not_on_low_life" } }, - [2876]={ + [2831]={ [1]={ [1]={ limit={ @@ -60747,7 +59978,7 @@ return { [1]="damage_+%_while_totem_active" } }, - [2877]={ + [2832]={ [1]={ [1]={ limit={ @@ -60763,7 +59994,7 @@ return { [1]="physical_damage_%_added_as_fire_damage_on_kill" } }, - [2878]={ + [2833]={ [1]={ [1]={ limit={ @@ -60792,7 +60023,7 @@ return { [1]="attack_and_cast_speed_+%_on_placing_totem" } }, - [2879]={ + [2834]={ [1]={ [1]={ limit={ @@ -60821,7 +60052,7 @@ return { [1]="damage_+%_to_rare_and_unique_enemies" } }, - [2880]={ + [2835]={ [1]={ [1]={ limit={ @@ -60850,7 +60081,7 @@ return { [1]="attack_speed_+%_while_leeching" } }, - [2881]={ + [2836]={ [1]={ [1]={ limit={ @@ -60866,7 +60097,7 @@ return { [1]="base_life_leech_does_not_stop_at_full_life" } }, - [2882]={ + [2837]={ [1]={ [1]={ limit={ @@ -60882,7 +60113,7 @@ return { [1]="cannot_be_stunned_while_leeching" } }, - [2883]={ + [2838]={ [1]={ [1]={ limit={ @@ -60911,7 +60142,7 @@ return { [1]="armour_and_evasion_on_low_life_+%" } }, - [2884]={ + [2839]={ [1]={ [1]={ limit={ @@ -60940,7 +60171,7 @@ return { [1]="taunted_enemies_chance_to_be_stunned_+%" } }, - [2885]={ + [2840]={ [1]={ [1]={ limit={ @@ -60969,7 +60200,7 @@ return { [1]="taunted_enemies_damage_taken_+%" } }, - [2886]={ + [2841]={ [1]={ [1]={ limit={ @@ -60998,7 +60229,7 @@ return { [1]="attack_speed_while_fortified_+%" } }, - [2887]={ + [2842]={ [1]={ [1]={ limit={ @@ -61014,7 +60245,7 @@ return { [1]="block_chance_on_damage_taken_%" } }, - [2888]={ + [2843]={ [1]={ [1]={ limit={ @@ -61043,7 +60274,7 @@ return { [1]="damage_while_no_damage_taken_+%" } }, - [2889]={ + [2844]={ [1]={ [1]={ limit={ @@ -61072,7 +60303,7 @@ return { [1]="physical_damage_on_block_+%" } }, - [2890]={ + [2845]={ [1]={ [1]={ limit={ @@ -61101,7 +60332,7 @@ return { [1]="attack_and_cast_speed_when_hit_+%" } }, - [2891]={ + [2846]={ [1]={ [1]={ limit={ @@ -61130,7 +60361,7 @@ return { [1]="fire_damage_+%_to_blinded_enemies" } }, - [2892]={ + [2847]={ [1]={ [1]={ limit={ @@ -61163,7 +60394,7 @@ return { [1]="spell_damage_taken_+%_from_blinded_enemies" } }, - [2893]={ + [2848]={ [1]={ [1]={ limit={ @@ -61192,7 +60423,7 @@ return { [1]="movement_velocity_while_not_hit_+%" } }, - [2894]={ + [2849]={ [1]={ [1]={ limit={ @@ -61208,7 +60439,7 @@ return { [1]="chance_to_taunt_on_hit_%" } }, - [2895]={ + [2850]={ [1]={ [1]={ limit={ @@ -61224,7 +60455,7 @@ return { [1]="local_unique_jewel_glacial_hammer_item_rarity_on_shattering_enemy_+%_with_50_strength_in_radius" } }, - [2896]={ + [2851]={ [1]={ [1]={ limit={ @@ -61240,7 +60471,7 @@ return { [1]="local_unique_jewel_spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%_with_50_dexterity_in_radius" } }, - [2897]={ + [2852]={ [1]={ [1]={ limit={ @@ -61256,7 +60487,7 @@ return { [1]="local_unique_jewel_double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%_with_50_dexterity_in_radius" } }, - [2898]={ + [2853]={ [1]={ [1]={ limit={ @@ -61272,7 +60503,7 @@ return { [1]="local_unique_jewel_heavy_strike_chance_to_deal_double_damage_%_with_50_strength_in_radius" } }, - [2899]={ + [2854]={ [1]={ [1]={ limit={ @@ -61288,7 +60519,7 @@ return { [1]="glacial_hammer_item_rarity_on_shattering_enemy_+%" } }, - [2900]={ + [2855]={ [1]={ [1]={ limit={ @@ -61304,7 +60535,7 @@ return { [1]="spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%" } }, - [2901]={ + [2856]={ [1]={ [1]={ limit={ @@ -61320,7 +60551,7 @@ return { [1]="double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%" } }, - [2902]={ + [2857]={ [1]={ [1]={ limit={ @@ -61336,7 +60567,7 @@ return { [1]="heavy_strike_chance_to_deal_double_damage_%" } }, - [2903]={ + [2858]={ [1]={ [1]={ limit={ @@ -61369,7 +60600,7 @@ return { [1]="enchantment_boots_mana_costs_when_hit_+%" } }, - [2904]={ + [2859]={ [1]={ [1]={ limit={ @@ -61385,23 +60616,7 @@ return { [1]="enchantment_boots_stun_avoid_%_on_kill" } }, - [2905]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage if you've\ntaken Spell Damage Recently" - } - }, - stats={ - [1]="spell_suppression_chance_%_if_taken_spell_damage_recently" - } - }, - [2906]={ + [2860]={ [1]={ [1]={ limit={ @@ -61417,7 +60632,7 @@ return { [1]="enchantment_boots_attack_and_cast_speed_+%_for_4_seconds_on_kill" } }, - [2907]={ + [2861]={ [1]={ [1]={ limit={ @@ -61438,7 +60653,7 @@ return { [2]="enchantment_boots_added_cold_damage_when_hit_maximum" } }, - [2908]={ + [2862]={ [1]={ [1]={ limit={ @@ -61459,7 +60674,7 @@ return { [2]="enchantment_boots_maximum_added_lightning_damage_when_you_havent_killed_for_4_seconds" } }, - [2909]={ + [2863]={ [1]={ [1]={ limit={ @@ -61480,7 +60695,7 @@ return { [2]="enchantment_boots_maximum_added_fire_damage_on_kill_4s" } }, - [2910]={ + [2864]={ [1]={ [1]={ limit={ @@ -61509,23 +60724,7 @@ return { [1]="enchantment_boots_movement_speed_+%_when_not_hit_for_4_seconds" } }, - [2911]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% chance to Freeze, Shock and Ignite if you haven't Crit Recently" - } - }, - stats={ - [1]="enchantment_boots_status_ailment_chance_+%_when_havent_crit_for_4_seconds" - } - }, - [2912]={ + [2865]={ [1]={ [1]={ limit={ @@ -61541,7 +60740,7 @@ return { [1]="extra_damage_taken_from_crit_-%_if_taken_critical_strike_recently" } }, - [2913]={ + [2866]={ [1]={ [1]={ limit={ @@ -61557,7 +60756,7 @@ return { [1]="local_unique_jewel_with_50_int_in_radius_summon_X_melee_skeletons_as_mage_skeletons" } }, - [2914]={ + [2867]={ [1]={ [1]={ limit={ @@ -61573,7 +60772,7 @@ return { [1]="number_of_melee_skeletons_to_summon_as_mage_skeletons" } }, - [2915]={ + [2868]={ [1]={ [1]={ limit={ @@ -61589,7 +60788,7 @@ return { [1]="local_unique_jewel_vigilant_strike_fortifies_nearby_allies_for_x_seconds_with_50_str_in_radius" } }, - [2916]={ + [2869]={ [1]={ [1]={ limit={ @@ -61605,7 +60804,7 @@ return { [1]="vigilant_strike_applies_to_nearby_allies_for_X_seconds" } }, - [2917]={ + [2870]={ [1]={ [1]={ limit={ @@ -61634,7 +60833,7 @@ return { [1]="local_unique_jewel_fireball_radius_up_to_+%_at_longer_ranges_with_50_int_in_radius" } }, - [2918]={ + [2871]={ [1]={ [1]={ limit={ @@ -61650,7 +60849,7 @@ return { [1]="local_unique_jewel_fireball_base_radius_up_to_+_at_longer_ranges_with_40_int_in_radius" } }, - [2919]={ + [2872]={ [1]={ [1]={ limit={ @@ -61679,7 +60878,7 @@ return { [1]="fireball_radius_up_to_+%_at_longer_ranges" } }, - [2920]={ + [2873]={ [1]={ [1]={ limit={ @@ -61695,7 +60894,7 @@ return { [1]="fireball_base_radius_up_to_+_at_longer_ranges" } }, - [2921]={ + [2874]={ [1]={ [1]={ limit={ @@ -61711,7 +60910,7 @@ return { [1]="local_unique_jewel_animate_weapon_can_animate_up_to_x_additional_ranged_weapons_with_50_dex_in_radius" } }, - [2922]={ + [2875]={ [1]={ [1]={ limit={ @@ -61727,7 +60926,7 @@ return { [1]="animate_weapon_can_animate_up_to_x_additional_ranged_weapons" } }, - [2923]={ + [2876]={ [1]={ [1]={ limit={ @@ -61752,7 +60951,7 @@ return { [1]="local_unique_jewel_ground_slam_chance_to_gain_endurance_charge_%_on_stun_with_50_str_in_radius" } }, - [2924]={ + [2877]={ [1]={ [1]={ limit={ @@ -61781,7 +60980,7 @@ return { [1]="local_unique_jewel_ground_slam_angle_+%_with_50_str_in_radius" } }, - [2925]={ + [2878]={ [1]={ [1]={ limit={ @@ -61810,7 +61009,7 @@ return { [1]="ground_slam_angle_+%" } }, - [2926]={ + [2879]={ [1]={ [1]={ limit={ @@ -61826,7 +61025,7 @@ return { [1]="local_unique_jewel_cold_snap_gain_power_charge_on_kill_%_with_50_int_in_radius" } }, - [2927]={ + [2880]={ [1]={ [1]={ limit={ @@ -61842,7 +61041,7 @@ return { [1]="cold_snap_gain_power_charge_on_kill_%" } }, - [2928]={ + [2881]={ [1]={ [1]={ limit={ @@ -61858,7 +61057,7 @@ return { [1]="local_unique_jewel_warcry_damage_taken_goes_to_mana_%_with_40_int_in_radius" } }, - [2929]={ + [2882]={ [1]={ [1]={ limit={ @@ -61874,7 +61073,7 @@ return { [1]="warcry_damage_taken_goes_to_mana_%" } }, - [2930]={ + [2883]={ [1]={ [1]={ limit={ @@ -61899,7 +61098,7 @@ return { [1]="local_unique_jewel_barrage_final_volley_fires_x_additional_projectiles_simultaneously_with_50_dex_in_radius" } }, - [2931]={ + [2884]={ [1]={ [1]={ limit={ @@ -61924,7 +61123,7 @@ return { [1]="barrage_final_volley_fires_x_additional_projectiles_simultaneously" } }, - [2932]={ + [2885]={ [1]={ [1]={ limit={ @@ -61937,10 +61136,10 @@ return { } }, stats={ - [1]="never_block" + [1]="cannot_block" } }, - [2933]={ + [2886]={ [1]={ [1]={ limit={ @@ -61956,7 +61155,7 @@ return { [1]="mana_cost_-%_per_endurance_charge" } }, - [2934]={ + [2887]={ [1]={ [1]={ limit={ @@ -61972,7 +61171,7 @@ return { [1]="gain_rampage_while_at_maximum_endurance_charges" } }, - [2935]={ + [2888]={ [1]={ [1]={ limit={ @@ -61988,7 +61187,7 @@ return { [1]="lose_endurance_charges_on_rampage_end" } }, - [2936]={ + [2889]={ [1]={ [1]={ limit={ @@ -62004,7 +61203,7 @@ return { [1]="virtual_number_of_ranged_animated_weapons_allowed" } }, - [2937]={ + [2890]={ [1]={ [1]={ limit={ @@ -62020,7 +61219,7 @@ return { [1]="stun_threshold_based_on_%_mana_instead_of_life" } }, - [2938]={ + [2891]={ [1]={ [1]={ limit={ @@ -62049,7 +61248,7 @@ return { [1]="stun_threshold_+%" } }, - [2939]={ + [2892]={ [1]={ [1]={ limit={ @@ -62078,7 +61277,7 @@ return { [1]="freeze_threshold_+%" } }, - [2940]={ + [2893]={ [1]={ [1]={ limit={ @@ -62107,7 +61306,7 @@ return { [1]="minion_attack_and_cast_speed_+%_per_active_skeleton" } }, - [2941]={ + [2894]={ [1]={ [1]={ limit={ @@ -62136,7 +61335,7 @@ return { [1]="minion_duration_+%_per_active_zombie" } }, - [2942]={ + [2895]={ [1]={ [1]={ limit={ @@ -62165,7 +61364,7 @@ return { [1]="minion_damage_+%_per_active_spectre" } }, - [2943]={ + [2896]={ [1]={ [1]={ [1]={ @@ -62185,7 +61384,7 @@ return { [1]="minion_life_regeneration_per_minute_per_active_raging_spirit" } }, - [2944]={ + [2897]={ [1]={ [1]={ limit={ @@ -62214,7 +61413,7 @@ return { [1]="warcry_speed_+%" } }, - [2945]={ + [2898]={ [1]={ [1]={ limit={ @@ -62243,7 +61442,7 @@ return { [1]="critical_strike_multiplier_+_per_power_charge" } }, - [2946]={ + [2899]={ [1]={ [1]={ limit={ @@ -62268,7 +61467,7 @@ return { [1]="apply_poison_on_hit_vs_bleeding_enemies_%" } }, - [2947]={ + [2900]={ [1]={ [1]={ limit={ @@ -62297,7 +61496,7 @@ return { [1]="damage_taken_+%_from_blinded_enemies" } }, - [2948]={ + [2901]={ [1]={ [1]={ limit={ @@ -62326,7 +61525,7 @@ return { [1]="attack_damage_+%_per_frenzy_charge" } }, - [2949]={ + [2902]={ [1]={ [1]={ limit={ @@ -62355,7 +61554,7 @@ return { [1]="damage_+%_per_frenzy_charge" } }, - [2950]={ + [2903]={ [1]={ [1]={ limit={ @@ -62384,7 +61583,7 @@ return { [1]="arcane_surge_effect_on_self_+%_per_caster_abyss_jewel_up_to_+40%" } }, - [2951]={ + [2904]={ [1]={ [1]={ limit={ @@ -62413,7 +61612,7 @@ return { [1]="arcane_surge_effect_on_self_+%" } }, - [2952]={ + [2905]={ [1]={ [1]={ limit={ @@ -62442,7 +61641,7 @@ return { [1]="arcane_surge_effect_on_self_+%_per_200_mana_spent_recently_up_to_50%" } }, - [2953]={ + [2906]={ [1]={ [1]={ limit={ @@ -62471,7 +61670,7 @@ return { [1]="onslaught_effect_+%" } }, - [2954]={ + [2907]={ [1]={ [1]={ limit={ @@ -62500,7 +61699,7 @@ return { [1]="attack_damage_+%_while_onslaught_active" } }, - [2955]={ + [2908]={ [1]={ [1]={ limit={ @@ -62529,7 +61728,7 @@ return { [1]="critical_strike_chance_+%_vs_poisoned_enemies" } }, - [2956]={ + [2909]={ [1]={ [1]={ limit={ @@ -62558,7 +61757,7 @@ return { [1]="elemental_damage_taken_+%" } }, - [2957]={ + [2910]={ [1]={ [1]={ limit={ @@ -62587,7 +61786,7 @@ return { [1]="damage_taken_from_traps_and_mines_+%" } }, - [2958]={ + [2911]={ [1]={ [1]={ limit={ @@ -62612,65 +61811,7 @@ return { [1]="maim_on_hit_%_vs_poisoned_enemies" } }, - [2959]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more chance to Evade Melee Attacks during Onslaught" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% less chance to Evade Melee Attacks during Onslaught" - } - }, - stats={ - [1]="raider_passive_evade_melee_attacks_while_onslaughted_+%_final" - } - }, - [2960]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more chance to Evade Projectile Attacks during Onslaught" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% less chance to Evade Projectile Attacks during Onslaught" - } - }, - stats={ - [1]="raider_passive_evade_projectile_attacks_while_onslaughted_+%_final" - } - }, - [2961]={ + [2912]={ [1]={ [1]={ limit={ @@ -62686,7 +61827,7 @@ return { [1]="dispel_status_ailments_on_flask_use" } }, - [2962]={ + [2913]={ [1]={ [1]={ limit={ @@ -62702,7 +61843,7 @@ return { [1]="avoid_status_ailments_%_during_flask_effect" } }, - [2963]={ + [2914]={ [1]={ [1]={ limit={ @@ -62731,7 +61872,7 @@ return { [1]="attack_speed_+%_during_flask_effect" } }, - [2964]={ + [2915]={ [1]={ [1]={ limit={ @@ -62747,7 +61888,7 @@ return { [1]="chaos_resistance_+_while_using_flask" } }, - [2965]={ + [2916]={ [1]={ [1]={ limit={ @@ -62772,7 +61913,7 @@ return { [1]="poison_on_hit_during_flask_effect_%" } }, - [2966]={ + [2917]={ [1]={ [1]={ limit={ @@ -62788,7 +61929,7 @@ return { [1]="explode_on_kill_%_chaos_damage_to_deal" } }, - [2967]={ + [2918]={ [1]={ [1]={ limit={ @@ -62804,7 +61945,7 @@ return { [1]="explode_enemies_for_10%_life_as_physical_on_kill_chance_%" } }, - [2968]={ + [2919]={ [1]={ [1]={ limit={ @@ -62820,7 +61961,7 @@ return { [1]="explode_enemies_for_25%_life_as_chaos_on_kill_chance_%" } }, - [2969]={ + [2920]={ [1]={ [1]={ limit={ @@ -62867,7 +62008,7 @@ return { [2]="allies_in_presence_have_explode_cursed_enemies_for_25%_life_as_chaos_on_kill_chance_%" } }, - [2970]={ + [2921]={ [1]={ [1]={ limit={ @@ -62883,7 +62024,7 @@ return { [1]="enchantment_boots_damage_penetrates_elemental_resistance_%_while_you_havent_killed_for_4_seconds" } }, - [2971]={ + [2922]={ [1]={ [1]={ limit={ @@ -62899,7 +62040,7 @@ return { [1]="enchantment_boots_physical_damage_%_added_as_elements_in_spells_that_hit_you_in_past_4_seconds" } }, - [2972]={ + [2923]={ [1]={ [1]={ limit={ @@ -62920,7 +62061,7 @@ return { [2]="enchantment_boots_maximum_added_chaos_damage_for_4_seconds_when_crit_4s" } }, - [2973]={ + [2924]={ [1]={ [1]={ limit={ @@ -62936,7 +62077,7 @@ return { [1]="movement_speed_+%_while_not_affected_by_status_ailments" } }, - [2974]={ + [2925]={ [1]={ [1]={ limit={ @@ -62952,7 +62093,7 @@ return { [1]="stacking_spell_damage_+%_when_you_or_your_totems_kill_an_enemy_for_2_seconds" } }, - [2975]={ + [2926]={ [1]={ [1]={ limit={ @@ -62968,7 +62109,7 @@ return { [1]="totems_explode_for_%_of_max_life_as_fire_damage_on_low_life" } }, - [2976]={ + [2927]={ [1]={ [1]={ limit={ @@ -62984,7 +62125,7 @@ return { [1]="guardian_warcry_grant_attack_cast_and_movement_speed_to_you_and_nearby_allies_+%" } }, - [2977]={ + [2928]={ [1]={ [1]={ limit={ @@ -63009,7 +62150,7 @@ return { [1]="chance_to_avoid_stun_%_aura_while_wielding_a_staff" } }, - [2978]={ + [2929]={ [1]={ [1]={ limit={ @@ -63038,7 +62179,7 @@ return { [1]="damage_taken_+%_from_bleeding_enemies" } }, - [2979]={ + [2930]={ [1]={ [1]={ limit={ @@ -63063,7 +62204,7 @@ return { [1]="maim_bleeding_enemies_on_hit_%" } }, - [2980]={ + [2931]={ [1]={ [1]={ limit={ @@ -63092,7 +62233,7 @@ return { [1]="one_handed_attack_speed_+%" } }, - [2981]={ + [2932]={ [1]={ [1]={ limit={ @@ -63121,7 +62262,7 @@ return { [1]="movement_speed_+%_for_4_seconds_on_block" } }, - [2982]={ + [2933]={ [1]={ [1]={ limit={ @@ -63150,7 +62291,7 @@ return { [1]="movement_speed_+%_while_fortified" } }, - [2983]={ + [2934]={ [1]={ [1]={ limit={ @@ -63179,7 +62320,7 @@ return { [1]="elemental_damage_taken_+%_at_maximum_endurance_charges" } }, - [2984]={ + [2935]={ [1]={ [1]={ limit={ @@ -63195,7 +62336,7 @@ return { [1]="status_ailments_removed_at_low_life" } }, - [2985]={ + [2936]={ [1]={ [1]={ limit={ @@ -63220,7 +62361,7 @@ return { [1]="gain_frenzy_charge_on_main_hand_kill_%" } }, - [2986]={ + [2937]={ [1]={ [1]={ limit={ @@ -63245,7 +62386,7 @@ return { [1]="gain_endurance_charge_on_main_hand_kill_%" } }, - [2987]={ + [2938]={ [1]={ [1]={ limit={ @@ -63274,7 +62415,7 @@ return { [1]="damage_taken_+%_for_4_seconds_on_kill" } }, - [2988]={ + [2939]={ [1]={ [1]={ limit={ @@ -63290,7 +62431,7 @@ return { [1]="avoid_stun_%_for_4_seconds_on_kill" } }, - [2989]={ + [2940]={ [1]={ [1]={ limit={ @@ -63315,7 +62456,7 @@ return { [1]="you_and_your_totems_gain_an_endurance_charge_on_burning_enemy_kill_%" } }, - [2990]={ + [2941]={ [1]={ [1]={ limit={ @@ -63340,7 +62481,7 @@ return { [1]="minions_grant_owner_and_owners_totems_gains_endurance_charge_on_burning_enemy_kill_%" } }, - [2991]={ + [2942]={ [1]={ [1]={ limit={ @@ -63369,7 +62510,7 @@ return { [1]="warcry_cooldown_speed_+%" } }, - [2992]={ + [2943]={ [1]={ [1]={ limit={ @@ -63398,7 +62539,7 @@ return { [1]="golem_skill_cooldown_recovery_+%" } }, - [2993]={ + [2944]={ [1]={ [1]={ limit={ @@ -63427,7 +62568,7 @@ return { [1]="golem_cooldown_recovery_+%" } }, - [2994]={ + [2945]={ [1]={ [1]={ limit={ @@ -63443,7 +62584,7 @@ return { [1]="always_stun_enemies_that_are_on_full_life" } }, - [2995]={ + [2946]={ [1]={ [1]={ limit={ @@ -63472,7 +62613,7 @@ return { [1]="stun_duration_+%_vs_enemies_that_are_on_full_life" } }, - [2996]={ + [2947]={ [1]={ [1]={ limit={ @@ -63501,7 +62642,7 @@ return { [1]="stun_duration_+%_vs_enemies_that_are_on_low_life" } }, - [2997]={ + [2948]={ [1]={ [1]={ limit={ @@ -63530,7 +62671,7 @@ return { [1]="damage_+%_with_one_handed_weapons" } }, - [2998]={ + [2949]={ [1]={ [1]={ limit={ @@ -63559,7 +62700,7 @@ return { [1]="damage_+%_with_two_handed_weapons" } }, - [2999]={ + [2950]={ [1]={ [1]={ limit={ @@ -63575,7 +62716,7 @@ return { [1]="damage_reduction_rating_from_body_armour_doubled" } }, - [3000]={ + [2951]={ [1]={ [1]={ limit={ @@ -63591,7 +62732,7 @@ return { [1]="damage_reduction_rating_%_with_active_totem" } }, - [3001]={ + [2952]={ [1]={ [1]={ limit={ @@ -63607,7 +62748,7 @@ return { [1]="local_display_cast_level_x_manifest_dancing_dervish" } }, - [3002]={ + [2953]={ [1]={ [1]={ limit={ @@ -63623,7 +62764,7 @@ return { [1]="local_display_manifest_dancing_dervish_disables_weapons" } }, - [3003]={ + [2954]={ [1]={ [1]={ limit={ @@ -63639,7 +62780,7 @@ return { [1]="local_display_manifest_dancing_dervish_destroy_on_end_rampage" } }, - [3004]={ + [2955]={ [1]={ [1]={ limit={ @@ -63655,7 +62796,7 @@ return { [1]="local_display_minions_grant_onslaught" } }, - [3005]={ + [2956]={ [1]={ [1]={ limit={ @@ -63684,7 +62825,7 @@ return { [1]="physical_damage_+%_while_frozen" } }, - [3006]={ + [2957]={ [1]={ [1]={ limit={ @@ -63700,7 +62841,7 @@ return { [1]="local_unique_jewel_cleave_fortify_on_hit_with_50_str_in_radius" } }, - [3007]={ + [2958]={ [1]={ [1]={ limit={ @@ -63716,7 +62857,7 @@ return { [1]="local_unique_jewel_cleave_+1_base_radius_per_nearby_enemy_up_to_10_with_40_str_in_radius" } }, - [3008]={ + [2959]={ [1]={ [1]={ limit={ @@ -63741,7 +62882,7 @@ return { [1]="local_unique_jewel_ethereal_knives_number_of_additional_projectiles_with_50_dex_in_radius" } }, - [3009]={ + [2960]={ [1]={ [1]={ limit={ @@ -63757,7 +62898,7 @@ return { [1]="local_unique_jewel_ethereal_knives_projectiles_nova_with_50_dex_in_radius" } }, - [3010]={ + [2961]={ [1]={ [1]={ limit={ @@ -63773,7 +62914,7 @@ return { [1]="local_unique_jewel_glacial_hammer_melee_splash_with_cold_damage_with_50_str_in_radius" } }, - [3011]={ + [2962]={ [1]={ [1]={ limit={ @@ -63789,7 +62930,7 @@ return { [1]="local_unique_jewel_shrapnel_shot_radius_+%_with_50_dex_in_radius" } }, - [3012]={ + [2963]={ [1]={ [1]={ limit={ @@ -63814,7 +62955,7 @@ return { [1]="local_unique_jewel_spark_number_of_additional_chains_with_50_int_in_radius" } }, - [3013]={ + [2964]={ [1]={ [1]={ limit={ @@ -63839,7 +62980,7 @@ return { [1]="local_unique_jewel_spark_number_of_additional_projectiles_with_50_int_in_radius" } }, - [3014]={ + [2965]={ [1]={ [1]={ limit={ @@ -63864,7 +63005,7 @@ return { [1]="local_unique_jewel_freezing_pulse_number_of_additional_projectiles_with_50_int_in_radius" } }, - [3015]={ + [2966]={ [1]={ [1]={ limit={ @@ -63893,7 +63034,7 @@ return { [1]="local_unique_jewel_freezing_pulse_damage_+%_if_enemy_shattered_recently_with_50_int_in_radius" } }, - [3016]={ + [2967]={ [1]={ [1]={ limit={ @@ -63922,7 +63063,7 @@ return { [1]="anger_aura_effect_+%" } }, - [3017]={ + [2968]={ [1]={ [1]={ limit={ @@ -63951,7 +63092,7 @@ return { [1]="purity_of_elements_aura_effect_+%" } }, - [3018]={ + [2969]={ [1]={ [1]={ limit={ @@ -63980,7 +63121,7 @@ return { [1]="purity_of_fire_aura_effect_+%" } }, - [3019]={ + [2970]={ [1]={ [1]={ limit={ @@ -64009,7 +63150,7 @@ return { [1]="purity_of_ice_aura_effect_+%" } }, - [3020]={ + [2971]={ [1]={ [1]={ limit={ @@ -64038,7 +63179,7 @@ return { [1]="purity_of_lightning_aura_effect_+%" } }, - [3021]={ + [2972]={ [1]={ [1]={ limit={ @@ -64067,7 +63208,7 @@ return { [1]="wrath_aura_effect_+%" } }, - [3022]={ + [2973]={ [1]={ [1]={ limit={ @@ -64096,7 +63237,7 @@ return { [1]="banner_aura_effect_+%" } }, - [3023]={ + [2974]={ [1]={ [1]={ limit={ @@ -64125,7 +63266,7 @@ return { [1]="grace_aura_effect_+%" } }, - [3024]={ + [2975]={ [1]={ [1]={ limit={ @@ -64154,7 +63295,7 @@ return { [1]="haste_aura_effect_+%" } }, - [3025]={ + [2976]={ [1]={ [1]={ limit={ @@ -64183,7 +63324,7 @@ return { [1]="precision_aura_effect_+%" } }, - [3026]={ + [2977]={ [1]={ [1]={ limit={ @@ -64212,7 +63353,7 @@ return { [1]="hatred_aura_effect_+%" } }, - [3027]={ + [2978]={ [1]={ [1]={ limit={ @@ -64241,7 +63382,7 @@ return { [1]="determination_aura_effect_+%" } }, - [3028]={ + [2979]={ [1]={ [1]={ limit={ @@ -64270,7 +63411,7 @@ return { [1]="discipline_aura_effect_+%" } }, - [3029]={ + [2980]={ [1]={ [1]={ limit={ @@ -64286,7 +63427,7 @@ return { [1]="cannot_be_poisoned" } }, - [3030]={ + [2981]={ [1]={ [1]={ limit={ @@ -64302,7 +63443,7 @@ return { [1]="chance_to_be_poisoned_%" } }, - [3031]={ + [2982]={ [1]={ [1]={ limit={ @@ -64327,7 +63468,7 @@ return { [1]="avoid_physical_damage_%" } }, - [3032]={ + [2983]={ [1]={ [1]={ limit={ @@ -64352,7 +63493,7 @@ return { [1]="avoid_elemental_damage_%_per_frenzy_charge" } }, - [3033]={ + [2984]={ [1]={ [1]={ limit={ @@ -64377,7 +63518,7 @@ return { [1]="avoid_fire_damage_%" } }, - [3034]={ + [2985]={ [1]={ [1]={ limit={ @@ -64402,7 +63543,7 @@ return { [1]="avoid_cold_damage_%" } }, - [3035]={ + [2986]={ [1]={ [1]={ limit={ @@ -64427,7 +63568,7 @@ return { [1]="avoid_lightning_damage_%" } }, - [3036]={ + [2987]={ [1]={ [1]={ limit={ @@ -64452,7 +63593,7 @@ return { [1]="avoid_chaos_damage_%" } }, - [3037]={ + [2988]={ [1]={ [1]={ limit={ @@ -64477,7 +63618,7 @@ return { [1]="chance_to_gain_onslaught_on_kill_for_4_seconds_%" } }, - [3038]={ + [2989]={ [1]={ [1]={ limit={ @@ -64502,7 +63643,7 @@ return { [1]="minion_chance_to_gain_onslaught_on_kill_for_4_seconds_%" } }, - [3039]={ + [2990]={ [1]={ [1]={ limit={ @@ -64527,7 +63668,7 @@ return { [1]="chance_to_grant_nearby_enemies_onslaught_on_kill_%" } }, - [3040]={ + [2991]={ [1]={ [1]={ limit={ @@ -64552,7 +63693,7 @@ return { [1]="chance_to_grant_power_charge_to_nearby_allies_on_kill_%" } }, - [3041]={ + [2992]={ [1]={ [1]={ limit={ @@ -64577,7 +63718,7 @@ return { [1]="chance_to_grant_frenzy_charge_to_nearby_allies_on_hit_%" } }, - [3042]={ + [2993]={ [1]={ [1]={ limit={ @@ -64593,7 +63734,7 @@ return { [1]="remove_bleed_on_flask_use" } }, - [3043]={ + [2994]={ [1]={ [1]={ limit={ @@ -64609,7 +63750,7 @@ return { [1]="remove_corrupted_blood_when_you_use_a_flask" } }, - [3044]={ + [2995]={ [1]={ [1]={ limit={ @@ -64642,7 +63783,7 @@ return { [1]="lightning_damage_taken_+%" } }, - [3045]={ + [2996]={ [1]={ [1]={ limit={ @@ -64675,7 +63816,7 @@ return { [1]="cold_damage_taken_+%" } }, - [3046]={ + [2997]={ [1]={ [1]={ [1]={ @@ -64695,7 +63836,7 @@ return { [1]="mana_and_es_regeneration_per_minute_%_when_you_freeze_shock_or_ignite_an_enemy" } }, - [3047]={ + [2998]={ [1]={ [1]={ limit={ @@ -64720,7 +63861,7 @@ return { [1]="gain_flask_chance_on_crit_%" } }, - [3048]={ + [2999]={ [1]={ [1]={ limit={ @@ -64736,39 +63877,7 @@ return { [1]="virtual_base_maximum_energy_shield_to_grant_to_you_and_nearby_allies" } }, - [3049]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Shrapnel Ballista has +{0} to maximum number of Summoned Totems per 200 Strength" - } - }, - stats={ - [1]="number_of_additional_shrapnel_ballistae_per_200_strength" - } - }, - [3050]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Siege Ballista has {0:+d} to maximum number of Summoned Totems per 200 Dexterity" - } - }, - stats={ - [1]="number_of_additional_siege_ballistae_per_200_dexterity" - } - }, - [3051]={ + [3000]={ [1]={ [1]={ limit={ @@ -64789,7 +63898,7 @@ return { [2]="attack_maximum_added_physical_damage_per_25_dexterity" } }, - [3052]={ + [3001]={ [1]={ [1]={ limit={ @@ -64805,7 +63914,7 @@ return { [1]="local_display_nearby_enemies_are_blinded" } }, - [3053]={ + [3002]={ [1]={ [1]={ limit={ @@ -64821,7 +63930,7 @@ return { [1]="local_display_nearby_enemies_are_crushed" } }, - [3054]={ + [3003]={ [1]={ [1]={ limit={ @@ -64837,7 +63946,7 @@ return { [1]="local_display_nearby_enemies_have_malediction" } }, - [3055]={ + [3004]={ [1]={ [1]={ limit={ @@ -64853,7 +63962,7 @@ return { [1]="local_display_nearby_enemies_scorched" } }, - [3056]={ + [3005]={ [1]={ [1]={ limit={ @@ -64869,7 +63978,7 @@ return { [1]="local_display_hits_against_nearby_enemies_critical_strike_chance_+50%" } }, - [3057]={ + [3006]={ [1]={ [1]={ limit={ @@ -64898,7 +64007,7 @@ return { [1]="local_display_nearby_enemies_critical_strike_chance_+%_against_self" } }, - [3058]={ + [3007]={ [1]={ [1]={ limit={ @@ -64927,7 +64036,7 @@ return { [1]="local_display_nearby_enemies_flask_charges_granted_+%" } }, - [3059]={ + [3008]={ [1]={ [1]={ limit={ @@ -64960,7 +64069,7 @@ return { [1]="local_display_nearby_enemies_movement_speed_+%" } }, - [3060]={ + [3009]={ [1]={ [1]={ limit={ @@ -64993,7 +64102,7 @@ return { [1]="local_display_nearby_enemies_stun_and_block_recovery_+%" } }, - [3061]={ + [3010]={ [1]={ [1]={ limit={ @@ -65018,7 +64127,7 @@ return { [1]="gain_power_charge_on_non_critical_strike_%" } }, - [3062]={ + [3011]={ [1]={ [1]={ limit={ @@ -65047,7 +64156,7 @@ return { [1]="critical_strike_chance_+%_vs_blinded_enemies" } }, - [3063]={ + [3012]={ [1]={ [1]={ limit={ @@ -65072,7 +64181,7 @@ return { [1]="chilled_ground_on_freeze_%_chance_for_3_seconds" } }, - [3064]={ + [3013]={ [1]={ [1]={ limit={ @@ -65097,7 +64206,7 @@ return { [1]="consecrate_ground_on_kill_%_for_3_seconds" } }, - [3065]={ + [3014]={ [1]={ [1]={ limit={ @@ -65126,7 +64235,7 @@ return { [1]="frost_blades_damage_+%" } }, - [3066]={ + [3015]={ [1]={ [1]={ limit={ @@ -65155,7 +64264,7 @@ return { [1]="frost_blades_projectile_speed_+%" } }, - [3067]={ + [3016]={ [1]={ [1]={ limit={ @@ -65180,7 +64289,7 @@ return { [1]="frost_blades_number_of_additional_projectiles_in_chain" } }, - [3068]={ + [3017]={ [1]={ [1]={ limit={ @@ -65209,7 +64318,7 @@ return { [1]="summoned_raging_spirit_duration_+%" } }, - [3069]={ + [3018]={ [1]={ [1]={ limit={ @@ -65234,7 +64343,7 @@ return { [1]="summoned_raging_spirit_chance_to_spawn_additional_minion_%" } }, - [3070]={ + [3019]={ [1]={ [1]={ limit={ @@ -65263,7 +64372,7 @@ return { [1]="discharge_damage_+%" } }, - [3071]={ + [3020]={ [1]={ [1]={ limit={ @@ -65292,7 +64401,7 @@ return { [1]="discharge_radius_+%" } }, - [3072]={ + [3021]={ [1]={ [1]={ limit={ @@ -65317,7 +64426,7 @@ return { [1]="discharge_chance_not_to_consume_charges_%" } }, - [3073]={ + [3022]={ [1]={ [1]={ limit={ @@ -65350,7 +64459,7 @@ return { [1]="anger_mana_reservation_+%" } }, - [3074]={ + [3023]={ [1]={ [1]={ limit={ @@ -65379,7 +64488,7 @@ return { [1]="lightning_trap_damage_+%" } }, - [3075]={ + [3024]={ [1]={ [1]={ limit={ @@ -65404,7 +64513,7 @@ return { [1]="lightning_trap_number_of_additional_projectiles" } }, - [3076]={ + [3025]={ [1]={ [1]={ limit={ @@ -65433,7 +64542,7 @@ return { [1]="lightning_trap_cooldown_speed_+%" } }, - [3077]={ + [3026]={ [1]={ [1]={ limit={ @@ -65449,7 +64558,7 @@ return { [1]="piercing_attacks_cause_bleeding" } }, - [3078]={ + [3027]={ [1]={ [1]={ limit={ @@ -65465,32 +64574,7 @@ return { [1]="energy_shield_recharges_on_block_%" } }, - [3079]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance for Energy Shield Recharge to start when you Suppress Spell Damage" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]=100 - } - }, - text="Energy Shield Recharge starts when you Suppress Spell Damage" - } - }, - stats={ - [1]="energy_shield_recharges_on_suppress_%" - } - }, - [3080]={ + [3028]={ [1]={ [1]={ [1]={ @@ -65510,7 +64594,7 @@ return { [1]="map_players_gain_rare_monster_mods_on_kill_ms" } }, - [3081]={ + [3029]={ [1]={ [1]={ [1]={ @@ -65530,7 +64614,7 @@ return { [1]="soul_eater_on_rare_kill_ms" } }, - [3082]={ + [3030]={ [1]={ [1]={ [1]={ @@ -65550,7 +64634,7 @@ return { [1]="map_players_gain_soul_eater_on_rare_kill_ms" } }, - [3083]={ + [3031]={ [1]={ [1]={ limit={ @@ -65566,7 +64650,7 @@ return { [1]="gain_soul_eater_during_flask_effect" } }, - [3084]={ + [3032]={ [1]={ [1]={ limit={ @@ -65582,7 +64666,7 @@ return { [1]="lose_soul_eater_souls_on_flask_use" } }, - [3085]={ + [3033]={ [1]={ [1]={ limit={ @@ -65598,7 +64682,7 @@ return { [1]="totemified_skills_taunt_on_hit_%" } }, - [3086]={ + [3034]={ [1]={ [1]={ limit={ @@ -65614,7 +64698,7 @@ return { [1]="chance_to_taunt_on_hit_%" } }, - [3087]={ + [3035]={ [1]={ [1]={ limit={ @@ -65639,7 +64723,7 @@ return { [1]="minion_attacks_chance_to_taunt_on_hit_%" } }, - [3088]={ + [3036]={ [1]={ [1]={ limit={ @@ -65668,7 +64752,7 @@ return { [1]="damage_taken_+%_for_4_seconds_on_killing_taunted_enemy" } }, - [3089]={ + [3037]={ [1]={ [1]={ limit={ @@ -65684,7 +64768,7 @@ return { [1]="critical_strike_multiplier_vs_enemies_on_full_life_+" } }, - [3090]={ + [3038]={ [1]={ [1]={ limit={ @@ -65713,7 +64797,7 @@ return { [1]="ambush_passive_critical_strike_chance_vs_enemies_on_full_life_+%_final" } }, - [3091]={ + [3039]={ [1]={ [1]={ limit={ @@ -65742,7 +64826,7 @@ return { [1]="blind_duration_+%" } }, - [3092]={ + [3040]={ [1]={ [1]={ limit={ @@ -65771,7 +64855,7 @@ return { [1]="assassinate_passive_critical_strike_chance_vs_enemies_on_low_life_+%_final" } }, - [3093]={ + [3041]={ [1]={ [1]={ limit={ @@ -65787,7 +64871,7 @@ return { [1]="crits_have_culling_strike" } }, - [3094]={ + [3042]={ [1]={ [1]={ [1]={ @@ -65807,7 +64891,7 @@ return { [1]="caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%" } }, - [3095]={ + [3043]={ [1]={ [1]={ [1]={ @@ -65827,7 +64911,7 @@ return { [1]="minion_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%" } }, - [3096]={ + [3044]={ [1]={ [1]={ limit={ @@ -65843,7 +64927,7 @@ return { [1]="storm_cloud_charge_count" } }, - [3097]={ + [3045]={ [1]={ [1]={ limit={ @@ -65859,7 +64943,7 @@ return { [1]="storm_cloud_charged_damage_+%_final" } }, - [3098]={ + [3046]={ [1]={ [1]={ limit={ @@ -65875,7 +64959,7 @@ return { [1]="gain_damage_+%_for_4_seconds_if_taken_savage_hit" } }, - [3099]={ + [3047]={ [1]={ [1]={ limit={ @@ -65891,7 +64975,7 @@ return { [1]="gain_attack_speed_+%_for_4_seconds_if_taken_savage_hit" } }, - [3100]={ + [3048]={ [1]={ [1]={ limit={ @@ -65920,7 +65004,7 @@ return { [1]="damage_+%_vs_burning_enemies" } }, - [3101]={ + [3049]={ [1]={ [1]={ limit={ @@ -65945,7 +65029,7 @@ return { [1]="endurance_charge_on_off_hand_kill_%" } }, - [3102]={ + [3050]={ [1]={ [1]={ limit={ @@ -65961,7 +65045,7 @@ return { [1]="aura_melee_physical_damage_+%_per_10_strength" } }, - [3103]={ + [3051]={ [1]={ [1]={ limit={ @@ -65977,7 +65061,7 @@ return { [1]="critical_strikes_ignore_elemental_resistances" } }, - [3104]={ + [3052]={ [1]={ [1]={ limit={ @@ -66006,7 +65090,7 @@ return { [1]="damage_+%_for_4_seconds_on_crit" } }, - [3105]={ + [3053]={ [1]={ [1]={ limit={ @@ -66022,7 +65106,7 @@ return { [1]="critical_strike_chance_+%_for_4_seconds_on_kill" } }, - [3106]={ + [3054]={ [1]={ [1]={ limit={ @@ -66038,7 +65122,7 @@ return { [1]="damage_and_minion_damage_+%_for_4_seconds_on_consume_corpse" } }, - [3107]={ + [3055]={ [1]={ [1]={ limit={ @@ -66054,7 +65138,7 @@ return { [1]="physical_damage_reduction_and_minion_physical_damage_reduction_%_per_raised_zombie" } }, - [3108]={ + [3056]={ [1]={ [1]={ limit={ @@ -66083,7 +65167,7 @@ return { [1]="spectre_damage_+%" } }, - [3109]={ + [3057]={ [1]={ [1]={ limit={ @@ -66112,7 +65196,7 @@ return { [1]="placing_traps_cooldown_recovery_+%" } }, - [3110]={ + [3058]={ [1]={ [1]={ limit={ @@ -66128,7 +65212,7 @@ return { [1]="damage_+%_vs_enemies_affected_by_status_ailments" } }, - [3111]={ + [3059]={ [1]={ [1]={ limit={ @@ -66144,7 +65228,7 @@ return { [1]="warcries_are_instant" } }, - [3112]={ + [3060]={ [1]={ [1]={ limit={ @@ -66160,7 +65244,7 @@ return { [1]="aura_grant_shield_defences_to_nearby_allies" } }, - [3113]={ + [3061]={ [1]={ [1]={ limit={ @@ -66185,7 +65269,7 @@ return { [1]="phasing_for_4_seconds_on_kill_%" } }, - [3114]={ + [3062]={ [1]={ [1]={ limit={ @@ -66201,7 +65285,7 @@ return { [1]="damage_+%_per_active_trap" } }, - [3115]={ + [3063]={ [1]={ [1]={ limit={ @@ -66217,7 +65301,7 @@ return { [1]="skill_area_of_effect_+%_per_active_mine" } }, - [3116]={ + [3064]={ [1]={ [1]={ limit={ @@ -66233,7 +65317,7 @@ return { [1]="immune_to_status_ailments_while_phased" } }, - [3117]={ + [3065]={ [1]={ [1]={ [1]={ @@ -66253,7 +65337,7 @@ return { [1]="additional_critical_strike_chance_per_power_charge_permyriad" } }, - [3118]={ + [3066]={ [1]={ [1]={ [1]={ @@ -66273,7 +65357,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_at_maximum_power_charges" } }, - [3119]={ + [3067]={ [1]={ [1]={ limit={ @@ -66289,7 +65373,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_chaos_while_at_maximum_power_charges" } }, - [3120]={ + [3068]={ [1]={ [1]={ limit={ @@ -66305,7 +65389,7 @@ return { [1]="movement_skills_cost_no_mana" } }, - [3121]={ + [3069]={ [1]={ [1]={ limit={ @@ -66334,7 +65418,7 @@ return { [1]="attack_and_cast_speed_+%_for_4_seconds_on_movement_skill_use" } }, - [3122]={ + [3070]={ [1]={ [1]={ limit={ @@ -66350,7 +65434,7 @@ return { [1]="lose_10%_of_maximum_mana_on_skill_use_%_chance" } }, - [3123]={ + [3071]={ [1]={ [1]={ limit={ @@ -66366,7 +65450,7 @@ return { [1]="recover_10%_of_maximum_mana_on_skill_use_%" } }, - [3124]={ + [3072]={ [1]={ [1]={ limit={ @@ -66382,7 +65466,7 @@ return { [1]="mine_laying_speed_+%_for_4_seconds_on_detonation" } }, - [3125]={ + [3073]={ [1]={ [1]={ limit={ @@ -66398,7 +65482,7 @@ return { [1]="damage_+%_for_4_seconds_on_detonation" } }, - [3126]={ + [3074]={ [1]={ [1]={ limit={ @@ -66427,7 +65511,7 @@ return { [1]="flask_charges_recovered_per_3_seconds" } }, - [3127]={ + [3075]={ [1]={ [1]={ limit={ @@ -66456,7 +65540,7 @@ return { [1]="trap_skill_area_of_effect_+%" } }, - [3128]={ + [3076]={ [1]={ [1]={ limit={ @@ -66472,7 +65556,7 @@ return { [1]="bleeding_enemies_explode_for_%_life_as_physical_damage" } }, - [3129]={ + [3077]={ [1]={ [1]={ limit={ @@ -66488,7 +65572,7 @@ return { [1]="nearby_traps_within_x_units_also_trigger_on_triggering_trap" } }, - [3130]={ + [3078]={ [1]={ [1]={ limit={ @@ -66513,7 +65597,7 @@ return { [1]="display_cast_word_of_blades_on_hit_%" } }, - [3131]={ + [3079]={ [1]={ [1]={ limit={ @@ -66538,7 +65622,7 @@ return { [1]="display_cast_edict_of_blades_on_hit_%_" } }, - [3132]={ + [3080]={ [1]={ [1]={ limit={ @@ -66563,7 +65647,7 @@ return { [1]="display_cast_decree_of_blades_on_hit_%__" } }, - [3133]={ + [3081]={ [1]={ [1]={ limit={ @@ -66588,7 +65672,7 @@ return { [1]="display_cast_commandment_of_blades_on_hit_%_" } }, - [3134]={ + [3082]={ [1]={ [1]={ limit={ @@ -66613,7 +65697,7 @@ return { [1]="display_cast_word_of_winter_when_hit_%" } }, - [3135]={ + [3083]={ [1]={ [1]={ limit={ @@ -66638,7 +65722,7 @@ return { [1]="display_cast_edict_of_winter_when_hit_%" } }, - [3136]={ + [3084]={ [1]={ [1]={ limit={ @@ -66663,7 +65747,7 @@ return { [1]="display_cast_decree_of_winter_when_hit_%" } }, - [3137]={ + [3085]={ [1]={ [1]={ limit={ @@ -66688,7 +65772,7 @@ return { [1]="display_cast_commandment_of_winter_when_hit_%" } }, - [3138]={ + [3086]={ [1]={ [1]={ limit={ @@ -66713,7 +65797,7 @@ return { [1]="display_cast_word_of_inferno_on_kill_%" } }, - [3139]={ + [3087]={ [1]={ [1]={ limit={ @@ -66738,7 +65822,7 @@ return { [1]="display_cast_edict_of_inferno_on_kill_%" } }, - [3140]={ + [3088]={ [1]={ [1]={ limit={ @@ -66763,7 +65847,7 @@ return { [1]="display_cast_decree_of_inferno_on_kill_%" } }, - [3141]={ + [3089]={ [1]={ [1]={ limit={ @@ -66788,7 +65872,7 @@ return { [1]="display_cast_commandment_of_inferno_on_kill_%" } }, - [3142]={ + [3090]={ [1]={ [1]={ limit={ @@ -66813,7 +65897,7 @@ return { [1]="display_cast_word_of_tempest_on_hit_%" } }, - [3143]={ + [3091]={ [1]={ [1]={ limit={ @@ -66838,7 +65922,7 @@ return { [1]="display_cast_edict_of_tempest_on_hit_%" } }, - [3144]={ + [3092]={ [1]={ [1]={ limit={ @@ -66863,7 +65947,7 @@ return { [1]="display_cast_decree_of_tempest_on_hit_%" } }, - [3145]={ + [3093]={ [1]={ [1]={ limit={ @@ -66888,7 +65972,7 @@ return { [1]="display_cast_commandment_of_tempest_on_hit_%" } }, - [3146]={ + [3094]={ [1]={ [1]={ limit={ @@ -66913,7 +65997,7 @@ return { [1]="display_cast_word_of_the_grave_on_kill_%" } }, - [3147]={ + [3095]={ [1]={ [1]={ limit={ @@ -66938,7 +66022,7 @@ return { [1]="display_cast_edict_of_the_grave_on_kill_%" } }, - [3148]={ + [3096]={ [1]={ [1]={ limit={ @@ -66963,7 +66047,7 @@ return { [1]="display_cast_decree_of_the_grave_on_kill_%" } }, - [3149]={ + [3097]={ [1]={ [1]={ limit={ @@ -66988,7 +66072,7 @@ return { [1]="display_cast_commandment_of_the_grave_on_kill_%" } }, - [3150]={ + [3098]={ [1]={ [1]={ limit={ @@ -67013,7 +66097,7 @@ return { [1]="display_cast_word_of_reflection_when_hit_%" } }, - [3151]={ + [3099]={ [1]={ [1]={ limit={ @@ -67038,7 +66122,7 @@ return { [1]="display_cast_edict_of_reflection_when_hit_%" } }, - [3152]={ + [3100]={ [1]={ [1]={ limit={ @@ -67063,7 +66147,7 @@ return { [1]="display_cast_decree_of_reflection_when_hit_%" } }, - [3153]={ + [3101]={ [1]={ [1]={ limit={ @@ -67088,7 +66172,7 @@ return { [1]="display_cast_commandment_of_reflection_when_hit_%" } }, - [3154]={ + [3102]={ [1]={ [1]={ limit={ @@ -67113,7 +66197,7 @@ return { [1]="display_attack_with_word_of_force_on_hit_%" } }, - [3155]={ + [3103]={ [1]={ [1]={ limit={ @@ -67138,7 +66222,7 @@ return { [1]="display_attack_with_edict_of_force_on_hit_%" } }, - [3156]={ + [3104]={ [1]={ [1]={ limit={ @@ -67163,7 +66247,7 @@ return { [1]="display_attack_with_decree_of_force_on_hit_%" } }, - [3157]={ + [3105]={ [1]={ [1]={ limit={ @@ -67188,7 +66272,7 @@ return { [1]="display_attack_with_commandment_of_force_on_hit_%" } }, - [3158]={ + [3106]={ [1]={ [1]={ limit={ @@ -67213,7 +66297,7 @@ return { [1]="display_attack_with_word_of_light_when_critically_hit_%" } }, - [3159]={ + [3107]={ [1]={ [1]={ limit={ @@ -67238,7 +66322,7 @@ return { [1]="display_attack_with_edict_of_light_when_critically_hit_%" } }, - [3160]={ + [3108]={ [1]={ [1]={ limit={ @@ -67263,7 +66347,7 @@ return { [1]="display_attack_with_decree_of_light_when_critically_hit_%" } }, - [3161]={ + [3109]={ [1]={ [1]={ limit={ @@ -67288,7 +66372,7 @@ return { [1]="display_attack_with_commandment_of_light_when_critically_hit_%" } }, - [3162]={ + [3110]={ [1]={ [1]={ limit={ @@ -67313,7 +66397,7 @@ return { [1]="display_cast_word_of_war_on_kill_%" } }, - [3163]={ + [3111]={ [1]={ [1]={ limit={ @@ -67338,7 +66422,7 @@ return { [1]="display_cast_edict_of_war_on_kill_%" } }, - [3164]={ + [3112]={ [1]={ [1]={ limit={ @@ -67363,7 +66447,7 @@ return { [1]="display_cast_decree_of_war_on_kill_%" } }, - [3165]={ + [3113]={ [1]={ [1]={ limit={ @@ -67388,7 +66472,7 @@ return { [1]="display_cast_commandment_of_war_on_kill_%" } }, - [3166]={ + [3114]={ [1]={ [1]={ limit={ @@ -67413,7 +66497,7 @@ return { [1]="display_attack_with_word_of_fury_on_hit_%" } }, - [3167]={ + [3115]={ [1]={ [1]={ limit={ @@ -67438,7 +66522,7 @@ return { [1]="display_attack_with_edict_of_fury_on_hit_%" } }, - [3168]={ + [3116]={ [1]={ [1]={ limit={ @@ -67463,7 +66547,7 @@ return { [1]="display_attack_with_decree_of_fury_on_hit_%" } }, - [3169]={ + [3117]={ [1]={ [1]={ limit={ @@ -67488,7 +66572,7 @@ return { [1]="display_attack_with_commandment_of_fury_on_hit_%" } }, - [3170]={ + [3118]={ [1]={ [1]={ limit={ @@ -67513,7 +66597,7 @@ return { [1]="display_attack_with_word_of_spite_when_hit_%" } }, - [3171]={ + [3119]={ [1]={ [1]={ limit={ @@ -67538,7 +66622,7 @@ return { [1]="display_attack_with_edict_of_spite_when_hit_%" } }, - [3172]={ + [3120]={ [1]={ [1]={ limit={ @@ -67563,7 +66647,7 @@ return { [1]="display_attack_with_decree_of_spite_when_hit_%" } }, - [3173]={ + [3121]={ [1]={ [1]={ limit={ @@ -67588,7 +66672,7 @@ return { [1]="display_attack_with_commandment_of_spite_when_hit_%" } }, - [3174]={ + [3122]={ [1]={ [1]={ limit={ @@ -67617,36 +66701,7 @@ return { [1]="attack_and_cast_speed_+%_for_4_seconds_on_begin_es_recharge" } }, - [3175]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more chance to Evade Attack Hits while not on full Energy Shield" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% less chance to Evade Attack Hits while not on full Energy Shield" - } - }, - stats={ - [1]="trickster_passive_chance_to_evade_attacks_while_not_on_full_energy_shield_+%_final" - } - }, - [3176]={ + [3123]={ [1]={ [1]={ limit={ @@ -67675,7 +66730,7 @@ return { [1]="critical_strike_chance_+%_vs_enemies_without_elemental_status_ailments" } }, - [3177]={ + [3124]={ [1]={ [1]={ limit={ @@ -67704,7 +66759,7 @@ return { [1]="spell_damage_+%_for_4_seconds_on_cast" } }, - [3178]={ + [3125]={ [1]={ [1]={ limit={ @@ -67733,7 +66788,7 @@ return { [1]="attack_damage_+%_for_4_seconds_on_cast" } }, - [3179]={ + [3126]={ [1]={ [1]={ limit={ @@ -67762,7 +66817,7 @@ return { [1]="attack_speed_+%_for_4_seconds_on_attack" } }, - [3180]={ + [3127]={ [1]={ [1]={ limit={ @@ -67791,7 +66846,7 @@ return { [1]="cast_speed_+%_for_4_seconds_on_attack" } }, - [3181]={ + [3128]={ [1]={ [1]={ limit={ @@ -67816,7 +66871,7 @@ return { [1]="display_cast_word_of_flames_on_hit_%" } }, - [3182]={ + [3129]={ [1]={ [1]={ limit={ @@ -67841,7 +66896,7 @@ return { [1]="display_cast_edict_of_flames_on_hit_%" } }, - [3183]={ + [3130]={ [1]={ [1]={ limit={ @@ -67866,7 +66921,7 @@ return { [1]="display_cast_decree_of_flames_on_hit_%" } }, - [3184]={ + [3131]={ [1]={ [1]={ limit={ @@ -67891,7 +66946,7 @@ return { [1]="display_cast_commandment_of_flames_on_hit_%" } }, - [3185]={ + [3132]={ [1]={ [1]={ limit={ @@ -67916,7 +66971,7 @@ return { [1]="display_cast_word_of_frost_on_kill_%" } }, - [3186]={ + [3133]={ [1]={ [1]={ limit={ @@ -67941,7 +66996,7 @@ return { [1]="display_cast_edict_of_frost_on_kill_%" } }, - [3187]={ + [3134]={ [1]={ [1]={ limit={ @@ -67966,7 +67021,7 @@ return { [1]="display_cast_decree_of_frost_on_kill_%" } }, - [3188]={ + [3135]={ [1]={ [1]={ limit={ @@ -67991,7 +67046,7 @@ return { [1]="display_cast_commandment_of_frost_on_kill_%" } }, - [3189]={ + [3136]={ [1]={ [1]={ limit={ @@ -68016,7 +67071,7 @@ return { [1]="display_cast_word_of_thunder_on_kill_%" } }, - [3190]={ + [3137]={ [1]={ [1]={ limit={ @@ -68041,7 +67096,7 @@ return { [1]="display_cast_edict_of_thunder_on_kill_%" } }, - [3191]={ + [3138]={ [1]={ [1]={ limit={ @@ -68066,7 +67121,7 @@ return { [1]="display_cast_decree_of_thunder_on_kill_%" } }, - [3192]={ + [3139]={ [1]={ [1]={ limit={ @@ -68091,7 +67146,7 @@ return { [1]="display_cast_commandment_of_thunder_on_kill_%" } }, - [3193]={ + [3140]={ [1]={ [1]={ limit={ @@ -68107,7 +67162,7 @@ return { [1]="chance_to_place_an_additional_mine_%" } }, - [3194]={ + [3141]={ [1]={ [1]={ limit={ @@ -68132,7 +67187,7 @@ return { [1]="number_of_additional_mines_to_place" } }, - [3195]={ + [3142]={ [1]={ [1]={ limit={ @@ -68148,7 +67203,7 @@ return { [1]="hit_%_chance_to_gain_100%_of_elemental_damage_as_chaos" } }, - [3196]={ + [3143]={ [1]={ [1]={ limit={ @@ -68177,7 +67232,7 @@ return { [1]="enchantment_critical_strike_chance_+%_if_you_havent_crit_for_4_seconds" } }, - [3197]={ + [3144]={ [1]={ [1]={ limit={ @@ -68206,7 +67261,7 @@ return { [1]="damage_+%_on_consecrated_ground" } }, - [3198]={ + [3145]={ [1]={ [1]={ limit={ @@ -68231,7 +67286,7 @@ return { [1]="consecrate_ground_for_3_seconds_when_hit_%" } }, - [3199]={ + [3146]={ [1]={ [1]={ limit={ @@ -68260,7 +67315,7 @@ return { [1]="mana_cost_+%_on_consecrated_ground" } }, - [3200]={ + [3147]={ [1]={ [1]={ limit={ @@ -68276,7 +67331,7 @@ return { [1]="avoid_ailments_%_on_consecrated_ground" } }, - [3201]={ + [3148]={ [1]={ [1]={ limit={ @@ -68292,7 +67347,7 @@ return { [1]="critical_strike_multiplier_+_vs_enemies_affected_by_elemental_status_ailment" } }, - [3202]={ + [3149]={ [1]={ [1]={ limit={ @@ -68308,7 +67363,7 @@ return { [1]="non_critical_strikes_penetrate_elemental_resistances_%" } }, - [3203]={ + [3150]={ [1]={ [1]={ limit={ @@ -68324,7 +67379,7 @@ return { [1]="base_attack_damage_penetrates_elemental_resist_%" } }, - [3204]={ + [3151]={ [1]={ [1]={ limit={ @@ -68340,7 +67395,7 @@ return { [1]="base_penetrate_elemental_resistances_%" } }, - [3205]={ + [3152]={ [1]={ [1]={ limit={ @@ -68356,7 +67411,7 @@ return { [1]="base_attack_damage_penetrates_fire_resist_%" } }, - [3206]={ + [3153]={ [1]={ [1]={ limit={ @@ -68372,7 +67427,7 @@ return { [1]="base_attack_damage_penetrates_cold_resist_%" } }, - [3207]={ + [3154]={ [1]={ [1]={ limit={ @@ -68388,7 +67443,7 @@ return { [1]="base_attack_damage_penetrates_lightning_resist_%" } }, - [3208]={ + [3155]={ [1]={ [1]={ limit={ @@ -68404,7 +67459,7 @@ return { [1]="base_attack_damage_penetrates_chaos_resist_%" } }, - [3209]={ + [3156]={ [1]={ [1]={ limit={ @@ -68420,7 +67475,7 @@ return { [1]="chance_to_double_stun_duration_%" } }, - [3210]={ + [3157]={ [1]={ [1]={ limit={ @@ -68449,7 +67504,7 @@ return { [1]="shockwave_slam_explosion_damage_+%_final" } }, - [3211]={ + [3158]={ [1]={ [1]={ limit={ @@ -68478,7 +67533,7 @@ return { [1]="non_curse_aura_effect_+%" } }, - [3212]={ + [3159]={ [1]={ [1]={ limit={ @@ -68507,7 +67562,7 @@ return { [1]="unarmed_damage_+%_vs_bleeding_enemies" } }, - [3213]={ + [3160]={ [1]={ [1]={ limit={ @@ -68536,7 +67591,7 @@ return { [1]="aura_effect_on_self_from_your_skills_+%" } }, - [3214]={ + [3161]={ [1]={ [1]={ limit={ @@ -68561,7 +67616,7 @@ return { [1]="life_gained_on_bleeding_enemy_hit" } }, - [3215]={ + [3162]={ [1]={ [1]={ [1]={ @@ -68581,7 +67636,7 @@ return { [1]="base_melee_critical_strike_chance_while_unarmed_%" } }, - [3216]={ + [3163]={ [1]={ [1]={ limit={ @@ -68597,7 +67652,7 @@ return { [1]="modifiers_to_claw_damage_also_affect_unarmed_melee_damage" } }, - [3217]={ + [3164]={ [1]={ [1]={ limit={ @@ -68613,7 +67668,7 @@ return { [1]="modifiers_to_claw_attack_speed_also_affect_unarmed_melee_attack_speed" } }, - [3218]={ + [3165]={ [1]={ [1]={ limit={ @@ -68629,7 +67684,7 @@ return { [1]="modifiers_to_claw_critical_strike_chance_also_affect_unarmed_melee_critical_strike_chance" } }, - [3219]={ + [3166]={ [1]={ [1]={ limit={ @@ -68658,7 +67713,7 @@ return { [1]="damage_+%_while_unarmed" } }, - [3220]={ + [3167]={ [1]={ [1]={ limit={ @@ -68687,7 +67742,7 @@ return { [1]="killed_monster_dropped_item_rarity_+%_when_shattered" } }, - [3221]={ + [3168]={ [1]={ [1]={ limit={ @@ -68720,7 +67775,7 @@ return { [1]="energy_shield_delay_during_flask_effect_-%" } }, - [3222]={ + [3169]={ [1]={ [1]={ limit={ @@ -68749,7 +67804,7 @@ return { [1]="virtual_energy_shield_delay_-%" } }, - [3223]={ + [3170]={ [1]={ [1]={ limit={ @@ -68778,7 +67833,7 @@ return { [1]="energy_shield_recharge_rate_during_flask_effect_+%" } }, - [3224]={ + [3171]={ [1]={ [1]={ limit={ @@ -68807,7 +67862,7 @@ return { [1]="virtual_energy_shield_recharge_rate_+%" } }, - [3225]={ + [3172]={ [1]={ [1]={ limit={ @@ -68823,7 +67878,7 @@ return { [1]="arrows_fork" } }, - [3226]={ + [3173]={ [1]={ [1]={ limit={ @@ -68839,7 +67894,7 @@ return { [1]="projectiles_fork" } }, - [3227]={ + [3174]={ [1]={ [1]={ limit={ @@ -68855,7 +67910,7 @@ return { [1]="fishing_bite_sensitivity_+%" } }, - [3228]={ + [3175]={ [1]={ [1]={ limit={ @@ -68884,36 +67939,7 @@ return { [1]="cold_damage_+%_per_1%_block_chance" } }, - [3229]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Maximum Mana per 2% Chance to Block Spell Damage" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Maximum Mana per 2% Chance to Block Spell Damage" - } - }, - stats={ - [1]="maximum_mana_+%_per_2%_spell_block_chance" - } - }, - [3230]={ + [3176]={ [1]={ [1]={ limit={ @@ -68942,7 +67968,7 @@ return { [1]="physical_damage_reduction_rating_+%_while_chilled_or_frozen" } }, - [3231]={ + [3177]={ [1]={ [1]={ limit={ @@ -68958,7 +67984,7 @@ return { [1]="reduce_enemy_cold_resistance_with_weapons_%" } }, - [3232]={ + [3178]={ [1]={ [1]={ limit={ @@ -68974,7 +68000,7 @@ return { [1]="reduce_enemy_fire_resistance_with_weapons_%" } }, - [3233]={ + [3179]={ [1]={ [1]={ limit={ @@ -68990,7 +68016,7 @@ return { [1]="reduce_enemy_lightning_resistance_with_weapons_%" } }, - [3234]={ + [3180]={ [1]={ [1]={ limit={ @@ -69006,7 +68032,7 @@ return { [1]="reduce_enemy_chaos_resistance_with_weapons_%" } }, - [3235]={ + [3181]={ [1]={ [1]={ limit={ @@ -69035,7 +68061,7 @@ return { [1]="inquisitor_aura_elemental_damage_+%_final" } }, - [3236]={ + [3182]={ [1]={ [1]={ limit={ @@ -69064,7 +68090,7 @@ return { [1]="support_gem_elemental_damage_+%_final" } }, - [3237]={ + [3183]={ [1]={ [1]={ limit={ @@ -69089,7 +68115,7 @@ return { [1]="map_monster_drop_higher_level_gear" } }, - [3238]={ + [3184]={ [1]={ [1]={ limit={ @@ -69105,7 +68131,7 @@ return { [1]="modifiers_to_map_item_drop_quantity_also_apply_to_map_item_drop_rarity" } }, - [3239]={ + [3185]={ [1]={ [1]={ limit={ @@ -69121,7 +68147,7 @@ return { [1]="base_should_have_onslaught_from_stat" } }, - [3240]={ + [3186]={ [1]={ [1]={ limit={ @@ -69137,7 +68163,7 @@ return { [1]="silver_flask_display_onslaught" } }, - [3241]={ + [3187]={ [1]={ [1]={ limit={ @@ -69153,7 +68179,7 @@ return { [1]="reduce_enemy_elemental_resistance_with_weapons_%" } }, - [3242]={ + [3188]={ [1]={ [1]={ limit={ @@ -69178,7 +68204,7 @@ return { [1]="%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy" } }, - [3243]={ + [3189]={ [1]={ [1]={ limit={ @@ -69203,7 +68229,7 @@ return { [1]="%_chance_to_gain_endurance_charge_on_trap_triggered_by_an_enemy" } }, - [3244]={ + [3190]={ [1]={ [1]={ limit={ @@ -69219,7 +68245,7 @@ return { [1]="add_power_charge_on_hit_%" } }, - [3245]={ + [3191]={ [1]={ [1]={ limit={ @@ -69235,7 +68261,7 @@ return { [1]="lose_all_power_charges_on_reaching_maximum_power_charges" } }, - [3246]={ + [3192]={ [1]={ [1]={ limit={ @@ -69251,7 +68277,7 @@ return { [1]="shocked_for_4_seconds_on_reaching_maximum_power_charges" } }, - [3247]={ + [3193]={ [1]={ [1]={ limit={ @@ -69267,7 +68293,7 @@ return { [1]="gain_frenzy_charge_on_reaching_maximum_power_charges" } }, - [3248]={ + [3194]={ [1]={ [1]={ limit={ @@ -69283,7 +68309,7 @@ return { [1]="is_petrified" } }, - [3249]={ + [3195]={ [1]={ [1]={ limit={ @@ -69299,7 +68325,7 @@ return { [1]="add_endurance_charge_on_gain_power_charge_%" } }, - [3250]={ + [3196]={ [1]={ [1]={ limit={ @@ -69328,7 +68354,7 @@ return { [1]="stacking_damage_+%_on_kill_for_4_seconds" } }, - [3251]={ + [3197]={ [1]={ [1]={ limit={ @@ -69357,7 +68383,7 @@ return { [1]="attack_and_cast_speed_+%_while_totem_active" } }, - [3252]={ + [3198]={ [1]={ [1]={ limit={ @@ -69373,7 +68399,7 @@ return { [1]="number_of_additional_totems_allowed_on_kill_for_8_seconds" } }, - [3253]={ + [3199]={ [1]={ [1]={ limit={ @@ -69402,7 +68428,7 @@ return { [1]="map_monsters_base_self_critical_strike_multiplier_-%" } }, - [3254]={ + [3200]={ [1]={ [1]={ limit={ @@ -69427,7 +68453,7 @@ return { [1]="power_frenzy_or_endurance_charge_on_kill_%" } }, - [3255]={ + [3201]={ [1]={ [1]={ limit={ @@ -69443,7 +68469,7 @@ return { [1]="immune_to_poison" } }, - [3256]={ + [3202]={ [1]={ [1]={ limit={ @@ -69472,7 +68498,7 @@ return { [1]="elementalist_damage_with_an_element_+%_for_4_seconds_after_being_hit_by_an_element" } }, - [3257]={ + [3203]={ [1]={ [1]={ limit={ @@ -69501,7 +68527,7 @@ return { [1]="damage_taken_+%_to_an_element_for_4_seconds_when_hit_by_damage_from_an_element" } }, - [3258]={ + [3204]={ [1]={ [1]={ limit={ @@ -69530,7 +68556,7 @@ return { [1]="elementalist_elemental_damage_+%_for_4_seconds_every_10_seconds" } }, - [3259]={ + [3205]={ [1]={ [1]={ limit={ @@ -69546,7 +68572,7 @@ return { [1]="elementalist_cold_penetration_%_for_4_seconds_on_using_fire_skill" } }, - [3260]={ + [3206]={ [1]={ [1]={ limit={ @@ -69562,7 +68588,7 @@ return { [1]="elementalist_lightning_penetration_%_for_4_seconds_on_using_cold_skill" } }, - [3261]={ + [3207]={ [1]={ [1]={ limit={ @@ -69578,7 +68604,7 @@ return { [1]="elementalist_fire_penetration_%_for_4_seconds_on_using_lightning_skill" } }, - [3262]={ + [3208]={ [1]={ [1]={ limit={ @@ -69594,7 +68620,7 @@ return { [1]="elementalist_summon_elemental_golem_on_killing_enemy_with_element_%" } }, - [3263]={ + [3209]={ [1]={ [1]={ limit={ @@ -69610,7 +68636,7 @@ return { [1]="elementalist_all_damage_causes_chill_shock_and_ignite_for_4_seconds_on_kill_%" } }, - [3264]={ + [3210]={ [1]={ [1]={ limit={ @@ -69626,7 +68652,7 @@ return { [1]="knockback_on_counterattack_%" } }, - [3265]={ + [3211]={ [1]={ [1]={ limit={ @@ -69655,7 +68681,7 @@ return { [1]="melee_ancestor_totem_damage_+%" } }, - [3266]={ + [3212]={ [1]={ [1]={ limit={ @@ -69684,7 +68710,7 @@ return { [1]="animate_weapon_damage_+%" } }, - [3267]={ + [3213]={ [1]={ [1]={ limit={ @@ -69713,7 +68739,7 @@ return { [1]="burning_arrow_damage_+%" } }, - [3268]={ + [3214]={ [1]={ [1]={ limit={ @@ -69742,7 +68768,7 @@ return { [1]="cleave_damage_+%" } }, - [3269]={ + [3215]={ [1]={ [1]={ limit={ @@ -69771,7 +68797,7 @@ return { [1]="double_strike_damage_+%" } }, - [3270]={ + [3216]={ [1]={ [1]={ limit={ @@ -69800,7 +68826,7 @@ return { [1]="dual_strike_damage_+%" } }, - [3271]={ + [3217]={ [1]={ [1]={ limit={ @@ -69829,7 +68855,7 @@ return { [1]="fire_trap_damage_+%" } }, - [3272]={ + [3218]={ [1]={ [1]={ limit={ @@ -69858,7 +68884,7 @@ return { [1]="fireball_damage_+%" } }, - [3273]={ + [3219]={ [1]={ [1]={ limit={ @@ -69887,7 +68913,7 @@ return { [1]="freezing_pulse_damage_+%" } }, - [3274]={ + [3220]={ [1]={ [1]={ limit={ @@ -69916,7 +68942,7 @@ return { [1]="glacial_hammer_damage_+%" } }, - [3275]={ + [3221]={ [1]={ [1]={ limit={ @@ -69945,7 +68971,7 @@ return { [1]="ground_slam_damage_+%" } }, - [3276]={ + [3222]={ [1]={ [1]={ limit={ @@ -69974,7 +69000,7 @@ return { [1]="heavy_strike_damage_+%" } }, - [3277]={ + [3223]={ [1]={ [1]={ limit={ @@ -70003,7 +69029,7 @@ return { [1]="infernal_blow_damage_+%" } }, - [3278]={ + [3224]={ [1]={ [1]={ limit={ @@ -70032,7 +69058,7 @@ return { [1]="lightning_strike_damage_+%" } }, - [3279]={ + [3225]={ [1]={ [1]={ limit={ @@ -70061,7 +69087,7 @@ return { [1]="lightning_tendrils_damage_+%" } }, - [3280]={ + [3226]={ [1]={ [1]={ limit={ @@ -70090,7 +69116,7 @@ return { [1]="magma_orb_damage_+%" } }, - [3281]={ + [3227]={ [1]={ [1]={ limit={ @@ -70119,7 +69145,7 @@ return { [1]="molten_strike_damage_+%" } }, - [3282]={ + [3228]={ [1]={ [1]={ limit={ @@ -70148,7 +69174,7 @@ return { [1]="zombie_damage_+%" } }, - [3283]={ + [3229]={ [1]={ [1]={ limit={ @@ -70177,7 +69203,7 @@ return { [1]="reave_damage_+%" } }, - [3284]={ + [3230]={ [1]={ [1]={ limit={ @@ -70206,7 +69232,7 @@ return { [1]="spark_damage_+%" } }, - [3285]={ + [3231]={ [1]={ [1]={ limit={ @@ -70235,7 +69261,7 @@ return { [1]="spectral_throw_damage_+%" } }, - [3286]={ + [3232]={ [1]={ [1]={ limit={ @@ -70264,7 +69290,7 @@ return { [1]="split_arrow_damage_+%" } }, - [3287]={ + [3233]={ [1]={ [1]={ limit={ @@ -70293,7 +69319,7 @@ return { [1]="ethereal_knives_damage_+%" } }, - [3288]={ + [3234]={ [1]={ [1]={ limit={ @@ -70322,7 +69348,7 @@ return { [1]="ice_shot_damage_+%" } }, - [3289]={ + [3235]={ [1]={ [1]={ limit={ @@ -70351,7 +69377,7 @@ return { [1]="rain_of_arrows_damage_+%" } }, - [3290]={ + [3236]={ [1]={ [1]={ limit={ @@ -70380,7 +69406,7 @@ return { [1]="raging_spirit_damage_+%" } }, - [3291]={ + [3237]={ [1]={ [1]={ limit={ @@ -70409,7 +69435,7 @@ return { [1]="viper_strike_damage_+%" } }, - [3292]={ + [3238]={ [1]={ [1]={ limit={ @@ -70438,7 +69464,7 @@ return { [1]="flicker_strike_damage_+%" } }, - [3293]={ + [3239]={ [1]={ [1]={ limit={ @@ -70467,7 +69493,7 @@ return { [1]="leap_slam_damage_+%" } }, - [3294]={ + [3240]={ [1]={ [1]={ limit={ @@ -70496,7 +69522,7 @@ return { [1]="lightning_arrow_damage_+%" } }, - [3295]={ + [3241]={ [1]={ [1]={ limit={ @@ -70525,7 +69551,7 @@ return { [1]="lightning_warp_damage_+%" } }, - [3296]={ + [3242]={ [1]={ [1]={ limit={ @@ -70554,7 +69580,7 @@ return { [1]="puncture_damage_+%" } }, - [3297]={ + [3243]={ [1]={ [1]={ limit={ @@ -70583,7 +69609,7 @@ return { [1]="shield_charge_damage_+%" } }, - [3298]={ + [3244]={ [1]={ [1]={ limit={ @@ -70612,7 +69638,7 @@ return { [1]="skeletons_damage_+%" } }, - [3299]={ + [3245]={ [1]={ [1]={ limit={ @@ -70641,7 +69667,7 @@ return { [1]="arc_damage_+%" } }, - [3300]={ + [3246]={ [1]={ [1]={ limit={ @@ -70670,7 +69696,7 @@ return { [1]="barrage_damage_+%" } }, - [3301]={ + [3247]={ [1]={ [1]={ limit={ @@ -70699,7 +69725,7 @@ return { [1]="fire_nova_mine_damage_+%" } }, - [3302]={ + [3248]={ [1]={ [1]={ limit={ @@ -70728,7 +69754,7 @@ return { [1]="fire_storm_damage_+%" } }, - [3303]={ + [3249]={ [1]={ [1]={ limit={ @@ -70757,7 +69783,7 @@ return { [1]="flame_surge_damage_+%" } }, - [3304]={ + [3250]={ [1]={ [1]={ limit={ @@ -70786,7 +69812,7 @@ return { [1]="ice_nova_damage_+%" } }, - [3305]={ + [3251]={ [1]={ [1]={ limit={ @@ -70815,7 +69841,7 @@ return { [1]="ice_spear_damage_+%" } }, - [3306]={ + [3252]={ [1]={ [1]={ limit={ @@ -70844,7 +69870,7 @@ return { [1]="incinerate_damage_+%" } }, - [3307]={ + [3253]={ [1]={ [1]={ limit={ @@ -70873,7 +69899,7 @@ return { [1]="power_siphon_damage_+%" } }, - [3308]={ + [3254]={ [1]={ [1]={ limit={ @@ -70902,7 +69928,7 @@ return { [1]="searing_bond_damage_+%" } }, - [3309]={ + [3255]={ [1]={ [1]={ limit={ @@ -70931,7 +69957,7 @@ return { [1]="static_strike_damage_+%" } }, - [3310]={ + [3256]={ [1]={ [1]={ limit={ @@ -70960,7 +69986,7 @@ return { [1]="storm_call_damage_+%" } }, - [3311]={ + [3257]={ [1]={ [1]={ limit={ @@ -70989,7 +70015,7 @@ return { [1]="sweep_damage_+%" } }, - [3312]={ + [3258]={ [1]={ [1]={ limit={ @@ -71018,7 +70044,7 @@ return { [1]="frenzy_damage_+%" } }, - [3313]={ + [3259]={ [1]={ [1]={ limit={ @@ -71047,7 +70073,7 @@ return { [1]="righteous_fire_damage_+%" } }, - [3314]={ + [3260]={ [1]={ [1]={ limit={ @@ -71076,7 +70102,7 @@ return { [1]="elemental_hit_damage_+%" } }, - [3315]={ + [3261]={ [1]={ [1]={ limit={ @@ -71105,7 +70131,7 @@ return { [1]="cyclone_damage_+%" } }, - [3316]={ + [3262]={ [1]={ [1]={ limit={ @@ -71134,7 +70160,7 @@ return { [1]="tornado_shot_damage_+%" } }, - [3317]={ + [3263]={ [1]={ [1]={ limit={ @@ -71163,7 +70189,7 @@ return { [1]="arctic_breath_damage_+%" } }, - [3318]={ + [3264]={ [1]={ [1]={ limit={ @@ -71192,7 +70218,7 @@ return { [1]="explosive_arrow_damage_+%" } }, - [3319]={ + [3265]={ [1]={ [1]={ limit={ @@ -71221,7 +70247,7 @@ return { [1]="flameblast_damage_+%" } }, - [3320]={ + [3266]={ [1]={ [1]={ limit={ @@ -71250,7 +70276,7 @@ return { [1]="glacial_cascade_damage_+%" } }, - [3321]={ + [3267]={ [1]={ [1]={ limit={ @@ -71279,7 +70305,7 @@ return { [1]="ice_crash_damage_+%" } }, - [3322]={ + [3268]={ [1]={ [1]={ limit={ @@ -71308,7 +70334,7 @@ return { [1]="kinetic_blast_damage_+%" } }, - [3323]={ + [3269]={ [1]={ [1]={ limit={ @@ -71337,7 +70363,7 @@ return { [1]="shock_nova_damage_+%" } }, - [3324]={ + [3270]={ [1]={ [1]={ limit={ @@ -71366,7 +70392,7 @@ return { [1]="shockwave_totem_damage_+%" } }, - [3325]={ + [3271]={ [1]={ [1]={ limit={ @@ -71395,7 +70421,7 @@ return { [1]="wild_strike_damage_+%" } }, - [3326]={ + [3272]={ [1]={ [1]={ limit={ @@ -71424,7 +70450,7 @@ return { [1]="detonate_dead_damage_+%" } }, - [3327]={ + [3273]={ [1]={ [1]={ limit={ @@ -71453,7 +70479,7 @@ return { [1]="caustic_arrow_damage_+%" } }, - [3328]={ + [3274]={ [1]={ [1]={ [1]={ @@ -71529,7 +70555,7 @@ return { [2]="caustic_arrow_withered_base_duration_ms" } }, - [3329]={ + [3275]={ [1]={ [1]={ limit={ @@ -71545,7 +70571,7 @@ return { [1]="base_number_of_golems_allowed" } }, - [3330]={ + [3276]={ [1]={ [1]={ limit={ @@ -71561,7 +70587,7 @@ return { [1]="you_cannot_have_non_golem_minions" } }, - [3331]={ + [3277]={ [1]={ [1]={ limit={ @@ -71594,7 +70620,7 @@ return { [1]="golem_scale_+%" } }, - [3332]={ + [3278]={ [1]={ [1]={ limit={ @@ -71623,7 +70649,7 @@ return { [1]="stone_golem_damage_+%" } }, - [3333]={ + [3279]={ [1]={ [1]={ limit={ @@ -71652,7 +70678,7 @@ return { [1]="flame_golem_damage_+%" } }, - [3334]={ + [3280]={ [1]={ [1]={ limit={ @@ -71681,7 +70707,7 @@ return { [1]="ice_golem_damage_+%" } }, - [3335]={ + [3281]={ [1]={ [1]={ limit={ @@ -71710,7 +70736,7 @@ return { [1]="lightning_golem_damage_+%" } }, - [3336]={ + [3282]={ [1]={ [1]={ limit={ @@ -71739,7 +70765,7 @@ return { [1]="chaos_golem_damage_+%" } }, - [3337]={ + [3283]={ [1]={ [1]={ limit={ @@ -71768,7 +70794,7 @@ return { [1]="damage_+%_if_golem_summoned_in_past_8_seconds" } }, - [3338]={ + [3284]={ [1]={ [1]={ limit={ @@ -71797,7 +70823,7 @@ return { [1]="golem_damage_+%_if_summoned_in_past_8_seconds" } }, - [3339]={ + [3285]={ [1]={ [1]={ limit={ @@ -71830,7 +70856,7 @@ return { [1]="unique_primordial_tether_golem_damage_+%_final" } }, - [3340]={ + [3286]={ [1]={ [1]={ limit={ @@ -71859,7 +70885,7 @@ return { [1]="dominating_blow_minion_damage_+%" } }, - [3341]={ + [3287]={ [1]={ [1]={ limit={ @@ -71888,7 +70914,7 @@ return { [1]="dominating_blow_skill_attack_damage_+%" } }, - [3342]={ + [3288]={ [1]={ [1]={ limit={ @@ -71917,7 +70943,7 @@ return { [1]="cold_snap_damage_+%" } }, - [3343]={ + [3289]={ [1]={ [1]={ limit={ @@ -71946,7 +70972,7 @@ return { [1]="flame_totem_damage_+%" } }, - [3344]={ + [3290]={ [1]={ [1]={ limit={ @@ -71975,7 +71001,7 @@ return { [1]="animate_guardian_damage_+%" } }, - [3345]={ + [3291]={ [1]={ [1]={ limit={ @@ -72004,7 +71030,7 @@ return { [1]="bear_trap_damage_+%" } }, - [3346]={ + [3292]={ [1]={ [1]={ limit={ @@ -72033,7 +71059,7 @@ return { [1]="frost_wall_damage_+%" } }, - [3347]={ + [3293]={ [1]={ [1]={ limit={ @@ -72062,7 +71088,7 @@ return { [1]="molten_shell_damage_+%" } }, - [3348]={ + [3294]={ [1]={ [1]={ limit={ @@ -72091,7 +71117,7 @@ return { [1]="reckoning_damage_+%" } }, - [3349]={ + [3295]={ [1]={ [1]={ limit={ @@ -72120,7 +71146,7 @@ return { [1]="vigilant_strike_damage_+%" } }, - [3350]={ + [3296]={ [1]={ [1]={ limit={ @@ -72149,7 +71175,7 @@ return { [1]="whirling_blades_damage_+%" } }, - [3351]={ + [3297]={ [1]={ [1]={ limit={ @@ -72178,7 +71204,7 @@ return { [1]="flame_dash_damage_+%" } }, - [3352]={ + [3298]={ [1]={ [1]={ limit={ @@ -72207,7 +71233,7 @@ return { [1]="freeze_mine_damage_+%" } }, - [3353]={ + [3299]={ [1]={ [1]={ limit={ @@ -72236,7 +71262,7 @@ return { [1]="herald_of_ash_damage_+%" } }, - [3354]={ + [3300]={ [1]={ [1]={ limit={ @@ -72265,7 +71291,7 @@ return { [1]="herald_of_ice_damage_+%" } }, - [3355]={ + [3301]={ [1]={ [1]={ limit={ @@ -72294,7 +71320,7 @@ return { [1]="herald_of_thunder_damage_+%" } }, - [3356]={ + [3302]={ [1]={ [1]={ limit={ @@ -72323,7 +71349,7 @@ return { [1]="tempest_shield_damage_+%" } }, - [3357]={ + [3303]={ [1]={ [1]={ limit={ @@ -72352,7 +71378,7 @@ return { [1]="desecrate_damage_+%" } }, - [3358]={ + [3304]={ [1]={ [1]={ limit={ @@ -72381,7 +71407,7 @@ return { [1]="blink_arrow_and_blink_arrow_clone_damage_+%" } }, - [3359]={ + [3305]={ [1]={ [1]={ limit={ @@ -72410,7 +71436,7 @@ return { [1]="mirror_arrow_and_mirror_arrow_clone_damage_+%" } }, - [3360]={ + [3306]={ [1]={ [1]={ limit={ @@ -72439,7 +71465,7 @@ return { [1]="riposte_damage_+%" } }, - [3361]={ + [3307]={ [1]={ [1]={ limit={ @@ -72468,7 +71494,7 @@ return { [1]="vengeance_damage_+%" } }, - [3362]={ + [3308]={ [1]={ [1]={ limit={ @@ -72497,7 +71523,7 @@ return { [1]="converted_enemies_damage_+%" } }, - [3363]={ + [3309]={ [1]={ [1]={ limit={ @@ -72526,7 +71552,7 @@ return { [1]="abyssal_cry_damage_+%" } }, - [3364]={ + [3310]={ [1]={ [1]={ limit={ @@ -72555,7 +71581,7 @@ return { [1]="shrapnel_shot_damage_+%" } }, - [3365]={ + [3311]={ [1]={ [1]={ limit={ @@ -72584,7 +71610,7 @@ return { [1]="blast_rain_damage_+%" } }, - [3366]={ + [3312]={ [1]={ [1]={ limit={ @@ -72613,7 +71639,7 @@ return { [1]="essence_drain_damage_+%" } }, - [3367]={ + [3313]={ [1]={ [1]={ limit={ @@ -72642,7 +71668,7 @@ return { [1]="contagion_damage_+%" } }, - [3368]={ + [3314]={ [1]={ [1]={ limit={ @@ -72671,7 +71697,7 @@ return { [1]="blade_vortex_damage_+%" } }, - [3369]={ + [3315]={ [1]={ [1]={ limit={ @@ -72700,7 +71726,7 @@ return { [1]="bladefall_damage_+%" } }, - [3370]={ + [3316]={ [1]={ [1]={ limit={ @@ -72729,7 +71755,7 @@ return { [1]="ice_trap_damage_+%" } }, - [3371]={ + [3317]={ [1]={ [1]={ limit={ @@ -72758,7 +71784,7 @@ return { [1]="charged_dash_damage_+%" } }, - [3372]={ + [3318]={ [1]={ [1]={ limit={ @@ -72787,7 +71813,7 @@ return { [1]="earthquake_damage_+%" } }, - [3373]={ + [3319]={ [1]={ [1]={ limit={ @@ -72816,7 +71842,7 @@ return { [1]="skeletal_chains_damage_+%" } }, - [3374]={ + [3320]={ [1]={ [1]={ limit={ @@ -72845,7 +71871,7 @@ return { [1]="storm_burst_damage_+%" } }, - [3375]={ + [3321]={ [1]={ [1]={ limit={ @@ -72874,7 +71900,7 @@ return { [1]="frost_bomb_damage_+%" } }, - [3376]={ + [3322]={ [1]={ [1]={ limit={ @@ -72903,7 +71929,7 @@ return { [1]="orb_of_storms_damage_+%" } }, - [3377]={ + [3323]={ [1]={ [1]={ limit={ @@ -72932,7 +71958,7 @@ return { [1]="siege_ballista_damage_+%" } }, - [3378]={ + [3324]={ [1]={ [1]={ limit={ @@ -72961,7 +71987,7 @@ return { [1]="blight_damage_+%" } }, - [3379]={ + [3325]={ [1]={ [1]={ limit={ @@ -72990,7 +72016,7 @@ return { [1]="shockwave_slam_damage_+%" } }, - [3380]={ + [3326]={ [1]={ [1]={ [1]={ @@ -73010,7 +72036,7 @@ return { [1]="life_regeneration_per_minute_%_while_frozen" } }, - [3381]={ + [3327]={ [1]={ [1]={ [1]={ @@ -73030,7 +72056,7 @@ return { [1]="occultist_stacking_energy_shield_regeneration_rate_per_minute_%_on_kill_for_4_seconds" } }, - [3382]={ + [3328]={ [1]={ [1]={ limit={ @@ -73046,7 +72072,7 @@ return { [1]="occultist_immune_to_stun_while_has_energy_shield" } }, - [3383]={ + [3329]={ [1]={ [1]={ limit={ @@ -73062,7 +72088,7 @@ return { [1]="energy_shield_recharge_is_not_interrupted_if_recharge_begaen_recently" } }, - [3384]={ + [3330]={ [1]={ [1]={ limit={ @@ -73091,7 +72117,7 @@ return { [1]="hierophant_passive_damage_+%_final_per_totem" } }, - [3385]={ + [3331]={ [1]={ [1]={ limit={ @@ -73120,7 +72146,7 @@ return { [1]="totem_damage_+%_final_per_active_totem" } }, - [3386]={ + [3332]={ [1]={ [1]={ limit={ @@ -73136,7 +72162,7 @@ return { [1]="cannot_be_affected_by_flasks" } }, - [3387]={ + [3333]={ [1]={ [1]={ limit={ @@ -73152,7 +72178,7 @@ return { [1]="flasks_apply_to_your_zombies_and_spectres" } }, - [3388]={ + [3334]={ [1]={ [1]={ limit={ @@ -73168,7 +72194,7 @@ return { [1]="modifiers_to_minion_damage_also_affect_you" } }, - [3389]={ + [3335]={ [1]={ [1]={ limit={ @@ -73184,7 +72210,7 @@ return { [1]="additive_modifiers_to_minion_attack_speed_also_affect_you" } }, - [3390]={ + [3336]={ [1]={ [1]={ limit={ @@ -73200,7 +72226,7 @@ return { [1]="modifiers_to_minion_cast_speed_also_affect_you" } }, - [3391]={ + [3337]={ [1]={ [1]={ limit={ @@ -73216,7 +72242,7 @@ return { [1]="modifiers_to_minion_life_regeneration_also_affect_you" } }, - [3392]={ + [3338]={ [1]={ [1]={ limit={ @@ -73232,7 +72258,7 @@ return { [1]="modifiers_to_minion_movement_speed_also_affect_you" } }, - [3393]={ + [3339]={ [1]={ [1]={ limit={ @@ -73248,7 +72274,7 @@ return { [1]="non_skill_non_chaos_damage_%_to_gain_as_chaos_per_curse_on_target_on_kill_for_4_seconds" } }, - [3394]={ + [3340]={ [1]={ [1]={ limit={ @@ -73264,7 +72290,7 @@ return { [1]="enemies_damage_taken_+%_while_cursed" } }, - [3395]={ + [3341]={ [1]={ [1]={ limit={ @@ -73280,7 +72306,7 @@ return { [1]="enemies_you_curse_have_malediction" } }, - [3396]={ + [3342]={ [1]={ [1]={ limit={ @@ -73296,7 +72322,7 @@ return { [1]="local_double_damage_to_chilled_enemies" } }, - [3397]={ + [3343]={ [1]={ [1]={ limit={ @@ -73312,7 +72338,7 @@ return { [1]="local_elemental_penetration_%" } }, - [3398]={ + [3344]={ [1]={ [1]={ limit={ @@ -73328,7 +72354,7 @@ return { [1]="local_fire_penetration_%" } }, - [3399]={ + [3345]={ [1]={ [1]={ limit={ @@ -73344,7 +72370,7 @@ return { [1]="local_cold_penetration_%" } }, - [3400]={ + [3346]={ [1]={ [1]={ limit={ @@ -73360,7 +72386,7 @@ return { [1]="local_lightning_penetration_%" } }, - [3401]={ + [3347]={ [1]={ [1]={ limit={ @@ -73389,7 +72415,7 @@ return { [1]="damage_while_no_frenzy_charges_+%" } }, - [3402]={ + [3348]={ [1]={ [1]={ limit={ @@ -73418,7 +72444,7 @@ return { [1]="critical_strike_chance_against_enemies_on_full_life_+%" } }, - [3403]={ + [3349]={ [1]={ [1]={ limit={ @@ -73439,7 +72465,7 @@ return { [2]="minion_attack_maximum_added_physical_damage" } }, - [3404]={ + [3350]={ [1]={ [1]={ limit={ @@ -73460,7 +72486,7 @@ return { [2]="minion_global_maximum_added_chaos_damage" } }, - [3405]={ + [3351]={ [1]={ [1]={ limit={ @@ -73481,7 +72507,7 @@ return { [2]="minion_global_maximum_added_cold_damage" } }, - [3406]={ + [3352]={ [1]={ [1]={ limit={ @@ -73502,7 +72528,7 @@ return { [2]="minion_global_maximum_added_fire_damage" } }, - [3407]={ + [3353]={ [1]={ [1]={ limit={ @@ -73523,7 +72549,7 @@ return { [2]="minion_global_maximum_added_lightning_damage" } }, - [3408]={ + [3354]={ [1]={ [1]={ limit={ @@ -73544,7 +72570,7 @@ return { [2]="minion_global_maximum_added_physical_damage" } }, - [3409]={ + [3355]={ [1]={ [1]={ limit={ @@ -73560,7 +72586,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_fire_with_attacks" } }, - [3410]={ + [3356]={ [1]={ [1]={ limit={ @@ -73576,7 +72602,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_cold_with_attacks" } }, - [3411]={ + [3357]={ [1]={ [1]={ limit={ @@ -73592,7 +72618,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_lightning_with_attacks" } }, - [3412]={ + [3358]={ [1]={ [1]={ limit={ @@ -73608,7 +72634,7 @@ return { [1]="maximum_energy_shield_+_per_5_strength" } }, - [3413]={ + [3359]={ [1]={ [1]={ limit={ @@ -73624,7 +72650,7 @@ return { [1]="attack_always_crit" } }, - [3414]={ + [3360]={ [1]={ [1]={ limit={ @@ -73640,7 +72666,7 @@ return { [1]="local_varunastra_weapon_counts_as_all_1h_melee_weapon_types" } }, - [3415]={ + [3361]={ [1]={ [1]={ limit={ @@ -73656,7 +72682,7 @@ return { [1]="guardian_nearby_enemies_cannot_gain_charges" } }, - [3416]={ + [3362]={ [1]={ [1]={ limit={ @@ -73672,7 +72698,7 @@ return { [1]="guardian_reserved_life_granted_to_you_and_allies_as_armour_%" } }, - [3417]={ + [3363]={ [1]={ [1]={ limit={ @@ -73688,7 +72714,7 @@ return { [1]="guardian_reserved_mana_%_given_to_you_and_nearby_allies_as_base_maximum_energy_shield" } }, - [3418]={ + [3364]={ [1]={ [1]={ limit={ @@ -73704,7 +72730,7 @@ return { [1]="guardian_remove_curses_and_status_ailments_every_10_seconds" } }, - [3419]={ + [3365]={ [1]={ [1]={ [1]={ @@ -73724,7 +72750,7 @@ return { [1]="guardian_gain_life_regeneration_per_minute_%_for_1_second_every_10_seconds" } }, - [3420]={ + [3366]={ [1]={ [1]={ limit={ @@ -73740,7 +72766,7 @@ return { [1]="base_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit" } }, - [3421]={ + [3367]={ [1]={ [1]={ limit={ @@ -73756,7 +72782,7 @@ return { [1]="totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit" } }, - [3422]={ + [3368]={ [1]={ [1]={ limit={ @@ -73772,7 +72798,7 @@ return { [1]="active_skill_attack_speed_+%_final_per_frenzy_charge" } }, - [3423]={ + [3369]={ [1]={ [1]={ limit={ @@ -73801,7 +72827,7 @@ return { [1]="totem_aura_enemy_damage_+%_final" } }, - [3424]={ + [3370]={ [1]={ [1]={ limit={ @@ -73830,7 +72856,7 @@ return { [1]="totem_aura_enemy_fire_and_physical_damage_taken_+%" } }, - [3425]={ + [3371]={ [1]={ [1]={ limit={ @@ -73859,7 +72885,7 @@ return { [1]="trap_damage_buildup_damage_+%_final_when_first_set" } }, - [3426]={ + [3372]={ [1]={ [1]={ limit={ @@ -73888,7 +72914,7 @@ return { [1]="trap_damage_buildup_damage_+%_final_after_4_seconds" } }, - [3427]={ + [3373]={ [1]={ [1]={ [1]={ @@ -73908,7 +72934,7 @@ return { [1]="local_weapon_base_crit_chance_permyriad_override" } }, - [3428]={ + [3374]={ [1]={ [1]={ limit={ @@ -73929,7 +72955,7 @@ return { [2]="trap_and_mine_maximum_added_physical_damage" } }, - [3429]={ + [3375]={ [1]={ [1]={ limit={ @@ -73954,7 +72980,7 @@ return { [1]="trap_%_chance_to_trigger_twice" } }, - [3430]={ + [3376]={ [1]={ [1]={ limit={ @@ -73983,7 +73009,7 @@ return { [1]="physical_damage_over_time_per_10_dexterity_+%" } }, - [3431]={ + [3377]={ [1]={ [1]={ limit={ @@ -74012,7 +73038,7 @@ return { [1]="bleed_duration_per_12_intelligence_+%" } }, - [3432]={ + [3378]={ [1]={ [1]={ limit={ @@ -74028,7 +73054,7 @@ return { [1]="%_chance_to_cause_bleeding_enemies_to_flee_on_hit" } }, - [3433]={ + [3379]={ [1]={ [1]={ limit={ @@ -74057,7 +73083,7 @@ return { [1]="melee_ancestor_totem_grant_owner_attack_speed_+%" } }, - [3434]={ + [3380]={ [1]={ [1]={ limit={ @@ -74073,7 +73099,7 @@ return { [1]="slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%" } }, - [3435]={ + [3381]={ [1]={ [1]={ limit={ @@ -74102,7 +73128,7 @@ return { [1]="slam_ancestor_totem_grant_owner_melee_damage_+%" } }, - [3436]={ + [3382]={ [1]={ [1]={ limit={ @@ -74118,7 +73144,7 @@ return { [1]="gain_cannot_be_stunned_aura_for_4_seconds_on_block_radius" } }, - [3437]={ + [3383]={ [1]={ [1]={ limit={ @@ -74147,7 +73173,7 @@ return { [1]="cleave_radius_+%" } }, - [3438]={ + [3384]={ [1]={ [1]={ limit={ @@ -74176,7 +73202,7 @@ return { [1]="ground_slam_radius_+%" } }, - [3439]={ + [3385]={ [1]={ [1]={ limit={ @@ -74205,7 +73231,7 @@ return { [1]="infernal_blow_radius_+%" } }, - [3440]={ + [3386]={ [1]={ [1]={ limit={ @@ -74234,7 +73260,7 @@ return { [1]="lightning_tendrils_radius_+%" } }, - [3441]={ + [3387]={ [1]={ [1]={ limit={ @@ -74263,7 +73289,7 @@ return { [1]="magma_orb_radius_+%" } }, - [3442]={ + [3388]={ [1]={ [1]={ limit={ @@ -74292,7 +73318,7 @@ return { [1]="reave_radius_+%" } }, - [3443]={ + [3389]={ [1]={ [1]={ limit={ @@ -74321,7 +73347,7 @@ return { [1]="molten_strike_radius_+%" } }, - [3444]={ + [3390]={ [1]={ [1]={ limit={ @@ -74350,7 +73376,7 @@ return { [1]="ice_shot_radius_+%" } }, - [3445]={ + [3391]={ [1]={ [1]={ limit={ @@ -74379,7 +73405,7 @@ return { [1]="rain_of_arrows_radius_+%" } }, - [3446]={ + [3392]={ [1]={ [1]={ limit={ @@ -74408,7 +73434,7 @@ return { [1]="leap_slam_radius_+%" } }, - [3447]={ + [3393]={ [1]={ [1]={ limit={ @@ -74437,7 +73463,7 @@ return { [1]="lightning_arrow_radius_+%" } }, - [3448]={ + [3394]={ [1]={ [1]={ limit={ @@ -74466,7 +73492,7 @@ return { [1]="ice_nova_radius_+%" } }, - [3449]={ + [3395]={ [1]={ [1]={ limit={ @@ -74495,7 +73521,7 @@ return { [1]="static_strike_radius_+%" } }, - [3450]={ + [3396]={ [1]={ [1]={ limit={ @@ -74524,7 +73550,7 @@ return { [1]="storm_call_radius_+%" } }, - [3451]={ + [3397]={ [1]={ [1]={ limit={ @@ -74549,7 +73575,7 @@ return { [1]="sweep_add_endurance_charge_on_hit_%" } }, - [3452]={ + [3398]={ [1]={ [1]={ limit={ @@ -74578,7 +73604,7 @@ return { [1]="sweep_radius_+%" } }, - [3453]={ + [3399]={ [1]={ [1]={ limit={ @@ -74607,7 +73633,7 @@ return { [1]="righteous_fire_radius_+%" } }, - [3454]={ + [3400]={ [1]={ [1]={ limit={ @@ -74636,7 +73662,7 @@ return { [1]="arctic_breath_radius_+%" } }, - [3455]={ + [3401]={ [1]={ [1]={ limit={ @@ -74665,7 +73691,7 @@ return { [1]="ball_lightning_radius_+%" } }, - [3456]={ + [3402]={ [1]={ [1]={ limit={ @@ -74694,7 +73720,7 @@ return { [1]="explosive_arrow_radius_+%" } }, - [3457]={ + [3403]={ [1]={ [1]={ limit={ @@ -74723,7 +73749,7 @@ return { [1]="flameblast_radius_+%" } }, - [3458]={ + [3404]={ [1]={ [1]={ limit={ @@ -74752,7 +73778,7 @@ return { [1]="glacial_cascade_radius_+%" } }, - [3459]={ + [3405]={ [1]={ [1]={ limit={ @@ -74781,7 +73807,7 @@ return { [1]="wild_strike_radius_+%" } }, - [3460]={ + [3406]={ [1]={ [1]={ limit={ @@ -74810,7 +73836,7 @@ return { [1]="detonate_dead_radius_+%" } }, - [3461]={ + [3407]={ [1]={ [1]={ limit={ @@ -74839,7 +73865,7 @@ return { [1]="ice_crash_radius_+%" } }, - [3462]={ + [3408]={ [1]={ [1]={ limit={ @@ -74868,7 +73894,7 @@ return { [1]="kinetic_blast_radius_+%" } }, - [3463]={ + [3409]={ [1]={ [1]={ limit={ @@ -74897,7 +73923,7 @@ return { [1]="caustic_arrow_radius_+%" } }, - [3464]={ + [3410]={ [1]={ [1]={ limit={ @@ -74926,7 +73952,7 @@ return { [1]="cold_snap_radius_+%" } }, - [3465]={ + [3411]={ [1]={ [1]={ limit={ @@ -74955,7 +73981,7 @@ return { [1]="decoy_totem_radius_+%" } }, - [3466]={ + [3412]={ [1]={ [1]={ limit={ @@ -74984,7 +74010,7 @@ return { [1]="shock_nova_radius_+%" } }, - [3467]={ + [3413]={ [1]={ [1]={ limit={ @@ -75013,7 +74039,7 @@ return { [1]="freeze_mine_radius_+%" } }, - [3468]={ + [3414]={ [1]={ [1]={ limit={ @@ -75042,7 +74068,7 @@ return { [1]="shrapnel_shot_radius_+%" } }, - [3469]={ + [3415]={ [1]={ [1]={ limit={ @@ -75071,7 +74097,7 @@ return { [1]="blast_rain_radius_+%" } }, - [3470]={ + [3416]={ [1]={ [1]={ limit={ @@ -75100,7 +74126,7 @@ return { [1]="contagion_radius_+%" } }, - [3471]={ + [3417]={ [1]={ [1]={ limit={ @@ -75129,7 +74155,7 @@ return { [1]="wither_radius_+%" } }, - [3472]={ + [3418]={ [1]={ [1]={ limit={ @@ -75158,7 +74184,7 @@ return { [1]="blade_vortex_radius_+%" } }, - [3473]={ + [3419]={ [1]={ [1]={ limit={ @@ -75187,7 +74213,7 @@ return { [1]="bladefall_radius_+%" } }, - [3474]={ + [3420]={ [1]={ [1]={ limit={ @@ -75216,7 +74242,7 @@ return { [1]="ice_trap_radius_+%" } }, - [3475]={ + [3421]={ [1]={ [1]={ limit={ @@ -75245,7 +74271,7 @@ return { [1]="earthquake_radius_+%" } }, - [3476]={ + [3422]={ [1]={ [1]={ limit={ @@ -75274,7 +74300,7 @@ return { [1]="frost_bomb_radius_+%" } }, - [3477]={ + [3423]={ [1]={ [1]={ limit={ @@ -75303,7 +74329,7 @@ return { [1]="storm_cloud_radius_+%" } }, - [3478]={ + [3424]={ [1]={ [1]={ limit={ @@ -75332,7 +74358,7 @@ return { [1]="blight_radius_+%" } }, - [3479]={ + [3425]={ [1]={ [1]={ limit={ @@ -75361,7 +74387,7 @@ return { [1]="shockwave_slam_radius_+%" } }, - [3480]={ + [3426]={ [1]={ [1]={ limit={ @@ -75390,7 +74416,7 @@ return { [1]="sunder_wave_delay_+%" } }, - [3481]={ + [3427]={ [1]={ [1]={ limit={ @@ -75419,7 +74445,7 @@ return { [1]="shockwave_totem_radius_+%" } }, - [3482]={ + [3428]={ [1]={ [1]={ limit={ @@ -75435,7 +74461,7 @@ return { [1]="charged_dash_area_of_effect_radius_+_of_final_explosion" } }, - [3483]={ + [3429]={ [1]={ [1]={ limit={ @@ -75464,7 +74490,7 @@ return { [1]="cleave_attack_speed_+%" } }, - [3484]={ + [3430]={ [1]={ [1]={ limit={ @@ -75493,7 +74519,7 @@ return { [1]="double_strike_attack_speed_+%" } }, - [3485]={ + [3431]={ [1]={ [1]={ limit={ @@ -75522,7 +74548,7 @@ return { [1]="dual_strike_attack_speed_+%" } }, - [3486]={ + [3432]={ [1]={ [1]={ limit={ @@ -75551,7 +74577,7 @@ return { [1]="heavy_strike_attack_speed_+%" } }, - [3487]={ + [3433]={ [1]={ [1]={ limit={ @@ -75580,7 +74606,7 @@ return { [1]="zombie_attack_speed_+%" } }, - [3488]={ + [3434]={ [1]={ [1]={ limit={ @@ -75609,7 +74635,7 @@ return { [1]="rain_of_arrows_attack_speed_+%" } }, - [3489]={ + [3435]={ [1]={ [1]={ limit={ @@ -75638,7 +74664,7 @@ return { [1]="leap_slam_attack_speed_+%" } }, - [3490]={ + [3436]={ [1]={ [1]={ limit={ @@ -75667,7 +74693,7 @@ return { [1]="shield_charge_attack_speed_+%" } }, - [3491]={ + [3437]={ [1]={ [1]={ limit={ @@ -75696,7 +74722,7 @@ return { [1]="barrage_attack_speed_+%" } }, - [3492]={ + [3438]={ [1]={ [1]={ limit={ @@ -75725,7 +74751,7 @@ return { [1]="elemental_hit_attack_speed_+%" } }, - [3493]={ + [3439]={ [1]={ [1]={ limit={ @@ -75754,7 +74780,7 @@ return { [1]="cyclone_attack_speed_+%" } }, - [3494]={ + [3440]={ [1]={ [1]={ limit={ @@ -75783,7 +74809,7 @@ return { [1]="power_siphon_attack_speed_+%" } }, - [3495]={ + [3441]={ [1]={ [1]={ limit={ @@ -75812,7 +74838,7 @@ return { [1]="siege_ballista_attack_speed_+%" } }, - [3496]={ + [3442]={ [1]={ [1]={ limit={ @@ -75841,7 +74867,7 @@ return { [1]="shockwave_slam_attack_speed_+%" } }, - [3497]={ + [3443]={ [1]={ [1]={ limit={ @@ -75870,7 +74896,7 @@ return { [1]="mirror_arrow_and_mirror_arrow_clone_attack_speed_+%" } }, - [3498]={ + [3444]={ [1]={ [1]={ limit={ @@ -75899,7 +74925,7 @@ return { [1]="blink_arrow_and_blink_arrow_clone_attack_speed_+%" } }, - [3499]={ + [3445]={ [1]={ [1]={ limit={ @@ -75928,7 +74954,7 @@ return { [1]="whirling_blades_attack_speed_+%" } }, - [3500]={ + [3446]={ [1]={ [1]={ limit={ @@ -75957,7 +74983,7 @@ return { [1]="spectre_attack_and_cast_speed_+%" } }, - [3501]={ + [3447]={ [1]={ [1]={ limit={ @@ -75986,7 +75012,7 @@ return { [1]="freezing_pulse_cast_speed_+%" } }, - [3502]={ + [3448]={ [1]={ [1]={ limit={ @@ -76015,7 +75041,7 @@ return { [1]="fireball_cast_speed_+%" } }, - [3503]={ + [3449]={ [1]={ [1]={ limit={ @@ -76044,7 +75070,7 @@ return { [1]="fire_nova_mine_cast_speed_+%" } }, - [3504]={ + [3450]={ [1]={ [1]={ limit={ @@ -76073,7 +75099,7 @@ return { [1]="lightning_warp_cast_speed_+%" } }, - [3505]={ + [3451]={ [1]={ [1]={ limit={ @@ -76102,7 +75128,7 @@ return { [1]="fire_trap_cooldown_speed_+%" } }, - [3506]={ + [3452]={ [1]={ [1]={ limit={ @@ -76131,7 +75157,7 @@ return { [1]="flicker_strike_cooldown_speed_+%" } }, - [3507]={ + [3453]={ [1]={ [1]={ limit={ @@ -76160,7 +75186,7 @@ return { [1]="cold_snap_cooldown_speed_+%" } }, - [3508]={ + [3454]={ [1]={ [1]={ limit={ @@ -76189,7 +75215,7 @@ return { [1]="convocation_cooldown_speed_+%" } }, - [3509]={ + [3455]={ [1]={ [1]={ limit={ @@ -76218,7 +75244,7 @@ return { [1]="bear_trap_cooldown_speed_+%" } }, - [3510]={ + [3456]={ [1]={ [1]={ limit={ @@ -76247,7 +75273,7 @@ return { [1]="frost_wall_cooldown_speed_+%" } }, - [3511]={ + [3457]={ [1]={ [1]={ limit={ @@ -76276,7 +75302,7 @@ return { [1]="reckoning_cooldown_speed_+%" } }, - [3512]={ + [3458]={ [1]={ [1]={ limit={ @@ -76305,7 +75331,7 @@ return { [1]="flame_dash_cooldown_speed_+%" } }, - [3513]={ + [3459]={ [1]={ [1]={ limit={ @@ -76334,7 +75360,7 @@ return { [1]="desecrate_cooldown_speed_+%" } }, - [3514]={ + [3460]={ [1]={ [1]={ limit={ @@ -76363,7 +75389,7 @@ return { [1]="blink_arrow_cooldown_speed_+%" } }, - [3515]={ + [3461]={ [1]={ [1]={ limit={ @@ -76392,7 +75418,7 @@ return { [1]="mirror_arrow_cooldown_speed_+%" } }, - [3516]={ + [3462]={ [1]={ [1]={ limit={ @@ -76421,7 +75447,7 @@ return { [1]="riposte_cooldown_speed_+%" } }, - [3517]={ + [3463]={ [1]={ [1]={ limit={ @@ -76450,7 +75476,7 @@ return { [1]="vengeance_cooldown_speed_+%" } }, - [3518]={ + [3464]={ [1]={ [1]={ limit={ @@ -76479,7 +75505,7 @@ return { [1]="enduring_cry_cooldown_speed_+%" } }, - [3519]={ + [3465]={ [1]={ [1]={ limit={ @@ -76508,7 +75534,7 @@ return { [1]="frost_bomb_cooldown_speed_+%" } }, - [3520]={ + [3466]={ [1]={ [1]={ limit={ @@ -76537,7 +75563,7 @@ return { [1]="conversion_trap_cooldown_speed_+%" } }, - [3521]={ + [3467]={ [1]={ [1]={ limit={ @@ -76566,7 +75592,7 @@ return { [1]="ice_trap_cooldown_speed_+%" } }, - [3522]={ + [3468]={ [1]={ [1]={ limit={ @@ -76599,7 +75625,7 @@ return { [1]="ball_lightning_projectile_speed_+%" } }, - [3523]={ + [3469]={ [1]={ [1]={ limit={ @@ -76628,7 +75654,7 @@ return { [1]="freezing_pulse_projectile_speed_+%" } }, - [3524]={ + [3470]={ [1]={ [1]={ limit={ @@ -76657,7 +75683,7 @@ return { [1]="spark_projectile_speed_+%" } }, - [3525]={ + [3471]={ [1]={ [1]={ limit={ @@ -76686,7 +75712,7 @@ return { [1]="spectral_throw_projectile_speed_+%" } }, - [3526]={ + [3472]={ [1]={ [1]={ limit={ @@ -76715,7 +75741,7 @@ return { [1]="ethereal_knives_projectile_speed_+%" } }, - [3527]={ + [3473]={ [1]={ [1]={ limit={ @@ -76744,7 +75770,7 @@ return { [1]="flame_totem_projectile_speed_+%" } }, - [3528]={ + [3474]={ [1]={ [1]={ limit={ @@ -76773,7 +75799,7 @@ return { [1]="incinerate_projectile_speed_+%" } }, - [3529]={ + [3475]={ [1]={ [1]={ limit={ @@ -76802,7 +75828,7 @@ return { [1]="dominating_blow_duration_+%" } }, - [3530]={ + [3476]={ [1]={ [1]={ limit={ @@ -76831,7 +75857,7 @@ return { [1]="puncture_duration_+%" } }, - [3531]={ + [3477]={ [1]={ [1]={ limit={ @@ -76860,7 +75886,7 @@ return { [1]="immortal_call_duration_+%" } }, - [3532]={ + [3478]={ [1]={ [1]={ limit={ @@ -76889,7 +75915,7 @@ return { [1]="bone_offering_duration_+%" } }, - [3533]={ + [3479]={ [1]={ [1]={ limit={ @@ -76918,7 +75944,7 @@ return { [1]="flesh_offering_duration_+%" } }, - [3534]={ + [3480]={ [1]={ [1]={ limit={ @@ -76947,7 +75973,7 @@ return { [1]="spirit_offering_duration_+%" } }, - [3535]={ + [3481]={ [1]={ [1]={ limit={ @@ -76976,7 +76002,7 @@ return { [1]="smoke_mine_duration_+%" } }, - [3536]={ + [3482]={ [1]={ [1]={ limit={ @@ -77005,7 +76031,7 @@ return { [1]="frost_wall_duration_+%" } }, - [3537]={ + [3483]={ [1]={ [1]={ limit={ @@ -77034,7 +76060,7 @@ return { [1]="vigilant_strike_fortify_duration_+%" } }, - [3538]={ + [3484]={ [1]={ [1]={ limit={ @@ -77063,7 +76089,7 @@ return { [1]="poachers_mark_duration_+%" } }, - [3539]={ + [3485]={ [1]={ [1]={ limit={ @@ -77092,7 +76118,7 @@ return { [1]="projectile_weakness_duration_+%" } }, - [3540]={ + [3486]={ [1]={ [1]={ limit={ @@ -77121,7 +76147,7 @@ return { [1]="temporal_chains_duration_+%" } }, - [3541]={ + [3487]={ [1]={ [1]={ limit={ @@ -77150,7 +76176,7 @@ return { [1]="warlords_mark_duration_+%" } }, - [3542]={ + [3488]={ [1]={ [1]={ limit={ @@ -77179,7 +76205,7 @@ return { [1]="vulnerability_duration_+%" } }, - [3543]={ + [3489]={ [1]={ [1]={ limit={ @@ -77208,7 +76234,7 @@ return { [1]="punishment_duration_+%" } }, - [3544]={ + [3490]={ [1]={ [1]={ limit={ @@ -77237,7 +76263,7 @@ return { [1]="frostbite_duration_+%" } }, - [3545]={ + [3491]={ [1]={ [1]={ limit={ @@ -77266,7 +76292,7 @@ return { [1]="flammability_duration_+%" } }, - [3546]={ + [3492]={ [1]={ [1]={ limit={ @@ -77295,7 +76321,7 @@ return { [1]="enfeeble_duration_+%" } }, - [3547]={ + [3493]={ [1]={ [1]={ limit={ @@ -77324,7 +76350,7 @@ return { [1]="elemental_weakness_duration_+%" } }, - [3548]={ + [3494]={ [1]={ [1]={ limit={ @@ -77353,7 +76379,7 @@ return { [1]="conductivity_duration_+%" } }, - [3549]={ + [3495]={ [1]={ [1]={ limit={ @@ -77382,7 +76408,7 @@ return { [1]="assassins_mark_duration_+%" } }, - [3550]={ + [3496]={ [1]={ [1]={ limit={ @@ -77411,7 +76437,7 @@ return { [1]="desecrate_duration_+%" } }, - [3551]={ + [3497]={ [1]={ [1]={ limit={ @@ -77440,7 +76466,7 @@ return { [1]="rallying_cry_duration_+%" } }, - [3552]={ + [3498]={ [1]={ [1]={ limit={ @@ -77469,7 +76495,7 @@ return { [1]="abyssal_cry_duration_+%" } }, - [3553]={ + [3499]={ [1]={ [1]={ limit={ @@ -77498,7 +76524,7 @@ return { [1]="contagion_duration_+%" } }, - [3554]={ + [3500]={ [1]={ [1]={ limit={ @@ -77527,7 +76553,7 @@ return { [1]="siphon_duration_+%" } }, - [3555]={ + [3501]={ [1]={ [1]={ limit={ @@ -77556,7 +76582,7 @@ return { [1]="wither_duration_+%" } }, - [3556]={ + [3502]={ [1]={ [1]={ limit={ @@ -77585,7 +76611,7 @@ return { [1]="blade_vortex_duration_+%" } }, - [3557]={ + [3503]={ [1]={ [1]={ limit={ @@ -77618,7 +76644,7 @@ return { [1]="earthquake_duration_+%" } }, - [3558]={ + [3504]={ [1]={ [1]={ limit={ @@ -77647,7 +76673,7 @@ return { [1]="blight_duration_+%" } }, - [3559]={ + [3505]={ [1]={ [1]={ limit={ @@ -77676,7 +76702,7 @@ return { [1]="viper_strike_poison_duration_+%" } }, - [3560]={ + [3506]={ [1]={ [1]={ limit={ @@ -77705,7 +76731,7 @@ return { [1]="firestorm_duration_+%" } }, - [3561]={ + [3507]={ [1]={ [1]={ limit={ @@ -77734,7 +76760,7 @@ return { [1]="static_strike_duration_+%" } }, - [3562]={ + [3508]={ [1]={ [1]={ limit={ @@ -77767,7 +76793,7 @@ return { [1]="storm_call_duration_+%" } }, - [3563]={ + [3509]={ [1]={ [1]={ limit={ @@ -77796,7 +76822,7 @@ return { [1]="arctic_breath_duration_+%" } }, - [3564]={ + [3510]={ [1]={ [1]={ limit={ @@ -77829,7 +76855,7 @@ return { [1]="lightning_warp_duration_+%" } }, - [3565]={ + [3511]={ [1]={ [1]={ limit={ @@ -77858,7 +76884,7 @@ return { [1]="ice_shot_duration_+%" } }, - [3566]={ + [3512]={ [1]={ [1]={ limit={ @@ -77887,7 +76913,7 @@ return { [1]="caustic_arrow_duration_+%" } }, - [3567]={ + [3513]={ [1]={ [1]={ limit={ @@ -77916,7 +76942,7 @@ return { [1]="double_strike_critical_strike_chance_+%" } }, - [3568]={ + [3514]={ [1]={ [1]={ limit={ @@ -77945,7 +76971,7 @@ return { [1]="dual_strike_critical_strike_chance_+%" } }, - [3569]={ + [3515]={ [1]={ [1]={ limit={ @@ -77974,7 +77000,7 @@ return { [1]="split_arrow_critical_strike_chance_+%" } }, - [3570]={ + [3516]={ [1]={ [1]={ limit={ @@ -78003,7 +77029,7 @@ return { [1]="viper_strike_critical_strike_chance_+%" } }, - [3571]={ + [3517]={ [1]={ [1]={ limit={ @@ -78032,7 +77058,7 @@ return { [1]="flameblast_critical_strike_chance_+%" } }, - [3572]={ + [3518]={ [1]={ [1]={ limit={ @@ -78061,7 +77087,7 @@ return { [1]="flame_surge_critical_strike_chance_+%" } }, - [3573]={ + [3519]={ [1]={ [1]={ limit={ @@ -78090,7 +77116,7 @@ return { [1]="tornado_shot_critical_strike_chance_+%" } }, - [3574]={ + [3520]={ [1]={ [1]={ limit={ @@ -78119,7 +77145,7 @@ return { [1]="storm_cloud_critical_strike_chance_+%" } }, - [3575]={ + [3521]={ [1]={ [1]={ limit={ @@ -78148,7 +77174,7 @@ return { [1]="bladefall_critical_strike_chance_+%" } }, - [3576]={ + [3522]={ [1]={ [1]={ limit={ @@ -78173,7 +77199,7 @@ return { [1]="lightning_strike_num_of_additional_projectiles" } }, - [3577]={ + [3523]={ [1]={ [1]={ limit={ @@ -78198,7 +77224,7 @@ return { [1]="molten_strike_num_of_additional_projectiles" } }, - [3578]={ + [3524]={ [1]={ [1]={ limit={ @@ -78223,7 +77249,7 @@ return { [1]="spark_num_of_additional_projectiles" } }, - [3579]={ + [3525]={ [1]={ [1]={ limit={ @@ -78248,7 +77274,7 @@ return { [1]="split_arrow_num_of_additional_projectiles" } }, - [3580]={ + [3526]={ [1]={ [1]={ limit={ @@ -78273,7 +77299,7 @@ return { [1]="barrage_num_of_additional_projectiles" } }, - [3581]={ + [3527]={ [1]={ [1]={ limit={ @@ -78298,7 +77324,7 @@ return { [1]="tornado_shot_num_of_secondary_projectiles" } }, - [3582]={ + [3528]={ [1]={ [1]={ limit={ @@ -78323,7 +77349,7 @@ return { [1]="magma_orb_num_of_additional_projectiles_in_chain" } }, - [3583]={ + [3529]={ [1]={ [1]={ limit={ @@ -78348,7 +77374,7 @@ return { [1]="arc_num_of_additional_projectiles_in_chain" } }, - [3584]={ + [3530]={ [1]={ [1]={ limit={ @@ -78373,7 +77399,7 @@ return { [1]="flame_totem_num_of_additional_projectiles" } }, - [3585]={ + [3531]={ [1]={ [1]={ limit={ @@ -78398,7 +77424,7 @@ return { [1]="lightning_strike_additional_pierce" } }, - [3586]={ + [3532]={ [1]={ [1]={ limit={ @@ -78423,32 +77449,7 @@ return { [1]="lightning_trap_additional_pierce" } }, - [3587]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Burning Arrow Always Ignites" - }, - [2]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Burning Arrow has {0:+d}% chance to Ignite" - } - }, - stats={ - [1]="burning_arrow_ignite_chance_%" - } - }, - [3588]={ + [3533]={ [1]={ [1]={ limit={ @@ -78464,7 +77465,7 @@ return { [1]="burning_arrow_physical_damage_%_to_gain_as_fire_damage" } }, - [3589]={ + [3534]={ [1]={ [1]={ limit={ @@ -78480,7 +77481,7 @@ return { [1]="infernal_blow_physical_damage_%_to_gain_as_fire_damage" } }, - [3590]={ + [3535]={ [1]={ [1]={ limit={ @@ -78509,32 +77510,7 @@ return { [1]="fire_trap_burning_damage_+%" } }, - [3591]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Fireball Always Ignites" - }, - [2]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Fireball has {0:+d}% chance to Ignite" - } - }, - stats={ - [1]="fireball_ignite_chance_%" - } - }, - [3592]={ + [3536]={ [1]={ [1]={ limit={ @@ -78563,7 +77539,7 @@ return { [1]="glacial_hammer_freeze_chance_%" } }, - [3593]={ + [3537]={ [1]={ [1]={ limit={ @@ -78588,7 +77564,7 @@ return { [1]="ice_nova_freeze_chance_%" } }, - [3594]={ + [3538]={ [1]={ [1]={ limit={ @@ -78617,7 +77593,7 @@ return { [1]="reave_attack_speed_per_reave_stack_+%" } }, - [3595]={ + [3539]={ [1]={ [1]={ limit={ @@ -78650,7 +77626,7 @@ return { [1]="spectral_throw_projectile_deceleration_+%" } }, - [3596]={ + [3540]={ [1]={ [1]={ limit={ @@ -78679,7 +77655,7 @@ return { [1]="flicker_strike_damage_+%_per_frenzy_charge" } }, - [3597]={ + [3541]={ [1]={ [1]={ limit={ @@ -78695,7 +77671,7 @@ return { [1]="puncture_maim_on_hit_%_chance" } }, - [3598]={ + [3542]={ [1]={ [1]={ limit={ @@ -78724,7 +77700,7 @@ return { [1]="arc_shock_chance_%" } }, - [3599]={ + [3543]={ [1]={ [1]={ limit={ @@ -78740,7 +77716,7 @@ return { [1]="fire_nova_mine_num_of_additional_repeats" } }, - [3600]={ + [3544]={ [1]={ [1]={ limit={ @@ -78769,7 +77745,7 @@ return { [1]="firestorm_explosion_area_of_effect_+%" } }, - [3601]={ + [3545]={ [1]={ [1]={ limit={ @@ -78798,7 +77774,7 @@ return { [1]="flame_surge_damage_+%_vs_burning_enemies" } }, - [3602]={ + [3546]={ [1]={ [1]={ limit={ @@ -78814,7 +77790,7 @@ return { [1]="ice_spear_%_chance_to_gain_power_charge_on_critical_strike" } }, - [3603]={ + [3547]={ [1]={ [1]={ limit={ @@ -78830,7 +77806,7 @@ return { [1]="power_siphon_%_chance_to_gain_power_charge_on_kill" } }, - [3604]={ + [3548]={ [1]={ [1]={ limit={ @@ -78859,7 +77835,7 @@ return { [1]="melee_ancestor_totem_placement_speed_+%" } }, - [3605]={ + [3549]={ [1]={ [1]={ limit={ @@ -78888,7 +77864,7 @@ return { [1]="searing_bond_totem_placement_speed_+%" } }, - [3606]={ + [3550]={ [1]={ [1]={ limit={ @@ -78904,7 +77880,7 @@ return { [1]="sweep_knockback_chance_%" } }, - [3607]={ + [3551]={ [1]={ [1]={ limit={ @@ -78933,7 +77909,7 @@ return { [1]="frenzy_damage_+%_per_frenzy_charge" } }, - [3608]={ + [3552]={ [1]={ [1]={ limit={ @@ -78949,32 +77925,7 @@ return { [1]="frenzy_%_chance_to_gain_additional_frenzy_charge" } }, - [3609]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Elemental Hit Always Freezes, Shocks and Ignites" - }, - [2]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Elemental Hit has {0:+d}% chance to Freeze, Shock and Ignite" - } - }, - stats={ - [1]="elemental_hit_chance_to_freeze_shock_ignite_%" - } - }, - [3610]={ + [3553]={ [1]={ [1]={ limit={ @@ -78990,7 +77941,7 @@ return { [1]="glacial_hammer_physical_damage_%_to_gain_as_cold_damage" } }, - [3611]={ + [3554]={ [1]={ [1]={ limit={ @@ -79006,7 +77957,7 @@ return { [1]="ice_crash_physical_damage_%_to_gain_as_cold_damage" } }, - [3612]={ + [3555]={ [1]={ [1]={ limit={ @@ -79022,7 +77973,7 @@ return { [1]="spectre_elemental_resistances_%" } }, - [3613]={ + [3556]={ [1]={ [1]={ limit={ @@ -79038,7 +77989,7 @@ return { [1]="zombie_elemental_resistances_%" } }, - [3614]={ + [3557]={ [1]={ [1]={ limit={ @@ -79054,7 +78005,7 @@ return { [1]="stone_golem_elemental_resistances_%" } }, - [3615]={ + [3558]={ [1]={ [1]={ limit={ @@ -79070,7 +78021,7 @@ return { [1]="flame_golem_elemental_resistances_%" } }, - [3616]={ + [3559]={ [1]={ [1]={ limit={ @@ -79086,7 +78037,7 @@ return { [1]="ice_golem_elemental_resistances_%" } }, - [3617]={ + [3560]={ [1]={ [1]={ limit={ @@ -79102,7 +78053,7 @@ return { [1]="lightning_golem_elemental_resistances_%" } }, - [3618]={ + [3561]={ [1]={ [1]={ limit={ @@ -79118,7 +78069,7 @@ return { [1]="chaos_golem_elemental_resistances_%" } }, - [3619]={ + [3562]={ [1]={ [1]={ limit={ @@ -79134,7 +78085,7 @@ return { [1]="animate_guardian_elemental_resistances_%" } }, - [3620]={ + [3563]={ [1]={ [1]={ limit={ @@ -79163,7 +78114,7 @@ return { [1]="shock_nova_ring_damage_+%" } }, - [3621]={ + [3564]={ [1]={ [1]={ limit={ @@ -79188,7 +78139,7 @@ return { [1]="blast_rain_number_of_blasts" } }, - [3622]={ + [3565]={ [1]={ [1]={ limit={ @@ -79204,7 +78155,7 @@ return { [1]="blast_rain_single_additional_projectile" } }, - [3623]={ + [3566]={ [1]={ [1]={ limit={ @@ -79220,7 +78171,7 @@ return { [1]="detonate_dead_%_chance_to_detonate_additional_corpse" } }, - [3624]={ + [3567]={ [1]={ [1]={ limit={ @@ -79236,7 +78187,7 @@ return { [1]="animate_weapon_chance_to_create_additional_copy_%" } }, - [3625]={ + [3568]={ [1]={ [1]={ limit={ @@ -79265,7 +78216,7 @@ return { [1]="decoy_totem_life_+%" } }, - [3626]={ + [3569]={ [1]={ [1]={ limit={ @@ -79281,7 +78232,7 @@ return { [1]="rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration" } }, - [3627]={ + [3570]={ [1]={ [1]={ limit={ @@ -79310,7 +78261,7 @@ return { [1]="rejuvenation_totem_aura_effect_+%" } }, - [3628]={ + [3571]={ [1]={ [1]={ limit={ @@ -79335,7 +78286,7 @@ return { [1]="wild_strike_num_of_additional_projectiles_in_chain" } }, - [3629]={ + [3572]={ [1]={ [1]={ limit={ @@ -79360,7 +78311,7 @@ return { [1]="summon_skeletons_num_additional_warrior_skeletons" } }, - [3630]={ + [3573]={ [1]={ [1]={ limit={ @@ -79389,7 +78340,7 @@ return { [1]="shockwave_totem_cast_speed_+%" } }, - [3631]={ + [3574]={ [1]={ [1]={ limit={ @@ -79418,7 +78369,7 @@ return { [1]="devouring_totem_%_chance_to_consume_additional_corpse" } }, - [3632]={ + [3575]={ [1]={ [1]={ limit={ @@ -79447,7 +78398,7 @@ return { [1]="siege_ballista_totem_placement_speed_+%" } }, - [3633]={ + [3576]={ [1]={ [1]={ limit={ @@ -79476,7 +78427,7 @@ return { [1]="incinerate_damage_+%_per_stage" } }, - [3634]={ + [3577]={ [1]={ [1]={ limit={ @@ -79505,7 +78456,7 @@ return { [1]="poachers_mark_curse_effect_+%" } }, - [3635]={ + [3578]={ [1]={ [1]={ limit={ @@ -79534,7 +78485,7 @@ return { [1]="projectile_weakness_curse_effect_+%" } }, - [3636]={ + [3579]={ [1]={ [1]={ limit={ @@ -79563,7 +78514,7 @@ return { [1]="temporal_chains_curse_effect_+%" } }, - [3637]={ + [3580]={ [1]={ [1]={ limit={ @@ -79592,7 +78543,7 @@ return { [1]="assassins_mark_curse_effect_+%" } }, - [3638]={ + [3581]={ [1]={ [1]={ limit={ @@ -79621,7 +78572,7 @@ return { [1]="conductivity_curse_effect_+%" } }, - [3639]={ + [3582]={ [1]={ [1]={ limit={ @@ -79650,7 +78601,7 @@ return { [1]="elemental_weakness_curse_effect_+%" } }, - [3640]={ + [3583]={ [1]={ [1]={ limit={ @@ -79679,7 +78630,7 @@ return { [1]="enfeeble_curse_effect_+%" } }, - [3641]={ + [3584]={ [1]={ [1]={ limit={ @@ -79708,7 +78659,7 @@ return { [1]="flammability_curse_effect_+%" } }, - [3642]={ + [3585]={ [1]={ [1]={ limit={ @@ -79737,7 +78688,7 @@ return { [1]="frostbite_curse_effect_+%" } }, - [3643]={ + [3586]={ [1]={ [1]={ limit={ @@ -79766,7 +78717,7 @@ return { [1]="punishment_curse_effect_+%" } }, - [3644]={ + [3587]={ [1]={ [1]={ limit={ @@ -79795,7 +78746,7 @@ return { [1]="vulnerability_curse_effect_+%" } }, - [3645]={ + [3588]={ [1]={ [1]={ limit={ @@ -79824,7 +78775,7 @@ return { [1]="warlords_mark_curse_effect_+%" } }, - [3646]={ + [3589]={ [1]={ [1]={ limit={ @@ -79849,7 +78800,7 @@ return { [1]="display_attack_with_word_of_ire_when_hit_%" } }, - [3647]={ + [3590]={ [1]={ [1]={ limit={ @@ -79874,7 +78825,7 @@ return { [1]="display_attack_with_edict_of_ire_when_hit_%" } }, - [3648]={ + [3591]={ [1]={ [1]={ limit={ @@ -79899,7 +78850,7 @@ return { [1]="display_attack_with_decree_of_ire_when_hit_%" } }, - [3649]={ + [3592]={ [1]={ [1]={ limit={ @@ -79924,7 +78875,7 @@ return { [1]="display_attack_with_commandment_of_ire_when_hit_%" } }, - [3650]={ + [3593]={ [1]={ [1]={ limit={ @@ -79953,7 +78904,7 @@ return { [1]="arctic_armour_buff_effect_+%" } }, - [3651]={ + [3594]={ [1]={ [1]={ limit={ @@ -79982,7 +78933,7 @@ return { [1]="convocation_buff_effect_+%" } }, - [3652]={ + [3595]={ [1]={ [1]={ limit={ @@ -80011,7 +78962,7 @@ return { [1]="molten_shell_buff_effect_+%" } }, - [3653]={ + [3596]={ [1]={ [1]={ limit={ @@ -80036,7 +78987,7 @@ return { [1]="immortal_call_%_chance_to_not_consume_endurance_charges" } }, - [3654]={ + [3597]={ [1]={ [1]={ limit={ @@ -80061,7 +79012,7 @@ return { [1]="phase_run_%_chance_to_not_consume_frenzy_charges" } }, - [3655]={ + [3598]={ [1]={ [1]={ limit={ @@ -80077,7 +79028,7 @@ return { [1]="shrapnel_shot_physical_damage_%_to_gain_as_lightning_damage" } }, - [3656]={ + [3599]={ [1]={ [1]={ limit={ @@ -80102,7 +79053,7 @@ return { [1]="tempest_shield_num_of_additional_projectiles_in_chain" } }, - [3657]={ + [3600]={ [1]={ [1]={ limit={ @@ -80135,7 +79086,7 @@ return { [1]="arctic_armour_mana_reservation_+%" } }, - [3658]={ + [3601]={ [1]={ [1]={ limit={ @@ -80168,7 +79119,7 @@ return { [1]="herald_of_ash_mana_reservation_+%" } }, - [3659]={ + [3602]={ [1]={ [1]={ limit={ @@ -80201,7 +79152,7 @@ return { [1]="herald_of_ice_mana_reservation_+%" } }, - [3660]={ + [3603]={ [1]={ [1]={ limit={ @@ -80234,7 +79185,7 @@ return { [1]="herald_of_thunder_mana_reservation_+%" } }, - [3661]={ + [3604]={ [1]={ [1]={ limit={ @@ -80267,7 +79218,7 @@ return { [1]="clarity_mana_reservation_+%" } }, - [3662]={ + [3605]={ [1]={ [1]={ limit={ @@ -80300,7 +79251,7 @@ return { [1]="hatred_mana_reservation_+%" } }, - [3663]={ + [3606]={ [1]={ [1]={ limit={ @@ -80333,7 +79284,7 @@ return { [1]="purity_of_ice_mana_reservation_+%" } }, - [3664]={ + [3607]={ [1]={ [1]={ limit={ @@ -80366,7 +79317,7 @@ return { [1]="determination_mana_reservation_+%" } }, - [3665]={ + [3608]={ [1]={ [1]={ limit={ @@ -80399,7 +79350,7 @@ return { [1]="discipline_mana_reservation_+%" } }, - [3666]={ + [3609]={ [1]={ [1]={ limit={ @@ -80432,7 +79383,7 @@ return { [1]="purity_of_elements_mana_reservation_+%" } }, - [3667]={ + [3610]={ [1]={ [1]={ limit={ @@ -80465,7 +79416,7 @@ return { [1]="purity_of_fire_mana_reservation_+%" } }, - [3668]={ + [3611]={ [1]={ [1]={ limit={ @@ -80498,7 +79449,7 @@ return { [1]="purity_of_lightning_mana_reservation_+%" } }, - [3669]={ + [3612]={ [1]={ [1]={ limit={ @@ -80531,7 +79482,7 @@ return { [1]="vitality_mana_reservation_+%" } }, - [3670]={ + [3613]={ [1]={ [1]={ limit={ @@ -80564,7 +79515,7 @@ return { [1]="wrath_mana_reservation_+%" } }, - [3671]={ + [3614]={ [1]={ [1]={ limit={ @@ -80597,7 +79548,7 @@ return { [1]="grace_mana_reservation_+%" } }, - [3672]={ + [3615]={ [1]={ [1]={ limit={ @@ -80630,7 +79581,7 @@ return { [1]="haste_mana_reservation_+%" } }, - [3673]={ + [3616]={ [1]={ [1]={ limit={ @@ -80663,7 +79614,7 @@ return { [1]="chaos_weakness_mana_reservation_+%" } }, - [3674]={ + [3617]={ [1]={ [1]={ limit={ @@ -80696,7 +79647,7 @@ return { [1]="conductivity_mana_reservation_+%" } }, - [3675]={ + [3618]={ [1]={ [1]={ limit={ @@ -80729,7 +79680,7 @@ return { [1]="flammability_mana_reservation_+%" } }, - [3676]={ + [3619]={ [1]={ [1]={ limit={ @@ -80762,7 +79713,7 @@ return { [1]="frostbite_mana_reservation_+%" } }, - [3677]={ + [3620]={ [1]={ [1]={ limit={ @@ -80795,7 +79746,7 @@ return { [1]="temporal_chains_mana_reservation_+%" } }, - [3678]={ + [3621]={ [1]={ [1]={ limit={ @@ -80828,7 +79779,7 @@ return { [1]="vulnerability_mana_reservation_+%" } }, - [3679]={ + [3622]={ [1]={ [1]={ limit={ @@ -80844,7 +79795,7 @@ return { [1]="cannot_be_stunned_while_at_max_endurance_charges" } }, - [3680]={ + [3623]={ [1]={ [1]={ limit={ @@ -80873,7 +79824,7 @@ return { [1]="life_regenerate_rate_per_second_%_while_totem_active" } }, - [3681]={ + [3624]={ [1]={ [1]={ limit={ @@ -80902,7 +79853,7 @@ return { [1]="gain_attack_and_cast_speed_+%_for_4_seconds_if_taken_savage_hit" } }, - [3682]={ + [3625]={ [1]={ [1]={ limit={ @@ -80931,7 +79882,7 @@ return { [1]="berserker_damage_+%_final" } }, - [3683]={ + [3626]={ [1]={ [1]={ limit={ @@ -80960,7 +79911,7 @@ return { [1]="elemental_damage_taken_+%_while_on_consecrated_ground" } }, - [3684]={ + [3627]={ [1]={ [1]={ limit={ @@ -80989,7 +79940,7 @@ return { [1]="critical_strike_chance_+%_vs_enemies_with_elemental_status_ailments" } }, - [3685]={ + [3628]={ [1]={ [1]={ limit={ @@ -81005,7 +79956,7 @@ return { [1]="%_chance_to_gain_power_charge_on_placing_a_totem" } }, - [3686]={ + [3629]={ [1]={ [1]={ [1]={ @@ -81025,7 +79976,7 @@ return { [1]="gain_elemental_conflux_for_X_ms_when_you_kill_a_rare_or_unique_enemy" } }, - [3687]={ + [3630]={ [1]={ [1]={ limit={ @@ -81041,7 +79992,7 @@ return { [1]="enemies_chaos_resistance_%_while_cursed" } }, - [3688]={ + [3631]={ [1]={ [1]={ limit={ @@ -81070,7 +80021,7 @@ return { [1]="damage_+%_for_4_seconds_when_you_kill_a_cursed_enemy" } }, - [3689]={ + [3632]={ [1]={ [1]={ limit={ @@ -81086,7 +80037,7 @@ return { [1]="physical_damage_reduction_and_minion_physical_damage_reduction_%" } }, - [3690]={ + [3633]={ [1]={ [1]={ limit={ @@ -81095,7 +80046,7 @@ return { [2]="#" } }, - text="{0}% increased effect of Offerings" + text="Offering Skills have {0}% increased Buff effect" }, [2]={ [1]={ @@ -81108,14 +80059,14 @@ return { [2]=-1 } }, - text="{0}% reduced effect of Offerings" + text="Offering Skills have {0}% reduced Buff effect" } }, stats={ [1]="offering_spells_effect_+%" } }, - [3691]={ + [3634]={ [1]={ [1]={ limit={ @@ -81131,7 +80082,7 @@ return { [1]="additional_block_chance_%_for_you_and_allies_affected_by_your_auras" } }, - [3692]={ + [3635]={ [1]={ [1]={ limit={ @@ -81147,7 +80098,7 @@ return { [1]="additional_elemental_damage_reduction_as_half_of_chaos_resistance" } }, - [3693]={ + [3636]={ [1]={ [1]={ limit={ @@ -81176,7 +80127,7 @@ return { [1]="attack_and_cast_speed_+%_for_you_and_allies_affected_by_your_auras" } }, - [3694]={ + [3637]={ [1]={ [1]={ limit={ @@ -81205,7 +80156,7 @@ return { [1]="attack_cast_movement_speed_+%_for_you_and_allies_affected_by_your_auras" } }, - [3695]={ + [3638]={ [1]={ [1]={ limit={ @@ -81221,7 +80172,7 @@ return { [1]="chaos_resistance_%_for_you_and_allies_affected_by_your_auras" } }, - [3696]={ + [3639]={ [1]={ [1]={ limit={ @@ -81250,7 +80201,7 @@ return { [1]="damage_+%_for_you_and_allies_affected_by_your_auras" } }, - [3697]={ + [3640]={ [1]={ [1]={ limit={ @@ -81279,27 +80230,7 @@ return { [1]="elemental_resistances_+%_for_you_and_allies_affected_by_your_auras" } }, - [3698]={ - [1]={ - [1]={ - [1]={ - k="per_minute_to_per_second", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You and Allies affected by your placed Banners Regenerate {0}% of\nmaximum Life per second for each Stage" - } - }, - stats={ - [1]="you_and_allies_affected_by_your_placed_banners_regenerate_%_life_per_minute_per_stage" - } - }, - [3699]={ + [3641]={ [1]={ [1]={ limit={ @@ -81328,7 +80259,7 @@ return { [1]="you_and_minion_attack_and_cast_speed_+%_for_4_seconds_when_corpse_destroyed" } }, - [3700]={ + [3642]={ [1]={ [1]={ limit={ @@ -81344,7 +80275,7 @@ return { [1]="%_chance_to_gain_power_charge_on_hit_against_enemies_on_full_life" } }, - [3701]={ + [3643]={ [1]={ [1]={ limit={ @@ -81360,7 +80291,7 @@ return { [1]="cause_maim_on_critical_strike_attack" } }, - [3702]={ + [3644]={ [1]={ [1]={ limit={ @@ -81376,7 +80307,7 @@ return { [1]="%_chance_to_create_smoke_cloud_on_mine_or_trap_creation" } }, - [3703]={ + [3645]={ [1]={ [1]={ limit={ @@ -81405,7 +80336,7 @@ return { [1]="damage_+%_for_each_trap_and_mine_active" } }, - [3704]={ + [3646]={ [1]={ [1]={ limit={ @@ -81434,7 +80365,7 @@ return { [1]="evasion_rating_while_es_full_+%_final" } }, - [3705]={ + [3647]={ [1]={ [1]={ limit={ @@ -81463,7 +80394,7 @@ return { [1]="damage_+%_while_es_not_full" } }, - [3706]={ + [3648]={ [1]={ [1]={ limit={ @@ -81492,7 +80423,7 @@ return { [1]="mana_regeneration_+%_for_4_seconds_on_movement_skill_use" } }, - [3707]={ + [3649]={ [1]={ [1]={ limit={ @@ -81508,7 +80439,7 @@ return { [1]="gain_onslaught_while_frenzy_charges_full" } }, - [3708]={ + [3650]={ [1]={ [1]={ limit={ @@ -81524,7 +80455,7 @@ return { [1]="projectile_damage_+%_max_as_distance_travelled_increases" } }, - [3709]={ + [3651]={ [1]={ [1]={ limit={ @@ -81553,7 +80484,7 @@ return { [1]="damage_+%_during_flask_effect" } }, - [3710]={ + [3652]={ [1]={ [1]={ limit={ @@ -81569,7 +80500,7 @@ return { [1]="avoid_freeze_shock_ignite_bleed_%_during_flask_effect" } }, - [3711]={ + [3653]={ [1]={ [1]={ limit={ @@ -81598,7 +80529,7 @@ return { [1]="elemental_damage_taken_+%_during_flask_effect" } }, - [3712]={ + [3654]={ [1]={ [1]={ limit={ @@ -81627,7 +80558,7 @@ return { [1]="damage_+%_for_4_seconds_when_you_kill_a_bleeding_enemy" } }, - [3713]={ + [3655]={ [1]={ [1]={ limit={ @@ -81656,7 +80587,7 @@ return { [1]="damage_+%_to_you_and_nearby_allies_while_you_have_fortify" } }, - [3714]={ + [3656]={ [1]={ [1]={ limit={ @@ -81685,7 +80616,7 @@ return { [1]="damage_taken_+%_from_taunted_enemies" } }, - [3715]={ + [3657]={ [1]={ [1]={ limit={ @@ -81714,7 +80645,7 @@ return { [1]="attack_and_cast_speed_+%_while_leeching" } }, - [3716]={ + [3658]={ [1]={ [1]={ limit={ @@ -81743,7 +80674,7 @@ return { [1]="shield_charge_damage_per_target_hit_+%" } }, - [3717]={ + [3659]={ [1]={ [1]={ limit={ @@ -81768,7 +80699,7 @@ return { [1]="traps_and_mines_%_chance_to_poison" } }, - [3718]={ + [3660]={ [1]={ [1]={ limit={ @@ -81784,7 +80715,7 @@ return { [1]="damage_+%_of_each_type_that_you_have_an_active_golem_of" } }, - [3719]={ + [3661]={ [1]={ [1]={ limit={ @@ -81800,7 +80731,7 @@ return { [1]="elemental_golem_immunity_to_elemental_damage" } }, - [3720]={ + [3662]={ [1]={ [1]={ limit={ @@ -81816,7 +80747,7 @@ return { [1]="golem_immunity_to_elemental_damage" } }, - [3721]={ + [3663]={ [1]={ [1]={ limit={ @@ -81849,7 +80780,7 @@ return { [1]="unique_primordial_tether_golem_life_+%_final" } }, - [3722]={ + [3664]={ [1]={ [1]={ limit={ @@ -81878,7 +80809,7 @@ return { [1]="elemental_golem_granted_buff_effect_+%" } }, - [3723]={ + [3665]={ [1]={ [1]={ limit={ @@ -81907,7 +80838,7 @@ return { [1]="base_stone_golem_granted_buff_effect_+%" } }, - [3724]={ + [3666]={ [1]={ [1]={ limit={ @@ -81936,7 +80867,7 @@ return { [1]="base_fire_golem_granted_buff_effect_+%" } }, - [3725]={ + [3667]={ [1]={ [1]={ limit={ @@ -81965,7 +80896,7 @@ return { [1]="base_ice_golem_granted_buff_effect_+%" } }, - [3726]={ + [3668]={ [1]={ [1]={ limit={ @@ -81994,7 +80925,7 @@ return { [1]="base_lightning_golem_granted_buff_effect_+%" } }, - [3727]={ + [3669]={ [1]={ [1]={ limit={ @@ -82023,7 +80954,7 @@ return { [1]="base_chaos_golem_granted_buff_effect_+%" } }, - [3728]={ + [3670]={ [1]={ [1]={ limit={ @@ -82039,7 +80970,7 @@ return { [1]="gain_elemental_penetration_for_4_seconds_on_mine_detonation" } }, - [3729]={ + [3671]={ [1]={ [1]={ limit={ @@ -82055,7 +80986,7 @@ return { [1]="base_cold_immunity" } }, - [3730]={ + [3672]={ [1]={ [1]={ limit={ @@ -82071,7 +81002,7 @@ return { [1]="base_lightning_immunity" } }, - [3731]={ + [3673]={ [1]={ [1]={ limit={ @@ -82100,7 +81031,7 @@ return { [1]="blood_rage_grants_additional_attack_speed_+%" } }, - [3732]={ + [3674]={ [1]={ [1]={ limit={ @@ -82116,7 +81047,7 @@ return { [1]="blood_rage_grants_additional_%_chance_to_gain_frenzy_on_kill" } }, - [3733]={ + [3675]={ [1]={ [1]={ limit={ @@ -82132,7 +81063,7 @@ return { [1]="is_hindered" } }, - [3734]={ + [3676]={ [1]={ [1]={ limit={ @@ -82161,7 +81092,7 @@ return { [1]="damage_+%_vs_hindered_enemies" } }, - [3735]={ + [3677]={ [1]={ [1]={ limit={ @@ -82186,7 +81117,7 @@ return { [1]="blast_rain_%_chance_for_additional_blast" } }, - [3736]={ + [3678]={ [1]={ [1]={ limit={ @@ -82215,7 +81146,7 @@ return { [1]="smoke_mine_base_movement_velocity_+%" } }, - [3737]={ + [3679]={ [1]={ [1]={ limit={ @@ -82244,7 +81175,7 @@ return { [1]="enduring_cry_buff_effect_+%" } }, - [3738]={ + [3680]={ [1]={ [1]={ limit={ @@ -82269,7 +81200,7 @@ return { [1]="cluster_burst_spawn_amount" } }, - [3739]={ + [3681]={ [1]={ [1]={ limit={ @@ -82298,7 +81229,7 @@ return { [1]="lightning_tendrils_critical_strike_chance_+%" } }, - [3740]={ + [3682]={ [1]={ [1]={ limit={ @@ -82327,7 +81258,7 @@ return { [1]="righteous_fire_spell_damage_+%" } }, - [3741]={ + [3683]={ [1]={ [1]={ limit={ @@ -82356,7 +81287,7 @@ return { [1]="rallying_cry_buff_effect_+%" } }, - [3742]={ + [3684]={ [1]={ [1]={ limit={ @@ -82372,7 +81303,7 @@ return { [1]="melee_ancestor_totem_elemental_resistance_%" } }, - [3743]={ + [3685]={ [1]={ [1]={ limit={ @@ -82397,7 +81328,7 @@ return { [1]="kinetic_blast_%_chance_for_additional_blast" } }, - [3744]={ + [3686]={ [1]={ [1]={ limit={ @@ -82413,7 +81344,7 @@ return { [1]="guardian_nearby_allies_share_charges" } }, - [3745]={ + [3687]={ [1]={ [1]={ limit={ @@ -82442,7 +81373,7 @@ return { [1]="phase_run_skill_effect_duration_+%" } }, - [3746]={ + [3688]={ [1]={ [1]={ limit={ @@ -82471,7 +81402,7 @@ return { [1]="searing_totem_elemental_resistance_+%" } }, - [3747]={ + [3689]={ [1]={ [1]={ limit={ @@ -82487,7 +81418,7 @@ return { [1]="bone_offering_block_chance_+%" } }, - [3748]={ + [3690]={ [1]={ [1]={ limit={ @@ -82512,7 +81443,7 @@ return { [1]="desecrate_number_of_corpses_to_create" } }, - [3749]={ + [3691]={ [1]={ [1]={ limit={ @@ -82541,7 +81472,7 @@ return { [1]="flesh_offering_attack_speed_+%" } }, - [3750]={ + [3692]={ [1]={ [1]={ limit={ @@ -82570,7 +81501,7 @@ return { [1]="ice_spear_second_form_critical_strike_chance_+%" } }, - [3751]={ + [3693]={ [1]={ [1]={ limit={ @@ -82586,7 +81517,7 @@ return { [1]="ice_spear_second_form_critical_strike_multiplier_+" } }, - [3752]={ + [3694]={ [1]={ [1]={ limit={ @@ -82615,7 +81546,7 @@ return { [1]="ice_spear_second_form_projectile_speed_+%_final" } }, - [3753]={ + [3695]={ [1]={ [1]={ limit={ @@ -82640,7 +81571,7 @@ return { [1]="consecrate_ground_on_shatter_%_chance_for_3_seconds" } }, - [3754]={ + [3696]={ [1]={ [1]={ limit={ @@ -82656,7 +81587,7 @@ return { [1]="glows_in_area_with_unique_fish" } }, - [3755]={ + [3697]={ [1]={ [1]={ limit={ @@ -82681,7 +81612,7 @@ return { [1]="attacks_num_of_additional_chains" } }, - [3756]={ + [3698]={ [1]={ [1]={ limit={ @@ -82710,7 +81641,7 @@ return { [1]="explosive_arrow_attack_speed_+%" } }, - [3757]={ + [3699]={ [1]={ [1]={ limit={ @@ -82739,7 +81670,7 @@ return { [1]="lightning_damage_+%_per_10_intelligence" } }, - [3758]={ + [3700]={ [1]={ [1]={ limit={ @@ -82755,7 +81686,7 @@ return { [1]="local_maim_on_hit" } }, - [3759]={ + [3701]={ [1]={ [1]={ limit={ @@ -82771,7 +81702,7 @@ return { [1]="warcries_cost_no_mana" } }, - [3760]={ + [3702]={ [1]={ [1]={ limit={ @@ -82787,7 +81718,7 @@ return { [1]="gain_a_power_charge_when_you_or_your_totems_kill_%_chance" } }, - [3761]={ + [3703]={ [1]={ [1]={ limit={ @@ -82803,7 +81734,7 @@ return { [1]="always_crit_shocked_enemies" } }, - [3762]={ + [3704]={ [1]={ [1]={ limit={ @@ -82819,7 +81750,7 @@ return { [1]="cannot_crit_non_shocked_enemies" } }, - [3763]={ + [3705]={ [1]={ [1]={ limit={ @@ -82848,7 +81779,7 @@ return { [1]="frost_bolt_damage_+%" } }, - [3764]={ + [3706]={ [1]={ [1]={ limit={ @@ -82877,7 +81808,7 @@ return { [1]="frost_bolt_nova_damage_+%" } }, - [3765]={ + [3707]={ [1]={ [1]={ limit={ @@ -82906,7 +81837,7 @@ return { [1]="double_slash_damage_+%" } }, - [3766]={ + [3708]={ [1]={ [1]={ limit={ @@ -82935,7 +81866,7 @@ return { [1]="charged_attack_damage_+%" } }, - [3767]={ + [3709]={ [1]={ [1]={ limit={ @@ -82964,7 +81895,7 @@ return { [1]="slam_ancestor_totem_damage_+%" } }, - [3768]={ + [3710]={ [1]={ [1]={ limit={ @@ -82993,7 +81924,7 @@ return { [1]="slash_ancestor_totem_damage_+%" } }, - [3769]={ + [3711]={ [1]={ [1]={ limit={ @@ -83022,7 +81953,7 @@ return { [1]="slash_ancestor_totem_radius_+%" } }, - [3770]={ + [3712]={ [1]={ [1]={ limit={ @@ -83051,7 +81982,7 @@ return { [1]="slam_ancestor_totem_radius_+%" } }, - [3771]={ + [3713]={ [1]={ [1]={ limit={ @@ -83080,7 +82011,7 @@ return { [1]="frost_bolt_nova_radius_+%" } }, - [3772]={ + [3714]={ [1]={ [1]={ limit={ @@ -83109,7 +82040,7 @@ return { [1]="double_slash_critical_strike_chance_+%" } }, - [3773]={ + [3715]={ [1]={ [1]={ limit={ @@ -83138,7 +82069,7 @@ return { [1]="charged_attack_radius_+%" } }, - [3774]={ + [3716]={ [1]={ [1]={ limit={ @@ -83167,7 +82098,7 @@ return { [1]="double_slash_radius_+%" } }, - [3775]={ + [3717]={ [1]={ [1]={ limit={ @@ -83196,7 +82127,7 @@ return { [1]="charged_attack_damage_per_stack_+%_final" } }, - [3776]={ + [3718]={ [1]={ [1]={ limit={ @@ -83225,7 +82156,7 @@ return { [1]="frost_bolt_cast_speed_+%" } }, - [3777]={ + [3719]={ [1]={ [1]={ limit={ @@ -83254,7 +82185,7 @@ return { [1]="frost_bolt_freeze_chance_%" } }, - [3778]={ + [3720]={ [1]={ [1]={ limit={ @@ -83283,7 +82214,7 @@ return { [1]="frost_bolt_nova_duration_+%" } }, - [3779]={ + [3721]={ [1]={ [1]={ limit={ @@ -83299,7 +82230,7 @@ return { [1]="minions_cannot_be_blinded" } }, - [3780]={ + [3722]={ [1]={ [1]={ limit={ @@ -83315,7 +82246,7 @@ return { [1]="minions_%_chance_to_blind_on_hit" } }, - [3781]={ + [3723]={ [1]={ [1]={ limit={ @@ -83331,7 +82262,7 @@ return { [1]="magic_items_drop_identified" } }, - [3782]={ + [3724]={ [1]={ [1]={ limit={ @@ -83347,7 +82278,7 @@ return { [1]="X_mana_per_stackable_unique_jewel" } }, - [3783]={ + [3725]={ [1]={ [1]={ limit={ @@ -83363,7 +82294,7 @@ return { [1]="X_armour_per_stackable_unique_jewel" } }, - [3784]={ + [3726]={ [1]={ [1]={ limit={ @@ -83379,7 +82310,7 @@ return { [1]="avoid_all_elemental_status_%_per_stackable_unique_jewel" } }, - [3785]={ + [3727]={ [1]={ [1]={ limit={ @@ -83395,7 +82326,7 @@ return { [1]="critical_strike_chance_+%_per_stackable_unique_jewel" } }, - [3786]={ + [3728]={ [1]={ [1]={ limit={ @@ -83411,7 +82342,7 @@ return { [1]="elemental_damage_+%_per_stackable_unique_jewel" } }, - [3787]={ + [3729]={ [1]={ [1]={ limit={ @@ -83427,7 +82358,7 @@ return { [1]="elemental_resistance_%_per_stackable_unique_jewel" } }, - [3788]={ + [3730]={ [1]={ [1]={ limit={ @@ -83456,7 +82387,7 @@ return { [1]="maximum_life_+%_per_stackable_unique_jewel" } }, - [3789]={ + [3731]={ [1]={ [1]={ limit={ @@ -83472,7 +82403,7 @@ return { [1]="minimum_endurance_charges_per_stackable_unique_jewel" } }, - [3790]={ + [3732]={ [1]={ [1]={ limit={ @@ -83488,7 +82419,7 @@ return { [1]="minimum_frenzy_charges_per_stackable_unique_jewel" } }, - [3791]={ + [3733]={ [1]={ [1]={ limit={ @@ -83504,7 +82435,7 @@ return { [1]="minimum_power_charges_per_stackable_unique_jewel" } }, - [3792]={ + [3734]={ [1]={ [1]={ limit={ @@ -83520,7 +82451,7 @@ return { [1]="minion_critical_strike_multiplier_+_per_stackable_unique_jewel" } }, - [3793]={ + [3735]={ [1]={ [1]={ limit={ @@ -83549,7 +82480,7 @@ return { [1]="damage_+%_per_abyss_jewel_type" } }, - [3794]={ + [3736]={ [1]={ [1]={ limit={ @@ -83565,7 +82496,7 @@ return { [1]="lightning_damage_%_taken_from_mana_before_life" } }, - [3795]={ + [3737]={ [1]={ [1]={ limit={ @@ -83581,7 +82512,7 @@ return { [1]="physical_damage_%_taken_from_mana_before_life" } }, - [3796]={ + [3738]={ [1]={ [1]={ limit={ @@ -83606,7 +82537,7 @@ return { [1]="recover_%_maximum_mana_when_enemy_shocked" } }, - [3797]={ + [3739]={ [1]={ [1]={ limit={ @@ -83635,7 +82566,7 @@ return { [1]="quantity_of_items_dropped_by_maimed_enemies_+%" } }, - [3798]={ + [3740]={ [1]={ [1]={ limit={ @@ -83664,7 +82595,7 @@ return { [1]="rarity_of_items_dropped_by_maimed_enemies_+%" } }, - [3799]={ + [3741]={ [1]={ [1]={ limit={ @@ -83693,7 +82624,7 @@ return { [1]="damage_taken_+%_if_you_have_taken_a_savage_hit_recently" } }, - [3800]={ + [3742]={ [1]={ [1]={ limit={ @@ -83722,7 +82653,7 @@ return { [1]="stun_duration_on_self_+%" } }, - [3801]={ + [3743]={ [1]={ [1]={ limit={ @@ -83751,7 +82682,7 @@ return { [1]="melee_damage_+%_per_endurance_charge" } }, - [3802]={ + [3744]={ [1]={ [1]={ limit={ @@ -83767,7 +82698,7 @@ return { [1]="totems_resist_all_elements_+%_per_active_totem" } }, - [3803]={ + [3745]={ [1]={ [1]={ limit={ @@ -83783,7 +82714,7 @@ return { [1]="gain_life_regeneration_%_per_second_for_1_second_if_taken_savage_hit" } }, - [3804]={ + [3746]={ [1]={ [1]={ limit={ @@ -83799,7 +82730,7 @@ return { [1]="cannot_be_shocked_while_at_maximum_endurance_charges" } }, - [3805]={ + [3747]={ [1]={ [1]={ limit={ @@ -83815,7 +82746,7 @@ return { [1]="movement_speed_+%_if_used_a_warcry_recently" } }, - [3806]={ + [3748]={ [1]={ [1]={ limit={ @@ -83844,7 +82775,7 @@ return { [1]="totems_spells_cast_speed_+%_per_active_totem" } }, - [3807]={ + [3749]={ [1]={ [1]={ limit={ @@ -83873,7 +82804,7 @@ return { [1]="movement_skills_mana_cost_+%" } }, - [3808]={ + [3750]={ [1]={ [1]={ limit={ @@ -83889,7 +82820,7 @@ return { [1]="critical_strike_chance_+%_when_in_main_hand" } }, - [3809]={ + [3751]={ [1]={ [1]={ limit={ @@ -83905,7 +82836,7 @@ return { [1]="additional_block_chance_%_when_in_off_hand" } }, - [3810]={ + [3752]={ [1]={ [1]={ limit={ @@ -83921,7 +82852,7 @@ return { [1]="spirit_offering_physical_damage_%_to_gain_as_chaos" } }, - [3811]={ + [3753]={ [1]={ [1]={ limit={ @@ -83954,7 +82885,7 @@ return { [1]="damage_taken_+%_if_not_hit_recently_final" } }, - [3812]={ + [3754]={ [1]={ [1]={ limit={ @@ -83983,23 +82914,7 @@ return { [1]="evasion_+%_if_hit_recently" } }, - [3813]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Attack Damage from Taunted Enemies" - } - }, - stats={ - [1]="block_chance_%_vs_taunted_enemies" - } - }, - [3814]={ + [3755]={ [1]={ [1]={ limit={ @@ -84015,7 +82930,7 @@ return { [1]="minion_cold_damage_resistance_%" } }, - [3815]={ + [3756]={ [1]={ [1]={ limit={ @@ -84031,7 +82946,7 @@ return { [1]="minion_lightning_damage_resistance_%" } }, - [3816]={ + [3757]={ [1]={ [1]={ limit={ @@ -84047,7 +82962,7 @@ return { [1]="minion_physical_damage_%_to_gain_as_cold" } }, - [3817]={ + [3758]={ [1]={ [1]={ limit={ @@ -84076,7 +82991,7 @@ return { [1]="armour_and_evasion_rating_+%_if_killed_a_taunted_enemy_recently" } }, - [3818]={ + [3759]={ [1]={ [1]={ limit={ @@ -84105,7 +83020,7 @@ return { [1]="damage_+%_for_each_level_the_enemy_is_higher_than_you" } }, - [3819]={ + [3760]={ [1]={ [1]={ limit={ @@ -84134,7 +83049,7 @@ return { [1]="totems_attack_speed_+%_per_active_totem" } }, - [3820]={ + [3761]={ [1]={ [1]={ limit={ @@ -84159,7 +83074,7 @@ return { [1]="attacks_num_of_additional_chains_when_in_main_hand" } }, - [3821]={ + [3762]={ [1]={ [1]={ limit={ @@ -84184,7 +83099,32 @@ return { [1]="attacks_number_of_additional_projectiles" } }, - [3822]={ + [3763]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Melee Attacks fire an additional Projectile" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Melee Attacks fire {0} additional Projectiles" + } + }, + stats={ + [1]="melee_attacks_number_of_additional_projectiles" + } + }, + [3764]={ [1]={ [1]={ limit={ @@ -84209,7 +83149,7 @@ return { [1]="attacks_number_of_additional_projectiles_when_in_off_hand" } }, - [3823]={ + [3765]={ [1]={ [1]={ limit={ @@ -84230,7 +83170,7 @@ return { [2]="counter_attacks_maximum_added_physical_damage" } }, - [3824]={ + [3766]={ [1]={ [1]={ limit={ @@ -84259,7 +83199,7 @@ return { [1]="golem_damage_+%_per_active_golem_type" } }, - [3825]={ + [3767]={ [1]={ [1]={ limit={ @@ -84288,7 +83228,7 @@ return { [1]="golem_damage_+%_per_active_golem" } }, - [3826]={ + [3768]={ [1]={ [1]={ limit={ @@ -84304,7 +83244,7 @@ return { [1]="life_+%_with_no_corrupted_equipped_items" } }, - [3827]={ + [3769]={ [1]={ [1]={ [1]={ @@ -84324,7 +83264,7 @@ return { [1]="life_regeneration_per_minute_with_no_corrupted_equipped_items" } }, - [3828]={ + [3770]={ [1]={ [1]={ [1]={ @@ -84344,7 +83284,7 @@ return { [1]="energy_shield_recharge_rate_per_minute_with_all_corrupted_equipped_items" } }, - [3829]={ + [3771]={ [1]={ [1]={ limit={ @@ -84360,7 +83300,7 @@ return { [1]="local_display_nearby_enemies_take_X_chaos_damage_per_minute" } }, - [3830]={ + [3772]={ [1]={ [1]={ limit={ @@ -84381,7 +83321,7 @@ return { [2]="counter_attacks_maximum_added_cold_damage" } }, - [3831]={ + [3773]={ [1]={ [1]={ limit={ @@ -84410,7 +83350,7 @@ return { [1]="movement_speed_+%_if_pierced_recently" } }, - [3832]={ + [3774]={ [1]={ [1]={ limit={ @@ -84426,7 +83366,7 @@ return { [1]="poison_cursed_enemies_on_hit" } }, - [3833]={ + [3775]={ [1]={ [1]={ limit={ @@ -84451,7 +83391,7 @@ return { [1]="chance_to_poison_%_vs_cursed_enemies" } }, - [3834]={ + [3776]={ [1]={ [1]={ limit={ @@ -84480,7 +83420,7 @@ return { [1]="item_found_rarity_+%_if_wearing_a_normal_item" } }, - [3835]={ + [3777]={ [1]={ [1]={ limit={ @@ -84509,7 +83449,7 @@ return { [1]="item_found_quantity_+%_if_wearing_a_magic_item" } }, - [3836]={ + [3778]={ [1]={ [1]={ [1]={ @@ -84529,7 +83469,7 @@ return { [1]="gain_onslaught_for_X_ms_on_killing_rare_or_unique_monster" } }, - [3837]={ + [3779]={ [1]={ [1]={ limit={ @@ -84545,7 +83485,7 @@ return { [1]="kill_enemy_on_hit_if_under_15%_life" } }, - [3838]={ + [3780]={ [1]={ [1]={ limit={ @@ -84561,7 +83501,7 @@ return { [1]="kill_enemy_on_hit_if_under_20%_life" } }, - [3839]={ + [3781]={ [1]={ [1]={ limit={ @@ -84577,7 +83517,7 @@ return { [1]="immune_to_bleeding" } }, - [3840]={ + [3782]={ [1]={ [1]={ limit={ @@ -84593,7 +83533,7 @@ return { [1]="base_cannot_gain_bleeding" } }, - [3841]={ + [3783]={ [1]={ [1]={ limit={ @@ -84609,7 +83549,7 @@ return { [1]="base_avoid_bleed_%" } }, - [3842]={ + [3784]={ [1]={ [1]={ limit={ @@ -84638,7 +83578,7 @@ return { [1]="damage_+%_if_enemy_killed_recently_final" } }, - [3843]={ + [3785]={ [1]={ [1]={ limit={ @@ -84667,7 +83607,7 @@ return { [1]="skill_area_of_effect_+%_if_enemy_killed_recently" } }, - [3844]={ + [3786]={ [1]={ [1]={ limit={ @@ -84692,7 +83632,7 @@ return { [1]="max_charged_attack_stacks" } }, - [3845]={ + [3787]={ [1]={ [1]={ limit={ @@ -84721,7 +83661,7 @@ return { [1]="skill_effect_duration_+%_if_killed_maimed_enemy_recently" } }, - [3846]={ + [3788]={ [1]={ [1]={ limit={ @@ -84750,7 +83690,7 @@ return { [1]="damage_taken_+%_if_taunted_an_enemy_recently" } }, - [3847]={ + [3789]={ [1]={ [1]={ [1]={ @@ -84770,7 +83710,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_taunted_an_enemy_recently" } }, - [3848]={ + [3790]={ [1]={ [1]={ limit={ @@ -84786,7 +83726,7 @@ return { [1]="immune_to_elemental_status_ailments_during_flask_effect" } }, - [3849]={ + [3791]={ [1]={ [1]={ limit={ @@ -84815,32 +83755,7 @@ return { [1]="elemental_damage_+%_during_flask_effect" } }, - [3850]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% chance to Freeze, Shock and Ignite during any Flask Effect" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Always Freeze, Shock and Ignite during any Flask Effect" - } - }, - stats={ - [1]="chance_to_freeze_shock_ignite_%_during_flask_effect" - } - }, - [3851]={ + [3792]={ [1]={ [1]={ [1]={ @@ -84860,7 +83775,7 @@ return { [1]="es_and_mana_regeneration_rate_per_minute_%_while_on_consecrated_ground" } }, - [3852]={ + [3793]={ [1]={ [1]={ limit={ @@ -84889,7 +83804,7 @@ return { [1]="attack_and_cast_speed_+%_while_on_consecrated_ground" } }, - [3853]={ + [3794]={ [1]={ [1]={ limit={ @@ -84918,7 +83833,7 @@ return { [1]="mine_arming_speed_+%" } }, - [3854]={ + [3795]={ [1]={ [1]={ limit={ @@ -84934,7 +83849,7 @@ return { [1]="flasks_%_chance_to_not_consume_charges" } }, - [3855]={ + [3796]={ [1]={ [1]={ limit={ @@ -84963,7 +83878,7 @@ return { [1]="physical_damage_+%_for_4_seconds_when_you_block_a_unique_enemy_hit" } }, - [3856]={ + [3797]={ [1]={ [1]={ limit={ @@ -84979,7 +83894,7 @@ return { [1]="your_consecrated_ground_grants_damage_+%" } }, - [3857]={ + [3798]={ [1]={ [1]={ limit={ @@ -85008,7 +83923,7 @@ return { [1]="attack_speed_+%_if_enemy_not_killed_recently" } }, - [3858]={ + [3799]={ [1]={ [1]={ limit={ @@ -85037,7 +83952,7 @@ return { [1]="physical_damage_+%_while_at_maximum_frenzy_charges_final" } }, - [3859]={ + [3800]={ [1]={ [1]={ limit={ @@ -85066,7 +83981,7 @@ return { [1]="physical_damage_taken_+%_while_at_maximum_endurance_charges" } }, - [3860]={ + [3801]={ [1]={ [1]={ limit={ @@ -85095,7 +84010,7 @@ return { [1]="attack_speed_+%_per_200_accuracy_rating" } }, - [3861]={ + [3802]={ [1]={ [1]={ limit={ @@ -85111,7 +84026,7 @@ return { [1]="gain_maximum_endurance_charges_on_endurance_charge_gained_%_chance" } }, - [3862]={ + [3803]={ [1]={ [1]={ limit={ @@ -85140,7 +84055,7 @@ return { [1]="elementalist_skill_area_of_effect_+%_for_4_seconds_every_10_seconds" } }, - [3863]={ + [3804]={ [1]={ [1]={ limit={ @@ -85156,7 +84071,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_chaos_vs_bleeding_enemies" } }, - [3864]={ + [3805]={ [1]={ [1]={ limit={ @@ -85232,7 +84147,7 @@ return { [2]="phasing_on_trap_triggered_by_an_enemy_ms" } }, - [3865]={ + [3806]={ [1]={ [1]={ limit={ @@ -85248,7 +84163,7 @@ return { [1]="gain_x_life_on_trap_triggered_by_an_enemy" } }, - [3866]={ + [3807]={ [1]={ [1]={ limit={ @@ -85264,7 +84179,7 @@ return { [1]="gain_x_es_on_trap_triggered_by_an_enemy" } }, - [3867]={ + [3808]={ [1]={ [1]={ limit={ @@ -85280,7 +84195,7 @@ return { [1]="attack_skills_additional_ballista_totems_allowed" } }, - [3868]={ + [3809]={ [1]={ [1]={ limit={ @@ -85296,7 +84211,7 @@ return { [1]="attack_skills_additional_totems_allowed" } }, - [3869]={ + [3810]={ [1]={ [1]={ limit={ @@ -85325,7 +84240,7 @@ return { [1]="ascendancy_assasin_critical_hit_poison_effect_+%_final" } }, - [3870]={ + [3811]={ [1]={ [1]={ limit={ @@ -85354,7 +84269,7 @@ return { [1]="flask_charges_+%_from_enemies_with_status_ailments" } }, - [3871]={ + [3812]={ [1]={ [1]={ limit={ @@ -85383,7 +84298,7 @@ return { [1]="armour_and_evasion_+%_while_fortified" } }, - [3872]={ + [3813]={ [1]={ [1]={ limit={ @@ -85412,7 +84327,7 @@ return { [1]="melee_damage_+%_while_fortified" } }, - [3873]={ + [3814]={ [1]={ [1]={ limit={ @@ -85437,7 +84352,7 @@ return { [1]="desecrate_creates_X_additional_corpses" } }, - [3874]={ + [3815]={ [1]={ [1]={ limit={ @@ -85466,7 +84381,7 @@ return { [1]="damage_+%_if_you_have_consumed_a_corpse_recently" } }, - [3875]={ + [3816]={ [1]={ [1]={ limit={ @@ -85495,7 +84410,7 @@ return { [1]="attack_and_cast_speed_+%_per_corpse_consumed_recently" } }, - [3876]={ + [3817]={ [1]={ [1]={ limit={ @@ -85511,7 +84426,7 @@ return { [1]="permanently_intimidate_enemies_you_hit_on_full_life" } }, - [3877]={ + [3818]={ [1]={ [1]={ limit={ @@ -85540,7 +84455,7 @@ return { [1]="taunted_enemies_damage_+%_final_vs_non_taunt_target" } }, - [3878]={ + [3819]={ [1]={ [1]={ limit={ @@ -85556,7 +84471,7 @@ return { [1]="poison_on_melee_hit" } }, - [3879]={ + [3820]={ [1]={ [1]={ limit={ @@ -85581,7 +84496,7 @@ return { [1]="chance_to_poison_on_melee_hit_%" } }, - [3880]={ + [3821]={ [1]={ [1]={ limit={ @@ -85610,7 +84525,7 @@ return { [1]="movement_speed_+%_if_enemy_killed_recently" } }, - [3881]={ + [3822]={ [1]={ [1]={ limit={ @@ -85626,7 +84541,7 @@ return { [1]="local_non_skill_physical_damage_%_to_gain_as_each_element_with_attacks_while_have_this_two_handed_hand_weapon" } }, - [3882]={ + [3823]={ [1]={ [1]={ limit={ @@ -85642,7 +84557,7 @@ return { [1]="physical_damage_%_added_as_fire_damage_if_enemy_killed_recently_by_you_or_your_totems" } }, - [3883]={ + [3824]={ [1]={ [1]={ limit={ @@ -85658,7 +84573,7 @@ return { [1]="global_critical_strike_multiplier_while_dual_wielding_+" } }, - [3884]={ + [3825]={ [1]={ [1]={ limit={ @@ -85687,7 +84602,7 @@ return { [1]="global_critical_strike_chance_while_dual_wielding_+%" } }, - [3885]={ + [3826]={ [1]={ [1]={ limit={ @@ -85703,7 +84618,7 @@ return { [1]="elemental_penetration_%_during_flask_effect" } }, - [3886]={ + [3827]={ [1]={ [1]={ limit={ @@ -85719,7 +84634,7 @@ return { [1]="additional_physical_damage_reduction_%_during_flask_effect" } }, - [3887]={ + [3828]={ [1]={ [1]={ limit={ @@ -85752,7 +84667,7 @@ return { [1]="reflect_damage_taken_+%" } }, - [3888]={ + [3829]={ [1]={ [1]={ limit={ @@ -85768,7 +84683,7 @@ return { [1]="power_charge_on_block_%_chance" } }, - [3889]={ + [3830]={ [1]={ [1]={ [1]={ @@ -85801,7 +84716,7 @@ return { [1]="nearby_enemies_chilled_on_block" } }, - [3890]={ + [3831]={ [1]={ [1]={ limit={ @@ -85822,7 +84737,7 @@ return { [2]="from_self_maximum_added_cold_damage_taken_per_frenzy_charge" } }, - [3891]={ + [3832]={ [1]={ [1]={ limit={ @@ -85843,7 +84758,7 @@ return { [2]="maximum_added_cold_damage_per_frenzy_charge" } }, - [3892]={ + [3833]={ [1]={ [1]={ limit={ @@ -85872,7 +84787,7 @@ return { [1]="attack_and_cast_speed_+%_during_flask_effect" } }, - [3893]={ + [3834]={ [1]={ [1]={ limit={ @@ -85893,7 +84808,7 @@ return { [2]="maximum_added_fire_damage_if_blocked_recently" } }, - [3894]={ + [3835]={ [1]={ [1]={ limit={ @@ -85909,7 +84824,7 @@ return { [1]="stun_threshold_based_on_energy_shield_instead_of_life" } }, - [3895]={ + [3836]={ [1]={ [1]={ limit={ @@ -85925,7 +84840,7 @@ return { [1]="cannot_leech_life_from_critical_strikes" } }, - [3896]={ + [3837]={ [1]={ [1]={ limit={ @@ -85941,7 +84856,7 @@ return { [1]="%_chance_to_blind_on_critical_strike" } }, - [3897]={ + [3838]={ [1]={ [1]={ limit={ @@ -85957,7 +84872,7 @@ return { [1]="bleed_on_melee_critical_strike" } }, - [3898]={ + [3839]={ [1]={ [1]={ limit={ @@ -85982,7 +84897,7 @@ return { [1]="gain_elusive_on_crit_%_chance" } }, - [3899]={ + [3840]={ [1]={ [1]={ limit={ @@ -86007,7 +84922,7 @@ return { [1]="gain_elusive_on_kill_chance_%" } }, - [3900]={ + [3841]={ [1]={ [1]={ limit={ @@ -86023,7 +84938,7 @@ return { [1]="map_packs_have_pop_up_traps" } }, - [3901]={ + [3842]={ [1]={ [1]={ [1]={ @@ -86043,7 +84958,7 @@ return { [1]="gain_defiance_when_lose_life_to_hit_once_per_x_ms" } }, - [3902]={ + [3843]={ [1]={ [1]={ limit={ @@ -86072,7 +84987,7 @@ return { [1]="armour_+%_per_defiance" } }, - [3903]={ + [3844]={ [1]={ [1]={ limit={ @@ -86088,7 +85003,7 @@ return { [1]="lose_all_defiance_and_take_max_life_as_damage_on_reaching_x_defiance" } }, - [3904]={ + [3845]={ [1]={ [1]={ limit={ @@ -86104,7 +85019,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes" } }, - [3905]={ + [3846]={ [1]={ [1]={ limit={ @@ -86137,7 +85052,7 @@ return { [1]="enemies_you_shock_cast_speed_+%" } }, - [3906]={ + [3847]={ [1]={ [1]={ limit={ @@ -86170,7 +85085,7 @@ return { [1]="enemies_you_shock_movement_speed_+%" } }, - [3907]={ + [3848]={ [1]={ [1]={ [1]={ @@ -86190,7 +85105,7 @@ return { [1]="map_normal_monster_life_regeneration_rate_per_minute_%" } }, - [3908]={ + [3849]={ [1]={ [1]={ [1]={ @@ -86210,7 +85125,7 @@ return { [1]="map_magic_monster_life_regeneration_rate_per_minute_%" } }, - [3909]={ + [3850]={ [1]={ [1]={ [1]={ @@ -86230,7 +85145,7 @@ return { [1]="map_rare_monster_life_regeneration_rate_per_minute_%" } }, - [3910]={ + [3851]={ [1]={ [1]={ limit={ @@ -86259,7 +85174,7 @@ return { [1]="flail_damage_+%" } }, - [3911]={ + [3852]={ [1]={ [1]={ limit={ @@ -86288,7 +85203,7 @@ return { [1]="flail_elemental_damage_+%" } }, - [3912]={ + [3853]={ [1]={ [1]={ limit={ @@ -86304,7 +85219,7 @@ return { [1]="flail_accuracy_rating" } }, - [3913]={ + [3854]={ [1]={ [1]={ limit={ @@ -86333,7 +85248,7 @@ return { [1]="flail_accuracy_rating_+%" } }, - [3914]={ + [3855]={ [1]={ [1]={ limit={ @@ -86362,7 +85277,7 @@ return { [1]="flail_attack_speed_+%" } }, - [3915]={ + [3856]={ [1]={ [1]={ limit={ @@ -86391,7 +85306,7 @@ return { [1]="flail_critical_strike_chance_+%" } }, - [3916]={ + [3857]={ [1]={ [1]={ limit={ @@ -86407,7 +85322,7 @@ return { [1]="flail_critical_strike_multiplier_+" } }, - [3917]={ + [3858]={ [1]={ [1]={ limit={ @@ -86428,7 +85343,7 @@ return { [2]="attack_maximum_added_cold_damage_with_flails" } }, - [3918]={ + [3859]={ [1]={ [1]={ limit={ @@ -86449,7 +85364,7 @@ return { [2]="attack_maximum_added_fire_damage_with_flails" } }, - [3919]={ + [3860]={ [1]={ [1]={ limit={ @@ -86470,7 +85385,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_flails" } }, - [3920]={ + [3861]={ [1]={ [1]={ limit={ @@ -86491,7 +85406,7 @@ return { [2]="attack_maximum_added_physical_damage_with_flails" } }, - [3921]={ + [3862]={ [1]={ [1]={ limit={ @@ -86520,7 +85435,7 @@ return { [1]="crossbow_damage_+%" } }, - [3922]={ + [3863]={ [1]={ [1]={ limit={ @@ -86549,7 +85464,7 @@ return { [1]="crossbow_elemental_damage_+%" } }, - [3923]={ + [3864]={ [1]={ [1]={ limit={ @@ -86565,7 +85480,7 @@ return { [1]="crossbow_accuracy_rating" } }, - [3924]={ + [3865]={ [1]={ [1]={ limit={ @@ -86594,7 +85509,7 @@ return { [1]="crossbow_accuracy_rating_+%" } }, - [3925]={ + [3866]={ [1]={ [1]={ limit={ @@ -86623,7 +85538,7 @@ return { [1]="crossbow_attack_speed_+%" } }, - [3926]={ + [3867]={ [1]={ [1]={ limit={ @@ -86652,7 +85567,7 @@ return { [1]="crossbow_critical_strike_chance_+%" } }, - [3927]={ + [3868]={ [1]={ [1]={ limit={ @@ -86668,7 +85583,7 @@ return { [1]="crossbow_critical_strike_multiplier_+" } }, - [3928]={ + [3869]={ [1]={ [1]={ limit={ @@ -86697,7 +85612,7 @@ return { [1]="crossbow_physical_damage_+%" } }, - [3929]={ + [3870]={ [1]={ [1]={ limit={ @@ -86718,7 +85633,7 @@ return { [2]="attack_maximum_added_cold_damage_with_crossbows" } }, - [3930]={ + [3871]={ [1]={ [1]={ limit={ @@ -86739,7 +85654,7 @@ return { [2]="attack_maximum_added_fire_damage_with_crossbows" } }, - [3931]={ + [3872]={ [1]={ [1]={ limit={ @@ -86760,7 +85675,7 @@ return { [2]="attack_maximum_added_lightning_damage_with_crossbows" } }, - [3932]={ + [3873]={ [1]={ [1]={ limit={ @@ -86781,7 +85696,7 @@ return { [2]="attack_maximum_added_physical_damage_with_crossbows" } }, - [3933]={ + [3874]={ [1]={ [1]={ limit={ @@ -86810,7 +85725,7 @@ return { [1]="siege_and_shrapnel_ballista_attack_speed_+%_per_maximum_totem" } }, - [3934]={ + [3875]={ [1]={ [1]={ limit={ @@ -86835,7 +85750,7 @@ return { [1]="memory_line_number_of_shrines" } }, - [3935]={ + [3876]={ [1]={ [1]={ limit={ @@ -86860,7 +85775,7 @@ return { [1]="memory_line_number_of_pantheon_shrines" } }, - [3936]={ + [3877]={ [1]={ [1]={ limit={ @@ -86889,7 +85804,7 @@ return { [1]="map_player_shrine_buff_effect_on_self_+%" } }, - [3937]={ + [3878]={ [1]={ [1]={ limit={ @@ -86918,7 +85833,7 @@ return { [1]="map_monsters_energy_shield_leech_resistance_permyriad" } }, - [3938]={ + [3879]={ [1]={ [1]={ limit={ @@ -86947,7 +85862,7 @@ return { [1]="map_incursion_memory_line_monster_life_+%_final" } }, - [3939]={ + [3880]={ [1]={ [1]={ limit={ @@ -86976,7 +85891,7 @@ return { [1]="map_incursion_memory_line_monster_damage_+%_final" } }, - [3940]={ + [3881]={ [1]={ [1]={ limit={ @@ -87005,7 +85920,7 @@ return { [1]="burning_damage_+%_if_ignited_an_enemy_recently" } }, - [3941]={ + [3882]={ [1]={ [1]={ limit={ @@ -87021,7 +85936,7 @@ return { [1]="recover_%_maximum_life_on_enemy_ignited" } }, - [3942]={ + [3883]={ [1]={ [1]={ limit={ @@ -87050,7 +85965,7 @@ return { [1]="melee_physical_damage_+%_vs_ignited_enemies" } }, - [3943]={ + [3884]={ [1]={ [1]={ limit={ @@ -87079,7 +85994,7 @@ return { [1]="critical_strike_chance_+%_for_forking_arrows" } }, - [3944]={ + [3885]={ [1]={ [1]={ limit={ @@ -87095,7 +86010,7 @@ return { [1]="arrows_that_pierce_cause_bleeding" } }, - [3945]={ + [3886]={ [1]={ [1]={ limit={ @@ -87111,7 +86026,7 @@ return { [1]="arrows_that_pierce_chance_to_bleed_25%" } }, - [3946]={ + [3887]={ [1]={ [1]={ limit={ @@ -87127,7 +86042,7 @@ return { [1]="arrows_always_pierce_after_chaining" } }, - [3947]={ + [3888]={ [1]={ [1]={ limit={ @@ -87152,7 +86067,7 @@ return { [1]="spells_number_of_additional_projectiles" } }, - [3948]={ + [3889]={ [1]={ [1]={ limit={ @@ -87168,7 +86083,7 @@ return { [1]="minion_damage_increases_and_reductions_also_affects_you" } }, - [3949]={ + [3890]={ [1]={ [1]={ limit={ @@ -87197,7 +86112,7 @@ return { [1]="projectile_attack_damage_+%_per_200_accuracy" } }, - [3950]={ + [3891]={ [1]={ [1]={ [1]={ @@ -87239,7 +86154,7 @@ return { [2]="essence_buff_ground_fire_duration_ms" } }, - [3951]={ + [3892]={ [1]={ [1]={ limit={ @@ -87255,7 +86170,7 @@ return { [1]="unique_boots_secondary_ground_ignite_while_moving_base_fire_damage_%_of_life" } }, - [3952]={ + [3893]={ [1]={ [1]={ limit={ @@ -87271,7 +86186,7 @@ return { [1]="unique_boots_secondary_ground_shock_while_moving" } }, - [3953]={ + [3894]={ [1]={ [1]={ limit={ @@ -87304,7 +86219,7 @@ return { [1]="essence_display_elemental_damage_taken_while_not_moving_+%" } }, - [3954]={ + [3895]={ [1]={ [1]={ limit={ @@ -87329,7 +86244,7 @@ return { [1]="physical_damage_reduction_rating_%_while_not_moving" } }, - [3955]={ + [3896]={ [1]={ [1]={ limit={ @@ -87345,7 +86260,7 @@ return { [1]="armour_while_stationary" } }, - [3956]={ + [3897]={ [1]={ [1]={ limit={ @@ -87374,7 +86289,7 @@ return { [1]="physical_damage_taken_+%_while_moving" } }, - [3957]={ + [3898]={ [1]={ [1]={ limit={ @@ -87403,7 +86318,7 @@ return { [1]="mana_regeneration_rate_+%_while_stationary" } }, - [3958]={ + [3899]={ [1]={ [1]={ limit={ @@ -87432,7 +86347,7 @@ return { [1]="projectile_attack_skill_critical_strike_chance_+%" } }, - [3959]={ + [3900]={ [1]={ [1]={ limit={ @@ -87448,7 +86363,7 @@ return { [1]="projectile_attacks_chance_to_bleed_on_hit_%_if_you_have_beast_minion" } }, - [3960]={ + [3901]={ [1]={ [1]={ limit={ @@ -87464,7 +86379,7 @@ return { [1]="projectile_attacks_chance_to_maim_on_hit_%_if_you_have_beast_minion" } }, - [3961]={ + [3902]={ [1]={ [1]={ limit={ @@ -87480,7 +86395,7 @@ return { [1]="projectile_attacks_chance_to_poison_on_hit_%_if_you_have_beast_minion" } }, - [3962]={ + [3903]={ [1]={ [1]={ limit={ @@ -87501,7 +86416,7 @@ return { [2]="attack_maximum_added_physical_damage_if_you_have_beast_minion" } }, - [3963]={ + [3904]={ [1]={ [1]={ limit={ @@ -87522,7 +86437,7 @@ return { [2]="attack_maximum_added_chaos_damage_if_you_have_beast_minion" } }, - [3964]={ + [3905]={ [1]={ [1]={ limit={ @@ -87538,7 +86453,7 @@ return { [1]="attack_and_movement_speed_+%_if_you_have_beast_minion" } }, - [3965]={ + [3906]={ [1]={ [1]={ limit={ @@ -87567,7 +86482,7 @@ return { [1]="attack_damage_+%_if_other_ring_is_shaper_item" } }, - [3966]={ + [3907]={ [1]={ [1]={ limit={ @@ -87596,7 +86511,7 @@ return { [1]="spell_damage_+%_if_other_ring_is_elder_item" } }, - [3967]={ + [3908]={ [1]={ [1]={ limit={ @@ -87612,7 +86527,7 @@ return { [1]="cannot_be_stunned_by_spells_if_other_ring_is_shaper_item" } }, - [3968]={ + [3909]={ [1]={ [1]={ limit={ @@ -87628,7 +86543,7 @@ return { [1]="cannot_be_stunned_by_attacks_if_other_ring_is_elder_item" } }, - [3969]={ + [3910]={ [1]={ [1]={ limit={ @@ -87644,7 +86559,7 @@ return { [1]="maximum_life_per_equipped_elder_item" } }, - [3970]={ + [3911]={ [1]={ [1]={ limit={ @@ -87673,7 +86588,7 @@ return { [1]="non_damaging_ailment_effect_+%_on_self_while_you_have_arcane_surge" } }, - [3971]={ + [3912]={ [1]={ [1]={ limit={ @@ -87689,7 +86604,7 @@ return { [1]="skill_mana_cost_+_for_each_equipped_corrupted_item" } }, - [3972]={ + [3913]={ [1]={ [1]={ limit={ @@ -87705,7 +86620,7 @@ return { [1]="non_skill_elemental_damage_%_to_gain_as_chaos_per_shaper_item_equipped" } }, - [3973]={ + [3914]={ [1]={ [1]={ limit={ @@ -87721,7 +86636,7 @@ return { [1]="recover_%_maximum_life_on_flask_use" } }, - [3974]={ + [3915]={ [1]={ [1]={ limit={ @@ -87737,7 +86652,7 @@ return { [1]="recover_%_maximum_life_on_mana_flask_use" } }, - [3975]={ + [3916]={ [1]={ [1]={ limit={ @@ -87753,7 +86668,7 @@ return { [1]="non_instant_mana_recovery_from_flasks_also_recovers_life" } }, - [3976]={ + [3917]={ [1]={ [1]={ limit={ @@ -87782,7 +86697,7 @@ return { [1]="mana_cost_+%_per_200_mana_spent_recently" } }, - [3977]={ + [3918]={ [1]={ [1]={ limit={ @@ -87811,7 +86726,7 @@ return { [1]="spell_damage_+%_per_200_mana_spent_recently" } }, - [3978]={ + [3919]={ [1]={ [1]={ limit={ @@ -87827,7 +86742,7 @@ return { [1]="cannot_be_stunned_if_you_have_10_or_more_crab_charges" } }, - [3979]={ + [3920]={ [1]={ [1]={ limit={ @@ -87843,7 +86758,7 @@ return { [1]="cannot_lose_crab_charges_if_you_have_lost_crab_charges_recently" } }, - [3980]={ + [3921]={ [1]={ [1]={ limit={ @@ -87859,7 +86774,7 @@ return { [1]="crab_aspect_crab_barrier_max_+" } }, - [3981]={ + [3922]={ [1]={ [1]={ limit={ @@ -87875,7 +86790,7 @@ return { [1]="damage_+%_per_crab_charge" } }, - [3982]={ + [3923]={ [1]={ [1]={ limit={ @@ -87891,7 +86806,7 @@ return { [1]="number_of_crab_charges_lost_when_hit" } }, - [3983]={ + [3924]={ [1]={ [1]={ limit={ @@ -87907,7 +86822,7 @@ return { [1]="additional_block_%_while_you_have_at_least_5_crab_charges" } }, - [3984]={ + [3925]={ [1]={ [1]={ limit={ @@ -87923,7 +86838,7 @@ return { [1]="additional_block_%_while_you_have_at_least_10_crab_charges" } }, - [3985]={ + [3926]={ [1]={ [1]={ limit={ @@ -87939,7 +86854,7 @@ return { [1]="chance_to_gain_max_crab_stacks_when_you_would_gain_a_crab_stack_%" } }, - [3986]={ + [3927]={ [1]={ [1]={ limit={ @@ -87955,7 +86870,7 @@ return { [1]="maximum_blood_scythe_charges" } }, - [3987]={ + [3928]={ [1]={ [1]={ limit={ @@ -87971,7 +86886,7 @@ return { [1]="maximum_void_arrows" } }, - [3988]={ + [3929]={ [1]={ [1]={ limit={ @@ -87987,7 +86902,7 @@ return { [1]="hit_%_chance_to_gain_25%_damage_as_chaos" } }, - [3989]={ + [3930]={ [1]={ [1]={ limit={ @@ -88003,7 +86918,7 @@ return { [1]="hit_%_chance_to_gain_25%_non_chaos_damage_as_chaos" } }, - [3990]={ + [3931]={ [1]={ [1]={ limit={ @@ -88019,7 +86934,7 @@ return { [1]="hit_%_chance_to_gain_50%_damage_as_chaos" } }, - [3991]={ + [3932]={ [1]={ [1]={ limit={ @@ -88035,7 +86950,7 @@ return { [1]="hit_%_chance_to_gain_50%_non_chaos_damage_as_chaos" } }, - [3992]={ + [3933]={ [1]={ [1]={ limit={ @@ -88051,7 +86966,7 @@ return { [1]="hit_%_chance_to_gain_100%_damage_as_chaos" } }, - [3993]={ + [3934]={ [1]={ [1]={ limit={ @@ -88067,7 +86982,7 @@ return { [1]="hit_%_chance_to_gain_100%_non_chaos_damage_as_chaos" } }, - [3994]={ + [3935]={ [1]={ [1]={ [1]={ @@ -88087,7 +87002,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_affected_by_cat_aspect" } }, - [3995]={ + [3936]={ [1]={ [1]={ limit={ @@ -88103,7 +87018,7 @@ return { [1]="%_chance_to_blind_on_critical_strike_while_you_have_cats_stealth" } }, - [3996]={ + [3937]={ [1]={ [1]={ limit={ @@ -88119,7 +87034,7 @@ return { [1]="resist_all_elements_%_with_200_or_more_strength" } }, - [3997]={ + [3938]={ [1]={ [1]={ limit={ @@ -88148,7 +87063,7 @@ return { [1]="projectile_attack_damage_+%_with_at_least_200_dex" } }, - [3998]={ + [3939]={ [1]={ [1]={ limit={ @@ -88177,7 +87092,7 @@ return { [1]="critical_strike_chance_+%_with_at_least_200_int" } }, - [3999]={ + [3940]={ [1]={ [1]={ limit={ @@ -88193,7 +87108,7 @@ return { [1]="local_physical_damage_%_to_convert_to_a_random_element" } }, - [4000]={ + [3941]={ [1]={ [1]={ limit={ @@ -88209,7 +87124,7 @@ return { [1]="local_hits_always_inflict_elemental_ailments" } }, - [4001]={ + [3942]={ [1]={ [1]={ limit={ @@ -88238,7 +87153,7 @@ return { [1]="local_hit_damage_+%_vs_ignited_enemies" } }, - [4002]={ + [3943]={ [1]={ [1]={ limit={ @@ -88267,7 +87182,7 @@ return { [1]="local_hit_damage_+%_vs_frozen_enemies" } }, - [4003]={ + [3944]={ [1]={ [1]={ limit={ @@ -88296,7 +87211,7 @@ return { [1]="local_hit_damage_+%_vs_shocked_enemies" } }, - [4004]={ + [3945]={ [1]={ [1]={ [1]={ @@ -88316,7 +87231,7 @@ return { [1]="life_regeneration_per_minute_if_you_have_at_least_500_maximum_energy_shield" } }, - [4005]={ + [3946]={ [1]={ [1]={ [1]={ @@ -88336,7 +87251,7 @@ return { [1]="life_regeneration_per_minute_if_you_have_at_least_1000_maximum_energy_shield" } }, - [4006]={ + [3947]={ [1]={ [1]={ [1]={ @@ -88356,7 +87271,7 @@ return { [1]="life_regeneration_per_minute_if_you_have_at_least_1500_maximum_energy_shield" } }, - [4007]={ + [3948]={ [1]={ [1]={ limit={ @@ -88385,7 +87300,7 @@ return { [1]="area_of_effect_+%_per_25_rampage_stacks" } }, - [4008]={ + [3949]={ [1]={ [1]={ limit={ @@ -88401,7 +87316,7 @@ return { [1]="add_frenzy_charge_every_50_rampage_stacks" } }, - [4009]={ + [3950]={ [1]={ [1]={ limit={ @@ -88410,14 +87325,14 @@ return { [2]="#" } }, - text="{0:+d} to Maximum Energy Shield per 5 Armour on Equipped Shield" + text="{0:+d} to Maximum Energy Shield per 5 Item Armour on Equipped Shield" } }, stats={ [1]="maximum_energy_shield_+_per_5_armour_on_shield" } }, - [4010]={ + [3951]={ [1]={ [1]={ limit={ @@ -88433,7 +87348,7 @@ return { [1]="physical_damage_reduction_rating_per_5_evasion_on_shield" } }, - [4011]={ + [3952]={ [1]={ [1]={ limit={ @@ -88442,14 +87357,14 @@ return { [2]="#" } }, - text="{0:+d} to Evasion Rating per 5 Energy Shield on Equipped Shield" + text="{0:+d} to Evasion Rating per 5 Item Energy Shield on Equipped Shield" } }, stats={ [1]="evasion_rating_+_per_5_maximum_energy_shield_on_shield" } }, - [4012]={ + [3953]={ [1]={ [1]={ limit={ @@ -88465,7 +87380,7 @@ return { [1]="maximum_spirit_charges_per_abyss_jewel_equipped" } }, - [4013]={ + [3954]={ [1]={ [1]={ limit={ @@ -88494,7 +87409,7 @@ return { [1]="travel_skill_cooldown_speed_+%" } }, - [4014]={ + [3955]={ [1]={ [1]={ limit={ @@ -88523,7 +87438,7 @@ return { [1]="gain_spirit_charge_every_x_ms" } }, - [4015]={ + [3956]={ [1]={ [1]={ limit={ @@ -88548,7 +87463,7 @@ return { [1]="gain_spirit_charge_on_kill_%_chance" } }, - [4016]={ + [3957]={ [1]={ [1]={ limit={ @@ -88564,7 +87479,7 @@ return { [1]="lose_spirit_charges_on_savage_hit_taken" } }, - [4017]={ + [3958]={ [1]={ [1]={ limit={ @@ -88580,7 +87495,7 @@ return { [1]="gain_%_life_when_spirit_charge_expires_or_consumed" } }, - [4018]={ + [3959]={ [1]={ [1]={ limit={ @@ -88596,7 +87511,7 @@ return { [1]="gain_%_es_when_spirit_charge_expires_or_consumed" } }, - [4019]={ + [3960]={ [1]={ [1]={ limit={ @@ -88612,7 +87527,7 @@ return { [1]="maximum_divine_charges" } }, - [4020]={ + [3961]={ [1]={ [1]={ limit={ @@ -88637,7 +87552,7 @@ return { [1]="gain_divine_charge_on_hit_%" } }, - [4021]={ + [3962]={ [1]={ [1]={ limit={ @@ -88666,7 +87581,7 @@ return { [1]="elemental_damage_+%_per_divine_charge" } }, - [4022]={ + [3963]={ [1]={ [1]={ [1]={ @@ -88686,7 +87601,7 @@ return { [1]="gain_divinity_ms_when_reaching_maximum_divine_charges" } }, - [4023]={ + [3964]={ [1]={ [1]={ limit={ @@ -88715,7 +87630,7 @@ return { [1]="travel_skills_cooldown_speed_+%_per_frenzy_charge" } }, - [4024]={ + [3965]={ [1]={ [1]={ limit={ @@ -88744,7 +87659,7 @@ return { [1]="elusive_effect_on_self_+%_per_power_charge" } }, - [4025]={ + [3966]={ [1]={ [1]={ limit={ @@ -88769,7 +87684,7 @@ return { [1]="lose_a_frenzy_charge_on_travel_skill_use_%_chance" } }, - [4026]={ + [3967]={ [1]={ [1]={ limit={ @@ -88794,7 +87709,7 @@ return { [1]="lose_a_power_charge_when_you_gain_elusive_%_chance" } }, - [4027]={ + [3968]={ [1]={ [1]={ limit={ @@ -88819,7 +87734,7 @@ return { [1]="withered_on_hit_for_2_seconds_%_chance" } }, - [4028]={ + [3969]={ [1]={ [1]={ limit={ @@ -88848,7 +87763,7 @@ return { [1]="enemies_withered_by_you_take_+%_increased_elemental_damage_from_your_hits" } }, - [4029]={ + [3970]={ [1]={ [1]={ limit={ @@ -88864,7 +87779,7 @@ return { [1]="local_display_gain_fragile_growth_each_second" } }, - [4030]={ + [3971]={ [1]={ [1]={ limit={ @@ -88880,7 +87795,7 @@ return { [1]="base_maximum_fragile_regrowth" } }, - [4031]={ + [3972]={ [1]={ [1]={ [1]={ @@ -88900,7 +87815,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_fragile_regrowth" } }, - [4032]={ + [3973]={ [1]={ [1]={ limit={ @@ -88929,7 +87844,7 @@ return { [1]="mana_regeneration_rate_+%_per_fragile_regrowth" } }, - [4033]={ + [3974]={ [1]={ [1]={ limit={ @@ -88945,7 +87860,7 @@ return { [1]="lose_all_fragile_regrowth_when_hit" } }, - [4034]={ + [3975]={ [1]={ [1]={ limit={ @@ -88961,7 +87876,7 @@ return { [1]="minion_maximum_life_%_to_convert_to_maximum_energy_shield_per_1%_chaos_resistance" } }, - [4035]={ + [3976]={ [1]={ [1]={ limit={ @@ -88977,7 +87892,7 @@ return { [1]="chaos_damage_does_not_damage_minions_energy_shield_extra_hard" } }, - [4036]={ + [3977]={ [1]={ [1]={ limit={ @@ -89006,7 +87921,7 @@ return { [1]="minion_energy_shield_delay_-%" } }, - [4037]={ + [3978]={ [1]={ [1]={ limit={ @@ -89022,7 +87937,7 @@ return { [1]="minion_hits_ignore_enemy_elemental_resistances_while_has_energy_shield" } }, - [4038]={ + [3979]={ [1]={ [1]={ limit={ @@ -89038,7 +87953,7 @@ return { [1]="arrows_from_first_firing_point_always_pierce" } }, - [4039]={ + [3980]={ [1]={ [1]={ limit={ @@ -89054,7 +87969,7 @@ return { [1]="arrows_from_second_firing_point_fork" } }, - [4040]={ + [3981]={ [1]={ [1]={ limit={ @@ -89070,7 +87985,7 @@ return { [1]="arrows_from_third_firing_point_return" } }, - [4041]={ + [3982]={ [1]={ [1]={ limit={ @@ -89095,7 +88010,7 @@ return { [1]="arrows_from_fourth_firing_point_additional_chains" } }, - [4042]={ + [3983]={ [1]={ [1]={ limit={ @@ -89120,7 +88035,7 @@ return { [1]="local_withered_on_hit_for_2_seconds_%_chance" } }, - [4043]={ + [3984]={ [1]={ [1]={ limit={ @@ -89136,7 +88051,7 @@ return { [1]="summoned_skeleton_warriors_get_weapon_stats_in_main_hand" } }, - [4044]={ + [3985]={ [1]={ [1]={ limit={ @@ -89152,7 +88067,7 @@ return { [1]="local_grant_skeleton_warriors_triple_damage_on_hit" } }, - [4045]={ + [3986]={ [1]={ [1]={ limit={ @@ -89168,7 +88083,7 @@ return { [1]="mirage_archers_do_not_attach" } }, - [4046]={ + [3987]={ [1]={ [1]={ limit={ @@ -89184,7 +88099,7 @@ return { [1]="additional_max_mirage_archers" } }, - [4047]={ + [3988]={ [1]={ [1]={ limit={ @@ -89200,7 +88115,7 @@ return { [1]="cannot_summon_mirage_archer_if_near_mirage_archer_radius" } }, - [4048]={ + [3989]={ [1]={ [1]={ limit={ @@ -89229,7 +88144,7 @@ return { [1]="damage_+%_per_fire_adaptation" } }, - [4049]={ + [3990]={ [1]={ [1]={ limit={ @@ -89258,7 +88173,7 @@ return { [1]="attack_and_cast_speed_+%_per_cold_adaptation" } }, - [4050]={ + [3991]={ [1]={ [1]={ limit={ @@ -89287,64 +88202,7 @@ return { [1]="critical_strike_chance_+%_per_lightning_adaptation" } }, - [4051]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Magic Utility Flasks cannot be Used" - } - }, - stats={ - [1]="magic_utility_flasks_cannot_be_used" - } - }, - [4052]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="Leftmost {0} Magic Utility Flask constantly applies its Flask Effect to you" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Leftmost {0} Magic Utility Flasks constantly apply their Flask Effects to you" - } - }, - stats={ - [1]="num_magic_utility_flasks_always_apply" - } - }, - [4053]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Magic Utility Flask Effects cannot be removed" - } - }, - stats={ - [1]="magic_utility_flasks_cannot_be_removed" - } - }, - [4054]={ + [3992]={ [1]={ [1]={ limit={ @@ -89369,7 +88227,7 @@ return { [1]="gain_x_grasping_vines_when_you_take_a_critical_strike" } }, - [4055]={ + [3993]={ [1]={ [1]={ limit={ @@ -89398,7 +88256,7 @@ return { [1]="local_display_nearby_stationary_enemies_gain_a_grasping_vine_every_x_ms" } }, - [4056]={ + [3994]={ [1]={ [1]={ limit={ @@ -89423,7 +88281,7 @@ return { [1]="unique_boots_all_damage_inflicts_poison_against_enemies_with_at_least_x_grasping_vines" } }, - [4057]={ + [3995]={ [1]={ [1]={ limit={ @@ -89452,7 +88310,7 @@ return { [1]="extra_damage_taken_from_crit_+%_from_cursed_enemy" } }, - [4058]={ + [3996]={ [1]={ [1]={ limit={ @@ -89481,7 +88339,7 @@ return { [1]="extra_damage_taken_from_crit_+%_from_poisoned_enemy" } }, - [4059]={ + [3997]={ [1]={ [1]={ limit={ @@ -89506,7 +88364,7 @@ return { [1]="pathfinder_skills_consume_x_charges_from_a_bismuth_diamond_or_amethyst_flask" } }, - [4060]={ + [3998]={ [1]={ [1]={ limit={ @@ -89535,7 +88393,7 @@ return { [1]="pathfinder_skills_critical_strike_chance_+%_if_charges_consumed_from_diamond_flask" } }, - [4061]={ + [3999]={ [1]={ [1]={ limit={ @@ -89551,7 +88409,7 @@ return { [1]="pathfinder_skills_penetrate_elemental_resistances_%_if_charges_consumed_from_bismuth_flask" } }, - [4062]={ + [4000]={ [1]={ [1]={ limit={ @@ -89567,7 +88425,7 @@ return { [1]="pathfinder_physical_damage_%_to_gain_as_chaos_if_charges_consumed_from_amethyst_flask" } }, - [4063]={ + [4001]={ [1]={ [1]={ limit={ @@ -89583,7 +88441,7 @@ return { [1]="display_ailment_bearer_charge_interval" } }, - [4064]={ + [4002]={ [1]={ [1]={ [1]={ @@ -89629,7 +88487,7 @@ return { [1]="dodge_roll_travel_distance_+_if_not_dodge_rolled_recently" } }, - [4065]={ + [4003]={ [1]={ [1]={ [1]={ @@ -89675,7 +88533,7 @@ return { [1]="dodge_roll_travel_distance_+_if_dodge_rolled_recently" } }, - [4066]={ + [4004]={ [1]={ [1]={ limit={ @@ -89700,7 +88558,23 @@ return { [1]="unique_bow_attacks_repeat_x_times_when_no_enemies_in_your_presence" } }, - [4067]={ + [4005]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Withered you inflict has infinite Duration" + } + }, + stats={ + [1]="wither_never_expires" + } + }, + [4006]={ [1]={ [1]={ limit={ @@ -89716,7 +88590,7 @@ return { [1]="chill_minimum_slow_%" } }, - [4068]={ + [4007]={ [1]={ [1]={ limit={ @@ -89732,7 +88606,7 @@ return { [1]="shock_minimum_damage_taken_increase_%" } }, - [4069]={ + [4008]={ [1]={ [1]={ limit={ @@ -89748,7 +88622,7 @@ return { [1]="gain_convergence_on_hitting_unique_enemy" } }, - [4070]={ + [4009]={ [1]={ [1]={ limit={ @@ -89777,7 +88651,7 @@ return { [1]="area_of_effect_+%_while_you_do_not_have_convergence" } }, - [4071]={ + [4010]={ [1]={ [1]={ limit={ @@ -89793,7 +88667,7 @@ return { [1]="X_armour_if_you_have_blocked_recently" } }, - [4072]={ + [4011]={ [1]={ [1]={ limit={ @@ -89809,7 +88683,7 @@ return { [1]="X_armour_per_active_totem" } }, - [4073]={ + [4012]={ [1]={ [1]={ limit={ @@ -89825,7 +88699,7 @@ return { [1]="X_to_armour_per_2_strength" } }, - [4074]={ + [4013]={ [1]={ [1]={ limit={ @@ -89854,7 +88728,7 @@ return { [1]="local_jewel_expansion_passive_node_count" } }, - [4075]={ + [4014]={ [1]={ [1]={ limit={ @@ -89883,7 +88757,7 @@ return { [1]="absolution_cast_speed_+%" } }, - [4076]={ + [4015]={ [1]={ [1]={ limit={ @@ -89912,7 +88786,7 @@ return { [1]="absolution_duration_+%" } }, - [4077]={ + [4016]={ [1]={ [1]={ limit={ @@ -89941,7 +88815,175 @@ return { [1]="absolution_minion_area_of_effect_+%" } }, - [4078]={ + [4017]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Abyssal Wasting also applies {0:+d}% to Cold Resistance" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Abyssal Wasting also applies {0:-d}% to Cold Resistance" + } + }, + stats={ + [1]="abyssal_wasting_cold_resistance_%" + } + }, + [4018]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Abyssal Wasting you inflict" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Abyssal Wasting you inflict" + } + }, + stats={ + [1]="abyssal_wasting_effect_+%" + } + }, + [4019]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Abyssal Wasting also applies {0:+d}% to Fire Resistance" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Abyssal Wasting also applies {0:-d}% to Fire Resistance" + } + }, + stats={ + [1]="abyssal_wasting_fire_resistance_%" + } + }, + [4020]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Abyssal Wasting you inflict has Infinite Duration" + } + }, + stats={ + [1]="abyssal_wasting_infinite_duration" + } + }, + [4021]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Life Leeched from targets affected by Abyssal Wasting is Instant" + } + }, + stats={ + [1]="abyssal_wasting_instant_life_leech_%" + } + }, + [4022]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Mana Leeched from targets affected by Abyssal Wasting is Instant" + } + }, + stats={ + [1]="abyssal_wasting_instant_mana_leech_%" + } + }, + [4023]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Abyssal Wasting also applies {0:+d}% to Lightning Resistance" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Abyssal Wasting also applies {0:-d}% to Lightning Resistance" + } + }, + stats={ + [1]="abyssal_wasting_lightning_resistance_%" + } + }, + [4024]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Inflict Abyssal Wasting on Hit" + } + }, + stats={ + [1]="abyssal_wasting_on_hit" + } + }, + [4025]={ [1]={ [1]={ limit={ @@ -89966,7 +89008,7 @@ return { [1]="accuracy_rating_+%_equal_to_%_attack_critical_strike_chance" } }, - [4079]={ + [4026]={ [1]={ [1]={ limit={ @@ -89982,7 +89024,94 @@ return { [1]="accuracy_rating_+%_final_at_max_distance_scaled" } }, - [4080]={ + [4027]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Accuracy Rating per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Accuracy Rating per 10 Tribute" + } + }, + stats={ + [1]="accuracy_rating_+%_per_10_tribute" + } + }, + [4028]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Accuracy Rating per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Accuracy Rating per 25 Tribute" + } + }, + stats={ + [1]="accuracy_rating_+%_per_25_tribute" + } + }, + [4029]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Accuracy Rating against Enemies affected by Abyssal Wasting" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Accuracy Rating against Enemies affected by Abyssal Wasting" + } + }, + stats={ + [1]="accuracy_rating_+%_vs_abyssal_wasting_afflicted" + } + }, + [4030]={ [1]={ [1]={ limit={ @@ -90011,7 +89140,7 @@ return { [1]="accuracy_rating_+%_vs_enemies_in_close_range" } }, - [4081]={ + [4031]={ [1]={ [1]={ limit={ @@ -90040,7 +89169,7 @@ return { [1]="accuracy_rating_+%_vs_rare_or_unique_enemy" } }, - [4082]={ + [4032]={ [1]={ [1]={ limit={ @@ -90069,7 +89198,81 @@ return { [1]="accuracy_rating_+%_vs_unique_enemies" } }, - [4083]={ + [4033]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Accuracy Rating while moving" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Accuracy Rating while moving" + } + }, + stats={ + [1]="accuracy_rating_+%_while_moving" + } + }, + [4034]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Accuracy Rating while Surrounded" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Accuracy Rating while Surrounded" + } + }, + stats={ + [1]="accuracy_rating_+%_while_surrounded" + } + }, + [4035]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Accuracy Rating per 1 Item Evasion Rating on Equipped Helmet" + } + }, + stats={ + [1]="accuracy_rating_+_per_evasion_rating_on_helmet" + } + }, + [4036]={ [1]={ [1]={ limit={ @@ -90098,7 +89301,7 @@ return { [1]="accuracy_rating_against_marked_enemies_+%" } }, - [4084]={ + [4037]={ [1]={ [1]={ limit={ @@ -90114,7 +89317,7 @@ return { [1]="accuracy_rating_is_doubled" } }, - [4085]={ + [4038]={ [1]={ [1]={ limit={ @@ -90130,7 +89333,7 @@ return { [1]="accuracy_rating_per_level" } }, - [4086]={ + [4039]={ [1]={ [1]={ limit={ @@ -90146,7 +89349,7 @@ return { [1]="accuracy_rating_+_per_frenzy_charge" } }, - [4087]={ + [4040]={ [1]={ [1]={ limit={ @@ -90162,7 +89365,7 @@ return { [1]="accuracy_rating_+_per_green_socket_on_bow" } }, - [4088]={ + [4041]={ [1]={ [1]={ limit={ @@ -90191,7 +89394,7 @@ return { [1]="accuracy_rating_+%_during_onslaught" } }, - [4089]={ + [4042]={ [1]={ [1]={ limit={ @@ -90220,7 +89423,7 @@ return { [1]="accuracy_rating_+%_if_enemy_not_killed_recently" } }, - [4090]={ + [4043]={ [1]={ [1]={ limit={ @@ -90249,7 +89452,7 @@ return { [1]="accuracy_rating_+%_if_have_crit_in_past_8_seconds" } }, - [4091]={ + [4044]={ [1]={ [1]={ limit={ @@ -90265,7 +89468,7 @@ return { [1]="accuracy_rating_vs_bleeding_enemies" } }, - [4092]={ + [4045]={ [1]={ [1]={ limit={ @@ -90281,7 +89484,7 @@ return { [1]="accuracy_rating_while_at_maximum_frenzy_charges" } }, - [4093]={ + [4046]={ [1]={ [1]={ limit={ @@ -90297,7 +89500,7 @@ return { [1]="action_speed_cannot_be_slowed_below_base_if_cast_temporal_chains_in_past_10_seconds" } }, - [4094]={ + [4047]={ [1]={ [1]={ limit={ @@ -90330,7 +89533,100 @@ return { [1]="action_speed_-%" } }, - [4095]={ + [4048]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Parry Range" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Parry Range" + } + }, + stats={ + [1]="active_block_maximum_distance_+%" + } + }, + [4049]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Generates {0}% of Monster Power as Glory for this Skill on Fully Breaking Armour" + } + }, + stats={ + [1]="active_skill_generates_mp_%_glory_per_armour_break" + } + }, + [4050]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Generates {0}% of Monster Power as Glory for this Skill on Hitting with an Attack" + } + }, + stats={ + [1]="active_skill_generates_mp_%_glory_per_attack_hit" + } + }, + [4051]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Generates {0}% of Monster Power as Glory for\nthis Skill on Heavy Stunning an enemy" + } + }, + stats={ + [1]="active_skill_generates_mp_%_glory_per_heavy_stun" + } + }, + [4052]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Generates {0}% of Monster Power as Glory for\nthis Skill on Igniting an enemy" + } + }, + stats={ + [1]="active_skill_generates_mp_%_glory_per_ignite" + } + }, + [4053]={ [1]={ [1]={ limit={ @@ -90359,7 +89655,36 @@ return { [1]="active_skill_impale_magnitude_+%_final" } }, - [4096]={ + [4054]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Magnitude of Poison inflicted" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Magnitude of Poison inflicted" + } + }, + stats={ + [1]="active_skill_poison_effect_+%_final" + } + }, + [4055]={ [1]={ [1]={ limit={ @@ -90368,14 +89693,14 @@ return { [2]="#" } }, - text="Gain additional Stun Threshold equal to {0}% of Armour on Equipped Items" + text="Gain additional Stun Threshold equal to {0}% of Item Armour on Equipped Armour Items" } }, stats={ [1]="add_%_base_armour_on_equipment_to_stun_threshold" } }, - [4097]={ + [4056]={ [1]={ [1]={ limit={ @@ -90391,7 +89716,7 @@ return { [1]="add_frenzy_charge_on_kill_%_chance_while_dual_wielding" } }, - [4098]={ + [4057]={ [1]={ [1]={ limit={ @@ -90407,7 +89732,7 @@ return { [1]="add_frenzy_charge_when_hit_%" } }, - [4099]={ + [4058]={ [1]={ [1]={ limit={ @@ -90432,7 +89757,7 @@ return { [1]="add_power_charge_on_hit_while_poisoned_%" } }, - [4100]={ + [4059]={ [1]={ [1]={ limit={ @@ -90457,7 +89782,48 @@ return { [1]="add_x_grasping_vines_on_hit" } }, - [4101]={ + [4060]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=-1, + [2]=1 + } + }, + text="Non-Instant skills with Cooldowns have {0:+d} Cooldown Use if you have at least 100 Tribute" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Non-Instant skills with Cooldowns have {0:+d} Cooldown Uses if you have at least 100 Tribute" + } + }, + stats={ + [1]="added_cooldown_count_if_not_instant_and_you_have_at_least_100_tribute" + } + }, + [4061]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Cold Thorns Damage equal to {0}% of your maximum Mana" + } + }, + stats={ + [1]="added_thorns_cold_base_damage_%_of_maximum_mana" + } + }, + [4062]={ [1]={ [1]={ limit={ @@ -90473,7 +89839,7 @@ return { [1]="additional_attack_block_%_if_used_shield_skill_recently" } }, - [4102]={ + [4063]={ [1]={ [1]={ limit={ @@ -90489,7 +89855,7 @@ return { [1]="additional_attack_block_%_per_endurance_charge" } }, - [4103]={ + [4064]={ [1]={ [1]={ limit={ @@ -90505,7 +89871,7 @@ return { [1]="additional_attack_block_%_per_frenzy_charge" } }, - [4104]={ + [4065]={ [1]={ [1]={ limit={ @@ -90521,7 +89887,7 @@ return { [1]="additional_attack_block_%_per_power_charge" } }, - [4105]={ + [4066]={ [1]={ [1]={ limit={ @@ -90537,7 +89903,7 @@ return { [1]="additional_attack_block_%_per_summoned_skeleton" } }, - [4106]={ + [4067]={ [1]={ [1]={ limit={ @@ -90553,7 +89919,7 @@ return { [1]="additional_ballista_totems_allowed" } }, - [4107]={ + [4068]={ [1]={ [1]={ limit={ @@ -90578,7 +89944,7 @@ return { [1]="additional_beam_only_chains" } }, - [4108]={ + [4069]={ [1]={ [1]={ limit={ @@ -90594,7 +89960,7 @@ return { [1]="additional_block_chance_%_while_holding_focus" } }, - [4109]={ + [4070]={ [1]={ [1]={ limit={ @@ -90623,7 +89989,7 @@ return { [1]="additional_block_%_against_frontal_attacks" } }, - [4110]={ + [4071]={ [1]={ [1]={ limit={ @@ -90639,7 +90005,7 @@ return { [1]="additional_block_%_if_you_have_crit_recently" } }, - [4111]={ + [4072]={ [1]={ [1]={ limit={ @@ -90655,7 +90021,7 @@ return { [1]="additional_block_%_per_endurance_charge" } }, - [4112]={ + [4073]={ [1]={ [1]={ limit={ @@ -90671,7 +90037,7 @@ return { [1]="additional_block_%_per_hit_you_have_blocked_in_past_10_seconds" } }, - [4113]={ + [4074]={ [1]={ [1]={ limit={ @@ -90687,7 +90053,7 @@ return { [1]="additional_block_%_while_not_cursed" } }, - [4114]={ + [4075]={ [1]={ [1]={ limit={ @@ -90703,7 +90069,7 @@ return { [1]="additional_block_%_while_on_consecrated_ground" } }, - [4115]={ + [4076]={ [1]={ [1]={ limit={ @@ -90719,7 +90085,32 @@ return { [1]="additional_block_%_with_5_or_more_nearby_enemies" } }, - [4116]={ + [4077]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance to build an additional Combo on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Build an additional Combo on Hit" + } + }, + stats={ + [1]="additional_combo_gain_chance_%" + } + }, + [4078]={ [1]={ [1]={ [1]={ @@ -90739,7 +90130,7 @@ return { [1]="additional_critical_strike_chance_per_10_shield_maximum_energy_shield_permyriad" } }, - [4117]={ + [4079]={ [1]={ [1]={ [1]={ @@ -90759,7 +90150,7 @@ return { [1]="additional_critical_strike_chance_per_power_charge_permyriad" } }, - [4118]={ + [4080]={ [1]={ [1]={ [1]={ @@ -90779,7 +90170,7 @@ return { [1]="additional_critical_strike_chance_permyriad_per_poison_on_enemy_up_to_2%" } }, - [4119]={ + [4081]={ [1]={ [1]={ [1]={ @@ -90799,7 +90190,7 @@ return { [1]="additional_critical_strike_chance_permyriad_while_affected_by_hatred" } }, - [4120]={ + [4082]={ [1]={ [1]={ [1]={ @@ -90819,7 +90210,7 @@ return { [1]="additional_critical_strike_chance_permyriad_with_herald_skills" } }, - [4121]={ + [4083]={ [1]={ [1]={ limit={ @@ -90828,14 +90219,14 @@ return { [2]="#" } }, - text="{0:+d}% chance to Deflect Attack Damage" + text="{0:+d} to Deflection Rating" } }, stats={ - [1]="additional_deflect_chance_%" + [1]="additional_deflection_rating" } }, - [4122]={ + [4084]={ [1]={ [1]={ limit={ @@ -90851,7 +90242,32 @@ return { [1]="additional_dexterity_per_allocated_mastery" } }, - [4123]={ + [4085]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="{0}% chance when collecting an Elemental Infusion to gain an\nadditional Elemental Infusion of the same type" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="When collecting an Elemental Infusion, gain an additional Elemental Infusion of the same type" + } + }, + stats={ + [1]="additional_infusion_gain_chance_%" + } + }, + [4086]={ [1]={ [1]={ limit={ @@ -90867,7 +90283,7 @@ return { [1]="additional_intelligence_per_allocated_mastery" } }, - [4124]={ + [4087]={ [1]={ [1]={ limit={ @@ -90892,7 +90308,7 @@ return { [1]="additional_max_number_of_dominated_magic_monsters" } }, - [4125]={ + [4088]={ [1]={ [1]={ limit={ @@ -90917,7 +90333,7 @@ return { [1]="additional_max_number_of_dominated_rare_monsters" } }, - [4126]={ + [4089]={ [1]={ [1]={ limit={ @@ -90926,14 +90342,14 @@ return { [2]="#" } }, - text="{0:+d}% to all maximum Elemental Resistances if you have Killed a Cursed Enemy Recently" + text="{0:+d}% to all Maximum Elemental Resistances if you have at\nleast 5 Red, Green and Blue Support Gems Socketed" } }, stats={ - [1]="additional_maximum_all_elemental_resistances_%_if_killed_cursed_enemy_recently" + [1]="additional_maximum_all_elemental_resistances_%_if_at_least_5_red_green_blue_supports_socketed" } }, - [4127]={ + [4090]={ [1]={ [1]={ limit={ @@ -90942,14 +90358,14 @@ return { [2]="#" } }, - text="{0:+d}% to all maximum Elemental Resistances if you've Suppressed Spell Damage Recently" + text="{0:+d}% to all maximum Elemental Resistances if you have Killed a Cursed Enemy Recently" } }, stats={ - [1]="additional_maximum_all_elemental_resistances_%_if_suppressed_spell_recently" + [1]="additional_maximum_all_elemental_resistances_%_if_killed_cursed_enemy_recently" } }, - [4128]={ + [4091]={ [1]={ [1]={ limit={ @@ -90965,7 +90381,7 @@ return { [1]="additional_maximum_all_elemental_resistances_%_while_affected_by_purity_of_elements" } }, - [4129]={ + [4092]={ [1]={ [1]={ limit={ @@ -90981,7 +90397,7 @@ return { [1]="additional_maximum_all_elemental_resistances_%_with_reserved_life_and_mana" } }, - [4130]={ + [4093]={ [1]={ [1]={ limit={ @@ -90997,7 +90413,23 @@ return { [1]="additional_maximum_all_elemental_resistances_%_if_all_equipment_grants_armour" } }, - [4131]={ + [4094]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}% to all maximum Resistances if you have at least 100 Tribute" + } + }, + stats={ + [1]="additional_maximum_all_resistances_%_if_you_have_at_least_100_tribute" + } + }, + [4095]={ [1]={ [1]={ limit={ @@ -91013,7 +90445,7 @@ return { [1]="additional_maximum_all_resistances_%_while_poisoned" } }, - [4132]={ + [4096]={ [1]={ [1]={ limit={ @@ -91029,7 +90461,7 @@ return { [1]="additional_maximum_all_resistances_%_at_devotion_threshold" } }, - [4133]={ + [4097]={ [1]={ [1]={ limit={ @@ -91045,7 +90477,7 @@ return { [1]="additional_maximum_all_resistances_%_with_no_endurance_charges" } }, - [4134]={ + [4098]={ [1]={ [1]={ limit={ @@ -91070,7 +90502,7 @@ return { [1]="additional_number_of_brands_to_create" } }, - [4135]={ + [4099]={ [1]={ [1]={ [1]={ @@ -91090,7 +90522,7 @@ return { [1]="additional_off_hand_critical_strike_chance_permyriad" } }, - [4136]={ + [4100]={ [1]={ [1]={ [1]={ @@ -91110,23 +90542,7 @@ return { [1]="additional_off_hand_critical_strike_chance_while_dual_wielding" } }, - [4137]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Evade Attack Hits if you've\ntaken a Savage Hit Recently" - } - }, - stats={ - [1]="additional_%_chance_to_evade_attacks_if_you_have_taken_a_savage_hit_recently" - } - }, - [4138]={ + [4101]={ [1]={ [1]={ limit={ @@ -91142,7 +90558,7 @@ return { [1]="additional_physical_damage_reduction_if_warcried_in_past_8_seconds" } }, - [4139]={ + [4102]={ [1]={ [1]={ limit={ @@ -91158,7 +90574,7 @@ return { [1]="additional_physical_damage_reduction_%_during_focus" } }, - [4140]={ + [4103]={ [1]={ [1]={ limit={ @@ -91174,7 +90590,7 @@ return { [1]="additional_physical_damage_reduction_%_during_life_or_mana_flask_effect" } }, - [4141]={ + [4104]={ [1]={ [1]={ limit={ @@ -91190,7 +90606,7 @@ return { [1]="additional_physical_damage_reduction_%_if_not_damaged_by_a_hit_recently" } }, - [4142]={ + [4105]={ [1]={ [1]={ limit={ @@ -91206,7 +90622,7 @@ return { [1]="additional_physical_damage_reduction_%_per_keystone" } }, - [4143]={ + [4106]={ [1]={ [1]={ limit={ @@ -91222,7 +90638,7 @@ return { [1]="additional_physical_damage_reduction_%_per_minion_up_to_10%" } }, - [4144]={ + [4107]={ [1]={ [1]={ limit={ @@ -91238,7 +90654,7 @@ return { [1]="additional_physical_damage_reduction_%_per_summoned_sentinel_of_purity" } }, - [4145]={ + [4108]={ [1]={ [1]={ limit={ @@ -91254,7 +90670,7 @@ return { [1]="additional_physical_damage_reduction_%_vs_abyssal_monsters" } }, - [4146]={ + [4109]={ [1]={ [1]={ limit={ @@ -91270,7 +90686,7 @@ return { [1]="additional_physical_damage_reduction_%_while_affected_by_determination" } }, - [4147]={ + [4110]={ [1]={ [1]={ limit={ @@ -91286,7 +90702,7 @@ return { [1]="additional_physical_damage_reduction_%_while_affected_by_guard_skill" } }, - [4148]={ + [4111]={ [1]={ [1]={ limit={ @@ -91302,7 +90718,7 @@ return { [1]="additional_physical_damage_reduction_%_while_bleeding" } }, - [4149]={ + [4112]={ [1]={ [1]={ limit={ @@ -91318,7 +90734,7 @@ return { [1]="additional_physical_damage_reduction_%_while_channelling" } }, - [4150]={ + [4113]={ [1]={ [1]={ limit={ @@ -91334,7 +90750,7 @@ return { [1]="additional_physical_damage_reduction_%_while_frozen" } }, - [4151]={ + [4114]={ [1]={ [1]={ limit={ @@ -91350,55 +90766,7 @@ return { [1]="additional_physical_damage_reduction_%_while_moving" } }, - [4152]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage per Power Charge" - } - }, - stats={ - [1]="additional_spell_block_%_per_power_charge" - } - }, - [4153]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{:+d}% Chance to Block Spell Damage if you have not Blocked Recently" - } - }, - stats={ - [1]="additional_spell_block_%_if_havent_blocked_recently" - } - }, - [4154]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while Cursed" - } - }, - stats={ - [1]="additional_spell_block_%_while_cursed" - } - }, - [4155]={ + [4115]={ [1]={ [1]={ limit={ @@ -91414,32 +90782,27 @@ return { [1]="additional_strength_per_allocated_mastery" } }, - [4156]={ + [4116]={ [1]={ [1]={ - limit={ - [1]={ - [1]=100, - [2]=100 - } + [1]={ + k="divide_by_one_hundred", + v=1 }, - text="Increases and Reductions to Armour also apply to Energy Shield Recharge Rate" - }, - [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Increases and Reductions to Armour also apply to Energy Shield\nRecharge Rate at {0}% of their value" + text="{0:+d}% to Thorns Critical Hit Chance per 50 Tribute" } }, stats={ - [1]="additive_armour_modifiers_apply_to_energy_shield_recharge_rate_at_%_value" + [1]="additional_thorns_critical_strike_chance_permyriad_per_50_tribute" } }, - [4157]={ + [4117]={ [1]={ [1]={ limit={ @@ -91455,7 +90818,7 @@ return { [1]="additive_cast_speed_modifiers_apply_to_trap_throwing_speed" } }, - [4158]={ + [4118]={ [1]={ [1]={ limit={ @@ -91471,7 +90834,7 @@ return { [1]="additive_energy_shield_modifiers_apply_to_spell_damage_at_30%_value" } }, - [4159]={ + [4119]={ [1]={ [1]={ limit={ @@ -91487,7 +90850,7 @@ return { [1]="additive_life_modifiers_apply_to_attack_damage_at_30%_value" } }, - [4160]={ + [4120]={ [1]={ [1]={ limit={ @@ -91503,7 +90866,7 @@ return { [1]="additive_mana_modifiers_apply_to_damage_at_30%_value" } }, - [4161]={ + [4121]={ [1]={ [1]={ limit={ @@ -91519,7 +90882,7 @@ return { [1]="additive_mana_modifiers_apply_to_shock_effect_at_30%_value" } }, - [4162]={ + [4122]={ [1]={ [1]={ limit={ @@ -91535,7 +90898,23 @@ return { [1]="additive_minion_damage_modifiers_apply_to_you_at_150%_value" } }, - [4163]={ + [4123]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Increases and Reductions to Life Regeneration Rate also apply to Mana Regeneration Rate" + } + }, + stats={ + [1]="additive_modifiers_to_life_regeneration_also_apply_to_mana_regeneration_rate" + } + }, + [4124]={ [1]={ [1]={ limit={ @@ -91551,7 +90930,7 @@ return { [1]="additive_modifiers_to_mana_regeneration_also_apply_to_energy_shield_recharge_rate" } }, - [4164]={ + [4125]={ [1]={ [1]={ limit={ @@ -91580,7 +90959,7 @@ return { [1]="aftershock_area_of_effect_+%" } }, - [4165]={ + [4126]={ [1]={ [1]={ [1]={ @@ -91613,7 +90992,7 @@ return { [1]="aggravate_bleeding_older_than_ms_on_hit" } }, - [4166]={ + [4127]={ [1]={ [1]={ limit={ @@ -91638,7 +91017,7 @@ return { [1]="aggravate_bleeding_on_attack_crit_chance_%" } }, - [4167]={ + [4128]={ [1]={ [1]={ limit={ @@ -91654,7 +91033,7 @@ return { [1]="base_aggravate_bleeding_on_attack_hit_chance_%" } }, - [4168]={ + [4129]={ [1]={ [1]={ limit={ @@ -91670,7 +91049,7 @@ return { [1]="aggravate_bleeding_on_attack_knockback_chance_%" } }, - [4169]={ + [4130]={ [1]={ [1]={ limit={ @@ -91686,7 +91065,7 @@ return { [1]="aggravate_bleeding_on_enemies_when_they_enter_your_presence" } }, - [4170]={ + [4131]={ [1]={ [1]={ limit={ @@ -91702,7 +91081,7 @@ return { [1]="aggravate_bleeding_on_exerted_attack_hit_chance_%" } }, - [4171]={ + [4132]={ [1]={ [1]={ limit={ @@ -91718,7 +91097,7 @@ return { [1]="aggravate_bleeding_when_inflicted_vs_cursed_enemy" } }, - [4172]={ + [4133]={ [1]={ [1]={ limit={ @@ -91734,7 +91113,23 @@ return { [1]="aggravate_bleeding_when_inflicted_vs_enemies_on_jagged_ground_chance_%" } }, - [4173]={ + [4134]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Bleeding you inflict on Pinned Enemies is Aggravated" + } + }, + stats={ + [1]="aggravate_bleeding_when_inflicted_vs_pinned_enemy" + } + }, + [4135]={ [1]={ [1]={ limit={ @@ -91750,7 +91145,7 @@ return { [1]="aggravate_inflicted_bleeding" } }, - [4174]={ + [4136]={ [1]={ [1]={ limit={ @@ -91766,7 +91161,7 @@ return { [1]="local_aggravating_bleeds_also_causes_you_to_aggravate_ignites" } }, - [4175]={ + [4137]={ [1]={ [1]={ limit={ @@ -91795,7 +91190,7 @@ return { [1]="agony_crawler_damage_+%" } }, - [4176]={ + [4138]={ [1]={ [1]={ limit={ @@ -91811,7 +91206,7 @@ return { [1]="ailment_bearer_always_freeze_shock_ignite" } }, - [4177]={ + [4139]={ [1]={ [1]={ limit={ @@ -91840,7 +91235,65 @@ return { [1]="ailment_bearer_elemental_damage_+%_final" } }, - [4178]={ + [4140]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased chance to inflict Ailments against Enemies affected by Abyssal Wasting" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced chance to inflict Ailments against Enemies affected by Abyssal Wasting" + } + }, + stats={ + [1]="ailment_chance_+%_vs_abyssal_wasting_afflicted" + } + }, + [4141]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased chance to inflict Ailments against Enemies with Exposure" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced chance to inflict Ailments against Enemies with Exposure" + } + }, + stats={ + [1]="ailment_chance_+%_vs_exposed" + } + }, + [4142]={ [1]={ [1]={ limit={ @@ -91869,7 +91322,7 @@ return { [1]="ailment_chance_+%_vs_rare_or_unique_enemy" } }, - [4179]={ + [4143]={ [1]={ [1]={ limit={ @@ -91898,7 +91351,94 @@ return { [1]="ailment_chance_+%" } }, - [4180]={ + [4144]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Duration of Ailments on Beasts" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Duration of Ailments on Beasts" + } + }, + stats={ + [1]="ailment_duration_+%_vs_beasts" + } + }, + [4145]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased duration of Ailments you inflict against Cursed Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced duration of Ailments you inflict against Cursed Enemies" + } + }, + stats={ + [1]="ailment_duration_+%_vs_cursed_enemy" + } + }, + [4146]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Duration of Ailments against Enemies with Exposure" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Duration of Ailments against Enemies with Exposure" + } + }, + stats={ + [1]="ailment_duration_+%_vs_exposed" + } + }, + [4147]={ [1]={ [1]={ limit={ @@ -91927,7 +91467,36 @@ return { [1]="ailment_effect_+%" } }, - [4181]={ + [4148]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Ailments you inflict against Marked Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Ailments you inflict against Marked Enemies" + } + }, + stats={ + [1]="ailment_magnitude_+%_vs_marked_enemies" + } + }, + [4149]={ [1]={ [1]={ limit={ @@ -91943,7 +91512,7 @@ return { [1]="ailment_threshold_+_from_lowest_of_base_boots_evasion_rating_and_armour" } }, - [4182]={ + [4150]={ [1]={ [1]={ limit={ @@ -91959,7 +91528,7 @@ return { [1]="ailment_threshold_+_per_dexterity" } }, - [4183]={ + [4151]={ [1]={ [1]={ limit={ @@ -91975,7 +91544,7 @@ return { [1]="ailment_threshold_increased_by_overcapped_chaos_resistance" } }, - [4184]={ + [4152]={ [1]={ [1]={ limit={ @@ -91991,7 +91560,7 @@ return { [1]="ailment_threshold_+" } }, - [4185]={ + [4153]={ [1]={ [1]={ limit={ @@ -92007,7 +91576,7 @@ return { [1]="ailment_threshold_+_from_%_maximum_energy_shield" } }, - [4186]={ + [4154]={ [1]={ [1]={ limit={ @@ -92036,7 +91605,7 @@ return { [1]="ailment_threshold_+%" } }, - [4187]={ + [4155]={ [1]={ [1]={ limit={ @@ -92065,7 +91634,7 @@ return { [1]="alchemists_mark_curse_effect_+%" } }, - [4188]={ + [4156]={ [1]={ [1]={ limit={ @@ -92081,7 +91650,7 @@ return { [1]="all_attacks_count_as_exerted" } }, - [4189]={ + [4157]={ [1]={ [1]={ limit={ @@ -92097,7 +91666,7 @@ return { [1]="all_damage_can_electrocute" } }, - [4190]={ + [4158]={ [1]={ [1]={ limit={ @@ -92113,7 +91682,7 @@ return { [1]="all_damage_can_freeze" } }, - [4191]={ + [4159]={ [1]={ [1]={ limit={ @@ -92122,14 +91691,14 @@ return { [2]="#" } }, - text="All Damage from Hits Contributes to Ignite Chance and Magnitude" + text="All Damage from Hits Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="all_damage_can_ignite" } }, - [4192]={ + [4160]={ [1]={ [1]={ limit={ @@ -92145,7 +91714,7 @@ return { [1]="all_damage_can_poison" } }, - [4193]={ + [4161]={ [1]={ [1]={ limit={ @@ -92161,7 +91730,7 @@ return { [1]="all_damage_can_shock" } }, - [4194]={ + [4162]={ [1]={ [1]={ limit={ @@ -92170,14 +91739,14 @@ return { [2]="#" } }, - text="While not on Low Infernal Flame, all Damage from you and\nyour Minions contributes to Ignite Chance and Magnitude" + text="While not on Low Infernal Flame, all Damage from you and\nyour Minions contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="all_damage_from_you_and_minions_can_ignite_while_not_on_low_infernal_flame" } }, - [4195]={ + [4163]={ [1]={ [1]={ limit={ @@ -92193,7 +91762,7 @@ return { [1]="all_damage_taken_%_as_chaos_damage" } }, - [4196]={ + [4164]={ [1]={ [1]={ limit={ @@ -92209,7 +91778,7 @@ return { [1]="all_damage_taken_can_ignite" } }, - [4197]={ + [4165]={ [1]={ [1]={ limit={ @@ -92225,7 +91794,7 @@ return { [1]="all_damage_taken_can_sap" } }, - [4198]={ + [4166]={ [1]={ [1]={ limit={ @@ -92241,7 +91810,7 @@ return { [1]="all_damage_taken_can_scorch" } }, - [4199]={ + [4167]={ [1]={ [1]={ limit={ @@ -92257,7 +91826,7 @@ return { [1]="all_damage_taken_chills_you_while_bleeding" } }, - [4200]={ + [4168]={ [1]={ [1]={ limit={ @@ -92273,7 +91842,7 @@ return { [1]="all_damage_taken_chills_you_while_poisoned" } }, - [4201]={ + [4169]={ [1]={ [1]={ limit={ @@ -92289,7 +91858,7 @@ return { [1]="all_damage_to_bleeding_enemies_contributes_to_chill" } }, - [4202]={ + [4170]={ [1]={ [1]={ limit={ @@ -92305,7 +91874,32 @@ return { [1]="all_damage_to_poisoned_enemies_contributes_to_chill" } }, - [4203]={ + [4171]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=40, + [2]=40 + } + }, + text="Inflict Elemental Exposure on Hit" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by {0}%" + } + }, + stats={ + [1]="all_exposure_on_hit_magnitude" + } + }, + [4172]={ [1]={ [1]={ limit={ @@ -92321,7 +91915,7 @@ return { [1]="all_projectile_damage_can_pin" } }, - [4204]={ + [4173]={ [1]={ [1]={ limit={ @@ -92337,7 +91931,7 @@ return { [1]="all_skill_gem_level_+" } }, - [4205]={ + [4174]={ [1]={ [1]={ limit={ @@ -92353,7 +91947,7 @@ return { [1]="all_skill_gem_quality_+" } }, - [4206]={ + [4175]={ [1]={ [1]={ limit={ @@ -92369,7 +91963,23 @@ return { [1]="allies_in_presence_damage_%_to_gain_as_fire" } }, - [4207]={ + [4176]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Allies in your Presence have {0}% increased Glory generation" + } + }, + stats={ + [1]="allies_in_presence_glory_generation_+%" + } + }, + [4177]={ [1]={ [1]={ limit={ @@ -92385,7 +91995,7 @@ return { [1]="allies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos" } }, - [4208]={ + [4178]={ [1]={ [1]={ limit={ @@ -92401,7 +92011,7 @@ return { [1]="allow_hellscaping_unique_items" } }, - [4209]={ + [4179]={ [1]={ [1]={ limit={ @@ -92417,7 +92027,7 @@ return { [1]="allow_multiple_offerings" } }, - [4210]={ + [4180]={ [1]={ [1]={ limit={ @@ -92433,7 +92043,7 @@ return { [1]="always_frostburn_while_affected_by_hatred" } }, - [4211]={ + [4181]={ [1]={ [1]={ limit={ @@ -92449,7 +92059,7 @@ return { [1]="always_ignite_while_burning" } }, - [4212]={ + [4182]={ [1]={ [1]={ limit={ @@ -92465,7 +92075,7 @@ return { [1]="always_pierce" } }, - [4213]={ + [4183]={ [1]={ [1]={ limit={ @@ -92481,7 +92091,7 @@ return { [1]="always_pierce_burning_enemies" } }, - [4214]={ + [4184]={ [1]={ [1]={ limit={ @@ -92497,7 +92107,7 @@ return { [1]="always_sap_while_affected_by_wrath" } }, - [4215]={ + [4185]={ [1]={ [1]={ limit={ @@ -92513,7 +92123,7 @@ return { [1]="always_scorch_while_affected_by_anger" } }, - [4216]={ + [4186]={ [1]={ [1]={ limit={ @@ -92529,7 +92139,7 @@ return { [1]="ambush_buff_critical_strike_multiplier_+" } }, - [4217]={ + [4187]={ [1]={ [1]={ limit={ @@ -92558,7 +92168,7 @@ return { [1]="ambush_cooldown_speed_+%" } }, - [4218]={ + [4188]={ [1]={ [1]={ limit={ @@ -92587,7 +92197,7 @@ return { [1]="ancestor_totem_buff_effect_+%" } }, - [4219]={ + [4189]={ [1]={ [1]={ [1]={ @@ -92620,7 +92230,7 @@ return { [1]="ancestor_totem_buff_linger_time_ms" } }, - [4220]={ + [4190]={ [1]={ [1]={ limit={ @@ -92649,7 +92259,55 @@ return { [1]="ancestor_totem_parent_activation_range_+%" } }, - [4221]={ + [4191]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Area of Effect of Ancestrally Boosted Attacks" + } + }, + stats={ + [1]="ancestral_boosted_area_of_effect_+%" + } + }, + [4192]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ancestrally Boosted Attacks deal {0}% increased Damage" + } + }, + stats={ + [1]="ancestral_boosted_attack_damage_+%" + } + }, + [4193]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ancestrally Boosted Attacks have {0}% increased Stun Buildup" + } + }, + stats={ + [1]="ancestral_boosted_attack_hit_damage_stun_multiplier_+%" + } + }, + [4194]={ [1]={ [1]={ limit={ @@ -92674,7 +92332,7 @@ return { [1]="ancestral_cry_attacks_exerted_+" } }, - [4222]={ + [4195]={ [1]={ [1]={ limit={ @@ -92690,7 +92348,7 @@ return { [1]="ancestral_cry_exerted_attack_damage_+%" } }, - [4223]={ + [4196]={ [1]={ [1]={ limit={ @@ -92706,7 +92364,7 @@ return { [1]="ancestral_cry_minimum_power" } }, - [4224]={ + [4197]={ [1]={ [1]={ limit={ @@ -92722,7 +92380,7 @@ return { [1]="ancestral_slam_every_other_slam" } }, - [4225]={ + [4198]={ [1]={ [1]={ [1]={ @@ -92759,7 +92417,7 @@ return { [1]="anger_mana_reservation_efficiency_-2%_per_1" } }, - [4226]={ + [4199]={ [1]={ [1]={ limit={ @@ -92788,7 +92446,7 @@ return { [1]="anger_mana_reservation_efficiency_+%" } }, - [4227]={ + [4200]={ [1]={ [1]={ limit={ @@ -92804,7 +92462,7 @@ return { [1]="anger_reserves_no_mana" } }, - [4228]={ + [4201]={ [1]={ [1]={ limit={ @@ -92833,7 +92491,7 @@ return { [1]="animate_guardian_damage_+%_per_animated_weapon" } }, - [4229]={ + [4202]={ [1]={ [1]={ [1]={ @@ -92853,7 +92511,7 @@ return { [1]="animated_ethereal_blades_have_additional_critical_strike_chance" } }, - [4230]={ + [4203]={ [1]={ [1]={ limit={ @@ -92882,7 +92540,7 @@ return { [1]="animated_guardian_damage_taken_+%_final" } }, - [4231]={ + [4204]={ [1]={ [1]={ limit={ @@ -92898,7 +92556,7 @@ return { [1]="animated_minions_melee_splash" } }, - [4232]={ + [4205]={ [1]={ [1]={ limit={ @@ -92927,7 +92585,7 @@ return { [1]="aoe_+%_per_second_while_stationary_up_to_50" } }, - [4233]={ + [4206]={ [1]={ [1]={ limit={ @@ -92943,7 +92601,7 @@ return { [1]="apply_X_armour_break_on_hit" } }, - [4234]={ + [4207]={ [1]={ [1]={ limit={ @@ -92968,7 +92626,7 @@ return { [1]="apply_X_incision_on_thorns_hit" } }, - [4235]={ + [4208]={ [1]={ [1]={ limit={ @@ -92993,7 +92651,23 @@ return { [1]="apply_X_stacks_of_critical_weakness_on_critical_hit_with_spells" } }, - [4236]={ + [4209]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Applies {0} Critical Weakness on Hit" + } + }, + stats={ + [1]="apply_X_stacks_of_critical_weakness_on_hit" + } + }, + [4210]={ [1]={ [1]={ limit={ @@ -93018,7 +92692,7 @@ return { [1]="apply_X_stacks_of_critical_weakness_on_parry" } }, - [4237]={ + [4211]={ [1]={ [1]={ limit={ @@ -93043,7 +92717,7 @@ return { [1]="apply_covered_in_ash_to_attacker_on_hit_%_vs_rare_or_unique_enemy" } }, - [4238]={ + [4212]={ [1]={ [1]={ limit={ @@ -93068,7 +92742,7 @@ return { [1]="apply_covered_in_ash_to_attacker_when_hit_%" } }, - [4239]={ + [4213]={ [1]={ [1]={ limit={ @@ -93084,7 +92758,7 @@ return { [1]="apply_maximum_wither_stacks_%_chance_when_you_apply_withered" } }, - [4240]={ + [4214]={ [1]={ [1]={ limit={ @@ -93100,7 +92774,7 @@ return { [1]="arc_and_crackling_lance_added_cold_damage_%_mana_cost_if_payable" } }, - [4241]={ + [4215]={ [1]={ [1]={ limit={ @@ -93129,7 +92803,7 @@ return { [1]="arc_and_crackling_lance_base_cost_+%" } }, - [4242]={ + [4216]={ [1]={ [1]={ limit={ @@ -93145,7 +92819,7 @@ return { [1]="arc_damage_+%_per_chain" } }, - [4243]={ + [4217]={ [1]={ [1]={ limit={ @@ -93161,7 +92835,7 @@ return { [1]="arcane_cloak_consume_%_of_mana" } }, - [4244]={ + [4218]={ [1]={ [1]={ [1]={ @@ -93181,7 +92855,7 @@ return { [1]="arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second" } }, - [4245]={ + [4219]={ [1]={ [1]={ limit={ @@ -93197,7 +92871,7 @@ return { [1]="arcane_surge_effect_+1%_per_X_maximum_mana" } }, - [4246]={ + [4220]={ [1]={ [1]={ limit={ @@ -93226,7 +92900,23 @@ return { [1]="arcane_surge_effect_on_self_+%_while_affected_by_clarity" } }, - [4247]={ + [4221]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate" + } + }, + stats={ + [1]="arcane_surge_mana_regen_modifier_on_you_applies_to_life_regen_instead" + } + }, + [4222]={ [1]={ [1]={ limit={ @@ -93255,7 +92945,7 @@ return { [1]="arcane_surge_on_you_spell_damage_+%_final_from_hierophant" } }, - [4248]={ + [4223]={ [1]={ [1]={ limit={ @@ -93271,7 +92961,7 @@ return { [1]="arcane_surge_to_you_and_allies_on_warcry_with_effect_+%_per_5_power_up_to_50%" } }, - [4249]={ + [4224]={ [1]={ [1]={ limit={ @@ -93300,7 +92990,7 @@ return { [1]="arcanist_brand_cast_speed_+%" } }, - [4250]={ + [4225]={ [1]={ [1]={ limit={ @@ -93316,7 +93006,122 @@ return { [1]="arcanist_brand_unnerve_on_hit" } }, - [4251]={ + [4226]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Archon recovery period expires {0}% faster" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]=-1, + [2]="#" + } + }, + text="Archon recovery period expires {0}% slower" + } + }, + stats={ + [1]="archon_delay_expires_x%_faster" + } + }, + [4227]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Archon Buff duration" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Archon Buff duration" + } + }, + stats={ + [1]="archon_duration_+%" + } + }, + [4228]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased effect of Archon Buffs on you" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced effect of Archon Buffs on you" + } + }, + stats={ + [1]="archon_effect_on_you_+%" + } + }, + [4229]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Archon Buffs also grant {0:+d}% to all Elemental Resistances" + } + }, + stats={ + [1]="archon_grants_all_elemental_resistance_+%" + } + }, + [4230]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Archon Buffs also grant {0}% increased Movement Speed" + } + }, + stats={ + [1]="archon_grants_movement_speed_+%" + } + }, + [4231]={ [1]={ [1]={ [1]={ @@ -93349,7 +93154,7 @@ return { [1]="arctic_armour_chill_when_hit_duration" } }, - [4252]={ + [4232]={ [1]={ [1]={ [1]={ @@ -93386,7 +93191,7 @@ return { [1]="arctic_armour_mana_reservation_efficiency_-2%_per_1" } }, - [4253]={ + [4233]={ [1]={ [1]={ limit={ @@ -93415,7 +93220,7 @@ return { [1]="arctic_armour_mana_reservation_efficiency_+%" } }, - [4254]={ + [4234]={ [1]={ [1]={ limit={ @@ -93436,7 +93241,7 @@ return { [2]="arctic_armour_maximum_added_cold_damage_per_stack" } }, - [4255]={ + [4235]={ [1]={ [1]={ limit={ @@ -93452,7 +93257,7 @@ return { [1]="arctic_armour_no_reservation" } }, - [4256]={ + [4236]={ [1]={ [1]={ limit={ @@ -93481,7 +93286,7 @@ return { [1]="arctic_breath_chilling_area_movement_velocity_+%" } }, - [4257]={ + [4237]={ [1]={ [1]={ limit={ @@ -93510,7 +93315,7 @@ return { [1]="area_damage_+%_per_10_devotion" } }, - [4258]={ + [4238]={ [1]={ [1]={ limit={ @@ -93539,7 +93344,7 @@ return { [1]="area_damage_+%_per_12_strength" } }, - [4259]={ + [4239]={ [1]={ [1]={ limit={ @@ -93568,7 +93373,7 @@ return { [1]="area_of_effect_+%_if_below_100_intelligence" } }, - [4260]={ + [4240]={ [1]={ [1]={ limit={ @@ -93597,7 +93402,7 @@ return { [1]="area_of_effect_+%_for_you_and_minions_if_consumed_corpse_recently" } }, - [4261]={ + [4241]={ [1]={ [1]={ limit={ @@ -93626,7 +93431,7 @@ return { [1]="area_of_effect_+%_if_culled_recently" } }, - [4262]={ + [4242]={ [1]={ [1]={ limit={ @@ -93655,7 +93460,7 @@ return { [1]="area_of_effect_+%_if_enemy_stunned_with_two_handed_melee_weapon_recently" } }, - [4263]={ + [4243]={ [1]={ [1]={ limit={ @@ -93684,7 +93489,7 @@ return { [1]="area_of_effect_+%_if_have_crit_recently" } }, - [4264]={ + [4244]={ [1]={ [1]={ limit={ @@ -93713,7 +93518,7 @@ return { [1]="area_of_effect_+%_if_have_stunned_an_enemy_recently" } }, - [4265]={ + [4245]={ [1]={ [1]={ limit={ @@ -93742,7 +93547,7 @@ return { [1]="area_of_effect_+%_if_killed_at_least_5_enemies_recently" } }, - [4266]={ + [4246]={ [1]={ [1]={ limit={ @@ -93771,7 +93576,7 @@ return { [1]="area_of_effect_+%_if_you_have_blocked_recently" } }, - [4267]={ + [4247]={ [1]={ [1]={ limit={ @@ -93800,7 +93605,7 @@ return { [1]="area_of_effect_+%_per_50_strength" } }, - [4268]={ + [4248]={ [1]={ [1]={ limit={ @@ -93829,7 +93634,7 @@ return { [1]="area_of_effect_+%_per_active_herald_of_light_minion" } }, - [4269]={ + [4249]={ [1]={ [1]={ limit={ @@ -93858,7 +93663,7 @@ return { [1]="area_of_effect_+%_per_endurance_charge" } }, - [4270]={ + [4250]={ [1]={ [1]={ limit={ @@ -93887,7 +93692,7 @@ return { [1]="area_of_effect_+%_per_enemy_killed_recently" } }, - [4271]={ + [4251]={ [1]={ [1]={ limit={ @@ -93916,7 +93721,7 @@ return { [1]="area_of_effect_+%_while_fortified" } }, - [4272]={ + [4252]={ [1]={ [1]={ limit={ @@ -93945,7 +93750,7 @@ return { [1]="area_of_effect_+%_while_totem_active" } }, - [4273]={ + [4253]={ [1]={ [1]={ limit={ @@ -93974,7 +93779,7 @@ return { [1]="area_of_effect_+%_while_wielding_bow" } }, - [4274]={ + [4254]={ [1]={ [1]={ limit={ @@ -94003,7 +93808,7 @@ return { [1]="area_of_effect_+%_while_wielding_staff" } }, - [4275]={ + [4255]={ [1]={ [1]={ limit={ @@ -94032,7 +93837,7 @@ return { [1]="area_of_effect_+%_while_you_have_arcane_surge" } }, - [4276]={ + [4256]={ [1]={ [1]={ limit={ @@ -94061,7 +93866,7 @@ return { [1]="area_of_effect_+%_with_500_or_more_strength" } }, - [4277]={ + [4257]={ [1]={ [1]={ limit={ @@ -94090,7 +93895,7 @@ return { [1]="area_of_effect_+%_with_bow_skills" } }, - [4278]={ + [4258]={ [1]={ [1]={ limit={ @@ -94119,7 +93924,7 @@ return { [1]="area_of_effect_+%_with_herald_skills" } }, - [4279]={ + [4259]={ [1]={ [1]={ limit={ @@ -94148,7 +93953,7 @@ return { [1]="area_skill_accuracy_rating_+%" } }, - [4280]={ + [4260]={ [1]={ [1]={ limit={ @@ -94164,7 +93969,7 @@ return { [1]="area_skill_knockback_chance_%" } }, - [4281]={ + [4261]={ [1]={ [1]={ limit={ @@ -94180,7 +93985,7 @@ return { [1]="armageddon_brand_attached_target_fire_penetration_%" } }, - [4282]={ + [4262]={ [1]={ [1]={ limit={ @@ -94209,7 +94014,7 @@ return { [1]="armageddon_brand_damage_+%" } }, - [4283]={ + [4263]={ [1]={ [1]={ limit={ @@ -94238,32 +94043,23 @@ return { [1]="armageddon_brand_repeat_frequency_+%" } }, - [4284]={ + [4264]={ [1]={ [1]={ limit={ [1]={ - [1]=1, - [2]=99 - } - }, - text="{0}% of Armour applies to Elemental Damage" - }, - [2]={ - limit={ - [1]={ - [1]=100, + [1]="#", [2]="#" } }, - text="Armour applies to Elemental Damage" + text="{0:+d}% of Armour also applies to Elemental Damage if you have at least 100 Tribute" } }, stats={ - [1]="armour_%_applies_to_fire_cold_lightning_damage" + [1]="armour_%_applies_to_fire_cold_lightning_damage_if_you_have_at_least_100_tribute" } }, - [4285]={ + [4265]={ [1]={ [1]={ limit={ @@ -94279,7 +94075,7 @@ return { [1]="armour_%_to_gain_as_stun_threshold" } }, - [4286]={ + [4266]={ [1]={ [1]={ limit={ @@ -94308,7 +94104,7 @@ return { [1]="armour_+%_if_consumed_endurance_charge_recently" } }, - [4287]={ + [4267]={ [1]={ [1]={ limit={ @@ -94337,7 +94133,7 @@ return { [1]="armour_+%_if_have_been_hit_recently" } }, - [4288]={ + [4268]={ [1]={ [1]={ limit={ @@ -94366,7 +94162,36 @@ return { [1]="armour_+%_if_hit_enemy_with_melee_attack_recently" } }, - [4289]={ + [4269]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Armour if you haven't Dodge Rolled Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Armour if you haven't Dodge Rolled Recently" + } + }, + stats={ + [1]="armour_+%_if_not_dodge_rolled_recently" + } + }, + [4270]={ [1]={ [1]={ limit={ @@ -94395,7 +94220,23 @@ return { [1]="armour_+%_if_you_havent_been_hit_recently" } }, - [4290]={ + [4271]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Armour while Ignited" + } + }, + stats={ + [1]="armour_+%_while_ignited" + } + }, + [4272]={ [1]={ [1]={ limit={ @@ -94424,7 +94265,7 @@ return { [1]="armour_+%_while_surrounded" } }, - [4291]={ + [4273]={ [1]={ [1]={ limit={ @@ -94440,7 +94281,7 @@ return { [1]="armour_+_from_%_strength_requirements_from_boots_gloves_helmets" } }, - [4292]={ + [4274]={ [1]={ [1]={ limit={ @@ -94456,7 +94297,23 @@ return { [1]="armour_+_per_10_unreserved_max_mana" } }, - [4293]={ + [4275]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Armour per 1 Spirit" + } + }, + stats={ + [1]="armour_+_per_1_spirit" + } + }, + [4276]={ [1]={ [1]={ limit={ @@ -94485,7 +94342,7 @@ return { [1]="armour_and_energy_shield_+%_from_body_armour_if_gloves_helmet_boots_have_armour_and_energy_shield" } }, - [4294]={ + [4277]={ [1]={ [1]={ limit={ @@ -94514,7 +94371,32 @@ return { [1]="armour_and_evasion_+%_during_onslaught" } }, - [4295]={ + [4278]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Armour and Evasion Rating per Summoned Totem in your Presence" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Armour and Evasion Rating per Summoned Totem in your Presence" + } + }, + stats={ + [1]="armour_and_evasion_rating_+%_per_active_totem_in_presence" + } + }, + [4279]={ [1]={ [1]={ limit={ @@ -94530,7 +94412,7 @@ return { [1]="armour_and_evasion_rating_+_per_1%_attack_block_chance" } }, - [4296]={ + [4280]={ [1]={ [1]={ limit={ @@ -94546,7 +94428,7 @@ return { [1]="armour_and_evasion_rating_+_while_fortified" } }, - [4297]={ + [4281]={ [1]={ [1]={ limit={ @@ -94562,7 +94444,7 @@ return { [1]="armour_break_%_of_armour_on_critical_strike_with_spells" } }, - [4298]={ + [4282]={ [1]={ [1]={ limit={ @@ -94578,7 +94460,7 @@ return { [1]="armour_break_%_of_armour_on_heavy_stunning" } }, - [4299]={ + [4283]={ [1]={ [1]={ limit={ @@ -94607,7 +94489,7 @@ return { [1]="armour_break_amount_+%" } }, - [4300]={ + [4284]={ [1]={ [1]={ limit={ @@ -94636,23 +94518,7 @@ return { [1]="armour_break_amount_+%_vs_enemies_affected_by_ailments" } }, - [4301]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Break Armour equal to {0}% of Hit Damage dealt" - } - }, - stats={ - [1]="armour_break_damage_%_dealt_as_armour_break" - } - }, - [4302]={ + [4285]={ [1]={ [1]={ limit={ @@ -94678,10 +94544,26 @@ return { } }, stats={ - [1]="armour_break_duration_+%" + [1]="armour_break_and_sundered_armour_duration_+%" } }, - [4303]={ + [4286]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Break Armour equal to {0}% of Hit Damage dealt" + } + }, + stats={ + [1]="armour_break_damage_%_dealt_as_armour_break" + } + }, + [4287]={ [1]={ [1]={ limit={ @@ -94697,7 +94579,23 @@ return { [1]="armour_break_equal_to_%_physical_damage_dealt_on_critical_strike_with_spells" } }, - [4304]={ + [4288]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Break Armour equal to {0}% of Fire Damage dealt" + } + }, + stats={ + [1]="armour_break_fire_damage_%_dealt_as_armour_break" + } + }, + [4289]={ [1]={ [1]={ limit={ @@ -94713,7 +94611,7 @@ return { [1]="armour_break_physical_damage_%_dealt_as_armour_break" } }, - [4305]={ + [4290]={ [1]={ [1]={ limit={ @@ -94742,7 +94640,7 @@ return { [1]="armour_evasion_+%_while_leeching" } }, - [4306]={ + [4291]={ [1]={ [1]={ limit={ @@ -94771,7 +94669,7 @@ return { [1]="armour_from_gloves_and_boots_+%" } }, - [4307]={ + [4292]={ [1]={ [1]={ limit={ @@ -94800,7 +94698,7 @@ return { [1]="armour_from_helmet_and_gloves_+%" } }, - [4308]={ + [4293]={ [1]={ [1]={ limit={ @@ -94816,7 +94714,7 @@ return { [1]="armour_increased_by_overcapped_fire_resistance" } }, - [4309]={ + [4294]={ [1]={ [1]={ limit={ @@ -94825,14 +94723,14 @@ return { [2]="#" } }, - text="{:+d} to Armour per 1 Energy Shield on Equipped Helmet" + text="{:+d} to Armour per 1 Item Energy Shield on Equipped Helmet" } }, stats={ [1]="armour_+_per_1_helmet_maximum_energy_shield" } }, - [4310]={ + [4295]={ [1]={ [1]={ limit={ @@ -94848,7 +94746,7 @@ return { [1]="armour_+_while_affected_by_determination" } }, - [4311]={ + [4296]={ [1]={ [1]={ limit={ @@ -94864,7 +94762,7 @@ return { [1]="armour_+_while_affected_by_guard_skill" } }, - [4312]={ + [4297]={ [1]={ [1]={ limit={ @@ -94880,7 +94778,7 @@ return { [1]="armour_+_while_you_have_fortify" } }, - [4313]={ + [4298]={ [1]={ [1]={ limit={ @@ -94896,7 +94794,7 @@ return { [1]="armour_+%_final_vs_hits_per_1%_current_energy_shield" } }, - [4314]={ + [4299]={ [1]={ [1]={ limit={ @@ -94925,7 +94823,7 @@ return { [1]="armour_+%_if_enemy_not_killed_recently" } }, - [4315]={ + [4300]={ [1]={ [1]={ limit={ @@ -94954,7 +94852,7 @@ return { [1]="armour_+%_per_50_str" } }, - [4316]={ + [4301]={ [1]={ [1]={ limit={ @@ -94970,7 +94868,7 @@ return { [1]="armour_+%_per_rage" } }, - [4317]={ + [4302]={ [1]={ [1]={ limit={ @@ -94999,7 +94897,7 @@ return { [1]="armour_+%_per_red_socket_on_main_hand_weapon" } }, - [4318]={ + [4303]={ [1]={ [1]={ limit={ @@ -95028,7 +94926,7 @@ return { [1]="armour_+%_per_second_while_stationary_up_to_100" } }, - [4319]={ + [4304]={ [1]={ [1]={ limit={ @@ -95044,7 +94942,7 @@ return { [1]="armour_+%_while_bleeding" } }, - [4320]={ + [4305]={ [1]={ [1]={ limit={ @@ -95073,7 +94971,7 @@ return { [1]="armour_+%_while_stationary" } }, - [4321]={ + [4306]={ [1]={ [1]={ limit={ @@ -95089,7 +94987,7 @@ return { [1]="arrow_critical_strike_chance_+%_max_as_distance_travelled_increases" } }, - [4322]={ + [4307]={ [1]={ [1]={ limit={ @@ -95118,7 +95016,7 @@ return { [1]="arrow_damage_+%_vs_pierced_targets" } }, - [4323]={ + [4308]={ [1]={ [1]={ limit={ @@ -95134,7 +95032,7 @@ return { [1]="arrow_damage_+50%_vs_pierced_targets" } }, - [4324]={ + [4309]={ [1]={ [1]={ limit={ @@ -95150,7 +95048,7 @@ return { [1]="arrow_damage_+%_max_as_distance_travelled_increases" } }, - [4325]={ + [4310]={ [1]={ [1]={ limit={ @@ -95171,7 +95069,7 @@ return { [2]="maximum_arrow_fire_damage_added_for_each_pierce" } }, - [4326]={ + [4311]={ [1]={ [1]={ limit={ @@ -95187,7 +95085,7 @@ return { [1]="arrow_speed_additive_modifiers_also_apply_to_bow_damage" } }, - [4327]={ + [4312]={ [1]={ [1]={ limit={ @@ -95203,7 +95101,7 @@ return { [1]="arrows_always_pierce_after_forking" } }, - [4328]={ + [4313]={ [1]={ [1]={ limit={ @@ -95219,7 +95117,7 @@ return { [1]="arrows_pierce_additional_target" } }, - [4329]={ + [4314]={ [1]={ [1]={ limit={ @@ -95235,7 +95133,7 @@ return { [1]="arrows_that_pierce_also_return" } }, - [4330]={ + [4315]={ [1]={ [1]={ limit={ @@ -95251,7 +95149,7 @@ return { [1]="artillery_ballista_cross_strafe_pattern" } }, - [4331]={ + [4316]={ [1]={ [1]={ limit={ @@ -95267,7 +95165,7 @@ return { [1]="artillery_ballista_fire_pen_+%" } }, - [4332]={ + [4317]={ [1]={ [1]={ limit={ @@ -95292,7 +95190,7 @@ return { [1]="artillery_ballista_num_additional_arrows" } }, - [4333]={ + [4318]={ [1]={ [1]={ limit={ @@ -95308,7 +95206,7 @@ return { [1]="ascendancy_beidats_gaze_mana_+_per_X_maximum_life" } }, - [4334]={ + [4319]={ [1]={ [1]={ limit={ @@ -95324,7 +95222,7 @@ return { [1]="ascendancy_beidats_hand_energy_shield_+_per_X_maximum_life" } }, - [4335]={ + [4320]={ [1]={ [1]={ limit={ @@ -95340,7 +95238,7 @@ return { [1]="ascendancy_beidats_will_spirit_+_per_X_maximum_life" } }, - [4336]={ + [4321]={ [1]={ [1]={ limit={ @@ -95369,7 +95267,7 @@ return { [1]="ascendancy_pathfinder_chaos_damage_with_attack_skills_+%_final" } }, - [4337]={ + [4322]={ [1]={ [1]={ limit={ @@ -95398,7 +95296,7 @@ return { [1]="ascendancy_pathfinder_flask_charges_gained_+%_final" } }, - [4338]={ + [4323]={ [1]={ [1]={ limit={ @@ -95427,7 +95325,7 @@ return { [1]="ascendancy_titan_damage_reduction_rating_from_body_armour_+%_final" } }, - [4339]={ + [4324]={ [1]={ [1]={ limit={ @@ -95456,7 +95354,7 @@ return { [1]="ascendancy_warbringer_block_chance_+%_final" } }, - [4340]={ + [4325]={ [1]={ [1]={ limit={ @@ -95485,7 +95383,7 @@ return { [1]="ascendency_tactician_totem_skill_speed_+%_final" } }, - [4341]={ + [4326]={ [1]={ [1]={ limit={ @@ -95514,7 +95412,7 @@ return { [1]="aspect_of_the_avian_buff_effect_+%" } }, - [4342]={ + [4327]={ [1]={ [1]={ limit={ @@ -95530,7 +95428,7 @@ return { [1]="aspect_of_the_avian_grants_avians_might_and_avians_flight_to_nearby_allies" } }, - [4343]={ + [4328]={ [1]={ [1]={ [1]={ @@ -95550,7 +95448,7 @@ return { [1]="aspect_of_the_cat_base_secondary_duration" } }, - [4344]={ + [4329]={ [1]={ [1]={ limit={ @@ -95575,7 +95473,7 @@ return { [1]="aspect_of_the_spider_web_count_+" } }, - [4345]={ + [4330]={ [1]={ [1]={ limit={ @@ -95591,7 +95489,7 @@ return { [1]="attack_added_chaos_damage_%_of_maximum_life" } }, - [4346]={ + [4331]={ [1]={ [1]={ limit={ @@ -95607,7 +95505,7 @@ return { [1]="attack_added_physical_damage_%_of_maximum_life" } }, - [4347]={ + [4332]={ [1]={ [1]={ [1]={ @@ -95627,7 +95525,27 @@ return { [1]="attack_additional_critical_strike_chance_permyriad" } }, - [4348]={ + [4333]={ + [1]={ + [1]={ + [1]={ + k="divide_by_one_hundred", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Attacks have {0:+d}% to Critical Hit Chance against Parried enemies if you have at least 100 Tribute" + } + }, + stats={ + [1]="attack_additional_critical_strike_chance_permyriad_vs_parried_enemies_if_you_have_at_least_100_tribute" + } + }, + [4334]={ [1]={ [1]={ limit={ @@ -95656,7 +95574,7 @@ return { [1]="attack_and_cast_speed_+%_while_affected_by_a_mana_flask" } }, - [4349]={ + [4335]={ [1]={ [1]={ limit={ @@ -95685,7 +95603,7 @@ return { [1]="attack_and_cast_speed_+%_while_affected_by_elusive" } }, - [4350]={ + [4336]={ [1]={ [1]={ limit={ @@ -95714,7 +95632,7 @@ return { [1]="attack_and_cast_speed_per_ghost_dance_stack_+%" } }, - [4351]={ + [4337]={ [1]={ [1]={ limit={ @@ -95730,7 +95648,7 @@ return { [1]="attack_and_cast_speed_+%_for_3_seconds_on_attack_every_9_seconds" } }, - [4352]={ + [4338]={ [1]={ [1]={ limit={ @@ -95759,7 +95677,7 @@ return { [1]="attack_and_cast_speed_+%_if_enemy_hit_recently" } }, - [4353]={ + [4339]={ [1]={ [1]={ limit={ @@ -95788,7 +95706,7 @@ return { [1]="attack_and_cast_speed_+%_if_havent_been_hit_recently" } }, - [4354]={ + [4340]={ [1]={ [1]={ limit={ @@ -95817,7 +95735,7 @@ return { [1]="attack_and_cast_speed_+%_per_endurance_charge" } }, - [4355]={ + [4341]={ [1]={ [1]={ limit={ @@ -95846,7 +95764,7 @@ return { [1]="attack_and_cast_speed_+%_per_power_charge" } }, - [4356]={ + [4342]={ [1]={ [1]={ limit={ @@ -95875,7 +95793,7 @@ return { [1]="attack_and_cast_speed_+%_per_summoned_raging_spirit" } }, - [4357]={ + [4343]={ [1]={ [1]={ limit={ @@ -95904,7 +95822,7 @@ return { [1]="attack_and_cast_speed_+%_while_affected_by_a_herald" } }, - [4358]={ + [4344]={ [1]={ [1]={ limit={ @@ -95933,7 +95851,7 @@ return { [1]="attack_and_cast_speed_+%_while_channelling" } }, - [4359]={ + [4345]={ [1]={ [1]={ limit={ @@ -95962,7 +95880,36 @@ return { [1]="attack_and_cast_speed_+%_while_focused" } }, - [4360]={ + [4346]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack and Cast Speed during Effect of any Flask" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack and Cast Speed during Effect of any Flask" + } + }, + stats={ + [1]="attack_and_cast_speed_+%_while_using_flask" + } + }, + [4347]={ [1]={ [1]={ limit={ @@ -95991,7 +95938,7 @@ return { [1]="attack_and_cast_speed_+%_while_you_have_depleted_physical_aegis" } }, - [4361]={ + [4348]={ [1]={ [1]={ limit={ @@ -96020,7 +95967,7 @@ return { [1]="attack_and_cast_speed_+%_with_channelling_skills" } }, - [4362]={ + [4349]={ [1]={ [1]={ limit={ @@ -96049,7 +95996,7 @@ return { [1]="attack_and_cast_speed_+%_with_chaos_skills" } }, - [4363]={ + [4350]={ [1]={ [1]={ limit={ @@ -96078,7 +96025,7 @@ return { [1]="attack_and_cast_speed_+%_with_cold_skills" } }, - [4364]={ + [4351]={ [1]={ [1]={ limit={ @@ -96107,7 +96054,7 @@ return { [1]="attack_and_cast_speed_+%_with_elemental_skills" } }, - [4365]={ + [4352]={ [1]={ [1]={ limit={ @@ -96136,7 +96083,7 @@ return { [1]="attack_and_cast_speed_+%_with_fire_skills" } }, - [4366]={ + [4353]={ [1]={ [1]={ limit={ @@ -96165,7 +96112,7 @@ return { [1]="attack_and_cast_speed_+%_with_lightning_skills" } }, - [4367]={ + [4354]={ [1]={ [1]={ limit={ @@ -96194,7 +96141,7 @@ return { [1]="attack_and_cast_speed_+%_with_physical_skills" } }, - [4368]={ + [4355]={ [1]={ [1]={ limit={ @@ -96223,7 +96170,7 @@ return { [1]="attack_and_cast_speed_+%_with_shield_skills" } }, - [4369]={ + [4356]={ [1]={ [1]={ limit={ @@ -96239,7 +96186,7 @@ return { [1]="attack_and_movement_speed_+%_final_per_challenger_charge" } }, - [4370]={ + [4357]={ [1]={ [1]={ limit={ @@ -96268,7 +96215,7 @@ return { [1]="attack_area_damage_+%" } }, - [4371]={ + [4358]={ [1]={ [1]={ limit={ @@ -96297,7 +96244,7 @@ return { [1]="attack_area_of_effect_+%_while_wielding_quarterstaff" } }, - [4372]={ + [4359]={ [1]={ [1]={ limit={ @@ -96326,7 +96273,7 @@ return { [1]="attack_area_of_effect_+%" } }, - [4373]={ + [4360]={ [1]={ [1]={ limit={ @@ -96355,7 +96302,7 @@ return { [1]="attack_area_of_effect_+%_per_10_int" } }, - [4374]={ + [4361]={ [1]={ [1]={ limit={ @@ -96371,23 +96318,7 @@ return { [1]="attack_block_%_per_200_fire_hit_damage_taken_recently" } }, - [4375]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Attack Damage if you have Blocked Spell Damage Recently" - } - }, - stats={ - [1]="attack_block_%_if_blocked_a_spell_recently" - } - }, - [4376]={ + [4362]={ [1]={ [1]={ limit={ @@ -96403,7 +96334,7 @@ return { [1]="attack_block_%_while_at_max_endurance_charges" } }, - [4377]={ + [4363]={ [1]={ [1]={ limit={ @@ -96432,7 +96363,7 @@ return { [1]="attack_cast_and_movement_speed_+%_during_onslaught" } }, - [4378]={ + [4364]={ [1]={ [1]={ limit={ @@ -96461,7 +96392,7 @@ return { [1]="attack_cast_movement_speed_+%_if_taken_a_savage_hit_recently" } }, - [4379]={ + [4365]={ [1]={ [1]={ limit={ @@ -96477,7 +96408,7 @@ return { [1]="attack_chance_to_blind_on_hit_%_vs_bleeding_enemies" } }, - [4380]={ + [4366]={ [1]={ [1]={ limit={ @@ -96493,7 +96424,7 @@ return { [1]="attack_chance_to_maim_on_hit_%_vs_blinded_enemies" } }, - [4381]={ + [4367]={ [1]={ [1]={ limit={ @@ -96509,7 +96440,36 @@ return { [1]="attack_consume_endurance_charge_to_always_crit" } }, - [4382]={ + [4368]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Critical Hit Chance per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Critical Hit Chance per 10 Tribute" + } + }, + stats={ + [1]="attack_critical_strike_chance_+%_per_10_tribute" + } + }, + [4369]={ [1]={ [1]={ limit={ @@ -96525,7 +96485,65 @@ return { [1]="attack_critical_strikes_ignore_elemental_resistances" } }, - [4383]={ + [4370]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Damage if you have been Heavy Stunned Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Damage if you have been Heavy Stunned Recently" + } + }, + stats={ + [1]="attack_damage_+%_if_been_heavy_stunned_recently" + } + }, + [4371]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Damage per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Damage per 10 Tribute" + } + }, + stats={ + [1]="attack_damage_+%_per_10_tribute" + } + }, + [4372]={ [1]={ [1]={ limit={ @@ -96554,7 +96572,7 @@ return { [1]="attack_damage_+%_per_5%_block_chance" } }, - [4384]={ + [4373]={ [1]={ [1]={ limit={ @@ -96583,7 +96601,32 @@ return { [1]="attack_damage_+%_per_500_maximum_mana" } }, - [4385]={ + [4374]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Damage per Summoned Totem in your Presence" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Damage per Summoned Totem in your Presence" + } + }, + stats={ + [1]="attack_damage_+%_per_active_totem_in_presence" + } + }, + [4375]={ [1]={ [1]={ limit={ @@ -96599,7 +96642,7 @@ return { [1]="attack_damage_+%_per_explicit_map_mod_affecting_area" } }, - [4386]={ + [4376]={ [1]={ [1]={ limit={ @@ -96628,7 +96671,36 @@ return { [1]="attack_damage_+%_vs_rare_or_unique_enemy" } }, - [4387]={ + [4377]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Damage while you have no Life Flask uses left" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Damage while you have no Life Flask uses left" + } + }, + stats={ + [1]="attack_damage_+%_when_no_remaining_life_flask_uses" + } + }, + [4378]={ [1]={ [1]={ limit={ @@ -96657,7 +96729,7 @@ return { [1]="attack_damage_+%_while_ally_in_presence" } }, - [4388]={ + [4379]={ [1]={ [1]={ limit={ @@ -96686,7 +96758,36 @@ return { [1]="attack_damage_+%_while_in_blood_stance" } }, - [4389]={ + [4380]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack damage while moving" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack damage while moving" + } + }, + stats={ + [1]="attack_damage_+%_while_moving" + } + }, + [4381]={ [1]={ [1]={ limit={ @@ -96715,7 +96816,7 @@ return { [1]="attack_damage_+%_while_surrounded" } }, - [4390]={ + [4382]={ [1]={ [1]={ limit={ @@ -96744,7 +96845,7 @@ return { [1]="attack_damage_+%_while_you_have_at_least_20_fortification" } }, - [4391]={ + [4383]={ [1]={ [1]={ limit={ @@ -96760,7 +96861,7 @@ return { [1]="attack_damage_lucky_if_blocked_in_past_20_seconds" } }, - [4392]={ + [4384]={ [1]={ [1]={ limit={ @@ -96776,7 +96877,7 @@ return { [1]="attack_damage_+1%_per_300_of_min_of_armour_or_evasion" } }, - [4393]={ + [4385]={ [1]={ [1]={ limit={ @@ -96805,7 +96906,7 @@ return { [1]="attack_damage_+%_per_16_strength" } }, - [4394]={ + [4386]={ [1]={ [1]={ limit={ @@ -96821,7 +96922,7 @@ return { [1]="attack_damage_+%_per_450_physical_damage_reduction_rating" } }, - [4395]={ + [4387]={ [1]={ [1]={ limit={ @@ -96830,7 +96931,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Damage per 75 Armour or Evasion Rating on Shield" + text="{0}% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield" }, [2]={ [1]={ @@ -96843,14 +96944,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Damage per 75 Armour or Evasion Rating on Shield" + text="{0}% reduced Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield" } }, stats={ [1]="attack_damage_+%_per_75_armour_or_evasion_on_shield" } }, - [4396]={ + [4388]={ [1]={ [1]={ limit={ @@ -96879,7 +96980,7 @@ return { [1]="attack_damage_+%_vs_maimed_enemies" } }, - [4397]={ + [4389]={ [1]={ [1]={ limit={ @@ -96908,7 +97009,7 @@ return { [1]="attack_damage_+%_when_on_full_life" } }, - [4398]={ + [4390]={ [1]={ [1]={ limit={ @@ -96937,7 +97038,7 @@ return { [1]="attack_damage_+%_when_on_low_life" } }, - [4399]={ + [4391]={ [1]={ [1]={ limit={ @@ -96966,7 +97067,7 @@ return { [1]="attack_damage_+%_while_affected_by_precision" } }, - [4400]={ + [4392]={ [1]={ [1]={ limit={ @@ -96995,7 +97096,7 @@ return { [1]="attack_damage_+%_while_channelling" } }, - [4401]={ + [4393]={ [1]={ [1]={ limit={ @@ -97024,7 +97125,7 @@ return { [1]="attack_damage_+%_while_leeching" } }, - [4402]={ + [4394]={ [1]={ [1]={ limit={ @@ -97053,7 +97154,7 @@ return { [1]="attack_damage_+%_while_not_on_low_mana" } }, - [4403]={ + [4395]={ [1]={ [1]={ limit={ @@ -97082,7 +97183,7 @@ return { [1]="attack_damage_+%_while_you_have_fortify" } }, - [4404]={ + [4396]={ [1]={ [1]={ limit={ @@ -97111,7 +97212,23 @@ return { [1]="attack_damage_+%_with_channelling_skills" } }, - [4405]={ + [4397]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency of Attacks during any Mana Flask Effect" + } + }, + stats={ + [1]="attack_mana_cost_efficiency_+%_during_mana_flask" + } + }, + [4398]={ [1]={ [1]={ limit={ @@ -97144,7 +97261,7 @@ return { [1]="attack_mana_cost_+%" } }, - [4406]={ + [4399]={ [1]={ [1]={ limit={ @@ -97165,7 +97282,7 @@ return { [2]="attack_maximum_added_fire_damage_per_10_strength" } }, - [4407]={ + [4400]={ [1]={ [1]={ limit={ @@ -97186,7 +97303,7 @@ return { [2]="local_maximum_added_fire_damage_vs_bleeding_enemies" } }, - [4408]={ + [4401]={ [1]={ [1]={ limit={ @@ -97207,7 +97324,7 @@ return { [2]="attack_maximum_added_lightning_damage_per_10_dex" } }, - [4409]={ + [4402]={ [1]={ [1]={ limit={ @@ -97228,7 +97345,7 @@ return { [2]="attack_maximum_added_lightning_damage_per_10_int" } }, - [4410]={ + [4403]={ [1]={ [1]={ limit={ @@ -97249,7 +97366,7 @@ return { [2]="attack_maximum_added_lightning_damage_per_200_accuracy_rating" } }, - [4411]={ + [4404]={ [1]={ [1]={ limit={ @@ -97270,7 +97387,7 @@ return { [2]="attack_maximum_added_physical_damage_if_have_crit_recently" } }, - [4412]={ + [4405]={ [1]={ [1]={ limit={ @@ -97291,7 +97408,7 @@ return { [2]="attack_maximum_added_physical_damage_per_25_strength" } }, - [4413]={ + [4406]={ [1]={ [1]={ limit={ @@ -97312,7 +97429,7 @@ return { [2]="attack_maximum_added_physical_damage_per_level" } }, - [4414]={ + [4407]={ [1]={ [1]={ limit={ @@ -97333,7 +97450,7 @@ return { [2]="local_maximum_added_physical_damage_vs_ignited_enemies" } }, - [4415]={ + [4408]={ [1]={ [1]={ limit={ @@ -97349,7 +97466,7 @@ return { [1]="attack_projectiles_fork" } }, - [4416]={ + [4409]={ [1]={ [1]={ limit={ @@ -97374,48 +97491,52 @@ return { [1]="attack_projectiles_fork_additional_times" } }, - [4417]={ + [4410]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="Attack Skills fire an additional Projectile while wielding a Claw or Dagger" - }, - [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Attack Skills fire {0} additional Projectiles while wielding a Claw or Dagger" + text="Attack Skills have Added Lightning Damage equal to {0}% of maximum Mana" } }, stats={ - [1]="attack_skill_additional_num_projectiles_while_wielding_claws_daggers" + [1]="attack_skills_have_added_lightning_damage_equal_to_%_of_maximum_mana" } }, - [4418]={ + [4411]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Attack Skills have Added Lightning Damage equal to {0}% of maximum Mana" + text="{0}% increased Attack Speed if you haven't Attacked Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Speed if you haven't Attacked Recently" } }, stats={ - [1]="attack_skills_have_added_lightning_damage_equal_to_%_of_maximum_mana" + [1]="attack_speed_+%_if_you_have_not_attacked_recently" } }, - [4419]={ + [4412]={ [1]={ [1]={ limit={ @@ -97424,7 +97545,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you haven't Attacked Recently" + text="{0}% increased Attack Speed per 20 Spirit" }, [2]={ [1]={ @@ -97437,14 +97558,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you haven't Attacked Recently" + text="{0}% reduced Attack Speed per 20 Spirit" } }, stats={ - [1]="attack_speed_+%_if_you_have_not_attacked_recently" + [1]="attack_speed_+%_per_20_spirit" } }, - [4420]={ + [4413]={ [1]={ [1]={ limit={ @@ -97473,7 +97594,7 @@ return { [1]="attack_speed_+%_per_enemy_in_close_range" } }, - [4421]={ + [4414]={ [1]={ [1]={ limit={ @@ -97489,7 +97610,7 @@ return { [1]="attack_speed_+%_per_explicit_map_mod_affecting_area" } }, - [4422]={ + [4415]={ [1]={ [1]={ limit={ @@ -97498,7 +97619,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed while in the Presence of your Companion" + text="{0}% increased Attack Speed while your Companion is in your Presence" }, [2]={ [1]={ @@ -97511,14 +97632,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed while in the Presence of your Companion" + text="{0}% reduced Attack Speed while your Companion is in your Presence" } }, stats={ [1]="attack_speed_+%_while_in_presence_of_companion" } }, - [4423]={ + [4416]={ [1]={ [1]={ limit={ @@ -97547,7 +97668,7 @@ return { [1]="attack_speed_+%_while_in_sand_stance" } }, - [4424]={ + [4417]={ [1]={ [1]={ limit={ @@ -97576,7 +97697,7 @@ return { [1]="attack_speed_+%_while_on_full_mana" } }, - [4425]={ + [4418]={ [1]={ [1]={ limit={ @@ -97605,7 +97726,7 @@ return { [1]="attack_speed_+%_while_surrounded" } }, - [4426]={ + [4419]={ [1]={ [1]={ limit={ @@ -97634,7 +97755,7 @@ return { [1]="attack_speed_+%_final_per_blitz_charge" } }, - [4427]={ + [4420]={ [1]={ [1]={ limit={ @@ -97643,7 +97764,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you've cast a Mark Spell Recently" + text="{0}% increased Attack Speed if you've Hit with your Main Hand Weapon Recently" }, [2]={ [1]={ @@ -97656,14 +97777,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you've cast a Mark Spell Recently" + text="{0}% reduced Attack Speed if you've Hit with your Main Hand Weapon Recently" } }, stats={ - [1]="attack_speed_+%_if_cast_a_mark_spell_recently" + [1]="attack_speed_+%_if_enemy_hit_with_main_hand_weapon_recently" } }, - [4428]={ + [4421]={ [1]={ [1]={ limit={ @@ -97672,7 +97793,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you've Hit with your Main Hand Weapon Recently" + text="{0}% increased Attack Speed if you've Killed Recently" }, [2]={ [1]={ @@ -97685,14 +97806,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you've Hit with your Main Hand Weapon Recently" + text="{0}% reduced Attack Speed if you've Killed Recently" } }, stats={ - [1]="attack_speed_+%_if_enemy_hit_with_main_hand_weapon_recently" + [1]="attack_speed_+%_if_enemy_killed_recently" } }, - [4429]={ + [4422]={ [1]={ [1]={ limit={ @@ -97701,7 +97822,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you've Killed Recently" + text="{0}% increased Attack Speed if you've been Hit Recently" }, [2]={ [1]={ @@ -97714,14 +97835,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you've Killed Recently" + text="{0}% reduced Attack Speed if you've been Hit Recently" } }, stats={ - [1]="attack_speed_+%_if_enemy_killed_recently" + [1]="attack_speed_+%_if_have_been_hit_recently" } }, - [4430]={ + [4423]={ [1]={ [1]={ limit={ @@ -97730,7 +97851,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you've been Hit Recently" + text="{0}% increased Attack Speed if you have Blocked Recently" }, [2]={ [1]={ @@ -97743,14 +97864,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you've been Hit Recently" + text="{0}% reduced Attack Speed if you have Blocked Recently" } }, stats={ - [1]="attack_speed_+%_if_have_been_hit_recently" + [1]="attack_speed_+%_if_have_blocked_recently" } }, - [4431]={ + [4424]={ [1]={ [1]={ limit={ @@ -97759,7 +97880,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you have Blocked Recently" + text="{0}% increased Attack Speed if you've dealt a Critical Hit Recently" }, [2]={ [1]={ @@ -97772,14 +97893,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you have Blocked Recently" + text="{0}% reduced Attack Speed if you've dealt a Critical Hit Recently" } }, stats={ - [1]="attack_speed_+%_if_have_blocked_recently" + [1]="attack_speed_+%_if_have_crit_recently" } }, - [4432]={ + [4425]={ [1]={ [1]={ limit={ @@ -97788,7 +97909,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you've dealt a Critical Hit Recently" + text="{0}% increased Attack Speed if you haven't Cast Dash recently" }, [2]={ [1]={ @@ -97801,14 +97922,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you've dealt a Critical Hit Recently" + text="{0}% reduced Attack Speed if you haven't Cast Dash recently" } }, stats={ - [1]="attack_speed_+%_if_have_crit_recently" + [1]="attack_speed_+%_if_havent_cast_dash_recently" } }, - [4433]={ + [4426]={ [1]={ [1]={ limit={ @@ -97817,7 +97938,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you haven't Cast Dash recently" + text="{0}% increased Attack Speed if you haven't gained a Frenzy Charge Recently" }, [2]={ [1]={ @@ -97830,14 +97951,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you haven't Cast Dash recently" + text="{0}% reduced Attack Speed if you haven't gained a Frenzy Charge Recently" } }, stats={ - [1]="attack_speed_+%_if_havent_cast_dash_recently" + [1]="attack_speed_+%_if_not_gained_frenzy_charge_recently" } }, - [4434]={ + [4427]={ [1]={ [1]={ limit={ @@ -97846,7 +97967,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed if you haven't gained a Frenzy Charge Recently" + text="{0}% increased Attack Speed while a Rare or Unique Enemy is in your Presence" }, [2]={ [1]={ @@ -97859,14 +97980,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed if you haven't gained a Frenzy Charge Recently" + text="{0}% reduced Attack Speed while a Rare or Unique is in your Presence" } }, stats={ - [1]="attack_speed_+%_if_not_gained_frenzy_charge_recently" + [1]="attack_speed_+%_if_rare_or_unique_enemy_nearby" } }, - [4435]={ + [4428]={ [1]={ [1]={ limit={ @@ -97875,7 +97996,7 @@ return { [2]="#" } }, - text="{0}% increased Attack Speed while a Rare or Unique Enemy is in your Presence" + text="{0}% increased Attack Speed if you've used a Mark Recently" }, [2]={ [1]={ @@ -97888,14 +98009,14 @@ return { [2]=-1 } }, - text="{0}% reduced Attack Speed while a Rare or Unique is in your Presence" + text="{0}% reduced Attack Speed if you've used a Mark Recently" } }, stats={ - [1]="attack_speed_+%_if_rare_or_unique_enemy_nearby" + [1]="attack_speed_+%_if_used_a_mark_recently" } }, - [4436]={ + [4429]={ [1]={ [1]={ limit={ @@ -97924,7 +98045,36 @@ return { [1]="attack_speed_+%_if_you_have_at_least_600_strength" } }, - [4437]={ + [4430]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Attack Speed if you've used a Life Flask Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Attack Speed if you've used a Life Flask Recently" + } + }, + stats={ + [1]="attack_speed_+%_if_you_have_used_a_life_flask_recently" + } + }, + [4431]={ [1]={ [1]={ limit={ @@ -97953,7 +98103,7 @@ return { [1]="attack_speed_+%_per_1%_overcapped_block_chance" } }, - [4438]={ + [4432]={ [1]={ [1]={ limit={ @@ -97982,7 +98132,7 @@ return { [1]="attack_speed_+%_per_10_dex" } }, - [4439]={ + [4433]={ [1]={ [1]={ limit={ @@ -97998,7 +98148,7 @@ return { [1]="attack_speed_+%_per_25_dex" } }, - [4440]={ + [4434]={ [1]={ [1]={ limit={ @@ -98027,7 +98177,7 @@ return { [1]="attack_speed_+%_while_affected_by_precision" } }, - [4441]={ + [4435]={ [1]={ [1]={ limit={ @@ -98056,7 +98206,7 @@ return { [1]="attack_speed_+%_while_chilled" } }, - [4442]={ + [4436]={ [1]={ [1]={ limit={ @@ -98085,7 +98235,7 @@ return { [1]="attack_speed_+%_while_not_on_low_mana" } }, - [4443]={ + [4437]={ [1]={ [1]={ limit={ @@ -98114,7 +98264,7 @@ return { [1]="attack_speed_+%_while_phasing" } }, - [4444]={ + [4438]={ [1]={ [1]={ limit={ @@ -98143,7 +98293,7 @@ return { [1]="attack_speed_+%_with_channelling_skills" } }, - [4445]={ + [4439]={ [1]={ [1]={ limit={ @@ -98168,7 +98318,7 @@ return { [1]="steel_ammo_consumed_per_use_with_attacks_that_fire_projectiles" } }, - [4446]={ + [4440]={ [1]={ [1]={ limit={ @@ -98184,7 +98334,7 @@ return { [1]="attacks_base_mana_cost_+_%_of_maximum_mana" } }, - [4447]={ + [4441]={ [1]={ [1]={ limit={ @@ -98200,7 +98350,7 @@ return { [1]="attacks_bleed_on_hit_while_you_have_cat_stealth" } }, - [4448]={ + [4442]={ [1]={ [1]={ limit={ @@ -98216,7 +98366,7 @@ return { [1]="attacks_cause_bleeding_vs_cursed_enemies" } }, - [4449]={ + [4443]={ [1]={ [1]={ limit={ @@ -98232,7 +98382,7 @@ return { [1]="local_chance_bleed_on_hit_%_vs_ignited_enemies" } }, - [4450]={ + [4444]={ [1]={ [1]={ limit={ @@ -98248,7 +98398,7 @@ return { [1]="attacks_chance_to_bleed_25%_vs_cursed_enemies" } }, - [4451]={ + [4445]={ [1]={ [1]={ limit={ @@ -98264,7 +98414,7 @@ return { [1]="attacks_chance_to_bleed_on_hit_%_vs_taunted_enemies" } }, - [4452]={ + [4446]={ [1]={ [1]={ limit={ @@ -98289,7 +98439,7 @@ return { [1]="attacks_chance_to_blind_on_hit_%" } }, - [4453]={ + [4447]={ [1]={ [1]={ limit={ @@ -98314,7 +98464,7 @@ return { [1]="attacks_chance_to_taunt_on_hit_%" } }, - [4454]={ + [4448]={ [1]={ [1]={ limit={ @@ -98339,7 +98489,7 @@ return { [1]="attacks_impale_on_hit_%_chance" } }, - [4455]={ + [4449]={ [1]={ [1]={ limit={ @@ -98355,7 +98505,7 @@ return { [1]="attacks_inflict_bleeding_if_last_movement_skill_was_advancing_strike" } }, - [4456]={ + [4450]={ [1]={ [1]={ limit={ @@ -98380,7 +98530,7 @@ return { [1]="attacks_intimidate_on_hit_%" } }, - [4457]={ + [4451]={ [1]={ [1]={ limit={ @@ -98401,7 +98551,7 @@ return { [2]="attacks_with_this_weapon_maximum_added_chaos_damage_per_10_of_your_lowest_attribute" } }, - [4458]={ + [4452]={ [1]={ [1]={ limit={ @@ -98422,7 +98572,7 @@ return { [2]="attacks_with_this_weapon_maximum_added_cold_damage_per_10_dexterity" } }, - [4459]={ + [4453]={ [1]={ [1]={ limit={ @@ -98438,7 +98588,36 @@ return { [1]="attacks_with_two_handed_weapons_impale_on_hit_%_chance" } }, - [4460]={ + [4454]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Aura Magnitudes if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Aura Magnitudes if you have at least 100 Tribute" + } + }, + stats={ + [1]="aura_effect_+%_if_you_have_at_least_100_tribute" + } + }, + [4455]={ [1]={ [1]={ limit={ @@ -98467,7 +98646,7 @@ return { [1]="aura_effect_on_self_from_skills_+%_per_herald_effecting_you" } }, - [4461]={ + [4456]={ [1]={ [1]={ limit={ @@ -98483,7 +98662,7 @@ return { [1]="aura_grant_%_base_main_hand_attack_damage_to_nearby_allies" } }, - [4462]={ + [4457]={ [1]={ [1]={ [1]={ @@ -98503,7 +98682,7 @@ return { [1]="avians_flight_duration_ms_+" } }, - [4463]={ + [4458]={ [1]={ [1]={ [1]={ @@ -98523,7 +98702,7 @@ return { [1]="avians_might_duration_ms_+" } }, - [4464]={ + [4459]={ [1]={ [1]={ limit={ @@ -98539,7 +98718,7 @@ return { [1]="avoid_ailments_%_from_crit" } }, - [4465]={ + [4460]={ [1]={ [1]={ limit={ @@ -98555,7 +98734,7 @@ return { [1]="avoid_ailments_%_while_holding_shield" } }, - [4466]={ + [4461]={ [1]={ [1]={ limit={ @@ -98571,7 +98750,7 @@ return { [1]="avoid_all_elemental_ailment_%_per_summoned_golem" } }, - [4467]={ + [4462]={ [1]={ [1]={ limit={ @@ -98596,7 +98775,7 @@ return { [1]="avoid_chained_projectile_%_chance" } }, - [4468]={ + [4463]={ [1]={ [1]={ limit={ @@ -98612,7 +98791,7 @@ return { [1]="avoid_chill_freeze_while_casting_%" } }, - [4469]={ + [4464]={ [1]={ [1]={ limit={ @@ -98628,7 +98807,7 @@ return { [1]="avoid_corrupted_blood_%_chance" } }, - [4470]={ + [4465]={ [1]={ [1]={ limit={ @@ -98644,7 +98823,7 @@ return { [1]="avoid_elemental_ailments_%_while_affected_by_elusive" } }, - [4471]={ + [4466]={ [1]={ [1]={ limit={ @@ -98660,7 +98839,7 @@ return { [1]="avoid_elemental_ailments_%_while_phasing" } }, - [4472]={ + [4467]={ [1]={ [1]={ limit={ @@ -98676,7 +98855,7 @@ return { [1]="avoid_elemental_damage_chance_%_during_soul_gain_prevention" } }, - [4473]={ + [4468]={ [1]={ [1]={ limit={ @@ -98692,7 +98871,7 @@ return { [1]="avoid_elemental_damage_while_phasing_%" } }, - [4474]={ + [4469]={ [1]={ [1]={ limit={ @@ -98708,7 +98887,7 @@ return { [1]="avoid_freeze_and_chill_%_if_you_have_used_a_fire_skill_recently" } }, - [4475]={ + [4470]={ [1]={ [1]={ limit={ @@ -98733,7 +98912,7 @@ return { [1]="avoid_impale_%" } }, - [4476]={ + [4471]={ [1]={ [1]={ limit={ @@ -98762,7 +98941,7 @@ return { [1]="avoid_maim_%_chance" } }, - [4477]={ + [4472]={ [1]={ [1]={ limit={ @@ -98778,7 +98957,7 @@ return { [1]="avoid_physical_damage_%_while_phasing" } }, - [4478]={ + [4473]={ [1]={ [1]={ limit={ @@ -98794,7 +98973,7 @@ return { [1]="avoid_projectiles_%_chance_if_taken_projectile_damage_recently" } }, - [4479]={ + [4474]={ [1]={ [1]={ limit={ @@ -98810,7 +98989,7 @@ return { [1]="avoid_projectiles_while_phasing_%_chance" } }, - [4480]={ + [4475]={ [1]={ [1]={ limit={ @@ -98826,7 +99005,7 @@ return { [1]="avoid_shock_%_while_chilled" } }, - [4481]={ + [4476]={ [1]={ [1]={ limit={ @@ -98842,7 +99021,7 @@ return { [1]="avoid_stun_35%_per_active_herald" } }, - [4482]={ + [4477]={ [1]={ [1]={ limit={ @@ -98858,7 +99037,7 @@ return { [1]="avoid_stun_%_while_channeling_snipe" } }, - [4483]={ + [4478]={ [1]={ [1]={ limit={ @@ -98874,7 +99053,7 @@ return { [1]="avoid_stun_%_while_channelling" } }, - [4484]={ + [4479]={ [1]={ [1]={ limit={ @@ -98890,7 +99069,7 @@ return { [1]="avoid_stun_%_while_holding_shield" } }, - [4485]={ + [4480]={ [1]={ [1]={ limit={ @@ -98915,6 +99094,151 @@ return { [1]="ball_lightning_number_of_additional_projectiles" } }, + [4481]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks used by Ballistas have {0}% increased Attack Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Attacks used by Ballista have {0}% reduced Attack Speed" + } + }, + stats={ + [1]="ballista_attack_speed_+%" + } + }, + [4482]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ballista Critical Damage Bonus" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ballista Critical Damage Bonus" + } + }, + stats={ + [1]="ballista_critical_damage_+%" + } + }, + [4483]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ballista Critical Hit Chance" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ballista Critical Hit Chance" + } + }, + stats={ + [1]="ballista_critical_hit_chance_+%" + } + }, + [4484]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ballista damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ballista damage" + } + }, + stats={ + [1]="ballista_damage_+%" + } + }, + [4485]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ballista Immobilisation buildup" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ballista Immobilisation buildup" + } + }, + stats={ + [1]="ballista_hit_damage_immobilisation_multiplier_+%" + } + }, [4486]={ [1]={ [1]={ @@ -99093,31 +99417,6 @@ return { } }, [4493]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Valour gained" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Valour gained" - } - }, - stats={ - [1]="banner_resource_gained_+%" - } - }, - [4494]={ [1]={ [1]={ limit={ @@ -99133,7 +99432,7 @@ return { [1]="banner_resource_maximum_+" } }, - [4495]={ + [4494]={ [1]={ [1]={ [1]={ @@ -99170,7 +99469,7 @@ return { [1]="banner_skills_mana_reservation_efficiency_-2%_per_1" } }, - [4496]={ + [4495]={ [1]={ [1]={ limit={ @@ -99199,7 +99498,7 @@ return { [1]="banner_skills_mana_reservation_efficiency_+%" } }, - [4497]={ + [4496]={ [1]={ [1]={ limit={ @@ -99215,7 +99514,7 @@ return { [1]="banner_skills_reserve_no_mana" } }, - [4498]={ + [4497]={ [1]={ [1]={ limit={ @@ -99244,7 +99543,7 @@ return { [1]="banner_taunt_duration_+%" } }, - [4499]={ + [4498]={ [1]={ [1]={ limit={ @@ -99260,6 +99559,22 @@ return { [1]="banners_always_have_max_valour" } }, + [4499]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Banners gain {0} Glory per second" + } + }, + stats={ + [1]="banners_gain_X_glory_per_second" + } + }, [4500]={ [1]={ [1]={ @@ -99372,7 +99687,7 @@ return { [2]="#" } }, - text="{0}% of Armour also applies to Chaos Damage taken from Hits" + text="{0:+d}% of Armour also applies to Chaos Damage" } }, stats={ @@ -99388,7 +99703,7 @@ return { [2]="#" } }, - text="{0}% of Armour also applies to Cold Damage taken from Hits" + text="{0:+d}% of Armour also applies to Cold Damage" } }, stats={ @@ -99404,7 +99719,7 @@ return { [2]="#" } }, - text="{0}% of Armour also applies to Fire Damage taken from Hits" + text="{0:+d}% of Armour also applies to Fire Damage" } }, stats={ @@ -99420,7 +99735,7 @@ return { [2]="#" } }, - text="{0}% of Armour also applies to Lightning Damage taken from Hits" + text="{0:+d}% of Armour also applies to Lightning Damage" } }, stats={ @@ -99436,7 +99751,7 @@ return { [2]="#" } }, - text="Armour also applies to Chaos Damage taken from Hits" + text="+100% of Armour also applies to Chaos Damage" } }, stats={ @@ -99452,7 +99767,7 @@ return { [2]="#" } }, - text="Armour also applies to Lightning damage taken from Hits" + text="+100% of Armour also applies to Lightning Damage" } }, stats={ @@ -99478,30 +99793,21 @@ return { [4511]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Chance to Block Attack Damage is Lucky" - }, - [2]={ [1]={ - k="canonical_line", - v=true + k="divide_by_one_hundred", + v=1 }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]=1, + [2]="#" } }, - text="Chance to Block Attack Damage is Unlucky" + text="{0:+d}% to Attack Critical Hit Chance per 1% missing Enemy Life" } }, stats={ - [1]="base_attack_block_luck" + [1]="base_attack_critical_strike_chance_permyriad_+_per_1_percent_enemy_missing_life" } }, [4512]={ @@ -99513,20 +99819,24 @@ return { [2]="#" } }, - text="Prevent {0:+d}% of Deflected Attack Damage" + text="{0}% increased Cost Efficiency of Attacks" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0:+d}% to amount of Deflected Attack Damage Prevented" + text="{0}% reduced Cost Efficiency of Attacks" } }, stats={ - [1]="base_attack_damage_%_deflected" + [1]="base_attack_skill_cost_efficiency_+%" } }, [4513]={ @@ -99600,6 +99910,31 @@ return { } }, [4516]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Chance to Block Damage is Lucky" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Chance to Block Attack Damage is Unlucky" + } + }, + stats={ + [1]="base_block_chance_luck" + } + }, + [4517]={ [1]={ [1]={ limit={ @@ -99615,7 +99950,7 @@ return { [1]="base_block_%_damage_taken" } }, - [4517]={ + [4518]={ [1]={ [1]={ [1]={ @@ -99628,14 +99963,14 @@ return { [2]="#" } }, - text="Gain Physical Thorns damage equal to {0:d}% of Armour on Equipped Body Armour" + text="Gain Physical Thorns damage equal to {0:d}% of Item Armour on Equipped Body Armour" } }, stats={ [1]="base_body_armour_permyriad_to_gain_as_physical_thorns_damage" } }, - [4518]={ + [4519]={ [1]={ [1]={ limit={ @@ -99664,7 +99999,7 @@ return { [1]="base_bone_golem_granted_buff_effect_+%" } }, - [4519]={ + [4520]={ [1]={ [1]={ limit={ @@ -99680,7 +100015,7 @@ return { [1]="base_cannot_gain_endurance_charges" } }, - [4520]={ + [4521]={ [1]={ [1]={ limit={ @@ -99696,7 +100031,32 @@ return { [1]="base_cannot_leech_energy_shield" } }, - [4521]={ + [4522]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Dazes on Hit" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to Daze on Hit" + } + }, + stats={ + [1]="base_chance_to_daze_%" + } + }, + [4523]={ [1]={ [1]={ limit={ @@ -99721,7 +100081,7 @@ return { [1]="base_chance_to_deal_triple_damage_%" } }, - [4522]={ + [4524]={ [1]={ [1]={ limit={ @@ -99746,7 +100106,7 @@ return { [1]="base_chance_to_inflict_bleeding_%" } }, - [4523]={ + [4525]={ [1]={ [1]={ limit={ @@ -99775,7 +100135,7 @@ return { [1]="base_chance_to_poison_on_hit_%_vs_non_poisoned_enemies" } }, - [4524]={ + [4526]={ [1]={ [1]={ limit={ @@ -99791,7 +100151,7 @@ return { [1]="base_chaos_damage_bypass_energy_shield_%" } }, - [4525]={ + [4527]={ [1]={ [1]={ limit={ @@ -99807,7 +100167,7 @@ return { [1]="base_chaos_damage_can_electrocute" } }, - [4526]={ + [4528]={ [1]={ [1]={ limit={ @@ -99816,14 +100176,14 @@ return { [2]="#" } }, - text="Chaos Damage from Hits also Contributes to Ignite Chance and Magnitude" + text="Chaos Damage from Hits also Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="base_chaos_damage_can_ignite" } }, - [4527]={ + [4529]={ [1]={ [1]={ limit={ @@ -99852,7 +100212,36 @@ return { [1]="base_charge_duration_+%" } }, - [4528]={ + [4530]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cooldown Recovery Rate per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cooldown Recovery Rate per 10 Tribute" + } + }, + stats={ + [1]="base_cooldown_speed_+%_per_10_tribute" + } + }, + [4531]={ [1]={ [1]={ limit={ @@ -99881,7 +100270,7 @@ return { [1]="base_cooldown_speed_+%" } }, - [4529]={ + [4532]={ [1]={ [1]={ limit={ @@ -99897,7 +100286,115 @@ return { [1]="base_damage_bypass_ward_%" } }, - [4530]={ + [4533]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Prevent {0:+d}% of Damage from Deflected Hits" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0:+d}% to amount of Damage Prevented by Deflection" + } + }, + stats={ + [1]="base_damage_%_deflected" + } + }, + [4534]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Prevent {0:+d}% of Damage from Deflected Critical Hits" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0:+d}% to amount of Damage Prevented from Deflecting Critical Hits" + } + }, + stats={ + [1]="base_damage_%_deflected_vs_crit" + } + }, + [4535]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased damage taken per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced damage taken per 10 Tribute" + } + }, + stats={ + [1]="base_damage_taken_+%_per_10_tribute" + } + }, + [4536]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Damaging Ailments you inflict per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Damaging Ailments you inflict per 10 Tribute" + } + }, + stats={ + [1]="base_damaging_ailment_effect_+%_per_10_tribute" + } + }, + [4537]={ [1]={ [1]={ limit={ @@ -99913,7 +100410,7 @@ return { [1]="base_darkness" } }, - [4531]={ + [4538]={ [1]={ [1]={ [1]={ @@ -99933,7 +100430,7 @@ return { [1]="base_darkness_refresh_rate_ms" } }, - [4532]={ + [4539]={ [1]={ [1]={ limit={ @@ -99949,7 +100446,7 @@ return { [1]="base_deal_no_chaos_damage" } }, - [4533]={ + [4540]={ [1]={ [1]={ limit={ @@ -99965,7 +100462,7 @@ return { [1]="base_deal_no_fire_damage" } }, - [4534]={ + [4541]={ [1]={ [1]={ limit={ @@ -99981,7 +100478,7 @@ return { [1]="base_deal_no_lightning_damage" } }, - [4535]={ + [4542]={ [1]={ [1]={ limit={ @@ -99997,7 +100494,7 @@ return { [1]="base_deal_no_thorns_damage" } }, - [4536]={ + [4543]={ [1]={ [1]={ limit={ @@ -100026,7 +100523,71 @@ return { [1]="base_debuff_slow_magnitude_+%" } }, - [4537]={ + [4544]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chance to Deflect is Lucky" + } + }, + stats={ + [1]="base_deflect_chance_luck" + } + }, + [4545]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Chance to Deflect Damage is Lucky" + } + }, + stats={ + [1]="base_deflect_chance_luck" + } + }, + [4546]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Deflection Rating equal to {0}% of Evasion Rating per 25 Tribute" + } + }, + stats={ + [1]="base_deflection_rating_%_of_evasion_rating_per_25_tribute" + } + }, + [4547]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Dexterity per 25 Tribute" + } + }, + stats={ + [1]="base_dexterity_per_25_tribute" + } + }, + [4548]={ [1]={ [1]={ limit={ @@ -100051,7 +100612,23 @@ return { [1]="base_elemental_hit_damage_bypass_energy_shield_%" } }, - [4538]={ + [4549]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skills have {0}% chance to not remove Endurance Charges but still count as consuming them" + } + }, + stats={ + [1]="base_endurance_charge_skip_consume_chance_%" + } + }, + [4550]={ [1]={ [1]={ limit={ @@ -100076,7 +100653,23 @@ return { [1]="base_extra_damage_rolls" } }, - [4539]={ + [4551]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skills have {0}% chance to not remove Frenzy Charges but still count as consuming them" + } + }, + stats={ + [1]="base_frenzy_charge_skip_consume_chance_%" + } + }, + [4552]={ [1]={ [1]={ limit={ @@ -100105,7 +100698,7 @@ return { [1]="base_frozen_effect_on_self_+%" } }, - [4540]={ + [4553]={ [1]={ [1]={ limit={ @@ -100121,7 +100714,7 @@ return { [1]="base_immune_to_cold_ailments" } }, - [4541]={ + [4554]={ [1]={ [1]={ limit={ @@ -100137,7 +100730,7 @@ return { [1]="base_immune_to_freeze" } }, - [4542]={ + [4555]={ [1]={ [1]={ limit={ @@ -100153,7 +100746,7 @@ return { [1]="base_immune_to_ignite" } }, - [4543]={ + [4556]={ [1]={ [1]={ limit={ @@ -100169,7 +100762,7 @@ return { [1]="base_immune_to_shock" } }, - [4544]={ + [4557]={ [1]={ [1]={ limit={ @@ -100178,7 +100771,7 @@ return { [2]=99 } }, - text="{0}% chance to inflict Cold Exposure on Hit" + text="{0}% chance to inflict Exposure on Hit" }, [2]={ limit={ @@ -100187,14 +100780,14 @@ return { [2]="#" } }, - text="Inflict Cold Exposure on Hit" + text="Inflict Exposure on Hit" } }, stats={ [1]="base_inflict_cold_exposure_on_hit_%_chance" } }, - [4545]={ + [4558]={ [1]={ [1]={ limit={ @@ -100203,7 +100796,7 @@ return { [2]=99 } }, - text="{0}% chance to inflict Fire Exposure on Hit" + text="{0}% chance to inflict Exposure on Hit" }, [2]={ limit={ @@ -100212,14 +100805,14 @@ return { [2]="#" } }, - text="Inflict Fire Exposure on Hit" + text="Inflict Exposure on Hit" } }, stats={ [1]="base_inflict_fire_exposure_on_hit_%_chance" } }, - [4546]={ + [4559]={ [1]={ [1]={ limit={ @@ -100228,7 +100821,7 @@ return { [2]=99 } }, - text="{0}% chance to inflict Lightning Exposure on Hit" + text="{0}% chance to inflict Exposure on Hit" }, [2]={ limit={ @@ -100237,14 +100830,59 @@ return { [2]="#" } }, - text="Inflict Lightning Exposure on Hit" + text="Inflict Exposure on Hit" } }, stats={ [1]="base_inflict_lightning_exposure_on_hit_%_chance" } }, - [4547]={ + [4560]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Intelligence per 25 Tribute" + } + }, + stats={ + [1]="base_intelligence_per_25_tribute" + } + }, + [4561]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Life Cost Efficiency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Life Cost Efficiency" + } + }, + stats={ + [1]="base_life_cost_efficiency_+%" + } + }, + [4562]={ [1]={ [1]={ limit={ @@ -100260,7 +100898,7 @@ return { [1]="base_life_cost_+_with_non_channelling_spells_%_maximum_life" } }, - [4548]={ + [4563]={ [1]={ [1]={ limit={ @@ -100276,7 +100914,7 @@ return { [1]="base_life_flasks_do_not_recover_life" } }, - [4549]={ + [4564]={ [1]={ [1]={ [1]={ @@ -100296,7 +100934,7 @@ return { [1]="base_life_leech_from_all_spell_damage_permyriad" } }, - [4550]={ + [4565]={ [1]={ [1]={ [1]={ @@ -100316,7 +100954,7 @@ return { [1]="base_life_leech_from_all_thorns_damage_permyriad" } }, - [4551]={ + [4566]={ [1]={ [1]={ limit={ @@ -100332,7 +100970,7 @@ return { [1]="base_life_recharges_like_energy_shield" } }, - [4552]={ + [4567]={ [1]={ [1]={ limit={ @@ -100348,7 +100986,7 @@ return { [1]="base_lightning_damage_can_electrocute" } }, - [4553]={ + [4568]={ [1]={ [1]={ limit={ @@ -100364,7 +101002,7 @@ return { [1]="base_limit_+" } }, - [4554]={ + [4569]={ [1]={ [1]={ limit={ @@ -100380,7 +101018,168 @@ return { [1]="base_main_hand_maim_on_hit_%" } }, - [4555]={ + [4570]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Off Hand attacks have Added Attack Damage equal to {0}% of the Damage of your Main Hand Weapon" + } + }, + stats={ + [1]="base_main_hand_weapon_damage_as_added_off_hand_attack_damage_%" + } + }, + [4571]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency" + } + }, + stats={ + [1]="base_mana_cost_efficiency_+%" + } + }, + [4572]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency of Curses" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency of Curses" + } + }, + stats={ + [1]="base_mana_cost_efficiency_+%_of_curse_skills" + } + }, + [4573]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency of Marks" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency of Marks" + } + }, + stats={ + [1]="base_mana_cost_efficiency_+%_of_mark_skills" + } + }, + [4574]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency per 10 Tribute" + } + }, + stats={ + [1]="base_mana_cost_efficiency_+%_per_10_tribute" + } + }, + [4575]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency while on Low Mana" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency while on Low Mana" + } + }, + stats={ + [1]="base_mana_cost_efficiency_+%_while_on_low_mana" + } + }, + [4576]={ [1]={ [1]={ limit={ @@ -100396,7 +101195,7 @@ return { [1]="base_mana_cost_+_with_non_channelling_attacks_%_maximum_mana" } }, - [4556]={ + [4577]={ [1]={ [1]={ limit={ @@ -100412,7 +101211,23 @@ return { [1]="base_max_fortification" } }, - [4557]={ + [4578]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}% to Maximum Fire Resistance while Ignited" + } + }, + stats={ + [1]="base_maximum_fire_damage_resistance_%_while_ignited" + } + }, + [4579]={ [1]={ [1]={ limit={ @@ -100441,7 +101256,7 @@ return { [1]="base_minion_duration_+%" } }, - [4558]={ + [4580]={ [1]={ [1]={ limit={ @@ -100457,7 +101272,7 @@ return { [1]="base_number_of_champions_of_light_allowed" } }, - [4559]={ + [4581]={ [1]={ [1]={ limit={ @@ -100482,7 +101297,7 @@ return { [1]="base_number_of_herald_scorpions_allowed" } }, - [4560]={ + [4582]={ [1]={ [1]={ limit={ @@ -100498,7 +101313,7 @@ return { [1]="base_number_of_relics_allowed" } }, - [4561]={ + [4583]={ [1]={ [1]={ limit={ @@ -100523,7 +101338,7 @@ return { [1]="base_number_of_sigils_allowed_per_target" } }, - [4562]={ + [4584]={ [1]={ [1]={ limit={ @@ -100539,7 +101354,7 @@ return { [1]="base_number_of_support_ghosts_allowed" } }, - [4563]={ + [4585]={ [1]={ [1]={ limit={ @@ -100555,7 +101370,7 @@ return { [1]="base_off_hand_chance_to_blind_on_hit_%" } }, - [4564]={ + [4586]={ [1]={ [1]={ limit={ @@ -100580,7 +101395,7 @@ return { [1]="base_onlsaught_on_hit_%_chance" } }, - [4565]={ + [4587]={ [1]={ [1]={ limit={ @@ -100596,7 +101411,7 @@ return { [1]="base_physical_damage_can_pin" } }, - [4566]={ + [4588]={ [1]={ [1]={ limit={ @@ -100629,7 +101444,23 @@ return { [1]="base_physical_damage_over_time_taken_+%" } }, - [4567]={ + [4589]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skills have {0}% chance to not remove Power Charges but still count as consuming them" + } + }, + stats={ + [1]="base_power_charge_skip_consume_chance_%" + } + }, + [4590]={ [1]={ [1]={ [1]={ @@ -100649,7 +101480,7 @@ return { [1]="base_rage_regeneration_per_minute" } }, - [4568]={ + [4591]={ [1]={ [1]={ limit={ @@ -100665,7 +101496,36 @@ return { [1]="base_should_have_arcane_surge_from_stat" } }, - [4569]={ + [4592]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cost Efficiency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cost Efficiency" + } + }, + stats={ + [1]="base_skill_cost_efficiency_+%" + } + }, + [4593]={ [1]={ [1]={ limit={ @@ -100690,7 +101550,7 @@ return { [1]="base_skill_cost_life_instead_of_mana_%" } }, - [4570]={ + [4594]={ [1]={ [1]={ [1]={ @@ -100723,7 +101583,7 @@ return { [1]="base_skill_detonation_time" } }, - [4571]={ + [4595]={ [1]={ [1]={ limit={ @@ -100739,7 +101599,7 @@ return { [1]="base_skill_gain_life_cost_%_of_mana_cost" } }, - [4572]={ + [4596]={ [1]={ [1]={ limit={ @@ -100768,7 +101628,36 @@ return { [1]="base_slow_potency_+%" } }, - [4573]={ + [4597]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Spells have {0}% increased Cooldown Recovery Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Spells have {0}% reduced Cooldown Recovery Rate" + } + }, + stats={ + [1]="base_spell_cooldown_speed_+%" + } + }, + [4598]={ [1]={ [1]={ limit={ @@ -100784,7 +101673,7 @@ return { [1]="base_spell_critical_chance_equal_to_the_critical_strike_chance_of_main_weapon" } }, - [4574]={ + [4599]={ [1]={ [1]={ [1]={ @@ -100804,7 +101693,7 @@ return { [1]="base_spell_critical_strike_chance_override_permyriad" } }, - [4575]={ + [4600]={ [1]={ [1]={ limit={ @@ -100820,7 +101709,81 @@ return { [1]="base_spell_projectile_block_%" } }, - [4576]={ + [4601]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Spirit Reservation Efficiency of Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Spirit Reservation Efficiency of Skills" + } + }, + stats={ + [1]="base_spirit_reservation_efficiency_+%" + } + }, + [4602]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Spirit Reservation Efficiency of Skills per 20 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Spirit Reservation Efficiency of Skills per 20 Tribute" + } + }, + stats={ + [1]="base_spirit_reservation_efficiency_+%_per_20_tribute" + } + }, + [4603]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Strength per 25 Tribute" + } + }, + stats={ + [1]="base_strength_per_25_tribute" + } + }, + [4604]={ [1]={ [1]={ [1]={ @@ -100840,7 +101803,7 @@ return { [1]="base_thorns_critical_strike_chance" } }, - [4577]={ + [4605]={ [1]={ [1]={ limit={ @@ -100869,7 +101832,7 @@ return { [1]="base_thorns_critical_strike_multiplier_+" } }, - [4578]={ + [4606]={ [1]={ [1]={ limit={ @@ -100894,7 +101857,7 @@ return { [1]="base_total_number_of_sigils_allowed" } }, - [4579]={ + [4607]={ [1]={ [1]={ limit={ @@ -100910,7 +101873,7 @@ return { [1]="base_unaffected_by_poison" } }, - [4580]={ + [4608]={ [1]={ [1]={ limit={ @@ -100939,7 +101902,7 @@ return { [1]="base_unholy_might_granted_magnitude_+%" } }, - [4581]={ + [4609]={ [1]={ [1]={ limit={ @@ -100968,7 +101931,7 @@ return { [1]="base_weapon_trap_rotation_speed_+%" } }, - [4582]={ + [4610]={ [1]={ [1]={ [1]={ @@ -100988,7 +101951,7 @@ return { [1]="base_weapon_trap_total_rotation_%" } }, - [4583]={ + [4611]={ [1]={ [1]={ limit={ @@ -101017,7 +101980,7 @@ return { [1]="battlemages_cry_buff_effect_+%" } }, - [4584]={ + [4612]={ [1]={ [1]={ limit={ @@ -101042,7 +102005,7 @@ return { [1]="battlemages_cry_exerts_x_additional_attacks" } }, - [4585]={ + [4613]={ [1]={ [1]={ limit={ @@ -101058,7 +102021,7 @@ return { [1]="bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed" } }, - [4586]={ + [4614]={ [1]={ [1]={ limit={ @@ -101087,7 +102050,7 @@ return { [1]="bear_trap_additional_damage_taken_+%_from_traps_and_mines" } }, - [4587]={ + [4615]={ [1]={ [1]={ limit={ @@ -101116,7 +102079,7 @@ return { [1]="bear_trap_damage_taken_+%_from_traps_and_mines" } }, - [4588]={ + [4616]={ [1]={ [1]={ limit={ @@ -101145,7 +102108,7 @@ return { [1]="bear_trap_movement_speed_+%_final" } }, - [4589]={ + [4617]={ [1]={ [1]={ limit={ @@ -101174,7 +102137,7 @@ return { [1]="belt_enchant_enemies_you_taunt_have_area_damage_+%_final" } }, - [4590]={ + [4618]={ [1]={ [1]={ limit={ @@ -101199,7 +102162,7 @@ return { [1]="local_charm_slots" } }, - [4591]={ + [4619]={ [1]={ [1]={ limit={ @@ -101228,7 +102191,7 @@ return { [1]="berserk_buff_effect_+%" } }, - [4592]={ + [4620]={ [1]={ [1]={ limit={ @@ -101261,7 +102224,7 @@ return { [1]="berserk_rage_loss_+%" } }, - [4593]={ + [4621]={ [1]={ [1]={ [1]={ @@ -101281,7 +102244,7 @@ return { [1]="berserker_gain_rage_on_attack_hit_cooldown_ms" } }, - [4594]={ + [4622]={ [1]={ [1]={ limit={ @@ -101297,7 +102260,7 @@ return { [1]="berserker_warcry_grant_X_rage_per_5_power_while_less_than_25_rage" } }, - [4595]={ + [4623]={ [1]={ [1]={ limit={ @@ -101313,7 +102276,7 @@ return { [1]="berserker_warcry_grant_attack_speed_+%_to_you_and_nearby_allies" } }, - [4596]={ + [4624]={ [1]={ [1]={ limit={ @@ -101329,7 +102292,7 @@ return { [1]="berserker_warcry_grant_damage_+%_to_you_and_nearby_allies" } }, - [4597]={ + [4625]={ [1]={ [1]={ limit={ @@ -101354,7 +102317,7 @@ return { [1]="berserker_warcry_sacrifice_25_rage_for_more_empowered_attack_damage_for_4_seconds_+%_final" } }, - [4598]={ + [4626]={ [1]={ [1]={ limit={ @@ -101383,7 +102346,7 @@ return { [1]="blackhole_damage_taken_+%" } }, - [4599]={ + [4627]={ [1]={ [1]={ limit={ @@ -101412,7 +102375,7 @@ return { [1]="blackhole_pulse_frequency_+%" } }, - [4600]={ + [4628]={ [1]={ [1]={ limit={ @@ -101441,7 +102404,7 @@ return { [1]="blackstar_moonlight_cold_damage_taken_+%_final" } }, - [4601]={ + [4629]={ [1]={ [1]={ limit={ @@ -101470,7 +102433,7 @@ return { [1]="blackstar_moonlight_fire_damage_taken_+%_final" } }, - [4602]={ + [4630]={ [1]={ [1]={ limit={ @@ -101499,7 +102462,7 @@ return { [1]="blackstar_sunlight_cold_damage_taken_+%_final" } }, - [4603]={ + [4631]={ [1]={ [1]={ limit={ @@ -101528,7 +102491,7 @@ return { [1]="blackstar_sunlight_fire_damage_taken_+%_final" } }, - [4604]={ + [4632]={ [1]={ [1]={ limit={ @@ -101557,7 +102520,7 @@ return { [1]="blade_blase_damage_+%" } }, - [4605]={ + [4633]={ [1]={ [1]={ limit={ @@ -101586,7 +102549,7 @@ return { [1]="blade_blast_skill_area_of_effect_+%" } }, - [4606]={ + [4634]={ [1]={ [1]={ limit={ @@ -101615,7 +102578,7 @@ return { [1]="blade_blast_trigger_detonation_area_of_effect_+%" } }, - [4607]={ + [4635]={ [1]={ [1]={ limit={ @@ -101644,7 +102607,7 @@ return { [1]="blade_trap_damage_+%" } }, - [4608]={ + [4636]={ [1]={ [1]={ limit={ @@ -101673,7 +102636,7 @@ return { [1]="blade_trap_skill_area_of_effect_+%" } }, - [4609]={ + [4637]={ [1]={ [1]={ limit={ @@ -101698,7 +102661,7 @@ return { [1]="blade_vortex_blade_blast_impale_on_hit_%_chance" } }, - [4610]={ + [4638]={ [1]={ [1]={ limit={ @@ -101714,7 +102677,7 @@ return { [1]="blade_vortex_blade_deal_no_non_physical_damage" } }, - [4611]={ + [4639]={ [1]={ [1]={ limit={ @@ -101730,7 +102693,7 @@ return { [1]="blade_vortex_critical_strike_multiplier_+_per_blade" } }, - [4612]={ + [4640]={ [1]={ [1]={ limit={ @@ -101755,7 +102718,7 @@ return { [1]="bladefall_number_of_volleys" } }, - [4613]={ + [4641]={ [1]={ [1]={ limit={ @@ -101771,7 +102734,7 @@ return { [1]="bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within" } }, - [4614]={ + [4642]={ [1]={ [1]={ limit={ @@ -101800,7 +102763,7 @@ return { [1]="bladestorm_damage_+%" } }, - [4615]={ + [4643]={ [1]={ [1]={ limit={ @@ -101816,7 +102779,7 @@ return { [1]="bladestorm_maximum_number_of_storms_allowed" } }, - [4616]={ + [4644]={ [1]={ [1]={ limit={ @@ -101845,7 +102808,7 @@ return { [1]="bladestorm_sandstorm_movement_speed_+%" } }, - [4617]={ + [4645]={ [1]={ [1]={ limit={ @@ -101874,7 +102837,7 @@ return { [1]="blazing_salvo_damage_+%" } }, - [4618]={ + [4646]={ [1]={ [1]={ limit={ @@ -101899,7 +102862,7 @@ return { [1]="blazing_salvo_number_of_additional_projectiles" } }, - [4619]={ + [4647]={ [1]={ [1]={ limit={ @@ -101915,7 +102878,7 @@ return { [1]="blazing_salvo_projectiles_fork_when_passing_a_flame_wall" } }, - [4620]={ + [4648]={ [1]={ [1]={ limit={ @@ -101944,7 +102907,7 @@ return { [1]="bleed_chance_+%" } }, - [4621]={ + [4649]={ [1]={ [1]={ limit={ @@ -101960,7 +102923,7 @@ return { [1]="bleed_on_crit_%" } }, - [4622]={ + [4650]={ [1]={ [1]={ limit={ @@ -101989,7 +102952,7 @@ return { [1]="base_bleeding_effect_+%" } }, - [4623]={ + [4651]={ [1]={ [1]={ limit={ @@ -102018,7 +102981,7 @@ return { [1]="bleeding_effect_+%_per_endurance_charge" } }, - [4624]={ + [4652]={ [1]={ [1]={ limit={ @@ -102047,7 +103010,7 @@ return { [1]="bleeding_effect_+%_per_frenzy_charge" } }, - [4625]={ + [4653]={ [1]={ [1]={ limit={ @@ -102076,7 +103039,7 @@ return { [1]="bleeding_effect_+%_per_impale_on_enemy" } }, - [4626]={ + [4654]={ [1]={ [1]={ limit={ @@ -102105,7 +103068,7 @@ return { [1]="bleeding_effect_+%_per_rage_if_equipped_axe" } }, - [4627]={ + [4655]={ [1]={ [1]={ limit={ @@ -102134,7 +103097,7 @@ return { [1]="bleeding_effect_+%_vs_poisoned_enemies" } }, - [4628]={ + [4656]={ [1]={ [1]={ limit={ @@ -102163,7 +103126,39 @@ return { [1]="bleeding_effect_+%_when_consuming_incision" } }, - [4629]={ + [4657]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies you inflict Bleeding on cannot Regenerate Life" + } + }, + stats={ + [1]="bleeding_enemies_cannot_regenerate_life" + } + }, + [4658]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Magnitude of Bleeding you inflict against Pinned Enemies" + } + }, + stats={ + [1]="bleeding_magnitude_+%_against_pinned_enemies" + } + }, + [4659]={ [1]={ [1]={ limit={ @@ -102179,7 +103174,7 @@ return { [1]="bleeding_no_extra_damage_while_target_is_moving" } }, - [4630]={ + [4660]={ [1]={ [1]={ limit={ @@ -102208,7 +103203,7 @@ return { [1]="bleeding_on_self_expire_speed_+%_while_moving" } }, - [4631]={ + [4661]={ [1]={ [1]={ limit={ @@ -102224,7 +103219,7 @@ return { [1]="bleeding_reflected_to_self" } }, - [4632]={ + [4662]={ [1]={ [1]={ limit={ @@ -102240,7 +103235,7 @@ return { [1]="bleeding_stacks_up_to_x_times" } }, - [4633]={ + [4663]={ [1]={ [1]={ limit={ @@ -102256,7 +103251,7 @@ return { [1]="blight_arc_tower_additional_chains" } }, - [4634]={ + [4664]={ [1]={ [1]={ limit={ @@ -102272,7 +103267,7 @@ return { [1]="blight_arc_tower_additional_repeats" } }, - [4635]={ + [4665]={ [1]={ [1]={ limit={ @@ -102288,7 +103283,7 @@ return { [1]="blight_arc_tower_chance_to_sap_%" } }, - [4636]={ + [4666]={ [1]={ [1]={ limit={ @@ -102317,7 +103312,7 @@ return { [1]="blight_arc_tower_damage_+%" } }, - [4637]={ + [4667]={ [1]={ [1]={ limit={ @@ -102346,7 +103341,7 @@ return { [1]="blight_arc_tower_range_+%" } }, - [4638]={ + [4668]={ [1]={ [1]={ limit={ @@ -102362,7 +103357,7 @@ return { [1]="blight_area_of_effect_+%_every_second_while_channelling_up_to_+200%" } }, - [4639]={ + [4669]={ [1]={ [1]={ limit={ @@ -102391,7 +103386,7 @@ return { [1]="blight_cast_speed_+%" } }, - [4640]={ + [4670]={ [1]={ [1]={ limit={ @@ -102420,7 +103415,7 @@ return { [1]="blight_chilling_tower_chill_effect_+%" } }, - [4641]={ + [4671]={ [1]={ [1]={ limit={ @@ -102449,7 +103444,7 @@ return { [1]="blight_chilling_tower_damage_+%" } }, - [4642]={ + [4672]={ [1]={ [1]={ limit={ @@ -102478,7 +103473,7 @@ return { [1]="blight_chilling_tower_duration_+%" } }, - [4643]={ + [4673]={ [1]={ [1]={ limit={ @@ -102507,7 +103502,7 @@ return { [1]="blight_chilling_tower_range_+%" } }, - [4644]={ + [4674]={ [1]={ [1]={ limit={ @@ -102536,7 +103531,7 @@ return { [1]="blight_empowering_tower_buff_effect_+%" } }, - [4645]={ + [4675]={ [1]={ [1]={ limit={ @@ -102565,7 +103560,7 @@ return { [1]="blight_empowering_tower_grant_cast_speed_+%" } }, - [4646]={ + [4676]={ [1]={ [1]={ limit={ @@ -102594,7 +103589,7 @@ return { [1]="blight_empowering_tower_grant_damage_+%" } }, - [4647]={ + [4677]={ [1]={ [1]={ limit={ @@ -102619,7 +103614,7 @@ return { [1]="blight_empowering_tower_grant_%_chance_to_deal_double_damage" } }, - [4648]={ + [4678]={ [1]={ [1]={ limit={ @@ -102648,7 +103643,7 @@ return { [1]="blight_empowering_tower_range_+%" } }, - [4649]={ + [4679]={ [1]={ [1]={ limit={ @@ -102673,7 +103668,7 @@ return { [1]="blight_fireball_tower_additional_projectiles_+" } }, - [4650]={ + [4680]={ [1]={ [1]={ limit={ @@ -102702,7 +103697,7 @@ return { [1]="blight_fireball_tower_cast_speed_+%" } }, - [4651]={ + [4681]={ [1]={ [1]={ limit={ @@ -102731,7 +103726,7 @@ return { [1]="blight_fireball_tower_damage_+%" } }, - [4652]={ + [4682]={ [1]={ [1]={ limit={ @@ -102747,7 +103742,7 @@ return { [1]="blight_fireball_tower_projectiles_nova" } }, - [4653]={ + [4683]={ [1]={ [1]={ limit={ @@ -102776,7 +103771,7 @@ return { [1]="blight_fireball_tower_range_+%" } }, - [4654]={ + [4684]={ [1]={ [1]={ limit={ @@ -102805,7 +103800,7 @@ return { [1]="blight_flamethrower_tower_cast_speed_+%" } }, - [4655]={ + [4685]={ [1]={ [1]={ limit={ @@ -102821,7 +103816,7 @@ return { [1]="blight_flamethrower_tower_chance_to_scorch_%" } }, - [4656]={ + [4686]={ [1]={ [1]={ limit={ @@ -102850,7 +103845,7 @@ return { [1]="blight_flamethrower_tower_damage_+%" } }, - [4657]={ + [4687]={ [1]={ [1]={ limit={ @@ -102866,7 +103861,7 @@ return { [1]="blight_flamethrower_tower_full_damage_fire_enemies" } }, - [4658]={ + [4688]={ [1]={ [1]={ limit={ @@ -102895,7 +103890,7 @@ return { [1]="blight_flamethrower_tower_range_+%" } }, - [4659]={ + [4689]={ [1]={ [1]={ limit={ @@ -102911,7 +103906,7 @@ return { [1]="blight_freezebolt_tower_chance_to_brittle_%" } }, - [4660]={ + [4690]={ [1]={ [1]={ limit={ @@ -102940,7 +103935,7 @@ return { [1]="blight_freezebolt_tower_damage_+%" } }, - [4661]={ + [4691]={ [1]={ [1]={ limit={ @@ -102956,7 +103951,7 @@ return { [1]="blight_freezebolt_tower_full_damage_cold_enemies" } }, - [4662]={ + [4692]={ [1]={ [1]={ limit={ @@ -102981,7 +103976,7 @@ return { [1]="blight_freezebolt_tower_projectiles_+" } }, - [4663]={ + [4693]={ [1]={ [1]={ limit={ @@ -103010,7 +104005,7 @@ return { [1]="blight_freezebolt_tower_range_+%" } }, - [4664]={ + [4694]={ [1]={ [1]={ limit={ @@ -103026,7 +104021,7 @@ return { [1]="blight_glacialcage_tower_area_of_effect_+%" } }, - [4665]={ + [4695]={ [1]={ [1]={ limit={ @@ -103055,7 +104050,7 @@ return { [1]="blight_glacialcage_tower_cooldown_recovery_+%" } }, - [4666]={ + [4696]={ [1]={ [1]={ limit={ @@ -103084,7 +104079,7 @@ return { [1]="blight_glacialcage_tower_duration_+%" } }, - [4667]={ + [4697]={ [1]={ [1]={ limit={ @@ -103113,7 +104108,7 @@ return { [1]="blight_glacialcage_tower_enemy_damage_taken_+%" } }, - [4668]={ + [4698]={ [1]={ [1]={ limit={ @@ -103142,7 +104137,7 @@ return { [1]="blight_glacialcage_tower_range_+%" } }, - [4669]={ + [4699]={ [1]={ [1]={ limit={ @@ -103158,7 +104153,7 @@ return { [1]="blight_hinder_enemy_chaos_damage_taken_+%" } }, - [4670]={ + [4700]={ [1]={ [1]={ limit={ @@ -103187,7 +104182,7 @@ return { [1]="blight_imbuing_tower_buff_effect_+%" } }, - [4671]={ + [4701]={ [1]={ [1]={ limit={ @@ -103216,7 +104211,7 @@ return { [1]="blight_imbuing_tower_grant_critical_strike_+%" } }, - [4672]={ + [4702]={ [1]={ [1]={ limit={ @@ -103245,7 +104240,7 @@ return { [1]="blight_imbuing_tower_grant_damage_+%" } }, - [4673]={ + [4703]={ [1]={ [1]={ limit={ @@ -103261,7 +104256,7 @@ return { [1]="blight_imbuing_tower_grants_onslaught" } }, - [4674]={ + [4704]={ [1]={ [1]={ limit={ @@ -103290,7 +104285,7 @@ return { [1]="blight_imbuing_tower_range_+%" } }, - [4675]={ + [4705]={ [1]={ [1]={ limit={ @@ -103319,7 +104314,7 @@ return { [1]="blight_lightningstorm_tower_area_of_effect_+%" } }, - [4676]={ + [4706]={ [1]={ [1]={ limit={ @@ -103348,7 +104343,7 @@ return { [1]="blight_lightningstorm_tower_damage_+%" } }, - [4677]={ + [4707]={ [1]={ [1]={ limit={ @@ -103377,7 +104372,7 @@ return { [1]="blight_lightningstorm_tower_delay_+%" } }, - [4678]={ + [4708]={ [1]={ [1]={ limit={ @@ -103406,7 +104401,7 @@ return { [1]="blight_lightningstorm_tower_range_+%" } }, - [4679]={ + [4709]={ [1]={ [1]={ limit={ @@ -103422,7 +104417,7 @@ return { [1]="blight_lightningstorm_tower_storms_on_enemies" } }, - [4680]={ + [4710]={ [1]={ [1]={ limit={ @@ -103447,7 +104442,7 @@ return { [1]="blight_meteor_tower_additional_meteor_+" } }, - [4681]={ + [4711]={ [1]={ [1]={ limit={ @@ -103463,7 +104458,7 @@ return { [1]="blight_meteor_tower_always_stun" } }, - [4682]={ + [4712]={ [1]={ [1]={ [1]={ @@ -103483,7 +104478,7 @@ return { [1]="blight_meteor_tower_creates_burning_ground_ms" } }, - [4683]={ + [4713]={ [1]={ [1]={ limit={ @@ -103512,7 +104507,7 @@ return { [1]="blight_meteor_tower_damage_+%" } }, - [4684]={ + [4714]={ [1]={ [1]={ limit={ @@ -103541,7 +104536,7 @@ return { [1]="blight_meteor_tower_range_+%" } }, - [4685]={ + [4715]={ [1]={ [1]={ limit={ @@ -103579,7 +104574,7 @@ return { [1]="blight_scout_tower_additional_minions_+" } }, - [4686]={ + [4716]={ [1]={ [1]={ limit={ @@ -103608,7 +104603,7 @@ return { [1]="blight_scout_tower_minion_damage_+%" } }, - [4687]={ + [4717]={ [1]={ [1]={ limit={ @@ -103637,7 +104632,7 @@ return { [1]="blight_scout_tower_minion_life_+%" } }, - [4688]={ + [4718]={ [1]={ [1]={ limit={ @@ -103666,7 +104661,7 @@ return { [1]="blight_scout_tower_minion_movement_speed_+%" } }, - [4689]={ + [4719]={ [1]={ [1]={ limit={ @@ -103682,7 +104677,7 @@ return { [1]="blight_scout_tower_minions_inflict_malediction" } }, - [4690]={ + [4720]={ [1]={ [1]={ limit={ @@ -103711,7 +104706,7 @@ return { [1]="blight_scout_tower_range_+%" } }, - [4691]={ + [4721]={ [1]={ [1]={ limit={ @@ -103740,7 +104735,7 @@ return { [1]="blight_secondary_skill_effect_duration_+%" } }, - [4692]={ + [4722]={ [1]={ [1]={ limit={ @@ -103765,7 +104760,7 @@ return { [1]="blight_seismic_tower_additional_cascades_+" } }, - [4693]={ + [4723]={ [1]={ [1]={ limit={ @@ -103794,7 +104789,7 @@ return { [1]="blight_seismic_tower_cascade_range_+%" } }, - [4694]={ + [4724]={ [1]={ [1]={ limit={ @@ -103823,7 +104818,7 @@ return { [1]="blight_seismic_tower_damage_+%" } }, - [4695]={ + [4725]={ [1]={ [1]={ limit={ @@ -103852,7 +104847,7 @@ return { [1]="blight_seismic_tower_range_+%" } }, - [4696]={ + [4726]={ [1]={ [1]={ limit={ @@ -103881,7 +104876,7 @@ return { [1]="blight_seismic_tower_stun_duration_+%" } }, - [4697]={ + [4727]={ [1]={ [1]={ limit={ @@ -103910,7 +104905,7 @@ return { [1]="blight_sentinel_tower_minion_damage_+%" } }, - [4698]={ + [4728]={ [1]={ [1]={ limit={ @@ -103939,7 +104934,7 @@ return { [1]="blight_sentinel_tower_minion_life_+%" } }, - [4699]={ + [4729]={ [1]={ [1]={ limit={ @@ -103968,7 +104963,7 @@ return { [1]="blight_sentinel_tower_minion_movement_speed_+%" } }, - [4700]={ + [4730]={ [1]={ [1]={ limit={ @@ -103997,7 +104992,7 @@ return { [1]="blight_sentinel_tower_range_+%" } }, - [4701]={ + [4731]={ [1]={ [1]={ limit={ @@ -104026,7 +105021,7 @@ return { [1]="blight_shocking_tower_damage_+%" } }, - [4702]={ + [4732]={ [1]={ [1]={ limit={ @@ -104055,7 +105050,7 @@ return { [1]="blight_shocking_tower_range_+%" } }, - [4703]={ + [4733]={ [1]={ [1]={ limit={ @@ -104071,7 +105066,7 @@ return { [1]="blight_shocknova_tower_full_damage_lightning_enemies" } }, - [4704]={ + [4734]={ [1]={ [1]={ limit={ @@ -104087,7 +105082,7 @@ return { [1]="blight_shocknova_tower_shock_additional_repeats" } }, - [4705]={ + [4735]={ [1]={ [1]={ limit={ @@ -104116,7 +105111,7 @@ return { [1]="blight_shocknova_tower_shock_effect_+%" } }, - [4706]={ + [4736]={ [1]={ [1]={ limit={ @@ -104145,7 +105140,7 @@ return { [1]="blight_shocknova_tower_shock_repeats_with_area_effect_+%" } }, - [4707]={ + [4737]={ [1]={ [1]={ limit={ @@ -104174,7 +105169,7 @@ return { [1]="blight_skill_area_of_effect_+%_after_1_second_channelling" } }, - [4708]={ + [4738]={ [1]={ [1]={ limit={ @@ -104203,7 +105198,7 @@ return { [1]="blight_smothering_tower_buff_effect_+%" } }, - [4709]={ + [4739]={ [1]={ [1]={ limit={ @@ -104219,7 +105214,7 @@ return { [1]="blight_smothering_tower_freeze_shock_ignite_%" } }, - [4710]={ + [4740]={ [1]={ [1]={ limit={ @@ -104248,7 +105243,7 @@ return { [1]="blight_smothering_tower_grant_damage_+%" } }, - [4711]={ + [4741]={ [1]={ [1]={ limit={ @@ -104277,7 +105272,7 @@ return { [1]="blight_smothering_tower_grant_movement_speed_+%" } }, - [4712]={ + [4742]={ [1]={ [1]={ limit={ @@ -104306,7 +105301,7 @@ return { [1]="blight_smothering_tower_range_+%" } }, - [4713]={ + [4743]={ [1]={ [1]={ limit={ @@ -104335,7 +105330,7 @@ return { [1]="blight_stonegaze_tower_cooldown_recovery_+%" } }, - [4714]={ + [4744]={ [1]={ [1]={ limit={ @@ -104364,7 +105359,7 @@ return { [1]="blight_stonegaze_tower_duration_+%" } }, - [4715]={ + [4745]={ [1]={ [1]={ limit={ @@ -104380,7 +105375,7 @@ return { [1]="blight_stonegaze_tower_petrified_enemies_take_damage_+%" } }, - [4716]={ + [4746]={ [1]={ [1]={ limit={ @@ -104409,7 +105404,7 @@ return { [1]="blight_stonegaze_tower_petrify_tick_speed_+%" } }, - [4717]={ + [4747]={ [1]={ [1]={ limit={ @@ -104438,7 +105433,7 @@ return { [1]="blight_stonegaze_tower_range_+%" } }, - [4718]={ + [4748]={ [1]={ [1]={ limit={ @@ -104467,7 +105462,7 @@ return { [1]="blight_summoning_tower_minion_damage_+%" } }, - [4719]={ + [4749]={ [1]={ [1]={ limit={ @@ -104496,7 +105491,7 @@ return { [1]="blight_summoning_tower_minion_life_+%" } }, - [4720]={ + [4750]={ [1]={ [1]={ limit={ @@ -104525,7 +105520,7 @@ return { [1]="blight_summoning_tower_minion_movement_speed_+%" } }, - [4721]={ + [4751]={ [1]={ [1]={ limit={ @@ -104541,7 +105536,7 @@ return { [1]="blight_summoning_tower_minions_summoned_+" } }, - [4722]={ + [4752]={ [1]={ [1]={ limit={ @@ -104570,7 +105565,7 @@ return { [1]="blight_summoning_tower_range_+%" } }, - [4723]={ + [4753]={ [1]={ [1]={ limit={ @@ -104599,7 +105594,7 @@ return { [1]="blight_temporal_tower_buff_effect_+%" } }, - [4724]={ + [4754]={ [1]={ [1]={ limit={ @@ -104628,7 +105623,7 @@ return { [1]="blight_temporal_tower_grant_you_action_speed_-%" } }, - [4725]={ + [4755]={ [1]={ [1]={ limit={ @@ -104644,7 +105639,7 @@ return { [1]="blight_temporal_tower_grants_stun_immunity" } }, - [4726]={ + [4756]={ [1]={ [1]={ limit={ @@ -104673,7 +105668,7 @@ return { [1]="blight_temporal_tower_range_+%" } }, - [4727]={ + [4757]={ [1]={ [1]={ limit={ @@ -104702,7 +105697,7 @@ return { [1]="blight_temporal_tower_tick_speed_+%" } }, - [4728]={ + [4758]={ [1]={ [1]={ [1]={ @@ -104722,7 +105717,7 @@ return { [1]="blight_tertiary_skill_effect_duration" } }, - [4729]={ + [4759]={ [1]={ [1]={ limit={ @@ -104751,7 +105746,7 @@ return { [1]="blight_tower_arc_damage_+%" } }, - [4730]={ + [4760]={ [1]={ [1]={ limit={ @@ -104780,7 +105775,7 @@ return { [1]="blight_tower_chilling_cost_+%" } }, - [4731]={ + [4761]={ [1]={ [1]={ limit={ @@ -104796,7 +105791,7 @@ return { [1]="blight_tower_damage_per_tower_type_+%" } }, - [4732]={ + [4762]={ [1]={ [1]={ limit={ @@ -104821,7 +105816,7 @@ return { [1]="blight_tower_fireball_additional_projectile" } }, - [4733]={ + [4763]={ [1]={ [1]={ limit={ @@ -104837,7 +105832,7 @@ return { [1]="blighted_map_chest_reward_lucky_count" } }, - [4734]={ + [4764]={ [1]={ [1]={ limit={ @@ -104866,7 +105861,7 @@ return { [1]="blighted_map_tower_damage_+%_final" } }, - [4735]={ + [4765]={ [1]={ [1]={ limit={ @@ -104895,7 +105890,7 @@ return { [1]="blind_chance_+%" } }, - [4736]={ + [4766]={ [1]={ [1]={ limit={ @@ -104920,7 +105915,7 @@ return { [1]="blind_chilled_enemies_on_hit_%" } }, - [4737]={ + [4767]={ [1]={ [1]={ limit={ @@ -104936,7 +105931,7 @@ return { [1]="blind_does_not_affect_chance_to_hit" } }, - [4738]={ + [4768]={ [1]={ [1]={ limit={ @@ -104952,7 +105947,7 @@ return { [1]="blind_does_not_affect_light_radius" } }, - [4739]={ + [4769]={ [1]={ [1]={ limit={ @@ -104981,7 +105976,7 @@ return { [1]="blind_effect_+%" } }, - [4740]={ + [4770]={ [1]={ [1]={ limit={ @@ -104997,7 +105992,7 @@ return { [1]="blind_enemies_when_hit_%_chance" } }, - [4741]={ + [4771]={ [1]={ [1]={ limit={ @@ -105022,7 +106017,7 @@ return { [1]="blind_enemies_when_hit_while_affected_by_grace_%_chance" } }, - [4742]={ + [4772]={ [1]={ [1]={ limit={ @@ -105038,7 +106033,7 @@ return { [1]="blind_enemies_when_they_stun_you" } }, - [4743]={ + [4773]={ [1]={ [1]={ limit={ @@ -105054,7 +106049,7 @@ return { [1]="blind_on_poison_inflicted" } }, - [4744]={ + [4774]={ [1]={ [1]={ limit={ @@ -105070,7 +106065,7 @@ return { [1]="blind_reflected_to_self" } }, - [4745]={ + [4775]={ [1]={ [1]={ limit={ @@ -105099,7 +106094,7 @@ return { [1]="blink_and_mirror_arrow_cooldown_speed_+%" } }, - [4746]={ + [4776]={ [1]={ [1]={ limit={ @@ -105128,7 +106123,7 @@ return { [1]="block_and_stun_+%_recovery_per_fortification" } }, - [4747]={ + [4777]={ [1]={ [1]={ limit={ @@ -105137,14 +106132,14 @@ return { [2]="#" } }, - text="{0:+d}% Chance to Block Attack Damage from Cursed Enemies" + text="{0}% increased Block chance against Projectiles" } }, stats={ - [1]="block_chance_%_vs_cursed_enemies" + [1]="block_chance_+%_against_projectiles" } }, - [4748]={ + [4778]={ [1]={ [1]={ limit={ @@ -105153,14 +106148,27 @@ return { [2]="#" } }, - text="{0}% increased Block chance against Projectiles" + text="{0}% increased Chance to Block if you've Blocked with Active Block Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Chance to Block if you've Blocked with Active Block Recently" } }, stats={ - [1]="block_chance_+%_against_projectiles" + [1]="block_chance_+%_if_blocked_with_active_block_recently" } }, - [4749]={ + [4779]={ [1]={ [1]={ limit={ @@ -105169,43 +106177,48 @@ return { [2]="#" } }, - text="{0}% increased Chance to Block if you've Blocked with Active Block Recently" + text="{0}% increased Block chance if you have at least 100 Tribute" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0}% reduced Chance to Block if you've Blocked with Active Block Recently" + text="{0}% reduced Block chance if you have at least 100 Tribute" } }, stats={ - [1]="block_chance_+%_if_blocked_with_active_block_recently" + [1]="block_chance_+%_if_you_have_at_least_100_tribute" } }, - [4750]={ + [4780]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Gain {0}% Base Chance to Block from Equipped Shield instead of the Shield's value" + text="{0}% increased Block chance while Surrounded" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Block chance while Surrounded" } }, stats={ - [1]="block_chance_from_equipped_shield_is_%" + [1]="block_chance_+%_while_surrounded" } }, - [4751]={ + [4781]={ [1]={ [1]={ limit={ @@ -105214,14 +106227,14 @@ return { [2]="#" } }, - text="Block chance is Lucky" + text="Gain {0}% Base Chance to Block from Equipped Shield instead of the Shield's value" } }, stats={ - [1]="block_chance_is_lucky" + [1]="block_chance_from_equipped_shield_is_%" } }, - [4752]={ + [4782]={ [1]={ [1]={ limit={ @@ -105237,7 +106250,23 @@ return { [1]="block_%_damage_taken_from_elemental" } }, - [4753]={ + [4783]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You take {0}% of damage from Blocked Hits while Active Blocking" + } + }, + stats={ + [1]="block_%_damage_taken_while_active_blocking" + } + }, + [4784]={ [1]={ [1]={ limit={ @@ -105253,7 +106282,7 @@ return { [1]="block_%_if_blocked_an_attack_recently" } }, - [4754]={ + [4785]={ [1]={ [1]={ limit={ @@ -105269,23 +106298,36 @@ return { [1]="block_%_while_affected_by_determination" } }, - [4755]={ + [4786]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="{0:+d}% chance to Block Spell Damage while holding a Shield" + text="{0}% more Life Recovery from Flasks" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Life Recovery from Flasks" } }, stats={ - [1]="block_spells_chance_%_while_holding_shield" + [1]="blood_mage_flask_life_to_recover_+%_final" } }, - [4756]={ + [4787]={ [1]={ [1]={ limit={ @@ -105318,7 +106360,7 @@ return { [1]="blood_sand_armour_mana_reservation_+%" } }, - [4757]={ + [4788]={ [1]={ [1]={ [1]={ @@ -105355,7 +106397,7 @@ return { [1]="blood_sand_mana_reservation_efficiency_-2%_per_1" } }, - [4758]={ + [4789]={ [1]={ [1]={ limit={ @@ -105384,7 +106426,7 @@ return { [1]="blood_sand_mana_reservation_efficiency_+%" } }, - [4759]={ + [4790]={ [1]={ [1]={ limit={ @@ -105413,7 +106455,7 @@ return { [1]="blood_sand_stance_buff_effect_+%" } }, - [4760]={ + [4791]={ [1]={ [1]={ limit={ @@ -105442,7 +106484,7 @@ return { [1]="blood_spears_area_of_effect_+%" } }, - [4761]={ + [4792]={ [1]={ [1]={ limit={ @@ -105467,7 +106509,7 @@ return { [1]="blood_spears_base_number_of_spears" } }, - [4762]={ + [4793]={ [1]={ [1]={ limit={ @@ -105496,7 +106538,7 @@ return { [1]="blood_spears_damage_+%" } }, - [4763]={ + [4794]={ [1]={ [1]={ limit={ @@ -105512,7 +106554,7 @@ return { [1]="bloodlust_zone_%_of_max_health" } }, - [4764]={ + [4795]={ [1]={ [1]={ limit={ @@ -105541,7 +106583,7 @@ return { [1]="bloodreap_damage_+%" } }, - [4765]={ + [4796]={ [1]={ [1]={ limit={ @@ -105570,7 +106612,7 @@ return { [1]="bloodreap_skill_area_of_effect_+%" } }, - [4766]={ + [4797]={ [1]={ [1]={ limit={ @@ -105599,7 +106641,7 @@ return { [1]="body_armour_+%" } }, - [4767]={ + [4798]={ [1]={ [1]={ limit={ @@ -105628,7 +106670,23 @@ return { [1]="body_armour_evasion_rating_+%" } }, - [4768]={ + [4799]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Body Armour grants {0:+d}% of Armour also applies to Elemental Damage" + } + }, + stats={ + [1]="body_armour_grants_armour_%_applies_to_fire_cold_lightning_damage" + } + }, + [4800]={ [1]={ [1]={ limit={ @@ -105637,14 +106695,14 @@ return { [2]="#" } }, - text="Body Armour grants Armour also applies to Chaos Damage taken from Hits" + text="Body Armour grants +100% of Armour also applies to Chaos Damage" } }, stats={ [1]="body_armour_grants_base_armour_applies_to_chaos_damage" } }, - [4769]={ + [4801]={ [1]={ [1]={ limit={ @@ -105660,7 +106718,7 @@ return { [1]="body_armour_grants_unaffected_by_ignite" } }, - [4770]={ + [4802]={ [1]={ [1]={ limit={ @@ -105676,7 +106734,7 @@ return { [1]="body_armour_grants_x_base_cold_damage_resistance_%" } }, - [4771]={ + [4803]={ [1]={ [1]={ limit={ @@ -105692,7 +106750,7 @@ return { [1]="body_armour_grants_x_base_fire_damage_resistance_%" } }, - [4772]={ + [4804]={ [1]={ [1]={ limit={ @@ -105708,7 +106766,7 @@ return { [1]="body_armour_grants_x_base_lightning_damage_resistance_%" } }, - [4773]={ + [4805]={ [1]={ [1]={ limit={ @@ -105724,7 +106782,7 @@ return { [1]="body_armour_grants_x_base_maximum_fire_damage_resistance_%" } }, - [4774]={ + [4806]={ [1]={ [1]={ limit={ @@ -105753,7 +106811,7 @@ return { [1]="body_armour_grants_x_base_self_critical_strike_multiplier_-%" } }, - [4775]={ + [4807]={ [1]={ [1]={ [1]={ @@ -105773,7 +106831,7 @@ return { [1]="body_armour_grants_x_life_regeneration_rate_per_minute_%" } }, - [4776]={ + [4808]={ [1]={ [1]={ limit={ @@ -105802,7 +106860,7 @@ return { [1]="body_armour_grants_x_maximum_life_+%" } }, - [4777]={ + [4809]={ [1]={ [1]={ limit={ @@ -105818,7 +106876,7 @@ return { [1]="body_armour_grants_x_physical_damage_taken_%_as_fire" } }, - [4778]={ + [4810]={ [1]={ [1]={ limit={ @@ -105847,7 +106905,7 @@ return { [1]="body_armour_grants_x_strength_+%" } }, - [4779]={ + [4811]={ [1]={ [1]={ limit={ @@ -105876,7 +106934,7 @@ return { [1]="body_armour_grants_x_stun_threshold_+%" } }, - [4780]={ + [4812]={ [1]={ [1]={ limit={ @@ -105892,7 +106950,7 @@ return { [1]="body_armour_implicit_damage_taken_-1%_final_per_X_dexterity" } }, - [4781]={ + [4813]={ [1]={ [1]={ limit={ @@ -105908,7 +106966,7 @@ return { [1]="body_armour_implicit_damage_taken_-1%_final_per_X_intelligence" } }, - [4782]={ + [4814]={ [1]={ [1]={ limit={ @@ -105924,7 +106982,7 @@ return { [1]="body_armour_implicit_damage_taken_-1%_final_per_X_strength" } }, - [4783]={ + [4815]={ [1]={ [1]={ [1]={ @@ -105944,7 +107002,7 @@ return { [1]="body_armour_implicit_gain_endurance_charge_every_x_ms" } }, - [4784]={ + [4816]={ [1]={ [1]={ [1]={ @@ -105964,7 +107022,7 @@ return { [1]="body_armour_implicit_gain_frenzy_charge_every_x_ms" } }, - [4785]={ + [4817]={ [1]={ [1]={ [1]={ @@ -105984,7 +107042,7 @@ return { [1]="body_armour_implicit_gain_power_charge_every_x_ms" } }, - [4786]={ + [4818]={ [1]={ [1]={ limit={ @@ -106013,7 +107071,7 @@ return { [1]="bone_golem_damage_+%" } }, - [4787]={ + [4819]={ [1]={ [1]={ limit={ @@ -106029,7 +107087,7 @@ return { [1]="bone_golem_elemental_resistances_%" } }, - [4788]={ + [4820]={ [1]={ [1]={ limit={ @@ -106058,7 +107116,7 @@ return { [1]="bone_lance_cast_speed_+%" } }, - [4789]={ + [4821]={ [1]={ [1]={ limit={ @@ -106087,7 +107145,7 @@ return { [1]="bone_lance_damage_+%" } }, - [4790]={ + [4822]={ [1]={ [1]={ limit={ @@ -106103,7 +107161,36 @@ return { [1]="boneshatter_chance_to_gain_+1_trauma" } }, - [4791]={ + [4823]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for Shockwaves originating from a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for Shockwaves originating from a Unique enemy" + } + }, + stats={ + [1]="boneshatter_damage_+%_final_if_created_from_unique" + } + }, + [4824]={ [1]={ [1]={ limit={ @@ -106132,7 +107219,7 @@ return { [1]="boneshatter_damage_+%" } }, - [4792]={ + [4825]={ [1]={ [1]={ limit={ @@ -106161,7 +107248,7 @@ return { [1]="boneshatter_stun_duration_+%" } }, - [4793]={ + [4826]={ [1]={ [1]={ limit={ @@ -106190,7 +107277,7 @@ return { [1]="boots_implicit_accuracy_rating_+%_final" } }, - [4794]={ + [4827]={ [1]={ [1]={ limit={ @@ -106219,7 +107306,7 @@ return { [1]="boss_maximum_life_+%_final" } }, - [4795]={ + [4828]={ [1]={ [1]={ limit={ @@ -106235,7 +107322,7 @@ return { [1]="bow_attacks_have_culling_strike" } }, - [4796]={ + [4829]={ [1]={ [1]={ limit={ @@ -106251,7 +107338,7 @@ return { [1]="bow_skill_gem_level_+" } }, - [4797]={ + [4830]={ [1]={ [1]={ limit={ @@ -106267,7 +107354,7 @@ return { [1]="brand_activation_rate_+%_final_during_first_20%_of_active_duration" } }, - [4798]={ + [4831]={ [1]={ [1]={ limit={ @@ -106283,7 +107370,7 @@ return { [1]="brand_activation_rate_+%_final_during_last_20%_of_active_duration" } }, - [4799]={ + [4832]={ [1]={ [1]={ limit={ @@ -106299,7 +107386,7 @@ return { [1]="brand_area_of_effect_+%_if_50%_attached_duration_expired" } }, - [4800]={ + [4833]={ [1]={ [1]={ limit={ @@ -106315,7 +107402,7 @@ return { [1]="brands_reattach_on_activation" } }, - [4801]={ + [4834]={ [1]={ [1]={ limit={ @@ -106331,7 +107418,7 @@ return { [1]="breach_flame_effects_doubled" } }, - [4802]={ + [4835]={ [1]={ [1]={ limit={ @@ -106347,7 +107434,7 @@ return { [1]="breachstone_commanders_%_drop_additional_fragments" } }, - [4803]={ + [4836]={ [1]={ [1]={ limit={ @@ -106363,7 +107450,7 @@ return { [1]="breachstone_commanders_%_drop_additional_maps" } }, - [4804]={ + [4837]={ [1]={ [1]={ limit={ @@ -106379,7 +107466,7 @@ return { [1]="breachstone_commanders_%_drop_additional_scarabs" } }, - [4805]={ + [4838]={ [1]={ [1]={ limit={ @@ -106395,7 +107482,7 @@ return { [1]="breachstone_commanders_%_drop_additional_unique_items" } }, - [4806]={ + [4839]={ [1]={ [1]={ limit={ @@ -106420,7 +107507,7 @@ return { [1]="breachstone_commanders_drop_additional_catalysts" } }, - [4807]={ + [4840]={ [1]={ [1]={ limit={ @@ -106436,7 +107523,7 @@ return { [1]="breachstone_commanders_drop_additional_currency_items" } }, - [4808]={ + [4841]={ [1]={ [1]={ limit={ @@ -106452,7 +107539,7 @@ return { [1]="breachstone_commanders_drop_additional_delirium_items" } }, - [4809]={ + [4842]={ [1]={ [1]={ limit={ @@ -106477,7 +107564,7 @@ return { [1]="breachstone_commanders_drop_additional_divination_cards" } }, - [4810]={ + [4843]={ [1]={ [1]={ limit={ @@ -106502,7 +107589,7 @@ return { [1]="breachstone_commanders_drop_additional_enchanted_items" } }, - [4811]={ + [4844]={ [1]={ [1]={ limit={ @@ -106527,7 +107614,7 @@ return { [1]="breachstone_commanders_drop_additional_essences" } }, - [4812]={ + [4845]={ [1]={ [1]={ limit={ @@ -106552,7 +107639,7 @@ return { [1]="breachstone_commanders_drop_additional_fossils" } }, - [4813]={ + [4846]={ [1]={ [1]={ limit={ @@ -106577,7 +107664,7 @@ return { [1]="breachstone_commanders_drop_additional_gem_items" } }, - [4814]={ + [4847]={ [1]={ [1]={ limit={ @@ -106602,7 +107689,7 @@ return { [1]="breachstone_commanders_drop_additional_harbinger_shards" } }, - [4815]={ + [4848]={ [1]={ [1]={ limit={ @@ -106627,7 +107714,7 @@ return { [1]="breachstone_commanders_drop_additional_incubators" } }, - [4816]={ + [4849]={ [1]={ [1]={ limit={ @@ -106652,7 +107739,7 @@ return { [1]="breachstone_commanders_drop_additional_legion_splinters" } }, - [4817]={ + [4850]={ [1]={ [1]={ limit={ @@ -106677,7 +107764,23 @@ return { [1]="breachstone_commanders_drop_additional_oils" } }, - [4818]={ + [4851]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Break {0}% of Armour on Pinning an Enemy" + } + }, + stats={ + [1]="break_%_armour_on_pin" + } + }, + [4852]={ [1]={ [1]={ limit={ @@ -106690,10 +107793,26 @@ return { } }, stats={ - [1]="broken_armour_debuff_effect_+%" + [1]="broken_armour_and_sundered_armour_debuff_effect_+%" } }, - [4819]={ + [4853]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies you Fully Armour Break cannot Regenerate Life" + } + }, + stats={ + [1]="broken_armour_enemies_cannot_regenerate_life" + } + }, + [4854]={ [1]={ [1]={ limit={ @@ -106722,7 +107841,7 @@ return { [1]="buff_effect_+%_on_low_energy_shield" } }, - [4820]={ + [4855]={ [1]={ [1]={ limit={ @@ -106751,7 +107870,7 @@ return { [1]="buff_time_passed_+%_only_buff_category" } }, - [4821]={ + [4856]={ [1]={ [1]={ limit={ @@ -106780,7 +107899,7 @@ return { [1]="buff_time_passed_+%" } }, - [4822]={ + [4857]={ [1]={ [1]={ [1]={ @@ -106813,7 +107932,7 @@ return { [1]="buildup_jade_every_x_ms" } }, - [4823]={ + [4858]={ [1]={ [1]={ limit={ @@ -106829,7 +107948,7 @@ return { [1]="burning_and_explosive_arrow_shatter_on_killing_blow" } }, - [4824]={ + [4859]={ [1]={ [1]={ limit={ @@ -106858,7 +107977,7 @@ return { [1]="burning_arrow_debuff_effect_+%" } }, - [4825]={ + [4860]={ [1]={ [1]={ limit={ @@ -106887,7 +108006,7 @@ return { [1]="burning_damage_+%_per_non_shocked_enemy_shocked_recently_up_to_120%" } }, - [4826]={ + [4861]={ [1]={ [1]={ limit={ @@ -106903,7 +108022,7 @@ return { [1]="can_apply_additional_chill" } }, - [4827]={ + [4862]={ [1]={ [1]={ limit={ @@ -106919,39 +108038,7 @@ return { [1]="can_apply_additional_shock" } }, - [4828]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Can Block damage from all Hits" - } - }, - stats={ - [1]="can_block_all_hits" - } - }, - [4829]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Can Block Damage from all Hits while Shield is not Raised" - } - }, - stats={ - [1]="can_block_all_hits_while_shield_is_lowered" - } - }, - [4830]={ + [4863]={ [1]={ [1]={ limit={ @@ -106967,7 +108054,7 @@ return { [1]="can_block_from_all_directions" } }, - [4831]={ + [4864]={ [1]={ [1]={ limit={ @@ -106983,23 +108070,7 @@ return { [1]="can_catch_scourged_fish" } }, - [4832]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Can Evade all Hits if you have not been Hit Recently" - } - }, - stats={ - [1]="can_evade_all_hits_if_you_havent_been_hit_recently" - } - }, - [4833]={ + [4865]={ [1]={ [1]={ limit={ @@ -107015,7 +108086,7 @@ return { [1]="can_have_2_companions" } }, - [4834]={ + [4866]={ [1]={ [1]={ limit={ @@ -107031,7 +108102,7 @@ return { [1]="can_only_have_one_ancestor_totem_buff" } }, - [4835]={ + [4867]={ [1]={ [1]={ limit={ @@ -107047,7 +108118,7 @@ return { [1]="can_place_multiple_banners" } }, - [4836]={ + [4868]={ [1]={ [1]={ limit={ @@ -107063,7 +108134,7 @@ return { [1]="can_use_one_hand_mace_skills_while_unarmed" } }, - [4837]={ + [4869]={ [1]={ [1]={ limit={ @@ -107079,7 +108150,7 @@ return { [1]="can_use_quarterstaff_skills_while_unarmed" } }, - [4838]={ + [4870]={ [1]={ [1]={ limit={ @@ -107095,7 +108166,7 @@ return { [1]="can_wield_2h_axe_sword_mace_in_one_hand" } }, - [4839]={ + [4871]={ [1]={ [1]={ limit={ @@ -107111,7 +108182,7 @@ return { [1]="cannot_adapt_to_cold" } }, - [4840]={ + [4872]={ [1]={ [1]={ limit={ @@ -107127,7 +108198,7 @@ return { [1]="cannot_adapt_to_fire" } }, - [4841]={ + [4873]={ [1]={ [1]={ limit={ @@ -107143,7 +108214,7 @@ return { [1]="cannot_adapt_to_lightning" } }, - [4842]={ + [4874]={ [1]={ [1]={ limit={ @@ -107159,7 +108230,7 @@ return { [1]="cannot_be_blinded_while_affected_by_precision" } }, - [4843]={ + [4875]={ [1]={ [1]={ limit={ @@ -107175,7 +108246,7 @@ return { [1]="cannot_be_blinded_while_on_full_life" } }, - [4844]={ + [4876]={ [1]={ [1]={ limit={ @@ -107191,7 +108262,7 @@ return { [1]="cannot_be_chilled_or_frozen_while_ice_golem_summoned" } }, - [4845]={ + [4877]={ [1]={ [1]={ limit={ @@ -107207,7 +108278,7 @@ return { [1]="cannot_be_chilled_or_frozen_while_moving" } }, - [4846]={ + [4878]={ [1]={ [1]={ limit={ @@ -107223,7 +108294,7 @@ return { [1]="cannot_be_chilled_while_at_maximum_frenzy_charges" } }, - [4847]={ + [4879]={ [1]={ [1]={ limit={ @@ -107239,7 +108310,7 @@ return { [1]="cannot_be_chilled_while_burning" } }, - [4848]={ + [4880]={ [1]={ [1]={ limit={ @@ -107255,7 +108326,7 @@ return { [1]="cannot_be_crit_if_you_have_been_stunned_recently" } }, - [4849]={ + [4881]={ [1]={ [1]={ limit={ @@ -107271,7 +108342,7 @@ return { [1]="cannot_be_frozen_if_energy_shield_recharge_has_started_recently" } }, - [4850]={ + [4882]={ [1]={ [1]={ limit={ @@ -107287,7 +108358,7 @@ return { [1]="cannot_be_frozen_if_you_have_been_frozen_recently" } }, - [4851]={ + [4883]={ [1]={ [1]={ limit={ @@ -107303,7 +108374,7 @@ return { [1]="cannot_be_frozen_with_dex_higher_than_int" } }, - [4852]={ + [4884]={ [1]={ [1]={ limit={ @@ -107319,7 +108390,7 @@ return { [1]="cannot_be_ignited_if_you_have_been_ignited_recently" } }, - [4853]={ + [4885]={ [1]={ [1]={ limit={ @@ -107335,7 +108406,7 @@ return { [1]="cannot_be_ignited_while_at_maximum_endurance_charges" } }, - [4854]={ + [4886]={ [1]={ [1]={ limit={ @@ -107351,7 +108422,7 @@ return { [1]="cannot_be_ignited_while_flame_golem_summoned" } }, - [4855]={ + [4887]={ [1]={ [1]={ limit={ @@ -107367,7 +108438,7 @@ return { [1]="cannot_be_ignited_with_strength_higher_than_dex" } }, - [4856]={ + [4888]={ [1]={ [1]={ limit={ @@ -107383,7 +108454,7 @@ return { [1]="cannot_be_inflicted_by_corrupted_blood" } }, - [4857]={ + [4889]={ [1]={ [1]={ limit={ @@ -107399,32 +108470,23 @@ return { [1]="cannot_be_light_stunned" } }, - [4858]={ + [4890]={ [1]={ [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="You cannot be Poisoned if there is at least {0} Poison on you" - }, - [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="You cannot be Poisoned while there are at least {0} Poisons on you" + text="You cannot be Stunned if you've been Stunned in the past 2 seconds" } }, stats={ - [1]="cannot_be_poisoned_if_x_poisons_on_you" + [1]="cannot_be_light_stunned_if_have_been_stunned_in_past_2_seconds" } }, - [4859]={ + [4891]={ [1]={ [1]={ limit={ @@ -107433,14 +108495,14 @@ return { [2]="#" } }, - text="Cannot be Poisoned while Bleeding" + text="Cannot be Light Stunned if you haven't been Hit Recently" } }, stats={ - [1]="cannot_be_poisoned_while_bleeding" + [1]="cannot_be_light_stunned_if_have_not_been_hit_recently" } }, - [4860]={ + [4892]={ [1]={ [1]={ limit={ @@ -107449,46 +108511,39 @@ return { [2]="#" } }, - text="You cannot be Shocked if you've been Shocked Recently" + text="You cannot be Light Stunned if you've been Stunned Recently" } }, stats={ - [1]="cannot_be_shocked_if_you_have_been_shocked_recently" + [1]="cannot_be_light_stunned_if_you_have_been_stunned_recently" } }, - [4861]={ + [4893]={ [1]={ [1]={ limit={ [1]={ - [1]="#", - [2]="#" + [1]=1, + [2]=1 } }, - text="Cannot be Shocked or Ignited while moving" - } - }, - stats={ - [1]="cannot_be_shocked_or_ignited_while_moving" - } - }, - [4862]={ - [1]={ - [1]={ + text="You cannot be Poisoned if there is at least {0} Poison on you" + }, + [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Cannot be Shocked while at maximum Power Charges" + text="You cannot be Poisoned while there are at least {0} Poisons on you" } }, stats={ - [1]="cannot_be_shocked_while_at_maximum_power_charges" + [1]="cannot_be_poisoned_if_x_poisons_on_you" } }, - [4863]={ + [4894]={ [1]={ [1]={ limit={ @@ -107497,14 +108552,14 @@ return { [2]="#" } }, - text="You cannot be Shocked while you have a Lightning Golem Summoned" + text="Cannot be Poisoned while Bleeding" } }, stats={ - [1]="cannot_be_shocked_while_lightning_golem_summoned" + [1]="cannot_be_poisoned_while_bleeding" } }, - [4864]={ + [4895]={ [1]={ [1]={ limit={ @@ -107513,30 +108568,30 @@ return { [2]="#" } }, - text="Cannot be Shocked if Intelligence is higher than Strength" + text="You cannot be Shocked if you've been Shocked Recently" } }, stats={ - [1]="cannot_be_shocked_with_int_higher_than_strength" + [1]="cannot_be_shocked_if_you_have_been_shocked_recently" } }, - [4865]={ + [4896]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Cannot be Stunned by Hits you Block" + text="Cannot be Shocked or Ignited while moving" } }, stats={ - [1]="cannot_be_stunned_by_blocked_hits" + [1]="cannot_be_shocked_or_ignited_while_moving" } }, - [4866]={ + [4897]={ [1]={ [1]={ limit={ @@ -107545,14 +108600,14 @@ return { [2]="#" } }, - text="Cannot be Stunned by Hits that deal only Physical Damage" + text="Cannot be Shocked while at maximum Power Charges" } }, stats={ - [1]="cannot_be_stunned_by_hits_of_only_physical_damage" + [1]="cannot_be_shocked_while_at_maximum_power_charges" } }, - [4867]={ + [4898]={ [1]={ [1]={ limit={ @@ -107561,14 +108616,14 @@ return { [2]="#" } }, - text="Cannot be Stunned by Suppressed Spell Damage" + text="You cannot be Shocked while you have a Lightning Golem Summoned" } }, stats={ - [1]="cannot_be_stunned_by_suppressed_spell_damage" + [1]="cannot_be_shocked_while_lightning_golem_summoned" } }, - [4868]={ + [4899]={ [1]={ [1]={ limit={ @@ -107577,30 +108632,30 @@ return { [2]="#" } }, - text="You cannot be Stunned if you've been Stunned or Blocked a Stunning Hit in the past 2 seconds" + text="Cannot be Shocked if Intelligence is higher than Strength" } }, stats={ - [1]="cannot_be_stunned_if_have_been_stunned_or_blocked_stunning_hit_in_past_2_seconds" + [1]="cannot_be_shocked_with_int_higher_than_strength" } }, - [4869]={ + [4900]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Cannot be Stunned if you haven't been Hit Recently" + text="Cannot be Stunned by Hits you Block" } }, stats={ - [1]="cannot_be_stunned_if_have_not_been_hit_recently" + [1]="cannot_be_stunned_by_blocked_hits" } }, - [4870]={ + [4901]={ [1]={ [1]={ limit={ @@ -107609,14 +108664,14 @@ return { [2]="#" } }, - text="You cannot be Stunned if you've been Stunned Recently" + text="Cannot be Stunned by Hits that deal only Physical Damage" } }, stats={ - [1]="cannot_be_stunned_if_you_have_been_stunned_recently" + [1]="cannot_be_stunned_by_hits_of_only_physical_damage" } }, - [4871]={ + [4902]={ [1]={ [1]={ limit={ @@ -107632,7 +108687,7 @@ return { [1]="cannot_be_stunned_if_you_have_blocked_a_stun_recently" } }, - [4872]={ + [4903]={ [1]={ [1]={ limit={ @@ -107648,7 +108703,7 @@ return { [1]="cannot_be_stunned_if_you_have_ghost_dance" } }, - [4873]={ + [4904]={ [1]={ [1]={ limit={ @@ -107664,7 +108719,7 @@ return { [1]="cannot_be_stunned_while_bleeding" } }, - [4874]={ + [4905]={ [1]={ [1]={ limit={ @@ -107680,7 +108735,7 @@ return { [1]="cannot_be_stunned_while_fortified" } }, - [4875]={ + [4906]={ [1]={ [1]={ limit={ @@ -107696,23 +108751,7 @@ return { [1]="cannot_be_stunned_while_using_chaos_skill" } }, - [4876]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Cannot Block Spell Damage" - } - }, - stats={ - [1]="cannot_block_spells" - } - }, - [4877]={ + [4907]={ [1]={ [1]={ limit={ @@ -107728,7 +108767,7 @@ return { [1]="cannot_cast_spells" } }, - [4878]={ + [4908]={ [1]={ [1]={ limit={ @@ -107744,7 +108783,7 @@ return { [1]="cannot_consume_power_frenzy_endurance_charges" } }, - [4879]={ + [4909]={ [1]={ [1]={ limit={ @@ -107760,7 +108799,7 @@ return { [1]="cannot_critical_strike_with_attacks" } }, - [4880]={ + [4910]={ [1]={ [1]={ limit={ @@ -107776,7 +108815,7 @@ return { [1]="cannot_fish_from_water" } }, - [4881]={ + [4911]={ [1]={ [1]={ limit={ @@ -107792,7 +108831,7 @@ return { [1]="cannot_gain_charges" } }, - [4882]={ + [4912]={ [1]={ [1]={ limit={ @@ -107808,7 +108847,7 @@ return { [1]="cannot_gain_corrupted_blood_while_you_have_at_least_5_stacks" } }, - [4883]={ + [4913]={ [1]={ [1]={ limit={ @@ -107824,7 +108863,7 @@ return { [1]="cannot_gain_rage_during_soul_gain_prevention" } }, - [4884]={ + [4914]={ [1]={ [1]={ limit={ @@ -107840,7 +108879,7 @@ return { [1]="cannot_gain_spirit_from_equipment" } }, - [4885]={ + [4915]={ [1]={ [1]={ limit={ @@ -107856,7 +108895,7 @@ return { [1]="cannot_have_energy_shield_leeched_from" } }, - [4886]={ + [4916]={ [1]={ [1]={ limit={ @@ -107872,7 +108911,7 @@ return { [1]="cannot_have_more_than_1_damaging_ailment" } }, - [4887]={ + [4917]={ [1]={ [1]={ limit={ @@ -107888,7 +108927,7 @@ return { [1]="cannot_have_more_than_1_non_damaging_ailment" } }, - [4888]={ + [4918]={ [1]={ [1]={ limit={ @@ -107904,7 +108943,23 @@ return { [1]="cannot_immobilise_enemies" } }, - [4889]={ + [4919]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Cannot kill Enemies with Hits" + } + }, + stats={ + [1]="cannot_kill_enemies_with_hits" + } + }, + [4920]={ [1]={ [1]={ limit={ @@ -107920,7 +108975,7 @@ return { [1]="cannot_penetrate_or_ignore_elemental_resistances" } }, - [4890]={ + [4921]={ [1]={ [1]={ limit={ @@ -107936,7 +108991,7 @@ return { [1]="cannot_pierce" } }, - [4891]={ + [4922]={ [1]={ [1]={ limit={ @@ -107952,7 +109007,7 @@ return { [1]="cannot_pin" } }, - [4892]={ + [4923]={ [1]={ [1]={ limit={ @@ -107968,7 +109023,7 @@ return { [1]="cannot_receive_elemental_ailments_from_cursed_enemies" } }, - [4893]={ + [4924]={ [1]={ [1]={ limit={ @@ -107984,7 +109039,7 @@ return { [1]="cannot_recharge_energy_shield" } }, - [4894]={ + [4925]={ [1]={ [1]={ limit={ @@ -108000,7 +109055,7 @@ return { [1]="cannot_recover_above_low_life_except_flasks" } }, - [4895]={ + [4926]={ [1]={ [1]={ limit={ @@ -108016,7 +109071,7 @@ return { [1]="cannot_recover_life_or_energy_shield_above_%" } }, - [4896]={ + [4927]={ [1]={ [1]={ limit={ @@ -108032,7 +109087,7 @@ return { [1]="cannot_recover_mana_except_regeneration" } }, - [4897]={ + [4928]={ [1]={ [1]={ limit={ @@ -108048,7 +109103,23 @@ return { [1]="cannot_regenerate_energy_shield" } }, - [4898]={ + [4929]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You cannot Sprint" + } + }, + stats={ + [1]="cannot_sprint" + } + }, + [4930]={ [1]={ [1]={ limit={ @@ -108064,7 +109135,7 @@ return { [1]="cannot_take_reflected_elemental_damage" } }, - [4899]={ + [4931]={ [1]={ [1]={ limit={ @@ -108080,7 +109151,7 @@ return { [1]="cannot_take_reflected_physical_damage" } }, - [4900]={ + [4932]={ [1]={ [1]={ limit={ @@ -108096,7 +109167,7 @@ return { [1]="cannot_taunt_enemies" } }, - [4901]={ + [4933]={ [1]={ [1]={ limit={ @@ -108112,7 +109183,7 @@ return { [1]="cannot_use_flask_in_fifth_slot" } }, - [4902]={ + [4934]={ [1]={ [1]={ limit={ @@ -108128,7 +109199,7 @@ return { [1]="cannot_use_non_normal_body_armour" } }, - [4903]={ + [4935]={ [1]={ [1]={ limit={ @@ -108144,7 +109215,7 @@ return { [1]="cannot_use_warcries" } }, - [4904]={ + [4936]={ [1]={ [1]={ limit={ @@ -108160,7 +109231,7 @@ return { [1]="carrion_golem_impale_on_hit_if_same_number_of_summoned_chaos_golems" } }, - [4905]={ + [4937]={ [1]={ [1]={ limit={ @@ -108176,7 +109247,7 @@ return { [1]="cast_a_socketed_spell_on_channel_with_blade_flurry_or_charged_dash" } }, - [4906]={ + [4938]={ [1]={ [1]={ limit={ @@ -108192,7 +109263,7 @@ return { [1]="cast_blink_arrow_on_attack_with_mirror_arrow" } }, - [4907]={ + [4939]={ [1]={ [1]={ limit={ @@ -108208,7 +109279,7 @@ return { [1]="cast_body_swap_on_detonate_dead_cast" } }, - [4908]={ + [4940]={ [1]={ [1]={ limit={ @@ -108224,7 +109295,7 @@ return { [1]="cast_bone_corpses_on_stun_with_heavy_strike_or_boneshatter" } }, - [4909]={ + [4941]={ [1]={ [1]={ limit={ @@ -108240,7 +109311,7 @@ return { [1]="cast_gravity_sphere_on_cast_from_storm_burst_or_divine_ire" } }, - [4910]={ + [4942]={ [1]={ [1]={ limit={ @@ -108256,7 +109327,7 @@ return { [1]="cast_hydrosphere_while_channeling_winter_orb" } }, - [4911]={ + [4943]={ [1]={ [1]={ limit={ @@ -108272,7 +109343,7 @@ return { [1]="cast_ice_nova_on_final_burst_of_glacial_cascade" } }, - [4912]={ + [4944]={ [1]={ [1]={ limit={ @@ -108288,7 +109359,36 @@ return { [1]="cast_mirror_arrow_on_attack_with_blink_arrow" } }, - [4913]={ + [4945]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cast Speed per 20 Spirit" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cast Speed per 20 Spirit" + } + }, + stats={ + [1]="cast_speed_+%_per_20_spirit" + } + }, + [4946]={ [1]={ [1]={ limit={ @@ -108317,7 +109417,7 @@ return { [1]="cast_speed_+%_per_num_unique_spells_cast_recently" } }, - [4914]={ + [4947]={ [1]={ [1]={ limit={ @@ -108346,7 +109446,7 @@ return { [1]="cast_speed_for_brand_skills_+%" } }, - [4915]={ + [4948]={ [1]={ [1]={ limit={ @@ -108375,7 +109475,7 @@ return { [1]="cast_speed_for_elemental_skills_+%" } }, - [4916]={ + [4949]={ [1]={ [1]={ limit={ @@ -108404,7 +109504,7 @@ return { [1]="cast_speed_+%_during_flask_effect" } }, - [4917]={ + [4950]={ [1]={ [1]={ limit={ @@ -108433,7 +109533,7 @@ return { [1]="cast_speed_+%_if_enemy_killed_recently" } }, - [4918]={ + [4951]={ [1]={ [1]={ limit={ @@ -108458,7 +109558,7 @@ return { [1]="cast_speed_+%_if_have_crit_recently" } }, - [4919]={ + [4952]={ [1]={ [1]={ limit={ @@ -108487,7 +109587,36 @@ return { [1]="cast_speed_+%_if_player_minion_has_been_killed_recently" } }, - [4920]={ + [4953]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cast Speed if you've used a Mana Flask Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cast Speed if you've used a Mana Flask Recently" + } + }, + stats={ + [1]="cast_speed_+%_if_you_have_used_a_mana_flask_recently" + } + }, + [4954]={ [1]={ [1]={ limit={ @@ -108516,7 +109645,7 @@ return { [1]="cast_speed_+%_per_corpse_consumed_recently" } }, - [4921]={ + [4955]={ [1]={ [1]={ limit={ @@ -108545,7 +109674,7 @@ return { [1]="cast_speed_+%_while_affected_by_zealotry" } }, - [4922]={ + [4956]={ [1]={ [1]={ limit={ @@ -108574,7 +109703,36 @@ return { [1]="cast_speed_+%_while_chilled" } }, - [4923]={ + [4957]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cast Speed while on Full Mana" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cast Speed while on Full Mana" + } + }, + stats={ + [1]="cast_speed_+%_while_on_full_mana" + } + }, + [4958]={ [1]={ [1]={ limit={ @@ -108590,7 +109748,7 @@ return { [1]="cast_stance_change_on_attack_from_perforate_or_lacerate" } }, - [4924]={ + [4959]={ [1]={ [1]={ limit={ @@ -108606,7 +109764,7 @@ return { [1]="cast_summon_spectral_wolf_on_crit_with_cleave_or_reave" } }, - [4925]={ + [4960]={ [1]={ [1]={ limit={ @@ -108622,7 +109780,7 @@ return { [1]="cast_tornado_on_attack_with_split_arrow_or_tornado_shot" } }, - [4926]={ + [4961]={ [1]={ [1]={ limit={ @@ -108638,7 +109796,7 @@ return { [1]="cat_aspect_reserves_no_mana" } }, - [4927]={ + [4962]={ [1]={ [1]={ [1]={ @@ -108658,7 +109816,7 @@ return { [1]="cats_stealth_duration_ms_+" } }, - [4928]={ + [4963]={ [1]={ [1]={ [1]={ @@ -108687,7 +109845,7 @@ return { [1]="caustic_and_scourge_arrow_number_of_projectiles_+%_final_from_skill" } }, - [4929]={ + [4964]={ [1]={ [1]={ limit={ @@ -108703,7 +109861,7 @@ return { [1]="caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground" } }, - [4930]={ + [4965]={ [1]={ [1]={ limit={ @@ -108732,7 +109890,7 @@ return { [1]="caustic_arrow_damage_over_time_+%" } }, - [4931]={ + [4966]={ [1]={ [1]={ limit={ @@ -108761,7 +109919,7 @@ return { [1]="caustic_arrow_hit_damage_+%" } }, - [4932]={ + [4967]={ [1]={ [1]={ limit={ @@ -108790,7 +109948,7 @@ return { [1]="chain_hook_and_shield_charge_attack_speed_+%_per_10_rampage_stacks" } }, - [4933]={ + [4968]={ [1]={ [1]={ limit={ @@ -108806,7 +109964,7 @@ return { [1]="chain_strike_cone_radius_+_per_12_rage" } }, - [4934]={ + [4969]={ [1]={ [1]={ limit={ @@ -108822,7 +109980,7 @@ return { [1]="chain_strike_cone_radius_+_per_x_rage" } }, - [4935]={ + [4970]={ [1]={ [1]={ limit={ @@ -108851,7 +110009,7 @@ return { [1]="chain_strike_damage_+%" } }, - [4936]={ + [4971]={ [1]={ [1]={ limit={ @@ -108867,7 +110025,7 @@ return { [1]="chain_strike_gain_rage_on_hit_%_chance" } }, - [4937]={ + [4972]={ [1]={ [1]={ limit={ @@ -108896,7 +110054,7 @@ return { [1]="chaining_range_+%" } }, - [4938]={ + [4973]={ [1]={ [1]={ limit={ @@ -108912,7 +110070,7 @@ return { [1]="champion_ascendancy_nearby_allies_fortification_is_equal_to_yours" } }, - [4939]={ + [4974]={ [1]={ [1]={ limit={ @@ -108928,7 +110086,7 @@ return { [1]="chance_%_for_other_flasks_to_gain_charge_on_charge_gain" } }, - [4940]={ + [4975]={ [1]={ [1]={ limit={ @@ -108953,7 +110111,7 @@ return { [1]="chance_%_to_create_shocking_ground_on_shock" } }, - [4941]={ + [4976]={ [1]={ [1]={ limit={ @@ -108978,7 +110136,7 @@ return { [1]="chance_%_to_double_effect_of_removing_frenzy_charges" } }, - [4942]={ + [4977]={ [1]={ [1]={ [1]={ @@ -108998,7 +110156,7 @@ return { [1]="chance_%_to_drop_additional_awakened_sextant" } }, - [4943]={ + [4978]={ [1]={ [1]={ [1]={ @@ -109018,7 +110176,7 @@ return { [1]="chance_%_to_drop_additional_blessed_orb" } }, - [4944]={ + [4979]={ [1]={ [1]={ [1]={ @@ -109038,7 +110196,7 @@ return { [1]="chance_%_to_drop_additional_cartographers_chisel" } }, - [4945]={ + [4980]={ [1]={ [1]={ [1]={ @@ -109058,7 +110216,7 @@ return { [1]="chance_%_to_drop_additional_chaos_orb" } }, - [4946]={ + [4981]={ [1]={ [1]={ [1]={ @@ -109078,7 +110236,7 @@ return { [1]="chance_%_to_drop_additional_chromatic_orb" } }, - [4947]={ + [4982]={ [1]={ [1]={ [1]={ @@ -109098,7 +110256,7 @@ return { [1]="chance_%_to_drop_additional_divine_orb" } }, - [4948]={ + [4983]={ [1]={ [1]={ [1]={ @@ -109118,7 +110276,7 @@ return { [1]="chance_%_to_drop_additional_eldritch_chaos_orb" } }, - [4949]={ + [4984]={ [1]={ [1]={ [1]={ @@ -109138,7 +110296,7 @@ return { [1]="chance_%_to_drop_additional_eldritch_exalted_orb" } }, - [4950]={ + [4985]={ [1]={ [1]={ [1]={ @@ -109158,7 +110316,7 @@ return { [1]="chance_%_to_drop_additional_eldritch_orb_of_annulment" } }, - [4951]={ + [4986]={ [1]={ [1]={ [1]={ @@ -109178,7 +110336,7 @@ return { [1]="chance_%_to_drop_additional_enkindling_orb" } }, - [4952]={ + [4987]={ [1]={ [1]={ [1]={ @@ -109198,7 +110356,7 @@ return { [1]="chance_%_to_drop_additional_exalted_orb" } }, - [4953]={ + [4988]={ [1]={ [1]={ [1]={ @@ -109218,7 +110376,7 @@ return { [1]="chance_%_to_drop_additional_fusing_orb" } }, - [4954]={ + [4989]={ [1]={ [1]={ [1]={ @@ -109238,7 +110396,7 @@ return { [1]="chance_%_to_drop_additional_gemcutters_prism" } }, - [4955]={ + [4990]={ [1]={ [1]={ [1]={ @@ -109258,7 +110416,7 @@ return { [1]="chance_%_to_drop_additional_glassblowers_bauble" } }, - [4956]={ + [4991]={ [1]={ [1]={ [1]={ @@ -109278,7 +110436,7 @@ return { [1]="chance_%_to_drop_additional_grand_eldritch_ember" } }, - [4957]={ + [4992]={ [1]={ [1]={ [1]={ @@ -109298,7 +110456,7 @@ return { [1]="chance_%_to_drop_additional_grand_eldritch_ichor" } }, - [4958]={ + [4993]={ [1]={ [1]={ [1]={ @@ -109318,7 +110476,7 @@ return { [1]="chance_%_to_drop_additional_greater_eldritch_ember" } }, - [4959]={ + [4994]={ [1]={ [1]={ [1]={ @@ -109338,7 +110496,7 @@ return { [1]="chance_%_to_drop_additional_greater_eldritch_ichor" } }, - [4960]={ + [4995]={ [1]={ [1]={ [1]={ @@ -109358,7 +110516,7 @@ return { [1]="chance_%_to_drop_additional_instilling_orb" } }, - [4961]={ + [4996]={ [1]={ [1]={ [1]={ @@ -109378,7 +110536,7 @@ return { [1]="chance_%_to_drop_additional_jewellers_orb" } }, - [4962]={ + [4997]={ [1]={ [1]={ [1]={ @@ -109398,7 +110556,7 @@ return { [1]="chance_%_to_drop_additional_lesser_eldritch_ember" } }, - [4963]={ + [4998]={ [1]={ [1]={ [1]={ @@ -109418,7 +110576,7 @@ return { [1]="chance_%_to_drop_additional_lesser_eldritch_ichor" } }, - [4964]={ + [4999]={ [1]={ [1]={ [1]={ @@ -109438,7 +110596,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_alteration" } }, - [4965]={ + [5000]={ [1]={ [1]={ [1]={ @@ -109458,7 +110616,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_annulment" } }, - [4966]={ + [5001]={ [1]={ [1]={ [1]={ @@ -109478,7 +110636,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_binding" } }, - [4967]={ + [5002]={ [1]={ [1]={ [1]={ @@ -109498,7 +110656,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_horizons" } }, - [4968]={ + [5003]={ [1]={ [1]={ [1]={ @@ -109518,7 +110676,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_regret" } }, - [4969]={ + [5004]={ [1]={ [1]={ [1]={ @@ -109538,7 +110696,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_scouring" } }, - [4970]={ + [5005]={ [1]={ [1]={ [1]={ @@ -109558,7 +110716,7 @@ return { [1]="chance_%_to_drop_additional_orb_of_unmaking" } }, - [4971]={ + [5006]={ [1]={ [1]={ [1]={ @@ -109578,7 +110736,7 @@ return { [1]="chance_%_to_drop_additional_regal_orb" } }, - [4972]={ + [5007]={ [1]={ [1]={ [1]={ @@ -109598,27 +110756,7 @@ return { [1]="chance_%_to_drop_additional_vaal_orb" } }, - [4973]={ - [1]={ - [1]={ - [1]={ - k="divide_by_ten_1dp_if_required", - v=1 - }, - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% chance to drop an additional Veiled Chaos Orb" - } - }, - stats={ - [1]="chance_%_to_drop_additional_veiled_chaos_orb" - } - }, - [4974]={ + [5008]={ [1]={ [1]={ limit={ @@ -109643,7 +110781,7 @@ return { [1]="chance_for_double_items_from_heist_chests_%" } }, - [4975]={ + [5009]={ [1]={ [1]={ limit={ @@ -109659,7 +110797,7 @@ return { [1]="chance_for_exerted_attacks_to_not_reduce_count_%" } }, - [4976]={ + [5010]={ [1]={ [1]={ limit={ @@ -109675,7 +110813,7 @@ return { [1]="chance_for_extra_damage_roll_with_lightning_damage_%" } }, - [4977]={ + [5011]={ [1]={ [1]={ limit={ @@ -109691,7 +110829,23 @@ return { [1]="chance_for_skills_to_avoid_cooldown_%" } }, - [4978]={ + [5012]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Spells have a {0}% chance to not pay costs when cast" + } + }, + stats={ + [1]="chance_for_spells_to_not_pay_costs_%" + } + }, + [5013]={ [1]={ [1]={ [1]={ @@ -109711,7 +110865,7 @@ return { [1]="chance_%_to_drop_additional_cleansing_currency" } }, - [4979]={ + [5014]={ [1]={ [1]={ [1]={ @@ -109731,7 +110885,7 @@ return { [1]="chance_%_to_drop_additional_cleansing_influenced_item" } }, - [4980]={ + [5015]={ [1]={ [1]={ [1]={ @@ -109751,7 +110905,7 @@ return { [1]="chance_%_to_drop_additional_currency" } }, - [4981]={ + [5016]={ [1]={ [1]={ [1]={ @@ -109771,7 +110925,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards" } }, - [4982]={ + [5017]={ [1]={ [1]={ [1]={ @@ -109791,7 +110945,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_corrupted" } }, - [4983]={ + [5018]={ [1]={ [1]={ [1]={ @@ -109811,7 +110965,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_currency" } }, - [4984]={ + [5019]={ [1]={ [1]={ [1]={ @@ -109831,7 +110985,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_currency_basic" } }, - [4985]={ + [5020]={ [1]={ [1]={ [1]={ @@ -109851,7 +111005,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_currency_exotic" } }, - [4986]={ + [5021]={ [1]={ [1]={ [1]={ @@ -109871,7 +111025,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_currency_league" } }, - [4987]={ + [5022]={ [1]={ [1]={ [1]={ @@ -109891,7 +111045,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_gems" } }, - [4988]={ + [5023]={ [1]={ [1]={ [1]={ @@ -109911,7 +111065,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_gems_levelled" } }, - [4989]={ + [5024]={ [1]={ [1]={ [1]={ @@ -109931,7 +111085,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_gems_quality" } }, - [4990]={ + [5025]={ [1]={ [1]={ [1]={ @@ -109951,7 +111105,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_gives_other_divination_cards" } }, - [4991]={ + [5026]={ [1]={ [1]={ [1]={ @@ -109971,7 +111125,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_map" } }, - [4992]={ + [5027]={ [1]={ [1]={ [1]={ @@ -109991,7 +111145,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_map_unique" } }, - [4993]={ + [5028]={ [1]={ [1]={ [1]={ @@ -110011,7 +111165,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_unique" } }, - [4994]={ + [5029]={ [1]={ [1]={ [1]={ @@ -110031,7 +111185,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_unique_armour" } }, - [4995]={ + [5030]={ [1]={ [1]={ [1]={ @@ -110051,7 +111205,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_unique_corrupted" } }, - [4996]={ + [5031]={ [1]={ [1]={ [1]={ @@ -110071,7 +111225,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_unique_jewellery" } }, - [4997]={ + [5032]={ [1]={ [1]={ [1]={ @@ -110091,7 +111245,7 @@ return { [1]="chance_%_to_drop_additional_divination_cards_unique_weapon" } }, - [4998]={ + [5033]={ [1]={ [1]={ [1]={ @@ -110111,7 +111265,7 @@ return { [1]="chance_%_to_drop_additional_gem" } }, - [4999]={ + [5034]={ [1]={ [1]={ [1]={ @@ -110131,7 +111285,7 @@ return { [1]="chance_%_to_drop_additional_maps" } }, - [5000]={ + [5035]={ [1]={ [1]={ [1]={ @@ -110151,7 +111305,7 @@ return { [1]="chance_%_to_drop_additional_map_currency" } }, - [5001]={ + [5036]={ [1]={ [1]={ [1]={ @@ -110171,7 +111325,7 @@ return { [1]="chance_%_to_drop_additional_scarab" } }, - [5002]={ + [5037]={ [1]={ [1]={ [1]={ @@ -110191,7 +111345,7 @@ return { [1]="chance_%_to_drop_additional_scarab_abyss_gilded" } }, - [5003]={ + [5038]={ [1]={ [1]={ [1]={ @@ -110211,7 +111365,7 @@ return { [1]="chance_%_to_drop_additional_scarab_abyss_polished" } }, - [5004]={ + [5039]={ [1]={ [1]={ [1]={ @@ -110231,7 +111385,7 @@ return { [1]="chance_%_to_drop_additional_scarab_abyss_rusted" } }, - [5005]={ + [5040]={ [1]={ [1]={ [1]={ @@ -110251,7 +111405,7 @@ return { [1]="chance_%_to_drop_additional_scarab_beasts_gilded" } }, - [5006]={ + [5041]={ [1]={ [1]={ [1]={ @@ -110271,7 +111425,7 @@ return { [1]="chance_%_to_drop_additional_scarab_beasts_polished" } }, - [5007]={ + [5042]={ [1]={ [1]={ [1]={ @@ -110291,7 +111445,7 @@ return { [1]="chance_%_to_drop_additional_scarab_beasts_rusted" } }, - [5008]={ + [5043]={ [1]={ [1]={ [1]={ @@ -110311,7 +111465,7 @@ return { [1]="chance_%_to_drop_additional_scarab_blight_gilded" } }, - [5009]={ + [5044]={ [1]={ [1]={ [1]={ @@ -110331,7 +111485,7 @@ return { [1]="chance_%_to_drop_additional_scarab_blight_polished" } }, - [5010]={ + [5045]={ [1]={ [1]={ [1]={ @@ -110351,7 +111505,7 @@ return { [1]="chance_%_to_drop_additional_scarab_blight_rusted" } }, - [5011]={ + [5046]={ [1]={ [1]={ [1]={ @@ -110371,7 +111525,7 @@ return { [1]="chance_%_to_drop_additional_scarab_breach_gilded" } }, - [5012]={ + [5047]={ [1]={ [1]={ [1]={ @@ -110391,7 +111545,7 @@ return { [1]="chance_%_to_drop_additional_scarab_breach_polished" } }, - [5013]={ + [5048]={ [1]={ [1]={ [1]={ @@ -110411,7 +111565,7 @@ return { [1]="chance_%_to_drop_additional_scarab_breach_rusted" } }, - [5014]={ + [5049]={ [1]={ [1]={ [1]={ @@ -110431,7 +111585,7 @@ return { [1]="chance_%_to_drop_additional_scarab_divination_cards_gilded" } }, - [5015]={ + [5050]={ [1]={ [1]={ [1]={ @@ -110451,7 +111605,7 @@ return { [1]="chance_%_to_drop_additional_scarab_divination_cards_polished" } }, - [5016]={ + [5051]={ [1]={ [1]={ [1]={ @@ -110471,7 +111625,7 @@ return { [1]="chance_%_to_drop_additional_scarab_divination_cards_rusted" } }, - [5017]={ + [5052]={ [1]={ [1]={ [1]={ @@ -110491,7 +111645,7 @@ return { [1]="chance_%_to_drop_additional_scarab_elder_gilded" } }, - [5018]={ + [5053]={ [1]={ [1]={ [1]={ @@ -110511,7 +111665,7 @@ return { [1]="chance_%_to_drop_additional_scarab_elder_polished" } }, - [5019]={ + [5054]={ [1]={ [1]={ [1]={ @@ -110531,7 +111685,7 @@ return { [1]="chance_%_to_drop_additional_scarab_elder_rusted" } }, - [5020]={ + [5055]={ [1]={ [1]={ [1]={ @@ -110551,7 +111705,7 @@ return { [1]="chance_%_to_drop_additional_scarab_harbinger_gilded" } }, - [5021]={ + [5056]={ [1]={ [1]={ [1]={ @@ -110571,7 +111725,7 @@ return { [1]="chance_%_to_drop_additional_scarab_harbinger_polished" } }, - [5022]={ + [5057]={ [1]={ [1]={ [1]={ @@ -110591,7 +111745,7 @@ return { [1]="chance_%_to_drop_additional_scarab_harbinger_rusted" } }, - [5023]={ + [5058]={ [1]={ [1]={ [1]={ @@ -110611,7 +111765,7 @@ return { [1]="chance_%_to_drop_additional_scarab_legion_gilded" } }, - [5024]={ + [5059]={ [1]={ [1]={ [1]={ @@ -110631,7 +111785,7 @@ return { [1]="chance_%_to_drop_additional_scarab_legion_polished" } }, - [5025]={ + [5060]={ [1]={ [1]={ [1]={ @@ -110651,7 +111805,7 @@ return { [1]="chance_%_to_drop_additional_scarab_legion_rusted" } }, - [5026]={ + [5061]={ [1]={ [1]={ [1]={ @@ -110671,7 +111825,7 @@ return { [1]="chance_%_to_drop_additional_scarab_maps_gilded" } }, - [5027]={ + [5062]={ [1]={ [1]={ [1]={ @@ -110691,7 +111845,7 @@ return { [1]="chance_%_to_drop_additional_scarab_maps_polished" } }, - [5028]={ + [5063]={ [1]={ [1]={ [1]={ @@ -110711,7 +111865,7 @@ return { [1]="chance_%_to_drop_additional_scarab_maps_rusted" } }, - [5029]={ + [5064]={ [1]={ [1]={ [1]={ @@ -110731,7 +111885,7 @@ return { [1]="chance_%_to_drop_additional_scarab_metamorph_gilded" } }, - [5030]={ + [5065]={ [1]={ [1]={ [1]={ @@ -110751,7 +111905,7 @@ return { [1]="chance_%_to_drop_additional_scarab_metamorph_polished" } }, - [5031]={ + [5066]={ [1]={ [1]={ [1]={ @@ -110771,7 +111925,7 @@ return { [1]="chance_%_to_drop_additional_scarab_metamorph_rusted" } }, - [5032]={ + [5067]={ [1]={ [1]={ [1]={ @@ -110791,7 +111945,7 @@ return { [1]="chance_%_to_drop_additional_scarab_perandus_gilded" } }, - [5033]={ + [5068]={ [1]={ [1]={ [1]={ @@ -110811,7 +111965,7 @@ return { [1]="chance_%_to_drop_additional_scarab_perandus_polished" } }, - [5034]={ + [5069]={ [1]={ [1]={ [1]={ @@ -110831,7 +111985,7 @@ return { [1]="chance_%_to_drop_additional_scarab_perandus_rusted" } }, - [5035]={ + [5070]={ [1]={ [1]={ [1]={ @@ -110851,7 +112005,7 @@ return { [1]="chance_%_to_drop_additional_scarab_shaper_gilded" } }, - [5036]={ + [5071]={ [1]={ [1]={ [1]={ @@ -110871,7 +112025,7 @@ return { [1]="chance_%_to_drop_additional_scarab_shaper_polished" } }, - [5037]={ + [5072]={ [1]={ [1]={ [1]={ @@ -110891,7 +112045,7 @@ return { [1]="chance_%_to_drop_additional_scarab_shaper_rusted" } }, - [5038]={ + [5073]={ [1]={ [1]={ [1]={ @@ -110911,7 +112065,7 @@ return { [1]="chance_%_to_drop_additional_scarab_strongbox_gilded" } }, - [5039]={ + [5074]={ [1]={ [1]={ [1]={ @@ -110931,7 +112085,7 @@ return { [1]="chance_%_to_drop_additional_scarab_strongbox_polished" } }, - [5040]={ + [5075]={ [1]={ [1]={ [1]={ @@ -110951,7 +112105,7 @@ return { [1]="chance_%_to_drop_additional_scarab_strongbox_rusted" } }, - [5041]={ + [5076]={ [1]={ [1]={ [1]={ @@ -110971,7 +112125,7 @@ return { [1]="chance_%_to_drop_additional_scarab_sulphite_gilded" } }, - [5042]={ + [5077]={ [1]={ [1]={ [1]={ @@ -110991,7 +112145,7 @@ return { [1]="chance_%_to_drop_additional_scarab_sulphite_polished" } }, - [5043]={ + [5078]={ [1]={ [1]={ [1]={ @@ -111011,7 +112165,7 @@ return { [1]="chance_%_to_drop_additional_scarab_sulphite_rusted" } }, - [5044]={ + [5079]={ [1]={ [1]={ [1]={ @@ -111031,7 +112185,7 @@ return { [1]="chance_%_to_drop_additional_scarab_torment_gilded" } }, - [5045]={ + [5080]={ [1]={ [1]={ [1]={ @@ -111051,7 +112205,7 @@ return { [1]="chance_%_to_drop_additional_scarab_torment_polished" } }, - [5046]={ + [5081]={ [1]={ [1]={ [1]={ @@ -111071,7 +112225,7 @@ return { [1]="chance_%_to_drop_additional_scarab_torment_rusted" } }, - [5047]={ + [5082]={ [1]={ [1]={ [1]={ @@ -111091,7 +112245,7 @@ return { [1]="chance_%_to_drop_additional_scarab_uniques_gilded" } }, - [5048]={ + [5083]={ [1]={ [1]={ [1]={ @@ -111111,7 +112265,7 @@ return { [1]="chance_%_to_drop_additional_scarab_uniques_polished" } }, - [5049]={ + [5084]={ [1]={ [1]={ [1]={ @@ -111131,7 +112285,7 @@ return { [1]="chance_%_to_drop_additional_scarab_uniques_rusted" } }, - [5050]={ + [5085]={ [1]={ [1]={ [1]={ @@ -111151,7 +112305,7 @@ return { [1]="chance_%_to_drop_additional_tangled_currency" } }, - [5051]={ + [5086]={ [1]={ [1]={ [1]={ @@ -111171,7 +112325,7 @@ return { [1]="chance_%_to_drop_additional_tangled_influenced_item" } }, - [5052]={ + [5087]={ [1]={ [1]={ [1]={ @@ -111191,7 +112345,7 @@ return { [1]="chance_%_to_drop_additional_unique" } }, - [5053]={ + [5088]={ [1]={ [1]={ limit={ @@ -111207,7 +112361,7 @@ return { [1]="chance_to_avoid_death_%" } }, - [5054]={ + [5089]={ [1]={ [1]={ limit={ @@ -111232,7 +112386,7 @@ return { [1]="chance_to_be_hindered_when_hit_by_spells_%" } }, - [5055]={ + [5090]={ [1]={ [1]={ limit={ @@ -111261,7 +112415,7 @@ return { [1]="chance_to_be_inflicted_with_an_ailment_+%" } }, - [5056]={ + [5091]={ [1]={ [1]={ limit={ @@ -111277,7 +112431,7 @@ return { [1]="chance_to_be_maimed_when_hit_%" } }, - [5057]={ + [5092]={ [1]={ [1]={ limit={ @@ -111293,7 +112447,7 @@ return { [1]="chance_to_be_sapped_when_hit_%" } }, - [5058]={ + [5093]={ [1]={ [1]={ limit={ @@ -111309,7 +112463,7 @@ return { [1]="chance_to_be_scorched_when_hit_%" } }, - [5059]={ + [5094]={ [1]={ [1]={ limit={ @@ -111325,7 +112479,7 @@ return { [1]="chance_to_block_attack_damage_if_not_blocked_recently_%" } }, - [5060]={ + [5095]={ [1]={ [1]={ limit={ @@ -111341,7 +112495,7 @@ return { [1]="chance_to_block_attack_damage_if_stunned_an_enemy_recently_+%" } }, - [5061]={ + [5096]={ [1]={ [1]={ limit={ @@ -111357,7 +112511,7 @@ return { [1]="chance_to_block_attack_damage_per_5%_chance_to_block_on_equipped_shield_+%" } }, - [5062]={ + [5097]={ [1]={ [1]={ limit={ @@ -111373,71 +112527,7 @@ return { [1]="chance_to_block_attacks_%_while_channelling" } }, - [5063]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage if you've Cast a Spell Recently" - } - }, - stats={ - [1]="chance_to_block_spells_%_if_cast_a_spell_recently" - } - }, - [5064]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage if you were Damaged by a Hit Recently" - } - }, - stats={ - [1]="chance_to_block_spells_%_if_damaged_by_a_hit_recently" - } - }, - [5065]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while affected by Discipline" - } - }, - stats={ - [1]="chance_to_block_spells_%_while_affected_by_discipline" - } - }, - [5066]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0:+d}% Chance to Block Spell Damage while Channelling" - } - }, - stats={ - [1]="chance_to_block_spells_%_while_channelling" - } - }, - [5067]={ + [5098]={ [1]={ [1]={ limit={ @@ -111453,7 +112543,7 @@ return { [1]="chance_to_create_consecrated_ground_on_melee_kill_%" } }, - [5068]={ + [5099]={ [1]={ [1]={ limit={ @@ -111487,7 +112577,7 @@ return { [1]="chance_to_crush_on_hit_%" } }, - [5069]={ + [5100]={ [1]={ [1]={ limit={ @@ -111503,7 +112593,7 @@ return { [1]="chance_to_deal_double_attack_damage_%_if_attack_time_longer_than_1_second" } }, - [5070]={ + [5101]={ [1]={ [1]={ limit={ @@ -111519,7 +112609,7 @@ return { [1]="chance_to_deal_double_damage_%_while_at_least_200_strength" } }, - [5071]={ + [5102]={ [1]={ [1]={ limit={ @@ -111535,7 +112625,7 @@ return { [1]="chance_to_deal_double_damage_for_3_seconds_on_spell_cast_every_9_seconds" } }, - [5072]={ + [5103]={ [1]={ [1]={ limit={ @@ -111551,7 +112641,7 @@ return { [1]="chance_to_deal_double_damage_%" } }, - [5073]={ + [5104]={ [1]={ [1]={ limit={ @@ -111567,7 +112657,7 @@ return { [1]="chance_to_deal_double_damage_%_if_crit_with_two_handed_melee_weapon_recently" } }, - [5074]={ + [5105]={ [1]={ [1]={ limit={ @@ -111583,7 +112673,7 @@ return { [1]="chance_to_deal_double_damage_%_if_have_stunned_an_enemy_recently" } }, - [5075]={ + [5106]={ [1]={ [1]={ limit={ @@ -111599,7 +112689,7 @@ return { [1]="chance_to_deal_double_damage_%_if_used_a_warcry_in_past_8_seconds" } }, - [5076]={ + [5107]={ [1]={ [1]={ limit={ @@ -111615,7 +112705,7 @@ return { [1]="chance_to_deal_double_damage_%_per_4_rage" } }, - [5077]={ + [5108]={ [1]={ [1]={ limit={ @@ -111631,7 +112721,7 @@ return { [1]="chance_to_deal_double_damage_%_per_500_strength" } }, - [5078]={ + [5109]={ [1]={ [1]={ limit={ @@ -111656,7 +112746,7 @@ return { [1]="chance_to_deal_double_damage_%_while_focused" } }, - [5079]={ + [5110]={ [1]={ [1]={ limit={ @@ -111672,7 +112762,7 @@ return { [1]="chance_to_deal_double_damage_+%_if_cast_vulnerability_in_past_10_seconds" } }, - [5080]={ + [5111]={ [1]={ [1]={ limit={ @@ -111688,7 +112778,7 @@ return { [1]="chance_to_deal_double_damage_while_on_full_life_%" } }, - [5081]={ + [5112]={ [1]={ [1]={ limit={ @@ -111704,7 +112794,7 @@ return { [1]="chance_to_deal_triple_damage_%_while_at_least_400_strength" } }, - [5082]={ + [5113]={ [1]={ [1]={ limit={ @@ -111720,7 +112810,7 @@ return { [1]="chance_to_defend_with_150%_armour_%_per_5%_missing_energy_shield" } }, - [5083]={ + [5114]={ [1]={ [1]={ limit={ @@ -111736,23 +112826,7 @@ return { [1]="chance_to_double_armour_effect_on_hit_%" } }, - [5084]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0:+d}% chance to Evade Attack Hits" - } - }, - stats={ - [1]="chance_to_evade_attacks_%" - } - }, - [5085]={ + [5115]={ [1]={ [1]={ limit={ @@ -111761,46 +112835,14 @@ return { [2]="#" } }, - text="{0:+d}% chance to Evade Attack Hits if you haven't been Hit Recently" - } - }, - stats={ - [1]="chance_to_evade_attacks_%_if_havent_been_hit_recently" - } - }, - [5086]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Evade Attack Hits while affected by Grace" - } - }, - stats={ - [1]="chance_to_evade_attacks_%_while_affected_by_grace" - } - }, - [5087]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% to Chance to Evade while you have Energy Shield" + text="Projectiles have {0}% chance for an additional Projectile when Forking per 10 Tribute" } }, stats={ - [1]="chance_to_evade_%_while_you_have_energy_shield" + [1]="chance_to_fork_extra_projectile_%_per_10_tribute" } }, - [5088]={ + [5116]={ [1]={ [1]={ limit={ @@ -111816,7 +112858,7 @@ return { [1]="chance_to_fork_extra_projectile_%" } }, - [5089]={ + [5117]={ [1]={ [1]={ limit={ @@ -111841,23 +112883,32 @@ return { [1]="chance_to_fortify_on_melee_stun_%" } }, - [5090]={ + [5118]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, + [2]=99 + } + }, + text="{0}% chance when you gain a Charge to gain an additional Charge per 10 Tribute" + }, + [2]={ + limit={ + [1]={ + [1]=100, [2]="#" } }, - text="{0}% chance to Freeze, Shock and Ignite while affected by a Herald" + text="Gain an additional Charge when you gain a Charge per 10 Tribute" } }, stats={ - [1]="chance_to_freeze_shock_ignite_%_while_affected_by_a_herald" + [1]="chance_to_gain_1_more_charge_%_per_10_tribute" } }, - [5091]={ + [5119]={ [1]={ [1]={ limit={ @@ -111882,7 +112933,7 @@ return { [1]="chance_to_gain_1_more_charge_%" } }, - [5092]={ + [5120]={ [1]={ [1]={ limit={ @@ -111907,7 +112958,7 @@ return { [1]="chance_to_gain_1_more_endurance_charge_%" } }, - [5093]={ + [5121]={ [1]={ [1]={ limit={ @@ -111932,7 +112983,7 @@ return { [1]="chance_to_gain_1_more_frenzy_charge_%" } }, - [5094]={ + [5122]={ [1]={ [1]={ limit={ @@ -111957,7 +113008,7 @@ return { [1]="chance_to_gain_1_more_power_charge_%" } }, - [5095]={ + [5123]={ [1]={ [1]={ limit={ @@ -111973,7 +113024,7 @@ return { [1]="chance_to_gain_200_life_on_hit_with_attacks_%" } }, - [5096]={ + [5124]={ [1]={ [1]={ limit={ @@ -111989,7 +113040,7 @@ return { [1]="chance_to_gain_3_additional_exerted_attacks_%" } }, - [5097]={ + [5125]={ [1]={ [1]={ limit={ @@ -112005,7 +113056,7 @@ return { [1]="chance_to_gain_adrenaline_for_2_seconds_on_leech_removed_by_filling_unreserved_life_%" } }, - [5098]={ + [5126]={ [1]={ [1]={ limit={ @@ -112021,7 +113072,7 @@ return { [1]="chance_to_gain_elusive_when_you_block_while_dual_wielding_%" } }, - [5099]={ + [5127]={ [1]={ [1]={ limit={ @@ -112037,7 +113088,7 @@ return { [1]="chance_to_gain_endurance_charge_on_hit_%_vs_bleeding_enemy" } }, - [5100]={ + [5128]={ [1]={ [1]={ limit={ @@ -112053,7 +113104,7 @@ return { [1]="chance_to_gain_endurance_charge_when_you_stun_enemy_%" } }, - [5101]={ + [5129]={ [1]={ [1]={ limit={ @@ -112078,7 +113129,7 @@ return { [1]="chance_to_gain_frenzy_charge_on_block_attack_%" } }, - [5102]={ + [5130]={ [1]={ [1]={ limit={ @@ -112103,7 +113154,7 @@ return { [1]="chance_to_gain_frenzy_charge_on_block_%" } }, - [5103]={ + [5131]={ [1]={ [1]={ limit={ @@ -112119,7 +113170,7 @@ return { [1]="chance_to_gain_frenzy_charge_on_stun_%" } }, - [5104]={ + [5132]={ [1]={ [1]={ limit={ @@ -112135,7 +113186,7 @@ return { [1]="chance_to_gain_onslaught_for_4_seconds_on_leech_removed_by_filling_unreserved_life_%" } }, - [5105]={ + [5133]={ [1]={ [1]={ limit={ @@ -112151,7 +113202,7 @@ return { [1]="chance_to_gain_onslaught_on_flask_use_%" } }, - [5106]={ + [5134]={ [1]={ [1]={ limit={ @@ -112167,7 +113218,7 @@ return { [1]="chance_to_gain_onslaught_on_hit_%_vs_rare_or_unique_enemy" } }, - [5107]={ + [5135]={ [1]={ [1]={ limit={ @@ -112192,7 +113243,7 @@ return { [1]="chance_to_gain_onslaught_on_kill_for_10_seconds_%" } }, - [5108]={ + [5136]={ [1]={ [1]={ limit={ @@ -112208,7 +113259,7 @@ return { [1]="chance_to_gain_onslaught_on_kill_with_axes_%" } }, - [5109]={ + [5137]={ [1]={ [1]={ limit={ @@ -112224,7 +113275,7 @@ return { [1]="chance_to_gain_power_charge_on_hitting_enemy_affected_by_spiders_web_%" } }, - [5110]={ + [5138]={ [1]={ [1]={ limit={ @@ -112249,7 +113300,7 @@ return { [1]="chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%" } }, - [5111]={ + [5139]={ [1]={ [1]={ limit={ @@ -112265,7 +113316,7 @@ return { [1]="chance_to_gain_random_standard_charge_on_hit_%" } }, - [5112]={ + [5140]={ [1]={ [1]={ limit={ @@ -112281,7 +113332,7 @@ return { [1]="chance_to_gain_skill_cost_as_mana_when_paid_%" } }, - [5113]={ + [5141]={ [1]={ [1]={ limit={ @@ -112306,7 +113357,7 @@ return { [1]="chance_to_grant_endurance_charge_to_nearby_allies_on_hit_%" } }, - [5114]={ + [5142]={ [1]={ [1]={ limit={ @@ -112331,7 +113382,7 @@ return { [1]="chance_to_grant_frenzy_charge_to_nearby_allies_on_kill_%" } }, - [5115]={ + [5143]={ [1]={ [1]={ limit={ @@ -112347,7 +113398,7 @@ return { [1]="chance_to_grant_power_charge_on_shocking_chilled_enemy_%" } }, - [5116]={ + [5144]={ [1]={ [1]={ limit={ @@ -112356,14 +113407,14 @@ return { [2]="#" } }, - text="Chance to Ignite is doubled" + text="Flammability Magnitude is doubled" } }, stats={ [1]="chance_to_ignite_is_doubled" } }, - [5117]={ + [5145]={ [1]={ [1]={ limit={ @@ -112379,7 +113430,7 @@ return { [1]="chance_to_ignore_hexproof_%" } }, - [5118]={ + [5146]={ [1]={ [1]={ limit={ @@ -112404,7 +113455,7 @@ return { [1]="chance_to_inflict_10_incision_on_attack_hit_%" } }, - [5119]={ + [5147]={ [1]={ [1]={ limit={ @@ -112429,7 +113480,7 @@ return { [1]="chance_to_inflict_additional_impale_%" } }, - [5120]={ + [5148]={ [1]={ [1]={ limit={ @@ -112454,7 +113505,7 @@ return { [1]="chance_to_inflict_brittle_on_enemy_on_block_%" } }, - [5121]={ + [5149]={ [1]={ [1]={ limit={ @@ -112470,7 +113521,7 @@ return { [1]="chance_to_inflict_cold_exposure_on_hit_with_cold_damage_%" } }, - [5122]={ + [5150]={ [1]={ [1]={ limit={ @@ -112486,7 +113537,7 @@ return { [1]="chance_to_inflict_fire_exposure_on_hit_with_fire_damage_%" } }, - [5123]={ + [5151]={ [1]={ [1]={ limit={ @@ -112511,7 +113562,7 @@ return { [1]="chance_to_inflict_incision_on_attack_hit_%" } }, - [5124]={ + [5152]={ [1]={ [1]={ limit={ @@ -112520,14 +113571,14 @@ return { [2]="#" } }, - text="{0}% Chance to Inflict Lightning Exposure on Hit with Lightning Damage" + text="{0}% Chance to Inflict Exposure on Hit with Lightning Damage" } }, stats={ [1]="chance_to_inflict_lightning_exposure_on_hit_with_lightning_damage_%" } }, - [5125]={ + [5153]={ [1]={ [1]={ limit={ @@ -112552,7 +113603,7 @@ return { [1]="chance_to_inflict_sap_on_enemy_on_block_%" } }, - [5126]={ + [5154]={ [1]={ [1]={ limit={ @@ -112577,7 +113628,7 @@ return { [1]="chance_to_inflict_scorch_on_enemy_on_block_%" } }, - [5127]={ + [5155]={ [1]={ [1]={ limit={ @@ -112593,7 +113644,7 @@ return { [1]="chance_to_intimidate_nearby_enemies_on_melee_kill_%" } }, - [5128]={ + [5156]={ [1]={ [1]={ limit={ @@ -112618,7 +113669,7 @@ return { [1]="chance_to_intimidate_on_hit_%" } }, - [5129]={ + [5157]={ [1]={ [1]={ limit={ @@ -112634,7 +113685,7 @@ return { [1]="chance_to_leave_2_ground_blades_%" } }, - [5130]={ + [5158]={ [1]={ [1]={ limit={ @@ -112650,7 +113701,7 @@ return { [1]="chance_to_load_a_bolt_on_killing_an_enemy_%" } }, - [5131]={ + [5159]={ [1]={ [1]={ limit={ @@ -112675,7 +113726,39 @@ return { [1]="base_chance_to_not_consume_corpse_%" } }, - [5132]={ + [5160]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Skills have a {0}% chance to not consume Glory" + } + }, + stats={ + [1]="chance_to_not_consume_glory_%" + } + }, + [5161]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Skills have {0}% chance to not remove Elemental Infusions but still count as consuming them" + } + }, + stats={ + [1]="chance_to_not_consume_infusion_%" + } + }, + [5162]={ [1]={ [1]={ limit={ @@ -112684,7 +113767,7 @@ return { [2]=99 } }, - text="{0}% chance for Infusions to Infuse your Projectiles without being Consumed" + text="{0}% chance for Surges to suffuse your Projectiles without being Consumed" }, [2]={ limit={ @@ -112693,14 +113776,14 @@ return { [2]="#" } }, - text="Infusions Infuse your Projectiles without being Consumed" + text="Surges suffuse your Projectiles without being Consumed" } }, stats={ - [1]="chance_to_not_consume_infusion_%" + [1]="chance_to_not_consume_instilling_%" } }, - [5133]={ + [5163]={ [1]={ [1]={ limit={ @@ -112729,7 +113812,7 @@ return { [1]="chance_to_poison_on_hit_+%_vs_non_poisoned_enemies" } }, - [5134]={ + [5164]={ [1]={ [1]={ limit={ @@ -112745,7 +113828,7 @@ return { [1]="chance_to_poison_on_hit_can_apply_multiple_stacks" } }, - [5135]={ + [5165]={ [1]={ [1]={ limit={ @@ -112761,7 +113844,7 @@ return { [1]="chance_to_poison_on_hit_%_per_power_charge" } }, - [5136]={ + [5166]={ [1]={ [1]={ limit={ @@ -112790,7 +113873,7 @@ return { [1]="chance_to_sap_%_vs_enemies_in_chilling_areas" } }, - [5137]={ + [5167]={ [1]={ [1]={ limit={ @@ -112806,7 +113889,23 @@ return { [1]="chance_to_shock_chilled_enemies_%" } }, - [5138]={ + [5168]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance for Energy Shield Recharge to start when you gain an Infusion" + } + }, + stats={ + [1]="chance_to_start_energy_shield_recharge_%_on_gaining_infusion" + } + }, + [5169]={ [1]={ [1]={ limit={ @@ -112822,7 +113921,7 @@ return { [1]="chance_to_start_energy_shield_recharge_%_on_linking_target" } }, - [5139]={ + [5170]={ [1]={ [1]={ limit={ @@ -112838,7 +113937,7 @@ return { [1]="chance_to_summon_two_totems_%" } }, - [5140]={ + [5171]={ [1]={ [1]={ limit={ @@ -112854,7 +113953,7 @@ return { [1]="chance_to_throw_4_additional_traps_%" } }, - [5141]={ + [5172]={ [1]={ [1]={ limit={ @@ -112879,7 +113978,7 @@ return { [1]="chance_to_unnerve_on_hit_%" } }, - [5142]={ + [5173]={ [1]={ [1]={ limit={ @@ -112908,7 +114007,7 @@ return { [1]="channelled_skill_damage_+%" } }, - [5143]={ + [5174]={ [1]={ [1]={ limit={ @@ -112937,7 +114036,36 @@ return { [1]="channelled_skill_damage_+%_per_10_devotion" } }, - [5144]={ + [5175]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Chaos Damage while affected by Herald of Plague" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Chaos Damage while affected by Herald of Plague" + } + }, + stats={ + [1]="chaos_damage_+%_while_affected_by_herald_of_plague" + } + }, + [5176]={ [1]={ [1]={ limit={ @@ -112953,7 +114081,7 @@ return { [1]="chaos_damage_does_not_damage_energy_shield_extra_hard_while_not_low_life" } }, - [5145]={ + [5177]={ [1]={ [1]={ limit={ @@ -112969,7 +114097,7 @@ return { [1]="chaos_damage_over_time_heals_while_leeching_life" } }, - [5146]={ + [5178]={ [1]={ [1]={ limit={ @@ -112985,7 +114113,7 @@ return { [1]="chaos_damage_over_time_multiplier_+_per_4_chaos_resistance" } }, - [5147]={ + [5179]={ [1]={ [1]={ limit={ @@ -113001,7 +114129,7 @@ return { [1]="additional_chaos_resistance_against_damage_over_time_%" } }, - [5148]={ + [5180]={ [1]={ [1]={ limit={ @@ -113026,7 +114154,7 @@ return { [1]="chaos_damage_%_taken_from_mana_before_life" } }, - [5149]={ + [5181]={ [1]={ [1]={ limit={ @@ -113042,7 +114170,7 @@ return { [1]="chaos_damage_+%_per_100_max_mana_up_to_80" } }, - [5150]={ + [5182]={ [1]={ [1]={ limit={ @@ -113071,7 +114199,7 @@ return { [1]="chaos_damage_+%_while_affected_by_herald_of_agony" } }, - [5151]={ + [5183]={ [1]={ [1]={ limit={ @@ -113087,7 +114215,7 @@ return { [1]="chaos_damage_resistance_%_per_endurance_charge" } }, - [5152]={ + [5184]={ [1]={ [1]={ limit={ @@ -113103,7 +114231,7 @@ return { [1]="chaos_damage_resistance_is_doubled" } }, - [5153]={ + [5185]={ [1]={ [1]={ limit={ @@ -113119,7 +114247,7 @@ return { [1]="chaos_damage_resistance_%_per_poison_stack" } }, - [5154]={ + [5186]={ [1]={ [1]={ limit={ @@ -113144,7 +114272,7 @@ return { [1]="chaos_damage_resistance_%_when_stationary" } }, - [5155]={ + [5187]={ [1]={ [1]={ limit={ @@ -113160,7 +114288,7 @@ return { [1]="chaos_damage_resistance_%_while_affected_by_herald_of_agony" } }, - [5156]={ + [5188]={ [1]={ [1]={ limit={ @@ -113176,7 +114304,7 @@ return { [1]="chaos_damage_resistance_%_while_affected_by_purity_of_elements" } }, - [5157]={ + [5189]={ [1]={ [1]={ limit={ @@ -113192,7 +114320,7 @@ return { [1]="chaos_damage_resisted_by_lowest_resistance" } }, - [5158]={ + [5190]={ [1]={ [1]={ limit={ @@ -113221,7 +114349,7 @@ return { [1]="chaos_damage_taken_over_time_+%_while_in_caustic_cloud" } }, - [5159]={ + [5191]={ [1]={ [1]={ limit={ @@ -113250,7 +114378,7 @@ return { [1]="chaos_damage_with_attack_skills_+%" } }, - [5160]={ + [5192]={ [1]={ [1]={ limit={ @@ -113279,7 +114407,7 @@ return { [1]="chaos_damage_with_spell_skills_+%" } }, - [5161]={ + [5193]={ [1]={ [1]={ limit={ @@ -113295,7 +114423,7 @@ return { [1]="chaos_golem_impale_on_hit_if_same_number_of_summoned_stone_golems" } }, - [5162]={ + [5194]={ [1]={ [1]={ limit={ @@ -113311,7 +114439,7 @@ return { [1]="chaos_hit_and_dot_damage_%_taken_as_fire" } }, - [5163]={ + [5195]={ [1]={ [1]={ limit={ @@ -113327,7 +114455,7 @@ return { [1]="chaos_hit_and_dot_damage_%_taken_as_lightning" } }, - [5164]={ + [5196]={ [1]={ [1]={ limit={ @@ -113343,7 +114471,7 @@ return { [1]="chaos_resist_unnaffected_by_area_penalites" } }, - [5165]={ + [5197]={ [1]={ [1]={ limit={ @@ -113359,23 +114487,7 @@ return { [1]="chaos_skill_chance_to_hinder_on_hit_%" } }, - [5166]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Chaos Skills have {0}% chance to Ignite" - } - }, - stats={ - [1]="chaos_skill_chance_to_ignite_%" - } - }, - [5167]={ + [5198]={ [1]={ [1]={ limit={ @@ -113391,7 +114503,7 @@ return { [1]="chaos_skill_gem_level_+" } }, - [5168]={ + [5199]={ [1]={ [1]={ limit={ @@ -113420,7 +114532,7 @@ return { [1]="chaos_skills_area_of_effect_+%" } }, - [5169]={ + [5200]={ [1]={ [1]={ limit={ @@ -113449,7 +114561,7 @@ return { [1]="charged_dash_movement_speed_+%_final" } }, - [5170]={ + [5201]={ [1]={ [1]={ limit={ @@ -113478,7 +114590,7 @@ return { [1]="charm_charges_gained_+%" } }, - [5171]={ + [5202]={ [1]={ [1]={ limit={ @@ -113494,7 +114606,7 @@ return { [1]="charm_charges_used_%_granted_to_life_flasks" } }, - [5172]={ + [5203]={ [1]={ [1]={ limit={ @@ -113527,7 +114639,7 @@ return { [1]="charm_charges_used_+%" } }, - [5173]={ + [5204]={ [1]={ [1]={ limit={ @@ -113543,7 +114655,7 @@ return { [1]="charm_create_consecrated_ground_when_used" } }, - [5174]={ + [5205]={ [1]={ [1]={ limit={ @@ -113559,7 +114671,65 @@ return { [1]="charm_defend_with_double_armour_during_effect" } }, - [5175]={ + [5206]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Charm Effect Duration per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Charm Effect Duration per 25 Tribute" + } + }, + stats={ + [1]="charm_duration_+%_per_25_tribute" + } + }, + [5207]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Charms applied to you have {0}% increased Effect per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Charms applied to you have {0}% reduced Effect per 10 Tribute" + } + }, + stats={ + [1]="charm_effect_+%_per_10_tribute" + } + }, + [5208]={ [1]={ [1]={ limit={ @@ -113588,7 +114758,7 @@ return { [1]="charm_effect_+%" } }, - [5176]={ + [5209]={ [1]={ [1]={ limit={ @@ -113613,7 +114783,7 @@ return { [1]="charm_enemies_extra_damage_rolls_with_lightning_damage_during_effect" } }, - [5177]={ + [5210]={ [1]={ [1]={ limit={ @@ -113629,7 +114799,7 @@ return { [1]="charm_energy_shield_recharge_starts_when_used" } }, - [5178]={ + [5211]={ [1]={ [1]={ limit={ @@ -113645,7 +114815,7 @@ return { [1]="charm_gain_onslaught_during_effect" } }, - [5179]={ + [5212]={ [1]={ [1]={ limit={ @@ -113661,7 +114831,7 @@ return { [1]="charm_grants_frenzy_charge_when_used" } }, - [5180]={ + [5213]={ [1]={ [1]={ limit={ @@ -113677,7 +114847,7 @@ return { [1]="charm_grants_power_charge_when_used" } }, - [5181]={ + [5214]={ [1]={ [1]={ limit={ @@ -113693,7 +114863,7 @@ return { [1]="charm_grants_up_to_your_maximum_rage_when_used" } }, - [5182]={ + [5215]={ [1]={ [1]={ limit={ @@ -113702,14 +114872,14 @@ return { [2]="#" } }, - text="Ignite Enemies in Presence as though dealing Fire damage equal to {0}% of your maximum Life when used" + text="Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to {0}% of your maximum Life" } }, stats={ - [1]="charm_ignite_enemies_in_presence_as_though_dealing_fire_damage_equal_to_x%_of_your_maximum_life_when_used" + [1]="charm_ignite_ground_as_though_dealing_fire_damage_equal_to_x%_of_your_maximum_life_when_used" } }, - [5183]={ + [5216]={ [1]={ [1]={ limit={ @@ -113725,7 +114895,7 @@ return { [1]="charm_possesed_by_bear_spirit_for_x_seconds_when_used" } }, - [5184]={ + [5217]={ [1]={ [1]={ limit={ @@ -113741,7 +114911,7 @@ return { [1]="charm_possesed_by_boar_spirit_for_x_seconds_when_used" } }, - [5185]={ + [5218]={ [1]={ [1]={ limit={ @@ -113757,7 +114927,7 @@ return { [1]="charm_possesed_by_cat_spirit_for_x_seconds_when_used" } }, - [5186]={ + [5219]={ [1]={ [1]={ limit={ @@ -113773,7 +114943,7 @@ return { [1]="charm_possesed_by_owl_spirit_for_x_seconds_when_used" } }, - [5187]={ + [5220]={ [1]={ [1]={ limit={ @@ -113789,7 +114959,7 @@ return { [1]="charm_possesed_by_ox_spirit_for_x_seconds_when_used" } }, - [5188]={ + [5221]={ [1]={ [1]={ limit={ @@ -113805,7 +114975,7 @@ return { [1]="charm_possesed_by_primate_spirit_for_x_seconds_when_used" } }, - [5189]={ + [5222]={ [1]={ [1]={ limit={ @@ -113821,7 +114991,7 @@ return { [1]="charm_possesed_by_random_azmerian_spirit_for_x_seconds_when_used" } }, - [5190]={ + [5223]={ [1]={ [1]={ limit={ @@ -113837,7 +115007,7 @@ return { [1]="charm_possesed_by_serpent_spirit_for_x_seconds_when_used" } }, - [5191]={ + [5224]={ [1]={ [1]={ limit={ @@ -113853,7 +115023,7 @@ return { [1]="charm_possesed_by_stag_spirit_for_x_seconds_when_used" } }, - [5192]={ + [5225]={ [1]={ [1]={ limit={ @@ -113869,7 +115039,7 @@ return { [1]="charm_possesed_by_wolf_spirit_for_x_seconds_when_used" } }, - [5193]={ + [5226]={ [1]={ [1]={ limit={ @@ -113885,7 +115055,7 @@ return { [1]="charm_recover_life_equal_to_x%_of_mana_flask_recovery_amount" } }, - [5194]={ + [5227]={ [1]={ [1]={ limit={ @@ -113901,7 +115071,7 @@ return { [1]="charm_recover_mana_equal_to_x%_of_life_flask_recovery_amount" } }, - [5195]={ + [5228]={ [1]={ [1]={ limit={ @@ -113917,7 +115087,7 @@ return { [1]="charm_x%_of_chaos_damage_from_hits_prevented_recouped_as_life_and_mana_during_effect" } }, - [5196]={ + [5229]={ [1]={ [1]={ limit={ @@ -113933,7 +115103,7 @@ return { [1]="charms_%_chance_on_use_to_use_another_charm_without_consuming_charges" } }, - [5197]={ + [5230]={ [1]={ [1]={ limit={ @@ -113949,7 +115119,7 @@ return { [1]="charms_%_chance_to_not_consume_charges" } }, - [5198]={ + [5231]={ [1]={ [1]={ limit={ @@ -113965,7 +115135,7 @@ return { [1]="charms_use_no_charges" } }, - [5199]={ + [5232]={ [1]={ [1]={ limit={ @@ -113981,7 +115151,7 @@ return { [1]="chest_drop_additional_corrupted_item_divination_cards" } }, - [5200]={ + [5233]={ [1]={ [1]={ limit={ @@ -113997,7 +115167,7 @@ return { [1]="chest_drop_additional_currency_item_divination_cards" } }, - [5201]={ + [5234]={ [1]={ [1]={ limit={ @@ -114013,7 +115183,7 @@ return { [1]="chest_drop_additional_divination_cards_from_current_world_area" } }, - [5202]={ + [5235]={ [1]={ [1]={ limit={ @@ -114029,7 +115199,7 @@ return { [1]="chest_drop_additional_divination_cards_from_same_set" } }, - [5203]={ + [5236]={ [1]={ [1]={ limit={ @@ -114045,7 +115215,7 @@ return { [1]="chest_drop_additional_unique_item_divination_cards" } }, - [5204]={ + [5237]={ [1]={ [1]={ limit={ @@ -114061,7 +115231,7 @@ return { [1]="chest_number_of_additional_pirate_uniques_to_drop" } }, - [5205]={ + [5238]={ [1]={ [1]={ limit={ @@ -114090,7 +115260,7 @@ return { [1]="chill_and_freeze_duration_+%" } }, - [5206]={ + [5239]={ [1]={ [1]={ limit={ @@ -114115,7 +115285,7 @@ return { [1]="chill_attackers_for_4_seconds_on_block_%_chance" } }, - [5207]={ + [5240]={ [1]={ [1]={ limit={ @@ -114131,7 +115301,7 @@ return { [1]="chill_chance_based_on_damage_fixed_magnitude" } }, - [5208]={ + [5241]={ [1]={ [1]={ limit={ @@ -114160,7 +115330,7 @@ return { [1]="chill_effect_+%_while_mana_leeching" } }, - [5209]={ + [5242]={ [1]={ [1]={ limit={ @@ -114176,7 +115346,7 @@ return { [1]="chill_effect_is_reversed" } }, - [5210]={ + [5243]={ [1]={ [1]={ limit={ @@ -114205,7 +115375,7 @@ return { [1]="chill_effect_+%" } }, - [5211]={ + [5244]={ [1]={ [1]={ limit={ @@ -114234,7 +115404,7 @@ return { [1]="chill_effect_+%_with_critical_strikes" } }, - [5212]={ + [5245]={ [1]={ [1]={ limit={ @@ -114250,7 +115420,7 @@ return { [1]="chill_minimum_slow_%_from_mastery" } }, - [5213]={ + [5246]={ [1]={ [1]={ limit={ @@ -114266,7 +115436,7 @@ return { [1]="chill_nearby_enemies_when_you_focus" } }, - [5214]={ + [5247]={ [1]={ [1]={ limit={ @@ -114282,7 +115452,7 @@ return { [1]="chilled_enemies_have_no_elemental_resistance" } }, - [5215]={ + [5248]={ [1]={ [1]={ limit={ @@ -114307,7 +115477,7 @@ return { [1]="chilled_ground_when_hit_with_attack_%" } }, - [5216]={ + [5249]={ [1]={ [1]={ limit={ @@ -114336,7 +115506,7 @@ return { [1]="chilling_areas_also_grant_curse_effect_+%" } }, - [5217]={ + [5250]={ [1]={ [1]={ limit={ @@ -114365,7 +115535,7 @@ return { [1]="chilling_areas_also_grant_lightning_damage_taken_+%" } }, - [5218]={ + [5251]={ [1]={ [1]={ limit={ @@ -114381,7 +115551,7 @@ return { [1]="chills_from_your_hits_cause_shattering" } }, - [5219]={ + [5252]={ [1]={ [1]={ limit={ @@ -114406,7 +115576,7 @@ return { [1]="chronomancer_every_10_seconds_+%_final_cast_speed_for_5_seconds" } }, - [5220]={ + [5253]={ [1]={ [1]={ limit={ @@ -114422,7 +115592,7 @@ return { [1]="chronomancer_reserves_no_mana" } }, - [5221]={ + [5254]={ [1]={ [1]={ [1]={ @@ -114459,7 +115629,7 @@ return { [1]="clarity_mana_reservation_efficiency_-2%_per_1" } }, - [5222]={ + [5255]={ [1]={ [1]={ limit={ @@ -114488,7 +115658,7 @@ return { [1]="clarity_mana_reservation_efficiency_+%" } }, - [5223]={ + [5256]={ [1]={ [1]={ limit={ @@ -114504,7 +115674,7 @@ return { [1]="clarity_reserves_no_mana" } }, - [5224]={ + [5257]={ [1]={ [1]={ limit={ @@ -114520,7 +115690,7 @@ return { [1]="claw_damage_against_enemies_on_low_life_+%" } }, - [5225]={ + [5258]={ [1]={ [1]={ limit={ @@ -114549,7 +115719,7 @@ return { [1]="claw_damage_+%_while_on_low_life" } }, - [5226]={ + [5259]={ [1]={ [1]={ limit={ @@ -114565,7 +115735,7 @@ return { [1]="cleave_fortify_on_hit" } }, - [5227]={ + [5260]={ [1]={ [1]={ limit={ @@ -114581,7 +115751,7 @@ return { [1]="cleave_+1_base_radius_per_nearby_enemy_up_to_10" } }, - [5228]={ + [5261]={ [1]={ [1]={ limit={ @@ -114610,7 +115780,7 @@ return { [1]="cobra_lash_damage_+%" } }, - [5229]={ + [5262]={ [1]={ [1]={ limit={ @@ -114635,7 +115805,7 @@ return { [1]="cobra_lash_number_of_additional_chains" } }, - [5230]={ + [5263]={ [1]={ [1]={ limit={ @@ -114664,7 +115834,7 @@ return { [1]="cobra_lash_projectile_speed_+%" } }, - [5231]={ + [5264]={ [1]={ [1]={ limit={ @@ -114693,7 +115863,7 @@ return { [1]="cold_ailment_duration_+%" } }, - [5232]={ + [5265]={ [1]={ [1]={ limit={ @@ -114722,7 +115892,7 @@ return { [1]="cold_ailment_effect_+%_against_shocked_enemies" } }, - [5233]={ + [5266]={ [1]={ [1]={ limit={ @@ -114751,7 +115921,7 @@ return { [1]="cold_ailment_effect_+%" } }, - [5234]={ + [5267]={ [1]={ [1]={ limit={ @@ -114767,7 +115937,7 @@ return { [1]="cold_and_chaos_damage_resistance_%" } }, - [5235]={ + [5268]={ [1]={ [1]={ limit={ @@ -114783,7 +115953,7 @@ return { [1]="cold_and_lightning_hit_and_dot_damage_%_taken_as_fire_while_affected_by_purity_of_fire" } }, - [5236]={ + [5269]={ [1]={ [1]={ limit={ @@ -114799,7 +115969,7 @@ return { [1]="cold_damage_+%_per_cold_resistance_above_75" } }, - [5237]={ + [5270]={ [1]={ [1]={ limit={ @@ -114828,7 +115998,7 @@ return { [1]="cold_damage_+%_if_you_have_used_a_fire_skill_recently" } }, - [5238]={ + [5271]={ [1]={ [1]={ limit={ @@ -114844,7 +116014,7 @@ return { [1]="cold_damage_+%_per_25_dexterity" } }, - [5239]={ + [5272]={ [1]={ [1]={ limit={ @@ -114860,7 +116030,7 @@ return { [1]="cold_damage_+%_per_25_intelligence" } }, - [5240]={ + [5273]={ [1]={ [1]={ limit={ @@ -114876,7 +116046,7 @@ return { [1]="cold_damage_+%_per_25_strength" } }, - [5241]={ + [5274]={ [1]={ [1]={ limit={ @@ -114905,7 +116075,7 @@ return { [1]="cold_damage_+%_per_frenzy_charge" } }, - [5242]={ + [5275]={ [1]={ [1]={ limit={ @@ -114934,7 +116104,7 @@ return { [1]="cold_damage_+%_per_missing_cold_resistance" } }, - [5243]={ + [5276]={ [1]={ [1]={ limit={ @@ -114963,7 +116133,7 @@ return { [1]="cold_damage_+%_while_affected_by_hatred" } }, - [5244]={ + [5277]={ [1]={ [1]={ limit={ @@ -114992,7 +116162,7 @@ return { [1]="cold_damage_+%_while_affected_by_herald_of_ice" } }, - [5245]={ + [5278]={ [1]={ [1]={ limit={ @@ -115021,7 +116191,7 @@ return { [1]="cold_damage_+%_while_off_hand_is_empty" } }, - [5246]={ + [5279]={ [1]={ [1]={ limit={ @@ -115037,7 +116207,7 @@ return { [1]="cold_damage_resistance_%_while_affected_by_herald_of_ice" } }, - [5247]={ + [5280]={ [1]={ [1]={ limit={ @@ -115053,7 +116223,7 @@ return { [1]="cold_damage_taken_goes_to_life_over_4_seconds_%" } }, - [5248]={ + [5281]={ [1]={ [1]={ limit={ @@ -115069,7 +116239,7 @@ return { [1]="cold_damage_taken_+" } }, - [5249]={ + [5282]={ [1]={ [1]={ limit={ @@ -115098,7 +116268,7 @@ return { [1]="cold_damage_taken_+%_if_have_been_hit_recently" } }, - [5250]={ + [5283]={ [1]={ [1]={ limit={ @@ -115127,7 +116297,7 @@ return { [1]="cold_damage_with_attack_skills_+%" } }, - [5251]={ + [5284]={ [1]={ [1]={ limit={ @@ -115156,7 +116326,7 @@ return { [1]="cold_damage_with_spell_skills_+%" } }, - [5252]={ + [5285]={ [1]={ [1]={ limit={ @@ -115185,7 +116355,7 @@ return { [1]="cold_exposure_effect_+%" } }, - [5253]={ + [5286]={ [1]={ [1]={ limit={ @@ -115210,7 +116380,7 @@ return { [1]="cold_exposure_on_hit_magnitude" } }, - [5254]={ + [5287]={ [1]={ [1]={ limit={ @@ -115226,7 +116396,7 @@ return { [1]="cold_exposure_you_inflict_lowers_cold_resistance_by_extra_%" } }, - [5255]={ + [5288]={ [1]={ [1]={ limit={ @@ -115242,7 +116412,7 @@ return { [1]="cold_hit_and_dot_damage_%_taken_as_fire" } }, - [5256]={ + [5289]={ [1]={ [1]={ limit={ @@ -115258,7 +116428,7 @@ return { [1]="cold_hit_and_dot_damage_%_taken_as_lightning" } }, - [5257]={ + [5290]={ [1]={ [1]={ limit={ @@ -115287,7 +116457,7 @@ return { [1]="cold_hit_damage_+%_vs_shocked_enemies" } }, - [5258]={ + [5291]={ [1]={ [1]={ limit={ @@ -115303,7 +116473,7 @@ return { [1]="cold_penetration_%_vs_chilled_enemies" } }, - [5259]={ + [5292]={ [1]={ [1]={ limit={ @@ -115319,7 +116489,7 @@ return { [1]="cold_projectile_mine_critical_multiplier_+" } }, - [5260]={ + [5293]={ [1]={ [1]={ limit={ @@ -115348,7 +116518,7 @@ return { [1]="cold_projectile_mine_damage_+%" } }, - [5261]={ + [5294]={ [1]={ [1]={ [1]={ @@ -115377,7 +116547,7 @@ return { [1]="cold_projectile_mine_throwing_speed_negated_+%" } }, - [5262]={ + [5295]={ [1]={ [1]={ limit={ @@ -115406,7 +116576,7 @@ return { [1]="cold_projectile_mine_throwing_speed_+%" } }, - [5263]={ + [5296]={ [1]={ [1]={ limit={ @@ -115435,7 +116605,7 @@ return { [1]="cold_reflect_damage_taken_+%_while_affected_by_purity_of_ice" } }, - [5264]={ + [5297]={ [1]={ [1]={ limit={ @@ -115451,7 +116621,7 @@ return { [1]="cold_resist_unaffected_by_area_penalties" } }, - [5265]={ + [5298]={ [1]={ [1]={ limit={ @@ -115467,7 +116637,7 @@ return { [1]="cold_skill_chance_to_inflict_cold_exposure_%" } }, - [5266]={ + [5299]={ [1]={ [1]={ limit={ @@ -115483,7 +116653,7 @@ return { [1]="cold_skill_gem_level_+" } }, - [5267]={ + [5300]={ [1]={ [1]={ limit={ @@ -115499,7 +116669,7 @@ return { [1]="cold_skills_chance_to_poison_on_hit_%" } }, - [5268]={ + [5301]={ [1]={ [1]={ limit={ @@ -115515,7 +116685,36 @@ return { [1]="cold_snap_uses_and_gains_power_charges_instead_of_frenzy" } }, - [5269]={ + [5302]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Skills deal {0}% increased Damage per Combo consumed, up to 40%" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Skills deal {0}% reduced Damage per Combo consumed, up to 40%" + } + }, + stats={ + [1]="combo_finisher_damage_+%_up_to_40%" + } + }, + [5303]={ [1]={ [1]={ limit={ @@ -115531,7 +116730,7 @@ return { [1]="combust_area_of_effect_+%" } }, - [5270]={ + [5304]={ [1]={ [1]={ limit={ @@ -115547,7 +116746,7 @@ return { [1]="combust_is_disabled" } }, - [5271]={ + [5305]={ [1]={ [1]={ limit={ @@ -115576,7 +116775,7 @@ return { [1]="companion_accuracy_rating_+%" } }, - [5272]={ + [5306]={ [1]={ [1]={ limit={ @@ -115605,7 +116804,7 @@ return { [1]="companion_area_of_effect_+%" } }, - [5273]={ + [5307]={ [1]={ [1]={ limit={ @@ -115634,7 +116833,7 @@ return { [1]="companion_attack_speed_+%" } }, - [5274]={ + [5308]={ [1]={ [1]={ limit={ @@ -115650,7 +116849,36 @@ return { [1]="companion_chaos_resistance_%" } }, - [5275]={ + [5309]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Companions deal {0}% increased damage against Immobilised enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Companions deal {0}% reduced damage against Immobilised enemies" + } + }, + stats={ + [1]="companion_damage_+%_vs_immobilised_enemies" + } + }, + [5310]={ [1]={ [1]={ limit={ @@ -115666,7 +116894,7 @@ return { [1]="companion_damage_increases_and_reductions_also_affects_you" } }, - [5276]={ + [5311]={ [1]={ [1]={ limit={ @@ -115695,7 +116923,7 @@ return { [1]="companion_damage_+%" } }, - [5277]={ + [5312]={ [1]={ [1]={ limit={ @@ -115711,7 +116939,7 @@ return { [1]="companion_elemental_resistance_%" } }, - [5278]={ + [5313]={ [1]={ [1]={ limit={ @@ -115740,7 +116968,7 @@ return { [1]="companion_maximum_life_+%" } }, - [5279]={ + [5314]={ [1]={ [1]={ limit={ @@ -115769,7 +116997,7 @@ return { [1]="companion_reservation_+%" } }, - [5280]={ + [5315]={ [1]={ [1]={ limit={ @@ -115785,7 +117013,7 @@ return { [1]="companion_takes_%_damage_before_you" } }, - [5281]={ + [5316]={ [1]={ [1]={ limit={ @@ -115801,7 +117029,7 @@ return { [1]="companion_takes_%_damage_before_you_from_support" } }, - [5282]={ + [5317]={ [1]={ [1]={ limit={ @@ -115817,7 +117045,7 @@ return { [1]="companions_gain_your_dexterity" } }, - [5283]={ + [5318]={ [1]={ [1]={ limit={ @@ -115833,7 +117061,7 @@ return { [1]="companions_gain_your_strength" } }, - [5284]={ + [5319]={ [1]={ [1]={ limit={ @@ -115849,7 +117077,7 @@ return { [1]="conductivity_no_reservation" } }, - [5285]={ + [5320]={ [1]={ [1]={ limit={ @@ -115865,7 +117093,7 @@ return { [1]="consecrated_ground_additional_physical_damage_reduction_%" } }, - [5286]={ + [5321]={ [1]={ [1]={ limit={ @@ -115881,7 +117109,7 @@ return { [1]="consecrated_ground_allies_recover_es_as_well_as_life_from_life_regeneration" } }, - [5287]={ + [5322]={ [1]={ [1]={ limit={ @@ -115910,7 +117138,7 @@ return { [1]="consecrated_ground_area_+%" } }, - [5288]={ + [5323]={ [1]={ [1]={ limit={ @@ -115939,7 +117167,7 @@ return { [1]="consecrated_ground_effect_+%" } }, - [5289]={ + [5324]={ [1]={ [1]={ limit={ @@ -115968,7 +117196,7 @@ return { [1]="consecrated_ground_enemy_damage_taken_+%" } }, - [5290]={ + [5325]={ [1]={ [1]={ limit={ @@ -115997,7 +117225,7 @@ return { [1]="consecrated_ground_enemy_damage_taken_+%_while_affected_by_zealotry" } }, - [5291]={ + [5326]={ [1]={ [1]={ limit={ @@ -116013,7 +117241,7 @@ return { [1]="consecrated_ground_immune_to_curses" } }, - [5292]={ + [5327]={ [1]={ [1]={ limit={ @@ -116029,7 +117257,7 @@ return { [1]="consecrated_ground_immune_to_status_ailments" } }, - [5293]={ + [5328]={ [1]={ [1]={ [1]={ @@ -116049,7 +117277,7 @@ return { [1]="consecrated_ground_effect_lingers_for_ms_after_leaving_the_area_while_affected_by_zealotry" } }, - [5294]={ + [5329]={ [1]={ [1]={ limit={ @@ -116074,7 +117302,7 @@ return { [1]="consecrated_ground_on_death" } }, - [5295]={ + [5330]={ [1]={ [1]={ limit={ @@ -116099,7 +117327,7 @@ return { [1]="consecrated_ground_on_hit" } }, - [5296]={ + [5331]={ [1]={ [1]={ limit={ @@ -116115,7 +117343,7 @@ return { [1]="consecrated_ground_radius_on_hit_enemy_magic_rare_unique_every_3_seconds" } }, - [5297]={ + [5332]={ [1]={ [1]={ limit={ @@ -116131,7 +117359,7 @@ return { [1]="consecrated_ground_while_stationary_radius" } }, - [5298]={ + [5333]={ [1]={ [1]={ limit={ @@ -116147,7 +117375,7 @@ return { [1]="consecrated_ground_while_stationary_radius_if_highest_attribute_is_strength" } }, - [5299]={ + [5334]={ [1]={ [1]={ limit={ @@ -116163,7 +117391,7 @@ return { [1]="consecrated_path_and_purifying_flame_create_profane_ground_instead_of_consecrated_ground" } }, - [5300]={ + [5335]={ [1]={ [1]={ limit={ @@ -116192,7 +117420,7 @@ return { [1]="consecrated_path_area_of_effect_+%" } }, - [5301]={ + [5336]={ [1]={ [1]={ limit={ @@ -116221,7 +117449,7 @@ return { [1]="consecrated_path_damage_+%" } }, - [5302]={ + [5337]={ [1]={ [1]={ limit={ @@ -116237,7 +117465,7 @@ return { [1]="consume_X_life_instead_of_last_crossbow_bolt" } }, - [5303]={ + [5338]={ [1]={ [1]={ limit={ @@ -116253,7 +117481,7 @@ return { [1]="consume_enemy_freeze_to_guarantee_crit" } }, - [5304]={ + [5339]={ [1]={ [1]={ limit={ @@ -116282,7 +117510,7 @@ return { [1]="consume_nearby_corpse_every_3_seconds_to_recover_%_maximum_life" } }, - [5305]={ + [5340]={ [1]={ [1]={ limit={ @@ -116303,7 +117531,7 @@ return { [2]="bow_attacks_deal_added_physical_damage_equal_to_x%_of_life_flask_recovery_amount" } }, - [5306]={ + [5341]={ [1]={ [1]={ limit={ @@ -116328,7 +117556,7 @@ return { [1]="contagion_spread_on_hit_affected_enemy_%" } }, - [5307]={ + [5342]={ [1]={ [1]={ limit={ @@ -116357,7 +117585,7 @@ return { [1]="conversation_trap_converted_enemy_damage_+%" } }, - [5308]={ + [5343]={ [1]={ [1]={ limit={ @@ -116386,7 +117614,7 @@ return { [1]="conversion_trap_converted_enemies_chance_to_taunt_on_hit_%" } }, - [5309]={ + [5344]={ [1]={ [1]={ limit={ @@ -116402,7 +117630,7 @@ return { [1]="convert_all_life_leech_to_energy_shield_leech" } }, - [5310]={ + [5345]={ [1]={ [1]={ limit={ @@ -116418,7 +117646,7 @@ return { [1]="cooldown_recovery_+%_if_cast_temporal_chains_in_past_10_seconds" } }, - [5311]={ + [5346]={ [1]={ [1]={ limit={ @@ -116447,7 +117675,7 @@ return { [1]="cooldown_recovery_+%_per_power_charge" } }, - [5312]={ + [5347]={ [1]={ [1]={ limit={ @@ -116476,7 +117704,7 @@ return { [1]="cooldown_speed_+%_per_brand_up_to_40%" } }, - [5313]={ + [5348]={ [1]={ [1]={ limit={ @@ -116501,7 +117729,7 @@ return { [1]="corpse_erruption_base_maximum_number_of_geyers" } }, - [5314]={ + [5349]={ [1]={ [1]={ limit={ @@ -116530,7 +117758,7 @@ return { [1]="corpse_eruption_cast_speed_+%" } }, - [5315]={ + [5350]={ [1]={ [1]={ limit={ @@ -116559,7 +117787,7 @@ return { [1]="corpse_eruption_damage_+%" } }, - [5316]={ + [5351]={ [1]={ [1]={ limit={ @@ -116588,7 +117816,7 @@ return { [1]="corpse_warp_cast_speed_+%" } }, - [5317]={ + [5352]={ [1]={ [1]={ limit={ @@ -116617,7 +117845,7 @@ return { [1]="corpse_warp_damage_+%" } }, - [5318]={ + [5353]={ [1]={ [1]={ limit={ @@ -116633,7 +117861,7 @@ return { [1]="corpses_in_your_area_of_effect_explode_dealing_%_maximum_life_physical_damage_on_warcry" } }, - [5319]={ + [5354]={ [1]={ [1]={ limit={ @@ -116649,7 +117877,7 @@ return { [1]="corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second" } }, - [5320]={ + [5355]={ [1]={ [1]={ limit={ @@ -116665,7 +117893,7 @@ return { [1]="corrupting_fever_apply_additional_corrupted_blood_%" } }, - [5321]={ + [5356]={ [1]={ [1]={ limit={ @@ -116694,7 +117922,7 @@ return { [1]="corrupting_fever_damage_+%" } }, - [5322]={ + [5357]={ [1]={ [1]={ limit={ @@ -116723,7 +117951,7 @@ return { [1]="corrupting_fever_duration_+%" } }, - [5323]={ + [5358]={ [1]={ [1]={ limit={ @@ -116752,7 +117980,7 @@ return { [1]="counterattacks_cooldown_recovery_+%" } }, - [5324]={ + [5359]={ [1]={ [1]={ limit={ @@ -116768,7 +117996,7 @@ return { [1]="counterattacks_deal_double_damage" } }, - [5325]={ + [5360]={ [1]={ [1]={ limit={ @@ -116793,7 +118021,7 @@ return { [1]="counterattacks_debilitate_for_1_second_on_hit_%_chance" } }, - [5326]={ + [5361]={ [1]={ [1]={ limit={ @@ -116809,7 +118037,7 @@ return { [1]="cover_in_ash_for_x_seconds_when_igniting_enemy" } }, - [5327]={ + [5362]={ [1]={ [1]={ limit={ @@ -116834,7 +118062,7 @@ return { [1]="cover_in_ash_on_hit_%" } }, - [5328]={ + [5363]={ [1]={ [1]={ limit={ @@ -116850,7 +118078,7 @@ return { [1]="cover_in_ash_on_hit_%_while_you_are_burning" } }, - [5329]={ + [5364]={ [1]={ [1]={ limit={ @@ -116866,7 +118094,7 @@ return { [1]="cover_in_frost_for_x_seconds_when_freezing_enemy" } }, - [5330]={ + [5365]={ [1]={ [1]={ limit={ @@ -116882,7 +118110,7 @@ return { [1]="cover_in_frost_on_hit" } }, - [5331]={ + [5366]={ [1]={ [1]={ limit={ @@ -116911,7 +118139,7 @@ return { [1]="crackling_lance_cast_speed_+%" } }, - [5332]={ + [5367]={ [1]={ [1]={ limit={ @@ -116940,7 +118168,7 @@ return { [1]="crackling_lance_damage_+%" } }, - [5333]={ + [5368]={ [1]={ [1]={ limit={ @@ -116956,7 +118184,7 @@ return { [1]="create_additional_brand_%_chance" } }, - [5334]={ + [5369]={ [1]={ [1]={ limit={ @@ -116972,7 +118200,7 @@ return { [1]="create_blighted_spore_on_killing_rare_enemy" } }, - [5335]={ + [5370]={ [1]={ [1]={ limit={ @@ -116988,7 +118216,7 @@ return { [1]="create_chilling_ground_on_freeze" } }, - [5336]={ + [5371]={ [1]={ [1]={ limit={ @@ -117004,7 +118232,7 @@ return { [1]="create_consecrated_ground_on_hit_%_vs_rare_or_unique_enemy" } }, - [5337]={ + [5372]={ [1]={ [1]={ limit={ @@ -117020,7 +118248,7 @@ return { [1]="create_consecrated_ground_on_kill_%" } }, - [5338]={ + [5373]={ [1]={ [1]={ limit={ @@ -117045,7 +118273,7 @@ return { [1]="create_enemy_meteor_daemon_on_flask_use_%_chance" } }, - [5339]={ + [5374]={ [1]={ [1]={ limit={ @@ -117066,7 +118294,7 @@ return { [2]="create_herald_of_thunder_storm_on_shocking_enemy" } }, - [5340]={ + [5375]={ [1]={ [1]={ limit={ @@ -117082,7 +118310,7 @@ return { [1]="create_profane_ground_instead_of_consecrated_ground" } }, - [5341]={ + [5376]={ [1]={ [1]={ limit={ @@ -117098,7 +118326,23 @@ return { [1]="create_smoke_cloud_on_kill_%_chance" } }, - [5342]={ + [5377]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance for Remnants you pick up to count as picking up an additional Remnant" + } + }, + stats={ + [1]="created_remnants_have_%_chance_to_duplicate_pick_up_results" + } + }, + [5378]={ [1]={ [1]={ limit={ @@ -117127,7 +118371,7 @@ return { [1]="creeping_frost_cold_snap_chance_to_sap_%_vs_enemies_in_chilling_areas" } }, - [5343]={ + [5379]={ [1]={ [1]={ [1]={ @@ -117147,7 +118391,7 @@ return { [1]="cremation_base_fires_projectile_every_x_ms" } }, - [5344]={ + [5380]={ [1]={ [1]={ limit={ @@ -117176,7 +118420,32 @@ return { [1]="critical_strike_chance_+%_vs_shocked_enemies" } }, - [5345]={ + [5381]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Critical Hit chance is Lucky against Parried enemies" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Critical Hit chance is Unlucky against Parried enemies" + } + }, + stats={ + [1]="critical_chance_luck_against_parry_debuffed_enemies" + } + }, + [5382]={ [1]={ [1]={ limit={ @@ -117192,7 +118461,7 @@ return { [1]="critical_damage_+1%_per_X_current_life" } }, - [5346]={ + [5383]={ [1]={ [1]={ limit={ @@ -117221,7 +118490,7 @@ return { [1]="critical_hit_bleeding_effect_+%" } }, - [5347]={ + [5384]={ [1]={ [1]={ limit={ @@ -117250,7 +118519,36 @@ return { [1]="critical_hit_chance_+%_against_enemies_entered_your_presence_recently" } }, - [5348]={ + [5385]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Critical Hit Chance against Humanoids" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Critical Hit Chance against Humanoids" + } + }, + stats={ + [1]="critical_hit_chance_+%_vs_humanoids" + } + }, + [5386]={ [1]={ [1]={ limit={ @@ -117279,7 +118577,7 @@ return { [1]="critical_hit_damage_+%_against_enemies_exited_your_presence_recently" } }, - [5349]={ + [5387]={ [1]={ [1]={ limit={ @@ -117308,7 +118606,36 @@ return { [1]="critical_hit_damage_bonus_+%_if_consumed_power_charge_recently" } }, - [5350]={ + [5388]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Projectiles have {0}% increased Critical Damage Bonus against Enemies further than 6m" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Projectiles have {0}% reduced Critical Damage Bonus against Enemies further than 6m" + } + }, + stats={ + [1]="critical_hit_damage_bonus_+%_vs_enemies_further_than_6m_distance" + } + }, + [5389]={ [1]={ [1]={ limit={ @@ -117337,7 +118664,7 @@ return { [1]="critical_hit_damage_bonus_+%_vs_enemies_within_2m_distance" } }, - [5351]={ + [5390]={ [1]={ [1]={ limit={ @@ -117366,7 +118693,7 @@ return { [1]="critical_hit_damaging_ailment_effect_+%" } }, - [5352]={ + [5391]={ [1]={ [1]={ limit={ @@ -117395,7 +118722,7 @@ return { [1]="critical_hit_ignite_effect_+%" } }, - [5353]={ + [5392]={ [1]={ [1]={ limit={ @@ -117424,7 +118751,7 @@ return { [1]="critical_hit_poison_effect_+%" } }, - [5354]={ + [5393]={ [1]={ [1]={ limit={ @@ -117440,7 +118767,7 @@ return { [1]="critical_hits_always_apply_impale" } }, - [5355]={ + [5394]={ [1]={ [1]={ limit={ @@ -117456,7 +118783,7 @@ return { [1]="critical_hits_cannot_consume_impale" } }, - [5356]={ + [5395]={ [1]={ [1]={ limit={ @@ -117472,7 +118799,7 @@ return { [1]="critical_hits_ignore_armour" } }, - [5357]={ + [5396]={ [1]={ [1]={ limit={ @@ -117488,7 +118815,36 @@ return { [1]="critical_multiplier_+%_per_10_max_es_on_shield" } }, - [5358]={ + [5397]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Critical Hit Chance against Marked Enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Critical Hit Chance against Marked Enemy" + } + }, + stats={ + [1]="critical_strike_chance_+%_against_enemies_marked_by_you" + } + }, + [5398]={ [1]={ [1]={ limit={ @@ -117517,7 +118873,36 @@ return { [1]="critical_strike_chance_+%_final_while_affected_by_precision" } }, - [5359]={ + [5399]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Critical Hit Chance if you've Triggered a Skill Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Critical Hit Chance if you've Triggered a Skill Recently" + } + }, + stats={ + [1]="critical_strike_chance_+%_if_triggered_skill_recently" + } + }, + [5400]={ [1]={ [1]={ limit={ @@ -117546,7 +118931,7 @@ return { [1]="critical_strike_chance_+%_per_socketed_blue_support_gem" } }, - [5360]={ + [5401]={ [1]={ [1]={ limit={ @@ -117575,7 +118960,7 @@ return { [1]="critical_strike_chance_+%_vs_dazed_enemies" } }, - [5361]={ + [5402]={ [1]={ [1]={ limit={ @@ -117604,7 +118989,7 @@ return { [1]="critical_strike_chance_+%_vs_enemies_further_than_6m_distance" } }, - [5362]={ + [5403]={ [1]={ [1]={ limit={ @@ -117613,7 +118998,7 @@ return { [2]="#" } }, - text="{0}% increased Critical Hit Chance against enemies with Lightning Exposure" + text="{0}% increased Critical Hit Chance against enemies with Exposure" }, [2]={ [1]={ @@ -117626,14 +119011,72 @@ return { [2]=-1 } }, - text="{0}% reduced Critical Hit Chance against enemies with Lightning Exposure" + text="{0}% reduced Critical Hit Chance against enemies with Exposure" } }, stats={ - [1]="critical_strike_chance_+%_vs_enemies_with_lightning_exposure" + [1]="critical_strike_chance_+%_vs_exposed" } }, - [5363]={ + [5404]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Critical Hit Chance against Immobilised enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Critical Hit Chance against Immobilised enemies" + } + }, + stats={ + [1]="critical_strike_chance_+%_vs_immobilised_enemies" + } + }, + [5405]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Critical Hit Chance against Marked Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Critical Hit Chance against Marked Enemies" + } + }, + stats={ + [1]="critical_strike_chance_+%_vs_marked_enemies" + } + }, + [5406]={ [1]={ [1]={ limit={ @@ -117662,7 +119105,7 @@ return { [1]="critical_strike_chance_+%_with_unarmed_attacks" } }, - [5364]={ + [5407]={ [1]={ [1]={ limit={ @@ -117691,7 +119134,7 @@ return { [1]="critical_strike_chance_against_cursed_enemies_+%" } }, - [5365]={ + [5408]={ [1]={ [1]={ limit={ @@ -117707,7 +119150,7 @@ return { [1]="critical_strike_chance_increased_by_lightning_resistance" } }, - [5366]={ + [5409]={ [1]={ [1]={ limit={ @@ -117723,23 +119166,7 @@ return { [1]="critical_strike_chance_increased_by_overcapped_lightning_resistance" } }, - [5367]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Critical Hit Chance is increased by chance to Suppress Spell Damage" - } - }, - stats={ - [1]="critical_strike_chance_increased_by_spell_suppression_chance" - } - }, - [5368]={ + [5410]={ [1]={ [1]={ limit={ @@ -117755,7 +119182,7 @@ return { [1]="critical_strike_chance_+%_against_enemies_on_consecrated_ground_while_affected_by_zealotry" } }, - [5369]={ + [5411]={ [1]={ [1]={ limit={ @@ -117784,7 +119211,7 @@ return { [1]="critical_strike_chance_+%_during_any_flask_effect" } }, - [5370]={ + [5412]={ [1]={ [1]={ limit={ @@ -117813,7 +119240,7 @@ return { [1]="critical_strike_chance_+%_final_while_unhinged" } }, - [5371]={ + [5413]={ [1]={ [1]={ limit={ @@ -117842,7 +119269,7 @@ return { [1]="critical_strike_chance_+%_for_spells_if_you_have_killed_recently" } }, - [5372]={ + [5414]={ [1]={ [1]={ limit={ @@ -117871,7 +119298,7 @@ return { [1]="critical_strike_chance_+%_if_enemy_killed_recently" } }, - [5373]={ + [5415]={ [1]={ [1]={ limit={ @@ -117900,7 +119327,7 @@ return { [1]="critical_strike_chance_+%_if_have_been_shocked_recently" } }, - [5374]={ + [5416]={ [1]={ [1]={ limit={ @@ -117929,7 +119356,7 @@ return { [1]="critical_strike_chance_+%_if_have_not_crit_recently" } }, - [5375]={ + [5417]={ [1]={ [1]={ limit={ @@ -117958,7 +119385,7 @@ return { [1]="critical_strike_chance_+%_if_havent_blocked_recently" } }, - [5376]={ + [5418]={ [1]={ [1]={ limit={ @@ -117987,7 +119414,7 @@ return { [1]="critical_strike_chance_+%_if_not_gained_power_charge_recently" } }, - [5377]={ + [5419]={ [1]={ [1]={ limit={ @@ -118016,7 +119443,7 @@ return { [1]="critical_strike_chance_+%_per_10_strength" } }, - [5378]={ + [5420]={ [1]={ [1]={ limit={ @@ -118032,7 +119459,7 @@ return { [1]="critical_strike_chance_+%_per_25_intelligence" } }, - [5379]={ + [5421]={ [1]={ [1]={ limit={ @@ -118061,7 +119488,7 @@ return { [1]="critical_strike_chance_+%_per_blitz_charge" } }, - [5380]={ + [5422]={ [1]={ [1]={ limit={ @@ -118090,7 +119517,7 @@ return { [1]="critical_strike_chance_+%_per_brand" } }, - [5381]={ + [5423]={ [1]={ [1]={ limit={ @@ -118119,7 +119546,7 @@ return { [1]="critical_strike_chance_+%_per_endurance_charge" } }, - [5382]={ + [5424]={ [1]={ [1]={ limit={ @@ -118148,7 +119575,7 @@ return { [1]="critical_strike_chance_+%_per_frenzy_charge" } }, - [5383]={ + [5425]={ [1]={ [1]={ limit={ @@ -118177,7 +119604,7 @@ return { [1]="critical_strike_chance_+%_per_intensity" } }, - [5384]={ + [5426]={ [1]={ [1]={ limit={ @@ -118206,7 +119633,7 @@ return { [1]="critical_strike_chance_+%_per_mine_detonated_recently_up_to_100%" } }, - [5385]={ + [5427]={ [1]={ [1]={ limit={ @@ -118235,36 +119662,7 @@ return { [1]="critical_strike_chance_+%_per_righteous_charge" } }, - [5386]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Critical Hit Chance against Marked Enemy" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Critical Hit Chance against Marked Enemy" - } - }, - stats={ - [1]="critical_strike_chance_+%_vs_marked_enemy" - } - }, - [5387]={ + [5428]={ [1]={ [1]={ limit={ @@ -118293,7 +119691,7 @@ return { [1]="critical_strike_chance_+%_vs_taunted_enemies" } }, - [5388]={ + [5429]={ [1]={ [1]={ limit={ @@ -118322,7 +119720,7 @@ return { [1]="critical_strike_chance_+%_while_affected_by_wrath" } }, - [5389]={ + [5430]={ [1]={ [1]={ limit={ @@ -118351,7 +119749,7 @@ return { [1]="critical_strike_chance_+%_while_channelling" } }, - [5390]={ + [5431]={ [1]={ [1]={ limit={ @@ -118380,7 +119778,7 @@ return { [1]="spell_critical_strike_chance_+%_while_dual_wielding" } }, - [5391]={ + [5432]={ [1]={ [1]={ limit={ @@ -118409,7 +119807,7 @@ return { [1]="spell_critical_strike_chance_+%_while_holding_shield" } }, - [5392]={ + [5433]={ [1]={ [1]={ limit={ @@ -118438,7 +119836,7 @@ return { [1]="spell_critical_strike_chance_+%_while_wielding_staff" } }, - [5393]={ + [5434]={ [1]={ [1]={ limit={ @@ -118467,7 +119865,7 @@ return { [1]="critical_strike_chance_+%_while_you_have_depleted_physical_aegis" } }, - [5394]={ + [5435]={ [1]={ [1]={ limit={ @@ -118483,7 +119881,7 @@ return { [1]="critical_strike_damage_cannot_be_reflected" } }, - [5395]={ + [5436]={ [1]={ [1]={ limit={ @@ -118499,7 +119897,7 @@ return { [1]="critical_strike_multiplier_+_if_have_dealt_non_crit_recently" } }, - [5396]={ + [5437]={ [1]={ [1]={ limit={ @@ -118515,7 +119913,7 @@ return { [1]="critical_strike_multiplier_+_vs_stunned_enemies" } }, - [5397]={ + [5438]={ [1]={ [1]={ limit={ @@ -118531,7 +119929,7 @@ return { [1]="critical_strike_multiplier_for_arrows_that_pierce_+" } }, - [5398]={ + [5439]={ [1]={ [1]={ limit={ @@ -118540,14 +119938,14 @@ return { [2]="#" } }, - text="Your Critical Damage Bonus is 300%" + text="Your Critical Damage Bonus is 250%" } }, stats={ - [1]="critical_strike_multiplier_is_300" + [1]="critical_strike_multiplier_is_250" } }, - [5399]={ + [5440]={ [1]={ [1]={ limit={ @@ -118563,7 +119961,7 @@ return { [1]="critical_strike_multiplier_+_during_any_flask_effect" } }, - [5400]={ + [5441]={ [1]={ [1]={ limit={ @@ -118579,7 +119977,7 @@ return { [1]="critical_strike_multiplier_+_for_spells_if_you_havent_killed_recently" } }, - [5401]={ + [5442]={ [1]={ [1]={ limit={ @@ -118595,7 +119993,7 @@ return { [1]="critical_strike_multiplier_+_if_crit_with_a_herald_skill_recently" } }, - [5402]={ + [5443]={ [1]={ [1]={ limit={ @@ -118611,7 +120009,7 @@ return { [1]="critical_strike_multiplier_+_if_dexterity_higher_than_intelligence" } }, - [5403]={ + [5444]={ [1]={ [1]={ limit={ @@ -118627,7 +120025,7 @@ return { [1]="critical_strike_multiplier_+_if_enemy_killed_recently" } }, - [5404]={ + [5445]={ [1]={ [1]={ limit={ @@ -118643,7 +120041,7 @@ return { [1]="critical_strike_multiplier_+_if_enemy_shattered_recently" } }, - [5405]={ + [5446]={ [1]={ [1]={ limit={ @@ -118668,7 +120066,7 @@ return { [1]="critical_strike_multiplier_+_if_gained_power_charge_recently" } }, - [5406]={ + [5447]={ [1]={ [1]={ limit={ @@ -118697,7 +120095,7 @@ return { [1]="critical_strike_multiplier_+_if_have_not_dealt_critical_strike_recently" } }, - [5407]={ + [5448]={ [1]={ [1]={ limit={ @@ -118713,7 +120111,7 @@ return { [1]="critical_strike_multiplier_+_if_rare_or_unique_enemy_nearby" } }, - [5408]={ + [5449]={ [1]={ [1]={ limit={ @@ -118729,7 +120127,7 @@ return { [1]="critical_strike_multiplier_+_if_taken_a_savage_hit_recently" } }, - [5409]={ + [5450]={ [1]={ [1]={ limit={ @@ -118745,7 +120143,7 @@ return { [1]="critical_strike_multiplier_+_if_you_have_blocked_recently" } }, - [5410]={ + [5451]={ [1]={ [1]={ limit={ @@ -118761,7 +120159,7 @@ return { [1]="critical_strike_multiplier_+_if_youve_been_channelling_for_at_least_1_second" } }, - [5411]={ + [5452]={ [1]={ [1]={ limit={ @@ -118777,7 +120175,7 @@ return { [1]="critical_strike_multiplier_+_per_mine_detonated_recently_up_to_40" } }, - [5412]={ + [5453]={ [1]={ [1]={ limit={ @@ -118793,7 +120191,7 @@ return { [1]="critical_strike_multiplier_+_vs_taunted_enemies" } }, - [5413]={ + [5454]={ [1]={ [1]={ limit={ @@ -118809,7 +120207,7 @@ return { [1]="critical_strike_multiplier_+_vs_unique_enemies" } }, - [5414]={ + [5455]={ [1]={ [1]={ limit={ @@ -118825,7 +120223,7 @@ return { [1]="critical_strike_multiplier_+_while_affected_by_anger" } }, - [5415]={ + [5456]={ [1]={ [1]={ limit={ @@ -118841,7 +120239,7 @@ return { [1]="critical_strike_multiplier_+_while_affected_by_precision" } }, - [5416]={ + [5457]={ [1]={ [1]={ limit={ @@ -118857,7 +120255,7 @@ return { [1]="spell_critical_strike_multiplier_+_while_dual_wielding" } }, - [5417]={ + [5458]={ [1]={ [1]={ limit={ @@ -118873,7 +120271,7 @@ return { [1]="spell_critical_strike_multiplier_+_while_holding_shield" } }, - [5418]={ + [5459]={ [1]={ [1]={ limit={ @@ -118889,7 +120287,7 @@ return { [1]="spell_critical_strike_multiplier_+_while_wielding_staff" } }, - [5419]={ + [5460]={ [1]={ [1]={ limit={ @@ -118905,7 +120303,7 @@ return { [1]="critical_strike_multiplier_+_with_herald_skills" } }, - [5420]={ + [5461]={ [1]={ [1]={ limit={ @@ -118921,7 +120319,7 @@ return { [1]="critical_strike_multiplier_+%_if_cast_enfeeble_in_past_10_seconds" } }, - [5421]={ + [5462]={ [1]={ [1]={ limit={ @@ -118937,7 +120335,7 @@ return { [1]="critical_strike_multiplier_+%_with_claws_daggers" } }, - [5422]={ + [5463]={ [1]={ [1]={ limit={ @@ -118953,7 +120351,7 @@ return { [1]="critical_strike_%_chance_to_deal_double_damage" } }, - [5423]={ + [5464]={ [1]={ [1]={ limit={ @@ -118969,7 +120367,7 @@ return { [1]="critical_strikes_always_knockback_shocked_enemies" } }, - [5424]={ + [5465]={ [1]={ [1]={ limit={ @@ -118985,7 +120383,7 @@ return { [1]="critical_strikes_deal_no_damage" } }, - [5425]={ + [5466]={ [1]={ [1]={ limit={ @@ -119001,7 +120399,7 @@ return { [1]="critical_strikes_do_not_always_ignite" } }, - [5426]={ + [5467]={ [1]={ [1]={ limit={ @@ -119017,7 +120415,7 @@ return { [1]="critical_strikes_from_spells_have_no_multiplier" } }, - [5427]={ + [5468]={ [1]={ [1]={ limit={ @@ -119033,7 +120431,7 @@ return { [1]="critical_strikes_ignore_lightning_resistance" } }, - [5428]={ + [5469]={ [1]={ [1]={ limit={ @@ -119049,7 +120447,7 @@ return { [1]="critical_strikes_ignore_positive_elemental_resistances" } }, - [5429]={ + [5470]={ [1]={ [1]={ limit={ @@ -119065,7 +120463,7 @@ return { [1]="critical_strikes_penetrates_%_elemental_resistances_while_affected_by_zealotry" } }, - [5430]={ + [5471]={ [1]={ [1]={ limit={ @@ -119081,7 +120479,7 @@ return { [1]="critical_support_gem_level_+" } }, - [5431]={ + [5472]={ [1]={ [1]={ limit={ @@ -119097,7 +120495,7 @@ return { [1]="crossbow_attack_%_chance_to_not_consume_ammo" } }, - [5432]={ + [5473]={ [1]={ [1]={ limit={ @@ -119113,7 +120511,7 @@ return { [1]="crossbow_attack_%_chance_to_not_consume_ammo_if_reloaded_recently" } }, - [5433]={ + [5474]={ [1]={ [1]={ limit={ @@ -119142,7 +120540,7 @@ return { [1]="crossbow_damage_+%_per_ammo_type_fired_in_past_10_seconds" } }, - [5434]={ + [5475]={ [1]={ [1]={ limit={ @@ -119158,7 +120556,7 @@ return { [1]="crossbow_skill_gem_level_+" } }, - [5435]={ + [5476]={ [1]={ [1]={ limit={ @@ -119174,7 +120572,7 @@ return { [1]="crowd_control_effects_are_triggered_at_%_poise_threshold_instead" } }, - [5436]={ + [5477]={ [1]={ [1]={ limit={ @@ -119203,7 +120601,7 @@ return { [1]="cruelty_effect_+%" } }, - [5437]={ + [5478]={ [1]={ [1]={ limit={ @@ -119228,7 +120626,7 @@ return { [1]="crush_for_2_seconds_on_hit_%_chance" } }, - [5438]={ + [5479]={ [1]={ [1]={ [1]={ @@ -119248,7 +120646,7 @@ return { [1]="crush_on_hit_ms_vs_full_life_enemies" } }, - [5439]={ + [5480]={ [1]={ [1]={ limit={ @@ -119264,7 +120662,7 @@ return { [1]="culling_strike_enemies_on_block" } }, - [5440]={ + [5481]={ [1]={ [1]={ limit={ @@ -119280,7 +120678,65 @@ return { [1]="culling_strike_on_enemies_affected_by_poachers_mark" } }, - [5441]={ + [5482]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Culling Strike Threshold against Immobilised Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Culling Strike Threshold against Immobilised Enemies" + } + }, + stats={ + [1]="culling_strike_threshold_+%_vs_immobilised_enemies" + } + }, + [5483]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Culling Strike Threshold against Rare or Unique Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Culling Strike Threshold against Rare or Unique Enemies" + } + }, + stats={ + [1]="culling_strike_threshold_+%_vs_rare_or_unique_monsters" + } + }, + [5484]={ [1]={ [1]={ limit={ @@ -119309,7 +120765,23 @@ return { [1]="culling_strike_threshold_+%" } }, - [5442]={ + [5485]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Culling Strike against Beasts while your Companion is in your Presence" + } + }, + stats={ + [1]="culling_strike_vs_beasts_while_in_presence_of_beast_companion" + } + }, + [5486]={ [1]={ [1]={ limit={ @@ -119325,7 +120797,7 @@ return { [1]="culling_strike_vs_cursed_enemies" } }, - [5443]={ + [5487]={ [1]={ [1]={ limit={ @@ -119341,7 +120813,7 @@ return { [1]="culling_strike_vs_marked_enemy" } }, - [5444]={ + [5488]={ [1]={ [1]={ limit={ @@ -119375,7 +120847,7 @@ return { [1]="current_energy_shield_%_as_elemental_damage_reduction" } }, - [5445]={ + [5489]={ [1]={ [1]={ limit={ @@ -119404,7 +120876,7 @@ return { [1]="curse_aura_skill_area_of_effect_+%" } }, - [5446]={ + [5490]={ [1]={ [1]={ limit={ @@ -119433,7 +120905,7 @@ return { [1]="curse_aura_skills_reservation_efficiency_+%" } }, - [5447]={ + [5491]={ [1]={ [1]={ [1]={ @@ -119470,7 +120942,7 @@ return { [1]="curse_aura_skills_mana_reservation_efficiency_-2%_per_1" } }, - [5448]={ + [5492]={ [1]={ [1]={ limit={ @@ -119499,7 +120971,7 @@ return { [1]="curse_aura_skills_mana_reservation_efficiency_+%" } }, - [5449]={ + [5493]={ [1]={ [1]={ limit={ @@ -119532,7 +121004,94 @@ return { [1]="curse_delay_+%" } }, - [5450]={ + [5494]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% slower Curse Activation per 20 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% faster Curse Activation per 20 Tribute" + } + }, + stats={ + [1]="curse_delay_+%_per_20_tribute" + } + }, + [5495]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Curse Duration if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Curse Duration if you have at least 100 Tribute" + } + }, + stats={ + [1]="curse_duration_+%_if_you_have_at_least_100_tribute" + } + }, + [5496]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Curse Duration per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Curse Duration per 10 Tribute" + } + }, + stats={ + [1]="curse_duration_+%_per_10_tribute" + } + }, + [5497]={ [1]={ [1]={ limit={ @@ -119561,7 +121120,7 @@ return { [1]="curse_effect_on_self_+%_while_on_consecrated_ground" } }, - [5451]={ + [5498]={ [1]={ [1]={ limit={ @@ -119590,7 +121149,7 @@ return { [1]="curse_effect_on_self_+%_while_under_effect_of_life_or_mana_flask" } }, - [5452]={ + [5499]={ [1]={ [1]={ limit={ @@ -119619,7 +121178,7 @@ return { [1]="curse_effect_+%_if_200_mana_spent_recently" } }, - [5453]={ + [5500]={ [1]={ [1]={ limit={ @@ -119652,7 +121211,7 @@ return { [1]="curse_mana_cost_+%" } }, - [5454]={ + [5501]={ [1]={ [1]={ limit={ @@ -119677,7 +121236,7 @@ return { [1]="curse_on_block_enfeeble_chance_%" } }, - [5455]={ + [5502]={ [1]={ [1]={ limit={ @@ -119706,7 +121265,7 @@ return { [1]="curse_skill_effect_duration_+%" } }, - [5456]={ + [5503]={ [1]={ [1]={ limit={ @@ -119722,7 +121281,7 @@ return { [1]="curse_skill_gem_level_+" } }, - [5457]={ + [5504]={ [1]={ [1]={ limit={ @@ -119747,7 +121306,7 @@ return { [1]="curse_with_punishment_on_hit_%" } }, - [5458]={ + [5505]={ [1]={ [1]={ limit={ @@ -119763,7 +121322,7 @@ return { [1]="cursed_enemies_are_exorcised_on_kill" } }, - [5459]={ + [5506]={ [1]={ [1]={ limit={ @@ -119788,7 +121347,7 @@ return { [1]="cursed_enemies_%_chance_to_grant_endurance_charge_when_hit" } }, - [5460]={ + [5507]={ [1]={ [1]={ limit={ @@ -119813,7 +121372,7 @@ return { [1]="cursed_enemies_%_chance_to_grant_frenzy_charge_when_hit" } }, - [5461]={ + [5508]={ [1]={ [1]={ limit={ @@ -119838,7 +121397,7 @@ return { [1]="cursed_enemies_%_chance_to_grant_power_charge_when_hit" } }, - [5462]={ + [5509]={ [1]={ [1]={ limit={ @@ -119863,7 +121422,7 @@ return { [1]="cursed_with_silence_when_hit_%_chance" } }, - [5463]={ + [5510]={ [1]={ [1]={ limit={ @@ -119879,7 +121438,7 @@ return { [1]="curses_have_no_effect_on_you_for_4_seconds_every_10_seconds" } }, - [5464]={ + [5511]={ [1]={ [1]={ limit={ @@ -119895,7 +121454,7 @@ return { [1]="curses_reflected_to_self" } }, - [5465]={ + [5512]={ [1]={ [1]={ limit={ @@ -119911,7 +121470,7 @@ return { [1]="curses_you_inflict_remain_after_death" } }, - [5466]={ + [5513]={ [1]={ [1]={ limit={ @@ -119927,7 +121486,7 @@ return { [1]="cyclone_and_sweep_enemy_knockback_direction_is_reversed" } }, - [5467]={ + [5514]={ [1]={ [1]={ limit={ @@ -119943,7 +121502,7 @@ return { [1]="cyclone_and_sweep_melee_knockback" } }, - [5468]={ + [5515]={ [1]={ [1]={ limit={ @@ -119972,7 +121531,7 @@ return { [1]="cyclone_max_stages_movement_speed_+%" } }, - [5469]={ + [5516]={ [1]={ [1]={ limit={ @@ -120001,7 +121560,7 @@ return { [1]="damage_+%_against_enemies_with_fully_broken_armour" } }, - [5470]={ + [5517]={ [1]={ [1]={ limit={ @@ -120030,7 +121589,7 @@ return { [1]="damage_+%_final_against_bloodlusting_enemies" } }, - [5471]={ + [5518]={ [1]={ [1]={ limit={ @@ -120059,7 +121618,36 @@ return { [1]="damage_+%_final_if_there_is_at_most_1_rare_or_unique_enemy_nearby" } }, - [5472]={ + [5519]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Damage if you've consumed a Frenzy Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Damage if you've consumed a Frenzy Charge Recently" + } + }, + stats={ + [1]="damage_+%_if_consumed_frenzy_charge_recently" + } + }, + [5520]={ [1]={ [1]={ limit={ @@ -120088,7 +121676,7 @@ return { [1]="damage_+%_if_triggered_skill_recently" } }, - [5473]={ + [5521]={ [1]={ [1]={ limit={ @@ -120117,7 +121705,7 @@ return { [1]="damage_+%_per_enemy_elemental_ailment" } }, - [5474]={ + [5522]={ [1]={ [1]={ limit={ @@ -120146,7 +121734,7 @@ return { [1]="damage_+%_per_poison_stack" } }, - [5475]={ + [5523]={ [1]={ [1]={ limit={ @@ -120175,7 +121763,7 @@ return { [1]="damage_+%_per_raised_zombie" } }, - [5476]={ + [5524]={ [1]={ [1]={ limit={ @@ -120204,7 +121792,36 @@ return { [1]="damage_+%_per_socketed_red_support_gem" } }, - [5477]={ + [5525]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Damage with Hits against Rare and Unique Enemies if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Damage with Hits against Rare and Unique Enemies if you have at least 100 Tribute" + } + }, + stats={ + [1]="damage_+%_to_rare_and_unique_enemies_if_you_have_at_least_100_tribute" + } + }, + [5526]={ [1]={ [1]={ limit={ @@ -120233,7 +121850,36 @@ return { [1]="damage_+%_vs_dazed_enemies" } }, - [5478]={ + [5527]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased damage against Immobilised Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced damage against Immobilised Enemies" + } + }, + stats={ + [1]="damage_+%_vs_immobilised_enemies" + } + }, + [5528]={ [1]={ [1]={ limit={ @@ -120242,7 +121888,7 @@ return { [2]="#" } }, - text="{0}% increased Damage while in the Presence of your Companion" + text="{0}% increased Damage while your Companion is in your Presence" }, [2]={ [1]={ @@ -120255,14 +121901,43 @@ return { [2]=-1 } }, - text="{0}% reduced Damage while in the Presence of your Companion" + text="{0}% reduced Damage while your Companion is in your Presence" } }, stats={ [1]="damage_+%_while_in_presence_of_companion" } }, - [5479]={ + [5529]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased damage against Undead Enemies" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced damage against Undead Enemies" + } + }, + stats={ + [1]="damage_against_undead_+%" + } + }, + [5530]={ [1]={ [1]={ limit={ @@ -120287,7 +121962,7 @@ return { [1]="damage_blocked_%_recouped_as_mana" } }, - [5480]={ + [5531]={ [1]={ [1]={ limit={ @@ -120303,7 +121978,7 @@ return { [1]="damage_over_time_multiplier_+_if_enemy_killed_recently" } }, - [5481]={ + [5532]={ [1]={ [1]={ limit={ @@ -120332,7 +122007,7 @@ return { [1]="damage_over_time_+%_while_affected_by_a_herald" } }, - [5482]={ + [5533]={ [1]={ [1]={ limit={ @@ -120361,7 +122036,7 @@ return { [1]="damage_over_time_+%_with_attack_skills" } }, - [5483]={ + [5534]={ [1]={ [1]={ limit={ @@ -120390,7 +122065,7 @@ return { [1]="damage_over_time_+%_with_bow_skills" } }, - [5484]={ + [5535]={ [1]={ [1]={ limit={ @@ -120419,7 +122094,7 @@ return { [1]="damage_over_time_+%_with_herald_skills" } }, - [5485]={ + [5536]={ [1]={ [1]={ limit={ @@ -120448,7 +122123,7 @@ return { [1]="damage_over_time_taken_+%_while_you_have_at_least_20_fortification" } }, - [5486]={ + [5537]={ [1]={ [1]={ limit={ @@ -120464,7 +122139,7 @@ return { [1]="damage_penetrates_%_cold_resistance_while_affected_by_herald_of_ice" } }, - [5487]={ + [5538]={ [1]={ [1]={ limit={ @@ -120480,7 +122155,7 @@ return { [1]="damage_penetrates_%_elemental_resistance_if_enemy_not_killed_recently" } }, - [5488]={ + [5539]={ [1]={ [1]={ limit={ @@ -120496,7 +122171,7 @@ return { [1]="damage_penetrates_%_elemental_resistance_vs_chilled_enemies" } }, - [5489]={ + [5540]={ [1]={ [1]={ limit={ @@ -120512,7 +122187,7 @@ return { [1]="damage_penetrates_%_elemental_resistance_vs_cursed_enemies" } }, - [5490]={ + [5541]={ [1]={ [1]={ limit={ @@ -120528,7 +122203,7 @@ return { [1]="damage_penetrates_%_fire_resistance_while_affected_by_herald_of_ash" } }, - [5491]={ + [5542]={ [1]={ [1]={ limit={ @@ -120544,7 +122219,7 @@ return { [1]="damage_penetrates_%_lightning_resistance_while_affected_by_herald_of_thunder" } }, - [5492]={ + [5543]={ [1]={ [1]={ limit={ @@ -120573,7 +122248,7 @@ return { [1]="damage_+%_against_enemies_marked_by_you" } }, - [5493]={ + [5544]={ [1]={ [1]={ limit={ @@ -120589,7 +122264,7 @@ return { [1]="damage_+%_final_if_lost_endurance_charge_in_past_8_seconds" } }, - [5494]={ + [5545]={ [1]={ [1]={ limit={ @@ -120618,7 +122293,7 @@ return { [1]="damage_+%_final_with_at_least_1_nearby_ally" } }, - [5495]={ + [5546]={ [1]={ [1]={ limit={ @@ -120647,7 +122322,7 @@ return { [1]="damage_+%_for_each_herald_affecting_you" } }, - [5496]={ + [5547]={ [1]={ [1]={ limit={ @@ -120680,7 +122355,7 @@ return { [1]="damage_+%_for_enemies_you_inflict_spiders_web_upon" } }, - [5497]={ + [5548]={ [1]={ [1]={ limit={ @@ -120709,7 +122384,7 @@ return { [1]="damage_+%_if_enemy_killed_recently" } }, - [5498]={ + [5549]={ [1]={ [1]={ limit={ @@ -120738,7 +122413,7 @@ return { [1]="damage_+%_if_enemy_shattered_recently" } }, - [5499]={ + [5550]={ [1]={ [1]={ limit={ @@ -120767,7 +122442,7 @@ return { [1]="damage_+%_if_firing_atleast_7_projectiles" } }, - [5500]={ + [5551]={ [1]={ [1]={ limit={ @@ -120796,7 +122471,7 @@ return { [1]="damage_+%_if_have_been_ignited_recently" } }, - [5501]={ + [5552]={ [1]={ [1]={ limit={ @@ -120825,7 +122500,7 @@ return { [1]="damage_+%_if_have_crit_in_past_8_seconds" } }, - [5502]={ + [5553]={ [1]={ [1]={ limit={ @@ -120854,7 +122529,7 @@ return { [1]="damage_+%_if_only_one_enemy_nearby" } }, - [5503]={ + [5554]={ [1]={ [1]={ limit={ @@ -120883,7 +122558,7 @@ return { [1]="damage_+%_if_skill_costs_life" } }, - [5504]={ + [5555]={ [1]={ [1]={ limit={ @@ -120912,7 +122587,7 @@ return { [1]="damage_+%_if_used_travel_skill_recently" } }, - [5505]={ + [5556]={ [1]={ [1]={ limit={ @@ -120941,7 +122616,7 @@ return { [1]="damage_+%_if_you_have_frozen_enemy_recently" } }, - [5506]={ + [5557]={ [1]={ [1]={ limit={ @@ -120970,7 +122645,7 @@ return { [1]="damage_+%_if_you_have_shocked_recently" } }, - [5507]={ + [5558]={ [1]={ [1]={ limit={ @@ -120999,7 +122674,7 @@ return { [1]="damage_+%_per_100_dexterity" } }, - [5508]={ + [5559]={ [1]={ [1]={ limit={ @@ -121028,7 +122703,7 @@ return { [1]="damage_+%_per_100_intelligence" } }, - [5509]={ + [5560]={ [1]={ [1]={ limit={ @@ -121057,7 +122732,7 @@ return { [1]="damage_+%_per_100_strength" } }, - [5510]={ + [5561]={ [1]={ [1]={ limit={ @@ -121073,7 +122748,7 @@ return { [1]="damage_+%_per_10_dex" } }, - [5511]={ + [5562]={ [1]={ [1]={ limit={ @@ -121089,7 +122764,7 @@ return { [1]="damage_+%_per_15_dex" } }, - [5512]={ + [5563]={ [1]={ [1]={ limit={ @@ -121105,7 +122780,7 @@ return { [1]="damage_+%_per_15_int" } }, - [5513]={ + [5564]={ [1]={ [1]={ limit={ @@ -121121,7 +122796,7 @@ return { [1]="damage_+%_per_15_strength" } }, - [5514]={ + [5565]={ [1]={ [1]={ limit={ @@ -121150,7 +122825,7 @@ return { [1]="damage_+%_per_1%_block_chance" } }, - [5515]={ + [5566]={ [1]={ [1]={ limit={ @@ -121166,7 +122841,7 @@ return { [1]="damage_+%_per_1%_increased_item_found_quantity" } }, - [5516]={ + [5567]={ [1]={ [1]={ limit={ @@ -121195,7 +122870,7 @@ return { [1]="damage_+%_per_5_of_your_lowest_attribute" } }, - [5517]={ + [5568]={ [1]={ [1]={ limit={ @@ -121224,7 +122899,7 @@ return { [1]="damage_+%_per_active_golem" } }, - [5518]={ + [5569]={ [1]={ [1]={ limit={ @@ -121253,7 +122928,7 @@ return { [1]="damage_+%_per_active_link" } }, - [5519]={ + [5570]={ [1]={ [1]={ limit={ @@ -121278,7 +122953,7 @@ return { [1]="damage_+%_per_different_warcry_used_recently" } }, - [5520]={ + [5571]={ [1]={ [1]={ limit={ @@ -121307,7 +122982,7 @@ return { [1]="damage_+%_per_frenzy_power_or_endurance_charge" } }, - [5521]={ + [5572]={ [1]={ [1]={ limit={ @@ -121336,7 +123011,7 @@ return { [1]="damage_+%_per_poison_up_to_75%" } }, - [5522]={ + [5573]={ [1]={ [1]={ limit={ @@ -121365,7 +123040,7 @@ return { [1]="damage_+%_per_power_charge" } }, - [5523]={ + [5574]={ [1]={ [1]={ limit={ @@ -121394,7 +123069,7 @@ return { [1]="damage_+%_per_recently_triggered_hazard_up_to_50%" } }, - [5524]={ + [5575]={ [1]={ [1]={ limit={ @@ -121423,7 +123098,7 @@ return { [1]="damage_+%_per_warcry_used_recently" } }, - [5525]={ + [5576]={ [1]={ [1]={ limit={ @@ -121439,7 +123114,7 @@ return { [1]="damage_+%_per_your_aura_or_herald_skill_affecting_you" } }, - [5526]={ + [5577]={ [1]={ [1]={ limit={ @@ -121468,7 +123143,7 @@ return { [1]="damage_+%_vs_abyssal_monsters" } }, - [5527]={ + [5578]={ [1]={ [1]={ limit={ @@ -121497,7 +123172,7 @@ return { [1]="damage_+%_vs_enemies_on_full_life" } }, - [5528]={ + [5579]={ [1]={ [1]={ limit={ @@ -121526,7 +123201,7 @@ return { [1]="damage_+%_vs_magic_monsters" } }, - [5529]={ + [5580]={ [1]={ [1]={ limit={ @@ -121555,7 +123230,7 @@ return { [1]="damage_+%_vs_taunted_enemies" } }, - [5530]={ + [5581]={ [1]={ [1]={ limit={ @@ -121584,7 +123259,7 @@ return { [1]="damage_+%_on_full_energy_shield" } }, - [5531]={ + [5582]={ [1]={ [1]={ limit={ @@ -121613,7 +123288,7 @@ return { [1]="damage_+%_when_on_full_life" } }, - [5532]={ + [5583]={ [1]={ [1]={ limit={ @@ -121642,7 +123317,7 @@ return { [1]="damage_+%_while_affected_by_a_herald" } }, - [5533]={ + [5584]={ [1]={ [1]={ limit={ @@ -121671,7 +123346,7 @@ return { [1]="damage_+%_while_channelling" } }, - [5534]={ + [5585]={ [1]={ [1]={ limit={ @@ -121700,7 +123375,7 @@ return { [1]="damage_+%_while_in_blood_stance" } }, - [5535]={ + [5586]={ [1]={ [1]={ limit={ @@ -121729,7 +123404,7 @@ return { [1]="damage_+%_while_using_charm" } }, - [5536]={ + [5587]={ [1]={ [1]={ limit={ @@ -121758,7 +123433,7 @@ return { [1]="damage_+%_while_wielding_bow_if_totem_summoned" } }, - [5537]={ + [5588]={ [1]={ [1]={ limit={ @@ -121787,7 +123462,7 @@ return { [1]="damage_+%_while_wielding_two_different_weapon_types" } }, - [5538]={ + [5589]={ [1]={ [1]={ limit={ @@ -121816,7 +123491,7 @@ return { [1]="damage_+%_while_you_have_a_summoned_golem" } }, - [5539]={ + [5590]={ [1]={ [1]={ limit={ @@ -121845,7 +123520,7 @@ return { [1]="damage_+%_with_daggers_against_full_life_enemies" } }, - [5540]={ + [5591]={ [1]={ [1]={ limit={ @@ -121874,7 +123549,7 @@ return { [1]="damage_+%_with_herald_skills" } }, - [5541]={ + [5592]={ [1]={ [1]={ limit={ @@ -121903,7 +123578,7 @@ return { [1]="damage_+%_with_maces_sceptres_staves" } }, - [5542]={ + [5593]={ [1]={ [1]={ limit={ @@ -121932,7 +123607,7 @@ return { [1]="damage_+%_with_non_vaal_skills_during_soul_gain_prevention" } }, - [5543]={ + [5594]={ [1]={ [1]={ limit={ @@ -121961,7 +123636,7 @@ return { [1]="damage_+%_with_shield_skills" } }, - [5544]={ + [5595]={ [1]={ [1]={ limit={ @@ -121990,7 +123665,7 @@ return { [1]="damage_+%_with_shield_skills_per_2%_attack_block" } }, - [5545]={ + [5596]={ [1]={ [1]={ limit={ @@ -122006,7 +123681,7 @@ return { [1]="damage_recouped_as_life_%_if_leech_removed_by_filling_recently" } }, - [5546]={ + [5597]={ [1]={ [1]={ limit={ @@ -122022,7 +123697,7 @@ return { [1]="damage_removed_from_mana_before_life_%_while_affected_by_clarity" } }, - [5547]={ + [5598]={ [1]={ [1]={ limit={ @@ -122038,7 +123713,7 @@ return { [1]="damage_removed_from_mana_before_life_%_while_focused" } }, - [5548]={ + [5599]={ [1]={ [1]={ limit={ @@ -122054,7 +123729,7 @@ return { [1]="damage_removed_from_spectres_before_life_or_es_%" } }, - [5549]={ + [5600]={ [1]={ [1]={ limit={ @@ -122070,7 +123745,7 @@ return { [1]="damage_removed_from_your_nearest_totem_before_life_or_es_%" } }, - [5550]={ + [5601]={ [1]={ [1]={ limit={ @@ -122099,7 +123774,36 @@ return { [1]="damage_taken_+%_for_4_seconds_after_spending_200_mana" } }, - [5551]={ + [5602]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Damage taken from Volatility if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Damage taken from Volatility if you have at least 100 Tribute" + } + }, + stats={ + [1]="damage_taken_+%_from_volatility_if_you_have_at_least_100_tribute" + } + }, + [5603]={ [1]={ [1]={ limit={ @@ -122128,7 +123832,7 @@ return { [1]="damage_taken_+%_if_there_are_at_least_2_rare_or_unique_enemies_nearby" } }, - [5552]={ + [5604]={ [1]={ [1]={ limit={ @@ -122157,7 +123861,7 @@ return { [1]="damage_taken_+%_while_affected_by_elusive" } }, - [5553]={ + [5605]={ [1]={ [1]={ limit={ @@ -122166,14 +123870,14 @@ return { [2]="#" } }, - text="Suppressed Spell Damage dealt to you is Unlucky" + text="{}% of Damage Taken Recouped as Life, Mana and Energy Shield" } }, stats={ - [1]="damage_taken_from_suppressed_hits_is_unlucky" + [1]="damage_taken_goes_to_life_mana_es_over_4_seconds_%" } }, - [5554]={ + [5606]={ [1]={ [1]={ limit={ @@ -122182,14 +123886,30 @@ return { [2]="#" } }, - text="{}% of Damage Taken Recouped as Life, Mana and Energy Shield" + text="{0}% of damage taken Recouped as Life per 10 Tribute" } }, stats={ - [1]="damage_taken_goes_to_life_mana_es_over_4_seconds_%" + [1]="damage_taken_goes_to_life_over_4_seconds_%_per_10_tribute" } }, - [5555]={ + [5607]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of damage taken Recouped as Mana per 10 Tribute" + } + }, + stats={ + [1]="damage_taken_goes_to_mana_%_per_10_tribute" + } + }, + [5608]={ [1]={ [1]={ limit={ @@ -122205,7 +123925,7 @@ return { [1]="damage_taken_goes_to_mana_over_4_seconds_%_while_affected_by_clarity" } }, - [5556]={ + [5609]={ [1]={ [1]={ limit={ @@ -122234,7 +123954,7 @@ return { [1]="damage_taken_over_time_+%_final_during_life_flask_effect" } }, - [5557]={ + [5610]={ [1]={ [1]={ limit={ @@ -122263,7 +123983,7 @@ return { [1]="damage_taken_per_250_dexterity_+%" } }, - [5558]={ + [5611]={ [1]={ [1]={ limit={ @@ -122292,7 +124012,7 @@ return { [1]="damage_taken_per_250_intelligence_+%" } }, - [5559]={ + [5612]={ [1]={ [1]={ limit={ @@ -122321,7 +124041,7 @@ return { [1]="damage_taken_per_250_strength_+%" } }, - [5560]={ + [5613]={ [1]={ [1]={ limit={ @@ -122350,7 +124070,7 @@ return { [1]="damage_taken_per_ghost_dance_stack_+%" } }, - [5561]={ + [5614]={ [1]={ [1]={ limit={ @@ -122366,7 +124086,7 @@ return { [1]="damage_taken_%_recovered_as_energy_shield_from_stunning_hits" } }, - [5562]={ + [5615]={ [1]={ [1]={ limit={ @@ -122382,7 +124102,7 @@ return { [1]="damage_taken_%_recovered_as_life_from_stunning_hits" } }, - [5563]={ + [5616]={ [1]={ [1]={ limit={ @@ -122411,7 +124131,7 @@ return { [1]="damage_taken_+%_final_from_enemies_near_marked_enemy" } }, - [5564]={ + [5617]={ [1]={ [1]={ limit={ @@ -122440,7 +124160,7 @@ return { [1]="damage_taken_+%_final_per_tailwind" } }, - [5565]={ + [5618]={ [1]={ [1]={ limit={ @@ -122469,7 +124189,7 @@ return { [1]="damage_taken_+%_final_per_totem" } }, - [5566]={ + [5619]={ [1]={ [1]={ limit={ @@ -122498,7 +124218,7 @@ return { [1]="damage_taken_+%_if_have_been_frozen_recently" } }, - [5567]={ + [5620]={ [1]={ [1]={ limit={ @@ -122527,7 +124247,7 @@ return { [1]="damage_taken_+%_if_have_not_been_hit_recently" } }, - [5568]={ + [5621]={ [1]={ [1]={ limit={ @@ -122556,7 +124276,7 @@ return { [1]="damage_taken_+%_on_full_life" } }, - [5569]={ + [5622]={ [1]={ [1]={ limit={ @@ -122585,7 +124305,7 @@ return { [1]="damage_taken_+%_on_low_life" } }, - [5570]={ + [5623]={ [1]={ [1]={ limit={ @@ -122614,7 +124334,7 @@ return { [1]="damage_taken_+%_while_leeching" } }, - [5571]={ + [5624]={ [1]={ [1]={ limit={ @@ -122643,7 +124363,7 @@ return { [1]="damage_taken_+%_while_phasing" } }, - [5572]={ + [5625]={ [1]={ [1]={ limit={ @@ -122659,7 +124379,7 @@ return { [1]="damage_with_hits_is_lucky_vs_enemies_on_low_life" } }, - [5573]={ + [5626]={ [1]={ [1]={ limit={ @@ -122675,7 +124395,7 @@ return { [1]="damage_with_hits_is_lucky_vs_heavy_stunned_enemies" } }, - [5574]={ + [5627]={ [1]={ [1]={ limit={ @@ -122704,7 +124424,36 @@ return { [1]="damaging_ailment_duration_+%" } }, - [5575]={ + [5628]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Duration of Damaging Ailments per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Duration of Damaging Ailments per 10 Tribute" + } + }, + stats={ + [1]="damaging_ailment_duration_+%_per_10_tribute" + } + }, + [5629]={ [1]={ [1]={ limit={ @@ -122733,7 +124482,7 @@ return { [1]="base_damaging_ailment_effect_+%" } }, - [5576]={ + [5630]={ [1]={ [1]={ limit={ @@ -122749,7 +124498,7 @@ return { [1]="damaging_ailments_deal_damage_+%_faster" } }, - [5577]={ + [5631]={ [1]={ [1]={ limit={ @@ -122765,7 +124514,7 @@ return { [1]="dark_pact_minions_recover_%_life_on_hit" } }, - [5578]={ + [5632]={ [1]={ [1]={ limit={ @@ -122794,7 +124543,7 @@ return { [1]="dark_ritual_area_of_effect_+%" } }, - [5579]={ + [5633]={ [1]={ [1]={ limit={ @@ -122823,7 +124572,7 @@ return { [1]="dark_ritual_damage_+%" } }, - [5580]={ + [5634]={ [1]={ [1]={ limit={ @@ -122852,7 +124601,7 @@ return { [1]="dark_ritual_linked_curse_effect_+%" } }, - [5581]={ + [5635]={ [1]={ [1]={ limit={ @@ -122868,7 +124617,7 @@ return { [1]="darkness_per_level" } }, - [5582]={ + [5636]={ [1]={ [1]={ limit={ @@ -122897,7 +124646,7 @@ return { [1]="darkness_refresh_rate_+%" } }, - [5583]={ + [5637]={ [1]={ [1]={ limit={ @@ -122926,7 +124675,7 @@ return { [1]="daytime_fish_caught_size_+%" } }, - [5584]={ + [5638]={ [1]={ [1]={ limit={ @@ -122955,7 +124704,7 @@ return { [1]="daze_build_up_+%" } }, - [5585]={ + [5639]={ [1]={ [1]={ limit={ @@ -122984,7 +124733,36 @@ return { [1]="daze_duration_+%" } }, - [5586]={ + [5640]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Daze" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Daze" + } + }, + stats={ + [1]="daze_magnitude_+%" + } + }, + [5641]={ [1]={ [1]={ limit={ @@ -123000,7 +124778,7 @@ return { [1]="deadeye_accuracy_unaffected_by_range" } }, - [5587]={ + [5642]={ [1]={ [1]={ limit={ @@ -123029,7 +124807,7 @@ return { [1]="deadeye_damage_taken_+%_final_from_marked_enemy" } }, - [5588]={ + [5643]={ [1]={ [1]={ limit={ @@ -123058,7 +124836,7 @@ return { [1]="deadeye_movement_speed_penalty_+%_final_while_performing_action" } }, - [5589]={ + [5644]={ [1]={ [1]={ limit={ @@ -123074,7 +124852,7 @@ return { [1]="deadeye_projectile_damage_+%_final_max_as_distance_travelled_decreases" } }, - [5590]={ + [5645]={ [1]={ [1]={ limit={ @@ -123090,7 +124868,7 @@ return { [1]="deadeye_projectile_damage_+%_final_max_as_distance_travelled_increases" } }, - [5591]={ + [5646]={ [1]={ [1]={ limit={ @@ -123106,7 +124884,7 @@ return { [1]="deal_1000_chaos_damage_per_second_for_10_seconds_on_hit" } }, - [5592]={ + [5647]={ [1]={ [1]={ limit={ @@ -123122,7 +124900,7 @@ return { [1]="deal_chaos_damage_per_second_for_10_seconds_on_hit" } }, - [5593]={ + [5648]={ [1]={ [1]={ limit={ @@ -123138,7 +124916,7 @@ return { [1]="deal_chaos_damage_per_second_for_8_seconds_on_curse" } }, - [5594]={ + [5649]={ [1]={ [1]={ limit={ @@ -123154,7 +124932,7 @@ return { [1]="deal_double_damage_to_enemies_on_full_life" } }, - [5595]={ + [5650]={ [1]={ [1]={ limit={ @@ -123170,7 +124948,7 @@ return { [1]="deal_no_damage_when_not_on_low_life" } }, - [5596]={ + [5651]={ [1]={ [1]={ limit={ @@ -123186,7 +124964,7 @@ return { [1]="deal_no_elemental_damage" } }, - [5597]={ + [5652]={ [1]={ [1]={ limit={ @@ -123202,7 +124980,7 @@ return { [1]="deal_no_elemental_physical_damage" } }, - [5598]={ + [5653]={ [1]={ [1]={ limit={ @@ -123218,7 +124996,7 @@ return { [1]="deal_no_non_chaos_damage" } }, - [5599]={ + [5654]={ [1]={ [1]={ limit={ @@ -123234,7 +125012,7 @@ return { [1]="deal_no_non_elemental_damage" } }, - [5600]={ + [5655]={ [1]={ [1]={ limit={ @@ -123250,7 +125028,7 @@ return { [1]="deal_thorns_damage_chance_%_on_hit" } }, - [5601]={ + [5656]={ [1]={ [1]={ limit={ @@ -123266,7 +125044,7 @@ return { [1]="deal_thorns_damage_on_hit" } }, - [5602]={ + [5657]={ [1]={ [1]={ limit={ @@ -123282,7 +125060,7 @@ return { [1]="deal_thorns_damage_on_stun" } }, - [5603]={ + [5658]={ [1]={ [1]={ limit={ @@ -123298,7 +125076,7 @@ return { [1]="deathgrip_presence" } }, - [5604]={ + [5659]={ [1]={ [1]={ limit={ @@ -123323,27 +125101,23 @@ return { [1]="debilitate_enemies_for_1_second_on_hit_%_chance" } }, - [5605]={ + [5660]={ [1]={ [1]={ - [1]={ - k="milliseconds_to_seconds_2dp_if_required", - v=1 - }, limit={ [1]={ [1]="#", [2]="#" } }, - text="Debilitate Enemies for {0} Seconds when you Suppress their Spell Damage" + text="Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking" } }, stats={ - [1]="debilitate_enemies_for_x_milliseconds_when_suppressing_their_spell" + [1]="debilitate_enemies_within_X_metres_while_active_blocking" } }, - [5606]={ + [5661]={ [1]={ [1]={ limit={ @@ -123376,7 +125150,7 @@ return { [1]="debuff_time_passed_-%_while_affected_by_haste" } }, - [5607]={ + [5662]={ [1]={ [1]={ limit={ @@ -123405,7 +125179,7 @@ return { [1]="debuff_time_passed_+%" } }, - [5608]={ + [5663]={ [1]={ [1]={ limit={ @@ -123421,7 +125195,7 @@ return { [1]="decimating_strike" } }, - [5609]={ + [5664]={ [1]={ [1]={ limit={ @@ -123437,7 +125211,36 @@ return { [1]="decoy_rejuvenation_devouring_totem_totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit" } }, - [5610]={ + [5665]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Defences while on Low Life" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Defences while on [LowLife|Low Life" + } + }, + stats={ + [1]="defences_+%_while_on_low_life" + } + }, + [5666]={ [1]={ [1]={ limit={ @@ -123466,7 +125269,7 @@ return { [1]="defences_+%_while_wielding_quarterstaff" } }, - [5611]={ + [5667]={ [1]={ [1]={ limit={ @@ -123495,7 +125298,7 @@ return { [1]="defences_+%_while_you_have_four_linked_targets" } }, - [5612]={ + [5668]={ [1]={ [1]={ limit={ @@ -123511,7 +125314,7 @@ return { [1]="defences_are_zero" } }, - [5613]={ + [5669]={ [1]={ [1]={ limit={ @@ -123527,7 +125330,7 @@ return { [1]="defences_from_animated_guardians_items_apply_to_animated_weapon" } }, - [5614]={ + [5670]={ [1]={ [1]={ limit={ @@ -123536,14 +125339,14 @@ return { [2]="#" } }, - text="Defend with {0}% of Armour against Attacks from further than 6m" + text="Defend with {0}% of Armour against Critical Hits" } }, stats={ - [1]="defend_with_%_armour_against_attacks_from_distance_greater_than_6m" + [1]="defend_with_%_armour_against_critical_strikes" } }, - [5615]={ + [5671]={ [1]={ [1]={ limit={ @@ -123552,14 +125355,14 @@ return { [2]="#" } }, - text="Defend with {0}% of Armour against Critical Hits" + text="Defend with {0}% of Armour against Hits from Enemies that are further than 6m away" } }, stats={ - [1]="defend_with_%_armour_against_critical_strikes" + [1]="defend_with_%_armour_against_hits_from_distance_greater_than_6m" } }, - [5616]={ + [5672]={ [1]={ [1]={ limit={ @@ -123575,7 +125378,7 @@ return { [1]="defend_with_%_armour_against_ranged_attacks" } }, - [5617]={ + [5673]={ [1]={ [1]={ limit={ @@ -123591,7 +125394,7 @@ return { [1]="defend_with_%_of_armour_while_not_on_low_energy_shield" } }, - [5618]={ + [5674]={ [1]={ [1]={ limit={ @@ -123620,7 +125423,7 @@ return { [1]="defiance_banner_aura_effect_+%" } }, - [5619]={ + [5675]={ [1]={ [1]={ limit={ @@ -123649,7 +125452,23 @@ return { [1]="defiance_banner_mana_reservation_efficiency_+%" } }, - [5620]={ + [5676]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% of Damage taken from Deflected Hits Recouped as Life" + } + }, + stats={ + [1]="deflected_hit_damage_taken_%_recouped_as_life" + } + }, + [5677]={ [1]={ [1]={ limit={ @@ -123658,14 +125477,30 @@ return { [2]="#" } }, - text="Chance to Deflect Attack Damage is Lucky" + text="Deflected Hits cannot inflict Maim on you" } }, stats={ - [1]="deflect_chance_is_lucky" + [1]="deflected_hits_cannot_directly_inflict_maim_on_self" } }, - [5621]={ + [5678]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Deflected Hits cannot inflict Bleeding on you" + } + }, + stats={ + [1]="deflected_hits_cannot_inflict_bleeding_on_self" + } + }, + [5679]={ [1]={ [1]={ limit={ @@ -123674,7 +125509,7 @@ return { [2]="#" } }, - text="{0}% increased chance to Deflect" + text="{0}% increased Deflection Rating" }, [2]={ [1]={ @@ -123687,14 +125522,39 @@ return { [2]=-1 } }, - text="{0}% reduced chance to Deflect" + text="{0}% reduced Deflection Rating" } }, stats={ - [1]="deflect_chance_+%" + [1]="deflection_rating_+%" } }, - [5622]={ + [5680]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Deflection Rating while Surrounded" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Deflection Rating while Surrounded" + } + }, + stats={ + [1]="deflection_rating_+%_while_surrounded" + } + }, + [5681]={ [1]={ [1]={ limit={ @@ -123723,7 +125583,7 @@ return { [1]="delirium_aura_effect_+%" } }, - [5623]={ + [5682]={ [1]={ [1]={ limit={ @@ -123756,7 +125616,7 @@ return { [1]="delirium_mana_reservation_+%" } }, - [5624]={ + [5683]={ [1]={ [1]={ limit={ @@ -123772,7 +125632,7 @@ return { [1]="delirium_reserves_no_mana" } }, - [5625]={ + [5684]={ [1]={ [1]={ limit={ @@ -123788,7 +125648,7 @@ return { [1]="delve_biome_area_contains_x_extra_packs_of_insects" } }, - [5626]={ + [5685]={ [1]={ [1]={ limit={ @@ -123804,7 +125664,7 @@ return { [1]="delve_biome_monster_projectiles_always_pierce" } }, - [5627]={ + [5686]={ [1]={ [1]={ limit={ @@ -123820,7 +125680,7 @@ return { [1]="delve_boss_life_+%_final_from_biome" } }, - [5628]={ + [5687]={ [1]={ [1]={ limit={ @@ -123836,7 +125696,7 @@ return { [1]="demon_form_has_no_max_stacks" } }, - [5629]={ + [5688]={ [1]={ [1]={ limit={ @@ -123869,7 +125729,7 @@ return { [1]="demon_minion_reservation_+%" } }, - [5630]={ + [5689]={ [1]={ [1]={ limit={ @@ -123885,7 +125745,7 @@ return { [1]="desecrate_maximum_number_of_corpses" } }, - [5631]={ + [5690]={ [1]={ [1]={ limit={ @@ -123914,7 +125774,7 @@ return { [1]="despair_curse_effect_+%" } }, - [5632]={ + [5691]={ [1]={ [1]={ limit={ @@ -123943,7 +125803,7 @@ return { [1]="despair_duration_+%" } }, - [5633]={ + [5692]={ [1]={ [1]={ limit={ @@ -123959,7 +125819,7 @@ return { [1]="despair_no_reservation" } }, - [5634]={ + [5693]={ [1]={ [1]={ limit={ @@ -123988,7 +125848,7 @@ return { [1]="destructive_link_duration_+%" } }, - [5635]={ + [5694]={ [1]={ [1]={ [1]={ @@ -124025,7 +125885,7 @@ return { [1]="determination_mana_reservation_efficiency_-2%_per_1" } }, - [5636]={ + [5695]={ [1]={ [1]={ limit={ @@ -124054,7 +125914,7 @@ return { [1]="determination_mana_reservation_efficiency_+%" } }, - [5637]={ + [5696]={ [1]={ [1]={ limit={ @@ -124070,7 +125930,65 @@ return { [1]="determination_reserves_no_mana" } }, - [5638]={ + [5697]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Detonator skills have {0}% increased Area of Effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Detonator skills have {0}% reduced Area of Effect" + } + }, + stats={ + [1]="detonator_skill_area_of_effect_+%" + } + }, + [5698]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Detonator skills have {0}% increased damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Detonator skills have {0}% reduced damage" + } + }, + stats={ + [1]="detonator_skill_damage_+%" + } + }, + [5699]={ [1]={ [1]={ limit={ @@ -124099,7 +126017,7 @@ return { [1]="dexterity_+%_if_strength_higher_than_intelligence" } }, - [5639]={ + [5700]={ [1]={ [1]={ limit={ @@ -124115,7 +126033,7 @@ return { [1]="dexterity_skill_gem_level_+" } }, - [5640]={ + [5701]={ [1]={ [1]={ limit={ @@ -124131,7 +126049,7 @@ return { [1]="discharge_and_voltaxic_burst_nova_spells_cast_at_target_location" } }, - [5641]={ + [5702]={ [1]={ [1]={ limit={ @@ -124160,7 +126078,7 @@ return { [1]="discharge_area_of_effect_+%_final" } }, - [5642]={ + [5703]={ [1]={ [1]={ limit={ @@ -124176,7 +126094,7 @@ return { [1]="discharge_cooldown_override_ms" } }, - [5643]={ + [5704]={ [1]={ [1]={ limit={ @@ -124205,7 +126123,7 @@ return { [1]="discharge_damage_+%_final" } }, - [5644]={ + [5705]={ [1]={ [1]={ limit={ @@ -124221,7 +126139,7 @@ return { [1]="discharge_radius_+" } }, - [5645]={ + [5706]={ [1]={ [1]={ limit={ @@ -124250,7 +126168,7 @@ return { [1]="discharge_triggered_damage_+%_final" } }, - [5646]={ + [5707]={ [1]={ [1]={ [1]={ @@ -124287,7 +126205,7 @@ return { [1]="discipline_mana_reservation_efficiency_-2%_per_1" } }, - [5647]={ + [5708]={ [1]={ [1]={ limit={ @@ -124316,7 +126234,7 @@ return { [1]="discipline_mana_reservation_efficiency_+%" } }, - [5648]={ + [5709]={ [1]={ [1]={ limit={ @@ -124332,7 +126250,7 @@ return { [1]="discipline_reserves_no_mana" } }, - [5649]={ + [5710]={ [1]={ [1]={ limit={ @@ -124361,7 +126279,7 @@ return { [1]="disintegrate_secondary_beam_angle_+%" } }, - [5650]={ + [5711]={ [1]={ [1]={ limit={ @@ -124377,7 +126295,7 @@ return { [1]="dispel_bleed_on_guard_skill_use" } }, - [5651]={ + [5712]={ [1]={ [1]={ limit={ @@ -124393,7 +126311,7 @@ return { [1]="dispel_corrupted_blood_on_guard_skill_use" } }, - [5652]={ + [5713]={ [1]={ [1]={ limit={ @@ -124409,7 +126327,7 @@ return { [1]="display_altar_chaos_aura" } }, - [5653]={ + [5714]={ [1]={ [1]={ limit={ @@ -124425,7 +126343,7 @@ return { [1]="display_altar_cold_aura" } }, - [5654]={ + [5715]={ [1]={ [1]={ limit={ @@ -124441,7 +126359,7 @@ return { [1]="display_altar_fire_aura" } }, - [5655]={ + [5716]={ [1]={ [1]={ limit={ @@ -124457,7 +126375,7 @@ return { [1]="display_altar_lightning_aura" } }, - [5656]={ + [5717]={ [1]={ [1]={ limit={ @@ -124473,7 +126391,7 @@ return { [1]="display_altar_tangle_tentalces_daemon" } }, - [5657]={ + [5718]={ [1]={ [1]={ limit={ @@ -124489,7 +126407,7 @@ return { [1]="display_area_contains_alluring_vaal_side_area" } }, - [5658]={ + [5719]={ [1]={ [1]={ limit={ @@ -124505,7 +126423,7 @@ return { [1]="display_area_contains_corrupting_tempest" } }, - [5659]={ + [5720]={ [1]={ [1]={ limit={ @@ -124521,7 +126439,7 @@ return { [1]="display_area_contains_improved_labyrinth_trial" } }, - [5660]={ + [5721]={ [1]={ [1]={ limit={ @@ -124537,7 +126455,7 @@ return { [1]="display_cowards_trial_waves_of_monsters" } }, - [5661]={ + [5722]={ [1]={ [1]={ limit={ @@ -124553,7 +126471,7 @@ return { [1]="display_cowards_trial_waves_of_undead_monsters" } }, - [5662]={ + [5723]={ [1]={ [1]={ limit={ @@ -124569,7 +126487,7 @@ return { [1]="display_dark_ritual_curse_max_skill_level_requirement" } }, - [5663]={ + [5724]={ [1]={ [1]={ limit={ @@ -124598,7 +126516,7 @@ return { [1]="display_heist_contract_lockdown_timer_+%" } }, - [5664]={ + [5725]={ [1]={ [1]={ limit={ @@ -124623,7 +126541,7 @@ return { [1]="display_item_quantity_increases_rewards_from_boss_by_x_percent_of_its_value" } }, - [5665]={ + [5726]={ [1]={ [1]={ limit={ @@ -124648,7 +126566,7 @@ return { [1]="display_item_quantity_increases_rewards_from_encounter_by_x_percent_of_its_value" } }, - [5666]={ + [5727]={ [1]={ [1]={ limit={ @@ -124664,7 +126582,7 @@ return { [1]="display_legion_uber_fragment_improved_rewards_+%" } }, - [5667]={ + [5728]={ [1]={ [1]={ limit={ @@ -124680,7 +126598,7 @@ return { [1]="display_map_augmentable_boss" } }, - [5668]={ + [5729]={ [1]={ [1]={ limit={ @@ -124696,7 +126614,7 @@ return { [1]="display_map_inhabited_by_lunaris_fanatics" } }, - [5669]={ + [5730]={ [1]={ [1]={ limit={ @@ -124712,7 +126630,7 @@ return { [1]="display_map_inhabited_by_solaris_fanatics" } }, - [5670]={ + [5731]={ [1]={ [1]={ limit={ @@ -124728,7 +126646,7 @@ return { [1]="display_map_labyrinth_chests_fortune" } }, - [5671]={ + [5732]={ [1]={ [1]={ limit={ @@ -124744,7 +126662,7 @@ return { [1]="display_map_labyrinth_enchant_belts" } }, - [5672]={ + [5733]={ [1]={ [1]={ limit={ @@ -124814,7 +126732,7 @@ return { [1]="display_map_mission_id" } }, - [5673]={ + [5734]={ [1]={ [1]={ limit={ @@ -124830,7 +126748,7 @@ return { [1]="display_memory_line_abyss_beyond_monsters_from_cracks" } }, - [5674]={ + [5735]={ [1]={ [1]={ limit={ @@ -124846,7 +126764,7 @@ return { [1]="display_memory_line_ambush_contains_standalone_map_boss" } }, - [5675]={ + [5736]={ [1]={ [1]={ limit={ @@ -124862,7 +126780,7 @@ return { [1]="display_memory_line_ambush_strongbox_chain" } }, - [5676]={ + [5737]={ [1]={ [1]={ limit={ @@ -124878,7 +126796,7 @@ return { [1]="display_memory_line_anarchy_rogue_exiles_in_packs" } }, - [5677]={ + [5738]={ [1]={ [1]={ limit={ @@ -124894,7 +126812,7 @@ return { [1]="display_memory_line_bestiary_capturable_harvest_monsters" } }, - [5678]={ + [5739]={ [1]={ [1]={ limit={ @@ -124910,7 +126828,7 @@ return { [1]="display_memory_line_breach_area_is_breached" } }, - [5679]={ + [5740]={ [1]={ [1]={ limit={ @@ -124926,7 +126844,7 @@ return { [1]="display_memory_line_breach_miniature_flash_breaches" } }, - [5680]={ + [5741]={ [1]={ [1]={ limit={ @@ -124942,7 +126860,7 @@ return { [1]="display_memory_line_domination_multiple_modded_shrines" } }, - [5681]={ + [5742]={ [1]={ [1]={ limit={ @@ -124958,7 +126876,7 @@ return { [1]="display_memory_line_domination_shrines_to_pantheon_gods" } }, - [5682]={ + [5743]={ [1]={ [1]={ limit={ @@ -124974,7 +126892,7 @@ return { [1]="display_memory_line_essence_multiple_rare_monsters" } }, - [5683]={ + [5744]={ [1]={ [1]={ limit={ @@ -124990,7 +126908,7 @@ return { [1]="display_memory_line_essence_rogue_exiles" } }, - [5684]={ + [5745]={ [1]={ [1]={ limit={ @@ -125006,7 +126924,7 @@ return { [1]="display_memory_line_harbinger_player_is_a_harbinger" } }, - [5685]={ + [5746]={ [1]={ [1]={ limit={ @@ -125022,7 +126940,7 @@ return { [1]="display_memory_line_harbinger_portals_everywhere" } }, - [5686]={ + [5747]={ [1]={ [1]={ limit={ @@ -125038,7 +126956,7 @@ return { [1]="display_memory_line_harvest_larger_plot_with_premium_seeds" } }, - [5687]={ + [5748]={ [1]={ [1]={ limit={ @@ -125054,7 +126972,7 @@ return { [1]="display_memory_line_incursion_reverse" } }, - [5688]={ + [5749]={ [1]={ [1]={ limit={ @@ -125070,7 +126988,7 @@ return { [1]="display_memory_line_torment_player_is_possessed" } }, - [5689]={ + [5750]={ [1]={ [1]={ limit={ @@ -125086,7 +127004,7 @@ return { [1]="display_memory_line_torment_rares_uniques_are_possessed" } }, - [5690]={ + [5751]={ [1]={ [1]={ limit={ @@ -125102,7 +127020,7 @@ return { [1]="display_modifiers_to_totem_life_effect_these_minions" } }, - [5691]={ + [5752]={ [1]={ [1]={ limit={ @@ -125118,7 +127036,7 @@ return { [1]="display_passive_attribute_text" } }, - [5692]={ + [5753]={ [1]={ [1]={ limit={ @@ -125134,7 +127052,7 @@ return { [1]="display_strongbox_drops_additional_shaper_or_elder_cards" } }, - [5693]={ + [5754]={ [1]={ [1]={ limit={ @@ -125172,7 +127090,7 @@ return { [1]="distance_scaled_accuracy_rating_penalty_+%" } }, - [5694]={ + [5755]={ [1]={ [1]={ limit={ @@ -125201,7 +127119,7 @@ return { [1]="divine_tempest_beam_width_+%" } }, - [5695]={ + [5756]={ [1]={ [1]={ limit={ @@ -125230,7 +127148,7 @@ return { [1]="divine_tempest_damage_+%" } }, - [5696]={ + [5757]={ [1]={ [1]={ limit={ @@ -125255,7 +127173,36 @@ return { [1]="divine_tempest_number_of_additional_nearby_enemies_to_zap" } }, - [5697]={ + [5758]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="DNT Deals {0}% more Damage per previous Explosive Teleport in sequence" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="DNT Deals {0}% more Damage per previous Explosive Teleport in sequence" + } + }, + stats={ + [1]="djinn_damage_+%_final_per_teleport_in_sequence" + } + }, + [5759]={ [1]={ [1]={ [1]={ @@ -125288,7 +127235,7 @@ return { [1]="dodge_roll_base_travel_distance" } }, - [5698]={ + [5760]={ [1]={ [1]={ limit={ @@ -125304,7 +127251,7 @@ return { [1]="dodge_roll_can_avoid_all_damage" } }, - [5699]={ + [5761]={ [1]={ [1]={ limit={ @@ -125320,7 +127267,53 @@ return { [1]="dodge_roll_phasing_without_visual" } }, - [5700]={ + [5762]={ + [1]={ + [1]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=10, + [2]=10 + } + }, + text="{0:+d} metre to Dodge Roll distance while Surrounded" + }, + [2]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]=-10, + [2]=-10 + } + }, + text="{0:+d} metre to Dodge Roll distance while Surrounded" + }, + [3]={ + [1]={ + k="divide_by_ten_1dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} metres to Dodge Roll distance while Surrounded" + } + }, + stats={ + [1]="dodge_roll_travel_distance_+_while_surrounded" + } + }, + [5763]={ [1]={ [1]={ limit={ @@ -125349,7 +127342,7 @@ return { [1]="doedre_aura_damage_+%_final" } }, - [5701]={ + [5764]={ [1]={ [1]={ limit={ @@ -125365,7 +127358,7 @@ return { [1]="dominating_blow_and_absolution_additive_minion_damage_modifiers_apply_to_you_at_150%_value" } }, - [5702]={ + [5765]={ [1]={ [1]={ limit={ @@ -125381,7 +127374,7 @@ return { [1]="dot_multiplier_+_if_crit_in_past_8_seconds" } }, - [5703]={ + [5766]={ [1]={ [1]={ limit={ @@ -125397,7 +127390,7 @@ return { [1]="dot_multiplier_+_while_affected_by_malevolence" } }, - [5704]={ + [5767]={ [1]={ [1]={ limit={ @@ -125413,7 +127406,7 @@ return { [1]="dot_multiplier_+_with_bow_skills" } }, - [5705]={ + [5768]={ [1]={ [1]={ limit={ @@ -125438,7 +127431,7 @@ return { [1]="double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%" } }, - [5706]={ + [5769]={ [1]={ [1]={ limit={ @@ -125454,7 +127447,7 @@ return { [1]="double_armour_effect" } }, - [5707]={ + [5770]={ [1]={ [1]={ limit={ @@ -125470,7 +127463,7 @@ return { [1]="double_damage_chance_%_if_below_100_strength" } }, - [5708]={ + [5771]={ [1]={ [1]={ limit={ @@ -125486,7 +127479,7 @@ return { [1]="double_damage_%_chance_while_wielding_mace_sceptre_staff" } }, - [5709]={ + [5772]={ [1]={ [1]={ limit={ @@ -125502,7 +127495,7 @@ return { [1]="double_effect_of_consuming_frenzy_charges" } }, - [5710]={ + [5773]={ [1]={ [1]={ limit={ @@ -125518,7 +127511,23 @@ return { [1]="double_evasion_rating_from_gloves_helmets_boots" } }, - [5711]={ + [5774]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Evasion Rating is doubled if you have not been Hit Recently" + } + }, + stats={ + [1]="double_evasion_rating_if_you_havent_been_hit_recently" + } + }, + [5775]={ [1]={ [1]={ limit={ @@ -125534,7 +127543,7 @@ return { [1]="double_number_of_poison_you_can_inflict" } }, - [5712]={ + [5776]={ [1]={ [1]={ limit={ @@ -125555,7 +127564,7 @@ return { [2]="double_slash_maximum_added_physical_damage_vs_bleeding_enemies" } }, - [5713]={ + [5777]={ [1]={ [1]={ limit={ @@ -125571,7 +127580,7 @@ return { [1]="double_strike_chance_to_deal_double_damage_%_vs_bleeding_enemies" } }, - [5714]={ + [5778]={ [1]={ [1]={ limit={ @@ -125587,7 +127596,7 @@ return { [1]="drain_%_max_mana_to_activate_expended_charms" } }, - [5715]={ + [5779]={ [1]={ [1]={ limit={ @@ -125603,7 +127612,7 @@ return { [1]="drain_focus_%_of_damage_dealt_on_hit" } }, - [5716]={ + [5780]={ [1]={ [1]={ limit={ @@ -125619,7 +127628,7 @@ return { [1]="drain_x_flask_charges_over_time_on_hit_for_6_seconds" } }, - [5717]={ + [5781]={ [1]={ [1]={ limit={ @@ -125648,7 +127657,7 @@ return { [1]="dread_banner_aura_effect_+%" } }, - [5718]={ + [5782]={ [1]={ [1]={ limit={ @@ -125664,7 +127673,7 @@ return { [1]="dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner" } }, - [5719]={ + [5783]={ [1]={ [1]={ [1]={ @@ -125684,7 +127693,7 @@ return { [1]="dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner_div_50" } }, - [5720]={ + [5784]={ [1]={ [1]={ limit={ @@ -125713,7 +127722,7 @@ return { [1]="dread_banner_mana_reservation_efficiency_+%" } }, - [5721]={ + [5785]={ [1]={ [1]={ limit={ @@ -125742,7 +127751,7 @@ return { [1]="dual_strike_accuracy_rating_+%_while_wielding_sword" } }, - [5722]={ + [5786]={ [1]={ [1]={ limit={ @@ -125771,7 +127780,7 @@ return { [1]="dual_strike_attack_speed_+%_while_wielding_claw" } }, - [5723]={ + [5787]={ [1]={ [1]={ limit={ @@ -125787,7 +127796,7 @@ return { [1]="dual_strike_critical_strike_multiplier_+_while_wielding_dagger" } }, - [5724]={ + [5788]={ [1]={ [1]={ limit={ @@ -125803,7 +127812,7 @@ return { [1]="dual_strike_intimidate_on_hit_while_wielding_axe" } }, - [5725]={ + [5789]={ [1]={ [1]={ limit={ @@ -125828,7 +127837,7 @@ return { [1]="dual_strike_main_hand_deals_double_damage_%" } }, - [5726]={ + [5790]={ [1]={ [1]={ limit={ @@ -125844,7 +127853,7 @@ return { [1]="dual_strike_melee_splash_while_wielding_mace" } }, - [5727]={ + [5791]={ [1]={ [1]={ limit={ @@ -125860,7 +127869,7 @@ return { [1]="dual_strike_melee_splash_with_off_hand_weapon" } }, - [5728]={ + [5792]={ [1]={ [1]={ limit={ @@ -125876,7 +127885,7 @@ return { [1]="dual_wield_inherent_attack_speed_is_doubled_while_dual_wielding_claws" } }, - [5729]={ + [5793]={ [1]={ [1]={ limit={ @@ -125905,7 +127914,7 @@ return { [1]="duelist_hidden_ascendancy_attack_skill_final_repeat_damage_+%_final" } }, - [5730]={ + [5794]={ [1]={ [1]={ limit={ @@ -125934,7 +127943,7 @@ return { [1]="duration_of_ailments_on_self_+%_per_fortification" } }, - [5731]={ + [5795]={ [1]={ [1]={ limit={ @@ -125950,7 +127959,7 @@ return { [1]="each_arrow_fired_gains_random_perdandus_prefix" } }, - [5732]={ + [5796]={ [1]={ [1]={ limit={ @@ -125966,7 +127975,7 @@ return { [1]="earthquake_and_earthshatter_shatter_on_killing_blow" } }, - [5733]={ + [5797]={ [1]={ [1]={ limit={ @@ -125995,7 +128004,7 @@ return { [1]="earthquake_damage_+%_per_100ms_duration" } }, - [5734]={ + [5798]={ [1]={ [1]={ limit={ @@ -126024,7 +128033,7 @@ return { [1]="earthshatter_area_of_effect_+%" } }, - [5735]={ + [5799]={ [1]={ [1]={ limit={ @@ -126053,7 +128062,7 @@ return { [1]="earthshatter_damage_+%" } }, - [5736]={ + [5800]={ [1]={ [1]={ limit={ @@ -126082,7 +128091,7 @@ return { [1]="electrocuted_enemy_damage_taken_+%" } }, - [5737]={ + [5801]={ [1]={ [1]={ limit={ @@ -126111,7 +128120,7 @@ return { [1]="elemental_ailment_duration_on_self_+%_while_holding_shield" } }, - [5738]={ + [5802]={ [1]={ [1]={ limit={ @@ -126140,7 +128149,7 @@ return { [1]="elemental_ailment_on_self_duration_+%_with_rare_abyss_jewel_socketed" } }, - [5739]={ + [5803]={ [1]={ [1]={ limit={ @@ -126169,7 +128178,7 @@ return { [1]="elemental_ailment_types_apply_damage_taken_+%" } }, - [5740]={ + [5804]={ [1]={ [1]={ limit={ @@ -126185,7 +128194,7 @@ return { [1]="elemental_ailments_reflected_to_self" } }, - [5741]={ + [5805]={ [1]={ [1]={ limit={ @@ -126201,7 +128210,7 @@ return { [1]="elemental_damage_additional_rolls_lucky_shocked" } }, - [5742]={ + [5806]={ [1]={ [1]={ limit={ @@ -126210,14 +128219,14 @@ return { [2]="#" } }, - text="DNT All Elemental Damage from Hits contributes to Freeze Buildup" + text="All Elemental Damage from Hits Contributes to Freeze Buildup" } }, stats={ [1]="elemental_damage_can_freeze" } }, - [5743]={ + [5807]={ [1]={ [1]={ limit={ @@ -126226,14 +128235,14 @@ return { [2]="#" } }, - text="DNT All Elemental Damage from Hits contributes to Ignite Chance and Magnitude" + text=" All Elemental Damage from Hits Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="elemental_damage_can_ignite" } }, - [5744]={ + [5808]={ [1]={ [1]={ limit={ @@ -126249,7 +128258,7 @@ return { [1]="elemental_damage_can_inflict_bleeding" } }, - [5745]={ + [5809]={ [1]={ [1]={ limit={ @@ -126278,7 +128287,7 @@ return { [1]="elemental_damage_+%_final_per_righteous_charge" } }, - [5746]={ + [5810]={ [1]={ [1]={ limit={ @@ -126307,7 +128316,7 @@ return { [1]="elemental_damage_+%_if_cursed_enemy_killed_recently" } }, - [5747]={ + [5811]={ [1]={ [1]={ limit={ @@ -126336,7 +128345,7 @@ return { [1]="elemental_damage_+%_if_enemy_chilled_recently" } }, - [5748]={ + [5812]={ [1]={ [1]={ limit={ @@ -126365,7 +128374,7 @@ return { [1]="elemental_damage_+%_if_enemy_ignited_recently" } }, - [5749]={ + [5813]={ [1]={ [1]={ limit={ @@ -126394,7 +128403,7 @@ return { [1]="elemental_damage_+%_if_enemy_shocked_recently" } }, - [5750]={ + [5814]={ [1]={ [1]={ limit={ @@ -126423,7 +128432,7 @@ return { [1]="elemental_damage_+%_if_have_crit_recently" } }, - [5751]={ + [5815]={ [1]={ [1]={ limit={ @@ -126439,7 +128448,7 @@ return { [1]="elemental_damage_+%_if_used_a_warcry_recently" } }, - [5752]={ + [5816]={ [1]={ [1]={ limit={ @@ -126468,7 +128477,7 @@ return { [1]="elemental_damage_+%_per_10_devotion" } }, - [5753]={ + [5817]={ [1]={ [1]={ limit={ @@ -126497,7 +128506,7 @@ return { [1]="elemental_damage_+%_per_10_dexterity" } }, - [5754]={ + [5818]={ [1]={ [1]={ limit={ @@ -126526,7 +128535,7 @@ return { [1]="elemental_damage_+%_per_12_int" } }, - [5755]={ + [5819]={ [1]={ [1]={ limit={ @@ -126555,7 +128564,7 @@ return { [1]="elemental_damage_+%_per_12_strength" } }, - [5756]={ + [5820]={ [1]={ [1]={ limit={ @@ -126584,7 +128593,7 @@ return { [1]="elemental_damage_+%_per_power_charge" } }, - [5757]={ + [5821]={ [1]={ [1]={ limit={ @@ -126613,7 +128622,7 @@ return { [1]="elemental_damage_+%_per_sextant_affecting_area" } }, - [5758]={ + [5822]={ [1]={ [1]={ limit={ @@ -126642,7 +128651,7 @@ return { [1]="elemental_damage_+%_while_affected_by_a_herald" } }, - [5759]={ + [5823]={ [1]={ [1]={ limit={ @@ -126671,7 +128680,7 @@ return { [1]="elemental_damage_+%_while_in_area_affected_by_sextant" } }, - [5760]={ + [5824]={ [1]={ [1]={ limit={ @@ -126696,7 +128705,7 @@ return { [1]="elemental_damage_reduction_%_from_evasion_rating" } }, - [5761]={ + [5825]={ [1]={ [1]={ limit={ @@ -126729,7 +128738,7 @@ return { [1]="elemental_damage_resistance_+%" } }, - [5762]={ + [5826]={ [1]={ [1]={ limit={ @@ -126745,7 +128754,7 @@ return { [1]="elemental_damage_resisted_by_lowest_elemental_resistance" } }, - [5763]={ + [5827]={ [1]={ [1]={ limit={ @@ -126761,7 +128770,7 @@ return { [1]="elemental_damage_taken_%_recouped_as_life" } }, - [5764]={ + [5828]={ [1]={ [1]={ limit={ @@ -126790,7 +128799,7 @@ return { [1]="elemental_damage_taken_+%_final_per_raised_zombie" } }, - [5765]={ + [5829]={ [1]={ [1]={ limit={ @@ -126823,7 +128832,7 @@ return { [1]="elemental_damage_taken_from_hits_+%_per_endurance_charge" } }, - [5766]={ + [5830]={ [1]={ [1]={ limit={ @@ -126852,7 +128861,7 @@ return { [1]="elemental_damage_taken_+%_if_been_hit_recently" } }, - [5767]={ + [5831]={ [1]={ [1]={ limit={ @@ -126881,7 +128890,7 @@ return { [1]="elemental_damage_taken_+%_if_not_hit_recently" } }, - [5768]={ + [5832]={ [1]={ [1]={ limit={ @@ -126910,7 +128919,7 @@ return { [1]="elemental_damage_taken_+%_if_you_have_an_endurance_charge" } }, - [5769]={ + [5833]={ [1]={ [1]={ limit={ @@ -126939,7 +128948,7 @@ return { [1]="elemental_damage_taken_+%_per_endurance_charge" } }, - [5770]={ + [5834]={ [1]={ [1]={ limit={ @@ -126972,7 +128981,7 @@ return { [1]="elemental_damage_taken_+%_while_stationary" } }, - [5771]={ + [5835]={ [1]={ [1]={ limit={ @@ -127001,7 +129010,7 @@ return { [1]="elemental_damage_with_attack_skills_+%_per_power_charge" } }, - [5772]={ + [5836]={ [1]={ [1]={ limit={ @@ -127017,7 +129026,7 @@ return { [1]="elemental_golems_maximum_life_is_doubled" } }, - [5773]={ + [5837]={ [1]={ [1]={ limit={ @@ -127042,7 +129051,7 @@ return { [1]="elemental_hit_and_wild_strike_chance_to_inflict_scorch_brittle_sap_%" } }, - [5774]={ + [5838]={ [1]={ [1]={ limit={ @@ -127058,7 +129067,7 @@ return { [1]="elemental_hit_cannot_roll_cold_damage" } }, - [5775]={ + [5839]={ [1]={ [1]={ limit={ @@ -127074,7 +129083,7 @@ return { [1]="elemental_hit_cannot_roll_fire_damage" } }, - [5776]={ + [5840]={ [1]={ [1]={ limit={ @@ -127090,7 +129099,7 @@ return { [1]="elemental_hit_cannot_roll_lightning_damage" } }, - [5777]={ + [5841]={ [1]={ [1]={ limit={ @@ -127106,7 +129115,7 @@ return { [1]="elemental_hit_damage_taken_%_as_physical" } }, - [5778]={ + [5842]={ [1]={ [1]={ limit={ @@ -127122,7 +129131,7 @@ return { [1]="elemental_hit_deals_50%_less_cold_damage" } }, - [5779]={ + [5843]={ [1]={ [1]={ limit={ @@ -127138,7 +129147,7 @@ return { [1]="elemental_hit_deals_50%_less_fire_damage" } }, - [5780]={ + [5844]={ [1]={ [1]={ limit={ @@ -127154,7 +129163,7 @@ return { [1]="elemental_hit_deals_50%_less_lightning_damage" } }, - [5781]={ + [5845]={ [1]={ [1]={ limit={ @@ -127170,7 +129179,7 @@ return { [1]="elemental_penetration_can_go_down_to_override" } }, - [5782]={ + [5846]={ [1]={ [1]={ limit={ @@ -127186,7 +129195,7 @@ return { [1]="elemental_penetration_%_if_you_have_a_power_charge" } }, - [5783]={ + [5847]={ [1]={ [1]={ limit={ @@ -127202,7 +129211,7 @@ return { [1]="elemental_penetration_%_while_chilled" } }, - [5784]={ + [5848]={ [1]={ [1]={ limit={ @@ -127235,7 +129244,7 @@ return { [1]="elemental_reflect_damage_taken_and_minion_elemental_reflect_damage_taken_+%" } }, - [5785]={ + [5849]={ [1]={ [1]={ limit={ @@ -127268,7 +129277,7 @@ return { [1]="elemental_reflect_damage_taken_+%_while_affected_by_purity_of_elements" } }, - [5786]={ + [5850]={ [1]={ [1]={ limit={ @@ -127284,7 +129293,7 @@ return { [1]="elemental_resistance_%_per_minion_up_to_30%" } }, - [5787]={ + [5851]={ [1]={ [1]={ limit={ @@ -127300,7 +129309,7 @@ return { [1]="elemental_resistance_cannot_be_lowered_by_curses" } }, - [5788]={ + [5852]={ [1]={ [1]={ limit={ @@ -127316,7 +129325,7 @@ return { [1]="elemental_resistance_%_per_10_devotion" } }, - [5789]={ + [5853]={ [1]={ [1]={ limit={ @@ -127332,7 +129341,7 @@ return { [1]="elemental_resistances_are_limited_by_highest_maximum_elemental_resistance" } }, - [5790]={ + [5854]={ [1]={ [1]={ limit={ @@ -127348,7 +129357,7 @@ return { [1]="elemental_skill_chance_to_blind_nearby_enemies_%" } }, - [5791]={ + [5855]={ [1]={ [1]={ limit={ @@ -127364,7 +129373,7 @@ return { [1]="elemental_skill_gem_level_+" } }, - [5792]={ + [5856]={ [1]={ [1]={ limit={ @@ -127380,7 +129389,7 @@ return { [1]="elemental_skills_deal_triple_damage" } }, - [5793]={ + [5857]={ [1]={ [1]={ limit={ @@ -127409,7 +129418,36 @@ return { [1]="elemental_storm_cooldown_recovery_speed_+%_final" } }, - [5794]={ + [5858]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for pulses originating from a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for pulses originating from a Unique enemy" + } + }, + stats={ + [1]="elemental_sundering_damage_+%_final_if_created_from_unique" + } + }, + [5859]={ [1]={ [1]={ limit={ @@ -127425,7 +129463,7 @@ return { [1]="elemental_weakness_no_reservation" } }, - [5795]={ + [5860]={ [1]={ [1]={ limit={ @@ -127454,7 +129492,7 @@ return { [1]="elementalist_area_of_effect_+%_for_5_seconds" } }, - [5796]={ + [5861]={ [1]={ [1]={ limit={ @@ -127470,7 +129508,7 @@ return { [1]="elementalist_chill_maximum_magnitude_override" } }, - [5797]={ + [5862]={ [1]={ [1]={ limit={ @@ -127499,7 +129537,7 @@ return { [1]="elementalist_elemental_damage_+%_for_5_seconds" } }, - [5798]={ + [5863]={ [1]={ [1]={ limit={ @@ -127515,7 +129553,7 @@ return { [1]="elementalist_gain_shaper_of_desolation_every_10_seconds" } }, - [5799]={ + [5864]={ [1]={ [1]={ limit={ @@ -127544,7 +129582,7 @@ return { [1]="elementalist_ignite_effect_+%_final" } }, - [5800]={ + [5865]={ [1]={ [1]={ limit={ @@ -127573,7 +129611,7 @@ return { [1]="elusive_effect_+%" } }, - [5801]={ + [5866]={ [1]={ [1]={ limit={ @@ -127602,7 +129640,36 @@ return { [1]="ember_projectile_spread_area_+%" } }, - [5802]={ + [5867]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Empowered Attacks deal {0}% increased damage per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Empowered Attacks deal {0}% reduced damage per 10 Tribute" + } + }, + stats={ + [1]="empowered_attack_damage_+%_per_10_tribute" + } + }, + [5868]={ [1]={ [1]={ limit={ @@ -127631,7 +129698,7 @@ return { [1]="empowered_attack_damage_+%" } }, - [5803]={ + [5869]={ [1]={ [1]={ limit={ @@ -127647,7 +129714,7 @@ return { [1]="empowered_attack_double_damage_%_chance" } }, - [5804]={ + [5870]={ [1]={ [1]={ limit={ @@ -127676,7 +129743,23 @@ return { [1]="empowered_attack_hit_damage_stun_multiplier_+%" } }, - [5805]={ + [5871]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Empowered Attacks Gain {0}% of Physical Damage as Extra Fire damage" + } + }, + stats={ + [1]="empowered_attack_physical_damage_%_to_gain_as_fire" + } + }, + [5872]={ [1]={ [1]={ limit={ @@ -127692,7 +129775,7 @@ return { [1]="enable_ring_slot_3" } }, - [5806]={ + [5873]={ [1]={ [1]={ limit={ @@ -127721,7 +129804,7 @@ return { [1]="enchantment_boots_mana_regeneration_rate_+%_if_cast_spell_recently" } }, - [5807]={ + [5874]={ [1]={ [1]={ limit={ @@ -127737,7 +129820,7 @@ return { [1]="endurance_charge_on_hit_%_vs_no_armour" } }, - [5808]={ + [5875]={ [1]={ [1]={ limit={ @@ -127753,7 +129836,7 @@ return { [1]="endurance_charge_on_kill_percent_chance_while_holding_shield" } }, - [5809]={ + [5876]={ [1]={ [1]={ limit={ @@ -127782,7 +129865,7 @@ return { [1]="endurance_charge_on_melee_stun_damage_+%_final_per_endurance_charge" } }, - [5810]={ + [5877]={ [1]={ [1]={ limit={ @@ -127807,7 +129890,7 @@ return { [1]="enduring_cry_grants_x_additional_endurance_charges" } }, - [5811]={ + [5878]={ [1]={ [1]={ limit={ @@ -127836,7 +129919,7 @@ return { [1]="enemies_affected_by_your_hazards_recently_have_+%_armour" } }, - [5812]={ + [5879]={ [1]={ [1]={ limit={ @@ -127865,7 +129948,7 @@ return { [1]="enemies_affected_by_your_hazards_recently_have_+%_evasion_rating" } }, - [5813]={ + [5880]={ [1]={ [1]={ limit={ @@ -127890,7 +129973,7 @@ return { [1]="enemies_are_maimed_for_x_seconds_after_becoming_unpinned" } }, - [5814]={ + [5881]={ [1]={ [1]={ limit={ @@ -127906,7 +129989,7 @@ return { [1]="enemies_blinded_by_you_while_blinded_have_malediction" } }, - [5815]={ + [5882]={ [1]={ [1]={ limit={ @@ -127922,7 +130005,7 @@ return { [1]="enemies_chilled_by_bane_and_contagion" } }, - [5816]={ + [5883]={ [1]={ [1]={ limit={ @@ -127938,7 +130021,7 @@ return { [1]="enemies_chilled_by_hits_take_damage_increased_by_chill_effect" } }, - [5817]={ + [5884]={ [1]={ [1]={ limit={ @@ -127967,7 +130050,7 @@ return { [1]="enemies_cursed_by_you_have_life_regeneration_rate_+%" } }, - [5818]={ + [5885]={ [1]={ [1]={ limit={ @@ -127983,7 +130066,7 @@ return { [1]="enemies_explode_for_%_life_as_physical_damage" } }, - [5819]={ + [5886]={ [1]={ [1]={ limit={ @@ -127999,23 +130082,7 @@ return { [1]="enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage" } }, - [5820]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Enemies Killed with Wand Hits have a {0}% chance to Explode, dealing a quarter of their Life as Chaos Damage" - } - }, - stats={ - [1]="enemies_explode_on_death_by_wand_hit_for_25%_life_as_chaos_damage_%_chance" - } - }, - [5821]={ + [5887]={ [1]={ [1]={ limit={ @@ -128031,7 +130098,7 @@ return { [1]="enemies_explode_on_kill" } }, - [5822]={ + [5888]={ [1]={ [1]={ limit={ @@ -128047,7 +130114,7 @@ return { [1]="enemies_explode_on_kill_while_unhinged" } }, - [5823]={ + [5889]={ [1]={ [1]={ limit={ @@ -128072,7 +130139,7 @@ return { [1]="enemies_extra_damage_rolls_with_lightning_damage" } }, - [5824]={ + [5890]={ [1]={ [1]={ limit={ @@ -128097,7 +130164,7 @@ return { [1]="enemies_extra_damage_rolls_with_lightning_damage_while_you_are_shocked" } }, - [5825]={ + [5891]={ [1]={ [1]={ limit={ @@ -128122,7 +130189,7 @@ return { [1]="enemies_hitting_you_drop_burning_ground_%" } }, - [5826]={ + [5892]={ [1]={ [1]={ limit={ @@ -128147,7 +130214,7 @@ return { [1]="enemies_hitting_you_drop_chilled_ground_%" } }, - [5827]={ + [5893]={ [1]={ [1]={ limit={ @@ -128172,7 +130239,7 @@ return { [1]="enemies_hitting_you_drop_shocked_ground_%" } }, - [5828]={ + [5894]={ [1]={ [1]={ limit={ @@ -128188,7 +130255,7 @@ return { [1]="enemies_ignited_by_you_have_physical_damage_%_converted_to_fire" } }, - [5829]={ + [5895]={ [1]={ [1]={ limit={ @@ -128204,7 +130271,7 @@ return { [1]="enemies_in_presence_are_blinded" } }, - [5830]={ + [5896]={ [1]={ [1]={ limit={ @@ -128220,7 +130287,7 @@ return { [1]="enemies_in_presence_are_intimidated" } }, - [5831]={ + [5897]={ [1]={ [1]={ limit={ @@ -128249,7 +130316,7 @@ return { [1]="enemies_in_presence_cooldown_recovery_+%" } }, - [5832]={ + [5898]={ [1]={ [1]={ limit={ @@ -128265,7 +130332,7 @@ return { [1]="enemies_in_presence_count_as_low_life" } }, - [5833]={ + [5899]={ [1]={ [1]={ limit={ @@ -128281,7 +130348,7 @@ return { [1]="enemies_in_presence_elemental_damage_resisted_by_lowest_elemental_resistance" } }, - [5834]={ + [5900]={ [1]={ [1]={ limit={ @@ -128306,7 +130373,7 @@ return { [1]="enemies_in_presence_gain_critical_weakness_every_second_for_seconds" } }, - [5835]={ + [5901]={ [1]={ [1]={ limit={ @@ -128322,7 +130389,23 @@ return { [1]="enemies_in_presence_have_fire_exposure" } }, - [5836]={ + [5902]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies in your Presence have {0:+d}% to Fire Resistance" + } + }, + stats={ + [1]="enemies_in_presence_have_fire_resistance_%" + } + }, + [5903]={ [1]={ [1]={ limit={ @@ -128338,7 +130421,7 @@ return { [1]="enemies_in_presence_have_life_reserved_%" } }, - [5837]={ + [5904]={ [1]={ [1]={ limit={ @@ -128354,7 +130437,36 @@ return { [1]="enemies_in_presence_have_no_elemental_resistances" } }, - [5838]={ + [5905]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Enemies in your Presence have {0}% increased Life Regeneration rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Enemies in your Presence have {0}% reduced Life Regeneration rate" + } + }, + stats={ + [1]="enemies_in_presence_life_regeneration_+%" + } + }, + [5906]={ [1]={ [1]={ limit={ @@ -128370,7 +130482,7 @@ return { [1]="enemies_in_presence_lightning_resist_equal_to_yours" } }, - [5839]={ + [5907]={ [1]={ [1]={ limit={ @@ -128386,7 +130498,39 @@ return { [1]="enemies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos" } }, - [5840]={ + [5908]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies in your Presence cannot be Revived" + } + }, + stats={ + [1]="enemies_in_your_presence_cannot_be_revived" + } + }, + [5909]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies are Intimidated for {0} seconds when you Immobilise them" + } + }, + stats={ + [1]="enemies_intimidated_x_seconds_when_pinned_heavy_stunned_frozen_or_electrocuted" + } + }, + [5910]={ [1]={ [1]={ limit={ @@ -128411,7 +130555,7 @@ return { [1]="enemies_killed_on_fungal_ground_explode_for_5%_chaos_damage_%_chance" } }, - [5841]={ + [5911]={ [1]={ [1]={ limit={ @@ -128427,7 +130571,7 @@ return { [1]="enemies_near_corpses_created_recently_are_shocked_and_chilled" } }, - [5842]={ + [5912]={ [1]={ [1]={ limit={ @@ -128443,7 +130587,7 @@ return { [1]="enemies_near_cursed_corpses_are_blinded_and_explode_on_death_for_%_life_as_physical_damage" } }, - [5843]={ + [5913]={ [1]={ [1]={ limit={ @@ -128459,7 +130603,7 @@ return { [1]="enemies_near_link_skill_target_have_exposure" } }, - [5844]={ + [5914]={ [1]={ [1]={ limit={ @@ -128475,7 +130619,7 @@ return { [1]="enemies_near_marked_enemy_are_blinded" } }, - [5845]={ + [5915]={ [1]={ [1]={ limit={ @@ -128491,7 +130635,7 @@ return { [1]="enemies_shocked_by_you_have_physical_damage_%_converted_to_lightning" } }, - [5846]={ + [5916]={ [1]={ [1]={ limit={ @@ -128516,7 +130660,7 @@ return { [1]="enemies_taunted_by_warcry_explode_on_death_%_chance_dealing_8%_life_as_chaos_damage" } }, - [5847]={ + [5917]={ [1]={ [1]={ limit={ @@ -128532,7 +130676,7 @@ return { [1]="enemies_taunted_by_you_cannot_evade_attacks" } }, - [5848]={ + [5918]={ [1]={ [1]={ limit={ @@ -128548,7 +130692,7 @@ return { [1]="enemies_taunted_by_your_warcies_are_intimidated" } }, - [5849]={ + [5919]={ [1]={ [1]={ limit={ @@ -128564,7 +130708,7 @@ return { [1]="enemies_taunted_by_your_warcries_are_unnerved" } }, - [5850]={ + [5920]={ [1]={ [1]={ limit={ @@ -128580,7 +130724,7 @@ return { [1]="enemies_that_hit_you_inflict_temporal_chains" } }, - [5851]={ + [5921]={ [1]={ [1]={ limit={ @@ -128609,7 +130753,7 @@ return { [1]="enemies_that_hit_you_with_attack_recently_attack_speed_+%" } }, - [5852]={ + [5922]={ [1]={ [1]={ limit={ @@ -128638,7 +130782,7 @@ return { [1]="enemies_you_blind_have_critical_strike_chance_+%" } }, - [5853]={ + [5923]={ [1]={ [1]={ limit={ @@ -128654,7 +130798,7 @@ return { [1]="enemies_you_curse_are_intimidated" } }, - [5854]={ + [5924]={ [1]={ [1]={ limit={ @@ -128670,7 +130814,7 @@ return { [1]="enemies_you_curse_are_unnerved" } }, - [5855]={ + [5925]={ [1]={ [1]={ limit={ @@ -128686,7 +130830,7 @@ return { [1]="enemies_you_curse_cannot_recharge_energy_shield" } }, - [5856]={ + [5926]={ [1]={ [1]={ limit={ @@ -128702,7 +130846,7 @@ return { [1]="enemies_you_curse_have_15%_hinder" } }, - [5857]={ + [5927]={ [1]={ [1]={ limit={ @@ -128731,7 +130875,7 @@ return { [1]="enemies_you_expose_have_self_elemental_status_duration_+%" } }, - [5858]={ + [5928]={ [1]={ [1]={ limit={ @@ -128760,7 +130904,7 @@ return { [1]="enemies_you_hinder_have_life_regeneration_rate_+%" } }, - [5859]={ + [5929]={ [1]={ [1]={ limit={ @@ -128776,7 +130920,7 @@ return { [1]="enemies_you_ignite_take_chaos_damage_from_ignite_instead" } }, - [5860]={ + [5930]={ [1]={ [1]={ limit={ @@ -128792,7 +130936,7 @@ return { [1]="enemies_you_ignite_wither_does_not_expire" } }, - [5861]={ + [5931]={ [1]={ [1]={ limit={ @@ -128821,7 +130965,7 @@ return { [1]="enemies_you_intimidate_have_stun_duration_on_self_+%" } }, - [5862]={ + [5932]={ [1]={ [1]={ limit={ @@ -128850,7 +130994,7 @@ return { [1]="enemies_you_maim_have_damage_taken_over_time_+%" } }, - [5863]={ + [5933]={ [1]={ [1]={ limit={ @@ -128879,7 +131023,7 @@ return { [1]="enemies_you_unnerve_have_enemy_spell_critical_strike_chance_+%_against_self" } }, - [5864]={ + [5934]={ [1]={ [1]={ limit={ @@ -128895,7 +131039,7 @@ return { [1]="enemies_you_wither_have_all_resistances_%" } }, - [5865]={ + [5935]={ [1]={ [1]={ limit={ @@ -128928,7 +131072,65 @@ return { [1]="enemy_evasion_+%_if_you_have_hit_them_recently" } }, - [5866]={ + [5936]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for Damage of Enemies Hitting you to be Unlucky" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% chance for Damage of Enemies Hitting you to be Lucky" + } + }, + stats={ + [1]="enemy_extra_damage_rolls_chance_%" + } + }, + [5937]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for Damage of Enemies Hitting you to be Unlucky" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% chance for Damage of Enemies Hitting you to be Lucky" + } + }, + stats={ + [1]="enemy_extra_damage_rolls_chance_%" + } + }, + [5938]={ [1]={ [1]={ limit={ @@ -128957,7 +131159,7 @@ return { [1]="enemy_extra_damage_rolls_if_magic_ring_equipped" } }, - [5867]={ + [5939]={ [1]={ [1]={ limit={ @@ -128986,7 +131188,7 @@ return { [1]="enemy_extra_damage_rolls_when_on_full_life" } }, - [5868]={ + [5940]={ [1]={ [1]={ limit={ @@ -129002,7 +131204,7 @@ return { [1]="enemy_hits_against_you_have_distance_based_accuracy_falloff" } }, - [5869]={ + [5941]={ [1]={ [1]={ limit={ @@ -129035,7 +131237,7 @@ return { [1]="enemy_life_regeneration_rate_+%_for_4_seconds_on_hit" } }, - [5870]={ + [5942]={ [1]={ [1]={ limit={ @@ -129064,7 +131266,7 @@ return { [1]="enemy_spell_critical_strike_chance_+%_against_self" } }, - [5871]={ + [5943]={ [1]={ [1]={ limit={ @@ -129093,7 +131295,7 @@ return { [1]="energy_generated_+%" } }, - [5872]={ + [5944]={ [1]={ [1]={ limit={ @@ -129122,7 +131324,36 @@ return { [1]="ascendancy_energy_generated_+%_final" } }, - [5873]={ + [5945]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Meta Skills gain {0}% increased Energy if you've dealt a Critical Hit Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Meta Skills gain {0}% reduced Energy if you've dealt a Critical Hit Recently" + } + }, + stats={ + [1]="energy_generated_+%_if_crit_recently" + } + }, + [5946]={ [1]={ [1]={ limit={ @@ -129138,7 +131369,7 @@ return { [1]="energy_generation_is_doubled" } }, - [5874]={ + [5947]={ [1]={ [1]={ limit={ @@ -129167,7 +131398,7 @@ return { [1]="energy_shield_+%_if_both_rings_have_evasion_mod" } }, - [5875]={ + [5948]={ [1]={ [1]={ limit={ @@ -129196,7 +131427,7 @@ return { [1]="energy_shield_+%_if_consumed_power_charge_recently" } }, - [5876]={ + [5949]={ [1]={ [1]={ limit={ @@ -129205,14 +131436,14 @@ return { [2]="#" } }, - text="{0:+d} to Energy Shield per 8 Evasion on Equipped Boots" + text="{0:+d} to Energy Shield per 8 Item Evasion Rating on Equipped Boots" } }, stats={ [1]="energy_shield_+_per_8_evasion_on_boots" } }, - [5877]={ + [5950]={ [1]={ [1]={ limit={ @@ -129228,7 +131459,7 @@ return { [1]="energy_shield_additive_modifiers_instead_apply_to_ward" } }, - [5878]={ + [5951]={ [1]={ [1]={ limit={ @@ -129257,7 +131488,7 @@ return { [1]="energy_shield_delay_-%_if_stunned_recently" } }, - [5879]={ + [5952]={ [1]={ [1]={ limit={ @@ -129286,7 +131517,36 @@ return { [1]="energy_shield_delay_-%_when_not_on_full_life" } }, - [5880]={ + [5953]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% faster start of Energy Shield Recharge while affected by an Archon Buff" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% slower start of Energy Shield Recharge while affected by an Archon Buff" + } + }, + stats={ + [1]="energy_shield_delay_-%_while_affected_by_archon" + } + }, + [5954]={ [1]={ [1]={ limit={ @@ -129315,7 +131575,7 @@ return { [1]="energy_shield_delay_-%_while_affected_by_discipline" } }, - [5881]={ + [5955]={ [1]={ [1]={ limit={ @@ -129344,7 +131604,7 @@ return { [1]="energy_shield_from_focus_+%" } }, - [5882]={ + [5956]={ [1]={ [1]={ limit={ @@ -129373,7 +131633,7 @@ return { [1]="energy_shield_from_gloves_and_boots_+%" } }, - [5883]={ + [5957]={ [1]={ [1]={ limit={ @@ -129402,7 +131662,7 @@ return { [1]="energy_shield_from_helmet_+%" } }, - [5884]={ + [5958]={ [1]={ [1]={ limit={ @@ -129431,7 +131691,7 @@ return { [1]="energy_shield_gain_per_target_hit_while_affected_by_discipline" } }, - [5885]={ + [5959]={ [1]={ [1]={ limit={ @@ -129447,7 +131707,7 @@ return { [1]="energy_shield_gain_when_you_hit_enemy_affected_by_spiders_web" } }, - [5886]={ + [5960]={ [1]={ [1]={ limit={ @@ -129463,7 +131723,7 @@ return { [1]="energy_shield_increased_by_overcapped_cold_resistance" } }, - [5887]={ + [5961]={ [1]={ [1]={ [1]={ @@ -129483,7 +131743,7 @@ return { [1]="energy_shield_lost_per_minute_%" } }, - [5888]={ + [5962]={ [1]={ [1]={ limit={ @@ -129499,7 +131759,7 @@ return { [1]="energy_shield_per_level" } }, - [5889]={ + [5963]={ [1]={ [1]={ limit={ @@ -129515,7 +131775,7 @@ return { [1]="energy_shield_+%_per_10_strength" } }, - [5890]={ + [5964]={ [1]={ [1]={ limit={ @@ -129531,7 +131791,7 @@ return { [1]="energy_shield_+%_per_power_charge" } }, - [5891]={ + [5965]={ [1]={ [1]={ limit={ @@ -129560,7 +131820,7 @@ return { [1]="energy_shield_recharge_+%_if_amulet_has_evasion_mod" } }, - [5892]={ + [5966]={ [1]={ [1]={ [1]={ @@ -129593,7 +131853,168 @@ return { [1]="energy_shield_recharge_delay_override_ms" } }, - [5893]={ + [5967]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Energy Shield Recharge Rate if you haven't Dodge Rolled Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Energy Shield Recharge Rate if you haven't Dodge Rolled Recently" + } + }, + stats={ + [1]="energy_shield_recharge_rate_+%_if_not_dodge_rolled_recently" + } + }, + [5968]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Energy Shield Recharge Rate per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Energy Shield Recharge Rate per 25 Tribute" + } + }, + stats={ + [1]="energy_shield_recharge_rate_+%_per_25_tribute" + } + }, + [5969]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Energy Shield Recharge Rate per 4 Dexterity" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Energy Shield Recharge Rate per 4 Dexterity" + } + }, + stats={ + [1]="energy_shield_recharge_rate_+%_per_4_dexterity" + } + }, + [5970]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Energy Shield Recharge Rate while affected by an Archon Buff" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Energy Shield Recharge Rate while affected by an Archon Buff" + } + }, + stats={ + [1]="energy_shield_recharge_rate_+%_while_affected_by_archon" + } + }, + [5971]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Energy Shield Recharge Rate if you've Blocked Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Energy Shield Recharge Rate if you've Blocked Recently" + } + }, + stats={ + [1]="energy_shield_recharge_rate_+%_if_blocked_recently" + } + }, + [5972]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Energy Shield Recharge starts when your Minions are Reformed" + } + }, + stats={ + [1]="energy_shield_recharge_start_when_minions_reform" + } + }, + [5973]={ [1]={ [1]={ limit={ @@ -129609,7 +132030,7 @@ return { [1]="energy_shield_recharge_start_when_stunned" } }, - [5894]={ + [5974]={ [1]={ [1]={ limit={ @@ -129625,7 +132046,7 @@ return { [1]="energy_shield_recharges_on_kill_%" } }, - [5895]={ + [5975]={ [1]={ [1]={ limit={ @@ -129641,7 +132062,7 @@ return { [1]="energy_shield_recharges_on_skill_use_chance_%" } }, - [5896]={ + [5976]={ [1]={ [1]={ limit={ @@ -129670,7 +132091,7 @@ return { [1]="energy_shield_recovery_rate_+%_if_havent_killed_recently" } }, - [5897]={ + [5977]={ [1]={ [1]={ limit={ @@ -129699,7 +132120,7 @@ return { [1]="energy_shield_recovery_rate_+%_if_not_hit_recently" } }, - [5898]={ + [5978]={ [1]={ [1]={ limit={ @@ -129728,7 +132149,7 @@ return { [1]="energy_shield_recovery_rate_while_affected_by_discipline_+%" } }, - [5899]={ + [5979]={ [1]={ [1]={ [1]={ @@ -129748,7 +132169,7 @@ return { [1]="energy_shield_regeneration_%_per_minute_if_enemy_cursed_recently" } }, - [5900]={ + [5980]={ [1]={ [1]={ [1]={ @@ -129768,7 +132189,7 @@ return { [1]="energy_shield_regeneration_%_per_minute_if_enemy_killed_recently" } }, - [5901]={ + [5981]={ [1]={ [1]={ [1]={ @@ -129788,7 +132209,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_if_rare_or_unique_enemy_nearby" } }, - [5902]={ + [5982]={ [1]={ [1]={ [1]={ @@ -129808,7 +132229,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_per_poison_stack" } }, - [5903]={ + [5983]={ [1]={ [1]={ [1]={ @@ -129828,7 +132249,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_%_if_you_have_hit_an_enemy_recently" } }, - [5904]={ + [5984]={ [1]={ [1]={ [1]={ @@ -129848,7 +132269,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_%_while_affected_by_discipline" } }, - [5905]={ + [5985]={ [1]={ [1]={ [1]={ @@ -129868,7 +132289,7 @@ return { [1]="energy_shield_regeneration_rate_per_minute_while_on_consecrated_ground" } }, - [5906]={ + [5986]={ [1]={ [1]={ limit={ @@ -129884,7 +132305,7 @@ return { [1]="energy_shield_regeneration_rate_per_second" } }, - [5907]={ + [5987]={ [1]={ [1]={ limit={ @@ -129913,7 +132334,7 @@ return { [1]="energy_shield_regeneration_rate_+%" } }, - [5908]={ + [5988]={ [1]={ [1]={ limit={ @@ -129929,7 +132350,7 @@ return { [1]="enfeeble_no_reservation" } }, - [5909]={ + [5989]={ [1]={ [1]={ limit={ @@ -129958,7 +132379,7 @@ return { [1]="ensnaring_arrow_area_of_effect_+%" } }, - [5910]={ + [5990]={ [1]={ [1]={ limit={ @@ -129987,7 +132408,7 @@ return { [1]="ensnaring_arrow_debuff_effect_+%" } }, - [5911]={ + [5991]={ [1]={ [1]={ limit={ @@ -130003,7 +132424,7 @@ return { [1]="envy_reserves_no_mana" } }, - [5912]={ + [5992]={ [1]={ [1]={ limit={ @@ -130019,7 +132440,7 @@ return { [1]="ephemeral_edge_maximum_lightning_damage_from_es_%" } }, - [5913]={ + [5993]={ [1]={ [1]={ limit={ @@ -130044,7 +132465,7 @@ return { [1]="equipped_jewellery_effect_of_bonuses_+%" } }, - [5914]={ + [5994]={ [1]={ [1]={ limit={ @@ -130069,7 +132490,7 @@ return { [1]="equipped_ring1_effect_of_bonuses_+%" } }, - [5915]={ + [5995]={ [1]={ [1]={ limit={ @@ -130094,7 +132515,7 @@ return { [1]="equipped_ring2_effect_of_bonuses_+%" } }, - [5916]={ + [5996]={ [1]={ [1]={ limit={ @@ -130119,7 +132540,7 @@ return { [1]="equipped_rings_effect_of_bonuses_+%" } }, - [5917]={ + [5997]={ [1]={ [1]={ [1]={ @@ -130139,7 +132560,23 @@ return { [1]="es_regeneration_per_minute_%_while_stationary" } }, - [5918]={ + [5998]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Bears the Mark of the Abyssal Lord" + } + }, + stats={ + [1]="essence_abyss_guaranteed_pick" + } + }, + [5999]={ [1]={ [1]={ limit={ @@ -130168,7 +132605,7 @@ return { [1]="essence_drain_soulrend_base_projectile_speed_+%" } }, - [5919]={ + [6000]={ [1]={ [1]={ limit={ @@ -130193,7 +132630,68 @@ return { [1]="essence_drain_soulrend_number_of_additional_projectiles" } }, - [5920]={ + [6001]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Strength, Dexterity or Intelligence" + } + }, + stats={ + [1]="essence_grants_additional_attributes" + } + }, + [6002]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Strength, Dexterity or Intelligence" + } + }, + stats={ + [1]="essence_grants_additional_attributes_increase" + } + }, + [6003]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Armour, Evasion or Energy Shield" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Armour, Evasion or Energy Shield" + } + }, + stats={ + [1]="essence_grants_defences_+%" + } + }, + [6004]={ [1]={ [1]={ [1]={ @@ -130244,7 +132742,7 @@ return { [1]="ethereal_knives_blade_left_in_ground_for_every_X_projectiles" } }, - [5921]={ + [6005]={ [1]={ [1]={ limit={ @@ -130269,7 +132767,7 @@ return { [1]="ethereal_knives_number_of_additional_projectiles" } }, - [5922]={ + [6006]={ [1]={ [1]={ limit={ @@ -130294,7 +132792,7 @@ return { [1]="ethereal_knives_projectile_base_number_of_targets_to_pierce" } }, - [5923]={ + [6007]={ [1]={ [1]={ limit={ @@ -130310,7 +132808,7 @@ return { [1]="ethereal_knives_projectiles_nova" } }, - [5924]={ + [6008]={ [1]={ [1]={ limit={ @@ -130339,7 +132837,7 @@ return { [1]="evasion_rating_+%_if_energy_shield_recharge_started_in_past_2_seconds" } }, - [5925]={ + [6009]={ [1]={ [1]={ limit={ @@ -130368,7 +132866,7 @@ return { [1]="evasion_rating_+%_per_5_intelligence" } }, - [5926]={ + [6010]={ [1]={ [1]={ limit={ @@ -130384,7 +132882,7 @@ return { [1]="evasion_+%_per_10_intelligence" } }, - [5927]={ + [6011]={ [1]={ [1]={ limit={ @@ -130400,7 +132898,7 @@ return { [1]="evasion_rating_%_to_gain_as_ailment_threshold" } }, - [5928]={ + [6012]={ [1]={ [1]={ limit={ @@ -130416,7 +132914,7 @@ return { [1]="evasion_rating_+%_during_focus" } }, - [5929]={ + [6013]={ [1]={ [1]={ limit={ @@ -130445,7 +132943,94 @@ return { [1]="evasion_rating_+%_if_consumed_frenzy_charge_recently" } }, - [5930]={ + [6014]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Evasion Rating if you haven't Dodge Rolled Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Evasion Rating if you haven't Dodge Rolled Recently" + } + }, + stats={ + [1]="evasion_rating_+%_if_not_dodge_rolled_recently" + } + }, + [6015]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Evasion Rating while Sprinting" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Evasion Rating while Sprinting" + } + }, + stats={ + [1]="evasion_rating_+%_if_sprinting" + } + }, + [6016]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Evasion Rating per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Evasion Rating per 10 Tribute" + } + }, + stats={ + [1]="evasion_rating_+%_per_10_tribute" + } + }, + [6017]={ [1]={ [1]={ limit={ @@ -130461,7 +133046,7 @@ return { [1]="evasion_rating_+%_per_500_maximum_mana_up_to_100%" } }, - [5931]={ + [6018]={ [1]={ [1]={ limit={ @@ -130490,7 +133075,7 @@ return { [1]="evasion_rating_+%_while_surrounded" } }, - [5932]={ + [6019]={ [1]={ [1]={ limit={ @@ -130506,7 +133091,7 @@ return { [1]="evasion_rating_+_per_1_armour_on_gloves" } }, - [5933]={ + [6020]={ [1]={ [1]={ limit={ @@ -130522,7 +133107,7 @@ return { [1]="evasion_rating_also_reduces_physical_damage" } }, - [5934]={ + [6021]={ [1]={ [1]={ limit={ @@ -130551,7 +133136,7 @@ return { [1]="evasion_rating_from_helmet_and_boots_+%" } }, - [5935]={ + [6022]={ [1]={ [1]={ limit={ @@ -130567,7 +133152,7 @@ return { [1]="evasion_rating_increased_by_overcapped_cold_resistance" } }, - [5936]={ + [6023]={ [1]={ [1]={ limit={ @@ -130583,7 +133168,7 @@ return { [1]="evasion_rating_increased_by_overcapped_lightning_resistance" } }, - [5937]={ + [6024]={ [1]={ [1]={ [1]={ @@ -130603,7 +133188,7 @@ return { [1]="evasion_rating_%_as_life_regeneration_per_minute_during_focus" } }, - [5938]={ + [6025]={ [1]={ [1]={ limit={ @@ -130619,7 +133204,7 @@ return { [1]="evasion_rating_%_to_gain_as_armour" } }, - [5939]={ + [6026]={ [1]={ [1]={ limit={ @@ -130635,7 +133220,7 @@ return { [1]="evasion_rating_+_if_you_have_hit_an_enemy_recently" } }, - [5940]={ + [6027]={ [1]={ [1]={ limit={ @@ -130664,7 +133249,7 @@ return { [1]="evasion_rating_+_while_phasing" } }, - [5941]={ + [6028]={ [1]={ [1]={ limit={ @@ -130680,7 +133265,7 @@ return { [1]="evasion_rating_+_while_you_have_tailwind" } }, - [5942]={ + [6029]={ [1]={ [1]={ limit={ @@ -130709,7 +133294,7 @@ return { [1]="evasion_rating_+%_if_have_cast_dash_recently" } }, - [5943]={ + [6030]={ [1]={ [1]={ [1]={ @@ -130738,7 +133323,7 @@ return { [1]="evasion_rating_+%_if_have_not_been_hit_recently" } }, - [5944]={ + [6031]={ [1]={ [1]={ limit={ @@ -130767,7 +133352,7 @@ return { [1]="evasion_rating_+%_if_you_dodge_rolled_recently" } }, - [5945]={ + [6032]={ [1]={ [1]={ limit={ @@ -130776,7 +133361,7 @@ return { [2]="#" } }, - text="{0}% increased Evasion if you have Hit an Enemy Recently" + text="{0}% increased Evasion Rating if you have Hit an Enemy Recently" }, [2]={ [1]={ @@ -130789,14 +133374,14 @@ return { [2]=-1 } }, - text="{0}% reduced Evasion if you have Hit an Enemy Recently" + text="{0}% reduced Evasion Rating if you have Hit an Enemy Recently" } }, stats={ [1]="evasion_rating_+%_if_you_have_hit_an_enemy_recently" } }, - [5946]={ + [6033]={ [1]={ [1]={ limit={ @@ -130825,7 +133410,7 @@ return { [1]="evasion_rating_+%_per_green_socket_on_main_hand_weapon" } }, - [5947]={ + [6034]={ [1]={ [1]={ limit={ @@ -130854,7 +133439,7 @@ return { [1]="evasion_rating_+%_when_on_full_life" } }, - [5948]={ + [6035]={ [1]={ [1]={ limit={ @@ -130883,7 +133468,7 @@ return { [1]="evasion_rating_+%_while_leeching" } }, - [5949]={ + [6036]={ [1]={ [1]={ limit={ @@ -130912,7 +133497,7 @@ return { [1]="evasion_rating_+%_while_moving" } }, - [5950]={ + [6037]={ [1]={ [1]={ limit={ @@ -130941,7 +133526,7 @@ return { [1]="evasion_rating_+%_while_you_have_energy_shield" } }, - [5951]={ + [6038]={ [1]={ [1]={ limit={ @@ -130957,7 +133542,7 @@ return { [1]="every_4_seconds_regenerate_%_of_armour_and_evasion_as_life_over_1_second" } }, - [5952]={ + [6039]={ [1]={ [1]={ limit={ @@ -130982,7 +133567,7 @@ return { [1]="exerted_attack_knockback_chance_%" } }, - [5953]={ + [6040]={ [1]={ [1]={ limit={ @@ -130998,7 +133583,7 @@ return { [1]="exerted_attacks_overwhelm_%_physical_damage_reduction" } }, - [5954]={ + [6041]={ [1]={ [1]={ limit={ @@ -131014,7 +133599,7 @@ return { [1]="expanding_fire_cone_additional_maximum_number_of_stages" } }, - [5955]={ + [6042]={ [1]={ [1]={ limit={ @@ -131043,7 +133628,7 @@ return { [1]="expanding_fire_cone_area_of_effect_+%" } }, - [5956]={ + [6043]={ [1]={ [1]={ limit={ @@ -131072,7 +133657,7 @@ return { [1]="expedition_chest_logbook_chance_%" } }, - [5957]={ + [6044]={ [1]={ [1]={ limit={ @@ -131097,7 +133682,7 @@ return { [1]="expedition_monsters_logbook_chance_+%" } }, - [5958]={ + [6045]={ [1]={ [1]={ limit={ @@ -131106,14 +133691,77 @@ return { [2]="#" } }, - text="Burning Enemies you kill have a {0}% chance to Explode, dealing a tenth of their maximum Life as Fire Damage" + text="Burning Enemies you kill have a {0}% chance to Explode, dealing a\ntenth of their maximum Life as Fire Damage" } }, stats={ [1]="explode_burning_enemies_for_10%_life_as_fire_on_kill_chance_%" } }, - [5959]={ + [6046]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=0, + [2]=0 + } + }, + text="Cursed Enemies you Kill have a {0}% chance to Explode, dealing a quarter of their maximum Life as Physical Damage" + }, + [2]={ + limit={ + [1]={ + [1]=0, + [2]=0 + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Cursed Enemies Killed by Allies in your Presence have a {1}% chance to Explode, dealing a quarter of their maximum Life as Physical Damage" + }, + [3]={ + limit={ + [1]={ + [1]=1, + [2]="#" + }, + [2]={ + [1]=1, + [2]="#" + } + }, + text="Cursed Enemies Killed by you, or by Allies in your Presence, have a {0}% chance to Explode, dealing a quarter of their maximum Life as Physical Damage" + } + }, + stats={ + [1]="explode_cursed_enemies_for_25%_life_as_physical_on_kill_chance_%", + [2]="allies_in_presence_have_explode_cursed_enemies_for_25%_life_as_physical_on_kill_chance_%" + } + }, + [6047]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies you kill with Empowered Attacks have a {0}% chance to Explode, dealing a tenth of their maximum Life as Fire Damage" + } + }, + stats={ + [1]="explode_enemies_for_10%_life_as_fire_on_kill_with_empowered_attacks_chance_%" + } + }, + [6048]={ [1]={ [1]={ limit={ @@ -131129,7 +133777,7 @@ return { [1]="explode_enemies_for_10%_life_as_physical_on_kill_chance_%_while_using_pride" } }, - [5960]={ + [6049]={ [1]={ [1]={ limit={ @@ -131145,7 +133793,7 @@ return { [1]="explode_enemies_for_500%_life_as_fire_on_kill_%_chance" } }, - [5961]={ + [6050]={ [1]={ [1]={ limit={ @@ -131174,7 +133822,7 @@ return { [1]="explosive_arrow_duration_+%" } }, - [5962]={ + [6051]={ [1]={ [1]={ limit={ @@ -131203,7 +133851,7 @@ return { [1]="explosive_concoction_damage_+%" } }, - [5963]={ + [6052]={ [1]={ [1]={ limit={ @@ -131232,7 +133880,7 @@ return { [1]="explosive_concoction_flask_charges_consumed_+%" } }, - [5964]={ + [6053]={ [1]={ [1]={ limit={ @@ -131261,7 +133909,7 @@ return { [1]="explosive_concoction_skill_area_of_effect_+%" } }, - [5965]={ + [6054]={ [1]={ [1]={ limit={ @@ -131290,7 +133938,7 @@ return { [1]="exposure_effect_+%_if_fire_cold_lightning_infusion" } }, - [5966]={ + [6055]={ [1]={ [1]={ limit={ @@ -131319,7 +133967,7 @@ return { [1]="exposure_effect_on_you_+%" } }, - [5967]={ + [6056]={ [1]={ [1]={ limit={ @@ -131345,10 +133993,10 @@ return { } }, stats={ - [1]="support_exposure_effect_+%" + [1]="exposure_effect_+%" } }, - [5968]={ + [6057]={ [1]={ [1]={ limit={ @@ -131357,14 +134005,14 @@ return { [2]="#" } }, - text="Exposure you inflict lowers the affected Resistance by an additional {0}%" + text="Exposure you inflict lowers Resistances by an additional {0}%" } }, stats={ [1]="exposure_you_inflict_lowers_affected_resistance_by_extra_%" } }, - [5969]={ + [6058]={ [1]={ [1]={ limit={ @@ -131380,7 +134028,7 @@ return { [1]="exsanguinate_additional_chain_chance_%" } }, - [5970]={ + [6059]={ [1]={ [1]={ limit={ @@ -131409,7 +134057,7 @@ return { [1]="exsanguinate_damage_+%" } }, - [5971]={ + [6060]={ [1]={ [1]={ limit={ @@ -131425,7 +134073,7 @@ return { [1]="exsanguinate_debuff_deals_fire_damage_instead_of_physical_damage" } }, - [5972]={ + [6061]={ [1]={ [1]={ limit={ @@ -131454,7 +134102,7 @@ return { [1]="exsanguinate_duration_+%" } }, - [5973]={ + [6062]={ [1]={ [1]={ limit={ @@ -131470,7 +134118,7 @@ return { [1]="extinguish_on_hit_%_chance" } }, - [5974]={ + [6063]={ [1]={ [1]={ limit={ @@ -131495,7 +134143,7 @@ return { [1]="extra_critical_rolls_during_focus" } }, - [5975]={ + [6064]={ [1]={ [1]={ limit={ @@ -131520,7 +134168,7 @@ return { [1]="extra_critical_rolls_while_on_low_life" } }, - [5976]={ + [6065]={ [1]={ [1]={ limit={ @@ -131536,7 +134184,7 @@ return { [1]="extra_damage_rolls_with_lightning_damage_on_non_critical_hits" } }, - [5977]={ + [6066]={ [1]={ [1]={ limit={ @@ -131569,7 +134217,7 @@ return { [1]="extra_damage_taken_from_crit_+%_while_affected_by_determination" } }, - [5978]={ + [6067]={ [1]={ [1]={ limit={ @@ -131602,7 +134250,7 @@ return { [1]="extra_damage_taken_from_crit_while_no_power_charges_+%" } }, - [5979]={ + [6068]={ [1]={ [1]={ limit={ @@ -131618,7 +134266,7 @@ return { [1]="extra_target_targeting_distance_+%" } }, - [5980]={ + [6069]={ [1]={ [1]={ limit={ @@ -131647,7 +134295,7 @@ return { [1]="eye_of_winter_damage_+%" } }, - [5981]={ + [6070]={ [1]={ [1]={ limit={ @@ -131676,7 +134324,7 @@ return { [1]="eye_of_winter_projectile_speed_+%" } }, - [5982]={ + [6071]={ [1]={ [1]={ limit={ @@ -131705,7 +134353,7 @@ return { [1]="eye_of_winter_spiral_fire_frequency_+%" } }, - [5983]={ + [6072]={ [1]={ [1]={ limit={ @@ -131721,7 +134369,7 @@ return { [1]="faster_bleed_per_frenzy_charge_%" } }, - [5984]={ + [6073]={ [1]={ [1]={ limit={ @@ -131737,7 +134385,7 @@ return { [1]="faster_bleed_%" } }, - [5985]={ + [6074]={ [1]={ [1]={ limit={ @@ -131753,7 +134401,7 @@ return { [1]="faster_poison_%" } }, - [5986]={ + [6075]={ [1]={ [1]={ limit={ @@ -131782,7 +134430,7 @@ return { [1]="final_repeat_of_spells_area_of_effect_+%" } }, - [5987]={ + [6076]={ [1]={ [1]={ limit={ @@ -131811,7 +134459,7 @@ return { [1]="fire_ailment_duration_+%" } }, - [5988]={ + [6077]={ [1]={ [1]={ limit={ @@ -131827,7 +134475,7 @@ return { [1]="fire_and_chaos_damage_resistance_%" } }, - [5989]={ + [6078]={ [1]={ [1]={ limit={ @@ -131843,7 +134491,7 @@ return { [1]="fire_and_cold_hit_and_dot_damage_%_taken_as_lightning_while_affected_by_purity_of_lightning" } }, - [5990]={ + [6079]={ [1]={ [1]={ limit={ @@ -131868,7 +134516,7 @@ return { [1]="fire_and_explosive_trap_number_of_additional_traps_to_throw_if_mined" } }, - [5991]={ + [6080]={ [1]={ [1]={ limit={ @@ -131884,7 +134532,7 @@ return { [1]="fire_and_lightning_hit_and_dot_damage_%_taken_as_cold_while_affected_by_purity_of_ice" } }, - [5992]={ + [6081]={ [1]={ [1]={ limit={ @@ -131913,7 +134561,7 @@ return { [1]="fire_beam_cast_speed_+%" } }, - [5993]={ + [6082]={ [1]={ [1]={ limit={ @@ -131942,7 +134590,7 @@ return { [1]="fire_beam_damage_+%" } }, - [5994]={ + [6083]={ [1]={ [1]={ limit={ @@ -131958,7 +134606,7 @@ return { [1]="fire_beam_degen_spread_to_enemies_in_radius_on_kill" } }, - [5995]={ + [6084]={ [1]={ [1]={ limit={ @@ -131974,7 +134622,7 @@ return { [1]="fire_beam_enemy_fire_resistance_%_at_max_stacks" } }, - [5996]={ + [6085]={ [1]={ [1]={ limit={ @@ -131990,7 +134638,7 @@ return { [1]="fire_beam_enemy_fire_resistance_%_per_stack" } }, - [5997]={ + [6086]={ [1]={ [1]={ limit={ @@ -132019,7 +134667,52 @@ return { [1]="fire_beam_length_+%" } }, - [5998]={ + [6087]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Fire Damage per 10% of target's Armour that is Broken" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Fire Damage per 10% of target's Armour that is Broken" + } + }, + stats={ + [1]="fire_damage_+%_per_10%_armour_break" + } + }, + [6088]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Fire Damage while Ignited" + } + }, + stats={ + [1]="fire_damage_+%_while_ignited" + } + }, + [6089]={ [1]={ [1]={ limit={ @@ -132035,7 +134728,7 @@ return { [1]="fire_damage_over_time_multiplier_+%_while_burning" } }, - [5999]={ + [6090]={ [1]={ [1]={ limit={ @@ -132064,7 +134757,7 @@ return { [1]="fire_damage_+%_if_you_have_been_hit_recently" } }, - [6000]={ + [6091]={ [1]={ [1]={ limit={ @@ -132093,7 +134786,7 @@ return { [1]="fire_damage_+%_if_you_have_used_a_cold_skill_recently" } }, - [6001]={ + [6092]={ [1]={ [1]={ limit={ @@ -132122,7 +134815,7 @@ return { [1]="fire_damage_+%_per_20_strength" } }, - [6002]={ + [6093]={ [1]={ [1]={ limit={ @@ -132151,7 +134844,7 @@ return { [1]="fire_damage_+%_per_endurance_charge" } }, - [6003]={ + [6094]={ [1]={ [1]={ limit={ @@ -132180,7 +134873,7 @@ return { [1]="fire_damage_+%_per_missing_fire_resistance" } }, - [6004]={ + [6095]={ [1]={ [1]={ limit={ @@ -132209,7 +134902,7 @@ return { [1]="fire_damage_+%_vs_bleeding_enemies" } }, - [6005]={ + [6096]={ [1]={ [1]={ limit={ @@ -132238,7 +134931,7 @@ return { [1]="fire_damage_+%_while_affected_by_anger" } }, - [6006]={ + [6097]={ [1]={ [1]={ limit={ @@ -132267,7 +134960,7 @@ return { [1]="fire_damage_+%_while_affected_by_herald_of_ash" } }, - [6007]={ + [6098]={ [1]={ [1]={ limit={ @@ -132283,7 +134976,7 @@ return { [1]="fire_damage_resistance_%_while_affected_by_herald_of_ash" } }, - [6008]={ + [6099]={ [1]={ [1]={ limit={ @@ -132299,7 +134992,7 @@ return { [1]="fire_damage_taken_goes_to_life_over_4_seconds_%" } }, - [6009]={ + [6100]={ [1]={ [1]={ limit={ @@ -132315,7 +135008,7 @@ return { [1]="fire_damage_taken_per_second_while_flame_touched" } }, - [6010]={ + [6101]={ [1]={ [1]={ limit={ @@ -132344,7 +135037,7 @@ return { [1]="fire_damage_taken_+%_while_moving" } }, - [6011]={ + [6102]={ [1]={ [1]={ limit={ @@ -132360,7 +135053,7 @@ return { [1]="fire_damage_taken_when_enemy_ignited" } }, - [6012]={ + [6103]={ [1]={ [1]={ limit={ @@ -132376,7 +135069,7 @@ return { [1]="fire_damage_to_return_on_block" } }, - [6013]={ + [6104]={ [1]={ [1]={ limit={ @@ -132405,7 +135098,7 @@ return { [1]="fire_damage_with_attack_skills_+%" } }, - [6014]={ + [6105]={ [1]={ [1]={ limit={ @@ -132434,7 +135127,7 @@ return { [1]="fire_damage_with_spell_skills_+%" } }, - [6015]={ + [6106]={ [1]={ [1]={ limit={ @@ -132463,7 +135156,7 @@ return { [1]="fire_exposure_effect_+%" } }, - [6016]={ + [6107]={ [1]={ [1]={ limit={ @@ -132488,7 +135181,7 @@ return { [1]="fire_exposure_on_hit_magnitude" } }, - [6017]={ + [6108]={ [1]={ [1]={ limit={ @@ -132504,7 +135197,7 @@ return { [1]="fire_exposure_you_inflict_lowers_fire_resistance_by_extra_%" } }, - [6018]={ + [6109]={ [1]={ [1]={ limit={ @@ -132520,7 +135213,7 @@ return { [1]="fire_hit_and_dot_damage_%_taken_as_lightning" } }, - [6019]={ + [6110]={ [1]={ [1]={ limit={ @@ -132536,7 +135229,7 @@ return { [1]="fire_penetration_%_if_you_have_blocked_recently" } }, - [6020]={ + [6111]={ [1]={ [1]={ limit={ @@ -132565,7 +135258,7 @@ return { [1]="fire_reflect_damage_taken_+%_while_affected_by_purity_of_fire" } }, - [6021]={ + [6112]={ [1]={ [1]={ limit={ @@ -132581,7 +135274,7 @@ return { [1]="fire_resist_unaffected_by_area_penalties" } }, - [6022]={ + [6113]={ [1]={ [1]={ limit={ @@ -132597,7 +135290,7 @@ return { [1]="fire_skill_chance_to_inflict_fire_exposure_%" } }, - [6023]={ + [6114]={ [1]={ [1]={ limit={ @@ -132613,7 +135306,7 @@ return { [1]="fire_skill_gem_level_+" } }, - [6024]={ + [6115]={ [1]={ [1]={ limit={ @@ -132629,7 +135322,7 @@ return { [1]="fire_skills_chance_to_poison_on_hit_%" } }, - [6025]={ + [6116]={ [1]={ [1]={ limit={ @@ -132658,7 +135351,7 @@ return { [1]="fire_trap_burning_ground_duration_+%" } }, - [6026]={ + [6117]={ [1]={ [1]={ limit={ @@ -132683,7 +135376,7 @@ return { [1]="fire_trap_number_of_additional_traps_to_throw" } }, - [6027]={ + [6118]={ [1]={ [1]={ limit={ @@ -132712,7 +135405,7 @@ return { [1]="fireball_and_rolling_magma_active_skill_area_of_effect_+%_final" } }, - [6028]={ + [6119]={ [1]={ [1]={ limit={ @@ -132728,7 +135421,7 @@ return { [1]="fireball_and_rolling_magma_modifiers_to_projectile_count_do_not_apply" } }, - [6029]={ + [6120]={ [1]={ [1]={ limit={ @@ -132744,7 +135437,7 @@ return { [1]="fireball_cannot_ignite" } }, - [6030]={ + [6121]={ [1]={ [1]={ limit={ @@ -132760,7 +135453,7 @@ return { [1]="fireball_chance_to_scorch_%" } }, - [6031]={ + [6122]={ [1]={ [1]={ limit={ @@ -132776,7 +135469,7 @@ return { [1]="firestorm_and_bladefall_chance_to_replay_when_finished_%" } }, - [6032]={ + [6123]={ [1]={ [1]={ limit={ @@ -132801,7 +135494,7 @@ return { [1]="first_X_minions_have_0_base_spirit_reservation" } }, - [6033]={ + [6124]={ [1]={ [1]={ limit={ @@ -132817,7 +135510,7 @@ return { [1]="fish_rot_when_caught" } }, - [6034]={ + [6125]={ [1]={ [1]={ limit={ @@ -132833,7 +135526,7 @@ return { [1]="fishing_bestiary_lures_at_fishing_holes" } }, - [6035]={ + [6126]={ [1]={ [1]={ limit={ @@ -132849,7 +135542,7 @@ return { [1]="fishing_can_catch_divine_fish" } }, - [6036]={ + [6127]={ [1]={ [1]={ limit={ @@ -132878,7 +135571,7 @@ return { [1]="fishing_chance_to_catch_boots_+%" } }, - [6037]={ + [6128]={ [1]={ [1]={ limit={ @@ -132907,7 +135600,7 @@ return { [1]="fishing_chance_to_catch_divine_orb_+%" } }, - [6038]={ + [6129]={ [1]={ [1]={ limit={ @@ -132932,7 +135625,7 @@ return { [1]="fishing_corrupted_fish_cleansed_chance_%" } }, - [6039]={ + [6130]={ [1]={ [1]={ limit={ @@ -132948,7 +135641,7 @@ return { [1]="fishing_fish_always_tell_truth_with_this_rod" } }, - [6040]={ + [6131]={ [1]={ [1]={ limit={ @@ -132964,7 +135657,7 @@ return { [1]="fishing_ghastly_fisherman_cannot_spawn" } }, - [6041]={ + [6132]={ [1]={ [1]={ limit={ @@ -132980,7 +135673,7 @@ return { [1]="fishing_ghastly_fisherman_spawns_behind_you" } }, - [6042]={ + [6133]={ [1]={ [1]={ limit={ @@ -133009,7 +135702,7 @@ return { [1]="fishing_krillson_affection_per_fish_gifted_+%" } }, - [6043]={ + [6134]={ [1]={ [1]={ limit={ @@ -133038,7 +135731,7 @@ return { [1]="fishing_life_of_fish_with_this_rod_+%" } }, - [6044]={ + [6135]={ [1]={ [1]={ limit={ @@ -133054,7 +135747,7 @@ return { [1]="fishing_magmatic_fish_are_cooked" } }, - [6045]={ + [6136]={ [1]={ [1]={ limit={ @@ -133083,7 +135776,7 @@ return { [1]="fishing_molten_one_confusion_+%_per_fish_gifted" } }, - [6046]={ + [6137]={ [1]={ [1]={ limit={ @@ -133112,7 +135805,7 @@ return { [1]="fishing_reeling_stability_+%" } }, - [6047]={ + [6138]={ [1]={ [1]={ limit={ @@ -133141,7 +135834,7 @@ return { [1]="fishing_tasalio_ire_per_fish_caught_+%" } }, - [6048]={ + [6139]={ [1]={ [1]={ limit={ @@ -133170,7 +135863,7 @@ return { [1]="fishing_valako_aid_per_stormy_day_+%" } }, - [6049]={ + [6140]={ [1]={ [1]={ limit={ @@ -133199,7 +135892,7 @@ return { [1]="fishing_wish_effect_of_ancient_fish_+%" } }, - [6050]={ + [6141]={ [1]={ [1]={ limit={ @@ -133215,7 +135908,7 @@ return { [1]="fishing_wish_per_fish_+" } }, - [6051]={ + [6142]={ [1]={ [1]={ limit={ @@ -133244,7 +135937,7 @@ return { [1]="flame_link_duration_+%" } }, - [6052]={ + [6143]={ [1]={ [1]={ limit={ @@ -133273,7 +135966,7 @@ return { [1]="flame_totem_consecrated_ground_enemy_damage_taken_+%" } }, - [6053]={ + [6144]={ [1]={ [1]={ limit={ @@ -133302,7 +135995,7 @@ return { [1]="flame_wall_damage_+%" } }, - [6054]={ + [6145]={ [1]={ [1]={ limit={ @@ -133323,7 +136016,7 @@ return { [2]="flame_wall_maximum_added_fire_damage" } }, - [6055]={ + [6146]={ [1]={ [1]={ limit={ @@ -133339,7 +136032,7 @@ return { [1]="flame_wall_projectiles_gain_all_damage_%_as_fire" } }, - [6056]={ + [6147]={ [1]={ [1]={ [1]={ @@ -133372,7 +136065,7 @@ return { [1]="flameblast_and_incinerate_base_cooldown_modifier_ms" } }, - [6057]={ + [6148]={ [1]={ [1]={ limit={ @@ -133388,7 +136081,7 @@ return { [1]="flameblast_and_incinerate_cannot_inflict_elemental_ailments" } }, - [6058]={ + [6149]={ [1]={ [1]={ limit={ @@ -133417,7 +136110,7 @@ return { [1]="flameblast_cast_speed_+%_final_when_targeting_solar_orb" } }, - [6059]={ + [6150]={ [1]={ [1]={ limit={ @@ -133433,7 +136126,7 @@ return { [1]="flameblast_starts_with_X_additional_stages" } }, - [6060]={ + [6151]={ [1]={ [1]={ limit={ @@ -133462,7 +136155,7 @@ return { [1]="flamethrower_seismic_lightning_spire_trap_base_cooldown_speed_+%" } }, - [6061]={ + [6152]={ [1]={ [1]={ limit={ @@ -133505,7 +136198,7 @@ return { [1]="flamethrower_seismic_lightning_spire_trap_skill_added_cooldown_count" } }, - [6062]={ + [6153]={ [1]={ [1]={ limit={ @@ -133534,7 +136227,7 @@ return { [1]="flamethrower_tower_trap_cast_speed_+%" } }, - [6063]={ + [6154]={ [1]={ [1]={ limit={ @@ -133563,7 +136256,7 @@ return { [1]="flamethrower_tower_trap_cooldown_speed_+%" } }, - [6064]={ + [6155]={ [1]={ [1]={ limit={ @@ -133592,7 +136285,7 @@ return { [1]="flamethrower_tower_trap_damage_+%" } }, - [6065]={ + [6156]={ [1]={ [1]={ limit={ @@ -133621,7 +136314,7 @@ return { [1]="flamethrower_tower_trap_duration_+%" } }, - [6066]={ + [6157]={ [1]={ [1]={ limit={ @@ -133646,7 +136339,7 @@ return { [1]="flamethrower_tower_trap_number_of_additional_flamethrowers" } }, - [6067]={ + [6158]={ [1]={ [1]={ limit={ @@ -133675,7 +136368,7 @@ return { [1]="flamethrower_tower_trap_throwing_speed_+%" } }, - [6068]={ + [6159]={ [1]={ [1]={ limit={ @@ -133704,7 +136397,7 @@ return { [1]="flamethrower_trap_damage_+%_final_vs_burning_enemies" } }, - [6069]={ + [6160]={ [1]={ [1]={ limit={ @@ -133720,7 +136413,7 @@ return { [1]="flammability_no_reservation" } }, - [6070]={ + [6161]={ [1]={ [1]={ limit={ @@ -133736,7 +136429,7 @@ return { [1]="flask_charge_recovery_is_doubled" } }, - [6071]={ + [6162]={ [1]={ [1]={ limit={ @@ -133765,7 +136458,7 @@ return { [1]="flask_charges_gained_+%_if_crit_recently" } }, - [6072]={ + [6163]={ [1]={ [1]={ limit={ @@ -133794,7 +136487,7 @@ return { [1]="flask_charges_gained_from_kills_+%_final_from_unique" } }, - [6073]={ + [6164]={ [1]={ [1]={ limit={ @@ -133823,7 +136516,7 @@ return { [1]="flask_charges_gained_from_marked_enemy_+%" } }, - [6074]={ + [6165]={ [1]={ [1]={ limit={ @@ -133852,7 +136545,36 @@ return { [1]="flask_charges_gained_+%" } }, - [6075]={ + [6166]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Flask Effect Duration per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Flask Effect Duration per 25 Tribute" + } + }, + stats={ + [1]="flask_duration_+%_per_25_tribute" + } + }, + [6167]={ [1]={ [1]={ limit={ @@ -133881,7 +136603,36 @@ return { [1]="flask_life_and_mana_recovery_+%_while_using_charm" } }, - [6076]={ + [6168]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Life and Mana Recovery from Flasks per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Life and Mana Recovery from Flasks per 10 Tribute" + } + }, + stats={ + [1]="flask_life_and_mana_to_recover_+%_per_10_tribute" + } + }, + [6169]={ [1]={ [1]={ limit={ @@ -133910,7 +136661,7 @@ return { [1]="flask_life_and_mana_to_recover_+%" } }, - [6077]={ + [6170]={ [1]={ [1]={ limit={ @@ -133939,7 +136690,7 @@ return { [1]="flask_life_recovery_+%_while_affected_by_vitality" } }, - [6078]={ + [6171]={ [1]={ [1]={ limit={ @@ -133955,7 +136706,7 @@ return { [1]="flask_recovery_amount_%_to_recover_instantly" } }, - [6079]={ + [6172]={ [1]={ [1]={ limit={ @@ -133971,7 +136722,7 @@ return { [1]="flask_recovery_is_instant" } }, - [6080]={ + [6173]={ [1]={ [1]={ limit={ @@ -133987,7 +136738,7 @@ return { [1]="flask_throw_sulphur_flask_explode_on_kill_chance" } }, - [6081]={ + [6174]={ [1]={ [1]={ limit={ @@ -134003,7 +136754,7 @@ return { [1]="flasks_apply_to_your_linked_targets" } }, - [6082]={ + [6175]={ [1]={ [1]={ limit={ @@ -134019,7 +136770,7 @@ return { [1]="flasks_gain_x_charges_on_hit_once_per_second_vs_non_unique" } }, - [6083]={ + [6176]={ [1]={ [1]={ limit={ @@ -134035,7 +136786,7 @@ return { [1]="flasks_gain_x_charges_while_inactive_every_3_seconds" } }, - [6084]={ + [6177]={ [1]={ [1]={ limit={ @@ -134064,7 +136815,7 @@ return { [1]="flesh_and_stone_area_of_effect_+%" } }, - [6085]={ + [6178]={ [1]={ [1]={ [1]={ @@ -134101,7 +136852,7 @@ return { [1]="flesh_stone_mana_reservation_efficiency_-2%_per_1" } }, - [6086]={ + [6179]={ [1]={ [1]={ limit={ @@ -134130,7 +136881,7 @@ return { [1]="flesh_stone_mana_reservation_efficiency_+%" } }, - [6087]={ + [6180]={ [1]={ [1]={ limit={ @@ -134146,7 +136897,7 @@ return { [1]="flesh_stone_no_reservation" } }, - [6088]={ + [6181]={ [1]={ [1]={ limit={ @@ -134162,7 +136913,7 @@ return { [1]="focus_cooldown_modifier_ms" } }, - [6089]={ + [6182]={ [1]={ [1]={ limit={ @@ -134191,7 +136942,7 @@ return { [1]="focus_cooldown_speed_+%" } }, - [6090]={ + [6183]={ [1]={ [1]={ [1]={ @@ -134211,7 +136962,7 @@ return { [1]="focus_decay_%_per_minute" } }, - [6091]={ + [6184]={ [1]={ [1]={ limit={ @@ -134227,7 +136978,7 @@ return { [1]="forbidden_rite_and_dark_pact_added_chaos_damage_%_mana_cost_if_payable" } }, - [6092]={ + [6185]={ [1]={ [1]={ limit={ @@ -134256,7 +137007,7 @@ return { [1]="forbidden_rite_damage_+%" } }, - [6093]={ + [6186]={ [1]={ [1]={ limit={ @@ -134281,7 +137032,7 @@ return { [1]="forbidden_rite_number_of_additional_projectiles" } }, - [6094]={ + [6187]={ [1]={ [1]={ limit={ @@ -134310,7 +137061,7 @@ return { [1]="forbidden_rite_projectile_speed_+%" } }, - [6095]={ + [6188]={ [1]={ [1]={ limit={ @@ -134339,7 +137090,7 @@ return { [1]="forking_angle_+%" } }, - [6096]={ + [6189]={ [1]={ [1]={ limit={ @@ -134368,7 +137119,7 @@ return { [1]="fortification_gained_from_hits_+%" } }, - [6097]={ + [6190]={ [1]={ [1]={ limit={ @@ -134397,7 +137148,7 @@ return { [1]="fortification_gained_from_hits_+%_against_unique_enemies" } }, - [6098]={ + [6191]={ [1]={ [1]={ limit={ @@ -134426,7 +137177,7 @@ return { [1]="fortify_duration_+%_per_10_strength" } }, - [6099]={ + [6192]={ [1]={ [1]={ limit={ @@ -134442,7 +137193,7 @@ return { [1]="fortify_on_hit" } }, - [6100]={ + [6193]={ [1]={ [1]={ limit={ @@ -134451,7 +137202,7 @@ return { [2]="#" } }, - text="Freeze Chilled Enemies as though dealing {0}% more Damage" + text="{0}% more damage with Hits for explosions originating from a Unique enemy" }, [2]={ [1]={ @@ -134464,30 +137215,14 @@ return { [2]=-1 } }, - text="Freeze Chilled Enemies as though dealing {0}% less Damage" - } - }, - stats={ - [1]="freeze_chilled_enemies_as_though_dealt_damage_+%" - } - }, - [6101]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Freeze as though dealing Cold damage equal to {0}% of your maximum Mana when Hit" + text="{0}% less damage with Hits for explosions originating from a Unique enemy" } }, stats={ - [1]="freeze_damage_equal_to_%_of_maximum_mana_to_return_when_hit" + [1]="frag_rounds_damage_+%_final_if_created_from_unique" } }, - [6102]={ + [6194]={ [1]={ [1]={ limit={ @@ -134516,7 +137251,7 @@ return { [1]="freeze_duration_against_cursed_enemies_+%" } }, - [6103]={ + [6195]={ [1]={ [1]={ [1]={ @@ -134536,7 +137271,7 @@ return { [1]="base_freezing_enemy_chills_enemies_in_radius" } }, - [6104]={ + [6196]={ [1]={ [1]={ limit={ @@ -134552,7 +137287,7 @@ return { [1]="freezing_pulse_and_eye_of_winter_all_damage_can_poison" } }, - [6105]={ + [6197]={ [1]={ [1]={ limit={ @@ -134581,7 +137316,7 @@ return { [1]="freezing_pulse_damage_+%_if_enemy_shattered_recently" } }, - [6106]={ + [6198]={ [1]={ [1]={ limit={ @@ -134606,7 +137341,7 @@ return { [1]="freezing_pulse_number_of_additional_projectiles" } }, - [6107]={ + [6199]={ [1]={ [1]={ [1]={ @@ -134626,7 +137361,7 @@ return { [1]="frenzy_and_power_charge_add_duration_ms_on_cull" } }, - [6108]={ + [6200]={ [1]={ [1]={ limit={ @@ -134642,7 +137377,7 @@ return { [1]="frenzy_charge_on_hit_%_vs_no_evasion_rating" } }, - [6109]={ + [6201]={ [1]={ [1]={ limit={ @@ -134658,7 +137393,7 @@ return { [1]="frenzy_charge_on_kill_percent_chance_while_holding_shield" } }, - [6110]={ + [6202]={ [1]={ [1]={ limit={ @@ -134674,7 +137409,7 @@ return { [1]="frost_blades_melee_damage_penetrates_%_cold_resistance" } }, - [6111]={ + [6203]={ [1]={ [1]={ limit={ @@ -134703,7 +137438,7 @@ return { [1]="frost_bolt_nova_cooldown_speed_+%" } }, - [6112]={ + [6204]={ [1]={ [1]={ limit={ @@ -134732,7 +137467,7 @@ return { [1]="frost_bomb_buff_duration_+%" } }, - [6113]={ + [6205]={ [1]={ [1]={ limit={ @@ -134748,7 +137483,7 @@ return { [1]="frost_bomb_+%_area_of_effect_when_frost_blink_is_cast" } }, - [6114]={ + [6206]={ [1]={ [1]={ limit={ @@ -134764,7 +137499,7 @@ return { [1]="frost_fury_additional_max_number_of_stages" } }, - [6115]={ + [6207]={ [1]={ [1]={ limit={ @@ -134793,7 +137528,7 @@ return { [1]="frost_fury_area_of_effect_+%_per_stage" } }, - [6116]={ + [6208]={ [1]={ [1]={ limit={ @@ -134822,7 +137557,7 @@ return { [1]="frost_fury_damage_+%" } }, - [6117]={ + [6209]={ [1]={ [1]={ limit={ @@ -134847,7 +137582,7 @@ return { [1]="frost_globe_added_cooldown_count" } }, - [6118]={ + [6210]={ [1]={ [1]={ limit={ @@ -134863,7 +137598,7 @@ return { [1]="frost_globe_health_per_stage" } }, - [6119]={ + [6211]={ [1]={ [1]={ limit={ @@ -134879,7 +137614,7 @@ return { [1]="frostbite_no_reservation" } }, - [6120]={ + [6212]={ [1]={ [1]={ limit={ @@ -134895,7 +137630,7 @@ return { [1]="frostbolt_number_of_additional_projectiles" } }, - [6121]={ + [6213]={ [1]={ [1]={ limit={ @@ -134924,7 +137659,7 @@ return { [1]="frostbolt_projectile_acceleration" } }, - [6122]={ + [6214]={ [1]={ [1]={ limit={ @@ -134949,7 +137684,7 @@ return { [1]="frozen_legion_added_cooldown_count" } }, - [6123]={ + [6215]={ [1]={ [1]={ limit={ @@ -134978,7 +137713,7 @@ return { [1]="frozen_legion_and_generals_cry_active_skill_cooldown_speed_+%_final_from_skill_specific_stat" } }, - [6124]={ + [6216]={ [1]={ [1]={ limit={ @@ -135007,7 +137742,7 @@ return { [1]="frozen_legion_cooldown_speed_+%" } }, - [6125]={ + [6217]={ [1]={ [1]={ limit={ @@ -135023,7 +137758,7 @@ return { [1]="frozen_legion_%_chance_to_summon_additional_statue" } }, - [6126]={ + [6218]={ [1]={ [1]={ limit={ @@ -135052,7 +137787,7 @@ return { [1]="frozen_sweep_damage_+%" } }, - [6127]={ + [6219]={ [1]={ [1]={ limit={ @@ -135081,7 +137816,7 @@ return { [1]="frozen_sweep_damage_+%_final" } }, - [6128]={ + [6220]={ [1]={ [1]={ limit={ @@ -135097,7 +137832,7 @@ return { [1]="full_life_threshold_%_override" } }, - [6129]={ + [6221]={ [1]={ [1]={ limit={ @@ -135113,7 +137848,7 @@ return { [1]="full_mana_threshold_%_override" } }, - [6130]={ + [6222]={ [1]={ [1]={ limit={ @@ -135122,14 +137857,14 @@ return { [2]="#" } }, - text="You have Fungal Ground around you while stationary" + text="Hits with Shield Skills which Heavy Stun enemies break fully Break Armour" } }, stats={ - [1]="fungal_ground_while_stationary_radius" + [1]="fully_break_enemies_armour_on_heavy_stun_with_shield_skills" } }, - [6131]={ + [6223]={ [1]={ [1]={ limit={ @@ -135138,39 +137873,30 @@ return { [2]="#" } }, - text="Gain {0}% of Damage as Extra Chaos Damage per 20 Unreserved Darkness" + text="Fully Broken Armour effects also apply to Fire Damage Taken from Hits" } }, stats={ - [1]="gain_%_damage_as_chaos_from_unreserved_darkness" + [1]="fully_broken_armour_and_sundered_armour_debuff_also_applies_to_fire_damage" } }, - [6132]={ + [6224]={ [1]={ [1]={ - limit={ - [1]={ - [1]=100, - [2]=100 - } - }, - text="Gain additional maximum Life equal to {0}% of the Energy Shield on Equipped Body Armour" - }, - [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Gain additional maximum Life equal to {0}% of the Energy Shield on Equipped Body Armour" + text="You have Fungal Ground around you while stationary" } }, stats={ - [1]="gain_%_life_from_body_es" + [1]="fungal_ground_while_stationary_radius" } }, - [6133]={ + [6225]={ [1]={ [1]={ limit={ @@ -135179,46 +137905,55 @@ return { [2]="#" } }, - text="Gain {0}% of maximum Energy Shield as additional Freeze Threshold" + text="Gain {0}% of Damage as Extra Chaos Damage per 20 Unreserved Darkness" } }, stats={ - [1]="gain_%_maximum_energy_shield_as_freeze_threshold_+" + [1]="gain_%_damage_as_chaos_from_unreserved_darkness" } }, - [6134]={ + [6226]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]=100, + [2]=100 + } + }, + text="Gain additional maximum Life equal to {0}% of the Item Energy Shield on Equipped Body Armour" + }, + [2]={ + limit={ + [1]={ + [1]="#", [2]="#" } }, - text="When you Kill a Rare Monster, {0}% chance to gain one of its Modifiers for 10 seconds" + text="Gain additional maximum Life equal to {0}% of the Item Energy Shield on Equipped Body Armour" } }, stats={ - [1]="gain_1_rare_monster_mod_on_kill_for_10_seconds_%_chance" + [1]="gain_%_life_from_body_es" } }, - [6135]={ + [6227]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="{0}% increased Armour per 50 Reserved Mana" + text="Gain {0}% of maximum Energy Shield as additional Freeze Threshold" } }, stats={ - [1]="gain_X%_armour_per_50_mana_reserved" + [1]="gain_%_maximum_energy_shield_as_freeze_threshold_+" } }, - [6136]={ + [6228]={ [1]={ [1]={ limit={ @@ -135227,67 +137962,71 @@ return { [2]="#" } }, - text="When you Consume a Charge Trigger Chaotic Infusion to gain {0} Chaos Infusion" + text="Life Flasks applied to you grant Guard for 4 seconds equal to {0}% of the Life Recovery per Second they apply" } }, stats={ - [1]="gain_X_chaos_infusion_when_any_charge_is_consumed" + [1]="gain_%_of_expected_recovery_over_1_second_as_guard_on_life_flask_use" } }, - [6137]={ + [6229]={ [1]={ [1]={ limit={ [1]={ - [1]="#", - [2]="#" - }, - [2]={ + [1]=1, + [2]=1 + } + }, + text="Skills gain 1 Glory every {0} second for each Rare or Unique monster in your Presence" + }, + [2]={ + limit={ + [1]={ [1]="#", [2]="#" } }, - text="When you reload, triggers Gemini Infusion to alternately\ngain {0} Cold Infusion or {1} Fire Infusion" + text="Skills gain 1 Glory every {0} seconds for each Rare or Unique monster in your Presence" } }, stats={ - [1]="gain_X_cold_infusion_on_reload", - [2]="gain_X_fire_infusion_on_reload" + [1]="gain_1_glory_every_X_seconds_per_rare_unique_monster_in_presence" } }, - [6138]={ + [6230]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="When you Consume a Power Charge Trigger Infuse Weapon to gain {0} Cold Infusion" + text="When you Kill a Rare Monster, {0}% chance to gain one of its Modifiers for 10 seconds" } }, stats={ - [1]="gain_X_cold_infusion_when_power_charge_is_consumed" + [1]="gain_1_rare_monster_mod_on_kill_for_10_seconds_%_chance" } }, - [6139]={ + [6231]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="When you Consume an Endurance Charge Trigger Infuse Weapon to gain {0} Fire Infusion" + text="{0}% increased Armour per 50 Reserved Mana" } }, stats={ - [1]="gain_X_fire_infusion_when_endurance_charge_is_consumed" + [1]="gain_X%_armour_per_50_mana_reserved" } }, - [6140]={ + [6232]={ [1]={ [1]={ limit={ @@ -135303,7 +138042,7 @@ return { [1]="gain_X_fortification_on_killing_rare_or_unique_monster" } }, - [6141]={ + [6233]={ [1]={ [1]={ limit={ @@ -135328,71 +138067,199 @@ return { [1]="gain_X_frenzy_charges_after_spending_200_mana" } }, - [6142]={ + [6234]={ [1]={ [1]={ limit={ [1]={ [1]=1, + [2]=1 + } + }, + text="When you Consume a Charge Trigger Chaotic Surge to gain {0} Chaos Surge" + }, + [2]={ + limit={ + [1]={ + [1]="#", [2]="#" } }, - text="Gain {0} Life when you Stun an Enemy" + text="When you Consume a Charge Trigger Chaotic Surge to gain {0} Chaos Surges" } }, stats={ - [1]="gain_X_life_on_stun" + [1]="gain_X_instilling_chaos_when_any_charge_is_consumed" } }, - [6143]={ + [6235]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]=1, + [2]=1 + } + }, + text="When you reload, triggers Gemini Surge to alternately\ngain {0} Cold Surge or {1} Fire Surge" + }, + [2]={ + limit={ + [1]={ + [1]=1, + [2]=1 + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="When you reload, triggers Gemini Surge to alternately\ngain {0} Cold Surge or {1} Fire Surges" + }, + [3]={ limit={ [1]={ [1]="#", [2]="#" + }, + [2]={ + [1]=1, + [2]=1 } }, - text="When you Consume a Frenzy Charge Trigger Infuse Weapon to gain {0} Lightning Infusion" + text="When you reload, triggers Gemini Surge to alternately\ngain {0} Cold Surges or {1} Fire Surge" + }, + [4]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="When you reload, triggers Gemini Surge to alternately\ngain {0} Cold Surges or {1} Fire Surges" } }, stats={ - [1]="gain_X_lightning_infusion_when_frenzy_charge_is_consumed" + [1]="gain_X_instilling_cold_on_reload", + [2]="gain_X_instilling_fire_on_reload" } }, - [6144]={ + [6236]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="When you Consume a Power Charge Trigger Elemental Surge to gain {0} Cold Surge" + }, + [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Gain {0} Power Charges when you Warcry" + text="When you Consume a Power Charge Trigger Elemental Surge to gain {0} Cold Surges" } }, stats={ - [1]="gain_X_power_charges_on_using_a_warcry" + [1]="gain_X_instilling_cold_when_power_charge_is_consumed" } }, - [6145]={ + [6237]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="When you Consume an Endurance Charge Trigger Elemental Surge to gain {0} Fire Surge" + }, + [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Gain {0} Rage on Hit, once per Skill use" + text="When you Consume an Endurance Charge Trigger Elemental Surge to gain {0} Fire Surges" } }, stats={ - [1]="gain_X_rage_on_hit_once_per_skill_use" + [1]="gain_X_instilling_fire_when_endurance_charge_is_consumed" } }, - [6146]={ + [6238]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="When you Consume a Frenzy Charge Trigger Elemental Surge to gain {0} Lightning Surge" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="When you Consume a Frenzy Charge Trigger Elemental Surge to gain {0} Lightning Surges" + } + }, + stats={ + [1]="gain_X_instilling_lightning_when_frenzy_charge_is_consumed" + } + }, + [6239]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0} Life when you Stun an Enemy" + } + }, + stats={ + [1]="gain_X_life_on_stun" + } + }, + [6240]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0} Power Charges when you Warcry" + } + }, + stats={ + [1]="gain_X_power_charges_on_using_a_warcry" + } + }, + [6241]={ [1]={ [1]={ limit={ @@ -135408,7 +138275,7 @@ return { [1]="gain_X_rage_on_hit_per_enemy_power" } }, - [6147]={ + [6242]={ [1]={ [1]={ limit={ @@ -135433,7 +138300,7 @@ return { [1]="gain_X_random_charges_every_6_seconds" } }, - [6148]={ + [6243]={ [1]={ [1]={ limit={ @@ -135458,7 +138325,7 @@ return { [1]="gain_X_random_charges_on_reaching_maximum_rage" } }, - [6149]={ + [6244]={ [1]={ [1]={ limit={ @@ -135483,7 +138350,7 @@ return { [1]="gain_X_volatility_on_persistent_minion_death" } }, - [6150]={ + [6245]={ [1]={ [1]={ limit={ @@ -135499,7 +138366,7 @@ return { [1]="gain_absorption_charges_instead_of_power_charges" } }, - [6151]={ + [6246]={ [1]={ [1]={ limit={ @@ -135515,7 +138382,7 @@ return { [1]="gain_accuracy_rating_equal_to_2_times_strength" } }, - [6152]={ + [6247]={ [1]={ [1]={ limit={ @@ -135531,7 +138398,7 @@ return { [1]="gain_accuracy_rating_equal_to_intelligence" } }, - [6153]={ + [6248]={ [1]={ [1]={ limit={ @@ -135547,7 +138414,7 @@ return { [1]="gain_accuracy_rating_equal_to_strength" } }, - [6154]={ + [6249]={ [1]={ [1]={ limit={ @@ -135572,7 +138439,7 @@ return { [1]="gain_additional_crit_chance_from_%_chance_to_hit_over_100" } }, - [6155]={ + [6250]={ [1]={ [1]={ [1]={ @@ -135605,7 +138472,7 @@ return { [1]="gain_adrenaline_for_X_ms_on_swapping_stance" } }, - [6156]={ + [6251]={ [1]={ [1]={ limit={ @@ -135630,7 +138497,7 @@ return { [1]="gain_adrenaline_for_X_seconds_on_kill" } }, - [6157]={ + [6252]={ [1]={ [1]={ limit={ @@ -135646,7 +138513,7 @@ return { [1]="gain_adrenaline_for_X_seconds_on_low_life_unless_you_have_adrenaline" } }, - [6158]={ + [6253]={ [1]={ [1]={ [1]={ @@ -135666,7 +138533,7 @@ return { [1]="gain_adrenaline_for_x_ms_per_100_ms_stun_duration_on_you" } }, - [6159]={ + [6254]={ [1]={ [1]={ limit={ @@ -135682,7 +138549,7 @@ return { [1]="gain_adrenaline_on_gaining_flame_touched" } }, - [6160]={ + [6255]={ [1]={ [1]={ [1]={ @@ -135715,7 +138582,7 @@ return { [1]="gain_adrenaline_when_ward_breaks_ms" } }, - [6161]={ + [6256]={ [1]={ [1]={ limit={ @@ -135731,7 +138598,7 @@ return { [1]="gain_affliction_charges_instead_of_frenzy_charges" } }, - [6162]={ + [6257]={ [1]={ [1]={ limit={ @@ -135756,7 +138623,7 @@ return { [1]="gain_alchemists_genius_on_flask_use_%" } }, - [6163]={ + [6258]={ [1]={ [1]={ limit={ @@ -135772,7 +138639,7 @@ return { [1]="gain_an_additional_vaal_soul_on_kill_if_have_rampaged_recently" } }, - [6164]={ + [6259]={ [1]={ [1]={ limit={ @@ -135788,7 +138655,23 @@ return { [1]="gain_arcane_surge_for_4_seconds_after_channelling_for_1_second" } }, - [6165]={ + [6260]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Arcane Surge when a Minion Dies" + } + }, + stats={ + [1]="gain_arcane_surge_for_4_seconds_on_minion_death" + } + }, + [6261]={ [1]={ [1]={ limit={ @@ -135804,7 +138687,7 @@ return { [1]="gain_arcane_surge_for_4_seconds_when_you_create_consecrated_ground_while_affected_by_zealotry" } }, - [6166]={ + [6262]={ [1]={ [1]={ limit={ @@ -135829,7 +138712,7 @@ return { [1]="gain_arcane_surge_on_crit_%_chance" } }, - [6167]={ + [6263]={ [1]={ [1]={ limit={ @@ -135845,7 +138728,7 @@ return { [1]="gain_arcane_surge_on_hit_at_devotion_threshold" } }, - [6168]={ + [6264]={ [1]={ [1]={ limit={ @@ -135870,7 +138753,7 @@ return { [1]="gain_arcane_surge_on_hit_chance_with_spells_while_at_maximum_power_charges_%" } }, - [6169]={ + [6265]={ [1]={ [1]={ limit={ @@ -135895,7 +138778,7 @@ return { [1]="gain_arcane_surge_on_hit_%_chance" } }, - [6170]={ + [6266]={ [1]={ [1]={ limit={ @@ -135911,7 +138794,7 @@ return { [1]="gain_arcane_surge_on_hit_vs_unique_enemy_%_chance" } }, - [6171]={ + [6267]={ [1]={ [1]={ limit={ @@ -135936,7 +138819,7 @@ return { [1]="gain_arcane_surge_on_kill_chance_%" } }, - [6172]={ + [6268]={ [1]={ [1]={ limit={ @@ -135952,7 +138835,7 @@ return { [1]="gain_arcane_surge_on_spell_hit_by_you_or_your_totems" } }, - [6173]={ + [6269]={ [1]={ [1]={ limit={ @@ -135968,7 +138851,7 @@ return { [1]="gain_arcane_surge_when_mine_detonated_targeting_an_enemy" } }, - [6174]={ + [6270]={ [1]={ [1]={ limit={ @@ -135984,7 +138867,7 @@ return { [1]="gain_arcane_surge_when_trap_triggered_by_an_enemy" } }, - [6175]={ + [6271]={ [1]={ [1]={ limit={ @@ -136000,7 +138883,48 @@ return { [1]="gain_arcane_surge_when_you_summon_a_totem" } }, - [6176]={ + [6272]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Ice Archon when your Energy Shield Recharge begins" + } + }, + stats={ + [1]="gain_archon_cold_when_energy_shield_recharge_starts" + } + }, + [6273]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="{0}% chance to gain Flame Archon when you Ignite an Enemy" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Gain Flame Archon when you Ignite an Enemy" + } + }, + stats={ + [1]="gain_archon_fire_when_you_ignite_enemy_chance_%" + } + }, + [6274]={ [1]={ [1]={ limit={ @@ -136016,7 +138940,7 @@ return { [1]="gain_area_of_effect_+%_for_2_seconds_when_you_spend_800_mana" } }, - [6177]={ + [6275]={ [1]={ [1]={ limit={ @@ -136032,7 +138956,7 @@ return { [1]="gain_attack_speed_+%_for_20_seconds_on_killing_rare_or_unique_enemy" } }, - [6178]={ + [6276]={ [1]={ [1]={ limit={ @@ -136057,7 +138981,7 @@ return { [1]="gain_blitz_charge_%_chance_on_crit" } }, - [6179]={ + [6277]={ [1]={ [1]={ limit={ @@ -136073,7 +138997,7 @@ return { [1]="gain_brutal_charges_instead_of_endurance_charges" } }, - [6180]={ + [6278]={ [1]={ [1]={ limit={ @@ -136098,7 +139022,7 @@ return { [1]="gain_challenger_charge_%_chance_on_hitting_rare_or_unique_enemy_in_blood_stance" } }, - [6181]={ + [6279]={ [1]={ [1]={ limit={ @@ -136123,7 +139047,7 @@ return { [1]="gain_challenger_charge_%_chance_on_kill_in_sand_stance" } }, - [6182]={ + [6280]={ [1]={ [1]={ [1]={ @@ -136143,7 +139067,7 @@ return { [1]="gain_critical_strike_chance_%_for_2_seconds_when_you_spend_800_mana" } }, - [6183]={ + [6281]={ [1]={ [1]={ limit={ @@ -136159,7 +139083,7 @@ return { [1]="gain_stormsurge_on_hit" } }, - [6184]={ + [6282]={ [1]={ [1]={ limit={ @@ -136175,7 +139099,7 @@ return { [1]="gain_elusive_on_reaching_low_life" } }, - [6185]={ + [6283]={ [1]={ [1]={ limit={ @@ -136191,7 +139115,7 @@ return { [1]="gain_endurance_charge_if_attack_freezes" } }, - [6186]={ + [6284]={ [1]={ [1]={ limit={ @@ -136207,7 +139131,7 @@ return { [1]="gain_endurance_charge_on_heavy_stunning_rare_or_unique_enemy" } }, - [6187]={ + [6285]={ [1]={ [1]={ limit={ @@ -136232,7 +139156,7 @@ return { [1]="gain_endurance_charge_per_second_if_have_been_hit_recently" } }, - [6188]={ + [6286]={ [1]={ [1]={ limit={ @@ -136257,7 +139181,7 @@ return { [1]="gain_endurance_charge_per_second_if_have_used_warcry_recently" } }, - [6189]={ + [6287]={ [1]={ [1]={ limit={ @@ -136282,7 +139206,7 @@ return { [1]="gain_endurance_charge_%_chance_when_you_lose_fortify" } }, - [6190]={ + [6288]={ [1]={ [1]={ limit={ @@ -136298,7 +139222,7 @@ return { [1]="gain_endurance_charge_%_when_hit_while_channelling" } }, - [6191]={ + [6289]={ [1]={ [1]={ limit={ @@ -136314,7 +139238,7 @@ return { [1]="gain_fanaticism_for_4_seconds_on_reaching_maximum_fanatic_charges" } }, - [6192]={ + [6290]={ [1]={ [1]={ limit={ @@ -136339,7 +139263,7 @@ return { [1]="gain_flask_charge_on_crit_chance_%_while_at_maximum_frenzy_charges" } }, - [6193]={ + [6291]={ [1]={ [1]={ limit={ @@ -136364,7 +139288,7 @@ return { [1]="gain_flask_charges_every_second_if_hit_unique_enemy_recently" } }, - [6194]={ + [6292]={ [1]={ [1]={ limit={ @@ -136380,7 +139304,7 @@ return { [1]="gain_fortify_for_x_seconds_on_melee_hit_with_mace_sceptre_staff" } }, - [6195]={ + [6293]={ [1]={ [1]={ limit={ @@ -136396,7 +139320,7 @@ return { [1]="gain_frenzy_charge_on_critical_strike_at_close_range_%" } }, - [6196]={ + [6294]={ [1]={ [1]={ limit={ @@ -136421,7 +139345,7 @@ return { [1]="gain_frenzy_charge_on_critical_strike_%" } }, - [6197]={ + [6295]={ [1]={ [1]={ limit={ @@ -136437,7 +139361,7 @@ return { [1]="gain_frenzy_charge_on_enemy_shattered_chance_%" } }, - [6198]={ + [6296]={ [1]={ [1]={ limit={ @@ -136453,7 +139377,7 @@ return { [1]="gain_frenzy_charge_on_hit_%_while_blinded" } }, - [6199]={ + [6297]={ [1]={ [1]={ limit={ @@ -136469,7 +139393,7 @@ return { [1]="gain_frenzy_charge_on_hit_while_bleeding" } }, - [6200]={ + [6298]={ [1]={ [1]={ limit={ @@ -136485,7 +139409,7 @@ return { [1]="gain_frenzy_charge_on_hitting_marked_enemy_%" } }, - [6201]={ + [6299]={ [1]={ [1]={ limit={ @@ -136501,7 +139425,7 @@ return { [1]="gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%" } }, - [6202]={ + [6300]={ [1]={ [1]={ limit={ @@ -136526,7 +139450,7 @@ return { [1]="gain_frenzy_charge_on_hitting_unique_enemy_%" } }, - [6203]={ + [6301]={ [1]={ [1]={ limit={ @@ -136542,7 +139466,7 @@ return { [1]="gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%" } }, - [6204]={ + [6302]={ [1]={ [1]={ limit={ @@ -136567,7 +139491,7 @@ return { [1]="gain_frenzy_charge_per_enemy_you_crit_%_chance" } }, - [6205]={ + [6303]={ [1]={ [1]={ limit={ @@ -136583,7 +139507,7 @@ return { [1]="gain_frenzy_charge_%_when_hit_while_channelling" } }, - [6206]={ + [6304]={ [1]={ [1]={ limit={ @@ -136599,7 +139523,7 @@ return { [1]="gain_frenzy_power_endurance_charges_on_vaal_skill_use" } }, - [6207]={ + [6305]={ [1]={ [1]={ limit={ @@ -136615,7 +139539,23 @@ return { [1]="gain_guard_flask_charge_when_hit_by_enemy_chance_%" } }, - [6208]={ + [6306]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Lightning Archon after spending 100% of your Maximum Mana" + } + }, + stats={ + [1]="gain_lightning_archon_after_spending_100%_of_your_maximum_mana" + } + }, + [6307]={ [1]={ [1]={ limit={ @@ -136640,7 +139580,7 @@ return { [1]="gain_magic_monster_mods_on_kill_%_chance" } }, - [6209]={ + [6308]={ [1]={ [1]={ limit={ @@ -136656,7 +139596,7 @@ return { [1]="gain_max_rage_on_losing_temporal_chains_debuff" } }, - [6210]={ + [6309]={ [1]={ [1]={ limit={ @@ -136672,7 +139612,7 @@ return { [1]="gain_max_rage_on_rage_gain_from_hit_%_chance" } }, - [6211]={ + [6310]={ [1]={ [1]={ limit={ @@ -136697,7 +139637,7 @@ return { [1]="gain_maximum_endurance_charges_when_crit_chance_%" } }, - [6212]={ + [6311]={ [1]={ [1]={ limit={ @@ -136713,7 +139653,7 @@ return { [1]="gain_maximum_frenzy_and_endurance_charges_when_you_gain_cats_agility" } }, - [6213]={ + [6312]={ [1]={ [1]={ limit={ @@ -136729,7 +139669,7 @@ return { [1]="gain_maximum_frenzy_and_power_charges_when_you_gain_cats_stealth" } }, - [6214]={ + [6313]={ [1]={ [1]={ limit={ @@ -136745,7 +139685,7 @@ return { [1]="gain_maximum_frenzy_charges_on_frenzy_charge_gained_%_chance" } }, - [6215]={ + [6314]={ [1]={ [1]={ limit={ @@ -136761,7 +139701,7 @@ return { [1]="gain_maximum_power_charges_on_power_charge_gained_%_chance" } }, - [6216]={ + [6315]={ [1]={ [1]={ limit={ @@ -136777,7 +139717,7 @@ return { [1]="gain_maximum_power_charges_on_vaal_skill_use" } }, - [6217]={ + [6316]={ [1]={ [1]={ limit={ @@ -136793,7 +139733,7 @@ return { [1]="gain_movement_speed_+%_for_20_seconds_on_kill" } }, - [6218]={ + [6317]={ [1]={ [1]={ limit={ @@ -136809,7 +139749,7 @@ return { [1]="gain_onslaught_during_soul_gain_prevention" } }, - [6219]={ + [6318]={ [1]={ [1]={ limit={ @@ -136834,7 +139774,23 @@ return { [1]="gain_onslaught_for_3_seconds_%_chance_when_hit" } }, - [6220]={ + [6319]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain Onslaught for 4 seconds when a Minion Dies" + } + }, + stats={ + [1]="gain_onslaught_for_4_seconds_on_minion_death" + } + }, + [6320]={ [1]={ [1]={ limit={ @@ -136850,7 +139806,7 @@ return { [1]="gain_onslaught_if_you_have_swapped_stance_recently" } }, - [6221]={ + [6321]={ [1]={ [1]={ [1]={ @@ -136870,7 +139826,7 @@ return { [1]="gain_onslaught_ms_on_using_a_warcry" } }, - [6222]={ + [6322]={ [1]={ [1]={ limit={ @@ -136895,7 +139851,7 @@ return { [1]="gain_onslaught_on_hit_chance_while_at_maximum_frenzy_charges_%" } }, - [6223]={ + [6323]={ [1]={ [1]={ [1]={ @@ -136915,7 +139871,7 @@ return { [1]="gain_onslaught_on_hit_duration_ms" } }, - [6224]={ + [6324]={ [1]={ [1]={ [1]={ @@ -136935,7 +139891,7 @@ return { [1]="gain_onslaught_on_kill_ms_while_affected_by_haste" } }, - [6225]={ + [6325]={ [1]={ [1]={ limit={ @@ -136951,7 +139907,7 @@ return { [1]="gain_onslaught_while_at_maximum_endurance_charges" } }, - [6226]={ + [6326]={ [1]={ [1]={ limit={ @@ -136967,7 +139923,7 @@ return { [1]="gain_onslaught_while_not_on_low_mana" } }, - [6227]={ + [6327]={ [1]={ [1]={ limit={ @@ -136983,7 +139939,7 @@ return { [1]="gain_onslaught_while_on_low_life" } }, - [6228]={ + [6328]={ [1]={ [1]={ limit={ @@ -136999,7 +139955,7 @@ return { [1]="gain_onslaught_while_you_have_cats_agility" } }, - [6229]={ + [6329]={ [1]={ [1]={ limit={ @@ -137015,7 +139971,7 @@ return { [1]="gain_onslaught_while_you_have_fortify" } }, - [6230]={ + [6330]={ [1]={ [1]={ [1]={ @@ -137035,7 +139991,7 @@ return { [1]="gain_%_total_phys_damage_prevented_in_the_past_10_sec_as_life_regen_per_sec" } }, - [6231]={ + [6331]={ [1]={ [1]={ limit={ @@ -137051,23 +140007,7 @@ return { [1]="gain_phasing_if_enemy_killed_recently" } }, - [6232]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You have Phasing if you have Suppressed Spell Damage Recently" - } - }, - stats={ - [1]="gain_phasing_if_suppressed_spell_recently" - } - }, - [6233]={ + [6332]={ [1]={ [1]={ limit={ @@ -137083,7 +140023,7 @@ return { [1]="gain_phasing_while_affected_by_haste" } }, - [6234]={ + [6333]={ [1]={ [1]={ limit={ @@ -137099,7 +140039,7 @@ return { [1]="gain_phasing_while_you_have_cats_stealth" } }, - [6235]={ + [6334]={ [1]={ [1]={ limit={ @@ -137115,7 +140055,7 @@ return { [1]="gain_phasing_while_you_have_low_life" } }, - [6236]={ + [6335]={ [1]={ [1]={ limit={ @@ -137131,7 +140071,7 @@ return { [1]="gain_+%_physical_damage_as_random_element_if_cast_elemental_weakness_in_past_10_seconds" } }, - [6237]={ + [6336]={ [1]={ [1]={ limit={ @@ -137147,7 +140087,7 @@ return { [1]="gain_power_charge_on_critical_strike_with_wands_%" } }, - [6238]={ + [6337]={ [1]={ [1]={ limit={ @@ -137163,7 +140103,7 @@ return { [1]="gain_power_charge_on_curse_cast_%" } }, - [6239]={ + [6338]={ [1]={ [1]={ limit={ @@ -137188,7 +140128,7 @@ return { [1]="gain_power_charge_on_hit_%_chance_against_frozen_enemy" } }, - [6240]={ + [6339]={ [1]={ [1]={ limit={ @@ -137204,7 +140144,7 @@ return { [1]="gain_power_charge_on_kill_vs_enemies_with_less_than_5_poisons_%" } }, - [6241]={ + [6340]={ [1]={ [1]={ limit={ @@ -137220,7 +140160,7 @@ return { [1]="gain_power_charge_on_mana_flask_use_%_chance" } }, - [6242]={ + [6341]={ [1]={ [1]={ limit={ @@ -137245,7 +140185,7 @@ return { [1]="gain_power_charge_on_vaal_skill_use_%" } }, - [6243]={ + [6342]={ [1]={ [1]={ limit={ @@ -137261,7 +140201,7 @@ return { [1]="gain_power_charge_per_second_if_have_not_lost_power_charge_recently" } }, - [6244]={ + [6343]={ [1]={ [1]={ limit={ @@ -137277,7 +140217,7 @@ return { [1]="gain_power_or_frenzy_charge_for_each_second_channeling" } }, - [6245]={ + [6344]={ [1]={ [1]={ limit={ @@ -137293,7 +140233,7 @@ return { [1]="gain_x_rage_on_hit" } }, - [6246]={ + [6345]={ [1]={ [1]={ limit={ @@ -137309,7 +140249,7 @@ return { [1]="gain_random_charge_on_block" } }, - [6247]={ + [6346]={ [1]={ [1]={ limit={ @@ -137325,7 +140265,7 @@ return { [1]="gain_random_charge_per_second_while_stationary" } }, - [6248]={ + [6347]={ [1]={ [1]={ limit={ @@ -137341,7 +140281,7 @@ return { [1]="gain_scorching_sapping_brittle_confluxes_while_two_highest_attributes_equal" } }, - [6249]={ + [6348]={ [1]={ [1]={ limit={ @@ -137357,7 +140297,7 @@ return { [1]="gain_shapers_presence_for_10_seconds_on_killing_rare_or_unique_monster" } }, - [6250]={ + [6349]={ [1]={ [1]={ limit={ @@ -137373,7 +140313,7 @@ return { [1]="gain_shrine_buff_every_10_seconds" } }, - [6251]={ + [6350]={ [1]={ [1]={ limit={ @@ -137407,7 +140347,7 @@ return { [1]="gain_single_conflux_for_3_seconds_every_8_seconds" } }, - [6252]={ + [6351]={ [1]={ [1]={ [1]={ @@ -137427,7 +140367,7 @@ return { [1]="gain_soul_eater_for_x_ms_on_vaal_skill_use" } }, - [6253]={ + [6352]={ [1]={ [1]={ [1]={ @@ -137460,7 +140400,7 @@ return { [1]="gain_soul_eater_stack_on_hit_vs_unique_cooldown_ms" } }, - [6254]={ + [6353]={ [1]={ [1]={ limit={ @@ -137476,7 +140416,23 @@ return { [1]="gain_spell_cost_as_mana_every_fifth_cast" } }, - [6255]={ + [6354]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="+{0} to Stun Threshold per Dexterity" + } + }, + stats={ + [1]="stun_threshold_+_per_dexterity" + } + }, + [6355]={ [1]={ [1]={ limit={ @@ -137492,7 +140448,7 @@ return { [1]="gain_tailwind_on_critical_hit" } }, - [6256]={ + [6356]={ [1]={ [1]={ limit={ @@ -137508,7 +140464,7 @@ return { [1]="gain_tailwind_stack_on_skill_use" } }, - [6257]={ + [6357]={ [1]={ [1]={ limit={ @@ -137524,7 +140480,7 @@ return { [1]="gain_up_to_maximum_fragile_regrowth_when_hit" } }, - [6258]={ + [6358]={ [1]={ [1]={ [1]={ @@ -137544,23 +140500,7 @@ return { [1]="gain_vaal_soul_on_hit_cooldown_ms" } }, - [6259]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Intelligence is added to Accuracy Rating with Wands" - } - }, - stats={ - [1]="gain_wand_accuracy_rating_equal_to_intelligence" - } - }, - [6260]={ + [6359]={ [1]={ [1]={ limit={ @@ -137611,7 +140551,7 @@ return { [1]="gain_x_fanatic_charges_every_second_if_have_attacked_in_past_second" } }, - [6261]={ + [6360]={ [1]={ [1]={ limit={ @@ -137640,7 +140580,7 @@ return { [1]="gain_x_fragile_regrowth_per_second" } }, - [6262]={ + [6361]={ [1]={ [1]={ limit={ @@ -137656,7 +140596,7 @@ return { [1]="gain_x_rage_on_hit_with_axes" } }, - [6263]={ + [6362]={ [1]={ [1]={ limit={ @@ -137672,7 +140612,7 @@ return { [1]="gain_x_rage_on_hit_with_axes_swords_1s_cooldown" } }, - [6264]={ + [6363]={ [1]={ [1]={ limit={ @@ -137688,7 +140628,7 @@ return { [1]="gain_x_rage_on_melee_hit" } }, - [6265]={ + [6364]={ [1]={ [1]={ limit={ @@ -137704,7 +140644,7 @@ return { [1]="gain_x_rage_per_200_mana_spent" } }, - [6266]={ + [6365]={ [1]={ [1]={ limit={ @@ -137720,7 +140660,7 @@ return { [1]="gain_x_rage_when_hit" } }, - [6267]={ + [6366]={ [1]={ [1]={ limit={ @@ -137736,23 +140676,7 @@ return { [1]="gain_x_rage_when_taken_crit" } }, - [6268]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Gain {0} Rage when Hit by an Enemy" - } - }, - stats={ - [1]="gain_x_rage_when_taken_hit" - } - }, - [6269]={ + [6367]={ [1]={ [1]={ limit={ @@ -137777,7 +140701,7 @@ return { [1]="galvanic_arrow_and_storm_rain_skill_repeat_count_if_mined" } }, - [6270]={ + [6368]={ [1]={ [1]={ limit={ @@ -137806,7 +140730,7 @@ return { [1]="galvanic_arrow_projectile_speed_+%" } }, - [6271]={ + [6369]={ [1]={ [1]={ limit={ @@ -137831,7 +140755,7 @@ return { [1]="galvanic_field_beam_frequency_+%" } }, - [6272]={ + [6370]={ [1]={ [1]={ limit={ @@ -137847,7 +140771,7 @@ return { [1]="galvanic_field_cast_speed_+%" } }, - [6273]={ + [6371]={ [1]={ [1]={ limit={ @@ -137876,7 +140800,7 @@ return { [1]="galvanic_field_damage_+%" } }, - [6274]={ + [6372]={ [1]={ [1]={ limit={ @@ -137901,7 +140825,7 @@ return { [1]="galvanic_field_number_of_chains" } }, - [6275]={ + [6373]={ [1]={ [1]={ limit={ @@ -137917,7 +140841,7 @@ return { [1]="gem_requirements_can_be_satisfied_by_highest_attribute" } }, - [6276]={ + [6374]={ [1]={ [1]={ limit={ @@ -137946,7 +140870,7 @@ return { [1]="gemling_all_attributes_+%_final" } }, - [6277]={ + [6375]={ [1]={ [1]={ limit={ @@ -137962,7 +140886,7 @@ return { [1]="gemling_double_basic_attribute_bonuses" } }, - [6278]={ + [6376]={ [1]={ [1]={ limit={ @@ -137991,7 +140915,7 @@ return { [1]="gemling_skill_cost_+%_final" } }, - [6279]={ + [6377]={ [1]={ [1]={ limit={ @@ -138007,7 +140931,7 @@ return { [1]="generals_cry_cooldown_speed_+%" } }, - [6280]={ + [6378]={ [1]={ [1]={ limit={ @@ -138023,7 +140947,7 @@ return { [1]="generals_cry_maximum_warriors_+" } }, - [6281]={ + [6379]={ [1]={ [1]={ [1]={ @@ -138043,7 +140967,7 @@ return { [1]="generate_x_charges_for_any_flask_per_minute" } }, - [6282]={ + [6380]={ [1]={ [1]={ [1]={ @@ -138063,7 +140987,27 @@ return { [1]="generate_x_charges_for_charms_per_minute" } }, - [6283]={ + [6381]={ + [1]={ + [1]={ + [1]={ + k="per_minute_to_per_second_2dp_if_required", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Charms gain {0} charges per Second if you have at least 200 Tribute" + } + }, + stats={ + [1]="generate_x_charges_for_charms_per_minute_if_you_have_at_least_200_tribute" + } + }, + [6382]={ [1]={ [1]={ [1]={ @@ -138083,7 +141027,7 @@ return { [1]="generate_x_charges_for_guard_flasks_per_minute" } }, - [6284]={ + [6383]={ [1]={ [1]={ [1]={ @@ -138103,7 +141047,7 @@ return { [1]="generate_x_charges_for_life_flasks_per_minute" } }, - [6285]={ + [6384]={ [1]={ [1]={ [1]={ @@ -138123,7 +141067,27 @@ return { [1]="generate_x_charges_for_mana_flasks_per_minute" } }, - [6286]={ + [6385]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Attack Hits inflict Spectral Fire for {0} seconds" + } + }, + stats={ + [1]="ghostflame_on_hit_duration_ms" + } + }, + [6386]={ [1]={ [1]={ limit={ @@ -138139,7 +141103,7 @@ return { [1]="gifts_from_above_consecrated_ground_while_stationary" } }, - [6287]={ + [6387]={ [1]={ [1]={ limit={ @@ -138164,7 +141128,7 @@ return { [1]="glacial_cascade_number_of_additional_bursts" } }, - [6288]={ + [6388]={ [1]={ [1]={ limit={ @@ -138180,7 +141144,7 @@ return { [1]="glacial_cascade_physical_damage_%_to_gain_as_cold" } }, - [6289]={ + [6389]={ [1]={ [1]={ limit={ @@ -138196,7 +141160,7 @@ return { [1]="glacial_hammer_melee_splash_with_cold_damage" } }, - [6290]={ + [6390]={ [1]={ [1]={ limit={ @@ -138229,7 +141193,7 @@ return { [1]="global_attack_speed_+%_per_level" } }, - [6291]={ + [6391]={ [1]={ [1]={ limit={ @@ -138245,7 +141209,7 @@ return { [1]="global_bleed_on_hit" } }, - [6292]={ + [6392]={ [1]={ [1]={ limit={ @@ -138270,7 +141234,7 @@ return { [1]="global_chance_to_blind_on_hit_%_vs_bleeding_enemies" } }, - [6293]={ + [6393]={ [1]={ [1]={ limit={ @@ -138299,7 +141263,7 @@ return { [1]="global_critical_strike_chance_+%_vs_chilled_enemies" } }, - [6294]={ + [6394]={ [1]={ [1]={ limit={ @@ -138328,7 +141292,7 @@ return { [1]="global_defences_+%_per_frenzy_charge" } }, - [6295]={ + [6395]={ [1]={ [1]={ limit={ @@ -138357,7 +141321,7 @@ return { [1]="global_defences_while_in_presence_of_companion_+%" } }, - [6296]={ + [6396]={ [1]={ [1]={ limit={ @@ -138373,7 +141337,7 @@ return { [1]="global_evasion_rating_+_while_moving" } }, - [6297]={ + [6397]={ [1]={ [1]={ limit={ @@ -138402,7 +141366,7 @@ return { [1]="global_gem_attribute_requirements_+%_final_from_gemling" } }, - [6298]={ + [6398]={ [1]={ [1]={ limit={ @@ -138423,7 +141387,7 @@ return { [2]="global_maximum_added_cold_damage_vs_chilled_or_frozen_enemies" } }, - [6299]={ + [6399]={ [1]={ [1]={ limit={ @@ -138444,7 +141408,7 @@ return { [2]="global_maximum_added_fire_damage_vs_ignited_enemies" } }, - [6300]={ + [6400]={ [1]={ [1]={ limit={ @@ -138465,7 +141429,7 @@ return { [2]="global_maximum_added_lightning_damage_vs_ignited_enemies" } }, - [6301]={ + [6401]={ [1]={ [1]={ limit={ @@ -138486,7 +141450,7 @@ return { [2]="global_maximum_added_lightning_damage_vs_shocked_enemies" } }, - [6302]={ + [6402]={ [1]={ [1]={ limit={ @@ -138507,7 +141471,7 @@ return { [2]="global_maximum_added_physical_damage_vs_bleeding_enemies" } }, - [6303]={ + [6403]={ [1]={ [1]={ limit={ @@ -138523,7 +141487,64 @@ return { [1]="global_physical_damage_reduction_rating_while_moving" } }, - [6304]={ + [6404]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Glory generation if you have at least 100 Tribute" + } + }, + stats={ + [1]="glory_generation_+%_if_you_have_at_least_100_tribute" + } + }, + [6405]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Glory generation" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Glory generation" + } + }, + stats={ + [1]="glory_generation_+%" + } + }, + [6406]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Glory generation for Banner Skills" + } + }, + stats={ + [1]="glory_generation_+%_for_banners" + } + }, + [6407]={ [1]={ [1]={ [1]={ @@ -138543,7 +141564,7 @@ return { [1]="glove_implicit_gain_rage_on_attack_hit_cooldown_ms" } }, - [6305]={ + [6408]={ [1]={ [1]={ limit={ @@ -138572,7 +141593,7 @@ return { [1]="gold_+%_from_enemies" } }, - [6306]={ + [6409]={ [1]={ [1]={ limit={ @@ -138601,7 +141622,7 @@ return { [1]="golem_attack_and_cast_speed_+%" } }, - [6307]={ + [6410]={ [1]={ [1]={ limit={ @@ -138622,7 +141643,7 @@ return { [2]="golem_attack_maximum_added_physical_damage" } }, - [6308]={ + [6411]={ [1]={ [1]={ limit={ @@ -138651,7 +141672,7 @@ return { [1]="golem_buff_effect_+%" } }, - [6309]={ + [6412]={ [1]={ [1]={ limit={ @@ -138680,7 +141701,7 @@ return { [1]="golem_buff_effect_+%_per_summoned_golem" } }, - [6310]={ + [6413]={ [1]={ [1]={ [1]={ @@ -138700,7 +141721,7 @@ return { [1]="golem_life_regeneration_per_minute_%" } }, - [6311]={ + [6414]={ [1]={ [1]={ limit={ @@ -138729,7 +141750,7 @@ return { [1]="golem_maximum_life_+%" } }, - [6312]={ + [6415]={ [1]={ [1]={ limit={ @@ -138758,7 +141779,7 @@ return { [1]="golem_maximum_mana_+%" } }, - [6313]={ + [6416]={ [1]={ [1]={ limit={ @@ -138787,7 +141808,7 @@ return { [1]="golem_movement_speed_+%" } }, - [6314]={ + [6417]={ [1]={ [1]={ limit={ @@ -138803,7 +141824,7 @@ return { [1]="golem_physical_damage_reduction_rating" } }, - [6315]={ + [6418]={ [1]={ [1]={ [1]={ @@ -138840,7 +141861,7 @@ return { [1]="grace_mana_reservation_efficiency_-2%_per_1" } }, - [6316]={ + [6419]={ [1]={ [1]={ limit={ @@ -138869,7 +141890,7 @@ return { [1]="grace_mana_reservation_efficiency_+%" } }, - [6317]={ + [6420]={ [1]={ [1]={ limit={ @@ -138885,7 +141906,7 @@ return { [1]="grace_reserves_no_mana" } }, - [6318]={ + [6421]={ [1]={ [1]={ limit={ @@ -138918,7 +141939,7 @@ return { [1]="grant_animated_minion_melee_splash_damage_+%_final_for_splash" } }, - [6319]={ + [6422]={ [1]={ [1]={ limit={ @@ -138934,7 +141955,7 @@ return { [1]="grant_tailwind_to_nearby_allies_if_used_skill_recently" } }, - [6320]={ + [6423]={ [1]={ [1]={ limit={ @@ -138967,7 +141988,7 @@ return { [1]="grant_void_arrow_every_x_ms" } }, - [6321]={ + [6424]={ [1]={ [1]={ limit={ @@ -138996,7 +142017,7 @@ return { [1]="gratuitous_violence_physical_damage_over_time_+%_final" } }, - [6322]={ + [6425]={ [1]={ [1]={ limit={ @@ -139025,7 +142046,32 @@ return { [1]="grenade_fuse_duration_+%" } }, - [6323]={ + [6426]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Grenade Projectile Speed" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Grenade Projectile Speed" + } + }, + stats={ + [1]="grenade_projectile_speed_+%" + } + }, + [6427]={ [1]={ [1]={ limit={ @@ -139050,7 +142096,7 @@ return { [1]="grenade_skill_%_chance_to_explode_twice" } }, - [6324]={ + [6428]={ [1]={ [1]={ limit={ @@ -139079,7 +142125,7 @@ return { [1]="grenade_skill_area_of_effect_+%" } }, - [6325]={ + [6429]={ [1]={ [1]={ limit={ @@ -139104,7 +142150,7 @@ return { [1]="grenade_skill_cooldown_count_+" } }, - [6326]={ + [6430]={ [1]={ [1]={ limit={ @@ -139133,7 +142179,7 @@ return { [1]="grenade_skill_cooldown_speed_+%" } }, - [6327]={ + [6431]={ [1]={ [1]={ limit={ @@ -139162,7 +142208,7 @@ return { [1]="grenade_skill_damage_+%" } }, - [6328]={ + [6432]={ [1]={ [1]={ limit={ @@ -139191,7 +142237,7 @@ return { [1]="grenade_skill_duration_+%" } }, - [6329]={ + [6433]={ [1]={ [1]={ limit={ @@ -139216,7 +142262,7 @@ return { [1]="grenade_skill_number_of_additional_projectiles" } }, - [6330]={ + [6434]={ [1]={ [1]={ limit={ @@ -139245,7 +142291,7 @@ return { [1]="ground_effect_duration_+%" } }, - [6331]={ + [6435]={ [1]={ [1]={ limit={ @@ -139270,7 +142316,7 @@ return { [1]="ground_slam_chance_to_gain_endurance_charge_%_on_stun" } }, - [6332]={ + [6436]={ [1]={ [1]={ limit={ @@ -139286,7 +142332,7 @@ return { [1]="ground_tar_on_block_base_area_of_effect_radius" } }, - [6333]={ + [6437]={ [1]={ [1]={ limit={ @@ -139302,7 +142348,7 @@ return { [1]="ground_tar_when_hit_%_chance" } }, - [6334]={ + [6438]={ [1]={ [1]={ limit={ @@ -139331,7 +142377,36 @@ return { [1]="guard_flask_effect_+%" } }, - [6335]={ + [6439]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Guard gained" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Guard gained" + } + }, + stats={ + [1]="guard_gained_+%" + } + }, + [6440]={ [1]={ [1]={ limit={ @@ -139360,7 +142435,7 @@ return { [1]="guard_skill_cooldown_recovery_+%" } }, - [6336]={ + [6441]={ [1]={ [1]={ limit={ @@ -139389,7 +142464,7 @@ return { [1]="guard_skill_effect_duration_+%" } }, - [6337]={ + [6442]={ [1]={ [1]={ limit={ @@ -139405,7 +142480,7 @@ return { [1]="guardian_with_5_nearby_allies_you_and_allies_have_onslaught" } }, - [6338]={ + [6443]={ [1]={ [1]={ limit={ @@ -139434,23 +142509,32 @@ return { [1]="guardian_with_nearby_ally_damage_+%_final_for_you_and_allies" } }, - [6339]={ + [6444]={ [1]={ [1]={ + limit={ + [1]={ + [1]=200, + [2]=200 + } + }, + text="Maximum Mana is replaced by twice as much Maximum Infernal Flame\nGain Infernal Flame instead of spending Mana for Skill costs" + }, + [2]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Maximum Mana is replaced by Maximum Infernal Flame\nGain Infernal Flame instead of spending Mana for Skill costs" + text="DNT-UNUSED BAD VALUE" } }, stats={ - [1]="infernal_flame_instead_of_mana" + [1]="infernal_flame_instead_of_mana_at_%_ratio" } }, - [6340]={ + [6445]={ [1]={ [1]={ limit={ @@ -139466,7 +142550,7 @@ return { [1]="halve_evasion_rating_from_body" } }, - [6341]={ + [6446]={ [1]={ [1]={ limit={ @@ -139482,7 +142566,7 @@ return { [1]="harvest_encounter_fluid_granted_+%" } }, - [6342]={ + [6447]={ [1]={ [1]={ limit={ @@ -139498,7 +142582,7 @@ return { [1]="has_avoid_shock_as_avoid_all_elemental_ailments" } }, - [6343]={ + [6448]={ [1]={ [1]={ limit={ @@ -139514,7 +142598,7 @@ return { [1]="has_curse_limit_equal_to_maximum_power_charges" } }, - [6344]={ + [6449]={ [1]={ [1]={ limit={ @@ -139530,7 +142614,7 @@ return { [1]="has_ignite_duration_on_self_as_all_elemental_ailments_on_self" } }, - [6345]={ + [6450]={ [1]={ [1]={ limit={ @@ -139546,7 +142630,7 @@ return { [1]="has_onslaught_if_totem_summoned_recently" } }, - [6346]={ + [6451]={ [1]={ [1]={ limit={ @@ -139562,7 +142646,7 @@ return { [1]="has_stun_prevention_flask" } }, - [6347]={ + [6452]={ [1]={ [1]={ limit={ @@ -139591,7 +142675,7 @@ return { [1]="has_trickster_alternating_damage_taken_+%_final" } }, - [6348]={ + [6453]={ [1]={ [1]={ limit={ @@ -139607,7 +142691,7 @@ return { [1]="has_unique_brutal_shrine_effect" } }, - [6349]={ + [6454]={ [1]={ [1]={ limit={ @@ -139623,7 +142707,7 @@ return { [1]="has_unique_chaos_shrine_effect" } }, - [6350]={ + [6455]={ [1]={ [1]={ limit={ @@ -139639,7 +142723,7 @@ return { [1]="has_unique_cold_shrine_effect" } }, - [6351]={ + [6456]={ [1]={ [1]={ limit={ @@ -139655,7 +142739,7 @@ return { [1]="has_unique_fire_shrine_effect" } }, - [6352]={ + [6457]={ [1]={ [1]={ limit={ @@ -139671,7 +142755,7 @@ return { [1]="has_unique_lightning_shrine_effect" } }, - [6353]={ + [6458]={ [1]={ [1]={ limit={ @@ -139687,7 +142771,7 @@ return { [1]="has_unique_massive_shrine_effect" } }, - [6354]={ + [6459]={ [1]={ [1]={ [1]={ @@ -139724,7 +142808,7 @@ return { [1]="haste_mana_reservation_efficiency_-2%_per_1" } }, - [6355]={ + [6460]={ [1]={ [1]={ limit={ @@ -139753,7 +142837,7 @@ return { [1]="haste_mana_reservation_efficiency_+%" } }, - [6356]={ + [6461]={ [1]={ [1]={ limit={ @@ -139769,7 +142853,7 @@ return { [1]="haste_reserves_no_mana" } }, - [6357]={ + [6462]={ [1]={ [1]={ [1]={ @@ -139806,7 +142890,7 @@ return { [1]="hatred_mana_reservation_efficiency_-2%_per_1" } }, - [6358]={ + [6463]={ [1]={ [1]={ limit={ @@ -139835,7 +142919,7 @@ return { [1]="hatred_mana_reservation_efficiency_+%" } }, - [6359]={ + [6464]={ [1]={ [1]={ limit={ @@ -139851,7 +142935,77 @@ return { [1]="hatred_reserves_no_mana" } }, - [6360]={ + [6465]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You have Unholy Might" + } + }, + stats={ + [1]="have_unholy_might" + } + }, + [6466]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Hazard Area of Effect" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Hazard Area of Effect" + } + }, + stats={ + [1]="hazard_area_of_effect_+%" + } + }, + [6467]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Debuffs inflicted by Hazards have {0}% increased Slow Magnitude" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Debuffs inflicted by Hazards have {0}% reduced Slow Magnitude" + } + }, + stats={ + [1]="hazard_base_debuff_slow_magnitude_+%" + } + }, + [6468]={ [1]={ [1]={ limit={ @@ -139880,7 +143034,36 @@ return { [1]="hazard_damage_+%" } }, - [6361]={ + [6469]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Hazard Immobilisation buildup" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Hazard Immobilisation buildup" + } + }, + stats={ + [1]="hazard_hit_damage_immobilisation_multiplier_+%" + } + }, + [6470]={ [1]={ [1]={ limit={ @@ -139905,7 +143088,23 @@ return { [1]="hazard_rearm_%_chance" } }, - [6362]={ + [6471]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hazards cannot be triggered for {0} seconds after being created" + } + }, + stats={ + [1]="hazards_cant_trigger_x_seconds_after_creation" + } + }, + [6472]={ [1]={ [1]={ limit={ @@ -139921,7 +143120,65 @@ return { [1]="head_hunt_without_a_corpse" } }, - [6363]={ + [6473]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Inherent loss of Heat is {0}% faster" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Inherent loss of Heat is {0}% slower" + } + }, + stats={ + [1]="heat_loss_%_slower" + } + }, + [6474]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Your Heavy Stun buildup empties {0}% faster per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Your Heavy Stun buildup empties {0}% slower per 10 Treibute" + } + }, + stats={ + [1]="heavy_stun_poise_decay_rate_+%_per_10_tribute" + } + }, + [6475]={ [1]={ [1]={ limit={ @@ -139950,7 +143207,7 @@ return { [1]="heavy_stun_poise_decay_rate_+%" } }, - [6364]={ + [6476]={ [1]={ [1]={ limit={ @@ -139966,7 +143223,7 @@ return { [1]="heavy_stun_threshold_+" } }, - [6365]={ + [6477]={ [1]={ [1]={ limit={ @@ -139982,7 +143239,7 @@ return { [1]="heavy_stuns_have_culling_strike" } }, - [6366]={ + [6478]={ [1]={ [1]={ limit={ @@ -139998,7 +143255,7 @@ return { [1]="heist_additional_abyss_rewards_from_reward_chests_%" } }, - [6367]={ + [6479]={ [1]={ [1]={ limit={ @@ -140014,7 +143271,7 @@ return { [1]="heist_additional_armour_rewards_from_reward_chests_%" } }, - [6368]={ + [6480]={ [1]={ [1]={ limit={ @@ -140030,7 +143287,7 @@ return { [1]="heist_additional_blight_rewards_from_reward_chests_%" } }, - [6369]={ + [6481]={ [1]={ [1]={ limit={ @@ -140046,7 +143303,7 @@ return { [1]="heist_additional_breach_rewards_from_reward_chests_%" } }, - [6370]={ + [6482]={ [1]={ [1]={ limit={ @@ -140062,7 +143319,7 @@ return { [1]="heist_additional_corrupted_rewards_from_reward_chests_%" } }, - [6371]={ + [6483]={ [1]={ [1]={ limit={ @@ -140078,7 +143335,7 @@ return { [1]="heist_additional_delirium_rewards_from_reward_chests_%" } }, - [6372]={ + [6484]={ [1]={ [1]={ limit={ @@ -140094,7 +143351,7 @@ return { [1]="heist_additional_delve_rewards_from_reward_chests_%" } }, - [6373]={ + [6485]={ [1]={ [1]={ limit={ @@ -140110,7 +143367,7 @@ return { [1]="heist_additional_divination_rewards_from_reward_chests_%" } }, - [6374]={ + [6486]={ [1]={ [1]={ limit={ @@ -140126,7 +143383,7 @@ return { [1]="heist_additional_essences_rewards_from_reward_chests_%" } }, - [6375]={ + [6487]={ [1]={ [1]={ limit={ @@ -140142,7 +143399,7 @@ return { [1]="heist_additional_gems_rewards_from_reward_chests_%" } }, - [6376]={ + [6488]={ [1]={ [1]={ limit={ @@ -140158,7 +143415,7 @@ return { [1]="heist_additional_harbinger_rewards_from_reward_chests_%" } }, - [6377]={ + [6489]={ [1]={ [1]={ limit={ @@ -140174,7 +143431,7 @@ return { [1]="heist_additional_jewellery_rewards_from_reward_chests_%" } }, - [6378]={ + [6490]={ [1]={ [1]={ limit={ @@ -140190,7 +143447,7 @@ return { [1]="heist_additional_legion_rewards_from_reward_chests_%" } }, - [6379]={ + [6491]={ [1]={ [1]={ limit={ @@ -140206,7 +143463,7 @@ return { [1]="heist_additional_metamorph_rewards_from_reward_chests_%" } }, - [6380]={ + [6492]={ [1]={ [1]={ limit={ @@ -140222,7 +143479,7 @@ return { [1]="heist_additional_perandus_rewards_from_reward_chests_%" } }, - [6381]={ + [6493]={ [1]={ [1]={ limit={ @@ -140238,7 +143495,7 @@ return { [1]="heist_additional_talisman_rewards_from_reward_chests_%" } }, - [6382]={ + [6494]={ [1]={ [1]={ limit={ @@ -140254,7 +143511,7 @@ return { [1]="heist_additional_uniques_rewards_from_reward_chests_%" } }, - [6383]={ + [6495]={ [1]={ [1]={ limit={ @@ -140270,7 +143527,7 @@ return { [1]="heist_additional_weapons_rewards_from_reward_chests_%" } }, - [6384]={ + [6496]={ [1]={ [1]={ limit={ @@ -140299,7 +143556,7 @@ return { [1]="heist_alert_level_gained_on_monster_death" } }, - [6385]={ + [6497]={ [1]={ [1]={ [1]={ @@ -140336,7 +143593,7 @@ return { [1]="heist_alert_level_gained_per_10_sec" } }, - [6386]={ + [6498]={ [1]={ [1]={ limit={ @@ -140352,7 +143609,7 @@ return { [1]="heist_chests_chance_for_secondary_objectives_%" } }, - [6387]={ + [6499]={ [1]={ [1]={ limit={ @@ -140377,7 +143634,7 @@ return { [1]="heist_chests_double_blighted_maps_and_catalysts_%" } }, - [6388]={ + [6500]={ [1]={ [1]={ limit={ @@ -140402,7 +143659,7 @@ return { [1]="heist_chests_double_breach_splinters_%" } }, - [6389]={ + [6501]={ [1]={ [1]={ limit={ @@ -140427,7 +143684,7 @@ return { [1]="heist_chests_double_catalysts_%" } }, - [6390]={ + [6502]={ [1]={ [1]={ limit={ @@ -140452,7 +143709,7 @@ return { [1]="heist_chests_double_currency_%" } }, - [6391]={ + [6503]={ [1]={ [1]={ limit={ @@ -140477,7 +143734,7 @@ return { [1]="heist_chests_double_delirium_orbs_and_splinters_%" } }, - [6392]={ + [6504]={ [1]={ [1]={ limit={ @@ -140502,7 +143759,7 @@ return { [1]="heist_chests_double_divination_cards_%" } }, - [6393]={ + [6505]={ [1]={ [1]={ limit={ @@ -140527,7 +143784,7 @@ return { [1]="heist_chests_double_essences_%" } }, - [6394]={ + [6506]={ [1]={ [1]={ limit={ @@ -140552,7 +143809,7 @@ return { [1]="heist_chests_double_jewels_%" } }, - [6395]={ + [6507]={ [1]={ [1]={ limit={ @@ -140577,7 +143834,7 @@ return { [1]="heist_chests_double_legion_splinters_%" } }, - [6396]={ + [6508]={ [1]={ [1]={ limit={ @@ -140602,7 +143859,7 @@ return { [1]="heist_chests_double_map_fragments_%" } }, - [6397]={ + [6509]={ [1]={ [1]={ limit={ @@ -140627,7 +143884,7 @@ return { [1]="heist_chests_double_maps_%" } }, - [6398]={ + [6510]={ [1]={ [1]={ limit={ @@ -140652,7 +143909,7 @@ return { [1]="heist_chests_double_oils_%" } }, - [6399]={ + [6511]={ [1]={ [1]={ limit={ @@ -140677,7 +143934,7 @@ return { [1]="heist_chests_double_scarabs_%" } }, - [6400]={ + [6512]={ [1]={ [1]={ limit={ @@ -140702,7 +143959,7 @@ return { [1]="heist_chests_double_sextants_%" } }, - [6401]={ + [6513]={ [1]={ [1]={ limit={ @@ -140731,7 +143988,7 @@ return { [1]="heist_chests_double_uniques_%" } }, - [6402]={ + [6514]={ [1]={ [1]={ limit={ @@ -140760,7 +144017,7 @@ return { [1]="heist_chests_unique_rarity_%" } }, - [6403]={ + [6515]={ [1]={ [1]={ limit={ @@ -140785,7 +144042,7 @@ return { [1]="heist_coins_from_world_chests_double_%" } }, - [6404]={ + [6516]={ [1]={ [1]={ limit={ @@ -140810,7 +144067,7 @@ return { [1]="heist_coins_dropped_by_monsters_double_%" } }, - [6405]={ + [6517]={ [1]={ [1]={ limit={ @@ -140839,7 +144096,7 @@ return { [1]="heist_contract_alert_level_from_chests_+%" } }, - [6406]={ + [6518]={ [1]={ [1]={ limit={ @@ -140868,7 +144125,7 @@ return { [1]="heist_contract_alert_level_from_monsters_+%" } }, - [6407]={ + [6519]={ [1]={ [1]={ limit={ @@ -140897,7 +144154,7 @@ return { [1]="heist_contract_alert_level_+%" } }, - [6408]={ + [6520]={ [1]={ [1]={ limit={ @@ -140926,7 +144183,7 @@ return { [1]="heist_contract_gang_cost_+%" } }, - [6409]={ + [6521]={ [1]={ [1]={ limit={ @@ -140942,7 +144199,7 @@ return { [1]="heist_contract_gang_takes_no_cut" } }, - [6410]={ + [6522]={ [1]={ [1]={ limit={ @@ -140958,7 +144215,7 @@ return { [1]="heist_contract_generate_secondary_objectives_chance_%" } }, - [6411]={ + [6523]={ [1]={ [1]={ limit={ @@ -140987,7 +144244,7 @@ return { [1]="heist_contract_guarding_monsters_damage_+%" } }, - [6412]={ + [6524]={ [1]={ [1]={ limit={ @@ -141016,7 +144273,7 @@ return { [1]="heist_contract_guarding_monsters_take_damage_+%" } }, - [6413]={ + [6525]={ [1]={ [1]={ limit={ @@ -141041,7 +144298,7 @@ return { [1]="heist_contract_mechanical_unlock_count" } }, - [6414]={ + [6526]={ [1]={ [1]={ limit={ @@ -141066,7 +144323,7 @@ return { [1]="heist_contract_magical_unlock_count" } }, - [6415]={ + [6527]={ [1]={ [1]={ limit={ @@ -141082,7 +144339,7 @@ return { [1]="heist_contract_no_travel_cost" } }, - [6416]={ + [6528]={ [1]={ [1]={ limit={ @@ -141111,7 +144368,7 @@ return { [1]="heist_contract_npc_cost_+%" } }, - [6417]={ + [6529]={ [1]={ [1]={ limit={ @@ -141140,7 +144397,7 @@ return { [1]="heist_contract_objective_completion_time_+%" } }, - [6418]={ + [6530]={ [1]={ [1]={ limit={ @@ -141169,7 +144426,7 @@ return { [1]="heist_contract_patrol_additional_elite_chance_+%" } }, - [6419]={ + [6531]={ [1]={ [1]={ limit={ @@ -141198,7 +144455,7 @@ return { [1]="heist_contract_patrol_damage_+%" } }, - [6420]={ + [6532]={ [1]={ [1]={ limit={ @@ -141227,7 +144484,7 @@ return { [1]="heist_contract_patrol_take_damage_+%" } }, - [6421]={ + [6533]={ [1]={ [1]={ limit={ @@ -141256,7 +144513,7 @@ return { [1]="heist_contract_side_area_monsters_damage_+%" } }, - [6422]={ + [6534]={ [1]={ [1]={ limit={ @@ -141285,7 +144542,7 @@ return { [1]="heist_contract_side_area_monsters_take_damage_+%" } }, - [6423]={ + [6535]={ [1]={ [1]={ limit={ @@ -141314,7 +144571,7 @@ return { [1]="heist_contract_total_cost_+%_final" } }, - [6424]={ + [6536]={ [1]={ [1]={ limit={ @@ -141343,7 +144600,7 @@ return { [1]="heist_contract_travel_cost_+%" } }, - [6425]={ + [6537]={ [1]={ [1]={ limit={ @@ -141368,7 +144625,7 @@ return { [1]="heist_currency_alchemy_drops_as_blessed_%" } }, - [6426]={ + [6538]={ [1]={ [1]={ limit={ @@ -141393,7 +144650,7 @@ return { [1]="heist_currency_alchemy_drops_as_divine_%" } }, - [6427]={ + [6539]={ [1]={ [1]={ limit={ @@ -141418,7 +144675,7 @@ return { [1]="heist_currency_alchemy_drops_as_exalted_%" } }, - [6428]={ + [6540]={ [1]={ [1]={ limit={ @@ -141443,7 +144700,7 @@ return { [1]="heist_currency_alteration_drops_as_alchemy_%" } }, - [6429]={ + [6541]={ [1]={ [1]={ limit={ @@ -141468,7 +144725,7 @@ return { [1]="heist_currency_alteration_drops_as_chaos_%" } }, - [6430]={ + [6542]={ [1]={ [1]={ limit={ @@ -141493,7 +144750,7 @@ return { [1]="heist_currency_alteration_drops_as_regal_%" } }, - [6431]={ + [6543]={ [1]={ [1]={ limit={ @@ -141518,7 +144775,7 @@ return { [1]="heist_currency_augmentation_drops_as_alchemy_%" } }, - [6432]={ + [6544]={ [1]={ [1]={ limit={ @@ -141543,7 +144800,7 @@ return { [1]="heist_currency_augmentation_drops_as_chaos_%" } }, - [6433]={ + [6545]={ [1]={ [1]={ limit={ @@ -141568,7 +144825,7 @@ return { [1]="heist_currency_augmentation_drops_as_regal_%" } }, - [6434]={ + [6546]={ [1]={ [1]={ limit={ @@ -141593,7 +144850,7 @@ return { [1]="heist_currency_chaos_drops_as_blessed_%" } }, - [6435]={ + [6547]={ [1]={ [1]={ limit={ @@ -141618,7 +144875,7 @@ return { [1]="heist_currency_chaos_drops_as_divine_%" } }, - [6436]={ + [6548]={ [1]={ [1]={ limit={ @@ -141643,7 +144900,7 @@ return { [1]="heist_currency_chaos_drops_as_exalted_%" } }, - [6437]={ + [6549]={ [1]={ [1]={ limit={ @@ -141668,7 +144925,7 @@ return { [1]="heist_currency_chromatic_drops_as_fusing_%" } }, - [6438]={ + [6550]={ [1]={ [1]={ limit={ @@ -141693,7 +144950,7 @@ return { [1]="heist_currency_chromatic_drops_as_jewellers_%" } }, - [6439]={ + [6551]={ [1]={ [1]={ limit={ @@ -141718,7 +144975,7 @@ return { [1]="heist_currency_jewellers_drops_as_fusing_%" } }, - [6440]={ + [6552]={ [1]={ [1]={ limit={ @@ -141743,7 +145000,7 @@ return { [1]="heist_currency_regal_drops_as_blessed_%" } }, - [6441]={ + [6553]={ [1]={ [1]={ limit={ @@ -141768,7 +145025,7 @@ return { [1]="heist_currency_regal_drops_as_divine_%" } }, - [6442]={ + [6554]={ [1]={ [1]={ limit={ @@ -141793,7 +145050,7 @@ return { [1]="heist_currency_regal_drops_as_exalted_%" } }, - [6443]={ + [6555]={ [1]={ [1]={ limit={ @@ -141818,7 +145075,7 @@ return { [1]="heist_currency_regret_drops_as_annulment_%" } }, - [6444]={ + [6556]={ [1]={ [1]={ limit={ @@ -141843,7 +145100,7 @@ return { [1]="heist_currency_scouring_drops_as_annulment_%" } }, - [6445]={ + [6557]={ [1]={ [1]={ limit={ @@ -141868,7 +145125,7 @@ return { [1]="heist_currency_scouring_drops_as_regret_%" } }, - [6446]={ + [6558]={ [1]={ [1]={ limit={ @@ -141893,7 +145150,7 @@ return { [1]="heist_currency_transmutation_drops_as_alchemy_%" } }, - [6447]={ + [6559]={ [1]={ [1]={ limit={ @@ -141918,7 +145175,7 @@ return { [1]="heist_currency_transmutation_drops_as_chaos_%" } }, - [6448]={ + [6560]={ [1]={ [1]={ limit={ @@ -141943,7 +145200,7 @@ return { [1]="heist_currency_transmutation_drops_as_regal_%" } }, - [6449]={ + [6561]={ [1]={ [1]={ limit={ @@ -141968,7 +145225,7 @@ return { [1]="heist_drops_double_currency_%" } }, - [6450]={ + [6562]={ [1]={ [1]={ limit={ @@ -141984,7 +145241,7 @@ return { [1]="heist_guards_are_magic" } }, - [6451]={ + [6563]={ [1]={ [1]={ limit={ @@ -142000,7 +145257,7 @@ return { [1]="heist_guards_are_rare" } }, - [6452]={ + [6564]={ [1]={ [1]={ limit={ @@ -142016,7 +145273,7 @@ return { [1]="heist_interruption_resistance_%" } }, - [6453]={ + [6565]={ [1]={ [1]={ limit={ @@ -142045,7 +145302,7 @@ return { [1]="heist_item_quantity_+%" } }, - [6454]={ + [6566]={ [1]={ [1]={ limit={ @@ -142074,7 +145331,7 @@ return { [1]="heist_item_rarity_+%" } }, - [6455]={ + [6567]={ [1]={ [1]={ limit={ @@ -142099,7 +145356,7 @@ return { [1]="heist_items_are_fully_linked_%" } }, - [6456]={ + [6568]={ [1]={ [1]={ limit={ @@ -142124,7 +145381,7 @@ return { [1]="heist_items_drop_corrupted_%" } }, - [6457]={ + [6569]={ [1]={ [1]={ limit={ @@ -142149,7 +145406,7 @@ return { [1]="heist_items_drop_identified_%" } }, - [6458]={ + [6570]={ [1]={ [1]={ limit={ @@ -142174,7 +145431,7 @@ return { [1]="heist_items_have_elder_influence_%" } }, - [6459]={ + [6571]={ [1]={ [1]={ limit={ @@ -142199,7 +145456,7 @@ return { [1]="heist_items_have_one_additional_socket_%" } }, - [6460]={ + [6572]={ [1]={ [1]={ limit={ @@ -142224,7 +145481,7 @@ return { [1]="heist_items_have_shaper_influence_%" } }, - [6461]={ + [6573]={ [1]={ [1]={ limit={ @@ -142240,7 +145497,7 @@ return { [1]="heist_job_agility_level_+" } }, - [6462]={ + [6574]={ [1]={ [1]={ limit={ @@ -142256,7 +145513,7 @@ return { [1]="heist_job_brute_force_level_+" } }, - [6463]={ + [6575]={ [1]={ [1]={ limit={ @@ -142272,7 +145529,7 @@ return { [1]="heist_job_counter_thaumaturgy_level_+" } }, - [6464]={ + [6576]={ [1]={ [1]={ limit={ @@ -142288,7 +145545,7 @@ return { [1]="heist_job_deception_level_+" } }, - [6465]={ + [6577]={ [1]={ [1]={ limit={ @@ -142304,7 +145561,7 @@ return { [1]="heist_job_demolition_level_+" } }, - [6466]={ + [6578]={ [1]={ [1]={ limit={ @@ -142333,7 +145590,7 @@ return { [1]="heist_job_demolition_speed_+%" } }, - [6467]={ + [6579]={ [1]={ [1]={ limit={ @@ -142349,7 +145606,7 @@ return { [1]="heist_job_engineering_level_+" } }, - [6468]={ + [6580]={ [1]={ [1]={ limit={ @@ -142365,7 +145622,7 @@ return { [1]="heist_job_lockpicking_level_+" } }, - [6469]={ + [6581]={ [1]={ [1]={ limit={ @@ -142394,7 +145651,7 @@ return { [1]="heist_job_lockpicking_speed_+%" } }, - [6470]={ + [6582]={ [1]={ [1]={ limit={ @@ -142410,7 +145667,7 @@ return { [1]="heist_job_perception_level_+" } }, - [6471]={ + [6583]={ [1]={ [1]={ limit={ @@ -142426,7 +145683,7 @@ return { [1]="heist_job_trap_disarmament_level_+" } }, - [6472]={ + [6584]={ [1]={ [1]={ limit={ @@ -142455,7 +145712,7 @@ return { [1]="heist_job_trap_disarmament_speed_+%" } }, - [6473]={ + [6585]={ [1]={ [1]={ limit={ @@ -142471,7 +145728,7 @@ return { [1]="heist_lockdown_is_instant" } }, - [6474]={ + [6586]={ [1]={ [1]={ limit={ @@ -142487,7 +145744,7 @@ return { [1]="heist_nenet_scouts_nearby_patrols_and_mini_bosses" } }, - [6475]={ + [6587]={ [1]={ [1]={ limit={ @@ -142516,7 +145773,7 @@ return { [1]="heist_npc_blueprint_reveal_cost_+%" } }, - [6476]={ + [6588]={ [1]={ [1]={ limit={ @@ -142541,7 +145798,7 @@ return { [1]="heist_npc_contract_generates_gianna_intelligence" } }, - [6477]={ + [6589]={ [1]={ [1]={ limit={ @@ -142566,7 +145823,7 @@ return { [1]="heist_npc_contract_generates_niles_intelligence" } }, - [6478]={ + [6590]={ [1]={ [1]={ limit={ @@ -142582,7 +145839,7 @@ return { [1]="heist_npc_display_huck_combat" } }, - [6479]={ + [6591]={ [1]={ [1]={ limit={ @@ -142611,7 +145868,7 @@ return { [1]="heist_npc_karst_alert_level_from_chests_+%_final" } }, - [6480]={ + [6592]={ [1]={ [1]={ limit={ @@ -142640,7 +145897,7 @@ return { [1]="heist_npc_nenet_alert_level_+%_final" } }, - [6481]={ + [6593]={ [1]={ [1]={ limit={ @@ -142669,7 +145926,7 @@ return { [1]="heist_npc_tullina_alert_level_+%_final" } }, - [6482]={ + [6594]={ [1]={ [1]={ limit={ @@ -142698,7 +145955,7 @@ return { [1]="heist_npc_vinderi_alert_level_+%_final" } }, - [6483]={ + [6595]={ [1]={ [1]={ limit={ @@ -142714,7 +145971,7 @@ return { [1]="heist_patrols_are_magic" } }, - [6484]={ + [6596]={ [1]={ [1]={ limit={ @@ -142730,7 +145987,7 @@ return { [1]="heist_patrols_are_rare" } }, - [6485]={ + [6597]={ [1]={ [1]={ limit={ @@ -142746,7 +146003,7 @@ return { [1]="heist_player_additional_maximum_resistances_%_per_25%_alert_level" } }, - [6486]={ + [6598]={ [1]={ [1]={ limit={ @@ -142775,7 +146032,7 @@ return { [1]="heist_player_armour_+%_final_per_25%_alert_level" } }, - [6487]={ + [6599]={ [1]={ [1]={ limit={ @@ -142791,7 +146048,7 @@ return { [1]="heist_player_cold_resistance_%_per_25%_alert_level" } }, - [6488]={ + [6600]={ [1]={ [1]={ limit={ @@ -142820,7 +146077,7 @@ return { [1]="heist_player_energy_shield_recovery_rate_+%_final_per_25%_alert_level" } }, - [6489]={ + [6601]={ [1]={ [1]={ limit={ @@ -142849,7 +146106,7 @@ return { [1]="heist_player_evasion_rating_+%_final_per_25%_alert_level" } }, - [6490]={ + [6602]={ [1]={ [1]={ limit={ @@ -142878,7 +146135,7 @@ return { [1]="heist_player_experience_gain_+%" } }, - [6491]={ + [6603]={ [1]={ [1]={ limit={ @@ -142894,7 +146151,7 @@ return { [1]="heist_player_fire_resistance_%_per_25%_alert_level" } }, - [6492]={ + [6604]={ [1]={ [1]={ limit={ @@ -142923,7 +146180,7 @@ return { [1]="heist_player_flask_charges_gained_+%_per_25%_alert_level" } }, - [6493]={ + [6605]={ [1]={ [1]={ limit={ @@ -142952,7 +146209,7 @@ return { [1]="heist_player_life_recovery_rate_+%_final_per_25%_alert_level" } }, - [6494]={ + [6606]={ [1]={ [1]={ limit={ @@ -142968,7 +146225,7 @@ return { [1]="heist_player_lightning_resistance_%_per_25%_alert_level" } }, - [6495]={ + [6607]={ [1]={ [1]={ limit={ @@ -142997,7 +146254,7 @@ return { [1]="heist_player_mana_recovery_rate_+%_final_per_25%_alert_level" } }, - [6496]={ + [6608]={ [1]={ [1]={ limit={ @@ -143026,7 +146283,7 @@ return { [1]="heist_reinforcements_attack_speed_+%" } }, - [6497]={ + [6609]={ [1]={ [1]={ limit={ @@ -143055,7 +146312,7 @@ return { [1]="heist_reinforcements_cast_speed_+%" } }, - [6498]={ + [6610]={ [1]={ [1]={ limit={ @@ -143084,7 +146341,7 @@ return { [1]="heist_reinforcements_movements_speed_+%" } }, - [6499]={ + [6611]={ [1]={ [1]={ limit={ @@ -143113,7 +146370,7 @@ return { [1]="heist_side_reward_room_monsters_+%" } }, - [6500]={ + [6612]={ [1]={ [1]={ limit={ @@ -143138,7 +146395,7 @@ return { [1]="hellscape_extra_item_slots" } }, - [6501]={ + [6613]={ [1]={ [1]={ limit={ @@ -143163,7 +146420,7 @@ return { [1]="hellscape_extra_map_slots" } }, - [6502]={ + [6614]={ [1]={ [1]={ limit={ @@ -143179,7 +146436,7 @@ return { [1]="hellscaping_add_corruption_implicit_chance_%" } }, - [6503]={ + [6615]={ [1]={ [1]={ limit={ @@ -143195,7 +146452,7 @@ return { [1]="hellscaping_add_explicit_mod_chance_%" } }, - [6504]={ + [6616]={ [1]={ [1]={ limit={ @@ -143211,7 +146468,7 @@ return { [1]="hellscaping_additional_link_chance_%" } }, - [6505]={ + [6617]={ [1]={ [1]={ limit={ @@ -143227,7 +146484,7 @@ return { [1]="hellscaping_additional_socket_chance_%" } }, - [6506]={ + [6618]={ [1]={ [1]={ limit={ @@ -143243,7 +146500,7 @@ return { [1]="hellscaping_additional_upside_chance_%" } }, - [6507]={ + [6619]={ [1]={ [1]={ limit={ @@ -143259,7 +146516,7 @@ return { [1]="hellscaping_downsides_tier_downgrade_chance_%" } }, - [6508]={ + [6620]={ [1]={ [1]={ limit={ @@ -143275,7 +146532,7 @@ return { [1]="hellscaping_speed_+%_per_map_hellscape_tier" } }, - [6509]={ + [6621]={ [1]={ [1]={ limit={ @@ -143291,7 +146548,7 @@ return { [1]="armour_hellscaping_speed_+%" } }, - [6510]={ + [6622]={ [1]={ [1]={ limit={ @@ -143307,7 +146564,7 @@ return { [1]="jewellery_hellscaping_speed_+%" } }, - [6511]={ + [6623]={ [1]={ [1]={ limit={ @@ -143323,7 +146580,7 @@ return { [1]="map_hellscaping_speed_+%" } }, - [6512]={ + [6624]={ [1]={ [1]={ limit={ @@ -143339,7 +146596,7 @@ return { [1]="weapon_hellscaping_speed_+%" } }, - [6513]={ + [6625]={ [1]={ [1]={ limit={ @@ -143355,7 +146612,7 @@ return { [1]="quiver_hellscaping_speed_+%" } }, - [6514]={ + [6626]={ [1]={ [1]={ limit={ @@ -143371,7 +146628,7 @@ return { [1]="hellscaping_upgrade_mod_tier_chance_%" } }, - [6515]={ + [6627]={ [1]={ [1]={ limit={ @@ -143387,7 +146644,7 @@ return { [1]="hellscaping_upsides_tier_upgrade_chance_%" } }, - [6516]={ + [6628]={ [1]={ [1]={ limit={ @@ -143403,7 +146660,7 @@ return { [1]="helmet_mod_freeze_as_though_damage_+%_final" } }, - [6517]={ + [6629]={ [1]={ [1]={ limit={ @@ -143419,7 +146676,7 @@ return { [1]="helmet_mod_shock_as_though_damage_+%_final" } }, - [6518]={ + [6630]={ [1]={ [1]={ limit={ @@ -143448,7 +146705,7 @@ return { [1]="herald_effect_on_self_+%" } }, - [6519]={ + [6631]={ [1]={ [1]={ limit={ @@ -143464,7 +146721,7 @@ return { [1]="herald_mana_reservation_override_45%" } }, - [6520]={ + [6632]={ [1]={ [1]={ limit={ @@ -143493,7 +146750,7 @@ return { [1]="herald_of_agony_buff_drop_off_speed_+%" } }, - [6521]={ + [6633]={ [1]={ [1]={ limit={ @@ -143522,7 +146779,7 @@ return { [1]="herald_of_agony_buff_effect_+%" } }, - [6522]={ + [6634]={ [1]={ [1]={ [1]={ @@ -143559,7 +146816,7 @@ return { [1]="herald_of_agony_mana_reservation_efficiency_-2%_per_1" } }, - [6523]={ + [6635]={ [1]={ [1]={ limit={ @@ -143588,7 +146845,7 @@ return { [1]="herald_of_agony_mana_reservation_efficiency_+%" } }, - [6524]={ + [6636]={ [1]={ [1]={ limit={ @@ -143621,7 +146878,7 @@ return { [1]="herald_of_agony_mana_reservation_+%" } }, - [6525]={ + [6637]={ [1]={ [1]={ limit={ @@ -143650,7 +146907,7 @@ return { [1]="herald_of_ash_buff_effect_+%" } }, - [6526]={ + [6638]={ [1]={ [1]={ [1]={ @@ -143687,7 +146944,7 @@ return { [1]="herald_of_ash_mana_reservation_efficiency_-2%_per_1" } }, - [6527]={ + [6639]={ [1]={ [1]={ limit={ @@ -143716,7 +146973,7 @@ return { [1]="herald_of_ash_mana_reservation_efficiency_+%" } }, - [6528]={ + [6640]={ [1]={ [1]={ limit={ @@ -143745,7 +147002,7 @@ return { [1]="herald_of_ice_buff_effect_+%" } }, - [6529]={ + [6641]={ [1]={ [1]={ [1]={ @@ -143782,7 +147039,7 @@ return { [1]="herald_of_ice_mana_reservation_efficiency_-2%_per_1" } }, - [6530]={ + [6642]={ [1]={ [1]={ limit={ @@ -143811,7 +147068,7 @@ return { [1]="herald_of_ice_mana_reservation_efficiency_+%" } }, - [6531]={ + [6643]={ [1]={ [1]={ limit={ @@ -143827,7 +147084,7 @@ return { [1]="herald_of_light_and_dominating_blow_minions_use_holy_slam" } }, - [6532]={ + [6644]={ [1]={ [1]={ limit={ @@ -143856,7 +147113,7 @@ return { [1]="herald_of_light_buff_effect_+%" } }, - [6533]={ + [6645]={ [1]={ [1]={ limit={ @@ -143885,7 +147142,7 @@ return { [1]="herald_of_light_minion_area_of_effect_+%" } }, - [6534]={ + [6646]={ [1]={ [1]={ [1]={ @@ -143922,7 +147179,7 @@ return { [1]="herald_of_purity_mana_reservation_efficiency_-2%_per_1" } }, - [6535]={ + [6647]={ [1]={ [1]={ limit={ @@ -143951,7 +147208,7 @@ return { [1]="herald_of_purity_mana_reservation_efficiency_+%" } }, - [6536]={ + [6648]={ [1]={ [1]={ limit={ @@ -143984,7 +147241,7 @@ return { [1]="herald_of_purity_mana_reservation_+%" } }, - [6537]={ + [6649]={ [1]={ [1]={ limit={ @@ -144009,7 +147266,7 @@ return { [1]="herald_of_thunder_bolt_frequency_+%" } }, - [6538]={ + [6650]={ [1]={ [1]={ limit={ @@ -144038,7 +147295,7 @@ return { [1]="herald_of_thunder_buff_effect_+%" } }, - [6539]={ + [6651]={ [1]={ [1]={ [1]={ @@ -144075,7 +147332,7 @@ return { [1]="herald_of_thunder_mana_reservation_efficiency_-2%_per_1" } }, - [6540]={ + [6652]={ [1]={ [1]={ limit={ @@ -144104,7 +147361,7 @@ return { [1]="herald_of_thunder_mana_reservation_efficiency_+%" } }, - [6541]={ + [6653]={ [1]={ [1]={ limit={ @@ -144129,7 +147386,7 @@ return { [1]="herald_scorpion_number_of_additional_projectiles" } }, - [6542]={ + [6654]={ [1]={ [1]={ [1]={ @@ -144166,7 +147423,7 @@ return { [1]="herald_skills_mana_reservation_efficiency_-2%_per_1" } }, - [6543]={ + [6655]={ [1]={ [1]={ limit={ @@ -144195,7 +147452,7 @@ return { [1]="herald_skills_mana_reservation_efficiency_+%" } }, - [6544]={ + [6656]={ [1]={ [1]={ limit={ @@ -144224,7 +147481,7 @@ return { [1]="herald_skills_mana_reservation_+%" } }, - [6545]={ + [6657]={ [1]={ [1]={ limit={ @@ -144253,7 +147510,7 @@ return { [1]="hex_skill_duration_+%" } }, - [6546]={ + [6658]={ [1]={ [1]={ limit={ @@ -144282,7 +147539,7 @@ return { [1]="hexblast_damage_+%" } }, - [6547]={ + [6659]={ [1]={ [1]={ limit={ @@ -144298,7 +147555,7 @@ return { [1]="hexblast_%_chance_to_not_consume_hex" } }, - [6548]={ + [6660]={ [1]={ [1]={ limit={ @@ -144327,7 +147584,7 @@ return { [1]="hexblast_skill_area_of_effect_+%" } }, - [6549]={ + [6661]={ [1]={ [1]={ [1]={ @@ -144356,7 +147613,7 @@ return { [2]="hex_remove_at_effect_variance" } }, - [6550]={ + [6662]={ [1]={ [1]={ limit={ @@ -144372,7 +147629,7 @@ return { [1]="hexproof_if_right_ring_is_magic_item" } }, - [6551]={ + [6663]={ [1]={ [1]={ limit={ @@ -144388,7 +147645,7 @@ return { [1]="hierophant_area_of_effect_+%_per_50_unreserved_mana_up_to_100%" } }, - [6552]={ + [6664]={ [1]={ [1]={ limit={ @@ -144404,7 +147661,7 @@ return { [1]="hierophant_gain_arcane_surge_on_mana_use_threshold" } }, - [6553]={ + [6665]={ [1]={ [1]={ limit={ @@ -144433,7 +147690,7 @@ return { [1]="hierophant_mana_cost_+%_final" } }, - [6554]={ + [6666]={ [1]={ [1]={ limit={ @@ -144462,7 +147719,7 @@ return { [1]="hierophant_mana_reservation_+%_final" } }, - [6555]={ + [6667]={ [1]={ [1]={ limit={ @@ -144478,7 +147735,7 @@ return { [1]="hinder_chance_%_on_spreading_poioson" } }, - [6556]={ + [6668]={ [1]={ [1]={ limit={ @@ -144507,7 +147764,7 @@ return { [1]="hinder_duration_+%" } }, - [6557]={ + [6669]={ [1]={ [1]={ limit={ @@ -144536,7 +147793,7 @@ return { [1]="hinder_effect_on_self_+%" } }, - [6558]={ + [6670]={ [1]={ [1]={ limit={ @@ -144565,7 +147822,7 @@ return { [1]="hinder_enemy_chaos_damage_+%" } }, - [6559]={ + [6671]={ [1]={ [1]={ limit={ @@ -144594,7 +147851,65 @@ return { [1]="hinder_enemy_chaos_damage_taken_+%" } }, - [6560]={ + [6672]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Enemies Hindered by you take {0}% increased Elemental Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Enemies Hindered by you take {0}% reduced Elemental" + } + }, + stats={ + [1]="hinder_enemy_elemental_damage_taken_+%" + } + }, + [6673]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Enemies Hindered by you take {0}% increased Physical Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Enemies Hindered by you take {0}% reduced Physical Damage" + } + }, + stats={ + [1]="hinder_enemy_physical_damage_taken_+%" + } + }, + [6674]={ [1]={ [1]={ limit={ @@ -144623,7 +147938,7 @@ return { [1]="hit_damage_+%_vs_ignited_enemies" } }, - [6561]={ + [6675]={ [1]={ [1]={ limit={ @@ -144652,7 +147967,7 @@ return { [1]="hit_damage_electrocute_multiplier_+%" } }, - [6562]={ + [6676]={ [1]={ [1]={ limit={ @@ -144681,7 +147996,7 @@ return { [1]="hit_damage_electrocute_multiplier_+%_vs_shocked_enemies" } }, - [6563]={ + [6677]={ [1]={ [1]={ limit={ @@ -144710,7 +148025,94 @@ return { [1]="hit_damage_freeze_multiplier_+%_against_ignited_enemies" } }, - [6564]={ + [6678]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Freeze Buildup if you've consumed an Power Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Freeze Buildup if you've consumed an Power Charge Recently" + } + }, + stats={ + [1]="hit_damage_freeze_multiplier_+%_if_consumed_power_charge_recently" + } + }, + [6679]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Immobilisation buildup" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Immobilisation buildup" + } + }, + stats={ + [1]="hit_damage_immobilisation_multiplier_+%" + } + }, + [6680]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Immobilisation buildup against Constructs" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Immobilisation buildup against Constructs" + } + }, + stats={ + [1]="hit_damage_immobilisation_multiplier_+%_vs_constructs" + } + }, + [6681]={ [1]={ [1]={ limit={ @@ -144739,7 +148141,7 @@ return { [1]="hit_damage_pin_multiplier_+%" } }, - [6565]={ + [6682]={ [1]={ [1]={ limit={ @@ -144768,7 +148170,7 @@ return { [1]="hit_damage_+%" } }, - [6566]={ + [6683]={ [1]={ [1]={ limit={ @@ -144797,7 +148199,7 @@ return { [1]="hit_damage_+%_vs_bleeding_enemies" } }, - [6567]={ + [6684]={ [1]={ [1]={ limit={ @@ -144826,7 +148228,7 @@ return { [1]="hit_damage_+%_vs_blinded_enemies" } }, - [6568]={ + [6685]={ [1]={ [1]={ limit={ @@ -144855,7 +148257,7 @@ return { [1]="hit_damage_+%_vs_chilled_enemies" } }, - [6569]={ + [6686]={ [1]={ [1]={ limit={ @@ -144884,7 +148286,7 @@ return { [1]="hit_damage_+%_vs_cursed_enemies" } }, - [6570]={ + [6687]={ [1]={ [1]={ limit={ @@ -144913,7 +148315,7 @@ return { [1]="hit_damage_+%_vs_enemies_affected_by_ailments" } }, - [6571]={ + [6688]={ [1]={ [1]={ limit={ @@ -144942,7 +148344,7 @@ return { [1]="hit_damage_+%_vs_unique_enemies" } }, - [6572]={ + [6689]={ [1]={ [1]={ limit={ @@ -144951,23 +148353,27 @@ return { [2]="#" } }, - text="{0}% more Stun Buildup with Critical Hits" + text="{0}% increased Stun Buildup per 10 Tribute" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0}% less Stun Buildup with Critical Hits" + text="{0}% reduced Stun Buildup per 10 Tribute" } }, stats={ - [1]="hit_damage_stun_multiplier_+%_final_with_crits" + [1]="hit_damage_stun_multiplier_+%_per_10_tribute" } }, - [6573]={ + [6690]={ [1]={ [1]={ limit={ @@ -144996,7 +148402,7 @@ return { [1]="hit_damage_stun_multiplier_+%_vs_enemies_at_close_range" } }, - [6574]={ + [6691]={ [1]={ [1]={ limit={ @@ -145021,7 +148427,7 @@ return { [1]="hit_damage_stun_multiplier_+%_vs_enemies_on_low_life" } }, - [6575]={ + [6692]={ [1]={ [1]={ limit={ @@ -145046,7 +148452,7 @@ return { [1]="hit_for_%_max_life_es_on_max_infernal_flame" } }, - [6576]={ + [6693]={ [1]={ [1]={ limit={ @@ -145062,7 +148468,7 @@ return { [1]="hit_for_%_of_infernal_flame_on_max_infernal_flame" } }, - [6577]={ + [6694]={ [1]={ [1]={ limit={ @@ -145078,7 +148484,7 @@ return { [1]="hits_against_you_overwhelm_x%_of_physical_damage_reduction" } }, - [6578]={ + [6695]={ [1]={ [1]={ limit={ @@ -145094,7 +148500,23 @@ return { [1]="hits_cannot_be_evaded_vs_blinded_enemies" } }, - [6579]={ + [6696]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Hits cannot be Evaded by Heavy Stunned Enemies" + } + }, + stats={ + [1]="hits_cannot_be_evaded_vs_heavy_stunned_enemies" + } + }, + [6697]={ [1]={ [1]={ limit={ @@ -145110,7 +148532,7 @@ return { [1]="hits_from_maces_and_sceptres_crush_enemies" } }, - [6580]={ + [6698]={ [1]={ [1]={ limit={ @@ -145126,7 +148548,7 @@ return { [1]="hits_ignore_elemental_resistances_vs_frozen_enemies" } }, - [6581]={ + [6699]={ [1]={ [1]={ limit={ @@ -145142,7 +148564,7 @@ return { [1]="hits_ignore_enemy_chaos_resistance_if_all_elder_items_equipped" } }, - [6582]={ + [6700]={ [1]={ [1]={ limit={ @@ -145158,7 +148580,7 @@ return { [1]="hits_ignore_enemy_chaos_resistance_if_all_shaper_items_equipped" } }, - [6583]={ + [6701]={ [1]={ [1]={ limit={ @@ -145174,7 +148596,7 @@ return { [1]="hits_ignore_enemy_fire_resistance_while_you_are_ignited" } }, - [6584]={ + [6702]={ [1]={ [1]={ limit={ @@ -145190,7 +148612,7 @@ return { [1]="hits_ignore_enemy_monster_physical_damage_reduction_if_blocked_in_past_20_seconds" } }, - [6585]={ + [6703]={ [1]={ [1]={ limit={ @@ -145215,7 +148637,23 @@ return { [1]="hits_ignore_enemy_monster_physical_damage_reduction_%_chance" } }, - [6586]={ + [6704]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Hits that inflict Bleeding consume Pinned to gain {0}% increased Magnitude of Bleeding inflicted" + } + }, + stats={ + [1]="hits_that_cause_bleeding_consume_pinned_to_gain_bleeding_effect_+%" + } + }, + [6705]={ [1]={ [1]={ limit={ @@ -145231,7 +148669,7 @@ return { [1]="hits_treat_enemy_cold_resistance_as_x%" } }, - [6587]={ + [6706]={ [1]={ [1]={ limit={ @@ -145247,7 +148685,7 @@ return { [1]="hits_treat_enemy_fire_resistance_as_x%" } }, - [6588]={ + [6707]={ [1]={ [1]={ limit={ @@ -145263,7 +148701,7 @@ return { [1]="hits_treat_enemy_lightning_resistance_as_x%" } }, - [6589]={ + [6708]={ [1]={ [1]={ limit={ @@ -145279,7 +148717,7 @@ return { [1]="holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond" } }, - [6590]={ + [6709]={ [1]={ [1]={ limit={ @@ -145295,7 +148733,7 @@ return { [1]="holy_path_teleport_range_+%" } }, - [6591]={ + [6710]={ [1]={ [1]={ limit={ @@ -145324,7 +148762,7 @@ return { [1]="holy_relic_area_of_effect_+%" } }, - [6592]={ + [6711]={ [1]={ [1]={ limit={ @@ -145340,7 +148778,7 @@ return { [1]="holy_relic_buff_effect_+%" } }, - [6593]={ + [6712]={ [1]={ [1]={ limit={ @@ -145373,7 +148811,7 @@ return { [1]="holy_relic_cooldown_recovery_+%" } }, - [6594]={ + [6713]={ [1]={ [1]={ limit={ @@ -145402,7 +148840,7 @@ return { [1]="holy_relic_damage_+%" } }, - [6595]={ + [6714]={ [1]={ [1]={ limit={ @@ -145431,7 +148869,7 @@ return { [1]="hydro_sphere_pulse_frequency_+%" } }, - [6596]={ + [6715]={ [1]={ [1]={ limit={ @@ -145447,7 +148885,7 @@ return { [1]="ice_and_lightning_trap_base_penetrate_elemental_resistances_%" } }, - [6597]={ + [6716]={ [1]={ [1]={ limit={ @@ -145463,7 +148901,7 @@ return { [1]="ice_and_lightning_trap_can_be_triggered_by_warcries" } }, - [6598]={ + [6717]={ [1]={ [1]={ limit={ @@ -145479,7 +148917,7 @@ return { [1]="ice_and_lightning_traps_cannot_be_triggered_by_enemies" } }, - [6599]={ + [6718]={ [1]={ [1]={ limit={ @@ -145495,7 +148933,7 @@ return { [1]="ice_crash_and_glacial_hammer_enemies_covered_in_frost_as_unfrozen" } }, - [6600]={ + [6719]={ [1]={ [1]={ limit={ @@ -145524,7 +148962,7 @@ return { [1]="ice_crash_first_stage_damage_+%_final" } }, - [6601]={ + [6720]={ [1]={ [1]={ limit={ @@ -145553,7 +148991,7 @@ return { [1]="ice_crystal_maximum_life_+%" } }, - [6602]={ + [6721]={ [1]={ [1]={ limit={ @@ -145586,7 +149024,7 @@ return { [1]="ice_dash_cooldown_speed_+%" } }, - [6603]={ + [6722]={ [1]={ [1]={ limit={ @@ -145615,7 +149053,7 @@ return { [1]="ice_dash_duration_+%" } }, - [6604]={ + [6723]={ [1]={ [1]={ limit={ @@ -145644,7 +149082,7 @@ return { [1]="ice_dash_travel_distance_+%" } }, - [6605]={ + [6724]={ [1]={ [1]={ limit={ @@ -145660,7 +149098,7 @@ return { [1]="ice_nova_chill_minimum_slow_%" } }, - [6606]={ + [6725]={ [1]={ [1]={ limit={ @@ -145689,7 +149127,7 @@ return { [1]="ice_shot_additional_pierce_per_10_old" } }, - [6607]={ + [6726]={ [1]={ [1]={ limit={ @@ -145718,7 +149156,7 @@ return { [1]="ice_shot_area_angle_+%" } }, - [6608]={ + [6727]={ [1]={ [1]={ limit={ @@ -145743,7 +149181,7 @@ return { [1]="ice_shot_pierce_+" } }, - [6609]={ + [6728]={ [1]={ [1]={ limit={ @@ -145772,7 +149210,7 @@ return { [1]="ice_siphon_trap_chill_effect_+%" } }, - [6610]={ + [6729]={ [1]={ [1]={ limit={ @@ -145801,7 +149239,7 @@ return { [1]="ice_siphon_trap_damage_+%" } }, - [6611]={ + [6730]={ [1]={ [1]={ limit={ @@ -145834,7 +149272,7 @@ return { [1]="ice_siphon_trap_damage_taken_+%_per_beam" } }, - [6612]={ + [6731]={ [1]={ [1]={ limit={ @@ -145863,7 +149301,7 @@ return { [1]="ice_siphon_trap_duration_+%" } }, - [6613]={ + [6732]={ [1]={ [1]={ limit={ @@ -145879,7 +149317,7 @@ return { [1]="ice_spear_and_ball_lightning_projectiles_nova" } }, - [6614]={ + [6733]={ [1]={ [1]={ limit={ @@ -145895,7 +149333,7 @@ return { [1]="ice_spear_and_ball_lightning_projectiles_return" } }, - [6615]={ + [6734]={ [1]={ [1]={ limit={ @@ -145928,7 +149366,7 @@ return { [1]="ice_spear_distance_before_form_change_+%" } }, - [6616]={ + [6735]={ [1]={ [1]={ limit={ @@ -145953,7 +149391,7 @@ return { [1]="ice_spear_number_of_additional_projectiles" } }, - [6617]={ + [6736]={ [1]={ [1]={ limit={ @@ -145969,7 +149407,7 @@ return { [1]="ice_trap_cold_resistance_penetration_%" } }, - [6618]={ + [6737]={ [1]={ [1]={ limit={ @@ -145985,7 +149423,7 @@ return { [1]="ignite_as_though_dealing_X_damage_in_your_presence" } }, - [6619]={ + [6738]={ [1]={ [1]={ limit={ @@ -145994,7 +149432,7 @@ return { [2]="#" } }, - text="{0}% increased effect of Ignite on you" + text="{0}% increased Magnitude of Ignite on you" }, [2]={ [1]={ @@ -146011,14 +149449,14 @@ return { [2]=-1 } }, - text="{0}% reduced effect of Ignite on you" + text="{0}% reduced Magnitude of Ignite on you" } }, stats={ [1]="ignite_effect_on_self_+%" } }, - [6620]={ + [6739]={ [1]={ [1]={ limit={ @@ -146027,7 +149465,7 @@ return { [2]="#" } }, - text="{0}% increased Magnitude of Ignite you inflict" + text="{0}% increased Magnitude of Ignite against Frozen enemies" }, [2]={ [1]={ @@ -146040,14 +149478,14 @@ return { [2]=-1 } }, - text="{0}% reduced Magnitude of Ignite you inflict" + text="{0}% reduced Magnitude of Ignite against Frozen enemies" } }, stats={ - [1]="base_ignite_effect_+%" + [1]="ignite_effect_+%_against_frozen_enemies" } }, - [6621]={ + [6740]={ [1]={ [1]={ limit={ @@ -146056,7 +149494,7 @@ return { [2]="#" } }, - text="{0}% increased Magnitude of Ignite against Frozen enemies" + text="{0}% increased Magnitude of Ignite if you've consumed an Endurance Charge Recently" }, [2]={ [1]={ @@ -146069,14 +149507,14 @@ return { [2]=-1 } }, - text="{0}% reduced Magnitude of Ignite against Frozen enemies" + text="{0}% reduced Magnitude of Ignite if you've consumed an Endurance Charge Recently" } }, stats={ - [1]="ignite_effect_+%_against_frozen_enemies" + [1]="ignite_effect_+%_if_consumed_endurance_charge_recently" } }, - [6622]={ + [6741]={ [1]={ [1]={ limit={ @@ -146105,7 +149543,7 @@ return { [1]="ignite_shock_chill_duration_+%" } }, - [6623]={ + [6742]={ [1]={ [1]={ limit={ @@ -146121,7 +149559,7 @@ return { [1]="ignites_and_chill_apply_elemental_resistance_+" } }, - [6624]={ + [6743]={ [1]={ [1]={ limit={ @@ -146137,7 +149575,23 @@ return { [1]="ignites_apply_fire_resistance_+" } }, - [6625]={ + [6744]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ignore all Movement Penalties from Armour if you have at least 100 Tribute" + } + }, + stats={ + [1]="ignore_armour_movement_penalties_if_you_have_at_least_100_tribute" + } + }, + [6745]={ [1]={ [1]={ limit={ @@ -146153,7 +149607,7 @@ return { [1]="ignore_strength_requirements_of_melee_weapons_and_skills" } }, - [6626]={ + [6746]={ [1]={ [1]={ limit={ @@ -146169,7 +149623,7 @@ return { [1]="ignores_enemy_cold_resistance" } }, - [6627]={ + [6747]={ [1]={ [1]={ limit={ @@ -146185,7 +149639,7 @@ return { [1]="ignores_enemy_fire_resistance" } }, - [6628]={ + [6748]={ [1]={ [1]={ limit={ @@ -146201,7 +149655,7 @@ return { [1]="ignores_enemy_lightning_resistance" } }, - [6629]={ + [6749]={ [1]={ [1]={ limit={ @@ -146226,7 +149680,7 @@ return { [1]="imbue_weapon_max_exerts" } }, - [6630]={ + [6750]={ [1]={ [1]={ limit={ @@ -146255,7 +149709,7 @@ return { [1]="immortal_call_buff_effect_duration_+%_per_removable_endurance_charge" } }, - [6631]={ + [6751]={ [1]={ [1]={ [1]={ @@ -146288,7 +149742,7 @@ return { [1]="immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad" } }, - [6632]={ + [6752]={ [1]={ [1]={ limit={ @@ -146304,7 +149758,7 @@ return { [1]="immune_to_bleeding_if_helmet_grants_higher_armour_than_evasion" } }, - [6633]={ + [6753]={ [1]={ [1]={ limit={ @@ -146320,7 +149774,39 @@ return { [1]="immune_to_burning_shocks_and_chilled_ground" } }, - [6634]={ + [6754]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Chill if a majority of your Socketed Support Gems are Blue" + } + }, + stats={ + [1]="immune_to_chill_if_majority_blue_supports_socketed" + } + }, + [6755]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Corrupted Blood" + } + }, + stats={ + [1]="immune_to_corrupted_blood" + } + }, + [6756]={ [1]={ [1]={ limit={ @@ -146336,7 +149822,7 @@ return { [1]="immune_to_curses_if_cast_dispair_in_past_10_seconds" } }, - [6635]={ + [6757]={ [1]={ [1]={ limit={ @@ -146352,7 +149838,7 @@ return { [1]="immune_to_curses_on_killing_cursed_enemy_for_remaining_duration_of_curse" } }, - [6636]={ + [6758]={ [1]={ [1]={ limit={ @@ -146368,7 +149854,7 @@ return { [1]="immune_to_curses_while_at_least_X_rage" } }, - [6637]={ + [6759]={ [1]={ [1]={ limit={ @@ -146384,7 +149870,7 @@ return { [1]="immune_to_curses_while_channelling" } }, - [6638]={ + [6760]={ [1]={ [1]={ limit={ @@ -146400,7 +149886,7 @@ return { [1]="immune_to_elemental_ailments_while_on_consecrated_ground" } }, - [6639]={ + [6761]={ [1]={ [1]={ limit={ @@ -146416,7 +149902,7 @@ return { [1]="immune_to_elemental_ailments_while_on_consecrated_ground_at_devotion_threshold" } }, - [6640]={ + [6762]={ [1]={ [1]={ limit={ @@ -146432,7 +149918,7 @@ return { [1]="immune_to_elemental_ailments_while_you_have_arcane_surge" } }, - [6641]={ + [6763]={ [1]={ [1]={ limit={ @@ -146448,7 +149934,7 @@ return { [1]="immune_to_exposure" } }, - [6642]={ + [6764]={ [1]={ [1]={ limit={ @@ -146464,7 +149950,7 @@ return { [1]="immune_to_exposure_if_cast_elemental_weakness_in_past_10_seconds" } }, - [6643]={ + [6765]={ [1]={ [1]={ limit={ @@ -146480,7 +149966,23 @@ return { [1]="immune_to_freeze_and_chill_while_ignited" } }, - [6644]={ + [6766]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Freeze and Chill while affected by Ice Archon" + } + }, + stats={ + [1]="immune_to_freeze_chill_while_ice_archon" + } + }, + [6767]={ [1]={ [1]={ limit={ @@ -146496,7 +149998,7 @@ return { [1]="immune_to_freeze_while_affected_by_purity_of_ice" } }, - [6645]={ + [6768]={ [1]={ [1]={ limit={ @@ -146512,7 +150014,7 @@ return { [1]="immune_to_hinder" } }, - [6646]={ + [6769]={ [1]={ [1]={ limit={ @@ -146528,7 +150030,23 @@ return { [1]="immune_to_ignite_and_shock" } }, - [6647]={ + [6770]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Ignite if a majority of your Socketed Support Gems are Red" + } + }, + stats={ + [1]="immune_to_ignite_if_majority_red_supports_socketed" + } + }, + [6771]={ [1]={ [1]={ limit={ @@ -146544,7 +150062,23 @@ return { [1]="immune_to_ignite_while_affected_by_purity_of_fire" } }, - [6648]={ + [6772]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Ignite while affected by Flame Archon" + } + }, + stats={ + [1]="immune_to_ignite_while_flame_archon" + } + }, + [6773]={ [1]={ [1]={ limit={ @@ -146560,7 +150094,7 @@ return { [1]="immune_to_maim" } }, - [6649]={ + [6774]={ [1]={ [1]={ limit={ @@ -146576,7 +150110,7 @@ return { [1]="immune_to_poison_if_helmet_grants_higher_evasion_than_armour" } }, - [6650]={ + [6775]={ [1]={ [1]={ limit={ @@ -146592,7 +150126,23 @@ return { [1]="immune_to_reflect_damage_if_cast_punishment_in_past_10_seconds" } }, - [6651]={ + [6776]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Shock if a majority of your Socketed Support Gems are Green" + } + }, + stats={ + [1]="immune_to_shock_if_majority_green_supports_socketed" + } + }, + [6777]={ [1]={ [1]={ limit={ @@ -146608,7 +150158,23 @@ return { [1]="immune_to_shock_while_affected_by_purity_of_lightning" } }, - [6652]={ + [6778]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Immune to Shock while affected by Lightning Archon" + } + }, + stats={ + [1]="immune_to_shock_while_lightning_archon" + } + }, + [6779]={ [1]={ [1]={ limit={ @@ -146624,7 +150190,7 @@ return { [1]="immune_to_status_ailments_while_focused" } }, - [6653]={ + [6780]={ [1]={ [1]={ limit={ @@ -146640,7 +150206,7 @@ return { [1]="immune_to_thorns_damage" } }, - [6654]={ + [6781]={ [1]={ [1]={ limit={ @@ -146656,7 +150222,7 @@ return { [1]="immune_to_wither" } }, - [6655]={ + [6782]={ [1]={ [1]={ limit={ @@ -146672,7 +150238,7 @@ return { [1]="impacting_steel_%_chance_to_not_consume_ammo" } }, - [6656]={ + [6783]={ [1]={ [1]={ limit={ @@ -146701,7 +150267,7 @@ return { [1]="impale_inflicted_by_two_handed_weapons_magnitude_+%" } }, - [6657]={ + [6784]={ [1]={ [1]={ limit={ @@ -146730,7 +150296,7 @@ return { [1]="impale_magnitude_+%" } }, - [6658]={ + [6785]={ [1]={ [1]={ limit={ @@ -146759,7 +150325,7 @@ return { [1]="impale_magnitude_+%_for_impales_inflicted_by_two_handed_weapons_on_non_impaled_enemies" } }, - [6659]={ + [6786]={ [1]={ [1]={ limit={ @@ -146788,7 +150354,7 @@ return { [1]="impale_magnitude_+%_for_impales_inflicted_on_non_impaled_enemies" } }, - [6660]={ + [6787]={ [1]={ [1]={ limit={ @@ -146813,7 +150379,7 @@ return { [1]="impale_on_hit_%_chance" } }, - [6661]={ + [6788]={ [1]={ [1]={ limit={ @@ -146829,7 +150395,7 @@ return { [1]="impale_on_hit_%_chance_with_axes_swords" } }, - [6662]={ + [6789]={ [1]={ [1]={ limit={ @@ -146845,7 +150411,7 @@ return { [1]="impending_doom_base_added_chaos_damage_%_of_current_mana" } }, - [6663]={ + [6790]={ [1]={ [1]={ limit={ @@ -146874,7 +150440,7 @@ return { [1]="impurity_cold_damage_taken_+%_final" } }, - [6664]={ + [6791]={ [1]={ [1]={ limit={ @@ -146903,7 +150469,7 @@ return { [1]="impurity_fire_damage_taken_+%_final" } }, - [6665]={ + [6792]={ [1]={ [1]={ limit={ @@ -146932,7 +150498,7 @@ return { [1]="impurity_lightning_damage_taken_+%_final" } }, - [6666]={ + [6793]={ [1]={ [1]={ limit={ @@ -146948,7 +150514,7 @@ return { [1]="incinerate_starts_with_X_additional_stages" } }, - [6667]={ + [6794]={ [1]={ [1]={ limit={ @@ -146977,7 +150543,7 @@ return { [1]="incision_effect_+%" } }, - [6668]={ + [6795]={ [1]={ [1]={ limit={ @@ -146993,7 +150559,7 @@ return { [1]="incision_you_inflict_applies_%_increased_physical_damage_taken" } }, - [6669]={ + [6796]={ [1]={ [1]={ limit={ @@ -147009,7 +150575,7 @@ return { [1]="increase_crit_chance_by_lowest_of_str_or_int" } }, - [6670]={ + [6797]={ [1]={ [1]={ limit={ @@ -147034,7 +150600,7 @@ return { [1]="infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance" } }, - [6671]={ + [6798]={ [1]={ [1]={ limit={ @@ -147050,7 +150616,7 @@ return { [1]="infernal_blow_infernal_blow_explosion_damage_%_of_total_per_stack" } }, - [6672]={ + [6799]={ [1]={ [1]={ limit={ @@ -147066,7 +150632,7 @@ return { [1]="infernal_cry_area_of_effect_+%" } }, - [6673]={ + [6800]={ [1]={ [1]={ limit={ @@ -147082,7 +150648,7 @@ return { [1]="infernal_cry_cooldown_speed_+%" } }, - [6674]={ + [6801]={ [1]={ }, stats={ @@ -147090,7 +150656,7 @@ return { [2]="infernal_familiar_total_burn_radius" } }, - [6675]={ + [6802]={ [1]={ [1]={ limit={ @@ -147106,7 +150672,7 @@ return { [1]="infernal_familiar_nearby_enemies_fire_damage_taken_+%" } }, - [6676]={ + [6803]={ [1]={ [1]={ [1]={ @@ -147126,7 +150692,7 @@ return { [1]="infernal_familiar_revive_if_killed_by_enemies_ms" } }, - [6677]={ + [6804]={ [1]={ [1]={ limit={ @@ -147142,7 +150708,7 @@ return { [1]="infernalist_burn_life_and_es_%_per_second_if_crit_recently" } }, - [6678]={ + [6805]={ [1]={ [1]={ limit={ @@ -147167,7 +150733,7 @@ return { [1]="infernalist_critical_strike_chance_+%_final" } }, - [6679]={ + [6806]={ [1]={ [1]={ limit={ @@ -147196,7 +150762,7 @@ return { [1]="infernalist_critical_strike_multiplier_+%_final" } }, - [6680]={ + [6807]={ [1]={ [1]={ limit={ @@ -147205,30 +150771,14 @@ return { [2]="#" } }, - text="Infinite Projectile Parry Range" - } - }, - stats={ - [1]="infinite_parry_blocked_projectile_distance" - } - }, - [6681]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Inflict Fire, Cold and Lightning Exposure on Enemies when you Suppress their Spell Damage" + text="Infinite Parry Range" } }, stats={ - [1]="inflict_all_exposure_on_enemies_when_suppressing_their_spell" + [1]="infinite_active_block_distance" } }, - [6682]={ + [6808]={ [1]={ [1]={ limit={ @@ -147244,7 +150794,7 @@ return { [1]="inflict_all_exposure_on_hit" } }, - [6683]={ + [6809]={ [1]={ [1]={ limit={ @@ -147260,7 +150810,7 @@ return { [1]="inflict_cold_exposure_if_cast_frostbite_in_past_10_seconds" } }, - [6684]={ + [6810]={ [1]={ [1]={ limit={ @@ -147285,7 +150835,7 @@ return { [1]="inflict_cold_exposure_on_hit_%_chance_at_devotion_threshold" } }, - [6685]={ + [6811]={ [1]={ [1]={ limit={ @@ -147301,7 +150851,7 @@ return { [1]="inflict_cold_exposure_on_ignite" } }, - [6686]={ + [6812]={ [1]={ [1]={ limit={ @@ -147317,7 +150867,7 @@ return { [1]="inflict_fire_exposure_if_cast_flammability_in_past_10_seconds" } }, - [6687]={ + [6813]={ [1]={ [1]={ limit={ @@ -147342,7 +150892,7 @@ return { [1]="inflict_fire_exposure_on_hit_%_chance_at_devotion_threshold" } }, - [6688]={ + [6814]={ [1]={ [1]={ limit={ @@ -147358,7 +150908,7 @@ return { [1]="inflict_fire_exposure_on_hits_that_heavy_stun" } }, - [6689]={ + [6815]={ [1]={ [1]={ limit={ @@ -147374,7 +150924,7 @@ return { [1]="inflict_fire_exposure_on_shock" } }, - [6690]={ + [6816]={ [1]={ [1]={ limit={ @@ -147390,7 +150940,7 @@ return { [1]="inflict_lightning_exposure_if_cast_conductivity_in_past_10_seconds" } }, - [6691]={ + [6817]={ [1]={ [1]={ limit={ @@ -147406,7 +150956,23 @@ return { [1]="inflict_lightning_exposure_on_crit" } }, - [6692]={ + [6818]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Inflict Lightning Exposure for {0} seconds when you Electrocute an Enemy" + } + }, + stats={ + [1]="inflict_lightning_exposure_on_electrocute_for_x_seconds" + } + }, + [6819]={ [1]={ [1]={ limit={ @@ -147431,7 +150997,7 @@ return { [1]="inflict_lightning_exposure_on_hit_%_chance_at_devotion_threshold" } }, - [6693]={ + [6820]={ [1]={ [1]={ limit={ @@ -147447,7 +151013,7 @@ return { [1]="inflict_withered_for_2_seconds_on_hit_if_cast_dispair_in_past_10_seconds" } }, - [6694]={ + [6821]={ [1]={ [1]={ limit={ @@ -147472,7 +151038,7 @@ return { [1]="inflict_withered_for_x_seconds_on_unwithered_enemies_when_they_enter_your_presence" } }, - [6695]={ + [6822]={ [1]={ [1]={ limit={ @@ -147497,7 +151063,7 @@ return { [1]="inflicted_with_cold_exposure_on_taking_damage_from_cold_damage_hit_chance_%" } }, - [6696]={ + [6823]={ [1]={ [1]={ limit={ @@ -147522,7 +151088,7 @@ return { [1]="inflicted_with_fire_exposure_on_taking_damage_from_fire_damage_hit_chance_%" } }, - [6697]={ + [6824]={ [1]={ [1]={ limit={ @@ -147547,7 +151113,7 @@ return { [1]="inflicted_with_lightning_exposure_on_taking_damage_from_lightning_damage_hit_chance_%" } }, - [6698]={ + [6825]={ [1]={ [1]={ limit={ @@ -147572,7 +151138,7 @@ return { [1]="inflicted_with_random_exposure_on_taking_damage_from_elemental_hit_chance_%" } }, - [6699]={ + [6826]={ [1]={ [1]={ limit={ @@ -147597,32 +151163,7 @@ return { [1]="inflicted_with_wither_for_2_seconds_on_taking_chaos_damage_from_hit_chance_%" } }, - [6700]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="When your weapon gains Infusion {0}% chance to gain an additional Infusion of the same type" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="When your weapon gains Infusion gain an additional Infusion of the same type" - } - }, - stats={ - [1]="infusion_%_chance_to_gain_additional_infusion_charge" - } - }, - [6701]={ + [6827]={ [1]={ [1]={ limit={ @@ -147651,7 +151192,7 @@ return { [1]="infusion_blast_area_of_effect_+%" } }, - [6702]={ + [6828]={ [1]={ [1]={ limit={ @@ -147680,7 +151221,7 @@ return { [1]="infusion_blast_damage_+%" } }, - [6703]={ + [6829]={ [1]={ [1]={ limit={ @@ -147689,7 +151230,7 @@ return { [2]="#" } }, - text="{0}% increased Infusion Duration" + text="{0}% increased Elemental Infusion duration" }, [2]={ [1]={ @@ -147702,14 +151243,14 @@ return { [2]=-1 } }, - text="{0}% reduced Infusion Duration" + text="{0}% reduced Elemental Infusion duration" } }, stats={ [1]="infusion_duration_+%" } }, - [6704]={ + [6830]={ [1]={ [1]={ limit={ @@ -147718,7 +151259,7 @@ return { [2]="#" } }, - text="{0}% increased Effect of Infusion" + text="{0}% more Attack Damage for each Non-Instant Spell you've Cast in the past 8 seconds, up to a maximum of 30%" }, [2]={ [1]={ @@ -147731,14 +151272,14 @@ return { [2]=-1 } }, - text="{0}% reduced Effect of Infusion" + text="{0}% less Attack Damage for each Non-Instant Spell you've Cast in the past 8 seconds" } }, stats={ - [1]="infusion_effect_+%" + [1]="inquisitor_attack_damage_+%_final_per_non_instant_spell_cast_in_8_seconds_max_30%" } }, - [6705]={ + [6831]={ [1]={ [1]={ limit={ @@ -147747,7 +151288,7 @@ return { [2]="#" } }, - text="{0}% more Attack Damage for each Non-Instant Spell you've Cast in the past 8 seconds, up to a maximum of 30%" + text="{0}% increased Inspiration Charge Duration" }, [2]={ [1]={ @@ -147760,43 +151301,39 @@ return { [2]=-1 } }, - text="{0}% less Attack Damage for each Non-Instant Spell you've Cast in the past 8 seconds" + text="{0}% reduced Inspiration Charge Duration" } }, stats={ - [1]="inquisitor_attack_damage_+%_final_per_non_instant_spell_cast_in_8_seconds_max_30%" + [1]="inspiration_charge_duration_+%" } }, - [6706]={ + [6832]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]="#" + [2]=99 } }, - text="{0}% increased Inspiration Charge Duration" + text="When your weapon gains Infusion {0}% chance to gain an additional Infusion of the same type" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ - [1]="#", - [2]=-1 + [1]=100, + [2]="#" } }, - text="{0}% reduced Inspiration Charge Duration" + text="When your weapon gains Infusion gain an additional Infusion of the same type" } }, stats={ - [1]="inspiration_charge_duration_+%" + [1]="instilling_%_chance_to_gain_additional_instilling_stack" } }, - [6707]={ + [6833]={ [1]={ [1]={ limit={ @@ -147812,7 +151349,7 @@ return { [1]="intelligence_is_0" } }, - [6708]={ + [6834]={ [1]={ [1]={ limit={ @@ -147828,7 +151365,7 @@ return { [1]="intelligence_skill_gem_level_+" } }, - [6709]={ + [6835]={ [1]={ [1]={ limit={ @@ -147857,7 +151394,7 @@ return { [1]="intensity_loss_frequency_while_moving_+%" } }, - [6710]={ + [6836]={ [1]={ [1]={ limit={ @@ -147873,7 +151410,7 @@ return { [1]="intimidate_enemies_for_4_seconds_on_block_while_holding_a_shield" } }, - [6711]={ + [6837]={ [1]={ [1]={ limit={ @@ -147889,7 +151426,7 @@ return { [1]="intimidate_enemies_on_hit_if_cast_punishment_in_past_10_seconds" } }, - [6712]={ + [6838]={ [1]={ [1]={ [1]={ @@ -147922,7 +151459,7 @@ return { [1]="intimidate_enemy_on_block_for_duration_ms" } }, - [6713]={ + [6839]={ [1]={ [1]={ [1]={ @@ -147942,7 +151479,7 @@ return { [1]="intimidate_nearby_enemies_on_use_for_ms" } }, - [6714]={ + [6840]={ [1]={ [1]={ limit={ @@ -147967,7 +151504,7 @@ return { [1]="intimidate_on_hit_chance_with_attacks_while_at_maximum_endurance_charges_%" } }, - [6715]={ + [6841]={ [1]={ [1]={ limit={ @@ -147983,7 +151520,7 @@ return { [1]="intimidating_cry_area_of_effect_+%" } }, - [6716]={ + [6842]={ [1]={ [1]={ limit={ @@ -147999,7 +151536,7 @@ return { [1]="intimidating_cry_cooldown_speed_+%" } }, - [6717]={ + [6843]={ [1]={ [1]={ limit={ @@ -148028,7 +151565,139 @@ return { [1]="intuitive_link_duration_+%" } }, - [6718]={ + [6844]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Invocated skills have {0}% increased Maximum Energy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Invocated skills have {0}% reduced Maximum Energy" + } + }, + stats={ + [1]="invocation_skill_maximum_energy_+%" + } + }, + [6845]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Invocated Spells have {0}% chance to consume half as much Energy" + } + }, + stats={ + [1]="invocation_spell_chance_to_cost_half_energy_%" + } + }, + [6846]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Invocated Spells have {0}% increased Critical Hit Chance" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Invocated Spells have {0}% reduced Critical Hit Chance" + } + }, + stats={ + [1]="invocation_spell_critical_strike_chance_+%" + } + }, + [6847]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Invocation Spells have {0}% increased Critical Damage Bonus" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Invocation Spells have {0}% reduced Critical Damage Bonus" + } + }, + stats={ + [1]="invocation_spell_critical_strike_multiplier_+" + } + }, + [6848]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Invocated Spells deal {0}% increased Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Invocated Spells deal {0}% reduced Damage" + } + }, + stats={ + [1]="invocation_spell_damage_+%" + } + }, + [6849]={ [1]={ [1]={ limit={ @@ -148053,7 +151722,7 @@ return { [1]="is_blighted_map" } }, - [6719]={ + [6850]={ [1]={ [1]={ limit={ @@ -148082,7 +151751,7 @@ return { [1]="item_found_quantity_+%_per_chest_opened_recently" } }, - [6720]={ + [6851]={ [1]={ [1]={ limit={ @@ -148098,7 +151767,7 @@ return { [1]="item_found_rarity_+1%_per_X_rampage_stacks" } }, - [6721]={ + [6852]={ [1]={ [1]={ limit={ @@ -148127,7 +151796,7 @@ return { [1]="jagged_ground_duration_+%" } }, - [6722]={ + [6853]={ [1]={ [1]={ limit={ @@ -148156,7 +151825,7 @@ return { [1]="jagged_ground_effect_+%" } }, - [6723]={ + [6854]={ [1]={ [1]={ limit={ @@ -148185,7 +151854,7 @@ return { [1]="jagged_ground_enemy_damage_taken_+%" } }, - [6724]={ + [6855]={ [1]={ [1]={ [1]={ @@ -148205,7 +151874,7 @@ return { [1]="kaoms_primacy_gain_rage_on_attack_crit_cooldown_ms" } }, - [6725]={ + [6856]={ [1]={ [1]={ limit={ @@ -148221,7 +151890,7 @@ return { [1]="keystone_shepherd_of_souls" } }, - [6726]={ + [6857]={ [1]={ [1]={ limit={ @@ -148246,7 +151915,7 @@ return { [1]="killed_enemies_apply_impale_damage_to_nearby_enemies_on_death_%_chance" } }, - [6727]={ + [6858]={ [1]={ [1]={ limit={ @@ -148271,7 +151940,7 @@ return { [1]="kills_count_twice_for_rampage_%" } }, - [6728]={ + [6859]={ [1]={ [1]={ limit={ @@ -148287,7 +151956,7 @@ return { [1]="kinetic_blast_projectiles_gain_%_aoe_after_forking" } }, - [6729]={ + [6860]={ [1]={ [1]={ limit={ @@ -148316,7 +151985,7 @@ return { [1]="kinetic_bolt_attack_speed_+%" } }, - [6730]={ + [6861]={ [1]={ [1]={ limit={ @@ -148345,7 +152014,7 @@ return { [1]="kinetic_bolt_blast_and_power_siphon_base_stun_threshold_reduction_+%" } }, - [6731]={ + [6862]={ [1]={ [1]={ limit={ @@ -148361,7 +152030,7 @@ return { [1]="kinetic_bolt_blast_and_power_siphon_chance_to_double_stun_duration_%" } }, - [6732]={ + [6863]={ [1]={ [1]={ limit={ @@ -148390,7 +152059,7 @@ return { [1]="kinetic_bolt_projectile_speed_+%" } }, - [6733]={ + [6864]={ [1]={ [1]={ limit={ @@ -148415,7 +152084,7 @@ return { [1]="kinetic_wand_base_number_of_zig_zags" } }, - [6734]={ + [6865]={ [1]={ [1]={ limit={ @@ -148431,7 +152100,7 @@ return { [1]="knockback_chance_%_against_bleeding_enemies_with_hits" } }, - [6735]={ + [6866]={ [1]={ [1]={ limit={ @@ -148447,7 +152116,7 @@ return { [1]="knockback_chance_%_at_close_range" } }, - [6736]={ + [6867]={ [1]={ [1]={ limit={ @@ -148476,7 +152145,7 @@ return { [1]="knockback_distance_+%_final_vs_unique_enemies" } }, - [6737]={ + [6868]={ [1]={ [1]={ limit={ @@ -148492,7 +152161,7 @@ return { [1]="knockback_on_crit_with_projectile_damage" } }, - [6738]={ + [6869]={ [1]={ [1]={ limit={ @@ -148517,7 +152186,7 @@ return { [1]="labyrinth_darkshrine_additional_divine_font_use_display" } }, - [6739]={ + [6870]={ [1]={ [1]={ limit={ @@ -148533,7 +152202,7 @@ return { [1]="labyrinth_darkshrine_boss_room_traps_are_disabled" } }, - [6740]={ + [6871]={ [1]={ [1]={ limit={ @@ -148558,7 +152227,7 @@ return { [1]="labyrinth_darkshrine_divine_font_grants_one_additional_enchantment_use_to_player_x" } }, - [6741]={ + [6872]={ [1]={ [1]={ limit={ @@ -148583,7 +152252,7 @@ return { [1]="labyrinth_darkshrine_izaro_dropped_unique_items_+" } }, - [6742]={ + [6873]={ [1]={ [1]={ limit={ @@ -148608,7 +152277,7 @@ return { [1]="labyrinth_darkshrine_izaro_drops_x_additional_treasure_keys" } }, - [6743]={ + [6874]={ [1]={ [1]={ limit={ @@ -148637,7 +152306,7 @@ return { [1]="labyrinth_darkshrine_players_damage_taken_from_labyrinth_traps_+%" } }, - [6744]={ + [6875]={ [1]={ [1]={ limit={ @@ -148797,7 +152466,7 @@ return { [1]="labyrinth_darkshrine_players_have_shrine_row_x_effect_for_this_labyrinth" } }, - [6745]={ + [6876]={ [1]={ [1]={ limit={ @@ -148822,7 +152491,7 @@ return { [1]="labyrinth_owner_x_addition_enchants" } }, - [6746]={ + [6877]={ [1]={ [1]={ limit={ @@ -148851,7 +152520,7 @@ return { [1]="lancing_steel_damage_+%" } }, - [6747]={ + [6878]={ [1]={ [1]={ limit={ @@ -148876,7 +152545,7 @@ return { [1]="lancing_steel_impale_chance_%" } }, - [6748]={ + [6879]={ [1]={ [1]={ limit={ @@ -148901,7 +152570,7 @@ return { [1]="lancing_steel_number_of_additional_projectiles" } }, - [6749]={ + [6880]={ [1]={ [1]={ limit={ @@ -148917,7 +152586,7 @@ return { [1]="lancing_steel_%_chance_to_not_consume_ammo" } }, - [6750]={ + [6881]={ [1]={ [1]={ limit={ @@ -148942,7 +152611,7 @@ return { [1]="lancing_steel_primary_proj_pierce_num" } }, - [6751]={ + [6882]={ [1]={ [1]={ limit={ @@ -148958,7 +152627,7 @@ return { [1]="leech_%_is_instant" } }, - [6752]={ + [6883]={ [1]={ [1]={ limit={ @@ -148987,7 +152656,7 @@ return { [1]="life_and_energy_shield_recovery_rate_+%" } }, - [6753]={ + [6884]={ [1]={ [1]={ limit={ @@ -149016,7 +152685,7 @@ return { [1]="life_and_energy_shield_recovery_rate_+%_if_stopped_taking_damage_over_time_recently" } }, - [6754]={ + [6885]={ [1]={ [1]={ limit={ @@ -149045,7 +152714,7 @@ return { [1]="life_and_energy_shield_recovery_rate_+%_per_minion_up_to_30%" } }, - [6755]={ + [6886]={ [1]={ [1]={ limit={ @@ -149074,7 +152743,7 @@ return { [1]="life_and_energy_shield_recovery_rate_+%_per_power_charge" } }, - [6756]={ + [6887]={ [1]={ [1]={ limit={ @@ -149103,7 +152772,7 @@ return { [1]="life_and_energy_shield_recovery_rate_+%_while_affected_by_malevolence" } }, - [6757]={ + [6888]={ [1]={ [1]={ limit={ @@ -149119,7 +152788,7 @@ return { [1]="life_and_mana_flasks_can_be_equipped_in_either_slot" } }, - [6758]={ + [6889]={ [1]={ [1]={ limit={ @@ -149148,7 +152817,7 @@ return { [1]="life_flask_charges_gained_+%" } }, - [6759]={ + [6890]={ [1]={ [1]={ limit={ @@ -149173,7 +152842,7 @@ return { [1]="life_flask_charges_recovered_per_3_seconds" } }, - [6760]={ + [6891]={ [1]={ [1]={ limit={ @@ -149189,7 +152858,7 @@ return { [1]="life_flask_effects_are_not_removed_at_full_life" } }, - [6761]={ + [6892]={ [1]={ [1]={ limit={ @@ -149205,7 +152874,7 @@ return { [1]="life_flask_recovery_can_overcap_life" } }, - [6762]={ + [6893]={ [1]={ [1]={ limit={ @@ -149221,7 +152890,7 @@ return { [1]="life_flask_recovery_is_instant" } }, - [6763]={ + [6894]={ [1]={ [1]={ limit={ @@ -149237,7 +152906,7 @@ return { [1]="life_flask_recovery_is_instant_while_on_low_life" } }, - [6764]={ + [6895]={ [1]={ [1]={ limit={ @@ -149253,7 +152922,7 @@ return { [1]="life_flasks_do_not_recover_life" } }, - [6765]={ + [6896]={ [1]={ [1]={ limit={ @@ -149269,32 +152938,7 @@ return { [1]="life_flasks_gain_X_charges_every_3_seconds_if_you_have_not_used_a_life_flask_recently" } }, - [6766]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=1 - } - }, - text="Life Flasks gain {} Charge when you Suppress Spell Damage" - }, - [2]={ - limit={ - [1]={ - [1]=2, - [2]="#" - } - }, - text="Life Flasks gain {} Charges when you Suppress Spell Damage" - } - }, - stats={ - [1]="life_flasks_gain_X_charges_on_suppressing_spell" - } - }, - [6767]={ + [6897]={ [1]={ [1]={ limit={ @@ -149310,7 +152954,7 @@ return { [1]="life_flasks_gain_a_charge_on_hit_once_per_second" } }, - [6768]={ + [6898]={ [1]={ [1]={ limit={ @@ -149335,7 +152979,7 @@ return { [1]="life_flasks_gain_x_charges_when_you_hit_your_marked_enemy" } }, - [6769]={ + [6899]={ [1]={ [1]={ limit={ @@ -149364,7 +153008,7 @@ return { [1]="life_gain_per_target_hit_while_affected_by_vitality" } }, - [6770]={ + [6900]={ [1]={ [1]={ limit={ @@ -149393,7 +153037,7 @@ return { [1]="life_gain_per_target_if_have_used_a_vaal_skill_recently" } }, - [6771]={ + [6901]={ [1]={ [1]={ limit={ @@ -149422,7 +153066,7 @@ return { [1]="life_gained_on_attack_hit_vs_cursed_enemies" } }, - [6772]={ + [6902]={ [1]={ [1]={ limit={ @@ -149438,7 +153082,7 @@ return { [1]="life_gained_on_cull" } }, - [6773]={ + [6903]={ [1]={ [1]={ limit={ @@ -149454,7 +153098,23 @@ return { [1]="life_gained_on_kill_per_wither_stack_on_slain_enemy_%" } }, - [6774]={ + [6904]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Life Leech is Instant if you have at least 200 Tribute" + } + }, + stats={ + [1]="life_leech_%_is_instant_if_you_have_at_least_200_tribute" + } + }, + [6905]={ [1]={ [1]={ limit={ @@ -149470,7 +153130,36 @@ return { [1]="life_leech_also_recovers_based_on_elemental_damage_types" } }, - [6775]={ + [6906]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased amount of Life Leeched if you've consumed a Frenzy Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced amount of Life Leeched if you've consumed a Frenzy Charge Recently" + } + }, + stats={ + [1]="life_leech_amount_+%_if_consumed_frenzy_charge_recently" + } + }, + [6907]={ [1]={ [1]={ limit={ @@ -149486,7 +153175,7 @@ return { [1]="life_leech_can_overcap_life" } }, - [6776]={ + [6908]={ [1]={ [1]={ limit={ @@ -149502,7 +153191,43 @@ return { [1]="life_leech_excess_goes_to_energy_shield" } }, - [6777]={ + [6909]={ + [1]={ + [1]={ + [1]={ + k="divide_by_one_hundred", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Thorns Damage Leeched as Life if you have at least 100 Tribute" + } + }, + stats={ + [1]="life_leech_from_all_thorns_damage_permyriad_if_you_have_at_least_100_tribute" + } + }, + [6910]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Life Leeched from Empowered Attacks is Instant" + } + }, + stats={ + [1]="life_leech_is_instant_for_empowered_attacks" + } + }, + [6911]={ [1]={ [1]={ limit={ @@ -149518,7 +153243,7 @@ return { [1]="life_leech_%_is_instant_per_defiance" } }, - [6778]={ + [6912]={ [1]={ [1]={ limit={ @@ -149534,7 +153259,36 @@ return { [1]="life_leech_%_maximum_life_on_spell_cast" } }, - [6779]={ + [6913]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Leech Life {0}% faster if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Leech Life {0}% slower if you have at least 100 Tribute" + } + }, + stats={ + [1]="life_leech_rate_+%_if_you_have_at_least_100_tribute" + } + }, + [6914]={ [1]={ [1]={ limit={ @@ -149550,7 +153304,7 @@ return { [1]="life_leech_recovers_based_on_your_chaos_damage_instead_of_physical_damage" } }, - [6780]={ + [6915]={ [1]={ [1]={ limit={ @@ -149566,7 +153320,7 @@ return { [1]="life_leeched_from_hits_also_leeches_same_amount_to_allies_in_presence" } }, - [6781]={ + [6916]={ [1]={ [1]={ limit={ @@ -149582,7 +153336,7 @@ return { [1]="life_leeched_from_hits_also_leeches_same_amount_to_companions" } }, - [6782]={ + [6917]={ [1]={ [1]={ [1]={ @@ -149602,7 +153356,7 @@ return { [1]="life_loss_%_per_minute_if_have_been_hit_recently" } }, - [6783]={ + [6918]={ [1]={ [1]={ [1]={ @@ -149622,7 +153376,7 @@ return { [1]="life_lost_%_per_minute_nonlethal" } }, - [6784]={ + [6919]={ [1]={ [1]={ limit={ @@ -149651,7 +153405,7 @@ return { [1]="life_mana_es_recovery_rate_+%_per_endurance_charge" } }, - [6785]={ + [6920]={ [1]={ [1]={ limit={ @@ -149667,7 +153421,7 @@ return { [1]="life_mana_flasks_restore_mana_life" } }, - [6786]={ + [6921]={ [1]={ [1]={ limit={ @@ -149683,7 +153437,7 @@ return { [1]="life_mastery_count_maximum_life_+%_final" } }, - [6787]={ + [6922]={ [1]={ [1]={ limit={ @@ -149699,7 +153453,7 @@ return { [1]="life_per_level" } }, - [6788]={ + [6923]={ [1]={ [1]={ limit={ @@ -149715,7 +153469,7 @@ return { [1]="life_recoup_also_applies_to_energy_shield" } }, - [6789]={ + [6924]={ [1]={ [1]={ limit={ @@ -149731,7 +153485,7 @@ return { [1]="life_recoup_applies_to_energy_shield_instead" } }, - [6790]={ + [6925]={ [1]={ [1]={ limit={ @@ -149747,7 +153501,7 @@ return { [1]="life_recovery_from_flasks_also_recovers_energy_shield" } }, - [6791]={ + [6926]={ [1]={ [1]={ limit={ @@ -149763,7 +153517,7 @@ return { [1]="life_recovery_from_flasks_applies_to_companions" } }, - [6792]={ + [6927]={ [1]={ [1]={ limit={ @@ -149779,7 +153533,7 @@ return { [1]="life_recovery_from_flasks_apply_to_minions_in_your_presence" } }, - [6793]={ + [6928]={ [1]={ [1]={ limit={ @@ -149795,7 +153549,7 @@ return { [1]="life_recovery_from_flasks_instead_applies_to_nearby_allies_%" } }, - [6794]={ + [6929]={ [1]={ [1]={ limit={ @@ -149811,7 +153565,7 @@ return { [1]="life_recovery_from_regeneration_is_not_applied" } }, - [6795]={ + [6930]={ [1]={ [1]={ limit={ @@ -149840,7 +153594,36 @@ return { [1]="life_recovery_+%_from_flasks_while_on_low_life" } }, - [6796]={ + [6931]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Life Recovery rate per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Life Recovery rate per 10 Tribute" + } + }, + stats={ + [1]="life_recovery_rate_+%_per_10_tribute" + } + }, + [6932]={ [1]={ [1]={ limit={ @@ -149869,7 +153652,7 @@ return { [1]="life_recovery_rate_+%_per_5%_missing_life" } }, - [6797]={ + [6933]={ [1]={ [1]={ limit={ @@ -149898,7 +153681,7 @@ return { [1]="life_recovery_rate_+%_if_have_taken_fire_damage_from_an_enemy_hit_recently" } }, - [6798]={ + [6934]={ [1]={ [1]={ limit={ @@ -149927,7 +153710,7 @@ return { [1]="life_recovery_rate_+%_if_havent_killed_recently" } }, - [6799]={ + [6935]={ [1]={ [1]={ limit={ @@ -149956,7 +153739,7 @@ return { [1]="life_recovery_rate_+%_while_affected_by_vitality" } }, - [6800]={ + [6936]={ [1]={ [1]={ limit={ @@ -149965,7 +153748,7 @@ return { [2]="#" } }, - text="{0}% increased Life Recovery Rate while in the Presence of your Companion" + text="{0}% increased Life Recovery Rate while your Companion is in your Presence" }, [2]={ [1]={ @@ -149978,14 +153761,14 @@ return { [2]=-1 } }, - text="{0}% reduced Life Recovery Rate while in the Presence of your Companion" + text="{0}% reduced Life Recovery Rate while your Companion is in your Presence" } }, stats={ [1]="life_recovery_rate_while_in_presence_of_companion_+%" } }, - [6801]={ + [6937]={ [1]={ [1]={ [1]={ @@ -150005,7 +153788,7 @@ return { [1]="life_regeneration_%_per_minute_if_stunned_an_enemy_recently" } }, - [6802]={ + [6938]={ [1]={ [1]={ [1]={ @@ -150025,7 +153808,7 @@ return { [1]="life_regeneration_per_minute_per_1%_uncapped_fire_damage_resistance" } }, - [6803]={ + [6939]={ [1]={ [1]={ [1]={ @@ -150045,7 +153828,7 @@ return { [1]="life_regeneration_per_minute_per_active_buff" } }, - [6804]={ + [6940]={ [1]={ [1]={ [1]={ @@ -150065,7 +153848,7 @@ return { [1]="life_regeneration_per_minute_per_maximum_energy_shield" } }, - [6805]={ + [6941]={ [1]={ [1]={ [1]={ @@ -150085,7 +153868,7 @@ return { [1]="life_regeneration_per_minute_per_nearby_corpse" } }, - [6806]={ + [6942]={ [1]={ [1]={ [1]={ @@ -150105,7 +153888,7 @@ return { [1]="life_regeneration_per_minute_%_per_ailment_affecting_you" } }, - [6807]={ + [6943]={ [1]={ [1]={ [1]={ @@ -150125,7 +153908,7 @@ return { [1]="life_regeneration_per_minute_%_per_fortification" } }, - [6808]={ + [6944]={ [1]={ [1]={ [1]={ @@ -150145,7 +153928,7 @@ return { [1]="life_regeneration_per_minute_%_while_affected_by_guard_skill" } }, - [6809]={ + [6945]={ [1]={ [1]={ [1]={ @@ -150165,7 +153948,7 @@ return { [1]="life_regeneration_per_minute_%_while_burning" } }, - [6810]={ + [6946]={ [1]={ [1]={ [1]={ @@ -150185,7 +153968,7 @@ return { [1]="life_regeneration_per_minute_%_while_channelling" } }, - [6811]={ + [6947]={ [1]={ [1]={ [1]={ @@ -150205,7 +153988,7 @@ return { [1]="life_regeneration_per_minute_while_affected_by_vitality" } }, - [6812]={ + [6948]={ [1]={ [1]={ [1]={ @@ -150225,7 +154008,7 @@ return { [1]="life_regeneration_per_minute_while_ignited" } }, - [6813]={ + [6949]={ [1]={ [1]={ [1]={ @@ -150245,7 +154028,7 @@ return { [1]="life_regeneration_per_minute_while_moving" } }, - [6814]={ + [6950]={ [1]={ [1]={ [1]={ @@ -150265,7 +154048,7 @@ return { [1]="life_regeneration_per_minute_while_you_have_avians_flight" } }, - [6815]={ + [6951]={ [1]={ [1]={ [1]={ @@ -150285,7 +154068,7 @@ return { [1]="life_regeneration_%_per_minute_if_detonated_mine_recently" } }, - [6816]={ + [6952]={ [1]={ [1]={ [1]={ @@ -150305,7 +154088,36 @@ return { [1]="life_regeneration_%_per_minute_if_player_minion_died_recently" } }, - [6817]={ + [6953]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Life Regeneration rate while Surrounded" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Life Regeneration rate while Surrounded" + } + }, + stats={ + [1]="life_regeneration_rate_+%_while_surrounded" + } + }, + [6954]={ [1]={ [1]={ limit={ @@ -150334,7 +154146,7 @@ return { [1]="life_regeneration_rate_+%_while_using_life_flask" } }, - [6818]={ + [6955]={ [1]={ [1]={ [1]={ @@ -150354,7 +154166,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_hit_cursed_enemy_recently" } }, - [6819]={ + [6956]={ [1]={ [1]={ [1]={ @@ -150374,7 +154186,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_affected_by_damaging_ailment" } }, - [6820]={ + [6957]={ [1]={ [1]={ [1]={ @@ -150394,7 +154206,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_affected_by_vitality" } }, - [6821]={ + [6958]={ [1]={ [1]={ [1]={ @@ -150414,7 +154226,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_surrounded" } }, - [6822]={ + [6959]={ [1]={ [1]={ [1]={ @@ -150434,7 +154246,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_blocked_recently" } }, - [6823]={ + [6960]={ [1]={ [1]={ [1]={ @@ -150454,7 +154266,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_consumed_corpse_recently" } }, - [6824]={ + [6961]={ [1]={ [1]={ [1]={ @@ -150474,7 +154286,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_crit_in_past_8_seconds" } }, - [6825]={ + [6962]={ [1]={ [1]={ [1]={ @@ -150494,7 +154306,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_have_been_hit_recently" } }, - [6826]={ + [6963]={ [1]={ [1]={ [1]={ @@ -150514,7 +154326,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_have_taken_fire_damage_from_an_enemy_hit_recently" } }, - [6827]={ + [6964]={ [1]={ [1]={ [1]={ @@ -150534,7 +154346,7 @@ return { [1]="life_regeneration_rate_per_minute_%_if_used_life_flask_in_past_10_seconds" } }, - [6828]={ + [6965]={ [1]={ [1]={ [1]={ @@ -150554,7 +154366,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_500_maximum_energy_shield" } }, - [6829]={ + [6966]={ [1]={ [1]={ [1]={ @@ -150574,7 +154386,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_mine_detonated_recently_up_to_20%" } }, - [6830]={ + [6967]={ [1]={ [1]={ [1]={ @@ -150594,7 +154406,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_nearby_corpse_up_to_3%" } }, - [6831]={ + [6968]={ [1]={ [1]={ [1]={ @@ -150614,7 +154426,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_power_charge" } }, - [6832]={ + [6969]={ [1]={ [1]={ [1]={ @@ -150634,7 +154446,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_raised_zombie" } }, - [6833]={ + [6970]={ [1]={ [1]={ [1]={ @@ -150654,7 +154466,7 @@ return { [1]="life_regeneration_rate_per_minute_%_per_trap_triggered_recently_up_to_20%" } }, - [6834]={ + [6971]={ [1]={ [1]={ [1]={ @@ -150674,7 +154486,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_moving" } }, - [6835]={ + [6972]={ [1]={ [1]={ [1]={ @@ -150694,7 +154506,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_stationary" } }, - [6836]={ + [6973]={ [1]={ [1]={ [1]={ @@ -150714,7 +154526,7 @@ return { [1]="life_regeneration_rate_per_minute_%_while_using_flask" } }, - [6837]={ + [6974]={ [1]={ [1]={ [1]={ @@ -150734,7 +154546,7 @@ return { [1]="life_regeneration_rate_per_minute_%_with_400_or_more_strength" } }, - [6838]={ + [6975]={ [1]={ [1]={ [1]={ @@ -150754,7 +154566,7 @@ return { [1]="life_regeneration_rate_per_minute_while_on_low_life" } }, - [6839]={ + [6976]={ [1]={ [1]={ limit={ @@ -150783,7 +154595,7 @@ return { [1]="life_regeneration_rate_+%_while_moving" } }, - [6840]={ + [6977]={ [1]={ [1]={ limit={ @@ -150812,7 +154624,7 @@ return { [1]="life_regeneration_rate_+%_while_on_low_life" } }, - [6841]={ + [6978]={ [1]={ [1]={ limit={ @@ -150841,7 +154653,36 @@ return { [1]="life_regeneration_rate_+%_while_stationary" } }, - [6842]={ + [6979]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Light Radius per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Light Radius per 10 Tribute" + } + }, + stats={ + [1]="light_radius_+%_per_10_tribute" + } + }, + [6980]={ [1]={ [1]={ limit={ @@ -150857,7 +154698,7 @@ return { [1]="light_radius_increases_apply_to_accuracy" } }, - [6843]={ + [6981]={ [1]={ [1]={ limit={ @@ -150873,7 +154714,7 @@ return { [1]="light_radius_increases_apply_to_area_of_effect" } }, - [6844]={ + [6982]={ [1]={ [1]={ limit={ @@ -150902,7 +154743,7 @@ return { [1]="lightning_ailment_duration_+%" } }, - [6845]={ + [6983]={ [1]={ [1]={ limit={ @@ -150931,7 +154772,7 @@ return { [1]="lightning_ailment_effect_+%_against_chilled_enemies" } }, - [6846]={ + [6984]={ [1]={ [1]={ limit={ @@ -150960,7 +154801,7 @@ return { [1]="lightning_ailment_effect_+%" } }, - [6847]={ + [6985]={ [1]={ [1]={ limit={ @@ -150976,7 +154817,7 @@ return { [1]="lightning_and_chaos_damage_resistance_%" } }, - [6848]={ + [6986]={ [1]={ [1]={ limit={ @@ -151001,7 +154842,7 @@ return { [1]="lightning_arrow_%_chance_to_hit_an_additional_enemy" } }, - [6849]={ + [6987]={ [1]={ [1]={ limit={ @@ -151017,7 +154858,7 @@ return { [1]="lightning_conduit_and_galvanic_field_shatter_on_killing_blow" } }, - [6850]={ + [6988]={ [1]={ [1]={ limit={ @@ -151046,7 +154887,7 @@ return { [1]="lightning_conduit_area_of_effect_+%" } }, - [6851]={ + [6989]={ [1]={ [1]={ limit={ @@ -151062,7 +154903,7 @@ return { [1]="lightning_conduit_cast_speed_+%" } }, - [6852]={ + [6990]={ [1]={ [1]={ limit={ @@ -151091,7 +154932,7 @@ return { [1]="lightning_conduit_damage_+%" } }, - [6853]={ + [6991]={ [1]={ [1]={ limit={ @@ -151100,14 +154941,14 @@ return { [2]="#" } }, - text="Lightning Damage from Hits also Contributes to Ignite Chance and Magnitude" + text="Lightning Damage from Hits also Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="lightning_damage_can_ignite" } }, - [6854]={ + [6992]={ [1]={ [1]={ limit={ @@ -151123,7 +154964,7 @@ return { [1]="lightning_damage_+%_per_lightning_resistance_above_75" } }, - [6855]={ + [6993]={ [1]={ [1]={ limit={ @@ -151152,7 +154993,7 @@ return { [1]="lightning_damage_+%_while_affected_by_herald_of_thunder" } }, - [6856]={ + [6994]={ [1]={ [1]={ limit={ @@ -151181,7 +155022,7 @@ return { [1]="lightning_damage_+%_while_affected_by_wrath" } }, - [6857]={ + [6995]={ [1]={ [1]={ limit={ @@ -151197,7 +155038,7 @@ return { [1]="lightning_damage_resistance_%_while_affected_by_herald_of_thunder" } }, - [6858]={ + [6996]={ [1]={ [1]={ limit={ @@ -151213,7 +155054,7 @@ return { [1]="lightning_damage_taken_goes_to_life_over_4_seconds_%" } }, - [6859]={ + [6997]={ [1]={ [1]={ limit={ @@ -151229,7 +155070,7 @@ return { [1]="lightning_damage_taken_+" } }, - [6860]={ + [6998]={ [1]={ [1]={ limit={ @@ -151258,7 +155099,7 @@ return { [1]="lightning_damage_with_attack_skills_+%" } }, - [6861]={ + [6999]={ [1]={ [1]={ limit={ @@ -151287,7 +155128,7 @@ return { [1]="lightning_damage_with_spell_skills_+%" } }, - [6862]={ + [7000]={ [1]={ [1]={ limit={ @@ -151316,7 +155157,7 @@ return { [1]="lightning_explosion_mine_aura_effect_+%" } }, - [6863]={ + [7001]={ [1]={ [1]={ limit={ @@ -151345,7 +155186,7 @@ return { [1]="lightning_explosion_mine_damage_+%" } }, - [6864]={ + [7002]={ [1]={ [1]={ limit={ @@ -151374,7 +155215,7 @@ return { [1]="lightning_explosion_mine_throwing_speed_+%" } }, - [6865]={ + [7003]={ [1]={ [1]={ limit={ @@ -151403,7 +155244,7 @@ return { [1]="lightning_exposure_effect_+%" } }, - [6866]={ + [7004]={ [1]={ [1]={ limit={ @@ -151412,7 +155253,7 @@ return { [2]=10 } }, - text="Inflict Lightning Exposure on Hit" + text="Inflict Exposure on Hit" }, [2]={ limit={ @@ -151421,14 +155262,14 @@ return { [2]="#" } }, - text="Inflict Lightning Exposure on Hit, lowering Total Lightning Resistance by {0}%" + text="Inflict Exposure on Hit, lowering Total Elemental Resistances by {0}%" } }, stats={ [1]="lightning_exposure_on_hit_magnitude" } }, - [6867]={ + [7005]={ [1]={ [1]={ limit={ @@ -151444,7 +155285,7 @@ return { [1]="lightning_hit_and_dot_damage_%_taken_as_fire" } }, - [6868]={ + [7006]={ [1]={ [1]={ limit={ @@ -151473,7 +155314,7 @@ return { [1]="lightning_hit_damage_+%_vs_chilled_enemies" } }, - [6869]={ + [7007]={ [1]={ [1]={ limit={ @@ -151502,7 +155343,7 @@ return { [1]="lightning_reflect_damage_taken_+%_while_affected_by_purity_of_lightning" } }, - [6870]={ + [7008]={ [1]={ [1]={ limit={ @@ -151518,7 +155359,7 @@ return { [1]="lightning_resist_unaffected_by_area_penalties" } }, - [6871]={ + [7009]={ [1]={ [1]={ limit={ @@ -151534,7 +155375,7 @@ return { [1]="lightning_resistance_does_not_apply_to_lighting_damage" } }, - [6872]={ + [7010]={ [1]={ [1]={ limit={ @@ -151550,7 +155391,7 @@ return { [1]="lightning_skill_additional_chain_chance_%" } }, - [6873]={ + [7011]={ [1]={ [1]={ limit={ @@ -151566,7 +155407,7 @@ return { [1]="lightning_skill_chance_to_inflict_lightning_exposure_%" } }, - [6874]={ + [7012]={ [1]={ [1]={ limit={ @@ -151582,7 +155423,7 @@ return { [1]="lightning_skill_gem_level_+" } }, - [6875]={ + [7013]={ [1]={ [1]={ limit={ @@ -151611,7 +155452,7 @@ return { [1]="lightning_skill_stun_threshold_+%" } }, - [6876]={ + [7014]={ [1]={ [1]={ limit={ @@ -151627,7 +155468,7 @@ return { [1]="lightning_skills_chance_to_poison_on_hit_%" } }, - [6877]={ + [7015]={ [1]={ [1]={ limit={ @@ -151636,14 +155477,14 @@ return { [2]="#" } }, - text="All Damage from Lightning Strike and Frost Blades Hits Contributes to Ignite Chance and Magnitude" + text="All Damage from Lightning Strike and Frost Blades Hits Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="lightning_strike_and_frost_blades_all_damage_can_ignite" } }, - [6878]={ + [7016]={ [1]={ [1]={ limit={ @@ -151672,7 +155513,7 @@ return { [1]="lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit" } }, - [6879]={ + [7017]={ [1]={ [1]={ limit={ @@ -151701,7 +155542,7 @@ return { [1]="lightning_tendrils_totems_from_this_skill_grant_spark_effect_duration_+%_to_parent" } }, - [6880]={ + [7018]={ [1]={ [1]={ limit={ @@ -151726,7 +155567,7 @@ return { [1]="lightning_tower_trap_additional_number_of_beams" } }, - [6881]={ + [7019]={ [1]={ [1]={ limit={ @@ -151755,7 +155596,7 @@ return { [1]="lightning_tower_trap_cast_speed_+%" } }, - [6882]={ + [7020]={ [1]={ [1]={ limit={ @@ -151784,7 +155625,7 @@ return { [1]="lightning_tower_trap_cooldown_speed_+%" } }, - [6883]={ + [7021]={ [1]={ [1]={ limit={ @@ -151813,7 +155654,7 @@ return { [1]="lightning_tower_trap_damage_+%" } }, - [6884]={ + [7022]={ [1]={ [1]={ limit={ @@ -151842,7 +155683,7 @@ return { [1]="lightning_tower_trap_duration_+%" } }, - [6885]={ + [7023]={ [1]={ [1]={ limit={ @@ -151871,7 +155712,7 @@ return { [1]="lightning_tower_trap_throwing_speed_+%" } }, - [6886]={ + [7024]={ [1]={ [1]={ limit={ @@ -151887,7 +155728,7 @@ return { [1]="lightning_trap_lightning_resistance_penetration_%" } }, - [6887]={ + [7025]={ [1]={ [1]={ limit={ @@ -151916,7 +155757,23 @@ return { [1]="lightning_trap_shock_effect_+%" } }, - [6888]={ + [7026]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You can Socket an additional copy of each Lineage Support Gem, in different Skills" + } + }, + stats={ + [1]="lineage_support_gem_limit_+" + } + }, + [7027]={ [1]={ [1]={ limit={ @@ -151932,7 +155789,7 @@ return { [1]="link_buff_effect_+%_on_animate_guardian" } }, - [6889]={ + [7028]={ [1]={ [1]={ limit={ @@ -151961,7 +155818,7 @@ return { [1]="link_effect_+%_when_50%_expired" } }, - [6890]={ + [7029]={ [1]={ [1]={ limit={ @@ -151982,7 +155839,7 @@ return { [2]="link_grace_period_8_second_override" } }, - [6891]={ + [7030]={ [1]={ [1]={ limit={ @@ -152011,7 +155868,7 @@ return { [1]="link_skill_buff_effect_+%" } }, - [6892]={ + [7031]={ [1]={ [1]={ limit={ @@ -152040,7 +155897,7 @@ return { [1]="link_skill_buff_effect_+%_if_linked_target_recently" } }, - [6893]={ + [7032]={ [1]={ [1]={ limit={ @@ -152069,7 +155926,7 @@ return { [1]="link_skill_cast_speed_+%" } }, - [6894]={ + [7033]={ [1]={ [1]={ limit={ @@ -152098,7 +155955,7 @@ return { [1]="link_skill_duration_+%" } }, - [6895]={ + [7034]={ [1]={ [1]={ limit={ @@ -152114,7 +155971,7 @@ return { [1]="link_skill_gem_level_+" } }, - [6896]={ + [7035]={ [1]={ [1]={ limit={ @@ -152130,7 +155987,7 @@ return { [1]="link_skill_link_target_cannot_die_for_X_seconds" } }, - [6897]={ + [7036]={ [1]={ [1]={ limit={ @@ -152146,7 +156003,7 @@ return { [1]="link_skill_lose_no_experience_on_link_target_death" } }, - [6898]={ + [7037]={ [1]={ [1]={ limit={ @@ -152179,7 +156036,7 @@ return { [1]="link_skill_mana_cost_+%" } }, - [6899]={ + [7038]={ [1]={ [1]={ limit={ @@ -152195,7 +156052,7 @@ return { [1]="link_skills_can_target_animate_guardian" } }, - [6900]={ + [7039]={ [1]={ [1]={ limit={ @@ -152211,7 +156068,7 @@ return { [1]="link_skills_can_target_minions" } }, - [6901]={ + [7040]={ [1]={ [1]={ limit={ @@ -152240,7 +156097,7 @@ return { [1]="link_skills_grant_damage_+%" } }, - [6902]={ + [7041]={ [1]={ [1]={ limit={ @@ -152269,7 +156126,7 @@ return { [1]="link_skills_grant_damage_taken_+%" } }, - [6903]={ + [7042]={ [1]={ [1]={ limit={ @@ -152285,7 +156142,7 @@ return { [1]="link_skills_grant_redirect_curses_to_link_source" } }, - [6904]={ + [7043]={ [1]={ [1]={ limit={ @@ -152310,7 +156167,7 @@ return { [1]="link_to_X_additional_random_allies" } }, - [6905]={ + [7044]={ [1]={ [1]={ limit={ @@ -152326,7 +156183,7 @@ return { [1]="linked_targets_share_endurance_frenzy_power_charges_with_you" } }, - [6906]={ + [7045]={ [1]={ [1]={ limit={ @@ -152342,7 +156199,7 @@ return { [1]="local_%_chance_to_gain_flask_charge_when_hit" } }, - [6907]={ + [7046]={ [1]={ [1]={ limit={ @@ -152367,7 +156224,7 @@ return { [1]="local_+%_weapon_range" } }, - [6908]={ + [7047]={ [1]={ [1]={ limit={ @@ -152392,7 +156249,7 @@ return { [1]="local_X_additional_chains" } }, - [6909]={ + [7048]={ [1]={ [1]={ limit={ @@ -152408,7 +156265,7 @@ return { [1]="local_accuracy_rating_+%_per_2%_quality" } }, - [6910]={ + [7049]={ [1]={ [1]={ limit={ @@ -152433,7 +156290,7 @@ return { [1]="local_additional_attack_chain_chance_%" } }, - [6911]={ + [7050]={ [1]={ [1]={ limit={ @@ -152449,7 +156306,7 @@ return { [1]="local_aggravate_bleeding_on_hit_chance_%" } }, - [6912]={ + [7051]={ [1]={ [1]={ limit={ @@ -152465,7 +156322,7 @@ return { [1]="local_all_attributes_+_per_rune_or_soul_core" } }, - [6913]={ + [7052]={ [1]={ [1]={ [1]={ @@ -152485,7 +156342,7 @@ return { [1]="local_all_attributes_-_per_level" } }, - [6914]={ + [7053]={ [1]={ [1]={ limit={ @@ -152514,7 +156371,7 @@ return { [1]="local_all_attributes_+%_per_rune_or_soul_core" } }, - [6915]={ + [7054]={ [1]={ [1]={ limit={ @@ -152530,7 +156387,7 @@ return { [1]="local_all_damage_can_chill" } }, - [6916]={ + [7055]={ [1]={ [1]={ limit={ @@ -152546,7 +156403,7 @@ return { [1]="local_all_damage_can_electrocute" } }, - [6917]={ + [7056]={ [1]={ [1]={ limit={ @@ -152562,7 +156419,7 @@ return { [1]="local_all_damage_can_freeze" } }, - [6918]={ + [7057]={ [1]={ [1]={ limit={ @@ -152578,7 +156435,7 @@ return { [1]="local_all_damage_can_pin" } }, - [6919]={ + [7058]={ [1]={ [1]={ limit={ @@ -152594,7 +156451,7 @@ return { [1]="local_always_crit_heavy_stunned_enemies" } }, - [6920]={ + [7059]={ [1]={ [1]={ limit={ @@ -152610,7 +156467,7 @@ return { [1]="local_always_freeze_on_full_life" } }, - [6921]={ + [7060]={ [1]={ [1]={ limit={ @@ -152626,7 +156483,7 @@ return { [1]="local_always_maim_on_crit" } }, - [6922]={ + [7061]={ [1]={ [1]={ limit={ @@ -152642,7 +156499,7 @@ return { [1]="local_apply_X_armour_break_on_crit" } }, - [6923]={ + [7062]={ [1]={ [1]={ limit={ @@ -152658,7 +156515,7 @@ return { [1]="local_apply_X_armour_break_on_hit" } }, - [6924]={ + [7063]={ [1]={ [1]={ limit={ @@ -152674,7 +156531,7 @@ return { [1]="local_apply_X_armour_break_on_stun" } }, - [6925]={ + [7064]={ [1]={ [1]={ limit={ @@ -152690,7 +156547,7 @@ return { [1]="local_apply_fire_exposure_on_full_armour_break" } }, - [6926]={ + [7065]={ [1]={ [1]={ limit={ @@ -152706,7 +156563,7 @@ return { [1]="local_area_of_effect_+%_per_4%_quality" } }, - [6927]={ + [7066]={ [1]={ [1]={ limit={ @@ -152722,7 +156579,7 @@ return { [1]="local_armour_break_damage_%_dealt_as_armour_break" } }, - [6928]={ + [7067]={ [1]={ [1]={ limit={ @@ -152751,7 +156608,7 @@ return { [1]="local_attack_and_cast_speed_+%_if_item_corrupted" } }, - [6929]={ + [7068]={ [1]={ [1]={ limit={ @@ -152780,7 +156637,7 @@ return { [1]="local_attack_damage_+%_if_item_corrupted" } }, - [6930]={ + [7069]={ [1]={ [1]={ limit={ @@ -152796,7 +156653,7 @@ return { [1]="local_attack_speed_+%_per_8%_quality" } }, - [6931]={ + [7070]={ [1]={ [1]={ limit={ @@ -152812,7 +156669,7 @@ return { [1]="local_attacks_cannot_be_blocked" } }, - [6932]={ + [7071]={ [1]={ [1]={ limit={ @@ -152828,7 +156685,7 @@ return { [1]="local_attacks_grant_onslaught_on_kill_chance_%_with_ranged_abyss_jewel_socketed" } }, - [6933]={ + [7072]={ [1]={ [1]={ limit={ @@ -152853,7 +156710,7 @@ return { [1]="local_attacks_impale_on_hit_%_chance" } }, - [6934]={ + [7073]={ [1]={ [1]={ limit={ @@ -152869,7 +156726,7 @@ return { [1]="local_attacks_intimidate_on_hit_for_4_seconds_with_melee_abyss_jewel_socketed" } }, - [6935]={ + [7074]={ [1]={ [1]={ limit={ @@ -152885,7 +156742,7 @@ return { [1]="local_attacks_maim_on_hit_for_4_seconds_with_ranged_abyss_jewel_socketed" } }, - [6936]={ + [7075]={ [1]={ [1]={ limit={ @@ -152901,7 +156758,7 @@ return { [1]="local_base_chaos_damage_resistance_%_per_rune_or_soul_core" } }, - [6937]={ + [7076]={ [1]={ [1]={ [1]={ @@ -152921,7 +156778,7 @@ return { [1]="local_base_life_regeneration_rate_per_minute_+_per_rune_or_soul_core" } }, - [6938]={ + [7077]={ [1]={ [1]={ limit={ @@ -152937,7 +156794,7 @@ return { [1]="local_base_maximum_life_+_per_rune_or_soul_core" } }, - [6939]={ + [7078]={ [1]={ [1]={ limit={ @@ -152953,7 +156810,7 @@ return { [1]="local_base_maximum_mana_+_per_rune_or_soul_core" } }, - [6940]={ + [7079]={ [1]={ [1]={ limit={ @@ -152982,7 +156839,7 @@ return { [1]="local_base_self_critical_strike_multiplier_-%_per_rune_or_soul_core" } }, - [6941]={ + [7080]={ [1]={ [1]={ limit={ @@ -153007,7 +156864,7 @@ return { [1]="local_bleed_on_critical_strike_chance_%" } }, - [6942]={ + [7081]={ [1]={ [1]={ limit={ @@ -153023,7 +156880,7 @@ return { [1]="local_blind_enemies_on_attack_hits_with_ranged_abyss_jewel_socketed" } }, - [6943]={ + [7082]={ [1]={ [1]={ limit={ @@ -153039,7 +156896,7 @@ return { [1]="local_can_only_socket_corrupted_gems" } }, - [6944]={ + [7083]={ [1]={ [1]={ limit={ @@ -153055,7 +156912,7 @@ return { [1]="local_can_only_socket_emerald_gems" } }, - [6945]={ + [7084]={ [1]={ [1]={ limit={ @@ -153071,7 +156928,7 @@ return { [1]="local_can_only_socket_ruby_gems" } }, - [6946]={ + [7085]={ [1]={ [1]={ limit={ @@ -153087,7 +156944,7 @@ return { [1]="local_can_only_socket_sapphire_gems" } }, - [6947]={ + [7086]={ [1]={ [1]={ limit={ @@ -153103,7 +156960,7 @@ return { [1]="local_cannot_be_thrown" } }, - [6948]={ + [7087]={ [1]={ [1]={ limit={ @@ -153119,7 +156976,23 @@ return { [1]="local_chance_to_bleed_on_crit_50%" } }, - [6949]={ + [7088]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to gain Onslaught on Killing Hits with this Weapon" + } + }, + stats={ + [1]="local_chance_to_gain_onslaught_on_killing_blow_%" + } + }, + [7089]={ [1]={ [1]={ limit={ @@ -153135,7 +157008,7 @@ return { [1]="local_chance_to_intimidate_on_hit_%" } }, - [6950]={ + [7090]={ [1]={ [1]={ limit={ @@ -153151,7 +157024,7 @@ return { [1]="local_chaos_penetration_%" } }, - [6951]={ + [7091]={ [1]={ [1]={ limit={ @@ -153180,7 +157053,7 @@ return { [1]="local_charm_effect_+%" } }, - [6952]={ + [7092]={ [1]={ [1]={ [1]={ @@ -153213,7 +157086,7 @@ return { [1]="local_chill_on_hit_ms_if_in_off_hand" } }, - [6953]={ + [7093]={ [1]={ [1]={ limit={ @@ -153229,7 +157102,7 @@ return { [1]="local_cold_resistance_%_per_2%_quality" } }, - [6954]={ + [7094]={ [1]={ [1]={ limit={ @@ -153245,7 +157118,7 @@ return { [1]="local_concoction_can_consume_sulphur_flasks" } }, - [6955]={ + [7095]={ [1]={ [1]={ limit={ @@ -153274,7 +157147,7 @@ return { [1]="local_critical_strike_chance_+%_if_item_corrupted" } }, - [6956]={ + [7096]={ [1]={ [1]={ limit={ @@ -153290,7 +157163,7 @@ return { [1]="local_critical_strike_chance_+%_per_4%_quality" } }, - [6957]={ + [7097]={ [1]={ [1]={ limit={ @@ -153306,7 +157179,7 @@ return { [1]="local_crits_have_culling_strike" } }, - [6958]={ + [7098]={ [1]={ [1]={ limit={ @@ -153322,7 +157195,7 @@ return { [1]="local_crush_on_hit" } }, - [6959]={ + [7099]={ [1]={ [1]={ limit={ @@ -153338,7 +157211,7 @@ return { [1]="local_cull_frozen_enemies_on_hit" } }, - [6960]={ + [7100]={ [1]={ [1]={ limit={ @@ -153354,7 +157227,7 @@ return { [1]="local_culling_strike" } }, - [6961]={ + [7101]={ [1]={ [1]={ limit={ @@ -153370,7 +157243,7 @@ return { [1]="local_culling_strike_if_crit_recently" } }, - [6962]={ + [7102]={ [1]={ [1]={ limit={ @@ -153386,7 +157259,7 @@ return { [1]="local_culling_strike_vs_bleeding_enemies" } }, - [6963]={ + [7103]={ [1]={ [1]={ limit={ @@ -153415,7 +157288,7 @@ return { [1]="local_damage_+%_if_item_corrupted" } }, - [6964]={ + [7104]={ [1]={ [1]={ limit={ @@ -153431,7 +157304,7 @@ return { [1]="local_damage_roll_always_min_or_max" } }, - [6965]={ + [7105]={ [1]={ [1]={ limit={ @@ -153464,7 +157337,7 @@ return { [1]="local_damage_taken_+%_if_item_corrupted" } }, - [6966]={ + [7106]={ [1]={ [1]={ limit={ @@ -153480,7 +157353,7 @@ return { [1]="local_destroy_corpses_with_critical_strikes" } }, - [6967]={ + [7107]={ [1]={ [1]={ limit={ @@ -153496,7 +157369,32 @@ return { [1]="local_dexterity_per_2%_quality" } }, - [6968]={ + [7108]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="DNT {0}% chance when hitting a Rare Monster to disable one of its Modifiers" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="DNT Hitting a Rare Monster disable one of its Modifiers" + } + }, + stats={ + [1]="local_disable_rare_mod_on_hit_%_chance" + } + }, + [7109]={ [1]={ [1]={ limit={ @@ -153521,7 +157419,7 @@ return { [1]="local_display_curse_enemies_with_socketed_curse_on_hit_%_chance" } }, - [6969]={ + [7110]={ [1]={ [1]={ limit={ @@ -153537,7 +157435,7 @@ return { [1]="local_display_enemies_killed_nearby_count_as_being_killed_by_you" } }, - [6970]={ + [7111]={ [1]={ [1]={ limit={ @@ -153553,7 +157451,7 @@ return { [1]="local_display_every_10_seconds_non_skill_physical_damage_%_to_gain_as_fire_for_3_seconds" } }, - [6971]={ + [7112]={ [1]={ [1]={ limit={ @@ -153582,7 +157480,7 @@ return { [1]="local_display_fire_and_cold_resist_debuff" } }, - [6972]={ + [7113]={ [1]={ [1]={ limit={ @@ -153598,7 +157496,7 @@ return { [1]="local_display_gain_power_charge_on_spending_mana" } }, - [6973]={ + [7114]={ [1]={ [1]={ limit={ @@ -153614,7 +157512,7 @@ return { [1]="local_display_grants_skill_frostbolt_level" } }, - [6974]={ + [7115]={ [1]={ [1]={ limit={ @@ -153643,7 +157541,7 @@ return { [1]="local_display_mod_aura_mana_regeration_rate_+%" } }, - [6975]={ + [7116]={ [1]={ [1]={ limit={ @@ -153672,7 +157570,7 @@ return { [1]="local_display_movement_speed_+%_for_you_and_nearby_allies" } }, - [6976]={ + [7117]={ [1]={ [1]={ limit={ @@ -153688,7 +157586,7 @@ return { [1]="local_display_nearby_allies_action_speed_cannot_be_reduced_below_base" } }, - [6977]={ + [7118]={ [1]={ [1]={ limit={ @@ -153704,7 +157602,7 @@ return { [1]="local_display_nearby_allies_critical_strike_multiplier_+" } }, - [6978]={ + [7119]={ [1]={ [1]={ limit={ @@ -153720,7 +157618,7 @@ return { [1]="local_display_nearby_allies_extra_damage_rolls" } }, - [6979]={ + [7120]={ [1]={ [1]={ limit={ @@ -153736,7 +157634,7 @@ return { [1]="local_display_nearby_allies_have_fortify" } }, - [6980]={ + [7121]={ [1]={ [1]={ limit={ @@ -153752,7 +157650,7 @@ return { [1]="local_display_nearby_enemies_are_chilled" } }, - [6981]={ + [7122]={ [1]={ [1]={ limit={ @@ -153768,7 +157666,7 @@ return { [1]="local_display_nearby_enemies_are_covered_in_ash" } }, - [6982]={ + [7123]={ [1]={ [1]={ limit={ @@ -153784,7 +157682,7 @@ return { [1]="local_display_nearby_enemies_are_intimidated" } }, - [6983]={ + [7124]={ [1]={ [1]={ limit={ @@ -153800,7 +157698,7 @@ return { [1]="local_display_nearby_enemies_cannot_crit" } }, - [6984]={ + [7125]={ [1]={ [1]={ limit={ @@ -153816,7 +157714,7 @@ return { [1]="local_display_nearby_enemies_have_fire_exposure" } }, - [6985]={ + [7126]={ [1]={ [1]={ limit={ @@ -153832,7 +157730,7 @@ return { [1]="local_display_nearby_enemy_chaos_damage_resistance_%" } }, - [6986]={ + [7127]={ [1]={ [1]={ limit={ @@ -153848,7 +157746,7 @@ return { [1]="local_display_nearby_enemy_cold_damage_resistance_%" } }, - [6987]={ + [7128]={ [1]={ [1]={ limit={ @@ -153864,7 +157762,7 @@ return { [1]="local_display_nearby_enemy_elemental_damage_taken_+%" } }, - [6988]={ + [7129]={ [1]={ [1]={ limit={ @@ -153880,7 +157778,7 @@ return { [1]="local_display_nearby_enemy_fire_damage_resistance_%" } }, - [6989]={ + [7130]={ [1]={ [1]={ limit={ @@ -153896,7 +157794,7 @@ return { [1]="local_display_nearby_enemy_life_reserved_by_stat_%" } }, - [6990]={ + [7131]={ [1]={ [1]={ limit={ @@ -153912,7 +157810,7 @@ return { [1]="local_display_nearby_enemy_lightning_damage_resistance_%" } }, - [6991]={ + [7132]={ [1]={ [1]={ limit={ @@ -153928,7 +157826,7 @@ return { [1]="local_display_nearby_enemy_no_chaos_damage_resistance" } }, - [6992]={ + [7133]={ [1]={ [1]={ limit={ @@ -153957,7 +157855,7 @@ return { [1]="local_display_nearby_enemy_physical_damage_taken_+%" } }, - [6993]={ + [7134]={ [1]={ [1]={ limit={ @@ -153973,7 +157871,7 @@ return { [1]="local_display_self_crushed" } }, - [6994]={ + [7135]={ [1]={ [1]={ limit={ @@ -153989,7 +157887,7 @@ return { [1]="local_display_trigger_summon_infernal_familiar_when_allocated" } }, - [6995]={ + [7136]={ [1]={ [1]={ limit={ @@ -154005,7 +157903,7 @@ return { [1]="local_display_triggers_level_x_corpse_cloud_on_footstep" } }, - [6996]={ + [7137]={ [1]={ [1]={ limit={ @@ -154021,7 +157919,7 @@ return { [1]="local_display_triggers_level_x_detonation_on_off_hand_hit" } }, - [6997]={ + [7138]={ [1]={ [1]={ limit={ @@ -154037,7 +157935,7 @@ return { [1]="local_display_triggers_level_x_ember_fusillade_on_spell_cast" } }, - [6998]={ + [7139]={ [1]={ [1]={ limit={ @@ -154053,7 +157951,7 @@ return { [1]="local_display_triggers_level_x_gas_cloud_on_main_hand_hit" } }, - [6999]={ + [7140]={ [1]={ [1]={ limit={ @@ -154069,7 +157967,7 @@ return { [1]="local_display_triggers_level_x_lightning_bolt_on_critical_strike" } }, - [7000]={ + [7141]={ [1]={ [1]={ limit={ @@ -154085,7 +157983,7 @@ return { [1]="local_display_triggers_level_x_spark_on_killing_shocked_enemy_with_enemy_location_as_origin" } }, - [7001]={ + [7142]={ [1]={ [1]={ limit={ @@ -154101,7 +157999,7 @@ return { [1]="local_double_damage_with_attacks" } }, - [7002]={ + [7143]={ [1]={ [1]={ limit={ @@ -154126,7 +158024,7 @@ return { [1]="local_double_damage_with_attacks_chance_%" } }, - [7003]={ + [7144]={ [1]={ [1]={ limit={ @@ -154142,7 +158040,23 @@ return { [1]="local_double_hit_damage_stun_build_up" } }, - [7004]={ + [7145]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Gain {0}% Edict Declaration when you disable a rare monster mod" + } + }, + stats={ + [1]="local_edict_declaration_gain_per_mod_disabled" + } + }, + [7146]={ [1]={ [1]={ limit={ @@ -154158,7 +158072,7 @@ return { [1]="local_elemental_damage_+%_per_2%_quality" } }, - [7005]={ + [7147]={ [1]={ [1]={ [1]={ @@ -154178,7 +158092,7 @@ return { [1]="local_energy_shield_regeneration_per_minute_%_if_crit_recently" } }, - [7006]={ + [7148]={ [1]={ [1]={ limit={ @@ -154194,7 +158108,7 @@ return { [1]="local_evasion_rating_and_energy_shield" } }, - [7007]={ + [7149]={ [1]={ [1]={ limit={ @@ -154210,7 +158124,7 @@ return { [1]="local_explode_on_kill_with_crit_%_physical_damage_to_deal" } }, - [7008]={ + [7150]={ [1]={ [1]={ limit={ @@ -154226,27 +158140,148 @@ return { [1]="local_fire_resistance_%_per_2%_quality" } }, - [7009]={ + [7151]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="On Corruption, Item gains two Enchantments" + } + }, + stats={ + [1]="local_force_corruption_outcome_two_enchants" + } + }, + [7152]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="With a Murderous Eye Jewel Socketed, Melee Attacks grant {0} Rage on Hit, no more than once every second" + } + }, + stats={ + [1]="local_gain_X_rage_on_attack_hit_with_melee_abyss_jewel_socketed" + } + }, + [7153]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0} Rage on Hit" + } + }, + stats={ + [1]="local_gain_X_rage_on_hit" + } + }, + [7154]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="With a Murderous Eye Jewel Socketed, Melee Hits have {0}% chance to Fortify" + } + }, + stats={ + [1]="local_gain_fortify_on_melee_hit_chance_%_with_melee_abyss_jewel_socketed" + } + }, + [7155]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Every 10 seconds, gain a random non-damaging Shrine buff for 20 seconds" + } + }, + stats={ + [1]="local_gain_shrine_buff_every_10_seconds" + } + }, + [7156]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Global Defences per Socket filled" + }, + [2]={ [1]={ - k="per_minute_to_per_second_2dp", + k="negate", v=1 }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Global Defences per Socket filled" + } + }, + stats={ + [1]="local_global_defences_+%_per_rune_or_soul_core" + } + }, + [7157]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Conquered Attribute Passive Skills also grant {0:+d} to all Attributes" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_attribute_passives_grant_all_attributes" + } + }, + [7158]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="Gains {0} Charges per Second" + text="Conquered Attribute Passive Skills also grant {0:+d} to Dexterity" } }, stats={ - [1]="local_flask_gain_X_charges_every_minute" + [1]="local_historic_abyss_jewel_conquered_attribute_passives_grant_dexterity" } }, - [7010]={ + [7159]={ [1]={ [1]={ limit={ @@ -154255,14 +158290,46 @@ return { [2]="#" } }, - text="Instant recovery when on Low Mana" + text="Conquered Attribute Passive Skills also grant {0:+d} to Intelligence" } }, stats={ - [1]="local_flask_recover_instantly_when_on_low_mana" + [1]="local_historic_abyss_jewel_conquered_attribute_passives_grant_intelligence" } }, - [7011]={ + [7160]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Conquered Attribute Passive Skills also grant {0:+d} to Strength" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_attribute_passives_grant_strength" + } + }, + [7161]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Conquered Attribute Passive Skills also grant {0:+d} to Tribute" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_attribute_passives_grant_tribute" + } + }, + [7162]={ [1]={ [1]={ limit={ @@ -154271,14 +158338,27 @@ return { [2]="#" } }, - text="On Corruption, Item gains two Enchantments" + text="Conquered Small Passive Skills also grant {0}% increased Elemental Ailment Threshold" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Elemental Ailment Threshold" } }, stats={ - [1]="local_force_corruption_outcome_two_enchants" + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_ailment_threshold_+%" } }, - [7012]={ + [7163]={ [1]={ [1]={ limit={ @@ -154287,30 +158367,85 @@ return { [2]="#" } }, - text="With a Murderous Eye Jewel Socketed, Melee Attacks grant {0} Rage on Hit, no more than once every second" + text="Conquered Small Passive Skills also grant {0}% increased Armour" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Armour" } }, stats={ - [1]="local_gain_X_rage_on_attack_hit_with_melee_abyss_jewel_socketed" + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_armour_rating_+%" } }, - [7013]={ + [7164]={ [1]={ [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Attack damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Attack damage" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_attack_damage_+%" + } + }, + [7165]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, [2]="#" } }, - text="Gain {0} Rage on Hit" + text="Conquered Small Passive Skills also grant {0}% increased Chaos damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Chaos damage" } }, stats={ - [1]="local_gain_X_rage_on_hit" + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_chaos_damage_+%" } }, - [7014]={ + [7166]={ [1]={ [1]={ limit={ @@ -154319,14 +158454,27 @@ return { [2]="#" } }, - text="With a Murderous Eye Jewel Socketed, Melee Hits have {0}% chance to Fortify" + text="Conquered Small Passive Skills also grant {0}% increased Elemental Damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Elemental Damage" } }, stats={ - [1]="local_gain_fortify_on_melee_hit_chance_%_with_melee_abyss_jewel_socketed" + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_elemental_damage_+%" } }, - [7015]={ + [7167]={ [1]={ [1]={ limit={ @@ -154335,7 +158483,7 @@ return { [2]="#" } }, - text="{0}% increased Global Defences per Socket filled" + text="Conquered Small Passive Skills also grant {0}% increased Energy Shield" }, [2]={ [1]={ @@ -154348,14 +158496,257 @@ return { [2]=-1 } }, - text="{0}% reduced Global Defences per Socket filled" + text="Conquered Small Passive Skills also grant {0}% reduced Energy Shield" } }, stats={ - [1]="local_global_defences_+%_per_rune_or_soul_core" + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_energy_shield_+%" } }, - [7016]={ + [7168]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Evasion Rating" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Evasion Rating" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_evasion_rating_+%" + } + }, + [7169]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Life Regeneration rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Life Regeneration rate" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_life_regen_rate_+%" + } + }, + [7170]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Mana Regeneration rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Mana Regeneration rate" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_mana_regen_rate_+%" + } + }, + [7171]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant Minions deal {0}% increased damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant Minions deal {0}% reduced damage" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_minions_deal_increased_damage_+%" + } + }, + [7172]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Physical damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Physical damage" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_physical_damage_+%" + } + }, + [7173]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Spell damage" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Spell damage" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_spell_damage_+%" + } + }, + [7174]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Conquered Small Passive Skills also grant {0}% increased Stun Threshold" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Conquered Small Passive Skills also grant {0}% reduced Stun Threshold" + } + }, + stats={ + [1]="local_historic_abyss_jewel_conquered_small_passives_grant_stun_threshold_+%" + } + }, + [7175]={ + [1]={ + [1]={ + [1]={ + k="passive_hash", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="One Conquered Notable Passive Skill becomes {0}" + } + }, + stats={ + [1]="local_historic_jewel_override_1_conquored_notable_to_passive_hash_1" + } + }, + [7176]={ + [1]={ + [1]={ + [1]={ + k="passive_hash", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="One Conquered Notable Passive Skill becomes {0}" + } + }, + stats={ + [1]="local_historic_jewel_override_1_conquored_notable_to_passive_hash_2" + } + }, + [7177]={ [1]={ [1]={ limit={ @@ -154371,7 +158762,7 @@ return { [1]="local_hits_with_this_weapon_always_hit_if_have_blocked_recently" } }, - [7017]={ + [7178]={ [1]={ [1]={ limit={ @@ -154400,7 +158791,7 @@ return { [1]="local_hits_with_this_weapon_freeze_as_though_damage_+%_final" } }, - [7018]={ + [7179]={ [1]={ [1]={ limit={ @@ -154416,7 +158807,7 @@ return { [1]="local_hits_with_this_weapon_ignore_poison_limit" } }, - [7019]={ + [7180]={ [1]={ [1]={ limit={ @@ -154445,7 +158836,7 @@ return { [1]="local_hits_with_this_weapon_shock_as_though_damage_+%_final" } }, - [7020]={ + [7181]={ [1]={ [1]={ limit={ @@ -154474,7 +158865,7 @@ return { [1]="local_ignite_effect_+%_final_with_this_weapon" } }, - [7021]={ + [7182]={ [1]={ [1]={ limit={ @@ -154490,7 +158881,7 @@ return { [1]="local_immune_to_curses_if_item_corrupted" } }, - [7022]={ + [7183]={ [1]={ [1]={ limit={ @@ -154515,7 +158906,7 @@ return { [1]="local_inflict_lightning_exposure_on_hit_%_chance" } }, - [7023]={ + [7184]={ [1]={ [1]={ limit={ @@ -154540,7 +158931,7 @@ return { [1]="local_inflict_malignant_madness_on_critical_strike_%_if_eater_of_worlds_dominant" } }, - [7024]={ + [7185]={ [1]={ [1]={ limit={ @@ -154556,7 +158947,87 @@ return { [1]="local_intelligence_per_2%_quality" } }, - [7025]={ + [7186]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This item gains bonuses from Socketed Items as though it was a Body Armour" + } + }, + stats={ + [1]="local_item_benefit_socketable_as_if_body_armour" + } + }, + [7187]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This item gains bonuses from Socketed Items as though it was Boots" + } + }, + stats={ + [1]="local_item_benefit_socketable_as_if_boots" + } + }, + [7188]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This item gains bonuses from Socketed Items as though it was Gloves" + } + }, + stats={ + [1]="local_item_benefit_socketable_as_if_gloves" + } + }, + [7189]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This item gains bonuses from Socketed Items as though it was a Helmet" + } + }, + stats={ + [1]="local_item_benefit_socketable_as_if_helmet" + } + }, + [7190]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="This item gains bonuses from Socketed Items as though it was a Shield" + } + }, + stats={ + [1]="local_item_benefit_socketable_as_if_shield" + } + }, + [7191]={ [1]={ [1]={ limit={ @@ -154572,7 +159043,7 @@ return { [1]="local_item_can_roll_all_influences" } }, - [7026]={ + [7192]={ [1]={ [1]={ limit={ @@ -154601,7 +159072,7 @@ return { [1]="local_item_found_rarity_+%_per_rune_or_soul_core" } }, - [7027]={ + [7193]={ [1]={ [1]={ limit={ @@ -154617,7 +159088,7 @@ return { [1]="local_item_quality_+" } }, - [7028]={ + [7194]={ [1]={ [1]={ limit={ @@ -154633,7 +159104,7 @@ return { [1]="local_item_sell_price_doubled" } }, - [7029]={ + [7195]={ [1]={ [1]={ limit={ @@ -154649,7 +159120,7 @@ return { [1]="local_item_stats_are_doubled_in_breach" } }, - [7030]={ + [7196]={ [1]={ [1]={ limit={ @@ -154665,7 +159136,7 @@ return { [1]="local_jewel_allocated_non_notable_passives_in_radius_grant_nothing" } }, - [7031]={ + [7197]={ [1]={ [1]={ limit={ @@ -154681,7 +159152,7 @@ return { [1]="local_jewel_copy_stats_from_unallocated_non_notable_passives_in_radius" } }, - [7032]={ + [7198]={ [1]={ [1]={ limit={ @@ -154697,7 +159168,7 @@ return { [1]="local_jewel_disable_combust_with_40_strength_in_radius" } }, - [7033]={ + [7199]={ [1]={ [1]={ limit={ @@ -154722,7 +159193,7 @@ return { [1]="local_jewel_display_radius_change" } }, - [7034]={ + [7200]={ [1]={ [1]={ limit={ @@ -154751,7 +159222,7 @@ return { [1]="local_jewel_expansion_jewels_count" } }, - [7035]={ + [7201]={ [1]={ [1]={ limit={ @@ -154780,7 +159251,7 @@ return { [1]="local_jewel_expansion_jewels_count_override" } }, - [7036]={ + [7202]={ [1]={ [1]={ limit={ @@ -154796,7 +159267,7 @@ return { [1]="local_jewel_expansion_keystone_disciple_of_kitava" } }, - [7037]={ + [7203]={ [1]={ [1]={ limit={ @@ -154812,7 +159283,7 @@ return { [1]="local_jewel_expansion_keystone_hollow_palm_technique" } }, - [7038]={ + [7204]={ [1]={ [1]={ limit={ @@ -154828,7 +159299,7 @@ return { [1]="local_jewel_expansion_keystone_kineticism" } }, - [7039]={ + [7205]={ [1]={ [1]={ limit={ @@ -154844,7 +159315,7 @@ return { [1]="local_jewel_expansion_keystone_lone_messenger" } }, - [7040]={ + [7206]={ [1]={ [1]={ limit={ @@ -154860,7 +159331,7 @@ return { [1]="local_jewel_expansion_keystone_natures_patience" } }, - [7041]={ + [7207]={ [1]={ [1]={ limit={ @@ -154876,7 +159347,7 @@ return { [1]="local_jewel_expansion_keystone_pitfighter" } }, - [7042]={ + [7208]={ [1]={ [1]={ limit={ @@ -154892,7 +159363,7 @@ return { [1]="local_jewel_expansion_keystone_secrets_of_suffering" } }, - [7043]={ + [7209]={ [1]={ [1]={ limit={ @@ -154908,7 +159379,7 @@ return { [1]="local_jewel_expansion_keystone_veterans_awareness" } }, - [7044]={ + [7210]={ [1]={ [1]={ [1]={ @@ -154928,7 +159399,7 @@ return { [1]="local_jewel_expansion_passive_node_index" } }, - [7045]={ + [7211]={ [1]={ [1]={ limit={ @@ -154944,7 +159415,7 @@ return { [1]="local_jewel_fireball_cannot_ignite" } }, - [7046]={ + [7212]={ [1]={ [1]={ limit={ @@ -154960,7 +159431,7 @@ return { [1]="local_jewel_fireball_chance_to_scorch_%" } }, - [7047]={ + [7213]={ [1]={ [1]={ limit={ @@ -154989,7 +159460,7 @@ return { [1]="local_jewel_magma_orb_damage_+%_final_with_40_int_in_radius" } }, - [7048]={ + [7214]={ [1]={ [1]={ limit={ @@ -155018,7 +159489,7 @@ return { [1]="local_jewel_magma_orb_damage_+%_final_per_chain_with_40_int_in_radius" } }, - [7049]={ + [7215]={ [1]={ [1]={ limit={ @@ -155034,7 +159505,7 @@ return { [1]="local_jewel_molten_strike_projectiles_chain_when_impacting_ground_with_40_str_in_radius" } }, - [7050]={ + [7216]={ [1]={ [1]={ limit={ @@ -155059,7 +159530,7 @@ return { [1]="local_jewel_molten_strike_projectiles_chain_count_+_with_40_str_in_radius" } }, - [7051]={ + [7217]={ [1]={ [1]={ limit={ @@ -155088,7 +159559,7 @@ return { [1]="local_jewel_molten_strike_projectiles_count_+%_final_with_40_str_in_radius" } }, - [7052]={ + [7218]={ [1]={ [1]={ limit={ @@ -155117,7 +159588,7 @@ return { [1]="local_jewel_notable_passive_in_radius_effect_+%" } }, - [7053]={ + [7219]={ [1]={ [1]={ limit={ @@ -155146,7 +159617,7 @@ return { [1]="local_jewel_notables_in_radius_grant_base_projectile_speed_+%" } }, - [7054]={ + [7220]={ [1]={ [1]={ limit={ @@ -155175,7 +159646,7 @@ return { [1]="local_jewel_notables_in_radius_grant_base_skill_area_of_effect_+%" } }, - [7055]={ + [7221]={ [1]={ [1]={ limit={ @@ -155204,7 +159675,7 @@ return { [1]="local_jewel_notables_in_radius_grant_curse_effect_+%" } }, - [7056]={ + [7222]={ [1]={ [1]={ limit={ @@ -155233,7 +159704,7 @@ return { [1]="local_jewel_small_passive_in_radius_effect_+%" } }, - [7057]={ + [7223]={ [1]={ [1]={ limit={ @@ -155262,7 +159733,7 @@ return { [1]="local_jewel_small_passives_in_radius_grant_evasion_rating_+%" } }, - [7058]={ + [7224]={ [1]={ [1]={ limit={ @@ -155291,7 +159762,7 @@ return { [1]="local_jewel_small_passives_in_radius_grant_maximum_energy_shield_+%" } }, - [7059]={ + [7225]={ [1]={ [1]={ limit={ @@ -155320,7 +159791,7 @@ return { [1]="local_jewel_small_passives_in_radius_grant_physical_damage_reduction_rating_+%" } }, - [7060]={ + [7226]={ [1]={ [1]={ limit={ @@ -155336,7 +159807,7 @@ return { [1]="local_kill_enemy_on_hit_if_under_15%_life_if_searing_exarch_dominant" } }, - [7061]={ + [7227]={ [1]={ [1]={ limit={ @@ -155352,7 +159823,7 @@ return { [1]="local_left_ring_slot_cover_in_ash_for_x_seconds_when_igniting_enemy" } }, - [7062]={ + [7228]={ [1]={ [1]={ limit={ @@ -155368,7 +159839,7 @@ return { [1]="local_left_ring_slot_projectiles_from_spells_cannot_chain" } }, - [7063]={ + [7229]={ [1]={ [1]={ limit={ @@ -155384,7 +159855,7 @@ return { [1]="local_left_ring_slot_projectiles_from_spells_fork" } }, - [7064]={ + [7230]={ [1]={ [1]={ limit={ @@ -155400,7 +159871,7 @@ return { [1]="local_left_ring_socketed_curse_replaces_skitterbots_chilling_aura" } }, - [7065]={ + [7231]={ [1]={ [1]={ limit={ @@ -155429,7 +159900,7 @@ return { [1]="local_life_gain_per_target_vs_blinded_enemies" } }, - [7066]={ + [7232]={ [1]={ [1]={ limit={ @@ -155458,7 +159929,7 @@ return { [1]="local_life_gain_per_target_while_leeching" } }, - [7067]={ + [7233]={ [1]={ [1]={ limit={ @@ -155474,7 +159945,7 @@ return { [1]="local_lightning_resistance_%_per_2%_quality" } }, - [7068]={ + [7234]={ [1]={ [1]={ limit={ @@ -155499,7 +159970,7 @@ return { [1]="local_maim_on_hit_%" } }, - [7069]={ + [7235]={ [1]={ [1]={ limit={ @@ -155515,7 +159986,7 @@ return { [1]="local_maximum_added_lightning_damage_equal_to_total_monster_power_of_enemies_hit_in_past_6_seconds_up_to_X" } }, - [7070]={ + [7236]={ [1]={ [1]={ limit={ @@ -155544,7 +160015,7 @@ return { [1]="local_maximum_energy_shield_+%_if_item_corrupted" } }, - [7071]={ + [7237]={ [1]={ [1]={ limit={ @@ -155560,7 +160031,7 @@ return { [1]="local_maximum_life_per_2%_quality" } }, - [7072]={ + [7238]={ [1]={ [1]={ limit={ @@ -155589,7 +160060,7 @@ return { [1]="local_maximum_life_+%_if_item_corrupted" } }, - [7073]={ + [7239]={ [1]={ [1]={ limit={ @@ -155618,7 +160089,7 @@ return { [1]="local_maximum_life_+%_per_rune_or_soul_core" } }, - [7074]={ + [7240]={ [1]={ [1]={ limit={ @@ -155634,7 +160105,7 @@ return { [1]="local_maximum_mana_per_2%_quality" } }, - [7075]={ + [7241]={ [1]={ [1]={ limit={ @@ -155663,7 +160134,7 @@ return { [1]="local_maximum_mana_+%_per_rune_or_soul_core" } }, - [7076]={ + [7242]={ [1]={ [1]={ limit={ @@ -155679,7 +160150,7 @@ return { [1]="local_maximum_quality_is_%" } }, - [7077]={ + [7243]={ [1]={ [1]={ limit={ @@ -155695,7 +160166,7 @@ return { [1]="local_maximum_quality_+" } }, - [7078]={ + [7244]={ [1]={ [1]={ limit={ @@ -155711,7 +160182,7 @@ return { [1]="local_minion_accuracy_rating_with_minion_abyss_jewel_socketed" } }, - [7079]={ + [7245]={ [1]={ [1]={ limit={ @@ -155740,7 +160211,7 @@ return { [1]="local_movement_speed_+%_if_item_corrupted" } }, - [7080]={ + [7246]={ [1]={ [1]={ limit={ @@ -155756,23 +160227,7 @@ return { [1]="local_no_critical_strike_multiplier" } }, - [7081]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="No Chance to Deflect" - } - }, - stats={ - [1]="local_no_deflect_chance" - } - }, - [7082]={ + [7247]={ [1]={ [1]={ limit={ @@ -155797,7 +160252,7 @@ return { [1]="local_poison_on_critical_strike_chance_%" } }, - [7083]={ + [7248]={ [1]={ [1]={ limit={ @@ -155822,7 +160277,7 @@ return { [1]="local_poison_on_hit_%" } }, - [7084]={ + [7249]={ [1]={ [1]={ limit={ @@ -155847,7 +160302,7 @@ return { [1]="local_projectile_speed_+%" } }, - [7085]={ + [7250]={ [1]={ [1]={ limit={ @@ -155863,7 +160318,7 @@ return { [1]="local_requirements_%_to_convert_to_dexterity" } }, - [7086]={ + [7251]={ [1]={ [1]={ limit={ @@ -155879,7 +160334,7 @@ return { [1]="local_requirements_%_to_convert_to_intelligence" } }, - [7087]={ + [7252]={ [1]={ [1]={ limit={ @@ -155895,7 +160350,7 @@ return { [1]="local_requirements_%_to_convert_to_strength" } }, - [7088]={ + [7253]={ [1]={ [1]={ limit={ @@ -155911,7 +160366,7 @@ return { [1]="local_resist_all_elements_%_if_item_corrupted" } }, - [7089]={ + [7254]={ [1]={ [1]={ limit={ @@ -155940,7 +160395,7 @@ return { [1]="local_resist_all_elements_+%_per_rune_or_soul_core" } }, - [7090]={ + [7255]={ [1]={ [1]={ limit={ @@ -155956,7 +160411,7 @@ return { [1]="local_right_ring_slot_cover_in_frost_for_x_seconds_when_freezing_enemy" } }, - [7091]={ + [7256]={ [1]={ [1]={ limit={ @@ -155972,7 +160427,7 @@ return { [1]="local_right_ring_slot_number_of_additional_chains_for_spell_projectiles" } }, - [7092]={ + [7257]={ [1]={ [1]={ limit={ @@ -155988,7 +160443,7 @@ return { [1]="local_right_ring_slot_projectiles_from_spells_cannot_fork" } }, - [7093]={ + [7258]={ [1]={ [1]={ limit={ @@ -156004,7 +160459,7 @@ return { [1]="local_right_ring_socketed_curse_replaces_skitterbots_shocking_aura" } }, - [7094]={ + [7259]={ [1]={ [1]={ limit={ @@ -156033,7 +160488,7 @@ return { [1]="local_ring_attack_speed_+%_final" } }, - [7095]={ + [7260]={ [1]={ [1]={ limit={ @@ -156062,7 +160517,7 @@ return { [1]="local_ring_burning_damage_+%_final" } }, - [7096]={ + [7261]={ [1]={ [1]={ limit={ @@ -156091,7 +160546,7 @@ return { [1]="local_ring_nova_spells_area_of_effect_+%_final" } }, - [7097]={ + [7262]={ [1]={ [1]={ limit={ @@ -156100,7 +160555,7 @@ return { [2]="#" } }, - text="{0}% increased effect of Socketed Items" + text="{0}% increased effect of Socketed Runes" }, [2]={ [1]={ @@ -156113,14 +160568,14 @@ return { [2]=-1 } }, - text="{0}% reduced effect of Socketed Items" + text="{0}% reduced effect of Socketed Runes" } }, stats={ - [1]="local_rune_and_soul_core_effect_+%" + [1]="local_rune_effect_+%" } }, - [7098]={ + [7263]={ [1]={ [1]={ limit={ @@ -156129,7 +160584,7 @@ return { [2]="#" } }, - text="{0}% increased effect of Socketed Runes" + text="{}% increased Empowerment" }, [2]={ [1]={ @@ -156142,14 +160597,30 @@ return { [2]=-1 } }, - text="{0}% reduced effect of Socketed Runes" + text="{}% reduced Empowerment" } }, stats={ - [1]="local_rune_effect_+%" + [1]="local_sentinel_drone_difficulty_+%" } }, - [7099]={ + [7264]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Double Stun Threshold while Shield is Raised" + } + }, + stats={ + [1]="local_shield_double_stun_threshold_while_active_blocking" + } + }, + [7265]={ [1]={ [1]={ limit={ @@ -156158,7 +160629,7 @@ return { [2]="#" } }, - text="{}% increased Empowerment" + text="{0}% increased effect of Socketed Items" }, [2]={ [1]={ @@ -156171,30 +160642,14 @@ return { [2]=-1 } }, - text="{}% reduced Empowerment" - } - }, - stats={ - [1]="local_sentinel_drone_difficulty_+%" - } - }, - [7100]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Double Stun Threshold while Shield is Raised" + text="{0}% reduced effect of Socketed Items" } }, stats={ - [1]="local_shield_double_stun_threshold_while_active_blocking" + [1]="local_socketed_items_effect_+%" } }, - [7101]={ + [7266]={ [1]={ [1]={ limit={ @@ -156223,7 +160678,7 @@ return { [1]="local_soul_core_effect_+%" } }, - [7102]={ + [7267]={ [1]={ [1]={ limit={ @@ -156252,7 +160707,7 @@ return { [1]="local_spell_damage_+%_if_item_corrupted" } }, - [7103]={ + [7268]={ [1]={ [1]={ limit={ @@ -156268,7 +160723,7 @@ return { [1]="local_spells_gain_arcane_surge_on_hit_with_caster_abyss_jewel_socketed" } }, - [7104]={ + [7269]={ [1]={ [1]={ limit={ @@ -156284,7 +160739,7 @@ return { [1]="local_spirit_+_per_rune_or_soul_core" } }, - [7105]={ + [7270]={ [1]={ [1]={ limit={ @@ -156300,7 +160755,7 @@ return { [1]="local_strength_per_2%_quality" } }, - [7106]={ + [7271]={ [1]={ [1]={ limit={ @@ -156316,7 +160771,7 @@ return { [1]="local_stun_threshold_+_per_rune_or_soul_core" } }, - [7107]={ + [7272]={ [1]={ [1]={ limit={ @@ -156332,7 +160787,7 @@ return { [1]="local_tablet_make_maps_in_radius_available" } }, - [7108]={ + [7273]={ [1]={ [1]={ limit={ @@ -156348,7 +160803,7 @@ return { [1]="local_unique_flask_explode_enemies_for_10%_life_as_random_element_on_kill_chance_%_during_flask_effect" } }, - [7109]={ + [7274]={ [1]={ [1]={ limit={ @@ -156364,7 +160819,23 @@ return { [1]="local_unique_flask_life_recovered_above_effective_life_is_instead_added_as_guard_for_X_seconds" } }, - [7110]={ + [7275]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="DNT Maximum Rage is doubled during effect" + } + }, + stats={ + [1]="local_unique_flask_maximum_rage_is_doubled_during_effect" + } + }, + [7276]={ [1]={ [1]={ limit={ @@ -156380,7 +160851,7 @@ return { [1]="local_unique_flask_nova_with_chaos_damage_equal_to_%_mana_spent_during_flask_effect" } }, - [7111]={ + [7277]={ [1]={ [1]={ limit={ @@ -156396,7 +160867,7 @@ return { [1]="local_unique_flask_recover_all_mana_on_use" } }, - [7112]={ + [7278]={ [1]={ [1]={ limit={ @@ -156412,7 +160883,7 @@ return { [1]="local_unique_flask_take_chaos_damage_equal_to_current_mana_%_when_flask_effect_ends" } }, - [7113]={ + [7279]={ [1]={ [1]={ limit={ @@ -156441,7 +160912,7 @@ return { [1]="local_unique_jewel_accuracy_rating_+_per_10_dex_unallocated_in_radius" } }, - [7114]={ + [7280]={ [1]={ [1]={ [1]={ @@ -156461,7 +160932,7 @@ return { [1]="local_unique_jewel_blight_applies_wither_for_ms_with_40_int_in_radius" } }, - [7115]={ + [7281]={ [1]={ [1]={ [1]={ @@ -156481,7 +160952,7 @@ return { [1]="local_unique_jewel_blight_applies_wither_for_two_seconds_with_40_int_in_radius" } }, - [7116]={ + [7282]={ [1]={ [1]={ limit={ @@ -156510,7 +160981,7 @@ return { [1]="local_unique_jewel_blight_cast_speed_+%_with_40_int_in_radius" } }, - [7117]={ + [7283]={ [1]={ [1]={ limit={ @@ -156526,7 +160997,7 @@ return { [1]="local_unique_jewel_blight_hinder_duration_+%_with_40_int_in_radius" } }, - [7118]={ + [7284]={ [1]={ [1]={ limit={ @@ -156542,7 +161013,7 @@ return { [1]="local_unique_jewel_blight_hinder_enemy_chaos_damage_taken_+%_with_40_int_in_radius" } }, - [7119]={ + [7285]={ [1]={ [1]={ limit={ @@ -156558,7 +161029,7 @@ return { [1]="local_unique_jewel_blight_skill_area_of_effect_+%_after_1_second_channelling_with_50_int_in_radius" } }, - [7120]={ + [7286]={ [1]={ [1]={ limit={ @@ -156574,7 +161045,7 @@ return { [1]="local_unique_jewel_caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground_with_40_dex_in_radius" } }, - [7121]={ + [7287]={ [1]={ [1]={ limit={ @@ -156603,7 +161074,7 @@ return { [1]="local_unique_jewel_caustic_arrow_damage_over_time_+%_with_40_dex_in_radius" } }, - [7122]={ + [7288]={ [1]={ [1]={ limit={ @@ -156632,7 +161103,7 @@ return { [1]="local_unique_jewel_caustic_arrow_hit_damage_+%_with_40_dex_in_radius" } }, - [7123]={ + [7289]={ [1]={ [1]={ limit={ @@ -156648,7 +161119,7 @@ return { [1]="local_unique_jewel_cold_and_lightning_resistance_to_melee_damage" } }, - [7124]={ + [7290]={ [1]={ [1]={ limit={ @@ -156664,23 +161135,7 @@ return { [1]="local_unique_jewel_cold_resistance_also_grants_frenzy_charge_on_kill_chance" } }, - [7125]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Passives granting Cold Resistance or all Elemental Resistances in Radius\nalso grant Chance to Suppress Spell Damage at {0}% of its value" - } - }, - stats={ - [1]="local_unique_jewel_cold_resistance_also_grants_spell_suppression_chance_scaled_%" - } - }, - [7126]={ + [7291]={ [1]={ [1]={ limit={ @@ -156696,7 +161151,7 @@ return { [1]="local_unique_jewel_cold_snap_uses_gains_power_charges_instead_of_frenzy_with_40_int_in_radius" } }, - [7127]={ + [7292]={ [1]={ [1]={ limit={ @@ -156725,7 +161180,7 @@ return { [1]="local_unique_jewel_discharge_area_of_effect_+%_final_with_40_int_in_radius" } }, - [7128]={ + [7293]={ [1]={ [1]={ limit={ @@ -156741,7 +161196,7 @@ return { [1]="local_unique_jewel_discharge_cooldown_override_ms_with_40_int_in_radius" } }, - [7129]={ + [7294]={ [1]={ [1]={ limit={ @@ -156770,7 +161225,7 @@ return { [1]="local_unique_jewel_discharge_damage_+%_final_with_40_int_in_radius" } }, - [7130]={ + [7295]={ [1]={ [1]={ [1]={ @@ -156790,7 +161245,7 @@ return { [1]="local_unique_jewel_disconnected_passives_can_be_allocated_around_keystone_hash" } }, - [7131]={ + [7296]={ [1]={ [1]={ limit={ @@ -156806,7 +161261,7 @@ return { [1]="local_unique_jewel_dot_multiplier_+_per_10_int_unallocated_in_radius" } }, - [7132]={ + [7297]={ [1]={ [1]={ limit={ @@ -156835,7 +161290,7 @@ return { [1]="local_unique_jewel_dual_strike_accuracy_rating_+%_while_wielding_sword_with_40_dex_in_radius" } }, - [7133]={ + [7298]={ [1]={ [1]={ limit={ @@ -156864,7 +161319,7 @@ return { [1]="local_unique_jewel_dual_strike_attack_speed_+%_while_wielding_claw_with_40_dex_in_radius" } }, - [7134]={ + [7299]={ [1]={ [1]={ limit={ @@ -156880,7 +161335,7 @@ return { [1]="local_unique_jewel_dual_strike_critical_strike_multiplier_+_while_wielding_dagger_with_40_dex_in_radius" } }, - [7135]={ + [7300]={ [1]={ [1]={ limit={ @@ -156896,7 +161351,7 @@ return { [1]="local_unique_jewel_dual_strike_intimidate_on_hit_while_wielding_axe_with_40_dex_in_radius" } }, - [7136]={ + [7301]={ [1]={ [1]={ limit={ @@ -156921,7 +161376,7 @@ return { [1]="local_unique_jewel_dual_strike_main_hand_deals_double_damage_%_with_40_dex_in_radius" } }, - [7137]={ + [7302]={ [1]={ [1]={ limit={ @@ -156937,7 +161392,7 @@ return { [1]="local_unique_jewel_dual_strike_melee_splash_while_wielding_mace_with_40_dex_in_radius" } }, - [7138]={ + [7303]={ [1]={ [1]={ limit={ @@ -156953,7 +161408,7 @@ return { [1]="local_unique_jewel_dual_strike_melee_splash_with_off_hand_weapon_with_50_dex_in_radius" } }, - [7139]={ + [7304]={ [1]={ [1]={ limit={ @@ -156969,7 +161424,7 @@ return { [1]="local_unique_jewel_elemental_hit_50%_less_cold_damage_per_40_str_and_int" } }, - [7140]={ + [7305]={ [1]={ [1]={ limit={ @@ -156985,7 +161440,7 @@ return { [1]="local_unique_jewel_elemental_hit_50%_less_fire_damage_per_40_int_and_dex" } }, - [7141]={ + [7306]={ [1]={ [1]={ limit={ @@ -157001,7 +161456,7 @@ return { [1]="local_unique_jewel_elemental_hit_50%_less_lightning_damage_per_40_str_and_dex" } }, - [7142]={ + [7307]={ [1]={ [1]={ limit={ @@ -157017,7 +161472,7 @@ return { [1]="local_unique_jewel_elemental_hit_cannot_roll_cold_damage_with_40_int_+_str_in_radius" } }, - [7143]={ + [7308]={ [1]={ [1]={ limit={ @@ -157033,7 +161488,7 @@ return { [1]="local_unique_jewel_elemental_hit_cannot_roll_fire_damage_with_40_int_+_dex_in_radius" } }, - [7144]={ + [7309]={ [1]={ [1]={ limit={ @@ -157049,7 +161504,7 @@ return { [1]="local_unique_jewel_elemental_hit_cannot_roll_lightning_damage_with_40_dex_+_str_in_radius" } }, - [7145]={ + [7310]={ [1]={ [1]={ limit={ @@ -157065,7 +161520,7 @@ return { [1]="local_unique_jewel_fire_and_cold_resistance_to_spell_damage" } }, - [7146]={ + [7311]={ [1]={ [1]={ limit={ @@ -157081,7 +161536,7 @@ return { [1]="local_unique_jewel_fire_and_lightning_resistance_to_projectile_attack_damage" } }, - [7147]={ + [7312]={ [1]={ [1]={ limit={ @@ -157097,7 +161552,7 @@ return { [1]="local_unique_jewel_fire_resistance_also_grants_block_chance_scaled_%" } }, - [7148]={ + [7313]={ [1]={ [1]={ limit={ @@ -157113,7 +161568,7 @@ return { [1]="local_unique_jewel_fire_resistance_also_grants_endurance_charge_on_kill_chance" } }, - [7149]={ + [7314]={ [1]={ [1]={ limit={ @@ -157138,7 +161593,7 @@ return { [1]="local_unique_jewel_fire_trap_number_of_additional_traps_to_throw_with_40_dex_in_radius" } }, - [7150]={ + [7315]={ [1]={ [1]={ limit={ @@ -157154,7 +161609,7 @@ return { [1]="local_unique_jewel_frost_blades_melee_damage_penetrates_%_cold_resistance_with_40_dex_in_radius" } }, - [7151]={ + [7316]={ [1]={ [1]={ limit={ @@ -157183,7 +161638,7 @@ return { [1]="local_unique_jewel_frost_blades_projectile_speed_+%_with_40_dex_in_radius" } }, - [7152]={ + [7317]={ [1]={ [1]={ limit={ @@ -157208,7 +161663,7 @@ return { [1]="local_unique_jewel_frostbolt_additional_projectiles_with_40_int_in_radius" } }, - [7153]={ + [7318]={ [1]={ [1]={ limit={ @@ -157237,7 +161692,7 @@ return { [1]="local_unique_jewel_frostbolt_projectile_acceleration_with_50_int_in_radius" } }, - [7154]={ + [7319]={ [1]={ [1]={ limit={ @@ -157262,7 +161717,7 @@ return { [1]="local_unique_jewel_glacial_cascade_number_of_additional_bursts_with_40_int_in_radius" } }, - [7155]={ + [7320]={ [1]={ [1]={ limit={ @@ -157291,7 +161746,7 @@ return { [1]="local_unique_jewel_grants_x_empty_passives" } }, - [7156]={ + [7321]={ [1]={ [1]={ limit={ @@ -157320,7 +161775,7 @@ return { [1]="local_unique_jewel_ice_shot_additional_pierce_per_10_old_with_40_dex_in_radius" } }, - [7157]={ + [7322]={ [1]={ [1]={ limit={ @@ -157336,7 +161791,7 @@ return { [1]="local_unique_jewel_ice_shot_explosion_skill_area_of_effect_+%_with_50_dex_in_radius" } }, - [7158]={ + [7323]={ [1]={ [1]={ limit={ @@ -157361,7 +161816,7 @@ return { [1]="local_unique_jewel_ice_shot_pierce_+_with_40_dex_in_radius" } }, - [7159]={ + [7324]={ [1]={ [1]={ limit={ @@ -157390,7 +161845,7 @@ return { [1]="local_unique_jewel_life_recovery_rate_+%_per_10_str_allocated_in_radius" } }, - [7160]={ + [7325]={ [1]={ [1]={ limit={ @@ -157419,23 +161874,7 @@ return { [1]="local_unique_jewel_life_recovery_rate_+%_per_10_str_unallocated_in_radius" } }, - [7161]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Passives granting Lightning Resistance or all Elemental Resistances in Radius\nalso grant Chance to Block Spell Damage at {0}% of its value" - } - }, - stats={ - [1]="local_unique_jewel_lightning_resistance_also_grants_block_spells_chance_scaled_%" - } - }, - [7162]={ + [7326]={ [1]={ [1]={ limit={ @@ -157451,7 +161890,7 @@ return { [1]="local_unique_jewel_lightning_resistance_also_grants_power_charge_on_kill_chance" } }, - [7163]={ + [7327]={ [1]={ [1]={ limit={ @@ -157467,7 +161906,7 @@ return { [1]="local_unique_jewel_lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit_with_50_int_in_radius" } }, - [7164]={ + [7328]={ [1]={ [1]={ limit={ @@ -157492,7 +161931,7 @@ return { [1]="local_unique_jewel_magma_orb_additional_projectiles_with_40_int_in_radius" } }, - [7165]={ + [7329]={ [1]={ [1]={ limit={ @@ -157521,7 +161960,7 @@ return { [1]="local_unique_jewel_magma_orb_skill_area_of_effect_+%_per_bounce_with_50_int_in_radius" } }, - [7166]={ + [7330]={ [1]={ [1]={ limit={ @@ -157550,7 +161989,7 @@ return { [1]="local_unique_jewel_mana_recovery_rate_+%_per_10_int_allocated_in_radius" } }, - [7167]={ + [7331]={ [1]={ [1]={ limit={ @@ -157579,7 +162018,7 @@ return { [1]="local_unique_jewel_mana_recovery_rate_+%_per_10_int_unallocated_in_radius" } }, - [7168]={ + [7332]={ [1]={ [1]={ limit={ @@ -157604,7 +162043,7 @@ return { [1]="local_unique_jewel_molten_strike_number_of_additional_projectiles_with_50_str_in_radius" } }, - [7169]={ + [7333]={ [1]={ [1]={ limit={ @@ -157620,7 +162059,7 @@ return { [1]="local_unique_jewel_molten_strike_skill_area_of_effect_+%_with_50_str_in_radius" } }, - [7170]={ + [7334]={ [1]={ [1]={ limit={ @@ -157649,7 +162088,7 @@ return { [1]="local_unique_jewel_movement_speed_+%_per_10_dex_unallocated_in_radius" } }, - [7171]={ + [7335]={ [1]={ [1]={ limit={ @@ -157678,7 +162117,7 @@ return { [1]="local_unique_jewel_non_keystone_passive_in_radius_effect_+%" } }, - [7172]={ + [7336]={ [1]={ [1]={ limit={ @@ -157694,7 +162133,7 @@ return { [1]="local_unique_jewel_notable_passive_in_radius_does_nothing" } }, - [7173]={ + [7337]={ [1]={ [1]={ limit={ @@ -157723,7 +162162,7 @@ return { [1]="local_unique_jewel_passive_jewel_socket_mod_effect_+%_with_corrupted_magic_jewel_socketed" } }, - [7174]={ + [7338]={ [1]={ [1]={ limit={ @@ -157752,7 +162191,7 @@ return { [1]="local_unique_jewel_galvanic_arrow_area_damage_+%_with_40_dex_in_radius" } }, - [7175]={ + [7339]={ [1]={ [1]={ limit={ @@ -157777,7 +162216,7 @@ return { [1]="local_unique_jewel_skills_in_radius_grant_%_unarmed_melee_attack_speed" } }, - [7176]={ + [7340]={ [1]={ [1]={ limit={ @@ -157802,7 +162241,7 @@ return { [1]="local_unique_jewel_spark_number_of_additional_projectiles_with_40_int_in_radius" } }, - [7177]={ + [7341]={ [1]={ [1]={ limit={ @@ -157818,7 +162257,7 @@ return { [1]="local_unique_jewel_spark_projectiles_nova_with_40_int_in_radius" } }, - [7178]={ + [7342]={ [1]={ [1]={ limit={ @@ -157834,7 +162273,7 @@ return { [1]="local_unique_jewel_spectral_shield_throw_additional_chains_with_total_40_str_+_dex_in_radius" } }, - [7179]={ + [7343]={ [1]={ [1]={ limit={ @@ -157863,7 +162302,7 @@ return { [1]="local_unique_jewel_spectral_shield_throw_less_shard_projectiles_with_total_40_str_+_dex_in_radius" } }, - [7180]={ + [7344]={ [1]={ [1]={ limit={ @@ -157879,7 +162318,7 @@ return { [1]="local_unique_jewel_spectral_throw_gain_vaal_soul_for_vaal_st_on_hit_%_with_40_dex_in_radius" } }, - [7181]={ + [7345]={ [1]={ [1]={ limit={ @@ -157895,7 +162334,7 @@ return { [1]="local_unique_jewel_spectres_gain_soul_eater_on_kill_%_chance_with_50_int_in_radius" } }, - [7182]={ + [7346]={ [1]={ [1]={ limit={ @@ -157911,7 +162350,7 @@ return { [1]="local_unique_jewel_split_arrow_projectiles_fire_in_parallel_x_dist_with_40_dex_in_radius" } }, - [7183]={ + [7347]={ [1]={ [1]={ limit={ @@ -157927,7 +162366,7 @@ return { [1]="local_unique_jewel_zombie_slam_cooldown_speed_+%_with_50_int_in_radius" } }, - [7184]={ + [7348]={ [1]={ [1]={ limit={ @@ -157943,7 +162382,7 @@ return { [1]="local_unique_jewel_zombie_slam_damage_+%_with_50_int_in_radius" } }, - [7185]={ + [7349]={ [1]={ [1]={ limit={ @@ -157959,7 +162398,7 @@ return { [1]="local_weapon_accuracy_is_unaffected_by_distance" } }, - [7186]={ + [7350]={ [1]={ [1]={ limit={ @@ -157975,7 +162414,7 @@ return { [1]="local_weapon_crit_chance_is_%" } }, - [7187]={ + [7351]={ [1]={ [1]={ limit={ @@ -157991,7 +162430,32 @@ return { [1]="local_weapon_damage_%_to_gain_as_daze_build_up" } }, - [7188]={ + [7352]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Dazes on Hit" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to Daze on Hit" + } + }, + stats={ + [1]="local_weapon_daze_chance_%" + } + }, + [7353]={ [1]={ [1]={ limit={ @@ -158007,7 +162471,7 @@ return { [1]="local_weapon_range_+_per_10%_quality" } }, - [7189]={ + [7354]={ [1]={ [1]={ limit={ @@ -158032,7 +162496,7 @@ return { [1]="lose_%_of_infernal_flame_on_reaching_max" } }, - [7190]={ + [7355]={ [1]={ [1]={ limit={ @@ -158048,7 +162512,7 @@ return { [1]="lose_%_of_life_loss_over_4_seconds_instead" } }, - [7191]={ + [7356]={ [1]={ [1]={ [1]={ @@ -158068,7 +162532,7 @@ return { [1]="lose_%_of_max_infernal_flame_per_minute" } }, - [7192]={ + [7357]={ [1]={ [1]={ limit={ @@ -158084,7 +162548,7 @@ return { [1]="lose_adrenaline_on_losing_flame_touched" } }, - [7193]={ + [7358]={ [1]={ [1]={ limit={ @@ -158100,7 +162564,7 @@ return { [1]="lose_all_charges_on_starting_movement" } }, - [7194]={ + [7359]={ [1]={ [1]={ limit={ @@ -158116,7 +162580,7 @@ return { [1]="lose_all_fanatic_charges_on_reaching_maximum_fanatic_charges" } }, - [7195]={ + [7360]={ [1]={ [1]={ limit={ @@ -158132,7 +162596,7 @@ return { [1]="lose_all_power_charges_on_block" } }, - [7196]={ + [7361]={ [1]={ [1]={ limit={ @@ -158148,7 +162612,7 @@ return { [1]="lose_all_rage_on_reaching_maximum_rage" } }, - [7197]={ + [7362]={ [1]={ [1]={ limit={ @@ -158164,7 +162628,7 @@ return { [1]="lose_all_tailwind_when_hit" } }, - [7198]={ + [7363]={ [1]={ [1]={ limit={ @@ -158180,7 +162644,7 @@ return { [1]="lose_%_of_es_on_crit" } }, - [7199]={ + [7364]={ [1]={ [1]={ limit={ @@ -158196,7 +162660,7 @@ return { [1]="lose_%_of_life_and_energy_shield_when_you_use_a_chaos_skill" } }, - [7200]={ + [7365]={ [1]={ [1]={ limit={ @@ -158212,7 +162676,7 @@ return { [1]="lose_%_of_life_on_crit" } }, - [7201]={ + [7366]={ [1]={ [1]={ limit={ @@ -158228,7 +162692,7 @@ return { [1]="lose_%_of_mana_when_you_use_an_attack_skill" } }, - [7202]={ + [7367]={ [1]={ [1]={ limit={ @@ -158244,7 +162708,7 @@ return { [1]="lose_power_charge_each_second_if_not_detonated_mines_recently" } }, - [7203]={ + [7368]={ [1]={ [1]={ limit={ @@ -158260,7 +162724,7 @@ return { [1]="lose_x_life_when_you_use_skill" } }, - [7204]={ + [7369]={ [1]={ [1]={ limit={ @@ -158276,7 +162740,7 @@ return { [1]="lose_x_mana_when_you_use_skill" } }, - [7205]={ + [7370]={ [1]={ [1]={ limit={ @@ -158301,7 +162765,7 @@ return { [1]="local_display_lose_soul_eater_stack_every_x_seconds_while_no_unique_in_your_presence" } }, - [7206]={ + [7371]={ [1]={ [1]={ limit={ @@ -158317,7 +162781,7 @@ return { [1]="low_life_threshold_%_override" } }, - [7207]={ + [7372]={ [1]={ [1]={ limit={ @@ -158346,7 +162810,7 @@ return { [1]="mace_hit_damage_stun_multiplier_+%" } }, - [7208]={ + [7373]={ [1]={ [1]={ limit={ @@ -158362,7 +162826,7 @@ return { [1]="mace_slam_aftershock_chance_%" } }, - [7209]={ + [7374]={ [1]={ [1]={ limit={ @@ -158378,7 +162842,7 @@ return { [1]="mace_strike_aftershock_chance_%" } }, - [7210]={ + [7375]={ [1]={ [1]={ limit={ @@ -158407,7 +162871,7 @@ return { [1]="magic_monster_dropped_item_rarity_+%" } }, - [7211]={ + [7376]={ [1]={ [1]={ limit={ @@ -158432,7 +162896,7 @@ return { [1]="magma_orb_number_of_additional_projectiles" } }, - [7212]={ + [7377]={ [1]={ [1]={ limit={ @@ -158461,7 +162925,7 @@ return { [1]="magma_orb_skill_area_of_effect_+%_per_bounce" } }, - [7213]={ + [7378]={ [1]={ [1]={ limit={ @@ -158490,7 +162954,7 @@ return { [1]="maim_chance_+%" } }, - [7214]={ + [7379]={ [1]={ [1]={ limit={ @@ -158519,7 +162983,23 @@ return { [1]="maim_effect_+%" } }, - [7215]={ + [7380]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies you Fully Armour Break are Maimed" + } + }, + stats={ + [1]="maim_enemy_on_full_armour_break" + } + }, + [7381]={ [1]={ [1]={ limit={ @@ -158535,7 +163015,7 @@ return { [1]="maim_on_crit_%_with_attacks" } }, - [7216]={ + [7382]={ [1]={ [1]={ limit={ @@ -158560,7 +163040,7 @@ return { [1]="maim_on_hit_%" } }, - [7217]={ + [7383]={ [1]={ [1]={ limit={ @@ -158589,7 +163069,7 @@ return { [1]="main_hand_attack_damage_+%_while_wielding_two_weapon_types" } }, - [7218]={ + [7384]={ [1]={ [1]={ limit={ @@ -158618,7 +163098,7 @@ return { [1]="main_hand_attack_speed_+%_final" } }, - [7219]={ + [7385]={ [1]={ [1]={ limit={ @@ -158647,7 +163127,7 @@ return { [1]="main_hand_claw_life_gain_on_hit" } }, - [7220]={ + [7386]={ [1]={ [1]={ limit={ @@ -158672,7 +163152,7 @@ return { [1]="main_hand_critical_strike_chance_+%_per_melee_abyss_jewel_up_to_+200%" } }, - [7221]={ + [7387]={ [1]={ [1]={ limit={ @@ -158701,7 +163181,7 @@ return { [1]="main_hand_damage_+%_while_dual_wielding" } }, - [7222]={ + [7388]={ [1]={ [1]={ limit={ @@ -158717,7 +163197,7 @@ return { [1]="malediction_on_hit" } }, - [7223]={ + [7389]={ [1]={ [1]={ [1]={ @@ -158754,7 +163234,7 @@ return { [1]="malevolence_mana_reservation_efficiency_-2%_per_1" } }, - [7224]={ + [7390]={ [1]={ [1]={ limit={ @@ -158783,7 +163263,7 @@ return { [1]="malevolence_mana_reservation_efficiency_+%" } }, - [7225]={ + [7391]={ [1]={ [1]={ limit={ @@ -158812,7 +163292,7 @@ return { [1]="mamba_strike_area_of_effect_+%" } }, - [7226]={ + [7392]={ [1]={ [1]={ limit={ @@ -158841,7 +163321,7 @@ return { [1]="mamba_strike_damage_+%" } }, - [7227]={ + [7393]={ [1]={ [1]={ limit={ @@ -158870,7 +163350,7 @@ return { [1]="mamba_strike_duration_+%" } }, - [7228]={ + [7394]={ [1]={ [1]={ limit={ @@ -158886,7 +163366,65 @@ return { [1]="mana_%_to_gain_as_armour" } }, - [7229]={ + [7395]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency if you have Dodge Rolled Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency if you have Dodge Rolled Recently" + } + }, + stats={ + [1]="mana_cost_efficiency_+%_if_dodge_rolled_recently" + } + }, + [7396]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Cost Efficiency if you haven't Dodge Rolled Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost Efficiency if you haven't Dodge Rolled Recently" + } + }, + stats={ + [1]="mana_cost_efficiency_+%_if_not_dodge_rolled_recently" + } + }, + [7397]={ [1]={ [1]={ limit={ @@ -158915,7 +163453,7 @@ return { [1]="mana_cost_+%_for_channelling_skills" } }, - [7230]={ + [7398]={ [1]={ [1]={ limit={ @@ -158944,7 +163482,7 @@ return { [1]="mana_cost_+%_for_trap_and_mine_skills" } }, - [7231]={ + [7399]={ [1]={ [1]={ limit={ @@ -158973,7 +163511,7 @@ return { [1]="mana_cost_+%_for_trap_skills" } }, - [7232]={ + [7400]={ [1]={ [1]={ limit={ @@ -159002,7 +163540,7 @@ return { [1]="mana_cost_+%_per_10_devotion" } }, - [7233]={ + [7401]={ [1]={ [1]={ [1]={ @@ -159022,7 +163560,7 @@ return { [1]="mana_degeneration_%_per_minute_not_in_grace" } }, - [7234]={ + [7402]={ [1]={ [1]={ [1]={ @@ -159042,7 +163580,7 @@ return { [1]="mana_degeneration_per_minute" } }, - [7235]={ + [7403]={ [1]={ [1]={ [1]={ @@ -159062,7 +163600,7 @@ return { [1]="mana_degeneration_per_minute_%" } }, - [7236]={ + [7404]={ [1]={ [1]={ limit={ @@ -159091,7 +163629,7 @@ return { [1]="mana_flask_charges_gained_+%" } }, - [7237]={ + [7405]={ [1]={ [1]={ limit={ @@ -159107,7 +163645,7 @@ return { [1]="mana_flask_effects_not_removed_at_full_mana" } }, - [7238]={ + [7406]={ [1]={ [1]={ limit={ @@ -159123,7 +163661,7 @@ return { [1]="mana_flask_recovery_is_instant_while_on_low_mana" } }, - [7239]={ + [7407]={ [1]={ [1]={ limit={ @@ -159148,7 +163686,7 @@ return { [1]="mana_flasks_gain_X_charges_every_3_seconds" } }, - [7240]={ + [7408]={ [1]={ [1]={ limit={ @@ -159164,7 +163702,7 @@ return { [1]="mana_gained_on_attack_hit_if_used_mana_flask_in_past_10_seconds" } }, - [7241]={ + [7409]={ [1]={ [1]={ limit={ @@ -159193,7 +163731,7 @@ return { [1]="mana_gained_on_attack_hit_vs_cursed_enemies" } }, - [7242]={ + [7410]={ [1]={ [1]={ limit={ @@ -159209,7 +163747,7 @@ return { [1]="mana_gained_on_cull" } }, - [7243]={ + [7411]={ [1]={ [1]={ limit={ @@ -159238,7 +163776,7 @@ return { [1]="mana_gained_on_spell_hit" } }, - [7244]={ + [7412]={ [1]={ [1]={ limit={ @@ -159267,7 +163805,7 @@ return { [1]="mana_gained_on_spell_hit_vs_cursed_enemies" } }, - [7245]={ + [7413]={ [1]={ [1]={ limit={ @@ -159283,7 +163821,7 @@ return { [1]="mana_leech_also_recovers_based_on_other_damage_types" } }, - [7246]={ + [7414]={ [1]={ [1]={ limit={ @@ -159299,7 +163837,7 @@ return { [1]="mana_leech_applies_recovery_to_energy_shield_also" } }, - [7247]={ + [7415]={ [1]={ [1]={ limit={ @@ -159315,23 +163853,36 @@ return { [1]="mana_per_level" } }, - [7248]={ + [7416]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, text="Recover {0}% of your maximum Mana when you Block" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Lose {0}% of your maximum Mana when you Block" } }, stats={ [1]="mana_%_gained_on_block" } }, - [7249]={ + [7417]={ [1]={ [1]={ limit={ @@ -159347,7 +163898,7 @@ return { [1]="mana_%_to_gain_as_energy_shield_at_devotion_threshold" } }, - [7250]={ + [7418]={ [1]={ [1]={ [1]={ @@ -159367,7 +163918,7 @@ return { [1]="mana_recharge_rate_per_minute_with_all_corrupted_equipped_items" } }, - [7251]={ + [7419]={ [1]={ [1]={ limit={ @@ -159383,7 +163934,36 @@ return { [1]="mana_recovery_from_regeneration_is_not_applied" } }, - [7252]={ + [7420]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Mana Recovery rate per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Recovery rate per 10 Tribute" + } + }, + stats={ + [1]="mana_recovery_rate_+%_per_10_tribute" + } + }, + [7421]={ [1]={ [1]={ limit={ @@ -159412,7 +163992,7 @@ return { [1]="mana_recovery_rate_+%_while_affected_by_a_mana_flask" } }, - [7253]={ + [7422]={ [1]={ [1]={ limit={ @@ -159441,7 +164021,7 @@ return { [1]="mana_recovery_rate_+%_if_havent_killed_recently" } }, - [7254]={ + [7423]={ [1]={ [1]={ limit={ @@ -159470,7 +164050,7 @@ return { [1]="mana_recovery_rate_+%_while_affected_by_clarity" } }, - [7255]={ + [7424]={ [1]={ [1]={ limit={ @@ -159479,7 +164059,7 @@ return { [2]="#" } }, - text="{0}% increased Mana Regeneration Rate per 1% Chance to Block Spell Damage" + text="{0}% increased Mana Regeneration Rate while not on Low Mana" }, [2]={ [1]={ @@ -159492,14 +164072,14 @@ return { [2]=-1 } }, - text="{0}% reduced Mana Regeneration Rate per 1% Chance to Block Spell Damage" + text="{0}% reduced Mana Regeneration Rate while not on Low Mana" } }, stats={ - [1]="mana_regeneration_rate_+%_per_1%_spell_block_chance" + [1]="mana_regeneration_rate_+%_while_not_on_low_mana" } }, - [7256]={ + [7425]={ [1]={ [1]={ limit={ @@ -159508,7 +164088,7 @@ return { [2]="#" } }, - text="{0}% increased Mana Regeneration Rate while not on Low Mana" + text="{0}% increased Mana Regeneration Rate while Surrounded" }, [2]={ [1]={ @@ -159521,14 +164101,14 @@ return { [2]=-1 } }, - text="{0}% reduced Mana Regeneration Rate while not on Low Mana" + text="{0}% reduced Mana Regeneration Rate while Surrounded" } }, stats={ - [1]="mana_regeneration_rate_+%_while_not_on_low_mana" + [1]="mana_regeneration_rate_+%_while_surrounded" } }, - [7257]={ + [7426]={ [1]={ [1]={ [1]={ @@ -159548,7 +164128,7 @@ return { [1]="mana_regeneration_rate_per_minute_if_enemy_hit_recently" } }, - [7258]={ + [7427]={ [1]={ [1]={ [1]={ @@ -159568,7 +164148,7 @@ return { [1]="mana_regeneration_rate_per_minute_if_used_movement_skill_recently" } }, - [7259]={ + [7428]={ [1]={ [1]={ [1]={ @@ -159588,7 +164168,7 @@ return { [1]="mana_regeneration_rate_per_minute_per_10_devotion" } }, - [7260]={ + [7429]={ [1]={ [1]={ [1]={ @@ -159608,7 +164188,7 @@ return { [1]="mana_regeneration_rate_per_minute_per_power_charge" } }, - [7261]={ + [7430]={ [1]={ [1]={ [1]={ @@ -159628,7 +164208,7 @@ return { [1]="mana_regeneration_rate_per_minute_%_if_enemy_hit_recently" } }, - [7262]={ + [7431]={ [1]={ [1]={ [1]={ @@ -159648,7 +164228,7 @@ return { [1]="mana_regeneration_rate_per_minute_%_if_inflicted_exposure_recently" } }, - [7263]={ + [7432]={ [1]={ [1]={ [1]={ @@ -159668,7 +164248,7 @@ return { [1]="mana_regeneration_rate_per_minute_%_per_active_totem" } }, - [7264]={ + [7433]={ [1]={ [1]={ [1]={ @@ -159688,7 +164268,7 @@ return { [1]="mana_regeneration_rate_per_minute_while_dual_wielding" } }, - [7265]={ + [7434]={ [1]={ [1]={ [1]={ @@ -159708,7 +164288,7 @@ return { [1]="mana_regeneration_rate_per_minute_while_holding_shield" } }, - [7266]={ + [7435]={ [1]={ [1]={ [1]={ @@ -159728,7 +164308,7 @@ return { [1]="mana_regeneration_rate_per_minute_while_on_consecrated_ground" } }, - [7267]={ + [7436]={ [1]={ [1]={ [1]={ @@ -159748,7 +164328,7 @@ return { [1]="mana_regeneration_rate_per_minute_while_wielding_staff" } }, - [7268]={ + [7437]={ [1]={ [1]={ [1]={ @@ -159768,7 +164348,7 @@ return { [1]="mana_regeneration_rate_per_minute_while_you_have_avians_flight" } }, - [7269]={ + [7438]={ [1]={ [1]={ limit={ @@ -159797,7 +164377,7 @@ return { [1]="mana_regeneration_rate_+%_if_crit_recently" } }, - [7270]={ + [7439]={ [1]={ [1]={ limit={ @@ -159826,7 +164406,7 @@ return { [1]="mana_regeneration_rate_+%_if_enemy_frozen_recently" } }, - [7271]={ + [7440]={ [1]={ [1]={ limit={ @@ -159855,7 +164435,7 @@ return { [1]="mana_regeneration_rate_+%_if_enemy_shocked_recently" } }, - [7272]={ + [7441]={ [1]={ [1]={ limit={ @@ -159884,7 +164464,7 @@ return { [1]="mana_regeneration_rate_+%_if_hit_cursed_enemy_recently" } }, - [7273]={ + [7442]={ [1]={ [1]={ limit={ @@ -159913,7 +164493,7 @@ return { [1]="mana_regeneration_rate_+%_per_raised_spectre" } }, - [7274]={ + [7443]={ [1]={ [1]={ limit={ @@ -159942,7 +164522,7 @@ return { [1]="mana_regeneration_rate_+%_while_moving" } }, - [7275]={ + [7444]={ [1]={ [1]={ limit={ @@ -159971,7 +164551,7 @@ return { [1]="mana_reservation_+%_with_skills_that_throw_mines" } }, - [7276]={ + [7445]={ [1]={ [1]={ limit={ @@ -160000,7 +164580,7 @@ return { [1]="mana_reservation_efficiency_+%_for_skills_that_throw_mines" } }, - [7277]={ + [7446]={ [1]={ [1]={ [1]={ @@ -160037,7 +164617,7 @@ return { [1]="mana_reservation_efficiency_-2%_per_1_for_skills_that_throw_mines" } }, - [7278]={ + [7447]={ [1]={ [1]={ [1]={ @@ -160074,7 +164654,7 @@ return { [1]="mana_reservation_efficiency_-2%_per_250_total_attributes" } }, - [7279]={ + [7448]={ [1]={ [1]={ limit={ @@ -160103,7 +164683,7 @@ return { [1]="mana_reservation_efficiency_+%_per_250_total_attributes" } }, - [7280]={ + [7449]={ [1]={ [1]={ limit={ @@ -160132,7 +164712,7 @@ return { [1]="mana_reservation_+%_per_250_total_attributes" } }, - [7281]={ + [7450]={ [1]={ [1]={ limit={ @@ -160161,7 +164741,7 @@ return { [1]="mana_reservation_+%_with_curse_skills" } }, - [7282]={ + [7451]={ [1]={ [1]={ limit={ @@ -160177,7 +164757,7 @@ return { [1]="manabond_and_stormbind_freeze_as_though_dealt_damage_+%" } }, - [7283]={ + [7452]={ [1]={ [1]={ limit={ @@ -160206,7 +164786,7 @@ return { [1]="manabond_damage_+%" } }, - [7284]={ + [7453]={ [1]={ [1]={ limit={ @@ -160222,7 +164802,7 @@ return { [1]="manabond_lightning_penetration_%_while_on_low_mana" } }, - [7285]={ + [7454]={ [1]={ [1]={ limit={ @@ -160251,7 +164831,7 @@ return { [1]="manabond_skill_area_of_effect_+%" } }, - [7286]={ + [7455]={ [1]={ [1]={ limit={ @@ -160276,7 +164856,7 @@ return { [1]="manifest_dancing_dervish_number_of_additional_copies" } }, - [7287]={ + [7456]={ [1]={ [1]={ limit={ @@ -160301,7 +164881,57 @@ return { [1]="map_X_bestiary_packs_are_harvest_beasts" } }, - [7288]={ + [7457]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Abyss Pits have {0}% chance to spawn all Monsters as at least Magic" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Abyss Pits spawn all Monsters as at least Magic" + } + }, + stats={ + [1]="map_abyss_%_chance_chasm_spawns_at_least_magic_monsters" + } + }, + [7458]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=99 + } + }, + text="Abyss Cracks have {0}% chance to spawn all Monsters as at least Magic" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]="#" + } + }, + text="Abyss Cracks spawn all Monsters as at least Magic" + } + }, + stats={ + [1]="map_abyss_%_chance_path_spawns_at_least_magic_monsters" + } + }, + [7459]={ [1]={ [1]={ limit={ @@ -160326,7 +164956,36 @@ return { [1]="map_abyss_depths_chance_+%" } }, - [7289]={ + [7460]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Abyssal Monsters grant {0}% increased Experience" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Abyssal Monsters grant {0}% reduced Experience" + } + }, + stats={ + [1]="map_abyss_monster_experience_+%" + } + }, + [7461]={ [1]={ [1]={ limit={ @@ -160355,7 +165014,84 @@ return { [1]="map_abyss_monster_spawn_amount_+%" } }, - [7290]={ + [7462]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Monsters from Abysses have increased Difficulty and Reward for each closed Pit in that Abyss" + } + }, + stats={ + [1]="map_abyss_monsters_enhanced_per_chasm_closed" + } + }, + [7463]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=-100 + } + }, + text="Abyss Pits in Area always have Rewards" + } + }, + stats={ + [1]="map_abyss_no_reward_chance_+%" + } + }, + [7464]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Abysses have an additional Pit" + }, + [2]={ + [1]={ + k="canonical_line", + v=true + }, + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Abysses have {0} additional Pits" + } + }, + stats={ + [1]="map_abyss_overrun_extra_pits" + } + }, + [7465]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Area is overrun by the Abyssal" + } + }, + stats={ + [1]="map_abyss_overrun_no_monsters" + } + }, + [7466]={ [1]={ [1]={ limit={ @@ -160371,7 +165107,7 @@ return { [1]="map_additional_rare_in_rare_pack_%_chance" } }, - [7291]={ + [7467]={ [1]={ [1]={ limit={ @@ -160387,7 +165123,7 @@ return { [1]="map_additional_rare_in_synthesised_rare_pack_%_chance" } }, - [7292]={ + [7468]={ [1]={ [1]={ limit={ @@ -160412,7 +165148,7 @@ return { [1]="map_additional_red_beasts" } }, - [7293]={ + [7469]={ [1]={ [1]={ limit={ @@ -160437,7 +165173,7 @@ return { [1]="map_adds_X_extra_synthesis_mods" } }, - [7294]={ + [7470]={ [1]={ [1]={ limit={ @@ -160462,7 +165198,7 @@ return { [1]="map_adds_X_extra_synthesis_special_mods" } }, - [7295]={ + [7471]={ [1]={ [1]={ limit={ @@ -160491,7 +165227,7 @@ return { [1]="map_affliction_encounter_boss_chance_+%" } }, - [7296]={ + [7472]={ [1]={ [1]={ limit={ @@ -160520,7 +165256,7 @@ return { [1]="map_affliction_encounter_monster_depth_+%" } }, - [7297]={ + [7473]={ [1]={ [1]={ limit={ @@ -160549,7 +165285,7 @@ return { [1]="map_affliction_pack_size_+%" } }, - [7298]={ + [7474]={ [1]={ [1]={ limit={ @@ -160578,7 +165314,7 @@ return { [1]="map_affliction_reward_kills_+%" } }, - [7299]={ + [7475]={ [1]={ [1]={ limit={ @@ -160594,7 +165330,7 @@ return { [1]="map_affliction_reward_progress_on_kill_+%" } }, - [7300]={ + [7476]={ [1]={ [1]={ limit={ @@ -160623,7 +165359,7 @@ return { [1]="map_affliction_secondary_wave_acceleration_+%" } }, - [7301]={ + [7477]={ [1]={ [1]={ [1]={ @@ -160643,7 +165379,23 @@ return { [1]="map_affliction_secondary_wave_delay_ms_+" } }, - [7302]={ + [7478]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Delirium Fog in Area lasts {0} additional seconds before dissipating" + } + }, + stats={ + [1]="map_affliction_secondary_wave_delay_seconds_+" + } + }, + [7479]={ [1]={ [1]={ limit={ @@ -160668,7 +165420,7 @@ return { [1]="map_architects_drops_additional_map_currency" } }, - [7303]={ + [7480]={ [1]={ [1]={ limit={ @@ -160693,7 +165445,7 @@ return { [1]="map_atlas_influence_type" } }, - [7304]={ + [7481]={ [1]={ [1]={ limit={ @@ -160709,7 +165461,7 @@ return { [1]="map_area_contains_arcanists_strongbox" } }, - [7305]={ + [7482]={ [1]={ [1]={ limit={ @@ -160725,7 +165477,7 @@ return { [1]="map_area_contains_avatar_of_ambush" } }, - [7306]={ + [7483]={ [1]={ [1]={ limit={ @@ -160741,7 +165493,7 @@ return { [1]="map_area_contains_avatar_of_anarchy" } }, - [7307]={ + [7484]={ [1]={ [1]={ limit={ @@ -160757,7 +165509,7 @@ return { [1]="map_area_contains_avatar_of_beyond" } }, - [7308]={ + [7485]={ [1]={ [1]={ limit={ @@ -160773,7 +165525,7 @@ return { [1]="map_area_contains_avatar_of_bloodlines" } }, - [7309]={ + [7486]={ [1]={ [1]={ limit={ @@ -160789,7 +165541,7 @@ return { [1]="map_area_contains_avatar_of_breach" } }, - [7310]={ + [7487]={ [1]={ [1]={ limit={ @@ -160805,7 +165557,7 @@ return { [1]="map_area_contains_avatar_of_domination" } }, - [7311]={ + [7488]={ [1]={ [1]={ limit={ @@ -160821,7 +165573,7 @@ return { [1]="map_area_contains_avatar_of_essence" } }, - [7312]={ + [7489]={ [1]={ [1]={ limit={ @@ -160837,7 +165589,7 @@ return { [1]="map_area_contains_avatar_of_invasion" } }, - [7313]={ + [7490]={ [1]={ [1]={ limit={ @@ -160853,7 +165605,7 @@ return { [1]="map_area_contains_avatar_of_nemesis" } }, - [7314]={ + [7491]={ [1]={ [1]={ limit={ @@ -160869,7 +165621,7 @@ return { [1]="map_area_contains_avatar_of_onslaught" } }, - [7315]={ + [7492]={ [1]={ [1]={ limit={ @@ -160885,7 +165637,7 @@ return { [1]="map_area_contains_avatar_of_perandus" } }, - [7316]={ + [7493]={ [1]={ [1]={ limit={ @@ -160901,7 +165653,7 @@ return { [1]="map_area_contains_avatar_of_prophecy" } }, - [7317]={ + [7494]={ [1]={ [1]={ limit={ @@ -160917,7 +165669,7 @@ return { [1]="map_area_contains_avatar_of_rampage" } }, - [7318]={ + [7495]={ [1]={ [1]={ limit={ @@ -160933,7 +165685,7 @@ return { [1]="map_area_contains_avatar_of_talisman" } }, - [7319]={ + [7496]={ [1]={ [1]={ limit={ @@ -160949,7 +165701,7 @@ return { [1]="map_area_contains_avatar_of_tempest" } }, - [7320]={ + [7497]={ [1]={ [1]={ limit={ @@ -160965,7 +165717,7 @@ return { [1]="map_area_contains_avatar_of_torment" } }, - [7321]={ + [7498]={ [1]={ [1]={ limit={ @@ -160981,7 +165733,7 @@ return { [1]="map_area_contains_avatar_of_warbands" } }, - [7322]={ + [7499]={ [1]={ [1]={ limit={ @@ -160997,7 +165749,7 @@ return { [1]="map_area_contains_cartographers_strongbox" } }, - [7323]={ + [7500]={ [1]={ [1]={ limit={ @@ -161013,7 +165765,7 @@ return { [1]="map_area_contains_currency_chest" } }, - [7324]={ + [7501]={ [1]={ [1]={ limit={ @@ -161029,7 +165781,7 @@ return { [1]="map_area_contains_gemcutters_strongbox" } }, - [7325]={ + [7502]={ [1]={ [1]={ limit={ @@ -161045,7 +165797,7 @@ return { [1]="map_area_contains_jewellery_chest" } }, - [7326]={ + [7503]={ [1]={ [1]={ limit={ @@ -161061,7 +165813,7 @@ return { [1]="map_area_contains_map_chest" } }, - [7327]={ + [7504]={ [1]={ [1]={ limit={ @@ -161077,7 +165829,7 @@ return { [1]="map_area_contains_metamorphs" } }, - [7328]={ + [7505]={ [1]={ [1]={ limit={ @@ -161093,7 +165845,7 @@ return { [1]="map_area_contains_perandus_coin_chest" } }, - [7329]={ + [7506]={ [1]={ [1]={ limit={ @@ -161109,7 +165861,7 @@ return { [1]="map_area_contains_rituals" } }, - [7330]={ + [7507]={ [1]={ [1]={ limit={ @@ -161125,7 +165877,7 @@ return { [1]="map_area_contains_tormented_embezzler" } }, - [7331]={ + [7508]={ [1]={ [1]={ limit={ @@ -161141,7 +165893,7 @@ return { [1]="map_area_contains_tormented_seditionist" } }, - [7332]={ + [7509]={ [1]={ [1]={ limit={ @@ -161157,7 +165909,7 @@ return { [1]="map_area_contains_tormented_vaal_cultist" } }, - [7333]={ + [7510]={ [1]={ [1]={ limit={ @@ -161173,7 +165925,7 @@ return { [1]="map_area_contains_unique_item_chest" } }, - [7334]={ + [7511]={ [1]={ [1]={ limit={ @@ -161189,7 +165941,7 @@ return { [1]="map_area_contains_unique_strongbox" } }, - [7335]={ + [7512]={ [1]={ [1]={ limit={ @@ -161205,7 +165957,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_beacon_barrels" } }, - [7336]={ + [7513]={ [1]={ [1]={ limit={ @@ -161221,7 +165973,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_bloodworm_barrels" } }, - [7337]={ + [7514]={ [1]={ [1]={ limit={ @@ -161237,7 +165989,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_explosive_barrels" } }, - [7338]={ + [7515]={ [1]={ [1]={ limit={ @@ -161253,7 +166005,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_explosive_eggs" } }, - [7339]={ + [7516]={ [1]={ [1]={ limit={ @@ -161269,7 +166021,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_parasite_barrels" } }, - [7340]={ + [7517]={ [1]={ [1]={ limit={ @@ -161285,7 +166037,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_volatile_barrels" } }, - [7341]={ + [7518]={ [1]={ [1]={ limit={ @@ -161301,7 +166053,7 @@ return { [1]="map_area_contains_x_additional_clusters_of_wealthy_barrels" } }, - [7342]={ + [7519]={ [1]={ [1]={ limit={ @@ -161326,7 +166078,7 @@ return { [1]="map_area_ritual_additional_chance_%" } }, - [7343]={ + [7520]={ [1]={ [1]={ limit={ @@ -161355,7 +166107,7 @@ return { [1]="map_bestiary_monster_damage_+%_final" } }, - [7344]={ + [7521]={ [1]={ [1]={ limit={ @@ -161384,7 +166136,7 @@ return { [1]="map_bestiary_monster_life_+%_final" } }, - [7345]={ + [7522]={ [1]={ [1]={ limit={ @@ -161413,7 +166165,7 @@ return { [1]="map_betrayal_intelligence_+%" } }, - [7346]={ + [7523]={ [1]={ [1]={ limit={ @@ -161429,7 +166181,7 @@ return { [1]="map_beyond_demon_always_elite" } }, - [7347]={ + [7524]={ [1]={ [1]={ limit={ @@ -161450,7 +166202,7 @@ return { [2]="map_beyond_from_league_item_rarity_+%_permyriad_per_portal_merge" } }, - [7348]={ + [7525]={ [1]={ [1]={ limit={ @@ -161479,7 +166231,7 @@ return { [1]="map_beyond_portal_chance_+%" } }, - [7349]={ + [7526]={ [1]={ [1]={ limit={ @@ -161504,7 +166256,7 @@ return { [1]="map_beyond_portal_spawn_additional_demon_%_chance" } }, - [7350]={ + [7527]={ [1]={ [1]={ limit={ @@ -161529,7 +166281,7 @@ return { [1]="map_blight_chest_%_chance_for_additional_drop" } }, - [7351]={ + [7528]={ [1]={ [1]={ limit={ @@ -161545,7 +166297,7 @@ return { [1]="map_blight_chests_repeat_drops_count" } }, - [7352]={ + [7529]={ [1]={ [1]={ limit={ @@ -161561,7 +166313,7 @@ return { [1]="map_blight_encounter_spawn_rate_+%" } }, - [7353]={ + [7530]={ [1]={ [1]={ limit={ @@ -161577,7 +166329,7 @@ return { [1]="map_blight_lane_additional_chest_chance_%" } }, - [7354]={ + [7531]={ [1]={ [1]={ limit={ @@ -161602,7 +166354,7 @@ return { [1]="map_blight_lane_additional_chests" } }, - [7355]={ + [7532]={ [1]={ [1]={ limit={ @@ -161627,7 +166379,7 @@ return { [1]="map_blight_oils_chance_to_drop_a_tier_higher_%" } }, - [7356]={ + [7533]={ [1]={ [1]={ limit={ @@ -161656,7 +166408,7 @@ return { [1]="map_blight_tower_cost_+%" } }, - [7357]={ + [7534]={ [1]={ [1]={ limit={ @@ -161672,7 +166424,7 @@ return { [1]="map_blight_tower_cost_doubled" } }, - [7358]={ + [7535]={ [1]={ [1]={ limit={ @@ -161697,7 +166449,7 @@ return { [1]="map_blight_up_to_X_additional_bosses" } }, - [7359]={ + [7536]={ [1]={ [1]={ limit={ @@ -161713,7 +166465,7 @@ return { [1]="map_blighted_map_encounter_duration_-_sec" } }, - [7360]={ + [7537]={ [1]={ [1]={ limit={ @@ -161738,7 +166490,7 @@ return { [1]="map_bloodline_packs_drop_x_additional_currency_items" } }, - [7361]={ + [7538]={ [1]={ [1]={ limit={ @@ -161763,7 +166515,7 @@ return { [1]="map_bloodline_packs_drop_x_additional_rare_items" } }, - [7362]={ + [7539]={ [1]={ [1]={ limit={ @@ -161779,7 +166531,7 @@ return { [1]="map_blueprint_drop_revealed_chance_%" } }, - [7363]={ + [7540]={ [1]={ [1]={ limit={ @@ -161795,7 +166547,7 @@ return { [1]="map_boss_accompanied_by_bodyguards" } }, - [7364]={ + [7541]={ [1]={ [1]={ limit={ @@ -161811,7 +166563,7 @@ return { [1]="map_boss_accompanied_by_harbinger" } }, - [7365]={ + [7542]={ [1]={ [1]={ limit={ @@ -161840,7 +166592,7 @@ return { [1]="map_boss_dropped_item_quantity_+%" } }, - [7366]={ + [7543]={ [1]={ [1]={ limit={ @@ -161865,7 +166617,7 @@ return { [1]="map_boss_dropped_unique_items_+" } }, - [7367]={ + [7544]={ [1]={ [1]={ limit={ @@ -161881,7 +166633,7 @@ return { [1]="map_boss_drops_additional_currency_shards" } }, - [7368]={ + [7545]={ [1]={ [1]={ limit={ @@ -161897,7 +166649,7 @@ return { [1]="map_boss_drops_corrupted_items" } }, - [7369]={ + [7546]={ [1]={ [1]={ limit={ @@ -161926,7 +166678,7 @@ return { [1]="map_boss_experience_+%_final" } }, - [7370]={ + [7547]={ [1]={ [1]={ limit={ @@ -161942,7 +166694,7 @@ return { [1]="map_boss_is_possessed" } }, - [7371]={ + [7548]={ [1]={ [1]={ limit={ @@ -161971,7 +166723,7 @@ return { [1]="map_boss_item_rarity_+%" } }, - [7372]={ + [7549]={ [1]={ [1]={ limit={ @@ -161987,7 +166739,7 @@ return { [1]="map_boss_surrounded_by_tormented_spirits" } }, - [7373]={ + [7550]={ [1]={ [1]={ limit={ @@ -162012,7 +166764,7 @@ return { [1]="map_boss_drops_x_additional_vaal_items" } }, - [7374]={ + [7551]={ [1]={ [1]={ limit={ @@ -162037,7 +166789,7 @@ return { [1]="map_breach_%_chance_for_1_additional_breach" } }, - [7375]={ + [7552]={ [1]={ [1]={ limit={ @@ -162062,7 +166814,7 @@ return { [1]="map_breach_%_chance_for_3_additional_breach" } }, - [7376]={ + [7553]={ [1]={ [1]={ limit={ @@ -162087,7 +166839,7 @@ return { [1]="map_breach_X_additional_rare_monsters" } }, - [7377]={ + [7554]={ [1]={ [1]={ limit={ @@ -162116,7 +166868,7 @@ return { [1]="map_breach_chance_to_be_esh_+%" } }, - [7378]={ + [7555]={ [1]={ [1]={ limit={ @@ -162145,7 +166897,7 @@ return { [1]="map_breach_chance_to_be_tul_+%" } }, - [7379]={ + [7556]={ [1]={ [1]={ limit={ @@ -162174,7 +166926,7 @@ return { [1]="map_breach_chance_to_be_uul_netol_+%" } }, - [7380]={ + [7557]={ [1]={ [1]={ limit={ @@ -162203,7 +166955,7 @@ return { [1]="map_breach_chance_to_be_xoph_+%" } }, - [7381]={ + [7558]={ [1]={ [1]={ limit={ @@ -162219,7 +166971,7 @@ return { [1]="map_breach_has_boss" } }, - [7382]={ + [7559]={ [1]={ [1]={ limit={ @@ -162235,7 +166987,7 @@ return { [1]="map_breach_has_large_chest" } }, - [7383]={ + [7560]={ [1]={ [1]={ [1]={ @@ -162268,7 +167020,7 @@ return { [1]="map_breach_minimum_radius" } }, - [7384]={ + [7561]={ [1]={ [1]={ limit={ @@ -162297,7 +167049,7 @@ return { [1]="map_breach_monster_quantity_+%" } }, - [7385]={ + [7562]={ [1]={ [1]={ limit={ @@ -162326,7 +167078,7 @@ return { [1]="map_breach_monster_splinter_quantity_+%" } }, - [7386]={ + [7563]={ [1]={ [1]={ limit={ @@ -162355,7 +167107,7 @@ return { [1]="map_breach_number_of_magic_packs_+%" } }, - [7387]={ + [7564]={ [1]={ [1]={ limit={ @@ -162407,7 +167159,7 @@ return { [1]="map_breach_type_override" } }, - [7388]={ + [7565]={ [1]={ [1]={ limit={ @@ -162432,7 +167184,7 @@ return { [1]="map_breaches_num_additional_chests_to_spawn" } }, - [7389]={ + [7566]={ [1]={ [1]={ limit={ @@ -162448,7 +167200,7 @@ return { [1]="map_chance_for_area_%_to_contain_harvest" } }, - [7390]={ + [7567]={ [1]={ [1]={ limit={ @@ -162464,7 +167216,7 @@ return { [1]="map_chance_to_not_consume_sextant_use_%" } }, - [7391]={ + [7568]={ [1]={ [1]={ limit={ @@ -162480,7 +167232,55 @@ return { [1]="map_chests_all_magic_or_rare" } }, - [7392]={ + [7569]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Abysses lead to an Abyssal Boss" + } + }, + stats={ + [1]="map_contains_abyss_boss" + } + }, + [7570]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Abysses lead to an Abyssal Depths" + } + }, + stats={ + [1]="map_contains_abyss_depths" + } + }, + [7571]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Abysses lead to an Abyssal Depths" + } + }, + stats={ + [1]="map_contains_abyss_depths_with_no_boss" + } + }, + [7572]={ [1]={ [1]={ limit={ @@ -162505,7 +167305,7 @@ return { [1]="map_contains_additional_breaches" } }, - [7393]={ + [7573]={ [1]={ [1]={ limit={ @@ -162521,7 +167321,7 @@ return { [1]="map_contains_additional_chrysalis_talisman" } }, - [7394]={ + [7574]={ [1]={ [1]={ limit={ @@ -162537,7 +167337,7 @@ return { [1]="map_contains_additional_clutching_talisman" } }, - [7395]={ + [7575]={ [1]={ [1]={ limit={ @@ -162553,7 +167353,7 @@ return { [1]="map_contains_additional_fangjaw_talisman" } }, - [7396]={ + [7576]={ [1]={ [1]={ limit={ @@ -162569,7 +167369,7 @@ return { [1]="map_contains_additional_mandible_talisman" } }, - [7397]={ + [7577]={ [1]={ [1]={ limit={ @@ -162585,7 +167385,7 @@ return { [1]="map_contains_additional_packs_of_chaos_monsters" } }, - [7398]={ + [7578]={ [1]={ [1]={ limit={ @@ -162601,7 +167401,7 @@ return { [1]="map_contains_additional_packs_of_cold_monsters" } }, - [7399]={ + [7579]={ [1]={ [1]={ limit={ @@ -162617,7 +167417,7 @@ return { [1]="map_contains_additional_packs_of_fire_monsters" } }, - [7400]={ + [7580]={ [1]={ [1]={ limit={ @@ -162633,7 +167433,7 @@ return { [1]="map_contains_additional_packs_of_lightning_monsters" } }, - [7401]={ + [7581]={ [1]={ [1]={ limit={ @@ -162649,7 +167449,7 @@ return { [1]="map_contains_additional_packs_of_physical_monsters" } }, - [7402]={ + [7582]={ [1]={ [1]={ limit={ @@ -162674,7 +167474,7 @@ return { [1]="map_contains_additional_packs_of_vaal_monsters" } }, - [7403]={ + [7583]={ [1]={ [1]={ limit={ @@ -162690,7 +167490,7 @@ return { [1]="map_contains_additional_three_rat_talisman" } }, - [7404]={ + [7584]={ [1]={ [1]={ limit={ @@ -162715,7 +167515,7 @@ return { [1]="map_contains_additional_tormented_betrayers" } }, - [7405]={ + [7585]={ [1]={ [1]={ limit={ @@ -162740,7 +167540,7 @@ return { [1]="map_contains_additional_tormented_graverobbers" } }, - [7406]={ + [7586]={ [1]={ [1]={ limit={ @@ -162765,7 +167565,7 @@ return { [1]="map_contains_additional_tormented_heretics" } }, - [7407]={ + [7587]={ [1]={ [1]={ limit={ @@ -162781,7 +167581,7 @@ return { [1]="map_contains_additional_unique_talisman" } }, - [7408]={ + [7588]={ [1]={ [1]={ limit={ @@ -162797,7 +167597,7 @@ return { [1]="map_contains_additional_writhing_talisman" } }, - [7409]={ + [7589]={ [1]={ [1]={ limit={ @@ -162813,7 +167613,7 @@ return { [1]="map_contains_chayula_breach" } }, - [7410]={ + [7590]={ [1]={ [1]={ limit={ @@ -162856,7 +167656,7 @@ return { [1]="map_contains_citadel" } }, - [7411]={ + [7591]={ [1]={ [1]={ limit={ @@ -162872,7 +167672,7 @@ return { [1]="map_contains_cleansed_boss" } }, - [7412]={ + [7592]={ [1]={ [1]={ limit={ @@ -162888,7 +167688,7 @@ return { [1]="map_contains_corrupted_strongbox" } }, - [7413]={ + [7593]={ [1]={ [1]={ limit={ @@ -162904,7 +167704,7 @@ return { [1]="map_contains_creeping_agony" } }, - [7414]={ + [7594]={ [1]={ [1]={ limit={ @@ -162920,7 +167720,7 @@ return { [1]="map_contains_keepers_of_the_trove_bloodline_pack" } }, - [7415]={ + [7595]={ [1]={ [1]={ limit={ @@ -162936,7 +167736,7 @@ return { [1]="map_contains_master" } }, - [7416]={ + [7596]={ [1]={ [1]={ limit={ @@ -162961,7 +167761,7 @@ return { [1]="map_contains_nevalis_monkey" } }, - [7417]={ + [7597]={ [1]={ [1]={ limit={ @@ -162977,7 +167777,7 @@ return { [1]="map_contains_perandus_boss" } }, - [7418]={ + [7598]={ [1]={ [1]={ limit={ @@ -163002,7 +167802,7 @@ return { [1]="map_contains_talisman_boss_with_higher_tier" } }, - [7419]={ + [7599]={ [1]={ [1]={ limit={ @@ -163044,7 +167844,7 @@ return { [2]="map_contains_three_magic_packs_with_item_quantity_of_dropped_items_+%_final" } }, - [7420]={ + [7600]={ [1]={ [1]={ limit={ @@ -163060,7 +167860,7 @@ return { [1]="map_contains_uul_netol_breach" } }, - [7421]={ + [7601]={ [1]={ [1]={ limit={ @@ -163076,7 +167876,7 @@ return { [1]="map_contains_wealthy_pack" } }, - [7422]={ + [7602]={ [1]={ [1]={ limit={ @@ -163092,7 +167892,7 @@ return { [1]="map_contains_x_additional_animated_weapon_packs" } }, - [7423]={ + [7603]={ [1]={ [1]={ limit={ @@ -163108,7 +167908,7 @@ return { [1]="map_contains_x_additional_healing_packs" } }, - [7424]={ + [7604]={ [1]={ [1]={ limit={ @@ -163133,7 +167933,7 @@ return { [1]="map_contains_x_additional_magic_packs" } }, - [7425]={ + [7605]={ [1]={ [1]={ limit={ @@ -163149,7 +167949,7 @@ return { [1]="map_contains_x_additional_normal_packs" } }, - [7426]={ + [7606]={ [1]={ [1]={ limit={ @@ -163165,7 +167965,7 @@ return { [1]="map_contains_x_additional_packs_on_their_own_team" } }, - [7427]={ + [7607]={ [1]={ [1]={ limit={ @@ -163181,7 +167981,7 @@ return { [1]="map_contains_x_additional_packs_that_convert_on_death" } }, - [7428]={ + [7608]={ [1]={ [1]={ limit={ @@ -163197,7 +167997,7 @@ return { [1]="map_contains_x_additional_poison_packs" } }, - [7429]={ + [7609]={ [1]={ [1]={ limit={ @@ -163222,7 +168022,7 @@ return { [1]="map_contains_x_additional_rare_packs" } }, - [7430]={ + [7610]={ [1]={ [1]={ limit={ @@ -163238,7 +168038,7 @@ return { [1]="map_contains_x_fewer_portals" } }, - [7431]={ + [7611]={ [1]={ [1]={ limit={ @@ -163263,7 +168063,7 @@ return { [1]="map_area_contains_x_rare_monsters_with_inner_treasure" } }, - [7432]={ + [7612]={ [1]={ [1]={ limit={ @@ -163288,7 +168088,7 @@ return { [1]="map_contracts_drop_with_additional_special_implicit_%_chance" } }, - [7433]={ + [7613]={ [1]={ [1]={ limit={ @@ -163304,7 +168104,7 @@ return { [1]="map_cowards_trial_extra_ghosts" } }, - [7434]={ + [7614]={ [1]={ [1]={ limit={ @@ -163320,7 +168120,7 @@ return { [1]="map_cowards_trial_extra_oriath_citizens" } }, - [7435]={ + [7615]={ [1]={ [1]={ limit={ @@ -163336,7 +168136,7 @@ return { [1]="map_cowards_trial_extra_phantasms" } }, - [7436]={ + [7616]={ [1]={ [1]={ limit={ @@ -163352,7 +168152,7 @@ return { [1]="map_cowards_trial_extra_raging_spirits" } }, - [7437]={ + [7617]={ [1]={ [1]={ limit={ @@ -163368,7 +168168,7 @@ return { [1]="map_cowards_trial_extra_rhoas" } }, - [7438]={ + [7618]={ [1]={ [1]={ limit={ @@ -163384,7 +168184,7 @@ return { [1]="map_cowards_trial_extra_skeleton_cannons" } }, - [7439]={ + [7619]={ [1]={ [1]={ limit={ @@ -163400,7 +168200,7 @@ return { [1]="map_cowards_trial_extra_zombies" } }, - [7440]={ + [7620]={ [1]={ [1]={ limit={ @@ -163429,7 +168229,7 @@ return { [1]="map_custom_league_damage_taken_+%_final" } }, - [7441]={ + [7621]={ [1]={ [1]={ limit={ @@ -163458,7 +168258,7 @@ return { [1]="map_damage_+%_per_poison_stack" } }, - [7442]={ + [7622]={ [1]={ [1]={ limit={ @@ -163474,7 +168274,7 @@ return { [1]="map_damage_+%_of_type_inflicted_by_current_ground_effect_you_are_on" } }, - [7443]={ + [7623]={ [1]={ [1]={ limit={ @@ -163507,7 +168307,7 @@ return { [1]="map_damage_taken_+%_from_beyond_monsters" } }, - [7444]={ + [7624]={ [1]={ [1]={ limit={ @@ -163536,7 +168336,7 @@ return { [1]="map_damage_taken_while_stationary_+%" } }, - [7445]={ + [7625]={ [1]={ [1]={ limit={ @@ -163565,7 +168365,7 @@ return { [1]="map_damage_while_stationary_+%" } }, - [7446]={ + [7626]={ [1]={ [1]={ limit={ @@ -163594,7 +168394,7 @@ return { [1]="map_death_and_taxes_boss_drops_additional_currency" } }, - [7447]={ + [7627]={ [1]={ [1]={ limit={ @@ -163603,14 +168403,14 @@ return { [2]="#" } }, - text="Delirium Encounters in Area have {0}% chance to generate an additional Reward type" + text="Delirium Encounters in Area have {0}% chance to generate an additional Reward" } }, stats={ [1]="map_delirium_additional_reward_type_chance_%" } }, - [7448]={ + [7628]={ [1]={ [1]={ limit={ @@ -163639,7 +168439,7 @@ return { [1]="map_delirium_doodads_+%_final" } }, - [7449]={ + [7629]={ [1]={ [1]={ limit={ @@ -163655,7 +168455,7 @@ return { [1]="map_delirium_fog_never_dissipates" } }, - [7450]={ + [7630]={ [1]={ [1]={ limit={ @@ -163680,7 +168480,7 @@ return { [1]="map_delirium_splinter_stack_size_+%" } }, - [7451]={ + [7631]={ [1]={ [1]={ limit={ @@ -163696,7 +168496,7 @@ return { [1]="map_delve_rules" } }, - [7452]={ + [7632]={ [1]={ [1]={ limit={ @@ -164126,7 +168926,7 @@ return { [4]="map_fishy_effect_3" } }, - [7453]={ + [7633]={ [1]={ [1]={ limit={ @@ -164142,7 +168942,7 @@ return { [1]="map_display_strongbox_monsters_are_enraged" } }, - [7454]={ + [7634]={ [1]={ [1]={ limit={ @@ -164158,7 +168958,7 @@ return { [1]="map_divination_card_drop_chance_+%" } }, - [7455]={ + [7635]={ [1]={ [1]={ limit={ @@ -164174,7 +168974,7 @@ return { [1]="map_doesnt_consume_sextant_use" } }, - [7456]={ + [7636]={ [1]={ [1]={ limit={ @@ -164190,7 +168990,7 @@ return { [1]="map_dropped_maps_are_corrupted_with_8_mods" } }, - [7457]={ + [7637]={ [1]={ [1]={ [1]={ @@ -164210,7 +169010,7 @@ return { [1]="map_dropped_maps_are_duplicated_chance_permillage" } }, - [7458]={ + [7638]={ [1]={ [1]={ limit={ @@ -164235,7 +169035,7 @@ return { [1]="map_duplicate_captured_beasts_chance_%" } }, - [7459]={ + [7639]={ [1]={ [1]={ limit={ @@ -164251,7 +169051,7 @@ return { [1]="map_duplicate_x_rare_monsters" } }, - [7460]={ + [7640]={ [1]={ [1]={ limit={ @@ -164267,7 +169067,7 @@ return { [1]="map_duplicate_x_synthesised_rare_monsters" } }, - [7461]={ + [7641]={ [1]={ [1]={ limit={ @@ -164310,7 +169110,7 @@ return { [1]="map_elder_boss_variation" } }, - [7462]={ + [7642]={ [1]={ [1]={ limit={ @@ -164326,7 +169126,7 @@ return { [1]="map_elder_rare_chance_+%" } }, - [7463]={ + [7643]={ [1]={ [1]={ [1]={ @@ -164346,7 +169146,7 @@ return { [1]="map_endgame_affliction_reward_1" } }, - [7464]={ + [7644]={ [1]={ [1]={ [1]={ @@ -164366,7 +169166,7 @@ return { [1]="map_endgame_affliction_reward_2" } }, - [7465]={ + [7645]={ [1]={ [1]={ [1]={ @@ -164386,7 +169186,7 @@ return { [1]="map_endgame_affliction_reward_3" } }, - [7466]={ + [7646]={ [1]={ [1]={ [1]={ @@ -164406,7 +169206,7 @@ return { [1]="map_endgame_affliction_reward_4" } }, - [7467]={ + [7647]={ [1]={ [1]={ [1]={ @@ -164426,7 +169226,7 @@ return { [1]="map_endgame_affliction_reward_5" } }, - [7468]={ + [7648]={ [1]={ [1]={ [1]={ @@ -164446,7 +169246,7 @@ return { [1]="map_endgame_affliction_reward_6" } }, - [7469]={ + [7649]={ [1]={ [1]={ [1]={ @@ -164466,7 +169266,7 @@ return { [1]="map_endgame_affliction_reward_7" } }, - [7470]={ + [7650]={ [1]={ [1]={ [1]={ @@ -164486,7 +169286,7 @@ return { [1]="map_endgame_affliction_reward_8" } }, - [7471]={ + [7651]={ [1]={ [1]={ [1]={ @@ -164506,7 +169306,7 @@ return { [1]="map_endgame_affliction_reward_9" } }, - [7472]={ + [7652]={ [1]={ [1]={ limit={ @@ -164522,7 +169322,7 @@ return { [1]="map_endgame_fog_depth" } }, - [7473]={ + [7653]={ [1]={ [1]={ limit={ @@ -164538,7 +169338,7 @@ return { [1]="map_equipment_drops_identified" } }, - [7474]={ + [7654]={ [1]={ [1]={ limit={ @@ -164554,7 +169354,7 @@ return { [1]="map_essence_monolith_contains_additional_essence_of_corruption" } }, - [7475]={ + [7655]={ [1]={ [1]={ limit={ @@ -164570,7 +169370,7 @@ return { [1]="map_essence_monolith_contains_essence_of_corruption_%" } }, - [7476]={ + [7656]={ [1]={ [1]={ limit={ @@ -164586,7 +169386,7 @@ return { [1]="map_essence_monsters_are_corrupted" } }, - [7477]={ + [7657]={ [1]={ [1]={ limit={ @@ -164611,7 +169411,7 @@ return { [1]="map_essence_monsters_have_additional_essences" } }, - [7478]={ + [7658]={ [1]={ [1]={ limit={ @@ -164627,7 +169427,7 @@ return { [1]="map_essence_monsters_higher_tier" } }, - [7479]={ + [7659]={ [1]={ [1]={ limit={ @@ -164652,7 +169452,7 @@ return { [1]="map_expedition_artifact_quantity_+%" } }, - [7480]={ + [7660]={ [1]={ [1]={ limit={ @@ -164668,7 +169468,7 @@ return { [1]="map_expedition_chest_double_drops_chance_%" } }, - [7481]={ + [7661]={ [1]={ [1]={ limit={ @@ -164693,7 +169493,7 @@ return { [1]="map_expedition_chest_marker_count_+" } }, - [7482]={ + [7662]={ [1]={ [1]={ limit={ @@ -164718,7 +169518,7 @@ return { [1]="map_expedition_common_chest_marker_count_+" } }, - [7483]={ + [7663]={ [1]={ [1]={ limit={ @@ -164743,7 +169543,7 @@ return { [1]="map_expedition_elite_marker_count_+%" } }, - [7484]={ + [7664]={ [1]={ [1]={ limit={ @@ -164772,7 +169572,7 @@ return { [1]="map_expedition_encounter_additional_chance_%" } }, - [7485]={ + [7665]={ [1]={ [1]={ limit={ @@ -164797,7 +169597,7 @@ return { [1]="map_expedition_epic_chest_marker_count_+" } }, - [7486]={ + [7666]={ [1]={ [1]={ limit={ @@ -164813,7 +169613,7 @@ return { [1]="map_expedition_explosion_radius_+%" } }, - [7487]={ + [7667]={ [1]={ [1]={ limit={ @@ -164829,7 +169629,7 @@ return { [1]="map_expedition_explosives_+%" } }, - [7488]={ + [7668]={ [1]={ [1]={ limit={ @@ -164845,7 +169645,7 @@ return { [1]="map_expedition_extra_relic_suffix_chance_%" } }, - [7489]={ + [7669]={ [1]={ [1]={ limit={ @@ -164861,7 +169661,7 @@ return { [1]="map_expedition_league" } }, - [7490]={ + [7670]={ [1]={ [1]={ limit={ @@ -164886,7 +169686,7 @@ return { [1]="map_expedition_maximum_placement_distance_+%" } }, - [7491]={ + [7671]={ [1]={ [1]={ limit={ @@ -164902,7 +169702,7 @@ return { [1]="map_expedition_monster_spawn_with_half_life" } }, - [7492]={ + [7672]={ [1]={ [1]={ limit={ @@ -164927,7 +169727,7 @@ return { [1]="map_expedition_number_of_monster_markers_+%" } }, - [7493]={ + [7673]={ [1]={ [1]={ limit={ @@ -164952,7 +169752,7 @@ return { [1]="map_expedition_rare_monsters_+%" } }, - [7494]={ + [7674]={ [1]={ [1]={ limit={ @@ -164977,7 +169777,7 @@ return { [1]="map_expedition_relic_mod_effect_+%" } }, - [7495]={ + [7675]={ [1]={ [1]={ limit={ @@ -164993,7 +169793,7 @@ return { [1]="map_expedition_relics_+" } }, - [7496]={ + [7676]={ [1]={ [1]={ limit={ @@ -165009,7 +169809,7 @@ return { [1]="map_expedition_relics_+%" } }, - [7497]={ + [7677]={ [1]={ [1]={ limit={ @@ -165034,7 +169834,7 @@ return { [1]="map_expedition_saga_additional_terrain_features" } }, - [7498]={ + [7678]={ [1]={ [1]={ limit={ @@ -165077,7 +169877,7 @@ return { [1]="map_expedition_saga_contains_boss" } }, - [7499]={ + [7679]={ [1]={ [1]={ limit={ @@ -165093,7 +169893,7 @@ return { [1]="map_expedition_twinned_elites" } }, - [7500]={ + [7680]={ [1]={ [1]={ limit={ @@ -165118,7 +169918,7 @@ return { [1]="map_expedition_uncommon_chest_marker_count_+" } }, - [7501]={ + [7681]={ [1]={ [1]={ limit={ @@ -165143,7 +169943,7 @@ return { [1]="map_expedition_vendor_reroll_currency_quantity_+%" } }, - [7502]={ + [7682]={ [1]={ [1]={ limit={ @@ -165168,7 +169968,7 @@ return { [1]="map_expedition_x_extra_relic_suffixes" } }, - [7503]={ + [7683]={ [1]={ [1]={ limit={ @@ -165193,7 +169993,7 @@ return { [1]="map_extra_monoliths" } }, - [7504]={ + [7684]={ [1]={ [1]={ limit={ @@ -165209,7 +170009,7 @@ return { [1]="map_final_boss_map_key_of_at_least_same_tier_as_current_map_drop_chance_%" } }, - [7505]={ + [7685]={ [1]={ [1]={ limit={ @@ -165234,7 +170034,7 @@ return { [1]="map_first_invasion_boss_killed_drops_x_additional_currency" } }, - [7506]={ + [7686]={ [1]={ [1]={ limit={ @@ -165259,7 +170059,7 @@ return { [1]="map_first_strongbox_contains_x_additional_rare_monsters" } }, - [7507]={ + [7687]={ [1]={ [1]={ limit={ @@ -165284,7 +170084,7 @@ return { [1]="map_first_unique_beyond_boss_slain_drops_x_beyond_uniques" } }, - [7508]={ + [7688]={ [1]={ [1]={ [1]={ @@ -165304,7 +170104,7 @@ return { [1]="map_flask_charges_recovered_per_3_seconds_%" } }, - [7509]={ + [7689]={ [1]={ [1]={ limit={ @@ -165320,7 +170120,7 @@ return { [1]="map_force_side_area" } }, - [7510]={ + [7690]={ [1]={ [1]={ [1]={ @@ -165340,7 +170140,7 @@ return { [1]="map_gain_onslaught_for_x_ms_on_killing_rare_monster" } }, - [7511]={ + [7691]={ [1]={ [1]={ limit={ @@ -165369,7 +170169,7 @@ return { [1]="map_gauntlet_unique_monster_life_+%" } }, - [7512]={ + [7692]={ [1]={ [1]={ limit={ @@ -165385,7 +170185,7 @@ return { [1]="map_grants_players_level_20_dash_skill" } }, - [7513]={ + [7693]={ [1]={ [1]={ limit={ @@ -165401,7 +170201,7 @@ return { [1]="map_ground_consecrated_life_regeneration_rate_per_minute_%" } }, - [7514]={ + [7694]={ [1]={ [1]={ limit={ @@ -165417,7 +170217,7 @@ return { [1]="map_ground_haste_action_speed_+%" } }, - [7515]={ + [7695]={ [1]={ [1]={ limit={ @@ -165433,7 +170233,7 @@ return { [1]="map_harbinger_additional_currency_shard_stack_chance_%" } }, - [7516]={ + [7696]={ [1]={ [1]={ limit={ @@ -165449,7 +170249,7 @@ return { [1]="map_harbinger_portal_drops_additional_fragments" } }, - [7517]={ + [7697]={ [1]={ [1]={ limit={ @@ -165465,7 +170265,7 @@ return { [1]="map_harbingers_drops_additional_currency_shards" } }, - [7518]={ + [7698]={ [1]={ [1]={ limit={ @@ -165481,7 +170281,7 @@ return { [1]="map_harvest_crafting_outcomes_X_lucky_rolls" } }, - [7519]={ + [7699]={ [1]={ [1]={ limit={ @@ -165497,7 +170297,7 @@ return { [1]="map_harvest_double_lifeforce_dropped" } }, - [7520]={ + [7700]={ [1]={ [1]={ limit={ @@ -165526,7 +170326,7 @@ return { [1]="map_harvest_monster_life_+%_final_from_sextant" } }, - [7521]={ + [7701]={ [1]={ [1]={ limit={ @@ -165560,7 +170360,7 @@ return { [1]="map_harvest_seeds_1_of_every_2_plot_type_override" } }, - [7522]={ + [7702]={ [1]={ [1]={ limit={ @@ -165576,7 +170376,7 @@ return { [1]="map_has_monoliths" } }, - [7523]={ + [7703]={ [1]={ [1]={ limit={ @@ -165592,7 +170392,7 @@ return { [1]="map_has_x%_quality" } }, - [7524]={ + [7704]={ [1]={ [1]={ limit={ @@ -165617,7 +170417,7 @@ return { [1]="map_heist_contract_additional_reveals_granted" } }, - [7525]={ + [7705]={ [1]={ [1]={ limit={ @@ -165633,7 +170433,7 @@ return { [1]="map_heist_contract_chest_no_rewards_%_chance" } }, - [7526]={ + [7706]={ [1]={ [1]={ limit={ @@ -165649,7 +170449,7 @@ return { [1]="map_heist_contract_npc_items_cannot_drop" } }, - [7527]={ + [7707]={ [1]={ [1]={ limit={ @@ -165678,7 +170478,7 @@ return { [1]="map_heist_contract_primary_target_value_+%_final" } }, - [7528]={ + [7708]={ [1]={ [1]={ limit={ @@ -165707,7 +170507,7 @@ return { [1]="map_heist_monster_life_+%_final_from_sextant" } }, - [7529]={ + [7709]={ [1]={ [1]={ limit={ @@ -165732,7 +170532,7 @@ return { [1]="map_heist_npc_perks_effect_+%_final" } }, - [7530]={ + [7710]={ [1]={ [1]={ limit={ @@ -165765,7 +170565,7 @@ return { [1]="map_imprisoned_monsters_action_speed_+%" } }, - [7531]={ + [7711]={ [1]={ [1]={ limit={ @@ -165794,7 +170594,7 @@ return { [1]="map_imprisoned_monsters_damage_+%" } }, - [7532]={ + [7712]={ [1]={ [1]={ limit={ @@ -165810,7 +170610,7 @@ return { [1]="map_imprisoned_monsters_damage_taken_+%" } }, - [7533]={ + [7713]={ [1]={ [1]={ limit={ @@ -165826,7 +170626,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_arsonist" } }, - [7534]={ + [7714]={ [1]={ [1]={ limit={ @@ -165842,7 +170642,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_blasphemer" } }, - [7535]={ + [7715]={ [1]={ [1]={ limit={ @@ -165858,7 +170658,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_cannibal" } }, - [7536]={ + [7716]={ [1]={ [1]={ limit={ @@ -165874,7 +170674,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_charlatan" } }, - [7537]={ + [7717]={ [1]={ [1]={ limit={ @@ -165890,7 +170690,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_corrupter" } }, - [7538]={ + [7718]={ [1]={ [1]={ limit={ @@ -165906,7 +170706,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_counterfeiter" } }, - [7539]={ + [7719]={ [1]={ [1]={ limit={ @@ -165922,7 +170722,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_cutthroat" } }, - [7540]={ + [7720]={ [1]={ [1]={ limit={ @@ -165938,7 +170738,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_embezzler" } }, - [7541]={ + [7721]={ [1]={ [1]={ limit={ @@ -165954,7 +170754,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_experimenter" } }, - [7542]={ + [7722]={ [1]={ [1]={ limit={ @@ -165970,7 +170770,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_fisherman" } }, - [7543]={ + [7723]={ [1]={ [1]={ limit={ @@ -165986,7 +170786,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_freezer" } }, - [7544]={ + [7724]={ [1]={ [1]={ limit={ @@ -166002,7 +170802,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_librarian" } }, - [7545]={ + [7725]={ [1]={ [1]={ limit={ @@ -166018,7 +170818,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_martyr" } }, - [7546]={ + [7726]={ [1]={ [1]={ limit={ @@ -166034,7 +170834,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_mutilator" } }, - [7547]={ + [7727]={ [1]={ [1]={ limit={ @@ -166050,7 +170850,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_necromancer" } }, - [7548]={ + [7728]={ [1]={ [1]={ limit={ @@ -166066,7 +170866,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_poisoner" } }, - [7549]={ + [7729]={ [1]={ [1]={ limit={ @@ -166082,7 +170882,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_rogue" } }, - [7550]={ + [7730]={ [1]={ [1]={ limit={ @@ -166098,7 +170898,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_smuggler" } }, - [7551]={ + [7731]={ [1]={ [1]={ limit={ @@ -166114,7 +170914,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_spy" } }, - [7552]={ + [7732]={ [1]={ [1]={ limit={ @@ -166130,7 +170930,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_thief" } }, - [7553]={ + [7733]={ [1]={ [1]={ limit={ @@ -166146,7 +170946,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_thug" } }, - [7554]={ + [7734]={ [1]={ [1]={ limit={ @@ -166162,7 +170962,7 @@ return { [1]="map_incursion_boss_possessed_by_tormented_warlord" } }, - [7555]={ + [7735]={ [1]={ [1]={ limit={ @@ -166178,7 +170978,7 @@ return { [1]="map_incursion_spawn_large_caustic_plants" } }, - [7556]={ + [7736]={ [1]={ [1]={ limit={ @@ -166194,7 +170994,7 @@ return { [1]="map_incursion_spawn_parasitic_caustic_plants" } }, - [7557]={ + [7737]={ [1]={ [1]={ limit={ @@ -166210,7 +171010,7 @@ return { [1]="map_invasion_bosses_are_twinned" } }, - [7558]={ + [7738]={ [1]={ [1]={ limit={ @@ -166235,7 +171035,7 @@ return { [1]="map_invasion_bosses_drop_x_additional_vaal_orbs" } }, - [7559]={ + [7739]={ [1]={ [1]={ limit={ @@ -166251,7 +171051,7 @@ return { [1]="map_invasion_bosses_dropped_items_are_fully_linked" } }, - [7560]={ + [7740]={ [1]={ [1]={ limit={ @@ -166276,7 +171076,7 @@ return { [1]="map_invasion_bosses_dropped_items_have_x_additional_sockets" } }, - [7561]={ + [7741]={ [1]={ [1]={ limit={ @@ -166301,7 +171101,7 @@ return { [1]="map_invasion_monsters_guarded_by_x_magic_packs" } }, - [7562]={ + [7742]={ [1]={ [1]={ limit={ @@ -166317,7 +171117,7 @@ return { [1]="map_item_drop_quality_also_applies_to_map_item_drop_rarity" } }, - [7563]={ + [7743]={ [1]={ [1]={ limit={ @@ -166346,7 +171146,7 @@ return { [1]="map_item_found_rarity_+%_per_15_rampage_stacks" } }, - [7564]={ + [7744]={ [1]={ [1]={ limit={ @@ -166362,7 +171162,7 @@ return { [1]="map_item_quantity_from_monsters_that_drop_silver_coin_+%" } }, - [7565]={ + [7745]={ [1]={ [1]={ limit={ @@ -166387,7 +171187,7 @@ return { [1]="map_killing_rare_monsters_pauses_delirium_mirror_timer_for_x_seconds" } }, - [7566]={ + [7746]={ [1]={ [1]={ limit={ @@ -166416,7 +171216,7 @@ return { [1]="map_labyrinth_izaro_area_of_effect_+%" } }, - [7567]={ + [7747]={ [1]={ [1]={ limit={ @@ -166445,7 +171245,7 @@ return { [1]="map_labyrinth_izaro_attack_cast_move_speed_+%" } }, - [7568]={ + [7748]={ [1]={ [1]={ limit={ @@ -166474,7 +171274,7 @@ return { [1]="map_labyrinth_izaro_damage_+%" } }, - [7569]={ + [7749]={ [1]={ [1]={ limit={ @@ -166503,7 +171303,7 @@ return { [1]="map_labyrinth_izaro_life_+%" } }, - [7570]={ + [7750]={ [1]={ [1]={ limit={ @@ -166532,7 +171332,7 @@ return { [1]="map_labyrinth_monsters_attack_cast_and_movement_speed_+%" } }, - [7571]={ + [7751]={ [1]={ [1]={ limit={ @@ -166561,7 +171361,7 @@ return { [1]="map_labyrinth_monsters_damage_+%" } }, - [7572]={ + [7752]={ [1]={ [1]={ limit={ @@ -166590,7 +171390,7 @@ return { [1]="map_labyrinth_monsters_life_+%" } }, - [7573]={ + [7753]={ [1]={ [1]={ limit={ @@ -166615,7 +171415,7 @@ return { [1]="map_leaguestone_area_contains_x_additional_leaguestones" } }, - [7574]={ + [7754]={ [1]={ [1]={ limit={ @@ -166644,7 +171444,7 @@ return { [1]="map_leaguestone_beyond_monster_item_quantity_and_rarity_+%_final" } }, - [7575]={ + [7755]={ [1]={ [1]={ limit={ @@ -166660,7 +171460,7 @@ return { [1]="map_leaguestone_contains_warband_leader" } }, - [7576]={ + [7756]={ [1]={ [1]={ limit={ @@ -166703,7 +171503,7 @@ return { [1]="map_leaguestone_explicit_warband_type_override" } }, - [7577]={ + [7757]={ [1]={ [1]={ limit={ @@ -166719,7 +171519,7 @@ return { [1]="map_leaguestone_imprisoned_monsters_item_quantity_+%_final" } }, - [7578]={ + [7758]={ [1]={ [1]={ limit={ @@ -166735,7 +171535,7 @@ return { [1]="map_leaguestone_imprisoned_monsters_item_rarity_+%_final" } }, - [7579]={ + [7759]={ [1]={ [1]={ limit={ @@ -166764,7 +171564,7 @@ return { [1]="map_leaguestone_invasion_boss_item_quantity_and_rarity_+%_final" } }, - [7580]={ + [7760]={ [1]={ [1]={ limit={ @@ -166816,7 +171616,7 @@ return { [1]="map_leaguestone_monolith_contains_essence_type" } }, - [7581]={ + [7761]={ [1]={ [1]={ limit={ @@ -166841,7 +171641,7 @@ return { [1]="map_leaguestone_override_base_num_breaches" } }, - [7582]={ + [7762]={ [1]={ [1]={ limit={ @@ -166866,7 +171666,7 @@ return { [1]="map_leaguestone_override_base_num_invasion_bosses" } }, - [7583]={ + [7763]={ [1]={ [1]={ limit={ @@ -166891,7 +171691,7 @@ return { [1]="map_leaguestone_override_base_num_monoliths" } }, - [7584]={ + [7764]={ [1]={ [1]={ limit={ @@ -166916,7 +171716,7 @@ return { [1]="map_leaguestone_override_base_num_perandus_chests" } }, - [7585]={ + [7765]={ [1]={ [1]={ limit={ @@ -166941,7 +171741,7 @@ return { [1]="map_leaguestone_override_base_num_prophecy_coins" } }, - [7586]={ + [7766]={ [1]={ [1]={ limit={ @@ -166966,7 +171766,7 @@ return { [1]="map_leaguestone_override_base_num_rogue_exiles" } }, - [7587]={ + [7767]={ [1]={ [1]={ limit={ @@ -166991,7 +171791,7 @@ return { [1]="map_leaguestone_override_base_num_shrines" } }, - [7588]={ + [7768]={ [1]={ [1]={ limit={ @@ -167016,7 +171816,7 @@ return { [1]="map_leaguestone_override_base_num_strongboxes" } }, - [7589]={ + [7769]={ [1]={ [1]={ limit={ @@ -167041,7 +171841,7 @@ return { [1]="map_leaguestone_override_base_num_talismans" } }, - [7590]={ + [7770]={ [1]={ [1]={ limit={ @@ -167066,7 +171866,7 @@ return { [1]="map_leaguestone_override_base_num_tormented_spirits" } }, - [7591]={ + [7771]={ [1]={ [1]={ limit={ @@ -167091,7 +171891,7 @@ return { [1]="map_leaguestone_override_base_num_warband_packs" } }, - [7592]={ + [7772]={ [1]={ [1]={ limit={ @@ -167107,7 +171907,7 @@ return { [1]="map_leaguestone_perandus_chests_have_item_quantity_+%_final" } }, - [7593]={ + [7773]={ [1]={ [1]={ limit={ @@ -167123,7 +171923,7 @@ return { [1]="map_leaguestone_perandus_chests_have_item_rarity_+%_final" } }, - [7594]={ + [7774]={ [1]={ [1]={ limit={ @@ -167139,7 +171939,7 @@ return { [1]="map_leaguestone_rogue_exiles_dropped_item_rarity_+%_final" } }, - [7595]={ + [7775]={ [1]={ [1]={ limit={ @@ -167164,7 +171964,7 @@ return { [1]="map_leaguestone_shrine_monster_rarity_override" } }, - [7596]={ + [7776]={ [1]={ [1]={ limit={ @@ -167198,7 +171998,7 @@ return { [1]="map_leaguestone_shrine_override_type" } }, - [7597]={ + [7777]={ [1]={ [1]={ limit={ @@ -167223,7 +172023,7 @@ return { [1]="map_leaguestone_strongboxes_rarity_override" } }, - [7598]={ + [7778]={ [1]={ [1]={ limit={ @@ -167239,7 +172039,7 @@ return { [1]="map_strongboxes_vaal_orb_drop_chance_%" } }, - [7599]={ + [7779]={ [1]={ [1]={ limit={ @@ -167255,7 +172055,7 @@ return { [1]="map_leaguestone_warbands_packs_have_item_quantity_+%_final" } }, - [7600]={ + [7780]={ [1]={ [1]={ limit={ @@ -167271,7 +172071,7 @@ return { [1]="map_leaguestone_warbands_packs_have_item_rarity_+%_final" } }, - [7601]={ + [7781]={ [1]={ [1]={ limit={ @@ -167296,7 +172096,7 @@ return { [1]="map_leaguestone_x_monsters_spawn_abaxoth" } }, - [7602]={ + [7782]={ [1]={ [1]={ limit={ @@ -167321,7 +172121,7 @@ return { [1]="map_leaguestone_x_monsters_spawn_random_beyond_boss" } }, - [7603]={ + [7783]={ [1]={ [1]={ limit={ @@ -167337,7 +172137,7 @@ return { [1]="map_leaguestones_currency_items_drop_when_first_reaching_x_rampage_stacks" } }, - [7604]={ + [7784]={ [1]={ [1]={ limit={ @@ -167353,7 +172153,7 @@ return { [1]="map_leaguestones_spawn_powerful_monster_when_reaching_x_rampage_stacks" } }, - [7605]={ + [7785]={ [1]={ [1]={ limit={ @@ -167378,7 +172178,7 @@ return { [1]="map_legion_league_extra_spawns" } }, - [7606]={ + [7786]={ [1]={ [1]={ limit={ @@ -167394,7 +172194,7 @@ return { [1]="map_legion_league_force_general" } }, - [7607]={ + [7787]={ [1]={ [1]={ limit={ @@ -167410,7 +172210,7 @@ return { [1]="map_legion_league_force_war_chest" } }, - [7608]={ + [7788]={ [1]={ [1]={ limit={ @@ -167439,7 +172239,7 @@ return { [1]="map_legion_monster_life_+%_final_from_sextant" } }, - [7609]={ + [7789]={ [1]={ [1]={ limit={ @@ -167455,7 +172255,7 @@ return { [1]="map_legion_monster_splinter_emblem_drops_duplicated" } }, - [7610]={ + [7790]={ [1]={ [1]={ limit={ @@ -167471,7 +172271,7 @@ return { [1]="map_level_+" } }, - [7611]={ + [7791]={ [1]={ [1]={ limit={ @@ -167487,7 +172287,7 @@ return { [1]="map_magic_items_drop_as_normal" } }, - [7612]={ + [7792]={ [1]={ [1]={ limit={ @@ -167503,7 +172303,7 @@ return { [1]="map_magic_monsters_are_maimed" } }, - [7613]={ + [7793]={ [1]={ [1]={ limit={ @@ -167532,7 +172332,7 @@ return { [1]="map_magic_monsters_damage_taken_+%" } }, - [7614]={ + [7794]={ [1]={ [1]={ limit={ @@ -167548,7 +172348,7 @@ return { [1]="map_metamorph_all_metamorphs_have_rewards" } }, - [7615]={ + [7795]={ [1]={ [1]={ limit={ @@ -167573,7 +172373,7 @@ return { [1]="map_metamorph_boss_drops_additional_itemised_organs" } }, - [7616]={ + [7796]={ [1]={ [1]={ limit={ @@ -167589,7 +172389,7 @@ return { [1]="map_metamorph_catalyst_drops_duplicated" } }, - [7617]={ + [7797]={ [1]={ [1]={ limit={ @@ -167614,7 +172414,7 @@ return { [1]="map_metamorph_itemised_boss_min_rewards" } }, - [7618]={ + [7798]={ [1]={ [1]={ limit={ @@ -167630,7 +172430,7 @@ return { [1]="map_metamorph_itemised_boss_more_difficult" } }, - [7619]={ + [7799]={ [1]={ [1]={ limit={ @@ -167659,7 +172459,7 @@ return { [1]="map_metamorph_life_+%_final_from_sextant" } }, - [7620]={ + [7800]={ [1]={ [1]={ limit={ @@ -167675,7 +172475,7 @@ return { [1]="map_metamorphosis_league" } }, - [7621]={ + [7801]={ [1]={ [1]={ limit={ @@ -167691,7 +172491,7 @@ return { [1]="map_mini_monolith_monsters_are_magic" } }, - [7622]={ + [7802]={ [1]={ [1]={ limit={ @@ -167720,7 +172520,7 @@ return { [1]="map_monolith_chance_+%" } }, - [7623]={ + [7803]={ [1]={ [1]={ limit={ @@ -167736,7 +172536,32 @@ return { [1]="map_monolith_chance_%" } }, - [7624]={ + [7804]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Area contains an additional Incubator Queen" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="Area contains {0} additional Incubator Queens" + } + }, + stats={ + [1]="map_monster_additional_abyssal_monolithic_slug_packs" + } + }, + [7805]={ [1]={ [1]={ limit={ @@ -167761,7 +172586,7 @@ return { [1]="map_monster_additional_sanctified_packs" } }, - [7625]={ + [7806]={ [1]={ [1]={ limit={ @@ -167790,7 +172615,7 @@ return { [1]="map_monster_and_player_onslaught_effect_+%" } }, - [7626]={ + [7807]={ [1]={ [1]={ limit={ @@ -167819,7 +172644,7 @@ return { [1]="map_monster_attack_cast_and_movement_speed_+%" } }, - [7627]={ + [7808]={ [1]={ [1]={ limit={ @@ -167848,7 +172673,7 @@ return { [1]="map_monster_beyond_portal_chance_+%" } }, - [7628]={ + [7809]={ [1]={ [1]={ limit={ @@ -167877,7 +172702,7 @@ return { [1]="map_monster_curse_effect_on_self_+%" } }, - [7629]={ + [7810]={ [1]={ [1]={ limit={ @@ -167906,7 +172731,7 @@ return { [1]="map_monster_damage_taken_+%_final_from_atlas_keystone" } }, - [7630]={ + [7811]={ [1]={ [1]={ limit={ @@ -167935,7 +172760,32 @@ return { [1]="map_monster_damage_taken_+%_while_possessed" } }, - [7631]={ + [7812]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Monsters inflict {0} Grasping Vine on Hit" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Monsters inflict {0} Grasping Vines on Hit" + } + }, + stats={ + [1]="map_monster_add_x_grasping_vines_on_hit" + } + }, + [7813]={ [1]={ [1]={ limit={ @@ -167964,7 +172814,7 @@ return { [1]="map_monster_non_damaging_ailment_effect_+%_on_self" } }, - [7632]={ + [7814]={ [1]={ [1]={ limit={ @@ -167993,7 +172843,7 @@ return { [1]="map_monsters_skill_speed_+%" } }, - [7633]={ + [7815]={ [1]={ [1]={ limit={ @@ -168022,7 +172872,7 @@ return { [1]="map_monster_slain_experience_+%" } }, - [7634]={ + [7816]={ [1]={ [1]={ limit={ @@ -168051,7 +172901,7 @@ return { [1]="map_monsters_accuracy_rating_+%" } }, - [7635]={ + [7817]={ [1]={ [1]={ limit={ @@ -168084,7 +172934,7 @@ return { [1]="map_monsters_action_speed_-%" } }, - [7636]={ + [7818]={ [1]={ [1]={ limit={ @@ -168109,7 +172959,7 @@ return { [1]="map_monsters_add_endurance_charge_on_hit_%" } }, - [7637]={ + [7819]={ [1]={ [1]={ limit={ @@ -168134,7 +172984,7 @@ return { [1]="map_monsters_add_frenzy_charge_on_hit_%" } }, - [7638]={ + [7820]={ [1]={ [1]={ limit={ @@ -168159,7 +173009,7 @@ return { [1]="map_monsters_add_power_charge_on_hit_%" } }, - [7639]={ + [7821]={ [1]={ [1]={ limit={ @@ -168175,7 +173025,7 @@ return { [1]="map_monsters_additional_chaos_resistance" } }, - [7640]={ + [7822]={ [1]={ [1]={ limit={ @@ -168191,7 +173041,7 @@ return { [1]="map_monsters_additional_dexterity_ratio_%_for_evasion" } }, - [7641]={ + [7823]={ [1]={ [1]={ limit={ @@ -168207,7 +173057,7 @@ return { [1]="map_monsters_additional_elemental_resistance" } }, - [7642]={ + [7824]={ [1]={ [1]={ limit={ @@ -168223,7 +173073,7 @@ return { [1]="map_monsters_additional_maximum_all_elemental_resistances_%" } }, - [7643]={ + [7825]={ [1]={ [1]={ limit={ @@ -168239,7 +173089,7 @@ return { [1]="map_monsters_additional_strength_ratio_%_for_armour" } }, - [7644]={ + [7826]={ [1]={ [1]={ limit={ @@ -168255,7 +173105,7 @@ return { [1]="map_monsters_ailment_threshold_+%" } }, - [7645]={ + [7827]={ [1]={ [1]={ limit={ @@ -168271,7 +173121,7 @@ return { [1]="map_monsters_all_damage_can_chill" } }, - [7646]={ + [7828]={ [1]={ [1]={ limit={ @@ -168287,7 +173137,7 @@ return { [1]="map_monsters_all_damage_can_freeze" } }, - [7647]={ + [7829]={ [1]={ [1]={ limit={ @@ -168296,14 +173146,14 @@ return { [2]="#" } }, - text="All Damage from Monsters' Hits Contributes to Ignite Chance and Magnitude" + text="All Damage from Monsters' Hits Contributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="map_monsters_all_damage_can_ignite" } }, - [7648]={ + [7830]={ [1]={ [1]={ limit={ @@ -168319,7 +173169,7 @@ return { [1]="map_monsters_all_damage_can_poison" } }, - [7649]={ + [7831]={ [1]={ [1]={ limit={ @@ -168335,7 +173185,7 @@ return { [1]="map_monsters_all_damage_can_shock" } }, - [7650]={ + [7832]={ [1]={ [1]={ limit={ @@ -168351,7 +173201,7 @@ return { [1]="map_monsters_always_crit" } }, - [7651]={ + [7833]={ [1]={ [1]={ limit={ @@ -168367,7 +173217,7 @@ return { [1]="map_monsters_always_hit" } }, - [7652]={ + [7834]={ [1]={ [1]={ limit={ @@ -168383,7 +173233,7 @@ return { [1]="map_monsters_always_ignite" } }, - [7653]={ + [7835]={ [1]={ [1]={ limit={ @@ -168399,7 +173249,7 @@ return { [1]="map_monsters_are_converted_on_kill" } }, - [7654]={ + [7836]={ [1]={ [1]={ limit={ @@ -168415,7 +173265,7 @@ return { [1]="map_monsters_armour_break_physical_damage_%_dealt_as_armour_break" } }, - [7655]={ + [7837]={ [1]={ [1]={ limit={ @@ -168431,7 +173281,7 @@ return { [1]="map_monsters_avoid_poison_bleed_impale_%" } }, - [7656]={ + [7838]={ [1]={ [1]={ limit={ @@ -168460,7 +173310,7 @@ return { [1]="map_monsters_base_bleed_duration_+%" } }, - [7657]={ + [7839]={ [1]={ [1]={ limit={ @@ -168476,7 +173326,7 @@ return { [1]="map_monsters_base_block_%" } }, - [7658]={ + [7840]={ [1]={ [1]={ limit={ @@ -168501,32 +173351,7 @@ return { [1]="map_monsters_base_chance_to_freeze_%" } }, - [7659]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]=99 - } - }, - text="Monsters' Hits have {0}% chance to Ignite" - }, - [2]={ - limit={ - [1]={ - [1]=100, - [2]="#" - } - }, - text="Monsters' Hits always Ignite" - } - }, - stats={ - [1]="map_monsters_base_chance_to_ignite_%" - } - }, - [7660]={ + [7841]={ [1]={ [1]={ limit={ @@ -168551,7 +173376,7 @@ return { [1]="map_monsters_base_chance_to_shock_%" } }, - [7661]={ + [7842]={ [1]={ [1]={ limit={ @@ -168580,23 +173405,7 @@ return { [1]="map_monsters_base_poison_duration_+%" } }, - [7662]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Monsters have {0:+d}% Chance to Block Spell Damage" - } - }, - stats={ - [1]="map_monsters_base_spell_block_%" - } - }, - [7663]={ + [7843]={ [1]={ [1]={ limit={ @@ -168612,7 +173421,7 @@ return { [1]="map_monsters_cannot_be_taunted" } }, - [7664]={ + [7844]={ [1]={ [1]={ limit={ @@ -168637,7 +173446,7 @@ return { [1]="map_monsters_chance_to_blind_on_hit_%" } }, - [7665]={ + [7845]={ [1]={ [1]={ limit={ @@ -168662,23 +173471,23 @@ return { [1]="map_monsters_chance_to_impale_%" } }, - [7666]={ + [7846]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Monsters have {0}% chance to Bleeding on Hit" + text="Monsters have {0}% chance to inflict Bleeding on Hit" } }, stats={ [1]="map_monsters_chance_to_inflict_bleeding_%" } }, - [7667]={ + [7847]={ [1]={ [1]={ limit={ @@ -168703,7 +173512,7 @@ return { [1]="map_monsters_chance_to_inflict_brittle_%" } }, - [7668]={ + [7848]={ [1]={ [1]={ limit={ @@ -168728,7 +173537,7 @@ return { [1]="map_monsters_chance_to_inflict_sapped_%" } }, - [7669]={ + [7849]={ [1]={ [1]={ limit={ @@ -168744,7 +173553,7 @@ return { [1]="map_monsters_chance_to_poison_on_hit_%" } }, - [7670]={ + [7850]={ [1]={ [1]={ limit={ @@ -168769,7 +173578,7 @@ return { [1]="map_monsters_chance_to_scorch_%" } }, - [7671]={ + [7851]={ [1]={ [1]={ limit={ @@ -168802,7 +173611,7 @@ return { [1]="map_monsters_curse_effect_on_self_+%_final" } }, - [7672]={ + [7852]={ [1]={ [1]={ limit={ @@ -168831,7 +173640,7 @@ return { [1]="map_monsters_damage_taken_+%" } }, - [7673]={ + [7853]={ [1]={ [1]={ limit={ @@ -168847,7 +173656,7 @@ return { [1]="map_monsters_drop_no_equipment" } }, - [7674]={ + [7854]={ [1]={ [1]={ limit={ @@ -168863,7 +173672,7 @@ return { [1]="map_monsters_enemy_phys_reduction_%_penalty_vs_hit" } }, - [7675]={ + [7855]={ [1]={ [1]={ limit={ @@ -168892,7 +173701,7 @@ return { [1]="map_monsters_freeze_duration_+%" } }, - [7676]={ + [7856]={ [1]={ [1]={ limit={ @@ -168908,7 +173717,7 @@ return { [1]="map_monsters_attacks_inflict_bleeding_on_hit" } }, - [7677]={ + [7857]={ [1]={ [1]={ limit={ @@ -168924,7 +173733,7 @@ return { [1]="map_monsters_global_poison_on_hit" } }, - [7678]={ + [7858]={ [1]={ [1]={ limit={ @@ -168940,7 +173749,7 @@ return { [1]="map_monsters_hit_damage_freeze_multiplier_+%" } }, - [7679]={ + [7859]={ [1]={ [1]={ limit={ @@ -168956,7 +173765,7 @@ return { [1]="map_monsters_hit_damage_stun_multiplier_+%" } }, - [7680]={ + [7860]={ [1]={ [1]={ limit={ @@ -168965,14 +173774,14 @@ return { [2]="#" } }, - text="Monsters have {0}% increased Ignite Chance" + text="Monsters inflict {0}% increased Flammability Magnitude" } }, stats={ [1]="map_monsters_ignite_chance_+%" } }, - [7681]={ + [7861]={ [1]={ [1]={ limit={ @@ -169001,7 +173810,7 @@ return { [1]="map_monsters_ignite_duration_+%" } }, - [7682]={ + [7862]={ [1]={ [1]={ limit={ @@ -169026,7 +173835,7 @@ return { [1]="map_monsters_maim_on_hit_%_chance" } }, - [7683]={ + [7863]={ [1]={ [1]={ limit={ @@ -169042,7 +173851,7 @@ return { [1]="map_monsters_maximum_life_%_to_add_to_maximum_energy_shield" } }, - [7684]={ + [7864]={ [1]={ [1]={ limit={ @@ -169051,14 +173860,14 @@ return { [2]="#" } }, - text="Monsters' Action Speed cannot be modified to below base value" + text="Natural Monster Packs in Area are in a Union of Souls" } }, stats={ - [1]="map_monsters_movement_speed_cannot_be_reduced_below_base" + [1]="map_monsters_monster_difficulty_tankiness_+%_granted_to_pack_members_on_death" } }, - [7685]={ + [7865]={ [1]={ [1]={ limit={ @@ -169067,14 +173876,14 @@ return { [2]="#" } }, - text="Monsters near Shrines are Chilled" + text="Monsters' Action Speed cannot be modified to below base value" } }, stats={ - [1]="map_monsters_near_shrines_are_chilled" + [1]="map_monsters_movement_speed_cannot_be_reduced_below_base" } }, - [7686]={ + [7866]={ [1]={ [1]={ limit={ @@ -169090,7 +173899,7 @@ return { [1]="map_monsters_penetrate_elemental_resistances_%" } }, - [7687]={ + [7867]={ [1]={ [1]={ limit={ @@ -169106,7 +173915,7 @@ return { [1]="map_monsters_%_chance_to_inflict_status_ailments" } }, - [7688]={ + [7868]={ [1]={ [1]={ limit={ @@ -169122,7 +173931,7 @@ return { [1]="map_monsters_reduce_enemy_chaos_resistance_%" } }, - [7689]={ + [7869]={ [1]={ [1]={ limit={ @@ -169138,7 +173947,7 @@ return { [1]="map_monsters_reduce_enemy_cold_resistance_%" } }, - [7690]={ + [7870]={ [1]={ [1]={ limit={ @@ -169154,7 +173963,7 @@ return { [1]="map_monsters_reduce_enemy_fire_resistance_%" } }, - [7691]={ + [7871]={ [1]={ [1]={ limit={ @@ -169170,7 +173979,7 @@ return { [1]="map_monsters_reduce_enemy_lightning_resistance_%" } }, - [7692]={ + [7872]={ [1]={ [1]={ limit={ @@ -169195,7 +174004,7 @@ return { [1]="map_monsters_remove_charges_on_hit_%" } }, - [7693]={ + [7873]={ [1]={ [1]={ limit={ @@ -169211,7 +174020,7 @@ return { [1]="map_monsters_remove_enemy_flask_charge_on_hit_%_chance" } }, - [7694]={ + [7874]={ [1]={ [1]={ limit={ @@ -169227,7 +174036,7 @@ return { [1]="map_monsters_remove_%_of_mana_on_hit" } }, - [7695]={ + [7875]={ [1]={ [1]={ limit={ @@ -169243,7 +174052,7 @@ return { [1]="map_monsters_shock_chance_+%" } }, - [7696]={ + [7876]={ [1]={ [1]={ limit={ @@ -169272,7 +174081,7 @@ return { [1]="map_monsters_shock_effect_+%" } }, - [7697]={ + [7877]={ [1]={ [1]={ limit={ @@ -169297,48 +174106,7 @@ return { [1]="map_monsters_spawned_with_talisman_drop_additional_rare_items" } }, - [7698]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Monsters prevent {0:+d}% of Suppressed Spell Damage" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Monsters have {0:+d}% to amount of Suppressed Spell Damage Prevented" - } - }, - stats={ - [1]="map_monsters_spell_damage_%_suppressed" - } - }, - [7699]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Monsters have {0:+d}% chance to Suppress Spell Damage" - } - }, - stats={ - [1]="map_monsters_spell_suppression_chance_%" - } - }, - [7700]={ + [7878]={ [1]={ [1]={ limit={ @@ -169363,7 +174131,7 @@ return { [1]="map_monsters_spells_chance_to_hinder_on_hit_%_chance" } }, - [7701]={ + [7879]={ [1]={ [1]={ limit={ @@ -169388,7 +174156,7 @@ return { [1]="map_monsters_steal_charges" } }, - [7702]={ + [7880]={ [1]={ [1]={ limit={ @@ -169404,7 +174172,7 @@ return { [1]="map_monsters_stun_threshold_+%" } }, - [7703]={ + [7881]={ [1]={ [1]={ limit={ @@ -169429,7 +174197,7 @@ return { [1]="map_monsters_that_drop_silver_coin_drop_x_additional_silver_coins" } }, - [7704]={ + [7882]={ [1]={ [1]={ limit={ @@ -169445,7 +174213,7 @@ return { [1]="map_monsters_unaffected_by_curses" } }, - [7705]={ + [7883]={ [1]={ [1]={ limit={ @@ -169470,7 +174238,7 @@ return { [1]="map_monsters_with_silver_coins_drop_x_additional_currency_items" } }, - [7706]={ + [7884]={ [1]={ [1]={ limit={ @@ -169495,7 +174263,7 @@ return { [1]="map_monsters_with_silver_coins_drop_x_additional_rare_items" } }, - [7707]={ + [7885]={ [1]={ [1]={ limit={ @@ -169520,7 +174288,7 @@ return { [1]="map_monsters_withered_on_hit_for_2_seconds_%_chance" } }, - [7708]={ + [7886]={ [1]={ [1]={ limit={ @@ -169536,7 +174304,7 @@ return { [1]="map_monstrous_treasure_no_monsters" } }, - [7709]={ + [7887]={ [1]={ [1]={ limit={ @@ -169565,7 +174333,64 @@ return { [1]="map_movement_velocity_+%_per_poison_stack" } }, - [7710]={ + [7888]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Natural Rare Monsters in Area Eat the Souls of slain Monsters in their Presence" + } + }, + stats={ + [1]="map_natural_rare_monsters_have_soul_eater" + } + }, + [7889]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Natural Rare Monsters in Area have {0} extra Abyssal Modifier" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Natural Rare Monsters in Area have {0} extra Abyssal Modifiers" + } + }, + stats={ + [1]="map_natural_rare_monsters_have_x_additional_abyssal_modifiers" + } + }, + [7890]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Natural Rare Monsters in Area are in a Union of Souls with the Map Boss" + } + }, + stats={ + [1]="map_natural_rare_monsters_in_union_of_souls_with_boss" + } + }, + [7891]={ [1]={ [1]={ limit={ @@ -169590,7 +174415,7 @@ return { [1]="map_nemesis_dropped_items_+" } }, - [7711]={ + [7892]={ [1]={ [1]={ limit={ @@ -169615,7 +174440,7 @@ return { [1]="map_next_area_contains_x_additional_bearers_of_the_guardian_packs" } }, - [7712]={ + [7893]={ [1]={ [1]={ limit={ @@ -169640,7 +174465,7 @@ return { [1]="map_next_area_contains_x_additional_voidspawn_of_abaxoth_packs" } }, - [7713]={ + [7894]={ [1]={ [1]={ limit={ @@ -169656,7 +174481,7 @@ return { [1]="map_no_magic_items_drop" } }, - [7714]={ + [7895]={ [1]={ [1]={ limit={ @@ -169672,7 +174497,7 @@ return { [1]="map_no_rare_items_drop" } }, - [7715]={ + [7896]={ [1]={ [1]={ limit={ @@ -169688,7 +174513,7 @@ return { [1]="map_no_stashes" } }, - [7716]={ + [7897]={ [1]={ [1]={ limit={ @@ -169704,7 +174529,7 @@ return { [1]="map_no_uniques_drop_randomly" } }, - [7717]={ + [7898]={ [1]={ [1]={ limit={ @@ -169720,7 +174545,7 @@ return { [1]="map_no_vendors" } }, - [7718]={ + [7899]={ [1]={ [1]={ limit={ @@ -169736,7 +174561,7 @@ return { [1]="map_non_unique_items_drop_normal" } }, - [7719]={ + [7900]={ [1]={ [1]={ [1]={ @@ -169756,7 +174581,7 @@ return { [1]="map_non_unique_monster_life_regeneration_rate_per_minute_%" } }, - [7720]={ + [7901]={ [1]={ [1]={ limit={ @@ -169772,7 +174597,7 @@ return { [1]="map_normal_items_drop_as_magic" } }, - [7721]={ + [7902]={ [1]={ [1]={ limit={ @@ -169788,7 +174613,7 @@ return { [1]="map_nuke_everything" } }, - [7722]={ + [7903]={ [1]={ [1]={ limit={ @@ -169813,7 +174638,7 @@ return { [1]="map_num_extra_abysses" } }, - [7723]={ + [7904]={ [1]={ [1]={ limit={ @@ -169829,7 +174654,7 @@ return { [1]="map_num_extra_blights_" } }, - [7724]={ + [7905]={ [1]={ [1]={ limit={ @@ -169854,7 +174679,7 @@ return { [1]="map_num_extra_gloom_shrines" } }, - [7725]={ + [7906]={ [1]={ [1]={ limit={ @@ -169879,7 +174704,7 @@ return { [1]="map_num_extra_harbingers" } }, - [7726]={ + [7907]={ [1]={ [1]={ limit={ @@ -169904,7 +174729,7 @@ return { [1]="map_num_extra_resonating_shrines" } }, - [7727]={ + [7908]={ [1]={ [1]={ limit={ @@ -169929,7 +174754,7 @@ return { [1]="map_number_of_additional_mods" } }, - [7728]={ + [7909]={ [1]={ [1]={ limit={ @@ -169954,7 +174779,7 @@ return { [1]="map_number_of_additional_prefixes" } }, - [7729]={ + [7910]={ [1]={ [1]={ limit={ @@ -169979,7 +174804,7 @@ return { [1]="map_number_of_additional_silver_coin_drops" } }, - [7730]={ + [7911]={ [1]={ [1]={ limit={ @@ -170004,7 +174829,7 @@ return { [1]="map_number_of_additional_suffixes" } }, - [7731]={ + [7912]={ [1]={ [1]={ limit={ @@ -170029,7 +174854,7 @@ return { [1]="map_on_complete_drop_x_additional_maps" } }, - [7732]={ + [7913]={ [1]={ [1]={ limit={ @@ -170045,7 +174870,7 @@ return { [1]="map_owner_sulphite_gained_+%" } }, - [7733]={ + [7914]={ [1]={ [1]={ limit={ @@ -170061,7 +174886,7 @@ return { [1]="map_packs_are_abomination_monsters" } }, - [7734]={ + [7915]={ [1]={ [1]={ limit={ @@ -170077,7 +174902,7 @@ return { [1]="map_packs_are_blackguards" } }, - [7735]={ + [7916]={ [1]={ [1]={ limit={ @@ -170093,7 +174918,7 @@ return { [1]="map_packs_are_ghosts" } }, - [7736]={ + [7917]={ [1]={ [1]={ limit={ @@ -170109,7 +174934,7 @@ return { [1]="map_packs_are_kitava" } }, - [7737]={ + [7918]={ [1]={ [1]={ limit={ @@ -170125,7 +174950,7 @@ return { [1]="map_packs_are_lunaris" } }, - [7738]={ + [7919]={ [1]={ [1]={ limit={ @@ -170141,7 +174966,7 @@ return { [1]="map_packs_are_solaris" } }, - [7739]={ + [7920]={ [1]={ [1]={ limit={ @@ -170157,7 +174982,7 @@ return { [1]="map_packs_are_spiders" } }, - [7740]={ + [7921]={ [1]={ [1]={ limit={ @@ -170173,7 +174998,7 @@ return { [1]="map_packs_are_vaal" } }, - [7741]={ + [7922]={ [1]={ [1]={ limit={ @@ -170189,7 +175014,7 @@ return { [1]="map_perandus_guards_are_rare" } }, - [7742]={ + [7923]={ [1]={ [1]={ limit={ @@ -170205,7 +175030,7 @@ return { [1]="map_perandus_monsters_drop_perandus_coin_stack_%" } }, - [7743]={ + [7924]={ [1]={ [1]={ limit={ @@ -170234,7 +175059,7 @@ return { [1]="map_player_accuracy_rating_+%_final" } }, - [7744]={ + [7925]={ [1]={ [1]={ limit={ @@ -170263,7 +175088,7 @@ return { [1]="map_player_attack_cast_and_movement_speed_+%_during_onslaught" } }, - [7745]={ + [7926]={ [1]={ [1]={ limit={ @@ -170288,7 +175113,7 @@ return { [1]="map_player_buff_time_passed_+%_only_buff_category" } }, - [7746]={ + [7927]={ [1]={ [1]={ limit={ @@ -170304,39 +175129,7 @@ return { [1]="map_player_cannot_block_attacks" } }, - [7747]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Players cannot Block Spell Damage" - } - }, - stats={ - [1]="map_player_cannot_block_spells" - } - }, - [7748]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Players cannot Suppress Spell Damage" - } - }, - stats={ - [1]="map_player_cannot_suppress_spell_damage" - } - }, - [7749]={ + [7928]={ [1]={ [1]={ limit={ @@ -170361,7 +175154,7 @@ return { [1]="map_player_chance_to_gain_vaal_soul_on_kill_%" } }, - [7750]={ + [7929]={ [1]={ [1]={ limit={ @@ -170394,7 +175187,7 @@ return { [1]="map_player_charges_gained_+%" } }, - [7751]={ + [7930]={ [1]={ [1]={ limit={ @@ -170423,7 +175216,7 @@ return { [1]="map_player_cooldown_speed_+%_final" } }, - [7752]={ + [7931]={ [1]={ [1]={ limit={ @@ -170448,7 +175241,7 @@ return { [1]="map_player_create_enemy_meteor_daemon_on_flask_use_%_chance" } }, - [7753]={ + [7932]={ [1]={ [1]={ limit={ @@ -170477,7 +175270,7 @@ return { [1]="map_player_curse_effect_on_self_+%" } }, - [7754]={ + [7933]={ [1]={ [1]={ limit={ @@ -170493,7 +175286,7 @@ return { [1]="map_player_damage_+%_vs_breach_monsters" } }, - [7755]={ + [7934]={ [1]={ [1]={ limit={ @@ -170526,7 +175319,7 @@ return { [1]="map_player_damage_taken_+%_vs_breach_monsters" } }, - [7756]={ + [7935]={ [1]={ [1]={ limit={ @@ -170559,7 +175352,53 @@ return { [1]="map_player_damage_taken_+%_while_rampaging" } }, - [7757]={ + [7936]={ + [1]={ + [1]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]=1, + [2]=999 + } + }, + text="Players are Marked for Death for {0} seconds\nafter killing a Rare or Unique monster" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]=1000, + [2]=1000 + } + }, + text="Players are Marked for Death for {0} second\nafter killing a Rare or Unique monster" + }, + [3]={ + [1]={ + k="milliseconds_to_seconds", + v=1 + }, + limit={ + [1]={ + [1]=1001, + [2]="#" + } + }, + text="Players are Marked for Death for {0} seconds\nafter killing a Rare or Unique monster" + } + }, + stats={ + [1]="map_player_death_mark_on_rare_unique_kill_ms" + } + }, + [7937]={ [1]={ [1]={ limit={ @@ -170575,7 +175414,7 @@ return { [1]="map_player_disable_soul_gain_prevention" } }, - [7758]={ + [7938]={ [1]={ [1]={ limit={ @@ -170591,7 +175430,7 @@ return { [1]="map_player_flask_recovery_is_instant" } }, - [7759]={ + [7939]={ [1]={ [1]={ limit={ @@ -170607,7 +175446,7 @@ return { [1]="map_player_has_random_level_X_curse_every_10_seconds" } }, - [7760]={ + [7940]={ [1]={ [1]={ limit={ @@ -170640,7 +175479,7 @@ return { [1]="map_player_life_and_es_recovery_speed_+%_final" } }, - [7761]={ + [7941]={ [1]={ [1]={ [1]={ @@ -170660,7 +175499,7 @@ return { [1]="map_player_life_regeneration_rate_per_minute_%_per_25_rampage_stacks" } }, - [7762]={ + [7942]={ [1]={ [1]={ limit={ @@ -170707,7 +175546,7 @@ return { [2]="map_no_experience" } }, - [7763]={ + [7943]={ [1]={ [1]={ limit={ @@ -170736,7 +175575,7 @@ return { [1]="map_player_maximum_life_and_es_+%_final_from_sanctum_curse" } }, - [7764]={ + [7944]={ [1]={ [1]={ limit={ @@ -170765,7 +175604,7 @@ return { [1]="map_player_movement_speed_+%_final_if_damaged_by_a_hit_recently_from_sanctum_curse" } }, - [7765]={ + [7945]={ [1]={ [1]={ limit={ @@ -170781,7 +175620,7 @@ return { [1]="map_player_movement_velocity_+%" } }, - [7766]={ + [7946]={ [1]={ [1]={ limit={ @@ -170810,7 +175649,7 @@ return { [1]="map_player_non_curse_aura_effect_+%" } }, - [7767]={ + [7947]={ [1]={ [1]={ limit={ @@ -170835,7 +175674,7 @@ return { [1]="map_player_onslaught_on_kill_%" } }, - [7768]={ + [7948]={ [1]={ [1]={ limit={ @@ -170864,7 +175703,7 @@ return { [1]="map_player_shrine_buff_effect_on_self_+%" } }, - [7769]={ + [7949]={ [1]={ [1]={ limit={ @@ -170880,7 +175719,52 @@ return { [1]="map_player_shrine_effect_duration_+%" } }, - [7770]={ + [7950]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Players steal the Eaten Souls of Slain Rare Monsters in Area" + } + }, + stats={ + [1]="map_player_soul_eater_souls_stolen_on_rare_kill" + } + }, + [7951]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Players have {0}% more Movement and Skill Speed for each time they've used a Skill Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Players have {0}% less Movement and Skill Speed for each time they've used a Skill Recently" + } + }, + stats={ + [1]="map_player_speed_+%_final_per_recent_skill_use" + } + }, + [7952]={ [1]={ [1]={ limit={ @@ -170909,7 +175793,7 @@ return { [1]="map_players_and_monsters_chaos_damage_taken_+%" } }, - [7771]={ + [7953]={ [1]={ [1]={ limit={ @@ -170938,7 +175822,7 @@ return { [1]="map_players_and_monsters_cold_damage_taken_+%" } }, - [7772]={ + [7954]={ [1]={ [1]={ limit={ @@ -170967,7 +175851,7 @@ return { [1]="map_players_and_monsters_critical_strike_chance_+%" } }, - [7773]={ + [7955]={ [1]={ [1]={ limit={ @@ -170983,7 +175867,7 @@ return { [1]="map_players_and_monsters_curses_are_reflected" } }, - [7774]={ + [7956]={ [1]={ [1]={ limit={ @@ -171012,7 +175896,7 @@ return { [1]="map_players_and_monsters_damage_+%_per_curse" } }, - [7775]={ + [7957]={ [1]={ [1]={ limit={ @@ -171028,7 +175912,7 @@ return { [1]="map_players_and_monsters_damage_taken_+%_while_stationary" } }, - [7776]={ + [7958]={ [1]={ [1]={ limit={ @@ -171057,7 +175941,7 @@ return { [1]="map_players_and_monsters_fire_damage_taken_+%" } }, - [7777]={ + [7959]={ [1]={ [1]={ limit={ @@ -171073,7 +175957,7 @@ return { [1]="map_players_and_monsters_have_onslaught_if_hit_recently" } }, - [7778]={ + [7960]={ [1]={ [1]={ limit={ @@ -171089,7 +175973,7 @@ return { [1]="map_players_and_monsters_have_resolute_technique" } }, - [7779]={ + [7961]={ [1]={ [1]={ limit={ @@ -171118,7 +176002,7 @@ return { [1]="map_players_and_monsters_lightning_damage_taken_+%" } }, - [7780]={ + [7962]={ [1]={ [1]={ limit={ @@ -171134,7 +176018,7 @@ return { [1]="map_players_and_monsters_movement_speed_+%" } }, - [7781]={ + [7963]={ [1]={ [1]={ limit={ @@ -171163,7 +176047,7 @@ return { [1]="map_players_and_monsters_physical_damage_taken_+%" } }, - [7782]={ + [7964]={ [1]={ [1]={ limit={ @@ -171179,7 +176063,7 @@ return { [1]="map_players_are_poisoned_while_moving_chaos_damage_per_second" } }, - [7783]={ + [7965]={ [1]={ [1]={ limit={ @@ -171212,7 +176096,7 @@ return { [1]="map_players_armour_+%_final" } }, - [7784]={ + [7966]={ [1]={ [1]={ limit={ @@ -171245,7 +176129,7 @@ return { [1]="map_players_block_chance_+%" } }, - [7785]={ + [7967]={ [1]={ [1]={ limit={ @@ -171261,7 +176145,7 @@ return { [1]="map_players_cannot_gain_endurance_charges" } }, - [7786]={ + [7968]={ [1]={ [1]={ limit={ @@ -171277,7 +176161,7 @@ return { [1]="map_players_cannot_gain_flask_charges" } }, - [7787]={ + [7969]={ [1]={ [1]={ limit={ @@ -171293,7 +176177,7 @@ return { [1]="map_players_cannot_gain_frenzy_charges" } }, - [7788]={ + [7970]={ [1]={ [1]={ limit={ @@ -171309,7 +176193,7 @@ return { [1]="map_players_cannot_gain_power_charges" } }, - [7789]={ + [7971]={ [1]={ [1]={ limit={ @@ -171325,7 +176209,7 @@ return { [1]="map_players_cannot_take_reflected_damage" } }, - [7790]={ + [7972]={ [1]={ [1]={ [1]={ @@ -171345,7 +176229,7 @@ return { [1]="map_players_gain_1_random_rare_monster_mod_on_kill_ms" } }, - [7791]={ + [7973]={ [1]={ [1]={ limit={ @@ -171370,7 +176254,7 @@ return { [1]="map_players_gain_1_rare_monster_mods_on_kill_for_20_seconds_%" } }, - [7792]={ + [7974]={ [1]={ [1]={ [1]={ @@ -171390,7 +176274,7 @@ return { [1]="map_players_gain_onslaught_after_opening_a_strongbox_ms" } }, - [7793]={ + [7975]={ [1]={ [1]={ limit={ @@ -171406,7 +176290,7 @@ return { [1]="map_players_gain_onslaught_during_flask_effect" } }, - [7794]={ + [7976]={ [1]={ [1]={ limit={ @@ -171422,7 +176306,7 @@ return { [1]="map_players_gain_rare_monster_mods_on_kill_%_chance" } }, - [7795]={ + [7977]={ [1]={ [1]={ limit={ @@ -171438,7 +176322,7 @@ return { [1]="map_players_have_decay_rarity_buff" } }, - [7796]={ + [7978]={ [1]={ [1]={ limit={ @@ -171454,7 +176338,7 @@ return { [1]="map_players_have_point_blank" } }, - [7797]={ + [7979]={ [1]={ [1]={ limit={ @@ -171470,7 +176354,7 @@ return { [1]="map_players_movement_skills_cooldown_speed_+%" } }, - [7798]={ + [7980]={ [1]={ [1]={ limit={ @@ -171499,7 +176383,7 @@ return { [1]="map_players_movement_speed_+%" } }, - [7799]={ + [7981]={ [1]={ [1]={ limit={ @@ -171515,7 +176399,7 @@ return { [1]="map_players_no_regeneration_including_es" } }, - [7800]={ + [7982]={ [1]={ [1]={ limit={ @@ -171531,7 +176415,7 @@ return { [1]="map_players_resist_all_%" } }, - [7801]={ + [7983]={ [1]={ [1]={ limit={ @@ -171564,32 +176448,7 @@ return { [1]="map_players_skill_area_of_effect_+%_final" } }, - [7802]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Players Prevent {0:+d}% of Suppressed Spell Damage" - }, - [2]={ - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Players have {0:+d}% to amount of Suppressed Spell Damage Prevented" - } - }, - stats={ - [1]="map_players_spell_damage_%_suppressed" - } - }, - [7803]={ + [7984]={ [1]={ [1]={ limit={ @@ -171605,7 +176464,7 @@ return { [1]="map_portals_do_not_expire" } }, - [7804]={ + [7985]={ [1]={ [1]={ limit={ @@ -171630,7 +176489,7 @@ return { [1]="map_possessed_monsters_drop_gilded_scarab_chance_%" } }, - [7805]={ + [7986]={ [1]={ [1]={ limit={ @@ -171655,7 +176514,7 @@ return { [1]="map_possessed_monsters_drop_map_chance_%" } }, - [7806]={ + [7987]={ [1]={ [1]={ limit={ @@ -171680,7 +176539,7 @@ return { [1]="map_possessed_monsters_drop_polished_scarab_chance_%" } }, - [7807]={ + [7988]={ [1]={ [1]={ limit={ @@ -171705,7 +176564,7 @@ return { [1]="map_possessed_monsters_drop_rusted_scarab_chance_%" } }, - [7808]={ + [7989]={ [1]={ [1]={ limit={ @@ -171730,7 +176589,7 @@ return { [1]="map_possessed_monsters_drop_unique_chance_%" } }, - [7809]={ + [7990]={ [1]={ [1]={ limit={ @@ -171755,7 +176614,7 @@ return { [1]="map_possessed_monsters_drop_winged_scarab_chance_%" } }, - [7810]={ + [7991]={ [1]={ [1]={ limit={ @@ -171784,7 +176643,7 @@ return { [1]="map_prefix_mod_effect_+%_final" } }, - [7811]={ + [7992]={ [1]={ [1]={ limit={ @@ -171813,7 +176672,7 @@ return { [1]="map_rampage_time_+%" } }, - [7812]={ + [7993]={ [1]={ [1]={ limit={ @@ -171829,7 +176688,7 @@ return { [1]="map_random_unique_monster_is_possessed" } }, - [7813]={ + [7994]={ [1]={ [1]={ limit={ @@ -171845,7 +176704,7 @@ return { [1]="map_random_zana_mod" } }, - [7814]={ + [7995]={ [1]={ [1]={ limit={ @@ -171861,7 +176720,7 @@ return { [1]="map_rare_breach_monster_additional_breach_ring_drop_chance_%" } }, - [7815]={ + [7996]={ [1]={ [1]={ limit={ @@ -171886,7 +176745,7 @@ return { [1]="map_rare_breach_monsters_drop_additional_shards" } }, - [7816]={ + [7997]={ [1]={ [1]={ limit={ @@ -171956,7 +176815,7 @@ return { [1]="map_rare_monster_additional_modifier_chance_%_with_rollover" } }, - [7817]={ + [7998]={ [1]={ [1]={ limit={ @@ -171981,7 +176840,7 @@ return { [1]="map_rare_monster_num_additional_modifiers" } }, - [7818]={ + [7999]={ [1]={ [1]={ limit={ @@ -172014,7 +176873,7 @@ return { [1]="map_rare_monsters_are_hindered" } }, - [7819]={ + [8000]={ [1]={ [1]={ limit={ @@ -172039,7 +176898,7 @@ return { [1]="map_rare_monsters_drop_rare_prismatic_ring_on_death_%" } }, - [7820]={ + [8001]={ [1]={ [1]={ limit={ @@ -172064,7 +176923,7 @@ return { [1]="map_rare_monsters_drop_x_additional_rare_items" } }, - [7821]={ + [8002]={ [1]={ [1]={ limit={ @@ -172080,7 +176939,7 @@ return { [1]="map_rare_monsters_have_inner_treasure" } }, - [7822]={ + [8003]={ [1]={ [1]={ limit={ @@ -172132,7 +176991,7 @@ return { [1]="map_reliquary_set" } }, - [7823]={ + [8004]={ [1]={ [1]={ limit={ @@ -172148,7 +177007,7 @@ return { [1]="map_remove_irradiation_instead_of_completing" } }, - [7824]={ + [8005]={ [1]={ [1]={ limit={ @@ -172173,7 +177032,7 @@ return { [1]="map_ritual_additional_reward_rerolls" } }, - [7825]={ + [8006]={ [1]={ [1]={ limit={ @@ -172202,7 +177061,7 @@ return { [1]="map_ritual_defer_reward_tribute_cost_+%" } }, - [7826]={ + [8007]={ [1]={ [1]={ limit={ @@ -172218,7 +177077,7 @@ return { [1]="map_ritual_deferred_rewards_are_offered_again_+%_sooner" } }, - [7827]={ + [8008]={ [1]={ [1]={ limit={ @@ -172247,7 +177106,7 @@ return { [1]="map_ritual_magic_monsters_+%" } }, - [7828]={ + [8009]={ [1]={ [1]={ limit={ @@ -172272,7 +177131,7 @@ return { [1]="map_ritual_number_of_free_rerolls" } }, - [7829]={ + [8010]={ [1]={ [1]={ limit={ @@ -172301,7 +177160,7 @@ return { [1]="map_ritual_offered_and_defer_rewards_tribute_cost_+%" } }, - [7830]={ + [8011]={ [1]={ [1]={ [1]={ @@ -172321,7 +177180,7 @@ return { [1]="map_ritual_offered_rewards_from_rerolls_have_permyriad_chance_to_cost_no_tribute" } }, - [7831]={ + [8012]={ [1]={ [1]={ limit={ @@ -172350,7 +177209,7 @@ return { [1]="map_ritual_omen_chance_+%" } }, - [7832]={ + [8013]={ [1]={ [1]={ limit={ @@ -172379,7 +177238,7 @@ return { [1]="map_ritual_rare_monsters_+%" } }, - [7833]={ + [8014]={ [1]={ [1]={ limit={ @@ -172408,7 +177267,7 @@ return { [1]="map_ritual_rewards_reroll_cost_+%_final" } }, - [7834]={ + [8015]={ [1]={ [1]={ limit={ @@ -172437,7 +177296,7 @@ return { [1]="map_ritual_tribute_+%" } }, - [7835]={ + [8016]={ [1]={ [1]={ limit={ @@ -172466,7 +177325,7 @@ return { [1]="map_ritual_uber_rune_type_weighting_+%" } }, - [7836]={ + [8017]={ [1]={ [1]={ limit={ @@ -172482,7 +177341,7 @@ return { [1]="map_ritual_unlimited_reward_rerolls" } }, - [7837]={ + [8018]={ [1]={ [1]={ limit={ @@ -172498,7 +177357,7 @@ return { [1]="map_rogue_exile_attack_cast_and_movement_speed_+%" } }, - [7838]={ + [8019]={ [1]={ [1]={ limit={ @@ -172527,7 +177386,7 @@ return { [1]="map_rogue_exile_chance_+%" } }, - [7839]={ + [8020]={ [1]={ [1]={ limit={ @@ -172543,7 +177402,7 @@ return { [1]="map_rogue_exile_chance_%" } }, - [7840]={ + [8021]={ [1]={ [1]={ limit={ @@ -172559,7 +177418,7 @@ return { [1]="map_rogue_exile_drop_skill_gem_with_quality" } }, - [7841]={ + [8022]={ [1]={ [1]={ limit={ @@ -172575,7 +177434,7 @@ return { [1]="map_rogue_exiles_are_doubled" } }, - [7842]={ + [8023]={ [1]={ [1]={ limit={ @@ -172604,7 +177463,7 @@ return { [1]="map_rogue_exiles_damage_+%" } }, - [7843]={ + [8024]={ [1]={ [1]={ limit={ @@ -172620,7 +177479,7 @@ return { [1]="map_rogue_exiles_drop_additional_currency_items_with_quality" } }, - [7844]={ + [8025]={ [1]={ [1]={ limit={ @@ -172645,7 +177504,7 @@ return { [1]="map_rogue_exiles_drop_x_additional_jewels" } }, - [7845]={ + [8026]={ [1]={ [1]={ limit={ @@ -172661,7 +177520,7 @@ return { [1]="map_rogue_exiles_dropped_items_are_corrupted" } }, - [7846]={ + [8027]={ [1]={ [1]={ limit={ @@ -172677,7 +177536,7 @@ return { [1]="map_rogue_exiles_dropped_items_are_duplicated" } }, - [7847]={ + [8028]={ [1]={ [1]={ limit={ @@ -172693,7 +177552,7 @@ return { [1]="map_rogue_exiles_dropped_items_are_fully_linked" } }, - [7848]={ + [8029]={ [1]={ [1]={ limit={ @@ -172722,7 +177581,7 @@ return { [1]="map_rogue_exiles_maximum_life_+%" } }, - [7849]={ + [8030]={ [1]={ [1]={ limit={ @@ -172738,7 +177597,7 @@ return { [1]="map_shaper_rare_chance_+%" } }, - [7850]={ + [8031]={ [1]={ [1]={ limit={ @@ -172767,7 +177626,7 @@ return { [1]="map_shrine_chance_+%" } }, - [7851]={ + [8032]={ [1]={ [1]={ limit={ @@ -172783,7 +177642,7 @@ return { [1]="map_shrine_chance_%" } }, - [7852]={ + [8033]={ [1]={ [1]={ limit={ @@ -172812,7 +177671,7 @@ return { [1]="map_shrine_granted_player_buff_duration_+%" } }, - [7853]={ + [8034]={ [1]={ [1]={ limit={ @@ -172841,7 +177700,7 @@ return { [1]="map_shrine_granted_player_buff_effect_+%" } }, - [7854]={ + [8035]={ [1]={ [1]={ limit={ @@ -172857,7 +177716,7 @@ return { [1]="map_shrine_monster_life_+%_final" } }, - [7855]={ + [8036]={ [1]={ [1]={ limit={ @@ -172882,7 +177741,7 @@ return { [1]="map_shrines_drop_x_currency_items_on_activation" } }, - [7856]={ + [8037]={ [1]={ [1]={ limit={ @@ -172898,7 +177757,7 @@ return { [1]="map_shrines_grant_a_random_additional_effect" } }, - [7857]={ + [8038]={ [1]={ [1]={ limit={ @@ -172914,23 +177773,7 @@ return { [1]="map_simulacrum_reward_level_+" } }, - [7858]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Areas can contain Abysses" - } - }, - stats={ - [1]="map_spawn_abysses" - } - }, - [7859]={ + [8039]={ [1]={ [1]={ limit={ @@ -172946,7 +177789,7 @@ return { [1]="map_spawn_affliction_mirror" } }, - [7860]={ + [8040]={ [1]={ [1]={ limit={ @@ -172962,7 +177805,7 @@ return { [1]="map_spawn_bestiary_encounters" } }, - [7861]={ + [8041]={ [1]={ [1]={ limit={ @@ -172987,7 +177830,7 @@ return { [1]="map_spawn_beyond_boss_when_beyond_boss_slain_%" } }, - [7862]={ + [8042]={ [1]={ [1]={ limit={ @@ -173012,7 +177855,7 @@ return { [1]="map_spawn_cadiro_%_chance" } }, - [7863]={ + [8043]={ [1]={ [1]={ limit={ @@ -173037,7 +177880,7 @@ return { [1]="map_spawn_extra_perandus_chests" } }, - [7864]={ + [8044]={ [1]={ [1]={ limit={ @@ -173053,7 +177896,7 @@ return { [1]="map_spawn_heist_smugglers_cache" } }, - [7865]={ + [8045]={ [1]={ [1]={ limit={ @@ -173069,7 +177912,7 @@ return { [1]="map_spawn_incursion_encounters" } }, - [7866]={ + [8046]={ [1]={ [1]={ limit={ @@ -173094,7 +177937,7 @@ return { [1]="map_spawn_x_additional_heist_smugglers_caches" } }, - [7867]={ + [8047]={ [1]={ [1]={ limit={ @@ -173119,7 +177962,7 @@ return { [1]="map_spawn_x_random_map_bosses" } }, - [7868]={ + [8048]={ [1]={ [1]={ limit={ @@ -173148,7 +177991,7 @@ return { [1]="map_storm_area_of_effect_+%" } }, - [7869]={ + [8049]={ [1]={ [1]={ limit={ @@ -173164,7 +178007,7 @@ return { [1]="map_strongbox_chance_%" } }, - [7870]={ + [8050]={ [1]={ [1]={ limit={ @@ -173193,7 +178036,7 @@ return { [1]="map_strongbox_chance_+%" } }, - [7871]={ + [8051]={ [1]={ [1]={ limit={ @@ -173209,7 +178052,7 @@ return { [1]="map_strongbox_items_dropped_are_mirrored" } }, - [7872]={ + [8052]={ [1]={ [1]={ limit={ @@ -173225,7 +178068,7 @@ return { [1]="map_strongbox_monsters_attack_speed_+%" } }, - [7873]={ + [8053]={ [1]={ [1]={ limit={ @@ -173254,7 +178097,7 @@ return { [1]="map_strongbox_monsters_item_quantity_+%" } }, - [7874]={ + [8054]={ [1]={ [1]={ limit={ @@ -173270,7 +178113,7 @@ return { [1]="map_strongboxes_are_corrupted" } }, - [7875]={ + [8055]={ [1]={ [1]={ limit={ @@ -173286,7 +178129,7 @@ return { [1]="map_strongboxes_at_least_rare" } }, - [7876]={ + [8056]={ [1]={ [1]={ limit={ @@ -173311,7 +178154,7 @@ return { [1]="map_strongboxes_drop_x_additional_rare_items" } }, - [7877]={ + [8057]={ [1]={ [1]={ limit={ @@ -173345,7 +178188,7 @@ return { [1]="map_strongboxes_minimum_rarity" } }, - [7878]={ + [8058]={ [1]={ [1]={ limit={ @@ -173374,7 +178217,7 @@ return { [1]="map_suffix_mod_effect_+%_final" } }, - [7879]={ + [8059]={ [1]={ [1]={ limit={ @@ -173390,7 +178233,7 @@ return { [1]="map_synthesis_league" } }, - [7880]={ + [8060]={ [1]={ [1]={ limit={ @@ -173406,7 +178249,7 @@ return { [1]="map_synthesis_spawn_additional_abyss_bone_chest_clusters" } }, - [7881]={ + [8061]={ [1]={ [1]={ limit={ @@ -173422,7 +178265,7 @@ return { [1]="map_synthesis_spawn_additional_bloodworm_barrel_clusters" } }, - [7882]={ + [8062]={ [1]={ [1]={ limit={ @@ -173438,7 +178281,7 @@ return { [1]="map_synthesis_spawn_additional_fungal_chest_clusters" } }, - [7883]={ + [8063]={ [1]={ [1]={ limit={ @@ -173463,7 +178306,7 @@ return { [1]="map_synthesis_spawn_additional_magic_ambush_chest" } }, - [7884]={ + [8064]={ [1]={ [1]={ limit={ @@ -173488,7 +178331,7 @@ return { [1]="map_synthesis_spawn_additional_normal_ambush_chest" } }, - [7885]={ + [8065]={ [1]={ [1]={ limit={ @@ -173504,7 +178347,7 @@ return { [1]="map_synthesis_spawn_additional_parasite_barrel_clusters" } }, - [7886]={ + [8066]={ [1]={ [1]={ limit={ @@ -173529,7 +178372,7 @@ return { [1]="map_synthesis_spawn_additional_rare_ambush_chest" } }, - [7887]={ + [8067]={ [1]={ [1]={ limit={ @@ -173545,7 +178388,7 @@ return { [1]="map_synthesis_spawn_additional_volatile_barrel_clusters" } }, - [7888]={ + [8068]={ [1]={ [1]={ limit={ @@ -173561,7 +178404,7 @@ return { [1]="map_synthesis_spawn_additional_wealthy_barrel_clusters" } }, - [7889]={ + [8069]={ [1]={ [1]={ limit={ @@ -173586,7 +178429,7 @@ return { [1]="map_synthesised_magic_monster_additional_breach_splinter_drop_chance_%" } }, - [7890]={ + [8070]={ [1]={ [1]={ limit={ @@ -173611,7 +178454,7 @@ return { [1]="map_synthesised_magic_monster_additional_currency_item_drop_chance_%" } }, - [7891]={ + [8071]={ [1]={ [1]={ limit={ @@ -173636,7 +178479,7 @@ return { [1]="map_synthesised_magic_monster_additional_currency_shard_drop_chance_%" } }, - [7892]={ + [8072]={ [1]={ [1]={ limit={ @@ -173661,7 +178504,7 @@ return { [1]="map_synthesised_magic_monster_additional_divination_card_drop_chance_%" } }, - [7893]={ + [8073]={ [1]={ [1]={ limit={ @@ -173686,7 +178529,7 @@ return { [1]="map_synthesised_magic_monster_additional_elder_item_drop_chance_%" } }, - [7894]={ + [8074]={ [1]={ [1]={ limit={ @@ -173711,7 +178554,7 @@ return { [1]="map_synthesised_magic_monster_additional_fossil_drop_chance_%" } }, - [7895]={ + [8075]={ [1]={ [1]={ limit={ @@ -173736,7 +178579,7 @@ return { [1]="map_synthesised_magic_monster_additional_quality_currency_item_drop_chance_%" } }, - [7896]={ + [8076]={ [1]={ [1]={ limit={ @@ -173761,7 +178604,7 @@ return { [1]="map_synthesised_magic_monster_additional_shaper_item_drop_chance_%" } }, - [7897]={ + [8077]={ [1]={ [1]={ limit={ @@ -173786,7 +178629,7 @@ return { [1]="map_synthesised_magic_monster_drop_additional_currency" } }, - [7898]={ + [8078]={ [1]={ [1]={ limit={ @@ -173811,7 +178654,7 @@ return { [1]="map_synthesised_magic_monster_drop_additional_currency_shard" } }, - [7899]={ + [8079]={ [1]={ [1]={ limit={ @@ -173836,7 +178679,7 @@ return { [1]="map_synthesised_magic_monster_drop_additional_quality_currency" } }, - [7900]={ + [8080]={ [1]={ [1]={ limit={ @@ -173852,7 +178695,7 @@ return { [1]="map_synthesised_magic_monster_dropped_item_quantity_+%" } }, - [7901]={ + [8081]={ [1]={ [1]={ limit={ @@ -173868,7 +178711,7 @@ return { [1]="map_synthesised_magic_monster_dropped_item_rarity_+%" } }, - [7902]={ + [8082]={ [1]={ [1]={ limit={ @@ -173884,7 +178727,7 @@ return { [1]="map_synthesised_magic_monster_fractured_item_drop_chance_+%" } }, - [7903]={ + [8083]={ [1]={ [1]={ limit={ @@ -173909,7 +178752,7 @@ return { [1]="map_synthesised_magic_monster_items_drop_corrupted_%" } }, - [7904]={ + [8084]={ [1]={ [1]={ limit={ @@ -173925,7 +178768,7 @@ return { [1]="map_synthesised_magic_monster_map_drop_chance_+%" } }, - [7905]={ + [8085]={ [1]={ [1]={ limit={ @@ -173941,7 +178784,7 @@ return { [1]="map_synthesised_magic_monster_slain_experience_+%" } }, - [7906]={ + [8086]={ [1]={ [1]={ limit={ @@ -173957,7 +178800,7 @@ return { [1]="map_synthesised_magic_monster_unique_item_drop_chance_+%" } }, - [7907]={ + [8087]={ [1]={ [1]={ limit={ @@ -173982,7 +178825,7 @@ return { [1]="map_synthesised_monster_additional_breach_splinter_drop_chance_%" } }, - [7908]={ + [8088]={ [1]={ [1]={ limit={ @@ -174007,7 +178850,7 @@ return { [1]="map_synthesised_monster_additional_currency_item_drop_chance_%" } }, - [7909]={ + [8089]={ [1]={ [1]={ limit={ @@ -174032,7 +178875,7 @@ return { [1]="map_synthesised_monster_additional_currency_shard_drop_chance_%" } }, - [7910]={ + [8090]={ [1]={ [1]={ limit={ @@ -174057,7 +178900,7 @@ return { [1]="map_synthesised_monster_additional_divination_card_drop_chance_%" } }, - [7911]={ + [8091]={ [1]={ [1]={ limit={ @@ -174082,7 +178925,7 @@ return { [1]="map_synthesised_monster_additional_elder_item_drop_chance_%" } }, - [7912]={ + [8092]={ [1]={ [1]={ limit={ @@ -174107,7 +178950,7 @@ return { [1]="map_synthesised_monster_additional_fossil_drop_chance_%" } }, - [7913]={ + [8093]={ [1]={ [1]={ limit={ @@ -174132,7 +178975,7 @@ return { [1]="map_synthesised_monster_additional_quality_currency_item_drop_chance_%" } }, - [7914]={ + [8094]={ [1]={ [1]={ limit={ @@ -174157,7 +179000,7 @@ return { [1]="map_synthesised_monster_additional_shaper_item_drop_chance_%" } }, - [7915]={ + [8095]={ [1]={ [1]={ limit={ @@ -174173,7 +179016,7 @@ return { [1]="map_synthesised_monster_dropped_item_quantity_+%" } }, - [7916]={ + [8096]={ [1]={ [1]={ limit={ @@ -174189,7 +179032,7 @@ return { [1]="map_synthesised_monster_dropped_item_rarity_+%" } }, - [7917]={ + [8097]={ [1]={ [1]={ limit={ @@ -174205,7 +179048,7 @@ return { [1]="map_synthesised_monster_fractured_item_drop_chance_+%" } }, - [7918]={ + [8098]={ [1]={ [1]={ limit={ @@ -174230,7 +179073,7 @@ return { [1]="map_synthesised_monster_items_drop_corrupted_%" } }, - [7919]={ + [8099]={ [1]={ [1]={ limit={ @@ -174246,7 +179089,7 @@ return { [1]="map_synthesised_monster_map_drop_chance_+%" } }, - [7920]={ + [8100]={ [1]={ [1]={ limit={ @@ -174262,7 +179105,7 @@ return { [1]="map_synthesised_monster_pack_size_+%" } }, - [7921]={ + [8101]={ [1]={ [1]={ limit={ @@ -174278,7 +179121,7 @@ return { [1]="map_synthesised_monster_slain_experience_+%" } }, - [7922]={ + [8102]={ [1]={ [1]={ limit={ @@ -174294,7 +179137,7 @@ return { [1]="map_synthesised_monster_unique_item_drop_chance_+%" } }, - [7923]={ + [8103]={ [1]={ [1]={ limit={ @@ -174319,7 +179162,7 @@ return { [1]="map_synthesised_rare_monster_additional_abyss_jewel_drop_chance_%" } }, - [7924]={ + [8104]={ [1]={ [1]={ limit={ @@ -174344,7 +179187,7 @@ return { [1]="map_synthesised_rare_monster_additional_breach_splinter_drop_chance_%" } }, - [7925]={ + [8105]={ [1]={ [1]={ limit={ @@ -174369,7 +179212,7 @@ return { [1]="map_synthesised_rare_monster_additional_currency_item_drop_chance_%" } }, - [7926]={ + [8106]={ [1]={ [1]={ limit={ @@ -174394,7 +179237,7 @@ return { [1]="map_synthesised_rare_monster_additional_currency_shard_drop_chance_%" } }, - [7927]={ + [8107]={ [1]={ [1]={ limit={ @@ -174419,7 +179262,7 @@ return { [1]="map_synthesised_rare_monster_additional_divination_card_drop_chance_%" } }, - [7928]={ + [8108]={ [1]={ [1]={ limit={ @@ -174444,7 +179287,7 @@ return { [1]="map_synthesised_rare_monster_additional_elder_item_drop_chance_%" } }, - [7929]={ + [8109]={ [1]={ [1]={ limit={ @@ -174469,7 +179312,7 @@ return { [1]="map_synthesised_rare_monster_additional_essence_drop_chance_%" } }, - [7930]={ + [8110]={ [1]={ [1]={ limit={ @@ -174494,7 +179337,7 @@ return { [1]="map_synthesised_rare_monster_additional_fossil_drop_chance_%" } }, - [7931]={ + [8111]={ [1]={ [1]={ limit={ @@ -174519,7 +179362,7 @@ return { [1]="map_synthesised_rare_monster_additional_jewel_drop_chance_%" } }, - [7932]={ + [8112]={ [1]={ [1]={ limit={ @@ -174544,7 +179387,7 @@ return { [1]="map_synthesised_rare_monster_additional_map_drop_chance_%" } }, - [7933]={ + [8113]={ [1]={ [1]={ limit={ @@ -174569,7 +179412,7 @@ return { [1]="map_synthesised_rare_monster_additional_quality_currency_item_drop_chance_%" } }, - [7934]={ + [8114]={ [1]={ [1]={ limit={ @@ -174594,7 +179437,7 @@ return { [1]="map_synthesised_rare_monster_additional_shaper_item_drop_chance_%" } }, - [7935]={ + [8115]={ [1]={ [1]={ limit={ @@ -174619,7 +179462,7 @@ return { [1]="map_synthesised_rare_monster_additional_talisman_drop_chance_%" } }, - [7936]={ + [8116]={ [1]={ [1]={ limit={ @@ -174644,7 +179487,7 @@ return { [1]="map_synthesised_rare_monster_additional_vaal_fragment_drop_chance_%" } }, - [7937]={ + [8117]={ [1]={ [1]={ limit={ @@ -174669,7 +179512,7 @@ return { [1]="map_synthesised_rare_monster_additional_veiled_item_drop_chance_%" } }, - [7938]={ + [8118]={ [1]={ [1]={ limit={ @@ -174694,7 +179537,7 @@ return { [1]="map_synthesised_rare_monster_drop_additional_breach_splinter" } }, - [7939]={ + [8119]={ [1]={ [1]={ limit={ @@ -174719,7 +179562,7 @@ return { [1]="map_synthesised_rare_monster_drop_additional_currency" } }, - [7940]={ + [8120]={ [1]={ [1]={ limit={ @@ -174744,7 +179587,7 @@ return { [1]="map_synthesised_rare_monster_drop_additional_currency_shard" } }, - [7941]={ + [8121]={ [1]={ [1]={ limit={ @@ -174769,7 +179612,7 @@ return { [1]="map_synthesised_rare_monster_drop_additional_quality_currency" } }, - [7942]={ + [8122]={ [1]={ [1]={ limit={ @@ -174785,7 +179628,7 @@ return { [1]="map_synthesised_rare_monster_dropped_item_quantity_+%" } }, - [7943]={ + [8123]={ [1]={ [1]={ limit={ @@ -174801,7 +179644,7 @@ return { [1]="map_synthesised_rare_monster_dropped_item_rarity_+%" } }, - [7944]={ + [8124]={ [1]={ [1]={ limit={ @@ -174817,7 +179660,7 @@ return { [1]="map_synthesised_rare_monster_fractured_item_drop_chance_+%" } }, - [7945]={ + [8125]={ [1]={ [1]={ limit={ @@ -174842,7 +179685,7 @@ return { [1]="map_synthesised_rare_monster_gives_mods_to_killer_chance_%" } }, - [7946]={ + [8126]={ [1]={ [1]={ limit={ @@ -174867,7 +179710,7 @@ return { [1]="map_synthesised_rare_monster_items_drop_corrupted_%" } }, - [7947]={ + [8127]={ [1]={ [1]={ limit={ @@ -174883,7 +179726,7 @@ return { [1]="map_synthesised_rare_monster_map_drop_chance_+%" } }, - [7948]={ + [8128]={ [1]={ [1]={ limit={ @@ -174908,7 +179751,7 @@ return { [1]="map_synthesised_rare_monster_resurrect_as_ally_chance_%" } }, - [7949]={ + [8129]={ [1]={ [1]={ limit={ @@ -174924,7 +179767,7 @@ return { [1]="map_synthesised_rare_monster_slain_experience_+%" } }, - [7950]={ + [8130]={ [1]={ [1]={ limit={ @@ -174940,7 +179783,7 @@ return { [1]="map_synthesised_rare_monster_unique_item_drop_chance_+%" } }, - [7951]={ + [8131]={ [1]={ [1]={ limit={ @@ -174956,7 +179799,7 @@ return { [1]="map_talismans_dropped_as_rare" } }, - [7952]={ + [8132]={ [1]={ [1]={ limit={ @@ -174981,7 +179824,7 @@ return { [1]="map_talismans_higher_tier" } }, - [7953]={ + [8133]={ [1]={ [1]={ limit={ @@ -175010,7 +179853,7 @@ return { [1]="map_tempest_area_of_effect_+%_visible" } }, - [7954]={ + [8134]={ [1]={ [1]={ limit={ @@ -175035,7 +179878,7 @@ return { [1]="map_tempest_corruption_weight" } }, - [7955]={ + [8135]={ [1]={ [1]={ limit={ @@ -175064,7 +179907,7 @@ return { [1]="map_tempest_frequency_+%" } }, - [7956]={ + [8136]={ [1]={ [1]={ limit={ @@ -175089,7 +179932,7 @@ return { [1]="map_tempest_radiant_weight" } }, - [7957]={ + [8137]={ [1]={ [1]={ limit={ @@ -175105,7 +179948,7 @@ return { [1]="map_tormented_spirit_chance_%" } }, - [7958]={ + [8138]={ [1]={ [1]={ limit={ @@ -175134,7 +179977,7 @@ return { [1]="map_tormented_spirit_chance_+%" } }, - [7959]={ + [8139]={ [1]={ [1]={ limit={ @@ -175159,7 +180002,7 @@ return { [1]="map_tormented_spirits_drop_x_additional_rare_items" } }, - [7960]={ + [8140]={ [1]={ [1]={ limit={ @@ -175188,7 +180031,7 @@ return { [1]="map_tormented_spirits_duration_+%" } }, - [7961]={ + [8141]={ [1]={ [1]={ limit={ @@ -175217,7 +180060,7 @@ return { [1]="map_tormented_spirits_movement_speed_+%" } }, - [7962]={ + [8142]={ [1]={ [1]={ limit={ @@ -175242,7 +180085,23 @@ return { [1]="map_tower_augment_quantity_+%" } }, - [7963]={ + [8143]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Players and their Minions deal no damage for 3 out of every 10 seconds" + } + }, + stats={ + [1]="map_uber_map_player_damage_cycle" + } + }, + [8144]={ [1]={ [1]={ limit={ @@ -175258,7 +180117,7 @@ return { [1]="map_unique_boss_drops_divination_cards" } }, - [7964]={ + [8145]={ [1]={ [1]={ limit={ @@ -175283,7 +180142,7 @@ return { [1]="map_unique_boss_num_additional_modifiers" } }, - [7965]={ + [8146]={ [1]={ [1]={ limit={ @@ -175299,7 +180158,7 @@ return { [1]="map_unique_item_drop_chance_+%" } }, - [7966]={ + [8147]={ [1]={ [1]={ limit={ @@ -175324,7 +180183,7 @@ return { [1]="map_unique_monster_num_additional_modifiers" } }, - [7967]={ + [8148]={ [1]={ [1]={ limit={ @@ -175340,7 +180199,7 @@ return { [1]="map_unique_monsters_drop_corrupted_items" } }, - [7968]={ + [8149]={ [1]={ [1]={ limit={ @@ -175356,7 +180215,7 @@ return { [1]="map_upgrade_pack_to_magic_%_chance" } }, - [7969]={ + [8150]={ [1]={ [1]={ limit={ @@ -175372,7 +180231,7 @@ return { [1]="map_upgrade_pack_to_rare_%_chance" } }, - [7970]={ + [8151]={ [1]={ [1]={ limit={ @@ -175388,7 +180247,7 @@ return { [1]="map_upgrade_synthesised_pack_to_magic_%_chance" } }, - [7971]={ + [8152]={ [1]={ [1]={ limit={ @@ -175404,7 +180263,7 @@ return { [1]="map_upgrade_synthesised_pack_to_rare_%_chance" } }, - [7972]={ + [8153]={ [1]={ [1]={ limit={ @@ -175429,7 +180288,7 @@ return { [1]="map_vaal_monster_items_drop_corrupted_%" } }, - [7973]={ + [8154]={ [1]={ [1]={ limit={ @@ -175445,7 +180304,7 @@ return { [1]="map_vaal_mortal_strongbox_chance_per_fragment_%" } }, - [7974]={ + [8155]={ [1]={ [1]={ limit={ @@ -175461,7 +180320,7 @@ return { [1]="map_vaal_sacrifice_strongbox_chance_per_fragment_%" } }, - [7975]={ + [8156]={ [1]={ [1]={ limit={ @@ -175486,7 +180345,7 @@ return { [1]="map_vaal_temple_spawn_additional_vaal_vessels" } }, - [7976]={ + [8157]={ [1]={ [1]={ limit={ @@ -175511,7 +180370,7 @@ return { [1]="map_vaal_vessel_drop_X_divination_cards" } }, - [7977]={ + [8158]={ [1]={ [1]={ limit={ @@ -175536,7 +180395,7 @@ return { [1]="map_vaal_vessel_drop_X_fossils" } }, - [7978]={ + [8159]={ [1]={ [1]={ limit={ @@ -175561,7 +180420,7 @@ return { [1]="map_vaal_vessel_drop_X_levelled_vaal_gems" } }, - [7979]={ + [8160]={ [1]={ [1]={ limit={ @@ -175586,7 +180445,7 @@ return { [1]="map_vaal_vessel_drop_X_mortal_fragments" } }, - [7980]={ + [8161]={ [1]={ [1]={ limit={ @@ -175611,7 +180470,7 @@ return { [1]="map_vaal_vessel_drop_X_prophecies" } }, - [7981]={ + [8162]={ [1]={ [1]={ limit={ @@ -175636,7 +180495,7 @@ return { [1]="map_vaal_vessel_drop_X_rare_temple_items" } }, - [7982]={ + [8163]={ [1]={ [1]={ limit={ @@ -175661,7 +180520,7 @@ return { [1]="map_vaal_vessel_drop_X_sacrifice_fragments" } }, - [7983]={ + [8164]={ [1]={ [1]={ limit={ @@ -175686,7 +180545,7 @@ return { [1]="map_vaal_vessel_drop_X_vaal_orbs" } }, - [7984]={ + [8165]={ [1]={ [1]={ limit={ @@ -175711,7 +180570,7 @@ return { [1]="map_vaal_vessel_drop_x_double_implicit_corrupted_uniques" } }, - [7985]={ + [8166]={ [1]={ [1]={ limit={ @@ -175736,7 +180595,7 @@ return { [1]="map_vaal_vessel_drop_x_single_implicit_corrupted_uniques" } }, - [7986]={ + [8167]={ [1]={ [1]={ limit={ @@ -175765,7 +180624,7 @@ return { [1]="map_vaal_vessel_item_drop_quantity_+%" } }, - [7987]={ + [8168]={ [1]={ [1]={ limit={ @@ -175794,7 +180653,7 @@ return { [1]="map_vaal_vessel_item_drop_rarity_+%" } }, - [7988]={ + [8169]={ [1]={ [1]={ limit={ @@ -175819,7 +180678,7 @@ return { [1]="map_warbands_packs_have_additional_elites" } }, - [7989]={ + [8170]={ [1]={ [1]={ limit={ @@ -175844,7 +180703,7 @@ return { [1]="map_warbands_packs_have_additional_grunts" } }, - [7990]={ + [8171]={ [1]={ [1]={ limit={ @@ -175869,7 +180728,7 @@ return { [1]="map_warbands_packs_have_additional_supports" } }, - [7991]={ + [8172]={ [1]={ [1]={ limit={ @@ -175885,7 +180744,7 @@ return { [1]="map_watchstone_additional_packs_of_elder_monsters" } }, - [7992]={ + [8173]={ [1]={ [1]={ limit={ @@ -175901,7 +180760,7 @@ return { [1]="map_watchstone_additional_packs_of_shaper_monsters" } }, - [7993]={ + [8174]={ [1]={ [1]={ limit={ @@ -175917,7 +180776,7 @@ return { [1]="map_watchstone_monsters_damage_+%_final" } }, - [7994]={ + [8175]={ [1]={ [1]={ limit={ @@ -175933,7 +180792,7 @@ return { [1]="map_watchstone_monsters_life_+%_final" } }, - [7995]={ + [8176]={ [1]={ [1]={ limit={ @@ -175958,7 +180817,7 @@ return { [1]="maps_with_bosses_additional_essence_+" } }, - [7996]={ + [8177]={ [1]={ [1]={ limit={ @@ -175983,7 +180842,7 @@ return { [1]="maps_with_bosses_additional_shrine_+" } }, - [7997]={ + [8178]={ [1]={ [1]={ limit={ @@ -176008,7 +180867,7 @@ return { [1]="maps_with_bosses_additional_spirit_+" } }, - [7998]={ + [8179]={ [1]={ [1]={ limit={ @@ -176033,7 +180892,7 @@ return { [1]="maps_with_bosses_additional_strongbox_+" } }, - [7999]={ + [8180]={ [1]={ [1]={ limit={ @@ -176062,7 +180921,7 @@ return { [1]="marauder_hidden_ascendancy_damage_+%_final" } }, - [8000]={ + [8181]={ [1]={ [1]={ limit={ @@ -176091,7 +180950,7 @@ return { [1]="marauder_hidden_ascendancy_damage_taken_+%_final" } }, - [8001]={ + [8182]={ [1]={ [1]={ limit={ @@ -176120,7 +180979,7 @@ return { [1]="mark_skill_duration_+%" } }, - [8002]={ + [8183]={ [1]={ [1]={ limit={ @@ -176153,7 +181012,7 @@ return { [1]="mark_skill_mana_cost_+%" } }, - [8003]={ + [8184]={ [1]={ [1]={ limit={ @@ -176169,7 +181028,7 @@ return { [1]="marked_enemies_cannot_deal_critical_strikes" } }, - [8004]={ + [8185]={ [1]={ [1]={ limit={ @@ -176185,7 +181044,7 @@ return { [1]="marked_enemies_cannot_regenerate_life" } }, - [8005]={ + [8186]={ [1]={ [1]={ limit={ @@ -176214,7 +181073,7 @@ return { [1]="marked_enemy_accuracy_rating_+%" } }, - [8006]={ + [8187]={ [1]={ [1]={ limit={ @@ -176243,7 +181102,7 @@ return { [1]="marked_enemy_damage_taken_+%" } }, - [8007]={ + [8188]={ [1]={ [1]={ limit={ @@ -176259,7 +181118,7 @@ return { [1]="marks_you_inflict_remain_after_death" } }, - [8008]={ + [8189]={ [1]={ [1]={ limit={ @@ -176288,36 +181147,7 @@ return { [1]="master_of_elements_evasion_rating_+%_final" } }, - [8009]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more chance to Evade Melee Attacks" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% less chance to Evade Melee Attacks" - } - }, - stats={ - [1]="mastery_chance_to_evade_melee_attacks_+%_final" - } - }, - [8010]={ + [8190]={ [1]={ [1]={ limit={ @@ -176333,7 +181163,7 @@ return { [1]="maven_fight_layout_override" } }, - [8011]={ + [8191]={ [1]={ [1]={ limit={ @@ -176349,7 +181179,7 @@ return { [1]="max_chance_to_block_attacks_if_not_blocked_recently" } }, - [8012]={ + [8192]={ [1]={ [1]={ [1]={ @@ -176369,7 +181199,7 @@ return { [1]="max_fortification_+1_per_5" } }, - [8013]={ + [8193]={ [1]={ [1]={ [1]={ @@ -176389,7 +181219,7 @@ return { [1]="max_fortification_while_focused_+1_per_5" } }, - [8014]={ + [8194]={ [1]={ [1]={ [1]={ @@ -176409,7 +181239,7 @@ return { [1]="max_fortification_while_stationary_+1_per_5" } }, - [8015]={ + [8195]={ [1]={ [1]={ limit={ @@ -176425,7 +181255,7 @@ return { [1]="max_life_%_as_mana" } }, - [8016]={ + [8196]={ [1]={ [1]={ limit={ @@ -176441,7 +181271,7 @@ return { [1]="max_life_%_as_spirit" } }, - [8017]={ + [8197]={ [1]={ [1]={ limit={ @@ -176457,7 +181287,7 @@ return { [1]="max_mana_increases_apply_to_effect_of_arcane_surge_on_self" } }, - [8018]={ + [8198]={ [1]={ [1]={ limit={ @@ -176473,7 +181303,7 @@ return { [1]="max_steel_ammo" } }, - [8019]={ + [8199]={ [1]={ [1]={ limit={ @@ -176489,7 +181319,7 @@ return { [1]="maximum_added_lightning_damage_per_10_int" } }, - [8020]={ + [8200]={ [1]={ [1]={ limit={ @@ -176505,7 +181335,7 @@ return { [1]="maximum_blitz_charges" } }, - [8021]={ + [8201]={ [1]={ [1]={ limit={ @@ -176521,7 +181351,7 @@ return { [1]="maximum_block_modifiers_apply_to_maximum_resistances_instead" } }, - [8022]={ + [8202]={ [1]={ [1]={ limit={ @@ -176537,7 +181367,7 @@ return { [1]="maximum_caltrops_allowed" } }, - [8023]={ + [8203]={ [1]={ [1]={ limit={ @@ -176553,7 +181383,7 @@ return { [1]="maximum_challenger_charges" } }, - [8024]={ + [8204]={ [1]={ [1]={ limit={ @@ -176569,7 +181399,7 @@ return { [1]="maximum_chance_to_evade_is_50%" } }, - [8025]={ + [8205]={ [1]={ [1]={ limit={ @@ -176578,14 +181408,14 @@ return { [2]="#" } }, - text="+{0} to maximum Chaos Infusions" + text="{0:+d}% to maximum Cold Resistance while affected by Herald of Ice" } }, stats={ - [1]="maximum_chaos_infusion_stacks" + [1]="maximum_cold_damage_resistance_%_while_affected_by_herald_of_ice" } }, - [8026]={ + [8206]={ [1]={ [1]={ limit={ @@ -176594,14 +181424,14 @@ return { [2]="#" } }, - text="{0:+d}% to maximum Cold Resistance while affected by Herald of Ice" + text="+{0} to maximum Cold Infusions" } }, stats={ - [1]="maximum_cold_damage_resistance_%_while_affected_by_herald_of_ice" + [1]="maximum_cold_infusion_stacks" } }, - [8027]={ + [8207]={ [1]={ [1]={ limit={ @@ -176610,14 +181440,14 @@ return { [2]="#" } }, - text="+{0} to maximum Cold Infusions" + text="{0:+d}% to Maximum Cold Resistance if you have at least 5 Blue Support Gems Socketed" } }, stats={ - [1]="maximum_cold_infusion_stacks" + [1]="maximum_cold_resistance_+%_if_at_least_5_blue_supports_socketed" } }, - [8028]={ + [8208]={ [1]={ [1]={ limit={ @@ -176642,7 +181472,7 @@ return { [1]="maximum_cold_resistance_+1_per_X_corresponding_support" } }, - [8029]={ + [8209]={ [1]={ [1]={ limit={ @@ -176658,7 +181488,7 @@ return { [1]="maximum_critical_strike_chance_is_50%" } }, - [8030]={ + [8210]={ [1]={ [1]={ limit={ @@ -176687,7 +181517,23 @@ return { [1]="maximum_darkness_+%" } }, - [8031]={ + [8211]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{:+d} to Maximum Endurance Charges if you have at least 100 Tribute" + } + }, + stats={ + [1]="maximum_endurance_charges_+_if_you_have_at_least_100_tribute" + } + }, + [8212]={ [1]={ [1]={ limit={ @@ -176703,7 +181549,36 @@ return { [1]="maximum_endurance_charges_+_while_affected_by_determination" } }, - [8032]={ + [8213]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased maximum Energy Shield per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced maximum Energy Shield per 10 Tribute" + } + }, + stats={ + [1]="maximum_energy_shield_+%_per_10_tribute" + } + }, + [8214]={ [1]={ [1]={ limit={ @@ -176712,14 +181587,14 @@ return { [2]="#" } }, - text="+1 to Maximum Energy Shield per {0} Evasion Rating on Equipped Body Armour" + text="+1 to Maximum Energy Shield per {0} Item Evasion Rating on Equipped Body Armour" } }, stats={ [1]="maximum_energy_shield_+1_per_x_body_armour_evasion_rating" } }, - [8033]={ + [8215]={ [1]={ [1]={ limit={ @@ -176735,7 +181610,7 @@ return { [1]="maximum_energy_shield_from_body_armour_+%" } }, - [8034]={ + [8216]={ [1]={ [1]={ limit={ @@ -176751,7 +181626,7 @@ return { [1]="maximum_fanaticism_charges" } }, - [8035]={ + [8217]={ [1]={ [1]={ limit={ @@ -176767,7 +181642,7 @@ return { [1]="maximum_fire_damage_resistance_+%_per_40%_uncapped_fire_damage_resistance" } }, - [8036]={ + [8218]={ [1]={ [1]={ limit={ @@ -176783,7 +181658,7 @@ return { [1]="maximum_fire_damage_resistance_%_while_affected_by_herald_of_ash" } }, - [8037]={ + [8219]={ [1]={ [1]={ limit={ @@ -176799,7 +181674,23 @@ return { [1]="maximum_fire_infusion_stacks" } }, - [8038]={ + [8220]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}% to Maximum Fire Resistance if you have at least 5 Red Support Gems Socketed" + } + }, + stats={ + [1]="maximum_fire_resistance_+%_if_at_least_5_red_supports_socketed" + } + }, + [8221]={ [1]={ [1]={ limit={ @@ -176824,7 +181715,23 @@ return { [1]="maximum_fire_resistance_+1_per_X_corresponding_support" } }, - [8039]={ + [8222]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{:+d} to Maximum Frenzy Charges if you have at least 100 Tribute" + } + }, + stats={ + [1]="maximum_frenzy_charges_+_if_you_have_at_least_100_tribute" + } + }, + [8223]={ [1]={ [1]={ limit={ @@ -176840,7 +181747,7 @@ return { [1]="maximum_frenzy_charges_+_while_affected_by_grace" } }, - [8040]={ + [8224]={ [1]={ [1]={ limit={ @@ -176856,7 +181763,7 @@ return { [1]="maximum_frenzy_power_endurance_charges" } }, - [8041]={ + [8225]={ [1]={ [1]={ limit={ @@ -176865,14 +181772,14 @@ return { [2]="#" } }, - text="+{0} to maximum Infusion on your weapons" + text="{0:+d} to maximum number of Elemental Infusions" } }, stats={ [1]="additional_maximum_infusion_stacks" } }, - [8042]={ + [8226]={ [1]={ [1]={ limit={ @@ -176888,7 +181795,68 @@ return { [1]="maximum_intensify_stacks" } }, - [8043]={ + [8227]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Maximum Life Converted to Energy Shield per 20 Tribute" + } + }, + stats={ + [1]="maximum_life_%_to_convert_to_maximum_energy_shield_per_20_tribute" + } + }, + [8228]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Maximum Life if you have at least 10 Red Support Gems Socketed" + } + }, + stats={ + [1]="maximum_life_+%_if_10_red_supports_socketed" + } + }, + [8229]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased maximum Life if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced maximum Life if you have at least 100 Tribute" + } + }, + stats={ + [1]="maximum_life_+%_if_you_have_at_least_100_tribute" + } + }, + [8230]={ [1]={ [1]={ limit={ @@ -176904,7 +181872,7 @@ return { [1]="maximum_life_per_10_dexterity" } }, - [8044]={ + [8231]={ [1]={ [1]={ limit={ @@ -176920,7 +181888,7 @@ return { [1]="maximum_life_per_10_intelligence" } }, - [8045]={ + [8232]={ [1]={ [1]={ limit={ @@ -176936,7 +181904,7 @@ return { [1]="maximum_life_per_2%_increased_item_found_rarity" } }, - [8046]={ + [8233]={ [1]={ [1]={ limit={ @@ -176952,7 +181920,7 @@ return { [1]="maximum_life_%_to_convert_to_maximum_energy_shield" } }, - [8047]={ + [8234]={ [1]={ [1]={ limit={ @@ -176968,7 +181936,7 @@ return { [1]="maximum_life_%_to_gain_as_armour" } }, - [8048]={ + [8235]={ [1]={ [1]={ limit={ @@ -176984,7 +181952,7 @@ return { [1]="maximum_life_%_to_gain_as_maximum_energy_shield" } }, - [8049]={ + [8236]={ [1]={ [1]={ limit={ @@ -177013,7 +181981,7 @@ return { [1]="maximum_life_+%_for_corpses_you_create" } }, - [8050]={ + [8237]={ [1]={ [1]={ limit={ @@ -177029,7 +181997,7 @@ return { [1]="maximum_life_+%_if_no_life_tags_on_body_armour" } }, - [8051]={ + [8238]={ [1]={ [1]={ limit={ @@ -177058,7 +182026,7 @@ return { [1]="maximum_life_+%_per_abyssal_jewel_affecting_you" } }, - [8052]={ + [8239]={ [1]={ [1]={ limit={ @@ -177074,7 +182042,7 @@ return { [1]="maximum_lightning_damage_resistance_%_while_affected_by_herald_of_thunder" } }, - [8053]={ + [8240]={ [1]={ [1]={ limit={ @@ -177090,7 +182058,23 @@ return { [1]="maximum_lightning_infusion_stacks" } }, - [8054]={ + [8241]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d}% to Maximum Lightning Resistance if you have at least 5 Green Support Gems Socketed" + } + }, + stats={ + [1]="maximum_lightning_resistance_+%_if_at_least_5_green_supports_socketed" + } + }, + [8242]={ [1]={ [1]={ limit={ @@ -177115,7 +182099,52 @@ return { [1]="maximum_lightning_resistance_+1_per_X_corresponding_support" } }, - [8055]={ + [8243]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed" + } + }, + stats={ + [1]="maximum_mana_+%_if_10_blue_supports_socketed" + } + }, + [8244]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Maximum Mana if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Maximum Mana if you have at least 100 Tribute" + } + }, + stats={ + [1]="maximum_mana_+%_if_you_have_at_least_100_tribute" + } + }, + [8245]={ [1]={ [1]={ limit={ @@ -177131,7 +182160,7 @@ return { [1]="maximum_mana_%_to_add_to_energy_shield_while_affected_by_clarity" } }, - [8056]={ + [8246]={ [1]={ [1]={ limit={ @@ -177160,7 +182189,7 @@ return { [1]="maximum_mana_+%_per_abyssal_jewel_affecting_you" } }, - [8057]={ + [8247]={ [1]={ [1]={ limit={ @@ -177176,7 +182205,7 @@ return { [1]="maximum_number_of_blades_left_in_ground" } }, - [8058]={ + [8248]={ [1]={ [1]={ limit={ @@ -177205,7 +182234,7 @@ return { [1]="maximum_physical_attack_damage_on_crit_+%_final" } }, - [8059]={ + [8249]={ [1]={ [1]={ limit={ @@ -177221,7 +182250,7 @@ return { [1]="maximum_physical_damage_reduction_is_50%" } }, - [8060]={ + [8250]={ [1]={ [1]={ limit={ @@ -177237,7 +182266,23 @@ return { [1]="maximum_power_and_endurance_charges_+" } }, - [8061]={ + [8251]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{:+d} to Maximum Power Charges if you have at least 100 Tribute" + } + }, + stats={ + [1]="maximum_power_charges_+_if_you_have_at_least_100_tribute" + } + }, + [8252]={ [1]={ [1]={ limit={ @@ -177253,7 +182298,7 @@ return { [1]="maximum_power_charges_+_while_affected_by_discipline" } }, - [8062]={ + [8253]={ [1]={ [1]={ limit={ @@ -177269,7 +182314,23 @@ return { [1]="maximum_rage_+_while_wielding_axe" } }, - [8063]={ + [8254]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Maximum Rage per 50 Tribute" + } + }, + stats={ + [1]="maximum_rage_per_50_tribute" + } + }, + [8255]={ [1]={ [1]={ limit={ @@ -177285,7 +182346,7 @@ return { [1]="maximum_rage_per_equipped_one_handed_sword" } }, - [8064]={ + [8256]={ [1]={ [1]={ limit={ @@ -177301,7 +182362,7 @@ return { [1]="maximum_random_movement_velocity_+%_when_hit" } }, - [8065]={ + [8257]={ [1]={ [1]={ limit={ @@ -177317,7 +182378,7 @@ return { [1]="maximum_virulence_stacks" } }, - [8066]={ + [8258]={ [1]={ [1]={ limit={ @@ -177333,7 +182394,7 @@ return { [1]="maximum_volatility_allowed" } }, - [8067]={ + [8259]={ [1]={ [1]={ limit={ @@ -177358,7 +182419,23 @@ return { [1]="melee_attack_number_of_spirit_strikes" } }, - [8068]={ + [8260]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Melee Attack Skills have {0:+d} to maximum number of Summoned Totems" + } + }, + stats={ + [1]="melee_attack_skills_additional_totems_allowed" + } + }, + [8261]={ [1]={ [1]={ limit={ @@ -177374,7 +182451,7 @@ return { [1]="melee_critical_strike_chance_+%_if_warcried_recently" } }, - [8069]={ + [8262]={ [1]={ [1]={ limit={ @@ -177390,7 +182467,7 @@ return { [1]="melee_critical_strike_multiplier_+%_if_warcried_recently" } }, - [8070]={ + [8263]={ [1]={ [1]={ limit={ @@ -177419,7 +182496,7 @@ return { [1]="melee_damage_+%_if_youve_dealt_projectile_attack_hit_recently" } }, - [8071]={ + [8264]={ [1]={ [1]={ limit={ @@ -177448,7 +182525,7 @@ return { [1]="melee_damage_+%_vs_immobilised_enemies" } }, - [8072]={ + [8265]={ [1]={ [1]={ limit={ @@ -177477,7 +182554,7 @@ return { [1]="melee_damage_+%_with_spears_while_surrounded" } }, - [8073]={ + [8266]={ [1]={ [1]={ limit={ @@ -177506,7 +182583,7 @@ return { [1]="melee_damage_+%_at_close_range" } }, - [8074]={ + [8267]={ [1]={ [1]={ limit={ @@ -177535,7 +182612,7 @@ return { [1]="melee_damage_+%_during_flask_effect" } }, - [8075]={ + [8268]={ [1]={ [1]={ limit={ @@ -177551,7 +182628,7 @@ return { [1]="melee_damage_+%_per_second_of_warcry_affecting_you" } }, - [8076]={ + [8269]={ [1]={ [1]={ limit={ @@ -177580,7 +182657,7 @@ return { [1]="melee_damage_+%_vs_heavy_stunned_enemies" } }, - [8077]={ + [8270]={ [1]={ [1]={ limit={ @@ -177609,7 +182686,7 @@ return { [1]="melee_hit_damage_stun_multiplier_+%" } }, - [8078]={ + [8271]={ [1]={ [1]={ limit={ @@ -177638,7 +182715,7 @@ return { [1]="melee_hit_damage_stun_multiplier_+%_final_from_ot" } }, - [8079]={ + [8272]={ [1]={ [1]={ limit={ @@ -177654,7 +182731,7 @@ return { [1]="melee_movement_skill_chance_to_fortify_on_hit_%" } }, - [8080]={ + [8273]={ [1]={ [1]={ limit={ @@ -177670,7 +182747,7 @@ return { [1]="melee_physical_damage_+%_per_10_dexterity" } }, - [8081]={ + [8274]={ [1]={ [1]={ limit={ @@ -177699,7 +182776,7 @@ return { [1]="melee_physical_damage_+%_per_10_strength_while_fortified" } }, - [8082]={ + [8275]={ [1]={ [1]={ limit={ @@ -177715,7 +182792,7 @@ return { [1]="melee_range_+_while_at_least_5_enemies_nearby" } }, - [8083]={ + [8276]={ [1]={ [1]={ limit={ @@ -177731,7 +182808,7 @@ return { [1]="melee_range_+_while_wielding_shield" } }, - [8084]={ + [8277]={ [1]={ [1]={ limit={ @@ -177747,7 +182824,7 @@ return { [1]="melee_range_+_while_dual_wielding" } }, - [8085]={ + [8278]={ [1]={ [1]={ limit={ @@ -177763,7 +182840,7 @@ return { [1]="melee_range_+_with_axe" } }, - [8086]={ + [8279]={ [1]={ [1]={ limit={ @@ -177779,7 +182856,7 @@ return { [1]="melee_range_+_with_claw" } }, - [8087]={ + [8280]={ [1]={ [1]={ limit={ @@ -177795,7 +182872,7 @@ return { [1]="melee_range_+_with_dagger" } }, - [8088]={ + [8281]={ [1]={ [1]={ limit={ @@ -177811,7 +182888,7 @@ return { [1]="melee_range_+_with_flail" } }, - [8089]={ + [8282]={ [1]={ [1]={ limit={ @@ -177827,7 +182904,7 @@ return { [1]="melee_range_+_with_mace" } }, - [8090]={ + [8283]={ [1]={ [1]={ limit={ @@ -177843,7 +182920,7 @@ return { [1]="melee_range_+_with_one_handed" } }, - [8091]={ + [8284]={ [1]={ [1]={ limit={ @@ -177859,7 +182936,7 @@ return { [1]="melee_range_+_with_spear" } }, - [8092]={ + [8285]={ [1]={ [1]={ limit={ @@ -177875,7 +182952,7 @@ return { [1]="melee_range_+_with_staff" } }, - [8093]={ + [8286]={ [1]={ [1]={ limit={ @@ -177891,7 +182968,7 @@ return { [1]="melee_range_+_with_sword" } }, - [8094]={ + [8287]={ [1]={ [1]={ limit={ @@ -177907,7 +182984,7 @@ return { [1]="melee_range_+_with_two_handed" } }, - [8095]={ + [8288]={ [1]={ [1]={ limit={ @@ -177936,7 +183013,7 @@ return { [1]="melee_skills_area_of_effect_+%" } }, - [8096]={ + [8289]={ [1]={ [1]={ limit={ @@ -177952,7 +183029,7 @@ return { [1]="melee_strike_range_+_if_youve_dealt_projectile_attack_hit_recently" } }, - [8097]={ + [8290]={ [1]={ [1]={ limit={ @@ -177968,7 +183045,7 @@ return { [1]="melee_strike_skill_strike_previous_location" } }, - [8098]={ + [8291]={ [1]={ [1]={ limit={ @@ -177984,7 +183061,7 @@ return { [1]="melee_weapon_range_+_if_you_have_killed_recently" } }, - [8099]={ + [8292]={ [1]={ [1]={ limit={ @@ -178000,7 +183077,7 @@ return { [1]="melee_weapon_range_+_while_at_maximum_frenzy_charges" } }, - [8100]={ + [8293]={ [1]={ [1]={ limit={ @@ -178016,7 +183093,7 @@ return { [1]="melee_weapon_range_+_while_fortified" } }, - [8101]={ + [8294]={ [1]={ [1]={ limit={ @@ -178045,7 +183122,7 @@ return { [1]="mine_area_damage_+%_if_detonated_mine_recently" } }, - [8102]={ + [8295]={ [1]={ [1]={ limit={ @@ -178074,7 +183151,7 @@ return { [1]="mine_area_of_effect_+%" } }, - [8103]={ + [8296]={ [1]={ [1]={ limit={ @@ -178103,7 +183180,7 @@ return { [1]="mine_area_of_effect_+%_if_detonated_mine_recently" } }, - [8104]={ + [8297]={ [1]={ [1]={ limit={ @@ -178132,7 +183209,7 @@ return { [1]="mine_aura_effect_+%" } }, - [8105]={ + [8298]={ [1]={ [1]={ limit={ @@ -178161,7 +183238,7 @@ return { [1]="mine_detonation_speed_+%" } }, - [8106]={ + [8299]={ [1]={ [1]={ limit={ @@ -178177,7 +183254,7 @@ return { [1]="mine_%_chance_to_detonate_twice" } }, - [8107]={ + [8300]={ [1]={ [1]={ [1]={ @@ -178210,7 +183287,7 @@ return { [1]="mines_hinder_nearby_enemies_for_x_ms_on_arming" } }, - [8108]={ + [8301]={ [1]={ [1]={ limit={ @@ -178226,7 +183303,7 @@ return { [1]="mines_invulnerable" } }, - [8109]={ + [8302]={ [1]={ [1]={ limit={ @@ -178247,7 +183324,7 @@ return { [2]="maximum_added_chaos_damage_if_have_crit_recently" } }, - [8110]={ + [8303]={ [1]={ [1]={ limit={ @@ -178268,7 +183345,7 @@ return { [2]="maximum_added_chaos_damage_per_curse_on_enemy" } }, - [8111]={ + [8304]={ [1]={ [1]={ limit={ @@ -178289,7 +183366,7 @@ return { [2]="maximum_added_chaos_damage_per_spiders_web_on_enemy" } }, - [8112]={ + [8305]={ [1]={ [1]={ limit={ @@ -178310,7 +183387,7 @@ return { [2]="maximum_added_chaos_damage_to_attacks_and_spells_per_50_strength" } }, - [8113]={ + [8306]={ [1]={ [1]={ limit={ @@ -178331,7 +183408,7 @@ return { [2]="maximum_added_chaos_damage_to_attacks_per_50_strength" } }, - [8114]={ + [8307]={ [1]={ [1]={ limit={ @@ -178352,7 +183429,7 @@ return { [2]="maximum_added_chaos_damage_vs_enemies_with_5+_poisons" } }, - [8115]={ + [8308]={ [1]={ [1]={ limit={ @@ -178373,7 +183450,7 @@ return { [2]="maximum_added_cold_damage_if_have_crit_recently" } }, - [8116]={ + [8309]={ [1]={ [1]={ limit={ @@ -178394,7 +183471,7 @@ return { [2]="maximum_added_cold_damage_to_attacks_per_10_dexterity" } }, - [8117]={ + [8310]={ [1]={ [1]={ limit={ @@ -178415,7 +183492,7 @@ return { [2]="maximum_added_cold_damage_vs_chilled_enemies" } }, - [8118]={ + [8311]={ [1]={ [1]={ limit={ @@ -178436,7 +183513,7 @@ return { [2]="maximum_added_cold_damage_while_affected_by_hatred" } }, - [8119]={ + [8312]={ [1]={ [1]={ limit={ @@ -178457,7 +183534,7 @@ return { [2]="maximum_added_cold_damage_while_you_have_avians_might" } }, - [8120]={ + [8313]={ [1]={ [1]={ limit={ @@ -178478,7 +183555,7 @@ return { [2]="maximum_added_fire_damage_if_have_crit_recently" } }, - [8121]={ + [8314]={ [1]={ [1]={ limit={ @@ -178499,7 +183576,7 @@ return { [2]="maximum_added_fire_damage_per_100_lowest_of_max_life_mana" } }, - [8122]={ + [8315]={ [1]={ [1]={ limit={ @@ -178520,7 +183597,7 @@ return { [2]="maximum_added_fire_damage_per_endurance_charge" } }, - [8123]={ + [8316]={ [1]={ [1]={ limit={ @@ -178541,7 +183618,7 @@ return { [2]="maximum_added_fire_damage_to_attacks_per_10_strength" } }, - [8124]={ + [8317]={ [1]={ [1]={ limit={ @@ -178562,7 +183639,7 @@ return { [2]="maximum_added_fire_damage_to_hits_vs_blinded_enemies" } }, - [8125]={ + [8318]={ [1]={ [1]={ limit={ @@ -178583,7 +183660,7 @@ return { [2]="maximum_added_lightning_damage_if_have_crit_recently" } }, - [8126]={ + [8319]={ [1]={ [1]={ limit={ @@ -178604,7 +183681,7 @@ return { [2]="maximum_added_lightning_damage_per_power_charge" } }, - [8127]={ + [8320]={ [1]={ [1]={ limit={ @@ -178625,7 +183702,7 @@ return { [2]="maximum_added_lightning_damage_per_shocked_enemy_killed_recently" } }, - [8128]={ + [8321]={ [1]={ [1]={ limit={ @@ -178646,7 +183723,7 @@ return { [2]="maximum_added_lightning_damage_to_attacks_per_20_intelligence" } }, - [8129]={ + [8322]={ [1]={ [1]={ limit={ @@ -178667,7 +183744,7 @@ return { [2]="maximum_added_lightning_damage_to_spells_per_power_charge" } }, - [8130]={ + [8323]={ [1]={ [1]={ limit={ @@ -178688,7 +183765,7 @@ return { [2]="maximum_added_lightning_damage_while_you_have_avians_might" } }, - [8131]={ + [8324]={ [1]={ [1]={ limit={ @@ -178709,7 +183786,7 @@ return { [2]="maximum_added_physical_damage_if_have_crit_recently" } }, - [8132]={ + [8325]={ [1]={ [1]={ limit={ @@ -178730,7 +183807,7 @@ return { [2]="maximum_added_physical_damage_per_endurance_charge" } }, - [8133]={ + [8326]={ [1]={ [1]={ limit={ @@ -178751,7 +183828,7 @@ return { [2]="maximum_added_physical_damage_per_impaled_on_enemy" } }, - [8134]={ + [8327]={ [1]={ [1]={ limit={ @@ -178772,7 +183849,7 @@ return { [2]="maximum_added_physical_damage_vs_poisoned_enemies" } }, - [8135]={ + [8328]={ [1]={ [1]={ limit={ @@ -178793,7 +183870,7 @@ return { [2]="maximum_added_spell_cold_damage_while_no_life_is_reserved" } }, - [8136]={ + [8329]={ [1]={ [1]={ limit={ @@ -178814,7 +183891,7 @@ return { [2]="maximum_added_spell_fire_damage_while_no_life_is_reserved" } }, - [8137]={ + [8330]={ [1]={ [1]={ limit={ @@ -178835,7 +183912,7 @@ return { [2]="maximum_added_spell_lightning_damage_while_no_life_is_reserved" } }, - [8138]={ + [8331]={ [1]={ [1]={ limit={ @@ -178851,7 +183928,7 @@ return { [1]="minimum_endurance_charges_at_devotion_threshold" } }, - [8139]={ + [8332]={ [1]={ [1]={ limit={ @@ -178867,7 +183944,7 @@ return { [1]="minimum_endurance_charges_while_on_low_life_+" } }, - [8140]={ + [8333]={ [1]={ [1]={ limit={ @@ -178883,7 +183960,7 @@ return { [1]="minimum_frenzy_charges_at_devotion_threshold" } }, - [8141]={ + [8334]={ [1]={ [1]={ limit={ @@ -178899,7 +183976,7 @@ return { [1]="minimum_frenzy_endurance_power_charges_are_equal_to_maximum_while_stationary" } }, - [8142]={ + [8335]={ [1]={ [1]={ limit={ @@ -178915,7 +183992,7 @@ return { [1]="minimum_frenzy_power_endurance_charges" } }, - [8143]={ + [8336]={ [1]={ [1]={ limit={ @@ -178948,7 +184025,7 @@ return { [1]="minimum_physical_attack_damage_on_crit_+%_final" } }, - [8144]={ + [8337]={ [1]={ [1]={ limit={ @@ -178964,7 +184041,7 @@ return { [1]="minimum_power_charges_at_devotion_threshold" } }, - [8145]={ + [8338]={ [1]={ [1]={ limit={ @@ -178980,7 +184057,7 @@ return { [1]="minimum_power_charges_while_on_low_life_+" } }, - [8146]={ + [8339]={ [1]={ [1]={ limit={ @@ -178996,7 +184073,39 @@ return { [1]="minion_1%_accuracy_rating_+%_per_X_player_dexterity" } }, - [8147]={ + [8340]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions from this skill have 1% increased Area of Effect\nper {0} of your Dexterity" + } + }, + stats={ + [1]="minion_1%_area_of_effect_+%_per_X_player_dexterity" + } + }, + [8341]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions from this skill have 1% increased Attack Speed\nper {0} of your Dexterity" + } + }, + stats={ + [1]="minion_1%_attack_speed_+%_per_X_player_dexterity" + } + }, + [8342]={ [1]={ [1]={ limit={ @@ -179012,7 +184121,7 @@ return { [1]="minion_1%_damage_+%_per_X_player_strength" } }, - [8148]={ + [8343]={ [1]={ [1]={ limit={ @@ -179028,7 +184137,7 @@ return { [1]="minion_accuracy_rating" } }, - [8149]={ + [8344]={ [1]={ [1]={ limit={ @@ -179044,7 +184153,7 @@ return { [1]="minion_accuracy_rating_per_10_devotion" } }, - [8150]={ + [8345]={ [1]={ [1]={ limit={ @@ -179073,7 +184182,7 @@ return { [1]="minion_accuracy_rating_+%" } }, - [8151]={ + [8346]={ [1]={ [1]={ limit={ @@ -179102,7 +184211,7 @@ return { [1]="minion_actor_scale_+%" } }, - [8152]={ + [8347]={ [1]={ [1]={ [1]={ @@ -179122,7 +184231,7 @@ return { [1]="minion_additional_base_critical_strike_chance" } }, - [8153]={ + [8348]={ [1]={ [1]={ limit={ @@ -179151,7 +184260,23 @@ return { [1]="minion_area_of_effect_+%_if_you_have_cast_a_minion_skill_recently" } }, - [8154]={ + [8349]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions Break Armour equal to {0}% of Physical damage dealt" + } + }, + stats={ + [1]="minion_armour_break_physical_damage_%_dealt_as_armour_break" + } + }, + [8350]={ [1]={ [1]={ limit={ @@ -179167,7 +184292,36 @@ return { [1]="minion_attack_added_cold_damage_as_%_parent_maximum_life" } }, - [8155]={ + [8351]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions have {0}% increased Attack and Cast Speed per 50 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions have {0}% reduced Attack and Cast Speed per 50 Tribute" + } + }, + stats={ + [1]="minion_attack_and_cast_speed_+%_per_50_tribute" + } + }, + [8352]={ [1]={ [1]={ limit={ @@ -179196,7 +184350,7 @@ return { [1]="minion_attack_and_cast_speed_+%" } }, - [8156]={ + [8353]={ [1]={ [1]={ limit={ @@ -179225,7 +184379,7 @@ return { [1]="minion_attack_and_cast_speed_+%_if_you_or_minions_have_killed_enemy_recently" } }, - [8157]={ + [8354]={ [1]={ [1]={ limit={ @@ -179254,7 +184408,7 @@ return { [1]="minion_attack_and_cast_speed_+%_per_10_devotion" } }, - [8158]={ + [8355]={ [1]={ [1]={ limit={ @@ -179283,7 +184437,7 @@ return { [1]="minion_attack_and_cast_speed_+%_while_you_are_affected_by_a_herald" } }, - [8159]={ + [8356]={ [1]={ [1]={ limit={ @@ -179299,7 +184453,7 @@ return { [1]="minion_attack_hits_knockback_chance_%" } }, - [8160]={ + [8357]={ [1]={ [1]={ limit={ @@ -179328,7 +184482,7 @@ return { [1]="minion_attack_speed_+%_per_50_dex" } }, - [8161]={ + [8358]={ [1]={ [1]={ limit={ @@ -179353,7 +184507,55 @@ return { [1]="minion_attacks_chance_to_blind_on_hit_%" } }, - [8162]={ + [8359]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions have {0:+d}% to Maximum Cold Resistances" + } + }, + stats={ + [1]="minion_base_maximum_cold_damage_resistance_%" + } + }, + [8360]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions have {0:+d}% to Maximum Fire Resistances" + } + }, + stats={ + [1]="minion_base_maximum_fire_damage_resistance_%" + } + }, + [8361]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions have {0:+d}% to Maximum Lightning Resistances" + } + }, + stats={ + [1]="minion_base_maximum_lightning_damage_resistance_%" + } + }, + [8362]={ [1]={ [1]={ limit={ @@ -179369,7 +184571,7 @@ return { [1]="minion_cannot_crit" } }, - [8163]={ + [8363]={ [1]={ [1]={ limit={ @@ -179385,7 +184587,7 @@ return { [1]="minion_chance_to_deal_double_damage_%" } }, - [8164]={ + [8364]={ [1]={ [1]={ limit={ @@ -179401,7 +184603,7 @@ return { [1]="minion_chance_to_deal_double_damage_while_on_full_life_%" } }, - [8165]={ + [8365]={ [1]={ [1]={ limit={ @@ -179417,32 +184619,39 @@ return { [1]="minion_chance_to_freeze_%" } }, - [8166]={ + [8366]={ [1]={ [1]={ limit={ [1]={ [1]=1, - [2]=99 + [2]="#" } }, - text="Minions have {0}% chance to Freeze, Shock and Ignite" - }, - [2]={ + text="Minions have {0}% chance to gain a Power Charge on Hit" + } + }, + stats={ + [1]="minion_chance_to_gain_power_charge_on_hit_%" + } + }, + [8367]={ + [1]={ + [1]={ limit={ [1]={ - [1]=100, + [1]=1, [2]="#" } }, - text="Minions always Freeze, Shock and Ignite" + text="Minions have a {0}% chance to Impale on Hit with Attacks" } }, stats={ - [1]="minion_chance_to_freeze_shock_ignite_%" + [1]="minion_chance_to_impale_on_attack_hit_%" } }, - [8167]={ + [8368]={ [1]={ [1]={ limit={ @@ -179451,14 +184660,14 @@ return { [2]="#" } }, - text="Minions have {0}% chance to gain a Power Charge on Hit" + text="Minions have {0}% chance to Shock" } }, stats={ - [1]="minion_chance_to_gain_power_charge_on_hit_%" + [1]="minion_chance_to_shock_%" } }, - [8168]={ + [8369]={ [1]={ [1]={ limit={ @@ -179467,14 +184676,27 @@ return { [2]="#" } }, - text="Minions have {0}% chance to Ignite" + text="Minions have {0}% increased Cooldown Recovery Rate for Command Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions have {0}% reduced Cooldown Recovery Rate for Command Skills" } }, stats={ - [1]="minion_chance_to_ignite_%" + [1]="minion_command_skill_cooldown_speed_+%" } }, - [8169]={ + [8370]={ [1]={ [1]={ limit={ @@ -179483,14 +184705,27 @@ return { [2]="#" } }, - text="Minions have a {0}% chance to Impale on Hit with Attacks" + text="Minions deal {0}% increased Damage with Command Skills for each different type of Persistent Minion in your Presence" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions deal {0}% reduced Damage with Command Skills for each different type of Persistent Minion in your Presence" } }, stats={ - [1]="minion_chance_to_impale_on_attack_hit_%" + [1]="minion_commanded_skill_damage_+%_per_different_persistent_minion_in_presence" } }, - [8170]={ + [8371]={ [1]={ [1]={ limit={ @@ -179499,14 +184734,27 @@ return { [2]="#" } }, - text="Minions have {0}% chance to Shock" + text="Minions deal {0}% increased Damage with Command Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions deal {0}% reduced Damage with Command Skills" } }, stats={ - [1]="minion_chance_to_shock_%" + [1]="minion_commanded_skill_damage_+%" } }, - [8171]={ + [8372]={ [1]={ [1]={ limit={ @@ -179515,7 +184763,7 @@ return { [2]="#" } }, - text="Minions deal {0}% increased Damage with Command Skills" + text="Minions have {0}% increased Cooldown Recovery Rate per 10 Tribute" }, [2]={ [1]={ @@ -179528,14 +184776,14 @@ return { [2]=-1 } }, - text="Minions deal {0}% increased Damage with Command Skills" + text="Minions have {0}% reduced Cooldown Recovery Rate per 10 Tribute" } }, stats={ - [1]="minion_commanded_skill_damage_+%" + [1]="minion_cooldown_recovery_+%_per_10_tribute" } }, - [8172]={ + [8373]={ [1]={ [1]={ limit={ @@ -179564,7 +184812,7 @@ return { [1]="minion_cooldown_recovery_+%" } }, - [8173]={ + [8374]={ [1]={ [1]={ limit={ @@ -179593,7 +184841,7 @@ return { [1]="minion_critical_strike_chance_+%" } }, - [8174]={ + [8375]={ [1]={ [1]={ limit={ @@ -179622,7 +184870,7 @@ return { [1]="minion_critical_strike_chance_+%_per_maximum_power_charge" } }, - [8175]={ + [8376]={ [1]={ [1]={ limit={ @@ -179638,7 +184886,36 @@ return { [1]="minion_critical_strike_multiplier_+" } }, - [8176]={ + [8377]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions deal {0}% increased damage per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions deal {0}% reduced damage per 10 Tribute" + } + }, + stats={ + [1]="minion_damage_+%_per_10_tribute" + } + }, + [8378]={ [1]={ [1]={ limit={ @@ -179667,7 +184944,7 @@ return { [1]="minion_damage_+%_while_you_have_at_least_two_different_active_offerings" } }, - [8177]={ + [8379]={ [1]={ [1]={ limit={ @@ -179696,7 +184973,7 @@ return { [1]="minion_damage_against_ignited_enemies_+%" } }, - [8178]={ + [8380]={ [1]={ [1]={ limit={ @@ -179712,7 +184989,7 @@ return { [1]="minion_damage_over_time_multiplier_+_per_minion_abyss_jewel_up_to_+30" } }, - [8179]={ + [8381]={ [1]={ [1]={ limit={ @@ -179741,7 +185018,7 @@ return { [1]="minion_damage_+%_if_enemy_hit_recently" } }, - [8180]={ + [8382]={ [1]={ [1]={ limit={ @@ -179770,7 +185047,7 @@ return { [1]="minion_damage_+%_vs_abyssal_monsters" } }, - [8181]={ + [8383]={ [1]={ [1]={ limit={ @@ -179799,7 +185076,7 @@ return { [1]="minion_damage_+%_while_affected_by_a_herald" } }, - [8182]={ + [8384]={ [1]={ [1]={ limit={ @@ -179815,7 +185092,7 @@ return { [1]="minion_damage_taken_%_recouped_as_their_life" } }, - [8183]={ + [8385]={ [1]={ [1]={ limit={ @@ -179844,7 +185121,7 @@ return { [1]="minion_damage_taken_+%" } }, - [8184]={ + [8386]={ [1]={ [1]={ limit={ @@ -179860,7 +185137,7 @@ return { [1]="minion_deal_no_non_cold_damage" } }, - [8185]={ + [8387]={ [1]={ [1]={ limit={ @@ -179885,7 +185162,7 @@ return { [1]="minion_demon_add_fury_charge_on_hit_%" } }, - [8186]={ + [8388]={ [1]={ [1]={ limit={ @@ -179901,7 +185178,7 @@ return { [1]="minion_demon_attack_speed_+%_per_fury_charge" } }, - [8187]={ + [8389]={ [1]={ [1]={ limit={ @@ -179917,7 +185194,7 @@ return { [1]="minion_demon_damage_+%_final_per_fury_charge" } }, - [8188]={ + [8390]={ [1]={ [1]={ limit={ @@ -179933,7 +185210,7 @@ return { [1]="minion_demon_gain_fury_charge_when_allied_minion_dies_in_x_range" } }, - [8189]={ + [8391]={ [1]={ [1]={ [1]={ @@ -179953,7 +185230,7 @@ return { [1]="minion_demon_life_loss_%_per_minute_per_fury_charge" } }, - [8190]={ + [8392]={ [1]={ [1]={ limit={ @@ -179969,7 +185246,7 @@ return { [1]="minion_demon_maximum_fury_charges" } }, - [8191]={ + [8393]={ [1]={ [1]={ limit={ @@ -179985,7 +185262,7 @@ return { [1]="minion_elemental_resistance_30%" } }, - [8192]={ + [8394]={ [1]={ [1]={ limit={ @@ -180014,7 +185291,7 @@ return { [1]="minion_evasion_rating_+%" } }, - [8193]={ + [8395]={ [1]={ [1]={ [1]={ @@ -180034,14 +185311,14 @@ return { [1]="minion_fire_cloud_on_death_maximum_life_per_minute_to_deal_as_fire_damage_%" } }, - [8194]={ + [8396]={ [1]={ }, stats={ [1]="minion_fire_damage_%_of_maximum_life_taken_per_minute" } }, - [8195]={ + [8397]={ [1]={ [1]={ limit={ @@ -180057,7 +185334,7 @@ return { [1]="minion_fire_damage_resistance_%" } }, - [8196]={ + [8398]={ [1]={ [1]={ limit={ @@ -180073,7 +185350,7 @@ return { [1]="minion_global_always_hit" } }, - [8197]={ + [8399]={ [1]={ [1]={ limit={ @@ -180098,7 +185375,23 @@ return { [1]="minion_grants_rampage_kill_to_parent_on_hitting_rare_or_unique_enemy_%" } }, - [8198]={ + [8400]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Minions cause {0}% increased Stun Buildup" + } + }, + stats={ + [1]="minion_hit_damage_stun_multiplier_+%" + } + }, + [8401]={ [1]={ [1]={ limit={ @@ -180114,7 +185407,7 @@ return { [1]="minion_life_increased_by_overcapped_fire_resistance" } }, - [8199]={ + [8402]={ [1]={ [1]={ [1]={ @@ -180134,7 +185427,7 @@ return { [1]="minion_life_regeneration_rate_per_minute_%_if_blocked_recently" } }, - [8200]={ + [8403]={ [1]={ [1]={ limit={ @@ -180150,7 +185443,7 @@ return { [1]="minion_life_regeneration_rate_per_second" } }, - [8201]={ + [8404]={ [1]={ [1]={ limit={ @@ -180175,7 +185468,7 @@ return { [1]="minion_maim_on_hit_%" } }, - [8202]={ + [8405]={ [1]={ [1]={ limit={ @@ -180191,7 +185484,7 @@ return { [1]="minion_malediction_on_hit" } }, - [8203]={ + [8406]={ [1]={ [1]={ limit={ @@ -180207,7 +185500,7 @@ return { [1]="minion_maximum_all_elemental_resistances_%" } }, - [8204]={ + [8407]={ [1]={ [1]={ limit={ @@ -180223,7 +185516,7 @@ return { [1]="minion_maximum_life_%_to_gain_as_maximum_energy_shield" } }, - [8205]={ + [8408]={ [1]={ [1]={ limit={ @@ -180252,7 +185545,7 @@ return { [1]="minion_melee_damage_+%" } }, - [8206]={ + [8409]={ [1]={ [1]={ limit={ @@ -180268,7 +185561,7 @@ return { [1]="minion_minimum_power_charges" } }, - [8207]={ + [8410]={ [1]={ [1]={ limit={ @@ -180297,7 +185590,7 @@ return { [1]="minion_movement_speed_+%_per_50_dex" } }, - [8208]={ + [8411]={ [1]={ [1]={ limit={ @@ -180326,7 +185619,7 @@ return { [1]="minion_movement_velocity_+%_for_each_herald_affecting_you" } }, - [8209]={ + [8412]={ [1]={ [1]={ limit={ @@ -180342,7 +185635,7 @@ return { [1]="minion_no_critical_strike_multiplier" } }, - [8210]={ + [8413]={ [1]={ [1]={ limit={ @@ -180367,7 +185660,7 @@ return { [1]="minion_%_chance_to_be_summoned_with_maximum_frenzy_charges" } }, - [8211]={ + [8414]={ [1]={ [1]={ limit={ @@ -180383,7 +185676,7 @@ return { [1]="minion_physical_damage_%_to_gain_as_fire" } }, - [8212]={ + [8415]={ [1]={ [1]={ limit={ @@ -180399,7 +185692,7 @@ return { [1]="minion_physical_damage_%_to_gain_as_lightning" } }, - [8213]={ + [8416]={ [1]={ [1]={ limit={ @@ -180415,7 +185708,7 @@ return { [1]="minion_physical_hit_and_dot_damage_%_taken_as_lightning" } }, - [8214]={ + [8417]={ [1]={ [1]={ limit={ @@ -180444,7 +185737,7 @@ return { [1]="minion_projectile_speed_+%" } }, - [8215]={ + [8418]={ [1]={ [1]={ limit={ @@ -180473,7 +185766,7 @@ return { [1]="minion_raging_spirit_maximum_life_+%" } }, - [8216]={ + [8419]={ [1]={ [1]={ [1]={ @@ -180493,7 +185786,7 @@ return { [1]="minion_raging_spirit_%_of_maximum_life_taken_per_minute_as_chaos_damage" } }, - [8217]={ + [8420]={ [1]={ [1]={ limit={ @@ -180509,7 +185802,36 @@ return { [1]="minion_recover_%_maximum_life_on_minion_death" } }, - [8218]={ + [8421]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Reservation Efficiency of Minion Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Reservation Efficiency of Minion Skills" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_minion_skills" + } + }, + [8422]={ [1]={ [1]={ limit={ @@ -180542,7 +185864,7 @@ return { [1]="minion_reservation_+%" } }, - [8219]={ + [8423]={ [1]={ [1]={ limit={ @@ -180558,7 +185880,7 @@ return { [1]="minion_resistances_equal_yours" } }, - [8220]={ + [8424]={ [1]={ [1]={ limit={ @@ -180587,7 +185909,7 @@ return { [1]="minion_resummon_speed_+%_if_all_active_minions_are_companions" } }, - [8221]={ + [8425]={ [1]={ [1]={ limit={ @@ -180596,7 +185918,7 @@ return { [2]="#" } }, - text="Minions Revive {0}% faster" + text="Minions Revive {0}% faster if you have at least 100 Tribute" }, [2]={ [1]={ @@ -180609,14 +185931,14 @@ return { [2]=-1 } }, - text="Minions Revive {0}% slower" + text="Minions Revive {0}% slower if you have at least 100 Tribute" } }, stats={ - [1]="minion_resummon_speed_+%" + [1]="minion_resummon_speed_+%_if_you_have_at_least_100_tribute" } }, - [8222]={ + [8426]={ [1]={ [1]={ limit={ @@ -180625,31 +185947,27 @@ return { [2]="#" } }, - text="{0}% increased Mana Cost of Minion Skills" + text="Minions Revive {0}% faster" }, [2]={ [1]={ k="negate", v=1 }, - [2]={ - k="canonical_line", - v=true - }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0}% reduced Mana Cost of Minion Skills" + text="Minions Revive {0}% slower" } }, stats={ - [1]="minion_skill_mana_cost_+%" + [1]="minion_resummon_speed_+%" } }, - [8223]={ + [8427]={ [1]={ [1]={ limit={ @@ -180658,30 +185976,47 @@ return { [2]="#" } }, - text="Minions from this skill convert {0}% of Physical Damage to Fire Damage" + text="{0}% increased Mana Cost of Minion Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + [2]={ + k="canonical_line", + v=true + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Mana Cost of Minion Skills" } }, stats={ - [1]="minion_skill_physical_damage_%_to_convert_to_fire" + [1]="minion_skill_mana_cost_+%" } }, - [8224]={ + [8428]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Minions have {0:+d}% chance to Suppress Spell Damage" + text="Minions from this skill convert {0}% of Physical Damage to Fire Damage" } }, stats={ - [1]="minion_spell_suppression_chance_%" + [1]="minion_skill_physical_damage_%_to_convert_to_fire" } }, - [8225]={ + [8429]={ [1]={ [1]={ limit={ @@ -180706,7 +186041,7 @@ return { [1]="minion_spells_chance_to_hinder_on_hit_%" } }, - [8226]={ + [8430]={ [1]={ [1]={ limit={ @@ -180735,7 +186070,7 @@ return { [1]="minion_stun_threshold_reduction_+%" } }, - [8227]={ + [8431]={ [1]={ [1]={ limit={ @@ -180764,7 +186099,7 @@ return { [1]="minion_summoned_recently_attack_and_cast_speed_+%" } }, - [8228]={ + [8432]={ [1]={ [1]={ limit={ @@ -180780,7 +186115,7 @@ return { [1]="minion_summoned_recently_cannot_be_damaged" } }, - [8229]={ + [8433]={ [1]={ [1]={ limit={ @@ -180809,7 +186144,7 @@ return { [1]="minion_summoned_recently_movement_speed_+%" } }, - [8230]={ + [8434]={ [1]={ [1]={ limit={ @@ -180825,7 +186160,7 @@ return { [1]="minion_undead_minions_are_demons_instead" } }, - [8231]={ + [8435]={ [1]={ [1]={ limit={ @@ -180841,7 +186176,23 @@ return { [1]="minions_accuracy_is_equal_to_yours" } }, - [8232]={ + [8436]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Minions are Gigantic" + } + }, + stats={ + [1]="minions_are_gigantic" + } + }, + [8437]={ [1]={ [1]={ limit={ @@ -180857,7 +186208,7 @@ return { [1]="minions_attacks_overwhelm_%_physical_damage_reduction" } }, - [8233]={ + [8438]={ [1]={ [1]={ [1]={ @@ -180890,7 +186241,7 @@ return { [1]="minions_cannot_be_damaged_after_summoned_ms" } }, - [8234]={ + [8439]={ [1]={ [1]={ limit={ @@ -180906,7 +186257,7 @@ return { [1]="minions_cannot_taunt_enemies" } }, - [8235]={ + [8440]={ [1]={ [1]={ limit={ @@ -180931,7 +186282,7 @@ return { [1]="minions_chance_to_intimidate_on_hit_%" } }, - [8236]={ + [8441]={ [1]={ [1]={ limit={ @@ -180947,7 +186298,7 @@ return { [1]="minions_deal_%_of_physical_damage_as_additional_chaos_damage" } }, - [8237]={ + [8442]={ [1]={ [1]={ limit={ @@ -180963,7 +186314,7 @@ return { [1]="minions_gain_your_dexterity" } }, - [8238]={ + [8443]={ [1]={ [1]={ limit={ @@ -180979,7 +186330,7 @@ return { [1]="minions_gain_your_strength" } }, - [8239]={ + [8444]={ [1]={ [1]={ [1]={ @@ -180999,7 +186350,7 @@ return { [1]="minions_go_crazy_on_crit_ms" } }, - [8240]={ + [8445]={ [1]={ [1]={ limit={ @@ -181015,7 +186366,7 @@ return { [1]="minions_have_%_chance_to_inflict_wither_on_hit" } }, - [8241]={ + [8446]={ [1]={ [1]={ limit={ @@ -181031,7 +186382,7 @@ return { [1]="minions_have_+%_critical_strike_multiplier_per_wither_on_enemies" } }, - [8242]={ + [8447]={ [1]={ [1]={ limit={ @@ -181047,7 +186398,7 @@ return { [1]="minions_have_unholy_might" } }, - [8243]={ + [8448]={ [1]={ [1]={ limit={ @@ -181063,7 +186414,36 @@ return { [1]="minions_hits_can_only_kill_ignited_enemies" } }, - [8244]={ + [8449]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Minions lose {0}% Life per 10 Tribute you have when following Commands" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Minions lose {0}% Life per 10 Tribute you have when following Commands per 10 Tribute" + } + }, + stats={ + [1]="minions_lose_%_life_when_following_commands_per_10_tribute" + } + }, + [8450]={ [1]={ [1]={ limit={ @@ -181079,7 +186459,7 @@ return { [1]="minions_penetrate_elemental_resistances_%_vs_cursed_enemies" } }, - [8245]={ + [8451]={ [1]={ [1]={ limit={ @@ -181095,7 +186475,7 @@ return { [1]="minions_recover_%_maximum_life_on_killing_poisoned_enemy" } }, - [8246]={ + [8452]={ [1]={ [1]={ limit={ @@ -181111,7 +186491,7 @@ return { [1]="minions_recover_%_maximum_life_when_you_focus" } }, - [8247]={ + [8453]={ [1]={ [1]={ limit={ @@ -181144,7 +186524,7 @@ return { [1]="minions_reflected_damage_taken_+%" } }, - [8248]={ + [8454]={ [1]={ [1]={ limit={ @@ -181160,7 +186540,7 @@ return { [1]="minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second" } }, - [8249]={ + [8455]={ [1]={ [1]={ limit={ @@ -181189,7 +186569,7 @@ return { [1]="mirage_archer_duration_+%" } }, - [8250]={ + [8456]={ [1]={ [1]={ limit={ @@ -181205,7 +186585,7 @@ return { [1]="missing_life_%_gained_as_life_before_hit" } }, - [8251]={ + [8457]={ [1]={ [1]={ [1]={ @@ -181225,7 +186605,7 @@ return { [1]="mod_granted_passive_hash" } }, - [8252]={ + [8458]={ [1]={ [1]={ [1]={ @@ -181245,7 +186625,7 @@ return { [1]="mod_granted_passive_hash_2" } }, - [8253]={ + [8459]={ [1]={ [1]={ [1]={ @@ -181265,7 +186645,7 @@ return { [1]="mod_granted_passive_hash_3" } }, - [8254]={ + [8460]={ [1]={ [1]={ [1]={ @@ -181285,7 +186665,7 @@ return { [1]="mod_granted_passive_hash_4" } }, - [8255]={ + [8461]={ [1]={ [1]={ [1]={ @@ -181305,7 +186685,7 @@ return { [1]="mod_granted_passive_hash_essence" } }, - [8256]={ + [8462]={ [1]={ [1]={ limit={ @@ -181321,7 +186701,7 @@ return { [1]="modifiers_to_fire_resistance_also_apply_to_cold_lightning_resistance_at_%_value" } }, - [8257]={ + [8463]={ [1]={ [1]={ limit={ @@ -181337,7 +186717,7 @@ return { [1]="modifiers_to_maximum_fire_resistance_apply_to_maximum_cold_and_lightning_resistance" } }, - [8258]={ + [8464]={ [1]={ [1]={ limit={ @@ -181353,7 +186733,7 @@ return { [1]="modifiers_to_number_of_projectiles_instead_apply_to_splitting" } }, - [8259]={ + [8465]={ [1]={ [1]={ limit={ @@ -181382,7 +186762,7 @@ return { [1]="molten_shell_duration_+%" } }, - [8260]={ + [8466]={ [1]={ [1]={ limit={ @@ -181398,7 +186778,7 @@ return { [1]="molten_shell_explosion_damage_penetrates_%_fire_resistance" } }, - [8261]={ + [8467]={ [1]={ [1]={ limit={ @@ -181414,7 +186794,7 @@ return { [1]="molten_strike_projectiles_chain_when_impacting_ground" } }, - [8262]={ + [8468]={ [1]={ [1]={ limit={ @@ -181439,7 +186819,7 @@ return { [1]="molten_strike_chain_count_+" } }, - [8263]={ + [8469]={ [1]={ [1]={ limit={ @@ -181464,7 +186844,7 @@ return { [1]="primordial_altar_burning_ground_on_death_%" } }, - [8264]={ + [8470]={ [1]={ [1]={ limit={ @@ -181489,7 +186869,7 @@ return { [1]="primordial_altar_chilled_ground_on_death_%" } }, - [8265]={ + [8471]={ [1]={ [1]={ limit={ @@ -181518,7 +186898,7 @@ return { [1]="mortar_barrage_mine_damage_+%" } }, - [8266]={ + [8472]={ [1]={ [1]={ limit={ @@ -181543,7 +186923,7 @@ return { [1]="mortar_barrage_mine_num_projectiles" } }, - [8267]={ + [8473]={ [1]={ [1]={ [1]={ @@ -181580,7 +186960,7 @@ return { [1]="mortar_barrage_mine_throwing_speed_halved_+%" } }, - [8268]={ + [8474]={ [1]={ [1]={ limit={ @@ -181609,7 +186989,7 @@ return { [1]="mortar_barrage_mine_throwing_speed_+%" } }, - [8269]={ + [8475]={ [1]={ [1]={ limit={ @@ -181638,7 +187018,7 @@ return { [1]="movement_attack_skills_attack_speed_+%" } }, - [8270]={ + [8476]={ [1]={ [1]={ limit={ @@ -181667,7 +187047,7 @@ return { [1]="movement_skills_cooldown_speed_+%" } }, - [8271]={ + [8477]={ [1]={ [1]={ limit={ @@ -181696,7 +187076,7 @@ return { [1]="movement_skills_cooldown_speed_+%_while_affected_by_haste" } }, - [8272]={ + [8478]={ [1]={ [1]={ limit={ @@ -181712,7 +187092,7 @@ return { [1]="movement_skills_deal_no_physical_damage" } }, - [8273]={ + [8479]={ [1]={ [1]={ limit={ @@ -181741,7 +187121,23 @@ return { [1]="movement_speed_+%_against_bloodlusting_enemies" } }, - [8274]={ + [8480]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Movement Speed if you have at least 10 Green Support Gems Socketed" + } + }, + stats={ + [1]="movement_speed_+%_if_10_green_supports_socketed" + } + }, + [8481]={ [1]={ [1]={ limit={ @@ -181770,7 +187166,7 @@ return { [1]="movement_speed_+%_if_below_100_dexterity" } }, - [8275]={ + [8482]={ [1]={ [1]={ limit={ @@ -181799,7 +187195,7 @@ return { [1]="movement_speed_+%_if_pinned_enemy_recently" } }, - [8276]={ + [8483]={ [1]={ [1]={ limit={ @@ -181828,7 +187224,7 @@ return { [1]="movement_speed_+%_if_placed_trap_or_mine_recently" } }, - [8277]={ + [8484]={ [1]={ [1]={ limit={ @@ -181844,7 +187240,7 @@ return { [1]="movement_speed_+%_per_nearby_corpse" } }, - [8278]={ + [8485]={ [1]={ [1]={ limit={ @@ -181873,7 +187269,32 @@ return { [1]="movement_speed_+%_while_affected_by_ailment" } }, - [8279]={ + [8486]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed while Surrounded" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed while Surrounded" + } + }, + stats={ + [1]="movement_speed_+%_while_surrounded" + } + }, + [8487]={ [1]={ [1]={ limit={ @@ -181902,7 +187323,7 @@ return { [1]="movement_speed_+%_while_you_have_two_linked_targets" } }, - [8280]={ + [8488]={ [1]={ [1]={ limit={ @@ -181918,7 +187339,7 @@ return { [1]="movement_speed_is_equal_to_highest_linked_party_member" } }, - [8281]={ + [8489]={ [1]={ [1]={ limit={ @@ -181934,7 +187355,7 @@ return { [1]="movement_speed_is_only_base_+1%_per_x_evasion_rating" } }, - [8282]={ + [8490]={ [1]={ [1]={ limit={ @@ -181943,7 +187364,7 @@ return { [2]="#" } }, - text="{0}% increased Movement Speed Penalty from using Skills while moving" + text="{0}% increased Movement Speed per 15 Spirit, up to a maximum of 40%\nOther Modifiers to Movement Speed do not apply" }, [2]={ [1]={ @@ -181956,14 +187377,14 @@ return { [2]=-1 } }, - text="{0}% reduced Movement Speed Penalty from using Skills while moving" + text="{0}% reduced Movement Speed per 15 Spirit, up to a maximum of 40%\nOther Modifiers to Movement Speed do not apply" } }, stats={ - [1]="movement_speed_penalty_+%_while_performing_action" + [1]="abyss_socketable_movement_speed_is_only_base_+%_per_15_spirit_up_to_+40%" } }, - [8283]={ + [8491]={ [1]={ [1]={ limit={ @@ -181972,7 +187393,7 @@ return { [2]="#" } }, - text="{0}% increased Movement Speed if you've cast a Mark Spell Recently" + text="{0}% increased Movement Speed Penalty from using Skills while moving" }, [2]={ [1]={ @@ -181985,14 +187406,14 @@ return { [2]=-1 } }, - text="{0}% reduced Movement Speed if you've cast a Mark Spell Recently" + text="{0}% reduced Movement Speed Penalty from using Skills while moving" } }, stats={ - [1]="movement_speed_+%_if_cast_a_mark_spell_recently" + [1]="movement_speed_penalty_+%_while_performing_action" } }, - [8284]={ + [8492]={ [1]={ [1]={ limit={ @@ -182021,7 +187442,7 @@ return { [1]="movement_speed_+%_if_crit_recently" } }, - [8285]={ + [8493]={ [1]={ [1]={ limit={ @@ -182050,7 +187471,7 @@ return { [1]="movement_speed_+%_if_enemy_hit_recently" } }, - [8286]={ + [8494]={ [1]={ [1]={ limit={ @@ -182079,7 +187500,7 @@ return { [1]="movement_speed_+%_if_enemy_hit_with_off_hand_weapon_recently" } }, - [8287]={ + [8495]={ [1]={ [1]={ limit={ @@ -182108,7 +187529,7 @@ return { [1]="movement_speed_+%_if_have_cast_dash_recently" } }, - [8288]={ + [8496]={ [1]={ [1]={ limit={ @@ -182137,7 +187558,7 @@ return { [1]="movement_speed_+%_if_have_not_taken_damage_recently" } }, - [8289]={ + [8497]={ [1]={ [1]={ limit={ @@ -182166,7 +187587,36 @@ return { [1]="movement_speed_+%_if_have_used_a_vaal_skill_recently" } }, - [8290]={ + [8498]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed if you've used a Mark Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed if you've used a Mark Recently" + } + }, + stats={ + [1]="movement_speed_+%_if_used_a_mark_recently" + } + }, + [8499]={ [1]={ [1]={ limit={ @@ -182195,7 +187645,7 @@ return { [1]="movement_speed_+%_per_chest_opened_recently" } }, - [8291]={ + [8500]={ [1]={ [1]={ limit={ @@ -182224,7 +187674,7 @@ return { [1]="movement_speed_+%_per_endurance_charge" } }, - [8292]={ + [8501]={ [1]={ [1]={ limit={ @@ -182240,7 +187690,7 @@ return { [1]="movement_speed_+%_per_nearby_enemy" } }, - [8293]={ + [8502]={ [1]={ [1]={ limit={ @@ -182269,7 +187719,7 @@ return { [1]="movement_speed_+%_per_poison_up_to_50%" } }, - [8294]={ + [8503]={ [1]={ [1]={ limit={ @@ -182298,7 +187748,7 @@ return { [1]="movement_speed_+%_per_power_charge" } }, - [8295]={ + [8504]={ [1]={ [1]={ limit={ @@ -182327,7 +187777,7 @@ return { [1]="movement_speed_+%_while_affected_by_grace" } }, - [8296]={ + [8505]={ [1]={ [1]={ limit={ @@ -182356,7 +187806,7 @@ return { [1]="movement_speed_+%_while_bleeding" } }, - [8297]={ + [8506]={ [1]={ [1]={ limit={ @@ -182385,7 +187835,7 @@ return { [1]="movement_speed_+%_while_dual_wielding" } }, - [8298]={ + [8507]={ [1]={ [1]={ limit={ @@ -182414,7 +187864,7 @@ return { [1]="movement_speed_+%_while_holding_shield" } }, - [8299]={ + [8508]={ [1]={ [1]={ limit={ @@ -182443,7 +187893,7 @@ return { [1]="movement_speed_+%_while_not_using_flask" } }, - [8300]={ + [8509]={ [1]={ [1]={ limit={ @@ -182459,7 +187909,7 @@ return { [1]="movement_speed_+%_while_off_hand_is_empty" } }, - [8301]={ + [8510]={ [1]={ [1]={ limit={ @@ -182488,7 +187938,7 @@ return { [1]="movement_speed_+%_while_on_burning_chilled_shocked_ground" } }, - [8302]={ + [8511]={ [1]={ [1]={ limit={ @@ -182517,7 +187967,7 @@ return { [1]="movement_speed_+%_while_on_burning_ground" } }, - [8303]={ + [8512]={ [1]={ [1]={ limit={ @@ -182546,7 +187996,7 @@ return { [1]="movement_speed_+%_while_poisoned" } }, - [8304]={ + [8513]={ [1]={ [1]={ limit={ @@ -182575,7 +188025,7 @@ return { [1]="movement_speed_+%_while_using_charm" } }, - [8305]={ + [8514]={ [1]={ [1]={ limit={ @@ -182604,7 +188054,7 @@ return { [1]="movement_speed_+%_while_you_have_cats_stealth" } }, - [8306]={ + [8515]={ [1]={ [1]={ limit={ @@ -182633,7 +188083,7 @@ return { [1]="movement_speed_+%_while_you_have_energy_shield" } }, - [8307]={ + [8516]={ [1]={ [1]={ limit={ @@ -182662,7 +188112,7 @@ return { [1]="movement_speed_+%_while_you_have_storm_barrier_support" } }, - [8308]={ + [8517]={ [1]={ [1]={ limit={ @@ -182691,7 +188141,7 @@ return { [1]="movement_velocity_+%_per_poison_stack" } }, - [8309]={ + [8518]={ [1]={ [1]={ limit={ @@ -182720,7 +188170,7 @@ return { [1]="movement_velocity_+%_with_magic_abyss_jewel_socketed" } }, - [8310]={ + [8519]={ [1]={ [1]={ limit={ @@ -182749,7 +188199,7 @@ return { [1]="movement_velocity_+%_per_totem" } }, - [8311]={ + [8520]={ [1]={ [1]={ limit={ @@ -182778,7 +188228,7 @@ return { [1]="movement_velocity_+%_while_at_maximum_power_charges" } }, - [8312]={ + [8521]={ [1]={ [1]={ limit={ @@ -182807,7 +188257,7 @@ return { [1]="movement_velocity_+%_while_chilled" } }, - [8313]={ + [8522]={ [1]={ [1]={ limit={ @@ -182823,7 +188273,7 @@ return { [1]="nearby_allies_have_onslaught" } }, - [8314]={ + [8523]={ [1]={ [1]={ limit={ @@ -182848,7 +188298,7 @@ return { [1]="nearby_enemies_all_exposure_%_while_phasing" } }, - [8315]={ + [8524]={ [1]={ [1]={ limit={ @@ -182864,7 +188314,7 @@ return { [1]="nearby_enemies_are_blinded_while_you_have_active_physical_aegis" } }, - [8316]={ + [8525]={ [1]={ [1]={ limit={ @@ -182880,7 +188330,7 @@ return { [1]="nearby_enemies_are_chilled_and_shocked_while_you_are_near_a_corpse" } }, - [8317]={ + [8526]={ [1]={ [1]={ limit={ @@ -182896,7 +188346,7 @@ return { [1]="nearby_enemies_are_crushed_while_you_have_X_rage" } }, - [8318]={ + [8527]={ [1]={ [1]={ limit={ @@ -182912,7 +188362,7 @@ return { [1]="nearby_enemies_are_intimidated_while_you_have_rage" } }, - [8319]={ + [8528]={ [1]={ [1]={ limit={ @@ -182928,7 +188378,7 @@ return { [1]="close_range_enemies_avoid_your_projectiles" } }, - [8320]={ + [8529]={ [1]={ [1]={ limit={ @@ -182944,7 +188394,7 @@ return { [1]="nearby_enemies_have_cold_exposure_while_you_are_affected_by_herald_of_ice" } }, - [8321]={ + [8530]={ [1]={ [1]={ limit={ @@ -182960,7 +188410,7 @@ return { [1]="nearby_enemies_have_fire_exposure_while_you_are_affected_by_herald_of_ash" } }, - [8322]={ + [8531]={ [1]={ [1]={ limit={ @@ -182976,7 +188426,7 @@ return { [1]="nearby_enemies_have_lightning_exposure_while_you_are_affected_by_herald_of_thunder" } }, - [8323]={ + [8532]={ [1]={ [1]={ limit={ @@ -182992,7 +188442,7 @@ return { [1]="nearby_party_members_max_endurance_charges_is_equal_to_yours" } }, - [8324]={ + [8533]={ [1]={ [1]={ limit={ @@ -183021,7 +188471,7 @@ return { [1]="necromancer_damage_+%_final_for_you_and_allies_with_nearby_corpse" } }, - [8325]={ + [8534]={ [1]={ [1]={ limit={ @@ -183050,7 +188500,7 @@ return { [1]="necromancer_damage_+%_for_nearby_enemies_with_nearby_corpse" } }, - [8326]={ + [8535]={ [1]={ [1]={ limit={ @@ -183079,7 +188529,7 @@ return { [1]="necromancer_defensive_notable_minion_maximum_life_+%_final" } }, - [8327]={ + [8536]={ [1]={ [1]={ [1]={ @@ -183099,7 +188549,7 @@ return { [1]="necromancer_energy_shield_regeneration_rate_per_minute_%_for_you_and_allies_per_nearby_corpse" } }, - [8328]={ + [8537]={ [1]={ [1]={ [1]={ @@ -183119,7 +188569,7 @@ return { [1]="necromancer_mana_regeneration_rate_per_minute_for_you_and_allies_per_nearby_corpse" } }, - [8329]={ + [8538]={ [1]={ [1]={ limit={ @@ -183135,7 +188585,7 @@ return { [1]="necrotic_footprints_from_item" } }, - [8330]={ + [8539]={ [1]={ [1]={ limit={ @@ -183151,7 +188601,23 @@ return { [1]="never_ignite_chill_freeze_shock" } }, - [8331]={ + [8540]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="On Heavy Stunning a Rare or Unique Enemy, your next Attack within {0} seconds will be Ancestrally Boosted" + } + }, + stats={ + [1]="next_attack_is_ancestrally_boosted_for_x_seconds_on_heavy_stunning_unique_or_rare_enemy" + } + }, + [8541]={ [1]={ [1]={ limit={ @@ -183167,7 +188633,7 @@ return { [1]="nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills" } }, - [8332]={ + [8542]={ [1]={ [1]={ limit={ @@ -183183,7 +188649,7 @@ return { [1]="no_inherent_chance_to_block_while_dual_wielding" } }, - [8333]={ + [8543]={ [1]={ [1]={ limit={ @@ -183199,7 +188665,7 @@ return { [1]="no_inherent_mana_regeneration" } }, - [8334]={ + [8544]={ [1]={ [1]={ limit={ @@ -183215,7 +188681,7 @@ return { [1]="no_inherent_rage_loss" } }, - [8335]={ + [8545]={ [1]={ [1]={ limit={ @@ -183231,7 +188697,7 @@ return { [1]="no_mana_regeneration_if_not_crit_recently" } }, - [8336]={ + [8546]={ [1]={ [1]={ limit={ @@ -183247,7 +188713,7 @@ return { [1]="no_movement_penalty_while_shield_is_raised" } }, - [8337]={ + [8547]={ [1]={ [1]={ limit={ @@ -183263,7 +188729,7 @@ return { [1]="non_aura_hexes_gain_20%_effect_per_second" } }, - [8338]={ + [8548]={ [1]={ [1]={ limit={ @@ -183279,36 +188745,7 @@ return { [1]="non_channelling_attack_added_lightning_damage_%_maximum_mana" } }, - [8339]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Non-Channelling Spells consume a Power Charge if able to deal {0}% more Damage" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="Non-Channelling Spells consume a Power Charge if able to deal {0}% less Damage" - } - }, - stats={ - [1]="non_channelling_spells_consume_power_charge_when_cast_to_deal_x%_more_damage" - } - }, - [8340]={ + [8549]={ [1]={ [1]={ limit={ @@ -183324,7 +188761,7 @@ return { [1]="non_channelling_spells_cost_x%_of_your_energy_shield" } }, - [8341]={ + [8550]={ [1]={ [1]={ limit={ @@ -183353,7 +188790,7 @@ return { [1]="non_channelling_spells_deal_x%_more_damage" } }, - [8342]={ + [8551]={ [1]={ [1]={ limit={ @@ -183378,7 +188815,7 @@ return { [1]="non_channelling_spells_x%_chance_to_double_mana_cost_and_always_crit" } }, - [8343]={ + [8552]={ [1]={ [1]={ limit={ @@ -183394,7 +188831,7 @@ return { [1]="non_critical_strikes_deal_no_damage" } }, - [8344]={ + [8553]={ [1]={ [1]={ limit={ @@ -183423,7 +188860,7 @@ return { [1]="non_curse_aura_effect_+%_per_10_devotion" } }, - [8345]={ + [8554]={ [1]={ [1]={ limit={ @@ -183439,7 +188876,23 @@ return { [1]="non_cursed_enemies_you_curse_are_blinded_for_4_seconds" } }, - [8346]={ + [8555]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Non-Cursed enemies you Curse have {0} Withered stacks inflicted on them" + } + }, + stats={ + [1]="non_cursed_enemies_you_curse_gain_x_withered_stacks" + } + }, + [8556]={ [1]={ [1]={ limit={ @@ -183468,7 +188921,7 @@ return { [1]="non_damaging_ailment_effect_+%" } }, - [8347]={ + [8557]={ [1]={ [1]={ limit={ @@ -183497,7 +188950,7 @@ return { [1]="non_damaging_ailment_effect_+%_on_self" } }, - [8348]={ + [8558]={ [1]={ [1]={ limit={ @@ -183526,7 +188979,7 @@ return { [1]="non_damaging_ailment_effect_+%_on_self_while_under_effect_of_life_or_mana_flask" } }, - [8349]={ + [8559]={ [1]={ [1]={ limit={ @@ -183555,7 +189008,7 @@ return { [1]="non_damaging_ailment_effect_+%_per_10_devotion" } }, - [8350]={ + [8560]={ [1]={ [1]={ limit={ @@ -183584,7 +189037,7 @@ return { [1]="non_damaging_ailment_effect_+%_with_critical_strikes" } }, - [8351]={ + [8561]={ [1]={ [1]={ limit={ @@ -183613,7 +189066,7 @@ return { [1]="non_damaging_ailments_as_though_damage_+%_final" } }, - [8352]={ + [8562]={ [1]={ [1]={ limit={ @@ -183629,7 +189082,7 @@ return { [1]="non_damaging_ailments_reflected_to_self" } }, - [8353]={ + [8563]={ [1]={ [1]={ limit={ @@ -183658,7 +189111,7 @@ return { [1]="non_piercing_projectiles_critical_strike_chance_+%" } }, - [8354]={ + [8564]={ [1]={ [1]={ limit={ @@ -183674,7 +189127,7 @@ return { [1]="non_projectile_chaining_lightning_skill_additional_chains" } }, - [8355]={ + [8565]={ [1]={ [1]={ limit={ @@ -183690,7 +189143,7 @@ return { [1]="non_skill_all_damage_%_to_gain_as_chaos_per_3_life_cost" } }, - [8356]={ + [8566]={ [1]={ [1]={ limit={ @@ -183706,7 +189159,71 @@ return { [1]="non_skill_all_damage_%_to_gain_as_fire_+_per_1%_attack_block_chance" } }, - [8357]={ + [8567]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks Gain {0}% of Damage as Extra Chaos Damage while Unarmed" + } + }, + stats={ + [1]="non_skill_attack_skills_all_damage_%_to_gain_as_chaos_while_you_unarmed" + } + }, + [8568]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks Gain {0}% of Damage as Extra Cold Damage while Unarmed" + } + }, + stats={ + [1]="non_skill_attack_skills_all_damage_%_to_gain_as_cold_while_you_unarmed" + } + }, + [8569]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks Gain {0}% of Damage as Extra Fire Damage while Unarmed" + } + }, + stats={ + [1]="non_skill_attack_skills_all_damage_%_to_gain_as_fire_while_you_unarmed" + } + }, + [8570]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Attacks Gain {0}% of Damage as Extra Lightning Damage while Unarmed" + } + }, + stats={ + [1]="non_skill_attack_skills_all_damage_%_to_gain_as_lightning_while_you_unarmed" + } + }, + [8571]={ [1]={ [1]={ limit={ @@ -183722,7 +189239,71 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_chaos_per_active_undead_minion" } }, - [8358]={ + [8572]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Cold Damage while on Chilled Ground" + } + }, + stats={ + [1]="non_skill_base_all_damage_%_to_gain_as_cold_while_on_ground_ice_chill" + } + }, + [8573]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Fire Damage for\nevery different Grenade fired in the past 8 seconds" + } + }, + stats={ + [1]="non_skill_base_all_damage_%_to_gain_as_fire_per_different_grenade_type_fired_in_past_8_seconds" + } + }, + [8574]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Fire Damage while on Ignited Ground" + } + }, + stats={ + [1]="non_skill_base_all_damage_%_to_gain_as_fire_while_on_ground_fire_burn" + } + }, + [8575]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Lightning Damage while on Shocked Ground" + } + }, + stats={ + [1]="non_skill_base_all_damage_%_to_gain_as_lightning_while_on_ground_lightning_shock" + } + }, + [8576]={ [1]={ [1]={ limit={ @@ -183738,7 +189319,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_cold_fire_lightning" } }, - [8359]={ + [8577]={ [1]={ [1]={ limit={ @@ -183754,7 +189335,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_cold_with_attacks" } }, - [8360]={ + [8578]={ [1]={ [1]={ limit={ @@ -183770,7 +189351,7 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_fire_with_attacks" } }, - [8361]={ + [8579]={ [1]={ [1]={ limit={ @@ -183786,7 +189367,55 @@ return { [1]="non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks" } }, - [8362]={ + [8580]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Cold Damage while on Chilled Ground" + } + }, + stats={ + [1]="non_skill_base_damage_%_to_gain_as_cold_while_on_chilled_ground" + } + }, + [8581]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Fire Damage while on Ignited Ground" + } + }, + stats={ + [1]="non_skill_base_damage_%_to_gain_as_fire_while_on_burning_ground" + } + }, + [8582]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0}% of Damage as Extra Lightning Damage while on Shocked Ground" + } + }, + stats={ + [1]="non_skill_base_damage_%_to_gain_as_lightning_while_on_shocked_ground" + } + }, + [8583]={ [1]={ [1]={ limit={ @@ -183802,7 +189431,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_gain_as_cold" } }, - [8363]={ + [8584]={ [1]={ [1]={ limit={ @@ -183818,7 +189447,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_gain_as_fire" } }, - [8364]={ + [8585]={ [1]={ [1]={ limit={ @@ -183827,14 +189456,14 @@ return { [2]="#" } }, - text="Gain {0}% of Elemental Damage Damage as Extra Lightning Damage" + text="Gain {0}% of Elemental Damage as Extra Lightning Damage" } }, stats={ [1]="non_skill_base_elemental_damage_%_to_gain_as_lightning" } }, - [8365]={ + [8586]={ [1]={ [1]={ limit={ @@ -183850,7 +189479,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_convert_to_chaos" } }, - [8366]={ + [8587]={ [1]={ [1]={ limit={ @@ -183866,7 +189495,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_convert_to_cold" } }, - [8367]={ + [8588]={ [1]={ [1]={ limit={ @@ -183882,7 +189511,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_convert_to_fire" } }, - [8368]={ + [8589]={ [1]={ [1]={ limit={ @@ -183898,7 +189527,7 @@ return { [1]="non_skill_base_elemental_damage_%_to_convert_to_lightning" } }, - [8369]={ + [8590]={ [1]={ [1]={ limit={ @@ -183914,7 +189543,7 @@ return { [1]="non_skill_base_fire_damage_%_to_convert_to_cold" } }, - [8370]={ + [8591]={ [1]={ [1]={ limit={ @@ -183930,7 +189559,71 @@ return { [1]="non_skill_base_fire_damage_%_to_convert_to_lightning" } }, - [8371]={ + [8592]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Cold Damage against Dazed Enemies" + } + }, + stats={ + [1]="non_skill_base_physical_damage_%_to_gain_as_cold_vs_dazed_enemies" + } + }, + [8593]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Cold Damage against Shocked Enemies" + } + }, + stats={ + [1]="non_skill_base_physical_damage_%_to_gain_as_cold_vs_shocked_enemies" + } + }, + [8594]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Lightning Damage against Chilled Enemies" + } + }, + stats={ + [1]="non_skill_base_physical_damage_%_to_gain_as_lightning_vs_chilled_enemies" + } + }, + [8595]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Lightning Damage against Dazed Enemies" + } + }, + stats={ + [1]="non_skill_base_physical_damage_%_to_gain_as_lightning_vs_dazed_enemies" + } + }, + [8596]={ [1]={ [1]={ limit={ @@ -183946,7 +189639,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_chaos_per_level" } }, - [8372]={ + [8597]={ [1]={ [1]={ limit={ @@ -183962,7 +189655,7 @@ return { [1]="non_skill_base_physical_damage_%_to_gain_as_chaos_with_attacks" } }, - [8373]={ + [8598]={ [1]={ [1]={ limit={ @@ -183978,7 +189671,7 @@ return { [1]="non_skill_cold_damage_%_to_gain_as_fire_per_1%_chill_effect_on_enemy" } }, - [8374]={ + [8599]={ [1]={ [1]={ limit={ @@ -183994,7 +189687,7 @@ return { [1]="non_skill_cold_damage_%_to_gain_as_fire_vs_frozen_enemies" } }, - [8375]={ + [8600]={ [1]={ [1]={ limit={ @@ -184010,7 +189703,7 @@ return { [1]="non_skill_cold_damage_%_to_gain_as_chaos_per_frenzy_charge" } }, - [8376]={ + [8601]={ [1]={ [1]={ limit={ @@ -184026,7 +189719,7 @@ return { [1]="non_skill_fire_damage_%_to_gain_as_chaos_per_endurance_charge" } }, - [8377]={ + [8602]={ [1]={ [1]={ limit={ @@ -184042,7 +189735,7 @@ return { [1]="non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks" } }, - [8378]={ + [8603]={ [1]={ [1]={ limit={ @@ -184058,7 +189751,7 @@ return { [1]="non_skill_lightning_damage_%_to_gain_as_chaos_per_power_charge" } }, - [8379]={ + [8604]={ [1]={ [1]={ limit={ @@ -184074,7 +189767,7 @@ return { [1]="non_skill_lightning_damage_%_to_gain_as_cold_vs_chilled_enemies" } }, - [8380]={ + [8605]={ [1]={ [1]={ limit={ @@ -184090,7 +189783,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_chaos_per_elder_item_equipped" } }, - [8381]={ + [8606]={ [1]={ [1]={ limit={ @@ -184106,7 +189799,7 @@ return { [1]="non_skill_physical_damage_%_to_convert_to_cold_at_devotion_threshold" } }, - [8382]={ + [8607]={ [1]={ [1]={ limit={ @@ -184122,7 +189815,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_cold_while_affected_by_hatred" } }, - [8383]={ + [8608]={ [1]={ [1]={ limit={ @@ -184138,7 +189831,7 @@ return { [1]="non_skill_physical_damage_%_to_convert_to_fire_at_devotion_threshold" } }, - [8384]={ + [8609]={ [1]={ [1]={ limit={ @@ -184154,7 +189847,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_fire_while_affected_by_anger" } }, - [8385]={ + [8610]={ [1]={ [1]={ limit={ @@ -184170,7 +189863,7 @@ return { [1]="non_skill_physical_damage_%_to_convert_to_lightning_at_devotion_threshold" } }, - [8386]={ + [8611]={ [1]={ [1]={ limit={ @@ -184186,7 +189879,7 @@ return { [1]="non_skill_base_physical_damage_%_to_convert_to_lightning_while_affected_by_wrath" } }, - [8387]={ + [8612]={ [1]={ [1]={ limit={ @@ -184202,7 +189895,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_chaos_vs_poisoned_enemies" } }, - [8388]={ + [8613]={ [1]={ [1]={ limit={ @@ -184218,7 +189911,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_each_element_per_spirit_charge" } }, - [8389]={ + [8614]={ [1]={ [1]={ limit={ @@ -184234,7 +189927,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_fire_damage_while_affected_by_anger" } }, - [8390]={ + [8615]={ [1]={ [1]={ limit={ @@ -184250,7 +189943,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_fire_if_have_crit_recently" } }, - [8391]={ + [8616]={ [1]={ [1]={ limit={ @@ -184266,7 +189959,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_fire_per_rage" } }, - [8392]={ + [8617]={ [1]={ [1]={ limit={ @@ -184282,7 +189975,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_lightning_damage_while_affected_by_wrath" } }, - [8393]={ + [8618]={ [1]={ [1]={ limit={ @@ -184298,7 +189991,7 @@ return { [1]="non_skill_physical_damage_%_to_gain_as_random_element_while_ignited" } }, - [8394]={ + [8619]={ [1]={ [1]={ limit={ @@ -184314,7 +190007,7 @@ return { [1]="non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_if_chained" } }, - [8395]={ + [8620]={ [1]={ [1]={ limit={ @@ -184330,7 +190023,7 @@ return { [1]="non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_per_chain" } }, - [8396]={ + [8621]={ [1]={ [1]={ limit={ @@ -184355,7 +190048,7 @@ return { [1]="non_travel_attack_skill_repeat_count" } }, - [8397]={ + [8622]={ [1]={ [1]={ limit={ @@ -184384,7 +190077,7 @@ return { [1]="normal_monster_dropped_item_quantity_+%" } }, - [8398]={ + [8623]={ [1]={ [1]={ limit={ @@ -184417,7 +190110,7 @@ return { [1]="notable_knockback_distance_+%_final_for_blocked_hits" } }, - [8399]={ + [8624]={ [1]={ [1]={ limit={ @@ -184433,7 +190126,7 @@ return { [1]="nova_spells_cast_at_target_location" } }, - [8400]={ + [8625]={ [1]={ [1]={ limit={ @@ -184458,7 +190151,7 @@ return { [1]="num_additional_skill_slots" } }, - [8401]={ + [8626]={ [1]={ [1]={ limit={ @@ -184483,7 +190176,32 @@ return { [1]="num_charm_slots" } }, - [8402]={ + [8627]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="{0:+d} Charm Slot if you have at least 100 Tribute" + }, + [2]={ + limit={ + [1]={ + [1]=2, + [2]="#" + } + }, + text="{0:+d} Charm Slots if you have at least 100 Tribute" + } + }, + stats={ + [1]="num_charm_slots_+_if_you_have_at_least_100_tribute" + } + }, + [8628]={ [1]={ [1]={ limit={ @@ -184508,7 +190226,23 @@ return { [1]="number_of_additional_arrows_while_main_hand_accuracy_is_3000_or_more" } }, - [8403]={ + [8629]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="+{0} to maximum number of placed Banners" + } + }, + stats={ + [1]="number_of_additional_banners_allowed" + } + }, + [8630]={ [1]={ [1]={ limit={ @@ -184524,7 +190258,7 @@ return { [1]="number_of_additional_chains_for_projectiles_while_phasing" } }, - [8404]={ + [8631]={ [1]={ [1]={ limit={ @@ -184549,7 +190283,7 @@ return { [1]="number_of_additional_curses_allowed_while_affected_by_malevolence" } }, - [8405]={ + [8632]={ [1]={ [1]={ limit={ @@ -184574,7 +190308,7 @@ return { [1]="number_of_additional_curses_allowed_while_at_maximum_power_charges" } }, - [8406]={ + [8633]={ [1]={ [1]={ limit={ @@ -184599,7 +190333,7 @@ return { [1]="number_of_additional_ignites_allowed" } }, - [8407]={ + [8634]={ [1]={ [1]={ limit={ @@ -184624,7 +190358,7 @@ return { [1]="number_of_additional_mines_to_place_with_at_least_500_dex" } }, - [8408]={ + [8635]={ [1]={ [1]={ limit={ @@ -184649,7 +190383,7 @@ return { [1]="number_of_additional_mines_to_place_with_at_least_500_int" } }, - [8409]={ + [8636]={ [1]={ [1]={ limit={ @@ -184665,7 +190399,23 @@ return { [1]="number_of_additional_poison_stacks" } }, - [8410]={ + [8637]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Targets can be affected by {0:+d} of your Poisons at the same time if you have at least 100 Tribute" + } + }, + stats={ + [1]="number_of_additional_poison_stacks_if_you_have_at_least_100_tribute" + } + }, + [8638]={ [1]={ [1]={ limit={ @@ -184690,7 +190440,7 @@ return { [1]="number_of_additional_projectiles_if_last_movement_skill_was_retreating_throw" } }, - [8411]={ + [8639]={ [1]={ [1]={ limit={ @@ -184715,7 +190465,7 @@ return { [1]="number_of_additional_projectiles_if_you_have_been_hit_recently" } }, - [8412]={ + [8640]={ [1]={ [1]={ limit={ @@ -184740,7 +190490,7 @@ return { [1]="number_of_additional_projectiles_if_you_have_used_movement_skill_recently" } }, - [8413]={ + [8641]={ [1]={ [1]={ limit={ @@ -184765,7 +190515,7 @@ return { [1]="number_of_additional_traps_to_throw" } }, - [8414]={ + [8642]={ [1]={ [1]={ limit={ @@ -184781,7 +190531,7 @@ return { [1]="number_of_animated_weapons_allowed" } }, - [8415]={ + [8643]={ [1]={ [1]={ limit={ @@ -184797,7 +190547,7 @@ return { [1]="base_number_of_arbalists" } }, - [8416]={ + [8644]={ [1]={ [1]={ limit={ @@ -184822,7 +190572,7 @@ return { [1]="number_of_endurance_charges_to_gain_every_4_seconds_while_stationary" } }, - [8417]={ + [8645]={ [1]={ [1]={ limit={ @@ -184838,7 +190588,7 @@ return { [1]="number_of_golems_allowed_with_3_primordial_jewels" } }, - [8418]={ + [8646]={ [1]={ [1]={ limit={ @@ -184863,7 +190613,7 @@ return { [1]="number_of_poison_cloud_allowed" } }, - [8419]={ + [8647]={ [1]={ [1]={ limit={ @@ -184888,7 +190638,7 @@ return { [1]="number_of_projectiles_+%_final_from_skill" } }, - [8420]={ + [8648]={ [1]={ [1]={ limit={ @@ -184904,7 +190654,7 @@ return { [1]="number_of_raging_spirits_is_limited_to_3" } }, - [8421]={ + [8649]={ [1]={ [1]={ [1]={ @@ -184924,7 +190674,7 @@ return { [1]="number_of_skeletons_allowed_per_2_old" } }, - [8422]={ + [8650]={ [1]={ [1]={ limit={ @@ -184940,7 +190690,7 @@ return { [1]="number_of_support_ghosts_is_limited_to_3" } }, - [8423]={ + [8651]={ [1]={ [1]={ limit={ @@ -184965,7 +190715,7 @@ return { [1]="number_of_vine_arrow_pod_allowed" } }, - [8424]={ + [8652]={ [1]={ [1]={ limit={ @@ -184981,7 +190731,7 @@ return { [1]="number_of_zombies_allowed_+1_per_X_strength" } }, - [8425]={ + [8653]={ [1]={ [1]={ limit={ @@ -185010,7 +190760,7 @@ return { [1]="occultist_chaos_damage_+%_final" } }, - [8426]={ + [8654]={ [1]={ [1]={ limit={ @@ -185039,7 +190789,7 @@ return { [1]="occultist_cold_damage_+%_final" } }, - [8427]={ + [8655]={ [1]={ [1]={ limit={ @@ -185055,7 +190805,7 @@ return { [1]="off_hand_accuracy_equal_to_main_hand_accuracy_while_wielding_sword" } }, - [8428]={ + [8656]={ [1]={ [1]={ limit={ @@ -185084,7 +190834,7 @@ return { [1]="off_hand_attack_speed_+%_while_dual_wielding" } }, - [8429]={ + [8657]={ [1]={ [1]={ limit={ @@ -185113,7 +190863,7 @@ return { [1]="off_hand_attack_speed_+%_while_wielding_two_weapon_types" } }, - [8430]={ + [8658]={ [1]={ [1]={ limit={ @@ -185142,7 +190892,7 @@ return { [1]="off_hand_claw_mana_gain_on_hit" } }, - [8431]={ + [8659]={ [1]={ [1]={ [1]={ @@ -185162,7 +190912,7 @@ return { [1]="off_hand_critical_strike_chance_+_per_10_es_on_shield" } }, - [8432]={ + [8660]={ [1]={ [1]={ limit={ @@ -185178,7 +190928,7 @@ return { [1]="off_hand_critical_strike_multiplier_+_per_10_es_on_shield" } }, - [8433]={ + [8661]={ [1]={ [1]={ limit={ @@ -185194,7 +190944,7 @@ return { [1]="off_hand_critical_strike_multiplier_+_per_melee_abyss_jewel_up_to_+100" } }, - [8434]={ + [8662]={ [1]={ [1]={ limit={ @@ -185223,7 +190973,7 @@ return { [1]="offering_area_of_effect_+%" } }, - [8435]={ + [8663]={ [1]={ [1]={ limit={ @@ -185252,7 +191002,7 @@ return { [1]="offering_duration_+%" } }, - [8436]={ + [8664]={ [1]={ [1]={ limit={ @@ -185281,7 +191031,7 @@ return { [1]="offering_life_+%" } }, - [8437]={ + [8665]={ [1]={ [1]={ limit={ @@ -185290,14 +191040,14 @@ return { [2]="#" } }, - text="When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage\nequal to {0}% of Sacrificed Mana for 4 seconds" + text="Offerings cannot be damaged if they have been created Recently" } }, stats={ - [1]="on_cast_lose_all_mana_gain_%_as_maximum_lightning_damage_for_4_seconds" + [1]="offerings_cannot_be_damaged_if_created_recently" } }, - [8438]={ + [8666]={ [1]={ [1]={ limit={ @@ -185306,14 +191056,14 @@ return { [2]="#" } }, - text="When you create a Banner, it gains {0}% of the Stages of your placed Banner" + text="When a Banner expires, recover {0}% of the Glory required for that Banner" } }, stats={ - [1]="on_casting_banner_recover_%_of_planted_banner_stages" + [1]="on_banner_expiry_recover_%_of_required_glory" } }, - [8439]={ + [8667]={ [1]={ [1]={ limit={ @@ -185322,14 +191072,14 @@ return { [2]="#" } }, - text="On-Kill Effects happen twice" + text="When you Cast a Spell, Sacrifice all Mana to gain Added Maximum Lightning Damage\nequal to {0}% of Sacrificed Mana for 4 seconds" } }, stats={ - [1]="on_kill_effects_occur_twice" + [1]="on_cast_lose_all_mana_gain_%_as_maximum_lightning_damage_for_4_seconds" } }, - [8440]={ + [8668]={ [1]={ [1]={ limit={ @@ -185338,34 +191088,30 @@ return { [2]="#" } }, - text="When you leave your Banner's Area, recover {0}% of the Valour consumed for that Banner" + text="When you create a Banner, it gains {0}% of the Stages of your placed Banner" } }, stats={ - [1]="on_leaving_banner_area_recover_%_of_planted_banner_resources" + [1]="on_casting_banner_recover_%_of_planted_banner_stages" } }, - [8441]={ + [8669]={ [1]={ [1]={ - [1]={ - k="divide_by_one_hundred", - v=1 - }, limit={ [1]={ [1]="#", [2]="#" } }, - text="When you place a Banner, you and nearby Allies Recover {0}% of maximum Life for\neach Stage the Banner has" + text="On-Kill Effects happen twice" } }, stats={ - [1]="on_planting_banner_you_and_nearby_allies_recover_permyriad_maximum_life_per_stage" + [1]="on_kill_effects_occur_twice" } }, - [8442]={ + [8670]={ [1]={ [1]={ limit={ @@ -185394,7 +191140,7 @@ return { [1]="one_handed_attack_ailment_chance_+%" } }, - [8443]={ + [8671]={ [1]={ [1]={ limit={ @@ -185410,7 +191156,7 @@ return { [1]="open_nearby_chests_on_cast_chance_%" } }, - [8444]={ + [8672]={ [1]={ [1]={ limit={ @@ -185426,7 +191172,7 @@ return { [1]="orb_of_storm_strike_rate_while_channelling_+%" } }, - [8445]={ + [8673]={ [1]={ [1]={ limit={ @@ -185442,7 +191188,23 @@ return { [1]="orb_of_storms_cast_speed_+%" } }, - [8446]={ + [8674]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Orb Skills have {0:+d} to Limit" + } + }, + stats={ + [1]="orb_skill_limit_+" + } + }, + [8675]={ [1]={ [1]={ limit={ @@ -185458,7 +191220,7 @@ return { [1]="overkill_damage_%_as_physical_to_nearby_enemies" } }, - [8447]={ + [8676]={ [1]={ [1]={ limit={ @@ -185474,7 +191236,7 @@ return { [1]="override_block_chance_for_allies_in_your_presence" } }, - [8448]={ + [8677]={ [1]={ [1]={ limit={ @@ -185490,7 +191252,7 @@ return { [1]="override_maximum_damage_resistance_%" } }, - [8449]={ + [8678]={ [1]={ [1]={ [1]={ @@ -185510,7 +191272,7 @@ return { [1]="override_weapon_base_critical_strike_chance" } }, - [8450]={ + [8679]={ [1]={ [1]={ limit={ @@ -185539,7 +191301,7 @@ return { [1]="pantheon_abberath_ignite_duration_on_self_+%_final" } }, - [8451]={ + [8680]={ [1]={ [1]={ limit={ @@ -185568,7 +191330,7 @@ return { [1]="pantheon_shakari_self_poison_duration_+%_final" } }, - [8452]={ + [8681]={ [1]={ [1]={ limit={ @@ -185597,7 +191359,7 @@ return { [1]="parried_magnitude_+%" } }, - [8453]={ + [8682]={ [1]={ [1]={ limit={ @@ -185613,7 +191375,7 @@ return { [1]="parry_applies_spell_damage_debuff_instead" } }, - [8454]={ + [8683]={ [1]={ [1]={ limit={ @@ -185642,36 +191404,7 @@ return { [1]="parry_attack_speed_+%_if_youve_parried_recently" } }, - [8455]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Projectile Parry Range" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Projectile Parry Range" - } - }, - stats={ - [1]="parry_blocked_projectile_range_+%" - } - }, - [8456]={ + [8684]={ [1]={ [1]={ limit={ @@ -185687,7 +191420,7 @@ return { [1]="parry_cannot_be_critically_hit_during_parry" } }, - [8457]={ + [8685]={ [1]={ [1]={ limit={ @@ -185716,7 +191449,7 @@ return { [1]="parry_damage_+%" } }, - [8458]={ + [8686]={ [1]={ [1]={ limit={ @@ -185732,7 +191465,7 @@ return { [1]="parry_deal_thorns_damage_chance_%_on_hit" } }, - [8459]={ + [8687]={ [1]={ [1]={ limit={ @@ -185761,7 +191494,7 @@ return { [1]="parry_evasion_rating_+%_during_parry" } }, - [8460]={ + [8688]={ [1]={ [1]={ limit={ @@ -185790,7 +191523,7 @@ return { [1]="parry_heavy_stun_poise_decay_rate_+%_if_youve_successfully_parried_recently" } }, - [8461]={ + [8689]={ [1]={ [1]={ limit={ @@ -185819,7 +191552,23 @@ return { [1]="parry_hit_damage_stun_multiplier_+%" } }, - [8462]={ + [8690]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry" + } + }, + stats={ + [1]="parry_modifiers_to_stun_buildup_instead_apply_to_freeze" + } + }, + [8691]={ [1]={ [1]={ limit={ @@ -185848,7 +191597,52 @@ return { [1]="parry_movement_speed_+%_if_youve_parried_recently" } }, - [8463]={ + [8692]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% of Parry Physical Damage Converted to Cold Damage" + } + }, + stats={ + [1]="parry_physical_damage_%_to_convert_to_cold" + } + }, + [8693]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Parried Debuff Duration per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Parried Debuff Duration per 10 Tribute" + } + }, + stats={ + [1]="parry_skill_effect_duration_+%_per_10_tribute" + } + }, + [8694]={ [1]={ [1]={ limit={ @@ -185877,7 +191671,7 @@ return { [1]="parry_skill_effect_duration_+%" } }, - [8464]={ + [8695]={ [1]={ [1]={ limit={ @@ -185906,7 +191700,7 @@ return { [1]="parry_stun_threshold_+%_during_parry" } }, - [8465]={ + [8696]={ [1]={ [1]={ limit={ @@ -185935,7 +191729,7 @@ return { [1]="parry_successfully_parrying_melee_attack_gives_damage_+%_to_your_next_ranged_attack" } }, - [8466]={ + [8697]={ [1]={ [1]={ limit={ @@ -185964,7 +191758,57 @@ return { [1]="parry_successfully_parrying_projectile_gives_damage_+%_to_your_next_melee_attack" } }, - [8467]={ + [8698]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Increases and Reductions to Armour also apply to Energy Shield Recharge Rate" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Increases and Reductions to Armour also apply to Energy Shield\nRecharge Rate at {0}% of their value" + } + }, + stats={ + [1]="passive_adamant_recovery_notable_additive_armour_modifiers_apply_to_energy_shield_recharge_rate_at_%_value" + } + }, + [8699]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Increases and Reductions to Energy Shield Recharge Rate also apply to Deflection Rating" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Increases and Reductions to Energy Shield Recharge Rate also apply to Deflection Rating at {0}% of their value" + } + }, + stats={ + [1]="passive_energising_deflection_notable_additive_es_recharge_rate_modifiers_also_apply_to_deflection_rating_at_%_value" + } + }, + [8700]={ [1]={ [1]={ limit={ @@ -185993,7 +191837,7 @@ return { [1]="passive_mastery_chaos_damage_+%_final_against_enemies_with_energy_shield" } }, - [8468]={ + [8701]={ [1]={ [1]={ limit={ @@ -186022,7 +191866,7 @@ return { [1]="passive_mastery_damage_taken_over_time_+%_final" } }, - [8469]={ + [8702]={ [1]={ [1]={ limit={ @@ -186038,7 +191882,7 @@ return { [1]="passive_mastery_exposure_you_inflict_has_minimum_resistance_lower_%" } }, - [8470]={ + [8703]={ [1]={ [1]={ limit={ @@ -186067,7 +191911,7 @@ return { [1]="passive_mastery_less_projectile_speed_+%_final" } }, - [8471]={ + [8704]={ [1]={ [1]={ limit={ @@ -186096,7 +191940,7 @@ return { [1]="passive_mastery_less_skill_effect_duration_+%_final" } }, - [8472]={ + [8705]={ [1]={ [1]={ limit={ @@ -186125,7 +191969,7 @@ return { [1]="passive_mastery_more_projectile_speed_+%_final" } }, - [8473]={ + [8706]={ [1]={ [1]={ limit={ @@ -186154,7 +191998,7 @@ return { [1]="passive_mastery_more_skill_effect_duration_+%_final" } }, - [8474]={ + [8707]={ [1]={ [1]={ limit={ @@ -186183,7 +192027,7 @@ return { [1]="passive_mastery_physical_damage_taken_+%_final_while_on_full_energy_shield" } }, - [8475]={ + [8708]={ [1]={ [1]={ limit={ @@ -186192,27 +192036,23 @@ return { [2]="#" } }, - text="{0}% more Stun Duration with Two Handed Weapons" + text="{0}% more Stun Buildup with Critical Hits" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0}% less Stun Duration with Two Handed Weapons" + text="{0}% less Stun Buildup with Critical Hits" } }, stats={ - [1]="passive_mastery_stun_duration_+%_final_with_two_hand_weapon" + [1]="passive_overwhelming_strike_hit_damage_stun_multiplier_+%_final_with_crits" } }, - [8476]={ + [8709]={ [1]={ [1]={ limit={ @@ -186245,7 +192085,7 @@ return { [1]="passive_tree_damage_taken_+%_final_from_hindered_enemies" } }, - [8477]={ + [8710]={ [1]={ [1]={ limit={ @@ -186274,7 +192114,7 @@ return { [1]="passive_tree_mace_damage_+%_final_vs_heavy_stunned_enemies" } }, - [8478]={ + [8711]={ [1]={ [1]={ [1]={ @@ -186294,7 +192134,7 @@ return { [1]="pathfinder_ascendancy_poison_on_enemies_you_kill_spread_to_enemies_within_x" } }, - [8479]={ + [8712]={ [1]={ [1]={ limit={ @@ -186323,7 +192163,7 @@ return { [1]="pathfinder_flask_amount_to_recover_+%_final" } }, - [8480]={ + [8713]={ [1]={ [1]={ limit={ @@ -186352,7 +192192,7 @@ return { [1]="pathfinder_flask_life_to_recover_+%_final" } }, - [8481]={ + [8714]={ [1]={ [1]={ limit={ @@ -186385,7 +192225,7 @@ return { [1]="pathfinder_poison_duration_+%_final" } }, - [8482]={ + [8715]={ [1]={ [1]={ limit={ @@ -186414,7 +192254,7 @@ return { [1]="penance_brand_area_of_effect_+%" } }, - [8483]={ + [8716]={ [1]={ [1]={ limit={ @@ -186443,7 +192283,7 @@ return { [1]="penance_brand_cast_speed_+%" } }, - [8484]={ + [8717]={ [1]={ [1]={ limit={ @@ -186472,7 +192312,7 @@ return { [1]="penance_brand_damage_+%" } }, - [8485]={ + [8718]={ [1]={ [1]={ limit={ @@ -186488,7 +192328,7 @@ return { [1]="penetrate_elemental_resistance_%_per_abyssal_jewel_affecting_you" } }, - [8486]={ + [8719]={ [1]={ [1]={ limit={ @@ -186504,7 +192344,7 @@ return { [1]="perandus_double_number_of_coins_found" } }, - [8487]={ + [8720]={ [1]={ [1]={ limit={ @@ -186520,7 +192360,7 @@ return { [1]="%_chance_to_deal_150%_area_damage_+%_final" } }, - [8488]={ + [8721]={ [1]={ [1]={ limit={ @@ -186545,7 +192385,7 @@ return { [1]="%_chance_to_gain_endurance_charge_each_second_while_channelling" } }, - [8489]={ + [8722]={ [1]={ [1]={ limit={ @@ -186561,7 +192401,7 @@ return { [1]="%_chance_to_gain_random_charge_on_trap_triggered_by_an_enemy" } }, - [8490]={ + [8723]={ [1]={ [1]={ limit={ @@ -186594,7 +192434,7 @@ return { [1]="%_number_of_raging_spirits_allowed" } }, - [8491]={ + [8724]={ [1]={ [1]={ limit={ @@ -186623,7 +192463,7 @@ return { [1]="perfect_timing_window_ms_+%" } }, - [8492]={ + [8725]={ [1]={ [1]={ limit={ @@ -186639,7 +192479,7 @@ return { [1]="permanent_damage_+%_per_second_of_chill" } }, - [8493]={ + [8726]={ [1]={ [1]={ limit={ @@ -186655,7 +192495,23 @@ return { [1]="permanent_damage_+%_per_second_of_freeze" } }, - [8494]={ + [8727]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Enemies Ignited by you permanently take {0}% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10%" + } + }, + stats={ + [1]="permanent_fire_damage_+%_per_second_of_ignite_up_to_10%" + } + }, + [8728]={ [1]={ [1]={ limit={ @@ -186671,7 +192527,7 @@ return { [1]="permanently_intimidate_enemy_on_block" } }, - [8495]={ + [8729]={ [1]={ [1]={ [1]={ @@ -186708,7 +192564,7 @@ return { [1]="petrified_blood_mana_reservation_efficiency_-2%_per_1" } }, - [8496]={ + [8730]={ [1]={ [1]={ limit={ @@ -186737,7 +192593,7 @@ return { [1]="petrified_blood_mana_reservation_efficiency_+%" } }, - [8497]={ + [8731]={ [1]={ [1]={ limit={ @@ -186770,7 +192626,7 @@ return { [1]="petrified_blood_reservation_+%" } }, - [8498]={ + [8732]={ [1]={ [1]={ limit={ @@ -186795,7 +192651,7 @@ return { [1]="phantasm_refresh_duration_on_hit_vs_unique_%_chance" } }, - [8499]={ + [8733]={ [1]={ [1]={ limit={ @@ -186820,7 +192676,7 @@ return { [1]="phase_run_%_chance_to_not_replace_buff_on_skill_use" } }, - [8500]={ + [8734]={ [1]={ [1]={ limit={ @@ -186836,7 +192692,7 @@ return { [1]="phasing_if_blocked_recently" } }, - [8501]={ + [8735]={ [1]={ [1]={ limit={ @@ -186865,7 +192721,7 @@ return { [1]="phys_cascade_trap_cooldown_speed_+%" } }, - [8502]={ + [8736]={ [1]={ [1]={ limit={ @@ -186894,7 +192750,7 @@ return { [1]="phys_cascade_trap_damage_+%" } }, - [8503]={ + [8737]={ [1]={ [1]={ limit={ @@ -186923,7 +192779,7 @@ return { [1]="phys_cascade_trap_duration_+%" } }, - [8504]={ + [8738]={ [1]={ [1]={ limit={ @@ -186948,7 +192804,7 @@ return { [1]="phys_cascade_trap_number_of_additional_cascades" } }, - [8505]={ + [8739]={ [1]={ [1]={ limit={ @@ -186977,7 +192833,39 @@ return { [1]="physical_and_chaos_damage_taken_+%_final_while_not_unhinged" } }, - [8506]={ + [8740]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Fire Damage against Heavy Stunned Enemies" + } + }, + stats={ + [1]="physical_damage_%_to_gain_as_fire_vs_heavy_stunned" + } + }, + [8741]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Gain {0}% of Physical Damage as Extra Lightning Damage against Electrocuted Enemies" + } + }, + stats={ + [1]="physical_damage_%_to_gain_as_lightning_vs_electrocuted" + } + }, + [8742]={ [1]={ [1]={ limit={ @@ -186993,7 +192881,36 @@ return { [1]="physical_damage_+%_per_explicit_map_mod_affecting_area" } }, - [8507]={ + [8743]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Physical Damage while affected by Herald of Blood" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Physical Damage while affected by Herald of Blood" + } + }, + stats={ + [1]="physical_damage_+%_while_affected_by_herald_of_blood" + } + }, + [8744]={ [1]={ [1]={ limit={ @@ -187009,7 +192926,7 @@ return { [1]="physical_damage_from_hits_%_taken_as_random_element" } }, - [8508]={ + [8745]={ [1]={ [1]={ limit={ @@ -187038,7 +192955,7 @@ return { [1]="physical_damage_over_time_taken_+%_while_moving" } }, - [8509]={ + [8746]={ [1]={ [1]={ limit={ @@ -187067,7 +192984,7 @@ return { [1]="physical_damage_+%_if_skill_costs_life" } }, - [8510]={ + [8747]={ [1]={ [1]={ limit={ @@ -187096,7 +193013,7 @@ return { [1]="physical_damage_+%_per_10_rage" } }, - [8511]={ + [8748]={ [1]={ [1]={ limit={ @@ -187125,7 +193042,7 @@ return { [1]="physical_damage_+%_vs_ignited_enemies" } }, - [8512]={ + [8749]={ [1]={ [1]={ limit={ @@ -187154,7 +193071,7 @@ return { [1]="physical_damage_+%_while_affected_by_herald_of_purity" } }, - [8513]={ + [8750]={ [1]={ [1]={ limit={ @@ -187183,7 +193100,7 @@ return { [1]="physical_damage_+%_with_axes_swords" } }, - [8514]={ + [8751]={ [1]={ [1]={ limit={ @@ -187199,7 +193116,23 @@ return { [1]="physical_damage_prevented_recouped_as_life_%" } }, - [8515]={ + [8752]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Physical Damage prevented Recouped as Life if you have at least 100 Tribute" + } + }, + stats={ + [1]="physical_damage_prevented_recouped_as_life_%_if_you_have_at_least_100_tribute" + } + }, + [8753]={ [1]={ [1]={ limit={ @@ -187215,7 +193148,7 @@ return { [1]="physical_damage_reduction_%_at_devotion_threshold" } }, - [8516]={ + [8754]={ [1]={ [1]={ limit={ @@ -187231,7 +193164,7 @@ return { [1]="physical_damage_reduction_percent_per_frenzy_charge" } }, - [8517]={ + [8755]={ [1]={ [1]={ limit={ @@ -187247,7 +193180,7 @@ return { [1]="physical_damage_reduction_%_per_hit_you_have_taken_recently" } }, - [8518]={ + [8756]={ [1]={ [1]={ limit={ @@ -187263,7 +193196,7 @@ return { [1]="physical_damage_reduction_percent_per_power_charge" } }, - [8519]={ + [8757]={ [1]={ [1]={ limit={ @@ -187279,7 +193212,36 @@ return { [1]="physical_damage_reduction_%_while_affected_by_herald_of_purity" } }, - [8520]={ + [8758]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Armour per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Armour per 10 Tribute" + } + }, + stats={ + [1]="physical_damage_reduction_rating_+%_per_10_tribute" + } + }, + [8759]={ [1]={ [1]={ limit={ @@ -187295,7 +193257,7 @@ return { [1]="physical_damage_reduction_rating_during_soul_gain_prevention" } }, - [8521]={ + [8760]={ [1]={ [1]={ limit={ @@ -187311,7 +193273,7 @@ return { [1]="physical_damage_reduction_rating_if_you_have_hit_an_enemy_recently" } }, - [8522]={ + [8761]={ [1]={ [1]={ limit={ @@ -187327,7 +193289,7 @@ return { [1]="physical_damage_reduction_rating_per_endurance_charge" } }, - [8523]={ + [8762]={ [1]={ [1]={ limit={ @@ -187343,7 +193305,7 @@ return { [1]="physical_damage_reduction_%_if_only_one_enemy_nearby" } }, - [8524]={ + [8763]={ [1]={ [1]={ limit={ @@ -187359,7 +193321,7 @@ return { [1]="physical_damage_reduction_rating_+%_per_endurance_charge" } }, - [8525]={ + [8764]={ [1]={ [1]={ limit={ @@ -187375,7 +193337,7 @@ return { [1]="physical_damage_reduction_%_per_nearby_enemy" } }, - [8526]={ + [8765]={ [1]={ [1]={ limit={ @@ -187404,7 +193366,7 @@ return { [1]="physical_damage_taken_+%_from_hits" } }, - [8527]={ + [8766]={ [1]={ [1]={ limit={ @@ -187420,7 +193382,7 @@ return { [1]="physical_damage_taken_%_as_cold_while_affected_by_purity_of_elements" } }, - [8528]={ + [8767]={ [1]={ [1]={ limit={ @@ -187436,7 +193398,7 @@ return { [1]="physical_damage_taken_%_as_cold_while_affected_by_purity_of_ice" } }, - [8529]={ + [8768]={ [1]={ [1]={ limit={ @@ -187452,7 +193414,7 @@ return { [1]="physical_damage_taken_%_as_fire_while_affected_by_purity_of_elements" } }, - [8530]={ + [8769]={ [1]={ [1]={ limit={ @@ -187468,7 +193430,7 @@ return { [1]="physical_damage_taken_%_as_fire_while_affected_by_purity_of_fire" } }, - [8531]={ + [8770]={ [1]={ [1]={ limit={ @@ -187484,7 +193446,7 @@ return { [1]="physical_damage_taken_%_as_lightning_while_affected_by_purity_of_elements" } }, - [8532]={ + [8771]={ [1]={ [1]={ limit={ @@ -187500,7 +193462,7 @@ return { [1]="physical_damage_taken_%_as_lightning_while_affected_by_purity_of_lightning" } }, - [8533]={ + [8772]={ [1]={ [1]={ limit={ @@ -187516,7 +193478,7 @@ return { [1]="physical_damage_taken_recouped_as_life_%" } }, - [8534]={ + [8773]={ [1]={ [1]={ limit={ @@ -187545,7 +193507,7 @@ return { [1]="physical_damage_with_attack_skills_+%" } }, - [8535]={ + [8774]={ [1]={ [1]={ limit={ @@ -187574,7 +193536,7 @@ return { [1]="physical_damage_with_spell_skills_+%" } }, - [8536]={ + [8775]={ [1]={ [1]={ limit={ @@ -187590,7 +193552,7 @@ return { [1]="physical_dot_multiplier_+_if_crit_recently" } }, - [8537]={ + [8776]={ [1]={ [1]={ limit={ @@ -187606,7 +193568,7 @@ return { [1]="physical_dot_multiplier_+_if_spent_life_recently" } }, - [8538]={ + [8777]={ [1]={ [1]={ limit={ @@ -187635,7 +193597,7 @@ return { [1]="physical_dot_multiplier_+_while_wielding_axes_swords" } }, - [8539]={ + [8778]={ [1]={ [1]={ limit={ @@ -187651,7 +193613,7 @@ return { [1]="physical_hit_and_dot_damage_%_taken_as_fire" } }, - [8540]={ + [8779]={ [1]={ [1]={ limit={ @@ -187667,7 +193629,7 @@ return { [1]="physical_hit_and_dot_damage_%_taken_as_lightning" } }, - [8541]={ + [8780]={ [1]={ [1]={ limit={ @@ -187683,7 +193645,23 @@ return { [1]="physical_hit_and_dot_damage_%_taken_as_chaos" } }, - [8542]={ + [8781]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Physical Damage taken as Lightning while Active Blocking" + } + }, + stats={ + [1]="physical_hit_and_dot_damage_%_taken_as_lightning_while_active_blocking" + } + }, + [8782]={ [1]={ [1]={ limit={ @@ -187716,7 +193694,7 @@ return { [1]="physical_reflect_damage_taken_and_minion_physical_reflect_damage_taken_+%" } }, - [8543]={ + [8783]={ [1]={ [1]={ limit={ @@ -187732,7 +193710,23 @@ return { [1]="physical_skill_gem_level_+" } }, - [8544]={ + [8784]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Physical Spell Critical Hits build Pin" + } + }, + stats={ + [1]="physical_spell_damage_can_pin_on_critical_hit" + } + }, + [8785]={ [1]={ [1]={ limit={ @@ -187761,7 +193755,7 @@ return { [1]="piercing_projectiles_critical_strike_chance_+%" } }, - [8545]={ + [8786]={ [1]={ [1]={ limit={ @@ -187777,7 +193771,36 @@ return { [1]="pin_almost_pinned_enemies" } }, - [8546]={ + [8787]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Pin duration" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Pin duration" + } + }, + stats={ + [1]="pin_duration_+%" + } + }, + [8788]={ [1]={ [1]={ limit={ @@ -187793,7 +193816,39 @@ return { [1]="pin_stops_enemies" } }, - [8547]={ + [8789]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Pinned Enemies cannot deal Critical Hits" + } + }, + stats={ + [1]="pinned_enemies_cannot_crit" + } + }, + [8790]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Your Hits cannot be Evaded by Pinned Enemies" + } + }, + stats={ + [1]="pinned_enemies_cannot_evade_your_attacks" + } + }, + [8791]={ [1]={ [1]={ limit={ @@ -187822,7 +193877,7 @@ return { [1]="placed_banner_attack_damage_+%" } }, - [8548]={ + [8792]={ [1]={ [1]={ limit={ @@ -187851,7 +193906,7 @@ return { [1]="plague_bearer_chaos_damage_taken_+%_while_incubating" } }, - [8549]={ + [8793]={ [1]={ [1]={ limit={ @@ -187880,7 +193935,7 @@ return { [1]="plague_bearer_maximum_stored_poison_damage_+%" } }, - [8550]={ + [8794]={ [1]={ [1]={ limit={ @@ -187909,7 +193964,7 @@ return { [1]="plague_bearer_movement_speed_+%_while_infecting" } }, - [8551]={ + [8795]={ [1]={ [1]={ limit={ @@ -187938,7 +193993,7 @@ return { [1]="plague_bearer_poison_effect_+%_while_infecting" } }, - [8552]={ + [8796]={ [1]={ [1]={ limit={ @@ -187954,7 +194009,7 @@ return { [1]="player_can_be_touched_by_tormented_spirits" } }, - [8553]={ + [8797]={ [1]={ [1]={ limit={ @@ -187970,7 +194025,7 @@ return { [1]="poison_as_though_dealing_X_damage_on_block" } }, - [8554]={ + [8798]={ [1]={ [1]={ limit={ @@ -187999,7 +194054,7 @@ return { [1]="poison_chance_+%" } }, - [8555]={ + [8799]={ [1]={ [1]={ limit={ @@ -188028,7 +194083,7 @@ return { [1]="poison_duration_+%_per_poison_applied_recently" } }, - [8556]={ + [8800]={ [1]={ [1]={ limit={ @@ -188057,7 +194112,7 @@ return { [1]="poison_duration_+%_per_power_charge" } }, - [8557]={ + [8801]={ [1]={ [1]={ limit={ @@ -188086,7 +194141,7 @@ return { [1]="poison_duration_+%_with_over_150_intelligence" } }, - [8558]={ + [8802]={ [1]={ [1]={ limit={ @@ -188115,7 +194170,7 @@ return { [1]="poison_effect_+%_vs_non_poisoned_enemies" } }, - [8559]={ + [8803]={ [1]={ [1]={ limit={ @@ -188131,7 +194186,7 @@ return { [1]="poison_effect_+100%_final_chance_during_flask_effect" } }, - [8560]={ + [8804]={ [1]={ [1]={ limit={ @@ -188160,7 +194215,7 @@ return { [1]="base_poison_effect_+%" } }, - [8561]={ + [8805]={ [1]={ [1]={ limit={ @@ -188189,7 +194244,7 @@ return { [1]="poison_effect_+%_per_frenzy_charge" } }, - [8562]={ + [8806]={ [1]={ [1]={ limit={ @@ -188218,36 +194273,7 @@ return { [1]="poison_effect_+%_vs_bleeding_enemies" } }, - [8563]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% increased Magnitude of Poison you inflict while wielding a Claw or Dagger" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% reduced Magnitude of Poison you inflict while wielding a Claw or Dagger" - } - }, - stats={ - [1]="poison_effect_+%_while_wielding_claw_or_dagger" - } - }, - [8564]={ + [8807]={ [1]={ [1]={ limit={ @@ -188276,7 +194302,7 @@ return { [1]="poison_effect_+%_with_spells" } }, - [8565]={ + [8808]={ [1]={ [1]={ limit={ @@ -188292,7 +194318,7 @@ return { [1]="poison_on_critical_strike" } }, - [8566]={ + [8809]={ [1]={ [1]={ limit={ @@ -188308,7 +194334,7 @@ return { [1]="poison_reflected_to_self" } }, - [8567]={ + [8810]={ [1]={ [1]={ limit={ @@ -188341,7 +194367,7 @@ return { [1]="poison_time_passed_+%" } }, - [8568]={ + [8811]={ [1]={ [1]={ limit={ @@ -188370,7 +194396,7 @@ return { [1]="poisonous_concoction_damage_+%" } }, - [8569]={ + [8812]={ [1]={ [1]={ limit={ @@ -188399,7 +194425,7 @@ return { [1]="poisonous_concoction_flask_charges_consumed_+%" } }, - [8570]={ + [8813]={ [1]={ [1]={ limit={ @@ -188428,7 +194454,7 @@ return { [1]="poisonous_concoction_skill_area_of_effect_+%" } }, - [8571]={ + [8814]={ [1]={ [1]={ limit={ @@ -188444,7 +194470,7 @@ return { [1]="poisons_you_inflict_can_stack_infintely" } }, - [8572]={ + [8815]={ [1]={ [1]={ [1]={ @@ -188464,7 +194490,7 @@ return { [1]="portal_alternate_destination_chance_permyriad" } }, - [8573]={ + [8816]={ [1]={ [1]={ limit={ @@ -188493,7 +194519,7 @@ return { [1]="power_charge_duration_+%_final" } }, - [8574]={ + [8817]={ [1]={ [1]={ limit={ @@ -188509,7 +194535,7 @@ return { [1]="power_charge_on_kill_percent_chance_while_holding_shield" } }, - [8575]={ + [8818]={ [1]={ [1]={ limit={ @@ -188525,23 +194551,7 @@ return { [1]="power_charge_on_non_critical_strike_%_chance_with_claws_daggers" } }, - [8576]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% chance to gain a Power Charge when you Block Spell Damage" - } - }, - stats={ - [1]="power_charge_on_spell_block_%_chance" - } - }, - [8577]={ + [8819]={ [1]={ [1]={ limit={ @@ -188566,7 +194576,7 @@ return { [1]="power_siphon_number_of_additional_projectiles" } }, - [8578]={ + [8820]={ [1]={ [1]={ [1]={ @@ -188603,7 +194613,7 @@ return { [1]="precision_mana_reservation_efficiency_-2%_per_1" } }, - [8579]={ + [8821]={ [1]={ [1]={ limit={ @@ -188619,7 +194629,7 @@ return { [1]="precision_mana_reservation_efficiency_+100%" } }, - [8580]={ + [8822]={ [1]={ [1]={ limit={ @@ -188648,7 +194658,7 @@ return { [1]="precision_mana_reservation_efficiency_+%" } }, - [8581]={ + [8823]={ [1]={ [1]={ limit={ @@ -188664,7 +194674,7 @@ return { [1]="precision_mana_reservation_-50%_final" } }, - [8582]={ + [8824]={ [1]={ [1]={ limit={ @@ -188693,7 +194703,7 @@ return { [1]="precision_mana_reservation_+%" } }, - [8583]={ + [8825]={ [1]={ [1]={ limit={ @@ -188709,7 +194719,36 @@ return { [1]="precision_reserves_no_mana" } }, - [8584]={ + [8826]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Presence Area of Effect per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Presence Area of Effect per 10 Tribute" + } + }, + stats={ + [1]="presence_area_+%_per_10_tribute" + } + }, + [8827]={ [1]={ [1]={ limit={ @@ -188734,7 +194773,7 @@ return { [1]="prevent_projectile_chaining_%_chance" } }, - [8585]={ + [8828]={ [1]={ [1]={ limit={ @@ -188763,7 +194802,7 @@ return { [1]="pride_aura_effect_+%" } }, - [8586]={ + [8829]={ [1]={ [1]={ limit={ @@ -188779,7 +194818,7 @@ return { [1]="pride_chance_to_deal_double_damage_%" } }, - [8587]={ + [8830]={ [1]={ [1]={ limit={ @@ -188804,7 +194843,7 @@ return { [1]="pride_chance_to_impale_with_attacks_%" } }, - [8588]={ + [8831]={ [1]={ [1]={ limit={ @@ -188820,7 +194859,7 @@ return { [1]="pride_intimidate_enemy_for_4_seconds_on_hit" } }, - [8589]={ + [8832]={ [1]={ [1]={ [1]={ @@ -188857,7 +194896,7 @@ return { [1]="pride_mana_reservation_efficiency_-2%_per_1" } }, - [8590]={ + [8833]={ [1]={ [1]={ limit={ @@ -188886,7 +194925,7 @@ return { [1]="pride_mana_reservation_efficiency_+%" } }, - [8591]={ + [8834]={ [1]={ [1]={ limit={ @@ -188919,7 +194958,7 @@ return { [1]="pride_mana_reservation_+%" } }, - [8592]={ + [8835]={ [1]={ [1]={ limit={ @@ -188948,7 +194987,7 @@ return { [1]="pride_physical_damage_+%" } }, - [8593]={ + [8836]={ [1]={ [1]={ limit={ @@ -188964,7 +195003,7 @@ return { [1]="pride_reserves_no_mana" } }, - [8594]={ + [8837]={ [1]={ [1]={ limit={ @@ -188980,7 +195019,7 @@ return { [1]="pride_your_impaled_debuff_lasts_+_additional_hits" } }, - [8595]={ + [8838]={ [1]={ [1]={ limit={ @@ -189009,7 +195048,7 @@ return { [1]="primalist_charm_charges_gained_+%_final" } }, - [8596]={ + [8839]={ [1]={ [1]={ limit={ @@ -189038,7 +195077,7 @@ return { [1]="prismatic_rain_beam_frequency_+%" } }, - [8597]={ + [8840]={ [1]={ [1]={ limit={ @@ -189054,7 +195093,7 @@ return { [1]="profane_ground_on_crit_chance_%_if_highest_attribute_is_intelligence" } }, - [8598]={ + [8841]={ [1]={ [1]={ limit={ @@ -189083,7 +195122,7 @@ return { [1]="projectile_ailment_chance_+%" } }, - [8599]={ + [8842]={ [1]={ [1]={ limit={ @@ -189096,10 +195135,10 @@ return { } }, stats={ - [1]="projectile_all_damage_%_to_gain_as_infusion_type" + [1]="projectile_all_damage_%_to_gain_as_instilling_type" } }, - [8600]={ + [8843]={ [1]={ [1]={ limit={ @@ -189128,7 +195167,7 @@ return { [1]="projectile_attack_damage_+%_during_flask_effect" } }, - [8601]={ + [8844]={ [1]={ [1]={ limit={ @@ -189157,7 +195196,7 @@ return { [1]="projectile_attack_damage_+%_with_claw_or_dagger" } }, - [8602]={ + [8845]={ [1]={ [1]={ limit={ @@ -189186,7 +195225,7 @@ return { [1]="projectile_attack_range_+%" } }, - [8603]={ + [8846]={ [1]={ [1]={ limit={ @@ -189202,7 +195241,32 @@ return { [1]="projectile_attack_skill_critical_strike_multiplier_+" } }, - [8604]={ + [8847]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="Projectile Attacks have a {0}% chance to fire two additional Projectiles while moving" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Projectile Attacks fire two additional Projectiles while moving" + } + }, + stats={ + [1]="projectile_attacks_%_chance_to_fire_2_additional_projectiles_while_moving" + } + }, + [8848]={ [1]={ [1]={ limit={ @@ -189218,7 +195282,7 @@ return { [1]="projectile_chance_to_be_able_to_chain_from_terrain_%_per_ranged_abyss_jewel_up_to_20%" } }, - [8605]={ + [8849]={ [1]={ [1]={ limit={ @@ -189234,7 +195298,7 @@ return { [1]="projectile_chance_to_chain_1_extra_time_from_terrain_%" } }, - [8606]={ + [8850]={ [1]={ [1]={ limit={ @@ -189250,7 +195314,7 @@ return { [1]="projectile_chance_to_piece_vs_enemies_within_3m_distance_of_player" } }, - [8607]={ + [8851]={ [1]={ [1]={ limit={ @@ -189279,7 +195343,7 @@ return { [1]="projectile_damage_+%_against_heavy_stunned_enemies" } }, - [8608]={ + [8852]={ [1]={ [1]={ limit={ @@ -189308,7 +195372,7 @@ return { [1]="projectile_damage_+%_if_youve_dealt_melee_hit_recently" } }, - [8609]={ + [8853]={ [1]={ [1]={ limit={ @@ -189337,7 +195401,7 @@ return { [1]="projectile_damage_+%_vs_enemies_further_than_6m_distance" } }, - [8610]={ + [8854]={ [1]={ [1]={ limit={ @@ -189366,7 +195430,7 @@ return { [1]="projectile_damage_+%_vs_enemies_within_2m_distance" } }, - [8611]={ + [8855]={ [1]={ [1]={ limit={ @@ -189395,7 +195459,7 @@ return { [1]="projectile_damage_+%_with_spears_while_there_no_enemies_surrounding_you" } }, - [8612]={ + [8856]={ [1]={ [1]={ limit={ @@ -189424,7 +195488,7 @@ return { [1]="projectile_damage_+%_max_before_distance_increase" } }, - [8613]={ + [8857]={ [1]={ [1]={ limit={ @@ -189440,7 +195504,7 @@ return { [1]="projectile_damage_+%_per_16_dexterity" } }, - [8614]={ + [8858]={ [1]={ [1]={ limit={ @@ -189456,7 +195520,7 @@ return { [1]="projectile_damage_+%_per_chain" } }, - [8615]={ + [8859]={ [1]={ [1]={ limit={ @@ -189472,7 +195536,7 @@ return { [1]="projectile_damage_+%_per_pierced_enemy" } }, - [8616]={ + [8860]={ [1]={ [1]={ limit={ @@ -189501,7 +195565,7 @@ return { [1]="projectile_damage_+%_per_remaining_chain" } }, - [8617]={ + [8861]={ [1]={ [1]={ limit={ @@ -189530,7 +195594,7 @@ return { [1]="projectile_damage_+%_vs_chained_enemy" } }, - [8618]={ + [8862]={ [1]={ [1]={ limit={ @@ -189559,7 +195623,23 @@ return { [1]="projectile_damage_+%_vs_nearby_enemies" } }, - [8619]={ + [8863]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% chance to inflict Daze with Hits against Enemies further than 6m" + } + }, + stats={ + [1]="projectile_daze_chance_%_vs_enemies_further_than_6m" + } + }, + [8864]={ [1]={ [1]={ limit={ @@ -189588,7 +195668,7 @@ return { [1]="projectile_hit_damage_stun_multiplier_+%" } }, - [8620]={ + [8865]={ [1]={ [1]={ limit={ @@ -189604,7 +195684,7 @@ return { [1]="projectile_number_to_split" } }, - [8621]={ + [8866]={ [1]={ [1]={ limit={ @@ -189633,7 +195713,7 @@ return { [1]="projectile_speed_+%_with_daggers" } }, - [8622]={ + [8867]={ [1]={ [1]={ [1]={ @@ -189653,7 +195733,7 @@ return { [1]="projectile_spell_cooldown_modifier_ms" } }, - [8623]={ + [8868]={ [1]={ [1]={ limit={ @@ -189669,7 +195749,7 @@ return { [1]="projectiles_always_pierce_you" } }, - [8624]={ + [8869]={ [1]={ [1]={ limit={ @@ -189694,7 +195774,7 @@ return { [1]="projectiles_fork_chance_%_if_youve_dealt_melee_hit_recently" } }, - [8625]={ + [8870]={ [1]={ [1]={ limit={ @@ -189710,7 +195790,7 @@ return { [1]="projectiles_from_spells_cannot_pierce" } }, - [8626]={ + [8871]={ [1]={ [1]={ limit={ @@ -189739,7 +195819,7 @@ return { [1]="projectiles_pierce_1_additional_target_per_10_stat_value" } }, - [8627]={ + [8872]={ [1]={ [1]={ limit={ @@ -189768,7 +195848,7 @@ return { [1]="projectiles_pierce_1_additional_target_per_15_stat_value" } }, - [8628]={ + [8873]={ [1]={ [1]={ limit={ @@ -189784,7 +195864,32 @@ return { [1]="projectiles_pierce_all_nearby_targets" } }, - [8629]={ + [8874]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]=99 + } + }, + text="Projectiles have a {0}% chance to Pierce enemies with Fully Broken Armour" + }, + [2]={ + limit={ + [1]={ + [1]=100, + [2]=100 + } + }, + text="Projectiles Pierce enemies with Fully Broken Armour" + } + }, + stats={ + [1]="projectiles_pierce_enemies_with_fully_broken_armour" + } + }, + [8875]={ [1]={ [1]={ limit={ @@ -189800,7 +195905,7 @@ return { [1]="projectiles_pierce_while_phasing" } }, - [8630]={ + [8876]={ [1]={ [1]={ limit={ @@ -189825,7 +195930,7 @@ return { [1]="projectiles_pierce_x_additional_targets_while_you_have_phasing" } }, - [8631]={ + [8877]={ [1]={ [1]={ limit={ @@ -189854,7 +195959,7 @@ return { [1]="protective_link_duration_+%" } }, - [8632]={ + [8878]={ [1]={ [1]={ limit={ @@ -189870,7 +195975,7 @@ return { [1]="puncture_and_ensnaring_arrow_enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage_chance_%" } }, - [8633]={ + [8879]={ [1]={ [1]={ limit={ @@ -189886,7 +195991,7 @@ return { [1]="punishment_no_reservation" } }, - [8634]={ + [8880]={ [1]={ [1]={ [1]={ @@ -189919,7 +196024,7 @@ return { [1]="puppet_master_base_duration_ms" } }, - [8635]={ + [8881]={ [1]={ [1]={ limit={ @@ -189948,7 +196053,7 @@ return { [1]="purge_damage_+%" } }, - [8636]={ + [8882]={ [1]={ [1]={ limit={ @@ -189977,7 +196082,7 @@ return { [1]="purge_duration_+%" } }, - [8637]={ + [8883]={ [1]={ [1]={ limit={ @@ -189993,7 +196098,7 @@ return { [1]="purge_expose_resist_%_matching_highest_element_damage" } }, - [8638]={ + [8884]={ [1]={ [1]={ limit={ @@ -190018,7 +196123,7 @@ return { [1]="purifying_flame_%_chance_to_create_consecrated_ground_around_you" } }, - [8639]={ + [8885]={ [1]={ [1]={ [1]={ @@ -190055,7 +196160,7 @@ return { [1]="purity_of_elements_mana_reservation_efficiency_-2%_per_1" } }, - [8640]={ + [8886]={ [1]={ [1]={ limit={ @@ -190084,7 +196189,7 @@ return { [1]="purity_of_elements_mana_reservation_efficiency_+%" } }, - [8641]={ + [8887]={ [1]={ [1]={ limit={ @@ -190100,7 +196205,7 @@ return { [1]="purity_of_elements_reserves_no_mana" } }, - [8642]={ + [8888]={ [1]={ [1]={ [1]={ @@ -190137,7 +196242,7 @@ return { [1]="purity_of_fire_mana_reservation_efficiency_-2%_per_1" } }, - [8643]={ + [8889]={ [1]={ [1]={ limit={ @@ -190166,7 +196271,7 @@ return { [1]="purity_of_fire_mana_reservation_efficiency_+%" } }, - [8644]={ + [8890]={ [1]={ [1]={ limit={ @@ -190182,7 +196287,7 @@ return { [1]="purity_of_fire_reserves_no_mana" } }, - [8645]={ + [8891]={ [1]={ [1]={ [1]={ @@ -190219,7 +196324,7 @@ return { [1]="purity_of_ice_mana_reservation_efficiency_-2%_per_1" } }, - [8646]={ + [8892]={ [1]={ [1]={ limit={ @@ -190248,7 +196353,7 @@ return { [1]="purity_of_ice_mana_reservation_efficiency_+%" } }, - [8647]={ + [8893]={ [1]={ [1]={ limit={ @@ -190264,7 +196369,7 @@ return { [1]="purity_of_ice_reserves_no_mana" } }, - [8648]={ + [8894]={ [1]={ [1]={ [1]={ @@ -190301,7 +196406,7 @@ return { [1]="purity_of_lightning_mana_reservation_efficiency_-2%_per_1" } }, - [8649]={ + [8895]={ [1]={ [1]={ limit={ @@ -190330,7 +196435,7 @@ return { [1]="purity_of_lightning_mana_reservation_efficiency_+%" } }, - [8650]={ + [8896]={ [1]={ [1]={ limit={ @@ -190346,7 +196451,7 @@ return { [1]="purity_of_lightning_reserves_no_mana" } }, - [8651]={ + [8897]={ [1]={ [1]={ limit={ @@ -190375,7 +196480,7 @@ return { [1]="quarterstaff_daze_build_up_+%" } }, - [8652]={ + [8898]={ [1]={ [1]={ limit={ @@ -190404,7 +196509,7 @@ return { [1]="quarterstaff_hit_damage_freeze_multiplier_+%" } }, - [8653]={ + [8899]={ [1]={ [1]={ limit={ @@ -190433,7 +196538,7 @@ return { [1]="quarterstaff_hit_damage_stun_multiplier_+%" } }, - [8654]={ + [8900]={ [1]={ [1]={ limit={ @@ -190462,7 +196567,7 @@ return { [1]="quarterstaff_shock_chance_+%" } }, - [8655]={ + [8901]={ [1]={ [1]={ limit={ @@ -190487,7 +196592,7 @@ return { [1]="quarterstaff_skills_that_consume_power_charges_count_as_consuming_x_additional_power_charges" } }, - [8656]={ + [8902]={ [1]={ [1]={ limit={ @@ -190512,7 +196617,7 @@ return { [1]="quick_dodge_added_cooldown_count" } }, - [8657]={ + [8903]={ [1]={ [1]={ limit={ @@ -190541,7 +196646,7 @@ return { [1]="quick_dodge_travel_distance_+%" } }, - [8658]={ + [8904]={ [1]={ [1]={ limit={ @@ -190557,7 +196662,7 @@ return { [1]="quick_guard_additional_physical_damage_reduction_%" } }, - [8659]={ + [8905]={ [1]={ [1]={ limit={ @@ -190573,7 +196678,7 @@ return { [1]="quicksilver_flasks_apply_to_nearby_allies" } }, - [8660]={ + [8906]={ [1]={ [1]={ limit={ @@ -190602,7 +196707,7 @@ return { [1]="quiver_mod_effect_+%" } }, - [8661]={ + [8907]={ [1]={ [1]={ limit={ @@ -190618,7 +196723,7 @@ return { [1]="quiver_projectiles_pierce_1_additional_target" } }, - [8662]={ + [8908]={ [1]={ [1]={ limit={ @@ -190634,7 +196739,7 @@ return { [1]="quiver_projectiles_pierce_2_additional_targets" } }, - [8663]={ + [8909]={ [1]={ [1]={ limit={ @@ -190650,7 +196755,7 @@ return { [1]="quiver_projectiles_pierce_3_additional_targets" } }, - [8664]={ + [8910]={ [1]={ [1]={ limit={ @@ -190666,7 +196771,7 @@ return { [1]="maximum_rage" } }, - [8665]={ + [8911]={ [1]={ [1]={ limit={ @@ -190682,7 +196787,7 @@ return { [1]="rage_effects_tripled" } }, - [8666]={ + [8912]={ [1]={ [1]={ limit={ @@ -190698,7 +196803,7 @@ return { [1]="rage_effects_doubled" } }, - [8667]={ + [8913]={ [1]={ [1]={ limit={ @@ -190714,7 +196819,7 @@ return { [1]="gain_rage_on_kill" } }, - [8668]={ + [8914]={ [1]={ [1]={ limit={ @@ -190739,7 +196844,7 @@ return { [1]="gain_rage_on_hitting_rare_unique_enemy_%" } }, - [8669]={ + [8915]={ [1]={ [1]={ limit={ @@ -190755,7 +196860,7 @@ return { [1]="gain_rage_when_you_use_a_warcry" } }, - [8670]={ + [8916]={ [1]={ [1]={ limit={ @@ -190771,7 +196876,7 @@ return { [1]="cannot_be_stunned_with_25_rage" } }, - [8671]={ + [8917]={ [1]={ [1]={ limit={ @@ -190787,7 +196892,7 @@ return { [1]="gain_x_rage_on_hit" } }, - [8672]={ + [8918]={ [1]={ [1]={ limit={ @@ -190816,7 +196921,68 @@ return { [1]="rage_decay_speed_+%" } }, - [8673]={ + [8919]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Inherent loss of Rage is {0}% faster per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Inherent loss of Rage is {0}% slower per 10 Tribute" + } + }, + stats={ + [1]="rage_decay_speed_+%_per_10_tribute" + } + }, + [8920]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Gain {0} Rage when you use a Life Flask" + } + }, + stats={ + [1]="rage_gained_on_life_flask_use" + } + }, + [8921]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Rage you gain is also granted to Allies in your Presence" + } + }, + stats={ + [1]="rage_generated_also_granted_to_allies_in_presence" + } + }, + [8922]={ [1]={ [1]={ limit={ @@ -190832,7 +196998,7 @@ return { [1]="rage_grants_spell_damage_instead" } }, - [8674]={ + [8923]={ [1]={ [1]={ limit={ @@ -190861,7 +197027,7 @@ return { [1]="rage_loss_delay_ms" } }, - [8675]={ + [8924]={ [1]={ [1]={ limit={ @@ -190877,7 +197043,7 @@ return { [1]="rage_slash_sacrifice_rage_%" } }, - [8676]={ + [8925]={ [1]={ [1]={ limit={ @@ -190906,7 +197072,7 @@ return { [1]="rage_vortex_area_of_effect_+%" } }, - [8677]={ + [8926]={ [1]={ [1]={ limit={ @@ -190935,7 +197101,7 @@ return { [1]="rage_vortex_damage_+%" } }, - [8678]={ + [8927]={ [1]={ [1]={ limit={ @@ -190951,7 +197117,7 @@ return { [1]="raging_spirits_always_ignite" } }, - [8679]={ + [8928]={ [1]={ [1]={ limit={ @@ -190976,7 +197142,7 @@ return { [1]="raging_spirits_refresh_duration_on_hit_vs_unique_%_chance" } }, - [8680]={ + [8929]={ [1]={ [1]={ limit={ @@ -190992,36 +197158,7 @@ return { [1]="raging_spirits_refresh_duration_when_they_kill_ignited_enemy" } }, - [8681]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="{0}% more chance to Evade Attacks during Onslaught" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, - limit={ - [1]={ - [1]="#", - [2]=-1 - } - }, - text="{0}% less chance to Evade Attacks during Onslaught" - } - }, - stats={ - [1]="raider_chance_to_evade_attacks_+%_final_during_onslaught" - } - }, - [8682]={ + [8930]={ [1]={ [1]={ limit={ @@ -191050,7 +197187,7 @@ return { [1]="raider_nearby_enemies_accuracy_rating_+%_final_while_phasing" } }, - [8683]={ + [8931]={ [1]={ [1]={ limit={ @@ -191066,7 +197203,7 @@ return { [1]="rain_of_arrows_additional_sequence_chance_%" } }, - [8684]={ + [8932]={ [1]={ [1]={ limit={ @@ -191082,7 +197219,7 @@ return { [1]="rain_of_arrows_rain_of_arrows_additional_sequence_chance_%" } }, - [8685]={ + [8933]={ [1]={ [1]={ limit={ @@ -191115,7 +197252,7 @@ return { [1]="raise_spectre_mana_cost_+%" } }, - [8686]={ + [8934]={ [1]={ [1]={ limit={ @@ -191131,7 +197268,7 @@ return { [1]="raise_zombie_does_not_use_corpses" } }, - [8687]={ + [8935]={ [1]={ [1]={ limit={ @@ -191147,7 +197284,7 @@ return { [1]="raised_zombie_%_chance_to_taunt" } }, - [8688]={ + [8936]={ [1]={ [1]={ limit={ @@ -191163,7 +197300,7 @@ return { [1]="raised_zombies_are_usable_as_corpses_when_alive" } }, - [8689]={ + [8937]={ [1]={ [1]={ limit={ @@ -191188,7 +197325,7 @@ return { [1]="raised_zombies_cover_in_ash_on_hit_%" } }, - [8690]={ + [8938]={ [1]={ [1]={ [1]={ @@ -191208,7 +197345,7 @@ return { [1]="raised_zombies_fire_damage_%_of_maximum_life_taken_per_minute" } }, - [8691]={ + [8939]={ [1]={ [1]={ limit={ @@ -191224,7 +197361,7 @@ return { [1]="raised_zombies_have_avatar_of_fire" } }, - [8692]={ + [8940]={ [1]={ [1]={ [1]={ @@ -191244,7 +197381,7 @@ return { [1]="rallying_cry_buff_effect_1%_per_3_stat_value" } }, - [8693]={ + [8941]={ [1]={ [1]={ [1]={ @@ -191264,7 +197401,7 @@ return { [1]="rallying_cry_buff_effect_1%_per_5_stat_value" } }, - [8694]={ + [8942]={ [1]={ [1]={ limit={ @@ -191289,7 +197426,7 @@ return { [1]="rallying_cry_exerts_x_additional_attacks" } }, - [8695]={ + [8943]={ [1]={ [1]={ limit={ @@ -191305,7 +197442,7 @@ return { [1]="random_curse_on_hit_%_against_uncursed_enemies" } }, - [8696]={ + [8944]={ [1]={ [1]={ limit={ @@ -191330,7 +197467,7 @@ return { [1]="random_curse_when_hit_%_ignoring_curse_limit" } }, - [8697]={ + [8945]={ [1]={ [1]={ limit={ @@ -191346,7 +197483,7 @@ return { [1]="random_projectile_direction" } }, - [8698]={ + [8946]={ [1]={ [1]={ limit={ @@ -191375,7 +197512,7 @@ return { [1]="ranger_hidden_ascendancy_non_damaging_elemental_ailment_effect_+%_final" } }, - [8699]={ + [8947]={ [1]={ [1]={ limit={ @@ -191400,7 +197537,7 @@ return { [1]="rapid_assault_attached_spear_limit" } }, - [8700]={ + [8948]={ [1]={ [1]={ limit={ @@ -191429,7 +197566,7 @@ return { [1]="rare_or_unique_monster_dropped_item_rarity_+%" } }, - [8701]={ + [8949]={ [1]={ [1]={ limit={ @@ -191445,7 +197582,7 @@ return { [1]="real_weapon_attack_added_physical_damage_%_of_weapon_item_accuracy" } }, - [8702]={ + [8950]={ [1]={ [1]={ limit={ @@ -191461,7 +197598,7 @@ return { [1]="reap_debuff_deals_fire_damage_instead_of_physical_damage" } }, - [8703]={ + [8951]={ [1]={ [1]={ limit={ @@ -191477,7 +197614,7 @@ return { [1]="reapply_enemy_shock_on_consuming_enemy_shock_chance_%" } }, - [8704]={ + [8952]={ [1]={ [1]={ limit={ @@ -191506,7 +197643,7 @@ return { [1]="recall_sigil_target_search_range_+%" } }, - [8705]={ + [8953]={ [1]={ [1]={ limit={ @@ -191522,7 +197659,7 @@ return { [1]="receive_bleeding_chance_%_when_hit" } }, - [8706]={ + [8954]={ [1]={ [1]={ limit={ @@ -191538,7 +197675,7 @@ return { [1]="receive_bleeding_chance_%_when_hit_by_attack" } }, - [8707]={ + [8955]={ [1]={ [1]={ limit={ @@ -191554,7 +197691,7 @@ return { [1]="received_attack_hits_have_impale_chance_%" } }, - [8708]={ + [8956]={ [1]={ [1]={ limit={ @@ -191570,7 +197707,7 @@ return { [1]="recharge_flasks_on_crit_while_affected_by_precision" } }, - [8709]={ + [8957]={ [1]={ [1]={ limit={ @@ -191586,7 +197723,7 @@ return { [1]="recoup_%_elemental_damage_as_energy_shield" } }, - [8710]={ + [8958]={ [1]={ [1]={ limit={ @@ -191602,7 +197739,7 @@ return { [1]="recoup_%_of_damage_taken_by_your_totems_as_life" } }, - [8711]={ + [8959]={ [1]={ [1]={ limit={ @@ -191618,7 +197755,7 @@ return { [1]="recoup_effects_apply_over_4_seconds_instead" } }, - [8712]={ + [8960]={ [1]={ [1]={ limit={ @@ -191634,7 +197771,7 @@ return { [1]="recoup_life_effects_apply_over_3_seconds_instead" } }, - [8713]={ + [8961]={ [1]={ [1]={ limit={ @@ -191663,7 +197800,7 @@ return { [1]="recoup_speed_+%" } }, - [8714]={ + [8962]={ [1]={ [1]={ limit={ @@ -191679,7 +197816,7 @@ return { [1]="recover_%_energy_shield_over_1_second_when_you_take_physical_damage_from_enemy_hits" } }, - [8715]={ + [8963]={ [1]={ [1]={ limit={ @@ -191695,7 +197832,7 @@ return { [1]="recover_%_life_on_heavy_stunning_rare_or_unique_enemy" } }, - [8716]={ + [8964]={ [1]={ [1]={ limit={ @@ -191711,7 +197848,7 @@ return { [1]="recover_%_life_per_endurance_charge_consumed" } }, - [8717]={ + [8965]={ [1]={ [1]={ limit={ @@ -191727,7 +197864,7 @@ return { [1]="recover_%_life_when_you_create_an_offering" } }, - [8718]={ + [8966]={ [1]={ [1]={ limit={ @@ -191743,7 +197880,7 @@ return { [1]="recover_%_mana_when_you_invoke_a_spell" } }, - [8719]={ + [8967]={ [1]={ [1]={ limit={ @@ -191759,7 +197896,7 @@ return { [1]="recover_%_maximum_energy_shield_on_killing_cursed_enemy" } }, - [8720]={ + [8968]={ [1]={ [1]={ limit={ @@ -191768,14 +197905,27 @@ return { [2]="#" } }, - text="Recover {}% of maximum Life when you Kill a Cursed Enemy" + text="Recover {0}% of maximum Life on Kill per 50 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Lose {0}% of maximum Life on Kill per 50 Tribute" } }, stats={ - [1]="recover_%_maximum_life_on_killing_cursed_enemy" + [1]="recover_%_maximum_life_on_kill_per_50_tribute" } }, - [8721]={ + [8969]={ [1]={ [1]={ limit={ @@ -191784,27 +197934,30 @@ return { [2]="#" } }, - text="Recover {0}% of maximum Life when you Suppress Spell Damage" - }, - [2]={ - [1]={ - k="negate", - v=1 - }, + text="Recover {}% of maximum Life when you Kill a Cursed Enemy" + } + }, + stats={ + [1]="recover_%_maximum_life_on_killing_cursed_enemy" + } + }, + [8970]={ + [1]={ + [1]={ limit={ [1]={ [1]="#", - [2]=-1 + [2]="#" } }, - text="Lose {0}% of maximum Life when you Suppress Spell Damage" + text="Recover {0}% of maximum Life per Glory consumed" } }, stats={ - [1]="recover_%_maximum_life_on_suppressing_spell" + [1]="recover_%_maximum_life_per_glory_consumed" } }, - [8722]={ + [8971]={ [1]={ [1]={ limit={ @@ -191820,7 +197973,36 @@ return { [1]="recover_%_maximum_life_when_cursing_non_cursed_enemy" } }, - [8723]={ + [8972]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Recover {0}% of maximum Mana on Kill per 50 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Lose {0}% of maximum Mana on Kill per 50 Tribute" + } + }, + stats={ + [1]="recover_%_maximum_mana_on_kill_per_50_tribute" + } + }, + [8973]={ [1]={ [1]={ limit={ @@ -191836,7 +198018,7 @@ return { [1]="recover_%_maximum_mana_when_cursing_non_cursed_enemy" } }, - [8724]={ + [8974]={ [1]={ [1]={ limit={ @@ -191852,7 +198034,7 @@ return { [1]="recover_10%_mana_on_skill_use_%_chance_while_affected_by_clarity" } }, - [8725]={ + [8975]={ [1]={ [1]={ [1]={ @@ -191872,7 +198054,7 @@ return { [1]="recover_1_life_per_x_life_regeneration_per_minute_every_4_seconds" } }, - [8726]={ + [8976]={ [1]={ [1]={ limit={ @@ -191888,7 +198070,7 @@ return { [1]="recover_X_life_on_enemy_ignited" } }, - [8727]={ + [8977]={ [1]={ [1]={ limit={ @@ -191897,14 +198079,14 @@ return { [2]="#" } }, - text="Recover {} Life when you Suppress Spell Damage" + text="Recover {0} Life for each Fortification lost" } }, stats={ - [1]="recover_X_life_on_suppressing_spell" + [1]="recover_X_life_when_fortification_expires_per_fortification_lost" } }, - [8728]={ + [8978]={ [1]={ [1]={ limit={ @@ -191913,46 +198095,46 @@ return { [2]="#" } }, - text="Recover {0} Life for each Fortification lost" + text="{0:+d} Mana gained on Killing a Frozen Enemy" } }, stats={ - [1]="recover_X_life_when_fortification_expires_per_fortification_lost" + [1]="recover_X_mana_on_killing_frozen_enemy" } }, - [8729]={ + [8979]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="{0:+d} Mana gained on Killing a Frozen Enemy" + text="Recover {0}% of maximum Energy Shield per Steel Shard Consumed" } }, stats={ - [1]="recover_X_mana_on_killing_frozen_enemy" + [1]="recover_energy_shield_%_on_consuming_steel_shard" } }, - [8730]={ + [8980]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Recover {0}% of maximum Energy Shield per Steel Shard Consumed" + text="Life Regeneration also Recovers Energy Shield" } }, stats={ - [1]="recover_energy_shield_%_on_consuming_steel_shard" + [1]="recover_es_as_well_as_life_from_life_regeneration" } }, - [8731]={ + [8981]={ [1]={ [1]={ limit={ @@ -191961,30 +198143,30 @@ return { [2]="#" } }, - text="Life Regeneration also Recovers Energy Shield" + text="Recover {0}% of your maximum Life when an Enemy dies in your Presence" } }, stats={ - [1]="recover_es_as_well_as_life_from_life_regeneration" + [1]="recover_life_%_on_enemy_death_in_presence" } }, - [8732]={ + [8982]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="{0}% chance to Recover all Life when you Kill an Enemy" + text="Recover {0}% of your maximum Mana when an Enemy dies in your Presence" } }, stats={ - [1]="recover_maximum_life_on_enemy_killed_chance_%" + [1]="recover_mana_%_on_enemy_death_in_presence" } }, - [8733]={ + [8983]={ [1]={ [1]={ limit={ @@ -191993,14 +198175,14 @@ return { [2]="#" } }, - text="Recover {0}% of maximum Energy Shield when you Block Spell Damage while wielding a Staff" + text="{0}% chance to Recover all Life when you Kill an Enemy" } }, stats={ - [1]="recover_%_energy_shield_when_you_block_spell_damage_while_wielding_a_staff" + [1]="recover_maximum_life_on_enemy_killed_chance_%" } }, - [8734]={ + [8984]={ [1]={ [1]={ limit={ @@ -192016,7 +198198,7 @@ return { [1]="recover_%_life_when_gaining_adrenaline" } }, - [8735]={ + [8985]={ [1]={ [1]={ limit={ @@ -192032,7 +198214,7 @@ return { [1]="recover_%_life_when_you_block_attack_damage_while_wielding_a_staff" } }, - [8736]={ + [8986]={ [1]={ [1]={ limit={ @@ -192048,7 +198230,7 @@ return { [1]="recover_%_life_when_you_ignite_a_non_ignited_enemy" } }, - [8737]={ + [8987]={ [1]={ [1]={ limit={ @@ -192064,7 +198246,7 @@ return { [1]="recover_%_life_when_you_use_a_life_flask_while_on_low_life" } }, - [8738]={ + [8988]={ [1]={ [1]={ limit={ @@ -192080,7 +198262,7 @@ return { [1]="recover_%_mana_when_attached_brand_expires" } }, - [8739]={ + [8989]={ [1]={ [1]={ limit={ @@ -192096,7 +198278,7 @@ return { [1]="recover_%_maximum_life_on_killing_chilled_enemy" } }, - [8740]={ + [8990]={ [1]={ [1]={ limit={ @@ -192112,7 +198294,7 @@ return { [1]="recover_%_maximum_life_on_killing_enemy_while_you_have_rage" } }, - [8741]={ + [8991]={ [1]={ [1]={ limit={ @@ -192128,7 +198310,23 @@ return { [1]="recover_%_maximum_life_on_killing_poisoned_enemy" } }, - [8742]={ + [8992]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Recover {0}% of Maximum Life when you expend at least 10 Combo" + } + }, + stats={ + [1]="recover_%_maximum_life_when_spending_at_least_10_combo" + } + }, + [8993]={ [1]={ [1]={ limit={ @@ -192144,7 +198342,7 @@ return { [1]="recover_%_maximum_mana_on_charm_use" } }, - [8743]={ + [8994]={ [1]={ [1]={ [1]={ @@ -192164,95 +198362,79 @@ return { [1]="recover_%_maximum_mana_when_enemy_frozen_permyriad" } }, - [8744]={ + [8995]={ [1]={ [1]={ limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Recover {0}% of maximum Mana over 1 second when you use a Guard Skill" + text="Recover {0}% of Maximum Mana when you expend at least 10 Combo" } }, stats={ - [1]="recover_%_of_maximum_mana_over_1_second_on_guard_skill_use" + [1]="recover_%_maximum_mana_when_spending_at_least_10_combo" } }, - [8745]={ + [8996]={ [1]={ [1]={ - [1]={ - k="divide_by_one_hundred", - v=1 - }, limit={ [1]={ [1]=1, [2]="#" } }, - text="Recover {0}% of maximum Life when you use a Skill" + text="Recover {0}% of maximum Mana over 1 second when you use a Guard Skill" } }, stats={ - [1]="recover_permyriad_life_on_skill_use" + [1]="recover_%_of_maximum_mana_over_1_second_on_guard_skill_use" } }, - [8746]={ + [8997]={ [1]={ [1]={ [1]={ k="divide_by_one_hundred", v=1 }, - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Recover {0}% of maximum Life per Poison affecting Enemies you Kill" - } - }, - stats={ - [1]="recover_permyriad_maximum_life_per_poison_on_enemy_on_kill" - } - }, - [8747]={ - [1]={ - [1]={ limit={ [1]={ [1]=1, [2]="#" } }, - text="Recover {} Energy Shield when you Block Spell Damage" + text="Recover {0}% of maximum Life when you use a Skill" } }, stats={ - [1]="recover_x_energy_shield_on_spell_block" + [1]="recover_permyriad_life_on_skill_use" } }, - [8748]={ + [8998]={ [1]={ [1]={ + [1]={ + k="divide_by_one_hundred", + v=1 + }, limit={ [1]={ - [1]=1, + [1]="#", [2]="#" } }, - text="Recover {} Energy Shield when you Suppress Spell Damage" + text="Recover {0}% of maximum Life per Poison affecting Enemies you Kill" } }, stats={ - [1]="recover_x_energy_shield_on_suppressing_spell" + [1]="recover_permyriad_maximum_life_per_poison_on_enemy_on_kill" } }, - [8749]={ + [8999]={ [1]={ [1]={ limit={ @@ -192281,7 +198463,7 @@ return { [1]="reduce_enemy_chaos_resistance_%" } }, - [8750]={ + [9000]={ [1]={ [1]={ limit={ @@ -192297,7 +198479,7 @@ return { [1]="reduce_enemy_cold_resistance_%_while_affected_by_hatred" } }, - [8751]={ + [9001]={ [1]={ [1]={ limit={ @@ -192313,7 +198495,7 @@ return { [1]="reduce_enemy_fire_resistance_%_vs_blinded_enemies" } }, - [8752]={ + [9002]={ [1]={ [1]={ limit={ @@ -192329,7 +198511,7 @@ return { [1]="reduce_enemy_fire_resistance_%_while_affected_by_anger" } }, - [8753]={ + [9003]={ [1]={ [1]={ limit={ @@ -192345,7 +198527,7 @@ return { [1]="reduce_enemy_lightning_resistance_%_while_affected_by_wrath" } }, - [8754]={ + [9004]={ [1]={ [1]={ limit={ @@ -192361,7 +198543,7 @@ return { [1]="reflect_%_of_physical_damage_prevented" } }, - [8755]={ + [9005]={ [1]={ [1]={ limit={ @@ -192394,7 +198576,7 @@ return { [1]="reflect_damage_taken_and_minion_reflect_damage_taken_+%" } }, - [8756]={ + [9006]={ [1]={ [1]={ limit={ @@ -192410,7 +198592,7 @@ return { [1]="reflect_shocks" } }, - [8757]={ + [9007]={ [1]={ [1]={ limit={ @@ -192443,7 +198625,7 @@ return { [1]="reflected_physical_damage_taken_+%_while_affected_by_determination" } }, - [8758]={ + [9008]={ [1]={ [1]={ limit={ @@ -192459,7 +198641,7 @@ return { [1]="refresh_duration_of_shock_chill_ignite_on_enemy_when_cursing_enemy" } }, - [8759]={ + [9009]={ [1]={ [1]={ limit={ @@ -192475,7 +198657,7 @@ return { [1]="refresh_endurance_charges_duration_when_hit_chance_%" } }, - [8760]={ + [9010]={ [1]={ [1]={ limit={ @@ -192491,7 +198673,7 @@ return { [1]="refresh_ignite_duration_on_critical_strike_chance_%" } }, - [8761]={ + [9011]={ [1]={ [1]={ limit={ @@ -192507,7 +198689,7 @@ return { [1]="regenerate_%_energy_shield_over_1_second_when_stunned" } }, - [8762]={ + [9012]={ [1]={ [1]={ limit={ @@ -192523,7 +198705,7 @@ return { [1]="regenerate_%_life_over_1_second_when_hit_while_affected_by_vitality" } }, - [8763]={ + [9013]={ [1]={ [1]={ limit={ @@ -192539,7 +198721,7 @@ return { [1]="regenerate_%_life_over_1_second_when_stunned" } }, - [8764]={ + [9014]={ [1]={ [1]={ limit={ @@ -192555,7 +198737,7 @@ return { [1]="regenerate_1_rage_per_x_life_regeneration" } }, - [8765]={ + [9015]={ [1]={ [1]={ limit={ @@ -192571,7 +198753,7 @@ return { [1]="regenerate_1_rage_per_x_mana_regeneration" } }, - [8766]={ + [9016]={ [1]={ [1]={ limit={ @@ -192587,7 +198769,7 @@ return { [1]="regenerate_energy_shield_equal_to_%_evasion_rating_over_1_second_every_4_seconds" } }, - [8767]={ + [9017]={ [1]={ [1]={ limit={ @@ -192603,7 +198785,7 @@ return { [1]="regenerate_energy_shield_instead_of_life" } }, - [8768]={ + [9018]={ [1]={ [1]={ [1]={ @@ -192623,7 +198805,7 @@ return { [1]="regenerate_mana_equal_to_x%_of_life_per_minute" } }, - [8769]={ + [9019]={ [1]={ [1]={ limit={ @@ -192639,7 +198821,7 @@ return { [1]="regenerate_%_life_over_1_second_when_hit_while_not_unhinged" } }, - [8770]={ + [9020]={ [1]={ [1]={ limit={ @@ -192655,7 +198837,7 @@ return { [1]="regenerate_%_maximum_energy_shield_over_2_seconds_on_consuming_corpse" } }, - [8771]={ + [9021]={ [1]={ [1]={ limit={ @@ -192671,7 +198853,7 @@ return { [1]="regenerate_%_maximum_mana_over_2_seconds_on_consuming_corpse" } }, - [8772]={ + [9022]={ [1]={ [1]={ [1]={ @@ -192691,7 +198873,7 @@ return { [1]="regenerate_x_mana_per_minute_while_you_have_arcane_surge" } }, - [8773]={ + [9023]={ [1]={ [1]={ limit={ @@ -192720,7 +198902,142 @@ return { [1]="reload_speed_+%" } }, - [8774]={ + [9024]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Remnants have {0}% increased effect per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Remnants have {0}% reduced effect per 10 Tribute" + } + }, + stats={ + [1]="remnant_effect_+%_per_10_tribute" + } + }, + [9025]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Remnants have {0}% increased effect" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Remnants have {0}% reduced effect" + } + }, + stats={ + [1]="remnant_effect_+%" + } + }, + [9026]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Remnants can be collected from {0}% further away if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Remnants must be collected from {0}% closer if you have at least 100 Tribute" + } + }, + stats={ + [1]="remnant_pickup_range_+%_if_you_have_at_least_100_tribute" + } + }, + [9027]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Remnants can be collected from {0}% further away" + } + }, + stats={ + [1]="remnant_pickup_range_+%" + } + }, + [9028]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Recover {0}% of Maximum Life when you collect a Remnant" + } + }, + stats={ + [1]="remnant_recover_%_life_on_pickup" + } + }, + [9029]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Recover {0}% of Maximum Mana when you collect a Remnant" + } + }, + stats={ + [1]="remnant_recover_%_mana_on_pickup" + } + }, + [9030]={ [1]={ [1]={ limit={ @@ -192736,7 +199053,7 @@ return { [1]="remove_ailments_and_burning_on_gaining_adrenaline" } }, - [8775]={ + [9031]={ [1]={ [1]={ limit={ @@ -192752,7 +199069,7 @@ return { [1]="remove_all_damaging_ailments_on_warcry" } }, - [8776]={ + [9032]={ [1]={ [1]={ limit={ @@ -192768,7 +199085,7 @@ return { [1]="remove_bleed_on_life_flask_use" } }, - [8777]={ + [9033]={ [1]={ [1]={ limit={ @@ -192784,7 +199101,7 @@ return { [1]="remove_bleeding_on_warcry" } }, - [8778]={ + [9034]={ [1]={ [1]={ limit={ @@ -192800,7 +199117,7 @@ return { [1]="remove_chill_and_freeze_on_flask_use" } }, - [8779]={ + [9035]={ [1]={ [1]={ limit={ @@ -192816,7 +199133,23 @@ return { [1]="remove_curse_on_mana_flask_use" } }, - [8780]={ + [9036]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Remove a Damaging Ailment when you use a Command Skill" + } + }, + stats={ + [1]="remove_damaging_ailment_on_using_command_skill" + } + }, + [9037]={ [1]={ [1]={ limit={ @@ -192832,7 +199165,7 @@ return { [1]="remove_damaging_ailments_on_swapping_stance" } }, - [8781]={ + [9038]={ [1]={ [1]={ limit={ @@ -192857,7 +199190,7 @@ return { [1]="remove_elemental_ailments_on_curse_cast_%" } }, - [8782]={ + [9039]={ [1]={ [1]={ limit={ @@ -192873,7 +199206,23 @@ return { [1]="remove_ignite_and_burning_on_flask_use" } }, - [8783]={ + [9040]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Remove Ignite when you Warcry" + } + }, + stats={ + [1]="remove_ignite_on_warcry" + } + }, + [9041]={ [1]={ [1]={ limit={ @@ -192889,7 +199238,7 @@ return { [1]="remove_maim_and_hinder_on_flask_use" } }, - [8784]={ + [9042]={ [1]={ [1]={ limit={ @@ -192905,7 +199254,7 @@ return { [1]="remove_%_of_mana_on_hit" } }, - [8785]={ + [9043]={ [1]={ [1]={ limit={ @@ -192921,7 +199270,7 @@ return { [1]="remove_random_ailment_on_flask_use_if_all_equipped_items_are_elder" } }, - [8786]={ + [9044]={ [1]={ [1]={ limit={ @@ -192937,7 +199286,7 @@ return { [1]="remove_random_ailment_when_you_warcry" } }, - [8787]={ + [9045]={ [1]={ [1]={ limit={ @@ -192953,7 +199302,7 @@ return { [1]="remove_random_charge_on_hit_%" } }, - [8788]={ + [9046]={ [1]={ [1]={ limit={ @@ -192969,7 +199318,7 @@ return { [1]="remove_random_elemental_ailment_on_mana_flask_use" } }, - [8789]={ + [9047]={ [1]={ [1]={ limit={ @@ -192985,7 +199334,7 @@ return { [1]="remove_random_non_elemental_ailment_on_life_flask_use" } }, - [8790]={ + [9048]={ [1]={ [1]={ limit={ @@ -193001,7 +199350,7 @@ return { [1]="remove_shock_on_flask_use" } }, - [8791]={ + [9049]={ [1]={ [1]={ limit={ @@ -193026,7 +199375,7 @@ return { [1]="remove_x_curses_after_channelling_for_2_seconds" } }, - [8792]={ + [9050]={ [1]={ [1]={ limit={ @@ -193055,7 +199404,123 @@ return { [1]="replica_unique_hyrris_truth_hatred_mana_reservation_+%_final" } }, - [8793]={ + [9051]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Require {0} additional enemies to be Surrounded" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Require {0} fewer enemies to be Surrounded" + } + }, + stats={ + [1]="required_enemies_to_be_considered_surrounded_offset" + } + }, + [9052]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Reservation Efficiency of Companion Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Reservation Efficiency of Companion Skills" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_companion_skills" + } + }, + [9053]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Reservation Efficiency of Herald Skills" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Reservation Efficiency of Herald Skills" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_herald_skills" + } + }, + [9054]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Meta Skills have {0}% increased Reservation Efficiency" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="Meta Skills have {0}% reduced Reservation Efficiency" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_meta_skills" + } + }, + [9055]={ [1]={ [1]={ limit={ @@ -193084,7 +199549,7 @@ return { [1]="reservation_efficiency_+%_with_unique_abyss_jewel_socketed" } }, - [8794]={ + [9056]={ [1]={ [1]={ [1]={ @@ -193117,7 +199582,7 @@ return { [1]="reserve_life_instead_of_loss_from_damage_for_x_ms" } }, - [8795]={ + [9057]={ [1]={ [1]={ limit={ @@ -193133,7 +199598,7 @@ return { [1]="resist_all_%" } }, - [8796]={ + [9058]={ [1]={ [1]={ limit={ @@ -193149,7 +199614,7 @@ return { [1]="resist_all_%_for_enemies_you_inflict_spiders_web_upon" } }, - [8797]={ + [9059]={ [1]={ [1]={ limit={ @@ -193165,7 +199630,7 @@ return { [1]="restore_energy_shield_and_mana_when_you_focus_%" } }, - [8798]={ + [9060]={ [1]={ [1]={ limit={ @@ -193181,7 +199646,7 @@ return { [1]="returning_projectiles_always_pierce" } }, - [8799]={ + [9061]={ [1]={ [1]={ [1]={ @@ -193214,7 +199679,7 @@ return { [1]="revive_golems_if_killed_by_enemies_ms" } }, - [8800]={ + [9062]={ [1]={ [1]={ limit={ @@ -193230,7 +199695,7 @@ return { [1]="righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within" } }, - [8801]={ + [9063]={ [1]={ [1]={ limit={ @@ -193259,7 +199724,7 @@ return { [1]="rogue_trader_map_rogue_exile_maximum_life_+%_final" } }, - [8802]={ + [9064]={ [1]={ [1]={ limit={ @@ -193275,7 +199740,7 @@ return { [1]="rune_blast_teleports_to_detonated_rune_with_100_ms_cooldown" } }, - [8803]={ + [9065]={ [1]={ [1]={ limit={ @@ -193291,7 +199756,7 @@ return { [1]="rune_blast_teleports_to_detonated_rune_with_150_ms_cooldown" } }, - [8804]={ + [9066]={ [1]={ [1]={ limit={ @@ -193320,7 +199785,7 @@ return { [1]="sabotuer_mines_apply_damage_+%_to_nearby_enemies_up_to_-10%" } }, - [8805]={ + [9067]={ [1]={ [1]={ limit={ @@ -193349,7 +199814,7 @@ return { [1]="sabotuer_mines_apply_damage_taken_+%_to_nearby_enemies_up_to_10%" } }, - [8806]={ + [9068]={ [1]={ [1]={ limit={ @@ -193365,7 +199830,7 @@ return { [1]="sacrifice_%_life_on_spell_skill" } }, - [8807]={ + [9069]={ [1]={ [1]={ limit={ @@ -193381,7 +199846,7 @@ return { [1]="sacrifice_%_maximum_life_to_gain_as_es_on_spell_cast" } }, - [8808]={ + [9070]={ [1]={ [1]={ limit={ @@ -193410,7 +199875,7 @@ return { [1]="sanctify_area_of_effect_+%_when_targeting_consecrated_ground" } }, - [8809]={ + [9071]={ [1]={ [1]={ limit={ @@ -193439,7 +199904,7 @@ return { [1]="sanctify_consecrated_ground_enemy_damage_taken_+%" } }, - [8810]={ + [9072]={ [1]={ [1]={ limit={ @@ -193468,7 +199933,7 @@ return { [1]="sanctify_damage_+%" } }, - [8811]={ + [9073]={ [1]={ [1]={ limit={ @@ -193484,7 +199949,7 @@ return { [1]="sap_on_critical_strike_with_lightning_skills" } }, - [8812]={ + [9074]={ [1]={ [1]={ limit={ @@ -193513,7 +199978,7 @@ return { [1]="scorch_effect_+%" } }, - [8813]={ + [9075]={ [1]={ [1]={ limit={ @@ -193529,7 +199994,7 @@ return { [1]="scorch_enemies_in_close_range_on_block" } }, - [8814]={ + [9076]={ [1]={ [1]={ limit={ @@ -193545,7 +200010,7 @@ return { [1]="scorched_enemies_explode_on_death_for_8%_life_as_fire_degen_chance" } }, - [8815]={ + [9077]={ [1]={ [1]={ limit={ @@ -193574,7 +200039,7 @@ return { [1]="scourge_arrow_damage_+%" } }, - [8816]={ + [9078]={ [1]={ [1]={ limit={ @@ -193603,7 +200068,7 @@ return { [1]="secondary_skill_effect_duration_+%" } }, - [8817]={ + [9079]={ [1]={ [1]={ limit={ @@ -193619,7 +200084,7 @@ return { [1]="seismic_cry_exerted_attack_damage_+%" } }, - [8818]={ + [9080]={ [1]={ [1]={ limit={ @@ -193635,7 +200100,36 @@ return { [1]="seismic_cry_minimum_power" } }, - [8819]={ + [9081]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Duration of Bleeding on You" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Duration of Bleeding on You" + } + }, + stats={ + [1]="self_bleed_duration_+%" + } + }, + [9082]={ [1]={ [1]={ [1]={ @@ -193655,7 +200149,7 @@ return { [1]="self_chaos_damage_taken_per_minute_per_endurance_charge" } }, - [8820]={ + [9083]={ [1]={ [1]={ [1]={ @@ -193675,7 +200169,7 @@ return { [1]="self_chaos_damage_taken_per_minute_while_affected_by_flask" } }, - [8821]={ + [9084]={ [1]={ [1]={ limit={ @@ -193691,7 +200185,7 @@ return { [1]="self_cold_damage_on_reaching_maximum_power_charges" } }, - [8822]={ + [9085]={ [1]={ [1]={ limit={ @@ -193720,7 +200214,7 @@ return { [1]="self_critical_strike_multiplier_+%_while_ignited" } }, - [8823]={ + [9086]={ [1]={ [1]={ limit={ @@ -193749,7 +200243,7 @@ return { [1]="self_curse_duration_+%_per_10_devotion" } }, - [8824]={ + [9087]={ [1]={ [1]={ limit={ @@ -193778,7 +200272,7 @@ return { [1]="self_elemental_status_duration_-%_per_10_devotion" } }, - [8825]={ + [9088]={ [1]={ [1]={ limit={ @@ -193794,7 +200288,7 @@ return { [1]="self_physical_damage_on_movement_skill_use" } }, - [8826]={ + [9089]={ [1]={ [1]={ limit={ @@ -193810,7 +200304,7 @@ return { [1]="self_physical_damage_on_skill_use_%_max_life_per_warcry_exerting_action" } }, - [8827]={ + [9090]={ [1]={ [1]={ limit={ @@ -193826,7 +200320,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes_if_have_been_crit_recently" } }, - [8828]={ + [9091]={ [1]={ [1]={ limit={ @@ -193842,7 +200336,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes_if_left_ring_is_magic_item" } }, - [8829]={ + [9092]={ [1]={ [1]={ limit={ @@ -193858,7 +200352,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes_if_only_one_nearby_enemy" } }, - [8830]={ + [9093]={ [1]={ [1]={ limit={ @@ -193874,7 +200368,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes_if_there_is_at_most_1_rare_or_unique_enemy_nearby" } }, - [8831]={ + [9094]={ [1]={ [1]={ limit={ @@ -193890,7 +200384,7 @@ return { [1]="self_take_no_extra_damage_from_critical_strikes_while_affected_by_elusive" } }, - [8832]={ + [9095]={ [1]={ [1]={ limit={ @@ -193919,7 +200413,7 @@ return { [1]="sentinel_minion_cooldown_speed_+%" } }, - [8833]={ + [9096]={ [1]={ [1]={ limit={ @@ -193948,7 +200442,7 @@ return { [1]="sentinel_of_purity_damage_+%" } }, - [8834]={ + [9097]={ [1]={ [1]={ limit={ @@ -193973,7 +200467,7 @@ return { [1]="serpent_strike_maximum_snakes" } }, - [8835]={ + [9098]={ [1]={ [1]={ limit={ @@ -193989,7 +200483,7 @@ return { [1]="share_charges_with_allies_in_your_presence" } }, - [8836]={ + [9099]={ [1]={ [1]={ limit={ @@ -194005,7 +200499,7 @@ return { [1]="shatter_has_%_chance_to_cover_in_frost" } }, - [8837]={ + [9100]={ [1]={ [1]={ limit={ @@ -194021,7 +200515,7 @@ return { [1]="shatter_on_kill_if_fully_broken_armour" } }, - [8838]={ + [9101]={ [1]={ [1]={ limit={ @@ -194037,7 +200531,7 @@ return { [1]="shatter_on_kill_vs_bleeding_enemies" } }, - [8839]={ + [9102]={ [1]={ [1]={ limit={ @@ -194053,7 +200547,7 @@ return { [1]="shatter_on_kill_vs_poisoned_enemies" } }, - [8840]={ + [9103]={ [1]={ [1]={ limit={ @@ -194082,7 +200576,7 @@ return { [1]="shattering_steel_damage_+%" } }, - [8841]={ + [9104]={ [1]={ [1]={ limit={ @@ -194098,7 +200592,7 @@ return { [1]="shattering_steel_fortify_on_hit_close_range" } }, - [8842]={ + [9105]={ [1]={ [1]={ limit={ @@ -194123,7 +200617,7 @@ return { [1]="shattering_steel_number_of_additional_projectiles" } }, - [8843]={ + [9106]={ [1]={ [1]={ limit={ @@ -194139,7 +200633,7 @@ return { [1]="shattering_steel_%_chance_to_not_consume_ammo" } }, - [8844]={ + [9107]={ [1]={ [1]={ limit={ @@ -194155,7 +200649,7 @@ return { [1]="shield_crush_and_spectral_shield_throw_cannot_add_physical_damage_per_armour_and_evasion_rating" } }, - [8845]={ + [9108]={ [1]={ [1]={ limit={ @@ -194176,7 +200670,7 @@ return { [2]="shield_crush_and_spectral_shield_throw_off_hand_maximum_added_lightning_damage_per_15_energy_shield_on_shield" } }, - [8846]={ + [9109]={ [1]={ [1]={ limit={ @@ -194205,7 +200699,7 @@ return { [1]="shield_crush_attack_speed_+%" } }, - [8847]={ + [9110]={ [1]={ [1]={ limit={ @@ -194234,7 +200728,7 @@ return { [1]="shield_crush_damage_+%" } }, - [8848]={ + [9111]={ [1]={ [1]={ limit={ @@ -194263,7 +200757,7 @@ return { [1]="shield_crush_helmet_enchantment_aoe_+%_final" } }, - [8849]={ + [9112]={ [1]={ [1]={ limit={ @@ -194292,7 +200786,36 @@ return { [1]="shield_defences_+%" } }, - [8850]={ + [9113]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Defences from Equipped Shield per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Defences from Equipped Shield per 25 Tribute" + } + }, + stats={ + [1]="shield_defences_+%_per_25_tribute" + } + }, + [9114]={ [1]={ [1]={ limit={ @@ -194321,7 +200844,7 @@ return { [1]="shield_defences_+%_per_10_devotion" } }, - [8851]={ + [9115]={ [1]={ [1]={ limit={ @@ -194350,7 +200873,7 @@ return { [1]="shock_and_freeze_apply_elemental_damage_taken_+%" } }, - [8852]={ + [9116]={ [1]={ [1]={ limit={ @@ -194375,7 +200898,7 @@ return { [1]="shock_attackers_for_4_seconds_on_block_%_chance" } }, - [8853]={ + [9117]={ [1]={ [1]={ limit={ @@ -194404,7 +200927,7 @@ return { [1]="shock_chance_+%_vs_electrocuted_enemies" } }, - [8854]={ + [9118]={ [1]={ [1]={ limit={ @@ -194433,7 +200956,7 @@ return { [1]="shock_effect_against_cursed_enemies_+%" } }, - [8855]={ + [9119]={ [1]={ [1]={ limit={ @@ -194462,7 +200985,36 @@ return { [1]="shock_effect_+%" } }, - [8856]={ + [9120]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Magnitude of Shock if you've consumed a Frenzy Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Magnitude of Shock if you've consumed a Frenzy Charge Recently" + } + }, + stats={ + [1]="shock_effect_+%_if_consumed_frenzy_charge_recently" + } + }, + [9121]={ [1]={ [1]={ limit={ @@ -194491,7 +201043,7 @@ return { [1]="shock_effect_+%_with_critical_strikes" } }, - [8857]={ + [9122]={ [1]={ [1]={ limit={ @@ -194507,7 +201059,7 @@ return { [1]="shock_enemies_in_150cm_radius_on_shock_chance_%" } }, - [8858]={ + [9123]={ [1]={ [1]={ limit={ @@ -194523,7 +201075,7 @@ return { [1]="shock_magnitude_calculated_from_damage" } }, - [8859]={ + [9124]={ [1]={ [1]={ limit={ @@ -194539,7 +201091,7 @@ return { [1]="shock_maximum_magnitude_is_60%" } }, - [8860]={ + [9125]={ [1]={ [1]={ limit={ @@ -194555,7 +201107,7 @@ return { [1]="shock_maximum_magnitude_+" } }, - [8861]={ + [9126]={ [1]={ [1]={ [1]={ @@ -194575,7 +201127,7 @@ return { [1]="shock_self_for_x_ms_when_you_focus" } }, - [8862]={ + [9127]={ [1]={ [1]={ [1]={ @@ -194595,7 +201147,7 @@ return { [1]="shock_nearby_enemies_for_x_ms_when_you_focus" } }, - [8863]={ + [9128]={ [1]={ [1]={ limit={ @@ -194611,7 +201163,7 @@ return { [1]="shock_nova_ring_chance_to_shock_+%" } }, - [8864]={ + [9129]={ [1]={ [1]={ limit={ @@ -194640,7 +201192,7 @@ return { [1]="shock_nova_ring_shocks_as_if_dealing_damage_+%_final" } }, - [8865]={ + [9130]={ [1]={ [1]={ limit={ @@ -194669,7 +201221,7 @@ return { [1]="shocked_chilled_effect_on_self_+%" } }, - [8866]={ + [9131]={ [1]={ [1]={ limit={ @@ -194702,7 +201254,7 @@ return { [1]="shocked_effect_on_self_+%" } }, - [8867]={ + [9132]={ [1]={ [1]={ limit={ @@ -194718,7 +201270,7 @@ return { [1]="shocked_enemies_explode_for_%_life_as_lightning_damage" } }, - [8868]={ + [9133]={ [1]={ [1]={ limit={ @@ -194747,7 +201299,7 @@ return { [1]="shocked_ground_base_magnitude_override" } }, - [8869]={ + [9134]={ [1]={ [1]={ limit={ @@ -194772,7 +201324,7 @@ return { [1]="shocked_ground_on_death_%" } }, - [8870]={ + [9135]={ [1]={ [1]={ limit={ @@ -194797,7 +201349,7 @@ return { [1]="shrapnel_ballista_num_additional_arrows" } }, - [8871]={ + [9136]={ [1]={ [1]={ limit={ @@ -194822,7 +201374,7 @@ return { [1]="shrapnel_ballista_num_pierce" } }, - [8872]={ + [9137]={ [1]={ [1]={ limit={ @@ -194851,7 +201403,7 @@ return { [1]="shrapnel_ballista_projectile_speed_+%" } }, - [8873]={ + [9138]={ [1]={ [1]={ limit={ @@ -194880,7 +201432,7 @@ return { [1]="shrapnel_ballista_totems_from_this_skill_grant_shrapnel_ballista_attack_speed_-%" } }, - [8874]={ + [9139]={ [1]={ [1]={ limit={ @@ -194909,7 +201461,7 @@ return { [1]="galvanic_arrow_area_damage_+%" } }, - [8875]={ + [9140]={ [1]={ [1]={ limit={ @@ -194938,7 +201490,7 @@ return { [1]="shrapnel_trap_area_of_effect_+%" } }, - [8876]={ + [9141]={ [1]={ [1]={ limit={ @@ -194967,7 +201519,7 @@ return { [1]="shrapnel_trap_damage_+%" } }, - [8877]={ + [9142]={ [1]={ [1]={ limit={ @@ -194992,7 +201544,7 @@ return { [1]="shrapnel_trap_number_of_additional_secondary_explosions" } }, - [8878]={ + [9143]={ [1]={ [1]={ limit={ @@ -195021,7 +201573,7 @@ return { [1]="siege_ballista_totems_from_this_skill_grant_siege_ballista_attack_speed_-%" } }, - [8879]={ + [9144]={ [1]={ [1]={ limit={ @@ -195050,7 +201602,7 @@ return { [1]="sigil_attached_target_damage_+%" } }, - [8880]={ + [9145]={ [1]={ [1]={ limit={ @@ -195079,7 +201631,7 @@ return { [1]="sigil_attached_target_damage_taken_+%" } }, - [8881]={ + [9146]={ [1]={ [1]={ limit={ @@ -195108,7 +201660,7 @@ return { [1]="sigil_critical_strike_chance_+%" } }, - [8882]={ + [9147]={ [1]={ [1]={ limit={ @@ -195124,7 +201676,7 @@ return { [1]="sigil_critical_strike_multiplier_+" } }, - [8883]={ + [9148]={ [1]={ [1]={ limit={ @@ -195153,7 +201705,7 @@ return { [1]="sigil_damage_+%" } }, - [8884]={ + [9149]={ [1]={ [1]={ limit={ @@ -195182,7 +201734,7 @@ return { [1]="sigil_damage_+%_per_10_devotion" } }, - [8885]={ + [9150]={ [1]={ [1]={ limit={ @@ -195211,7 +201763,7 @@ return { [1]="sigil_duration_+%" } }, - [8886]={ + [9151]={ [1]={ [1]={ limit={ @@ -195240,7 +201792,7 @@ return { [1]="sigil_recall_cooldown_speed_+%" } }, - [8887]={ + [9152]={ [1]={ [1]={ limit={ @@ -195269,7 +201821,7 @@ return { [1]="sigil_recall_cooldown_speed_+%_per_brand_up_to_40%" } }, - [8888]={ + [9153]={ [1]={ [1]={ limit={ @@ -195298,7 +201850,7 @@ return { [1]="sigil_repeat_frequency_+%" } }, - [8889]={ + [9154]={ [1]={ [1]={ limit={ @@ -195327,7 +201879,7 @@ return { [1]="sigil_repeat_frequency_+%_if_havent_used_a_brand_skill_recently" } }, - [8890]={ + [9155]={ [1]={ [1]={ limit={ @@ -195356,7 +201908,7 @@ return { [1]="sigil_target_search_range_+%" } }, - [8891]={ + [9156]={ [1]={ [1]={ limit={ @@ -195385,7 +201937,7 @@ return { [1]="skeletal_chains_area_of_effect_+%" } }, - [8892]={ + [9157]={ [1]={ [1]={ limit={ @@ -195414,7 +201966,7 @@ return { [1]="skeletal_chains_cast_speed_+%" } }, - [8893]={ + [9158]={ [1]={ [1]={ limit={ @@ -195443,7 +201995,7 @@ return { [1]="skeleton_attack_speed_+%" } }, - [8894]={ + [9159]={ [1]={ [1]={ limit={ @@ -195472,7 +202024,36 @@ return { [1]="skeleton_cast_speed_+%" } }, - [8895]={ + [9160]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Reservation Efficiency of Skills which summon Skeletons" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Reservation Efficiency of Skills which summon Skeletons" + } + }, + stats={ + [1]="reservation_efficiency_+%_of_skeleton_minion_skills" + } + }, + [9161]={ [1]={ [1]={ limit={ @@ -195505,7 +202086,7 @@ return { [1]="skeleton_minion_reservation_+%" } }, - [8896]={ + [9162]={ [1]={ [1]={ limit={ @@ -195534,7 +202115,7 @@ return { [1]="skeleton_movement_speed_+%" } }, - [8897]={ + [9163]={ [1]={ [1]={ limit={ @@ -195550,7 +202131,7 @@ return { [1]="skeletons_and_holy_relics_convert_%_physical_damage_to_a_random_element" } }, - [8898]={ + [9164]={ [1]={ [1]={ limit={ @@ -195566,7 +202147,7 @@ return { [1]="skeletons_and_holy_relics_+%_effect_of_non_damaging_ailments" } }, - [8899]={ + [9165]={ [1]={ [1]={ limit={ @@ -195582,7 +202163,23 @@ return { [1]="skeletons_are_permanent_minions" } }, - [8900]={ + [9166]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Fissure Skills have a {0}% chance to create an additional Fissure" + } + }, + stats={ + [1]="skill_additional_fissure_chance_%" + } + }, + [9167]={ [1]={ [1]={ limit={ @@ -195598,7 +202195,7 @@ return { [1]="skill_can_see_monster_categories" } }, - [8901]={ + [9168]={ [1]={ [1]={ limit={ @@ -195614,7 +202211,36 @@ return { [1]="skill_cost_base_life_equal_to_base_mana" } }, - [8902]={ + [9169]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Cost Efficiency of Skills if you've consumed a Power Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Cost Efficiency of Skills if you've consumed a Power Charge Recently" + } + }, + stats={ + [1]="skill_cost_efficiency_+%_if_consumed_power_charge_recently" + } + }, + [9170]={ [1]={ [1]={ limit={ @@ -195643,7 +202269,7 @@ return { [1]="skill_detonation_time_+%" } }, - [8903]={ + [9171]={ [1]={ [1]={ limit={ @@ -195672,7 +202298,7 @@ return { [1]="skill_effect_duration_+%_while_affected_by_malevolence" } }, - [8904]={ + [9172]={ [1]={ [1]={ limit={ @@ -195701,7 +202327,7 @@ return { [1]="skill_effect_duration_+%_with_bow_skills" } }, - [8905]={ + [9173]={ [1]={ [1]={ limit={ @@ -195730,7 +202356,7 @@ return { [1]="skill_effect_duration_+%_with_non_curse_aura_skills" } }, - [8906]={ + [9174]={ [1]={ [1]={ limit={ @@ -195746,7 +202372,7 @@ return { [1]="skill_life_cost_+_with_channelling_skills" } }, - [8907]={ + [9175]={ [1]={ [1]={ limit={ @@ -195762,7 +202388,7 @@ return { [1]="skill_life_cost_+_with_non_channelling_skills" } }, - [8908]={ + [9176]={ [1]={ [1]={ limit={ @@ -195778,7 +202404,7 @@ return { [1]="skill_mana_cost_+_while_affected_by_clarity" } }, - [8909]={ + [9177]={ [1]={ [1]={ limit={ @@ -195794,7 +202420,7 @@ return { [1]="skill_mana_cost_+_with_channelling_skills" } }, - [8910]={ + [9178]={ [1]={ [1]={ limit={ @@ -195810,7 +202436,7 @@ return { [1]="base_mana_cost_+_with_channelling_skills" } }, - [8911]={ + [9179]={ [1]={ [1]={ limit={ @@ -195826,7 +202452,7 @@ return { [1]="skill_mana_cost_+_with_non_channelling_skills" } }, - [8912]={ + [9180]={ [1]={ [1]={ limit={ @@ -195842,7 +202468,7 @@ return { [1]="base_mana_cost_+_with_non_channelling_skills" } }, - [8913]={ + [9181]={ [1]={ [1]={ limit={ @@ -195858,7 +202484,23 @@ return { [1]="skill_mana_cost_+_with_non_channelling_skills_while_affected_by_clarity" } }, - [8914]={ + [9182]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% of Skill Mana costs Converted to Life Costs during any Life Flask Effect" + } + }, + stats={ + [1]="skill_mana_costs_converted_to_life_costs_%_during_life_flask" + } + }, + [9183]={ [1]={ [1]={ limit={ @@ -195887,7 +202529,36 @@ return { [1]="skill_speed_+%_against_bloodlusting_enemies" } }, - [8915]={ + [9184]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Skill Speed if you've consumed a Frenzy Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Skill Speed if you've consumed a Frenzy Charge Recently" + } + }, + stats={ + [1]="skill_speed_+%_if_consumed_frenzy_charge_recently" + } + }, + [9185]={ [1]={ [1]={ limit={ @@ -195916,7 +202587,7 @@ return { [1]="skill_speed_+%_per_socketed_green_support_gem" } }, - [8916]={ + [9186]={ [1]={ [1]={ limit={ @@ -195932,7 +202603,7 @@ return { [1]="skills_cost_no_mana_while_focused" } }, - [8917]={ + [9187]={ [1]={ [1]={ limit={ @@ -195948,7 +202619,7 @@ return { [1]="skills_deal_you_x%_of_mana_cost_as_physical_damage" } }, - [8918]={ + [9188]={ [1]={ [1]={ limit={ @@ -195973,7 +202644,7 @@ return { [1]="skills_fire_x_additional_projectiles_for_4_seconds_after_consuming_12_steel_ammo" } }, - [8919]={ + [9189]={ [1]={ [1]={ [1]={ @@ -195993,7 +202664,7 @@ return { [1]="skills_gain_intensity_every_x_milliseconds_if_gained_intensity_recently" } }, - [8920]={ + [9190]={ [1]={ [1]={ [1]={ @@ -196013,7 +202684,7 @@ return { [1]="skills_lose_intensity_every_x_milliseconds_if_gained_intensity_recently" } }, - [8921]={ + [9191]={ [1]={ [1]={ limit={ @@ -196042,7 +202713,7 @@ return { [1]="skills_supported_by_nightblade_have_elusive_effect_+%" } }, - [8922]={ + [9192]={ [1]={ [1]={ [1]={ @@ -196079,7 +202750,7 @@ return { [1]="skitterbots_mana_reservation_efficiency_-2%_per_1" } }, - [8923]={ + [9193]={ [1]={ [1]={ limit={ @@ -196108,7 +202779,7 @@ return { [1]="skitterbots_mana_reservation_efficiency_+%" } }, - [8924]={ + [9194]={ [1]={ [1]={ limit={ @@ -196133,7 +202804,7 @@ return { [1]="slam_aftershock_chance_%" } }, - [8925]={ + [9195]={ [1]={ [1]={ limit={ @@ -196162,7 +202833,7 @@ return { [1]="slam_skill_area_of_effect_+%" } }, - [8926]={ + [9196]={ [1]={ [1]={ limit={ @@ -196178,7 +202849,7 @@ return { [1]="slams_always_ancestral_slam" } }, - [8927]={ + [9197]={ [1]={ [1]={ limit={ @@ -196207,7 +202878,7 @@ return { [1]="slayer_area_of_effect_+%_per_enemy_killed_recently_up_to_50%" } }, - [8928]={ + [9198]={ [1]={ [1]={ limit={ @@ -196223,7 +202894,7 @@ return { [1]="slayer_critical_strike_multiplier_+_per_nearby_enemy_up_to_100" } }, - [8929]={ + [9199]={ [1]={ [1]={ limit={ @@ -196252,7 +202923,7 @@ return { [1]="slayer_damage_+%_final_against_unique_enemies" } }, - [8930]={ + [9200]={ [1]={ [1]={ limit={ @@ -196281,7 +202952,7 @@ return { [1]="slayer_damage_+%_final_from_distance" } }, - [8931]={ + [9201]={ [1]={ [1]={ limit={ @@ -196310,7 +202981,7 @@ return { [1]="slither_elusive_effect_+%" } }, - [8932]={ + [9202]={ [1]={ [1]={ limit={ @@ -196326,7 +202997,40 @@ return { [1]="slither_wither_stacks" } }, - [8933]={ + [9203]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Slowing Potency of Debuffs on You if you've used a Charm Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + [2]={ + k="canonical_line", + v=true + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Slowing Potency of Debuffs on You if you've used a Charm Recently" + } + }, + stats={ + [1]="slow_potency_+%_if_you_have_used_a_charm_recently" + } + }, + [9204]={ [1]={ [1]={ limit={ @@ -196342,7 +203046,7 @@ return { [1]="slows_have_no_potency_on_you" } }, - [8934]={ + [9205]={ [1]={ [1]={ limit={ @@ -196371,7 +203075,7 @@ return { [1]="small_passives_effect_+%" } }, - [8935]={ + [9206]={ [1]={ [1]={ limit={ @@ -196387,7 +203091,7 @@ return { [1]="smite_aura_effect_+%" } }, - [8936]={ + [9207]={ [1]={ [1]={ limit={ @@ -196403,7 +203107,7 @@ return { [1]="smite_chance_for_lighting_to_strike_extra_target_%" } }, - [8937]={ + [9208]={ [1]={ [1]={ limit={ @@ -196432,7 +203136,7 @@ return { [1]="smite_damage_+%" } }, - [8938]={ + [9209]={ [1]={ [1]={ limit={ @@ -196448,7 +203152,7 @@ return { [1]="smite_static_strike_killing_blow_consumes_corpse_restore_%_life" } }, - [8939]={ + [9210]={ [1]={ [1]={ limit={ @@ -196464,7 +203168,36 @@ return { [1]="smoke_cloud_while_stationary_radius" } }, - [8940]={ + [9211]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for blasts originating from a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for blasts originating from a Unique enemy" + } + }, + stats={ + [1]="snap_damage_+%_final_if_created_from_unique" + } + }, + [9212]={ [1]={ [1]={ limit={ @@ -196493,7 +203226,7 @@ return { [1]="snapping_adder_damage_+%" } }, - [8941]={ + [9213]={ [1]={ [1]={ limit={ @@ -196509,7 +203242,7 @@ return { [1]="snapping_adder_%_chance_to_retain_projectile_on_release" } }, - [8942]={ + [9214]={ [1]={ [1]={ limit={ @@ -196534,7 +203267,7 @@ return { [1]="snapping_adder_withered_on_hit_for_2_seconds_%_chance" } }, - [8943]={ + [9215]={ [1]={ [1]={ limit={ @@ -196563,7 +203296,36 @@ return { [1]="snipe_attack_speed_+%" } }, - [8944]={ + [9216]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more damage with Hits for explosions originating from a Unique enemy" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less damage with Hits for explosions originating from a Unique enemy" + } + }, + stats={ + [1]="snipe_damage_+%_final_if_created_from_unique" + } + }, + [9217]={ [1]={ [1]={ [1]={ @@ -196605,7 +203367,7 @@ return { [2]="solaris_spear_number_of_pulses" } }, - [8945]={ + [9218]={ [1]={ [1]={ limit={ @@ -196634,7 +203396,7 @@ return { [1]="sorcery_ward_+%_strength" } }, - [8946]={ + [9219]={ [1]={ [1]={ limit={ @@ -196659,7 +203421,7 @@ return { [1]="soul_eater_maximum_stacks" } }, - [8947]={ + [9220]={ [1]={ [1]={ limit={ @@ -196688,7 +203450,7 @@ return { [1]="soul_link_duration_+%" } }, - [8948]={ + [9221]={ [1]={ [1]={ limit={ @@ -196704,7 +203466,7 @@ return { [1]="soulfeast_number_of_secondary_projectiles" } }, - [8949]={ + [9222]={ [1]={ [1]={ limit={ @@ -196737,7 +203499,7 @@ return { [1]="soulrend_applies_hinder_movement_speed_+%" } }, - [8950]={ + [9223]={ [1]={ [1]={ limit={ @@ -196766,7 +203528,7 @@ return { [1]="soulrend_damage_+%" } }, - [8951]={ + [9224]={ [1]={ [1]={ limit={ @@ -196791,7 +203553,7 @@ return { [1]="soulrend_number_of_additional_projectiles" } }, - [8952]={ + [9225]={ [1]={ [1]={ limit={ @@ -196816,7 +203578,7 @@ return { [1]="spark_number_of_additional_projectiles" } }, - [8953]={ + [9226]={ [1]={ [1]={ limit={ @@ -196832,7 +203594,7 @@ return { [1]="spark_projectiles_nova" } }, - [8954]={ + [9227]={ [1]={ [1]={ limit={ @@ -196865,7 +203627,7 @@ return { [1]="spark_skill_effect_duration_+%" } }, - [8955]={ + [9228]={ [1]={ [1]={ limit={ @@ -196890,7 +203652,7 @@ return { [1]="spark_totems_from_this_skill_grant_totemified_lightning_tendrils_larger_pulse_interval_-X_to_parent" } }, - [8956]={ + [9229]={ [1]={ [1]={ limit={ @@ -196906,7 +203668,7 @@ return { [1]="spawn_defender_with_totem" } }, - [8957]={ + [9230]={ [1]={ [1]={ limit={ @@ -196931,7 +203693,7 @@ return { [1]="spear_throws_consume_frenzy_charge_to_fire_additional_projectiles" } }, - [8958]={ + [9231]={ [1]={ [1]={ limit={ @@ -196960,7 +203722,7 @@ return { [1]="spectral_helix_damage_+%" } }, - [8959]={ + [9232]={ [1]={ [1]={ limit={ @@ -196989,7 +203751,7 @@ return { [1]="spectral_helix_projectile_speed_+%" } }, - [8960]={ + [9233]={ [1]={ [1]={ [1]={ @@ -197009,7 +203771,7 @@ return { [1]="spectral_helix_rotations_%" } }, - [8961]={ + [9234]={ [1]={ [1]={ limit={ @@ -197034,7 +203796,7 @@ return { [1]="spectral_shield_throw_additional_chains" } }, - [8962]={ + [9235]={ [1]={ [1]={ limit={ @@ -197063,7 +203825,7 @@ return { [1]="spectral_shield_throw_damage_+%" } }, - [8963]={ + [9236]={ [1]={ [1]={ limit={ @@ -197088,7 +203850,7 @@ return { [1]="spectral_shield_throw_num_of_additional_projectiles" } }, - [8964]={ + [9237]={ [1]={ [1]={ limit={ @@ -197117,7 +203879,7 @@ return { [1]="spectral_shield_throw_projectile_speed_+%" } }, - [8965]={ + [9238]={ [1]={ [1]={ limit={ @@ -197133,7 +203895,7 @@ return { [1]="spectral_shield_throw_secondary_projectiles_pierce" } }, - [8966]={ + [9239]={ [1]={ [1]={ [1]={ @@ -197162,7 +203924,7 @@ return { [1]="spectral_shield_throw_shard_projectiles_+%_final" } }, - [8967]={ + [9240]={ [1]={ [1]={ limit={ @@ -197187,7 +203949,7 @@ return { [1]="spectral_spiral_weapon_base_number_of_bounces" } }, - [8968]={ + [9241]={ [1]={ [1]={ [1]={ @@ -197207,7 +203969,7 @@ return { [1]="spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final" } }, - [8969]={ + [9242]={ [1]={ [1]={ limit={ @@ -197223,7 +203985,7 @@ return { [1]="spectral_throw_gain_vaal_soul_for_vaal_spectral_throw_on_hit_%" } }, - [8970]={ + [9243]={ [1]={ [1]={ limit={ @@ -197239,7 +204001,7 @@ return { [1]="spectre_maximum_life_+" } }, - [8971]={ + [9244]={ [1]={ [1]={ limit={ @@ -197272,7 +204034,7 @@ return { [1]="demon_minion_reservation_+%" } }, - [8972]={ + [9245]={ [1]={ [1]={ limit={ @@ -197301,7 +204063,7 @@ return { [1]="spectre_zombie_skeleton_critical_strike_multiplier_+" } }, - [8973]={ + [9246]={ [1]={ [1]={ limit={ @@ -197317,7 +204079,7 @@ return { [1]="spectres_and_zombies_gain_adrenaline_for_X_seconds_when_raised" } }, - [8974]={ + [9247]={ [1]={ [1]={ limit={ @@ -197333,7 +204095,7 @@ return { [1]="spectres_critical_strike_chance_+%" } }, - [8975]={ + [9248]={ [1]={ [1]={ limit={ @@ -197349,7 +204111,7 @@ return { [1]="spectres_gain_soul_eater_for_20_seconds_on_kill_%_chance" } }, - [8976]={ + [9249]={ [1]={ [1]={ [1]={ @@ -197369,7 +204131,7 @@ return { [1]="spectres_have_base_duration_ms" } }, - [8977]={ + [9250]={ [1]={ [1]={ [1]={ @@ -197389,7 +204151,7 @@ return { [1]="spell_additional_critical_strike_chance_permyriad" } }, - [8978]={ + [9251]={ [1]={ [1]={ limit={ @@ -197410,7 +204172,7 @@ return { [2]="spell_and_attack_maximum_added_chaos_damage_during_flask_effect" } }, - [8979]={ + [9252]={ [1]={ [1]={ limit={ @@ -197439,7 +204201,7 @@ return { [1]="spell_area_damage_+%" } }, - [8980]={ + [9253]={ [1]={ [1]={ limit={ @@ -197468,96 +204230,86 @@ return { [1]="spell_area_of_effect_+%" } }, - [8981]={ + [9254]={ [1]={ [1]={ limit={ [1]={ [1]="#", - [2]="#" + [2]=99 } }, - text="{:+d}% chance to Block Spell Damage while holding a Staff or Shield" - } - }, - stats={ - [1]="spell_block_chance_%_while_holding_staff_or_shield" - } - }, - [8982]={ - [1]={ - [1]={ + text="Spells have a {0}% chance to deal Double Damage" + }, + [2]={ limit={ [1]={ - [1]="#", - [2]="#" + [1]=100, + [2]=100 } }, - text="{0:+d}% Chance to Block Spell Damage if you have Blocked Spell Damage Recently" + text="Spells Deal Double Damage" } }, stats={ - [1]="spell_block_%_if_blocked_a_spell_recently" + [1]="spell_chance_to_deal_double_damage_%" } }, - [8983]={ + [9255]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="{0:+d}% chance to Block Spell Damage if you have Blocked Attack Damage Recently" - } - }, - stats={ - [1]="spell_block_%_if_blocked_an_attack_recently" - } - }, - [8984]={ - [1]={ - [1]={ + text="{0}% increased Critical Hit Chance with Spells which remove the maximum number of Seals" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="{0:+d}% Chance to Block Spell Damage while at Maximum Power Charges" + text="{0}% reduced Critical Hit Chance with Spells which remove the maximum number of Seals" } }, stats={ - [1]="spell_block_%_while_at_max_power_charges" + [1]="spell_critical_strike_chance_+%_if_removed_maximum_number_of_seals" } }, - [8985]={ + [9256]={ [1]={ [1]={ limit={ [1]={ - [1]="#", - [2]=99 + [1]=1, + [2]="#" } }, - text="Spells have a {0}% chance to deal Double Damage" + text="Non-Channelling Spells have {0}% increased Critical Hit Chance per 100 maximum Life" }, [2]={ limit={ [1]={ - [1]=100, - [2]=100 + [1]="#", + [2]=-1 } }, - text="Spells Deal Double Damage" + text="Non-Channelling Spells have {0}% reduced Critical Hit Chance per 100 maximum Life" } }, stats={ - [1]="spell_chance_to_deal_double_damage_%" + [1]="spell_critical_strike_chance_+%_per_100_max_life_with_non_channelling_skills" } }, - [8986]={ + [9257]={ [1]={ [1]={ limit={ @@ -197566,7 +204318,7 @@ return { [2]="#" } }, - text="{0}% increased Critical Hit Chance with Spells which remove the maximum number of Seals" + text="{0}% increased Spell Critical Hit Chance per 100 Player Maximum Life" }, [2]={ [1]={ @@ -197579,14 +204331,14 @@ return { [2]=-1 } }, - text="{0}% reduced Critical Hit Chance with Spells which remove the maximum number of Seals" + text="{0}% reduced Spell Critical Hit Chance per 100 Player Maximum Life" } }, stats={ - [1]="spell_critical_strike_chance_+%_if_removed_maximum_number_of_seals" + [1]="spell_critical_strike_chance_+%_per_100_max_life" } }, - [8987]={ + [9258]={ [1]={ [1]={ limit={ @@ -197595,23 +204347,27 @@ return { [2]="#" } }, - text="Non-Channelling Spells have {0}% increased Critical Hit Chance per 100 maximum Life" + text="{0}% increased Spell Critical Hit Chance per Raised Spectre" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="Non-Channelling Spells have {0}% reduced Critical Hit Chance per 100 maximum Life" + text="{0}% reduced Spell Critical Hit Chance per Raised Spectre" } }, stats={ - [1]="spell_critical_strike_chance_+%_per_100_max_life_with_non_channelling_skills" + [1]="spell_critical_strike_chance_+%_per_raised_spectre" } }, - [8988]={ + [9259]={ [1]={ [1]={ limit={ @@ -197620,7 +204376,7 @@ return { [2]="#" } }, - text="{0}% increased Spell Critical Hit Chance per 100 Player Maximum Life" + text="{0}% more Spell Damage if you've been Stunned while Casting Recently" }, [2]={ [1]={ @@ -197633,14 +204389,14 @@ return { [2]=-1 } }, - text="{0}% reduced Spell Critical Hit Chance per 100 Player Maximum Life" + text="{0}% less Spell Damage if you've been Stunned while Casting Recently" } }, stats={ - [1]="spell_critical_strike_chance_+%_per_100_max_life" + [1]="spell_damage_+%_final_if_you_have_been_stunned_while_casting_recently" } }, - [8989]={ + [9260]={ [1]={ [1]={ limit={ @@ -197649,7 +204405,7 @@ return { [2]="#" } }, - text="{0}% increased Spell Critical Hit Chance per Raised Spectre" + text="{0}% increased Spell Damage if you have consumed an Elemental Infusion Recently" }, [2]={ [1]={ @@ -197662,46 +204418,43 @@ return { [2]=-1 } }, - text="{0}% reduced Spell Critical Hit Chance per Raised Spectre" + text="{0}% reduced Spell Damage if you have consumed an Elemental Infusion Recently" } }, stats={ - [1]="spell_critical_strike_chance_+%_per_raised_spectre" + [1]="spell_damage_+%_if_have_consumed_infusion_recently" } }, - [8990]={ + [9261]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Prevent {0:+d}% of Suppressed Spell Damage if you've taken a Savage Hit Recently" - } - }, - stats={ - [1]="spell_damage_%_suppressed_if_taken_a_savage_hit_recently" - } - }, - [8991]={ - [1]={ - [1]={ + text="{0}% increased Spell Damage if you've dealt a Critical Hit Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Prevent {0:+d}% of Suppressed Spell Damage per Hit Suppressed Recently" + text="{0}% reduced Spell Damage if you've dealt a Critical Hit Recently" } }, stats={ - [1]="spell_damage_%_suppressed_per_hit_suppressed_recently" + [1]="spell_damage_+%_if_have_crit_recently" } }, - [8992]={ + [9262]={ [1]={ [1]={ limit={ @@ -197710,7 +204463,7 @@ return { [2]="#" } }, - text="{0}% more Spell Damage if you've been Stunned while Casting Recently" + text="{0}% increased Spell Damage if one of your Minions has died Recently" }, [2]={ [1]={ @@ -197723,14 +204476,14 @@ return { [2]=-1 } }, - text="{0}% less Spell Damage if you've been Stunned while Casting Recently" + text="{0}% reduced Spell Damage if one of your Minions has died Recently" } }, stats={ - [1]="spell_damage_+%_final_if_you_have_been_stunned_while_casting_recently" + [1]="spell_damage_+%_if_minion_died_recently" } }, - [8993]={ + [9263]={ [1]={ [1]={ limit={ @@ -197739,7 +204492,7 @@ return { [2]="#" } }, - text="{0}% increased Spell Damage if you've dealt a Critical Hit Recently" + text="{0}% increased Spell Damage per 500 Maximum Mana" }, [2]={ [1]={ @@ -197752,14 +204505,14 @@ return { [2]=-1 } }, - text="{0}% reduced Spell Damage if you've dealt a Critical Hit Recently" + text="{0}% redcued Spell Damage per 500 Maximum Mana" } }, stats={ - [1]="spell_damage_+%_if_have_crit_recently" + [1]="spell_damage_+%_per_500_maximum_mana" } }, - [8994]={ + [9264]={ [1]={ [1]={ limit={ @@ -197768,7 +204521,7 @@ return { [2]="#" } }, - text="{0}% increased Spell Damage per 500 Maximum Mana" + text="{0}% increased Spell Damage while wielding a Melee Weapon" }, [2]={ [1]={ @@ -197781,14 +204534,14 @@ return { [2]=-1 } }, - text="{0}% redcued Spell Damage per 500 Maximum Mana" + text="{0}% reduced Spell Damage while wielding a Melee Weapon" } }, stats={ - [1]="spell_damage_+%_per_500_maximum_mana" + [1]="spell_damage_+%_while_wielding_melee_weapon" } }, - [8995]={ + [9265]={ [1]={ [1]={ limit={ @@ -197797,7 +204550,7 @@ return { [2]="#" } }, - text="{0}% increased Spell Damage while wielding a Melee Weapon" + text="{0}% increased Spell Damage with Spells that cost Life" }, [2]={ [1]={ @@ -197810,14 +204563,14 @@ return { [2]=-1 } }, - text="{0}% reduced Spell Damage while wielding a Melee Weapon" + text="{0}% reduced Spell Damage with Spells that cost Life" } }, stats={ - [1]="spell_damage_+%_while_wielding_melee_weapon" + [1]="spell_damage_+%_with_spells_that_cost_life" } }, - [8996]={ + [9266]={ [1]={ [1]={ limit={ @@ -197846,7 +204599,7 @@ return { [1]="spell_damage_+%_during_flask_effect" } }, - [8997]={ + [9267]={ [1]={ [1]={ limit={ @@ -197875,7 +204628,7 @@ return { [1]="spell_damage_+%_if_have_crit_in_past_8_seconds" } }, - [8998]={ + [9268]={ [1]={ [1]={ limit={ @@ -197904,7 +204657,7 @@ return { [1]="spell_damage_+%_if_you_have_blocked_recently" } }, - [8999]={ + [9269]={ [1]={ [1]={ limit={ @@ -197913,23 +204666,27 @@ return { [2]="#" } }, - text="Non-Channelling Spells deal {0}% increased Damage per 100 maximum Life" + text="{0}% increased Spell Damage per 100 Maximum Life" }, [2]={ + [1]={ + k="negate", + v=1 + }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="Non-Channelling Spells deal {0}% reduced Damage per 100 maximum Life" + text="{0}% reduced Spell Damage per 100 Maximum Life" } }, stats={ - [1]="spell_damage_+%_per_100_max_life_with_non_channelling_skills" + [1]="spell_damage_+%_per_100_max_life" } }, - [9000]={ + [9270]={ [1]={ [1]={ limit={ @@ -197938,27 +204695,23 @@ return { [2]="#" } }, - text="{0}% increased Spell Damage per 100 Player Maximum Life" + text="Non-Channelling Spells deal {0}% increased Damage per 100 maximum Life" }, [2]={ - [1]={ - k="negate", - v=1 - }, limit={ [1]={ [1]="#", [2]=-1 } }, - text="{0}% reduced Spell Damage per 100 Player Maximum Life" + text="Non-Channelling Spells deal {0}% reduced Damage per 100 maximum Life" } }, stats={ - [1]="spell_damage_+%_per_100_max_life" + [1]="spell_damage_+%_per_100_max_life_with_non_channelling_skills" } }, - [9001]={ + [9271]={ [1]={ [1]={ limit={ @@ -197984,10 +204737,10 @@ return { } }, stats={ - [1]="spell_damage_+%_per_100_maximum_mana_up_to_60%" + [1]="spell_damage_+%_per_100_maximum_mana" } }, - [9002]={ + [9272]={ [1]={ [1]={ limit={ @@ -198003,7 +204756,7 @@ return { [1]="spell_damage_+%_per_10_spirit" } }, - [9003]={ + [9273]={ [1]={ [1]={ limit={ @@ -198032,7 +204785,7 @@ return { [1]="spell_damage_+%_per_10_strength" } }, - [9004]={ + [9274]={ [1]={ [1]={ limit={ @@ -198061,7 +204814,7 @@ return { [1]="spell_damage_+%_per_16_dex" } }, - [9005]={ + [9275]={ [1]={ [1]={ limit={ @@ -198090,7 +204843,7 @@ return { [1]="spell_damage_+%_per_16_int" } }, - [9006]={ + [9276]={ [1]={ [1]={ limit={ @@ -198119,23 +204872,7 @@ return { [1]="spell_damage_+%_per_16_strength" } }, - [9007]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0}% increased Spell Damage per 5% Chance to Block Spell Damage" - } - }, - stats={ - [1]="spell_damage_+%_per_5%_spell_block_chance" - } - }, - [9008]={ + [9277]={ [1]={ [1]={ limit={ @@ -198164,7 +204901,7 @@ return { [1]="spell_damage_+%_while_shocked" } }, - [9009]={ + [9278]={ [1]={ [1]={ limit={ @@ -198193,7 +204930,7 @@ return { [1]="spell_damage_+%_while_you_have_arcane_surge" } }, - [9010]={ + [9279]={ [1]={ [1]={ limit={ @@ -198218,7 +204955,7 @@ return { [1]="spell_hits_against_you_inflict_poison_%" } }, - [9011]={ + [9280]={ [1]={ [1]={ limit={ @@ -198247,7 +204984,7 @@ return { [1]="spell_impale_magnitude_+%" } }, - [9012]={ + [9281]={ [1]={ [1]={ limit={ @@ -198272,7 +205009,7 @@ return { [1]="spell_impale_on_crit_%_chance" } }, - [9013]={ + [9282]={ [1]={ [1]={ limit={ @@ -198293,7 +205030,7 @@ return { [2]="spell_maximum_base_cold_damage_as_%_of_intelligence" } }, - [9014]={ + [9283]={ [1]={ [1]={ limit={ @@ -198314,7 +205051,7 @@ return { [2]="spell_maximum_base_fire_damage_as_%_of_intelligence" } }, - [9015]={ + [9284]={ [1]={ [1]={ limit={ @@ -198335,7 +205072,7 @@ return { [2]="spell_maximum_base_lightning_damage_as_%_of_intelligence" } }, - [9016]={ + [9285]={ [1]={ [1]={ limit={ @@ -198351,7 +205088,7 @@ return { [1]="spell_projectile_skills_fire_X_additional_projectiles_in_a_circle" } }, - [9017]={ + [9286]={ [1]={ [1]={ limit={ @@ -198380,7 +205117,23 @@ return { [1]="spell_skill_projectile_speed_+%" } }, - [9018]={ + [9287]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Spell Skills have {0:+d} to maximum number of Summoned Totems" + } + }, + stats={ + [1]="spell_skills_additional_totems_allowed" + } + }, + [9288]={ [1]={ [1]={ limit={ @@ -198396,7 +205149,7 @@ return { [1]="spell_skills_always_crit_on_final_repeat" } }, - [9019]={ + [9289]={ [1]={ [1]={ limit={ @@ -198425,7 +205178,7 @@ return { [1]="spell_skills_critical_strike_multiplier_+_on_final_repeat" } }, - [9020]={ + [9290]={ [1]={ [1]={ limit={ @@ -198441,7 +205194,7 @@ return { [1]="spell_skills_deal_no_damage" } }, - [9021]={ + [9291]={ [1]={ [1]={ limit={ @@ -198457,7 +205210,7 @@ return { [1]="spell_skills_fire_2_additional_projectiles_final_chance_%" } }, - [9022]={ + [9292]={ [1]={ [1]={ limit={ @@ -198473,183 +205226,40 @@ return { [1]="spell_skills_never_crit_except_on_final_repeat" } }, - [9023]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage if Equipped Helmet, Body Armour, Gloves, and Boots all have Evasion Rating" - } - }, - stats={ - [1]="spell_suppression_chance_%_if_all_equipment_grants_evasion" - } - }, - [9024]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage if you've Hit an Enemy Recently" - } - }, - stats={ - [1]="spell_suppression_chance_%_if_enemy_hit_recently" - } - }, - [9025]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage per Endurance Charge" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_endurance_charge" - } - }, - [9026]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage for each Dagger you're Wielding" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_equipped_dagger" - } - }, - [9027]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage per Hit Suppressed Recently" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_hit_suppressed_recently" - } - }, - [9028]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage per Power Charge" - } - }, - stats={ - [1]="spell_suppression_chance_%_per_power_charge" - } - }, - [9029]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage while affected by Grace" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_affected_by_grace" - } - }, - [9030]={ + [9293]={ [1]={ [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 }, - text="{0:+d}% chance to Suppress Spell Damage while affected by Haste" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_affected_by_haste" - } - }, - [9031]={ - [1]={ - [1]={ limit={ [1]={ - [1]="#", - [2]="#" + [1]=1000, + [2]=1000 } }, - text="{0:+d}% chance to Suppress Spell Damage while Channelling" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_channelling" - } - }, - [9032]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + text="DNT {0} second between Spellflux occurances" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 }, - text="{0:+d}% chance to Suppress Spell Damage while holding a Shield" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_holding_shield" - } - }, - [9033]={ - [1]={ - [1]={ limit={ [1]={ [1]="#", [2]="#" } }, - text="{0:+d}% chance to Suppress Spell Damage while moving" + text="DNT {0} seconds between Spellflux occurances" } }, stats={ - [1]="spell_suppression_chance_%_while_moving" + [1]="spellflux_duration_between_fluxes_ms" } }, - [9034]={ + [9294]={ [1]={ [1]={ limit={ @@ -198658,110 +205268,69 @@ return { [2]="#" } }, - text="{0:+d}% chance to Suppress Spell Damage while your Off Hand is empty" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_off_hand_empty" - } - }, - [9035]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + text="DNT {0}% increased duration of time between Spellfluxes" + }, + [2]={ + [1]={ + k="negate", + v=1 }, - text="{0:+d}% chance to Suppress Spell Damage while Phasing" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_phasing" - } - }, - [9036]={ - [1]={ - [1]={ limit={ [1]={ [1]="#", - [2]="#" + [2]=-1 } }, - text="Chance to Suppress Spell Damage is Lucky" + text="DNT {0}% reduced duration of time between Spellfluxes" } }, stats={ - [1]="spell_suppression_chance_is_lucky" + [1]="spellflux_duration_+%_per_different_socketed_spell" } }, - [9037]={ + [9295]={ [1]={ [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 }, - text="Modifiers to Chance to Suppress Spell Damage also apply to Chance to Avoid Elemental Ailments at {0}% of their Value" - } - }, - stats={ - [1]="spell_suppression_chance_modifiers_apply_to_avoid_all_elemental_ailments_at_%_value" - } - }, - [9038]={ - [1]={ - [1]={ limit={ [1]={ + [1]=1000, + [2]=1000 + }, + [2]={ [1]="#", [2]="#" } }, - text="{0:+d}% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently" - } - }, - stats={ - [1]="spell_suppression_chance_%_if_suppressed_spell_recently" - } - }, - [9039]={ - [1]={ - [1]={ + text="DNT Spellcasts you cast yourself within {0} second which match your future self's most recent cast deal {1}% more Damage" + }, + [2]={ + [1]={ + k="milliseconds_to_seconds_2dp_if_required", + v=1 + }, limit={ [1]={ [1]="#", [2]="#" - } - }, - text="{0:+d}% chance to Suppress Spell Damage while on Full Energy Shield" - } - }, - stats={ - [1]="spell_suppression_chance_%_while_on_full_energy_shield" - } - }, - [9040]={ - [1]={ - [1]={ - limit={ - [1]={ + }, + [2]={ [1]="#", [2]="#" } }, - text="{0:+d}% chance to Suppress Spell Damage while on Full Life" + text="DNT Spellcasts you cast yourself within {0} seconds which match your future self's most recent cast deal {1}% more Damage" } }, stats={ - [1]="spell_suppression_chance_%_while_on_full_life" + [1]="spellflux_time_to_cast_empowered_spell_ms", + [2]="spellflux_spell_damage_+%_final_if_matching_flux_cast" } }, - [9041]={ + [9296]={ [1]={ [1]={ limit={ @@ -198786,7 +205355,7 @@ return { [1]="spells_chance_to_hinder_on_hit_%" } }, - [9042]={ + [9297]={ [1]={ [1]={ limit={ @@ -198802,7 +205371,7 @@ return { [1]="spells_chance_to_knockback_on_hit_%" } }, - [9043]={ + [9298]={ [1]={ [1]={ limit={ @@ -198818,7 +205387,7 @@ return { [1]="spells_chance_to_poison_on_hit_%" } }, - [9044]={ + [9299]={ [1]={ [1]={ limit={ @@ -198834,7 +205403,7 @@ return { [1]="spells_cost_life_instead_of_mana_%" } }, - [9045]={ + [9300]={ [1]={ [1]={ limit={ @@ -198859,7 +205428,7 @@ return { [1]="spells_have_x%_chance_inflict_withered_on_hit" } }, - [9046]={ + [9301]={ [1]={ [1]={ limit={ @@ -198884,7 +205453,7 @@ return { [1]="spells_impale_on_hit_%_chance" } }, - [9047]={ + [9302]={ [1]={ [1]={ limit={ @@ -198900,7 +205469,7 @@ return { [1]="spells_you_cast_gain_%_of_weapon_damage_as_added_spell_damage" } }, - [9048]={ + [9303]={ [1]={ [1]={ limit={ @@ -198916,7 +205485,7 @@ return { [1]="spells_you_cast_gain_%_of_base_main_hand_weapon_damage_as_added_spell_damage" } }, - [9049]={ + [9304]={ [1]={ [1]={ limit={ @@ -198945,7 +205514,7 @@ return { [1]="spellslinger_cooldown_duration_+%" } }, - [9050]={ + [9305]={ [1]={ [1]={ [1]={ @@ -198982,7 +205551,7 @@ return { [1]="spellslinger_mana_reservation_efficiency_-2%_per_1" } }, - [9051]={ + [9306]={ [1]={ [1]={ limit={ @@ -199011,7 +205580,7 @@ return { [1]="spellslinger_mana_reservation_efficiency_+%" } }, - [9052]={ + [9307]={ [1]={ [1]={ limit={ @@ -199044,7 +205613,7 @@ return { [1]="spellslinger_mana_reservation_+%" } }, - [9053]={ + [9308]={ [1]={ [1]={ limit={ @@ -199060,7 +205629,7 @@ return { [1]="spending_energy_shield_does_not_interrupt_recharge" } }, - [9054]={ + [9309]={ [1]={ [1]={ limit={ @@ -199089,7 +205658,7 @@ return { [1]="spider_aspect_debuff_duration_+%" } }, - [9055]={ + [9310]={ [1]={ [1]={ limit={ @@ -199118,7 +205687,7 @@ return { [1]="spider_aspect_skill_area_of_effect_+%" } }, - [9056]={ + [9311]={ [1]={ [1]={ [1]={ @@ -199138,7 +205707,7 @@ return { [1]="spider_aspect_web_interval_ms_override" } }, - [9057]={ + [9312]={ [1]={ [1]={ limit={ @@ -199163,7 +205732,84 @@ return { [1]="spike_slam_num_spikes" } }, - [9058]={ + [9313]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Spirit if you have at least 100 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Spirit if you have at least 100 Tribute" + } + }, + stats={ + [1]="spirit_+%_if_you_have_at_least_100_tribute" + } + }, + [9314]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Spirit while you have at least 200 Dexterity" + } + }, + stats={ + [1]="spirit_+_if_at_least_200_dexterity" + } + }, + [9315]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Spirit while you have at least 200 Intelligence" + } + }, + stats={ + [1]="spirit_+_if_at_least_200_intelligence" + } + }, + [9316]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0:+d} to Spirit while you have at least 200 Strength" + } + }, + stats={ + [1]="spirit_+_if_at_least_200_strength" + } + }, + [9317]={ [1]={ [1]={ limit={ @@ -199179,7 +205825,7 @@ return { [1]="spirit_does_not_exist" } }, - [9059]={ + [9318]={ [1]={ [1]={ limit={ @@ -199208,7 +205854,7 @@ return { [1]="spirit_offering_critical_strike_chance_+%" } }, - [9060]={ + [9319]={ [1]={ [1]={ limit={ @@ -199224,7 +205870,7 @@ return { [1]="spirit_offering_critical_strike_multiplier_+" } }, - [9061]={ + [9320]={ [1]={ [1]={ limit={ @@ -199240,7 +205886,7 @@ return { [1]="spirit_+%_per_stackable_unique_jewel" } }, - [9062]={ + [9321]={ [1]={ [1]={ limit={ @@ -199256,7 +205902,7 @@ return { [1]="split_arrow_projectiles_fire_in_parallel_x_dist" } }, - [9063]={ + [9322]={ [1]={ [1]={ limit={ @@ -199285,7 +205931,7 @@ return { [1]="splitting_steel_area_of_effect_+%" } }, - [9064]={ + [9323]={ [1]={ [1]={ limit={ @@ -199314,7 +205960,7 @@ return { [1]="splitting_steel_area_of_effect_+%" } }, - [9065]={ + [9324]={ [1]={ [1]={ limit={ @@ -199343,7 +205989,7 @@ return { [1]="splitting_steel_damage_+%" } }, - [9066]={ + [9325]={ [1]={ [1]={ [1]={ @@ -199363,7 +206009,36 @@ return { [1]="spread_ignite_from_killed_enemies_range" } }, - [9067]={ + [9326]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Movement Speed while Sprinting" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Movement Speed while Sprinting" + } + }, + stats={ + [1]="sprint_movement_speed_+%" + } + }, + [9327]={ [1]={ [1]={ [1]={ @@ -199383,7 +206058,7 @@ return { [1]="life_regeneration_per_minute_in_blood_stance" } }, - [9068]={ + [9328]={ [1]={ [1]={ limit={ @@ -199412,7 +206087,7 @@ return { [1]="projectile_damage_+%_in_blood_stance" } }, - [9069]={ + [9329]={ [1]={ [1]={ limit={ @@ -199441,7 +206116,7 @@ return { [1]="evasion_rating_plus_in_sand_stance" } }, - [9070]={ + [9330]={ [1]={ [1]={ limit={ @@ -199470,7 +206145,7 @@ return { [1]="stance_skill_cooldown_speed_+%" } }, - [9071]={ + [9331]={ [1]={ [1]={ limit={ @@ -199499,7 +206174,7 @@ return { [1]="stance_skills_mana_reservation_efficiency_+%" } }, - [9072]={ + [9332]={ [1]={ [1]={ limit={ @@ -199528,7 +206203,7 @@ return { [1]="stance_skill_reservation_+%" } }, - [9073]={ + [9333]={ [1]={ [1]={ limit={ @@ -199557,7 +206232,7 @@ return { [1]="skill_area_of_effect_+%_in_sand_stance" } }, - [9074]={ + [9334]={ [1]={ [1]={ [1]={ @@ -199577,7 +206252,7 @@ return { [1]="stance_swap_cooldown_modifier_ms" } }, - [9075]={ + [9335]={ [1]={ [1]={ limit={ @@ -199606,7 +206281,7 @@ return { [1]="attack_speed_+%_if_changed_stance_recently" } }, - [9076]={ + [9336]={ [1]={ [1]={ limit={ @@ -199622,7 +206297,7 @@ return { [1]="start_at_zero_energy_shield" } }, - [9077]={ + [9337]={ [1]={ [1]={ limit={ @@ -199638,7 +206313,7 @@ return { [1]="start_energy_shield_recharge_when_you_use_a_mana_flask" } }, - [9078]={ + [9338]={ [1]={ [1]={ limit={ @@ -199654,7 +206329,7 @@ return { [1]="static_strike_additional_number_of_beam_targets" } }, - [9079]={ + [9339]={ [1]={ [1]={ limit={ @@ -199683,7 +206358,7 @@ return { [1]="status_ailments_you_inflict_duration_+%_while_focused" } }, - [9080]={ + [9340]={ [1]={ [1]={ limit={ @@ -199712,7 +206387,7 @@ return { [1]="status_ailments_you_inflict_duration_+%_with_bows" } }, - [9081]={ + [9341]={ [1]={ [1]={ limit={ @@ -199741,7 +206416,7 @@ return { [1]="stealth_+%" } }, - [9082]={ + [9342]={ [1]={ [1]={ limit={ @@ -199770,7 +206445,7 @@ return { [1]="stealth_+%_if_have_hit_with_claw_recently" } }, - [9083]={ + [9343]={ [1]={ [1]={ limit={ @@ -199799,7 +206474,7 @@ return { [1]="steel_steal_area_of_effect_+%" } }, - [9084]={ + [9344]={ [1]={ [1]={ limit={ @@ -199828,7 +206503,7 @@ return { [1]="steel_steal_cast_speed_+%" } }, - [9085]={ + [9345]={ [1]={ [1]={ limit={ @@ -199857,7 +206532,7 @@ return { [1]="steel_steal_reflect_damage_+%" } }, - [9086]={ + [9346]={ [1]={ [1]={ limit={ @@ -199886,7 +206561,7 @@ return { [1]="steelskin_damage_limit_+%" } }, - [9087]={ + [9347]={ [1]={ [1]={ limit={ @@ -199915,7 +206590,7 @@ return { [1]="stibnite_flask_evasion_rating_+%_final" } }, - [9088]={ + [9348]={ [1]={ [1]={ limit={ @@ -199931,7 +206606,7 @@ return { [1]="stone_golem_impale_on_hit_if_same_number_of_summoned_carrion_golems" } }, - [9089]={ + [9349]={ [1]={ [1]={ limit={ @@ -199947,7 +206622,36 @@ return { [1]="storm_armageddon_sigils_can_target_reaper_minions" } }, - [9090]={ + [9350]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Effect of Infusion" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Effect of Infusion" + } + }, + stats={ + [1]="storm_barrier_effect_+%" + } + }, + [9351]={ [1]={ [1]={ limit={ @@ -199976,7 +206680,7 @@ return { [1]="storm_blade_has_local_attack_speed_+%" } }, - [9091]={ + [9352]={ [1]={ [1]={ limit={ @@ -199992,7 +206696,7 @@ return { [1]="storm_blade_has_local_lightning_penetration_%" } }, - [9092]={ + [9353]={ [1]={ [1]={ limit={ @@ -200008,7 +206712,7 @@ return { [1]="storm_blade_quality_chance_to_shock_%" } }, - [9093]={ + [9354]={ [1]={ [1]={ limit={ @@ -200037,7 +206741,7 @@ return { [1]="storm_blade_quality_local_critical_strike_chance_+%" } }, - [9094]={ + [9355]={ [1]={ [1]={ limit={ @@ -200053,7 +206757,7 @@ return { [1]="storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks" } }, - [9095]={ + [9356]={ [1]={ [1]={ limit={ @@ -200069,7 +206773,7 @@ return { [1]="storm_brand_additional_chain_chance_%" } }, - [9096]={ + [9357]={ [1]={ [1]={ limit={ @@ -200085,7 +206789,7 @@ return { [1]="storm_brand_attached_target_lightning_penetration_%" } }, - [9097]={ + [9358]={ [1]={ [1]={ limit={ @@ -200114,7 +206818,7 @@ return { [1]="storm_brand_damage_+%" } }, - [9098]={ + [9359]={ [1]={ [1]={ limit={ @@ -200130,7 +206834,7 @@ return { [1]="storm_burst_15_%_chance_to_create_additional_orb" } }, - [9099]={ + [9360]={ [1]={ [1]={ limit={ @@ -200146,7 +206850,7 @@ return { [1]="storm_burst_additional_object_chance_%" } }, - [9100]={ + [9361]={ [1]={ [1]={ limit={ @@ -200175,7 +206879,7 @@ return { [1]="storm_burst_area_of_effect_+%" } }, - [9101]={ + [9362]={ [1]={ [1]={ limit={ @@ -200191,7 +206895,7 @@ return { [1]="storm_burst_avoid_interruption_while_casting_%" } }, - [9102]={ + [9363]={ [1]={ [1]={ limit={ @@ -200216,7 +206920,7 @@ return { [1]="storm_burst_number_of_additional_projectiles" } }, - [9103]={ + [9364]={ [1]={ [1]={ limit={ @@ -200245,7 +206949,7 @@ return { [1]="storm_rain_damage_+%" } }, - [9104]={ + [9365]={ [1]={ [1]={ limit={ @@ -200270,7 +206974,7 @@ return { [1]="storm_rain_num_additional_arrows" } }, - [9105]={ + [9366]={ [1]={ [1]={ limit={ @@ -200299,7 +207003,7 @@ return { [1]="stormbind_skill_area_of_effect_+%" } }, - [9106]={ + [9367]={ [1]={ [1]={ limit={ @@ -200328,7 +207032,7 @@ return { [1]="stormbind_skill_damage_+%" } }, - [9107]={ + [9368]={ [1]={ [1]={ limit={ @@ -200357,7 +207061,7 @@ return { [1]="stormblast_icicle_pyroclast_mine_aura_effect_+%" } }, - [9108]={ + [9369]={ [1]={ [1]={ limit={ @@ -200373,7 +207077,7 @@ return { [1]="stormblast_icicle_pyroclast_mine_base_deal_no_damage" } }, - [9109]={ + [9370]={ [1]={ [1]={ limit={ @@ -200402,7 +207106,7 @@ return { [1]="stormweaver_chill_effect_+%_final" } }, - [9110]={ + [9371]={ [1]={ [1]={ limit={ @@ -200431,7 +207135,7 @@ return { [1]="stormweaver_shock_effect_+%_final" } }, - [9111]={ + [9372]={ [1]={ [1]={ limit={ @@ -200447,7 +207151,7 @@ return { [1]="strength_can_satisfy_dexterity_and_intelligence_requirements_of_melee_weapons_and_skills" } }, - [9112]={ + [9373]={ [1]={ [1]={ limit={ @@ -200463,7 +207167,7 @@ return { [1]="strength_skill_gem_level_+" } }, - [9113]={ + [9374]={ [1]={ [1]={ limit={ @@ -200479,7 +207183,32 @@ return { [1]="strike_skills_knockback_on_melee_hit" } }, - [9114]={ + [9375]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Ailment and Stun Threshold while Surrounded" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Ailment and Stun Threshold while Surrounded" + } + }, + stats={ + [1]="stun_and_ailment_threshold_+%_while_surrounded" + } + }, + [9376]={ [1]={ [1]={ limit={ @@ -200495,7 +207224,7 @@ return { [1]="stun_duration_on_critical_strike_+%" } }, - [9115]={ + [9377]={ [1]={ [1]={ limit={ @@ -200524,7 +207253,7 @@ return { [1]="stun_duration_+%_per_15_strength" } }, - [9116]={ + [9378]={ [1]={ [1]={ limit={ @@ -200553,7 +207282,7 @@ return { [1]="stun_duration_+%_per_endurance_charge" } }, - [9117]={ + [9379]={ [1]={ [1]={ limit={ @@ -200569,7 +207298,7 @@ return { [1]="stun_nearby_enemies_when_stunned_chance_%" } }, - [9118]={ + [9380]={ [1]={ [1]={ limit={ @@ -200598,7 +207327,52 @@ return { [1]="stun_threshold_+%_during_empowered_attacks" } }, - [9119]={ + [9381]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="{0}% increased Stun Threshold for each time you've been Hit by an Enemy Recently, up to 100%" + } + }, + stats={ + [1]="stun_threshold_+%_for_each_time_hit_recently_up_to_100%" + } + }, + [9382]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Stun Threshold per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Stun Threshold per 25 Tribute" + } + }, + stats={ + [1]="stun_threshold_+%_per_25_tribute" + } + }, + [9383]={ [1]={ [1]={ limit={ @@ -200627,7 +207401,7 @@ return { [1]="stun_threshold_+%_per_number_of_times_stunned_recently" } }, - [9120]={ + [9384]={ [1]={ [1]={ limit={ @@ -200643,7 +207417,23 @@ return { [1]="stun_threshold_+_from_lowest_of_base_helmet_evasion_rating_and_armour" } }, - [9121]={ + [9385]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="+{0} to Stun Threshold per Dexterity" + } + }, + stats={ + [1]="stun_threshold_+_per_dexterity" + } + }, + [9386]={ [1]={ [1]={ limit={ @@ -200659,7 +207449,7 @@ return { [1]="stun_threshold_+_per_strength" } }, - [9122]={ + [9387]={ [1]={ [1]={ limit={ @@ -200675,7 +207465,7 @@ return { [1]="stun_threshold_based_on_%_energy_shield_instead_of_life" } }, - [9123]={ + [9388]={ [1]={ [1]={ limit={ @@ -200691,7 +207481,7 @@ return { [1]="stun_threshold_+_from_%_maximum_energy_shield" } }, - [9124]={ + [9389]={ [1]={ [1]={ limit={ @@ -200707,7 +207497,7 @@ return { [1]="stun_threshold_+%_per_rage" } }, - [9125]={ + [9390]={ [1]={ [1]={ limit={ @@ -200736,7 +207526,7 @@ return { [1]="stun_threshold_+%_when_not_stunned_recently" } }, - [9126]={ + [9391]={ [1]={ [1]={ limit={ @@ -200765,7 +207555,7 @@ return { [1]="stun_threshold_+%_when_on_full_life" } }, - [9127]={ + [9392]={ [1]={ [1]={ limit={ @@ -200781,7 +207571,7 @@ return { [1]="stun_threshold_reduction_+%_with_500_or_more_strength" } }, - [9128]={ + [9393]={ [1]={ [1]={ limit={ @@ -200797,7 +207587,7 @@ return { [1]="summon_2_totems" } }, - [9129]={ + [9394]={ [1]={ [1]={ limit={ @@ -200826,7 +207616,7 @@ return { [1]="summon_arbalist_attack_speed_+%" } }, - [9130]={ + [9395]={ [1]={ [1]={ limit={ @@ -200842,7 +207632,7 @@ return { [1]="summon_arbalist_chains_+" } }, - [9131]={ + [9396]={ [1]={ [1]={ limit={ @@ -200858,7 +207648,7 @@ return { [1]="summon_arbalist_chance_to_bleed_%" } }, - [9132]={ + [9397]={ [1]={ [1]={ limit={ @@ -200874,7 +207664,7 @@ return { [1]="summon_arbalist_chance_to_crush_on_hit_%" } }, - [9133]={ + [9398]={ [1]={ [1]={ limit={ @@ -200890,23 +207680,7 @@ return { [1]="summon_arbalist_chance_to_deal_double_damage_%" } }, - [9134]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Summoned Arbalists have {}% chance to Freeze, Shock, and Ignite" - } - }, - stats={ - [1]="summon_arbalist_chance_to_ignite_freeze_shock_%" - } - }, - [9135]={ + [9399]={ [1]={ [1]={ limit={ @@ -200922,7 +207696,7 @@ return { [1]="summon_arbalist_chance_to_intimidate_for_4_seconds_on_hit_%" } }, - [9136]={ + [9400]={ [1]={ [1]={ limit={ @@ -200938,7 +207712,7 @@ return { [1]="summon_arbalist_chance_to_maim_for_4_seconds_on_hit_%" } }, - [9137]={ + [9401]={ [1]={ [1]={ limit={ @@ -200954,7 +207728,7 @@ return { [1]="summon_arbalist_chance_to_poison_%" } }, - [9138]={ + [9402]={ [1]={ [1]={ limit={ @@ -200970,7 +207744,7 @@ return { [1]="summon_arbalist_chance_to_unnerve_for_4_seconds_on_hit_%" } }, - [9139]={ + [9403]={ [1]={ [1]={ limit={ @@ -200986,7 +207760,7 @@ return { [1]="summon_arbalist_number_of_additional_projectiles" } }, - [9140]={ + [9404]={ [1]={ [1]={ limit={ @@ -201002,7 +207776,7 @@ return { [1]="summon_arbalist_number_of_splits" } }, - [9141]={ + [9405]={ [1]={ [1]={ limit={ @@ -201018,7 +207792,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_convert_to_cold" } }, - [9142]={ + [9406]={ [1]={ [1]={ limit={ @@ -201034,7 +207808,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_convert_to_fire" } }, - [9143]={ + [9407]={ [1]={ [1]={ limit={ @@ -201050,7 +207824,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_convert_to_lightning" } }, - [9144]={ + [9408]={ [1]={ [1]={ limit={ @@ -201066,7 +207840,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_gain_as_cold" } }, - [9145]={ + [9409]={ [1]={ [1]={ limit={ @@ -201082,7 +207856,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_gain_as_fire" } }, - [9146]={ + [9410]={ [1]={ [1]={ limit={ @@ -201098,7 +207872,7 @@ return { [1]="summoned_arbalist_physical_damage_%_to_gain_as_lightning" } }, - [9147]={ + [9411]={ [1]={ [1]={ limit={ @@ -201114,7 +207888,7 @@ return { [1]="summon_arbalist_projectiles_fork" } }, - [9148]={ + [9412]={ [1]={ [1]={ limit={ @@ -201130,7 +207904,7 @@ return { [1]="summon_arbalist_targets_to_pierce" } }, - [9149]={ + [9413]={ [1]={ [1]={ limit={ @@ -201146,23 +207920,7 @@ return { [1]="summon_arbalist_chance_to_freeze_%" } }, - [9150]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Summoned Arbalists have {}% chance to Ignite" - } - }, - stats={ - [1]="summon_arbalist_chance_to_ignite_%" - } - }, - [9151]={ + [9414]={ [1]={ [1]={ limit={ @@ -201178,7 +207936,7 @@ return { [1]="summon_arbalist_chance_to_shock_%" } }, - [9152]={ + [9415]={ [1]={ [1]={ limit={ @@ -201194,7 +207952,7 @@ return { [1]="summon_arbalist_chance_to_inflict_cold_exposure_on_hit_%" } }, - [9153]={ + [9416]={ [1]={ [1]={ limit={ @@ -201210,7 +207968,7 @@ return { [1]="summon_arbalist_chance_to_inflict_fire_exposure_on_hit_%" } }, - [9154]={ + [9417]={ [1]={ [1]={ limit={ @@ -201226,7 +207984,7 @@ return { [1]="summon_arbalist_chance_to_inflict_lightning_exposure_on_hit_%" } }, - [9155]={ + [9418]={ [1]={ [1]={ limit={ @@ -201242,7 +208000,7 @@ return { [1]="summon_raging_spirit_melee_splash_fire_damage_only" } }, - [9156]={ + [9419]={ [1]={ [1]={ limit={ @@ -201271,7 +208029,7 @@ return { [1]="summon_reaper_cooldown_speed_+%" } }, - [9157]={ + [9420]={ [1]={ [1]={ limit={ @@ -201323,7 +208081,7 @@ return { [1]="summon_skeletons_additional_warrior_skeleton_one_twentieth_chance" } }, - [9158]={ + [9421]={ [1]={ [1]={ limit={ @@ -201339,7 +208097,7 @@ return { [1]="summon_skeletons_additional_warrior_skeleton_%_chance" } }, - [9159]={ + [9422]={ [1]={ [1]={ [1]={ @@ -201372,7 +208130,7 @@ return { [1]="summon_skeletons_cooldown_modifier_ms" } }, - [9160]={ + [9423]={ [1]={ [1]={ limit={ @@ -201401,7 +208159,7 @@ return { [1]="summon_skitterbots_area_of_effect_+%" } }, - [9161]={ + [9424]={ [1]={ [1]={ limit={ @@ -201434,7 +208192,7 @@ return { [1]="summon_skitterbots_mana_reservation_+%" } }, - [9162]={ + [9425]={ [1]={ [1]={ limit={ @@ -201450,7 +208208,7 @@ return { [1]="summoned_phantasms_grant_buff" } }, - [9163]={ + [9426]={ [1]={ [1]={ limit={ @@ -201466,7 +208224,7 @@ return { [1]="summoned_phantasms_have_no_duration" } }, - [9164]={ + [9427]={ [1]={ [1]={ limit={ @@ -201482,7 +208240,7 @@ return { [1]="summoned_raging_spirits_have_diamond_and_massive_shrine_buff" } }, - [9165]={ + [9428]={ [1]={ [1]={ limit={ @@ -201511,7 +208269,7 @@ return { [1]="summoned_reaper_damage_+%" } }, - [9166]={ + [9429]={ [1]={ [1]={ limit={ @@ -201527,7 +208285,7 @@ return { [1]="summoned_reaper_physical_dot_multiplier_+" } }, - [9167]={ + [9430]={ [1]={ [1]={ limit={ @@ -201543,7 +208301,7 @@ return { [1]="summoned_skeleton_%_chance_to_wither_for_2_seconds" } }, - [9168]={ + [9431]={ [1]={ [1]={ limit={ @@ -201559,7 +208317,7 @@ return { [1]="summoned_skeleton_%_physical_to_chaos" } }, - [9169]={ + [9432]={ [1]={ [1]={ limit={ @@ -201584,7 +208342,7 @@ return { [1]="summoned_skeletons_cover_in_ash_on_hit_%" } }, - [9170]={ + [9433]={ [1]={ [1]={ [1]={ @@ -201604,7 +208362,7 @@ return { [1]="summoned_skeletons_fire_damage_%_of_maximum_life_taken_per_minute" } }, - [9171]={ + [9434]={ [1]={ [1]={ limit={ @@ -201620,7 +208378,7 @@ return { [1]="summoned_skeletons_hits_cant_be_evaded" } }, - [9172]={ + [9435]={ [1]={ [1]={ limit={ @@ -201649,7 +208407,7 @@ return { [1]="summoned_skitterbots_cooldown_recovery_+%" } }, - [9173]={ + [9436]={ [1]={ [1]={ limit={ @@ -201665,7 +208423,7 @@ return { [1]="summoned_support_ghosts_have_diamond_and_massive_shrine_buff" } }, - [9174]={ + [9437]={ [1]={ [1]={ limit={ @@ -201681,7 +208439,7 @@ return { [1]="support_additional_trap_mine_%_chance_for_1_additional_trap_mine" } }, - [9175]={ + [9438]={ [1]={ [1]={ limit={ @@ -201710,7 +208468,7 @@ return { [1]="support_anticipation_charge_gain_frequency_+%" } }, - [9176]={ + [9439]={ [1]={ [1]={ limit={ @@ -201739,7 +208497,7 @@ return { [1]="support_buffed_heralds_buff_effect_+%_final" } }, - [9177]={ + [9440]={ [1]={ [1]={ limit={ @@ -201777,7 +208535,7 @@ return { [1]="support_deadly_heralds_buff_effect_+%_final" } }, - [9178]={ + [9441]={ [1]={ [1]={ limit={ @@ -201806,7 +208564,7 @@ return { [1]="support_deadly_heralds_damage_+%_final" } }, - [9179]={ + [9442]={ [1]={ [1]={ limit={ @@ -201835,23 +208593,7 @@ return { [1]="support_fast_forward_detonation_time_+%_final" } }, - [9180]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You can use each type of Support Gem an additional time in different Skills" - } - }, - stats={ - [1]="support_gem_limit_+" - } - }, - [9181]={ + [9443]={ [1]={ [1]={ limit={ @@ -201876,7 +208618,7 @@ return { [1]="support_hourglass_damage_+%_final" } }, - [9182]={ + [9444]={ [1]={ [1]={ limit={ @@ -201892,14 +208634,14 @@ return { [1]="support_jagged_ground_chance_%" } }, - [9183]={ + [9445]={ [1]={ }, stats={ [1]="support_last_gasp_duration_ms" } }, - [9184]={ + [9446]={ [1]={ [1]={ limit={ @@ -201928,7 +208670,7 @@ return { [1]="support_maimed_enemies_physical_damage_taken_+%" } }, - [9185]={ + [9447]={ [1]={ [1]={ limit={ @@ -201949,7 +208691,7 @@ return { [2]="global_maximum_added_fire_damage_vs_burning_enemies" } }, - [9186]={ + [9448]={ [1]={ [1]={ [1]={ @@ -201969,7 +208711,7 @@ return { [1]="support_mirage_archer_base_duration" } }, - [9187]={ + [9449]={ [1]={ [1]={ limit={ @@ -201998,7 +208740,7 @@ return { [1]="support_slashing_damage_+%_final_from_distance" } }, - [9188]={ + [9450]={ [1]={ [1]={ limit={ @@ -202014,7 +208756,7 @@ return { [1]="supported_aura_skill_gem_level_+" } }, - [9189]={ + [9451]={ [1]={ [1]={ limit={ @@ -202030,7 +208772,7 @@ return { [1]="supported_cold_skill_gem_level_+" } }, - [9190]={ + [9452]={ [1]={ [1]={ limit={ @@ -202046,7 +208788,7 @@ return { [1]="supported_elemental_skill_gem_level_+" } }, - [9191]={ + [9453]={ [1]={ [1]={ limit={ @@ -202062,7 +208804,7 @@ return { [1]="supported_fire_skill_gem_level_+" } }, - [9192]={ + [9454]={ [1]={ [1]={ limit={ @@ -202078,23 +208820,32 @@ return { [1]="supported_lightning_skill_gem_level_+" } }, - [9193]={ + [9455]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="Suppressed Spell Damage cannot inflict Elemental Ailments on you" + text="{0}% increased Surrounded Area of Effect" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Surrounded Area of Effect" } }, stats={ - [1]="suppressed_spell_damage_cannot_inflict_elemental_ailments" + [1]="surrounded_area_of_effect_+%" } }, - [9194]={ + [9456]={ [1]={ [1]={ limit={ @@ -202110,7 +208861,7 @@ return { [1]="synthesis_map_adjacent_nodes_global_mod_values_doubled" } }, - [9195]={ + [9457]={ [1]={ [1]={ limit={ @@ -202126,7 +208877,7 @@ return { [1]="synthesis_map_global_mod_values_doubled_on_this_node" } }, - [9196]={ + [9458]={ [1]={ [1]={ limit={ @@ -202142,7 +208893,7 @@ return { [1]="synthesis_map_global_mod_values_tripled_on_this_node" } }, - [9197]={ + [9459]={ [1]={ [1]={ limit={ @@ -202158,7 +208909,7 @@ return { [1]="synthesis_map_memories_do_not_collapse_on_this_node" } }, - [9198]={ + [9460]={ [1]={ [1]={ limit={ @@ -202187,7 +208938,7 @@ return { [1]="synthesis_map_monster_slain_experience_+%_on_this_node" } }, - [9199]={ + [9461]={ [1]={ [1]={ limit={ @@ -202203,7 +208954,7 @@ return { [1]="synthesis_map_nearby_memories_have_bonus" } }, - [9200]={ + [9462]={ [1]={ [1]={ limit={ @@ -202228,7 +208979,7 @@ return { [1]="synthesis_map_node_additional_uses_+" } }, - [9201]={ + [9463]={ [1]={ [1]={ limit={ @@ -202244,7 +208995,7 @@ return { [1]="synthesis_map_node_global_mod_values_tripled_if_adjacent_squares_have_memories" } }, - [9202]={ + [9464]={ [1]={ [1]={ limit={ @@ -202269,7 +209020,7 @@ return { [1]="synthesis_map_node_grants_additional_global_mod" } }, - [9203]={ + [9465]={ [1]={ [1]={ limit={ @@ -202285,7 +209036,7 @@ return { [1]="synthesis_map_node_grants_no_global_mod" } }, - [9204]={ + [9466]={ [1]={ [1]={ limit={ @@ -202301,7 +209052,7 @@ return { [1]="synthesis_map_node_guest_monsters_replaced_by_synthesised_monsters" } }, - [9205]={ + [9467]={ [1]={ [1]={ limit={ @@ -202317,7 +209068,7 @@ return { [1]="synthesis_map_node_item_quantity_increases_doubled" } }, - [9206]={ + [9468]={ [1]={ [1]={ limit={ @@ -202333,7 +209084,7 @@ return { [1]="synthesis_map_node_item_rarity_increases_doubled" } }, - [9207]={ + [9469]={ [1]={ [1]={ limit={ @@ -202358,7 +209109,7 @@ return { [1]="synthesis_map_node_level_+" } }, - [9208]={ + [9470]={ [1]={ [1]={ limit={ @@ -202374,7 +209125,7 @@ return { [1]="synthesis_map_node_monsters_drop_no_items" } }, - [9209]={ + [9471]={ [1]={ [1]={ limit={ @@ -202390,7 +209141,7 @@ return { [1]="synthesis_map_node_pack_size_increases_doubled" } }, - [9210]={ + [9472]={ [1]={ [1]={ limit={ @@ -202419,7 +209170,7 @@ return { [1]="tactician_spirit_reservation_+%_final_for_permanent_buffs" } }, - [9211]={ + [9473]={ [1]={ [1]={ limit={ @@ -202448,7 +209199,7 @@ return { [1]="tailwind_effect_on_self_+%" } }, - [9212]={ + [9474]={ [1]={ [1]={ limit={ @@ -202477,7 +209228,7 @@ return { [1]="tailwind_effect_on_self_+%_per_gale_force" } }, - [9213]={ + [9475]={ [1]={ [1]={ limit={ @@ -202493,7 +209244,7 @@ return { [1]="tailwind_if_have_crit_recently" } }, - [9214]={ + [9476]={ [1]={ [1]={ limit={ @@ -202509,7 +209260,7 @@ return { [1]="take_X_lightning_damage_when_herald_of_thunder_hits_an_enemy" } }, - [9215]={ + [9477]={ [1]={ [1]={ limit={ @@ -202525,7 +209276,7 @@ return { [1]="take_half_area_damage_from_hit_%_chance" } }, - [9216]={ + [9478]={ [1]={ [1]={ limit={ @@ -202541,7 +209292,7 @@ return { [1]="take_no_extra_damage_from_critical_strikes_if_cast_enfeeble_in_past_10_seconds" } }, - [9217]={ + [9479]={ [1]={ [1]={ limit={ @@ -202566,7 +209317,7 @@ return { [1]="take_physical_damage_equal_to_%_total_unmet_strength_requirements_on_attack" } }, - [9218]={ + [9480]={ [1]={ [1]={ [1]={ @@ -202599,7 +209350,7 @@ return { [1]="talisman_implicit_projectiles_pierce_1_additional_target_per_10" } }, - [9219]={ + [9481]={ [1]={ [1]={ limit={ @@ -202615,7 +209366,7 @@ return { [1]="taunt_on_projectile_hit_chance_%" } }, - [9220]={ + [9482]={ [1]={ [1]={ limit={ @@ -202644,7 +209395,7 @@ return { [1]="taunted_enemies_by_warcry_damage_taken_+%" } }, - [9221]={ + [9483]={ [1]={ [1]={ [1]={ @@ -202664,7 +209415,7 @@ return { [1]="tectonic_slam_1%_chance_to_do_charged_slam_per_2_stat_value" } }, - [9222]={ + [9484]={ [1]={ [1]={ limit={ @@ -202680,7 +209431,7 @@ return { [1]="tectonic_slam_and_infernal_blow_attack_damage_+%_per_450_physical_damage_reduction_rating" } }, - [9223]={ + [9485]={ [1]={ [1]={ limit={ @@ -202696,7 +209447,7 @@ return { [1]="tectonic_slam_and_infernal_blow_attack_damage_+%_per_700_physical_damage_reduction_rating" } }, - [9224]={ + [9486]={ [1]={ [1]={ limit={ @@ -202725,7 +209476,7 @@ return { [1]="tectonic_slam_area_of_effect_+%" } }, - [9225]={ + [9487]={ [1]={ [1]={ limit={ @@ -202754,7 +209505,7 @@ return { [1]="tectonic_slam_damage_+%" } }, - [9226]={ + [9488]={ [1]={ [1]={ limit={ @@ -202770,7 +209521,7 @@ return { [1]="tectonic_slam_%_chance_to_do_charged_slam" } }, - [9227]={ + [9489]={ [1]={ [1]={ [1]={ @@ -202790,7 +209541,7 @@ return { [1]="tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value" } }, - [9228]={ + [9490]={ [1]={ [1]={ limit={ @@ -202806,7 +209557,7 @@ return { [1]="tectonic_slam_side_crack_additional_chance_%" } }, - [9229]={ + [9491]={ [1]={ [1]={ limit={ @@ -202835,7 +209586,7 @@ return { [1]="tempest_shield_buff_effect_+%" } }, - [9230]={ + [9492]={ [1]={ [1]={ limit={ @@ -202851,7 +209602,7 @@ return { [1]="temporal_chains_no_reservation" } }, - [9231]={ + [9493]={ [1]={ [1]={ limit={ @@ -202867,7 +209618,23 @@ return { [1]="temporal_rift_cooldown_speed_+%" } }, - [9232]={ + [9494]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Temporary Minion Skills have {0:+d} to Limit of Minions summoned" + } + }, + stats={ + [1]="temporary_minion_limit_+" + } + }, + [9495]={ [1]={ [1]={ limit={ @@ -202883,7 +209650,7 @@ return { [1]="thaumaturgy_rotation_active" } }, - [9233]={ + [9496]={ [1]={ [1]={ limit={ @@ -202912,7 +209679,65 @@ return { [1]="thorns_critical_strike_chance_+%" } }, - [9234]={ + [9497]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Thorns damage if you've consumed an Endurance Charge Recently" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Thorns damage if you've consumed an Endurance Charge Recently" + } + }, + stats={ + [1]="thorns_damage_+%_if_consumed_endurance_charge_recently" + } + }, + [9498]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Thorns damage per 10 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Thorns damage per 10 Tribute" + } + }, + stats={ + [1]="thorns_damage_+%_per_10_tribute" + } + }, + [9499]={ [1]={ [1]={ limit={ @@ -202928,7 +209753,7 @@ return { [1]="thorns_damage_has_%_chance_to_ignore_armour" } }, - [9235]={ + [9500]={ [1]={ [1]={ limit={ @@ -202957,7 +209782,7 @@ return { [1]="thorns_damage_+%" } }, - [9236]={ + [9501]={ [1]={ [1]={ limit={ @@ -202986,7 +209811,28 @@ return { [1]="thorns_damage_+%_if_blocked_recently" } }, - [9237]={ + [9502]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + }, + [2]={ + [1]="#", + [2]="#" + } + }, + text="{0} to {1} Fire Thorns damage per 100 maximum Life" + } + }, + stats={ + [1]="thorns_maximum_fire_damage_per_100_life", + [2]="thorns_minimum_fire_damage_per_100_life" + } + }, + [9503]={ [1]={ [1]={ limit={ @@ -203007,7 +209853,7 @@ return { [2]="thorns_maximum_base_chaos_damage" } }, - [9238]={ + [9504]={ [1]={ [1]={ limit={ @@ -203028,7 +209874,7 @@ return { [2]="thorns_maximum_base_cold_damage" } }, - [9239]={ + [9505]={ [1]={ [1]={ limit={ @@ -203049,7 +209895,7 @@ return { [2]="thorns_maximum_base_fire_damage" } }, - [9240]={ + [9506]={ [1]={ [1]={ limit={ @@ -203070,7 +209916,7 @@ return { [2]="thorns_maximum_base_lightning_damage" } }, - [9241]={ + [9507]={ [1]={ [1]={ limit={ @@ -203091,7 +209937,36 @@ return { [2]="thorns_maximum_base_physical_damage" } }, - [9242]={ + [9508]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% chance for Thorns to Retaliate against Non-Melee Hits if you have at least 200 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% chance for Thorns to Retaliate against Non-Melee Hits if you have at least 200 Tribute" + } + }, + stats={ + [1]="thorns_proc_chance_%_against_non_melee_hits_if_you_have_at_least_200_tribute" + } + }, + [9509]={ [1]={ [1]={ limit={ @@ -203107,7 +209982,7 @@ return { [1]="thorns_proc_off_any_hit" } }, - [9243]={ + [9510]={ [1]={ [1]={ limit={ @@ -203136,7 +210011,7 @@ return { [1]="threshold_jewel_magma_orb_damage_+%_final" } }, - [9244]={ + [9511]={ [1]={ [1]={ limit={ @@ -203165,7 +210040,7 @@ return { [1]="threshold_jewel_magma_orb_damage_+%_final_per_chain" } }, - [9245]={ + [9512]={ [1]={ [1]={ limit={ @@ -203194,7 +210069,7 @@ return { [1]="threshold_jewel_molten_strike_damage_projectile_count_+%_final" } }, - [9246]={ + [9513]={ [1]={ [1]={ limit={ @@ -203223,7 +210098,7 @@ return { [1]="thrown_shield_secondary_projectile_damage_+%_final" } }, - [9247]={ + [9514]={ [1]={ [1]={ limit={ @@ -203239,7 +210114,7 @@ return { [1]="titan_additional_inventory" } }, - [9248]={ + [9515]={ [1]={ [1]={ limit={ @@ -203268,7 +210143,7 @@ return { [1]="titan_damage_+%_final_against_heavy_stunned_enemies" } }, - [9249]={ + [9516]={ [1]={ [1]={ limit={ @@ -203284,7 +210159,7 @@ return { [1]="titan_expanded_main_inventory" } }, - [9250]={ + [9517]={ [1]={ [1]={ limit={ @@ -203313,7 +210188,7 @@ return { [1]="titan_hit_damage_stun_multiplier_+%_final_vs_full_life_enemies" } }, - [9251]={ + [9518]={ [1]={ [1]={ limit={ @@ -203342,7 +210217,7 @@ return { [1]="titan_maximum_life_+%_final" } }, - [9252]={ + [9519]={ [1]={ [1]={ limit={ @@ -203371,7 +210246,7 @@ return { [1]="tornado_damage_frequency_+%" } }, - [9253]={ + [9520]={ [1]={ [1]={ limit={ @@ -203400,7 +210275,7 @@ return { [1]="tornado_damage_+%" } }, - [9254]={ + [9521]={ [1]={ [1]={ limit={ @@ -203429,7 +210304,7 @@ return { [1]="tornado_movement_speed_+%" } }, - [9255]={ + [9522]={ [1]={ [1]={ limit={ @@ -203458,7 +210333,7 @@ return { [1]="tornado_only_primary_duration_+%" } }, - [9256]={ + [9523]={ [1]={ [1]={ limit={ @@ -203487,7 +210362,7 @@ return { [1]="tornado_skill_area_of_effect_+%" } }, - [9257]={ + [9524]={ [1]={ [1]={ limit={ @@ -203503,7 +210378,7 @@ return { [1]="totems_action_speed_cannot_be_modified_below_base" } }, - [9258]={ + [9525]={ [1]={ [1]={ limit={ @@ -203519,7 +210394,7 @@ return { [1]="totem_chaos_immunity" } }, - [9259]={ + [9526]={ [1]={ [1]={ limit={ @@ -203548,7 +210423,7 @@ return { [1]="totem_chaos_resistance_%" } }, - [9260]={ + [9527]={ [1]={ [1]={ limit={ @@ -203577,7 +210452,7 @@ return { [1]="totem_damage_+%_if_havent_summoned_totem_in_past_2_seconds" } }, - [9261]={ + [9528]={ [1]={ [1]={ limit={ @@ -203606,7 +210481,7 @@ return { [1]="totem_damage_+%_per_10_devotion" } }, - [9262]={ + [9529]={ [1]={ [1]={ limit={ @@ -203615,14 +210490,14 @@ return { [2]="#" } }, - text="Totems Hinder Enemies near them when Summoned" + text="Totems Hinder Enemies in their Presence when Summoned" } }, stats={ [1]="totem_hinder_nearby_enemies_when_summoned_with_25%_reduced_movement_speed" } }, - [9263]={ + [9530]={ [1]={ [1]={ limit={ @@ -203638,7 +210513,7 @@ return { [1]="totem_maximum_energy_shield" } }, - [9264]={ + [9531]={ [1]={ [1]={ limit={ @@ -203654,7 +210529,7 @@ return { [1]="totem_only_uses_skill_when_owner_attacks" } }, - [9265]={ + [9532]={ [1]={ [1]={ limit={ @@ -203683,7 +210558,7 @@ return { [1]="totem_placement_range_+%" } }, - [9266]={ + [9533]={ [1]={ [1]={ limit={ @@ -203699,7 +210574,7 @@ return { [1]="totem_skill_gem_level_+" } }, - [9267]={ + [9534]={ [1]={ [1]={ limit={ @@ -203728,7 +210603,7 @@ return { [1]="totem_spells_damage_+%" } }, - [9268]={ + [9535]={ [1]={ [1]={ limit={ @@ -203744,7 +210619,7 @@ return { [1]="totems_explode_on_death_for_%_life_as_physical" } }, - [9269]={ + [9536]={ [1]={ [1]={ limit={ @@ -203753,7 +210628,7 @@ return { [2]="#" } }, - text="Each Totem applies {0}% increased Damage taken to Enemies near it" + text="Each Totem applies {0}% increased Damage taken to Enemies in their Presence" }, [2]={ [1]={ @@ -203766,14 +210641,14 @@ return { [2]=-1 } }, - text="Each Totem applies {0}% reduced Damage taken to Enemies near it" + text="Each Totem applies {0}% reduced Damage taken to Enemies in their Presence" } }, stats={ [1]="totems_nearby_enemies_damage_taken_+%" } }, - [9270]={ + [9537]={ [1]={ [1]={ [1]={ @@ -203793,7 +210668,7 @@ return { [1]="totems_regenerate_%_life_per_minute" } }, - [9271]={ + [9538]={ [1]={ [1]={ limit={ @@ -203818,7 +210693,7 @@ return { [1]="totems_taunt_enemies_around_them_for_x_seconds_when_summoned" } }, - [9272]={ + [9539]={ [1]={ [1]={ limit={ @@ -203834,7 +210709,7 @@ return { [1]="tower_add_breach_to_X_maps" } }, - [9273]={ + [9540]={ [1]={ [1]={ limit={ @@ -203850,7 +210725,7 @@ return { [1]="tower_add_delirium_to_X_maps" } }, - [9274]={ + [9541]={ [1]={ [1]={ limit={ @@ -203866,7 +210741,7 @@ return { [1]="tower_add_expedition_to_X_maps" } }, - [9275]={ + [9542]={ [1]={ [1]={ limit={ @@ -203882,7 +210757,7 @@ return { [1]="tower_add_irradiated_to_X_maps" } }, - [9276]={ + [9543]={ [1]={ [1]={ limit={ @@ -203898,7 +210773,7 @@ return { [1]="tower_add_map_bosses_to_X_maps" } }, - [9277]={ + [9544]={ [1]={ [1]={ limit={ @@ -203914,7 +210789,7 @@ return { [1]="tower_add_ritual_to_X_maps" } }, - [9278]={ + [9545]={ [1]={ [1]={ limit={ @@ -203943,7 +210818,7 @@ return { [1]="toxic_rain_damage_+%" } }, - [9279]={ + [9546]={ [1]={ [1]={ limit={ @@ -203968,7 +210843,7 @@ return { [1]="toxic_rain_num_of_additional_projectiles" } }, - [9280]={ + [9547]={ [1]={ [1]={ limit={ @@ -203984,7 +210859,7 @@ return { [1]="toxic_rain_physical_damage_%_to_gain_as_chaos" } }, - [9281]={ + [9548]={ [1]={ [1]={ limit={ @@ -204013,7 +210888,7 @@ return { [1]="trap_and_mine_damage_+%_if_armed_for_4_seconds" } }, - [9282]={ + [9549]={ [1]={ [1]={ limit={ @@ -204042,7 +210917,7 @@ return { [1]="trap_and_mine_throwing_speed_+%" } }, - [9283]={ + [9550]={ [1]={ [1]={ limit={ @@ -204067,7 +210942,7 @@ return { [1]="trap_skill_added_cooldown_count" } }, - [9284]={ + [9551]={ [1]={ [1]={ limit={ @@ -204096,7 +210971,7 @@ return { [1]="trap_spread_+%" } }, - [9285]={ + [9552]={ [1]={ [1]={ limit={ @@ -204125,7 +211000,7 @@ return { [1]="trap_throwing_speed_+%_per_frenzy_charge" } }, - [9286]={ + [9553]={ [1]={ [1]={ limit={ @@ -204141,7 +211016,7 @@ return { [1]="traps_cannot_be_triggered_by_enemies" } }, - [9287]={ + [9554]={ [1]={ [1]={ limit={ @@ -204157,7 +211032,7 @@ return { [1]="traps_invulnerable" } }, - [9288]={ + [9555]={ [1]={ [1]={ limit={ @@ -204173,7 +211048,7 @@ return { [1]="travel_skills_cannot_be_exerted" } }, - [9289]={ + [9556]={ [1]={ [1]={ limit={ @@ -204189,7 +211064,7 @@ return { [1]="travel_skills_poison_reflected_to_self_up_to_5_poisons" } }, - [9290]={ + [9557]={ [1]={ [1]={ limit={ @@ -204214,7 +211089,7 @@ return { [1]="treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance" } }, - [9291]={ + [9558]={ [1]={ [1]={ [1]={ @@ -204247,7 +211122,7 @@ return { [1]="trickster_cannot_take_damage_over_time_for_X_ms_every_10_seconds" } }, - [9292]={ + [9559]={ [1]={ [1]={ limit={ @@ -204276,7 +211151,7 @@ return { [1]="trickster_damage_over_time_+%_final" } }, - [9293]={ + [9560]={ [1]={ [1]={ limit={ @@ -204292,7 +211167,7 @@ return { [1]="trigger_elemental_storm_on_crit" } }, - [9294]={ + [9561]={ [1]={ [1]={ limit={ @@ -204317,7 +211192,7 @@ return { [1]="trigger_skills_refund_half_energy_spent_chance_%" } }, - [9295]={ + [9562]={ [1]={ [1]={ limit={ @@ -204333,7 +211208,7 @@ return { [1]="trigger_wild_strike_on_attack_crit" } }, - [9296]={ + [9563]={ [1]={ [1]={ limit={ @@ -204362,7 +211237,7 @@ return { [1]="triggerbots_damage_+%_final_with_triggered_spells" } }, - [9297]={ + [9564]={ [1]={ [1]={ limit={ @@ -204391,7 +211266,7 @@ return { [1]="triggered_spell_spell_damage_+%" } }, - [9298]={ + [9565]={ [1]={ [1]={ limit={ @@ -204407,7 +211282,7 @@ return { [1]="triggers_burning_runes_on_placing_ground_rune" } }, - [9299]={ + [9566]={ [1]={ [1]={ limit={ @@ -204423,7 +211298,7 @@ return { [1]="triggers_soulbreaker_on_breaking_enemy_energy_shield" } }, - [9300]={ + [9567]={ [1]={ [1]={ limit={ @@ -204436,7 +211311,7 @@ return { [2]=0 } }, - text="{0:+d}% more Elemental Damage with Attacks per 30\nResonance of any type" + text="{0:+d}% more Elemental Damage per 30 Resonance of any type" }, [2]={ limit={ @@ -204449,7 +211324,7 @@ return { [2]="#" } }, - text="{0}% more Elemental Damage with Attacks per 30\nResonance of any type" + text="{0}% more Elemental Damage per 30 Resonance of any type" }, [3]={ [1]={ @@ -204466,7 +211341,7 @@ return { [2]="#" } }, - text="{0}% less Elemental Damage with Attacks per 30\nResonance of any type" + text="{0}% less Elemental Damage per 30 Resonance of any type" } }, stats={ @@ -204474,7 +211349,7 @@ return { [2]="quality_display_trinity_is_gem" } }, - [9301]={ + [9568]={ [1]={ [1]={ limit={ @@ -204487,7 +211362,7 @@ return { [2]="#" } }, - text="On dealing Elemental Damage with an Attack Hit gain {0} Resonance of the highest Elemental Damage type and lose {1} Resonance of the other types" + text="On dealing Elemental Damage with a Hit, gain {0} Resonance of the highest Elemental Damage type and lose {1} Resonance of the other types" } }, stats={ @@ -204495,7 +211370,7 @@ return { [2]="trinity_loss_per_hit" } }, - [9302]={ + [9569]={ [1]={ [1]={ limit={ @@ -204524,7 +211399,7 @@ return { [1]="two_handed_melee_area_damage_+%" } }, - [9303]={ + [9570]={ [1]={ [1]={ limit={ @@ -204553,7 +211428,7 @@ return { [1]="two_handed_melee_area_of_effect_+%" } }, - [9304]={ + [9571]={ [1]={ [1]={ limit={ @@ -204569,7 +211444,7 @@ return { [1]="uber_domain_monster_additional_physical_damage_reduction_%_per_revival" } }, - [9305]={ + [9572]={ [1]={ [1]={ limit={ @@ -204585,7 +211460,7 @@ return { [1]="uber_domain_monster_all_resistances_+%_per_revival" } }, - [9306]={ + [9573]={ [1]={ [1]={ limit={ @@ -204614,7 +211489,7 @@ return { [1]="uber_domain_monster_attack_and_cast_speed_+%_per_revival" } }, - [9307]={ + [9574]={ [1]={ [1]={ limit={ @@ -204630,7 +211505,7 @@ return { [1]="uber_domain_monster_avoid_stun_%_per_revival" } }, - [9308]={ + [9575]={ [1]={ [1]={ limit={ @@ -204659,7 +211534,7 @@ return { [1]="uber_domain_monster_critical_strike_chance_+%_per_revival" } }, - [9309]={ + [9576]={ [1]={ [1]={ limit={ @@ -204675,7 +211550,7 @@ return { [1]="uber_domain_monster_critical_strike_multiplier_+%_per_revival" } }, - [9310]={ + [9577]={ [1]={ [1]={ limit={ @@ -204691,7 +211566,7 @@ return { [1]="uber_domain_monster_deal_double_damage_chance_%_per_revival" } }, - [9311]={ + [9578]={ [1]={ [1]={ [1]={ @@ -204711,7 +211586,7 @@ return { [1]="uber_domain_monster_life_regeneration_rate_per_minute_%_per_revival" } }, - [9312]={ + [9579]={ [1]={ [1]={ limit={ @@ -204740,7 +211615,7 @@ return { [1]="uber_domain_monster_maximum_life_+%_per_revival" } }, - [9313]={ + [9580]={ [1]={ [1]={ limit={ @@ -204769,7 +211644,7 @@ return { [1]="uber_domain_monster_movement_speed_+%_per_revival" } }, - [9314]={ + [9581]={ [1]={ [1]={ limit={ @@ -204785,7 +211660,7 @@ return { [1]="uber_domain_monster_overwhelm_%_physical_damage_reduction_per_revival" } }, - [9315]={ + [9582]={ [1]={ [1]={ limit={ @@ -204801,7 +211676,7 @@ return { [1]="uber_domain_monster_penetrate_all_resistances_%_per_revival" } }, - [9316]={ + [9583]={ [1]={ [1]={ limit={ @@ -204830,7 +211705,7 @@ return { [1]="uber_domain_monster_physical_damage_reduction_rating_+%_per_revival" } }, - [9317]={ + [9584]={ [1]={ [1]={ limit={ @@ -204855,7 +211730,7 @@ return { [1]="uber_domain_monster_reward_chance_+%" } }, - [9318]={ + [9585]={ [1]={ [1]={ limit={ @@ -204871,7 +211746,7 @@ return { [1]="unaffected_by_bleed_if_cast_vulnerability_in_past_10_seconds" } }, - [9319]={ + [9586]={ [1]={ [1]={ limit={ @@ -204887,7 +211762,7 @@ return { [1]="unaffected_by_bleeding_while_affected_by_malevolence" } }, - [9320]={ + [9587]={ [1]={ [1]={ limit={ @@ -204903,7 +211778,7 @@ return { [1]="unaffected_by_bleeding_while_leeching" } }, - [9321]={ + [9588]={ [1]={ [1]={ limit={ @@ -204919,7 +211794,7 @@ return { [1]="unaffected_by_blind" } }, - [9322]={ + [9589]={ [1]={ [1]={ limit={ @@ -204928,14 +211803,14 @@ return { [2]="#" } }, - text="Unaffected by Burning Ground" + text="Unaffected by Ignited Ground" } }, stats={ [1]="unaffected_by_burning_ground" } }, - [9323]={ + [9590]={ [1]={ [1]={ limit={ @@ -204951,7 +211826,7 @@ return { [1]="unaffected_by_burning_ground_while_affected_by_purity_of_fire" } }, - [9324]={ + [9591]={ [1]={ [1]={ limit={ @@ -204967,7 +211842,7 @@ return { [1]="unaffected_by_chill" } }, - [9325]={ + [9592]={ [1]={ [1]={ limit={ @@ -204983,7 +211858,7 @@ return { [1]="unaffected_by_chill_during_dodge_roll" } }, - [9326]={ + [9593]={ [1]={ [1]={ limit={ @@ -204999,7 +211874,7 @@ return { [1]="unaffected_by_chill_while_channelling" } }, - [9327]={ + [9594]={ [1]={ [1]={ limit={ @@ -205015,7 +211890,7 @@ return { [1]="unaffected_by_chill_while_mana_leeching" } }, - [9328]={ + [9595]={ [1]={ [1]={ limit={ @@ -205031,7 +211906,7 @@ return { [1]="unaffected_by_chilled_ground" } }, - [9329]={ + [9596]={ [1]={ [1]={ limit={ @@ -205047,7 +211922,7 @@ return { [1]="unaffected_by_chilled_ground_while_affected_by_purity_of_ice" } }, - [9330]={ + [9597]={ [1]={ [1]={ limit={ @@ -205063,7 +211938,7 @@ return { [1]="unaffected_by_conductivity_while_affected_by_purity_of_lightning" } }, - [9331]={ + [9598]={ [1]={ [1]={ limit={ @@ -205079,7 +211954,7 @@ return { [1]="unaffected_by_corrupted_blood_while_leeching" } }, - [9332]={ + [9599]={ [1]={ [1]={ limit={ @@ -205095,7 +211970,7 @@ return { [1]="unaffected_by_curses_while_affected_by_zealotry" } }, - [9333]={ + [9600]={ [1]={ [1]={ limit={ @@ -205111,7 +211986,7 @@ return { [1]="unaffected_by_desecrated_ground" } }, - [9334]={ + [9601]={ [1]={ [1]={ limit={ @@ -205127,7 +212002,7 @@ return { [1]="unaffected_by_elemental_weakness_while_affected_by_purity_of_elements" } }, - [9335]={ + [9602]={ [1]={ [1]={ limit={ @@ -205143,7 +212018,7 @@ return { [1]="unaffected_by_enfeeble_while_affected_by_grace" } }, - [9336]={ + [9603]={ [1]={ [1]={ limit={ @@ -205159,7 +212034,7 @@ return { [1]="unaffected_by_flammability_while_affected_by_purity_of_fire" } }, - [9337]={ + [9604]={ [1]={ [1]={ limit={ @@ -205175,7 +212050,7 @@ return { [1]="unaffected_by_freeze_if_cast_frostbite_in_past_10_seconds" } }, - [9338]={ + [9605]={ [1]={ [1]={ limit={ @@ -205191,7 +212066,7 @@ return { [1]="unaffected_by_frostbite_while_affected_by_purity_of_ice" } }, - [9339]={ + [9606]={ [1]={ [1]={ limit={ @@ -205207,7 +212082,7 @@ return { [1]="unaffected_by_ignite" } }, - [9340]={ + [9607]={ [1]={ [1]={ limit={ @@ -205223,7 +212098,7 @@ return { [1]="unaffected_by_ignite_and_shock_while_max_life_mana_within_500" } }, - [9341]={ + [9608]={ [1]={ [1]={ limit={ @@ -205239,7 +212114,7 @@ return { [1]="unaffected_by_ignite_if_cast_flammability_in_past_10_seconds" } }, - [9342]={ + [9609]={ [1]={ [1]={ limit={ @@ -205255,7 +212130,7 @@ return { [1]="unaffected_by_poison_while_affected_by_malevolence" } }, - [9343]={ + [9610]={ [1]={ [1]={ limit={ @@ -205271,7 +212146,7 @@ return { [1]="unaffected_by_shock" } }, - [9344]={ + [9611]={ [1]={ [1]={ limit={ @@ -205287,7 +212162,7 @@ return { [1]="unaffected_by_shock_if_cast_conductivity_in_past_10_seconds" } }, - [9345]={ + [9612]={ [1]={ [1]={ limit={ @@ -205303,7 +212178,7 @@ return { [1]="unaffected_by_shock_while_channelling" } }, - [9346]={ + [9613]={ [1]={ [1]={ limit={ @@ -205319,7 +212194,7 @@ return { [1]="unaffected_by_shocked_ground" } }, - [9347]={ + [9614]={ [1]={ [1]={ limit={ @@ -205335,7 +212210,7 @@ return { [1]="unaffected_by_shocked_ground_while_affected_by_purity_of_lightning" } }, - [9348]={ + [9615]={ [1]={ [1]={ limit={ @@ -205351,7 +212226,7 @@ return { [1]="unaffected_by_temporal_chains" } }, - [9349]={ + [9616]={ [1]={ [1]={ limit={ @@ -205367,7 +212242,7 @@ return { [1]="unaffected_by_temporal_chains_while_affected_by_haste" } }, - [9350]={ + [9617]={ [1]={ [1]={ limit={ @@ -205383,7 +212258,7 @@ return { [1]="unaffected_by_vulnerability_while_affected_by_determination" } }, - [9351]={ + [9618]={ [1]={ [1]={ limit={ @@ -205412,7 +212287,7 @@ return { [1]="unarmed_attack_skill_melee_dash_range_+%" } }, - [9352]={ + [9619]={ [1]={ [1]={ limit={ @@ -205441,7 +212316,7 @@ return { [1]="unarmed_attack_speed_+%" } }, - [9353]={ + [9620]={ [1]={ [1]={ limit={ @@ -205470,7 +212345,36 @@ return { [1]="unattached_sigil_attachment_range_+%_per_second" } }, - [9354]={ + [9621]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more chance to inflict Elemental Ailments while Unbound" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less chance to inflict Elemental Ailments while Unbound" + } + }, + stats={ + [1]="unbound_ailment_elemental_ailment_chance_+%_final" + } + }, + [9622]={ [1]={ [1]={ limit={ @@ -205496,10 +212400,10 @@ return { } }, stats={ - [1]="unbound_ailment_elemental_ailment_buildup_+%_final" + [1]="unbound_ailment_hit_damage_elemental_immobilisation_multiplier_+%_final" } }, - [9355]={ + [9623]={ [1]={ [1]={ limit={ @@ -205508,7 +212412,7 @@ return { [2]="#" } }, - text="{0}% more chance to inflict Elemental Ailments while Unbound" + text="{0}% increased Reservation Efficiency of Skills which create Undead Minions" }, [2]={ [1]={ @@ -205521,14 +212425,14 @@ return { [2]=-1 } }, - text="{0}% less chance to inflict Elemental Ailments while Unbound" + text="{0}% reduced Reservation Efficiency of Skills which create Undead Minions" } }, stats={ - [1]="unbound_ailment_elemental_ailment_chance_+%_final" + [1]="reservation_efficiency_+%_of_undead_minion_skills" } }, - [9356]={ + [9624]={ [1]={ [1]={ limit={ @@ -205561,7 +212465,7 @@ return { [1]="undead_minion_reservation_+%" } }, - [9357]={ + [9625]={ [1]={ [1]={ limit={ @@ -205577,7 +212481,7 @@ return { [1]="unearth_additional_corpse_level" } }, - [9358]={ + [9626]={ [1]={ [1]={ limit={ @@ -205606,7 +212510,7 @@ return { [1]="unholy_might_granted_magnitude_+%_per_100_maximum_mana" } }, - [9359]={ + [9627]={ [1]={ [1]={ limit={ @@ -205622,7 +212526,7 @@ return { [1]="unique_%_maximum_mana_to_sacrifice_to_party_members_in_your_presence_when_they_cast_a_spell" } }, - [9360]={ + [9628]={ [1]={ [1]={ [1]={ @@ -205731,7 +212635,7 @@ return { [3]="unique_blood_barrier_corrupted_blood_base_physical_damage_per_minute_as_%_of_maximum_life" } }, - [9361]={ + [9629]={ [1]={ [1]={ limit={ @@ -205747,7 +212651,7 @@ return { [1]="unique_body_armour_black_doubt_drain_%_mana_to_recover_life_until_full_and_dot_bypasses_es" } }, - [9362]={ + [9630]={ [1]={ [1]={ limit={ @@ -205763,7 +212667,7 @@ return { [1]="unique_body_armour_shavronnes_wrappings_damage_cannot_bypass_energy_shield" } }, - [9363]={ + [9631]={ [1]={ [1]={ [1]={ @@ -205783,7 +212687,7 @@ return { [1]="unique_cooldown_modifier_ms" } }, - [9364]={ + [9632]={ [1]={ [1]={ limit={ @@ -205812,7 +212716,7 @@ return { [1]="unique_crowd_controlled_enemy_damage_taken_-%_final" } }, - [9365]={ + [9633]={ [1]={ [1]={ limit={ @@ -205828,7 +212732,7 @@ return { [1]="unique_damage_+%_vs_rare_or_unique_enemy_per_second_ever_in_presence_up_to_max" } }, - [9366]={ + [9634]={ [1]={ [1]={ limit={ @@ -205844,7 +212748,7 @@ return { [1]="unique_double_presence_radius" } }, - [9367]={ + [9635]={ [1]={ [1]={ limit={ @@ -205860,7 +212764,7 @@ return { [1]="unique_gain_soul_eater" } }, - [9368]={ + [9636]={ [1]={ [1]={ limit={ @@ -205885,7 +212789,7 @@ return { [1]="unique_helmet_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value" } }, - [9369]={ + [9637]={ [1]={ [1]={ limit={ @@ -205914,7 +212818,7 @@ return { [1]="unique_helmet_damage_+%_final_per_warcry_exerting_action" } }, - [9370]={ + [9638]={ [1]={ [1]={ limit={ @@ -205943,7 +212847,7 @@ return { [1]="unique_jewel_flask_charges_gained_+%_final_from_kills" } }, - [9371]={ + [9639]={ [1]={ [1]={ limit={ @@ -205972,7 +212876,7 @@ return { [1]="unique_jewel_flask_duration_+%_final" } }, - [9372]={ + [9640]={ [1]={ [1]={ [1]={ @@ -205992,7 +212896,7 @@ return { [1]="unique_jewel_grants_notable_hash_1" } }, - [9373]={ + [9641]={ [1]={ [1]={ [1]={ @@ -206012,7 +212916,7 @@ return { [1]="unique_jewel_grants_notable_hash_2" } }, - [9374]={ + [9642]={ [1]={ [1]={ [1]={ @@ -206032,7 +212936,7 @@ return { [1]="unique_jewel_grants_notable_hash_3" } }, - [9375]={ + [9643]={ [1]={ [1]={ [1]={ @@ -206052,7 +212956,7 @@ return { [1]="unique_jewel_grants_notable_hash_part_1" } }, - [9376]={ + [9644]={ [1]={ [1]={ [1]={ @@ -206072,7 +212976,7 @@ return { [1]="unique_jewel_grants_notable_hash_part_2" } }, - [9377]={ + [9645]={ [1]={ [1]={ limit={ @@ -206101,7 +213005,7 @@ return { [1]="unique_jewel_reserved_blood_maximum_life_+%_final" } }, - [9378]={ + [9646]={ [1]={ [1]={ [1]={ @@ -206143,7 +213047,7 @@ return { [2]="unique_jewel_specific_skill_level_+_skill" } }, - [9379]={ + [9647]={ [1]={ [1]={ limit={ @@ -206159,7 +213063,7 @@ return { [1]="local_life_loss_%_to_prevent_during_flask_effect_to_lose_over_time" } }, - [9380]={ + [9648]={ [1]={ [1]={ limit={ @@ -206175,7 +213079,7 @@ return { [1]="unique_lose_a_power_charge_when_hit" } }, - [9381]={ + [9649]={ [1]={ [1]={ limit={ @@ -206191,7 +213095,7 @@ return { [1]="unique_minions_in_presence_gain_and_lose_life_when_you_do" } }, - [9382]={ + [9650]={ [1]={ [1]={ limit={ @@ -206220,7 +213124,7 @@ return { [1]="unique_monster_dropped_item_rarity_+%" } }, - [9383]={ + [9651]={ [1]={ [1]={ limit={ @@ -206249,7 +213153,7 @@ return { [1]="unique_movement_speed_and_skill_speed_-%_final_per_number_of_times_dodge_rolled_in_past_20_seconds" } }, - [9384]={ + [9652]={ [1]={ [1]={ limit={ @@ -206265,7 +213169,7 @@ return { [1]="unique_no_curse_delay" } }, - [9385]={ + [9653]={ [1]={ [1]={ limit={ @@ -206281,7 +213185,7 @@ return { [1]="unique_prism_guardian_spirit_+_per_X_maximum_life" } }, - [9386]={ + [9654]={ [1]={ [1]={ limit={ @@ -206297,7 +213201,7 @@ return { [1]="unique_recover_%_maximum_life_on_x_altenator" } }, - [9387]={ + [9655]={ [1]={ [1]={ limit={ @@ -206335,7 +213239,7 @@ return { [1]="unique_redblade_banner_enemies_in_presence_monster_power_+%_final" } }, - [9388]={ + [9656]={ [1]={ [1]={ limit={ @@ -206364,7 +213268,7 @@ return { [1]="unique_replica_volkuurs_guidance_ignite_duration_+%_final" } }, - [9389]={ + [9657]={ [1]={ [1]={ limit={ @@ -206373,14 +213277,14 @@ return { [2]="#" } }, - text="Using a Mana Flask revives your Persistent Minions" + text="Using a Mana Flask revives one of your Persistent Minions" } }, stats={ [1]="unique_revive_permanent_minions_on_mana_flask_use" } }, - [9390]={ + [9658]={ [1]={ [1]={ limit={ @@ -206389,14 +213293,14 @@ return { [2]="#" } }, - text="Apply Elemental Exposure to Enemies 3 metres in front of you\nfor 4 seconds while Shield is raised" + text="Inflict Elemental Exposure to Enemies 3 metres in front of you\nfor 4 seconds, every 0.25 seconds while raised" } }, stats={ [1]="unique_shield_window_of_paradise_apply_elemental_exposure_while_raised" } }, - [9391]={ + [9659]={ [1]={ [1]={ limit={ @@ -206425,7 +213329,7 @@ return { [1]="unique_soulless_elegance_energy_shield_recharge_rate_+%_final" } }, - [9392]={ + [9660]={ [1]={ [1]={ limit={ @@ -206441,7 +213345,7 @@ return { [1]="unique_spirit_reservations_are_halved" } }, - [9393]={ + [9661]={ [1]={ [1]={ limit={ @@ -206457,7 +213361,32 @@ return { [1]="unique_sunblast_throw_traps_in_circle_radius" } }, - [9394]={ + [9662]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% more Stun Buildup with Lightning Damage" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% less Stun Buildup with Lightning Damage" + } + }, + stats={ + [1]="unique_two_handed_weapon_lightning_stun_multiplier_+%_final" + } + }, + [9663]={ [1]={ [1]={ limit={ @@ -206473,7 +213402,7 @@ return { [1]="unique_voltaxic_rift_shock_maximum_magnitude_override" } }, - [9395]={ + [9664]={ [1]={ [1]={ limit={ @@ -206489,7 +213418,7 @@ return { [1]="unique_you_count_as_on_low_life_while_at_%_of_maximum_mana_or_below" } }, - [9396]={ + [9665]={ [1]={ [1]={ limit={ @@ -206505,7 +213434,7 @@ return { [1]="unique_you_count_as_on_low_mana_while_at_%_of_maximum_health_or_below" } }, - [9397]={ + [9666]={ [1]={ [1]={ limit={ @@ -206521,7 +213450,7 @@ return { [1]="unnerve_for_4_seconds_on_hit_with_wands" } }, - [9398]={ + [9667]={ [1]={ [1]={ [1]={ @@ -206541,7 +213470,7 @@ return { [1]="unnerve_nearby_enemies_on_use_for_ms" } }, - [9399]={ + [9668]={ [1]={ [1]={ limit={ @@ -206566,7 +213495,7 @@ return { [1]="utility_flask_charges_recovered_per_3_seconds" } }, - [9400]={ + [9669]={ [1]={ [1]={ limit={ @@ -206595,7 +213524,7 @@ return { [1]="utility_flask_cold_damage_taken_+%_final" } }, - [9401]={ + [9670]={ [1]={ [1]={ limit={ @@ -206624,7 +213553,7 @@ return { [1]="utility_flask_fire_damage_taken_+%_final" } }, - [9402]={ + [9671]={ [1]={ [1]={ limit={ @@ -206653,7 +213582,7 @@ return { [1]="utility_flask_lightning_damage_taken_+%_final" } }, - [9403]={ + [9672]={ [1]={ [1]={ limit={ @@ -206669,7 +213598,7 @@ return { [1]="vaal_skill_gem_level_+" } }, - [9404]={ + [9673]={ [1]={ [1]={ limit={ @@ -206702,7 +213631,7 @@ return { [1]="vaal_skill_soul_cost_+%" } }, - [9405]={ + [9674]={ [1]={ [1]={ limit={ @@ -206718,7 +213647,7 @@ return { [1]="vaal_skill_soul_refund_chance_%" } }, - [9406]={ + [9675]={ [1]={ [1]={ limit={ @@ -206747,7 +213676,7 @@ return { [1]="vaal_volcanic_fissure_molten_strike_soul_gain_prevention_+%" } }, - [9407]={ + [9676]={ [1]={ [1]={ limit={ @@ -206776,7 +213705,7 @@ return { [1]="vampiric_link_duration_+%" } }, - [9408]={ + [9677]={ [1]={ [1]={ limit={ @@ -206792,7 +213721,7 @@ return { [1]="vigilant_and_flicker_strike_active_skill_cooldown_bypass_type_override_to_power_charge" } }, - [9409]={ + [9678]={ [1]={ [1]={ limit={ @@ -206821,7 +213750,7 @@ return { [1]="viper_and_pestilent_strike_attack_damage_+%_per_frenzy_charge" } }, - [9410]={ + [9679]={ [1]={ [1]={ limit={ @@ -206850,7 +213779,7 @@ return { [1]="viper_strike_dual_wield_damage_+%_final" } }, - [9411]={ + [9680]={ [1]={ [1]={ limit={ @@ -206875,28 +213804,77 @@ return { [1]="virtual_block_%_damage_taken" } }, - [9412]={ + [9681]={ [1]={ }, stats={ [1]="virtual_chance_to_gain_1_more_endurance_charge_%" } }, - [9413]={ + [9682]={ [1]={ }, stats={ [1]="virtual_chance_to_gain_1_more_frenzy_charge_%" } }, - [9414]={ + [9683]={ [1]={ }, stats={ [1]="virtual_chance_to_gain_1_more_power_charge_%" } }, - [9415]={ + [9684]={ + [1]={ + }, + stats={ + [1]="virtual_glory_generation_+%" + } + }, + [9685]={ + [1]={ + }, + stats={ + [1]="virtual_hundred_times_active_skill_generates_mp_%_glory_per_armour_break" + } + }, + [9686]={ + [1]={ + }, + stats={ + [1]="virtual_hundred_times_active_skill_generates_mp_%_glory_per_attack_hit" + } + }, + [9687]={ + [1]={ + }, + stats={ + [1]="virtual_hundred_times_active_skill_generates_mp_%_glory_per_heavy_stun" + } + }, + [9688]={ + [1]={ + }, + stats={ + [1]="virtual_hundred_times_active_skill_generates_mp_%_glory_per_ignite" + } + }, + [9689]={ + [1]={ + }, + stats={ + [1]="virtual_maximum_curse_zones_allowed" + } + }, + [9690]={ + [1]={ + }, + stats={ + [1]="virtual_number_of_banners_allowed" + } + }, + [9691]={ [1]={ [1]={ limit={ @@ -206921,7 +213899,7 @@ return { [1]="virulent_arrow_additional_spores_at_max_stages" } }, - [9416]={ + [9692]={ [1]={ [1]={ limit={ @@ -206937,7 +213915,7 @@ return { [1]="virulent_arrow_chance_to_poison_%_per_stage" } }, - [9417]={ + [9693]={ [1]={ [1]={ [1]={ @@ -206974,7 +213952,7 @@ return { [1]="vitality_mana_reservation_efficiency_-2%_per_1" } }, - [9418]={ + [9694]={ [1]={ [1]={ limit={ @@ -207003,7 +213981,7 @@ return { [1]="vitality_mana_reservation_efficiency_+%" } }, - [9419]={ + [9695]={ [1]={ [1]={ limit={ @@ -207019,7 +213997,7 @@ return { [1]="vitality_reserves_no_mana" } }, - [9420]={ + [9696]={ [1]={ [1]={ limit={ @@ -207035,7 +214013,7 @@ return { [1]="void_sphere_cooldown_speed_+%" } }, - [9421]={ + [9697]={ [1]={ [1]={ limit={ @@ -207051,7 +214029,7 @@ return { [1]="volatile_dead_and_cremation_penetrate_%_fire_resistance_per_100_dexterity" } }, - [9422]={ + [9698]={ [1]={ [1]={ limit={ @@ -207076,7 +214054,7 @@ return { [1]="volatile_dead_base_number_of_corpses_to_consume" } }, - [9423]={ + [9699]={ [1]={ [1]={ limit={ @@ -207105,7 +214083,7 @@ return { [1]="volatile_dead_cast_speed_+%" } }, - [9424]={ + [9700]={ [1]={ [1]={ limit={ @@ -207121,7 +214099,7 @@ return { [1]="volatile_dead_consume_additional_corpse" } }, - [9425]={ + [9701]={ [1]={ [1]={ limit={ @@ -207150,7 +214128,7 @@ return { [1]="volatile_dead_damage_+%" } }, - [9426]={ + [9702]={ [1]={ [1]={ limit={ @@ -207166,7 +214144,52 @@ return { [1]="volatility_additional_non_skill_%_damage_as_extra_chaos_to_grant" } }, - [9427]={ + [9703]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="Volatile Power also grants {0}% increased Critical Hit chance per Volatility exploded" + } + }, + stats={ + [1]="volatility_critical_strike_chance_+%_to_grant" + } + }, + [9704]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Volatility Explosion delay" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]="-1" + } + }, + text="{0}% reduced Volatility Explosion delay" + } + }, + stats={ + [1]="volatility_detonation_delay_+%" + } + }, + [9705]={ [1]={ [1]={ limit={ @@ -207191,7 +214214,7 @@ return { [1]="volatility_on_kill_%_chance" } }, - [9428]={ + [9706]={ [1]={ [1]={ limit={ @@ -207200,7 +214223,7 @@ return { [2]="#" } }, - text="When Volatility on you detonates, you regain an equivalent amount of Volatility" + text="When Volatility on you explodes, you regain an equivalent amount of Volatility" }, [2]={ limit={ @@ -207209,14 +214232,14 @@ return { [2]=99 } }, - text="{0}% chance that when Volatility on you detonates, you regain an equivalent amount of Volatility" + text="{0}% chance that when Volatility on you explodes, you regain an equivalent amount of Volatility" } }, stats={ [1]="volatility_refresh_%_chance" } }, - [9429]={ + [9707]={ [1]={ [1]={ limit={ @@ -207241,7 +214264,7 @@ return { [1]="volatility_when_stunned_%_chance" } }, - [9430]={ + [9708]={ [1]={ [1]={ limit={ @@ -207270,7 +214293,7 @@ return { [1]="volcanic_fissure_damage_+%" } }, - [9431]={ + [9709]={ [1]={ [1]={ limit={ @@ -207295,7 +214318,7 @@ return { [1]="volcanic_fissure_number_of_additional_projectiles" } }, - [9432]={ + [9710]={ [1]={ [1]={ limit={ @@ -207324,7 +214347,7 @@ return { [1]="volcanic_fissure_speed_+%" } }, - [9433]={ + [9711]={ [1]={ [1]={ limit={ @@ -207353,7 +214376,7 @@ return { [1]="voltaxic_burst_damage_+%" } }, - [9434]={ + [9712]={ [1]={ [1]={ limit={ @@ -207382,7 +214405,7 @@ return { [1]="voltaxic_burst_damage_+%_per_100ms_duration" } }, - [9435]={ + [9713]={ [1]={ [1]={ limit={ @@ -207411,7 +214434,7 @@ return { [1]="voltaxic_burst_skill_area_of_effect_+%" } }, - [9436]={ + [9714]={ [1]={ [1]={ [1]={ @@ -207431,7 +214454,7 @@ return { [1]="vortex_active_skill_additional_critical_strike_chance_if_used_through_frostbolt" } }, - [9437]={ + [9715]={ [1]={ [1]={ limit={ @@ -207460,7 +214483,7 @@ return { [1]="vortex_area_of_effect_+%_when_cast_on_frostbolt" } }, - [9438]={ + [9716]={ [1]={ [1]={ limit={ @@ -207476,23 +214499,7 @@ return { [1]="vulnerability_no_reservation" } }, - [9439]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Wand Attacks fire an additional Projectile" - } - }, - stats={ - [1]="wand_attacks_fire_an_additional_projectile" - } - }, - [9440]={ + [9717]={ [1]={ [1]={ limit={ @@ -207521,7 +214528,7 @@ return { [1]="wand_damage_+%_if_crit_recently" } }, - [9441]={ + [9718]={ [1]={ [1]={ limit={ @@ -207550,7 +214557,7 @@ return { [1]="war_banner_aura_effect_+%" } }, - [9442]={ + [9719]={ [1]={ [1]={ limit={ @@ -207579,7 +214586,7 @@ return { [1]="war_banner_mana_reservation_efficiency_+%" } }, - [9443]={ + [9720]={ [1]={ [1]={ limit={ @@ -207595,7 +214602,23 @@ return { [1]="warbringer_overbreak_armour" } }, - [9444]={ + [9721]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcries inflict Fire Exposure" + } + }, + stats={ + [1]="warcries_apply_fire_exposure" + } + }, + [9722]={ [1]={ [1]={ limit={ @@ -207611,7 +214634,7 @@ return { [1]="warcries_bypass_cooldown" } }, - [9445]={ + [9723]={ [1]={ [1]={ limit={ @@ -207620,14 +214643,14 @@ return { [2]="#" } }, - text="Warcries Debilitate Enemies for 1 second" + text="Warcries Debilitate Enemies" } }, stats={ [1]="warcries_debilitate_enemies_for_1_second" } }, - [9446]={ + [9724]={ [1]={ [1]={ limit={ @@ -207643,7 +214666,7 @@ return { [1]="warcries_have_minimum_10_power" } }, - [9447]={ + [9725]={ [1]={ [1]={ limit={ @@ -207659,7 +214682,7 @@ return { [1]="warcries_knock_back_enemies" } }, - [9448]={ + [9726]={ [1]={ [1]={ limit={ @@ -207688,7 +214711,7 @@ return { [1]="warcry_buff_effect_+%" } }, - [9449]={ + [9727]={ [1]={ [1]={ limit={ @@ -207704,7 +214727,7 @@ return { [1]="warcry_chance_to_gain_frenzy_power_endurance_charge_%_per_power" } }, - [9450]={ + [9728]={ [1]={ [1]={ [1]={ @@ -207724,7 +214747,7 @@ return { [1]="warcry_cooldown_modifier_ms" } }, - [9451]={ + [9729]={ [1]={ [1]={ limit={ @@ -207753,7 +214776,7 @@ return { [1]="warcry_damage_+%" } }, - [9452]={ + [9730]={ [1]={ [1]={ limit={ @@ -207778,7 +214801,32 @@ return { [1]="warcry_empowers_next_x_melee_attacks" } }, - [9453]={ + [9731]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]=1 + } + }, + text="Warcries Empower an additional Attack if you have at least 100 Tribute" + }, + [2]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Warcries Empower {0} additional Attacks if you have at least 100 Tribute" + } + }, + stats={ + [1]="warcry_empowers_next_x_melee_attacks_if_you_have_at_least_100_tribute" + } + }, + [9732]={ [1]={ [1]={ limit={ @@ -207807,7 +214855,7 @@ return { [1]="warcry_monster_power_+%" } }, - [9454]={ + [9733]={ [1]={ [1]={ limit={ @@ -207836,7 +214884,7 @@ return { [1]="warcry_physical_damage_reduction_rating_+%_per_5_power_for_8_seconds" } }, - [9455]={ + [9734]={ [1]={ [1]={ limit={ @@ -207865,7 +214913,7 @@ return { [1]="warcry_skill_area_of_effect_+%" } }, - [9456]={ + [9735]={ [1]={ [1]={ limit={ @@ -207881,7 +214929,36 @@ return { [1]="warcry_skills_cooldown_is_4_seconds" } }, - [9457]={ + [9736]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="{0}% increased Warcry Speed per 25 Tribute" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="{0}% reduced Warcry Speed per 25 Tribute" + } + }, + stats={ + [1]="warcry_speed_+%_per_25_tribute" + } + }, + [9737]={ [1]={ [1]={ limit={ @@ -207897,7 +214974,7 @@ return { [1]="water_sphere_cold_lightning_exposure_%" } }, - [9458]={ + [9738]={ [1]={ [1]={ limit={ @@ -207926,7 +215003,7 @@ return { [1]="water_sphere_damage_+%" } }, - [9459]={ + [9739]={ [1]={ [1]={ limit={ @@ -207955,7 +215032,7 @@ return { [1]="weapon_damage_+%_per_10_str" } }, - [9460]={ + [9740]={ [1]={ [1]={ limit={ @@ -207984,7 +215061,7 @@ return { [1]="weapon_swap_speed_+%" } }, - [9461]={ + [9741]={ [1]={ [1]={ limit={ @@ -208009,7 +215086,7 @@ return { [1]="while_curse_is_25%_expired_hinder_enemy_%" } }, - [9462]={ + [9742]={ [1]={ [1]={ limit={ @@ -208025,7 +215102,7 @@ return { [1]="while_curse_is_33%_expired_malediction" } }, - [9463]={ + [9743]={ [1]={ [1]={ limit={ @@ -208054,7 +215131,7 @@ return { [1]="while_curse_is_50%_expired_curse_effect_+%" } }, - [9464]={ + [9744]={ [1]={ [1]={ limit={ @@ -208083,7 +215160,7 @@ return { [1]="while_curse_is_75%_expired_enemy_damage_taken_+%" } }, - [9465]={ + [9745]={ [1]={ [1]={ limit={ @@ -208099,7 +215176,7 @@ return { [1]="while_stationary_gain_additional_physical_damage_reduction_%" } }, - [9466]={ + [9746]={ [1]={ [1]={ [1]={ @@ -208119,7 +215196,7 @@ return { [1]="while_stationary_gain_life_regeneration_rate_per_minute_%" } }, - [9467]={ + [9747]={ [1]={ [1]={ limit={ @@ -208148,7 +215225,7 @@ return { [1]="winter_brand_chill_effect_+%" } }, - [9468]={ + [9748]={ [1]={ [1]={ limit={ @@ -208177,7 +215254,7 @@ return { [1]="winter_brand_damage_+%" } }, - [9469]={ + [9749]={ [1]={ [1]={ limit={ @@ -208193,7 +215270,7 @@ return { [1]="winter_brand_max_number_of_stages_+" } }, - [9470]={ + [9750]={ [1]={ [1]={ limit={ @@ -208209,7 +215286,7 @@ return { [1]="wintertide_and_arcanist_brand_branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%" } }, - [9471]={ + [9751]={ [1]={ [1]={ limit={ @@ -208238,7 +215315,7 @@ return { [1]="witch_passive_maximum_lightning_damage_+%_final" } }, - [9472]={ + [9752]={ [1]={ [1]={ limit={ @@ -208267,7 +215344,7 @@ return { [1]="witchhunter_armour_evasion_+%_final" } }, - [9473]={ + [9753]={ [1]={ [1]={ limit={ @@ -208283,7 +215360,7 @@ return { [1]="witchhunter_chance_to_explode_enemies_for_100%_of_life_as_physical" } }, - [9474]={ + [9754]={ [1]={ [1]={ limit={ @@ -208299,7 +215376,7 @@ return { [1]="witchhunter_up_to_damage_+%_final_against_targets_with_missing_focus" } }, - [9475]={ + [9755]={ [1]={ [1]={ limit={ @@ -208315,7 +215392,7 @@ return { [1]="wither_area_of_effect_+%_every_second_while_channelling_up_to_+200%" } }, - [9476]={ + [9756]={ [1]={ [1]={ limit={ @@ -208344,7 +215421,7 @@ return { [1]="wither_expire_speed_+%" } }, - [9477]={ + [9757]={ [1]={ [1]={ limit={ @@ -208373,7 +215450,7 @@ return { [1]="withered_effect_on_self_+%" } }, - [9478]={ + [9758]={ [1]={ [1]={ limit={ @@ -208382,7 +215459,7 @@ return { [2]="#" } }, - text="{0}% increased Effect of Withered" + text="{0}% increased Withered Magnitude" }, [2]={ [1]={ @@ -208395,14 +215472,14 @@ return { [2]=-1 } }, - text="{0}% reduced Effect of Withered" + text="{0}% reduced Withered Magnitude" } }, stats={ - [1]="withered_effect_+%" + [1]="withered_magnitude_+%" } }, - [9479]={ + [9759]={ [1]={ [1]={ limit={ @@ -208427,7 +215504,7 @@ return { [1]="withered_on_hit_for_2_seconds_if_enemy_has_5_or_less_withered_chance_%" } }, - [9480]={ + [9760]={ [1]={ [1]={ limit={ @@ -208452,7 +215529,7 @@ return { [1]="withered_on_hit_for_4_seconds_%_chance" } }, - [9481]={ + [9761]={ [1]={ [1]={ [1]={ @@ -208489,7 +215566,7 @@ return { [1]="wrath_mana_reservation_efficiency_-2%_per_1" } }, - [9482]={ + [9762]={ [1]={ [1]={ limit={ @@ -208518,7 +215595,7 @@ return { [1]="wrath_mana_reservation_efficiency_+%" } }, - [9483]={ + [9763]={ [1]={ [1]={ limit={ @@ -208534,7 +215611,7 @@ return { [1]="wrath_reserves_no_mana" } }, - [9484]={ + [9764]={ [1]={ [1]={ limit={ @@ -208563,7 +215640,7 @@ return { [1]="x%_faster_start_of_sorcery_ward_recovery" } }, - [9485]={ + [9765]={ [1]={ [1]={ limit={ @@ -208579,23 +215656,36 @@ return { [1]="you_and_allies_additional_block_%_if_have_attacked_recently" } }, - [9486]={ + [9766]={ [1]={ [1]={ limit={ [1]={ - [1]="#", + [1]=1, [2]="#" } }, - text="If you've Cast a Spell Recently, you\nand nearby Allies have {0:+d}% Chance to Block Spell Damage" + text="You and Allies in your Presence have {0}% increased Accuracy Rating" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You and Allies in your Presence have {0}% reduced Accuracy Rating" } }, stats={ - [1]="you_and_allies_additional_spell_block_%_if_cast_spell_recently" + [1]="you_and_allies_in_presence_accuracy_rating_+%" } }, - [9487]={ + [9767]={ [1]={ [1]={ limit={ @@ -208604,14 +215694,117 @@ return { [2]="#" } }, - text="All Damage from you and Allies in your Presence\ncontributes to Ignite Chance and Magnitude" + text="All Damage from you and Allies in your Presence\ncontributes to Flammability and Ignite Magnitudes" } }, stats={ [1]="you_and_allies_in_presence_all_damage_can_ignite" } }, - [9488]={ + [9768]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You and Allies in your Presence have {0}% increased Attack Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You and Allies in your Presence have {0}% reduced Attack Speed" + } + }, + stats={ + [1]="you_and_allies_in_presence_attack_speed_+%" + } + }, + [9769]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You and Allies in your Presence have {0}% increased Cast Speed" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You and Allies in your Presence have {0}% reduced Cast Speed" + } + }, + stats={ + [1]="you_and_allies_in_presence_cast_speed_+%" + } + }, + [9770]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="You and Allies in your Presence have {0:+d}% to Chaos Resistance" + } + }, + stats={ + [1]="you_and_allies_in_presence_chaos_damage_resistance_%" + } + }, + [9771]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]=1, + [2]="#" + } + }, + text="You and Allies in your Presence have {0}% increased Cooldown Recovery Rate" + }, + [2]={ + [1]={ + k="negate", + v=1 + }, + limit={ + [1]={ + [1]="#", + [2]=-1 + } + }, + text="You and Allies in your Presence have {0}% reduced Cooldown Recovery Rate" + } + }, + stats={ + [1]="you_and_allies_in_presence_cooldown_speed_+%" + } + }, + [9772]={ [1]={ [1]={ limit={ @@ -208627,7 +215820,7 @@ return { [1]="you_and_allies_in_presence_non_skill_base_all_damage_%_to_gain_as_fire_while_on_high_infernal_flame" } }, - [9489]={ + [9773]={ [1]={ [1]={ limit={ @@ -208643,7 +215836,7 @@ return { [1]="you_and_nearby_allies_armour_+_if_have_impaled_recently" } }, - [9490]={ + [9774]={ [1]={ [1]={ limit={ @@ -208672,7 +215865,7 @@ return { [1]="you_and_nearby_allies_critical_strike_chance_+%" } }, - [9491]={ + [9775]={ [1]={ [1]={ limit={ @@ -208688,7 +215881,7 @@ return { [1]="you_and_nearby_allies_critical_strike_multiplier_+" } }, - [9492]={ + [9776]={ [1]={ [1]={ [1]={ @@ -208708,7 +215901,7 @@ return { [1]="you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_corpse_consumed_recently" } }, - [9493]={ + [9777]={ [1]={ [1]={ [1]={ @@ -208728,7 +215921,7 @@ return { [1]="you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_have_blocked_recently" } }, - [9494]={ + [9778]={ [1]={ [1]={ [1]={ @@ -208748,7 +215941,7 @@ return { [1]="you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_you_hit_an_enemy_recently" } }, - [9495]={ + [9779]={ [1]={ [1]={ limit={ @@ -208764,7 +215957,7 @@ return { [1]="you_and_nearby_allys_gain_onslaught_for_4_seconds_on_warcry" } }, - [9496]={ + [9780]={ [1]={ [1]={ limit={ @@ -208780,7 +215973,7 @@ return { [1]="you_and_nearby_party_members_gain_x_rage_when_you_warcry" } }, - [9497]={ + [9781]={ [1]={ [1]={ [1]={ @@ -208800,23 +215993,7 @@ return { [1]="you_and_totem_life_regeneration_rate_per_minute_%_per_active_totem" } }, - [9498]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You are Cursed with Conductivity" - } - }, - stats={ - [1]="you_are_cursed_with_conductivity" - } - }, - [9499]={ + [9782]={ [1]={ [1]={ limit={ @@ -208832,7 +216009,7 @@ return { [1]="you_are_cursed_with_despair" } }, - [9500]={ + [9783]={ [1]={ [1]={ limit={ @@ -208848,7 +216025,7 @@ return { [1]="you_are_cursed_with_elemental_weakness" } }, - [9501]={ + [9784]={ [1]={ [1]={ limit={ @@ -208864,39 +216041,7 @@ return { [1]="you_are_cursed_with_enfeeble" } }, - [9502]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You are Cursed with Flammability" - } - }, - stats={ - [1]="you_are_cursed_with_flammability" - } - }, - [9503]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="You are Cursed with Frostbite" - } - }, - stats={ - [1]="you_are_cursed_with_frostbite" - } - }, - [9504]={ + [9785]={ [1]={ [1]={ limit={ @@ -208912,7 +216057,7 @@ return { [1]="you_are_cursed_with_temporal_chains" } }, - [9505]={ + [9786]={ [1]={ [1]={ limit={ @@ -208928,7 +216073,7 @@ return { [1]="you_are_cursed_with_vulnerability" } }, - [9506]={ + [9787]={ [1]={ [1]={ limit={ @@ -208944,7 +216089,7 @@ return { [1]="you_cannot_be_hindered" } }, - [9507]={ + [9788]={ [1]={ [1]={ limit={ @@ -208960,7 +216105,7 @@ return { [1]="you_cannot_have_non_animated_minions" } }, - [9508]={ + [9789]={ [1]={ [1]={ limit={ @@ -208976,7 +216121,7 @@ return { [1]="you_cannot_have_non_spectre_minions" } }, - [9509]={ + [9790]={ [1]={ [1]={ limit={ @@ -208992,7 +216137,7 @@ return { [1]="you_cannot_inflict_curses" } }, - [9510]={ + [9791]={ [1]={ [1]={ limit={ @@ -209008,7 +216153,7 @@ return { [1]="you_count_as_low_life_while_not_on_full_life" } }, - [9511]={ + [9792]={ [1]={ [1]={ limit={ @@ -209024,7 +216169,7 @@ return { [1]="you_gain_%_life_when_one_of_your_minions_is_revived" } }, - [9512]={ + [9793]={ [1]={ [1]={ limit={ @@ -209053,7 +216198,7 @@ return { [1]="your_aftershock_area_of_effect_+%" } }, - [9513]={ + [9794]={ [1]={ [1]={ limit={ @@ -209069,7 +216214,7 @@ return { [1]="your_ailments_deal_damage_faster_%_while_affected_by_malevolence" } }, - [9514]={ + [9795]={ [1]={ [1]={ limit={ @@ -209085,23 +216230,7 @@ return { [1]="your_ailments_deal_damage_faster_%_while_affected_by_malevolence" } }, - [9515]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Monsters cannot Block your Attacks" - } - }, - stats={ - [1]="your_attacks_cannot_be_blocked" - } - }, - [9516]={ + [9796]={ [1]={ [1]={ limit={ @@ -209117,7 +216246,7 @@ return { [1]="your_auras_except_anger_are_disabled" } }, - [9517]={ + [9797]={ [1]={ [1]={ limit={ @@ -209133,7 +216262,7 @@ return { [1]="your_auras_except_clarity_are_disabled" } }, - [9518]={ + [9798]={ [1]={ [1]={ limit={ @@ -209149,7 +216278,7 @@ return { [1]="your_auras_except_determination_are_disabled" } }, - [9519]={ + [9799]={ [1]={ [1]={ limit={ @@ -209165,7 +216294,7 @@ return { [1]="your_auras_except_discipline_are_disabled" } }, - [9520]={ + [9800]={ [1]={ [1]={ limit={ @@ -209181,7 +216310,7 @@ return { [1]="your_auras_except_grace_are_disabled" } }, - [9521]={ + [9801]={ [1]={ [1]={ limit={ @@ -209197,7 +216326,7 @@ return { [1]="your_auras_except_haste_are_disabled" } }, - [9522]={ + [9802]={ [1]={ [1]={ limit={ @@ -209213,7 +216342,7 @@ return { [1]="your_auras_except_hatred_are_disabled" } }, - [9523]={ + [9803]={ [1]={ [1]={ limit={ @@ -209229,7 +216358,7 @@ return { [1]="your_auras_except_malevolence_are_disabled" } }, - [9524]={ + [9804]={ [1]={ [1]={ limit={ @@ -209245,7 +216374,7 @@ return { [1]="your_auras_except_precision_are_disabled" } }, - [9525]={ + [9805]={ [1]={ [1]={ limit={ @@ -209261,7 +216390,7 @@ return { [1]="your_auras_except_pride_are_disabled" } }, - [9526]={ + [9806]={ [1]={ [1]={ limit={ @@ -209277,7 +216406,7 @@ return { [1]="your_auras_except_purity_of_elements_are_disabled" } }, - [9527]={ + [9807]={ [1]={ [1]={ limit={ @@ -209293,7 +216422,7 @@ return { [1]="your_auras_except_purity_of_fire_are_disabled" } }, - [9528]={ + [9808]={ [1]={ [1]={ limit={ @@ -209309,7 +216438,7 @@ return { [1]="your_auras_except_purity_of_ice_are_disabled" } }, - [9529]={ + [9809]={ [1]={ [1]={ limit={ @@ -209325,7 +216454,7 @@ return { [1]="your_auras_except_purity_of_lightning_are_disabled" } }, - [9530]={ + [9810]={ [1]={ [1]={ limit={ @@ -209341,7 +216470,7 @@ return { [1]="your_auras_except_vitality_are_disabled" } }, - [9531]={ + [9811]={ [1]={ [1]={ limit={ @@ -209357,7 +216486,7 @@ return { [1]="your_auras_except_wrath_are_disabled" } }, - [9532]={ + [9812]={ [1]={ [1]={ limit={ @@ -209373,7 +216502,7 @@ return { [1]="your_auras_except_zealotry_are_disabled" } }, - [9533]={ + [9813]={ [1]={ [1]={ limit={ @@ -209402,7 +216531,7 @@ return { [1]="your_consecrated_ground_effect_lingers_for_ms_after_leaving_the_area" } }, - [9534]={ + [9814]={ [1]={ [1]={ limit={ @@ -209418,7 +216547,7 @@ return { [1]="your_es_takes_%_hit_damage_from_allies_in_presence_before_them" } }, - [9535]={ + [9815]={ [1]={ [1]={ limit={ @@ -209434,7 +216563,7 @@ return { [1]="your_life_cannot_change_while_you_have_energy_shield" } }, - [9536]={ + [9816]={ [1]={ [1]={ limit={ @@ -209459,7 +216588,7 @@ return { [1]="your_mace_slam_aftershock_chance_%" } }, - [9537]={ + [9817]={ [1]={ [1]={ limit={ @@ -209484,7 +216613,7 @@ return { [1]="your_mace_strike_aftershock_chance_%" } }, - [9538]={ + [9818]={ [1]={ [1]={ limit={ @@ -209493,7 +216622,7 @@ return { [2]=100 } }, - text="Your Marks Transfer to another Enemy when Marked Enemy dies" + text="When your Marks are Consumed, they Mark another Enemy" }, [2]={ limit={ @@ -209502,14 +216631,14 @@ return { [2]="#" } }, - text="Your Marks have a {0}% chance to Transfer to another Enemy when Marked Enemy dies" + text="When your Marks are Consumed, they have {0}% chance to Mark another Enemy" } }, stats={ - [1]="your_marks_transfer_to_nearby_enemies_on_death_%_chance" + [1]="your_marks_spread_to_a_nearby_enemies_on_consume_%_chance" } }, - [9539]={ + [9819]={ [1]={ [1]={ limit={ @@ -209525,7 +216654,7 @@ return { [1]="your_movement_skills_are_disabled" } }, - [9540]={ + [9820]={ [1]={ [1]={ [1]={ @@ -209558,7 +216687,7 @@ return { [1]="your_profane_ground_effect_lingers_for_ms_after_leaving_the_area" } }, - [9541]={ + [9821]={ [1]={ [1]={ limit={ @@ -209574,7 +216703,7 @@ return { [1]="your_shield_skills_are_disabled" } }, - [9542]={ + [9822]={ [1]={ [1]={ limit={ @@ -209599,7 +216728,7 @@ return { [1]="your_slam_aftershock_chance_%" } }, - [9543]={ + [9823]={ [1]={ [1]={ limit={ @@ -209615,7 +216744,7 @@ return { [1]="your_spells_are_disabled" } }, - [9544]={ + [9824]={ [1]={ [1]={ limit={ @@ -209631,7 +216760,7 @@ return { [1]="your_travel_skills_are_disabled" } }, - [9545]={ + [9825]={ [1]={ [1]={ limit={ @@ -209647,7 +216776,7 @@ return { [1]="your_travel_skills_except_dash_are_disabled" } }, - [9546]={ + [9826]={ [1]={ [1]={ limit={ @@ -209663,7 +216792,7 @@ return { [1]="all_damage_can_poison_while_affected_by_glorious_madness" } }, - [9547]={ + [9827]={ [1]={ [1]={ limit={ @@ -209679,7 +216808,7 @@ return { [1]="attack_minimum_added_lightning_damage_%_of_maximum_mana" } }, - [9548]={ + [9828]={ [1]={ [1]={ limit={ @@ -209695,7 +216824,7 @@ return { [1]="chance_to_deal_double_damage_while_affected_by_glorious_madness_%" } }, - [9549]={ + [9829]={ [1]={ [1]={ limit={ @@ -209711,7 +216840,7 @@ return { [1]="explode_enemies_for_25%_life_as_chaos_on_kill_while_affected_by_glorious_madness_chance_%" } }, - [9550]={ + [9830]={ [1]={ [1]={ limit={ @@ -209727,7 +216856,7 @@ return { [1]="gain_chilling_shocking_igniting_conflux_while_affected_by_glorious_madness" } }, - [9551]={ + [9831]={ [1]={ [1]={ [1]={ @@ -209747,7 +216876,7 @@ return { [1]="gain_debilitating_presence_ms_on_kill_vs_rare_or_unique_enemy" } }, - [9552]={ + [9832]={ [1]={ [1]={ limit={ @@ -209763,7 +216892,7 @@ return { [1]="immune_to_elemental_status_ailments_while_affected_by_glorious_madness" } }, - [9553]={ + [9833]={ [1]={ [1]={ limit={ @@ -209779,7 +216908,7 @@ return { [1]="local_apply_extra_herald_mod_when_synthesised" } }, - [9554]={ + [9834]={ [1]={ [1]={ limit={ @@ -209795,7 +216924,7 @@ return { [1]="local_is_alternate_tree_jewel" } }, - [9555]={ + [9835]={ [1]={ [1]={ limit={ @@ -209811,7 +216940,7 @@ return { [1]="local_is_survival_jewel" } }, - [9556]={ + [9836]={ [1]={ [1]={ [1]={ @@ -209831,7 +216960,7 @@ return { [1]="max_fortification_while_affected_by_glorious_madness_+1_per_4" } }, - [9557]={ + [9837]={ [1]={ [1]={ limit={ @@ -209847,7 +216976,7 @@ return { [1]="primordial_jewel_count" } }, - [9558]={ + [9838]={ [1]={ [1]={ limit={ @@ -209863,7 +216992,7 @@ return { [1]="armour_+%_per_rage" } }, - [9559]={ + [9839]={ [1]={ [1]={ limit={ @@ -209892,7 +217021,7 @@ return { [1]="zealotry_aura_effect_+%" } }, - [9560]={ + [9840]={ [1]={ [1]={ [1]={ @@ -209929,7 +217058,7 @@ return { [1]="zealotry_mana_reservation_efficiency_-2%_per_1" } }, - [9561]={ + [9841]={ [1]={ [1]={ limit={ @@ -209958,7 +217087,7 @@ return { [1]="zealotry_mana_reservation_efficiency_+%" } }, - [9562]={ + [9842]={ [1]={ [1]={ limit={ @@ -209991,7 +217120,7 @@ return { [1]="zealotry_mana_reservation_+%" } }, - [9563]={ + [9843]={ [1]={ [1]={ limit={ @@ -210007,7 +217136,7 @@ return { [1]="zealotry_reserves_no_mana" } }, - [9564]={ + [9844]={ [1]={ [1]={ limit={ @@ -210023,7 +217152,7 @@ return { [1]="zero_chaos_resistance" } }, - [9565]={ + [9845]={ [1]={ [1]={ [1]={ @@ -210043,7 +217172,7 @@ return { [1]="zombie_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%" } }, - [9566]={ + [9846]={ [1]={ [1]={ limit={ @@ -210072,7 +217201,7 @@ return { [1]="zombie_physical_damage_+%_final" } }, - [9567]={ + [9847]={ [1]={ [1]={ limit={ @@ -210101,7 +217230,7 @@ return { [1]="zombie_slam_area_of_effect_+%" } }, - [9568]={ + [9848]={ [1]={ [1]={ limit={ @@ -210117,7 +217246,7 @@ return { [1]="zombie_slam_cooldown_speed_+%" } }, - [9569]={ + [9849]={ [1]={ [1]={ limit={ @@ -210133,7 +217262,7 @@ return { [1]="zombie_slam_damage_+%" } }, - [9570]={ + [9850]={ [1]={ [1]={ limit={ @@ -210149,7 +217278,7 @@ return { [1]="stun_threshold_+%_per_rage" } }, - [9571]={ + [9851]={ [1]={ [1]={ limit={ @@ -210165,7 +217294,7 @@ return { [1]="golems_larger_aggro_radius" } }, - [9572]={ + [9852]={ [1]={ [1]={ limit={ @@ -210181,7 +217310,7 @@ return { [1]="minion_larger_aggro_radius" } }, - [9573]={ + [9853]={ [1]={ [1]={ limit={ @@ -210202,7 +217331,7 @@ return { [2]="local_unique_jewel_notable_passives_in_radius_instead_grant_spell_damage_+%" } }, - [9574]={ + [9854]={ [1]={ [1]={ limit={ @@ -210231,7 +217360,7 @@ return { [1]="local_unique_jewel_notable_passives_in_radius_instead_grant_minion_damage_taken_+%" } }, - [9575]={ + [9855]={ [1]={ [1]={ limit={ @@ -210260,7 +217389,7 @@ return { [1]="local_unique_jewel_notable_passives_in_radius_instead_grant_minion_movement_speed_+%" } }, - [9576]={ + [9856]={ [1]={ [1]={ limit={ @@ -210281,7 +217410,7 @@ return { [2]="local_unique_jewel_passives_in_radius_give_trap_and_mine_maximum_added_physical_damage" } }, - [9577]={ + [9857]={ [1]={ [1]={ limit={ @@ -210297,7 +217426,7 @@ return { [1]="attack_maximum_added_lightning_damage_%_of_maximum_mana" } }, - [9578]={ + [9858]={ [1]={ [1]={ limit={ @@ -210313,7 +217442,7 @@ return { [1]="melee_hits_grant_rampage_stacks" } }, - [9579]={ + [9859]={ [1]={ [1]={ limit={ @@ -210329,7 +217458,7 @@ return { [1]="player_gain_rampage_stacks" } }, - [9580]={ + [9860]={ [1]={ [1]={ limit={ @@ -210345,7 +217474,7 @@ return { [1]="demigods_virtue" } }, - [9581]={ + [9861]={ [1]={ [1]={ limit={ @@ -210361,7 +217490,7 @@ return { [1]="keystone_2_companions" } }, - [9582]={ + [9862]={ [1]={ [1]={ limit={ @@ -210377,7 +217506,7 @@ return { [1]="keystone_acrobatics" } }, - [9583]={ + [9863]={ [1]={ [1]={ limit={ @@ -210393,7 +217522,7 @@ return { [1]="keystone_alternate_dexterity_bonus" } }, - [9584]={ + [9864]={ [1]={ [1]={ limit={ @@ -210409,7 +217538,7 @@ return { [1]="keystone_alternate_intelligence_bonus" } }, - [9585]={ + [9865]={ [1]={ [1]={ limit={ @@ -210425,7 +217554,7 @@ return { [1]="keystone_alternate_strength_bonus" } }, - [9586]={ + [9866]={ [1]={ [1]={ limit={ @@ -210441,7 +217570,23 @@ return { [1]="keystone_ancestral_bond" } }, - [9587]={ + [9867]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Ritual Cadence" + } + }, + stats={ + [1]="keystone_auto_invocation" + } + }, + [9868]={ [1]={ [1]={ limit={ @@ -210457,7 +217602,7 @@ return { [1]="keystone_avatar_of_fire" } }, - [9588]={ + [9869]={ [1]={ [1]={ limit={ @@ -210473,7 +217618,7 @@ return { [1]="keystone_battlemage" } }, - [9589]={ + [9870]={ [1]={ [1]={ limit={ @@ -210489,7 +217634,7 @@ return { [1]="keystone_blood_magic" } }, - [9590]={ + [9871]={ [1]={ [1]={ limit={ @@ -210505,7 +217650,7 @@ return { [1]="keystone_bulwark" } }, - [9591]={ + [9872]={ [1]={ [1]={ limit={ @@ -210521,7 +217666,7 @@ return { [1]="keystone_call_to_arms" } }, - [9592]={ + [9873]={ [1]={ [1]={ limit={ @@ -210537,7 +217682,7 @@ return { [1]="keystone_chaos_inoculation" } }, - [9593]={ + [9874]={ [1]={ [1]={ limit={ @@ -210553,7 +217698,7 @@ return { [1]="keystone_charge_cycle" } }, - [9594]={ + [9875]={ [1]={ [1]={ limit={ @@ -210569,7 +217714,7 @@ return { [1]="keystone_conduit" } }, - [9595]={ + [9876]={ [1]={ [1]={ limit={ @@ -210585,7 +217730,7 @@ return { [1]="keystone_crimson_assault" } }, - [9596]={ + [9877]={ [1]={ [1]={ limit={ @@ -210601,7 +217746,7 @@ return { [1]="keystone_crimson_dance" } }, - [9597]={ + [9878]={ [1]={ [1]={ limit={ @@ -210617,7 +217762,7 @@ return { [1]="keystone_dance_with_death" } }, - [9598]={ + [9879]={ [1]={ [1]={ limit={ @@ -210633,7 +217778,7 @@ return { [1]="keystone_divine_flesh" } }, - [9599]={ + [9880]={ [1]={ [1]={ limit={ @@ -210649,7 +217794,7 @@ return { [1]="keystone_divine_shield" } }, - [9600]={ + [9881]={ [1]={ [1]={ limit={ @@ -210665,7 +217810,7 @@ return { [1]="keystone_eldritch_battery" } }, - [9601]={ + [9882]={ [1]={ [1]={ limit={ @@ -210681,7 +217826,7 @@ return { [1]="keystone_elemental_equilibrium" } }, - [9602]={ + [9883]={ [1]={ [1]={ limit={ @@ -210697,7 +217842,7 @@ return { [1]="keystone_elemental_overload" } }, - [9603]={ + [9884]={ [1]={ [1]={ limit={ @@ -210713,7 +217858,7 @@ return { [1]="keystone_emperors_heart" } }, - [9604]={ + [9885]={ [1]={ [1]={ limit={ @@ -210729,7 +217874,7 @@ return { [1]="keystone_eternal_youth" } }, - [9605]={ + [9886]={ [1]={ [1]={ limit={ @@ -210745,7 +217890,23 @@ return { [1]="keystone_everlasting_sacrifice" } }, - [9606]={ + [9887]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Blackflame Covenant" + } + }, + stats={ + [1]="keystone_fire_spells_become_chaos_spells" + } + }, + [9888]={ [1]={ [1]={ limit={ @@ -210761,7 +217922,7 @@ return { [1]="keystone_giants_blood" } }, - [9607]={ + [9889]={ [1]={ [1]={ limit={ @@ -210777,7 +217938,7 @@ return { [1]="keystone_glancing_blows" } }, - [9608]={ + [9890]={ [1]={ [1]={ limit={ @@ -210793,7 +217954,7 @@ return { [1]="keystone_heartstopper" } }, - [9609]={ + [9891]={ [1]={ [1]={ limit={ @@ -210809,7 +217970,7 @@ return { [1]="keystone_hex_master" } }, - [9610]={ + [9892]={ [1]={ [1]={ limit={ @@ -210825,7 +217986,7 @@ return { [1]="keystone_hollow_palm_technique" } }, - [9611]={ + [9893]={ [1]={ [1]={ limit={ @@ -210841,7 +218002,7 @@ return { [1]="keystone_impale" } }, - [9612]={ + [9894]={ [1]={ [1]={ limit={ @@ -210857,7 +218018,7 @@ return { [1]="keystone_iron_grip" } }, - [9613]={ + [9895]={ [1]={ [1]={ limit={ @@ -210873,7 +218034,7 @@ return { [1]="keystone_iron_reflexes" } }, - [9614]={ + [9896]={ [1]={ [1]={ limit={ @@ -210889,7 +218050,7 @@ return { [1]="keystone_iron_will" } }, - [9615]={ + [9897]={ [1]={ [1]={ limit={ @@ -210905,7 +218066,7 @@ return { [1]="keystone_mana_shield" } }, - [9616]={ + [9898]={ [1]={ [1]={ limit={ @@ -210921,7 +218082,7 @@ return { [1]="keystone_minion_instability" } }, - [9617]={ + [9899]={ [1]={ [1]={ limit={ @@ -210937,7 +218098,7 @@ return { [1]="keystone_oasis" } }, - [9618]={ + [9900]={ [1]={ [1]={ limit={ @@ -210953,7 +218114,7 @@ return { [1]="keystone_pain_attunement" } }, - [9619]={ + [9901]={ [1]={ [1]={ limit={ @@ -210969,7 +218130,7 @@ return { [1]="keystone_point_blank" } }, - [9620]={ + [9902]={ [1]={ [1]={ limit={ @@ -210985,23 +218146,7 @@ return { [1]="keystone_precise_technique" } }, - [9621]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Arrow Dancing" - } - }, - stats={ - [1]="keystone_projectile_evasion" - } - }, - [9622]={ + [9903]={ [1]={ [1]={ limit={ @@ -211017,7 +218162,7 @@ return { [1]="keystone_quiet_might" } }, - [9623]={ + [9904]={ [1]={ [1]={ limit={ @@ -211033,7 +218178,7 @@ return { [1]="keystone_runebinder" } }, - [9624]={ + [9905]={ [1]={ [1]={ limit={ @@ -211049,7 +218194,7 @@ return { [1]="keystone_sacred_bastion" } }, - [9625]={ + [9906]={ [1]={ [1]={ limit={ @@ -211065,7 +218210,7 @@ return { [1]="keystone_secrets_of_suffering" } }, - [9626]={ + [9907]={ [1]={ [1]={ limit={ @@ -211081,7 +218226,7 @@ return { [1]="keystone_unwavering_stance" } }, - [9627]={ + [9908]={ [1]={ [1]={ limit={ @@ -211097,7 +218242,7 @@ return { [1]="keystone_vaal_pact" } }, - [9628]={ + [9909]={ [1]={ [1]={ limit={ @@ -211113,23 +218258,7 @@ return { [1]="keystone_versatile_combatant" } }, - [9629]={ - [1]={ - [1]={ - limit={ - [1]={ - [1]="#", - [2]="#" - } - }, - text="Wind Dancer" - } - }, - stats={ - [1]="keystone_wind_dancer" - } - }, - [9630]={ + [9910]={ [1]={ [1]={ limit={ @@ -211145,7 +218274,7 @@ return { [1]="keystone_zealots_oath" } }, - [9631]={ + [9911]={ [1]={ [1]={ limit={ @@ -211161,7 +218290,7 @@ return { [1]="player_far_shot" } }, - [9632]={ + [9912]={ [1]={ [1]={ limit={ @@ -211177,7 +218306,7 @@ return { [1]="resolute_technique" } }, - [9633]={ + [9913]={ [1]={ [1]={ limit={ @@ -211193,7 +218322,7 @@ return { [1]="summoned_skeletons_have_avatar_of_fire" } }, - [9634]={ + [9914]={ [1]={ [1]={ limit={ @@ -211209,7 +218338,7 @@ return { [1]="attacks_use_life_in_place_of_mana" } }, - [9635]={ + [9915]={ [1]={ [1]={ limit={ @@ -211225,7 +218354,7 @@ return { [1]="gain_crimson_dance_if_have_dealt_critical_strike_recently" } }, - [9636]={ + [9916]={ [1]={ [1]={ limit={ @@ -211241,7 +218370,7 @@ return { [1]="gain_crimson_dance_while_you_have_cat_stealth" } }, - [9637]={ + [9917]={ [1]={ [1]={ limit={ @@ -211257,7 +218386,7 @@ return { [1]="gain_iron_reflexes_while_at_maximum_frenzy_charges" } }, - [9638]={ + [9918]={ [1]={ [1]={ limit={ @@ -211273,7 +218402,7 @@ return { [1]="gain_mind_over_matter_while_at_maximum_power_charges" } }, - [9639]={ + [9919]={ [1]={ [1]={ limit={ @@ -211289,7 +218418,7 @@ return { [1]="avatar_of_fire_rotation_active" } }, - [9640]={ + [9920]={ [1]={ [1]={ limit={ @@ -211305,7 +218434,7 @@ return { [1]="elemental_overload_rotation_active" } }, - [9641]={ + [9921]={ [1]={ [1]={ limit={ @@ -211321,7 +218450,7 @@ return { [1]="gain_iron_reflexes_while_stationary" } }, - [9642]={ + [9922]={ [1]={ [1]={ limit={ @@ -211337,7 +218466,7 @@ return { [1]="gain_resolute_technique_while_do_not_have_elemental_overload" } }, - [9643]={ + [9923]={ [1]={ [1]={ limit={ @@ -211353,7 +218482,7 @@ return { [1]="iron_reflexes_rotation_active" } }, - [9644]={ + [9924]={ [1]={ [1]={ limit={ @@ -211369,7 +218498,7 @@ return { [1]="trap_throw_skills_have_blood_magic" } }, - [9645]={ + [9925]={ [1]={ [1]={ limit={ @@ -211398,7 +218527,7 @@ return { [1]="physical_damage_+%_while_you_have_resolute_technique" } }, - [9646]={ + [9926]={ [1]={ [1]={ limit={ @@ -211427,7 +218556,7 @@ return { [1]="critical_strike_chance_+%_while_you_have_avatar_of_fire" } }, - [9647]={ + [9927]={ [1]={ [1]={ limit={ @@ -211443,7 +218572,7 @@ return { [1]="non_skill_physical_damage_%_to_convert_to_fire_while_you_have_avatar_of_fire" } }, - [9648]={ + [9928]={ [1]={ [1]={ limit={ @@ -211459,7 +218588,7 @@ return { [1]="unique_bow_arborix_close_range_bow_damage_+%_final_while_have_iron_reflexes" } }, - [9649]={ + [9929]={ [1]={ [1]={ limit={ @@ -211475,7 +218604,7 @@ return { [1]="local_chance_to_bleed_%_while_you_do_not_have_avatar_of_fire" } }, - [9650]={ + [9930]={ [1]={ [1]={ limit={ @@ -211491,7 +218620,7 @@ return { [1]="armour_while_you_do_not_have_avatar_of_fire" } }, - [9651]={ + [9931]={ [1]={ [1]={ limit={ @@ -211520,7 +218649,7 @@ return { [1]="attack_cast_and_movement_speed_+%_while_do_not_have_iron_reflexes" } }, - [9652]={ + [9932]={ [1]={ [1]={ limit={ @@ -211536,7 +218665,7 @@ return { [1]="gain_player_far_shot_while_do_not_have_iron_reflexes" } }, - [9653]={ + [9933]={ [1]={ [1]={ limit={ @@ -211552,7 +218681,7 @@ return { [1]="blood_footprints_from_item" } }, - [9654]={ + [9934]={ [1]={ [1]={ limit={ @@ -211568,7 +218697,7 @@ return { [1]="celestial_footprints_from_item" } }, - [9655]={ + [9935]={ [1]={ [1]={ limit={ @@ -211584,7 +218713,7 @@ return { [1]="demigod_footprints_from_item" } }, - [9656]={ + [9936]={ [1]={ [1]={ limit={ @@ -211600,7 +218729,7 @@ return { [1]="extra_gore" } }, - [9657]={ + [9937]={ [1]={ [1]={ limit={ @@ -211616,7 +218745,7 @@ return { [1]="goat_footprints_from_item" } }, - [9658]={ + [9938]={ [1]={ [1]={ limit={ @@ -211632,9914 +218761,10195 @@ return { [1]="silver_footprints_from_item" } }, - ["%_chance_to_blind_on_critical_strike"]=3896, - ["%_chance_to_blind_on_critical_strike_while_you_have_cats_stealth"]=3995, - ["%_chance_to_cause_bleeding_enemies_to_flee_on_hit"]=3432, - ["%_chance_to_create_smoke_cloud_on_mine_or_trap_creation"]=3702, - ["%_chance_to_deal_150%_area_damage_+%_final"]=8487, - ["%_chance_to_gain_endurance_charge_each_second_while_channelling"]=8488, - ["%_chance_to_gain_endurance_charge_on_trap_triggered_by_an_enemy"]=3243, - ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=3242, - ["%_chance_to_gain_power_charge_on_hit_against_enemies_on_full_life"]=3700, - ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=1839, - ["%_chance_to_gain_power_charge_on_placing_a_totem"]=3685, - ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=1838, - ["%_chance_to_gain_random_charge_on_trap_triggered_by_an_enemy"]=8489, - ["%_maximum_life_as_focus"]=1, - ["%_number_of_raging_spirits_allowed"]=8490, - ["%_of_life_regeneration_applies_to_totems"]=2, - ["%_physical_damage_bypasses_energy_shield"]=3, - ["+1_max_charged_attack_stages"]=4, - ["+1_spirit_per_X_energy_shield_on_body_armour"]=5, - ["+1_spirit_per_X_evasion_rating_on_body_armour"]=6, - ["X_accuracy_per_2_intelligence"]=1732, - ["X_armour_if_you_have_blocked_recently"]=4071, - ["X_armour_per_active_totem"]=4072, - ["X_armour_per_stackable_unique_jewel"]=3783, - ["X_life_per_4_dexterity"]=1733, - ["X_mana_per_4_strength"]=1734, - ["X_mana_per_stackable_unique_jewel"]=3782, - ["X_to_armour_per_2_strength"]=4073, - ["absolution_cast_speed_+%"]=4075, - ["absolution_duration_+%"]=4076, - ["absolution_minion_area_of_effect_+%"]=4077, - ["abyssal_cry_damage_+%"]=3363, - ["abyssal_cry_duration_+%"]=3552, - ["accuracy_rating"]=888, - ["accuracy_rating_+%"]=1300, - ["accuracy_rating_+%_during_onslaught"]=4088, - ["accuracy_rating_+%_equal_to_%_attack_critical_strike_chance"]=4078, - ["accuracy_rating_+%_final_at_max_distance_scaled"]=4079, - ["accuracy_rating_+%_if_enemy_not_killed_recently"]=4089, - ["accuracy_rating_+%_if_have_crit_in_past_8_seconds"]=4090, - ["accuracy_rating_+%_per_frenzy_charge"]=1753, - ["accuracy_rating_+%_vs_enemies_in_close_range"]=4080, - ["accuracy_rating_+%_vs_rare_or_unique_enemy"]=4081, - ["accuracy_rating_+%_vs_unique_enemies"]=4082, - ["accuracy_rating_+%_when_on_low_life"]=2302, - ["accuracy_rating_+_per_frenzy_charge"]=4086, - ["accuracy_rating_+_per_green_socket_on_bow"]=4087, - ["accuracy_rating_against_marked_enemies_+%"]=4083, - ["accuracy_rating_is_doubled"]=4084, - ["accuracy_rating_per_level"]=4085, - ["accuracy_rating_vs_bleeding_enemies"]=4091, - ["accuracy_rating_while_at_maximum_frenzy_charges"]=4092, - ["accuracy_rating_while_dual_wielding_+%"]=1301, - ["action_speed_-%"]=4094, - ["action_speed_cannot_be_reduced_below_base"]=2866, - ["action_speed_cannot_be_slowed_below_base_if_cast_temporal_chains_in_past_10_seconds"]=4093, - ["active_skill_additional_projectiles_description_mode"]=1515, - ["active_skill_attack_speed_+%_final"]=1279, - ["active_skill_attack_speed_+%_final_per_frenzy_charge"]=3422, - ["active_skill_impale_magnitude_+%_final"]=4095, - ["active_skill_level_+"]=1593, - ["adaptation_duration_+%"]=1394, - ["adaptation_rating_+%"]=1391, - ["add_%_base_armour_on_equipment_to_stun_threshold"]=4096, + ["%_attack_damage_per_glory_consumed_for_6_seconds_up_to_100"]=1, + ["%_chance_for_crossbow_reload_to_be_instant"]=2, + ["%_chance_to_blind_on_critical_strike"]=3837, + ["%_chance_to_blind_on_critical_strike_while_you_have_cats_stealth"]=3936, + ["%_chance_to_cause_bleeding_enemies_to_flee_on_hit"]=3378, + ["%_chance_to_create_smoke_cloud_on_mine_or_trap_creation"]=3644, + ["%_chance_to_deal_150%_area_damage_+%_final"]=8720, + ["%_chance_to_gain_endurance_charge_each_second_while_channelling"]=8721, + ["%_chance_to_gain_endurance_charge_on_trap_triggered_by_an_enemy"]=3189, + ["%_chance_to_gain_frenzy_charge_on_trap_triggered_by_an_enemy"]=3188, + ["%_chance_to_gain_power_charge_on_hit_against_enemies_on_full_life"]=3642, + ["%_chance_to_gain_power_charge_on_mine_detonated_targeting_an_enemy"]=1816, + ["%_chance_to_gain_power_charge_on_placing_a_totem"]=3628, + ["%_chance_to_gain_power_charge_on_trap_triggered_by_an_enemy"]=1815, + ["%_chance_to_gain_random_charge_on_trap_triggered_by_an_enemy"]=8722, + ["%_maximum_life_as_focus"]=3, + ["%_number_of_raging_spirits_allowed"]=8723, + ["%_of_life_regeneration_applies_to_totems"]=4, + ["%_physical_damage_bypasses_energy_shield"]=5, + ["+1_max_charged_attack_stages"]=6, + ["+1_spirit_per_X_energy_shield_on_body_armour"]=7, + ["+1_spirit_per_X_evasion_rating_on_body_armour"]=8, + ["X_accuracy_per_2_intelligence"]=1709, + ["X_armour_if_you_have_blocked_recently"]=4010, + ["X_armour_per_active_totem"]=4011, + ["X_armour_per_stackable_unique_jewel"]=3725, + ["X_life_per_4_dexterity"]=1710, + ["X_mana_per_4_strength"]=1711, + ["X_mana_per_stackable_unique_jewel"]=3724, + ["X_to_armour_per_2_strength"]=4012, + ["absolution_cast_speed_+%"]=4014, + ["absolution_duration_+%"]=4015, + ["absolution_minion_area_of_effect_+%"]=4016, + ["abyss_socketable_movement_speed_is_only_base_+%_per_15_spirit_up_to_+40%"]=8490, + ["abyssal_cry_damage_+%"]=3309, + ["abyssal_cry_duration_+%"]=3498, + ["abyssal_wasting_cold_resistance_%"]=4017, + ["abyssal_wasting_effect_+%"]=4018, + ["abyssal_wasting_fire_resistance_%"]=4019, + ["abyssal_wasting_infinite_duration"]=4020, + ["abyssal_wasting_instant_life_leech_%"]=4021, + ["abyssal_wasting_instant_mana_leech_%"]=4022, + ["abyssal_wasting_lightning_resistance_%"]=4023, + ["abyssal_wasting_on_hit"]=4024, + ["accuracy_rating"]=883, + ["accuracy_rating_+%"]=1288, + ["accuracy_rating_+%_during_onslaught"]=4041, + ["accuracy_rating_+%_equal_to_%_attack_critical_strike_chance"]=4025, + ["accuracy_rating_+%_final_at_max_distance_scaled"]=4026, + ["accuracy_rating_+%_if_enemy_not_killed_recently"]=4042, + ["accuracy_rating_+%_if_have_crit_in_past_8_seconds"]=4043, + ["accuracy_rating_+%_per_10_tribute"]=4027, + ["accuracy_rating_+%_per_25_tribute"]=4028, + ["accuracy_rating_+%_per_frenzy_charge"]=1730, + ["accuracy_rating_+%_vs_abyssal_wasting_afflicted"]=4029, + ["accuracy_rating_+%_vs_enemies_in_close_range"]=4030, + ["accuracy_rating_+%_vs_rare_or_unique_enemy"]=4031, + ["accuracy_rating_+%_vs_unique_enemies"]=4032, + ["accuracy_rating_+%_when_on_low_life"]=2270, + ["accuracy_rating_+%_while_moving"]=4033, + ["accuracy_rating_+%_while_surrounded"]=4034, + ["accuracy_rating_+_per_evasion_rating_on_helmet"]=4035, + ["accuracy_rating_+_per_frenzy_charge"]=4039, + ["accuracy_rating_+_per_green_socket_on_bow"]=4040, + ["accuracy_rating_against_marked_enemies_+%"]=4036, + ["accuracy_rating_is_doubled"]=4037, + ["accuracy_rating_per_level"]=4038, + ["accuracy_rating_vs_bleeding_enemies"]=4044, + ["accuracy_rating_while_at_maximum_frenzy_charges"]=4045, + ["accuracy_rating_while_dual_wielding_+%"]=1289, + ["action_speed_-%"]=4047, + ["action_speed_cannot_be_reduced_below_base"]=2821, + ["action_speed_cannot_be_slowed_below_base_if_cast_temporal_chains_in_past_10_seconds"]=4046, + ["active_block_maximum_distance_+%"]=4048, + ["active_skill_additional_projectiles_description_mode"]=1498, + ["active_skill_attack_speed_+%_final"]=1267, + ["active_skill_attack_speed_+%_final_per_frenzy_charge"]=3368, + ["active_skill_generates_mp_%_glory_per_armour_break"]=4049, + ["active_skill_generates_mp_%_glory_per_attack_hit"]=4050, + ["active_skill_generates_mp_%_glory_per_heavy_stun"]=4051, + ["active_skill_generates_mp_%_glory_per_ignite"]=4052, + ["active_skill_impale_magnitude_+%_final"]=4053, + ["active_skill_level_+"]=1576, + ["active_skill_poison_effect_+%_final"]=4054, + ["active_skill_requires_X_glory"]=33, + ["adaptation_duration_+%"]=1378, + ["add_%_base_armour_on_equipment_to_stun_threshold"]=4055, ["add_1_stage_to_banners_on_melee_hit_up_to_5_per_second"]=4486, - ["add_endurance_charge_on_critical_strike"]=1538, - ["add_endurance_charge_on_enemy_critical_strike"]=1555, - ["add_endurance_charge_on_gain_power_charge_%"]=3249, - ["add_endurance_charge_on_kill"]=2531, - ["add_endurance_charge_on_skill_hit_%"]=1552, - ["add_endurance_charge_on_status_ailment"]=1556, - ["add_frenzy_charge_every_50_rampage_stacks"]=4008, - ["add_frenzy_charge_on_critical_strike"]=1548, - ["add_frenzy_charge_on_enemy_block"]=1833, - ["add_frenzy_charge_on_kill_%_chance"]=2341, - ["add_frenzy_charge_on_kill_%_chance_while_dual_wielding"]=4097, - ["add_frenzy_charge_on_skill_hit_%"]=1553, - ["add_frenzy_charge_when_hit_%"]=4098, - ["add_power_charge_on_critical_strike"]=1549, - ["add_power_charge_on_critical_strike_%"]=1550, - ["add_power_charge_on_hit_%"]=3244, - ["add_power_charge_on_hit_while_poisoned_%"]=4099, - ["add_power_charge_on_kill_%_chance"]=2343, - ["add_power_charge_on_melee_critical_strike"]=1551, - ["add_power_charge_on_minion_death"]=1761, - ["add_power_charge_on_skill_hit_%"]=1554, - ["add_power_charge_when_interrupted_while_casting"]=1857, - ["add_power_charge_when_kill_shocked_enemy"]=1850, - ["add_x_grasping_vines_on_hit"]=4100, - ["additional_%_chance_to_evade_attacks_if_you_have_taken_a_savage_hit_recently"]=4137, - ["additional_all_attributes"]=968, - ["additional_attack_block_%_if_used_shield_skill_recently"]=4101, - ["additional_attack_block_%_per_endurance_charge"]=4102, - ["additional_attack_block_%_per_frenzy_charge"]=4103, - ["additional_attack_block_%_per_power_charge"]=4104, - ["additional_attack_block_%_per_summoned_skeleton"]=4105, - ["additional_ballista_totems_allowed"]=4106, - ["additional_base_critical_strike_chance"]=1323, - ["additional_beam_only_chains"]=4107, - ["additional_block_%"]=2179, - ["additional_block_%_against_frontal_attacks"]=4109, - ["additional_block_%_if_you_have_crit_recently"]=4110, - ["additional_block_%_per_endurance_charge"]=4111, - ["additional_block_%_per_hit_you_have_blocked_in_past_10_seconds"]=4112, - ["additional_block_%_while_not_cursed"]=4113, - ["additional_block_%_while_on_consecrated_ground"]=4114, - ["additional_block_%_while_you_have_at_least_10_crab_charges"]=3984, - ["additional_block_%_while_you_have_at_least_5_crab_charges"]=3983, - ["additional_block_%_with_5_or_more_nearby_enemies"]=4115, - ["additional_block_chance_%_for_1_second_every_5_seconds"]=2180, - ["additional_block_chance_%_for_you_and_allies_affected_by_your_auras"]=3691, - ["additional_block_chance_%_when_in_off_hand"]=3809, - ["additional_block_chance_%_while_holding_focus"]=4108, - ["additional_block_chance_against_projectiles_%"]=2183, - ["additional_chance_to_freeze_chilled_enemies_%"]=1740, - ["additional_chaos_resistance_against_damage_over_time_%"]=5147, - ["additional_critical_strike_chance_per_10_shield_maximum_energy_shield_permyriad"]=4116, - ["additional_critical_strike_chance_per_power_charge_permyriad"]=4117, - ["additional_critical_strike_chance_permyriad_per_poison_on_enemy_up_to_2%"]=4118, - ["additional_critical_strike_chance_permyriad_while_affected_by_cat_aspect"]=3994, - ["additional_critical_strike_chance_permyriad_while_affected_by_hatred"]=4119, - ["additional_critical_strike_chance_permyriad_while_at_maximum_power_charges"]=3118, - ["additional_critical_strike_chance_permyriad_with_herald_skills"]=4120, - ["additional_deflect_chance_%"]=4121, - ["additional_dexterity"]=970, - ["additional_dexterity_and_intelligence"]=1110, - ["additional_dexterity_per_allocated_mastery"]=4122, - ["additional_elemental_damage_reduction_as_half_of_chaos_resistance"]=3692, - ["additional_intelligence"]=971, - ["additional_intelligence_per_allocated_mastery"]=4123, - ["additional_max_mirage_archers"]=4046, - ["additional_max_number_of_dominated_magic_monsters"]=4124, - ["additional_max_number_of_dominated_rare_monsters"]=4125, - ["additional_maximum_all_elemental_resistances_%"]=974, - ["additional_maximum_all_elemental_resistances_%_if_all_equipment_grants_armour"]=4130, - ["additional_maximum_all_elemental_resistances_%_if_killed_cursed_enemy_recently"]=4126, - ["additional_maximum_all_elemental_resistances_%_if_suppressed_spell_recently"]=4127, - ["additional_maximum_all_elemental_resistances_%_while_affected_by_purity_of_elements"]=4128, - ["additional_maximum_all_elemental_resistances_%_with_reserved_life_and_mana"]=4129, - ["additional_maximum_all_resistances_%"]=1458, - ["additional_maximum_all_resistances_%_at_devotion_threshold"]=4132, - ["additional_maximum_all_resistances_%_while_poisoned"]=4131, - ["additional_maximum_all_resistances_%_with_no_endurance_charges"]=4133, - ["additional_maximum_block_%"]=1700, - ["additional_maximum_infusion_stacks"]=8041, - ["additional_number_of_brands_to_create"]=4134, - ["additional_off_hand_critical_strike_chance_permyriad"]=4135, - ["additional_off_hand_critical_strike_chance_while_dual_wielding"]=4136, - ["additional_physical_damage_reduction_%_during_flask_effect"]=3886, - ["additional_physical_damage_reduction_%_during_focus"]=4139, - ["additional_physical_damage_reduction_%_during_life_or_mana_flask_effect"]=4140, - ["additional_physical_damage_reduction_%_if_not_damaged_by_a_hit_recently"]=4141, - ["additional_physical_damage_reduction_%_per_keystone"]=4142, - ["additional_physical_damage_reduction_%_per_minion_up_to_10%"]=4143, - ["additional_physical_damage_reduction_%_per_summoned_sentinel_of_purity"]=4144, - ["additional_physical_damage_reduction_%_vs_abyssal_monsters"]=4145, - ["additional_physical_damage_reduction_%_when_on_low_life"]=1949, - ["additional_physical_damage_reduction_%_while_affected_by_determination"]=4146, - ["additional_physical_damage_reduction_%_while_affected_by_guard_skill"]=4147, - ["additional_physical_damage_reduction_%_while_bleeding"]=4148, - ["additional_physical_damage_reduction_%_while_channelling"]=4149, - ["additional_physical_damage_reduction_%_while_frozen"]=4150, - ["additional_physical_damage_reduction_%_while_moving"]=4151, - ["additional_physical_damage_reduction_if_warcried_in_past_8_seconds"]=4138, - ["additional_scroll_of_wisdom_drop_chance_%"]=2311, - ["additional_spell_block_%"]=1092, - ["additional_spell_block_%_if_havent_blocked_recently"]=4153, - ["additional_spell_block_%_per_power_charge"]=4152, - ["additional_spell_block_%_while_cursed"]=4154, - ["additional_staff_block_%"]=1088, - ["additional_strength"]=969, - ["additional_strength_and_dexterity"]=1108, - ["additional_strength_and_intelligence"]=1109, - ["additional_strength_per_allocated_mastery"]=4155, - ["additive_armour_modifiers_apply_to_energy_shield_recharge_rate_at_%_value"]=4156, - ["additive_cast_speed_modifiers_apply_to_trap_throwing_speed"]=4157, - ["additive_energy_shield_modifiers_apply_to_spell_damage_at_30%_value"]=4158, - ["additive_life_modifiers_apply_to_attack_damage_at_30%_value"]=4159, - ["additive_mana_modifiers_apply_to_damage_at_30%_value"]=4160, - ["additive_mana_modifiers_apply_to_shock_effect_at_30%_value"]=4161, - ["additive_minion_damage_modifiers_apply_to_you_at_150%_value"]=4162, - ["additive_modifiers_to_mana_regeneration_also_apply_to_energy_shield_recharge_rate"]=4163, - ["additive_modifiers_to_minion_attack_speed_also_affect_you"]=3389, - ["additive_spell_damage_modifiers_apply_to_attack_damage"]=2394, - ["additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_while_wielding_wand"]=2396, - ["additive_spell_damage_modifiers_apply_to_attack_damage_at_150%_value"]=2395, - ["additive_vaal_skill_damage_modifiers_apply_to_all_skills"]=2397, - ["aftershock_area_of_effect_+%"]=4164, - ["aggravate_bleeding_older_than_ms_on_hit"]=4165, - ["aggravate_bleeding_on_attack_crit_chance_%"]=4166, - ["aggravate_bleeding_on_attack_knockback_chance_%"]=4168, - ["aggravate_bleeding_on_enemies_when_they_enter_your_presence"]=4169, - ["aggravate_bleeding_on_exerted_attack_hit_chance_%"]=4170, - ["aggravate_bleeding_when_inflicted_vs_cursed_enemy"]=4171, - ["aggravate_bleeding_when_inflicted_vs_enemies_on_jagged_ground_chance_%"]=4172, - ["aggravate_inflicted_bleeding"]=4173, - ["agony_crawler_damage_+%"]=4175, - ["ailment_bearer_always_freeze_shock_ignite"]=4176, - ["ailment_bearer_elemental_damage_+%_final"]=4177, - ["ailment_chance_+%"]=4179, - ["ailment_chance_+%_vs_rare_or_unique_enemy"]=4178, - ["ailment_effect_+%"]=4180, - ["ailment_threshold_+"]=4184, - ["ailment_threshold_+%"]=4186, - ["ailment_threshold_+_from_%_maximum_energy_shield"]=4185, - ["ailment_threshold_+_from_lowest_of_base_boots_evasion_rating_and_armour"]=4181, - ["ailment_threshold_+_per_dexterity"]=4182, - ["ailment_threshold_increased_by_overcapped_chaos_resistance"]=4183, - ["alchemists_mark_curse_effect_+%"]=4187, - ["all_attacks_count_as_exerted"]=4188, - ["all_attributes_+%"]=1111, - ["all_attributes_+%_per_assigned_keystone"]=2763, - ["all_damage_can_chill"]=2561, - ["all_damage_can_electrocute"]=4189, - ["all_damage_can_freeze"]=4190, - ["all_damage_can_ignite"]=4191, - ["all_damage_can_poison"]=4192, - ["all_damage_can_poison_while_affected_by_glorious_madness"]=9546, - ["all_damage_can_shock"]=4193, - ["all_damage_from_you_and_minions_can_ignite_while_not_on_low_infernal_flame"]=4194, - ["all_damage_taken_%_as_chaos_damage"]=4195, - ["all_damage_taken_can_ignite"]=4196, - ["all_damage_taken_can_sap"]=4197, - ["all_damage_taken_can_scorch"]=4198, - ["all_damage_taken_chills_you_while_bleeding"]=4199, - ["all_damage_taken_chills_you_while_poisoned"]=4200, - ["all_damage_to_bleeding_enemies_contributes_to_chill"]=4201, - ["all_damage_to_poisoned_enemies_contributes_to_chill"]=4202, - ["all_projectile_damage_can_pin"]=4203, - ["all_resistances_%_per_equipped_corrupted_item"]=2779, - ["all_skill_gem_level_+"]=4204, - ["all_skill_gem_quality_+"]=4205, - ["allies_in_presence_accuracy_rating"]=914, - ["allies_in_presence_attack_maximum_added_chaos_damage"]=913, - ["allies_in_presence_attack_maximum_added_cold_damage"]=911, - ["allies_in_presence_attack_maximum_added_fire_damage"]=910, - ["allies_in_presence_attack_maximum_added_lightning_damage"]=912, - ["allies_in_presence_attack_maximum_added_physical_damage"]=909, - ["allies_in_presence_attack_minimum_added_chaos_damage"]=913, - ["allies_in_presence_attack_minimum_added_cold_damage"]=911, - ["allies_in_presence_attack_minimum_added_fire_damage"]=910, - ["allies_in_presence_attack_minimum_added_lightning_damage"]=912, - ["allies_in_presence_attack_minimum_added_physical_damage"]=909, - ["allies_in_presence_attack_speed_+%"]=917, - ["allies_in_presence_cast_speed_+%"]=918, - ["allies_in_presence_critical_strike_chance_+%"]=915, - ["allies_in_presence_critical_strike_multiplier_+"]=916, - ["allies_in_presence_damage_%_to_gain_as_fire"]=4206, - ["allies_in_presence_damage_+%"]=908, - ["allies_in_presence_have_explode_cursed_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2969, - ["allies_in_presence_have_unholy_might_while_you_not_on_low_mana"]=2727, - ["allies_in_presence_life_regeneration_rate_per_minute"]=920, - ["allies_in_presence_life_regeneration_rate_per_minute_equal_to_their_maximum_life_%"]=921, - ["allies_in_presence_life_regeneration_rate_per_minute_equal_to_your_maximum_life_%"]=922, - ["allies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos"]=4207, - ["allies_in_presence_resist_all_elements_%"]=919, - ["allow_2_active_banners"]=2702, - ["allow_hellscaping_unique_items"]=4208, - ["allow_multiple_offerings"]=4209, - ["always_crit_shocked_enemies"]=3761, + ["add_endurance_charge_on_critical_strike"]=1521, + ["add_endurance_charge_on_enemy_critical_strike"]=1538, + ["add_endurance_charge_on_gain_power_charge_%"]=3195, + ["add_endurance_charge_on_kill"]=2495, + ["add_endurance_charge_on_skill_hit_%"]=1535, + ["add_endurance_charge_on_status_ailment"]=1539, + ["add_frenzy_charge_every_50_rampage_stacks"]=3949, + ["add_frenzy_charge_on_critical_strike"]=1531, + ["add_frenzy_charge_on_enemy_block"]=1810, + ["add_frenzy_charge_on_kill_%_chance"]=2309, + ["add_frenzy_charge_on_kill_%_chance_while_dual_wielding"]=4056, + ["add_frenzy_charge_on_skill_hit_%"]=1536, + ["add_frenzy_charge_when_hit_%"]=4057, + ["add_power_charge_on_critical_strike"]=1532, + ["add_power_charge_on_critical_strike_%"]=1533, + ["add_power_charge_on_hit_%"]=3190, + ["add_power_charge_on_hit_while_poisoned_%"]=4058, + ["add_power_charge_on_kill_%_chance"]=2311, + ["add_power_charge_on_melee_critical_strike"]=1534, + ["add_power_charge_on_minion_death"]=1738, + ["add_power_charge_on_skill_hit_%"]=1537, + ["add_power_charge_when_interrupted_while_casting"]=1834, + ["add_power_charge_when_kill_shocked_enemy"]=1827, + ["add_x_grasping_vines_on_hit"]=4059, + ["added_cooldown_count_if_not_instant_and_you_have_at_least_100_tribute"]=4060, + ["added_thorns_cold_base_damage_%_of_maximum_mana"]=4061, + ["additional_all_attributes"]=966, + ["additional_attack_block_%_if_used_shield_skill_recently"]=4062, + ["additional_attack_block_%_per_endurance_charge"]=4063, + ["additional_attack_block_%_per_frenzy_charge"]=4064, + ["additional_attack_block_%_per_power_charge"]=4065, + ["additional_attack_block_%_per_summoned_skeleton"]=4066, + ["additional_ballista_totems_allowed"]=4067, + ["additional_base_critical_strike_chance"]=1311, + ["additional_beam_only_chains"]=4068, + ["additional_block_%"]=2148, + ["additional_block_%_against_frontal_attacks"]=4070, + ["additional_block_%_if_you_have_crit_recently"]=4071, + ["additional_block_%_per_endurance_charge"]=4072, + ["additional_block_%_per_hit_you_have_blocked_in_past_10_seconds"]=4073, + ["additional_block_%_while_not_cursed"]=4074, + ["additional_block_%_while_on_consecrated_ground"]=4075, + ["additional_block_%_while_you_have_at_least_10_crab_charges"]=3925, + ["additional_block_%_while_you_have_at_least_5_crab_charges"]=3924, + ["additional_block_%_with_5_or_more_nearby_enemies"]=4076, + ["additional_block_chance_%_for_1_second_every_5_seconds"]=2149, + ["additional_block_chance_%_for_you_and_allies_affected_by_your_auras"]=3634, + ["additional_block_chance_%_when_in_off_hand"]=3751, + ["additional_block_chance_%_while_holding_focus"]=4069, + ["additional_block_chance_against_projectiles_%"]=2152, + ["additional_chance_to_freeze_chilled_enemies_%"]=1717, + ["additional_chaos_resistance_against_damage_over_time_%"]=5179, + ["additional_combo_gain_chance_%"]=4077, + ["additional_critical_strike_chance_per_10_shield_maximum_energy_shield_permyriad"]=4078, + ["additional_critical_strike_chance_per_power_charge_permyriad"]=4079, + ["additional_critical_strike_chance_permyriad_per_poison_on_enemy_up_to_2%"]=4080, + ["additional_critical_strike_chance_permyriad_while_affected_by_cat_aspect"]=3935, + ["additional_critical_strike_chance_permyriad_while_affected_by_hatred"]=4081, + ["additional_critical_strike_chance_permyriad_while_at_maximum_power_charges"]=3066, + ["additional_critical_strike_chance_permyriad_with_herald_skills"]=4082, + ["additional_deflection_rating"]=4083, + ["additional_dexterity"]=968, + ["additional_dexterity_and_intelligence"]=1097, + ["additional_dexterity_per_allocated_mastery"]=4084, + ["additional_elemental_damage_reduction_as_half_of_chaos_resistance"]=3635, + ["additional_infusion_gain_chance_%"]=4085, + ["additional_intelligence"]=969, + ["additional_intelligence_per_allocated_mastery"]=4086, + ["additional_max_mirage_archers"]=3987, + ["additional_max_number_of_dominated_magic_monsters"]=4087, + ["additional_max_number_of_dominated_rare_monsters"]=4088, + ["additional_maximum_all_elemental_resistances_%"]=972, + ["additional_maximum_all_elemental_resistances_%_if_all_equipment_grants_armour"]=4093, + ["additional_maximum_all_elemental_resistances_%_if_at_least_5_red_green_blue_supports_socketed"]=4089, + ["additional_maximum_all_elemental_resistances_%_if_killed_cursed_enemy_recently"]=4090, + ["additional_maximum_all_elemental_resistances_%_while_affected_by_purity_of_elements"]=4091, + ["additional_maximum_all_elemental_resistances_%_with_reserved_life_and_mana"]=4092, + ["additional_maximum_all_resistances_%"]=1441, + ["additional_maximum_all_resistances_%_at_devotion_threshold"]=4096, + ["additional_maximum_all_resistances_%_if_you_have_at_least_100_tribute"]=4094, + ["additional_maximum_all_resistances_%_while_poisoned"]=4095, + ["additional_maximum_all_resistances_%_with_no_endurance_charges"]=4097, + ["additional_maximum_block_%"]=1679, + ["additional_maximum_infusion_stacks"]=8225, + ["additional_number_of_brands_to_create"]=4098, + ["additional_off_hand_critical_strike_chance_permyriad"]=4099, + ["additional_off_hand_critical_strike_chance_while_dual_wielding"]=4100, + ["additional_physical_damage_reduction_%_during_flask_effect"]=3827, + ["additional_physical_damage_reduction_%_during_focus"]=4102, + ["additional_physical_damage_reduction_%_during_life_or_mana_flask_effect"]=4103, + ["additional_physical_damage_reduction_%_if_not_damaged_by_a_hit_recently"]=4104, + ["additional_physical_damage_reduction_%_per_keystone"]=4105, + ["additional_physical_damage_reduction_%_per_minion_up_to_10%"]=4106, + ["additional_physical_damage_reduction_%_per_summoned_sentinel_of_purity"]=4107, + ["additional_physical_damage_reduction_%_vs_abyssal_monsters"]=4108, + ["additional_physical_damage_reduction_%_when_on_low_life"]=1927, + ["additional_physical_damage_reduction_%_while_affected_by_determination"]=4109, + ["additional_physical_damage_reduction_%_while_affected_by_guard_skill"]=4110, + ["additional_physical_damage_reduction_%_while_bleeding"]=4111, + ["additional_physical_damage_reduction_%_while_channelling"]=4112, + ["additional_physical_damage_reduction_%_while_frozen"]=4113, + ["additional_physical_damage_reduction_%_while_moving"]=4114, + ["additional_physical_damage_reduction_if_warcried_in_past_8_seconds"]=4101, + ["additional_scroll_of_wisdom_drop_chance_%"]=2279, + ["additional_staff_block_%"]=1079, + ["additional_strength"]=967, + ["additional_strength_and_dexterity"]=1095, + ["additional_strength_and_intelligence"]=1096, + ["additional_strength_per_allocated_mastery"]=4115, + ["additional_thorns_critical_strike_chance_permyriad_per_50_tribute"]=4116, + ["additive_cast_speed_modifiers_apply_to_trap_throwing_speed"]=4117, + ["additive_energy_shield_modifiers_apply_to_spell_damage_at_30%_value"]=4118, + ["additive_life_modifiers_apply_to_attack_damage_at_30%_value"]=4119, + ["additive_mana_modifiers_apply_to_damage_at_30%_value"]=4120, + ["additive_mana_modifiers_apply_to_shock_effect_at_30%_value"]=4121, + ["additive_minion_damage_modifiers_apply_to_you_at_150%_value"]=4122, + ["additive_modifiers_to_life_regeneration_also_apply_to_mana_regeneration_rate"]=4123, + ["additive_modifiers_to_mana_regeneration_also_apply_to_energy_shield_recharge_rate"]=4124, + ["additive_modifiers_to_minion_attack_speed_also_affect_you"]=3335, + ["additive_spell_damage_modifiers_apply_to_attack_damage"]=2362, + ["additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value_while_wielding_wand"]=2364, + ["additive_spell_damage_modifiers_apply_to_attack_damage_at_150%_value"]=2363, + ["additive_vaal_skill_damage_modifiers_apply_to_all_skills"]=2365, + ["aftershock_area_of_effect_+%"]=4125, + ["aggravate_bleeding_older_than_ms_on_hit"]=4126, + ["aggravate_bleeding_on_attack_crit_chance_%"]=4127, + ["aggravate_bleeding_on_attack_knockback_chance_%"]=4129, + ["aggravate_bleeding_on_enemies_when_they_enter_your_presence"]=4130, + ["aggravate_bleeding_on_exerted_attack_hit_chance_%"]=4131, + ["aggravate_bleeding_when_inflicted_vs_cursed_enemy"]=4132, + ["aggravate_bleeding_when_inflicted_vs_enemies_on_jagged_ground_chance_%"]=4133, + ["aggravate_bleeding_when_inflicted_vs_pinned_enemy"]=4134, + ["aggravate_inflicted_bleeding"]=4135, + ["agony_crawler_damage_+%"]=4137, + ["ailment_bearer_always_freeze_shock_ignite"]=4138, + ["ailment_bearer_elemental_damage_+%_final"]=4139, + ["ailment_chance_+%"]=4143, + ["ailment_chance_+%_vs_abyssal_wasting_afflicted"]=4140, + ["ailment_chance_+%_vs_exposed"]=4141, + ["ailment_chance_+%_vs_rare_or_unique_enemy"]=4142, + ["ailment_duration_+%_vs_beasts"]=4144, + ["ailment_duration_+%_vs_cursed_enemy"]=4145, + ["ailment_duration_+%_vs_exposed"]=4146, + ["ailment_effect_+%"]=4147, + ["ailment_magnitude_+%_vs_marked_enemies"]=4148, + ["ailment_threshold_+"]=4152, + ["ailment_threshold_+%"]=4154, + ["ailment_threshold_+_from_%_maximum_energy_shield"]=4153, + ["ailment_threshold_+_from_lowest_of_base_boots_evasion_rating_and_armour"]=4149, + ["ailment_threshold_+_per_dexterity"]=4150, + ["ailment_threshold_increased_by_overcapped_chaos_resistance"]=4151, + ["alchemists_mark_curse_effect_+%"]=4155, + ["all_attacks_count_as_exerted"]=4156, + ["all_attributes_+%"]=1099, + ["all_attributes_+%_per_assigned_keystone"]=2718, + ["all_damage_can_chill"]=2525, + ["all_damage_can_electrocute"]=4157, + ["all_damage_can_freeze"]=4158, + ["all_damage_can_ignite"]=4159, + ["all_damage_can_poison"]=4160, + ["all_damage_can_poison_while_affected_by_glorious_madness"]=9826, + ["all_damage_can_shock"]=4161, + ["all_damage_from_you_and_minions_can_ignite_while_not_on_low_infernal_flame"]=4162, + ["all_damage_taken_%_as_chaos_damage"]=4163, + ["all_damage_taken_can_ignite"]=4164, + ["all_damage_taken_can_sap"]=4165, + ["all_damage_taken_can_scorch"]=4166, + ["all_damage_taken_chills_you_while_bleeding"]=4167, + ["all_damage_taken_chills_you_while_poisoned"]=4168, + ["all_damage_to_bleeding_enemies_contributes_to_chill"]=4169, + ["all_damage_to_poisoned_enemies_contributes_to_chill"]=4170, + ["all_exposure_on_hit_magnitude"]=4171, + ["all_projectile_damage_can_pin"]=4172, + ["all_resistances_%_per_equipped_corrupted_item"]=2734, + ["all_skill_gem_level_+"]=4173, + ["all_skill_gem_quality_+"]=4174, + ["allies_in_presence_accuracy_rating"]=911, + ["allies_in_presence_attack_maximum_added_chaos_damage"]=907, + ["allies_in_presence_attack_maximum_added_cold_damage"]=905, + ["allies_in_presence_attack_maximum_added_fire_damage"]=904, + ["allies_in_presence_attack_maximum_added_lightning_damage"]=906, + ["allies_in_presence_attack_maximum_added_physical_damage"]=903, + ["allies_in_presence_attack_minimum_added_chaos_damage"]=907, + ["allies_in_presence_attack_minimum_added_cold_damage"]=905, + ["allies_in_presence_attack_minimum_added_fire_damage"]=904, + ["allies_in_presence_attack_minimum_added_lightning_damage"]=906, + ["allies_in_presence_attack_minimum_added_physical_damage"]=903, + ["allies_in_presence_attack_speed_+%"]=914, + ["allies_in_presence_cast_speed_+%"]=915, + ["allies_in_presence_chaos_damage_+%"]=910, + ["allies_in_presence_critical_strike_chance_+%"]=912, + ["allies_in_presence_critical_strike_multiplier_+"]=913, + ["allies_in_presence_damage_%_to_gain_as_fire"]=4175, + ["allies_in_presence_damage_+%"]=902, + ["allies_in_presence_elemental_damage_+%"]=909, + ["allies_in_presence_glory_generation_+%"]=4176, + ["allies_in_presence_have_explode_cursed_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2920, + ["allies_in_presence_have_explode_cursed_enemies_for_25%_life_as_physical_on_kill_chance_%"]=6046, + ["allies_in_presence_have_unholy_might_while_you_not_on_low_mana"]=2682, + ["allies_in_presence_life_regeneration_rate_per_minute"]=917, + ["allies_in_presence_life_regeneration_rate_per_minute_equal_to_their_maximum_life_%"]=918, + ["allies_in_presence_life_regeneration_rate_per_minute_equal_to_your_maximum_life_%"]=919, + ["allies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos"]=4177, + ["allies_in_presence_physical_damage_+%"]=908, + ["allies_in_presence_resist_all_elements_%"]=916, + ["allow_2_active_banners"]=2657, + ["allow_hellscaping_unique_items"]=4178, + ["allow_multiple_offerings"]=4179, + ["always_crit_shocked_enemies"]=3703, ["always_freeze"]=1009, - ["always_frostburn_while_affected_by_hatred"]=4210, - ["always_ignite"]=1573, - ["always_ignite_while_burning"]=4211, - ["always_pierce"]=4212, - ["always_pierce_burning_enemies"]=4213, - ["always_sap_while_affected_by_wrath"]=4214, - ["always_scorch_while_affected_by_anger"]=4215, - ["always_shock"]=1574, - ["always_stun"]=1575, - ["always_stun_enemies_that_are_on_full_life"]=2994, - ["ambush_buff_critical_strike_multiplier_+"]=4216, - ["ambush_cooldown_speed_+%"]=4217, - ["ambush_passive_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=3090, - ["ancestor_totem_buff_effect_+%"]=4218, - ["ancestor_totem_buff_linger_time_ms"]=4219, - ["ancestor_totem_parent_activation_range_+%"]=4220, - ["ancestral_cry_attacks_exerted_+"]=4221, - ["ancestral_cry_exerted_attack_damage_+%"]=4222, - ["ancestral_cry_minimum_power"]=4223, - ["ancestral_slam_every_other_slam"]=4224, - ["anger_aura_effect_+%"]=3016, - ["anger_mana_reservation_+%"]=3073, - ["anger_mana_reservation_efficiency_+%"]=4226, - ["anger_mana_reservation_efficiency_-2%_per_1"]=4225, - ["anger_reserves_no_mana"]=4227, - ["animate_guardian_damage_+%"]=3344, - ["animate_guardian_damage_+%_per_animated_weapon"]=4228, - ["animate_guardian_elemental_resistances_%"]=3619, - ["animate_weapon_can_animate_bows"]=2837, - ["animate_weapon_can_animate_up_to_x_additional_ranged_weapons"]=2922, - ["animate_weapon_can_animate_wands"]=2838, - ["animate_weapon_chance_to_create_additional_copy_%"]=3624, - ["animate_weapon_damage_+%"]=3266, - ["animate_weapon_duration_+%"]=2501, - ["animate_weapon_number_of_additional_copies"]=2502, - ["animated_ethereal_blades_have_additional_critical_strike_chance"]=4229, - ["animated_guardian_damage_taken_+%_final"]=4230, - ["animated_minions_melee_splash"]=4231, - ["aoe_+%_per_second_while_stationary_up_to_50"]=4232, - ["apply_X_armour_break_on_hit"]=4233, - ["apply_X_incision_on_thorns_hit"]=4234, - ["apply_X_stacks_of_critical_weakness_on_critical_hit_with_spells"]=4235, - ["apply_X_stacks_of_critical_weakness_on_parry"]=4236, - ["apply_covered_in_ash_to_attacker_on_hit_%_vs_rare_or_unique_enemy"]=4237, - ["apply_covered_in_ash_to_attacker_when_hit_%"]=4238, - ["apply_maximum_wither_stacks_%_chance_when_you_apply_withered"]=4239, - ["apply_poison_on_hit_vs_bleeding_enemies_%"]=2946, - ["arc_and_crackling_lance_added_cold_damage_%_mana_cost_if_payable"]=4240, - ["arc_and_crackling_lance_base_cost_+%"]=4241, - ["arc_damage_+%"]=3299, - ["arc_damage_+%_per_chain"]=4242, - ["arc_num_of_additional_projectiles_in_chain"]=3583, - ["arc_shock_chance_%"]=3598, - ["arcane_cloak_consume_%_of_mana"]=4243, - ["arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second"]=4244, - ["arcane_surge_effect_+1%_per_X_maximum_mana"]=4245, - ["arcane_surge_effect_on_self_+%"]=2951, - ["arcane_surge_effect_on_self_+%_per_200_mana_spent_recently_up_to_50%"]=2952, - ["arcane_surge_effect_on_self_+%_per_caster_abyss_jewel_up_to_+40%"]=2950, - ["arcane_surge_effect_on_self_+%_while_affected_by_clarity"]=4246, - ["arcane_surge_on_you_spell_damage_+%_final_from_hierophant"]=4247, - ["arcane_surge_to_you_and_allies_on_warcry_with_effect_+%_per_5_power_up_to_50%"]=4248, - ["arcanist_brand_cast_speed_+%"]=4249, - ["arcanist_brand_unnerve_on_hit"]=4250, - ["arctic_armour_buff_effect_+%"]=3650, - ["arctic_armour_chill_when_hit_duration"]=4251, - ["arctic_armour_mana_reservation_+%"]=3657, - ["arctic_armour_mana_reservation_efficiency_+%"]=4253, - ["arctic_armour_mana_reservation_efficiency_-2%_per_1"]=4252, - ["arctic_armour_maximum_added_cold_damage_per_stack"]=4254, - ["arctic_armour_minimum_added_cold_damage_per_stack"]=4254, - ["arctic_armour_no_reservation"]=4255, - ["arctic_breath_chilling_area_movement_velocity_+%"]=4256, - ["arctic_breath_damage_+%"]=3317, - ["arctic_breath_duration_+%"]=3563, - ["arctic_breath_radius_+%"]=3454, - ["area_damage_+%"]=1742, - ["area_damage_+%_per_10_devotion"]=4257, - ["area_damage_+%_per_12_strength"]=4258, - ["area_damage_taken_from_hits_+%"]=1931, - ["area_of_effect_+%_for_you_and_minions_if_consumed_corpse_recently"]=4260, - ["area_of_effect_+%_if_below_100_intelligence"]=4259, - ["area_of_effect_+%_if_culled_recently"]=4261, - ["area_of_effect_+%_if_enemy_stunned_with_two_handed_melee_weapon_recently"]=4262, - ["area_of_effect_+%_if_have_crit_recently"]=4263, - ["area_of_effect_+%_if_have_stunned_an_enemy_recently"]=4264, - ["area_of_effect_+%_if_killed_at_least_5_enemies_recently"]=4265, - ["area_of_effect_+%_if_you_have_blocked_recently"]=4266, - ["area_of_effect_+%_per_20_int"]=2261, - ["area_of_effect_+%_per_25_rampage_stacks"]=4007, - ["area_of_effect_+%_per_50_strength"]=4267, - ["area_of_effect_+%_per_active_herald_of_light_minion"]=4268, - ["area_of_effect_+%_per_endurance_charge"]=4269, - ["area_of_effect_+%_per_enemy_killed_recently"]=4270, - ["area_of_effect_+%_while_fortified"]=4271, - ["area_of_effect_+%_while_totem_active"]=4272, - ["area_of_effect_+%_while_wielding_bow"]=4273, - ["area_of_effect_+%_while_wielding_staff"]=4274, - ["area_of_effect_+%_while_you_do_not_have_convergence"]=4070, - ["area_of_effect_+%_while_you_have_arcane_surge"]=4275, - ["area_of_effect_+%_with_500_or_more_strength"]=4276, - ["area_of_effect_+%_with_bow_skills"]=4277, - ["area_of_effect_+%_with_herald_skills"]=4278, - ["area_skill_accuracy_rating_+%"]=4279, - ["area_skill_knockback_chance_%"]=4280, - ["armageddon_brand_attached_target_fire_penetration_%"]=4281, - ["armageddon_brand_damage_+%"]=4282, - ["armageddon_brand_repeat_frequency_+%"]=4283, - ["armour_%_applies_to_fire_cold_lightning_damage"]=4284, - ["armour_%_to_gain_as_stun_threshold"]=4285, - ["armour_+%_final_vs_hits_per_1%_current_energy_shield"]=4313, - ["armour_+%_if_consumed_endurance_charge_recently"]=4286, - ["armour_+%_if_enemy_not_killed_recently"]=4314, - ["armour_+%_if_have_been_hit_recently"]=4287, - ["armour_+%_if_hit_enemy_with_melee_attack_recently"]=4288, - ["armour_+%_if_you_havent_been_hit_recently"]=4289, - ["armour_+%_per_50_str"]=4315, - ["armour_+%_per_defiance"]=3902, - ["armour_+%_per_rage"]=9558, - ["armour_+%_per_red_socket_on_main_hand_weapon"]=4317, - ["armour_+%_per_second_while_stationary_up_to_100"]=4318, - ["armour_+%_while_bleeding"]=4319, - ["armour_+%_while_no_energy_shield"]=2440, - ["armour_+%_while_stationary"]=4320, - ["armour_+%_while_surrounded"]=4290, - ["armour_+_from_%_strength_requirements_from_boots_gloves_helmets"]=4291, - ["armour_+_per_10_unreserved_max_mana"]=4292, - ["armour_+_per_1_helmet_maximum_energy_shield"]=4309, - ["armour_+_while_affected_by_determination"]=4310, - ["armour_+_while_affected_by_guard_skill"]=4311, - ["armour_+_while_you_have_fortify"]=4312, - ["armour_and_energy_shield_+%_from_body_armour_if_gloves_helmet_boots_have_armour_and_energy_shield"]=4293, - ["armour_and_evasion_+%_during_onslaught"]=4294, - ["armour_and_evasion_+%_while_fortified"]=3871, - ["armour_and_evasion_on_low_life_+%"]=2883, - ["armour_and_evasion_rating_+%_if_killed_a_taunted_enemy_recently"]=3817, - ["armour_and_evasion_rating_+_per_1%_attack_block_chance"]=4295, - ["armour_and_evasion_rating_+_while_fortified"]=4296, - ["armour_break_%_of_armour_on_critical_strike_with_spells"]=4297, - ["armour_break_%_of_armour_on_heavy_stunning"]=4298, - ["armour_break_amount_+%"]=4299, - ["armour_break_amount_+%_vs_enemies_affected_by_ailments"]=4300, - ["armour_break_damage_%_dealt_as_armour_break"]=4301, - ["armour_break_duration_+%"]=4302, - ["armour_break_equal_to_%_physical_damage_dealt_on_critical_strike_with_spells"]=4303, - ["armour_break_physical_damage_%_dealt_as_armour_break"]=4304, - ["armour_evasion_+%_while_leeching"]=4305, - ["armour_from_gloves_and_boots_+%"]=4306, - ["armour_from_helmet_and_gloves_+%"]=4307, - ["armour_hellscaping_speed_+%"]=6509, - ["armour_increased_by_overcapped_fire_resistance"]=4308, - ["armour_while_stationary"]=3955, - ["armour_while_you_do_not_have_avatar_of_fire"]=9650, - ["arrow_base_number_of_targets_to_pierce"]=1514, - ["arrow_chains_+"]=1511, - ["arrow_critical_strike_chance_+%_max_as_distance_travelled_increases"]=4321, - ["arrow_damage_+%_max_as_distance_travelled_increases"]=4324, - ["arrow_damage_+%_vs_pierced_targets"]=4322, - ["arrow_damage_+50%_vs_pierced_targets"]=4323, - ["arrow_speed_additive_modifiers_also_apply_to_bow_damage"]=4326, - ["arrows_always_pierce_after_chaining"]=3946, - ["arrows_always_pierce_after_forking"]=4327, - ["arrows_fork"]=3225, - ["arrows_from_first_firing_point_always_pierce"]=4038, - ["arrows_from_fourth_firing_point_additional_chains"]=4041, - ["arrows_from_second_firing_point_fork"]=4039, - ["arrows_from_third_firing_point_return"]=4040, - ["arrows_pierce_additional_target"]=4328, - ["arrows_that_pierce_also_return"]=4329, - ["arrows_that_pierce_cause_bleeding"]=3944, - ["arrows_that_pierce_chance_to_bleed_25%"]=3945, - ["artillery_ballista_cross_strafe_pattern"]=4330, - ["artillery_ballista_fire_pen_+%"]=4331, - ["artillery_ballista_num_additional_arrows"]=4332, - ["ascendancy_assasin_critical_hit_poison_effect_+%_final"]=3869, - ["ascendancy_assassin_damage_vs_enemies_on_low_life_+%_final"]=2514, - ["ascendancy_beidats_gaze_mana_+_per_X_maximum_life"]=4333, - ["ascendancy_beidats_hand_energy_shield_+_per_X_maximum_life"]=4334, - ["ascendancy_beidats_will_spirit_+_per_X_maximum_life"]=4335, - ["ascendancy_energy_generated_+%_final"]=5872, - ["ascendancy_pathfinder_chaos_damage_with_attack_skills_+%_final"]=4336, - ["ascendancy_pathfinder_flask_charges_gained_+%_final"]=4337, - ["ascendancy_titan_damage_reduction_rating_from_body_armour_+%_final"]=4338, - ["ascendancy_warbringer_block_chance_+%_final"]=4339, - ["ascendency_tactician_totem_skill_speed_+%_final"]=4340, - ["aspect_of_the_avian_buff_effect_+%"]=4341, - ["aspect_of_the_avian_grants_avians_might_and_avians_flight_to_nearby_allies"]=4342, - ["aspect_of_the_cat_base_secondary_duration"]=4343, - ["aspect_of_the_spider_web_count_+"]=4344, - ["assassinate_passive_critical_strike_chance_vs_enemies_on_low_life_+%_final"]=3092, - ["assassins_mark_curse_effect_+%"]=3637, - ["assassins_mark_duration_+%"]=3549, - ["attack_added_chaos_damage_%_of_maximum_life"]=4345, - ["attack_added_physical_damage_%_of_maximum_life"]=4346, - ["attack_additional_critical_strike_chance_permyriad"]=4347, - ["attack_always_crit"]=3413, - ["attack_and_cast_speed_+%"]=1749, - ["attack_and_cast_speed_+%_during_flask_effect"]=3892, - ["attack_and_cast_speed_+%_during_onslaught"]=2712, - ["attack_and_cast_speed_+%_for_3_seconds_on_attack_every_9_seconds"]=4351, - ["attack_and_cast_speed_+%_for_4_seconds_on_begin_es_recharge"]=3174, - ["attack_and_cast_speed_+%_for_4_seconds_on_movement_skill_use"]=3121, - ["attack_and_cast_speed_+%_for_you_and_allies_affected_by_your_auras"]=3693, - ["attack_and_cast_speed_+%_if_enemy_hit_recently"]=4352, - ["attack_and_cast_speed_+%_if_havent_been_hit_recently"]=4353, - ["attack_and_cast_speed_+%_on_placing_totem"]=2878, - ["attack_and_cast_speed_+%_per_cold_adaptation"]=4049, - ["attack_and_cast_speed_+%_per_corpse_consumed_recently"]=3875, - ["attack_and_cast_speed_+%_per_endurance_charge"]=4354, - ["attack_and_cast_speed_+%_per_frenzy_charge"]=1751, - ["attack_and_cast_speed_+%_per_power_charge"]=4355, - ["attack_and_cast_speed_+%_per_summoned_raging_spirit"]=4356, - ["attack_and_cast_speed_+%_while_affected_by_a_herald"]=4357, - ["attack_and_cast_speed_+%_while_affected_by_a_mana_flask"]=4348, - ["attack_and_cast_speed_+%_while_affected_by_elusive"]=4349, - ["attack_and_cast_speed_+%_while_channelling"]=4358, - ["attack_and_cast_speed_+%_while_focused"]=4359, - ["attack_and_cast_speed_+%_while_leeching"]=3715, - ["attack_and_cast_speed_+%_while_on_consecrated_ground"]=3852, - ["attack_and_cast_speed_+%_while_totem_active"]=3251, - ["attack_and_cast_speed_+%_while_you_have_depleted_physical_aegis"]=4360, - ["attack_and_cast_speed_+%_while_you_have_fortify"]=1993, - ["attack_and_cast_speed_+%_with_channelling_skills"]=4361, - ["attack_and_cast_speed_+%_with_chaos_skills"]=4362, - ["attack_and_cast_speed_+%_with_cold_skills"]=4363, - ["attack_and_cast_speed_+%_with_elemental_skills"]=4364, - ["attack_and_cast_speed_+%_with_fire_skills"]=4365, - ["attack_and_cast_speed_+%_with_lightning_skills"]=4366, - ["attack_and_cast_speed_+%_with_physical_skills"]=4367, - ["attack_and_cast_speed_+%_with_shield_skills"]=4368, - ["attack_and_cast_speed_per_ghost_dance_stack_+%"]=4350, - ["attack_and_cast_speed_when_hit_+%"]=2890, - ["attack_and_movement_speed_+%_final_per_challenger_charge"]=4369, - ["attack_and_movement_speed_+%_if_you_have_beast_minion"]=3964, - ["attack_area_damage_+%"]=4370, - ["attack_area_of_effect_+%"]=4372, - ["attack_area_of_effect_+%_per_10_int"]=4373, - ["attack_area_of_effect_+%_while_wielding_quarterstaff"]=4371, - ["attack_block_%_if_blocked_a_spell_recently"]=4375, - ["attack_block_%_per_200_fire_hit_damage_taken_recently"]=4374, - ["attack_block_%_while_at_max_endurance_charges"]=4376, - ["attack_cast_and_movement_speed_+%_during_onslaught"]=4377, - ["attack_cast_and_movement_speed_+%_while_do_not_have_iron_reflexes"]=9651, - ["attack_cast_movement_speed_+%_for_you_and_allies_affected_by_your_auras"]=3694, - ["attack_cast_movement_speed_+%_if_taken_a_savage_hit_recently"]=4378, - ["attack_chance_to_blind_on_hit_%_vs_bleeding_enemies"]=4379, - ["attack_chance_to_maim_on_hit_%_vs_blinded_enemies"]=4380, - ["attack_consume_endurance_charge_to_always_crit"]=4381, - ["attack_critical_strike_chance_+%"]=956, - ["attack_critical_strike_multiplier_+"]=960, - ["attack_critical_strikes_ignore_elemental_resistances"]=4382, - ["attack_damage_+%"]=1125, - ["attack_damage_+%_for_4_seconds_on_cast"]=3178, - ["attack_damage_+%_if_other_ring_is_shaper_item"]=3965, - ["attack_damage_+%_per_16_strength"]=4393, - ["attack_damage_+%_per_450_evasion"]=2635, - ["attack_damage_+%_per_450_physical_damage_reduction_rating"]=4394, - ["attack_damage_+%_per_5%_block_chance"]=4383, - ["attack_damage_+%_per_500_maximum_mana"]=4384, - ["attack_damage_+%_per_75_armour_or_evasion_on_shield"]=4395, - ["attack_damage_+%_per_explicit_map_mod_affecting_area"]=4385, - ["attack_damage_+%_per_frenzy_charge"]=2948, - ["attack_damage_+%_per_level"]=2651, - ["attack_damage_+%_vs_maimed_enemies"]=4396, - ["attack_damage_+%_vs_rare_or_unique_enemy"]=4386, - ["attack_damage_+%_when_on_full_life"]=4397, - ["attack_damage_+%_when_on_low_life"]=4398, - ["attack_damage_+%_while_affected_by_precision"]=4399, - ["attack_damage_+%_while_ally_in_presence"]=4387, - ["attack_damage_+%_while_channelling"]=4400, - ["attack_damage_+%_while_holding_a_shield"]=1133, - ["attack_damage_+%_while_in_blood_stance"]=4388, - ["attack_damage_+%_while_leeching"]=4401, - ["attack_damage_+%_while_not_on_low_mana"]=4402, - ["attack_damage_+%_while_onslaught_active"]=2954, - ["attack_damage_+%_while_surrounded"]=4389, - ["attack_damage_+%_while_you_have_at_least_20_fortification"]=4390, - ["attack_damage_+%_while_you_have_fortify"]=4403, - ["attack_damage_+%_with_channelling_skills"]=4404, - ["attack_damage_+1%_per_300_of_min_of_armour_or_evasion"]=4392, - ["attack_damage_lucky_if_blocked_in_past_20_seconds"]=4391, - ["attack_damage_that_stuns_also_chills"]=2695, - ["attack_damage_vs_bleeding_enemies_+%"]=2210, - ["attack_ignite_chance_%"]=2411, - ["attack_mana_cost_+%"]=4405, - ["attack_maximum_added_chaos_damage"]=1257, - ["attack_maximum_added_chaos_damage_if_you_have_beast_minion"]=3963, - ["attack_maximum_added_chaos_damage_with_bows"]=1806, - ["attack_maximum_added_chaos_damage_with_claws"]=1807, - ["attack_maximum_added_chaos_damage_with_daggers"]=1808, - ["attack_maximum_added_cold_damage"]=871, - ["attack_maximum_added_cold_damage_with_axes"]=1790, - ["attack_maximum_added_cold_damage_with_bows"]=1791, - ["attack_maximum_added_cold_damage_with_claws"]=1792, - ["attack_maximum_added_cold_damage_with_crossbows"]=3929, - ["attack_maximum_added_cold_damage_with_daggers"]=1793, - ["attack_maximum_added_cold_damage_with_flails"]=3917, - ["attack_maximum_added_cold_damage_with_maces"]=1794, - ["attack_maximum_added_cold_damage_with_spears"]=1809, - ["attack_maximum_added_cold_damage_with_staves"]=1795, - ["attack_maximum_added_cold_damage_with_swords"]=1796, - ["attack_maximum_added_cold_damage_with_wand"]=1797, - ["attack_maximum_added_fire_damage"]=870, - ["attack_maximum_added_fire_damage_per_10_strength"]=4406, - ["attack_maximum_added_fire_damage_with_axes"]=1782, - ["attack_maximum_added_fire_damage_with_bow"]=1783, - ["attack_maximum_added_fire_damage_with_claws"]=1784, - ["attack_maximum_added_fire_damage_with_crossbows"]=3930, - ["attack_maximum_added_fire_damage_with_daggers"]=1785, - ["attack_maximum_added_fire_damage_with_flails"]=3918, - ["attack_maximum_added_fire_damage_with_maces"]=1786, - ["attack_maximum_added_fire_damage_with_spears"]=1810, - ["attack_maximum_added_fire_damage_with_staves"]=1787, - ["attack_maximum_added_fire_damage_with_swords"]=1788, - ["attack_maximum_added_fire_damage_with_wand"]=1789, - ["attack_maximum_added_lightning_damage"]=872, - ["attack_maximum_added_lightning_damage_%_of_maximum_mana"]=9577, - ["attack_maximum_added_lightning_damage_per_10_dex"]=4408, - ["attack_maximum_added_lightning_damage_per_10_int"]=4409, - ["attack_maximum_added_lightning_damage_per_200_accuracy_rating"]=4410, - ["attack_maximum_added_lightning_damage_with_axes"]=1798, - ["attack_maximum_added_lightning_damage_with_bows"]=1799, - ["attack_maximum_added_lightning_damage_with_claws"]=1800, - ["attack_maximum_added_lightning_damage_with_crossbows"]=3931, - ["attack_maximum_added_lightning_damage_with_daggers"]=1801, - ["attack_maximum_added_lightning_damage_with_flails"]=3919, - ["attack_maximum_added_lightning_damage_with_maces"]=1802, - ["attack_maximum_added_lightning_damage_with_spears"]=1811, - ["attack_maximum_added_lightning_damage_with_staves"]=1803, - ["attack_maximum_added_lightning_damage_with_swords"]=1804, - ["attack_maximum_added_lightning_damage_with_wand"]=1805, - ["attack_maximum_added_melee_lightning_damage_while_unarmed"]=2159, - ["attack_maximum_added_physical_damage"]=869, - ["attack_maximum_added_physical_damage_if_have_crit_recently"]=4411, - ["attack_maximum_added_physical_damage_if_you_have_beast_minion"]=3962, - ["attack_maximum_added_physical_damage_per_25_dexterity"]=3051, - ["attack_maximum_added_physical_damage_per_25_strength"]=4412, - ["attack_maximum_added_physical_damage_per_level"]=4413, - ["attack_maximum_added_physical_damage_while_holding_a_shield"]=1781, - ["attack_maximum_added_physical_damage_while_unarmed"]=1780, - ["attack_maximum_added_physical_damage_with_axes"]=1772, - ["attack_maximum_added_physical_damage_with_bow"]=1773, - ["attack_maximum_added_physical_damage_with_claws"]=1774, - ["attack_maximum_added_physical_damage_with_crossbows"]=3932, - ["attack_maximum_added_physical_damage_with_daggers"]=1775, - ["attack_maximum_added_physical_damage_with_flails"]=3920, - ["attack_maximum_added_physical_damage_with_maces"]=1776, - ["attack_maximum_added_physical_damage_with_spears"]=1812, - ["attack_maximum_added_physical_damage_with_staves"]=1777, - ["attack_maximum_added_physical_damage_with_swords"]=1778, - ["attack_maximum_added_physical_damage_with_wands"]=1779, - ["attack_maximum_added_physical_damage_with_weapons"]=1178, - ["attack_minimum_added_chaos_damage"]=1257, - ["attack_minimum_added_chaos_damage_if_you_have_beast_minion"]=3963, - ["attack_minimum_added_chaos_damage_with_bows"]=1806, - ["attack_minimum_added_chaos_damage_with_claws"]=1807, - ["attack_minimum_added_chaos_damage_with_daggers"]=1808, - ["attack_minimum_added_cold_damage"]=871, - ["attack_minimum_added_cold_damage_with_axes"]=1790, - ["attack_minimum_added_cold_damage_with_bows"]=1791, - ["attack_minimum_added_cold_damage_with_claws"]=1792, - ["attack_minimum_added_cold_damage_with_crossbows"]=3929, - ["attack_minimum_added_cold_damage_with_daggers"]=1793, - ["attack_minimum_added_cold_damage_with_flails"]=3917, - ["attack_minimum_added_cold_damage_with_maces"]=1794, - ["attack_minimum_added_cold_damage_with_spears"]=1809, - ["attack_minimum_added_cold_damage_with_staves"]=1795, - ["attack_minimum_added_cold_damage_with_swords"]=1796, - ["attack_minimum_added_cold_damage_with_wand"]=1797, - ["attack_minimum_added_fire_damage"]=870, - ["attack_minimum_added_fire_damage_per_10_strength"]=4406, - ["attack_minimum_added_fire_damage_with_axes"]=1782, - ["attack_minimum_added_fire_damage_with_bow"]=1783, - ["attack_minimum_added_fire_damage_with_claws"]=1784, - ["attack_minimum_added_fire_damage_with_crossbows"]=3930, - ["attack_minimum_added_fire_damage_with_daggers"]=1785, - ["attack_minimum_added_fire_damage_with_flails"]=3918, - ["attack_minimum_added_fire_damage_with_maces"]=1786, - ["attack_minimum_added_fire_damage_with_spears"]=1810, - ["attack_minimum_added_fire_damage_with_staves"]=1787, - ["attack_minimum_added_fire_damage_with_swords"]=1788, - ["attack_minimum_added_fire_damage_with_wand"]=1789, - ["attack_minimum_added_lightning_damage"]=872, - ["attack_minimum_added_lightning_damage_%_of_maximum_mana"]=9547, - ["attack_minimum_added_lightning_damage_per_10_dex"]=4408, - ["attack_minimum_added_lightning_damage_per_10_int"]=4409, - ["attack_minimum_added_lightning_damage_per_200_accuracy_rating"]=4410, - ["attack_minimum_added_lightning_damage_with_axes"]=1798, - ["attack_minimum_added_lightning_damage_with_bows"]=1799, - ["attack_minimum_added_lightning_damage_with_claws"]=1800, - ["attack_minimum_added_lightning_damage_with_crossbows"]=3931, - ["attack_minimum_added_lightning_damage_with_daggers"]=1801, - ["attack_minimum_added_lightning_damage_with_flails"]=3919, - ["attack_minimum_added_lightning_damage_with_maces"]=1802, - ["attack_minimum_added_lightning_damage_with_spears"]=1811, - ["attack_minimum_added_lightning_damage_with_staves"]=1803, - ["attack_minimum_added_lightning_damage_with_swords"]=1804, - ["attack_minimum_added_lightning_damage_with_wand"]=1805, - ["attack_minimum_added_melee_lightning_damage_while_unarmed"]=2159, - ["attack_minimum_added_physical_damage"]=869, - ["attack_minimum_added_physical_damage_if_have_crit_recently"]=4411, - ["attack_minimum_added_physical_damage_if_you_have_beast_minion"]=3962, - ["attack_minimum_added_physical_damage_per_25_dexterity"]=3051, - ["attack_minimum_added_physical_damage_per_25_strength"]=4412, - ["attack_minimum_added_physical_damage_per_level"]=4413, - ["attack_minimum_added_physical_damage_while_holding_a_shield"]=1781, - ["attack_minimum_added_physical_damage_while_unarmed"]=1780, - ["attack_minimum_added_physical_damage_with_axes"]=1772, - ["attack_minimum_added_physical_damage_with_bow"]=1773, - ["attack_minimum_added_physical_damage_with_claws"]=1774, - ["attack_minimum_added_physical_damage_with_crossbows"]=3932, - ["attack_minimum_added_physical_damage_with_daggers"]=1775, - ["attack_minimum_added_physical_damage_with_flails"]=3920, - ["attack_minimum_added_physical_damage_with_maces"]=1776, - ["attack_minimum_added_physical_damage_with_spears"]=1812, - ["attack_minimum_added_physical_damage_with_staves"]=1777, - ["attack_minimum_added_physical_damage_with_swords"]=1778, - ["attack_minimum_added_physical_damage_with_wands"]=1779, - ["attack_minimum_added_physical_damage_with_weapons"]=1178, - ["attack_projectiles_fork"]=4415, - ["attack_projectiles_fork_additional_times"]=4416, - ["attack_projectiles_return"]=2527, - ["attack_repeat_count"]=1614, - ["attack_skill_additional_num_projectiles_while_wielding_claws_daggers"]=4417, - ["attack_skills_%_physical_as_extra_fire_damage_per_socketed_red_gem"]=2425, - ["attack_skills_additional_ballista_totems_allowed"]=3867, - ["attack_skills_additional_totems_allowed"]=3868, - ["attack_skills_damage_+%_while_dual_wielding"]=1185, - ["attack_skills_damage_+%_while_holding_shield"]=1134, - ["attack_skills_have_added_lightning_damage_equal_to_%_of_maximum_mana"]=4418, - ["attack_speed_+%"]=963, - ["attack_speed_+%_during_flask_effect"]=2963, - ["attack_speed_+%_final_per_blitz_charge"]=4426, - ["attack_speed_+%_for_4_seconds_on_attack"]=3179, - ["attack_speed_+%_if_cast_a_mark_spell_recently"]=4427, - ["attack_speed_+%_if_changed_stance_recently"]=9075, - ["attack_speed_+%_if_enemy_hit_with_main_hand_weapon_recently"]=4428, - ["attack_speed_+%_if_enemy_killed_recently"]=4429, - ["attack_speed_+%_if_enemy_not_killed_recently"]=3857, - ["attack_speed_+%_if_have_been_hit_recently"]=4430, - ["attack_speed_+%_if_have_blocked_recently"]=4431, - ["attack_speed_+%_if_have_crit_recently"]=4432, - ["attack_speed_+%_if_havent_cast_dash_recently"]=4433, - ["attack_speed_+%_if_not_gained_frenzy_charge_recently"]=4434, - ["attack_speed_+%_if_rare_or_unique_enemy_nearby"]=4435, - ["attack_speed_+%_if_you_have_at_least_600_strength"]=4436, - ["attack_speed_+%_if_you_have_not_attacked_recently"]=4419, - ["attack_speed_+%_per_1%_overcapped_block_chance"]=4437, - ["attack_speed_+%_per_10_dex"]=4438, - ["attack_speed_+%_per_200_accuracy_rating"]=3860, - ["attack_speed_+%_per_20_dex"]=2262, - ["attack_speed_+%_per_25_dex"]=4439, - ["attack_speed_+%_per_enemy_in_close_range"]=4420, - ["attack_speed_+%_per_explicit_map_mod_affecting_area"]=4421, - ["attack_speed_+%_per_frenzy_charge"]=1750, - ["attack_speed_+%_when_hit"]=2874, - ["attack_speed_+%_when_on_full_life"]=1147, - ["attack_speed_+%_when_on_low_life"]=1146, - ["attack_speed_+%_while_affected_by_precision"]=4440, - ["attack_speed_+%_while_chilled"]=4441, - ["attack_speed_+%_while_holding_shield"]=1284, - ["attack_speed_+%_while_ignited"]=2630, - ["attack_speed_+%_while_in_presence_of_companion"]=4422, - ["attack_speed_+%_while_in_sand_stance"]=4423, - ["attack_speed_+%_while_leeching"]=2880, - ["attack_speed_+%_while_not_on_low_mana"]=4442, - ["attack_speed_+%_while_on_full_mana"]=4424, - ["attack_speed_+%_while_phasing"]=4443, - ["attack_speed_+%_while_surrounded"]=4425, - ["attack_speed_+%_with_channelling_skills"]=4444, - ["attack_speed_+%_with_movement_skills"]=1299, - ["attack_speed_while_dual_wielding_+%"]=1282, - ["attack_speed_while_fortified_+%"]=2886, - ["attacks_base_mana_cost_+_%_of_maximum_mana"]=4446, - ["attacks_bleed_on_hit_while_you_have_cat_stealth"]=4447, - ["attacks_cause_bleeding_vs_cursed_enemies"]=4448, - ["attacks_chance_to_bleed_25%_vs_cursed_enemies"]=4450, - ["attacks_chance_to_bleed_on_hit_%_vs_taunted_enemies"]=4451, - ["attacks_chance_to_blind_on_hit_%"]=4452, - ["attacks_chance_to_poison_%_on_max_frenzy_charges"]=1756, - ["attacks_chance_to_taunt_on_hit_%"]=4453, - ["attacks_deal_no_physical_damage"]=2198, - ["attacks_do_not_cost_mana"]=1607, - ["attacks_impale_on_hit_%_chance"]=4454, - ["attacks_inflict_bleeding_if_last_movement_skill_was_advancing_strike"]=4455, - ["attacks_inflict_bleeding_on_hit"]=2208, - ["attacks_intimidate_on_hit_%"]=4456, - ["attacks_num_of_additional_chains"]=3755, - ["attacks_num_of_additional_chains_when_in_main_hand"]=3820, - ["attacks_number_of_additional_projectiles"]=3821, - ["attacks_number_of_additional_projectiles_when_in_off_hand"]=3822, - ["attacks_poison_while_at_max_frenzy_charges"]=1755, - ["attacks_use_life_in_place_of_mana"]=9634, - ["attacks_with_this_weapon_maximum_added_chaos_damage_per_10_of_your_lowest_attribute"]=4457, - ["attacks_with_this_weapon_maximum_added_cold_damage_per_10_dexterity"]=4458, - ["attacks_with_this_weapon_minimum_added_chaos_damage_per_10_of_your_lowest_attribute"]=4457, - ["attacks_with_this_weapon_minimum_added_cold_damage_per_10_dexterity"]=4458, - ["attacks_with_two_handed_weapons_impale_on_hit_%_chance"]=4459, - ["attribute_requirements_can_be_satisfied_by_%_of_ascendance"]=1118, - ["aura_effect_+%"]=2522, - ["aura_effect_on_self_from_skills_+%_per_herald_effecting_you"]=4460, - ["aura_effect_on_self_from_your_skills_+%"]=3213, - ["aura_grant_%_base_main_hand_attack_damage_to_nearby_allies"]=4461, - ["aura_grant_shield_defences_to_nearby_allies"]=3112, - ["aura_melee_physical_damage_+%_per_10_strength"]=3102, - ["avatar_of_fire_rotation_active"]=9639, - ["avians_flight_duration_ms_+"]=4462, - ["avians_might_duration_ms_+"]=4463, - ["avoid_ailments_%_from_crit"]=4464, - ["avoid_ailments_%_on_consecrated_ground"]=3200, - ["avoid_ailments_%_while_holding_shield"]=4465, - ["avoid_all_elemental_ailment_%_per_summoned_golem"]=4466, - ["avoid_all_elemental_status_%"]=1564, - ["avoid_all_elemental_status_%_per_stackable_unique_jewel"]=3784, - ["avoid_blind_%"]=2293, - ["avoid_chained_projectile_%_chance"]=4467, - ["avoid_chaos_damage_%"]=3036, - ["avoid_chill_freeze_while_casting_%"]=4468, - ["avoid_cold_damage_%"]=3034, - ["avoid_corrupted_blood_%_chance"]=4469, - ["avoid_elemental_ailments_%_while_affected_by_elusive"]=4470, - ["avoid_elemental_ailments_%_while_phasing"]=4471, - ["avoid_elemental_damage_%_per_frenzy_charge"]=3032, - ["avoid_elemental_damage_chance_%_during_soul_gain_prevention"]=4472, - ["avoid_elemental_damage_while_phasing_%"]=4473, - ["avoid_fire_damage_%"]=3033, - ["avoid_freeze_and_chill_%_if_you_have_used_a_fire_skill_recently"]=4474, - ["avoid_freeze_chill_ignite_%_while_have_onslaught"]=2719, - ["avoid_freeze_shock_ignite_bleed_%_during_flask_effect"]=3710, - ["avoid_ignite_%_when_on_low_life"]=1568, - ["avoid_impale_%"]=4475, - ["avoid_interruption_while_casting_%"]=1613, - ["avoid_knockback_%"]=1378, - ["avoid_lightning_damage_%"]=3035, - ["avoid_maim_%_chance"]=4476, - ["avoid_physical_damage_%"]=3031, - ["avoid_physical_damage_%_while_phasing"]=4477, - ["avoid_projectiles_%_chance_if_taken_projectile_damage_recently"]=4478, - ["avoid_projectiles_while_phasing_%_chance"]=4479, - ["avoid_shock_%_while_chilled"]=4480, - ["avoid_status_ailments_%_during_flask_effect"]=2962, - ["avoid_stun_%"]=1571, - ["avoid_stun_%_for_4_seconds_on_kill"]=2988, - ["avoid_stun_%_while_channeling_snipe"]=4482, - ["avoid_stun_%_while_channelling"]=4483, - ["avoid_stun_%_while_holding_shield"]=4484, - ["avoid_stun_35%_per_active_herald"]=4481, - ["axe_accuracy_rating"]=1717, - ["axe_accuracy_rating_+%"]=1304, - ["axe_attack_speed_+%"]=1287, - ["axe_critical_strike_chance_+%"]=1336, - ["axe_critical_strike_multiplier_+"]=1354, - ["axe_damage_+%"]=1202, - ["ball_lightning_damage_+%"]=2843, - ["ball_lightning_number_of_additional_projectiles"]=4485, - ["ball_lightning_projectile_speed_+%"]=3522, - ["ball_lightning_radius_+%"]=3455, + ["always_frostburn_while_affected_by_hatred"]=4180, + ["always_ignite"]=1556, + ["always_ignite_while_burning"]=4181, + ["always_pierce"]=4182, + ["always_pierce_burning_enemies"]=4183, + ["always_sap_while_affected_by_wrath"]=4184, + ["always_scorch_while_affected_by_anger"]=4185, + ["always_shock"]=1557, + ["always_stun"]=1558, + ["always_stun_enemies_that_are_on_full_life"]=2945, + ["ambush_buff_critical_strike_multiplier_+"]=4186, + ["ambush_cooldown_speed_+%"]=4187, + ["ambush_passive_critical_strike_chance_vs_enemies_on_full_life_+%_final"]=3038, + ["ancestor_totem_buff_effect_+%"]=4188, + ["ancestor_totem_buff_linger_time_ms"]=4189, + ["ancestor_totem_parent_activation_range_+%"]=4190, + ["ancestral_boosted_area_of_effect_+%"]=4191, + ["ancestral_boosted_attack_damage_+%"]=4192, + ["ancestral_boosted_attack_hit_damage_stun_multiplier_+%"]=4193, + ["ancestral_cry_attacks_exerted_+"]=4194, + ["ancestral_cry_exerted_attack_damage_+%"]=4195, + ["ancestral_cry_minimum_power"]=4196, + ["ancestral_slam_every_other_slam"]=4197, + ["anger_aura_effect_+%"]=2967, + ["anger_mana_reservation_+%"]=3022, + ["anger_mana_reservation_efficiency_+%"]=4199, + ["anger_mana_reservation_efficiency_-2%_per_1"]=4198, + ["anger_reserves_no_mana"]=4200, + ["animate_guardian_damage_+%"]=3290, + ["animate_guardian_damage_+%_per_animated_weapon"]=4201, + ["animate_guardian_elemental_resistances_%"]=3562, + ["animate_weapon_can_animate_bows"]=2792, + ["animate_weapon_can_animate_up_to_x_additional_ranged_weapons"]=2875, + ["animate_weapon_can_animate_wands"]=2793, + ["animate_weapon_chance_to_create_additional_copy_%"]=3567, + ["animate_weapon_damage_+%"]=3212, + ["animate_weapon_duration_+%"]=2466, + ["animate_weapon_number_of_additional_copies"]=2467, + ["animated_ethereal_blades_have_additional_critical_strike_chance"]=4202, + ["animated_guardian_damage_taken_+%_final"]=4203, + ["animated_minions_melee_splash"]=4204, + ["aoe_+%_per_second_while_stationary_up_to_50"]=4205, + ["apply_X_armour_break_on_hit"]=4206, + ["apply_X_incision_on_thorns_hit"]=4207, + ["apply_X_stacks_of_critical_weakness_on_critical_hit_with_spells"]=4208, + ["apply_X_stacks_of_critical_weakness_on_hit"]=4209, + ["apply_X_stacks_of_critical_weakness_on_parry"]=4210, + ["apply_covered_in_ash_to_attacker_on_hit_%_vs_rare_or_unique_enemy"]=4211, + ["apply_covered_in_ash_to_attacker_when_hit_%"]=4212, + ["apply_maximum_wither_stacks_%_chance_when_you_apply_withered"]=4213, + ["apply_poison_on_hit_vs_bleeding_enemies_%"]=2899, + ["arc_and_crackling_lance_added_cold_damage_%_mana_cost_if_payable"]=4214, + ["arc_and_crackling_lance_base_cost_+%"]=4215, + ["arc_damage_+%"]=3245, + ["arc_damage_+%_per_chain"]=4216, + ["arc_num_of_additional_projectiles_in_chain"]=3529, + ["arc_shock_chance_%"]=3542, + ["arcane_cloak_consume_%_of_mana"]=4217, + ["arcane_cloak_gain_%_of_consumed_mana_as_life_regenerated_per_second"]=4218, + ["arcane_surge_effect_+1%_per_X_maximum_mana"]=4219, + ["arcane_surge_effect_on_self_+%"]=2904, + ["arcane_surge_effect_on_self_+%_per_200_mana_spent_recently_up_to_50%"]=2905, + ["arcane_surge_effect_on_self_+%_per_caster_abyss_jewel_up_to_+40%"]=2903, + ["arcane_surge_effect_on_self_+%_while_affected_by_clarity"]=4220, + ["arcane_surge_mana_regen_modifier_on_you_applies_to_life_regen_instead"]=4221, + ["arcane_surge_on_you_spell_damage_+%_final_from_hierophant"]=4222, + ["arcane_surge_to_you_and_allies_on_warcry_with_effect_+%_per_5_power_up_to_50%"]=4223, + ["arcanist_brand_cast_speed_+%"]=4224, + ["arcanist_brand_unnerve_on_hit"]=4225, + ["archon_delay_expires_x%_faster"]=4226, + ["archon_duration_+%"]=4227, + ["archon_effect_on_you_+%"]=4228, + ["archon_grants_all_elemental_resistance_+%"]=4229, + ["archon_grants_movement_speed_+%"]=4230, + ["arctic_armour_buff_effect_+%"]=3593, + ["arctic_armour_chill_when_hit_duration"]=4231, + ["arctic_armour_mana_reservation_+%"]=3600, + ["arctic_armour_mana_reservation_efficiency_+%"]=4233, + ["arctic_armour_mana_reservation_efficiency_-2%_per_1"]=4232, + ["arctic_armour_maximum_added_cold_damage_per_stack"]=4234, + ["arctic_armour_minimum_added_cold_damage_per_stack"]=4234, + ["arctic_armour_no_reservation"]=4235, + ["arctic_breath_chilling_area_movement_velocity_+%"]=4236, + ["arctic_breath_damage_+%"]=3263, + ["arctic_breath_duration_+%"]=3509, + ["arctic_breath_radius_+%"]=3400, + ["area_damage_+%"]=1719, + ["area_damage_+%_per_10_devotion"]=4237, + ["area_damage_+%_per_12_strength"]=4238, + ["area_damage_taken_from_hits_+%"]=1910, + ["area_of_effect_+%_for_you_and_minions_if_consumed_corpse_recently"]=4240, + ["area_of_effect_+%_if_below_100_intelligence"]=4239, + ["area_of_effect_+%_if_culled_recently"]=4241, + ["area_of_effect_+%_if_enemy_stunned_with_two_handed_melee_weapon_recently"]=4242, + ["area_of_effect_+%_if_have_crit_recently"]=4243, + ["area_of_effect_+%_if_have_stunned_an_enemy_recently"]=4244, + ["area_of_effect_+%_if_killed_at_least_5_enemies_recently"]=4245, + ["area_of_effect_+%_if_you_have_blocked_recently"]=4246, + ["area_of_effect_+%_per_20_int"]=2230, + ["area_of_effect_+%_per_25_rampage_stacks"]=3948, + ["area_of_effect_+%_per_50_strength"]=4247, + ["area_of_effect_+%_per_active_herald_of_light_minion"]=4248, + ["area_of_effect_+%_per_endurance_charge"]=4249, + ["area_of_effect_+%_per_enemy_killed_recently"]=4250, + ["area_of_effect_+%_while_fortified"]=4251, + ["area_of_effect_+%_while_totem_active"]=4252, + ["area_of_effect_+%_while_wielding_bow"]=4253, + ["area_of_effect_+%_while_wielding_staff"]=4254, + ["area_of_effect_+%_while_you_do_not_have_convergence"]=4009, + ["area_of_effect_+%_while_you_have_arcane_surge"]=4255, + ["area_of_effect_+%_with_500_or_more_strength"]=4256, + ["area_of_effect_+%_with_bow_skills"]=4257, + ["area_of_effect_+%_with_herald_skills"]=4258, + ["area_skill_accuracy_rating_+%"]=4259, + ["area_skill_knockback_chance_%"]=4260, + ["armageddon_brand_attached_target_fire_penetration_%"]=4261, + ["armageddon_brand_damage_+%"]=4262, + ["armageddon_brand_repeat_frequency_+%"]=4263, + ["armour_%_applies_to_fire_cold_lightning_damage"]=983, + ["armour_%_applies_to_fire_cold_lightning_damage_if_you_have_at_least_100_tribute"]=4264, + ["armour_%_to_gain_as_stun_threshold"]=4265, + ["armour_+%_final_vs_hits_per_1%_current_energy_shield"]=4298, + ["armour_+%_if_consumed_endurance_charge_recently"]=4266, + ["armour_+%_if_enemy_not_killed_recently"]=4299, + ["armour_+%_if_have_been_hit_recently"]=4267, + ["armour_+%_if_hit_enemy_with_melee_attack_recently"]=4268, + ["armour_+%_if_not_dodge_rolled_recently"]=4269, + ["armour_+%_if_you_havent_been_hit_recently"]=4270, + ["armour_+%_per_50_str"]=4300, + ["armour_+%_per_defiance"]=3843, + ["armour_+%_per_rage"]=9838, + ["armour_+%_per_red_socket_on_main_hand_weapon"]=4302, + ["armour_+%_per_second_while_stationary_up_to_100"]=4303, + ["armour_+%_while_bleeding"]=4304, + ["armour_+%_while_ignited"]=4271, + ["armour_+%_while_no_energy_shield"]=2406, + ["armour_+%_while_stationary"]=4305, + ["armour_+%_while_surrounded"]=4272, + ["armour_+_from_%_strength_requirements_from_boots_gloves_helmets"]=4273, + ["armour_+_per_10_unreserved_max_mana"]=4274, + ["armour_+_per_1_helmet_maximum_energy_shield"]=4294, + ["armour_+_per_1_spirit"]=4275, + ["armour_+_while_affected_by_determination"]=4295, + ["armour_+_while_affected_by_guard_skill"]=4296, + ["armour_+_while_you_have_fortify"]=4297, + ["armour_and_energy_shield_+%_from_body_armour_if_gloves_helmet_boots_have_armour_and_energy_shield"]=4276, + ["armour_and_evasion_+%_during_onslaught"]=4277, + ["armour_and_evasion_+%_while_fortified"]=3812, + ["armour_and_evasion_on_low_life_+%"]=2838, + ["armour_and_evasion_rating_+%_if_killed_a_taunted_enemy_recently"]=3758, + ["armour_and_evasion_rating_+%_per_active_totem_in_presence"]=4278, + ["armour_and_evasion_rating_+_per_1%_attack_block_chance"]=4279, + ["armour_and_evasion_rating_+_while_fortified"]=4280, + ["armour_break_%_of_armour_on_critical_strike_with_spells"]=4281, + ["armour_break_%_of_armour_on_heavy_stunning"]=4282, + ["armour_break_amount_+%"]=4283, + ["armour_break_amount_+%_vs_enemies_affected_by_ailments"]=4284, + ["armour_break_and_sundered_armour_duration_+%"]=4285, + ["armour_break_damage_%_dealt_as_armour_break"]=4286, + ["armour_break_equal_to_%_physical_damage_dealt_on_critical_strike_with_spells"]=4287, + ["armour_break_fire_damage_%_dealt_as_armour_break"]=4288, + ["armour_break_physical_damage_%_dealt_as_armour_break"]=4289, + ["armour_evasion_+%_while_leeching"]=4290, + ["armour_from_gloves_and_boots_+%"]=4291, + ["armour_from_helmet_and_gloves_+%"]=4292, + ["armour_hellscaping_speed_+%"]=6621, + ["armour_increased_by_overcapped_fire_resistance"]=4293, + ["armour_while_stationary"]=3896, + ["armour_while_you_do_not_have_avatar_of_fire"]=9930, + ["arrow_base_number_of_targets_to_pierce"]=1497, + ["arrow_chains_+"]=1494, + ["arrow_critical_strike_chance_+%_max_as_distance_travelled_increases"]=4306, + ["arrow_damage_+%_max_as_distance_travelled_increases"]=4309, + ["arrow_damage_+%_vs_pierced_targets"]=4307, + ["arrow_damage_+50%_vs_pierced_targets"]=4308, + ["arrow_speed_additive_modifiers_also_apply_to_bow_damage"]=4311, + ["arrows_always_pierce_after_chaining"]=3887, + ["arrows_always_pierce_after_forking"]=4312, + ["arrows_fork"]=3172, + ["arrows_from_first_firing_point_always_pierce"]=3979, + ["arrows_from_fourth_firing_point_additional_chains"]=3982, + ["arrows_from_second_firing_point_fork"]=3980, + ["arrows_from_third_firing_point_return"]=3981, + ["arrows_pierce_additional_target"]=4313, + ["arrows_that_pierce_also_return"]=4314, + ["arrows_that_pierce_cause_bleeding"]=3885, + ["arrows_that_pierce_chance_to_bleed_25%"]=3886, + ["artillery_ballista_cross_strafe_pattern"]=4315, + ["artillery_ballista_fire_pen_+%"]=4316, + ["artillery_ballista_num_additional_arrows"]=4317, + ["ascendancy_assasin_critical_hit_poison_effect_+%_final"]=3810, + ["ascendancy_assassin_damage_vs_enemies_on_low_life_+%_final"]=2478, + ["ascendancy_beidats_gaze_mana_+_per_X_maximum_life"]=4318, + ["ascendancy_beidats_hand_energy_shield_+_per_X_maximum_life"]=4319, + ["ascendancy_beidats_will_spirit_+_per_X_maximum_life"]=4320, + ["ascendancy_energy_generated_+%_final"]=5944, + ["ascendancy_pathfinder_chaos_damage_with_attack_skills_+%_final"]=4321, + ["ascendancy_pathfinder_flask_charges_gained_+%_final"]=4322, + ["ascendancy_titan_damage_reduction_rating_from_body_armour_+%_final"]=4323, + ["ascendancy_warbringer_block_chance_+%_final"]=4324, + ["ascendency_tactician_totem_skill_speed_+%_final"]=4325, + ["aspect_of_the_avian_buff_effect_+%"]=4326, + ["aspect_of_the_avian_grants_avians_might_and_avians_flight_to_nearby_allies"]=4327, + ["aspect_of_the_cat_base_secondary_duration"]=4328, + ["aspect_of_the_spider_web_count_+"]=4329, + ["assassinate_passive_critical_strike_chance_vs_enemies_on_low_life_+%_final"]=3040, + ["assassins_mark_curse_effect_+%"]=3580, + ["assassins_mark_duration_+%"]=3495, + ["attack_added_chaos_damage_%_of_maximum_life"]=4330, + ["attack_added_physical_damage_%_of_maximum_life"]=4331, + ["attack_additional_critical_strike_chance_permyriad"]=4332, + ["attack_additional_critical_strike_chance_permyriad_vs_parried_enemies_if_you_have_at_least_100_tribute"]=4333, + ["attack_always_crit"]=3359, + ["attack_and_cast_speed_+%"]=1726, + ["attack_and_cast_speed_+%_during_flask_effect"]=3833, + ["attack_and_cast_speed_+%_during_onslaught"]=2667, + ["attack_and_cast_speed_+%_for_3_seconds_on_attack_every_9_seconds"]=4337, + ["attack_and_cast_speed_+%_for_4_seconds_on_begin_es_recharge"]=3122, + ["attack_and_cast_speed_+%_for_4_seconds_on_movement_skill_use"]=3069, + ["attack_and_cast_speed_+%_for_you_and_allies_affected_by_your_auras"]=3636, + ["attack_and_cast_speed_+%_if_enemy_hit_recently"]=4338, + ["attack_and_cast_speed_+%_if_havent_been_hit_recently"]=4339, + ["attack_and_cast_speed_+%_on_placing_totem"]=2833, + ["attack_and_cast_speed_+%_per_cold_adaptation"]=3990, + ["attack_and_cast_speed_+%_per_corpse_consumed_recently"]=3816, + ["attack_and_cast_speed_+%_per_endurance_charge"]=4340, + ["attack_and_cast_speed_+%_per_frenzy_charge"]=1728, + ["attack_and_cast_speed_+%_per_power_charge"]=4341, + ["attack_and_cast_speed_+%_per_summoned_raging_spirit"]=4342, + ["attack_and_cast_speed_+%_while_affected_by_a_herald"]=4343, + ["attack_and_cast_speed_+%_while_affected_by_a_mana_flask"]=4334, + ["attack_and_cast_speed_+%_while_affected_by_elusive"]=4335, + ["attack_and_cast_speed_+%_while_channelling"]=4344, + ["attack_and_cast_speed_+%_while_focused"]=4345, + ["attack_and_cast_speed_+%_while_leeching"]=3657, + ["attack_and_cast_speed_+%_while_on_consecrated_ground"]=3793, + ["attack_and_cast_speed_+%_while_totem_active"]=3197, + ["attack_and_cast_speed_+%_while_using_flask"]=4346, + ["attack_and_cast_speed_+%_while_you_have_depleted_physical_aegis"]=4347, + ["attack_and_cast_speed_+%_while_you_have_fortify"]=1961, + ["attack_and_cast_speed_+%_with_channelling_skills"]=4348, + ["attack_and_cast_speed_+%_with_chaos_skills"]=4349, + ["attack_and_cast_speed_+%_with_cold_skills"]=4350, + ["attack_and_cast_speed_+%_with_elemental_skills"]=4351, + ["attack_and_cast_speed_+%_with_fire_skills"]=4352, + ["attack_and_cast_speed_+%_with_lightning_skills"]=4353, + ["attack_and_cast_speed_+%_with_physical_skills"]=4354, + ["attack_and_cast_speed_+%_with_shield_skills"]=4355, + ["attack_and_cast_speed_per_ghost_dance_stack_+%"]=4336, + ["attack_and_cast_speed_when_hit_+%"]=2845, + ["attack_and_movement_speed_+%_final_per_challenger_charge"]=4356, + ["attack_and_movement_speed_+%_if_you_have_beast_minion"]=3905, + ["attack_area_damage_+%"]=4357, + ["attack_area_of_effect_+%"]=4359, + ["attack_area_of_effect_+%_per_10_int"]=4360, + ["attack_area_of_effect_+%_while_wielding_quarterstaff"]=4358, + ["attack_block_%_per_200_fire_hit_damage_taken_recently"]=4361, + ["attack_block_%_while_at_max_endurance_charges"]=4362, + ["attack_cast_and_movement_speed_+%_during_onslaught"]=4363, + ["attack_cast_and_movement_speed_+%_while_do_not_have_iron_reflexes"]=9931, + ["attack_cast_movement_speed_+%_for_you_and_allies_affected_by_your_auras"]=3637, + ["attack_cast_movement_speed_+%_if_taken_a_savage_hit_recently"]=4364, + ["attack_chance_to_blind_on_hit_%_vs_bleeding_enemies"]=4365, + ["attack_chance_to_maim_on_hit_%_vs_blinded_enemies"]=4366, + ["attack_consume_endurance_charge_to_always_crit"]=4367, + ["attack_critical_strike_chance_+%"]=954, + ["attack_critical_strike_chance_+%_per_10_tribute"]=4368, + ["attack_critical_strike_multiplier_+"]=958, + ["attack_critical_strikes_ignore_elemental_resistances"]=4369, + ["attack_damage_+%"]=1113, + ["attack_damage_+%_for_4_seconds_on_cast"]=3125, + ["attack_damage_+%_if_been_heavy_stunned_recently"]=4370, + ["attack_damage_+%_if_other_ring_is_shaper_item"]=3906, + ["attack_damage_+%_per_10_tribute"]=4371, + ["attack_damage_+%_per_16_strength"]=4385, + ["attack_damage_+%_per_450_evasion"]=2594, + ["attack_damage_+%_per_450_physical_damage_reduction_rating"]=4386, + ["attack_damage_+%_per_5%_block_chance"]=4372, + ["attack_damage_+%_per_500_maximum_mana"]=4373, + ["attack_damage_+%_per_75_armour_or_evasion_on_shield"]=4387, + ["attack_damage_+%_per_active_totem_in_presence"]=4374, + ["attack_damage_+%_per_explicit_map_mod_affecting_area"]=4375, + ["attack_damage_+%_per_frenzy_charge"]=2901, + ["attack_damage_+%_per_level"]=2610, + ["attack_damage_+%_vs_maimed_enemies"]=4388, + ["attack_damage_+%_vs_rare_or_unique_enemy"]=4376, + ["attack_damage_+%_when_no_remaining_life_flask_uses"]=4377, + ["attack_damage_+%_when_on_full_life"]=4389, + ["attack_damage_+%_when_on_low_life"]=4390, + ["attack_damage_+%_while_affected_by_precision"]=4391, + ["attack_damage_+%_while_ally_in_presence"]=4378, + ["attack_damage_+%_while_channelling"]=4392, + ["attack_damage_+%_while_holding_a_shield"]=1121, + ["attack_damage_+%_while_in_blood_stance"]=4379, + ["attack_damage_+%_while_leeching"]=4393, + ["attack_damage_+%_while_moving"]=4380, + ["attack_damage_+%_while_not_on_low_mana"]=4394, + ["attack_damage_+%_while_onslaught_active"]=2907, + ["attack_damage_+%_while_surrounded"]=4381, + ["attack_damage_+%_while_you_have_at_least_20_fortification"]=4382, + ["attack_damage_+%_while_you_have_fortify"]=4395, + ["attack_damage_+%_with_channelling_skills"]=4396, + ["attack_damage_+1%_per_300_of_min_of_armour_or_evasion"]=4384, + ["attack_damage_lucky_if_blocked_in_past_20_seconds"]=4383, + ["attack_damage_that_stuns_also_chills"]=2650, + ["attack_damage_vs_bleeding_enemies_+%"]=2179, + ["attack_mana_cost_+%"]=4398, + ["attack_mana_cost_efficiency_+%_during_mana_flask"]=4397, + ["attack_maximum_added_chaos_damage"]=1245, + ["attack_maximum_added_chaos_damage_if_you_have_beast_minion"]=3904, + ["attack_maximum_added_chaos_damage_with_bows"]=1783, + ["attack_maximum_added_chaos_damage_with_claws"]=1784, + ["attack_maximum_added_chaos_damage_with_daggers"]=1785, + ["attack_maximum_added_cold_damage"]=866, + ["attack_maximum_added_cold_damage_with_axes"]=1767, + ["attack_maximum_added_cold_damage_with_bows"]=1768, + ["attack_maximum_added_cold_damage_with_claws"]=1769, + ["attack_maximum_added_cold_damage_with_crossbows"]=3870, + ["attack_maximum_added_cold_damage_with_daggers"]=1770, + ["attack_maximum_added_cold_damage_with_flails"]=3858, + ["attack_maximum_added_cold_damage_with_maces"]=1771, + ["attack_maximum_added_cold_damage_with_spears"]=1786, + ["attack_maximum_added_cold_damage_with_staves"]=1772, + ["attack_maximum_added_cold_damage_with_swords"]=1773, + ["attack_maximum_added_cold_damage_with_wand"]=1774, + ["attack_maximum_added_fire_damage"]=865, + ["attack_maximum_added_fire_damage_per_10_strength"]=4399, + ["attack_maximum_added_fire_damage_with_axes"]=1759, + ["attack_maximum_added_fire_damage_with_bow"]=1760, + ["attack_maximum_added_fire_damage_with_claws"]=1761, + ["attack_maximum_added_fire_damage_with_crossbows"]=3871, + ["attack_maximum_added_fire_damage_with_daggers"]=1762, + ["attack_maximum_added_fire_damage_with_flails"]=3859, + ["attack_maximum_added_fire_damage_with_maces"]=1763, + ["attack_maximum_added_fire_damage_with_spears"]=1787, + ["attack_maximum_added_fire_damage_with_staves"]=1764, + ["attack_maximum_added_fire_damage_with_swords"]=1765, + ["attack_maximum_added_fire_damage_with_wand"]=1766, + ["attack_maximum_added_lightning_damage"]=867, + ["attack_maximum_added_lightning_damage_%_of_maximum_mana"]=9857, + ["attack_maximum_added_lightning_damage_per_10_dex"]=4401, + ["attack_maximum_added_lightning_damage_per_10_int"]=4402, + ["attack_maximum_added_lightning_damage_per_200_accuracy_rating"]=4403, + ["attack_maximum_added_lightning_damage_with_axes"]=1775, + ["attack_maximum_added_lightning_damage_with_bows"]=1776, + ["attack_maximum_added_lightning_damage_with_claws"]=1777, + ["attack_maximum_added_lightning_damage_with_crossbows"]=3872, + ["attack_maximum_added_lightning_damage_with_daggers"]=1778, + ["attack_maximum_added_lightning_damage_with_flails"]=3860, + ["attack_maximum_added_lightning_damage_with_maces"]=1779, + ["attack_maximum_added_lightning_damage_with_spears"]=1788, + ["attack_maximum_added_lightning_damage_with_staves"]=1780, + ["attack_maximum_added_lightning_damage_with_swords"]=1781, + ["attack_maximum_added_lightning_damage_with_wand"]=1782, + ["attack_maximum_added_melee_lightning_damage_while_unarmed"]=2128, + ["attack_maximum_added_physical_damage"]=864, + ["attack_maximum_added_physical_damage_if_have_crit_recently"]=4404, + ["attack_maximum_added_physical_damage_if_you_have_beast_minion"]=3903, + ["attack_maximum_added_physical_damage_per_25_dexterity"]=3000, + ["attack_maximum_added_physical_damage_per_25_strength"]=4405, + ["attack_maximum_added_physical_damage_per_level"]=4406, + ["attack_maximum_added_physical_damage_while_holding_a_shield"]=1758, + ["attack_maximum_added_physical_damage_while_unarmed"]=1757, + ["attack_maximum_added_physical_damage_with_axes"]=1749, + ["attack_maximum_added_physical_damage_with_bow"]=1750, + ["attack_maximum_added_physical_damage_with_claws"]=1751, + ["attack_maximum_added_physical_damage_with_crossbows"]=3873, + ["attack_maximum_added_physical_damage_with_daggers"]=1752, + ["attack_maximum_added_physical_damage_with_flails"]=3861, + ["attack_maximum_added_physical_damage_with_maces"]=1753, + ["attack_maximum_added_physical_damage_with_spears"]=1789, + ["attack_maximum_added_physical_damage_with_staves"]=1754, + ["attack_maximum_added_physical_damage_with_swords"]=1755, + ["attack_maximum_added_physical_damage_with_wands"]=1756, + ["attack_maximum_added_physical_damage_with_weapons"]=1166, + ["attack_minimum_added_chaos_damage"]=1245, + ["attack_minimum_added_chaos_damage_if_you_have_beast_minion"]=3904, + ["attack_minimum_added_chaos_damage_with_bows"]=1783, + ["attack_minimum_added_chaos_damage_with_claws"]=1784, + ["attack_minimum_added_chaos_damage_with_daggers"]=1785, + ["attack_minimum_added_cold_damage"]=866, + ["attack_minimum_added_cold_damage_with_axes"]=1767, + ["attack_minimum_added_cold_damage_with_bows"]=1768, + ["attack_minimum_added_cold_damage_with_claws"]=1769, + ["attack_minimum_added_cold_damage_with_crossbows"]=3870, + ["attack_minimum_added_cold_damage_with_daggers"]=1770, + ["attack_minimum_added_cold_damage_with_flails"]=3858, + ["attack_minimum_added_cold_damage_with_maces"]=1771, + ["attack_minimum_added_cold_damage_with_spears"]=1786, + ["attack_minimum_added_cold_damage_with_staves"]=1772, + ["attack_minimum_added_cold_damage_with_swords"]=1773, + ["attack_minimum_added_cold_damage_with_wand"]=1774, + ["attack_minimum_added_fire_damage"]=865, + ["attack_minimum_added_fire_damage_per_10_strength"]=4399, + ["attack_minimum_added_fire_damage_with_axes"]=1759, + ["attack_minimum_added_fire_damage_with_bow"]=1760, + ["attack_minimum_added_fire_damage_with_claws"]=1761, + ["attack_minimum_added_fire_damage_with_crossbows"]=3871, + ["attack_minimum_added_fire_damage_with_daggers"]=1762, + ["attack_minimum_added_fire_damage_with_flails"]=3859, + ["attack_minimum_added_fire_damage_with_maces"]=1763, + ["attack_minimum_added_fire_damage_with_spears"]=1787, + ["attack_minimum_added_fire_damage_with_staves"]=1764, + ["attack_minimum_added_fire_damage_with_swords"]=1765, + ["attack_minimum_added_fire_damage_with_wand"]=1766, + ["attack_minimum_added_lightning_damage"]=867, + ["attack_minimum_added_lightning_damage_%_of_maximum_mana"]=9827, + ["attack_minimum_added_lightning_damage_per_10_dex"]=4401, + ["attack_minimum_added_lightning_damage_per_10_int"]=4402, + ["attack_minimum_added_lightning_damage_per_200_accuracy_rating"]=4403, + ["attack_minimum_added_lightning_damage_with_axes"]=1775, + ["attack_minimum_added_lightning_damage_with_bows"]=1776, + ["attack_minimum_added_lightning_damage_with_claws"]=1777, + ["attack_minimum_added_lightning_damage_with_crossbows"]=3872, + ["attack_minimum_added_lightning_damage_with_daggers"]=1778, + ["attack_minimum_added_lightning_damage_with_flails"]=3860, + ["attack_minimum_added_lightning_damage_with_maces"]=1779, + ["attack_minimum_added_lightning_damage_with_spears"]=1788, + ["attack_minimum_added_lightning_damage_with_staves"]=1780, + ["attack_minimum_added_lightning_damage_with_swords"]=1781, + ["attack_minimum_added_lightning_damage_with_wand"]=1782, + ["attack_minimum_added_melee_lightning_damage_while_unarmed"]=2128, + ["attack_minimum_added_physical_damage"]=864, + ["attack_minimum_added_physical_damage_if_have_crit_recently"]=4404, + ["attack_minimum_added_physical_damage_if_you_have_beast_minion"]=3903, + ["attack_minimum_added_physical_damage_per_25_dexterity"]=3000, + ["attack_minimum_added_physical_damage_per_25_strength"]=4405, + ["attack_minimum_added_physical_damage_per_level"]=4406, + ["attack_minimum_added_physical_damage_while_holding_a_shield"]=1758, + ["attack_minimum_added_physical_damage_while_unarmed"]=1757, + ["attack_minimum_added_physical_damage_with_axes"]=1749, + ["attack_minimum_added_physical_damage_with_bow"]=1750, + ["attack_minimum_added_physical_damage_with_claws"]=1751, + ["attack_minimum_added_physical_damage_with_crossbows"]=3873, + ["attack_minimum_added_physical_damage_with_daggers"]=1752, + ["attack_minimum_added_physical_damage_with_flails"]=3861, + ["attack_minimum_added_physical_damage_with_maces"]=1753, + ["attack_minimum_added_physical_damage_with_spears"]=1789, + ["attack_minimum_added_physical_damage_with_staves"]=1754, + ["attack_minimum_added_physical_damage_with_swords"]=1755, + ["attack_minimum_added_physical_damage_with_wands"]=1756, + ["attack_minimum_added_physical_damage_with_weapons"]=1166, + ["attack_projectiles_fork"]=4408, + ["attack_projectiles_fork_additional_times"]=4409, + ["attack_projectiles_return"]=2491, + ["attack_repeat_count"]=1597, + ["attack_skill_gem_level_+"]=949, + ["attack_skills_%_physical_as_extra_fire_damage_per_socketed_red_gem"]=2391, + ["attack_skills_additional_ballista_totems_allowed"]=3808, + ["attack_skills_additional_totems_allowed"]=3809, + ["attack_skills_damage_+%_while_dual_wielding"]=1173, + ["attack_skills_damage_+%_while_holding_shield"]=1122, + ["attack_skills_have_added_lightning_damage_equal_to_%_of_maximum_mana"]=4410, + ["attack_speed_+%"]=961, + ["attack_speed_+%_during_flask_effect"]=2914, + ["attack_speed_+%_final_per_blitz_charge"]=4419, + ["attack_speed_+%_for_4_seconds_on_attack"]=3126, + ["attack_speed_+%_if_changed_stance_recently"]=9335, + ["attack_speed_+%_if_enemy_hit_with_main_hand_weapon_recently"]=4420, + ["attack_speed_+%_if_enemy_killed_recently"]=4421, + ["attack_speed_+%_if_enemy_not_killed_recently"]=3798, + ["attack_speed_+%_if_have_been_hit_recently"]=4422, + ["attack_speed_+%_if_have_blocked_recently"]=4423, + ["attack_speed_+%_if_have_crit_recently"]=4424, + ["attack_speed_+%_if_havent_cast_dash_recently"]=4425, + ["attack_speed_+%_if_not_gained_frenzy_charge_recently"]=4426, + ["attack_speed_+%_if_rare_or_unique_enemy_nearby"]=4427, + ["attack_speed_+%_if_used_a_mark_recently"]=4428, + ["attack_speed_+%_if_you_have_at_least_600_strength"]=4429, + ["attack_speed_+%_if_you_have_not_attacked_recently"]=4411, + ["attack_speed_+%_if_you_have_used_a_life_flask_recently"]=4430, + ["attack_speed_+%_per_1%_overcapped_block_chance"]=4431, + ["attack_speed_+%_per_10_dex"]=4432, + ["attack_speed_+%_per_200_accuracy_rating"]=3801, + ["attack_speed_+%_per_20_dex"]=2231, + ["attack_speed_+%_per_20_spirit"]=4412, + ["attack_speed_+%_per_25_dex"]=4433, + ["attack_speed_+%_per_enemy_in_close_range"]=4413, + ["attack_speed_+%_per_explicit_map_mod_affecting_area"]=4414, + ["attack_speed_+%_per_frenzy_charge"]=1727, + ["attack_speed_+%_when_hit"]=2829, + ["attack_speed_+%_when_on_full_life"]=1135, + ["attack_speed_+%_when_on_low_life"]=1134, + ["attack_speed_+%_while_affected_by_precision"]=4434, + ["attack_speed_+%_while_chilled"]=4435, + ["attack_speed_+%_while_holding_shield"]=1272, + ["attack_speed_+%_while_ignited"]=2590, + ["attack_speed_+%_while_in_presence_of_companion"]=4415, + ["attack_speed_+%_while_in_sand_stance"]=4416, + ["attack_speed_+%_while_leeching"]=2835, + ["attack_speed_+%_while_not_on_low_mana"]=4436, + ["attack_speed_+%_while_on_full_mana"]=4417, + ["attack_speed_+%_while_phasing"]=4437, + ["attack_speed_+%_while_surrounded"]=4418, + ["attack_speed_+%_with_channelling_skills"]=4438, + ["attack_speed_+%_with_movement_skills"]=1287, + ["attack_speed_while_dual_wielding_+%"]=1270, + ["attack_speed_while_fortified_+%"]=2841, + ["attacks_base_mana_cost_+_%_of_maximum_mana"]=4440, + ["attacks_bleed_on_hit_while_you_have_cat_stealth"]=4441, + ["attacks_cause_bleeding_vs_cursed_enemies"]=4442, + ["attacks_chance_to_bleed_25%_vs_cursed_enemies"]=4444, + ["attacks_chance_to_bleed_on_hit_%_vs_taunted_enemies"]=4445, + ["attacks_chance_to_blind_on_hit_%"]=4446, + ["attacks_chance_to_poison_%_on_max_frenzy_charges"]=1733, + ["attacks_chance_to_taunt_on_hit_%"]=4447, + ["attacks_deal_no_physical_damage"]=2167, + ["attacks_do_not_cost_mana"]=1590, + ["attacks_impale_on_hit_%_chance"]=4448, + ["attacks_inflict_bleeding_if_last_movement_skill_was_advancing_strike"]=4449, + ["attacks_inflict_bleeding_on_hit"]=2177, + ["attacks_intimidate_on_hit_%"]=4450, + ["attacks_num_of_additional_chains"]=3697, + ["attacks_num_of_additional_chains_when_in_main_hand"]=3761, + ["attacks_number_of_additional_projectiles"]=3762, + ["attacks_number_of_additional_projectiles_when_in_off_hand"]=3764, + ["attacks_poison_while_at_max_frenzy_charges"]=1732, + ["attacks_use_life_in_place_of_mana"]=9914, + ["attacks_with_this_weapon_maximum_added_chaos_damage_per_10_of_your_lowest_attribute"]=4451, + ["attacks_with_this_weapon_maximum_added_cold_damage_per_10_dexterity"]=4452, + ["attacks_with_this_weapon_minimum_added_chaos_damage_per_10_of_your_lowest_attribute"]=4451, + ["attacks_with_this_weapon_minimum_added_cold_damage_per_10_dexterity"]=4452, + ["attacks_with_two_handed_weapons_impale_on_hit_%_chance"]=4453, + ["attribute_requirements_can_be_satisfied_by_%_of_ascendance"]=1106, + ["aura_effect_+%"]=2486, + ["aura_effect_+%_if_you_have_at_least_100_tribute"]=4454, + ["aura_effect_on_self_from_skills_+%_per_herald_effecting_you"]=4455, + ["aura_effect_on_self_from_your_skills_+%"]=3160, + ["aura_grant_%_base_main_hand_attack_damage_to_nearby_allies"]=4456, + ["aura_grant_shield_defences_to_nearby_allies"]=3060, + ["aura_melee_physical_damage_+%_per_10_strength"]=3050, + ["avatar_of_fire_rotation_active"]=9919, + ["avians_flight_duration_ms_+"]=4457, + ["avians_might_duration_ms_+"]=4458, + ["avoid_ailments_%_from_crit"]=4459, + ["avoid_ailments_%_on_consecrated_ground"]=3147, + ["avoid_ailments_%_while_holding_shield"]=4460, + ["avoid_all_elemental_ailment_%_per_summoned_golem"]=4461, + ["avoid_all_elemental_status_%"]=1547, + ["avoid_all_elemental_status_%_per_stackable_unique_jewel"]=3726, + ["avoid_blind_%"]=2261, + ["avoid_chained_projectile_%_chance"]=4462, + ["avoid_chaos_damage_%"]=2987, + ["avoid_chill_freeze_while_casting_%"]=4463, + ["avoid_cold_damage_%"]=2985, + ["avoid_corrupted_blood_%_chance"]=4464, + ["avoid_elemental_ailments_%_while_affected_by_elusive"]=4465, + ["avoid_elemental_ailments_%_while_phasing"]=4466, + ["avoid_elemental_damage_%_per_frenzy_charge"]=2983, + ["avoid_elemental_damage_chance_%_during_soul_gain_prevention"]=4467, + ["avoid_elemental_damage_while_phasing_%"]=4468, + ["avoid_fire_damage_%"]=2984, + ["avoid_freeze_and_chill_%_if_you_have_used_a_fire_skill_recently"]=4469, + ["avoid_freeze_chill_ignite_%_while_have_onslaught"]=2674, + ["avoid_freeze_shock_ignite_bleed_%_during_flask_effect"]=3652, + ["avoid_ignite_%_when_on_low_life"]=1551, + ["avoid_impale_%"]=4470, + ["avoid_interruption_while_casting_%"]=1596, + ["avoid_knockback_%"]=1366, + ["avoid_lightning_damage_%"]=2986, + ["avoid_maim_%_chance"]=4471, + ["avoid_physical_damage_%"]=2982, + ["avoid_physical_damage_%_while_phasing"]=4472, + ["avoid_projectiles_%_chance_if_taken_projectile_damage_recently"]=4473, + ["avoid_projectiles_while_phasing_%_chance"]=4474, + ["avoid_shock_%_while_chilled"]=4475, + ["avoid_status_ailments_%_during_flask_effect"]=2913, + ["avoid_stun_%"]=1554, + ["avoid_stun_%_for_4_seconds_on_kill"]=2939, + ["avoid_stun_%_while_channeling_snipe"]=4477, + ["avoid_stun_%_while_channelling"]=4478, + ["avoid_stun_%_while_holding_shield"]=4479, + ["avoid_stun_35%_per_active_herald"]=4476, + ["axe_accuracy_rating"]=1694, + ["axe_accuracy_rating_+%"]=1292, + ["axe_attack_speed_+%"]=1275, + ["axe_critical_strike_chance_+%"]=1324, + ["axe_critical_strike_multiplier_+"]=1342, + ["axe_damage_+%"]=1190, + ["ball_lightning_damage_+%"]=2798, + ["ball_lightning_number_of_additional_projectiles"]=4480, + ["ball_lightning_projectile_speed_+%"]=3468, + ["ball_lightning_radius_+%"]=3401, + ["ballista_attack_speed_+%"]=4481, + ["ballista_critical_damage_+%"]=4482, + ["ballista_critical_hit_chance_+%"]=4483, + ["ballista_damage_+%"]=4484, + ["ballista_hit_damage_immobilisation_multiplier_+%"]=4485, ["banner_adrenaline_duration_+%"]=4487, ["banner_area_of_effect_+%"]=4488, - ["banner_aura_effect_+%"]=3022, + ["banner_aura_effect_+%"]=2973, ["banner_buff_lingers_for_X_seconds_after_leaving_area"]=4489, ["banner_duration_+%"]=4490, ["banner_fortify_duration_+%"]=4491, ["banner_mana_reservation_+%"]=4492, - ["banner_resource_gained_+%"]=4493, - ["banner_resource_maximum_+"]=4494, - ["banner_skills_mana_reservation_efficiency_+%"]=4496, - ["banner_skills_mana_reservation_efficiency_-2%_per_1"]=4495, - ["banner_skills_reserve_no_mana"]=4497, - ["banner_taunt_duration_+%"]=4498, - ["banners_always_have_max_valour"]=4499, + ["banner_resource_maximum_+"]=4493, + ["banner_skills_mana_reservation_efficiency_+%"]=4495, + ["banner_skills_mana_reservation_efficiency_-2%_per_1"]=4494, + ["banner_skills_reserve_no_mana"]=4496, + ["banner_taunt_duration_+%"]=4497, + ["banners_always_have_max_valour"]=4498, + ["banners_gain_X_glory_per_second"]=4499, ["barrage_and_frenzy_critical_strike_chance_+%_per_endurance_charge"]=4500, - ["barrage_attack_speed_+%"]=3491, - ["barrage_damage_+%"]=3300, - ["barrage_final_volley_fires_x_additional_projectiles_simultaneously"]=2931, - ["barrage_num_of_additional_projectiles"]=3580, + ["barrage_attack_speed_+%"]=3437, + ["barrage_damage_+%"]=3246, + ["barrage_final_volley_fires_x_additional_projectiles_simultaneously"]=2884, + ["barrage_num_of_additional_projectiles"]=3526, ["basalt_flask_armour_+%_final"]=4501, - ["base_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=3420, - ["base_actor_scale_+%"]=1760, - ["base_adaptation_rating"]=1388, - ["base_additional_physical_damage_reduction_%"]=973, - ["base_aggravate_bleeding_on_attack_hit_chance_%"]=4167, - ["base_all_ailment_duration_+%"]=1581, + ["base_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=3366, + ["base_actor_scale_+%"]=1737, + ["base_additional_physical_damage_reduction_%"]=971, + ["base_aggravate_bleeding_on_attack_hit_chance_%"]=4128, + ["base_all_ailment_duration_+%"]=1564, ["base_all_ailment_duration_on_self_+%"]=4502, + ["base_all_attributes"]=1098, ["base_all_damage_bypass_energy_shield_%"]=4503, - ["base_all_damage_taken_can_chill"]=2564, + ["base_all_damage_taken_can_chill"]=2528, ["base_armour_%_applies_to_chaos_damage"]=4504, ["base_armour_%_applies_to_cold_damage"]=4505, ["base_armour_%_applies_to_fire_damage"]=4506, ["base_armour_%_applies_to_lightning_damage"]=4507, ["base_armour_applies_to_chaos_damage"]=4508, ["base_armour_applies_to_lightning_damage"]=4509, - ["base_arrow_speed_+%"]=1517, + ["base_arrow_speed_+%"]=1500, ["base_arrows_always_pierce"]=4510, - ["base_attack_block_luck"]=4511, - ["base_attack_damage_%_deflected"]=4512, - ["base_attack_damage_penetrates_chaos_resist_%"]=3208, - ["base_attack_damage_penetrates_cold_resist_%"]=3206, - ["base_attack_damage_penetrates_elemental_resist_%"]=3203, - ["base_attack_damage_penetrates_fire_resist_%"]=3205, - ["base_attack_damage_penetrates_lightning_resist_%"]=3207, - ["base_attack_speed_+%_per_frenzy_charge"]=1752, - ["base_aura_area_of_effect_+%"]=1916, - ["base_avoid_bleed_%"]=3841, - ["base_avoid_chill_%"]=1565, - ["base_avoid_chill_%_while_have_onslaught"]=2713, - ["base_avoid_freeze_%"]=1566, - ["base_avoid_ignite_%"]=1567, - ["base_avoid_poison_%"]=1570, + ["base_attack_critical_strike_chance_permyriad_+_per_1_percent_enemy_missing_life"]=4511, + ["base_attack_damage_penetrates_chaos_resist_%"]=3155, + ["base_attack_damage_penetrates_cold_resist_%"]=3153, + ["base_attack_damage_penetrates_elemental_resist_%"]=3150, + ["base_attack_damage_penetrates_fire_resist_%"]=3152, + ["base_attack_damage_penetrates_lightning_resist_%"]=3154, + ["base_attack_skill_cost_efficiency_+%"]=4512, + ["base_attack_speed_+%_per_frenzy_charge"]=1729, + ["base_aura_area_of_effect_+%"]=1895, + ["base_avoid_bleed_%"]=3783, + ["base_avoid_chill_%"]=1548, + ["base_avoid_chill_%_while_have_onslaught"]=2668, + ["base_avoid_freeze_%"]=1549, + ["base_avoid_ignite_%"]=1550, + ["base_avoid_poison_%"]=1553, ["base_avoid_projectiles_%_chance"]=4513, - ["base_avoid_shock_%"]=1569, - ["base_avoid_stun_%"]=1572, + ["base_avoid_shock_%"]=1552, + ["base_avoid_stun_%"]=1555, ["base_banner_resist_all_elements_%_to_apply"]=4514, ["base_bleed_duration_+%"]=4515, - ["base_bleeding_effect_+%"]=4622, - ["base_block_%_damage_taken"]=4516, - ["base_body_armour_permyriad_to_gain_as_physical_thorns_damage"]=4517, - ["base_bone_golem_granted_buff_effect_+%"]=4518, - ["base_cannot_be_chilled"]=1557, - ["base_cannot_be_chilled_or_frozen"]=1558, - ["base_cannot_be_frozen"]=1559, - ["base_cannot_be_ignited"]=1560, - ["base_cannot_be_shocked"]=1562, - ["base_cannot_be_stunned"]=1882, - ["base_cannot_evade"]=1629, - ["base_cannot_gain_bleeding"]=3840, - ["base_cannot_gain_endurance_charges"]=4519, - ["base_cannot_leech"]=2184, - ["base_cannot_leech_energy_shield"]=4520, - ["base_cannot_leech_life"]=2285, - ["base_cannot_leech_mana"]=2286, - ["base_cast_speed_+%"]=964, - ["base_chance_to_deal_triple_damage_%"]=4521, + ["base_bleeding_effect_+%"]=4650, + ["base_block_%_damage_taken"]=4517, + ["base_block_chance_luck"]=4516, + ["base_body_armour_permyriad_to_gain_as_physical_thorns_damage"]=4518, + ["base_bone_golem_granted_buff_effect_+%"]=4519, + ["base_cannot_be_chilled"]=1540, + ["base_cannot_be_chilled_or_frozen"]=1541, + ["base_cannot_be_frozen"]=1542, + ["base_cannot_be_ignited"]=1543, + ["base_cannot_be_shocked"]=1545, + ["base_cannot_be_stunned"]=1859, + ["base_cannot_evade"]=1608, + ["base_cannot_gain_bleeding"]=3782, + ["base_cannot_gain_endurance_charges"]=4520, + ["base_cannot_leech"]=2153, + ["base_cannot_leech_energy_shield"]=4521, + ["base_cannot_leech_life"]=2253, + ["base_cannot_leech_mana"]=2254, + ["base_cast_speed_+%"]=962, + ["base_chance_to_daze_%"]=4522, + ["base_chance_to_deal_triple_damage_%"]=4523, ["base_chance_to_freeze_%"]=1009, - ["base_chance_to_ignite_%"]=1007, - ["base_chance_to_inflict_bleeding_%"]=4522, - ["base_chance_to_not_consume_corpse_%"]=5131, + ["base_chance_to_inflict_bleeding_%"]=4524, + ["base_chance_to_not_consume_corpse_%"]=5159, ["base_chance_to_pierce_%"]=1021, - ["base_chance_to_poison_on_hit_%"]=2847, - ["base_chance_to_poison_on_hit_%_vs_non_poisoned_enemies"]=4523, + ["base_chance_to_poison_on_hit_%"]=2802, + ["base_chance_to_poison_on_hit_%_vs_non_poisoned_enemies"]=4525, ["base_chance_to_shock_%"]=1011, - ["base_chaos_damage_%_of_maximum_life_taken_per_minute"]=1661, - ["base_chaos_damage_bypass_energy_shield_%"]=4524, - ["base_chaos_damage_can_electrocute"]=4525, - ["base_chaos_damage_can_ignite"]=4526, - ["base_chaos_damage_does_not_damage_energy_shield_extra_hard"]=2228, - ["base_chaos_damage_resistance_%"]=983, - ["base_chaos_damage_taken_per_minute"]=1662, - ["base_chaos_golem_granted_buff_effect_+%"]=3727, - ["base_charge_duration_+%"]=4527, - ["base_cold_damage_can_poison"]=2565, - ["base_cold_damage_heals"]=2716, - ["base_cold_damage_resistance_%"]=981, - ["base_cold_immunity"]=3729, - ["base_cooldown_speed_+%"]=4528, - ["base_cost_+%"]=1596, - ["base_critical_strike_multiplier_+"]=959, - ["base_curse_duration_+%"]=1504, - ["base_damage_bypass_ward_%"]=4529, - ["base_damage_removed_from_mana_before_life_%"]=2408, - ["base_damage_taken_+%"]=1930, - ["base_damaging_ailment_effect_+%"]=5575, - ["base_darkness"]=4530, - ["base_darkness_refresh_rate_ms"]=4531, - ["base_deal_no_chaos_damage"]=4532, - ["base_deal_no_cold_damage"]=2496, - ["base_deal_no_fire_damage"]=4533, - ["base_deal_no_lightning_damage"]=4534, - ["base_deal_no_physical_damage"]=2494, - ["base_deal_no_thorns_damage"]=4535, - ["base_debuff_slow_magnitude_+%"]=4536, - ["base_elemental_damage_heals"]=2718, - ["base_elemental_hit_damage_bypass_energy_shield_%"]=4537, - ["base_elemental_status_ailment_duration_+%"]=1582, - ["base_enemy_critical_strike_chance_+%_against_self"]=2805, - ["base_energy_shield_gained_on_enemy_death"]=2289, - ["base_energy_shield_leech_rate_+%"]=1867, - ["base_energy_shield_regeneration_rate_per_minute"]=2355, - ["base_energy_shield_regeneration_rate_per_minute_%"]=2356, - ["base_es_cost_+"]=1602, - ["base_evasion_rating"]=892, - ["base_extra_damage_rolls"]=4538, - ["base_fire_damage_can_poison"]=2566, - ["base_fire_damage_heals"]=2715, - ["base_fire_damage_resistance_%"]=980, - ["base_fire_elemental_maximum_life_+%"]=1495, - ["base_fire_golem_granted_buff_effect_+%"]=3724, - ["base_fire_hit_damage_taken_%_as_physical"]=2166, - ["base_fire_hit_damage_taken_%_as_physical_value_negated"]=2167, - ["base_fire_immunity"]=1438, - ["base_freezing_enemy_chills_enemies_in_radius"]=6103, - ["base_frenzy_charge_duration_+%"]=1834, - ["base_frozen_effect_on_self_+%"]=4539, - ["base_global_chance_to_knockback_%"]=1705, - ["base_ice_golem_granted_buff_effect_+%"]=3725, - ["base_ignite_effect_+%"]=6620, - ["base_immune_to_chill"]=2593, - ["base_immune_to_cold_ailments"]=4540, - ["base_immune_to_freeze"]=4541, - ["base_immune_to_ignite"]=4542, - ["base_immune_to_shock"]=4543, - ["base_inflict_cold_exposure_on_hit_%_chance"]=4544, - ["base_inflict_fire_exposure_on_hit_%_chance"]=4545, - ["base_inflict_lightning_exposure_on_hit_%_chance"]=4546, - ["base_item_found_quantity_+%"]=1425, - ["base_item_found_rarity_+%"]=940, - ["base_killed_monster_dropped_item_quantity_+%"]=1724, - ["base_killed_monster_dropped_item_rarity_+%"]=1723, - ["base_leech_amount_+%"]=1861, - ["base_leech_is_instant_on_critical"]=2257, - ["base_life_cost_+"]=1603, - ["base_life_cost_+%"]=1597, - ["base_life_cost_+_with_non_channelling_spells_%_maximum_life"]=4547, - ["base_life_flasks_do_not_recover_life"]=4548, - ["base_life_gain_per_target"]=992, - ["base_life_gained_on_enemy_death"]=994, - ["base_life_gained_on_spell_hit"]=1467, - ["base_life_leech_amount_+%"]=1863, - ["base_life_leech_does_not_stop_at_full_life"]=2881, - ["base_life_leech_from_all_spell_damage_permyriad"]=4549, - ["base_life_leech_from_all_thorns_damage_permyriad"]=4550, - ["base_life_leech_from_physical_attack_damage_permyriad"]=990, - ["base_life_leech_is_instant"]=2254, - ["base_life_leech_rate_+%"]=1864, - ["base_life_recharges_like_energy_shield"]=4551, - ["base_life_regeneration_rate_per_minute"]=987, - ["base_life_reservation_+%"]=1919, - ["base_life_reservation_efficiency_+%"]=1918, - ["base_lightning_damage_can_electrocute"]=4552, - ["base_lightning_damage_can_poison"]=2567, - ["base_lightning_damage_heals"]=2717, - ["base_lightning_damage_resistance_%"]=982, - ["base_lightning_golem_granted_buff_effect_+%"]=3726, - ["base_lightning_immunity"]=3730, - ["base_limit_+"]=4553, - ["base_main_hand_damage_+%"]=1190, - ["base_main_hand_maim_on_hit_%"]=4554, - ["base_mana_cost_+"]=1604, - ["base_mana_cost_+_with_channelling_skills"]=8910, - ["base_mana_cost_+_with_non_channelling_attacks_%_maximum_mana"]=4555, - ["base_mana_cost_+_with_non_channelling_skills"]=8912, - ["base_mana_cost_-%"]=1598, - ["base_mana_gained_on_enemy_death"]=999, - ["base_mana_leech_amount_+%"]=1865, - ["base_mana_leech_from_physical_attack_damage_permyriad"]=998, - ["base_mana_leech_is_instant"]=2255, - ["base_mana_leech_rate_+%"]=1866, - ["base_mana_regeneration_rate_per_minute"]=1416, - ["base_mana_reservation_+%"]=1921, - ["base_mana_reservation_efficiency_+%"]=1920, - ["base_max_fortification"]=4556, - ["base_maximum_chaos_damage_resistance_%"]=978, - ["base_maximum_cold_damage_resistance_%"]=976, - ["base_maximum_energy_shield"]=894, - ["base_maximum_energy_shield_per_blue_socket_on_item"]=2432, - ["base_maximum_fire_damage_resistance_%"]=975, - ["base_maximum_fragile_regrowth"]=4030, - ["base_maximum_life"]=896, - ["base_maximum_life_per_red_socket_on_item"]=2426, - ["base_maximum_lightning_damage_on_charge_expiry"]=2275, - ["base_maximum_lightning_damage_resistance_%"]=977, - ["base_maximum_mana"]=898, - ["base_maximum_mana_per_green_socket_on_item"]=2429, - ["base_maximum_spell_block_%"]=1701, - ["base_melee_critical_strike_chance_while_unarmed_%"]=3215, - ["base_minimum_endurance_charges"]=1523, - ["base_minimum_frenzy_charges"]=1528, - ["base_minimum_lightning_damage_on_charge_expiry"]=2275, - ["base_minimum_power_charges"]=1533, - ["base_minion_duration_+%"]=4557, - ["base_movement_velocity_+%"]=853, - ["base_no_energy_shield_recovery"]=2793, - ["base_number_of_arbalists"]=8415, - ["base_number_of_champions_of_light_allowed"]=4558, - ["base_number_of_crossbow_bolts"]=965, - ["base_number_of_essence_spirits_allowed"]=563, - ["base_number_of_golems_allowed"]=3329, - ["base_number_of_herald_scorpions_allowed"]=4559, - ["base_number_of_raging_spirits_allowed"]=1870, - ["base_number_of_relics_allowed"]=4560, - ["base_number_of_remote_mines_allowed"]=1944, - ["base_number_of_sigils_allowed_per_target"]=4561, - ["base_number_of_skeletons_allowed"]=1869, - ["base_number_of_spectres_allowed"]=1868, - ["base_number_of_support_ghosts_allowed"]=4562, - ["base_number_of_totems_allowed"]=1942, - ["base_number_of_traps_allowed"]=1943, - ["base_off_hand_attack_speed_+%"]=1283, - ["base_off_hand_chance_to_blind_on_hit_%"]=4563, - ["base_off_hand_damage_+%"]=1191, - ["base_onlsaught_on_hit_%_chance"]=4564, - ["base_penetrate_elemental_resistances_%"]=3204, - ["base_physical_damage_can_pin"]=4565, - ["base_physical_damage_over_time_taken_+%"]=4566, - ["base_physical_damage_reduction_rating"]=890, - ["base_poison_duration_+%"]=2844, - ["base_poison_effect_+%"]=8560, - ["base_projectile_speed_+%"]=902, - ["base_rage_cost_+%"]=1599, - ["base_rage_regeneration_per_minute"]=4567, - ["base_raven_maximum_life_+%"]=1496, - ["base_reduce_enemy_cold_resistance_%"]=2668, - ["base_reduce_enemy_fire_resistance_%"]=2667, - ["base_reduce_enemy_lightning_resistance_%"]=2669, - ["base_reservation_+%"]=1923, - ["base_reservation_efficiency_+%"]=1922, - ["base_resist_all_elements_%"]=979, + ["base_chaos_damage_%_of_maximum_life_taken_per_minute"]=1640, + ["base_chaos_damage_bypass_energy_shield_%"]=4526, + ["base_chaos_damage_can_electrocute"]=4527, + ["base_chaos_damage_can_ignite"]=4528, + ["base_chaos_damage_does_not_damage_energy_shield_extra_hard"]=2197, + ["base_chaos_damage_resistance_%"]=981, + ["base_chaos_damage_taken_per_minute"]=1641, + ["base_chaos_golem_granted_buff_effect_+%"]=3669, + ["base_charge_duration_+%"]=4529, + ["base_cold_damage_can_poison"]=2529, + ["base_cold_damage_heals"]=2671, + ["base_cold_damage_resistance_%"]=979, + ["base_cold_immunity"]=3671, + ["base_cooldown_speed_+%"]=4531, + ["base_cooldown_speed_+%_per_10_tribute"]=4530, + ["base_cost_+%"]=1579, + ["base_critical_strike_multiplier_+"]=957, + ["base_curse_duration_+%"]=1487, + ["base_damage_%_deflected"]=4533, + ["base_damage_%_deflected_vs_crit"]=4534, + ["base_damage_bypass_ward_%"]=4532, + ["base_damage_removed_from_mana_before_life_%"]=2376, + ["base_damage_taken_+%"]=1909, + ["base_damage_taken_+%_per_10_tribute"]=4535, + ["base_damaging_ailment_effect_+%"]=5629, + ["base_damaging_ailment_effect_+%_per_10_tribute"]=4536, + ["base_darkness"]=4537, + ["base_darkness_refresh_rate_ms"]=4538, + ["base_deal_no_chaos_damage"]=4539, + ["base_deal_no_cold_damage"]=2461, + ["base_deal_no_fire_damage"]=4540, + ["base_deal_no_lightning_damage"]=4541, + ["base_deal_no_physical_damage"]=2459, + ["base_deal_no_thorns_damage"]=4542, + ["base_debuff_slow_magnitude_+%"]=4543, + ["base_deflect_chance_luck"]=4545, + ["base_deflection_rating_%_of_armour"]=985, + ["base_deflection_rating_%_of_evasion_rating"]=984, + ["base_deflection_rating_%_of_evasion_rating_per_25_tribute"]=4546, + ["base_dexterity_per_25_tribute"]=4547, + ["base_elemental_damage_heals"]=2673, + ["base_elemental_hit_damage_bypass_energy_shield_%"]=4548, + ["base_elemental_status_ailment_duration_+%"]=1565, + ["base_endurance_charge_skip_consume_chance_%"]=4549, + ["base_enemy_critical_strike_chance_+%_against_self"]=2760, + ["base_energy_shield_gained_on_enemy_death"]=2257, + ["base_energy_shield_leech_rate_+%"]=1844, + ["base_energy_shield_regeneration_rate_per_minute"]=2323, + ["base_energy_shield_regeneration_rate_per_minute_%"]=2324, + ["base_es_cost_+"]=1585, + ["base_evasion_rating"]=886, + ["base_extra_damage_rolls"]=4550, + ["base_fire_damage_can_poison"]=2530, + ["base_fire_damage_heals"]=2670, + ["base_fire_damage_resistance_%"]=978, + ["base_fire_elemental_maximum_life_+%"]=1478, + ["base_fire_golem_granted_buff_effect_+%"]=3666, + ["base_fire_hit_damage_taken_%_as_physical"]=2135, + ["base_fire_hit_damage_taken_%_as_physical_value_negated"]=2136, + ["base_fire_immunity"]=1421, + ["base_freezing_enemy_chills_enemies_in_radius"]=6195, + ["base_frenzy_charge_duration_+%"]=1811, + ["base_frenzy_charge_skip_consume_chance_%"]=4551, + ["base_frozen_effect_on_self_+%"]=4552, + ["base_global_chance_to_knockback_%"]=1682, + ["base_ice_golem_granted_buff_effect_+%"]=3667, + ["base_ignite_effect_+%"]=1029, + ["base_immune_to_chill"]=2556, + ["base_immune_to_cold_ailments"]=4553, + ["base_immune_to_freeze"]=4554, + ["base_immune_to_ignite"]=4555, + ["base_immune_to_shock"]=4556, + ["base_inflict_cold_exposure_on_hit_%_chance"]=4557, + ["base_inflict_fire_exposure_on_hit_%_chance"]=4558, + ["base_inflict_lightning_exposure_on_hit_%_chance"]=4559, + ["base_intelligence_per_25_tribute"]=4560, + ["base_item_found_quantity_+%"]=1408, + ["base_item_found_rarity_+%"]=937, + ["base_killed_monster_dropped_item_quantity_+%"]=1701, + ["base_killed_monster_dropped_item_rarity_+%"]=1700, + ["base_leech_amount_+%"]=1838, + ["base_leech_is_instant_on_critical"]=2226, + ["base_life_cost_+"]=1586, + ["base_life_cost_+%"]=1580, + ["base_life_cost_+_with_non_channelling_spells_%_maximum_life"]=4562, + ["base_life_cost_efficiency_+%"]=4561, + ["base_life_flasks_do_not_recover_life"]=4563, + ["base_life_gain_per_target"]=993, + ["base_life_gained_on_enemy_death"]=995, + ["base_life_gained_on_spell_hit"]=1450, + ["base_life_leech_amount_+%"]=1840, + ["base_life_leech_does_not_stop_at_full_life"]=2836, + ["base_life_leech_from_all_spell_damage_permyriad"]=4564, + ["base_life_leech_from_all_thorns_damage_permyriad"]=4565, + ["base_life_leech_from_physical_attack_damage_permyriad"]=991, + ["base_life_leech_is_instant"]=2223, + ["base_life_leech_rate_+%"]=1841, + ["base_life_recharges_like_energy_shield"]=4566, + ["base_life_regeneration_rate_per_minute"]=988, + ["base_life_reservation_+%"]=1898, + ["base_life_reservation_efficiency_+%"]=1897, + ["base_lightning_damage_can_electrocute"]=4567, + ["base_lightning_damage_can_poison"]=2531, + ["base_lightning_damage_heals"]=2672, + ["base_lightning_damage_resistance_%"]=980, + ["base_lightning_golem_granted_buff_effect_+%"]=3668, + ["base_lightning_immunity"]=3672, + ["base_limit_+"]=4568, + ["base_main_hand_damage_+%"]=1178, + ["base_main_hand_maim_on_hit_%"]=4569, + ["base_main_hand_weapon_damage_as_added_off_hand_attack_damage_%"]=4570, + ["base_mana_cost_+"]=1587, + ["base_mana_cost_+_with_channelling_skills"]=9178, + ["base_mana_cost_+_with_non_channelling_attacks_%_maximum_mana"]=4576, + ["base_mana_cost_+_with_non_channelling_skills"]=9180, + ["base_mana_cost_-%"]=1581, + ["base_mana_cost_efficiency_+%"]=4571, + ["base_mana_cost_efficiency_+%_of_curse_skills"]=4572, + ["base_mana_cost_efficiency_+%_of_mark_skills"]=4573, + ["base_mana_cost_efficiency_+%_per_10_tribute"]=4574, + ["base_mana_cost_efficiency_+%_while_on_low_mana"]=4575, + ["base_mana_gained_on_enemy_death"]=1000, + ["base_mana_leech_amount_+%"]=1842, + ["base_mana_leech_from_physical_attack_damage_permyriad"]=999, + ["base_mana_leech_is_instant"]=2224, + ["base_mana_leech_rate_+%"]=1843, + ["base_mana_regeneration_rate_per_minute"]=1399, + ["base_mana_reservation_+%"]=1900, + ["base_mana_reservation_efficiency_+%"]=1899, + ["base_max_fortification"]=4577, + ["base_maximum_chaos_damage_resistance_%"]=976, + ["base_maximum_cold_damage_resistance_%"]=974, + ["base_maximum_energy_shield"]=888, + ["base_maximum_energy_shield_per_blue_socket_on_item"]=2398, + ["base_maximum_fire_damage_resistance_%"]=973, + ["base_maximum_fire_damage_resistance_%_while_ignited"]=4578, + ["base_maximum_fragile_regrowth"]=3971, + ["base_maximum_life"]=890, + ["base_maximum_life_per_red_socket_on_item"]=2392, + ["base_maximum_lightning_damage_on_charge_expiry"]=2243, + ["base_maximum_lightning_damage_resistance_%"]=975, + ["base_maximum_mana"]=892, + ["base_maximum_mana_per_green_socket_on_item"]=2395, + ["base_melee_critical_strike_chance_while_unarmed_%"]=3162, + ["base_minimum_endurance_charges"]=1506, + ["base_minimum_frenzy_charges"]=1511, + ["base_minimum_lightning_damage_on_charge_expiry"]=2243, + ["base_minimum_power_charges"]=1516, + ["base_minion_duration_+%"]=4579, + ["base_movement_velocity_+%"]=849, + ["base_no_energy_shield_recovery"]=2748, + ["base_number_of_arbalists"]=8643, + ["base_number_of_champions_of_light_allowed"]=4580, + ["base_number_of_crossbow_bolts"]=963, + ["base_number_of_essence_spirits_allowed"]=554, + ["base_number_of_golems_allowed"]=3275, + ["base_number_of_herald_scorpions_allowed"]=4581, + ["base_number_of_raging_spirits_allowed"]=1847, + ["base_number_of_relics_allowed"]=4582, + ["base_number_of_remote_mines_allowed"]=1923, + ["base_number_of_sigils_allowed_per_target"]=4583, + ["base_number_of_skeletons_allowed"]=1846, + ["base_number_of_spectres_allowed"]=1845, + ["base_number_of_support_ghosts_allowed"]=4584, + ["base_number_of_totems_allowed"]=1921, + ["base_number_of_traps_allowed"]=1922, + ["base_off_hand_attack_speed_+%"]=1271, + ["base_off_hand_chance_to_blind_on_hit_%"]=4585, + ["base_off_hand_damage_+%"]=1179, + ["base_onlsaught_on_hit_%_chance"]=4586, + ["base_penetrate_elemental_resistances_%"]=3151, + ["base_physical_damage_can_pin"]=4587, + ["base_physical_damage_over_time_taken_+%"]=4588, + ["base_physical_damage_reduction_rating"]=884, + ["base_poison_duration_+%"]=2799, + ["base_poison_effect_+%"]=8804, + ["base_power_charge_skip_consume_chance_%"]=4589, + ["base_projectile_speed_+%"]=896, + ["base_rage_cost_+%"]=1582, + ["base_rage_regeneration_per_minute"]=4590, + ["base_raven_maximum_life_+%"]=1479, + ["base_reduce_enemy_cold_resistance_%"]=2627, + ["base_reduce_enemy_fire_resistance_%"]=2626, + ["base_reduce_enemy_lightning_resistance_%"]=2628, + ["base_reservation_+%"]=1902, + ["base_reservation_efficiency_+%"]=1901, + ["base_resist_all_elements_%"]=977, ["base_self_chill_duration_-%"]=1017, - ["base_self_critical_strike_multiplier_-%"]=972, + ["base_self_critical_strike_multiplier_-%"]=970, ["base_self_freeze_duration_-%"]=1018, ["base_self_ignite_duration_-%"]=1016, ["base_self_shock_duration_-%"]=1019, - ["base_should_have_arcane_surge_from_stat"]=4568, - ["base_should_have_onslaught_from_stat"]=3239, - ["base_skill_area_of_effect_+%"]=1595, - ["base_skill_cost_life_instead_of_mana_%"]=4569, - ["base_skill_detonation_time"]=4570, - ["base_skill_gain_life_cost_%_of_mana_cost"]=4571, - ["base_slow_potency_+%"]=4572, - ["base_spectre_maximum_life_+%"]=1493, - ["base_spell_block_%"]=889, - ["base_spell_block_luck"]=1093, - ["base_spell_critical_chance_equal_to_the_critical_strike_chance_of_main_weapon"]=4573, - ["base_spell_critical_strike_chance"]=1322, - ["base_spell_critical_strike_chance_override_permyriad"]=4574, - ["base_spell_critical_strike_multiplier_+"]=961, - ["base_spell_damage_%_suppressed"]=1079, - ["base_spell_projectile_block_%"]=4575, - ["base_spell_suppression_chance_%"]=984, - ["base_spell_suppression_chance_150%_of_value"]=1080, - ["base_spirit"]=900, - ["base_spirit_from_equipment"]=901, - ["base_steal_power_frenzy_endurance_charges_on_hit_%"]=2676, - ["base_stone_golem_granted_buff_effect_+%"]=3723, - ["base_stun_duration_+%"]=1005, + ["base_should_have_arcane_surge_from_stat"]=4591, + ["base_should_have_onslaught_from_stat"]=3185, + ["base_skill_area_of_effect_+%"]=1578, + ["base_skill_cost_efficiency_+%"]=4592, + ["base_skill_cost_life_instead_of_mana_%"]=4593, + ["base_skill_detonation_time"]=4594, + ["base_skill_gain_life_cost_%_of_mana_cost"]=4595, + ["base_slow_potency_+%"]=4596, + ["base_spectre_maximum_life_+%"]=1476, + ["base_spell_cooldown_speed_+%"]=4597, + ["base_spell_critical_chance_equal_to_the_critical_strike_chance_of_main_weapon"]=4598, + ["base_spell_critical_strike_chance"]=1310, + ["base_spell_critical_strike_chance_override_permyriad"]=4599, + ["base_spell_critical_strike_multiplier_+"]=959, + ["base_spell_projectile_block_%"]=4600, + ["base_spirit"]=894, + ["base_spirit_from_equipment"]=895, + ["base_spirit_reservation_efficiency_+%"]=4601, + ["base_spirit_reservation_efficiency_+%_per_20_tribute"]=4602, + ["base_steal_power_frenzy_endurance_charges_on_hit_%"]=2631, + ["base_stone_golem_granted_buff_effect_+%"]=3665, + ["base_strength_per_25_tribute"]=4603, + ["base_stun_duration_+%"]=1006, ["base_stun_recovery_+%"]=1013, - ["base_stun_threshold_reduction_+%"]=1002, - ["base_thorns_critical_strike_chance"]=4576, - ["base_thorns_critical_strike_multiplier_+"]=4577, - ["base_total_number_of_sigils_allowed"]=4578, - ["base_unaffected_by_poison"]=4579, - ["base_unholy_might_granted_magnitude_+%"]=4580, - ["base_ward"]=1383, - ["base_weapon_trap_rotation_speed_+%"]=4581, - ["base_weapon_trap_total_rotation_%"]=4582, - ["base_zombie_maximum_life_+%"]=1494, - ["battlemages_cry_buff_effect_+%"]=4583, - ["battlemages_cry_exerts_x_additional_attacks"]=4584, - ["bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed"]=4585, - ["bear_trap_additional_damage_taken_+%_from_traps_and_mines"]=4586, - ["bear_trap_cooldown_speed_+%"]=3509, - ["bear_trap_damage_+%"]=3345, - ["bear_trap_damage_taken_+%_from_traps_and_mines"]=4587, - ["bear_trap_movement_speed_+%_final"]=4588, - ["belt_enchant_enemies_you_taunt_have_area_damage_+%_final"]=4589, - ["berserk_buff_effect_+%"]=4591, - ["berserk_rage_loss_+%"]=4592, - ["berserker_damage_+%_final"]=3682, - ["berserker_gain_rage_on_attack_hit_cooldown_ms"]=4593, - ["berserker_warcry_grant_X_rage_per_5_power_while_less_than_25_rage"]=4594, - ["berserker_warcry_grant_attack_speed_+%_to_you_and_nearby_allies"]=4595, - ["berserker_warcry_grant_damage_+%_to_you_and_nearby_allies"]=4596, - ["berserker_warcry_sacrifice_25_rage_for_more_empowered_attack_damage_for_4_seconds_+%_final"]=4597, - ["blackhole_damage_taken_+%"]=4598, - ["blackhole_pulse_frequency_+%"]=4599, - ["blackstar_moonlight_cold_damage_taken_+%_final"]=4600, - ["blackstar_moonlight_fire_damage_taken_+%_final"]=4601, - ["blackstar_sunlight_cold_damage_taken_+%_final"]=4602, - ["blackstar_sunlight_fire_damage_taken_+%_final"]=4603, - ["blade_blase_damage_+%"]=4604, - ["blade_blast_skill_area_of_effect_+%"]=4605, - ["blade_blast_trigger_detonation_area_of_effect_+%"]=4606, - ["blade_trap_damage_+%"]=4607, - ["blade_trap_skill_area_of_effect_+%"]=4608, - ["blade_vortex_blade_blast_impale_on_hit_%_chance"]=4609, - ["blade_vortex_blade_deal_no_non_physical_damage"]=4610, - ["blade_vortex_critical_strike_multiplier_+_per_blade"]=4611, - ["blade_vortex_damage_+%"]=3368, - ["blade_vortex_duration_+%"]=3556, - ["blade_vortex_radius_+%"]=3472, - ["bladefall_critical_strike_chance_+%"]=3575, - ["bladefall_damage_+%"]=3369, - ["bladefall_number_of_volleys"]=4612, - ["bladefall_radius_+%"]=3473, - ["bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within"]=4613, - ["bladestorm_damage_+%"]=4614, - ["bladestorm_maximum_number_of_storms_allowed"]=4615, - ["bladestorm_sandstorm_movement_speed_+%"]=4616, - ["blast_rain_%_chance_for_additional_blast"]=3735, - ["blast_rain_damage_+%"]=3365, - ["blast_rain_number_of_blasts"]=3621, - ["blast_rain_radius_+%"]=3469, - ["blast_rain_single_additional_projectile"]=3622, - ["blazing_salvo_damage_+%"]=4617, - ["blazing_salvo_number_of_additional_projectiles"]=4618, - ["blazing_salvo_projectiles_fork_when_passing_a_flame_wall"]=4619, - ["bleed_chance_+%"]=4620, - ["bleed_duration_per_12_intelligence_+%"]=3431, - ["bleed_on_bow_attack_chance_%"]=2207, - ["bleed_on_crit_%"]=4621, - ["bleed_on_crit_%_with_attacks"]=2204, - ["bleed_on_hit_with_attacks_%"]=2208, - ["bleed_on_melee_attack_chance_%"]=2206, - ["bleed_on_melee_crit_chance_%"]=2205, - ["bleed_on_melee_critical_strike"]=3897, - ["bleed_on_stun"]=2203, - ["bleeding_damage_on_self_taken_as_fire_instead"]=2172, - ["bleeding_effect_+%_per_endurance_charge"]=4623, - ["bleeding_effect_+%_per_frenzy_charge"]=4624, - ["bleeding_effect_+%_per_impale_on_enemy"]=4625, - ["bleeding_effect_+%_per_rage_if_equipped_axe"]=4626, - ["bleeding_effect_+%_vs_poisoned_enemies"]=4627, - ["bleeding_effect_+%_when_consuming_incision"]=4628, - ["bleeding_enemies_explode_for_%_life_as_physical_damage"]=3128, - ["bleeding_monsters_movement_velocity_+%"]=2654, - ["bleeding_no_extra_damage_while_target_is_moving"]=4629, - ["bleeding_on_self_expire_speed_+%_while_moving"]=4630, - ["bleeding_reflected_to_self"]=4631, - ["bleeding_stacks_up_to_x_times"]=4632, - ["blight_arc_tower_additional_chains"]=4633, - ["blight_arc_tower_additional_repeats"]=4634, - ["blight_arc_tower_chance_to_sap_%"]=4635, - ["blight_arc_tower_damage_+%"]=4636, - ["blight_arc_tower_range_+%"]=4637, - ["blight_area_of_effect_+%_every_second_while_channelling_up_to_+200%"]=4638, - ["blight_cast_speed_+%"]=4639, - ["blight_chilling_tower_chill_effect_+%"]=4640, - ["blight_chilling_tower_damage_+%"]=4641, - ["blight_chilling_tower_duration_+%"]=4642, - ["blight_chilling_tower_range_+%"]=4643, - ["blight_damage_+%"]=3378, - ["blight_duration_+%"]=3558, - ["blight_empowering_tower_buff_effect_+%"]=4644, - ["blight_empowering_tower_grant_%_chance_to_deal_double_damage"]=4647, - ["blight_empowering_tower_grant_cast_speed_+%"]=4645, - ["blight_empowering_tower_grant_damage_+%"]=4646, - ["blight_empowering_tower_range_+%"]=4648, - ["blight_fireball_tower_additional_projectiles_+"]=4649, - ["blight_fireball_tower_cast_speed_+%"]=4650, - ["blight_fireball_tower_damage_+%"]=4651, - ["blight_fireball_tower_projectiles_nova"]=4652, - ["blight_fireball_tower_range_+%"]=4653, - ["blight_flamethrower_tower_cast_speed_+%"]=4654, - ["blight_flamethrower_tower_chance_to_scorch_%"]=4655, - ["blight_flamethrower_tower_damage_+%"]=4656, - ["blight_flamethrower_tower_full_damage_fire_enemies"]=4657, - ["blight_flamethrower_tower_range_+%"]=4658, - ["blight_freezebolt_tower_chance_to_brittle_%"]=4659, - ["blight_freezebolt_tower_damage_+%"]=4660, - ["blight_freezebolt_tower_full_damage_cold_enemies"]=4661, - ["blight_freezebolt_tower_projectiles_+"]=4662, - ["blight_freezebolt_tower_range_+%"]=4663, - ["blight_glacialcage_tower_area_of_effect_+%"]=4664, - ["blight_glacialcage_tower_cooldown_recovery_+%"]=4665, - ["blight_glacialcage_tower_duration_+%"]=4666, - ["blight_glacialcage_tower_enemy_damage_taken_+%"]=4667, - ["blight_glacialcage_tower_range_+%"]=4668, - ["blight_hinder_enemy_chaos_damage_taken_+%"]=4669, - ["blight_imbuing_tower_buff_effect_+%"]=4670, - ["blight_imbuing_tower_grant_critical_strike_+%"]=4671, - ["blight_imbuing_tower_grant_damage_+%"]=4672, - ["blight_imbuing_tower_grants_onslaught"]=4673, - ["blight_imbuing_tower_range_+%"]=4674, - ["blight_lightningstorm_tower_area_of_effect_+%"]=4675, - ["blight_lightningstorm_tower_damage_+%"]=4676, - ["blight_lightningstorm_tower_delay_+%"]=4677, - ["blight_lightningstorm_tower_range_+%"]=4678, - ["blight_lightningstorm_tower_storms_on_enemies"]=4679, - ["blight_meteor_tower_additional_meteor_+"]=4680, - ["blight_meteor_tower_always_stun"]=4681, - ["blight_meteor_tower_creates_burning_ground_ms"]=4682, - ["blight_meteor_tower_damage_+%"]=4683, - ["blight_meteor_tower_range_+%"]=4684, - ["blight_radius_+%"]=3478, - ["blight_scout_tower_additional_minions_+"]=4685, - ["blight_scout_tower_minion_damage_+%"]=4686, - ["blight_scout_tower_minion_life_+%"]=4687, - ["blight_scout_tower_minion_movement_speed_+%"]=4688, - ["blight_scout_tower_minions_inflict_malediction"]=4689, - ["blight_scout_tower_range_+%"]=4690, - ["blight_secondary_skill_effect_duration_+%"]=4691, - ["blight_seismic_tower_additional_cascades_+"]=4692, - ["blight_seismic_tower_cascade_range_+%"]=4693, - ["blight_seismic_tower_damage_+%"]=4694, - ["blight_seismic_tower_range_+%"]=4695, - ["blight_seismic_tower_stun_duration_+%"]=4696, - ["blight_sentinel_tower_minion_damage_+%"]=4697, - ["blight_sentinel_tower_minion_life_+%"]=4698, - ["blight_sentinel_tower_minion_movement_speed_+%"]=4699, - ["blight_sentinel_tower_range_+%"]=4700, - ["blight_shocking_tower_damage_+%"]=4701, - ["blight_shocking_tower_range_+%"]=4702, - ["blight_shocknova_tower_full_damage_lightning_enemies"]=4703, - ["blight_shocknova_tower_shock_additional_repeats"]=4704, - ["blight_shocknova_tower_shock_effect_+%"]=4705, - ["blight_shocknova_tower_shock_repeats_with_area_effect_+%"]=4706, - ["blight_skill_area_of_effect_+%_after_1_second_channelling"]=4707, - ["blight_smothering_tower_buff_effect_+%"]=4708, - ["blight_smothering_tower_freeze_shock_ignite_%"]=4709, - ["blight_smothering_tower_grant_damage_+%"]=4710, - ["blight_smothering_tower_grant_movement_speed_+%"]=4711, - ["blight_smothering_tower_range_+%"]=4712, - ["blight_stonegaze_tower_cooldown_recovery_+%"]=4713, - ["blight_stonegaze_tower_duration_+%"]=4714, - ["blight_stonegaze_tower_petrified_enemies_take_damage_+%"]=4715, - ["blight_stonegaze_tower_petrify_tick_speed_+%"]=4716, - ["blight_stonegaze_tower_range_+%"]=4717, - ["blight_summoning_tower_minion_damage_+%"]=4718, - ["blight_summoning_tower_minion_life_+%"]=4719, - ["blight_summoning_tower_minion_movement_speed_+%"]=4720, - ["blight_summoning_tower_minions_summoned_+"]=4721, - ["blight_summoning_tower_range_+%"]=4722, - ["blight_temporal_tower_buff_effect_+%"]=4723, - ["blight_temporal_tower_grant_you_action_speed_-%"]=4724, - ["blight_temporal_tower_grants_stun_immunity"]=4725, - ["blight_temporal_tower_range_+%"]=4726, - ["blight_temporal_tower_tick_speed_+%"]=4727, - ["blight_tertiary_skill_effect_duration"]=4728, - ["blight_tower_arc_damage_+%"]=4729, - ["blight_tower_chilling_cost_+%"]=4730, - ["blight_tower_damage_per_tower_type_+%"]=4731, - ["blight_tower_fireball_additional_projectile"]=4732, - ["blighted_map_chest_reward_lucky_count"]=4733, - ["blighted_map_tower_damage_+%_final"]=4734, - ["blind_chance_+%"]=4735, - ["blind_chilled_enemies_on_hit_%"]=4736, - ["blind_does_not_affect_chance_to_hit"]=4737, - ["blind_does_not_affect_light_radius"]=4738, - ["blind_duration_+%"]=3091, - ["blind_effect_+%"]=4739, - ["blind_enemies_when_hit_%_chance"]=4740, - ["blind_enemies_when_hit_while_affected_by_grace_%_chance"]=4741, - ["blind_enemies_when_they_stun_you"]=4742, - ["blind_nearby_enemies_when_ignited_%"]=2722, - ["blind_on_poison_inflicted"]=4743, - ["blind_reflected_to_self"]=4744, - ["blink_and_mirror_arrow_cooldown_speed_+%"]=4745, - ["blink_arrow_and_blink_arrow_clone_attack_speed_+%"]=3498, - ["blink_arrow_and_blink_arrow_clone_damage_+%"]=3358, - ["blink_arrow_cooldown_speed_+%"]=3514, - ["block_%_damage_taken_from_elemental"]=4752, - ["block_%_if_blocked_an_attack_recently"]=4753, - ["block_%_while_affected_by_determination"]=4754, - ["block_and_stun_+%_recovery_per_fortification"]=4746, - ["block_causes_monster_flee_%"]=2648, - ["block_chance_%_per_50_strength"]=1087, - ["block_chance_%_vs_cursed_enemies"]=4747, - ["block_chance_%_vs_taunted_enemies"]=3813, - ["block_chance_%_while_holding_shield"]=1096, - ["block_chance_+%"]=1098, - ["block_chance_+%_against_projectiles"]=4748, - ["block_chance_+%_if_blocked_with_active_block_recently"]=4749, - ["block_chance_from_equipped_shield_is_%"]=4750, - ["block_chance_is_lucky"]=4751, - ["block_chance_on_damage_taken_%"]=2887, - ["block_recovery_+%"]=1099, - ["block_spells_chance_%_while_holding_shield"]=4755, - ["block_while_dual_wielding_%"]=1094, - ["block_while_dual_wielding_claws_%"]=1095, - ["blood_footprints_from_item"]=9653, - ["blood_rage_grants_additional_%_chance_to_gain_frenzy_on_kill"]=3732, - ["blood_rage_grants_additional_attack_speed_+%"]=3731, - ["blood_sand_armour_mana_reservation_+%"]=4756, - ["blood_sand_mana_reservation_efficiency_+%"]=4758, - ["blood_sand_mana_reservation_efficiency_-2%_per_1"]=4757, - ["blood_sand_stance_buff_effect_+%"]=4759, - ["blood_spears_area_of_effect_+%"]=4760, - ["blood_spears_base_number_of_spears"]=4761, - ["blood_spears_damage_+%"]=4762, - ["bloodlust_zone_%_of_max_health"]=4763, - ["bloodreap_damage_+%"]=4764, - ["bloodreap_skill_area_of_effect_+%"]=4765, - ["body_armour_+%"]=4766, - ["body_armour_evasion_rating_+%"]=4767, - ["body_armour_grants_base_armour_applies_to_chaos_damage"]=4768, - ["body_armour_grants_unaffected_by_ignite"]=4769, - ["body_armour_grants_x_base_cold_damage_resistance_%"]=4770, - ["body_armour_grants_x_base_fire_damage_resistance_%"]=4771, - ["body_armour_grants_x_base_lightning_damage_resistance_%"]=4772, - ["body_armour_grants_x_base_maximum_fire_damage_resistance_%"]=4773, - ["body_armour_grants_x_base_self_critical_strike_multiplier_-%"]=4774, - ["body_armour_grants_x_life_regeneration_rate_per_minute_%"]=4775, - ["body_armour_grants_x_maximum_life_+%"]=4776, - ["body_armour_grants_x_physical_damage_taken_%_as_fire"]=4777, - ["body_armour_grants_x_strength_+%"]=4778, - ["body_armour_grants_x_stun_threshold_+%"]=4779, - ["body_armour_implicit_damage_taken_-1%_final_per_X_dexterity"]=4780, - ["body_armour_implicit_damage_taken_-1%_final_per_X_intelligence"]=4781, - ["body_armour_implicit_damage_taken_-1%_final_per_X_strength"]=4782, - ["body_armour_implicit_gain_endurance_charge_every_x_ms"]=4783, - ["body_armour_implicit_gain_frenzy_charge_every_x_ms"]=4784, - ["body_armour_implicit_gain_power_charge_every_x_ms"]=4785, - ["bone_golem_damage_+%"]=4786, - ["bone_golem_elemental_resistances_%"]=4787, - ["bone_lance_cast_speed_+%"]=4788, - ["bone_lance_damage_+%"]=4789, - ["bone_offering_block_chance_+%"]=3747, - ["bone_offering_duration_+%"]=3532, - ["bone_offering_effect_+%"]=1104, - ["boneshatter_chance_to_gain_+1_trauma"]=4790, - ["boneshatter_damage_+%"]=4791, - ["boneshatter_stun_duration_+%"]=4792, - ["boots_implicit_accuracy_rating_+%_final"]=4793, - ["boss_maximum_life_+%_final"]=4794, - ["bow_accuracy_rating"]=1715, - ["bow_accuracy_rating_+%"]=1309, - ["bow_attack_speed_+%"]=1292, - ["bow_attacks_deal_added_physical_damage_equal_to_x%_of_life_flask_recovery_amount"]=5305, - ["bow_attacks_have_culling_strike"]=4795, - ["bow_critical_strike_chance_+%"]=1329, - ["bow_critical_strike_multiplier_+"]=1355, - ["bow_damage_+%"]=1222, - ["bow_elemental_damage_+%"]=1226, - ["bow_enemy_block_-%"]=1617, - ["bow_physical_damage_+%_while_holding_shield"]=1699, - ["bow_skill_gem_level_+"]=4796, - ["bow_steal_power_frenzy_endurance_charges_on_hit_%"]=2641, - ["bow_stun_duration_+%"]=1585, - ["bow_stun_threshold_reduction_+%"]=1375, - ["brand_activation_rate_+%_final_during_first_20%_of_active_duration"]=4797, - ["brand_activation_rate_+%_final_during_last_20%_of_active_duration"]=4798, - ["brand_area_of_effect_+%_if_50%_attached_duration_expired"]=4799, - ["brands_reattach_on_activation"]=4800, - ["breach_flame_effects_doubled"]=4801, - ["breachstone_commanders_%_drop_additional_fragments"]=4802, - ["breachstone_commanders_%_drop_additional_maps"]=4803, - ["breachstone_commanders_%_drop_additional_scarabs"]=4804, - ["breachstone_commanders_%_drop_additional_unique_items"]=4805, - ["breachstone_commanders_drop_additional_catalysts"]=4806, - ["breachstone_commanders_drop_additional_currency_items"]=4807, - ["breachstone_commanders_drop_additional_delirium_items"]=4808, - ["breachstone_commanders_drop_additional_divination_cards"]=4809, - ["breachstone_commanders_drop_additional_enchanted_items"]=4810, - ["breachstone_commanders_drop_additional_essences"]=4811, - ["breachstone_commanders_drop_additional_fossils"]=4812, - ["breachstone_commanders_drop_additional_gem_items"]=4813, - ["breachstone_commanders_drop_additional_harbinger_shards"]=4814, - ["breachstone_commanders_drop_additional_incubators"]=4815, - ["breachstone_commanders_drop_additional_legion_splinters"]=4816, - ["breachstone_commanders_drop_additional_oils"]=4817, - ["broken_armour_debuff_effect_+%"]=4818, - ["buff_affects_party"]=1508, - ["buff_auras_dont_affect_allies"]=2703, - ["buff_duration_+%"]=1503, - ["buff_effect_+%_on_low_energy_shield"]=4819, - ["buff_effect_on_self_+%"]=1851, - ["buff_party_effect_radius_+%"]=1509, - ["buff_time_passed_+%"]=4821, - ["buff_time_passed_+%_only_buff_category"]=4820, - ["buildup_jade_every_x_ms"]=4822, - ["burn_damage_+%"]=1592, - ["burning_and_explosive_arrow_shatter_on_killing_blow"]=4823, - ["burning_arrow_damage_+%"]=3267, - ["burning_arrow_debuff_effect_+%"]=4824, - ["burning_arrow_ignite_chance_%"]=3587, - ["burning_arrow_physical_damage_%_to_gain_as_fire_damage"]=3588, - ["burning_damage_+%_if_ignited_an_enemy_recently"]=3940, - ["burning_damage_+%_per_non_shocked_enemy_shocked_recently_up_to_120%"]=4825, - ["burning_damage_taken_+%"]=2266, - ["can_apply_additional_chill"]=4826, - ["can_apply_additional_shock"]=4827, - ["can_block_all_hits"]=4828, - ["can_block_all_hits_while_shield_is_lowered"]=4829, - ["can_block_from_all_directions"]=4830, - ["can_catch_corrupted_fish"]=2556, - ["can_catch_exotic_fish"]=2555, - ["can_catch_scourged_fish"]=4831, - ["can_evade_all_hits_if_you_havent_been_hit_recently"]=4832, - ["can_have_2_companions"]=4833, - ["can_only_have_one_ancestor_totem_buff"]=4834, - ["can_place_multiple_banners"]=4835, - ["can_use_one_hand_mace_skills_while_unarmed"]=4836, - ["can_use_quarterstaff_skills_while_unarmed"]=4837, - ["can_wield_2h_axe_sword_mace_in_one_hand"]=4838, - ["cannot_adapt_to_cold"]=4839, - ["cannot_adapt_to_fire"]=4840, - ["cannot_adapt_to_lightning"]=4841, - ["cannot_be_affected_by_flasks"]=3386, - ["cannot_be_blinded"]=2662, - ["cannot_be_blinded_while_affected_by_precision"]=4842, - ["cannot_be_blinded_while_on_full_life"]=4843, - ["cannot_be_chilled_or_frozen_while_ice_golem_summoned"]=4844, - ["cannot_be_chilled_or_frozen_while_moving"]=4845, - ["cannot_be_chilled_while_at_maximum_frenzy_charges"]=4846, - ["cannot_be_chilled_while_burning"]=4847, - ["cannot_be_crit_if_you_have_been_stunned_recently"]=4848, - ["cannot_be_cursed_with_silence"]=2770, - ["cannot_be_damaged"]=1423, - ["cannot_be_frozen_if_energy_shield_recharge_has_started_recently"]=4849, - ["cannot_be_frozen_if_you_have_been_frozen_recently"]=4850, - ["cannot_be_frozen_with_dex_higher_than_int"]=4851, - ["cannot_be_ignited_if_you_have_been_ignited_recently"]=4852, - ["cannot_be_ignited_while_at_maximum_endurance_charges"]=4853, - ["cannot_be_ignited_while_flame_golem_summoned"]=4854, - ["cannot_be_ignited_with_strength_higher_than_dex"]=4855, - ["cannot_be_inflicted_by_corrupted_blood"]=4856, - ["cannot_be_killed_by_elemental_reflect"]=2384, - ["cannot_be_knocked_back"]=1377, - ["cannot_be_light_stunned"]=4857, - ["cannot_be_poisoned"]=3029, - ["cannot_be_poisoned_if_x_poisons_on_you"]=4858, - ["cannot_be_poisoned_while_bleeding"]=4859, - ["cannot_be_shocked_if_you_have_been_shocked_recently"]=4860, - ["cannot_be_shocked_or_ignited_while_moving"]=4861, - ["cannot_be_shocked_while_at_maximum_endurance_charges"]=3804, - ["cannot_be_shocked_while_at_maximum_power_charges"]=4862, - ["cannot_be_shocked_while_frozen"]=2597, - ["cannot_be_shocked_while_lightning_golem_summoned"]=4863, - ["cannot_be_shocked_with_int_higher_than_strength"]=4864, - ["cannot_be_stunned"]=1881, - ["cannot_be_stunned_by_attacks_if_other_ring_is_elder_item"]=3968, - ["cannot_be_stunned_by_blocked_hits"]=4865, - ["cannot_be_stunned_by_hits_of_only_physical_damage"]=4866, - ["cannot_be_stunned_by_spells_if_other_ring_is_shaper_item"]=3967, - ["cannot_be_stunned_by_suppressed_spell_damage"]=4867, - ["cannot_be_stunned_if_have_been_stunned_or_blocked_stunning_hit_in_past_2_seconds"]=4868, - ["cannot_be_stunned_if_have_not_been_hit_recently"]=4869, - ["cannot_be_stunned_if_you_have_10_or_more_crab_charges"]=3978, - ["cannot_be_stunned_if_you_have_been_stunned_recently"]=4870, - ["cannot_be_stunned_if_you_have_blocked_a_stun_recently"]=4871, - ["cannot_be_stunned_if_you_have_ghost_dance"]=4872, - ["cannot_be_stunned_when_on_low_life"]=1883, - ["cannot_be_stunned_while_at_max_endurance_charges"]=3679, - ["cannot_be_stunned_while_bleeding"]=4873, - ["cannot_be_stunned_while_fortified"]=4874, - ["cannot_be_stunned_while_leeching"]=2882, - ["cannot_be_stunned_while_using_chaos_skill"]=4875, - ["cannot_be_stunned_with_25_rage"]=8670, - ["cannot_block_attacks"]=1948, - ["cannot_block_spells"]=4876, - ["cannot_block_while_no_energy_shield"]=2438, - ["cannot_cast_curses"]=2391, - ["cannot_cast_spells"]=4877, - ["cannot_cause_bleeding"]=2208, - ["cannot_consume_power_frenzy_endurance_charges"]=4878, - ["cannot_crit_non_shocked_enemies"]=3762, - ["cannot_critical_strike_with_attacks"]=4879, - ["cannot_fish_from_water"]=4880, - ["cannot_freeze_shock_ignite_on_critical"]=2385, - ["cannot_gain_charges"]=4881, - ["cannot_gain_corrupted_blood_while_you_have_at_least_5_stacks"]=4882, - ["cannot_gain_endurance_charges_while_have_onslaught"]=2458, - ["cannot_gain_power_charges"]=2698, - ["cannot_gain_rage_during_soul_gain_prevention"]=4883, - ["cannot_gain_spirit_from_equipment"]=4884, - ["cannot_have_current_energy_shield"]=2792, - ["cannot_have_energy_shield_leeched_from"]=4885, - ["cannot_have_life_leeched_from"]=2162, - ["cannot_have_mana_leeched_from"]=2163, - ["cannot_have_more_than_1_damaging_ailment"]=4886, - ["cannot_have_more_than_1_non_damaging_ailment"]=4887, - ["cannot_immobilise_enemies"]=4888, - ["cannot_increase_quantity_of_dropped_items"]=2268, - ["cannot_increase_rarity_of_dropped_items"]=2267, - ["cannot_inflict_elemental_ailments"]=1583, - ["cannot_knockback"]=2694, - ["cannot_leech_life_from_critical_strikes"]=3895, - ["cannot_leech_or_regenerate_mana"]=2287, - ["cannot_leech_when_on_low_life"]=2288, - ["cannot_lose_crab_charges_if_you_have_lost_crab_charges_recently"]=3979, - ["cannot_penetrate_or_ignore_elemental_resistances"]=4889, - ["cannot_pierce"]=4890, - ["cannot_pin"]=4891, - ["cannot_receive_elemental_ailments_from_cursed_enemies"]=4892, - ["cannot_recharge_energy_shield"]=4893, - ["cannot_recover_above_low_life_except_flasks"]=4894, - ["cannot_recover_life_or_energy_shield_above_%"]=4895, - ["cannot_recover_mana_except_regeneration"]=4896, - ["cannot_regenerate_energy_shield"]=4897, - ["cannot_resist_cold_damage"]=1892, - ["cannot_stun"]=1576, - ["cannot_summon_mirage_archer_if_near_mirage_archer_radius"]=4047, - ["cannot_take_reflected_elemental_damage"]=4898, - ["cannot_take_reflected_physical_damage"]=4899, - ["cannot_taunt_enemies"]=4900, - ["cannot_use_flask_in_fifth_slot"]=4901, - ["cannot_use_non_normal_body_armour"]=4902, - ["cannot_use_warcries"]=4903, - ["carrion_golem_impale_on_hit_if_same_number_of_summoned_chaos_golems"]=4904, - ["cast_a_socketed_spell_on_channel_with_blade_flurry_or_charged_dash"]=4905, - ["cast_blink_arrow_on_attack_with_mirror_arrow"]=4906, - ["cast_body_swap_on_detonate_dead_cast"]=4907, - ["cast_bone_corpses_on_stun_with_heavy_strike_or_boneshatter"]=4908, - ["cast_gravity_sphere_on_cast_from_storm_burst_or_divine_ire"]=4909, - ["cast_hydrosphere_while_channeling_winter_orb"]=4910, - ["cast_ice_nova_on_final_burst_of_glacial_cascade"]=4911, - ["cast_linked_spells_on_shocked_enemy_kill_%"]=564, - ["cast_mirror_arrow_on_attack_with_blink_arrow"]=4912, - ["cast_socketed_minion_skills_on_bow_kill_%"]=565, - ["cast_socketed_spells_on_X_mana_spent"]=566, - ["cast_socketed_spells_on_mana_spent_%_chance"]=566, - ["cast_speed_+%_during_flask_effect"]=4916, - ["cast_speed_+%_for_4_seconds_on_attack"]=3180, - ["cast_speed_+%_if_enemy_killed_recently"]=4917, - ["cast_speed_+%_if_have_crit_recently"]=4918, - ["cast_speed_+%_if_player_minion_has_been_killed_recently"]=4919, - ["cast_speed_+%_per_corpse_consumed_recently"]=4920, - ["cast_speed_+%_per_frenzy_charge"]=1711, - ["cast_speed_+%_per_num_unique_spells_cast_recently"]=4913, - ["cast_speed_+%_per_power_charge"]=1317, - ["cast_speed_+%_when_on_full_life"]=1710, - ["cast_speed_+%_when_on_low_life"]=1709, - ["cast_speed_+%_while_affected_by_zealotry"]=4921, - ["cast_speed_+%_while_chilled"]=4922, - ["cast_speed_+%_while_holding_bow"]=1316, - ["cast_speed_+%_while_holding_shield"]=1314, - ["cast_speed_+%_while_holding_staff"]=1315, - ["cast_speed_+%_while_ignited"]=2631, - ["cast_speed_for_brand_skills_+%"]=4914, - ["cast_speed_for_chaos_skills_+%"]=1261, - ["cast_speed_for_cold_skills_+%"]=1250, - ["cast_speed_for_elemental_skills_+%"]=4915, - ["cast_speed_for_fire_skills_+%"]=1242, - ["cast_speed_for_lightning_skills_+%"]=1255, - ["cast_speed_while_dual_wielding_+%"]=1313, - ["cast_stance_change_on_attack_from_perforate_or_lacerate"]=4923, - ["cast_summon_spectral_wolf_on_crit_with_cleave_or_reave"]=4924, - ["cast_tornado_on_attack_with_split_arrow_or_tornado_shot"]=4925, - ["cat_aspect_reserves_no_mana"]=4926, - ["cats_stealth_duration_ms_+"]=4927, - ["cause_maim_on_critical_strike_attack"]=3701, - ["caustic_and_scourge_arrow_number_of_projectiles_+%_final_from_skill"]=4928, - ["caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground"]=4929, - ["caustic_arrow_damage_+%"]=3327, - ["caustic_arrow_damage_over_time_+%"]=4930, - ["caustic_arrow_duration_+%"]=3566, - ["caustic_arrow_hit_damage_+%"]=4931, - ["caustic_arrow_radius_+%"]=3463, - ["caustic_arrow_withered_base_duration_ms"]=3328, - ["caustic_arrow_withered_on_hit_%"]=3328, - ["caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=3094, - ["celestial_footprints_from_item"]=9654, - ["chain_hook_and_shield_charge_attack_speed_+%_per_10_rampage_stacks"]=4932, - ["chain_strike_cone_radius_+_per_12_rage"]=4933, - ["chain_strike_cone_radius_+_per_x_rage"]=4934, - ["chain_strike_damage_+%"]=4935, - ["chain_strike_gain_rage_on_hit_%_chance"]=4936, - ["chaining_range_+%"]=4937, - ["champion_ascendancy_nearby_allies_fortification_is_equal_to_yours"]=4938, - ["chance_%_for_other_flasks_to_gain_charge_on_charge_gain"]=4939, - ["chance_%_to_create_shocking_ground_on_shock"]=4940, - ["chance_%_to_double_effect_of_removing_frenzy_charges"]=4941, - ["chance_%_to_drop_additional_awakened_sextant"]=4942, - ["chance_%_to_drop_additional_blessed_orb"]=4943, - ["chance_%_to_drop_additional_cartographers_chisel"]=4944, - ["chance_%_to_drop_additional_chaos_orb"]=4945, - ["chance_%_to_drop_additional_chromatic_orb"]=4946, - ["chance_%_to_drop_additional_cleansing_currency"]=4978, - ["chance_%_to_drop_additional_cleansing_influenced_item"]=4979, - ["chance_%_to_drop_additional_currency"]=4980, - ["chance_%_to_drop_additional_divination_cards"]=4981, - ["chance_%_to_drop_additional_divination_cards_corrupted"]=4982, - ["chance_%_to_drop_additional_divination_cards_currency"]=4983, - ["chance_%_to_drop_additional_divination_cards_currency_basic"]=4984, - ["chance_%_to_drop_additional_divination_cards_currency_exotic"]=4985, - ["chance_%_to_drop_additional_divination_cards_currency_league"]=4986, - ["chance_%_to_drop_additional_divination_cards_gems"]=4987, - ["chance_%_to_drop_additional_divination_cards_gems_levelled"]=4988, - ["chance_%_to_drop_additional_divination_cards_gems_quality"]=4989, - ["chance_%_to_drop_additional_divination_cards_gives_other_divination_cards"]=4990, - ["chance_%_to_drop_additional_divination_cards_map"]=4991, - ["chance_%_to_drop_additional_divination_cards_map_unique"]=4992, - ["chance_%_to_drop_additional_divination_cards_unique"]=4993, - ["chance_%_to_drop_additional_divination_cards_unique_armour"]=4994, - ["chance_%_to_drop_additional_divination_cards_unique_corrupted"]=4995, - ["chance_%_to_drop_additional_divination_cards_unique_jewellery"]=4996, - ["chance_%_to_drop_additional_divination_cards_unique_weapon"]=4997, - ["chance_%_to_drop_additional_divine_orb"]=4947, - ["chance_%_to_drop_additional_eldritch_chaos_orb"]=4948, - ["chance_%_to_drop_additional_eldritch_exalted_orb"]=4949, - ["chance_%_to_drop_additional_eldritch_orb_of_annulment"]=4950, - ["chance_%_to_drop_additional_enkindling_orb"]=4951, - ["chance_%_to_drop_additional_exalted_orb"]=4952, - ["chance_%_to_drop_additional_fusing_orb"]=4953, - ["chance_%_to_drop_additional_gem"]=4998, - ["chance_%_to_drop_additional_gemcutters_prism"]=4954, - ["chance_%_to_drop_additional_glassblowers_bauble"]=4955, - ["chance_%_to_drop_additional_grand_eldritch_ember"]=4956, - ["chance_%_to_drop_additional_grand_eldritch_ichor"]=4957, - ["chance_%_to_drop_additional_greater_eldritch_ember"]=4958, - ["chance_%_to_drop_additional_greater_eldritch_ichor"]=4959, - ["chance_%_to_drop_additional_instilling_orb"]=4960, - ["chance_%_to_drop_additional_jewellers_orb"]=4961, - ["chance_%_to_drop_additional_lesser_eldritch_ember"]=4962, - ["chance_%_to_drop_additional_lesser_eldritch_ichor"]=4963, - ["chance_%_to_drop_additional_map_currency"]=5000, - ["chance_%_to_drop_additional_maps"]=4999, - ["chance_%_to_drop_additional_orb_of_alteration"]=4964, - ["chance_%_to_drop_additional_orb_of_annulment"]=4965, - ["chance_%_to_drop_additional_orb_of_binding"]=4966, - ["chance_%_to_drop_additional_orb_of_horizons"]=4967, - ["chance_%_to_drop_additional_orb_of_regret"]=4968, - ["chance_%_to_drop_additional_orb_of_scouring"]=4969, - ["chance_%_to_drop_additional_orb_of_unmaking"]=4970, - ["chance_%_to_drop_additional_regal_orb"]=4971, - ["chance_%_to_drop_additional_scarab"]=5001, - ["chance_%_to_drop_additional_scarab_abyss_gilded"]=5002, - ["chance_%_to_drop_additional_scarab_abyss_polished"]=5003, - ["chance_%_to_drop_additional_scarab_abyss_rusted"]=5004, - ["chance_%_to_drop_additional_scarab_beasts_gilded"]=5005, - ["chance_%_to_drop_additional_scarab_beasts_polished"]=5006, - ["chance_%_to_drop_additional_scarab_beasts_rusted"]=5007, - ["chance_%_to_drop_additional_scarab_blight_gilded"]=5008, - ["chance_%_to_drop_additional_scarab_blight_polished"]=5009, - ["chance_%_to_drop_additional_scarab_blight_rusted"]=5010, - ["chance_%_to_drop_additional_scarab_breach_gilded"]=5011, - ["chance_%_to_drop_additional_scarab_breach_polished"]=5012, - ["chance_%_to_drop_additional_scarab_breach_rusted"]=5013, - ["chance_%_to_drop_additional_scarab_divination_cards_gilded"]=5014, - ["chance_%_to_drop_additional_scarab_divination_cards_polished"]=5015, - ["chance_%_to_drop_additional_scarab_divination_cards_rusted"]=5016, - ["chance_%_to_drop_additional_scarab_elder_gilded"]=5017, - ["chance_%_to_drop_additional_scarab_elder_polished"]=5018, - ["chance_%_to_drop_additional_scarab_elder_rusted"]=5019, - ["chance_%_to_drop_additional_scarab_harbinger_gilded"]=5020, - ["chance_%_to_drop_additional_scarab_harbinger_polished"]=5021, - ["chance_%_to_drop_additional_scarab_harbinger_rusted"]=5022, - ["chance_%_to_drop_additional_scarab_legion_gilded"]=5023, - ["chance_%_to_drop_additional_scarab_legion_polished"]=5024, - ["chance_%_to_drop_additional_scarab_legion_rusted"]=5025, - ["chance_%_to_drop_additional_scarab_maps_gilded"]=5026, - ["chance_%_to_drop_additional_scarab_maps_polished"]=5027, - ["chance_%_to_drop_additional_scarab_maps_rusted"]=5028, - ["chance_%_to_drop_additional_scarab_metamorph_gilded"]=5029, - ["chance_%_to_drop_additional_scarab_metamorph_polished"]=5030, - ["chance_%_to_drop_additional_scarab_metamorph_rusted"]=5031, - ["chance_%_to_drop_additional_scarab_perandus_gilded"]=5032, - ["chance_%_to_drop_additional_scarab_perandus_polished"]=5033, - ["chance_%_to_drop_additional_scarab_perandus_rusted"]=5034, - ["chance_%_to_drop_additional_scarab_shaper_gilded"]=5035, - ["chance_%_to_drop_additional_scarab_shaper_polished"]=5036, - ["chance_%_to_drop_additional_scarab_shaper_rusted"]=5037, - ["chance_%_to_drop_additional_scarab_strongbox_gilded"]=5038, - ["chance_%_to_drop_additional_scarab_strongbox_polished"]=5039, - ["chance_%_to_drop_additional_scarab_strongbox_rusted"]=5040, - ["chance_%_to_drop_additional_scarab_sulphite_gilded"]=5041, - ["chance_%_to_drop_additional_scarab_sulphite_polished"]=5042, - ["chance_%_to_drop_additional_scarab_sulphite_rusted"]=5043, - ["chance_%_to_drop_additional_scarab_torment_gilded"]=5044, - ["chance_%_to_drop_additional_scarab_torment_polished"]=5045, - ["chance_%_to_drop_additional_scarab_torment_rusted"]=5046, - ["chance_%_to_drop_additional_scarab_uniques_gilded"]=5047, - ["chance_%_to_drop_additional_scarab_uniques_polished"]=5048, - ["chance_%_to_drop_additional_scarab_uniques_rusted"]=5049, - ["chance_%_to_drop_additional_tangled_currency"]=5050, - ["chance_%_to_drop_additional_tangled_influenced_item"]=5051, - ["chance_%_to_drop_additional_unique"]=5052, - ["chance_%_to_drop_additional_vaal_orb"]=4972, - ["chance_%_to_drop_additional_veiled_chaos_orb"]=4973, - ["chance_for_double_items_from_heist_chests_%"]=4974, - ["chance_for_exerted_attacks_to_not_reduce_count_%"]=4975, - ["chance_for_extra_damage_roll_with_lightning_damage_%"]=4976, - ["chance_for_skills_to_avoid_cooldown_%"]=4977, - ["chance_per_second_of_fire_spreading_between_enemies_%"]=1591, - ["chance_to_avoid_death_%"]=5053, - ["chance_to_avoid_stun_%_aura_while_wielding_a_staff"]=2977, - ["chance_to_be_frozen_%"]=2636, - ["chance_to_be_frozen_shocked_ignited_%"]=2639, - ["chance_to_be_hindered_when_hit_by_spells_%"]=5054, - ["chance_to_be_ignited_%"]=2637, - ["chance_to_be_inflicted_with_an_ailment_+%"]=5055, - ["chance_to_be_maimed_when_hit_%"]=5056, - ["chance_to_be_poisoned_%"]=3030, - ["chance_to_be_sapped_when_hit_%"]=5057, - ["chance_to_be_scorched_when_hit_%"]=5058, - ["chance_to_be_shocked_%"]=2638, - ["chance_to_block_attack_damage_if_not_blocked_recently_%"]=5059, - ["chance_to_block_attack_damage_if_stunned_an_enemy_recently_+%"]=5060, - ["chance_to_block_attack_damage_per_5%_chance_to_block_on_equipped_shield_+%"]=5061, - ["chance_to_block_attacks_%_while_channelling"]=5062, - ["chance_to_block_spells_%_if_cast_a_spell_recently"]=5063, - ["chance_to_block_spells_%_if_damaged_by_a_hit_recently"]=5064, - ["chance_to_block_spells_%_while_affected_by_discipline"]=5065, - ["chance_to_block_spells_%_while_channelling"]=5066, - ["chance_to_counter_strike_when_hit_%"]=2532, - ["chance_to_create_consecrated_ground_on_melee_kill_%"]=5067, - ["chance_to_crush_on_hit_%"]=5068, - ["chance_to_curse_self_with_punishment_on_kill_%"]=2796, - ["chance_to_deal_double_attack_damage_%_if_attack_time_longer_than_1_second"]=5069, - ["chance_to_deal_double_damage_%"]=5072, - ["chance_to_deal_double_damage_%_if_crit_with_two_handed_melee_weapon_recently"]=5073, - ["chance_to_deal_double_damage_%_if_have_stunned_an_enemy_recently"]=5074, - ["chance_to_deal_double_damage_%_if_used_a_warcry_in_past_8_seconds"]=5075, - ["chance_to_deal_double_damage_%_per_4_rage"]=5076, - ["chance_to_deal_double_damage_%_per_500_strength"]=5077, - ["chance_to_deal_double_damage_%_while_at_least_200_strength"]=5070, - ["chance_to_deal_double_damage_%_while_focused"]=5078, - ["chance_to_deal_double_damage_+%_if_cast_vulnerability_in_past_10_seconds"]=5079, - ["chance_to_deal_double_damage_for_3_seconds_on_spell_cast_every_9_seconds"]=5071, - ["chance_to_deal_double_damage_while_affected_by_glorious_madness_%"]=9548, - ["chance_to_deal_double_damage_while_on_full_life_%"]=5080, - ["chance_to_deal_triple_damage_%_while_at_least_400_strength"]=5081, - ["chance_to_defend_with_150%_armour_%_per_5%_missing_energy_shield"]=5082, - ["chance_to_double_armour_effect_on_hit_%"]=5083, - ["chance_to_double_stun_duration_%"]=3209, - ["chance_to_evade_%_while_you_have_energy_shield"]=5087, - ["chance_to_evade_attacks_%"]=5084, - ["chance_to_evade_attacks_%_if_havent_been_hit_recently"]=5085, - ["chance_to_evade_attacks_%_while_affected_by_grace"]=5086, - ["chance_to_fork_extra_projectile_%"]=5088, - ["chance_to_fortify_on_melee_hit_+%"]=1989, - ["chance_to_fortify_on_melee_stun_%"]=5089, - ["chance_to_freeze_%_while_using_flask"]=2614, - ["chance_to_freeze_shock_ignite_%"]=2506, - ["chance_to_freeze_shock_ignite_%_during_flask_effect"]=3850, - ["chance_to_freeze_shock_ignite_%_while_affected_by_a_herald"]=5090, - ["chance_to_gain_1_more_charge_%"]=5091, - ["chance_to_gain_1_more_endurance_charge_%"]=5092, - ["chance_to_gain_1_more_frenzy_charge_%"]=5093, - ["chance_to_gain_1_more_power_charge_%"]=5094, - ["chance_to_gain_200_life_on_hit_with_attacks_%"]=5095, - ["chance_to_gain_3_additional_exerted_attacks_%"]=5096, - ["chance_to_gain_adrenaline_for_2_seconds_on_leech_removed_by_filling_unreserved_life_%"]=5097, - ["chance_to_gain_elusive_when_you_block_while_dual_wielding_%"]=5098, - ["chance_to_gain_endurance_charge_on_block_%"]=1831, - ["chance_to_gain_endurance_charge_on_bow_crit_%"]=1542, - ["chance_to_gain_endurance_charge_on_crit_%"]=1539, - ["chance_to_gain_endurance_charge_on_hit_%_vs_bleeding_enemy"]=5099, - ["chance_to_gain_endurance_charge_on_melee_crit_%"]=1540, - ["chance_to_gain_endurance_charge_when_hit_%"]=2455, - ["chance_to_gain_endurance_charge_when_you_stun_enemy_%"]=5100, - ["chance_to_gain_frenzy_charge_on_block_%"]=5102, - ["chance_to_gain_frenzy_charge_on_block_attack_%"]=5101, - ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=1543, - ["chance_to_gain_frenzy_charge_on_stun_%"]=5103, - ["chance_to_gain_max_crab_stacks_when_you_would_gain_a_crab_stack_%"]=3985, - ["chance_to_gain_onslaught_for_4_seconds_on_leech_removed_by_filling_unreserved_life_%"]=5104, - ["chance_to_gain_onslaught_on_flask_use_%"]=5105, - ["chance_to_gain_onslaught_on_hit_%_vs_rare_or_unique_enemy"]=5106, - ["chance_to_gain_onslaught_on_kill_%"]=2677, - ["chance_to_gain_onslaught_on_kill_for_10_seconds_%"]=5107, - ["chance_to_gain_onslaught_on_kill_for_4_seconds_%"]=3037, - ["chance_to_gain_onslaught_on_kill_with_axes_%"]=5108, - ["chance_to_gain_power_charge_on_hitting_enemy_affected_by_spiders_web_%"]=5109, - ["chance_to_gain_power_charge_on_killing_frozen_enemy_%"]=1544, - ["chance_to_gain_power_charge_on_melee_stun_%"]=2474, - ["chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%"]=5110, - ["chance_to_gain_power_charge_on_stun_%"]=2475, - ["chance_to_gain_power_charge_when_block_%"]=1835, - ["chance_to_gain_random_curse_when_hit_%_per_10_levels"]=2467, - ["chance_to_gain_random_standard_charge_on_hit_%"]=5111, - ["chance_to_gain_skill_cost_as_mana_when_paid_%"]=5112, - ["chance_to_gain_vaal_soul_on_enemy_shatter_%"]=2785, - ["chance_to_gain_vaal_soul_on_kill_%"]=2780, - ["chance_to_grant_endurance_charge_to_nearby_allies_on_hit_%"]=5113, - ["chance_to_grant_frenzy_charge_to_nearby_allies_on_hit_%"]=3041, - ["chance_to_grant_frenzy_charge_to_nearby_allies_on_kill_%"]=5114, - ["chance_to_grant_nearby_enemies_onslaught_on_kill_%"]=3039, - ["chance_to_grant_power_charge_on_shocking_chilled_enemy_%"]=5115, - ["chance_to_grant_power_charge_to_nearby_allies_on_kill_%"]=3040, - ["chance_to_ignite_%_while_ignited"]=2632, - ["chance_to_ignite_%_while_using_flask"]=2613, - ["chance_to_ignite_is_doubled"]=5116, - ["chance_to_ignore_hexproof_%"]=5117, - ["chance_to_inflict_10_incision_on_attack_hit_%"]=5118, - ["chance_to_inflict_additional_impale_%"]=5119, - ["chance_to_inflict_brittle_on_enemy_on_block_%"]=5120, - ["chance_to_inflict_cold_exposure_on_hit_with_cold_damage_%"]=5121, - ["chance_to_inflict_fire_exposure_on_hit_with_fire_damage_%"]=5122, - ["chance_to_inflict_frostburn_%"]=1739, - ["chance_to_inflict_incision_on_attack_hit_%"]=5123, - ["chance_to_inflict_lightning_exposure_on_hit_with_lightning_damage_%"]=5124, - ["chance_to_inflict_sap_on_enemy_on_block_%"]=5125, - ["chance_to_inflict_sapped_%"]=1741, - ["chance_to_inflict_scorch_on_enemy_on_block_%"]=5126, - ["chance_to_intimidate_nearby_enemies_on_melee_kill_%"]=5127, - ["chance_to_intimidate_on_hit_%"]=5128, - ["chance_to_leave_2_ground_blades_%"]=5129, - ["chance_to_load_a_bolt_on_killing_an_enemy_%"]=5130, - ["chance_to_not_consume_infusion_%"]=5132, - ["chance_to_place_an_additional_mine_%"]=3193, - ["chance_to_poison_%_vs_cursed_enemies"]=3833, - ["chance_to_poison_on_critical_strike_with_bow_%"]=1319, - ["chance_to_poison_on_critical_strike_with_dagger_%"]=1320, - ["chance_to_poison_on_hit_%_per_power_charge"]=5135, - ["chance_to_poison_on_hit_+%_vs_non_poisoned_enemies"]=5133, - ["chance_to_poison_on_hit_can_apply_multiple_stacks"]=5134, - ["chance_to_poison_on_hit_with_attacks_%"]=2849, - ["chance_to_poison_on_melee_hit_%"]=3879, - ["chance_to_sap_%_vs_enemies_in_chilling_areas"]=5136, - ["chance_to_scorch_%"]=1737, - ["chance_to_shock_%_while_using_flask"]=2615, - ["chance_to_shock_chilled_enemies_%"]=5137, - ["chance_to_start_energy_shield_recharge_%_on_linking_target"]=5138, - ["chance_to_summon_two_totems_%"]=5139, - ["chance_to_taunt_on_hit_%"]=3086, - ["chance_to_throw_4_additional_traps_%"]=5140, - ["chance_to_trigger_socketed_bow_skill_on_bow_attack_%"]=567, - ["chance_to_trigger_socketed_spell_on_bow_attack_%"]=421, - ["chance_to_unnerve_on_hit_%"]=5141, - ["channelled_skill_damage_+%"]=5142, - ["channelled_skill_damage_+%_per_10_devotion"]=5143, - ["chaos_critical_strike_chance_+%"]=1349, - ["chaos_critical_strike_multiplier_+"]=1370, - ["chaos_damage_%_taken_from_mana_before_life"]=5148, - ["chaos_damage_+%"]=884, - ["chaos_damage_+%_per_100_max_mana_up_to_80"]=5149, - ["chaos_damage_+%_per_equipped_corrupted_item"]=2775, - ["chaos_damage_+%_per_level"]=2664, - ["chaos_damage_+%_while_affected_by_herald_of_agony"]=5150, - ["chaos_damage_can_chill"]=2568, - ["chaos_damage_can_freeze"]=2569, - ["chaos_damage_can_ignite_chill_and_shock"]=2586, - ["chaos_damage_can_shock"]=2570, - ["chaos_damage_cannot_poison"]=2587, - ["chaos_damage_does_not_damage_energy_shield_extra_hard_while_not_low_life"]=5144, - ["chaos_damage_does_not_damage_minions_energy_shield_extra_hard"]=4035, - ["chaos_damage_over_time_+%"]=1140, - ["chaos_damage_over_time_heals_while_leeching_life"]=5145, - ["chaos_damage_over_time_multiplier_+_per_4_chaos_resistance"]=5146, - ["chaos_damage_over_time_multiplier_+_while_affected_by_malevolence"]=1173, - ["chaos_damage_over_time_multiplier_+_with_attacks"]=1175, - ["chaos_damage_resistance_%_per_endurance_charge"]=5151, - ["chaos_damage_resistance_%_per_poison_stack"]=5153, - ["chaos_damage_resistance_%_when_on_low_life"]=2273, - ["chaos_damage_resistance_%_when_stationary"]=5154, - ["chaos_damage_resistance_%_while_affected_by_herald_of_agony"]=5155, - ["chaos_damage_resistance_%_while_affected_by_purity_of_elements"]=5156, - ["chaos_damage_resistance_is_doubled"]=5152, - ["chaos_damage_resisted_by_lowest_resistance"]=5157, - ["chaos_damage_taken_+"]=2542, - ["chaos_damage_taken_+%"]=1935, - ["chaos_damage_taken_over_time_+%"]=1663, - ["chaos_damage_taken_over_time_+%_while_in_caustic_cloud"]=5158, - ["chaos_damage_to_return_to_melee_attacker"]=1905, - ["chaos_damage_to_return_when_hit"]=1910, - ["chaos_damage_with_attack_skills_+%"]=5159, - ["chaos_damage_with_spell_skills_+%"]=5160, - ["chaos_dot_multiplier_+"]=1174, - ["chaos_golem_damage_+%"]=3336, - ["chaos_golem_elemental_resistances_%"]=3618, - ["chaos_golem_impale_on_hit_if_same_number_of_summoned_stone_golems"]=5161, - ["chaos_hit_and_dot_damage_%_taken_as_fire"]=5162, - ["chaos_hit_and_dot_damage_%_taken_as_lightning"]=5163, - ["chaos_immunity"]=1875, - ["chaos_inoculation_keystone_energy_shield_+%_final"]=1894, - ["chaos_resist_unnaffected_by_area_penalites"]=5164, - ["chaos_resistance_%_for_you_and_allies_affected_by_your_auras"]=3695, - ["chaos_resistance_+_while_using_flask"]=2964, - ["chaos_skill_chance_to_hinder_on_hit_%"]=5165, - ["chaos_skill_chance_to_ignite_%"]=5166, - ["chaos_skill_effect_duration_+%"]=1611, - ["chaos_skill_gem_level_+"]=5167, - ["chaos_skills_area_of_effect_+%"]=5168, - ["chaos_spell_skill_gem_level_+"]=950, - ["chaos_weakness_ignores_hexproof"]=2316, - ["chaos_weakness_mana_reservation_+%"]=3673, - ["charge_duration_+%"]=2709, - ["charged_attack_damage_+%"]=3766, - ["charged_attack_damage_per_stack_+%_final"]=3775, - ["charged_attack_radius_+%"]=3773, - ["charged_dash_area_of_effect_radius_+_of_final_explosion"]=3482, - ["charged_dash_damage_+%"]=3371, - ["charged_dash_movement_speed_+%_final"]=5169, - ["charges_gained_+%"]=1000, - ["charm_charges_gained_+%"]=5170, - ["charm_charges_used_%_granted_to_life_flasks"]=5171, - ["charm_charges_used_+%"]=5172, - ["charm_create_consecrated_ground_when_used"]=5173, - ["charm_defend_with_double_armour_during_effect"]=5174, - ["charm_duration_+%"]=905, - ["charm_effect_+%"]=5175, - ["charm_enemies_extra_damage_rolls_with_lightning_damage_during_effect"]=5176, - ["charm_energy_shield_recharge_starts_when_used"]=5177, - ["charm_gain_X_guard_for_duration"]=924, - ["charm_gain_onslaught_during_effect"]=5178, - ["charm_grants_frenzy_charge_when_used"]=5179, - ["charm_grants_power_charge_when_used"]=5180, - ["charm_grants_up_to_your_maximum_rage_when_used"]=5181, - ["charm_ignite_enemies_in_presence_as_though_dealing_fire_damage_equal_to_x%_of_your_maximum_life_when_used"]=5182, - ["charm_possesed_by_bear_spirit_for_x_seconds_when_used"]=5183, - ["charm_possesed_by_boar_spirit_for_x_seconds_when_used"]=5184, - ["charm_possesed_by_cat_spirit_for_x_seconds_when_used"]=5185, - ["charm_possesed_by_owl_spirit_for_x_seconds_when_used"]=5186, - ["charm_possesed_by_ox_spirit_for_x_seconds_when_used"]=5187, - ["charm_possesed_by_primate_spirit_for_x_seconds_when_used"]=5188, - ["charm_possesed_by_random_azmerian_spirit_for_x_seconds_when_used"]=5189, - ["charm_possesed_by_serpent_spirit_for_x_seconds_when_used"]=5190, - ["charm_possesed_by_stag_spirit_for_x_seconds_when_used"]=5191, - ["charm_possesed_by_wolf_spirit_for_x_seconds_when_used"]=5192, - ["charm_recover_X_life_when_used"]=925, - ["charm_recover_X_mana_when_used"]=926, - ["charm_recover_life_equal_to_x%_of_mana_flask_recovery_amount"]=5193, - ["charm_recover_mana_equal_to_x%_of_life_flask_recovery_amount"]=5194, - ["charm_x%_of_chaos_damage_from_hits_prevented_recouped_as_life_and_mana_during_effect"]=5195, - ["charms_%_chance_on_use_to_use_another_charm_without_consuming_charges"]=5196, - ["charms_%_chance_to_not_consume_charges"]=5197, - ["charms_use_no_charges"]=5198, - ["chest_drop_additional_corrupted_item_divination_cards"]=5199, - ["chest_drop_additional_currency_item_divination_cards"]=5200, - ["chest_drop_additional_divination_cards_from_current_world_area"]=5201, - ["chest_drop_additional_divination_cards_from_same_set"]=5202, - ["chest_drop_additional_unique_item_divination_cards"]=5203, - ["chest_item_quantity_+%"]=1427, - ["chest_item_rarity_+%"]=1432, - ["chest_number_of_additional_pirate_uniques_to_drop"]=5204, - ["chest_trap_defuse_%"]=1622, - ["chieftain_burning_damage_+%_final"]=1738, - ["chill_and_freeze_duration_+%"]=5205, - ["chill_and_freeze_duration_based_on_%_energy_shield"]=2308, - ["chill_attackers_for_4_seconds_on_block_%_chance"]=5206, - ["chill_chance_based_on_damage_fixed_magnitude"]=5207, - ["chill_duration_+%"]=1577, - ["chill_effect_+%"]=5210, - ["chill_effect_+%_while_mana_leeching"]=5208, - ["chill_effect_+%_with_critical_strikes"]=5211, - ["chill_effect_is_reversed"]=5209, - ["chill_effectiveness_on_self_+%"]=1460, - ["chill_enemy_when_hit_duration_ms"]=2815, - ["chill_minimum_slow_%"]=4067, - ["chill_minimum_slow_%_from_mastery"]=5212, - ["chill_nearby_enemies_when_you_focus"]=5213, - ["chill_prevention_ms_when_chilled"]=2592, - ["chilled_enemies_have_no_elemental_resistance"]=5214, - ["chilled_ground_on_freeze_%_chance_for_3_seconds"]=3063, - ["chilled_ground_when_hit_with_attack_%"]=5215, - ["chilled_monsters_take_+%_burning_damage"]=2470, - ["chilling_areas_also_grant_curse_effect_+%"]=5216, - ["chilling_areas_also_grant_lightning_damage_taken_+%"]=5217, - ["chills_from_your_hits_cause_shattering"]=5218, - ["chronomancer_every_10_seconds_+%_final_cast_speed_for_5_seconds"]=5219, - ["chronomancer_reserves_no_mana"]=5220, - ["clarity_mana_reservation_+%"]=3661, - ["clarity_mana_reservation_efficiency_+%"]=5222, - ["clarity_mana_reservation_efficiency_-2%_per_1"]=5221, - ["clarity_reserves_no_mana"]=5223, - ["claw_accuracy_rating"]=1718, - ["claw_accuracy_rating_+%"]=1306, - ["claw_attack_speed_+%"]=1289, - ["claw_critical_strike_chance_+%"]=1330, - ["claw_critical_strike_multiplier_+"]=1358, - ["claw_damage_+%"]=1210, - ["claw_damage_+%_while_on_low_life"]=5225, - ["claw_damage_against_enemies_on_low_life_+%"]=5224, - ["claw_steal_power_frenzy_endurance_charges_on_hit_%"]=2640, - ["cleave_+1_base_radius_per_nearby_enemy_up_to_10"]=5227, - ["cleave_attack_speed_+%"]=3483, - ["cleave_damage_+%"]=3268, - ["cleave_fortify_on_hit"]=5226, - ["cleave_radius_+%"]=3437, - ["close_range_enemies_avoid_your_projectiles"]=8319, - ["cluster_burst_spawn_amount"]=3738, - ["cobra_lash_damage_+%"]=5228, - ["cobra_lash_number_of_additional_chains"]=5229, - ["cobra_lash_projectile_speed_+%"]=5230, - ["cold_ailment_duration_+%"]=5231, - ["cold_ailment_effect_+%"]=5233, - ["cold_ailment_effect_+%_against_shocked_enemies"]=5232, - ["cold_and_chaos_damage_resistance_%"]=5234, - ["cold_and_lightning_damage_resistance_%"]=2505, - ["cold_and_lightning_hit_and_dot_damage_%_taken_as_fire_while_affected_by_purity_of_fire"]=5235, - ["cold_attack_damage_+%"]=1128, - ["cold_attack_damage_+%_while_holding_a_shield"]=1131, - ["cold_axe_damage_+%"]=1205, - ["cold_bow_damage_+%"]=1225, - ["cold_claw_damage_+%"]=1213, - ["cold_critical_strike_chance_+%"]=1347, - ["cold_critical_strike_multiplier_+"]=1368, - ["cold_dagger_damage_+%"]=1217, - ["cold_damage_+%"]=882, - ["cold_damage_+%_if_you_have_used_a_fire_skill_recently"]=5237, - ["cold_damage_+%_per_1%_block_chance"]=3228, - ["cold_damage_+%_per_25_dexterity"]=5238, - ["cold_damage_+%_per_25_intelligence"]=5239, - ["cold_damage_+%_per_25_strength"]=5240, - ["cold_damage_+%_per_cold_resistance_above_75"]=5236, - ["cold_damage_+%_per_frenzy_charge"]=5241, - ["cold_damage_+%_per_missing_cold_resistance"]=5242, - ["cold_damage_+%_while_affected_by_hatred"]=5243, - ["cold_damage_+%_while_affected_by_herald_of_ice"]=5244, - ["cold_damage_+%_while_off_hand_is_empty"]=5245, - ["cold_damage_can_ignite"]=2571, - ["cold_damage_can_shock"]=2572, - ["cold_damage_cannot_chill"]=2585, - ["cold_damage_cannot_freeze"]=2584, - ["cold_damage_over_time_+%"]=1139, - ["cold_damage_over_time_multiplier_+_while_affected_by_malevolence"]=1170, - ["cold_damage_resistance_%_while_affected_by_herald_of_ice"]=5246, - ["cold_damage_resistance_+%"]=1454, - ["cold_damage_resistance_is_%"]=1452, - ["cold_damage_taken_%_as_fire"]=2852, - ["cold_damage_taken_%_as_lightning"]=2853, - ["cold_damage_taken_+"]=5248, - ["cold_damage_taken_+%"]=3045, - ["cold_damage_taken_+%_if_have_been_hit_recently"]=5249, - ["cold_damage_taken_goes_to_life_over_4_seconds_%"]=5247, - ["cold_damage_to_return_to_melee_attacker"]=1902, - ["cold_damage_to_return_when_hit"]=1908, - ["cold_damage_while_dual_wielding_+%"]=1189, - ["cold_damage_with_attack_skills_+%"]=5250, - ["cold_damage_with_spell_skills_+%"]=5251, - ["cold_dot_multiplier_+"]=1171, - ["cold_exposure_effect_+%"]=5252, - ["cold_exposure_on_hit_magnitude"]=5253, - ["cold_exposure_you_inflict_lowers_cold_resistance_by_extra_%"]=5254, - ["cold_hit_and_dot_damage_%_taken_as_fire"]=5255, - ["cold_hit_and_dot_damage_%_taken_as_lightning"]=5256, - ["cold_hit_damage_+%_vs_shocked_enemies"]=5257, - ["cold_mace_damage_+%"]=1221, - ["cold_penetration_%_vs_chilled_enemies"]=5258, - ["cold_projectile_mine_critical_multiplier_+"]=5259, - ["cold_projectile_mine_damage_+%"]=5260, - ["cold_projectile_mine_throwing_speed_+%"]=5262, - ["cold_projectile_mine_throwing_speed_negated_+%"]=5261, - ["cold_reflect_damage_taken_+%_while_affected_by_purity_of_ice"]=5263, - ["cold_resist_unaffected_by_area_penalties"]=5264, - ["cold_skill_chance_to_inflict_cold_exposure_%"]=5265, - ["cold_skill_gem_level_+"]=5266, - ["cold_skills_chance_to_poison_on_hit_%"]=5267, - ["cold_snap_cooldown_speed_+%"]=3507, - ["cold_snap_damage_+%"]=3342, - ["cold_snap_gain_power_charge_on_kill_%"]=2927, - ["cold_snap_radius_+%"]=3464, - ["cold_snap_uses_and_gains_power_charges_instead_of_frenzy"]=5268, - ["cold_spell_skill_gem_level_+"]=948, - ["cold_staff_damage_+%"]=1209, - ["cold_sword_damage_+%"]=1230, - ["cold_wand_damage_+%"]=1234, - ["cold_weakness_ignores_hexproof"]=2317, - ["combust_area_of_effect_+%"]=5269, - ["combust_is_disabled"]=5270, - ["companion_accuracy_rating_+%"]=5271, - ["companion_area_of_effect_+%"]=5272, - ["companion_attack_speed_+%"]=5273, - ["companion_chaos_resistance_%"]=5274, - ["companion_damage_+%"]=5276, - ["companion_damage_increases_and_reductions_also_affects_you"]=5275, - ["companion_elemental_resistance_%"]=5277, - ["companion_maximum_life_+%"]=5278, - ["companion_reservation_+%"]=5279, - ["companion_takes_%_damage_before_you"]=5280, - ["companion_takes_%_damage_before_you_from_support"]=5281, - ["companions_gain_your_dexterity"]=5282, - ["companions_gain_your_strength"]=5283, - ["conductivity_curse_effect_+%"]=3638, - ["conductivity_duration_+%"]=3548, - ["conductivity_gem_level_+"]=1950, - ["conductivity_mana_reservation_+%"]=3674, - ["conductivity_no_reservation"]=5284, - ["consecrate_ground_for_3_seconds_when_hit_%"]=3198, - ["consecrate_ground_on_kill_%_for_3_seconds"]=3064, - ["consecrate_ground_on_shatter_%_chance_for_3_seconds"]=3753, - ["consecrate_on_block_%_chance_to_create"]=2291, - ["consecrate_on_crit_%_chance_to_create"]=2349, - ["consecrated_ground_additional_physical_damage_reduction_%"]=5285, - ["consecrated_ground_allies_recover_es_as_well_as_life_from_life_regeneration"]=5286, - ["consecrated_ground_area_+%"]=5287, - ["consecrated_ground_effect_+%"]=5288, - ["consecrated_ground_effect_lingers_for_ms_after_leaving_the_area_while_affected_by_zealotry"]=5293, - ["consecrated_ground_enemy_damage_taken_+%"]=5289, - ["consecrated_ground_enemy_damage_taken_+%_while_affected_by_zealotry"]=5290, - ["consecrated_ground_immune_to_curses"]=5291, - ["consecrated_ground_immune_to_status_ailments"]=5292, - ["consecrated_ground_on_death"]=5294, - ["consecrated_ground_on_hit"]=5295, - ["consecrated_ground_radius_on_hit_enemy_magic_rare_unique_every_3_seconds"]=5296, - ["consecrated_ground_while_stationary_radius"]=5297, - ["consecrated_ground_while_stationary_radius_if_highest_attribute_is_strength"]=5298, - ["consecrated_path_and_purifying_flame_create_profane_ground_instead_of_consecrated_ground"]=5299, - ["consecrated_path_area_of_effect_+%"]=5300, - ["consecrated_path_damage_+%"]=5301, - ["consume_%_of_maximum_life_flask_charges_on_bow_attack"]=5305, - ["consume_X_life_instead_of_last_crossbow_bolt"]=5302, - ["consume_enemy_freeze_to_guarantee_crit"]=5303, - ["consume_nearby_corpse_every_3_seconds_to_recover_%_maximum_life"]=5304, - ["contagion_damage_+%"]=3367, - ["contagion_duration_+%"]=3553, - ["contagion_radius_+%"]=3470, - ["contagion_spread_on_hit_affected_enemy_%"]=5306, - ["conversation_trap_converted_enemy_damage_+%"]=5307, - ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=5308, - ["conversion_trap_cooldown_speed_+%"]=3520, - ["convert_all_life_leech_to_energy_shield_leech"]=5309, - ["converted_enemies_damage_+%"]=3362, - ["convocation_buff_effect_+%"]=3651, - ["convocation_cooldown_speed_+%"]=3508, - ["cooldown_recovery_+%_if_cast_temporal_chains_in_past_10_seconds"]=5310, - ["cooldown_recovery_+%_per_power_charge"]=5311, - ["cooldown_speed_+%_per_brand_up_to_40%"]=5312, - ["corpse_erruption_base_maximum_number_of_geyers"]=5313, - ["corpse_eruption_cast_speed_+%"]=5314, - ["corpse_eruption_damage_+%"]=5315, - ["corpse_warp_cast_speed_+%"]=5316, - ["corpse_warp_damage_+%"]=5317, - ["corpses_in_your_area_of_effect_explode_dealing_%_maximum_life_physical_damage_on_warcry"]=5318, - ["corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second"]=5319, - ["corrupted_gem_experience_gain_+%"]=2787, - ["corrupting_fever_apply_additional_corrupted_blood_%"]=5320, - ["corrupting_fever_damage_+%"]=5321, - ["corrupting_fever_duration_+%"]=5322, - ["counter_attacks_maximum_added_cold_damage"]=3830, - ["counter_attacks_maximum_added_physical_damage"]=3823, - ["counter_attacks_minimum_added_cold_damage"]=3830, - ["counter_attacks_minimum_added_physical_damage"]=3823, - ["counterattacks_cooldown_recovery_+%"]=5323, - ["counterattacks_deal_double_damage"]=5324, - ["counterattacks_debilitate_for_1_second_on_hit_%_chance"]=5325, - ["cover_in_ash_for_x_seconds_when_igniting_enemy"]=5326, - ["cover_in_ash_on_hit_%"]=5327, - ["cover_in_ash_on_hit_%_while_you_are_burning"]=5328, - ["cover_in_frost_for_x_seconds_when_freezing_enemy"]=5329, - ["cover_in_frost_on_hit"]=5330, - ["crab_aspect_crab_barrier_max_+"]=3980, - ["crackling_lance_cast_speed_+%"]=5331, - ["crackling_lance_damage_+%"]=5332, - ["create_additional_brand_%_chance"]=5333, - ["create_blighted_spore_on_killing_rare_enemy"]=5334, - ["create_chilling_ground_on_freeze"]=5335, - ["create_consecrated_ground_on_hit_%_vs_rare_or_unique_enemy"]=5336, - ["create_consecrated_ground_on_kill_%"]=5337, - ["create_enemy_meteor_daemon_on_flask_use_%_chance"]=5338, - ["create_herald_of_thunder_storm_on_shocking_enemy"]=5339, - ["create_profane_ground_instead_of_consecrated_ground"]=5340, - ["create_smoke_cloud_on_kill_%_chance"]=5341, - ["creeping_frost_cold_snap_chance_to_sap_%_vs_enemies_in_chilling_areas"]=5342, - ["cremation_base_fires_projectile_every_x_ms"]=5343, - ["critical_damage_+1%_per_X_current_life"]=5345, - ["critical_hit_bleeding_effect_+%"]=5346, - ["critical_hit_chance_+%_against_enemies_entered_your_presence_recently"]=5347, - ["critical_hit_damage_+%_against_enemies_exited_your_presence_recently"]=5348, - ["critical_hit_damage_bonus_+%_if_consumed_power_charge_recently"]=5349, - ["critical_hit_damage_bonus_+%_vs_enemies_within_2m_distance"]=5350, - ["critical_hit_damaging_ailment_effect_+%"]=5351, - ["critical_hit_ignite_effect_+%"]=5352, - ["critical_hit_poison_effect_+%"]=5353, - ["critical_hits_always_apply_impale"]=5354, - ["critical_hits_cannot_consume_impale"]=5355, - ["critical_hits_ignore_armour"]=5356, - ["critical_multiplier_+%_per_10_max_es_on_shield"]=5357, - ["critical_strike_%_chance_to_deal_double_damage"]=5422, - ["critical_strike_chance_+%"]=955, - ["critical_strike_chance_+%_against_enemies_on_consecrated_ground_while_affected_by_zealotry"]=5368, - ["critical_strike_chance_+%_during_any_flask_effect"]=5369, - ["critical_strike_chance_+%_final_while_affected_by_precision"]=5358, - ["critical_strike_chance_+%_final_while_unhinged"]=5370, - ["critical_strike_chance_+%_for_4_seconds_on_kill"]=3105, - ["critical_strike_chance_+%_for_forking_arrows"]=3943, - ["critical_strike_chance_+%_for_spells_if_you_have_killed_recently"]=5371, - ["critical_strike_chance_+%_if_enemy_killed_recently"]=5372, - ["critical_strike_chance_+%_if_have_been_shocked_recently"]=5373, - ["critical_strike_chance_+%_if_have_not_crit_recently"]=5374, - ["critical_strike_chance_+%_if_havent_blocked_recently"]=5375, - ["critical_strike_chance_+%_if_not_gained_power_charge_recently"]=5376, - ["critical_strike_chance_+%_per_10_strength"]=5377, - ["critical_strike_chance_+%_per_25_intelligence"]=5378, - ["critical_strike_chance_+%_per_8_strength"]=2629, - ["critical_strike_chance_+%_per_blitz_charge"]=5379, - ["critical_strike_chance_+%_per_brand"]=5380, - ["critical_strike_chance_+%_per_endurance_charge"]=5381, - ["critical_strike_chance_+%_per_frenzy_charge"]=5382, - ["critical_strike_chance_+%_per_intensity"]=5383, - ["critical_strike_chance_+%_per_level"]=2650, - ["critical_strike_chance_+%_per_lightning_adaptation"]=4050, - ["critical_strike_chance_+%_per_mine_detonated_recently_up_to_100%"]=5384, - ["critical_strike_chance_+%_per_power_charge"]=2841, - ["critical_strike_chance_+%_per_righteous_charge"]=5385, - ["critical_strike_chance_+%_per_socketed_blue_support_gem"]=5359, - ["critical_strike_chance_+%_per_stackable_unique_jewel"]=3785, - ["critical_strike_chance_+%_vs_bleeding_enemies"]=2862, - ["critical_strike_chance_+%_vs_blinded_enemies"]=3062, - ["critical_strike_chance_+%_vs_dazed_enemies"]=5360, - ["critical_strike_chance_+%_vs_enemies_further_than_6m_distance"]=5361, - ["critical_strike_chance_+%_vs_enemies_with_elemental_status_ailments"]=3684, - ["critical_strike_chance_+%_vs_enemies_with_lightning_exposure"]=5362, - ["critical_strike_chance_+%_vs_enemies_without_elemental_status_ailments"]=3176, - ["critical_strike_chance_+%_vs_marked_enemy"]=5386, - ["critical_strike_chance_+%_vs_poisoned_enemies"]=2955, - ["critical_strike_chance_+%_vs_shocked_enemies"]=5344, - ["critical_strike_chance_+%_vs_taunted_enemies"]=5387, - ["critical_strike_chance_+%_when_in_main_hand"]=3808, - ["critical_strike_chance_+%_while_affected_by_wrath"]=5388, - ["critical_strike_chance_+%_while_channelling"]=5389, - ["critical_strike_chance_+%_while_you_have_avatar_of_fire"]=9646, - ["critical_strike_chance_+%_while_you_have_depleted_physical_aegis"]=5393, - ["critical_strike_chance_+%_with_at_least_200_int"]=3998, - ["critical_strike_chance_+%_with_unarmed_attacks"]=5363, - ["critical_strike_chance_against_cursed_enemies_+%"]=5364, - ["critical_strike_chance_against_enemies_on_full_life_+%"]=3402, - ["critical_strike_chance_increased_by_lightning_resistance"]=5365, - ["critical_strike_chance_increased_by_overcapped_lightning_resistance"]=5366, - ["critical_strike_chance_increased_by_spell_suppression_chance"]=5367, - ["critical_strike_chance_while_dual_wielding_+%"]=1344, - ["critical_strike_chance_while_wielding_shield_+%"]=1338, - ["critical_strike_damage_cannot_be_reflected"]=5394, - ["critical_strike_multiplier_+%_if_cast_enfeeble_in_past_10_seconds"]=5420, - ["critical_strike_multiplier_+%_with_claws_daggers"]=5421, - ["critical_strike_multiplier_+_during_any_flask_effect"]=5399, - ["critical_strike_multiplier_+_for_spells_if_you_havent_killed_recently"]=5400, - ["critical_strike_multiplier_+_if_crit_with_a_herald_skill_recently"]=5401, - ["critical_strike_multiplier_+_if_dexterity_higher_than_intelligence"]=5402, - ["critical_strike_multiplier_+_if_enemy_killed_recently"]=5403, - ["critical_strike_multiplier_+_if_enemy_shattered_recently"]=5404, - ["critical_strike_multiplier_+_if_gained_power_charge_recently"]=5405, - ["critical_strike_multiplier_+_if_have_dealt_non_crit_recently"]=5395, - ["critical_strike_multiplier_+_if_have_not_dealt_critical_strike_recently"]=5406, - ["critical_strike_multiplier_+_if_rare_or_unique_enemy_nearby"]=5407, - ["critical_strike_multiplier_+_if_taken_a_savage_hit_recently"]=5408, - ["critical_strike_multiplier_+_if_you_have_blocked_recently"]=5409, - ["critical_strike_multiplier_+_if_youve_been_channelling_for_at_least_1_second"]=5410, - ["critical_strike_multiplier_+_per_1%_block_chance"]=2861, - ["critical_strike_multiplier_+_per_mine_detonated_recently_up_to_40"]=5411, - ["critical_strike_multiplier_+_per_power_charge"]=2945, - ["critical_strike_multiplier_+_vs_bleeding_enemies"]=2859, - ["critical_strike_multiplier_+_vs_burning_enemies"]=2860, - ["critical_strike_multiplier_+_vs_enemies_affected_by_elemental_status_ailment"]=3201, - ["critical_strike_multiplier_+_vs_stunned_enemies"]=5396, - ["critical_strike_multiplier_+_vs_taunted_enemies"]=5412, - ["critical_strike_multiplier_+_vs_unique_enemies"]=5413, - ["critical_strike_multiplier_+_while_affected_by_anger"]=5414, - ["critical_strike_multiplier_+_while_affected_by_precision"]=5415, - ["critical_strike_multiplier_+_while_have_any_frenzy_charges"]=1757, - ["critical_strike_multiplier_+_with_herald_skills"]=5419, - ["critical_strike_multiplier_for_arrows_that_pierce_+"]=5397, - ["critical_strike_multiplier_is_300"]=5398, - ["critical_strike_multiplier_vs_enemies_on_full_life_+"]=3089, - ["critical_strike_multiplier_while_dual_wielding_+"]=1363, - ["critical_strike_multiplier_with_dagger_+"]=1352, - ["critical_strikes_always_knockback_shocked_enemies"]=5423, - ["critical_strikes_deal_no_damage"]=5424, - ["critical_strikes_do_not_always_ignite"]=5425, - ["critical_strikes_from_spells_have_no_multiplier"]=5426, - ["critical_strikes_ignore_elemental_resistances"]=3103, - ["critical_strikes_ignore_lightning_resistance"]=5427, - ["critical_strikes_ignore_positive_elemental_resistances"]=5428, - ["critical_strikes_penetrates_%_elemental_resistances_while_affected_by_zealotry"]=5429, - ["critical_support_gem_level_+"]=5430, - ["crits_have_culling_strike"]=3093, - ["crossbow_accuracy_rating"]=3923, - ["crossbow_accuracy_rating_+%"]=3924, - ["crossbow_attack_%_chance_to_not_consume_ammo"]=5431, - ["crossbow_attack_%_chance_to_not_consume_ammo_if_reloaded_recently"]=5432, - ["crossbow_attack_speed_+%"]=3925, - ["crossbow_critical_strike_chance_+%"]=3926, - ["crossbow_critical_strike_multiplier_+"]=3927, - ["crossbow_damage_+%"]=3921, - ["crossbow_damage_+%_per_ammo_type_fired_in_past_10_seconds"]=5433, - ["crossbow_elemental_damage_+%"]=3922, - ["crossbow_physical_damage_+%"]=3928, - ["crossbow_skill_gem_level_+"]=5434, - ["crowd_control_effects_are_triggered_at_%_poise_threshold_instead"]=5435, - ["cruelty_effect_+%"]=5436, - ["crush_for_2_seconds_on_hit_%_chance"]=5437, - ["crush_on_hit_ms_vs_full_life_enemies"]=5438, - ["culling_strike_enemies_on_block"]=5439, - ["culling_strike_on_burning_enemies"]=2539, - ["culling_strike_on_enemies_affected_by_poachers_mark"]=5440, - ["culling_strike_threshold_+%"]=5441, - ["culling_strike_vs_cursed_enemies"]=5442, - ["culling_strike_vs_marked_enemy"]=5443, - ["current_endurance_charges"]=11, - ["current_energy_shield_%_as_elemental_damage_reduction"]=5444, - ["current_frenzy_charges"]=12, - ["current_power_charges"]=13, - ["curse_area_of_effect_+%"]=1917, - ["curse_aura_skill_area_of_effect_+%"]=5445, - ["curse_aura_skills_mana_reservation_efficiency_+%"]=5448, - ["curse_aura_skills_mana_reservation_efficiency_-2%_per_1"]=5447, - ["curse_aura_skills_reservation_efficiency_+%"]=5446, - ["curse_cast_speed_+%"]=1911, - ["curse_delay_+%"]=5449, - ["curse_effect_+%"]=2312, - ["curse_effect_+%_if_200_mana_spent_recently"]=5452, - ["curse_effect_on_self_+%"]=1879, - ["curse_effect_on_self_+%_while_on_consecrated_ground"]=5450, - ["curse_effect_on_self_+%_while_under_effect_of_life_or_mana_flask"]=5451, - ["curse_mana_cost_+%"]=5453, - ["curse_on_block_%_chance_flammability_with_+20%_effect"]=2671, - ["curse_on_block_enfeeble_chance_%"]=5454, - ["curse_on_block_level_5_vulnerability"]=2670, - ["curse_on_hit_%_conductivity"]=2232, - ["curse_on_hit_%_despair"]=2233, - ["curse_on_hit_%_elemental_weakness"]=2234, - ["curse_on_hit_%_enfeeble"]=2231, - ["curse_on_hit_%_flammability"]=2235, - ["curse_on_hit_%_frostbite"]=2236, - ["curse_on_hit_%_temporal_chains"]=2237, - ["curse_on_hit_%_vulnerability"]=2238, - ["curse_on_hit_level_10_vulnerability_%"]=2242, - ["curse_on_hit_level_assassins_mark"]=568, - ["curse_on_hit_level_cold_weakness"]=2244, - ["curse_on_hit_level_conductivity"]=2245, - ["curse_on_hit_level_despair"]=2246, - ["curse_on_hit_level_elemental_weakness"]=2243, - ["curse_on_hit_level_enfeeble"]=2247, - ["curse_on_hit_level_flammability"]=2248, - ["curse_on_hit_level_frostbite"]=2249, - ["curse_on_hit_level_poachers_mark"]=569, - ["curse_on_hit_level_poachers_mark_bypass_hexproof"]=570, - ["curse_on_hit_level_temporal_chains"]=2240, - ["curse_on_hit_level_vulnerability"]=2241, - ["curse_on_hit_level_warlords_mark"]=571, - ["curse_on_projectile_block_level_15_temporal_chains"]=2672, - ["curse_on_spell_block_level_15_elemental_weakness"]=2673, - ["curse_pillar_curse_effect_+%_final"]=2313, - ["curse_skill_effect_duration_+%"]=5455, - ["curse_skill_gem_level_+"]=5456, - ["curse_with_enfeeble_on_hit_%_against_uncursed_enemies"]=2239, - ["curse_with_punishment_on_hit_%"]=5457, - ["cursed_enemies_%_chance_to_grant_endurance_charge_when_hit"]=5459, - ["cursed_enemies_%_chance_to_grant_frenzy_charge_when_hit"]=5460, - ["cursed_enemies_%_chance_to_grant_power_charge_when_hit"]=5461, - ["cursed_enemies_are_exorcised_on_kill"]=5458, - ["cursed_with_silence_when_hit_%_chance"]=5462, - ["curses_have_no_effect_on_you_for_4_seconds_every_10_seconds"]=5463, - ["curses_never_expire"]=1871, - ["curses_reflected_to_self"]=5464, - ["curses_you_inflict_remain_after_death"]=5465, - ["cyclone_and_sweep_enemy_knockback_direction_is_reversed"]=5466, - ["cyclone_and_sweep_melee_knockback"]=5467, - ["cyclone_attack_speed_+%"]=3493, - ["cyclone_damage_+%"]=3315, - ["cyclone_max_stages_movement_speed_+%"]=5468, - ["dagger_accuracy_rating"]=1716, - ["dagger_accuracy_rating_+%"]=1307, - ["dagger_attack_speed_+%"]=1290, - ["dagger_critical_strike_chance_+%"]=1331, - ["dagger_damage_+%"]=1214, - ["damage_+%"]=1119, - ["damage_+%_against_enemies_marked_by_you"]=5492, - ["damage_+%_against_enemies_with_fully_broken_armour"]=5469, - ["damage_+%_during_flask_effect"]=3709, - ["damage_+%_final_against_bloodlusting_enemies"]=5470, - ["damage_+%_final_if_lost_endurance_charge_in_past_8_seconds"]=5493, - ["damage_+%_final_if_there_is_at_most_1_rare_or_unique_enemy_nearby"]=5471, - ["damage_+%_final_with_at_least_1_nearby_ally"]=5494, - ["damage_+%_for_4_seconds_on_crit"]=3104, - ["damage_+%_for_4_seconds_on_detonation"]=3125, - ["damage_+%_for_4_seconds_when_you_kill_a_bleeding_enemy"]=3712, - ["damage_+%_for_4_seconds_when_you_kill_a_cursed_enemy"]=3688, - ["damage_+%_for_each_herald_affecting_you"]=5495, - ["damage_+%_for_each_level_the_enemy_is_higher_than_you"]=3818, - ["damage_+%_for_each_trap_and_mine_active"]=3703, - ["damage_+%_for_enemies_you_inflict_spiders_web_upon"]=5496, - ["damage_+%_for_you_and_allies_affected_by_your_auras"]=3696, - ["damage_+%_if_enemy_killed_recently"]=5497, - ["damage_+%_if_enemy_killed_recently_final"]=3842, - ["damage_+%_if_enemy_shattered_recently"]=5498, - ["damage_+%_if_firing_atleast_7_projectiles"]=5499, - ["damage_+%_if_golem_summoned_in_past_8_seconds"]=3337, - ["damage_+%_if_have_been_ignited_recently"]=5500, - ["damage_+%_if_have_crit_in_past_8_seconds"]=5501, - ["damage_+%_if_only_one_enemy_nearby"]=5502, - ["damage_+%_if_skill_costs_life"]=5503, - ["damage_+%_if_triggered_skill_recently"]=5472, - ["damage_+%_if_used_travel_skill_recently"]=5504, - ["damage_+%_if_you_have_consumed_a_corpse_recently"]=3874, - ["damage_+%_if_you_have_frozen_enemy_recently"]=5505, - ["damage_+%_if_you_have_shocked_recently"]=5506, - ["damage_+%_of_each_type_that_you_have_an_active_golem_of"]=3718, - ["damage_+%_on_consecrated_ground"]=3197, - ["damage_+%_on_full_energy_shield"]=5530, - ["damage_+%_per_1%_block_chance"]=5514, - ["damage_+%_per_1%_increased_item_found_quantity"]=5515, - ["damage_+%_per_100_dexterity"]=5507, - ["damage_+%_per_100_intelligence"]=5508, - ["damage_+%_per_100_strength"]=5509, - ["damage_+%_per_10_dex"]=5510, - ["damage_+%_per_10_levels"]=2541, - ["damage_+%_per_15_dex"]=5511, - ["damage_+%_per_15_int"]=5512, - ["damage_+%_per_15_strength"]=5513, - ["damage_+%_per_5_of_your_lowest_attribute"]=5516, - ["damage_+%_per_abyss_jewel_type"]=3793, - ["damage_+%_per_active_curse_on_self"]=1142, - ["damage_+%_per_active_golem"]=5517, - ["damage_+%_per_active_link"]=5518, - ["damage_+%_per_active_trap"]=3114, - ["damage_+%_per_crab_charge"]=3981, - ["damage_+%_per_different_warcry_used_recently"]=5519, - ["damage_+%_per_endurance_charge"]=2870, - ["damage_+%_per_enemy_elemental_ailment"]=5473, - ["damage_+%_per_equipped_magic_item"]=2757, - ["damage_+%_per_fire_adaptation"]=4048, - ["damage_+%_per_frenzy_charge"]=2949, - ["damage_+%_per_frenzy_power_or_endurance_charge"]=5520, - ["damage_+%_per_poison_stack"]=5474, - ["damage_+%_per_poison_up_to_75%"]=5521, - ["damage_+%_per_power_charge"]=5522, - ["damage_+%_per_raised_zombie"]=5475, - ["damage_+%_per_recently_triggered_hazard_up_to_50%"]=5523, - ["damage_+%_per_shock"]=2479, - ["damage_+%_per_socketed_red_support_gem"]=5476, - ["damage_+%_per_warcry_used_recently"]=5524, - ["damage_+%_per_your_aura_or_herald_skill_affecting_you"]=5525, - ["damage_+%_to_rare_and_unique_enemies"]=2879, - ["damage_+%_to_you_and_nearby_allies_while_you_have_fortify"]=3713, - ["damage_+%_vs_abyssal_monsters"]=5526, - ["damage_+%_vs_blinded_enemies"]=2516, - ["damage_+%_vs_burning_enemies"]=3100, - ["damage_+%_vs_dazed_enemies"]=5477, - ["damage_+%_vs_demons"]=2469, - ["damage_+%_vs_enemies_affected_by_status_ailments"]=3110, - ["damage_+%_vs_enemies_on_full_life"]=5527, - ["damage_+%_vs_enemies_on_low_life_per_frenzy_charge"]=2515, - ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=1162, - ["damage_+%_vs_frozen_enemies"]=1158, - ["damage_+%_vs_frozen_shocked_ignited_enemies"]=1163, - ["damage_+%_vs_hindered_enemies"]=3734, - ["damage_+%_vs_magic_monsters"]=5528, - ["damage_+%_vs_rare_monsters"]=2512, - ["damage_+%_vs_taunted_enemies"]=5529, - ["damage_+%_when_currently_has_no_energy_shield"]=2439, - ["damage_+%_when_not_on_low_life"]=2875, - ["damage_+%_when_on_burning_ground"]=1854, - ["damage_+%_when_on_full_life"]=5531, - ["damage_+%_when_on_low_life"]=1141, - ["damage_+%_while_affected_by_a_herald"]=5532, - ["damage_+%_while_channelling"]=5533, - ["damage_+%_while_dead"]=2772, - ["damage_+%_while_es_not_full"]=3705, - ["damage_+%_while_fortified"]=2868, - ["damage_+%_while_ignited"]=2507, - ["damage_+%_while_in_blood_stance"]=5534, - ["damage_+%_while_in_presence_of_companion"]=5478, - ["damage_+%_while_leeching"]=2743, - ["damage_+%_while_life_leeching"]=1143, - ["damage_+%_while_mana_leeching"]=1145, - ["damage_+%_while_totem_active"]=2876, - ["damage_+%_while_unarmed"]=3219, - ["damage_+%_while_using_charm"]=5535, - ["damage_+%_while_wielding_bow_if_totem_summoned"]=5536, - ["damage_+%_while_wielding_two_different_weapon_types"]=5537, - ["damage_+%_while_wielding_wand"]=1231, - ["damage_+%_while_you_have_a_summoned_golem"]=5538, - ["damage_+%_with_bow_skills"]=887, - ["damage_+%_with_daggers_against_full_life_enemies"]=5539, - ["damage_+%_with_herald_skills"]=5540, - ["damage_+%_with_maces_sceptres_staves"]=5541, - ["damage_+%_with_melee_weapons"]=1193, - ["damage_+%_with_movement_skills"]=1298, - ["damage_+%_with_non_vaal_skills_during_soul_gain_prevention"]=5542, - ["damage_+%_with_one_handed_melee_weapons"]=1192, - ["damage_+%_with_one_handed_weapons"]=2997, - ["damage_+%_with_shield_skills"]=5543, - ["damage_+%_with_shield_skills_per_2%_attack_block"]=5544, - ["damage_+%_with_two_handed_melee_weapons"]=1198, - ["damage_+%_with_two_handed_weapons"]=2998, - ["damage_+1%_per_X_strength_when_in_main_hand"]=2480, - ["damage_and_minion_damage_+%_for_4_seconds_on_consume_corpse"]=3106, - ["damage_blocked_%_recouped_as_mana"]=5479, - ["damage_over_time_+%"]=1136, - ["damage_over_time_+%_per_frenzy_charge"]=1840, - ["damage_over_time_+%_per_power_charge"]=1841, - ["damage_over_time_+%_while_affected_by_a_herald"]=5481, - ["damage_over_time_+%_while_dual_wielding"]=1842, - ["damage_over_time_+%_while_holding_a_shield"]=1843, - ["damage_over_time_+%_while_wielding_two_handed_weapon"]=1844, - ["damage_over_time_+%_with_attack_skills"]=5482, - ["damage_over_time_+%_with_bow_skills"]=5483, - ["damage_over_time_+%_with_herald_skills"]=5484, - ["damage_over_time_multiplier_+_if_enemy_killed_recently"]=5480, - ["damage_over_time_multiplier_+_with_attacks"]=1165, - ["damage_over_time_taken_+%_while_you_have_at_least_20_fortification"]=5485, - ["damage_penetrates_%_cold_resistance_while_affected_by_herald_of_ice"]=5486, - ["damage_penetrates_%_elemental_resistance_if_enemy_not_killed_recently"]=5487, - ["damage_penetrates_%_elemental_resistance_vs_chilled_enemies"]=5488, - ["damage_penetrates_%_elemental_resistance_vs_cursed_enemies"]=5489, - ["damage_penetrates_%_fire_resistance_while_affected_by_herald_of_ash"]=5490, - ["damage_penetrates_%_lightning_resistance_while_affected_by_herald_of_thunder"]=5491, - ["damage_recouped_as_life_%_if_leech_removed_by_filling_recently"]=5545, - ["damage_reduction_rating_%_with_active_totem"]=3000, - ["damage_reduction_rating_from_body_armour_doubled"]=2999, - ["damage_removed_from_mana_before_life_%_while_affected_by_clarity"]=5546, - ["damage_removed_from_mana_before_life_%_while_focused"]=5547, - ["damage_removed_from_spectres_before_life_or_es_%"]=5548, - ["damage_removed_from_your_nearest_totem_before_life_or_es_%"]=5549, - ["damage_taken_%_recovered_as_energy_shield_from_stunning_hits"]=5561, - ["damage_taken_%_recovered_as_life_from_stunning_hits"]=5562, - ["damage_taken_+%_final_from_enemies_near_marked_enemy"]=5563, - ["damage_taken_+%_final_per_tailwind"]=5564, - ["damage_taken_+%_final_per_totem"]=5565, - ["damage_taken_+%_for_4_seconds_after_spending_200_mana"]=5550, - ["damage_taken_+%_for_4_seconds_on_kill"]=2987, - ["damage_taken_+%_for_4_seconds_on_killing_taunted_enemy"]=3088, - ["damage_taken_+%_from_bleeding_enemies"]=2978, - ["damage_taken_+%_from_blinded_enemies"]=2947, - ["damage_taken_+%_from_ghosts"]=1940, - ["damage_taken_+%_from_hits"]=1932, - ["damage_taken_+%_from_skeletons"]=1939, - ["damage_taken_+%_from_taunted_enemies"]=3714, - ["damage_taken_+%_if_have_been_frozen_recently"]=5566, - ["damage_taken_+%_if_have_not_been_hit_recently"]=5567, - ["damage_taken_+%_if_not_hit_recently_final"]=3811, - ["damage_taken_+%_if_taunted_an_enemy_recently"]=3846, - ["damage_taken_+%_if_there_are_at_least_2_rare_or_unique_enemies_nearby"]=5551, - ["damage_taken_+%_if_you_have_taken_a_savage_hit_recently"]=3799, - ["damage_taken_+%_on_full_life"]=5568, - ["damage_taken_+%_on_low_life"]=5569, - ["damage_taken_+%_per_frenzy_charge"]=2621, - ["damage_taken_+%_to_an_element_for_4_seconds_when_hit_by_damage_from_an_element"]=3257, - ["damage_taken_+%_vs_demons"]=2468, - ["damage_taken_+%_while_affected_by_elusive"]=5552, - ["damage_taken_+%_while_es_full"]=1936, - ["damage_taken_+%_while_leeching"]=5570, - ["damage_taken_+%_while_phasing"]=5571, - ["damage_taken_from_suppressed_hits_is_unlucky"]=5553, - ["damage_taken_from_traps_and_mines_+%"]=2957, - ["damage_taken_goes_to_life_mana_es_over_4_seconds_%"]=5554, - ["damage_taken_goes_to_life_over_4_seconds_%"]=989, - ["damage_taken_goes_to_mana_%"]=996, - ["damage_taken_goes_to_mana_%_per_power_charge"]=2840, - ["damage_taken_goes_to_mana_over_4_seconds_%_while_affected_by_clarity"]=5555, - ["damage_taken_over_time_+%_final_during_life_flask_effect"]=5556, - ["damage_taken_per_250_dexterity_+%"]=5557, - ["damage_taken_per_250_intelligence_+%"]=5558, - ["damage_taken_per_250_strength_+%"]=5559, - ["damage_taken_per_ghost_dance_stack_+%"]=5560, - ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=2697, - ["damage_vs_enemies_on_full_life_per_power_charge_+%"]=2680, - ["damage_vs_enemies_on_low_life_+%"]=2513, - ["damage_vs_enemies_on_low_life_per_power_charge_+%"]=2681, - ["damage_vs_shocked_enemies_+%"]=1160, - ["damage_while_dual_wielding_+%"]=1186, - ["damage_while_no_damage_taken_+%"]=2888, - ["damage_while_no_frenzy_charges_+%"]=3401, - ["damage_with_cold_skills_+%"]=1249, - ["damage_with_fire_skills_+%"]=1241, - ["damage_with_hits_is_lucky_vs_enemies_on_low_life"]=5572, - ["damage_with_hits_is_lucky_vs_heavy_stunned_enemies"]=5573, - ["damage_with_lightning_skills_+%"]=1254, - ["damaging_ailment_duration_+%"]=5574, - ["damaging_ailments_deal_damage_+%_faster"]=5576, - ["dark_pact_minions_recover_%_life_on_hit"]=5577, - ["dark_ritual_area_of_effect_+%"]=5578, - ["dark_ritual_damage_+%"]=5579, - ["dark_ritual_linked_curse_effect_+%"]=5580, - ["darkness_per_level"]=5581, - ["darkness_refresh_rate_+%"]=5582, - ["daytime_fish_caught_size_+%"]=5583, - ["daze_build_up_+%"]=5584, - ["daze_duration_+%"]=5585, - ["deadeye_accuracy_unaffected_by_range"]=5586, - ["deadeye_damage_taken_+%_final_from_marked_enemy"]=5587, - ["deadeye_movement_speed_penalty_+%_final_while_performing_action"]=5588, - ["deadeye_projectile_damage_+%_final_max_as_distance_travelled_decreases"]=5589, - ["deadeye_projectile_damage_+%_final_max_as_distance_travelled_increases"]=5590, - ["deal_1000_chaos_damage_per_second_for_10_seconds_on_hit"]=5591, - ["deal_chaos_damage_per_second_for_10_seconds_on_hit"]=5592, - ["deal_chaos_damage_per_second_for_8_seconds_on_curse"]=5593, - ["deal_double_damage_to_enemies_on_full_life"]=5594, - ["deal_no_damage_when_not_on_low_life"]=5595, - ["deal_no_damage_yourself"]=1941, - ["deal_no_elemental_damage"]=5596, - ["deal_no_elemental_physical_damage"]=5597, - ["deal_no_non_chaos_damage"]=5598, - ["deal_no_non_cold_damage"]=2499, - ["deal_no_non_elemental_damage"]=5599, - ["deal_no_non_fire_damage"]=2497, - ["deal_no_non_lightning_damage"]=2498, - ["deal_no_non_physical_damage"]=2495, - ["deal_thorns_damage_chance_%_on_hit"]=5600, - ["deal_thorns_damage_on_hit"]=5601, - ["deal_thorns_damage_on_stun"]=5602, - ["deathgrip_presence"]=5603, - ["deaths_oath_debuff_on_kill_base_chaos_damage_to_deal_per_minute"]=2402, - ["deaths_oath_debuff_on_kill_duration_ms"]=2402, - ["debilitate_enemies_for_1_second_on_hit_%_chance"]=5604, - ["debilitate_enemies_for_x_milliseconds_when_suppressing_their_spell"]=5605, - ["debuff_time_passed_+%"]=5607, - ["debuff_time_passed_-%_while_affected_by_haste"]=5606, - ["decimating_strike"]=5608, - ["decoy_rejuvenation_devouring_totem_totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=5609, - ["decoy_totem_life_+%"]=3625, - ["decoy_totem_radius_+%"]=3465, - ["defences_+%_while_wielding_quarterstaff"]=5610, - ["defences_+%_while_you_have_four_linked_targets"]=5611, - ["defences_are_zero"]=5612, - ["defences_from_animated_guardians_items_apply_to_animated_weapon"]=5613, - ["defend_with_%_armour_against_attacks_from_distance_greater_than_6m"]=5614, - ["defend_with_%_armour_against_critical_strikes"]=5615, - ["defend_with_%_armour_against_ranged_attacks"]=5616, - ["defend_with_%_of_armour_while_not_on_low_energy_shield"]=5617, - ["defiance_banner_aura_effect_+%"]=5618, - ["defiance_banner_mana_reservation_efficiency_+%"]=5619, - ["deflect_chance_+%"]=5621, - ["deflect_chance_is_lucky"]=5620, - ["degen_effect_+%"]=1937, - ["delirium_aura_effect_+%"]=5622, - ["delirium_mana_reservation_+%"]=5623, - ["delirium_reserves_no_mana"]=5624, - ["delve_biome_area_contains_x_extra_packs_of_insects"]=5625, - ["delve_biome_azurite_collected_+%"]=2011, - ["delve_biome_boss_drops_additional_unique_item"]=2002, - ["delve_biome_boss_drops_extra_precursor_component_ring"]=2003, - ["delve_biome_boss_drops_x_additional_fossils"]=2004, - ["delve_biome_boss_hits_always_crit"]=2005, - ["delve_biome_boss_life_+%_final"]=2006, - ["delve_biome_boss_physical_damage_%_to_gain_as_cold"]=2007, - ["delve_biome_boss_physical_damage_%_to_gain_as_fire"]=2008, - ["delve_biome_boss_physical_damage_%_to_gain_as_lightning"]=2009, - ["delve_biome_city_chambers_can_contain_special_delve_chest"]=2013, - ["delve_biome_contains_delve_boss"]=2001, - ["delve_biome_encounters_extra_reward_chest_%_chance"]=2014, - ["delve_biome_monster_drop_fossil_chance_%"]=2015, - ["delve_biome_monster_projectiles_always_pierce"]=5626, - ["delve_biome_node_tier_upgrade_+%"]=2017, - ["delve_biome_off_path_reward_chests_always_azurite"]=2019, - ["delve_biome_off_path_reward_chests_always_currency"]=2020, - ["delve_biome_off_path_reward_chests_always_fossils"]=2021, - ["delve_biome_off_path_reward_chests_always_resonators"]=2022, - ["delve_biome_off_path_reward_chests_azurite_chance_+%_final"]=2023, - ["delve_biome_off_path_reward_chests_currency_chance_+%_final"]=2024, - ["delve_biome_off_path_reward_chests_fossil_chance_+%_final"]=2025, - ["delve_biome_off_path_reward_chests_resonator_chance_+%_final"]=2026, - ["delve_biome_sulphite_cost_+%_final"]=2012, - ["delve_boss_life_+%_final_from_biome"]=5627, - ["demigod_footprints_from_item"]=9655, - ["demigods_virtue"]=9580, - ["demon_form_has_no_max_stacks"]=5628, - ["demon_minion_reservation_+%"]=8971, - ["desecrate_cooldown_speed_+%"]=3513, - ["desecrate_creates_X_additional_corpses"]=3873, - ["desecrate_damage_+%"]=3357, - ["desecrate_duration_+%"]=3550, - ["desecrate_maximum_number_of_corpses"]=5630, - ["desecrate_number_of_corpses_to_create"]=3748, - ["desecrate_on_block_%_chance_to_create"]=2292, - ["desecrated_ground_effect_on_self_+%"]=1856, - ["despair_curse_effect_+%"]=5631, - ["despair_duration_+%"]=5632, - ["despair_gem_level_+"]=1951, - ["despair_no_reservation"]=5633, - ["destructive_link_duration_+%"]=5634, - ["determination_aura_effect_+%"]=3027, - ["determination_mana_reservation_+%"]=3664, - ["determination_mana_reservation_efficiency_+%"]=5636, - ["determination_mana_reservation_efficiency_-2%_per_1"]=5635, - ["determination_reserves_no_mana"]=5637, - ["detonate_dead_%_chance_to_detonate_additional_corpse"]=3623, - ["detonate_dead_damage_+%"]=3326, - ["detonate_dead_radius_+%"]=3460, - ["devouring_totem_%_chance_to_consume_additional_corpse"]=3631, - ["dexterity_+%"]=1113, - ["dexterity_+%_if_strength_higher_than_intelligence"]=5638, - ["dexterity_inherently_grants_mana_instead_of_accuracy"]=1727, - ["dexterity_skill_gem_level_+"]=5639, - ["disable_blessing_skills_and_display_socketed_aura_gems_reserve_no_mana"]=409, - ["disable_chest_slot"]=2300, - ["disable_skill_if_melee_attack"]=2215, - ["discharge_and_voltaxic_burst_nova_spells_cast_at_target_location"]=5640, - ["discharge_area_of_effect_+%_final"]=5641, - ["discharge_chance_not_to_consume_charges_%"]=3072, - ["discharge_cooldown_override_ms"]=5642, - ["discharge_damage_+%"]=3070, - ["discharge_damage_+%_final"]=5643, - ["discharge_radius_+"]=5644, - ["discharge_radius_+%"]=3071, - ["discharge_triggered_damage_+%_final"]=5645, - ["discipline_aura_effect_+%"]=3028, - ["discipline_mana_reservation_+%"]=3665, - ["discipline_mana_reservation_efficiency_+%"]=5647, - ["discipline_mana_reservation_efficiency_-2%_per_1"]=5646, - ["discipline_reserves_no_mana"]=5648, - ["disintegrate_secondary_beam_angle_+%"]=5649, - ["dispel_bleed_on_guard_skill_use"]=5650, - ["dispel_corrupted_blood_on_guard_skill_use"]=5651, - ["dispel_status_ailments_on_flask_use"]=2961, - ["dispel_status_ailments_on_rampage_threshold"]=2643, - ["display_abberaths_hooves_skill_level"]=572, - ["display_ailment_bearer_charge_interval"]=4063, - ["display_altar_chaos_aura"]=5652, - ["display_altar_cold_aura"]=5653, - ["display_altar_fire_aura"]=5654, - ["display_altar_lightning_aura"]=5655, - ["display_altar_tangle_tentalces_daemon"]=5656, - ["display_area_contains_alluring_vaal_side_area"]=5657, - ["display_area_contains_corrupting_tempest"]=5658, - ["display_area_contains_improved_labyrinth_trial"]=5659, - ["display_attack_with_commandment_of_force_on_hit_%"]=3157, - ["display_attack_with_commandment_of_fury_on_hit_%"]=3169, - ["display_attack_with_commandment_of_ire_when_hit_%"]=3649, - ["display_attack_with_commandment_of_light_when_critically_hit_%"]=3161, - ["display_attack_with_commandment_of_spite_when_hit_%"]=3173, - ["display_attack_with_decree_of_force_on_hit_%"]=3156, - ["display_attack_with_decree_of_fury_on_hit_%"]=3168, - ["display_attack_with_decree_of_ire_when_hit_%"]=3648, - ["display_attack_with_decree_of_light_when_critically_hit_%"]=3160, - ["display_attack_with_decree_of_spite_when_hit_%"]=3172, - ["display_attack_with_edict_of_force_on_hit_%"]=3155, - ["display_attack_with_edict_of_fury_on_hit_%"]=3167, - ["display_attack_with_edict_of_ire_when_hit_%"]=3647, - ["display_attack_with_edict_of_light_when_critically_hit_%"]=3159, - ["display_attack_with_edict_of_spite_when_hit_%"]=3171, - ["display_attack_with_word_of_force_on_hit_%"]=3154, - ["display_attack_with_word_of_fury_on_hit_%"]=3166, - ["display_attack_with_word_of_ire_when_hit_%"]=3646, - ["display_attack_with_word_of_light_when_critically_hit_%"]=3158, - ["display_attack_with_word_of_spite_when_hit_%"]=3170, - ["display_bow_range_+"]=2744, - ["display_cast_commandment_of_blades_on_hit_%_"]=3133, - ["display_cast_commandment_of_flames_on_hit_%"]=3184, - ["display_cast_commandment_of_frost_on_kill_%"]=3188, - ["display_cast_commandment_of_inferno_on_kill_%"]=3141, - ["display_cast_commandment_of_reflection_when_hit_%"]=3153, - ["display_cast_commandment_of_tempest_on_hit_%"]=3145, - ["display_cast_commandment_of_the_grave_on_kill_%"]=3149, - ["display_cast_commandment_of_thunder_on_kill_%"]=3192, - ["display_cast_commandment_of_war_on_kill_%"]=3165, - ["display_cast_commandment_of_winter_when_hit_%"]=3137, - ["display_cast_decree_of_blades_on_hit_%__"]=3132, - ["display_cast_decree_of_flames_on_hit_%"]=3183, - ["display_cast_decree_of_frost_on_kill_%"]=3187, - ["display_cast_decree_of_inferno_on_kill_%"]=3140, - ["display_cast_decree_of_reflection_when_hit_%"]=3152, - ["display_cast_decree_of_tempest_on_hit_%"]=3144, - ["display_cast_decree_of_the_grave_on_kill_%"]=3148, - ["display_cast_decree_of_thunder_on_kill_%"]=3191, - ["display_cast_decree_of_war_on_kill_%"]=3164, - ["display_cast_decree_of_winter_when_hit_%"]=3136, - ["display_cast_edict_of_blades_on_hit_%_"]=3131, - ["display_cast_edict_of_flames_on_hit_%"]=3182, - ["display_cast_edict_of_frost_on_kill_%"]=3186, - ["display_cast_edict_of_inferno_on_kill_%"]=3139, - ["display_cast_edict_of_reflection_when_hit_%"]=3151, - ["display_cast_edict_of_tempest_on_hit_%"]=3143, - ["display_cast_edict_of_the_grave_on_kill_%"]=3147, - ["display_cast_edict_of_thunder_on_kill_%"]=3190, - ["display_cast_edict_of_war_on_kill_%"]=3163, - ["display_cast_edict_of_winter_when_hit_%"]=3135, - ["display_cast_fire_burst_on_kill"]=573, - ["display_cast_word_of_blades_on_hit_%"]=3130, - ["display_cast_word_of_flames_on_hit_%"]=3181, - ["display_cast_word_of_frost_on_kill_%"]=3185, - ["display_cast_word_of_inferno_on_kill_%"]=3138, - ["display_cast_word_of_reflection_when_hit_%"]=3150, - ["display_cast_word_of_tempest_on_hit_%"]=3142, - ["display_cast_word_of_the_grave_on_kill_%"]=3146, - ["display_cast_word_of_thunder_on_kill_%"]=3189, - ["display_cast_word_of_war_on_kill_%"]=3162, - ["display_cast_word_of_winter_when_hit_%"]=3134, - ["display_cowards_trial_waves_of_monsters"]=5660, - ["display_cowards_trial_waves_of_undead_monsters"]=5661, - ["display_dark_ritual_curse_max_skill_level_requirement"]=5662, - ["display_golden_radiance"]=2214, - ["display_heist_contract_lockdown_timer_+%"]=5663, - ["display_herald_of_thunder_storm"]=5339, - ["display_item_generation_can_roll_minion_affixes"]=41, - ["display_item_generation_can_roll_totem_affixes"]=42, - ["display_item_quantity_increases_rewards_from_boss_by_x_percent_of_its_value"]=5664, - ["display_item_quantity_increases_rewards_from_encounter_by_x_percent_of_its_value"]=5665, - ["display_legion_uber_fragment_improved_rewards_+%"]=5666, - ["display_link_stuff"]=6890, - ["display_mana_cost_reduction_%"]=1664, - ["display_map_augmentable_boss"]=5667, - ["display_map_boss_gives_experience_+%"]=2544, - ["display_map_final_boss_drops_higher_level_gear"]=2543, - ["display_map_has_oxygen"]=2674, - ["display_map_inhabited_by_lunaris_fanatics"]=5668, - ["display_map_inhabited_by_solaris_fanatics"]=5669, - ["display_map_inhabited_by_wild_beasts"]=2054, - ["display_map_labyrinth_chests_fortune"]=5670, - ["display_map_labyrinth_enchant_belts"]=5671, - ["display_map_large_chest"]=2260, - ["display_map_larger_maze"]=2259, - ["display_map_mission_id"]=5672, - ["display_map_no_monsters"]=2157, - ["display_map_restless_dead"]=2258, - ["display_memory_line_abyss_beyond_monsters_from_cracks"]=5673, - ["display_memory_line_ambush_contains_standalone_map_boss"]=5674, - ["display_memory_line_ambush_strongbox_chain"]=5675, - ["display_memory_line_anarchy_rogue_exiles_in_packs"]=5676, - ["display_memory_line_bestiary_capturable_harvest_monsters"]=5677, - ["display_memory_line_breach_area_is_breached"]=5678, - ["display_memory_line_breach_miniature_flash_breaches"]=5679, - ["display_memory_line_domination_multiple_modded_shrines"]=5680, - ["display_memory_line_domination_shrines_to_pantheon_gods"]=5681, - ["display_memory_line_essence_multiple_rare_monsters"]=5682, - ["display_memory_line_essence_rogue_exiles"]=5683, - ["display_memory_line_harbinger_player_is_a_harbinger"]=5684, - ["display_memory_line_harbinger_portals_everywhere"]=5685, - ["display_memory_line_harvest_larger_plot_with_premium_seeds"]=5686, - ["display_memory_line_incursion_reverse"]=5687, - ["display_memory_line_torment_player_is_possessed"]=5688, - ["display_memory_line_torment_rares_uniques_are_possessed"]=5689, - ["display_minion_maximum_life"]=1665, - ["display_modifiers_to_totem_life_effect_these_minions"]=5690, - ["display_passive_attribute_text"]=5691, - ["display_socketed_minion_gems_supported_by_level_X_life_leech"]=404, - ["display_strongbox_drops_additional_shaper_or_elder_cards"]=5692, - ["display_trigger_arcane_wake_after_spending_200_mana_%_chance"]=574, - ["distance_scaled_accuracy_rating_penalty_+%"]=5693, - ["divine_tempest_beam_width_+%"]=5694, - ["divine_tempest_damage_+%"]=5695, - ["divine_tempest_number_of_additional_nearby_enemies_to_zap"]=5696, - ["do_not_chain"]=1510, - ["dodge_roll_base_travel_distance"]=5697, - ["dodge_roll_can_avoid_all_damage"]=5698, - ["dodge_roll_phasing_without_visual"]=5699, - ["dodge_roll_travel_distance_+_if_dodge_rolled_recently"]=4065, - ["dodge_roll_travel_distance_+_if_not_dodge_rolled_recently"]=4064, - ["doedre_aura_damage_+%_final"]=5700, - ["dominance_additional_block_%_on_nearby_allies_per_100_strength"]=2684, - ["dominance_cast_speed_+%_on_nearby_allies_per_100_intelligence"]=2687, - ["dominance_critical_strike_multiplier_+_on_nearby_allies_per_100_dexterity"]=2686, - ["dominance_defences_+%_on_nearby_allies_per_100_strength"]=2685, - ["dominating_blow_and_absolution_additive_minion_damage_modifiers_apply_to_you_at_150%_value"]=5701, - ["dominating_blow_duration_+%"]=3529, - ["dominating_blow_minion_damage_+%"]=3340, - ["dominating_blow_skill_attack_damage_+%"]=3341, - ["dot_multiplier_+"]=1164, - ["dot_multiplier_+_if_crit_in_past_8_seconds"]=5702, - ["dot_multiplier_+_while_affected_by_malevolence"]=5703, - ["dot_multiplier_+_with_bow_skills"]=5704, - ["double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%"]=5705, - ["double_armour_effect"]=5706, - ["double_damage_%_chance_while_wielding_mace_sceptre_staff"]=5708, - ["double_damage_chance_%_if_below_100_strength"]=5707, - ["double_effect_of_consuming_frenzy_charges"]=5709, - ["double_evasion_rating_from_gloves_helmets_boots"]=5710, - ["double_number_of_poison_you_can_inflict"]=5711, - ["double_slash_critical_strike_chance_+%"]=3772, - ["double_slash_damage_+%"]=3765, - ["double_slash_maximum_added_physical_damage_vs_bleeding_enemies"]=5712, - ["double_slash_minimum_added_physical_damage_vs_bleeding_enemies"]=5712, - ["double_slash_radius_+%"]=3774, - ["double_strike_attack_speed_+%"]=3484, - ["double_strike_chance_to_deal_double_damage_%_vs_bleeding_enemies"]=5713, - ["double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%"]=2901, - ["double_strike_critical_strike_chance_+%"]=3567, - ["double_strike_damage_+%"]=3269, - ["drain_%_max_mana_to_activate_expended_charms"]=5714, - ["drain_focus_%_of_damage_dealt_on_hit"]=5715, - ["drain_x_flask_charges_over_time_on_hit_for_6_seconds"]=5716, - ["dread_banner_aura_effect_+%"]=5717, - ["dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner"]=5718, - ["dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner_div_50"]=5719, - ["dread_banner_mana_reservation_efficiency_+%"]=5720, - ["dual_strike_accuracy_rating_+%_while_wielding_sword"]=5721, - ["dual_strike_attack_speed_+%"]=3485, - ["dual_strike_attack_speed_+%_while_wielding_claw"]=5722, - ["dual_strike_critical_strike_chance_+%"]=3568, - ["dual_strike_critical_strike_multiplier_+_while_wielding_dagger"]=5723, - ["dual_strike_damage_+%"]=3270, - ["dual_strike_intimidate_on_hit_while_wielding_axe"]=5724, - ["dual_strike_main_hand_deals_double_damage_%"]=5725, - ["dual_strike_melee_splash_while_wielding_mace"]=5726, - ["dual_strike_melee_splash_with_off_hand_weapon"]=5727, - ["dual_wield_inherent_attack_speed_is_doubled_while_dual_wielding_claws"]=5728, - ["dual_wield_or_shield_block_%"]=1097, - ["duelist_hidden_ascendancy_attack_skill_final_repeat_damage_+%_final"]=5729, - ["duration_of_ailments_on_self_+%_per_fortification"]=5730, - ["each_arrow_fired_gains_random_perdandus_prefix"]=5731, - ["earthquake_and_earthshatter_shatter_on_killing_blow"]=5732, - ["earthquake_damage_+%"]=3372, - ["earthquake_damage_+%_per_100ms_duration"]=5733, - ["earthquake_duration_+%"]=3557, - ["earthquake_radius_+%"]=3475, - ["earthshatter_area_of_effect_+%"]=5734, - ["earthshatter_damage_+%"]=5735, - ["electrocuted_enemy_damage_taken_+%"]=5736, - ["elemental_ailment_duration_on_self_+%_while_holding_shield"]=5737, - ["elemental_ailment_on_self_duration_+%_with_rare_abyss_jewel_socketed"]=5738, - ["elemental_ailment_types_apply_damage_taken_+%"]=5739, - ["elemental_ailments_reflected_to_self"]=5740, - ["elemental_critical_strike_chance_+%"]=1348, - ["elemental_critical_strike_multiplier_+"]=1369, - ["elemental_damage_+%"]=1692, - ["elemental_damage_+%_during_flask_effect"]=3849, - ["elemental_damage_+%_final_per_righteous_charge"]=5745, - ["elemental_damage_+%_if_cursed_enemy_killed_recently"]=5746, - ["elemental_damage_+%_if_enemy_chilled_recently"]=5747, - ["elemental_damage_+%_if_enemy_ignited_recently"]=5748, - ["elemental_damage_+%_if_enemy_shocked_recently"]=5749, - ["elemental_damage_+%_if_have_crit_recently"]=5750, - ["elemental_damage_+%_if_used_a_warcry_recently"]=5751, - ["elemental_damage_+%_per_10_devotion"]=5752, - ["elemental_damage_+%_per_10_dexterity"]=5753, - ["elemental_damage_+%_per_12_int"]=5754, - ["elemental_damage_+%_per_12_strength"]=5755, - ["elemental_damage_+%_per_divine_charge"]=4021, - ["elemental_damage_+%_per_frenzy_charge"]=1845, - ["elemental_damage_+%_per_level"]=2663, - ["elemental_damage_+%_per_power_charge"]=5756, - ["elemental_damage_+%_per_sextant_affecting_area"]=5757, - ["elemental_damage_+%_per_stackable_unique_jewel"]=3786, - ["elemental_damage_+%_while_affected_by_a_herald"]=5758, - ["elemental_damage_+%_while_in_area_affected_by_sextant"]=5759, - ["elemental_damage_additional_rolls_lucky_shocked"]=5741, - ["elemental_damage_can_freeze"]=5742, - ["elemental_damage_can_ignite"]=5743, - ["elemental_damage_can_inflict_bleeding"]=5744, - ["elemental_damage_can_shock"]=2573, - ["elemental_damage_reduction_%_from_evasion_rating"]=5760, - ["elemental_damage_resistance_+%"]=5761, - ["elemental_damage_resisted_by_lowest_elemental_resistance"]=5762, - ["elemental_damage_taken_%_as_chaos"]=2175, - ["elemental_damage_taken_%_recouped_as_life"]=5763, - ["elemental_damage_taken_+%"]=2956, - ["elemental_damage_taken_+%_at_maximum_endurance_charges"]=2983, - ["elemental_damage_taken_+%_during_flask_effect"]=3711, - ["elemental_damage_taken_+%_final_per_raised_zombie"]=5764, - ["elemental_damage_taken_+%_if_been_hit_recently"]=5766, - ["elemental_damage_taken_+%_if_not_hit_recently"]=5767, - ["elemental_damage_taken_+%_if_you_have_an_endurance_charge"]=5768, - ["elemental_damage_taken_+%_per_endurance_charge"]=5769, - ["elemental_damage_taken_+%_while_on_consecrated_ground"]=3683, - ["elemental_damage_taken_+%_while_stationary"]=5770, - ["elemental_damage_taken_from_hits_+%_per_endurance_charge"]=5765, - ["elemental_damage_with_attack_skills_+%"]=885, - ["elemental_damage_with_attack_skills_+%_per_power_charge"]=5771, - ["elemental_damage_with_attack_skills_+%_while_using_flask"]=2461, - ["elemental_golem_granted_buff_effect_+%"]=3722, - ["elemental_golem_immunity_to_elemental_damage"]=3719, - ["elemental_golems_maximum_life_is_doubled"]=5772, - ["elemental_hit_and_wild_strike_chance_to_inflict_scorch_brittle_sap_%"]=5773, - ["elemental_hit_attack_speed_+%"]=3492, - ["elemental_hit_cannot_roll_cold_damage"]=5774, - ["elemental_hit_cannot_roll_fire_damage"]=5775, - ["elemental_hit_cannot_roll_lightning_damage"]=5776, - ["elemental_hit_chance_to_freeze_shock_ignite_%"]=3609, - ["elemental_hit_damage_+%"]=3314, - ["elemental_hit_damage_taken_%_as_physical"]=5777, - ["elemental_hit_deals_50%_less_cold_damage"]=5778, - ["elemental_hit_deals_50%_less_fire_damage"]=5779, - ["elemental_hit_deals_50%_less_lightning_damage"]=5780, - ["elemental_overload_rotation_active"]=9640, - ["elemental_penetration_%_during_flask_effect"]=3885, - ["elemental_penetration_%_if_you_have_a_power_charge"]=5782, - ["elemental_penetration_%_while_chilled"]=5783, - ["elemental_penetration_can_go_down_to_override"]=5781, - ["elemental_reflect_damage_taken_+%"]=2418, - ["elemental_reflect_damage_taken_+%_while_affected_by_purity_of_elements"]=5785, - ["elemental_reflect_damage_taken_and_minion_elemental_reflect_damage_taken_+%"]=5784, - ["elemental_resistance_%_per_10_devotion"]=5788, - ["elemental_resistance_%_per_minion_up_to_30%"]=5786, - ["elemental_resistance_%_per_stackable_unique_jewel"]=3787, - ["elemental_resistance_%_when_on_low_life"]=1447, - ["elemental_resistance_+%_per_15_ascendance"]=1116, - ["elemental_resistance_cannot_be_lowered_by_curses"]=5787, - ["elemental_resistances_+%_for_you_and_allies_affected_by_your_auras"]=3697, - ["elemental_resistances_are_limited_by_highest_maximum_elemental_resistance"]=5789, - ["elemental_skill_chance_to_blind_nearby_enemies_%"]=5790, - ["elemental_skill_gem_level_+"]=5791, - ["elemental_skills_deal_triple_damage"]=5792, - ["elemental_storm_cooldown_recovery_speed_+%_final"]=5793, - ["elemental_weakness_curse_effect_+%"]=3639, - ["elemental_weakness_duration_+%"]=3547, - ["elemental_weakness_ignores_hexproof"]=2318, - ["elemental_weakness_no_reservation"]=5794, - ["elementalist_all_damage_causes_chill_shock_and_ignite_for_4_seconds_on_kill_%"]=3263, - ["elementalist_area_of_effect_+%_for_5_seconds"]=5795, - ["elementalist_chill_maximum_magnitude_override"]=5796, - ["elementalist_cold_penetration_%_for_4_seconds_on_using_fire_skill"]=3259, - ["elementalist_damage_with_an_element_+%_for_4_seconds_after_being_hit_by_an_element"]=3256, - ["elementalist_elemental_damage_+%_for_4_seconds_every_10_seconds"]=3258, - ["elementalist_elemental_damage_+%_for_5_seconds"]=5797, - ["elementalist_fire_penetration_%_for_4_seconds_on_using_lightning_skill"]=3261, - ["elementalist_gain_shaper_of_desolation_every_10_seconds"]=5798, - ["elementalist_ignite_effect_+%_final"]=5799, - ["elementalist_lightning_penetration_%_for_4_seconds_on_using_cold_skill"]=3260, - ["elementalist_skill_area_of_effect_+%_for_4_seconds_every_10_seconds"]=3862, - ["elementalist_summon_elemental_golem_on_killing_enemy_with_element_%"]=3262, - ["elusive_effect_+%"]=5800, - ["elusive_effect_on_self_+%_per_power_charge"]=4024, - ["ember_projectile_spread_area_+%"]=5801, - ["empowered_attack_damage_+%"]=5802, - ["empowered_attack_double_damage_%_chance"]=5803, - ["empowered_attack_hit_damage_stun_multiplier_+%"]=5804, - ["enable_ring_slot_3"]=5805, - ["enchantment_boots_added_cold_damage_when_hit_maximum"]=2907, - ["enchantment_boots_added_cold_damage_when_hit_minimum"]=2907, - ["enchantment_boots_attack_and_cast_speed_+%_for_4_seconds_on_kill"]=2906, - ["enchantment_boots_damage_penetrates_elemental_resistance_%_while_you_havent_killed_for_4_seconds"]=2970, - ["enchantment_boots_life_regen_per_minute_%_for_4_seconds_when_hit"]=2842, - ["enchantment_boots_mana_costs_when_hit_+%"]=2903, - ["enchantment_boots_mana_regeneration_rate_+%_if_cast_spell_recently"]=5806, - ["enchantment_boots_maximum_added_chaos_damage_for_4_seconds_when_crit_4s"]=2972, - ["enchantment_boots_maximum_added_fire_damage_on_kill_4s"]=2909, - ["enchantment_boots_maximum_added_lightning_damage_when_you_havent_killed_for_4_seconds"]=2908, - ["enchantment_boots_minimum_added_chaos_damage_for_4_seconds_when_crit_4s"]=2972, - ["enchantment_boots_minimum_added_fire_damage_on_kill_4s"]=2909, - ["enchantment_boots_minimum_added_lightning_damage_when_you_havent_killed_for_4_seconds"]=2908, - ["enchantment_boots_movement_speed_+%_when_not_hit_for_4_seconds"]=2910, - ["enchantment_boots_physical_damage_%_added_as_elements_in_spells_that_hit_you_in_past_4_seconds"]=2971, - ["enchantment_boots_status_ailment_chance_+%_when_havent_crit_for_4_seconds"]=2911, - ["enchantment_boots_stun_avoid_%_on_kill"]=2904, - ["enchantment_critical_strike_chance_+%_if_you_havent_crit_for_4_seconds"]=3196, - ["endurance_charge_duration_+%"]=1832, - ["endurance_charge_on_hit_%_vs_no_armour"]=5807, - ["endurance_charge_on_kill_%"]=2339, - ["endurance_charge_on_kill_percent_chance_while_holding_shield"]=5808, - ["endurance_charge_on_melee_stun_damage_+%_final_per_endurance_charge"]=5809, - ["endurance_charge_on_off_hand_kill_%"]=3101, - ["endurance_only_conduit"]=1985, - ["enduring_cry_buff_effect_+%"]=3737, - ["enduring_cry_cooldown_speed_+%"]=3518, - ["enduring_cry_grants_x_additional_endurance_charges"]=5810, - ["enemies_affected_by_your_hazards_recently_have_+%_armour"]=5811, - ["enemies_affected_by_your_hazards_recently_have_+%_evasion_rating"]=5812, - ["enemies_are_maimed_for_x_seconds_after_becoming_unpinned"]=5813, - ["enemies_blinded_by_you_while_blinded_have_malediction"]=5814, - ["enemies_chaos_resistance_%_while_cursed"]=3687, - ["enemies_chill_as_unfrozen"]=1623, - ["enemies_chilled_by_bane_and_contagion"]=5815, - ["enemies_chilled_by_hits_take_damage_increased_by_chill_effect"]=5816, - ["enemies_cursed_by_you_have_life_regeneration_rate_+%"]=5817, - ["enemies_damage_taken_+%_while_cursed"]=3394, - ["enemies_explode_for_%_life_as_physical_damage"]=5818, - ["enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage"]=5819, - ["enemies_explode_on_death_by_wand_hit_for_25%_life_as_chaos_damage_%_chance"]=5820, - ["enemies_explode_on_kill"]=5821, - ["enemies_explode_on_kill_while_unhinged"]=5822, - ["enemies_extra_damage_rolls_with_lightning_damage"]=5823, - ["enemies_extra_damage_rolls_with_lightning_damage_while_you_are_shocked"]=5824, - ["enemies_hitting_you_drop_burning_ground_%"]=5825, - ["enemies_hitting_you_drop_chilled_ground_%"]=5826, - ["enemies_hitting_you_drop_shocked_ground_%"]=5827, - ["enemies_ignited_by_you_have_physical_damage_%_converted_to_fire"]=5828, - ["enemies_in_presence_are_blinded"]=5829, - ["enemies_in_presence_are_intimidated"]=5830, - ["enemies_in_presence_cooldown_recovery_+%"]=5831, - ["enemies_in_presence_count_as_low_life"]=5832, - ["enemies_in_presence_elemental_damage_resisted_by_lowest_elemental_resistance"]=5833, - ["enemies_in_presence_gain_critical_weakness_every_second_for_seconds"]=5834, - ["enemies_in_presence_have_fire_exposure"]=5835, - ["enemies_in_presence_have_life_reserved_%"]=5836, - ["enemies_in_presence_have_no_elemental_resistances"]=5837, - ["enemies_in_presence_lightning_resist_equal_to_yours"]=5838, - ["enemies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos"]=5839, - ["enemies_killed_on_fungal_ground_explode_for_5%_chaos_damage_%_chance"]=5840, - ["enemies_near_corpses_created_recently_are_shocked_and_chilled"]=5841, - ["enemies_near_cursed_corpses_are_blinded_and_explode_on_death_for_%_life_as_physical_damage"]=5842, - ["enemies_near_link_skill_target_have_exposure"]=5843, - ["enemies_near_marked_enemy_are_blinded"]=5844, - ["enemies_shocked_by_you_have_physical_damage_%_converted_to_lightning"]=5845, - ["enemies_taunted_by_warcry_explode_on_death_%_chance_dealing_8%_life_as_chaos_damage"]=5846, - ["enemies_taunted_by_you_cannot_evade_attacks"]=5847, - ["enemies_taunted_by_your_warcies_are_intimidated"]=5848, - ["enemies_taunted_by_your_warcries_are_unnerved"]=5849, - ["enemies_that_hit_you_inflict_temporal_chains"]=5850, - ["enemies_that_hit_you_with_attack_recently_attack_speed_+%"]=5851, - ["enemies_withered_by_you_take_+%_increased_elemental_damage_from_your_hits"]=4028, - ["enemies_you_bleed_grant_flask_charges_+%"]=2212, - ["enemies_you_blind_have_critical_strike_chance_+%"]=5852, - ["enemies_you_curse_are_intimidated"]=5853, - ["enemies_you_curse_are_unnerved"]=5854, - ["enemies_you_curse_cannot_recharge_energy_shield"]=5855, - ["enemies_you_curse_have_15%_hinder"]=5856, - ["enemies_you_curse_have_malediction"]=3395, - ["enemies_you_expose_have_self_elemental_status_duration_+%"]=5857, - ["enemies_you_hinder_have_life_regeneration_rate_+%"]=5858, - ["enemies_you_ignite_take_chaos_damage_from_ignite_instead"]=5859, - ["enemies_you_ignite_wither_does_not_expire"]=5860, - ["enemies_you_intimidate_have_stun_duration_on_self_+%"]=5861, - ["enemies_you_maim_have_damage_taken_over_time_+%"]=5862, - ["enemies_you_shock_cast_speed_+%"]=3905, - ["enemies_you_shock_movement_speed_+%"]=3906, - ["enemies_you_unnerve_have_enemy_spell_critical_strike_chance_+%_against_self"]=5863, - ["enemies_you_wither_have_all_resistances_%"]=5864, - ["enemy_additional_critical_strike_chance_permyriad_against_self"]=2806, - ["enemy_aggro_radius_+%"]=2818, - ["enemy_critical_strike_chance_+%_against_self_20_times_value"]=2807, - ["enemy_evasion_+%_if_you_have_hit_them_recently"]=5865, - ["enemy_extra_damage_rolls_if_magic_ring_equipped"]=5866, - ["enemy_extra_damage_rolls_when_on_full_life"]=5867, - ["enemy_extra_damage_rolls_when_on_low_life"]=2274, - ["enemy_extra_damage_rolls_while_affected_by_vulnerability"]=2791, - ["enemy_hits_against_you_have_distance_based_accuracy_falloff"]=5868, - ["enemy_hits_roll_low_damage"]=2271, - ["enemy_knockback_direction_is_reversed"]=2700, - ["enemy_life_regeneration_rate_+%_for_4_seconds_on_hit"]=5869, - ["enemy_non_skill_physical_damage_%_as_extra_fire_vs_you"]=1645, - ["enemy_on_low_life_damage_taken_+%_per_frenzy_charge"]=2347, - ["enemy_phys_reduction_%_penalty_vs_hit"]=2665, - ["enemy_shock_on_kill"]=1624, - ["enemy_spell_critical_strike_chance_+%_against_self"]=5870, - ["energy_generated_+%"]=5871, - ["energy_generation_is_doubled"]=5873, - ["energy_shield_%_gained_on_block"]=2186, - ["energy_shield_%_of_armour_rating_gained_on_block"]=2187, - ["energy_shield_%_to_lose_on_block"]=2444, - ["energy_shield_+%_if_both_rings_have_evasion_mod"]=5874, - ["energy_shield_+%_if_consumed_power_charge_recently"]=5875, - ["energy_shield_+%_per_10_strength"]=5889, - ["energy_shield_+%_per_power_charge"]=5890, - ["energy_shield_+_per_8_evasion_on_boots"]=5876, - ["energy_shield_additive_modifiers_instead_apply_to_ward"]=5877, - ["energy_shield_degeneration_%_per_minute_not_in_grace"]=2357, - ["energy_shield_delay_-%"]=1403, - ["energy_shield_delay_-%_if_stunned_recently"]=5878, - ["energy_shield_delay_-%_when_not_on_full_life"]=5879, - ["energy_shield_delay_-%_while_affected_by_discipline"]=5880, - ["energy_shield_delay_during_flask_effect_-%"]=3221, - ["energy_shield_from_focus_+%"]=5881, - ["energy_shield_from_gloves_and_boots_+%"]=5882, - ["energy_shield_from_helmet_+%"]=5883, - ["energy_shield_gain_per_target"]=1474, - ["energy_shield_gain_per_target_hit_while_affected_by_discipline"]=5884, - ["energy_shield_gain_when_you_hit_enemy_affected_by_spiders_web"]=5885, - ["energy_shield_gained_on_block"]=1485, - ["energy_shield_gained_on_enemy_death_per_level"]=2661, - ["energy_shield_increased_by_overcapped_cold_resistance"]=5886, - ["energy_shield_lost_per_minute_%"]=5887, - ["energy_shield_per_level"]=5888, - ["energy_shield_protects_mana"]=2790, - ["energy_shield_recharge_+%_if_amulet_has_evasion_mod"]=5891, - ["energy_shield_recharge_delay_override_ms"]=5892, - ["energy_shield_recharge_is_not_interrupted_if_recharge_begaen_recently"]=3383, - ["energy_shield_recharge_not_delayed_by_damage"]=1404, + ["base_stun_threshold_reduction_+%"]=1003, + ["base_thorns_critical_strike_chance"]=4604, + ["base_thorns_critical_strike_multiplier_+"]=4605, + ["base_total_number_of_sigils_allowed"]=4606, + ["base_unaffected_by_poison"]=4607, + ["base_unholy_might_granted_magnitude_+%"]=4608, + ["base_ward"]=1371, + ["base_weapon_trap_rotation_speed_+%"]=4609, + ["base_weapon_trap_total_rotation_%"]=4610, + ["base_zombie_maximum_life_+%"]=1477, + ["battlemages_cry_buff_effect_+%"]=4611, + ["battlemages_cry_exerts_x_additional_attacks"]=4612, + ["bear_and_siphoning_trap_debuff_grants_-%_cooldown_speed"]=4613, + ["bear_trap_additional_damage_taken_+%_from_traps_and_mines"]=4614, + ["bear_trap_cooldown_speed_+%"]=3455, + ["bear_trap_damage_+%"]=3291, + ["bear_trap_damage_taken_+%_from_traps_and_mines"]=4615, + ["bear_trap_movement_speed_+%_final"]=4616, + ["belt_enchant_enemies_you_taunt_have_area_damage_+%_final"]=4617, + ["berserk_buff_effect_+%"]=4619, + ["berserk_rage_loss_+%"]=4620, + ["berserker_damage_+%_final"]=3625, + ["berserker_gain_rage_on_attack_hit_cooldown_ms"]=4621, + ["berserker_warcry_grant_X_rage_per_5_power_while_less_than_25_rage"]=4622, + ["berserker_warcry_grant_attack_speed_+%_to_you_and_nearby_allies"]=4623, + ["berserker_warcry_grant_damage_+%_to_you_and_nearby_allies"]=4624, + ["berserker_warcry_sacrifice_25_rage_for_more_empowered_attack_damage_for_4_seconds_+%_final"]=4625, + ["blackhole_damage_taken_+%"]=4626, + ["blackhole_pulse_frequency_+%"]=4627, + ["blackstar_moonlight_cold_damage_taken_+%_final"]=4628, + ["blackstar_moonlight_fire_damage_taken_+%_final"]=4629, + ["blackstar_sunlight_cold_damage_taken_+%_final"]=4630, + ["blackstar_sunlight_fire_damage_taken_+%_final"]=4631, + ["blade_blase_damage_+%"]=4632, + ["blade_blast_skill_area_of_effect_+%"]=4633, + ["blade_blast_trigger_detonation_area_of_effect_+%"]=4634, + ["blade_trap_damage_+%"]=4635, + ["blade_trap_skill_area_of_effect_+%"]=4636, + ["blade_vortex_blade_blast_impale_on_hit_%_chance"]=4637, + ["blade_vortex_blade_deal_no_non_physical_damage"]=4638, + ["blade_vortex_critical_strike_multiplier_+_per_blade"]=4639, + ["blade_vortex_damage_+%"]=3314, + ["blade_vortex_duration_+%"]=3502, + ["blade_vortex_radius_+%"]=3418, + ["bladefall_critical_strike_chance_+%"]=3521, + ["bladefall_damage_+%"]=3315, + ["bladefall_number_of_volleys"]=4640, + ["bladefall_radius_+%"]=3419, + ["bladestorm_and_rage_vortex_hinders_and_unnerves_enemies_within"]=4641, + ["bladestorm_damage_+%"]=4642, + ["bladestorm_maximum_number_of_storms_allowed"]=4643, + ["bladestorm_sandstorm_movement_speed_+%"]=4644, + ["blast_rain_%_chance_for_additional_blast"]=3677, + ["blast_rain_damage_+%"]=3311, + ["blast_rain_number_of_blasts"]=3564, + ["blast_rain_radius_+%"]=3415, + ["blast_rain_single_additional_projectile"]=3565, + ["blazing_salvo_damage_+%"]=4645, + ["blazing_salvo_number_of_additional_projectiles"]=4646, + ["blazing_salvo_projectiles_fork_when_passing_a_flame_wall"]=4647, + ["bleed_chance_+%"]=4648, + ["bleed_duration_per_12_intelligence_+%"]=3377, + ["bleed_on_bow_attack_chance_%"]=2176, + ["bleed_on_crit_%"]=4649, + ["bleed_on_crit_%_with_attacks"]=2173, + ["bleed_on_hit_with_attacks_%"]=2177, + ["bleed_on_melee_attack_chance_%"]=2175, + ["bleed_on_melee_crit_chance_%"]=2174, + ["bleed_on_melee_critical_strike"]=3838, + ["bleed_on_stun"]=2172, + ["bleeding_damage_on_self_taken_as_fire_instead"]=2141, + ["bleeding_effect_+%_per_endurance_charge"]=4651, + ["bleeding_effect_+%_per_frenzy_charge"]=4652, + ["bleeding_effect_+%_per_impale_on_enemy"]=4653, + ["bleeding_effect_+%_per_rage_if_equipped_axe"]=4654, + ["bleeding_effect_+%_vs_poisoned_enemies"]=4655, + ["bleeding_effect_+%_when_consuming_incision"]=4656, + ["bleeding_enemies_cannot_regenerate_life"]=4657, + ["bleeding_enemies_explode_for_%_life_as_physical_damage"]=3076, + ["bleeding_magnitude_+%_against_pinned_enemies"]=4658, + ["bleeding_monsters_movement_velocity_+%"]=2613, + ["bleeding_no_extra_damage_while_target_is_moving"]=4659, + ["bleeding_on_self_expire_speed_+%_while_moving"]=4660, + ["bleeding_reflected_to_self"]=4661, + ["bleeding_stacks_up_to_x_times"]=4662, + ["blight_arc_tower_additional_chains"]=4663, + ["blight_arc_tower_additional_repeats"]=4664, + ["blight_arc_tower_chance_to_sap_%"]=4665, + ["blight_arc_tower_damage_+%"]=4666, + ["blight_arc_tower_range_+%"]=4667, + ["blight_area_of_effect_+%_every_second_while_channelling_up_to_+200%"]=4668, + ["blight_cast_speed_+%"]=4669, + ["blight_chilling_tower_chill_effect_+%"]=4670, + ["blight_chilling_tower_damage_+%"]=4671, + ["blight_chilling_tower_duration_+%"]=4672, + ["blight_chilling_tower_range_+%"]=4673, + ["blight_damage_+%"]=3324, + ["blight_duration_+%"]=3504, + ["blight_empowering_tower_buff_effect_+%"]=4674, + ["blight_empowering_tower_grant_%_chance_to_deal_double_damage"]=4677, + ["blight_empowering_tower_grant_cast_speed_+%"]=4675, + ["blight_empowering_tower_grant_damage_+%"]=4676, + ["blight_empowering_tower_range_+%"]=4678, + ["blight_fireball_tower_additional_projectiles_+"]=4679, + ["blight_fireball_tower_cast_speed_+%"]=4680, + ["blight_fireball_tower_damage_+%"]=4681, + ["blight_fireball_tower_projectiles_nova"]=4682, + ["blight_fireball_tower_range_+%"]=4683, + ["blight_flamethrower_tower_cast_speed_+%"]=4684, + ["blight_flamethrower_tower_chance_to_scorch_%"]=4685, + ["blight_flamethrower_tower_damage_+%"]=4686, + ["blight_flamethrower_tower_full_damage_fire_enemies"]=4687, + ["blight_flamethrower_tower_range_+%"]=4688, + ["blight_freezebolt_tower_chance_to_brittle_%"]=4689, + ["blight_freezebolt_tower_damage_+%"]=4690, + ["blight_freezebolt_tower_full_damage_cold_enemies"]=4691, + ["blight_freezebolt_tower_projectiles_+"]=4692, + ["blight_freezebolt_tower_range_+%"]=4693, + ["blight_glacialcage_tower_area_of_effect_+%"]=4694, + ["blight_glacialcage_tower_cooldown_recovery_+%"]=4695, + ["blight_glacialcage_tower_duration_+%"]=4696, + ["blight_glacialcage_tower_enemy_damage_taken_+%"]=4697, + ["blight_glacialcage_tower_range_+%"]=4698, + ["blight_hinder_enemy_chaos_damage_taken_+%"]=4699, + ["blight_imbuing_tower_buff_effect_+%"]=4700, + ["blight_imbuing_tower_grant_critical_strike_+%"]=4701, + ["blight_imbuing_tower_grant_damage_+%"]=4702, + ["blight_imbuing_tower_grants_onslaught"]=4703, + ["blight_imbuing_tower_range_+%"]=4704, + ["blight_lightningstorm_tower_area_of_effect_+%"]=4705, + ["blight_lightningstorm_tower_damage_+%"]=4706, + ["blight_lightningstorm_tower_delay_+%"]=4707, + ["blight_lightningstorm_tower_range_+%"]=4708, + ["blight_lightningstorm_tower_storms_on_enemies"]=4709, + ["blight_meteor_tower_additional_meteor_+"]=4710, + ["blight_meteor_tower_always_stun"]=4711, + ["blight_meteor_tower_creates_burning_ground_ms"]=4712, + ["blight_meteor_tower_damage_+%"]=4713, + ["blight_meteor_tower_range_+%"]=4714, + ["blight_radius_+%"]=3424, + ["blight_scout_tower_additional_minions_+"]=4715, + ["blight_scout_tower_minion_damage_+%"]=4716, + ["blight_scout_tower_minion_life_+%"]=4717, + ["blight_scout_tower_minion_movement_speed_+%"]=4718, + ["blight_scout_tower_minions_inflict_malediction"]=4719, + ["blight_scout_tower_range_+%"]=4720, + ["blight_secondary_skill_effect_duration_+%"]=4721, + ["blight_seismic_tower_additional_cascades_+"]=4722, + ["blight_seismic_tower_cascade_range_+%"]=4723, + ["blight_seismic_tower_damage_+%"]=4724, + ["blight_seismic_tower_range_+%"]=4725, + ["blight_seismic_tower_stun_duration_+%"]=4726, + ["blight_sentinel_tower_minion_damage_+%"]=4727, + ["blight_sentinel_tower_minion_life_+%"]=4728, + ["blight_sentinel_tower_minion_movement_speed_+%"]=4729, + ["blight_sentinel_tower_range_+%"]=4730, + ["blight_shocking_tower_damage_+%"]=4731, + ["blight_shocking_tower_range_+%"]=4732, + ["blight_shocknova_tower_full_damage_lightning_enemies"]=4733, + ["blight_shocknova_tower_shock_additional_repeats"]=4734, + ["blight_shocknova_tower_shock_effect_+%"]=4735, + ["blight_shocknova_tower_shock_repeats_with_area_effect_+%"]=4736, + ["blight_skill_area_of_effect_+%_after_1_second_channelling"]=4737, + ["blight_smothering_tower_buff_effect_+%"]=4738, + ["blight_smothering_tower_freeze_shock_ignite_%"]=4739, + ["blight_smothering_tower_grant_damage_+%"]=4740, + ["blight_smothering_tower_grant_movement_speed_+%"]=4741, + ["blight_smothering_tower_range_+%"]=4742, + ["blight_stonegaze_tower_cooldown_recovery_+%"]=4743, + ["blight_stonegaze_tower_duration_+%"]=4744, + ["blight_stonegaze_tower_petrified_enemies_take_damage_+%"]=4745, + ["blight_stonegaze_tower_petrify_tick_speed_+%"]=4746, + ["blight_stonegaze_tower_range_+%"]=4747, + ["blight_summoning_tower_minion_damage_+%"]=4748, + ["blight_summoning_tower_minion_life_+%"]=4749, + ["blight_summoning_tower_minion_movement_speed_+%"]=4750, + ["blight_summoning_tower_minions_summoned_+"]=4751, + ["blight_summoning_tower_range_+%"]=4752, + ["blight_temporal_tower_buff_effect_+%"]=4753, + ["blight_temporal_tower_grant_you_action_speed_-%"]=4754, + ["blight_temporal_tower_grants_stun_immunity"]=4755, + ["blight_temporal_tower_range_+%"]=4756, + ["blight_temporal_tower_tick_speed_+%"]=4757, + ["blight_tertiary_skill_effect_duration"]=4758, + ["blight_tower_arc_damage_+%"]=4759, + ["blight_tower_chilling_cost_+%"]=4760, + ["blight_tower_damage_per_tower_type_+%"]=4761, + ["blight_tower_fireball_additional_projectile"]=4762, + ["blighted_map_chest_reward_lucky_count"]=4763, + ["blighted_map_tower_damage_+%_final"]=4764, + ["blind_chance_+%"]=4765, + ["blind_chilled_enemies_on_hit_%"]=4766, + ["blind_does_not_affect_chance_to_hit"]=4767, + ["blind_does_not_affect_light_radius"]=4768, + ["blind_duration_+%"]=3039, + ["blind_effect_+%"]=4769, + ["blind_enemies_when_hit_%_chance"]=4770, + ["blind_enemies_when_hit_while_affected_by_grace_%_chance"]=4771, + ["blind_enemies_when_they_stun_you"]=4772, + ["blind_nearby_enemies_when_ignited_%"]=2677, + ["blind_on_poison_inflicted"]=4773, + ["blind_reflected_to_self"]=4774, + ["blink_and_mirror_arrow_cooldown_speed_+%"]=4775, + ["blink_arrow_and_blink_arrow_clone_attack_speed_+%"]=3444, + ["blink_arrow_and_blink_arrow_clone_damage_+%"]=3304, + ["blink_arrow_cooldown_speed_+%"]=3460, + ["block_%_damage_taken_from_elemental"]=4782, + ["block_%_damage_taken_while_active_blocking"]=4783, + ["block_%_if_blocked_an_attack_recently"]=4784, + ["block_%_while_affected_by_determination"]=4785, + ["block_and_stun_+%_recovery_per_fortification"]=4776, + ["block_causes_monster_flee_%"]=2607, + ["block_chance_%_per_50_strength"]=1078, + ["block_chance_%_while_holding_shield"]=1082, + ["block_chance_+%"]=1084, + ["block_chance_+%_against_projectiles"]=4777, + ["block_chance_+%_if_blocked_with_active_block_recently"]=4778, + ["block_chance_+%_if_you_have_at_least_100_tribute"]=4779, + ["block_chance_+%_while_surrounded"]=4780, + ["block_chance_from_equipped_shield_is_%"]=4781, + ["block_chance_on_damage_taken_%"]=2842, + ["block_recovery_+%"]=1085, + ["block_while_dual_wielding_%"]=1080, + ["block_while_dual_wielding_claws_%"]=1081, + ["blood_footprints_from_item"]=9933, + ["blood_mage_flask_life_to_recover_+%_final"]=4786, + ["blood_rage_grants_additional_%_chance_to_gain_frenzy_on_kill"]=3674, + ["blood_rage_grants_additional_attack_speed_+%"]=3673, + ["blood_sand_armour_mana_reservation_+%"]=4787, + ["blood_sand_mana_reservation_efficiency_+%"]=4789, + ["blood_sand_mana_reservation_efficiency_-2%_per_1"]=4788, + ["blood_sand_stance_buff_effect_+%"]=4790, + ["blood_spears_area_of_effect_+%"]=4791, + ["blood_spears_base_number_of_spears"]=4792, + ["blood_spears_damage_+%"]=4793, + ["bloodlust_zone_%_of_max_health"]=4794, + ["bloodreap_damage_+%"]=4795, + ["bloodreap_skill_area_of_effect_+%"]=4796, + ["body_armour_+%"]=4797, + ["body_armour_evasion_rating_+%"]=4798, + ["body_armour_grants_armour_%_applies_to_fire_cold_lightning_damage"]=4799, + ["body_armour_grants_base_armour_applies_to_chaos_damage"]=4800, + ["body_armour_grants_unaffected_by_ignite"]=4801, + ["body_armour_grants_x_base_cold_damage_resistance_%"]=4802, + ["body_armour_grants_x_base_fire_damage_resistance_%"]=4803, + ["body_armour_grants_x_base_lightning_damage_resistance_%"]=4804, + ["body_armour_grants_x_base_maximum_fire_damage_resistance_%"]=4805, + ["body_armour_grants_x_base_self_critical_strike_multiplier_-%"]=4806, + ["body_armour_grants_x_life_regeneration_rate_per_minute_%"]=4807, + ["body_armour_grants_x_maximum_life_+%"]=4808, + ["body_armour_grants_x_physical_damage_taken_%_as_fire"]=4809, + ["body_armour_grants_x_strength_+%"]=4810, + ["body_armour_grants_x_stun_threshold_+%"]=4811, + ["body_armour_implicit_damage_taken_-1%_final_per_X_dexterity"]=4812, + ["body_armour_implicit_damage_taken_-1%_final_per_X_intelligence"]=4813, + ["body_armour_implicit_damage_taken_-1%_final_per_X_strength"]=4814, + ["body_armour_implicit_gain_endurance_charge_every_x_ms"]=4815, + ["body_armour_implicit_gain_frenzy_charge_every_x_ms"]=4816, + ["body_armour_implicit_gain_power_charge_every_x_ms"]=4817, + ["bone_golem_damage_+%"]=4818, + ["bone_golem_elemental_resistances_%"]=4819, + ["bone_lance_cast_speed_+%"]=4820, + ["bone_lance_damage_+%"]=4821, + ["bone_offering_block_chance_+%"]=3689, + ["bone_offering_duration_+%"]=3478, + ["bone_offering_effect_+%"]=1091, + ["boneshatter_chance_to_gain_+1_trauma"]=4822, + ["boneshatter_damage_+%"]=4824, + ["boneshatter_damage_+%_final_if_created_from_unique"]=4823, + ["boneshatter_stun_duration_+%"]=4825, + ["boots_implicit_accuracy_rating_+%_final"]=4826, + ["boss_maximum_life_+%_final"]=4827, + ["bow_accuracy_rating"]=1692, + ["bow_accuracy_rating_+%"]=1297, + ["bow_attack_speed_+%"]=1280, + ["bow_attacks_deal_added_physical_damage_equal_to_x%_of_life_flask_recovery_amount"]=5340, + ["bow_attacks_have_culling_strike"]=4828, + ["bow_critical_strike_chance_+%"]=1317, + ["bow_critical_strike_multiplier_+"]=1343, + ["bow_damage_+%"]=1210, + ["bow_elemental_damage_+%"]=1214, + ["bow_physical_damage_+%_while_holding_shield"]=1678, + ["bow_skill_gem_level_+"]=4829, + ["bow_steal_power_frenzy_endurance_charges_on_hit_%"]=2600, + ["bow_stun_duration_+%"]=1568, + ["bow_stun_threshold_reduction_+%"]=1363, + ["brand_activation_rate_+%_final_during_first_20%_of_active_duration"]=4830, + ["brand_activation_rate_+%_final_during_last_20%_of_active_duration"]=4831, + ["brand_area_of_effect_+%_if_50%_attached_duration_expired"]=4832, + ["brands_reattach_on_activation"]=4833, + ["breach_flame_effects_doubled"]=4834, + ["breachstone_commanders_%_drop_additional_fragments"]=4835, + ["breachstone_commanders_%_drop_additional_maps"]=4836, + ["breachstone_commanders_%_drop_additional_scarabs"]=4837, + ["breachstone_commanders_%_drop_additional_unique_items"]=4838, + ["breachstone_commanders_drop_additional_catalysts"]=4839, + ["breachstone_commanders_drop_additional_currency_items"]=4840, + ["breachstone_commanders_drop_additional_delirium_items"]=4841, + ["breachstone_commanders_drop_additional_divination_cards"]=4842, + ["breachstone_commanders_drop_additional_enchanted_items"]=4843, + ["breachstone_commanders_drop_additional_essences"]=4844, + ["breachstone_commanders_drop_additional_fossils"]=4845, + ["breachstone_commanders_drop_additional_gem_items"]=4846, + ["breachstone_commanders_drop_additional_harbinger_shards"]=4847, + ["breachstone_commanders_drop_additional_incubators"]=4848, + ["breachstone_commanders_drop_additional_legion_splinters"]=4849, + ["breachstone_commanders_drop_additional_oils"]=4850, + ["break_%_armour_on_pin"]=4851, + ["broken_armour_and_sundered_armour_debuff_effect_+%"]=4852, + ["broken_armour_enemies_cannot_regenerate_life"]=4853, + ["buff_affects_party"]=1491, + ["buff_auras_dont_affect_allies"]=2658, + ["buff_duration_+%"]=1486, + ["buff_effect_+%_on_low_energy_shield"]=4854, + ["buff_effect_on_self_+%"]=1828, + ["buff_party_effect_radius_+%"]=1492, + ["buff_time_passed_+%"]=4856, + ["buff_time_passed_+%_only_buff_category"]=4855, + ["buildup_jade_every_x_ms"]=4857, + ["burn_damage_+%"]=1575, + ["burning_and_explosive_arrow_shatter_on_killing_blow"]=4858, + ["burning_arrow_damage_+%"]=3213, + ["burning_arrow_debuff_effect_+%"]=4859, + ["burning_arrow_physical_damage_%_to_gain_as_fire_damage"]=3533, + ["burning_damage_+%_if_ignited_an_enemy_recently"]=3881, + ["burning_damage_+%_per_non_shocked_enemy_shocked_recently_up_to_120%"]=4860, + ["burning_damage_taken_+%"]=2234, + ["can_apply_additional_chill"]=4861, + ["can_apply_additional_shock"]=4862, + ["can_block_from_all_directions"]=4863, + ["can_catch_corrupted_fish"]=2520, + ["can_catch_exotic_fish"]=2519, + ["can_catch_scourged_fish"]=4864, + ["can_have_2_companions"]=4865, + ["can_only_have_one_ancestor_totem_buff"]=4866, + ["can_place_multiple_banners"]=4867, + ["can_use_one_hand_mace_skills_while_unarmed"]=4868, + ["can_use_quarterstaff_skills_while_unarmed"]=4869, + ["can_wield_2h_axe_sword_mace_in_one_hand"]=4870, + ["cannot_adapt_to_cold"]=4871, + ["cannot_adapt_to_fire"]=4872, + ["cannot_adapt_to_lightning"]=4873, + ["cannot_be_affected_by_flasks"]=3332, + ["cannot_be_blinded"]=2621, + ["cannot_be_blinded_while_affected_by_precision"]=4874, + ["cannot_be_blinded_while_on_full_life"]=4875, + ["cannot_be_chilled_or_frozen_while_ice_golem_summoned"]=4876, + ["cannot_be_chilled_or_frozen_while_moving"]=4877, + ["cannot_be_chilled_while_at_maximum_frenzy_charges"]=4878, + ["cannot_be_chilled_while_burning"]=4879, + ["cannot_be_crit_if_you_have_been_stunned_recently"]=4880, + ["cannot_be_cursed_with_silence"]=2725, + ["cannot_be_damaged"]=1406, + ["cannot_be_frozen_if_energy_shield_recharge_has_started_recently"]=4881, + ["cannot_be_frozen_if_you_have_been_frozen_recently"]=4882, + ["cannot_be_frozen_with_dex_higher_than_int"]=4883, + ["cannot_be_ignited_if_you_have_been_ignited_recently"]=4884, + ["cannot_be_ignited_while_at_maximum_endurance_charges"]=4885, + ["cannot_be_ignited_while_flame_golem_summoned"]=4886, + ["cannot_be_ignited_with_strength_higher_than_dex"]=4887, + ["cannot_be_inflicted_by_corrupted_blood"]=4888, + ["cannot_be_killed_by_elemental_reflect"]=2352, + ["cannot_be_knocked_back"]=1365, + ["cannot_be_light_stunned"]=4889, + ["cannot_be_light_stunned_if_have_been_stunned_in_past_2_seconds"]=4890, + ["cannot_be_light_stunned_if_have_not_been_hit_recently"]=4891, + ["cannot_be_light_stunned_if_you_have_been_stunned_recently"]=4892, + ["cannot_be_poisoned"]=2980, + ["cannot_be_poisoned_if_x_poisons_on_you"]=4893, + ["cannot_be_poisoned_while_bleeding"]=4894, + ["cannot_be_shocked_if_you_have_been_shocked_recently"]=4895, + ["cannot_be_shocked_or_ignited_while_moving"]=4896, + ["cannot_be_shocked_while_at_maximum_endurance_charges"]=3746, + ["cannot_be_shocked_while_at_maximum_power_charges"]=4897, + ["cannot_be_shocked_while_frozen"]=2560, + ["cannot_be_shocked_while_lightning_golem_summoned"]=4898, + ["cannot_be_shocked_with_int_higher_than_strength"]=4899, + ["cannot_be_stunned"]=1858, + ["cannot_be_stunned_by_attacks_if_other_ring_is_elder_item"]=3909, + ["cannot_be_stunned_by_blocked_hits"]=4900, + ["cannot_be_stunned_by_hits_of_only_physical_damage"]=4901, + ["cannot_be_stunned_by_spells_if_other_ring_is_shaper_item"]=3908, + ["cannot_be_stunned_if_you_have_10_or_more_crab_charges"]=3919, + ["cannot_be_stunned_if_you_have_blocked_a_stun_recently"]=4902, + ["cannot_be_stunned_if_you_have_ghost_dance"]=4903, + ["cannot_be_stunned_when_on_low_life"]=1860, + ["cannot_be_stunned_while_at_max_endurance_charges"]=3622, + ["cannot_be_stunned_while_bleeding"]=4904, + ["cannot_be_stunned_while_fortified"]=4905, + ["cannot_be_stunned_while_leeching"]=2837, + ["cannot_be_stunned_while_using_chaos_skill"]=4906, + ["cannot_be_stunned_with_25_rage"]=8916, + ["cannot_block"]=2885, + ["cannot_block_while_no_energy_shield"]=2404, + ["cannot_cast_curses"]=2359, + ["cannot_cast_spells"]=4907, + ["cannot_cause_bleeding"]=2177, + ["cannot_consume_power_frenzy_endurance_charges"]=4908, + ["cannot_crit_non_shocked_enemies"]=3704, + ["cannot_critical_strike_with_attacks"]=4909, + ["cannot_fish_from_water"]=4910, + ["cannot_freeze_shock_ignite_on_critical"]=2353, + ["cannot_gain_charges"]=4911, + ["cannot_gain_corrupted_blood_while_you_have_at_least_5_stacks"]=4912, + ["cannot_gain_endurance_charges_while_have_onslaught"]=2424, + ["cannot_gain_power_charges"]=2653, + ["cannot_gain_rage_during_soul_gain_prevention"]=4913, + ["cannot_gain_spirit_from_equipment"]=4914, + ["cannot_have_current_energy_shield"]=2747, + ["cannot_have_energy_shield_leeched_from"]=4915, + ["cannot_have_life_leeched_from"]=2131, + ["cannot_have_mana_leeched_from"]=2132, + ["cannot_have_more_than_1_damaging_ailment"]=4916, + ["cannot_have_more_than_1_non_damaging_ailment"]=4917, + ["cannot_immobilise_enemies"]=4918, + ["cannot_increase_quantity_of_dropped_items"]=2236, + ["cannot_increase_rarity_of_dropped_items"]=2235, + ["cannot_inflict_elemental_ailments"]=1566, + ["cannot_kill_enemies_with_hits"]=4919, + ["cannot_knockback"]=2649, + ["cannot_leech_life_from_critical_strikes"]=3836, + ["cannot_leech_or_regenerate_mana"]=2255, + ["cannot_leech_when_on_low_life"]=2256, + ["cannot_lose_crab_charges_if_you_have_lost_crab_charges_recently"]=3920, + ["cannot_penetrate_or_ignore_elemental_resistances"]=4920, + ["cannot_pierce"]=4921, + ["cannot_pin"]=4922, + ["cannot_receive_elemental_ailments_from_cursed_enemies"]=4923, + ["cannot_recharge_energy_shield"]=4924, + ["cannot_recover_above_low_life_except_flasks"]=4925, + ["cannot_recover_life_or_energy_shield_above_%"]=4926, + ["cannot_recover_mana_except_regeneration"]=4927, + ["cannot_regenerate_energy_shield"]=4928, + ["cannot_resist_cold_damage"]=1871, + ["cannot_sprint"]=4929, + ["cannot_stun"]=1559, + ["cannot_summon_mirage_archer_if_near_mirage_archer_radius"]=3988, + ["cannot_take_reflected_elemental_damage"]=4930, + ["cannot_take_reflected_physical_damage"]=4931, + ["cannot_taunt_enemies"]=4932, + ["cannot_use_flask_in_fifth_slot"]=4933, + ["cannot_use_non_normal_body_armour"]=4934, + ["cannot_use_warcries"]=4935, + ["carrion_golem_impale_on_hit_if_same_number_of_summoned_chaos_golems"]=4936, + ["cast_a_socketed_spell_on_channel_with_blade_flurry_or_charged_dash"]=4937, + ["cast_blink_arrow_on_attack_with_mirror_arrow"]=4938, + ["cast_body_swap_on_detonate_dead_cast"]=4939, + ["cast_bone_corpses_on_stun_with_heavy_strike_or_boneshatter"]=4940, + ["cast_gravity_sphere_on_cast_from_storm_burst_or_divine_ire"]=4941, + ["cast_hydrosphere_while_channeling_winter_orb"]=4942, + ["cast_ice_nova_on_final_burst_of_glacial_cascade"]=4943, + ["cast_linked_spells_on_shocked_enemy_kill_%"]=555, + ["cast_mirror_arrow_on_attack_with_blink_arrow"]=4944, + ["cast_socketed_minion_skills_on_bow_kill_%"]=556, + ["cast_socketed_spells_on_X_mana_spent"]=557, + ["cast_socketed_spells_on_mana_spent_%_chance"]=557, + ["cast_speed_+%_during_flask_effect"]=4949, + ["cast_speed_+%_for_4_seconds_on_attack"]=3127, + ["cast_speed_+%_if_enemy_killed_recently"]=4950, + ["cast_speed_+%_if_have_crit_recently"]=4951, + ["cast_speed_+%_if_player_minion_has_been_killed_recently"]=4952, + ["cast_speed_+%_if_you_have_used_a_mana_flask_recently"]=4953, + ["cast_speed_+%_per_20_spirit"]=4945, + ["cast_speed_+%_per_corpse_consumed_recently"]=4954, + ["cast_speed_+%_per_frenzy_charge"]=1688, + ["cast_speed_+%_per_num_unique_spells_cast_recently"]=4946, + ["cast_speed_+%_per_power_charge"]=1305, + ["cast_speed_+%_when_on_full_life"]=1687, + ["cast_speed_+%_when_on_low_life"]=1686, + ["cast_speed_+%_while_affected_by_zealotry"]=4955, + ["cast_speed_+%_while_chilled"]=4956, + ["cast_speed_+%_while_holding_bow"]=1304, + ["cast_speed_+%_while_holding_shield"]=1302, + ["cast_speed_+%_while_holding_staff"]=1303, + ["cast_speed_+%_while_ignited"]=2591, + ["cast_speed_+%_while_on_full_mana"]=4957, + ["cast_speed_for_brand_skills_+%"]=4947, + ["cast_speed_for_chaos_skills_+%"]=1249, + ["cast_speed_for_cold_skills_+%"]=1238, + ["cast_speed_for_elemental_skills_+%"]=4948, + ["cast_speed_for_fire_skills_+%"]=1230, + ["cast_speed_for_lightning_skills_+%"]=1243, + ["cast_speed_while_dual_wielding_+%"]=1301, + ["cast_stance_change_on_attack_from_perforate_or_lacerate"]=4958, + ["cast_summon_spectral_wolf_on_crit_with_cleave_or_reave"]=4959, + ["cast_tornado_on_attack_with_split_arrow_or_tornado_shot"]=4960, + ["cat_aspect_reserves_no_mana"]=4961, + ["cats_stealth_duration_ms_+"]=4962, + ["cause_maim_on_critical_strike_attack"]=3643, + ["caustic_and_scourge_arrow_number_of_projectiles_+%_final_from_skill"]=4963, + ["caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground"]=4964, + ["caustic_arrow_damage_+%"]=3273, + ["caustic_arrow_damage_over_time_+%"]=4965, + ["caustic_arrow_duration_+%"]=3512, + ["caustic_arrow_hit_damage_+%"]=4966, + ["caustic_arrow_radius_+%"]=3409, + ["caustic_arrow_withered_base_duration_ms"]=3274, + ["caustic_arrow_withered_on_hit_%"]=3274, + ["caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=3042, + ["celestial_footprints_from_item"]=9934, + ["chain_hook_and_shield_charge_attack_speed_+%_per_10_rampage_stacks"]=4967, + ["chain_strike_cone_radius_+_per_12_rage"]=4968, + ["chain_strike_cone_radius_+_per_x_rage"]=4969, + ["chain_strike_damage_+%"]=4970, + ["chain_strike_gain_rage_on_hit_%_chance"]=4971, + ["chaining_range_+%"]=4972, + ["champion_ascendancy_nearby_allies_fortification_is_equal_to_yours"]=4973, + ["chance_%_for_other_flasks_to_gain_charge_on_charge_gain"]=4974, + ["chance_%_to_create_shocking_ground_on_shock"]=4975, + ["chance_%_to_double_effect_of_removing_frenzy_charges"]=4976, + ["chance_%_to_drop_additional_awakened_sextant"]=4977, + ["chance_%_to_drop_additional_blessed_orb"]=4978, + ["chance_%_to_drop_additional_cartographers_chisel"]=4979, + ["chance_%_to_drop_additional_chaos_orb"]=4980, + ["chance_%_to_drop_additional_chromatic_orb"]=4981, + ["chance_%_to_drop_additional_cleansing_currency"]=5013, + ["chance_%_to_drop_additional_cleansing_influenced_item"]=5014, + ["chance_%_to_drop_additional_currency"]=5015, + ["chance_%_to_drop_additional_divination_cards"]=5016, + ["chance_%_to_drop_additional_divination_cards_corrupted"]=5017, + ["chance_%_to_drop_additional_divination_cards_currency"]=5018, + ["chance_%_to_drop_additional_divination_cards_currency_basic"]=5019, + ["chance_%_to_drop_additional_divination_cards_currency_exotic"]=5020, + ["chance_%_to_drop_additional_divination_cards_currency_league"]=5021, + ["chance_%_to_drop_additional_divination_cards_gems"]=5022, + ["chance_%_to_drop_additional_divination_cards_gems_levelled"]=5023, + ["chance_%_to_drop_additional_divination_cards_gems_quality"]=5024, + ["chance_%_to_drop_additional_divination_cards_gives_other_divination_cards"]=5025, + ["chance_%_to_drop_additional_divination_cards_map"]=5026, + ["chance_%_to_drop_additional_divination_cards_map_unique"]=5027, + ["chance_%_to_drop_additional_divination_cards_unique"]=5028, + ["chance_%_to_drop_additional_divination_cards_unique_armour"]=5029, + ["chance_%_to_drop_additional_divination_cards_unique_corrupted"]=5030, + ["chance_%_to_drop_additional_divination_cards_unique_jewellery"]=5031, + ["chance_%_to_drop_additional_divination_cards_unique_weapon"]=5032, + ["chance_%_to_drop_additional_divine_orb"]=4982, + ["chance_%_to_drop_additional_eldritch_chaos_orb"]=4983, + ["chance_%_to_drop_additional_eldritch_exalted_orb"]=4984, + ["chance_%_to_drop_additional_eldritch_orb_of_annulment"]=4985, + ["chance_%_to_drop_additional_enkindling_orb"]=4986, + ["chance_%_to_drop_additional_exalted_orb"]=4987, + ["chance_%_to_drop_additional_fusing_orb"]=4988, + ["chance_%_to_drop_additional_gem"]=5033, + ["chance_%_to_drop_additional_gemcutters_prism"]=4989, + ["chance_%_to_drop_additional_glassblowers_bauble"]=4990, + ["chance_%_to_drop_additional_grand_eldritch_ember"]=4991, + ["chance_%_to_drop_additional_grand_eldritch_ichor"]=4992, + ["chance_%_to_drop_additional_greater_eldritch_ember"]=4993, + ["chance_%_to_drop_additional_greater_eldritch_ichor"]=4994, + ["chance_%_to_drop_additional_instilling_orb"]=4995, + ["chance_%_to_drop_additional_jewellers_orb"]=4996, + ["chance_%_to_drop_additional_lesser_eldritch_ember"]=4997, + ["chance_%_to_drop_additional_lesser_eldritch_ichor"]=4998, + ["chance_%_to_drop_additional_map_currency"]=5035, + ["chance_%_to_drop_additional_maps"]=5034, + ["chance_%_to_drop_additional_orb_of_alteration"]=4999, + ["chance_%_to_drop_additional_orb_of_annulment"]=5000, + ["chance_%_to_drop_additional_orb_of_binding"]=5001, + ["chance_%_to_drop_additional_orb_of_horizons"]=5002, + ["chance_%_to_drop_additional_orb_of_regret"]=5003, + ["chance_%_to_drop_additional_orb_of_scouring"]=5004, + ["chance_%_to_drop_additional_orb_of_unmaking"]=5005, + ["chance_%_to_drop_additional_regal_orb"]=5006, + ["chance_%_to_drop_additional_scarab"]=5036, + ["chance_%_to_drop_additional_scarab_abyss_gilded"]=5037, + ["chance_%_to_drop_additional_scarab_abyss_polished"]=5038, + ["chance_%_to_drop_additional_scarab_abyss_rusted"]=5039, + ["chance_%_to_drop_additional_scarab_beasts_gilded"]=5040, + ["chance_%_to_drop_additional_scarab_beasts_polished"]=5041, + ["chance_%_to_drop_additional_scarab_beasts_rusted"]=5042, + ["chance_%_to_drop_additional_scarab_blight_gilded"]=5043, + ["chance_%_to_drop_additional_scarab_blight_polished"]=5044, + ["chance_%_to_drop_additional_scarab_blight_rusted"]=5045, + ["chance_%_to_drop_additional_scarab_breach_gilded"]=5046, + ["chance_%_to_drop_additional_scarab_breach_polished"]=5047, + ["chance_%_to_drop_additional_scarab_breach_rusted"]=5048, + ["chance_%_to_drop_additional_scarab_divination_cards_gilded"]=5049, + ["chance_%_to_drop_additional_scarab_divination_cards_polished"]=5050, + ["chance_%_to_drop_additional_scarab_divination_cards_rusted"]=5051, + ["chance_%_to_drop_additional_scarab_elder_gilded"]=5052, + ["chance_%_to_drop_additional_scarab_elder_polished"]=5053, + ["chance_%_to_drop_additional_scarab_elder_rusted"]=5054, + ["chance_%_to_drop_additional_scarab_harbinger_gilded"]=5055, + ["chance_%_to_drop_additional_scarab_harbinger_polished"]=5056, + ["chance_%_to_drop_additional_scarab_harbinger_rusted"]=5057, + ["chance_%_to_drop_additional_scarab_legion_gilded"]=5058, + ["chance_%_to_drop_additional_scarab_legion_polished"]=5059, + ["chance_%_to_drop_additional_scarab_legion_rusted"]=5060, + ["chance_%_to_drop_additional_scarab_maps_gilded"]=5061, + ["chance_%_to_drop_additional_scarab_maps_polished"]=5062, + ["chance_%_to_drop_additional_scarab_maps_rusted"]=5063, + ["chance_%_to_drop_additional_scarab_metamorph_gilded"]=5064, + ["chance_%_to_drop_additional_scarab_metamorph_polished"]=5065, + ["chance_%_to_drop_additional_scarab_metamorph_rusted"]=5066, + ["chance_%_to_drop_additional_scarab_perandus_gilded"]=5067, + ["chance_%_to_drop_additional_scarab_perandus_polished"]=5068, + ["chance_%_to_drop_additional_scarab_perandus_rusted"]=5069, + ["chance_%_to_drop_additional_scarab_shaper_gilded"]=5070, + ["chance_%_to_drop_additional_scarab_shaper_polished"]=5071, + ["chance_%_to_drop_additional_scarab_shaper_rusted"]=5072, + ["chance_%_to_drop_additional_scarab_strongbox_gilded"]=5073, + ["chance_%_to_drop_additional_scarab_strongbox_polished"]=5074, + ["chance_%_to_drop_additional_scarab_strongbox_rusted"]=5075, + ["chance_%_to_drop_additional_scarab_sulphite_gilded"]=5076, + ["chance_%_to_drop_additional_scarab_sulphite_polished"]=5077, + ["chance_%_to_drop_additional_scarab_sulphite_rusted"]=5078, + ["chance_%_to_drop_additional_scarab_torment_gilded"]=5079, + ["chance_%_to_drop_additional_scarab_torment_polished"]=5080, + ["chance_%_to_drop_additional_scarab_torment_rusted"]=5081, + ["chance_%_to_drop_additional_scarab_uniques_gilded"]=5082, + ["chance_%_to_drop_additional_scarab_uniques_polished"]=5083, + ["chance_%_to_drop_additional_scarab_uniques_rusted"]=5084, + ["chance_%_to_drop_additional_tangled_currency"]=5085, + ["chance_%_to_drop_additional_tangled_influenced_item"]=5086, + ["chance_%_to_drop_additional_unique"]=5087, + ["chance_%_to_drop_additional_vaal_orb"]=5007, + ["chance_for_double_items_from_heist_chests_%"]=5008, + ["chance_for_exerted_attacks_to_not_reduce_count_%"]=5009, + ["chance_for_extra_damage_roll_with_lightning_damage_%"]=5010, + ["chance_for_skills_to_avoid_cooldown_%"]=5011, + ["chance_for_spells_to_not_pay_costs_%"]=5012, + ["chance_per_second_of_fire_spreading_between_enemies_%"]=1574, + ["chance_to_avoid_death_%"]=5088, + ["chance_to_avoid_stun_%_aura_while_wielding_a_staff"]=2928, + ["chance_to_be_frozen_%"]=2595, + ["chance_to_be_frozen_shocked_ignited_%"]=2598, + ["chance_to_be_hindered_when_hit_by_spells_%"]=5089, + ["chance_to_be_ignited_%"]=2596, + ["chance_to_be_inflicted_with_an_ailment_+%"]=5090, + ["chance_to_be_maimed_when_hit_%"]=5091, + ["chance_to_be_poisoned_%"]=2981, + ["chance_to_be_sapped_when_hit_%"]=5092, + ["chance_to_be_scorched_when_hit_%"]=5093, + ["chance_to_be_shocked_%"]=2597, + ["chance_to_block_attack_damage_if_not_blocked_recently_%"]=5094, + ["chance_to_block_attack_damage_if_stunned_an_enemy_recently_+%"]=5095, + ["chance_to_block_attack_damage_per_5%_chance_to_block_on_equipped_shield_+%"]=5096, + ["chance_to_block_attacks_%_while_channelling"]=5097, + ["chance_to_counter_strike_when_hit_%"]=2496, + ["chance_to_create_consecrated_ground_on_melee_kill_%"]=5098, + ["chance_to_crush_on_hit_%"]=5099, + ["chance_to_curse_self_with_punishment_on_kill_%"]=2751, + ["chance_to_deal_double_attack_damage_%_if_attack_time_longer_than_1_second"]=5100, + ["chance_to_deal_double_damage_%"]=5103, + ["chance_to_deal_double_damage_%_if_crit_with_two_handed_melee_weapon_recently"]=5104, + ["chance_to_deal_double_damage_%_if_have_stunned_an_enemy_recently"]=5105, + ["chance_to_deal_double_damage_%_if_used_a_warcry_in_past_8_seconds"]=5106, + ["chance_to_deal_double_damage_%_per_4_rage"]=5107, + ["chance_to_deal_double_damage_%_per_500_strength"]=5108, + ["chance_to_deal_double_damage_%_while_at_least_200_strength"]=5101, + ["chance_to_deal_double_damage_%_while_focused"]=5109, + ["chance_to_deal_double_damage_+%_if_cast_vulnerability_in_past_10_seconds"]=5110, + ["chance_to_deal_double_damage_for_3_seconds_on_spell_cast_every_9_seconds"]=5102, + ["chance_to_deal_double_damage_while_affected_by_glorious_madness_%"]=9828, + ["chance_to_deal_double_damage_while_on_full_life_%"]=5111, + ["chance_to_deal_triple_damage_%_while_at_least_400_strength"]=5112, + ["chance_to_defend_with_150%_armour_%_per_5%_missing_energy_shield"]=5113, + ["chance_to_double_armour_effect_on_hit_%"]=5114, + ["chance_to_double_stun_duration_%"]=3156, + ["chance_to_fork_extra_projectile_%"]=5116, + ["chance_to_fork_extra_projectile_%_per_10_tribute"]=5115, + ["chance_to_fortify_on_melee_hit_+%"]=1958, + ["chance_to_fortify_on_melee_stun_%"]=5117, + ["chance_to_gain_1_more_charge_%"]=5119, + ["chance_to_gain_1_more_charge_%_per_10_tribute"]=5118, + ["chance_to_gain_1_more_endurance_charge_%"]=5120, + ["chance_to_gain_1_more_frenzy_charge_%"]=5121, + ["chance_to_gain_1_more_power_charge_%"]=5122, + ["chance_to_gain_200_life_on_hit_with_attacks_%"]=5123, + ["chance_to_gain_3_additional_exerted_attacks_%"]=5124, + ["chance_to_gain_adrenaline_for_2_seconds_on_leech_removed_by_filling_unreserved_life_%"]=5125, + ["chance_to_gain_elusive_when_you_block_while_dual_wielding_%"]=5126, + ["chance_to_gain_endurance_charge_on_block_%"]=1808, + ["chance_to_gain_endurance_charge_on_bow_crit_%"]=1525, + ["chance_to_gain_endurance_charge_on_crit_%"]=1522, + ["chance_to_gain_endurance_charge_on_hit_%_vs_bleeding_enemy"]=5127, + ["chance_to_gain_endurance_charge_on_melee_crit_%"]=1523, + ["chance_to_gain_endurance_charge_when_hit_%"]=2421, + ["chance_to_gain_endurance_charge_when_you_stun_enemy_%"]=5128, + ["chance_to_gain_frenzy_charge_on_block_%"]=5130, + ["chance_to_gain_frenzy_charge_on_block_attack_%"]=5129, + ["chance_to_gain_frenzy_charge_on_killing_frozen_enemy_%"]=1526, + ["chance_to_gain_frenzy_charge_on_stun_%"]=5131, + ["chance_to_gain_max_crab_stacks_when_you_would_gain_a_crab_stack_%"]=3926, + ["chance_to_gain_onslaught_for_4_seconds_on_leech_removed_by_filling_unreserved_life_%"]=5132, + ["chance_to_gain_onslaught_on_flask_use_%"]=5133, + ["chance_to_gain_onslaught_on_hit_%_vs_rare_or_unique_enemy"]=5134, + ["chance_to_gain_onslaught_on_kill_%"]=2632, + ["chance_to_gain_onslaught_on_kill_for_10_seconds_%"]=5135, + ["chance_to_gain_onslaught_on_kill_for_4_seconds_%"]=2988, + ["chance_to_gain_onslaught_on_kill_with_axes_%"]=5136, + ["chance_to_gain_power_charge_on_hitting_enemy_affected_by_spiders_web_%"]=5137, + ["chance_to_gain_power_charge_on_killing_frozen_enemy_%"]=1527, + ["chance_to_gain_power_charge_on_melee_stun_%"]=2439, + ["chance_to_gain_power_charge_on_rare_or_unique_enemy_hit_%"]=5138, + ["chance_to_gain_power_charge_on_stun_%"]=2440, + ["chance_to_gain_power_charge_when_block_%"]=1812, + ["chance_to_gain_random_curse_when_hit_%_per_10_levels"]=2433, + ["chance_to_gain_random_standard_charge_on_hit_%"]=5139, + ["chance_to_gain_skill_cost_as_mana_when_paid_%"]=5140, + ["chance_to_gain_vaal_soul_on_enemy_shatter_%"]=2740, + ["chance_to_gain_vaal_soul_on_kill_%"]=2735, + ["chance_to_grant_endurance_charge_to_nearby_allies_on_hit_%"]=5141, + ["chance_to_grant_frenzy_charge_to_nearby_allies_on_hit_%"]=2992, + ["chance_to_grant_frenzy_charge_to_nearby_allies_on_kill_%"]=5142, + ["chance_to_grant_nearby_enemies_onslaught_on_kill_%"]=2990, + ["chance_to_grant_power_charge_on_shocking_chilled_enemy_%"]=5143, + ["chance_to_grant_power_charge_to_nearby_allies_on_kill_%"]=2991, + ["chance_to_ignite_is_doubled"]=5144, + ["chance_to_ignore_hexproof_%"]=5145, + ["chance_to_inflict_10_incision_on_attack_hit_%"]=5146, + ["chance_to_inflict_additional_impale_%"]=5147, + ["chance_to_inflict_brittle_on_enemy_on_block_%"]=5148, + ["chance_to_inflict_cold_exposure_on_hit_with_cold_damage_%"]=5149, + ["chance_to_inflict_fire_exposure_on_hit_with_fire_damage_%"]=5150, + ["chance_to_inflict_frostburn_%"]=1716, + ["chance_to_inflict_incision_on_attack_hit_%"]=5151, + ["chance_to_inflict_lightning_exposure_on_hit_with_lightning_damage_%"]=5152, + ["chance_to_inflict_sap_on_enemy_on_block_%"]=5153, + ["chance_to_inflict_sapped_%"]=1718, + ["chance_to_inflict_scorch_on_enemy_on_block_%"]=5154, + ["chance_to_intimidate_nearby_enemies_on_melee_kill_%"]=5155, + ["chance_to_intimidate_on_hit_%"]=5156, + ["chance_to_leave_2_ground_blades_%"]=5157, + ["chance_to_load_a_bolt_on_killing_an_enemy_%"]=5158, + ["chance_to_not_consume_glory_%"]=5160, + ["chance_to_not_consume_infusion_%"]=5161, + ["chance_to_not_consume_instilling_%"]=5162, + ["chance_to_place_an_additional_mine_%"]=3140, + ["chance_to_poison_%_vs_cursed_enemies"]=3775, + ["chance_to_poison_on_critical_strike_with_bow_%"]=1307, + ["chance_to_poison_on_critical_strike_with_dagger_%"]=1308, + ["chance_to_poison_on_hit_%_per_power_charge"]=5165, + ["chance_to_poison_on_hit_+%_vs_non_poisoned_enemies"]=5163, + ["chance_to_poison_on_hit_can_apply_multiple_stacks"]=5164, + ["chance_to_poison_on_hit_with_attacks_%"]=2804, + ["chance_to_poison_on_melee_hit_%"]=3820, + ["chance_to_sap_%_vs_enemies_in_chilling_areas"]=5166, + ["chance_to_scorch_%"]=1714, + ["chance_to_shock_%_while_using_flask"]=2575, + ["chance_to_shock_chilled_enemies_%"]=5167, + ["chance_to_start_energy_shield_recharge_%_on_gaining_infusion"]=5168, + ["chance_to_start_energy_shield_recharge_%_on_linking_target"]=5169, + ["chance_to_summon_two_totems_%"]=5170, + ["chance_to_taunt_on_hit_%"]=3034, + ["chance_to_throw_4_additional_traps_%"]=5171, + ["chance_to_trigger_socketed_bow_skill_on_bow_attack_%"]=558, + ["chance_to_trigger_socketed_spell_on_bow_attack_%"]=412, + ["chance_to_unnerve_on_hit_%"]=5172, + ["channelled_skill_damage_+%"]=5173, + ["channelled_skill_damage_+%_per_10_devotion"]=5174, + ["chaos_critical_strike_chance_+%"]=1337, + ["chaos_critical_strike_multiplier_+"]=1358, + ["chaos_damage_%_taken_from_mana_before_life"]=5180, + ["chaos_damage_+%"]=879, + ["chaos_damage_+%_per_100_max_mana_up_to_80"]=5181, + ["chaos_damage_+%_per_equipped_corrupted_item"]=2730, + ["chaos_damage_+%_per_level"]=2623, + ["chaos_damage_+%_while_affected_by_herald_of_agony"]=5182, + ["chaos_damage_+%_while_affected_by_herald_of_plague"]=5175, + ["chaos_damage_can_chill"]=2532, + ["chaos_damage_can_freeze"]=2533, + ["chaos_damage_can_ignite_chill_and_shock"]=2550, + ["chaos_damage_can_shock"]=2534, + ["chaos_damage_cannot_poison"]=2551, + ["chaos_damage_does_not_damage_energy_shield_extra_hard_while_not_low_life"]=5176, + ["chaos_damage_does_not_damage_minions_energy_shield_extra_hard"]=3976, + ["chaos_damage_over_time_+%"]=1128, + ["chaos_damage_over_time_heals_while_leeching_life"]=5177, + ["chaos_damage_over_time_multiplier_+_per_4_chaos_resistance"]=5178, + ["chaos_damage_over_time_multiplier_+_while_affected_by_malevolence"]=1161, + ["chaos_damage_over_time_multiplier_+_with_attacks"]=1163, + ["chaos_damage_resistance_%_per_endurance_charge"]=5183, + ["chaos_damage_resistance_%_per_poison_stack"]=5185, + ["chaos_damage_resistance_%_when_on_low_life"]=2241, + ["chaos_damage_resistance_%_when_stationary"]=5186, + ["chaos_damage_resistance_%_while_affected_by_herald_of_agony"]=5187, + ["chaos_damage_resistance_%_while_affected_by_purity_of_elements"]=5188, + ["chaos_damage_resistance_is_doubled"]=5184, + ["chaos_damage_resisted_by_lowest_resistance"]=5189, + ["chaos_damage_taken_+"]=2506, + ["chaos_damage_taken_+%"]=1914, + ["chaos_damage_taken_over_time_+%"]=1642, + ["chaos_damage_taken_over_time_+%_while_in_caustic_cloud"]=5190, + ["chaos_damage_to_return_to_melee_attacker"]=1884, + ["chaos_damage_to_return_when_hit"]=1889, + ["chaos_damage_with_attack_skills_+%"]=5191, + ["chaos_damage_with_spell_skills_+%"]=5192, + ["chaos_dot_multiplier_+"]=1162, + ["chaos_golem_damage_+%"]=3282, + ["chaos_golem_elemental_resistances_%"]=3561, + ["chaos_golem_impale_on_hit_if_same_number_of_summoned_stone_golems"]=5193, + ["chaos_hit_and_dot_damage_%_taken_as_fire"]=5194, + ["chaos_hit_and_dot_damage_%_taken_as_lightning"]=5195, + ["chaos_immunity"]=1852, + ["chaos_inoculation_keystone_energy_shield_+%_final"]=1873, + ["chaos_resist_unnaffected_by_area_penalites"]=5196, + ["chaos_resistance_%_for_you_and_allies_affected_by_your_auras"]=3638, + ["chaos_resistance_+_while_using_flask"]=2915, + ["chaos_skill_chance_to_hinder_on_hit_%"]=5197, + ["chaos_skill_effect_duration_+%"]=1594, + ["chaos_skill_gem_level_+"]=5198, + ["chaos_skills_area_of_effect_+%"]=5199, + ["chaos_spell_skill_gem_level_+"]=947, + ["chaos_weakness_ignores_hexproof"]=2284, + ["chaos_weakness_mana_reservation_+%"]=3616, + ["charge_duration_+%"]=2664, + ["charged_attack_damage_+%"]=3708, + ["charged_attack_damage_per_stack_+%_final"]=3717, + ["charged_attack_radius_+%"]=3715, + ["charged_dash_area_of_effect_radius_+_of_final_explosion"]=3428, + ["charged_dash_damage_+%"]=3317, + ["charged_dash_movement_speed_+%_final"]=5200, + ["charges_gained_+%"]=1001, + ["charm_charges_gained_+%"]=5201, + ["charm_charges_used_%_granted_to_life_flasks"]=5202, + ["charm_charges_used_+%"]=5203, + ["charm_create_consecrated_ground_when_used"]=5204, + ["charm_defend_with_double_armour_during_effect"]=5205, + ["charm_duration_+%"]=899, + ["charm_duration_+%_per_25_tribute"]=5206, + ["charm_effect_+%"]=5208, + ["charm_effect_+%_per_10_tribute"]=5207, + ["charm_enemies_extra_damage_rolls_with_lightning_damage_during_effect"]=5209, + ["charm_energy_shield_recharge_starts_when_used"]=5210, + ["charm_gain_X_guard_for_duration"]=921, + ["charm_gain_onslaught_during_effect"]=5211, + ["charm_grants_frenzy_charge_when_used"]=5212, + ["charm_grants_power_charge_when_used"]=5213, + ["charm_grants_up_to_your_maximum_rage_when_used"]=5214, + ["charm_ignite_ground_as_though_dealing_fire_damage_equal_to_x%_of_your_maximum_life_when_used"]=5215, + ["charm_possesed_by_bear_spirit_for_x_seconds_when_used"]=5216, + ["charm_possesed_by_boar_spirit_for_x_seconds_when_used"]=5217, + ["charm_possesed_by_cat_spirit_for_x_seconds_when_used"]=5218, + ["charm_possesed_by_owl_spirit_for_x_seconds_when_used"]=5219, + ["charm_possesed_by_ox_spirit_for_x_seconds_when_used"]=5220, + ["charm_possesed_by_primate_spirit_for_x_seconds_when_used"]=5221, + ["charm_possesed_by_random_azmerian_spirit_for_x_seconds_when_used"]=5222, + ["charm_possesed_by_serpent_spirit_for_x_seconds_when_used"]=5223, + ["charm_possesed_by_stag_spirit_for_x_seconds_when_used"]=5224, + ["charm_possesed_by_wolf_spirit_for_x_seconds_when_used"]=5225, + ["charm_recover_X_life_when_used"]=922, + ["charm_recover_X_mana_when_used"]=923, + ["charm_recover_life_equal_to_x%_of_mana_flask_recovery_amount"]=5226, + ["charm_recover_mana_equal_to_x%_of_life_flask_recovery_amount"]=5227, + ["charm_x%_of_chaos_damage_from_hits_prevented_recouped_as_life_and_mana_during_effect"]=5228, + ["charms_%_chance_on_use_to_use_another_charm_without_consuming_charges"]=5229, + ["charms_%_chance_to_not_consume_charges"]=5230, + ["charms_use_no_charges"]=5231, + ["chest_drop_additional_corrupted_item_divination_cards"]=5232, + ["chest_drop_additional_currency_item_divination_cards"]=5233, + ["chest_drop_additional_divination_cards_from_current_world_area"]=5234, + ["chest_drop_additional_divination_cards_from_same_set"]=5235, + ["chest_drop_additional_unique_item_divination_cards"]=5236, + ["chest_item_quantity_+%"]=1410, + ["chest_item_rarity_+%"]=1415, + ["chest_number_of_additional_pirate_uniques_to_drop"]=5237, + ["chest_trap_defuse_%"]=1601, + ["chieftain_burning_damage_+%_final"]=1715, + ["chill_and_freeze_duration_+%"]=5238, + ["chill_and_freeze_duration_based_on_%_energy_shield"]=2276, + ["chill_attackers_for_4_seconds_on_block_%_chance"]=5239, + ["chill_chance_based_on_damage_fixed_magnitude"]=5240, + ["chill_duration_+%"]=1560, + ["chill_effect_+%"]=5243, + ["chill_effect_+%_while_mana_leeching"]=5241, + ["chill_effect_+%_with_critical_strikes"]=5244, + ["chill_effect_is_reversed"]=5242, + ["chill_effectiveness_on_self_+%"]=1443, + ["chill_enemy_when_hit_duration_ms"]=2770, + ["chill_minimum_slow_%"]=4006, + ["chill_minimum_slow_%_from_mastery"]=5245, + ["chill_nearby_enemies_when_you_focus"]=5246, + ["chill_prevention_ms_when_chilled"]=2555, + ["chilled_enemies_have_no_elemental_resistance"]=5247, + ["chilled_ground_on_freeze_%_chance_for_3_seconds"]=3012, + ["chilled_ground_when_hit_with_attack_%"]=5248, + ["chilled_monsters_take_+%_burning_damage"]=2436, + ["chilling_areas_also_grant_curse_effect_+%"]=5249, + ["chilling_areas_also_grant_lightning_damage_taken_+%"]=5250, + ["chills_from_your_hits_cause_shattering"]=5251, + ["chronomancer_every_10_seconds_+%_final_cast_speed_for_5_seconds"]=5252, + ["chronomancer_reserves_no_mana"]=5253, + ["clarity_mana_reservation_+%"]=3604, + ["clarity_mana_reservation_efficiency_+%"]=5255, + ["clarity_mana_reservation_efficiency_-2%_per_1"]=5254, + ["clarity_reserves_no_mana"]=5256, + ["claw_accuracy_rating"]=1695, + ["claw_accuracy_rating_+%"]=1294, + ["claw_attack_speed_+%"]=1277, + ["claw_critical_strike_chance_+%"]=1318, + ["claw_critical_strike_multiplier_+"]=1346, + ["claw_damage_+%"]=1198, + ["claw_damage_+%_while_on_low_life"]=5258, + ["claw_damage_against_enemies_on_low_life_+%"]=5257, + ["claw_steal_power_frenzy_endurance_charges_on_hit_%"]=2599, + ["cleave_+1_base_radius_per_nearby_enemy_up_to_10"]=5260, + ["cleave_attack_speed_+%"]=3429, + ["cleave_damage_+%"]=3214, + ["cleave_fortify_on_hit"]=5259, + ["cleave_radius_+%"]=3383, + ["close_range_enemies_avoid_your_projectiles"]=8528, + ["cluster_burst_spawn_amount"]=3680, + ["cobra_lash_damage_+%"]=5261, + ["cobra_lash_number_of_additional_chains"]=5262, + ["cobra_lash_projectile_speed_+%"]=5263, + ["cold_ailment_duration_+%"]=5264, + ["cold_ailment_effect_+%"]=5266, + ["cold_ailment_effect_+%_against_shocked_enemies"]=5265, + ["cold_and_chaos_damage_resistance_%"]=5267, + ["cold_and_lightning_damage_resistance_%"]=2470, + ["cold_and_lightning_hit_and_dot_damage_%_taken_as_fire_while_affected_by_purity_of_fire"]=5268, + ["cold_attack_damage_+%"]=1116, + ["cold_attack_damage_+%_while_holding_a_shield"]=1119, + ["cold_axe_damage_+%"]=1193, + ["cold_bow_damage_+%"]=1213, + ["cold_claw_damage_+%"]=1201, + ["cold_critical_strike_chance_+%"]=1335, + ["cold_critical_strike_multiplier_+"]=1356, + ["cold_dagger_damage_+%"]=1205, + ["cold_damage_+%"]=877, + ["cold_damage_+%_if_you_have_used_a_fire_skill_recently"]=5270, + ["cold_damage_+%_per_1%_block_chance"]=3175, + ["cold_damage_+%_per_25_dexterity"]=5271, + ["cold_damage_+%_per_25_intelligence"]=5272, + ["cold_damage_+%_per_25_strength"]=5273, + ["cold_damage_+%_per_cold_resistance_above_75"]=5269, + ["cold_damage_+%_per_frenzy_charge"]=5274, + ["cold_damage_+%_per_missing_cold_resistance"]=5275, + ["cold_damage_+%_while_affected_by_hatred"]=5276, + ["cold_damage_+%_while_affected_by_herald_of_ice"]=5277, + ["cold_damage_+%_while_off_hand_is_empty"]=5278, + ["cold_damage_can_ignite"]=2535, + ["cold_damage_can_shock"]=2536, + ["cold_damage_cannot_chill"]=2549, + ["cold_damage_cannot_freeze"]=2548, + ["cold_damage_over_time_+%"]=1127, + ["cold_damage_over_time_multiplier_+_while_affected_by_malevolence"]=1158, + ["cold_damage_resistance_%_while_affected_by_herald_of_ice"]=5279, + ["cold_damage_resistance_+%"]=1437, + ["cold_damage_resistance_is_%"]=1435, + ["cold_damage_taken_%_as_fire"]=2807, + ["cold_damage_taken_%_as_lightning"]=2808, + ["cold_damage_taken_+"]=5281, + ["cold_damage_taken_+%"]=2996, + ["cold_damage_taken_+%_if_have_been_hit_recently"]=5282, + ["cold_damage_taken_goes_to_life_over_4_seconds_%"]=5280, + ["cold_damage_to_return_to_melee_attacker"]=1881, + ["cold_damage_to_return_when_hit"]=1887, + ["cold_damage_while_dual_wielding_+%"]=1177, + ["cold_damage_with_attack_skills_+%"]=5283, + ["cold_damage_with_spell_skills_+%"]=5284, + ["cold_dot_multiplier_+"]=1159, + ["cold_exposure_effect_+%"]=5285, + ["cold_exposure_on_hit_magnitude"]=5286, + ["cold_exposure_you_inflict_lowers_cold_resistance_by_extra_%"]=5287, + ["cold_hit_and_dot_damage_%_taken_as_fire"]=5288, + ["cold_hit_and_dot_damage_%_taken_as_lightning"]=5289, + ["cold_hit_damage_+%_vs_shocked_enemies"]=5290, + ["cold_mace_damage_+%"]=1209, + ["cold_penetration_%_vs_chilled_enemies"]=5291, + ["cold_projectile_mine_critical_multiplier_+"]=5292, + ["cold_projectile_mine_damage_+%"]=5293, + ["cold_projectile_mine_throwing_speed_+%"]=5295, + ["cold_projectile_mine_throwing_speed_negated_+%"]=5294, + ["cold_reflect_damage_taken_+%_while_affected_by_purity_of_ice"]=5296, + ["cold_resist_unaffected_by_area_penalties"]=5297, + ["cold_skill_chance_to_inflict_cold_exposure_%"]=5298, + ["cold_skill_gem_level_+"]=5299, + ["cold_skills_chance_to_poison_on_hit_%"]=5300, + ["cold_snap_cooldown_speed_+%"]=3453, + ["cold_snap_damage_+%"]=3288, + ["cold_snap_gain_power_charge_on_kill_%"]=2880, + ["cold_snap_radius_+%"]=3410, + ["cold_snap_uses_and_gains_power_charges_instead_of_frenzy"]=5301, + ["cold_spell_skill_gem_level_+"]=945, + ["cold_staff_damage_+%"]=1197, + ["cold_sword_damage_+%"]=1218, + ["cold_wand_damage_+%"]=1222, + ["cold_weakness_ignores_hexproof"]=2285, + ["combo_finisher_damage_+%_up_to_40%"]=5302, + ["combust_area_of_effect_+%"]=5303, + ["combust_is_disabled"]=5304, + ["companion_accuracy_rating_+%"]=5305, + ["companion_area_of_effect_+%"]=5306, + ["companion_attack_speed_+%"]=5307, + ["companion_chaos_resistance_%"]=5308, + ["companion_damage_+%"]=5311, + ["companion_damage_+%_vs_immobilised_enemies"]=5309, + ["companion_damage_increases_and_reductions_also_affects_you"]=5310, + ["companion_elemental_resistance_%"]=5312, + ["companion_maximum_life_+%"]=5313, + ["companion_reservation_+%"]=5314, + ["companion_takes_%_damage_before_you"]=5315, + ["companion_takes_%_damage_before_you_from_support"]=5316, + ["companions_gain_your_dexterity"]=5317, + ["companions_gain_your_strength"]=5318, + ["conductivity_curse_effect_+%"]=3581, + ["conductivity_duration_+%"]=3494, + ["conductivity_mana_reservation_+%"]=3617, + ["conductivity_no_reservation"]=5319, + ["consecrate_ground_for_3_seconds_when_hit_%"]=3145, + ["consecrate_ground_on_kill_%_for_3_seconds"]=3013, + ["consecrate_ground_on_shatter_%_chance_for_3_seconds"]=3695, + ["consecrate_on_block_%_chance_to_create"]=2259, + ["consecrate_on_crit_%_chance_to_create"]=2317, + ["consecrated_ground_additional_physical_damage_reduction_%"]=5320, + ["consecrated_ground_allies_recover_es_as_well_as_life_from_life_regeneration"]=5321, + ["consecrated_ground_area_+%"]=5322, + ["consecrated_ground_effect_+%"]=5323, + ["consecrated_ground_effect_lingers_for_ms_after_leaving_the_area_while_affected_by_zealotry"]=5328, + ["consecrated_ground_enemy_damage_taken_+%"]=5324, + ["consecrated_ground_enemy_damage_taken_+%_while_affected_by_zealotry"]=5325, + ["consecrated_ground_immune_to_curses"]=5326, + ["consecrated_ground_immune_to_status_ailments"]=5327, + ["consecrated_ground_on_death"]=5329, + ["consecrated_ground_on_hit"]=5330, + ["consecrated_ground_radius_on_hit_enemy_magic_rare_unique_every_3_seconds"]=5331, + ["consecrated_ground_while_stationary_radius"]=5332, + ["consecrated_ground_while_stationary_radius_if_highest_attribute_is_strength"]=5333, + ["consecrated_path_and_purifying_flame_create_profane_ground_instead_of_consecrated_ground"]=5334, + ["consecrated_path_area_of_effect_+%"]=5335, + ["consecrated_path_damage_+%"]=5336, + ["consume_%_of_maximum_life_flask_charges_on_bow_attack"]=5340, + ["consume_X_life_instead_of_last_crossbow_bolt"]=5337, + ["consume_enemy_freeze_to_guarantee_crit"]=5338, + ["consume_nearby_corpse_every_3_seconds_to_recover_%_maximum_life"]=5339, + ["contagion_damage_+%"]=3313, + ["contagion_duration_+%"]=3499, + ["contagion_radius_+%"]=3416, + ["contagion_spread_on_hit_affected_enemy_%"]=5341, + ["conversation_trap_converted_enemy_damage_+%"]=5342, + ["conversion_trap_converted_enemies_chance_to_taunt_on_hit_%"]=5343, + ["conversion_trap_cooldown_speed_+%"]=3466, + ["convert_all_life_leech_to_energy_shield_leech"]=5344, + ["converted_enemies_damage_+%"]=3308, + ["convocation_buff_effect_+%"]=3594, + ["convocation_cooldown_speed_+%"]=3454, + ["cooldown_recovery_+%_if_cast_temporal_chains_in_past_10_seconds"]=5345, + ["cooldown_recovery_+%_per_power_charge"]=5346, + ["cooldown_speed_+%_per_brand_up_to_40%"]=5347, + ["corpse_erruption_base_maximum_number_of_geyers"]=5348, + ["corpse_eruption_cast_speed_+%"]=5349, + ["corpse_eruption_damage_+%"]=5350, + ["corpse_warp_cast_speed_+%"]=5351, + ["corpse_warp_damage_+%"]=5352, + ["corpses_in_your_area_of_effect_explode_dealing_%_maximum_life_physical_damage_on_warcry"]=5353, + ["corrosive_shroud_%_of_stored_poison_damage_to_deal_per_second"]=5354, + ["corrupted_gem_experience_gain_+%"]=2742, + ["corrupting_fever_apply_additional_corrupted_blood_%"]=5355, + ["corrupting_fever_damage_+%"]=5356, + ["corrupting_fever_duration_+%"]=5357, + ["counter_attacks_maximum_added_cold_damage"]=3772, + ["counter_attacks_maximum_added_physical_damage"]=3765, + ["counter_attacks_minimum_added_cold_damage"]=3772, + ["counter_attacks_minimum_added_physical_damage"]=3765, + ["counterattacks_cooldown_recovery_+%"]=5358, + ["counterattacks_deal_double_damage"]=5359, + ["counterattacks_debilitate_for_1_second_on_hit_%_chance"]=5360, + ["cover_in_ash_for_x_seconds_when_igniting_enemy"]=5361, + ["cover_in_ash_on_hit_%"]=5362, + ["cover_in_ash_on_hit_%_while_you_are_burning"]=5363, + ["cover_in_frost_for_x_seconds_when_freezing_enemy"]=5364, + ["cover_in_frost_on_hit"]=5365, + ["crab_aspect_crab_barrier_max_+"]=3921, + ["crackling_lance_cast_speed_+%"]=5366, + ["crackling_lance_damage_+%"]=5367, + ["create_additional_brand_%_chance"]=5368, + ["create_blighted_spore_on_killing_rare_enemy"]=5369, + ["create_chilling_ground_on_freeze"]=5370, + ["create_consecrated_ground_on_hit_%_vs_rare_or_unique_enemy"]=5371, + ["create_consecrated_ground_on_kill_%"]=5372, + ["create_enemy_meteor_daemon_on_flask_use_%_chance"]=5373, + ["create_herald_of_thunder_storm_on_shocking_enemy"]=5374, + ["create_profane_ground_instead_of_consecrated_ground"]=5375, + ["create_smoke_cloud_on_kill_%_chance"]=5376, + ["created_remnants_have_%_chance_to_duplicate_pick_up_results"]=5377, + ["creeping_frost_cold_snap_chance_to_sap_%_vs_enemies_in_chilling_areas"]=5378, + ["cremation_base_fires_projectile_every_x_ms"]=5379, + ["critical_chance_luck_against_parry_debuffed_enemies"]=5381, + ["critical_damage_+1%_per_X_current_life"]=5382, + ["critical_hit_bleeding_effect_+%"]=5383, + ["critical_hit_chance_+%_against_enemies_entered_your_presence_recently"]=5384, + ["critical_hit_chance_+%_vs_humanoids"]=5385, + ["critical_hit_damage_+%_against_enemies_exited_your_presence_recently"]=5386, + ["critical_hit_damage_bonus_+%_if_consumed_power_charge_recently"]=5387, + ["critical_hit_damage_bonus_+%_vs_enemies_further_than_6m_distance"]=5388, + ["critical_hit_damage_bonus_+%_vs_enemies_within_2m_distance"]=5389, + ["critical_hit_damaging_ailment_effect_+%"]=5390, + ["critical_hit_ignite_effect_+%"]=5391, + ["critical_hit_poison_effect_+%"]=5392, + ["critical_hits_always_apply_impale"]=5393, + ["critical_hits_cannot_consume_impale"]=5394, + ["critical_hits_ignore_armour"]=5395, + ["critical_multiplier_+%_per_10_max_es_on_shield"]=5396, + ["critical_strike_%_chance_to_deal_double_damage"]=5463, + ["critical_strike_chance_+%"]=953, + ["critical_strike_chance_+%_against_enemies_marked_by_you"]=5397, + ["critical_strike_chance_+%_against_enemies_on_consecrated_ground_while_affected_by_zealotry"]=5410, + ["critical_strike_chance_+%_during_any_flask_effect"]=5411, + ["critical_strike_chance_+%_final_while_affected_by_precision"]=5398, + ["critical_strike_chance_+%_final_while_unhinged"]=5412, + ["critical_strike_chance_+%_for_4_seconds_on_kill"]=3053, + ["critical_strike_chance_+%_for_forking_arrows"]=3884, + ["critical_strike_chance_+%_for_spells_if_you_have_killed_recently"]=5413, + ["critical_strike_chance_+%_if_enemy_killed_recently"]=5414, + ["critical_strike_chance_+%_if_have_been_shocked_recently"]=5415, + ["critical_strike_chance_+%_if_have_not_crit_recently"]=5416, + ["critical_strike_chance_+%_if_havent_blocked_recently"]=5417, + ["critical_strike_chance_+%_if_not_gained_power_charge_recently"]=5418, + ["critical_strike_chance_+%_if_triggered_skill_recently"]=5399, + ["critical_strike_chance_+%_per_10_strength"]=5419, + ["critical_strike_chance_+%_per_25_intelligence"]=5420, + ["critical_strike_chance_+%_per_8_strength"]=2589, + ["critical_strike_chance_+%_per_blitz_charge"]=5421, + ["critical_strike_chance_+%_per_brand"]=5422, + ["critical_strike_chance_+%_per_endurance_charge"]=5423, + ["critical_strike_chance_+%_per_frenzy_charge"]=5424, + ["critical_strike_chance_+%_per_intensity"]=5425, + ["critical_strike_chance_+%_per_level"]=2609, + ["critical_strike_chance_+%_per_lightning_adaptation"]=3991, + ["critical_strike_chance_+%_per_mine_detonated_recently_up_to_100%"]=5426, + ["critical_strike_chance_+%_per_power_charge"]=2796, + ["critical_strike_chance_+%_per_righteous_charge"]=5427, + ["critical_strike_chance_+%_per_socketed_blue_support_gem"]=5400, + ["critical_strike_chance_+%_per_stackable_unique_jewel"]=3727, + ["critical_strike_chance_+%_vs_bleeding_enemies"]=2817, + ["critical_strike_chance_+%_vs_blinded_enemies"]=3011, + ["critical_strike_chance_+%_vs_dazed_enemies"]=5401, + ["critical_strike_chance_+%_vs_enemies_further_than_6m_distance"]=5402, + ["critical_strike_chance_+%_vs_enemies_with_elemental_status_ailments"]=3627, + ["critical_strike_chance_+%_vs_enemies_without_elemental_status_ailments"]=3123, + ["critical_strike_chance_+%_vs_exposed"]=5403, + ["critical_strike_chance_+%_vs_immobilised_enemies"]=5404, + ["critical_strike_chance_+%_vs_marked_enemies"]=5405, + ["critical_strike_chance_+%_vs_poisoned_enemies"]=2908, + ["critical_strike_chance_+%_vs_shocked_enemies"]=5380, + ["critical_strike_chance_+%_vs_taunted_enemies"]=5428, + ["critical_strike_chance_+%_when_in_main_hand"]=3750, + ["critical_strike_chance_+%_while_affected_by_wrath"]=5429, + ["critical_strike_chance_+%_while_channelling"]=5430, + ["critical_strike_chance_+%_while_you_have_avatar_of_fire"]=9926, + ["critical_strike_chance_+%_while_you_have_depleted_physical_aegis"]=5434, + ["critical_strike_chance_+%_with_at_least_200_int"]=3939, + ["critical_strike_chance_+%_with_unarmed_attacks"]=5406, + ["critical_strike_chance_against_cursed_enemies_+%"]=5407, + ["critical_strike_chance_against_enemies_on_full_life_+%"]=3348, + ["critical_strike_chance_increased_by_lightning_resistance"]=5408, + ["critical_strike_chance_increased_by_overcapped_lightning_resistance"]=5409, + ["critical_strike_chance_while_dual_wielding_+%"]=1332, + ["critical_strike_chance_while_wielding_shield_+%"]=1326, + ["critical_strike_damage_cannot_be_reflected"]=5435, + ["critical_strike_multiplier_+%_if_cast_enfeeble_in_past_10_seconds"]=5461, + ["critical_strike_multiplier_+%_with_claws_daggers"]=5462, + ["critical_strike_multiplier_+_during_any_flask_effect"]=5440, + ["critical_strike_multiplier_+_for_spells_if_you_havent_killed_recently"]=5441, + ["critical_strike_multiplier_+_if_crit_with_a_herald_skill_recently"]=5442, + ["critical_strike_multiplier_+_if_dexterity_higher_than_intelligence"]=5443, + ["critical_strike_multiplier_+_if_enemy_killed_recently"]=5444, + ["critical_strike_multiplier_+_if_enemy_shattered_recently"]=5445, + ["critical_strike_multiplier_+_if_gained_power_charge_recently"]=5446, + ["critical_strike_multiplier_+_if_have_dealt_non_crit_recently"]=5436, + ["critical_strike_multiplier_+_if_have_not_dealt_critical_strike_recently"]=5447, + ["critical_strike_multiplier_+_if_rare_or_unique_enemy_nearby"]=5448, + ["critical_strike_multiplier_+_if_taken_a_savage_hit_recently"]=5449, + ["critical_strike_multiplier_+_if_you_have_blocked_recently"]=5450, + ["critical_strike_multiplier_+_if_youve_been_channelling_for_at_least_1_second"]=5451, + ["critical_strike_multiplier_+_per_1%_block_chance"]=2816, + ["critical_strike_multiplier_+_per_mine_detonated_recently_up_to_40"]=5452, + ["critical_strike_multiplier_+_per_power_charge"]=2898, + ["critical_strike_multiplier_+_vs_bleeding_enemies"]=2814, + ["critical_strike_multiplier_+_vs_burning_enemies"]=2815, + ["critical_strike_multiplier_+_vs_enemies_affected_by_elemental_status_ailment"]=3148, + ["critical_strike_multiplier_+_vs_stunned_enemies"]=5437, + ["critical_strike_multiplier_+_vs_taunted_enemies"]=5453, + ["critical_strike_multiplier_+_vs_unique_enemies"]=5454, + ["critical_strike_multiplier_+_while_affected_by_anger"]=5455, + ["critical_strike_multiplier_+_while_affected_by_precision"]=5456, + ["critical_strike_multiplier_+_while_have_any_frenzy_charges"]=1734, + ["critical_strike_multiplier_+_with_herald_skills"]=5460, + ["critical_strike_multiplier_for_arrows_that_pierce_+"]=5438, + ["critical_strike_multiplier_is_250"]=5439, + ["critical_strike_multiplier_vs_enemies_on_full_life_+"]=3037, + ["critical_strike_multiplier_while_dual_wielding_+"]=1351, + ["critical_strike_multiplier_with_dagger_+"]=1340, + ["critical_strikes_always_knockback_shocked_enemies"]=5464, + ["critical_strikes_deal_no_damage"]=5465, + ["critical_strikes_do_not_always_ignite"]=5466, + ["critical_strikes_from_spells_have_no_multiplier"]=5467, + ["critical_strikes_ignore_elemental_resistances"]=3051, + ["critical_strikes_ignore_lightning_resistance"]=5468, + ["critical_strikes_ignore_positive_elemental_resistances"]=5469, + ["critical_strikes_penetrates_%_elemental_resistances_while_affected_by_zealotry"]=5470, + ["critical_support_gem_level_+"]=5471, + ["crits_have_culling_strike"]=3041, + ["crossbow_accuracy_rating"]=3864, + ["crossbow_accuracy_rating_+%"]=3865, + ["crossbow_attack_%_chance_to_not_consume_ammo"]=5472, + ["crossbow_attack_%_chance_to_not_consume_ammo_if_reloaded_recently"]=5473, + ["crossbow_attack_speed_+%"]=3866, + ["crossbow_critical_strike_chance_+%"]=3867, + ["crossbow_critical_strike_multiplier_+"]=3868, + ["crossbow_damage_+%"]=3862, + ["crossbow_damage_+%_per_ammo_type_fired_in_past_10_seconds"]=5474, + ["crossbow_elemental_damage_+%"]=3863, + ["crossbow_physical_damage_+%"]=3869, + ["crossbow_skill_gem_level_+"]=5475, + ["crowd_control_effects_are_triggered_at_%_poise_threshold_instead"]=5476, + ["cruelty_effect_+%"]=5477, + ["crush_for_2_seconds_on_hit_%_chance"]=5478, + ["crush_on_hit_ms_vs_full_life_enemies"]=5479, + ["culling_strike_enemies_on_block"]=5480, + ["culling_strike_on_burning_enemies"]=2503, + ["culling_strike_on_enemies_affected_by_poachers_mark"]=5481, + ["culling_strike_threshold_+%"]=5484, + ["culling_strike_threshold_+%_vs_immobilised_enemies"]=5482, + ["culling_strike_threshold_+%_vs_rare_or_unique_monsters"]=5483, + ["culling_strike_vs_beasts_while_in_presence_of_beast_companion"]=5485, + ["culling_strike_vs_cursed_enemies"]=5486, + ["culling_strike_vs_marked_enemy"]=5487, + ["current_endurance_charges"]=13, + ["current_energy_shield_%_as_elemental_damage_reduction"]=5488, + ["current_frenzy_charges"]=14, + ["current_power_charges"]=15, + ["curse_area_of_effect_+%"]=1896, + ["curse_aura_skill_area_of_effect_+%"]=5489, + ["curse_aura_skills_mana_reservation_efficiency_+%"]=5492, + ["curse_aura_skills_mana_reservation_efficiency_-2%_per_1"]=5491, + ["curse_aura_skills_reservation_efficiency_+%"]=5490, + ["curse_cast_speed_+%"]=1890, + ["curse_delay_+%"]=5493, + ["curse_delay_+%_per_20_tribute"]=5494, + ["curse_duration_+%_if_you_have_at_least_100_tribute"]=5495, + ["curse_duration_+%_per_10_tribute"]=5496, + ["curse_effect_+%"]=2280, + ["curse_effect_+%_if_200_mana_spent_recently"]=5499, + ["curse_effect_on_self_+%"]=1856, + ["curse_effect_on_self_+%_while_on_consecrated_ground"]=5497, + ["curse_effect_on_self_+%_while_under_effect_of_life_or_mana_flask"]=5498, + ["curse_mana_cost_+%"]=5500, + ["curse_on_block_enfeeble_chance_%"]=5501, + ["curse_on_hit_%_conductivity"]=2201, + ["curse_on_hit_%_despair"]=2202, + ["curse_on_hit_%_elemental_weakness"]=2203, + ["curse_on_hit_%_enfeeble"]=2200, + ["curse_on_hit_%_flammability"]=2204, + ["curse_on_hit_%_frostbite"]=2205, + ["curse_on_hit_%_temporal_chains"]=2206, + ["curse_on_hit_%_vulnerability"]=2207, + ["curse_on_hit_level_10_vulnerability_%"]=2211, + ["curse_on_hit_level_assassins_mark"]=559, + ["curse_on_hit_level_cold_weakness"]=2213, + ["curse_on_hit_level_conductivity"]=2214, + ["curse_on_hit_level_despair"]=2215, + ["curse_on_hit_level_elemental_weakness"]=2212, + ["curse_on_hit_level_enfeeble"]=2216, + ["curse_on_hit_level_flammability"]=2217, + ["curse_on_hit_level_frostbite"]=2218, + ["curse_on_hit_level_poachers_mark"]=560, + ["curse_on_hit_level_poachers_mark_bypass_hexproof"]=561, + ["curse_on_hit_level_temporal_chains"]=2209, + ["curse_on_hit_level_vulnerability"]=2210, + ["curse_on_hit_level_warlords_mark"]=562, + ["curse_pillar_curse_effect_+%_final"]=2281, + ["curse_skill_effect_duration_+%"]=5502, + ["curse_skill_gem_level_+"]=5503, + ["curse_with_enfeeble_on_hit_%_against_uncursed_enemies"]=2208, + ["curse_with_punishment_on_hit_%"]=5504, + ["cursed_enemies_%_chance_to_grant_endurance_charge_when_hit"]=5506, + ["cursed_enemies_%_chance_to_grant_frenzy_charge_when_hit"]=5507, + ["cursed_enemies_%_chance_to_grant_power_charge_when_hit"]=5508, + ["cursed_enemies_are_exorcised_on_kill"]=5505, + ["cursed_with_silence_when_hit_%_chance"]=5509, + ["curses_have_no_effect_on_you_for_4_seconds_every_10_seconds"]=5510, + ["curses_never_expire"]=1848, + ["curses_reflected_to_self"]=5511, + ["curses_you_inflict_remain_after_death"]=5512, + ["cyclone_and_sweep_enemy_knockback_direction_is_reversed"]=5513, + ["cyclone_and_sweep_melee_knockback"]=5514, + ["cyclone_attack_speed_+%"]=3439, + ["cyclone_damage_+%"]=3261, + ["cyclone_max_stages_movement_speed_+%"]=5515, + ["dagger_accuracy_rating"]=1693, + ["dagger_accuracy_rating_+%"]=1295, + ["dagger_attack_speed_+%"]=1278, + ["dagger_critical_strike_chance_+%"]=1319, + ["dagger_damage_+%"]=1202, + ["damage_+%"]=1107, + ["damage_+%_against_enemies_marked_by_you"]=5543, + ["damage_+%_against_enemies_with_fully_broken_armour"]=5516, + ["damage_+%_during_flask_effect"]=3651, + ["damage_+%_final_against_bloodlusting_enemies"]=5517, + ["damage_+%_final_if_lost_endurance_charge_in_past_8_seconds"]=5544, + ["damage_+%_final_if_there_is_at_most_1_rare_or_unique_enemy_nearby"]=5518, + ["damage_+%_final_with_at_least_1_nearby_ally"]=5545, + ["damage_+%_for_4_seconds_on_crit"]=3052, + ["damage_+%_for_4_seconds_on_detonation"]=3073, + ["damage_+%_for_4_seconds_when_you_kill_a_bleeding_enemy"]=3654, + ["damage_+%_for_4_seconds_when_you_kill_a_cursed_enemy"]=3631, + ["damage_+%_for_each_herald_affecting_you"]=5546, + ["damage_+%_for_each_level_the_enemy_is_higher_than_you"]=3759, + ["damage_+%_for_each_trap_and_mine_active"]=3645, + ["damage_+%_for_enemies_you_inflict_spiders_web_upon"]=5547, + ["damage_+%_for_you_and_allies_affected_by_your_auras"]=3639, + ["damage_+%_if_consumed_frenzy_charge_recently"]=5519, + ["damage_+%_if_enemy_killed_recently"]=5548, + ["damage_+%_if_enemy_killed_recently_final"]=3784, + ["damage_+%_if_enemy_shattered_recently"]=5549, + ["damage_+%_if_firing_atleast_7_projectiles"]=5550, + ["damage_+%_if_golem_summoned_in_past_8_seconds"]=3283, + ["damage_+%_if_have_been_ignited_recently"]=5551, + ["damage_+%_if_have_crit_in_past_8_seconds"]=5552, + ["damage_+%_if_only_one_enemy_nearby"]=5553, + ["damage_+%_if_skill_costs_life"]=5554, + ["damage_+%_if_triggered_skill_recently"]=5520, + ["damage_+%_if_used_travel_skill_recently"]=5555, + ["damage_+%_if_you_have_consumed_a_corpse_recently"]=3815, + ["damage_+%_if_you_have_frozen_enemy_recently"]=5556, + ["damage_+%_if_you_have_shocked_recently"]=5557, + ["damage_+%_of_each_type_that_you_have_an_active_golem_of"]=3660, + ["damage_+%_on_consecrated_ground"]=3144, + ["damage_+%_on_full_energy_shield"]=5581, + ["damage_+%_per_1%_block_chance"]=5565, + ["damage_+%_per_1%_increased_item_found_quantity"]=5566, + ["damage_+%_per_100_dexterity"]=5558, + ["damage_+%_per_100_intelligence"]=5559, + ["damage_+%_per_100_strength"]=5560, + ["damage_+%_per_10_dex"]=5561, + ["damage_+%_per_10_levels"]=2505, + ["damage_+%_per_15_dex"]=5562, + ["damage_+%_per_15_int"]=5563, + ["damage_+%_per_15_strength"]=5564, + ["damage_+%_per_5_of_your_lowest_attribute"]=5567, + ["damage_+%_per_abyss_jewel_type"]=3735, + ["damage_+%_per_active_curse_on_self"]=1130, + ["damage_+%_per_active_golem"]=5568, + ["damage_+%_per_active_link"]=5569, + ["damage_+%_per_active_trap"]=3062, + ["damage_+%_per_crab_charge"]=3922, + ["damage_+%_per_different_warcry_used_recently"]=5570, + ["damage_+%_per_endurance_charge"]=2825, + ["damage_+%_per_enemy_elemental_ailment"]=5521, + ["damage_+%_per_equipped_magic_item"]=2712, + ["damage_+%_per_fire_adaptation"]=3989, + ["damage_+%_per_frenzy_charge"]=2902, + ["damage_+%_per_frenzy_power_or_endurance_charge"]=5571, + ["damage_+%_per_poison_stack"]=5522, + ["damage_+%_per_poison_up_to_75%"]=5572, + ["damage_+%_per_power_charge"]=5573, + ["damage_+%_per_raised_zombie"]=5523, + ["damage_+%_per_recently_triggered_hazard_up_to_50%"]=5574, + ["damage_+%_per_shock"]=2444, + ["damage_+%_per_socketed_red_support_gem"]=5524, + ["damage_+%_per_warcry_used_recently"]=5575, + ["damage_+%_per_your_aura_or_herald_skill_affecting_you"]=5576, + ["damage_+%_to_rare_and_unique_enemies"]=2834, + ["damage_+%_to_rare_and_unique_enemies_if_you_have_at_least_100_tribute"]=5525, + ["damage_+%_to_you_and_nearby_allies_while_you_have_fortify"]=3655, + ["damage_+%_vs_abyssal_monsters"]=5577, + ["damage_+%_vs_blinded_enemies"]=2480, + ["damage_+%_vs_burning_enemies"]=3048, + ["damage_+%_vs_dazed_enemies"]=5526, + ["damage_+%_vs_demons"]=2435, + ["damage_+%_vs_enemies_affected_by_status_ailments"]=3058, + ["damage_+%_vs_enemies_on_full_life"]=5578, + ["damage_+%_vs_enemies_on_low_life_per_frenzy_charge"]=2479, + ["damage_+%_vs_enemies_per_freeze_shock_ignite"]=1150, + ["damage_+%_vs_frozen_enemies"]=1146, + ["damage_+%_vs_frozen_shocked_ignited_enemies"]=1151, + ["damage_+%_vs_hindered_enemies"]=3676, + ["damage_+%_vs_immobilised_enemies"]=5527, + ["damage_+%_vs_magic_monsters"]=5579, + ["damage_+%_vs_rare_monsters"]=2476, + ["damage_+%_vs_taunted_enemies"]=5580, + ["damage_+%_when_currently_has_no_energy_shield"]=2405, + ["damage_+%_when_not_on_low_life"]=2830, + ["damage_+%_when_on_burning_ground"]=1831, + ["damage_+%_when_on_full_life"]=5582, + ["damage_+%_when_on_low_life"]=1129, + ["damage_+%_while_affected_by_a_herald"]=5583, + ["damage_+%_while_channelling"]=5584, + ["damage_+%_while_dead"]=2727, + ["damage_+%_while_es_not_full"]=3647, + ["damage_+%_while_fortified"]=2823, + ["damage_+%_while_ignited"]=2471, + ["damage_+%_while_in_blood_stance"]=5585, + ["damage_+%_while_in_presence_of_companion"]=5528, + ["damage_+%_while_leeching"]=2698, + ["damage_+%_while_life_leeching"]=1131, + ["damage_+%_while_mana_leeching"]=1133, + ["damage_+%_while_totem_active"]=2831, + ["damage_+%_while_unarmed"]=3166, + ["damage_+%_while_using_charm"]=5586, + ["damage_+%_while_wielding_bow_if_totem_summoned"]=5587, + ["damage_+%_while_wielding_two_different_weapon_types"]=5588, + ["damage_+%_while_wielding_wand"]=1219, + ["damage_+%_while_you_have_a_summoned_golem"]=5589, + ["damage_+%_with_bow_skills"]=882, + ["damage_+%_with_daggers_against_full_life_enemies"]=5590, + ["damage_+%_with_herald_skills"]=5591, + ["damage_+%_with_maces_sceptres_staves"]=5592, + ["damage_+%_with_melee_weapons"]=1181, + ["damage_+%_with_movement_skills"]=1286, + ["damage_+%_with_non_vaal_skills_during_soul_gain_prevention"]=5593, + ["damage_+%_with_one_handed_melee_weapons"]=1180, + ["damage_+%_with_one_handed_weapons"]=2948, + ["damage_+%_with_shield_skills"]=5594, + ["damage_+%_with_shield_skills_per_2%_attack_block"]=5595, + ["damage_+%_with_two_handed_melee_weapons"]=1186, + ["damage_+%_with_two_handed_weapons"]=2949, + ["damage_+1%_per_X_strength_when_in_main_hand"]=2445, + ["damage_against_undead_+%"]=5529, + ["damage_and_minion_damage_+%_for_4_seconds_on_consume_corpse"]=3054, + ["damage_blocked_%_recouped_as_mana"]=5530, + ["damage_over_time_+%"]=1124, + ["damage_over_time_+%_per_frenzy_charge"]=1817, + ["damage_over_time_+%_per_power_charge"]=1818, + ["damage_over_time_+%_while_affected_by_a_herald"]=5532, + ["damage_over_time_+%_while_dual_wielding"]=1819, + ["damage_over_time_+%_while_holding_a_shield"]=1820, + ["damage_over_time_+%_while_wielding_two_handed_weapon"]=1821, + ["damage_over_time_+%_with_attack_skills"]=5533, + ["damage_over_time_+%_with_bow_skills"]=5534, + ["damage_over_time_+%_with_herald_skills"]=5535, + ["damage_over_time_multiplier_+_if_enemy_killed_recently"]=5531, + ["damage_over_time_multiplier_+_with_attacks"]=1153, + ["damage_over_time_taken_+%_while_you_have_at_least_20_fortification"]=5536, + ["damage_penetrates_%_cold_resistance_while_affected_by_herald_of_ice"]=5537, + ["damage_penetrates_%_elemental_resistance_if_enemy_not_killed_recently"]=5538, + ["damage_penetrates_%_elemental_resistance_vs_chilled_enemies"]=5539, + ["damage_penetrates_%_elemental_resistance_vs_cursed_enemies"]=5540, + ["damage_penetrates_%_fire_resistance_while_affected_by_herald_of_ash"]=5541, + ["damage_penetrates_%_lightning_resistance_while_affected_by_herald_of_thunder"]=5542, + ["damage_recouped_as_life_%_if_leech_removed_by_filling_recently"]=5596, + ["damage_reduction_rating_%_with_active_totem"]=2951, + ["damage_reduction_rating_from_body_armour_doubled"]=2950, + ["damage_removed_from_mana_before_life_%_while_affected_by_clarity"]=5597, + ["damage_removed_from_mana_before_life_%_while_focused"]=5598, + ["damage_removed_from_spectres_before_life_or_es_%"]=5599, + ["damage_removed_from_your_nearest_totem_before_life_or_es_%"]=5600, + ["damage_taken_%_recovered_as_energy_shield_from_stunning_hits"]=5614, + ["damage_taken_%_recovered_as_life_from_stunning_hits"]=5615, + ["damage_taken_+%_final_from_enemies_near_marked_enemy"]=5616, + ["damage_taken_+%_final_per_tailwind"]=5617, + ["damage_taken_+%_final_per_totem"]=5618, + ["damage_taken_+%_for_4_seconds_after_spending_200_mana"]=5601, + ["damage_taken_+%_for_4_seconds_on_kill"]=2938, + ["damage_taken_+%_for_4_seconds_on_killing_taunted_enemy"]=3036, + ["damage_taken_+%_from_bleeding_enemies"]=2929, + ["damage_taken_+%_from_blinded_enemies"]=2900, + ["damage_taken_+%_from_ghosts"]=1919, + ["damage_taken_+%_from_hits"]=1911, + ["damage_taken_+%_from_skeletons"]=1918, + ["damage_taken_+%_from_taunted_enemies"]=3656, + ["damage_taken_+%_from_volatility_if_you_have_at_least_100_tribute"]=5602, + ["damage_taken_+%_if_have_been_frozen_recently"]=5619, + ["damage_taken_+%_if_have_not_been_hit_recently"]=5620, + ["damage_taken_+%_if_not_hit_recently_final"]=3753, + ["damage_taken_+%_if_taunted_an_enemy_recently"]=3788, + ["damage_taken_+%_if_there_are_at_least_2_rare_or_unique_enemies_nearby"]=5603, + ["damage_taken_+%_if_you_have_taken_a_savage_hit_recently"]=3741, + ["damage_taken_+%_on_full_life"]=5621, + ["damage_taken_+%_on_low_life"]=5622, + ["damage_taken_+%_per_frenzy_charge"]=2581, + ["damage_taken_+%_to_an_element_for_4_seconds_when_hit_by_damage_from_an_element"]=3203, + ["damage_taken_+%_vs_demons"]=2434, + ["damage_taken_+%_while_affected_by_elusive"]=5604, + ["damage_taken_+%_while_es_full"]=1915, + ["damage_taken_+%_while_leeching"]=5623, + ["damage_taken_+%_while_phasing"]=5624, + ["damage_taken_from_traps_and_mines_+%"]=2910, + ["damage_taken_goes_to_life_mana_es_over_4_seconds_%"]=5605, + ["damage_taken_goes_to_life_over_4_seconds_%"]=990, + ["damage_taken_goes_to_life_over_4_seconds_%_per_10_tribute"]=5606, + ["damage_taken_goes_to_mana_%"]=997, + ["damage_taken_goes_to_mana_%_per_10_tribute"]=5607, + ["damage_taken_goes_to_mana_%_per_power_charge"]=2795, + ["damage_taken_goes_to_mana_over_4_seconds_%_while_affected_by_clarity"]=5608, + ["damage_taken_over_time_+%_final_during_life_flask_effect"]=5609, + ["damage_taken_per_250_dexterity_+%"]=5610, + ["damage_taken_per_250_intelligence_+%"]=5611, + ["damage_taken_per_250_strength_+%"]=5612, + ["damage_taken_per_ghost_dance_stack_+%"]=5613, + ["damage_vs_cursed_enemies_per_enemy_curse_+%"]=2652, + ["damage_vs_enemies_on_full_life_per_power_charge_+%"]=2635, + ["damage_vs_enemies_on_low_life_+%"]=2477, + ["damage_vs_enemies_on_low_life_per_power_charge_+%"]=2636, + ["damage_vs_shocked_enemies_+%"]=1148, + ["damage_while_dual_wielding_+%"]=1174, + ["damage_while_no_damage_taken_+%"]=2843, + ["damage_while_no_frenzy_charges_+%"]=3347, + ["damage_with_cold_skills_+%"]=1237, + ["damage_with_fire_skills_+%"]=1229, + ["damage_with_hits_is_lucky_vs_enemies_on_low_life"]=5625, + ["damage_with_hits_is_lucky_vs_heavy_stunned_enemies"]=5626, + ["damage_with_lightning_skills_+%"]=1242, + ["damaging_ailment_duration_+%"]=5627, + ["damaging_ailment_duration_+%_per_10_tribute"]=5628, + ["damaging_ailments_deal_damage_+%_faster"]=5630, + ["dark_pact_minions_recover_%_life_on_hit"]=5631, + ["dark_ritual_area_of_effect_+%"]=5632, + ["dark_ritual_damage_+%"]=5633, + ["dark_ritual_linked_curse_effect_+%"]=5634, + ["darkness_per_level"]=5635, + ["darkness_refresh_rate_+%"]=5636, + ["daytime_fish_caught_size_+%"]=5637, + ["daze_build_up_+%"]=5638, + ["daze_duration_+%"]=5639, + ["daze_magnitude_+%"]=5640, + ["deadeye_accuracy_unaffected_by_range"]=5641, + ["deadeye_damage_taken_+%_final_from_marked_enemy"]=5642, + ["deadeye_movement_speed_penalty_+%_final_while_performing_action"]=5643, + ["deadeye_projectile_damage_+%_final_max_as_distance_travelled_decreases"]=5644, + ["deadeye_projectile_damage_+%_final_max_as_distance_travelled_increases"]=5645, + ["deal_1000_chaos_damage_per_second_for_10_seconds_on_hit"]=5646, + ["deal_chaos_damage_per_second_for_10_seconds_on_hit"]=5647, + ["deal_chaos_damage_per_second_for_8_seconds_on_curse"]=5648, + ["deal_double_damage_to_enemies_on_full_life"]=5649, + ["deal_no_damage_when_not_on_low_life"]=5650, + ["deal_no_damage_yourself"]=1920, + ["deal_no_elemental_damage"]=5651, + ["deal_no_elemental_physical_damage"]=5652, + ["deal_no_non_chaos_damage"]=5653, + ["deal_no_non_cold_damage"]=2464, + ["deal_no_non_elemental_damage"]=5654, + ["deal_no_non_fire_damage"]=2462, + ["deal_no_non_lightning_damage"]=2463, + ["deal_no_non_physical_damage"]=2460, + ["deal_thorns_damage_chance_%_on_hit"]=5655, + ["deal_thorns_damage_on_hit"]=5656, + ["deal_thorns_damage_on_stun"]=5657, + ["deathgrip_presence"]=5658, + ["deaths_oath_debuff_on_kill_base_chaos_damage_to_deal_per_minute"]=2370, + ["deaths_oath_debuff_on_kill_duration_ms"]=2370, + ["debilitate_enemies_for_1_second_on_hit_%_chance"]=5659, + ["debilitate_enemies_within_X_metres_while_active_blocking"]=5660, + ["debuff_time_passed_+%"]=5662, + ["debuff_time_passed_-%_while_affected_by_haste"]=5661, + ["decimating_strike"]=5663, + ["decoy_rejuvenation_devouring_totem_totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=5664, + ["decoy_totem_life_+%"]=3568, + ["decoy_totem_radius_+%"]=3411, + ["defences_+%_while_on_low_life"]=5665, + ["defences_+%_while_wielding_quarterstaff"]=5666, + ["defences_+%_while_you_have_four_linked_targets"]=5667, + ["defences_are_zero"]=5668, + ["defences_from_animated_guardians_items_apply_to_animated_weapon"]=5669, + ["defend_with_%_armour_against_critical_strikes"]=5670, + ["defend_with_%_armour_against_hits_from_distance_greater_than_6m"]=5671, + ["defend_with_%_armour_against_ranged_attacks"]=5672, + ["defend_with_%_of_armour_while_not_on_low_energy_shield"]=5673, + ["defiance_banner_aura_effect_+%"]=5674, + ["defiance_banner_mana_reservation_efficiency_+%"]=5675, + ["deflected_hit_damage_taken_%_recouped_as_life"]=5676, + ["deflected_hits_cannot_directly_inflict_maim_on_self"]=5677, + ["deflected_hits_cannot_inflict_bleeding_on_self"]=5678, + ["deflection_rating_+%"]=5679, + ["deflection_rating_+%_while_surrounded"]=5680, + ["degen_effect_+%"]=1916, + ["delirium_aura_effect_+%"]=5681, + ["delirium_mana_reservation_+%"]=5682, + ["delirium_reserves_no_mana"]=5683, + ["delve_biome_area_contains_x_extra_packs_of_insects"]=5684, + ["delve_biome_azurite_collected_+%"]=1979, + ["delve_biome_boss_drops_additional_unique_item"]=1970, + ["delve_biome_boss_drops_extra_precursor_component_ring"]=1971, + ["delve_biome_boss_drops_x_additional_fossils"]=1972, + ["delve_biome_boss_hits_always_crit"]=1973, + ["delve_biome_boss_life_+%_final"]=1974, + ["delve_biome_boss_physical_damage_%_to_gain_as_cold"]=1975, + ["delve_biome_boss_physical_damage_%_to_gain_as_fire"]=1976, + ["delve_biome_boss_physical_damage_%_to_gain_as_lightning"]=1977, + ["delve_biome_city_chambers_can_contain_special_delve_chest"]=1981, + ["delve_biome_contains_delve_boss"]=1969, + ["delve_biome_encounters_extra_reward_chest_%_chance"]=1982, + ["delve_biome_monster_drop_fossil_chance_%"]=1983, + ["delve_biome_monster_projectiles_always_pierce"]=5685, + ["delve_biome_node_tier_upgrade_+%"]=1985, + ["delve_biome_off_path_reward_chests_always_azurite"]=1987, + ["delve_biome_off_path_reward_chests_always_currency"]=1988, + ["delve_biome_off_path_reward_chests_always_fossils"]=1989, + ["delve_biome_off_path_reward_chests_always_resonators"]=1990, + ["delve_biome_off_path_reward_chests_azurite_chance_+%_final"]=1991, + ["delve_biome_off_path_reward_chests_currency_chance_+%_final"]=1992, + ["delve_biome_off_path_reward_chests_fossil_chance_+%_final"]=1993, + ["delve_biome_off_path_reward_chests_resonator_chance_+%_final"]=1994, + ["delve_biome_sulphite_cost_+%_final"]=1980, + ["delve_boss_life_+%_final_from_biome"]=5686, + ["demigod_footprints_from_item"]=9935, + ["demigods_virtue"]=9860, + ["demon_form_has_no_max_stacks"]=5687, + ["demon_minion_reservation_+%"]=9244, + ["desecrate_cooldown_speed_+%"]=3459, + ["desecrate_creates_X_additional_corpses"]=3814, + ["desecrate_damage_+%"]=3303, + ["desecrate_duration_+%"]=3496, + ["desecrate_maximum_number_of_corpses"]=5689, + ["desecrate_number_of_corpses_to_create"]=3690, + ["desecrate_on_block_%_chance_to_create"]=2260, + ["desecrated_ground_effect_on_self_+%"]=1833, + ["despair_curse_effect_+%"]=5690, + ["despair_duration_+%"]=5691, + ["despair_gem_level_+"]=1928, + ["despair_no_reservation"]=5692, + ["destructive_link_duration_+%"]=5693, + ["determination_aura_effect_+%"]=2978, + ["determination_mana_reservation_+%"]=3607, + ["determination_mana_reservation_efficiency_+%"]=5695, + ["determination_mana_reservation_efficiency_-2%_per_1"]=5694, + ["determination_reserves_no_mana"]=5696, + ["detonate_dead_%_chance_to_detonate_additional_corpse"]=3566, + ["detonate_dead_damage_+%"]=3272, + ["detonate_dead_radius_+%"]=3406, + ["detonator_skill_area_of_effect_+%"]=5697, + ["detonator_skill_damage_+%"]=5698, + ["devouring_totem_%_chance_to_consume_additional_corpse"]=3574, + ["dexterity_+%"]=1101, + ["dexterity_+%_if_strength_higher_than_intelligence"]=5699, + ["dexterity_inherently_grants_mana_instead_of_accuracy"]=1704, + ["dexterity_skill_gem_level_+"]=5700, + ["disable_blessing_skills_and_display_socketed_aura_gems_reserve_no_mana"]=401, + ["disable_chest_slot"]=2268, + ["disable_skill_if_melee_attack"]=2184, + ["discharge_and_voltaxic_burst_nova_spells_cast_at_target_location"]=5701, + ["discharge_area_of_effect_+%_final"]=5702, + ["discharge_chance_not_to_consume_charges_%"]=3021, + ["discharge_cooldown_override_ms"]=5703, + ["discharge_damage_+%"]=3019, + ["discharge_damage_+%_final"]=5704, + ["discharge_radius_+"]=5705, + ["discharge_radius_+%"]=3020, + ["discharge_triggered_damage_+%_final"]=5706, + ["discipline_aura_effect_+%"]=2979, + ["discipline_mana_reservation_+%"]=3608, + ["discipline_mana_reservation_efficiency_+%"]=5708, + ["discipline_mana_reservation_efficiency_-2%_per_1"]=5707, + ["discipline_reserves_no_mana"]=5709, + ["disintegrate_secondary_beam_angle_+%"]=5710, + ["dispel_bleed_on_guard_skill_use"]=5711, + ["dispel_corrupted_blood_on_guard_skill_use"]=5712, + ["dispel_status_ailments_on_flask_use"]=2912, + ["dispel_status_ailments_on_rampage_threshold"]=2602, + ["display_abberaths_hooves_skill_level"]=563, + ["display_ailment_bearer_charge_interval"]=4001, + ["display_altar_chaos_aura"]=5713, + ["display_altar_cold_aura"]=5714, + ["display_altar_fire_aura"]=5715, + ["display_altar_lightning_aura"]=5716, + ["display_altar_tangle_tentalces_daemon"]=5717, + ["display_area_contains_alluring_vaal_side_area"]=5718, + ["display_area_contains_corrupting_tempest"]=5719, + ["display_area_contains_improved_labyrinth_trial"]=5720, + ["display_attack_with_commandment_of_force_on_hit_%"]=3105, + ["display_attack_with_commandment_of_fury_on_hit_%"]=3117, + ["display_attack_with_commandment_of_ire_when_hit_%"]=3592, + ["display_attack_with_commandment_of_light_when_critically_hit_%"]=3109, + ["display_attack_with_commandment_of_spite_when_hit_%"]=3121, + ["display_attack_with_decree_of_force_on_hit_%"]=3104, + ["display_attack_with_decree_of_fury_on_hit_%"]=3116, + ["display_attack_with_decree_of_ire_when_hit_%"]=3591, + ["display_attack_with_decree_of_light_when_critically_hit_%"]=3108, + ["display_attack_with_decree_of_spite_when_hit_%"]=3120, + ["display_attack_with_edict_of_force_on_hit_%"]=3103, + ["display_attack_with_edict_of_fury_on_hit_%"]=3115, + ["display_attack_with_edict_of_ire_when_hit_%"]=3590, + ["display_attack_with_edict_of_light_when_critically_hit_%"]=3107, + ["display_attack_with_edict_of_spite_when_hit_%"]=3119, + ["display_attack_with_word_of_force_on_hit_%"]=3102, + ["display_attack_with_word_of_fury_on_hit_%"]=3114, + ["display_attack_with_word_of_ire_when_hit_%"]=3589, + ["display_attack_with_word_of_light_when_critically_hit_%"]=3106, + ["display_attack_with_word_of_spite_when_hit_%"]=3118, + ["display_bow_range_+"]=2699, + ["display_cast_commandment_of_blades_on_hit_%_"]=3081, + ["display_cast_commandment_of_flames_on_hit_%"]=3131, + ["display_cast_commandment_of_frost_on_kill_%"]=3135, + ["display_cast_commandment_of_inferno_on_kill_%"]=3089, + ["display_cast_commandment_of_reflection_when_hit_%"]=3101, + ["display_cast_commandment_of_tempest_on_hit_%"]=3093, + ["display_cast_commandment_of_the_grave_on_kill_%"]=3097, + ["display_cast_commandment_of_thunder_on_kill_%"]=3139, + ["display_cast_commandment_of_war_on_kill_%"]=3113, + ["display_cast_commandment_of_winter_when_hit_%"]=3085, + ["display_cast_decree_of_blades_on_hit_%__"]=3080, + ["display_cast_decree_of_flames_on_hit_%"]=3130, + ["display_cast_decree_of_frost_on_kill_%"]=3134, + ["display_cast_decree_of_inferno_on_kill_%"]=3088, + ["display_cast_decree_of_reflection_when_hit_%"]=3100, + ["display_cast_decree_of_tempest_on_hit_%"]=3092, + ["display_cast_decree_of_the_grave_on_kill_%"]=3096, + ["display_cast_decree_of_thunder_on_kill_%"]=3138, + ["display_cast_decree_of_war_on_kill_%"]=3112, + ["display_cast_decree_of_winter_when_hit_%"]=3084, + ["display_cast_edict_of_blades_on_hit_%_"]=3079, + ["display_cast_edict_of_flames_on_hit_%"]=3129, + ["display_cast_edict_of_frost_on_kill_%"]=3133, + ["display_cast_edict_of_inferno_on_kill_%"]=3087, + ["display_cast_edict_of_reflection_when_hit_%"]=3099, + ["display_cast_edict_of_tempest_on_hit_%"]=3091, + ["display_cast_edict_of_the_grave_on_kill_%"]=3095, + ["display_cast_edict_of_thunder_on_kill_%"]=3137, + ["display_cast_edict_of_war_on_kill_%"]=3111, + ["display_cast_edict_of_winter_when_hit_%"]=3083, + ["display_cast_fire_burst_on_kill"]=564, + ["display_cast_word_of_blades_on_hit_%"]=3078, + ["display_cast_word_of_flames_on_hit_%"]=3128, + ["display_cast_word_of_frost_on_kill_%"]=3132, + ["display_cast_word_of_inferno_on_kill_%"]=3086, + ["display_cast_word_of_reflection_when_hit_%"]=3098, + ["display_cast_word_of_tempest_on_hit_%"]=3090, + ["display_cast_word_of_the_grave_on_kill_%"]=3094, + ["display_cast_word_of_thunder_on_kill_%"]=3136, + ["display_cast_word_of_war_on_kill_%"]=3110, + ["display_cast_word_of_winter_when_hit_%"]=3082, + ["display_cowards_trial_waves_of_monsters"]=5721, + ["display_cowards_trial_waves_of_undead_monsters"]=5722, + ["display_dark_ritual_curse_max_skill_level_requirement"]=5723, + ["display_golden_radiance"]=2183, + ["display_heist_contract_lockdown_timer_+%"]=5724, + ["display_herald_of_thunder_storm"]=5374, + ["display_item_generation_can_roll_minion_affixes"]=43, + ["display_item_generation_can_roll_totem_affixes"]=44, + ["display_item_quantity_increases_rewards_from_boss_by_x_percent_of_its_value"]=5725, + ["display_item_quantity_increases_rewards_from_encounter_by_x_percent_of_its_value"]=5726, + ["display_legion_uber_fragment_improved_rewards_+%"]=5727, + ["display_link_stuff"]=7029, + ["display_mana_cost_reduction_%"]=1643, + ["display_map_augmentable_boss"]=5728, + ["display_map_boss_gives_experience_+%"]=2508, + ["display_map_final_boss_drops_higher_level_gear"]=2507, + ["display_map_has_oxygen"]=2629, + ["display_map_inhabited_by_lunaris_fanatics"]=5729, + ["display_map_inhabited_by_solaris_fanatics"]=5730, + ["display_map_inhabited_by_wild_beasts"]=2023, + ["display_map_labyrinth_chests_fortune"]=5731, + ["display_map_labyrinth_enchant_belts"]=5732, + ["display_map_large_chest"]=2229, + ["display_map_larger_maze"]=2228, + ["display_map_mission_id"]=5733, + ["display_map_no_monsters"]=2126, + ["display_map_restless_dead"]=2227, + ["display_memory_line_abyss_beyond_monsters_from_cracks"]=5734, + ["display_memory_line_ambush_contains_standalone_map_boss"]=5735, + ["display_memory_line_ambush_strongbox_chain"]=5736, + ["display_memory_line_anarchy_rogue_exiles_in_packs"]=5737, + ["display_memory_line_bestiary_capturable_harvest_monsters"]=5738, + ["display_memory_line_breach_area_is_breached"]=5739, + ["display_memory_line_breach_miniature_flash_breaches"]=5740, + ["display_memory_line_domination_multiple_modded_shrines"]=5741, + ["display_memory_line_domination_shrines_to_pantheon_gods"]=5742, + ["display_memory_line_essence_multiple_rare_monsters"]=5743, + ["display_memory_line_essence_rogue_exiles"]=5744, + ["display_memory_line_harbinger_player_is_a_harbinger"]=5745, + ["display_memory_line_harbinger_portals_everywhere"]=5746, + ["display_memory_line_harvest_larger_plot_with_premium_seeds"]=5747, + ["display_memory_line_incursion_reverse"]=5748, + ["display_memory_line_torment_player_is_possessed"]=5749, + ["display_memory_line_torment_rares_uniques_are_possessed"]=5750, + ["display_minion_maximum_life"]=1644, + ["display_modifiers_to_totem_life_effect_these_minions"]=5751, + ["display_passive_attribute_text"]=5752, + ["display_socketed_minion_gems_supported_by_level_X_life_leech"]=396, + ["display_strongbox_drops_additional_shaper_or_elder_cards"]=5753, + ["display_trigger_arcane_wake_after_spending_200_mana_%_chance"]=565, + ["distance_scaled_accuracy_rating_penalty_+%"]=5754, + ["divine_tempest_beam_width_+%"]=5755, + ["divine_tempest_damage_+%"]=5756, + ["divine_tempest_number_of_additional_nearby_enemies_to_zap"]=5757, + ["djinn_damage_+%_final_per_teleport_in_sequence"]=5758, + ["do_not_chain"]=1493, + ["dodge_roll_base_travel_distance"]=5759, + ["dodge_roll_can_avoid_all_damage"]=5760, + ["dodge_roll_phasing_without_visual"]=5761, + ["dodge_roll_travel_distance_+_if_dodge_rolled_recently"]=4003, + ["dodge_roll_travel_distance_+_if_not_dodge_rolled_recently"]=4002, + ["dodge_roll_travel_distance_+_while_surrounded"]=5762, + ["doedre_aura_damage_+%_final"]=5763, + ["dominance_additional_block_%_on_nearby_allies_per_100_strength"]=2639, + ["dominance_cast_speed_+%_on_nearby_allies_per_100_intelligence"]=2642, + ["dominance_critical_strike_multiplier_+_on_nearby_allies_per_100_dexterity"]=2641, + ["dominance_defences_+%_on_nearby_allies_per_100_strength"]=2640, + ["dominating_blow_and_absolution_additive_minion_damage_modifiers_apply_to_you_at_150%_value"]=5764, + ["dominating_blow_duration_+%"]=3475, + ["dominating_blow_minion_damage_+%"]=3286, + ["dominating_blow_skill_attack_damage_+%"]=3287, + ["dot_multiplier_+"]=1152, + ["dot_multiplier_+_if_crit_in_past_8_seconds"]=5765, + ["dot_multiplier_+_while_affected_by_malevolence"]=5766, + ["dot_multiplier_+_with_bow_skills"]=5767, + ["double_and_dual_strike_soul_eater_for_20_seconds_on_rare_or_unique_kill_chance_%"]=5768, + ["double_armour_effect"]=5769, + ["double_damage_%_chance_while_wielding_mace_sceptre_staff"]=5771, + ["double_damage_chance_%_if_below_100_strength"]=5770, + ["double_effect_of_consuming_frenzy_charges"]=5772, + ["double_evasion_rating_from_gloves_helmets_boots"]=5773, + ["double_evasion_rating_if_you_havent_been_hit_recently"]=5774, + ["double_number_of_poison_you_can_inflict"]=5775, + ["double_slash_critical_strike_chance_+%"]=3714, + ["double_slash_damage_+%"]=3707, + ["double_slash_maximum_added_physical_damage_vs_bleeding_enemies"]=5776, + ["double_slash_minimum_added_physical_damage_vs_bleeding_enemies"]=5776, + ["double_slash_radius_+%"]=3716, + ["double_strike_attack_speed_+%"]=3430, + ["double_strike_chance_to_deal_double_damage_%_vs_bleeding_enemies"]=5777, + ["double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%"]=2856, + ["double_strike_critical_strike_chance_+%"]=3513, + ["double_strike_damage_+%"]=3215, + ["drain_%_max_mana_to_activate_expended_charms"]=5778, + ["drain_focus_%_of_damage_dealt_on_hit"]=5779, + ["drain_x_flask_charges_over_time_on_hit_for_6_seconds"]=5780, + ["dread_banner_aura_effect_+%"]=5781, + ["dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner"]=5782, + ["dread_banner_grants_an_additional_x_to_maximum_fortification_when_placing_the_banner_div_50"]=5783, + ["dread_banner_mana_reservation_efficiency_+%"]=5784, + ["dual_strike_accuracy_rating_+%_while_wielding_sword"]=5785, + ["dual_strike_attack_speed_+%"]=3431, + ["dual_strike_attack_speed_+%_while_wielding_claw"]=5786, + ["dual_strike_critical_strike_chance_+%"]=3514, + ["dual_strike_critical_strike_multiplier_+_while_wielding_dagger"]=5787, + ["dual_strike_damage_+%"]=3216, + ["dual_strike_intimidate_on_hit_while_wielding_axe"]=5788, + ["dual_strike_main_hand_deals_double_damage_%"]=5789, + ["dual_strike_melee_splash_while_wielding_mace"]=5790, + ["dual_strike_melee_splash_with_off_hand_weapon"]=5791, + ["dual_wield_inherent_attack_speed_is_doubled_while_dual_wielding_claws"]=5792, + ["dual_wield_or_shield_block_%"]=1083, + ["duelist_hidden_ascendancy_attack_skill_final_repeat_damage_+%_final"]=5793, + ["duration_of_ailments_on_self_+%_per_fortification"]=5794, + ["each_arrow_fired_gains_random_perdandus_prefix"]=5795, + ["earthquake_and_earthshatter_shatter_on_killing_blow"]=5796, + ["earthquake_damage_+%"]=3318, + ["earthquake_damage_+%_per_100ms_duration"]=5797, + ["earthquake_duration_+%"]=3503, + ["earthquake_radius_+%"]=3421, + ["earthshatter_area_of_effect_+%"]=5798, + ["earthshatter_damage_+%"]=5799, + ["electrocuted_enemy_damage_taken_+%"]=5800, + ["elemental_ailment_duration_on_self_+%_while_holding_shield"]=5801, + ["elemental_ailment_on_self_duration_+%_with_rare_abyss_jewel_socketed"]=5802, + ["elemental_ailment_types_apply_damage_taken_+%"]=5803, + ["elemental_ailments_reflected_to_self"]=5804, + ["elemental_critical_strike_chance_+%"]=1336, + ["elemental_critical_strike_multiplier_+"]=1357, + ["elemental_damage_+%"]=1671, + ["elemental_damage_+%_during_flask_effect"]=3791, + ["elemental_damage_+%_final_per_righteous_charge"]=5809, + ["elemental_damage_+%_if_cursed_enemy_killed_recently"]=5810, + ["elemental_damage_+%_if_enemy_chilled_recently"]=5811, + ["elemental_damage_+%_if_enemy_ignited_recently"]=5812, + ["elemental_damage_+%_if_enemy_shocked_recently"]=5813, + ["elemental_damage_+%_if_have_crit_recently"]=5814, + ["elemental_damage_+%_if_used_a_warcry_recently"]=5815, + ["elemental_damage_+%_per_10_devotion"]=5816, + ["elemental_damage_+%_per_10_dexterity"]=5817, + ["elemental_damage_+%_per_12_int"]=5818, + ["elemental_damage_+%_per_12_strength"]=5819, + ["elemental_damage_+%_per_divine_charge"]=3962, + ["elemental_damage_+%_per_frenzy_charge"]=1822, + ["elemental_damage_+%_per_level"]=2622, + ["elemental_damage_+%_per_power_charge"]=5820, + ["elemental_damage_+%_per_sextant_affecting_area"]=5821, + ["elemental_damage_+%_per_stackable_unique_jewel"]=3728, + ["elemental_damage_+%_while_affected_by_a_herald"]=5822, + ["elemental_damage_+%_while_in_area_affected_by_sextant"]=5823, + ["elemental_damage_additional_rolls_lucky_shocked"]=5805, + ["elemental_damage_can_freeze"]=5806, + ["elemental_damage_can_ignite"]=5807, + ["elemental_damage_can_inflict_bleeding"]=5808, + ["elemental_damage_can_shock"]=2537, + ["elemental_damage_reduction_%_from_evasion_rating"]=5824, + ["elemental_damage_resistance_+%"]=5825, + ["elemental_damage_resisted_by_lowest_elemental_resistance"]=5826, + ["elemental_damage_taken_%_as_chaos"]=2144, + ["elemental_damage_taken_%_recouped_as_life"]=5827, + ["elemental_damage_taken_+%"]=2909, + ["elemental_damage_taken_+%_at_maximum_endurance_charges"]=2934, + ["elemental_damage_taken_+%_during_flask_effect"]=3653, + ["elemental_damage_taken_+%_final_per_raised_zombie"]=5828, + ["elemental_damage_taken_+%_if_been_hit_recently"]=5830, + ["elemental_damage_taken_+%_if_not_hit_recently"]=5831, + ["elemental_damage_taken_+%_if_you_have_an_endurance_charge"]=5832, + ["elemental_damage_taken_+%_per_endurance_charge"]=5833, + ["elemental_damage_taken_+%_while_on_consecrated_ground"]=3626, + ["elemental_damage_taken_+%_while_stationary"]=5834, + ["elemental_damage_taken_from_hits_+%_per_endurance_charge"]=5829, + ["elemental_damage_with_attack_skills_+%"]=880, + ["elemental_damage_with_attack_skills_+%_per_power_charge"]=5835, + ["elemental_damage_with_attack_skills_+%_while_using_flask"]=2427, + ["elemental_golem_granted_buff_effect_+%"]=3664, + ["elemental_golem_immunity_to_elemental_damage"]=3661, + ["elemental_golems_maximum_life_is_doubled"]=5836, + ["elemental_hit_and_wild_strike_chance_to_inflict_scorch_brittle_sap_%"]=5837, + ["elemental_hit_attack_speed_+%"]=3438, + ["elemental_hit_cannot_roll_cold_damage"]=5838, + ["elemental_hit_cannot_roll_fire_damage"]=5839, + ["elemental_hit_cannot_roll_lightning_damage"]=5840, + ["elemental_hit_damage_+%"]=3260, + ["elemental_hit_damage_taken_%_as_physical"]=5841, + ["elemental_hit_deals_50%_less_cold_damage"]=5842, + ["elemental_hit_deals_50%_less_fire_damage"]=5843, + ["elemental_hit_deals_50%_less_lightning_damage"]=5844, + ["elemental_overload_rotation_active"]=9920, + ["elemental_penetration_%_during_flask_effect"]=3826, + ["elemental_penetration_%_if_you_have_a_power_charge"]=5846, + ["elemental_penetration_%_while_chilled"]=5847, + ["elemental_penetration_can_go_down_to_override"]=5845, + ["elemental_reflect_damage_taken_+%"]=2384, + ["elemental_reflect_damage_taken_+%_while_affected_by_purity_of_elements"]=5849, + ["elemental_reflect_damage_taken_and_minion_elemental_reflect_damage_taken_+%"]=5848, + ["elemental_resistance_%_per_10_devotion"]=5852, + ["elemental_resistance_%_per_minion_up_to_30%"]=5850, + ["elemental_resistance_%_per_stackable_unique_jewel"]=3729, + ["elemental_resistance_%_when_on_low_life"]=1430, + ["elemental_resistance_+%_per_15_ascendance"]=1104, + ["elemental_resistance_cannot_be_lowered_by_curses"]=5851, + ["elemental_resistances_+%_for_you_and_allies_affected_by_your_auras"]=3640, + ["elemental_resistances_are_limited_by_highest_maximum_elemental_resistance"]=5853, + ["elemental_skill_chance_to_blind_nearby_enemies_%"]=5854, + ["elemental_skill_gem_level_+"]=5855, + ["elemental_skills_deal_triple_damage"]=5856, + ["elemental_storm_cooldown_recovery_speed_+%_final"]=5857, + ["elemental_sundering_damage_+%_final_if_created_from_unique"]=5858, + ["elemental_weakness_curse_effect_+%"]=3582, + ["elemental_weakness_duration_+%"]=3493, + ["elemental_weakness_gem_level_+"]=1929, + ["elemental_weakness_ignores_hexproof"]=2286, + ["elemental_weakness_no_reservation"]=5859, + ["elementalist_all_damage_causes_chill_shock_and_ignite_for_4_seconds_on_kill_%"]=3209, + ["elementalist_area_of_effect_+%_for_5_seconds"]=5860, + ["elementalist_chill_maximum_magnitude_override"]=5861, + ["elementalist_cold_penetration_%_for_4_seconds_on_using_fire_skill"]=3205, + ["elementalist_damage_with_an_element_+%_for_4_seconds_after_being_hit_by_an_element"]=3202, + ["elementalist_elemental_damage_+%_for_4_seconds_every_10_seconds"]=3204, + ["elementalist_elemental_damage_+%_for_5_seconds"]=5862, + ["elementalist_fire_penetration_%_for_4_seconds_on_using_lightning_skill"]=3207, + ["elementalist_gain_shaper_of_desolation_every_10_seconds"]=5863, + ["elementalist_ignite_effect_+%_final"]=5864, + ["elementalist_lightning_penetration_%_for_4_seconds_on_using_cold_skill"]=3206, + ["elementalist_skill_area_of_effect_+%_for_4_seconds_every_10_seconds"]=3803, + ["elementalist_summon_elemental_golem_on_killing_enemy_with_element_%"]=3208, + ["elusive_effect_+%"]=5865, + ["elusive_effect_on_self_+%_per_power_charge"]=3965, + ["ember_projectile_spread_area_+%"]=5866, + ["empowered_attack_damage_+%"]=5868, + ["empowered_attack_damage_+%_per_10_tribute"]=5867, + ["empowered_attack_double_damage_%_chance"]=5869, + ["empowered_attack_hit_damage_stun_multiplier_+%"]=5870, + ["empowered_attack_physical_damage_%_to_gain_as_fire"]=5871, + ["enable_ring_slot_3"]=5872, + ["enchantment_boots_added_cold_damage_when_hit_maximum"]=2861, + ["enchantment_boots_added_cold_damage_when_hit_minimum"]=2861, + ["enchantment_boots_attack_and_cast_speed_+%_for_4_seconds_on_kill"]=2860, + ["enchantment_boots_damage_penetrates_elemental_resistance_%_while_you_havent_killed_for_4_seconds"]=2921, + ["enchantment_boots_life_regen_per_minute_%_for_4_seconds_when_hit"]=2797, + ["enchantment_boots_mana_costs_when_hit_+%"]=2858, + ["enchantment_boots_mana_regeneration_rate_+%_if_cast_spell_recently"]=5873, + ["enchantment_boots_maximum_added_chaos_damage_for_4_seconds_when_crit_4s"]=2923, + ["enchantment_boots_maximum_added_fire_damage_on_kill_4s"]=2863, + ["enchantment_boots_maximum_added_lightning_damage_when_you_havent_killed_for_4_seconds"]=2862, + ["enchantment_boots_minimum_added_chaos_damage_for_4_seconds_when_crit_4s"]=2923, + ["enchantment_boots_minimum_added_fire_damage_on_kill_4s"]=2863, + ["enchantment_boots_minimum_added_lightning_damage_when_you_havent_killed_for_4_seconds"]=2862, + ["enchantment_boots_movement_speed_+%_when_not_hit_for_4_seconds"]=2864, + ["enchantment_boots_physical_damage_%_added_as_elements_in_spells_that_hit_you_in_past_4_seconds"]=2922, + ["enchantment_boots_stun_avoid_%_on_kill"]=2859, + ["enchantment_critical_strike_chance_+%_if_you_havent_crit_for_4_seconds"]=3143, + ["endurance_charge_duration_+%"]=1809, + ["endurance_charge_on_hit_%_vs_no_armour"]=5874, + ["endurance_charge_on_kill_%"]=2307, + ["endurance_charge_on_kill_percent_chance_while_holding_shield"]=5875, + ["endurance_charge_on_melee_stun_damage_+%_final_per_endurance_charge"]=5876, + ["endurance_charge_on_off_hand_kill_%"]=3049, + ["endurance_only_conduit"]=1954, + ["enduring_cry_buff_effect_+%"]=3679, + ["enduring_cry_cooldown_speed_+%"]=3464, + ["enduring_cry_grants_x_additional_endurance_charges"]=5877, + ["enemies_affected_by_your_hazards_recently_have_+%_armour"]=5878, + ["enemies_affected_by_your_hazards_recently_have_+%_evasion_rating"]=5879, + ["enemies_are_maimed_for_x_seconds_after_becoming_unpinned"]=5880, + ["enemies_blinded_by_you_while_blinded_have_malediction"]=5881, + ["enemies_chaos_resistance_%_while_cursed"]=3630, + ["enemies_chill_as_unfrozen"]=1602, + ["enemies_chilled_by_bane_and_contagion"]=5882, + ["enemies_chilled_by_hits_take_damage_increased_by_chill_effect"]=5883, + ["enemies_cursed_by_you_have_life_regeneration_rate_+%"]=5884, + ["enemies_damage_taken_+%_while_cursed"]=3340, + ["enemies_explode_for_%_life_as_physical_damage"]=5885, + ["enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage"]=5886, + ["enemies_explode_on_kill"]=5887, + ["enemies_explode_on_kill_while_unhinged"]=5888, + ["enemies_extra_damage_rolls_with_lightning_damage"]=5889, + ["enemies_extra_damage_rolls_with_lightning_damage_while_you_are_shocked"]=5890, + ["enemies_hitting_you_drop_burning_ground_%"]=5891, + ["enemies_hitting_you_drop_chilled_ground_%"]=5892, + ["enemies_hitting_you_drop_shocked_ground_%"]=5893, + ["enemies_ignited_by_you_have_physical_damage_%_converted_to_fire"]=5894, + ["enemies_in_presence_are_blinded"]=5895, + ["enemies_in_presence_are_intimidated"]=5896, + ["enemies_in_presence_cooldown_recovery_+%"]=5897, + ["enemies_in_presence_count_as_low_life"]=5898, + ["enemies_in_presence_elemental_damage_resisted_by_lowest_elemental_resistance"]=5899, + ["enemies_in_presence_gain_critical_weakness_every_second_for_seconds"]=5900, + ["enemies_in_presence_have_fire_exposure"]=5901, + ["enemies_in_presence_have_fire_resistance_%"]=5902, + ["enemies_in_presence_have_life_reserved_%"]=5903, + ["enemies_in_presence_have_no_elemental_resistances"]=5904, + ["enemies_in_presence_life_regeneration_+%"]=5905, + ["enemies_in_presence_lightning_resist_equal_to_yours"]=5906, + ["enemies_in_presence_non_skill_base_all_damage_%_to_gain_as_chaos"]=5907, + ["enemies_in_your_presence_cannot_be_revived"]=5908, + ["enemies_intimidated_x_seconds_when_pinned_heavy_stunned_frozen_or_electrocuted"]=5909, + ["enemies_killed_on_fungal_ground_explode_for_5%_chaos_damage_%_chance"]=5910, + ["enemies_near_corpses_created_recently_are_shocked_and_chilled"]=5911, + ["enemies_near_cursed_corpses_are_blinded_and_explode_on_death_for_%_life_as_physical_damage"]=5912, + ["enemies_near_link_skill_target_have_exposure"]=5913, + ["enemies_near_marked_enemy_are_blinded"]=5914, + ["enemies_shocked_by_you_have_physical_damage_%_converted_to_lightning"]=5915, + ["enemies_taunted_by_warcry_explode_on_death_%_chance_dealing_8%_life_as_chaos_damage"]=5916, + ["enemies_taunted_by_you_cannot_evade_attacks"]=5917, + ["enemies_taunted_by_your_warcies_are_intimidated"]=5918, + ["enemies_taunted_by_your_warcries_are_unnerved"]=5919, + ["enemies_that_hit_you_inflict_temporal_chains"]=5920, + ["enemies_that_hit_you_with_attack_recently_attack_speed_+%"]=5921, + ["enemies_withered_by_you_take_+%_increased_elemental_damage_from_your_hits"]=3969, + ["enemies_you_bleed_grant_flask_charges_+%"]=2181, + ["enemies_you_blind_have_critical_strike_chance_+%"]=5922, + ["enemies_you_curse_are_intimidated"]=5923, + ["enemies_you_curse_are_unnerved"]=5924, + ["enemies_you_curse_cannot_recharge_energy_shield"]=5925, + ["enemies_you_curse_have_15%_hinder"]=5926, + ["enemies_you_curse_have_malediction"]=3341, + ["enemies_you_expose_have_self_elemental_status_duration_+%"]=5927, + ["enemies_you_hinder_have_life_regeneration_rate_+%"]=5928, + ["enemies_you_ignite_take_chaos_damage_from_ignite_instead"]=5929, + ["enemies_you_ignite_wither_does_not_expire"]=5930, + ["enemies_you_intimidate_have_stun_duration_on_self_+%"]=5931, + ["enemies_you_maim_have_damage_taken_over_time_+%"]=5932, + ["enemies_you_shock_cast_speed_+%"]=3846, + ["enemies_you_shock_movement_speed_+%"]=3847, + ["enemies_you_unnerve_have_enemy_spell_critical_strike_chance_+%_against_self"]=5933, + ["enemies_you_wither_have_all_resistances_%"]=5934, + ["enemy_additional_critical_strike_chance_permyriad_against_self"]=2761, + ["enemy_aggro_radius_+%"]=2773, + ["enemy_critical_strike_chance_+%_against_self_20_times_value"]=2762, + ["enemy_evasion_+%_if_you_have_hit_them_recently"]=5935, + ["enemy_extra_damage_rolls_chance_%"]=5937, + ["enemy_extra_damage_rolls_if_magic_ring_equipped"]=5938, + ["enemy_extra_damage_rolls_when_on_full_life"]=5939, + ["enemy_extra_damage_rolls_when_on_low_life"]=2242, + ["enemy_extra_damage_rolls_while_affected_by_vulnerability"]=2746, + ["enemy_hits_against_you_have_distance_based_accuracy_falloff"]=5940, + ["enemy_hits_roll_low_damage"]=2239, + ["enemy_knockback_direction_is_reversed"]=2655, + ["enemy_life_regeneration_rate_+%_for_4_seconds_on_hit"]=5941, + ["enemy_non_skill_physical_damage_%_as_extra_fire_vs_you"]=1624, + ["enemy_on_low_life_damage_taken_+%_per_frenzy_charge"]=2315, + ["enemy_phys_reduction_%_penalty_vs_hit"]=2624, + ["enemy_shock_on_kill"]=1603, + ["enemy_spell_critical_strike_chance_+%_against_self"]=5942, + ["energy_generated_+%"]=5943, + ["energy_generated_+%_if_crit_recently"]=5945, + ["energy_generation_is_doubled"]=5946, + ["energy_shield_%_gained_on_block"]=2155, + ["energy_shield_%_of_armour_rating_gained_on_block"]=2156, + ["energy_shield_%_to_lose_on_block"]=2410, + ["energy_shield_+%_if_both_rings_have_evasion_mod"]=5947, + ["energy_shield_+%_if_consumed_power_charge_recently"]=5948, + ["energy_shield_+%_per_10_strength"]=5963, + ["energy_shield_+%_per_power_charge"]=5964, + ["energy_shield_+_per_8_evasion_on_boots"]=5949, + ["energy_shield_additive_modifiers_instead_apply_to_ward"]=5950, + ["energy_shield_degeneration_%_per_minute_not_in_grace"]=2325, + ["energy_shield_delay_-%"]=987, + ["energy_shield_delay_-%_if_stunned_recently"]=5951, + ["energy_shield_delay_-%_when_not_on_full_life"]=5952, + ["energy_shield_delay_-%_while_affected_by_archon"]=5953, + ["energy_shield_delay_-%_while_affected_by_discipline"]=5954, + ["energy_shield_delay_during_flask_effect_-%"]=3168, + ["energy_shield_from_focus_+%"]=5955, + ["energy_shield_from_gloves_and_boots_+%"]=5956, + ["energy_shield_from_helmet_+%"]=5957, + ["energy_shield_gain_per_target"]=1457, + ["energy_shield_gain_per_target_hit_while_affected_by_discipline"]=5958, + ["energy_shield_gain_when_you_hit_enemy_affected_by_spiders_web"]=5959, + ["energy_shield_gained_on_block"]=1468, + ["energy_shield_gained_on_enemy_death_per_level"]=2620, + ["energy_shield_increased_by_overcapped_cold_resistance"]=5960, + ["energy_shield_lost_per_minute_%"]=5961, + ["energy_shield_per_level"]=5962, + ["energy_shield_protects_mana"]=2745, + ["energy_shield_recharge_+%_if_amulet_has_evasion_mod"]=5965, + ["energy_shield_recharge_delay_override_ms"]=5966, + ["energy_shield_recharge_is_not_interrupted_if_recharge_begaen_recently"]=3329, + ["energy_shield_recharge_not_delayed_by_damage"]=1387, ["energy_shield_recharge_rate_+%"]=986, - ["energy_shield_recharge_rate_during_flask_effect_+%"]=3223, - ["energy_shield_recharge_rate_per_minute_%"]=1405, - ["energy_shield_recharge_rate_per_minute_with_all_corrupted_equipped_items"]=3828, - ["energy_shield_recharge_start_when_stunned"]=5893, - ["energy_shield_recharges_on_block_%"]=3078, - ["energy_shield_recharges_on_kill_%"]=5894, - ["energy_shield_recharges_on_skill_use_chance_%"]=5895, - ["energy_shield_recharges_on_suppress_%"]=3079, - ["energy_shield_recovery_rate_+%"]=1408, - ["energy_shield_recovery_rate_+%_if_havent_killed_recently"]=5896, - ["energy_shield_recovery_rate_+%_if_not_hit_recently"]=5897, - ["energy_shield_recovery_rate_while_affected_by_discipline_+%"]=5898, - ["energy_shield_regeneration_%_per_minute_if_enemy_cursed_recently"]=5899, - ["energy_shield_regeneration_%_per_minute_if_enemy_killed_recently"]=5900, - ["energy_shield_regeneration_%_per_minute_while_shocked"]=2708, - ["energy_shield_regeneration_rate_+%"]=5907, - ["energy_shield_regeneration_rate_per_minute_%_if_you_have_hit_an_enemy_recently"]=5903, - ["energy_shield_regeneration_rate_per_minute_%_while_affected_by_discipline"]=5904, - ["energy_shield_regeneration_rate_per_minute_%_while_on_low_life"]=1521, - ["energy_shield_regeneration_rate_per_minute_if_rare_or_unique_enemy_nearby"]=5901, - ["energy_shield_regeneration_rate_per_minute_per_poison_stack"]=5902, - ["energy_shield_regeneration_rate_per_minute_while_on_consecrated_ground"]=5905, - ["energy_shield_regeneration_rate_per_second"]=5906, - ["enfeeble_curse_effect_+%"]=3640, - ["enfeeble_duration_+%"]=3546, - ["enfeeble_gem_level_+"]=1952, - ["enfeeble_ignores_hexproof"]=2319, - ["enfeeble_no_reservation"]=5908, - ["ensnaring_arrow_area_of_effect_+%"]=5909, - ["ensnaring_arrow_debuff_effect_+%"]=5910, - ["envy_reserves_no_mana"]=5911, - ["ephemeral_edge_maximum_lightning_damage_from_es_%"]=5912, - ["equipped_jewellery_effect_of_bonuses_+%"]=5913, - ["equipped_ring1_effect_of_bonuses_+%"]=5914, - ["equipped_ring2_effect_of_bonuses_+%"]=5915, - ["equipped_rings_effect_of_bonuses_+%"]=5916, - ["es_and_mana_regeneration_rate_per_minute_%_while_on_consecrated_ground"]=3851, - ["es_regeneration_per_minute_%_while_stationary"]=5917, - ["essence_buff_ground_fire_damage_to_deal_per_second"]=3950, - ["essence_buff_ground_fire_duration_ms"]=3950, - ["essence_display_elemental_damage_taken_while_not_moving_+%"]=3953, - ["essence_drain_damage_+%"]=3366, - ["essence_drain_soulrend_base_projectile_speed_+%"]=5918, - ["essence_drain_soulrend_number_of_additional_projectiles"]=5919, - ["ethereal_knives_blade_left_in_ground_for_every_X_projectiles"]=5920, - ["ethereal_knives_damage_+%"]=3287, - ["ethereal_knives_number_of_additional_projectiles"]=5921, - ["ethereal_knives_projectile_base_number_of_targets_to_pierce"]=5922, - ["ethereal_knives_projectile_speed_+%"]=3526, - ["ethereal_knives_projectiles_nova"]=5923, - ["evasion_+%_if_hit_recently"]=3812, - ["evasion_+%_per_10_intelligence"]=5926, - ["evasion_and_physical_damage_reduction_rating_+%"]=1396, - ["evasion_rating_%_as_life_regeneration_per_minute_during_focus"]=5937, - ["evasion_rating_%_to_gain_as_ailment_threshold"]=5927, - ["evasion_rating_%_to_gain_as_armour"]=5938, - ["evasion_rating_+%"]=893, - ["evasion_rating_+%_during_focus"]=5928, - ["evasion_rating_+%_if_consumed_frenzy_charge_recently"]=5929, - ["evasion_rating_+%_if_energy_shield_recharge_started_in_past_2_seconds"]=5924, - ["evasion_rating_+%_if_have_cast_dash_recently"]=5942, - ["evasion_rating_+%_if_have_not_been_hit_recently"]=5943, - ["evasion_rating_+%_if_you_dodge_rolled_recently"]=5944, - ["evasion_rating_+%_if_you_have_hit_an_enemy_recently"]=5945, - ["evasion_rating_+%_per_500_maximum_mana_up_to_100%"]=5930, - ["evasion_rating_+%_per_5_intelligence"]=5925, - ["evasion_rating_+%_per_frenzy_charge"]=1402, - ["evasion_rating_+%_per_green_socket_on_main_hand_weapon"]=5946, - ["evasion_rating_+%_when_on_full_life"]=5947, - ["evasion_rating_+%_when_on_low_life"]=2253, - ["evasion_rating_+%_while_leeching"]=5948, - ["evasion_rating_+%_while_moving"]=5949, - ["evasion_rating_+%_while_onslaught_is_active"]=1400, - ["evasion_rating_+%_while_phasing"]=2223, - ["evasion_rating_+%_while_surrounded"]=5931, - ["evasion_rating_+%_while_you_have_energy_shield"]=5950, - ["evasion_rating_+_if_you_have_hit_an_enemy_recently"]=5939, - ["evasion_rating_+_per_1_armour_on_gloves"]=5932, - ["evasion_rating_+_per_1_helmet_energy_shield"]=1399, - ["evasion_rating_+_per_5_maximum_energy_shield_on_shield"]=4011, - ["evasion_rating_+_when_on_full_life"]=1398, - ["evasion_rating_+_when_on_low_life"]=1397, - ["evasion_rating_+_while_phasing"]=5940, - ["evasion_rating_+_while_you_have_tailwind"]=5941, - ["evasion_rating_also_reduces_physical_damage"]=5933, - ["evasion_rating_from_helmet_and_boots_+%"]=5934, - ["evasion_rating_increased_by_overcapped_cold_resistance"]=5935, - ["evasion_rating_increased_by_overcapped_lightning_resistance"]=5936, - ["evasion_rating_plus_in_sand_stance"]=9069, - ["evasion_rating_while_es_full_+%_final"]=3704, - ["every_4_seconds_regenerate_%_of_armour_and_evasion_as_life_over_1_second"]=5951, - ["exerted_attack_knockback_chance_%"]=5952, - ["exerted_attacks_overwhelm_%_physical_damage_reduction"]=5953, - ["expanding_fire_cone_additional_maximum_number_of_stages"]=5954, - ["expanding_fire_cone_area_of_effect_+%"]=5955, - ["expedition_chest_logbook_chance_%"]=5956, - ["expedition_monsters_logbook_chance_+%"]=5957, - ["experience_gain_+%"]=1435, - ["experience_loss_on_death_-%"]=1436, - ["explode_burning_enemies_for_10%_life_as_fire_on_kill_chance_%"]=5958, - ["explode_cursed_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2969, - ["explode_enemies_for_10%_life_as_physical_on_kill_chance_%"]=2967, - ["explode_enemies_for_10%_life_as_physical_on_kill_chance_%_while_using_pride"]=5959, - ["explode_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2968, - ["explode_enemies_for_25%_life_as_chaos_on_kill_while_affected_by_glorious_madness_chance_%"]=9549, - ["explode_enemies_for_500%_life_as_fire_on_kill_%_chance"]=5960, - ["explode_on_kill_%_chaos_damage_to_deal"]=2966, - ["explode_on_kill_%_fire_damage_to_deal"]=2415, - ["explosive_arrow_attack_speed_+%"]=3756, - ["explosive_arrow_damage_+%"]=3318, - ["explosive_arrow_duration_+%"]=5961, - ["explosive_arrow_radius_+%"]=3456, - ["explosive_concoction_damage_+%"]=5962, - ["explosive_concoction_flask_charges_consumed_+%"]=5963, - ["explosive_concoction_skill_area_of_effect_+%"]=5964, - ["exposure_effect_+%_if_fire_cold_lightning_infusion"]=5965, - ["exposure_effect_on_you_+%"]=5966, - ["exposure_you_inflict_lowers_affected_resistance_by_extra_%"]=5968, - ["exsanguinate_additional_chain_chance_%"]=5969, - ["exsanguinate_damage_+%"]=5970, - ["exsanguinate_debuff_deals_fire_damage_instead_of_physical_damage"]=5971, - ["exsanguinate_duration_+%"]=5972, - ["extinguish_on_hit_%_chance"]=5973, - ["extra_critical_rolls"]=2382, - ["extra_critical_rolls_during_focus"]=5974, - ["extra_critical_rolls_while_on_low_life"]=5975, - ["extra_damage_rolls_with_lightning_damage_on_non_critical_hits"]=5976, - ["extra_damage_taken_from_crit_+%_from_cursed_enemy"]=4057, - ["extra_damage_taken_from_crit_+%_from_poisoned_enemy"]=4058, - ["extra_damage_taken_from_crit_+%_while_affected_by_determination"]=5977, - ["extra_damage_taken_from_crit_-%_if_taken_critical_strike_recently"]=2912, - ["extra_damage_taken_from_crit_while_no_power_charges_+%"]=5978, - ["extra_gore"]=9656, - ["extra_target_targeting_distance_+%"]=5979, - ["eye_of_winter_damage_+%"]=5980, - ["eye_of_winter_projectile_speed_+%"]=5981, - ["eye_of_winter_spiral_fire_frequency_+%"]=5982, - ["faster_bleed_%"]=5984, - ["faster_bleed_per_frenzy_charge_%"]=5983, - ["faster_burn_%"]=2282, - ["faster_burn_from_attacks_%"]=2284, - ["faster_poison_%"]=5985, - ["final_repeat_of_spells_area_of_effect_+%"]=5986, - ["fire_ailment_duration_+%"]=5987, - ["fire_and_chaos_damage_resistance_%"]=5988, - ["fire_and_cold_damage_resistance_%"]=2503, - ["fire_and_cold_hit_and_dot_damage_%_taken_as_lightning_while_affected_by_purity_of_lightning"]=5989, - ["fire_and_explosive_trap_number_of_additional_traps_to_throw_if_mined"]=5990, - ["fire_and_lightning_damage_resistance_%"]=2504, - ["fire_and_lightning_hit_and_dot_damage_%_taken_as_cold_while_affected_by_purity_of_ice"]=5991, - ["fire_attack_damage_+%"]=1129, - ["fire_attack_damage_+%_while_holding_a_shield"]=1132, - ["fire_axe_damage_+%"]=1204, - ["fire_beam_cast_speed_+%"]=5992, - ["fire_beam_damage_+%"]=5993, - ["fire_beam_degen_spread_to_enemies_in_radius_on_kill"]=5994, - ["fire_beam_enemy_fire_resistance_%_at_max_stacks"]=5995, - ["fire_beam_enemy_fire_resistance_%_per_stack"]=5996, - ["fire_beam_length_+%"]=5997, - ["fire_bow_damage_+%"]=1224, - ["fire_claw_damage_+%"]=1212, - ["fire_critical_strike_chance_+%"]=1345, - ["fire_critical_strike_multiplier_+"]=1366, - ["fire_dagger_damage_+%"]=1216, - ["fire_damage_+%"]=881, - ["fire_damage_+%_if_you_have_been_hit_recently"]=5999, - ["fire_damage_+%_if_you_have_used_a_cold_skill_recently"]=6000, - ["fire_damage_+%_per_20_strength"]=6001, - ["fire_damage_+%_per_endurance_charge"]=6002, - ["fire_damage_+%_per_missing_fire_resistance"]=6003, - ["fire_damage_+%_to_blinded_enemies"]=2891, - ["fire_damage_+%_vs_bleeding_enemies"]=6004, - ["fire_damage_+%_while_affected_by_anger"]=6005, - ["fire_damage_+%_while_affected_by_herald_of_ash"]=6006, - ["fire_damage_can_chill"]=2574, - ["fire_damage_can_freeze"]=2575, - ["fire_damage_can_shock"]=2576, - ["fire_damage_cannot_ignite"]=2583, - ["fire_damage_over_time_+%"]=1138, - ["fire_damage_over_time_multiplier_+%_while_burning"]=5998, - ["fire_damage_over_time_multiplier_+_with_attacks"]=1169, - ["fire_damage_resistance_%_when_on_low_life"]=1450, - ["fire_damage_resistance_%_while_affected_by_herald_of_ash"]=6007, - ["fire_damage_resistance_+%"]=1451, - ["fire_damage_resistance_is_%"]=1448, - ["fire_damage_taken_%_as_cold"]=2850, - ["fire_damage_taken_%_as_lightning"]=2851, - ["fire_damage_taken_%_causes_additional_physical_damage"]=2176, - ["fire_damage_taken_+"]=1929, - ["fire_damage_taken_+%"]=1934, - ["fire_damage_taken_+%_while_moving"]=6010, - ["fire_damage_taken_goes_to_life_over_4_seconds_%"]=6008, - ["fire_damage_taken_per_second_while_flame_touched"]=6009, - ["fire_damage_taken_when_enemy_ignited"]=6011, - ["fire_damage_to_return_on_block"]=6012, - ["fire_damage_to_return_to_melee_attacker"]=1903, - ["fire_damage_to_return_when_hit"]=1907, - ["fire_damage_while_dual_wielding_+%"]=1188, - ["fire_damage_with_attack_skills_+%"]=6013, - ["fire_damage_with_spell_skills_+%"]=6014, - ["fire_dot_multiplier_+"]=1168, - ["fire_exposure_effect_+%"]=6015, - ["fire_exposure_on_hit_magnitude"]=6016, - ["fire_exposure_you_inflict_lowers_fire_resistance_by_extra_%"]=6017, - ["fire_hit_and_dot_damage_%_taken_as_lightning"]=6018, - ["fire_mace_damage_+%"]=1220, - ["fire_nova_mine_cast_speed_+%"]=3503, - ["fire_nova_mine_damage_+%"]=3301, - ["fire_nova_mine_num_of_additional_repeats"]=3599, - ["fire_penetration_%_if_you_have_blocked_recently"]=6019, - ["fire_reflect_damage_taken_+%_while_affected_by_purity_of_fire"]=6020, - ["fire_resist_unaffected_by_area_penalties"]=6021, - ["fire_skill_chance_to_inflict_fire_exposure_%"]=6022, - ["fire_skill_gem_level_+"]=6023, - ["fire_skills_chance_to_poison_on_hit_%"]=6024, - ["fire_spell_skill_gem_level_+"]=947, - ["fire_staff_damage_+%"]=1208, - ["fire_storm_damage_+%"]=3302, - ["fire_sword_damage_+%"]=1229, - ["fire_trap_burning_damage_+%"]=3590, - ["fire_trap_burning_ground_duration_+%"]=6025, - ["fire_trap_cooldown_speed_+%"]=3505, - ["fire_trap_damage_+%"]=3271, - ["fire_trap_number_of_additional_traps_to_throw"]=6026, - ["fire_wand_damage_+%"]=1233, - ["fire_weakness_ignores_hexproof"]=2320, - ["fireball_and_rolling_magma_active_skill_area_of_effect_+%_final"]=6027, - ["fireball_and_rolling_magma_modifiers_to_projectile_count_do_not_apply"]=6028, - ["fireball_base_radius_up_to_+_at_longer_ranges"]=2920, - ["fireball_cannot_ignite"]=6029, - ["fireball_cast_speed_+%"]=3502, - ["fireball_chance_to_scorch_%"]=6030, - ["fireball_damage_+%"]=3272, - ["fireball_ignite_chance_%"]=3591, - ["fireball_radius_up_to_+%_at_longer_ranges"]=2919, - ["firestorm_and_bladefall_chance_to_replay_when_finished_%"]=6031, - ["firestorm_duration_+%"]=3560, - ["firestorm_explosion_area_of_effect_+%"]=3600, - ["first_X_minions_have_0_base_spirit_reservation"]=6032, - ["fish_quantity_+%"]=2552, - ["fish_rarity_+%"]=2553, - ["fish_rot_when_caught"]=6033, - ["fishing_bestiary_lures_at_fishing_holes"]=6034, - ["fishing_bite_sensitivity_+%"]=3227, - ["fishing_can_catch_divine_fish"]=6035, - ["fishing_chance_to_catch_boots_+%"]=6036, - ["fishing_chance_to_catch_divine_orb_+%"]=6037, - ["fishing_corrupted_fish_cleansed_chance_%"]=6038, - ["fishing_fish_always_tell_truth_with_this_rod"]=6039, - ["fishing_ghastly_fisherman_cannot_spawn"]=6040, - ["fishing_ghastly_fisherman_spawns_behind_you"]=6041, - ["fishing_hook_type"]=2550, - ["fishing_krillson_affection_per_fish_gifted_+%"]=6042, - ["fishing_life_of_fish_with_this_rod_+%"]=6043, - ["fishing_line_strength_+%"]=2547, - ["fishing_lure_type"]=2549, - ["fishing_magmatic_fish_are_cooked"]=6044, - ["fishing_molten_one_confusion_+%_per_fish_gifted"]=6045, - ["fishing_pool_consumption_+%"]=2548, - ["fishing_range_+%"]=2551, - ["fishing_reeling_stability_+%"]=6046, - ["fishing_tasalio_ire_per_fish_caught_+%"]=6047, - ["fishing_valako_aid_per_stormy_day_+%"]=6048, - ["fishing_wish_effect_of_ancient_fish_+%"]=6049, - ["fishing_wish_per_fish_+"]=6050, - ["flail_accuracy_rating"]=3912, - ["flail_accuracy_rating_+%"]=3913, - ["flail_attack_speed_+%"]=3914, - ["flail_critical_strike_chance_+%"]=3915, - ["flail_critical_strike_multiplier_+"]=3916, - ["flail_damage_+%"]=3910, - ["flail_elemental_damage_+%"]=3911, - ["flame_dash_cooldown_speed_+%"]=3512, - ["flame_dash_damage_+%"]=3351, - ["flame_golem_damage_+%"]=3333, - ["flame_golem_elemental_resistances_%"]=3615, - ["flame_link_duration_+%"]=6051, - ["flame_surge_critical_strike_chance_+%"]=3572, - ["flame_surge_damage_+%"]=3303, - ["flame_surge_damage_+%_vs_burning_enemies"]=3601, - ["flame_totem_consecrated_ground_enemy_damage_taken_+%"]=6052, - ["flame_totem_damage_+%"]=3343, - ["flame_totem_num_of_additional_projectiles"]=3584, - ["flame_totem_projectile_speed_+%"]=3527, - ["flame_wall_damage_+%"]=6053, - ["flame_wall_maximum_added_fire_damage"]=6054, - ["flame_wall_minimum_added_fire_damage"]=6054, - ["flame_wall_projectiles_gain_all_damage_%_as_fire"]=6055, - ["flameblast_and_incinerate_base_cooldown_modifier_ms"]=6056, - ["flameblast_and_incinerate_cannot_inflict_elemental_ailments"]=6057, - ["flameblast_cast_speed_+%_final_when_targeting_solar_orb"]=6058, - ["flameblast_critical_strike_chance_+%"]=3571, - ["flameblast_damage_+%"]=3319, - ["flameblast_radius_+%"]=3457, - ["flameblast_starts_with_X_additional_stages"]=6059, - ["flamethrower_seismic_lightning_spire_trap_base_cooldown_speed_+%"]=6060, - ["flamethrower_seismic_lightning_spire_trap_skill_added_cooldown_count"]=6061, - ["flamethrower_tower_trap_cast_speed_+%"]=6062, - ["flamethrower_tower_trap_cooldown_speed_+%"]=6063, - ["flamethrower_tower_trap_damage_+%"]=6064, - ["flamethrower_tower_trap_duration_+%"]=6065, - ["flamethrower_tower_trap_number_of_additional_flamethrowers"]=6066, - ["flamethrower_tower_trap_throwing_speed_+%"]=6067, - ["flamethrower_trap_damage_+%_final_vs_burning_enemies"]=6068, - ["flammability_curse_effect_+%"]=3641, - ["flammability_duration_+%"]=3545, - ["flammability_gem_level_+"]=1953, - ["flammability_mana_reservation_+%"]=3675, - ["flammability_no_reservation"]=6069, - ["flask_charge_recovery_is_doubled"]=6070, - ["flask_charges_+%_from_enemies_with_status_ailments"]=3870, - ["flask_charges_gained_+%"]=6074, - ["flask_charges_gained_+%_during_flask_effect"]=2856, - ["flask_charges_gained_+%_if_crit_recently"]=6071, - ["flask_charges_gained_from_kills_+%_final_from_unique"]=6072, - ["flask_charges_gained_from_marked_enemy_+%"]=6073, - ["flask_charges_recovered_per_3_seconds"]=3126, - ["flask_charges_used_+%"]=1001, - ["flask_duration_+%"]=906, - ["flask_duration_on_minions_+%"]=1891, - ["flask_effect_+%"]=2446, - ["flask_life_and_mana_recovery_+%_while_using_charm"]=6075, - ["flask_life_and_mana_to_recover_+%"]=6076, - ["flask_life_recovery_+%_while_affected_by_vitality"]=6077, - ["flask_life_recovery_rate_+%"]=903, - ["flask_life_to_recover_+%"]=1762, - ["flask_mana_charges_used_+%"]=1889, - ["flask_mana_recovery_rate_+%"]=904, - ["flask_mana_to_recover_+%"]=1763, - ["flask_minion_heal_%"]=2601, - ["flask_recovery_amount_%_to_recover_instantly"]=6078, - ["flask_recovery_is_instant"]=6079, - ["flask_recovery_speed_+%"]=1764, - ["flask_throw_sulphur_flask_explode_on_kill_chance"]=6080, - ["flasks_%_chance_to_not_consume_charges"]=3854, - ["flasks_apply_to_your_linked_targets"]=6081, - ["flasks_apply_to_your_zombies_and_spectres"]=3387, - ["flasks_dispel_burning"]=2459, - ["flasks_gain_x_charges_on_hit_once_per_second_vs_non_unique"]=6082, - ["flasks_gain_x_charges_while_inactive_every_3_seconds"]=6083, - ["flesh_and_stone_area_of_effect_+%"]=6084, - ["flesh_offering_attack_speed_+%"]=3749, - ["flesh_offering_duration_+%"]=3533, - ["flesh_offering_effect_+%"]=1105, - ["flesh_stone_mana_reservation_efficiency_+%"]=6086, - ["flesh_stone_mana_reservation_efficiency_-2%_per_1"]=6085, - ["flesh_stone_no_reservation"]=6087, - ["flicker_strike_cooldown_speed_+%"]=3506, - ["flicker_strike_damage_+%"]=3292, - ["flicker_strike_damage_+%_per_frenzy_charge"]=3596, - ["flicker_strike_more_attack_speed_+%_final"]=1280, - ["focus_cooldown_modifier_ms"]=6088, - ["focus_cooldown_speed_+%"]=6089, - ["focus_decay_%_per_minute"]=6090, - ["forbidden_rite_and_dark_pact_added_chaos_damage_%_mana_cost_if_payable"]=6091, - ["forbidden_rite_damage_+%"]=6092, - ["forbidden_rite_number_of_additional_projectiles"]=6093, - ["forbidden_rite_projectile_speed_+%"]=6094, - ["forking_angle_+%"]=6095, - ["fortification_gained_from_hits_+%"]=6096, - ["fortification_gained_from_hits_+%_against_unique_enemies"]=6097, - ["fortify_duration_+%"]=1990, - ["fortify_duration_+%_per_10_strength"]=6098, - ["fortify_on_hit"]=6099, - ["freeze_as_though_dealt_damage_+%"]=2591, - ["freeze_chilled_enemies_as_though_dealt_damage_+%"]=6100, - ["freeze_damage_equal_to_%_of_maximum_mana_to_return_when_hit"]=6101, - ["freeze_duration_+%"]=1579, - ["freeze_duration_against_cursed_enemies_+%"]=6102, - ["freeze_mine_cold_resistance_+_while_frozen"]=2482, - ["freeze_mine_damage_+%"]=3352, - ["freeze_mine_radius_+%"]=3467, - ["freeze_prevention_ms_when_frozen"]=2594, - ["freeze_threshold_+%"]=2939, - ["freezing_pulse_and_eye_of_winter_all_damage_can_poison"]=6104, - ["freezing_pulse_cast_speed_+%"]=3501, - ["freezing_pulse_damage_+%"]=3273, - ["freezing_pulse_damage_+%_if_enemy_shattered_recently"]=6105, - ["freezing_pulse_number_of_additional_projectiles"]=6106, - ["freezing_pulse_projectile_speed_+%"]=3523, - ["frenzy_%_chance_to_gain_additional_frenzy_charge"]=3608, - ["frenzy_and_power_charge_add_duration_ms_on_cull"]=6107, - ["frenzy_charge_duration_+%_per_frenzy_charge"]=1754, - ["frenzy_charge_on_hit_%_vs_no_evasion_rating"]=6108, - ["frenzy_charge_on_kill_percent_chance_while_holding_shield"]=6109, - ["frenzy_damage_+%"]=3312, - ["frenzy_damage_+%_per_frenzy_charge"]=3607, - ["frenzy_only_conduit"]=1986, - ["from_self_maximum_added_attack_chaos_damage_taken"]=1258, - ["from_self_maximum_added_attack_cold_damage_taken"]=1245, - ["from_self_maximum_added_attack_fire_damage_taken"]=1239, - ["from_self_maximum_added_attack_lightning_damage_taken"]=1253, - ["from_self_maximum_added_attack_physical_damage_taken"]=1177, - ["from_self_maximum_added_cold_damage_taken"]=1243, - ["from_self_maximum_added_cold_damage_taken_per_frenzy_charge"]=3890, - ["from_self_maximum_added_fire_damage_taken"]=1237, - ["from_self_maximum_added_lightning_damage_taken"]=1251, - ["from_self_minimum_added_attack_chaos_damage_taken"]=1258, - ["from_self_minimum_added_attack_cold_damage_taken"]=1245, - ["from_self_minimum_added_attack_fire_damage_taken"]=1239, - ["from_self_minimum_added_attack_lightning_damage_taken"]=1253, - ["from_self_minimum_added_attack_physical_damage_taken"]=1177, - ["from_self_minimum_added_cold_damage_taken"]=1243, - ["from_self_minimum_added_cold_damage_taken_per_frenzy_charge"]=3890, - ["from_self_minimum_added_fire_damage_taken"]=1237, - ["from_self_minimum_added_lightning_damage_taken"]=1251, - ["frost_blades_damage_+%"]=3065, - ["frost_blades_melee_damage_penetrates_%_cold_resistance"]=6110, - ["frost_blades_number_of_additional_projectiles_in_chain"]=3067, - ["frost_blades_projectile_speed_+%"]=3066, - ["frost_bolt_cast_speed_+%"]=3776, - ["frost_bolt_damage_+%"]=3763, - ["frost_bolt_freeze_chance_%"]=3777, - ["frost_bolt_nova_cooldown_speed_+%"]=6111, - ["frost_bolt_nova_damage_+%"]=3764, - ["frost_bolt_nova_duration_+%"]=3778, - ["frost_bolt_nova_radius_+%"]=3771, - ["frost_bomb_+%_area_of_effect_when_frost_blink_is_cast"]=6113, - ["frost_bomb_buff_duration_+%"]=6112, - ["frost_bomb_cooldown_speed_+%"]=3519, - ["frost_bomb_damage_+%"]=3375, - ["frost_bomb_radius_+%"]=3476, - ["frost_fury_additional_max_number_of_stages"]=6114, - ["frost_fury_area_of_effect_+%_per_stage"]=6115, - ["frost_fury_damage_+%"]=6116, - ["frost_globe_added_cooldown_count"]=6117, - ["frost_globe_health_per_stage"]=6118, - ["frost_wall_cooldown_speed_+%"]=3510, - ["frost_wall_damage_+%"]=3346, - ["frost_wall_duration_+%"]=3536, - ["frostbite_curse_effect_+%"]=3642, - ["frostbite_duration_+%"]=3544, - ["frostbite_mana_reservation_+%"]=3676, - ["frostbite_no_reservation"]=6119, - ["frostbolt_number_of_additional_projectiles"]=6120, - ["frostbolt_projectile_acceleration"]=6121, - ["frozen_legion_%_chance_to_summon_additional_statue"]=6125, - ["frozen_legion_added_cooldown_count"]=6122, - ["frozen_legion_and_generals_cry_active_skill_cooldown_speed_+%_final_from_skill_specific_stat"]=6123, - ["frozen_legion_cooldown_speed_+%"]=6124, - ["frozen_monsters_take_increased_damage"]=2182, - ["frozen_sweep_damage_+%"]=6126, - ["frozen_sweep_damage_+%_final"]=6127, - ["full_life_threshold_%_override"]=6128, - ["full_mana_threshold_%_override"]=6129, - ["fungal_ground_while_stationary_radius"]=6130, - ["gain_%_damage_as_chaos_from_unreserved_darkness"]=6131, - ["gain_%_es_when_spirit_charge_expires_or_consumed"]=4018, - ["gain_%_life_from_body_es"]=6132, - ["gain_%_life_when_spirit_charge_expires_or_consumed"]=4017, - ["gain_%_maximum_energy_shield_as_freeze_threshold_+"]=6133, - ["gain_%_total_phys_damage_prevented_in_the_past_10_sec_as_life_regen_per_sec"]=6230, - ["gain_+%_physical_damage_as_random_element_if_cast_elemental_weakness_in_past_10_seconds"]=6236, - ["gain_1_rare_monster_mod_on_kill_for_10_seconds_%_chance"]=6134, - ["gain_X%_armour_per_50_mana_reserved"]=6135, - ["gain_X_chaos_infusion_when_any_charge_is_consumed"]=6136, - ["gain_X_cold_infusion_on_reload"]=6137, - ["gain_X_cold_infusion_when_power_charge_is_consumed"]=6138, - ["gain_X_energy_shield_on_killing_shocked_enemy"]=2290, - ["gain_X_fire_infusion_on_reload"]=6137, - ["gain_X_fire_infusion_when_endurance_charge_is_consumed"]=6139, - ["gain_X_fortification_on_killing_rare_or_unique_monster"]=6140, - ["gain_X_frenzy_charges_after_spending_200_mana"]=6141, - ["gain_X_life_on_stun"]=6142, - ["gain_X_lightning_infusion_when_frenzy_charge_is_consumed"]=6143, - ["gain_X_power_charges_on_using_a_warcry"]=6144, - ["gain_X_rage_on_hit_once_per_skill_use"]=6145, - ["gain_X_rage_on_hit_per_enemy_power"]=6146, - ["gain_X_random_charges_every_6_seconds"]=6147, - ["gain_X_random_charges_on_reaching_maximum_rage"]=6148, - ["gain_X_random_rare_monster_mods_on_kill"]=2739, - ["gain_X_vaal_souls_on_rampage_threshold"]=2645, - ["gain_X_volatility_on_persistent_minion_death"]=6149, - ["gain_a_power_charge_when_you_or_your_totems_kill_%_chance"]=3760, - ["gain_absorption_charges_instead_of_power_charges"]=6150, - ["gain_accuracy_rating_equal_to_2_times_strength"]=6151, - ["gain_accuracy_rating_equal_to_intelligence"]=6152, - ["gain_accuracy_rating_equal_to_strength"]=6153, - ["gain_additional_crit_chance_from_%_chance_to_hit_over_100"]=6154, - ["gain_adrenaline_for_X_ms_on_swapping_stance"]=6155, - ["gain_adrenaline_for_X_seconds_on_kill"]=6156, - ["gain_adrenaline_for_X_seconds_on_low_life_unless_you_have_adrenaline"]=6157, - ["gain_adrenaline_for_x_ms_per_100_ms_stun_duration_on_you"]=6158, - ["gain_adrenaline_on_gaining_flame_touched"]=6159, - ["gain_adrenaline_when_ward_breaks_ms"]=6160, - ["gain_affliction_charges_instead_of_frenzy_charges"]=6161, - ["gain_alchemists_genius_on_flask_use_%"]=6162, - ["gain_an_additional_vaal_soul_on_kill_if_have_rampaged_recently"]=6163, - ["gain_arcane_surge_for_4_seconds_after_channelling_for_1_second"]=6164, - ["gain_arcane_surge_for_4_seconds_when_you_create_consecrated_ground_while_affected_by_zealotry"]=6165, - ["gain_arcane_surge_on_crit_%_chance"]=6166, - ["gain_arcane_surge_on_hit_%_chance"]=6169, - ["gain_arcane_surge_on_hit_at_devotion_threshold"]=6167, - ["gain_arcane_surge_on_hit_chance_with_spells_while_at_maximum_power_charges_%"]=6168, - ["gain_arcane_surge_on_hit_vs_unique_enemy_%_chance"]=6170, - ["gain_arcane_surge_on_kill_chance_%"]=6171, - ["gain_arcane_surge_on_spell_hit_by_you_or_your_totems"]=6172, - ["gain_arcane_surge_when_mine_detonated_targeting_an_enemy"]=6173, - ["gain_arcane_surge_when_trap_triggered_by_an_enemy"]=6174, - ["gain_arcane_surge_when_you_summon_a_totem"]=6175, - ["gain_area_of_effect_+%_for_2_seconds_when_you_spend_800_mana"]=6176, - ["gain_attack_and_cast_speed_+%_for_4_seconds_if_taken_savage_hit"]=3681, - ["gain_attack_speed_+%_for_20_seconds_on_killing_rare_or_unique_enemy"]=6177, - ["gain_attack_speed_+%_for_4_seconds_if_taken_savage_hit"]=3099, - ["gain_blitz_charge_%_chance_on_crit"]=6178, - ["gain_brutal_charges_instead_of_endurance_charges"]=6179, - ["gain_cannot_be_stunned_aura_for_4_seconds_on_block_radius"]=3436, - ["gain_challenger_charge_%_chance_on_hitting_rare_or_unique_enemy_in_blood_stance"]=6180, - ["gain_challenger_charge_%_chance_on_kill_in_sand_stance"]=6181, - ["gain_chilling_shocking_igniting_conflux_while_affected_by_glorious_madness"]=9550, - ["gain_convergence_on_hitting_unique_enemy"]=4069, - ["gain_crimson_dance_if_have_dealt_critical_strike_recently"]=9635, - ["gain_crimson_dance_while_you_have_cat_stealth"]=9636, - ["gain_critical_strike_chance_%_for_2_seconds_when_you_spend_800_mana"]=6182, - ["gain_damage_+%_for_4_seconds_if_taken_savage_hit"]=3098, - ["gain_debilitating_presence_ms_on_kill_vs_rare_or_unique_enemy"]=9551, - ["gain_defiance_when_lose_life_to_hit_once_per_x_ms"]=3901, - ["gain_divine_charge_on_hit_%"]=4020, - ["gain_divinity_ms_when_reaching_maximum_divine_charges"]=4022, - ["gain_elemental_conflux_for_X_ms_when_you_kill_a_rare_or_unique_enemy"]=3686, - ["gain_elemental_penetration_for_4_seconds_on_mine_detonation"]=3728, - ["gain_elusive_on_crit_%_chance"]=3898, - ["gain_elusive_on_kill_chance_%"]=3899, - ["gain_elusive_on_reaching_low_life"]=6184, - ["gain_endurance_charge_%_chance_on_using_fire_skill"]=1541, - ["gain_endurance_charge_%_chance_when_you_lose_fortify"]=6189, - ["gain_endurance_charge_%_when_hit_while_channelling"]=6190, - ["gain_endurance_charge_if_attack_freezes"]=6185, - ["gain_endurance_charge_on_heavy_stunning_rare_or_unique_enemy"]=6186, - ["gain_endurance_charge_on_main_hand_kill_%"]=2986, - ["gain_endurance_charge_on_melee_stun"]=2473, - ["gain_endurance_charge_on_melee_stun_%"]=2473, - ["gain_endurance_charge_on_power_charge_expiry"]=2346, - ["gain_endurance_charge_per_second_if_have_been_hit_recently"]=6187, - ["gain_endurance_charge_per_second_if_have_used_warcry_recently"]=6188, - ["gain_fanaticism_for_4_seconds_on_reaching_maximum_fanatic_charges"]=6191, - ["gain_flask_chance_on_crit_%"]=3047, - ["gain_flask_charge_on_crit_chance_%_while_at_maximum_frenzy_charges"]=6192, - ["gain_flask_charge_when_crit_%"]=1765, - ["gain_flask_charge_when_crit_amount"]=1765, - ["gain_flask_charges_every_second_if_hit_unique_enemy_recently"]=6193, - ["gain_fortify_for_x_seconds_on_melee_hit_with_mace_sceptre_staff"]=6194, - ["gain_frenzy_and_power_charge_on_kill_%"]=2345, - ["gain_frenzy_charge_%_when_hit_while_channelling"]=6205, - ["gain_frenzy_charge_if_attack_ignites"]=2540, - ["gain_frenzy_charge_on_critical_strike_%"]=6196, - ["gain_frenzy_charge_on_critical_strike_at_close_range_%"]=6195, - ["gain_frenzy_charge_on_enemy_shattered_chance_%"]=6197, - ["gain_frenzy_charge_on_hit_%_while_blinded"]=6198, - ["gain_frenzy_charge_on_hit_while_bleeding"]=6199, - ["gain_frenzy_charge_on_hitting_marked_enemy_%"]=6200, - ["gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%"]=6201, - ["gain_frenzy_charge_on_hitting_unique_enemy_%"]=6202, - ["gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%"]=6203, - ["gain_frenzy_charge_on_main_hand_kill_%"]=2985, - ["gain_frenzy_charge_on_reaching_maximum_power_charges"]=3247, - ["gain_frenzy_charge_per_enemy_you_crit_%_chance"]=6204, - ["gain_frenzy_power_endurance_charges_on_vaal_skill_use"]=6206, - ["gain_guard_flask_charge_when_hit_by_enemy_chance_%"]=6207, - ["gain_iron_reflexes_while_at_maximum_frenzy_charges"]=9637, - ["gain_iron_reflexes_while_stationary"]=9641, - ["gain_life_regeneration_%_per_second_for_1_second_if_taken_savage_hit"]=3803, - ["gain_magic_monster_mods_on_kill_%_chance"]=6208, - ["gain_max_rage_on_losing_temporal_chains_debuff"]=6209, - ["gain_max_rage_on_rage_gain_from_hit_%_chance"]=6210, - ["gain_maximum_endurance_charges_on_endurance_charge_gained_%_chance"]=3861, - ["gain_maximum_endurance_charges_when_crit_chance_%"]=6211, - ["gain_maximum_frenzy_and_endurance_charges_when_you_gain_cats_agility"]=6212, - ["gain_maximum_frenzy_and_power_charges_when_you_gain_cats_stealth"]=6213, - ["gain_maximum_frenzy_charges_on_frenzy_charge_gained_%_chance"]=6214, - ["gain_maximum_power_charges_on_power_charge_gained_%_chance"]=6215, - ["gain_maximum_power_charges_on_vaal_skill_use"]=6216, - ["gain_mind_over_matter_while_at_maximum_power_charges"]=9638, - ["gain_movement_speed_+%_for_20_seconds_on_kill"]=6217, - ["gain_no_inherent_bonus_from_dexterity"]=1729, - ["gain_no_inherent_bonus_from_intelligence"]=1730, - ["gain_no_inherent_bonus_from_strength"]=1731, - ["gain_onslaught_during_soul_gain_prevention"]=6218, - ["gain_onslaught_for_3_seconds_%_chance_when_hit"]=6219, - ["gain_onslaught_for_X_ms_on_killing_rare_or_unique_monster"]=3836, - ["gain_onslaught_if_you_have_swapped_stance_recently"]=6220, - ["gain_onslaught_ms_on_using_a_warcry"]=6221, - ["gain_onslaught_ms_when_reaching_maximum_endurance_charges"]=2457, - ["gain_onslaught_on_hit_chance_while_at_maximum_frenzy_charges_%"]=6222, - ["gain_onslaught_on_hit_duration_ms"]=6223, - ["gain_onslaught_on_kill_ms_while_affected_by_haste"]=6224, - ["gain_onslaught_on_stun_duration_ms"]=2454, - ["gain_onslaught_when_ignited_ms"]=2721, - ["gain_onslaught_while_at_maximum_endurance_charges"]=6225, - ["gain_onslaught_while_frenzy_charges_full"]=3707, - ["gain_onslaught_while_not_on_low_mana"]=6226, - ["gain_onslaught_while_on_low_life"]=6227, - ["gain_onslaught_while_you_have_cats_agility"]=6228, - ["gain_onslaught_while_you_have_fortify"]=6229, - ["gain_phasing_for_4_seconds_on_begin_es_recharge"]=2222, - ["gain_phasing_if_enemy_killed_recently"]=6231, - ["gain_phasing_if_suppressed_spell_recently"]=6232, - ["gain_phasing_while_affected_by_haste"]=6233, - ["gain_phasing_while_at_maximum_frenzy_charges"]=2220, - ["gain_phasing_while_you_have_cats_stealth"]=6234, - ["gain_phasing_while_you_have_low_life"]=6235, - ["gain_phasing_while_you_have_onslaught"]=2221, - ["gain_physical_damage_immunity_on_rampage_threshold_ms"]=2644, - ["gain_player_far_shot_while_do_not_have_iron_reflexes"]=9652, - ["gain_power_charge_on_critical_strike_with_wands_%"]=6237, - ["gain_power_charge_on_curse_cast_%"]=6238, - ["gain_power_charge_on_hit_%_chance_against_frozen_enemy"]=6239, - ["gain_power_charge_on_kill_vs_enemies_with_less_than_5_poisons_%"]=6240, - ["gain_power_charge_on_mana_flask_use_%_chance"]=6241, - ["gain_power_charge_on_non_critical_strike_%"]=3061, - ["gain_power_charge_on_vaal_skill_use_%"]=6242, - ["gain_power_charge_per_enemy_you_crit"]=2265, - ["gain_power_charge_per_second_if_have_not_lost_power_charge_recently"]=6243, - ["gain_power_charge_when_throwing_trap_%"]=2628, - ["gain_power_or_frenzy_charge_for_each_second_channeling"]=6244, - ["gain_rage_on_hitting_rare_unique_enemy_%"]=8668, - ["gain_rage_on_kill"]=8667, - ["gain_rage_when_you_use_a_warcry"]=8669, - ["gain_rampage_while_at_maximum_endurance_charges"]=2934, - ["gain_random_charge_on_block"]=6246, - ["gain_random_charge_per_second_while_stationary"]=6247, - ["gain_rare_monster_mods_on_kill_ms"]=2520, - ["gain_resolute_technique_while_do_not_have_elemental_overload"]=9642, - ["gain_scorching_sapping_brittle_confluxes_while_two_highest_attributes_equal"]=6248, - ["gain_shapers_presence_for_10_seconds_on_killing_rare_or_unique_monster"]=6249, - ["gain_shrine_buff_every_10_seconds"]=6250, - ["gain_single_conflux_for_3_seconds_every_8_seconds"]=6251, - ["gain_soul_eater_during_flask_effect"]=3083, - ["gain_soul_eater_for_x_ms_on_vaal_skill_use"]=6252, - ["gain_soul_eater_stack_on_hit_vs_unique_cooldown_ms"]=6253, - ["gain_soul_eater_with_equipped_corrupted_items_on_vaal_skill_use_ms"]=2788, - ["gain_spell_cost_as_mana_every_fifth_cast"]=6254, - ["gain_spirit_charge_every_x_ms"]=4014, - ["gain_spirit_charge_on_kill_%_chance"]=4015, - ["gain_stormsurge_on_hit"]=6183, - ["gain_tailwind_on_critical_hit"]=6255, - ["gain_tailwind_stack_on_skill_use"]=6256, - ["gain_unholy_might_on_block_ms"]=2728, - ["gain_up_to_maximum_fragile_regrowth_when_hit"]=6257, - ["gain_vaal_soul_on_hit_cooldown_ms"]=6258, - ["gain_wand_accuracy_rating_equal_to_intelligence"]=6259, - ["gain_x_es_on_trap_triggered_by_an_enemy"]=3866, - ["gain_x_fanatic_charges_every_second_if_have_attacked_in_past_second"]=6260, - ["gain_x_fragile_regrowth_per_second"]=6261, - ["gain_x_grasping_vines_when_you_take_a_critical_strike"]=4054, - ["gain_x_life_on_trap_triggered_by_an_enemy"]=3865, - ["gain_x_life_when_endurance_charge_expires_or_consumed"]=2696, - ["gain_x_rage_on_hit"]=8671, - ["gain_x_rage_on_hit_with_axes"]=6262, - ["gain_x_rage_on_hit_with_axes_swords_1s_cooldown"]=6263, - ["gain_x_rage_on_melee_hit"]=6264, - ["gain_x_rage_per_200_mana_spent"]=6265, - ["gain_x_rage_when_hit"]=6266, - ["gain_x_rage_when_taken_crit"]=6267, - ["gain_x_rage_when_taken_hit"]=6268, - ["galvanic_arrow_and_storm_rain_skill_repeat_count_if_mined"]=6269, - ["galvanic_arrow_area_damage_+%"]=8874, - ["galvanic_arrow_projectile_speed_+%"]=6270, - ["galvanic_field_beam_frequency_+%"]=6271, - ["galvanic_field_cast_speed_+%"]=6272, - ["galvanic_field_damage_+%"]=6273, - ["galvanic_field_number_of_chains"]=6274, - ["gem_experience_gain_+%"]=1594, - ["gem_requirements_can_be_satisfied_by_highest_attribute"]=6275, - ["gemling_all_attributes_+%_final"]=6276, - ["gemling_double_basic_attribute_bonuses"]=6277, - ["gemling_skill_cost_+%_final"]=6278, - ["generals_cry_cooldown_speed_+%"]=6279, - ["generals_cry_maximum_warriors_+"]=6280, - ["generate_endurance_charges_for_allies_in_your_presence"]=1858, - ["generate_frenzy_charges_for_allies_in_your_presence"]=1859, - ["generate_power_charges_for_allies_in_your_presence"]=1860, - ["generate_x_charges_for_any_flask_per_minute"]=6281, - ["generate_x_charges_for_charms_per_minute"]=6282, - ["generate_x_charges_for_guard_flasks_per_minute"]=6283, - ["generate_x_charges_for_life_flasks_per_minute"]=6284, - ["generate_x_charges_for_mana_flasks_per_minute"]=6285, - ["gifts_from_above_consecrated_ground_while_stationary"]=6286, - ["glacial_cascade_damage_+%"]=3320, - ["glacial_cascade_number_of_additional_bursts"]=6287, - ["glacial_cascade_physical_damage_%_to_gain_as_cold"]=6288, - ["glacial_cascade_radius_+%"]=3458, - ["glacial_hammer_damage_+%"]=3274, - ["glacial_hammer_freeze_chance_%"]=3592, - ["glacial_hammer_item_rarity_on_shattering_enemy_+%"]=2899, - ["glacial_hammer_melee_splash_with_cold_damage"]=6289, - ["glacial_hammer_physical_damage_%_to_gain_as_cold_damage"]=3610, - ["global_added_chaos_damage_%_of_ward"]=1771, - ["global_always_hit"]=1748, - ["global_attack_speed_+%_per_green_socket_on_item"]=2430, - ["global_attack_speed_+%_per_level"]=6290, - ["global_bleed_on_hit"]=6291, - ["global_cannot_crit"]=1886, - ["global_chance_to_blind_on_hit_%"]=2646, - ["global_chance_to_blind_on_hit_%_vs_bleeding_enemies"]=6292, - ["global_critical_strike_chance_+%_vs_chilled_enemies"]=6293, - ["global_critical_strike_chance_+%_while_holding_bow"]=2193, - ["global_critical_strike_chance_+%_while_holding_staff"]=2191, - ["global_critical_strike_chance_while_dual_wielding_+%"]=3884, - ["global_critical_strike_mulitplier_+_per_green_socket_on_item"]=2431, - ["global_critical_strike_multiplier_+_while_holding_bow"]=2194, - ["global_critical_strike_multiplier_+_while_holding_staff"]=2192, - ["global_critical_strike_multiplier_+_while_you_have_no_frenzy_charges"]=1758, - ["global_critical_strike_multiplier_while_dual_wielding_+"]=3883, - ["global_defences_+%"]=2535, - ["global_defences_+%_per_frenzy_charge"]=6294, - ["global_defences_+%_per_white_socket_on_item"]=2436, - ["global_defences_while_in_presence_of_companion_+%"]=6295, - ["global_evasion_rating_+_while_moving"]=6296, - ["global_gem_attribute_requirements_+%_final_from_gemling"]=6297, - ["global_hit_causes_monster_flee_%"]=1746, - ["global_item_attribute_requirements_+%"]=2270, - ["global_knockback"]=1376, - ["global_knockback_on_crit"]=1666, - ["global_life_leech_from_physical_attack_damage_per_red_socket_on_item_permyriad"]=2427, - ["global_mana_leech_from_physical_attack_damage_permyriad_per_blue_socket_on_item"]=2433, - ["global_maximum_added_chaos_damage"]=1256, - ["global_maximum_added_cold_damage"]=1244, - ["global_maximum_added_cold_damage_vs_chilled_or_frozen_enemies"]=6298, - ["global_maximum_added_fire_damage"]=1238, - ["global_maximum_added_fire_damage_vs_burning_enemies"]=9185, - ["global_maximum_added_fire_damage_vs_ignited_enemies"]=6299, - ["global_maximum_added_lightning_damage"]=1252, - ["global_maximum_added_lightning_damage_vs_ignited_enemies"]=6300, - ["global_maximum_added_lightning_damage_vs_shocked_enemies"]=6301, - ["global_maximum_added_physical_damage"]=1176, - ["global_maximum_added_physical_damage_vs_bleeding_enemies"]=6302, - ["global_melee_range_+_per_white_socket_on_item"]=2437, - ["global_minimum_added_chaos_damage"]=1256, - ["global_minimum_added_cold_damage"]=1244, - ["global_minimum_added_cold_damage_vs_chilled_or_frozen_enemies"]=6298, - ["global_minimum_added_fire_damage"]=1238, - ["global_minimum_added_fire_damage_vs_burning_enemies"]=9185, - ["global_minimum_added_fire_damage_vs_ignited_enemies"]=6299, - ["global_minimum_added_lightning_damage"]=1252, - ["global_minimum_added_lightning_damage_vs_ignited_enemies"]=6300, - ["global_minimum_added_lightning_damage_vs_shocked_enemies"]=6301, - ["global_minimum_added_physical_damage"]=1176, - ["global_minimum_added_physical_damage_vs_bleeding_enemies"]=6302, - ["global_physical_damage_reduction_rating_while_moving"]=6303, - ["global_poison_on_hit"]=2846, - ["global_reduce_enemy_block_%"]=1618, - ["global_weapon_physical_damage_+%_per_red_socket_on_item"]=2428, - ["glove_implicit_gain_rage_on_attack_hit_cooldown_ms"]=6304, - ["glows_in_area_with_unique_fish"]=3754, - ["goat_footprints_from_item"]=9657, - ["gold_+%_from_enemies"]=6305, - ["golem_attack_and_cast_speed_+%"]=6306, - ["golem_attack_maximum_added_physical_damage"]=6307, - ["golem_attack_minimum_added_physical_damage"]=6307, - ["golem_buff_effect_+%"]=6308, - ["golem_buff_effect_+%_per_summoned_golem"]=6309, - ["golem_cooldown_recovery_+%"]=2993, - ["golem_damage_+%_if_summoned_in_past_8_seconds"]=3338, - ["golem_damage_+%_per_active_golem"]=3825, - ["golem_damage_+%_per_active_golem_type"]=3824, - ["golem_immunity_to_elemental_damage"]=3720, - ["golem_life_regeneration_per_minute_%"]=6310, - ["golem_maximum_life_+%"]=6311, - ["golem_maximum_mana_+%"]=6312, - ["golem_movement_speed_+%"]=6313, - ["golem_physical_damage_reduction_rating"]=6314, - ["golem_scale_+%"]=3331, - ["golem_skill_cooldown_recovery_+%"]=2992, - ["golems_larger_aggro_radius"]=9571, - ["grace_aura_effect_+%"]=3023, - ["grace_mana_reservation_+%"]=3671, - ["grace_mana_reservation_efficiency_+%"]=6316, - ["grace_mana_reservation_efficiency_-2%_per_1"]=6315, - ["grace_reserves_no_mana"]=6317, - ["grant_X_frenzy_charges_to_nearby_allies_on_death"]=2598, - ["grant_animated_minion_melee_splash_damage_+%_final_for_splash"]=6318, - ["grant_tailwind_to_nearby_allies_if_used_skill_recently"]=6319, - ["grant_unholy_might_to_self_while_not_on_low_mana"]=2727, - ["grant_void_arrow_every_x_ms"]=6320, - ["gratuitous_violence_physical_damage_over_time_+%_final"]=6321, - ["grenade_fuse_duration_+%"]=6322, - ["grenade_skill_%_chance_to_explode_twice"]=6323, - ["grenade_skill_area_of_effect_+%"]=6324, - ["grenade_skill_cooldown_count_+"]=6325, - ["grenade_skill_cooldown_speed_+%"]=6326, - ["grenade_skill_damage_+%"]=6327, - ["grenade_skill_duration_+%"]=6328, - ["grenade_skill_number_of_additional_projectiles"]=6329, - ["ground_effect_duration_+%"]=6330, - ["ground_slam_angle_+%"]=2925, - ["ground_slam_chance_to_gain_endurance_charge_%_on_stun"]=6331, - ["ground_slam_damage_+%"]=3275, - ["ground_slam_radius_+%"]=3438, - ["ground_smoke_on_rampage_threshold_ms"]=2655, - ["ground_smoke_when_hit_%"]=2294, - ["ground_tar_on_block_base_area_of_effect_radius"]=6332, - ["ground_tar_on_take_crit_base_area_of_effect_radius"]=2229, - ["ground_tar_when_hit_%_chance"]=6333, - ["guard_flask_effect_+%"]=6334, - ["guard_skill_cooldown_recovery_+%"]=6335, - ["guard_skill_effect_duration_+%"]=6336, - ["guardian_gain_life_regeneration_per_minute_%_for_1_second_every_10_seconds"]=3419, - ["guardian_nearby_allies_share_charges"]=3744, - ["guardian_nearby_enemies_cannot_gain_charges"]=3415, - ["guardian_remove_curses_and_status_ailments_every_10_seconds"]=3418, - ["guardian_reserved_life_granted_to_you_and_allies_as_armour_%"]=3416, - ["guardian_reserved_mana_%_given_to_you_and_nearby_allies_as_base_maximum_energy_shield"]=3417, - ["guardian_warcry_grant_attack_cast_and_movement_speed_to_you_and_nearby_allies_+%"]=2976, - ["guardian_with_5_nearby_allies_you_and_allies_have_onslaught"]=6337, - ["guardian_with_nearby_ally_damage_+%_final_for_you_and_allies"]=6338, - ["halve_evasion_rating_from_body"]=6340, - ["harvest_encounter_fluid_granted_+%"]=6341, - ["has_avoid_shock_as_avoid_all_elemental_ailments"]=6342, - ["has_curse_limit_equal_to_maximum_power_charges"]=6343, - ["has_ignite_duration_on_self_as_all_elemental_ailments_on_self"]=6344, - ["has_onslaught_if_totem_summoned_recently"]=6345, - ["has_stun_prevention_flask"]=6346, - ["has_trickster_alternating_damage_taken_+%_final"]=6347, - ["has_unique_brutal_shrine_effect"]=6348, - ["has_unique_chaos_shrine_effect"]=6349, - ["has_unique_cold_shrine_effect"]=6350, - ["has_unique_fire_shrine_effect"]=6351, - ["has_unique_lightning_shrine_effect"]=6352, - ["has_unique_massive_shrine_effect"]=6353, - ["haste_aura_effect_+%"]=3024, - ["haste_mana_reservation_+%"]=3672, - ["haste_mana_reservation_efficiency_+%"]=6355, - ["haste_mana_reservation_efficiency_-2%_per_1"]=6354, - ["haste_reserves_no_mana"]=6356, - ["hatred_aura_effect_+%"]=3026, - ["hatred_mana_reservation_+%"]=3662, - ["hatred_mana_reservation_efficiency_+%"]=6358, - ["hatred_mana_reservation_efficiency_-2%_per_1"]=6357, - ["hatred_reserves_no_mana"]=6359, - ["hazard_damage_+%"]=6360, - ["hazard_duration_+%"]=1636, - ["hazard_rearm_%_chance"]=6361, - ["head_hunt_without_a_corpse"]=6362, - ["heavy_strike_attack_speed_+%"]=3486, - ["heavy_strike_chance_to_deal_double_damage_%"]=2902, - ["heavy_strike_damage_+%"]=3276, - ["heavy_stun_poise_decay_rate_+%"]=6363, - ["heavy_stun_threshold_+"]=6364, - ["heavy_stuns_have_culling_strike"]=6365, - ["heist_additional_abyss_rewards_from_reward_chests_%"]=6366, - ["heist_additional_armour_rewards_from_reward_chests_%"]=6367, - ["heist_additional_blight_rewards_from_reward_chests_%"]=6368, - ["heist_additional_breach_rewards_from_reward_chests_%"]=6369, - ["heist_additional_corrupted_rewards_from_reward_chests_%"]=6370, - ["heist_additional_delirium_rewards_from_reward_chests_%"]=6371, - ["heist_additional_delve_rewards_from_reward_chests_%"]=6372, - ["heist_additional_divination_rewards_from_reward_chests_%"]=6373, - ["heist_additional_essences_rewards_from_reward_chests_%"]=6374, - ["heist_additional_gems_rewards_from_reward_chests_%"]=6375, - ["heist_additional_harbinger_rewards_from_reward_chests_%"]=6376, - ["heist_additional_jewellery_rewards_from_reward_chests_%"]=6377, - ["heist_additional_legion_rewards_from_reward_chests_%"]=6378, - ["heist_additional_metamorph_rewards_from_reward_chests_%"]=6379, - ["heist_additional_perandus_rewards_from_reward_chests_%"]=6380, - ["heist_additional_talisman_rewards_from_reward_chests_%"]=6381, - ["heist_additional_uniques_rewards_from_reward_chests_%"]=6382, - ["heist_additional_weapons_rewards_from_reward_chests_%"]=6383, - ["heist_alert_level_gained_on_monster_death"]=6384, - ["heist_alert_level_gained_per_10_sec"]=6385, - ["heist_chests_chance_for_secondary_objectives_%"]=6386, - ["heist_chests_double_blighted_maps_and_catalysts_%"]=6387, - ["heist_chests_double_breach_splinters_%"]=6388, - ["heist_chests_double_catalysts_%"]=6389, - ["heist_chests_double_currency_%"]=6390, - ["heist_chests_double_delirium_orbs_and_splinters_%"]=6391, - ["heist_chests_double_divination_cards_%"]=6392, - ["heist_chests_double_essences_%"]=6393, - ["heist_chests_double_jewels_%"]=6394, - ["heist_chests_double_legion_splinters_%"]=6395, - ["heist_chests_double_map_fragments_%"]=6396, - ["heist_chests_double_maps_%"]=6397, - ["heist_chests_double_oils_%"]=6398, - ["heist_chests_double_scarabs_%"]=6399, - ["heist_chests_double_sextants_%"]=6400, - ["heist_chests_double_uniques_%"]=6401, - ["heist_chests_unique_rarity_%"]=6402, - ["heist_coins_dropped_by_monsters_double_%"]=6404, - ["heist_coins_from_monsters_+%"]=31, - ["heist_coins_from_world_chests_double_%"]=6403, - ["heist_contract_alert_level_+%"]=6407, - ["heist_contract_alert_level_from_chests_+%"]=6405, - ["heist_contract_alert_level_from_monsters_+%"]=6406, - ["heist_contract_gang_cost_+%"]=6408, - ["heist_contract_gang_takes_no_cut"]=6409, - ["heist_contract_generate_secondary_objectives_chance_%"]=6410, - ["heist_contract_guarding_monsters_damage_+%"]=6411, - ["heist_contract_guarding_monsters_take_damage_+%"]=6412, - ["heist_contract_magical_unlock_count"]=6414, - ["heist_contract_mechanical_unlock_count"]=6413, - ["heist_contract_no_travel_cost"]=6415, - ["heist_contract_npc_cost_+%"]=6416, - ["heist_contract_objective_completion_time_+%"]=6417, - ["heist_contract_patrol_additional_elite_chance_+%"]=6418, - ["heist_contract_patrol_damage_+%"]=6419, - ["heist_contract_patrol_take_damage_+%"]=6420, - ["heist_contract_side_area_monsters_damage_+%"]=6421, - ["heist_contract_side_area_monsters_take_damage_+%"]=6422, - ["heist_contract_total_cost_+%_final"]=6423, - ["heist_contract_travel_cost_+%"]=6424, - ["heist_currency_alchemy_drops_as_blessed_%"]=6425, - ["heist_currency_alchemy_drops_as_divine_%"]=6426, - ["heist_currency_alchemy_drops_as_exalted_%"]=6427, - ["heist_currency_alteration_drops_as_alchemy_%"]=6428, - ["heist_currency_alteration_drops_as_chaos_%"]=6429, - ["heist_currency_alteration_drops_as_regal_%"]=6430, - ["heist_currency_augmentation_drops_as_alchemy_%"]=6431, - ["heist_currency_augmentation_drops_as_chaos_%"]=6432, - ["heist_currency_augmentation_drops_as_regal_%"]=6433, - ["heist_currency_chaos_drops_as_blessed_%"]=6434, - ["heist_currency_chaos_drops_as_divine_%"]=6435, - ["heist_currency_chaos_drops_as_exalted_%"]=6436, - ["heist_currency_chromatic_drops_as_fusing_%"]=6437, - ["heist_currency_chromatic_drops_as_jewellers_%"]=6438, - ["heist_currency_jewellers_drops_as_fusing_%"]=6439, - ["heist_currency_regal_drops_as_blessed_%"]=6440, - ["heist_currency_regal_drops_as_divine_%"]=6441, - ["heist_currency_regal_drops_as_exalted_%"]=6442, - ["heist_currency_regret_drops_as_annulment_%"]=6443, - ["heist_currency_scouring_drops_as_annulment_%"]=6444, - ["heist_currency_scouring_drops_as_regret_%"]=6445, - ["heist_currency_transmutation_drops_as_alchemy_%"]=6446, - ["heist_currency_transmutation_drops_as_chaos_%"]=6447, - ["heist_currency_transmutation_drops_as_regal_%"]=6448, - ["heist_drops_double_currency_%"]=6449, - ["heist_enchantment_ailment_mod_effect_+%"]=52, - ["heist_enchantment_attribute_mod_effect_+%"]=53, - ["heist_enchantment_casterdamage_mod_effect_+%"]=54, - ["heist_enchantment_chaos_mod_effect_+%"]=55, - ["heist_enchantment_cold_mod_effect_+%"]=56, - ["heist_enchantment_critical_mod_effect_+%"]=57, - ["heist_enchantment_damage_mod_effect_+%"]=58, - ["heist_enchantment_defence_mod_effect_+%"]=59, - ["heist_enchantment_fire_mod_effect_+%"]=60, - ["heist_enchantment_life_mod_effect_+%"]=61, - ["heist_enchantment_lightning_mod_effect_+%"]=62, - ["heist_enchantment_mana_mod_effect_+%"]=63, - ["heist_enchantment_physical_mod_effect_+%"]=64, - ["heist_enchantment_resistance_mod_effect_+%"]=65, - ["heist_enchantment_speed_mod_effect_+%"]=66, - ["heist_guards_are_magic"]=6450, - ["heist_guards_are_rare"]=6451, - ["heist_interruption_resistance_%"]=6452, - ["heist_item_quantity_+%"]=6453, - ["heist_item_rarity_+%"]=6454, - ["heist_items_are_fully_linked_%"]=6455, - ["heist_items_drop_corrupted_%"]=6456, - ["heist_items_drop_identified_%"]=6457, - ["heist_items_have_elder_influence_%"]=6458, - ["heist_items_have_one_additional_socket_%"]=6459, - ["heist_items_have_shaper_influence_%"]=6460, - ["heist_job_agility_level_+"]=6461, - ["heist_job_brute_force_level_+"]=6462, - ["heist_job_counter_thaumaturgy_level_+"]=6463, - ["heist_job_deception_level_+"]=6464, - ["heist_job_demolition_level_+"]=6465, - ["heist_job_demolition_speed_+%"]=6466, - ["heist_job_engineering_level_+"]=6467, - ["heist_job_lockpicking_level_+"]=6468, - ["heist_job_lockpicking_speed_+%"]=6469, - ["heist_job_perception_level_+"]=6470, - ["heist_job_trap_disarmament_level_+"]=6471, - ["heist_job_trap_disarmament_speed_+%"]=6472, - ["heist_lockdown_is_instant"]=6473, - ["heist_nenet_scouts_nearby_patrols_and_mini_bosses"]=6474, - ["heist_npc_blueprint_reveal_cost_+%"]=6475, - ["heist_npc_contract_generates_gianna_intelligence"]=6476, - ["heist_npc_contract_generates_niles_intelligence"]=6477, - ["heist_npc_display_huck_combat"]=6478, - ["heist_npc_karst_alert_level_from_chests_+%_final"]=6479, - ["heist_npc_nenet_alert_level_+%_final"]=6480, - ["heist_npc_tullina_alert_level_+%_final"]=6481, - ["heist_npc_vinderi_alert_level_+%_final"]=6482, - ["heist_patrols_are_magic"]=6483, - ["heist_patrols_are_rare"]=6484, - ["heist_player_additional_maximum_resistances_%_per_25%_alert_level"]=6485, - ["heist_player_armour_+%_final_per_25%_alert_level"]=6486, - ["heist_player_cold_resistance_%_per_25%_alert_level"]=6487, - ["heist_player_energy_shield_recovery_rate_+%_final_per_25%_alert_level"]=6488, - ["heist_player_evasion_rating_+%_final_per_25%_alert_level"]=6489, - ["heist_player_experience_gain_+%"]=6490, - ["heist_player_fire_resistance_%_per_25%_alert_level"]=6491, - ["heist_player_flask_charges_gained_+%_per_25%_alert_level"]=6492, - ["heist_player_life_recovery_rate_+%_final_per_25%_alert_level"]=6493, - ["heist_player_lightning_resistance_%_per_25%_alert_level"]=6494, - ["heist_player_mana_recovery_rate_+%_final_per_25%_alert_level"]=6495, - ["heist_reinforcements_attack_speed_+%"]=6496, - ["heist_reinforcements_cast_speed_+%"]=6497, - ["heist_reinforcements_movements_speed_+%"]=6498, - ["heist_side_reward_room_monsters_+%"]=6499, - ["hellscape_extra_item_slots"]=6500, - ["hellscape_extra_map_slots"]=6501, - ["hellscaping_add_corruption_implicit_chance_%"]=6502, - ["hellscaping_add_explicit_mod_chance_%"]=6503, - ["hellscaping_additional_link_chance_%"]=6504, - ["hellscaping_additional_socket_chance_%"]=6505, - ["hellscaping_additional_upside_chance_%"]=6506, - ["hellscaping_downsides_tier_downgrade_chance_%"]=6507, - ["hellscaping_speed_+%_per_map_hellscape_tier"]=6508, - ["hellscaping_upgrade_mod_tier_chance_%"]=6514, - ["hellscaping_upsides_tier_upgrade_chance_%"]=6515, - ["helmet_mod_freeze_as_though_damage_+%_final"]=6516, - ["helmet_mod_shock_as_though_damage_+%_final"]=6517, - ["herald_effect_on_self_+%"]=6518, - ["herald_mana_reservation_override_45%"]=6519, - ["herald_of_agony_buff_drop_off_speed_+%"]=6520, - ["herald_of_agony_buff_effect_+%"]=6521, - ["herald_of_agony_mana_reservation_+%"]=6524, - ["herald_of_agony_mana_reservation_efficiency_+%"]=6523, - ["herald_of_agony_mana_reservation_efficiency_-2%_per_1"]=6522, - ["herald_of_ash_buff_effect_+%"]=6525, - ["herald_of_ash_damage_+%"]=3353, - ["herald_of_ash_mana_reservation_+%"]=3658, - ["herald_of_ash_mana_reservation_efficiency_+%"]=6527, - ["herald_of_ash_mana_reservation_efficiency_-2%_per_1"]=6526, - ["herald_of_ice_buff_effect_+%"]=6528, - ["herald_of_ice_damage_+%"]=3354, - ["herald_of_ice_mana_reservation_+%"]=3659, - ["herald_of_ice_mana_reservation_efficiency_+%"]=6530, - ["herald_of_ice_mana_reservation_efficiency_-2%_per_1"]=6529, - ["herald_of_light_and_dominating_blow_minions_use_holy_slam"]=6531, - ["herald_of_light_buff_effect_+%"]=6532, - ["herald_of_light_minion_area_of_effect_+%"]=6533, - ["herald_of_purity_mana_reservation_+%"]=6536, - ["herald_of_purity_mana_reservation_efficiency_+%"]=6535, - ["herald_of_purity_mana_reservation_efficiency_-2%_per_1"]=6534, - ["herald_of_thunder_bolt_frequency_+%"]=6537, - ["herald_of_thunder_buff_effect_+%"]=6538, - ["herald_of_thunder_damage_+%"]=3355, - ["herald_of_thunder_mana_reservation_+%"]=3660, - ["herald_of_thunder_mana_reservation_efficiency_+%"]=6540, - ["herald_of_thunder_mana_reservation_efficiency_-2%_per_1"]=6539, - ["herald_scorpion_number_of_additional_projectiles"]=6541, - ["herald_skills_mana_reservation_+%"]=6544, - ["herald_skills_mana_reservation_efficiency_+%"]=6543, - ["herald_skills_mana_reservation_efficiency_-2%_per_1"]=6542, - ["hex_remove_at_effect_variance"]=6549, - ["hex_skill_cast_speed_+%"]=1912, - ["hex_skill_duration_+%"]=6545, - ["hexblast_%_chance_to_not_consume_hex"]=6547, - ["hexblast_damage_+%"]=6546, - ["hexblast_skill_area_of_effect_+%"]=6548, - ["hexes_expire_on_reaching_200%_effect"]=6549, - ["hexproof_if_right_ring_is_magic_item"]=6550, - ["hierophant_area_of_effect_+%_per_50_unreserved_mana_up_to_100%"]=6551, - ["hierophant_gain_arcane_surge_on_mana_use_threshold"]=6552, - ["hierophant_gloves_supported_by_increased_area_of_effect"]=474, - ["hierophant_helmet_supported_by_elemental_penetration"]=473, - ["hierophant_mana_cost_+%_final"]=6553, - ["hierophant_mana_reservation_+%_final"]=6554, - ["hierophant_passive_damage_+%_final_per_totem"]=3384, - ["hinder_chance_%_on_spreading_poioson"]=6555, - ["hinder_duration_+%"]=6556, - ["hinder_effect_on_self_+%"]=6557, - ["hinder_enemy_chaos_damage_+%"]=6558, - ["hinder_enemy_chaos_damage_taken_+%"]=6559, - ["hit_%_chance_to_gain_100%_damage_as_chaos"]=3992, - ["hit_%_chance_to_gain_100%_non_chaos_damage_as_chaos"]=3993, - ["hit_%_chance_to_gain_100%_of_elemental_damage_as_chaos"]=3195, - ["hit_%_chance_to_gain_25%_damage_as_chaos"]=3988, - ["hit_%_chance_to_gain_25%_non_chaos_damage_as_chaos"]=3989, - ["hit_%_chance_to_gain_50%_damage_as_chaos"]=3990, - ["hit_%_chance_to_gain_50%_non_chaos_damage_as_chaos"]=3991, - ["hit_damage_+%"]=6565, - ["hit_damage_+%_vs_bleeding_enemies"]=6566, - ["hit_damage_+%_vs_blinded_enemies"]=6567, - ["hit_damage_+%_vs_chilled_enemies"]=6568, - ["hit_damage_+%_vs_cursed_enemies"]=6569, - ["hit_damage_+%_vs_enemies_affected_by_ailments"]=6570, - ["hit_damage_+%_vs_ignited_enemies"]=6560, - ["hit_damage_+%_vs_unique_enemies"]=6571, - ["hit_damage_electrocute_multiplier_+%"]=6561, - ["hit_damage_electrocute_multiplier_+%_vs_shocked_enemies"]=6562, + ["energy_shield_recharge_rate_+%_if_blocked_recently"]=5971, + ["energy_shield_recharge_rate_+%_if_not_dodge_rolled_recently"]=5967, + ["energy_shield_recharge_rate_+%_per_25_tribute"]=5968, + ["energy_shield_recharge_rate_+%_per_4_dexterity"]=5969, + ["energy_shield_recharge_rate_+%_while_affected_by_archon"]=5970, + ["energy_shield_recharge_rate_during_flask_effect_+%"]=3170, + ["energy_shield_recharge_rate_per_minute_%"]=1388, + ["energy_shield_recharge_rate_per_minute_with_all_corrupted_equipped_items"]=3770, + ["energy_shield_recharge_start_when_minions_reform"]=5972, + ["energy_shield_recharge_start_when_stunned"]=5973, + ["energy_shield_recharges_on_block_%"]=3027, + ["energy_shield_recharges_on_kill_%"]=5974, + ["energy_shield_recharges_on_skill_use_chance_%"]=5975, + ["energy_shield_recovery_rate_+%"]=1391, + ["energy_shield_recovery_rate_+%_if_havent_killed_recently"]=5976, + ["energy_shield_recovery_rate_+%_if_not_hit_recently"]=5977, + ["energy_shield_recovery_rate_while_affected_by_discipline_+%"]=5978, + ["energy_shield_regeneration_%_per_minute_if_enemy_cursed_recently"]=5979, + ["energy_shield_regeneration_%_per_minute_if_enemy_killed_recently"]=5980, + ["energy_shield_regeneration_%_per_minute_while_shocked"]=2663, + ["energy_shield_regeneration_rate_+%"]=5987, + ["energy_shield_regeneration_rate_per_minute_%_if_you_have_hit_an_enemy_recently"]=5983, + ["energy_shield_regeneration_rate_per_minute_%_while_affected_by_discipline"]=5984, + ["energy_shield_regeneration_rate_per_minute_%_while_on_low_life"]=1504, + ["energy_shield_regeneration_rate_per_minute_if_rare_or_unique_enemy_nearby"]=5981, + ["energy_shield_regeneration_rate_per_minute_per_poison_stack"]=5982, + ["energy_shield_regeneration_rate_per_minute_while_on_consecrated_ground"]=5985, + ["energy_shield_regeneration_rate_per_second"]=5986, + ["enfeeble_curse_effect_+%"]=3583, + ["enfeeble_duration_+%"]=3492, + ["enfeeble_gem_level_+"]=1930, + ["enfeeble_ignores_hexproof"]=2287, + ["enfeeble_no_reservation"]=5988, + ["ensnaring_arrow_area_of_effect_+%"]=5989, + ["ensnaring_arrow_debuff_effect_+%"]=5990, + ["envy_reserves_no_mana"]=5991, + ["ephemeral_edge_maximum_lightning_damage_from_es_%"]=5992, + ["equipped_jewellery_effect_of_bonuses_+%"]=5993, + ["equipped_ring1_effect_of_bonuses_+%"]=5994, + ["equipped_ring2_effect_of_bonuses_+%"]=5995, + ["equipped_rings_effect_of_bonuses_+%"]=5996, + ["es_and_mana_regeneration_rate_per_minute_%_while_on_consecrated_ground"]=3792, + ["es_regeneration_per_minute_%_while_stationary"]=5997, + ["essence_abyss_guaranteed_pick"]=5998, + ["essence_buff_ground_fire_damage_to_deal_per_second"]=3891, + ["essence_buff_ground_fire_duration_ms"]=3891, + ["essence_display_elemental_damage_taken_while_not_moving_+%"]=3894, + ["essence_drain_damage_+%"]=3312, + ["essence_drain_soulrend_base_projectile_speed_+%"]=5999, + ["essence_drain_soulrend_number_of_additional_projectiles"]=6000, + ["essence_grants_additional_attributes"]=6001, + ["essence_grants_additional_attributes_increase"]=6002, + ["essence_grants_defences_+%"]=6003, + ["ethereal_knives_blade_left_in_ground_for_every_X_projectiles"]=6004, + ["ethereal_knives_damage_+%"]=3233, + ["ethereal_knives_number_of_additional_projectiles"]=6005, + ["ethereal_knives_projectile_base_number_of_targets_to_pierce"]=6006, + ["ethereal_knives_projectile_speed_+%"]=3472, + ["ethereal_knives_projectiles_nova"]=6007, + ["evasion_+%_if_hit_recently"]=3754, + ["evasion_+%_per_10_intelligence"]=6010, + ["evasion_and_physical_damage_reduction_rating_+%"]=1380, + ["evasion_rating_%_as_life_regeneration_per_minute_during_focus"]=6024, + ["evasion_rating_%_to_gain_as_ailment_threshold"]=6011, + ["evasion_rating_%_to_gain_as_armour"]=6025, + ["evasion_rating_+%"]=887, + ["evasion_rating_+%_during_focus"]=6012, + ["evasion_rating_+%_if_consumed_frenzy_charge_recently"]=6013, + ["evasion_rating_+%_if_energy_shield_recharge_started_in_past_2_seconds"]=6008, + ["evasion_rating_+%_if_have_cast_dash_recently"]=6029, + ["evasion_rating_+%_if_have_not_been_hit_recently"]=6030, + ["evasion_rating_+%_if_not_dodge_rolled_recently"]=6014, + ["evasion_rating_+%_if_sprinting"]=6015, + ["evasion_rating_+%_if_you_dodge_rolled_recently"]=6031, + ["evasion_rating_+%_if_you_have_hit_an_enemy_recently"]=6032, + ["evasion_rating_+%_per_10_tribute"]=6016, + ["evasion_rating_+%_per_500_maximum_mana_up_to_100%"]=6017, + ["evasion_rating_+%_per_5_intelligence"]=6009, + ["evasion_rating_+%_per_frenzy_charge"]=1386, + ["evasion_rating_+%_per_green_socket_on_main_hand_weapon"]=6033, + ["evasion_rating_+%_when_on_full_life"]=6034, + ["evasion_rating_+%_when_on_low_life"]=2222, + ["evasion_rating_+%_while_leeching"]=6035, + ["evasion_rating_+%_while_moving"]=6036, + ["evasion_rating_+%_while_onslaught_is_active"]=1384, + ["evasion_rating_+%_while_phasing"]=2192, + ["evasion_rating_+%_while_surrounded"]=6018, + ["evasion_rating_+%_while_you_have_energy_shield"]=6037, + ["evasion_rating_+_if_you_have_hit_an_enemy_recently"]=6026, + ["evasion_rating_+_per_1_armour_on_gloves"]=6019, + ["evasion_rating_+_per_1_helmet_energy_shield"]=1383, + ["evasion_rating_+_per_5_maximum_energy_shield_on_shield"]=3952, + ["evasion_rating_+_when_on_full_life"]=1382, + ["evasion_rating_+_when_on_low_life"]=1381, + ["evasion_rating_+_while_phasing"]=6027, + ["evasion_rating_+_while_you_have_tailwind"]=6028, + ["evasion_rating_also_reduces_physical_damage"]=6020, + ["evasion_rating_from_helmet_and_boots_+%"]=6021, + ["evasion_rating_increased_by_overcapped_cold_resistance"]=6022, + ["evasion_rating_increased_by_overcapped_lightning_resistance"]=6023, + ["evasion_rating_plus_in_sand_stance"]=9329, + ["evasion_rating_while_es_full_+%_final"]=3646, + ["every_4_seconds_regenerate_%_of_armour_and_evasion_as_life_over_1_second"]=6038, + ["exerted_attack_knockback_chance_%"]=6039, + ["exerted_attacks_overwhelm_%_physical_damage_reduction"]=6040, + ["expanding_fire_cone_additional_maximum_number_of_stages"]=6041, + ["expanding_fire_cone_area_of_effect_+%"]=6042, + ["expedition_chest_logbook_chance_%"]=6043, + ["expedition_monsters_logbook_chance_+%"]=6044, + ["experience_gain_+%"]=1418, + ["experience_loss_on_death_-%"]=1419, + ["explode_burning_enemies_for_10%_life_as_fire_on_kill_chance_%"]=6045, + ["explode_cursed_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2920, + ["explode_cursed_enemies_for_25%_life_as_physical_on_kill_chance_%"]=6046, + ["explode_enemies_for_10%_life_as_fire_on_kill_with_empowered_attacks_chance_%"]=6047, + ["explode_enemies_for_10%_life_as_physical_on_kill_chance_%"]=2918, + ["explode_enemies_for_10%_life_as_physical_on_kill_chance_%_while_using_pride"]=6048, + ["explode_enemies_for_25%_life_as_chaos_on_kill_chance_%"]=2919, + ["explode_enemies_for_25%_life_as_chaos_on_kill_while_affected_by_glorious_madness_chance_%"]=9829, + ["explode_enemies_for_500%_life_as_fire_on_kill_%_chance"]=6049, + ["explode_on_kill_%_chaos_damage_to_deal"]=2917, + ["explode_on_kill_%_fire_damage_to_deal"]=2381, + ["explosive_arrow_attack_speed_+%"]=3698, + ["explosive_arrow_damage_+%"]=3264, + ["explosive_arrow_duration_+%"]=6050, + ["explosive_arrow_radius_+%"]=3402, + ["explosive_concoction_damage_+%"]=6051, + ["explosive_concoction_flask_charges_consumed_+%"]=6052, + ["explosive_concoction_skill_area_of_effect_+%"]=6053, + ["exposure_effect_+%"]=6056, + ["exposure_effect_+%_if_fire_cold_lightning_infusion"]=6054, + ["exposure_effect_on_you_+%"]=6055, + ["exposure_you_inflict_lowers_affected_resistance_by_extra_%"]=6057, + ["exsanguinate_additional_chain_chance_%"]=6058, + ["exsanguinate_damage_+%"]=6059, + ["exsanguinate_debuff_deals_fire_damage_instead_of_physical_damage"]=6060, + ["exsanguinate_duration_+%"]=6061, + ["extinguish_on_hit_%_chance"]=6062, + ["extra_critical_rolls"]=2350, + ["extra_critical_rolls_during_focus"]=6063, + ["extra_critical_rolls_while_on_low_life"]=6064, + ["extra_damage_rolls_with_lightning_damage_on_non_critical_hits"]=6065, + ["extra_damage_taken_from_crit_+%_from_cursed_enemy"]=3995, + ["extra_damage_taken_from_crit_+%_from_poisoned_enemy"]=3996, + ["extra_damage_taken_from_crit_+%_while_affected_by_determination"]=6066, + ["extra_damage_taken_from_crit_-%_if_taken_critical_strike_recently"]=2865, + ["extra_damage_taken_from_crit_while_no_power_charges_+%"]=6067, + ["extra_gore"]=9936, + ["extra_target_targeting_distance_+%"]=6068, + ["eye_of_winter_damage_+%"]=6069, + ["eye_of_winter_projectile_speed_+%"]=6070, + ["eye_of_winter_spiral_fire_frequency_+%"]=6071, + ["faster_bleed_%"]=6073, + ["faster_bleed_per_frenzy_charge_%"]=6072, + ["faster_burn_%"]=2250, + ["faster_burn_from_attacks_%"]=2252, + ["faster_poison_%"]=6074, + ["final_repeat_of_spells_area_of_effect_+%"]=6075, + ["fire_ailment_duration_+%"]=6076, + ["fire_and_chaos_damage_resistance_%"]=6077, + ["fire_and_cold_damage_resistance_%"]=2468, + ["fire_and_cold_hit_and_dot_damage_%_taken_as_lightning_while_affected_by_purity_of_lightning"]=6078, + ["fire_and_explosive_trap_number_of_additional_traps_to_throw_if_mined"]=6079, + ["fire_and_lightning_damage_resistance_%"]=2469, + ["fire_and_lightning_hit_and_dot_damage_%_taken_as_cold_while_affected_by_purity_of_ice"]=6080, + ["fire_attack_damage_+%"]=1117, + ["fire_attack_damage_+%_while_holding_a_shield"]=1120, + ["fire_axe_damage_+%"]=1192, + ["fire_beam_cast_speed_+%"]=6081, + ["fire_beam_damage_+%"]=6082, + ["fire_beam_degen_spread_to_enemies_in_radius_on_kill"]=6083, + ["fire_beam_enemy_fire_resistance_%_at_max_stacks"]=6084, + ["fire_beam_enemy_fire_resistance_%_per_stack"]=6085, + ["fire_beam_length_+%"]=6086, + ["fire_bow_damage_+%"]=1212, + ["fire_claw_damage_+%"]=1200, + ["fire_critical_strike_chance_+%"]=1333, + ["fire_critical_strike_multiplier_+"]=1354, + ["fire_dagger_damage_+%"]=1204, + ["fire_damage_+%"]=876, + ["fire_damage_+%_if_you_have_been_hit_recently"]=6090, + ["fire_damage_+%_if_you_have_used_a_cold_skill_recently"]=6091, + ["fire_damage_+%_per_10%_armour_break"]=6087, + ["fire_damage_+%_per_20_strength"]=6092, + ["fire_damage_+%_per_endurance_charge"]=6093, + ["fire_damage_+%_per_missing_fire_resistance"]=6094, + ["fire_damage_+%_to_blinded_enemies"]=2846, + ["fire_damage_+%_vs_bleeding_enemies"]=6095, + ["fire_damage_+%_while_affected_by_anger"]=6096, + ["fire_damage_+%_while_affected_by_herald_of_ash"]=6097, + ["fire_damage_+%_while_ignited"]=6088, + ["fire_damage_can_chill"]=2538, + ["fire_damage_can_freeze"]=2539, + ["fire_damage_can_shock"]=2540, + ["fire_damage_cannot_ignite"]=2547, + ["fire_damage_over_time_+%"]=1126, + ["fire_damage_over_time_multiplier_+%_while_burning"]=6089, + ["fire_damage_over_time_multiplier_+_with_attacks"]=1157, + ["fire_damage_resistance_%_when_on_low_life"]=1433, + ["fire_damage_resistance_%_while_affected_by_herald_of_ash"]=6098, + ["fire_damage_resistance_+%"]=1434, + ["fire_damage_resistance_is_%"]=1431, + ["fire_damage_taken_%_as_cold"]=2805, + ["fire_damage_taken_%_as_lightning"]=2806, + ["fire_damage_taken_%_causes_additional_physical_damage"]=2145, + ["fire_damage_taken_+"]=1908, + ["fire_damage_taken_+%"]=1913, + ["fire_damage_taken_+%_while_moving"]=6101, + ["fire_damage_taken_goes_to_life_over_4_seconds_%"]=6099, + ["fire_damage_taken_per_second_while_flame_touched"]=6100, + ["fire_damage_taken_when_enemy_ignited"]=6102, + ["fire_damage_to_return_on_block"]=6103, + ["fire_damage_to_return_to_melee_attacker"]=1882, + ["fire_damage_to_return_when_hit"]=1886, + ["fire_damage_while_dual_wielding_+%"]=1176, + ["fire_damage_with_attack_skills_+%"]=6104, + ["fire_damage_with_spell_skills_+%"]=6105, + ["fire_dot_multiplier_+"]=1156, + ["fire_exposure_effect_+%"]=6106, + ["fire_exposure_on_hit_magnitude"]=6107, + ["fire_exposure_you_inflict_lowers_fire_resistance_by_extra_%"]=6108, + ["fire_hit_and_dot_damage_%_taken_as_lightning"]=6109, + ["fire_mace_damage_+%"]=1208, + ["fire_nova_mine_cast_speed_+%"]=3449, + ["fire_nova_mine_damage_+%"]=3247, + ["fire_nova_mine_num_of_additional_repeats"]=3543, + ["fire_penetration_%_if_you_have_blocked_recently"]=6110, + ["fire_reflect_damage_taken_+%_while_affected_by_purity_of_fire"]=6111, + ["fire_resist_unaffected_by_area_penalties"]=6112, + ["fire_skill_chance_to_inflict_fire_exposure_%"]=6113, + ["fire_skill_gem_level_+"]=6114, + ["fire_skills_chance_to_poison_on_hit_%"]=6115, + ["fire_spell_skill_gem_level_+"]=944, + ["fire_staff_damage_+%"]=1196, + ["fire_storm_damage_+%"]=3248, + ["fire_sword_damage_+%"]=1217, + ["fire_trap_burning_damage_+%"]=3535, + ["fire_trap_burning_ground_duration_+%"]=6116, + ["fire_trap_cooldown_speed_+%"]=3451, + ["fire_trap_damage_+%"]=3217, + ["fire_trap_number_of_additional_traps_to_throw"]=6117, + ["fire_wand_damage_+%"]=1221, + ["fire_weakness_ignores_hexproof"]=2288, + ["fireball_and_rolling_magma_active_skill_area_of_effect_+%_final"]=6118, + ["fireball_and_rolling_magma_modifiers_to_projectile_count_do_not_apply"]=6119, + ["fireball_base_radius_up_to_+_at_longer_ranges"]=2873, + ["fireball_cannot_ignite"]=6120, + ["fireball_cast_speed_+%"]=3448, + ["fireball_chance_to_scorch_%"]=6121, + ["fireball_damage_+%"]=3218, + ["fireball_radius_up_to_+%_at_longer_ranges"]=2872, + ["firestorm_and_bladefall_chance_to_replay_when_finished_%"]=6122, + ["firestorm_duration_+%"]=3506, + ["firestorm_explosion_area_of_effect_+%"]=3544, + ["first_X_minions_have_0_base_spirit_reservation"]=6123, + ["fish_quantity_+%"]=2516, + ["fish_rarity_+%"]=2517, + ["fish_rot_when_caught"]=6124, + ["fishing_bestiary_lures_at_fishing_holes"]=6125, + ["fishing_bite_sensitivity_+%"]=3174, + ["fishing_can_catch_divine_fish"]=6126, + ["fishing_chance_to_catch_boots_+%"]=6127, + ["fishing_chance_to_catch_divine_orb_+%"]=6128, + ["fishing_corrupted_fish_cleansed_chance_%"]=6129, + ["fishing_fish_always_tell_truth_with_this_rod"]=6130, + ["fishing_ghastly_fisherman_cannot_spawn"]=6131, + ["fishing_ghastly_fisherman_spawns_behind_you"]=6132, + ["fishing_hook_type"]=2514, + ["fishing_krillson_affection_per_fish_gifted_+%"]=6133, + ["fishing_life_of_fish_with_this_rod_+%"]=6134, + ["fishing_line_strength_+%"]=2511, + ["fishing_lure_type"]=2513, + ["fishing_magmatic_fish_are_cooked"]=6135, + ["fishing_molten_one_confusion_+%_per_fish_gifted"]=6136, + ["fishing_pool_consumption_+%"]=2512, + ["fishing_range_+%"]=2515, + ["fishing_reeling_stability_+%"]=6137, + ["fishing_tasalio_ire_per_fish_caught_+%"]=6138, + ["fishing_valako_aid_per_stormy_day_+%"]=6139, + ["fishing_wish_effect_of_ancient_fish_+%"]=6140, + ["fishing_wish_per_fish_+"]=6141, + ["flail_accuracy_rating"]=3853, + ["flail_accuracy_rating_+%"]=3854, + ["flail_attack_speed_+%"]=3855, + ["flail_critical_strike_chance_+%"]=3856, + ["flail_critical_strike_multiplier_+"]=3857, + ["flail_damage_+%"]=3851, + ["flail_elemental_damage_+%"]=3852, + ["flame_dash_cooldown_speed_+%"]=3458, + ["flame_dash_damage_+%"]=3297, + ["flame_golem_damage_+%"]=3279, + ["flame_golem_elemental_resistances_%"]=3558, + ["flame_link_duration_+%"]=6142, + ["flame_surge_critical_strike_chance_+%"]=3518, + ["flame_surge_damage_+%"]=3249, + ["flame_surge_damage_+%_vs_burning_enemies"]=3545, + ["flame_totem_consecrated_ground_enemy_damage_taken_+%"]=6143, + ["flame_totem_damage_+%"]=3289, + ["flame_totem_num_of_additional_projectiles"]=3530, + ["flame_totem_projectile_speed_+%"]=3473, + ["flame_wall_damage_+%"]=6144, + ["flame_wall_maximum_added_fire_damage"]=6145, + ["flame_wall_minimum_added_fire_damage"]=6145, + ["flame_wall_projectiles_gain_all_damage_%_as_fire"]=6146, + ["flameblast_and_incinerate_base_cooldown_modifier_ms"]=6147, + ["flameblast_and_incinerate_cannot_inflict_elemental_ailments"]=6148, + ["flameblast_cast_speed_+%_final_when_targeting_solar_orb"]=6149, + ["flameblast_critical_strike_chance_+%"]=3517, + ["flameblast_damage_+%"]=3265, + ["flameblast_radius_+%"]=3403, + ["flameblast_starts_with_X_additional_stages"]=6150, + ["flamethrower_seismic_lightning_spire_trap_base_cooldown_speed_+%"]=6151, + ["flamethrower_seismic_lightning_spire_trap_skill_added_cooldown_count"]=6152, + ["flamethrower_tower_trap_cast_speed_+%"]=6153, + ["flamethrower_tower_trap_cooldown_speed_+%"]=6154, + ["flamethrower_tower_trap_damage_+%"]=6155, + ["flamethrower_tower_trap_duration_+%"]=6156, + ["flamethrower_tower_trap_number_of_additional_flamethrowers"]=6157, + ["flamethrower_tower_trap_throwing_speed_+%"]=6158, + ["flamethrower_trap_damage_+%_final_vs_burning_enemies"]=6159, + ["flammability_curse_effect_+%"]=3584, + ["flammability_duration_+%"]=3491, + ["flammability_mana_reservation_+%"]=3618, + ["flammability_no_reservation"]=6160, + ["flask_charge_recovery_is_doubled"]=6161, + ["flask_charges_+%_from_enemies_with_status_ailments"]=3811, + ["flask_charges_gained_+%"]=6165, + ["flask_charges_gained_+%_during_flask_effect"]=2811, + ["flask_charges_gained_+%_if_crit_recently"]=6162, + ["flask_charges_gained_from_kills_+%_final_from_unique"]=6163, + ["flask_charges_gained_from_marked_enemy_+%"]=6164, + ["flask_charges_recovered_per_3_seconds"]=3074, + ["flask_charges_used_+%"]=1002, + ["flask_duration_+%"]=900, + ["flask_duration_+%_per_25_tribute"]=6166, + ["flask_duration_on_minions_+%"]=1870, + ["flask_effect_+%"]=2412, + ["flask_life_and_mana_recovery_+%_while_using_charm"]=6167, + ["flask_life_and_mana_to_recover_+%"]=6169, + ["flask_life_and_mana_to_recover_+%_per_10_tribute"]=6168, + ["flask_life_recovery_+%_while_affected_by_vitality"]=6170, + ["flask_life_recovery_rate_+%"]=897, + ["flask_life_to_recover_+%"]=1739, + ["flask_mana_charges_used_+%"]=1868, + ["flask_mana_recovery_rate_+%"]=898, + ["flask_mana_to_recover_+%"]=1740, + ["flask_minion_heal_%"]=2564, + ["flask_recovery_amount_%_to_recover_instantly"]=6171, + ["flask_recovery_is_instant"]=6172, + ["flask_recovery_speed_+%"]=1741, + ["flask_throw_sulphur_flask_explode_on_kill_chance"]=6173, + ["flasks_%_chance_to_not_consume_charges"]=3795, + ["flasks_apply_to_your_linked_targets"]=6174, + ["flasks_apply_to_your_zombies_and_spectres"]=3333, + ["flasks_dispel_burning"]=2425, + ["flasks_gain_x_charges_on_hit_once_per_second_vs_non_unique"]=6175, + ["flasks_gain_x_charges_while_inactive_every_3_seconds"]=6176, + ["flesh_and_stone_area_of_effect_+%"]=6177, + ["flesh_offering_attack_speed_+%"]=3691, + ["flesh_offering_duration_+%"]=3479, + ["flesh_offering_effect_+%"]=1092, + ["flesh_stone_mana_reservation_efficiency_+%"]=6179, + ["flesh_stone_mana_reservation_efficiency_-2%_per_1"]=6178, + ["flesh_stone_no_reservation"]=6180, + ["flicker_strike_cooldown_speed_+%"]=3452, + ["flicker_strike_damage_+%"]=3238, + ["flicker_strike_damage_+%_per_frenzy_charge"]=3540, + ["flicker_strike_more_attack_speed_+%_final"]=1268, + ["focus_cooldown_modifier_ms"]=6181, + ["focus_cooldown_speed_+%"]=6182, + ["focus_decay_%_per_minute"]=6183, + ["forbidden_rite_and_dark_pact_added_chaos_damage_%_mana_cost_if_payable"]=6184, + ["forbidden_rite_damage_+%"]=6185, + ["forbidden_rite_number_of_additional_projectiles"]=6186, + ["forbidden_rite_projectile_speed_+%"]=6187, + ["forking_angle_+%"]=6188, + ["fortification_gained_from_hits_+%"]=6189, + ["fortification_gained_from_hits_+%_against_unique_enemies"]=6190, + ["fortify_duration_+%"]=1959, + ["fortify_duration_+%_per_10_strength"]=6191, + ["fortify_on_hit"]=6192, + ["frag_rounds_damage_+%_final_if_created_from_unique"]=6193, + ["freeze_duration_+%"]=1562, + ["freeze_duration_against_cursed_enemies_+%"]=6194, + ["freeze_mine_cold_resistance_+_while_frozen"]=2447, + ["freeze_mine_damage_+%"]=3298, + ["freeze_mine_radius_+%"]=3413, + ["freeze_prevention_ms_when_frozen"]=2557, + ["freeze_threshold_+%"]=2892, + ["freezing_pulse_and_eye_of_winter_all_damage_can_poison"]=6196, + ["freezing_pulse_cast_speed_+%"]=3447, + ["freezing_pulse_damage_+%"]=3219, + ["freezing_pulse_damage_+%_if_enemy_shattered_recently"]=6197, + ["freezing_pulse_number_of_additional_projectiles"]=6198, + ["freezing_pulse_projectile_speed_+%"]=3469, + ["frenzy_%_chance_to_gain_additional_frenzy_charge"]=3552, + ["frenzy_and_power_charge_add_duration_ms_on_cull"]=6199, + ["frenzy_charge_duration_+%_per_frenzy_charge"]=1731, + ["frenzy_charge_on_hit_%_vs_no_evasion_rating"]=6200, + ["frenzy_charge_on_kill_percent_chance_while_holding_shield"]=6201, + ["frenzy_damage_+%"]=3258, + ["frenzy_damage_+%_per_frenzy_charge"]=3551, + ["frenzy_only_conduit"]=1955, + ["from_self_maximum_added_attack_chaos_damage_taken"]=1246, + ["from_self_maximum_added_attack_cold_damage_taken"]=1233, + ["from_self_maximum_added_attack_fire_damage_taken"]=1227, + ["from_self_maximum_added_attack_lightning_damage_taken"]=1241, + ["from_self_maximum_added_attack_physical_damage_taken"]=1165, + ["from_self_maximum_added_cold_damage_taken"]=1231, + ["from_self_maximum_added_cold_damage_taken_per_frenzy_charge"]=3831, + ["from_self_maximum_added_fire_damage_taken"]=1225, + ["from_self_maximum_added_lightning_damage_taken"]=1239, + ["from_self_minimum_added_attack_chaos_damage_taken"]=1246, + ["from_self_minimum_added_attack_cold_damage_taken"]=1233, + ["from_self_minimum_added_attack_fire_damage_taken"]=1227, + ["from_self_minimum_added_attack_lightning_damage_taken"]=1241, + ["from_self_minimum_added_attack_physical_damage_taken"]=1165, + ["from_self_minimum_added_cold_damage_taken"]=1231, + ["from_self_minimum_added_cold_damage_taken_per_frenzy_charge"]=3831, + ["from_self_minimum_added_fire_damage_taken"]=1225, + ["from_self_minimum_added_lightning_damage_taken"]=1239, + ["frost_blades_damage_+%"]=3014, + ["frost_blades_melee_damage_penetrates_%_cold_resistance"]=6202, + ["frost_blades_number_of_additional_projectiles_in_chain"]=3016, + ["frost_blades_projectile_speed_+%"]=3015, + ["frost_bolt_cast_speed_+%"]=3718, + ["frost_bolt_damage_+%"]=3705, + ["frost_bolt_freeze_chance_%"]=3719, + ["frost_bolt_nova_cooldown_speed_+%"]=6203, + ["frost_bolt_nova_damage_+%"]=3706, + ["frost_bolt_nova_duration_+%"]=3720, + ["frost_bolt_nova_radius_+%"]=3713, + ["frost_bomb_+%_area_of_effect_when_frost_blink_is_cast"]=6205, + ["frost_bomb_buff_duration_+%"]=6204, + ["frost_bomb_cooldown_speed_+%"]=3465, + ["frost_bomb_damage_+%"]=3321, + ["frost_bomb_radius_+%"]=3422, + ["frost_fury_additional_max_number_of_stages"]=6206, + ["frost_fury_area_of_effect_+%_per_stage"]=6207, + ["frost_fury_damage_+%"]=6208, + ["frost_globe_added_cooldown_count"]=6209, + ["frost_globe_health_per_stage"]=6210, + ["frost_wall_cooldown_speed_+%"]=3456, + ["frost_wall_damage_+%"]=3292, + ["frost_wall_duration_+%"]=3482, + ["frostbite_curse_effect_+%"]=3585, + ["frostbite_duration_+%"]=3490, + ["frostbite_mana_reservation_+%"]=3619, + ["frostbite_no_reservation"]=6211, + ["frostbolt_number_of_additional_projectiles"]=6212, + ["frostbolt_projectile_acceleration"]=6213, + ["frozen_legion_%_chance_to_summon_additional_statue"]=6217, + ["frozen_legion_added_cooldown_count"]=6214, + ["frozen_legion_and_generals_cry_active_skill_cooldown_speed_+%_final_from_skill_specific_stat"]=6215, + ["frozen_legion_cooldown_speed_+%"]=6216, + ["frozen_monsters_take_increased_damage"]=2151, + ["frozen_sweep_damage_+%"]=6218, + ["frozen_sweep_damage_+%_final"]=6219, + ["full_life_threshold_%_override"]=6220, + ["full_mana_threshold_%_override"]=6221, + ["fully_break_enemies_armour_on_heavy_stun_with_shield_skills"]=6222, + ["fully_broken_armour_and_sundered_armour_debuff_also_applies_to_fire_damage"]=6223, + ["fungal_ground_while_stationary_radius"]=6224, + ["gain_%_damage_as_chaos_from_unreserved_darkness"]=6225, + ["gain_%_es_when_spirit_charge_expires_or_consumed"]=3959, + ["gain_%_life_from_body_es"]=6226, + ["gain_%_life_when_spirit_charge_expires_or_consumed"]=3958, + ["gain_%_maximum_energy_shield_as_freeze_threshold_+"]=6227, + ["gain_%_of_expected_recovery_over_1_second_as_guard_on_life_flask_use"]=6228, + ["gain_%_total_phys_damage_prevented_in_the_past_10_sec_as_life_regen_per_sec"]=6330, + ["gain_+%_physical_damage_as_random_element_if_cast_elemental_weakness_in_past_10_seconds"]=6335, + ["gain_1_glory_every_X_seconds_per_rare_unique_monster_in_presence"]=6229, + ["gain_1_rare_monster_mod_on_kill_for_10_seconds_%_chance"]=6230, + ["gain_X%_armour_per_50_mana_reserved"]=6231, + ["gain_X_energy_shield_on_killing_shocked_enemy"]=2258, + ["gain_X_fortification_on_killing_rare_or_unique_monster"]=6232, + ["gain_X_frenzy_charges_after_spending_200_mana"]=6233, + ["gain_X_instilling_chaos_when_any_charge_is_consumed"]=6234, + ["gain_X_instilling_cold_on_reload"]=6235, + ["gain_X_instilling_cold_when_power_charge_is_consumed"]=6236, + ["gain_X_instilling_fire_on_reload"]=6235, + ["gain_X_instilling_fire_when_endurance_charge_is_consumed"]=6237, + ["gain_X_instilling_lightning_when_frenzy_charge_is_consumed"]=6238, + ["gain_X_life_on_stun"]=6239, + ["gain_X_power_charges_on_using_a_warcry"]=6240, + ["gain_X_rage_on_hit_per_enemy_power"]=6241, + ["gain_X_random_charges_every_6_seconds"]=6242, + ["gain_X_random_charges_on_reaching_maximum_rage"]=6243, + ["gain_X_random_rare_monster_mods_on_kill"]=2694, + ["gain_X_vaal_souls_on_rampage_threshold"]=2604, + ["gain_X_volatility_on_persistent_minion_death"]=6244, + ["gain_a_power_charge_when_you_or_your_totems_kill_%_chance"]=3702, + ["gain_absorption_charges_instead_of_power_charges"]=6245, + ["gain_accuracy_rating_equal_to_2_times_strength"]=6246, + ["gain_accuracy_rating_equal_to_intelligence"]=6247, + ["gain_accuracy_rating_equal_to_strength"]=6248, + ["gain_additional_crit_chance_from_%_chance_to_hit_over_100"]=6249, + ["gain_adrenaline_for_X_ms_on_swapping_stance"]=6250, + ["gain_adrenaline_for_X_seconds_on_kill"]=6251, + ["gain_adrenaline_for_X_seconds_on_low_life_unless_you_have_adrenaline"]=6252, + ["gain_adrenaline_for_x_ms_per_100_ms_stun_duration_on_you"]=6253, + ["gain_adrenaline_on_gaining_flame_touched"]=6254, + ["gain_adrenaline_when_ward_breaks_ms"]=6255, + ["gain_affliction_charges_instead_of_frenzy_charges"]=6256, + ["gain_alchemists_genius_on_flask_use_%"]=6257, + ["gain_an_additional_vaal_soul_on_kill_if_have_rampaged_recently"]=6258, + ["gain_arcane_surge_for_4_seconds_after_channelling_for_1_second"]=6259, + ["gain_arcane_surge_for_4_seconds_on_minion_death"]=6260, + ["gain_arcane_surge_for_4_seconds_when_you_create_consecrated_ground_while_affected_by_zealotry"]=6261, + ["gain_arcane_surge_on_crit_%_chance"]=6262, + ["gain_arcane_surge_on_hit_%_chance"]=6265, + ["gain_arcane_surge_on_hit_at_devotion_threshold"]=6263, + ["gain_arcane_surge_on_hit_chance_with_spells_while_at_maximum_power_charges_%"]=6264, + ["gain_arcane_surge_on_hit_vs_unique_enemy_%_chance"]=6266, + ["gain_arcane_surge_on_kill_chance_%"]=6267, + ["gain_arcane_surge_on_spell_hit_by_you_or_your_totems"]=6268, + ["gain_arcane_surge_when_mine_detonated_targeting_an_enemy"]=6269, + ["gain_arcane_surge_when_trap_triggered_by_an_enemy"]=6270, + ["gain_arcane_surge_when_you_summon_a_totem"]=6271, + ["gain_archon_cold_when_energy_shield_recharge_starts"]=6272, + ["gain_archon_fire_when_you_ignite_enemy_chance_%"]=6273, + ["gain_area_of_effect_+%_for_2_seconds_when_you_spend_800_mana"]=6274, + ["gain_attack_and_cast_speed_+%_for_4_seconds_if_taken_savage_hit"]=3624, + ["gain_attack_speed_+%_for_20_seconds_on_killing_rare_or_unique_enemy"]=6275, + ["gain_attack_speed_+%_for_4_seconds_if_taken_savage_hit"]=3047, + ["gain_blitz_charge_%_chance_on_crit"]=6276, + ["gain_brutal_charges_instead_of_endurance_charges"]=6277, + ["gain_cannot_be_stunned_aura_for_4_seconds_on_block_radius"]=3382, + ["gain_challenger_charge_%_chance_on_hitting_rare_or_unique_enemy_in_blood_stance"]=6278, + ["gain_challenger_charge_%_chance_on_kill_in_sand_stance"]=6279, + ["gain_chilling_shocking_igniting_conflux_while_affected_by_glorious_madness"]=9830, + ["gain_convergence_on_hitting_unique_enemy"]=4008, + ["gain_crimson_dance_if_have_dealt_critical_strike_recently"]=9915, + ["gain_crimson_dance_while_you_have_cat_stealth"]=9916, + ["gain_critical_strike_chance_%_for_2_seconds_when_you_spend_800_mana"]=6280, + ["gain_damage_+%_for_4_seconds_if_taken_savage_hit"]=3046, + ["gain_debilitating_presence_ms_on_kill_vs_rare_or_unique_enemy"]=9831, + ["gain_defiance_when_lose_life_to_hit_once_per_x_ms"]=3842, + ["gain_divine_charge_on_hit_%"]=3961, + ["gain_divinity_ms_when_reaching_maximum_divine_charges"]=3963, + ["gain_elemental_conflux_for_X_ms_when_you_kill_a_rare_or_unique_enemy"]=3629, + ["gain_elemental_penetration_for_4_seconds_on_mine_detonation"]=3670, + ["gain_elusive_on_crit_%_chance"]=3839, + ["gain_elusive_on_kill_chance_%"]=3840, + ["gain_elusive_on_reaching_low_life"]=6282, + ["gain_endurance_charge_%_chance_on_using_fire_skill"]=1524, + ["gain_endurance_charge_%_chance_when_you_lose_fortify"]=6287, + ["gain_endurance_charge_%_when_hit_while_channelling"]=6288, + ["gain_endurance_charge_if_attack_freezes"]=6283, + ["gain_endurance_charge_on_heavy_stunning_rare_or_unique_enemy"]=6284, + ["gain_endurance_charge_on_main_hand_kill_%"]=2937, + ["gain_endurance_charge_on_melee_stun"]=2438, + ["gain_endurance_charge_on_melee_stun_%"]=2438, + ["gain_endurance_charge_on_power_charge_expiry"]=2314, + ["gain_endurance_charge_per_second_if_have_been_hit_recently"]=6285, + ["gain_endurance_charge_per_second_if_have_used_warcry_recently"]=6286, + ["gain_fanaticism_for_4_seconds_on_reaching_maximum_fanatic_charges"]=6289, + ["gain_flask_chance_on_crit_%"]=2998, + ["gain_flask_charge_on_crit_chance_%_while_at_maximum_frenzy_charges"]=6290, + ["gain_flask_charge_when_crit_%"]=1742, + ["gain_flask_charge_when_crit_amount"]=1742, + ["gain_flask_charges_every_second_if_hit_unique_enemy_recently"]=6291, + ["gain_fortify_for_x_seconds_on_melee_hit_with_mace_sceptre_staff"]=6292, + ["gain_frenzy_and_power_charge_on_kill_%"]=2313, + ["gain_frenzy_charge_%_when_hit_while_channelling"]=6303, + ["gain_frenzy_charge_if_attack_ignites"]=2504, + ["gain_frenzy_charge_on_critical_strike_%"]=6294, + ["gain_frenzy_charge_on_critical_strike_at_close_range_%"]=6293, + ["gain_frenzy_charge_on_enemy_shattered_chance_%"]=6295, + ["gain_frenzy_charge_on_hit_%_while_blinded"]=6296, + ["gain_frenzy_charge_on_hit_while_bleeding"]=6297, + ["gain_frenzy_charge_on_hitting_marked_enemy_%"]=6298, + ["gain_frenzy_charge_on_hitting_rare_or_unique_enemy_%"]=6299, + ["gain_frenzy_charge_on_hitting_unique_enemy_%"]=6300, + ["gain_frenzy_charge_on_kill_vs_enemies_with_5+_poisons_%"]=6301, + ["gain_frenzy_charge_on_main_hand_kill_%"]=2936, + ["gain_frenzy_charge_on_reaching_maximum_power_charges"]=3193, + ["gain_frenzy_charge_per_enemy_you_crit_%_chance"]=6302, + ["gain_frenzy_power_endurance_charges_on_vaal_skill_use"]=6304, + ["gain_guard_flask_charge_when_hit_by_enemy_chance_%"]=6305, + ["gain_iron_reflexes_while_at_maximum_frenzy_charges"]=9917, + ["gain_iron_reflexes_while_stationary"]=9921, + ["gain_life_regeneration_%_per_second_for_1_second_if_taken_savage_hit"]=3745, + ["gain_lightning_archon_after_spending_100%_of_your_maximum_mana"]=6306, + ["gain_magic_monster_mods_on_kill_%_chance"]=6307, + ["gain_max_rage_on_losing_temporal_chains_debuff"]=6308, + ["gain_max_rage_on_rage_gain_from_hit_%_chance"]=6309, + ["gain_maximum_endurance_charges_on_endurance_charge_gained_%_chance"]=3802, + ["gain_maximum_endurance_charges_when_crit_chance_%"]=6310, + ["gain_maximum_frenzy_and_endurance_charges_when_you_gain_cats_agility"]=6311, + ["gain_maximum_frenzy_and_power_charges_when_you_gain_cats_stealth"]=6312, + ["gain_maximum_frenzy_charges_on_frenzy_charge_gained_%_chance"]=6313, + ["gain_maximum_power_charges_on_power_charge_gained_%_chance"]=6314, + ["gain_maximum_power_charges_on_vaal_skill_use"]=6315, + ["gain_mind_over_matter_while_at_maximum_power_charges"]=9918, + ["gain_movement_speed_+%_for_20_seconds_on_kill"]=6316, + ["gain_no_inherent_bonus_from_dexterity"]=1706, + ["gain_no_inherent_bonus_from_intelligence"]=1707, + ["gain_no_inherent_bonus_from_strength"]=1708, + ["gain_onslaught_during_soul_gain_prevention"]=6317, + ["gain_onslaught_for_3_seconds_%_chance_when_hit"]=6318, + ["gain_onslaught_for_4_seconds_on_minion_death"]=6319, + ["gain_onslaught_for_X_ms_on_killing_rare_or_unique_monster"]=3778, + ["gain_onslaught_if_you_have_swapped_stance_recently"]=6320, + ["gain_onslaught_ms_on_using_a_warcry"]=6321, + ["gain_onslaught_ms_when_reaching_maximum_endurance_charges"]=2423, + ["gain_onslaught_on_hit_chance_while_at_maximum_frenzy_charges_%"]=6322, + ["gain_onslaught_on_hit_duration_ms"]=6323, + ["gain_onslaught_on_kill_ms_while_affected_by_haste"]=6324, + ["gain_onslaught_on_stun_duration_ms"]=2420, + ["gain_onslaught_when_ignited_ms"]=2676, + ["gain_onslaught_while_at_maximum_endurance_charges"]=6325, + ["gain_onslaught_while_frenzy_charges_full"]=3649, + ["gain_onslaught_while_not_on_low_mana"]=6326, + ["gain_onslaught_while_on_low_life"]=6327, + ["gain_onslaught_while_you_have_cats_agility"]=6328, + ["gain_onslaught_while_you_have_fortify"]=6329, + ["gain_phasing_for_4_seconds_on_begin_es_recharge"]=2191, + ["gain_phasing_if_enemy_killed_recently"]=6331, + ["gain_phasing_while_affected_by_haste"]=6332, + ["gain_phasing_while_at_maximum_frenzy_charges"]=2189, + ["gain_phasing_while_you_have_cats_stealth"]=6333, + ["gain_phasing_while_you_have_low_life"]=6334, + ["gain_phasing_while_you_have_onslaught"]=2190, + ["gain_physical_damage_immunity_on_rampage_threshold_ms"]=2603, + ["gain_player_far_shot_while_do_not_have_iron_reflexes"]=9932, + ["gain_power_charge_on_critical_strike_with_wands_%"]=6336, + ["gain_power_charge_on_curse_cast_%"]=6337, + ["gain_power_charge_on_hit_%_chance_against_frozen_enemy"]=6338, + ["gain_power_charge_on_kill_vs_enemies_with_less_than_5_poisons_%"]=6339, + ["gain_power_charge_on_mana_flask_use_%_chance"]=6340, + ["gain_power_charge_on_non_critical_strike_%"]=3010, + ["gain_power_charge_on_vaal_skill_use_%"]=6341, + ["gain_power_charge_per_enemy_you_crit"]=2233, + ["gain_power_charge_per_second_if_have_not_lost_power_charge_recently"]=6342, + ["gain_power_charge_when_throwing_trap_%"]=2588, + ["gain_power_or_frenzy_charge_for_each_second_channeling"]=6343, + ["gain_rage_on_hitting_rare_unique_enemy_%"]=8914, + ["gain_rage_on_kill"]=8913, + ["gain_rage_when_you_use_a_warcry"]=8915, + ["gain_rampage_while_at_maximum_endurance_charges"]=2887, + ["gain_random_charge_on_block"]=6345, + ["gain_random_charge_per_second_while_stationary"]=6346, + ["gain_rare_monster_mods_on_kill_ms"]=2484, + ["gain_resolute_technique_while_do_not_have_elemental_overload"]=9922, + ["gain_scorching_sapping_brittle_confluxes_while_two_highest_attributes_equal"]=6347, + ["gain_shapers_presence_for_10_seconds_on_killing_rare_or_unique_monster"]=6348, + ["gain_shrine_buff_every_10_seconds"]=6349, + ["gain_single_conflux_for_3_seconds_every_8_seconds"]=6350, + ["gain_soul_eater_during_flask_effect"]=3031, + ["gain_soul_eater_for_x_ms_on_vaal_skill_use"]=6351, + ["gain_soul_eater_stack_on_hit_vs_unique_cooldown_ms"]=6352, + ["gain_soul_eater_with_equipped_corrupted_items_on_vaal_skill_use_ms"]=2743, + ["gain_spell_cost_as_mana_every_fifth_cast"]=6353, + ["gain_spirit_charge_every_x_ms"]=3955, + ["gain_spirit_charge_on_kill_%_chance"]=3956, + ["gain_stormsurge_on_hit"]=6281, + ["gain_tailwind_on_critical_hit"]=6355, + ["gain_tailwind_stack_on_skill_use"]=6356, + ["gain_unholy_might_on_block_ms"]=2683, + ["gain_up_to_maximum_fragile_regrowth_when_hit"]=6357, + ["gain_vaal_soul_on_hit_cooldown_ms"]=6358, + ["gain_x_es_on_trap_triggered_by_an_enemy"]=3807, + ["gain_x_fanatic_charges_every_second_if_have_attacked_in_past_second"]=6359, + ["gain_x_fragile_regrowth_per_second"]=6360, + ["gain_x_grasping_vines_when_you_take_a_critical_strike"]=3992, + ["gain_x_life_on_trap_triggered_by_an_enemy"]=3806, + ["gain_x_life_when_endurance_charge_expires_or_consumed"]=2651, + ["gain_x_rage_on_hit"]=8917, + ["gain_x_rage_on_hit_with_axes"]=6361, + ["gain_x_rage_on_hit_with_axes_swords_1s_cooldown"]=6362, + ["gain_x_rage_on_melee_hit"]=6363, + ["gain_x_rage_per_200_mana_spent"]=6364, + ["gain_x_rage_when_hit"]=6365, + ["gain_x_rage_when_taken_crit"]=6366, + ["galvanic_arrow_and_storm_rain_skill_repeat_count_if_mined"]=6367, + ["galvanic_arrow_area_damage_+%"]=9139, + ["galvanic_arrow_projectile_speed_+%"]=6368, + ["galvanic_field_beam_frequency_+%"]=6369, + ["galvanic_field_cast_speed_+%"]=6370, + ["galvanic_field_damage_+%"]=6371, + ["galvanic_field_number_of_chains"]=6372, + ["gem_experience_gain_+%"]=1577, + ["gem_requirements_can_be_satisfied_by_highest_attribute"]=6373, + ["gemling_all_attributes_+%_final"]=6374, + ["gemling_double_basic_attribute_bonuses"]=6375, + ["gemling_skill_cost_+%_final"]=6376, + ["generals_cry_cooldown_speed_+%"]=6377, + ["generals_cry_maximum_warriors_+"]=6378, + ["generate_endurance_charges_for_allies_in_your_presence"]=1835, + ["generate_frenzy_charges_for_allies_in_your_presence"]=1836, + ["generate_power_charges_for_allies_in_your_presence"]=1837, + ["generate_x_charges_for_any_flask_per_minute"]=6379, + ["generate_x_charges_for_charms_per_minute"]=6380, + ["generate_x_charges_for_charms_per_minute_if_you_have_at_least_200_tribute"]=6381, + ["generate_x_charges_for_guard_flasks_per_minute"]=6382, + ["generate_x_charges_for_life_flasks_per_minute"]=6383, + ["generate_x_charges_for_mana_flasks_per_minute"]=6384, + ["ghostflame_on_hit_duration_ms"]=6385, + ["gifts_from_above_consecrated_ground_while_stationary"]=6386, + ["glacial_cascade_damage_+%"]=3266, + ["glacial_cascade_number_of_additional_bursts"]=6387, + ["glacial_cascade_physical_damage_%_to_gain_as_cold"]=6388, + ["glacial_cascade_radius_+%"]=3404, + ["glacial_hammer_damage_+%"]=3220, + ["glacial_hammer_freeze_chance_%"]=3536, + ["glacial_hammer_item_rarity_on_shattering_enemy_+%"]=2854, + ["glacial_hammer_melee_splash_with_cold_damage"]=6389, + ["glacial_hammer_physical_damage_%_to_gain_as_cold_damage"]=3553, + ["global_added_chaos_damage_%_of_ward"]=1748, + ["global_always_hit"]=1725, + ["global_attack_speed_+%_per_green_socket_on_item"]=2396, + ["global_attack_speed_+%_per_level"]=6390, + ["global_bleed_on_hit"]=6391, + ["global_cannot_crit"]=1863, + ["global_chance_to_blind_on_hit_%"]=2605, + ["global_chance_to_blind_on_hit_%_vs_bleeding_enemies"]=6392, + ["global_critical_strike_chance_+%_vs_chilled_enemies"]=6393, + ["global_critical_strike_chance_+%_while_holding_bow"]=2162, + ["global_critical_strike_chance_+%_while_holding_staff"]=2160, + ["global_critical_strike_chance_while_dual_wielding_+%"]=3825, + ["global_critical_strike_mulitplier_+_per_green_socket_on_item"]=2397, + ["global_critical_strike_multiplier_+_while_holding_bow"]=2163, + ["global_critical_strike_multiplier_+_while_holding_staff"]=2161, + ["global_critical_strike_multiplier_+_while_you_have_no_frenzy_charges"]=1735, + ["global_critical_strike_multiplier_while_dual_wielding_+"]=3824, + ["global_defences_+%"]=2499, + ["global_defences_+%_per_frenzy_charge"]=6394, + ["global_defences_+%_per_white_socket_on_item"]=2402, + ["global_defences_while_in_presence_of_companion_+%"]=6395, + ["global_evasion_rating_+_while_moving"]=6396, + ["global_gem_attribute_requirements_+%_final_from_gemling"]=6397, + ["global_hit_causes_monster_flee_%"]=1723, + ["global_item_attribute_requirements_+%"]=2238, + ["global_knockback"]=1364, + ["global_knockback_on_crit"]=1645, + ["global_life_leech_from_physical_attack_damage_per_red_socket_on_item_permyriad"]=2393, + ["global_mana_leech_from_physical_attack_damage_permyriad_per_blue_socket_on_item"]=2399, + ["global_maximum_added_chaos_damage"]=1244, + ["global_maximum_added_cold_damage"]=1232, + ["global_maximum_added_cold_damage_vs_chilled_or_frozen_enemies"]=6398, + ["global_maximum_added_fire_damage"]=1226, + ["global_maximum_added_fire_damage_vs_burning_enemies"]=9447, + ["global_maximum_added_fire_damage_vs_ignited_enemies"]=6399, + ["global_maximum_added_lightning_damage"]=1240, + ["global_maximum_added_lightning_damage_vs_ignited_enemies"]=6400, + ["global_maximum_added_lightning_damage_vs_shocked_enemies"]=6401, + ["global_maximum_added_physical_damage"]=1164, + ["global_maximum_added_physical_damage_vs_bleeding_enemies"]=6402, + ["global_melee_range_+_per_white_socket_on_item"]=2403, + ["global_minimum_added_chaos_damage"]=1244, + ["global_minimum_added_cold_damage"]=1232, + ["global_minimum_added_cold_damage_vs_chilled_or_frozen_enemies"]=6398, + ["global_minimum_added_fire_damage"]=1226, + ["global_minimum_added_fire_damage_vs_burning_enemies"]=9447, + ["global_minimum_added_fire_damage_vs_ignited_enemies"]=6399, + ["global_minimum_added_lightning_damage"]=1240, + ["global_minimum_added_lightning_damage_vs_ignited_enemies"]=6400, + ["global_minimum_added_lightning_damage_vs_shocked_enemies"]=6401, + ["global_minimum_added_physical_damage"]=1164, + ["global_minimum_added_physical_damage_vs_bleeding_enemies"]=6402, + ["global_physical_damage_reduction_rating_while_moving"]=6403, + ["global_poison_on_hit"]=2801, + ["global_weapon_physical_damage_+%_per_red_socket_on_item"]=2394, + ["glory_generation_+%"]=6405, + ["glory_generation_+%_for_banners"]=6406, + ["glory_generation_+%_if_you_have_at_least_100_tribute"]=6404, + ["glove_implicit_gain_rage_on_attack_hit_cooldown_ms"]=6407, + ["glows_in_area_with_unique_fish"]=3696, + ["goat_footprints_from_item"]=9937, + ["gold_+%_from_enemies"]=6408, + ["golem_attack_and_cast_speed_+%"]=6409, + ["golem_attack_maximum_added_physical_damage"]=6410, + ["golem_attack_minimum_added_physical_damage"]=6410, + ["golem_buff_effect_+%"]=6411, + ["golem_buff_effect_+%_per_summoned_golem"]=6412, + ["golem_cooldown_recovery_+%"]=2944, + ["golem_damage_+%_if_summoned_in_past_8_seconds"]=3284, + ["golem_damage_+%_per_active_golem"]=3767, + ["golem_damage_+%_per_active_golem_type"]=3766, + ["golem_immunity_to_elemental_damage"]=3662, + ["golem_life_regeneration_per_minute_%"]=6413, + ["golem_maximum_life_+%"]=6414, + ["golem_maximum_mana_+%"]=6415, + ["golem_movement_speed_+%"]=6416, + ["golem_physical_damage_reduction_rating"]=6417, + ["golem_scale_+%"]=3277, + ["golem_skill_cooldown_recovery_+%"]=2943, + ["golems_larger_aggro_radius"]=9851, + ["grace_aura_effect_+%"]=2974, + ["grace_mana_reservation_+%"]=3614, + ["grace_mana_reservation_efficiency_+%"]=6419, + ["grace_mana_reservation_efficiency_-2%_per_1"]=6418, + ["grace_reserves_no_mana"]=6420, + ["grant_X_frenzy_charges_to_nearby_allies_on_death"]=2561, + ["grant_animated_minion_melee_splash_damage_+%_final_for_splash"]=6421, + ["grant_tailwind_to_nearby_allies_if_used_skill_recently"]=6422, + ["grant_unholy_might_to_self_while_not_on_low_mana"]=2682, + ["grant_void_arrow_every_x_ms"]=6423, + ["gratuitous_violence_physical_damage_over_time_+%_final"]=6424, + ["grenade_fuse_duration_+%"]=6425, + ["grenade_projectile_speed_+%"]=6426, + ["grenade_skill_%_chance_to_explode_twice"]=6427, + ["grenade_skill_area_of_effect_+%"]=6428, + ["grenade_skill_cooldown_count_+"]=6429, + ["grenade_skill_cooldown_speed_+%"]=6430, + ["grenade_skill_damage_+%"]=6431, + ["grenade_skill_duration_+%"]=6432, + ["grenade_skill_number_of_additional_projectiles"]=6433, + ["ground_effect_duration_+%"]=6434, + ["ground_slam_angle_+%"]=2878, + ["ground_slam_chance_to_gain_endurance_charge_%_on_stun"]=6435, + ["ground_slam_damage_+%"]=3221, + ["ground_slam_radius_+%"]=3384, + ["ground_smoke_on_rampage_threshold_ms"]=2614, + ["ground_smoke_when_hit_%"]=2262, + ["ground_tar_on_block_base_area_of_effect_radius"]=6436, + ["ground_tar_on_take_crit_base_area_of_effect_radius"]=2198, + ["ground_tar_when_hit_%_chance"]=6437, + ["guard_flask_effect_+%"]=6438, + ["guard_gained_+%"]=6439, + ["guard_skill_cooldown_recovery_+%"]=6440, + ["guard_skill_effect_duration_+%"]=6441, + ["guardian_gain_life_regeneration_per_minute_%_for_1_second_every_10_seconds"]=3365, + ["guardian_nearby_allies_share_charges"]=3686, + ["guardian_nearby_enemies_cannot_gain_charges"]=3361, + ["guardian_remove_curses_and_status_ailments_every_10_seconds"]=3364, + ["guardian_reserved_life_granted_to_you_and_allies_as_armour_%"]=3362, + ["guardian_reserved_mana_%_given_to_you_and_nearby_allies_as_base_maximum_energy_shield"]=3363, + ["guardian_warcry_grant_attack_cast_and_movement_speed_to_you_and_nearby_allies_+%"]=2927, + ["guardian_with_5_nearby_allies_you_and_allies_have_onslaught"]=6442, + ["guardian_with_nearby_ally_damage_+%_final_for_you_and_allies"]=6443, + ["halve_evasion_rating_from_body"]=6445, + ["harvest_encounter_fluid_granted_+%"]=6446, + ["has_avoid_shock_as_avoid_all_elemental_ailments"]=6447, + ["has_curse_limit_equal_to_maximum_power_charges"]=6448, + ["has_ignite_duration_on_self_as_all_elemental_ailments_on_self"]=6449, + ["has_onslaught_if_totem_summoned_recently"]=6450, + ["has_stun_prevention_flask"]=6451, + ["has_trickster_alternating_damage_taken_+%_final"]=6452, + ["has_unique_brutal_shrine_effect"]=6453, + ["has_unique_chaos_shrine_effect"]=6454, + ["has_unique_cold_shrine_effect"]=6455, + ["has_unique_fire_shrine_effect"]=6456, + ["has_unique_lightning_shrine_effect"]=6457, + ["has_unique_massive_shrine_effect"]=6458, + ["haste_aura_effect_+%"]=2975, + ["haste_mana_reservation_+%"]=3615, + ["haste_mana_reservation_efficiency_+%"]=6460, + ["haste_mana_reservation_efficiency_-2%_per_1"]=6459, + ["haste_reserves_no_mana"]=6461, + ["hatred_aura_effect_+%"]=2977, + ["hatred_mana_reservation_+%"]=3605, + ["hatred_mana_reservation_efficiency_+%"]=6463, + ["hatred_mana_reservation_efficiency_-2%_per_1"]=6462, + ["hatred_reserves_no_mana"]=6464, + ["have_unholy_might"]=6465, + ["hazard_area_of_effect_+%"]=6466, + ["hazard_base_debuff_slow_magnitude_+%"]=6467, + ["hazard_damage_+%"]=6468, + ["hazard_duration_+%"]=1615, + ["hazard_hit_damage_immobilisation_multiplier_+%"]=6469, + ["hazard_rearm_%_chance"]=6470, + ["hazards_cant_trigger_x_seconds_after_creation"]=6471, + ["head_hunt_without_a_corpse"]=6472, + ["heat_loss_%_slower"]=6473, + ["heavy_strike_attack_speed_+%"]=3432, + ["heavy_strike_chance_to_deal_double_damage_%"]=2857, + ["heavy_strike_damage_+%"]=3222, + ["heavy_stun_poise_decay_rate_+%"]=6475, + ["heavy_stun_poise_decay_rate_+%_per_10_tribute"]=6474, + ["heavy_stun_threshold_+"]=6476, + ["heavy_stuns_have_culling_strike"]=6477, + ["heist_additional_abyss_rewards_from_reward_chests_%"]=6478, + ["heist_additional_armour_rewards_from_reward_chests_%"]=6479, + ["heist_additional_blight_rewards_from_reward_chests_%"]=6480, + ["heist_additional_breach_rewards_from_reward_chests_%"]=6481, + ["heist_additional_corrupted_rewards_from_reward_chests_%"]=6482, + ["heist_additional_delirium_rewards_from_reward_chests_%"]=6483, + ["heist_additional_delve_rewards_from_reward_chests_%"]=6484, + ["heist_additional_divination_rewards_from_reward_chests_%"]=6485, + ["heist_additional_essences_rewards_from_reward_chests_%"]=6486, + ["heist_additional_gems_rewards_from_reward_chests_%"]=6487, + ["heist_additional_harbinger_rewards_from_reward_chests_%"]=6488, + ["heist_additional_jewellery_rewards_from_reward_chests_%"]=6489, + ["heist_additional_legion_rewards_from_reward_chests_%"]=6490, + ["heist_additional_metamorph_rewards_from_reward_chests_%"]=6491, + ["heist_additional_perandus_rewards_from_reward_chests_%"]=6492, + ["heist_additional_talisman_rewards_from_reward_chests_%"]=6493, + ["heist_additional_uniques_rewards_from_reward_chests_%"]=6494, + ["heist_additional_weapons_rewards_from_reward_chests_%"]=6495, + ["heist_alert_level_gained_on_monster_death"]=6496, + ["heist_alert_level_gained_per_10_sec"]=6497, + ["heist_chests_chance_for_secondary_objectives_%"]=6498, + ["heist_chests_double_blighted_maps_and_catalysts_%"]=6499, + ["heist_chests_double_breach_splinters_%"]=6500, + ["heist_chests_double_catalysts_%"]=6501, + ["heist_chests_double_currency_%"]=6502, + ["heist_chests_double_delirium_orbs_and_splinters_%"]=6503, + ["heist_chests_double_divination_cards_%"]=6504, + ["heist_chests_double_essences_%"]=6505, + ["heist_chests_double_jewels_%"]=6506, + ["heist_chests_double_legion_splinters_%"]=6507, + ["heist_chests_double_map_fragments_%"]=6508, + ["heist_chests_double_maps_%"]=6509, + ["heist_chests_double_oils_%"]=6510, + ["heist_chests_double_scarabs_%"]=6511, + ["heist_chests_double_sextants_%"]=6512, + ["heist_chests_double_uniques_%"]=6513, + ["heist_chests_unique_rarity_%"]=6514, + ["heist_coins_dropped_by_monsters_double_%"]=6516, + ["heist_coins_from_monsters_+%"]=34, + ["heist_coins_from_world_chests_double_%"]=6515, + ["heist_contract_alert_level_+%"]=6519, + ["heist_contract_alert_level_from_chests_+%"]=6517, + ["heist_contract_alert_level_from_monsters_+%"]=6518, + ["heist_contract_gang_cost_+%"]=6520, + ["heist_contract_gang_takes_no_cut"]=6521, + ["heist_contract_generate_secondary_objectives_chance_%"]=6522, + ["heist_contract_guarding_monsters_damage_+%"]=6523, + ["heist_contract_guarding_monsters_take_damage_+%"]=6524, + ["heist_contract_magical_unlock_count"]=6526, + ["heist_contract_mechanical_unlock_count"]=6525, + ["heist_contract_no_travel_cost"]=6527, + ["heist_contract_npc_cost_+%"]=6528, + ["heist_contract_objective_completion_time_+%"]=6529, + ["heist_contract_patrol_additional_elite_chance_+%"]=6530, + ["heist_contract_patrol_damage_+%"]=6531, + ["heist_contract_patrol_take_damage_+%"]=6532, + ["heist_contract_side_area_monsters_damage_+%"]=6533, + ["heist_contract_side_area_monsters_take_damage_+%"]=6534, + ["heist_contract_total_cost_+%_final"]=6535, + ["heist_contract_travel_cost_+%"]=6536, + ["heist_currency_alchemy_drops_as_blessed_%"]=6537, + ["heist_currency_alchemy_drops_as_divine_%"]=6538, + ["heist_currency_alchemy_drops_as_exalted_%"]=6539, + ["heist_currency_alteration_drops_as_alchemy_%"]=6540, + ["heist_currency_alteration_drops_as_chaos_%"]=6541, + ["heist_currency_alteration_drops_as_regal_%"]=6542, + ["heist_currency_augmentation_drops_as_alchemy_%"]=6543, + ["heist_currency_augmentation_drops_as_chaos_%"]=6544, + ["heist_currency_augmentation_drops_as_regal_%"]=6545, + ["heist_currency_chaos_drops_as_blessed_%"]=6546, + ["heist_currency_chaos_drops_as_divine_%"]=6547, + ["heist_currency_chaos_drops_as_exalted_%"]=6548, + ["heist_currency_chromatic_drops_as_fusing_%"]=6549, + ["heist_currency_chromatic_drops_as_jewellers_%"]=6550, + ["heist_currency_jewellers_drops_as_fusing_%"]=6551, + ["heist_currency_regal_drops_as_blessed_%"]=6552, + ["heist_currency_regal_drops_as_divine_%"]=6553, + ["heist_currency_regal_drops_as_exalted_%"]=6554, + ["heist_currency_regret_drops_as_annulment_%"]=6555, + ["heist_currency_scouring_drops_as_annulment_%"]=6556, + ["heist_currency_scouring_drops_as_regret_%"]=6557, + ["heist_currency_transmutation_drops_as_alchemy_%"]=6558, + ["heist_currency_transmutation_drops_as_chaos_%"]=6559, + ["heist_currency_transmutation_drops_as_regal_%"]=6560, + ["heist_drops_double_currency_%"]=6561, + ["heist_enchantment_ailment_mod_effect_+%"]=54, + ["heist_enchantment_attribute_mod_effect_+%"]=55, + ["heist_enchantment_casterdamage_mod_effect_+%"]=56, + ["heist_enchantment_chaos_mod_effect_+%"]=57, + ["heist_enchantment_cold_mod_effect_+%"]=58, + ["heist_enchantment_critical_mod_effect_+%"]=59, + ["heist_enchantment_damage_mod_effect_+%"]=60, + ["heist_enchantment_defence_mod_effect_+%"]=61, + ["heist_enchantment_fire_mod_effect_+%"]=62, + ["heist_enchantment_life_mod_effect_+%"]=63, + ["heist_enchantment_lightning_mod_effect_+%"]=64, + ["heist_enchantment_mana_mod_effect_+%"]=65, + ["heist_enchantment_physical_mod_effect_+%"]=66, + ["heist_enchantment_resistance_mod_effect_+%"]=67, + ["heist_enchantment_speed_mod_effect_+%"]=68, + ["heist_guards_are_magic"]=6562, + ["heist_guards_are_rare"]=6563, + ["heist_interruption_resistance_%"]=6564, + ["heist_item_quantity_+%"]=6565, + ["heist_item_rarity_+%"]=6566, + ["heist_items_are_fully_linked_%"]=6567, + ["heist_items_drop_corrupted_%"]=6568, + ["heist_items_drop_identified_%"]=6569, + ["heist_items_have_elder_influence_%"]=6570, + ["heist_items_have_one_additional_socket_%"]=6571, + ["heist_items_have_shaper_influence_%"]=6572, + ["heist_job_agility_level_+"]=6573, + ["heist_job_brute_force_level_+"]=6574, + ["heist_job_counter_thaumaturgy_level_+"]=6575, + ["heist_job_deception_level_+"]=6576, + ["heist_job_demolition_level_+"]=6577, + ["heist_job_demolition_speed_+%"]=6578, + ["heist_job_engineering_level_+"]=6579, + ["heist_job_lockpicking_level_+"]=6580, + ["heist_job_lockpicking_speed_+%"]=6581, + ["heist_job_perception_level_+"]=6582, + ["heist_job_trap_disarmament_level_+"]=6583, + ["heist_job_trap_disarmament_speed_+%"]=6584, + ["heist_lockdown_is_instant"]=6585, + ["heist_nenet_scouts_nearby_patrols_and_mini_bosses"]=6586, + ["heist_npc_blueprint_reveal_cost_+%"]=6587, + ["heist_npc_contract_generates_gianna_intelligence"]=6588, + ["heist_npc_contract_generates_niles_intelligence"]=6589, + ["heist_npc_display_huck_combat"]=6590, + ["heist_npc_karst_alert_level_from_chests_+%_final"]=6591, + ["heist_npc_nenet_alert_level_+%_final"]=6592, + ["heist_npc_tullina_alert_level_+%_final"]=6593, + ["heist_npc_vinderi_alert_level_+%_final"]=6594, + ["heist_patrols_are_magic"]=6595, + ["heist_patrols_are_rare"]=6596, + ["heist_player_additional_maximum_resistances_%_per_25%_alert_level"]=6597, + ["heist_player_armour_+%_final_per_25%_alert_level"]=6598, + ["heist_player_cold_resistance_%_per_25%_alert_level"]=6599, + ["heist_player_energy_shield_recovery_rate_+%_final_per_25%_alert_level"]=6600, + ["heist_player_evasion_rating_+%_final_per_25%_alert_level"]=6601, + ["heist_player_experience_gain_+%"]=6602, + ["heist_player_fire_resistance_%_per_25%_alert_level"]=6603, + ["heist_player_flask_charges_gained_+%_per_25%_alert_level"]=6604, + ["heist_player_life_recovery_rate_+%_final_per_25%_alert_level"]=6605, + ["heist_player_lightning_resistance_%_per_25%_alert_level"]=6606, + ["heist_player_mana_recovery_rate_+%_final_per_25%_alert_level"]=6607, + ["heist_reinforcements_attack_speed_+%"]=6608, + ["heist_reinforcements_cast_speed_+%"]=6609, + ["heist_reinforcements_movements_speed_+%"]=6610, + ["heist_side_reward_room_monsters_+%"]=6611, + ["hellscape_extra_item_slots"]=6612, + ["hellscape_extra_map_slots"]=6613, + ["hellscaping_add_corruption_implicit_chance_%"]=6614, + ["hellscaping_add_explicit_mod_chance_%"]=6615, + ["hellscaping_additional_link_chance_%"]=6616, + ["hellscaping_additional_socket_chance_%"]=6617, + ["hellscaping_additional_upside_chance_%"]=6618, + ["hellscaping_downsides_tier_downgrade_chance_%"]=6619, + ["hellscaping_speed_+%_per_map_hellscape_tier"]=6620, + ["hellscaping_upgrade_mod_tier_chance_%"]=6626, + ["hellscaping_upsides_tier_upgrade_chance_%"]=6627, + ["helmet_mod_freeze_as_though_damage_+%_final"]=6628, + ["helmet_mod_shock_as_though_damage_+%_final"]=6629, + ["herald_effect_on_self_+%"]=6630, + ["herald_mana_reservation_override_45%"]=6631, + ["herald_of_agony_buff_drop_off_speed_+%"]=6632, + ["herald_of_agony_buff_effect_+%"]=6633, + ["herald_of_agony_mana_reservation_+%"]=6636, + ["herald_of_agony_mana_reservation_efficiency_+%"]=6635, + ["herald_of_agony_mana_reservation_efficiency_-2%_per_1"]=6634, + ["herald_of_ash_buff_effect_+%"]=6637, + ["herald_of_ash_damage_+%"]=3299, + ["herald_of_ash_mana_reservation_+%"]=3601, + ["herald_of_ash_mana_reservation_efficiency_+%"]=6639, + ["herald_of_ash_mana_reservation_efficiency_-2%_per_1"]=6638, + ["herald_of_ice_buff_effect_+%"]=6640, + ["herald_of_ice_damage_+%"]=3300, + ["herald_of_ice_mana_reservation_+%"]=3602, + ["herald_of_ice_mana_reservation_efficiency_+%"]=6642, + ["herald_of_ice_mana_reservation_efficiency_-2%_per_1"]=6641, + ["herald_of_light_and_dominating_blow_minions_use_holy_slam"]=6643, + ["herald_of_light_buff_effect_+%"]=6644, + ["herald_of_light_minion_area_of_effect_+%"]=6645, + ["herald_of_purity_mana_reservation_+%"]=6648, + ["herald_of_purity_mana_reservation_efficiency_+%"]=6647, + ["herald_of_purity_mana_reservation_efficiency_-2%_per_1"]=6646, + ["herald_of_thunder_bolt_frequency_+%"]=6649, + ["herald_of_thunder_buff_effect_+%"]=6650, + ["herald_of_thunder_damage_+%"]=3301, + ["herald_of_thunder_mana_reservation_+%"]=3603, + ["herald_of_thunder_mana_reservation_efficiency_+%"]=6652, + ["herald_of_thunder_mana_reservation_efficiency_-2%_per_1"]=6651, + ["herald_scorpion_number_of_additional_projectiles"]=6653, + ["herald_skills_mana_reservation_+%"]=6656, + ["herald_skills_mana_reservation_efficiency_+%"]=6655, + ["herald_skills_mana_reservation_efficiency_-2%_per_1"]=6654, + ["hex_remove_at_effect_variance"]=6661, + ["hex_skill_cast_speed_+%"]=1891, + ["hex_skill_duration_+%"]=6657, + ["hexblast_%_chance_to_not_consume_hex"]=6659, + ["hexblast_damage_+%"]=6658, + ["hexblast_skill_area_of_effect_+%"]=6660, + ["hexes_expire_on_reaching_200%_effect"]=6661, + ["hexproof_if_right_ring_is_magic_item"]=6662, + ["hierophant_area_of_effect_+%_per_50_unreserved_mana_up_to_100%"]=6663, + ["hierophant_gain_arcane_surge_on_mana_use_threshold"]=6664, + ["hierophant_gloves_supported_by_increased_area_of_effect"]=465, + ["hierophant_helmet_supported_by_elemental_penetration"]=464, + ["hierophant_mana_cost_+%_final"]=6665, + ["hierophant_mana_reservation_+%_final"]=6666, + ["hierophant_passive_damage_+%_final_per_totem"]=3330, + ["hinder_chance_%_on_spreading_poioson"]=6667, + ["hinder_duration_+%"]=6668, + ["hinder_effect_on_self_+%"]=6669, + ["hinder_enemy_chaos_damage_+%"]=6670, + ["hinder_enemy_chaos_damage_taken_+%"]=6671, + ["hinder_enemy_elemental_damage_taken_+%"]=6672, + ["hinder_enemy_physical_damage_taken_+%"]=6673, + ["hit_%_chance_to_gain_100%_damage_as_chaos"]=3933, + ["hit_%_chance_to_gain_100%_non_chaos_damage_as_chaos"]=3934, + ["hit_%_chance_to_gain_100%_of_elemental_damage_as_chaos"]=3142, + ["hit_%_chance_to_gain_25%_damage_as_chaos"]=3929, + ["hit_%_chance_to_gain_25%_non_chaos_damage_as_chaos"]=3930, + ["hit_%_chance_to_gain_50%_damage_as_chaos"]=3931, + ["hit_%_chance_to_gain_50%_non_chaos_damage_as_chaos"]=3932, + ["hit_damage_+%"]=6682, + ["hit_damage_+%_vs_bleeding_enemies"]=6683, + ["hit_damage_+%_vs_blinded_enemies"]=6684, + ["hit_damage_+%_vs_chilled_enemies"]=6685, + ["hit_damage_+%_vs_cursed_enemies"]=6686, + ["hit_damage_+%_vs_enemies_affected_by_ailments"]=6687, + ["hit_damage_+%_vs_ignited_enemies"]=6674, + ["hit_damage_+%_vs_unique_enemies"]=6688, + ["hit_damage_electrocute_multiplier_+%"]=6675, + ["hit_damage_electrocute_multiplier_+%_vs_shocked_enemies"]=6676, ["hit_damage_freeze_multiplier_+%"]=1010, - ["hit_damage_freeze_multiplier_+%_against_ignited_enemies"]=6563, - ["hit_damage_pin_multiplier_+%"]=6564, - ["hit_damage_stun_multiplier_+%"]=1003, - ["hit_damage_stun_multiplier_+%_final_with_crits"]=6572, - ["hit_damage_stun_multiplier_+%_vs_enemies_at_close_range"]=6573, - ["hit_damage_stun_multiplier_+%_vs_enemies_on_low_life"]=6574, - ["hit_for_%_max_life_es_on_max_infernal_flame"]=6575, - ["hit_for_%_of_infernal_flame_on_max_infernal_flame"]=6576, - ["hits_against_you_overwhelm_x%_of_physical_damage_reduction"]=6577, - ["hits_can_only_kill_frozen_enemies"]=2704, - ["hits_cannot_be_evaded_vs_blinded_enemies"]=6578, - ["hits_from_maces_and_sceptres_crush_enemies"]=6579, - ["hits_ignore_elemental_resistances_vs_frozen_enemies"]=6580, - ["hits_ignore_enemy_chaos_resistance_if_all_elder_items_equipped"]=6581, - ["hits_ignore_enemy_chaos_resistance_if_all_shaper_items_equipped"]=6582, - ["hits_ignore_enemy_fire_resistance_while_you_are_ignited"]=6583, - ["hits_ignore_enemy_monster_physical_damage_reduction_%_chance"]=6585, - ["hits_ignore_enemy_monster_physical_damage_reduction_if_blocked_in_past_20_seconds"]=6584, - ["hits_treat_enemy_cold_resistance_as_x%"]=6586, - ["hits_treat_enemy_fire_resistance_as_x%"]=6587, - ["hits_treat_enemy_lightning_resistance_as_x%"]=6588, - ["holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond"]=6589, - ["holy_path_teleport_range_+%"]=6590, - ["holy_relic_area_of_effect_+%"]=6591, - ["holy_relic_buff_effect_+%"]=6592, - ["holy_relic_cooldown_recovery_+%"]=6593, - ["holy_relic_damage_+%"]=6594, - ["hydro_sphere_pulse_frequency_+%"]=6595, - ["hypothermia_gem_level_+"]=1954, - ["ice_and_lightning_trap_base_penetrate_elemental_resistances_%"]=6596, - ["ice_and_lightning_trap_can_be_triggered_by_warcries"]=6597, - ["ice_and_lightning_traps_cannot_be_triggered_by_enemies"]=6598, - ["ice_crash_and_glacial_hammer_enemies_covered_in_frost_as_unfrozen"]=6599, - ["ice_crash_damage_+%"]=3321, - ["ice_crash_first_stage_damage_+%_final"]=6600, - ["ice_crash_physical_damage_%_to_gain_as_cold_damage"]=3611, - ["ice_crash_radius_+%"]=3461, - ["ice_crystal_maximum_life_+%"]=6601, - ["ice_dash_cooldown_speed_+%"]=6602, - ["ice_dash_duration_+%"]=6603, - ["ice_dash_travel_distance_+%"]=6604, - ["ice_golem_damage_+%"]=3334, - ["ice_golem_elemental_resistances_%"]=3616, - ["ice_nova_chill_minimum_slow_%"]=6605, - ["ice_nova_damage_+%"]=3304, - ["ice_nova_freeze_chance_%"]=3593, - ["ice_nova_radius_+%"]=3448, - ["ice_shot_additional_pierce_per_10_old"]=6606, - ["ice_shot_area_angle_+%"]=6607, - ["ice_shot_damage_+%"]=3288, - ["ice_shot_duration_+%"]=3565, - ["ice_shot_pierce_+"]=6608, - ["ice_shot_radius_+%"]=3444, - ["ice_siphon_trap_chill_effect_+%"]=6609, - ["ice_siphon_trap_damage_+%"]=6610, - ["ice_siphon_trap_damage_taken_+%_per_beam"]=6611, - ["ice_siphon_trap_duration_+%"]=6612, - ["ice_spear_%_chance_to_gain_power_charge_on_critical_strike"]=3602, - ["ice_spear_and_ball_lightning_projectiles_nova"]=6613, - ["ice_spear_and_ball_lightning_projectiles_return"]=6614, - ["ice_spear_damage_+%"]=3305, - ["ice_spear_distance_before_form_change_+%"]=6615, - ["ice_spear_number_of_additional_projectiles"]=6616, - ["ice_spear_second_form_critical_strike_chance_+%"]=3750, - ["ice_spear_second_form_critical_strike_multiplier_+"]=3751, - ["ice_spear_second_form_projectile_speed_+%_final"]=3752, - ["ice_trap_cold_resistance_penetration_%"]=6617, - ["ice_trap_cooldown_speed_+%"]=3521, - ["ice_trap_damage_+%"]=3370, - ["ice_trap_radius_+%"]=3474, - ["ignite_as_though_dealing_X_damage_in_your_presence"]=6618, + ["hit_damage_freeze_multiplier_+%_against_ignited_enemies"]=6677, + ["hit_damage_freeze_multiplier_+%_if_consumed_power_charge_recently"]=6678, + ["hit_damage_immobilisation_multiplier_+%"]=6679, + ["hit_damage_immobilisation_multiplier_+%_vs_constructs"]=6680, + ["hit_damage_pin_multiplier_+%"]=6681, + ["hit_damage_stun_multiplier_+%"]=1004, + ["hit_damage_stun_multiplier_+%_per_10_tribute"]=6689, + ["hit_damage_stun_multiplier_+%_vs_enemies_at_close_range"]=6690, + ["hit_damage_stun_multiplier_+%_vs_enemies_on_low_life"]=6691, + ["hit_for_%_max_life_es_on_max_infernal_flame"]=6692, + ["hit_for_%_of_infernal_flame_on_max_infernal_flame"]=6693, + ["hits_against_you_overwhelm_x%_of_physical_damage_reduction"]=6694, + ["hits_can_only_kill_frozen_enemies"]=2659, + ["hits_cannot_be_evaded_vs_blinded_enemies"]=6695, + ["hits_cannot_be_evaded_vs_heavy_stunned_enemies"]=6696, + ["hits_from_maces_and_sceptres_crush_enemies"]=6697, + ["hits_ignore_elemental_resistances_vs_frozen_enemies"]=6698, + ["hits_ignore_enemy_chaos_resistance_if_all_elder_items_equipped"]=6699, + ["hits_ignore_enemy_chaos_resistance_if_all_shaper_items_equipped"]=6700, + ["hits_ignore_enemy_fire_resistance_while_you_are_ignited"]=6701, + ["hits_ignore_enemy_monster_physical_damage_reduction_%_chance"]=6703, + ["hits_ignore_enemy_monster_physical_damage_reduction_if_blocked_in_past_20_seconds"]=6702, + ["hits_that_cause_bleeding_consume_pinned_to_gain_bleeding_effect_+%"]=6704, + ["hits_treat_enemy_cold_resistance_as_x%"]=6705, + ["hits_treat_enemy_fire_resistance_as_x%"]=6706, + ["hits_treat_enemy_lightning_resistance_as_x%"]=6707, + ["holy_and_shockwave_totem_have_physical_damage_%_to_gain_as_fire_damage_when_linked_by_searing_bond"]=6708, + ["holy_path_teleport_range_+%"]=6709, + ["holy_relic_area_of_effect_+%"]=6710, + ["holy_relic_buff_effect_+%"]=6711, + ["holy_relic_cooldown_recovery_+%"]=6712, + ["holy_relic_damage_+%"]=6713, + ["hydro_sphere_pulse_frequency_+%"]=6714, + ["ice_and_lightning_trap_base_penetrate_elemental_resistances_%"]=6715, + ["ice_and_lightning_trap_can_be_triggered_by_warcries"]=6716, + ["ice_and_lightning_traps_cannot_be_triggered_by_enemies"]=6717, + ["ice_crash_and_glacial_hammer_enemies_covered_in_frost_as_unfrozen"]=6718, + ["ice_crash_damage_+%"]=3267, + ["ice_crash_first_stage_damage_+%_final"]=6719, + ["ice_crash_physical_damage_%_to_gain_as_cold_damage"]=3554, + ["ice_crash_radius_+%"]=3407, + ["ice_crystal_maximum_life_+%"]=6720, + ["ice_dash_cooldown_speed_+%"]=6721, + ["ice_dash_duration_+%"]=6722, + ["ice_dash_travel_distance_+%"]=6723, + ["ice_golem_damage_+%"]=3280, + ["ice_golem_elemental_resistances_%"]=3559, + ["ice_nova_chill_minimum_slow_%"]=6724, + ["ice_nova_damage_+%"]=3250, + ["ice_nova_freeze_chance_%"]=3537, + ["ice_nova_radius_+%"]=3394, + ["ice_shot_additional_pierce_per_10_old"]=6725, + ["ice_shot_area_angle_+%"]=6726, + ["ice_shot_damage_+%"]=3234, + ["ice_shot_duration_+%"]=3511, + ["ice_shot_pierce_+"]=6727, + ["ice_shot_radius_+%"]=3390, + ["ice_siphon_trap_chill_effect_+%"]=6728, + ["ice_siphon_trap_damage_+%"]=6729, + ["ice_siphon_trap_damage_taken_+%_per_beam"]=6730, + ["ice_siphon_trap_duration_+%"]=6731, + ["ice_spear_%_chance_to_gain_power_charge_on_critical_strike"]=3546, + ["ice_spear_and_ball_lightning_projectiles_nova"]=6732, + ["ice_spear_and_ball_lightning_projectiles_return"]=6733, + ["ice_spear_damage_+%"]=3251, + ["ice_spear_distance_before_form_change_+%"]=6734, + ["ice_spear_number_of_additional_projectiles"]=6735, + ["ice_spear_second_form_critical_strike_chance_+%"]=3692, + ["ice_spear_second_form_critical_strike_multiplier_+"]=3693, + ["ice_spear_second_form_projectile_speed_+%_final"]=3694, + ["ice_trap_cold_resistance_penetration_%"]=6736, + ["ice_trap_cooldown_speed_+%"]=3467, + ["ice_trap_damage_+%"]=3316, + ["ice_trap_radius_+%"]=3420, + ["ignite_as_though_dealing_X_damage_in_your_presence"]=6737, ["ignite_chance_+%"]=1008, - ["ignite_duration_+%"]=1580, - ["ignite_effect_+%_against_frozen_enemies"]=6621, - ["ignite_effect_on_self_+%"]=6619, - ["ignite_prevention_ms_when_ignited"]=2595, - ["ignite_proliferation_radius_15"]=1914, - ["ignite_shock_chill_duration_+%"]=6622, - ["ignite_slower_burn_%"]=2283, - ["ignited_enemies_explode_on_kill"]=2310, - ["ignites_and_chill_apply_elemental_resistance_+"]=6623, - ["ignites_apply_fire_resistance_+"]=6624, - ["ignites_reflected_to_self"]=2720, - ["ignore_armour_movement_penalties"]=1887, - ["ignore_hexproof"]=2315, - ["ignore_strength_requirements_of_melee_weapons_and_skills"]=6625, - ["ignores_enemy_cold_resistance"]=6626, - ["ignores_enemy_fire_resistance"]=6627, - ["ignores_enemy_lightning_resistance"]=6628, - ["imbue_weapon_max_exerts"]=6629, - ["immortal_call_%_chance_to_not_consume_endurance_charges"]=3653, - ["immortal_call_buff_effect_duration_+%_per_removable_endurance_charge"]=6630, - ["immortal_call_duration_+%"]=3531, - ["immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad"]=6631, - ["immune_to_ally_buff_auras"]=2701, - ["immune_to_bleeding"]=3839, - ["immune_to_bleeding_if_helmet_grants_higher_armour_than_evasion"]=6632, - ["immune_to_burning_shocks_and_chilled_ground"]=6633, - ["immune_to_curses_if_cast_dispair_in_past_10_seconds"]=6634, - ["immune_to_curses_on_killing_cursed_enemy_for_remaining_duration_of_curse"]=6635, - ["immune_to_curses_while_at_least_X_rage"]=6636, - ["immune_to_curses_while_channelling"]=6637, - ["immune_to_elemental_ailments_while_on_consecrated_ground"]=6638, - ["immune_to_elemental_ailments_while_on_consecrated_ground_at_devotion_threshold"]=6639, - ["immune_to_elemental_ailments_while_you_have_arcane_surge"]=6640, - ["immune_to_elemental_status_ailments_during_flask_effect"]=3848, - ["immune_to_elemental_status_ailments_while_affected_by_glorious_madness"]=9552, - ["immune_to_exposure"]=6641, - ["immune_to_exposure_if_cast_elemental_weakness_in_past_10_seconds"]=6642, - ["immune_to_freeze_and_chill_while_ignited"]=6643, - ["immune_to_freeze_while_affected_by_purity_of_ice"]=6644, - ["immune_to_hinder"]=6645, - ["immune_to_ignite_and_shock"]=6646, - ["immune_to_ignite_while_affected_by_purity_of_fire"]=6647, - ["immune_to_maim"]=6648, - ["immune_to_poison"]=3255, - ["immune_to_poison_if_helmet_grants_higher_evasion_than_armour"]=6649, - ["immune_to_reflect_damage_if_cast_punishment_in_past_10_seconds"]=6650, - ["immune_to_shock_while_affected_by_purity_of_lightning"]=6651, - ["immune_to_status_ailments_while_focused"]=6652, - ["immune_to_status_ailments_while_phased"]=3116, - ["immune_to_thorns_damage"]=6653, - ["immune_to_wither"]=6654, - ["impacting_steel_%_chance_to_not_consume_ammo"]=6655, - ["impale_inflicted_by_two_handed_weapons_magnitude_+%"]=6656, - ["impale_magnitude_+%"]=6657, - ["impale_magnitude_+%_for_impales_inflicted_by_two_handed_weapons_on_non_impaled_enemies"]=6658, - ["impale_magnitude_+%_for_impales_inflicted_on_non_impaled_enemies"]=6659, - ["impale_on_hit_%_chance"]=6660, - ["impale_on_hit_%_chance_with_axes_swords"]=6661, - ["impending_doom_base_added_chaos_damage_%_of_current_mana"]=6662, - ["impurity_cold_damage_taken_+%_final"]=6663, - ["impurity_fire_damage_taken_+%_final"]=6664, - ["impurity_lightning_damage_taken_+%_final"]=6665, - ["incinerate_damage_+%"]=3306, - ["incinerate_damage_+%_per_stage"]=3633, - ["incinerate_projectile_speed_+%"]=3528, - ["incinerate_starts_with_X_additional_stages"]=6666, - ["incision_effect_+%"]=6667, - ["incision_you_inflict_applies_%_increased_physical_damage_taken"]=6668, - ["increase_crit_chance_by_lowest_of_str_or_int"]=6669, - ["increased_critical_strike_chance_buff_for_x_milliseconds_on_placing_a_totem"]=1351, - ["infernal_blow_damage_+%"]=3277, - ["infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance"]=6670, - ["infernal_blow_infernal_blow_explosion_damage_%_of_total_per_stack"]=6671, - ["infernal_blow_physical_damage_%_to_gain_as_fire_damage"]=3589, - ["infernal_blow_radius_+%"]=3439, - ["infernal_cry_area_of_effect_+%"]=6672, - ["infernal_cry_cooldown_speed_+%"]=6673, - ["infernal_familiar_burn_damage"]=6674, - ["infernal_familiar_nearby_enemies_fire_damage_taken_+%"]=6675, - ["infernal_familiar_revive_if_killed_by_enemies_ms"]=6676, - ["infernal_familiar_total_burn_radius"]=6674, - ["infernal_flame_instead_of_mana"]=6339, - ["infernalist_burn_life_and_es_%_per_second_if_crit_recently"]=6677, - ["infernalist_critical_strike_chance_+%_final"]=6678, - ["infernalist_critical_strike_multiplier_+%_final"]=6679, - ["infinite_parry_blocked_projectile_distance"]=6680, - ["inflict_all_exposure_on_enemies_when_suppressing_their_spell"]=6681, - ["inflict_all_exposure_on_hit"]=6682, - ["inflict_cold_exposure_if_cast_frostbite_in_past_10_seconds"]=6683, - ["inflict_cold_exposure_on_hit_%_chance_at_devotion_threshold"]=6684, - ["inflict_cold_exposure_on_ignite"]=6685, - ["inflict_fire_exposure_if_cast_flammability_in_past_10_seconds"]=6686, - ["inflict_fire_exposure_on_hit_%_chance_at_devotion_threshold"]=6687, - ["inflict_fire_exposure_on_hits_that_heavy_stun"]=6688, - ["inflict_fire_exposure_on_shock"]=6689, - ["inflict_lightning_exposure_if_cast_conductivity_in_past_10_seconds"]=6690, - ["inflict_lightning_exposure_on_crit"]=6691, - ["inflict_lightning_exposure_on_hit_%_chance_at_devotion_threshold"]=6692, - ["inflict_withered_for_2_seconds_on_hit_if_cast_dispair_in_past_10_seconds"]=6693, - ["inflict_withered_for_x_seconds_on_unwithered_enemies_when_they_enter_your_presence"]=6694, - ["inflicted_with_cold_exposure_on_taking_damage_from_cold_damage_hit_chance_%"]=6695, - ["inflicted_with_fire_exposure_on_taking_damage_from_fire_damage_hit_chance_%"]=6696, - ["inflicted_with_lightning_exposure_on_taking_damage_from_lightning_damage_hit_chance_%"]=6697, - ["inflicted_with_random_exposure_on_taking_damage_from_elemental_hit_chance_%"]=6698, - ["inflicted_with_wither_for_2_seconds_on_taking_chaos_damage_from_hit_chance_%"]=6699, - ["infusion_%_chance_to_gain_additional_infusion_charge"]=6700, - ["infusion_blast_area_of_effect_+%"]=6701, - ["infusion_blast_damage_+%"]=6702, - ["infusion_duration_+%"]=6703, - ["infusion_effect_+%"]=6704, - ["inquisitor_attack_damage_+%_final_per_non_instant_spell_cast_in_8_seconds_max_30%"]=6705, - ["inquisitor_aura_elemental_damage_+%_final"]=3235, - ["inspiration_charge_duration_+%"]=6706, - ["intelligence_+%"]=1114, - ["intelligence_+%_per_equipped_unique"]=2309, - ["intelligence_inherently_grants_life_instead_of_mana"]=1728, - ["intelligence_is_0"]=6707, - ["intelligence_skill_gem_level_+"]=6708, - ["intensity_loss_frequency_while_moving_+%"]=6709, - ["intimidate_enemies_for_4_seconds_on_block_while_holding_a_shield"]=6710, - ["intimidate_enemies_on_hit_if_cast_punishment_in_past_10_seconds"]=6711, - ["intimidate_enemy_on_block_for_duration_ms"]=6712, - ["intimidate_nearby_enemies_on_use_for_ms"]=6713, - ["intimidate_on_hit_chance_with_attacks_while_at_maximum_endurance_charges_%"]=6714, - ["intimidating_cry_area_of_effect_+%"]=6715, - ["intimidating_cry_cooldown_speed_+%"]=6716, - ["intuitive_link_duration_+%"]=6717, - ["iron_reflexes_rotation_active"]=9643, - ["is_blighted_map"]=6718, - ["is_hindered"]=3733, - ["is_petrified"]=3248, - ["item_drop_slots"]=8, - ["item_drops_on_death"]=2276, - ["item_found_quality_+%"]=1433, - ["item_found_quantity_+%"]=1424, - ["item_found_quantity_+%_if_wearing_a_magic_item"]=3835, - ["item_found_quantity_+%_per_chest_opened_recently"]=6719, - ["item_found_quantity_+%_per_white_socket_on_item"]=2434, - ["item_found_quantity_+%_when_on_low_life"]=1426, - ["item_found_rarity_+%"]=1428, - ["item_found_rarity_+%_if_wearing_a_normal_item"]=3834, - ["item_found_rarity_+%_per_white_socket_on_item"]=2435, - ["item_found_rarity_+%_when_on_low_life"]=1431, - ["item_found_rarity_+%_while_phasing"]=2224, - ["item_found_rarity_+1%_per_X_rampage_stacks"]=6720, - ["item_found_relevancy_+%"]=1434, - ["item_generation_can_have_multiple_crafted_mods"]=49, - ["item_generation_cannot_change_prefixes"]=44, - ["item_generation_cannot_change_suffixes"]=46, - ["item_generation_cannot_roll_attack_affixes"]=48, - ["item_generation_cannot_roll_caster_affixes"]=47, - ["item_generation_local_maximum_mod_required_level_override"]=51, - ["item_rarity_+%_while_using_flask"]=2460, - ["jagged_ground_duration_+%"]=6721, - ["jagged_ground_effect_+%"]=6722, - ["jagged_ground_enemy_damage_taken_+%"]=6723, - ["jewellery_hellscaping_speed_+%"]=6510, - ["jorrhasts_blacksteel_animate_weapon_duration_+%_final"]=2500, - ["kaoms_primacy_gain_rage_on_attack_crit_cooldown_ms"]=6724, - ["keystone_2_companions"]=9581, - ["keystone_acrobatics"]=9582, - ["keystone_alternate_dexterity_bonus"]=9583, - ["keystone_alternate_intelligence_bonus"]=9584, - ["keystone_alternate_strength_bonus"]=9585, - ["keystone_ancestral_bond"]=9586, - ["keystone_avatar_of_fire"]=9587, - ["keystone_battlemage"]=9588, - ["keystone_blood_magic"]=9589, - ["keystone_bulwark"]=9590, - ["keystone_call_to_arms"]=9591, - ["keystone_chaos_inoculation"]=9592, - ["keystone_charge_cycle"]=9593, - ["keystone_conduit"]=9594, - ["keystone_crimson_assault"]=9595, - ["keystone_crimson_dance"]=9596, - ["keystone_dance_with_death"]=9597, - ["keystone_divine_flesh"]=9598, - ["keystone_divine_shield"]=9599, - ["keystone_eldritch_battery"]=9600, - ["keystone_elemental_equilibrium"]=9601, - ["keystone_elemental_overload"]=9602, - ["keystone_emperors_heart"]=9603, - ["keystone_eternal_youth"]=9604, - ["keystone_everlasting_sacrifice"]=9605, - ["keystone_giants_blood"]=9606, - ["keystone_glancing_blows"]=9607, - ["keystone_heartstopper"]=9608, - ["keystone_hex_master"]=9609, - ["keystone_hollow_palm_technique"]=9610, - ["keystone_impale"]=9611, - ["keystone_iron_grip"]=9612, - ["keystone_iron_reflexes"]=9613, - ["keystone_iron_will"]=9614, - ["keystone_mana_shield"]=9615, - ["keystone_minion_instability"]=9616, - ["keystone_oasis"]=9617, - ["keystone_pain_attunement"]=9618, - ["keystone_point_blank"]=9619, - ["keystone_precise_technique"]=9620, - ["keystone_projectile_evasion"]=9621, - ["keystone_quiet_might"]=9622, - ["keystone_runebinder"]=9623, - ["keystone_sacred_bastion"]=9624, - ["keystone_secrets_of_suffering"]=9625, - ["keystone_shepherd_of_souls"]=6725, - ["keystone_unwavering_stance"]=9626, - ["keystone_vaal_pact"]=9627, - ["keystone_versatile_combatant"]=9628, - ["keystone_wind_dancer"]=9629, - ["keystone_zealots_oath"]=9630, - ["kill_enemy_on_hit_if_under_10%_life"]=1743, - ["kill_enemy_on_hit_if_under_15%_life"]=3837, - ["kill_enemy_on_hit_if_under_20%_life"]=3838, - ["killed_enemies_apply_impale_damage_to_nearby_enemies_on_death_%_chance"]=6726, - ["killed_monster_dropped_item_quantity_+%_when_frozen"]=2403, - ["killed_monster_dropped_item_rarity_+%_on_crit"]=2352, - ["killed_monster_dropped_item_rarity_+%_when_frozen"]=2406, - ["killed_monster_dropped_item_rarity_+%_when_frozen_or_shocked"]=2404, - ["killed_monster_dropped_item_rarity_+%_when_shattered"]=3220, - ["killed_monster_dropped_item_rarity_+%_when_shocked"]=2405, - ["kills_count_twice_for_rampage_%"]=6727, - ["kinetic_blast_%_chance_for_additional_blast"]=3743, - ["kinetic_blast_damage_+%"]=3322, - ["kinetic_blast_projectiles_gain_%_aoe_after_forking"]=6728, - ["kinetic_blast_radius_+%"]=3462, - ["kinetic_bolt_attack_speed_+%"]=6729, - ["kinetic_bolt_blast_and_power_siphon_base_stun_threshold_reduction_+%"]=6730, - ["kinetic_bolt_blast_and_power_siphon_chance_to_double_stun_duration_%"]=6731, - ["kinetic_bolt_projectile_speed_+%"]=6732, - ["kinetic_wand_base_number_of_zig_zags"]=6733, - ["knockback_chance_%_against_bleeding_enemies_with_hits"]=6734, - ["knockback_chance_%_at_close_range"]=6735, - ["knockback_distance_+%"]=1712, - ["knockback_distance_+%_final_vs_unique_enemies"]=6736, - ["knockback_on_counterattack_%"]=3264, - ["knockback_on_crit_with_bow"]=1667, - ["knockback_on_crit_with_projectile_damage"]=6737, - ["knockback_on_crit_with_quarterstaff"]=1668, - ["knockback_on_crit_with_wand"]=1669, - ["knockback_with_bow"]=1379, - ["knockback_with_staff"]=1380, - ["knockback_with_wand"]=1381, - ["labyrinth_darkshrine_additional_divine_font_use_display"]=6738, - ["labyrinth_darkshrine_boss_room_traps_are_disabled"]=6739, - ["labyrinth_darkshrine_divine_font_grants_one_additional_enchantment_use_to_player_x"]=6740, - ["labyrinth_darkshrine_izaro_dropped_unique_items_+"]=6741, - ["labyrinth_darkshrine_izaro_drops_x_additional_treasure_keys"]=6742, - ["labyrinth_darkshrine_players_damage_taken_from_labyrinth_traps_+%"]=6743, - ["labyrinth_darkshrine_players_have_shrine_row_x_effect_for_this_labyrinth"]=6744, - ["labyrinth_owner_x_addition_enchants"]=6745, - ["lancing_steel_%_chance_to_not_consume_ammo"]=6749, - ["lancing_steel_damage_+%"]=6746, - ["lancing_steel_impale_chance_%"]=6747, - ["lancing_steel_number_of_additional_projectiles"]=6748, - ["lancing_steel_primary_proj_pierce_num"]=6750, - ["leap_slam_attack_speed_+%"]=3489, - ["leap_slam_damage_+%"]=3293, - ["leap_slam_radius_+%"]=3446, - ["leech_%_is_instant"]=6751, - ["leech_rate_+%"]=1862, - level=7, - ["lich_mana_cost_+%_final_if_you_have_no_energy_shield"]=151, - ["life_%_gained_on_kill_if_spent_life_recently"]=2624, - ["life_+%_with_no_corrupted_equipped_items"]=3826, - ["life_and_energy_shield_recovery_rate_+%"]=6752, - ["life_and_energy_shield_recovery_rate_+%_if_stopped_taking_damage_over_time_recently"]=6753, - ["life_and_energy_shield_recovery_rate_+%_per_minion_up_to_30%"]=6754, - ["life_and_energy_shield_recovery_rate_+%_per_power_charge"]=6755, - ["life_and_energy_shield_recovery_rate_+%_while_affected_by_malevolence"]=6756, - ["life_and_mana_flasks_can_be_equipped_in_either_slot"]=6757, - ["life_and_mana_gain_per_hit"]=1468, - ["life_degeneration_%_per_minute_not_in_grace"]=1658, - ["life_degeneration_per_minute_not_in_grace"]=1412, - ["life_flask_charges_gained_+%"]=6758, - ["life_flask_charges_recovered_per_3_seconds"]=6759, - ["life_flask_effects_are_not_removed_at_full_life"]=6760, - ["life_flask_recovery_can_overcap_life"]=6761, - ["life_flask_recovery_is_instant"]=6762, - ["life_flask_recovery_is_instant_while_on_low_life"]=6763, - ["life_flasks_do_not_recover_life"]=6764, - ["life_flasks_gain_X_charges_every_3_seconds_if_you_have_not_used_a_life_flask_recently"]=6765, - ["life_flasks_gain_X_charges_on_suppressing_spell"]=6766, - ["life_flasks_gain_a_charge_on_hit_once_per_second"]=6767, - ["life_flasks_gain_x_charges_when_you_hit_your_marked_enemy"]=6768, - ["life_gain_on_ignited_enemy_hit"]=1470, - ["life_gain_per_target"]=1466, - ["life_gain_per_target_hit_while_affected_by_vitality"]=6769, - ["life_gain_per_target_if_have_used_a_vaal_skill_recently"]=6770, - ["life_gained_on_attack_hit_vs_cursed_enemies"]=6771, - ["life_gained_on_bleeding_enemy_hit"]=3214, - ["life_gained_on_block"]=1483, - ["life_gained_on_cull"]=6772, - ["life_gained_on_enemy_death_per_frenzy_charge"]=2623, - ["life_gained_on_enemy_death_per_level"]=2659, - ["life_gained_on_hit_per_enemy_status_ailment"]=2752, - ["life_gained_on_kill_per_wither_stack_on_slain_enemy_%"]=6773, - ["life_gained_on_killing_ignited_enemies"]=1479, - ["life_gained_on_spell_hit_per_enemy_status_ailment"]=2753, - ["life_gained_on_taunting_enemy"]=1506, - ["life_leech_%_is_instant_per_defiance"]=6777, - ["life_leech_%_maximum_life_on_spell_cast"]=6778, - ["life_leech_also_recovers_based_on_elemental_damage_types"]=6774, - ["life_leech_can_overcap_life"]=6775, - ["life_leech_excess_goes_to_energy_shield"]=6776, - ["life_leech_from_physical_attack_damage_permyriad_vs_bleeding_enemies"]=1465, - ["life_leech_rate_+%_per_equipped_corrupted_item"]=2776, - ["life_leech_recovers_based_on_your_chaos_damage_instead_of_physical_damage"]=6779, - ["life_leeched_from_hits_also_leeches_same_amount_to_allies_in_presence"]=6780, - ["life_leeched_from_hits_also_leeches_same_amount_to_companions"]=6781, - ["life_loss_%_per_minute_if_have_been_hit_recently"]=6782, - ["life_lost_%_per_minute_nonlethal"]=6783, - ["life_mana_es_recovery_rate_+%_per_endurance_charge"]=6784, - ["life_mana_flasks_restore_mana_life"]=6785, - ["life_mastery_count_maximum_life_+%_final"]=6786, - ["life_per_level"]=6787, - ["life_recoup_also_applies_to_energy_shield"]=6788, - ["life_recoup_applies_to_energy_shield_instead"]=6789, - ["life_recovery_+%_from_flasks_while_on_low_life"]=6795, - ["life_recovery_from_flasks_also_recovers_energy_shield"]=6790, - ["life_recovery_from_flasks_applies_to_companions"]=6791, - ["life_recovery_from_flasks_apply_to_minions_in_your_presence"]=6792, - ["life_recovery_from_flasks_instead_applies_to_nearby_allies_%"]=6793, - ["life_recovery_from_regeneration_is_not_applied"]=6794, - ["life_recovery_rate_+%"]=1414, - ["life_recovery_rate_+%_if_have_taken_fire_damage_from_an_enemy_hit_recently"]=6797, - ["life_recovery_rate_+%_if_havent_killed_recently"]=6798, - ["life_recovery_rate_+%_per_5%_missing_life"]=6796, - ["life_recovery_rate_+%_while_affected_by_vitality"]=6799, - ["life_recovery_rate_while_in_presence_of_companion_+%"]=6800, - ["life_regen_per_minute_per_endurance_charge"]=2693, - ["life_regenerate_rate_per_second_%_while_totem_active"]=3680, - ["life_regeneration_%_per_minute_if_detonated_mine_recently"]=6815, - ["life_regeneration_%_per_minute_if_player_minion_died_recently"]=6816, - ["life_regeneration_%_per_minute_if_stunned_an_enemy_recently"]=6801, - ["life_regeneration_per_minute_%_per_ailment_affecting_you"]=6806, - ["life_regeneration_per_minute_%_per_fortification"]=6807, - ["life_regeneration_per_minute_%_while_affected_by_guard_skill"]=6808, - ["life_regeneration_per_minute_%_while_burning"]=6809, - ["life_regeneration_per_minute_%_while_channelling"]=6810, - ["life_regeneration_per_minute_%_while_fortified"]=2869, - ["life_regeneration_per_minute_%_while_frozen"]=3380, - ["life_regeneration_per_minute_if_you_have_at_least_1000_maximum_energy_shield"]=4005, - ["life_regeneration_per_minute_if_you_have_at_least_1500_maximum_energy_shield"]=4006, - ["life_regeneration_per_minute_if_you_have_at_least_500_maximum_energy_shield"]=4004, - ["life_regeneration_per_minute_in_blood_stance"]=9067, - ["life_regeneration_per_minute_per_1%_uncapped_fire_damage_resistance"]=6802, - ["life_regeneration_per_minute_per_active_buff"]=6803, - ["life_regeneration_per_minute_per_maximum_energy_shield"]=6804, - ["life_regeneration_per_minute_per_nearby_corpse"]=6805, - ["life_regeneration_per_minute_while_affected_by_vitality"]=6811, - ["life_regeneration_per_minute_while_ignited"]=6812, - ["life_regeneration_per_minute_while_moving"]=6813, - ["life_regeneration_per_minute_while_you_have_avians_flight"]=6814, - ["life_regeneration_per_minute_with_no_corrupted_equipped_items"]=3827, - ["life_regeneration_rate_+%"]=988, - ["life_regeneration_rate_+%_while_es_full"]=2754, - ["life_regeneration_rate_+%_while_moving"]=6839, - ["life_regeneration_rate_+%_while_on_low_life"]=6840, - ["life_regeneration_rate_+%_while_stationary"]=6841, - ["life_regeneration_rate_+%_while_using_life_flask"]=6817, - ["life_regeneration_rate_per_minute_%"]=1659, - ["life_regeneration_rate_per_minute_%_if_blocked_recently"]=6822, - ["life_regeneration_rate_per_minute_%_if_consumed_corpse_recently"]=6823, - ["life_regeneration_rate_per_minute_%_if_crit_in_past_8_seconds"]=6824, - ["life_regeneration_rate_per_minute_%_if_have_been_hit_recently"]=6825, - ["life_regeneration_rate_per_minute_%_if_have_taken_fire_damage_from_an_enemy_hit_recently"]=6826, - ["life_regeneration_rate_per_minute_%_if_hit_cursed_enemy_recently"]=6818, - ["life_regeneration_rate_per_minute_%_if_taunted_an_enemy_recently"]=3847, - ["life_regeneration_rate_per_minute_%_if_used_life_flask_in_past_10_seconds"]=6827, - ["life_regeneration_rate_per_minute_%_per_500_maximum_energy_shield"]=6828, - ["life_regeneration_rate_per_minute_%_per_endurance_charge"]=1413, - ["life_regeneration_rate_per_minute_%_per_fragile_regrowth"]=4031, - ["life_regeneration_rate_per_minute_%_per_frenzy_charge"]=2338, - ["life_regeneration_rate_per_minute_%_per_mine_detonated_recently_up_to_20%"]=6829, - ["life_regeneration_rate_per_minute_%_per_nearby_corpse_up_to_3%"]=6830, - ["life_regeneration_rate_per_minute_%_per_power_charge"]=6831, - ["life_regeneration_rate_per_minute_%_per_raised_zombie"]=6832, - ["life_regeneration_rate_per_minute_%_per_trap_triggered_recently_up_to_20%"]=6833, - ["life_regeneration_rate_per_minute_%_when_on_chilled_ground"]=1855, - ["life_regeneration_rate_per_minute_%_when_on_low_life"]=1660, - ["life_regeneration_rate_per_minute_%_while_affected_by_damaging_ailment"]=6819, - ["life_regeneration_rate_per_minute_%_while_affected_by_vitality"]=6820, - ["life_regeneration_rate_per_minute_%_while_moving"]=6834, - ["life_regeneration_rate_per_minute_%_while_stationary"]=6835, - ["life_regeneration_rate_per_minute_%_while_surrounded"]=6821, - ["life_regeneration_rate_per_minute_%_while_using_flask"]=6836, - ["life_regeneration_rate_per_minute_%_with_400_or_more_strength"]=6837, - ["life_regeneration_rate_per_minute_for_each_equipped_uncorrupted_item"]=2777, - ["life_regeneration_rate_per_minute_per_level"]=2649, - ["life_regeneration_rate_per_minute_while_on_low_life"]=6838, - ["life_reserved_by_stat_%"]=2161, + ["ignite_duration_+%"]=1563, + ["ignite_effect_+%_against_frozen_enemies"]=6739, + ["ignite_effect_+%_if_consumed_endurance_charge_recently"]=6740, + ["ignite_effect_on_self_+%"]=6738, + ["ignite_prevention_ms_when_ignited"]=2558, + ["ignite_proliferation_radius_15"]=1893, + ["ignite_shock_chill_duration_+%"]=6741, + ["ignite_slower_burn_%"]=2251, + ["ignited_enemies_explode_on_kill"]=2278, + ["ignites_and_chill_apply_elemental_resistance_+"]=6742, + ["ignites_apply_fire_resistance_+"]=6743, + ["ignites_reflected_to_self"]=2675, + ["ignore_armour_movement_penalties"]=1864, + ["ignore_armour_movement_penalties_if_you_have_at_least_100_tribute"]=6744, + ["ignore_hexproof"]=2283, + ["ignore_strength_requirements_of_melee_weapons_and_skills"]=6745, + ["ignores_enemy_cold_resistance"]=6746, + ["ignores_enemy_fire_resistance"]=6747, + ["ignores_enemy_lightning_resistance"]=6748, + ["imbue_weapon_max_exerts"]=6749, + ["immortal_call_%_chance_to_not_consume_endurance_charges"]=3596, + ["immortal_call_buff_effect_duration_+%_per_removable_endurance_charge"]=6750, + ["immortal_call_duration_+%"]=3477, + ["immortal_call_elemental_damage_taken_+%_final_per_endurance_charge_consumed_permyriad"]=6751, + ["immune_to_ally_buff_auras"]=2656, + ["immune_to_bleeding"]=3781, + ["immune_to_bleeding_if_helmet_grants_higher_armour_than_evasion"]=6752, + ["immune_to_burning_shocks_and_chilled_ground"]=6753, + ["immune_to_chill_if_majority_blue_supports_socketed"]=6754, + ["immune_to_corrupted_blood"]=6755, + ["immune_to_curses_if_cast_dispair_in_past_10_seconds"]=6756, + ["immune_to_curses_on_killing_cursed_enemy_for_remaining_duration_of_curse"]=6757, + ["immune_to_curses_while_at_least_X_rage"]=6758, + ["immune_to_curses_while_channelling"]=6759, + ["immune_to_elemental_ailments_while_on_consecrated_ground"]=6760, + ["immune_to_elemental_ailments_while_on_consecrated_ground_at_devotion_threshold"]=6761, + ["immune_to_elemental_ailments_while_you_have_arcane_surge"]=6762, + ["immune_to_elemental_status_ailments_during_flask_effect"]=3790, + ["immune_to_elemental_status_ailments_while_affected_by_glorious_madness"]=9832, + ["immune_to_exposure"]=6763, + ["immune_to_exposure_if_cast_elemental_weakness_in_past_10_seconds"]=6764, + ["immune_to_freeze_and_chill_while_ignited"]=6765, + ["immune_to_freeze_chill_while_ice_archon"]=6766, + ["immune_to_freeze_while_affected_by_purity_of_ice"]=6767, + ["immune_to_hinder"]=6768, + ["immune_to_ignite_and_shock"]=6769, + ["immune_to_ignite_if_majority_red_supports_socketed"]=6770, + ["immune_to_ignite_while_affected_by_purity_of_fire"]=6771, + ["immune_to_ignite_while_flame_archon"]=6772, + ["immune_to_maim"]=6773, + ["immune_to_poison"]=3201, + ["immune_to_poison_if_helmet_grants_higher_evasion_than_armour"]=6774, + ["immune_to_reflect_damage_if_cast_punishment_in_past_10_seconds"]=6775, + ["immune_to_shock_if_majority_green_supports_socketed"]=6776, + ["immune_to_shock_while_affected_by_purity_of_lightning"]=6777, + ["immune_to_shock_while_lightning_archon"]=6778, + ["immune_to_status_ailments_while_focused"]=6779, + ["immune_to_status_ailments_while_phased"]=3064, + ["immune_to_thorns_damage"]=6780, + ["immune_to_wither"]=6781, + ["impacting_steel_%_chance_to_not_consume_ammo"]=6782, + ["impale_inflicted_by_two_handed_weapons_magnitude_+%"]=6783, + ["impale_magnitude_+%"]=6784, + ["impale_magnitude_+%_for_impales_inflicted_by_two_handed_weapons_on_non_impaled_enemies"]=6785, + ["impale_magnitude_+%_for_impales_inflicted_on_non_impaled_enemies"]=6786, + ["impale_on_hit_%_chance"]=6787, + ["impale_on_hit_%_chance_with_axes_swords"]=6788, + ["impending_doom_base_added_chaos_damage_%_of_current_mana"]=6789, + ["impurity_cold_damage_taken_+%_final"]=6790, + ["impurity_fire_damage_taken_+%_final"]=6791, + ["impurity_lightning_damage_taken_+%_final"]=6792, + ["incinerate_damage_+%"]=3252, + ["incinerate_damage_+%_per_stage"]=3576, + ["incinerate_projectile_speed_+%"]=3474, + ["incinerate_starts_with_X_additional_stages"]=6793, + ["incision_effect_+%"]=6794, + ["incision_you_inflict_applies_%_increased_physical_damage_taken"]=6795, + ["increase_crit_chance_by_lowest_of_str_or_int"]=6796, + ["increased_critical_strike_chance_buff_for_x_milliseconds_on_placing_a_totem"]=1339, + ["infernal_blow_damage_+%"]=3223, + ["infernal_blow_explosion_applies_uncharged_debuff_on_hit_%_chance"]=6797, + ["infernal_blow_infernal_blow_explosion_damage_%_of_total_per_stack"]=6798, + ["infernal_blow_physical_damage_%_to_gain_as_fire_damage"]=3534, + ["infernal_blow_radius_+%"]=3385, + ["infernal_cry_area_of_effect_+%"]=6799, + ["infernal_cry_cooldown_speed_+%"]=6800, + ["infernal_familiar_burn_damage"]=6801, + ["infernal_familiar_nearby_enemies_fire_damage_taken_+%"]=6802, + ["infernal_familiar_revive_if_killed_by_enemies_ms"]=6803, + ["infernal_familiar_total_burn_radius"]=6801, + ["infernal_flame_instead_of_mana_at_%_ratio"]=6444, + ["infernalist_burn_life_and_es_%_per_second_if_crit_recently"]=6804, + ["infernalist_critical_strike_chance_+%_final"]=6805, + ["infernalist_critical_strike_multiplier_+%_final"]=6806, + ["infinite_active_block_distance"]=6807, + ["inflict_all_exposure_on_hit"]=6808, + ["inflict_cold_exposure_if_cast_frostbite_in_past_10_seconds"]=6809, + ["inflict_cold_exposure_on_hit_%_chance_at_devotion_threshold"]=6810, + ["inflict_cold_exposure_on_ignite"]=6811, + ["inflict_fire_exposure_if_cast_flammability_in_past_10_seconds"]=6812, + ["inflict_fire_exposure_on_hit_%_chance_at_devotion_threshold"]=6813, + ["inflict_fire_exposure_on_hits_that_heavy_stun"]=6814, + ["inflict_fire_exposure_on_shock"]=6815, + ["inflict_lightning_exposure_if_cast_conductivity_in_past_10_seconds"]=6816, + ["inflict_lightning_exposure_on_crit"]=6817, + ["inflict_lightning_exposure_on_electrocute_for_x_seconds"]=6818, + ["inflict_lightning_exposure_on_hit_%_chance_at_devotion_threshold"]=6819, + ["inflict_withered_for_2_seconds_on_hit_if_cast_dispair_in_past_10_seconds"]=6820, + ["inflict_withered_for_x_seconds_on_unwithered_enemies_when_they_enter_your_presence"]=6821, + ["inflicted_with_cold_exposure_on_taking_damage_from_cold_damage_hit_chance_%"]=6822, + ["inflicted_with_fire_exposure_on_taking_damage_from_fire_damage_hit_chance_%"]=6823, + ["inflicted_with_lightning_exposure_on_taking_damage_from_lightning_damage_hit_chance_%"]=6824, + ["inflicted_with_random_exposure_on_taking_damage_from_elemental_hit_chance_%"]=6825, + ["inflicted_with_wither_for_2_seconds_on_taking_chaos_damage_from_hit_chance_%"]=6826, + ["infusion_blast_area_of_effect_+%"]=6827, + ["infusion_blast_damage_+%"]=6828, + ["infusion_duration_+%"]=6829, + ["inquisitor_attack_damage_+%_final_per_non_instant_spell_cast_in_8_seconds_max_30%"]=6830, + ["inquisitor_aura_elemental_damage_+%_final"]=3181, + ["inspiration_charge_duration_+%"]=6831, + ["instilling_%_chance_to_gain_additional_instilling_stack"]=6832, + ["intelligence_+%"]=1102, + ["intelligence_+%_per_equipped_unique"]=2277, + ["intelligence_inherently_grants_life_instead_of_mana"]=1705, + ["intelligence_is_0"]=6833, + ["intelligence_skill_gem_level_+"]=6834, + ["intensity_loss_frequency_while_moving_+%"]=6835, + ["intimidate_enemies_for_4_seconds_on_block_while_holding_a_shield"]=6836, + ["intimidate_enemies_on_hit_if_cast_punishment_in_past_10_seconds"]=6837, + ["intimidate_enemy_on_block_for_duration_ms"]=6838, + ["intimidate_nearby_enemies_on_use_for_ms"]=6839, + ["intimidate_on_hit_chance_with_attacks_while_at_maximum_endurance_charges_%"]=6840, + ["intimidating_cry_area_of_effect_+%"]=6841, + ["intimidating_cry_cooldown_speed_+%"]=6842, + ["intuitive_link_duration_+%"]=6843, + ["invocation_skill_maximum_energy_+%"]=6844, + ["invocation_spell_chance_to_cost_half_energy_%"]=6845, + ["invocation_spell_critical_strike_chance_+%"]=6846, + ["invocation_spell_critical_strike_multiplier_+"]=6847, + ["invocation_spell_damage_+%"]=6848, + ["iron_reflexes_rotation_active"]=9923, + ["is_blighted_map"]=6849, + ["is_hindered"]=3675, + ["is_petrified"]=3194, + ["item_drop_slots"]=10, + ["item_drops_on_death"]=2244, + ["item_found_quality_+%"]=1416, + ["item_found_quantity_+%"]=1407, + ["item_found_quantity_+%_if_wearing_a_magic_item"]=3777, + ["item_found_quantity_+%_per_chest_opened_recently"]=6850, + ["item_found_quantity_+%_per_white_socket_on_item"]=2400, + ["item_found_quantity_+%_when_on_low_life"]=1409, + ["item_found_rarity_+%"]=1411, + ["item_found_rarity_+%_if_wearing_a_normal_item"]=3776, + ["item_found_rarity_+%_per_white_socket_on_item"]=2401, + ["item_found_rarity_+%_when_on_low_life"]=1414, + ["item_found_rarity_+%_while_phasing"]=2193, + ["item_found_rarity_+1%_per_X_rampage_stacks"]=6851, + ["item_found_relevancy_+%"]=1417, + ["item_generation_can_have_multiple_crafted_mods"]=51, + ["item_generation_cannot_change_prefixes"]=46, + ["item_generation_cannot_change_suffixes"]=48, + ["item_generation_cannot_roll_attack_affixes"]=50, + ["item_generation_cannot_roll_caster_affixes"]=49, + ["item_generation_local_maximum_mod_required_level_override"]=53, + ["item_rarity_+%_while_using_flask"]=2426, + ["jagged_ground_duration_+%"]=6852, + ["jagged_ground_effect_+%"]=6853, + ["jagged_ground_enemy_damage_taken_+%"]=6854, + ["jewellery_hellscaping_speed_+%"]=6622, + ["jorrhasts_blacksteel_animate_weapon_duration_+%_final"]=2465, + ["kaoms_primacy_gain_rage_on_attack_crit_cooldown_ms"]=6855, + ["keystone_2_companions"]=9861, + ["keystone_acrobatics"]=9862, + ["keystone_alternate_dexterity_bonus"]=9863, + ["keystone_alternate_intelligence_bonus"]=9864, + ["keystone_alternate_strength_bonus"]=9865, + ["keystone_ancestral_bond"]=9866, + ["keystone_auto_invocation"]=9867, + ["keystone_avatar_of_fire"]=9868, + ["keystone_battlemage"]=9869, + ["keystone_blood_magic"]=9870, + ["keystone_bulwark"]=9871, + ["keystone_call_to_arms"]=9872, + ["keystone_chaos_inoculation"]=9873, + ["keystone_charge_cycle"]=9874, + ["keystone_conduit"]=9875, + ["keystone_crimson_assault"]=9876, + ["keystone_crimson_dance"]=9877, + ["keystone_dance_with_death"]=9878, + ["keystone_divine_flesh"]=9879, + ["keystone_divine_shield"]=9880, + ["keystone_eldritch_battery"]=9881, + ["keystone_elemental_equilibrium"]=9882, + ["keystone_elemental_overload"]=9883, + ["keystone_emperors_heart"]=9884, + ["keystone_eternal_youth"]=9885, + ["keystone_everlasting_sacrifice"]=9886, + ["keystone_fire_spells_become_chaos_spells"]=9887, + ["keystone_giants_blood"]=9888, + ["keystone_glancing_blows"]=9889, + ["keystone_heartstopper"]=9890, + ["keystone_hex_master"]=9891, + ["keystone_hollow_palm_technique"]=9892, + ["keystone_impale"]=9893, + ["keystone_iron_grip"]=9894, + ["keystone_iron_reflexes"]=9895, + ["keystone_iron_will"]=9896, + ["keystone_mana_shield"]=9897, + ["keystone_minion_instability"]=9898, + ["keystone_oasis"]=9899, + ["keystone_pain_attunement"]=9900, + ["keystone_point_blank"]=9901, + ["keystone_precise_technique"]=9902, + ["keystone_quiet_might"]=9903, + ["keystone_runebinder"]=9904, + ["keystone_sacred_bastion"]=9905, + ["keystone_secrets_of_suffering"]=9906, + ["keystone_shepherd_of_souls"]=6856, + ["keystone_unwavering_stance"]=9907, + ["keystone_vaal_pact"]=9908, + ["keystone_versatile_combatant"]=9909, + ["keystone_zealots_oath"]=9910, + ["kill_enemy_on_hit_if_under_10%_life"]=1720, + ["kill_enemy_on_hit_if_under_15%_life"]=3779, + ["kill_enemy_on_hit_if_under_20%_life"]=3780, + ["killed_enemies_apply_impale_damage_to_nearby_enemies_on_death_%_chance"]=6857, + ["killed_monster_dropped_item_quantity_+%_when_frozen"]=2371, + ["killed_monster_dropped_item_rarity_+%_on_crit"]=2320, + ["killed_monster_dropped_item_rarity_+%_when_frozen"]=2374, + ["killed_monster_dropped_item_rarity_+%_when_frozen_or_shocked"]=2372, + ["killed_monster_dropped_item_rarity_+%_when_shattered"]=3167, + ["killed_monster_dropped_item_rarity_+%_when_shocked"]=2373, + ["kills_count_twice_for_rampage_%"]=6858, + ["kinetic_blast_%_chance_for_additional_blast"]=3685, + ["kinetic_blast_damage_+%"]=3268, + ["kinetic_blast_projectiles_gain_%_aoe_after_forking"]=6859, + ["kinetic_blast_radius_+%"]=3408, + ["kinetic_bolt_attack_speed_+%"]=6860, + ["kinetic_bolt_blast_and_power_siphon_base_stun_threshold_reduction_+%"]=6861, + ["kinetic_bolt_blast_and_power_siphon_chance_to_double_stun_duration_%"]=6862, + ["kinetic_bolt_projectile_speed_+%"]=6863, + ["kinetic_wand_base_number_of_zig_zags"]=6864, + ["knockback_chance_%_against_bleeding_enemies_with_hits"]=6865, + ["knockback_chance_%_at_close_range"]=6866, + ["knockback_distance_+%"]=1689, + ["knockback_distance_+%_final_vs_unique_enemies"]=6867, + ["knockback_on_counterattack_%"]=3210, + ["knockback_on_crit_with_bow"]=1646, + ["knockback_on_crit_with_projectile_damage"]=6868, + ["knockback_on_crit_with_quarterstaff"]=1647, + ["knockback_on_crit_with_wand"]=1648, + ["knockback_with_bow"]=1367, + ["knockback_with_staff"]=1368, + ["knockback_with_wand"]=1369, + ["labyrinth_darkshrine_additional_divine_font_use_display"]=6869, + ["labyrinth_darkshrine_boss_room_traps_are_disabled"]=6870, + ["labyrinth_darkshrine_divine_font_grants_one_additional_enchantment_use_to_player_x"]=6871, + ["labyrinth_darkshrine_izaro_dropped_unique_items_+"]=6872, + ["labyrinth_darkshrine_izaro_drops_x_additional_treasure_keys"]=6873, + ["labyrinth_darkshrine_players_damage_taken_from_labyrinth_traps_+%"]=6874, + ["labyrinth_darkshrine_players_have_shrine_row_x_effect_for_this_labyrinth"]=6875, + ["labyrinth_owner_x_addition_enchants"]=6876, + ["lancing_steel_%_chance_to_not_consume_ammo"]=6880, + ["lancing_steel_damage_+%"]=6877, + ["lancing_steel_impale_chance_%"]=6878, + ["lancing_steel_number_of_additional_projectiles"]=6879, + ["lancing_steel_primary_proj_pierce_num"]=6881, + ["leap_slam_attack_speed_+%"]=3435, + ["leap_slam_damage_+%"]=3239, + ["leap_slam_radius_+%"]=3392, + ["leech_%_is_instant"]=6882, + ["leech_rate_+%"]=1839, + level=9, + ["lich_mana_cost_+%_final_if_you_have_no_energy_shield"]=143, + ["life_%_gained_on_kill_if_spent_life_recently"]=2584, + ["life_+%_with_no_corrupted_equipped_items"]=3768, + ["life_and_energy_shield_recovery_rate_+%"]=6883, + ["life_and_energy_shield_recovery_rate_+%_if_stopped_taking_damage_over_time_recently"]=6884, + ["life_and_energy_shield_recovery_rate_+%_per_minion_up_to_30%"]=6885, + ["life_and_energy_shield_recovery_rate_+%_per_power_charge"]=6886, + ["life_and_energy_shield_recovery_rate_+%_while_affected_by_malevolence"]=6887, + ["life_and_mana_flasks_can_be_equipped_in_either_slot"]=6888, + ["life_and_mana_gain_per_hit"]=1451, + ["life_degeneration_%_per_minute_not_in_grace"]=1637, + ["life_degeneration_per_minute_not_in_grace"]=1395, + ["life_flask_charges_gained_+%"]=6889, + ["life_flask_charges_recovered_per_3_seconds"]=6890, + ["life_flask_effects_are_not_removed_at_full_life"]=6891, + ["life_flask_recovery_can_overcap_life"]=6892, + ["life_flask_recovery_is_instant"]=6893, + ["life_flask_recovery_is_instant_while_on_low_life"]=6894, + ["life_flasks_do_not_recover_life"]=6895, + ["life_flasks_gain_X_charges_every_3_seconds_if_you_have_not_used_a_life_flask_recently"]=6896, + ["life_flasks_gain_a_charge_on_hit_once_per_second"]=6897, + ["life_flasks_gain_x_charges_when_you_hit_your_marked_enemy"]=6898, + ["life_gain_on_ignited_enemy_hit"]=1453, + ["life_gain_per_target"]=1449, + ["life_gain_per_target_hit_while_affected_by_vitality"]=6899, + ["life_gain_per_target_if_have_used_a_vaal_skill_recently"]=6900, + ["life_gained_on_attack_hit_vs_cursed_enemies"]=6901, + ["life_gained_on_bleeding_enemy_hit"]=3161, + ["life_gained_on_block"]=1466, + ["life_gained_on_cull"]=6902, + ["life_gained_on_enemy_death_per_frenzy_charge"]=2583, + ["life_gained_on_enemy_death_per_level"]=2618, + ["life_gained_on_hit_per_enemy_status_ailment"]=2707, + ["life_gained_on_kill_per_wither_stack_on_slain_enemy_%"]=6903, + ["life_gained_on_killing_ignited_enemies"]=1462, + ["life_gained_on_spell_hit_per_enemy_status_ailment"]=2708, + ["life_gained_on_taunting_enemy"]=1489, + ["life_leech_%_is_instant_if_you_have_at_least_200_tribute"]=6904, + ["life_leech_%_is_instant_per_defiance"]=6911, + ["life_leech_%_maximum_life_on_spell_cast"]=6912, + ["life_leech_also_recovers_based_on_elemental_damage_types"]=6905, + ["life_leech_amount_+%_if_consumed_frenzy_charge_recently"]=6906, + ["life_leech_can_overcap_life"]=6907, + ["life_leech_excess_goes_to_energy_shield"]=6908, + ["life_leech_from_all_thorns_damage_permyriad_if_you_have_at_least_100_tribute"]=6909, + ["life_leech_from_physical_attack_damage_permyriad_vs_bleeding_enemies"]=1448, + ["life_leech_is_instant_for_empowered_attacks"]=6910, + ["life_leech_rate_+%_if_you_have_at_least_100_tribute"]=6913, + ["life_leech_rate_+%_per_equipped_corrupted_item"]=2731, + ["life_leech_recovers_based_on_your_chaos_damage_instead_of_physical_damage"]=6914, + ["life_leeched_from_hits_also_leeches_same_amount_to_allies_in_presence"]=6915, + ["life_leeched_from_hits_also_leeches_same_amount_to_companions"]=6916, + ["life_loss_%_per_minute_if_have_been_hit_recently"]=6917, + ["life_lost_%_per_minute_nonlethal"]=6918, + ["life_mana_es_recovery_rate_+%_per_endurance_charge"]=6919, + ["life_mana_flasks_restore_mana_life"]=6920, + ["life_mastery_count_maximum_life_+%_final"]=6921, + ["life_per_level"]=6922, + ["life_recoup_also_applies_to_energy_shield"]=6923, + ["life_recoup_applies_to_energy_shield_instead"]=6924, + ["life_recovery_+%_from_flasks_while_on_low_life"]=6930, + ["life_recovery_from_flasks_also_recovers_energy_shield"]=6925, + ["life_recovery_from_flasks_applies_to_companions"]=6926, + ["life_recovery_from_flasks_apply_to_minions_in_your_presence"]=6927, + ["life_recovery_from_flasks_instead_applies_to_nearby_allies_%"]=6928, + ["life_recovery_from_regeneration_is_not_applied"]=6929, + ["life_recovery_rate_+%"]=1397, + ["life_recovery_rate_+%_if_have_taken_fire_damage_from_an_enemy_hit_recently"]=6933, + ["life_recovery_rate_+%_if_havent_killed_recently"]=6934, + ["life_recovery_rate_+%_per_10_tribute"]=6931, + ["life_recovery_rate_+%_per_5%_missing_life"]=6932, + ["life_recovery_rate_+%_while_affected_by_vitality"]=6935, + ["life_recovery_rate_while_in_presence_of_companion_+%"]=6936, + ["life_regen_per_minute_per_endurance_charge"]=2648, + ["life_regenerate_rate_per_second_%_while_totem_active"]=3623, + ["life_regeneration_%_per_minute_if_detonated_mine_recently"]=6951, + ["life_regeneration_%_per_minute_if_player_minion_died_recently"]=6952, + ["life_regeneration_%_per_minute_if_stunned_an_enemy_recently"]=6937, + ["life_regeneration_per_minute_%_per_ailment_affecting_you"]=6942, + ["life_regeneration_per_minute_%_per_fortification"]=6943, + ["life_regeneration_per_minute_%_while_affected_by_guard_skill"]=6944, + ["life_regeneration_per_minute_%_while_burning"]=6945, + ["life_regeneration_per_minute_%_while_channelling"]=6946, + ["life_regeneration_per_minute_%_while_fortified"]=2824, + ["life_regeneration_per_minute_%_while_frozen"]=3326, + ["life_regeneration_per_minute_if_you_have_at_least_1000_maximum_energy_shield"]=3946, + ["life_regeneration_per_minute_if_you_have_at_least_1500_maximum_energy_shield"]=3947, + ["life_regeneration_per_minute_if_you_have_at_least_500_maximum_energy_shield"]=3945, + ["life_regeneration_per_minute_in_blood_stance"]=9327, + ["life_regeneration_per_minute_per_1%_uncapped_fire_damage_resistance"]=6938, + ["life_regeneration_per_minute_per_active_buff"]=6939, + ["life_regeneration_per_minute_per_maximum_energy_shield"]=6940, + ["life_regeneration_per_minute_per_nearby_corpse"]=6941, + ["life_regeneration_per_minute_while_affected_by_vitality"]=6947, + ["life_regeneration_per_minute_while_ignited"]=6948, + ["life_regeneration_per_minute_while_moving"]=6949, + ["life_regeneration_per_minute_while_you_have_avians_flight"]=6950, + ["life_regeneration_per_minute_with_no_corrupted_equipped_items"]=3769, + ["life_regeneration_rate_+%"]=989, + ["life_regeneration_rate_+%_while_es_full"]=2709, + ["life_regeneration_rate_+%_while_moving"]=6976, + ["life_regeneration_rate_+%_while_on_low_life"]=6977, + ["life_regeneration_rate_+%_while_stationary"]=6978, + ["life_regeneration_rate_+%_while_surrounded"]=6953, + ["life_regeneration_rate_+%_while_using_life_flask"]=6954, + ["life_regeneration_rate_per_minute_%"]=1638, + ["life_regeneration_rate_per_minute_%_if_blocked_recently"]=6959, + ["life_regeneration_rate_per_minute_%_if_consumed_corpse_recently"]=6960, + ["life_regeneration_rate_per_minute_%_if_crit_in_past_8_seconds"]=6961, + ["life_regeneration_rate_per_minute_%_if_have_been_hit_recently"]=6962, + ["life_regeneration_rate_per_minute_%_if_have_taken_fire_damage_from_an_enemy_hit_recently"]=6963, + ["life_regeneration_rate_per_minute_%_if_hit_cursed_enemy_recently"]=6955, + ["life_regeneration_rate_per_minute_%_if_taunted_an_enemy_recently"]=3789, + ["life_regeneration_rate_per_minute_%_if_used_life_flask_in_past_10_seconds"]=6964, + ["life_regeneration_rate_per_minute_%_per_500_maximum_energy_shield"]=6965, + ["life_regeneration_rate_per_minute_%_per_endurance_charge"]=1396, + ["life_regeneration_rate_per_minute_%_per_fragile_regrowth"]=3972, + ["life_regeneration_rate_per_minute_%_per_frenzy_charge"]=2306, + ["life_regeneration_rate_per_minute_%_per_mine_detonated_recently_up_to_20%"]=6966, + ["life_regeneration_rate_per_minute_%_per_nearby_corpse_up_to_3%"]=6967, + ["life_regeneration_rate_per_minute_%_per_power_charge"]=6968, + ["life_regeneration_rate_per_minute_%_per_raised_zombie"]=6969, + ["life_regeneration_rate_per_minute_%_per_trap_triggered_recently_up_to_20%"]=6970, + ["life_regeneration_rate_per_minute_%_when_on_chilled_ground"]=1832, + ["life_regeneration_rate_per_minute_%_when_on_low_life"]=1639, + ["life_regeneration_rate_per_minute_%_while_affected_by_damaging_ailment"]=6956, + ["life_regeneration_rate_per_minute_%_while_affected_by_vitality"]=6957, + ["life_regeneration_rate_per_minute_%_while_moving"]=6971, + ["life_regeneration_rate_per_minute_%_while_stationary"]=6972, + ["life_regeneration_rate_per_minute_%_while_surrounded"]=6958, + ["life_regeneration_rate_per_minute_%_while_using_flask"]=6973, + ["life_regeneration_rate_per_minute_%_with_400_or_more_strength"]=6974, + ["life_regeneration_rate_per_minute_for_each_equipped_uncorrupted_item"]=2732, + ["life_regeneration_rate_per_minute_per_level"]=2608, + ["life_regeneration_rate_per_minute_while_on_low_life"]=6975, + ["life_reserved_by_stat_%"]=2130, ["light_radius_+%"]=1023, - ["light_radius_+%_while_phased"]=2227, - ["light_radius_additive_modifiers_apply_to_area_%_value"]=2217, - ["light_radius_additive_modifiers_apply_to_damage"]=2218, - ["light_radius_increases_apply_to_accuracy"]=6842, - ["light_radius_increases_apply_to_area_of_effect"]=6843, - ["light_radius_scales_with_energy_shield"]=2445, - ["lightning_ailment_duration_+%"]=6844, - ["lightning_ailment_effect_+%"]=6846, - ["lightning_ailment_effect_+%_against_chilled_enemies"]=6845, - ["lightning_and_chaos_damage_resistance_%"]=6847, - ["lightning_arrow_%_chance_to_hit_an_additional_enemy"]=6848, - ["lightning_arrow_damage_+%"]=3294, - ["lightning_arrow_radius_+%"]=3447, - ["lightning_conduit_and_galvanic_field_shatter_on_killing_blow"]=6849, - ["lightning_conduit_area_of_effect_+%"]=6850, - ["lightning_conduit_cast_speed_+%"]=6851, - ["lightning_conduit_damage_+%"]=6852, - ["lightning_critical_strike_chance_+%"]=1346, - ["lightning_critical_strike_multiplier_+"]=1367, - ["lightning_damage_%_taken_from_mana_before_life"]=3794, - ["lightning_damage_+%"]=883, - ["lightning_damage_+%_per_10_intelligence"]=3757, - ["lightning_damage_+%_per_frenzy_charge"]=2622, - ["lightning_damage_+%_per_lightning_resistance_above_75"]=6854, - ["lightning_damage_+%_while_affected_by_herald_of_thunder"]=6855, - ["lightning_damage_+%_while_affected_by_wrath"]=6856, - ["lightning_damage_can_chill"]=2577, - ["lightning_damage_can_freeze"]=2582, - ["lightning_damage_can_ignite"]=6853, - ["lightning_damage_cannot_shock"]=2588, - ["lightning_damage_resistance_%_while_affected_by_herald_of_thunder"]=6857, - ["lightning_damage_resistance_+%"]=1457, - ["lightning_damage_resistance_is_%"]=1455, - ["lightning_damage_taken_%_as_cold"]=2855, - ["lightning_damage_taken_%_as_fire"]=2854, - ["lightning_damage_taken_+"]=6859, - ["lightning_damage_taken_+%"]=3044, - ["lightning_damage_taken_goes_to_life_over_4_seconds_%"]=6858, - ["lightning_damage_to_return_to_melee_attacker"]=1904, - ["lightning_damage_to_return_when_hit"]=1909, - ["lightning_damage_with_attack_skills_+%"]=6860, - ["lightning_damage_with_spell_skills_+%"]=6861, - ["lightning_dot_multiplier_+"]=1172, - ["lightning_explosion_mine_aura_effect_+%"]=6862, - ["lightning_explosion_mine_damage_+%"]=6863, - ["lightning_explosion_mine_throwing_speed_+%"]=6864, - ["lightning_exposure_effect_+%"]=6865, - ["lightning_exposure_on_hit_magnitude"]=6866, - ["lightning_golem_damage_+%"]=3335, - ["lightning_golem_elemental_resistances_%"]=3617, - ["lightning_hit_and_dot_damage_%_taken_as_fire"]=6867, - ["lightning_hit_damage_+%_vs_chilled_enemies"]=6868, - ["lightning_penetration_%_while_on_low_mana"]=741, - ["lightning_reflect_damage_taken_+%_while_affected_by_purity_of_lightning"]=6869, - ["lightning_resist_unaffected_by_area_penalties"]=6870, - ["lightning_resistance_does_not_apply_to_lighting_damage"]=6871, - ["lightning_skill_additional_chain_chance_%"]=6872, - ["lightning_skill_chance_to_inflict_lightning_exposure_%"]=6873, - ["lightning_skill_gem_level_+"]=6874, - ["lightning_skill_stun_threshold_+%"]=6875, - ["lightning_skills_chance_to_poison_on_hit_%"]=6876, - ["lightning_spell_skill_gem_level_+"]=949, - ["lightning_strike_additional_pierce"]=3585, - ["lightning_strike_and_frost_blades_all_damage_can_ignite"]=6877, - ["lightning_strike_damage_+%"]=3278, - ["lightning_strike_num_of_additional_projectiles"]=3576, - ["lightning_tendrils_critical_strike_chance_+%"]=3739, - ["lightning_tendrils_damage_+%"]=3279, - ["lightning_tendrils_radius_+%"]=3440, - ["lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit"]=6878, - ["lightning_tendrils_totems_from_this_skill_grant_spark_effect_duration_+%_to_parent"]=6879, - ["lightning_tower_trap_additional_number_of_beams"]=6880, - ["lightning_tower_trap_cast_speed_+%"]=6881, - ["lightning_tower_trap_cooldown_speed_+%"]=6882, - ["lightning_tower_trap_damage_+%"]=6883, - ["lightning_tower_trap_duration_+%"]=6884, - ["lightning_tower_trap_throwing_speed_+%"]=6885, - ["lightning_trap_additional_pierce"]=3586, - ["lightning_trap_cooldown_speed_+%"]=3076, - ["lightning_trap_damage_+%"]=3074, - ["lightning_trap_lightning_resistance_penetration_%"]=6886, - ["lightning_trap_number_of_additional_projectiles"]=3075, - ["lightning_trap_shock_effect_+%"]=6887, - ["lightning_warp_cast_speed_+%"]=3504, - ["lightning_warp_damage_+%"]=3295, - ["lightning_warp_duration_+%"]=3564, - ["lightning_weakness_ignores_hexproof"]=2321, - ["link_buff_effect_+%_on_animate_guardian"]=6888, - ["link_effect_+%_when_50%_expired"]=6889, - ["link_grace_period_8_second_override"]=6890, - ["link_skill_buff_effect_+%"]=6891, - ["link_skill_buff_effect_+%_if_linked_target_recently"]=6892, - ["link_skill_cast_speed_+%"]=6893, - ["link_skill_duration_+%"]=6894, - ["link_skill_gem_level_+"]=6895, - ["link_skill_link_target_cannot_die_for_X_seconds"]=6896, - ["link_skill_lose_no_experience_on_link_target_death"]=6897, - ["link_skill_mana_cost_+%"]=6898, - ["link_skills_can_target_animate_guardian"]=6899, - ["link_skills_can_target_minions"]=6900, - ["link_skills_grant_damage_+%"]=6901, - ["link_skills_grant_damage_taken_+%"]=6902, - ["link_skills_grant_redirect_curses_to_link_source"]=6903, - ["link_to_X_additional_random_allies"]=6904, - ["linked_targets_share_endurance_frenzy_power_charges_with_you"]=6905, + ["light_radius_+%_per_10_tribute"]=6979, + ["light_radius_+%_while_phased"]=2196, + ["light_radius_additive_modifiers_apply_to_area_%_value"]=2186, + ["light_radius_additive_modifiers_apply_to_damage"]=2187, + ["light_radius_increases_apply_to_accuracy"]=6980, + ["light_radius_increases_apply_to_area_of_effect"]=6981, + ["light_radius_scales_with_energy_shield"]=2411, + ["lightning_ailment_duration_+%"]=6982, + ["lightning_ailment_effect_+%"]=6984, + ["lightning_ailment_effect_+%_against_chilled_enemies"]=6983, + ["lightning_and_chaos_damage_resistance_%"]=6985, + ["lightning_arrow_%_chance_to_hit_an_additional_enemy"]=6986, + ["lightning_arrow_damage_+%"]=3240, + ["lightning_arrow_radius_+%"]=3393, + ["lightning_conduit_and_galvanic_field_shatter_on_killing_blow"]=6987, + ["lightning_conduit_area_of_effect_+%"]=6988, + ["lightning_conduit_cast_speed_+%"]=6989, + ["lightning_conduit_damage_+%"]=6990, + ["lightning_critical_strike_chance_+%"]=1334, + ["lightning_critical_strike_multiplier_+"]=1355, + ["lightning_damage_%_taken_from_mana_before_life"]=3736, + ["lightning_damage_+%"]=878, + ["lightning_damage_+%_per_10_intelligence"]=3699, + ["lightning_damage_+%_per_frenzy_charge"]=2582, + ["lightning_damage_+%_per_lightning_resistance_above_75"]=6992, + ["lightning_damage_+%_while_affected_by_herald_of_thunder"]=6993, + ["lightning_damage_+%_while_affected_by_wrath"]=6994, + ["lightning_damage_can_chill"]=2541, + ["lightning_damage_can_freeze"]=2546, + ["lightning_damage_can_ignite"]=6991, + ["lightning_damage_cannot_shock"]=2552, + ["lightning_damage_resistance_%_while_affected_by_herald_of_thunder"]=6995, + ["lightning_damage_resistance_+%"]=1440, + ["lightning_damage_resistance_is_%"]=1438, + ["lightning_damage_taken_%_as_cold"]=2810, + ["lightning_damage_taken_%_as_fire"]=2809, + ["lightning_damage_taken_+"]=6997, + ["lightning_damage_taken_+%"]=2995, + ["lightning_damage_taken_goes_to_life_over_4_seconds_%"]=6996, + ["lightning_damage_to_return_to_melee_attacker"]=1883, + ["lightning_damage_to_return_when_hit"]=1888, + ["lightning_damage_with_attack_skills_+%"]=6998, + ["lightning_damage_with_spell_skills_+%"]=6999, + ["lightning_dot_multiplier_+"]=1160, + ["lightning_explosion_mine_aura_effect_+%"]=7000, + ["lightning_explosion_mine_damage_+%"]=7001, + ["lightning_explosion_mine_throwing_speed_+%"]=7002, + ["lightning_exposure_effect_+%"]=7003, + ["lightning_exposure_on_hit_magnitude"]=7004, + ["lightning_golem_damage_+%"]=3281, + ["lightning_golem_elemental_resistances_%"]=3560, + ["lightning_hit_and_dot_damage_%_taken_as_fire"]=7005, + ["lightning_hit_damage_+%_vs_chilled_enemies"]=7006, + ["lightning_penetration_%_while_on_low_mana"]=736, + ["lightning_reflect_damage_taken_+%_while_affected_by_purity_of_lightning"]=7007, + ["lightning_resist_unaffected_by_area_penalties"]=7008, + ["lightning_resistance_does_not_apply_to_lighting_damage"]=7009, + ["lightning_skill_additional_chain_chance_%"]=7010, + ["lightning_skill_chance_to_inflict_lightning_exposure_%"]=7011, + ["lightning_skill_gem_level_+"]=7012, + ["lightning_skill_stun_threshold_+%"]=7013, + ["lightning_skills_chance_to_poison_on_hit_%"]=7014, + ["lightning_spell_skill_gem_level_+"]=946, + ["lightning_strike_additional_pierce"]=3531, + ["lightning_strike_and_frost_blades_all_damage_can_ignite"]=7015, + ["lightning_strike_damage_+%"]=3224, + ["lightning_strike_num_of_additional_projectiles"]=3522, + ["lightning_tendrils_critical_strike_chance_+%"]=3681, + ["lightning_tendrils_damage_+%"]=3225, + ["lightning_tendrils_radius_+%"]=3386, + ["lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit"]=7016, + ["lightning_tendrils_totems_from_this_skill_grant_spark_effect_duration_+%_to_parent"]=7017, + ["lightning_tower_trap_additional_number_of_beams"]=7018, + ["lightning_tower_trap_cast_speed_+%"]=7019, + ["lightning_tower_trap_cooldown_speed_+%"]=7020, + ["lightning_tower_trap_damage_+%"]=7021, + ["lightning_tower_trap_duration_+%"]=7022, + ["lightning_tower_trap_throwing_speed_+%"]=7023, + ["lightning_trap_additional_pierce"]=3532, + ["lightning_trap_cooldown_speed_+%"]=3025, + ["lightning_trap_damage_+%"]=3023, + ["lightning_trap_lightning_resistance_penetration_%"]=7024, + ["lightning_trap_number_of_additional_projectiles"]=3024, + ["lightning_trap_shock_effect_+%"]=7025, + ["lightning_warp_cast_speed_+%"]=3450, + ["lightning_warp_damage_+%"]=3241, + ["lightning_warp_duration_+%"]=3510, + ["lightning_weakness_ignores_hexproof"]=2289, + ["lineage_support_gem_limit_+"]=7026, + ["link_buff_effect_+%_on_animate_guardian"]=7027, + ["link_effect_+%_when_50%_expired"]=7028, + ["link_grace_period_8_second_override"]=7029, + ["link_skill_buff_effect_+%"]=7030, + ["link_skill_buff_effect_+%_if_linked_target_recently"]=7031, + ["link_skill_cast_speed_+%"]=7032, + ["link_skill_duration_+%"]=7033, + ["link_skill_gem_level_+"]=7034, + ["link_skill_link_target_cannot_die_for_X_seconds"]=7035, + ["link_skill_lose_no_experience_on_link_target_death"]=7036, + ["link_skill_mana_cost_+%"]=7037, + ["link_skills_can_target_animate_guardian"]=7038, + ["link_skills_can_target_minions"]=7039, + ["link_skills_grant_damage_+%"]=7040, + ["link_skills_grant_damage_taken_+%"]=7041, + ["link_skills_grant_redirect_curses_to_link_source"]=7042, + ["link_to_X_additional_random_allies"]=7043, + ["linked_targets_share_endurance_frenzy_power_charges_with_you"]=7044, ["local_%_chance_to_gain_flask_charge_on_kill"]=1024, - ["local_%_chance_to_gain_flask_charge_when_hit"]=6906, - ["local_+%_weapon_range"]=6907, - ["local_X_additional_chains"]=6908, - ["local_accuracy_rating"]=852, - ["local_accuracy_rating_+%"]=1736, - ["local_accuracy_rating_+%_per_2%_quality"]=6909, - ["local_adaptation_rating"]=1390, - ["local_adaptation_rating_+%"]=1392, - ["local_additional_attack_chain_chance_%"]=6910, - ["local_additional_block_chance_%"]=855, - ["local_additional_charm_slots"]=966, - ["local_additional_deflect_chance_%"]=857, - ["local_aggravate_bleeding_on_hit_chance_%"]=6911, - ["local_aggravating_bleeds_also_causes_you_to_aggravate_ignites"]=4174, - ["local_all_attributes_+%_per_rune_or_soul_core"]=6914, - ["local_all_attributes_+_per_rune_or_soul_core"]=6912, - ["local_all_attributes_-_per_level"]=6913, - ["local_all_damage_can_chill"]=6915, - ["local_all_damage_can_electrocute"]=6916, - ["local_all_damage_can_freeze"]=6917, - ["local_all_damage_can_pin"]=6918, - ["local_all_damage_can_poison"]=2189, - ["local_all_sockets_are_blue"]=84, - ["local_all_sockets_are_green"]=85, - ["local_all_sockets_are_red"]=86, - ["local_all_sockets_are_white"]=87, - ["local_all_sockets_linked"]=83, - ["local_always_crit_heavy_stunned_enemies"]=6919, - ["local_always_freeze_on_full_life"]=6920, - ["local_always_hit"]=1747, - ["local_always_maim_on_crit"]=6921, - ["local_apply_X_armour_break_on_crit"]=6922, - ["local_apply_X_armour_break_on_hit"]=6923, - ["local_apply_X_armour_break_on_stun"]=6924, - ["local_apply_extra_herald_mod_when_synthesised"]=9553, - ["local_apply_fire_exposure_on_full_armour_break"]=6925, - ["local_area_of_effect_+%_per_4%_quality"]=6926, - ["local_armour_and_energy_shield_+%"]=865, - ["local_armour_and_evasion_+%"]=864, - ["local_armour_and_evasion_and_energy_shield_+%"]=1401, - ["local_armour_break_damage_%_dealt_as_armour_break"]=6927, - ["local_attack_and_cast_speed_+%_if_item_corrupted"]=6928, - ["local_attack_cast_movement_speed_+%_during_flask_effect"]=821, - ["local_attack_cast_movement_speed_+%_per_second_during_flask_effect"]=822, - ["local_attack_damage_+%_if_item_corrupted"]=6929, - ["local_attack_maximum_added_physical_damage_per_3_levels"]=1179, - ["local_attack_minimum_added_physical_damage_per_3_levels"]=1179, - ["local_attack_speed_+%"]=943, - ["local_attack_speed_+%_per_8%_quality"]=6930, - ["local_attacks_cannot_be_blocked"]=6931, - ["local_attacks_grant_onslaught_on_kill_chance_%_with_ranged_abyss_jewel_socketed"]=6932, - ["local_attacks_impale_on_hit_%_chance"]=6933, - ["local_attacks_intimidate_on_hit_for_4_seconds_with_melee_abyss_jewel_socketed"]=6934, - ["local_attacks_maim_on_hit_for_4_seconds_with_ranged_abyss_jewel_socketed"]=6935, - ["local_attacks_with_this_weapon_elemental_damage_+%"]=2620, - ["local_attacks_with_this_weapon_physical_damage_+%_per_250_evasion"]=2634, - ["local_attribute_requirements_+%"]=945, - ["local_avoid_chill_%_during_flask_effect"]=750, - ["local_avoid_freeze_%_during_flask_effect"]=751, - ["local_avoid_ignite_%_during_flask_effect"]=752, - ["local_avoid_shock_%_during_flask_effect"]=753, - ["local_base_chaos_damage_resistance_%_per_rune_or_soul_core"]=6936, - ["local_base_evasion_rating"]=859, - ["local_base_life_regeneration_rate_per_minute_+_per_rune_or_soul_core"]=6937, - ["local_base_maximum_life_+_per_rune_or_soul_core"]=6938, - ["local_base_maximum_mana_+_per_rune_or_soul_core"]=6939, - ["local_base_physical_damage_reduction_rating"]=858, - ["local_base_self_critical_strike_multiplier_-%_per_rune_or_soul_core"]=6940, - ["local_base_stun_duration_+%"]=1006, - ["local_bleed_on_critical_strike_chance_%"]=6941, - ["local_bleed_on_hit"]=2199, - ["local_bleeding_effect_+%"]=834, - ["local_blind_enemies_on_attack_hits_with_ranged_abyss_jewel_socketed"]=6942, - ["local_block_chance_+%"]=856, - ["local_can_have_additional_crafted_mods"]=50, - ["local_can_only_deal_damage_with_this_weapon"]=2422, - ["local_can_only_socket_corrupted_gems"]=6943, - ["local_can_only_socket_emerald_gems"]=6944, - ["local_can_only_socket_ruby_gems"]=6945, - ["local_can_only_socket_sapphire_gems"]=6946, - ["local_can_socket_gems_ignoring_colour"]=101, - ["local_cannot_be_thrown"]=6947, - ["local_cannot_be_used_with_chaos_innoculation"]=835, - ["local_cannot_have_blue_sockets"]=75, - ["local_cannot_have_green_sockets"]=76, - ["local_cannot_have_red_sockets"]=77, - ["local_chance_bleed_on_hit_%_vs_ignited_enemies"]=4449, - ["local_chance_to_bleed_%_while_you_do_not_have_avatar_of_fire"]=9649, - ["local_chance_to_bleed_on_crit_50%"]=6948, - ["local_chance_to_bleed_on_hit_%"]=2202, - ["local_chance_to_bleed_on_hit_25%"]=2200, - ["local_chance_to_bleed_on_hit_50%"]=2201, - ["local_chance_to_blind_on_hit_%"]=1988, - ["local_chance_to_intimidate_on_hit_%"]=6949, - ["local_chance_to_poison_on_hit_%_during_flask_effect"]=754, - ["local_chaos_damage_taken_per_minute_during_flask_effect"]=816, - ["local_chaos_penetration_%"]=6950, + ["local_%_chance_to_gain_flask_charge_when_hit"]=7045, + ["local_+%_weapon_range"]=7046, + ["local_X_additional_chains"]=7047, + ["local_accuracy_rating"]=848, + ["local_accuracy_rating_+%"]=1713, + ["local_accuracy_rating_+%_per_2%_quality"]=7048, + ["local_additional_attack_chain_chance_%"]=7049, + ["local_additional_block_chance_%"]=851, + ["local_additional_charm_slots"]=964, + ["local_aggravate_bleeding_on_hit_chance_%"]=7050, + ["local_aggravating_bleeds_also_causes_you_to_aggravate_ignites"]=4136, + ["local_all_attributes_+%_per_rune_or_soul_core"]=7053, + ["local_all_attributes_+_per_rune_or_soul_core"]=7051, + ["local_all_attributes_-_per_level"]=7052, + ["local_all_damage_can_chill"]=7054, + ["local_all_damage_can_electrocute"]=7055, + ["local_all_damage_can_freeze"]=7056, + ["local_all_damage_can_pin"]=7057, + ["local_all_damage_can_poison"]=2158, + ["local_always_crit_heavy_stunned_enemies"]=7058, + ["local_always_freeze_on_full_life"]=7059, + ["local_always_heavy_stun_on_full_life"]=1086, + ["local_always_hit"]=1724, + ["local_always_maim_on_crit"]=7060, + ["local_apply_X_armour_break_on_crit"]=7061, + ["local_apply_X_armour_break_on_hit"]=7062, + ["local_apply_X_armour_break_on_stun"]=7063, + ["local_apply_extra_herald_mod_when_synthesised"]=9833, + ["local_apply_fire_exposure_on_full_armour_break"]=7064, + ["local_area_of_effect_+%_per_4%_quality"]=7065, + ["local_armour_and_energy_shield_+%"]=860, + ["local_armour_and_evasion_+%"]=859, + ["local_armour_and_evasion_and_energy_shield_+%"]=1385, + ["local_armour_break_damage_%_dealt_as_armour_break"]=7066, + ["local_attack_and_cast_speed_+%_if_item_corrupted"]=7067, + ["local_attack_cast_movement_speed_+%_during_flask_effect"]=817, + ["local_attack_cast_movement_speed_+%_per_second_during_flask_effect"]=818, + ["local_attack_damage_+%_if_item_corrupted"]=7068, + ["local_attack_maximum_added_physical_damage_per_3_levels"]=1167, + ["local_attack_minimum_added_physical_damage_per_3_levels"]=1167, + ["local_attack_speed_+%"]=940, + ["local_attack_speed_+%_per_8%_quality"]=7069, + ["local_attacks_cannot_be_blocked"]=7070, + ["local_attacks_grant_onslaught_on_kill_chance_%_with_ranged_abyss_jewel_socketed"]=7071, + ["local_attacks_impale_on_hit_%_chance"]=7072, + ["local_attacks_intimidate_on_hit_for_4_seconds_with_melee_abyss_jewel_socketed"]=7073, + ["local_attacks_maim_on_hit_for_4_seconds_with_ranged_abyss_jewel_socketed"]=7074, + ["local_attacks_with_this_weapon_elemental_damage_+%"]=2580, + ["local_attacks_with_this_weapon_physical_damage_+%_per_250_evasion"]=2593, + ["local_attribute_requirements_+%"]=942, + ["local_avoid_chill_%_during_flask_effect"]=745, + ["local_avoid_freeze_%_during_flask_effect"]=746, + ["local_avoid_ignite_%_during_flask_effect"]=747, + ["local_avoid_shock_%_during_flask_effect"]=748, + ["local_base_chaos_damage_resistance_%_per_rune_or_soul_core"]=7075, + ["local_base_evasion_rating"]=854, + ["local_base_life_regeneration_rate_per_minute_+_per_rune_or_soul_core"]=7076, + ["local_base_maximum_life_+_per_rune_or_soul_core"]=7077, + ["local_base_maximum_mana_+_per_rune_or_soul_core"]=7078, + ["local_base_physical_damage_reduction_rating"]=853, + ["local_base_self_critical_strike_multiplier_-%_per_rune_or_soul_core"]=7079, + ["local_base_stun_duration_+%"]=1007, + ["local_bleed_on_critical_strike_chance_%"]=7080, + ["local_bleed_on_hit"]=2168, + ["local_bleeding_effect_+%"]=830, + ["local_blind_enemies_on_attack_hits_with_ranged_abyss_jewel_socketed"]=7081, + ["local_block_chance_+%"]=852, + ["local_can_have_additional_crafted_mods"]=52, + ["local_can_only_deal_damage_with_this_weapon"]=2388, + ["local_can_only_socket_corrupted_gems"]=7082, + ["local_can_only_socket_emerald_gems"]=7083, + ["local_can_only_socket_ruby_gems"]=7084, + ["local_can_only_socket_sapphire_gems"]=7085, + ["local_can_socket_gems_ignoring_colour"]=93, + ["local_cannot_be_thrown"]=7086, + ["local_cannot_be_used_with_chaos_innoculation"]=831, + ["local_chance_bleed_on_hit_%_vs_ignited_enemies"]=4443, + ["local_chance_to_bleed_%_while_you_do_not_have_avatar_of_fire"]=9929, + ["local_chance_to_bleed_on_crit_50%"]=7087, + ["local_chance_to_bleed_on_hit_%"]=2171, + ["local_chance_to_bleed_on_hit_25%"]=2169, + ["local_chance_to_bleed_on_hit_50%"]=2170, + ["local_chance_to_blind_on_hit_%"]=1957, + ["local_chance_to_gain_onslaught_on_killing_blow_%"]=7088, + ["local_chance_to_intimidate_on_hit_%"]=7089, + ["local_chance_to_poison_on_hit_%_during_flask_effect"]=749, + ["local_chaos_damage_taken_per_minute_during_flask_effect"]=812, + ["local_chaos_penetration_%"]=7090, ["local_charges_added_+%"]=1025, ["local_charges_used_+%"]=1026, - ["local_charm_duration_+%"]=927, - ["local_charm_effect_+%"]=6951, - ["local_charm_slots"]=4590, - ["local_chill_on_hit_ms_if_in_off_hand"]=6952, - ["local_cold_penetration_%"]=3399, - ["local_cold_resistance_%_per_2%_quality"]=6953, - ["local_concoction_can_consume_sulphur_flasks"]=6954, - ["local_connectivity_of_sockets_+%"]=1633, - ["local_consecrate_ground_on_flask_use_radius"]=663, - ["local_critical_strike_chance"]=941, - ["local_critical_strike_chance_+%"]=1328, - ["local_critical_strike_chance_+%_if_item_corrupted"]=6955, - ["local_critical_strike_chance_+%_per_4%_quality"]=6956, - ["local_critical_strike_multiplier_+"]=942, - ["local_crits_have_culling_strike"]=6957, - ["local_crush_on_hit"]=6958, - ["local_cull_frozen_enemies_on_hit"]=6959, - ["local_culling_strike"]=6960, - ["local_culling_strike_if_crit_recently"]=6961, - ["local_culling_strike_vs_bleeding_enemies"]=6962, - ["local_damage_+%_if_item_corrupted"]=6963, - ["local_damage_roll_always_min_or_max"]=6964, - ["local_damage_taken_+%_if_item_corrupted"]=6965, - ["local_destroy_corpses_with_critical_strikes"]=6966, - ["local_dexterity_per_2%_quality"]=6967, - ["local_dexterity_requirement_+"]=836, - ["local_dexterity_requirement_+%"]=837, - ["local_disable_gem_experience_gain"]=1630, - ["local_display_attack_with_level_X_bone_nova_on_bleeding_enemy_kill"]=575, - ["local_display_aura_allies_have_culling_strike"]=2251, - ["local_display_aura_allies_have_increased_item_rarity_+%"]=1429, - ["local_display_aura_base_chaos_damage_to_deal_per_minute"]=2401, - ["local_display_aura_curse_effect_on_self_+%"]=2410, - ["local_display_aura_damage_+%"]=2409, - ["local_display_aura_damage_+%_allies_only"]=2605, - ["local_display_avoid_interruption_%_while_using_socketed_attack_skills"]=422, - ["local_display_cast_animate_weapon_on_kill_%_chance"]=576, - ["local_display_cast_cold_aegis_on_gain_skill"]=577, - ["local_display_cast_elemental_aegis_on_gain_skill"]=578, - ["local_display_cast_fire_aegis_on_gain_skill"]=579, - ["local_display_cast_level_1_summon_lesser_shrine_on_kill_%"]=515, - ["local_display_cast_level_X_consecrate_on_crit"]=516, - ["local_display_cast_level_x_manifest_dancing_dervish"]=3001, - ["local_display_cast_level_x_shock_ground_when_hit"]=517, - ["local_display_cast_lightning_aegis_on_gain_skill"]=580, - ["local_display_cast_lightning_on_critical_strike"]=581, - ["local_display_cast_physical_aegis_on_gain_skill"]=582, - ["local_display_cast_primal_aegis_on_gain_skill"]=583, - ["local_display_cast_summon_arbalists_on_gain_skill"]=584, - ["local_display_cast_triggerbots_on_gain_skill"]=585, - ["local_display_curse_enemies_with_socketed_curse_on_hit_%_chance"]=6968, - ["local_display_enemies_killed_nearby_count_as_being_killed_by_you"]=6969, - ["local_display_every_10_seconds_non_skill_physical_damage_%_to_gain_as_fire_for_3_seconds"]=6970, - ["local_display_fire_and_cold_resist_debuff"]=6971, - ["local_display_fire_burst_on_hit_%"]=586, - ["local_display_gain_fragile_growth_each_second"]=4029, - ["local_display_gain_power_charge_on_spending_mana"]=6972, - ["local_display_grant_level_x_petrification_statue"]=518, - ["local_display_grant_level_x_snipe_skill"]=73, - ["local_display_grants_level_X_envy"]=506, - ["local_display_grants_level_X_queens_demand_skill"]=562, - ["local_display_grants_level_X_reckoning"]=507, - ["local_display_grants_level_X_spell_aegis"]=74, - ["local_display_grants_level_X_vengeance"]=481, - ["local_display_grants_level_x_blood_offering_skill"]=520, - ["local_display_grants_level_x_curse_pillar_skil_and_20%_less_curse_effect"]=521, - ["local_display_grants_level_x_curse_pillar_skill"]=522, - ["local_display_grants_level_x_despair"]=482, - ["local_display_grants_level_x_hidden_blade"]=587, - ["local_display_grants_level_x_summon_stone_golem"]=480, - ["local_display_grants_level_x_wintertide_brand"]=523, - ["local_display_grants_skill_abyssal_cry_level"]=524, - ["local_display_grants_skill_accuracy_crits_aura_level"]=525, - ["local_display_grants_skill_anger_level"]=501, - ["local_display_grants_skill_bear_trap_level"]=479, - ["local_display_grants_skill_bird_aspect_level"]=526, - ["local_display_grants_skill_blight_level"]=508, - ["local_display_grants_skill_blood_sacrament_level"]=494, - ["local_display_grants_skill_bone_armour"]=527, - ["local_display_grants_skill_brand_detonate_level"]=528, - ["local_display_grants_skill_call_of_steel"]=529, - ["local_display_grants_skill_cat_aspect_level"]=530, - ["local_display_grants_skill_clarity_level"]=493, - ["local_display_grants_skill_conductivity_level"]=488, - ["local_display_grants_skill_crab_aspect_level"]=531, - ["local_display_grants_skill_critical_weakness_level"]=498, - ["local_display_grants_skill_dash_level"]=532, - ["local_display_grants_skill_death_aura_level"]=513, - ["local_display_grants_skill_death_wish_level"]=533, - ["local_display_grants_skill_decoy_totem_level"]=534, - ["local_display_grants_skill_determination_level"]=502, - ["local_display_grants_skill_discipline_level"]=505, - ["local_display_grants_skill_doryanis_touch_level"]=511, - ["local_display_grants_skill_elemental_weakness_level"]=510, - ["local_display_grants_skill_embrace_madness_level"]=535, - ["local_display_grants_skill_enduring_cry_level"]=536, - ["local_display_grants_skill_flammability_level"]=486, - ["local_display_grants_skill_frostbite_level"]=489, - ["local_display_grants_skill_frostblink_level"]=476, - ["local_display_grants_skill_frostbolt_level"]=6973, - ["local_display_grants_skill_gluttony_of_elements_level"]=497, - ["local_display_grants_skill_grace_level"]=503, - ["local_display_grants_skill_haste_level"]=491, - ["local_display_grants_skill_hatred_level"]=500, - ["local_display_grants_skill_herald_of_agony_level"]=537, - ["local_display_grants_skill_herald_of_ash_level"]=538, - ["local_display_grants_skill_herald_of_ice_level"]=539, - ["local_display_grants_skill_herald_of_purity_level"]=540, - ["local_display_grants_skill_herald_of_thunder_level"]=541, - ["local_display_grants_skill_icestorm_level"]=514, - ["local_display_grants_skill_intimidating_cry_level"]=542, - ["local_display_grants_skill_lightning_warp_level"]=543, - ["local_display_grants_skill_malevolence_level"]=544, - ["local_display_grants_skill_mirage_chieftain"]=545, - ["local_display_grants_skill_pride_level"]=546, - ["local_display_grants_skill_projectile_weakness_level"]=509, - ["local_display_grants_skill_purity_level"]=496, - ["local_display_grants_skill_purity_of_cold_level"]=483, - ["local_display_grants_skill_purity_of_fire_level"]=477, - ["local_display_grants_skill_purity_of_lightning_level"]=485, - ["local_display_grants_skill_rallying_cry_level"]=547, - ["local_display_grants_skill_scorching_ray_level"]=504, - ["local_display_grants_skill_smite_level"]=548, - ["local_display_grants_skill_spider_aspect_level"]=549, - ["local_display_grants_skill_temporal_chains_level"]=490, - ["local_display_grants_skill_touch_of_fire_level"]=550, - ["local_display_grants_skill_unhinge_level"]=551, - ["local_display_grants_skill_vaal_impurity_of_fire_level"]=552, - ["local_display_grants_skill_vaal_impurity_of_ice_level"]=553, - ["local_display_grants_skill_vaal_impurity_of_lightning_level"]=554, - ["local_display_grants_skill_vampiric_icon_level"]=555, - ["local_display_grants_skill_vitality_level"]=495, - ["local_display_grants_skill_vulnerability_level"]=512, - ["local_display_grants_skill_wrath_level"]=499, - ["local_display_grants_skill_zealotry_level"]=556, - ["local_display_grants_summon_beast_companion"]=484, - ["local_display_has_additional_implicit_mod"]=492, - ["local_display_hits_against_nearby_enemies_critical_strike_chance_+50%"]=3056, - ["local_display_illusory_warp_level"]=478, - ["local_display_item_found_rarity_+%_for_you_and_nearby_allies"]=1430, - ["local_display_lose_soul_eater_stack_every_x_seconds_while_no_unique_in_your_presence"]=7205, - ["local_display_manifest_dancing_dervish_destroy_on_end_rampage"]=3003, - ["local_display_manifest_dancing_dervish_disables_weapons"]=3002, - ["local_display_minions_grant_onslaught"]=3004, - ["local_display_mod_aura_mana_regeration_rate_+%"]=6974, - ["local_display_molten_burst_on_melee_hit_%"]=588, - ["local_display_movement_speed_+%_for_you_and_nearby_allies"]=6975, - ["local_display_nearby_allies_action_speed_cannot_be_reduced_below_base"]=6976, - ["local_display_nearby_allies_critical_strike_multiplier_+"]=6977, - ["local_display_nearby_allies_extra_damage_rolls"]=6978, - ["local_display_nearby_allies_have_fortify"]=6979, - ["local_display_nearby_enemies_all_resistances_%"]=2682, - ["local_display_nearby_enemies_are_blinded"]=3052, - ["local_display_nearby_enemies_are_chilled"]=6980, - ["local_display_nearby_enemies_are_covered_in_ash"]=6981, - ["local_display_nearby_enemies_are_crushed"]=3053, - ["local_display_nearby_enemies_are_intimidated"]=6982, - ["local_display_nearby_enemies_cannot_crit"]=6983, - ["local_display_nearby_enemies_critical_strike_chance_+%_against_self"]=3057, - ["local_display_nearby_enemies_flask_charges_granted_+%"]=3058, - ["local_display_nearby_enemies_have_fire_exposure"]=6984, - ["local_display_nearby_enemies_have_malediction"]=3054, - ["local_display_nearby_enemies_movement_speed_+%"]=3059, - ["local_display_nearby_enemies_scorched"]=3055, - ["local_display_nearby_enemies_stun_and_block_recovery_+%"]=3060, - ["local_display_nearby_enemies_take_X_chaos_damage_per_minute"]=3829, - ["local_display_nearby_enemies_take_X_lightning_damage_per_minute"]=2839, - ["local_display_nearby_enemy_chaos_damage_resistance_%"]=6985, - ["local_display_nearby_enemy_cold_damage_resistance_%"]=6986, - ["local_display_nearby_enemy_elemental_damage_taken_+%"]=6987, - ["local_display_nearby_enemy_fire_damage_resistance_%"]=6988, - ["local_display_nearby_enemy_life_reserved_by_stat_%"]=6989, - ["local_display_nearby_enemy_lightning_damage_resistance_%"]=6990, - ["local_display_nearby_enemy_no_chaos_damage_resistance"]=6991, - ["local_display_nearby_enemy_physical_damage_taken_+%"]=6992, - ["local_display_nearby_stationary_enemies_gain_a_grasping_vine_every_x_ms"]=4055, - ["local_display_raise_spider_on_kill_%_chance"]=589, - ["local_display_self_crushed"]=6993, - ["local_display_socketed_attack_damage_+%_final"]=423, - ["local_display_socketed_attacks_additional_critical_strike_chance"]=424, - ["local_display_socketed_attacks_critical_strike_multiplier_+"]=425, - ["local_display_socketed_attacks_mana_cost_+"]=426, - ["local_display_socketed_curse_gems_have_mana_reservation_+%"]=472, - ["local_display_socketed_curse_gems_supported_by_level_x_blasphemy"]=400, - ["local_display_socketed_gems_additional_critical_strike_chance_%"]=419, - ["local_display_socketed_gems_attack_and_cast_speed_+%_final"]=427, - ["local_display_socketed_gems_chain_X_additional_times"]=418, - ["local_display_socketed_gems_curse_auras_also_affect_you"]=428, - ["local_display_socketed_gems_damage_+%_final_while_on_low_life"]=429, - ["local_display_socketed_gems_damage_over_time_+%_final"]=461, - ["local_display_socketed_gems_elemental_damage_+%_final"]=430, - ["local_display_socketed_gems_exposure_on_hit"]=431, - ["local_display_socketed_gems_get_added_chaos_damage_level"]=353, - ["local_display_socketed_gems_get_added_fire_damage_level"]=356, - ["local_display_socketed_gems_get_added_lightning_damage_level"]=361, - ["local_display_socketed_gems_get_additional_accuracy_level"]=370, - ["local_display_socketed_gems_get_blind_level"]=364, - ["local_display_socketed_gems_get_blood_magic_level"]=354, - ["local_display_socketed_gems_get_cast_on_crit_level"]=366, - ["local_display_socketed_gems_get_cast_on_death_level"]=368, - ["local_display_socketed_gems_get_cast_when_stunned_level"]=367, - ["local_display_socketed_gems_get_chance_to_bleed_level"]=374, - ["local_display_socketed_gems_get_cold_to_fire_level"]=357, - ["local_display_socketed_gems_get_concentrated_area_level"]=348, - ["local_display_socketed_gems_get_curse_reflection"]=416, - ["local_display_socketed_gems_get_echo_level"]=378, - ["local_display_socketed_gems_get_elemental_proliferation_level"]=360, - ["local_display_socketed_gems_get_faster_attacks_level"]=363, - ["local_display_socketed_gems_get_faster_cast_level"]=384, - ["local_display_socketed_gems_get_faster_projectiles_level"]=372, - ["local_display_socketed_gems_get_fire_penetration_level"]=359, - ["local_display_socketed_gems_get_flee_level"]=383, - ["local_display_socketed_gems_get_fork_level"]=376, - ["local_display_socketed_gems_get_generosity_level"]=380, - ["local_display_socketed_gems_get_increased_area_level"]=200, - ["local_display_socketed_gems_get_increased_critical_damage_level"]=375, - ["local_display_socketed_gems_get_increased_duration_level"]=355, - ["local_display_socketed_gems_get_iron_will_level"]=385, - ["local_display_socketed_gems_get_item_quantity_+%"]=415, - ["local_display_socketed_gems_get_life_leech_level"]=373, - ["local_display_socketed_gems_get_mana_multplier_%"]=410, - ["local_display_socketed_gems_get_melee_physical_damage_level"]=362, - ["local_display_socketed_gems_get_melee_splash_level"]=365, - ["local_display_socketed_gems_get_multistrike_level"]=371, - ["local_display_socketed_gems_get_pierce_level"]=393, - ["local_display_socketed_gems_get_reduced_mana_cost_level"]=379, - ["local_display_socketed_gems_get_remote_mine_level"]=382, - ["local_display_socketed_gems_get_spell_totem_level"]=358, - ["local_display_socketed_gems_get_stun_level"]=369, - ["local_display_socketed_gems_get_trap_level"]=349, - ["local_display_socketed_gems_get_weapon_elemental_damage_level"]=377, - ["local_display_socketed_gems_have_%_chance_to_ignite_with_fire_damage"]=413, - ["local_display_socketed_gems_have_blood_magic"]=407, - ["local_display_socketed_gems_have_chance_to_flee_%"]=414, - ["local_display_socketed_gems_have_elemental_equilibrium"]=462, - ["local_display_socketed_gems_have_iron_will"]=417, - ["local_display_socketed_gems_have_mana_reservation_+%"]=408, - ["local_display_socketed_gems_have_number_of_additional_projectiles"]=465, - ["local_display_socketed_gems_have_secrets_of_suffering"]=464, - ["local_display_socketed_gems_mana_cost_-%"]=432, - ["local_display_socketed_gems_maximum_added_fire_damage"]=433, - ["local_display_socketed_gems_minimum_added_fire_damage"]=433, - ["local_display_socketed_gems_projectile_damage_+%_final"]=434, - ["local_display_socketed_gems_projectile_spells_cooldown_modifier_ms"]=435, - ["local_display_socketed_gems_projectiles_nova"]=467, - ["local_display_socketed_gems_skill_effect_duration_+%"]=469, - ["local_display_socketed_gems_supported_by_X_lesser_poison"]=403, - ["local_display_socketed_gems_supported_by_X_vile_toxins"]=402, - ["local_display_socketed_gems_supported_by_level_x_arcane_surge"]=201, - ["local_display_socketed_gems_supported_by_level_x_archmage"]=202, - ["local_display_socketed_gems_supported_by_level_x_aura_duration"]=203, - ["local_display_socketed_gems_supported_by_level_x_barrage"]=204, - ["local_display_socketed_gems_supported_by_level_x_behead"]=205, - ["local_display_socketed_gems_supported_by_level_x_bloodlust"]=206, - ["local_display_socketed_gems_supported_by_level_x_bloodthirst"]=207, - ["local_display_socketed_gems_supported_by_level_x_brutality"]=208, - ["local_display_socketed_gems_supported_by_level_x_cast_on_damage_taken"]=209, - ["local_display_socketed_gems_supported_by_level_x_cast_on_kill"]=210, - ["local_display_socketed_gems_supported_by_level_x_cast_while_channelling"]=211, - ["local_display_socketed_gems_supported_by_level_x_chain"]=212, - ["local_display_socketed_gems_supported_by_level_x_chance_to_bleed"]=213, - ["local_display_socketed_gems_supported_by_level_x_chance_to_ignite"]=214, - ["local_display_socketed_gems_supported_by_level_x_chaos_attacks"]=303, - ["local_display_socketed_gems_supported_by_level_x_charged_mines"]=215, - ["local_display_socketed_gems_supported_by_level_x_close_combat"]=216, - ["local_display_socketed_gems_supported_by_level_x_cluster_trap"]=350, - ["local_display_socketed_gems_supported_by_level_x_culling_strike"]=217, - ["local_display_socketed_gems_supported_by_level_x_curse_on_hit"]=218, - ["local_display_socketed_gems_supported_by_level_x_cursed_ground"]=219, - ["local_display_socketed_gems_supported_by_level_x_deadly_ailments"]=220, - ["local_display_socketed_gems_supported_by_level_x_deathmark"]=221, - ["local_display_socketed_gems_supported_by_level_x_decay"]=222, - ["local_display_socketed_gems_supported_by_level_x_earthbreaker"]=223, - ["local_display_socketed_gems_supported_by_level_x_efficacy"]=224, - ["local_display_socketed_gems_supported_by_level_x_elemental_focus"]=225, - ["local_display_socketed_gems_supported_by_level_x_elemental_penetration"]=226, - ["local_display_socketed_gems_supported_by_level_x_empower"]=227, - ["local_display_socketed_gems_supported_by_level_x_endurance_charge_on_stun"]=406, - ["local_display_socketed_gems_supported_by_level_x_enhance"]=228, - ["local_display_socketed_gems_supported_by_level_x_enlighten"]=229, - ["local_display_socketed_gems_supported_by_level_x_eternal_blessing"]=230, - ["local_display_socketed_gems_supported_by_level_x_feeding_frenzy"]=231, - ["local_display_socketed_gems_supported_by_level_x_fire_penetration"]=232, - ["local_display_socketed_gems_supported_by_level_x_fist_of_war"]=233, - ["local_display_socketed_gems_supported_by_level_x_focussed_ballista"]=234, - ["local_display_socketed_gems_supported_by_level_x_fortify"]=381, - ["local_display_socketed_gems_supported_by_level_x_fragility"]=235, - ["local_display_socketed_gems_supported_by_level_x_frenzy_power_on_trap_trigger"]=236, - ["local_display_socketed_gems_supported_by_level_x_greater_multiple_projectiles"]=237, - ["local_display_socketed_gems_supported_by_level_x_greater_spell_echo"]=238, - ["local_display_socketed_gems_supported_by_level_x_greater_volley"]=239, - ["local_display_socketed_gems_supported_by_level_x_hex_bloom"]=240, - ["local_display_socketed_gems_supported_by_level_x_ignite_proliferation"]=241, - ["local_display_socketed_gems_supported_by_level_x_immolate"]=242, - ["local_display_socketed_gems_supported_by_level_x_impale"]=243, - ["local_display_socketed_gems_supported_by_level_x_impending_doom"]=244, - ["local_display_socketed_gems_supported_by_level_x_increased_burning_damage"]=245, - ["local_display_socketed_gems_supported_by_level_x_increased_critical_strikes"]=246, - ["local_display_socketed_gems_supported_by_level_x_increased_duration"]=247, - ["local_display_socketed_gems_supported_by_level_x_infernal_legion"]=248, - ["local_display_socketed_gems_supported_by_level_x_intensify"]=249, - ["local_display_socketed_gems_supported_by_level_x_iron_grip"]=250, - ["local_display_socketed_gems_supported_by_level_x_item_quantity"]=251, - ["local_display_socketed_gems_supported_by_level_x_item_rarity"]=252, - ["local_display_socketed_gems_supported_by_level_x_life_gain_on_hit"]=253, - ["local_display_socketed_gems_supported_by_level_x_lifetap"]=254, - ["local_display_socketed_gems_supported_by_level_x_lightning_penetration"]=255, - ["local_display_socketed_gems_supported_by_level_x_maim"]=256, - ["local_display_socketed_gems_supported_by_level_x_manaforged_arrows"]=257, - ["local_display_socketed_gems_supported_by_level_x_mark_on_hit"]=258, - ["local_display_socketed_gems_supported_by_level_x_meat_shield"]=259, - ["local_display_socketed_gems_supported_by_level_x_melee_damage_on_full_life"]=260, - ["local_display_socketed_gems_supported_by_level_x_minefield"]=261, - ["local_display_socketed_gems_supported_by_level_x_mirage_archer"]=262, - ["local_display_socketed_gems_supported_by_level_x_multi_totem"]=263, - ["local_display_socketed_gems_supported_by_level_x_multi_trap"]=351, - ["local_display_socketed_gems_supported_by_level_x_multicast"]=264, - ["local_display_socketed_gems_supported_by_level_x_nightblade"]=265, - ["local_display_socketed_gems_supported_by_level_x_onslaught"]=266, - ["local_display_socketed_gems_supported_by_level_x_overcharge"]=267, - ["local_display_socketed_gems_supported_by_level_x_parallel_projectiles"]=268, - ["local_display_socketed_gems_supported_by_level_x_physical_projectile_attack_damage"]=269, - ["local_display_socketed_gems_supported_by_level_x_physical_to_lightning"]=270, - ["local_display_socketed_gems_supported_by_level_x_pinpoint"]=271, - ["local_display_socketed_gems_supported_by_level_x_point_blank"]=272, - ["local_display_socketed_gems_supported_by_level_x_poison"]=273, - ["local_display_socketed_gems_supported_by_level_x_power_charge_on_crit"]=274, - ["local_display_socketed_gems_supported_by_level_x_prismatic_burst"]=275, - ["local_display_socketed_gems_supported_by_level_x_pulverise"]=276, - ["local_display_socketed_gems_supported_by_level_x_rage"]=277, - ["local_display_socketed_gems_supported_by_level_x_rain"]=278, - ["local_display_socketed_gems_supported_by_level_x_ranged_attack_totem"]=279, - ["local_display_socketed_gems_supported_by_level_x_rapid_decay"]=280, - ["local_display_socketed_gems_supported_by_level_x_reduced_block_chance"]=281, - ["local_display_socketed_gems_supported_by_level_x_reduced_duration"]=282, - ["local_display_socketed_gems_supported_by_level_x_remote_mine_2"]=283, - ["local_display_socketed_gems_supported_by_level_x_ruthless"]=284, - ["local_display_socketed_gems_supported_by_level_x_second_wind"]=285, - ["local_display_socketed_gems_supported_by_level_x_shockwave"]=286, - ["local_display_socketed_gems_supported_by_level_x_slower_projectiles"]=287, - ["local_display_socketed_gems_supported_by_level_x_snipe"]=288, - ["local_display_socketed_gems_supported_by_level_x_spell_cascade"]=289, - ["local_display_socketed_gems_supported_by_level_x_spell_focus"]=290, - ["local_display_socketed_gems_supported_by_level_x_spirit_strike"]=291, - ["local_display_socketed_gems_supported_by_level_x_storm_barrier"]=292, - ["local_display_socketed_gems_supported_by_level_x_summon_elemental_resistance"]=293, - ["local_display_socketed_gems_supported_by_level_x_summon_ghost_on_kill"]=294, - ["local_display_socketed_gems_supported_by_level_x_swift_assembly"]=295, - ["local_display_socketed_gems_supported_by_level_x_swiftbrand"]=296, - ["local_display_socketed_gems_supported_by_level_x_trap_and_mine_damage"]=352, - ["local_display_socketed_gems_supported_by_level_x_trap_cooldown"]=297, - ["local_display_socketed_gems_supported_by_level_x_trinity"]=298, - ["local_display_socketed_gems_supported_by_level_x_unbound_ailments"]=299, - ["local_display_socketed_gems_supported_by_level_x_unleash"]=300, - ["local_display_socketed_gems_supported_by_level_x_urgent_orders"]=301, - ["local_display_socketed_gems_supported_by_level_x_void_manipulation"]=302, - ["local_display_socketed_gems_supported_by_pierce_level"]=392, - ["local_display_socketed_gems_supported_by_x_added_cold_damage"]=398, - ["local_display_socketed_gems_supported_by_x_cold_penetration"]=396, - ["local_display_socketed_gems_supported_by_x_controlled_destruction"]=405, - ["local_display_socketed_gems_supported_by_x_hypothermia"]=394, - ["local_display_socketed_gems_supported_by_x_ice_bite"]=395, - ["local_display_socketed_gems_supported_by_x_increased_critical_damage_level"]=390, - ["local_display_socketed_gems_supported_by_x_increased_minion_damage_level"]=389, - ["local_display_socketed_gems_supported_by_x_increased_minion_life_level"]=387, - ["local_display_socketed_gems_supported_by_x_increased_minion_speed_level"]=391, - ["local_display_socketed_gems_supported_by_x_innervate_level"]=401, - ["local_display_socketed_gems_supported_by_x_knockback_level"]=386, - ["local_display_socketed_gems_supported_by_x_lesser_multiple_projectiles_level"]=388, - ["local_display_socketed_gems_supported_by_x_mana_leech"]=397, - ["local_display_socketed_gems_supported_by_x_reduced_mana_cost"]=399, - ["local_display_socketed_golem_attack_and_cast_speed_+%"]=174, - ["local_display_socketed_golem_buff_effect_+%"]=175, - ["local_display_socketed_golem_chance_to_taunt_%"]=176, - ["local_display_socketed_golem_life_regeneration_rate_per_minute_%"]=177, - ["local_display_socketed_golem_skill_grants_onslaught_when_summoned"]=178, - ["local_display_socketed_melee_gems_have_area_radius_+%"]=411, - ["local_display_socketed_movement_skills_have_no_mana_cost"]=436, - ["local_display_socketed_non_curse_aura_gems_effect_+%"]=463, - ["local_display_socketed_projectile_spells_duration_+%_final"]=470, - ["local_display_socketed_skills_attack_speed_+%"]=437, - ["local_display_socketed_skills_cast_speed_+%"]=438, - ["local_display_socketed_skills_deal_double_damage"]=439, - ["local_display_socketed_skills_fork"]=440, - ["local_display_socketed_skills_summon_your_maximum_number_of_totems_in_formation"]=412, - ["local_display_socketed_spell_damage_+%_final"]=441, - ["local_display_socketed_spells_additional_critical_strike_chance"]=442, - ["local_display_socketed_spells_additional_projectiles"]=466, - ["local_display_socketed_spells_critical_strike_multiplier_+"]=443, - ["local_display_socketed_spells_mana_cost_+%"]=444, - ["local_display_socketed_spells_projectiles_circle"]=468, - ["local_display_socketed_spells_repeat_count"]=420, - ["local_display_socketed_trap_skills_create_smoke_cloud"]=471, - ["local_display_socketed_travel_skills_damage_+%_final"]=445, - ["local_display_socketed_triggered_skills_deal_double_damage"]=304, - ["local_display_socketed_vaal_skills_area_of_effect_+%"]=446, - ["local_display_socketed_vaal_skills_aura_effect_+%"]=447, - ["local_display_socketed_vaal_skills_damage_+%_final"]=448, - ["local_display_socketed_vaal_skills_effect_duration_+%"]=449, - ["local_display_socketed_vaal_skills_elusive_on_use"]=450, - ["local_display_socketed_vaal_skills_extra_damage_rolls"]=451, - ["local_display_socketed_vaal_skills_ignore_monster_phys_reduction"]=452, - ["local_display_socketed_vaal_skills_ignore_monster_resistances"]=453, - ["local_display_socketed_vaal_skills_projectile_speed_+%"]=454, - ["local_display_socketed_vaal_skills_soul_gain_prevention_duration_+%"]=455, - ["local_display_socketed_vaal_skills_soul_requirement_+%_final"]=456, - ["local_display_socketed_vaal_skills_store_uses_+"]=457, - ["local_display_socketed_warcry_skills_cooldown_use_+"]=458, - ["local_display_spend_energy_shield_for_costs_before_mana_for_socketed_skills"]=459, - ["local_display_summon_harbinger_x_on_equip"]=487, - ["local_display_summon_raging_spirit_on_kill_%"]=590, - ["local_display_summon_wolf_on_kill_%"]=591, - ["local_display_supported_by_level_10_controlled_destruction"]=305, - ["local_display_supported_by_level_10_intensify"]=306, - ["local_display_supported_by_level_10_spell_echo"]=307, - ["local_display_supported_by_level_x_awakened_added_chaos_damage"]=308, - ["local_display_supported_by_level_x_awakened_added_cold_damage"]=309, - ["local_display_supported_by_level_x_awakened_added_fire_damage"]=310, - ["local_display_supported_by_level_x_awakened_added_lightning_damage"]=311, - ["local_display_supported_by_level_x_awakened_ancestral_call"]=312, - ["local_display_supported_by_level_x_awakened_arrow_nova"]=313, - ["local_display_supported_by_level_x_awakened_blasphemy"]=314, - ["local_display_supported_by_level_x_awakened_brutality"]=315, - ["local_display_supported_by_level_x_awakened_burning_damage"]=316, - ["local_display_supported_by_level_x_awakened_cast_on_crit"]=317, - ["local_display_supported_by_level_x_awakened_cast_while_channelling"]=318, - ["local_display_supported_by_level_x_awakened_chain"]=319, - ["local_display_supported_by_level_x_awakened_cold_penetration"]=320, - ["local_display_supported_by_level_x_awakened_controlled_destruction"]=321, - ["local_display_supported_by_level_x_awakened_curse_on_hit"]=322, - ["local_display_supported_by_level_x_awakened_deadly_ailments"]=323, - ["local_display_supported_by_level_x_awakened_elemental_focus"]=324, - ["local_display_supported_by_level_x_awakened_empower"]=325, - ["local_display_supported_by_level_x_awakened_enhance"]=326, - ["local_display_supported_by_level_x_awakened_enlighten"]=327, - ["local_display_supported_by_level_x_awakened_fire_penetration"]=328, - ["local_display_supported_by_level_x_awakened_fork"]=329, - ["local_display_supported_by_level_x_awakened_generosity"]=330, - ["local_display_supported_by_level_x_awakened_greater_multiple_projectiles"]=331, - ["local_display_supported_by_level_x_awakened_increased_area_of_effect"]=332, - ["local_display_supported_by_level_x_awakened_lightning_penetration"]=333, - ["local_display_supported_by_level_x_awakened_melee_physical_damage"]=334, - ["local_display_supported_by_level_x_awakened_melee_splash"]=335, - ["local_display_supported_by_level_x_awakened_minion_damage"]=336, - ["local_display_supported_by_level_x_awakened_multistrike"]=337, - ["local_display_supported_by_level_x_awakened_spell_cascade"]=338, - ["local_display_supported_by_level_x_awakened_spell_echo"]=339, - ["local_display_supported_by_level_x_awakened_swift_affliction"]=340, - ["local_display_supported_by_level_x_awakened_unbound_ailments"]=341, - ["local_display_supported_by_level_x_awakened_unleash"]=342, - ["local_display_supported_by_level_x_awakened_vicious_projectiles"]=343, - ["local_display_supported_by_level_x_awakened_void_manipulation"]=344, - ["local_display_supported_by_level_x_awakened_weapon_elemental_damage"]=345, - ["local_display_tailwind_if_socketed_vaal_skill_used_recently"]=460, - ["local_display_trigger_commandment_of_inferno_on_crit_%"]=592, - ["local_display_trigger_corpse_walk_on_equip_level"]=593, - ["local_display_trigger_death_walk_on_equip_level"]=595, - ["local_display_trigger_level_18_summon_spectral_wolf_on_kill_10%_chance"]=596, - ["local_display_trigger_level_1_blood_rage_on_kill_chance_%"]=597, - ["local_display_trigger_level_20_animate_guardian_weapon_on_guardian_kill_%_chance"]=598, - ["local_display_trigger_level_20_animate_guardian_weapon_on_weapon_kill_%_chance"]=599, - ["local_display_trigger_level_20_shade_form_on_skill_use_%"]=600, - ["local_display_trigger_level_20_shade_form_when_hit_%"]=601, - ["local_display_trigger_level_20_summon_spectral_wolf_on_crit_with_this_weapon_%_chance"]=557, - ["local_display_trigger_level_20_tornado_when_you_gain_avians_flight_or_avians_might_%"]=602, - ["local_display_trigger_level_X_assassins_mark_when_you_hit_rare_or_unique_enemy"]=603, - ["local_display_trigger_level_X_atziri_flameblast"]=604, - ["local_display_trigger_level_X_atziri_storm_call"]=605, - ["local_display_trigger_level_X_blinding_aura_skill_on_equip"]=519, - ["local_display_trigger_level_X_darktongue_kiss_on_curse"]=558, - ["local_display_trigger_level_X_feast_of_flesh_every_5_seconds"]=606, - ["local_display_trigger_level_X_offering_every_5_seconds"]=607, - ["local_display_trigger_level_X_poachers_mark_when_you_hit_rare_or_unique_enemy"]=608, - ["local_display_trigger_level_X_shield_shatter_on_block"]=609, - ["local_display_trigger_level_X_void_gaze_on_skill_use"]=559, - ["local_display_trigger_level_X_warlords_mark_when_you_hit_rare_or_unique_enemy"]=610, - ["local_display_trigger_level_x_create_fungal_ground_on_kill"]=594, - ["local_display_trigger_level_x_curse_nova_on_hit_while_cursed"]=611, - ["local_display_trigger_level_x_fiery_impact_on_melee_hit_with_this_weapon"]=612, - ["local_display_trigger_level_x_flame_dash_when_you_use_a_socketed_skill"]=613, - ["local_display_trigger_level_x_gore_shockwave_on_melee_hit_with_atleast_150_strength"]=614, - ["local_display_trigger_level_x_icicle_nova_on_hit_vs_frozen_enemy"]=615, - ["local_display_trigger_level_x_intimidating_cry_when_you_lose_cats_stealth"]=616, - ["local_display_trigger_level_x_lightning_warp_on_hit_with_this_weapon"]=560, - ["local_display_trigger_level_x_rain_of_arrows_on_bow_attack"]=617, - ["local_display_trigger_level_x_reflection_skill_on_equip"]=618, - ["local_display_trigger_level_x_smoke_cloud_on_trap_triggered"]=619, - ["local_display_trigger_level_x_spirit_burst_on_skill_use_if_have_spirit_charge"]=620, - ["local_display_trigger_level_x_stalking_pustule_on_kill"]=621, - ["local_display_trigger_level_x_storm_cascade_on_attack"]=561, - ["local_display_trigger_level_x_summon_phantasm_on_corpse_consume"]=622, - ["local_display_trigger_level_x_toxic_rain_on_bow_attack"]=637, - ["local_display_trigger_level_x_void_shot_on_arrow_fire_while_you_have_void_arrow"]=623, - ["local_display_trigger_socketed_curses_on_casting_curse_%_chance"]=625, - ["local_display_trigger_summon_infernal_familiar_when_allocated"]=6994, - ["local_display_trigger_summon_taunting_contraption_on_flask_use"]=624, - ["local_display_trigger_temporal_anomaly_when_hit_%_chance"]=626, - ["local_display_trigger_tentacle_smash_on_kill_%_chance"]=627, - ["local_display_trigger_void_sphere_on_kill_%_chance"]=628, - ["local_display_triggers_level_x_corpse_cloud_on_footstep"]=6995, - ["local_display_triggers_level_x_detonation_on_off_hand_hit"]=6996, - ["local_display_triggers_level_x_ember_fusillade_on_spell_cast"]=6997, - ["local_display_triggers_level_x_gas_cloud_on_main_hand_hit"]=6998, - ["local_display_triggers_level_x_lightning_bolt_on_critical_strike"]=6999, - ["local_display_triggers_level_x_spark_on_killing_shocked_enemy_with_enemy_location_as_origin"]=7000, - ["local_display_use_level_X_abyssal_cry_on_hit"]=629, - ["local_double_damage_to_chilled_enemies"]=3396, - ["local_double_damage_with_attacks"]=7001, - ["local_double_damage_with_attacks_chance_%"]=7002, - ["local_double_hit_damage_stun_build_up"]=7003, - ["local_elemental_damage_+%_per_2%_quality"]=7004, - ["local_elemental_penetration_%"]=3397, - ["local_energy_shield"]=860, - ["local_energy_shield_+%"]=863, - ["local_energy_shield_regeneration_per_minute_%_if_crit_recently"]=7005, - ["local_evasion_and_energy_shield_+%"]=866, - ["local_evasion_rating_+%"]=862, - ["local_evasion_rating_and_energy_shield"]=7006, - ["local_explicit_elemental_damage_mod_effect_+%"]=67, - ["local_explicit_minion_mod_effect_+%"]=68, - ["local_explicit_mod_effect_+%"]=71, - ["local_explicit_physical_and_chaos_damage_mod_effect_+%"]=69, - ["local_explode_on_kill_with_crit_%_physical_damage_to_deal"]=7007, + ["local_charm_duration_+%"]=924, + ["local_charm_effect_+%"]=7091, + ["local_charm_slots"]=4618, + ["local_charm_trigger_when_cursed"]=698, + ["local_chill_on_hit_ms_if_in_off_hand"]=7092, + ["local_cold_penetration_%"]=3345, + ["local_cold_resistance_%_per_2%_quality"]=7093, + ["local_concoction_can_consume_sulphur_flasks"]=7094, + ["local_connectivity_of_sockets_+%"]=1612, + ["local_consecrate_ground_on_flask_use_radius"]=658, + ["local_critical_strike_chance"]=938, + ["local_critical_strike_chance_+%"]=1316, + ["local_critical_strike_chance_+%_if_item_corrupted"]=7095, + ["local_critical_strike_chance_+%_per_4%_quality"]=7096, + ["local_critical_strike_multiplier_+"]=939, + ["local_crits_have_culling_strike"]=7097, + ["local_crush_on_hit"]=7098, + ["local_cull_frozen_enemies_on_hit"]=7099, + ["local_culling_strike"]=7100, + ["local_culling_strike_if_crit_recently"]=7101, + ["local_culling_strike_vs_bleeding_enemies"]=7102, + ["local_damage_+%_if_item_corrupted"]=7103, + ["local_damage_roll_always_min_or_max"]=7104, + ["local_damage_taken_+%_if_item_corrupted"]=7105, + ["local_destroy_corpses_with_critical_strikes"]=7106, + ["local_dexterity_per_2%_quality"]=7107, + ["local_dexterity_requirement_+"]=832, + ["local_dexterity_requirement_+%"]=833, + ["local_disable_gem_experience_gain"]=1609, + ["local_disable_rare_mod_on_hit_%_chance"]=7108, + ["local_display_attack_with_level_X_bone_nova_on_bleeding_enemy_kill"]=566, + ["local_display_aura_allies_have_culling_strike"]=2220, + ["local_display_aura_allies_have_increased_item_rarity_+%"]=1412, + ["local_display_aura_base_chaos_damage_to_deal_per_minute"]=2369, + ["local_display_aura_curse_effect_on_self_+%"]=2378, + ["local_display_aura_damage_+%"]=2377, + ["local_display_aura_damage_+%_allies_only"]=2567, + ["local_display_avoid_interruption_%_while_using_socketed_attack_skills"]=413, + ["local_display_cast_animate_weapon_on_kill_%_chance"]=567, + ["local_display_cast_cold_aegis_on_gain_skill"]=568, + ["local_display_cast_elemental_aegis_on_gain_skill"]=569, + ["local_display_cast_fire_aegis_on_gain_skill"]=570, + ["local_display_cast_level_1_summon_lesser_shrine_on_kill_%"]=506, + ["local_display_cast_level_X_consecrate_on_crit"]=507, + ["local_display_cast_level_x_manifest_dancing_dervish"]=2952, + ["local_display_cast_level_x_shock_ground_when_hit"]=508, + ["local_display_cast_lightning_aegis_on_gain_skill"]=571, + ["local_display_cast_lightning_on_critical_strike"]=572, + ["local_display_cast_physical_aegis_on_gain_skill"]=573, + ["local_display_cast_primal_aegis_on_gain_skill"]=574, + ["local_display_cast_summon_arbalists_on_gain_skill"]=575, + ["local_display_cast_triggerbots_on_gain_skill"]=576, + ["local_display_curse_enemies_with_socketed_curse_on_hit_%_chance"]=7109, + ["local_display_enemies_killed_nearby_count_as_being_killed_by_you"]=7110, + ["local_display_every_10_seconds_non_skill_physical_damage_%_to_gain_as_fire_for_3_seconds"]=7111, + ["local_display_fire_and_cold_resist_debuff"]=7112, + ["local_display_fire_burst_on_hit_%"]=577, + ["local_display_gain_fragile_growth_each_second"]=3970, + ["local_display_gain_power_charge_on_spending_mana"]=7113, + ["local_display_grant_level_x_petrification_statue"]=509, + ["local_display_grant_level_x_snipe_skill"]=75, + ["local_display_grants_level_X_envy"]=497, + ["local_display_grants_level_X_queens_demand_skill"]=553, + ["local_display_grants_level_X_reckoning"]=498, + ["local_display_grants_level_X_spell_aegis"]=76, + ["local_display_grants_level_X_vengeance"]=472, + ["local_display_grants_level_x_blood_offering_skill"]=511, + ["local_display_grants_level_x_curse_pillar_skil_and_20%_less_curse_effect"]=512, + ["local_display_grants_level_x_curse_pillar_skill"]=513, + ["local_display_grants_level_x_despair"]=473, + ["local_display_grants_level_x_hidden_blade"]=578, + ["local_display_grants_level_x_summon_stone_golem"]=471, + ["local_display_grants_level_x_wintertide_brand"]=514, + ["local_display_grants_skill_abyssal_cry_level"]=515, + ["local_display_grants_skill_accuracy_crits_aura_level"]=516, + ["local_display_grants_skill_anger_level"]=492, + ["local_display_grants_skill_bear_trap_level"]=470, + ["local_display_grants_skill_bird_aspect_level"]=517, + ["local_display_grants_skill_blight_level"]=499, + ["local_display_grants_skill_blood_sacrament_level"]=485, + ["local_display_grants_skill_bone_armour"]=518, + ["local_display_grants_skill_brand_detonate_level"]=519, + ["local_display_grants_skill_call_of_steel"]=520, + ["local_display_grants_skill_cat_aspect_level"]=521, + ["local_display_grants_skill_clarity_level"]=484, + ["local_display_grants_skill_conductivity_level"]=479, + ["local_display_grants_skill_crab_aspect_level"]=522, + ["local_display_grants_skill_critical_weakness_level"]=489, + ["local_display_grants_skill_dash_level"]=523, + ["local_display_grants_skill_death_aura_level"]=504, + ["local_display_grants_skill_death_wish_level"]=524, + ["local_display_grants_skill_decoy_totem_level"]=525, + ["local_display_grants_skill_determination_level"]=493, + ["local_display_grants_skill_discipline_level"]=496, + ["local_display_grants_skill_doryanis_touch_level"]=502, + ["local_display_grants_skill_elemental_weakness_level"]=501, + ["local_display_grants_skill_embrace_madness_level"]=526, + ["local_display_grants_skill_enduring_cry_level"]=527, + ["local_display_grants_skill_flammability_level"]=477, + ["local_display_grants_skill_frostbite_level"]=480, + ["local_display_grants_skill_frostblink_level"]=467, + ["local_display_grants_skill_frostbolt_level"]=7114, + ["local_display_grants_skill_gluttony_of_elements_level"]=488, + ["local_display_grants_skill_grace_level"]=494, + ["local_display_grants_skill_haste_level"]=482, + ["local_display_grants_skill_hatred_level"]=491, + ["local_display_grants_skill_herald_of_agony_level"]=528, + ["local_display_grants_skill_herald_of_ash_level"]=529, + ["local_display_grants_skill_herald_of_ice_level"]=530, + ["local_display_grants_skill_herald_of_purity_level"]=531, + ["local_display_grants_skill_herald_of_thunder_level"]=532, + ["local_display_grants_skill_icestorm_level"]=505, + ["local_display_grants_skill_intimidating_cry_level"]=533, + ["local_display_grants_skill_lightning_warp_level"]=534, + ["local_display_grants_skill_malevolence_level"]=535, + ["local_display_grants_skill_mirage_chieftain"]=536, + ["local_display_grants_skill_pride_level"]=537, + ["local_display_grants_skill_projectile_weakness_level"]=500, + ["local_display_grants_skill_purity_level"]=487, + ["local_display_grants_skill_purity_of_cold_level"]=474, + ["local_display_grants_skill_purity_of_fire_level"]=468, + ["local_display_grants_skill_purity_of_lightning_level"]=476, + ["local_display_grants_skill_rallying_cry_level"]=538, + ["local_display_grants_skill_scorching_ray_level"]=495, + ["local_display_grants_skill_smite_level"]=539, + ["local_display_grants_skill_spider_aspect_level"]=540, + ["local_display_grants_skill_temporal_chains_level"]=481, + ["local_display_grants_skill_touch_of_fire_level"]=541, + ["local_display_grants_skill_unhinge_level"]=542, + ["local_display_grants_skill_vaal_impurity_of_fire_level"]=543, + ["local_display_grants_skill_vaal_impurity_of_ice_level"]=544, + ["local_display_grants_skill_vaal_impurity_of_lightning_level"]=545, + ["local_display_grants_skill_vampiric_icon_level"]=546, + ["local_display_grants_skill_vitality_level"]=486, + ["local_display_grants_skill_vulnerability_level"]=503, + ["local_display_grants_skill_wrath_level"]=490, + ["local_display_grants_skill_zealotry_level"]=547, + ["local_display_grants_summon_beast_companion"]=475, + ["local_display_has_additional_implicit_mod"]=483, + ["local_display_hits_against_nearby_enemies_critical_strike_chance_+50%"]=3005, + ["local_display_illusory_warp_level"]=469, + ["local_display_item_found_rarity_+%_for_you_and_nearby_allies"]=1413, + ["local_display_lose_soul_eater_stack_every_x_seconds_while_no_unique_in_your_presence"]=7370, + ["local_display_manifest_dancing_dervish_destroy_on_end_rampage"]=2954, + ["local_display_manifest_dancing_dervish_disables_weapons"]=2953, + ["local_display_minions_grant_onslaught"]=2955, + ["local_display_mod_aura_mana_regeration_rate_+%"]=7115, + ["local_display_molten_burst_on_melee_hit_%"]=579, + ["local_display_movement_speed_+%_for_you_and_nearby_allies"]=7116, + ["local_display_nearby_allies_action_speed_cannot_be_reduced_below_base"]=7117, + ["local_display_nearby_allies_critical_strike_multiplier_+"]=7118, + ["local_display_nearby_allies_extra_damage_rolls"]=7119, + ["local_display_nearby_allies_have_fortify"]=7120, + ["local_display_nearby_enemies_all_resistances_%"]=2637, + ["local_display_nearby_enemies_are_blinded"]=3001, + ["local_display_nearby_enemies_are_chilled"]=7121, + ["local_display_nearby_enemies_are_covered_in_ash"]=7122, + ["local_display_nearby_enemies_are_crushed"]=3002, + ["local_display_nearby_enemies_are_intimidated"]=7123, + ["local_display_nearby_enemies_cannot_crit"]=7124, + ["local_display_nearby_enemies_critical_strike_chance_+%_against_self"]=3006, + ["local_display_nearby_enemies_flask_charges_granted_+%"]=3007, + ["local_display_nearby_enemies_have_fire_exposure"]=7125, + ["local_display_nearby_enemies_have_malediction"]=3003, + ["local_display_nearby_enemies_movement_speed_+%"]=3008, + ["local_display_nearby_enemies_scorched"]=3004, + ["local_display_nearby_enemies_stun_and_block_recovery_+%"]=3009, + ["local_display_nearby_enemies_take_X_chaos_damage_per_minute"]=3771, + ["local_display_nearby_enemies_take_X_lightning_damage_per_minute"]=2794, + ["local_display_nearby_enemy_chaos_damage_resistance_%"]=7126, + ["local_display_nearby_enemy_cold_damage_resistance_%"]=7127, + ["local_display_nearby_enemy_elemental_damage_taken_+%"]=7128, + ["local_display_nearby_enemy_fire_damage_resistance_%"]=7129, + ["local_display_nearby_enemy_life_reserved_by_stat_%"]=7130, + ["local_display_nearby_enemy_lightning_damage_resistance_%"]=7131, + ["local_display_nearby_enemy_no_chaos_damage_resistance"]=7132, + ["local_display_nearby_enemy_physical_damage_taken_+%"]=7133, + ["local_display_nearby_stationary_enemies_gain_a_grasping_vine_every_x_ms"]=3993, + ["local_display_raise_spider_on_kill_%_chance"]=580, + ["local_display_self_crushed"]=7134, + ["local_display_socketed_attack_damage_+%_final"]=414, + ["local_display_socketed_attacks_additional_critical_strike_chance"]=415, + ["local_display_socketed_attacks_critical_strike_multiplier_+"]=416, + ["local_display_socketed_attacks_mana_cost_+"]=417, + ["local_display_socketed_curse_gems_have_mana_reservation_+%"]=463, + ["local_display_socketed_curse_gems_supported_by_level_x_blasphemy"]=392, + ["local_display_socketed_gems_additional_critical_strike_chance_%"]=410, + ["local_display_socketed_gems_attack_and_cast_speed_+%_final"]=418, + ["local_display_socketed_gems_chain_X_additional_times"]=409, + ["local_display_socketed_gems_curse_auras_also_affect_you"]=419, + ["local_display_socketed_gems_damage_+%_final_while_on_low_life"]=420, + ["local_display_socketed_gems_damage_over_time_+%_final"]=452, + ["local_display_socketed_gems_elemental_damage_+%_final"]=421, + ["local_display_socketed_gems_exposure_on_hit"]=422, + ["local_display_socketed_gems_get_added_chaos_damage_level"]=345, + ["local_display_socketed_gems_get_added_fire_damage_level"]=348, + ["local_display_socketed_gems_get_added_lightning_damage_level"]=353, + ["local_display_socketed_gems_get_additional_accuracy_level"]=362, + ["local_display_socketed_gems_get_blind_level"]=356, + ["local_display_socketed_gems_get_blood_magic_level"]=346, + ["local_display_socketed_gems_get_cast_on_crit_level"]=358, + ["local_display_socketed_gems_get_cast_on_death_level"]=360, + ["local_display_socketed_gems_get_cast_when_stunned_level"]=359, + ["local_display_socketed_gems_get_chance_to_bleed_level"]=366, + ["local_display_socketed_gems_get_cold_to_fire_level"]=349, + ["local_display_socketed_gems_get_concentrated_area_level"]=340, + ["local_display_socketed_gems_get_curse_reflection"]=407, + ["local_display_socketed_gems_get_echo_level"]=370, + ["local_display_socketed_gems_get_elemental_proliferation_level"]=352, + ["local_display_socketed_gems_get_faster_attacks_level"]=355, + ["local_display_socketed_gems_get_faster_cast_level"]=376, + ["local_display_socketed_gems_get_faster_projectiles_level"]=364, + ["local_display_socketed_gems_get_fire_penetration_level"]=351, + ["local_display_socketed_gems_get_flee_level"]=375, + ["local_display_socketed_gems_get_fork_level"]=368, + ["local_display_socketed_gems_get_generosity_level"]=372, + ["local_display_socketed_gems_get_increased_area_level"]=192, + ["local_display_socketed_gems_get_increased_critical_damage_level"]=367, + ["local_display_socketed_gems_get_increased_duration_level"]=347, + ["local_display_socketed_gems_get_iron_will_level"]=377, + ["local_display_socketed_gems_get_item_quantity_+%"]=406, + ["local_display_socketed_gems_get_life_leech_level"]=365, + ["local_display_socketed_gems_get_mana_multplier_%"]=402, + ["local_display_socketed_gems_get_melee_physical_damage_level"]=354, + ["local_display_socketed_gems_get_melee_splash_level"]=357, + ["local_display_socketed_gems_get_multistrike_level"]=363, + ["local_display_socketed_gems_get_pierce_level"]=385, + ["local_display_socketed_gems_get_reduced_mana_cost_level"]=371, + ["local_display_socketed_gems_get_remote_mine_level"]=374, + ["local_display_socketed_gems_get_spell_totem_level"]=350, + ["local_display_socketed_gems_get_stun_level"]=361, + ["local_display_socketed_gems_get_trap_level"]=341, + ["local_display_socketed_gems_get_weapon_elemental_damage_level"]=369, + ["local_display_socketed_gems_have_blood_magic"]=399, + ["local_display_socketed_gems_have_chance_to_flee_%"]=405, + ["local_display_socketed_gems_have_elemental_equilibrium"]=453, + ["local_display_socketed_gems_have_iron_will"]=408, + ["local_display_socketed_gems_have_mana_reservation_+%"]=400, + ["local_display_socketed_gems_have_number_of_additional_projectiles"]=456, + ["local_display_socketed_gems_have_secrets_of_suffering"]=455, + ["local_display_socketed_gems_mana_cost_-%"]=423, + ["local_display_socketed_gems_maximum_added_fire_damage"]=424, + ["local_display_socketed_gems_minimum_added_fire_damage"]=424, + ["local_display_socketed_gems_projectile_damage_+%_final"]=425, + ["local_display_socketed_gems_projectile_spells_cooldown_modifier_ms"]=426, + ["local_display_socketed_gems_projectiles_nova"]=458, + ["local_display_socketed_gems_skill_effect_duration_+%"]=460, + ["local_display_socketed_gems_supported_by_X_lesser_poison"]=395, + ["local_display_socketed_gems_supported_by_X_vile_toxins"]=394, + ["local_display_socketed_gems_supported_by_level_x_arcane_surge"]=193, + ["local_display_socketed_gems_supported_by_level_x_archmage"]=194, + ["local_display_socketed_gems_supported_by_level_x_aura_duration"]=195, + ["local_display_socketed_gems_supported_by_level_x_barrage"]=196, + ["local_display_socketed_gems_supported_by_level_x_behead"]=197, + ["local_display_socketed_gems_supported_by_level_x_bloodlust"]=198, + ["local_display_socketed_gems_supported_by_level_x_bloodthirst"]=199, + ["local_display_socketed_gems_supported_by_level_x_brutality"]=200, + ["local_display_socketed_gems_supported_by_level_x_cast_on_damage_taken"]=201, + ["local_display_socketed_gems_supported_by_level_x_cast_on_kill"]=202, + ["local_display_socketed_gems_supported_by_level_x_cast_while_channelling"]=203, + ["local_display_socketed_gems_supported_by_level_x_chain"]=204, + ["local_display_socketed_gems_supported_by_level_x_chance_to_bleed"]=205, + ["local_display_socketed_gems_supported_by_level_x_chance_to_ignite"]=206, + ["local_display_socketed_gems_supported_by_level_x_chaos_attacks"]=295, + ["local_display_socketed_gems_supported_by_level_x_charged_mines"]=207, + ["local_display_socketed_gems_supported_by_level_x_close_combat"]=208, + ["local_display_socketed_gems_supported_by_level_x_cluster_trap"]=342, + ["local_display_socketed_gems_supported_by_level_x_culling_strike"]=209, + ["local_display_socketed_gems_supported_by_level_x_curse_on_hit"]=210, + ["local_display_socketed_gems_supported_by_level_x_cursed_ground"]=211, + ["local_display_socketed_gems_supported_by_level_x_deadly_ailments"]=212, + ["local_display_socketed_gems_supported_by_level_x_deathmark"]=213, + ["local_display_socketed_gems_supported_by_level_x_decay"]=214, + ["local_display_socketed_gems_supported_by_level_x_earthbreaker"]=215, + ["local_display_socketed_gems_supported_by_level_x_efficacy"]=216, + ["local_display_socketed_gems_supported_by_level_x_elemental_focus"]=217, + ["local_display_socketed_gems_supported_by_level_x_elemental_penetration"]=218, + ["local_display_socketed_gems_supported_by_level_x_empower"]=219, + ["local_display_socketed_gems_supported_by_level_x_endurance_charge_on_stun"]=398, + ["local_display_socketed_gems_supported_by_level_x_enhance"]=220, + ["local_display_socketed_gems_supported_by_level_x_enlighten"]=221, + ["local_display_socketed_gems_supported_by_level_x_eternal_blessing"]=222, + ["local_display_socketed_gems_supported_by_level_x_feeding_frenzy"]=223, + ["local_display_socketed_gems_supported_by_level_x_fire_penetration"]=224, + ["local_display_socketed_gems_supported_by_level_x_fist_of_war"]=225, + ["local_display_socketed_gems_supported_by_level_x_focussed_ballista"]=226, + ["local_display_socketed_gems_supported_by_level_x_fortify"]=373, + ["local_display_socketed_gems_supported_by_level_x_fragility"]=227, + ["local_display_socketed_gems_supported_by_level_x_frenzy_power_on_trap_trigger"]=228, + ["local_display_socketed_gems_supported_by_level_x_greater_multiple_projectiles"]=229, + ["local_display_socketed_gems_supported_by_level_x_greater_spell_echo"]=230, + ["local_display_socketed_gems_supported_by_level_x_greater_volley"]=231, + ["local_display_socketed_gems_supported_by_level_x_hex_bloom"]=232, + ["local_display_socketed_gems_supported_by_level_x_ignite_proliferation"]=233, + ["local_display_socketed_gems_supported_by_level_x_immolate"]=234, + ["local_display_socketed_gems_supported_by_level_x_impale"]=235, + ["local_display_socketed_gems_supported_by_level_x_impending_doom"]=236, + ["local_display_socketed_gems_supported_by_level_x_increased_burning_damage"]=237, + ["local_display_socketed_gems_supported_by_level_x_increased_critical_strikes"]=238, + ["local_display_socketed_gems_supported_by_level_x_increased_duration"]=239, + ["local_display_socketed_gems_supported_by_level_x_infernal_legion"]=240, + ["local_display_socketed_gems_supported_by_level_x_intensify"]=241, + ["local_display_socketed_gems_supported_by_level_x_iron_grip"]=242, + ["local_display_socketed_gems_supported_by_level_x_item_quantity"]=243, + ["local_display_socketed_gems_supported_by_level_x_item_rarity"]=244, + ["local_display_socketed_gems_supported_by_level_x_life_gain_on_hit"]=245, + ["local_display_socketed_gems_supported_by_level_x_lifetap"]=246, + ["local_display_socketed_gems_supported_by_level_x_lightning_penetration"]=247, + ["local_display_socketed_gems_supported_by_level_x_maim"]=248, + ["local_display_socketed_gems_supported_by_level_x_manaforged_arrows"]=249, + ["local_display_socketed_gems_supported_by_level_x_mark_on_hit"]=250, + ["local_display_socketed_gems_supported_by_level_x_meat_shield"]=251, + ["local_display_socketed_gems_supported_by_level_x_melee_damage_on_full_life"]=252, + ["local_display_socketed_gems_supported_by_level_x_minefield"]=253, + ["local_display_socketed_gems_supported_by_level_x_mirage_archer"]=254, + ["local_display_socketed_gems_supported_by_level_x_multi_totem"]=255, + ["local_display_socketed_gems_supported_by_level_x_multi_trap"]=343, + ["local_display_socketed_gems_supported_by_level_x_multicast"]=256, + ["local_display_socketed_gems_supported_by_level_x_nightblade"]=257, + ["local_display_socketed_gems_supported_by_level_x_onslaught"]=258, + ["local_display_socketed_gems_supported_by_level_x_overcharge"]=259, + ["local_display_socketed_gems_supported_by_level_x_parallel_projectiles"]=260, + ["local_display_socketed_gems_supported_by_level_x_physical_projectile_attack_damage"]=261, + ["local_display_socketed_gems_supported_by_level_x_physical_to_lightning"]=262, + ["local_display_socketed_gems_supported_by_level_x_pinpoint"]=263, + ["local_display_socketed_gems_supported_by_level_x_point_blank"]=264, + ["local_display_socketed_gems_supported_by_level_x_poison"]=265, + ["local_display_socketed_gems_supported_by_level_x_power_charge_on_crit"]=266, + ["local_display_socketed_gems_supported_by_level_x_prismatic_burst"]=267, + ["local_display_socketed_gems_supported_by_level_x_pulverise"]=268, + ["local_display_socketed_gems_supported_by_level_x_rage"]=269, + ["local_display_socketed_gems_supported_by_level_x_rain"]=270, + ["local_display_socketed_gems_supported_by_level_x_ranged_attack_totem"]=271, + ["local_display_socketed_gems_supported_by_level_x_rapid_decay"]=272, + ["local_display_socketed_gems_supported_by_level_x_reduced_block_chance"]=273, + ["local_display_socketed_gems_supported_by_level_x_reduced_duration"]=274, + ["local_display_socketed_gems_supported_by_level_x_remote_mine_2"]=275, + ["local_display_socketed_gems_supported_by_level_x_ruthless"]=276, + ["local_display_socketed_gems_supported_by_level_x_second_wind"]=277, + ["local_display_socketed_gems_supported_by_level_x_shockwave"]=278, + ["local_display_socketed_gems_supported_by_level_x_slower_projectiles"]=279, + ["local_display_socketed_gems_supported_by_level_x_snipe"]=280, + ["local_display_socketed_gems_supported_by_level_x_spell_cascade"]=281, + ["local_display_socketed_gems_supported_by_level_x_spell_focus"]=282, + ["local_display_socketed_gems_supported_by_level_x_spirit_strike"]=283, + ["local_display_socketed_gems_supported_by_level_x_storm_barrier"]=284, + ["local_display_socketed_gems_supported_by_level_x_summon_elemental_resistance"]=285, + ["local_display_socketed_gems_supported_by_level_x_summon_ghost_on_kill"]=286, + ["local_display_socketed_gems_supported_by_level_x_swift_assembly"]=287, + ["local_display_socketed_gems_supported_by_level_x_swiftbrand"]=288, + ["local_display_socketed_gems_supported_by_level_x_trap_and_mine_damage"]=344, + ["local_display_socketed_gems_supported_by_level_x_trap_cooldown"]=289, + ["local_display_socketed_gems_supported_by_level_x_trinity"]=290, + ["local_display_socketed_gems_supported_by_level_x_unbound_ailments"]=291, + ["local_display_socketed_gems_supported_by_level_x_unleash"]=292, + ["local_display_socketed_gems_supported_by_level_x_urgent_orders"]=293, + ["local_display_socketed_gems_supported_by_level_x_void_manipulation"]=294, + ["local_display_socketed_gems_supported_by_pierce_level"]=384, + ["local_display_socketed_gems_supported_by_x_added_cold_damage"]=390, + ["local_display_socketed_gems_supported_by_x_cold_penetration"]=388, + ["local_display_socketed_gems_supported_by_x_controlled_destruction"]=397, + ["local_display_socketed_gems_supported_by_x_hypothermia"]=386, + ["local_display_socketed_gems_supported_by_x_ice_bite"]=387, + ["local_display_socketed_gems_supported_by_x_increased_critical_damage_level"]=382, + ["local_display_socketed_gems_supported_by_x_increased_minion_damage_level"]=381, + ["local_display_socketed_gems_supported_by_x_increased_minion_life_level"]=379, + ["local_display_socketed_gems_supported_by_x_increased_minion_speed_level"]=383, + ["local_display_socketed_gems_supported_by_x_innervate_level"]=393, + ["local_display_socketed_gems_supported_by_x_knockback_level"]=378, + ["local_display_socketed_gems_supported_by_x_lesser_multiple_projectiles_level"]=380, + ["local_display_socketed_gems_supported_by_x_mana_leech"]=389, + ["local_display_socketed_gems_supported_by_x_reduced_mana_cost"]=391, + ["local_display_socketed_golem_attack_and_cast_speed_+%"]=166, + ["local_display_socketed_golem_buff_effect_+%"]=167, + ["local_display_socketed_golem_chance_to_taunt_%"]=168, + ["local_display_socketed_golem_life_regeneration_rate_per_minute_%"]=169, + ["local_display_socketed_golem_skill_grants_onslaught_when_summoned"]=170, + ["local_display_socketed_melee_gems_have_area_radius_+%"]=403, + ["local_display_socketed_movement_skills_have_no_mana_cost"]=427, + ["local_display_socketed_non_curse_aura_gems_effect_+%"]=454, + ["local_display_socketed_projectile_spells_duration_+%_final"]=461, + ["local_display_socketed_skills_attack_speed_+%"]=428, + ["local_display_socketed_skills_cast_speed_+%"]=429, + ["local_display_socketed_skills_deal_double_damage"]=430, + ["local_display_socketed_skills_fork"]=431, + ["local_display_socketed_skills_summon_your_maximum_number_of_totems_in_formation"]=404, + ["local_display_socketed_spell_damage_+%_final"]=432, + ["local_display_socketed_spells_additional_critical_strike_chance"]=433, + ["local_display_socketed_spells_additional_projectiles"]=457, + ["local_display_socketed_spells_critical_strike_multiplier_+"]=434, + ["local_display_socketed_spells_mana_cost_+%"]=435, + ["local_display_socketed_spells_projectiles_circle"]=459, + ["local_display_socketed_spells_repeat_count"]=411, + ["local_display_socketed_trap_skills_create_smoke_cloud"]=462, + ["local_display_socketed_travel_skills_damage_+%_final"]=436, + ["local_display_socketed_triggered_skills_deal_double_damage"]=296, + ["local_display_socketed_vaal_skills_area_of_effect_+%"]=437, + ["local_display_socketed_vaal_skills_aura_effect_+%"]=438, + ["local_display_socketed_vaal_skills_damage_+%_final"]=439, + ["local_display_socketed_vaal_skills_effect_duration_+%"]=440, + ["local_display_socketed_vaal_skills_elusive_on_use"]=441, + ["local_display_socketed_vaal_skills_extra_damage_rolls"]=442, + ["local_display_socketed_vaal_skills_ignore_monster_phys_reduction"]=443, + ["local_display_socketed_vaal_skills_ignore_monster_resistances"]=444, + ["local_display_socketed_vaal_skills_projectile_speed_+%"]=445, + ["local_display_socketed_vaal_skills_soul_gain_prevention_duration_+%"]=446, + ["local_display_socketed_vaal_skills_soul_requirement_+%_final"]=447, + ["local_display_socketed_vaal_skills_store_uses_+"]=448, + ["local_display_socketed_warcry_skills_cooldown_use_+"]=449, + ["local_display_spend_energy_shield_for_costs_before_mana_for_socketed_skills"]=450, + ["local_display_summon_harbinger_x_on_equip"]=478, + ["local_display_summon_raging_spirit_on_kill_%"]=581, + ["local_display_summon_wolf_on_kill_%"]=582, + ["local_display_supported_by_level_10_controlled_destruction"]=297, + ["local_display_supported_by_level_10_intensify"]=298, + ["local_display_supported_by_level_10_spell_echo"]=299, + ["local_display_supported_by_level_x_awakened_added_chaos_damage"]=300, + ["local_display_supported_by_level_x_awakened_added_cold_damage"]=301, + ["local_display_supported_by_level_x_awakened_added_fire_damage"]=302, + ["local_display_supported_by_level_x_awakened_added_lightning_damage"]=303, + ["local_display_supported_by_level_x_awakened_ancestral_call"]=304, + ["local_display_supported_by_level_x_awakened_arrow_nova"]=305, + ["local_display_supported_by_level_x_awakened_blasphemy"]=306, + ["local_display_supported_by_level_x_awakened_brutality"]=307, + ["local_display_supported_by_level_x_awakened_burning_damage"]=308, + ["local_display_supported_by_level_x_awakened_cast_on_crit"]=309, + ["local_display_supported_by_level_x_awakened_cast_while_channelling"]=310, + ["local_display_supported_by_level_x_awakened_chain"]=311, + ["local_display_supported_by_level_x_awakened_cold_penetration"]=312, + ["local_display_supported_by_level_x_awakened_controlled_destruction"]=313, + ["local_display_supported_by_level_x_awakened_curse_on_hit"]=314, + ["local_display_supported_by_level_x_awakened_deadly_ailments"]=315, + ["local_display_supported_by_level_x_awakened_elemental_focus"]=316, + ["local_display_supported_by_level_x_awakened_empower"]=317, + ["local_display_supported_by_level_x_awakened_enhance"]=318, + ["local_display_supported_by_level_x_awakened_enlighten"]=319, + ["local_display_supported_by_level_x_awakened_fire_penetration"]=320, + ["local_display_supported_by_level_x_awakened_fork"]=321, + ["local_display_supported_by_level_x_awakened_generosity"]=322, + ["local_display_supported_by_level_x_awakened_greater_multiple_projectiles"]=323, + ["local_display_supported_by_level_x_awakened_increased_area_of_effect"]=324, + ["local_display_supported_by_level_x_awakened_lightning_penetration"]=325, + ["local_display_supported_by_level_x_awakened_melee_physical_damage"]=326, + ["local_display_supported_by_level_x_awakened_melee_splash"]=327, + ["local_display_supported_by_level_x_awakened_minion_damage"]=328, + ["local_display_supported_by_level_x_awakened_multistrike"]=329, + ["local_display_supported_by_level_x_awakened_spell_cascade"]=330, + ["local_display_supported_by_level_x_awakened_spell_echo"]=331, + ["local_display_supported_by_level_x_awakened_swift_affliction"]=332, + ["local_display_supported_by_level_x_awakened_unbound_ailments"]=333, + ["local_display_supported_by_level_x_awakened_unleash"]=334, + ["local_display_supported_by_level_x_awakened_vicious_projectiles"]=335, + ["local_display_supported_by_level_x_awakened_void_manipulation"]=336, + ["local_display_supported_by_level_x_awakened_weapon_elemental_damage"]=337, + ["local_display_tailwind_if_socketed_vaal_skill_used_recently"]=451, + ["local_display_trigger_commandment_of_inferno_on_crit_%"]=583, + ["local_display_trigger_corpse_walk_on_equip_level"]=584, + ["local_display_trigger_death_walk_on_equip_level"]=586, + ["local_display_trigger_level_18_summon_spectral_wolf_on_kill_10%_chance"]=587, + ["local_display_trigger_level_1_blood_rage_on_kill_chance_%"]=588, + ["local_display_trigger_level_20_animate_guardian_weapon_on_guardian_kill_%_chance"]=589, + ["local_display_trigger_level_20_animate_guardian_weapon_on_weapon_kill_%_chance"]=590, + ["local_display_trigger_level_20_shade_form_on_skill_use_%"]=591, + ["local_display_trigger_level_20_shade_form_when_hit_%"]=592, + ["local_display_trigger_level_20_summon_spectral_wolf_on_crit_with_this_weapon_%_chance"]=548, + ["local_display_trigger_level_20_tornado_when_you_gain_avians_flight_or_avians_might_%"]=593, + ["local_display_trigger_level_X_assassins_mark_when_you_hit_rare_or_unique_enemy"]=594, + ["local_display_trigger_level_X_atziri_flameblast"]=595, + ["local_display_trigger_level_X_atziri_storm_call"]=596, + ["local_display_trigger_level_X_blinding_aura_skill_on_equip"]=510, + ["local_display_trigger_level_X_darktongue_kiss_on_curse"]=549, + ["local_display_trigger_level_X_feast_of_flesh_every_5_seconds"]=597, + ["local_display_trigger_level_X_offering_every_5_seconds"]=598, + ["local_display_trigger_level_X_poachers_mark_when_you_hit_rare_or_unique_enemy"]=599, + ["local_display_trigger_level_X_shield_shatter_on_block"]=600, + ["local_display_trigger_level_X_void_gaze_on_skill_use"]=550, + ["local_display_trigger_level_X_warlords_mark_when_you_hit_rare_or_unique_enemy"]=601, + ["local_display_trigger_level_x_create_fungal_ground_on_kill"]=585, + ["local_display_trigger_level_x_curse_nova_on_hit_while_cursed"]=602, + ["local_display_trigger_level_x_fiery_impact_on_melee_hit_with_this_weapon"]=603, + ["local_display_trigger_level_x_flame_dash_when_you_use_a_socketed_skill"]=604, + ["local_display_trigger_level_x_gore_shockwave_on_melee_hit_with_atleast_150_strength"]=605, + ["local_display_trigger_level_x_icicle_nova_on_hit_vs_frozen_enemy"]=606, + ["local_display_trigger_level_x_intimidating_cry_when_you_lose_cats_stealth"]=607, + ["local_display_trigger_level_x_lightning_warp_on_hit_with_this_weapon"]=551, + ["local_display_trigger_level_x_rain_of_arrows_on_bow_attack"]=608, + ["local_display_trigger_level_x_reflection_skill_on_equip"]=609, + ["local_display_trigger_level_x_smoke_cloud_on_trap_triggered"]=610, + ["local_display_trigger_level_x_spirit_burst_on_skill_use_if_have_spirit_charge"]=611, + ["local_display_trigger_level_x_stalking_pustule_on_kill"]=612, + ["local_display_trigger_level_x_storm_cascade_on_attack"]=552, + ["local_display_trigger_level_x_summon_phantasm_on_corpse_consume"]=613, + ["local_display_trigger_level_x_toxic_rain_on_bow_attack"]=628, + ["local_display_trigger_level_x_void_shot_on_arrow_fire_while_you_have_void_arrow"]=614, + ["local_display_trigger_socketed_curses_on_casting_curse_%_chance"]=616, + ["local_display_trigger_summon_infernal_familiar_when_allocated"]=7135, + ["local_display_trigger_summon_taunting_contraption_on_flask_use"]=615, + ["local_display_trigger_temporal_anomaly_when_hit_%_chance"]=617, + ["local_display_trigger_tentacle_smash_on_kill_%_chance"]=618, + ["local_display_trigger_void_sphere_on_kill_%_chance"]=619, + ["local_display_triggers_level_x_corpse_cloud_on_footstep"]=7136, + ["local_display_triggers_level_x_detonation_on_off_hand_hit"]=7137, + ["local_display_triggers_level_x_ember_fusillade_on_spell_cast"]=7138, + ["local_display_triggers_level_x_gas_cloud_on_main_hand_hit"]=7139, + ["local_display_triggers_level_x_lightning_bolt_on_critical_strike"]=7140, + ["local_display_triggers_level_x_spark_on_killing_shocked_enemy_with_enemy_location_as_origin"]=7141, + ["local_display_use_level_X_abyssal_cry_on_hit"]=620, + ["local_double_damage_to_chilled_enemies"]=3342, + ["local_double_damage_with_attacks"]=7142, + ["local_double_damage_with_attacks_chance_%"]=7143, + ["local_double_hit_damage_stun_build_up"]=7144, + ["local_edict_declaration_gain_per_mod_disabled"]=7145, + ["local_elemental_damage_+%_per_2%_quality"]=7146, + ["local_elemental_penetration_%"]=3343, + ["local_energy_shield"]=855, + ["local_energy_shield_+%"]=858, + ["local_energy_shield_regeneration_per_minute_%_if_crit_recently"]=7147, + ["local_evasion_and_energy_shield_+%"]=861, + ["local_evasion_rating_+%"]=857, + ["local_evasion_rating_and_energy_shield"]=7148, + ["local_explicit_elemental_damage_mod_effect_+%"]=69, + ["local_explicit_minion_mod_effect_+%"]=70, + ["local_explicit_mod_effect_+%"]=73, + ["local_explicit_physical_and_chaos_damage_mod_effect_+%"]=71, + ["local_explode_on_kill_with_crit_%_physical_damage_to_deal"]=7149, ["local_extra_max_charges"]=1027, - ["local_extra_socket"]=1628, - ["local_fire_penetration_%"]=3398, - ["local_fire_resistance_%_per_2%_quality"]=7008, - ["local_flask_accuracy_rating_+%_during_effect"]=734, - ["local_flask_adapt_each_element"]=699, - ["local_flask_adaptation_rating_+%_during_effect"]=732, - ["local_flask_adaptations_apply_to_all_elements_during_effect"]=733, - ["local_flask_additional_physical_damage_reduction_%"]=755, - ["local_flask_additional_x%_life_recovery_per_second_over_10_seconds_if_not_on_full_life"]=683, - ["local_flask_adds_knockback_during_flask_effect"]=756, - ["local_flask_adds_knockback_while_healing"]=743, - ["local_flask_amount_to_recover_+%"]=929, - ["local_flask_amount_to_recover_+%_when_on_low_life"]=930, - ["local_flask_amount_to_recover_+%_when_on_low_mana"]=928, - ["local_flask_area_of_consecrated_ground_+%"]=665, - ["local_flask_area_of_effect_+%_during_flask_effect"]=757, - ["local_flask_armour_+%_while_healing"]=727, - ["local_flask_attack_speed_+%_while_healing"]=735, - ["local_flask_avoid_stun_chance_%_during_flask_effect"]=758, - ["local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood"]=684, - ["local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood_s"]=685, - ["local_flask_cannot_be_stunned_during_flask_effect"]=759, - ["local_flask_cannot_gain_charges_during_flask_effect"]=826, - ["local_flask_cast_speed_+%_while_healing"]=736, - ["local_flask_chance_to_freeze_shock_ignite_%_while_healing"]=760, - ["local_flask_chill_or_freeze_immunity_if_chilled_or_frozen"]=686, - ["local_flask_chill_or_freeze_immunity_if_chilled_or_frozen_s"]=687, - ["local_flask_chilled_ground_on_flask_use_radius"]=664, + ["local_extra_socket"]=1607, + ["local_fire_penetration_%"]=3344, + ["local_fire_resistance_%_per_2%_quality"]=7150, + ["local_flask_accuracy_rating_+%_during_effect"]=729, + ["local_flask_adapt_each_element"]=694, + ["local_flask_adaptations_apply_to_all_elements_during_effect"]=728, + ["local_flask_additional_physical_damage_reduction_%"]=750, + ["local_flask_additional_x%_life_recovery_per_second_over_10_seconds_if_not_on_full_life"]=678, + ["local_flask_adds_knockback_during_flask_effect"]=751, + ["local_flask_adds_knockback_while_healing"]=738, + ["local_flask_always_drinking"]=630, + ["local_flask_amount_to_recover_+%"]=926, + ["local_flask_amount_to_recover_+%_when_on_low_life"]=927, + ["local_flask_amount_to_recover_+%_when_on_low_mana"]=925, + ["local_flask_area_of_consecrated_ground_+%"]=660, + ["local_flask_area_of_effect_+%_during_flask_effect"]=752, + ["local_flask_armour_+%_while_healing"]=723, + ["local_flask_attack_speed_+%_while_healing"]=730, + ["local_flask_avoid_stun_chance_%_during_flask_effect"]=753, + ["local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood"]=679, + ["local_flask_bleeding_immunity_if_bleeding_and_remove_corrupted_blood_s"]=680, + ["local_flask_cannot_be_stunned_during_flask_effect"]=754, + ["local_flask_cannot_gain_charges_during_flask_effect"]=822, + ["local_flask_cast_speed_+%_while_healing"]=731, + ["local_flask_chill_or_freeze_immunity_if_chilled_or_frozen"]=681, + ["local_flask_chill_or_freeze_immunity_if_chilled_or_frozen_s"]=682, + ["local_flask_chilled_ground_on_flask_use_radius"]=659, ["local_flask_consume_charges_used_+%_when_used"]=1026, ["local_flask_consume_extra_max_charges_when_used"]=1027, - ["local_flask_consume_flask_duration_+%_when_used"]=931, - ["local_flask_consume_flask_effect_+%_when_used"]=726, - ["local_flask_consumes_max_charges_on_use"]=666, - ["local_flask_consumes_x_endurance_charges_on_use"]=667, - ["local_flask_consumes_x_frenzy_charges_on_use"]=668, - ["local_flask_consumes_x_power_charges_on_use"]=669, - ["local_flask_critical_strike_chance_+%_during_flask_effect"]=762, - ["local_flask_critical_strike_chance_against_enemies_on_consecrated_ground_%_during_effect"]=761, - ["local_flask_culling_strike_during_flask_effect"]=763, - ["local_flask_deals_%_maximum_life_as_chaos_damage_on_use"]=660, - ["local_flask_debilitate_nearby_enemies_for_X_seconds_when_flask_effect_ends"]=652, - ["local_flask_deciseconds_to_recover"]=649, - ["local_flask_dispels_burning_and_ignite_immunity_during_effect"]=700, - ["local_flask_dispels_freeze_and_chill"]=698, - ["local_flask_duration_+%"]=931, - ["local_flask_duration_+%_final"]=650, - ["local_flask_during_effect_enemy_damage_taken_+%_on_consecrated_ground"]=764, - ["local_flask_effect_+%"]=726, - ["local_flask_effect_ends_when_hit_by_player"]=653, - ["local_flask_effect_not_removed_at_full_mana"]=654, - ["local_flask_enemies_ignited_during_flask_effect_damage_taken_+%"]=817, - ["local_flask_energy_shield_+%_while_healing"]=729, - ["local_flask_evasion_+%_while_healing"]=728, - ["local_flask_gain_X_charges_every_minute"]=7009, - ["local_flask_gain_X_charges_on_consuming_ignited_corpse"]=639, - ["local_flask_gain_X_charges_when_hit"]=640, - ["local_flask_gain_charges_consumed_as_vaal_souls_on_use"]=670, - ["local_flask_gain_endurance_charge_per_second_during_flask_effect"]=765, - ["local_flask_gain_endurance_charges_on_use"]=671, - ["local_flask_gain_frenzy_charges_on_use"]=672, - ["local_flask_gain_power_charges_on_use"]=673, - ["local_flask_gain_x_seconds_of_onslaught_per_frenzy_charge"]=674, - ["local_flask_gain_x_vaal_souls_on_use"]=675, - ["local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_life"]=696, - ["local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_mana"]=697, - ["local_flask_ignite_immunity_if_ignited_and_remove_burning"]=688, - ["local_flask_ignite_immunity_if_ignited_and_remove_burning_s"]=689, - ["local_flask_immune_to_bleeding_and_corrupted_blood_during_flask_effect"]=766, - ["local_flask_immune_to_damage"]=767, - ["local_flask_immune_to_freeze_and_chill_during_flask_effect"]=768, - ["local_flask_immune_to_hinder_for_x_seconds_if_hindered"]=690, - ["local_flask_immune_to_maim_for_x_seconds_if_maimed"]=691, - ["local_flask_immune_to_poison_during_flask_effect"]=769, - ["local_flask_immune_to_shock_during_flask_effect"]=770, - ["local_flask_inflict_fire_cold_lightning_exposure_on_nearby_enemies_on_use"]=676, - ["local_flask_is_petrified"]=771, - ["local_flask_item_found_rarity_+%_during_flask_effect"]=772, - ["local_flask_life_gain_on_skill_use_%_mana_cost"]=749, - ["local_flask_life_leech_from_physical_attack_damage_permyriad_while_healing"]=740, - ["local_flask_life_leech_is_instant_during_flask_effect"]=773, - ["local_flask_life_recovery_from_flasks_also_recovers_energy_shield"]=647, - ["local_flask_life_regeneration_per_minute_%_during_flask_effect"]=774, - ["local_flask_life_to_recover"]=646, - ["local_flask_life_to_recover_+%"]=932, - ["local_flask_lose_all_charges_on_entering_new_area"]=645, - ["local_flask_lose_all_endurance_charges_and_recover_%_life_for_each_on_use"]=677, - ["local_flask_mana_leech_from_physical_attack_damage_permyriad_while_healing"]=742, - ["local_flask_mana_to_recover"]=648, - ["local_flask_mana_to_recover_+%"]=933, - ["local_flask_minion_heal_%"]=934, - ["local_flask_movement_speed_+%_while_healing"]=737, - ["local_flask_no_mana_recovery_during_effect"]=775, - ["local_flask_non_damaging_ailment_effect_+%_during_flask_effect"]=776, - ["local_flask_number_of_additional_projectiles_during_flask_effect"]=777, - ["local_flask_poison_immunity_if_poisoned"]=692, - ["local_flask_poison_immunity_if_poisoned_s"]=693, - ["local_flask_prevents_death_while_healing"]=823, - ["local_flask_recover_%_maximum_energy_shield_on_kill_during_flask_effect"]=820, - ["local_flask_recover_%_maximum_life_on_kill_during_flask_effect"]=818, - ["local_flask_recover_%_maximum_mana_on_kill_during_flask_effect"]=819, - ["local_flask_recover_instantly_when_on_low_life"]=651, - ["local_flask_recover_instantly_when_on_low_mana"]=7010, - ["local_flask_recovers_instantly"]=935, - ["local_flask_recovery_amount_%_to_recover_instantly"]=936, - ["local_flask_recovery_occurs_instantly_at_end_of_flask_effect"]=655, - ["local_flask_recovery_speed_+%"]=937, - ["local_flask_reflect_damage_taken_+%_during_flask_effect"]=778, - ["local_flask_remove_curses_on_use"]=682, - ["local_flask_remove_effect_when_ward_breaks"]=656, - ["local_flask_removes_%_maximum_energy_shield_on_use"]=659, - ["local_flask_removes_%_of_life_recovery_from_life_on_use"]=658, - ["local_flask_removes_%_of_life_recovery_from_mana_on_use"]=938, - ["local_flask_removes_%_of_mana_recovery_from_life_on_use"]=939, - ["local_flask_resistances_+%_while_healing"]=739, - ["local_flask_restore_ward"]=701, - ["local_flask_shock_immunity_if_shocked"]=694, - ["local_flask_shock_immunity_if_shocked_s"]=695, - ["local_flask_skill_mana_cost_+%_during_flask_effect"]=779, - ["local_flask_stun_recovery_+%_while_healing"]=738, - ["local_flask_taunt_enemies_on_use_radius"]=678, - ["local_flask_use_causes_area_knockback"]=679, - ["local_flask_use_causes_monster_flee_chance_%"]=680, - ["local_flask_use_on_adjacent_flask_use"]=703, - ["local_flask_use_on_affected_by_bleed"]=704, - ["local_flask_use_on_affected_by_chill"]=705, - ["local_flask_use_on_affected_by_freeze"]=706, - ["local_flask_use_on_affected_by_ignite"]=707, - ["local_flask_use_on_affected_by_poison"]=708, - ["local_flask_use_on_affected_by_shock"]=709, - ["local_flask_use_on_affected_by_slow"]=710, - ["local_flask_use_on_chaos_damage_taken"]=711, - ["local_flask_use_on_cold_damage_taken"]=712, - ["local_flask_use_on_damage_blocked"]=713, - ["local_flask_use_on_fire_damage_taken"]=714, - ["local_flask_use_on_flask_effect_ended"]=715, - ["local_flask_use_on_full_charges"]=716, - ["local_flask_use_on_guard_skill_expired"]=717, - ["local_flask_use_on_guard_skill_used"]=718, - ["local_flask_use_on_hitting_rare_unique_enemy_while_inactive"]=719, - ["local_flask_use_on_killing_rare_or_unique_enemy"]=720, - ["local_flask_use_on_lightning_damage_taken"]=721, - ["local_flask_use_on_stunned"]=722, - ["local_flask_use_on_taking_savage_hit"]=723, - ["local_flask_use_on_travel_skill_used"]=724, - ["local_flask_use_on_using_a_life_flask"]=725, - ["local_flask_vaal_souls_gained_per_minute_during_effect"]=780, - ["local_flask_ward_+%_during_effect"]=730, - ["local_flask_ward_does_not_break_during_effect"]=731, - ["local_flask_zealots_oath"]=829, - ["local_force_corruption_outcome_two_enchants"]=7011, - ["local_gain_X_rage_on_attack_hit_with_melee_abyss_jewel_socketed"]=7012, - ["local_gain_X_rage_on_hit"]=7013, - ["local_gain_fortify_on_melee_hit_chance_%_with_melee_abyss_jewel_socketed"]=7014, - ["local_gem_experience_gain_+%"]=1631, - ["local_gem_level_+"]=139, - ["local_global_defences_+%_per_rune_or_soul_core"]=7015, - ["local_grant_eldritch_battery_during_flask_effect"]=830, - ["local_grant_skeleton_warriors_triple_damage_on_hit"]=4044, - ["local_grants_aura_maximum_added_chaos_damage_per_white_socket"]=2692, - ["local_grants_aura_maximum_added_cold_damage_per_green_socket"]=2690, - ["local_grants_aura_maximum_added_fire_damage_per_red_socket"]=2689, - ["local_grants_aura_maximum_added_lightning_damage_per_blue_socket"]=2691, - ["local_grants_aura_minimum_added_chaos_damage_per_white_socket"]=2692, - ["local_grants_aura_minimum_added_cold_damage_per_green_socket"]=2690, - ["local_grants_aura_minimum_added_fire_damage_per_red_socket"]=2689, - ["local_grants_aura_minimum_added_lightning_damage_per_blue_socket"]=2691, - ["local_has_X_abyss_sockets"]=79, - ["local_has_X_sockets"]=80, - ["local_has_X_white_sockets"]=88, - ["local_has_no_sockets"]=78, - ["local_hit_causes_monster_flee_%"]=1745, - ["local_hit_damage_+%_vs_frozen_enemies"]=4002, - ["local_hit_damage_+%_vs_ignited_enemies"]=4001, - ["local_hit_damage_+%_vs_shocked_enemies"]=4003, - ["local_hit_damage_stun_multiplier_+%"]=1004, - ["local_hits_always_inflict_elemental_ailments"]=4000, - ["local_hits_with_this_weapon_always_hit_if_have_blocked_recently"]=7016, - ["local_hits_with_this_weapon_freeze_as_though_damage_+%_final"]=7017, - ["local_hits_with_this_weapon_ignore_poison_limit"]=7018, - ["local_hits_with_this_weapon_shock_as_though_damage_+%_final"]=7019, - ["local_ignite_effect_+%_final_with_this_weapon"]=7020, - ["local_immune_to_curses_if_item_corrupted"]=7021, - ["local_implicit_mod_cannot_be_changed"]=45, - ["local_implicit_stat_magnitude_+%"]=72, - ["local_inflict_lightning_exposure_on_hit_%_chance"]=7022, - ["local_inflict_malignant_madness_on_critical_strike_%_if_eater_of_worlds_dominant"]=7023, - ["local_intelligence_per_2%_quality"]=7024, - ["local_intelligence_requirement_+"]=838, - ["local_intelligence_requirement_+%"]=839, - ["local_is_alternate_tree_jewel"]=9554, - ["local_is_max_quality"]=1625, - ["local_is_survival_jewel"]=9555, - ["local_item_additional_skill_slots"]=81, - ["local_item_allow_modification_while_corrupted"]=35, - ["local_item_can_have_x_additional_enchantments"]=37, - ["local_item_can_roll_all_influences"]=7025, - ["local_item_drops_on_death_if_equipped_by_animate_armour"]=2277, - ["local_item_found_rarity_+%_per_rune_or_soul_core"]=7026, - ["local_item_implicit_modifier_limit"]=38, - ["local_item_quality_+"]=7027, - ["local_item_sell_price_doubled"]=7028, - ["local_item_stats_are_doubled_in_breach"]=7029, - ["local_jewel_+%_effect_per_passive_between_jewel_and_class_start"]=33, - ["local_jewel_allocated_non_notable_passives_in_radius_grant_nothing"]=7030, - ["local_jewel_copy_stats_from_unallocated_non_notable_passives_in_radius"]=7031, - ["local_jewel_disable_combust_with_40_strength_in_radius"]=7032, - ["local_jewel_display_radius_change"]=7033, - ["local_jewel_expansion_jewels_count"]=7034, - ["local_jewel_expansion_jewels_count_override"]=7035, - ["local_jewel_expansion_keystone_disciple_of_kitava"]=7036, - ["local_jewel_expansion_keystone_hollow_palm_technique"]=7037, - ["local_jewel_expansion_keystone_kineticism"]=7038, - ["local_jewel_expansion_keystone_lone_messenger"]=7039, - ["local_jewel_expansion_keystone_natures_patience"]=7040, - ["local_jewel_expansion_keystone_pitfighter"]=7041, - ["local_jewel_expansion_keystone_secrets_of_suffering"]=7042, - ["local_jewel_expansion_keystone_veterans_awareness"]=7043, - ["local_jewel_expansion_passive_node_count"]=4074, - ["local_jewel_expansion_passive_node_index"]=7044, - ["local_jewel_fireball_cannot_ignite"]=7045, - ["local_jewel_fireball_chance_to_scorch_%"]=7046, - ["local_jewel_magma_orb_damage_+%_final_per_chain_with_40_int_in_radius"]=7048, - ["local_jewel_magma_orb_damage_+%_final_with_40_int_in_radius"]=7047, - ["local_jewel_molten_strike_projectiles_chain_count_+_with_40_str_in_radius"]=7050, - ["local_jewel_molten_strike_projectiles_chain_when_impacting_ground_with_40_str_in_radius"]=7049, - ["local_jewel_molten_strike_projectiles_count_+%_final_with_40_str_in_radius"]=7051, - ["local_jewel_nearby_passives_dex_to_int"]=2732, - ["local_jewel_nearby_passives_dex_to_str"]=2731, - ["local_jewel_nearby_passives_int_to_dex"]=2734, - ["local_jewel_nearby_passives_int_to_str"]=2733, - ["local_jewel_nearby_passives_str_to_dex"]=2729, - ["local_jewel_nearby_passives_str_to_int"]=2730, - ["local_jewel_notable_passive_in_radius_effect_+%"]=7052, - ["local_jewel_notables_in_radius_grant_base_projectile_speed_+%"]=7053, - ["local_jewel_notables_in_radius_grant_base_skill_area_of_effect_+%"]=7054, - ["local_jewel_notables_in_radius_grant_curse_effect_+%"]=7055, - ["local_jewel_small_passive_in_radius_effect_+%"]=7056, - ["local_jewel_small_passives_in_radius_grant_evasion_rating_+%"]=7057, - ["local_jewel_small_passives_in_radius_grant_maximum_energy_shield_+%"]=7058, - ["local_jewel_small_passives_in_radius_grant_physical_damage_reduction_rating_+%"]=7059, - ["local_jewel_variable_ring_radius_value"]=36, - ["local_kill_enemy_on_hit_if_under_15%_life_if_searing_exarch_dominant"]=7060, - ["local_knockback"]=1382, - ["local_left_ring_slot_base_all_ailment_duration_on_self_+%"]=2363, - ["local_left_ring_slot_cold_damage_taken_%_as_fire"]=2364, - ["local_left_ring_slot_cover_in_ash_for_x_seconds_when_igniting_enemy"]=7061, - ["local_left_ring_slot_curse_effect_on_self_+%"]=2365, - ["local_left_ring_slot_elemental_reflect_damage_taken_+%"]=2420, - ["local_left_ring_slot_energy_shield"]=2380, - ["local_left_ring_slot_fire_damage_taken_%_as_lightning"]=2366, - ["local_left_ring_slot_lightning_damage_taken_%_as_cold"]=2367, - ["local_left_ring_slot_mana_regeneration_rate_+%"]=2369, - ["local_left_ring_slot_mana_regeneration_rate_per_minute"]=2368, - ["local_left_ring_slot_maximum_mana"]=2379, - ["local_left_ring_slot_minion_damage_taken_+%"]=2370, - ["local_left_ring_slot_no_energy_shield_recharge_or_regeneration"]=2362, - ["local_left_ring_slot_projectiles_from_spells_cannot_chain"]=7062, - ["local_left_ring_slot_projectiles_from_spells_fork"]=7063, - ["local_left_ring_slot_skill_effect_duration_+%"]=2371, - ["local_left_ring_socketed_curse_replaces_skitterbots_chilling_aura"]=7064, - ["local_level_requirement_-"]=840, - ["local_life_and_mana_gain_per_target"]=1469, - ["local_life_gain_per_target"]=993, - ["local_life_gain_per_target_vs_blinded_enemies"]=7065, - ["local_life_gain_per_target_while_leeching"]=7066, - ["local_life_leech_from_physical_damage_permyriad"]=991, - ["local_life_leech_is_instant"]=2256, - ["local_life_loss_%_to_prevent_during_flask_effect_to_lose_over_time"]=9379, - ["local_lightning_penetration_%"]=3400, - ["local_lightning_resistance_%_per_2%_quality"]=7067, - ["local_maim_on_hit"]=3758, - ["local_maim_on_hit_%"]=7068, - ["local_mana_gain_per_target"]=1472, - ["local_mana_leech_from_physical_damage_permyriad"]=997, + ["local_flask_consume_flask_duration_+%_when_used"]=928, + ["local_flask_consume_flask_effect_+%_when_used"]=722, + ["local_flask_consumes_max_charges_on_use"]=661, + ["local_flask_consumes_x_endurance_charges_on_use"]=662, + ["local_flask_consumes_x_frenzy_charges_on_use"]=663, + ["local_flask_consumes_x_power_charges_on_use"]=664, + ["local_flask_critical_strike_chance_+%_during_flask_effect"]=756, + ["local_flask_critical_strike_chance_against_enemies_on_consecrated_ground_%_during_effect"]=755, + ["local_flask_culling_strike_during_flask_effect"]=757, + ["local_flask_damage_taken_goes_to_life_over_4_seconds_%_during_effect"]=758, + ["local_flask_deals_%_maximum_life_as_chaos_damage_on_use"]=655, + ["local_flask_debilitate_nearby_enemies_for_X_seconds_when_flask_effect_ends"]=647, + ["local_flask_deciseconds_to_recover"]=643, + ["local_flask_dispels_burning_and_ignite_immunity_during_effect"]=695, + ["local_flask_dispels_freeze_and_chill"]=693, + ["local_flask_duration_+%"]=928, + ["local_flask_duration_+%_final"]=644, + ["local_flask_during_effect_enemy_damage_taken_+%_on_consecrated_ground"]=759, + ["local_flask_effect_+%"]=722, + ["local_flask_effect_ends_when_hit_by_player"]=648, + ["local_flask_effect_not_removed_at_full_life"]=649, + ["local_flask_effect_not_removed_at_full_mana"]=650, + ["local_flask_enemies_ignited_during_flask_effect_damage_taken_+%"]=813, + ["local_flask_energy_shield_+%_while_healing"]=725, + ["local_flask_evasion_+%_while_healing"]=724, + ["local_flask_gain_X_charges_every_minute"]=631, + ["local_flask_gain_X_charges_on_consuming_ignited_corpse"]=632, + ["local_flask_gain_X_charges_when_hit"]=633, + ["local_flask_gain_charges_consumed_as_vaal_souls_on_use"]=665, + ["local_flask_gain_endurance_charge_per_second_during_flask_effect"]=760, + ["local_flask_gain_endurance_charges_on_use"]=666, + ["local_flask_gain_frenzy_charges_on_use"]=667, + ["local_flask_gain_power_charges_on_use"]=668, + ["local_flask_gain_x_rage_when_hit_during_effect"]=761, + ["local_flask_gain_x_seconds_of_onslaught_per_frenzy_charge"]=669, + ["local_flask_gain_x_vaal_souls_on_use"]=670, + ["local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_life"]=691, + ["local_flask_hinder_nearby_enemies_%_for_4_seconds_if_not_on_full_mana"]=692, + ["local_flask_ignite_immunity_if_ignited_and_remove_burning"]=683, + ["local_flask_ignite_immunity_if_ignited_and_remove_burning_s"]=684, + ["local_flask_immune_to_bleeding_and_corrupted_blood_during_flask_effect"]=762, + ["local_flask_immune_to_damage"]=763, + ["local_flask_immune_to_freeze_and_chill_during_flask_effect"]=764, + ["local_flask_immune_to_hinder_for_x_seconds_if_hindered"]=685, + ["local_flask_immune_to_maim_for_x_seconds_if_maimed"]=686, + ["local_flask_immune_to_poison_during_flask_effect"]=765, + ["local_flask_immune_to_shock_during_flask_effect"]=766, + ["local_flask_inflict_fire_cold_lightning_exposure_on_nearby_enemies_on_use"]=671, + ["local_flask_is_petrified"]=767, + ["local_flask_item_found_rarity_+%_during_flask_effect"]=768, + ["local_flask_life_gain_on_skill_use_%_mana_cost"]=744, + ["local_flask_life_leech_from_physical_attack_damage_permyriad_while_healing"]=735, + ["local_flask_life_leech_is_instant_during_flask_effect"]=769, + ["local_flask_life_recovery_from_flasks_also_recovers_energy_shield"]=641, + ["local_flask_life_regeneration_per_minute_%_during_flask_effect"]=770, + ["local_flask_life_to_recover"]=639, + ["local_flask_life_to_recover_+%"]=929, + ["local_flask_life_to_recover_+%_final"]=640, + ["local_flask_lose_all_charges_on_entering_new_area"]=638, + ["local_flask_lose_all_endurance_charges_and_recover_%_life_for_each_on_use"]=672, + ["local_flask_mana_leech_from_physical_attack_damage_permyriad_while_healing"]=737, + ["local_flask_mana_to_recover"]=642, + ["local_flask_mana_to_recover_+%"]=930, + ["local_flask_minion_heal_%"]=931, + ["local_flask_movement_speed_+%_while_healing"]=732, + ["local_flask_no_inherent_rage_loss_during_effect"]=771, + ["local_flask_no_mana_recovery_during_effect"]=772, + ["local_flask_non_damaging_ailment_effect_+%_during_flask_effect"]=773, + ["local_flask_number_of_additional_projectiles_during_flask_effect"]=774, + ["local_flask_poison_immunity_if_poisoned"]=687, + ["local_flask_poison_immunity_if_poisoned_s"]=688, + ["local_flask_prevents_death_while_healing"]=819, + ["local_flask_recover_%_maximum_energy_shield_on_kill_during_flask_effect"]=816, + ["local_flask_recover_%_maximum_life_on_kill_during_flask_effect"]=814, + ["local_flask_recover_%_maximum_mana_on_kill_during_flask_effect"]=815, + ["local_flask_recover_instantly_when_on_low_life"]=645, + ["local_flask_recover_instantly_when_on_low_mana"]=646, + ["local_flask_recovers_instantly"]=932, + ["local_flask_recovery_amount_%_to_recover_instantly"]=933, + ["local_flask_recovery_occurs_instantly_at_end_of_flask_effect"]=651, + ["local_flask_recovery_speed_+%"]=934, + ["local_flask_reflect_damage_taken_+%_during_flask_effect"]=775, + ["local_flask_remove_curses_on_use"]=677, + ["local_flask_remove_effect_when_ward_breaks"]=652, + ["local_flask_removes_%_maximum_energy_shield_on_use"]=654, + ["local_flask_removes_%_of_life_recovery_from_life_on_use"]=653, + ["local_flask_removes_%_of_life_recovery_from_mana_on_use"]=935, + ["local_flask_removes_%_of_mana_recovery_from_life_on_use"]=936, + ["local_flask_resistances_+%_while_healing"]=734, + ["local_flask_restore_ward"]=696, + ["local_flask_shock_immunity_if_shocked"]=689, + ["local_flask_shock_immunity_if_shocked_s"]=690, + ["local_flask_skill_mana_cost_+%_during_flask_effect"]=776, + ["local_flask_stun_recovery_+%_while_healing"]=733, + ["local_flask_taunt_enemies_on_use_radius"]=673, + ["local_flask_use_causes_area_knockback"]=674, + ["local_flask_use_causes_monster_flee_chance_%"]=675, + ["local_flask_use_on_adjacent_flask_use"]=699, + ["local_flask_use_on_affected_by_bleed"]=700, + ["local_flask_use_on_affected_by_chill"]=701, + ["local_flask_use_on_affected_by_freeze"]=702, + ["local_flask_use_on_affected_by_ignite"]=703, + ["local_flask_use_on_affected_by_poison"]=704, + ["local_flask_use_on_affected_by_shock"]=705, + ["local_flask_use_on_affected_by_slow"]=706, + ["local_flask_use_on_chaos_damage_taken"]=707, + ["local_flask_use_on_cold_damage_taken"]=708, + ["local_flask_use_on_damage_blocked"]=709, + ["local_flask_use_on_fire_damage_taken"]=710, + ["local_flask_use_on_flask_effect_ended"]=711, + ["local_flask_use_on_full_charges"]=712, + ["local_flask_use_on_guard_skill_expired"]=713, + ["local_flask_use_on_guard_skill_used"]=714, + ["local_flask_use_on_hitting_rare_unique_enemy_while_inactive"]=715, + ["local_flask_use_on_killing_rare_or_unique_enemy"]=716, + ["local_flask_use_on_lightning_damage_taken"]=717, + ["local_flask_use_on_stunned"]=718, + ["local_flask_use_on_taking_savage_hit"]=719, + ["local_flask_use_on_travel_skill_used"]=720, + ["local_flask_use_on_using_a_life_flask"]=721, + ["local_flask_vaal_souls_gained_per_minute_during_effect"]=777, + ["local_flask_ward_+%_during_effect"]=726, + ["local_flask_ward_does_not_break_during_effect"]=727, + ["local_flask_zealots_oath"]=825, + ["local_force_corruption_outcome_two_enchants"]=7151, + ["local_gain_X_rage_on_attack_hit_with_melee_abyss_jewel_socketed"]=7152, + ["local_gain_X_rage_on_hit"]=7153, + ["local_gain_fortify_on_melee_hit_chance_%_with_melee_abyss_jewel_socketed"]=7154, + ["local_gain_shrine_buff_every_10_seconds"]=7155, + ["local_gem_experience_gain_+%"]=1610, + ["local_gem_level_+"]=131, + ["local_global_defences_+%_per_rune_or_soul_core"]=7156, + ["local_grant_eldritch_battery_during_flask_effect"]=826, + ["local_grant_skeleton_warriors_triple_damage_on_hit"]=3985, + ["local_grants_aura_maximum_added_chaos_damage_per_white_socket"]=2647, + ["local_grants_aura_maximum_added_cold_damage_per_green_socket"]=2645, + ["local_grants_aura_maximum_added_fire_damage_per_red_socket"]=2644, + ["local_grants_aura_maximum_added_lightning_damage_per_blue_socket"]=2646, + ["local_grants_aura_minimum_added_chaos_damage_per_white_socket"]=2647, + ["local_grants_aura_minimum_added_cold_damage_per_green_socket"]=2645, + ["local_grants_aura_minimum_added_fire_damage_per_red_socket"]=2644, + ["local_grants_aura_minimum_added_lightning_damage_per_blue_socket"]=2646, + ["local_has_X_abyss_sockets"]=78, + ["local_has_X_sockets"]=79, + ["local_has_no_sockets"]=77, + ["local_historic_abyss_jewel_conquered_attribute_passives_grant_all_attributes"]=7157, + ["local_historic_abyss_jewel_conquered_attribute_passives_grant_dexterity"]=7158, + ["local_historic_abyss_jewel_conquered_attribute_passives_grant_intelligence"]=7159, + ["local_historic_abyss_jewel_conquered_attribute_passives_grant_strength"]=7160, + ["local_historic_abyss_jewel_conquered_attribute_passives_grant_tribute"]=7161, + ["local_historic_abyss_jewel_conquered_small_passives_grant_ailment_threshold_+%"]=7162, + ["local_historic_abyss_jewel_conquered_small_passives_grant_armour_rating_+%"]=7163, + ["local_historic_abyss_jewel_conquered_small_passives_grant_attack_damage_+%"]=7164, + ["local_historic_abyss_jewel_conquered_small_passives_grant_chaos_damage_+%"]=7165, + ["local_historic_abyss_jewel_conquered_small_passives_grant_elemental_damage_+%"]=7166, + ["local_historic_abyss_jewel_conquered_small_passives_grant_energy_shield_+%"]=7167, + ["local_historic_abyss_jewel_conquered_small_passives_grant_evasion_rating_+%"]=7168, + ["local_historic_abyss_jewel_conquered_small_passives_grant_life_regen_rate_+%"]=7169, + ["local_historic_abyss_jewel_conquered_small_passives_grant_mana_regen_rate_+%"]=7170, + ["local_historic_abyss_jewel_conquered_small_passives_grant_minions_deal_increased_damage_+%"]=7171, + ["local_historic_abyss_jewel_conquered_small_passives_grant_physical_damage_+%"]=7172, + ["local_historic_abyss_jewel_conquered_small_passives_grant_spell_damage_+%"]=7173, + ["local_historic_abyss_jewel_conquered_small_passives_grant_stun_threshold_+%"]=7174, + ["local_historic_jewel_override_1_conquored_notable_to_passive_hash_1"]=7175, + ["local_historic_jewel_override_1_conquored_notable_to_passive_hash_2"]=7176, + ["local_hit_causes_monster_flee_%"]=1722, + ["local_hit_damage_+%_vs_frozen_enemies"]=3943, + ["local_hit_damage_+%_vs_ignited_enemies"]=3942, + ["local_hit_damage_+%_vs_shocked_enemies"]=3944, + ["local_hit_damage_stun_multiplier_+%"]=1005, + ["local_hits_always_inflict_elemental_ailments"]=3941, + ["local_hits_with_this_weapon_always_hit_if_have_blocked_recently"]=7177, + ["local_hits_with_this_weapon_freeze_as_though_damage_+%_final"]=7178, + ["local_hits_with_this_weapon_ignore_poison_limit"]=7179, + ["local_hits_with_this_weapon_shock_as_though_damage_+%_final"]=7180, + ["local_ignite_effect_+%_final_with_this_weapon"]=7181, + ["local_immune_to_curses_if_item_corrupted"]=7182, + ["local_implicit_mod_cannot_be_changed"]=47, + ["local_implicit_stat_magnitude_+%"]=74, + ["local_inflict_lightning_exposure_on_hit_%_chance"]=7183, + ["local_inflict_malignant_madness_on_critical_strike_%_if_eater_of_worlds_dominant"]=7184, + ["local_intelligence_per_2%_quality"]=7185, + ["local_intelligence_requirement_+"]=834, + ["local_intelligence_requirement_+%"]=835, + ["local_is_alternate_tree_jewel"]=9834, + ["local_is_max_quality"]=1604, + ["local_is_survival_jewel"]=9835, + ["local_item_additional_skill_slots"]=80, + ["local_item_allow_modification_while_corrupted"]=37, + ["local_item_benefit_socketable_as_if_body_armour"]=7186, + ["local_item_benefit_socketable_as_if_boots"]=7187, + ["local_item_benefit_socketable_as_if_gloves"]=7188, + ["local_item_benefit_socketable_as_if_helmet"]=7189, + ["local_item_benefit_socketable_as_if_shield"]=7190, + ["local_item_can_have_x_additional_enchantments"]=39, + ["local_item_can_roll_all_influences"]=7191, + ["local_item_drops_on_death_if_equipped_by_animate_armour"]=2245, + ["local_item_found_rarity_+%_per_rune_or_soul_core"]=7192, + ["local_item_implicit_modifier_limit"]=40, + ["local_item_quality_+"]=7193, + ["local_item_sell_price_doubled"]=7194, + ["local_item_stats_are_doubled_in_breach"]=7195, + ["local_jewel_+%_effect_per_passive_between_jewel_and_class_start"]=35, + ["local_jewel_allocated_non_notable_passives_in_radius_grant_nothing"]=7196, + ["local_jewel_copy_stats_from_unallocated_non_notable_passives_in_radius"]=7197, + ["local_jewel_disable_combust_with_40_strength_in_radius"]=7198, + ["local_jewel_display_radius_change"]=7199, + ["local_jewel_expansion_jewels_count"]=7200, + ["local_jewel_expansion_jewels_count_override"]=7201, + ["local_jewel_expansion_keystone_disciple_of_kitava"]=7202, + ["local_jewel_expansion_keystone_hollow_palm_technique"]=7203, + ["local_jewel_expansion_keystone_kineticism"]=7204, + ["local_jewel_expansion_keystone_lone_messenger"]=7205, + ["local_jewel_expansion_keystone_natures_patience"]=7206, + ["local_jewel_expansion_keystone_pitfighter"]=7207, + ["local_jewel_expansion_keystone_secrets_of_suffering"]=7208, + ["local_jewel_expansion_keystone_veterans_awareness"]=7209, + ["local_jewel_expansion_passive_node_count"]=4013, + ["local_jewel_expansion_passive_node_index"]=7210, + ["local_jewel_fireball_cannot_ignite"]=7211, + ["local_jewel_fireball_chance_to_scorch_%"]=7212, + ["local_jewel_magma_orb_damage_+%_final_per_chain_with_40_int_in_radius"]=7214, + ["local_jewel_magma_orb_damage_+%_final_with_40_int_in_radius"]=7213, + ["local_jewel_molten_strike_projectiles_chain_count_+_with_40_str_in_radius"]=7216, + ["local_jewel_molten_strike_projectiles_chain_when_impacting_ground_with_40_str_in_radius"]=7215, + ["local_jewel_molten_strike_projectiles_count_+%_final_with_40_str_in_radius"]=7217, + ["local_jewel_nearby_passives_dex_to_int"]=2687, + ["local_jewel_nearby_passives_dex_to_str"]=2686, + ["local_jewel_nearby_passives_int_to_dex"]=2689, + ["local_jewel_nearby_passives_int_to_str"]=2688, + ["local_jewel_nearby_passives_str_to_dex"]=2684, + ["local_jewel_nearby_passives_str_to_int"]=2685, + ["local_jewel_notable_passive_in_radius_effect_+%"]=7218, + ["local_jewel_notables_in_radius_grant_base_projectile_speed_+%"]=7219, + ["local_jewel_notables_in_radius_grant_base_skill_area_of_effect_+%"]=7220, + ["local_jewel_notables_in_radius_grant_curse_effect_+%"]=7221, + ["local_jewel_small_passive_in_radius_effect_+%"]=7222, + ["local_jewel_small_passives_in_radius_grant_evasion_rating_+%"]=7223, + ["local_jewel_small_passives_in_radius_grant_maximum_energy_shield_+%"]=7224, + ["local_jewel_small_passives_in_radius_grant_physical_damage_reduction_rating_+%"]=7225, + ["local_jewel_variable_ring_radius_value"]=38, + ["local_kill_enemy_on_hit_if_under_15%_life_if_searing_exarch_dominant"]=7226, + ["local_knockback"]=1370, + ["local_left_ring_slot_base_all_ailment_duration_on_self_+%"]=2331, + ["local_left_ring_slot_cold_damage_taken_%_as_fire"]=2332, + ["local_left_ring_slot_cover_in_ash_for_x_seconds_when_igniting_enemy"]=7227, + ["local_left_ring_slot_curse_effect_on_self_+%"]=2333, + ["local_left_ring_slot_elemental_reflect_damage_taken_+%"]=2386, + ["local_left_ring_slot_energy_shield"]=2348, + ["local_left_ring_slot_fire_damage_taken_%_as_lightning"]=2334, + ["local_left_ring_slot_lightning_damage_taken_%_as_cold"]=2335, + ["local_left_ring_slot_mana_regeneration_rate_+%"]=2337, + ["local_left_ring_slot_mana_regeneration_rate_per_minute"]=2336, + ["local_left_ring_slot_maximum_mana"]=2347, + ["local_left_ring_slot_minion_damage_taken_+%"]=2338, + ["local_left_ring_slot_no_energy_shield_recharge_or_regeneration"]=2330, + ["local_left_ring_slot_projectiles_from_spells_cannot_chain"]=7228, + ["local_left_ring_slot_projectiles_from_spells_fork"]=7229, + ["local_left_ring_slot_skill_effect_duration_+%"]=2339, + ["local_left_ring_socketed_curse_replaces_skitterbots_chilling_aura"]=7230, + ["local_level_requirement_-"]=836, + ["local_life_and_mana_gain_per_target"]=1452, + ["local_life_gain_per_target"]=994, + ["local_life_gain_per_target_vs_blinded_enemies"]=7231, + ["local_life_gain_per_target_while_leeching"]=7232, + ["local_life_leech_from_physical_damage_permyriad"]=992, + ["local_life_leech_is_instant"]=2225, + ["local_life_loss_%_to_prevent_during_flask_effect_to_lose_over_time"]=9647, + ["local_lightning_penetration_%"]=3346, + ["local_lightning_resistance_%_per_2%_quality"]=7233, + ["local_maim_on_hit"]=3700, + ["local_maim_on_hit_%"]=7234, + ["local_mana_gain_per_target"]=1455, + ["local_mana_leech_from_physical_damage_permyriad"]=998, ["local_max_charges_+%"]=1028, - ["local_maximum_added_chaos_damage"]=1259, - ["local_maximum_added_cold_damage"]=850, - ["local_maximum_added_fire_damage"]=849, - ["local_maximum_added_fire_damage_vs_bleeding_enemies"]=4407, - ["local_maximum_added_lightning_damage"]=851, - ["local_maximum_added_lightning_damage_equal_to_total_monster_power_of_enemies_hit_in_past_6_seconds_up_to_X"]=7069, - ["local_maximum_added_physical_damage"]=848, - ["local_maximum_added_physical_damage_vs_ignited_enemies"]=4414, - ["local_maximum_energy_shield_+%_if_item_corrupted"]=7070, - ["local_maximum_life_+%_if_item_corrupted"]=7072, - ["local_maximum_life_+%_per_rune_or_soul_core"]=7073, - ["local_maximum_life_per_2%_quality"]=7071, - ["local_maximum_mana_+%_per_rune_or_soul_core"]=7075, - ["local_maximum_mana_per_2%_quality"]=7074, - ["local_maximum_prefixes_allowed_+"]=39, - ["local_maximum_quality_+"]=7077, - ["local_maximum_quality_is_%"]=7076, - ["local_maximum_sockets_+"]=89, - ["local_maximum_suffixes_allowed_+"]=40, - ["local_minimum_added_chaos_damage"]=1259, - ["local_minimum_added_cold_damage"]=850, - ["local_minimum_added_fire_damage"]=849, - ["local_minimum_added_fire_damage_vs_bleeding_enemies"]=4407, - ["local_minimum_added_lightning_damage"]=851, - ["local_minimum_added_physical_damage"]=848, - ["local_minimum_added_physical_damage_vs_ignited_enemies"]=4414, - ["local_minion_accuracy_rating_with_minion_abyss_jewel_socketed"]=7078, - ["local_movement_speed_+%_if_item_corrupted"]=7079, - ["local_no_attribute_requirements"]=841, - ["local_no_critical_strike_multiplier"]=7080, - ["local_no_critical_strike_multiplier_during_flask_effect"]=781, - ["local_no_deflect_chance"]=7081, - ["local_no_energy_shield"]=842, - ["local_non_skill_physical_damage_%_to_gain_as_each_element_with_attacks_while_have_this_two_handed_hand_weapon"]=3881, - ["local_number_of_bloodworms_to_spawn_on_flask_use"]=702, - ["local_one_socket_each_colour_only"]=90, - ["local_physical_damage_%_to_convert_to_a_random_element"]=3999, - ["local_physical_damage_+%"]=847, - ["local_physical_damage_reduction_rating_+%"]=861, - ["local_poison_duration_+%_during_flask_effect"]=782, - ["local_poison_effect_+%"]=843, - ["local_poison_on_critical_strike_chance_%"]=7082, - ["local_poison_on_hit"]=2188, - ["local_poison_on_hit_%"]=7083, - ["local_projectile_speed_+%"]=7084, - ["local_quality_does_not_increase_damage"]=1626, - ["local_quality_does_not_increase_defences"]=1627, - ["local_quantity_of_sockets_+%"]=1632, - ["local_random_support_gem_index"]=346, - ["local_random_support_gem_index_1"]=347, - ["local_random_support_gem_level"]=346, - ["local_random_support_gem_level_1"]=347, - ["local_recharge_on_crit"]=641, - ["local_recharge_on_crit_%"]=642, - ["local_recharge_on_demon_killed"]=643, - ["local_recharge_on_take_crit"]=644, - ["local_reload_speed_+%"]=944, - ["local_requirements_%_to_convert_to_dexterity"]=7085, - ["local_requirements_%_to_convert_to_intelligence"]=7086, - ["local_requirements_%_to_convert_to_strength"]=7087, - ["local_resist_all_elements_%_if_item_corrupted"]=7088, - ["local_resist_all_elements_+%_per_rune_or_soul_core"]=7089, - ["local_right_ring_slot_base_all_ailment_duration_on_self_+%"]=2372, - ["local_right_ring_slot_base_energy_shield_regeneration_rate_per_minute_%"]=2359, - ["local_right_ring_slot_cold_damage_taken_%_as_lightning"]=2373, - ["local_right_ring_slot_cover_in_frost_for_x_seconds_when_freezing_enemy"]=7090, - ["local_right_ring_slot_curse_effect_on_self_+%"]=2374, - ["local_right_ring_slot_energy_shield"]=2361, - ["local_right_ring_slot_fire_damage_taken_%_as_cold"]=2375, - ["local_right_ring_slot_lightning_damage_taken_%_as_fire"]=2376, - ["local_right_ring_slot_maximum_mana"]=2360, - ["local_right_ring_slot_minion_damage_taken_+%"]=2377, - ["local_right_ring_slot_no_mana_regeneration"]=2358, - ["local_right_ring_slot_number_of_additional_chains_for_spell_projectiles"]=7091, - ["local_right_ring_slot_physical_reflect_damage_taken_+%"]=2421, - ["local_right_ring_slot_projectiles_from_spells_cannot_fork"]=7092, - ["local_right_ring_slot_skill_effect_duration_+%"]=2378, - ["local_right_ring_socketed_curse_replaces_skitterbots_shocking_aura"]=7093, - ["local_ring_attack_speed_+%_final"]=7094, - ["local_ring_burning_damage_+%_final"]=7095, - ["local_ring_disable_other_ring"]=1437, - ["local_ring_duplicate_other_ring"]=2554, - ["local_ring_nova_spells_area_of_effect_+%_final"]=7096, - ["local_rune_and_soul_core_effect_+%"]=7097, - ["local_rune_effect_+%"]=7098, - ["local_self_bleed_duration_+%_during_flask_effect"]=783, - ["local_self_chill_effect_+%_during_flask_effect"]=784, - ["local_self_curse_effect_+%_during_flask_effect"]=785, - ["local_self_freeze_duration_+%_during_flask_effect"]=786, - ["local_self_ignite_duration_+%_during_flask_effect"]=787, - ["local_self_poison_duration_+%_during_flask_effect"]=788, - ["local_self_shock_effect_+%_during_flask_effect"]=789, - ["local_sentinel_drone_difficulty_+%"]=7099, - ["local_shield_double_stun_threshold_while_active_blocking"]=7100, - ["local_six_linked_random_sockets"]=82, - ["local_smoke_ground_on_flask_use_radius"]=681, - ["local_socketed_abyss_jewel_effect_+%"]=197, - ["local_socketed_active_skill_gem_level_+"]=171, - ["local_socketed_active_skill_gem_quality_+"]=182, - ["local_socketed_area_of_effect_gem_level_+"]=157, - ["local_socketed_area_of_effect_gem_quality_+"]=183, - ["local_socketed_aura_gem_level_+"]=162, - ["local_socketed_aura_gem_quality_+"]=184, - ["local_socketed_bow_gem_level_+"]=159, - ["local_socketed_bow_gem_quality_+"]=185, - ["local_socketed_chaos_gem_level_+"]=154, - ["local_socketed_chaos_gem_quality_+"]=186, - ["local_socketed_cold_gem_level_+"]=152, - ["local_socketed_cold_gem_quality_+"]=187, - ["local_socketed_curse_gem_level_+"]=165, - ["local_socketed_dexterity_gem_level_+"]=141, - ["local_socketed_dexterity_gem_quality_+"]=188, - ["local_socketed_duration_gem_level_+"]=156, - ["local_socketed_elemental_gem_level_+"]=189, - ["local_socketed_fire_gem_level_+"]=150, - ["local_socketed_fire_gem_quality_+"]=190, - ["local_socketed_gem_level_+"]=145, - ["local_socketed_gem_quality_+"]=180, - ["local_socketed_gems_in_blue_sockets_experience_gained_+%"]=149, - ["local_socketed_gems_in_green_sockets_get_quality_%"]=148, - ["local_socketed_gems_in_red_sockets_get_level_+"]=147, - ["local_socketed_golem_gem_level_+"]=179, - ["local_socketed_herald_gem_level_+"]=163, - ["local_socketed_hex_gem_level_+"]=166, - ["local_socketed_intelligence_gem_level_+"]=143, - ["local_socketed_intelligence_gem_quality_+"]=191, - ["local_socketed_lightning_gem_level_+"]=153, - ["local_socketed_lightning_gem_quality_+"]=192, - ["local_socketed_melee_gem_level_+"]=160, - ["local_socketed_melee_gem_quality_+"]=193, - ["local_socketed_minion_gem_level_+"]=161, - ["local_socketed_minion_gem_quality_+"]=194, - ["local_socketed_movement_gem_level_+"]=164, - ["local_socketed_non_vaal_gem_level_+"]=172, - ["local_socketed_projectile_gem_level_+"]=158, - ["local_socketed_projectile_gem_quality_+"]=195, - ["local_socketed_skill_gem_level_+1_per_x_player_levels"]=146, - ["local_socketed_spell_gem_level_+"]=155, - ["local_socketed_strength_gem_level_+"]=140, - ["local_socketed_strength_gem_quality_+"]=196, - ["local_socketed_support_gem_level_+"]=170, - ["local_socketed_support_gem_quality_+"]=181, - ["local_socketed_trap_and_mine_gem_level_+"]=168, - ["local_socketed_trap_gem_level_+"]=167, - ["local_socketed_vaal_gem_level_+"]=169, - ["local_socketed_warcry_gem_level_+"]=173, - ["local_soul_core_effect_+%"]=7101, - ["local_spell_damage_+%_if_item_corrupted"]=7102, - ["local_spells_gain_arcane_surge_on_hit_with_caster_abyss_jewel_socketed"]=7103, - ["local_spirit"]=867, - ["local_spirit_+%"]=868, - ["local_spirit_+_per_rune_or_soul_core"]=7104, - ["local_strength_and_intelligence_requirement_+"]=844, - ["local_strength_per_2%_quality"]=7105, - ["local_strength_requirement_+"]=845, - ["local_strength_requirement_+%"]=846, - ["local_stun_threshold_+_per_rune_or_soul_core"]=7106, - ["local_stun_threshold_reduction_+%"]=2216, - ["local_support_gem_max_skill_level_requirement_to_support"]=2525, - ["local_tablet_make_maps_in_radius_available"]=7107, - ["local_unique_attacks_cast_socketed_lightning_spells_%"]=630, - ["local_unique_cast_socketed_cold_skills_on_melee_critical_strike"]=631, - ["local_unique_chaos_damage_does_not_damage_energy_shield_extra_hard_during_flask_effect"]=747, - ["local_unique_counts_as_dual_wielding"]=2407, - ["local_unique_expedition_flask_ward_+%_final_during_flask_effect"]=790, - ["local_unique_flask_additional_maximum_all_elemental_resistances_%_while_healing"]=791, - ["local_unique_flask_avoid_chill_%_while_healing"]=746, - ["local_unique_flask_avoid_freeze_%_while_healing"]=748, - ["local_unique_flask_block_%_while_healing"]=792, - ["local_unique_flask_cannot_recover_life_while_healing"]=793, - ["local_unique_flask_chaos_damage_%_of_maximum_life_to_deal_per_minute_while_healing"]=662, - ["local_unique_flask_charges_gained_+%_during_flask_effect"]=794, - ["local_unique_flask_critical_hit_poison_effect_+%_during_flask_effect"]=795, - ["local_unique_flask_critical_strike_chance_+%_vs_enemies_on_consecrated_ground_during_flask_effect"]=796, - ["local_unique_flask_damage_+%_vs_demons_while_healing"]=798, - ["local_unique_flask_damage_over_time_+%_during_flask_effect"]=797, - ["local_unique_flask_damage_taken_+%_vs_demons_while_healing"]=799, - ["local_unique_flask_elemental_damage_%_to_gain_as_chaos_while_healing"]=800, - ["local_unique_flask_elemental_damage_taken_+%_of_lowest_uncapped_resistance_type"]=824, - ["local_unique_flask_elemental_penetration_%_of_highest_uncapped_resistance_type"]=825, - ["local_unique_flask_explode_enemies_for_10%_life_as_random_element_on_kill_chance_%_during_flask_effect"]=7108, - ["local_unique_flask_instantly_recovers_%_maximum_life"]=661, - ["local_unique_flask_item_quantity_+%_while_healing"]=801, - ["local_unique_flask_item_rarity_+%_while_healing"]=802, - ["local_unique_flask_kiaras_determination"]=803, - ["local_unique_flask_life_recovered_above_effective_life_is_instead_added_as_guard_for_X_seconds"]=7109, - ["local_unique_flask_light_radius_+%_while_healing"]=804, - ["local_unique_flask_no_mana_cost_while_healing"]=805, - ["local_unique_flask_nova_with_chaos_damage_equal_to_%_mana_spent_during_flask_effect"]=7110, - ["local_unique_flask_physical_damage_%_to_gain_as_chaos_while_healing"]=806, - ["local_unique_flask_physical_damage_%_to_gain_as_cold_while_healing"]=745, - ["local_unique_flask_physical_damage_taken_%_as_cold_while_healing"]=744, - ["local_unique_flask_recover_%_maximum_life_when_effect_reaches_duration"]=657, - ["local_unique_flask_recover_all_mana_on_use"]=7111, - ["local_unique_flask_resist_all_elements_%_during_flask_effect"]=807, - ["local_unique_flask_spell_block_%_while_healing"]=808, - ["local_unique_flask_take_chaos_damage_equal_to_current_mana_%_when_flask_effect_ends"]=7112, - ["local_unique_flask_vaal_skill_critical_strike_chance_+%_during_flask_effect"]=809, - ["local_unique_flask_vaal_skill_damage_+%_during_flask_effect"]=810, - ["local_unique_flask_vaal_skill_damage_+%_final_during_flask_effect"]=811, - ["local_unique_flask_vaal_skill_does_not_apply_soul_gain_prevention_during_flask_effect"]=812, - ["local_unique_flask_vaal_skill_soul_cost_+%_during_flask_effect"]=813, - ["local_unique_flask_vaal_skill_soul_gain_preventation_duration_+%_during_flask_effect"]=814, - ["local_unique_hungry_loop_has_consumed_gem"]=112, - ["local_unique_hungry_loop_number_of_gems_to_consume"]=112, - ["local_unique_jewel_X_dexterity_per_1_dexterity_allocated_in_radius"]=2746, - ["local_unique_jewel_X_intelligence_per_1_intelligence_allocated_in_radius"]=2747, - ["local_unique_jewel_X_strength_per_1_strength_allocated_in_radius"]=2748, - ["local_unique_jewel_accuracy_rating_+_per_10_dex_unallocated_in_radius"]=7113, - ["local_unique_jewel_accuracy_rating_+_per_10_int_unallocated_in_radius"]=2833, - ["local_unique_jewel_additional_life_per_X_int_in_radius"]=2809, - ["local_unique_jewel_additional_physical_damage_reduction_%_per_10_str_allocated_in_radius"]=2826, - ["local_unique_jewel_alternate_tree_internal_revision"]=34, - ["local_unique_jewel_alternate_tree_keystone"]=34, - ["local_unique_jewel_alternate_tree_seed"]=34, - ["local_unique_jewel_alternate_tree_version"]=34, - ["local_unique_jewel_animate_weapon_animates_bows_and_wands_with_x_dex_in_radius"]=2831, - ["local_unique_jewel_animate_weapon_can_animate_up_to_x_additional_ranged_weapons_with_50_dex_in_radius"]=2921, - ["local_unique_jewel_barrage_final_volley_fires_x_additional_projectiles_simultaneously_with_50_dex_in_radius"]=2930, - ["local_unique_jewel_blight_applies_wither_for_ms_with_40_int_in_radius"]=7114, - ["local_unique_jewel_blight_applies_wither_for_two_seconds_with_40_int_in_radius"]=7115, - ["local_unique_jewel_blight_cast_speed_+%_with_40_int_in_radius"]=7116, - ["local_unique_jewel_blight_hinder_duration_+%_with_40_int_in_radius"]=7117, - ["local_unique_jewel_blight_hinder_enemy_chaos_damage_taken_+%_with_40_int_in_radius"]=7118, - ["local_unique_jewel_blight_skill_area_of_effect_+%_after_1_second_channelling_with_50_int_in_radius"]=7119, - ["local_unique_jewel_caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground_with_40_dex_in_radius"]=7120, - ["local_unique_jewel_caustic_arrow_damage_over_time_+%_with_40_dex_in_radius"]=7121, - ["local_unique_jewel_caustic_arrow_hit_damage_+%_with_40_dex_in_radius"]=7122, - ["local_unique_jewel_chaos_damage_+%_per_10_int_in_radius"]=2749, - ["local_unique_jewel_chaos_damage_+%_per_X_int_in_radius"]=2810, - ["local_unique_jewel_chill_freeze_duration_-%_per_X_dex_in_radius"]=2811, - ["local_unique_jewel_claw_physical_damage_+%_per_X_dex_in_radius"]=2799, - ["local_unique_jewel_cleave_+1_base_radius_per_nearby_enemy_up_to_10_with_40_str_in_radius"]=3007, - ["local_unique_jewel_cleave_fortify_on_hit_with_50_str_in_radius"]=3006, - ["local_unique_jewel_cold_and_lightning_resistance_to_melee_damage"]=7123, - ["local_unique_jewel_cold_damage_+1%_per_x_int_in_radius"]=2823, - ["local_unique_jewel_cold_damage_increases_applies_to_physical_damage"]=2802, - ["local_unique_jewel_cold_resistance_also_grants_frenzy_charge_on_kill_chance"]=7124, - ["local_unique_jewel_cold_resistance_also_grants_spell_suppression_chance_scaled_%"]=7125, - ["local_unique_jewel_cold_snap_gain_power_charge_on_kill_%_with_50_int_in_radius"]=2926, - ["local_unique_jewel_cold_snap_uses_gains_power_charges_instead_of_frenzy_with_40_int_in_radius"]=7126, - ["local_unique_jewel_critical_strike_multiplier_+_per_10_str_unallocated_in_radius"]=2834, - ["local_unique_jewel_damage_increases_applies_to_fire_damage"]=2800, - ["local_unique_jewel_dex_and_int_apply_to_str_melee_damage_bonus_in_radius"]=2813, - ["local_unique_jewel_discharge_area_of_effect_+%_final_with_40_int_in_radius"]=7127, - ["local_unique_jewel_discharge_cooldown_override_ms_with_40_int_in_radius"]=7128, - ["local_unique_jewel_discharge_damage_+%_final_with_40_int_in_radius"]=7129, - ["local_unique_jewel_disconnected_passives_can_be_allocated_around_keystone_hash"]=7130, - ["local_unique_jewel_dot_multiplier_+_per_10_int_unallocated_in_radius"]=7131, - ["local_unique_jewel_double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%_with_50_dexterity_in_radius"]=2897, - ["local_unique_jewel_dual_strike_accuracy_rating_+%_while_wielding_sword_with_40_dex_in_radius"]=7132, - ["local_unique_jewel_dual_strike_attack_speed_+%_while_wielding_claw_with_40_dex_in_radius"]=7133, - ["local_unique_jewel_dual_strike_critical_strike_multiplier_+_while_wielding_dagger_with_40_dex_in_radius"]=7134, - ["local_unique_jewel_dual_strike_intimidate_on_hit_while_wielding_axe_with_40_dex_in_radius"]=7135, - ["local_unique_jewel_dual_strike_main_hand_deals_double_damage_%_with_40_dex_in_radius"]=7136, - ["local_unique_jewel_dual_strike_melee_splash_while_wielding_mace_with_40_dex_in_radius"]=7137, - ["local_unique_jewel_dual_strike_melee_splash_with_off_hand_weapon_with_50_dex_in_radius"]=7138, - ["local_unique_jewel_elemental_hit_50%_less_cold_damage_per_40_str_and_int"]=7139, - ["local_unique_jewel_elemental_hit_50%_less_fire_damage_per_40_int_and_dex"]=7140, - ["local_unique_jewel_elemental_hit_50%_less_lightning_damage_per_40_str_and_dex"]=7141, - ["local_unique_jewel_elemental_hit_cannot_roll_cold_damage_with_40_int_+_str_in_radius"]=7142, - ["local_unique_jewel_elemental_hit_cannot_roll_fire_damage_with_40_int_+_dex_in_radius"]=7143, - ["local_unique_jewel_elemental_hit_cannot_roll_lightning_damage_with_40_dex_+_str_in_radius"]=7144, - ["local_unique_jewel_energy_shield_increases_applies_to_armour_doubled"]=2803, - ["local_unique_jewel_energy_shield_regeneration_rate_per_minute_%_per_10_int_allocated_in_radius"]=2827, - ["local_unique_jewel_ethereal_knives_number_of_additional_projectiles_with_50_dex_in_radius"]=3008, - ["local_unique_jewel_ethereal_knives_projectiles_nova_with_50_dex_in_radius"]=3009, - ["local_unique_jewel_evasion_rating_+%_per_X_dex_in_radius"]=2798, - ["local_unique_jewel_fire_and_cold_resistance_to_spell_damage"]=7145, - ["local_unique_jewel_fire_and_lightning_resistance_to_projectile_attack_damage"]=7146, - ["local_unique_jewel_fire_damage_+1%_per_x_int_in_radius"]=2822, - ["local_unique_jewel_fire_resistance_also_grants_block_chance_scaled_%"]=7147, - ["local_unique_jewel_fire_resistance_also_grants_endurance_charge_on_kill_chance"]=7148, - ["local_unique_jewel_fire_trap_number_of_additional_traps_to_throw_with_40_dex_in_radius"]=7149, - ["local_unique_jewel_fireball_base_radius_up_to_+_at_longer_ranges_with_40_int_in_radius"]=2918, - ["local_unique_jewel_fireball_radius_up_to_+%_at_longer_ranges_with_50_int_in_radius"]=2917, - ["local_unique_jewel_fortify_duration_+1%_per_x_int_in_radius"]=2821, - ["local_unique_jewel_freezing_pulse_damage_+%_if_enemy_shattered_recently_with_50_int_in_radius"]=3015, - ["local_unique_jewel_freezing_pulse_number_of_additional_projectiles_with_50_int_in_radius"]=3014, - ["local_unique_jewel_frost_blades_melee_damage_penetrates_%_cold_resistance_with_40_dex_in_radius"]=7150, - ["local_unique_jewel_frost_blades_projectile_speed_+%_with_40_dex_in_radius"]=7151, - ["local_unique_jewel_frostbolt_additional_projectiles_with_40_int_in_radius"]=7152, - ["local_unique_jewel_frostbolt_projectile_acceleration_with_50_int_in_radius"]=7153, - ["local_unique_jewel_galvanic_arrow_area_damage_+%_with_40_dex_in_radius"]=7174, - ["local_unique_jewel_glacial_cascade_additional_sequence_with_x_int_in_radius"]=2830, - ["local_unique_jewel_glacial_cascade_number_of_additional_bursts_with_40_int_in_radius"]=7154, - ["local_unique_jewel_glacial_hammer_item_rarity_on_shattering_enemy_+%_with_50_strength_in_radius"]=2895, - ["local_unique_jewel_glacial_hammer_melee_splash_with_cold_damage_with_50_str_in_radius"]=3010, - ["local_unique_jewel_grants_x_empty_passives"]=7155, - ["local_unique_jewel_ground_slam_angle_+%_with_50_str_in_radius"]=2924, - ["local_unique_jewel_ground_slam_chance_to_gain_endurance_charge_%_on_stun_with_50_str_in_radius"]=2923, - ["local_unique_jewel_heavy_strike_chance_to_deal_double_damage_%_with_50_strength_in_radius"]=2898, - ["local_unique_jewel_ice_shot_additional_pierce_per_10_old_with_40_dex_in_radius"]=7156, - ["local_unique_jewel_ice_shot_explosion_skill_area_of_effect_+%_with_50_dex_in_radius"]=7157, - ["local_unique_jewel_ice_shot_pierce_+_with_40_dex_in_radius"]=7158, - ["local_unique_jewel_intelligence_per_unallocated_node_in_radius"]=2767, - ["local_unique_jewel_life_increases_applies_to_energy_shield"]=2804, - ["local_unique_jewel_life_increases_applies_to_mana_doubled"]=2812, - ["local_unique_jewel_life_recovery_rate_+%_per_10_str_allocated_in_radius"]=7159, - ["local_unique_jewel_life_recovery_rate_+%_per_10_str_unallocated_in_radius"]=7160, - ["local_unique_jewel_lightning_resistance_also_grants_block_spells_chance_scaled_%"]=7161, - ["local_unique_jewel_lightning_resistance_also_grants_power_charge_on_kill_chance"]=7162, - ["local_unique_jewel_lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit_with_50_int_in_radius"]=7163, - ["local_unique_jewel_magma_orb_additional_projectiles_with_40_int_in_radius"]=7164, - ["local_unique_jewel_magma_orb_skill_area_of_effect_+%_per_bounce_with_50_int_in_radius"]=7165, - ["local_unique_jewel_mana_recovery_rate_+%_per_10_int_allocated_in_radius"]=7166, - ["local_unique_jewel_mana_recovery_rate_+%_per_10_int_unallocated_in_radius"]=7167, - ["local_unique_jewel_maximum_mana_+_per_10_dex_unallocated_in_radius"]=2835, - ["local_unique_jewel_melee_applies_to_bow"]=2745, - ["local_unique_jewel_molten_strike_number_of_additional_projectiles_with_50_str_in_radius"]=7168, - ["local_unique_jewel_molten_strike_skill_area_of_effect_+%_with_50_str_in_radius"]=7169, - ["local_unique_jewel_movement_speed_+%_per_10_dex_allocated_in_radius"]=2828, - ["local_unique_jewel_movement_speed_+%_per_10_dex_unallocated_in_radius"]=7170, - ["local_unique_jewel_nearby_disconnected_passives_can_be_allocated"]=832, - ["local_unique_jewel_non_keystone_passive_in_radius_effect_+%"]=7171, - ["local_unique_jewel_notable_passive_in_radius_does_nothing"]=7172, - ["local_unique_jewel_notable_passives_in_radius_instead_grant_mana_cost_+%"]=9573, - ["local_unique_jewel_notable_passives_in_radius_instead_grant_minion_damage_taken_+%"]=9574, - ["local_unique_jewel_notable_passives_in_radius_instead_grant_minion_movement_speed_+%"]=9575, - ["local_unique_jewel_notable_passives_in_radius_instead_grant_spell_damage_+%"]=9573, - ["local_unique_jewel_one_additional_maximum_lightning_damage_per_X_dex"]=2808, - ["local_unique_jewel_passive_jewel_socket_mod_effect_+%_with_corrupted_magic_jewel_socketed"]=7173, - ["local_unique_jewel_passives_in_radius_applied_to_minions_instead"]=2750, - ["local_unique_jewel_passives_in_radius_give_trap_and_mine_maximum_added_physical_damage"]=9576, - ["local_unique_jewel_passives_in_radius_give_trap_and_mine_minimum_added_physical_damage"]=9576, - ["local_unique_jewel_physical_attack_damage_+1%_per_x_dex_in_radius"]=2825, - ["local_unique_jewel_physical_attack_damage_+1%_per_x_strength_in_radius"]=2820, - ["local_unique_jewel_physical_damage_+1%_per_int_in_radius"]=2824, - ["local_unique_jewel_physical_damage_increases_applies_to_cold_damage"]=2801, - ["local_unique_jewel_projectile_damage_+1%_per_x_dex_in_radius"]=2829, - ["local_unique_jewel_shrapnel_shot_radius_+%_with_50_dex_in_radius"]=3011, - ["local_unique_jewel_skills_in_radius_grant_%_unarmed_melee_attack_speed"]=7175, - ["local_unique_jewel_spark_number_of_additional_chains_with_50_int_in_radius"]=3012, - ["local_unique_jewel_spark_number_of_additional_projectiles_with_40_int_in_radius"]=7176, - ["local_unique_jewel_spark_number_of_additional_projectiles_with_50_int_in_radius"]=3013, - ["local_unique_jewel_spark_projectiles_nova_with_40_int_in_radius"]=7177, - ["local_unique_jewel_spectral_shield_throw_additional_chains_with_total_40_str_+_dex_in_radius"]=7178, - ["local_unique_jewel_spectral_shield_throw_less_shard_projectiles_with_total_40_str_+_dex_in_radius"]=7179, - ["local_unique_jewel_spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%_with_50_dexterity_in_radius"]=2896, - ["local_unique_jewel_spectral_throw_gain_vaal_soul_for_vaal_st_on_hit_%_with_40_dex_in_radius"]=7180, - ["local_unique_jewel_spectres_gain_soul_eater_on_kill_%_chance_with_50_int_in_radius"]=7181, - ["local_unique_jewel_split_arrow_fires_additional_arrow_with_x_dex_in_radius"]=2832, - ["local_unique_jewel_split_arrow_projectiles_fire_in_parallel_x_dist_with_40_dex_in_radius"]=7182, - ["local_unique_jewel_totem_life_+X%_per_10_str_in_radius"]=2737, - ["local_unique_jewel_unarmed_damage_+%_per_X_dex_in_radius"]=2814, - ["local_unique_jewel_vigilant_strike_fortifies_nearby_allies_for_x_seconds_with_50_str_in_radius"]=2915, - ["local_unique_jewel_warcry_damage_taken_goes_to_mana_%_with_40_int_in_radius"]=2928, - ["local_unique_jewel_with_4_notables_gain_X_random_rare_monster_mods_on_kill"]=2738, - ["local_unique_jewel_with_50_int_in_radius_summon_X_melee_skeletons_as_mage_skeletons"]=2913, - ["local_unique_jewel_with_70_dex_physical_damage_to_gain_as_chaos_%"]=2768, - ["local_unique_jewel_with_70_str_life_recovery_speed_+%"]=2769, - ["local_unique_jewel_with_x_int_in_radius_+1_curse"]=2755, - ["local_unique_jewel_zombie_slam_cooldown_speed_+%_with_50_int_in_radius"]=7183, - ["local_unique_jewel_zombie_slam_damage_+%_with_50_int_in_radius"]=7184, - ["local_unique_lions_roar_melee_physical_damage_+%_final_during_flask_effect"]=815, - ["local_unique_overflowing_chalice_flask_cannot_gain_flask_charges_during_flask_effect"]=827, - ["local_unique_regen_es_from_removed_life_duration_ms"]=2819, - ["local_unique_remove_life_and_regen_es_from_removed_life"]=2819, - ["local_unique_soul_ripper_flask_cannot_gain_flask_charges_during_flask_effect"]=828, - ["local_varunastra_weapon_counts_as_all_1h_melee_weapon_types"]=3414, - ["local_ward"]=1384, - ["local_ward_+%"]=1386, - ["local_weapon_accuracy_is_unaffected_by_distance"]=7185, - ["local_weapon_base_crit_chance_permyriad_override"]=3427, - ["local_weapon_crit_chance_is_%"]=7186, - ["local_weapon_damage_%_to_gain_as_daze_build_up"]=7187, - ["local_weapon_enemy_phys_reduction_%_penalty"]=1155, - ["local_weapon_no_physical_damage"]=847, - ["local_weapon_range_+"]=2449, - ["local_weapon_range_+_per_10%_quality"]=7188, - ["local_weapon_roll_crits_twice"]=1324, - ["local_weapon_trigger_socketed_spell_on_skill_use_display_cooldown_ms"]=634, - ["local_weapon_uses_both_hands"]=833, - ["local_withered_on_hit_for_2_seconds_%_chance"]=4042, - ["lose_%_of_es_on_crit"]=7198, - ["lose_%_of_infernal_flame_on_reaching_max"]=7189, - ["lose_%_of_life_and_energy_shield_when_you_use_a_chaos_skill"]=7199, - ["lose_%_of_life_loss_over_4_seconds_instead"]=7190, - ["lose_%_of_life_on_crit"]=7200, - ["lose_%_of_mana_when_you_use_an_attack_skill"]=7201, - ["lose_%_of_max_infernal_flame_per_minute"]=7191, - ["lose_10%_of_maximum_mana_on_skill_use_%_chance"]=3122, - ["lose_a_frenzy_charge_on_travel_skill_use_%_chance"]=4025, - ["lose_a_power_charge_when_you_gain_elusive_%_chance"]=4026, - ["lose_adrenaline_on_losing_flame_touched"]=7192, - ["lose_all_charges_on_starting_movement"]=7193, - ["lose_all_defiance_and_take_max_life_as_damage_on_reaching_x_defiance"]=3903, - ["lose_all_endurance_charges_when_reaching_maximum"]=2456, - ["lose_all_fanatic_charges_on_reaching_maximum_fanatic_charges"]=7194, - ["lose_all_fragile_regrowth_when_hit"]=4033, - ["lose_all_power_charges_on_block"]=7195, - ["lose_all_power_charges_on_reaching_maximum_power_charges"]=3245, - ["lose_all_rage_on_reaching_maximum_rage"]=7196, - ["lose_all_tailwind_when_hit"]=7197, - ["lose_endurance_charge_on_kill_%"]=2340, - ["lose_endurance_charges_on_rampage_end"]=2935, - ["lose_frenzy_charge_on_kill_%"]=2342, - ["lose_power_charge_each_second_if_not_detonated_mines_recently"]=7202, - ["lose_power_charge_on_kill_%"]=2344, - ["lose_soul_eater_souls_on_flask_use"]=3084, - ["lose_spirit_charges_on_savage_hit_taken"]=4016, - ["lose_x_life_when_you_use_skill"]=7203, - ["lose_x_mana_when_you_use_skill"]=7204, - ["low_life_threshold_%_override"]=7206, - ["mace_accuracy_rating"]=1720, - ["mace_accuracy_rating_+%"]=1308, - ["mace_attack_speed_+%"]=1291, - ["mace_critical_strike_chance_+%"]=1333, - ["mace_critical_strike_multiplier_+"]=1353, - ["mace_damage_+%"]=1218, - ["mace_elemental_damage_+%"]=1830, - ["mace_hit_damage_stun_multiplier_+%"]=7207, - ["mace_slam_aftershock_chance_%"]=7208, - ["mace_strike_aftershock_chance_%"]=7209, - ["magic_charm_effect_+%"]=2447, - ["magic_items_drop_identified"]=3781, - ["magic_monster_dropped_item_rarity_+%"]=7210, - ["magic_utility_flasks_cannot_be_removed"]=4053, - ["magic_utility_flasks_cannot_be_used"]=4051, - ["magma_orb_damage_+%"]=3280, - ["magma_orb_num_of_additional_projectiles_in_chain"]=3582, - ["magma_orb_number_of_additional_projectiles"]=7211, - ["magma_orb_radius_+%"]=3441, - ["magma_orb_skill_area_of_effect_+%_per_bounce"]=7212, - ["maim_bleeding_enemies_on_hit_%"]=2979, - ["maim_chance_+%"]=7213, - ["maim_effect_+%"]=7214, - ["maim_on_crit_%_with_attacks"]=7215, - ["maim_on_hit_%"]=7216, - ["maim_on_hit_%_vs_poisoned_enemies"]=2958, - ["main_hand_attack_damage_+%_while_wielding_two_weapon_types"]=7217, - ["main_hand_attack_speed_+%_final"]=7218, - ["main_hand_base_weapon_attack_duration_ms"]=20, - ["main_hand_claw_life_gain_on_hit"]=7219, - ["main_hand_critical_strike_chance_+%_per_melee_abyss_jewel_up_to_+200%"]=7220, - ["main_hand_damage_+%_while_dual_wielding"]=7221, - ["main_hand_maximum_attack_distance"]=24, - ["main_hand_minimum_attack_distance"]=22, - ["main_hand_quality"]=17, - ["main_hand_weapon_type"]=9, - ["malediction_on_hit"]=7222, - ["malevolence_mana_reservation_efficiency_+%"]=7224, - ["malevolence_mana_reservation_efficiency_-2%_per_1"]=7223, - ["mamba_strike_area_of_effect_+%"]=7225, - ["mamba_strike_damage_+%"]=7226, - ["mamba_strike_duration_+%"]=7227, - ["mana_%_gained_on_block"]=7248, - ["mana_%_to_gain_as_armour"]=7228, - ["mana_%_to_gain_as_energy_shield"]=1884, - ["mana_%_to_gain_as_energy_shield_at_devotion_threshold"]=7249, - ["mana_and_es_regeneration_per_minute_%_when_you_freeze_shock_or_ignite_an_enemy"]=3046, - ["mana_cost_+%_for_channelling_skills"]=7229, - ["mana_cost_+%_for_trap_and_mine_skills"]=7230, - ["mana_cost_+%_for_trap_skills"]=7231, - ["mana_cost_+%_on_consecrated_ground"]=3199, - ["mana_cost_+%_on_totemified_aura_skills"]=2786, - ["mana_cost_+%_per_10_devotion"]=7232, - ["mana_cost_+%_per_200_mana_spent_recently"]=3976, - ["mana_cost_+%_when_on_low_life"]=1601, - ["mana_cost_+%_while_not_low_mana"]=2762, - ["mana_cost_+%_while_on_full_energy_shield"]=1600, - ["mana_cost_-%_per_endurance_charge"]=2933, - ["mana_degeneration_%_per_minute_not_in_grace"]=7233, - ["mana_degeneration_per_minute"]=7234, - ["mana_degeneration_per_minute_%"]=7235, - ["mana_degeneration_per_minute_not_in_grace"]=1417, - ["mana_flask_charges_gained_+%"]=7236, - ["mana_flask_effects_not_removed_at_full_mana"]=7237, - ["mana_flask_recovery_is_instant_while_on_low_mana"]=7238, - ["mana_flasks_gain_X_charges_every_3_seconds"]=7239, - ["mana_gain_per_target"]=1471, - ["mana_gained_on_attack_hit_if_used_mana_flask_in_past_10_seconds"]=7240, - ["mana_gained_on_attack_hit_vs_cursed_enemies"]=7241, - ["mana_gained_on_block"]=1484, - ["mana_gained_on_cull"]=7242, - ["mana_gained_on_enemy_death_per_level"]=2660, - ["mana_gained_on_hitting_taunted_enemy"]=1507, - ["mana_gained_on_spell_hit"]=7243, - ["mana_gained_on_spell_hit_vs_cursed_enemies"]=7244, - ["mana_gained_when_hit"]=2417, - ["mana_leech_also_recovers_based_on_other_damage_types"]=7245, - ["mana_leech_applies_recovery_to_energy_shield_also"]=7246, - ["mana_leech_rate_+%_per_equipped_corrupted_item"]=2778, - ["mana_per_level"]=7247, - ["mana_recharge_rate_per_minute_with_all_corrupted_equipped_items"]=7250, - ["mana_recovery_from_regeneration_is_not_applied"]=7251, - ["mana_recovery_rate_+%"]=1419, - ["mana_recovery_rate_+%_if_havent_killed_recently"]=7253, - ["mana_recovery_rate_+%_while_affected_by_a_mana_flask"]=7252, - ["mana_recovery_rate_+%_while_affected_by_clarity"]=7254, - ["mana_regeneration_+%_for_4_seconds_on_movement_skill_use"]=3706, - ["mana_regeneration_rate_+%"]=995, - ["mana_regeneration_rate_+%_during_flask_effect"]=2857, - ["mana_regeneration_rate_+%_if_crit_recently"]=7269, - ["mana_regeneration_rate_+%_if_enemy_frozen_recently"]=7270, - ["mana_regeneration_rate_+%_if_enemy_shocked_recently"]=7271, - ["mana_regeneration_rate_+%_if_hit_cursed_enemy_recently"]=7272, - ["mana_regeneration_rate_+%_per_1%_spell_block_chance"]=7255, - ["mana_regeneration_rate_+%_per_fragile_regrowth"]=4032, - ["mana_regeneration_rate_+%_per_power_charge"]=1691, - ["mana_regeneration_rate_+%_per_raised_spectre"]=7273, - ["mana_regeneration_rate_+%_while_moving"]=7274, - ["mana_regeneration_rate_+%_while_not_on_low_mana"]=7256, - ["mana_regeneration_rate_+%_while_phasing"]=2225, - ["mana_regeneration_rate_+%_while_shocked"]=2226, - ["mana_regeneration_rate_+%_while_stationary"]=3957, - ["mana_regeneration_rate_per_minute_%"]=1415, - ["mana_regeneration_rate_per_minute_%_if_enemy_hit_recently"]=7261, - ["mana_regeneration_rate_per_minute_%_if_inflicted_exposure_recently"]=7262, - ["mana_regeneration_rate_per_minute_%_per_active_totem"]=7263, - ["mana_regeneration_rate_per_minute_%_per_power_charge"]=1418, - ["mana_regeneration_rate_per_minute_if_enemy_hit_recently"]=7257, - ["mana_regeneration_rate_per_minute_if_used_movement_skill_recently"]=7258, - ["mana_regeneration_rate_per_minute_per_10_devotion"]=7259, - ["mana_regeneration_rate_per_minute_per_power_charge"]=7260, - ["mana_regeneration_rate_per_minute_while_dual_wielding"]=7264, - ["mana_regeneration_rate_per_minute_while_holding_shield"]=7265, - ["mana_regeneration_rate_per_minute_while_on_consecrated_ground"]=7266, - ["mana_regeneration_rate_per_minute_while_wielding_staff"]=7267, - ["mana_regeneration_rate_per_minute_while_you_have_avians_flight"]=7268, - ["mana_reservation_+%_per_250_total_attributes"]=7280, - ["mana_reservation_+%_with_curse_skills"]=7281, - ["mana_reservation_+%_with_skills_that_throw_mines"]=7275, - ["mana_reservation_efficiency_+%_for_skills_that_throw_mines"]=7276, - ["mana_reservation_efficiency_+%_per_250_total_attributes"]=7279, - ["mana_reservation_efficiency_-2%_per_1"]=1924, - ["mana_reservation_efficiency_-2%_per_1_for_skills_that_throw_mines"]=7277, - ["mana_reservation_efficiency_-2%_per_250_total_attributes"]=7278, - ["manabond_and_stormbind_freeze_as_though_dealt_damage_+%"]=7282, - ["manabond_damage_+%"]=7283, - ["manabond_lightning_penetration_%_while_on_low_mana"]=7284, - ["manabond_skill_area_of_effect_+%"]=7285, - ["manifest_dancing_dervish_number_of_additional_copies"]=7286, - ["map_X_bestiary_packs_are_harvest_beasts"]=7287, - ["map_abyss_depths_chance_+%"]=7288, - ["map_abyss_jewels_%_chance_to_drop_corrupted_with_more_mods"]=113, - ["map_abyss_monster_spawn_amount_+%"]=7289, - ["map_additional_number_of_packs_to_choose"]=2018, - ["map_additional_player_maximum_resistances_%"]=2086, - ["map_additional_rare_in_rare_pack_%_chance"]=7290, - ["map_additional_rare_in_synthesised_rare_pack_%_chance"]=7291, - ["map_additional_red_beasts"]=7292, - ["map_adds_X_extra_synthesis_mods"]=7293, - ["map_adds_X_extra_synthesis_special_mods"]=7294, - ["map_addtional_magic_chest_amount"]=1955, - ["map_addtional_rare_chest_amount"]=1956, - ["map_affliction_encounter_boss_chance_+%"]=7295, - ["map_affliction_encounter_monster_depth_+%"]=7296, - ["map_affliction_pack_size_+%"]=7297, - ["map_affliction_reward_kills_+%"]=7298, - ["map_affliction_reward_progress_on_kill_+%"]=7299, - ["map_affliction_secondary_wave_acceleration_+%"]=7300, - ["map_affliction_secondary_wave_delay_ms_+"]=7301, - ["map_all_items_drop_as_gold"]=1960, - ["map_allow_shrines"]=2334, - ["map_always_has_weather"]=2333, - ["map_ambush_chests"]=2327, - ["map_architects_drops_additional_map_currency"]=7302, - ["map_area_contains_arcanists_strongbox"]=7304, - ["map_area_contains_avatar_of_ambush"]=7305, - ["map_area_contains_avatar_of_anarchy"]=7306, - ["map_area_contains_avatar_of_beyond"]=7307, - ["map_area_contains_avatar_of_bloodlines"]=7308, - ["map_area_contains_avatar_of_breach"]=7309, - ["map_area_contains_avatar_of_domination"]=7310, - ["map_area_contains_avatar_of_essence"]=7311, - ["map_area_contains_avatar_of_invasion"]=7312, - ["map_area_contains_avatar_of_nemesis"]=7313, - ["map_area_contains_avatar_of_onslaught"]=7314, - ["map_area_contains_avatar_of_perandus"]=7315, - ["map_area_contains_avatar_of_prophecy"]=7316, - ["map_area_contains_avatar_of_rampage"]=7317, - ["map_area_contains_avatar_of_talisman"]=7318, - ["map_area_contains_avatar_of_tempest"]=7319, - ["map_area_contains_avatar_of_torment"]=7320, - ["map_area_contains_avatar_of_warbands"]=7321, - ["map_area_contains_cartographers_strongbox"]=7322, - ["map_area_contains_currency_chest"]=7323, - ["map_area_contains_gemcutters_strongbox"]=7324, - ["map_area_contains_jewellery_chest"]=7325, - ["map_area_contains_map_chest"]=7326, - ["map_area_contains_metamorphs"]=7327, - ["map_area_contains_perandus_coin_chest"]=7328, - ["map_area_contains_rituals"]=7329, - ["map_area_contains_tormented_embezzler"]=7330, - ["map_area_contains_tormented_seditionist"]=7331, - ["map_area_contains_tormented_vaal_cultist"]=7332, - ["map_area_contains_unique_item_chest"]=7333, - ["map_area_contains_unique_strongbox"]=7334, - ["map_area_contains_x_additional_clusters_of_beacon_barrels"]=7335, - ["map_area_contains_x_additional_clusters_of_bloodworm_barrels"]=7336, - ["map_area_contains_x_additional_clusters_of_explosive_barrels"]=7337, - ["map_area_contains_x_additional_clusters_of_explosive_eggs"]=7338, - ["map_area_contains_x_additional_clusters_of_parasite_barrels"]=7339, - ["map_area_contains_x_additional_clusters_of_volatile_barrels"]=7340, - ["map_area_contains_x_additional_clusters_of_wealthy_barrels"]=7341, - ["map_area_contains_x_rare_monsters_with_inner_treasure"]=7431, - ["map_area_ritual_additional_chance_%"]=7342, - ["map_atlas_influence_type"]=7303, - ["map_base_ground_desecration_damage_to_deal_per_minute"]=2034, - ["map_base_ground_fire_damage_to_deal_per_10_seconds"]=2028, - ["map_base_ground_fire_damage_to_deal_per_minute"]=2027, - ["map_bestiary_monster_damage_+%_final"]=7343, - ["map_bestiary_monster_life_+%_final"]=7344, - ["map_betrayal_intelligence_+%"]=7345, - ["map_beyond_demon_always_elite"]=7346, - ["map_beyond_from_league_item_rarity_+%_permyriad_per_portal_merge"]=7347, - ["map_beyond_monster_difficulty_tankiness_+%_per_portal_merge"]=7347, - ["map_beyond_portal_chance_+%"]=7348, - ["map_beyond_portal_spawn_additional_demon_%_chance"]=7349, - ["map_beyond_rules"]=2336, - ["map_blight_chest_%_chance_for_additional_drop"]=7350, - ["map_blight_chests_repeat_drops_count"]=7351, - ["map_blight_encounter_spawn_rate_+%"]=7352, - ["map_blight_lane_additional_chest_chance_%"]=7353, - ["map_blight_lane_additional_chests"]=7354, - ["map_blight_oils_chance_to_drop_a_tier_higher_%"]=7355, - ["map_blight_tower_cost_+%"]=7356, - ["map_blight_tower_cost_doubled"]=7357, - ["map_blight_up_to_X_additional_bosses"]=7358, - ["map_blighted_map_encounter_duration_-_sec"]=7359, - ["map_bloodline_packs_drop_x_additional_currency_items"]=7360, - ["map_bloodline_packs_drop_x_additional_rare_items"]=7361, - ["map_blueprint_drop_revealed_chance_%"]=7362, - ["map_boss_accompanied_by_bodyguards"]=7363, - ["map_boss_accompanied_by_harbinger"]=7364, - ["map_boss_area_of_effect_+%"]=2152, - ["map_boss_attack_and_cast_speed_+%"]=2150, - ["map_boss_damage_+%"]=2144, - ["map_boss_damage_+%_final_from_boss_drops_guardian_map_sextant"]=2145, - ["map_boss_dropped_item_quantity_+%"]=7365, - ["map_boss_dropped_unique_items_+"]=7366, - ["map_boss_drops_additional_conqueror_map"]=2147, - ["map_boss_drops_additional_currency_shards"]=7367, - ["map_boss_drops_additional_elder_guardian_map"]=2148, - ["map_boss_drops_additional_shaper_guardian_map"]=2149, - ["map_boss_drops_corrupted_items"]=7368, - ["map_boss_drops_x_additional_vaal_items"]=7373, - ["map_boss_experience_+%_final"]=7369, - ["map_boss_is_possessed"]=7370, - ["map_boss_item_rarity_+%"]=7371, - ["map_boss_life_+%_final_from_boss_drops_guardian_map_sextant"]=2146, - ["map_boss_maximum_life_+%"]=2151, - ["map_boss_surrounded_by_tormented_spirits"]=7372, - ["map_breach_%_chance_for_1_additional_breach"]=7374, - ["map_breach_%_chance_for_3_additional_breach"]=7375, - ["map_breach_X_additional_rare_monsters"]=7376, - ["map_breach_chance_to_be_esh_+%"]=7377, - ["map_breach_chance_to_be_tul_+%"]=7378, - ["map_breach_chance_to_be_uul_netol_+%"]=7379, - ["map_breach_chance_to_be_xoph_+%"]=7380, - ["map_breach_hands_are_small"]=102, - ["map_breach_has_boss"]=7381, - ["map_breach_has_large_chest"]=7382, - ["map_breach_minimum_radius"]=7383, - ["map_breach_monster_quantity_+%"]=7384, - ["map_breach_monster_splinter_quantity_+%"]=7385, - ["map_breach_monsters_damage_+%"]=134, - ["map_breach_monsters_life_+%"]=126, - ["map_breach_number_of_magic_packs_+%"]=7386, - ["map_breach_rules"]=2328, - ["map_breach_size_+%"]=120, - ["map_breach_splinters_drop_as_stones_permyriad"]=121, - ["map_breach_time_passed_+%"]=114, - ["map_breach_type_override"]=7387, - ["map_breaches_num_additional_chests_to_spawn"]=7388, - ["map_chance_for_area_%_to_contain_harvest"]=7389, - ["map_chance_for_breach_bosses_to_drop_breachstone_%"]=122, - ["map_chance_to_not_consume_sextant_use_%"]=7390, - ["map_chest_amount_+%"]=1957, - ["map_chest_item_quantity_+%"]=2153, - ["map_chest_item_rarity_+%"]=2154, - ["map_chests_all_magic_or_rare"]=7391, - ["map_contains_additional_breaches"]=7392, - ["map_contains_additional_chrysalis_talisman"]=7393, - ["map_contains_additional_clutching_talisman"]=7394, - ["map_contains_additional_fangjaw_talisman"]=7395, - ["map_contains_additional_mandible_talisman"]=7396, - ["map_contains_additional_packs_of_chaos_monsters"]=7397, - ["map_contains_additional_packs_of_cold_monsters"]=7398, - ["map_contains_additional_packs_of_fire_monsters"]=7399, - ["map_contains_additional_packs_of_lightning_monsters"]=7400, - ["map_contains_additional_packs_of_physical_monsters"]=7401, - ["map_contains_additional_packs_of_vaal_monsters"]=7402, - ["map_contains_additional_three_rat_talisman"]=7403, - ["map_contains_additional_tormented_betrayers"]=7404, - ["map_contains_additional_tormented_graverobbers"]=7405, - ["map_contains_additional_tormented_heretics"]=7406, - ["map_contains_additional_unique_talisman"]=7407, - ["map_contains_additional_writhing_talisman"]=7408, - ["map_contains_buried_treasure"]=1958, - ["map_contains_chayula_breach"]=7409, - ["map_contains_citadel"]=7410, - ["map_contains_cleansed_boss"]=7411, - ["map_contains_corrupted_strongbox"]=7412, - ["map_contains_creeping_agony"]=7413, - ["map_contains_keepers_of_the_trove_bloodline_pack"]=7414, - ["map_contains_master"]=7415, - ["map_contains_nevalis_monkey"]=7416, - ["map_contains_perandus_boss"]=7417, - ["map_contains_talisman_boss_with_higher_tier"]=7418, - ["map_contains_three_magic_packs_with_attack_cast_and_movement_speed_+%"]=7419, - ["map_contains_three_magic_packs_with_item_quantity_of_dropped_items_+%_final"]=7419, - ["map_contains_uul_netol_breach"]=7420, - ["map_contains_wealthy_pack"]=7421, - ["map_contains_x_additional_animated_weapon_packs"]=7422, - ["map_contains_x_additional_healing_packs"]=7423, - ["map_contains_x_additional_magic_packs"]=7424, - ["map_contains_x_additional_normal_packs"]=7425, - ["map_contains_x_additional_packs_on_their_own_team"]=7426, - ["map_contains_x_additional_packs_that_convert_on_death"]=7427, - ["map_contains_x_additional_packs_with_mirrored_rare_monsters"]=1959, - ["map_contains_x_additional_poison_packs"]=7428, - ["map_contains_x_additional_rare_packs"]=7429, - ["map_contains_x_fewer_portals"]=7430, - ["map_contracts_drop_with_additional_special_implicit_%_chance"]=7432, - ["map_cowards_trial_extra_ghosts"]=7433, - ["map_cowards_trial_extra_oriath_citizens"]=7434, - ["map_cowards_trial_extra_phantasms"]=7435, - ["map_cowards_trial_extra_raging_spirits"]=7436, - ["map_cowards_trial_extra_rhoas"]=7437, - ["map_cowards_trial_extra_skeleton_cannons"]=7438, - ["map_cowards_trial_extra_zombies"]=7439, - ["map_custom_league_damage_taken_+%_final"]=7440, - ["map_damage_+%_of_type_inflicted_by_current_ground_effect_you_are_on"]=7442, - ["map_damage_+%_per_poison_stack"]=7441, - ["map_damage_taken_+%_from_beyond_monsters"]=7443, - ["map_damage_taken_while_stationary_+%"]=7444, - ["map_damage_while_stationary_+%"]=7445, - ["map_death_and_taxes_boss_drops_additional_currency"]=7446, - ["map_delirium_additional_reward_type_chance_%"]=7447, - ["map_delirium_doodads_+%_final"]=7448, - ["map_delirium_fog_never_dissipates"]=7449, - ["map_delirium_splinter_stack_size_+%"]=7450, - ["map_delve_rules"]=7451, - ["map_display_area_contains_unbridged_gaps_to_cross"]=2016, - ["map_display_strongbox_monsters_are_enraged"]=7453, - ["map_display_unique_boss_drops_X_maps"]=2055, - ["map_divination_card_drop_chance_+%"]=7454, - ["map_doesnt_consume_sextant_use"]=7455, - ["map_dropped_maps_are_corrupted_with_8_mods"]=7456, - ["map_dropped_maps_are_duplicated_chance_permillage"]=7457, - ["map_duplicate_all_rare_monsters"]=1961, - ["map_duplicate_captured_beasts_chance_%"]=7458, - ["map_duplicate_essence_monsters_with_shrieking_essence"]=135, - ["map_duplicate_x_rare_monsters"]=7459, - ["map_duplicate_x_synthesised_rare_monsters"]=7460, - ["map_elder_boss_variation"]=7461, - ["map_elder_rare_chance_+%"]=7462, - ["map_elemental_weakness_curse_zones"]=2078, - ["map_endgame_affliction_reward_1"]=7463, - ["map_endgame_affliction_reward_2"]=7464, - ["map_endgame_affliction_reward_3"]=7465, - ["map_endgame_affliction_reward_4"]=7466, - ["map_endgame_affliction_reward_5"]=7467, - ["map_endgame_affliction_reward_6"]=7468, - ["map_endgame_affliction_reward_7"]=7469, - ["map_endgame_affliction_reward_8"]=7470, - ["map_endgame_affliction_reward_9"]=7471, - ["map_endgame_fog_depth"]=7472, - ["map_enfeeble_curse_zones"]=2074, - ["map_equipment_drops_identified"]=7473, - ["map_essence_corruption_cannot_release_monsters"]=127, - ["map_essence_monolith_contains_additional_essence_of_corruption"]=7474, - ["map_essence_monolith_contains_essence_of_corruption_%"]=7475, - ["map_essence_monsters_are_corrupted"]=7476, - ["map_essence_monsters_drop_rare_item_with_random_essence_mod_%_chance"]=137, - ["map_essence_monsters_have_additional_essences"]=7477, - ["map_essence_monsters_higher_tier"]=7478, - ["map_essences_are_1_tier_higher_chance_%"]=123, - ["map_essences_contains_rogue_exiles"]=115, - ["map_expedition_artifact_quantity_+%"]=7479, - ["map_expedition_chest_double_drops_chance_%"]=7480, - ["map_expedition_chest_marker_count_+"]=7481, - ["map_expedition_common_chest_marker_count_+"]=7482, - ["map_expedition_elite_marker_count_+%"]=7483, - ["map_expedition_encounter_additional_chance_%"]=7484, - ["map_expedition_epic_chest_marker_count_+"]=7485, - ["map_expedition_explosion_radius_+%"]=7486, - ["map_expedition_explosives_+%"]=7487, - ["map_expedition_extra_relic_suffix_chance_%"]=7488, - ["map_expedition_league"]=7489, - ["map_expedition_maximum_placement_distance_+%"]=7490, - ["map_expedition_monster_spawn_with_half_life"]=7491, - ["map_expedition_number_of_monster_markers_+%"]=7492, - ["map_expedition_rare_monsters_+%"]=7493, - ["map_expedition_relic_mod_effect_+%"]=7494, - ["map_expedition_relics_+"]=7495, - ["map_expedition_relics_+%"]=7496, - ["map_expedition_saga_additional_terrain_features"]=7497, - ["map_expedition_saga_contains_boss"]=7498, - ["map_expedition_twinned_elites"]=7499, - ["map_expedition_uncommon_chest_marker_count_+"]=7500, - ["map_expedition_vendor_reroll_currency_quantity_+%"]=7501, - ["map_expedition_x_extra_relic_suffixes"]=7502, - ["map_experience_gain_+%"]=1962, - ["map_extra_gold_piles_chance_%"]=1963, - ["map_extra_monoliths"]=7503, - ["map_final_boss_map_key_of_at_least_same_tier_as_current_map_drop_chance_%"]=7504, - ["map_first_invasion_boss_killed_drops_x_additional_currency"]=7505, - ["map_first_strongbox_contains_x_additional_rare_monsters"]=7506, - ["map_first_unique_beyond_boss_slain_drops_x_beyond_uniques"]=7507, - ["map_fishy_effect_0"]=7452, - ["map_fishy_effect_1"]=7452, - ["map_fishy_effect_2"]=7452, - ["map_fishy_effect_3"]=7452, - ["map_fixed_seed"]=2040, - ["map_flask_charges_recovered_per_3_seconds_%"]=7508, - ["map_force_side_area"]=7509, - ["map_force_stone_circle"]=2064, - ["map_gain_onslaught_for_x_ms_on_killing_rare_monster"]=7510, - ["map_gauntlet_unique_monster_life_+%"]=7511, - ["map_gold_+%"]=1964, - ["map_grants_players_level_20_dash_skill"]=7512, - ["map_ground_consecrated_life_regeneration_rate_per_minute_%"]=7513, - ["map_ground_haste_action_speed_+%"]=7514, - ["map_ground_ice"]=2029, - ["map_ground_ice_base_magnitude"]=2030, - ["map_ground_lightning"]=2031, - ["map_ground_lightning_base_magnitude"]=2032, - ["map_ground_tar_movement_speed_+%"]=2033, - ["map_harbinger_additional_currency_shard_stack_chance_%"]=7515, - ["map_harbinger_cooldown_speed_+%"]=103, - ["map_harbinger_portal_drops_additional_fragments"]=7516, - ["map_harbingers_drops_additional_currency_shards"]=7517, - ["map_harvest_crafting_outcomes_X_lucky_rolls"]=7518, - ["map_harvest_double_lifeforce_dropped"]=7519, - ["map_harvest_monster_life_+%_final_from_sextant"]=7520, - ["map_harvest_seed_t2_upgrade_%_chance"]=124, - ["map_harvest_seed_t3_upgrade_%_chance"]=128, - ["map_harvest_seeds_1_of_every_2_plot_type_override"]=7521, - ["map_harvest_seeds_are_at_least_t2"]=116, - ["map_has_X_seconds_between_waves"]=2156, - ["map_has_X_waves_of_monsters"]=2155, - ["map_has_monoliths"]=7522, - ["map_has_x%_quality"]=7523, - ["map_heist_contract_additional_reveals_granted"]=7524, - ["map_heist_contract_chest_no_rewards_%_chance"]=7525, - ["map_heist_contract_npc_items_cannot_drop"]=7526, - ["map_heist_contract_primary_target_value_+%_final"]=7527, - ["map_heist_monster_life_+%_final_from_sextant"]=7528, - ["map_heist_npc_perks_effect_+%_final"]=7529, - ["map_hellscape_additional_boss"]=1049, - ["map_hellscape_blood_consumed_+%_final"]=1029, - ["map_hellscape_fire_damage_taken_when_switching"]=1035, - ["map_hellscape_gimmick_%_maximum_life_and_es_taken_as_physical_damage_per_minute_per_%_hellscape_charge_while_hellscape_can_be_activated"]=1031, - ["map_hellscape_gimmick_double_debuff_gain_lose_debuff_over_time"]=1030, - ["map_hellscape_gimmick_shift_on_killing_rare_unique_kills_drain_resource"]=1032, - ["map_hellscape_gimmick_shift_on_reaching_full_resource_kills_drain_resource"]=1033, - ["map_hellscape_gimmick_shift_randomly"]=1034, - ["map_hellscape_item_drop_quantity_+%"]=1050, - ["map_hellscape_item_drop_rarity_+%"]=1051, - ["map_hellscape_lightning_damage_taken_when_switching"]=1036, - ["map_hellscape_monster_damage_+%_final"]=1037, - ["map_hellscape_monster_damage_taken_+%_final"]=1038, - ["map_hellscape_monster_life_+%_final"]=1039, - ["map_hellscape_monster_life_regeneration_rate_per_minute_%"]=1040, - ["map_hellscape_monster_slain_experience_+%_final"]=1052, - ["map_hellscape_pack_size_+%"]=1053, - ["map_hellscape_physical_damage_taken_when_switching"]=1041, - ["map_hellscape_rare_monster_drop_additional_abyss_jewel"]=1054, - ["map_hellscape_rare_monster_drop_additional_basic_currency_item"]=1055, - ["map_hellscape_rare_monster_drop_additional_blight_oil"]=1056, - ["map_hellscape_rare_monster_drop_additional_breach_splinters"]=1057, - ["map_hellscape_rare_monster_drop_additional_delirium_splinters"]=1058, - ["map_hellscape_rare_monster_drop_additional_delve_fossil"]=1059, - ["map_hellscape_rare_monster_drop_additional_enchanted_item"]=1060, - ["map_hellscape_rare_monster_drop_additional_essence"]=1061, - ["map_hellscape_rare_monster_drop_additional_expedition_currency"]=1062, - ["map_hellscape_rare_monster_drop_additional_fractured_item"]=1063, - ["map_hellscape_rare_monster_drop_additional_gem"]=1064, - ["map_hellscape_rare_monster_drop_additional_incubator"]=1065, - ["map_hellscape_rare_monster_drop_additional_influence_item"]=1066, - ["map_hellscape_rare_monster_drop_additional_legion_splinters"]=1067, - ["map_hellscape_rare_monster_drop_additional_map_item"]=1068, - ["map_hellscape_rare_monster_drop_additional_metamorph_catalyst"]=1069, - ["map_hellscape_rare_monster_drop_additional_scarab"]=1070, - ["map_hellscape_rare_monster_drop_additional_scourged_item"]=1071, - ["map_hellscape_rare_monster_drop_additional_stacked_decks"]=1072, - ["map_hellscape_rare_monster_drop_additional_tainted_currency"]=1073, - ["map_hellscape_rare_monster_drop_additional_unique_item"]=1074, - ["map_hellscape_rare_monster_drop_items_X_levels_higher"]=1075, - ["map_hellscaping_speed_+%"]=6511, - ["map_imprisoned_monsters_action_speed_+%"]=7530, - ["map_imprisoned_monsters_damage_+%"]=7531, - ["map_imprisoned_monsters_damage_taken_+%"]=7532, - ["map_incursion_architects_drop_incursion_rare_chance_%"]=104, - ["map_incursion_boss_possessed_by_tormented_arsonist"]=7533, - ["map_incursion_boss_possessed_by_tormented_blasphemer"]=7534, - ["map_incursion_boss_possessed_by_tormented_cannibal"]=7535, - ["map_incursion_boss_possessed_by_tormented_charlatan"]=7536, - ["map_incursion_boss_possessed_by_tormented_corrupter"]=7537, - ["map_incursion_boss_possessed_by_tormented_counterfeiter"]=7538, - ["map_incursion_boss_possessed_by_tormented_cutthroat"]=7539, - ["map_incursion_boss_possessed_by_tormented_embezzler"]=7540, - ["map_incursion_boss_possessed_by_tormented_experimenter"]=7541, - ["map_incursion_boss_possessed_by_tormented_fisherman"]=7542, - ["map_incursion_boss_possessed_by_tormented_freezer"]=7543, - ["map_incursion_boss_possessed_by_tormented_librarian"]=7544, - ["map_incursion_boss_possessed_by_tormented_martyr"]=7545, - ["map_incursion_boss_possessed_by_tormented_mutilator"]=7546, - ["map_incursion_boss_possessed_by_tormented_necromancer"]=7547, - ["map_incursion_boss_possessed_by_tormented_poisoner"]=7548, - ["map_incursion_boss_possessed_by_tormented_rogue"]=7549, - ["map_incursion_boss_possessed_by_tormented_smuggler"]=7550, - ["map_incursion_boss_possessed_by_tormented_spy"]=7551, - ["map_incursion_boss_possessed_by_tormented_thief"]=7552, - ["map_incursion_boss_possessed_by_tormented_thug"]=7553, - ["map_incursion_boss_possessed_by_tormented_warlord"]=7554, - ["map_incursion_memory_line_monster_damage_+%_final"]=3939, - ["map_incursion_memory_line_monster_life_+%_final"]=3938, - ["map_incursion_spawn_large_caustic_plants"]=7555, - ["map_incursion_spawn_parasitic_caustic_plants"]=7556, - ["map_invasion_bosses_are_twinned"]=7557, - ["map_invasion_bosses_drop_x_additional_vaal_orbs"]=7558, - ["map_invasion_bosses_dropped_items_are_fully_linked"]=7559, - ["map_invasion_bosses_dropped_items_have_x_additional_sockets"]=7560, - ["map_invasion_monster_packs"]=2330, - ["map_invasion_monsters_guarded_by_x_magic_packs"]=7561, - ["map_is_branchy"]=2010, - ["map_item_drop_quality_also_applies_to_map_item_drop_rarity"]=7562, - ["map_item_drop_quantity_+%"]=1965, - ["map_item_drop_rarity_+%"]=1966, - ["map_item_found_rarity_+%_per_15_rampage_stacks"]=7563, - ["map_item_level_override"]=831, - ["map_item_quantity_from_monsters_that_drop_silver_coin_+%"]=7564, - ["map_items_drop_corrupted"]=2724, - ["map_items_drop_corrupted_%"]=2725, - ["map_killing_rare_monsters_pauses_delirium_mirror_timer_for_x_seconds"]=7565, - ["map_labyrinth_izaro_area_of_effect_+%"]=7566, - ["map_labyrinth_izaro_attack_cast_move_speed_+%"]=7567, - ["map_labyrinth_izaro_damage_+%"]=7568, - ["map_labyrinth_izaro_life_+%"]=7569, - ["map_labyrinth_monsters_attack_cast_and_movement_speed_+%"]=7570, - ["map_labyrinth_monsters_damage_+%"]=7571, - ["map_labyrinth_monsters_life_+%"]=7572, - ["map_leaguestone_area_contains_x_additional_leaguestones"]=7573, - ["map_leaguestone_beyond_monster_item_quantity_and_rarity_+%_final"]=7574, - ["map_leaguestone_contains_warband_leader"]=7575, - ["map_leaguestone_explicit_warband_type_override"]=7576, - ["map_leaguestone_imprisoned_monsters_item_quantity_+%_final"]=7577, - ["map_leaguestone_imprisoned_monsters_item_rarity_+%_final"]=7578, - ["map_leaguestone_invasion_boss_item_quantity_and_rarity_+%_final"]=7579, - ["map_leaguestone_monolith_contains_essence_type"]=7580, - ["map_leaguestone_override_base_num_breaches"]=7581, - ["map_leaguestone_override_base_num_invasion_bosses"]=7582, - ["map_leaguestone_override_base_num_monoliths"]=7583, - ["map_leaguestone_override_base_num_perandus_chests"]=7584, - ["map_leaguestone_override_base_num_prophecy_coins"]=7585, - ["map_leaguestone_override_base_num_rogue_exiles"]=7586, - ["map_leaguestone_override_base_num_shrines"]=7587, - ["map_leaguestone_override_base_num_strongboxes"]=7588, - ["map_leaguestone_override_base_num_talismans"]=7589, - ["map_leaguestone_override_base_num_tormented_spirits"]=7590, - ["map_leaguestone_override_base_num_warband_packs"]=7591, - ["map_leaguestone_perandus_chests_have_item_quantity_+%_final"]=7592, - ["map_leaguestone_perandus_chests_have_item_rarity_+%_final"]=7593, - ["map_leaguestone_rogue_exiles_dropped_item_rarity_+%_final"]=7594, - ["map_leaguestone_shrine_monster_rarity_override"]=7595, - ["map_leaguestone_shrine_override_type"]=7596, - ["map_leaguestone_strongboxes_rarity_override"]=7597, - ["map_leaguestone_warbands_packs_have_item_quantity_+%_final"]=7599, - ["map_leaguestone_warbands_packs_have_item_rarity_+%_final"]=7600, - ["map_leaguestone_x_monsters_spawn_abaxoth"]=7601, - ["map_leaguestone_x_monsters_spawn_random_beyond_boss"]=7602, - ["map_leaguestones_currency_items_drop_when_first_reaching_x_rampage_stacks"]=7603, - ["map_leaguestones_spawn_powerful_monster_when_reaching_x_rampage_stacks"]=7604, - ["map_legion_league_extra_spawns"]=7605, - ["map_legion_league_force_general"]=7606, - ["map_legion_league_force_war_chest"]=7607, - ["map_legion_monster_life_+%_final_from_sextant"]=7608, - ["map_legion_monster_splinter_emblem_drops_duplicated"]=7609, - ["map_level_+"]=7610, - ["map_magic_chest_amount_+%"]=1967, - ["map_magic_items_drop_as_normal"]=7611, - ["map_magic_monster_life_regeneration_rate_per_minute_%"]=3908, - ["map_magic_monsters_are_maimed"]=7612, - ["map_magic_monsters_damage_taken_+%"]=7613, - ["map_magic_pack_size_+%"]=1968, - ["map_metamorph_all_metamorphs_have_rewards"]=7614, - ["map_metamorph_boss_drops_additional_itemised_organs"]=7615, - ["map_metamorph_catalyst_drops_duplicated"]=7616, - ["map_metamorph_itemised_boss_min_rewards"]=7617, - ["map_metamorph_itemised_boss_more_difficult"]=7618, - ["map_metamorph_life_+%_final_from_sextant"]=7619, - ["map_metamorphosis_league"]=7620, - ["map_mini_monolith_monsters_are_magic"]=7621, - ["map_minimap_revealed"]=2041, - ["map_monolith_chance_%"]=7623, - ["map_monolith_chance_+%"]=7622, - ["map_monster_additional_baron_packs"]=1969, - ["map_monster_additional_beasts_packs"]=1970, - ["map_monster_additional_bramble_packs"]=1971, - ["map_monster_additional_doryani_packs"]=1972, - ["map_monster_additional_ezomyte_packs"]=1973, - ["map_monster_additional_faridun_packs"]=1974, - ["map_monster_additional_perennial_packs"]=1975, - ["map_monster_additional_sanctified_packs"]=7624, - ["map_monster_additional_undead_packs"]=1976, - ["map_monster_additional_vaal_packs"]=1977, - ["map_monster_and_player_onslaught_effect_+%"]=7625, - ["map_monster_attack_cast_and_movement_speed_+%"]=7626, - ["map_monster_beyond_portal_chance_+%"]=7627, - ["map_monster_curse_effect_on_self_+%"]=7628, - ["map_monster_damage_taken_+%_final_from_atlas_keystone"]=7629, - ["map_monster_damage_taken_+%_while_possessed"]=7630, - ["map_monster_defences_+%"]=2536, - ["map_monster_drop_higher_level_gear"]=3237, - ["map_monster_melee_attacks_apply_random_curses"]=2134, - ["map_monster_melee_attacks_apply_random_curses_%_chance"]=2135, - ["map_monster_no_drops"]=2142, - ["map_monster_non_damaging_ailment_effect_+%_on_self"]=7631, - ["map_monster_skills_chain_X_additional_times"]=2137, - ["map_monster_slain_experience_+%"]=7633, - ["map_monster_tre_+%"]=1978, - ["map_monster_unaffected_by_shock"]=2095, - ["map_monsters_%_all_damage_to_gain_as_chaos"]=2127, - ["map_monsters_%_all_damage_to_gain_as_cold"]=2123, - ["map_monsters_%_all_damage_to_gain_as_fire"]=2121, - ["map_monsters_%_all_damage_to_gain_as_lightning"]=2125, - ["map_monsters_%_chance_to_inflict_status_ailments"]=7687, - ["map_monsters_%_physical_damage_to_convert_to_chaos"]=2120, - ["map_monsters_%_physical_damage_to_convert_to_cold"]=2118, - ["map_monsters_%_physical_damage_to_convert_to_fire"]=2117, - ["map_monsters_%_physical_damage_to_convert_to_lightning"]=2119, - ["map_monsters_%_physical_damage_to_gain_as_chaos"]=2128, - ["map_monsters_%_physical_damage_to_gain_as_cold"]=2124, - ["map_monsters_%_physical_damage_to_gain_as_fire"]=2122, - ["map_monsters_%_physical_damage_to_gain_as_lightning"]=2126, - ["map_monsters_accuracy_rating_+%"]=7634, - ["map_monsters_action_speed_-%"]=7635, - ["map_monsters_add_endurance_charge_on_hit_%"]=7636, - ["map_monsters_add_frenzy_charge_on_hit_%"]=7637, - ["map_monsters_add_power_charge_on_hit_%"]=7638, - ["map_monsters_additional_chaos_resistance"]=7639, - ["map_monsters_additional_cold_resistance"]=2112, - ["map_monsters_additional_dexterity_ratio_%_for_evasion"]=7640, - ["map_monsters_additional_elemental_resistance"]=7641, - ["map_monsters_additional_fire_resistance"]=2111, - ["map_monsters_additional_lightning_resistance"]=2113, - ["map_monsters_additional_maximum_all_elemental_resistances_%"]=7642, - ["map_monsters_additional_number_of_projecitles"]=2110, - ["map_monsters_additional_physical_damage_reduction"]=2114, - ["map_monsters_additional_strength_ratio_%_for_armour"]=7643, - ["map_monsters_ailment_threshold_+%"]=7644, - ["map_monsters_all_damage_can_chill"]=7645, - ["map_monsters_all_damage_can_freeze"]=7646, - ["map_monsters_all_damage_can_ignite"]=7647, - ["map_monsters_all_damage_can_poison"]=7648, - ["map_monsters_all_damage_can_shock"]=7649, - ["map_monsters_always_crit"]=7650, - ["map_monsters_always_hit"]=7651, - ["map_monsters_always_ignite"]=7652, - ["map_monsters_are_converted_on_kill"]=7653, - ["map_monsters_are_hexproof"]=2140, - ["map_monsters_are_immune_to_curses"]=2139, - ["map_monsters_area_of_effect_+%"]=2091, - ["map_monsters_armour_break_physical_damage_%_dealt_as_armour_break"]=7654, - ["map_monsters_attack_speed_+%"]=2106, - ["map_monsters_attacks_inflict_bleeding_on_hit"]=7676, - ["map_monsters_avoid_ailments_%"]=2096, - ["map_monsters_avoid_elemental_ailments_%"]=2097, - ["map_monsters_avoid_freeze_and_chill_%"]=2092, - ["map_monsters_avoid_ignite_%"]=2093, - ["map_monsters_avoid_poison_bleed_impale_%"]=7655, - ["map_monsters_avoid_shock_%"]=2094, - ["map_monsters_base_bleed_duration_+%"]=7656, - ["map_monsters_base_block_%"]=7657, - ["map_monsters_base_chance_to_freeze_%"]=7658, - ["map_monsters_base_chance_to_ignite_%"]=7659, - ["map_monsters_base_chance_to_shock_%"]=7660, - ["map_monsters_base_poison_duration_+%"]=7661, - ["map_monsters_base_self_critical_strike_multiplier_-%"]=3253, - ["map_monsters_base_spell_block_%"]=7662, - ["map_monsters_cannot_be_leeched_from"]=2100, - ["map_monsters_cannot_be_stunned"]=2115, - ["map_monsters_cannot_be_taunted"]=7663, - ["map_monsters_cast_speed_+%"]=2107, - ["map_monsters_chance_to_blind_on_hit_%"]=7664, - ["map_monsters_chance_to_impale_%"]=7665, - ["map_monsters_chance_to_inflict_bleeding_%"]=7666, - ["map_monsters_chance_to_inflict_brittle_%"]=7667, - ["map_monsters_chance_to_inflict_sapped_%"]=7668, - ["map_monsters_chance_to_poison_on_hit_%"]=7669, - ["map_monsters_chance_to_scorch_%"]=7670, - ["map_monsters_critical_strike_chance_+%"]=2098, - ["map_monsters_critical_strike_multiplier_+"]=2099, - ["map_monsters_curse_effect_+%"]=2141, - ["map_monsters_curse_effect_on_self_+%_final"]=7671, - ["map_monsters_damage_+%"]=2103, - ["map_monsters_damage_taken_+%"]=7672, - ["map_monsters_drop_ground_fire_on_death_base_radius"]=2138, - ["map_monsters_drop_no_equipment"]=7673, - ["map_monsters_enemy_phys_reduction_%_penalty_vs_hit"]=7674, - ["map_monsters_energy_shield_leech_resistance_permyriad"]=3937, - ["map_monsters_freeze_duration_+%"]=7675, - ["map_monsters_gain_x_endurance_charges_every_20_seconds"]=2131, - ["map_monsters_gain_x_frenzy_charges_every_20_seconds"]=2130, - ["map_monsters_gain_x_power_charges_every_20_seconds"]=2132, - ["map_monsters_global_poison_on_hit"]=7677, - ["map_monsters_have_onslaught"]=2104, - ["map_monsters_hit_damage_freeze_multiplier_+%"]=7678, - ["map_monsters_hit_damage_stun_multiplier_+%"]=7679, - ["map_monsters_ignite_chance_+%"]=7680, - ["map_monsters_ignite_duration_+%"]=7681, - ["map_monsters_immune_to_a_random_status_ailment_or_stun"]=2133, - ["map_monsters_life_+%"]=2090, - ["map_monsters_life_leech_resistance_permyriad"]=2101, - ["map_monsters_maim_on_hit_%_chance"]=7682, - ["map_monsters_mana_leech_resistance_permyriad"]=2102, - ["map_monsters_maximum_life_%_to_add_to_maximum_energy_shield"]=7683, - ["map_monsters_movement_speed_+%"]=2105, - ["map_monsters_movement_speed_cannot_be_reduced_below_base"]=7684, - ["map_monsters_near_shrines_are_chilled"]=7685, - ["map_monsters_penetrate_elemental_resistances_%"]=7686, - ["map_monsters_physical_damage_%_to_gain_as_random_element"]=2129, - ["map_monsters_poison_on_hit"]=2116, - ["map_monsters_reduce_enemy_chaos_resistance_%"]=7688, - ["map_monsters_reduce_enemy_cold_resistance_%"]=7689, - ["map_monsters_reduce_enemy_fire_resistance_%"]=7690, - ["map_monsters_reduce_enemy_lightning_resistance_%"]=7691, - ["map_monsters_reflect_%_elemental_damage"]=2109, - ["map_monsters_reflect_%_physical_damage"]=2108, - ["map_monsters_reflect_curses"]=2136, - ["map_monsters_remove_%_of_mana_on_hit"]=7694, - ["map_monsters_remove_charges_on_hit_%"]=7692, - ["map_monsters_remove_enemy_flask_charge_on_hit_%_chance"]=7693, - ["map_monsters_shock_chance_+%"]=7695, - ["map_monsters_shock_effect_+%"]=7696, - ["map_monsters_skill_speed_+%"]=7632, - ["map_monsters_spawned_with_talisman_drop_additional_rare_items"]=7697, - ["map_monsters_spell_damage_%_suppressed"]=7698, - ["map_monsters_spell_suppression_chance_%"]=7699, - ["map_monsters_spells_chance_to_hinder_on_hit_%_chance"]=7700, - ["map_monsters_steal_charges"]=7701, - ["map_monsters_stun_threshold_+%"]=7702, - ["map_monsters_that_drop_silver_coin_drop_x_additional_silver_coins"]=7703, - ["map_monsters_unaffected_by_curses"]=7704, - ["map_monsters_with_silver_coins_drop_x_additional_currency_items"]=7705, - ["map_monsters_with_silver_coins_drop_x_additional_rare_items"]=7706, - ["map_monsters_withered_on_hit_for_2_seconds_%_chance"]=7707, - ["map_monstrous_treasure_no_monsters"]=7708, - ["map_movement_velocity_+%_per_poison_stack"]=7709, - ["map_nemesis_dropped_items_+"]=7710, - ["map_next_area_contains_x_additional_bearers_of_the_guardian_packs"]=7711, - ["map_next_area_contains_x_additional_voidspawn_of_abaxoth_packs"]=7712, - ["map_no_experience"]=7762, - ["map_no_magic_items_drop"]=7713, - ["map_no_rare_items_drop"]=7714, - ["map_no_refills_in_town"]=2042, - ["map_no_stashes"]=7715, - ["map_no_uniques_drop_randomly"]=7716, - ["map_no_vendors"]=7717, - ["map_non_unique_equipment_drops_as_sell_price"]=2723, - ["map_non_unique_items_drop_normal"]=7718, - ["map_non_unique_monster_life_regeneration_rate_per_minute_%"]=7719, - ["map_non_unique_monsters_spawn_X_monsters_on_death"]=2067, - ["map_normal_items_drop_as_magic"]=7720, - ["map_normal_monster_life_regeneration_rate_per_minute_%"]=3907, - ["map_nuke_everything"]=7721, - ["map_num_extra_abysses"]=7722, - ["map_num_extra_blights_"]=7723, - ["map_num_extra_gloom_shrines"]=7724, - ["map_num_extra_harbingers"]=7725, - ["map_num_extra_invasion_bosses"]=2331, - ["map_num_extra_resonating_shrines"]=7726, - ["map_num_extra_shrines"]=2058, - ["map_num_extra_strongboxes"]=2066, - ["map_number_of_additional_mods"]=7727, - ["map_number_of_additional_prefixes"]=7728, - ["map_number_of_additional_silver_coin_drops"]=7729, - ["map_number_of_additional_suffixes"]=7730, - ["map_number_of_harbinger_portals"]=91, - ["map_number_of_magic_packs_+%"]=1979, - ["map_number_of_rare_packs_+%"]=1980, - ["map_on_complete_drop_x_additional_maps"]=7731, - ["map_owner_sulphite_gained_+%"]=7732, - ["map_pack_size_+%"]=1981, - ["map_packs_are_abomination_monsters"]=7733, - ["map_packs_are_animals"]=2048, - ["map_packs_are_bandits"]=2046, - ["map_packs_are_blackguards"]=7734, - ["map_packs_are_demons"]=2049, - ["map_packs_are_ghosts"]=7735, - ["map_packs_are_goatmen"]=2047, - ["map_packs_are_humanoids"]=2050, - ["map_packs_are_kitava"]=7736, - ["map_packs_are_lunaris"]=7737, - ["map_packs_are_sea_witches_and_spawn"]=2051, - ["map_packs_are_skeletons"]=2045, - ["map_packs_are_solaris"]=7738, - ["map_packs_are_spiders"]=7739, - ["map_packs_are_str_mission_totems"]=2044, - ["map_packs_are_totems"]=2043, - ["map_packs_are_undead_and_necromancers"]=2052, - ["map_packs_are_vaal"]=7740, - ["map_packs_fire_projectiles"]=2053, - ["map_packs_have_pop_up_traps"]=3900, - ["map_perandus_guards_are_rare"]=7741, - ["map_perandus_monsters_drop_perandus_coin_stack_%"]=7742, - ["map_player_accuracy_rating_+%_final"]=7743, - ["map_player_additional_physical_damage_reduction_%_in_hellscape"]=1042, - ["map_player_attack_cast_and_movement_speed_+%_during_onslaught"]=7744, - ["map_player_base_chaos_damage_taken_per_minute"]=2068, - ["map_player_block_chance_%_in_hellscape"]=1043, - ["map_player_buff_time_passed_+%_only_buff_category"]=7745, - ["map_player_cannot_block_attacks"]=7746, - ["map_player_cannot_block_spells"]=7747, - ["map_player_cannot_expose"]=2070, - ["map_player_cannot_suppress_spell_damage"]=7748, - ["map_player_chance_to_evade_attacks_%_in_hellscape"]=1044, - ["map_player_chance_to_gain_vaal_soul_on_kill_%"]=7749, - ["map_player_charges_gained_+%"]=7750, - ["map_player_cooldown_speed_+%_final"]=7751, - ["map_player_corrupt_blood_when_hit_%_average_damage_to_deal_per_minute_per_stack"]=2865, - ["map_player_create_enemy_meteor_daemon_on_flask_use_%_chance"]=7752, - ["map_player_curse_effect_on_self_+%"]=7753, - ["map_player_damage_+%_vs_breach_monsters"]=7754, - ["map_player_damage_taken_+%_vs_breach_monsters"]=7755, - ["map_player_damage_taken_+%_while_rampaging"]=7756, - ["map_player_disable_soul_gain_prevention"]=7757, + ["local_maximum_added_chaos_damage"]=1247, + ["local_maximum_added_cold_damage"]=846, + ["local_maximum_added_fire_damage"]=845, + ["local_maximum_added_fire_damage_vs_bleeding_enemies"]=4400, + ["local_maximum_added_lightning_damage"]=847, + ["local_maximum_added_lightning_damage_equal_to_total_monster_power_of_enemies_hit_in_past_6_seconds_up_to_X"]=7235, + ["local_maximum_added_physical_damage"]=844, + ["local_maximum_added_physical_damage_vs_ignited_enemies"]=4407, + ["local_maximum_energy_shield_+%_if_item_corrupted"]=7236, + ["local_maximum_life_+%_if_item_corrupted"]=7238, + ["local_maximum_life_+%_per_rune_or_soul_core"]=7239, + ["local_maximum_life_per_2%_quality"]=7237, + ["local_maximum_mana_+%_per_rune_or_soul_core"]=7241, + ["local_maximum_mana_per_2%_quality"]=7240, + ["local_maximum_prefixes_allowed_+"]=41, + ["local_maximum_quality_+"]=7243, + ["local_maximum_quality_is_%"]=7242, + ["local_maximum_sockets_+"]=81, + ["local_maximum_suffixes_allowed_+"]=42, + ["local_minimum_added_chaos_damage"]=1247, + ["local_minimum_added_cold_damage"]=846, + ["local_minimum_added_fire_damage"]=845, + ["local_minimum_added_fire_damage_vs_bleeding_enemies"]=4400, + ["local_minimum_added_lightning_damage"]=847, + ["local_minimum_added_physical_damage"]=844, + ["local_minimum_added_physical_damage_vs_ignited_enemies"]=4407, + ["local_minion_accuracy_rating_with_minion_abyss_jewel_socketed"]=7244, + ["local_movement_speed_+%_if_item_corrupted"]=7245, + ["local_no_attribute_requirements"]=837, + ["local_no_critical_strike_multiplier"]=7246, + ["local_no_critical_strike_multiplier_during_flask_effect"]=778, + ["local_no_energy_shield"]=838, + ["local_non_skill_physical_damage_%_to_gain_as_each_element_with_attacks_while_have_this_two_handed_hand_weapon"]=3822, + ["local_number_of_bloodworms_to_spawn_on_flask_use"]=697, + ["local_one_socket_each_colour_only"]=82, + ["local_physical_damage_%_to_convert_to_a_random_element"]=3940, + ["local_physical_damage_+%"]=843, + ["local_physical_damage_reduction_rating_+%"]=856, + ["local_poison_duration_+%_during_flask_effect"]=779, + ["local_poison_effect_+%"]=839, + ["local_poison_on_critical_strike_chance_%"]=7247, + ["local_poison_on_hit"]=2157, + ["local_poison_on_hit_%"]=7248, + ["local_projectile_speed_+%"]=7249, + ["local_quality_does_not_increase_damage"]=1605, + ["local_quality_does_not_increase_defences"]=1606, + ["local_quantity_of_sockets_+%"]=1611, + ["local_random_support_gem_index"]=338, + ["local_random_support_gem_index_1"]=339, + ["local_random_support_gem_level"]=338, + ["local_random_support_gem_level_1"]=339, + ["local_recharge_on_crit"]=634, + ["local_recharge_on_crit_%"]=635, + ["local_recharge_on_demon_killed"]=636, + ["local_recharge_on_take_crit"]=637, + ["local_reload_speed_+%"]=941, + ["local_requirements_%_to_convert_to_dexterity"]=7250, + ["local_requirements_%_to_convert_to_intelligence"]=7251, + ["local_requirements_%_to_convert_to_strength"]=7252, + ["local_resist_all_elements_%_if_item_corrupted"]=7253, + ["local_resist_all_elements_+%_per_rune_or_soul_core"]=7254, + ["local_right_ring_slot_base_all_ailment_duration_on_self_+%"]=2340, + ["local_right_ring_slot_base_energy_shield_regeneration_rate_per_minute_%"]=2327, + ["local_right_ring_slot_cold_damage_taken_%_as_lightning"]=2341, + ["local_right_ring_slot_cover_in_frost_for_x_seconds_when_freezing_enemy"]=7255, + ["local_right_ring_slot_curse_effect_on_self_+%"]=2342, + ["local_right_ring_slot_energy_shield"]=2329, + ["local_right_ring_slot_fire_damage_taken_%_as_cold"]=2343, + ["local_right_ring_slot_lightning_damage_taken_%_as_fire"]=2344, + ["local_right_ring_slot_maximum_mana"]=2328, + ["local_right_ring_slot_minion_damage_taken_+%"]=2345, + ["local_right_ring_slot_no_mana_regeneration"]=2326, + ["local_right_ring_slot_number_of_additional_chains_for_spell_projectiles"]=7256, + ["local_right_ring_slot_physical_reflect_damage_taken_+%"]=2387, + ["local_right_ring_slot_projectiles_from_spells_cannot_fork"]=7257, + ["local_right_ring_slot_skill_effect_duration_+%"]=2346, + ["local_right_ring_socketed_curse_replaces_skitterbots_shocking_aura"]=7258, + ["local_ring_attack_speed_+%_final"]=7259, + ["local_ring_burning_damage_+%_final"]=7260, + ["local_ring_disable_other_ring"]=1420, + ["local_ring_duplicate_other_ring"]=2518, + ["local_ring_nova_spells_area_of_effect_+%_final"]=7261, + ["local_rune_effect_+%"]=7262, + ["local_self_bleed_duration_+%_during_flask_effect"]=780, + ["local_self_chill_effect_+%_during_flask_effect"]=781, + ["local_self_curse_effect_+%_during_flask_effect"]=782, + ["local_self_freeze_duration_+%_during_flask_effect"]=783, + ["local_self_ignite_duration_+%_during_flask_effect"]=784, + ["local_self_poison_duration_+%_during_flask_effect"]=785, + ["local_self_shock_effect_+%_during_flask_effect"]=786, + ["local_sentinel_drone_difficulty_+%"]=7263, + ["local_shield_double_stun_threshold_while_active_blocking"]=7264, + ["local_smoke_ground_on_flask_use_radius"]=676, + ["local_socketed_abyss_jewel_effect_+%"]=189, + ["local_socketed_active_skill_gem_level_+"]=163, + ["local_socketed_active_skill_gem_quality_+"]=174, + ["local_socketed_area_of_effect_gem_level_+"]=149, + ["local_socketed_area_of_effect_gem_quality_+"]=175, + ["local_socketed_aura_gem_level_+"]=154, + ["local_socketed_aura_gem_quality_+"]=176, + ["local_socketed_bow_gem_level_+"]=151, + ["local_socketed_bow_gem_quality_+"]=177, + ["local_socketed_chaos_gem_level_+"]=146, + ["local_socketed_chaos_gem_quality_+"]=178, + ["local_socketed_cold_gem_level_+"]=144, + ["local_socketed_cold_gem_quality_+"]=179, + ["local_socketed_curse_gem_level_+"]=157, + ["local_socketed_dexterity_gem_level_+"]=133, + ["local_socketed_dexterity_gem_quality_+"]=180, + ["local_socketed_duration_gem_level_+"]=148, + ["local_socketed_elemental_gem_level_+"]=181, + ["local_socketed_fire_gem_level_+"]=142, + ["local_socketed_fire_gem_quality_+"]=182, + ["local_socketed_gem_level_+"]=137, + ["local_socketed_gem_quality_+"]=172, + ["local_socketed_gems_in_blue_sockets_experience_gained_+%"]=141, + ["local_socketed_gems_in_green_sockets_get_quality_%"]=140, + ["local_socketed_gems_in_red_sockets_get_level_+"]=139, + ["local_socketed_golem_gem_level_+"]=171, + ["local_socketed_herald_gem_level_+"]=155, + ["local_socketed_hex_gem_level_+"]=158, + ["local_socketed_intelligence_gem_level_+"]=135, + ["local_socketed_intelligence_gem_quality_+"]=183, + ["local_socketed_items_effect_+%"]=7265, + ["local_socketed_lightning_gem_level_+"]=145, + ["local_socketed_lightning_gem_quality_+"]=184, + ["local_socketed_melee_gem_level_+"]=152, + ["local_socketed_melee_gem_quality_+"]=185, + ["local_socketed_minion_gem_level_+"]=153, + ["local_socketed_minion_gem_quality_+"]=186, + ["local_socketed_movement_gem_level_+"]=156, + ["local_socketed_non_vaal_gem_level_+"]=164, + ["local_socketed_projectile_gem_level_+"]=150, + ["local_socketed_projectile_gem_quality_+"]=187, + ["local_socketed_skill_gem_level_+1_per_x_player_levels"]=138, + ["local_socketed_spell_gem_level_+"]=147, + ["local_socketed_strength_gem_level_+"]=132, + ["local_socketed_strength_gem_quality_+"]=188, + ["local_socketed_support_gem_level_+"]=162, + ["local_socketed_support_gem_quality_+"]=173, + ["local_socketed_trap_and_mine_gem_level_+"]=160, + ["local_socketed_trap_gem_level_+"]=159, + ["local_socketed_vaal_gem_level_+"]=161, + ["local_socketed_warcry_gem_level_+"]=165, + ["local_soul_core_effect_+%"]=7266, + ["local_spell_damage_+%_if_item_corrupted"]=7267, + ["local_spells_gain_arcane_surge_on_hit_with_caster_abyss_jewel_socketed"]=7268, + ["local_spirit"]=862, + ["local_spirit_+%"]=863, + ["local_spirit_+_per_rune_or_soul_core"]=7269, + ["local_strength_and_intelligence_requirement_+"]=840, + ["local_strength_per_2%_quality"]=7270, + ["local_strength_requirement_+"]=841, + ["local_strength_requirement_+%"]=842, + ["local_stun_threshold_+_per_rune_or_soul_core"]=7271, + ["local_stun_threshold_reduction_+%"]=2185, + ["local_support_gem_max_skill_level_requirement_to_support"]=2489, + ["local_tablet_make_maps_in_radius_available"]=7272, + ["local_unique_attacks_cast_socketed_lightning_spells_%"]=621, + ["local_unique_cast_socketed_cold_skills_on_melee_critical_strike"]=622, + ["local_unique_chaos_damage_does_not_damage_energy_shield_extra_hard_during_flask_effect"]=742, + ["local_unique_counts_as_dual_wielding"]=2375, + ["local_unique_expedition_flask_ward_+%_final_during_flask_effect"]=787, + ["local_unique_flask_additional_maximum_all_elemental_resistances_%_while_healing"]=788, + ["local_unique_flask_avoid_chill_%_while_healing"]=741, + ["local_unique_flask_avoid_freeze_%_while_healing"]=743, + ["local_unique_flask_block_%_while_healing"]=789, + ["local_unique_flask_cannot_recover_life_while_healing"]=790, + ["local_unique_flask_chaos_damage_%_of_maximum_life_to_deal_per_minute_while_healing"]=657, + ["local_unique_flask_charges_gained_+%_during_flask_effect"]=791, + ["local_unique_flask_critical_hit_poison_effect_+%_during_flask_effect"]=792, + ["local_unique_flask_critical_strike_chance_+%_vs_enemies_on_consecrated_ground_during_flask_effect"]=793, + ["local_unique_flask_damage_+%_vs_demons_while_healing"]=795, + ["local_unique_flask_damage_over_time_+%_during_flask_effect"]=794, + ["local_unique_flask_damage_taken_+%_vs_demons_while_healing"]=796, + ["local_unique_flask_elemental_damage_%_to_gain_as_chaos_while_healing"]=797, + ["local_unique_flask_elemental_damage_taken_+%_of_lowest_uncapped_resistance_type"]=820, + ["local_unique_flask_elemental_penetration_%_of_highest_uncapped_resistance_type"]=821, + ["local_unique_flask_explode_enemies_for_10%_life_as_random_element_on_kill_chance_%_during_flask_effect"]=7273, + ["local_unique_flask_instantly_recovers_%_maximum_life"]=656, + ["local_unique_flask_item_quantity_+%_while_healing"]=798, + ["local_unique_flask_item_rarity_+%_while_healing"]=799, + ["local_unique_flask_kiaras_determination"]=800, + ["local_unique_flask_life_recovered_above_effective_life_is_instead_added_as_guard_for_X_seconds"]=7274, + ["local_unique_flask_light_radius_+%_while_healing"]=801, + ["local_unique_flask_maximum_rage_is_doubled_during_effect"]=7275, + ["local_unique_flask_no_mana_cost_while_healing"]=802, + ["local_unique_flask_nova_with_chaos_damage_equal_to_%_mana_spent_during_flask_effect"]=7276, + ["local_unique_flask_physical_damage_%_to_gain_as_chaos_while_healing"]=803, + ["local_unique_flask_physical_damage_%_to_gain_as_cold_while_healing"]=740, + ["local_unique_flask_physical_damage_taken_%_as_cold_while_healing"]=739, + ["local_unique_flask_recover_all_mana_on_use"]=7277, + ["local_unique_flask_resist_all_elements_%_during_flask_effect"]=804, + ["local_unique_flask_take_chaos_damage_equal_to_current_mana_%_when_flask_effect_ends"]=7278, + ["local_unique_flask_vaal_skill_critical_strike_chance_+%_during_flask_effect"]=805, + ["local_unique_flask_vaal_skill_damage_+%_during_flask_effect"]=806, + ["local_unique_flask_vaal_skill_damage_+%_final_during_flask_effect"]=807, + ["local_unique_flask_vaal_skill_does_not_apply_soul_gain_prevention_during_flask_effect"]=808, + ["local_unique_flask_vaal_skill_soul_cost_+%_during_flask_effect"]=809, + ["local_unique_flask_vaal_skill_soul_gain_preventation_duration_+%_during_flask_effect"]=810, + ["local_unique_hungry_loop_has_consumed_gem"]=104, + ["local_unique_hungry_loop_number_of_gems_to_consume"]=104, + ["local_unique_jewel_X_dexterity_per_1_dexterity_allocated_in_radius"]=2701, + ["local_unique_jewel_X_intelligence_per_1_intelligence_allocated_in_radius"]=2702, + ["local_unique_jewel_X_strength_per_1_strength_allocated_in_radius"]=2703, + ["local_unique_jewel_accuracy_rating_+_per_10_dex_unallocated_in_radius"]=7279, + ["local_unique_jewel_accuracy_rating_+_per_10_int_unallocated_in_radius"]=2788, + ["local_unique_jewel_additional_life_per_X_int_in_radius"]=2764, + ["local_unique_jewel_additional_physical_damage_reduction_%_per_10_str_allocated_in_radius"]=2781, + ["local_unique_jewel_alternate_tree_internal_revision"]=36, + ["local_unique_jewel_alternate_tree_keystone"]=36, + ["local_unique_jewel_alternate_tree_seed"]=36, + ["local_unique_jewel_alternate_tree_version"]=36, + ["local_unique_jewel_animate_weapon_animates_bows_and_wands_with_x_dex_in_radius"]=2786, + ["local_unique_jewel_animate_weapon_can_animate_up_to_x_additional_ranged_weapons_with_50_dex_in_radius"]=2874, + ["local_unique_jewel_barrage_final_volley_fires_x_additional_projectiles_simultaneously_with_50_dex_in_radius"]=2883, + ["local_unique_jewel_blight_applies_wither_for_ms_with_40_int_in_radius"]=7280, + ["local_unique_jewel_blight_applies_wither_for_two_seconds_with_40_int_in_radius"]=7281, + ["local_unique_jewel_blight_cast_speed_+%_with_40_int_in_radius"]=7282, + ["local_unique_jewel_blight_hinder_duration_+%_with_40_int_in_radius"]=7283, + ["local_unique_jewel_blight_hinder_enemy_chaos_damage_taken_+%_with_40_int_in_radius"]=7284, + ["local_unique_jewel_blight_skill_area_of_effect_+%_after_1_second_channelling_with_50_int_in_radius"]=7285, + ["local_unique_jewel_caustic_arrow_chance_to_poison_%_vs_enemies_on_caustic_ground_with_40_dex_in_radius"]=7286, + ["local_unique_jewel_caustic_arrow_damage_over_time_+%_with_40_dex_in_radius"]=7287, + ["local_unique_jewel_caustic_arrow_hit_damage_+%_with_40_dex_in_radius"]=7288, + ["local_unique_jewel_chaos_damage_+%_per_10_int_in_radius"]=2704, + ["local_unique_jewel_chaos_damage_+%_per_X_int_in_radius"]=2765, + ["local_unique_jewel_chill_freeze_duration_-%_per_X_dex_in_radius"]=2766, + ["local_unique_jewel_claw_physical_damage_+%_per_X_dex_in_radius"]=2754, + ["local_unique_jewel_cleave_+1_base_radius_per_nearby_enemy_up_to_10_with_40_str_in_radius"]=2958, + ["local_unique_jewel_cleave_fortify_on_hit_with_50_str_in_radius"]=2957, + ["local_unique_jewel_cold_and_lightning_resistance_to_melee_damage"]=7289, + ["local_unique_jewel_cold_damage_+1%_per_x_int_in_radius"]=2778, + ["local_unique_jewel_cold_damage_increases_applies_to_physical_damage"]=2757, + ["local_unique_jewel_cold_resistance_also_grants_frenzy_charge_on_kill_chance"]=7290, + ["local_unique_jewel_cold_snap_gain_power_charge_on_kill_%_with_50_int_in_radius"]=2879, + ["local_unique_jewel_cold_snap_uses_gains_power_charges_instead_of_frenzy_with_40_int_in_radius"]=7291, + ["local_unique_jewel_critical_strike_multiplier_+_per_10_str_unallocated_in_radius"]=2789, + ["local_unique_jewel_damage_increases_applies_to_fire_damage"]=2755, + ["local_unique_jewel_dex_and_int_apply_to_str_melee_damage_bonus_in_radius"]=2768, + ["local_unique_jewel_discharge_area_of_effect_+%_final_with_40_int_in_radius"]=7292, + ["local_unique_jewel_discharge_cooldown_override_ms_with_40_int_in_radius"]=7293, + ["local_unique_jewel_discharge_damage_+%_final_with_40_int_in_radius"]=7294, + ["local_unique_jewel_disconnected_passives_can_be_allocated_around_keystone_hash"]=7295, + ["local_unique_jewel_dot_multiplier_+_per_10_int_unallocated_in_radius"]=7296, + ["local_unique_jewel_double_strike_chance_to_trigger_on_kill_effects_an_additional_time_%_with_50_dexterity_in_radius"]=2852, + ["local_unique_jewel_dual_strike_accuracy_rating_+%_while_wielding_sword_with_40_dex_in_radius"]=7297, + ["local_unique_jewel_dual_strike_attack_speed_+%_while_wielding_claw_with_40_dex_in_radius"]=7298, + ["local_unique_jewel_dual_strike_critical_strike_multiplier_+_while_wielding_dagger_with_40_dex_in_radius"]=7299, + ["local_unique_jewel_dual_strike_intimidate_on_hit_while_wielding_axe_with_40_dex_in_radius"]=7300, + ["local_unique_jewel_dual_strike_main_hand_deals_double_damage_%_with_40_dex_in_radius"]=7301, + ["local_unique_jewel_dual_strike_melee_splash_while_wielding_mace_with_40_dex_in_radius"]=7302, + ["local_unique_jewel_dual_strike_melee_splash_with_off_hand_weapon_with_50_dex_in_radius"]=7303, + ["local_unique_jewel_elemental_hit_50%_less_cold_damage_per_40_str_and_int"]=7304, + ["local_unique_jewel_elemental_hit_50%_less_fire_damage_per_40_int_and_dex"]=7305, + ["local_unique_jewel_elemental_hit_50%_less_lightning_damage_per_40_str_and_dex"]=7306, + ["local_unique_jewel_elemental_hit_cannot_roll_cold_damage_with_40_int_+_str_in_radius"]=7307, + ["local_unique_jewel_elemental_hit_cannot_roll_fire_damage_with_40_int_+_dex_in_radius"]=7308, + ["local_unique_jewel_elemental_hit_cannot_roll_lightning_damage_with_40_dex_+_str_in_radius"]=7309, + ["local_unique_jewel_energy_shield_increases_applies_to_armour_doubled"]=2758, + ["local_unique_jewel_energy_shield_regeneration_rate_per_minute_%_per_10_int_allocated_in_radius"]=2782, + ["local_unique_jewel_ethereal_knives_number_of_additional_projectiles_with_50_dex_in_radius"]=2959, + ["local_unique_jewel_ethereal_knives_projectiles_nova_with_50_dex_in_radius"]=2960, + ["local_unique_jewel_evasion_rating_+%_per_X_dex_in_radius"]=2753, + ["local_unique_jewel_fire_and_cold_resistance_to_spell_damage"]=7310, + ["local_unique_jewel_fire_and_lightning_resistance_to_projectile_attack_damage"]=7311, + ["local_unique_jewel_fire_damage_+1%_per_x_int_in_radius"]=2777, + ["local_unique_jewel_fire_resistance_also_grants_block_chance_scaled_%"]=7312, + ["local_unique_jewel_fire_resistance_also_grants_endurance_charge_on_kill_chance"]=7313, + ["local_unique_jewel_fire_trap_number_of_additional_traps_to_throw_with_40_dex_in_radius"]=7314, + ["local_unique_jewel_fireball_base_radius_up_to_+_at_longer_ranges_with_40_int_in_radius"]=2871, + ["local_unique_jewel_fireball_radius_up_to_+%_at_longer_ranges_with_50_int_in_radius"]=2870, + ["local_unique_jewel_fortify_duration_+1%_per_x_int_in_radius"]=2776, + ["local_unique_jewel_freezing_pulse_damage_+%_if_enemy_shattered_recently_with_50_int_in_radius"]=2966, + ["local_unique_jewel_freezing_pulse_number_of_additional_projectiles_with_50_int_in_radius"]=2965, + ["local_unique_jewel_frost_blades_melee_damage_penetrates_%_cold_resistance_with_40_dex_in_radius"]=7315, + ["local_unique_jewel_frost_blades_projectile_speed_+%_with_40_dex_in_radius"]=7316, + ["local_unique_jewel_frostbolt_additional_projectiles_with_40_int_in_radius"]=7317, + ["local_unique_jewel_frostbolt_projectile_acceleration_with_50_int_in_radius"]=7318, + ["local_unique_jewel_galvanic_arrow_area_damage_+%_with_40_dex_in_radius"]=7338, + ["local_unique_jewel_glacial_cascade_additional_sequence_with_x_int_in_radius"]=2785, + ["local_unique_jewel_glacial_cascade_number_of_additional_bursts_with_40_int_in_radius"]=7319, + ["local_unique_jewel_glacial_hammer_item_rarity_on_shattering_enemy_+%_with_50_strength_in_radius"]=2850, + ["local_unique_jewel_glacial_hammer_melee_splash_with_cold_damage_with_50_str_in_radius"]=2961, + ["local_unique_jewel_grants_x_empty_passives"]=7320, + ["local_unique_jewel_ground_slam_angle_+%_with_50_str_in_radius"]=2877, + ["local_unique_jewel_ground_slam_chance_to_gain_endurance_charge_%_on_stun_with_50_str_in_radius"]=2876, + ["local_unique_jewel_heavy_strike_chance_to_deal_double_damage_%_with_50_strength_in_radius"]=2853, + ["local_unique_jewel_ice_shot_additional_pierce_per_10_old_with_40_dex_in_radius"]=7321, + ["local_unique_jewel_ice_shot_explosion_skill_area_of_effect_+%_with_50_dex_in_radius"]=7322, + ["local_unique_jewel_ice_shot_pierce_+_with_40_dex_in_radius"]=7323, + ["local_unique_jewel_intelligence_per_unallocated_node_in_radius"]=2722, + ["local_unique_jewel_life_increases_applies_to_energy_shield"]=2759, + ["local_unique_jewel_life_increases_applies_to_mana_doubled"]=2767, + ["local_unique_jewel_life_recovery_rate_+%_per_10_str_allocated_in_radius"]=7324, + ["local_unique_jewel_life_recovery_rate_+%_per_10_str_unallocated_in_radius"]=7325, + ["local_unique_jewel_lightning_resistance_also_grants_power_charge_on_kill_chance"]=7326, + ["local_unique_jewel_lightning_tendrils_skill_area_of_effect_+%_per_enemy_hit_with_50_int_in_radius"]=7327, + ["local_unique_jewel_magma_orb_additional_projectiles_with_40_int_in_radius"]=7328, + ["local_unique_jewel_magma_orb_skill_area_of_effect_+%_per_bounce_with_50_int_in_radius"]=7329, + ["local_unique_jewel_mana_recovery_rate_+%_per_10_int_allocated_in_radius"]=7330, + ["local_unique_jewel_mana_recovery_rate_+%_per_10_int_unallocated_in_radius"]=7331, + ["local_unique_jewel_maximum_mana_+_per_10_dex_unallocated_in_radius"]=2790, + ["local_unique_jewel_melee_applies_to_bow"]=2700, + ["local_unique_jewel_molten_strike_number_of_additional_projectiles_with_50_str_in_radius"]=7332, + ["local_unique_jewel_molten_strike_skill_area_of_effect_+%_with_50_str_in_radius"]=7333, + ["local_unique_jewel_movement_speed_+%_per_10_dex_allocated_in_radius"]=2783, + ["local_unique_jewel_movement_speed_+%_per_10_dex_unallocated_in_radius"]=7334, + ["local_unique_jewel_nearby_disconnected_passives_can_be_allocated"]=828, + ["local_unique_jewel_non_keystone_passive_in_radius_effect_+%"]=7335, + ["local_unique_jewel_notable_passive_in_radius_does_nothing"]=7336, + ["local_unique_jewel_notable_passives_in_radius_instead_grant_mana_cost_+%"]=9853, + ["local_unique_jewel_notable_passives_in_radius_instead_grant_minion_damage_taken_+%"]=9854, + ["local_unique_jewel_notable_passives_in_radius_instead_grant_minion_movement_speed_+%"]=9855, + ["local_unique_jewel_notable_passives_in_radius_instead_grant_spell_damage_+%"]=9853, + ["local_unique_jewel_one_additional_maximum_lightning_damage_per_X_dex"]=2763, + ["local_unique_jewel_passive_jewel_socket_mod_effect_+%_with_corrupted_magic_jewel_socketed"]=7337, + ["local_unique_jewel_passives_in_radius_applied_to_minions_instead"]=2705, + ["local_unique_jewel_passives_in_radius_give_trap_and_mine_maximum_added_physical_damage"]=9856, + ["local_unique_jewel_passives_in_radius_give_trap_and_mine_minimum_added_physical_damage"]=9856, + ["local_unique_jewel_physical_attack_damage_+1%_per_x_dex_in_radius"]=2780, + ["local_unique_jewel_physical_attack_damage_+1%_per_x_strength_in_radius"]=2775, + ["local_unique_jewel_physical_damage_+1%_per_int_in_radius"]=2779, + ["local_unique_jewel_physical_damage_increases_applies_to_cold_damage"]=2756, + ["local_unique_jewel_projectile_damage_+1%_per_x_dex_in_radius"]=2784, + ["local_unique_jewel_shrapnel_shot_radius_+%_with_50_dex_in_radius"]=2962, + ["local_unique_jewel_skills_in_radius_grant_%_unarmed_melee_attack_speed"]=7339, + ["local_unique_jewel_spark_number_of_additional_chains_with_50_int_in_radius"]=2963, + ["local_unique_jewel_spark_number_of_additional_projectiles_with_40_int_in_radius"]=7340, + ["local_unique_jewel_spark_number_of_additional_projectiles_with_50_int_in_radius"]=2964, + ["local_unique_jewel_spark_projectiles_nova_with_40_int_in_radius"]=7341, + ["local_unique_jewel_spectral_shield_throw_additional_chains_with_total_40_str_+_dex_in_radius"]=7342, + ["local_unique_jewel_spectral_shield_throw_less_shard_projectiles_with_total_40_str_+_dex_in_radius"]=7343, + ["local_unique_jewel_spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%_with_50_dexterity_in_radius"]=2851, + ["local_unique_jewel_spectral_throw_gain_vaal_soul_for_vaal_st_on_hit_%_with_40_dex_in_radius"]=7344, + ["local_unique_jewel_spectres_gain_soul_eater_on_kill_%_chance_with_50_int_in_radius"]=7345, + ["local_unique_jewel_split_arrow_fires_additional_arrow_with_x_dex_in_radius"]=2787, + ["local_unique_jewel_split_arrow_projectiles_fire_in_parallel_x_dist_with_40_dex_in_radius"]=7346, + ["local_unique_jewel_totem_life_+X%_per_10_str_in_radius"]=2692, + ["local_unique_jewel_unarmed_damage_+%_per_X_dex_in_radius"]=2769, + ["local_unique_jewel_vigilant_strike_fortifies_nearby_allies_for_x_seconds_with_50_str_in_radius"]=2868, + ["local_unique_jewel_warcry_damage_taken_goes_to_mana_%_with_40_int_in_radius"]=2881, + ["local_unique_jewel_with_4_notables_gain_X_random_rare_monster_mods_on_kill"]=2693, + ["local_unique_jewel_with_50_int_in_radius_summon_X_melee_skeletons_as_mage_skeletons"]=2866, + ["local_unique_jewel_with_70_dex_physical_damage_to_gain_as_chaos_%"]=2723, + ["local_unique_jewel_with_70_str_life_recovery_speed_+%"]=2724, + ["local_unique_jewel_with_x_int_in_radius_+1_curse"]=2710, + ["local_unique_jewel_zombie_slam_cooldown_speed_+%_with_50_int_in_radius"]=7347, + ["local_unique_jewel_zombie_slam_damage_+%_with_50_int_in_radius"]=7348, + ["local_unique_lions_roar_melee_physical_damage_+%_final_during_flask_effect"]=811, + ["local_unique_overflowing_chalice_flask_cannot_gain_flask_charges_during_flask_effect"]=823, + ["local_unique_regen_es_from_removed_life_duration_ms"]=2774, + ["local_unique_remove_life_and_regen_es_from_removed_life"]=2774, + ["local_unique_soul_ripper_flask_cannot_gain_flask_charges_during_flask_effect"]=824, + ["local_varunastra_weapon_counts_as_all_1h_melee_weapon_types"]=3360, + ["local_ward"]=1372, + ["local_ward_+%"]=1374, + ["local_weapon_accuracy_is_unaffected_by_distance"]=7349, + ["local_weapon_base_crit_chance_permyriad_override"]=3373, + ["local_weapon_crit_chance_is_%"]=7350, + ["local_weapon_damage_%_to_gain_as_daze_build_up"]=7351, + ["local_weapon_daze_chance_%"]=7352, + ["local_weapon_enemy_phys_reduction_%_penalty"]=1143, + ["local_weapon_no_physical_damage"]=843, + ["local_weapon_range_+"]=2415, + ["local_weapon_range_+_per_10%_quality"]=7353, + ["local_weapon_roll_crits_twice"]=1312, + ["local_weapon_trigger_socketed_spell_on_skill_use_display_cooldown_ms"]=625, + ["local_weapon_uses_both_hands"]=829, + ["local_withered_on_hit_for_2_seconds_%_chance"]=3983, + ["lose_%_of_es_on_crit"]=7363, + ["lose_%_of_infernal_flame_on_reaching_max"]=7354, + ["lose_%_of_life_and_energy_shield_when_you_use_a_chaos_skill"]=7364, + ["lose_%_of_life_loss_over_4_seconds_instead"]=7355, + ["lose_%_of_life_on_crit"]=7365, + ["lose_%_of_mana_when_you_use_an_attack_skill"]=7366, + ["lose_%_of_max_infernal_flame_per_minute"]=7356, + ["lose_10%_of_maximum_mana_on_skill_use_%_chance"]=3070, + ["lose_a_frenzy_charge_on_travel_skill_use_%_chance"]=3966, + ["lose_a_power_charge_when_you_gain_elusive_%_chance"]=3967, + ["lose_adrenaline_on_losing_flame_touched"]=7357, + ["lose_all_charges_on_starting_movement"]=7358, + ["lose_all_defiance_and_take_max_life_as_damage_on_reaching_x_defiance"]=3844, + ["lose_all_endurance_charges_when_reaching_maximum"]=2422, + ["lose_all_fanatic_charges_on_reaching_maximum_fanatic_charges"]=7359, + ["lose_all_fragile_regrowth_when_hit"]=3974, + ["lose_all_power_charges_on_block"]=7360, + ["lose_all_power_charges_on_reaching_maximum_power_charges"]=3191, + ["lose_all_rage_on_reaching_maximum_rage"]=7361, + ["lose_all_tailwind_when_hit"]=7362, + ["lose_endurance_charge_on_kill_%"]=2308, + ["lose_endurance_charges_on_rampage_end"]=2888, + ["lose_frenzy_charge_on_kill_%"]=2310, + ["lose_power_charge_each_second_if_not_detonated_mines_recently"]=7367, + ["lose_power_charge_on_kill_%"]=2312, + ["lose_soul_eater_souls_on_flask_use"]=3032, + ["lose_spirit_charges_on_savage_hit_taken"]=3957, + ["lose_x_life_when_you_use_skill"]=7368, + ["lose_x_mana_when_you_use_skill"]=7369, + ["low_life_threshold_%_override"]=7371, + ["mace_accuracy_rating"]=1697, + ["mace_accuracy_rating_+%"]=1296, + ["mace_attack_speed_+%"]=1279, + ["mace_critical_strike_chance_+%"]=1321, + ["mace_critical_strike_multiplier_+"]=1341, + ["mace_damage_+%"]=1206, + ["mace_elemental_damage_+%"]=1807, + ["mace_hit_damage_stun_multiplier_+%"]=7372, + ["mace_slam_aftershock_chance_%"]=7373, + ["mace_strike_aftershock_chance_%"]=7374, + ["magic_charm_effect_+%"]=2413, + ["magic_items_drop_identified"]=3723, + ["magic_monster_dropped_item_rarity_+%"]=7375, + ["magma_orb_damage_+%"]=3226, + ["magma_orb_num_of_additional_projectiles_in_chain"]=3528, + ["magma_orb_number_of_additional_projectiles"]=7376, + ["magma_orb_radius_+%"]=3387, + ["magma_orb_skill_area_of_effect_+%_per_bounce"]=7377, + ["maim_bleeding_enemies_on_hit_%"]=2930, + ["maim_chance_+%"]=7378, + ["maim_effect_+%"]=7379, + ["maim_enemy_on_full_armour_break"]=7380, + ["maim_on_crit_%_with_attacks"]=7381, + ["maim_on_hit_%"]=7382, + ["maim_on_hit_%_vs_poisoned_enemies"]=2911, + ["main_hand_attack_damage_+%_while_wielding_two_weapon_types"]=7383, + ["main_hand_attack_speed_+%_final"]=7384, + ["main_hand_base_weapon_attack_duration_ms"]=22, + ["main_hand_claw_life_gain_on_hit"]=7385, + ["main_hand_critical_strike_chance_+%_per_melee_abyss_jewel_up_to_+200%"]=7386, + ["main_hand_damage_+%_while_dual_wielding"]=7387, + ["main_hand_maximum_attack_distance"]=26, + ["main_hand_minimum_attack_distance"]=24, + ["main_hand_quality"]=19, + ["main_hand_weapon_type"]=11, + ["malediction_on_hit"]=7388, + ["malevolence_mana_reservation_efficiency_+%"]=7390, + ["malevolence_mana_reservation_efficiency_-2%_per_1"]=7389, + ["mamba_strike_area_of_effect_+%"]=7391, + ["mamba_strike_damage_+%"]=7392, + ["mamba_strike_duration_+%"]=7393, + ["mana_%_gained_on_block"]=7416, + ["mana_%_to_gain_as_armour"]=7394, + ["mana_%_to_gain_as_energy_shield"]=1861, + ["mana_%_to_gain_as_energy_shield_at_devotion_threshold"]=7417, + ["mana_and_es_regeneration_per_minute_%_when_you_freeze_shock_or_ignite_an_enemy"]=2997, + ["mana_cost_+%_for_channelling_skills"]=7397, + ["mana_cost_+%_for_trap_and_mine_skills"]=7398, + ["mana_cost_+%_for_trap_skills"]=7399, + ["mana_cost_+%_on_consecrated_ground"]=3146, + ["mana_cost_+%_on_totemified_aura_skills"]=2741, + ["mana_cost_+%_per_10_devotion"]=7400, + ["mana_cost_+%_per_200_mana_spent_recently"]=3917, + ["mana_cost_+%_when_on_low_life"]=1584, + ["mana_cost_+%_while_not_low_mana"]=2717, + ["mana_cost_+%_while_on_full_energy_shield"]=1583, + ["mana_cost_-%_per_endurance_charge"]=2886, + ["mana_cost_efficiency_+%_if_dodge_rolled_recently"]=7395, + ["mana_cost_efficiency_+%_if_not_dodge_rolled_recently"]=7396, + ["mana_degeneration_%_per_minute_not_in_grace"]=7401, + ["mana_degeneration_per_minute"]=7402, + ["mana_degeneration_per_minute_%"]=7403, + ["mana_degeneration_per_minute_not_in_grace"]=1400, + ["mana_flask_charges_gained_+%"]=7404, + ["mana_flask_effects_not_removed_at_full_mana"]=7405, + ["mana_flask_recovery_is_instant_while_on_low_mana"]=7406, + ["mana_flasks_gain_X_charges_every_3_seconds"]=7407, + ["mana_gain_per_target"]=1454, + ["mana_gained_on_attack_hit_if_used_mana_flask_in_past_10_seconds"]=7408, + ["mana_gained_on_attack_hit_vs_cursed_enemies"]=7409, + ["mana_gained_on_block"]=1467, + ["mana_gained_on_cull"]=7410, + ["mana_gained_on_enemy_death_per_level"]=2619, + ["mana_gained_on_hitting_taunted_enemy"]=1490, + ["mana_gained_on_spell_hit"]=7411, + ["mana_gained_on_spell_hit_vs_cursed_enemies"]=7412, + ["mana_gained_when_hit"]=2383, + ["mana_leech_also_recovers_based_on_other_damage_types"]=7413, + ["mana_leech_applies_recovery_to_energy_shield_also"]=7414, + ["mana_leech_rate_+%_per_equipped_corrupted_item"]=2733, + ["mana_per_level"]=7415, + ["mana_recharge_rate_per_minute_with_all_corrupted_equipped_items"]=7418, + ["mana_recovery_from_regeneration_is_not_applied"]=7419, + ["mana_recovery_rate_+%"]=1402, + ["mana_recovery_rate_+%_if_havent_killed_recently"]=7422, + ["mana_recovery_rate_+%_per_10_tribute"]=7420, + ["mana_recovery_rate_+%_while_affected_by_a_mana_flask"]=7421, + ["mana_recovery_rate_+%_while_affected_by_clarity"]=7423, + ["mana_regeneration_+%_for_4_seconds_on_movement_skill_use"]=3648, + ["mana_regeneration_rate_+%"]=996, + ["mana_regeneration_rate_+%_during_flask_effect"]=2812, + ["mana_regeneration_rate_+%_if_crit_recently"]=7438, + ["mana_regeneration_rate_+%_if_enemy_frozen_recently"]=7439, + ["mana_regeneration_rate_+%_if_enemy_shocked_recently"]=7440, + ["mana_regeneration_rate_+%_if_hit_cursed_enemy_recently"]=7441, + ["mana_regeneration_rate_+%_per_fragile_regrowth"]=3973, + ["mana_regeneration_rate_+%_per_power_charge"]=1670, + ["mana_regeneration_rate_+%_per_raised_spectre"]=7442, + ["mana_regeneration_rate_+%_while_moving"]=7443, + ["mana_regeneration_rate_+%_while_not_on_low_mana"]=7424, + ["mana_regeneration_rate_+%_while_phasing"]=2194, + ["mana_regeneration_rate_+%_while_shocked"]=2195, + ["mana_regeneration_rate_+%_while_stationary"]=3898, + ["mana_regeneration_rate_+%_while_surrounded"]=7425, + ["mana_regeneration_rate_per_minute_%"]=1398, + ["mana_regeneration_rate_per_minute_%_if_enemy_hit_recently"]=7430, + ["mana_regeneration_rate_per_minute_%_if_inflicted_exposure_recently"]=7431, + ["mana_regeneration_rate_per_minute_%_per_active_totem"]=7432, + ["mana_regeneration_rate_per_minute_%_per_power_charge"]=1401, + ["mana_regeneration_rate_per_minute_if_enemy_hit_recently"]=7426, + ["mana_regeneration_rate_per_minute_if_used_movement_skill_recently"]=7427, + ["mana_regeneration_rate_per_minute_per_10_devotion"]=7428, + ["mana_regeneration_rate_per_minute_per_power_charge"]=7429, + ["mana_regeneration_rate_per_minute_while_dual_wielding"]=7433, + ["mana_regeneration_rate_per_minute_while_holding_shield"]=7434, + ["mana_regeneration_rate_per_minute_while_on_consecrated_ground"]=7435, + ["mana_regeneration_rate_per_minute_while_wielding_staff"]=7436, + ["mana_regeneration_rate_per_minute_while_you_have_avians_flight"]=7437, + ["mana_reservation_+%_per_250_total_attributes"]=7449, + ["mana_reservation_+%_with_curse_skills"]=7450, + ["mana_reservation_+%_with_skills_that_throw_mines"]=7444, + ["mana_reservation_efficiency_+%_for_skills_that_throw_mines"]=7445, + ["mana_reservation_efficiency_+%_per_250_total_attributes"]=7448, + ["mana_reservation_efficiency_-2%_per_1"]=1903, + ["mana_reservation_efficiency_-2%_per_1_for_skills_that_throw_mines"]=7446, + ["mana_reservation_efficiency_-2%_per_250_total_attributes"]=7447, + ["manabond_and_stormbind_freeze_as_though_dealt_damage_+%"]=7451, + ["manabond_damage_+%"]=7452, + ["manabond_lightning_penetration_%_while_on_low_mana"]=7453, + ["manabond_skill_area_of_effect_+%"]=7454, + ["manifest_dancing_dervish_number_of_additional_copies"]=7455, + ["map_X_bestiary_packs_are_harvest_beasts"]=7456, + ["map_abyss_%_chance_chasm_spawns_at_least_magic_monsters"]=7457, + ["map_abyss_%_chance_path_spawns_at_least_magic_monsters"]=7458, + ["map_abyss_depths_chance_+%"]=7459, + ["map_abyss_jewels_%_chance_to_drop_corrupted_with_more_mods"]=105, + ["map_abyss_monster_experience_+%"]=7460, + ["map_abyss_monster_spawn_amount_+%"]=7461, + ["map_abyss_monsters_enhanced_per_chasm_closed"]=7462, + ["map_abyss_no_reward_chance_+%"]=7463, + ["map_abyss_overrun_extra_pits"]=7464, + ["map_abyss_overrun_no_monsters"]=7465, + ["map_additional_number_of_packs_to_choose"]=1986, + ["map_additional_player_maximum_resistances_%"]=2055, + ["map_additional_rare_in_rare_pack_%_chance"]=7466, + ["map_additional_rare_in_synthesised_rare_pack_%_chance"]=7467, + ["map_additional_red_beasts"]=7468, + ["map_adds_X_extra_synthesis_mods"]=7469, + ["map_adds_X_extra_synthesis_special_mods"]=7470, + ["map_addtional_magic_chest_amount"]=1931, + ["map_addtional_rare_chest_amount"]=1932, + ["map_affliction_encounter_boss_chance_+%"]=7471, + ["map_affliction_encounter_monster_depth_+%"]=7472, + ["map_affliction_pack_size_+%"]=7473, + ["map_affliction_reward_kills_+%"]=7474, + ["map_affliction_reward_progress_on_kill_+%"]=7475, + ["map_affliction_secondary_wave_acceleration_+%"]=7476, + ["map_affliction_secondary_wave_delay_ms_+"]=7477, + ["map_affliction_secondary_wave_delay_seconds_+"]=7478, + ["map_all_items_drop_as_gold"]=1936, + ["map_allow_shrines"]=2302, + ["map_always_has_weather"]=2301, + ["map_ambush_chests"]=2295, + ["map_architects_drops_additional_map_currency"]=7479, + ["map_area_contains_arcanists_strongbox"]=7481, + ["map_area_contains_avatar_of_ambush"]=7482, + ["map_area_contains_avatar_of_anarchy"]=7483, + ["map_area_contains_avatar_of_beyond"]=7484, + ["map_area_contains_avatar_of_bloodlines"]=7485, + ["map_area_contains_avatar_of_breach"]=7486, + ["map_area_contains_avatar_of_domination"]=7487, + ["map_area_contains_avatar_of_essence"]=7488, + ["map_area_contains_avatar_of_invasion"]=7489, + ["map_area_contains_avatar_of_nemesis"]=7490, + ["map_area_contains_avatar_of_onslaught"]=7491, + ["map_area_contains_avatar_of_perandus"]=7492, + ["map_area_contains_avatar_of_prophecy"]=7493, + ["map_area_contains_avatar_of_rampage"]=7494, + ["map_area_contains_avatar_of_talisman"]=7495, + ["map_area_contains_avatar_of_tempest"]=7496, + ["map_area_contains_avatar_of_torment"]=7497, + ["map_area_contains_avatar_of_warbands"]=7498, + ["map_area_contains_cartographers_strongbox"]=7499, + ["map_area_contains_currency_chest"]=7500, + ["map_area_contains_gemcutters_strongbox"]=7501, + ["map_area_contains_jewellery_chest"]=7502, + ["map_area_contains_map_chest"]=7503, + ["map_area_contains_metamorphs"]=7504, + ["map_area_contains_perandus_coin_chest"]=7505, + ["map_area_contains_rituals"]=7506, + ["map_area_contains_tormented_embezzler"]=7507, + ["map_area_contains_tormented_seditionist"]=7508, + ["map_area_contains_tormented_vaal_cultist"]=7509, + ["map_area_contains_unique_item_chest"]=7510, + ["map_area_contains_unique_strongbox"]=7511, + ["map_area_contains_x_additional_clusters_of_beacon_barrels"]=7512, + ["map_area_contains_x_additional_clusters_of_bloodworm_barrels"]=7513, + ["map_area_contains_x_additional_clusters_of_explosive_barrels"]=7514, + ["map_area_contains_x_additional_clusters_of_explosive_eggs"]=7515, + ["map_area_contains_x_additional_clusters_of_parasite_barrels"]=7516, + ["map_area_contains_x_additional_clusters_of_volatile_barrels"]=7517, + ["map_area_contains_x_additional_clusters_of_wealthy_barrels"]=7518, + ["map_area_contains_x_rare_monsters_with_inner_treasure"]=7611, + ["map_area_ritual_additional_chance_%"]=7519, + ["map_atlas_influence_type"]=7480, + ["map_base_ground_desecration_damage_to_deal_per_minute"]=2003, + ["map_base_ground_fire_damage_to_deal_per_10_seconds"]=1996, + ["map_base_ground_fire_damage_to_deal_per_minute"]=1995, + ["map_bestiary_monster_damage_+%_final"]=7520, + ["map_bestiary_monster_life_+%_final"]=7521, + ["map_betrayal_intelligence_+%"]=7522, + ["map_beyond_demon_always_elite"]=7523, + ["map_beyond_from_league_item_rarity_+%_permyriad_per_portal_merge"]=7524, + ["map_beyond_monster_difficulty_tankiness_+%_per_portal_merge"]=7524, + ["map_beyond_portal_chance_+%"]=7525, + ["map_beyond_portal_spawn_additional_demon_%_chance"]=7526, + ["map_beyond_rules"]=2304, + ["map_blight_chest_%_chance_for_additional_drop"]=7527, + ["map_blight_chests_repeat_drops_count"]=7528, + ["map_blight_encounter_spawn_rate_+%"]=7529, + ["map_blight_lane_additional_chest_chance_%"]=7530, + ["map_blight_lane_additional_chests"]=7531, + ["map_blight_oils_chance_to_drop_a_tier_higher_%"]=7532, + ["map_blight_tower_cost_+%"]=7533, + ["map_blight_tower_cost_doubled"]=7534, + ["map_blight_up_to_X_additional_bosses"]=7535, + ["map_blighted_map_encounter_duration_-_sec"]=7536, + ["map_bloodline_packs_drop_x_additional_currency_items"]=7537, + ["map_bloodline_packs_drop_x_additional_rare_items"]=7538, + ["map_blueprint_drop_revealed_chance_%"]=7539, + ["map_boss_accompanied_by_bodyguards"]=7540, + ["map_boss_accompanied_by_harbinger"]=7541, + ["map_boss_area_of_effect_+%"]=2121, + ["map_boss_attack_and_cast_speed_+%"]=2119, + ["map_boss_damage_+%"]=2113, + ["map_boss_damage_+%_final_from_boss_drops_guardian_map_sextant"]=2114, + ["map_boss_dropped_item_quantity_+%"]=7542, + ["map_boss_dropped_unique_items_+"]=7543, + ["map_boss_drops_additional_conqueror_map"]=2116, + ["map_boss_drops_additional_currency_shards"]=7544, + ["map_boss_drops_additional_elder_guardian_map"]=2117, + ["map_boss_drops_additional_shaper_guardian_map"]=2118, + ["map_boss_drops_corrupted_items"]=7545, + ["map_boss_drops_x_additional_vaal_items"]=7550, + ["map_boss_experience_+%_final"]=7546, + ["map_boss_is_possessed"]=7547, + ["map_boss_item_rarity_+%"]=7548, + ["map_boss_life_+%_final_from_boss_drops_guardian_map_sextant"]=2115, + ["map_boss_maximum_life_+%"]=2120, + ["map_boss_surrounded_by_tormented_spirits"]=7549, + ["map_breach_%_chance_for_1_additional_breach"]=7551, + ["map_breach_%_chance_for_3_additional_breach"]=7552, + ["map_breach_X_additional_rare_monsters"]=7553, + ["map_breach_chance_to_be_esh_+%"]=7554, + ["map_breach_chance_to_be_tul_+%"]=7555, + ["map_breach_chance_to_be_uul_netol_+%"]=7556, + ["map_breach_chance_to_be_xoph_+%"]=7557, + ["map_breach_hands_are_small"]=94, + ["map_breach_has_boss"]=7558, + ["map_breach_has_large_chest"]=7559, + ["map_breach_minimum_radius"]=7560, + ["map_breach_monster_quantity_+%"]=7561, + ["map_breach_monster_splinter_quantity_+%"]=7562, + ["map_breach_monsters_damage_+%"]=126, + ["map_breach_monsters_life_+%"]=118, + ["map_breach_number_of_magic_packs_+%"]=7563, + ["map_breach_rules"]=2296, + ["map_breach_size_+%"]=112, + ["map_breach_splinters_drop_as_stones_permyriad"]=113, + ["map_breach_time_passed_+%"]=106, + ["map_breach_type_override"]=7564, + ["map_breaches_num_additional_chests_to_spawn"]=7565, + ["map_chance_for_area_%_to_contain_harvest"]=7566, + ["map_chance_for_breach_bosses_to_drop_breachstone_%"]=114, + ["map_chance_to_not_consume_sextant_use_%"]=7567, + ["map_chest_amount_+%"]=1933, + ["map_chest_item_quantity_+%"]=2122, + ["map_chest_item_rarity_+%"]=2123, + ["map_chests_all_magic_or_rare"]=7568, + ["map_contains_abyss_boss"]=7569, + ["map_contains_abyss_depths"]=7570, + ["map_contains_abyss_depths_with_no_boss"]=7571, + ["map_contains_additional_breaches"]=7572, + ["map_contains_additional_chrysalis_talisman"]=7573, + ["map_contains_additional_clutching_talisman"]=7574, + ["map_contains_additional_fangjaw_talisman"]=7575, + ["map_contains_additional_mandible_talisman"]=7576, + ["map_contains_additional_packs_of_chaos_monsters"]=7577, + ["map_contains_additional_packs_of_cold_monsters"]=7578, + ["map_contains_additional_packs_of_fire_monsters"]=7579, + ["map_contains_additional_packs_of_lightning_monsters"]=7580, + ["map_contains_additional_packs_of_physical_monsters"]=7581, + ["map_contains_additional_packs_of_vaal_monsters"]=7582, + ["map_contains_additional_three_rat_talisman"]=7583, + ["map_contains_additional_tormented_betrayers"]=7584, + ["map_contains_additional_tormented_graverobbers"]=7585, + ["map_contains_additional_tormented_heretics"]=7586, + ["map_contains_additional_unique_talisman"]=7587, + ["map_contains_additional_writhing_talisman"]=7588, + ["map_contains_buried_treasure"]=1934, + ["map_contains_chayula_breach"]=7589, + ["map_contains_citadel"]=7590, + ["map_contains_cleansed_boss"]=7591, + ["map_contains_corrupted_strongbox"]=7592, + ["map_contains_creeping_agony"]=7593, + ["map_contains_keepers_of_the_trove_bloodline_pack"]=7594, + ["map_contains_master"]=7595, + ["map_contains_nevalis_monkey"]=7596, + ["map_contains_perandus_boss"]=7597, + ["map_contains_talisman_boss_with_higher_tier"]=7598, + ["map_contains_three_magic_packs_with_attack_cast_and_movement_speed_+%"]=7599, + ["map_contains_three_magic_packs_with_item_quantity_of_dropped_items_+%_final"]=7599, + ["map_contains_uul_netol_breach"]=7600, + ["map_contains_wealthy_pack"]=7601, + ["map_contains_x_additional_animated_weapon_packs"]=7602, + ["map_contains_x_additional_healing_packs"]=7603, + ["map_contains_x_additional_magic_packs"]=7604, + ["map_contains_x_additional_normal_packs"]=7605, + ["map_contains_x_additional_packs_on_their_own_team"]=7606, + ["map_contains_x_additional_packs_that_convert_on_death"]=7607, + ["map_contains_x_additional_packs_with_mirrored_rare_monsters"]=1935, + ["map_contains_x_additional_poison_packs"]=7608, + ["map_contains_x_additional_rare_packs"]=7609, + ["map_contains_x_fewer_portals"]=7610, + ["map_contracts_drop_with_additional_special_implicit_%_chance"]=7612, + ["map_cowards_trial_extra_ghosts"]=7613, + ["map_cowards_trial_extra_oriath_citizens"]=7614, + ["map_cowards_trial_extra_phantasms"]=7615, + ["map_cowards_trial_extra_raging_spirits"]=7616, + ["map_cowards_trial_extra_rhoas"]=7617, + ["map_cowards_trial_extra_skeleton_cannons"]=7618, + ["map_cowards_trial_extra_zombies"]=7619, + ["map_custom_league_damage_taken_+%_final"]=7620, + ["map_damage_+%_of_type_inflicted_by_current_ground_effect_you_are_on"]=7622, + ["map_damage_+%_per_poison_stack"]=7621, + ["map_damage_taken_+%_from_beyond_monsters"]=7623, + ["map_damage_taken_while_stationary_+%"]=7624, + ["map_damage_while_stationary_+%"]=7625, + ["map_death_and_taxes_boss_drops_additional_currency"]=7626, + ["map_delirium_additional_reward_type_chance_%"]=7627, + ["map_delirium_doodads_+%_final"]=7628, + ["map_delirium_fog_never_dissipates"]=7629, + ["map_delirium_splinter_stack_size_+%"]=7630, + ["map_delve_rules"]=7631, + ["map_display_area_contains_unbridged_gaps_to_cross"]=1984, + ["map_display_strongbox_monsters_are_enraged"]=7633, + ["map_display_unique_boss_drops_X_maps"]=2024, + ["map_divination_card_drop_chance_+%"]=7634, + ["map_doesnt_consume_sextant_use"]=7635, + ["map_dropped_maps_are_corrupted_with_8_mods"]=7636, + ["map_dropped_maps_are_duplicated_chance_permillage"]=7637, + ["map_duplicate_all_rare_monsters"]=1937, + ["map_duplicate_captured_beasts_chance_%"]=7638, + ["map_duplicate_essence_monsters_with_shrieking_essence"]=127, + ["map_duplicate_x_rare_monsters"]=7639, + ["map_duplicate_x_synthesised_rare_monsters"]=7640, + ["map_elder_boss_variation"]=7641, + ["map_elder_rare_chance_+%"]=7642, + ["map_elemental_weakness_curse_zones"]=2047, + ["map_endgame_affliction_reward_1"]=7643, + ["map_endgame_affliction_reward_2"]=7644, + ["map_endgame_affliction_reward_3"]=7645, + ["map_endgame_affliction_reward_4"]=7646, + ["map_endgame_affliction_reward_5"]=7647, + ["map_endgame_affliction_reward_6"]=7648, + ["map_endgame_affliction_reward_7"]=7649, + ["map_endgame_affliction_reward_8"]=7650, + ["map_endgame_affliction_reward_9"]=7651, + ["map_endgame_fog_depth"]=7652, + ["map_enfeeble_curse_zones"]=2043, + ["map_equipment_drops_identified"]=7653, + ["map_essence_corruption_cannot_release_monsters"]=119, + ["map_essence_monolith_contains_additional_essence_of_corruption"]=7654, + ["map_essence_monolith_contains_essence_of_corruption_%"]=7655, + ["map_essence_monsters_are_corrupted"]=7656, + ["map_essence_monsters_drop_rare_item_with_random_essence_mod_%_chance"]=129, + ["map_essence_monsters_have_additional_essences"]=7657, + ["map_essence_monsters_higher_tier"]=7658, + ["map_essences_are_1_tier_higher_chance_%"]=115, + ["map_essences_contains_rogue_exiles"]=107, + ["map_expedition_artifact_quantity_+%"]=7659, + ["map_expedition_chest_double_drops_chance_%"]=7660, + ["map_expedition_chest_marker_count_+"]=7661, + ["map_expedition_common_chest_marker_count_+"]=7662, + ["map_expedition_elite_marker_count_+%"]=7663, + ["map_expedition_encounter_additional_chance_%"]=7664, + ["map_expedition_epic_chest_marker_count_+"]=7665, + ["map_expedition_explosion_radius_+%"]=7666, + ["map_expedition_explosives_+%"]=7667, + ["map_expedition_extra_relic_suffix_chance_%"]=7668, + ["map_expedition_league"]=7669, + ["map_expedition_maximum_placement_distance_+%"]=7670, + ["map_expedition_monster_spawn_with_half_life"]=7671, + ["map_expedition_number_of_monster_markers_+%"]=7672, + ["map_expedition_rare_monsters_+%"]=7673, + ["map_expedition_relic_mod_effect_+%"]=7674, + ["map_expedition_relics_+"]=7675, + ["map_expedition_relics_+%"]=7676, + ["map_expedition_saga_additional_terrain_features"]=7677, + ["map_expedition_saga_contains_boss"]=7678, + ["map_expedition_twinned_elites"]=7679, + ["map_expedition_uncommon_chest_marker_count_+"]=7680, + ["map_expedition_vendor_reroll_currency_quantity_+%"]=7681, + ["map_expedition_x_extra_relic_suffixes"]=7682, + ["map_extra_monoliths"]=7683, + ["map_final_boss_map_key_of_at_least_same_tier_as_current_map_drop_chance_%"]=7684, + ["map_first_invasion_boss_killed_drops_x_additional_currency"]=7685, + ["map_first_strongbox_contains_x_additional_rare_monsters"]=7686, + ["map_first_unique_beyond_boss_slain_drops_x_beyond_uniques"]=7687, + ["map_fishy_effect_0"]=7632, + ["map_fishy_effect_1"]=7632, + ["map_fishy_effect_2"]=7632, + ["map_fishy_effect_3"]=7632, + ["map_fixed_seed"]=2009, + ["map_flask_charges_recovered_per_3_seconds_%"]=7688, + ["map_force_side_area"]=7689, + ["map_force_stone_circle"]=2033, + ["map_gain_onslaught_for_x_ms_on_killing_rare_monster"]=7690, + ["map_gauntlet_unique_monster_life_+%"]=7691, + ["map_gold_+%"]=1938, + ["map_grants_players_level_20_dash_skill"]=7692, + ["map_ground_consecrated_life_regeneration_rate_per_minute_%"]=7693, + ["map_ground_haste_action_speed_+%"]=7694, + ["map_ground_ice"]=1997, + ["map_ground_ice_base_magnitude"]=1998, + ["map_ground_lightning"]=1999, + ["map_ground_lightning_base_magnitude"]=2001, + ["map_ground_mana_siphoning"]=2000, + ["map_ground_tar_movement_speed_+%"]=2002, + ["map_harbinger_additional_currency_shard_stack_chance_%"]=7695, + ["map_harbinger_cooldown_speed_+%"]=95, + ["map_harbinger_portal_drops_additional_fragments"]=7696, + ["map_harbingers_drops_additional_currency_shards"]=7697, + ["map_harvest_crafting_outcomes_X_lucky_rolls"]=7698, + ["map_harvest_double_lifeforce_dropped"]=7699, + ["map_harvest_monster_life_+%_final_from_sextant"]=7700, + ["map_harvest_seed_t2_upgrade_%_chance"]=116, + ["map_harvest_seed_t3_upgrade_%_chance"]=120, + ["map_harvest_seeds_1_of_every_2_plot_type_override"]=7701, + ["map_harvest_seeds_are_at_least_t2"]=108, + ["map_has_X_seconds_between_waves"]=2125, + ["map_has_X_waves_of_monsters"]=2124, + ["map_has_monoliths"]=7702, + ["map_has_x%_quality"]=7703, + ["map_heist_contract_additional_reveals_granted"]=7704, + ["map_heist_contract_chest_no_rewards_%_chance"]=7705, + ["map_heist_contract_npc_items_cannot_drop"]=7706, + ["map_heist_contract_primary_target_value_+%_final"]=7707, + ["map_heist_monster_life_+%_final_from_sextant"]=7708, + ["map_heist_npc_perks_effect_+%_final"]=7709, + ["map_hellscape_additional_boss"]=1048, + ["map_hellscape_blood_consumed_+%_final"]=1030, + ["map_hellscape_fire_damage_taken_when_switching"]=1036, + ["map_hellscape_gimmick_%_maximum_life_and_es_taken_as_physical_damage_per_minute_per_%_hellscape_charge_while_hellscape_can_be_activated"]=1032, + ["map_hellscape_gimmick_double_debuff_gain_lose_debuff_over_time"]=1031, + ["map_hellscape_gimmick_shift_on_killing_rare_unique_kills_drain_resource"]=1033, + ["map_hellscape_gimmick_shift_on_reaching_full_resource_kills_drain_resource"]=1034, + ["map_hellscape_gimmick_shift_randomly"]=1035, + ["map_hellscape_item_drop_quantity_+%"]=1049, + ["map_hellscape_item_drop_rarity_+%"]=1050, + ["map_hellscape_lightning_damage_taken_when_switching"]=1037, + ["map_hellscape_monster_damage_+%_final"]=1038, + ["map_hellscape_monster_damage_taken_+%_final"]=1039, + ["map_hellscape_monster_life_+%_final"]=1040, + ["map_hellscape_monster_life_regeneration_rate_per_minute_%"]=1041, + ["map_hellscape_monster_slain_experience_+%_final"]=1051, + ["map_hellscape_pack_size_+%"]=1052, + ["map_hellscape_physical_damage_taken_when_switching"]=1042, + ["map_hellscape_rare_monster_drop_additional_abyss_jewel"]=1053, + ["map_hellscape_rare_monster_drop_additional_basic_currency_item"]=1054, + ["map_hellscape_rare_monster_drop_additional_blight_oil"]=1055, + ["map_hellscape_rare_monster_drop_additional_breach_splinters"]=1056, + ["map_hellscape_rare_monster_drop_additional_delirium_splinters"]=1057, + ["map_hellscape_rare_monster_drop_additional_delve_fossil"]=1058, + ["map_hellscape_rare_monster_drop_additional_enchanted_item"]=1059, + ["map_hellscape_rare_monster_drop_additional_essence"]=1060, + ["map_hellscape_rare_monster_drop_additional_expedition_currency"]=1061, + ["map_hellscape_rare_monster_drop_additional_fractured_item"]=1062, + ["map_hellscape_rare_monster_drop_additional_gem"]=1063, + ["map_hellscape_rare_monster_drop_additional_incubator"]=1064, + ["map_hellscape_rare_monster_drop_additional_influence_item"]=1065, + ["map_hellscape_rare_monster_drop_additional_legion_splinters"]=1066, + ["map_hellscape_rare_monster_drop_additional_map_item"]=1067, + ["map_hellscape_rare_monster_drop_additional_metamorph_catalyst"]=1068, + ["map_hellscape_rare_monster_drop_additional_scarab"]=1069, + ["map_hellscape_rare_monster_drop_additional_scourged_item"]=1070, + ["map_hellscape_rare_monster_drop_additional_stacked_decks"]=1071, + ["map_hellscape_rare_monster_drop_additional_tainted_currency"]=1072, + ["map_hellscape_rare_monster_drop_additional_unique_item"]=1073, + ["map_hellscape_rare_monster_drop_items_X_levels_higher"]=1074, + ["map_hellscaping_speed_+%"]=6623, + ["map_imprisoned_monsters_action_speed_+%"]=7710, + ["map_imprisoned_monsters_damage_+%"]=7711, + ["map_imprisoned_monsters_damage_taken_+%"]=7712, + ["map_incursion_architects_drop_incursion_rare_chance_%"]=96, + ["map_incursion_boss_possessed_by_tormented_arsonist"]=7713, + ["map_incursion_boss_possessed_by_tormented_blasphemer"]=7714, + ["map_incursion_boss_possessed_by_tormented_cannibal"]=7715, + ["map_incursion_boss_possessed_by_tormented_charlatan"]=7716, + ["map_incursion_boss_possessed_by_tormented_corrupter"]=7717, + ["map_incursion_boss_possessed_by_tormented_counterfeiter"]=7718, + ["map_incursion_boss_possessed_by_tormented_cutthroat"]=7719, + ["map_incursion_boss_possessed_by_tormented_embezzler"]=7720, + ["map_incursion_boss_possessed_by_tormented_experimenter"]=7721, + ["map_incursion_boss_possessed_by_tormented_fisherman"]=7722, + ["map_incursion_boss_possessed_by_tormented_freezer"]=7723, + ["map_incursion_boss_possessed_by_tormented_librarian"]=7724, + ["map_incursion_boss_possessed_by_tormented_martyr"]=7725, + ["map_incursion_boss_possessed_by_tormented_mutilator"]=7726, + ["map_incursion_boss_possessed_by_tormented_necromancer"]=7727, + ["map_incursion_boss_possessed_by_tormented_poisoner"]=7728, + ["map_incursion_boss_possessed_by_tormented_rogue"]=7729, + ["map_incursion_boss_possessed_by_tormented_smuggler"]=7730, + ["map_incursion_boss_possessed_by_tormented_spy"]=7731, + ["map_incursion_boss_possessed_by_tormented_thief"]=7732, + ["map_incursion_boss_possessed_by_tormented_thug"]=7733, + ["map_incursion_boss_possessed_by_tormented_warlord"]=7734, + ["map_incursion_memory_line_monster_damage_+%_final"]=3880, + ["map_incursion_memory_line_monster_life_+%_final"]=3879, + ["map_incursion_spawn_large_caustic_plants"]=7735, + ["map_incursion_spawn_parasitic_caustic_plants"]=7736, + ["map_invasion_bosses_are_twinned"]=7737, + ["map_invasion_bosses_drop_x_additional_vaal_orbs"]=7738, + ["map_invasion_bosses_dropped_items_are_fully_linked"]=7739, + ["map_invasion_bosses_dropped_items_have_x_additional_sockets"]=7740, + ["map_invasion_monster_packs"]=2298, + ["map_invasion_monsters_guarded_by_x_magic_packs"]=7741, + ["map_is_branchy"]=1978, + ["map_item_drop_quality_also_applies_to_map_item_drop_rarity"]=7742, + ["map_item_drop_quantity_+%"]=29, + ["map_item_drop_rarity_+%"]=30, + ["map_item_found_rarity_+%_per_15_rampage_stacks"]=7743, + ["map_item_level_override"]=827, + ["map_item_quantity_from_monsters_that_drop_silver_coin_+%"]=7744, + ["map_items_drop_corrupted"]=2679, + ["map_items_drop_corrupted_%"]=2680, + ["map_killing_rare_monsters_pauses_delirium_mirror_timer_for_x_seconds"]=7745, + ["map_labyrinth_izaro_area_of_effect_+%"]=7746, + ["map_labyrinth_izaro_attack_cast_move_speed_+%"]=7747, + ["map_labyrinth_izaro_damage_+%"]=7748, + ["map_labyrinth_izaro_life_+%"]=7749, + ["map_labyrinth_monsters_attack_cast_and_movement_speed_+%"]=7750, + ["map_labyrinth_monsters_damage_+%"]=7751, + ["map_labyrinth_monsters_life_+%"]=7752, + ["map_leaguestone_area_contains_x_additional_leaguestones"]=7753, + ["map_leaguestone_beyond_monster_item_quantity_and_rarity_+%_final"]=7754, + ["map_leaguestone_contains_warband_leader"]=7755, + ["map_leaguestone_explicit_warband_type_override"]=7756, + ["map_leaguestone_imprisoned_monsters_item_quantity_+%_final"]=7757, + ["map_leaguestone_imprisoned_monsters_item_rarity_+%_final"]=7758, + ["map_leaguestone_invasion_boss_item_quantity_and_rarity_+%_final"]=7759, + ["map_leaguestone_monolith_contains_essence_type"]=7760, + ["map_leaguestone_override_base_num_breaches"]=7761, + ["map_leaguestone_override_base_num_invasion_bosses"]=7762, + ["map_leaguestone_override_base_num_monoliths"]=7763, + ["map_leaguestone_override_base_num_perandus_chests"]=7764, + ["map_leaguestone_override_base_num_prophecy_coins"]=7765, + ["map_leaguestone_override_base_num_rogue_exiles"]=7766, + ["map_leaguestone_override_base_num_shrines"]=7767, + ["map_leaguestone_override_base_num_strongboxes"]=7768, + ["map_leaguestone_override_base_num_talismans"]=7769, + ["map_leaguestone_override_base_num_tormented_spirits"]=7770, + ["map_leaguestone_override_base_num_warband_packs"]=7771, + ["map_leaguestone_perandus_chests_have_item_quantity_+%_final"]=7772, + ["map_leaguestone_perandus_chests_have_item_rarity_+%_final"]=7773, + ["map_leaguestone_rogue_exiles_dropped_item_rarity_+%_final"]=7774, + ["map_leaguestone_shrine_monster_rarity_override"]=7775, + ["map_leaguestone_shrine_override_type"]=7776, + ["map_leaguestone_strongboxes_rarity_override"]=7777, + ["map_leaguestone_warbands_packs_have_item_quantity_+%_final"]=7779, + ["map_leaguestone_warbands_packs_have_item_rarity_+%_final"]=7780, + ["map_leaguestone_x_monsters_spawn_abaxoth"]=7781, + ["map_leaguestone_x_monsters_spawn_random_beyond_boss"]=7782, + ["map_leaguestones_currency_items_drop_when_first_reaching_x_rampage_stacks"]=7783, + ["map_leaguestones_spawn_powerful_monster_when_reaching_x_rampage_stacks"]=7784, + ["map_legion_league_extra_spawns"]=7785, + ["map_legion_league_force_general"]=7786, + ["map_legion_league_force_war_chest"]=7787, + ["map_legion_monster_life_+%_final_from_sextant"]=7788, + ["map_legion_monster_splinter_emblem_drops_duplicated"]=7789, + ["map_level_+"]=7790, + ["map_magic_chest_amount_+%"]=1939, + ["map_magic_items_drop_as_normal"]=7791, + ["map_magic_monster_life_regeneration_rate_per_minute_%"]=3849, + ["map_magic_monsters_are_maimed"]=7792, + ["map_magic_monsters_damage_taken_+%"]=7793, + ["map_magic_pack_size_+%"]=1940, + ["map_metamorph_all_metamorphs_have_rewards"]=7794, + ["map_metamorph_boss_drops_additional_itemised_organs"]=7795, + ["map_metamorph_catalyst_drops_duplicated"]=7796, + ["map_metamorph_itemised_boss_min_rewards"]=7797, + ["map_metamorph_itemised_boss_more_difficult"]=7798, + ["map_metamorph_life_+%_final_from_sextant"]=7799, + ["map_metamorphosis_league"]=7800, + ["map_mini_monolith_monsters_are_magic"]=7801, + ["map_minimap_revealed"]=2010, + ["map_monolith_chance_%"]=7803, + ["map_monolith_chance_+%"]=7802, + ["map_monster_add_x_grasping_vines_on_hit"]=7812, + ["map_monster_additional_abyssal_monolithic_slug_packs"]=7804, + ["map_monster_additional_baron_packs"]=1941, + ["map_monster_additional_beasts_packs"]=1942, + ["map_monster_additional_bramble_packs"]=1943, + ["map_monster_additional_doryani_packs"]=1944, + ["map_monster_additional_ezomyte_packs"]=1945, + ["map_monster_additional_faridun_packs"]=1946, + ["map_monster_additional_perennial_packs"]=1947, + ["map_monster_additional_sanctified_packs"]=7805, + ["map_monster_additional_undead_packs"]=1948, + ["map_monster_additional_vaal_packs"]=1949, + ["map_monster_and_player_onslaught_effect_+%"]=7806, + ["map_monster_attack_cast_and_movement_speed_+%"]=7807, + ["map_monster_beyond_portal_chance_+%"]=7808, + ["map_monster_curse_effect_on_self_+%"]=7809, + ["map_monster_damage_taken_+%_final_from_atlas_keystone"]=7810, + ["map_monster_damage_taken_+%_while_possessed"]=7811, + ["map_monster_defences_+%"]=2500, + ["map_monster_drop_higher_level_gear"]=3183, + ["map_monster_melee_attacks_apply_random_curses"]=2103, + ["map_monster_melee_attacks_apply_random_curses_%_chance"]=2104, + ["map_monster_no_drops"]=2111, + ["map_monster_non_damaging_ailment_effect_+%_on_self"]=7813, + ["map_monster_skills_chain_X_additional_times"]=2106, + ["map_monster_slain_experience_+%"]=7815, + ["map_monster_tre_+%"]=1950, + ["map_monster_unaffected_by_shock"]=2064, + ["map_monsters_%_all_damage_to_gain_as_chaos"]=2096, + ["map_monsters_%_all_damage_to_gain_as_cold"]=2092, + ["map_monsters_%_all_damage_to_gain_as_fire"]=2090, + ["map_monsters_%_all_damage_to_gain_as_lightning"]=2094, + ["map_monsters_%_chance_to_inflict_status_ailments"]=7867, + ["map_monsters_%_physical_damage_to_convert_to_chaos"]=2089, + ["map_monsters_%_physical_damage_to_convert_to_cold"]=2087, + ["map_monsters_%_physical_damage_to_convert_to_fire"]=2086, + ["map_monsters_%_physical_damage_to_convert_to_lightning"]=2088, + ["map_monsters_%_physical_damage_to_gain_as_chaos"]=2097, + ["map_monsters_%_physical_damage_to_gain_as_cold"]=2093, + ["map_monsters_%_physical_damage_to_gain_as_fire"]=2091, + ["map_monsters_%_physical_damage_to_gain_as_lightning"]=2095, + ["map_monsters_accuracy_rating_+%"]=7816, + ["map_monsters_action_speed_-%"]=7817, + ["map_monsters_add_endurance_charge_on_hit_%"]=7818, + ["map_monsters_add_frenzy_charge_on_hit_%"]=7819, + ["map_monsters_add_power_charge_on_hit_%"]=7820, + ["map_monsters_additional_chaos_resistance"]=7821, + ["map_monsters_additional_cold_resistance"]=2081, + ["map_monsters_additional_dexterity_ratio_%_for_evasion"]=7822, + ["map_monsters_additional_elemental_resistance"]=7823, + ["map_monsters_additional_fire_resistance"]=2080, + ["map_monsters_additional_lightning_resistance"]=2082, + ["map_monsters_additional_maximum_all_elemental_resistances_%"]=7824, + ["map_monsters_additional_number_of_projecitles"]=2079, + ["map_monsters_additional_physical_damage_reduction"]=2083, + ["map_monsters_additional_strength_ratio_%_for_armour"]=7825, + ["map_monsters_ailment_threshold_+%"]=7826, + ["map_monsters_all_damage_can_chill"]=7827, + ["map_monsters_all_damage_can_freeze"]=7828, + ["map_monsters_all_damage_can_ignite"]=7829, + ["map_monsters_all_damage_can_poison"]=7830, + ["map_monsters_all_damage_can_shock"]=7831, + ["map_monsters_always_crit"]=7832, + ["map_monsters_always_hit"]=7833, + ["map_monsters_always_ignite"]=7834, + ["map_monsters_are_converted_on_kill"]=7835, + ["map_monsters_are_hexproof"]=2109, + ["map_monsters_are_immune_to_curses"]=2108, + ["map_monsters_area_of_effect_+%"]=2060, + ["map_monsters_armour_break_physical_damage_%_dealt_as_armour_break"]=7836, + ["map_monsters_attack_speed_+%"]=2075, + ["map_monsters_attacks_inflict_bleeding_on_hit"]=7856, + ["map_monsters_avoid_ailments_%"]=2065, + ["map_monsters_avoid_elemental_ailments_%"]=2066, + ["map_monsters_avoid_freeze_and_chill_%"]=2061, + ["map_monsters_avoid_ignite_%"]=2062, + ["map_monsters_avoid_poison_bleed_impale_%"]=7837, + ["map_monsters_avoid_shock_%"]=2063, + ["map_monsters_base_bleed_duration_+%"]=7838, + ["map_monsters_base_block_%"]=7839, + ["map_monsters_base_chance_to_freeze_%"]=7840, + ["map_monsters_base_chance_to_shock_%"]=7841, + ["map_monsters_base_poison_duration_+%"]=7842, + ["map_monsters_base_self_critical_strike_multiplier_-%"]=3199, + ["map_monsters_cannot_be_leeched_from"]=2069, + ["map_monsters_cannot_be_stunned"]=2084, + ["map_monsters_cannot_be_taunted"]=7843, + ["map_monsters_cast_speed_+%"]=2076, + ["map_monsters_chance_to_blind_on_hit_%"]=7844, + ["map_monsters_chance_to_impale_%"]=7845, + ["map_monsters_chance_to_inflict_bleeding_%"]=7846, + ["map_monsters_chance_to_inflict_brittle_%"]=7847, + ["map_monsters_chance_to_inflict_sapped_%"]=7848, + ["map_monsters_chance_to_poison_on_hit_%"]=7849, + ["map_monsters_chance_to_scorch_%"]=7850, + ["map_monsters_critical_strike_chance_+%"]=2067, + ["map_monsters_critical_strike_multiplier_+"]=2068, + ["map_monsters_curse_effect_+%"]=2110, + ["map_monsters_curse_effect_on_self_+%_final"]=7851, + ["map_monsters_damage_+%"]=2072, + ["map_monsters_damage_taken_+%"]=7852, + ["map_monsters_drop_ground_fire_on_death_base_radius"]=2107, + ["map_monsters_drop_no_equipment"]=7853, + ["map_monsters_enemy_phys_reduction_%_penalty_vs_hit"]=7854, + ["map_monsters_energy_shield_leech_resistance_permyriad"]=3878, + ["map_monsters_freeze_duration_+%"]=7855, + ["map_monsters_gain_x_endurance_charges_every_20_seconds"]=2100, + ["map_monsters_gain_x_frenzy_charges_every_20_seconds"]=2099, + ["map_monsters_gain_x_power_charges_every_20_seconds"]=2101, + ["map_monsters_global_poison_on_hit"]=7857, + ["map_monsters_have_onslaught"]=2073, + ["map_monsters_hit_damage_freeze_multiplier_+%"]=7858, + ["map_monsters_hit_damage_stun_multiplier_+%"]=7859, + ["map_monsters_ignite_chance_+%"]=7860, + ["map_monsters_ignite_duration_+%"]=7861, + ["map_monsters_immune_to_a_random_status_ailment_or_stun"]=2102, + ["map_monsters_life_+%"]=2059, + ["map_monsters_life_leech_resistance_permyriad"]=2070, + ["map_monsters_maim_on_hit_%_chance"]=7862, + ["map_monsters_mana_leech_resistance_permyriad"]=2071, + ["map_monsters_maximum_life_%_to_add_to_maximum_energy_shield"]=7863, + ["map_monsters_monster_difficulty_tankiness_+%_granted_to_pack_members_on_death"]=7864, + ["map_monsters_movement_speed_+%"]=2074, + ["map_monsters_movement_speed_cannot_be_reduced_below_base"]=7865, + ["map_monsters_penetrate_elemental_resistances_%"]=7866, + ["map_monsters_physical_damage_%_to_gain_as_random_element"]=2098, + ["map_monsters_poison_on_hit"]=2085, + ["map_monsters_reduce_enemy_chaos_resistance_%"]=7868, + ["map_monsters_reduce_enemy_cold_resistance_%"]=7869, + ["map_monsters_reduce_enemy_fire_resistance_%"]=7870, + ["map_monsters_reduce_enemy_lightning_resistance_%"]=7871, + ["map_monsters_reflect_%_elemental_damage"]=2078, + ["map_monsters_reflect_%_physical_damage"]=2077, + ["map_monsters_reflect_curses"]=2105, + ["map_monsters_remove_%_of_mana_on_hit"]=7874, + ["map_monsters_remove_charges_on_hit_%"]=7872, + ["map_monsters_remove_enemy_flask_charge_on_hit_%_chance"]=7873, + ["map_monsters_shock_chance_+%"]=7875, + ["map_monsters_shock_effect_+%"]=7876, + ["map_monsters_skill_speed_+%"]=7814, + ["map_monsters_spawned_with_talisman_drop_additional_rare_items"]=7877, + ["map_monsters_spells_chance_to_hinder_on_hit_%_chance"]=7878, + ["map_monsters_steal_charges"]=7879, + ["map_monsters_stun_threshold_+%"]=7880, + ["map_monsters_that_drop_silver_coin_drop_x_additional_silver_coins"]=7881, + ["map_monsters_unaffected_by_curses"]=7882, + ["map_monsters_with_silver_coins_drop_x_additional_currency_items"]=7883, + ["map_monsters_with_silver_coins_drop_x_additional_rare_items"]=7884, + ["map_monsters_withered_on_hit_for_2_seconds_%_chance"]=7885, + ["map_monstrous_treasure_no_monsters"]=7886, + ["map_movement_velocity_+%_per_poison_stack"]=7887, + ["map_natural_rare_monsters_have_soul_eater"]=7888, + ["map_natural_rare_monsters_have_x_additional_abyssal_modifiers"]=7889, + ["map_natural_rare_monsters_in_union_of_souls_with_boss"]=7890, + ["map_nemesis_dropped_items_+"]=7891, + ["map_next_area_contains_x_additional_bearers_of_the_guardian_packs"]=7892, + ["map_next_area_contains_x_additional_voidspawn_of_abaxoth_packs"]=7893, + ["map_no_experience"]=7942, + ["map_no_magic_items_drop"]=7894, + ["map_no_rare_items_drop"]=7895, + ["map_no_refills_in_town"]=2011, + ["map_no_stashes"]=7896, + ["map_no_uniques_drop_randomly"]=7897, + ["map_no_vendors"]=7898, + ["map_non_unique_equipment_drops_as_sell_price"]=2678, + ["map_non_unique_items_drop_normal"]=7899, + ["map_non_unique_monster_life_regeneration_rate_per_minute_%"]=7900, + ["map_non_unique_monsters_spawn_X_monsters_on_death"]=2036, + ["map_normal_items_drop_as_magic"]=7901, + ["map_normal_monster_life_regeneration_rate_per_minute_%"]=3848, + ["map_nuke_everything"]=7902, + ["map_num_extra_abysses"]=7903, + ["map_num_extra_blights_"]=7904, + ["map_num_extra_gloom_shrines"]=7905, + ["map_num_extra_harbingers"]=7906, + ["map_num_extra_invasion_bosses"]=2299, + ["map_num_extra_resonating_shrines"]=7907, + ["map_num_extra_shrines"]=2027, + ["map_num_extra_strongboxes"]=2035, + ["map_number_of_additional_mods"]=7908, + ["map_number_of_additional_prefixes"]=7909, + ["map_number_of_additional_silver_coin_drops"]=7910, + ["map_number_of_additional_suffixes"]=7911, + ["map_number_of_harbinger_portals"]=83, + ["map_on_complete_drop_x_additional_maps"]=7912, + ["map_owner_sulphite_gained_+%"]=7913, + ["map_packs_are_abomination_monsters"]=7914, + ["map_packs_are_animals"]=2017, + ["map_packs_are_bandits"]=2015, + ["map_packs_are_blackguards"]=7915, + ["map_packs_are_demons"]=2018, + ["map_packs_are_ghosts"]=7916, + ["map_packs_are_goatmen"]=2016, + ["map_packs_are_humanoids"]=2019, + ["map_packs_are_kitava"]=7917, + ["map_packs_are_lunaris"]=7918, + ["map_packs_are_sea_witches_and_spawn"]=2020, + ["map_packs_are_skeletons"]=2014, + ["map_packs_are_solaris"]=7919, + ["map_packs_are_spiders"]=7920, + ["map_packs_are_str_mission_totems"]=2013, + ["map_packs_are_totems"]=2012, + ["map_packs_are_undead_and_necromancers"]=2021, + ["map_packs_are_vaal"]=7921, + ["map_packs_fire_projectiles"]=2022, + ["map_packs_have_pop_up_traps"]=3841, + ["map_perandus_guards_are_rare"]=7922, + ["map_perandus_monsters_drop_perandus_coin_stack_%"]=7923, + ["map_player_accuracy_rating_+%_final"]=7924, + ["map_player_additional_physical_damage_reduction_%_in_hellscape"]=1043, + ["map_player_attack_cast_and_movement_speed_+%_during_onslaught"]=7925, + ["map_player_base_chaos_damage_taken_per_minute"]=2037, + ["map_player_block_chance_%_in_hellscape"]=1044, + ["map_player_buff_time_passed_+%_only_buff_category"]=7926, + ["map_player_cannot_block_attacks"]=7927, + ["map_player_cannot_expose"]=2039, + ["map_player_chance_to_gain_vaal_soul_on_kill_%"]=7928, + ["map_player_charges_gained_+%"]=7929, + ["map_player_cooldown_speed_+%_final"]=7930, + ["map_player_corrupt_blood_when_hit_%_average_damage_to_deal_per_minute_per_stack"]=2820, + ["map_player_create_enemy_meteor_daemon_on_flask_use_%_chance"]=7931, + ["map_player_curse_effect_on_self_+%"]=7932, + ["map_player_damage_+%_vs_breach_monsters"]=7933, + ["map_player_damage_taken_+%_vs_breach_monsters"]=7934, + ["map_player_damage_taken_+%_while_rampaging"]=7935, + ["map_player_death_mark_on_rare_unique_kill_ms"]=7936, + ["map_player_disable_soul_gain_prevention"]=7937, ["map_player_es_loss_per_second_in_hellscape"]=1045, - ["map_player_flask_recovery_is_instant"]=7758, - ["map_player_global_defences_+%_final_from_sanctum_boon"]=2537, - ["map_player_has_blood_magic_keystone"]=2069, - ["map_player_has_chaos_inoculation_keystone"]=2071, - ["map_player_has_level_X_conductivity"]=2082, - ["map_player_has_level_X_despair"]=2083, - ["map_player_has_level_X_elemental_weakness"]=2077, - ["map_player_has_level_X_enfeeble"]=2073, - ["map_player_has_level_X_flammability"]=2080, - ["map_player_has_level_X_frostbite"]=2081, - ["map_player_has_level_X_punishment"]=2079, - ["map_player_has_level_X_silence"]=2084, - ["map_player_has_level_X_temporal_chains"]=2075, - ["map_player_has_level_X_vulnerability"]=2072, - ["map_player_has_random_level_X_curse_every_10_seconds"]=7759, - ["map_player_life_and_es_recovery_speed_+%_final"]=7760, + ["map_player_flask_recovery_is_instant"]=7938, + ["map_player_global_defences_+%_final_from_sanctum_boon"]=2501, + ["map_player_has_blood_magic_keystone"]=2038, + ["map_player_has_chaos_inoculation_keystone"]=2040, + ["map_player_has_level_X_conductivity"]=2051, + ["map_player_has_level_X_despair"]=2052, + ["map_player_has_level_X_elemental_weakness"]=2046, + ["map_player_has_level_X_enfeeble"]=2042, + ["map_player_has_level_X_flammability"]=2049, + ["map_player_has_level_X_frostbite"]=2050, + ["map_player_has_level_X_punishment"]=2048, + ["map_player_has_level_X_silence"]=2053, + ["map_player_has_level_X_temporal_chains"]=2044, + ["map_player_has_level_X_vulnerability"]=2041, + ["map_player_has_random_level_X_curse_every_10_seconds"]=7939, + ["map_player_life_and_es_recovery_speed_+%_final"]=7940, ["map_player_life_loss_per_second_in_hellscape"]=1046, - ["map_player_life_regeneration_rate_per_minute_%_per_25_rampage_stacks"]=7761, - ["map_player_lose_no_experience_on_death"]=7762, - ["map_player_maximum_life_and_es_+%_final_from_sanctum_curse"]=7763, - ["map_player_movement_speed_+%_final_if_damaged_by_a_hit_recently_from_sanctum_curse"]=7764, + ["map_player_life_regeneration_rate_per_minute_%_per_25_rampage_stacks"]=7941, + ["map_player_lose_no_experience_on_death"]=7942, + ["map_player_maximum_life_and_es_+%_final_from_sanctum_curse"]=7943, + ["map_player_movement_speed_+%_final_if_damaged_by_a_hit_recently_from_sanctum_curse"]=7944, ["map_player_movement_speed_+%_final_in_hellscape"]=1047, - ["map_player_movement_velocity_+%"]=7765, - ["map_player_no_regeneration"]=2085, - ["map_player_non_curse_aura_effect_+%"]=7766, - ["map_player_onslaught_on_kill_%"]=7767, - ["map_player_projectile_damage_+%_final"]=2088, - ["map_player_shrine_buff_effect_on_self_+%"]=7768, - ["map_player_shrine_effect_duration_+%"]=7769, - ["map_player_spell_suppression_chance_%_in_hellscape"]=1048, - ["map_player_status_recovery_speed_+%"]=2087, - ["map_players_additional_number_of_projectiles"]=2110, - ["map_players_and_monsters_chaos_damage_taken_+%"]=7770, - ["map_players_and_monsters_cold_damage_taken_+%"]=7771, - ["map_players_and_monsters_critical_strike_chance_+%"]=7772, - ["map_players_and_monsters_curses_are_reflected"]=7773, - ["map_players_and_monsters_damage_+%_per_curse"]=7774, - ["map_players_and_monsters_damage_taken_+%_while_stationary"]=7775, - ["map_players_and_monsters_fire_damage_taken_+%"]=7776, - ["map_players_and_monsters_have_onslaught_if_hit_recently"]=7777, - ["map_players_and_monsters_have_resolute_technique"]=7778, - ["map_players_and_monsters_lightning_damage_taken_+%"]=7779, - ["map_players_and_monsters_movement_speed_+%"]=7780, - ["map_players_and_monsters_physical_damage_taken_+%"]=7781, - ["map_players_are_poisoned_while_moving_chaos_damage_per_second"]=7782, - ["map_players_armour_+%_final"]=7783, - ["map_players_block_chance_+%"]=7784, - ["map_players_cannot_gain_endurance_charges"]=7785, - ["map_players_cannot_gain_flask_charges"]=7786, - ["map_players_cannot_gain_frenzy_charges"]=7787, - ["map_players_cannot_gain_power_charges"]=7788, - ["map_players_cannot_take_reflected_damage"]=7789, - ["map_players_gain_1_random_rare_monster_mod_on_kill_ms"]=7790, - ["map_players_gain_1_rare_monster_mods_on_kill_for_20_seconds_%"]=7791, - ["map_players_gain_onslaught_after_opening_a_strongbox_ms"]=7792, - ["map_players_gain_onslaught_during_flask_effect"]=7793, - ["map_players_gain_rampage_stacks"]=2335, - ["map_players_gain_rare_monster_mods_on_kill_%_chance"]=7794, - ["map_players_gain_rare_monster_mods_on_kill_ms"]=3080, - ["map_players_gain_soul_eater_on_rare_kill_ms"]=3082, - ["map_players_have_decay_rarity_buff"]=7795, - ["map_players_have_point_blank"]=7796, - ["map_players_movement_skills_cooldown_speed_+%"]=7797, - ["map_players_movement_speed_+%"]=7798, - ["map_players_no_regeneration_including_es"]=7799, - ["map_players_resist_all_%"]=7800, - ["map_players_skill_area_of_effect_+%_final"]=7801, - ["map_players_spell_damage_%_suppressed"]=7802, - ["map_portals_do_not_expire"]=7803, - ["map_possessed_monsters_drop_gilded_scarab_chance_%"]=7804, - ["map_possessed_monsters_drop_map_chance_%"]=7805, - ["map_possessed_monsters_drop_polished_scarab_chance_%"]=7806, - ["map_possessed_monsters_drop_rusted_scarab_chance_%"]=7807, - ["map_possessed_monsters_drop_unique_chance_%"]=7808, - ["map_possessed_monsters_drop_winged_scarab_chance_%"]=7809, - ["map_prefix_mod_effect_+%_final"]=7810, - ["map_projectile_speed_+%"]=2089, - ["map_rampage_time_+%"]=7811, - ["map_random_unique_monster_is_possessed"]=7812, - ["map_random_zana_mod"]=7813, - ["map_rare_breach_monster_additional_breach_ring_drop_chance_%"]=7814, - ["map_rare_breach_monsters_drop_additional_shards"]=7815, - ["map_rare_chest_amount_+%"]=1982, - ["map_rare_monster_additional_modifier_chance_%_with_rollover"]=7816, - ["map_rare_monster_life_regeneration_rate_per_minute_%"]=3909, - ["map_rare_monster_num_additional_modifiers"]=7817, - ["map_rare_monsters_are_hindered"]=7818, - ["map_rare_monsters_drop_rare_prismatic_ring_on_death_%"]=7819, - ["map_rare_monsters_drop_x_additional_rare_items"]=7820, - ["map_rare_monsters_have_inner_treasure"]=7821, - ["map_reliquary_set"]=7822, - ["map_remove_irradiation_instead_of_completing"]=7823, - ["map_ritual_additional_reward_rerolls"]=7824, - ["map_ritual_defer_reward_tribute_cost_+%"]=7825, - ["map_ritual_deferred_rewards_are_offered_again_+%_sooner"]=7826, - ["map_ritual_magic_monsters_+%"]=7827, - ["map_ritual_number_of_free_rerolls"]=7828, - ["map_ritual_offered_and_defer_rewards_tribute_cost_+%"]=7829, - ["map_ritual_offered_rewards_from_rerolls_have_permyriad_chance_to_cost_no_tribute"]=7830, - ["map_ritual_omen_chance_+%"]=7831, - ["map_ritual_rare_monsters_+%"]=7832, - ["map_ritual_rewards_reroll_cost_+%_final"]=7833, - ["map_ritual_tribute_+%"]=7834, - ["map_ritual_uber_rune_type_weighting_+%"]=7835, - ["map_ritual_unlimited_reward_rerolls"]=7836, - ["map_rogue_exile_attack_cast_and_movement_speed_+%"]=7837, - ["map_rogue_exile_chance_%"]=7839, - ["map_rogue_exile_chance_+%"]=7838, - ["map_rogue_exile_drop_skill_gem_with_quality"]=7840, - ["map_rogue_exiles_are_doubled"]=7841, - ["map_rogue_exiles_damage_+%"]=7842, - ["map_rogue_exiles_drop_additional_currency_items_with_quality"]=7843, - ["map_rogue_exiles_drop_x_additional_jewels"]=7844, - ["map_rogue_exiles_dropped_items_are_corrupted"]=7845, - ["map_rogue_exiles_dropped_items_are_duplicated"]=7846, - ["map_rogue_exiles_dropped_items_are_fully_linked"]=7847, - ["map_rogue_exiles_maximum_life_+%"]=7848, - ["map_shaper_rare_chance_+%"]=7849, - ["map_shrine_chance_%"]=7851, - ["map_shrine_chance_+%"]=7850, - ["map_shrine_granted_player_buff_duration_+%"]=7852, - ["map_shrine_granted_player_buff_effect_+%"]=7853, - ["map_shrine_monster_life_+%_final"]=7854, - ["map_shrines_are_darkshrines"]=2059, - ["map_shrines_drop_x_currency_items_on_activation"]=7855, - ["map_shrines_grant_a_random_additional_effect"]=7856, - ["map_simulacrum_reward_level_+"]=7857, - ["map_size_+%"]=2000, - ["map_spawn_abysses"]=7858, - ["map_spawn_affliction_mirror"]=7859, - ["map_spawn_bestiary_encounters"]=7860, - ["map_spawn_betrayals"]=2329, - ["map_spawn_beyond_boss_when_beyond_boss_slain_%"]=7861, - ["map_spawn_cadiro_%_chance"]=7862, - ["map_spawn_exile_per_area_%"]=2326, - ["map_spawn_extra_exiles"]=2056, - ["map_spawn_extra_perandus_chests"]=7863, - ["map_spawn_extra_talismans"]=2063, - ["map_spawn_extra_torment_spirits"]=2065, - ["map_spawn_extra_warbands"]=2057, - ["map_spawn_harbingers"]=2060, - ["map_spawn_heist_smugglers_cache"]=7864, - ["map_spawn_incursion_encounters"]=7865, - ["map_spawn_perandus_chests"]=2062, - ["map_spawn_talismans"]=2061, - ["map_spawn_tormented_spirits"]=2332, - ["map_spawn_two_bosses"]=2143, - ["map_spawn_x_additional_heist_smugglers_caches"]=7866, - ["map_spawn_x_random_map_bosses"]=7867, - ["map_storm_area_of_effect_+%"]=7868, - ["map_strongbox_chain_length"]=105, - ["map_strongbox_chance_%"]=7869, - ["map_strongbox_chance_+%"]=7870, - ["map_strongbox_items_dropped_are_mirrored"]=7871, - ["map_strongbox_monsters_attack_speed_+%"]=7872, - ["map_strongbox_monsters_damage_+%"]=136, - ["map_strongbox_monsters_item_quantity_+%"]=7873, - ["map_strongbox_monsters_life_+%"]=129, - ["map_strongboxes_additional_pack_chance_%"]=125, - ["map_strongboxes_are_corrupted"]=7874, - ["map_strongboxes_at_least_rare"]=7875, - ["map_strongboxes_drop_x_additional_rare_items"]=7876, - ["map_strongboxes_minimum_rarity"]=7877, - ["map_strongboxes_vaal_orb_drop_chance_%"]=7598, - ["map_suffix_mod_effect_+%_final"]=7878, - ["map_synthesis_league"]=7879, - ["map_synthesis_spawn_additional_abyss_bone_chest_clusters"]=7880, - ["map_synthesis_spawn_additional_bloodworm_barrel_clusters"]=7881, - ["map_synthesis_spawn_additional_fungal_chest_clusters"]=7882, - ["map_synthesis_spawn_additional_magic_ambush_chest"]=7883, - ["map_synthesis_spawn_additional_normal_ambush_chest"]=7884, - ["map_synthesis_spawn_additional_parasite_barrel_clusters"]=7885, - ["map_synthesis_spawn_additional_rare_ambush_chest"]=7886, - ["map_synthesis_spawn_additional_volatile_barrel_clusters"]=7887, - ["map_synthesis_spawn_additional_wealthy_barrel_clusters"]=7888, - ["map_synthesised_magic_monster_additional_breach_splinter_drop_chance_%"]=7889, - ["map_synthesised_magic_monster_additional_currency_item_drop_chance_%"]=7890, - ["map_synthesised_magic_monster_additional_currency_shard_drop_chance_%"]=7891, - ["map_synthesised_magic_monster_additional_divination_card_drop_chance_%"]=7892, - ["map_synthesised_magic_monster_additional_elder_item_drop_chance_%"]=7893, - ["map_synthesised_magic_monster_additional_fossil_drop_chance_%"]=7894, - ["map_synthesised_magic_monster_additional_quality_currency_item_drop_chance_%"]=7895, - ["map_synthesised_magic_monster_additional_shaper_item_drop_chance_%"]=7896, - ["map_synthesised_magic_monster_drop_additional_currency"]=7897, - ["map_synthesised_magic_monster_drop_additional_currency_shard"]=7898, - ["map_synthesised_magic_monster_drop_additional_quality_currency"]=7899, - ["map_synthesised_magic_monster_dropped_item_quantity_+%"]=7900, - ["map_synthesised_magic_monster_dropped_item_rarity_+%"]=7901, - ["map_synthesised_magic_monster_fractured_item_drop_chance_+%"]=7902, - ["map_synthesised_magic_monster_items_drop_corrupted_%"]=7903, - ["map_synthesised_magic_monster_map_drop_chance_+%"]=7904, - ["map_synthesised_magic_monster_slain_experience_+%"]=7905, - ["map_synthesised_magic_monster_unique_item_drop_chance_+%"]=7906, - ["map_synthesised_monster_additional_breach_splinter_drop_chance_%"]=7907, - ["map_synthesised_monster_additional_currency_item_drop_chance_%"]=7908, - ["map_synthesised_monster_additional_currency_shard_drop_chance_%"]=7909, - ["map_synthesised_monster_additional_divination_card_drop_chance_%"]=7910, - ["map_synthesised_monster_additional_elder_item_drop_chance_%"]=7911, - ["map_synthesised_monster_additional_fossil_drop_chance_%"]=7912, - ["map_synthesised_monster_additional_quality_currency_item_drop_chance_%"]=7913, - ["map_synthesised_monster_additional_shaper_item_drop_chance_%"]=7914, - ["map_synthesised_monster_dropped_item_quantity_+%"]=7915, - ["map_synthesised_monster_dropped_item_rarity_+%"]=7916, - ["map_synthesised_monster_fractured_item_drop_chance_+%"]=7917, - ["map_synthesised_monster_items_drop_corrupted_%"]=7918, - ["map_synthesised_monster_map_drop_chance_+%"]=7919, - ["map_synthesised_monster_pack_size_+%"]=7920, - ["map_synthesised_monster_slain_experience_+%"]=7921, - ["map_synthesised_monster_unique_item_drop_chance_+%"]=7922, - ["map_synthesised_rare_monster_additional_abyss_jewel_drop_chance_%"]=7923, - ["map_synthesised_rare_monster_additional_breach_splinter_drop_chance_%"]=7924, - ["map_synthesised_rare_monster_additional_currency_item_drop_chance_%"]=7925, - ["map_synthesised_rare_monster_additional_currency_shard_drop_chance_%"]=7926, - ["map_synthesised_rare_monster_additional_divination_card_drop_chance_%"]=7927, - ["map_synthesised_rare_monster_additional_elder_item_drop_chance_%"]=7928, - ["map_synthesised_rare_monster_additional_essence_drop_chance_%"]=7929, - ["map_synthesised_rare_monster_additional_fossil_drop_chance_%"]=7930, - ["map_synthesised_rare_monster_additional_jewel_drop_chance_%"]=7931, - ["map_synthesised_rare_monster_additional_map_drop_chance_%"]=7932, - ["map_synthesised_rare_monster_additional_quality_currency_item_drop_chance_%"]=7933, - ["map_synthesised_rare_monster_additional_shaper_item_drop_chance_%"]=7934, - ["map_synthesised_rare_monster_additional_talisman_drop_chance_%"]=7935, - ["map_synthesised_rare_monster_additional_vaal_fragment_drop_chance_%"]=7936, - ["map_synthesised_rare_monster_additional_veiled_item_drop_chance_%"]=7937, - ["map_synthesised_rare_monster_drop_additional_breach_splinter"]=7938, - ["map_synthesised_rare_monster_drop_additional_currency"]=7939, - ["map_synthesised_rare_monster_drop_additional_currency_shard"]=7940, - ["map_synthesised_rare_monster_drop_additional_quality_currency"]=7941, - ["map_synthesised_rare_monster_dropped_item_quantity_+%"]=7942, - ["map_synthesised_rare_monster_dropped_item_rarity_+%"]=7943, - ["map_synthesised_rare_monster_fractured_item_drop_chance_+%"]=7944, - ["map_synthesised_rare_monster_gives_mods_to_killer_chance_%"]=7945, - ["map_synthesised_rare_monster_items_drop_corrupted_%"]=7946, - ["map_synthesised_rare_monster_map_drop_chance_+%"]=7947, - ["map_synthesised_rare_monster_resurrect_as_ally_chance_%"]=7948, - ["map_synthesised_rare_monster_slain_experience_+%"]=7949, - ["map_synthesised_rare_monster_unique_item_drop_chance_+%"]=7950, - ["map_talismans_dropped_as_rare"]=7951, - ["map_talismans_higher_tier"]=7952, - ["map_tempest_area_of_effect_+%_visible"]=7953, - ["map_tempest_base_ground_desecration_damage_to_deal_per_minute"]=2039, - ["map_tempest_base_ground_fire_damage_to_deal_per_minute"]=2035, - ["map_tempest_corruption_weight"]=7954, - ["map_tempest_display_prefix"]=29, - ["map_tempest_display_suffix"]=30, - ["map_tempest_frequency_+%"]=7955, - ["map_tempest_ground_ice"]=2036, - ["map_tempest_ground_lightning"]=2037, - ["map_tempest_ground_tar_movement_speed_+%"]=2038, - ["map_tempest_radiant_weight"]=7956, - ["map_temporal_chains_curse_zones"]=2076, - ["map_tormented_spirit_chance_%"]=7957, - ["map_tormented_spirit_chance_+%"]=7958, - ["map_tormented_spirits_drop_x_additional_rare_items"]=7959, - ["map_tormented_spirits_duration_+%"]=7960, - ["map_tormented_spirits_movement_speed_+%"]=7961, - ["map_tower_augment_quantity_+%"]=7962, - ["map_unique_boss_drops_divination_cards"]=7963, - ["map_unique_boss_num_additional_modifiers"]=7964, - ["map_unique_item_drop_chance_+%"]=7965, - ["map_unique_monster_num_additional_modifiers"]=7966, - ["map_unique_monsters_drop_corrupted_items"]=7967, - ["map_upgrade_pack_to_magic_%_chance"]=7968, - ["map_upgrade_pack_to_rare_%_chance"]=7969, - ["map_upgrade_synthesised_pack_to_magic_%_chance"]=7970, - ["map_upgrade_synthesised_pack_to_rare_%_chance"]=7971, - ["map_vaal_monster_items_drop_corrupted_%"]=7972, - ["map_vaal_mortal_strongbox_chance_per_fragment_%"]=7973, - ["map_vaal_sacrifice_strongbox_chance_per_fragment_%"]=7974, - ["map_vaal_temple_spawn_additional_vaal_vessels"]=7975, - ["map_vaal_vessel_drop_X_divination_cards"]=7976, - ["map_vaal_vessel_drop_X_fossils"]=7977, - ["map_vaal_vessel_drop_X_levelled_vaal_gems"]=7978, - ["map_vaal_vessel_drop_X_mortal_fragments"]=7979, - ["map_vaal_vessel_drop_X_prophecies"]=7980, - ["map_vaal_vessel_drop_X_rare_temple_items"]=7981, - ["map_vaal_vessel_drop_X_sacrifice_fragments"]=7982, - ["map_vaal_vessel_drop_X_vaal_orbs"]=7983, - ["map_vaal_vessel_drop_x_double_implicit_corrupted_uniques"]=7984, - ["map_vaal_vessel_drop_x_single_implicit_corrupted_uniques"]=7985, - ["map_vaal_vessel_item_drop_quantity_+%"]=7986, - ["map_vaal_vessel_item_drop_rarity_+%"]=7987, - ["map_warbands_packs_have_additional_elites"]=7988, - ["map_warbands_packs_have_additional_grunts"]=7989, - ["map_warbands_packs_have_additional_supports"]=7990, - ["map_watchstone_additional_packs_of_elder_monsters"]=7991, - ["map_watchstone_additional_packs_of_shaper_monsters"]=7992, - ["map_watchstone_monsters_damage_+%_final"]=7993, - ["map_watchstone_monsters_life_+%_final"]=7994, - ["map_weapon_and_shields_drop_corrupted_with_implicit_%_chance"]=130, - ["map_weapon_and_shields_drop_fractured_%_chance"]=131, - ["map_weapon_and_shields_drop_fully_linked_%_chance"]=132, - ["map_weapon_and_shields_drop_fully_socketed_%_chance"]=133, - ["map_weapons_drop_animated"]=2726, - ["maps_with_bosses_additional_essence_+"]=7995, - ["maps_with_bosses_additional_shrine_+"]=7996, - ["maps_with_bosses_additional_spirit_+"]=7997, - ["maps_with_bosses_additional_strongbox_+"]=7998, - ["marauder_hidden_ascendancy_damage_+%_final"]=7999, - ["marauder_hidden_ascendancy_damage_taken_+%_final"]=8000, - ["mark_effect_+%"]=2314, - ["mark_skill_cast_speed_+%"]=1913, - ["mark_skill_duration_+%"]=8001, - ["mark_skill_mana_cost_+%"]=8002, - ["marked_enemies_cannot_deal_critical_strikes"]=8003, - ["marked_enemies_cannot_regenerate_life"]=8004, - ["marked_enemy_accuracy_rating_+%"]=8005, - ["marked_enemy_damage_taken_+%"]=8006, - ["marks_you_inflict_remain_after_death"]=8007, - ["master_of_elements_evasion_rating_+%_final"]=8008, - ["mastery_chance_to_evade_melee_attacks_+%_final"]=8009, - ["maven_fight_layout_override"]=8010, - ["max_adaptations_+"]=1393, - ["max_chance_to_block_attacks_if_not_blocked_recently"]=8011, - ["max_charged_attack_stacks"]=3844, - ["max_endurance_charges"]=1524, - ["max_fortification_+1_per_5"]=8012, - ["max_fortification_while_affected_by_glorious_madness_+1_per_4"]=9556, - ["max_fortification_while_focused_+1_per_5"]=8013, - ["max_fortification_while_stationary_+1_per_5"]=8014, - ["max_frenzy_charges"]=1529, - ["max_life_%_as_mana"]=8015, - ["max_life_%_as_spirit"]=8016, - ["max_mana_increases_apply_to_effect_of_arcane_surge_on_self"]=8017, - ["max_power_charges"]=1534, - ["max_steel_ammo"]=8018, - ["maximum_absorption_charges_is_equal_to_maximum_power_charges"]=1537, - ["maximum_added_chaos_damage_if_have_crit_recently"]=8109, - ["maximum_added_chaos_damage_per_curse_on_enemy"]=8110, - ["maximum_added_chaos_damage_per_spiders_web_on_enemy"]=8111, - ["maximum_added_chaos_damage_to_attacks_and_spells_per_50_strength"]=8112, - ["maximum_added_chaos_damage_to_attacks_per_50_strength"]=8113, - ["maximum_added_chaos_damage_vs_enemies_with_5+_poisons"]=8114, - ["maximum_added_cold_damage_if_have_crit_recently"]=8115, - ["maximum_added_cold_damage_per_frenzy_charge"]=3891, - ["maximum_added_cold_damage_to_attacks_per_10_dexterity"]=8116, - ["maximum_added_cold_damage_vs_chilled_enemies"]=8117, - ["maximum_added_cold_damage_while_affected_by_hatred"]=8118, - ["maximum_added_cold_damage_while_you_have_avians_might"]=8119, - ["maximum_added_fire_attack_damage_per_active_buff"]=1182, - ["maximum_added_fire_damage_if_blocked_recently"]=3893, - ["maximum_added_fire_damage_if_have_crit_recently"]=8120, - ["maximum_added_fire_damage_per_100_lowest_of_max_life_mana"]=8121, - ["maximum_added_fire_damage_per_active_buff"]=1184, - ["maximum_added_fire_damage_per_endurance_charge"]=8122, - ["maximum_added_fire_damage_to_attacks_per_10_strength"]=8123, - ["maximum_added_fire_damage_to_hits_vs_blinded_enemies"]=8124, - ["maximum_added_fire_damage_vs_ignited_enemies"]=1181, - ["maximum_added_fire_spell_damage_per_active_buff"]=1183, - ["maximum_added_lightning_damage_if_have_crit_recently"]=8125, - ["maximum_added_lightning_damage_per_10_int"]=8019, - ["maximum_added_lightning_damage_per_power_charge"]=8126, - ["maximum_added_lightning_damage_per_shocked_enemy_killed_recently"]=8127, - ["maximum_added_lightning_damage_to_attacks_per_20_intelligence"]=8128, - ["maximum_added_lightning_damage_to_spells_per_power_charge"]=8129, - ["maximum_added_lightning_damage_while_you_have_avians_might"]=8130, - ["maximum_added_physical_damage_if_have_crit_recently"]=8131, - ["maximum_added_physical_damage_per_endurance_charge"]=8132, - ["maximum_added_physical_damage_per_impaled_on_enemy"]=8133, - ["maximum_added_physical_damage_vs_bleeding_enemies"]=2213, - ["maximum_added_physical_damage_vs_frozen_enemies"]=1180, - ["maximum_added_physical_damage_vs_poisoned_enemies"]=8134, - ["maximum_added_spell_cold_damage_while_no_life_is_reserved"]=8135, - ["maximum_added_spell_fire_damage_while_no_life_is_reserved"]=8136, - ["maximum_added_spell_lightning_damage_while_no_life_is_reserved"]=8137, - ["maximum_affliction_charges_is_equal_to_maximum_frenzy_charges"]=1532, - ["maximum_arrow_fire_damage_added_for_each_pierce"]=4325, - ["maximum_blitz_charges"]=8020, - ["maximum_block_modifiers_apply_to_maximum_resistances_instead"]=8021, - ["maximum_blood_scythe_charges"]=3986, - ["maximum_brutal_charges_is_equal_to_maximum_endurance_charges"]=1527, - ["maximum_caltrops_allowed"]=8022, - ["maximum_challenger_charges"]=8023, - ["maximum_chance_to_evade_is_50%"]=8024, - ["maximum_chaos_damage_to_return_to_melee_attacker"]=1901, - ["maximum_chaos_infusion_stacks"]=8025, - ["maximum_cold_damage_resistance_%_while_affected_by_herald_of_ice"]=8026, - ["maximum_cold_damage_to_return_to_melee_attacker"]=1899, - ["maximum_cold_infusion_stacks"]=8027, - ["maximum_cold_resistance_+1_per_X_corresponding_support"]=8028, - ["maximum_critical_strike_chance"]=2451, - ["maximum_critical_strike_chance_is_50%"]=8029, - ["maximum_darkness_+%"]=8030, - ["maximum_divine_charges"]=4019, - ["maximum_endurance_charges_+_while_affected_by_determination"]=8031, - ["maximum_endurance_charges_is_equal_to_maximum_frenzy_charges"]=1525, - ["maximum_energy_shield_%_lost_on_kill"]=1482, - ["maximum_energy_shield_+%"]=895, - ["maximum_energy_shield_+%_and_lightning_resistance_-%"]=1422, - ["maximum_energy_shield_+1_per_x_body_armour_evasion_rating"]=8032, - ["maximum_energy_shield_+_per_100_life_reserved"]=1406, - ["maximum_energy_shield_+_per_5_armour_on_shield"]=4009, - ["maximum_energy_shield_+_per_5_strength"]=3412, - ["maximum_energy_shield_+_per_6_body_armour_evasion_rating"]=1407, - ["maximum_energy_shield_from_body_armour_+%"]=8033, - ["maximum_es_+%_per_equipped_corrupted_item"]=2774, - ["maximum_es_taken_as_physical_damage_on_minion_death_%"]=2706, - ["maximum_fanaticism_charges"]=8034, - ["maximum_fire_damage_resistance_%_while_affected_by_herald_of_ash"]=8036, - ["maximum_fire_damage_resistance_+%_per_40%_uncapped_fire_damage_resistance"]=8035, - ["maximum_fire_damage_to_return_to_melee_attacker"]=1898, - ["maximum_fire_infusion_stacks"]=8037, - ["maximum_fire_resistance_+1_per_X_corresponding_support"]=8038, - ["maximum_frenzy_charges_+_while_affected_by_grace"]=8039, - ["maximum_frenzy_charges_is_equal_to_maximum_power_charges"]=1530, - ["maximum_frenzy_power_endurance_charges"]=8040, - ["maximum_intensify_stacks"]=8042, - ["maximum_life_%_lost_on_kill"]=1480, - ["maximum_life_%_to_convert_to_maximum_energy_shield"]=8046, - ["maximum_life_%_to_gain_as_armour"]=8047, - ["maximum_life_%_to_gain_as_maximum_energy_shield"]=8048, - ["maximum_life_+%"]=897, - ["maximum_life_+%_and_fire_resistance_-%"]=1420, - ["maximum_life_+%_for_corpses_you_create"]=8049, - ["maximum_life_+%_if_no_life_tags_on_body_armour"]=8050, - ["maximum_life_+%_per_abyssal_jewel_affecting_you"]=8051, - ["maximum_life_+%_per_equipped_corrupted_item"]=2773, - ["maximum_life_+%_per_stackable_unique_jewel"]=3788, - ["maximum_life_mana_and_energy_shield_+%"]=1409, - ["maximum_life_per_10_dexterity"]=8043, - ["maximum_life_per_10_intelligence"]=8044, - ["maximum_life_per_10_levels"]=2465, - ["maximum_life_per_2%_increased_item_found_rarity"]=8045, - ["maximum_life_per_equipped_elder_item"]=3969, - ["maximum_life_taken_as_physical_damage_on_minion_death_%"]=2705, - ["maximum_lightning_damage_resistance_%_while_affected_by_herald_of_thunder"]=8052, - ["maximum_lightning_damage_to_return_on_block"]=2304, - ["maximum_lightning_damage_to_return_to_melee_attacker"]=1900, - ["maximum_lightning_infusion_stacks"]=8053, - ["maximum_lightning_resistance_+1_per_X_corresponding_support"]=8054, - ["maximum_mana_%_gained_on_kill"]=1481, - ["maximum_mana_%_to_add_to_energy_shield_while_affected_by_clarity"]=8055, - ["maximum_mana_+%"]=899, - ["maximum_mana_+%_and_cold_resistance_-%"]=1421, - ["maximum_mana_+%_per_2%_spell_block_chance"]=3229, - ["maximum_mana_+%_per_abyssal_jewel_affecting_you"]=8056, - ["maximum_number_of_blades_left_in_ground"]=8057, - ["maximum_physical_attack_damage_on_crit_+%_final"]=8058, - ["maximum_physical_damage_reduction_%"]=1395, - ["maximum_physical_damage_reduction_is_50%"]=8059, - ["maximum_physical_damage_to_reflect_to_self_on_attack"]=1896, - ["maximum_physical_damage_to_return_on_block"]=2303, - ["maximum_physical_damage_to_return_to_melee_attacker"]=1897, - ["maximum_power_and_endurance_charges_+"]=8060, - ["maximum_power_and_frenzy_charges_+"]=1535, - ["maximum_power_charges_+_while_affected_by_discipline"]=8061, - ["maximum_rage"]=8664, - ["maximum_rage_+_while_wielding_axe"]=8062, - ["maximum_rage_per_equipped_one_handed_sword"]=8063, - ["maximum_random_movement_velocity_+%_when_hit"]=8064, - ["maximum_spell_block_chance_per_50_strength"]=1702, - ["maximum_spirit_charges_per_abyss_jewel_equipped"]=4012, - ["maximum_virulence_stacks"]=8065, - ["maximum_void_arrows"]=3987, - ["maximum_volatility_allowed"]=8066, - ["melee_ancestor_totem_damage_+%"]=3265, - ["melee_ancestor_totem_elemental_resistance_%"]=3742, - ["melee_ancestor_totem_grant_owner_attack_speed_+%"]=3433, - ["melee_ancestor_totem_placement_speed_+%"]=3604, - ["melee_attack_number_of_spirit_strikes"]=8067, - ["melee_attack_speed_+%"]=1281, - ["melee_attacks_usable_without_mana_cost"]=2392, - ["melee_cold_damage_+%"]=1695, - ["melee_cold_damage_+%_while_fortify_is_active"]=1994, - ["melee_cold_damage_+%_while_holding_shield"]=1698, - ["melee_critical_strike_chance_+%"]=1343, - ["melee_critical_strike_chance_+%_if_warcried_recently"]=8068, - ["melee_critical_strike_multiplier_+%_if_warcried_recently"]=8069, - ["melee_critical_strike_multiplier_+_while_wielding_shield"]=1364, - ["melee_damage_+%"]=1156, - ["melee_damage_+%_at_close_range"]=8073, - ["melee_damage_+%_during_flask_effect"]=8074, - ["melee_damage_+%_if_youve_dealt_projectile_attack_hit_recently"]=8070, - ["melee_damage_+%_per_endurance_charge"]=3801, - ["melee_damage_+%_per_second_of_warcry_affecting_you"]=8075, - ["melee_damage_+%_vs_burning_enemies"]=1161, - ["melee_damage_+%_vs_frozen_enemies"]=1157, - ["melee_damage_+%_vs_heavy_stunned_enemies"]=8076, - ["melee_damage_+%_vs_immobilised_enemies"]=8071, - ["melee_damage_+%_vs_shocked_enemies"]=1159, - ["melee_damage_+%_when_on_full_life"]=2348, - ["melee_damage_+%_while_fortified"]=3872, - ["melee_damage_+%_with_spears_while_surrounded"]=8072, - ["melee_damage_taken_%_to_deal_to_attacker"]=2416, - ["melee_damage_taken_+%"]=2452, - ["melee_damage_vs_bleeding_enemies_+%"]=2211, - ["melee_fire_damage_+%"]=1694, - ["melee_fire_damage_+%_while_holding_shield"]=1697, - ["melee_hit_damage_stun_multiplier_+%"]=8077, - ["melee_hit_damage_stun_multiplier_+%_final_from_ot"]=8078, - ["melee_hits_grant_rampage_stacks"]=9578, - ["melee_movement_skill_chance_to_fortify_on_hit_%"]=8079, - ["melee_physical_damage_+%"]=1693, - ["melee_physical_damage_+%_per_10_dexterity"]=8080, - ["melee_physical_damage_+%_per_10_strength_while_fortified"]=8081, - ["melee_physical_damage_+%_vs_ignited_enemies"]=3942, - ["melee_physical_damage_+%_while_fortify_is_active"]=1995, - ["melee_physical_damage_+%_while_holding_shield"]=1696, - ["melee_physical_damage_taken_%_to_deal_to_attacker"]=2178, - ["melee_range_+"]=2252, - ["melee_range_+_while_at_least_5_enemies_nearby"]=8082, - ["melee_range_+_while_dual_wielding"]=8084, - ["melee_range_+_while_unarmed"]=2756, - ["melee_range_+_while_wielding_shield"]=8083, - ["melee_range_+_with_axe"]=8085, - ["melee_range_+_with_claw"]=8086, - ["melee_range_+_with_dagger"]=8087, - ["melee_range_+_with_flail"]=8088, - ["melee_range_+_with_mace"]=8089, - ["melee_range_+_with_one_handed"]=8090, - ["melee_range_+_with_spear"]=8091, - ["melee_range_+_with_staff"]=8092, - ["melee_range_+_with_sword"]=8093, - ["melee_range_+_with_two_handed"]=8094, - ["melee_skill_gem_level_+"]=951, - ["melee_skills_area_of_effect_+%"]=8095, - ["melee_splash"]=1100, - ["melee_strike_range_+_if_youve_dealt_projectile_attack_hit_recently"]=8096, - ["melee_strike_skill_strike_previous_location"]=8097, - ["melee_weapon_critical_strike_multiplier_+"]=1362, - ["melee_weapon_range_+_if_you_have_killed_recently"]=8098, - ["melee_weapon_range_+_while_at_maximum_frenzy_charges"]=8099, - ["melee_weapon_range_+_while_fortified"]=8100, - ["memory_line_abyss_scourge_spawn_boss_chance_%"]=106, - ["memory_line_all_drops_replaced_with_currency_shard_stacks_%_chance_otherwise_delete"]=117, - ["memory_line_big_harvest"]=107, - ["memory_line_breach_boss_spawn_chance_%"]=118, - ["memory_line_breach_covers_map"]=92, - ["memory_line_essence_monster_number_of_essences"]=108, - ["memory_line_maximum_possessions_of_rare_unique_monsters"]=109, - ["memory_line_minimum_possessions_of_rare_unique_monsters"]=93, - ["memory_line_num_harvest_plots"]=94, - ["memory_line_number_of_abyss_scourge_cracks"]=95, - ["memory_line_number_of_breaches"]=96, - ["memory_line_number_of_essences"]=97, - ["memory_line_number_of_excursions"]=98, - ["memory_line_number_of_large_breach_chests"]=110, - ["memory_line_number_of_pantheon_shrines"]=3935, - ["memory_line_number_of_shrines"]=3934, - ["memory_line_number_of_strongboxes"]=99, - ["memory_line_player_is_harbinger"]=100, - ["memory_line_strongboxes_chance_to_be_operatives_%"]=119, - ["mine_%_chance_to_detonate_twice"]=8106, - ["mine_area_damage_+%_if_detonated_mine_recently"]=8101, - ["mine_area_of_effect_+%"]=8102, - ["mine_area_of_effect_+%_if_detonated_mine_recently"]=8103, - ["mine_arming_speed_+%"]=3853, - ["mine_aura_effect_+%"]=8104, - ["mine_critical_strike_chance_+%"]=1339, - ["mine_critical_strike_multiplier_+"]=1365, - ["mine_damage_+%"]=1123, - ["mine_damage_penetrates_%_elemental_resistance"]=2487, - ["mine_detonation_is_instant"]=2485, - ["mine_detonation_radius_+%"]=1638, - ["mine_detonation_speed_+%"]=8105, - ["mine_duration_+%"]=1635, - ["mine_extra_uses"]=2714, - ["mine_laying_speed_+%"]=1640, - ["mine_laying_speed_+%_for_4_seconds_on_detonation"]=3124, - ["mines_hinder_nearby_enemies_for_x_ms_on_arming"]=8107, - ["mines_invulnerable"]=8108, - ["mines_invulnerable_for_duration_ms"]=2490, - ["minimum_added_chaos_damage_if_have_crit_recently"]=8109, - ["minimum_added_chaos_damage_per_curse_on_enemy"]=8110, - ["minimum_added_chaos_damage_per_spiders_web_on_enemy"]=8111, - ["minimum_added_chaos_damage_to_attacks_and_spells_per_50_strength"]=8112, - ["minimum_added_chaos_damage_to_attacks_per_50_strength"]=8113, - ["minimum_added_chaos_damage_vs_enemies_with_5+_poisons"]=8114, - ["minimum_added_cold_damage_if_have_crit_recently"]=8115, - ["minimum_added_cold_damage_per_frenzy_charge"]=3891, - ["minimum_added_cold_damage_to_attacks_per_10_dexterity"]=8116, - ["minimum_added_cold_damage_vs_chilled_enemies"]=8117, - ["minimum_added_cold_damage_while_affected_by_hatred"]=8118, - ["minimum_added_cold_damage_while_you_have_avians_might"]=8119, - ["minimum_added_fire_attack_damage_per_active_buff"]=1182, - ["minimum_added_fire_damage_if_blocked_recently"]=3893, - ["minimum_added_fire_damage_if_have_crit_recently"]=8120, - ["minimum_added_fire_damage_per_100_lowest_of_max_life_mana"]=8121, - ["minimum_added_fire_damage_per_active_buff"]=1184, - ["minimum_added_fire_damage_per_endurance_charge"]=8122, - ["minimum_added_fire_damage_to_attacks_per_10_strength"]=8123, - ["minimum_added_fire_damage_to_hits_vs_blinded_enemies"]=8124, - ["minimum_added_fire_damage_vs_ignited_enemies"]=1181, - ["minimum_added_fire_spell_damage_per_active_buff"]=1183, - ["minimum_added_lightning_damage_if_have_crit_recently"]=8125, - ["minimum_added_lightning_damage_per_power_charge"]=8126, - ["minimum_added_lightning_damage_per_shocked_enemy_killed_recently"]=8127, - ["minimum_added_lightning_damage_to_attacks_per_20_intelligence"]=8128, - ["minimum_added_lightning_damage_to_spells_per_power_charge"]=8129, - ["minimum_added_lightning_damage_while_you_have_avians_might"]=8130, - ["minimum_added_physical_damage_if_have_crit_recently"]=8131, - ["minimum_added_physical_damage_per_endurance_charge"]=8132, - ["minimum_added_physical_damage_per_impaled_on_enemy"]=8133, - ["minimum_added_physical_damage_vs_bleeding_enemies"]=2213, - ["minimum_added_physical_damage_vs_frozen_enemies"]=1180, - ["minimum_added_physical_damage_vs_poisoned_enemies"]=8134, - ["minimum_added_spell_cold_damage_while_no_life_is_reserved"]=8135, - ["minimum_added_spell_fire_damage_while_no_life_is_reserved"]=8136, - ["minimum_added_spell_lightning_damage_while_no_life_is_reserved"]=8137, - ["minimum_arrow_fire_damage_added_for_each_pierce"]=4325, - ["minimum_chaos_damage_to_return_to_melee_attacker"]=1901, - ["minimum_cold_damage_to_return_to_melee_attacker"]=1899, - ["minimum_endurance_charges_at_devotion_threshold"]=8138, - ["minimum_endurance_charges_per_stackable_unique_jewel"]=3789, - ["minimum_endurance_charges_while_on_low_life_+"]=8139, - ["minimum_fire_damage_to_return_to_melee_attacker"]=1898, - ["minimum_frenzy_charges_at_devotion_threshold"]=8140, - ["minimum_frenzy_charges_per_stackable_unique_jewel"]=3790, - ["minimum_frenzy_endurance_power_charges_are_equal_to_maximum_while_stationary"]=8141, - ["minimum_frenzy_power_endurance_charges"]=8142, - ["minimum_lightning_damage_to_return_on_block"]=2304, - ["minimum_lightning_damage_to_return_to_melee_attacker"]=1900, - ["minimum_physical_attack_damage_on_crit_+%_final"]=8143, - ["minimum_physical_damage_to_reflect_to_self_on_attack"]=1896, - ["minimum_physical_damage_to_return_on_block"]=2303, - ["minimum_physical_damage_to_return_to_melee_attacker"]=1897, - ["minimum_power_charges_at_devotion_threshold"]=8144, - ["minimum_power_charges_per_stackable_unique_jewel"]=3791, - ["minimum_power_charges_while_on_low_life_+"]=8145, - ["minion_%_chance_to_be_summoned_with_maximum_frenzy_charges"]=8210, - ["minion_1%_accuracy_rating_+%_per_X_player_dexterity"]=8146, - ["minion_1%_damage_+%_per_X_player_strength"]=8147, - ["minion_accuracy_rating"]=8148, - ["minion_accuracy_rating_+%"]=8150, - ["minion_accuracy_rating_per_10_devotion"]=8149, - ["minion_actor_scale_+%"]=8151, - ["minion_additional_base_critical_strike_chance"]=8152, - ["minion_additional_physical_damage_reduction_%"]=1998, - ["minion_additional_spell_block_%"]=2603, - ["minion_area_of_effect_+%_if_you_have_cast_a_minion_skill_recently"]=8153, - ["minion_attack_added_cold_damage_as_%_parent_maximum_life"]=8154, - ["minion_attack_and_cast_speed_+%"]=8155, - ["minion_attack_and_cast_speed_+%_if_you_or_minions_have_killed_enemy_recently"]=8156, - ["minion_attack_and_cast_speed_+%_per_10_devotion"]=8157, - ["minion_attack_and_cast_speed_+%_per_active_skeleton"]=2940, - ["minion_attack_and_cast_speed_+%_while_you_are_affected_by_a_herald"]=8158, - ["minion_attack_hits_knockback_chance_%"]=8159, - ["minion_attack_maximum_added_physical_damage"]=3403, - ["minion_attack_minimum_added_physical_damage"]=3403, - ["minion_attack_speed_+%"]=2606, - ["minion_attack_speed_+%_per_50_dex"]=8160, - ["minion_attacks_chance_to_blind_on_hit_%"]=8161, - ["minion_attacks_chance_to_taunt_on_hit_%"]=3087, - ["minion_base_physical_damage_%_to_convert_to_chaos"]=1678, - ["minion_base_physical_damage_%_to_convert_to_cold"]=1673, - ["minion_base_physical_damage_%_to_convert_to_fire"]=1671, - ["minion_base_physical_damage_%_to_convert_to_lightning"]=1675, - ["minion_bleed_on_hit_with_attacks_%"]=2209, - ["minion_block_%"]=2602, - ["minion_cannot_crit"]=8162, - ["minion_cast_speed_+%"]=2607, - ["minion_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=3095, - ["minion_chance_to_deal_double_damage_%"]=8163, - ["minion_chance_to_deal_double_damage_while_on_full_life_%"]=8164, - ["minion_chance_to_freeze_%"]=8165, - ["minion_chance_to_freeze_shock_ignite_%"]=8166, - ["minion_chance_to_gain_onslaught_on_kill_for_4_seconds_%"]=3038, - ["minion_chance_to_gain_power_charge_on_hit_%"]=8167, - ["minion_chance_to_ignite_%"]=8168, - ["minion_chance_to_impale_on_attack_hit_%"]=8169, - ["minion_chance_to_shock_%"]=8170, - ["minion_chaos_resistance_%"]=2610, - ["minion_cold_damage_resistance_%"]=3814, - ["minion_commanded_skill_damage_+%"]=8171, - ["minion_cooldown_recovery_+%"]=8172, - ["minion_critical_strike_chance_+%"]=8173, - ["minion_critical_strike_chance_+%_per_maximum_power_charge"]=8174, - ["minion_critical_strike_multiplier_+"]=8175, - ["minion_critical_strike_multiplier_+_per_stackable_unique_jewel"]=3792, - ["minion_damage_+%"]=1687, - ["minion_damage_+%_if_enemy_hit_recently"]=8179, - ["minion_damage_+%_if_have_used_a_minion_skill_recently"]=1688, - ["minion_damage_+%_per_5_dex"]=1690, - ["minion_damage_+%_per_active_spectre"]=2942, - ["minion_damage_+%_vs_abyssal_monsters"]=8180, - ["minion_damage_+%_while_affected_by_a_herald"]=8181, - ["minion_damage_+%_while_you_have_at_least_two_different_active_offerings"]=8176, - ["minion_damage_against_ignited_enemies_+%"]=8177, - ["minion_damage_increases_and_reductions_also_affects_you"]=3948, - ["minion_damage_over_time_multiplier_+_per_minion_abyss_jewel_up_to_+30"]=8178, - ["minion_damage_taken_%_recouped_as_their_life"]=8182, - ["minion_damage_taken_+%"]=8183, - ["minion_deal_no_non_cold_damage"]=8184, - ["minion_demon_add_fury_charge_on_hit_%"]=8185, - ["minion_demon_attack_speed_+%_per_fury_charge"]=8186, - ["minion_demon_damage_+%_final_per_fury_charge"]=8187, - ["minion_demon_gain_fury_charge_when_allied_minion_dies_in_x_range"]=8188, - ["minion_demon_life_loss_%_per_minute_per_fury_charge"]=8189, - ["minion_demon_maximum_fury_charges"]=8190, - ["minion_duration_+%_per_active_zombie"]=2941, - ["minion_elemental_resistance_%"]=2609, - ["minion_elemental_resistance_30%"]=8191, - ["minion_energy_shield_delay_-%"]=4036, - ["minion_evasion_rating_+%"]=8192, - ["minion_fire_cloud_on_death_maximum_life_per_minute_to_deal_as_fire_damage_%"]=8193, - ["minion_fire_damage_%_of_maximum_life_taken_per_minute"]=8194, - ["minion_fire_damage_resistance_%"]=8195, - ["minion_flask_charges_used_+%"]=1890, - ["minion_global_always_hit"]=8196, - ["minion_global_maximum_added_chaos_damage"]=3404, - ["minion_global_maximum_added_cold_damage"]=3405, - ["minion_global_maximum_added_fire_damage"]=3406, - ["minion_global_maximum_added_lightning_damage"]=3407, - ["minion_global_maximum_added_physical_damage"]=3408, - ["minion_global_minimum_added_chaos_damage"]=3404, - ["minion_global_minimum_added_cold_damage"]=3405, - ["minion_global_minimum_added_fire_damage"]=3406, - ["minion_global_minimum_added_lightning_damage"]=3407, - ["minion_global_minimum_added_physical_damage"]=3408, - ["minion_grants_rampage_kill_to_parent_on_hitting_rare_or_unique_enemy_%"]=8197, - ["minion_hits_ignore_enemy_elemental_resistances_while_has_energy_shield"]=4037, - ["minion_larger_aggro_radius"]=9572, - ["minion_life_increased_by_overcapped_fire_resistance"]=8198, - ["minion_life_recovery_rate_+%"]=1489, - ["minion_life_regeneration_per_minute_per_active_raging_spirit"]=2943, - ["minion_life_regeneration_rate_per_minute_%"]=2608, - ["minion_life_regeneration_rate_per_minute_%_if_blocked_recently"]=8199, - ["minion_life_regeneration_rate_per_second"]=8200, - ["minion_lightning_damage_resistance_%"]=3815, - ["minion_maim_on_hit_%"]=8201, - ["minion_malediction_on_hit"]=8202, - ["minion_maximum_all_elemental_resistances_%"]=8203, - ["minion_maximum_energy_shield_+%"]=1491, - ["minion_maximum_life_%_to_convert_to_maximum_energy_shield_per_1%_chaos_resistance"]=4034, - ["minion_maximum_life_%_to_gain_as_maximum_energy_shield"]=8204, - ["minion_maximum_life_+%"]=985, - ["minion_maximum_mana_+%"]=1490, - ["minion_melee_damage_+%"]=8205, - ["minion_minimum_power_charges"]=8206, - ["minion_movement_speed_+%"]=1492, - ["minion_movement_speed_+%_per_50_dex"]=8207, - ["minion_movement_velocity_+%_for_each_herald_affecting_you"]=8208, - ["minion_no_critical_strike_multiplier"]=8209, - ["minion_no_extra_bleeding_damage_while_moving"]=2863, - ["minion_physical_damage_%_to_gain_as_cold"]=3816, - ["minion_physical_damage_%_to_gain_as_fire"]=8211, - ["minion_physical_damage_%_to_gain_as_lightning"]=8212, - ["minion_physical_damage_reduction_rating"]=2604, - ["minion_physical_hit_and_dot_damage_%_taken_as_lightning"]=8213, - ["minion_projectile_speed_+%"]=8214, - ["minion_raging_spirit_%_of_maximum_life_taken_per_minute_as_chaos_damage"]=8216, - ["minion_raging_spirit_maximum_life_+%"]=8215, - ["minion_recover_%_maximum_life_on_minion_death"]=8217, - ["minion_recover_%_of_maximum_life_on_block"]=2741, - ["minion_recover_X_life_on_block"]=1487, - ["minion_reservation_+%"]=8218, - ["minion_resistances_equal_yours"]=8219, - ["minion_resummon_speed_+%"]=8221, - ["minion_resummon_speed_+%_if_all_active_minions_are_companions"]=8220, - ["minion_skill_area_of_effect_+%"]=2707, - ["minion_skill_gem_level_+"]=953, - ["minion_skill_mana_cost_+%"]=8222, - ["minion_skill_physical_damage_%_to_convert_to_fire"]=8223, - ["minion_spell_suppression_chance_%"]=8224, - ["minion_spells_chance_to_hinder_on_hit_%"]=8225, - ["minion_stun_threshold_reduction_+%"]=8226, - ["minion_summoned_recently_attack_and_cast_speed_+%"]=8227, - ["minion_summoned_recently_cannot_be_damaged"]=8228, - ["minion_summoned_recently_movement_speed_+%"]=8229, - ["minion_undead_minions_are_demons_instead"]=8230, - ["minions_%_chance_to_blind_on_hit"]=3780, - ["minions_accuracy_is_equal_to_yours"]=8231, - ["minions_attacks_overwhelm_%_physical_damage_reduction"]=8232, - ["minions_cannot_be_blinded"]=3779, - ["minions_cannot_be_damaged_after_summoned_ms"]=8233, - ["minions_cannot_taunt_enemies"]=8234, - ["minions_chance_to_intimidate_on_hit_%"]=8235, - ["minions_chance_to_poison_on_hit_%"]=2848, - ["minions_deal_%_of_physical_damage_as_additional_chaos_damage"]=8236, - ["minions_gain_your_dexterity"]=8237, - ["minions_gain_your_strength"]=8238, - ["minions_get_amulet_stats_instead_of_you"]=1893, - ["minions_go_crazy_on_crit_ms"]=8239, - ["minions_grant_owner_and_owners_totems_gains_endurance_charge_on_burning_enemy_kill_%"]=2990, - ["minions_have_%_chance_to_inflict_wither_on_hit"]=8240, - ["minions_have_+%_critical_strike_multiplier_per_wither_on_enemies"]=8241, - ["minions_have_non_curse_aura_effect_+%_from_parent_skills"]=1852, - ["minions_have_unholy_might"]=8242, - ["minions_hits_can_only_kill_ignited_enemies"]=8243, - ["minions_penetrate_elemental_resistances_%_vs_cursed_enemies"]=8244, - ["minions_recover_%_maximum_life_on_killing_poisoned_enemy"]=8245, - ["minions_recover_%_maximum_life_when_you_focus"]=8246, - ["minions_reflected_damage_taken_+%"]=8247, - ["minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second"]=8248, - ["minions_use_parents_flasks_on_summon"]=1888, - ["mirage_archer_duration_+%"]=8249, - ["mirage_archers_do_not_attach"]=4045, - ["mirror_arrow_and_mirror_arrow_clone_attack_speed_+%"]=3497, - ["mirror_arrow_and_mirror_arrow_clone_damage_+%"]=3359, - ["mirror_arrow_cooldown_speed_+%"]=3515, - ["missing_life_%_gained_as_life_before_hit"]=8250, - ["mod_granted_passive_hash"]=8251, - ["mod_granted_passive_hash_2"]=8252, - ["mod_granted_passive_hash_3"]=8253, - ["mod_granted_passive_hash_4"]=8254, - ["mod_granted_passive_hash_essence"]=8255, - ["modifiers_to_attributes_instead_apply_to_ascendance"]=1115, - ["modifiers_to_claw_attack_speed_also_affect_unarmed_melee_attack_speed"]=3217, - ["modifiers_to_claw_critical_strike_chance_also_affect_unarmed_melee_critical_strike_chance"]=3218, - ["modifiers_to_claw_damage_also_affect_unarmed_melee_damage"]=3216, - ["modifiers_to_fire_resistance_also_apply_to_cold_lightning_resistance_at_%_value"]=8256, - ["modifiers_to_map_item_drop_quantity_also_apply_to_map_item_drop_rarity"]=3238, - ["modifiers_to_maximum_fire_resistance_apply_to_maximum_cold_and_lightning_resistance"]=8257, - ["modifiers_to_minimum_endurance_charges_instead_apply_to_brutal_charges"]=1526, - ["modifiers_to_minimum_frenzy_charges_instead_apply_to_affliction_charges"]=1531, - ["modifiers_to_minimum_power_charges_instead_apply_to_absorption_charges"]=1536, - ["modifiers_to_minion_cast_speed_also_affect_you"]=3390, - ["modifiers_to_minion_damage_also_affect_you"]=3388, - ["modifiers_to_minion_life_regeneration_also_affect_you"]=3391, - ["modifiers_to_minion_movement_speed_also_affect_you"]=3392, - ["modifiers_to_number_of_projectiles_instead_apply_to_splitting"]=8258, - ["molten_shell_buff_effect_+%"]=3652, - ["molten_shell_damage_+%"]=3347, - ["molten_shell_duration_+%"]=8259, - ["molten_shell_explosion_damage_penetrates_%_fire_resistance"]=8260, - ["molten_strike_chain_count_+"]=8262, - ["molten_strike_damage_+%"]=3281, - ["molten_strike_num_of_additional_projectiles"]=3577, - ["molten_strike_projectiles_chain_when_impacting_ground"]=8261, - ["molten_strike_radius_+%"]=3443, - ["monster_base_block_%"]=1076, - ["monster_dropped_item_quantity_+%"]=16, - ["monster_dropped_item_rarity_+%"]=15, - ["monster_life_+%_final_from_map"]=1411, - ["monster_life_+%_final_from_rarity"]=1410, - ["monster_slain_experience_+%"]=14, - ["mortar_barrage_mine_damage_+%"]=8265, - ["mortar_barrage_mine_num_projectiles"]=8266, - ["mortar_barrage_mine_throwing_speed_+%"]=8268, - ["mortar_barrage_mine_throwing_speed_halved_+%"]=8267, - ["movement_attack_skills_attack_speed_+%"]=8269, - ["movement_skills_cooldown_speed_+%"]=8270, - ["movement_skills_cooldown_speed_+%_while_affected_by_haste"]=8271, - ["movement_skills_cost_no_mana"]=3120, - ["movement_skills_deal_no_physical_damage"]=8272, - ["movement_skills_mana_cost_+%"]=3807, - ["movement_speed_+%_against_bloodlusting_enemies"]=8273, - ["movement_speed_+%_during_flask_effect"]=2858, - ["movement_speed_+%_for_4_seconds_on_block"]=2981, - ["movement_speed_+%_if_below_100_dexterity"]=8274, - ["movement_speed_+%_if_cast_a_mark_spell_recently"]=8283, - ["movement_speed_+%_if_crit_recently"]=8284, - ["movement_speed_+%_if_enemy_hit_recently"]=8285, - ["movement_speed_+%_if_enemy_hit_with_off_hand_weapon_recently"]=8286, - ["movement_speed_+%_if_enemy_killed_recently"]=3880, - ["movement_speed_+%_if_have_cast_dash_recently"]=8287, - ["movement_speed_+%_if_have_not_taken_damage_recently"]=8288, - ["movement_speed_+%_if_have_used_a_vaal_skill_recently"]=8289, - ["movement_speed_+%_if_pierced_recently"]=3831, - ["movement_speed_+%_if_pinned_enemy_recently"]=8275, - ["movement_speed_+%_if_placed_trap_or_mine_recently"]=8276, - ["movement_speed_+%_if_used_a_warcry_recently"]=3805, - ["movement_speed_+%_on_throwing_trap"]=2476, - ["movement_speed_+%_per_chest_opened_recently"]=8290, - ["movement_speed_+%_per_endurance_charge"]=8291, - ["movement_speed_+%_per_nearby_corpse"]=8277, - ["movement_speed_+%_per_nearby_enemy"]=8292, - ["movement_speed_+%_per_poison_up_to_50%"]=8293, - ["movement_speed_+%_per_power_charge"]=8294, - ["movement_speed_+%_while_affected_by_ailment"]=8278, - ["movement_speed_+%_while_affected_by_grace"]=8295, - ["movement_speed_+%_while_bleeding"]=8296, - ["movement_speed_+%_while_dual_wielding"]=8297, - ["movement_speed_+%_while_fortified"]=2982, - ["movement_speed_+%_while_holding_shield"]=8298, - ["movement_speed_+%_while_not_affected_by_status_ailments"]=2973, - ["movement_speed_+%_while_not_using_flask"]=8299, - ["movement_speed_+%_while_off_hand_is_empty"]=8300, - ["movement_speed_+%_while_on_burning_chilled_shocked_ground"]=8301, - ["movement_speed_+%_while_on_burning_ground"]=8302, - ["movement_speed_+%_while_poisoned"]=8303, - ["movement_speed_+%_while_using_charm"]=8304, - ["movement_speed_+%_while_you_have_cats_stealth"]=8305, - ["movement_speed_+%_while_you_have_energy_shield"]=8306, - ["movement_speed_+%_while_you_have_storm_barrier_support"]=8307, - ["movement_speed_+%_while_you_have_two_linked_targets"]=8279, - ["movement_speed_bonus_when_throwing_trap_ms"]=2476, - ["movement_speed_cannot_be_reduced_below_base"]=2867, - ["movement_speed_is_equal_to_highest_linked_party_member"]=8280, - ["movement_speed_is_only_base_+1%_per_x_evasion_rating"]=8281, - ["movement_speed_penalty_+%_while_performing_action"]=8282, - ["movement_velocity_+%_on_full_energy_shield"]=2657, - ["movement_velocity_+%_per_frenzy_charge"]=1522, - ["movement_velocity_+%_per_poison_stack"]=8308, - ["movement_velocity_+%_per_shock"]=2511, - ["movement_velocity_+%_per_totem"]=8310, - ["movement_velocity_+%_when_on_full_life"]=1520, - ["movement_velocity_+%_when_on_low_life"]=1519, - ["movement_velocity_+%_when_on_shocked_ground"]=1853, - ["movement_velocity_+%_while_at_maximum_power_charges"]=8311, - ["movement_velocity_+%_while_chilled"]=8312, - ["movement_velocity_+%_while_cursed"]=2337, - ["movement_velocity_+%_while_ignited"]=2510, - ["movement_velocity_+%_while_phasing"]=2325, - ["movement_velocity_+%_with_magic_abyss_jewel_socketed"]=8309, - ["movement_velocity_+1%_per_X_evasion_rating"]=2383, - ["movement_velocity_while_not_hit_+%"]=2893, - ["nearby_allies_have_onslaught"]=8313, - ["nearby_enemies_all_exposure_%_while_phasing"]=8314, - ["nearby_enemies_are_blinded_while_you_have_active_physical_aegis"]=8315, - ["nearby_enemies_are_chilled_and_shocked_while_you_are_near_a_corpse"]=8316, - ["nearby_enemies_are_crushed_while_you_have_X_rage"]=8317, - ["nearby_enemies_are_intimidated_while_you_have_rage"]=8318, - ["nearby_enemies_chilled_on_block"]=3889, - ["nearby_enemies_have_cold_exposure_while_you_are_affected_by_herald_of_ice"]=8320, - ["nearby_enemies_have_fire_exposure_while_you_are_affected_by_herald_of_ash"]=8321, - ["nearby_enemies_have_lightning_exposure_while_you_are_affected_by_herald_of_thunder"]=8322, - ["nearby_party_members_max_endurance_charges_is_equal_to_yours"]=8323, - ["nearby_traps_within_x_units_also_trigger_on_triggering_trap"]=3129, - ["necromancer_damage_+%_final_for_you_and_allies_with_nearby_corpse"]=8324, - ["necromancer_damage_+%_for_nearby_enemies_with_nearby_corpse"]=8325, - ["necromancer_defensive_notable_minion_maximum_life_+%_final"]=8326, - ["necromancer_energy_shield_regeneration_rate_per_minute_%_for_you_and_allies_per_nearby_corpse"]=8327, - ["necromancer_mana_regeneration_rate_per_minute_for_you_and_allies_per_nearby_corpse"]=8328, - ["necrotic_footprints_from_item"]=8329, - ["never_block"]=2932, - ["never_freeze"]=2279, - ["never_freeze_or_chill"]=2280, - ["never_ignite"]=2278, - ["never_ignite_chill_freeze_shock"]=8330, - ["never_shock"]=2281, - ["new_arctic_armour_fire_damage_taken_when_hit_+%_final"]=2817, - ["new_arctic_armour_physical_damage_taken_when_hit_+%_final"]=2816, - ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=8331, - ["no_critical_strike_multiplier"]=1372, - ["no_energy_shield"]=1873, - ["no_energy_shield_recharge_or_regeneration"]=2381, - ["no_evasion_rating"]=1874, - ["no_extra_bleeding_damage_while_moving"]=2864, - ["no_inherent_chance_to_block_while_dual_wielding"]=8332, - ["no_inherent_mana_regeneration"]=8333, - ["no_inherent_rage_loss"]=8334, - ["no_life_regeneration"]=1996, - ["no_mana_regeneration"]=1997, - ["no_mana_regeneration_if_not_crit_recently"]=8335, - ["no_maximum_power_charges"]=2699, - ["no_movement_penalty_while_shield_is_raised"]=8336, - ["no_physical_damage_reduction_rating"]=1872, - ["non_aura_hexes_gain_20%_effect_per_second"]=8337, - ["non_channelling_attack_added_lightning_damage_%_maximum_mana"]=8338, - ["non_channelling_spells_consume_power_charge_when_cast_to_deal_x%_more_damage"]=8339, - ["non_channelling_spells_cost_x%_of_your_energy_shield"]=8340, - ["non_channelling_spells_deal_x%_more_damage"]=8341, - ["non_channelling_spells_x%_chance_to_double_mana_cost_and_always_crit"]=8342, - ["non_critical_damage_multiplier_+%"]=2423, - ["non_critical_strikes_deal_no_damage"]=8343, - ["non_critical_strikes_penetrate_elemental_resistances_%"]=3202, - ["non_curse_aura_effect_+%"]=3211, - ["non_curse_aura_effect_+%_per_10_devotion"]=8344, - ["non_cursed_enemies_you_curse_are_blinded_for_4_seconds"]=8345, - ["non_damaging_ailment_effect_+%"]=8346, - ["non_damaging_ailment_effect_+%_on_self"]=8347, - ["non_damaging_ailment_effect_+%_on_self_while_under_effect_of_life_or_mana_flask"]=8348, - ["non_damaging_ailment_effect_+%_on_self_while_you_have_arcane_surge"]=3970, - ["non_damaging_ailment_effect_+%_per_10_devotion"]=8349, - ["non_damaging_ailment_effect_+%_with_critical_strikes"]=8350, - ["non_damaging_ailments_as_though_damage_+%_final"]=8351, - ["non_damaging_ailments_reflected_to_self"]=8352, - ["non_instant_mana_recovery_from_flasks_also_recovers_life"]=3975, - ["non_piercing_projectiles_critical_strike_chance_+%"]=8353, - ["non_projectile_chaining_lightning_skill_additional_chains"]=8354, - ["non_skill_all_damage_%_to_gain_as_chaos_per_3_life_cost"]=8355, - ["non_skill_all_damage_%_to_gain_as_fire_+_per_1%_attack_block_chance"]=8356, - ["non_skill_base_all_damage_%_to_gain_as_chaos"]=1644, - ["non_skill_base_all_damage_%_to_gain_as_chaos_per_active_undead_minion"]=8357, - ["non_skill_base_all_damage_%_to_gain_as_cold"]=875, - ["non_skill_base_all_damage_%_to_gain_as_cold_fire_lightning"]=8358, - ["non_skill_base_all_damage_%_to_gain_as_cold_with_attacks"]=8359, - ["non_skill_base_all_damage_%_to_gain_as_cold_with_spells"]=876, - ["non_skill_base_all_damage_%_to_gain_as_fire"]=873, - ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks"]=8360, - ["non_skill_base_all_damage_%_to_gain_as_fire_with_spells"]=874, - ["non_skill_base_all_damage_%_to_gain_as_lightning"]=877, - ["non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks"]=8361, - ["non_skill_base_all_damage_%_to_gain_as_lightning_with_spells"]=878, - ["non_skill_base_all_damage_%_to_gain_as_physical"]=1643, - ["non_skill_base_cold_damage_%_to_convert_to_chaos"]=1684, - ["non_skill_base_cold_damage_%_to_convert_to_fire"]=1682, - ["non_skill_base_cold_damage_%_to_convert_to_lightning"]=1683, - ["non_skill_base_cold_damage_%_to_gain_as_chaos"]=1654, - ["non_skill_base_cold_damage_%_to_gain_as_fire"]=1653, - ["non_skill_base_elemental_damage_%_to_convert_to_chaos"]=8365, - ["non_skill_base_elemental_damage_%_to_convert_to_cold"]=8366, - ["non_skill_base_elemental_damage_%_to_convert_to_fire"]=8367, - ["non_skill_base_elemental_damage_%_to_convert_to_lightning"]=8368, - ["non_skill_base_elemental_damage_%_to_gain_as_chaos"]=1656, - ["non_skill_base_elemental_damage_%_to_gain_as_cold"]=8362, - ["non_skill_base_elemental_damage_%_to_gain_as_fire"]=8363, - ["non_skill_base_elemental_damage_%_to_gain_as_lightning"]=8364, - ["non_skill_base_fire_damage_%_to_convert_to_chaos"]=1685, - ["non_skill_base_fire_damage_%_to_convert_to_cold"]=8369, - ["non_skill_base_fire_damage_%_to_convert_to_lightning"]=8370, - ["non_skill_base_fire_damage_%_to_gain_as_chaos"]=1655, - ["non_skill_base_lightning_damage_%_to_convert_to_chaos"]=1681, - ["non_skill_base_lightning_damage_%_to_convert_to_cold"]=1680, - ["non_skill_base_lightning_damage_%_to_convert_to_fire"]=1679, - ["non_skill_base_lightning_damage_%_to_gain_as_chaos"]=1652, - ["non_skill_base_lightning_damage_%_to_gain_as_cold"]=1651, - ["non_skill_base_lightning_damage_%_to_gain_as_fire"]=1650, - ["non_skill_base_non_chaos_damage_%_to_gain_as_chaos"]=1657, - ["non_skill_base_physical_damage_%_to_convert_to_chaos"]=1677, - ["non_skill_base_physical_damage_%_to_convert_to_chaos_per_level"]=8371, - ["non_skill_base_physical_damage_%_to_convert_to_cold"]=1672, - ["non_skill_base_physical_damage_%_to_convert_to_cold_while_affected_by_hatred"]=8382, - ["non_skill_base_physical_damage_%_to_convert_to_fire"]=1670, - ["non_skill_base_physical_damage_%_to_convert_to_fire_while_affected_by_anger"]=8384, - ["non_skill_base_physical_damage_%_to_convert_to_lightning"]=1674, - ["non_skill_base_physical_damage_%_to_convert_to_lightning_while_affected_by_wrath"]=8386, - ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=1676, - ["non_skill_base_physical_damage_%_to_gain_as_chaos"]=1649, - ["non_skill_base_physical_damage_%_to_gain_as_chaos_while_at_maximum_power_charges"]=3119, - ["non_skill_base_physical_damage_%_to_gain_as_chaos_with_attacks"]=8372, - ["non_skill_base_physical_damage_%_to_gain_as_cold"]=1647, - ["non_skill_base_physical_damage_%_to_gain_as_fire"]=1646, - ["non_skill_base_physical_damage_%_to_gain_as_lightning"]=1648, - ["non_skill_base_physical_damage_%_to_gain_as_random_element"]=2626, - ["non_skill_cold_damage_%_to_gain_as_chaos_per_frenzy_charge"]=8375, - ["non_skill_cold_damage_%_to_gain_as_fire_per_1%_chill_effect_on_enemy"]=8373, - ["non_skill_cold_damage_%_to_gain_as_fire_vs_frozen_enemies"]=8374, - ["non_skill_elemental_damage_%_to_gain_as_chaos_per_shaper_item_equipped"]=3972, - ["non_skill_fire_damage_%_to_gain_as_chaos_per_endurance_charge"]=8376, - ["non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=8377, - ["non_skill_lightning_damage_%_to_gain_as_chaos_per_power_charge"]=8378, - ["non_skill_lightning_damage_%_to_gain_as_cold_vs_chilled_enemies"]=8379, - ["non_skill_non_chaos_damage_%_to_gain_as_chaos_per_curse_on_target_on_kill_for_4_seconds"]=3393, - ["non_skill_physical_damage_%_to_convert_to_cold_at_devotion_threshold"]=8381, - ["non_skill_physical_damage_%_to_convert_to_fire_at_devotion_threshold"]=8383, - ["non_skill_physical_damage_%_to_convert_to_fire_vs_ignited_enemies"]=1885, - ["non_skill_physical_damage_%_to_convert_to_fire_while_you_have_avatar_of_fire"]=9647, - ["non_skill_physical_damage_%_to_convert_to_lightning_at_devotion_threshold"]=8385, - ["non_skill_physical_damage_%_to_gain_as_chaos_per_elder_item_equipped"]=8380, - ["non_skill_physical_damage_%_to_gain_as_chaos_vs_bleeding_enemies"]=3863, - ["non_skill_physical_damage_%_to_gain_as_chaos_vs_poisoned_enemies"]=8387, - ["non_skill_physical_damage_%_to_gain_as_cold_with_attacks"]=3410, - ["non_skill_physical_damage_%_to_gain_as_each_element_per_spirit_charge"]=8388, - ["non_skill_physical_damage_%_to_gain_as_fire_damage_while_affected_by_anger"]=8389, - ["non_skill_physical_damage_%_to_gain_as_fire_if_have_crit_recently"]=8390, - ["non_skill_physical_damage_%_to_gain_as_fire_per_rage"]=8391, - ["non_skill_physical_damage_%_to_gain_as_fire_with_attacks"]=3409, - ["non_skill_physical_damage_%_to_gain_as_lightning_damage_while_affected_by_wrath"]=8392, - ["non_skill_physical_damage_%_to_gain_as_lightning_with_attacks"]=3411, - ["non_skill_physical_damage_%_to_gain_as_random_element_while_ignited"]=8393, - ["non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_if_chained"]=8394, - ["non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_per_chain"]=8395, - ["non_travel_attack_skill_repeat_count"]=8396, - ["non_unique_flask_effect_+%"]=2448, - ["normal_monster_dropped_item_quantity_+%"]=8397, - ["notable_knockback_distance_+%_final_for_blocked_hits"]=8398, - ["nova_spells_cast_at_target_location"]=8399, - ["num_additional_skill_slots"]=8400, - ["num_charm_slots"]=8401, - ["num_magic_utility_flasks_always_apply"]=4052, - ["num_of_additional_chains_at_max_frenzy_charges"]=1546, - ["number_of_additional_arrows"]=967, - ["number_of_additional_arrows_if_havent_cast_dash_recently"]=1516, - ["number_of_additional_arrows_while_main_hand_accuracy_is_3000_or_more"]=8402, - ["number_of_additional_chains_for_projectiles_while_phasing"]=8403, - ["number_of_additional_clones"]=2764, - ["number_of_additional_curses_allowed"]=1876, - ["number_of_additional_curses_allowed_on_self"]=1878, - ["number_of_additional_curses_allowed_while_affected_by_malevolence"]=8404, - ["number_of_additional_curses_allowed_while_at_maximum_power_charges"]=8405, - ["number_of_additional_ignites_allowed"]=8406, - ["number_of_additional_marks_allowed"]=1877, - ["number_of_additional_mines_to_place"]=3194, - ["number_of_additional_mines_to_place_with_at_least_500_dex"]=8407, - ["number_of_additional_mines_to_place_with_at_least_500_int"]=8408, - ["number_of_additional_poison_stacks"]=8409, - ["number_of_additional_projectiles"]=1515, - ["number_of_additional_projectiles_if_last_movement_skill_was_retreating_throw"]=8410, - ["number_of_additional_projectiles_if_you_have_been_hit_recently"]=8411, - ["number_of_additional_projectiles_if_you_have_used_movement_skill_recently"]=8412, - ["number_of_additional_remote_mines_allowed"]=1947, - ["number_of_additional_shrapnel_ballistae_per_200_strength"]=3049, - ["number_of_additional_siege_ballistae_per_200_dexterity"]=3050, - ["number_of_additional_totems_allowed"]=1945, - ["number_of_additional_totems_allowed_on_kill_for_8_seconds"]=3252, - ["number_of_additional_traps_allowed"]=1946, - ["number_of_additional_traps_to_throw"]=8413, - ["number_of_animated_weapons_allowed"]=8414, - ["number_of_chains"]=1512, - ["number_of_crab_charges_lost_when_hit"]=3982, - ["number_of_endurance_charges_to_gain_every_4_seconds_while_stationary"]=8416, - ["number_of_golems_allowed_with_3_primordial_jewels"]=8417, - ["number_of_melee_skeletons_to_summon_as_mage_skeletons"]=2914, - ["number_of_poison_cloud_allowed"]=8418, - ["number_of_projectiles_+%_final_from_skill"]=8419, - ["number_of_raging_spirits_is_limited_to_3"]=8420, - ["number_of_skeletons_allowed_per_2_old"]=8421, - ["number_of_support_ghosts_is_limited_to_3"]=8422, - ["number_of_vine_arrow_pod_allowed"]=8423, - ["number_of_zombies_allowed_+%"]=2305, - ["number_of_zombies_allowed_+1_per_X_strength"]=8424, - ["object_inherent_attack_skills_damage_+%_final_per_frenzy_charge"]=2765, - ["occultist_chaos_damage_+%_final"]=8425, - ["occultist_cold_damage_+%_final"]=8426, - ["occultist_immune_to_stun_while_has_energy_shield"]=3382, - ["occultist_stacking_energy_shield_regeneration_rate_per_minute_%_on_kill_for_4_seconds"]=3381, - ["off_hand_accuracy_equal_to_main_hand_accuracy_while_wielding_sword"]=8427, - ["off_hand_attack_speed_+%_while_dual_wielding"]=8428, - ["off_hand_attack_speed_+%_while_wielding_two_weapon_types"]=8429, - ["off_hand_base_weapon_attack_duration_ms"]=21, - ["off_hand_claw_mana_gain_on_hit"]=8430, - ["off_hand_critical_strike_chance_+_per_10_es_on_shield"]=8431, - ["off_hand_critical_strike_multiplier_+_per_10_es_on_shield"]=8432, - ["off_hand_critical_strike_multiplier_+_per_melee_abyss_jewel_up_to_+100"]=8433, - ["off_hand_maximum_attack_distance"]=25, - ["off_hand_minimum_attack_distance"]=23, - ["off_hand_quality"]=18, - ["off_hand_weapon_type"]=10, - ["offering_area_of_effect_+%"]=8434, - ["offering_duration_+%"]=8435, - ["offering_life_+%"]=8436, - ["offering_spells_effect_+%"]=3690, - ["offerings_also_buff_you"]=1101, - ["old_dagger_implicit_critical_strike_chance_+30%"]=1325, - ["old_dagger_implicit_critical_strike_chance_+40%"]=1326, - ["old_dagger_implicit_critical_strike_chance_+50%"]=1327, - ["old_do_not_use_spell_block_%_from_assumed_block_value"]=1089, - ["old_do_not_use_spell_block_%_while_on_low_life_from_assumed_block_value"]=1090, - ["on_cast_lose_all_mana_gain_%_as_maximum_lightning_damage_for_4_seconds"]=8437, - ["on_casting_banner_recover_%_of_planted_banner_stages"]=8438, - ["on_kill_effects_occur_twice"]=8439, - ["on_leaving_banner_area_recover_%_of_planted_banner_resources"]=8440, - ["on_planting_banner_you_and_nearby_allies_recover_permyriad_maximum_life_per_stage"]=8441, - ["on_weapon_global_damage_+%"]=1120, - ["one_handed_attack_ailment_chance_+%"]=8442, - ["one_handed_attack_speed_+%"]=2980, - ["one_handed_melee_accuracy_rating_+%"]=1302, - ["one_handed_melee_attack_speed_+%"]=1286, - ["one_handed_melee_cold_damage_+%"]=1196, - ["one_handed_melee_critical_strike_chance_+%"]=1342, - ["one_handed_melee_critical_strike_multiplier_+"]=1361, - ["one_handed_melee_fire_damage_+%"]=1195, - ["one_handed_melee_physical_damage_+%"]=1194, - ["onslaught_buff_duration_on_culling_strike_ms"]=2711, - ["onslaught_buff_duration_on_kill_ms"]=2353, - ["onslaught_buff_duration_on_killing_taunted_enemy_ms"]=2354, - ["onslaught_effect_+%"]=2953, - ["onslaught_on_crit_duration_ms"]=2386, - ["onslaught_on_vaal_skill_use_duration_ms"]=2611, - ["onslaught_time_granted_on_kill_ms"]=2677, - ["onslaught_time_granted_on_killing_shocked_enemy_ms"]=2678, - ["open_nearby_chests_on_cast_chance_%"]=8443, - ["orb_of_storm_strike_rate_while_channelling_+%"]=8444, - ["orb_of_storms_cast_speed_+%"]=8445, - ["orb_of_storms_damage_+%"]=3376, - ["overkill_damage_%_as_physical_to_nearby_enemies"]=8446, - ["override_block_chance_for_allies_in_your_presence"]=8447, - ["override_maximum_damage_resistance_%"]=8448, - ["override_weapon_base_critical_strike_chance"]=8449, - ["pain_attunement_keystone_critical_strike_multiplier_+%_final"]=1895, - ["pantheon_abberath_ignite_duration_on_self_+%_final"]=8450, - ["pantheon_shakari_self_poison_duration_+%_final"]=8451, - ["parried_magnitude_+%"]=8452, - ["parry_applies_spell_damage_debuff_instead"]=8453, - ["parry_attack_speed_+%_if_youve_parried_recently"]=8454, - ["parry_blocked_projectile_range_+%"]=8455, - ["parry_cannot_be_critically_hit_during_parry"]=8456, - ["parry_damage_+%"]=8457, - ["parry_deal_thorns_damage_chance_%_on_hit"]=8458, - ["parry_evasion_rating_+%_during_parry"]=8459, - ["parry_heavy_stun_poise_decay_rate_+%_if_youve_successfully_parried_recently"]=8460, - ["parry_hit_damage_stun_multiplier_+%"]=8461, - ["parry_movement_speed_+%_if_youve_parried_recently"]=8462, - ["parry_skill_effect_duration_+%"]=8463, - ["parry_stun_threshold_+%_during_parry"]=8464, - ["parry_successfully_parrying_melee_attack_gives_damage_+%_to_your_next_ranged_attack"]=8465, - ["parry_successfully_parrying_projectile_gives_damage_+%_to_your_next_melee_attack"]=8466, - ["passive_applies_to_minions"]=2751, - ["passive_mastery_chaos_damage_+%_final_against_enemies_with_energy_shield"]=8467, - ["passive_mastery_damage_taken_over_time_+%_final"]=8468, - ["passive_mastery_exposure_you_inflict_has_minimum_resistance_lower_%"]=8469, - ["passive_mastery_less_projectile_speed_+%_final"]=8470, - ["passive_mastery_less_skill_effect_duration_+%_final"]=8471, - ["passive_mastery_more_projectile_speed_+%_final"]=8472, - ["passive_mastery_more_skill_effect_duration_+%_final"]=8473, - ["passive_mastery_physical_damage_taken_+%_final_while_on_full_energy_shield"]=8474, - ["passive_mastery_stun_duration_+%_final_with_two_hand_weapon"]=8475, - ["passive_notable_ignite_proliferation_radius"]=1915, - ["passive_tree_damage_taken_+%_final_from_hindered_enemies"]=8476, - ["passive_tree_mace_damage_+%_final_vs_heavy_stunned_enemies"]=8477, - ["pathfinder_ascendancy_poison_on_enemies_you_kill_spread_to_enemies_within_x"]=8478, - ["pathfinder_flask_amount_to_recover_+%_final"]=8479, - ["pathfinder_flask_life_to_recover_+%_final"]=8480, - ["pathfinder_physical_damage_%_to_gain_as_chaos_if_charges_consumed_from_amethyst_flask"]=4062, - ["pathfinder_poison_duration_+%_final"]=8481, - ["pathfinder_skills_consume_x_charges_from_a_bismuth_diamond_or_amethyst_flask"]=4059, - ["pathfinder_skills_critical_strike_chance_+%_if_charges_consumed_from_diamond_flask"]=4060, - ["pathfinder_skills_penetrate_elemental_resistances_%_if_charges_consumed_from_bismuth_flask"]=4061, - ["penance_brand_area_of_effect_+%"]=8482, - ["penance_brand_cast_speed_+%"]=8483, - ["penance_brand_damage_+%"]=8484, - ["penetrate_elemental_resistance_%_per_15_ascendance"]=1117, - ["penetrate_elemental_resistance_%_per_abyssal_jewel_affecting_you"]=8485, - ["penetrate_elemental_resistance_per_frenzy_charge_%"]=2679, - ["perandus_double_number_of_coins_found"]=8486, - ["perfect_timing_window_ms_+%"]=8491, - ["permanent_damage_+%_per_second_of_chill"]=8492, - ["permanent_damage_+%_per_second_of_freeze"]=8493, - ["permanently_intimidate_enemies_you_hit_on_full_life"]=3876, - ["permanently_intimidate_enemy_on_block"]=8494, - ["petrified_blood_mana_reservation_efficiency_+%"]=8496, - ["petrified_blood_mana_reservation_efficiency_-2%_per_1"]=8495, - ["petrified_blood_reservation_+%"]=8497, - ["phantasm_refresh_duration_on_hit_vs_unique_%_chance"]=8498, - ["phase_on_vaal_skill_use_duration_ms"]=2612, - ["phase_run_%_chance_to_not_consume_frenzy_charges"]=3654, - ["phase_run_%_chance_to_not_replace_buff_on_skill_use"]=8499, - ["phase_run_skill_effect_duration_+%"]=3745, - ["phase_through_objects"]=2524, - ["phasing_%_for_3_seconds_on_trap_triggered_by_an_enemy"]=3864, - ["phasing_for_4_seconds_on_kill_%"]=3113, - ["phasing_if_blocked_recently"]=8500, - ["phasing_on_rampage_threshold_ms"]=2656, - ["phasing_on_trap_triggered_by_an_enemy_ms"]=3864, - ["phylactery_can_only_contain_non_unique_jewel"]=142, - ["phylactery_jewel_mod_effect_+%"]=144, - ["phys_cascade_trap_cooldown_speed_+%"]=8501, - ["phys_cascade_trap_damage_+%"]=8502, - ["phys_cascade_trap_duration_+%"]=8503, - ["phys_cascade_trap_number_of_additional_cascades"]=8504, - ["physical_and_chaos_damage_taken_+%_final_while_not_unhinged"]=8505, - ["physical_attack_damage_+%"]=1130, - ["physical_attack_damage_+%_while_holding_a_shield"]=1135, - ["physical_attack_damage_taken_+"]=1926, - ["physical_axe_damage_+%"]=1203, - ["physical_bow_damage_+%"]=1223, - ["physical_claw_damage_+%"]=1211, - ["physical_claw_damage_+%_when_on_low_life"]=2301, - ["physical_dagger_damage_+%"]=1215, - ["physical_damage_%_added_as_fire_damage_if_enemy_killed_recently_by_you_or_your_totems"]=3882, - ["physical_damage_%_added_as_fire_damage_on_kill"]=2877, - ["physical_damage_%_taken_from_mana_before_life"]=3795, - ["physical_damage_+%"]=1154, - ["physical_damage_+%_for_4_seconds_when_you_block_a_unique_enemy_hit"]=3855, - ["physical_damage_+%_if_skill_costs_life"]=8509, - ["physical_damage_+%_per_10_rage"]=8510, - ["physical_damage_+%_per_explicit_map_mod_affecting_area"]=8506, - ["physical_damage_+%_vs_ignited_enemies"]=8511, - ["physical_damage_+%_vs_poisoned_enemies"]=2647, - ["physical_damage_+%_while_affected_by_herald_of_purity"]=8512, - ["physical_damage_+%_while_at_maximum_frenzy_charges_final"]=3858, - ["physical_damage_+%_while_frozen"]=3005, - ["physical_damage_+%_while_life_leeching"]=1144, - ["physical_damage_+%_while_you_have_resolute_technique"]=9645, - ["physical_damage_+%_with_axes_swords"]=8513, - ["physical_damage_can_chill"]=2579, - ["physical_damage_can_freeze"]=2580, - ["physical_damage_can_shock"]=2581, - ["physical_damage_cannot_poison"]=2589, - ["physical_damage_from_hits_%_taken_as_random_element"]=8507, - ["physical_damage_on_block_+%"]=2889, - ["physical_damage_over_time_+%"]=1137, - ["physical_damage_over_time_multiplier_+_with_attacks"]=1167, - ["physical_damage_over_time_per_10_dexterity_+%"]=3430, - ["physical_damage_over_time_taken_+%_while_moving"]=8508, - ["physical_damage_per_endurance_charge_+%"]=1846, - ["physical_damage_prevented_recouped_as_life_%"]=8514, - ["physical_damage_reduction_%_at_devotion_threshold"]=8515, - ["physical_damage_reduction_%_if_only_one_enemy_nearby"]=8523, - ["physical_damage_reduction_%_per_endurance_charge"]=1999, - ["physical_damage_reduction_%_per_hit_you_have_taken_recently"]=8517, - ["physical_damage_reduction_%_per_nearby_enemy"]=8525, - ["physical_damage_reduction_%_while_affected_by_herald_of_purity"]=8519, - ["physical_damage_reduction_and_minion_physical_damage_reduction_%"]=3689, - ["physical_damage_reduction_and_minion_physical_damage_reduction_%_per_raised_zombie"]=3107, - ["physical_damage_reduction_percent_per_frenzy_charge"]=8516, - ["physical_damage_reduction_percent_per_power_charge"]=8518, - ["physical_damage_reduction_rating_%_while_not_moving"]=3954, - ["physical_damage_reduction_rating_+%"]=891, - ["physical_damage_reduction_rating_+%_per_endurance_charge"]=8524, - ["physical_damage_reduction_rating_+%_while_chilled_or_frozen"]=3230, - ["physical_damage_reduction_rating_+%_while_not_ignited_frozen_shocked"]=2521, - ["physical_damage_reduction_rating_+1%_per_X_strength_when_in_off_hand"]=2481, - ["physical_damage_reduction_rating_during_soul_gain_prevention"]=8520, - ["physical_damage_reduction_rating_if_you_have_hit_an_enemy_recently"]=8521, - ["physical_damage_reduction_rating_per_5_evasion_on_shield"]=4010, - ["physical_damage_reduction_rating_per_endurance_charge"]=8522, - ["physical_damage_reduction_rating_per_level"]=2464, - ["physical_damage_reduction_rating_while_frozen"]=2508, - ["physical_damage_taken_%_as_chaos"]=2173, - ["physical_damage_taken_%_as_cold"]=2169, - ["physical_damage_taken_%_as_cold_while_affected_by_purity_of_elements"]=8527, - ["physical_damage_taken_%_as_cold_while_affected_by_purity_of_ice"]=8528, - ["physical_damage_taken_%_as_fire"]=2168, - ["physical_damage_taken_%_as_fire_while_affected_by_purity_of_elements"]=8529, - ["physical_damage_taken_%_as_fire_while_affected_by_purity_of_fire"]=8530, - ["physical_damage_taken_%_as_lightning"]=2170, - ["physical_damage_taken_%_as_lightning_while_affected_by_purity_of_elements"]=8531, - ["physical_damage_taken_%_as_lightning_while_affected_by_purity_of_lightning"]=8532, - ["physical_damage_taken_+"]=1927, - ["physical_damage_taken_+%"]=1933, - ["physical_damage_taken_+%_from_hits"]=8526, - ["physical_damage_taken_+%_while_at_maximum_endurance_charges"]=3859, - ["physical_damage_taken_+%_while_frozen"]=2509, - ["physical_damage_taken_+%_while_moving"]=3956, - ["physical_damage_taken_+_per_level"]=1928, - ["physical_damage_taken_+_vs_beasts"]=2619, - ["physical_damage_taken_on_minion_death"]=2710, - ["physical_damage_taken_recouped_as_life_%"]=8533, - ["physical_damage_to_return_to_melee_attacker"]=907, - ["physical_damage_to_return_when_hit"]=1906, - ["physical_damage_while_dual_wielding_+%"]=1187, - ["physical_damage_with_attack_skills_+%"]=8534, - ["physical_damage_with_spell_skills_+%"]=8535, - ["physical_dot_multiplier_+"]=1166, - ["physical_dot_multiplier_+_if_crit_recently"]=8536, - ["physical_dot_multiplier_+_if_spent_life_recently"]=8537, - ["physical_dot_multiplier_+_while_wielding_axes_swords"]=8538, - ["physical_hit_and_dot_damage_%_taken_as_chaos"]=8541, - ["physical_hit_and_dot_damage_%_taken_as_fire"]=8539, - ["physical_hit_and_dot_damage_%_taken_as_lightning"]=8540, - ["physical_mace_damage_+%"]=1219, - ["physical_ranged_attack_damage_taken_+"]=1938, - ["physical_reflect_damage_taken_+%"]=2419, - ["physical_reflect_damage_taken_and_minion_physical_reflect_damage_taken_+%"]=8542, - ["physical_skill_gem_level_+"]=8543, - ["physical_spell_skill_gem_level_+"]=1440, - ["physical_staff_damage_+%"]=1206, - ["physical_sword_damage_+%"]=1227, - ["physical_wand_damage_+%"]=1232, - ["physical_weapon_damage_+%_per_10_str"]=2263, - ["piercing_attacks_cause_bleeding"]=3077, - ["piercing_projectiles_critical_strike_chance_+%"]=8544, - ["pin_almost_pinned_enemies"]=8545, - ["pin_stops_enemies"]=8546, - ["placed_banner_attack_damage_+%"]=8547, - ["placing_traps_cooldown_recovery_+%"]=3109, - ["plague_bearer_chaos_damage_taken_+%_while_incubating"]=8548, - ["plague_bearer_maximum_stored_poison_damage_+%"]=8549, - ["plague_bearer_movement_speed_+%_while_infecting"]=8550, - ["plague_bearer_poison_effect_+%_while_infecting"]=8551, - ["player_can_be_touched_by_tormented_spirits"]=8552, - ["player_far_shot"]=9631, - ["player_gain_rampage_stacks"]=9579, - ["player_is_harbinger_spawn_pack_on_kill_chance"]=111, - ["poachers_mark_curse_effect_+%"]=3634, - ["poachers_mark_duration_+%"]=3538, - ["poison_as_though_dealing_X_damage_on_block"]=8553, - ["poison_chance_+%"]=8554, - ["poison_cursed_enemies_on_hit"]=3832, - ["poison_duration_+%_per_poison_applied_recently"]=8555, - ["poison_duration_+%_per_power_charge"]=8556, - ["poison_duration_+%_with_over_150_intelligence"]=8557, - ["poison_effect_+%_per_frenzy_charge"]=8561, - ["poison_effect_+%_vs_bleeding_enemies"]=8562, - ["poison_effect_+%_vs_non_poisoned_enemies"]=8558, - ["poison_effect_+%_while_wielding_claw_or_dagger"]=8563, - ["poison_effect_+%_with_spells"]=8564, - ["poison_effect_+100%_final_chance_during_flask_effect"]=8559, - ["poison_on_critical_strike"]=8565, - ["poison_on_critical_strike_with_bow"]=1321, - ["poison_on_critical_strike_with_dagger"]=1318, - ["poison_on_hit_during_flask_effect_%"]=2965, - ["poison_on_melee_critical_strike_%"]=2477, - ["poison_on_melee_hit"]=3878, - ["poison_reflected_to_self"]=8566, - ["poison_time_passed_+%"]=8567, - ["poisonous_concoction_damage_+%"]=8568, - ["poisonous_concoction_flask_charges_consumed_+%"]=8569, - ["poisonous_concoction_skill_area_of_effect_+%"]=8570, - ["poisons_you_inflict_can_stack_infintely"]=8571, - ["portal_alternate_destination_chance_permyriad"]=8572, - ["power_charge_duration_+%"]=1849, - ["power_charge_duration_+%_final"]=8573, - ["power_charge_on_block_%_chance"]=3888, - ["power_charge_on_kill_percent_chance_while_holding_shield"]=8574, - ["power_charge_on_non_critical_strike_%_chance_with_claws_daggers"]=8575, - ["power_charge_on_spell_block_%_chance"]=8576, - ["power_frenzy_or_endurance_charge_on_kill_%"]=3254, - ["power_only_conduit"]=1987, - ["power_siphon_%_chance_to_gain_power_charge_on_kill"]=3603, - ["power_siphon_attack_speed_+%"]=3494, - ["power_siphon_damage_+%"]=3307, - ["power_siphon_number_of_additional_projectiles"]=8577, - ["precision_aura_effect_+%"]=3025, - ["precision_mana_reservation_+%"]=8582, - ["precision_mana_reservation_-50%_final"]=8581, - ["precision_mana_reservation_efficiency_+%"]=8580, - ["precision_mana_reservation_efficiency_+100%"]=8579, - ["precision_mana_reservation_efficiency_-2%_per_1"]=8578, - ["precision_reserves_no_mana"]=8583, + ["map_player_movement_velocity_+%"]=7945, + ["map_player_no_regeneration"]=2054, + ["map_player_non_curse_aura_effect_+%"]=7946, + ["map_player_onslaught_on_kill_%"]=7947, + ["map_player_projectile_damage_+%_final"]=2057, + ["map_player_shrine_buff_effect_on_self_+%"]=7948, + ["map_player_shrine_effect_duration_+%"]=7949, + ["map_player_soul_eater_souls_stolen_on_rare_kill"]=7950, + ["map_player_speed_+%_final_per_recent_skill_use"]=7951, + ["map_player_status_recovery_speed_+%"]=2056, + ["map_players_additional_number_of_projectiles"]=2079, + ["map_players_and_monsters_chaos_damage_taken_+%"]=7952, + ["map_players_and_monsters_cold_damage_taken_+%"]=7953, + ["map_players_and_monsters_critical_strike_chance_+%"]=7954, + ["map_players_and_monsters_curses_are_reflected"]=7955, + ["map_players_and_monsters_damage_+%_per_curse"]=7956, + ["map_players_and_monsters_damage_taken_+%_while_stationary"]=7957, + ["map_players_and_monsters_fire_damage_taken_+%"]=7958, + ["map_players_and_monsters_have_onslaught_if_hit_recently"]=7959, + ["map_players_and_monsters_have_resolute_technique"]=7960, + ["map_players_and_monsters_lightning_damage_taken_+%"]=7961, + ["map_players_and_monsters_movement_speed_+%"]=7962, + ["map_players_and_monsters_physical_damage_taken_+%"]=7963, + ["map_players_are_poisoned_while_moving_chaos_damage_per_second"]=7964, + ["map_players_armour_+%_final"]=7965, + ["map_players_block_chance_+%"]=7966, + ["map_players_cannot_gain_endurance_charges"]=7967, + ["map_players_cannot_gain_flask_charges"]=7968, + ["map_players_cannot_gain_frenzy_charges"]=7969, + ["map_players_cannot_gain_power_charges"]=7970, + ["map_players_cannot_take_reflected_damage"]=7971, + ["map_players_gain_1_random_rare_monster_mod_on_kill_ms"]=7972, + ["map_players_gain_1_rare_monster_mods_on_kill_for_20_seconds_%"]=7973, + ["map_players_gain_onslaught_after_opening_a_strongbox_ms"]=7974, + ["map_players_gain_onslaught_during_flask_effect"]=7975, + ["map_players_gain_rampage_stacks"]=2303, + ["map_players_gain_rare_monster_mods_on_kill_%_chance"]=7976, + ["map_players_gain_rare_monster_mods_on_kill_ms"]=3028, + ["map_players_gain_soul_eater_on_rare_kill_ms"]=3030, + ["map_players_have_decay_rarity_buff"]=7977, + ["map_players_have_point_blank"]=7978, + ["map_players_movement_skills_cooldown_speed_+%"]=7979, + ["map_players_movement_speed_+%"]=7980, + ["map_players_no_regeneration_including_es"]=7981, + ["map_players_resist_all_%"]=7982, + ["map_players_skill_area_of_effect_+%_final"]=7983, + ["map_portals_do_not_expire"]=7984, + ["map_possessed_monsters_drop_gilded_scarab_chance_%"]=7985, + ["map_possessed_monsters_drop_map_chance_%"]=7986, + ["map_possessed_monsters_drop_polished_scarab_chance_%"]=7987, + ["map_possessed_monsters_drop_rusted_scarab_chance_%"]=7988, + ["map_possessed_monsters_drop_unique_chance_%"]=7989, + ["map_possessed_monsters_drop_winged_scarab_chance_%"]=7990, + ["map_prefix_mod_effect_+%_final"]=7991, + ["map_projectile_speed_+%"]=2058, + ["map_rampage_time_+%"]=7992, + ["map_random_unique_monster_is_possessed"]=7993, + ["map_random_zana_mod"]=7994, + ["map_rare_breach_monster_additional_breach_ring_drop_chance_%"]=7995, + ["map_rare_breach_monsters_drop_additional_shards"]=7996, + ["map_rare_chest_amount_+%"]=1951, + ["map_rare_monster_additional_modifier_chance_%_with_rollover"]=7997, + ["map_rare_monster_life_regeneration_rate_per_minute_%"]=3850, + ["map_rare_monster_num_additional_modifiers"]=7998, + ["map_rare_monsters_are_hindered"]=7999, + ["map_rare_monsters_drop_rare_prismatic_ring_on_death_%"]=8000, + ["map_rare_monsters_drop_x_additional_rare_items"]=8001, + ["map_rare_monsters_have_inner_treasure"]=8002, + ["map_reliquary_set"]=8003, + ["map_remove_irradiation_instead_of_completing"]=8004, + ["map_ritual_additional_reward_rerolls"]=8005, + ["map_ritual_defer_reward_tribute_cost_+%"]=8006, + ["map_ritual_deferred_rewards_are_offered_again_+%_sooner"]=8007, + ["map_ritual_magic_monsters_+%"]=8008, + ["map_ritual_number_of_free_rerolls"]=8009, + ["map_ritual_offered_and_defer_rewards_tribute_cost_+%"]=8010, + ["map_ritual_offered_rewards_from_rerolls_have_permyriad_chance_to_cost_no_tribute"]=8011, + ["map_ritual_omen_chance_+%"]=8012, + ["map_ritual_rare_monsters_+%"]=8013, + ["map_ritual_rewards_reroll_cost_+%_final"]=8014, + ["map_ritual_tribute_+%"]=8015, + ["map_ritual_uber_rune_type_weighting_+%"]=8016, + ["map_ritual_unlimited_reward_rerolls"]=8017, + ["map_rogue_exile_attack_cast_and_movement_speed_+%"]=8018, + ["map_rogue_exile_chance_%"]=8020, + ["map_rogue_exile_chance_+%"]=8019, + ["map_rogue_exile_drop_skill_gem_with_quality"]=8021, + ["map_rogue_exiles_are_doubled"]=8022, + ["map_rogue_exiles_damage_+%"]=8023, + ["map_rogue_exiles_drop_additional_currency_items_with_quality"]=8024, + ["map_rogue_exiles_drop_x_additional_jewels"]=8025, + ["map_rogue_exiles_dropped_items_are_corrupted"]=8026, + ["map_rogue_exiles_dropped_items_are_duplicated"]=8027, + ["map_rogue_exiles_dropped_items_are_fully_linked"]=8028, + ["map_rogue_exiles_maximum_life_+%"]=8029, + ["map_shaper_rare_chance_+%"]=8030, + ["map_shrine_chance_%"]=8032, + ["map_shrine_chance_+%"]=8031, + ["map_shrine_granted_player_buff_duration_+%"]=8033, + ["map_shrine_granted_player_buff_effect_+%"]=8034, + ["map_shrine_monster_life_+%_final"]=8035, + ["map_shrines_are_darkshrines"]=2028, + ["map_shrines_drop_x_currency_items_on_activation"]=8036, + ["map_shrines_grant_a_random_additional_effect"]=8037, + ["map_simulacrum_reward_level_+"]=8038, + ["map_size_+%"]=1968, + ["map_spawn_affliction_mirror"]=8039, + ["map_spawn_bestiary_encounters"]=8040, + ["map_spawn_betrayals"]=2297, + ["map_spawn_beyond_boss_when_beyond_boss_slain_%"]=8041, + ["map_spawn_cadiro_%_chance"]=8042, + ["map_spawn_exile_per_area_%"]=2294, + ["map_spawn_extra_exiles"]=2025, + ["map_spawn_extra_perandus_chests"]=8043, + ["map_spawn_extra_talismans"]=2032, + ["map_spawn_extra_torment_spirits"]=2034, + ["map_spawn_extra_warbands"]=2026, + ["map_spawn_harbingers"]=2029, + ["map_spawn_heist_smugglers_cache"]=8044, + ["map_spawn_incursion_encounters"]=8045, + ["map_spawn_perandus_chests"]=2031, + ["map_spawn_talismans"]=2030, + ["map_spawn_tormented_spirits"]=2300, + ["map_spawn_two_bosses"]=2112, + ["map_spawn_x_additional_heist_smugglers_caches"]=8046, + ["map_spawn_x_random_map_bosses"]=8047, + ["map_storm_area_of_effect_+%"]=8048, + ["map_strongbox_chain_length"]=97, + ["map_strongbox_chance_%"]=8049, + ["map_strongbox_chance_+%"]=8050, + ["map_strongbox_items_dropped_are_mirrored"]=8051, + ["map_strongbox_monsters_attack_speed_+%"]=8052, + ["map_strongbox_monsters_damage_+%"]=128, + ["map_strongbox_monsters_item_quantity_+%"]=8053, + ["map_strongbox_monsters_life_+%"]=121, + ["map_strongboxes_additional_pack_chance_%"]=117, + ["map_strongboxes_are_corrupted"]=8054, + ["map_strongboxes_at_least_rare"]=8055, + ["map_strongboxes_drop_x_additional_rare_items"]=8056, + ["map_strongboxes_minimum_rarity"]=8057, + ["map_strongboxes_vaal_orb_drop_chance_%"]=7778, + ["map_suffix_mod_effect_+%_final"]=8058, + ["map_synthesis_league"]=8059, + ["map_synthesis_spawn_additional_abyss_bone_chest_clusters"]=8060, + ["map_synthesis_spawn_additional_bloodworm_barrel_clusters"]=8061, + ["map_synthesis_spawn_additional_fungal_chest_clusters"]=8062, + ["map_synthesis_spawn_additional_magic_ambush_chest"]=8063, + ["map_synthesis_spawn_additional_normal_ambush_chest"]=8064, + ["map_synthesis_spawn_additional_parasite_barrel_clusters"]=8065, + ["map_synthesis_spawn_additional_rare_ambush_chest"]=8066, + ["map_synthesis_spawn_additional_volatile_barrel_clusters"]=8067, + ["map_synthesis_spawn_additional_wealthy_barrel_clusters"]=8068, + ["map_synthesised_magic_monster_additional_breach_splinter_drop_chance_%"]=8069, + ["map_synthesised_magic_monster_additional_currency_item_drop_chance_%"]=8070, + ["map_synthesised_magic_monster_additional_currency_shard_drop_chance_%"]=8071, + ["map_synthesised_magic_monster_additional_divination_card_drop_chance_%"]=8072, + ["map_synthesised_magic_monster_additional_elder_item_drop_chance_%"]=8073, + ["map_synthesised_magic_monster_additional_fossil_drop_chance_%"]=8074, + ["map_synthesised_magic_monster_additional_quality_currency_item_drop_chance_%"]=8075, + ["map_synthesised_magic_monster_additional_shaper_item_drop_chance_%"]=8076, + ["map_synthesised_magic_monster_drop_additional_currency"]=8077, + ["map_synthesised_magic_monster_drop_additional_currency_shard"]=8078, + ["map_synthesised_magic_monster_drop_additional_quality_currency"]=8079, + ["map_synthesised_magic_monster_dropped_item_quantity_+%"]=8080, + ["map_synthesised_magic_monster_dropped_item_rarity_+%"]=8081, + ["map_synthesised_magic_monster_fractured_item_drop_chance_+%"]=8082, + ["map_synthesised_magic_monster_items_drop_corrupted_%"]=8083, + ["map_synthesised_magic_monster_map_drop_chance_+%"]=8084, + ["map_synthesised_magic_monster_slain_experience_+%"]=8085, + ["map_synthesised_magic_monster_unique_item_drop_chance_+%"]=8086, + ["map_synthesised_monster_additional_breach_splinter_drop_chance_%"]=8087, + ["map_synthesised_monster_additional_currency_item_drop_chance_%"]=8088, + ["map_synthesised_monster_additional_currency_shard_drop_chance_%"]=8089, + ["map_synthesised_monster_additional_divination_card_drop_chance_%"]=8090, + ["map_synthesised_monster_additional_elder_item_drop_chance_%"]=8091, + ["map_synthesised_monster_additional_fossil_drop_chance_%"]=8092, + ["map_synthesised_monster_additional_quality_currency_item_drop_chance_%"]=8093, + ["map_synthesised_monster_additional_shaper_item_drop_chance_%"]=8094, + ["map_synthesised_monster_dropped_item_quantity_+%"]=8095, + ["map_synthesised_monster_dropped_item_rarity_+%"]=8096, + ["map_synthesised_monster_fractured_item_drop_chance_+%"]=8097, + ["map_synthesised_monster_items_drop_corrupted_%"]=8098, + ["map_synthesised_monster_map_drop_chance_+%"]=8099, + ["map_synthesised_monster_pack_size_+%"]=8100, + ["map_synthesised_monster_slain_experience_+%"]=8101, + ["map_synthesised_monster_unique_item_drop_chance_+%"]=8102, + ["map_synthesised_rare_monster_additional_abyss_jewel_drop_chance_%"]=8103, + ["map_synthesised_rare_monster_additional_breach_splinter_drop_chance_%"]=8104, + ["map_synthesised_rare_monster_additional_currency_item_drop_chance_%"]=8105, + ["map_synthesised_rare_monster_additional_currency_shard_drop_chance_%"]=8106, + ["map_synthesised_rare_monster_additional_divination_card_drop_chance_%"]=8107, + ["map_synthesised_rare_monster_additional_elder_item_drop_chance_%"]=8108, + ["map_synthesised_rare_monster_additional_essence_drop_chance_%"]=8109, + ["map_synthesised_rare_monster_additional_fossil_drop_chance_%"]=8110, + ["map_synthesised_rare_monster_additional_jewel_drop_chance_%"]=8111, + ["map_synthesised_rare_monster_additional_map_drop_chance_%"]=8112, + ["map_synthesised_rare_monster_additional_quality_currency_item_drop_chance_%"]=8113, + ["map_synthesised_rare_monster_additional_shaper_item_drop_chance_%"]=8114, + ["map_synthesised_rare_monster_additional_talisman_drop_chance_%"]=8115, + ["map_synthesised_rare_monster_additional_vaal_fragment_drop_chance_%"]=8116, + ["map_synthesised_rare_monster_additional_veiled_item_drop_chance_%"]=8117, + ["map_synthesised_rare_monster_drop_additional_breach_splinter"]=8118, + ["map_synthesised_rare_monster_drop_additional_currency"]=8119, + ["map_synthesised_rare_monster_drop_additional_currency_shard"]=8120, + ["map_synthesised_rare_monster_drop_additional_quality_currency"]=8121, + ["map_synthesised_rare_monster_dropped_item_quantity_+%"]=8122, + ["map_synthesised_rare_monster_dropped_item_rarity_+%"]=8123, + ["map_synthesised_rare_monster_fractured_item_drop_chance_+%"]=8124, + ["map_synthesised_rare_monster_gives_mods_to_killer_chance_%"]=8125, + ["map_synthesised_rare_monster_items_drop_corrupted_%"]=8126, + ["map_synthesised_rare_monster_map_drop_chance_+%"]=8127, + ["map_synthesised_rare_monster_resurrect_as_ally_chance_%"]=8128, + ["map_synthesised_rare_monster_slain_experience_+%"]=8129, + ["map_synthesised_rare_monster_unique_item_drop_chance_+%"]=8130, + ["map_talismans_dropped_as_rare"]=8131, + ["map_talismans_higher_tier"]=8132, + ["map_tempest_area_of_effect_+%_visible"]=8133, + ["map_tempest_base_ground_desecration_damage_to_deal_per_minute"]=2008, + ["map_tempest_base_ground_fire_damage_to_deal_per_minute"]=2004, + ["map_tempest_corruption_weight"]=8134, + ["map_tempest_display_prefix"]=31, + ["map_tempest_display_suffix"]=32, + ["map_tempest_frequency_+%"]=8135, + ["map_tempest_ground_ice"]=2005, + ["map_tempest_ground_lightning"]=2006, + ["map_tempest_ground_tar_movement_speed_+%"]=2007, + ["map_tempest_radiant_weight"]=8136, + ["map_temporal_chains_curse_zones"]=2045, + ["map_tormented_spirit_chance_%"]=8137, + ["map_tormented_spirit_chance_+%"]=8138, + ["map_tormented_spirits_drop_x_additional_rare_items"]=8139, + ["map_tormented_spirits_duration_+%"]=8140, + ["map_tormented_spirits_movement_speed_+%"]=8141, + ["map_tower_augment_quantity_+%"]=8142, + ["map_uber_map_player_damage_cycle"]=8143, + ["map_unique_boss_drops_divination_cards"]=8144, + ["map_unique_boss_num_additional_modifiers"]=8145, + ["map_unique_item_drop_chance_+%"]=8146, + ["map_unique_monster_num_additional_modifiers"]=8147, + ["map_unique_monsters_drop_corrupted_items"]=8148, + ["map_upgrade_pack_to_magic_%_chance"]=8149, + ["map_upgrade_pack_to_rare_%_chance"]=8150, + ["map_upgrade_synthesised_pack_to_magic_%_chance"]=8151, + ["map_upgrade_synthesised_pack_to_rare_%_chance"]=8152, + ["map_vaal_monster_items_drop_corrupted_%"]=8153, + ["map_vaal_mortal_strongbox_chance_per_fragment_%"]=8154, + ["map_vaal_sacrifice_strongbox_chance_per_fragment_%"]=8155, + ["map_vaal_temple_spawn_additional_vaal_vessels"]=8156, + ["map_vaal_vessel_drop_X_divination_cards"]=8157, + ["map_vaal_vessel_drop_X_fossils"]=8158, + ["map_vaal_vessel_drop_X_levelled_vaal_gems"]=8159, + ["map_vaal_vessel_drop_X_mortal_fragments"]=8160, + ["map_vaal_vessel_drop_X_prophecies"]=8161, + ["map_vaal_vessel_drop_X_rare_temple_items"]=8162, + ["map_vaal_vessel_drop_X_sacrifice_fragments"]=8163, + ["map_vaal_vessel_drop_X_vaal_orbs"]=8164, + ["map_vaal_vessel_drop_x_double_implicit_corrupted_uniques"]=8165, + ["map_vaal_vessel_drop_x_single_implicit_corrupted_uniques"]=8166, + ["map_vaal_vessel_item_drop_quantity_+%"]=8167, + ["map_vaal_vessel_item_drop_rarity_+%"]=8168, + ["map_warbands_packs_have_additional_elites"]=8169, + ["map_warbands_packs_have_additional_grunts"]=8170, + ["map_warbands_packs_have_additional_supports"]=8171, + ["map_watchstone_additional_packs_of_elder_monsters"]=8172, + ["map_watchstone_additional_packs_of_shaper_monsters"]=8173, + ["map_watchstone_monsters_damage_+%_final"]=8174, + ["map_watchstone_monsters_life_+%_final"]=8175, + ["map_weapon_and_shields_drop_corrupted_with_implicit_%_chance"]=122, + ["map_weapon_and_shields_drop_fractured_%_chance"]=123, + ["map_weapon_and_shields_drop_fully_linked_%_chance"]=124, + ["map_weapon_and_shields_drop_fully_socketed_%_chance"]=125, + ["map_weapons_drop_animated"]=2681, + ["maps_with_bosses_additional_essence_+"]=8176, + ["maps_with_bosses_additional_shrine_+"]=8177, + ["maps_with_bosses_additional_spirit_+"]=8178, + ["maps_with_bosses_additional_strongbox_+"]=8179, + ["marauder_hidden_ascendancy_damage_+%_final"]=8180, + ["marauder_hidden_ascendancy_damage_taken_+%_final"]=8181, + ["mark_effect_+%"]=2282, + ["mark_skill_duration_+%"]=8182, + ["mark_skill_mana_cost_+%"]=8183, + ["mark_use_speed_+%"]=1892, + ["marked_enemies_cannot_deal_critical_strikes"]=8184, + ["marked_enemies_cannot_regenerate_life"]=8185, + ["marked_enemy_accuracy_rating_+%"]=8186, + ["marked_enemy_damage_taken_+%"]=8187, + ["marks_you_inflict_remain_after_death"]=8188, + ["master_of_elements_evasion_rating_+%_final"]=8189, + ["maven_fight_layout_override"]=8190, + ["max_adaptations_+"]=1377, + ["max_chance_to_block_attacks_if_not_blocked_recently"]=8191, + ["max_charged_attack_stacks"]=3786, + ["max_endurance_charges"]=1507, + ["max_fortification_+1_per_5"]=8192, + ["max_fortification_while_affected_by_glorious_madness_+1_per_4"]=9836, + ["max_fortification_while_focused_+1_per_5"]=8193, + ["max_fortification_while_stationary_+1_per_5"]=8194, + ["max_frenzy_charges"]=1512, + ["max_life_%_as_mana"]=8195, + ["max_life_%_as_spirit"]=8196, + ["max_mana_increases_apply_to_effect_of_arcane_surge_on_self"]=8197, + ["max_power_charges"]=1517, + ["max_steel_ammo"]=8198, + ["maximum_absorption_charges_is_equal_to_maximum_power_charges"]=1520, + ["maximum_added_chaos_damage_if_have_crit_recently"]=8302, + ["maximum_added_chaos_damage_per_curse_on_enemy"]=8303, + ["maximum_added_chaos_damage_per_spiders_web_on_enemy"]=8304, + ["maximum_added_chaos_damage_to_attacks_and_spells_per_50_strength"]=8305, + ["maximum_added_chaos_damage_to_attacks_per_50_strength"]=8306, + ["maximum_added_chaos_damage_vs_enemies_with_5+_poisons"]=8307, + ["maximum_added_cold_damage_if_have_crit_recently"]=8308, + ["maximum_added_cold_damage_per_frenzy_charge"]=3832, + ["maximum_added_cold_damage_to_attacks_per_10_dexterity"]=8309, + ["maximum_added_cold_damage_vs_chilled_enemies"]=8310, + ["maximum_added_cold_damage_while_affected_by_hatred"]=8311, + ["maximum_added_cold_damage_while_you_have_avians_might"]=8312, + ["maximum_added_fire_attack_damage_per_active_buff"]=1170, + ["maximum_added_fire_damage_if_blocked_recently"]=3834, + ["maximum_added_fire_damage_if_have_crit_recently"]=8313, + ["maximum_added_fire_damage_per_100_lowest_of_max_life_mana"]=8314, + ["maximum_added_fire_damage_per_active_buff"]=1172, + ["maximum_added_fire_damage_per_endurance_charge"]=8315, + ["maximum_added_fire_damage_to_attacks_per_10_strength"]=8316, + ["maximum_added_fire_damage_to_hits_vs_blinded_enemies"]=8317, + ["maximum_added_fire_damage_vs_ignited_enemies"]=1169, + ["maximum_added_fire_spell_damage_per_active_buff"]=1171, + ["maximum_added_lightning_damage_if_have_crit_recently"]=8318, + ["maximum_added_lightning_damage_per_10_int"]=8199, + ["maximum_added_lightning_damage_per_power_charge"]=8319, + ["maximum_added_lightning_damage_per_shocked_enemy_killed_recently"]=8320, + ["maximum_added_lightning_damage_to_attacks_per_20_intelligence"]=8321, + ["maximum_added_lightning_damage_to_spells_per_power_charge"]=8322, + ["maximum_added_lightning_damage_while_you_have_avians_might"]=8323, + ["maximum_added_physical_damage_if_have_crit_recently"]=8324, + ["maximum_added_physical_damage_per_endurance_charge"]=8325, + ["maximum_added_physical_damage_per_impaled_on_enemy"]=8326, + ["maximum_added_physical_damage_vs_bleeding_enemies"]=2182, + ["maximum_added_physical_damage_vs_frozen_enemies"]=1168, + ["maximum_added_physical_damage_vs_poisoned_enemies"]=8327, + ["maximum_added_spell_cold_damage_while_no_life_is_reserved"]=8328, + ["maximum_added_spell_fire_damage_while_no_life_is_reserved"]=8329, + ["maximum_added_spell_lightning_damage_while_no_life_is_reserved"]=8330, + ["maximum_affliction_charges_is_equal_to_maximum_frenzy_charges"]=1515, + ["maximum_arrow_fire_damage_added_for_each_pierce"]=4310, + ["maximum_blitz_charges"]=8200, + ["maximum_block_modifiers_apply_to_maximum_resistances_instead"]=8201, + ["maximum_blood_scythe_charges"]=3927, + ["maximum_brutal_charges_is_equal_to_maximum_endurance_charges"]=1510, + ["maximum_caltrops_allowed"]=8202, + ["maximum_challenger_charges"]=8203, + ["maximum_chance_to_evade_is_50%"]=8204, + ["maximum_chaos_damage_to_return_to_melee_attacker"]=1880, + ["maximum_cold_damage_resistance_%_while_affected_by_herald_of_ice"]=8205, + ["maximum_cold_damage_to_return_to_melee_attacker"]=1878, + ["maximum_cold_infusion_stacks"]=8206, + ["maximum_cold_resistance_+%_if_at_least_5_blue_supports_socketed"]=8207, + ["maximum_cold_resistance_+1_per_X_corresponding_support"]=8208, + ["maximum_critical_strike_chance"]=2417, + ["maximum_critical_strike_chance_is_50%"]=8209, + ["maximum_darkness_+%"]=8210, + ["maximum_divine_charges"]=3960, + ["maximum_endurance_charges_+_if_you_have_at_least_100_tribute"]=8211, + ["maximum_endurance_charges_+_while_affected_by_determination"]=8212, + ["maximum_endurance_charges_is_equal_to_maximum_frenzy_charges"]=1508, + ["maximum_energy_shield_%_lost_on_kill"]=1465, + ["maximum_energy_shield_+%"]=889, + ["maximum_energy_shield_+%_and_lightning_resistance_-%"]=1405, + ["maximum_energy_shield_+%_per_10_tribute"]=8213, + ["maximum_energy_shield_+1_per_x_body_armour_evasion_rating"]=8214, + ["maximum_energy_shield_+_per_100_life_reserved"]=1389, + ["maximum_energy_shield_+_per_5_armour_on_shield"]=3950, + ["maximum_energy_shield_+_per_5_strength"]=3358, + ["maximum_energy_shield_+_per_6_body_armour_evasion_rating"]=1390, + ["maximum_energy_shield_from_body_armour_+%"]=8215, + ["maximum_es_+%_per_equipped_corrupted_item"]=2729, + ["maximum_es_taken_as_physical_damage_on_minion_death_%"]=2661, + ["maximum_fanaticism_charges"]=8216, + ["maximum_fire_damage_resistance_%_while_affected_by_herald_of_ash"]=8218, + ["maximum_fire_damage_resistance_+%_per_40%_uncapped_fire_damage_resistance"]=8217, + ["maximum_fire_damage_to_return_to_melee_attacker"]=1877, + ["maximum_fire_infusion_stacks"]=8219, + ["maximum_fire_resistance_+%_if_at_least_5_red_supports_socketed"]=8220, + ["maximum_fire_resistance_+1_per_X_corresponding_support"]=8221, + ["maximum_frenzy_charges_+_if_you_have_at_least_100_tribute"]=8222, + ["maximum_frenzy_charges_+_while_affected_by_grace"]=8223, + ["maximum_frenzy_charges_is_equal_to_maximum_power_charges"]=1513, + ["maximum_frenzy_power_endurance_charges"]=8224, + ["maximum_intensify_stacks"]=8226, + ["maximum_life_%_lost_on_kill"]=1463, + ["maximum_life_%_to_convert_to_maximum_energy_shield"]=8233, + ["maximum_life_%_to_convert_to_maximum_energy_shield_per_20_tribute"]=8227, + ["maximum_life_%_to_gain_as_armour"]=8234, + ["maximum_life_%_to_gain_as_maximum_energy_shield"]=8235, + ["maximum_life_+%"]=891, + ["maximum_life_+%_and_fire_resistance_-%"]=1403, + ["maximum_life_+%_for_corpses_you_create"]=8236, + ["maximum_life_+%_if_10_red_supports_socketed"]=8228, + ["maximum_life_+%_if_no_life_tags_on_body_armour"]=8237, + ["maximum_life_+%_if_you_have_at_least_100_tribute"]=8229, + ["maximum_life_+%_per_abyssal_jewel_affecting_you"]=8238, + ["maximum_life_+%_per_equipped_corrupted_item"]=2728, + ["maximum_life_+%_per_stackable_unique_jewel"]=3730, + ["maximum_life_mana_and_energy_shield_+%"]=1392, + ["maximum_life_per_10_dexterity"]=8230, + ["maximum_life_per_10_intelligence"]=8231, + ["maximum_life_per_10_levels"]=2431, + ["maximum_life_per_2%_increased_item_found_rarity"]=8232, + ["maximum_life_per_equipped_elder_item"]=3910, + ["maximum_life_taken_as_physical_damage_on_minion_death_%"]=2660, + ["maximum_lightning_damage_resistance_%_while_affected_by_herald_of_thunder"]=8239, + ["maximum_lightning_damage_to_return_on_block"]=2272, + ["maximum_lightning_damage_to_return_to_melee_attacker"]=1879, + ["maximum_lightning_infusion_stacks"]=8240, + ["maximum_lightning_resistance_+%_if_at_least_5_green_supports_socketed"]=8241, + ["maximum_lightning_resistance_+1_per_X_corresponding_support"]=8242, + ["maximum_mana_%_gained_on_kill"]=1464, + ["maximum_mana_%_to_add_to_energy_shield_while_affected_by_clarity"]=8245, + ["maximum_mana_+%"]=893, + ["maximum_mana_+%_and_cold_resistance_-%"]=1404, + ["maximum_mana_+%_if_10_blue_supports_socketed"]=8243, + ["maximum_mana_+%_if_you_have_at_least_100_tribute"]=8244, + ["maximum_mana_+%_per_abyssal_jewel_affecting_you"]=8246, + ["maximum_number_of_blades_left_in_ground"]=8247, + ["maximum_physical_attack_damage_on_crit_+%_final"]=8248, + ["maximum_physical_damage_reduction_%"]=1379, + ["maximum_physical_damage_reduction_is_50%"]=8249, + ["maximum_physical_damage_to_reflect_to_self_on_attack"]=1875, + ["maximum_physical_damage_to_return_on_block"]=2271, + ["maximum_physical_damage_to_return_to_melee_attacker"]=1876, + ["maximum_power_and_endurance_charges_+"]=8250, + ["maximum_power_and_frenzy_charges_+"]=1518, + ["maximum_power_charges_+_if_you_have_at_least_100_tribute"]=8251, + ["maximum_power_charges_+_while_affected_by_discipline"]=8252, + ["maximum_rage"]=8910, + ["maximum_rage_+_while_wielding_axe"]=8253, + ["maximum_rage_per_50_tribute"]=8254, + ["maximum_rage_per_equipped_one_handed_sword"]=8255, + ["maximum_random_movement_velocity_+%_when_hit"]=8256, + ["maximum_spirit_charges_per_abyss_jewel_equipped"]=3953, + ["maximum_virulence_stacks"]=8257, + ["maximum_void_arrows"]=3928, + ["maximum_volatility_allowed"]=8258, + ["melee_ancestor_totem_damage_+%"]=3211, + ["melee_ancestor_totem_elemental_resistance_%"]=3684, + ["melee_ancestor_totem_grant_owner_attack_speed_+%"]=3379, + ["melee_ancestor_totem_placement_speed_+%"]=3548, + ["melee_attack_number_of_spirit_strikes"]=8259, + ["melee_attack_skills_additional_totems_allowed"]=8260, + ["melee_attack_speed_+%"]=1269, + ["melee_attacks_number_of_additional_projectiles"]=3763, + ["melee_attacks_usable_without_mana_cost"]=2360, + ["melee_cold_damage_+%"]=1674, + ["melee_cold_damage_+%_while_fortify_is_active"]=1962, + ["melee_cold_damage_+%_while_holding_shield"]=1677, + ["melee_critical_strike_chance_+%"]=1331, + ["melee_critical_strike_chance_+%_if_warcried_recently"]=8261, + ["melee_critical_strike_multiplier_+%_if_warcried_recently"]=8262, + ["melee_critical_strike_multiplier_+_while_wielding_shield"]=1352, + ["melee_damage_+%"]=1144, + ["melee_damage_+%_at_close_range"]=8266, + ["melee_damage_+%_during_flask_effect"]=8267, + ["melee_damage_+%_if_youve_dealt_projectile_attack_hit_recently"]=8263, + ["melee_damage_+%_per_endurance_charge"]=3743, + ["melee_damage_+%_per_second_of_warcry_affecting_you"]=8268, + ["melee_damage_+%_vs_burning_enemies"]=1149, + ["melee_damage_+%_vs_frozen_enemies"]=1145, + ["melee_damage_+%_vs_heavy_stunned_enemies"]=8269, + ["melee_damage_+%_vs_immobilised_enemies"]=8264, + ["melee_damage_+%_vs_shocked_enemies"]=1147, + ["melee_damage_+%_when_on_full_life"]=2316, + ["melee_damage_+%_while_fortified"]=3813, + ["melee_damage_+%_with_spears_while_surrounded"]=8265, + ["melee_damage_taken_%_to_deal_to_attacker"]=2382, + ["melee_damage_taken_+%"]=2418, + ["melee_damage_vs_bleeding_enemies_+%"]=2180, + ["melee_fire_damage_+%"]=1673, + ["melee_fire_damage_+%_while_holding_shield"]=1676, + ["melee_hit_damage_stun_multiplier_+%"]=8270, + ["melee_hit_damage_stun_multiplier_+%_final_from_ot"]=8271, + ["melee_hits_grant_rampage_stacks"]=9858, + ["melee_movement_skill_chance_to_fortify_on_hit_%"]=8272, + ["melee_physical_damage_+%"]=1672, + ["melee_physical_damage_+%_per_10_dexterity"]=8273, + ["melee_physical_damage_+%_per_10_strength_while_fortified"]=8274, + ["melee_physical_damage_+%_vs_ignited_enemies"]=3883, + ["melee_physical_damage_+%_while_fortify_is_active"]=1963, + ["melee_physical_damage_+%_while_holding_shield"]=1675, + ["melee_physical_damage_taken_%_to_deal_to_attacker"]=2147, + ["melee_range_+"]=2221, + ["melee_range_+_while_at_least_5_enemies_nearby"]=8275, + ["melee_range_+_while_dual_wielding"]=8277, + ["melee_range_+_while_unarmed"]=2711, + ["melee_range_+_while_wielding_shield"]=8276, + ["melee_range_+_with_axe"]=8278, + ["melee_range_+_with_claw"]=8279, + ["melee_range_+_with_dagger"]=8280, + ["melee_range_+_with_flail"]=8281, + ["melee_range_+_with_mace"]=8282, + ["melee_range_+_with_one_handed"]=8283, + ["melee_range_+_with_spear"]=8284, + ["melee_range_+_with_staff"]=8285, + ["melee_range_+_with_sword"]=8286, + ["melee_range_+_with_two_handed"]=8287, + ["melee_skill_gem_level_+"]=948, + ["melee_skills_area_of_effect_+%"]=8288, + ["melee_splash"]=1087, + ["melee_strike_range_+_if_youve_dealt_projectile_attack_hit_recently"]=8289, + ["melee_strike_skill_strike_previous_location"]=8290, + ["melee_weapon_critical_strike_multiplier_+"]=1350, + ["melee_weapon_range_+_if_you_have_killed_recently"]=8291, + ["melee_weapon_range_+_while_at_maximum_frenzy_charges"]=8292, + ["melee_weapon_range_+_while_fortified"]=8293, + ["memory_line_abyss_scourge_spawn_boss_chance_%"]=98, + ["memory_line_all_drops_replaced_with_currency_shard_stacks_%_chance_otherwise_delete"]=109, + ["memory_line_big_harvest"]=99, + ["memory_line_breach_boss_spawn_chance_%"]=110, + ["memory_line_breach_covers_map"]=84, + ["memory_line_essence_monster_number_of_essences"]=100, + ["memory_line_maximum_possessions_of_rare_unique_monsters"]=101, + ["memory_line_minimum_possessions_of_rare_unique_monsters"]=85, + ["memory_line_num_harvest_plots"]=86, + ["memory_line_number_of_abyss_scourge_cracks"]=87, + ["memory_line_number_of_breaches"]=88, + ["memory_line_number_of_essences"]=89, + ["memory_line_number_of_excursions"]=90, + ["memory_line_number_of_large_breach_chests"]=102, + ["memory_line_number_of_pantheon_shrines"]=3876, + ["memory_line_number_of_shrines"]=3875, + ["memory_line_number_of_strongboxes"]=91, + ["memory_line_player_is_harbinger"]=92, + ["memory_line_strongboxes_chance_to_be_operatives_%"]=111, + ["mine_%_chance_to_detonate_twice"]=8299, + ["mine_area_damage_+%_if_detonated_mine_recently"]=8294, + ["mine_area_of_effect_+%"]=8295, + ["mine_area_of_effect_+%_if_detonated_mine_recently"]=8296, + ["mine_arming_speed_+%"]=3794, + ["mine_aura_effect_+%"]=8297, + ["mine_critical_strike_chance_+%"]=1327, + ["mine_critical_strike_multiplier_+"]=1353, + ["mine_damage_+%"]=1111, + ["mine_damage_penetrates_%_elemental_resistance"]=2452, + ["mine_detonation_is_instant"]=2450, + ["mine_detonation_radius_+%"]=1617, + ["mine_detonation_speed_+%"]=8298, + ["mine_duration_+%"]=1614, + ["mine_extra_uses"]=2669, + ["mine_laying_speed_+%"]=1619, + ["mine_laying_speed_+%_for_4_seconds_on_detonation"]=3072, + ["mines_hinder_nearby_enemies_for_x_ms_on_arming"]=8300, + ["mines_invulnerable"]=8301, + ["mines_invulnerable_for_duration_ms"]=2455, + ["minimum_added_chaos_damage_if_have_crit_recently"]=8302, + ["minimum_added_chaos_damage_per_curse_on_enemy"]=8303, + ["minimum_added_chaos_damage_per_spiders_web_on_enemy"]=8304, + ["minimum_added_chaos_damage_to_attacks_and_spells_per_50_strength"]=8305, + ["minimum_added_chaos_damage_to_attacks_per_50_strength"]=8306, + ["minimum_added_chaos_damage_vs_enemies_with_5+_poisons"]=8307, + ["minimum_added_cold_damage_if_have_crit_recently"]=8308, + ["minimum_added_cold_damage_per_frenzy_charge"]=3832, + ["minimum_added_cold_damage_to_attacks_per_10_dexterity"]=8309, + ["minimum_added_cold_damage_vs_chilled_enemies"]=8310, + ["minimum_added_cold_damage_while_affected_by_hatred"]=8311, + ["minimum_added_cold_damage_while_you_have_avians_might"]=8312, + ["minimum_added_fire_attack_damage_per_active_buff"]=1170, + ["minimum_added_fire_damage_if_blocked_recently"]=3834, + ["minimum_added_fire_damage_if_have_crit_recently"]=8313, + ["minimum_added_fire_damage_per_100_lowest_of_max_life_mana"]=8314, + ["minimum_added_fire_damage_per_active_buff"]=1172, + ["minimum_added_fire_damage_per_endurance_charge"]=8315, + ["minimum_added_fire_damage_to_attacks_per_10_strength"]=8316, + ["minimum_added_fire_damage_to_hits_vs_blinded_enemies"]=8317, + ["minimum_added_fire_damage_vs_ignited_enemies"]=1169, + ["minimum_added_fire_spell_damage_per_active_buff"]=1171, + ["minimum_added_lightning_damage_if_have_crit_recently"]=8318, + ["minimum_added_lightning_damage_per_power_charge"]=8319, + ["minimum_added_lightning_damage_per_shocked_enemy_killed_recently"]=8320, + ["minimum_added_lightning_damage_to_attacks_per_20_intelligence"]=8321, + ["minimum_added_lightning_damage_to_spells_per_power_charge"]=8322, + ["minimum_added_lightning_damage_while_you_have_avians_might"]=8323, + ["minimum_added_physical_damage_if_have_crit_recently"]=8324, + ["minimum_added_physical_damage_per_endurance_charge"]=8325, + ["minimum_added_physical_damage_per_impaled_on_enemy"]=8326, + ["minimum_added_physical_damage_vs_bleeding_enemies"]=2182, + ["minimum_added_physical_damage_vs_frozen_enemies"]=1168, + ["minimum_added_physical_damage_vs_poisoned_enemies"]=8327, + ["minimum_added_spell_cold_damage_while_no_life_is_reserved"]=8328, + ["minimum_added_spell_fire_damage_while_no_life_is_reserved"]=8329, + ["minimum_added_spell_lightning_damage_while_no_life_is_reserved"]=8330, + ["minimum_arrow_fire_damage_added_for_each_pierce"]=4310, + ["minimum_chaos_damage_to_return_to_melee_attacker"]=1880, + ["minimum_cold_damage_to_return_to_melee_attacker"]=1878, + ["minimum_endurance_charges_at_devotion_threshold"]=8331, + ["minimum_endurance_charges_per_stackable_unique_jewel"]=3731, + ["minimum_endurance_charges_while_on_low_life_+"]=8332, + ["minimum_fire_damage_to_return_to_melee_attacker"]=1877, + ["minimum_frenzy_charges_at_devotion_threshold"]=8333, + ["minimum_frenzy_charges_per_stackable_unique_jewel"]=3732, + ["minimum_frenzy_endurance_power_charges_are_equal_to_maximum_while_stationary"]=8334, + ["minimum_frenzy_power_endurance_charges"]=8335, + ["minimum_lightning_damage_to_return_on_block"]=2272, + ["minimum_lightning_damage_to_return_to_melee_attacker"]=1879, + ["minimum_physical_attack_damage_on_crit_+%_final"]=8336, + ["minimum_physical_damage_to_reflect_to_self_on_attack"]=1875, + ["minimum_physical_damage_to_return_on_block"]=2271, + ["minimum_physical_damage_to_return_to_melee_attacker"]=1876, + ["minimum_power_charges_at_devotion_threshold"]=8337, + ["minimum_power_charges_per_stackable_unique_jewel"]=3733, + ["minimum_power_charges_while_on_low_life_+"]=8338, + ["minion_%_chance_to_be_summoned_with_maximum_frenzy_charges"]=8413, + ["minion_1%_accuracy_rating_+%_per_X_player_dexterity"]=8339, + ["minion_1%_area_of_effect_+%_per_X_player_dexterity"]=8340, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"]=8341, + ["minion_1%_damage_+%_per_X_player_strength"]=8342, + ["minion_accuracy_rating"]=8343, + ["minion_accuracy_rating_+%"]=8345, + ["minion_accuracy_rating_per_10_devotion"]=8344, + ["minion_actor_scale_+%"]=8346, + ["minion_additional_base_critical_strike_chance"]=8347, + ["minion_additional_physical_damage_reduction_%"]=1966, + ["minion_area_of_effect_+%_if_you_have_cast_a_minion_skill_recently"]=8348, + ["minion_armour_break_physical_damage_%_dealt_as_armour_break"]=8349, + ["minion_attack_added_cold_damage_as_%_parent_maximum_life"]=8350, + ["minion_attack_and_cast_speed_+%"]=8352, + ["minion_attack_and_cast_speed_+%_if_you_or_minions_have_killed_enemy_recently"]=8353, + ["minion_attack_and_cast_speed_+%_per_10_devotion"]=8354, + ["minion_attack_and_cast_speed_+%_per_50_tribute"]=8351, + ["minion_attack_and_cast_speed_+%_per_active_skeleton"]=2893, + ["minion_attack_and_cast_speed_+%_while_you_are_affected_by_a_herald"]=8355, + ["minion_attack_hits_knockback_chance_%"]=8356, + ["minion_attack_maximum_added_physical_damage"]=3349, + ["minion_attack_minimum_added_physical_damage"]=3349, + ["minion_attack_speed_+%"]=2568, + ["minion_attack_speed_+%_per_50_dex"]=8357, + ["minion_attacks_chance_to_blind_on_hit_%"]=8358, + ["minion_attacks_chance_to_taunt_on_hit_%"]=3035, + ["minion_base_maximum_cold_damage_resistance_%"]=8359, + ["minion_base_maximum_fire_damage_resistance_%"]=8360, + ["minion_base_maximum_lightning_damage_resistance_%"]=8361, + ["minion_base_physical_damage_%_to_convert_to_chaos"]=1657, + ["minion_base_physical_damage_%_to_convert_to_cold"]=1652, + ["minion_base_physical_damage_%_to_convert_to_fire"]=1650, + ["minion_base_physical_damage_%_to_convert_to_lightning"]=1654, + ["minion_bleed_on_hit_with_attacks_%"]=2178, + ["minion_block_%"]=2565, + ["minion_cannot_crit"]=8362, + ["minion_cast_speed_+%"]=2569, + ["minion_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=3043, + ["minion_chance_to_deal_double_damage_%"]=8363, + ["minion_chance_to_deal_double_damage_while_on_full_life_%"]=8364, + ["minion_chance_to_freeze_%"]=8365, + ["minion_chance_to_gain_onslaught_on_kill_for_4_seconds_%"]=2989, + ["minion_chance_to_gain_power_charge_on_hit_%"]=8366, + ["minion_chance_to_impale_on_attack_hit_%"]=8367, + ["minion_chance_to_shock_%"]=8368, + ["minion_chaos_resistance_%"]=2572, + ["minion_cold_damage_resistance_%"]=3755, + ["minion_command_skill_cooldown_speed_+%"]=8369, + ["minion_commanded_skill_damage_+%"]=8371, + ["minion_commanded_skill_damage_+%_per_different_persistent_minion_in_presence"]=8370, + ["minion_cooldown_recovery_+%"]=8373, + ["minion_cooldown_recovery_+%_per_10_tribute"]=8372, + ["minion_critical_strike_chance_+%"]=8374, + ["minion_critical_strike_chance_+%_per_maximum_power_charge"]=8375, + ["minion_critical_strike_multiplier_+"]=8376, + ["minion_critical_strike_multiplier_+_per_stackable_unique_jewel"]=3734, + ["minion_damage_+%"]=1666, + ["minion_damage_+%_if_enemy_hit_recently"]=8381, + ["minion_damage_+%_if_have_used_a_minion_skill_recently"]=1667, + ["minion_damage_+%_per_10_tribute"]=8377, + ["minion_damage_+%_per_5_dex"]=1669, + ["minion_damage_+%_per_active_spectre"]=2895, + ["minion_damage_+%_vs_abyssal_monsters"]=8382, + ["minion_damage_+%_while_affected_by_a_herald"]=8383, + ["minion_damage_+%_while_you_have_at_least_two_different_active_offerings"]=8378, + ["minion_damage_against_ignited_enemies_+%"]=8379, + ["minion_damage_increases_and_reductions_also_affects_you"]=3889, + ["minion_damage_over_time_multiplier_+_per_minion_abyss_jewel_up_to_+30"]=8380, + ["minion_damage_taken_%_recouped_as_their_life"]=8384, + ["minion_damage_taken_+%"]=8385, + ["minion_deal_no_non_cold_damage"]=8386, + ["minion_demon_add_fury_charge_on_hit_%"]=8387, + ["minion_demon_attack_speed_+%_per_fury_charge"]=8388, + ["minion_demon_damage_+%_final_per_fury_charge"]=8389, + ["minion_demon_gain_fury_charge_when_allied_minion_dies_in_x_range"]=8390, + ["minion_demon_life_loss_%_per_minute_per_fury_charge"]=8391, + ["minion_demon_maximum_fury_charges"]=8392, + ["minion_duration_+%_per_active_zombie"]=2894, + ["minion_elemental_resistance_%"]=2571, + ["minion_elemental_resistance_30%"]=8393, + ["minion_energy_shield_delay_-%"]=3977, + ["minion_evasion_rating_+%"]=8394, + ["minion_fire_cloud_on_death_maximum_life_per_minute_to_deal_as_fire_damage_%"]=8395, + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"]=8396, + ["minion_fire_damage_resistance_%"]=8397, + ["minion_flask_charges_used_+%"]=1869, + ["minion_global_always_hit"]=8398, + ["minion_global_maximum_added_chaos_damage"]=3350, + ["minion_global_maximum_added_cold_damage"]=3351, + ["minion_global_maximum_added_fire_damage"]=3352, + ["minion_global_maximum_added_lightning_damage"]=3353, + ["minion_global_maximum_added_physical_damage"]=3354, + ["minion_global_minimum_added_chaos_damage"]=3350, + ["minion_global_minimum_added_cold_damage"]=3351, + ["minion_global_minimum_added_fire_damage"]=3352, + ["minion_global_minimum_added_lightning_damage"]=3353, + ["minion_global_minimum_added_physical_damage"]=3354, + ["minion_grants_rampage_kill_to_parent_on_hitting_rare_or_unique_enemy_%"]=8399, + ["minion_hit_damage_stun_multiplier_+%"]=8400, + ["minion_hits_ignore_enemy_elemental_resistances_while_has_energy_shield"]=3978, + ["minion_larger_aggro_radius"]=9852, + ["minion_life_increased_by_overcapped_fire_resistance"]=8401, + ["minion_life_recovery_rate_+%"]=1472, + ["minion_life_regeneration_per_minute_per_active_raging_spirit"]=2896, + ["minion_life_regeneration_rate_per_minute_%"]=2570, + ["minion_life_regeneration_rate_per_minute_%_if_blocked_recently"]=8402, + ["minion_life_regeneration_rate_per_second"]=8403, + ["minion_lightning_damage_resistance_%"]=3756, + ["minion_maim_on_hit_%"]=8404, + ["minion_malediction_on_hit"]=8405, + ["minion_maximum_all_elemental_resistances_%"]=8406, + ["minion_maximum_energy_shield_+%"]=1474, + ["minion_maximum_life_%_to_convert_to_maximum_energy_shield_per_1%_chaos_resistance"]=3975, + ["minion_maximum_life_%_to_gain_as_maximum_energy_shield"]=8407, + ["minion_maximum_life_+%"]=982, + ["minion_maximum_mana_+%"]=1473, + ["minion_melee_damage_+%"]=8408, + ["minion_minimum_power_charges"]=8409, + ["minion_movement_speed_+%"]=1475, + ["minion_movement_speed_+%_per_50_dex"]=8410, + ["minion_movement_velocity_+%_for_each_herald_affecting_you"]=8411, + ["minion_no_critical_strike_multiplier"]=8412, + ["minion_no_extra_bleeding_damage_while_moving"]=2818, + ["minion_physical_damage_%_to_gain_as_cold"]=3757, + ["minion_physical_damage_%_to_gain_as_fire"]=8414, + ["minion_physical_damage_%_to_gain_as_lightning"]=8415, + ["minion_physical_damage_reduction_rating"]=2566, + ["minion_physical_hit_and_dot_damage_%_taken_as_lightning"]=8416, + ["minion_projectile_speed_+%"]=8417, + ["minion_raging_spirit_%_of_maximum_life_taken_per_minute_as_chaos_damage"]=8419, + ["minion_raging_spirit_maximum_life_+%"]=8418, + ["minion_recover_%_maximum_life_on_minion_death"]=8420, + ["minion_recover_%_of_maximum_life_on_block"]=2696, + ["minion_recover_X_life_on_block"]=1470, + ["minion_reservation_+%"]=8422, + ["minion_resistances_equal_yours"]=8423, + ["minion_resummon_speed_+%"]=8426, + ["minion_resummon_speed_+%_if_all_active_minions_are_companions"]=8424, + ["minion_resummon_speed_+%_if_you_have_at_least_100_tribute"]=8425, + ["minion_skill_area_of_effect_+%"]=2662, + ["minion_skill_gem_level_+"]=951, + ["minion_skill_mana_cost_+%"]=8427, + ["minion_skill_physical_damage_%_to_convert_to_fire"]=8428, + ["minion_spells_chance_to_hinder_on_hit_%"]=8429, + ["minion_stun_threshold_reduction_+%"]=8430, + ["minion_summoned_recently_attack_and_cast_speed_+%"]=8431, + ["minion_summoned_recently_cannot_be_damaged"]=8432, + ["minion_summoned_recently_movement_speed_+%"]=8433, + ["minion_undead_minions_are_demons_instead"]=8434, + ["minions_%_chance_to_blind_on_hit"]=3722, + ["minions_accuracy_is_equal_to_yours"]=8435, + ["minions_are_gigantic"]=8436, + ["minions_attacks_overwhelm_%_physical_damage_reduction"]=8437, + ["minions_cannot_be_blinded"]=3721, + ["minions_cannot_be_damaged_after_summoned_ms"]=8438, + ["minions_cannot_die_while_affected_by_life_flask"]=1867, + ["minions_cannot_taunt_enemies"]=8439, + ["minions_chance_to_intimidate_on_hit_%"]=8440, + ["minions_chance_to_poison_on_hit_%"]=2803, + ["minions_deal_%_of_physical_damage_as_additional_chaos_damage"]=8441, + ["minions_gain_your_dexterity"]=8442, + ["minions_gain_your_strength"]=8443, + ["minions_get_amulet_stats_instead_of_you"]=1872, + ["minions_go_crazy_on_crit_ms"]=8444, + ["minions_grant_owner_and_owners_totems_gains_endurance_charge_on_burning_enemy_kill_%"]=2941, + ["minions_have_%_chance_to_inflict_wither_on_hit"]=8445, + ["minions_have_+%_critical_strike_multiplier_per_wither_on_enemies"]=8446, + ["minions_have_non_curse_aura_effect_+%_from_parent_skills"]=1829, + ["minions_have_unholy_might"]=8447, + ["minions_hits_can_only_kill_ignited_enemies"]=8448, + ["minions_lose_%_life_when_following_commands_per_10_tribute"]=8449, + ["minions_penetrate_elemental_resistances_%_vs_cursed_enemies"]=8450, + ["minions_recover_%_maximum_life_on_killing_poisoned_enemy"]=8451, + ["minions_recover_%_maximum_life_when_you_focus"]=8452, + ["minions_reflected_damage_taken_+%"]=8453, + ["minions_take_%_of_life_as_chaos_damage_when_summoned_over_1_second"]=8454, + ["minions_use_parents_flasks_on_summon"]=1865, + ["mirage_archer_duration_+%"]=8455, + ["mirage_archers_do_not_attach"]=3986, + ["mirror_arrow_and_mirror_arrow_clone_attack_speed_+%"]=3443, + ["mirror_arrow_and_mirror_arrow_clone_damage_+%"]=3305, + ["mirror_arrow_cooldown_speed_+%"]=3461, + ["missing_life_%_gained_as_life_before_hit"]=8456, + ["mod_granted_passive_hash"]=8457, + ["mod_granted_passive_hash_2"]=8458, + ["mod_granted_passive_hash_3"]=8459, + ["mod_granted_passive_hash_4"]=8460, + ["mod_granted_passive_hash_essence"]=8461, + ["modifiers_to_attributes_instead_apply_to_ascendance"]=1103, + ["modifiers_to_claw_attack_speed_also_affect_unarmed_melee_attack_speed"]=3164, + ["modifiers_to_claw_critical_strike_chance_also_affect_unarmed_melee_critical_strike_chance"]=3165, + ["modifiers_to_claw_damage_also_affect_unarmed_melee_damage"]=3163, + ["modifiers_to_fire_resistance_also_apply_to_cold_lightning_resistance_at_%_value"]=8462, + ["modifiers_to_map_item_drop_quantity_also_apply_to_map_item_drop_rarity"]=3184, + ["modifiers_to_maximum_fire_resistance_apply_to_maximum_cold_and_lightning_resistance"]=8463, + ["modifiers_to_minimum_endurance_charges_instead_apply_to_brutal_charges"]=1509, + ["modifiers_to_minimum_frenzy_charges_instead_apply_to_affliction_charges"]=1514, + ["modifiers_to_minimum_power_charges_instead_apply_to_absorption_charges"]=1519, + ["modifiers_to_minion_cast_speed_also_affect_you"]=3336, + ["modifiers_to_minion_damage_also_affect_you"]=3334, + ["modifiers_to_minion_life_regeneration_also_affect_you"]=3337, + ["modifiers_to_minion_movement_speed_also_affect_you"]=3338, + ["modifiers_to_number_of_projectiles_instead_apply_to_splitting"]=8464, + ["molten_shell_buff_effect_+%"]=3595, + ["molten_shell_damage_+%"]=3293, + ["molten_shell_duration_+%"]=8465, + ["molten_shell_explosion_damage_penetrates_%_fire_resistance"]=8466, + ["molten_strike_chain_count_+"]=8468, + ["molten_strike_damage_+%"]=3227, + ["molten_strike_num_of_additional_projectiles"]=3523, + ["molten_strike_projectiles_chain_when_impacting_ground"]=8467, + ["molten_strike_radius_+%"]=3389, + ["monster_base_block_%"]=1075, + ["monster_dropped_item_quantity_+%"]=18, + ["monster_dropped_item_rarity_+%"]=17, + ["monster_life_+%_final_from_map"]=1394, + ["monster_life_+%_final_from_rarity"]=1393, + ["monster_slain_experience_+%"]=16, + ["mortar_barrage_mine_damage_+%"]=8471, + ["mortar_barrage_mine_num_projectiles"]=8472, + ["mortar_barrage_mine_throwing_speed_+%"]=8474, + ["mortar_barrage_mine_throwing_speed_halved_+%"]=8473, + ["movement_attack_skills_attack_speed_+%"]=8475, + ["movement_skills_cooldown_speed_+%"]=8476, + ["movement_skills_cooldown_speed_+%_while_affected_by_haste"]=8477, + ["movement_skills_cost_no_mana"]=3068, + ["movement_skills_deal_no_physical_damage"]=8478, + ["movement_skills_mana_cost_+%"]=3749, + ["movement_speed_+%_against_bloodlusting_enemies"]=8479, + ["movement_speed_+%_during_flask_effect"]=2813, + ["movement_speed_+%_for_4_seconds_on_block"]=2932, + ["movement_speed_+%_if_10_green_supports_socketed"]=8480, + ["movement_speed_+%_if_below_100_dexterity"]=8481, + ["movement_speed_+%_if_crit_recently"]=8492, + ["movement_speed_+%_if_enemy_hit_recently"]=8493, + ["movement_speed_+%_if_enemy_hit_with_off_hand_weapon_recently"]=8494, + ["movement_speed_+%_if_enemy_killed_recently"]=3821, + ["movement_speed_+%_if_have_cast_dash_recently"]=8495, + ["movement_speed_+%_if_have_not_taken_damage_recently"]=8496, + ["movement_speed_+%_if_have_used_a_vaal_skill_recently"]=8497, + ["movement_speed_+%_if_pierced_recently"]=3773, + ["movement_speed_+%_if_pinned_enemy_recently"]=8482, + ["movement_speed_+%_if_placed_trap_or_mine_recently"]=8483, + ["movement_speed_+%_if_used_a_mark_recently"]=8498, + ["movement_speed_+%_if_used_a_warcry_recently"]=3747, + ["movement_speed_+%_on_throwing_trap"]=2441, + ["movement_speed_+%_per_chest_opened_recently"]=8499, + ["movement_speed_+%_per_endurance_charge"]=8500, + ["movement_speed_+%_per_nearby_corpse"]=8484, + ["movement_speed_+%_per_nearby_enemy"]=8501, + ["movement_speed_+%_per_poison_up_to_50%"]=8502, + ["movement_speed_+%_per_power_charge"]=8503, + ["movement_speed_+%_while_affected_by_ailment"]=8485, + ["movement_speed_+%_while_affected_by_grace"]=8504, + ["movement_speed_+%_while_bleeding"]=8505, + ["movement_speed_+%_while_dual_wielding"]=8506, + ["movement_speed_+%_while_fortified"]=2933, + ["movement_speed_+%_while_holding_shield"]=8507, + ["movement_speed_+%_while_not_affected_by_status_ailments"]=2924, + ["movement_speed_+%_while_not_using_flask"]=8508, + ["movement_speed_+%_while_off_hand_is_empty"]=8509, + ["movement_speed_+%_while_on_burning_chilled_shocked_ground"]=8510, + ["movement_speed_+%_while_on_burning_ground"]=8511, + ["movement_speed_+%_while_poisoned"]=8512, + ["movement_speed_+%_while_surrounded"]=8486, + ["movement_speed_+%_while_using_charm"]=8513, + ["movement_speed_+%_while_you_have_cats_stealth"]=8514, + ["movement_speed_+%_while_you_have_energy_shield"]=8515, + ["movement_speed_+%_while_you_have_storm_barrier_support"]=8516, + ["movement_speed_+%_while_you_have_two_linked_targets"]=8487, + ["movement_speed_bonus_when_throwing_trap_ms"]=2441, + ["movement_speed_cannot_be_reduced_below_base"]=2822, + ["movement_speed_is_equal_to_highest_linked_party_member"]=8488, + ["movement_speed_is_only_base_+1%_per_x_evasion_rating"]=8489, + ["movement_speed_penalty_+%_while_performing_action"]=8491, + ["movement_velocity_+%_on_full_energy_shield"]=2616, + ["movement_velocity_+%_per_frenzy_charge"]=1505, + ["movement_velocity_+%_per_poison_stack"]=8517, + ["movement_velocity_+%_per_shock"]=2475, + ["movement_velocity_+%_per_totem"]=8519, + ["movement_velocity_+%_when_on_full_life"]=1503, + ["movement_velocity_+%_when_on_low_life"]=1502, + ["movement_velocity_+%_when_on_shocked_ground"]=1830, + ["movement_velocity_+%_while_at_maximum_power_charges"]=8520, + ["movement_velocity_+%_while_chilled"]=8521, + ["movement_velocity_+%_while_cursed"]=2305, + ["movement_velocity_+%_while_ignited"]=2474, + ["movement_velocity_+%_while_phasing"]=2293, + ["movement_velocity_+%_with_magic_abyss_jewel_socketed"]=8518, + ["movement_velocity_+1%_per_X_evasion_rating"]=2351, + ["movement_velocity_while_not_hit_+%"]=2848, + ["nearby_allies_have_onslaught"]=8522, + ["nearby_enemies_all_exposure_%_while_phasing"]=8523, + ["nearby_enemies_are_blinded_while_you_have_active_physical_aegis"]=8524, + ["nearby_enemies_are_chilled_and_shocked_while_you_are_near_a_corpse"]=8525, + ["nearby_enemies_are_crushed_while_you_have_X_rage"]=8526, + ["nearby_enemies_are_intimidated_while_you_have_rage"]=8527, + ["nearby_enemies_chilled_on_block"]=3830, + ["nearby_enemies_have_cold_exposure_while_you_are_affected_by_herald_of_ice"]=8529, + ["nearby_enemies_have_fire_exposure_while_you_are_affected_by_herald_of_ash"]=8530, + ["nearby_enemies_have_lightning_exposure_while_you_are_affected_by_herald_of_thunder"]=8531, + ["nearby_party_members_max_endurance_charges_is_equal_to_yours"]=8532, + ["nearby_traps_within_x_units_also_trigger_on_triggering_trap"]=3077, + ["necromancer_damage_+%_final_for_you_and_allies_with_nearby_corpse"]=8533, + ["necromancer_damage_+%_for_nearby_enemies_with_nearby_corpse"]=8534, + ["necromancer_defensive_notable_minion_maximum_life_+%_final"]=8535, + ["necromancer_energy_shield_regeneration_rate_per_minute_%_for_you_and_allies_per_nearby_corpse"]=8536, + ["necromancer_mana_regeneration_rate_per_minute_for_you_and_allies_per_nearby_corpse"]=8537, + ["necrotic_footprints_from_item"]=8538, + ["never_freeze"]=2247, + ["never_freeze_or_chill"]=2248, + ["never_ignite"]=2246, + ["never_ignite_chill_freeze_shock"]=8539, + ["never_shock"]=2249, + ["new_arctic_armour_fire_damage_taken_when_hit_+%_final"]=2772, + ["new_arctic_armour_physical_damage_taken_when_hit_+%_final"]=2771, + ["next_attack_is_ancestrally_boosted_for_x_seconds_on_heavy_stunning_unique_or_rare_enemy"]=8540, + ["nightblade_elusive_grants_critical_strike_multiplier_+_to_supported_skills"]=8541, + ["no_critical_strike_multiplier"]=1360, + ["no_energy_shield"]=1850, + ["no_energy_shield_recharge_or_regeneration"]=2349, + ["no_evasion_rating"]=1851, + ["no_extra_bleeding_damage_while_moving"]=2819, + ["no_inherent_chance_to_block_while_dual_wielding"]=8542, + ["no_inherent_mana_regeneration"]=8543, + ["no_inherent_rage_loss"]=8544, + ["no_life_regeneration"]=1964, + ["no_mana_regeneration"]=1965, + ["no_mana_regeneration_if_not_crit_recently"]=8545, + ["no_maximum_power_charges"]=2654, + ["no_movement_penalty_while_shield_is_raised"]=8546, + ["no_physical_damage_reduction_rating"]=1849, + ["non_aura_hexes_gain_20%_effect_per_second"]=8547, + ["non_channelling_attack_added_lightning_damage_%_maximum_mana"]=8548, + ["non_channelling_spells_cost_x%_of_your_energy_shield"]=8549, + ["non_channelling_spells_deal_x%_more_damage"]=8550, + ["non_channelling_spells_x%_chance_to_double_mana_cost_and_always_crit"]=8551, + ["non_critical_damage_multiplier_+%"]=2389, + ["non_critical_strikes_deal_no_damage"]=8552, + ["non_critical_strikes_penetrate_elemental_resistances_%"]=3149, + ["non_curse_aura_effect_+%"]=3158, + ["non_curse_aura_effect_+%_per_10_devotion"]=8553, + ["non_cursed_enemies_you_curse_are_blinded_for_4_seconds"]=8554, + ["non_cursed_enemies_you_curse_gain_x_withered_stacks"]=8555, + ["non_damaging_ailment_effect_+%"]=8556, + ["non_damaging_ailment_effect_+%_on_self"]=8557, + ["non_damaging_ailment_effect_+%_on_self_while_under_effect_of_life_or_mana_flask"]=8558, + ["non_damaging_ailment_effect_+%_on_self_while_you_have_arcane_surge"]=3911, + ["non_damaging_ailment_effect_+%_per_10_devotion"]=8559, + ["non_damaging_ailment_effect_+%_with_critical_strikes"]=8560, + ["non_damaging_ailments_as_though_damage_+%_final"]=8561, + ["non_damaging_ailments_reflected_to_self"]=8562, + ["non_instant_mana_recovery_from_flasks_also_recovers_life"]=3916, + ["non_piercing_projectiles_critical_strike_chance_+%"]=8563, + ["non_projectile_chaining_lightning_skill_additional_chains"]=8564, + ["non_skill_all_damage_%_to_gain_as_chaos_per_3_life_cost"]=8565, + ["non_skill_all_damage_%_to_gain_as_fire_+_per_1%_attack_block_chance"]=8566, + ["non_skill_attack_skills_all_damage_%_to_gain_as_chaos_while_you_unarmed"]=8567, + ["non_skill_attack_skills_all_damage_%_to_gain_as_cold_while_you_unarmed"]=8568, + ["non_skill_attack_skills_all_damage_%_to_gain_as_fire_while_you_unarmed"]=8569, + ["non_skill_attack_skills_all_damage_%_to_gain_as_lightning_while_you_unarmed"]=8570, + ["non_skill_base_all_damage_%_to_gain_as_chaos"]=1623, + ["non_skill_base_all_damage_%_to_gain_as_chaos_per_active_undead_minion"]=8571, + ["non_skill_base_all_damage_%_to_gain_as_cold"]=870, + ["non_skill_base_all_damage_%_to_gain_as_cold_fire_lightning"]=8576, + ["non_skill_base_all_damage_%_to_gain_as_cold_while_on_ground_ice_chill"]=8572, + ["non_skill_base_all_damage_%_to_gain_as_cold_with_attacks"]=8577, + ["non_skill_base_all_damage_%_to_gain_as_cold_with_spells"]=871, + ["non_skill_base_all_damage_%_to_gain_as_fire"]=868, + ["non_skill_base_all_damage_%_to_gain_as_fire_per_different_grenade_type_fired_in_past_8_seconds"]=8573, + ["non_skill_base_all_damage_%_to_gain_as_fire_while_on_ground_fire_burn"]=8574, + ["non_skill_base_all_damage_%_to_gain_as_fire_with_attacks"]=8578, + ["non_skill_base_all_damage_%_to_gain_as_fire_with_spells"]=869, + ["non_skill_base_all_damage_%_to_gain_as_lightning"]=872, + ["non_skill_base_all_damage_%_to_gain_as_lightning_while_on_ground_lightning_shock"]=8575, + ["non_skill_base_all_damage_%_to_gain_as_lightning_with_attacks"]=8579, + ["non_skill_base_all_damage_%_to_gain_as_lightning_with_spells"]=873, + ["non_skill_base_all_damage_%_to_gain_as_physical"]=1622, + ["non_skill_base_cold_damage_%_to_convert_to_chaos"]=1663, + ["non_skill_base_cold_damage_%_to_convert_to_fire"]=1661, + ["non_skill_base_cold_damage_%_to_convert_to_lightning"]=1662, + ["non_skill_base_cold_damage_%_to_gain_as_chaos"]=1633, + ["non_skill_base_cold_damage_%_to_gain_as_fire"]=1632, + ["non_skill_base_damage_%_to_gain_as_cold_while_on_chilled_ground"]=8580, + ["non_skill_base_damage_%_to_gain_as_fire_while_on_burning_ground"]=8581, + ["non_skill_base_damage_%_to_gain_as_lightning_while_on_shocked_ground"]=8582, + ["non_skill_base_elemental_damage_%_to_convert_to_chaos"]=8586, + ["non_skill_base_elemental_damage_%_to_convert_to_cold"]=8587, + ["non_skill_base_elemental_damage_%_to_convert_to_fire"]=8588, + ["non_skill_base_elemental_damage_%_to_convert_to_lightning"]=8589, + ["non_skill_base_elemental_damage_%_to_gain_as_chaos"]=1635, + ["non_skill_base_elemental_damage_%_to_gain_as_cold"]=8583, + ["non_skill_base_elemental_damage_%_to_gain_as_fire"]=8584, + ["non_skill_base_elemental_damage_%_to_gain_as_lightning"]=8585, + ["non_skill_base_fire_damage_%_to_convert_to_chaos"]=1664, + ["non_skill_base_fire_damage_%_to_convert_to_cold"]=8590, + ["non_skill_base_fire_damage_%_to_convert_to_lightning"]=8591, + ["non_skill_base_fire_damage_%_to_gain_as_chaos"]=1634, + ["non_skill_base_lightning_damage_%_to_convert_to_chaos"]=1660, + ["non_skill_base_lightning_damage_%_to_convert_to_cold"]=1659, + ["non_skill_base_lightning_damage_%_to_convert_to_fire"]=1658, + ["non_skill_base_lightning_damage_%_to_gain_as_chaos"]=1631, + ["non_skill_base_lightning_damage_%_to_gain_as_cold"]=1630, + ["non_skill_base_lightning_damage_%_to_gain_as_fire"]=1629, + ["non_skill_base_non_chaos_damage_%_to_gain_as_chaos"]=1636, + ["non_skill_base_physical_damage_%_to_convert_to_chaos"]=1656, + ["non_skill_base_physical_damage_%_to_convert_to_chaos_per_level"]=8596, + ["non_skill_base_physical_damage_%_to_convert_to_cold"]=1651, + ["non_skill_base_physical_damage_%_to_convert_to_cold_while_affected_by_hatred"]=8607, + ["non_skill_base_physical_damage_%_to_convert_to_fire"]=1649, + ["non_skill_base_physical_damage_%_to_convert_to_fire_while_affected_by_anger"]=8609, + ["non_skill_base_physical_damage_%_to_convert_to_lightning"]=1653, + ["non_skill_base_physical_damage_%_to_convert_to_lightning_while_affected_by_wrath"]=8611, + ["non_skill_base_physical_damage_%_to_convert_to_random_element"]=1655, + ["non_skill_base_physical_damage_%_to_gain_as_chaos"]=1628, + ["non_skill_base_physical_damage_%_to_gain_as_chaos_while_at_maximum_power_charges"]=3067, + ["non_skill_base_physical_damage_%_to_gain_as_chaos_with_attacks"]=8597, + ["non_skill_base_physical_damage_%_to_gain_as_cold"]=1626, + ["non_skill_base_physical_damage_%_to_gain_as_cold_vs_dazed_enemies"]=8592, + ["non_skill_base_physical_damage_%_to_gain_as_cold_vs_shocked_enemies"]=8593, + ["non_skill_base_physical_damage_%_to_gain_as_fire"]=1625, + ["non_skill_base_physical_damage_%_to_gain_as_lightning"]=1627, + ["non_skill_base_physical_damage_%_to_gain_as_lightning_vs_chilled_enemies"]=8594, + ["non_skill_base_physical_damage_%_to_gain_as_lightning_vs_dazed_enemies"]=8595, + ["non_skill_base_physical_damage_%_to_gain_as_random_element"]=2586, + ["non_skill_cold_damage_%_to_gain_as_chaos_per_frenzy_charge"]=8600, + ["non_skill_cold_damage_%_to_gain_as_fire_per_1%_chill_effect_on_enemy"]=8598, + ["non_skill_cold_damage_%_to_gain_as_fire_vs_frozen_enemies"]=8599, + ["non_skill_elemental_damage_%_to_gain_as_chaos_per_shaper_item_equipped"]=3913, + ["non_skill_fire_damage_%_to_gain_as_chaos_per_endurance_charge"]=8601, + ["non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=8602, + ["non_skill_lightning_damage_%_to_gain_as_chaos_per_power_charge"]=8603, + ["non_skill_lightning_damage_%_to_gain_as_cold_vs_chilled_enemies"]=8604, + ["non_skill_non_chaos_damage_%_to_gain_as_chaos_per_curse_on_target_on_kill_for_4_seconds"]=3339, + ["non_skill_physical_damage_%_to_convert_to_cold_at_devotion_threshold"]=8606, + ["non_skill_physical_damage_%_to_convert_to_fire_at_devotion_threshold"]=8608, + ["non_skill_physical_damage_%_to_convert_to_fire_vs_ignited_enemies"]=1862, + ["non_skill_physical_damage_%_to_convert_to_fire_while_you_have_avatar_of_fire"]=9927, + ["non_skill_physical_damage_%_to_convert_to_lightning_at_devotion_threshold"]=8610, + ["non_skill_physical_damage_%_to_gain_as_chaos_per_elder_item_equipped"]=8605, + ["non_skill_physical_damage_%_to_gain_as_chaos_vs_bleeding_enemies"]=3804, + ["non_skill_physical_damage_%_to_gain_as_chaos_vs_poisoned_enemies"]=8612, + ["non_skill_physical_damage_%_to_gain_as_cold_with_attacks"]=3356, + ["non_skill_physical_damage_%_to_gain_as_each_element_per_spirit_charge"]=8613, + ["non_skill_physical_damage_%_to_gain_as_fire_damage_while_affected_by_anger"]=8614, + ["non_skill_physical_damage_%_to_gain_as_fire_if_have_crit_recently"]=8615, + ["non_skill_physical_damage_%_to_gain_as_fire_per_rage"]=8616, + ["non_skill_physical_damage_%_to_gain_as_fire_with_attacks"]=3355, + ["non_skill_physical_damage_%_to_gain_as_lightning_damage_while_affected_by_wrath"]=8617, + ["non_skill_physical_damage_%_to_gain_as_lightning_with_attacks"]=3357, + ["non_skill_physical_damage_%_to_gain_as_random_element_while_ignited"]=8618, + ["non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_if_chained"]=8619, + ["non_skill_projectile_non_chaos_damage_%_to_gain_as_chaos_per_chain"]=8620, + ["non_travel_attack_skill_repeat_count"]=8621, + ["non_unique_flask_effect_+%"]=2414, + ["normal_monster_dropped_item_quantity_+%"]=8622, + ["notable_knockback_distance_+%_final_for_blocked_hits"]=8623, + ["nova_spells_cast_at_target_location"]=8624, + ["num_additional_skill_slots"]=8625, + ["num_charm_slots"]=8626, + ["num_charm_slots_+_if_you_have_at_least_100_tribute"]=8627, + ["num_of_additional_chains_at_max_frenzy_charges"]=1529, + ["number_of_additional_arrows"]=965, + ["number_of_additional_arrows_if_havent_cast_dash_recently"]=1499, + ["number_of_additional_arrows_while_main_hand_accuracy_is_3000_or_more"]=8628, + ["number_of_additional_banners_allowed"]=8629, + ["number_of_additional_chains_for_projectiles_while_phasing"]=8630, + ["number_of_additional_clones"]=2719, + ["number_of_additional_curses_allowed"]=1853, + ["number_of_additional_curses_allowed_on_self"]=1855, + ["number_of_additional_curses_allowed_while_affected_by_malevolence"]=8631, + ["number_of_additional_curses_allowed_while_at_maximum_power_charges"]=8632, + ["number_of_additional_ignites_allowed"]=8633, + ["number_of_additional_marks_allowed"]=1854, + ["number_of_additional_mines_to_place"]=3141, + ["number_of_additional_mines_to_place_with_at_least_500_dex"]=8634, + ["number_of_additional_mines_to_place_with_at_least_500_int"]=8635, + ["number_of_additional_poison_stacks"]=8636, + ["number_of_additional_poison_stacks_if_you_have_at_least_100_tribute"]=8637, + ["number_of_additional_projectiles"]=1498, + ["number_of_additional_projectiles_if_last_movement_skill_was_retreating_throw"]=8638, + ["number_of_additional_projectiles_if_you_have_been_hit_recently"]=8639, + ["number_of_additional_projectiles_if_you_have_used_movement_skill_recently"]=8640, + ["number_of_additional_remote_mines_allowed"]=1926, + ["number_of_additional_totems_allowed"]=1924, + ["number_of_additional_totems_allowed_on_kill_for_8_seconds"]=3198, + ["number_of_additional_traps_allowed"]=1925, + ["number_of_additional_traps_to_throw"]=8641, + ["number_of_animated_weapons_allowed"]=8642, + ["number_of_chains"]=1495, + ["number_of_crab_charges_lost_when_hit"]=3923, + ["number_of_endurance_charges_to_gain_every_4_seconds_while_stationary"]=8644, + ["number_of_golems_allowed_with_3_primordial_jewels"]=8645, + ["number_of_melee_skeletons_to_summon_as_mage_skeletons"]=2867, + ["number_of_poison_cloud_allowed"]=8646, + ["number_of_projectiles_+%_final_from_skill"]=8647, + ["number_of_raging_spirits_is_limited_to_3"]=8648, + ["number_of_skeletons_allowed_per_2_old"]=8649, + ["number_of_support_ghosts_is_limited_to_3"]=8650, + ["number_of_vine_arrow_pod_allowed"]=8651, + ["number_of_zombies_allowed_+%"]=2273, + ["number_of_zombies_allowed_+1_per_X_strength"]=8652, + ["object_inherent_attack_skills_damage_+%_final_per_frenzy_charge"]=2720, + ["occultist_chaos_damage_+%_final"]=8653, + ["occultist_cold_damage_+%_final"]=8654, + ["occultist_immune_to_stun_while_has_energy_shield"]=3328, + ["occultist_stacking_energy_shield_regeneration_rate_per_minute_%_on_kill_for_4_seconds"]=3327, + ["off_hand_accuracy_equal_to_main_hand_accuracy_while_wielding_sword"]=8655, + ["off_hand_attack_speed_+%_while_dual_wielding"]=8656, + ["off_hand_attack_speed_+%_while_wielding_two_weapon_types"]=8657, + ["off_hand_base_weapon_attack_duration_ms"]=23, + ["off_hand_claw_mana_gain_on_hit"]=8658, + ["off_hand_critical_strike_chance_+_per_10_es_on_shield"]=8659, + ["off_hand_critical_strike_multiplier_+_per_10_es_on_shield"]=8660, + ["off_hand_critical_strike_multiplier_+_per_melee_abyss_jewel_up_to_+100"]=8661, + ["off_hand_maximum_attack_distance"]=27, + ["off_hand_minimum_attack_distance"]=25, + ["off_hand_quality"]=20, + ["off_hand_weapon_type"]=12, + ["offering_area_of_effect_+%"]=8662, + ["offering_duration_+%"]=8663, + ["offering_life_+%"]=8664, + ["offering_spells_effect_+%"]=3633, + ["offerings_also_buff_you"]=1088, + ["offerings_cannot_be_damaged_if_created_recently"]=8665, + ["old_dagger_implicit_critical_strike_chance_+30%"]=1313, + ["old_dagger_implicit_critical_strike_chance_+40%"]=1314, + ["old_dagger_implicit_critical_strike_chance_+50%"]=1315, + ["on_banner_expiry_recover_%_of_required_glory"]=8666, + ["on_cast_lose_all_mana_gain_%_as_maximum_lightning_damage_for_4_seconds"]=8667, + ["on_casting_banner_recover_%_of_planted_banner_stages"]=8668, + ["on_kill_effects_occur_twice"]=8669, + ["on_weapon_global_damage_+%"]=1108, + ["one_handed_attack_ailment_chance_+%"]=8670, + ["one_handed_attack_speed_+%"]=2931, + ["one_handed_melee_accuracy_rating_+%"]=1290, + ["one_handed_melee_attack_speed_+%"]=1274, + ["one_handed_melee_cold_damage_+%"]=1184, + ["one_handed_melee_critical_strike_chance_+%"]=1330, + ["one_handed_melee_critical_strike_multiplier_+"]=1349, + ["one_handed_melee_fire_damage_+%"]=1183, + ["one_handed_melee_physical_damage_+%"]=1182, + ["onslaught_buff_duration_on_culling_strike_ms"]=2666, + ["onslaught_buff_duration_on_kill_ms"]=2321, + ["onslaught_buff_duration_on_killing_taunted_enemy_ms"]=2322, + ["onslaught_effect_+%"]=2906, + ["onslaught_on_crit_duration_ms"]=2354, + ["onslaught_on_vaal_skill_use_duration_ms"]=2573, + ["onslaught_time_granted_on_kill_ms"]=2632, + ["onslaught_time_granted_on_killing_shocked_enemy_ms"]=2633, + ["open_nearby_chests_on_cast_chance_%"]=8671, + ["orb_of_storm_strike_rate_while_channelling_+%"]=8672, + ["orb_of_storms_cast_speed_+%"]=8673, + ["orb_of_storms_damage_+%"]=3322, + ["orb_skill_limit_+"]=8674, + ["overkill_damage_%_as_physical_to_nearby_enemies"]=8675, + ["override_block_chance_for_allies_in_your_presence"]=8676, + ["override_maximum_damage_resistance_%"]=8677, + ["override_weapon_base_critical_strike_chance"]=8678, + ["pain_attunement_keystone_critical_strike_multiplier_+%_final"]=1874, + ["pantheon_abberath_ignite_duration_on_self_+%_final"]=8679, + ["pantheon_shakari_self_poison_duration_+%_final"]=8680, + ["parried_magnitude_+%"]=8681, + ["parry_applies_spell_damage_debuff_instead"]=8682, + ["parry_attack_speed_+%_if_youve_parried_recently"]=8683, + ["parry_cannot_be_critically_hit_during_parry"]=8684, + ["parry_damage_+%"]=8685, + ["parry_deal_thorns_damage_chance_%_on_hit"]=8686, + ["parry_evasion_rating_+%_during_parry"]=8687, + ["parry_heavy_stun_poise_decay_rate_+%_if_youve_successfully_parried_recently"]=8688, + ["parry_hit_damage_stun_multiplier_+%"]=8689, + ["parry_modifiers_to_stun_buildup_instead_apply_to_freeze"]=8690, + ["parry_movement_speed_+%_if_youve_parried_recently"]=8691, + ["parry_physical_damage_%_to_convert_to_cold"]=8692, + ["parry_skill_effect_duration_+%"]=8694, + ["parry_skill_effect_duration_+%_per_10_tribute"]=8693, + ["parry_stun_threshold_+%_during_parry"]=8695, + ["parry_successfully_parrying_melee_attack_gives_damage_+%_to_your_next_ranged_attack"]=8696, + ["parry_successfully_parrying_projectile_gives_damage_+%_to_your_next_melee_attack"]=8697, + ["passive_adamant_recovery_notable_additive_armour_modifiers_apply_to_energy_shield_recharge_rate_at_%_value"]=8698, + ["passive_applies_to_minions"]=2706, + ["passive_energising_deflection_notable_additive_es_recharge_rate_modifiers_also_apply_to_deflection_rating_at_%_value"]=8699, + ["passive_mastery_chaos_damage_+%_final_against_enemies_with_energy_shield"]=8700, + ["passive_mastery_damage_taken_over_time_+%_final"]=8701, + ["passive_mastery_exposure_you_inflict_has_minimum_resistance_lower_%"]=8702, + ["passive_mastery_less_projectile_speed_+%_final"]=8703, + ["passive_mastery_less_skill_effect_duration_+%_final"]=8704, + ["passive_mastery_more_projectile_speed_+%_final"]=8705, + ["passive_mastery_more_skill_effect_duration_+%_final"]=8706, + ["passive_mastery_physical_damage_taken_+%_final_while_on_full_energy_shield"]=8707, + ["passive_notable_ignite_proliferation_radius"]=1894, + ["passive_overwhelming_strike_hit_damage_stun_multiplier_+%_final_with_crits"]=8708, + ["passive_tree_damage_taken_+%_final_from_hindered_enemies"]=8709, + ["passive_tree_mace_damage_+%_final_vs_heavy_stunned_enemies"]=8710, + ["pathfinder_ascendancy_poison_on_enemies_you_kill_spread_to_enemies_within_x"]=8711, + ["pathfinder_flask_amount_to_recover_+%_final"]=8712, + ["pathfinder_flask_life_to_recover_+%_final"]=8713, + ["pathfinder_physical_damage_%_to_gain_as_chaos_if_charges_consumed_from_amethyst_flask"]=4000, + ["pathfinder_poison_duration_+%_final"]=8714, + ["pathfinder_skills_consume_x_charges_from_a_bismuth_diamond_or_amethyst_flask"]=3997, + ["pathfinder_skills_critical_strike_chance_+%_if_charges_consumed_from_diamond_flask"]=3998, + ["pathfinder_skills_penetrate_elemental_resistances_%_if_charges_consumed_from_bismuth_flask"]=3999, + ["penance_brand_area_of_effect_+%"]=8715, + ["penance_brand_cast_speed_+%"]=8716, + ["penance_brand_damage_+%"]=8717, + ["penetrate_elemental_resistance_%_per_15_ascendance"]=1105, + ["penetrate_elemental_resistance_%_per_abyssal_jewel_affecting_you"]=8718, + ["penetrate_elemental_resistance_per_frenzy_charge_%"]=2634, + ["perandus_double_number_of_coins_found"]=8719, + ["perfect_timing_window_ms_+%"]=8724, + ["permanent_damage_+%_per_second_of_chill"]=8725, + ["permanent_damage_+%_per_second_of_freeze"]=8726, + ["permanent_fire_damage_+%_per_second_of_ignite_up_to_10%"]=8727, + ["permanently_intimidate_enemies_you_hit_on_full_life"]=3817, + ["permanently_intimidate_enemy_on_block"]=8728, + ["petrified_blood_mana_reservation_efficiency_+%"]=8730, + ["petrified_blood_mana_reservation_efficiency_-2%_per_1"]=8729, + ["petrified_blood_reservation_+%"]=8731, + ["phantasm_refresh_duration_on_hit_vs_unique_%_chance"]=8732, + ["phase_on_vaal_skill_use_duration_ms"]=2574, + ["phase_run_%_chance_to_not_consume_frenzy_charges"]=3597, + ["phase_run_%_chance_to_not_replace_buff_on_skill_use"]=8733, + ["phase_run_skill_effect_duration_+%"]=3687, + ["phase_through_objects"]=2488, + ["phasing_%_for_3_seconds_on_trap_triggered_by_an_enemy"]=3805, + ["phasing_for_4_seconds_on_kill_%"]=3061, + ["phasing_if_blocked_recently"]=8734, + ["phasing_on_rampage_threshold_ms"]=2615, + ["phasing_on_trap_triggered_by_an_enemy_ms"]=3805, + ["phylactery_can_only_contain_non_unique_jewel"]=134, + ["phylactery_jewel_mod_effect_+%"]=136, + ["phys_cascade_trap_cooldown_speed_+%"]=8735, + ["phys_cascade_trap_damage_+%"]=8736, + ["phys_cascade_trap_duration_+%"]=8737, + ["phys_cascade_trap_number_of_additional_cascades"]=8738, + ["physical_and_chaos_damage_taken_+%_final_while_not_unhinged"]=8739, + ["physical_attack_damage_+%"]=1118, + ["physical_attack_damage_+%_while_holding_a_shield"]=1123, + ["physical_attack_damage_taken_+"]=1905, + ["physical_axe_damage_+%"]=1191, + ["physical_bow_damage_+%"]=1211, + ["physical_claw_damage_+%"]=1199, + ["physical_claw_damage_+%_when_on_low_life"]=2269, + ["physical_dagger_damage_+%"]=1203, + ["physical_damage_%_added_as_fire_damage_if_enemy_killed_recently_by_you_or_your_totems"]=3823, + ["physical_damage_%_added_as_fire_damage_on_kill"]=2832, + ["physical_damage_%_taken_from_mana_before_life"]=3737, + ["physical_damage_%_to_gain_as_fire_vs_heavy_stunned"]=8740, + ["physical_damage_%_to_gain_as_lightning_vs_electrocuted"]=8741, + ["physical_damage_+%"]=1142, + ["physical_damage_+%_for_4_seconds_when_you_block_a_unique_enemy_hit"]=3796, + ["physical_damage_+%_if_skill_costs_life"]=8746, + ["physical_damage_+%_per_10_rage"]=8747, + ["physical_damage_+%_per_explicit_map_mod_affecting_area"]=8742, + ["physical_damage_+%_vs_ignited_enemies"]=8748, + ["physical_damage_+%_vs_poisoned_enemies"]=2606, + ["physical_damage_+%_while_affected_by_herald_of_blood"]=8743, + ["physical_damage_+%_while_affected_by_herald_of_purity"]=8749, + ["physical_damage_+%_while_at_maximum_frenzy_charges_final"]=3799, + ["physical_damage_+%_while_frozen"]=2956, + ["physical_damage_+%_while_life_leeching"]=1132, + ["physical_damage_+%_while_you_have_resolute_technique"]=9925, + ["physical_damage_+%_with_axes_swords"]=8750, + ["physical_damage_can_chill"]=2543, + ["physical_damage_can_freeze"]=2544, + ["physical_damage_can_shock"]=2545, + ["physical_damage_cannot_poison"]=2553, + ["physical_damage_from_hits_%_taken_as_random_element"]=8744, + ["physical_damage_on_block_+%"]=2844, + ["physical_damage_over_time_+%"]=1125, + ["physical_damage_over_time_multiplier_+_with_attacks"]=1155, + ["physical_damage_over_time_per_10_dexterity_+%"]=3376, + ["physical_damage_over_time_taken_+%_while_moving"]=8745, + ["physical_damage_per_endurance_charge_+%"]=1823, + ["physical_damage_prevented_recouped_as_life_%"]=8751, + ["physical_damage_prevented_recouped_as_life_%_if_you_have_at_least_100_tribute"]=8752, + ["physical_damage_reduction_%_at_devotion_threshold"]=8753, + ["physical_damage_reduction_%_if_only_one_enemy_nearby"]=8762, + ["physical_damage_reduction_%_per_endurance_charge"]=1967, + ["physical_damage_reduction_%_per_hit_you_have_taken_recently"]=8755, + ["physical_damage_reduction_%_per_nearby_enemy"]=8764, + ["physical_damage_reduction_%_while_affected_by_herald_of_purity"]=8757, + ["physical_damage_reduction_and_minion_physical_damage_reduction_%"]=3632, + ["physical_damage_reduction_and_minion_physical_damage_reduction_%_per_raised_zombie"]=3055, + ["physical_damage_reduction_percent_per_frenzy_charge"]=8754, + ["physical_damage_reduction_percent_per_power_charge"]=8756, + ["physical_damage_reduction_rating_%_while_not_moving"]=3895, + ["physical_damage_reduction_rating_+%"]=885, + ["physical_damage_reduction_rating_+%_per_10_tribute"]=8758, + ["physical_damage_reduction_rating_+%_per_endurance_charge"]=8763, + ["physical_damage_reduction_rating_+%_while_chilled_or_frozen"]=3176, + ["physical_damage_reduction_rating_+%_while_not_ignited_frozen_shocked"]=2485, + ["physical_damage_reduction_rating_+1%_per_X_strength_when_in_off_hand"]=2446, + ["physical_damage_reduction_rating_during_soul_gain_prevention"]=8759, + ["physical_damage_reduction_rating_if_you_have_hit_an_enemy_recently"]=8760, + ["physical_damage_reduction_rating_per_5_evasion_on_shield"]=3951, + ["physical_damage_reduction_rating_per_endurance_charge"]=8761, + ["physical_damage_reduction_rating_per_level"]=2430, + ["physical_damage_reduction_rating_while_frozen"]=2472, + ["physical_damage_taken_%_as_chaos"]=2142, + ["physical_damage_taken_%_as_cold"]=2138, + ["physical_damage_taken_%_as_cold_while_affected_by_purity_of_elements"]=8766, + ["physical_damage_taken_%_as_cold_while_affected_by_purity_of_ice"]=8767, + ["physical_damage_taken_%_as_fire"]=2137, + ["physical_damage_taken_%_as_fire_while_affected_by_purity_of_elements"]=8768, + ["physical_damage_taken_%_as_fire_while_affected_by_purity_of_fire"]=8769, + ["physical_damage_taken_%_as_lightning"]=2139, + ["physical_damage_taken_%_as_lightning_while_affected_by_purity_of_elements"]=8770, + ["physical_damage_taken_%_as_lightning_while_affected_by_purity_of_lightning"]=8771, + ["physical_damage_taken_+"]=1906, + ["physical_damage_taken_+%"]=1912, + ["physical_damage_taken_+%_from_hits"]=8765, + ["physical_damage_taken_+%_while_at_maximum_endurance_charges"]=3800, + ["physical_damage_taken_+%_while_frozen"]=2473, + ["physical_damage_taken_+%_while_moving"]=3897, + ["physical_damage_taken_+_per_level"]=1907, + ["physical_damage_taken_+_vs_beasts"]=2579, + ["physical_damage_taken_on_minion_death"]=2665, + ["physical_damage_taken_recouped_as_life_%"]=8772, + ["physical_damage_to_return_to_melee_attacker"]=901, + ["physical_damage_to_return_when_hit"]=1885, + ["physical_damage_while_dual_wielding_+%"]=1175, + ["physical_damage_with_attack_skills_+%"]=8773, + ["physical_damage_with_spell_skills_+%"]=8774, + ["physical_dot_multiplier_+"]=1154, + ["physical_dot_multiplier_+_if_crit_recently"]=8775, + ["physical_dot_multiplier_+_if_spent_life_recently"]=8776, + ["physical_dot_multiplier_+_while_wielding_axes_swords"]=8777, + ["physical_hit_and_dot_damage_%_taken_as_chaos"]=8780, + ["physical_hit_and_dot_damage_%_taken_as_fire"]=8778, + ["physical_hit_and_dot_damage_%_taken_as_lightning"]=8779, + ["physical_hit_and_dot_damage_%_taken_as_lightning_while_active_blocking"]=8781, + ["physical_mace_damage_+%"]=1207, + ["physical_ranged_attack_damage_taken_+"]=1917, + ["physical_reflect_damage_taken_+%"]=2385, + ["physical_reflect_damage_taken_and_minion_physical_reflect_damage_taken_+%"]=8782, + ["physical_skill_gem_level_+"]=8783, + ["physical_spell_damage_can_pin_on_critical_hit"]=8784, + ["physical_spell_skill_gem_level_+"]=1423, + ["physical_staff_damage_+%"]=1194, + ["physical_sword_damage_+%"]=1215, + ["physical_wand_damage_+%"]=1220, + ["physical_weapon_damage_+%_per_10_str"]=2232, + ["piercing_attacks_cause_bleeding"]=3026, + ["piercing_projectiles_critical_strike_chance_+%"]=8785, + ["pin_almost_pinned_enemies"]=8786, + ["pin_duration_+%"]=8787, + ["pin_stops_enemies"]=8788, + ["pinned_enemies_cannot_crit"]=8789, + ["pinned_enemies_cannot_evade_your_attacks"]=8790, + ["placed_banner_attack_damage_+%"]=8791, + ["placing_traps_cooldown_recovery_+%"]=3057, + ["plague_bearer_chaos_damage_taken_+%_while_incubating"]=8792, + ["plague_bearer_maximum_stored_poison_damage_+%"]=8793, + ["plague_bearer_movement_speed_+%_while_infecting"]=8794, + ["plague_bearer_poison_effect_+%_while_infecting"]=8795, + ["player_can_be_touched_by_tormented_spirits"]=8796, + ["player_far_shot"]=9911, + ["player_gain_rampage_stacks"]=9859, + ["player_is_harbinger_spawn_pack_on_kill_chance"]=103, + ["poachers_mark_curse_effect_+%"]=3577, + ["poachers_mark_duration_+%"]=3484, + ["poison_as_though_dealing_X_damage_on_block"]=8797, + ["poison_chance_+%"]=8798, + ["poison_cursed_enemies_on_hit"]=3774, + ["poison_duration_+%_per_poison_applied_recently"]=8799, + ["poison_duration_+%_per_power_charge"]=8800, + ["poison_duration_+%_with_over_150_intelligence"]=8801, + ["poison_effect_+%_per_frenzy_charge"]=8805, + ["poison_effect_+%_vs_bleeding_enemies"]=8806, + ["poison_effect_+%_vs_non_poisoned_enemies"]=8802, + ["poison_effect_+%_with_spells"]=8807, + ["poison_effect_+100%_final_chance_during_flask_effect"]=8803, + ["poison_on_critical_strike"]=8808, + ["poison_on_critical_strike_with_bow"]=1309, + ["poison_on_critical_strike_with_dagger"]=1306, + ["poison_on_hit_during_flask_effect_%"]=2916, + ["poison_on_melee_critical_strike_%"]=2442, + ["poison_on_melee_hit"]=3819, + ["poison_reflected_to_self"]=8809, + ["poison_time_passed_+%"]=8810, + ["poisonous_concoction_damage_+%"]=8811, + ["poisonous_concoction_flask_charges_consumed_+%"]=8812, + ["poisonous_concoction_skill_area_of_effect_+%"]=8813, + ["poisons_you_inflict_can_stack_infintely"]=8814, + ["portal_alternate_destination_chance_permyriad"]=8815, + ["power_charge_duration_+%"]=1826, + ["power_charge_duration_+%_final"]=8816, + ["power_charge_on_block_%_chance"]=3829, + ["power_charge_on_kill_percent_chance_while_holding_shield"]=8817, + ["power_charge_on_non_critical_strike_%_chance_with_claws_daggers"]=8818, + ["power_frenzy_or_endurance_charge_on_kill_%"]=3200, + ["power_only_conduit"]=1956, + ["power_siphon_%_chance_to_gain_power_charge_on_kill"]=3547, + ["power_siphon_attack_speed_+%"]=3440, + ["power_siphon_damage_+%"]=3253, + ["power_siphon_number_of_additional_projectiles"]=8819, + ["precision_aura_effect_+%"]=2976, + ["precision_mana_reservation_+%"]=8824, + ["precision_mana_reservation_-50%_final"]=8823, + ["precision_mana_reservation_efficiency_+%"]=8822, + ["precision_mana_reservation_efficiency_+100%"]=8821, + ["precision_mana_reservation_efficiency_-2%_per_1"]=8820, + ["precision_reserves_no_mana"]=8825, ["presence_area_+%"]=1022, - ["prevent_monster_heal"]=1620, - ["prevent_monster_heal_duration_+%"]=1621, - ["prevent_projectile_chaining_%_chance"]=8584, - ["pride_aura_effect_+%"]=8585, - ["pride_chance_to_deal_double_damage_%"]=8586, - ["pride_chance_to_impale_with_attacks_%"]=8587, - ["pride_intimidate_enemy_for_4_seconds_on_hit"]=8588, - ["pride_mana_reservation_+%"]=8591, - ["pride_mana_reservation_efficiency_+%"]=8590, - ["pride_mana_reservation_efficiency_-2%_per_1"]=8589, - ["pride_physical_damage_+%"]=8592, - ["pride_reserves_no_mana"]=8593, - ["pride_your_impaled_debuff_lasts_+_additional_hits"]=8594, - ["primalist_charm_charges_gained_+%_final"]=8595, - ["primordial_altar_burning_ground_on_death_%"]=8263, - ["primordial_altar_chilled_ground_on_death_%"]=8264, - ["primordial_jewel_count"]=9557, - ["prismatic_rain_beam_frequency_+%"]=8596, - ["profane_ground_on_crit_chance_%_if_highest_attribute_is_intelligence"]=8597, - ["projectile_ailment_chance_+%"]=8598, - ["projectile_all_damage_%_to_gain_as_infusion_type"]=8599, - ["projectile_attack_damage_+%"]=1707, - ["projectile_attack_damage_+%_during_flask_effect"]=8600, - ["projectile_attack_damage_+%_per_200_accuracy"]=3949, - ["projectile_attack_damage_+%_with_at_least_200_dex"]=3997, - ["projectile_attack_damage_+%_with_claw_or_dagger"]=8601, - ["projectile_attack_range_+%"]=8602, - ["projectile_attack_skill_critical_strike_chance_+%"]=3958, - ["projectile_attack_skill_critical_strike_multiplier_+"]=8603, - ["projectile_attacks_chance_to_bleed_on_hit_%_if_you_have_beast_minion"]=3959, - ["projectile_attacks_chance_to_maim_on_hit_%_if_you_have_beast_minion"]=3960, - ["projectile_attacks_chance_to_poison_on_hit_%_if_you_have_beast_minion"]=3961, - ["projectile_base_number_of_targets_to_pierce"]=1513, - ["projectile_chain_from_terrain_chance_%"]=1547, - ["projectile_chance_to_be_able_to_chain_from_terrain_%_per_ranged_abyss_jewel_up_to_20%"]=8604, - ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=8605, - ["projectile_chance_to_piece_vs_enemies_within_3m_distance_of_player"]=8606, - ["projectile_damage_+%"]=1706, - ["projectile_damage_+%_against_heavy_stunned_enemies"]=8607, - ["projectile_damage_+%_if_youve_dealt_melee_hit_recently"]=8608, - ["projectile_damage_+%_in_blood_stance"]=9068, - ["projectile_damage_+%_max_as_distance_travelled_increases"]=3708, - ["projectile_damage_+%_max_before_distance_increase"]=8612, - ["projectile_damage_+%_per_16_dexterity"]=8613, - ["projectile_damage_+%_per_chain"]=8614, - ["projectile_damage_+%_per_pierced_enemy"]=8615, - ["projectile_damage_+%_per_power_charge"]=2351, - ["projectile_damage_+%_per_remaining_chain"]=8616, - ["projectile_damage_+%_vs_chained_enemy"]=8617, - ["projectile_damage_+%_vs_enemies_further_than_6m_distance"]=8609, - ["projectile_damage_+%_vs_enemies_within_2m_distance"]=8610, - ["projectile_damage_+%_vs_nearby_enemies"]=8618, - ["projectile_damage_+%_with_spears_while_there_no_enemies_surrounding_you"]=8611, - ["projectile_damage_modifiers_apply_to_skill_dot"]=2400, - ["projectile_damage_taken_+%"]=2453, - ["projectile_freeze_chance_%"]=2413, - ["projectile_hit_damage_stun_multiplier_+%"]=8619, - ["projectile_ignite_chance_%"]=2412, - ["projectile_number_to_split"]=8620, - ["projectile_return_%_chance"]=2526, - ["projectile_shock_chance_%"]=2414, - ["projectile_skill_gem_level_+"]=952, - ["projectile_speed_+%_per_frenzy_charge"]=2350, - ["projectile_speed_+%_with_crossbow_skills"]=1518, - ["projectile_speed_+%_with_daggers"]=8621, - ["projectile_spell_cooldown_modifier_ms"]=8622, - ["projectile_weakness_curse_effect_+%"]=3635, - ["projectile_weakness_duration_+%"]=3539, - ["projectiles_always_pierce_you"]=8623, - ["projectiles_fork"]=3226, - ["projectiles_fork_chance_%_if_youve_dealt_melee_hit_recently"]=8624, - ["projectiles_from_spells_cannot_pierce"]=8625, - ["projectiles_pierce_1_additional_target_per_10_stat_value"]=8626, - ["projectiles_pierce_1_additional_target_per_15_stat_value"]=8627, - ["projectiles_pierce_all_nearby_targets"]=8628, - ["projectiles_pierce_while_phasing"]=8629, - ["projectiles_pierce_x_additional_targets_while_you_have_phasing"]=8630, - ["projectiles_return"]=2526, - ["protective_link_duration_+%"]=8631, - ["puncture_and_ensnaring_arrow_enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage_chance_%"]=8632, - ["puncture_damage_+%"]=3296, - ["puncture_duration_+%"]=3530, - ["puncture_maim_on_hit_%_chance"]=3597, - ["punishment_curse_effect_+%"]=3643, - ["punishment_duration_+%"]=3543, - ["punishment_ignores_hexproof"]=2322, - ["punishment_no_reservation"]=8633, - ["puppet_master_base_duration_ms"]=8634, - ["purge_damage_+%"]=8635, - ["purge_duration_+%"]=8636, - ["purge_expose_resist_%_matching_highest_element_damage"]=8637, - ["purifying_flame_%_chance_to_create_consecrated_ground_around_you"]=8638, - ["purity_of_elements_aura_effect_+%"]=3017, - ["purity_of_elements_mana_reservation_+%"]=3666, - ["purity_of_elements_mana_reservation_efficiency_+%"]=8640, - ["purity_of_elements_mana_reservation_efficiency_-2%_per_1"]=8639, - ["purity_of_elements_reserves_no_mana"]=8641, - ["purity_of_fire_aura_effect_+%"]=3018, - ["purity_of_fire_mana_reservation_+%"]=3667, - ["purity_of_fire_mana_reservation_efficiency_+%"]=8643, - ["purity_of_fire_mana_reservation_efficiency_-2%_per_1"]=8642, - ["purity_of_fire_reserves_no_mana"]=8644, - ["purity_of_ice_aura_effect_+%"]=3019, - ["purity_of_ice_mana_reservation_+%"]=3663, - ["purity_of_ice_mana_reservation_efficiency_+%"]=8646, - ["purity_of_ice_mana_reservation_efficiency_-2%_per_1"]=8645, - ["purity_of_ice_reserves_no_mana"]=8647, - ["purity_of_lightning_aura_effect_+%"]=3020, - ["purity_of_lightning_mana_reservation_+%"]=3668, - ["purity_of_lightning_mana_reservation_efficiency_+%"]=8649, - ["purity_of_lightning_mana_reservation_efficiency_-2%_per_1"]=8648, - ["purity_of_lightning_reserves_no_mana"]=8650, - ["quality_display_base_number_of_crossbow_bolts_is_gem"]=965, - ["quality_display_trinity_is_gem"]=9300, - ["quantity_of_items_dropped_by_maimed_enemies_+%"]=3797, - ["quarterstaff_accuracy_rating_+%"]=1305, - ["quarterstaff_attack_speed_+%"]=1288, - ["quarterstaff_critical_strike_chance_+%"]=1334, - ["quarterstaff_critical_strike_multiplier_+"]=1359, - ["quarterstaff_damage_+%"]=1207, - ["quarterstaff_daze_build_up_+%"]=8651, - ["quarterstaff_hit_damage_freeze_multiplier_+%"]=8652, - ["quarterstaff_hit_damage_stun_multiplier_+%"]=8653, - ["quarterstaff_shock_chance_+%"]=8654, - ["quarterstaff_skills_that_consume_power_charges_count_as_consuming_x_additional_power_charges"]=8655, - ["quick_dodge_added_cooldown_count"]=8656, - ["quick_dodge_travel_distance_+%"]=8657, - ["quick_guard_additional_physical_damage_reduction_%"]=8658, - ["quicksilver_flasks_apply_to_nearby_allies"]=8659, - ["quiver_hellscaping_speed_+%"]=6513, - ["quiver_mod_effect_+%"]=8660, - ["quiver_projectiles_pierce_1_additional_target"]=8661, - ["quiver_projectiles_pierce_2_additional_targets"]=8662, - ["quiver_projectiles_pierce_3_additional_targets"]=8663, - ["rage_decay_speed_+%"]=8672, - ["rage_effects_doubled"]=8666, - ["rage_effects_tripled"]=8665, - ["rage_grants_spell_damage_instead"]=8673, - ["rage_loss_delay_ms"]=8674, - ["rage_slash_sacrifice_rage_%"]=8675, - ["rage_vortex_area_of_effect_+%"]=8676, - ["rage_vortex_damage_+%"]=8677, - ["raging_spirit_damage_+%"]=3290, - ["raging_spirits_always_ignite"]=8678, - ["raging_spirits_refresh_duration_on_hit_vs_unique_%_chance"]=8679, - ["raging_spirits_refresh_duration_when_they_kill_ignited_enemy"]=8680, - ["raider_chance_to_evade_attacks_+%_final_during_onslaught"]=8681, - ["raider_nearby_enemies_accuracy_rating_+%_final_while_phasing"]=8682, - ["raider_passive_evade_melee_attacks_while_onslaughted_+%_final"]=2959, - ["raider_passive_evade_projectile_attacks_while_onslaughted_+%_final"]=2960, - ["rain_of_arrows_additional_sequence_chance_%"]=8683, - ["rain_of_arrows_attack_speed_+%"]=3488, - ["rain_of_arrows_damage_+%"]=3289, - ["rain_of_arrows_radius_+%"]=3445, - ["rain_of_arrows_rain_of_arrows_additional_sequence_chance_%"]=8684, - ["raise_spectre_gem_level_+"]=1442, - ["raise_spectre_mana_cost_+%"]=8685, - ["raise_zombie_does_not_use_corpses"]=8686, - ["raise_zombie_gem_level_+"]=1441, - ["raised_zombie_%_chance_to_taunt"]=8687, - ["raised_zombies_are_usable_as_corpses_when_alive"]=8688, - ["raised_zombies_cover_in_ash_on_hit_%"]=8689, - ["raised_zombies_fire_damage_%_of_maximum_life_taken_per_minute"]=8690, - ["raised_zombies_have_avatar_of_fire"]=8691, - ["rallying_cry_buff_effect_+%"]=3741, - ["rallying_cry_buff_effect_1%_per_3_stat_value"]=8692, - ["rallying_cry_buff_effect_1%_per_5_stat_value"]=8693, - ["rallying_cry_duration_+%"]=3551, - ["rallying_cry_exerts_x_additional_attacks"]=8694, - ["random_curse_on_hit_%"]=2230, - ["random_curse_on_hit_%_against_uncursed_enemies"]=8695, - ["random_curse_when_hit_%_ignoring_curse_limit"]=8696, - ["random_projectile_direction"]=8697, - ["randomly_cursed_when_totems_die_curse_level"]=2269, - ["ranged_weapon_physical_damage_+%"]=1708, - ["ranger_hidden_ascendancy_non_damaging_elemental_ailment_effect_+%_final"]=8698, - ["rapid_assault_attached_spear_limit"]=8699, - ["rare_or_unique_monster_dropped_item_rarity_+%"]=8700, - ["rarity_of_items_dropped_by_maimed_enemies_+%"]=3798, - ["real_weapon_attack_added_physical_damage_%_of_weapon_item_accuracy"]=8701, - ["reap_debuff_deals_fire_damage_instead_of_physical_damage"]=8702, - ["reapply_enemy_shock_on_consuming_enemy_shock_chance_%"]=8703, - ["reave_attack_speed_per_reave_stack_+%"]=3594, - ["reave_damage_+%"]=3283, - ["reave_radius_+%"]=3442, - ["recall_sigil_target_search_range_+%"]=8704, - ["receive_bleeding_chance_%_when_hit"]=8705, - ["receive_bleeding_chance_%_when_hit_by_attack"]=8706, - ["received_attack_hits_have_impale_chance_%"]=8707, - ["recharge_flasks_on_crit"]=2653, - ["recharge_flasks_on_crit_while_affected_by_precision"]=8708, - ["reckoning_cooldown_speed_+%"]=3511, - ["reckoning_damage_+%"]=3348, - ["recoup_%_elemental_damage_as_energy_shield"]=8709, - ["recoup_%_of_damage_taken_by_your_totems_as_life"]=8710, - ["recoup_effects_apply_over_4_seconds_instead"]=8711, - ["recoup_life_effects_apply_over_3_seconds_instead"]=8712, - ["recoup_speed_+%"]=8713, - ["recover_%_energy_shield_over_1_second_when_you_take_physical_damage_from_enemy_hits"]=8714, - ["recover_%_energy_shield_when_you_block_spell_damage_while_wielding_a_staff"]=8733, - ["recover_%_es_on_kill_per_different_mastery"]=1463, - ["recover_%_life_on_heavy_stunning_rare_or_unique_enemy"]=8715, - ["recover_%_life_on_kill_per_different_mastery"]=1462, - ["recover_%_life_per_endurance_charge_consumed"]=8716, - ["recover_%_life_when_gaining_adrenaline"]=8734, - ["recover_%_life_when_you_block_attack_damage_while_wielding_a_staff"]=8735, - ["recover_%_life_when_you_create_an_offering"]=8717, - ["recover_%_life_when_you_ignite_a_non_ignited_enemy"]=8736, - ["recover_%_life_when_you_use_a_life_flask_while_on_low_life"]=8737, - ["recover_%_mana_on_kill_per_different_mastery"]=1464, - ["recover_%_mana_when_attached_brand_expires"]=8738, - ["recover_%_mana_when_you_invoke_a_spell"]=8718, - ["recover_%_maximum_energy_shield_on_killing_cursed_enemy"]=8719, - ["recover_%_maximum_life_on_enemy_ignited"]=3941, - ["recover_%_maximum_life_on_flask_use"]=3973, - ["recover_%_maximum_life_on_kill"]=1475, - ["recover_%_maximum_life_on_killing_chilled_enemy"]=8739, - ["recover_%_maximum_life_on_killing_cursed_enemy"]=8720, - ["recover_%_maximum_life_on_killing_enemy_while_you_have_rage"]=8740, - ["recover_%_maximum_life_on_killing_poisoned_enemy"]=8741, - ["recover_%_maximum_life_on_mana_flask_use"]=3974, - ["recover_%_maximum_life_on_rampage_threshold"]=2642, - ["recover_%_maximum_life_on_suppressing_spell"]=8721, - ["recover_%_maximum_life_when_corpse_destroyed_or_consumed"]=2736, - ["recover_%_maximum_life_when_cursing_non_cursed_enemy"]=8722, - ["recover_%_maximum_mana_on_charm_use"]=8742, - ["recover_%_maximum_mana_on_kill"]=1477, - ["recover_%_maximum_mana_on_killing_cursed_enemy"]=1478, - ["recover_%_maximum_mana_when_cursing_non_cursed_enemy"]=8723, - ["recover_%_maximum_mana_when_enemy_frozen_permyriad"]=8743, - ["recover_%_maximum_mana_when_enemy_shocked"]=3796, - ["recover_%_of_maximum_life_on_block"]=2740, - ["recover_%_of_maximum_mana_over_1_second_on_guard_skill_use"]=8744, - ["recover_10%_mana_on_skill_use_%_chance_while_affected_by_clarity"]=8724, - ["recover_10%_of_maximum_mana_on_skill_use_%"]=3123, - ["recover_1_life_per_x_life_regeneration_per_minute_every_4_seconds"]=8725, - ["recover_X_life_on_block"]=1486, - ["recover_X_life_on_enemy_ignited"]=8726, - ["recover_X_life_on_suppressing_spell"]=8727, - ["recover_X_life_when_fortification_expires_per_fortification_lost"]=8728, - ["recover_X_mana_on_killing_frozen_enemy"]=8729, - ["recover_energy_shield_%_on_consuming_steel_shard"]=8730, - ["recover_energy_shield_%_on_kill"]=1476, - ["recover_es_as_well_as_life_from_life_regeneration"]=8731, - ["recover_maximum_life_on_enemy_killed_chance_%"]=8732, - ["recover_permyriad_life_on_skill_use"]=8745, - ["recover_permyriad_maximum_life_per_poison_on_enemy_on_kill"]=8746, - ["recover_x_energy_shield_on_spell_block"]=8747, - ["recover_x_energy_shield_on_suppressing_spell"]=8748, - ["reduce_enemy_chaos_resistance_%"]=8749, - ["reduce_enemy_chaos_resistance_with_weapons_%"]=3234, - ["reduce_enemy_cold_resistance_%_while_affected_by_hatred"]=8750, - ["reduce_enemy_cold_resistance_with_weapons_%"]=3231, - ["reduce_enemy_dodge_%"]=1619, - ["reduce_enemy_elemental_resistance_%"]=2666, - ["reduce_enemy_elemental_resistance_with_weapons_%"]=3241, - ["reduce_enemy_fire_resistance_%_vs_blinded_enemies"]=8751, - ["reduce_enemy_fire_resistance_%_while_affected_by_anger"]=8752, - ["reduce_enemy_fire_resistance_with_weapons_%"]=3232, - ["reduce_enemy_lightning_resistance_%_while_affected_by_wrath"]=8753, - ["reduce_enemy_lightning_resistance_with_weapons_%"]=3233, - ["reflect_%_of_physical_damage_prevented"]=8754, - ["reflect_curses"]=2195, - ["reflect_damage_taken_+%"]=3887, - ["reflect_damage_taken_and_minion_reflect_damage_taken_+%"]=8755, - ["reflect_hexes_chance_%"]=2196, - ["reflect_shocks"]=8756, - ["reflected_physical_damage_taken_+%_while_affected_by_determination"]=8757, - ["refresh_duration_of_shock_chill_ignite_on_enemy_when_cursing_enemy"]=8758, - ["refresh_endurance_charges_duration_when_hit_chance_%"]=8759, - ["refresh_ignite_duration_on_critical_strike_chance_%"]=8760, - ["regenerate_%_armour_as_life_over_1_second_on_block"]=2534, - ["regenerate_%_energy_shield_over_1_second_when_stunned"]=8761, - ["regenerate_%_life_over_1_second_when_hit_while_affected_by_vitality"]=8762, - ["regenerate_%_life_over_1_second_when_hit_while_not_unhinged"]=8769, - ["regenerate_%_life_over_1_second_when_stunned"]=8763, - ["regenerate_%_maximum_energy_shield_over_2_seconds_on_consuming_corpse"]=8770, - ["regenerate_%_maximum_mana_over_2_seconds_on_consuming_corpse"]=8771, - ["regenerate_1_rage_per_x_life_regeneration"]=8764, - ["regenerate_1_rage_per_x_mana_regeneration"]=8765, - ["regenerate_X_life_over_1_second_on_cast"]=2533, - ["regenerate_energy_shield_equal_to_%_evasion_rating_over_1_second_every_4_seconds"]=8766, - ["regenerate_energy_shield_instead_of_life"]=8767, - ["regenerate_mana_equal_to_x%_of_life_per_minute"]=8768, - ["regenerate_x_mana_per_minute_while_you_have_arcane_surge"]=8772, - ["rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration"]=3626, - ["rejuvenation_totem_aura_effect_+%"]=3627, - ["reload_speed_+%"]=8773, - ["remove_%_of_mana_on_hit"]=8784, - ["remove_ailments_and_burning_on_gaining_adrenaline"]=8774, - ["remove_all_damaging_ailments_on_warcry"]=8775, - ["remove_bleed_on_flask_use"]=3042, - ["remove_bleed_on_life_flask_use"]=8776, - ["remove_bleeding_on_warcry"]=8777, - ["remove_chill_and_freeze_on_flask_use"]=8778, - ["remove_corrupted_blood_when_you_use_a_flask"]=3043, - ["remove_curse_on_mana_flask_use"]=8779, - ["remove_damaging_ailments_on_swapping_stance"]=8780, - ["remove_elemental_ailments_on_curse_cast_%"]=8781, - ["remove_ignite_and_burning_on_flask_use"]=8782, - ["remove_maim_and_hinder_on_flask_use"]=8783, - ["remove_random_ailment_on_flask_use_if_all_equipped_items_are_elder"]=8785, - ["remove_random_ailment_when_you_warcry"]=8786, - ["remove_random_charge_on_hit_%"]=8787, - ["remove_random_elemental_ailment_on_mana_flask_use"]=8788, - ["remove_random_non_elemental_ailment_on_life_flask_use"]=8789, - ["remove_shock_on_flask_use"]=8790, - ["remove_x_curses_after_channelling_for_2_seconds"]=8791, - ["replica_unique_hyrris_truth_hatred_mana_reservation_+%_final"]=8792, - ["reservation_efficiency_+%_with_unique_abyss_jewel_socketed"]=8793, - ["reservation_efficiency_-2%_per_1"]=1925, - ["reserve_life_instead_of_loss_from_damage_for_x_ms"]=8794, - ["resist_all_%"]=8795, - ["resist_all_%_for_enemies_you_inflict_spiders_web_upon"]=8796, - ["resist_all_elements_%_per_10_levels"]=2466, - ["resist_all_elements_%_per_endurance_charge"]=1444, - ["resist_all_elements_%_per_power_charge"]=1445, - ["resist_all_elements_%_with_200_or_more_strength"]=3996, - ["resist_all_elements_+%_while_holding_shield"]=1446, - ["resolute_technique"]=9632, - ["restore_energy_shield_and_mana_when_you_focus_%"]=8797, - ["restore_life_and_mana_on_warcry_%"]=2871, - ["restore_life_on_warcry_%"]=2872, - ["returning_projectiles_always_pierce"]=8798, - ["revive_golems_if_killed_by_enemies_ms"]=8799, - ["righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within"]=8800, - ["righteous_fire_damage_+%"]=3313, - ["righteous_fire_radius_+%"]=3453, - ["righteous_fire_spell_damage_+%"]=3740, - ["riposte_cooldown_speed_+%"]=3516, - ["riposte_damage_+%"]=3360, - ["rogue_trader_map_rogue_exile_maximum_life_+%_final"]=8801, - ["rune_blast_teleports_to_detonated_rune_with_100_ms_cooldown"]=8802, - ["rune_blast_teleports_to_detonated_rune_with_150_ms_cooldown"]=8803, - ["sabotuer_mines_apply_damage_+%_to_nearby_enemies_up_to_-10%"]=8804, - ["sabotuer_mines_apply_damage_taken_+%_to_nearby_enemies_up_to_10%"]=8805, - ["sacrifice_%_life_on_spell_skill"]=8806, - ["sacrifice_%_maximum_life_to_gain_as_es_on_spell_cast"]=8807, - ["sanctify_area_of_effect_+%_when_targeting_consecrated_ground"]=8808, - ["sanctify_consecrated_ground_enemy_damage_taken_+%"]=8809, - ["sanctify_damage_+%"]=8810, - ["sap_on_critical_strike_with_lightning_skills"]=8811, - ["scion_helmet_skill_maximum_totems_+"]=475, - ["scorch_effect_+%"]=8812, - ["scorch_enemies_in_close_range_on_block"]=8813, - ["scorched_enemies_explode_on_death_for_8%_life_as_fire_degen_chance"]=8814, - ["scourge_arrow_damage_+%"]=8815, - ["searing_bond_damage_+%"]=3308, - ["searing_bond_totem_placement_speed_+%"]=3605, - ["searing_totem_elemental_resistance_+%"]=3746, - ["secondary_maximum_base_chaos_damage"]=1271, - ["secondary_maximum_base_cold_damage"]=1269, - ["secondary_maximum_base_fire_damage"]=1268, - ["secondary_maximum_base_lightning_damage"]=1270, - ["secondary_maximum_base_physical_damage"]=1267, - ["secondary_minimum_base_chaos_damage"]=1271, - ["secondary_minimum_base_cold_damage"]=1269, - ["secondary_minimum_base_fire_damage"]=1268, - ["secondary_minimum_base_lightning_damage"]=1270, - ["secondary_minimum_base_physical_damage"]=1267, - ["secondary_skill_effect_duration_+%"]=8816, - ["seismic_cry_exerted_attack_damage_+%"]=8817, - ["seismic_cry_minimum_power"]=8818, - ["self_bleed_duration_+%"]=1015, - ["self_chaos_damage_taken_per_minute_per_endurance_charge"]=8819, - ["self_chaos_damage_taken_per_minute_while_affected_by_flask"]=8820, - ["self_chill_duration_-%"]=1588, - ["self_cold_damage_on_reaching_maximum_power_charges"]=8821, - ["self_critical_strike_multiplier_+%_while_ignited"]=8822, - ["self_critical_strike_multiplier_-%_per_endurance_charge"]=1371, - ["self_curse_duration_+%"]=1880, - ["self_curse_duration_+%_per_10_devotion"]=8823, - ["self_cursed_with_level_x_vulnerability"]=2797, - ["self_elemental_status_duration_-%"]=1587, - ["self_elemental_status_duration_-%_per_10_devotion"]=8824, - ["self_freeze_duration_-%"]=1589, - ["self_ignite_duration_-%"]=1590, - ["self_offering_effect_+%"]=1102, - ["self_physical_damage_on_movement_skill_use"]=8825, - ["self_physical_damage_on_skill_use_%_max_life_per_warcry_exerting_action"]=8826, + ["presence_area_+%_per_10_tribute"]=8826, + ["prevent_monster_heal"]=1599, + ["prevent_monster_heal_duration_+%"]=1600, + ["prevent_projectile_chaining_%_chance"]=8827, + ["pride_aura_effect_+%"]=8828, + ["pride_chance_to_deal_double_damage_%"]=8829, + ["pride_chance_to_impale_with_attacks_%"]=8830, + ["pride_intimidate_enemy_for_4_seconds_on_hit"]=8831, + ["pride_mana_reservation_+%"]=8834, + ["pride_mana_reservation_efficiency_+%"]=8833, + ["pride_mana_reservation_efficiency_-2%_per_1"]=8832, + ["pride_physical_damage_+%"]=8835, + ["pride_reserves_no_mana"]=8836, + ["pride_your_impaled_debuff_lasts_+_additional_hits"]=8837, + ["primalist_charm_charges_gained_+%_final"]=8838, + ["primordial_altar_burning_ground_on_death_%"]=8469, + ["primordial_altar_chilled_ground_on_death_%"]=8470, + ["primordial_jewel_count"]=9837, + ["prismatic_rain_beam_frequency_+%"]=8839, + ["profane_ground_on_crit_chance_%_if_highest_attribute_is_intelligence"]=8840, + ["projectile_ailment_chance_+%"]=8841, + ["projectile_all_damage_%_to_gain_as_instilling_type"]=8842, + ["projectile_attack_damage_+%"]=1684, + ["projectile_attack_damage_+%_during_flask_effect"]=8843, + ["projectile_attack_damage_+%_per_200_accuracy"]=3890, + ["projectile_attack_damage_+%_with_at_least_200_dex"]=3938, + ["projectile_attack_damage_+%_with_claw_or_dagger"]=8844, + ["projectile_attack_range_+%"]=8845, + ["projectile_attack_skill_critical_strike_chance_+%"]=3899, + ["projectile_attack_skill_critical_strike_multiplier_+"]=8846, + ["projectile_attacks_%_chance_to_fire_2_additional_projectiles_while_moving"]=8847, + ["projectile_attacks_chance_to_bleed_on_hit_%_if_you_have_beast_minion"]=3900, + ["projectile_attacks_chance_to_maim_on_hit_%_if_you_have_beast_minion"]=3901, + ["projectile_attacks_chance_to_poison_on_hit_%_if_you_have_beast_minion"]=3902, + ["projectile_base_number_of_targets_to_pierce"]=1496, + ["projectile_chain_from_terrain_chance_%"]=1530, + ["projectile_chance_to_be_able_to_chain_from_terrain_%_per_ranged_abyss_jewel_up_to_20%"]=8848, + ["projectile_chance_to_chain_1_extra_time_from_terrain_%"]=8849, + ["projectile_chance_to_piece_vs_enemies_within_3m_distance_of_player"]=8850, + ["projectile_damage_+%"]=1683, + ["projectile_damage_+%_against_heavy_stunned_enemies"]=8851, + ["projectile_damage_+%_if_youve_dealt_melee_hit_recently"]=8852, + ["projectile_damage_+%_in_blood_stance"]=9328, + ["projectile_damage_+%_max_as_distance_travelled_increases"]=3650, + ["projectile_damage_+%_max_before_distance_increase"]=8856, + ["projectile_damage_+%_per_16_dexterity"]=8857, + ["projectile_damage_+%_per_chain"]=8858, + ["projectile_damage_+%_per_pierced_enemy"]=8859, + ["projectile_damage_+%_per_power_charge"]=2319, + ["projectile_damage_+%_per_remaining_chain"]=8860, + ["projectile_damage_+%_vs_chained_enemy"]=8861, + ["projectile_damage_+%_vs_enemies_further_than_6m_distance"]=8853, + ["projectile_damage_+%_vs_enemies_within_2m_distance"]=8854, + ["projectile_damage_+%_vs_nearby_enemies"]=8862, + ["projectile_damage_+%_with_spears_while_there_no_enemies_surrounding_you"]=8855, + ["projectile_damage_modifiers_apply_to_skill_dot"]=2368, + ["projectile_damage_taken_+%"]=2419, + ["projectile_daze_chance_%_vs_enemies_further_than_6m"]=8863, + ["projectile_freeze_chance_%"]=2379, + ["projectile_hit_damage_stun_multiplier_+%"]=8864, + ["projectile_number_to_split"]=8865, + ["projectile_return_%_chance"]=2490, + ["projectile_shock_chance_%"]=2380, + ["projectile_skill_gem_level_+"]=950, + ["projectile_speed_+%_per_frenzy_charge"]=2318, + ["projectile_speed_+%_with_crossbow_skills"]=1501, + ["projectile_speed_+%_with_daggers"]=8866, + ["projectile_spell_cooldown_modifier_ms"]=8867, + ["projectile_weakness_curse_effect_+%"]=3578, + ["projectile_weakness_duration_+%"]=3485, + ["projectiles_always_pierce_you"]=8868, + ["projectiles_fork"]=3173, + ["projectiles_fork_chance_%_if_youve_dealt_melee_hit_recently"]=8869, + ["projectiles_from_spells_cannot_pierce"]=8870, + ["projectiles_pierce_1_additional_target_per_10_stat_value"]=8871, + ["projectiles_pierce_1_additional_target_per_15_stat_value"]=8872, + ["projectiles_pierce_all_nearby_targets"]=8873, + ["projectiles_pierce_enemies_with_fully_broken_armour"]=8874, + ["projectiles_pierce_while_phasing"]=8875, + ["projectiles_pierce_x_additional_targets_while_you_have_phasing"]=8876, + ["projectiles_return"]=2490, + ["protective_link_duration_+%"]=8877, + ["puncture_and_ensnaring_arrow_enemies_explode_on_death_by_attack_for_10%_life_as_physical_damage_chance_%"]=8878, + ["puncture_damage_+%"]=3242, + ["puncture_duration_+%"]=3476, + ["puncture_maim_on_hit_%_chance"]=3541, + ["punishment_curse_effect_+%"]=3586, + ["punishment_duration_+%"]=3489, + ["punishment_ignores_hexproof"]=2290, + ["punishment_no_reservation"]=8879, + ["puppet_master_base_duration_ms"]=8880, + ["purge_damage_+%"]=8881, + ["purge_duration_+%"]=8882, + ["purge_expose_resist_%_matching_highest_element_damage"]=8883, + ["purifying_flame_%_chance_to_create_consecrated_ground_around_you"]=8884, + ["purity_of_elements_aura_effect_+%"]=2968, + ["purity_of_elements_mana_reservation_+%"]=3609, + ["purity_of_elements_mana_reservation_efficiency_+%"]=8886, + ["purity_of_elements_mana_reservation_efficiency_-2%_per_1"]=8885, + ["purity_of_elements_reserves_no_mana"]=8887, + ["purity_of_fire_aura_effect_+%"]=2969, + ["purity_of_fire_mana_reservation_+%"]=3610, + ["purity_of_fire_mana_reservation_efficiency_+%"]=8889, + ["purity_of_fire_mana_reservation_efficiency_-2%_per_1"]=8888, + ["purity_of_fire_reserves_no_mana"]=8890, + ["purity_of_ice_aura_effect_+%"]=2970, + ["purity_of_ice_mana_reservation_+%"]=3606, + ["purity_of_ice_mana_reservation_efficiency_+%"]=8892, + ["purity_of_ice_mana_reservation_efficiency_-2%_per_1"]=8891, + ["purity_of_ice_reserves_no_mana"]=8893, + ["purity_of_lightning_aura_effect_+%"]=2971, + ["purity_of_lightning_mana_reservation_+%"]=3611, + ["purity_of_lightning_mana_reservation_efficiency_+%"]=8895, + ["purity_of_lightning_mana_reservation_efficiency_-2%_per_1"]=8894, + ["purity_of_lightning_reserves_no_mana"]=8896, + ["quality_display_base_number_of_crossbow_bolts_is_gem"]=963, + ["quality_display_trinity_is_gem"]=9567, + ["quantity_of_items_dropped_by_maimed_enemies_+%"]=3739, + ["quarterstaff_accuracy_rating_+%"]=1293, + ["quarterstaff_attack_speed_+%"]=1276, + ["quarterstaff_critical_strike_chance_+%"]=1322, + ["quarterstaff_critical_strike_multiplier_+"]=1347, + ["quarterstaff_damage_+%"]=1195, + ["quarterstaff_daze_build_up_+%"]=8897, + ["quarterstaff_hit_damage_freeze_multiplier_+%"]=8898, + ["quarterstaff_hit_damage_stun_multiplier_+%"]=8899, + ["quarterstaff_shock_chance_+%"]=8900, + ["quarterstaff_skills_that_consume_power_charges_count_as_consuming_x_additional_power_charges"]=8901, + ["quick_dodge_added_cooldown_count"]=8902, + ["quick_dodge_travel_distance_+%"]=8903, + ["quick_guard_additional_physical_damage_reduction_%"]=8904, + ["quicksilver_flasks_apply_to_nearby_allies"]=8905, + ["quiver_hellscaping_speed_+%"]=6625, + ["quiver_mod_effect_+%"]=8906, + ["quiver_projectiles_pierce_1_additional_target"]=8907, + ["quiver_projectiles_pierce_2_additional_targets"]=8908, + ["quiver_projectiles_pierce_3_additional_targets"]=8909, + ["rage_decay_speed_+%"]=8918, + ["rage_decay_speed_+%_per_10_tribute"]=8919, + ["rage_effects_doubled"]=8912, + ["rage_effects_tripled"]=8911, + ["rage_gained_on_life_flask_use"]=8920, + ["rage_generated_also_granted_to_allies_in_presence"]=8921, + ["rage_grants_spell_damage_instead"]=8922, + ["rage_loss_delay_ms"]=8923, + ["rage_slash_sacrifice_rage_%"]=8924, + ["rage_vortex_area_of_effect_+%"]=8925, + ["rage_vortex_damage_+%"]=8926, + ["raging_spirit_damage_+%"]=3236, + ["raging_spirits_always_ignite"]=8927, + ["raging_spirits_refresh_duration_on_hit_vs_unique_%_chance"]=8928, + ["raging_spirits_refresh_duration_when_they_kill_ignited_enemy"]=8929, + ["raider_nearby_enemies_accuracy_rating_+%_final_while_phasing"]=8930, + ["rain_of_arrows_additional_sequence_chance_%"]=8931, + ["rain_of_arrows_attack_speed_+%"]=3434, + ["rain_of_arrows_damage_+%"]=3235, + ["rain_of_arrows_radius_+%"]=3391, + ["rain_of_arrows_rain_of_arrows_additional_sequence_chance_%"]=8932, + ["raise_spectre_gem_level_+"]=1425, + ["raise_spectre_mana_cost_+%"]=8933, + ["raise_zombie_does_not_use_corpses"]=8934, + ["raise_zombie_gem_level_+"]=1424, + ["raised_zombie_%_chance_to_taunt"]=8935, + ["raised_zombies_are_usable_as_corpses_when_alive"]=8936, + ["raised_zombies_cover_in_ash_on_hit_%"]=8937, + ["raised_zombies_fire_damage_%_of_maximum_life_taken_per_minute"]=8938, + ["raised_zombies_have_avatar_of_fire"]=8939, + ["rallying_cry_buff_effect_+%"]=3683, + ["rallying_cry_buff_effect_1%_per_3_stat_value"]=8940, + ["rallying_cry_buff_effect_1%_per_5_stat_value"]=8941, + ["rallying_cry_duration_+%"]=3497, + ["rallying_cry_exerts_x_additional_attacks"]=8942, + ["random_curse_on_hit_%"]=2199, + ["random_curse_on_hit_%_against_uncursed_enemies"]=8943, + ["random_curse_when_hit_%_ignoring_curse_limit"]=8944, + ["random_projectile_direction"]=8945, + ["randomly_cursed_when_totems_die_curse_level"]=2237, + ["ranged_weapon_physical_damage_+%"]=1685, + ["ranger_hidden_ascendancy_non_damaging_elemental_ailment_effect_+%_final"]=8946, + ["rapid_assault_attached_spear_limit"]=8947, + ["rare_or_unique_monster_dropped_item_rarity_+%"]=8948, + ["rarity_of_items_dropped_by_maimed_enemies_+%"]=3740, + ["real_weapon_attack_added_physical_damage_%_of_weapon_item_accuracy"]=8949, + ["reap_debuff_deals_fire_damage_instead_of_physical_damage"]=8950, + ["reapply_enemy_shock_on_consuming_enemy_shock_chance_%"]=8951, + ["reave_attack_speed_per_reave_stack_+%"]=3538, + ["reave_damage_+%"]=3229, + ["reave_radius_+%"]=3388, + ["recall_sigil_target_search_range_+%"]=8952, + ["receive_bleeding_chance_%_when_hit"]=8953, + ["receive_bleeding_chance_%_when_hit_by_attack"]=8954, + ["received_attack_hits_have_impale_chance_%"]=8955, + ["recharge_flasks_on_crit"]=2612, + ["recharge_flasks_on_crit_while_affected_by_precision"]=8956, + ["reckoning_cooldown_speed_+%"]=3457, + ["reckoning_damage_+%"]=3294, + ["recoup_%_elemental_damage_as_energy_shield"]=8957, + ["recoup_%_of_damage_taken_by_your_totems_as_life"]=8958, + ["recoup_effects_apply_over_4_seconds_instead"]=8959, + ["recoup_life_effects_apply_over_3_seconds_instead"]=8960, + ["recoup_speed_+%"]=8961, + ["recover_%_energy_shield_over_1_second_when_you_take_physical_damage_from_enemy_hits"]=8962, + ["recover_%_es_on_kill_per_different_mastery"]=1446, + ["recover_%_life_on_heavy_stunning_rare_or_unique_enemy"]=8963, + ["recover_%_life_on_kill_per_different_mastery"]=1445, + ["recover_%_life_per_endurance_charge_consumed"]=8964, + ["recover_%_life_when_gaining_adrenaline"]=8984, + ["recover_%_life_when_you_block_attack_damage_while_wielding_a_staff"]=8985, + ["recover_%_life_when_you_create_an_offering"]=8965, + ["recover_%_life_when_you_ignite_a_non_ignited_enemy"]=8986, + ["recover_%_life_when_you_use_a_life_flask_while_on_low_life"]=8987, + ["recover_%_mana_on_kill_per_different_mastery"]=1447, + ["recover_%_mana_when_attached_brand_expires"]=8988, + ["recover_%_mana_when_you_invoke_a_spell"]=8966, + ["recover_%_maximum_energy_shield_on_killing_cursed_enemy"]=8967, + ["recover_%_maximum_life_on_enemy_ignited"]=3882, + ["recover_%_maximum_life_on_flask_use"]=3914, + ["recover_%_maximum_life_on_kill"]=1458, + ["recover_%_maximum_life_on_kill_per_50_tribute"]=8968, + ["recover_%_maximum_life_on_killing_chilled_enemy"]=8989, + ["recover_%_maximum_life_on_killing_cursed_enemy"]=8969, + ["recover_%_maximum_life_on_killing_enemy_while_you_have_rage"]=8990, + ["recover_%_maximum_life_on_killing_poisoned_enemy"]=8991, + ["recover_%_maximum_life_on_mana_flask_use"]=3915, + ["recover_%_maximum_life_on_rampage_threshold"]=2601, + ["recover_%_maximum_life_per_glory_consumed"]=8970, + ["recover_%_maximum_life_when_corpse_destroyed_or_consumed"]=2691, + ["recover_%_maximum_life_when_cursing_non_cursed_enemy"]=8971, + ["recover_%_maximum_life_when_spending_at_least_10_combo"]=8992, + ["recover_%_maximum_mana_on_charm_use"]=8993, + ["recover_%_maximum_mana_on_kill"]=1460, + ["recover_%_maximum_mana_on_kill_per_50_tribute"]=8972, + ["recover_%_maximum_mana_on_killing_cursed_enemy"]=1461, + ["recover_%_maximum_mana_when_cursing_non_cursed_enemy"]=8973, + ["recover_%_maximum_mana_when_enemy_frozen_permyriad"]=8994, + ["recover_%_maximum_mana_when_enemy_shocked"]=3738, + ["recover_%_maximum_mana_when_spending_at_least_10_combo"]=8995, + ["recover_%_of_maximum_life_on_block"]=2695, + ["recover_%_of_maximum_mana_over_1_second_on_guard_skill_use"]=8996, + ["recover_10%_mana_on_skill_use_%_chance_while_affected_by_clarity"]=8974, + ["recover_10%_of_maximum_mana_on_skill_use_%"]=3071, + ["recover_1_life_per_x_life_regeneration_per_minute_every_4_seconds"]=8975, + ["recover_X_life_on_block"]=1469, + ["recover_X_life_on_enemy_ignited"]=8976, + ["recover_X_life_when_fortification_expires_per_fortification_lost"]=8977, + ["recover_X_mana_on_killing_frozen_enemy"]=8978, + ["recover_energy_shield_%_on_consuming_steel_shard"]=8979, + ["recover_energy_shield_%_on_kill"]=1459, + ["recover_es_as_well_as_life_from_life_regeneration"]=8980, + ["recover_life_%_on_enemy_death_in_presence"]=8981, + ["recover_mana_%_on_enemy_death_in_presence"]=8982, + ["recover_maximum_life_on_enemy_killed_chance_%"]=8983, + ["recover_permyriad_life_on_skill_use"]=8997, + ["recover_permyriad_maximum_life_per_poison_on_enemy_on_kill"]=8998, + ["reduce_enemy_chaos_resistance_%"]=8999, + ["reduce_enemy_chaos_resistance_with_weapons_%"]=3180, + ["reduce_enemy_cold_resistance_%_while_affected_by_hatred"]=9000, + ["reduce_enemy_cold_resistance_with_weapons_%"]=3177, + ["reduce_enemy_elemental_resistance_%"]=2625, + ["reduce_enemy_elemental_resistance_with_weapons_%"]=3187, + ["reduce_enemy_fire_resistance_%_vs_blinded_enemies"]=9001, + ["reduce_enemy_fire_resistance_%_while_affected_by_anger"]=9002, + ["reduce_enemy_fire_resistance_with_weapons_%"]=3178, + ["reduce_enemy_lightning_resistance_%_while_affected_by_wrath"]=9003, + ["reduce_enemy_lightning_resistance_with_weapons_%"]=3179, + ["reflect_%_of_physical_damage_prevented"]=9004, + ["reflect_curses"]=2164, + ["reflect_damage_taken_+%"]=3828, + ["reflect_damage_taken_and_minion_reflect_damage_taken_+%"]=9005, + ["reflect_hexes_chance_%"]=2165, + ["reflect_shocks"]=9006, + ["reflected_physical_damage_taken_+%_while_affected_by_determination"]=9007, + ["refresh_duration_of_shock_chill_ignite_on_enemy_when_cursing_enemy"]=9008, + ["refresh_endurance_charges_duration_when_hit_chance_%"]=9009, + ["refresh_ignite_duration_on_critical_strike_chance_%"]=9010, + ["regenerate_%_armour_as_life_over_1_second_on_block"]=2498, + ["regenerate_%_energy_shield_over_1_second_when_stunned"]=9011, + ["regenerate_%_life_over_1_second_when_hit_while_affected_by_vitality"]=9012, + ["regenerate_%_life_over_1_second_when_hit_while_not_unhinged"]=9019, + ["regenerate_%_life_over_1_second_when_stunned"]=9013, + ["regenerate_%_maximum_energy_shield_over_2_seconds_on_consuming_corpse"]=9020, + ["regenerate_%_maximum_mana_over_2_seconds_on_consuming_corpse"]=9021, + ["regenerate_1_rage_per_x_life_regeneration"]=9014, + ["regenerate_1_rage_per_x_mana_regeneration"]=9015, + ["regenerate_X_life_over_1_second_on_cast"]=2497, + ["regenerate_energy_shield_equal_to_%_evasion_rating_over_1_second_every_4_seconds"]=9016, + ["regenerate_energy_shield_instead_of_life"]=9017, + ["regenerate_mana_equal_to_x%_of_life_per_minute"]=9018, + ["regenerate_x_mana_per_minute_while_you_have_arcane_surge"]=9022, + ["rejuvenation_totem_%_life_regeneration_added_as_mana_regeneration"]=3569, + ["rejuvenation_totem_aura_effect_+%"]=3570, + ["reload_speed_+%"]=9023, + ["remnant_effect_+%"]=9025, + ["remnant_effect_+%_per_10_tribute"]=9024, + ["remnant_pickup_range_+%"]=9027, + ["remnant_pickup_range_+%_if_you_have_at_least_100_tribute"]=9026, + ["remnant_recover_%_life_on_pickup"]=9028, + ["remnant_recover_%_mana_on_pickup"]=9029, + ["remove_%_of_mana_on_hit"]=9042, + ["remove_ailments_and_burning_on_gaining_adrenaline"]=9030, + ["remove_all_damaging_ailments_on_warcry"]=9031, + ["remove_bleed_on_flask_use"]=2993, + ["remove_bleed_on_life_flask_use"]=9032, + ["remove_bleeding_on_warcry"]=9033, + ["remove_chill_and_freeze_on_flask_use"]=9034, + ["remove_corrupted_blood_when_you_use_a_flask"]=2994, + ["remove_curse_on_mana_flask_use"]=9035, + ["remove_damaging_ailment_on_using_command_skill"]=9036, + ["remove_damaging_ailments_on_swapping_stance"]=9037, + ["remove_elemental_ailments_on_curse_cast_%"]=9038, + ["remove_ignite_and_burning_on_flask_use"]=9039, + ["remove_ignite_on_warcry"]=9040, + ["remove_maim_and_hinder_on_flask_use"]=9041, + ["remove_random_ailment_on_flask_use_if_all_equipped_items_are_elder"]=9043, + ["remove_random_ailment_when_you_warcry"]=9044, + ["remove_random_charge_on_hit_%"]=9045, + ["remove_random_elemental_ailment_on_mana_flask_use"]=9046, + ["remove_random_non_elemental_ailment_on_life_flask_use"]=9047, + ["remove_shock_on_flask_use"]=9048, + ["remove_x_curses_after_channelling_for_2_seconds"]=9049, + ["replica_unique_hyrris_truth_hatred_mana_reservation_+%_final"]=9050, + ["required_enemies_to_be_considered_surrounded_offset"]=9051, + ["reservation_efficiency_+%_of_companion_skills"]=9052, + ["reservation_efficiency_+%_of_herald_skills"]=9053, + ["reservation_efficiency_+%_of_meta_skills"]=9054, + ["reservation_efficiency_+%_of_minion_skills"]=8421, + ["reservation_efficiency_+%_of_skeleton_minion_skills"]=9160, + ["reservation_efficiency_+%_of_undead_minion_skills"]=9623, + ["reservation_efficiency_+%_with_unique_abyss_jewel_socketed"]=9055, + ["reservation_efficiency_-2%_per_1"]=1904, + ["reserve_life_instead_of_loss_from_damage_for_x_ms"]=9056, + ["resist_all_%"]=9057, + ["resist_all_%_for_enemies_you_inflict_spiders_web_upon"]=9058, + ["resist_all_elements_%_per_10_levels"]=2432, + ["resist_all_elements_%_per_endurance_charge"]=1427, + ["resist_all_elements_%_per_power_charge"]=1428, + ["resist_all_elements_%_with_200_or_more_strength"]=3937, + ["resist_all_elements_+%_while_holding_shield"]=1429, + ["resolute_technique"]=9912, + ["restore_energy_shield_and_mana_when_you_focus_%"]=9059, + ["restore_life_and_mana_on_warcry_%"]=2826, + ["restore_life_on_warcry_%"]=2827, + ["returning_projectiles_always_pierce"]=9060, + ["revive_golems_if_killed_by_enemies_ms"]=9061, + ["righteous_fire_and_fire_beam_regenerate_x_mana_per_second_while_enemies_are_within"]=9062, + ["righteous_fire_damage_+%"]=3259, + ["righteous_fire_radius_+%"]=3399, + ["righteous_fire_spell_damage_+%"]=3682, + ["riposte_cooldown_speed_+%"]=3462, + ["riposte_damage_+%"]=3306, + ["rogue_trader_map_rogue_exile_maximum_life_+%_final"]=9063, + ["rune_blast_teleports_to_detonated_rune_with_100_ms_cooldown"]=9064, + ["rune_blast_teleports_to_detonated_rune_with_150_ms_cooldown"]=9065, + ["sabotuer_mines_apply_damage_+%_to_nearby_enemies_up_to_-10%"]=9066, + ["sabotuer_mines_apply_damage_taken_+%_to_nearby_enemies_up_to_10%"]=9067, + ["sacrifice_%_life_on_spell_skill"]=9068, + ["sacrifice_%_maximum_life_to_gain_as_es_on_spell_cast"]=9069, + ["sanctify_area_of_effect_+%_when_targeting_consecrated_ground"]=9070, + ["sanctify_consecrated_ground_enemy_damage_taken_+%"]=9071, + ["sanctify_damage_+%"]=9072, + ["sap_on_critical_strike_with_lightning_skills"]=9073, + ["scion_helmet_skill_maximum_totems_+"]=466, + ["scorch_effect_+%"]=9074, + ["scorch_enemies_in_close_range_on_block"]=9075, + ["scorched_enemies_explode_on_death_for_8%_life_as_fire_degen_chance"]=9076, + ["scourge_arrow_damage_+%"]=9077, + ["searing_bond_damage_+%"]=3254, + ["searing_bond_totem_placement_speed_+%"]=3549, + ["searing_totem_elemental_resistance_+%"]=3688, + ["secondary_maximum_base_chaos_damage"]=1259, + ["secondary_maximum_base_cold_damage"]=1257, + ["secondary_maximum_base_fire_damage"]=1256, + ["secondary_maximum_base_lightning_damage"]=1258, + ["secondary_maximum_base_physical_damage"]=1255, + ["secondary_minimum_base_chaos_damage"]=1259, + ["secondary_minimum_base_cold_damage"]=1257, + ["secondary_minimum_base_fire_damage"]=1256, + ["secondary_minimum_base_lightning_damage"]=1258, + ["secondary_minimum_base_physical_damage"]=1255, + ["secondary_skill_effect_duration_+%"]=9078, + ["seismic_cry_exerted_attack_damage_+%"]=9079, + ["seismic_cry_minimum_power"]=9080, + ["self_bleed_duration_+%"]=9081, + ["self_chaos_damage_taken_per_minute_per_endurance_charge"]=9082, + ["self_chaos_damage_taken_per_minute_while_affected_by_flask"]=9083, + ["self_chill_duration_-%"]=1571, + ["self_cold_damage_on_reaching_maximum_power_charges"]=9084, + ["self_critical_strike_multiplier_+%_while_ignited"]=9085, + ["self_critical_strike_multiplier_-%_per_endurance_charge"]=1359, + ["self_curse_duration_+%"]=1857, + ["self_curse_duration_+%_per_10_devotion"]=9086, + ["self_cursed_with_level_x_vulnerability"]=2752, + ["self_elemental_status_duration_-%"]=1570, + ["self_elemental_status_duration_-%_per_10_devotion"]=9087, + ["self_freeze_duration_-%"]=1572, + ["self_ignite_duration_-%"]=1573, + ["self_offering_effect_+%"]=1089, + ["self_physical_damage_on_movement_skill_use"]=9088, + ["self_physical_damage_on_skill_use_%_max_life_per_warcry_exerting_action"]=9089, ["self_poison_duration_+%"]=1020, - ["self_take_no_extra_damage_from_critical_strikes"]=3904, - ["self_take_no_extra_damage_from_critical_strikes_if_have_been_crit_recently"]=8827, - ["self_take_no_extra_damage_from_critical_strikes_if_left_ring_is_magic_item"]=8828, - ["self_take_no_extra_damage_from_critical_strikes_if_only_one_nearby_enemy"]=8829, - ["self_take_no_extra_damage_from_critical_strikes_if_there_is_at_most_1_rare_or_unique_enemy_nearby"]=8830, - ["self_take_no_extra_damage_from_critical_strikes_while_affected_by_elusive"]=8831, - ["sentinel_minion_cooldown_speed_+%"]=8832, - ["sentinel_of_purity_damage_+%"]=8833, - ["serpent_strike_maximum_snakes"]=8834, - ["shapers_seed_unique_aura_life_regeneration_rate_per_minute_%"]=2683, - ["shapers_seed_unique_aura_mana_regeneration_rate_+%"]=2688, - ["share_charges_with_allies_in_your_presence"]=8835, - ["shatter_has_%_chance_to_cover_in_frost"]=8836, - ["shatter_on_kill_if_fully_broken_armour"]=8837, - ["shatter_on_kill_vs_bleeding_enemies"]=8838, - ["shatter_on_kill_vs_poisoned_enemies"]=8839, - ["shattering_steel_%_chance_to_not_consume_ammo"]=8843, - ["shattering_steel_damage_+%"]=8840, - ["shattering_steel_fortify_on_hit_close_range"]=8841, - ["shattering_steel_number_of_additional_projectiles"]=8842, - ["shield_attack_speed_+%"]=1296, - ["shield_block_%"]=1077, - ["shield_charge_attack_speed_+%"]=3490, - ["shield_charge_damage_+%"]=3297, - ["shield_charge_damage_per_target_hit_+%"]=3716, - ["shield_crush_and_spectral_shield_throw_cannot_add_physical_damage_per_armour_and_evasion_rating"]=8844, - ["shield_crush_and_spectral_shield_throw_off_hand_maximum_added_lightning_damage_per_15_energy_shield_on_shield"]=8845, - ["shield_crush_and_spectral_shield_throw_off_hand_minimum_added_lightning_damage_per_15_energy_shield_on_shield"]=8845, - ["shield_crush_attack_speed_+%"]=8846, - ["shield_crush_damage_+%"]=8847, - ["shield_crush_helmet_enchantment_aoe_+%_final"]=8848, - ["shield_defences_+%"]=8849, - ["shield_defences_+%_per_10_devotion"]=8850, - ["shield_evasion_rating_+%"]=1703, - ["shield_maximum_energy_shield_+%"]=1686, - ["shield_physical_damage_reduction_rating_+%"]=1704, - ["shield_spell_block_%"]=1078, - ["shock_and_freeze_apply_elemental_damage_taken_+%"]=8851, - ["shock_attackers_for_4_seconds_on_block_%_chance"]=8852, + ["self_take_no_extra_damage_from_critical_strikes"]=3845, + ["self_take_no_extra_damage_from_critical_strikes_if_have_been_crit_recently"]=9090, + ["self_take_no_extra_damage_from_critical_strikes_if_left_ring_is_magic_item"]=9091, + ["self_take_no_extra_damage_from_critical_strikes_if_only_one_nearby_enemy"]=9092, + ["self_take_no_extra_damage_from_critical_strikes_if_there_is_at_most_1_rare_or_unique_enemy_nearby"]=9093, + ["self_take_no_extra_damage_from_critical_strikes_while_affected_by_elusive"]=9094, + ["sentinel_minion_cooldown_speed_+%"]=9095, + ["sentinel_of_purity_damage_+%"]=9096, + ["serpent_strike_maximum_snakes"]=9097, + ["shapers_seed_unique_aura_life_regeneration_rate_per_minute_%"]=2638, + ["shapers_seed_unique_aura_mana_regeneration_rate_+%"]=2643, + ["share_charges_with_allies_in_your_presence"]=9098, + ["shatter_has_%_chance_to_cover_in_frost"]=9099, + ["shatter_on_kill_if_fully_broken_armour"]=9100, + ["shatter_on_kill_vs_bleeding_enemies"]=9101, + ["shatter_on_kill_vs_poisoned_enemies"]=9102, + ["shattering_steel_%_chance_to_not_consume_ammo"]=9106, + ["shattering_steel_damage_+%"]=9103, + ["shattering_steel_fortify_on_hit_close_range"]=9104, + ["shattering_steel_number_of_additional_projectiles"]=9105, + ["shield_attack_speed_+%"]=1284, + ["shield_block_%"]=1076, + ["shield_charge_attack_speed_+%"]=3436, + ["shield_charge_damage_+%"]=3243, + ["shield_charge_damage_per_target_hit_+%"]=3658, + ["shield_crush_and_spectral_shield_throw_cannot_add_physical_damage_per_armour_and_evasion_rating"]=9107, + ["shield_crush_and_spectral_shield_throw_off_hand_maximum_added_lightning_damage_per_15_energy_shield_on_shield"]=9108, + ["shield_crush_and_spectral_shield_throw_off_hand_minimum_added_lightning_damage_per_15_energy_shield_on_shield"]=9108, + ["shield_crush_attack_speed_+%"]=9109, + ["shield_crush_damage_+%"]=9110, + ["shield_crush_helmet_enchantment_aoe_+%_final"]=9111, + ["shield_defences_+%"]=9112, + ["shield_defences_+%_per_10_devotion"]=9114, + ["shield_defences_+%_per_25_tribute"]=9113, + ["shield_evasion_rating_+%"]=1680, + ["shield_maximum_energy_shield_+%"]=1665, + ["shield_physical_damage_reduction_rating_+%"]=1681, + ["shock_and_freeze_apply_elemental_damage_taken_+%"]=9115, + ["shock_attackers_for_4_seconds_on_block_%_chance"]=9116, ["shock_chance_+%"]=1012, - ["shock_chance_+%_vs_electrocuted_enemies"]=8853, - ["shock_duration_+%"]=1578, - ["shock_effect_+%"]=8855, - ["shock_effect_+%_with_critical_strikes"]=8856, - ["shock_effect_against_cursed_enemies_+%"]=8854, - ["shock_enemies_in_150cm_radius_on_shock_chance_%"]=8857, - ["shock_enemies_in_range_X_for_2s_on_killing_shocked_enemy"]=2519, - ["shock_magnitude_calculated_from_damage"]=8858, - ["shock_maximum_magnitude_+"]=8860, - ["shock_maximum_magnitude_is_60%"]=8859, - ["shock_minimum_damage_taken_increase_%"]=4068, - ["shock_nearby_enemies_for_x_ms_when_you_focus"]=8862, - ["shock_nova_damage_+%"]=3323, - ["shock_nova_radius_+%"]=3466, - ["shock_nova_ring_chance_to_shock_+%"]=8863, - ["shock_nova_ring_damage_+%"]=3620, - ["shock_nova_ring_shocks_as_if_dealing_damage_+%_final"]=8864, - ["shock_prevention_ms_when_shocked"]=2596, - ["shock_self_for_x_ms_when_you_focus"]=8861, - ["shocked_chilled_effect_on_self_+%"]=8865, - ["shocked_effect_on_self_+%"]=8866, - ["shocked_enemies_explode_for_%_life_as_lightning_damage"]=8867, - ["shocked_for_4_seconds_on_reaching_maximum_power_charges"]=3246, - ["shocked_ground_base_magnitude_override"]=8868, - ["shocked_ground_on_death_%"]=8869, - ["shocked_ground_when_hit_%"]=2295, - ["shocks_reflected_to_self"]=2478, - ["shockwave_slam_attack_speed_+%"]=3496, - ["shockwave_slam_damage_+%"]=3379, - ["shockwave_slam_explosion_damage_+%_final"]=3210, - ["shockwave_slam_radius_+%"]=3479, - ["shockwave_totem_cast_speed_+%"]=3630, - ["shockwave_totem_damage_+%"]=3324, - ["shockwave_totem_radius_+%"]=3481, - ["should_use_alternate_fortify"]=1991, - ["shrapnel_ballista_num_additional_arrows"]=8870, - ["shrapnel_ballista_num_pierce"]=8871, - ["shrapnel_ballista_projectile_speed_+%"]=8872, - ["shrapnel_ballista_totems_from_this_skill_grant_shrapnel_ballista_attack_speed_-%"]=8873, - ["shrapnel_shot_damage_+%"]=3364, - ["shrapnel_shot_physical_damage_%_to_gain_as_lightning_damage"]=3655, - ["shrapnel_shot_radius_+%"]=3468, - ["shrapnel_trap_area_of_effect_+%"]=8875, - ["shrapnel_trap_damage_+%"]=8876, - ["shrapnel_trap_number_of_additional_secondary_explosions"]=8877, - ["shrine_buff_effect_on_self_+%"]=2517, - ["shrine_effect_duration_+%"]=2518, - ["siege_and_shrapnel_ballista_attack_speed_+%_per_maximum_totem"]=3933, - ["siege_ballista_attack_speed_+%"]=3495, - ["siege_ballista_damage_+%"]=3377, - ["siege_ballista_totem_placement_speed_+%"]=3632, - ["siege_ballista_totems_from_this_skill_grant_siege_ballista_attack_speed_-%"]=8878, - ["sigil_attached_target_damage_+%"]=8879, - ["sigil_attached_target_damage_taken_+%"]=8880, - ["sigil_critical_strike_chance_+%"]=8881, - ["sigil_critical_strike_multiplier_+"]=8882, - ["sigil_damage_+%"]=8883, - ["sigil_damage_+%_per_10_devotion"]=8884, - ["sigil_duration_+%"]=8885, - ["sigil_recall_cooldown_speed_+%"]=8886, - ["sigil_recall_cooldown_speed_+%_per_brand_up_to_40%"]=8887, - ["sigil_repeat_frequency_+%"]=8888, - ["sigil_repeat_frequency_+%_if_havent_used_a_brand_skill_recently"]=8889, - ["sigil_target_search_range_+%"]=8890, - ["silver_flask_display_onslaught"]=3240, - ["silver_footprints_from_item"]=9658, - ["siphon_duration_+%"]=3554, - ["skeletal_chains_area_of_effect_+%"]=8891, - ["skeletal_chains_cast_speed_+%"]=8892, - ["skeletal_chains_damage_+%"]=3373, - ["skeleton_attack_speed_+%"]=8893, - ["skeleton_cast_speed_+%"]=8894, - ["skeleton_duration_+%"]=1502, - ["skeleton_minion_reservation_+%"]=8895, - ["skeleton_movement_speed_+%"]=8896, - ["skeletons_and_holy_relics_+%_effect_of_non_damaging_ailments"]=8898, - ["skeletons_and_holy_relics_convert_%_physical_damage_to_a_random_element"]=8897, - ["skeletons_are_permanent_minions"]=8899, - ["skeletons_damage_+%"]=3298, - ["skill_area_of_effect_+%_if_enemy_killed_recently"]=3843, - ["skill_area_of_effect_+%_in_sand_stance"]=9073, - ["skill_area_of_effect_+%_per_active_mine"]=3115, - ["skill_area_of_effect_+%_per_power_charge"]=1836, - ["skill_area_of_effect_+%_per_power_charge_up_to_50%"]=1837, - ["skill_area_of_effect_+%_while_no_frenzy_charges"]=1759, - ["skill_area_of_effect_when_unarmed_+%"]=2735, - ["skill_can_see_monster_categories"]=8900, - ["skill_cooldown_-%"]=1612, - ["skill_cost_base_life_equal_to_base_mana"]=8901, - ["skill_detonation_time_+%"]=8902, - ["skill_effect_duration_+%"]=1610, - ["skill_effect_duration_+%_if_killed_maimed_enemy_recently"]=3845, - ["skill_effect_duration_+%_per_10_strength"]=1725, - ["skill_effect_duration_+%_while_affected_by_malevolence"]=8903, - ["skill_effect_duration_+%_with_bow_skills"]=8904, - ["skill_effect_duration_+%_with_non_curse_aura_skills"]=8905, - ["skill_effect_duration_per_100_int"]=2766, - ["skill_internal_monster_responsiveness_+%"]=1641, - ["skill_life_cost_+"]=1605, - ["skill_life_cost_+_with_channelling_skills"]=8906, - ["skill_life_cost_+_with_non_channelling_skills"]=8907, - ["skill_mana_cost_+"]=1606, - ["skill_mana_cost_+_for_each_equipped_corrupted_item"]=3971, - ["skill_mana_cost_+_while_affected_by_clarity"]=8908, - ["skill_mana_cost_+_with_channelling_skills"]=8909, - ["skill_mana_cost_+_with_non_channelling_skills"]=8911, - ["skill_mana_cost_+_with_non_channelling_skills_while_affected_by_clarity"]=8913, - ["skill_range_+%"]=1642, - ["skill_repeat_count"]=1608, - ["skill_requires_X_ultimate_charge"]=32, - ["skill_speed_+%"]=854, - ["skill_speed_+%_against_bloodlusting_enemies"]=8914, - ["skill_speed_+%_per_socketed_green_support_gem"]=8915, - ["skill_visual_scale_+%"]=19, - ["skills_cost_no_mana_while_focused"]=8916, - ["skills_deal_you_x%_of_mana_cost_as_physical_damage"]=8917, - ["skills_fire_x_additional_projectiles_for_4_seconds_after_consuming_12_steel_ammo"]=8918, - ["skills_gain_intensity_every_x_milliseconds_if_gained_intensity_recently"]=8919, - ["skills_lose_intensity_every_x_milliseconds_if_gained_intensity_recently"]=8920, - ["skills_supported_by_nightblade_have_elusive_effect_+%"]=8921, - ["skitterbots_mana_reservation_efficiency_+%"]=8923, - ["skitterbots_mana_reservation_efficiency_-2%_per_1"]=8922, - ["slam_aftershock_chance_%"]=8924, - ["slam_ancestor_totem_damage_+%"]=3767, - ["slam_ancestor_totem_grant_owner_melee_damage_+%"]=3435, - ["slam_ancestor_totem_radius_+%"]=3770, - ["slam_skill_area_of_effect_+%"]=8925, - ["slams_always_ancestral_slam"]=8926, - ["slash_ancestor_totem_damage_+%"]=3768, - ["slash_ancestor_totem_elemental_resistance_%"]=2492, - ["slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%"]=3434, - ["slash_ancestor_totem_radius_+%"]=3769, - ["slayer_area_of_effect_+%_per_enemy_killed_recently_up_to_50%"]=8927, - ["slayer_ascendancy_melee_splash_damage_+%_final_for_splash"]=1107, - ["slayer_critical_strike_multiplier_+_per_nearby_enemy_up_to_100"]=8928, - ["slayer_damage_+%_final_against_unique_enemies"]=8929, - ["slayer_damage_+%_final_from_distance"]=8930, - ["slither_elusive_effect_+%"]=8931, - ["slither_wither_stacks"]=8932, - ["slows_have_no_potency_on_you"]=8933, - ["small_passives_effect_+%"]=8934, - ["smite_aura_effect_+%"]=8935, - ["smite_chance_for_lighting_to_strike_extra_target_%"]=8936, - ["smite_damage_+%"]=8937, - ["smite_static_strike_killing_blow_consumes_corpse_restore_%_life"]=8938, - ["smoke_cloud_while_stationary_radius"]=8939, - ["smoke_mine_base_movement_velocity_+%"]=3736, - ["smoke_mine_duration_+%"]=3535, - ["snapping_adder_%_chance_to_retain_projectile_on_release"]=8941, - ["snapping_adder_damage_+%"]=8940, - ["snapping_adder_withered_on_hit_for_2_seconds_%_chance"]=8942, - ["snipe_attack_speed_+%"]=8943, - ["solaris_spear_number_of_pulses"]=8944, - ["solaris_spear_pulse_delay_ms"]=8944, - ["sorcery_ward_+%_strength"]=8945, - ["soul_eater_maximum_stacks"]=8946, - ["soul_eater_on_rare_kill_ms"]=3081, - ["soul_link_duration_+%"]=8947, - ["soulfeast_number_of_secondary_projectiles"]=8948, - ["soulrend_applies_hinder_movement_speed_+%"]=8949, - ["soulrend_damage_+%"]=8950, - ["soulrend_number_of_additional_projectiles"]=8951, - ["spark_damage_+%"]=3284, - ["spark_num_of_additional_projectiles"]=3578, - ["spark_number_of_additional_projectiles"]=8952, - ["spark_projectile_speed_+%"]=3524, - ["spark_projectiles_nova"]=8953, - ["spark_skill_effect_duration_+%"]=8954, - ["spark_totems_from_this_skill_grant_totemified_lightning_tendrils_larger_pulse_interval_-X_to_parent"]=8955, - ["spawn_defender_with_totem"]=8956, - ["spear_accuracy_rating"]=1722, - ["spear_accuracy_rating_+%"]=1312, - ["spear_attack_speed_+%"]=1295, - ["spear_critical_strike_chance_+%"]=1337, - ["spear_critical_strike_multiplier_+"]=1360, - ["spear_damage_+%"]=1236, - ["spear_throws_consume_frenzy_charge_to_fire_additional_projectiles"]=8957, - ["spectral_helix_damage_+%"]=8958, - ["spectral_helix_projectile_speed_+%"]=8959, - ["spectral_helix_rotations_%"]=8960, - ["spectral_shield_throw_additional_chains"]=8961, - ["spectral_shield_throw_damage_+%"]=8962, - ["spectral_shield_throw_num_of_additional_projectiles"]=8963, - ["spectral_shield_throw_projectile_speed_+%"]=8964, - ["spectral_shield_throw_secondary_projectiles_pierce"]=8965, - ["spectral_shield_throw_shard_projectiles_+%_final"]=8966, - ["spectral_spiral_weapon_base_number_of_bounces"]=8967, - ["spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final"]=8968, - ["spectral_throw_damage_+%"]=3285, - ["spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%"]=2900, - ["spectral_throw_gain_vaal_soul_for_vaal_spectral_throw_on_hit_%"]=8969, - ["spectral_throw_projectile_deceleration_+%"]=3595, - ["spectral_throw_projectile_speed_+%"]=3525, - ["spectre_attack_and_cast_speed_+%"]=3500, - ["spectre_damage_+%"]=3108, - ["spectre_elemental_resistances_%"]=3612, - ["spectre_maximum_life_+"]=8970, - ["spectre_zombie_skeleton_critical_strike_multiplier_+"]=8972, - ["spectres_and_zombies_gain_adrenaline_for_X_seconds_when_raised"]=8973, - ["spectres_critical_strike_chance_+%"]=8974, - ["spectres_gain_soul_eater_for_20_seconds_on_kill_%_chance"]=8975, - ["spectres_have_base_duration_ms"]=8976, - ["spell_additional_critical_strike_chance_permyriad"]=8977, - ["spell_and_attack_maximum_added_chaos_damage_during_flask_effect"]=8978, - ["spell_and_attack_maximum_added_cold_damage"]=1248, - ["spell_and_attack_maximum_added_fire_damage"]=1247, - ["spell_and_attack_maximum_added_lightning_damage"]=1278, - ["spell_and_attack_minimum_added_chaos_damage_during_flask_effect"]=8978, - ["spell_and_attack_minimum_added_cold_damage"]=1248, - ["spell_and_attack_minimum_added_fire_damage"]=1247, - ["spell_and_attack_minimum_added_lightning_damage"]=1278, - ["spell_area_damage_+%"]=8979, - ["spell_area_of_effect_+%"]=8980, - ["spell_block_%_if_blocked_a_spell_recently"]=8982, - ["spell_block_%_if_blocked_an_attack_recently"]=8983, - ["spell_block_%_while_at_max_power_charges"]=8984, - ["spell_block_%_while_on_low_life"]=1082, - ["spell_block_chance_%_while_holding_staff_or_shield"]=8981, - ["spell_block_equals_attack_block"]=1091, - ["spell_block_while_dual_wielding_%"]=1081, - ["spell_block_with_bow_%"]=1084, - ["spell_block_with_staff_%"]=1085, - ["spell_bow_damage_+%"]=1151, - ["spell_chance_to_deal_double_damage_%"]=8985, - ["spell_chance_to_shock_frozen_enemies_%"]=2617, - ["spell_cold_damage_+%"]=1149, - ["spell_critical_strike_chance_+%"]=957, - ["spell_critical_strike_chance_+%_if_removed_maximum_number_of_seals"]=8986, - ["spell_critical_strike_chance_+%_per_100_max_life"]=8988, - ["spell_critical_strike_chance_+%_per_100_max_life_with_non_channelling_skills"]=8987, - ["spell_critical_strike_chance_+%_per_raised_spectre"]=8989, - ["spell_critical_strike_chance_+%_while_dual_wielding"]=5390, - ["spell_critical_strike_chance_+%_while_holding_shield"]=5391, - ["spell_critical_strike_chance_+%_while_wielding_staff"]=5392, - ["spell_critical_strike_multiplier_+_while_dual_wielding"]=5416, - ["spell_critical_strike_multiplier_+_while_holding_shield"]=5417, - ["spell_critical_strike_multiplier_+_while_wielding_staff"]=5418, - ["spell_damage_%_suppressed_if_taken_a_savage_hit_recently"]=8990, - ["spell_damage_%_suppressed_per_hit_suppressed_recently"]=8991, - ["spell_damage_%_suppressed_while_on_full_energy_shield"]=1083, - ["spell_damage_+%"]=879, - ["spell_damage_+%_during_flask_effect"]=8996, - ["spell_damage_+%_final_if_you_have_been_stunned_while_casting_recently"]=8992, - ["spell_damage_+%_for_4_seconds_on_cast"]=3177, - ["spell_damage_+%_if_have_crit_in_past_8_seconds"]=8997, - ["spell_damage_+%_if_have_crit_recently"]=8993, - ["spell_damage_+%_if_other_ring_is_elder_item"]=3966, - ["spell_damage_+%_if_you_have_blocked_recently"]=8998, - ["spell_damage_+%_per_100_max_life"]=9000, - ["spell_damage_+%_per_100_max_life_with_non_channelling_skills"]=8999, - ["spell_damage_+%_per_100_maximum_mana_up_to_60%"]=9001, - ["spell_damage_+%_per_10_int"]=2443, - ["spell_damage_+%_per_10_spirit"]=9002, - ["spell_damage_+%_per_10_strength"]=9003, - ["spell_damage_+%_per_16_dex"]=9004, - ["spell_damage_+%_per_16_int"]=9005, - ["spell_damage_+%_per_16_strength"]=9006, - ["spell_damage_+%_per_200_mana_spent_recently"]=3977, - ["spell_damage_+%_per_5%_block_chance"]=2442, - ["spell_damage_+%_per_5%_spell_block_chance"]=9007, - ["spell_damage_+%_per_500_maximum_mana"]=8994, - ["spell_damage_+%_per_level"]=2652, - ["spell_damage_+%_per_power_charge"]=1847, - ["spell_damage_+%_while_dual_wielding"]=1153, - ["spell_damage_+%_while_es_full"]=2758, - ["spell_damage_+%_while_holding_shield"]=1152, - ["spell_damage_+%_while_no_mana_reserved"]=2760, - ["spell_damage_+%_while_not_low_mana"]=2761, - ["spell_damage_+%_while_shocked"]=9008, - ["spell_damage_+%_while_wielding_melee_weapon"]=8995, - ["spell_damage_+%_while_you_have_arcane_surge"]=9009, - ["spell_damage_modifiers_apply_to_attack_damage"]=2393, - ["spell_damage_modifiers_apply_to_skill_dot"]=2399, - ["spell_damage_taken_+%_from_blinded_enemies"]=2892, - ["spell_damage_taken_+%_when_on_low_mana"]=2190, - ["spell_elemental_damage_+%"]=1770, - ["spell_fire_damage_+%"]=1148, - ["spell_hits_against_you_inflict_poison_%"]=9010, - ["spell_impale_magnitude_+%"]=9011, - ["spell_impale_on_crit_%_chance"]=9012, - ["spell_maximum_added_chaos_damage"]=1276, - ["spell_maximum_added_chaos_damage_while_dual_wielding"]=1813, - ["spell_maximum_added_chaos_damage_while_holding_a_shield"]=1814, - ["spell_maximum_added_chaos_damage_while_wielding_two_handed_weapon"]=1815, - ["spell_maximum_added_cold_damage"]=1274, - ["spell_maximum_added_cold_damage_per_power_charge"]=1545, - ["spell_maximum_added_cold_damage_while_dual_wielding"]=1816, - ["spell_maximum_added_cold_damage_while_holding_a_shield"]=1817, - ["spell_maximum_added_cold_damage_while_wielding_two_handed_weapon"]=1818, - ["spell_maximum_added_fire_damage"]=1273, - ["spell_maximum_added_fire_damage_while_dual_wielding"]=1819, - ["spell_maximum_added_fire_damage_while_holding_a_shield"]=1820, - ["spell_maximum_added_fire_damage_while_wielding_two_handed_weapon"]=1821, - ["spell_maximum_added_lightning_damage"]=1275, - ["spell_maximum_added_lightning_damage_while_dual_wielding"]=1822, - ["spell_maximum_added_lightning_damage_while_holding_a_shield"]=1823, - ["spell_maximum_added_lightning_damage_while_unarmed"]=2160, - ["spell_maximum_added_lightning_damage_while_wielding_two_handed_weapon"]=1824, - ["spell_maximum_added_physical_damage"]=1272, - ["spell_maximum_added_physical_damage_while_dual_wielding"]=1825, - ["spell_maximum_added_physical_damage_while_holding_a_shield"]=1826, - ["spell_maximum_added_physical_damage_while_wielding_two_handed_weapon"]=1827, - ["spell_maximum_base_chaos_damage"]=1266, - ["spell_maximum_base_cold_damage"]=1264, - ["spell_maximum_base_cold_damage_+_per_10_intelligence"]=1277, - ["spell_maximum_base_cold_damage_as_%_of_intelligence"]=9013, - ["spell_maximum_base_fire_damage"]=1263, - ["spell_maximum_base_fire_damage_as_%_of_intelligence"]=9014, - ["spell_maximum_base_lightning_damage"]=1265, - ["spell_maximum_base_lightning_damage_as_%_of_intelligence"]=9015, - ["spell_maximum_base_physical_damage"]=1262, - ["spell_minimum_added_chaos_damage"]=1276, - ["spell_minimum_added_chaos_damage_while_dual_wielding"]=1813, - ["spell_minimum_added_chaos_damage_while_holding_a_shield"]=1814, - ["spell_minimum_added_chaos_damage_while_wielding_two_handed_weapon"]=1815, - ["spell_minimum_added_cold_damage"]=1274, - ["spell_minimum_added_cold_damage_per_power_charge"]=1545, - ["spell_minimum_added_cold_damage_while_dual_wielding"]=1816, - ["spell_minimum_added_cold_damage_while_holding_a_shield"]=1817, - ["spell_minimum_added_cold_damage_while_wielding_two_handed_weapon"]=1818, - ["spell_minimum_added_fire_damage"]=1273, - ["spell_minimum_added_fire_damage_while_dual_wielding"]=1819, - ["spell_minimum_added_fire_damage_while_holding_a_shield"]=1820, - ["spell_minimum_added_fire_damage_while_wielding_two_handed_weapon"]=1821, - ["spell_minimum_added_lightning_damage"]=1275, - ["spell_minimum_added_lightning_damage_while_dual_wielding"]=1822, - ["spell_minimum_added_lightning_damage_while_holding_a_shield"]=1823, - ["spell_minimum_added_lightning_damage_while_unarmed"]=2160, - ["spell_minimum_added_lightning_damage_while_wielding_two_handed_weapon"]=1824, - ["spell_minimum_added_physical_damage"]=1272, - ["spell_minimum_added_physical_damage_while_dual_wielding"]=1825, - ["spell_minimum_added_physical_damage_while_holding_a_shield"]=1826, - ["spell_minimum_added_physical_damage_while_wielding_two_handed_weapon"]=1827, - ["spell_minimum_base_chaos_damage"]=1266, - ["spell_minimum_base_cold_damage"]=1264, - ["spell_minimum_base_cold_damage_+_per_10_intelligence"]=1277, - ["spell_minimum_base_cold_damage_as_%_of_intelligence"]=9013, - ["spell_minimum_base_fire_damage"]=1263, - ["spell_minimum_base_fire_damage_as_%_of_intelligence"]=9014, - ["spell_minimum_base_lightning_damage"]=1265, - ["spell_minimum_base_lightning_damage_as_%_of_intelligence"]=9015, - ["spell_minimum_base_physical_damage"]=1262, - ["spell_physical_damage_+%"]=886, - ["spell_projectile_skills_fire_X_additional_projectiles_in_a_circle"]=9016, - ["spell_repeat_count"]=1609, - ["spell_skill_gem_level_+"]=946, - ["spell_skill_projectile_speed_+%"]=9017, - ["spell_skills_always_crit_on_final_repeat"]=9018, - ["spell_skills_critical_strike_multiplier_+_on_final_repeat"]=9019, - ["spell_skills_deal_no_damage"]=9020, - ["spell_skills_fire_2_additional_projectiles_final_chance_%"]=9021, - ["spell_skills_never_crit_except_on_final_repeat"]=9022, - ["spell_staff_damage_+%"]=1150, - ["spell_suppression_chance_%_if_all_equipment_grants_evasion"]=9023, - ["spell_suppression_chance_%_if_enemy_hit_recently"]=9024, - ["spell_suppression_chance_%_if_suppressed_spell_recently"]=9038, - ["spell_suppression_chance_%_if_taken_spell_damage_recently"]=2905, - ["spell_suppression_chance_%_per_endurance_charge"]=9025, - ["spell_suppression_chance_%_per_equipped_dagger"]=9026, - ["spell_suppression_chance_%_per_fortification"]=1992, - ["spell_suppression_chance_%_per_frenzy_charge"]=2264, - ["spell_suppression_chance_%_per_hit_suppressed_recently"]=9027, - ["spell_suppression_chance_%_per_power_charge"]=9028, - ["spell_suppression_chance_%_while_affected_by_grace"]=9029, - ["spell_suppression_chance_%_while_affected_by_haste"]=9030, - ["spell_suppression_chance_%_while_channelling"]=9031, - ["spell_suppression_chance_%_while_holding_shield"]=9032, - ["spell_suppression_chance_%_while_moving"]=9033, - ["spell_suppression_chance_%_while_off_hand_empty"]=9034, - ["spell_suppression_chance_%_while_on_full_energy_shield"]=9039, - ["spell_suppression_chance_%_while_on_full_life"]=9040, - ["spell_suppression_chance_%_while_phasing"]=9035, - ["spell_suppression_chance_is_lucky"]=9036, - ["spell_suppression_chance_modifiers_apply_to_avoid_all_elemental_ailments_at_%_value"]=9037, - ["spells_chance_to_hinder_on_hit_%"]=9041, - ["spells_chance_to_knockback_on_hit_%"]=9042, - ["spells_chance_to_poison_on_hit_%"]=9043, - ["spells_cost_life_instead_of_mana_%"]=9044, - ["spells_have_culling_strike"]=2250, - ["spells_have_x%_chance_inflict_withered_on_hit"]=9045, - ["spells_impale_on_hit_%_chance"]=9046, - ["spells_number_of_additional_projectiles"]=3947, - ["spells_you_cast_gain_%_of_base_main_hand_weapon_damage_as_added_spell_damage"]=9048, - ["spells_you_cast_gain_%_of_weapon_damage_as_added_spell_damage"]=9047, - ["spellslinger_cooldown_duration_+%"]=9049, - ["spellslinger_mana_reservation_+%"]=9052, - ["spellslinger_mana_reservation_efficiency_+%"]=9051, - ["spellslinger_mana_reservation_efficiency_-2%_per_1"]=9050, - ["spend_energy_shield_for_costs_before_mana"]=2789, - ["spending_energy_shield_does_not_interrupt_recharge"]=9053, - ["spider_aspect_debuff_duration_+%"]=9054, - ["spider_aspect_skill_area_of_effect_+%"]=9055, - ["spider_aspect_web_interval_ms_override"]=9056, - ["spike_slam_num_spikes"]=9057, - ["spirit_+%"]=1389, - ["spirit_+%_per_stackable_unique_jewel"]=9061, - ["spirit_does_not_exist"]=9058, - ["spirit_offering_critical_strike_chance_+%"]=9059, - ["spirit_offering_critical_strike_multiplier_+"]=9060, - ["spirit_offering_duration_+%"]=3534, - ["spirit_offering_effect_+%"]=1106, - ["spirit_offering_physical_damage_%_to_gain_as_chaos"]=3810, - ["split_arrow_critical_strike_chance_+%"]=3569, - ["split_arrow_damage_+%"]=3286, - ["split_arrow_num_of_additional_projectiles"]=3579, - ["split_arrow_number_of_additional_arrows"]=2836, - ["split_arrow_projectiles_fire_in_parallel_x_dist"]=9062, - ["splitting_steel_area_of_effect_+%"]=9064, - ["splitting_steel_damage_+%"]=9065, - ["spread_ignite_from_killed_enemies_range"]=9066, - ["stacking_damage_+%_on_kill_for_4_seconds"]=3250, - ["stacking_spell_damage_+%_when_you_or_your_totems_kill_an_enemy_for_2_seconds"]=2974, - ["staff_accuracy_rating"]=1719, - ["staff_block_%"]=1086, - ["staff_elemental_damage_+%"]=1829, - ["staff_stun_duration_+%"]=1586, - ["stance_skill_cooldown_speed_+%"]=9070, - ["stance_skill_reservation_+%"]=9072, - ["stance_skills_mana_reservation_efficiency_+%"]=9071, - ["stance_swap_cooldown_modifier_ms"]=9074, - ["start_at_zero_energy_shield"]=9076, - ["start_energy_shield_recharge_when_you_use_a_mana_flask"]=9077, - ["static_strike_additional_number_of_beam_targets"]=9078, - ["static_strike_damage_+%"]=3309, - ["static_strike_duration_+%"]=3561, - ["static_strike_radius_+%"]=3449, - ["status_ailments_removed_at_low_life"]=2984, - ["status_ailments_you_inflict_duration_+%_while_focused"]=9079, - ["status_ailments_you_inflict_duration_+%_with_bows"]=9080, - ["stealth_+%"]=9081, - ["stealth_+%_if_have_hit_with_claw_recently"]=9082, - ["steel_ammo_consumed_per_use_with_attacks_that_fire_projectiles"]=4445, - ["steel_steal_area_of_effect_+%"]=9083, - ["steel_steal_cast_speed_+%"]=9084, - ["steel_steal_reflect_damage_+%"]=9085, - ["steelskin_damage_limit_+%"]=9086, - ["stibnite_flask_evasion_rating_+%_final"]=9087, - ["stone_golem_damage_+%"]=3332, - ["stone_golem_elemental_resistances_%"]=3614, - ["stone_golem_impale_on_hit_if_same_number_of_summoned_carrion_golems"]=9088, - ["storm_armageddon_sigils_can_target_reaper_minions"]=9089, - ["storm_blade_has_local_attack_speed_+%"]=9090, - ["storm_blade_has_local_lightning_penetration_%"]=9091, - ["storm_blade_quality_chance_to_shock_%"]=9092, - ["storm_blade_quality_local_critical_strike_chance_+%"]=9093, - ["storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=9094, - ["storm_brand_additional_chain_chance_%"]=9095, - ["storm_brand_attached_target_lightning_penetration_%"]=9096, - ["storm_brand_damage_+%"]=9097, - ["storm_burst_15_%_chance_to_create_additional_orb"]=9098, - ["storm_burst_additional_object_chance_%"]=9099, - ["storm_burst_area_of_effect_+%"]=9100, - ["storm_burst_avoid_interruption_while_casting_%"]=9101, - ["storm_burst_damage_+%"]=3374, - ["storm_burst_number_of_additional_projectiles"]=9102, - ["storm_call_damage_+%"]=3310, - ["storm_call_duration_+%"]=3562, - ["storm_call_radius_+%"]=3450, - ["storm_cloud_charge_count"]=3096, - ["storm_cloud_charged_damage_+%_final"]=3097, - ["storm_cloud_critical_strike_chance_+%"]=3574, - ["storm_cloud_radius_+%"]=3477, - ["storm_rain_damage_+%"]=9103, - ["storm_rain_num_additional_arrows"]=9104, - ["stormbind_skill_area_of_effect_+%"]=9105, - ["stormbind_skill_damage_+%"]=9106, - ["stormblast_icicle_pyroclast_mine_aura_effect_+%"]=9107, - ["stormblast_icicle_pyroclast_mine_base_deal_no_damage"]=9108, - ["stormweaver_chill_effect_+%_final"]=9109, - ["stormweaver_shock_effect_+%_final"]=9110, - ["strength_+%"]=1112, - ["strength_can_satisfy_dexterity_and_intelligence_requirements_of_melee_weapons_and_skills"]=9111, - ["strength_inherently_grants_accuracy_instead_of_life"]=1726, - ["strength_skill_gem_level_+"]=9112, - ["strike_skills_knockback_on_melee_hit"]=9113, - ["stun_duration_+%"]=1713, - ["stun_duration_+%_per_15_strength"]=9115, - ["stun_duration_+%_per_endurance_charge"]=9116, - ["stun_duration_+%_vs_enemies_that_are_on_full_life"]=2995, - ["stun_duration_+%_vs_enemies_that_are_on_low_life"]=2996, - ["stun_duration_on_critical_strike_+%"]=9114, - ["stun_duration_on_self_+%"]=3800, - ["stun_nearby_enemies_when_stunned_chance_%"]=9117, - ["stun_recovery_+%_per_frenzy_charge"]=1615, + ["shock_chance_+%_vs_electrocuted_enemies"]=9117, + ["shock_duration_+%"]=1561, + ["shock_effect_+%"]=9119, + ["shock_effect_+%_if_consumed_frenzy_charge_recently"]=9120, + ["shock_effect_+%_with_critical_strikes"]=9121, + ["shock_effect_against_cursed_enemies_+%"]=9118, + ["shock_enemies_in_150cm_radius_on_shock_chance_%"]=9122, + ["shock_enemies_in_range_X_for_2s_on_killing_shocked_enemy"]=2483, + ["shock_magnitude_calculated_from_damage"]=9123, + ["shock_maximum_magnitude_+"]=9125, + ["shock_maximum_magnitude_is_60%"]=9124, + ["shock_minimum_damage_taken_increase_%"]=4007, + ["shock_nearby_enemies_for_x_ms_when_you_focus"]=9127, + ["shock_nova_damage_+%"]=3269, + ["shock_nova_radius_+%"]=3412, + ["shock_nova_ring_chance_to_shock_+%"]=9128, + ["shock_nova_ring_damage_+%"]=3563, + ["shock_nova_ring_shocks_as_if_dealing_damage_+%_final"]=9129, + ["shock_prevention_ms_when_shocked"]=2559, + ["shock_self_for_x_ms_when_you_focus"]=9126, + ["shocked_chilled_effect_on_self_+%"]=9130, + ["shocked_effect_on_self_+%"]=9131, + ["shocked_enemies_explode_for_%_life_as_lightning_damage"]=9132, + ["shocked_for_4_seconds_on_reaching_maximum_power_charges"]=3192, + ["shocked_ground_base_magnitude_override"]=9133, + ["shocked_ground_on_death_%"]=9134, + ["shocked_ground_when_hit_%"]=2263, + ["shocks_reflected_to_self"]=2443, + ["shockwave_slam_attack_speed_+%"]=3442, + ["shockwave_slam_damage_+%"]=3325, + ["shockwave_slam_explosion_damage_+%_final"]=3157, + ["shockwave_slam_radius_+%"]=3425, + ["shockwave_totem_cast_speed_+%"]=3573, + ["shockwave_totem_damage_+%"]=3270, + ["shockwave_totem_radius_+%"]=3427, + ["should_use_alternate_fortify"]=1960, + ["shrapnel_ballista_num_additional_arrows"]=9135, + ["shrapnel_ballista_num_pierce"]=9136, + ["shrapnel_ballista_projectile_speed_+%"]=9137, + ["shrapnel_ballista_totems_from_this_skill_grant_shrapnel_ballista_attack_speed_-%"]=9138, + ["shrapnel_shot_damage_+%"]=3310, + ["shrapnel_shot_physical_damage_%_to_gain_as_lightning_damage"]=3598, + ["shrapnel_shot_radius_+%"]=3414, + ["shrapnel_trap_area_of_effect_+%"]=9140, + ["shrapnel_trap_damage_+%"]=9141, + ["shrapnel_trap_number_of_additional_secondary_explosions"]=9142, + ["shrine_buff_effect_on_self_+%"]=2481, + ["shrine_effect_duration_+%"]=2482, + ["siege_and_shrapnel_ballista_attack_speed_+%_per_maximum_totem"]=3874, + ["siege_ballista_attack_speed_+%"]=3441, + ["siege_ballista_damage_+%"]=3323, + ["siege_ballista_totem_placement_speed_+%"]=3575, + ["siege_ballista_totems_from_this_skill_grant_siege_ballista_attack_speed_-%"]=9143, + ["sigil_attached_target_damage_+%"]=9144, + ["sigil_attached_target_damage_taken_+%"]=9145, + ["sigil_critical_strike_chance_+%"]=9146, + ["sigil_critical_strike_multiplier_+"]=9147, + ["sigil_damage_+%"]=9148, + ["sigil_damage_+%_per_10_devotion"]=9149, + ["sigil_duration_+%"]=9150, + ["sigil_recall_cooldown_speed_+%"]=9151, + ["sigil_recall_cooldown_speed_+%_per_brand_up_to_40%"]=9152, + ["sigil_repeat_frequency_+%"]=9153, + ["sigil_repeat_frequency_+%_if_havent_used_a_brand_skill_recently"]=9154, + ["sigil_target_search_range_+%"]=9155, + ["silver_flask_display_onslaught"]=3186, + ["silver_footprints_from_item"]=9938, + ["siphon_duration_+%"]=3500, + ["skeletal_chains_area_of_effect_+%"]=9156, + ["skeletal_chains_cast_speed_+%"]=9157, + ["skeletal_chains_damage_+%"]=3319, + ["skeleton_attack_speed_+%"]=9158, + ["skeleton_cast_speed_+%"]=9159, + ["skeleton_duration_+%"]=1485, + ["skeleton_minion_reservation_+%"]=9161, + ["skeleton_movement_speed_+%"]=9162, + ["skeletons_and_holy_relics_+%_effect_of_non_damaging_ailments"]=9164, + ["skeletons_and_holy_relics_convert_%_physical_damage_to_a_random_element"]=9163, + ["skeletons_are_permanent_minions"]=9165, + ["skeletons_damage_+%"]=3244, + ["skill_additional_fissure_chance_%"]=9166, + ["skill_area_of_effect_+%_if_enemy_killed_recently"]=3785, + ["skill_area_of_effect_+%_in_sand_stance"]=9333, + ["skill_area_of_effect_+%_per_active_mine"]=3063, + ["skill_area_of_effect_+%_per_power_charge"]=1813, + ["skill_area_of_effect_+%_per_power_charge_up_to_50%"]=1814, + ["skill_area_of_effect_+%_while_no_frenzy_charges"]=1736, + ["skill_area_of_effect_when_unarmed_+%"]=2690, + ["skill_can_see_monster_categories"]=9167, + ["skill_cooldown_-%"]=1595, + ["skill_cost_base_life_equal_to_base_mana"]=9168, + ["skill_cost_efficiency_+%_if_consumed_power_charge_recently"]=9169, + ["skill_detonation_time_+%"]=9170, + ["skill_effect_duration_+%"]=1593, + ["skill_effect_duration_+%_if_killed_maimed_enemy_recently"]=3787, + ["skill_effect_duration_+%_per_10_strength"]=1702, + ["skill_effect_duration_+%_while_affected_by_malevolence"]=9171, + ["skill_effect_duration_+%_with_bow_skills"]=9172, + ["skill_effect_duration_+%_with_non_curse_aura_skills"]=9173, + ["skill_effect_duration_per_100_int"]=2721, + ["skill_internal_monster_responsiveness_+%"]=1620, + ["skill_life_cost_+"]=1588, + ["skill_life_cost_+_with_channelling_skills"]=9174, + ["skill_life_cost_+_with_non_channelling_skills"]=9175, + ["skill_mana_cost_+"]=1589, + ["skill_mana_cost_+_for_each_equipped_corrupted_item"]=3912, + ["skill_mana_cost_+_while_affected_by_clarity"]=9176, + ["skill_mana_cost_+_with_channelling_skills"]=9177, + ["skill_mana_cost_+_with_non_channelling_skills"]=9179, + ["skill_mana_cost_+_with_non_channelling_skills_while_affected_by_clarity"]=9181, + ["skill_mana_costs_converted_to_life_costs_%_during_life_flask"]=9182, + ["skill_range_+%"]=1621, + ["skill_repeat_count"]=1591, + ["skill_speed_+%"]=850, + ["skill_speed_+%_against_bloodlusting_enemies"]=9183, + ["skill_speed_+%_if_consumed_frenzy_charge_recently"]=9184, + ["skill_speed_+%_per_socketed_green_support_gem"]=9185, + ["skill_visual_scale_+%"]=21, + ["skills_cost_no_mana_while_focused"]=9186, + ["skills_deal_you_x%_of_mana_cost_as_physical_damage"]=9187, + ["skills_fire_x_additional_projectiles_for_4_seconds_after_consuming_12_steel_ammo"]=9188, + ["skills_gain_intensity_every_x_milliseconds_if_gained_intensity_recently"]=9189, + ["skills_lose_intensity_every_x_milliseconds_if_gained_intensity_recently"]=9190, + ["skills_supported_by_nightblade_have_elusive_effect_+%"]=9191, + ["skitterbots_mana_reservation_efficiency_+%"]=9193, + ["skitterbots_mana_reservation_efficiency_-2%_per_1"]=9192, + ["slam_aftershock_chance_%"]=9194, + ["slam_ancestor_totem_damage_+%"]=3709, + ["slam_ancestor_totem_grant_owner_melee_damage_+%"]=3381, + ["slam_ancestor_totem_radius_+%"]=3712, + ["slam_skill_area_of_effect_+%"]=9195, + ["slams_always_ancestral_slam"]=9196, + ["slash_ancestor_totem_damage_+%"]=3710, + ["slash_ancestor_totem_elemental_resistance_%"]=2457, + ["slash_ancestor_totem_grant_owner_physical_damage_added_as_fire_+%"]=3380, + ["slash_ancestor_totem_radius_+%"]=3711, + ["slayer_area_of_effect_+%_per_enemy_killed_recently_up_to_50%"]=9197, + ["slayer_ascendancy_melee_splash_damage_+%_final_for_splash"]=1094, + ["slayer_critical_strike_multiplier_+_per_nearby_enemy_up_to_100"]=9198, + ["slayer_damage_+%_final_against_unique_enemies"]=9199, + ["slayer_damage_+%_final_from_distance"]=9200, + ["slither_elusive_effect_+%"]=9201, + ["slither_wither_stacks"]=9202, + ["slow_potency_+%_if_you_have_used_a_charm_recently"]=9203, + ["slows_have_no_potency_on_you"]=9204, + ["small_passives_effect_+%"]=9205, + ["smite_aura_effect_+%"]=9206, + ["smite_chance_for_lighting_to_strike_extra_target_%"]=9207, + ["smite_damage_+%"]=9208, + ["smite_static_strike_killing_blow_consumes_corpse_restore_%_life"]=9209, + ["smoke_cloud_while_stationary_radius"]=9210, + ["smoke_mine_base_movement_velocity_+%"]=3678, + ["smoke_mine_duration_+%"]=3481, + ["snap_damage_+%_final_if_created_from_unique"]=9211, + ["snapping_adder_%_chance_to_retain_projectile_on_release"]=9213, + ["snapping_adder_damage_+%"]=9212, + ["snapping_adder_withered_on_hit_for_2_seconds_%_chance"]=9214, + ["snipe_attack_speed_+%"]=9215, + ["snipe_damage_+%_final_if_created_from_unique"]=9216, + ["solaris_spear_number_of_pulses"]=9217, + ["solaris_spear_pulse_delay_ms"]=9217, + ["sorcery_ward_+%_strength"]=9218, + ["soul_eater_maximum_stacks"]=9219, + ["soul_eater_on_rare_kill_ms"]=3029, + ["soul_link_duration_+%"]=9220, + ["soulfeast_number_of_secondary_projectiles"]=9221, + ["soulrend_applies_hinder_movement_speed_+%"]=9222, + ["soulrend_damage_+%"]=9223, + ["soulrend_number_of_additional_projectiles"]=9224, + ["spark_damage_+%"]=3230, + ["spark_num_of_additional_projectiles"]=3524, + ["spark_number_of_additional_projectiles"]=9225, + ["spark_projectile_speed_+%"]=3470, + ["spark_projectiles_nova"]=9226, + ["spark_skill_effect_duration_+%"]=9227, + ["spark_totems_from_this_skill_grant_totemified_lightning_tendrils_larger_pulse_interval_-X_to_parent"]=9228, + ["spawn_defender_with_totem"]=9229, + ["spear_accuracy_rating"]=1699, + ["spear_accuracy_rating_+%"]=1300, + ["spear_attack_speed_+%"]=1283, + ["spear_critical_strike_chance_+%"]=1325, + ["spear_critical_strike_multiplier_+"]=1348, + ["spear_damage_+%"]=1224, + ["spear_throws_consume_frenzy_charge_to_fire_additional_projectiles"]=9230, + ["spectral_helix_damage_+%"]=9231, + ["spectral_helix_projectile_speed_+%"]=9232, + ["spectral_helix_rotations_%"]=9233, + ["spectral_shield_throw_additional_chains"]=9234, + ["spectral_shield_throw_damage_+%"]=9235, + ["spectral_shield_throw_num_of_additional_projectiles"]=9236, + ["spectral_shield_throw_projectile_speed_+%"]=9237, + ["spectral_shield_throw_secondary_projectiles_pierce"]=9238, + ["spectral_shield_throw_shard_projectiles_+%_final"]=9239, + ["spectral_spiral_weapon_base_number_of_bounces"]=9240, + ["spectral_throw_an_spectral_helix_active_skill_projectile_speed_+%_variation_final"]=9241, + ["spectral_throw_damage_+%"]=3231, + ["spectral_throw_damage_for_each_enemy_hit_with_spectral_weapon_+%"]=2855, + ["spectral_throw_gain_vaal_soul_for_vaal_spectral_throw_on_hit_%"]=9242, + ["spectral_throw_projectile_deceleration_+%"]=3539, + ["spectral_throw_projectile_speed_+%"]=3471, + ["spectre_attack_and_cast_speed_+%"]=3446, + ["spectre_damage_+%"]=3056, + ["spectre_elemental_resistances_%"]=3555, + ["spectre_maximum_life_+"]=9243, + ["spectre_zombie_skeleton_critical_strike_multiplier_+"]=9245, + ["spectres_and_zombies_gain_adrenaline_for_X_seconds_when_raised"]=9246, + ["spectres_critical_strike_chance_+%"]=9247, + ["spectres_gain_soul_eater_for_20_seconds_on_kill_%_chance"]=9248, + ["spectres_have_base_duration_ms"]=9249, + ["spell_additional_critical_strike_chance_permyriad"]=9250, + ["spell_and_attack_maximum_added_chaos_damage_during_flask_effect"]=9251, + ["spell_and_attack_maximum_added_cold_damage"]=1236, + ["spell_and_attack_maximum_added_fire_damage"]=1235, + ["spell_and_attack_maximum_added_lightning_damage"]=1266, + ["spell_and_attack_minimum_added_chaos_damage_during_flask_effect"]=9251, + ["spell_and_attack_minimum_added_cold_damage"]=1236, + ["spell_and_attack_minimum_added_fire_damage"]=1235, + ["spell_and_attack_minimum_added_lightning_damage"]=1266, + ["spell_area_damage_+%"]=9252, + ["spell_area_of_effect_+%"]=9253, + ["spell_bow_damage_+%"]=1139, + ["spell_chance_to_deal_double_damage_%"]=9254, + ["spell_chance_to_shock_frozen_enemies_%"]=2577, + ["spell_cold_damage_+%"]=1137, + ["spell_critical_strike_chance_+%"]=955, + ["spell_critical_strike_chance_+%_if_removed_maximum_number_of_seals"]=9255, + ["spell_critical_strike_chance_+%_per_100_max_life"]=9257, + ["spell_critical_strike_chance_+%_per_100_max_life_with_non_channelling_skills"]=9256, + ["spell_critical_strike_chance_+%_per_raised_spectre"]=9258, + ["spell_critical_strike_chance_+%_while_dual_wielding"]=5431, + ["spell_critical_strike_chance_+%_while_holding_shield"]=5432, + ["spell_critical_strike_chance_+%_while_wielding_staff"]=5433, + ["spell_critical_strike_multiplier_+_while_dual_wielding"]=5457, + ["spell_critical_strike_multiplier_+_while_holding_shield"]=5458, + ["spell_critical_strike_multiplier_+_while_wielding_staff"]=5459, + ["spell_damage_+%"]=874, + ["spell_damage_+%_during_flask_effect"]=9266, + ["spell_damage_+%_final_if_you_have_been_stunned_while_casting_recently"]=9259, + ["spell_damage_+%_for_4_seconds_on_cast"]=3124, + ["spell_damage_+%_if_have_consumed_infusion_recently"]=9260, + ["spell_damage_+%_if_have_crit_in_past_8_seconds"]=9267, + ["spell_damage_+%_if_have_crit_recently"]=9261, + ["spell_damage_+%_if_minion_died_recently"]=9262, + ["spell_damage_+%_if_other_ring_is_elder_item"]=3907, + ["spell_damage_+%_if_you_have_blocked_recently"]=9268, + ["spell_damage_+%_per_100_max_life"]=9269, + ["spell_damage_+%_per_100_max_life_with_non_channelling_skills"]=9270, + ["spell_damage_+%_per_100_maximum_mana"]=9271, + ["spell_damage_+%_per_10_int"]=2409, + ["spell_damage_+%_per_10_spirit"]=9272, + ["spell_damage_+%_per_10_strength"]=9273, + ["spell_damage_+%_per_16_dex"]=9274, + ["spell_damage_+%_per_16_int"]=9275, + ["spell_damage_+%_per_16_strength"]=9276, + ["spell_damage_+%_per_200_mana_spent_recently"]=3918, + ["spell_damage_+%_per_5%_block_chance"]=2408, + ["spell_damage_+%_per_500_maximum_mana"]=9263, + ["spell_damage_+%_per_level"]=2611, + ["spell_damage_+%_per_power_charge"]=1824, + ["spell_damage_+%_while_dual_wielding"]=1141, + ["spell_damage_+%_while_es_full"]=2713, + ["spell_damage_+%_while_holding_shield"]=1140, + ["spell_damage_+%_while_no_mana_reserved"]=2715, + ["spell_damage_+%_while_not_low_mana"]=2716, + ["spell_damage_+%_while_shocked"]=9277, + ["spell_damage_+%_while_wielding_melee_weapon"]=9264, + ["spell_damage_+%_while_you_have_arcane_surge"]=9278, + ["spell_damage_+%_with_spells_that_cost_life"]=9265, + ["spell_damage_modifiers_apply_to_attack_damage"]=2361, + ["spell_damage_modifiers_apply_to_skill_dot"]=2367, + ["spell_damage_taken_+%_from_blinded_enemies"]=2847, + ["spell_damage_taken_+%_when_on_low_mana"]=2159, + ["spell_elemental_damage_+%"]=1747, + ["spell_fire_damage_+%"]=1136, + ["spell_hits_against_you_inflict_poison_%"]=9279, + ["spell_impale_magnitude_+%"]=9280, + ["spell_impale_on_crit_%_chance"]=9281, + ["spell_maximum_added_chaos_damage"]=1264, + ["spell_maximum_added_chaos_damage_while_dual_wielding"]=1790, + ["spell_maximum_added_chaos_damage_while_holding_a_shield"]=1791, + ["spell_maximum_added_chaos_damage_while_wielding_two_handed_weapon"]=1792, + ["spell_maximum_added_cold_damage"]=1262, + ["spell_maximum_added_cold_damage_per_power_charge"]=1528, + ["spell_maximum_added_cold_damage_while_dual_wielding"]=1793, + ["spell_maximum_added_cold_damage_while_holding_a_shield"]=1794, + ["spell_maximum_added_cold_damage_while_wielding_two_handed_weapon"]=1795, + ["spell_maximum_added_fire_damage"]=1261, + ["spell_maximum_added_fire_damage_while_dual_wielding"]=1796, + ["spell_maximum_added_fire_damage_while_holding_a_shield"]=1797, + ["spell_maximum_added_fire_damage_while_wielding_two_handed_weapon"]=1798, + ["spell_maximum_added_lightning_damage"]=1263, + ["spell_maximum_added_lightning_damage_while_dual_wielding"]=1799, + ["spell_maximum_added_lightning_damage_while_holding_a_shield"]=1800, + ["spell_maximum_added_lightning_damage_while_unarmed"]=2129, + ["spell_maximum_added_lightning_damage_while_wielding_two_handed_weapon"]=1801, + ["spell_maximum_added_physical_damage"]=1260, + ["spell_maximum_added_physical_damage_while_dual_wielding"]=1802, + ["spell_maximum_added_physical_damage_while_holding_a_shield"]=1803, + ["spell_maximum_added_physical_damage_while_wielding_two_handed_weapon"]=1804, + ["spell_maximum_base_chaos_damage"]=1254, + ["spell_maximum_base_cold_damage"]=1252, + ["spell_maximum_base_cold_damage_+_per_10_intelligence"]=1265, + ["spell_maximum_base_cold_damage_as_%_of_intelligence"]=9282, + ["spell_maximum_base_fire_damage"]=1251, + ["spell_maximum_base_fire_damage_as_%_of_intelligence"]=9283, + ["spell_maximum_base_lightning_damage"]=1253, + ["spell_maximum_base_lightning_damage_as_%_of_intelligence"]=9284, + ["spell_maximum_base_physical_damage"]=1250, + ["spell_minimum_added_chaos_damage"]=1264, + ["spell_minimum_added_chaos_damage_while_dual_wielding"]=1790, + ["spell_minimum_added_chaos_damage_while_holding_a_shield"]=1791, + ["spell_minimum_added_chaos_damage_while_wielding_two_handed_weapon"]=1792, + ["spell_minimum_added_cold_damage"]=1262, + ["spell_minimum_added_cold_damage_per_power_charge"]=1528, + ["spell_minimum_added_cold_damage_while_dual_wielding"]=1793, + ["spell_minimum_added_cold_damage_while_holding_a_shield"]=1794, + ["spell_minimum_added_cold_damage_while_wielding_two_handed_weapon"]=1795, + ["spell_minimum_added_fire_damage"]=1261, + ["spell_minimum_added_fire_damage_while_dual_wielding"]=1796, + ["spell_minimum_added_fire_damage_while_holding_a_shield"]=1797, + ["spell_minimum_added_fire_damage_while_wielding_two_handed_weapon"]=1798, + ["spell_minimum_added_lightning_damage"]=1263, + ["spell_minimum_added_lightning_damage_while_dual_wielding"]=1799, + ["spell_minimum_added_lightning_damage_while_holding_a_shield"]=1800, + ["spell_minimum_added_lightning_damage_while_unarmed"]=2129, + ["spell_minimum_added_lightning_damage_while_wielding_two_handed_weapon"]=1801, + ["spell_minimum_added_physical_damage"]=1260, + ["spell_minimum_added_physical_damage_while_dual_wielding"]=1802, + ["spell_minimum_added_physical_damage_while_holding_a_shield"]=1803, + ["spell_minimum_added_physical_damage_while_wielding_two_handed_weapon"]=1804, + ["spell_minimum_base_chaos_damage"]=1254, + ["spell_minimum_base_cold_damage"]=1252, + ["spell_minimum_base_cold_damage_+_per_10_intelligence"]=1265, + ["spell_minimum_base_cold_damage_as_%_of_intelligence"]=9282, + ["spell_minimum_base_fire_damage"]=1251, + ["spell_minimum_base_fire_damage_as_%_of_intelligence"]=9283, + ["spell_minimum_base_lightning_damage"]=1253, + ["spell_minimum_base_lightning_damage_as_%_of_intelligence"]=9284, + ["spell_minimum_base_physical_damage"]=1250, + ["spell_physical_damage_+%"]=881, + ["spell_projectile_skills_fire_X_additional_projectiles_in_a_circle"]=9285, + ["spell_repeat_count"]=1592, + ["spell_skill_gem_level_+"]=943, + ["spell_skill_projectile_speed_+%"]=9286, + ["spell_skills_additional_totems_allowed"]=9287, + ["spell_skills_always_crit_on_final_repeat"]=9288, + ["spell_skills_critical_strike_multiplier_+_on_final_repeat"]=9289, + ["spell_skills_deal_no_damage"]=9290, + ["spell_skills_fire_2_additional_projectiles_final_chance_%"]=9291, + ["spell_skills_never_crit_except_on_final_repeat"]=9292, + ["spell_staff_damage_+%"]=1138, + ["spellflux_duration_+%_per_different_socketed_spell"]=9294, + ["spellflux_duration_between_fluxes_ms"]=9293, + ["spellflux_spell_damage_+%_final_if_matching_flux_cast"]=9295, + ["spellflux_time_to_cast_empowered_spell_ms"]=9295, + ["spells_chance_to_hinder_on_hit_%"]=9296, + ["spells_chance_to_knockback_on_hit_%"]=9297, + ["spells_chance_to_poison_on_hit_%"]=9298, + ["spells_cost_life_instead_of_mana_%"]=9299, + ["spells_have_culling_strike"]=2219, + ["spells_have_x%_chance_inflict_withered_on_hit"]=9300, + ["spells_impale_on_hit_%_chance"]=9301, + ["spells_number_of_additional_projectiles"]=3888, + ["spells_you_cast_gain_%_of_base_main_hand_weapon_damage_as_added_spell_damage"]=9303, + ["spells_you_cast_gain_%_of_weapon_damage_as_added_spell_damage"]=9302, + ["spellslinger_cooldown_duration_+%"]=9304, + ["spellslinger_mana_reservation_+%"]=9307, + ["spellslinger_mana_reservation_efficiency_+%"]=9306, + ["spellslinger_mana_reservation_efficiency_-2%_per_1"]=9305, + ["spend_energy_shield_for_costs_before_mana"]=2744, + ["spending_energy_shield_does_not_interrupt_recharge"]=9308, + ["spider_aspect_debuff_duration_+%"]=9309, + ["spider_aspect_skill_area_of_effect_+%"]=9310, + ["spider_aspect_web_interval_ms_override"]=9311, + ["spike_slam_num_spikes"]=9312, + ["spirit_+%"]=1376, + ["spirit_+%_if_you_have_at_least_100_tribute"]=9313, + ["spirit_+%_per_stackable_unique_jewel"]=9320, + ["spirit_+_if_at_least_200_dexterity"]=9314, + ["spirit_+_if_at_least_200_intelligence"]=9315, + ["spirit_+_if_at_least_200_strength"]=9316, + ["spirit_does_not_exist"]=9317, + ["spirit_offering_critical_strike_chance_+%"]=9318, + ["spirit_offering_critical_strike_multiplier_+"]=9319, + ["spirit_offering_duration_+%"]=3480, + ["spirit_offering_effect_+%"]=1093, + ["spirit_offering_physical_damage_%_to_gain_as_chaos"]=3752, + ["split_arrow_critical_strike_chance_+%"]=3515, + ["split_arrow_damage_+%"]=3232, + ["split_arrow_num_of_additional_projectiles"]=3525, + ["split_arrow_number_of_additional_arrows"]=2791, + ["split_arrow_projectiles_fire_in_parallel_x_dist"]=9321, + ["splitting_steel_area_of_effect_+%"]=9323, + ["splitting_steel_damage_+%"]=9324, + ["spread_ignite_from_killed_enemies_range"]=9325, + ["sprint_movement_speed_+%"]=9326, + ["stacking_damage_+%_on_kill_for_4_seconds"]=3196, + ["stacking_spell_damage_+%_when_you_or_your_totems_kill_an_enemy_for_2_seconds"]=2925, + ["staff_accuracy_rating"]=1696, + ["staff_block_%"]=1077, + ["staff_elemental_damage_+%"]=1806, + ["staff_stun_duration_+%"]=1569, + ["stance_skill_cooldown_speed_+%"]=9330, + ["stance_skill_reservation_+%"]=9332, + ["stance_skills_mana_reservation_efficiency_+%"]=9331, + ["stance_swap_cooldown_modifier_ms"]=9334, + ["start_at_zero_energy_shield"]=9336, + ["start_energy_shield_recharge_when_you_use_a_mana_flask"]=9337, + ["static_strike_additional_number_of_beam_targets"]=9338, + ["static_strike_damage_+%"]=3255, + ["static_strike_duration_+%"]=3507, + ["static_strike_radius_+%"]=3395, + ["status_ailments_removed_at_low_life"]=2935, + ["status_ailments_you_inflict_duration_+%_while_focused"]=9339, + ["status_ailments_you_inflict_duration_+%_with_bows"]=9340, + ["stealth_+%"]=9341, + ["stealth_+%_if_have_hit_with_claw_recently"]=9342, + ["steel_ammo_consumed_per_use_with_attacks_that_fire_projectiles"]=4439, + ["steel_steal_area_of_effect_+%"]=9343, + ["steel_steal_cast_speed_+%"]=9344, + ["steel_steal_reflect_damage_+%"]=9345, + ["steelskin_damage_limit_+%"]=9346, + ["stibnite_flask_evasion_rating_+%_final"]=9347, + ["stone_golem_damage_+%"]=3278, + ["stone_golem_elemental_resistances_%"]=3557, + ["stone_golem_impale_on_hit_if_same_number_of_summoned_carrion_golems"]=9348, + ["storm_armageddon_sigils_can_target_reaper_minions"]=9349, + ["storm_barrier_effect_+%"]=9350, + ["storm_blade_has_local_attack_speed_+%"]=9351, + ["storm_blade_has_local_lightning_penetration_%"]=9352, + ["storm_blade_quality_chance_to_shock_%"]=9353, + ["storm_blade_quality_local_critical_strike_chance_+%"]=9354, + ["storm_blade_quality_non_skill_lightning_damage_%_to_convert_to_chaos_with_attacks"]=9355, + ["storm_brand_additional_chain_chance_%"]=9356, + ["storm_brand_attached_target_lightning_penetration_%"]=9357, + ["storm_brand_damage_+%"]=9358, + ["storm_burst_15_%_chance_to_create_additional_orb"]=9359, + ["storm_burst_additional_object_chance_%"]=9360, + ["storm_burst_area_of_effect_+%"]=9361, + ["storm_burst_avoid_interruption_while_casting_%"]=9362, + ["storm_burst_damage_+%"]=3320, + ["storm_burst_number_of_additional_projectiles"]=9363, + ["storm_call_damage_+%"]=3256, + ["storm_call_duration_+%"]=3508, + ["storm_call_radius_+%"]=3396, + ["storm_cloud_charge_count"]=3044, + ["storm_cloud_charged_damage_+%_final"]=3045, + ["storm_cloud_critical_strike_chance_+%"]=3520, + ["storm_cloud_radius_+%"]=3423, + ["storm_rain_damage_+%"]=9364, + ["storm_rain_num_additional_arrows"]=9365, + ["stormbind_skill_area_of_effect_+%"]=9366, + ["stormbind_skill_damage_+%"]=9367, + ["stormblast_icicle_pyroclast_mine_aura_effect_+%"]=9368, + ["stormblast_icicle_pyroclast_mine_base_deal_no_damage"]=9369, + ["stormweaver_chill_effect_+%_final"]=9370, + ["stormweaver_shock_effect_+%_final"]=9371, + ["strength_+%"]=1100, + ["strength_can_satisfy_dexterity_and_intelligence_requirements_of_melee_weapons_and_skills"]=9372, + ["strength_inherently_grants_accuracy_instead_of_life"]=1703, + ["strength_skill_gem_level_+"]=9373, + ["strike_skills_knockback_on_melee_hit"]=9374, + ["stun_and_ailment_threshold_+%_while_surrounded"]=9375, + ["stun_duration_+%"]=1690, + ["stun_duration_+%_per_15_strength"]=9377, + ["stun_duration_+%_per_endurance_charge"]=9378, + ["stun_duration_+%_vs_enemies_that_are_on_full_life"]=2946, + ["stun_duration_+%_vs_enemies_that_are_on_low_life"]=2947, + ["stun_duration_on_critical_strike_+%"]=9376, + ["stun_duration_on_self_+%"]=3742, + ["stun_nearby_enemies_when_stunned_chance_%"]=9379, + ["stun_recovery_+%_per_frenzy_charge"]=1598, ["stun_threshold_+"]=1014, - ["stun_threshold_+%"]=2938, - ["stun_threshold_+%_during_empowered_attacks"]=9118, - ["stun_threshold_+%_per_number_of_times_stunned_recently"]=9119, - ["stun_threshold_+%_per_rage"]=9570, - ["stun_threshold_+%_when_not_stunned_recently"]=9125, - ["stun_threshold_+%_when_on_full_life"]=9126, - ["stun_threshold_+_from_%_maximum_energy_shield"]=9123, - ["stun_threshold_+_from_lowest_of_base_helmet_evasion_rating_and_armour"]=9120, - ["stun_threshold_+_per_strength"]=9121, - ["stun_threshold_based_on_%_energy_shield_instead_of_life"]=9122, - ["stun_threshold_based_on_%_mana_instead_of_life"]=2937, - ["stun_threshold_based_on_energy_shield_instead_of_life"]=3894, - ["stun_threshold_reduction_+%_while_using_flask"]=2618, - ["stun_threshold_reduction_+%_with_500_or_more_strength"]=9127, - ["stuns_have_culling_strike"]=1744, - ["summon_2_totems"]=9128, - ["summon_arbalist_attack_speed_+%"]=9129, - ["summon_arbalist_chains_+"]=9130, - ["summon_arbalist_chance_to_bleed_%"]=9131, - ["summon_arbalist_chance_to_crush_on_hit_%"]=9132, - ["summon_arbalist_chance_to_deal_double_damage_%"]=9133, - ["summon_arbalist_chance_to_freeze_%"]=9149, - ["summon_arbalist_chance_to_ignite_%"]=9150, - ["summon_arbalist_chance_to_ignite_freeze_shock_%"]=9134, - ["summon_arbalist_chance_to_inflict_cold_exposure_on_hit_%"]=9152, - ["summon_arbalist_chance_to_inflict_fire_exposure_on_hit_%"]=9153, - ["summon_arbalist_chance_to_inflict_lightning_exposure_on_hit_%"]=9154, - ["summon_arbalist_chance_to_intimidate_for_4_seconds_on_hit_%"]=9135, - ["summon_arbalist_chance_to_maim_for_4_seconds_on_hit_%"]=9136, - ["summon_arbalist_chance_to_poison_%"]=9137, - ["summon_arbalist_chance_to_shock_%"]=9151, - ["summon_arbalist_chance_to_unnerve_for_4_seconds_on_hit_%"]=9138, - ["summon_arbalist_number_of_additional_projectiles"]=9139, - ["summon_arbalist_number_of_splits"]=9140, - ["summon_arbalist_projectiles_fork"]=9147, - ["summon_arbalist_targets_to_pierce"]=9148, - ["summon_raging_spirit_melee_splash_fire_damage_only"]=9155, - ["summon_reaper_cooldown_speed_+%"]=9156, - ["summon_skeleton_gem_level_+"]=1443, - ["summon_skeletons_additional_warrior_skeleton_%_chance"]=9158, - ["summon_skeletons_additional_warrior_skeleton_one_twentieth_chance"]=9157, - ["summon_skeletons_cooldown_modifier_ms"]=9159, - ["summon_skeletons_num_additional_warrior_skeletons"]=3629, - ["summon_skitterbots_area_of_effect_+%"]=9160, - ["summon_skitterbots_mana_reservation_+%"]=9161, - ["summon_totem_cast_speed_+%"]=2296, - ["summoned_arbalist_physical_damage_%_to_convert_to_cold"]=9141, - ["summoned_arbalist_physical_damage_%_to_convert_to_fire"]=9142, - ["summoned_arbalist_physical_damage_%_to_convert_to_lightning"]=9143, - ["summoned_arbalist_physical_damage_%_to_gain_as_cold"]=9144, - ["summoned_arbalist_physical_damage_%_to_gain_as_fire"]=9145, - ["summoned_arbalist_physical_damage_%_to_gain_as_lightning"]=9146, - ["summoned_phantasms_grant_buff"]=9162, - ["summoned_phantasms_have_no_duration"]=9163, - ["summoned_raging_spirit_chance_to_spawn_additional_minion_%"]=3069, - ["summoned_raging_spirit_duration_+%"]=3068, - ["summoned_raging_spirits_have_diamond_and_massive_shrine_buff"]=9164, - ["summoned_reaper_damage_+%"]=9165, - ["summoned_reaper_physical_dot_multiplier_+"]=9166, - ["summoned_skeleton_%_chance_to_wither_for_2_seconds"]=9167, - ["summoned_skeleton_%_physical_to_chaos"]=9168, - ["summoned_skeleton_warriors_get_weapon_stats_in_main_hand"]=4043, - ["summoned_skeletons_cover_in_ash_on_hit_%"]=9169, - ["summoned_skeletons_fire_damage_%_of_maximum_life_taken_per_minute"]=9170, - ["summoned_skeletons_have_avatar_of_fire"]=9633, - ["summoned_skeletons_hits_cant_be_evaded"]=9171, - ["summoned_skitterbots_cooldown_recovery_+%"]=9172, - ["summoned_support_ghosts_have_diamond_and_massive_shrine_buff"]=9173, - ["sunder_wave_delay_+%"]=3480, - ["support_additional_trap_mine_%_chance_for_1_additional_trap_mine"]=9174, - ["support_anticipation_charge_gain_frequency_+%"]=9175, - ["support_buffed_heralds_buff_effect_+%_final"]=9176, - ["support_deadly_heralds_buff_effect_+%_final"]=9177, - ["support_deadly_heralds_damage_+%_final"]=9178, - ["support_exposure_effect_+%"]=5967, - ["support_fast_forward_detonation_time_+%_final"]=9179, - ["support_gem_elemental_damage_+%_final"]=3236, - ["support_gem_limit_+"]=9180, - ["support_gems_socketed_in_amulet_also_support_body_skills"]=198, - ["support_gems_socketed_in_off_hand_also_support_main_hand_skills"]=199, - ["support_hourglass_damage_+%_final"]=9181, - ["support_jagged_ground_chance_%"]=9182, - ["support_last_gasp_duration_ms"]=9183, - ["support_maimed_enemies_physical_damage_taken_+%"]=9184, - ["support_minion_maximum_life_+%_final"]=1488, - ["support_mirage_archer_base_duration"]=9186, - ["support_slashing_damage_+%_final_from_distance"]=9187, - ["support_slower_projectiles_damage_+%_final"]=2546, - ["supported_active_skill_gem_expereince_gained_+%"]=2590, - ["supported_active_skill_gem_level_+"]=2463, - ["supported_active_skill_gem_quality_%"]=2523, - ["supported_aura_skill_gem_level_+"]=9188, - ["supported_cold_skill_gem_level_+"]=9189, - ["supported_elemental_skill_gem_level_+"]=9190, - ["supported_fire_skill_gem_level_+"]=9191, - ["supported_lightning_skill_gem_level_+"]=9192, - ["suppressed_spell_damage_cannot_inflict_elemental_ailments"]=9193, - ["sweep_add_endurance_charge_on_hit_%"]=3451, - ["sweep_damage_+%"]=3311, - ["sweep_knockback_chance_%"]=3606, - ["sweep_radius_+%"]=3452, - ["sword_accuracy_rating"]=1714, - ["sword_accuracy_rating_+%"]=1310, - ["sword_attack_speed_+%"]=1293, - ["sword_critical_strike_chance_+%"]=1332, - ["sword_critical_strike_multiplier_+"]=1356, - ["sword_damage_+%"]=1228, - ["synthesis_map_adjacent_nodes_global_mod_values_doubled"]=9194, - ["synthesis_map_global_mod_values_doubled_on_this_node"]=9195, - ["synthesis_map_global_mod_values_tripled_on_this_node"]=9196, - ["synthesis_map_memories_do_not_collapse_on_this_node"]=9197, - ["synthesis_map_monster_slain_experience_+%_on_this_node"]=9198, - ["synthesis_map_nearby_memories_have_bonus"]=9199, - ["synthesis_map_node_additional_uses_+"]=9200, - ["synthesis_map_node_global_mod_values_tripled_if_adjacent_squares_have_memories"]=9201, - ["synthesis_map_node_grants_additional_global_mod"]=9202, - ["synthesis_map_node_grants_no_global_mod"]=9203, - ["synthesis_map_node_guest_monsters_replaced_by_synthesised_monsters"]=9204, - ["synthesis_map_node_item_quantity_increases_doubled"]=9205, - ["synthesis_map_node_item_rarity_increases_doubled"]=9206, - ["synthesis_map_node_level_+"]=9207, - ["synthesis_map_node_monsters_drop_no_items"]=9208, - ["synthesis_map_node_pack_size_increases_doubled"]=9209, - ["tactician_spirit_reservation_+%_final_for_permanent_buffs"]=9210, - ["tailwind_effect_on_self_+%"]=9211, - ["tailwind_effect_on_self_+%_per_gale_force"]=9212, - ["tailwind_if_have_crit_recently"]=9213, - ["take_X_lightning_damage_when_herald_of_thunder_hits_an_enemy"]=9214, - ["take_chaos_damage_from_ignite_instead"]=2174, - ["take_half_area_damage_from_hit_%_chance"]=9215, - ["take_no_extra_damage_from_critical_strikes_if_cast_enfeeble_in_past_10_seconds"]=9216, - ["take_physical_damage_equal_to_%_total_unmet_strength_requirements_on_attack"]=9217, - ["talisman_implicit_projectiles_pierce_1_additional_target_per_10"]=9218, - ["taunt_duration_+%"]=1505, - ["taunt_on_projectile_hit_chance_%"]=9219, - ["taunted_enemies_by_warcry_damage_taken_+%"]=9220, - ["taunted_enemies_chance_to_be_stunned_+%"]=2884, - ["taunted_enemies_damage_+%_final_vs_non_taunt_target"]=3877, - ["taunted_enemies_damage_taken_+%"]=2885, - ["tectonic_slam_%_chance_to_do_charged_slam"]=9226, - ["tectonic_slam_1%_chance_to_do_charged_slam_per_2_stat_value"]=9221, - ["tectonic_slam_and_infernal_blow_attack_damage_+%_per_450_physical_damage_reduction_rating"]=9222, - ["tectonic_slam_and_infernal_blow_attack_damage_+%_per_700_physical_damage_reduction_rating"]=9223, - ["tectonic_slam_area_of_effect_+%"]=9224, - ["tectonic_slam_damage_+%"]=9225, - ["tectonic_slam_side_crack_additional_chance_%"]=9228, - ["tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value"]=9227, - ["tempest_shield_buff_effect_+%"]=9229, - ["tempest_shield_damage_+%"]=3356, - ["tempest_shield_num_of_additional_projectiles_in_chain"]=3656, - ["temporal_chains_curse_effect_+%"]=3636, - ["temporal_chains_duration_+%"]=3540, - ["temporal_chains_effect_on_self_+%"]=1459, - ["temporal_chains_gem_level_+"]=1983, - ["temporal_chains_ignores_hexproof"]=2323, - ["temporal_chains_mana_reservation_+%"]=3677, - ["temporal_chains_no_reservation"]=9230, - ["temporal_rift_cooldown_speed_+%"]=9231, - ["thaumaturgy_rotation_active"]=9232, - ["thorns_critical_strike_chance_+%"]=9233, - ["thorns_damage_+%"]=9235, - ["thorns_damage_+%_if_blocked_recently"]=9236, - ["thorns_damage_has_%_chance_to_ignore_armour"]=9234, - ["thorns_maximum_base_chaos_damage"]=9237, - ["thorns_maximum_base_cold_damage"]=9238, - ["thorns_maximum_base_fire_damage"]=9239, - ["thorns_maximum_base_lightning_damage"]=9240, - ["thorns_maximum_base_physical_damage"]=9241, - ["thorns_minimum_base_chaos_damage"]=9237, - ["thorns_minimum_base_cold_damage"]=9238, - ["thorns_minimum_base_fire_damage"]=9239, - ["thorns_minimum_base_lightning_damage"]=9240, - ["thorns_minimum_base_physical_damage"]=9241, - ["thorns_proc_off_any_hit"]=9242, - ["threshold_jewel_magma_orb_damage_+%_final"]=9243, - ["threshold_jewel_magma_orb_damage_+%_final_per_chain"]=9244, - ["threshold_jewel_molten_strike_damage_projectile_count_+%_final"]=9245, - ["thrown_shield_secondary_projectile_damage_+%_final"]=9246, - ["titan_additional_inventory"]=9247, - ["titan_damage_+%_final_against_heavy_stunned_enemies"]=9248, - ["titan_expanded_main_inventory"]=9249, - ["titan_hit_damage_stun_multiplier_+%_final_vs_full_life_enemies"]=9250, - ["titan_maximum_life_+%_final"]=9251, - ["tornado_damage_+%"]=9253, - ["tornado_damage_frequency_+%"]=9252, - ["tornado_movement_speed_+%"]=9254, - ["tornado_only_primary_duration_+%"]=9255, - ["tornado_shot_critical_strike_chance_+%"]=3573, - ["tornado_shot_damage_+%"]=3316, - ["tornado_shot_num_of_secondary_projectiles"]=3581, - ["tornado_skill_area_of_effect_+%"]=9256, - ["total_base_life_regeneration_rate_per_minute_%_granted_to_allies_in_your_presence"]=923, - ["totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=3421, - ["totem_additional_physical_damage_reduction_%"]=2493, - ["totem_aura_enemy_damage_+%_final"]=3423, - ["totem_aura_enemy_fire_and_physical_damage_taken_+%"]=3424, - ["totem_chaos_immunity"]=9258, - ["totem_chaos_resistance_%"]=9259, - ["totem_critical_strike_chance_+%"]=1350, - ["totem_critical_strike_multiplier_+"]=1373, - ["totem_damage_+%"]=1121, - ["totem_damage_+%_final_per_active_totem"]=3385, - ["totem_damage_+%_if_havent_summoned_totem_in_past_2_seconds"]=9260, - ["totem_damage_+%_per_10_devotion"]=9261, - ["totem_duration_+%"]=1501, - ["totem_elemental_resistance_%"]=2491, - ["totem_energy_shield_+%"]=1499, - ["totem_fire_immunity"]=1439, - ["totem_hinder_nearby_enemies_when_summoned_with_25%_reduced_movement_speed"]=9262, - ["totem_life_+%"]=1497, - ["totem_mana_+%"]=1498, - ["totem_maximum_energy_shield"]=9263, - ["totem_number_of_additional_projectiles"]=2759, - ["totem_only_uses_skill_when_owner_attacks"]=9264, - ["totem_placement_range_+%"]=9265, - ["totem_range_+%"]=1500, - ["totem_skill_area_of_effect_+%"]=2299, - ["totem_skill_attack_speed_+%"]=2298, - ["totem_skill_cast_speed_+%"]=2297, - ["totem_skill_gem_level_+"]=9266, - ["totem_spells_damage_+%"]=9267, - ["totemified_skills_taunt_on_hit_%"]=3085, - ["totems_action_speed_cannot_be_modified_below_base"]=9257, - ["totems_attack_speed_+%_per_active_totem"]=3819, - ["totems_cannot_be_stunned"]=2742, - ["totems_explode_for_%_of_max_life_as_fire_damage_on_low_life"]=2975, - ["totems_explode_on_death_for_%_life_as_physical"]=9268, - ["totems_nearby_enemies_damage_taken_+%"]=9269, - ["totems_regenerate_%_life_per_minute"]=9270, - ["totems_resist_all_elements_+%_per_active_totem"]=3802, - ["totems_spells_cast_speed_+%_per_active_totem"]=3806, - ["totems_taunt_enemies_around_them_for_x_seconds_when_summoned"]=9271, - ["tower_add_breach_to_X_maps"]=9272, - ["tower_add_delirium_to_X_maps"]=9273, - ["tower_add_expedition_to_X_maps"]=9274, - ["tower_add_irradiated_to_X_maps"]=9275, - ["tower_add_map_bosses_to_X_maps"]=9276, - ["tower_add_ritual_to_X_maps"]=9277, - ["toxic_rain_damage_+%"]=9278, - ["toxic_rain_num_of_additional_projectiles"]=9279, - ["toxic_rain_physical_damage_%_to_gain_as_chaos"]=9280, - ["transfer_hexes_to_X_nearby_enemies_on_kill"]=2625, - ["trap_%_chance_to_trigger_twice"]=3429, - ["trap_and_mine_damage_+%_if_armed_for_4_seconds"]=9281, - ["trap_and_mine_damage_penetrates_%_elemental_resistance"]=2488, - ["trap_and_mine_maximum_added_physical_damage"]=3428, - ["trap_and_mine_minimum_added_physical_damage"]=3428, - ["trap_and_mine_throwing_speed_+%"]=9282, - ["trap_critical_strike_chance_+%"]=958, - ["trap_critical_strike_multiplier_+"]=962, - ["trap_damage_+%"]=880, - ["trap_damage_buildup_damage_+%_final_after_4_seconds"]=3426, - ["trap_damage_buildup_damage_+%_final_when_first_set"]=3425, - ["trap_damage_penetrates_%_elemental_resistance"]=2486, - ["trap_duration_+%"]=1634, - ["trap_or_mine_damage_+%"]=1122, - ["trap_skill_added_cooldown_count"]=9283, - ["trap_skill_area_of_effect_+%"]=3127, - ["trap_skill_gem_level_+"]=954, - ["trap_spread_+%"]=9284, - ["trap_throw_skills_have_blood_magic"]=9644, - ["trap_throwing_speed_+%"]=1639, - ["trap_throwing_speed_+%_per_frenzy_charge"]=9285, - ["trap_trigger_radius_+%"]=1637, - ["traps_and_mines_%_chance_to_poison"]=3717, - ["traps_cannot_be_triggered_by_enemies"]=9286, - ["traps_do_not_explode_on_timeout"]=2483, - ["traps_explode_on_timeout"]=2484, - ["traps_invulnerable"]=9287, - ["traps_invulnerable_for_duration_ms"]=2489, - ["travel_skill_cooldown_speed_+%"]=4013, - ["travel_skills_cannot_be_exerted"]=9288, - ["travel_skills_cooldown_speed_+%_per_frenzy_charge"]=4023, - ["travel_skills_poison_reflected_to_self_up_to_5_poisons"]=9289, - ["treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance"]=9290, - ["trickster_cannot_take_damage_over_time_for_X_ms_every_10_seconds"]=9291, - ["trickster_damage_+%_final_per_different_mastery"]=1461, - ["trickster_damage_over_time_+%_final"]=9292, - ["trickster_passive_chance_to_evade_attacks_while_not_on_full_energy_shield_+%_final"]=3175, - ["trigger_elemental_storm_on_crit"]=9293, - ["trigger_skills_refund_half_energy_spent_chance_%"]=9294, - ["trigger_socketed_bow_skills_on_spell_cast_while_wielding_a_bow_%"]=632, - ["trigger_socketed_spell_on_attack_%"]=633, - ["trigger_socketed_spell_on_skill_use_%"]=635, - ["trigger_socketed_spells_when_you_focus_%"]=636, - ["trigger_socketed_warcry_when_endurance_charge_expires_or_consumed_%_chance"]=138, - ["trigger_wild_strike_on_attack_crit"]=9295, - ["triggerbots_damage_+%_final_with_triggered_spells"]=9296, - ["triggered_spell_spell_damage_+%"]=9297, - ["triggers_burning_runes_on_placing_ground_rune"]=9298, - ["triggers_soulbreaker_on_breaking_enemy_energy_shield"]=9299, - ["trinity_damage_+%_final_to_grant_per_50_resonance"]=9300, - ["trinity_loss_per_hit"]=9301, - ["trinity_resonance_to_grant"]=9301, - ["two_handed_melee_accuracy_rating_+%"]=1303, - ["two_handed_melee_area_damage_+%"]=9302, - ["two_handed_melee_area_of_effect_+%"]=9303, - ["two_handed_melee_attack_speed_+%"]=1285, - ["two_handed_melee_cold_damage_+%"]=1200, - ["two_handed_melee_critical_strike_chance_+%"]=1340, - ["two_handed_melee_critical_strike_multiplier_+"]=1341, - ["two_handed_melee_fire_damage_+%"]=1199, - ["two_handed_melee_physical_damage_+%"]=1197, - ["two_handed_melee_stun_duration_+%"]=1584, - ["uber_domain_monster_additional_physical_damage_reduction_%_per_revival"]=9304, - ["uber_domain_monster_all_resistances_+%_per_revival"]=9305, - ["uber_domain_monster_attack_and_cast_speed_+%_per_revival"]=9306, - ["uber_domain_monster_avoid_stun_%_per_revival"]=9307, - ["uber_domain_monster_critical_strike_chance_+%_per_revival"]=9308, - ["uber_domain_monster_critical_strike_multiplier_+%_per_revival"]=9309, - ["uber_domain_monster_deal_double_damage_chance_%_per_revival"]=9310, - ["uber_domain_monster_life_regeneration_rate_per_minute_%_per_revival"]=9311, - ["uber_domain_monster_maximum_life_+%_per_revival"]=9312, - ["uber_domain_monster_movement_speed_+%_per_revival"]=9313, - ["uber_domain_monster_overwhelm_%_physical_damage_reduction_per_revival"]=9314, - ["uber_domain_monster_penetrate_all_resistances_%_per_revival"]=9315, - ["uber_domain_monster_physical_damage_reduction_rating_+%_per_revival"]=9316, - ["uber_domain_monster_reward_chance_+%"]=9317, - ["ultimatum_wager_type_hash"]=43, - ["unaffected_by_bleed_if_cast_vulnerability_in_past_10_seconds"]=9318, - ["unaffected_by_bleeding_while_affected_by_malevolence"]=9319, - ["unaffected_by_bleeding_while_leeching"]=9320, - ["unaffected_by_blind"]=9321, - ["unaffected_by_burning_ground"]=9322, - ["unaffected_by_burning_ground_while_affected_by_purity_of_fire"]=9323, - ["unaffected_by_chill"]=9324, - ["unaffected_by_chill_during_dodge_roll"]=9325, - ["unaffected_by_chill_while_channelling"]=9326, - ["unaffected_by_chill_while_mana_leeching"]=9327, - ["unaffected_by_chilled_ground"]=9328, - ["unaffected_by_chilled_ground_while_affected_by_purity_of_ice"]=9329, - ["unaffected_by_conductivity_while_affected_by_purity_of_lightning"]=9330, - ["unaffected_by_corrupted_blood_while_leeching"]=9331, - ["unaffected_by_curses"]=2197, - ["unaffected_by_curses_while_affected_by_zealotry"]=9332, - ["unaffected_by_desecrated_ground"]=9333, - ["unaffected_by_elemental_weakness_while_affected_by_purity_of_elements"]=9334, - ["unaffected_by_enfeeble_while_affected_by_grace"]=9335, - ["unaffected_by_flammability_while_affected_by_purity_of_fire"]=9336, - ["unaffected_by_freeze_if_cast_frostbite_in_past_10_seconds"]=9337, - ["unaffected_by_frostbite_while_affected_by_purity_of_ice"]=9338, - ["unaffected_by_ignite"]=9339, - ["unaffected_by_ignite_and_shock_while_max_life_mana_within_500"]=9340, - ["unaffected_by_ignite_if_cast_flammability_in_past_10_seconds"]=9341, - ["unaffected_by_poison_while_affected_by_malevolence"]=9342, - ["unaffected_by_shock"]=9343, - ["unaffected_by_shock_if_cast_conductivity_in_past_10_seconds"]=9344, - ["unaffected_by_shock_while_channelling"]=9345, - ["unaffected_by_shocked_ground"]=9346, - ["unaffected_by_shocked_ground_while_affected_by_purity_of_lightning"]=9347, - ["unaffected_by_temporal_chains"]=9348, - ["unaffected_by_temporal_chains_while_affected_by_haste"]=9349, - ["unaffected_by_vulnerability_while_affected_by_determination"]=9350, - ["unarmed_attack_skill_melee_dash_range_+%"]=9351, - ["unarmed_attack_speed_+%"]=9352, - ["unarmed_damage_+%_vs_bleeding_enemies"]=3212, - ["unarmed_melee_attack_speed_+%"]=1297, - ["unarmed_melee_physical_damage_+%"]=1201, - ["unattached_sigil_attachment_range_+%_per_second"]=9353, - ["unbound_ailment_elemental_ailment_buildup_+%_final"]=9354, - ["unbound_ailment_elemental_ailment_chance_+%_final"]=9355, - ["undead_minion_reservation_+%"]=9356, - ["unearth_additional_corpse_level"]=9357, - ["unholy_might_granted_magnitude_+%_per_100_maximum_mana"]=9358, - ["unholy_might_while_you_have_no_energy_shield"]=2441, - ["unique_%_maximum_mana_to_sacrifice_to_party_members_in_your_presence_when_they_cast_a_spell"]=9359, - ["unique_add_power_charge_on_melee_knockback_%"]=2627, - ["unique_blood_barrier_applies_x_stacks_of_corrupted_blood_on_block"]=9360, - ["unique_blood_barrier_corrupted_blood_base_physical_damage_per_minute_as_%_of_maximum_life"]=9360, - ["unique_blood_barrier_corrupted_blood_duration_ms"]=9360, - ["unique_body_armour_black_doubt_drain_%_mana_to_recover_life_until_full_and_dot_bypasses_es"]=9361, - ["unique_body_armour_shavronnes_wrappings_damage_cannot_bypass_energy_shield"]=9362, - ["unique_boots_all_damage_inflicts_poison_against_enemies_with_at_least_x_grasping_vines"]=4056, - ["unique_boots_secondary_ground_ignite_while_moving_base_fire_damage_%_of_life"]=3951, - ["unique_boots_secondary_ground_shock_while_moving"]=3952, - ["unique_bow_arborix_close_range_bow_damage_+%_final_while_have_iron_reflexes"]=9648, - ["unique_bow_attacks_repeat_x_times_when_no_enemies_in_your_presence"]=4066, - ["unique_chaos_damage_to_reflect_to_self_on_attack_%_chance"]=2658, - ["unique_chill_duration_+%_when_in_off_hand"]=2472, - ["unique_chin_sol_close_range_bow_damage_+%_final"]=2164, - ["unique_chin_sol_close_range_knockback"]=2165, - ["unique_cold_damage_ignites"]=2558, - ["unique_cold_damage_resistance_%_when_green_gem_socketed"]=1453, - ["unique_cooldown_modifier_ms"]=9363, - ["unique_critical_strike_chance_+%_final"]=2528, - ["unique_crowd_controlled_enemy_damage_taken_-%_final"]=9364, - ["unique_damage_+%_vs_rare_or_unique_enemy_per_second_ever_in_presence_up_to_max"]=9365, - ["unique_dewaths_hide_physical_attack_damage_dealt_-"]=2185, - ["unique_double_presence_radius"]=9366, - ["unique_facebreaker_unarmed_melee_physical_damage_+%_final"]=2158, - ["unique_fire_damage_resistance_%_when_red_gem_socketed"]=1449, - ["unique_fire_damage_shocks"]=2557, - ["unique_gain_onslaught_when_hit_duration_ms"]=2530, - ["unique_gain_onslaught_when_hit_duration_ms_per_endurance_charge"]=2545, - ["unique_gain_power_charge_on_non_crit"]=2599, - ["unique_gain_soul_eater"]=9367, - ["unique_helmet_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value"]=9368, - ["unique_helmet_damage_+%_final_per_warcry_exerting_action"]=9369, - ["unique_ignite_chance_%_when_in_main_hand"]=2471, - ["unique_jewel_flask_charges_gained_+%_final_from_kills"]=9370, - ["unique_jewel_flask_duration_+%_final"]=9371, - ["unique_jewel_grants_notable_hash_1"]=9372, - ["unique_jewel_grants_notable_hash_2"]=9373, - ["unique_jewel_grants_notable_hash_3"]=9374, - ["unique_jewel_grants_notable_hash_part_1"]=9375, - ["unique_jewel_grants_notable_hash_part_2"]=9376, - ["unique_jewel_reserved_blood_maximum_life_+%_final"]=9377, - ["unique_jewel_specific_skill_level_+_level"]=9378, - ["unique_jewel_specific_skill_level_+_skill"]=9378, - ["unique_lightning_damage_freezes"]=2559, - ["unique_lightning_damage_resistance_%_when_blue_gem_socketed"]=1456, - ["unique_local_maximum_added_chaos_damage_when_in_off_hand"]=1260, - ["unique_local_maximum_added_cold_damage_when_in_off_hand"]=1246, - ["unique_local_maximum_added_fire_damage_when_in_main_hand"]=1240, - ["unique_local_minimum_added_chaos_damage_when_in_off_hand"]=1260, - ["unique_local_minimum_added_cold_damage_when_in_off_hand"]=1246, - ["unique_local_minimum_added_fire_damage_when_in_main_hand"]=1240, - ["unique_loris_lantern_golden_light"]=2272, - ["unique_lose_a_power_charge_when_hit"]=9380, - ["unique_lose_all_endurance_charges_when_hit"]=2529, - ["unique_lose_all_power_charges_on_crit"]=2600, - ["unique_map_boss_class_of_rare_items_to_drop"]=2424, - ["unique_map_boss_number_of_rare_items_to_drop"]=2424, - ["unique_maximum_chaos_damage_to_reflect_to_self_on_attack"]=2658, - ["unique_mine_damage_+%_final"]=1124, - ["unique_minimum_chaos_damage_to_reflect_to_self_on_attack"]=2658, - ["unique_minions_in_presence_gain_and_lose_life_when_you_do"]=9381, - ["unique_monster_dropped_item_rarity_+%"]=9382, - ["unique_movement_speed_and_skill_speed_-%_final_per_number_of_times_dodge_rolled_in_past_20_seconds"]=9383, - ["unique_nearby_allies_recover_permyriad_max_life_on_death"]=2675, - ["unique_no_curse_delay"]=9384, - ["unique_primordial_tether_golem_damage_+%_final"]=3339, - ["unique_primordial_tether_golem_life_+%_final"]=3721, - ["unique_prism_guardian_spirit_+_per_X_maximum_life"]=9385, - ["unique_quill_rain_damage_+%_final"]=2177, - ["unique_recover_%_maximum_life_on_x_altenator"]=9386, - ["unique_redblade_banner_enemies_in_presence_monster_power_+%_final"]=9387, - ["unique_replica_volkuurs_guidance_ignite_duration_+%_final"]=9388, - ["unique_revive_permanent_minions_on_mana_flask_use"]=9389, - ["unique_ryslathas_coil_maximum_physical_attack_damage_+%_final"]=1126, - ["unique_ryslathas_coil_minimum_physical_attack_damage_+%_final"]=1127, - ["unique_shield_window_of_paradise_apply_elemental_exposure_while_raised"]=9390, - ["unique_soulless_elegance_energy_shield_recharge_rate_+%_final"]=9391, - ["unique_spirit_reservations_are_halved"]=9392, - ["unique_sunblast_throw_traps_in_circle_radius"]=9393, - ["unique_volkuurs_clutch_poison_duration_+%_final"]=2845, - ["unique_voltaxic_rift_shock_as_though_damage_+%_final"]=2616, - ["unique_voltaxic_rift_shock_maximum_magnitude_override"]=9394, - ["unique_you_count_as_on_low_life_while_at_%_of_maximum_mana_or_below"]=9395, - ["unique_you_count_as_on_low_mana_while_at_%_of_maximum_health_or_below"]=9396, - ["unnerve_for_4_seconds_on_hit_with_wands"]=9397, - ["unnerve_nearby_enemies_on_use_for_ms"]=9398, - ["unveiled_mod_effect_+%"]=70, - ["utility_flask_charges_recovered_per_3_seconds"]=9399, - ["utility_flask_cold_damage_taken_+%_final"]=9400, - ["utility_flask_fire_damage_taken_+%_final"]=9401, - ["utility_flask_lightning_damage_taken_+%_final"]=9402, - ["vaal_attack_rage_cost_instead_of_souls_per_use"]=2398, - ["vaal_skill_critical_strike_chance_+%"]=2783, - ["vaal_skill_critical_strike_multiplier_+"]=2784, - ["vaal_skill_damage_+%"]=2771, - ["vaal_skill_effect_duration_+%"]=2781, - ["vaal_skill_gem_level_+"]=9403, - ["vaal_skill_soul_cost_+%"]=9404, - ["vaal_skill_soul_gain_preventation_duration_+%"]=2782, - ["vaal_skill_soul_refund_chance_%"]=9405, - ["vaal_volcanic_fissure_molten_strike_soul_gain_prevention_+%"]=9406, - ["vampiric_link_duration_+%"]=9407, - ["vengeance_cooldown_speed_+%"]=3517, - ["vengeance_damage_+%"]=3361, - ["vigilant_and_flicker_strike_active_skill_cooldown_bypass_type_override_to_power_charge"]=9408, - ["vigilant_strike_applies_to_nearby_allies_for_X_seconds"]=2916, - ["vigilant_strike_damage_+%"]=3349, - ["vigilant_strike_fortify_duration_+%"]=3537, - ["viper_and_pestilent_strike_attack_damage_+%_per_frenzy_charge"]=9409, - ["viper_strike_critical_strike_chance_+%"]=3570, - ["viper_strike_damage_+%"]=3291, - ["viper_strike_dual_wield_damage_+%_final"]=9410, - ["viper_strike_poison_duration_+%"]=3559, - ["virtual_base_maximum_energy_shield_to_grant_to_you_and_nearby_allies"]=3048, - ["virtual_block_%_damage_taken"]=9411, - ["virtual_chance_to_gain_1_more_endurance_charge_%"]=9412, - ["virtual_chance_to_gain_1_more_frenzy_charge_%"]=9413, - ["virtual_chance_to_gain_1_more_power_charge_%"]=9414, - ["virtual_energy_shield_delay_-%"]=3222, - ["virtual_energy_shield_recharge_rate_+%"]=3224, - ["virtual_light_radius_+%"]=2219, - ["virtual_mana_gain_per_target"]=1473, - ["virtual_minion_damage_+%"]=1689, - ["virtual_number_of_ranged_animated_weapons_allowed"]=2936, - ["virulent_arrow_additional_spores_at_max_stages"]=9415, - ["virulent_arrow_chance_to_poison_%_per_stage"]=9416, - ["vitality_mana_reservation_+%"]=3669, - ["vitality_mana_reservation_efficiency_+%"]=9418, - ["vitality_mana_reservation_efficiency_-2%_per_1"]=9417, - ["vitality_reserves_no_mana"]=9419, - ["void_sphere_cooldown_speed_+%"]=9420, - ["volatile_dead_and_cremation_penetrate_%_fire_resistance_per_100_dexterity"]=9421, - ["volatile_dead_base_number_of_corpses_to_consume"]=9422, - ["volatile_dead_cast_speed_+%"]=9423, - ["volatile_dead_consume_additional_corpse"]=9424, - ["volatile_dead_damage_+%"]=9425, - ["volatility_additional_non_skill_%_damage_as_extra_chaos_to_grant"]=9426, - ["volatility_on_kill_%_chance"]=9427, - ["volatility_refresh_%_chance"]=9428, - ["volatility_when_stunned_%_chance"]=9429, - ["volcanic_fissure_damage_+%"]=9430, - ["volcanic_fissure_number_of_additional_projectiles"]=9431, - ["volcanic_fissure_speed_+%"]=9432, - ["voltaxic_burst_damage_+%"]=9433, - ["voltaxic_burst_damage_+%_per_100ms_duration"]=9434, - ["voltaxic_burst_skill_area_of_effect_+%"]=9435, - ["vortex_active_skill_additional_critical_strike_chance_if_used_through_frostbolt"]=9436, - ["vortex_area_of_effect_+%_when_cast_on_frostbolt"]=9437, - ["vulnerability_curse_effect_+%"]=3644, - ["vulnerability_duration_+%"]=3542, - ["vulnerability_gem_level_+"]=1984, - ["vulnerability_ignores_hexproof"]=2324, - ["vulnerability_mana_reservation_+%"]=3678, - ["vulnerability_no_reservation"]=9438, - ["wand_accuracy_rating"]=1721, - ["wand_accuracy_rating_+%"]=1311, - ["wand_attack_speed_+%"]=1294, - ["wand_attacks_fire_an_additional_projectile"]=9439, - ["wand_critical_strike_chance_+%"]=1335, - ["wand_critical_strike_multiplier_+"]=1357, - ["wand_damage_+%"]=2633, - ["wand_damage_+%_if_crit_recently"]=9440, - ["wand_damage_+%_per_power_charge"]=1848, - ["wand_elemental_damage_+%"]=1828, - ["war_banner_aura_effect_+%"]=9441, - ["war_banner_mana_reservation_efficiency_+%"]=9442, - ["warbringer_overbreak_armour"]=9443, - ["warcries_are_instant"]=3111, - ["warcries_bypass_cooldown"]=9444, - ["warcries_cost_no_mana"]=3759, - ["warcries_debilitate_enemies_for_1_second"]=9445, - ["warcries_have_minimum_10_power"]=9446, - ["warcries_knock_back_enemies"]=9447, - ["warcry_buff_effect_+%"]=9448, - ["warcry_chance_to_gain_frenzy_power_endurance_charge_%_per_power"]=9449, - ["warcry_cooldown_modifier_ms"]=9450, - ["warcry_cooldown_speed_+%"]=2991, - ["warcry_damage_+%"]=9451, - ["warcry_damage_taken_goes_to_mana_%"]=2929, - ["warcry_duration_+%"]=2873, - ["warcry_empowers_next_x_melee_attacks"]=9452, - ["warcry_monster_power_+%"]=9453, - ["warcry_physical_damage_reduction_rating_+%_per_5_power_for_8_seconds"]=9454, - ["warcry_skill_area_of_effect_+%"]=9455, - ["warcry_skills_cooldown_is_4_seconds"]=9456, - ["warcry_speed_+%"]=2944, - ["ward_+%"]=1385, - ["ward_delay_recovery_+%"]=1387, - ["warlords_mark_curse_effect_+%"]=3645, - ["warlords_mark_duration_+%"]=3541, - ["water_sphere_cold_lightning_exposure_%"]=9457, - ["water_sphere_damage_+%"]=9458, - ["weapon_chaos_damage_+%"]=1769, - ["weapon_cold_damage_+%"]=1767, - ["weapon_damage_+%_per_10_str"]=9459, - ["weapon_elemental_damage_+%"]=1235, - ["weapon_elemental_damage_+%_per_power_charge"]=2390, - ["weapon_elemental_damage_+%_while_using_flask"]=2462, - ["weapon_fire_damage_+%"]=1766, - ["weapon_hellscaping_speed_+%"]=6512, - ["weapon_lightning_damage_+%"]=1768, - ["weapon_physical_damage_+%"]=2450, - ["weapon_swap_speed_+%"]=9460, - ["while_curse_is_25%_expired_hinder_enemy_%"]=9461, - ["while_curse_is_33%_expired_malediction"]=9462, - ["while_curse_is_50%_expired_curse_effect_+%"]=9463, - ["while_curse_is_75%_expired_enemy_damage_taken_+%"]=9464, - ["while_stationary_gain_additional_physical_damage_reduction_%"]=9465, - ["while_stationary_gain_life_regeneration_rate_per_minute_%"]=9466, - ["while_using_mace_stun_threshold_reduction_+%"]=1374, - ["while_using_sword_reduce_enemy_block_%"]=1616, - ["whirling_blades_attack_speed_+%"]=3499, - ["whirling_blades_damage_+%"]=3350, - ["wild_strike_damage_+%"]=3325, - ["wild_strike_num_of_additional_projectiles_in_chain"]=3628, - ["wild_strike_radius_+%"]=3459, - ["winter_brand_chill_effect_+%"]=9467, - ["winter_brand_damage_+%"]=9468, - ["winter_brand_max_number_of_stages_+"]=9469, - ["wintertide_and_arcanist_brand_branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%"]=9470, - ["witch_passive_maximum_lightning_damage_+%_final"]=9471, - ["witchhunter_armour_evasion_+%_final"]=9472, - ["witchhunter_chance_to_explode_enemies_for_100%_of_life_as_physical"]=9473, - ["witchhunter_up_to_damage_+%_final_against_targets_with_missing_focus"]=9474, - ["with_bow_additional_block_%"]=2181, - ["wither_area_of_effect_+%_every_second_while_channelling_up_to_+200%"]=9475, - ["wither_duration_+%"]=3555, - ["wither_expire_speed_+%"]=9476, - ["wither_radius_+%"]=3471, - ["withered_effect_+%"]=9478, - ["withered_effect_on_self_+%"]=9477, - ["withered_on_hit_for_2_seconds_%_chance"]=4027, - ["withered_on_hit_for_2_seconds_if_enemy_has_5_or_less_withered_chance_%"]=9479, - ["withered_on_hit_for_4_seconds_%_chance"]=9480, - ["wrath_aura_effect_+%"]=3021, - ["wrath_mana_reservation_+%"]=3670, - ["wrath_mana_reservation_efficiency_+%"]=9482, - ["wrath_mana_reservation_efficiency_-2%_per_1"]=9481, - ["wrath_reserves_no_mana"]=9483, - ["x%_faster_start_of_sorcery_ward_recovery"]=9484, - ["x_to_maximum_life_per_2_intelligence"]=1735, - ["you_and_allies_additional_block_%_if_have_attacked_recently"]=9485, - ["you_and_allies_additional_spell_block_%_if_cast_spell_recently"]=9486, - ["you_and_allies_affected_by_your_placed_banners_regenerate_%_life_per_minute_per_stage"]=3698, - ["you_and_allies_in_presence_all_damage_can_ignite"]=9487, - ["you_and_allies_in_presence_non_skill_base_all_damage_%_to_gain_as_fire_while_on_high_infernal_flame"]=9488, - ["you_and_minion_attack_and_cast_speed_+%_for_4_seconds_when_corpse_destroyed"]=3699, - ["you_and_nearby_allies_armour_+_if_have_impaled_recently"]=9489, - ["you_and_nearby_allies_critical_strike_chance_+%"]=9490, - ["you_and_nearby_allies_critical_strike_multiplier_+"]=9491, - ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_corpse_consumed_recently"]=9492, - ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_have_blocked_recently"]=9493, - ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_you_hit_an_enemy_recently"]=9494, - ["you_and_nearby_allys_gain_onslaught_for_4_seconds_on_warcry"]=9495, - ["you_and_nearby_party_members_gain_x_rage_when_you_warcry"]=9496, - ["you_and_totem_life_regeneration_rate_per_minute_%_per_active_totem"]=9497, - ["you_and_your_totems_gain_an_endurance_charge_on_burning_enemy_kill_%"]=2989, - ["you_are_cursed_with_conductivity"]=9498, - ["you_are_cursed_with_despair"]=9499, - ["you_are_cursed_with_elemental_weakness"]=9500, - ["you_are_cursed_with_enfeeble"]=9501, - ["you_are_cursed_with_flammability"]=9502, - ["you_are_cursed_with_frostbite"]=9503, - ["you_are_cursed_with_temporal_chains"]=9504, - ["you_are_cursed_with_vulnerability"]=9505, - ["you_cannot_be_hindered"]=9506, - ["you_cannot_have_non_animated_minions"]=9507, - ["you_cannot_have_non_golem_minions"]=3330, - ["you_cannot_have_non_spectre_minions"]=9508, - ["you_cannot_inflict_curses"]=9509, - ["you_count_as_full_life_while_affected_by_vulnerability"]=2794, - ["you_count_as_low_life_while_affected_by_vulnerability"]=2795, - ["you_count_as_low_life_while_not_on_full_life"]=9510, - ["you_gain_%_life_when_one_of_your_minions_is_revived"]=9511, - ["your_aegis_skills_except_primal_are_disabled"]=638, - ["your_aftershock_area_of_effect_+%"]=9512, - ["your_ailments_deal_damage_faster_%_while_affected_by_malevolence"]=9514, - ["your_attacks_cannot_be_blocked"]=9515, - ["your_auras_except_anger_are_disabled"]=9516, - ["your_auras_except_clarity_are_disabled"]=9517, - ["your_auras_except_determination_are_disabled"]=9518, - ["your_auras_except_discipline_are_disabled"]=9519, - ["your_auras_except_grace_are_disabled"]=9520, - ["your_auras_except_haste_are_disabled"]=9521, - ["your_auras_except_hatred_are_disabled"]=9522, - ["your_auras_except_malevolence_are_disabled"]=9523, - ["your_auras_except_precision_are_disabled"]=9524, - ["your_auras_except_pride_are_disabled"]=9525, - ["your_auras_except_purity_of_elements_are_disabled"]=9526, - ["your_auras_except_purity_of_fire_are_disabled"]=9527, - ["your_auras_except_purity_of_ice_are_disabled"]=9528, - ["your_auras_except_purity_of_lightning_are_disabled"]=9529, - ["your_auras_except_vitality_are_disabled"]=9530, - ["your_auras_except_wrath_are_disabled"]=9531, - ["your_auras_except_zealotry_are_disabled"]=9532, - ["your_consecrated_ground_effect_lingers_for_ms_after_leaving_the_area"]=9533, - ["your_consecrated_ground_grants_damage_+%"]=3856, - ["your_elemental_resistances_do_not_exist"]=2538, - ["your_es_takes_%_hit_damage_from_allies_in_presence_before_them"]=9534, - ["your_life_cannot_change_while_you_have_energy_shield"]=9535, - ["your_mace_slam_aftershock_chance_%"]=9536, - ["your_mace_strike_aftershock_chance_%"]=9537, - ["your_marks_transfer_to_nearby_enemies_on_death_%_chance"]=9538, - ["your_movement_skills_are_disabled"]=9539, - ["your_profane_ground_effect_lingers_for_ms_after_leaving_the_area"]=9540, - ["your_shield_skills_are_disabled"]=9541, - ["your_slam_aftershock_chance_%"]=9542, - ["your_spells_are_disabled"]=9543, - ["your_travel_skills_are_disabled"]=9544, - ["your_travel_skills_except_dash_are_disabled"]=9545, - ["zealotry_aura_effect_+%"]=9559, - ["zealotry_mana_reservation_+%"]=9562, - ["zealotry_mana_reservation_efficiency_+%"]=9561, - ["zealotry_mana_reservation_efficiency_-2%_per_1"]=9560, - ["zealotry_reserves_no_mana"]=9563, - ["zero_chaos_resistance"]=9564, - ["zombie_attack_speed_+%"]=3487, - ["zombie_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=9565, - ["zombie_chaos_elemental_damage_resistance_%"]=2307, - ["zombie_damage_+%"]=3282, - ["zombie_elemental_resistances_%"]=3613, - ["zombie_explode_on_kill_%_fire_damage_to_deal"]=2389, - ["zombie_maximum_life_+"]=2306, - ["zombie_physical_damage_+%"]=2388, - ["zombie_physical_damage_+%_final"]=9566, - ["zombie_scale_+%"]=2387, - ["zombie_slam_area_of_effect_+%"]=9567, - ["zombie_slam_cooldown_speed_+%"]=9568, - ["zombie_slam_damage_+%"]=9569 + ["stun_threshold_+%"]=2891, + ["stun_threshold_+%_during_empowered_attacks"]=9380, + ["stun_threshold_+%_for_each_time_hit_recently_up_to_100%"]=9381, + ["stun_threshold_+%_per_25_tribute"]=9382, + ["stun_threshold_+%_per_number_of_times_stunned_recently"]=9383, + ["stun_threshold_+%_per_rage"]=9850, + ["stun_threshold_+%_when_not_stunned_recently"]=9390, + ["stun_threshold_+%_when_on_full_life"]=9391, + ["stun_threshold_+_from_%_maximum_energy_shield"]=9388, + ["stun_threshold_+_from_lowest_of_base_helmet_evasion_rating_and_armour"]=9384, + ["stun_threshold_+_per_dexterity"]=9385, + ["stun_threshold_+_per_strength"]=9386, + ["stun_threshold_based_on_%_energy_shield_instead_of_life"]=9387, + ["stun_threshold_based_on_%_mana_instead_of_life"]=2890, + ["stun_threshold_based_on_energy_shield_instead_of_life"]=3835, + ["stun_threshold_reduction_+%_while_using_flask"]=2578, + ["stun_threshold_reduction_+%_with_500_or_more_strength"]=9392, + ["stuns_have_culling_strike"]=1721, + ["summon_2_totems"]=9393, + ["summon_arbalist_attack_speed_+%"]=9394, + ["summon_arbalist_chains_+"]=9395, + ["summon_arbalist_chance_to_bleed_%"]=9396, + ["summon_arbalist_chance_to_crush_on_hit_%"]=9397, + ["summon_arbalist_chance_to_deal_double_damage_%"]=9398, + ["summon_arbalist_chance_to_freeze_%"]=9413, + ["summon_arbalist_chance_to_inflict_cold_exposure_on_hit_%"]=9415, + ["summon_arbalist_chance_to_inflict_fire_exposure_on_hit_%"]=9416, + ["summon_arbalist_chance_to_inflict_lightning_exposure_on_hit_%"]=9417, + ["summon_arbalist_chance_to_intimidate_for_4_seconds_on_hit_%"]=9399, + ["summon_arbalist_chance_to_maim_for_4_seconds_on_hit_%"]=9400, + ["summon_arbalist_chance_to_poison_%"]=9401, + ["summon_arbalist_chance_to_shock_%"]=9414, + ["summon_arbalist_chance_to_unnerve_for_4_seconds_on_hit_%"]=9402, + ["summon_arbalist_number_of_additional_projectiles"]=9403, + ["summon_arbalist_number_of_splits"]=9404, + ["summon_arbalist_projectiles_fork"]=9411, + ["summon_arbalist_targets_to_pierce"]=9412, + ["summon_raging_spirit_melee_splash_fire_damage_only"]=9418, + ["summon_reaper_cooldown_speed_+%"]=9419, + ["summon_skeleton_gem_level_+"]=1426, + ["summon_skeletons_additional_warrior_skeleton_%_chance"]=9421, + ["summon_skeletons_additional_warrior_skeleton_one_twentieth_chance"]=9420, + ["summon_skeletons_cooldown_modifier_ms"]=9422, + ["summon_skeletons_num_additional_warrior_skeletons"]=3572, + ["summon_skitterbots_area_of_effect_+%"]=9423, + ["summon_skitterbots_mana_reservation_+%"]=9424, + ["summon_totem_cast_speed_+%"]=2264, + ["summoned_arbalist_physical_damage_%_to_convert_to_cold"]=9405, + ["summoned_arbalist_physical_damage_%_to_convert_to_fire"]=9406, + ["summoned_arbalist_physical_damage_%_to_convert_to_lightning"]=9407, + ["summoned_arbalist_physical_damage_%_to_gain_as_cold"]=9408, + ["summoned_arbalist_physical_damage_%_to_gain_as_fire"]=9409, + ["summoned_arbalist_physical_damage_%_to_gain_as_lightning"]=9410, + ["summoned_phantasms_grant_buff"]=9425, + ["summoned_phantasms_have_no_duration"]=9426, + ["summoned_raging_spirit_chance_to_spawn_additional_minion_%"]=3018, + ["summoned_raging_spirit_duration_+%"]=3017, + ["summoned_raging_spirits_have_diamond_and_massive_shrine_buff"]=9427, + ["summoned_reaper_damage_+%"]=9428, + ["summoned_reaper_physical_dot_multiplier_+"]=9429, + ["summoned_skeleton_%_chance_to_wither_for_2_seconds"]=9430, + ["summoned_skeleton_%_physical_to_chaos"]=9431, + ["summoned_skeleton_warriors_get_weapon_stats_in_main_hand"]=3984, + ["summoned_skeletons_cover_in_ash_on_hit_%"]=9432, + ["summoned_skeletons_fire_damage_%_of_maximum_life_taken_per_minute"]=9433, + ["summoned_skeletons_have_avatar_of_fire"]=9913, + ["summoned_skeletons_hits_cant_be_evaded"]=9434, + ["summoned_skitterbots_cooldown_recovery_+%"]=9435, + ["summoned_support_ghosts_have_diamond_and_massive_shrine_buff"]=9436, + ["sunder_wave_delay_+%"]=3426, + ["support_additional_trap_mine_%_chance_for_1_additional_trap_mine"]=9437, + ["support_anticipation_charge_gain_frequency_+%"]=9438, + ["support_buffed_heralds_buff_effect_+%_final"]=9439, + ["support_deadly_heralds_buff_effect_+%_final"]=9440, + ["support_deadly_heralds_damage_+%_final"]=9441, + ["support_fast_forward_detonation_time_+%_final"]=9442, + ["support_gem_elemental_damage_+%_final"]=3182, + ["support_gems_socketed_in_amulet_also_support_body_skills"]=190, + ["support_gems_socketed_in_off_hand_also_support_main_hand_skills"]=191, + ["support_hourglass_damage_+%_final"]=9443, + ["support_jagged_ground_chance_%"]=9444, + ["support_last_gasp_duration_ms"]=9445, + ["support_maimed_enemies_physical_damage_taken_+%"]=9446, + ["support_minion_maximum_life_+%_final"]=1471, + ["support_mirage_archer_base_duration"]=9448, + ["support_slashing_damage_+%_final_from_distance"]=9449, + ["support_slower_projectiles_damage_+%_final"]=2510, + ["supported_active_skill_gem_expereince_gained_+%"]=2554, + ["supported_active_skill_gem_level_+"]=2429, + ["supported_active_skill_gem_quality_%"]=2487, + ["supported_aura_skill_gem_level_+"]=9450, + ["supported_cold_skill_gem_level_+"]=9451, + ["supported_elemental_skill_gem_level_+"]=9452, + ["supported_fire_skill_gem_level_+"]=9453, + ["supported_lightning_skill_gem_level_+"]=9454, + ["surrounded_area_of_effect_+%"]=9455, + ["sweep_add_endurance_charge_on_hit_%"]=3397, + ["sweep_damage_+%"]=3257, + ["sweep_knockback_chance_%"]=3550, + ["sweep_radius_+%"]=3398, + ["sword_accuracy_rating"]=1691, + ["sword_accuracy_rating_+%"]=1298, + ["sword_attack_speed_+%"]=1281, + ["sword_critical_strike_chance_+%"]=1320, + ["sword_critical_strike_multiplier_+"]=1344, + ["sword_damage_+%"]=1216, + ["synthesis_map_adjacent_nodes_global_mod_values_doubled"]=9456, + ["synthesis_map_global_mod_values_doubled_on_this_node"]=9457, + ["synthesis_map_global_mod_values_tripled_on_this_node"]=9458, + ["synthesis_map_memories_do_not_collapse_on_this_node"]=9459, + ["synthesis_map_monster_slain_experience_+%_on_this_node"]=9460, + ["synthesis_map_nearby_memories_have_bonus"]=9461, + ["synthesis_map_node_additional_uses_+"]=9462, + ["synthesis_map_node_global_mod_values_tripled_if_adjacent_squares_have_memories"]=9463, + ["synthesis_map_node_grants_additional_global_mod"]=9464, + ["synthesis_map_node_grants_no_global_mod"]=9465, + ["synthesis_map_node_guest_monsters_replaced_by_synthesised_monsters"]=9466, + ["synthesis_map_node_item_quantity_increases_doubled"]=9467, + ["synthesis_map_node_item_rarity_increases_doubled"]=9468, + ["synthesis_map_node_level_+"]=9469, + ["synthesis_map_node_monsters_drop_no_items"]=9470, + ["synthesis_map_node_pack_size_increases_doubled"]=9471, + ["tactician_spirit_reservation_+%_final_for_permanent_buffs"]=9472, + ["tailwind_effect_on_self_+%"]=9473, + ["tailwind_effect_on_self_+%_per_gale_force"]=9474, + ["tailwind_if_have_crit_recently"]=9475, + ["take_X_lightning_damage_when_herald_of_thunder_hits_an_enemy"]=9476, + ["take_chaos_damage_from_ignite_instead"]=2143, + ["take_half_area_damage_from_hit_%_chance"]=9477, + ["take_no_extra_damage_from_critical_strikes_if_cast_enfeeble_in_past_10_seconds"]=9478, + ["take_physical_damage_equal_to_%_total_unmet_strength_requirements_on_attack"]=9479, + ["talisman_implicit_projectiles_pierce_1_additional_target_per_10"]=9480, + ["taunt_duration_+%"]=1488, + ["taunt_on_projectile_hit_chance_%"]=9481, + ["taunted_enemies_by_warcry_damage_taken_+%"]=9482, + ["taunted_enemies_chance_to_be_stunned_+%"]=2839, + ["taunted_enemies_damage_+%_final_vs_non_taunt_target"]=3818, + ["taunted_enemies_damage_taken_+%"]=2840, + ["tectonic_slam_%_chance_to_do_charged_slam"]=9488, + ["tectonic_slam_1%_chance_to_do_charged_slam_per_2_stat_value"]=9483, + ["tectonic_slam_and_infernal_blow_attack_damage_+%_per_450_physical_damage_reduction_rating"]=9484, + ["tectonic_slam_and_infernal_blow_attack_damage_+%_per_700_physical_damage_reduction_rating"]=9485, + ["tectonic_slam_area_of_effect_+%"]=9486, + ["tectonic_slam_damage_+%"]=9487, + ["tectonic_slam_side_crack_additional_chance_%"]=9490, + ["tectonic_slam_side_crack_additional_chance_1%_per_2_stat_value"]=9489, + ["tempest_shield_buff_effect_+%"]=9491, + ["tempest_shield_damage_+%"]=3302, + ["tempest_shield_num_of_additional_projectiles_in_chain"]=3599, + ["temporal_chains_curse_effect_+%"]=3579, + ["temporal_chains_duration_+%"]=3486, + ["temporal_chains_effect_on_self_+%"]=1442, + ["temporal_chains_gem_level_+"]=1952, + ["temporal_chains_ignores_hexproof"]=2291, + ["temporal_chains_mana_reservation_+%"]=3620, + ["temporal_chains_no_reservation"]=9492, + ["temporal_rift_cooldown_speed_+%"]=9493, + ["temporary_minion_limit_+"]=9494, + ["thaumaturgy_rotation_active"]=9495, + ["thorns_critical_strike_chance_+%"]=9496, + ["thorns_damage_+%"]=9500, + ["thorns_damage_+%_if_blocked_recently"]=9501, + ["thorns_damage_+%_if_consumed_endurance_charge_recently"]=9497, + ["thorns_damage_+%_per_10_tribute"]=9498, + ["thorns_damage_has_%_chance_to_ignore_armour"]=9499, + ["thorns_maximum_base_chaos_damage"]=9503, + ["thorns_maximum_base_cold_damage"]=9504, + ["thorns_maximum_base_fire_damage"]=9505, + ["thorns_maximum_base_lightning_damage"]=9506, + ["thorns_maximum_base_physical_damage"]=9507, + ["thorns_maximum_fire_damage_per_100_life"]=9502, + ["thorns_minimum_base_chaos_damage"]=9503, + ["thorns_minimum_base_cold_damage"]=9504, + ["thorns_minimum_base_fire_damage"]=9505, + ["thorns_minimum_base_lightning_damage"]=9506, + ["thorns_minimum_base_physical_damage"]=9507, + ["thorns_minimum_fire_damage_per_100_life"]=9502, + ["thorns_proc_chance_%_against_non_melee_hits_if_you_have_at_least_200_tribute"]=9508, + ["thorns_proc_off_any_hit"]=9509, + ["threshold_jewel_magma_orb_damage_+%_final"]=9510, + ["threshold_jewel_magma_orb_damage_+%_final_per_chain"]=9511, + ["threshold_jewel_molten_strike_damage_projectile_count_+%_final"]=9512, + ["thrown_shield_secondary_projectile_damage_+%_final"]=9513, + ["titan_additional_inventory"]=9514, + ["titan_damage_+%_final_against_heavy_stunned_enemies"]=9515, + ["titan_expanded_main_inventory"]=9516, + ["titan_hit_damage_stun_multiplier_+%_final_vs_full_life_enemies"]=9517, + ["titan_maximum_life_+%_final"]=9518, + ["tornado_damage_+%"]=9520, + ["tornado_damage_frequency_+%"]=9519, + ["tornado_movement_speed_+%"]=9521, + ["tornado_only_primary_duration_+%"]=9522, + ["tornado_shot_critical_strike_chance_+%"]=3519, + ["tornado_shot_damage_+%"]=3262, + ["tornado_shot_num_of_secondary_projectiles"]=3527, + ["tornado_skill_area_of_effect_+%"]=9523, + ["total_base_life_regeneration_rate_per_minute_%_granted_to_allies_in_your_presence"]=920, + ["totem_%_maximum_life_inflicted_as_aoe_fire_damage_when_hit"]=3367, + ["totem_additional_physical_damage_reduction_%"]=2458, + ["totem_aura_enemy_damage_+%_final"]=3369, + ["totem_aura_enemy_fire_and_physical_damage_taken_+%"]=3370, + ["totem_chaos_immunity"]=9525, + ["totem_chaos_resistance_%"]=9526, + ["totem_critical_strike_chance_+%"]=1338, + ["totem_critical_strike_multiplier_+"]=1361, + ["totem_damage_+%"]=1109, + ["totem_damage_+%_final_per_active_totem"]=3331, + ["totem_damage_+%_if_havent_summoned_totem_in_past_2_seconds"]=9527, + ["totem_damage_+%_per_10_devotion"]=9528, + ["totem_duration_+%"]=1484, + ["totem_elemental_resistance_%"]=2456, + ["totem_energy_shield_+%"]=1482, + ["totem_fire_immunity"]=1422, + ["totem_hinder_nearby_enemies_when_summoned_with_25%_reduced_movement_speed"]=9529, + ["totem_life_+%"]=1480, + ["totem_mana_+%"]=1481, + ["totem_maximum_energy_shield"]=9530, + ["totem_number_of_additional_projectiles"]=2714, + ["totem_only_uses_skill_when_owner_attacks"]=9531, + ["totem_placement_range_+%"]=9532, + ["totem_range_+%"]=1483, + ["totem_skill_area_of_effect_+%"]=2267, + ["totem_skill_attack_speed_+%"]=2266, + ["totem_skill_cast_speed_+%"]=2265, + ["totem_skill_gem_level_+"]=9533, + ["totem_spells_damage_+%"]=9534, + ["totemified_skills_taunt_on_hit_%"]=3033, + ["totems_action_speed_cannot_be_modified_below_base"]=9524, + ["totems_attack_speed_+%_per_active_totem"]=3760, + ["totems_cannot_be_stunned"]=2697, + ["totems_explode_for_%_of_max_life_as_fire_damage_on_low_life"]=2926, + ["totems_explode_on_death_for_%_life_as_physical"]=9535, + ["totems_nearby_enemies_damage_taken_+%"]=9536, + ["totems_regenerate_%_life_per_minute"]=9537, + ["totems_resist_all_elements_+%_per_active_totem"]=3744, + ["totems_spells_cast_speed_+%_per_active_totem"]=3748, + ["totems_taunt_enemies_around_them_for_x_seconds_when_summoned"]=9538, + ["tower_add_breach_to_X_maps"]=9539, + ["tower_add_delirium_to_X_maps"]=9540, + ["tower_add_expedition_to_X_maps"]=9541, + ["tower_add_irradiated_to_X_maps"]=9542, + ["tower_add_map_bosses_to_X_maps"]=9543, + ["tower_add_ritual_to_X_maps"]=9544, + ["toxic_rain_damage_+%"]=9545, + ["toxic_rain_num_of_additional_projectiles"]=9546, + ["toxic_rain_physical_damage_%_to_gain_as_chaos"]=9547, + ["transfer_hexes_to_X_nearby_enemies_on_kill"]=2585, + ["trap_%_chance_to_trigger_twice"]=3375, + ["trap_and_mine_damage_+%_if_armed_for_4_seconds"]=9548, + ["trap_and_mine_damage_penetrates_%_elemental_resistance"]=2453, + ["trap_and_mine_maximum_added_physical_damage"]=3374, + ["trap_and_mine_minimum_added_physical_damage"]=3374, + ["trap_and_mine_throwing_speed_+%"]=9549, + ["trap_critical_strike_chance_+%"]=956, + ["trap_critical_strike_multiplier_+"]=960, + ["trap_damage_+%"]=875, + ["trap_damage_buildup_damage_+%_final_after_4_seconds"]=3372, + ["trap_damage_buildup_damage_+%_final_when_first_set"]=3371, + ["trap_damage_penetrates_%_elemental_resistance"]=2451, + ["trap_duration_+%"]=1613, + ["trap_or_mine_damage_+%"]=1110, + ["trap_skill_added_cooldown_count"]=9550, + ["trap_skill_area_of_effect_+%"]=3075, + ["trap_skill_gem_level_+"]=952, + ["trap_spread_+%"]=9551, + ["trap_throw_skills_have_blood_magic"]=9924, + ["trap_throwing_speed_+%"]=1618, + ["trap_throwing_speed_+%_per_frenzy_charge"]=9552, + ["trap_trigger_radius_+%"]=1616, + ["traps_and_mines_%_chance_to_poison"]=3659, + ["traps_cannot_be_triggered_by_enemies"]=9553, + ["traps_do_not_explode_on_timeout"]=2448, + ["traps_explode_on_timeout"]=2449, + ["traps_invulnerable"]=9554, + ["traps_invulnerable_for_duration_ms"]=2454, + ["travel_skill_cooldown_speed_+%"]=3954, + ["travel_skills_cannot_be_exerted"]=9555, + ["travel_skills_cooldown_speed_+%_per_frenzy_charge"]=3964, + ["travel_skills_poison_reflected_to_self_up_to_5_poisons"]=9556, + ["treat_enemy_resistances_as_negated_on_elemental_damage_hit_%_chance"]=9557, + ["trickster_cannot_take_damage_over_time_for_X_ms_every_10_seconds"]=9558, + ["trickster_damage_+%_final_per_different_mastery"]=1444, + ["trickster_damage_over_time_+%_final"]=9559, + ["trigger_elemental_storm_on_crit"]=9560, + ["trigger_skills_refund_half_energy_spent_chance_%"]=9561, + ["trigger_socketed_bow_skills_on_spell_cast_while_wielding_a_bow_%"]=623, + ["trigger_socketed_spell_on_attack_%"]=624, + ["trigger_socketed_spell_on_skill_use_%"]=626, + ["trigger_socketed_spells_when_you_focus_%"]=627, + ["trigger_socketed_warcry_when_endurance_charge_expires_or_consumed_%_chance"]=130, + ["trigger_wild_strike_on_attack_crit"]=9562, + ["triggerbots_damage_+%_final_with_triggered_spells"]=9563, + ["triggered_spell_spell_damage_+%"]=9564, + ["triggers_burning_runes_on_placing_ground_rune"]=9565, + ["triggers_soulbreaker_on_breaking_enemy_energy_shield"]=9566, + ["trinity_damage_+%_final_to_grant_per_50_resonance"]=9567, + ["trinity_loss_per_hit"]=9568, + ["trinity_resonance_to_grant"]=9568, + ["two_handed_melee_accuracy_rating_+%"]=1291, + ["two_handed_melee_area_damage_+%"]=9569, + ["two_handed_melee_area_of_effect_+%"]=9570, + ["two_handed_melee_attack_speed_+%"]=1273, + ["two_handed_melee_cold_damage_+%"]=1188, + ["two_handed_melee_critical_strike_chance_+%"]=1328, + ["two_handed_melee_critical_strike_multiplier_+"]=1329, + ["two_handed_melee_fire_damage_+%"]=1187, + ["two_handed_melee_physical_damage_+%"]=1185, + ["two_handed_melee_stun_duration_+%"]=1567, + ["uber_domain_monster_additional_physical_damage_reduction_%_per_revival"]=9571, + ["uber_domain_monster_all_resistances_+%_per_revival"]=9572, + ["uber_domain_monster_attack_and_cast_speed_+%_per_revival"]=9573, + ["uber_domain_monster_avoid_stun_%_per_revival"]=9574, + ["uber_domain_monster_critical_strike_chance_+%_per_revival"]=9575, + ["uber_domain_monster_critical_strike_multiplier_+%_per_revival"]=9576, + ["uber_domain_monster_deal_double_damage_chance_%_per_revival"]=9577, + ["uber_domain_monster_life_regeneration_rate_per_minute_%_per_revival"]=9578, + ["uber_domain_monster_maximum_life_+%_per_revival"]=9579, + ["uber_domain_monster_movement_speed_+%_per_revival"]=9580, + ["uber_domain_monster_overwhelm_%_physical_damage_reduction_per_revival"]=9581, + ["uber_domain_monster_penetrate_all_resistances_%_per_revival"]=9582, + ["uber_domain_monster_physical_damage_reduction_rating_+%_per_revival"]=9583, + ["uber_domain_monster_reward_chance_+%"]=9584, + ["ultimatum_wager_type_hash"]=45, + ["unaffected_by_bleed_if_cast_vulnerability_in_past_10_seconds"]=9585, + ["unaffected_by_bleeding_while_affected_by_malevolence"]=9586, + ["unaffected_by_bleeding_while_leeching"]=9587, + ["unaffected_by_blind"]=9588, + ["unaffected_by_burning_ground"]=9589, + ["unaffected_by_burning_ground_while_affected_by_purity_of_fire"]=9590, + ["unaffected_by_chill"]=9591, + ["unaffected_by_chill_during_dodge_roll"]=9592, + ["unaffected_by_chill_while_channelling"]=9593, + ["unaffected_by_chill_while_mana_leeching"]=9594, + ["unaffected_by_chilled_ground"]=9595, + ["unaffected_by_chilled_ground_while_affected_by_purity_of_ice"]=9596, + ["unaffected_by_conductivity_while_affected_by_purity_of_lightning"]=9597, + ["unaffected_by_corrupted_blood_while_leeching"]=9598, + ["unaffected_by_curses"]=2166, + ["unaffected_by_curses_while_affected_by_zealotry"]=9599, + ["unaffected_by_desecrated_ground"]=9600, + ["unaffected_by_elemental_weakness_while_affected_by_purity_of_elements"]=9601, + ["unaffected_by_enfeeble_while_affected_by_grace"]=9602, + ["unaffected_by_flammability_while_affected_by_purity_of_fire"]=9603, + ["unaffected_by_freeze_if_cast_frostbite_in_past_10_seconds"]=9604, + ["unaffected_by_frostbite_while_affected_by_purity_of_ice"]=9605, + ["unaffected_by_ignite"]=9606, + ["unaffected_by_ignite_and_shock_while_max_life_mana_within_500"]=9607, + ["unaffected_by_ignite_if_cast_flammability_in_past_10_seconds"]=9608, + ["unaffected_by_poison_while_affected_by_malevolence"]=9609, + ["unaffected_by_shock"]=9610, + ["unaffected_by_shock_if_cast_conductivity_in_past_10_seconds"]=9611, + ["unaffected_by_shock_while_channelling"]=9612, + ["unaffected_by_shocked_ground"]=9613, + ["unaffected_by_shocked_ground_while_affected_by_purity_of_lightning"]=9614, + ["unaffected_by_temporal_chains"]=9615, + ["unaffected_by_temporal_chains_while_affected_by_haste"]=9616, + ["unaffected_by_vulnerability_while_affected_by_determination"]=9617, + ["unarmed_attack_skill_melee_dash_range_+%"]=9618, + ["unarmed_attack_speed_+%"]=9619, + ["unarmed_damage_+%_vs_bleeding_enemies"]=3159, + ["unarmed_melee_attack_speed_+%"]=1285, + ["unarmed_melee_physical_damage_+%"]=1189, + ["unattached_sigil_attachment_range_+%_per_second"]=9620, + ["unbound_ailment_elemental_ailment_chance_+%_final"]=9621, + ["unbound_ailment_hit_damage_elemental_immobilisation_multiplier_+%_final"]=9622, + ["undead_minion_reservation_+%"]=9624, + ["unearth_additional_corpse_level"]=9625, + ["unholy_might_granted_magnitude_+%_per_100_maximum_mana"]=9626, + ["unholy_might_while_you_have_no_energy_shield"]=2407, + ["unique_%_maximum_mana_to_sacrifice_to_party_members_in_your_presence_when_they_cast_a_spell"]=9627, + ["unique_add_power_charge_on_melee_knockback_%"]=2587, + ["unique_blood_barrier_applies_x_stacks_of_corrupted_blood_on_block"]=9628, + ["unique_blood_barrier_corrupted_blood_base_physical_damage_per_minute_as_%_of_maximum_life"]=9628, + ["unique_blood_barrier_corrupted_blood_duration_ms"]=9628, + ["unique_body_armour_black_doubt_drain_%_mana_to_recover_life_until_full_and_dot_bypasses_es"]=9629, + ["unique_body_armour_shavronnes_wrappings_damage_cannot_bypass_energy_shield"]=9630, + ["unique_boots_all_damage_inflicts_poison_against_enemies_with_at_least_x_grasping_vines"]=3994, + ["unique_boots_secondary_ground_ignite_while_moving_base_fire_damage_%_of_life"]=3892, + ["unique_boots_secondary_ground_shock_while_moving"]=3893, + ["unique_bow_arborix_close_range_bow_damage_+%_final_while_have_iron_reflexes"]=9928, + ["unique_bow_attacks_repeat_x_times_when_no_enemies_in_your_presence"]=4004, + ["unique_chaos_damage_to_reflect_to_self_on_attack_%_chance"]=2617, + ["unique_chill_duration_+%_when_in_off_hand"]=2437, + ["unique_chin_sol_close_range_bow_damage_+%_final"]=2133, + ["unique_chin_sol_close_range_knockback"]=2134, + ["unique_cold_damage_ignites"]=2522, + ["unique_cold_damage_resistance_%_when_green_gem_socketed"]=1436, + ["unique_cooldown_modifier_ms"]=9631, + ["unique_critical_strike_chance_+%_final"]=2492, + ["unique_crowd_controlled_enemy_damage_taken_-%_final"]=9632, + ["unique_damage_+%_vs_rare_or_unique_enemy_per_second_ever_in_presence_up_to_max"]=9633, + ["unique_dewaths_hide_physical_attack_damage_dealt_-"]=2154, + ["unique_double_presence_radius"]=9634, + ["unique_facebreaker_unarmed_melee_physical_damage_+%_final"]=2127, + ["unique_fire_damage_resistance_%_when_red_gem_socketed"]=1432, + ["unique_fire_damage_shocks"]=2521, + ["unique_gain_onslaught_when_hit_duration_ms"]=2494, + ["unique_gain_onslaught_when_hit_duration_ms_per_endurance_charge"]=2509, + ["unique_gain_power_charge_on_non_crit"]=2562, + ["unique_gain_soul_eater"]=9635, + ["unique_helmet_cast_speed_+%_applies_to_attack_speed_at_%_of_original_value"]=9636, + ["unique_helmet_damage_+%_final_per_warcry_exerting_action"]=9637, + ["unique_jewel_flask_charges_gained_+%_final_from_kills"]=9638, + ["unique_jewel_flask_duration_+%_final"]=9639, + ["unique_jewel_grants_notable_hash_1"]=9640, + ["unique_jewel_grants_notable_hash_2"]=9641, + ["unique_jewel_grants_notable_hash_3"]=9642, + ["unique_jewel_grants_notable_hash_part_1"]=9643, + ["unique_jewel_grants_notable_hash_part_2"]=9644, + ["unique_jewel_reserved_blood_maximum_life_+%_final"]=9645, + ["unique_jewel_specific_skill_level_+_level"]=9646, + ["unique_jewel_specific_skill_level_+_skill"]=9646, + ["unique_lightning_damage_freezes"]=2523, + ["unique_lightning_damage_resistance_%_when_blue_gem_socketed"]=1439, + ["unique_local_maximum_added_chaos_damage_when_in_off_hand"]=1248, + ["unique_local_maximum_added_cold_damage_when_in_off_hand"]=1234, + ["unique_local_maximum_added_fire_damage_when_in_main_hand"]=1228, + ["unique_local_minimum_added_chaos_damage_when_in_off_hand"]=1248, + ["unique_local_minimum_added_cold_damage_when_in_off_hand"]=1234, + ["unique_local_minimum_added_fire_damage_when_in_main_hand"]=1228, + ["unique_loris_lantern_golden_light"]=2240, + ["unique_lose_a_power_charge_when_hit"]=9648, + ["unique_lose_all_endurance_charges_when_hit"]=2493, + ["unique_lose_all_power_charges_on_crit"]=2563, + ["unique_map_boss_class_of_rare_items_to_drop"]=2390, + ["unique_map_boss_number_of_rare_items_to_drop"]=2390, + ["unique_maximum_chaos_damage_to_reflect_to_self_on_attack"]=2617, + ["unique_mine_damage_+%_final"]=1112, + ["unique_minimum_chaos_damage_to_reflect_to_self_on_attack"]=2617, + ["unique_minions_in_presence_gain_and_lose_life_when_you_do"]=9649, + ["unique_monster_dropped_item_rarity_+%"]=9650, + ["unique_movement_speed_and_skill_speed_-%_final_per_number_of_times_dodge_rolled_in_past_20_seconds"]=9651, + ["unique_nearby_allies_recover_permyriad_max_life_on_death"]=2630, + ["unique_no_curse_delay"]=9652, + ["unique_primordial_tether_golem_damage_+%_final"]=3285, + ["unique_primordial_tether_golem_life_+%_final"]=3663, + ["unique_prism_guardian_spirit_+_per_X_maximum_life"]=9653, + ["unique_quill_rain_damage_+%_final"]=2146, + ["unique_recover_%_maximum_life_on_x_altenator"]=9654, + ["unique_redblade_banner_enemies_in_presence_monster_power_+%_final"]=9655, + ["unique_replica_volkuurs_guidance_ignite_duration_+%_final"]=9656, + ["unique_revive_permanent_minions_on_mana_flask_use"]=9657, + ["unique_ryslathas_coil_maximum_physical_attack_damage_+%_final"]=1114, + ["unique_ryslathas_coil_minimum_physical_attack_damage_+%_final"]=1115, + ["unique_shield_window_of_paradise_apply_elemental_exposure_while_raised"]=9658, + ["unique_soulless_elegance_energy_shield_recharge_rate_+%_final"]=9659, + ["unique_spirit_reservations_are_halved"]=9660, + ["unique_sunblast_throw_traps_in_circle_radius"]=9661, + ["unique_two_handed_weapon_lightning_stun_multiplier_+%_final"]=9662, + ["unique_volkuurs_clutch_poison_duration_+%_final"]=2800, + ["unique_voltaxic_rift_shock_as_though_damage_+%_final"]=2576, + ["unique_voltaxic_rift_shock_maximum_magnitude_override"]=9663, + ["unique_you_count_as_on_low_life_while_at_%_of_maximum_mana_or_below"]=9664, + ["unique_you_count_as_on_low_mana_while_at_%_of_maximum_health_or_below"]=9665, + ["unnerve_for_4_seconds_on_hit_with_wands"]=9666, + ["unnerve_nearby_enemies_on_use_for_ms"]=9667, + ["unveiled_mod_effect_+%"]=72, + ["utility_flask_charges_recovered_per_3_seconds"]=9668, + ["utility_flask_cold_damage_taken_+%_final"]=9669, + ["utility_flask_fire_damage_taken_+%_final"]=9670, + ["utility_flask_lightning_damage_taken_+%_final"]=9671, + ["vaal_attack_rage_cost_instead_of_souls_per_use"]=2366, + ["vaal_skill_critical_strike_chance_+%"]=2738, + ["vaal_skill_critical_strike_multiplier_+"]=2739, + ["vaal_skill_damage_+%"]=2726, + ["vaal_skill_effect_duration_+%"]=2736, + ["vaal_skill_gem_level_+"]=9672, + ["vaal_skill_soul_cost_+%"]=9673, + ["vaal_skill_soul_gain_preventation_duration_+%"]=2737, + ["vaal_skill_soul_refund_chance_%"]=9674, + ["vaal_volcanic_fissure_molten_strike_soul_gain_prevention_+%"]=9675, + ["vampiric_link_duration_+%"]=9676, + ["vengeance_cooldown_speed_+%"]=3463, + ["vengeance_damage_+%"]=3307, + ["vigilant_and_flicker_strike_active_skill_cooldown_bypass_type_override_to_power_charge"]=9677, + ["vigilant_strike_applies_to_nearby_allies_for_X_seconds"]=2869, + ["vigilant_strike_damage_+%"]=3295, + ["vigilant_strike_fortify_duration_+%"]=3483, + ["viper_and_pestilent_strike_attack_damage_+%_per_frenzy_charge"]=9678, + ["viper_strike_critical_strike_chance_+%"]=3516, + ["viper_strike_damage_+%"]=3237, + ["viper_strike_dual_wield_damage_+%_final"]=9679, + ["viper_strike_poison_duration_+%"]=3505, + ["virtual_base_maximum_energy_shield_to_grant_to_you_and_nearby_allies"]=2999, + ["virtual_block_%_damage_taken"]=9680, + ["virtual_chance_to_gain_1_more_endurance_charge_%"]=9681, + ["virtual_chance_to_gain_1_more_frenzy_charge_%"]=9682, + ["virtual_chance_to_gain_1_more_power_charge_%"]=9683, + ["virtual_energy_shield_delay_-%"]=3169, + ["virtual_energy_shield_recharge_rate_+%"]=3171, + ["virtual_glory_generation_+%"]=9684, + ["virtual_hundred_times_active_skill_generates_mp_%_glory_per_armour_break"]=9685, + ["virtual_hundred_times_active_skill_generates_mp_%_glory_per_attack_hit"]=9686, + ["virtual_hundred_times_active_skill_generates_mp_%_glory_per_heavy_stun"]=9687, + ["virtual_hundred_times_active_skill_generates_mp_%_glory_per_ignite"]=9688, + ["virtual_light_radius_+%"]=2188, + ["virtual_mana_gain_per_target"]=1456, + ["virtual_maximum_curse_zones_allowed"]=9689, + ["virtual_minion_damage_+%"]=1668, + ["virtual_number_of_banners_allowed"]=9690, + ["virtual_number_of_ranged_animated_weapons_allowed"]=2889, + ["virulent_arrow_additional_spores_at_max_stages"]=9691, + ["virulent_arrow_chance_to_poison_%_per_stage"]=9692, + ["vitality_mana_reservation_+%"]=3612, + ["vitality_mana_reservation_efficiency_+%"]=9694, + ["vitality_mana_reservation_efficiency_-2%_per_1"]=9693, + ["vitality_reserves_no_mana"]=9695, + ["void_sphere_cooldown_speed_+%"]=9696, + ["volatile_dead_and_cremation_penetrate_%_fire_resistance_per_100_dexterity"]=9697, + ["volatile_dead_base_number_of_corpses_to_consume"]=9698, + ["volatile_dead_cast_speed_+%"]=9699, + ["volatile_dead_consume_additional_corpse"]=9700, + ["volatile_dead_damage_+%"]=9701, + ["volatility_additional_non_skill_%_damage_as_extra_chaos_to_grant"]=9702, + ["volatility_critical_strike_chance_+%_to_grant"]=9703, + ["volatility_detonation_delay_+%"]=9704, + ["volatility_on_kill_%_chance"]=9705, + ["volatility_refresh_%_chance"]=9706, + ["volatility_when_stunned_%_chance"]=9707, + ["volcanic_fissure_damage_+%"]=9708, + ["volcanic_fissure_number_of_additional_projectiles"]=9709, + ["volcanic_fissure_speed_+%"]=9710, + ["voltaxic_burst_damage_+%"]=9711, + ["voltaxic_burst_damage_+%_per_100ms_duration"]=9712, + ["voltaxic_burst_skill_area_of_effect_+%"]=9713, + ["vortex_active_skill_additional_critical_strike_chance_if_used_through_frostbolt"]=9714, + ["vortex_area_of_effect_+%_when_cast_on_frostbolt"]=9715, + ["vulnerability_curse_effect_+%"]=3587, + ["vulnerability_duration_+%"]=3488, + ["vulnerability_gem_level_+"]=1953, + ["vulnerability_ignores_hexproof"]=2292, + ["vulnerability_mana_reservation_+%"]=3621, + ["vulnerability_no_reservation"]=9716, + ["wand_accuracy_rating"]=1698, + ["wand_accuracy_rating_+%"]=1299, + ["wand_attack_speed_+%"]=1282, + ["wand_critical_strike_chance_+%"]=1323, + ["wand_critical_strike_multiplier_+"]=1345, + ["wand_damage_+%"]=2592, + ["wand_damage_+%_if_crit_recently"]=9717, + ["wand_damage_+%_per_power_charge"]=1825, + ["wand_elemental_damage_+%"]=1805, + ["war_banner_aura_effect_+%"]=9718, + ["war_banner_mana_reservation_efficiency_+%"]=9719, + ["warbringer_overbreak_armour"]=9720, + ["warcries_apply_fire_exposure"]=9721, + ["warcries_are_instant"]=3059, + ["warcries_bypass_cooldown"]=9722, + ["warcries_cost_no_mana"]=3701, + ["warcries_debilitate_enemies_for_1_second"]=9723, + ["warcries_have_minimum_10_power"]=9724, + ["warcries_knock_back_enemies"]=9725, + ["warcry_buff_effect_+%"]=9726, + ["warcry_chance_to_gain_frenzy_power_endurance_charge_%_per_power"]=9727, + ["warcry_cooldown_modifier_ms"]=9728, + ["warcry_cooldown_speed_+%"]=2942, + ["warcry_damage_+%"]=9729, + ["warcry_damage_taken_goes_to_mana_%"]=2882, + ["warcry_duration_+%"]=2828, + ["warcry_empowers_next_x_melee_attacks"]=9730, + ["warcry_empowers_next_x_melee_attacks_if_you_have_at_least_100_tribute"]=9731, + ["warcry_monster_power_+%"]=9732, + ["warcry_physical_damage_reduction_rating_+%_per_5_power_for_8_seconds"]=9733, + ["warcry_skill_area_of_effect_+%"]=9734, + ["warcry_skills_cooldown_is_4_seconds"]=9735, + ["warcry_speed_+%"]=2897, + ["warcry_speed_+%_per_25_tribute"]=9736, + ["ward_+%"]=1373, + ["ward_delay_recovery_+%"]=1375, + ["warlords_mark_curse_effect_+%"]=3588, + ["warlords_mark_duration_+%"]=3487, + ["water_sphere_cold_lightning_exposure_%"]=9737, + ["water_sphere_damage_+%"]=9738, + ["weapon_chaos_damage_+%"]=1746, + ["weapon_cold_damage_+%"]=1744, + ["weapon_damage_+%_per_10_str"]=9739, + ["weapon_elemental_damage_+%"]=1223, + ["weapon_elemental_damage_+%_per_power_charge"]=2358, + ["weapon_elemental_damage_+%_while_using_flask"]=2428, + ["weapon_fire_damage_+%"]=1743, + ["weapon_hellscaping_speed_+%"]=6624, + ["weapon_lightning_damage_+%"]=1745, + ["weapon_physical_damage_+%"]=2416, + ["weapon_swap_speed_+%"]=9740, + ["while_curse_is_25%_expired_hinder_enemy_%"]=9741, + ["while_curse_is_33%_expired_malediction"]=9742, + ["while_curse_is_50%_expired_curse_effect_+%"]=9743, + ["while_curse_is_75%_expired_enemy_damage_taken_+%"]=9744, + ["while_stationary_gain_additional_physical_damage_reduction_%"]=9745, + ["while_stationary_gain_life_regeneration_rate_per_minute_%"]=9746, + ["while_using_mace_stun_threshold_reduction_+%"]=1362, + ["whirling_blades_attack_speed_+%"]=3445, + ["whirling_blades_damage_+%"]=3296, + ["wild_strike_damage_+%"]=3271, + ["wild_strike_num_of_additional_projectiles_in_chain"]=3571, + ["wild_strike_radius_+%"]=3405, + ["winter_brand_chill_effect_+%"]=9747, + ["winter_brand_damage_+%"]=9748, + ["winter_brand_max_number_of_stages_+"]=9749, + ["wintertide_and_arcanist_brand_branded_enemy_explode_for_25%_life_as_chaos_on_death_chance_%"]=9750, + ["witch_passive_maximum_lightning_damage_+%_final"]=9751, + ["witchhunter_armour_evasion_+%_final"]=9752, + ["witchhunter_chance_to_explode_enemies_for_100%_of_life_as_physical"]=9753, + ["witchhunter_up_to_damage_+%_final_against_targets_with_missing_focus"]=9754, + ["with_bow_additional_block_%"]=2150, + ["wither_area_of_effect_+%_every_second_while_channelling_up_to_+200%"]=9755, + ["wither_duration_+%"]=3501, + ["wither_expire_speed_+%"]=9756, + ["wither_never_expires"]=4005, + ["wither_radius_+%"]=3417, + ["withered_effect_on_self_+%"]=9757, + ["withered_magnitude_+%"]=9758, + ["withered_on_hit_for_2_seconds_%_chance"]=3968, + ["withered_on_hit_for_2_seconds_if_enemy_has_5_or_less_withered_chance_%"]=9759, + ["withered_on_hit_for_4_seconds_%_chance"]=9760, + ["wrath_aura_effect_+%"]=2972, + ["wrath_mana_reservation_+%"]=3613, + ["wrath_mana_reservation_efficiency_+%"]=9762, + ["wrath_mana_reservation_efficiency_-2%_per_1"]=9761, + ["wrath_reserves_no_mana"]=9763, + ["x%_faster_start_of_sorcery_ward_recovery"]=9764, + ["x_to_maximum_life_per_2_intelligence"]=1712, + ["you_and_allies_additional_block_%_if_have_attacked_recently"]=9765, + ["you_and_allies_in_presence_accuracy_rating_+%"]=9766, + ["you_and_allies_in_presence_all_damage_can_ignite"]=9767, + ["you_and_allies_in_presence_attack_speed_+%"]=9768, + ["you_and_allies_in_presence_cast_speed_+%"]=9769, + ["you_and_allies_in_presence_chaos_damage_resistance_%"]=9770, + ["you_and_allies_in_presence_cooldown_speed_+%"]=9771, + ["you_and_allies_in_presence_non_skill_base_all_damage_%_to_gain_as_fire_while_on_high_infernal_flame"]=9772, + ["you_and_minion_attack_and_cast_speed_+%_for_4_seconds_when_corpse_destroyed"]=3641, + ["you_and_nearby_allies_armour_+_if_have_impaled_recently"]=9773, + ["you_and_nearby_allies_critical_strike_chance_+%"]=9774, + ["you_and_nearby_allies_critical_strike_multiplier_+"]=9775, + ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_corpse_consumed_recently"]=9776, + ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_have_blocked_recently"]=9777, + ["you_and_nearby_allies_life_regeneration_rate_per_minute_%_if_you_hit_an_enemy_recently"]=9778, + ["you_and_nearby_allys_gain_onslaught_for_4_seconds_on_warcry"]=9779, + ["you_and_nearby_party_members_gain_x_rage_when_you_warcry"]=9780, + ["you_and_totem_life_regeneration_rate_per_minute_%_per_active_totem"]=9781, + ["you_and_your_totems_gain_an_endurance_charge_on_burning_enemy_kill_%"]=2940, + ["you_are_cursed_with_despair"]=9782, + ["you_are_cursed_with_elemental_weakness"]=9783, + ["you_are_cursed_with_enfeeble"]=9784, + ["you_are_cursed_with_temporal_chains"]=9785, + ["you_are_cursed_with_vulnerability"]=9786, + ["you_cannot_be_hindered"]=9787, + ["you_cannot_have_non_animated_minions"]=9788, + ["you_cannot_have_non_golem_minions"]=3276, + ["you_cannot_have_non_spectre_minions"]=9789, + ["you_cannot_inflict_curses"]=9790, + ["you_count_as_full_life_while_affected_by_vulnerability"]=2749, + ["you_count_as_low_life_while_affected_by_vulnerability"]=2750, + ["you_count_as_low_life_while_not_on_full_life"]=9791, + ["you_gain_%_life_when_one_of_your_minions_is_revived"]=9792, + ["your_aegis_skills_except_primal_are_disabled"]=629, + ["your_aftershock_area_of_effect_+%"]=9793, + ["your_ailments_deal_damage_faster_%_while_affected_by_malevolence"]=9795, + ["your_auras_except_anger_are_disabled"]=9796, + ["your_auras_except_clarity_are_disabled"]=9797, + ["your_auras_except_determination_are_disabled"]=9798, + ["your_auras_except_discipline_are_disabled"]=9799, + ["your_auras_except_grace_are_disabled"]=9800, + ["your_auras_except_haste_are_disabled"]=9801, + ["your_auras_except_hatred_are_disabled"]=9802, + ["your_auras_except_malevolence_are_disabled"]=9803, + ["your_auras_except_precision_are_disabled"]=9804, + ["your_auras_except_pride_are_disabled"]=9805, + ["your_auras_except_purity_of_elements_are_disabled"]=9806, + ["your_auras_except_purity_of_fire_are_disabled"]=9807, + ["your_auras_except_purity_of_ice_are_disabled"]=9808, + ["your_auras_except_purity_of_lightning_are_disabled"]=9809, + ["your_auras_except_vitality_are_disabled"]=9810, + ["your_auras_except_wrath_are_disabled"]=9811, + ["your_auras_except_zealotry_are_disabled"]=9812, + ["your_consecrated_ground_effect_lingers_for_ms_after_leaving_the_area"]=9813, + ["your_consecrated_ground_grants_damage_+%"]=3797, + ["your_elemental_resistances_do_not_exist"]=2502, + ["your_es_takes_%_hit_damage_from_allies_in_presence_before_them"]=9814, + ["your_life_cannot_change_while_you_have_energy_shield"]=9815, + ["your_life_flasks_also_apply_to_your_minions"]=1866, + ["your_mace_slam_aftershock_chance_%"]=9816, + ["your_mace_strike_aftershock_chance_%"]=9817, + ["your_marks_spread_to_a_nearby_enemies_on_consume_%_chance"]=9818, + ["your_movement_skills_are_disabled"]=9819, + ["your_profane_ground_effect_lingers_for_ms_after_leaving_the_area"]=9820, + ["your_shield_skills_are_disabled"]=9821, + ["your_slam_aftershock_chance_%"]=9822, + ["your_spells_are_disabled"]=9823, + ["your_travel_skills_are_disabled"]=9824, + ["your_travel_skills_except_dash_are_disabled"]=9825, + ["zealotry_aura_effect_+%"]=9839, + ["zealotry_mana_reservation_+%"]=9842, + ["zealotry_mana_reservation_efficiency_+%"]=9841, + ["zealotry_mana_reservation_efficiency_-2%_per_1"]=9840, + ["zealotry_reserves_no_mana"]=9843, + ["zero_chaos_resistance"]=9844, + ["zombie_attack_speed_+%"]=3433, + ["zombie_caustic_cloud_on_death_maximum_life_per_minute_to_deal_as_chaos_damage_%"]=9845, + ["zombie_chaos_elemental_damage_resistance_%"]=2275, + ["zombie_damage_+%"]=3228, + ["zombie_elemental_resistances_%"]=3556, + ["zombie_explode_on_kill_%_fire_damage_to_deal"]=2357, + ["zombie_maximum_life_+"]=2274, + ["zombie_physical_damage_+%"]=2356, + ["zombie_physical_damage_+%_final"]=9846, + ["zombie_scale_+%"]=2355, + ["zombie_slam_area_of_effect_+%"]=9847, + ["zombie_slam_cooldown_speed_+%"]=9848, + ["zombie_slam_damage_+%"]=9849 } \ No newline at end of file diff --git a/src/Data/StatDescriptions/utility_flask_buff_stat_descriptions.lua b/src/Data/StatDescriptions/utility_flask_buff_stat_descriptions.lua index 95f3c0c19c..1051bc7d61 100644 --- a/src/Data/StatDescriptions/utility_flask_buff_stat_descriptions.lua +++ b/src/Data/StatDescriptions/utility_flask_buff_stat_descriptions.lua @@ -99,6 +99,22 @@ return { } }, [7]={ + [1]={ + [1]={ + limit={ + [1]={ + [1]="#", + [2]="#" + } + }, + text="Grants Immunity to Curses" + } + }, + stats={ + [1]="immune_to_curses" + } + }, + [8]={ [1]={ [1]={ limit={ @@ -120,6 +136,7 @@ return { ["base_immune_to_shock"]=4, ["immune_to_bleeding"]=5, ["immune_to_burning"]=6, - ["immune_to_poison"]=7, + ["immune_to_curses"]=7, + ["immune_to_poison"]=8, parent="stat_descriptions" } \ No newline at end of file diff --git a/src/Data/Uniques/Special/Generated.lua b/src/Data/Uniques/Special/Generated.lua index aff99255dc..b120fa0c97 100644 --- a/src/Data/Uniques/Special/Generated.lua +++ b/src/Data/Uniques/Special/Generated.lua @@ -9,7 +9,7 @@ data.uniques.generated = { } local excludedItemKeystones = { } -local uniqueMods = LoadModule("Data/ModItemExclusive") +local uniqueMods = data.itemMods.Exclusive do local againstMods = { } @@ -130,3 +130,86 @@ do table.insert(megalomaniac, "Corrupted") table.insert(data.uniques.generated, table.concat(megalomaniac, "\n")) end + +do + local kulemakMods = { } + for modName, mod in pairs(uniqueMods) do + local name = modName:match("^PassageUnique(.+)$") + if name then + table.insert(kulemakMods, { + mod = mod, + name = name + :gsub("([a-z])([A-Z])", "%1 %2") + :gsub("(%d+)([A-Za-z])", " %1 %2") -- separate numbers from letters after + :gsub("([A-Za-z])(%d+)", "%1 %2") -- separate letters from numbers before + }) + end + end + table.sort(kulemakMods, function(a, b) return a.name < b.name end) + local kulemak = { + "Grip of Kulemak", + "Abyssal Signet", + "League: Rise of the Abyssal", + "Has Alt Variant: true", + "Has Alt Variant Two: true", + "Has Alt Variant Three: true", + } + for _, mod in ipairs(kulemakMods) do + table.insert(kulemak, "Variant: " .. mod.name) + end + table.insert(kulemak, "Selected Variant: 1") + table.insert(kulemak, "Selected Alt Variant: 2") + table.insert(kulemak, "Selected Alt Variant Two: 3") + table.insert(kulemak, "Selected Alt Variant Three: 4") + table.insert(kulemak, "Implicits: 1") + table.insert(kulemak, "Inflict Abyssal Wasting on Hit") + for index, mod in ipairs(kulemakMods) do + table.insert(kulemak, "{variant:" .. index .. "}" .. mod.mod[1]) + end + table.insert(data.uniques.generated, table.concat(kulemak, "\n")) +end + +local veiledMods = LoadModule("Data/ModVeiled") + +do + local heartMods = { } + for modName, mod in pairs(veiledMods) do + local name = modName:match("^UniqueHeart(.+)$") + if name then + local displayName = name + :gsub("([a-z])([A-Z])", "%1 %2") + :gsub("(%d+)([A-Za-z])", " %1 %2") -- separate numbers from letters after + :gsub("([A-Za-z])(%d+)", "%1 %2") -- separate letters from numbers before + -- Hacky replacement as the Mod names don't match the stat type. + :gsub("Gained As Lightning", "__TEMP_LIGHTNING__") + :gsub("Gained As Chaos", "Gained As Lightning") + :gsub("Gained As Cold", "Gained As Chaos") + :gsub("__TEMP_LIGHTNING__", "Gained As Cold") + table.insert(heartMods, { + mod = mod, + name = displayName + }) + end + end + table.sort(heartMods, function(a, b) return a.name < b.name end) + local heart = { + "Heart of the Well", + "Diamond", + "League: Rise of the Abyssal", + "Limited to: 1", + "Has Alt Variant: true", + "Has Alt Variant Two: true", + "Has Alt Variant Three: true", + } + for _, mod in ipairs(heartMods) do + table.insert(heart, "Variant: " .. mod.name) + end + table.insert(heart, "Selected Variant: 1") + table.insert(heart, "Selected Alt Variant: 2") + table.insert(heart, "Selected Alt Variant Two: 40") + table.insert(heart, "Selected Alt Variant Three: 41") + for index, mod in ipairs(heartMods) do + table.insert(heart, "{variant:" .. index .. "}" .. mod.mod[1]) + end + table.insert(data.uniques.generated, table.concat(heart, "\n")) +end diff --git a/src/Data/Uniques/amulet.lua b/src/Data/Uniques/amulet.lua index 923dd16c94..eecf11a94c 100644 --- a/src/Data/Uniques/amulet.lua +++ b/src/Data/Uniques/amulet.lua @@ -116,6 +116,17 @@ Allies in your Presence have (30-50)% increased Critical Damage Bonus {tags:caster,speed}Allies in your Presence have (10-20)% increased Cast Speed 50% reduced Presence Area of Effect ]],[[ +Hinekora's Sight +Stellar Amulet +Requires Level 44 +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Future-Past +{tags:attribute}+(5-7) to all Attributes +{tags:attack}+(300-600) to Accuracy Rating +{tags:defences}+(300-600) to Evasion Rating +Cannot be Blinded +]],[[ Idol of Uldurn Crimson Amulet Requires Level 24 @@ -215,12 +226,15 @@ Your Critical Hits do not deal extra Damage ]],[[ Xoph's Blood Amber Amulet +Variant: Pre 0.3.0 +Variant: Current Source: Drops from unique{Xesht, We That Are One} in normal{Twisted Domain} Implicits: 1 {tags:attribute}+(10-15) to Strength -{tags:life}(10-15)% increased maximum Life +{tags:life}(10-20)% increased maximum Life {tags:fire}+(20-30)% to Fire Resistance -{tags:fire}Enemies in your Presence have Fire Exposure +{variant:1}Enemies in your Presence have +1% to Fire Resistance +{variant:2}Enemies in your Presence have -10% to Fire Resistance ]],[[ Yoke of Suffering Bloodstone Amulet diff --git a/src/Data/Uniques/belt.lua b/src/Data/Uniques/belt.lua index 75951e2305..03b8d4f095 100644 --- a/src/Data/Uniques/belt.lua +++ b/src/Data/Uniques/belt.lua @@ -48,6 +48,24 @@ Has (1-3) Charm Slot (30-40)% increased Life and Mana Recovery from Flasks You are considered on Low Life while at 75% of maximum Life or below instead ]],[[ +Darkness Enthroned +Fine Belt +League: Rise of the Abyssal +Variant: Helmet +Variant: Body Armour +Variant: Gloves +Variant: Boots +Variant: Shield +Implicits: 2 +Has (1-3) Charm Slot +Flasks gain 0.17 charges per Second +{variant:2}This item gains bonuses from Socketed Items as though it was a Body Armour +{variant:4}This item gains bonuses from Socketed Items as though it was Boots +{variant:3}This item gains bonuses from Socketed Items as though it was Gloves +{variant:1}This item gains bonuses from Socketed Items as though it was a Helmet +{variant:5}This item gains bonuses from Socketed Items as though it was a Shield +(50-100)% increased effect of Socketed Items +]],[[ The Gnashing Sash Wide Belt League: Dawn of the Hunt @@ -83,6 +101,7 @@ When you Kill a Rare monster, you gain its Modifiers for 60 seconds ]],[[ Infernoclasp Plate Belt +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current Implicits: 2 @@ -173,6 +192,20 @@ Has (1-3) Charm Slot You lose 5% of maximum Energy Shield per second Excess Life Recovery from Leech is applied to Energy Shield ]],[[ +Umbilicus Immortalis +Linen Belt +League: Rise of the Abyssal +Requires Level 24 +Implicits: 2 +(20-30)% increased Mana Recovery from Flasks +Has (1-3) Charm Slot +(30-40)% reduced Flask Effect Duration ++(20-30) to Intelligence +Minions have (20-30)% increased maximum Life +Your Life Flask also applies to your Minions +Minions cannot Die while affected by a Life Flask +(20-30)% increased Flask Charges gained +]],[[ Waistgate Heavy Belt Heavy Belt League: Dawn of the Hunt diff --git a/src/Data/Uniques/body.lua b/src/Data/Uniques/body.lua index 129b54dbf8..24846d4623 100644 --- a/src/Data/Uniques/body.lua +++ b/src/Data/Uniques/body.lua @@ -6,13 +6,15 @@ return { Blackbraid Fur Plate Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}+(40-60) to Armour +{variant:2,3}+(40-60) to Armour +(5-15) to Strength +(5-15) to Intelligence -{variant:2}+10% to all Elemental Resistances +{variant:2,3}+10% to all Elemental Resistances +{variant:1,2}+100% of Armour also applies to Elemental Damage +{variant:3}+(100-150)% of Armour also applies to Elemental Damage +(40-60) to Stun Threshold -Armour applies to Elemental Damage ]],[[ Bramblejack Rusted Cuirass @@ -123,12 +125,14 @@ Cannot be Ignited Briskwrap Rhoahide Coat Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}(60-100)% increased Evasion Rating +{variant:2,3}(60-100)% increased Evasion Rating (40-60)% increased Flask Life Recovery rate (40-60)% increased Flask Mana Recovery rate +(20-30) to Dexterity +(20-30)% to Cold Resistance +{variant:3}Gain Deflection Rating equal to (20-30)% of Evasion Rating ]],[[ Bristleboar Leather Vest @@ -168,16 +172,18 @@ Implicits: 1 Adds (13-20) to (21-31) Cold damage to Attacks +(30-40) to Dexterity 25% increased Chill Duration on Enemies -Can Evade all Hits if you have not been Hit Recently +Evasion Rating is doubled if you have not been Hit Recently ]],[[ Quatl's Molt Serpentscale Coat Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}(60-80)% increased Evasion Rating +{variant:2,3}(60-80)% increased Evasion Rating {variant:1}+(30-50) to maximum Life -{variant:2}+(60-80) to maximum Life +{variant:2,3}+(60-80) to maximum Life +(17-23)% to Chaos Resistance +{variant:3}Gain Deflection Rating equal to (40-60)% of Evasion Rating (10-20) Life Regeneration per second Cannot be Poisoned ]],[[ @@ -217,9 +223,9 @@ League: Dawn of the Hunt (100-150)% increased Evasion Rating +(80-120) to maximum Life +(10-30) to Spirit -(40-60)% reduced Bleeding Duration on you (40-60)% reduced Poison Duration on you You can have two Companions of different types +(40-60)% reduced Duration of Bleeding on You ]], -- Body: Energy Shield @@ -386,12 +392,13 @@ Doryani's Prototype Scale Mail (50-100)% increased Armour and Evasion +(60-80) to maximum Life -Armour also applies to Lightning damage taken from Hits ++100% of Armour also applies to Lightning Damage Enemies in your Presence have Lightning Resistance equal to yours Lightning Resistance does not affect Lightning damage taken ]],[[ The Fallen Formation Lamellar Mail +Source: No longer obtainable League: Dawn of the Hunt (100-200)% increased Armour and Evasion +(20-30) to Strength @@ -410,15 +417,28 @@ Variant: Current Iron Grip Iron Will ]],[[ +Lightning Coil +Ancestral Mail +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Valako's Charge +(80-120)% increased Armour and Evasion ++(80-100) to maximum Life ++(20-30) to Dexterity +-(40-30)% to Lightning Resistance +(20-40)% of Physical damage from Hits taken as Lightning damage +]],[[ Pariah's Embrace Cloaked Mail Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current (50-80)% increased Armour and Evasion +50 to Spirit -{variant:2}+(10-15) to all Attributes +{variant:2,3}+(10-15) to all Attributes (10-15) Life Regeneration per second -20% reduced Mana Cost of Skills +{variant:1,2}20% reduced Mana Cost of Skills +{variant:3}(20-40)% increased Mana Cost Efficiency ]],[[ Perfidy Knight Armour @@ -452,8 +472,8 @@ Couture of Crimson Gilded Vestments (50-100)% increased Armour and Energy Shield 25% reduced maximum Life -(40-60)% reduced Bleeding Duration on you Life Leech can Overflow Maximum Life +(40-60)% reduced Duration of Bleeding on You ]],[[ Enfolding Dawn Pilgrim Vestments @@ -479,7 +499,7 @@ Mail Vestments +(20-30) to Strength +(20-30) to Intelligence +(30-40)% to Cold Resistance -Freeze as though dealing Cold damage equal to 10% of your maximum Mana when Hit +Gain Cold Thorns Damage equal to (10-18)% of your maximum Mana ]],[[ The Mutable Star Cleric Vestments @@ -487,9 +507,9 @@ League: Dawn of the Hunt (100-150)% increased Armour and Energy Shield (50-100)% increased Energy Shield Recharge Rate (25-35) Life Regeneration per second -(30-50)% reduced Bleeding Duration on you (30-50)% reduced Ignite Duration on you Defend against Hits as though you had 1% more Armour per 1% current Energy Shield +(30-50)% reduced Duration of Bleeding on You ]],[[ Sacrosanctum Corvus Mantle @@ -539,8 +559,20 @@ Apron of Emiran Hermit Garb (30-50)% increased Evasion and Energy Shield +(10-20) to Dexterity -(40-60)% reduced Bleeding Duration on you Bleeding you inflict is Aggravated +(40-60)% reduced Duration of Bleeding on You +]],[[ +Cospri's Will +Assassin Garb +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Withering Presence +5% increased Movement Speed +(150-200)% increased Evasion and Energy Shield ++(23-29)% to Chaos Resistance +Curses you inflict have infinite Duration +Curses you inflict can affect Hexproof Enemies +Withered you inflict has infinite Duration ]],[[ The Dancing Mirage Wayfarer Jacket diff --git a/src/Data/Uniques/boots.lua b/src/Data/Uniques/boots.lua index 278a027cec..ca3aaab6a2 100644 --- a/src/Data/Uniques/boots.lua +++ b/src/Data/Uniques/boots.lua @@ -88,6 +88,7 @@ Gain 0% to 40% increased Movement Speed at random when Hit, until Hit again ]],[[ Thunderstep Steeltoe Boots +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current {variant:1}(10-15)% increased Movement Speed @@ -102,13 +103,16 @@ Variant: Current Bones of Ullr Lattice Sandals Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current +{variant:3}(5-15)% increased Movement Speed (40-60)% increased Energy Shield {variant:1}+25 to maximum Life -{variant:2}+(20-40) to maximum Life +{variant:2,3}+(20-40) to maximum Life {variant:1}+25 to maximum Mana {variant:2}+(20-40) to maximum Mana -Undead Minions have 20% reduced Reservation +{variant:1,2}20% reduced Reservation Efficiency of Skills which create Undead Minions +{variant:3}(20-30)% increased Reservation Efficiency of Skills which create Undead Minions ]],[[ Luminous Pace Straw Sandals @@ -180,6 +184,18 @@ Stacked Sabatons (30-50)% reduced Chill Duration on you (30-50)% reduced Freeze Duration on you (30-50)% reduced Shock duration on you +]],[[ +Shankgonne +Covered Sabatons +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Black Powder Blitz +(80-100)% increased Armour and Evasion +(10-20)% increased Rarity of Items found ++(15-25)% to Fire Resistance +Gain Deflection Rating equal to 20% of Armour ++(200-300) to Stun Threshold +You cannot Sprint ]], -- Boots: Armour/Energy Shield [[ diff --git a/src/Data/Uniques/bow.lua b/src/Data/Uniques/bow.lua index 87a86468e9..bad8cf0549 100644 --- a/src/Data/Uniques/bow.lua +++ b/src/Data/Uniques/bow.lua @@ -6,11 +6,13 @@ return { Death's Harp Dualstring Bow Variant: 0.2.0 +Variant: 0.3.0 Variant: Current Implicits: 1 Bow Attacks fire an additional Arrow {variant:1}+(50-70)% to Critical Damage Bonus {variant:2}+(30-40)% to Critical Damage Bonus +{variant:3}+(20-25)% to Critical Damage Bonus Bow Attacks fire 3 additional Arrows Gain (20-30) Life per Enemy Killed Gain (12-18) Mana per Enemy Killed @@ -23,6 +25,19 @@ Adds (5-7) to (10-12) Physical Damage (30-50)% increased Mana Regeneration Rate Attacks with this Weapon gain 50% of Physical damage as Extra damage of each Element ]],[[ +Fairgraves' Curse +Artillery Bow +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Phantasmal Arrow +50% reduced Projectile Range +Adds (76-98) to (126-193) Fire Damage +(30-50)% increased Flammability Magnitude +(10-20)% increased Ignite Magnitude +30% reduced Life Recovery rate +-30 Physical Damage taken from Hits +Attack Hits inflict Spectral Fire for 8 seconds +]],[[ Lioneye's Glare Heavy Bow League: Dawn of the Hunt diff --git a/src/Data/Uniques/crossbow.lua b/src/Data/Uniques/crossbow.lua index 5223a7d2df..5c5ea1423e 100644 --- a/src/Data/Uniques/crossbow.lua +++ b/src/Data/Uniques/crossbow.lua @@ -3,6 +3,18 @@ return { -- Weapon: Crossbow [[ +Double Vision +Dyad Crossbow +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Gemini Surge +Loads an additional bolt +Adds (14-21) to (25-37) Physical Damage ++5% to Critical Hit Chance +(15-25)% increased Reload Speed +When you reload, triggers Gemini Surge to alternately +gain (2-6) Cold Surges or (2-6) Fire Surges +]],[[ The Last Lament Desolate Crossbow League: Dawn of the Hunt diff --git a/src/Data/Uniques/flask.lua b/src/Data/Uniques/flask.lua index 309fdf6e82..f033b7da32 100644 --- a/src/Data/Uniques/flask.lua +++ b/src/Data/Uniques/flask.lua @@ -3,6 +3,16 @@ return { -- Flask: Life [[ +Blood of the Warrior +Gargantuan Life Flask +League: Rise of the Abyssal +90% less Life Recovered +Effect is not removed when Unreserved Life is Filled +(15-30)% of Damage taken during effect Recouped as Life +Gain (3-5) Rage when Hit by an Enemy during effect +No Inherent loss of Rage during effect +(25-50)% increased Duration +]],[[ Olroth's Resolve Ultimate Life Flask Source: Drops from unique{Olroth, Origin of the Fall} @@ -39,7 +49,7 @@ League: Dawn of the Hunt Implicits: 1 Used when you become Ignited (20-25)% Chance to gain a Charge when you Kill an Enemy -Ignite Enemies in Presence as though dealing Fire damage equal to 500% of your maximum Life when used +Creates Ignited Ground in for 4 seconds when used, Igniting enemies as though dealing Fire damage equal to 500% of your maximum Life ]],[[ The Black Cat Grounding Charm @@ -124,8 +134,8 @@ Staunching Charm League: Dawn of the Hunt Implicits: 1 Used when you start Bleeding -Creates Consecrated Ground on use Gains (0.15-0.2) Charges per Second +Creates Consecrated Ground on use ]],[[ Valako's Roar Topaz Charm diff --git a/src/Data/Uniques/focus.lua b/src/Data/Uniques/focus.lua index b7863860a1..1a152ed993 100644 --- a/src/Data/Uniques/focus.lua +++ b/src/Data/Uniques/focus.lua @@ -31,12 +31,15 @@ Twig Focus ]],[[ Effigy of Cruelty Antler Focus +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt +(20-30) to maximum Energy Shield (60-80)% increased Spell Damage +10 to Intelligence +(7-13)% to Chaos Resistance -Critical Hits with Spells apply (3-5) Stacks of Critical Weakness +{variant:1}Critical Hits with Spells apply (3-5) Stacks of Critical Weakness +{variant:2}Critical Hits with Spells apply (1-3) Stack of Critical Weakness ]],[[ The Eternal Spark Crystal Focus diff --git a/src/Data/Uniques/gloves.lua b/src/Data/Uniques/gloves.lua index 04d0821e5a..4d3cab7428 100644 --- a/src/Data/Uniques/gloves.lua +++ b/src/Data/Uniques/gloves.lua @@ -85,7 +85,7 @@ Fine Bracers (20-30)% increased Critical Hit Chance 5% increased Attack Speed +(10-20) to Dexterity -Your Critical Damage Bonus is 300% +Your Critical Damage Bonus is 250% ]],[[ Northpaw Suede Bracers @@ -124,7 +124,7 @@ Variant: Current {variant:2}+(20-40)% to Fire Resistance {variant:1}-(30-15)% to Cold Resistance {variant:2}-(20-10)% to Cold Resistance -Chance to Ignite is doubled +Flammability Magnitude is doubled ]],[[ Demon Stitcher Intricate Gloves @@ -186,7 +186,7 @@ Variant: Current {variant:1}+(5-10)% to Lightning Resistance {variant:2}Gain (5-10)% of Elemental Damage as Extra Cold Damage {variant:2}Gain (5-10)% of Elemental Damage as Extra Fire Damage -{variant:2}Gain (5-10)% of Elemental Damage Damage as Extra Lightning Damage +{variant:2}Gain (5-10)% of Elemental Damage as Extra Lightning Damage 33% of Elemental Damage Converted to Cold Damage 33% of Elemental Damage Converted to Fire Damage 33% of Elemental Damage Converted to Lightning Damage @@ -269,7 +269,7 @@ Gain (4-6) Mana per Enemy Killed Enemies in your Presence killed by anyone count as being killed by you instead ]],[[ The Prisoner's Manacles -Diviner Cuffs +Verisium Cuffs League: Dawn of the Hunt (200-300)% increased Armour and Energy Shield +100 to maximum Life @@ -331,6 +331,17 @@ Variant: Current {variant:1}(5-10)% chance to Poison on Hit {variant:2}(20-30)% chance to Poison on Hit All Damage from Hits Contributes to Poison Magnitude +]],[[ +Thunderfist +Utility Wraps +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Crackling Palm +(1-111)% increased Evasion and Energy Shield +(1-11)% increased Attack Speed ++(1-33)% to Lightning Resistance +Adds 1 to (77-111) Lightning Damage to Unarmed Melee Hits ++(0.1-1.1)% to Unarmed Melee Attack Critical Hit Chance ]], -- Gloves: Armour/Evasion/Energy Shield [[ diff --git a/src/Data/Uniques/helmet.lua b/src/Data/Uniques/helmet.lua index 8e447ba36a..eee57fb805 100644 --- a/src/Data/Uniques/helmet.lua +++ b/src/Data/Uniques/helmet.lua @@ -175,7 +175,7 @@ Variant: Current {variant:2}Gain (10-15)% of maximum Life as Extra maximum Energy Shield ]],[[ Crown of Eyes -Coral Circlet +Vermeil Circlet League: Dawn of the Hunt (100-140)% increased Energy Shield +(150-200) to Accuracy Rating @@ -202,6 +202,7 @@ Every 3 seconds, Consume a nearby Corpse to Recover 20% of maximum Life ]],[[ Forbidden Gaze Chain Tiara +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current (60-100)% increased Energy Shield @@ -358,7 +359,7 @@ Variant: Current {variant:1}+(40-60) to maximum Life {variant:2}+100 to maximum Life (35-50)% reduced Effect of Chill on you -(35-50)% reduced effect of Ignite on you +(35-50)% reduced Magnitude of Ignite on you (35-50)% reduced effect of Shock on you ]],[[ Cornathaum @@ -390,6 +391,7 @@ Gain 10 Mana per Enemy Killed ]],[[ The Deepest Tower Spiritbone Crown +Source: No longer obtainable League: Dawn of the Hunt (70-130)% increased Armour and Energy Shield +(70-100) to maximum Life @@ -458,6 +460,15 @@ Allies in your Presence deal 50% increased Damage {variant:2}+(10-20) to Dexterity 25% reduced Damage ]],[[ +Mask of the Sanguimancer +Face Mask ++(20-25) to Evasion Rating ++(10-15) to maximum Energy Shield +(20-40)% increased Critical Hit Chance for Spells ++(10-20) to Strength ++(10-20) to Intelligence +Blood Magic +]],[[ Mind of the Council Death Mask League: Dawn of the Hunt @@ -471,8 +482,8 @@ The Three Dragons Solid Mask (40-60)% increased Evasion and Energy Shield +(10-20)% to all Elemental Resistances -Fire Damage from Hits Contributes to Shock Chance instead of Ignite Chance and Magnitude -Cold Damage from Hits Contributes to Ignite Chance and Magnitude instead of Chill Magnitude or Freeze Buildup +Fire Damage from Hits Contributes to Shock Chance instead of Flammability and Ignite Magnitudes +Cold Damage from Hits Contributes to Flammability and Ignite Magnitudes instead of Chill Magnitude or Freeze Buildup Lightning Damage from Hits Contributes to Freeze Buildup instead of Shock Chance ]],[[ The Vertex @@ -491,6 +502,6 @@ Source: Drops from unique{Arbiter of Ash} in normal{The Burning Monolith} 25% increased Light Radius (100-150)% increased Armour, Evasion and Energy Shield Equipment and Skill Gems have 25% increased Attribute Requirements -You can use each type of Support Gem an additional time in different Skills +You can Socket an additional copy of each Lineage Support Gem, in different Skills ]], } diff --git a/src/Data/Uniques/mace.lua b/src/Data/Uniques/mace.lua index 67af97c831..01d0c449bf 100644 --- a/src/Data/Uniques/mace.lua +++ b/src/Data/Uniques/mace.lua @@ -27,6 +27,18 @@ Variant: Current All Damage from Hits with this Weapon Contributes to Freeze Buildup Culling Strike against Frozen Enemies ]],[[ +Marohi Erqi +Totemic Greatclub +League: Rise of the Abyssal +Implicits: 1 +Crushes Enemies on Hit ++150 Strength Requirement +(600-700)% increased Physical Damage +-(300-200) to Accuracy Rating +35% reduced Attack Speed +Causes (40-60)% increased Stun Buildup +Heavy Stuns Enemies that are on Full Life +]],[[ Mjölner Torment Club League: Dawn of the Hunt @@ -65,9 +77,12 @@ the enemy's Power for 6 seconds, up to a total of 500 ]],[[ Sculpted Suffering Warpick +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt -Implicits: 1 -+(10-15)% to Critical Damage Bonus +Implicits: 2 +{variant:1}+(10-15)% to Critical Damage Bonus +{variant:2}+(5-10)% to Critical Damage Bonus Adds (21-26) to (25-31) Physical Damage (10-15)% increased Attack Speed Breaks Armour equal to 40% of damage from Hits with this weapon @@ -98,6 +113,7 @@ Increases and Reductions to Minion Attack Speed also affect you ]],[[ Wylund's Stake Smithing Hammer +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current {variant:1}Adds (2-3) to (4-5) Physical Damage diff --git a/src/Data/Uniques/quiver.lua b/src/Data/Uniques/quiver.lua index 2154fae606..5b3d5182e3 100644 --- a/src/Data/Uniques/quiver.lua +++ b/src/Data/Uniques/quiver.lua @@ -33,7 +33,7 @@ Implicits: 1 Adds 3 to 5 Fire damage to Attacks {variant:2}Adds (3-5) to (6-9) Fire damage to Attacks +(30-50) to maximum Mana -50% increased chance to Ignite +50% increased Flammability Magnitude Projectiles Pierce all Ignited enemies Attacks Gain (5-10)% of Damage as Extra Fire Damage ]],[[ @@ -56,20 +56,23 @@ Bow Attacks consume 10% of your maximum Life Flask Charges if possible to deal a Murkshaft Toxic Quiver League: Dawn of the Hunt -Implicits: 1 +Implicits: 2 Grants Skill: Level (1-20) Bursting Fen Toad +(20-30)% chance to Poison on Hit with Attacks Adds (6-10) to (13-17) Physical Damage to Attacks Gain (10-15) Mana per Enemy Killed (10-20)% increased Poison Duration -(10-15)% chance to Poison on Hit with Attacks (20-30)% chance to Poison on Hit with Attacks Blind Targets when you Poison them ]],[[ Rearguard Blunt Quiver +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt -Implicits: 1 -(20-30)% reduced Enemy Stun Threshold +Implicits: 2 +{variant:1}(20-30)% increased Stun Buildup +{variant:2}(25-40)% increased Stun Buildup Adds (7-11) to (14-20) Physical Damage to Attacks +(150-200) to Armour (20-30)% increased Projectile Speed diff --git a/src/Data/Uniques/ring.lua b/src/Data/Uniques/ring.lua index f1d9b5abbb..57c9be5539 100644 --- a/src/Data/Uniques/ring.lua +++ b/src/Data/Uniques/ring.lua @@ -16,9 +16,9 @@ Amethyst Ring Implicits: 1 {tags:chaos}+(7-13)% to Chaos Resistance {tags:mana}(15-30)% increased Mana Regeneration Rate +50% increased Ignite Magnitude {tags:fire}50% reduced Ignite Duration on Enemies {tags:fire}Enemies Ignited by you take Chaos Damage instead of Fire Damage from Ignite -50% increased Magnitude of Ignite you inflict ]],[[ Blackheart Iron Ring diff --git a/src/Data/Uniques/shield.lua b/src/Data/Uniques/shield.lua index 17f1953ef1..ff36529a60 100644 --- a/src/Data/Uniques/shield.lua +++ b/src/Data/Uniques/shield.lua @@ -30,33 +30,41 @@ Double Stun Threshold while Shield is Raised Doomgate Braced Tower Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -80% increased Block chance +{variant:1,2}80% increased Block chance +{variant:3}(80-100)% increased Block chance (100-150)% increased Armour -{variant:2}+(13-17)% to Chaos Resistance -You take 20% of damage from Blocked Hits +{variant:2,3}+(13-17)% to Chaos Resistance +{variant:1,2}You take 20% of damage from Blocked Hits +{variant:3}You take (25-40)% of damage from Blocked Hits Enemies are Culled on Block ]],[[ Lycosidae Rampart Tower Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -(30-40)% increased Block chance +{variant:1,2}(30-40)% increased Block chance +{variant:3}(10-15)% increased Block chance (60-100)% increased Armour Accuracy Rating is Doubled {variant:1}Blocking Damage Poisons the Enemy as though dealing 100 Base Chaos Damage -{variant:2}Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage +{variant:2,3}Blocking Damage Poisons the Enemy as though dealing 200 Base Chaos Damage ]],[[ Redblade Banner Heraldric Tower Shield +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Raise Shield -(20-30)% increased Block chance +{variant:1}(20-30)% increased Block chance +{variant:2}(10-15)% increased Block chance (60-100)% increased Armour +(20-30) to Strength +(100-150) to Stun Threshold @@ -73,22 +81,26 @@ Recover 4% of maximum Life when you Block ]],[[ Svalinn Crucible Tower Shield +Variant: Pre 0.3.0 +Variant: Current Source: Drops from unique{Olroth, Origin of the Fall} Implicits: 2 Grants Skill: Raise Shield Grants Skill: Cast on Block -(100-150)% increased Armour --(20-10)% to maximum Block chance -Block chance is Lucky +{variant:1}(100-150)% increased Armour +{variant:2}(150-200)% increased Armour +{variant:1}-(20-10)% to maximum Block chance +Chance to Block Damage is Lucky +{variant:2}You take (15-20)% of damage from Blocked Hits ]],[[ The Wailing Wall Effigial Tower Shield +Source: No longer obtainable Implicits: 1 Grants Skill: Raise Shield 10% reduced Movement Speed (100-150)% increased Armour +(100-150) to Stun Threshold -Can Block damage from all Hits Cannot use Shield Skills ]],[[ Window to Paradise @@ -99,8 +111,8 @@ Grants Skill: Raise Shield (60-120)% increased Armour +(60-100) to maximum Mana +(10-15)% to all Elemental Resistances -Apply Elemental Exposure to Enemies 3 metres in front of you -for 4 seconds while Shield is raised +Inflict Elemental Exposure to Enemies 3 metres in front of you +for 4 seconds, every 0.25 seconds while raised ]],[[ Wulfsbane Painted Tower Shield @@ -115,10 +127,13 @@ Permanently Intimidate enemies on Block [[ Bloodbarrier Iron Buckler +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Parry -(20-30)% increased Block chance +{variant:1}(20-30)% increased Block chance +{variant:2}(10-15)% increased Block chance +(13-17)% to Chaos Resistance (5-10) Life Regeneration per second Inflict Corrupted Blood for 5 seconds on Block, dealing 50% of @@ -132,19 +147,34 @@ Grants Skill: Parry (60-100)% increased Evasion Rating +(60-100) to maximum Mana +(10-20) to Intelligence -Infinite Projectile Parry Range +Infinite Parry Range 50% increased Parried Debuff Duration ]],[[ Dunkelhalt Leather Buckler +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Parry -(30-50)% increased Block chance +{variant:1}(30-50)% increased Block chance +{variant:2}(20-30)% increased Block chance +(20-30) to Evasion Rating You take 50% of damage from Blocked Hits 50% increased Parried Debuff Magnitude ]],[[ +Kaltenhalt +Ridged Buckler +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Parry +(80-120)% increased Evasion Rating ++5% to Maximum Cold Resistance ++40% to Cold Resistance +Modifiers to Stun Buildup apply to Freeze Buildup instead for Parry +100% of Parry Physical Damage Converted to Cold Damage +25 to 35 Cold Thorns damage +]],[[ Nocturne Wooden Buckler League: Dawn of the Hunt @@ -271,9 +301,12 @@ No Movement Speed Penalty while Shield is Raised ]],[[ Merit of Service Pelage Targe +Variant: Pre 0.3.0 +Variant: Current Implicits: 1 Grants Skill: Raise Shield -(30-50)% increased Block chance +{variant:1}(30-50)% increased Block chance +{variant:2}(20-25)% increased Block chance (60-80)% increased Armour and Evasion +(60-80) to Stun Threshold Allies in your Presence have Block Chance equal to yours @@ -283,13 +316,15 @@ Allies in your Presence have Block Chance equal to yours Alkem Eira Blazon Crest Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -(30-40)% increased Block chance +{variant:1,2}(30-40)% increased Block chance +{variant:3}(10-15)% increased Block chance (30-50)% increased Armour and Energy Shield {variant:1}+(15-30) to maximum Mana -{variant:2}+(50-70) to maximum Mana +{variant:2,3}+(50-70) to maximum Mana Damage Blocked is Recouped as Mana ]],[[ Crest of Ardura @@ -315,15 +350,17 @@ Grants Skill: Raise Shield ]],[[ Oaksworn Variant: Pre 0.2.0 +Variant: Pre 0.3.0 Variant: Current Sigil Crest Shield Implicits: 1 Grants Skill: Raise Shield -(40-60)% increased Block chance +{variant:1,2}(40-60)% increased Block chance +{variant:3}(20-30)% increased Block chance (80-120)% increased Armour and Energy Shield {variant:1}+50 to Spirit +(17-23)% to Chaos Resistance -{variant:2}50% increased Life Regeneration rate +{variant:2,3}50% increased Life Regeneration rate ]],[[ Prism Guardian Sectarian Crest Shield @@ -355,7 +392,7 @@ Grants Skill: Raise Shield +(15-25)% to Fire Resistance +(15-25)% to Cold Resistance +(15-25)% to Lightning Resistance -You cannot Block +Cannot Block Modifiers to Maximum Block Chance instead apply to Maximum Resistances ]], -- Shield: Evasion/Energy Shield diff --git a/src/Data/Uniques/spear.lua b/src/Data/Uniques/spear.lua index 404c36eeb8..e4ac572bcd 100644 --- a/src/Data/Uniques/spear.lua +++ b/src/Data/Uniques/spear.lua @@ -72,18 +72,21 @@ Grants Skill: Level (1-20) Chaotic Infusion {variant:2}Leeches (10-20)% of Physical Damage as Life {variant:1}Adds (106-146) to (181-221) Chaos damage {variant:2}Adds (167-201) to (267-333) Chaos damage -When you Consume a Charge Trigger Chaotic Infusion to gain 2 Chaos Infusion +When you Consume a Charge Trigger Chaotic Surge to gain 2 Chaos Surges Life Leech recovers based on your Chaos damage instead of Physical damage ]],[[ Tangletongue Forked Spear +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Spear Throw Adds (14-18) to (30-36) Physical Damage -+(10-20)% to Critical Hit Chance +{variant:1}+(10-20)% to Critical Hit Chance +{variant:2}+(5-8)% to Critical Hit Chance +(15-25) to Intelligence -Forks Critical Hits +Bifurcates Critical Hits 10% of Skill Mana Costs Converted to Life Costs ]],[[ Tyranny's Grip diff --git a/src/Data/Uniques/staff.lua b/src/Data/Uniques/staff.lua index b89c3f0154..f9815b56f4 100644 --- a/src/Data/Uniques/staff.lua +++ b/src/Data/Uniques/staff.lua @@ -38,8 +38,8 @@ Implicits: 1 Grants Skill: Level (1-20) Living Bomb (80-120)% increased Fire Damage (10-20)% increased Cast Speed -100% increased chance to Ignite -100% increased Magnitude of Ignite you inflict +100% increased Flammability Magnitude +100% increased Ignite Magnitude ]],[[ Sire of Shards Chiming Staff @@ -72,7 +72,7 @@ Grants Skill: Level (1-20) Icestorm (10-20)% reduced Cast Speed (5-15)% increased Intelligence 4% increased Spell Damage per 10 Intelligence -Inflict Cold Exposure on Hit, lowering Total Cold Resistance by (20-30)% +Inflict Elemental Exposure on Hit, lowering Total Elemental Resistances by (20-30)% ]], -- Weapon: Warstaff [[ @@ -108,12 +108,14 @@ Skills reserve 50% less Spirit Nazir's Judgement Steelpoint Quarterstaff Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current {variant:1}(80-120)% increased Physical Damage -{variant:2}Adds (30-36) to (75-81) Physical Damage +{variant:2,3}Adds (30-36) to (75-81) Physical Damage +(50-100) to Accuracy Rating (10-20)% increased Stun Duration -Causes Daze buildup equal to 100% of Damage dealt +Dazes on Hit +{variant:3}(35-50)% increased Melee Damage against Heavy Stunned enemies ]],[[ Pillar of the Caged God Variant: Pre 0.2.0 @@ -136,7 +138,51 @@ Variant: Current {variant:2}Adds (25-32) to (40-50) Fire Damage {variant:2}+(30-50) to Accuracy Rating +20% to Fire Resistance -100% increased chance to Ignite +100% increased Flammability Magnitude 30% increased Light Radius +]],[[ +The Unborn Lich +Ravenous Staff +League: Rise of the Abyssal +Has Alt Variant: true +Has Alt Variant Two: true +Has Alt Variant Three: true +Selected Variant: 7 +Selected Alt Variant: 8 +Selected Alt Variant Two: 9 +Selected Alt Variant Three: 10 +Variant: His Dark Horizon +Variant: His Foul Emergence +Variant: His Grave Command +Variant: His Scattering Calamity +Variant: His Vile Intrusion +Variant: His Winnowing Flame +Variant: Elemental Damage and Ailment Duration +Variant: Spirit and Spirit Reservation Efficiency +Variant: Chaos Damage and Curse +Variant: Spell Physical Damage and Bleed Chance +Variant: Chaos Damage and Explode +Variant: Unholy Might +Implicits: 1 +Grants Skill: Level (1-20) Feast of Flesh +(60-80)% increased Desecrated Modifier magnitudes +{variant:9}(80-120)% increased Chaos Damage +{variant:11}(80-120)% increased Chaos Damage +{variant:10}(80-120)% increased Spell Physical Damage +{variant:8}+(40-60) to Spirit +{variant:7}(10-20)% increased Duration of Elemental Ailments on Enemies +{variant:7}(80-120)% increased Elemental Damage +{variant:11}Enemies you Kill have a (5-10)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage +{variant:9}Enemies you Curse have -(8-5)% to Chaos Resistance +{variant:10}(20-30)% chance to inflict Bleeding on Hit +{variant:8}(6-10)% increased Spirit Reservation Efficiency of Skills +{variant:12}(13-31)% increased Magnitude of Unholy Might buffs you grant +{variant:12}You have Unholy Might +{variant:1}Grants Skill: Level (1-20) His Dark Horizon +{variant:2}Grants Skill: Level (1-20) His Foul Emergence +{variant:3}Grants Skill: Level (1-20) His Grave Command +{variant:4}Grants Skill: Level (1-20) His Scattering Calamity +{variant:5}Grants Skill: Level (1-20) His Vile Intrusion +{variant:6}Grants Skill: Level (1-20) His Winnowing Flame ]], } diff --git a/src/Data/Uniques/wand.lua b/src/Data/Uniques/wand.lua index b69781c3fb..ddf1d786a3 100644 --- a/src/Data/Uniques/wand.lua +++ b/src/Data/Uniques/wand.lua @@ -18,9 +18,7 @@ Grants Skill: Level 20 Pinnacle of Power Cursecarver Acrid Wand League: Dawn of the Hunt -Variant: Flammability -Variant: Hypothermia -Variant: Conductivity +Variant: Elemental Weakness Variant: Vulnerability Variant: Despair Variant: Enfeeble @@ -31,13 +29,11 @@ Grants Skill: Level (1-20) Decompose (10-20)% increased Cast Speed Lose 10 Life per Enemy Killed (30-50)% increased Mana Regeneration Rate -{variant:3}+4 to Level of Conductivity Skills -{variant:5}+4 to Level of Despair Skills -{variant:6}+4 to Level of Enfeeble Skills -{variant:1}+4 to Level of Flammability Skills -{variant:2}+4 to Level of Hypothermia Skills -{variant:7}+4 to Level of Temporal Chains Skills -{variant:4}+4 to Level of Vulnerability Skills +{variant:3}+4 to Level of Despair Skills +{variant:1}+4 to Level of Elemental Weakness Skills +{variant:4}+4 to Level of Enfeeble Skills +{variant:5}+4 to Level of Temporal Chains Skills +{variant:2}+4 to Level of Vulnerability Skills ]],[[ Enezun's Charge Volatile Wand diff --git a/src/Data/WorldAreas.lua b/src/Data/WorldAreas.lua index 8eb49a0525..d6013ade28 100644 --- a/src/Data/WorldAreas.lua +++ b/src/Data/WorldAreas.lua @@ -760,6 +760,66 @@ worldAreas["HideoutRacetrack"] = { }, } +worldAreas["HideoutShipwreck"] = { + name = "Shipwreck Hideout (Act 1)", + baseName = "Shipwreck Hideout", + tags = { }, + act = 1, + level = 65, + isMap = false, + isHideout = true, + monsterVarieties = { + }, +} + +worldAreas["HideoutFarmlands"] = { + name = "Farmlands Hideout (Act 1)", + baseName = "Farmlands Hideout", + tags = { }, + act = 1, + level = 65, + isMap = false, + isHideout = true, + monsterVarieties = { + }, +} + +worldAreas["HideoutPrison"] = { + name = "Prison Hideout (Act 1)", + baseName = "Prison Hideout", + tags = { }, + act = 1, + level = 65, + isMap = false, + isHideout = true, + monsterVarieties = { + }, +} + +worldAreas["HideoutShoreline"] = { + name = "Shoreline Hideout (Act 1)", + baseName = "Shoreline Hideout", + tags = { }, + act = 1, + level = 65, + isMap = false, + isHideout = true, + monsterVarieties = { + }, +} + +worldAreas["KaruiShowcase"] = { + name = "Heart of the Tribe (Act 4)", + baseName = "Heart of the Tribe", + tags = { "area_with_water" }, + act = 4, + level = 30, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + worldAreas["G_login"] = { name = "Login Scene (Act 1)", baseName = "Login Scene", @@ -808,6 +868,30 @@ worldAreas["G3_WorldMap"] = { }, } +worldAreas["G4_WorldMap"] = { + name = "Act 4 (Act 4)", + baseName = "Act 4", + tags = { }, + act = 4, + level = 0, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["G6_WorldMap"] = { + name = "Interlude (Act 6)", + baseName = "Interlude", + tags = { }, + act = 6, + level = 0, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + worldAreas["TN_WorldMap"] = { name = "Atlas", baseName = "Atlas", @@ -837,7 +921,7 @@ worldAreas["G1_1"] = { name = "The Riverbank (Act 1)", baseName = "The Riverbank", description = "The drowned stare through muddied branches", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 1, isMap = false, @@ -855,7 +939,7 @@ worldAreas["G1_2"] = { name = "Clearfell (Act 1)", baseName = "Clearfell", description = "A sickness has befallen Ogham", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 2, isMap = false, @@ -875,7 +959,7 @@ worldAreas["G1_3"] = { name = "Mud Burrow (Act 1)", baseName = "Mud Burrow", description = "The tunnels of a tormented creature", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 3, isMap = false, @@ -894,7 +978,7 @@ worldAreas["G1_4"] = { name = "The Grelwood (Act 1)", baseName = "The Grelwood", description = "Forest of the Old Magicks", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 4, isMap = false, @@ -917,7 +1001,7 @@ worldAreas["G1_5"] = { name = "The Red Vale (Act 1)", baseName = "The Red Vale", description = "Haunted battleground of the Phaaryl Wars", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 5, isMap = false, @@ -937,7 +1021,7 @@ worldAreas["G1_6"] = { name = "The Grim Tangle (Act 1)", baseName = "The Grim Tangle", description = "The sickness spreads forth underground", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 6, isMap = false, @@ -958,7 +1042,7 @@ worldAreas["G1_7"] = { name = "Cemetery of the Eternals (Act 1)", baseName = "Cemetery of the Eternals", description = "Built atop the Ezomyte clan graves beneath", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 7, isMap = false, @@ -981,7 +1065,7 @@ worldAreas["G1_8"] = { name = "Mausoleum of the Praetor (Act 1)", baseName = "Mausoleum of the Praetor", description = "Resting place of Draven Sentari", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 8, isMap = false, @@ -1005,7 +1089,7 @@ worldAreas["G1_9"] = { name = "Tomb of the Consort (Act 1)", baseName = "Tomb of the Consort", description = "Resting place of Asinia Sentari", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 8, isMap = false, @@ -1025,7 +1109,7 @@ worldAreas["G1_9"] = { worldAreas["G1_10"] = { name = "Root Hollow (Act 1)", baseName = "Root Hollow", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 15, isMap = false, @@ -1041,7 +1125,7 @@ worldAreas["G1_11"] = { name = "Hunting Grounds (Act 1)", baseName = "Hunting Grounds", description = "Wild bounty of Ogham", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "nameless_shrine" }, act = 1, level = 10, isMap = false, @@ -1063,7 +1147,7 @@ worldAreas["G1_12"] = { name = "Freythorn (Act 1)", baseName = "Freythorn", description = "The Clanless Enclave", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "nameless_shrine" }, act = 1, level = 11, isMap = false, @@ -1085,7 +1169,7 @@ worldAreas["G1_13_1"] = { name = "Ogham Farmlands (Act 1)", baseName = "Ogham Farmlands", description = "Diseased crops of Ogham", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 12, isMap = false, @@ -1108,7 +1192,7 @@ worldAreas["G1_13_2"] = { name = "Ogham Village (Act 1)", baseName = "Ogham Village", description = "The burning tragedy", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 13, isMap = false, @@ -1130,7 +1214,7 @@ worldAreas["G1_14"] = { name = "The Manor Ramparts (Act 1)", baseName = "The Manor Ramparts", description = "Surrounding walls of the Wolf's Den", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 14, isMap = false, @@ -1153,7 +1237,7 @@ worldAreas["G1_15"] = { name = "Ogham Manor (Act 1)", baseName = "Ogham Manor", description = "Den of the Mad Wolf", - tags = { "EzomyteStrongbox" }, + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, act = 1, level = 15, isMap = false, @@ -1194,7 +1278,7 @@ worldAreas["G2_1"] = { name = "Vastiri Outskirts (Act 2)", baseName = "Vastiri Outskirts", description = "Blood-red and unforgiving sands", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "badlands_shrine" }, act = 2, level = 16, isMap = false, @@ -1216,7 +1300,7 @@ worldAreas["G2_2"] = { name = "Traitor's Passage (Act 2)", baseName = "Traitor's Passage", description = "The pride and fall of Balbala", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 19, isMap = false, @@ -1239,7 +1323,7 @@ worldAreas["G2_3"] = { name = "The Halani Gates (Act 2)", baseName = "The Halani Gates", description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 20, isMap = false, @@ -1266,7 +1350,7 @@ worldAreas["G2_3a"] = { name = "The Halani Gates (Act 2)", baseName = "The Halani Gates", description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 20, isMap = false, @@ -1279,7 +1363,7 @@ worldAreas["G2_3s"] = { name = "The Halani Gates (Act 2)", baseName = "The Halani Gates", description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 20, isMap = false, @@ -1292,7 +1376,7 @@ worldAreas["G2_4_1"] = { name = "Keth (Act 2)", baseName = "Keth", description = "Jewel of the Vastiri", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 21, isMap = false, @@ -1315,7 +1399,7 @@ worldAreas["G2_4_2"] = { name = "The Lost City (Act 2)", baseName = "The Lost City", description = "The glory of Keth knew no bounds", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 22, isMap = false, @@ -1336,7 +1420,7 @@ worldAreas["G2_4_3"] = { name = "Buried Shrines (Act 2)", baseName = "Buried Shrines", description = "Sands settle where water once flowed", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 23, isMap = false, @@ -1357,7 +1441,7 @@ worldAreas["G2_5_1"] = { name = "Mastodon Badlands (Act 2)", baseName = "Mastodon Badlands", description = "Territory of the Lost-Men", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "badlands_shrine" }, act = 2, level = 21, isMap = false, @@ -1378,7 +1462,7 @@ worldAreas["G2_5_2"] = { name = "The Bone Pits (Act 2)", baseName = "The Bone Pits", description = "Necromantic ash tarnish the sands", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "badlands_shrine" }, act = 2, level = 22, isMap = false, @@ -1405,7 +1489,7 @@ worldAreas["G2_6"] = { name = "Valley of the Titans (Act 2)", baseName = "Valley of the Titans", description = "They remain where they slept", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 21, isMap = false, @@ -1413,7 +1497,6 @@ worldAreas["G2_6"] = { monsterVarieties = { "Desiccated Lich", "Dune Lurker", - "Mantis Rat", "Quake Golem", "Risen Arbalest", "Risen Maraketh", @@ -1426,7 +1509,7 @@ worldAreas["G2_7"] = { name = "The Titan Grotto (Act 2)", baseName = "The Titan Grotto", description = "Their echoes rattled the world", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 22, isMap = false, @@ -1447,7 +1530,7 @@ worldAreas["G2_8"] = { name = "Deshar (Act 2)", baseName = "Deshar", description = "The City of the Dead", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 28, isMap = false, @@ -1457,8 +1540,6 @@ worldAreas["G2_8"] = { "Porcupine Goliath", "Rasp Scavenger", "Regurgitating Vulture", - "Sabre Spider", - "Vile Vulture", }, } @@ -1466,7 +1547,7 @@ worldAreas["G2_8a"] = { name = "Deshar (Act 2)", baseName = "Deshar", description = "The City of the Dead", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 28, isMap = false, @@ -1479,7 +1560,7 @@ worldAreas["G2_9_1"] = { name = "Path of Mourning (Act 2)", baseName = "Path of Mourning", description = "They climb to mourn their Honoured Dead", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 29, isMap = false, @@ -1495,7 +1576,7 @@ worldAreas["G2_9_2"] = { name = "The Spires of Deshar (Act 2)", baseName = "The Spires of Deshar", description = "Where the Honoured Dead lie buried in the sky", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "maraketh_shrine" }, act = 2, level = 30, isMap = false, @@ -1524,7 +1605,7 @@ worldAreas["G2_10_1"] = { name = "Mawdun Quarry (Act 2)", baseName = "Mawdun Quarry", description = "The hills of Mawdun became the Faridun foothold", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 17, isMap = false, @@ -1544,7 +1625,7 @@ worldAreas["G2_10_2"] = { name = "Mawdun Mine (Act 2)", baseName = "Mawdun Mine", description = "Where metal veins bled for the tools of war", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 18, isMap = false, @@ -1556,7 +1637,6 @@ worldAreas["G2_10_2"] = { "Forgotten Satyr", "Forgotten Stalker", "Forsaken Miner", - "Mantis Rat", "Plague Nymph", }, bossVarieties = { @@ -1567,7 +1647,7 @@ worldAreas["G2_10_2"] = { worldAreas["G2_11"] = { name = "The Dreadnought's Wake (Act 2)", baseName = "The Dreadnought's Wake", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 30, isMap = false, @@ -1577,7 +1657,6 @@ worldAreas["G2_11"] = { "Plague Harvester", "Plague Nymph", "Plague Swarm", - "Porcupine Goliath", "Rasp Scavenger", "Rhex", }, @@ -1587,7 +1666,7 @@ worldAreas["G2_12_1"] = { name = "The Dreadnought (Act 2)", baseName = "The Dreadnought", description = "War Caravan of the Faridun", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 31, isMap = false, @@ -1614,7 +1693,7 @@ worldAreas["G2_12_2"] = { name = "Dreadnought Vanguard (Act 2)", baseName = "Dreadnought Vanguard", description = "Forward carts of the Risen King", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 32, isMap = false, @@ -1641,7 +1720,7 @@ worldAreas["G2_13"] = { name = "Trial of the Sekhemas (Act 2)", baseName = "Trial of the Sekhemas", description = "The Winter Sekhema designed a Great Trial to challenge the worthy", - tags = { "MarakethStrongbox" }, + tags = { "MarakethStrongbox", "faridun_shrine" }, act = 2, level = 22, isMap = false, @@ -1938,7 +2017,7 @@ worldAreas["G3_2_1"] = { name = "Infested Barrens (Act 3)", baseName = "Infested Barrens", description = "Where the jungle gives way to colonies and hives", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 35, isMap = false, @@ -1955,7 +2034,7 @@ worldAreas["G3_2_2"] = { name = "The Matlan Waterways (Act 3)", baseName = "The Matlan Waterways", description = "Seed of Utzaal's birth and death", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 39, isMap = false, @@ -2024,7 +2103,7 @@ worldAreas["G3_5"] = { name = "Chimeral Wetlands (Act 3)", baseName = "Chimeral Wetlands", description = "Where beauty and death become one", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 36, isMap = false, @@ -2045,7 +2124,7 @@ worldAreas["G3_6_1"] = { name = "Jiquani's Machinarium (Act 3)", baseName = "Jiquani's Machinarium", description = "Where the Architect of Industry bestowed life unto stone", - tags = { "dungeon", "VaalStrongbox" }, + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 37, isMap = false, @@ -2070,7 +2149,7 @@ worldAreas["G3_6_2"] = { name = "Jiquani's Sanctum (Act 3)", baseName = "Jiquani's Sanctum", description = "Seat of Jiquani's rise to power", - tags = { "dungeon", "VaalStrongbox" }, + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 38, isMap = false, @@ -2094,7 +2173,7 @@ worldAreas["G3_7"] = { name = "The Azak Bog (Act 3)", baseName = "The Azak Bog", description = "Home of the merciless Azak savages", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 36, isMap = false, @@ -2120,15 +2199,13 @@ worldAreas["G3_8"] = { name = "The Drowned City (Act 3)", baseName = "The Drowned City", description = "Utzaal the drowned is now revealed", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 40, isMap = false, isHideout = false, monsterVarieties = { "Chyme Skitterer", - "Drowned Crawler", - "Drowned Explorer", "Filthy Crone", "Filthy First-born", "Filthy Lobber", @@ -2147,7 +2224,7 @@ worldAreas["G3_9"] = { name = "The Molten Vault (Act 3)", baseName = "The Molten Vault", description = "Forge of the forgotten wealth of Kamasa", - tags = { "dungeon", "VaalStrongbox" }, + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 41, isMap = false, @@ -2171,7 +2248,7 @@ worldAreas["G3_10"] = { name = "The Trial of Chaos (Act 3)", baseName = "The Trial of Chaos", description = "Where the Trialmaster tests challengers in the name of Chaos", - tags = { "dungeon", "VaalStrongbox" }, + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 38, isMap = false, @@ -2203,7 +2280,7 @@ worldAreas["G3_11"] = { name = "Apex of Filth (Act 3)", baseName = "Apex of Filth", description = "The rot and mire of unspeakable centuries", - tags = { "area_with_water", "VaalStrongbox" }, + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 41, isMap = false, @@ -2230,7 +2307,7 @@ worldAreas["G3_12"] = { name = "Temple of Kopec (Act 3)", baseName = "Temple of Kopec", description = "Unfathomable energy resides within the Ziggurat", - tags = { "dungeon", "VaalStrongbox" }, + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, act = 3, level = 42, isMap = false, @@ -2246,2239 +2323,1891 @@ worldAreas["G3_12"] = { }, } -worldAreas["G_Endgame_Town"] = { - name = "The Ziggurat Refuge", - baseName = "The Ziggurat Refuge", - description = "Reinforced hideaway from the Cataclysm", - tags = { }, - act = 10, - level = 65, +worldAreas["G3_14"] = { + name = "Utzaal (Act 3)", + baseName = "Utzaal", + description = "The Cradle of Vaal Ambition", + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, + act = 3, + level = 43, isMap = false, isHideout = false, monsterVarieties = { - "Adorned Beetle", - "Adorned Miscreation", - "Adorned Scarab", - "Alpha Primate", - "Ancient Ezomyte", - "Antlion Charger", - "Armoured Rhex", - "Azak Brute", - "Azak Fledgling", - "Azak Fleshstabber", - "Azak Mauler", - "Azak Shaman", - "Azak Spearthrower", - "Azak Stalker", - "Azak Throatcutter", - "Bearer of Penitence", - "Bladelash Transcendent", - "Blood Carrier", - "Blood Collector", - "Blood Cretin", + "Chaotic Zealot", + "Gelid Zealot", + "Loyal Jaguar", + "Vaal Excoriator", + "Vaal Goliath", + "Vaal Guard", + "Vaal Overseer", + "Viper Legionnaire", + }, + bossVarieties = { + "Viper Napuatzi", + }, +} + +worldAreas["G3_15"] = { + name = "Library of Kamasa (Act 3)", + baseName = "Library of Kamasa", + tags = { "dungeon", "VaalStrongbox", "vaal_shrine" }, + act = 3, + level = 43, + isMap = false, + isHideout = false, + monsterVarieties = { + "Vaal Enforcer", + "Vaal Excoriator", + "Vaal Guard", + "Vaal Overseer", + "Vaal Researcher", + }, +} + +worldAreas["G3_16"] = { + name = "Aggorat (Act 3)", + baseName = "Aggorat", + description = "Salvation sought in beauty and blood", + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, + act = 3, + level = 44, + isMap = false, + isHideout = false, + monsterVarieties = { + "Bannerbearing Zealot", "Blood Priest", "Blood Priestess", "Blood Zealot", - "Bloodrite Guard", - "Bloodrite Priest", - "Bloodthief Queen", - "Bloodthief Wasp", - "Bloom Serpent", - "Bogfelled Commoner", - "Bogfelled Slave", - "Bone Stalker", - "Boulder Ant", - "Bramble Ape", - "Bramble Burrower", - "Bramble Hulk", - "Bramble Rhoa", - "Brimstone Crab", - "Brutal Transcendent", - "Burdened Wretch", - "Burning Dead", "Chaotic Zealot", - "Chaw Mongrel", - "Chyme Skitterer", - "Constricted Shambler", - "Constricted Spitter", - "Corrupted Corpse", - "Courtesan", - "Crag Leaper", - "Cultist Archer", - "Cultist Brute", - "Cultist Daggerdancer", - "Cultist Warrior", - "Cultist Witch", - "Cultivated Grove", - "Death Knight", - "Decrepit Mercenary", - "Desiccated Lich", - "Diretusk Boar", - "Doryani's Elite", - "Dread Servant", - "Dredge Fiend", - "Drowned", - "Drowned Crawler", - "Drowned Explorer", - "Drudge Osseodon", - "Dune Lurker", - "Entrailhome Shambler", - "Entwined Hulk", - "Eternal Knight", - "Faridun Bladedancer", - "Faridun Butcher", - "Faridun Crawler", - "Faridun Fledgling", - "Faridun Heavy Infantry", - "Faridun Infantry", - "Faridun Javelineer", - "Faridun Neophyte", - "Faridun Plaguebringer", - "Faridun Spearman", - "Faridun Swordsman", - "Faridun Wind-slicer", - "Feral Primate", "Fiery Zealot", - "Filthy Crone", - "Filthy First-born", - "Filthy Lobber", - "Flathead Clubber", - "Flathead Warrior", - "Flathead Youngling", - "Flesh Larva", - "Forgotten Crawler", - "Forgotten Satyr", - "Forgotten Stalker", - "Forsaken Hulk", - "Forsaken Miner", - "Foul Blacksmith", - "Foul Mauler", - "Foul Sage", - "Frost Wraith", - "Fungal Artillery", - "Fungal Proliferator", - "Fungal Rattler", - "Fungal Wolf", - "Fungal Zombie", - "Fused Swordsman", - "Gargoyle Demon", "Gelid Zealot", - "Gilded Cobra", - "Gold-Melted Sentinel", - "Gold-Melted Shambler", - "Gold-melted Blacksmith", - "Goliath", + "Vaal Axeman", + "Vaal Formshifter", + "Vaal Goliath", + }, +} + +worldAreas["G3_17"] = { + name = "The Black Chambers (Act 3)", + baseName = "The Black Chambers", + description = "Doryani toiled in her name and his own", + tags = { "area_with_water", "VaalStrongbox", "vaal_shrine" }, + act = 3, + level = 45, + isMap = false, + isHideout = false, + monsterVarieties = { + "Bladelash Transcendent", + "Brutal Transcendent", + "Doryani's Elite", + "Fused Swordsman", "Goliath Transcendent", - "Hunchback Clubber", - "Hyena Demon", - "Ill-fated Explorer", - "Iron Enforcer", - "Iron Guard", - "Iron Sharpshooter", - "Iron Spearman", - "Iron Thaumaturgist", - "Knight-Gaunt", - "Lightning Wraith", - "Living Sand", - "Lost-men Brute", - "Lost-men Necromancer", - "Lost-men Subjugator", - "Lost-men Zealot", - "Mantis Rat", - "Mar Acolyte", - "Maraketh Undead", - "Mud Simulacrum", - "Orok Fleshstabber", - "Orok Hunter", - "Orok Shaman", - "Orok Throatcutter", - "Pack Werewolf", - "Pale-stitched Stalker", - "Plague Harvester", - "Plague Nymph", - "Plague Swarm", - "Porcupine Crab", - "Porcupine Goliath", - "Powered Zealot", - "Priest of the Sun", - "Prowling Chimeral", - "Prowling Shade", - "Pyromushroom Cultivator", - "Quadrilla", - "Quake Golem", - "Rabid Dog", - "Rasp Scavenger", - "Rattling Gibbet", - "Regurgitating Vulture", - "Rhex", - "Ribrattle", - "Risen Arbalest", - "Risen Farmhand", - "Risen Maraketh", - "Risen Rattler", - "Risen Tale-woman", - "River Drake", - "River Hag", - "Rotted Rat", - "Rotten Wolf", - "Rotting Crow", - "Rotting Hulk", - "Rusted Dyna Golem", - "Sabre Spider", - "Sand Spirit", - "Sandflesh Mage", - "Sandflesh Skeleton", - "Sandflesh Warrior", - "Sandscoured Dead", - "Scarecrow Beast", - "Scorpion Monkey", - "Serpent Clan", - "Serpent Shaman", "Shielded Transcendent", - "Skeleton Spriggan", - "Skitter Golem", - "Skullslinger", - "Slitherspitter", - "Snakethroat Shambler", - "Spinesnatcher", - "Sun Clan Scavenger", "Surgical Experimentalist", - "Swamp Golem", - "Tarnished Beetle", - "Tarnished Scarab", - "Tendril Prowler", - "Tendril Sentinel", - "Tombshrieker", - "Undead Vaal Bladedancer", - "Undead Vaal Guard", - "Undertaker", - "Vaal Axeman", - "Vaal Embalmed Archer", - "Vaal Embalmed Axeman", - "Vaal Embalmed Bearer", - "Vaal Embalmed Rogue", - "Vaal Embalmed Spearman", - "Vaal Excoriator", - "Vaal Formshifter", - "Vaal Goliath", - "Vaal Guard", - "Vaal Overseer", - "Vaal Skeletal Archer", - "Vaal Skeletal Priest", - "Vaal Skeletal Squire", - "Vaal Skeletal Warrior", - "Vault Lurker", - "Venomous Crab", - "Venomous Crab Matriarch", - "Vile Hag", - "Vile Imp", - "Vile Vulture", - "Viper Legionnaire", - "Walking Goliath", "Warrior Transcendent", - "Werewolf Prowler", - "Winged Fiend", - "Winged Horror", - "Wretched Rattler", - }, -} - -worldAreas["G3_14"] = { - name = "Utzaal (Act 3)", - baseName = "Utzaal", - description = "The Cradle of Vaal Ambition", - tags = { "area_with_water", "VaalStrongbox" }, - act = 3, - level = 43, - isMap = false, - isHideout = false, - monsterVarieties = { - "Chaotic Zealot", - "Gelid Zealot", - "Loyal Jaguar", - "Vaal Excoriator", - "Vaal Goliath", - "Vaal Guard", - "Vaal Overseer", - "Viper Legionnaire", }, bossVarieties = { - "Viper Napuatzi", + "Doryani, Royal Thaumaturge", + "Doryani's Triumph", }, } -worldAreas["G3_15"] = { - name = "Library of Kamasa (Act 3)", - baseName = "Library of Kamasa", - tags = { "dungeon", "VaalStrongbox" }, - act = 3, - level = 43, +worldAreas["G4_town"] = { + name = "Kingsmarch (Act 4)", + baseName = "Kingsmarch", + description = "Where trade and prospects flourished", + tags = { "area_with_water" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Vaal Enforcer", - "Vaal Excoriator", - "Vaal Guard", - "Vaal Overseer", - "Vaal Researcher", }, } -worldAreas["G3_16"] = { - name = "Aggorat (Act 3)", - baseName = "Aggorat", - description = "Salvation sought in beauty and blood", - tags = { "area_with_water", "VaalStrongbox" }, - act = 3, - level = 44, +worldAreas["G4_1_1"] = { + name = "Isle of Kin (Act 4)", + baseName = "Isle of Kin", + description = "They mine and harvest to appease their master", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { - "Bannerbearing Zealot", - "Blood Priest", - "Blood Priestess", - "Blood Zealot", - "Chaotic Zealot", - "Fiery Zealot", - "Gelid Zealot", - "Vaal Axeman", - "Vaal Formshifter", - "Vaal Goliath", + "Boulder Ant", + }, + bossVarieties = { + "The Blind Beast", }, } -worldAreas["G3_17"] = { - name = "The Black Chambers (Act 3)", - baseName = "The Black Chambers", - description = "Doryani toiled in her name and his own", - tags = { "area_with_water", "VaalStrongbox" }, - act = 3, - level = 45, +worldAreas["G4_1_2"] = { + name = "Volcanic Warrens (Act 4)", + baseName = "Volcanic Warrens", + description = "Magma coils around a throne most foul", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 47, isMap = false, isHideout = false, monsterVarieties = { - "Bladelash Transcendent", - "Brutal Transcendent", - "Doryani's Elite", - "Fused Swordsman", - "Goliath Transcendent", - "Shielded Transcendent", - "Surgical Experimentalist", - "Warrior Transcendent", }, bossVarieties = { - "Doryani, Royal Thaumaturge", - "Doryani's Triumph", + "Krutog, Lord of Kin", }, } -worldAreas["C_G1_town"] = { - name = "Clearfell Encampment (Act 4)", - baseName = "Clearfell Encampment", - description = "A bastion of hope for those who survive", - tags = { }, - act = 7, - level = 51, +worldAreas["G4_2_1"] = { + name = "Kedge Bay (Act 4)", + baseName = "Kedge Bay", + description = "Countless wrecks emerge from the fog", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { }, } -worldAreas["C_G1_1"] = { - name = "The Riverbank (Act 4)", - baseName = "The Riverbank", - description = "The drowned stare through muddied branches", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 45, +worldAreas["G4_2_2"] = { + name = "Journey's End (Act 4)", + baseName = "Journey's End", + description = "Those who made it ashore met an unknown end", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 47, isMap = false, isHideout = false, monsterVarieties = { - "Drowned", - "Drowned Crawler", - "Porcupine Crab", - "River Hag", }, bossVarieties = { - "The Bloated Miller", + "Captain Hartlin", }, } -worldAreas["C_G1_2"] = { - name = "Clearfell (Act 4)", - baseName = "Clearfell", - description = "A sickness has befallen Ogham", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 45, +worldAreas["G4_3_1"] = { + name = "Whakapanu Island (Act 4)", + baseName = "Whakapanu Island", + description = "The island consumes those who trespass", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { - "Drowned", - "Rotten Wolf", - "Vile Hag", - "Vile Imp", + "Scorpion Monkey", }, bossVarieties = { - "Beira of the Rotten Pack", + "Great White One", }, } -worldAreas["C_G1_3"] = { - name = "Mud Burrow (Act 4)", - baseName = "Mud Burrow", - description = "The tunnels of a tormented creature", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 46, +worldAreas["G4_3_2"] = { + name = "Singing Caverns (Act 4)", + baseName = "Singing Caverns", + description = "A beautiful song lures the unwary", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 47, isMap = false, isHideout = false, monsterVarieties = { - "Flesh Larva", - "Mud Simulacrum", - "Plague Nymph", - "Rotted Rat", - "Wretched Rattler", }, bossVarieties = { - "The Devourer", + "Diamora, Song of Death", }, } -worldAreas["C_G1_4"] = { - name = "The Grelwood (Act 4)", - baseName = "The Grelwood", - description = "Forest of the Old Magicks", - tags = { "EzomyteStrongbox" }, - act = 7, +worldAreas["G4_4_1"] = { + name = "Eye of Hinekora (Act 4)", + baseName = "Eye of Hinekora", + description = "The ocean opens for the worthy", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, level = 46, isMap = false, isHideout = false, monsterVarieties = { - "Cultivated Grove", - "Fungal Artillery", - "Fungal Proliferator", - "Fungal Rattler", - "Fungal Zombie", - "Pack Werewolf", - "Skeleton Spriggan", - "Vile Hag", - "Vile Imp", - "Werewolf Prowler", - }, - bossVarieties = { - "The Brambleghast", }, } -worldAreas["C_G1_5"] = { - name = "The Red Vale (Act 4)", - baseName = "The Red Vale", - description = "Haunted battleground of the Phaaryl Wars", - tags = { "EzomyteStrongbox" }, - act = 7, +worldAreas["G4_4_2"] = { + name = "Halls of the Dead (Act 4)", + baseName = "Halls of the Dead", + description = "Notable Karui gather here for all time", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, level = 47, isMap = false, isHideout = false, monsterVarieties = { - "Ancient Ezomyte", - "Bloom Serpent", - "Knight-Gaunt", - "Maw Demon", - "Risen Arbalest", }, bossVarieties = { - "The Rust King", + "Yama The White", }, } -worldAreas["C_G1_6"] = { - name = "The Grim Tangle (Act 4)", - baseName = "The Grim Tangle", - description = "The sickness spreads forth underground", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 47, +worldAreas["G4_4_3"] = { + name = "Trial of the Ancestors (Act 4)", + baseName = "Trial of the Ancestors", + description = "Where Chieftains are made and the meek are exposed", + tags = { }, + act = 4, + level = 51, isMap = false, isHideout = false, monsterVarieties = { - "Fungal Artillery", - "Fungal Proliferator", - "Fungal Rattler", - "Fungal Wolf", - "Fungal Zombie", - }, - bossVarieties = { - "The Rotten Druid", }, } -worldAreas["C_G1_7"] = { - name = "Cemetery of the Eternals (Act 4)", - baseName = "Cemetery of the Eternals", - description = "Built atop the Ezomyte clan graves beneath", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 47, +worldAreas["G4_5_1"] = { + name = "Abandoned Prison (Act 4)", + baseName = "Abandoned Prison", + description = "They were left to starve when the Empire fell", + tags = { "area_with_water", "EzomyteStrongbox", "ezomyte_shrine" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { - "Bearer of Penitence", - "Burdened Wretch", - "Death Knight", - "Frost Wraith", - "Hungering Stalker", "Risen Rattler", - "Undertaker", - }, - bossVarieties = { - "Lachlann of Endless Lament", }, } -worldAreas["C_G1_8"] = { - name = "Mausoleum of the Praetor (Act 4)", - baseName = "Mausoleum of the Praetor", - description = "Resting place of Draven Sentari", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 48, +worldAreas["G4_5_2"] = { + name = "Solitary Confinement (Act 4)", + baseName = "Solitary Confinement", + description = "The worst offenders drowned... or worse", + tags = { "area_with_water", "EzomyteStrongbox", "ezomyte_shrine" }, + act = 4, + level = 47, isMap = false, isHideout = false, monsterVarieties = { - "Blood Cretin", - "Courtesan", - "Eternal Knight", - "Ghoul Commander", - "Lightning Wraith", - "Risen Rattler", - "Skulking Ghoul", - "Wheelbound Hag", }, bossVarieties = { - "Draven, the Eternal Praetor", + "The Prisoner", }, } -worldAreas["C_G1_9"] = { - name = "Tomb of the Consort (Act 4)", - baseName = "Tomb of the Consort", - description = "Resting place of Asinia Sentari", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 48, +worldAreas["G4_7"] = { + name = "Shrike Island (Act 4)", + baseName = "Shrike Island", + description = "Karui collect eggs here to prove themselves", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { - "Bone Stalker", - "Dread Servant", - "Eternal Knight", - "Knight-Gaunt", - "Risen Rattler", }, bossVarieties = { - "Asinia, the Praetor's Consort", + "Scourge of the Skies", }, } -worldAreas["C_G1_10"] = { - name = "Root Hollow (Act 4)", - baseName = "Root Hollow", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 51, +worldAreas["G4_8a"] = { + name = "Arastas (Act 4)", + baseName = "Arastas", + description = "The Twilight Order recruit those who dream of more", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 52, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["G4_8b"] = { + name = "Arastas (Act 4)", + baseName = "Arastas", + description = "The Twilight Order recruit those who dream of more", + tags = { "area_with_water", "KaruiStrongbox", "twilight_order_shrine" }, + act = 4, + level = 52, isMap = false, isHideout = false, monsterVarieties = { }, bossVarieties = { - "The Rotten Druid", + "Torvian, Hand of the Saviour", }, } -worldAreas["C_G1_11"] = { - name = "Hunting Grounds (Act 4)", - baseName = "Hunting Grounds", - description = "Wild bounty of Ogham", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 49, +worldAreas["G4_9_"] = { + name = "Isle of Decay (Act 4)", + baseName = "Isle of Decay", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 53, + isMap = false, + isHideout = false, + monsterVarieties = { + "Infested Anglerfish", + "Infested Manta", + "Infested Octopus", + "Infested Turtle", + }, +} + +worldAreas["G4_10"] = { + name = "The Excavation (Act 4)", + baseName = "The Excavation", + description = "Ancient machines and tools hold unknown secrets", + tags = { "KaruiStrongbox" }, + act = 4, + level = 52, isMap = false, isHideout = false, monsterVarieties = { - "Bramble Ape", - "Bramble Burrower", - "Bramble Hulk", - "Bramble Rhoa", - "Venomous Crab", - "Venomous Crab Matriarch", }, bossVarieties = { - "The Crowbell", + "Benedictus, First Herald of Utopia", }, } -worldAreas["C_G1_12"] = { - name = "Freythorn (Act 4)", - baseName = "Freythorn", - description = "The Clanless Enclave", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 49, +worldAreas["G4_11_1a"] = { + name = "Ngakanu (Act 4)", + baseName = "Ngakanu", + description = "Stronghold of the Tukohama Tribe", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Cultist Archer", - "Cultist Brute", - "Cultist Daggerdancer", - "Cultist Warrior", - "Cultist Witch", - "Ribrattle", - "Skeleton Spriggan", - "Skullslinger", - "Spinesnatcher", }, } -worldAreas["C_G1_13_1"] = { - name = "Ogham Farmlands (Act 4)", - baseName = "Ogham Farmlands", - description = "Diseased crops of Ogham", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 49, +worldAreas["G4_11_1b"] = { + name = "Ngakanu (Act 4)", + baseName = "Ngakanu", + description = "Stronghold of the Tukohama Tribe", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Decrepit Mercenary", - "Iron Guard", - "Iron Thaumaturgist", - "Pack Werewolf", - "Rabid Dog", - "Risen Farmhand", - "Rotting Crow", - "Scarecrow Beast", - "Voracious Werewolf", - "Werewolf Prowler", }, } -worldAreas["C_G1_13_2"] = { - name = "Ogham Village (Act 4)", - baseName = "Ogham Village", - description = "The burning tragedy", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 50, +worldAreas["G4_11_2"] = { + name = "Heart of the Tribe (Act 4)", + baseName = "Heart of the Tribe", + description = "The Blood Fever spreads faster than fire", + tags = { "area_with_water", "KaruiStrongbox", "karui_shrine" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Blood Collector", - "Blood Cretin", - "Burning Dead", - "Courtesan", - "Decrepit Mercenary", - "Voracious Werewolf", - "Werewolf Prowler", }, bossVarieties = { - "The Executioner", + "Tavakai, the Chieftain", }, } -worldAreas["C_G1_14"] = { - name = "The Manor Ramparts (Act 4)", - baseName = "The Manor Ramparts", - description = "Surrounding walls of the Wolf's Den", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 50, +worldAreas["G4_13"] = { + name = "Plunder's Point (Act 4)", + baseName = "Plunder's Point", + description = "Not all that is buried is forgotten", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Blood Carrier", - "Blood Collector", - "Blood Cretin", - "Courtesan", - "Death Knight", - "Decrepit Mercenary", - "Gargoyle Demon", - "Iron Guard", - "Iron Spearman", - "Iron Thaumaturgist", }, } -worldAreas["C_G1_15"] = { - name = "Ogham Manor (Act 4)", - baseName = "Ogham Manor", - description = "Den of the Mad Wolf", - tags = { "EzomyteStrongbox" }, - act = 7, - level = 51, +worldAreas["G4_14"] = { + name = "Brinerot Cove (Act 4)", + baseName = "Brinerot Cove", + description = "Cutthroats will do anything for gold", + tags = { "area_with_water", "KaruiStrongbox" }, + act = 4, + level = 53, isMap = false, isHideout = false, monsterVarieties = { - "Blood Carrier", - "Blood Collector", - "Blood Cretin", - "Courtesan", - "Iron Enforcer", - "Iron Guard", - "Iron Sharpshooter", - "Iron Spearman", - "Iron Thaumaturgist", - "Tendril Prowler", - "Tendril Sentinel", - }, - bossVarieties = { - "Candlemass, the Living Rite", - "Count Geonor", }, } -worldAreas["C_G2_town"] = { - name = "The Ardura Caravan (Act 5)", - baseName = "The Ardura Caravan", - description = "Pride of Sekhema Asala", +worldAreas["P1_Town"] = { + name = "The Refuge (Act 6)", + baseName = "The Refuge", + description = "The Ezomytes rebuild in the memory of all they've lost", tags = { }, - act = 8, - level = 57, + act = 6, + level = 64, isMap = false, isHideout = false, monsterVarieties = { }, } -worldAreas["C_G2_1"] = { - name = "Vastiri Outskirts (Act 5)", - baseName = "Vastiri Outskirts", - description = "Blood-red and unforgiving sands", - tags = { "MarakethStrongbox" }, - act = 8, - level = 51, +worldAreas["P1_1"] = { + name = "Scorched Farmlands (Act 6)", + baseName = "Scorched Farmlands", + description = "The fields burn as the night brings new terror", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 54, isMap = false, isHideout = false, monsterVarieties = { - "Brimstone Crab", - "Crag Leaper", - "Hyena Demon", - "Rotting Hulk", - "Sandscoured Dead", - "Sun Clan Scavenger", + "Azak Fleshstabber", + "Azak Mauler", + "Azak Shaman", + "Azak Spearthrower", + "Azak Stalker", + "Azak Throatcutter", + "Azak Torchbearer", + "Burning Dead", + "Rabid Dog", + "Ribrattle", + "Risen Farmhand", + "Rotting Crow", + "Scarecrow Beast", + "Skullslinger", + "Spinesnatcher", }, bossVarieties = { - "Rathbreaker", + "Heldra of the Black Pyre", + "Isolde of the White Shroud", }, } -worldAreas["C_G2_2"] = { - name = "Traitor's Passage (Act 5)", - baseName = "Traitor's Passage", - description = "The pride and fall of Balbala", - tags = { "MarakethStrongbox" }, - act = 8, - level = 52, +worldAreas["P1_2"] = { + name = "Stones of Serle (Act 6)", + baseName = "Stones of Serle", + description = "Remnants of an ancient rite glow once more", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 54, isMap = false, isHideout = false, monsterVarieties = { - "Desiccated Lich", - "Quake Golem", - "Risen Arbalest", - "Risen Maraketh", - "Skitter Golem", - "Tombshrieker", - "Vault Lurker", + "Frost Wraith", + "Knight-Gaunt", + "Lightning Wraith", + "Pack Werewolf", + "Skeleton Spriggan", + "Voracious Werewolf", + "Werewolf Prowler", }, bossVarieties = { - "Balbala, the Traitor", + "Siora, Blade of the Mists", }, } -worldAreas["C_G2_3"] = { - name = "The Halani Gates (Act 5)", - baseName = "The Halani Gates", - description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, +worldAreas["P1_3"] = { + name = "The Blackwood (Act 6)", + baseName = "The Blackwood", + description = "The fey grew silent in shadow", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { - "Boulder Ant", - "Faridun Bladedancer", - "Faridun Fledgling", - "Faridun Heavy Infantry", - "Faridun Infantry", - "Faridun Javelineer", - "Faridun Neophyte", - "Faridun Spearman", - "Faridun Spearwoman", - "Faridun Swordsman", - "Faridun Wind-slicer", - }, - bossVarieties = { - "Jamanra, the Risen King", + "Forgotten Stag", + "Nameless Burrower", + "Nameless Dweller", + "Nameless Horror", + "Nameless Hulk", + "Nameless Lurker", + "Nameless Vermin", + "Treant Foulspawn", + "Treant Fungalreaver", + "Treant Hookhorror", + "Treant Mystic", + "Treant Sage", + "Treant Spriggan", }, } -worldAreas["C_G2_3a"] = { - name = "The Halani Gates (Act 5)", - baseName = "The Halani Gates", - description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, +worldAreas["P1_4"] = { + name = "Holten (Act 6)", + baseName = "Holten", + description = "In blood they pledged to the voice of darkness", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { + "Bearer of Penitence", + "Burdened Wretch", + "Death Knight", + "Eternal Knight", + "Filthy Crone", + "Gargoyle Demon", + "Ghoul Commander", + "Hungering Stalker", + "Knight-Gaunt", + "Risen Rattler", + "Skulking Ghoul", + "Wheelbound Hag", + }, + bossVarieties = { + "Sigbert of the Sullied Oath", + "Godwin of the Shattered Creed", }, } -worldAreas["C_G2_3s"] = { - name = "The Halani Gates (Act 5)", - baseName = "The Halani Gates", - description = "Gateway of the Second River", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, +worldAreas["P1_5"] = { + name = "Wolvenhold (Act 6)", + baseName = "Wolvenhold", + description = "Cages that once held the enemy now hold their own", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { + "Death Knight", + "Risen Rattler", + }, + bossVarieties = { + "Oswin, the Dread Warden", }, } -worldAreas["C_G2_4_1"] = { - name = "Keth (Act 5)", - baseName = "Keth", - description = "Jewel of the Vastiri", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, +worldAreas["P1_6"] = { + name = "Holten Estate (Act 6)", + baseName = "Holten Estate", + description = "The fallen of Holten chose to dance with Darkness", + tags = { "EzomyteStrongbox", "ezomyte_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { - "Desiccated Lich", - "Living Sand", - "Risen Maraketh", - "Serpent Clan", - "Serpent Shaman", - "Tarnished Beetle", - "Tarnished Scarab", + "Blood Carrier", + "Blood Collector", + "Blood Cretin", + "Courtesan", + "Iron Enforcer", + "Iron Guard", + "Iron Sharpshooter", + "Iron Spearman", + "Iron Thaumaturgist", + "Tendril Prowler", + "Tendril Sentinel", }, bossVarieties = { - "Kabala, Constrictor Queen", + "Thane Wulfric", + "Lady Elswyth", }, } -worldAreas["C_G2_4_2"] = { - name = "The Lost City (Act 5)", - baseName = "The Lost City", - description = "The glory of Keth knew no bounds", - tags = { "MarakethStrongbox" }, - act = 8, - level = 54, +worldAreas["P2_Town"] = { + name = "The Khari Bazaar (Act 6)", + baseName = "The Khari Bazaar", + description = "Where trade bolstered the Maraketh", + tags = { }, + act = 6, + level = 64, isMap = false, isHideout = false, monsterVarieties = { - "Adorned Beetle", - "Adorned Scarab", - "Risen Arbalest", - "Risen Maraketh", - "Serpent Clan", - "Serpent Shaman", - "Tarnished Beetle", }, } -worldAreas["C_G2_4_3"] = { - name = "Buried Shrines (Act 5)", - baseName = "Buried Shrines", - description = "Sands settle where water once flowed", - tags = { "MarakethStrongbox" }, - act = 8, +worldAreas["P2_1"] = { + name = "The Khari Crossing (Act 6)", + baseName = "The Khari Crossing", + description = "Water once flowed but now only desiccation remains", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, level = 54, isMap = false, isHideout = false, monsterVarieties = { - "Mar Acolyte", + "Crag Leaper", + "Desiccated Lich", + "Dune Lurker", + "Goliath", + "Living Sand", + "Porcupine Goliath", + "Rasp Scavenger", + "Regurgitating Vulture", "Risen Arbalest", "Risen Maraketh", - "Sand Spirit", - "Vesper Bat", + "Sabre Spider", + "Tarnished Beetle", + "Tarnished Scarab", + "Walking Goliath", }, bossVarieties = { - "Azarian, the Forsaken Son", - }, -} - -worldAreas["C_G2_5_1"] = { - name = "Mastodon Badlands (Act 5)", - baseName = "Mastodon Badlands", - description = "Territory of the Lost-Men", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, - isMap = false, - isHideout = false, - monsterVarieties = { - "Gilded Cobra", - "Lost-men Brute", - "Lost-men Necromancer", - "Lost-men Zealot", - "Ribrattle", - "Sabre Spider", - "Skullslinger", - "Spinesnatcher", + "Akthi, the Final Sting", + "Anundr, the Sandworm", }, } -worldAreas["C_G2_5_2"] = { - name = "The Bone Pits (Act 5)", - baseName = "The Bone Pits", - description = "Necromantic ash tarnish the sands", - tags = { "MarakethStrongbox" }, - act = 8, - level = 54, +worldAreas["P2_2"] = { + name = "Pools of Khatal (Act 6)", + baseName = "Pools of Khatal", + description = "Steaming pools hide death and decay", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { - "Drudge Osseodon", - "Gilded Cobra", - "Hyena Demon", - "Lost-men Brute", - "Lost-men Necromancer", - "Lost-men Subjugator", - "Lost-men Zealot", - "Ribrattle", - "Skullslinger", - "Spinesnatcher", - "Sun Clan Scavenger", - }, - bossVarieties = { - "Ekbab, Ancient Steed", + "Corrupted Corpse", + "Flesh Larva", + "Plague Harvester", + "Plague Nymph", + "Plague Swarm", + "Porcupine Goliath", + "Rhex", + "Rotting Hulk", + "Sandscoured Dead", }, } -worldAreas["C_G2_6"] = { - name = "Valley of the Titans (Act 5)", - baseName = "Valley of the Titans", - description = "They remain where they slept", - tags = { "MarakethStrongbox" }, - act = 8, - level = 53, +worldAreas["P2_3"] = { + name = "Sel Khari Sanctuary (Act 6)", + baseName = "Sel Khari Sanctuary ", + description = "Home to the guardians of the First Barya", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { + "Bone Stalker", "Desiccated Lich", - "Dune Lurker", - "Mantis Rat", - "Quake Golem", + "Ribrattle", "Risen Arbalest", "Risen Maraketh", - "Skitter Golem", - "Walking Goliath", - }, -} - -worldAreas["C_G2_7"] = { - name = "The Titan Grotto (Act 5)", - baseName = "The Titan Grotto", - description = "Their echoes rattled the world", - tags = { "MarakethStrongbox" }, - act = 8, - level = 54, - isMap = false, - isHideout = false, - monsterVarieties = { - "Goliath", - "Sandflesh Mage", - "Sandflesh Skeleton", - "Sandflesh Warrior", - "Winged Horror", + "Serpent Clan", + "Serpent Shaman", + "Skullslinger", + "Spinesnatcher", }, bossVarieties = { - "Zalmarath, the Colossus", + "Elzarah, the Cobra Lord", }, } -worldAreas["C_G2_8"] = { - name = "Deshar (Act 5)", - baseName = "Deshar", - description = "The City of the Dead", - tags = { "MarakethStrongbox" }, - act = 8, +worldAreas["P2_5"] = { + name = "The Galai Gates (Act 6)", + baseName = "The Galai Gates", + description = "Gateway of the Fifth River", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, level = 56, isMap = false, isHideout = false, monsterVarieties = { + "Adorned Beetle", + "Adorned Scarab", + "Forgotten Crawler", + "Forgotten Satyr", + "Forgotten Stalker", + "Forsaken Hulk", + "Forsaken Miner", "Maraketh Undead", - "Porcupine Goliath", - "Rasp Scavenger", - "Regurgitating Vulture", - "Sabre Spider", - "Vile Vulture", + "Risen Tale-woman", + "Tarnished Beetle", + }, + bossVarieties = { + "Vornas, the Fell Flame", }, } -worldAreas["C_G2_9_1"] = { - name = "Path of Mourning (Act 5)", - baseName = "Path of Mourning", - description = "They climb to mourn their Honoured Dead", - tags = { "MarakethStrongbox" }, - act = 8, +worldAreas["P2_6"] = { + name = "Qimah (Act 6)", + baseName = "Qimah", + description = "Once a mecca of the great Akharas", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, level = 56, isMap = false, isHideout = false, monsterVarieties = { - "Maraketh Undead", + "Bloodthief Queen", + "Bloodthief Wasp", + "Drudge Osseodon", + "Gilded Cobra", + "Hyena Demon", + "Lost-men Necromancer", + "Lost-men Subjugator", + "Lost-men Zealot", + "Mar Acolyte", + "Ribrattle", + "Risen Arbalest", "Risen Maraketh", - "Risen Tale-woman", + "Skullslinger", + "Spinesnatcher", + "Sun Clan Scavenger", + "Winged Fiend", }, } -worldAreas["C_G2_9_2_"] = { - name = "The Spires of Deshar (Act 5)", - baseName = "The Spires of Deshar", - description = "Where the Honoured Dead lie buried in the sky", - tags = { "MarakethStrongbox" }, - act = 8, - level = 57, +worldAreas["P2_7"] = { + name = "Qimah Reservoir (Act 6)", + baseName = "Qimah Reservoir", + description = "The sacred water of Qimah once flowed in abundance", + tags = { "MarakethStrongbox", "maraketh_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { "Faridun Bladedancer", + "Faridun Butcher", "Faridun Fledgling", "Faridun Heavy Infantry", "Faridun Impaler", "Faridun Infantry", "Faridun Javelineer", "Faridun Neophyte", + "Faridun Plaguebringer", "Faridun Spearman", "Faridun Spearwoman", "Faridun Swordsman", "Faridun Wind-slicer", - "Maraketh Undead", - "Winged Fiend", + "Plague Harvester", + "Plague Swarm", + "Sand Spirit", + "Tombshrieker", + "Vesper Bat", + "Winged Horror", }, bossVarieties = { - "Tor Gul, the Defiler", + "Azmadi, the Faridun Prince", }, } -worldAreas["C_G2_10_1"] = { - name = "Mawdun Quarry (Act 5)", - baseName = "Mawdun Quarry", - description = "The hills of Mawdun became the Faridun foothold", - tags = { "MarakethStrongbox" }, - act = 8, - level = 51, +worldAreas["P3_Town"] = { + name = "The Glade (Act 6)", + baseName = "The Glade", + description = "Base camp af the foot of Mount Kriar", + tags = { }, + act = 6, + level = 64, isMap = false, isHideout = false, monsterVarieties = { - "Armoured Rhex", - "Corrupted Corpse", - "Faridun Crawler", - "Forsaken Hulk", - "Forsaken Miner", - "Plague Harvester", - "Plague Swarm", }, } -worldAreas["C_G2_10_2"] = { - name = "Mawdun Mine (Act 5)", - baseName = "Mawdun Mine", - description = "Where metal veins bled for the tools of war", - tags = { "MarakethStrongbox" }, - act = 8, - level = 52, +worldAreas["P3_1"] = { + name = "Ashen Forest (Act 6)", + baseName = "Ashen Forest", + description = "The Azmeri hunt here when the season provides", + tags = { "VaalStrongbox", "nameless_shrine" }, + act = 6, + level = 54, isMap = false, isHideout = false, monsterVarieties = { - "Corrupted Corpse", - "Faridun Crawler", - "Forgotten Crawler", - "Forgotten Satyr", - "Forgotten Stalker", - "Forsaken Miner", - "Mantis Rat", - "Plague Nymph", - }, - bossVarieties = { - "Rudja, the Dread Engineer", + "Bramble Burrower", + "Bramble Rhoa", + "Fungal Artillery", + "Fungal Proliferator", + "Fungal Rattler", + "Fungal Wolf", + "Fungal Zombie", + "Sabre Spider", + "Vault Lurker", }, } -worldAreas["C_G2_11"] = { - name = "The Dreadnought's Wake (Act 5)", - baseName = "The Dreadnought's Wake", - tags = { "MarakethStrongbox" }, - act = 8, - level = 57, +worldAreas["P3_2"] = { + name = "Kriar Village (Act 6)", + baseName = "Kriar Village", + description = "Madness spreads wherever humanity makes its home", + tags = { "VaalStrongbox", "nameless_shrine" }, + act = 6, + level = 54, isMap = false, isHideout = false, monsterVarieties = { - "Corrupted Corpse", - "Plague Harvester", - "Plague Nymph", - "Plague Swarm", - "Porcupine Goliath", - "Rasp Scavenger", - "Rhex", + "Bloom Serpent", + "Bramble Ape", + "Bramble Burrower", + "Bramble Hulk", + "Constricted Shambler", + "Constricted Spitter", + "Entrailhome Shambler", + "Entwined Hulk", + "Slitherspitter", + "Snakethroat Shambler", + }, + bossVarieties = { + "Lythara, the Wayward Spear", }, } -worldAreas["C_G2_12_1"] = { - name = "The Dreadnought (Act 5)", - baseName = "The Dreadnought", - description = "War Caravan of the Faridun", - tags = { "MarakethStrongbox" }, - act = 8, - level = 57, +worldAreas["P3_3"] = { + name = "Glacial Tarn (Act 6)", + baseName = "Glacial Tarn", + description = "In chilling beauty the glacial basin rests", + tags = { "VaalStrongbox", "nameless_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { - "Faridun Bladedancer", - "Faridun Crawler", - "Faridun Fledgling", - "Faridun Heavy Infantry", - "Faridun Infantry", - "Faridun Javelineer", - "Faridun Neophyte", - "Faridun Plaguebringer", - "Faridun Spearman", - "Faridun Spearwoman", - "Faridun Swordsman", - "Faridun Wind-slicer", - "Plague Harvester", - "Plague Swarm", + "Bane Sapling", + "Bogfelled Commoner", + "Bogfelled Slave", + "Dredge Fiend", + "Filthy First-born", + "Ill-fated Explorer", + "River Hag", + }, + bossVarieties = { + "Rakkar, the Frozen Talon", }, } -worldAreas["C_G2_12_2"] = { - name = "Dreadnought Vanguard (Act 5)", - baseName = "Dreadnought Vanguard", - description = "Forward carts of the Risen King", - tags = { "MarakethStrongbox" }, - act = 8, - level = 57, +worldAreas["P3_4"] = { + name = "Howling Caves (Act 6)", + baseName = "Howling Caves", + description = "Howls of beasts tremble the very walls", + tags = { "VaalStrongbox", "vaal_shrine" }, + act = 6, + level = 55, isMap = false, isHideout = false, monsterVarieties = { - "Faridun Bladedancer", - "Faridun Butcher", - "Faridun Fledgling", - "Faridun Heavy Infantry", - "Faridun Infantry", - "Faridun Javelineer", - "Faridun Neophyte", - "Faridun Spearman", - "Faridun Spearwoman", - "Faridun Swordsman", - "Faridun Wind-slicer", + "Frost Wraith", + "Hungry Wolf", + "Plague Nymph", + "Quadrilla", + "Scorpion Monkey", }, bossVarieties = { - "Jamanra, the Abomination", + "The Abominable Yeti", }, } -worldAreas["C_G3_town"] = { - name = "Ziggurat Encampment (Act 6)", - baseName = "Ziggurat Encampment", - description = "A haven provides refuge from the jungle ", - tags = { "area_with_water" }, - act = 9, - level = 64, +worldAreas["P3_5"] = { + name = "Kriar Peaks (Act 6)", + baseName = "Kriar Peaks", + description = "Kriar's snow tipped peaks tower above all", + tags = { "VaalStrongbox", "vaal_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { + "Cerberic Bat", + "Feral Primate", + "Prowling Shade", + "Stoneclad Gorilla", + "Undead Vaal Bladedancer", + "Undead Vaal Guard", + "Vaal Skeletal Archer", + "Vaal Skeletal Priest", + "Vaal Skeletal Squire", + "Vaal Skeletal Warrior", }, } -worldAreas["C_G3_1"] = { - name = "Sandswept Marsh (Act 6)", - baseName = "Sandswept Marsh", - description = "Where thick waters stir with the rising dead", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 58, +worldAreas["P3_6"] = { + name = "Etched Ravine (Act 6)", + baseName = "Etched Ravine", + description = "The Architect of Expansion cut his way into the mountainside", + tags = { "VaalStrongbox", "vaal_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { - "Bloodthief Queen", - "Bloodthief Wasp", - "Bogfelled Commoner", - "Bogfelled Slave", - "Dredge Fiend", - "Orok Fleshstabber", - "Orok Hunter", - "Orok Shaman", - "Orok Throatcutter", - "Rotting Hulk", + "Crawler Sentinel", + "Powered Zealot", + "Rusted Dyna Golem", + "Rusted Reconstructor", + "Surgical Experimentalist", + "Vaal Axeman", + "Vaal Formshifter", + "Vaal Goliath", }, bossVarieties = { - "Rootdredge", + "Stormgore, the Guardian", }, } -worldAreas["C_G3_2_1"] = { - name = "Infested Barrens (Act 6)", - baseName = "Infested Barrens", - description = "Where the jungle gives way to colonies and hives", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 59, +worldAreas["P3_7"] = { + name = "The Cuachic Vault (Act 6)", + baseName = "The Cuachic Vault", + description = "Doryani's final contingency against the end", + tags = { "VaalStrongbox", "vaal_shrine" }, + act = 6, + level = 56, isMap = false, isHideout = false, monsterVarieties = { - "Antlion Charger", - "Bane Sapling", - "Diretusk Boar", - "Ill-fated Explorer", + "Blood Priest", + "Blood Priestess", + "Blood Zealot", + "Chaotic Zealot", + "Gelid Zealot", + "Loyal Jaguar", + "Vaal Axeman", + "Vaal Excoriator", + "Vaal Formshifter", + "Vaal Goliath", + "Vaal Guard", + "Vaal Overseer", + }, + bossVarieties = { + "Zelina, Blood Priestess", + "Zolin, Blood Priest", }, } -worldAreas["C_G3_2_2"] = { - name = "The Matlan Waterways (Act 6)", - baseName = "The Matlan Waterways", - description = "Seed of Utzaal's birth and death", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 61, +worldAreas["MapLeaguePortal"] = { + name = "The Realmgate", + baseName = "The Realmgate", + tags = { }, + act = 10, + level = 65, isMap = false, isHideout = false, monsterVarieties = { - "Azak Brute", - "Azak Fleshstabber", - "Azak Mongrelmaster", - "Azak Shaman", - "Azak Spearthrower", - "Azak Stalker", - "Azak Throatcutter", - "Chaw Mongrel", - "Chyme Skitterer", - "River Drake", }, } -worldAreas["C_G3_3"] = { - name = "Jungle Ruins (Act 6)", - baseName = "Jungle Ruins", - description = "The jungle thrives amongst overgrown structures", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 58, - isMap = false, +worldAreas["MapVoidReliquary"] = { + name = "The Reliquary Vault (Map)", + baseName = "The Reliquary Vault", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Alpha Primate", - "Antlion Charger", - "Bane Sapling", - "Constricted Shambler", - "Constricted Spitter", - "Entwined Hulk", - "Feral Primate", - "Quadrilla", - "Snakethroat Shambler", - }, - bossVarieties = { - "Mighty Silverfist", }, } -worldAreas["C_G3_4"] = { - name = "The Venom Crypts (Act 6)", - baseName = "The Venom Crypts", - description = "Graves that once held nobility now slither and bite", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 59, - isMap = false, +worldAreas["MapSpiderJungle"] = { + name = "Spider Jungle (Map)", + baseName = "Spider Jungle", + tags = { "map", "forest", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Constricted Shambler", - "Constricted Spitter", - "Entrailhome Shambler", - "Entwined Hulk", - "Rotted Rat", - "Scorpion Monkey", - "Slitherspitter", - "Snakethroat Shambler", + }, + bossVarieties = { }, } -worldAreas["C_G3_5"] = { - name = "Chimeral Wetlands (Act 6)", - baseName = "Chimeral Wetlands", - description = "Where beauty and death become one", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 59, - isMap = false, +worldAreas["MapRustbowl"] = { + name = "Rustbowl (Map)", + baseName = "Rustbowl", + description = "Aeons of wear have rotted steel to its core.", + tags = { "map", "desert_biome", "MarakethStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Bloom Serpent", - "Diretusk Boar", - "Ill-fated Explorer", - "Prowling Chimeral", - "River Drake", + "Ancient Ezomyte", + "Risen Arbalest", }, bossVarieties = { - "Xyclucian, the Chimera", + "Gozen, Rebellious Rustlord", }, } -worldAreas["C_G3_6_1"] = { - name = "Jiquani's Machinarium (Act 6)", - baseName = "Jiquani's Machinarium", - description = "Where the Architect of Industry bestowed life unto stone", - tags = { "dungeon", "VaalStrongbox" }, - act = 9, - level = 60, - isMap = false, +worldAreas["MapBackwash"] = { + name = "Backwash (Map)", + baseName = "Backwash", + description = "Humid air chokes and twists everything it touches.", + tags = { "map", "forest_biome", "swamp_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Crawler Sentinel", - "Pale-stitched Stalker", - "Rotted Rat", - "Rusted Dyna Golem", - "Rusted Reconstructor", - "Vaal Skeletal Archer", - "Vaal Skeletal Priest", - "Vaal Skeletal Squire", - "Vaal Skeletal Warrior", + "Filthy Crone", + "Filthy First-born", + "Filthy Lobber", + "Flathead Clubber", + "Flathead Warrior", + "Foul Blacksmith", + "Foul Mauler", + "Foul Sage", + "Pyromushroom Cultivator", }, bossVarieties = { - "Blackjaw, the Remnant", + "Yaota, the Loathsome", }, } -worldAreas["C_G3_6_2"] = { - name = "Jiquani's Sanctum (Act 6)", - baseName = "Jiquani's Sanctum", - description = "Seat of Jiquani's rise to power", - tags = { "dungeon", "VaalStrongbox" }, - act = 9, - level = 60, - isMap = false, +worldAreas["MapBurialBog"] = { + name = "Burial Bog (Map)", + baseName = "Burial Bog", + description = "The land returns the dead as easily as it received them.", + tags = { "map", "swamp_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Pale-stitched Stalker", - "Prowling Shade", - "Undead Vaal Bladedancer", - "Undead Vaal Guard", - "Vaal Skeletal Archer", - "Vaal Skeletal Priest", - "Vaal Skeletal Squire", - "Vaal Skeletal Warrior", + "Bogfelled Commoner", + "Bogfelled Slave", + "Dredge Fiend", }, bossVarieties = { - "Zicoatl, Warden of the Core", + "Grudgelash, Vile Thorn", }, } -worldAreas["C_G3_7"] = { - name = "The Azak Bog (Act 6)", - baseName = "The Azak Bog", - description = "Home of the merciless Azak savages", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 60, - isMap = false, +worldAreas["MapInferno"] = { + name = "Inferno (Map)", + baseName = "Inferno", + description = "Embers swirl as bark crackles and sparks.", + tags = { "map", "forest_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Azak Brute", - "Azak Fledgling", - "Azak Fleshstabber", - "Azak Mauler", - "Azak Shaman", - "Azak Spearthrower", - "Azak Stalker", - "Azak Throatcutter", - "Azak Torchbearer", - "Chaw Mongrel", + "Burning Dead", }, bossVarieties = { - "Ignagduk, the Bog Witch", }, } -worldAreas["C_G3_8"] = { - name = "The Drowned City (Act 6)", - baseName = "The Drowned City", - description = "Utzaal the drowned is now revealed", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 61, - isMap = false, +worldAreas["MapWetlands"] = { + name = "Wetlands (Map)", + baseName = "Wetlands", + description = "Mud and air seethes with warped life.", + tags = { "map", "swamp_biome", "EzomyteStrongbox", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Chyme Skitterer", - "Drowned Crawler", - "Drowned Explorer", - "Filthy Crone", - "Filthy First-born", - "Filthy Lobber", - "Flathead Clubber", - "Flathead Warrior", - "Foul Blacksmith", - "Foul Mauler", - "Foul Sage", - "Hunchback Clubber", - "River Drake", - "River Hag", + "Hyena Demon", + "Sun Clan Scavenger", + }, + bossVarieties = { + "Caedron, the Hyena Lord", }, } -worldAreas["C_G3_9"] = { - name = "The Molten Vault (Act 6)", - baseName = "The Molten Vault", - description = "Forge of the forgotten wealth of Kamasa", - tags = { "dungeon", "VaalStrongbox" }, - act = 9, - level = 62, - isMap = false, +worldAreas["MapBloomingField"] = { + name = "Blooming Field (Map)", + baseName = "Blooming Field", + description = "Bright colours hide the rot beneath.", + tags = { "map", "forest_biome", "grass_biome", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Gold-Melted Sentinel", - "Gold-Melted Shambler", - "Gold-melted Blacksmith", - "Vaal Embalmed Archer", - "Vaal Embalmed Axeman", - "Vaal Embalmed Bearer", - "Vaal Embalmed Rogue", - "Vaal Embalmed Spearman", + "Bloom Serpent", }, bossVarieties = { - "Mektul, the Forgemaster", + "The Black Crow", }, } -worldAreas["C_G3_10_Airlock"] = { - name = "The Temple of Chaos (Act 6)", - baseName = "The Temple of Chaos", - description = "Testing grounds for the Vaal High Priests", - tags = { }, - act = 9, - level = 60, - isMap = false, +worldAreas["MapCrimsonShores"] = { + name = "Crimson Shores (Map)", + baseName = "Crimson Shores", + description = "Fishermen once reaped a rich bounty here.", + tags = { "map", "water_biome", "MarakethStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { + "Brimstone Crab", + }, + bossVarieties = { + "Volkhar, the Emberborn", }, } -worldAreas["C_G3_11"] = { - name = "Apex of Filth (Act 6)", - baseName = "Apex of Filth", - description = "The rot and mire of unspeakable centuries", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 61, - isMap = false, +worldAreas["MapCenotes"] = { + name = "Cenotes (Map)", + baseName = "Cenotes", + description = "The ground shifts underfoot with disturbing ease.", + tags = { "map", "mountain_biome", "swamp_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Filthy Crone", - "Filthy First-born", - "Filthy Lobber", - "Flathead Clubber", - "Flathead Warrior", - "Flathead Youngling", - "Foul Blacksmith", - "Foul Mauler", - "Foul Sage", - "Hunchback Clubber", - "Pyromushroom Cultivator", + "Bogfelled Commoner", + "Bogfelled Slave", + "Rotting Hulk", + "Swamp Golem", }, bossVarieties = { - "The Queen of Filth", + "Bahlak, the Sky Seer", }, } -worldAreas["C_G3_12"] = { - name = "Temple of Kopec (Act 6)", - baseName = "Temple of Kopec", - description = "Unfathomable energy resides within the Ziggurat", - tags = { "dungeon", "VaalStrongbox" }, - act = 9, - level = 62, - isMap = false, +worldAreas["MapSavanna"] = { + name = "Savannah (Map)", + baseName = "Savannah", + description = "Wild lands spurn those who claim to rule them.", + tags = { "map", "grass_biome", "desert_biome", "MarakethStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Adorned Miscreation", - "Bloodrite Guard", - "Bloodrite Priest", - "Priest of the Sun", + "Hyena Demon", + "Sun Clan Scavenger", }, bossVarieties = { - "Ketzuli, High Priest of the Sun", + "Caedron, the Hyena Lord", }, } -worldAreas["C_G3_14"] = { - name = "Utzaal (Act 6)", - baseName = "Utzaal", - description = "The Cradle of Vaal Ambition", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 62, - isMap = false, +worldAreas["MapFortress"] = { + name = "Fortress (Map)", + baseName = "Fortress", + description = "Time overwhelms even the sturdiest walls.", + tags = { "map", "desert_biome", "MarakethStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Chaotic Zealot", - "Gelid Zealot", - "Loyal Jaguar", - "Vaal Excoriator", - "Vaal Goliath", - "Vaal Guard", - "Vaal Overseer", - "Viper Legionnaire", + "Vaal Skeletal Priest", + "Vaal Skeletal Squire", }, bossVarieties = { - "Viper Napuatzi", + "Pirasha, the Forgotten Prisoner", }, } -worldAreas["C_G3_15"] = { - name = "Library of Kamasa (Act 6)", - baseName = "Library of Kamasa", - tags = { "dungeon", "VaalStrongbox" }, - act = 9, - level = 63, - isMap = false, +worldAreas["MapPenitentiary"] = { + name = "Penitentiary (Map)", + baseName = "Penitentiary", + description = "Restless prisoners yearn for freedom.", + tags = { "map", "grass_biome", "ezomyte_city", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Vaal Enforcer", - "Vaal Excoriator", - "Vaal Guard", - "Vaal Overseer", - "Vaal Researcher", + "Gilded Cobra", + "Lost-men Zealot", + }, + bossVarieties = { + "Incarnation of Death", }, } -worldAreas["C_G3_16_"] = { - name = "Aggorat (Act 6)", - baseName = "Aggorat", - description = "Salvation sought in beauty and blood", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 63, - isMap = false, +worldAreas["MapLostTowers"] = { + name = "Lost Towers (Map)", + baseName = "Lost Towers", + description = "The grandest of monuments, standing proudly before an audience of none.", + tags = { "map", "map_tower", "forest_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Bannerbearing Zealot", "Blood Priest", "Blood Priestess", "Blood Zealot", - "Chaotic Zealot", - "Fiery Zealot", - "Gelid Zealot", - "Vaal Axeman", "Vaal Formshifter", - "Vaal Goliath", - }, -} - -worldAreas["C_G3_17"] = { - name = "The Black Chambers (Act 6)", - baseName = "The Black Chambers", - description = "Doryani toiled in her name and his own", - tags = { "area_with_water", "VaalStrongbox" }, - act = 9, - level = 64, - isMap = false, - isHideout = false, - monsterVarieties = { - "Bladelash Transcendent", - "Brutal Transcendent", - "Doryani's Elite", - "Fused Swordsman", - "Goliath Transcendent", - "Shielded Transcendent", - "Surgical Experimentalist", - "Warrior Transcendent", }, bossVarieties = { - "Doryani, Royal Thaumaturge", - "Doryani's Triumph", + "Chetza, the Feathered Plague", }, } -worldAreas["MapLeaguePortal"] = { - name = "The Realmgate", - baseName = "The Realmgate", - tags = { }, +worldAreas["MapBloodwood"] = { + name = "Bloodwood (Map)", + baseName = "Bloodwood", + description = "Poisoned trees bear pestilent fruits.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, - isMap = false, + isMap = true, isHideout = false, monsterVarieties = { + "Blood Collector", + "Blood Cretin", + "Courtesan", + }, + bossVarieties = { + "Gorian, the Moving Earth", }, } -worldAreas["MapVoidReliquary"] = { - name = "The Reliquary Vault (Map)", - baseName = "The Reliquary Vault", - tags = { "map" }, +worldAreas["MapSandspit"] = { + name = "Sandspit (Map)", + baseName = "Sandspit", + description = "A haven for seabirds. A hazard for sailors.", + tags = { "map", "water_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Venomous Crab", + "Venomous Crab Matriarch", + }, + bossVarieties = { + "The Sandstrider", }, } -worldAreas["MapSpiderJungle"] = { - name = "Spider Jungle (Map)", - baseName = "Spider Jungle", - tags = { "map", "forest", "VaalStrongbox" }, +worldAreas["MapForge"] = { + name = "Forge (Map)", + baseName = "Forge", + description = "No living hands ever stoked these flames.", + tags = { "map", "grass_biome", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Goliath", }, bossVarieties = { + "Vastweld, the Colossal Guardian", }, } -worldAreas["MapRustbowl"] = { - name = "Rustbowl (Map)", - baseName = "Rustbowl", - description = "Aeons of wear have rotted steel to its core.", - tags = { "map", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapSulphuricCaverns"] = { + name = "Sulphuric Caverns (Map)", + baseName = "Sulphuric Caverns", + description = "Beasts of many kinds sought shelter one final time.", + tags = { "map", "swamp_biome", "desert_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Ancient Ezomyte", - "Risen Arbalest", + "Orok Fleshstabber", + "Orok Hunter", + "Orok Shaman", + "Orok Throatcutter", }, bossVarieties = { - "Gozen, Rebellious Rustlord", + "The Bone Colossus", + "Lord of the Pit", }, } -worldAreas["MapBackwash"] = { - name = "Backwash (Map)", - baseName = "Backwash", - description = "Humid air chokes and twists everything it touches.", +worldAreas["MapMire"] = { + name = "Mire (Map)", + baseName = "Mire", + description = "These waters devour the same souls they feed.", tags = { "map", "forest_biome", "swamp_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Filthy Crone", - "Filthy First-born", - "Filthy Lobber", - "Flathead Clubber", - "Flathead Warrior", - "Foul Blacksmith", - "Foul Mauler", - "Foul Sage", - "Pyromushroom Cultivator", + "Cultist Archer", + "Cultist Daggerdancer", }, bossVarieties = { - "Yaota, the Loathsome", + "Riona, Winter's Cackle", }, } -worldAreas["MapBurialBog"] = { - name = "Burial Bog (Map)", - baseName = "Burial Bog", - description = "The land returns the dead as easily as it received them.", - tags = { "map", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapAugury"] = { + name = "Augury (Map)", + baseName = "Augury", + description = "They watched the birds to foretell what any fool could see.", + tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bogfelled Commoner", - "Bogfelled Slave", - "Dredge Fiend", + "Constricted Spitter", + "Slitherspitter", }, bossVarieties = { - "Grudgelash, Vile Thorn", + "Gressor-Kul, the Apex", }, } -worldAreas["MapInferno"] = { - name = "Inferno (Map)", - baseName = "Inferno", - tags = { "map", "forest_biome", "VaalStrongbox" }, +worldAreas["MapWoodland"] = { + name = "Woodland (Map)", + baseName = "Woodland", + description = "The woods give their leaves to the seasons. Man takes the rest.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Burning Dead", + "Antlion Charger", + "Ill-fated Explorer", }, bossVarieties = { + "Tierney, the Hateful", }, } -worldAreas["MapWetlands"] = { - name = "Wetlands (Map)", - baseName = "Wetlands", - description = "Mud and air seethes with warped life.", - tags = { "map", "swamp_biome", "EzomyteStrongbox", "VaalStrongbox" }, - act = 10, - level = 65, - isMap = true, +worldAreas["MapSump"] = { + name = "Sump (Map)", + baseName = "Sump", + description = "Humanity trapped within a cage of desperation and agony.", + tags = { "map", "swamp_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, isHideout = false, monsterVarieties = { - "Bramble Burrower", - "Venomous Crab Matriarch", + "Diretusk Boar", + "Ill-fated Explorer", }, bossVarieties = { - "Gorian, the Moving Earth", + "Brakka, the Withered Crone", }, } -worldAreas["MapBloomingField"] = { - name = "Blooming Field (Map)", - baseName = "Blooming Field", - description = "Bright colours hide the rot beneath.", - tags = { "map", "forest_biome", "grass_biome", "EzomyteStrongbox" }, +worldAreas["MapWillow"] = { + name = "Willow (Map)", + baseName = "Willow", + description = "Leaves cling to trees as souls cling to life.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bloom Serpent", + "Lightning Wraith", + "Risen Rattler", }, bossVarieties = { - "The Black Crow", + "Connal, the Tormented", }, } -worldAreas["MapCrimsonShores"] = { - name = "Crimson Shores (Map)", - baseName = "Crimson Shores", - description = "Fishermen once reaped a rich bounty here.", - tags = { "map", "water_biome", "MarakethStrongbox" }, +worldAreas["MapHive"] = { + name = "Hive (Map)", + baseName = "Hive", + description = "The work of an invisible empire.", + tags = { "map", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Brimstone Crab", + "Bane Sapling", }, bossVarieties = { - "Rattlecage, the Earthbreaker", + "The Fungus Behemoth", }, } -worldAreas["MapCenotes"] = { - name = "Cenotes (Map)", - baseName = "Cenotes", - tags = { "map", "mountain_biome", "VaalStrongbox" }, +worldAreas["MapHeadland"] = { + name = "Headland (Map)", + baseName = "Headland", + description = "Sturdy walls held out an armada, but not the famine it brought.", + tags = { "map", "mountain_biome", "desert_biome", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bogfelled Commoner", - "Bogfelled Slave", - "Rotting Hulk", - "Swamp Golem", + "Pale-stitched Stalker", }, bossVarieties = { - "Bahlak, the Sky Seer", + "Hask, the Fallen Son", }, } -worldAreas["MapSavanna"] = { - name = "Savannah (Map)", - baseName = "Savannah", - description = "Wild lands spurn those who claim to rule them.", - tags = { "map", "grass_biome", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapLoftySummit"] = { + name = "Lofty Summit (Map)", + baseName = "Lofty Summit", + description = "The last vestiges of earth, lost beyond the sky.", + tags = { "map", "mountain_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Hyena Demon", - "Sun Clan Scavenger", + "Frost Wraith", + "Risen Rattler", }, bossVarieties = { - "Caedron, the Hyena Lord", + "Oloton, the Remorseless", }, } -worldAreas["MapFortress"] = { - name = "Fortress (Map)", - baseName = "Fortress", - description = "Time overwhelms even the sturdiest walls.", - tags = { "map", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapNecropolis"] = { + name = "Necropolis (Map)", + baseName = "Necropolis", + description = "Silent stones mark ancient graves and forgotten sorrows.", + tags = { "map", "forest_biome", "ezomyte_city", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Vaal Skeletal Priest", - "Vaal Skeletal Squire", + "Death Knight", + "Risen Rattler", }, bossVarieties = { - "Pirasha, the Forgotten Prisoner", + "Tycho, the Black Praetor", }, } -worldAreas["MapPenitentiary"] = { - name = "Penitentiary (Map)", - baseName = "Penitentiary", - description = "Restless prisoners yearn for freedom.", - tags = { "map", "grass_biome", "ezomyte_city", "EzomyteStrongbox" }, +worldAreas["MapCrypt"] = { + name = "Crypt (Map)", + baseName = "Crypt", + description = "Those killed in battle do not rest peacefully.", + tags = { "map", "grass_biome", "desert_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Gilded Cobra", - "Lost-men Zealot", + "Knight-Gaunt", + "Risen Rattler", }, bossVarieties = { - "Incarnation of Death", + "Meltwax, Mockery of Faith", }, } -worldAreas["MapLostTowers"] = { - name = "Lost Towers (Map)", - baseName = "Lost Towers", - description = "The grandest of monuments, standing proudly before an audience of none.", - tags = { "map", "map_tower", "forest_biome", "VaalStrongbox" }, +worldAreas["MapHiddenGrotto"] = { + name = "Hidden Grotto (Map)", + baseName = "Hidden Grotto", + description = "Shafts of light raise life where they fall.", + tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Blood Priest", - "Blood Priestess", - "Blood Zealot", - "Vaal Formshifter", + "Quake Golem", + "Skitter Golem", }, bossVarieties = { - "Chetza, the Feathered Plague", + "Zar Wali, the Bone Tyrant", }, } -worldAreas["MapBloodwood"] = { - name = "Bloodwood (Map)", - baseName = "Bloodwood", - description = " Poisoned trees bear pestilent fruits.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapSteamingSprings"] = { + name = "Steaming Springs (Map)", + baseName = "Steaming Springs", + description = "The tears of a ravaged earth.", + tags = { "map", "mountain_biome", "grass_biome", "forest_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Blood Collector", - "Blood Cretin", - "Courtesan", + "Bramble Rhoa", }, bossVarieties = { - "Gorian, the Moving Earth", + "Manassa, the Serpent Queen", }, } -worldAreas["MapSandspit"] = { - name = "Sandspit (Map)", - baseName = "Sandspit", - tags = { "map", "water_biome", "MarakethStrongbox" }, +worldAreas["MapSeepage"] = { + name = "Seepage (Map)", + baseName = "Seepage", + description = "The fetid home of foul generations.", + tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Venomous Crab", - "Venomous Crab Matriarch", + "Fungal Artillery", + "Fungal Proliferator", + "Fungal Rattler", }, bossVarieties = { + "The Fungus Behemoth", }, } -worldAreas["MapForge"] = { - name = "Forge (Map)", - baseName = "Forge", - description = "No living hands ever stoked these flames.", - tags = { "map", "mountain_biome", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapRiverside"] = { + name = "Riverside (Map)", + baseName = "Riverside", + description = "Rushing waters threaten to move the earth.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Goliath", + "Quadrilla", + "Scorpion Monkey", }, bossVarieties = { - "Vastweld, the Colossal Guardian", + "Zekoa, the Headcrusher", }, } -worldAreas["MapSulphuricCaverns"] = { - name = "Sulphuric Caverns (Map)", - baseName = "Sulphuric Caverns", - description = "Beasts of many kinds sought shelter one final time.", - tags = { "map", "mountain_biome", "swamp_biome", "desert_biome", "EzomyteStrongbox" }, +worldAreas["MapRavine"] = { + name = "Ravine (Map)", + baseName = "Ravine", + description = "A wound carved into the world, never to heal.", + tags = { "map", "mountain_biome", "forest_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Orok Fleshstabber", - "Orok Hunter", - "Orok Shaman", - "Orok Throatcutter", + "Constricted Spitter", + "Snakethroat Shambler", }, bossVarieties = { - "The Bone Colossus", - "Lord of the Pit", + "Tetzcatl, the Blazing Guardian", }, } -worldAreas["MapMire"] = { - name = "Mire (Map)", - baseName = "Mire", - description = "These waters devour the same souls they feed.", - tags = { "map", "forest_biome", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapSpiderWoods"] = { + name = "Spider Woods (Map)", + baseName = "Spider Woods", + description = "Vast lairs of silk span the treetops.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Cultist Archer", - "Cultist Daggerdancer", + "Vault Lurker", }, bossVarieties = { - "Riona, Winter's Cackle", + "Rootgrasp, the Hateful Forest", }, } -worldAreas["MapAugury"] = { - name = "Augury (Map)", - baseName = "Augury", - description = "They watched the birds to foretell what any fool could see.", - tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapMarrow"] = { + name = "Marrow (Map)", + baseName = "Marrow", + description = "Darkness enshrouds these endless chasms.", + tags = { "map", "grass_biome", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Constricted Spitter", - "Slitherspitter", + "Mar Acolyte", + "Risen Arbalest", + "Risen Maraketh", }, bossVarieties = { - "Gressor-Kul, the Apex", + "Zar Wali, the Bone Tyrant", }, } -worldAreas["MapWoodland"] = { - name = "Woodland (Map)", - baseName = "Woodland", - description = "The woods give their leaves to the seasons. Man takes the rest.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapGrimhaven"] = { + name = "Grimhaven (Map)", + baseName = "Grimhaven", + description = "Avarice in the conqueror builds contempt among the conquered.", + tags = { "map", "grass_biome", "ezomyte_city", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Antlion Charger", - "Ill-fated Explorer", + "Decrepit Mercenary", + "Iron Thaumaturgist", }, bossVarieties = { - "Tierney, the Hateful", + "Saphira, The Dread Consort", }, } -worldAreas["MapSump"] = { - name = "Sump (Map)", - baseName = "Sump", - description = "Humanity trapped within a cage of desperation and agony.", - tags = { "map", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapVaalVillage"] = { + name = "Vaal Village (Map)", + baseName = "Vaal Village", + description = "Vice wears a mask of simplicity.", + tags = { "map", "swamp_biome", "vaal_city", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Diretusk Boar", - "Ill-fated Explorer", + "Vaal Goliath", }, bossVarieties = { - "Brakka, the Withered Crone", }, } -worldAreas["MapWillow"] = { - name = "Willow (Map)", - baseName = "Willow", - description = "Leaves cling to trees as souls cling to life.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapVaalOutskirts"] = { + name = "Vaal Outskirts (Map)", + baseName = "Vaal Outskirts", + tags = { "map", "lightning", "maraketh", "bloodbather", "area_with_water", "machinarium", "giant", "earth_elemental", "construct", "bones", "reptile_beast", "beach", "vaal", "devourer", "rodent_beast", "insect", "demon", "rust", "cultist", "mutewind", "avian_beast", "spider", "stone_construct", "corrupted", "chaos", "gardens", "desert_area", "inca", "forest", "undead", "mammal_beast", "primate_beast", "cenobite", "amphibian_beast", "skeleton", "snake", "cavern", "feline_beast", "crustacean_beast", "canine_beast", "urban", "cold", "fire", "swamp", "ghost", "werewolf" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Lightning Wraith", - "Risen Rattler", }, bossVarieties = { - "Connal, the Tormented", }, } -worldAreas["MapHive"] = { - name = "Hive (Map)", - baseName = "Hive", - tags = { "map", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapSlick"] = { + name = "Slick (Map)", + baseName = "Slick", + description = "Stagnant oils mix to form a deadly concoction.", + tags = { "map", "grass_biome", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bane Sapling", + "Undead Vaal Guard", }, bossVarieties = { - "The Fungus Behemoth", + "Vorrik, The Infernal Engineer", }, } -worldAreas["MapHeadland"] = { - name = "Headland (Map)", - baseName = "Headland", - description = "Sturdy walls held out an armada, but not the famine it brought.", - tags = { "map", "mountain_biome", "faridun_city", "MarakethStrongbox" }, +worldAreas["MapVaalCity"] = { + name = "Vaal City (Map)", + baseName = "Vaal City", + description = "Hubris convinces men they can survive the mistakes of their forebears.", + tags = { "map", "swamp_biome", "vaal_city", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Pale-stitched Stalker", + "Viper Legionnaire", }, bossVarieties = { - "Hask, the Fallen Son", + "Viper Napuatzi", }, } -worldAreas["MapLoftySummit"] = { - name = "Lofty Summit (Map)", - baseName = "Lofty Summit", - description = "The last vestiges of earth, lost beyond the sky.", - tags = { "map", "mountain_biome", "VaalStrongbox" }, +worldAreas["MapSteppe"] = { + name = "Steppe (Map)", + baseName = "Steppe", + description = "Even the sparse vegetation does not linger here long.", + tags = { "map", "grass_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Frost Wraith", - "Risen Rattler", + "Diretusk Boar", }, bossVarieties = { - "Oloton, the Remorseless", + "Gozen, Rebellious Rustlord", }, } -worldAreas["MapNecropolis"] = { - name = "Necropolis (Map)", - baseName = "Necropolis", - description = "Silent stones mark ancient graves and forgotten sorrows.", - tags = { "map", "forest_biome", "ezomyte_city", "EzomyteStrongbox" }, +worldAreas["MapSwampTower"] = { + name = "Sinking Spire (Map)", + baseName = "Sinking Spire", + description = "This Vaal structure is not lost in the jungle. Not yet.", + tags = { "map", "swamp_biome", "map_tower", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Death Knight", - "Risen Rattler", + "Filthy Crone", + "Flathead Clubber", + "Hunchback Clubber", }, bossVarieties = { - "Tycho, the Black Praetor", + "Stormgore, the Guardian", }, } -worldAreas["MapCrypt"] = { - name = "Crypt (Map)", - baseName = "Crypt", - description = "Those killed in battle do not rest peacefully.", - tags = { "map", "mountain_biome", "grass_biome", "desert_biome", "EzomyteStrongbox" }, +worldAreas["MapRockpools"] = { + name = "Rockpools (Map)", + baseName = "Rockpools", + description = "Life abounds on the shells of its dead ancestors.", + tags = { "map", "VaalStrongbox", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Knight-Gaunt", - "Risen Rattler", + "Constricted Shambler", + "Constricted Spitter", + "Snakethroat Shambler", }, bossVarieties = { - "Meltwax, Mockery of Faith", + "Brughor, the Insatiable", }, } -worldAreas["MapHiddenGrotto"] = { - name = "Hidden Grotto (Map)", - baseName = "Hidden Grotto", - description = "Shafts of light raise life where they fall.", - tags = { "map", "mountain_biome", "grass_biome", "forest_biome", "swamp_biome", "MarakethStrongbox" }, +worldAreas["MapCreek"] = { + name = "Creek (Map)", + baseName = "Creek", + description = "Dark energies congeal the lifeblood of the forest.", + tags = { "map", "forest_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Quake Golem", - "Skitter Golem", + "River Drake", }, bossVarieties = { - "Zar Wali, the Bone Tyrant", + "Tierney, the Hateful", }, } -worldAreas["MapSteamingSprings"] = { - name = "Steaming Springs (Map)", - baseName = "Steaming Springs", - description = "The tears of a ravaged earth.", - tags = { "map", "mountain_biome", "grass_biome", "forest_biome", "MarakethStrongbox" }, +worldAreas["MapDerelictMansion"] = { + name = "Derelict Mansion (Map)", + baseName = "Derelict Mansion", + description = "Darkness always finds its way into the minds of the weak.", + tags = { "map", "grass_biome", "forest_biome", "EzomyteStrongbox", "ezomyte_shrine", "swamp_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bramble Rhoa", + "Tendril Sentinel", }, bossVarieties = { - "Manassa, the Serpent Queen", + "Varloch, the Ashen Lord", + "Avelyne, the Withered Rose", }, } -worldAreas["MapSeepage"] = { - name = "Seepage (Map)", - baseName = "Seepage", - description = "The fetid home of foul generations.", - tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapOutlands"] = { + name = "Outlands (Map)", + baseName = "Outlands", + description = "Stone shelters brace against the doom of the desert.", + tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Fungal Artillery", - "Fungal Proliferator", - "Fungal Rattler", - }, - bossVarieties = { - "The Fungus Behemoth", + "Faridun Heavy Infantry", + "Faridun Neophyte", + "Faridun Spearman", + "Faridun Swordsman", }, } -worldAreas["MapRiverside"] = { - name = "Riverside (Map)", - baseName = "Riverside", - description = "Rushing waters threaten to move the earth.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapBastille"] = { + name = "Bastille (Map)", + baseName = "Bastille", + description = "The final court for aristocrats no longer deemed fit to rule.", + tags = { "map", "grass_biome", "forest_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Quadrilla", - "Scorpion Monkey", + "Decrepit Mercenary", + "Iron Guard", }, bossVarieties = { - "Zekoa, the Headcrusher", + "Veynar, the Frostbane", }, } -worldAreas["MapRavine"] = { - name = "Ravine (Map)", - baseName = "Ravine", - description = "A wound carved into the world, never to heal.", - tags = { "map", "mountain_biome", "VaalStrongbox" }, +worldAreas["MapDecay"] = { + name = "Decay (Map)", + baseName = "Decay", + description = "Spores dance through the air in search of new hosts.", + tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Constricted Spitter", - "Snakethroat Shambler", + "Fungal Artillery", + "Fungal Proliferator", + "Fungal Zombie", }, bossVarieties = { - "Tetzcatl, the Blazing Guardian", + "The Fungus Behemoth", }, } -worldAreas["MapSpiderWoods"] = { - name = "Spider Woods (Map)", - baseName = "Spider Woods", - description = "Vast lairs of silk span the treetops.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapMineshaft"] = { + name = "Mineshaft (Map)", + baseName = "Mineshaft", + description = "A dark labyrinth of steel and stone.", + tags = { "map", "mountain_biome", "desert_biome", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Vault Lurker", + "Forsaken Miner", }, bossVarieties = { - "Rootgrasp, the Hateful Forest", + "Vorrik, The Infernal Engineer", }, } -worldAreas["MapAbyss"] = { - name = "Abyss (Map)", - baseName = "Abyss", - description = "Darkness enshrouds these endless chasms.", - tags = { "map", "mountain_biome", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapDeserted"] = { + name = "Deserted (Map)", + baseName = "Deserted", + description = "A city ravaged by time and sands.", + tags = { "map", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Mar Acolyte", - "Risen Arbalest", - "Risen Maraketh", + "Desiccated Lich", + "Living Sand", }, bossVarieties = { - "Zar Wali, the Bone Tyrant", + "Lord of the Pit", }, } -worldAreas["MapGrimhaven"] = { - name = "Grimhaven (Map)", - baseName = "Grimhaven", - description = "Avarice in the conqueror builds contempt among the conquered.", - tags = { "map", "grass_biome", "ezomyte_city", "EzomyteStrongbox" }, +worldAreas["MapOasis"] = { + name = "Oasis (Map)", + baseName = "Oasis", + description = "Hidden amongst sunbleached wastes lies a mockery of paradise.", + tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Decrepit Mercenary", - "Iron Thaumaturgist", + "Faridun Heavy Infantry", + "Faridun Neophyte", + "Faridun Spearman", + "Faridun Swordsman", }, bossVarieties = { - "Saphira, The Dread Consort", + "Ishtaroth, the Perennial", }, } -worldAreas["MapVaalVillage"] = { - name = "Vaal Village (Map)", - baseName = "Vaal Village", - description = "Vice wears a mask of simplicity.", - tags = { "map", "swamp_biome", "vaal_city", "VaalStrongbox" }, +worldAreas["MapBastion"] = { + name = "Bastion (Map)", + baseName = "Bastion", + tags = { "map", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Vaal Goliath", }, bossVarieties = { }, } -worldAreas["MapVaalOutskirts"] = { - name = "Vaal Outskirts (Map)", - baseName = "Vaal Outskirts", - tags = { "map", "lightning", "maraketh", "bloodbather", "area_with_water", "machinarium", "giant", "earth_elemental", "construct", "bones", "reptile_beast", "beach", "vaal", "devourer", "rodent_beast", "insect", "demon", "rust", "cultist", "mutewind", "avian_beast", "spider", "stone_construct", "corrupted", "chaos", "gardens", "desert_area", "inca", "forest", "undead", "mammal_beast", "primate_beast", "cenobite", "amphibian_beast", "skeleton", "snake", "cavern", "feline_beast", "crustacean_beast", "canine_beast", "urban", "cold", "fire", "swamp", "ghost", "werewolf" }, +worldAreas["MapRefuge"] = { + name = "Refuge (Map)", + baseName = "Refuge", + tags = { "map", "undead", "mammal_beast", "forest_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, @@ -4489,376 +4218,371 @@ worldAreas["MapVaalOutskirts"] = { }, } -worldAreas["MapSlick"] = { - name = "Slick (Map)", - baseName = "Slick", - tags = { "map", "mountain_biome", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapAlpineRidge"] = { + name = "Alpine Ridge (Map)", + baseName = "Alpine Ridge", + description = "The path grows treacherous as the world falls away.", + tags = { "map", "mountain_biome", "map_tower", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Undead Vaal Guard", + "Winged Fiend", }, bossVarieties = { - "Vorrik, The Infernal Engineer", + "Ignatia, the Flame-Sworn", + "Gelida, the Frost-Tongue", }, } -worldAreas["MapVaalCity"] = { - name = "Vaal City (Map)", - baseName = "Vaal City", - description = "Hubris convinces men they can survive the mistakes of their forebears.", +worldAreas["MapSunTemple"] = { + name = "Sun Temple (Map)", + baseName = "Sun Temple", + description = "Wet stone emanates an inner warmth. Vaal brilliance lies in wait.", tags = { "map", "swamp_biome", "vaal_city", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Viper Legionnaire", + "Bloodrite Guard", + "Bloodrite Priest", + "Priest of the Sun", }, bossVarieties = { - "Viper Napuatzi", + "Tonqui, Seer of the Sun", }, } -worldAreas["MapSteppe"] = { - name = "Steppe (Map)", - baseName = "Steppe", - tags = { "map", "grass_biome", "VaalStrongbox" }, +worldAreas["MapChannel"] = { + name = "Channel (Map)", + baseName = "Channel", + description = "The waters have returned, but no empire remains to greet them.", + tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Diretusk Boar", + "Mar Acolyte", + "Sand Spirit", }, bossVarieties = { - "Gozen, Rebellious Rustlord", + "Hask, the Fallen Son", }, } -worldAreas["MapSwampTower"] = { - name = "Sinking Spire (Map)", - baseName = "Sinking Spire", - description = "This Vaal structure is not lost in the jungle. Not yet.", - tags = { "map", "swamp_biome", "map_tower", "VaalStrongbox" }, +worldAreas["MapVaalFoundry"] = { + name = "Molten Vault (Map)", + baseName = "Molten Vault", + description = "The cult of Kamasa exploited Utzaal long before its fall.", + tags = { "map", "mountain_biome", "desert_biome", "vaal_city", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Filthy Crone", - "Flathead Clubber", - "Hunchback Clubber", + "Gold-Melted Sentinel", + "Gold-Melted Shambler", + "Gold-melted Blacksmith", }, bossVarieties = { - "Stormgore", + "Gulzal, the Living Furnace ", }, } -worldAreas["MapRockpools"] = { - name = "Rockpools (Map)", - baseName = "Rockpools", - tags = { "map", "forest_biome", "swamp_biome", "VaalStrongbox" }, +worldAreas["MapVaalFactory"] = { + name = "The Assembly (Map)", + baseName = "The Assembly", + description = "Remnants of Vaal artifice still remain.", + tags = { "map", "grass_biome", "vaal_city", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Constricted Shambler", - "Constricted Spitter", - "Snakethroat Shambler", }, bossVarieties = { + "Tetzcatl, the Blazing Guardian", }, } -worldAreas["MapCreek"] = { - name = "Creek (Map)", - baseName = "Creek", - description = "Dark energies congeal the lifeblood of the forest.", - tags = { "map", "forest_biome", "VaalStrongbox" }, +worldAreas["MapMesa"] = { + name = "Mesa (Map)", + baseName = "Mesa", + description = "Bleak heights overlook a devastated land.", + tags = { "map", "map_tower", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "River Drake", + "Hyena Demon", + "Sun Clan Scavenger", }, bossVarieties = { - "Tierney, the Hateful", + "Karash, The Dune Dweller", }, } -worldAreas["MapOutlands"] = { - name = "Outlands (Map)", - baseName = "Outlands", - description = "Stone shelters brace against the doom of the desert.", - tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, +worldAreas["MapBluff"] = { + name = "Bluff (Map)", + baseName = "Bluff", + description = "Life still clings to the highest places.", + tags = { "map", "map_tower", "grass_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Faridun Heavy Infantry", - "Faridun Neophyte", - "Faridun Spearman", - "Faridun Swordsman", + "Constricted Spitter", + "Entrailhome Shambler", + "Slitherspitter", + }, + bossVarieties = { + "Gressor-Kul, the Apex", }, } -worldAreas["MapBastille"] = { - name = "Bastille (Map)", - baseName = "Bastille", - description = "An orchestra of chains and screams produces a discordant cacophony.", - tags = { "map", "mountain_biome", "grass_biome", "desert_biome", "VaalStrongbox" }, +worldAreas["MapPerch"] = { + name = "Perch (Map)", + baseName = "Perch", + tags = { "map", "mountain_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Decrepit Mercenary", - "Iron Guard", }, bossVarieties = { - "Tierney, the Hateful", }, } -worldAreas["MapDecay"] = { - name = "Decay (Map)", - baseName = "Decay", - description = "Spores dance through the air in search of new hosts.", - tags = { "map", "grass_biome", "forest_biome", "swamp_biome", "EzomyteStrongbox" }, +worldAreas["MapKarst"] = { + name = "Karst (Map)", + baseName = "Karst", + tags = { "map", "mountain_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Fungal Artillery", - "Fungal Proliferator", - "Fungal Zombie", - }, - bossVarieties = { - "The Fungus Behemoth", }, } -worldAreas["MapMineshaft"] = { - name = "Mineshaft (Map)", - baseName = "Mineshaft", - description = "A dark labyrinth of steel and stone.", - tags = { "map", "mountain_biome", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapTerrace"] = { + name = "Terrace (Map)", + baseName = "Terrace", + tags = { "map", "grass_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Forsaken Miner", }, bossVarieties = { - "Vorrik, The Infernal Engineer", + "Benedictus, First Herald of Utopia", }, } -worldAreas["MapDeserted"] = { - name = "Deserted (Map)", - baseName = "Deserted", - description = "A city ravaged by time and sands.", - tags = { "map", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapPlantation"] = { + name = "Plantation (Map)", + baseName = "Plantation", + tags = { "map", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Desiccated Lich", - "Living Sand", - }, - bossVarieties = { - "Lord of the Pit", }, } -worldAreas["MapOasis"] = { - name = "Oasis (Map)", - baseName = "Oasis", - description = "Hidden amongst sunbleached wastes lies a mockery of paradise.", - tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, +worldAreas["MapAzmerianRanges"] = { + name = "Azmerian Ranges (Map)", + baseName = "Azmerian Ranges", + description = "The Spirit guides the mountain-born.", + tags = { "map", "forest_biome", "mountain_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Faridun Heavy Infantry", - "Faridun Neophyte", - "Faridun Spearman", - "Faridun Swordsman", }, bossVarieties = { - "Ishtaroth, the Perennial", + "Morwyn, the Kinslayer", }, } -worldAreas["MapBastion"] = { - name = "Bastion (Map)", - baseName = "Bastion", - tags = { "map", "faridun_city", "MarakethStrongbox" }, +worldAreas["MapEpitaph"] = { + name = "Epitaph (Map)", + baseName = "Epitaph", + description = "We know the minds of generations past only by the works they left behind.", + tags = { "map", "mountain_biome", "grass_biome", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Dread Servant", + "Eternal Knight", + "Risen Rattler", }, bossVarieties = { + "Saphira, The Dread Consort", }, } -worldAreas["MapRefuge"] = { - name = "Refuge (Map)", - baseName = "Refuge", - tags = { "map", "undead", "mammal_beast", "forest_biome", "VaalStrongbox" }, +worldAreas["MapRupture"] = { + name = "Rupture (Map)", + baseName = "Rupture", + description = "In the end, the river will always conquer the dam.", + tags = { "map", "area_with_water", "swamp_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Quadrilla", + "Scorpion Monkey", }, bossVarieties = { + "Zekoa, the Headcrusher", }, } -worldAreas["MapAlpineRidge"] = { - name = "Alpine Ridge (Map)", - baseName = "Alpine Ridge", - description = "The path grows treacherous as the world falls away.", - tags = { "map", "mountain_biome", "map_tower", "EzomyteStrongbox" }, +worldAreas["MapOvergrown"] = { + name = "Overgrown (Map)", + baseName = "Overgrown", + description = "A garden bereft of its gardener still grows as it pleases.", + tags = { "map", "area_with_water", "forest_biome", "VaalStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Winged Fiend", - }, - bossVarieties = { - "Ignatia, the Flame-Sworn", - "Gelida, the Frost-Tongue", + "Constricted Shambler", + "Constricted Spitter", + "Entwined Hulk", + "Scorpion Monkey", + "Snakethroat Shambler", }, } -worldAreas["MapSunTemple"] = { - name = "Sun Temple (Map)", - baseName = "Sun Temple", - description = "Wet stone emanates an inner warmth. Vaal brilliance lies in wait.", - tags = { "map", "vaal_city", "VaalStrongbox" }, +worldAreas["MapCaldera"] = { + name = "Caldera (Map)", + baseName = "Caldera", + description = "An undrinkable lagoon girt in unbreathable air.", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bloodrite Guard", - "Bloodrite Priest", - "Priest of the Sun", }, bossVarieties = { - "Tonqui, Seer of the Sun", + "The Ravenous Fang", }, } -worldAreas["MapChannel"] = { - name = "Channel (Map)", - baseName = "Channel", - description = "The waters have returned, but no empire remains to greet them.", - tags = { "map", "desert_biome", "faridun_city", "MarakethStrongbox" }, +worldAreas["MapChasm"] = { + name = "Chasm (Map)", + baseName = "Chasm", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Mar Acolyte", - "Sand Spirit", }, bossVarieties = { - "Hask, the Fallen Son", + "Diamora, Song of Death", }, } -worldAreas["MapVaalFoundry"] = { - name = "Vaal Foundry (Map)", - baseName = "Vaal Foundry", - description = "The cult of Kamasa exploited Utzaal long before its fall.", - tags = { "map", "vaal_city", "VaalStrongbox" }, +worldAreas["MapSpring_"] = { + name = "Spring (Map)", + baseName = "Spring", + description = "In these lands, a pure water source is the most valuable treasure.", + tags = { "map", "area_with_water", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Gold-Melted Sentinel", - "Gold-Melted Shambler", - "Gold-melted Blacksmith", + "Adorned Beetle", + "Adorned Scarab", }, bossVarieties = { - "Gulzal, the Living Furnace ", + "Manassa, the Serpent Queen", }, } -worldAreas["MapVaalFactory"] = { - name = "Vaal Factory (Map)", - baseName = "Vaal Factory", - description = "Remnants of Vaal artifice still remain.", - tags = { "map", "vaal_city", "VaalStrongbox" }, +worldAreas["MapSevenWaters"] = { + name = "Confluence (Map)", + baseName = "Confluence", + description = "Where nomads share tales of a time before drought.", + tags = { "map", "area_with_water", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Rasp Scavenger", + "Regurgitating Vulture", }, bossVarieties = { - "Tetzcatl, the Blazing Guardian", + "Manassa, the Serpent Queen", }, } -worldAreas["MapMesa"] = { - name = "Mesa (Map)", - baseName = "Mesa", - description = "Bleak heights overlook a devastated land.", - tags = { "map", "map_tower", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapCavernCity"] = { + name = "Sacred Reservoir (Map)", + baseName = "Sacred Reservoir", + description = "The Temporal's tongue captures the ear of those vying for power.", + tags = { "map", "desert_biome", "MarakethStrongbox", "maraketh_shrine" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Hyena Demon", - "Sun Clan Scavenger", + "Faridun Bladedancer", + "Faridun Butcher", + "Faridun Fledgling", + "Faridun Heavy Infantry", + "Faridun Infantry", + "Faridun Javelineer", + "Faridun Neophyte", + "Faridun Spearman", + "Faridun Swordsman", + "Faridun Wind-slicer", }, bossVarieties = { - "Karash, The Dune Dweller", + "Zahmir, the Blade Sovereign", }, } -worldAreas["MapBluff"] = { - name = "Bluff (Map)", - baseName = "Bluff", - description = "Life still clings to the highest places.", - tags = { "map", "map_tower", "grass_biome", "VaalStrongbox" }, +worldAreas["MapTrenches"] = { + name = "Trenches (Map)", + baseName = "Trenches", + description = "The Cataclysm tore the land asunder.", + tags = { "map", "forest_biome", "swamp_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Constricted Spitter", - "Entrailhome Shambler", - "Slitherspitter", }, bossVarieties = { - "Gressor-Kul, the Apex", + "Gorian, the Moving Earth", }, } -worldAreas["MapPerch"] = { - name = "Perch (Map)", - baseName = "Perch", - tags = { "map", "mountain_biome", "VaalStrongbox" }, +worldAreas["MapFrozenFalls"] = { + name = "Frozen Falls (Map)", + baseName = "Frozen Falls", + description = "Beware a chill colder than death itself.", + tags = { "map", "mountain_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, @@ -4866,96 +4590,77 @@ worldAreas["MapPerch"] = { monsterVarieties = { }, bossVarieties = { + "Thraeven, Wing of Winter", }, } -worldAreas["MapUniqueUntaintedParadise"] = { - name = "Untainted Paradise (Map)", - baseName = "Untainted Paradise", - description = "Life grows strong in this realm of plenty.", - tags = { "map" }, +worldAreas["MapWaywardIsle"] = { + name = "Wayward Isle (Map)", + baseName = "Wayward Isle", + description = "The bones of marooned wanderers assemble here.", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bramble Ape", - "Bramble Burrower", - "Bramble Hulk", - "Bramble Rhoa", - "Caustic Crab", - "Quill Crab", + "Gilded Cobra", + "Lost-men Necromancer", + "Lost-men Zealot", + "Ribrattle", + "Skullslinger", + "Spinesnatcher", }, } -worldAreas["MapUniqueVault"] = { - name = "Vaults of Kamasa (Map)", - baseName = "Vaults of Kamasa", - description = "By that era, Kamasa was just a name. Gold was their true god.", - tags = { "map" }, +worldAreas["MapStronghold"] = { + name = "Stronghold (Map)", + baseName = "Stronghold", + description = "Merchants and pirates alike need a safe port to peddle their wares.", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Risen Rattler", + }, + bossVarieties = { + "The Shackled Horror", }, } -worldAreas["MapUniqueCastaway"] = { - name = "Castaway (Map)", - baseName = "Castaway", - description = "Hulls crash and splinter upon the shores.", - tags = { "map" }, +worldAreas["MapCrag"] = { + name = "Crag (Map)", + baseName = "Crag", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Bloated Anchorman", - "Drowned Bearer", - "Drowned Crawler", - "Drowned Explorer", - "Gull Shrike", - "Man o' War", - "Rotting Cannoneer", - "Rotting Demolitionist", - "Rotting Grenadier", - "Rotting Soulcatcher", - "Searot Ensnarer", - "Searot Harpooner", - "Searot Skeleton", - "Searot Sniper", }, bossVarieties = { - "Torrek of the Drowned Fleet", + "Yama The White", }, } -worldAreas["MapUniqueMegalith"] = { - name = "The Phaaryl Megalith (Map)", - baseName = "The Phaaryl Megalith", - description = "The songs tell of a great thunderstorm that ravaged the valley. A beleaugered tribe appeared in its wake, seeking refuge, and bringing knowledge of runes.", - tags = { "map" }, +worldAreas["MapQimar"] = { + name = "Qimar (Map)", + baseName = "Qimar", + tags = { "map", "area_with_water", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { - "Ancient Ezomyte", - "Pack Werewolf", - "Risen Arbalest", - "Skeleton Spriggan", - "Vile Hag", - "Vile Imp", - "Werewolf Prowler", }, } -worldAreas["MapUniqueLake"] = { - name = "The Fractured Lake (Map)", - baseName = "The Fractured Lake", - description = "A mirror is a perfect prison for one's sense of self... until it cracks.", - tags = { "map", "water_biome" }, +worldAreas["MapDryPassage"] = { + name = "Dry Passage (Map)", + baseName = "Dry Passage", + tags = { "map", "area_with_water", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, isMap = true, @@ -4964,31 +4669,188 @@ worldAreas["MapUniqueLake"] = { }, } -worldAreas["MapUniqueSelenite"] = { - name = "The Silent Cave (Map)", - baseName = "The Silent Cave", - description = "The prismatic patterns of Time shimmer and coalesce in vast geodes hidden from sight.", - tags = { "map", "mountain_biome" }, +worldAreas["MapPort"] = { + name = "Port (Map)", + baseName = "Port", + tags = { "map", "area_with_water", "water_biome" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { }, + bossVarieties = { + "Torrek of the Drowned Fleet", + }, } -worldAreas["MapUniqueMerchant01_Chimeral"] = { - name = "Merchant's Campsite (Map)", - baseName = "Merchant's Campsite", - description = "A travelling merchant offers wares in perilous times.", - tags = { "map" }, +worldAreas["MapBoulevard"] = { + name = "Boulevard (Map)", + baseName = "Boulevard", + tags = { "map", "area_with_water" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { }, -} + bossVarieties = { + "Torvian, Hand of the Saviour", + }, +} + +worldAreas["MapCliffside"] = { + name = "Cliffside (Map)", + baseName = "Cliffside", + description = "The grandest sculptures are carved with neither hammer nor chisel.", + tags = { "map", "area_with_water", "water_biome", "grass_biome", "forest_biome", "mountain_biome" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Brakkus, the Juggernaut", + }, +} + +worldAreas["MapSinkhole"] = { + name = "Sinkhole (Map)", + baseName = "Sinkhole", + description = "Spirits gather where the world falls away.", + tags = { "map", "area_with_water", "water_biome" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Yama The White", + }, +} + +worldAreas["MapFlotsam"] = { + name = "Flotsam (Map)", + baseName = "Flotsam", + description = "Violent seas and hungry shores devour vessels, crew and all.", + tags = { "map", "area_with_water", "water_biome", "grass_biome", "forest_biome" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Malgor, the Nautilord", + }, +} + +worldAreas["MapUniqueUntaintedParadise"] = { + name = "Untainted Paradise (Map)", + baseName = "Untainted Paradise", + description = "Life grows strong in this realm of plenty.", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + "Bramble Ape", + "Bramble Burrower", + "Bramble Hulk", + "Bramble Rhoa", + }, +} + +worldAreas["MapUniqueVault"] = { + name = "Vaults of Kamasa (Map)", + baseName = "Vaults of Kamasa", + description = "By that era, Kamasa was just a name. Gold was their true god.", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapUniqueCastaway"] = { + name = "Castaway (Map)", + baseName = "Castaway", + description = "Hulls crash and splinter upon the shores.", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Torrek of the Drowned Fleet", + }, +} + +worldAreas["MapUniqueMegalith"] = { + name = "The Ezomyte Megaliths (Map)", + baseName = "The Ezomyte Megaliths", + description = "'Sons from foreign shores, Took refuge from the storm, Bringing knowledge of runes, Our fate was carved soon.' - Ezomyte Folklore", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + "Ancient Ezomyte", + "Pack Werewolf", + "Risen Arbalest", + "Skeleton Spriggan", + "Vile Hag", + "Vile Imp", + "Werewolf Prowler", + }, +} + +worldAreas["MapUniqueLake"] = { + name = "The Fractured Lake (Map)", + baseName = "The Fractured Lake", + description = "A mirror is a perfect prison for one's sense of self... until it cracks.", + tags = { "map", "water_biome" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapUniqueSelenite"] = { + name = "The Silent Cave (Map)", + baseName = "The Silent Cave", + description = "The prismatic patterns of Time shimmer and coalesce in vast geodes hidden from sight.", + tags = { "map", "mountain_biome" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapUniqueMerchant01_Chimeral"] = { + name = "Merchant's Campsite (Map)", + baseName = "Merchant's Campsite", + description = "A travelling merchant offers wares in perilous times.", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} worldAreas["MapUniqueMerchant01_Oasis"] = { name = "Merchant's Campsite (Map)", @@ -5137,6 +4999,20 @@ worldAreas["MapUniqueWildwood"] = { }, } +worldAreas["MapUniqueFreight_"] = { + name = "Freight (Map)", + baseName = "Freight", + tags = { "map" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + }, +} + worldAreas["MapUberBoss_IronCitadel"] = { name = "The Iron Citadel (Map)", baseName = "The Iron Citadel", @@ -5188,291 +5064,912 @@ worldAreas["MapUberBoss_StoneCitadel"] = { "Brutal Transcendent", "Surgical Experimentalist", "Warrior Transcendent", - }, - bossVarieties = { - "Doryani, Royal Thaumaturge", - "Doryani's Triumph", - }, -} - -worldAreas["MapUberBoss_Monolith"] = { - name = "The Burning Monolith (Map)", - baseName = "The Burning Monolith", - description = "Flaming rite of the Fourth Edict", - tags = { "map", "lightning", "maraketh", "bloodbather", "area_with_water", "machinarium", "giant", "earth_elemental", "construct", "bones", "reptile_beast", "beach", "vaal", "devourer", "rodent_beast", "insect", "demon", "rust", "cultist", "mutewind", "avian_beast", "spider", "stone_construct", "corrupted", "chaos", "gardens", "desert_area", "inca", "forest", "undead", "mammal_beast", "primate_beast", "cenobite", "amphibian_beast", "skeleton", "snake", "cavern", "feline_beast", "crustacean_beast", "canine_beast", "urban", "cold", "fire", "swamp", "ghost", "werewolf" }, - act = 10, - level = 80, - isMap = true, - isHideout = false, - monsterVarieties = { - }, - bossVarieties = { - "The Arbiter of Ash", - }, -} - -worldAreas["ExpeditionLogBook_Peninsula"] = { - name = "Craggy Peninsula", - baseName = "Craggy Peninsula", - tags = { "area_with_water", "EzomyteStrongbox" }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { - }, -} - -worldAreas["ExpeditionLogBook_Tropical"] = { - name = "Lush Isle", - baseName = "Lush Isle", - tags = { "area_with_water", "EzomyteStrongbox" }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { - }, -} - -worldAreas["ExpeditionLogBook_Tundra"] = { - name = "Frigid Bluffs", - baseName = "Frigid Bluffs", - tags = { "area_with_water", "EzomyteStrongbox" }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { - "Blood Zealot", - "Gelid Zealot", - }, -} - -worldAreas["ExpeditionLogBook_Atoll"] = { - name = "Barren Atoll", - baseName = "Barren Atoll", - tags = { "area_with_water", "EzomyteStrongbox" }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { + }, + bossVarieties = { + "Doryani, Royal Thaumaturge", + "Doryani's Triumph", + }, +} + +worldAreas["MapUberBoss_JadeCitadel"] = { + name = "The Jade Isles (Map)", + baseName = "The Jade Isles", + description = "Valako kept them here, to perfect their skills for war... but the Blood Fever consumed them.", + tags = { "map", "KaruiStrongbox", "water_biome", "swamp_biome", "karui_shrine" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Manoki, the Chosen", + }, +} + +worldAreas["MapUberBoss_Monolith"] = { + name = "The Burning Monolith (Map)", + baseName = "The Burning Monolith", + description = "Flaming rite of the Fourth Edict", + tags = { "map", "lightning", "maraketh", "bloodbather", "area_with_water", "machinarium", "giant", "earth_elemental", "construct", "bones", "reptile_beast", "beach", "vaal", "devourer", "rodent_beast", "insect", "demon", "rust", "cultist", "mutewind", "avian_beast", "spider", "stone_construct", "corrupted", "chaos", "gardens", "desert_area", "inca", "forest", "undead", "mammal_beast", "primate_beast", "cenobite", "amphibian_beast", "skeleton", "snake", "cavern", "feline_beast", "crustacean_beast", "canine_beast", "urban", "cold", "fire", "swamp", "ghost", "werewolf" }, + act = 10, + level = 82, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "The Arbiter of Ash", + }, +} + +worldAreas["MapHideoutFelled_Claimable"] = { + name = "Felled Hideout (Map)", + baseName = "Felled Hideout", + description = "A fortress of fallen wood.", + tags = { "map", "forest_biome", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapHideoutLimestone_Claimable"] = { + name = "Limestone Hideout (Map)", + baseName = "Limestone Hideout", + description = "A forgotten grotto, lost to the world.", + tags = { "map", "water_biome", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapHideoutShrine_Claimable"] = { + name = "Shrine Hideout (Map)", + baseName = "Shrine Hideout", + description = "A fragment of a glorious past.", + tags = { "map", "desert_biome", "MarakethStrongbox" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["MapHideoutCanal_Claimable"] = { + name = "Canal Hideout (Map)", + baseName = "Canal Hideout", + description = "A moment in time, on the eve of the end.", + tags = { "map", "grass_biome", "VaalStrongbox" }, + act = 10, + level = 65, + isMap = true, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionLogBook_Peninsula"] = { + name = "Craggy Peninsula", + baseName = "Craggy Peninsula", + tags = { "area_with_water", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionLogBook_Tropical"] = { + name = "Lush Isle", + baseName = "Lush Isle", + tags = { "area_with_water", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionLogBook_Tundra"] = { + name = "Frigid Bluffs", + baseName = "Frigid Bluffs", + tags = { "area_with_water", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + "Blood Zealot", + "Gelid Zealot", + }, +} + +worldAreas["ExpeditionLogBook_Atoll"] = { + name = "Barren Atoll", + baseName = "Barren Atoll", + tags = { "area_with_water", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionLogBook_Digsite"] = { + name = "Abandoned Excavation", + baseName = "Abandoned Excavation", + tags = { "area_with_water", "EzomyteStrongbox" }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionSubArea_Cavern"] = { + name = "Smuggler's Den", + baseName = "Smuggler's Den", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionSubArea_Kalguur"] = { + name = "Kalguuran Tomb", + baseName = "Kalguuran Tomb", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionSubArea_OlrothBoss"] = { + name = "Kalguuran Tomb", + baseName = "Kalguuran Tomb", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Olroth, Origin of the Fall", + }, +} + +worldAreas["ExpeditionSubArea_UhtredBoss"] = { + name = "Kalguuran Tomb", + baseName = "Kalguuran Tomb", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Uhtred, Covetous Traitor", + }, +} + +worldAreas["ExpeditionSubArea_Shrike"] = { + name = "Rancid Nest", + baseName = "Rancid Nest", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionSubArea_Siren"] = { + name = "Hidden Aquifer", + baseName = "Hidden Aquifer", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionSubArea_Volcano"] = { + name = "Sulphur Mines", + baseName = "Sulphur Mines", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["ExpeditionLeagueBoss"] = { + name = "Kalguuran Tomb (Map)", + baseName = "Kalguuran Tomb", + tags = { "map" }, + act = 10, + level = 80, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Olroth, Origin of the Fall", + }, +} + +worldAreas["Delirium_Act1Town"] = { + name = "Clearfell Lumbermill", + baseName = "Clearfell Lumbermill", + tags = { }, + act = 10, + level = 80, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["Delirium_Act3Town"] = { + name = "Sunken Pyramid", + baseName = "Sunken Pyramid", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["BreachDomain_01"] = { + name = "Twisted Domain", + baseName = "Twisted Domain", + tags = { }, + act = 10, + level = 80, + isMap = false, + isHideout = false, + monsterVarieties = { + "It That Controls", + "It That Crawls", + "It That Creeps", + "It That Grasps", + "It That Guards", + "It That Hates", + "It That Hunts", + "It That Lashes", + "It That Shreds", + "It That Stalks", + "It That Watches", + }, + bossVarieties = { + "Xesht, We That Are One", + }, +} + +worldAreas["RitualLeagueBoss"] = { + name = "Crux of Nothingness (Map)", + baseName = "Crux of Nothingness", + tags = { "map" }, + act = 10, + level = 80, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "The King in the Mists", + }, +} + +worldAreas["Abyss_Intro"] = { + name = "Lightless Passage (Act 2)", + baseName = "Lightless Passage", + description = "Something twisted skitters unseen", + tags = { }, + act = 2, + level = 22, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + "Lost-men Brute", + "Lost-men Subjugator", + "Lost-men Zealot", + }, +} + +worldAreas["Abyss_Hub"] = { + name = "The Well of Souls (Act 2)", + baseName = "The Well of Souls", + description = "Gaze not into the Abyss", + tags = { }, + act = 2, + level = 22, + isMap = false, + isHideout = false, + monsterVarieties = { + }, +} + +worldAreas["Abyss_Depths1"] = { + name = "Abyssal Depths (Act 2)", + baseName = "Abyssal Depths", + description = "Where no mortal has tread", + tags = { }, + act = 2, + level = 22, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + }, +} + +worldAreas["Abyss_Depths2"] = { + name = "Abyssal Depths (Act 2)", + baseName = "Abyssal Depths", + description = "Where no mortal has tread", + tags = { }, + act = 2, + level = 22, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + }, +} + +worldAreas["Abyss_Depths3"] = { + name = "Abyssal Depths (Act 2)", + baseName = "Abyssal Depths", + description = "Where no mortal has tread", + tags = { }, + act = 2, + level = 22, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + }, +} + +worldAreas["Abyss_Boss1"] = { + name = "Lightless Void", + baseName = "Lightless Void", + description = "Where Amanamu reigns eternal", + tags = { }, + act = 10, + level = 79, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + }, + bossVarieties = { + "Tasgul, Swallower of Light", + }, +} + +worldAreas["Abyss_Boss2"] = { + name = "Dark Domain", + baseName = "Dark Domain", + description = "Where the Blackblooded holds dominion", + tags = { }, + act = 10, + level = 79, + isMap = false, + isHideout = false, + monsterVarieties = { + "Flesh Larva", + }, + bossVarieties = { + "Vandroth, Blackblooded Enslaver", + }, +} + +worldAreas["Abyss_Pinnacle"] = { + name = "The Black Cathedral (Act 2)", + baseName = "The Black Cathedral", + description = "That which cannot die waits in darkness", + tags = { }, + act = 2, + level = 80, + isMap = false, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Vessel of Kulemak", + }, +} + +worldAreas["KaruiBossShowcase"] = { + name = "Karui Boss Showcase (Act 4)", + baseName = "Karui Boss Showcase", + tags = { "area_with_water" }, + act = 4, + level = 30, + isMap = false, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Tavakai, the Chieftain", + }, +} + +worldAreas["BossRush_Area1"] = { + name = "Boss Rush Area 1 (Map)", + baseName = "Boss Rush Area 1", + tags = { "map", "area_with_water" }, + act = 10, + level = 35, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Great White One", + "Blackjaw, the Remnant", + "The Blind Beast", + "Azarian, the Forsaken Son", + "Captain Hartlin", + }, +} + +worldAreas["BossRush_Area2"] = { + name = "Boss Rush Area 2 (Map)", + baseName = "Boss Rush Area 2", + tags = { "map", "area_with_water" }, + act = 10, + level = 35, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Mighty Silverfist", + "Krutog, Lord of Kin", + "Ignagduk, the Bog Witch", + "Diamora, Song of Death", + "Xyclucian, the Chimera", + }, +} + +worldAreas["BossRush_Area3"] = { + name = "Boss Rush Area 3 (Map)", + baseName = "Boss Rush Area 3", + tags = { "map", "area_with_water" }, + act = 10, + level = 35, + isMap = true, + isHideout = false, + monsterVarieties = { + }, + bossVarieties = { + "Yama The White", + "Tor Gul, the Defiler", + "The Prisoner", + "Viper Napuatzi", + "Xesht, We That Are One", + }, +} + +worldAreas["G_Endgame_Town"] = { + name = "The Ziggurat Refuge", + baseName = "The Ziggurat Refuge", + description = "Reinforced hideaway from the Cataclysm", + tags = { }, + act = 10, + level = 65, + isMap = false, + isHideout = false, + monsterVarieties = { + "Adorned Beetle", + "Adorned Miscreation", + "Adorned Scarab", + "Alpha Primate", + "Ancient Ezomyte", + "Antlion Charger", + "Armoured Rhex", + "Azak Brute", + "Azak Fledgling", + "Azak Fleshstabber", + "Azak Mauler", + "Azak Shaman", + "Azak Spearthrower", + "Azak Stalker", + "Azak Throatcutter", + "Bearer of Penitence", + "Bladelash Transcendent", + "Blood Carrier", + "Blood Collector", + "Blood Cretin", + "Blood Priest", + "Blood Priestess", + "Blood Zealot", + "Bloodrite Guard", + "Bloodrite Priest", + "Bloodthief Queen", + "Bloodthief Wasp", + "Bloom Serpent", + "Bogfelled Commoner", + "Bogfelled Slave", + "Bone Stalker", + "Boulder Ant", + "Bramble Ape", + "Bramble Burrower", + "Bramble Hulk", + "Bramble Rhoa", + "Brimstone Crab", + "Brutal Transcendent", + "Burdened Wretch", + "Burning Dead", + "Chaotic Zealot", + "Chaw Mongrel", + "Chyme Skitterer", + "Constricted Shambler", + "Constricted Spitter", + "Corrupted Corpse", + "Courtesan", + "Crag Leaper", + "Cultist Archer", + "Cultist Brute", + "Cultist Daggerdancer", + "Cultist Warrior", + "Cultist Witch", + "Cultivated Grove", + "Death Knight", + "Decrepit Mercenary", + "Desiccated Lich", + "Diretusk Boar", + "Doryani's Elite", + "Dread Servant", + "Dredge Fiend", + "Drowned", + "Drudge Osseodon", + "Dune Lurker", + "Entrailhome Shambler", + "Entwined Hulk", + "Eternal Knight", + "Faridun Bladedancer", + "Faridun Butcher", + "Faridun Crawler", + "Faridun Fledgling", + "Faridun Heavy Infantry", + "Faridun Infantry", + "Faridun Javelineer", + "Faridun Neophyte", + "Faridun Plaguebringer", + "Faridun Spearman", + "Faridun Swordsman", + "Faridun Wind-slicer", + "Feral Primate", + "Fiery Zealot", + "Filthy Crone", + "Filthy First-born", + "Filthy Lobber", + "Flathead Clubber", + "Flathead Warrior", + "Flathead Youngling", + "Flesh Larva", + "Forgotten Crawler", + "Forgotten Satyr", + "Forgotten Stalker", + "Forsaken Hulk", + "Forsaken Miner", + "Foul Blacksmith", + "Foul Mauler", + "Foul Sage", + "Frost Wraith", + "Fungal Artillery", + "Fungal Proliferator", + "Fungal Rattler", + "Fungal Wolf", + "Fungal Zombie", + "Fused Swordsman", + "Gargoyle Demon", + "Gelid Zealot", + "Gilded Cobra", + "Gold-Melted Sentinel", + "Gold-Melted Shambler", + "Gold-melted Blacksmith", + "Goliath", + "Goliath Transcendent", + "Hunchback Clubber", + "Hyena Demon", + "Ill-fated Explorer", + "Iron Enforcer", + "Iron Guard", + "Iron Sharpshooter", + "Iron Spearman", + "Iron Thaumaturgist", + "Knight-Gaunt", + "Lightning Wraith", + "Living Sand", + "Lost-men Brute", + "Lost-men Necromancer", + "Lost-men Subjugator", + "Lost-men Zealot", + "Mantis Rat", + "Mar Acolyte", + "Maraketh Undead", + "Mud Simulacrum", + "Orok Fleshstabber", + "Orok Hunter", + "Orok Shaman", + "Orok Throatcutter", + "Pack Werewolf", + "Pale-stitched Stalker", + "Plague Harvester", + "Plague Nymph", + "Plague Swarm", + "Porcupine Crab", + "Porcupine Goliath", + "Powered Zealot", + "Priest of the Sun", + "Prowling Chimeral", + "Prowling Shade", + "Pyromushroom Cultivator", + "Quadrilla", + "Quake Golem", + "Rabid Dog", + "Rasp Scavenger", + "Regurgitating Vulture", + "Rhex", + "Ribrattle", + "Risen Arbalest", + "Risen Farmhand", + "Risen Maraketh", + "Risen Rattler", + "Risen Tale-woman", + "River Drake", + "River Hag", + "Rotted Rat", + "Rotten Wolf", + "Rotting Crow", + "Rotting Hulk", + "Rusted Dyna Golem", + "Sabre Spider", + "Sand Spirit", + "Sandflesh Mage", + "Sandflesh Skeleton", + "Sandflesh Warrior", + "Sandscoured Dead", + "Scarecrow Beast", + "Scorpion Monkey", + "Serpent Clan", + "Serpent Shaman", + "Shielded Transcendent", + "Skeleton Spriggan", + "Skitter Golem", + "Skullslinger", + "Slitherspitter", + "Snakethroat Shambler", + "Spinesnatcher", + "Sun Clan Scavenger", + "Surgical Experimentalist", + "Swamp Golem", + "Tarnished Beetle", + "Tarnished Scarab", + "Tendril Prowler", + "Tendril Sentinel", + "Tombshrieker", + "Undead Vaal Bladedancer", + "Undead Vaal Guard", + "Undertaker", + "Vaal Axeman", + "Vaal Embalmed Archer", + "Vaal Embalmed Axeman", + "Vaal Embalmed Bearer", + "Vaal Embalmed Rogue", + "Vaal Embalmed Spearman", + "Vaal Excoriator", + "Vaal Formshifter", + "Vaal Goliath", + "Vaal Guard", + "Vaal Overseer", + "Vaal Skeletal Archer", + "Vaal Skeletal Priest", + "Vaal Skeletal Squire", + "Vaal Skeletal Warrior", + "Vault Lurker", + "Venomous Crab", + "Venomous Crab Matriarch", + "Vile Hag", + "Vile Imp", + "Viper Legionnaire", + "Walking Goliath", + "Warrior Transcendent", + "Werewolf Prowler", + "Winged Fiend", + "Winged Horror", + "Wretched Rattler", }, } -worldAreas["ExpeditionLogBook_Digsite"] = { - name = "Abandonded Excavation", - baseName = "Abandonded Excavation", - tags = { "area_with_water", "EzomyteStrongbox" }, +worldAreas["MapHideoutFarmlands_Claimable"] = { + name = "Farmlands Hideout (Map)", + baseName = "Farmlands Hideout", + description = "A rare enclave of fertile earth.", + tags = { "map", "grass_biome", "EzomyteStrongbox" }, act = 10, level = 65, - isMap = false, + isMap = true, isHideout = false, monsterVarieties = { + "Decrepit Mercenary", + "Risen Farmhand", + "Scarecrow Beast", }, } -worldAreas["ExpeditionSubArea_Cavern"] = { - name = "Smuggler's Den", - baseName = "Smuggler's Den", - tags = { }, +worldAreas["MapHideoutPrison_Claimable"] = { + name = "Prison Hideout (Map)", + baseName = "Prison Hideout", + description = "A refuge from the villains it once contained.", + tags = { "map", "swamp_biome", "EzomyteStrongbox" }, act = 10, level = 65, - isMap = false, + isMap = true, isHideout = false, monsterVarieties = { }, } -worldAreas["ExpeditionSubArea_Kalguur"] = { - name = "Kalguuran Tomb", - baseName = "Kalguuran Tomb", - tags = { }, - act = 10, - level = 65, +worldAreas["MapHideoutShoreline_Claimable"] = { + name = "Shoreline Hideout (Act 4)", + baseName = "Shoreline Hideout", + tags = { "area_with_water" }, + act = 4, + level = 46, isMap = false, isHideout = false, monsterVarieties = { }, } -worldAreas["ExpeditionSubArea_OlrothBoss"] = { - name = "Kalguuran Tomb", - baseName = "Kalguuran Tomb", - tags = { }, +worldAreas["MapArroyo"] = { + name = "Arroyo (Map)", + baseName = "Arroyo", + tags = { "map", "desert_biome", "MarakethStrongbox" }, act = 10, level = 65, - isMap = false, + isMap = true, isHideout = false, monsterVarieties = { }, bossVarieties = { - "Olroth, Origin of the Fall", - }, -} - -worldAreas["ExpeditionSubArea_Shrike"] = { - name = "Rancid Nest", - baseName = "Rancid Nest", - tags = { }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { - }, -} - -worldAreas["ExpeditionSubArea_Siren"] = { - name = "Hidden Aquifer", - baseName = "Hidden Aquifer", - tags = { }, - act = 10, - level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { + "Akthi, the Final Sting", + "Anundr, the Sandworm", }, } -worldAreas["ExpeditionSubArea_Volcano"] = { - name = "Sulphur Mines", - baseName = "Sulphur Mines", - tags = { }, +worldAreas["MapOrnateChambers"] = { + name = "Ornate Chambers (Map)", + baseName = "Ornate Chambers", + description = "A sanctuary for the unsanctified.", + tags = { "map", "desert_biome", "MarakethStrongbox", "mountain_biome" }, act = 10, level = 65, - isMap = false, - isHideout = false, - monsterVarieties = { - }, -} - -worldAreas["Delirium_Act1Town"] = { - name = "Clearfell Lumbermill", - baseName = "Clearfell Lumbermill", - tags = { }, - act = 10, - level = 80, - isMap = false, - isHideout = false, - monsterVarieties = { - }, -} - -worldAreas["BreachDomain_01"] = { - name = "Twisted Domain", - baseName = "Twisted Domain", - tags = { }, - act = 10, - level = 80, - isMap = false, + isMap = true, isHideout = false, monsterVarieties = { - "It That Controls", - "It That Crawls", - "It That Creeps", - "It That Grasps", - "It That Guards", - "It That Hates", - "It That Hunts", - "It That Lashes", - "It That Shreds", - "It That Stalks", - "It That Watches", + "Serpent Clan", + "Serpent Shaman", }, bossVarieties = { - "Xesht, We That Are One", + "Serath, the Scaled One", }, } -worldAreas["RitualLeagueBoss"] = { - name = "Crux of Nothingness (Map)", - baseName = "Crux of Nothingness", - tags = { "map" }, +worldAreas["MapCanyon"] = { + name = "Canyon (Map)", + baseName = "Canyon", + description = "These gates have facilitated many trades. Silks, spices, and now horrors.", + tags = { "map", "desert_biome", "mountain_biome", "MarakethStrongbox" }, act = 10, - level = 80, + level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Maraketh Undead", + "Risen Tale-woman", }, bossVarieties = { - "The King in the Mists", + "Morvak, the Infernal", }, } -worldAreas["MapHideoutFelled_Claimable"] = { - name = "Felled Hideout (Map)", - baseName = "Felled Hideout", - description = "A fortress of fallen wood.", - tags = { "map", "forest_biome", "EzomyteStrongbox" }, +worldAreas["MapRazedFields"] = { + name = "Razed Fields (Map)", + baseName = "Razed Fields", + description = "Shadows in the night came for the farmers and torched their crops.", + tags = { "map", "grass_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Azak Brute", + "Azak Fleshstabber", + "Azak Mauler", + "Azak Shaman", + "Azak Spearthrower", + "Azak Stalker", + "Azak Throatcutter", }, -} - -worldAreas["MapHideoutLimestone_Claimable"] = { - name = "Limestone Hideout (Map)", - baseName = "Limestone Hideout", - description = "A forgotten grotto, lost to the world.", - tags = { "map", "water_biome", "EzomyteStrongbox" }, - act = 10, - level = 65, - isMap = true, - isHideout = false, - monsterVarieties = { + bossVarieties = { + "Ignatia, the Flame-Sworn", + "Gelida, the Frost-Tongue", }, } -worldAreas["MapHideoutShrine_Claimable"] = { - name = "Shrine Hideout (Map)", - baseName = "Shrine Hideout", - description = "A fragment of a glorious past.", - tags = { "map", "desert_biome", "MarakethStrongbox" }, +worldAreas["MapRugosa"] = { + name = "Rugosa (Map)", + baseName = "Rugosa", + description = "A song so exquisite it can only be heard once.", + tags = { "map", "water_biome", "KaruiStrongbox", "area_with_water" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { }, -} - -worldAreas["MapHideoutCanal_Claimable"] = { - name = "Canal Hideout (Map)", - baseName = "Canal Hideout", - description = "A moment in time, on the eve of the end.", - tags = { "map", "grass_biome", "VaalStrongbox" }, - act = 10, - level = 65, - isMap = true, - isHideout = false, - monsterVarieties = { + bossVarieties = { + "Syvora, Daughter of the Deep", }, } -worldAreas["MapAzmerianRanges"] = { - name = "Azmerian Ranges (Map)", - baseName = "Azmerian Ranges", - tags = { "map", "forest_biome", "mountain_biome", "EzomyteStrongbox" }, +worldAreas["MapRiverhold"] = { + name = "Riverhold (Map)", + baseName = "Riverhold", + description = "The barges stopped, and the atrocity began.", + tags = { "map", "grass_biome", "forest_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Knight-Gaunt", + "Risen Rattler", }, bossVarieties = { - "The King in the Mists", - "The Brambleghast", + "Thariel, the Umbral Wraith", }, } -worldAreas["MapTrenches"] = { - name = "Trenches (Map)", - baseName = "Trenches", - tags = { "map", "forest_biome", "swamp_biome", "EzomyteStrongbox" }, +worldAreas["MapExcavation"] = { + name = "Digsite (Map)", + baseName = "Digsite", + description = "The remains of a time before Time.", + tags = { "map", "grass_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, @@ -5480,36 +5977,46 @@ worldAreas["MapTrenches"] = { monsterVarieties = { }, bossVarieties = { - "Gorian, the Moving Earth", + "Aurelian, the Grand Adjudicator", }, } -worldAreas["MapTrenches_Noboss"] = { - name = "Trenches (Map)", - baseName = "Trenches", - description = "The Cataclysm tore the land asunder.", - tags = { "map", "forest_biome", "swamp_biome", "EzomyteStrongbox" }, +worldAreas["MapIceCave"] = { + name = "Ice Cave (Map)", + baseName = "Ice Cave", + description = "These caves offer scant protection from the elements.", + tags = { "map", "mountain_biome", "EzomyteStrongbox" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Frost Wraith", + "Risen Rattler", + }, + bossVarieties = { + "The Frostborn Fiend", }, } -worldAreas["MapFrozenFalls"] = { - name = "Frozen Falls (Map)", - baseName = "Frozen Falls", - description = "Beware a chill colder than death itself.", - tags = { "map", "mountain_biome", "water_biome", "EzomyteStrongbox" }, +worldAreas["MapVaalVault"] = { + name = "Sealed Vault (Map)", + baseName = "Sealed Vault", + description = "The Vaal who survived the Cataclysm must now survive each other.", + tags = { "map", "mountain_biome", "VaalStrongbox", "vaal_shrine" }, act = 10, level = 65, isMap = true, isHideout = false, monsterVarieties = { + "Blood Priest", + "Blood Priestess", + "Blood Zealot", + "Vaal Formshifter", }, bossVarieties = { - "Riona, Winter's Cackle", + "Ytzara, Blood Oracle", + "Maztli, Flesh-Shaper", }, } diff --git a/src/Export/Bases/axe.txt b/src/Export/Bases/axe.txt index 3abe3673e2..048ff7d8e1 100644 --- a/src/Export/Bases/axe.txt +++ b/src/Export/Bases/axe.txt @@ -2,9 +2,9 @@ local itemBases = ... #type One Handed Axe -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/OneHandAxes/AbstractOneHandAxe #type Two Handed Axe -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Weapons/TwoHandWeapons/TwoHandAxes/AbstractTwoHandAxe diff --git a/src/Export/Bases/body.txt b/src/Export/Bases/body.txt index d7ac3fb255..2e9139c854 100644 --- a/src/Export/Bases/body.txt +++ b/src/Export/Bases/body.txt @@ -2,7 +2,7 @@ local itemBases = ... #type Body Armour -#socketLimit 3 +#socketLimit 4 #subType Armour #baseMatch Metadata/Items/Armours/BodyArmours/FourBodyStr%d+ diff --git a/src/Export/Bases/boots.txt b/src/Export/Bases/boots.txt index 6f2e26d2f4..bf8833c1c8 100644 --- a/src/Export/Bases/boots.txt +++ b/src/Export/Bases/boots.txt @@ -2,7 +2,7 @@ local itemBases = ... #type Boots -#socketLimit 2 +#socketLimit 3 #subType Armour #baseMatch Metadata/Items/Armours/Boots/FourBootsStr%d+ diff --git a/src/Export/Bases/bow.txt b/src/Export/Bases/bow.txt index 87d2555c02..9d5079eeaa 100644 --- a/src/Export/Bases/bow.txt +++ b/src/Export/Bases/bow.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Bow -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Weapons/TwoHandWeapons/Bows/AbstractBow \ No newline at end of file diff --git a/src/Export/Bases/claw.txt b/src/Export/Bases/claw.txt index 5130a350ec..9832522bab 100644 --- a/src/Export/Bases/claw.txt +++ b/src/Export/Bases/claw.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Claw -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/Claws/AbstractClaw \ No newline at end of file diff --git a/src/Export/Bases/crossbow.txt b/src/Export/Bases/crossbow.txt index b1ec2a208a..b7284142ed 100644 --- a/src/Export/Bases/crossbow.txt +++ b/src/Export/Bases/crossbow.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Crossbow -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Weapons/TwoHandWeapons/Crossbows/AbstractCrossbow \ No newline at end of file diff --git a/src/Export/Bases/dagger.txt b/src/Export/Bases/dagger.txt index a0cccc587c..6ef37c1906 100644 --- a/src/Export/Bases/dagger.txt +++ b/src/Export/Bases/dagger.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Dagger -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/Daggers/AbstractDagger diff --git a/src/Export/Bases/fishing.txt b/src/Export/Bases/fishing.txt index ed621831c6..7b0c65eff7 100644 --- a/src/Export/Bases/fishing.txt +++ b/src/Export/Bases/fishing.txt @@ -2,6 +2,6 @@ local itemBases = ... #type Fishing Rod -#socketLimit 3 +#socketLimit 4 #forceShow true #baseMatch Metadata/Items/Weapons/TwoHandWeapon/FishingRods/FishingRod1 diff --git a/src/Export/Bases/flail.txt b/src/Export/Bases/flail.txt index 40d6ca61d4..5e6ed8d2b7 100644 --- a/src/Export/Bases/flail.txt +++ b/src/Export/Bases/flail.txt @@ -2,6 +2,6 @@ local itemBases = ... #type Flail -#socketLimit 2 +#socketLimit 3 #baseMatch Metadata/Items/Weapons/OneHandWeapons/Flails/FourFlail%d+ -- not working this way? baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/Flails/AbstractFlail \ No newline at end of file diff --git a/src/Export/Bases/focus.txt b/src/Export/Bases/focus.txt index 80c9b0c656..c4d7dfe16c 100644 --- a/src/Export/Bases/focus.txt +++ b/src/Export/Bases/focus.txt @@ -2,6 +2,6 @@ local itemBases = ... #type Focus -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Armours/Focus/AbstractFocus \ No newline at end of file diff --git a/src/Export/Bases/gloves.txt b/src/Export/Bases/gloves.txt index 87050b5e8a..871dbba6e0 100644 --- a/src/Export/Bases/gloves.txt +++ b/src/Export/Bases/gloves.txt @@ -2,7 +2,7 @@ local itemBases = ... #type Gloves -#socketLimit 2 +#socketLimit 3 #subType Armour #baseMatch Metadata/Items/Armours/Gloves/FourGlovesStr%d+ diff --git a/src/Export/Bases/helmet.txt b/src/Export/Bases/helmet.txt index 9c463e8141..28590b029c 100644 --- a/src/Export/Bases/helmet.txt +++ b/src/Export/Bases/helmet.txt @@ -2,7 +2,7 @@ local itemBases = ... #type Helmet -#socketLimit 2 +#socketLimit 3 #subType Armour #baseMatch Metadata/Items/Armours/Helmets/FourHelmetStr%d+ diff --git a/src/Export/Bases/mace.txt b/src/Export/Bases/mace.txt index 1df72bc4be..8a4ed3e2a3 100644 --- a/src/Export/Bases/mace.txt +++ b/src/Export/Bases/mace.txt @@ -2,9 +2,9 @@ local itemBases = ... #type One Handed Mace -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/OneHandMaces/AbstractOneHandMace #type Two Handed Mace -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Weapons/TwoHandWeapons/TwoHandMaces/AbstractTwoHandMace diff --git a/src/Export/Bases/sceptre.txt b/src/Export/Bases/sceptre.txt index dc39d6d231..b5e04e4cc9 100644 --- a/src/Export/Bases/sceptre.txt +++ b/src/Export/Bases/sceptre.txt @@ -2,18 +2,18 @@ local itemBases = ... #type Sceptre -#socketLimit 2 +#socketLimit 3 #baseMatch Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre%d+ #forceHide true -#socketLimit 2 +#socketLimit 3 #baseMatch Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6a #baseMatch Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6b #baseMatch Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6c #forceHide false #forceShow true -#socketLimit 2 +#socketLimit 3 #base Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6a Shrine Sceptre (Purity of Fire) #base Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6b Shrine Sceptre (Purity of Cold) #base Metadata/Items/Weapons/OneHandWeapons/Sceptres/FourSceptre6c Shrine Sceptre (Purity of Lighting) diff --git a/src/Export/Bases/shield.txt b/src/Export/Bases/shield.txt index cd63026ff7..b44bbea407 100644 --- a/src/Export/Bases/shield.txt +++ b/src/Export/Bases/shield.txt @@ -2,7 +2,7 @@ local itemBases = ... #type Shield -#socketLimit 2 +#socketLimit 3 #subType Armour #baseMatch Metadata/Items/Armours/Shields/FourShieldStr%d+ diff --git a/src/Export/Bases/spear.txt b/src/Export/Bases/spear.txt index a1f9cb88fd..0bbff4186a 100644 --- a/src/Export/Bases/spear.txt +++ b/src/Export/Bases/spear.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Spear -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/Spears/AbstractSpear \ No newline at end of file diff --git a/src/Export/Bases/staff.txt b/src/Export/Bases/staff.txt index 27ddc82bdc..5c655b68ab 100644 --- a/src/Export/Bases/staff.txt +++ b/src/Export/Bases/staff.txt @@ -2,12 +2,12 @@ local itemBases = ... #type Staff -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Staves/AbstractStaff #type Staff #subType Warstaff -#socketLimit 3 +#socketLimit 4 #baseMatch Metadata/Items/Weapons/TwoHandWeapons/Staves/FourQuarterstaff%d+ #baseMatch Metadata/Items/Weapons/TwoHandWeapons/Staves/FourQuarterstaff%d+Cruel #baseMatch Metadata/Items/Weapons/TwoHandWeapons/Staves/FourQuarterstaff%d+Endgame \ No newline at end of file diff --git a/src/Export/Bases/sword.txt b/src/Export/Bases/sword.txt index c2730ca20a..89eef9a4c6 100644 --- a/src/Export/Bases/sword.txt +++ b/src/Export/Bases/sword.txt @@ -2,7 +2,7 @@ local itemBases = ... #type One Handed Sword -#socketLimit 2 +#socketLimit 3 #baseMatch BaseType Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/AbstractOneHandSword #forceHide true @@ -11,9 +11,10 @@ local itemBases = ... #type Two Handed Sword #subType -#socketLimit 3 +#socketLimit 4 #baseMatch BaseType Metadata/Items/Weapons/TwoHandWeapons/TwoHandSwords/AbstractTwoHandSword #forceHide true #base Metadata/Items/Weapons/TwoHandWeapons/TwoHandSwords/StormBladeTwoHand +#base Metadata/Items/Weapons/TwoHandWeapons/TwoHandSwords/TwoHandSwordDev #forceHide false \ No newline at end of file diff --git a/src/Export/Bases/wand.txt b/src/Export/Bases/wand.txt index 0f97e246c8..86194a2967 100644 --- a/src/Export/Bases/wand.txt +++ b/src/Export/Bases/wand.txt @@ -2,5 +2,5 @@ local itemBases = ... #type Wand -#socketLimit 2 -#baseMatch Metadata/Items/Weapons/OneHandWeapons/Wands/FourWand +#socketLimit 3 +#baseMatch BaseType Metadata/Items/Wands/AbstractWand diff --git a/src/Export/Classes/GGPKData.lua b/src/Export/Classes/GGPKData.lua index 8388264238..f6d5212df3 100644 --- a/src/Export/Classes/GGPKData.lua +++ b/src/Export/Classes/GGPKData.lua @@ -43,6 +43,7 @@ local GGPKClass = newClass("GGPKData", function(self, path, datPath, reExport) self.dat = { } self.txt = { } + self.ot = { } if USE_DAT64 then self:AddDat64Files() @@ -68,7 +69,7 @@ end function GGPKClass:ExtractFiles(reExport) if reExport then - local datList, csdList, itList = self:GetNeededFiles() + local datList, csdList, otList, itList = self:GetNeededFiles() local sweetSpotCharacter = 6000 local fileList = '' @@ -85,6 +86,10 @@ function GGPKClass:ExtractFiles(reExport) end end + for _, fname in ipairs(otList) do + self:ExtractFilesWithBun('"' .. fname .. '"', true) + end + for _, fname in ipairs(itList) do fileList = fileList .. '"' .. fname .. '" ' @@ -113,6 +118,30 @@ function GGPKClass:ExtractFiles(reExport) end end +function GGPKClass:ExtractList(listToExtract, cache, useRegex) + useRegex = useRegex or false + local sweetSpotCharacter = 6000 + printf("Extracting ...") + local fileList = '' + for _, fname in ipairs(listToExtract) do + -- we are going to validate if the file is already extracted in this session + if not cache[fname] then + cache[fname] = true + fileList = fileList .. '"' .. string.lower(fname) .. '" ' + + if fileList:len() > sweetSpotCharacter then + self:ExtractFilesWithBun(fileList, useRegex) + fileList = '' + end + end + end + + if fileList:len() > 0 then + self:ExtractFilesWithBun(fileList, useRegex) + fileList = '' + end +end + function GGPKClass:AddDatFiles() local datFiles = scanDir(self.oozPath .. "Data\\", '%w+%.dat$') for _, f in ipairs(datFiles) do @@ -173,6 +202,8 @@ function GGPKClass:GetNeededFiles() "Data/ItemClasses.dat", "Data/SkillTotemVariations.dat", "Data/Essences.dat", + "Data/EssenceMods.dat", + "Data/EssenceTargetItemCategories.dat", "Data/EssenceType.dat", "Data/Characters.dat", "Data/BuffDefinitions.dat", @@ -229,6 +260,7 @@ function GGPKClass:GetNeededFiles() "Data/PassiveSkillOverrides.dat", "Data/PassiveSkillOverrideTypes.dat", "Data/DisplayMinionMonsterType.dat", + "Data/LeagueNames.dat", "Data/GemEffects.dat", "Data/ActionTypes.dat", "Data/IndexableSupportGems.dat", @@ -240,12 +272,6 @@ function GGPKClass:GetNeededFiles() "Data/WeaponClasses.dat", "Data/MonsterConditions.dat", "Data/Rarity.dat", - "Data/TradeMarketCategory.dat", - "Data/TradeMarketCategoryGroups.dat", - "Data/PlayerTradeWhisperFormats.dat", - "Data/TradeMarketCategoryListAllClass.dat", - "Data/TradeMarketIndexItemAs.dat", - "Data/TradeMarketImplicitModDisplay.dat", "Data/Commands.dat", "Data/ModEquivalencies.dat", "Data/InfluenceTags.dat", @@ -290,7 +316,9 @@ function GGPKClass:GetNeededFiles() "Data/ItemInherentSkills.dat", "Data/StartingPassiveSkills.dat", "Data/ClassPassiveSkillOverrides.dat", + "Data/AscendancyPassiveSkillOverrides.dat", "Data/PassiveJewelArt.dat", + "Data/PassiveJewelRadiiArt.dat", "Data/PassiveJewelUniqueArt.dat", "Data/QuestStaticRewards.dat", "Data/QuestFlags.dat", @@ -302,7 +330,9 @@ function GGPKClass:GetNeededFiles() "Data/WieldableClasses.dat", "Data/ActiveSkillWeaponRequirement.dat", "Data/SkillGemSearchTerms.dat", - "Data/PassiveNodeUIArtOverride.dat", + "Data/PassiveSkillTreeNodeFrameArt.dat", + "Data/PassiveSkillTreeConnectionArt.dat", + "Data/PassiveSkillTreeMasteryArt.dat", "Data/PlayerMinionIntrinsicStats.dat", "Data/MonsterCategories.dat", "Data/ActiveSkillRequirements.dat", @@ -340,6 +370,10 @@ function GGPKClass:GetNeededFiles() "Data/MiscEffectPacks.dat", "Data/BallisticBounceOverride.dat", "Data/DamageEffectVariations.dat", + "Data/AttackSkillDamageScalingType.dat", + "Data/AttackSkillDamageScalingValues.dat", + "Data/FlatPhysicalDamageValues.dat", + "Data/SupportGemFamily.dat", } local csdFiles = { "^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\w+.csd$", @@ -347,8 +381,8 @@ function GGPKClass:GetNeededFiles() "^Metadata/StatDescriptions/specific_skill_stat_descriptions/\\w+/\\w+.csd$", } local otFiles = { - "Metadata/Characters/Character.ot", - "Metadata/Monsters/Monster.ot", + "^Metadata/Monsters/(?:[\\w-]+/)*[\\w-]+\\.ot$", + "^Metadata/Characters/(?:[\\w-]+/)*[\\w-]+\\.ot$", } local itFiles = { "Metadata/Items/Equipment.it", diff --git a/src/Export/Main.lua b/src/Export/Main.lua index c565200265..7c7e47a521 100644 --- a/src/Export/Main.lua +++ b/src/Export/Main.lua @@ -86,7 +86,7 @@ function main:Init() self:LoadDatFiles() end if self.datFileByName["leaguenames"] then - self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[2] + 8) + self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[self.datFileByName["leaguenames"].rowCount] + 8) end end @@ -376,7 +376,7 @@ function main:LoadDatSource(value) self:LoadDatFiles() end if self.datFileByName["leaguenames"] then - self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[2] + 8) + self.leagueLabel = self.datFileByName["leaguenames"]:ReadValueText({ type = "String" }, self.datFileByName["leaguenames"].rows[self.datFileByName["leaguenames"].rowCount] + 8) end self.reExportGGPKData = reExportState end diff --git a/src/Export/Minions/Minions.txt b/src/Export/Minions/Minions.txt index 6f7a7108d3..3dc3db83e0 100644 --- a/src/Export/Minions/Minions.txt +++ b/src/Export/Minions/Minions.txt @@ -67,4 +67,13 @@ local minions, mod = ... #emit #monster Metadata/Monsters/AnimatedItem/AnimatedWeaponPlayerSummoned ManifestWeapon +#emit + +#monster Metadata/Monsters/Daemon/RavenousSwarmPlayer/RavenousSwarmPlayerSummoned RavenousSwarm +#emit + +#monster Metadata/Monsters/Monsters/LivingLightningPlayerSummoned LivingLightning +#emit + +#monster Metadata/Monsters/Daemon/ArtilleryPlayer/SummonArtilleryDaemon TacticianMinion #emit \ No newline at end of file diff --git a/src/Export/Minions/SpectreList.txt b/src/Export/Minions/SpectreList.txt index d0452eba45..ba1a2f90ed 100644 --- a/src/Export/Minions/SpectreList.txt +++ b/src/Export/Minions/SpectreList.txt @@ -31,17 +31,17 @@ Metadata/Monsters/BitterGuy/BitterGuyChild2Surge Metadata/Monsters/QuillCrab/QuillCrab ---- Porcupine Crab Metadata/Monsters/QuillCrab/QuillCrabPoison ---- Venomous Crab Metadata/Monsters/QuillCrab/QuillCrabBigPoison_ ---- Venomous Crab Matriarch -Metadata/Monsters/QuillCrab/QuillCrabTropical ---- Quill Crab Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmed ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedDryUnarmed ---- Lumbering Dead Metadata/Monsters/Urchins/SlingUrchin1 ---- Vile Imp Metadata/Monsters/Hags/UrchinHag1 ---- Vile Hag Metadata/Monsters/Hags/TrenchHag ---- River Hag -Metadata/Monsters/Skeletons/FungalSkeletonOneHandSword ---- Fungal Rattler +Metadata/Monsters/Skeletons/FungalSkeletonUnarmed ---- Fungal Rattler Metadata/Monsters/Skeletons/RetchSkeletonOneHandSword ---- Wretched Rattler Metadata/Monsters/HuhuGrub/HuhuGrubLarvaeSpectre ---- Flesh Larva Metadata/Monsters/Werewolves/WerewolfPack1 ---- Pack Werewolf Metadata/Monsters/Werewolves/WerewolfMoonClan1 ---- Voracious Werewolf +Metadata/Monsters/Werewolves/WerewolfCourt1_ ---- Court Werewolf Metadata/Monsters/Werewolves/WerewolfProwler1 ---- Werewolf Prowler Metadata/Monsters/Werewolves/WerewolfProwlerRed1 ---- Tendril Prowler Metadata/Monsters/Stalker/Stalker ---- Hungering Stalker @@ -69,6 +69,7 @@ Metadata/Monsters/Frog/PaleFrog1 Metadata/Monsters/ReliquaryMonster/PitCrawler1 ---- Pit Crawler Metadata/Monsters/BoneStalker/TombStalker1 ---- Bone Stalker Metadata/Monsters/Sentinels/TendrilSentinel1__ ---- Tendril Sentinel +Metadata/Monsters/Wolves/Wolf1 ---- Hungry Wolf Metadata/Monsters/Wolves/RottenWolf1_ ---- Rotten Wolf Metadata/Monsters/Wolves/FungalWolf1_ ---- Fungal Wolf Metadata/Monsters/Skeletons/Basic/GraveSkeletonUnarmed ---- Risen Rattler @@ -124,11 +125,10 @@ Metadata/Monsters/RamGiant/RottingRamGiant_ Metadata/Monsters/RamGiant/RottingRamGiantBog ---- Bog Hulk Metadata/Monsters/MaggotHusks/MaggotHusk ---- Sandscoured Dead Metadata/Monsters/SerpentClanMonster/SerpentClan1 ---- Serpent Clan -Metadata/Monsters/SaltGolem/SaltGolemNoEmerge ---- Quake Golem +Metadata/Monsters/SaltGolem/SaltGolemNoEmerge_ ---- Quake Golem Metadata/Monsters/HyenaMonster/HyenaMonster ---- Hyena Demon Metadata/Monsters/HyenaMonster/HyenaCentaurSpear ---- Sun Clan Scavenger Metadata/Monsters/ShellMonster/ShellMonster ---- Brimstone Crab -Metadata/Monsters/ShellMonster/ShellMonsterPoison ---- Caustic Crab Metadata/Monsters/VultureRegurgitator/VultureRegurgitator_ ---- Regurgitating Vulture Metadata/Monsters/SandLeaper02/DesertLeaper1_ ---- Crag Leaper Metadata/Monsters/SkeletonGolemancer/SkeletonGolemancer ---- Dread Servant @@ -149,6 +149,7 @@ Metadata/Monsters/PitifulFabrications/PitifulFabrication01 Metadata/Monsters/PitifulFabrications/PitifulFabrication02 ---- Ribrattle Metadata/Monsters/PitifulFabrications/PitifulFabrication03_ ---- Spinesnatcher Metadata/Monsters/SerpentClanMonster/SerpentClanCaster ---- Serpent Shaman +Metadata/Monsters/SerpentClanMonster/SerpentClanCasterBossInterlude ---- Bewitching Serpent Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoUnarmed_ ---- Sandflesh Skeleton Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoSword_ ---- Sandflesh Warrior Metadata/Monsters/Skeletons/TitanGrotto/SkeletonTitanGrottoCaster ---- Sandflesh Mage @@ -156,15 +157,14 @@ Metadata/Monsters/PorcupineAnt/PorcupineAntSmall Metadata/Monsters/CaveDweller/CaveDweller ---- Tombshrieker Metadata/Monsters/MineBat/MineBatDesertCaveNoEmerge ---- Vesper Bat Metadata/Monsters/SummonedPhantasm/DesertPhantasm ---- Sand Spirit -Metadata/Monsters/VultureZombie/VultureDemon ---- Vile Vulture Metadata/Monsters/Kinarha/KinarhaSpectre ---- Kinarha Metadata/Monsters/Zombies/Maraketh/MarakethZombie ---- Maraketh Undead Metadata/Monsters/PlagueMorphs/PlagueMorph1 ---- Corrupted Corpse Metadata/Monsters/PlagueSwarm/PlagueSwarm ---- Plague Swarm Metadata/Monsters/PlagueNymph/PlagueNymph_ ---- Plague Nymph Metadata/Monsters/PlagueBringer/PlagueBringer ---- Plague Harvester -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldier ---- Twilight Order Soldier -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderOfficer_ ---- Twilight Order Officer +Metadata/Monsters/PlagueBringer/PlagueBringerInterlude1 ---- Bloodgulp +Metadata/Monsters/PlagueBringer/PlagueBringerInterlude2 ---- Fleshpierce Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderAssassin ---- Twilight Order Assassin Metadata/Monsters/CorpseWheel/PlagueCorpseWheel ---- The Punished Metadata/Monsters/BrainWorm/DuneLurker_ ---- Dune Lurker @@ -179,7 +179,6 @@ Metadata/Monsters/VaalSavage/CannibalTribeSpearThrower Metadata/Monsters/VaalSavage/CannibalTribeSpearMelee ---- Orok Fleshstabber Metadata/Monsters/VaalSavage/CannibalTribeDagger ---- Orok Throatcutter Metadata/Monsters/VaalSavage/CannibalTribeShaman ---- Orok Shaman -Metadata/Monsters/VaalSavage/CannibalTribeGiant ---- Orok Mauler Metadata/Monsters/VaalSavage/VaalSavageStalker ---- Azak Stalker Metadata/Monsters/VaalSavage/VaalSavageSpearThrower_ ---- Azak Spearthrower Metadata/Monsters/VaalSavage/VaalSavageSpearMelee ---- Azak Fleshstabber @@ -192,6 +191,15 @@ Metadata/Monsters/VaalSavage/VaalSavageTorchbearer Metadata/Monsters/VaalSavage/VaalSavageGiant ---- Azak Mauler Metadata/Monsters/PlagueSwarm/BloodDrone ---- Bloodthief Wasp Metadata/Monsters/SwarmHost/SwarmHost ---- Bloodthief Queen +Metadata/Monsters/BloodClan/BloodClanTrapper ---- Sea-tribe Trapper +Metadata/Monsters/BloodClan/BloodClanVillager ---- Sea-tribe Villager +Metadata/Monsters/BloodClan/BloodClanCaster ---- Sea-tribe Caster +Metadata/Monsters/BloodClan/BloodClanVaulter ---- Sea-tribe Vaulter +Metadata/Monsters/BloodClan/BloodClanDagger ---- Sea-tribe Daggerbearer +Metadata/Monsters/BloodClan/BloodClanKina ---- Sea-tribe Pouchbearer +Metadata/Monsters/BloodClan/BloodClanHarpooner ---- Sea-tribe Harpooner +Metadata/Monsters/BloodClan/BloodClanBirdFisherman ---- Sea-tribe Spearfisher +Metadata/Monsters/BloodClan/BloodClanBird ---- Sea-tribe Avian Metadata/Monsters/IgguranRaider/BladeStalkerPale ---- Pale-stitched Stalker Metadata/Monsters/IgguranRaider/BladeStalker ---- Adorned Miscreation Metadata/Monsters/Anchorite/AnchoriteSpawn_ ---- Hunchback Clubber @@ -206,6 +214,7 @@ Metadata/Monsters/Skeletons/BoneRabble/BoneRabblePriest Metadata/Monsters/Skeletons/BoneRabble/BoneRabbleEagle ---- Vaal Skeletal Archer Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorer1 ---- Ill-fated Explorer Metadata/Monsters/Quadrilla/Quadrilla ---- Quadrilla +Metadata/Monsters/NettleAnt/NettleAntInterlude ---- Frozen Mandibles Metadata/Monsters/NettleAnt/NettleAntSummoned ---- Nettle Ant Metadata/Monsters/SnakeHulk/SnakeHulk ---- Entwined Hulk Metadata/Monsters/SerpentHusk/SerpentHusk__ ---- Snakethroat Shambler @@ -223,7 +232,6 @@ Metadata/Monsters/CrazedCannibalPicts/PictMaleAxe Metadata/Monsters/CrazedCannibalPicts/PictBigMale ---- Cultist Brute Metadata/Monsters/WereCat/TigerChimeral ---- Prowling Chimeral Metadata/Monsters/Taniwha/RiverTaniwhaNoJank ---- River Drake -Metadata/Monsters/Taniwha/RiverTaniwhaNoJank ---- Coastal Drake Metadata/Monsters/WhipTongueChimeral/WhipTongueChimeral ---- Whiptongue Croaker Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelNoEmerge_ ---- Stone Sentinel Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelGoldenNoEmerge ---- Gold-Melted Sentinel @@ -276,11 +284,8 @@ Metadata/Monsters/Procession/ProcessionDagger Metadata/Monsters/Procession/ProcessionBow ---- Vaal Embalmed Archer Metadata/Monsters/Procession/ProcessionBannerSpectre ---- Vaal Embalmed Bearer Metadata/Monsters/GoldenOnes/GoldenOnesTwoHandSword ---- Gold-Melted Shambler -Metadata/Monsters/DrownedCrew/DrownedCrewSword_ ---- Drowned Explorer Metadata/Monsters/DrownedCrew/DrownedCrewGhost ---- Drowned Spectre -Metadata/Monsters/DrownedCrew/DrownedCrewFigurehead ---- Drowned Bearer Metadata/Monsters/VaalForgeMan/VaalForgeMan ---- Gold-melted Blacksmith -Metadata/Monsters/DrownedCrawler/DrownedCrawler__ ---- Drowned Crawler Metadata/Monsters/LiquidElementals/LiquidElementalBlood ---- Blood Elemental Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWield ---- Bloodrite Guard Metadata/Monsters/BloodBathers/VaalApparition/SunVaalApparition ---- Priest of the Sun @@ -289,17 +294,7 @@ Metadata/Monsters/AscendancyBatMonster/AscendancyBat Metadata/Monsters/VaalConstructs/Ball/VaalBowlingBall ---- Flame Sentry Metadata/Monsters/VaalMonsters/Living/VaalAxeThrower_ ---- Vaal Axeman Metadata/Monsters/CauldronCrone/CauldronCrone ---- Filthy Crone -Metadata/Monsters/Pirates/PirateBootyBlaster ---- Rotting Soulcatcher -Metadata/Monsters/ManOWar/ManoWar ---- Man o' War -Metadata/Monsters/Pirates/PirateCannon ---- Rotting Cannoneer -Metadata/Monsters/Pirates/PirateGrenade ---- Rotting Grenadier -Metadata/Monsters/Pirates/PirateBarrel ---- Rotting Demolitionist Metadata/Monsters/Pirates/CaptainRothBossCannon ---- Ghost Cannon -Metadata/Monsters/Anchorman/BloatedAnchorman ---- Bloated Anchorman -Metadata/Monsters/KelpDreg/KelpDregSword ---- Searot Skeleton -Metadata/Monsters/KelpDreg/KelpDregCrossbowSniper ---- Searot Harpooner -Metadata/Monsters/KelpDreg/KelpDregCrossbowEnsarer ---- Searot Ensnarer -Metadata/Monsters/KelpDreg/KelpDregCrossbowIceShot ---- Searot Sniper Metadata/Monsters/VaalHumanoids/VaalHumanoidGoliathFist/VaalHumanoidGoliathFist_ ---- Goliath Transcendent Metadata/Monsters/VaalHumanoids/VaalHumanoidPyramidHands/VaalPyramidHands ---- Brutal Transcendent Metadata/Monsters/VaalHumanoids/VaalHumanoidShieldLegs/VallHumanoidShieldLegs ---- Shielded Transcendent @@ -309,38 +304,32 @@ Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLightningSk Metadata/Monsters/VaalConstructs/Colossus/VaalColossusMetal ---- Steel Colossus Metadata/Monsters/VaalHumanoids/VaalHumanoidBladeHands/VaalHumanoidBladeHands ---- Warrior Transcendent Metadata/Monsters/VaalHumanoids/VaalHumanoidStalker/VaalHumanoidStalker ---- Bladelash Transcendent -Metadata/Monsters/HarpyMonster/GullHarpy ---- Gull Shrike -Metadata/Monsters/CageSkeleton/CageSkeleton_ ---- Rattling Gibbet -Metadata/Monsters/SkeletonProwler/SkeletonProwler_ ---- Prowling Skeleton -Metadata/Monsters/RatMonster/RatMonsterPrison ---- Eaten Rat -Metadata/Monsters/Zombies/UpperPrison/PrisonZombieUnarmed_ ---- Eternal Prisoner -Metadata/Monsters/ElephantRhino/ElephantRhino ---- Elephant Tortoise -Metadata/Monsters/Goblins/GoblinSpearman/GoblinSpearman ---- Spearbearer Kin -Metadata/Monsters/Goblins/GoblinTusker/GoblinTusker ---- Tuskbearer Kin -Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman ---- Shaman Kin -Metadata/Monsters/Goblins/GoblinMiner/GoblinMiner ---- Prospector Kin -Metadata/Monsters/TentacleDemonFemale/TentacleWhipper ---- Ghastly Siren -Metadata/Monsters/BrineMaiden/BrineMaiden ---- Brine Maiden +Metadata/Monsters/KaruiSoulCaster/KaruiSpiritSummon ---- Ancestral Mask +Metadata/Monsters/SudokuTotemBoss/SudokuBossUpperFace ---- Daemon +Metadata/Monsters/BloodFeverKarui/BloodFeverBlob ---- Blood-fevered Pustule +Metadata/Monsters/BloodFeverKarui/BloodFeverButcherSpectre ---- Harano, the Meat Carver +Metadata/Monsters/ParasiteMonsters/ParasiteMonster01 ---- Armoured Parasite +Metadata/Monsters/ParasiteMonsters/ParasiteMonster02 ---- Kreth Parasite +Metadata/Monsters/MorayClanMonster/MorayClan ---- Moray Clan +Metadata/Monsters/ParasiteMonsters/MantaRayParasite ---- Infested Manta +Metadata/Monsters/ParasiteMonsters/OctopusParasite ---- Infested Octopus +Metadata/Monsters/ParasiteMonsters/TurtleParasite__ ---- Infested Turtle +Metadata/Monsters/ParasiteMonsters/AngerfishParasite ---- Infested Anglerfish Metadata/Monsters/RootedGuys/RootedGuy01/RootedGuy1____ ---- Blightstalker +Metadata/Monsters/MundaneMagi/BagLady ---- Spiteful Vagrant +Metadata/Monsters/RootedGuys/RootedGuy02/RootedGuy2_ ---- Rootwalker Metadata/Monsters/RootedGuys/RootedGuy03/RootedGuy3 ---- Sporebearer Metadata/Monsters/RootedGuys/RootedGuy04/RootedGuy4 ---- Fungal Reaver Metadata/Monsters/RootedGuys/RootedGuy04/RaisedBranchMonster ---- Cultivated Grove -Metadata/Monsters/Baron/BaronWerewolfSummon ---- Court Werewolf Metadata/Monsters/PrimordialMonsters/PrimordialMonster3 ---- Primordial Monster Metadata/Monsters/ScarecrowBeast/ScarecrowBeast ---- Scarecrow Beast Metadata/Monsters/RootedGuys/Cocoons2/Cocoons2__ ---- Infested Cadaver Metadata/Monsters/FallenGods/FallenGodsStalkerFoundry_ ---- Forgotten Stalker Metadata/Monsters/FallenGods/FallenGodsCrawlerFoundry_ ---- Forgotten Crawler Metadata/Monsters/FallenGods/FallenHooksFoundry ---- Forgotten Satyr -Metadata/Monsters/FallenGods/FallenGodsBloater_ ---- Forgotten Mauler -Metadata/Monsters/FallenGods/FallenGodsSplit ---- Forgotten Cloven -Metadata/Monsters/FallenGods/FallenGodsClubHand_ ---- Forgotten Brutaliser Metadata/Monsters/FallenGods/FallenStag ---- Forgotten Stag Metadata/Monsters/SpinningWheelHag/SpinningWheelHag ---- Wheelbound Hag -Metadata/Monsters/WormsKing/WormsKing_ ---- Worm-King -Metadata/Monsters/RatMonster/RatMonsterCistern ---- Sewer Rat Metadata/Monsters/SummonedPhantasm/HusbandWifeSpirits ---- Captured Soul -Metadata/Monsters/MamaMonster/MamaBaby ---- Malevolent Newborn Metadata/Monsters/RabidFeralDogMonster/RabidDog ---- Rabid Dog Metadata/Monsters/KaruiBoar/ExplosivePig ---- Volatile Boar Metadata/Monsters/Ghouls/FarudinCrawler ---- Faridun Crawler @@ -348,7 +337,8 @@ Metadata/Monsters/DrudgeMiners/DrudgeBedrockBlaster Metadata/Monsters/TitanWalker/TitanWalker ---- Walking Goliath Metadata/Monsters/SkeletalKnight/SkeletalKnight ---- Eternal Knight Metadata/Monsters/SkeletalReaper/SkeletalReaper ---- Knight-Gaunt -Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan ---- Goliath +Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan_ ---- Goliath +Metadata/Monsters/TwoheadedTitan/TwoHeadedTitanInterlude ---- Moltenmettle Metadata/Monsters/Mutewind/MutewindWomanSpearCorrodedEliteSpectre_ ---- Faridun Impaler Metadata/Monsters/VaseMonster/VaseMonsterSpectre ---- Urnwalker Metadata/Monsters/UndeadMarakethPriest/UndeadMarakethPriest ---- Risen Tale-woman @@ -409,16 +399,19 @@ Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleFodder3_ Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite1_ ---- Pale Angel Metadata/Monsters/LeagueHellscape/PaleFaction/HellscapePaleElite2__ ---- Pale Seraphim Metadata/Monsters/VaalMonsters/Zealots/VaalFlayedDaggersBloodUltimatium ---- Chaos Zealot -Metadata/Monsters/SummonRagingSpirit/RagingFireSpirit ---- Raging Fire Spirit -Metadata/Monsters/SummonRagingSpirit/RagingTimeSpirit ---- Raging Time Spirit Metadata/Monsters/TormentedSpirits/Stag/SpiritStag ---- Stag Spirit +Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph ---- Nymph Wasp Metadata/Monsters/Sanctified/Monstrosity/SanctifiedMonstrosity ---- Fettered Monstrosity +Metadata/Monsters/TumourMonsters/Statue07/QimarMonstrosity ---- Bloodbilge Metadata/Monsters/Sanctified/Scythe/SanctifiedScythe_ ---- Fettered Scythe Metadata/Monsters/Sanctified/Snake/SanctifiedSnake ---- Fettered Snake Metadata/Monsters/Sanctified/Spider/SanctifiedSpider ---- Fettered Spider Metadata/Monsters/Sanctified/Tentacle/SanctifiedTentacle ---- Fettered Grasper Metadata/Monsters/Sanctified/Writhing/SanctifiedWrithing ---- Fettered Writher Metadata/Monsters/Sanctified/Floppy/SanctifiedFloppy ---- Fettered Hook +Metadata/Monsters/BoneCultists/BoneCultists_Shield/Interlude/BoneCultistShieldFarmlands ---- Displaced Brute +Metadata/Monsters/VaalMonsters/Living/BloodPriests/BloodPool ---- Invisible +Metadata/Monsters/SkeletonSnake/SandSkeletonSnake ---- Skeletal Cobra -- Spectres Not Yet Imported -- -- These are either false spectres, or are disabled in game currently. This is not including duplicate names, just singular copy of a Spectre name.-- @@ -428,15 +421,29 @@ Metadata/Monsters/MudBurrower/MudBurrowerTailBoss_ Metadata/Monsters/BitterGuy/BitterGuyWifeGhost ---- Isabel, Mourning Wife Metadata/Monsters/BitterGuy/BitterGuyChild1Surge_ ---- Calum, Weeping Child Metadata/Monsters/BitterGuy/BitterGuyChild2Surge ---- Torcall, Sobbing Child +Metadata/Monsters/Skeletons/FungalSkeletonUnarmed ---- Fungal Rattler +Metadata/Monsters/Werewolves/WerewolfCourt1_ ---- Court Werewolf Metadata/Monsters/Bird/MutantBird ---- Scourge of the Skies Metadata/Monsters/Bird/MutantBirdDog ---- Flesh Pup +Metadata/Monsters/SaltGolem/SaltGolemNoEmerge_ ---- Quake Golem Metadata/Monsters/MarakethGuards/MarakethHeroGuard01___ ---- Emal Metadata/Monsters/MarakethGuards/MarakethHeroGuard02 ---- Tanim Metadata/Monsters/PitifulFabrications/PitifulFabrication02 ---- Ribrattle -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldier ---- Twilight Order Soldier -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderOfficer_ ---- Twilight Order Officer +Metadata/Monsters/SerpentClanMonster/SerpentClanCasterBossInterlude ---- Bewitching Serpent +Metadata/Monsters/PlagueBringer/PlagueBringerInterlude1 ---- Bloodgulp +Metadata/Monsters/PlagueBringer/PlagueBringerInterlude2 ---- Fleshpierce Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderAssassin ---- Twilight Order Assassin Metadata/Monsters/CorpseWheel/PlagueCorpseWheel ---- The Punished +Metadata/Monsters/BloodClan/BloodClanTrapper ---- Sea-tribe Trapper +Metadata/Monsters/BloodClan/BloodClanVillager ---- Sea-tribe Villager +Metadata/Monsters/BloodClan/BloodClanCaster ---- Sea-tribe Caster +Metadata/Monsters/BloodClan/BloodClanVaulter ---- Sea-tribe Vaulter +Metadata/Monsters/BloodClan/BloodClanDagger ---- Sea-tribe Daggerbearer +Metadata/Monsters/BloodClan/BloodClanKina ---- Sea-tribe Pouchbearer +Metadata/Monsters/BloodClan/BloodClanHarpooner ---- Sea-tribe Harpooner +Metadata/Monsters/BloodClan/BloodClanBirdFisherman ---- Sea-tribe Spearfisher +Metadata/Monsters/BloodClan/BloodClanBird ---- Sea-tribe Avian +Metadata/Monsters/NettleAnt/NettleAntInterlude ---- Frozen Mandibles Metadata/Monsters/VaalConstructs/Monkey/VaalConstructMonkey ---- Constructed Monkey Metadata/Monsters/VaalConstructs/Monkey/VaalConstructMonkeyHead ---- Constructed Monkey Head Metadata/Monsters/VaalMonsters/ViperNapuatzi/ViperNapuatziSnakeMinion ---- Viper Servant @@ -446,24 +453,22 @@ Metadata/Monsters/VaalMonsters/Living/Minions/VaalMonkeyMinion_ Metadata/Monsters/SerpentHusk/snakes/SerpentHuskSnake ---- Snake Metadata/Monsters/Pirates/CaptainRothBossCannon ---- Ghost Cannon Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLightningSkitterMine_ ---- Skitter Mine -Metadata/Monsters/RatMonster/RatMonsterPrison ---- Eaten Rat -Metadata/Monsters/Zombies/UpperPrison/PrisonZombieUnarmed_ ---- Eternal Prisoner -Metadata/Monsters/ElephantRhino/ElephantRhino ---- Elephant Tortoise -Metadata/Monsters/Goblins/GoblinSpearman/GoblinSpearman ---- Spearbearer Kin -Metadata/Monsters/Goblins/GoblinTusker/GoblinTusker ---- Tuskbearer Kin -Metadata/Monsters/Goblins/GoblinShaman/GoblinShaman ---- Shaman Kin -Metadata/Monsters/Goblins/GoblinMiner/GoblinMiner ---- Prospector Kin -Metadata/Monsters/TentacleDemonFemale/TentacleWhipper ---- Ghastly Siren +Metadata/Monsters/KaruiSoulCaster/KaruiSpiritSummon ---- Ancestral Mask +Metadata/Monsters/SudokuTotemBoss/SudokuBossUpperFace ---- Daemon +Metadata/Monsters/BloodFeverKarui/BloodFeverBlob ---- Blood-fevered Pustule +Metadata/Monsters/BloodFeverKarui/BloodFeverButcherSpectre ---- Harano, the Meat Carver +Metadata/Monsters/ParasiteMonsters/ParasiteMonster01 ---- Armoured Parasite +Metadata/Monsters/ParasiteMonsters/ParasiteMonster02 ---- Kreth Parasite +Metadata/Monsters/MorayClanMonster/MorayClan ---- Moray Clan Metadata/Monsters/RootedGuys/RootedGuy01/RootedGuy1____ ---- Blightstalker +Metadata/Monsters/MundaneMagi/BagLady ---- Spiteful Vagrant +Metadata/Monsters/RootedGuys/RootedGuy02/RootedGuy2_ ---- Rootwalker Metadata/Monsters/RootedGuys/RootedGuy03/RootedGuy3 ---- Sporebearer Metadata/Monsters/RootedGuys/RootedGuy04/RootedGuy4 ---- Fungal Reaver Metadata/Monsters/PrimordialMonsters/PrimordialMonster3 ---- Primordial Monster Metadata/Monsters/RootedGuys/Cocoons2/Cocoons2__ ---- Infested Cadaver -Metadata/Monsters/FallenGods/FallenGodsSplit ---- Forgotten Cloven -Metadata/Monsters/FallenGods/FallenGodsClubHand_ ---- Forgotten Brutaliser -Metadata/Monsters/WormsKing/WormsKing_ ---- Worm-King Metadata/Monsters/SummonedPhantasm/HusbandWifeSpirits ---- Captured Soul -Metadata/Monsters/MamaMonster/MamaBaby ---- Malevolent Newborn +Metadata/Monsters/TwoheadedTitan/TwoHeadedTitanInterlude ---- Moltenmettle Metadata/Monsters/LeagueDelirium/DeliriumMinion1 ---- Rage Metadata/Monsters/LeagueDelirium/DeliriumMinion2 ---- Spite Metadata/Monsters/LeagueDelirium/DeliriumMinion3 ---- Disgust @@ -473,11 +478,24 @@ Metadata/Monsters/LeagueDelirium/DeliriumMinion6_ Metadata/Monsters/LeagueDelirium/DeliriumDemonColdIceSpear ---- Manifested Demon Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleSummon ---- Volatile Scarab Metadata/Monsters/TormentedSpirits/Stag/SpiritStag ---- Stag Spirit +Metadata/Monsters/PlagueNymph/TwilightOrderPlagueNymph ---- Nymph Wasp +Metadata/Monsters/TumourMonsters/Statue07/QimarMonstrosity ---- Bloodbilge +Metadata/Monsters/BoneCultists/BoneCultists_Shield/Interlude/BoneCultistShieldFarmlands ---- Displaced Brute +Metadata/Monsters/VaalMonsters/Living/BloodPriests/BloodPool ---- Invisible +Metadata/Monsters/SkeletonSnake/SandSkeletonSnake ---- Skeletal Cobra + +-- Imported Spectres That Fail Checks -- +-- These spectres are currently imported, but fail the checks. New updates sometimes remove spectres.-- +-- Don't fully trust this, coded wrong. But it did catch some that were removed. -- + +Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptreAmbush__ ---- (not found in MonsterVarieties) +Metadata/Monsters/SaltGolem/SaltGolem_ ---- (not found in MonsterVarieties) -- Duplicate Spectre Names -- -- Some duplicate Spectres have been imported, like Terracotta Soldier, as there is a 10 spirit and 60 spirit version.-- -- There are some spectres with the same name and reservation, but different skills. We should probably import them too.-- +Metadata/Monsters/Monkeys/MonkeyJunglePale ---- Feral Primate Metadata/Monsters/Monkeys/MonkeyJungleTamed ---- Feral Primate Metadata/Monsters/Monkeys/MonkeyJungleTamedBossSpectator ---- Feral Primate Metadata/Monsters/Spiker/Spiker3SanctumTrial__ ---- Porcupine Goliath @@ -491,22 +509,18 @@ Metadata/Monsters/BitterGuy/BitterGuyWifeSurge Metadata/Monsters/QuillCrab/QuillCrabBig ---- Porcupine Crab Metadata/Monsters/QuillCrab/QuillCrabBigElite ---- Porcupine Crab Metadata/Monsters/QuillCrab/QuillCrabBigPoisonElite ---- Venomous Crab Matriarch -Metadata/Monsters/QuillCrab/QuillCrabBigTropical_ ---- Quill Crab Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmedPhysics ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxe ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxePhysics ---- Drowned -Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmedHighAggroRange ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmedHighAggroRangeMiller ---- Drowned -Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmedPhysicsHighAggroRange ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedUnarmedPhysicsHighAggroRangeMiller ---- Drowned -Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxeHighAggroRange_ ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxeHighAggroRangeMiller ---- Drowned -Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxePhysicsHighAggroRange ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedOneHandAxePhysicsHighAggroRangeMiller ---- Drowned Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedDryUnarmedPhysics ---- Lumbering Dead Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedDryOneHandAxe ---- Lumbering Dead Metadata/Monsters/Zombies/Lumberjack/LumberingDrownedDryOneHandAxePhysics__ ---- Lumbering Dead Metadata/Monsters/Urchins/MeleeUrchin1 ---- Vile Imp +Metadata/Monsters/Skeletons/FungalSkeletonOneHandSword ---- Fungal Rattler Metadata/Monsters/Skeletons/FungalSkeletonOneHandSwordShield ---- Fungal Rattler Metadata/Monsters/Skeletons/FungalZombieOneHandSword ---- Fungal Rattler Metadata/Monsters/Skeletons/FungalZombieOneHandSwordShield ---- Fungal Rattler @@ -523,6 +537,8 @@ Metadata/Monsters/Knight/DeathKnightNecropolisElite Metadata/Monsters/Mercenary/Infected/InfectedMercenarySword ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxeAxe ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenarySwordSword_ ---- Decrepit Mercenary +Metadata/Monsters/Mercenary/Infected/InfectedMercenaryMaul ---- Decrepit Mercenary +Metadata/Monsters/Mercenary/Infected/InfectedMercenaryBow ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenaryCrossbow ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenaryCrossbowIncin ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenarySwordTorchIncin ---- Decrepit Mercenary @@ -534,6 +550,8 @@ Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxeShieldExecutionerMinion Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxeShieldExecutionerMinion_STANDALONE ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxeAxeExecutionerMinion ---- Decrepit Mercenary Metadata/Monsters/Mercenary/Infected/InfectedMercenaryAxeAxeExecutionerMinionSTANDALONE ---- Decrepit Mercenary +Metadata/Monsters/Ghouls/Ghoul2 ---- Skulking Ghoul +Metadata/Monsters/Ghouls/GhoulFeeding ---- Skulking Ghoul Metadata/Monsters/Skeletons/Maraketh/MarakethSkeletonOneHandAxeNoArmour_ ---- Risen Maraketh Metadata/Monsters/Skeletons/Maraketh/MarakethSkeletonOneHandAxeClothArmour ---- Risen Maraketh Metadata/Monsters/Skeletons/Maraketh/MarakethSkeletonOneHandAxeMediumArmour ---- Risen Maraketh @@ -554,6 +572,7 @@ Metadata/Monsters/SkeletonSoldier/Rusted/RustedSoldierOneHandSwordShieldQuest Metadata/Monsters/SkeletonSoldier/Rusted/RustedSoldierBowQuest ---- Ancient Ezomyte Metadata/Monsters/SkeletonSoldier/Rusted/RustedSoldierOneHandSwordBoss ---- Ancient Ezomyte Metadata/Monsters/SkeletonSoldier/Rusted/RustedSoldierOneHandSwordShieldBoss_ ---- Ancient Ezomyte +Metadata/Monsters/BoneStalker/TombStalker1Tencent_ ---- Bone Stalker Metadata/Monsters/Wolves/RottenWolfHagSummoned ---- Rotten Wolf Metadata/Monsters/Wolves/RottenWolfHagSummonedDead ---- Rotten Wolf Metadata/Monsters/Wolves/RottenWolfDead ---- Rotten Wolf @@ -626,7 +645,7 @@ Metadata/Monsters/EtchedBeetles/SmallEtchedBeetleArmouredDullSanctumScorpionBoss Metadata/Monsters/EtchedBeetles/MediumEtchedBeetleArmouredTuskWideSanctumTrial ---- Adorned Scarab Metadata/Monsters/EtchedBeetles/LargeEtchedBeetleBossMinion ---- Adorned Beetle Metadata/Monsters/SerpentClanMonster/SerpentClan1SanctumTrial ---- Serpent Clan -Metadata/Monsters/SaltGolem/SaltGolemNoEmerge ---- Quake Golem +Metadata/Monsters/SaltGolem/SaltGolemNoEmerge_ ---- Quake Golem Metadata/Monsters/SaltGolem/SaltGolemSanctumTrial ---- Quake Golem Metadata/Monsters/SaltGolem/SaltGolemNoEmergeSanctumTrial ---- Quake Golem Metadata/Monsters/SaltGolem/SaltGolemBlack ---- Quake Golem @@ -634,15 +653,19 @@ Metadata/Monsters/SaltGolem/SaltGolemBlackNoEmerge Metadata/Monsters/HyenaMonster/HyenaMonsterBossMinion ---- Hyena Demon Metadata/Monsters/HyenaMonster/HyenaMonsterHighAggro ---- Hyena Demon Metadata/Monsters/HyenaMonster/HyenaCentaurSpearBossMinion_ ---- Sun Clan Scavenger +Metadata/Monsters/ShellMonster/ShellMonsterSmall ---- Brimstone Crab Metadata/Monsters/SandLeaper02/DesertLeaper1Emerge ---- Crag Leaper Metadata/Monsters/SandGolemancer/SandGolemancerSanctumTrial ---- Desiccated Lich Metadata/Monsters/SandGolemancer/SandGolemancerSanctumTrialTime ---- Desiccated Lich Metadata/Monsters/SandGolemancer/SandGolemancerTornado ---- Desiccated Lich +Metadata/Monsters/SandGolemancer/SandGolemancerTornadoWhiteSand ---- Desiccated Lich Metadata/Monsters/MarAcolyte/MarAcolyteSanctumTrial ---- Mar Acolyte Metadata/Monsters/RockSliderSpectre ---- Boulder Ant Metadata/Monsters/RockSliderSanctumTrial ---- Boulder Ant Metadata/Monsters/RockSliderSanctumTrialSpectre ---- Boulder Ant +Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealotAbyssIntro ---- Lost-men Zealot Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealotSummoner_01 ---- Lost-men Zealot +Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealotSummonerAbyssPit ---- Lost-men Zealot Metadata/Monsters/BoneCultists/BoneCultist_Zealots/BoneCultistZealot02 ---- Lost-men Zealot Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSceptreSanctumTrial ---- Terracotta Soldier Metadata/Monsters/TerracottaGuardians/TerracottaGuardianSickleShieldSanctumTrial ---- Terracotta Soldier @@ -681,14 +704,12 @@ Metadata/Monsters/PlagueMorphs/PlagueMorph3 Metadata/Monsters/PlagueMorphs/PlagueMorph4 ---- Corrupted Corpse Metadata/Monsters/PlagueNymph/PlagueNymphFoundry ---- Plague Nymph Metadata/Monsters/PlagueBringer/PlagueBringerEmerge ---- Plague Harvester -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldierSIEGE ---- Twilight Order Soldier -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderOfficerSIEGE ---- Twilight Order Officer -Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderAssassinSIEGE ---- Twilight Order Assassin Metadata/Monsters/BrainWorm/DuneLurkerSanctumTrial ---- Dune Lurker Metadata/Monsters/WingedCreature/WingedCreatureSanctumTrial ---- Winged Horror Metadata/Monsters/BogBodies/BogCorpseTwoHandAxe ---- Bogfelled Commoner Metadata/Monsters/BogBodies/BogCorpseOffensiveSummon ---- Bogfelled Commoner Metadata/Monsters/BogBodies/BogCorpseDefensiveSummon ---- Bogfelled Commoner +Metadata/Monsters/TwigMonsters/DredgeFiendIce ---- Dredge Fiend Metadata/Monsters/VaalSavage/VaalSavageShamanWaterways ---- Azak Shaman Metadata/Monsters/PlagueSwarm/BloodDroneSacEmerge ---- Bloodthief Wasp Metadata/Monsters/ChawMongrel/ChawMongrelLeash ---- Chaw Mongrel @@ -704,6 +725,7 @@ Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange1 Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange2 ---- Ill-fated Explorer Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange3 ---- Ill-fated Explorer Metadata/Monsters/ZombieTreasureHunters/IllFatedExplorerNoSporesOrange4 ---- Ill-fated Explorer +Metadata/Monsters/GoreCharger/GoreChargerSummoned_ ---- Diretusk Boar Metadata/Monsters/CrazedCannibalPicts/PictMaleAxeAxe ---- Cultist Warrior Metadata/Monsters/CrazedCannibalPicts/PictMaleAxeDagger ---- Cultist Warrior Metadata/Monsters/CrazedCannibalPicts/PictMaleAxeShield ---- Cultist Warrior @@ -713,6 +735,7 @@ Metadata/Monsters/PitifulFabrications/Canopy/PitifulFabrication03_ Metadata/Monsters/Taniwha/RiverTaniwhaEmerge ---- River Drake Metadata/Monsters/Taniwha/RiverTaniwhaWaterways ---- River Drake Metadata/Monsters/Taniwha/RiverTaniwhaNoJank ---- River Drake +Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelInert ---- Stone Sentinel Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelNoEmerge_ ---- Stone Sentinel Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelSpawned ---- Stone Sentinel Metadata/Monsters/VaalConstructs/Sentinel/VaalConstructSentinelUpperMachinarium_ ---- Stone Sentinel @@ -778,12 +801,10 @@ Metadata/Monsters/VaalMonsters/Living/VaalShapeshifterBloodied__ Metadata/Monsters/VaalMonsters/Living/VaalShapeshifterPatrol ---- Vaal Formshifter Metadata/Monsters/Procession/ProcessionBannerSpectre ---- Vaal Embalmed Bearer Metadata/Monsters/GoldenOnes/GoldenOnesOneHandMace ---- Gold-Melted Shambler +Metadata/Monsters/GoldenOnes/GoldenOnesDualAxes ---- Gold-Melted Shambler Metadata/Monsters/GoldenOnes/GoldenOnesOneHandClub ---- Gold-Melted Shambler Metadata/Monsters/GoldenOnes/GoldenOnesSpear ---- Gold-Melted Shambler -Metadata/Monsters/DrownedCrew/DrownedCrewAxe ---- Drowned Explorer -Metadata/Monsters/DrownedCrew/DrownedCrewSwordMinion ---- Drowned Explorer -Metadata/Monsters/DrownedCrew/DrownedCrewAxeMinion ---- Drowned Explorer -Metadata/Monsters/DrownedCrawler/DrownedCrawlerWallWalk ---- Drowned Crawler +Metadata/Monsters/DrownedCrew/DrownedCrewGhostAnchorEncounter ---- Drowned Spectre Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMace ---- Bloodrite Guard Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMacePraying ---- Bloodrite Guard Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShield ---- Bloodrite Guard @@ -795,42 +816,24 @@ Metadata/Monsters/BloodBathers/BloodBatherSpear/BloodBatherSpearPraying Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSword ---- Bloodrite Guard Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSwordPraying ---- Bloodrite Guard Metadata/Monsters/BloodCultistDrones/BloodBatherMagePraying_ ---- Bloodrite Priest +Metadata/Monsters/VaalConstructs/Ball/VaalBowlingBallInert ---- Flame Sentry Metadata/Monsters/VaalConstructs/Ball/VaalBowlingBallSpawned ---- Flame Sentry Metadata/Monsters/VaalMonsters/Living/VaalAxeThrowerBloodied ---- Vaal Axeman -Metadata/Monsters/KelpDreg/KelpDregSwordShield ---- Searot Skeleton -Metadata/Monsters/KelpDreg/KelpDregAxe ---- Searot Skeleton Metadata/Monsters/VaalHumanoids/VaalHumanoidCannon/VaalHumanoidCannonLightning ---- Doryani's Elite -Metadata/Monsters/SkeletonProwler/SkeletonProwlerDead ---- Prowling Skeleton -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonUnarmed ---- Risen Rattler -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonUnarmedDead ---- Risen Rattler -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonOneHandSword ---- Risen Rattler -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonOneHandSwordDead ---- Risen Rattler -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonOneHandSwordShield ---- Risen Rattler -Metadata/Monsters/Skeletons/Basic/PrisonSkeletonOneHandSwordShieldDead ---- Risen Rattler -Metadata/Monsters/Zombies/UpperPrison/PrisonZombieUnarmed_Dead ---- Eternal Prisoner -Metadata/Monsters/Zombies/UpperPrison/PrisonZombieOneHandAxe ---- Eternal Prisoner -Metadata/Monsters/Zombies/UpperPrison/PrisonZombieOneHandAxeDead ---- Eternal Prisoner -Metadata/Monsters/Goblins/GoblinSpearman/GoblinSpearmanDistracted ---- Spearbearer Kin -Metadata/Monsters/Goblins/GoblinTusker/GoblinTuskerDistracted ---- Tuskbearer Kin -Metadata/Monsters/Goblins/GoblinShaman/GoblinShamanDistracted ---- Shaman Kin -Metadata/Monsters/Goblins/GoblinMiner/GoblinMinerMining ---- Prospector Kin +Metadata/Monsters/SudokuTotemBoss/SudokuBossMiddleFace ---- Daemon +Metadata/Monsters/SudokuTotemBoss/SudokuBossLowerFace ---- Daemon +Metadata/Monsters/BloodFeverKarui/BloodFeverButcherSpectre ---- Harano, the Meat Carver +Metadata/Monsters/ParasiteMonsters/MantaRayParasiteDead ---- Infested Manta +Metadata/Monsters/ParasiteMonsters/OctopusParasiteDead ---- Infested Octopus +Metadata/Monsters/ParasiteMonsters/TurtleParasiteDead ---- Infested Turtle +Metadata/Monsters/ParasiteMonsters/AngerfishParasiteDead ---- Infested Anglerfish Metadata/Monsters/TwigMonsters/RaisedBranchMinion ---- Skeleton Spriggan Metadata/Monsters/RootedGuys/RootedGuy04/RaisedBranchMonsterActive ---- Cultivated Grove Metadata/Monsters/TwigMonsters/RaisedBranchMinionActive ---- Skeleton Spriggan +Metadata/Monsters/Baron/BaronWerewolfSummon ---- Court Werewolf Metadata/Monsters/Baron/BaronWerewolfProwlerSummon ---- Tendril Prowler -Metadata/Monsters/FallenGods/FallenGodsCrawler ---- Forgotten Crawler -Metadata/Monsters/FallenGods/FallenGodsStalker ---- Forgotten Stalker Metadata/Monsters/FallenGods/FallenHooks ---- Forgotten Satyr -Metadata/Monsters/WormsKing/WormsKingEmerge ---- Worm-King Metadata/Monsters/SummonedPhantasm/HusbandWifeSpiritsWild ---- Captured Soul -Metadata/Monsters/MamaMonster/MamaBabyBossMinion ---- Malevolent Newborn -Metadata/Monsters/FallenGods/FallenGodMinibossBloaterMinion ---- Forgotten Mauler -Metadata/Monsters/FallenGods/FallenGodMinibossSplitMinion ---- Forgotten Cloven -Metadata/Monsters/FallenGods/FallenGodMinibossClubHandMinion ---- Forgotten Brutaliser -Metadata/Monsters/FallenGods/FallenGodMinibossCrawlerMinion ---- Forgotten Crawler -Metadata/Monsters/FallenGods/FallenGodMinibossStalkerMinion ---- Forgotten Stalker -Metadata/Monsters/FallenGods/FallenGodMinibossStagMinion ---- Forgotten Stag -Metadata/Monsters/FallenGods/FallenGodMinibossHooksMinion__ ---- Forgotten Satyr Metadata/Monsters/RabidFeralDogMonster/RabidDogLargeFarmlandsNoName ---- Rabid Dog Metadata/Monsters/Ghouls/FarudinCrawlerQuarry ---- Faridun Crawler Metadata/Monsters/DrudgeMiners/DrudgeBedrockBlasterMinecart_ ---- Forsaken Miner @@ -847,6 +850,9 @@ Metadata/Monsters/VaseMonster/VaseMonsterSpectre Metadata/Monsters/UndeadMarakethPriest/UndeadMarakethPriestSanctumTrial ---- Risen Tale-woman Metadata/Monsters/UndeadMarakethPriest/UndeadMarakethPriestSanctumTrialTime ---- Risen Tale-woman Metadata/Monsters/Zombies/CourtGuardZombieUnarmed ---- Rotting Guard +Metadata/Monsters/BeehiveBehemoth/FungusBehemothVine ---- Daemon +Metadata/Monsters/ChaosGodTriHeadBat/ChaosGodTri-headBatInterlude ---- Cerberic Bat +Metadata/Monsters/ChaosGodGorilla/ChaosGodGorillaInterlude ---- Stoneclad Gorilla Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence1 ---- Rage Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence2 ---- Spite Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence3 ---- Disgust @@ -862,7 +868,9 @@ Metadata/Monsters/LeagueDelirium/DeliriumDemonUniqueLightningElectricFlail Metadata/Monsters/LeagueDelirium/DeliriumDemonUniquePhysicalPizzaSlam ---- Manifested Demon Metadata/Monsters/Breach/Monsters/FingersBat/FingersBatEmerge ---- It That Watches Metadata/Monsters/Breach/BreachOverseerBoss/BreachBossSpider ---- It That Crawls -Metadata/Monsters/LeagueRitual/DryadFaction/SplitMonster/SplitMonsterWILDWOOD ---- Treant Splitbeast +Metadata/Monsters/LeagueRitual/DryadFaction/FungalZombie/DruidicFungusZombieTreeHollow ---- Treant Foulspawn +Metadata/Monsters/LeagueRitual/DryadFaction/FungalZombie/DruidicFungusZombieTreeHollowWILDWOOD ---- Treant Foulspawn +Metadata/Monsters/LeagueRitual/DryadFaction/FungalZombie/DruidicFungusZombieTreeHollowSpectre ---- Treant Foulspawn Metadata/Monsters/LeagueRitual/DryadFaction/SplitMonster/SplitMonsterSpectre ---- Treant Splitbeast Metadata/Monsters/LeagueRitual/DryadFaction/HooksMonster/HooksMonsterWILDWOOD ---- Treant Hookhorror Metadata/Monsters/LeagueRitual/DryadFaction/RootMonster/RootBehemothWILDWOOD ---- Treant Fungalreaver @@ -926,3 +934,6 @@ Metadata/Monsters/VaalMonsters/Zealots/VaalZealotSpearColdExpedition Metadata/Monsters/Sanctified/Floppy/SanctifiedFloppyBig ---- Fettered Hook Metadata/Monsters/Sanctified/Floppy/SanctifiedFloppyMinion ---- Fettered Hook Metadata/Monsters/Mtx/BrambleBash/BrambleBurrower ---- Bramble Burrower +Metadata/Monsters/PitifulFabrications/Interlude/PitifulFabricationFarmlands1_ ---- Skullslinger +Metadata/Monsters/PitifulFabrications/Interlude/PitifulFabricationFarmlands2_ ---- Ribrattle +Metadata/Monsters/PitifulFabrications/Interlude/PitifulFabricationFarmlands3_ ---- Spinesnatcher diff --git a/src/Export/Minions/Spectres.txt b/src/Export/Minions/Spectres.txt index 63feaaa079..33f73ddcdc 100644 --- a/src/Export/Minions/Spectres.txt +++ b/src/Export/Minions/Spectres.txt @@ -87,17 +87,9 @@ local minions, mod, flag = ... #flags recommendedSpectre recommendedBeast #emit -#spectre Metadata/Monsters/QuillCrab/QuillCrabTropical -#flags recommendedSpectre recommendedBeast -#emit - #spectre Metadata/Monsters/ShellMonster/ShellMonster #emit -#spectre Metadata/Monsters/ShellMonster/ShellMonsterPoison -#flags recommendedSpectre recommendedBeast -#emit - -- Cultists #spectre Metadata/Monsters/CrazedCannibalPicts/PictFemaleBow #flags recommendedSpectre @@ -194,7 +186,20 @@ local minions, mod, flag = ... #emit -- Goliath -#spectre Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan +#spectre Metadata/Monsters/TwoheadedTitan/TwoHeadedTitan_ +#emit + +-- Infested +#spectre Metadata/Monsters/ParasiteMonsters/OctopusParasite +#emit + +#spectre Metadata/Monsters/ParasiteMonsters/TurtleParasite__ +#emit + +#spectre Metadata/Monsters/ParasiteMonsters/AngerfishParasite +#emit + +#spectre Metadata/Monsters/ParasiteMonsters/MantaRayParasite #emit -- Lost-Men Cultists @@ -220,6 +225,13 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/BoneCultists/BoneCultists_Shield/BoneCultistShield #emit +-- Rat +#spectre Metadata/Monsters/RatMonster/RatMonster +#emit + +#spectre Metadata/Monsters/RatMonster/RatMonsterPoison__ +#emit + -- Skeletons #spectre Metadata/Monsters/LeagueExpeditionNew/Skeletons/ExpeditionSkeletonBow_ #emit @@ -309,6 +321,9 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/Werewolves/WerewolfProwlerRed1 #emit +#spectre Metadata/Monsters/Wolves/Wolf1 +#emit + #spectre Metadata/Monsters/Monkeys/MonkeyJungle #emit @@ -533,7 +548,7 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/SerpentClanMonster/SerpentClan1 #emit -#spectre Metadata/Monsters/SaltGolem/SaltGolemNoEmerge +#spectre Metadata/Monsters/SaltGolem/SaltGolem_ #emit #spectre Metadata/Monsters/HyenaMonster/HyenaMonster @@ -599,10 +614,6 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/SummonedPhantasm/DesertPhantasm #emit -#spectre Metadata/Monsters/VultureZombie/VultureDemon -#flags recommendedSpectre recommendedBeast -#emit - #spectre Metadata/Monsters/Kinarha/KinarhaSpectre #emit @@ -658,9 +669,6 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/VaalSavage/CannibalTribeShaman #emit -#spectre Metadata/Monsters/VaalSavage/CannibalTribeGiant -#emit - #spectre Metadata/Monsters/VaalSavage/VaalSavageStalker #emit @@ -792,9 +800,6 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/VaalConstructs/Skitterbot/VaalConstructSkitterbot #emit -#spectre Metadata/Monsters/RatMonster/RatMonster -#emit - #spectre Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardDaggers #emit @@ -890,21 +895,12 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/GoldenOnes/GoldenOnesTwoHandSword #emit -#spectre Metadata/Monsters/DrownedCrew/DrownedCrewSword_ -#emit - #spectre Metadata/Monsters/DrownedCrew/DrownedCrewGhost #emit -#spectre Metadata/Monsters/DrownedCrew/DrownedCrewFigurehead -#emit - #spectre Metadata/Monsters/VaalForgeMan/VaalForgeMan #emit -#spectre Metadata/Monsters/DrownedCrawler/DrownedCrawler__ -#emit - #spectre Metadata/Monsters/LiquidElementals/LiquidElementalBlood #flags recommendedSpectre #emit @@ -932,36 +928,6 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/CauldronCrone/CauldronCrone #emit -#spectre Metadata/Monsters/Pirates/PirateBootyBlaster -#emit - -#spectre Metadata/Monsters/ManOWar/ManoWar -#emit - -#spectre Metadata/Monsters/Pirates/PirateCannon -#emit - -#spectre Metadata/Monsters/Pirates/PirateGrenade -#emit - -#spectre Metadata/Monsters/Pirates/PirateBarrel -#emit - -#spectre Metadata/Monsters/Anchorman/BloatedAnchorman -#emit - -#spectre Metadata/Monsters/KelpDreg/KelpDregSword -#emit - -#spectre Metadata/Monsters/KelpDreg/KelpDregCrossbowSniper -#emit - -#spectre Metadata/Monsters/KelpDreg/KelpDregCrossbowEnsarer -#emit - -#spectre Metadata/Monsters/KelpDreg/KelpDregCrossbowIceShot -#emit - #spectre Metadata/Monsters/VaalHumanoids/VaalHumanoidGoliathFist/VaalHumanoidGoliathFist_ #emit @@ -990,18 +956,6 @@ local minions, mod, flag = ... #flags recommendedSpectre #emit -#spectre Metadata/Monsters/HarpyMonster/GullHarpy -#emit - -#spectre Metadata/Monsters/CageSkeleton/CageSkeleton_ -#emit - -#spectre Metadata/Monsters/SkeletonProwler/SkeletonProwler_ -#emit - -#spectre Metadata/Monsters/BrineMaiden/BrineMaiden -#emit - #spectre Metadata/Monsters/RootedGuys/RootedGuy04/RaisedBranchMonster #emit @@ -1020,18 +974,12 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/FallenGods/FallenHooksFoundry #emit -#spectre Metadata/Monsters/FallenGods/FallenGodsBloater_ -#emit - #spectre Metadata/Monsters/FallenGods/FallenStag #emit #spectre Metadata/Monsters/SpinningWheelHag/SpinningWheelHag #emit -#spectre Metadata/Monsters/RatMonster/RatMonsterCistern -#emit - #spectre Metadata/Monsters/RabidFeralDogMonster/RabidDog #emit @@ -1163,9 +1111,3 @@ local minions, mod, flag = ... #spectre Metadata/Monsters/VaalMonsters/Zealots/VaalFlayedDaggersBloodUltimatium #emit - -#spectre Metadata/Monsters/SummonRagingSpirit/RagingFireSpirit -#emit - -#spectre Metadata/Monsters/SummonRagingSpirit/RagingTimeSpirit -#emit diff --git a/src/Export/Scripts/ScriptResources/CorruptedModWeights.lua b/src/Export/Scripts/ScriptResources/CorruptedModWeights.lua index 53ce35a392..9332b329df 100644 --- a/src/Export/Scripts/ScriptResources/CorruptedModWeights.lua +++ b/src/Export/Scripts/ScriptResources/CorruptedModWeights.lua @@ -127,6 +127,7 @@ return { "CorruptionMaximumPowerCharges1", "CorruptionIncreasedAccuracy1", "CorruptionLifeRegenerationPercent1", + "CorruptionLifeRegenerationRate1", "CorruptionManaRegeneration1", "CorruptionGlobalMinionSkillGemsLevel1", "SpecialCorruptionWarcrySpeed1", @@ -147,6 +148,7 @@ return { "CorruptionGlobalMeleeSkillGemsLevel1", "CorruptionIncreasedSlowEffect1", "CorruptionWeaponSwapSpeed1", + "CorruptionGoldFoundIncrease1", }, staff = { "CorruptionGlobalFireSpellGemsLevel1", diff --git a/src/Export/Scripts/ScriptResources/JewelModWeights.lua b/src/Export/Scripts/ScriptResources/JewelModWeights.lua index 4b92affc37..a7329c285a 100644 --- a/src/Export/Scripts/ScriptResources/JewelModWeights.lua +++ b/src/Export/Scripts/ScriptResources/JewelModWeights.lua @@ -146,7 +146,6 @@ local intTypes = { "EnergyShieldRegeneration", "FocusEnergyShield", "IgniteEffect", - "MinionAccuracyRatingForJewel", "MinionDamage", "OfferingLife", "ShockEffect", diff --git a/src/Export/Scripts/bases.lua b/src/Export/Scripts/bases.lua index 84a7045362..61fc5115bb 100644 --- a/src/Export/Scripts/bases.lua +++ b/src/Export/Scripts/bases.lua @@ -106,7 +106,7 @@ directiveTable.base = function(state, args, out) if itemSpirit then out:write('\tspirit = ', itemSpirit.Value, ',\n') end - if (baseItemType.Hidden == 0 or state.forceHide) and not baseTypeId:match("Talisman") and not state.forceShow then + if state.forceHide and not baseTypeId:match("Talisman") and not state.forceShow then out:write('\thidden = true,\n') end if state.socketLimit then @@ -348,7 +348,7 @@ directiveTable.base = function(state, args, out) end out:write('},\n}\n') - if not ((baseItemType.Hidden == 0 or state.forceHide) and not baseTypeId:match("Talisman") and not state.forceShow) then + if not (state.forceHide and not baseTypeId:match("Talisman") and not state.forceShow) then bases[state.type] = bases[state.type] or {} local subtype = state.subType and #state.subType and state.subType or "" if not bases[state.type][subtype] or itemValueSum > bases[state.type][subtype][2] then diff --git a/src/Export/Scripts/essence.lua b/src/Export/Scripts/essence.lua new file mode 100644 index 0000000000..dcaeeab189 --- /dev/null +++ b/src/Export/Scripts/essence.lua @@ -0,0 +1,21 @@ +local out = io.open("../Data/Essence.lua", "w") +out:write('-- This file is automatically generated, do not edit!\n') +out:write('-- Item data (c) Grinding Gear Games\n\nreturn {\n') +for essence in dat("Essences"):Rows() do + out:write('\t["', essence.BaseItemType.Id, '"] = { name = "', essence.BaseItemType.Name, '", ') + out:write('type = "', essence.BaseItemType.Id:match("Essence(.+)"), '", tierLevel = ', essence.DropLevel[1], ', ') + out:write('mods = { ') + for _, essenceMod in ipairs(dat("EssenceMods"):GetRowList("Essence", essence)) do + for _, itemClass in ipairs(essenceMod.TargetItemCategory.ItemClasses) do + local mod = essenceMod.Mod1 or essenceMod.Mod2 + if mod ~= nil then + out:write('["', itemClass.Id, '"] = "', mod.Id, '", ') + end + end + end + out:write('}, },\n') +end +out:write('}') +out:close() + +print("Essences exported.") diff --git a/src/Export/Scripts/flavourText.lua b/src/Export/Scripts/flavourText.lua index 7fa0cf26bd..c2d8e8dea0 100644 --- a/src/Export/Scripts/flavourText.lua +++ b/src/Export/Scripts/flavourText.lua @@ -31,6 +31,22 @@ local forcedNameMap = { ["FourUniqueSceptre6a"] = "Guiding Palm of the Heart", ["FourUniqueSceptre6b"] = "Guiding Palm of the Eye", ["FourUniqueSceptre6c"] = "Guiding Palm of the Mind", + ["FourUniqueBootsStrDex4"] = "Shankgonne", -- 0.3.0 Uniques are missing from Unique Stash Layout. + ["FourUniqueBodyDexInt13"] = "Cospri's Will", + ["FourUniqueBelt23"] = "Darkness Enthroned", + ["FourUniqueCrossbow5"] = "Double Vision", + ["FourUniqueBow9"] = "Fairgraves' Curse", + ["FourUniqueBodyStrDex8"] = "Lightning Coil", + ["FourUniqueTwoHandMace10"] = "Marohi Erqi", + ["FourUniqueGlovesDexInt6"] = "Thunderfist", + ["FourUniqueBelt4"] = "Umbilicus Immortalis", + ["FourUniqueShieldDex5"] = "Kaltenhalt", + ["FourUniqueAmulet21"] = "Hinekora's Sight", + ["FourUniqueRing33"] = "Grip of Kulemak", + ["FourUniqueJewel12"] = "Heart of the Well", + ["FourUniqueLifeFlask1"] = "Blood of the Warrior", + ["FourUniqueStaff13"] = "The Unborn Lich", + --["FourUnique"] = "Undying Hate", Unsure, flavour text per conqueror. } for row in dat("UniqueStashLayout"):Rows() do diff --git a/src/Export/Scripts/minions.lua b/src/Export/Scripts/minions.lua index c9873be0fa..c016399005 100644 --- a/src/Export/Scripts/minions.lua +++ b/src/Export/Scripts/minions.lua @@ -38,6 +38,41 @@ local function tableToString(tbl, pre) return tableString .. " }" end +local function getOTStats(OTFile, modList) + local file = OTFile..".ot" + local text + if main.ggpk.ot[file] then + text = main.ggpk.ot[file] + elseif getFile(file) then + text = convertUTF16to8(getFile(file)) + main.ggpk.ot[file] = text + else + print("Invalid OT File location: "..file) + return modList + end + local inWantedBlock = false + if text then + for line in text:gmatch("[^\r\n]+") do + local superClass = line:match("extends \"(.+)\"") + if superClass and superClass ~= "Metadata/Monsters/Monster" and superClass ~= "nothing" then + modList = getOTStats(superClass, modList) + end + -- Detect start of a block + if line:match("^Stats") then + inWantedBlock = true + elseif inWantedBlock and line:match("^}") then + inWantedBlock = false + elseif inWantedBlock and line:find("=") and not line:find("//") then + local key, value = line:gsub("%s+",""):match("^(.-)=(.+)$") + if key and value then + table.insert(modList, { Id = key, Stat1 = { Id = key }, Stat1Value = { tonumber(value) } }) + end + end + end + end + return modList +end + local itemClassMap = { ["Claw"] = "Claw", ["Dagger"] = "Dagger", @@ -160,7 +195,7 @@ directiveTable.emit = function(state, args, out) if pack and pack.WorldAreas then for _, worldAreaRef in ipairs(pack.WorldAreas) do local area = dat("WorldAreas"):GetRow("Id", worldAreaRef.Id) - if area and area.Name ~= "NULL" then + if area and area.Name ~= "NULL" and not area.Name:match("DNT") then local isMap = false for _, tag in ipairs(area.Tags or {}) do if tag.Id == "map" then @@ -188,17 +223,13 @@ directiveTable.emit = function(state, args, out) if mapRow.NativePacks then for _, nativePack in ipairs(mapRow.NativePacks) do if nativePack.Id == packId then - -- Check BossVersion and NonBossVersion of Map local areaIds = {} if mapRow.BossVersion and mapRow.BossVersion.Id then table.insert(areaIds, mapRow.BossVersion.Id) end - if mapRow.NonBossVersion and mapRow.NonBossVersion.Id then - table.insert(areaIds, mapRow.NonBossVersion.Id) - end for _, areaId in ipairs(areaIds) do local area = dat("WorldAreas"):GetRow("Id", areaId) - if area and area.Name ~= "NULL" then + if area and area.Name ~= "NULL" and not area.Name:match("DNT") then local isMap = false for _, tag in ipairs(area.Tags or {}) do if tag.Id == "map" then @@ -257,7 +288,7 @@ directiveTable.emit = function(state, args, out) out:write('\tdamageSpread = ', (monsterVariety.Type.DamageSpread / 100), ',\n') out:write('\tattackTime = ', (monsterVariety.AttackDuration/1000), ',\n') out:write('\tattackRange = ', monsterVariety.MaximumAttackRange, ',\n') - out:write('\taccuracy = ', monsterVariety.Type.Accuracy / 100, ',\n') + out:write('\taccuracy = 1,\n') -- minions don't need accuracy as of 0.3. Printing 1 just so nothing breaks. for _, mod in ipairs(monsterVariety.Mods) do if mod.Id == "MonsterSpeedAndDamageFixupSmall" then out:write('\tdamageFixup = 0.11,\n') @@ -278,7 +309,7 @@ directiveTable.emit = function(state, args, out) end out:write('\tbaseMovementSpeed = ', monsterVariety.MovementSpeed, ',\n') if monsterVariety.ExperienceMultiplier then - out:write('\tspectreReservation = ', (round(50 * (monsterVariety.ExperienceMultiplier/1000)) * 10), ',\n') + out:write('\tspectreReservation = ', math.floor(((monsterVariety.ExperienceMultiplier/100) ^ 0.75) * 50), ',\n') out:write('\tcompanionReservation = ', (round(math.sqrt(monsterVariety.ExperienceMultiplier/100), 2) * 30), ',\n') end if monsterVariety.MonsterCategory then @@ -290,14 +321,6 @@ directiveTable.emit = function(state, args, out) if name == "The Ziggurat Refuge" then out:write('\t\t"Found in Maps",\n') else - name = name:gsub("%(Act (%d)%)", function(digit) - local n = tonumber(digit) - if n > 5 then -- Repeat acts need to be adjusted. May not be needed in 0.3 - return "(Act " .. (n - 3) .. ")" - else - return "(Act " .. n .. ")" - end - end) out:write('\t\t"', name, '",\n') end end @@ -318,6 +341,9 @@ directiveTable.emit = function(state, args, out) for _, mod in ipairs(monsterVariety.SpecialMods) do table.insert(modList, mod) end + if monsterVariety.ObjectType then + modList = getOTStats(monsterVariety.ObjectType, modList) + end out:write('\tmodList = {\n') for _, mod in ipairs(modList) do local modStats = "" diff --git a/src/Export/Scripts/miscdata.lua b/src/Export/Scripts/miscdata.lua index a93938b20f..b5eac0568e 100644 --- a/src/Export/Scripts/miscdata.lua +++ b/src/Export/Scripts/miscdata.lua @@ -103,12 +103,20 @@ local keys = { } for var in dat("SkillTotemVariations"):Rows() do if not keys[var.SkillTotem] then keys[var.SkillTotem] = true - totemMult = totemMult .. "[" .. var.SkillTotem .. "] = " .. var.MonsterVariety.LifeMultiplier / 100 .. ", " + totemMult = totemMult .. "[" .. var.SkillTotem .. "] = " .. ((var.MonsterVariety and var.MonsterVariety.LifeMultiplier / 100) or 1) .. ", " end end out:write('-- From MonsterVarieties.dat combined with SkillTotemVariations.dat\n') out:write('data.totemLifeMult = { '..totemMult..'}\n') +--[[out:write('-- From ActiveSkillType.dat\n') --Export list for use in Global.lua +out:write('data.skillTypeMap = {\n') +local skillTypeMap = { } +for row in dat("ActiveSkillType"):Rows() do + out:write('\t' .. row.Id .. ' = ' .. row._rowIndex .. ',\n') +end +out:write('}\n')]] + out:write('data.monsterVarietyLifeMult = {\n') local cachedEntry = { } for row in dat("MonsterVarieties"):Rows() do @@ -139,6 +147,14 @@ end out:write('-- From MonsterMapBossDifficulty.dat\n') out:write('data.mapLevelBossLifeMult = { '..mapBossLifeMult..'}\n') out:write('data.mapLevelBossAilmentMult = { '..mapBossAilmentMult..'}\n') +out:write('\n') + +out:write('-- From FlatPhysicalDamageValues.dat\n') +out:write('data.hollowPalmAddedPhys = {\n') +for row in dat("FlatPhysicalDamageValues"):Rows() do + out:write('\t[' .. row.Level .. '] = { ' .. row.MinPhys .. ', ' .. row.MaxPhys .. ' },\n') +end +out:write('}\n') out:close() diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index 0469bee2bd..29be11986d 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -69,34 +69,27 @@ local function writeMods(outName, condFunc) out:write('level = ', mod.Level, ', group = "', mod.Type.Id, '", ') out:write('weightKey = { ') local GoldModPrices = dat("GoldModPrices"):GetRow("Id", dat("Mods"):GetRow("Id", mod.Id)) - if GoldModPrices then - local count = 0 + if GoldModPrices and #GoldModPrices.SpawnTags > 0 then for _, tag in ipairs(GoldModPrices.SpawnTags) do out:write('"', tag.Id, '", ') - count = count + 1 end - -- no spawn tags exist for flask/charm mods - if count == 0 then - -- flasks/charms - if mod.Domain == 2 then - if isValueInArray(lifeFlaskModTypes, mod.Type.Id) then - out:write('"life_flask", ') - elseif isValueInArray(manaFlaskModTypes, mod.Type.Id) then - out:write('"mana_flask", ') - elseif mod.Id:match("^Flask") then - out:write('"flask", ') - elseif mod.Id:match("^Charm") then - out:write('"utility_flask", ') - end - out:write('"default" }, ') - out:write('weightVal = { 1, 0 }, ') + out:write('}, ') + out:write('weightVal = { ', table.concat(GoldModPrices.SpawnWeights, ', '), ' }, ') + else -- no spawn tags exist for flask/charm/corrupted/jewel mods + -- flasks/charms + if mod.Domain == 2 then + if isValueInArray(lifeFlaskModTypes, mod.Type.Id) then + out:write('"life_flask", ') + elseif isValueInArray(manaFlaskModTypes, mod.Type.Id) then + out:write('"mana_flask", ') + elseif mod.Id:match("^Flask") then + out:write('"flask", ') + elseif mod.Id:match("^Charm") then + out:write('"utility_flask", ') end - else - out:write('}, ') - out:write('weightVal = { ', table.concat(GoldModPrices.SpawnWeights, ', '), ' }, ') - end - else - if (mod.Domain == 1 or mod.Domain == 11) and (mod.GenerationType == 3 and mod.Id:match("SpecialCorruption") or mod.GenerationType == 5) then -- corrupted enchants + out:write('"default" }, ') + out:write('weightVal = { 1, 0 }, ') + elseif (mod.Domain == 1 or mod.Domain == 11) and (mod.GenerationType == 3 and mod.Id:match("SpecialCorruption") or mod.GenerationType == 5) then -- corrupted enchants local weightVals = "" for key, mods in pairs(corruptedModTypes.blackList) do if isValueInArray(mods, mod.Id) then @@ -254,6 +247,8 @@ writeMods("../Data/ModItemExclusive.lua", function(mod) -- contains primarily un and (mod.Family[1] and mod.Family[1].Id ~= "AuraBonus" or not mod.Family[1]) and not mod.Id:match("^Synthesis") and not mod.Id:match("Royale") and not mod.Id:match("Cowards") and not mod.Id:match("Map") and not mod.Id:match("Ultimatum") and not mod.Id:match("SpecialCorruption") end) - +writeMods("../Data/ModVeiled.lua", function(mod) + return mod.Domain == 28 and not mod.Id:match("Map") +end) print("Mods exported.") diff --git a/src/Export/Scripts/passivetree.lua b/src/Export/Scripts/passivetree.lua index 3cc576d4ef..c1b4ca3010 100644 --- a/src/Export/Scripts/passivetree.lua +++ b/src/Export/Scripts/passivetree.lua @@ -35,30 +35,6 @@ local function CalcOrbitAngles(nodesInOrbit) return orbitAngles end -local function extractFromGgpk(listToExtract, useRegex) - useRegex = useRegex or false - local sweetSpotCharacter = 6000 - printf("Extracting ...") - local fileList = '' - for _, fname in ipairs(listToExtract) do - -- we are going to validate if the file is already extracted in this session - if not cacheExtract[fname] then - cacheExtract[fname] = true - fileList = fileList .. '"' .. string.lower(fname) .. '" ' - - if fileList:len() > sweetSpotCharacter then - main.ggpk:ExtractFilesWithBun(fileList, useRegex) - fileList = '' - end - end - end - - if fileList:len() > 0 then - main.ggpk:ExtractFilesWithBun(fileList, useRegex) - fileList = '' - end -end - local function bits(int, s, e) return bit.band(bit.rshift(int, s), 2 ^ (e - s + 1) - 1) end @@ -166,7 +142,7 @@ local function calculateDDSPack(sheet, from_base, to_base, is4kEnabled) table.insert(filesToExtract, icon4k) end end - extractFromGgpk(filesToExtract) + main.ggpk:ExtractList(filesToExtract, cacheExtract) for icon, sections in pairs(sheet.files) do local tex = Texture.new() @@ -220,7 +196,7 @@ local function parseUIImages() if main.ggpk.txt[file] then text = main.ggpk.txt[file] else - extractFromGgpk({file}) + main.ggpk:ExtractList({file}, cacheExtract) text = convertUTF16to8(getFile(file)) main.ggpk.txt[file] = text end @@ -275,7 +251,7 @@ local use4kIfPossible = false local idPassiveTree = 'Default' -- Find a way to get version local basePath = GetWorkDir() .. "/../TreeData/" -local version = "0_2" +local version = "0_3" local path = basePath .. version .. "/" local fileTree = path .. "tree.lua" @@ -292,7 +268,7 @@ local psgFile = rowPassiveTree.PassiveSkillGraph .. ".psg" printf("Extracting passives tree " .. idPassiveTree .. " from " .. psgFile) -extractFromGgpk({psgFile}) +main.ggpk:ExtractList({psgFile}, cacheExtract) printf("Parsing passives tree " .. idPassiveTree .. " from " .. main.ggpk.oozPath .. psgFile) @@ -441,43 +417,43 @@ local gBgLarge = uiImages[string.lower(uIArt.GroupBackgroundLarge)].path addToSheet(getSheet("group-background"), gBgLarge, "groupBackground", commonMetadata("PSGroupBackground3")) printf("Getting PassiveFrame") -local pFrameNormal = uiImages[string.lower(uIArt.PassiveFrameNormal)].path +local pFrameNormal = uiImages[string.lower(uIArt.PassiveFrame.Normal)].path addToSheet(getSheet("group-background"), pFrameNormal, "frame", commonMetadata("PSSkillFrame")) -local pFrameActive = uiImages[string.lower(uIArt.PassiveFrameActive)].path +local pFrameActive = uiImages[string.lower(uIArt.PassiveFrame.Active)].path addToSheet(getSheet("group-background"), pFrameActive, "frame", commonMetadata("PSSkillFrameActive")) -local pFrameCanAllocate = uiImages[string.lower(uIArt.PassiveFrameCanAllocate)].path +local pFrameCanAllocate = uiImages[string.lower(uIArt.PassiveFrame.CanAllocate)].path addToSheet(getSheet("group-background"), pFrameCanAllocate, "frame", commonMetadata("PSSkillFrameHighlighted")) printf("Getting KeystoneFrame") -local kFrameNormal = uiImages[string.lower(uIArt.KeystoneFrameNormal)].path +local kFrameNormal = uiImages[string.lower(uIArt.KeystoneFrame.Normal)].path addToSheet(getSheet("group-background"), kFrameNormal, "frame", commonMetadata("KeystoneFrameUnallocated")) -local kFrameActive = uiImages[string.lower(uIArt.KeystoneFrameActive)].path +local kFrameActive = uiImages[string.lower(uIArt.KeystoneFrame.Active)].path addToSheet(getSheet("group-background"), kFrameActive, "frame", commonMetadata("KeystoneFrameAllocated")) -local kFrameCanAllocate = uiImages[string.lower(uIArt.KeystoneFrameCanAllocate)].path +local kFrameCanAllocate = uiImages[string.lower(uIArt.KeystoneFrame.CanAllocate)].path addToSheet(getSheet("group-background"), kFrameCanAllocate, "frame", commonMetadata("KeystoneFrameCanAllocate")) printf("Getting NotableFrame") -local nFrameNormal = uiImages[string.lower(uIArt.NotableFrameNormal)].path +local nFrameNormal = uiImages[string.lower(uIArt.NotableFrame.Normal)].path addToSheet(getSheet("group-background"), nFrameNormal, "frame", commonMetadata("NotableFrameUnallocated")) -local nFrameActive = uiImages[string.lower(uIArt.NotableFrameActive)].path +local nFrameActive = uiImages[string.lower(uIArt.NotableFrame.Active)].path addToSheet(getSheet("group-background"), nFrameActive, "frame", commonMetadata("NotableFrameAllocated")) -local nFrameCanAllocate = uiImages[string.lower(uIArt.NotableFrameCanAllocate)].path +local nFrameCanAllocate = uiImages[string.lower(uIArt.NotableFrame.CanAllocate)].path addToSheet(getSheet("group-background"), nFrameCanAllocate, "frame", commonMetadata("NotableFrameCanAllocate")) printf("Getting GroupBackgroundBlank") -local gBgSmallBlank = uiImages[string.lower(uIArt.GroupBackgroundSmallBlank)].path +local gBgSmallBlank = uiImages[string.lower(uIArt.GroupBackgroundSmall)].path addToSheet(getSheet("group-background"), gBgSmallBlank, "groupBackground", commonMetadata("PSGroupBackgroundSmallBlank")) -local gBgMediumBlank = uiImages[string.lower(uIArt.GroupBackgroundMediumBlank)].path +local gBgMediumBlank = uiImages[string.lower(uIArt.GroupBackgroundMedium)].path addToSheet(getSheet("group-background"), gBgMediumBlank, "groupBackground", commonMetadata("PSGroupBackgroundMediumBlank")) -local gBgLargeBlank = uiImages[string.lower(uIArt.GroupBackgroundLargeBlank)].path +local gBgLargeBlank = uiImages[string.lower(uIArt.GroupBackgroundLarge)].path addToSheet(getSheet("group-background"), gBgLargeBlank, "groupBackground", commonMetadata("PSGroupBackgroundLargeBlank")) printf("Getting JewelSocketFrame") @@ -615,6 +591,7 @@ local tree = { } printf("Generating classes...") +local ascedancyReplacements = {} for i, classId in ipairs(psg.passives) do local passiveRow = dat("passiveskills"):GetRow("PassiveSkillNodeId", classId) if passiveRow == nil then @@ -669,10 +646,14 @@ for i, classId in ipairs(psg.passives) do printf("Ignoring ascendency " .. ascendency.Name .. " for class " .. character.Name) goto continue3 end + if ascendency.Replace then + ascedancyReplacements[ascendency.Replace.Name] = ascendency.Name + end table.insert(classDef.ascendancies, { ["id"] = ascendency.Name, ["name"] = ascendency.Name, ["internalId"] = ascendency.Id, + ["replace"] = ascendency.Replace and ascendency.Replace.Name or nil, ["background"] = { image = "Classes" .. ascendency.Name, section = "AscendancyBackground", @@ -779,6 +760,7 @@ for i, group in ipairs(psg.groups) do printf("Ignoring passive skill " .. passiveRow.Name) goto exitNode end + printf("Passive skill " .. passiveRow.Name .. "(id: " .. passiveRow.Id .. ") found") node["name"] = escapeGGGString(passiveRow.Name) node["icon"] = passiveRow.Icon if passiveRow.Keystone then @@ -814,16 +796,15 @@ for i, group in ipairs(psg.groups) do if passiveRow.JewelSocket then node["containJewelSocket"] = true - local uioverride = dat("passivenodeuiartoverride"):GetRow("Id", passiveRow.Id) - + local uioverride = passiveRow.Ascendancy.UIArt.JewelFrame if uioverride then - local uiSocketNormal = uiImages[string.lower(uioverride.SocketNormal)] + local uiSocketNormal = uiImages[string.lower(uioverride.Normal)] addToSheet(getSheet("group-background"), uiSocketNormal.path, "frame", commonMetadata(nil)) - local uiSocketActive = uiImages[string.lower(uioverride.SocketActive)] + local uiSocketActive = uiImages[string.lower(uioverride.Active)] addToSheet(getSheet("group-background"), uiSocketActive.path, "frame", commonMetadata(nil)) - local uiSocketCanAllocate = uiImages[string.lower(uioverride.SocketCanAllocate)] + local uiSocketCanAllocate = uiImages[string.lower(uioverride.CanAllocate)] addToSheet(getSheet("group-background"), uiSocketCanAllocate.path, "frame", commonMetadata(nil)) node.jewelOverlay = { @@ -879,10 +860,10 @@ for i, group in ipairs(psg.groups) do -- support for images if passiveRow.MasteryGroup ~= nil then - node["activeEffectImage"] = passiveRow.MasteryGroup.Background + node["activeEffectImage"] = passiveRow.MasteryGroup.MasteryArt.Effect - local uiEffect = uiImages[string.lower(passiveRow.MasteryGroup.Background)] - addToSheet(getSheet("mastery-active-effect"), uiEffect.path, "masteryActiveEffect", commonMetadata(passiveRow.MasteryGroup.Background)) + local uiEffect = uiImages[string.lower(passiveRow.MasteryGroup.MasteryArt.Effect)] + addToSheet(getSheet("mastery-active-effect"), uiEffect.path, "masteryActiveEffect", commonMetadata(passiveRow.MasteryGroup.MasteryArt.Effect)) end -- if the passive is "Attribute" we are going to add values @@ -985,6 +966,63 @@ for i, group in ipairs(psg.groups) do } end + if passiveRow.Ascendancy and ascedancyReplacements[passiveRow.Ascendancy.Name] then + node["isSwitchable"] = true + local ascendancyRow = dat("ascendancy"):GetRow("Name", ascedancyReplacements[passiveRow.Ascendancy.Name]) + + local nodeInfo = { + ["ascendancyName"] = ascedancyReplacements[passiveRow.Ascendancy.Name] + } + + local switchNode = dat("ascendancypassiveskilloverrides"):GetRow("OriginalNode", passiveRow) + if switchNode then + nodeInfo.id = switchNode.SwitchedNode.PassiveSkillNodeId + nodeInfo.name = switchNode.SwitchedNode.Name + nodeInfo.icon = switchNode.SwitchedNode.Icon + nodeInfo.stats = {} + + -- add to assets + addToSheet(getSheet("skills"), switchNode.SwitchedNode.Icon, "normalActive", commonMetadata(nil)) + addToSheet(getSheet("skills-disabled"), switchNode.SwitchedNode.Icon, "normalInactive", commonMetadata(nil)) + + -- Stats + if switchNode.SwitchedNode.Stats ~= nil then + local parseStats = {} + for k, stat in ipairs(switchNode.SwitchedNode.Stats) do + parseStats[stat.Id] = { min = switchNode.SwitchedNode["Stat" .. k], max = switchNode.SwitchedNode["Stat" .. k] } + end + local out, orders = describeStats(parseStats) + for k, line in ipairs(out) do + table.insert(nodeInfo["stats"], line) + end + end + end + + if passiveRow.JewelSocket and ascendancyRow.UIArt.JewelFrame then + -- override the jewel socket assets if any + local uioverride = ascendancyRow.UIArt.JewelFrame + + local uiSocketNormal = uiImages[string.lower(uioverride.Normal)] + addToSheet(getSheet("group-background"), uiSocketNormal.path, "frame", commonMetadata(nil)) + + local uiSocketActive = uiImages[string.lower(uioverride.Active)] + addToSheet(getSheet("group-background"), uiSocketActive.path, "frame", commonMetadata(nil)) + + local uiSocketCanAllocate = uiImages[string.lower(uioverride.CanAllocate)] + addToSheet(getSheet("group-background"), uiSocketCanAllocate.path, "frame", commonMetadata(nil)) + + nodeInfo.jewelOverlay = { + alloc = uiSocketActive.path, + path = uiSocketCanAllocate.path, + unalloc = uiSocketNormal.path, + } + end + + node["options"] = { + [ascedancyReplacements[passiveRow.Ascendancy.Name]] = nodeInfo + } + end + -- classStartName if #passiveRow.ClassStart > 0 then node["classesStart"] = {} @@ -1107,20 +1145,28 @@ for i, classId in ipairs(psg.passives) do local j = 1 for _, class in ipairs(classes) do for _, ascendancy in ipairs(class.ascendancies) do + printf("Positioning ascendancy " .. ascendancy.name .. " for class " .. class.name) + + local angle = startAngle + (j - 1) * angleStep + local cX = hardCoded * math.cos(angle) + local cY = hardCoded * math.sin(angle) + local info = ascendancyGroups[ascendancy.id] + if info == nil then + printf("Ascendancy group " .. ascendancy.id .. " not found") + goto continuepositioning + end local ascendancyNode = tree.nodes[info.startId] if ascendancyNode == nil then printf("Ascendancy node " .. ascendancy.id .. " not found") + goto continuepositioning end - local groupAscendancy = tree.groups[ascendancyNode.group] - - local angle = startAngle + (j - 1) * angleStep - local cX = hardCoded * math.cos(angle) - local cY = hardCoded * math.sin(angle) ascendancy.background.x = cX ascendancy.background.y = cY + local groupAscendancy = tree.groups[ascendancyNode.group] + local innerRadious = dat("ascendancy"):GetRow("Id", ascendancy.internalId).distanceTree local newInnerX = cX + math.cos(angleToCenter) * innerRadious @@ -1148,11 +1194,46 @@ for i, classId in ipairs(psg.passives) do tree.max_y = math.max(tree.max_y, group.y + hardCoded / 2) end end + j = j + 1 + :: continuepositioning :: + end + end +end + +printf("Fixing replace ascendancies position...") +for from, to in pairs(ascedancyReplacements) do + local fromAscendancy + local toAscendancy + for _, class in ipairs(tree.classes) do + for _, ascendancy in ipairs(class.ascendancies) do + if ascendancy.name == from then + fromAscendancy = ascendancy + end + if ascendancy.name == to then + toAscendancy = ascendancy + end end end + + if fromAscendancy == nil then + printf("From ascendancy " .. from .. " not found") + goto continuereplace + end + if toAscendancy == nil then + printf("To ascendancy " .. to .. " not found") + goto continuereplace + end + + fromAscendancy.replaceBy = to + + toAscendancy.background.x = fromAscendancy.background.x + toAscendancy.background.y = fromAscendancy.background.y + + :: continuereplace :: end + printf("Generating sprite info...") for i, sheet in ipairs(sheets) do printf("Calculating sprite dimensions for " .. sheet.name) @@ -1204,7 +1285,7 @@ for _, lines in ipairs(linesFiles) do table.insert(linesDds, lines.mask) end -extractFromGgpk(linesDds) +main.ggpk:ExtractList(linesDds, cacheExtract) nvtt.ExportDDSToPng(main.ggpk.oozPath, basePath .. version .. "/", "lines", linesDds, true) -- change extension from dds to png diff --git a/src/Export/Scripts/skillGemList.lua b/src/Export/Scripts/skillGemList.lua index 0a80f59044..027ed2cedb 100644 --- a/src/Export/Scripts/skillGemList.lua +++ b/src/Export/Scripts/skillGemList.lua @@ -2,20 +2,35 @@ -- Export all playable skill gems from game data -- local out = io.open("../Export/Skills/SkillGems.txt", "w") +local export = io.open("../Export/Skills/SkillGemsExport.txt", "w") out:write('-- This file is automatically generated, do not edit!\n') out:write('-- Gem data (c) Grinding Gear Games\n\n') - -local export = false +export:write('-- This file is automatically generated, do not edit!\n') +export:write('-- Gem data (c) Grinding Gear Games\n\n') local types = { "Strength", "Dexterity", "Intelligence", "Other" } -local function grantedEffectString(grantedEffect) +local function grantedEffectString(grantedEffect, support) local s = "#skill "..grantedEffect.Id.."\n" - for _, statSet in ipairs(tableConcat({grantedEffect.GrantedEffectStatSets}, grantedEffect.AdditionalStatSets)) do + if not (grantedEffect.GrantedEffectStatSets.LabelType and grantedEffect.GrantedEffectStatSets.LabelType.Id == "Hidden") then + s = s.."#set "..grantedEffect.GrantedEffectStatSets.Id + if grantedEffect.IsSupport then + s = s.."\n#mods\n" + else + s = s.."\n#flags\n#mods\n" + end + end + for _, statSet in ipairs(grantedEffect.AdditionalStatSets) do if not (statSet.LabelType and statSet.LabelType.Id == "Hidden") then - s = s.."#set "..statSet.Id.."\n#flags\n#mods\n" + s = s.."#set "..statSet.Id + if grantedEffect.IsSupport then + s = s.."\n#mods\n" + else + s = s.."\n#flags\n#mods\n" + end end end + s = s.."#skillEnd\n" return s end for i, _ in ipairs(types) do @@ -38,17 +53,18 @@ for i, _ in ipairs(types) do if skillGem.IsSupport and skillGem.GemColour == i and not gemEffect.Id:match("Unknown") and not gemEffect.Id:match("Playtest") and not skillGem.BaseItemType.Name:match("DNT") and dat("SupportGems"):GetRow("SkillGem", dat("SkillGems"):GetRow("BaseItemType", dat("BaseItemTypes"):GetRow("Id", skillGem.BaseItemType.Id))) then local temp = skillGem.BaseItemType.Name..string.rep(" ", 30 - string.len(skillGem.BaseItemType.Name)).."\t\t----\t\t"..gemEffect.GrantedEffect.Id - local temp1 = skillGem.BaseItemType.Name..grantedEffectString(gemEffect.GrantedEffect) + local temp1 = skillGem.BaseItemType.Name..grantedEffectString(gemEffect.GrantedEffect, true) if gemEffect.AdditionalGrantedEffects then for _, additionalGrantedEffect in ipairs(gemEffect.AdditionalGrantedEffects) do temp = temp.."\t"..additionalGrantedEffect.Id - temp1 = temp1..grantedEffectString(additionalGrantedEffect) + temp1 = temp1.."\n"..grantedEffectString(additionalGrantedEffect, true) end end table.insert(support, temp) table.insert(supportExport, temp1) elseif not skillGem.IsSupport and types[i] == colour and not gemEffect.Id:match("Unknown") and not gemEffect.Id:match("Playtest") and not gemEffect.GrantedEffect.ActiveSkill.DisplayName:match("DNT") and not skillGem.BaseItemType.Name:match("DNT") - and (gemEffect.Id:match("UniqueBreach") or dat("SkillGemSupports"):GetRow("ActiveGem", dat("SkillGems"):GetRow("BaseItemType", dat("BaseItemTypes"):GetRow("Id", skillGem.BaseItemType.Id)))) then + and (gemEffect.Id:match("UniqueBreach") or dat("SkillGemSupports"):GetRow("ActiveGem", dat("SkillGems"):GetRow("BaseItemType", dat("BaseItemTypes"):GetRow("Id", skillGem.BaseItemType.Id))) + or gemEffect.GrantedEffect.ActiveSkill.DisplayName:match("Tame Beast")) then local temp = gemEffect.GrantedEffect.ActiveSkill.DisplayName..string.rep(" ", 30 - string.len(gemEffect.GrantedEffect.ActiveSkill.DisplayName)).."\t\t----\t\t"..gemEffect.GrantedEffect.Id local temp1 = gemEffect.GrantedEffect.ActiveSkill.DisplayName..grantedEffectString(gemEffect.GrantedEffect) if gemEffect.AdditionalGrantedEffects then @@ -77,21 +93,21 @@ for i, _ in ipairs(types) do end out:write("\t\t\t\t\t\t--------- Active "..types[i].." ---------\n") - if export == false then - out:write(table.concat(active, "\n")) - else - out:write(table.concat(activeExport, "\n")) - end + out:write(table.concat(active, "\n")) out:write('\n\n') out:write("\t\t\t\t\t\t--------- Support "..types[i].." ---------\n") - if export == false then - out:write(table.concat(support, "\n")) - else - out:write(table.concat(supportExport, "\n")) - end + out:write(table.concat(support, "\n")) out:write('\n\n') + + export:write("\t\t\t\t\t\t--------- Active "..types[i].." ---------\n") + export:write(table.concat(activeExport, "\n")) + export:write('\n\n') + export:write("\t\t\t\t\t\t--------- Support "..types[i].." ---------\n") + export:write(table.concat(supportExport, "\n")) + export:write('\n\n') end out:close() +export:close() -print("Skill gems exported.") +print("Skill gem list exported.") diff --git a/src/Export/Scripts/skills.lua b/src/Export/Scripts/skills.lua index 0565e0d960..78d4529560 100644 --- a/src/Export/Scripts/skills.lua +++ b/src/Export/Scripts/skills.lua @@ -1,228 +1,8 @@ -local skillTypes = { - "Attack", - "Spell", - "Projectile", - "DualWieldOnly", - "Buff", - "Minion", - "Damage", - "Area", - "Duration", - "RequiresShield", - "ProjectileSpeed", - "HasReservation", - "ReservationBecomesCost", - "Trappable", - "Totemable", - "Mineable", - "ElementalStatus", - "MinionsCanExplode", - "Chains", - "Melee", - "MeleeSingleTarget", - "Multicastable", - "TotemCastsAlone", - "CausesBurning", - "SummonsTotem", - "TotemCastsWhenNotDetached", - "Physical", - "Fire", - "Cold", - "Lightning", - "Triggerable", - "Triggers", - "Trapped", - "Movement", - "DamageOverTime", - "RemoteMined", - "Triggered", - "Vaal", - "Aura", - "CanTargetUnusableCorpse", - "RangedAttack", - "Chaos", - "FixedSpeedProjectile", - "ThresholdJewelArea", - "ThresholdJewelProjectile", - "ThresholdJewelDuration", - "ThresholdJewelRangedAttack", - "Channel", - "DegenOnlySpellDamage", - "InbuiltTrigger", - "Golem", - "Herald", - "AuraAffectsEnemies", - "NoRuthless", - "ThresholdJewelSpellDamage", - "Cascadable", - "ProjectilesFromUser", - "MirageArcherCanUse", - "ProjectileSpiral", - "SingleMainProjectile", - "MinionsPersistWhenSkillRemoved", - "ProjectileNumber", - "Warcry", - "Instant", - "Brand", - "TargetsDestructibleCorpses", - "NonHitChill", - "ChillingArea", - "AppliesCurse", - "CanRapidFire", - "AuraDuration", - "AreaSpell", - "OR", - "AND", - "NOT", - "AppliesMaim", - "CreatesMinion", - "Guard", - "Travel", - "Blink", - "CanHaveBlessing", - "ProjectilesNotFromUser", - "AttackInPlaceIsDefault", - "Nova", - "InstantNoRepeatWhenHeld", - "InstantShiftAttackForLeftMouse", - "AuraNotOnCaster", - "Banner", - "Rain", - "Cooldown", - "ThresholdJewelChaining", - "Slam", - "Stance", - "NonRepeatable", - "UsedByTotem", - "Steel", - "Hex", - "Mark", - "Aegis", - "Orb", - "KillNoDamageModifiers", - "RandomElement", - "LateConsumeCooldown", - "Arcane", - "FixedCastTime", - "RequiresOffHandNotWeapon", - "Link", - "Blessing", - "ZeroReservation", - "DynamicCooldown", - "Microtransaction", - "OwnerCannotUse", - "ProjectilesNumberModifiersNotApplied", - "TotemsAreBallistae", - "SkillGrantedBySupport", - "CrossbowSkill", - "CrossbowAmmoSkill", - "UseGlobalStats", - "ModifiesNextSkill", - "OngoingSkill", - "UsableWhileShapeshifted", - "Meta", - "Bear", - "Wolf", - "Invokable", - "CreatesSkeletonMinion", - "CreatesUndeadMinion", - "CreatesDemonMinion", - "CommandsMinions", - "ReservesManually", - "ConsumesCharges", - "ManualCooldownConsumption", - "SupportedByHourglass", - "ConsumesFullyBrokenArmour", - "SkillConsumesFreeze", - "SkillConsumesIgnite", - "SkillConsumesShock", - "Wall", - "Persistent", - "UsableWhileMoving", - "CanBecomeArrowRain", - "MultipleReservation", - "SupportedByElementalDischarge", - "Limit", - "Singular", - "GeneratesCharges", - "EmpowersOtherSkill", - "PerformsFinalStrike", - "PerfectTiming", - "CanHaveMultipleOngoingSkillInstances", - "Sustained", - "ComboStacking", - "SupportedByComboFinisher", - "Offering", - "Retaliation", - "Shapeshift", - "Invocation", - "Grenade", - "NoDualWield", - "QuarterstaffSkill", - "SupportedByFountains", - "Jumping", - "CannotChain", - "CreatesGroundRune", - "CreatesFissure", - "SummonsAttackTotem", - "NonWeaponAttack", - "CreatesGroundEffect", - "SupportedByComboMastery", - "IceCrystal", - "SkillConsumesPowerChargesOnUse", - "SkillConsumesFrenzyChargesOnUse", - "SkillConsumesEnduranceChargesOnUse", - "SupportedByFerocity", - "SupportedByPotential", - "ProjectileNoCollision", - "SupportedByExcise", - "SupportedByExpanse", - "SupportedByExecrate", - "IsBlasphemy", - "PersistentShowsCastTime", - "GeneratesEnergy", - "GeneratesRemnants", - "CommandableMinion", - "Bow", - "AffectsPresence", - "GainsStages", - "HasSeals", - "SupportedByUnleash", - "SupportedBySalvo", - "Spear", - "GroundTargetedProjectile", - "SupportedByFusillade", - "HasUsageCondition", - "SupportedByMobileAssault", - "RequiresBuckler", - "UsableWhileMounted", - "Companion", - "ConsumesInstillment", - "CanCancelActions", - "SupportedByUnmoving", - "SupportedByCleanse", - "Hazard", - "SupportedByRally", - "SupportedByFlamepierce", - "SupportedByStormchain", - "SupportedByFreezefork", - "Palm", - "CannotSpiritStrike", - "SkillConsumesBleeding", - "SkillConsumesPoison", - "TargetsDestructibleRareCorpses", - "SupportedByAncestralAid", - "MinionsAreUndamagable", - "GeneratesInfusion", - "SkillConsumesParried", - "DetonatesAfterTime", - "NoAttackOrCastTime", - "CreatesCompanion", - "CannotTerrainChain", - "SupportedByTumult", - "RequiresCharges", - "CannotConsumeCharges", -} +local skillTypeMap = { } +for row in dat("ActiveSkillType"):Rows() do + table.insert(skillTypeMap, row.Id) +end + -- This is here to fix name collisions like in the case of Barrage local fullNameGems = { @@ -230,7 +10,7 @@ local fullNameGems = { } local function mapAST(ast) - return "SkillType."..(skillTypes[ast._rowIndex] or ("Unknown"..ast._rowIndex)) + return "SkillType."..(skillTypeMap[ast._rowIndex] or ("Unknown"..ast._rowIndex)) end local weaponClassMap = { @@ -491,7 +271,7 @@ directiveTable.skill = function(state, args, out) --end table.insert(skill.levels, level) end - if not skill.qualityStats and not granted.IsSupport then + if not (skillGem and granted.IsSupport) then skill.qualityStats = { } local qualityStats = dat("GrantedEffectQualityStats"):GetRow("GrantedEffect", granted) if qualityStats and qualityStats.GrantedStats then @@ -524,6 +304,23 @@ directiveTable.skill = function(state, args, out) out:write(mapAST(type), ', ') end out:write('},\n') + if skillGem then + local gemFamily = { } + local supportGem = dat("SupportGems"):GetRow("SkillGem", dat("SkillGems"):GetRow("BaseItemType", dat("BaseItemTypes"):GetRow("Id", skillGem.BaseItemType.Id))) + for _, type in ipairs(supportGem.Family) do + table.insert(gemFamily, type.Id) + end + if next(gemFamily) then + out:write('\tgemFamily = { ') + for _, type in ipairs(gemFamily) do + out:write('"', type, '",') + end + out:write('},\n') + end + if supportGem.Lineage then + out:write('\tisLineage = true,\n') + end + end if skill.isTrigger then out:write('\tisTrigger = true,\n') end @@ -638,6 +435,9 @@ end directiveTable.set = function(state, args, out) local statSetId = args local originalGrantedEffectStatSet = dat("GrantedEffectStatSets"):GetRow("Id", statSetId) + if dat("GrantedEffectStatSetsPerLevel"):GetRowList("GrantedEffectStatSets", originalGrantedEffectStatSet) == nil or originalGrantedEffectStatSet == nil then + ConPrintf(args.." is not a valid Granted Effect") + end local grantedEffectStatSet = copyTableSafe(originalGrantedEffectStatSet, false, true) local statsPerLevel = copyTableSafe(dat("GrantedEffectStatSetsPerLevel"):GetRowList("GrantedEffectStatSets", originalGrantedEffectStatSet), false, true) local label = grantedEffectStatSet.LabelType and grantedEffectStatSet.LabelType.Label or state.skill.displayName @@ -652,6 +452,7 @@ directiveTable.set = function(state, args, out) set.mods = { } set.levels = { } set.stats = { } + set.CannotGrantToMinion = { } set.constantStats = { } set.removeStats = { } for k, v in pairs(grantedEffectStatSet.RemoveStats) do @@ -677,10 +478,10 @@ directiveTable.set = function(state, args, out) level.level = statRow.GemLevel -- stat based level info if state.skill.setIndex ~= 1 and statRow.AttackCritChance ~= 0 then - level.extra.critChance = statRow.AttackCritChance / 100 + level.extra.critChance = (baseStatRow.AttackCritChance + statRow.AttackCritChance) / 100 end if state.skill.setIndex ~= 1 and statRow.OffhandCritChance ~= 0 then - level.extra.critChance = statRow.OffhandCritChance / 100 + level.extra.critChance = (baseStatRow.OffhandCritChance + statRow.OffhandCritChance) / 100 end -- If UseSetAttackMulti is true, then take the multi from the stat set, otherwise add the value from base set and current set if state.skill.setIndex ~= 1 and grantedEffectStatSet.UseSetAttackMulti and statRow.BaseMultiplier and statRow.BaseMultiplier ~= 0 then @@ -700,10 +501,25 @@ directiveTable.set = function(state, args, out) statRow.InterpolationBases = tableConcat(baseStatRow.InterpolationBases, statRow.InterpolationBases) statRow.AdditionalStats = tableConcat(baseStatRow.AdditionalStats, statRow.AdditionalStats) statRow.AdditionalStatsValues = tableConcat(baseStatRow.AdditionalStatsValues, statRow.AdditionalStatsValues) + statRow.BaseStats = tableConcat(tableConcat(tableConcat(skill.baseGrantedEffectStatSet.ImplicitStats, skill.baseGrantedEffectStatSet.ConstantStats), baseStatRow.FloatStats), baseStatRow.AdditionalStats) end level.statInterpolation = statRow.StatInterpolations level.actorLevel = statRow.ActorLevel local tempRemoveStats = copyTable(set.removeStats, true) + for i, removeStat in pairs(set.removeStats) do + -- Fixes the case where a removeStat does not exist in the base set but does in future sets + -- It should not be removed if this is the case + local remove = false + for _, stat in ipairs(statRow.BaseStats) do + if stat.Id == removeStat then + remove = true + end + end + if remove == false then + table.remove(tempRemoveStats, i) + table.remove(set.removeStats, i) + end + end local resolveInterpolation = true local injectConstantValuesIntoEachLevel = false local statMapOrderIndex = 1 @@ -720,6 +536,9 @@ directiveTable.set = function(state, args, out) table.insert(set.stats, { id = stat.Id }) if indx == 1 then table.insert(statMapOrder, stat.Id) + if stat.CannotGrantToMinion and not isValueInTable(set.CannotGrantToMinion, stat.Id) then + table.insert(set.CannotGrantToMinion, stat.Id) + end else print(label .. ": stat missing from earlier levels: ".. stat.Id) end @@ -753,6 +572,9 @@ directiveTable.set = function(state, args, out) table.insert(set.stats, { id = stat.Id }) if indx == 1 then table.insert(statMapOrder, stat.Id) + if stat.CannotGrantToMinion and not isValueInTable(set.CannotGrantToMinion, stat.Id) then + table.insert(set.CannotGrantToMinion, stat.Id) + end else print(label .. ": stat missing from earlier levels: ".. stat.Id) end @@ -784,6 +606,9 @@ directiveTable.set = function(state, args, out) table.insert(set.stats, { id = stat.Id }) if indx == 1 then table.insert(statMapOrder, stat.Id) + if stat.CannotGrantToMinion and not isValueInTable(set.CannotGrantToMinion, stat.Id) then + table.insert(set.CannotGrantToMinion, stat.Id) + end else print(label .. ": stat missing from earlier levels: ".. stat.Id) end @@ -814,6 +639,9 @@ directiveTable.set = function(state, args, out) if not statMap[stat.Id] then statMap[stat.Id] = #set.stats + 1 table.insert(set.stats, { id = stat.Id }) + if stat.CannotGrantToMinion and not isValueInTable(set.CannotGrantToMinion, stat.Id) then + table.insert(set.CannotGrantToMinion, stat.Id) + end end end end @@ -866,7 +694,19 @@ directiveTable.set = function(state, args, out) out:write('\t\t\tdamageIncrementalEffectiveness = ', grantedEffectStatSet.DamageIncrementalEffectiveness, ',\n') end if state.granted.IsSupport then - state.statDescriptionScope = "gem_stat_descriptions" + local gemEffect = dat("GemEffects"):GetRowList("AdditionalGrantedEffects", state.granted ) + if gemEffect[1] and gemEffect[1].Tags then + for _, tag in ipairs(gemEffect[1].Tags) do + if tag.Id == "meta" then + skill.isMeta = true + end + end + end + if skill.isMeta then + state.statDescriptionScope = "meta_gem_stat_descriptions" + else + state.statDescriptionScope = "gem_stat_descriptions" + end else state.statDescriptionScope = state.granted.ActiveSkill.StatDescription:gsub("^Metadata/StatDescriptions/", ""): -- Need to subtract 1 from setIndex because GGG indexes from 0 @@ -947,6 +787,13 @@ directiveTable.mods = function(state, args, out) out:write('\t\t\t\t"', stat.id, '",\n') end out:write('\t\t\t},\n') + if next(set.CannotGrantToMinion) then + out:write('\t\t\tnotMinionStat = {\n') + for _, stat in ipairs(set.CannotGrantToMinion) do + out:write('\t\t\t\t"', stat, '",\n') + end + out:write('\t\t\t},\n') + end end if not args:match("noLevels") then out:write('\t\t\tlevels = {\n') @@ -1061,6 +908,16 @@ for skillGem in dat("SkillGems"):Rows() do end end out:write('\t\tgemType = "', gemType, '",\n') + if skillGem.IsSupport then + local gemFamily = { } + local supportGem = dat("SupportGems"):GetRow("SkillGem", dat("SkillGems"):GetRow("BaseItemType", dat("BaseItemTypes"):GetRow("Id", skillGem.BaseItemType.Id))) + for _, type in ipairs(supportGem.Family) do + table.insert(gemFamily, type.Name) + end + if next(gemFamily) then + out:write('\t\tgemFamily = "', table.concat(gemFamily, ", "), '",\n') + end + end out:write('\t\ttagString = "', table.concat(tagNames, ", "), '",\n') if next(weaponRequirement) then out:write('\t\tweaponRequirements = "', table.concat(weaponRequirement, ", "), '",\n') diff --git a/src/Export/Scripts/spectreList.lua b/src/Export/Scripts/spectreList.lua index e5293dd7b1..3db7c02efc 100644 --- a/src/Export/Scripts/spectreList.lua +++ b/src/Export/Scripts/spectreList.lua @@ -56,23 +56,80 @@ for monster in dat("MonsterVarieties"):Rows() do goto continue end end - -- Loop SpectreOverrides for matching monster.Id + -- Loop SpectreOverrides for matching monster.Id local outputId = monster.Id -- default to monster.Id - for override in dat("SpectreOverrides"):Rows() do - if override.Monster.Id == monster.Id and override.Spectre then - outputId = override.Spectre.Id - break - end - end + for override in dat("SpectreOverrides"):Rows() do + if override.Monster.Id == monster.Id and override.Spectre then + outputId = override.Spectre.Id + break + end + end if not importedSpectres[outputId] then table.insert(notImported, { id = outputId, name = monster.Name }) end table.insert(spectreList, { id = outputId, name = monster.Name }) - table.insert(uniqueName, monster.Name) + table.insert(uniqueName, monster.Name) end ::continue:: end +-- Check imported spectres that fail the checks. Did this wrong I think, but keeping for now as it did catch the spectres that were removed. +local importedButFailChecks = {} +for id in pairs(importedSpectres) do + local found = false + for monster in dat("MonsterVarieties"):Rows() do + local outputId = monster.Id + for override in dat("SpectreOverrides"):Rows() do + if override.Monster.Id == monster.Id and override.Spectre then + outputId = override.Spectre.Id + break + end + end + if outputId == id then + found = true + -- Repeat the checks + if not ( + monster.NotSpectre == false + and monster.BossHealthBar == false + and not monster.Type.IsPlayerMinion == true + and not monster.Id:match("NPC") + and not monster.Name:match("DNT") + and not monster.AIScript:match("NoAI") + and #monster.GrantedEffects ~= 0 + ) then + table.insert(importedButFailChecks, { id = outputId, name = monster.Name }) + else + local skip = false + for _, mod in ipairs(monster.Mods) do + if mod.Id == "CannotBeUsedAsMinion" then + skip = true + break + end + end + for _, mod in ipairs(monster.ModsKeys2) do + if mod.Id == "CannotBeUsedAsMinion" then + skip = true + break + end + end + for _, tag in ipairs(monster.Tags) do + if tag.Id == "unusable_corpse" then + skip = true + break + end + end + if skip then + table.insert(importedButFailChecks, { id = outputId, name = monster.Name }) + end + end + break + end + end + if not found then + table.insert(importedButFailChecks, { id = id, name = "(not found in MonsterVarieties)" }) + end +end + out:write("-- All Spectre Names --\n") out:write("-- This is a full list of all Spectres with basic filtering.--\n\n") for _, monster in ipairs(spectreList) do @@ -85,6 +142,12 @@ for _, monster in ipairs(notImported) do out:write(monster.id .. string.rep(" ", 90 - string.len(monster.id)) .. "\t\t----\t\t" .. monster.name, "\n") end +out:write("\n-- Imported Spectres That Fail Checks --\n") +out:write("-- These spectres are currently imported, but fail the checks. New updates sometimes remove spectres.--\n") +out:write("-- Don't fully trust this, coded wrong. But it did catch some that were removed. --\n\n") +for _, monster in ipairs(importedButFailChecks) do + out:write(monster.id .. string.rep(" ", 90 - string.len(monster.id)) .. "\t\t----\t\t" .. monster.name, "\n") +end out:write("\n-- Duplicate Spectre Names --\n") out:write("-- Some duplicate Spectres have been imported, like Terracotta Soldier, as there is a 10 spirit and 60 spirit version.--\n") diff --git a/src/Export/Scripts/statdesc.lua b/src/Export/Scripts/statdesc.lua index fd2152d7e1..316e3b9db9 100644 --- a/src/Export/Scripts/statdesc.lua +++ b/src/Export/Scripts/statdesc.lua @@ -45,7 +45,7 @@ local function processStatFile(name, changeOutLocation) elseif curLang and not line:match('table_only') then local statLimits, text, special = line:match('([%d%-#!| ]+)%s*"(.-)"%s*(.*)') if statLimits then - local desc = { text = escapeGGGString(text):gsub("\\([^nb])", "\\n%1"), limit = { } } + local desc = { text = sanitiseText(escapeGGGString(text)):gsub("\\([^nb])", "\\n%1"), limit = { } } for statLimit in statLimits:gmatch("[!%d%-#|]+") do local limit = { } diff --git a/src/Export/Scripts/uModsToText.lua b/src/Export/Scripts/uModsToText.lua index c8ba82b3f0..5f0d09e6c2 100644 --- a/src/Export/Scripts/uModsToText.lua +++ b/src/Export/Scripts/uModsToText.lua @@ -58,6 +58,8 @@ local function writeMods(out, statOrder) end local uniqueMods = LoadModule("../Data/ModItemExclusive.lua") +local modVeiled = LoadModule("../Data/ModVeiled.lua") + for _, name in ipairs(itemTypes) do local out = io.open("../Data/Uniques/"..name..".lua", "w") local statOrder = {} @@ -83,7 +85,7 @@ for _, name in ipairs(itemTypes) do local variantString = line:match("({variant:[%d,]+})") local fractured = line:match("({fractured})") or "" local modName, legacy = line:gsub("{.+}", ""):match("^([%a%d_]+)([%[%]-,%d]*)") - local mod = uniqueMods[modName] + local mod = uniqueMods[modName] or modVeiled[modName] if mod then modLines = modLines + 1 if variantString then diff --git a/src/Export/Scripts/worldAreas.lua b/src/Export/Scripts/worldAreas.lua index e002995ee3..047a5196b8 100644 --- a/src/Export/Scripts/worldAreas.lua +++ b/src/Export/Scripts/worldAreas.lua @@ -84,9 +84,6 @@ for map in dat("EndGameMaps"):Rows() do if map.BossVersion then table.insert(areaRefs, map.BossVersion) end - if map.NonBossVersion then - table.insert(areaRefs, map.NonBossVersion) - end for _, area in ipairs(areaRefs) do local areaId = area.Id areaIdToMonsters[areaId] = areaIdToMonsters[areaId] or {} @@ -105,8 +102,11 @@ for map in dat("EndGameMaps"):Rows() do -- Attach FlavourText as description for this area if present if map.FlavourText and map.FlavourText ~= "" then + if area.Id == "MapUniqueMegalith" then + --Temporary, need to clean text properly and convert map flavour text to a table just like items are. + areaIdToMonsters[areaId .. "_desc"] = "'Sons from foreign shores, Took refuge from the storm, Bringing knowledge of runes, Our fate was carved soon.' - Ezomyte Folklore" -- Hideouts have 2 lines, remove second line - if areaId:sub(-10) == "_Claimable" then + elseif areaId:sub(-10) == "_Claimable" then local firstSentence = map.FlavourText:match("([^%.%!%?]+[%.%!%?])") if firstSentence then areaIdToMonsters[areaId .. "_desc"] = firstSentence:gsub("%s+$", "") @@ -146,7 +146,7 @@ out:write('-- World Area Data (c) Grinding Gear Games\n\n') out:write('local worldAreas, _ = ...\n\n') for area in dat("WorldAreas"):Rows() do - if area.Name and area.Name ~= "NULL" and area.Id then + if area.Name and area.Name ~= "NULL" and not area.Name:match("DNT") and area.Id then -- Skip areas ending with _NoBoss if area.Id:sub(-7) == "_NoBoss" then goto continue @@ -170,11 +170,7 @@ for area in dat("WorldAreas"):Rows() do local floorNum = area.Id:match("^Sanctum_(%d+)") suffix = " (Floor " .. floorNum .. ")" elseif area.Act and area.Act ~= 10 then - if area.Act >= 5 then - suffix = " (Act " .. tostring(area.Act - 3) .. ")" - else - suffix = " (Act " .. tostring(area.Act) .. ")" - end + suffix = " (Act " .. tostring(area.Act) .. ")" end out:write('\tname = "' .. area.Name .. suffix .. '",\n') out:write('\tbaseName = "' .. area.Name .. '",\n') diff --git a/src/Export/Skills/SkillGems.txt b/src/Export/Skills/SkillGems.txt index 873c94e431..661dc2ff49 100644 --- a/src/Export/Skills/SkillGems.txt +++ b/src/Export/Skills/SkillGems.txt @@ -2,17 +2,20 @@ -- Gem data (c) Grinding Gear Games --------- Active Strength --------- +Ancestral Cry ---- AncestralCryPlayer AncestralCryShockwavePlayer AncestralCryProjectilePlayer Ancestral Warrior Totem ---- AncestralWarriorTotemPlayer SupportAncestralWarriorTotemPlayer Armour Breaker ---- ArmourBreakerPlayer Artillery Ballista ---- ArtilleryBallistaPlayer ArtilleryBallistaProjectilePlayer Attrition ---- AttritionPlayer Berserk ---- BerserkPlayer +Black Powder Blitz ---- BlackPowderBlitzReservationPlayer BlackPowderBlitzPlayer Boneshatter ---- BoneshatterPlayer Cast on Block ---- MetaCastOnBlockPlayer SupportMetaCastOnBlockPlayer Cast on Melee Kill ---- MetaCastOnMeleeKillPlayer SupportMetaCastOnMeleeKillPlayer Cast on Melee Stun ---- MetaCastOnMeleeStunPlayer SupportMetaCastOnMeleeStunPlayer -Cluster Grenade ---- ClusterGrenadePlayer ClusterGrenadeMiniPlayer +Cluster Grenade ---- ClusterGrenadePlayer Compose Requiem ---- CrossbowRequiemAmmoPlayer CrossbowRequiemPlayer +Consecrate ---- StaffConsecratePlayer Defiance Banner ---- DefianceBannerReservationPlayer DefianceBannerPlayer Dread Banner ---- DreadBannerReservationPlayer DreadBannerPlayer Earthquake ---- EarthquakePlayer @@ -20,11 +23,16 @@ Earthshatter ---- EarthshatterPlayer Emergency Reload ---- EmergencyReloadPlayer Explosive Grenade ---- ExplosiveGrenadePlayer Flash Grenade ---- FlashGrenadePlayer +Forge Hammer ---- ForgeHammerPlayer +Fortifying Cry ---- FortifyingCryPlayer FortifyingCryShockwavePlayer Gas Grenade ---- ToxicGrenadePlayer +Gemini Surge ---- GeminiSurgePlayer Hammer of the Gods ---- HammerOfTheGodsPlayer Herald of Ash ---- HeraldOfAshPlayer +Herald of Ash ---- UniqueHeraldOfAshPlayer Herald of Blood ---- HeraldOfBloodPlayer Infernal Cry ---- InfernalCryPlayer InfernalCryCorpseExplosionPlayer +Iron Ward ---- IronWardPlayer IronWardNovaPlayer Leap Slam ---- LeapSlamPlayer Load Armour Piercing Rounds ---- ArmourPiercingBoltsAmmoPlayer ArmourPiercingBoltsPlayer Load Explosive Shot ---- ExplosiveShotAmmoPlayer ExplosiveShotPlayer @@ -43,11 +51,11 @@ Load Siege Cascade ---- SiegeCascadeAmmoPlayer SiegeCascadePlayer Load Stormblast Bolts ---- StormblastBoltsAmmoPlayer StormblastBoltsPlayer Magma Barrier ---- MagmaBarrierPlayer MagmaSprayPlayer Molten Blast ---- MoltenBlastPlayer +Mortar Cannon ---- MetaMortarCannonPlayer SupportMortarCannonPlayer Oil Grenade ---- OilGrenadePlayer Overwhelming Presence ---- OverwhelmingPresencePlayer Perfect Strike ---- PerfectStrikePlayer Resonating Shield ---- ResonatingShieldPlayer -Ripwire Ballista ---- RipwireBallistaPlayer RipwireBallistaProjectilePlayer Rolling Slam ---- RollingSlamPlayer Scavenged Plating ---- ScavengedPlatingPlayer Seismic Cry ---- SeismicCryPlayer @@ -55,118 +63,220 @@ Shard Scavenger ---- ShardScavengerPlayer Shield Charge ---- ShieldChargePlayer Shield Wall ---- ShieldWallPlayer Shockwave Totem ---- ShockwaveTotemPlayer ShockwaveTotemQuakePlayer +Siege Ballista ---- SiegeBallistaPlayer SiegeBallistaProjectilePlayer Stampede ---- StampedePlayer Sunder ---- SunderPlayer Supercharged Slam ---- SuperchargedSlamPlayer Thundergod's Wrath ---- MetaCastLightningSpellOnHitPlayer SupportMetaCastLightningSpellOnHitPlayer Time of Need ---- TimeOfNeedPlayer +Valako's Charge ---- ValakosChargePlayer Volcanic Fissure ---- VolcanicFissurePlayer Voltaic Grenade ---- ShockGrenadePlayer War Banner ---- WarBannerReservationPlayer WarBannerPlayer --------- Support Strength --------- -Aftershock ---- SupportAftershockChancePlayer +Aftershock I ---- SupportAftershockChancePlayer +Aftershock II ---- SupportAftershockChancePlayerTwo +Aftershock III ---- SupportAftershockChancePlayerThree +Amanamu's Tithe ---- SupportAmanamusTithePlayer Ancestral Aid ---- SupportAncestralAidPlayer -Ancestral Call ---- SupportAncestralCallPlayer -Ancestral Urgency ---- SupportAncestralUrgencyPlayer +Ancestral Call I ---- SupportAncestralCallPlayer +Ancestral Call II ---- SupportAncestralCallPlayerTwo +Ancestral Call III ---- SupportAncestralCallPlayerThree +Armour Break I ---- SupportArmourBreakPlayer +Armour Break II ---- SupportArmourBreakPlayerTwo +Armour Break III ---- SupportArmourBreakPlayerThree +Armour Demolisher I ---- SupportArmourDemolisherPlayer +Armour Demolisher II ---- SupportArmourDemolisherPlayerTwo Armour Explosion ---- SupportArmourExplosionPlayer ArmourExplosionPlayer Arms Length ---- SupportArmsLengthPlayer +Atalui's Bloodletting ---- SupportAtaluiBloodlettingPlayer Auto Reload ---- SupportAutoReloadPlayer -Barbs ---- SupportBarbsPlayer +Barbs I ---- SupportBarbsPlayer +Barbs II ---- SupportBarbsPlayerTwo +Barbs III ---- SupportBarbsPlayerThree Battershout ---- SupportBattershoutPlayer TriggeredBattershoutExplosionPlayer -Behead ---- SupportBeheadPlayer +Behead I ---- SupportBeheadPlayer +Behead II ---- SupportBeheadPlayerTwo +Bleed I ---- SupportBleedPlayer +Bleed II ---- SupportBleedPlayerTwo +Bleed III ---- SupportBleedPlayerThree +Bleed IV ---- SupportBleedPlayerFour Bloodlust ---- SupportBloodlustPlayer -Bludgeon ---- SupportKnockbackPlayer +Branching Fissures I ---- SupportBranchingFissuresPlayer +Branching Fissures II ---- SupportBranchingFissuresPlayerTwo Break Endurance ---- SupportEnduranceChargeOnArmourBreak -Brink ---- SupportBrinkPlayer -Brutality ---- SupportBrutalityPlayer -Cannibalism ---- SupportCannibalismPlayer +Brink I ---- SupportBrinkPlayer +Brink II ---- SupportBrinkPlayerTwo +Brutality I ---- SupportBrutalityPlayer +Brutality II ---- SupportBrutalityPlayerTwo +Brutality III ---- SupportBrutalityPlayerThree +Brutus' Brain ---- SupportBrutusBrainPlayer +Cannibalism I ---- SupportCannibalismPlayer +Cannibalism II ---- SupportCannibalismPlayerTwo Clash ---- SupportClashPlayer -Concoct ---- SupportConcoctPlayer +Compressed Duration I ---- CompressedDurationSupportPlayer +Compressed Duration II ---- CompressedDurationSupportPlayerTwo +Concoct I ---- SupportConcoctPlayer +Concoct II ---- SupportConcoctPlayerTwo Cool Headed ---- SupportCoolheadedPlayer -Corrupting Cry ---- SupportCorruptingCryPlayer +Corrupting Cry I ---- SupportCorruptingCryPlayer +Corrupting Cry II ---- SupportCorruptingCryPlayerTwo +Crater ---- SupportCraterPlayer TriggeredCraterPlayer +Daresso's Passion ---- SupportDaressosPassionPlayer Dauntless ---- SupportDauntlessPlayer Dazing Cry ---- SupportDazingCryPlayer -Deep Cuts ---- SupportDeepCutsPlayer -Defy ---- SupportDefyPlayer -Demolisher ---- SupportIncreasedArmourBreakPlayer +Deep Cuts I ---- SupportDeepCutsPlayer +Deep Cuts II ---- SupportDeepCutsPlayerTwo +Defy I ---- SupportDefyPlayer +Defy II ---- SupportDefyPlayerTwo Desperation ---- SupportDesperationPlayer -Despoiler ---- SupportGroundEffectDurationPlayer Devastate ---- SupportDevastatePlayer -Direstrike ---- SupportDirestrikePlayer -Domain ---- SupportDomainPlayer -Double Barrel ---- SupportDoubleBarrelPlayer -Enraged Warcry ---- SupportEnragedWarcryPlayer -Eternal Flame ---- SupportIgniteDurationPlayer -Execute ---- SupportExecutePlayer -Expedite ---- SupportExpeditePlayer +Direstrike I ---- SupportDirestrikePlayer +Direstrike II ---- SupportDirestrikePlayerTwo +Double Barrel I ---- SupportDoubleBarrelPlayer +Double Barrel II ---- SupportDoubleBarrelPlayerTwo +Double Barrel III ---- SupportDoubleBarrelPlayerThree +Efficiency I ---- SupportEfficiencyPlayer +Efficiency II ---- SupportEfficiencyPlayerTwo +Einhar's Beastrite ---- SupportEinharsBeastritePlayer +Elemental Armament I ---- SupportElementalArmamentPlayer +Elemental Armament II ---- SupportElementalArmamentPlayerTwo +Elemental Armament III ---- SupportElementalArmamentPlayerThree +Enduring Impact I ---- SupportHeavyStunEndurancePlayerOne +Enduring Impact II ---- SupportHeavyStunEndurancePlayerTwo +Enraged Warcry I ---- SupportEnragedWarcryPlayer +Enraged Warcry II ---- SupportEnragedWarcryPlayerTwo +Eternal Flame I ---- SupportIgniteDurationPlayer +Eternal Flame II ---- SupportIgniteDurationPlayerTwo +Eternal Flame III ---- SupportIgniteDurationPlayerThree +Execute I ---- SupportExecutePlayer +Execute II ---- SupportExecutePlayerTwo +Execute III ---- SupportExecutePlayerThree Exploit Weakness ---- SupportExploitWeaknessPlayer -Fast Forward ---- LessDurationSupportPlayer -Figurehead ---- SupportFigureheadPlayer +Fire Attunement ---- SupportAddedFireDamagePlayer Fire Exposure ---- SupportFireExposurePlayer -Fire Infusion ---- SupportAddedFireDamagePlayer -Fire Penetration ---- SupportFirePenetrationPlayer +Fire Penetration I ---- SupportFirePenetrationPlayer +Fire Penetration II ---- SupportFirePenetrationPlayerTwo First Blood ---- SupportFirstBloodPlayer -Fist of War ---- FistOfWarSupportPlayer +Fist of War I ---- FistOfWarSupportPlayer +Fist of War II ---- FistOfWarSupportPlayerTwo +Fist of War III ---- FistOfWarSupportPlayerThree +Flame Pillar ---- SupportFlamePillarPlayer TriggeredFlamePillarPlayer Flamepierce ---- SupportFlamepiercePlayer Font of Blood ---- SupportBloodFountainPlayer Font of Rage ---- SupportRageFountainPlayer -Fresh Clip ---- SupportFreshClipPlayer -Greatwood ---- SupportGreatwoodPlayer +Fresh Clip I ---- SupportFreshClipPlayer +Fresh Clip II ---- SupportFreshClipPlayerTwo +Greatwood I ---- SupportGreatwoodPlayer +Greatwood II ---- SupportGreatwoodPlayerTwo Haemocrystals ---- SupportHaemocrystalsPlayer TriggeredHaemocrystalsPlayer +Hardy Totems I ---- SupportHardyTotemsPlayer +Hardy Totems II ---- SupportHardyTotemsPlayerTwo Heavy Swing ---- SupportMeleePhysicalDamagePlayer Heft ---- SupportHeftPlayer -Herbalism ---- SupportHerbalismPlayer +Herbalism I ---- SupportHerbalismPlayer +Herbalism II ---- SupportHerbalismPlayerTwo Holy Descent ---- SupportHolyDescentPlayer -Ignition ---- SupportChanceToIgnitePlayer +Ignite I ---- SupportIgnitePlayer +Ignite II ---- SupportIgnitePlayerTwo +Ignite III ---- SupportIgnitePlayerThree Immolate ---- SupportImmolatePlayer Impact Shockwave ---- ImpactShockwaveSupportPlayer Incision ---- SupportIncisionPlayer -Infernal Legion ---- SupportInfernalLegionPlayer -Inspiration ---- SupportInspirationPlayer -Interlude ---- SupportInterludePlayer -Ironwood ---- SupportIronwoodPlayer -Jagged Ground ---- SupportJaggedGroundPlayer -Lacerate ---- SupportChanceToBleedPlayer -Life Thief ---- SupportLifeLeechPlayer +Infernal Legion I ---- SupportInfernalLegionPlayer +Infernal Legion II ---- SupportInfernalLegionPlayerTwo +Infernal Legion III ---- SupportInfernalLegionPlayerThree +Jagged Ground I ---- SupportJaggedGroundPlayer +Jagged Ground II ---- SupportJaggedGroundPlayerTwo +Kaom's Madness ---- SupportKaomsMadnessPlayer +Knockback ---- SupportKnockbackPlayer +Lasting Ground ---- SupportLastingGroundPlayer +Life Leech I ---- SupportLifeLeechPlayer +Life Leech II ---- SupportLifeLeechPlayerTwo +Life Leech III ---- SupportLifeLeechPlayerThree Lifetap ---- SupportBloodMagicPlayer -Long Fuse ---- SupportLongFusePlayer -Meat Shield ---- SupportMeatShieldPlayer -Overpower ---- SupportOverpowerPlayer -Persistence ---- MoreDurationSupportPlayer +Long Fuse I ---- SupportLongFusePlayer +Long Fuse II ---- SupportLongFusePlayerTwo +Meat Shield I ---- SupportMeatShieldPlayer +Meat Shield II ---- SupportMeatShieldPlayerTwo +Paquate's Pact ---- SupportCorruptingCryPlayerThree +Persistent Ground I ---- SupportPersistentGroundPlayer +Persistent Ground II ---- SupportPersistentGroundPlayerTwo +Persistent Ground III ---- SupportPersistentGroundPlayerThree Premeditation ---- SupportEmpoweredDamagePlayer -Primal Armament ---- SupportWeaponElementalDamagePlayer +Prolonged Duration I ---- ProlongedDurationSupportPlayer +Prolonged Duration II ---- ProlongedDurationSupportPlayerTwo +Prolonged Duration III ---- ProlongedDurationSupportPlayerThree Quill Burst ---- SupportQuillburstPlayer TriggeredQuillburstPlayer -Rage ---- SupportRagePlayer -Rageforged ---- SupportRageforgedPlayer +Rage I ---- SupportRagePlayer +Rage II ---- SupportRagePlayerTwo +Rage III ---- SupportRagePlayerThree +Rageforged I ---- SupportRageforgedPlayer +Rageforged II ---- SupportRageforgedPlayerTwo Raging Cry ---- SupportRagingCryPlayer Rally ---- SupportRallyPlayer -Refraction ---- SupportRefractionPlayer -Retaliate ---- SupportRetaliatePlayer +Refraction I ---- SupportRefractionPlayer +Refraction II ---- SupportRefractionPlayerTwo +Refraction III ---- SupportRefractionPlayerThree +Reinforced Totems I ---- SupportReinforcedTotemsPlayer +Reinforced Totems II ---- SupportReinforcedTotemsPlayerTwo +Relentless Rage ---- SupportRelentlessRagePlayer +Remnant Potency I ---- SupportInterludePlayer +Remnant Potency II ---- SupportInterludePlayerTwo +Remnant Potency III ---- SupportInterludePlayerThree +Retaliate I ---- SupportRetaliatePlayer +Retaliate II ---- SupportRetaliatePlayerTwo Reverberate ---- SupportReveberatePlayer Rip ---- SupportRipPlayer Rupture ---- SupportRupturePlayer Rusted Spikes ---- SupportRustedSpikesPlayer Ruthless ---- RuthlessSupportPlayer -Searing Flame ---- SupportDeadlyIgnitesPlayer +Searing Flame I ---- SupportDeadlyIgnitesPlayer +Searing Flame II ---- SupportDeadlyIgnitesPlayerTwo See Red ---- SupportSeeRedPlayer +Selfless Remnants ---- SupportSelflessRemnantsPlayer +Short Fuse I ---- SupportShortFusePlayer +Short Fuse II ---- SupportShortFusePlayerTwo +Skittering Stone I ---- SupportSkitteringStonePlayer TriggeredSkitteringStonePlayer +Skittering Stone II ---- SupportSkitteringStonePlayerTwo TriggeredSkitteringStonePlayerTwo Spar ---- SupportSparPlayer -Splinter ---- SupportArmourBreakPlayer -Steadfast ---- SupportSteadfastPlayer +Steadfast I ---- SupportSteadfastPlayer +Steadfast II ---- SupportSteadfastPlayerTwo +Stoicism I ---- SupportStoicismPlayer +Stoicism II ---- SupportStoicismPlayerTwo Stomping Ground ---- SupportStompingGroundPlayer StompingGroundShockwavePlayer +Stun I ---- SupportStunPlayer +Stun II ---- SupportStunPlayerTwo +Stun III ---- SupportStunPlayerThree Syzygy ---- SupportSyzygyPlayer +Tawhoa's Tending ---- SupportHardyTotemsPlayerThree TriggeredSplinterExplosionHardyTotems Tear ---- SupportTearPlayer -Thornskin ---- SupportThornskinPlayer +Thornskin I ---- SupportThornskinPlayer +Thornskin II ---- SupportThornskinPlayerTwo Tireless ---- SupportTirelessPlayer Tremors ---- SupportTremorsPlayer +Uhtred's Augury ---- SupportUhtredAuguryPlayer +Uhtred's Exodus ---- SupportUhtredExodusPlayer +Uhtred's Omen ---- SupportUhtredOmenPlayer Unabating ---- SupportUnabatingPlayer Unbreakable ---- UnbreakableSupportPlayer Undermine ---- SupportUnderminePlayer Unsteady Tempo ---- SupportUnsteadyTempoPlayer Unyielding ---- SupportUnyieldingPlayer -Upheaval ---- SupportUpheavalPlayer -Vitality ---- SupportVitalityPlayer +Upheaval I ---- SupportUpheavalPlayer +Upheaval II ---- SupportUpheavalPlayerTwo +Urgent Totems I ---- SupportUrgentTotemsPlayer +Urgent Totems II ---- SupportUrgentTotemsPlayerTwo +Urgent Totems III ---- SupportUrgentTotemsPlayerThree +Uruk's Smelting ---- SupportUruksSmeltingPlayer +Uul-Netol's Embrace ---- SupportUulNetolsEmbracePlayer +Vanguard I ---- SupportVanguardPlayer +Vanguard II ---- SupportVanguardPlayerTwo +Vitality I ---- SupportVitalityPlayer +Vitality II ---- SupportVitalityPlayerTwo Volcanic Eruption ---- SupportVolcanicEruptionPlayer TriggeredVolcanicEruptionPlayer +Xoph's Pyre ---- SupportXophsPyrePlayer --------- Active Dexterity --------- Alchemist's Boon ---- AlchemistsBoonPlayer @@ -181,7 +291,7 @@ Disengage ---- DisengagePlayer Electrocuting Arrow ---- ElectrocutingArrowPlayer Elemental Siphon ---- ElementalSiphonPlayer Elemental Sundering ---- ElementalSunderingPlayer -Escape Shot ---- EscapeShotPlayer +Escape Shot ---- EscapeShotPlayer EscapeShotIceFragmentPlayer Explosive Spear ---- ExplosiveSpearPlayer Fangs of Frost ---- FangsOfFrostPlayer Freezing Salvo ---- FreezingSalvoPlayer @@ -189,11 +299,15 @@ Gas Arrow ---- GasArrowPlayer Glacial Lance ---- GlacialLancePlayer Herald of Plague ---- HeraldOfPlaguePlayer Herald of Thunder ---- HeraldOfThunderPlayer +Herald of Thunder ---- UniqueHeraldOfThunderPlayer Ice Shot ---- IceShotPlayer +Ice-Tipped Arrows ---- IceTippedArrowsPlayer IceTippedArrowsIceFragmentPlayer Lightning Arrow ---- LightningArrowPlayer Lightning Rod ---- LightningRodPlayer Lightning Spear ---- LightningSpearPlayer Magnetic Salvo ---- MagneticSalvoPlayer +Mirage Archer ---- MetaMirageArcherPlayer SupportMirageArcherPlayer MirageArcherSpawnPlayer +Phantasmal Arrow ---- PhantasmalArrowPlayer Plague Bearer ---- PlagueBearerPlayer PlagueBearerNovaPlayer Poisonburst Arrow ---- PoisonBurstArrowPlayer Primal Strikes ---- PrimalStrikesPlayer @@ -212,9 +326,9 @@ Stormcaller Arrow ---- StormcallerArrowPlayer Tame Beast ---- TameBeastPlayer Thunderous Leap ---- ThunderousLeapPlayer Tornado Shot ---- TornadoShotPlayer +Toxic Domain ---- ToxicDomainPlayer Toxic Growth ---- ToxicGrowthPlayer Trail of Caltrops ---- TrailOfCaltropsPlayer TriggeredTrailOfCaltropsPlayer -Trinity ---- TrinityPlayer Twister ---- TwisterPlayer Vine Arrow ---- VineArrowPlayer Voltaic Mark ---- VoltaicMarkPlayer TriggeredVoltaicMarkNovaPlayer @@ -224,106 +338,173 @@ Wind Dancer ---- WindDancerPlayer TriggeredWindDancerPlayer Wind Serpent's Fury ---- WindSerpentsFuryPlayer --------- Support Dexterity --------- -Acceleration ---- SupportFasterProjectilesPlayer -Adhere ---- SupportAdherePlayer -Alignment ---- SupportAlignmentPlayer -Ammo Conservation ---- SupportAmmoConservationPlayer -Blind ---- SupportBlindPlayer +Adhesive Grenades I ---- SupportAdhesiveGrenadesPlayer +Adhesive Grenades II ---- SupportAdhesiveGrenadesPlayerTwo +Adhesive Grenades III ---- SupportAdhesiveGrenadesPlayerThree +Admixture ---- SupportAdmixturePlayer +Ailith's Chimes ---- SupportAilithLineagePlayer +Alignment I ---- SupportAlignmentPlayer +Alignment II ---- SupportAlignmentPlayerTwo +Alignment III ---- SupportAlignmentPlayerThree +Ammo Conservation I ---- SupportAmmoConservationPlayer +Ammo Conservation II ---- SupportAmmoConservationPlayerTwo +Ammo Conservation III ---- SupportAmmoConservationPlayerThree +Arakaali's Lust ---- SupportArakaalisLustPlayer +Arjun's Medal ---- SupportAmmoConservationPlayerFour +Blind I ---- SupportBlindPlayer +Blind II ---- SupportBlindPlayerTwo Blindside ---- SupportBlindsidePlayer -Blood in the Eyes ---- SupportBloodInTheEyesPlayer +Bounty I ---- SupportBountyPlayer +Bounty II ---- SupportBountyPlayerTwo +Brambleslam ---- SupportBrambleslamPlayer TriggeredBrambleslamPlayer Break Posture ---- SupportDazedBreakPlayer -Bullseye ---- SupportAdditionalAccuracyPlayer Bursting Plague ---- SupportBurstingPlaguePlayer PlagueBurstPlayer Cadence ---- SupportCadencePlayer Caltrops ---- SupportCaltropsPlayer TriggeredCaltropsPlayer -Chain ---- SupportChainPlayer -Charged Shots ---- SupportChargedShotsPlayer +Chain I ---- SupportChainPlayer +Chain II ---- SupportChainPlayerTwo +Chain III ---- SupportChainPlayerThree +Charge Profusion I ---- SupportChargeProfusionPlayer +Charge Profusion II ---- SupportChargeProfusionPlayerTwo +Charged Shots I ---- SupportChargedShotsPlayer +Charged Shots II ---- SupportChargedShotsPlayerTwo Charm Bounty ---- SupportCharmBountyPlayer -Close Combat ---- SupportCloseCombatPlayer -Combo Finisher ---- SupportComboFinisherPlayer +Close Combat I ---- SupportCloseCombatPlayer +Close Combat II ---- SupportCloseCombatPlayerTwo +Combo Finisher I ---- SupportComboFinisherPlayer +Combo Finisher II ---- SupportComboFinisherPlayerTwo Commiserate ---- SupportCommiseratePlayer -Comorbidity ---- SupportMultiplePoisonPlayer -Conduction ---- SupportChanceToShockPlayer +Cooldown Recovery I ---- SupportCooldownRecoveryPlayer +Cooldown Recovery II ---- SupportCooldownRecoveryPlayerTwo Corrosion ---- SupportCorrosionPlayer -Crescendo ---- SupportCrescendoPlayer -Culling Strike ---- SupportCullingStrikePlayer -Culmination ---- SupportCulminationPlayer +Crescendo I ---- SupportCrescendoPlayer +Crescendo II ---- SupportCrescendoPlayerTwo +Crescendo III ---- SupportCrescendoPlayerThree +Culling Strike I ---- SupportCullingStrikePlayer +Culling Strike II ---- SupportCullingStrikePlayerTwo +Culmination I ---- SupportCulminationPlayer +Culmination II ---- SupportCulminationPlayerTwo +Daze ---- SupportDazePlayer Dazzle ---- SupportDazzlePlayer Deadly Herald ---- SupportDeadlyHeraldsPlayer -Deadly Poison ---- SupportDeadlyPoisonPlayer -Deceleration ---- SupportSlowerProjectilesPlayer +Deadly Poison I ---- SupportDeadlyPoisonPlayer +Deadly Poison II ---- SupportDeadlyPoisonPlayerTwo Delayed Gratification ---- SupportDelayedGratificationPlayer Delayed Reaction ---- SupportDelayedReactionPlayer Deliberation ---- SupportDeliberationPlayer -Discombobulate ---- SupportDazingPlayer +Durability ---- SupportDurabilityPlayer Electrocute ---- SupportElectrocutePlayer -Encumbrance ---- SupportEncumberancePlayer -Envenom ---- SupportChanceToPoisonPlayer +Escalating Poison ---- SupportEscalatingPoisonPlayer Excoriate ---- SupportExcoriatePlayer Ferocity ---- SupportFerocityPlayer Flow ---- SupportFlowPlayer Fork ---- SupportForkPlayer +Frenzied Riposte ---- SupportFrenziedRipostePlayer +Frozen Spite ---- SupportFrozenSpitePlayer TriggeredSupportFrozenSpiteIceFragmentPlayer Fusillade ---- SupportFusilladePlayer Gambleshot ---- SupportGambleshotPlayer +Garukhan's Resolve ---- SupportGarukhansResolvePlayer +Heightened Accuracy I ---- SupportHeightenedAccuracyPlayer +Heightened Accuracy II ---- SupportHeightenedAccuracyPlayerTwo +Heightened Charges ---- SupportHeightenedChargesPlayer Hit and Run ---- SupportHitAndRunPlayer +Hobble ---- SupportHobblePlayer Impale ---- SupportImpalePlayer -Ingenuity ---- SupportCooldownReductionPlayer -Inhibitor ---- SupportInhibitorPlayer +Inhibitor ---- SupportChargeInhibitionPlayer Innervate ---- SupportInnervatePlayer Lasting Shock ---- SupportLastingShockPlayer Leverage ---- SupportLeveragePlayer Life Bounty ---- SupportLifeFlaskPlayer Life Drain ---- SupportLifeOnCullPlayer +Lightning Attunement ---- SupportAddedLightningDamagePlayer Lightning Exposure ---- SupportLightningExposurePlayer -Lightning Infusion ---- SupportAddedLightningDamagePlayer Lightning Penetration ---- SupportLightningPenetrationPlayer Lockdown ---- SupportLockdownPlayer -Longshot ---- SupportFarCombatPlayer +Longshot I ---- SupportFarCombatPlayer +Longshot II ---- SupportFarCombatPlayerTwo Maim ---- SupportMaimPlayer Malady ---- SupportMaladyPlayer Mana Bounty ---- SupportManaFlaskPlayer -Martial Tempo ---- SupportFasterAttackPlayer +Mark for Death ---- SupportMarkForDeathPlayer Mobility ---- SupportMobilityPlayer Momentum ---- SupportMomentumPlayer +Multishot I ---- SupportMultishotPlayer +Multishot II ---- SupportMultishotPlayerTwo Murderous Intent ---- SupportEmpoweredCullPlayer Neural Overload ---- SupportNeuralOverloadPlayer Nimble Reload ---- SupportNimbleReloadPlayer +Nova Projectiles ---- SupportNovaProjectilesPlayer Outmaneuver ---- SupportOutmaneuverPlayer -Overabundance ---- SupportIncreaseLimitPlayer +Overabundance I ---- SupportIncreaseLimitPlayer +Overabundance II ---- SupportIncreaseLimitPlayerTwo +Overabundance III ---- SupportIncreaseLimitPlayerThree Overcharge ---- SupportOverchargePlayer Overextend ---- SupportOverextendPlayer +Overreach ---- SupportOverreachPlayer Payload ---- SupportPayloadPlayer +Perfected Endurance ---- SupportPerfectEndurancePlayer Perfection ---- SupportPerfectionPlayer Perpetual Charge ---- SupportPerpetualChargePlayer -Pierce ---- SupportPiercePlayer -Pin ---- SupportPinPlayer +Pierce I ---- SupportPiercePlayer +Pierce II ---- SupportPiercePlayerTwo +Pierce III ---- SupportPiercePlayerThree +Piety's Mercy ---- SupportPietysMercyPlayer +Pin I ---- SupportPinPlayer +Pin II ---- SupportPinPlayerTwo +Pin III ---- SupportPinPlayerThree +Poison I ---- SupportPoisonPlayer +Poison II ---- SupportPoisonPlayerTwo +Poison III ---- SupportPoisonPlayerThree Practiced Combo ---- SupportPracticedComboPlayer -Precision ---- SupportPrecisionPlayer -Profusion ---- SupportMultipleChargesPlayer +Precision I ---- SupportPrecisionPlayer +Precision II ---- SupportPrecisionPlayerTwo +Projectile Acceleration I ---- SupportProjectileAccelerationPlayer +Projectile Acceleration II ---- SupportProjectileAccelerationPlayerTwo +Projectile Acceleration III ---- SupportProjectileAccelerationPlayerThree +Projectile Deceleration I ---- SupportProjectileDecelerationPlayer +Projectile Deceleration II ---- SupportProjectileDecelerationPlayerTwo Punch Through ---- SupportPunchThroughPlayer -Pursuit ---- SupportPursuitPlayer -Reach ---- SupportReachPlayer -Rearm ---- SupportRearmPlayer -Retort ---- SupportRetortPlayer -Retreat ---- SupportRetreatPlayer -Ricochet ---- SupportRicochetPlayer +Pursuit I ---- SupportPursuitPlayer +Pursuit II ---- SupportPursuitPlayerTwo +Pursuit III ---- SupportPursuitPlayerThree +Rakiata's Flow ---- SupportRakiatasFlowPlayer +Rapid Attacks I ---- SupportRapidAttacksPlayer +Rapid Attacks II ---- SupportRapidAttacksPlayerTwo +Rapid Attacks III ---- SupportRapidAttacksPlayerThree +Ratha's Assault ---- SupportCombatReloadPlayer +Rearm I ---- SupportRearmPlayer +Rearm II ---- SupportRearmPlayerTwo +Retreat I ---- SupportRetreatPlayer +Retreat II ---- SupportRetreatPlayerTwo +Retreat III ---- SupportRetreatPlayerThree +Ricochet I ---- SupportRicochetPlayer +Ricochet II ---- SupportRicochetPlayerTwo +Ricochet III ---- SupportRicochetPlayerThree +Rigwald's Ferocity ---- SupportRigwaldsFerocityPlayer Salvo ---- SupportSalvoPlayer -Scattershot ---- SupportMultipleProjectilesPlayer -Second Wind ---- SupportSecondWindPlayer +Second Wind I ---- SupportSecondWindPlayer +Second Wind II ---- SupportSecondWindPlayerTwo +Second Wind III ---- SupportSecondWindPlayerThree +Shock ---- SupportShockPlayer Shocking Leap ---- SupportShockingLeapPlayer -Single Out ---- SupportSingleOutPlayer +Slow Potency ---- SupportSlowPotencyPlayer Soul Drain ---- SupportManaOnCullPlayer Spectral Volley ---- SupportSpectralVolleyPlayer Stormchain ---- SupportStormchainPlayer -Swift Affliction ---- SupportSwiftAfflictionPlayer +Streamlined Rounds ---- SupportStreamlinedRoundsPlayer +Swift Affliction I ---- SupportSwiftAfflictionPlayer +Swift Affliction II ---- SupportSwiftAfflictionPlayerTwo +Swift Affliction III ---- SupportSwiftAfflictionPlayerThree +Tacati's Ire ---- SupportTacatisIrePlayer +Tul's Stillness ---- SupportTulsStillnessPlayer Tumult ---- SupportTumultPlayer -Twofold ---- SupportTwofoldPlayer Unerring Power ---- SupportUnerringPowerPlayer Untouchable ---- SupportUntouchablePlayer Volt ---- SupportVoltPlayer Warm Blooded ---- SupportWarmbloodedPlayer Wind Wave ---- SupportKnockbackWavePlayer KnockbackWavePlayer -Window of Opportunity ---- SupportWindowOfOpportunityPlayer +Window of Opportunity I ---- SupportWindowOfOpportunityPlayer +Window of Opportunity II ---- SupportWindowOfOpportunityPlayerTwo --------- Active Intelligence --------- Arc ---- ArcPlayer @@ -340,18 +521,17 @@ Bonestorm ---- BonestormPlayer Cast on Critical ---- MetaCastOnCritPlayer SupportMetaCastOnCritPlayer Cast on Death ---- MetaCastOnDeathPlayer SupportMetaCastOnDeathPlayer Cast on Dodge ---- MetaCastOnDodgePlayer SupportMetaCastOnDodgePlayer -Cast on Freeze ---- MetaCastOnFreezePlayer SupportMetaCastOnFreezePlayer -Cast on Ignite ---- MetaCastOnIgnitePlayer SupportMetaCastOnIgnitePlayer +Cast on Elemental Ailment ---- MetaCastOnElementalAilmentPlayer SupportMetaCastOnElementalAilmentPlayer Cast on Minion Death ---- MetaCastOnMinionDeathPlayer SupportMetaCastOnMinionDeathPlayer -Cast on Shock ---- MetaCastOnShockPlayer SupportMetaCastOnShockPlayer Chaos Bolt ---- WeaponGrantedChaosboltPlayer -Charge Infusion ---- ChargeInfusionPlayer +Charge Infusion ---- ChargeRegulationPlayer Charged Staff ---- ChargedStaffPlayer ChargedStaffShockwavePlayer -Cold Snap ---- ColdSnapPlayer Comet ---- CometPlayer Conductivity ---- ConductivityPlayer Contagion ---- ContagionPlayer Convalescence ---- ConvalescencePlayer ConvalescenceActivePlayer +Crackling Palm ---- CracklingPalmPlayer +Curse on Block ---- MetaCastCurseOnBlockPlayer SupportMetaCastCurseOnBlockPlayer Dark Effigy ---- DarkEffigyPlayer DarkEffigyProjectilePlayer Decompose ---- CorpseCloudPlayer Despair ---- DespairPlayer @@ -359,11 +539,15 @@ Detonate Dead ---- DetonateDeadPlayer Discipline ---- DisciplinePlayer Elemental Conflux ---- ElementalConfluxPlayer Elemental Invocation ---- MetaElementalInvocationPlayer SupportElementalInvocationPlayer -Ember Fusillade ---- BlazingClusterPlayer +Elemental Weakness ---- ElementalWeaknessPlayer +Ember Fusillade ---- EmberFusilladePlayer +Ember Fusillade ---- UniqueDuskVigilTriggeredBlazingClusterPlayer Enfeeble ---- EnfeeblePlayer Essence Drain ---- EssenceDrainPlayer +Exsanguinate ---- ExsanguinatePlayer Eye of Winter ---- EyeOfWinterPlayer Falling Thunder ---- FallingThunderPlayer +Feast of Flesh ---- FeastOfFleshPlayer Fireball ---- FireballPlayer Firebolt ---- FireboltPlayer Firestorm ---- FirestormPlayer @@ -374,18 +558,26 @@ Flicker Strike ---- FlickerStrikePlayer Freezing Mark ---- FreezingMarkPlayer TriggeredFreezingMarkNovaPlayer Freezing Shards ---- FreezingShardsPlayer Frost Bomb ---- FrostBombPlayer +Frost Darts ---- FrostDartsPlayer Frost Wall ---- FrostWallPlayer Frostbolt ---- FrostboltPlayer -Frozen Locus ---- FrozenLocusPlayer FrozenLocusExplodePlayer -Galvanic Field ---- GalvanicFieldPlayer +Frozen Locus ---- FrozenLocusPlayer +Fulmination ---- FulminationPlayer +Galvanic Field ---- GalvanicFieldBuffPlayer Gathering Storm ---- GatheringStormPlayer Ghost Dance ---- GhostDancePlayer Glacial Cascade ---- GlacialCascadePlayer -Grim Feast ---- GrimFeastPlayer +Grim Feast ---- GrimFeastPlayer GrimFeastResummonPlayer Hand of Chayula ---- HandOfChayulaPlayer SupportHandOfChayulaPlayer Heart of Ice ---- HeartOfIcePlayer Herald of Ice ---- HeraldOfIcePlayer +Herald of Ice ---- UniqueHeraldOfIcePlayer Hexblast ---- HexblastPlayer +His Dark Horizon ---- DarkTempestPlayer +His Foul Emergence ---- HisFoulEmergencePlayer +His Scattering Calamity ---- ScatteringCalamityPlayer +His Vile Intrusion ---- VileDisruptionPlayer +His Winnowing Flame ---- HisWinnowingFlamePlayer TriggeredHisWinnowingFlamePillarPlayer Hypothermia ---- HypothermiaPlayer Ice Nova ---- IceNovaPlayer Ice Strike ---- IceStrikePlayer @@ -413,14 +605,17 @@ Purity of Ice ---- PurityOfIcePlayer Purity of Lightning ---- PurityOfLightningPlayer Raging Spirits ---- RagingSpiritsPlayer Raise Zombie ---- RaiseZombiePlayer +Ravenous Swarm ---- RavenousSwarmPlayer +Reap ---- ReapPlayer Reaper's Invocation ---- MetaReapersInvocationPlayer SupportReapersInvocationPlayer Rolling Magma ---- RollingMagmaPlayer Sacrifice ---- SacrificePlayer Shattering Palm ---- ShatteringPalmPlayer ShatteringPalmExplosionPlayer Sigil of Power ---- SigilOfPowerPlayer +Siphon Elements ---- SiphonElementsPlayer Siphoning Strike ---- SiphoningStrikePlayer Skeletal Arsonist Minion ---- SummonSkeletalArsonistsPlayer CommandSkeletalArsonistPlayer -Skeletal Brute Minion ---- SummonSkeletalBrutesPlayer +Skeletal Brute Minion ---- SummonSkeletalBrutesPlayer CommandSkeletalBrutesPlayer Skeletal Cleric Minion ---- SummonSkeletalClericsPlayer Skeletal Frost Mage Minion ---- SummonSkeletalFrostMagesPlayer CommandSkeletalFrostMagePlayer Skeletal Reaver Minion ---- SummonSkeletalReaversPlayer CommandSkeletalReaversPlayer @@ -428,15 +623,20 @@ Skeletal Sniper Minion ---- SummonSkeletalSnipersPlayer CommandSkeleta Skeletal Sniper Minion ---- SummonSkeletalSnipersPlayer CommandSkeletalSniperPlayer Skeletal Storm Mage Minion ---- SummonSkeletalStormMagesPlayer CommandSkeletalStormMagePlayer Skeletal Warrior Minion ---- SummonSkeletalWarriorsPlayer +Snap ---- SnapPlayer Solar Orb ---- SolarOrbPlayer Soul Offering ---- SoulOfferingPlayer +Soulrend ---- SoulrendPlayer Spark ---- SparkPlayer +Spark ---- UniqueEarthboundTriggeredSparkPlayer Spectre: {0} ---- SummonSpectrePlayer -Staggering Palm ---- StaggeringPalmPlayer StaggeringPalmProjectilePlayer StaggeringPalmUnarmedProjectilePlayer +Spellslinger ---- MetaSpellslingerPlayer SupportSpellslingerPlayer +Staggering Palm ---- StaggeringPalmPlayer StaggeringPalmProjectilePlayer Storm Wave ---- StormWavePlayer Tempest Bell ---- TempestBellPlayer Tempest Flurry ---- TempestFlurryPlayer Temporal Chains ---- TemporalChainsPlayer +Trinity ---- TrinityPlayer Unearth ---- UnearthPlayer Unleash ---- UnleashPlayer Vaulting Impact ---- VaultingImpactPlayer @@ -445,141 +645,186 @@ Vulnerability ---- VulnerabilityPlayer Wave of Frost ---- WaveOfFrostPlayer Whirling Assault ---- WhirlingAssaultPlayer Wind Blast ---- GaleStrikePlayer +Withering Presence ---- UniqueWitheringPresencePlayer Withering Presence ---- WitheringPresencePlayer --------- Support Intelligence --------- Abiding Hex ---- SupportAbidingHexPlayer -Ablation ---- SupportAblationPlayer Acrimony ---- SupportAcrimonyPlayer +Ahn's Citadel ---- SupportAhnsCitadelPlayer Ambrosia ---- SupportAmbrosiaPlayer Ambush ---- SupportAmbushPlayer +Arbiter's Ignition ---- SupportArbitersIgnitionPlayer Arcane Surge ---- SupportArcaneSurgePlayer -Arcane Tempo ---- SupportFasterCastPlayer Astral Projection ---- SupportAstralProjectionPlayer -Bidding ---- SupportBiddingPlayer +Atziri's Allure ---- SupportAtzirisAllurePlayer +Bidding I ---- SupportBiddingPlayer +Bidding II ---- SupportBiddingPlayerTwo +Bidding III ---- SupportBiddingPlayerThree Biting Frost ---- SupportBitingFrostPlayer Bone Shrapnel ---- SupportBoneShrapnelPlayer TriggeredBoneShrapnelPlayer -Burgeon ---- SupportBurgeonPlayer +Boundless Energy I ---- SupportBoundlessEnergyPlayer +Boundless Energy II ---- SupportBoundlessEnergyPlayerTwo +Burgeon I ---- SupportBurgeonPlayer +Burgeon II ---- SupportBurgeonPlayerTwo Burning Inscription ---- SupportBurningRunesPlayer TriggeredBurningRunesPlayer -Capacitor ---- SupportCapacitorPlayer Catharsis ---- SupportCatharsisPlayer -Chaos Infusion ---- SupportAddedChaosDamagePlayer +Chaos Attunement ---- SupportAddedChaosDamagePlayer Chaos Mastery ---- SupportChaosMasteryPlayer Chaotic Freeze ---- SupportChaoticFreezePlayer -Clarity ---- SupportClarityPlayer +Clarity I ---- SupportClarityPlayer +Clarity II ---- SupportClarityPlayerTwo +Cold Attunement ---- SupportAddedColdDamagePlayer Cold Exposure ---- SupportColdExposurePlayer -Cold Infusion ---- SupportAddedColdDamagePlayer Cold Mastery ---- SupportColdMasteryPlayer Cold Penetration ---- SupportColdPenetrationPlayer Commandment ---- SupportCommandment -Concentrated Effect ---- SupportConcentratedEffectPlayer +Concentrated Area ---- SupportConcentratedAreaPlayer Considered Casting ---- SupportConsideredCastingPlayer Controlled Destruction ---- SupportControlledDestructionPlayer Corpse Conservation ---- SupportCorpseConservationPlayer -Coursing Current ---- SupportCoursingCurrentPlayer Crackling Barrier ---- SupportCracklingBarrierPlayer Crazed Minions ---- SupportCrazedMinionsPlayer +Crystalline Shards ---- SupportCrystallineShardsPlayer Cursed Ground ---- SupportCursedGroundPlayer Danse Macabre ---- SupportDanseMacabrePlayer Deathmarch ---- SupportDeathmarchPlayer Decaying Hex ---- SupportDecayingHexPlayer Deep Freeze ---- SupportLastingFrostPlayer Derange ---- SupportDerangePlayer -Dissipate ---- SupportDissipatePlayer +Dialla's Desire ---- SupportDiallasDesirePlayer +Doedre's Undoing ---- SupportDoedresUndoingPlayer TriggeredCurseZoneHazardExplosionPlayer Drain Ailments ---- SupportDrainedAilmentPlayer Elemental Army ---- SupportElementalArmyPlayer Elemental Discharge ---- SupportElementalDischargePlayer TriggeredElementalDischargePlayer Elemental Focus ---- SupportElementalFocusPlayer Embitter ---- SupportEmbitterPlayer +Encroaching Ground ---- SupportEncroachingGroundPlayer Energy Barrier ---- SupportEnergyBarrierPlayer +Energy Capacitor ---- SupportEnergyCapacitorPlayer Energy Retention ---- SupportEnergyRetentionPlayer -Enormity ---- SupportEnormityPlayer +Esh's Radiance ---- SupportEshsRadiancePlayer Essence Harvest ---- SupportEssenceHarvestPlayer Excise ---- SupportExcisePlayer Execrate ---- SupportExecratePlayer Expanse ---- SupportExpansePlayer Extraction ---- SupportExtractionPlayer -Feeding Frenzy ---- SupportFeedingFrenzyPlayer +Feeding Frenzy I ---- SupportFeedingFrenzyPlayer +Feeding Frenzy II ---- SupportFeedingFrenzyPlayerTwo Fiery Death ---- SupportFieryDeathPlayer TriggeredFieryDeathPlayer Fire Mastery ---- SupportFireMasteryPlayer Fluke ---- SupportFlukePlayer Focused Curse ---- SupportFocusedCursePlayer Font of Mana ---- SupportManaFountainPlayer -Fortress ---- SupportWallFortressPlayer +Fortress I ---- SupportWallFortressPlayer +Fortress II ---- SupportWallFortressPlayerTwo +Freeze ---- SupportFreezePlayer Freezefork ---- SupportFreezeforkPlayer Frost Nexus ---- SupportChillingIcePlayer Frostfire ---- SupportFrostfirePlayer Frozen Vortex ---- SupportFrozenVortexPlayer TriggeredFrozenVortexPlayer -Glaciation ---- SupportGlaciationPlayer Glacier ---- SupportGlacierPlayer +Harmonic Remnants I ---- SupportFleetingRemnantsPlayer +Harmonic Remnants II ---- SupportFleetingRemnantsPlayerTwo Heightened Curse ---- SupportCurseEffectPlayer Hex Bloom ---- SupportHexBloomPlayer Hinder ---- SupportHinderPlayer Hoarfrost ---- SupportHoarfrostPlayer TriggeredHoarfrostPlayer Hourglass ---- SupportHourglassPlayer +Hulking Minions ---- SupportHulkingMinionsPlayer Ice Bite ---- SupportIceBitePlayer Icicle ---- SupportIciclePlayer Impending Doom ---- ViciousHexSupportPlayer DoomBlastPlayer -Impetus ---- SupportImpetusPlayer Inevitable Critical ---- SupportInevitableCriticalsPlayer Intense Agony ---- SupportIntenseAgonyPlayer +Ixchel's Torment ---- SupportFlukePlayerTwo +Kalisa's Crescendo ---- SupportKalisasCrescendoPlayer +Kulemak's Dominion ---- SupportKulemaksDominionPlayer +Kurgal's Leash ---- SupportKurgalsLeashPlayer Last Gasp ---- SupportLastGaspPlayer Lightning Mastery ---- SupportLightningMasteryPlayer +Living Lightning ---- SupportLivingLightningPlayer TriggeredLivingLightningPlayer +Living Lightning II ---- SupportLivingLightningPlayerTwo TriggeredLivingLightningPlayerTwo Loyalty ---- SupportLoyaltyPlayer -Magnetism ---- SupportMagnetismPlayer -Magnified Effect ---- SupportIncreasedAreaOfEffectPlayer +Magnetic Remnants ---- SupportMagneticRemnantsPlayer +Magnified Area I ---- SupportMagnifiedAreaPlayer +Magnified Area II ---- SupportMagnifiedAreaPlayerTwo Mana Flare ---- SupportManaFlarePlayer TriggeredManaFlarePlayer +Mana Leech ---- SupportManaLeechPlayer Minion Instability ---- SupportMinionInstabilityPlayer Minion Mastery ---- SupportMinionMasteryPlayer -Minion Pact ---- SupportMinionPactPlayer +Minion Pact I ---- SupportMinionPactPlayer +Minion Pact II ---- SupportMinionPactPlayerTwo Muster ---- SupportMusterPlayer -Mysticism ---- SupportMysticismPlayer +Mysticism I ---- SupportMysticismPlayer +Mysticism II ---- SupportMysticismPlayerTwo Nadir ---- SupportNadirPlayer Physical Mastery ---- SupportPhysicalMasteryPlayer Pinpoint Critical ---- SupportPinpointCriticalPlayer +Potent Exposure ---- SupportPotentExposurePlayer Potential ---- SupportPotentialPlayer -Profanity ---- SupportProfanityPlayer +Profanity I ---- SupportProfanityPlayer +Profanity II ---- SupportProfanityPlayerTwo +Rapid Casting I ---- SupportRapidCastingPlayer +Rapid Casting II ---- SupportRapidCastingPlayerTwo +Rapid Casting III ---- SupportRapidCastingPlayerThree Rime ---- SupportRimePlayer Rising Tempest ---- SupportTempestuousTempoPlayer Ritualistic Curse ---- SupportRitualisticCursePlayer -Sacrificial Lamb ---- SupportSacrificialLambPlayer +Romira's Requital ---- SupportRomirasRequitalPlayer +Sacrificial Lamb I ---- SupportSacrificialLambPlayer +Sacrificial Lamb II ---- SupportSacrificialLambPlayerTwo +Sacrificial Offering ---- SupportSacrificalOfferingPlayer +Shock Conduction ---- SupportShockConductionPlayer Shock Siphon ---- SupportEnergyShieldOnShockKillPlayer -Soul Thief ---- SupportManaLeechPlayer +Sione's Temper ---- SupportWildshardsPlayerThree Soulbreaker ---- SupportSoulbreakerPlayer TriggeredSoulbreakerPlayer Spell Cascade ---- SupportSpellCascadePlayer Spell Echo ---- SupportSpellEchoPlayer Stormfire ---- SupportStormfirePlayer -Strip Away ---- SupportStripAwayPlayer Strong Hearted ---- SupportStrongHeartedPlayer -Suffuse ---- SupportSuffusePlayer Supercritical ---- SupportIncreasedCriticalDamagePlayer +Tecrod's Revenge ---- SupportTecrodsRevengePlayer Unbending ---- SupportUnbendingPlayer Unleash ---- SupportUnleashPlayer -Upwelling ---- SupportUpwellingPlayer +Upwelling I ---- SupportUpwellingPlayer +Upwelling II ---- SupportUpwellingPlayerTwo +Varashta's Blessing ---- SupportVarashtasBlessingPlayer Verglas ---- SupportVerglasPlayer +Vilenta's Propulsion ---- SupportVilentasPropulsionPlayer Volatile Power ---- SupportVolatilePowerPlayer Volatility ---- SupportVolatilityPlayer Wildfire ---- SupportWildfirePlayer -Wildshards ---- SupportWildshardsPlayer +Wildshards I ---- SupportWildshardsPlayer +Wildshards II ---- SupportWildshardsPlayerTwo Withering Touch ---- SupportWitheringTouchPlayer -Zenith ---- SupportZenithPlayer +Zarokh's Refrain ---- SupportZarokhsRefrainPlayer +Zenith I ---- SupportZenithPlayer +Zenith II ---- SupportZenithPlayerTwo --------- Active Other --------- +Acidic Concoction ---- AcidicConcoctionPlayer Ancestral Spirits ---- AncestralSpiritsPlayer Bleeding Concoction ---- BleedingConcoctionPlayer +Blink ---- BlinkSandPlayer Blood Boil ---- BloodBoilPlayer Bow Shot ---- MeleeBowPlayer Bursting Fen Toad ---- ExplodingPoisonToadPlayer +Called Shots ---- MetaDeadeyeMarksPlayer SupportMetaDeadeyeMarksPlayer Cast on Charm Use ---- MetaCastOnCharmUsePlayer SupportMetaCastOnCharmUsePlayer +Chaotic Surge ---- ChaosSpearTriggerChaosSurgePlayer Crossbow Shot ---- MeleeCrossbowPlayer UnloadAmmoPlayer +Decompose ---- CorpsewadeCorpseCloudPlayer Demon Form ---- DemonFormPlayer Elemental Expression ---- ElementalExpressionTriggeredPlayer Elemental Storm ---- ElementalStormPlayer +Elemental Surge ---- AmazonTriggerElementalSurgePlayer Encase in Jade ---- EncaseInJadePlayer Explosive Concoction ---- ExplosiveConcoctionPlayer Fire Spell on Melee Hit ---- MetaCastFireSpellOnHitPlayer SupportMetaCastFireSpellOnHitPlayer Fulminating Concoction ---- FulminatingConcoctionPlayer -Infuse Weapon ---- AmazonTriggerElementalInfusionPlayer +Future-Past ---- FuturePastPlayer +Inevitable Agony ---- InevitableAgonyPlayer Into the Breach ---- IntoTheBreachPlayer Life Remnants ---- LifeRemnantsPlayer Mace Strike ---- Melee1HMacePlayer @@ -589,11 +834,11 @@ Manifest Weapon ---- ManifestWeaponPlayer Meditate ---- MeditatePlayer Parry ---- ParryPlayer Pinnacle of Power ---- PinnacleOfPowerPlayer -Poisonous Concoction ---- PoisonousConcoctionPlayer Punch ---- MeleeUnarmedPlayer Quarterstaff Strike ---- MeleeQuarterstaffPlayer Raise Shield ---- ShieldBlockPlayer Ritual Sacrifice ---- RitualSacrificePlayer +Runic Tempering ---- RunicTemperingPlayer Shattering Concoction ---- ShatteringConcoctionPlayer Sorcery Ward ---- SorceryWardPlayer Spear Stab ---- MeleeSpearOffHandPlayer @@ -607,6 +852,7 @@ Time Freeze ---- TimeFreezePlayer Time Snap ---- TimeSnapPlayer Unbound Avatar ---- UnboundAvatarPlayer Unleash ---- UnleashPlayer +Void Illusion ---- VoidIllusionPlayer VoidIllusionSpawnPlayer --------- Support Other --------- diff --git a/src/Export/Skills/SkillGemsExport.txt b/src/Export/Skills/SkillGemsExport.txt new file mode 100644 index 0000000000..3f083d790f --- /dev/null +++ b/src/Export/Skills/SkillGemsExport.txt @@ -0,0 +1,5579 @@ +-- This file is automatically generated, do not edit! +-- Gem data (c) Grinding Gear Games + + --------- Active Strength --------- +#skill AncestralCryPlayer +#set AncestralCryPlayer +#flags +#mods +#skillEnd + +#skill AncestralCryShockwavePlayer +#set AncestralCryShockwavePlayer +#flags +#mods +#skillEnd + +#skill AncestralCryProjectilePlayer +#set AncestralCryProjectilePlayer +#flags +#mods +#skillEnd + +#skill AncestralWarriorTotemPlayer +#set AncestralWarriorTotemPlayer +#flags +#mods +#skillEnd + +#skill SupportAncestralWarriorTotemPlayer +#set SupportAncestralWarriorTotemPlayer +#mods +#skillEnd + +#skill ArmourBreakerPlayer +#set ArmourBreakerPlayer +#flags +#mods +#skillEnd + +#skill ArtilleryBallistaPlayer +#set ArtilleryBallistaPlayer +#flags +#mods +#skillEnd + +#skill ArtilleryBallistaProjectilePlayer +#set ArtilleryBallistaProjectilePlayer +#flags +#mods +#skillEnd + +#skill AttritionPlayer +#set AttritionPlayer +#flags +#mods +#skillEnd + +#skill BerserkPlayer +#set BerserkPlayer +#flags +#mods +#skillEnd + +#skill BlackPowderBlitzReservationPlayer +#set BlackPowderBlitzReservationPlayer +#flags +#mods +#skillEnd + +#skill BlackPowderBlitzPlayer +#set BlackPowderBlitzPlayer +#flags +#mods +#skillEnd + +#skill BoneshatterPlayer +#set BoneshatterPlayer +#flags +#mods +#set BoneshatterShockwavePlayer +#flags +#mods +#skillEnd + +#skill MetaCastOnBlockPlayer +#set MetaCastOnBlockPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnBlockPlayer +#set SupportMetaCastOnBlockPlayer +#mods +#skillEnd + +#skill MetaCastOnMeleeKillPlayer +#set MetaCastOnMeleeKillPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnMeleeKillPlayer +#set SupportMetaCastOnMeleeKillPlayer +#mods +#skillEnd + +#skill MetaCastOnMeleeStunPlayer +#set MetaCastOnMeleeStunPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnMeleeStunPlayer +#set SupportMetaCastOnMeleeStunPlayer +#mods +#skillEnd + +#skill ClusterGrenadePlayer +#set ClusterGrenadePlayer +#flags +#mods +#set ClusterGrenadeMiniPlayer +#flags +#mods +#skillEnd + +#skill CrossbowRequiemAmmoPlayer +#set CrossbowRequiemAmmoPlayer +#flags +#mods +#skillEnd + +#skill CrossbowRequiemPlayer +#set CrossbowRequiemPlayer +#flags +#mods +#skillEnd + +#skill StaffConsecratePlayer +#set StaffConsecratePlayer +#flags +#mods +#skillEnd + +#skill DefianceBannerReservationPlayer +#set DefianceBannerReservationPlayer +#flags +#mods +#skillEnd + +#skill DefianceBannerPlayer +#set DefianceBannerPlayer +#flags +#mods +#skillEnd + +#skill DreadBannerReservationPlayer +#set DreadBannerReservationPlayer +#flags +#mods +#skillEnd + +#skill DreadBannerPlayer +#set DreadBannerPlayer +#flags +#mods +#skillEnd + +#skill EarthquakePlayer +#set EarthquakePlayer +#flags +#mods +#set EarthquakeAftershockPlayer +#flags +#mods +#skillEnd + +#skill EarthshatterPlayer +#set EarthshatterPlayer +#flags +#mods +#set EarthshatterSpikePlayer +#flags +#mods +#skillEnd + +#skill EmergencyReloadPlayer +#set EmergencyReloadPlayer +#flags +#mods +#skillEnd + +#skill ExplosiveGrenadePlayer +#set ExplosiveGrenadePlayer +#flags +#mods +#skillEnd + +#skill FlashGrenadePlayer +#set FlashGrenadePlayer +#flags +#mods +#skillEnd + +#skill ForgeHammerPlayer +#set ForgeHammerPlayer +#flags +#mods +#set ForgeHammerFissurePlayer +#flags +#mods +#skillEnd + +#skill FortifyingCryPlayer +#set FortifyingCryPlayer +#flags +#mods +#skillEnd + +#skill FortifyingCryShockwavePlayer +#set FortifyingCryShockwavePlayer +#flags +#mods +#skillEnd + +#skill ToxicGrenadePlayer +#set ToxicGrenadePlayer +#flags +#mods +#set ToxicGrenadeCloudPlayer +#flags +#mods +#set ToxicGrenadeCloudExplosionPlayer +#flags +#mods +#skillEnd + +#skill GeminiSurgePlayer +#set GeminiSurgeColdPlayer +#flags +#mods +#set GeminiSurgeFirePlayer +#flags +#mods +#skillEnd + +#skill HammerOfTheGodsPlayer +#set HammerOfTheGodsPlayer +#flags +#mods +#skillEnd + +#skill HeraldOfAshPlayer +#set HeraldOfAshPlayer +#flags +#mods +#set HeraldOfAshOnKillPlayer +#flags +#mods +#skillEnd + +#skill UniqueHeraldOfAshPlayer +#set UniqueHeraldOfAshPlayer +#flags +#mods +#set UniqueHeraldOfAshOnKillPlayer +#flags +#mods +#skillEnd + +#skill HeraldOfBloodPlayer +#set HeraldOfBloodPlayer +#flags +#mods +#set HeraldOfBloodExplosionPlayer +#flags +#mods +#skillEnd + +#skill InfernalCryPlayer +#set InfernalCryPlayer +#flags +#mods +#skillEnd + +#skill InfernalCryCorpseExplosionPlayer +#set InfernalCryCorpseExplosionPlayer +#flags +#mods +#skillEnd + +#skill IronWardPlayer +#set IronWardPlayer +#flags +#mods +#skillEnd + +#skill IronWardNovaPlayer +#set IronWardNovaPlayer +#flags +#mods +#skillEnd + +#skill LeapSlamPlayer +#set LeapSlamPlayer +#flags +#mods +#skillEnd + +#skill ArmourPiercingBoltsAmmoPlayer +#set ArmourPiercingBoltsAmmoPlayer +#flags +#mods +#skillEnd + +#skill ArmourPiercingBoltsPlayer +#set ArmourPiercingBoltsPlayer +#flags +#mods +#skillEnd + +#skill ExplosiveShotAmmoPlayer +#set ExplosiveShotAmmoPlayer +#flags +#mods +#skillEnd + +#skill ExplosiveShotPlayer +#set ExplosiveShotPlayer +#flags +#mods +#set ExplosiveShotExplosionPlayer +#flags +#mods +#skillEnd + +#skill FragmentationRoundsAmmoPlayer +#set FragmentationRoundsAmmoPlayer +#flags +#mods +#skillEnd + +#skill FragmentationRoundsPlayer +#set FragmentationRoundsPlayer +#flags +#mods +#set FragmentationRoundsFreezeShatterPlayer +#flags +#mods +#skillEnd + +#skill GalvanicShardsAmmoPlayer +#set GalvanicShardsAmmoPlayer +#flags +#mods +#skillEnd + +#skill GalvanicShardsPlayer +#set GalvanicShardsPlayer +#flags +#mods +#set GalvanicShardsBeamPlayer +#flags +#mods +#skillEnd + +#skill GlacialBoltAmmoPlayer +#set GlacialBoltAmmoPlayer +#flags +#mods +#skillEnd + +#skill GlacialBoltPlayer +#set GlacialBoltPlayer +#flags +#mods +#set GlacialBoltWallPlayer +#flags +#mods +#skillEnd + +#skill HailstormRoundsAmmoPlayer +#set HailstormRoundsAmmoPlayer +#flags +#mods +#skillEnd + +#skill HailstormRoundsPlayer +#set HailstormRoundsPlayer +#flags +#mods +#skillEnd + +#skill HighVelocityRoundsAmmoPlayer +#set HighVelocityRoundsAmmoPlayer +#flags +#mods +#skillEnd + +#skill HighVelocityRoundsPlayer +#set HighVelocityRoundsPlayer +#flags +#mods +#set HighVelocityRoundsArmourBrokenPlayer +#flags +#mods +#skillEnd + +#skill IceShardsAmmoPlayer +#set IceShardsAmmoPlayer +#flags +#mods +#skillEnd + +#skill IceShardsPlayer +#set IceShardsPlayer +#flags +#mods +#set IceShardsShardPlayer +#flags +#mods +#skillEnd + +#skill IncendiaryShotAmmoPlayer +#set IncendiaryShotAmmoPlayer +#flags +#mods +#skillEnd + +#skill IncendiaryShotPlayer +#set IncendiaryShotPlayer +#flags +#mods +#skillEnd + +#skill PermafrostBoltsAmmoPlayer +#set PermafrostBoltsAmmoPlayer +#flags +#mods +#skillEnd + +#skill PermafrostBoltsPlayer +#set PermafrostBoltsPlayer +#flags +#mods +#skillEnd + +#skill PlasmaBlastAmmoPlayer +#set PlasmaBlastAmmoPlayer +#flags +#mods +#skillEnd + +#skill PlasmaBlastPlayer +#set PlasmaBlastPlayer +#flags +#mods +#set PlasmaBlastExplosionPlayer +#flags +#mods +#skillEnd + +#skill RapidShotAmmoPlayer +#set RapidShotAmmoPlayer +#flags +#mods +#skillEnd + +#skill RapidShotPlayer +#set RapidShotPlayer +#flags +#mods +#skillEnd + +#skill ShockburstRoundsAmmoPlayer +#set ShockburstRoundsAmmoPlayer +#flags +#mods +#skillEnd + +#skill ShockburstRoundsPlayer +#set ShockburstRoundsPlayer +#flags +#mods +#set ShockburstRoundsExplosionPlayer +#flags +#mods +#skillEnd + +#skill SiegeCascadeAmmoPlayer +#set SiegeCascadeAmmoPlayer +#flags +#mods +#skillEnd + +#skill SiegeCascadePlayer +#set SiegeCascadePlayer +#flags +#mods +#set SiegeCascadeExplodePlayer +#flags +#mods +#skillEnd + +#skill StormblastBoltsAmmoPlayer +#set StormblastBoltsAmmoPlayer +#flags +#mods +#skillEnd + +#skill StormblastBoltsPlayer +#set StormblastBoltsPlayer +#flags +#mods +#set StormblastBoltsExplosionPlayer +#flags +#mods +#skillEnd + +#skill MagmaBarrierPlayer +#set MagmaBarrierPlayer +#flags +#mods +#skillEnd + +#skill MagmaSprayPlayer +#set MagmaSprayPlayer +#flags +#mods +#skillEnd + +#skill MoltenBlastPlayer +#set MoltenBlastPlayer +#flags +#mods +#set MoltenBlastSecondaryPlayer +#flags +#mods +#skillEnd + +#skill MetaMortarCannonPlayer +#set MetaMortarCannonPlayer +#flags +#mods +#skillEnd + +#skill SupportMortarCannonPlayer +#set SupportMortarCannonPlayer +#mods +#skillEnd + +#skill OilGrenadePlayer +#set OilGrenadePlayer +#flags +#mods +#skillEnd + +#skill OverwhelmingPresencePlayer +#set OverwhelmingPresencePlayer +#flags +#mods +#skillEnd + +#skill PerfectStrikePlayer +#set PerfectStrikePlayer +#flags +#mods +#set PerfectStrikeShockwavePlayer +#flags +#mods +#skillEnd + +#skill ResonatingShieldPlayer +#set ResonatingShieldPlayer +#flags +#mods +#skillEnd + +#skill RollingSlamPlayer +#set RollingSlamPlayer +#flags +#mods +#set RollingSlamFirstSlamPlayer +#flags +#mods +#set RollingSlamSecondSlamPlayer +#flags +#mods +#skillEnd + +#skill ScavengedPlatingPlayer +#set ScavengedPlatingPlayer +#flags +#mods +#skillEnd + +#skill SeismicCryPlayer +#set SeismicCryPlayer +#flags +#mods +#skillEnd + +#skill ShardScavengerPlayer +#set ShardScavengerPlayer +#flags +#mods +#skillEnd + +#skill ShieldChargePlayer +#set ShieldChargePlayer +#flags +#mods +#set ShieldChargeFinalConePlayer +#flags +#mods +#skillEnd + +#skill ShieldWallPlayer +#set ShieldWallPlayer +#flags +#mods +#skillEnd + +#skill ShockwaveTotemPlayer +#set ShockwaveTotemPlayer +#flags +#mods +#skillEnd + +#skill ShockwaveTotemQuakePlayer +#set ShockwaveTotemQuakePlayer +#flags +#mods +#set ShockwaveTotemJaggedQuakePlayer +#flags +#mods +#skillEnd + +#skill SiegeBallistaPlayer +#set SiegeBallistaPlayer +#flags +#mods +#skillEnd + +#skill SiegeBallistaProjectilePlayer +#set SiegeBallistaProjectilePlayer +#flags +#mods +#set SiegeBallistaProjectileExplodePlayer +#flags +#mods +#skillEnd + +#skill StampedePlayer +#set StampedePlayer +#flags +#mods +#set StampedeSlamPlayer +#flags +#mods +#set StampedeEruptionPlayer +#flags +#mods +#skillEnd + +#skill SunderPlayer +#set SunderPlayer +#flags +#mods +#set SunderShockwavePlayer +#flags +#mods +#skillEnd + +#skill SuperchargedSlamPlayer +#set SuperchargedSlamPlayer +#flags +#mods +#set SuperchargedSlamAftershockPlayer +#flags +#mods +#skillEnd + +#skill MetaCastLightningSpellOnHitPlayer +#set MetaCastLightningSpellOnHitPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastLightningSpellOnHitPlayer +#set SupportMetaCastLightningSpellOnHitPlayer +#mods +#skillEnd + +#skill TimeOfNeedPlayer +#set TimeOfNeedPlayer +#flags +#mods +#skillEnd + +#skill ValakosChargePlayer +#set ValakosChargePlayer +#flags +#mods +#set ValakosChargeArcPlayer +#flags +#mods +#skillEnd + +#skill VolcanicFissurePlayer +#set VolcanicFissurePlayer +#flags +#mods +#skillEnd + +#skill ShockGrenadePlayer +#set ShockGrenadePlayer +#flags +#mods +#skillEnd + +#skill WarBannerReservationPlayer +#set WarBannerReservationPlayer +#flags +#mods +#skillEnd + +#skill WarBannerPlayer +#set WarBannerPlayer +#flags +#mods +#skillEnd + + + --------- Support Strength --------- +#skill SupportAftershockChancePlayer +#set SupportAftershockChancePlayer +#mods +#skillEnd + +#skill SupportAftershockChancePlayerTwo +#set SupportAftershockChancePlayerTwo +#mods +#skillEnd + +#skill SupportAftershockChancePlayerThree +#set SupportAftershockChancePlayerThree +#mods +#skillEnd + +#skill SupportAmanamusTithePlayer +#set SupportAmanamusTithePlayer +#mods +#skillEnd + +#skill SupportAncestralAidPlayer +#set SupportAncestralAidPlayer +#mods +#skillEnd + +#skill SupportAncestralCallPlayer +#set SupportAncestralCallPlayer +#mods +#skillEnd + +#skill SupportAncestralCallPlayerTwo +#set SupportAncestralCallPlayerTwo +#mods +#skillEnd + +#skill SupportAncestralCallPlayerThree +#set SupportAncestralCallPlayerThree +#mods +#skillEnd + +#skill SupportArmourBreakPlayer +#set SupportArmourBreakPlayer +#mods +#skillEnd + +#skill SupportArmourBreakPlayerTwo +#set SupportArmourBreakPlayerTwo +#mods +#skillEnd + +#skill SupportArmourBreakPlayerThree +#set SupportArmourBreakPlayerThree +#mods +#skillEnd + +#skill SupportArmourDemolisherPlayer +#set SupportArmourDemolisherPlayer +#mods +#skillEnd + +#skill SupportArmourDemolisherPlayerTwo +#set SupportArmourDemolisherPlayerTwo +#mods +#skillEnd + +#skill SupportArmourExplosionPlayer +#set SupportArmourExplosionPlayer +#mods +#skillEnd + +#skill ArmourExplosionPlayer +#set ArmourExplosion +#flags +#mods +#skillEnd + +#skill SupportArmsLengthPlayer +#set SupportArmsLengthPlayer +#mods +#skillEnd + +#skill SupportAtaluiBloodlettingPlayer +#set SupportAtaluiBloodlettingPlayer +#mods +#skillEnd + +#skill SupportAutoReloadPlayer +#set SupportAutoReloadPlayer +#mods +#skillEnd + +#skill SupportBarbsPlayer +#set SupportBarbsPlayer +#mods +#skillEnd + +#skill SupportBarbsPlayerTwo +#set SupportBarbsPlayerTwo +#mods +#skillEnd + +#skill SupportBarbsPlayerThree +#set SupportBarbsPlayerThree +#mods +#skillEnd + +#skill SupportBattershoutPlayer +#set SupportBattershoutPlayer +#mods +#skillEnd + +#skill TriggeredBattershoutExplosionPlayer +#set TriggeredBattershoutExplosionPlayer +#flags +#mods +#skillEnd + +#skill SupportBeheadPlayer +#set SupportBeheadPlayer +#mods +#skillEnd + +#skill SupportBeheadPlayerTwo +#set SupportBeheadPlayerTwo +#mods +#skillEnd + +#skill SupportBleedPlayer +#set SupportBleedPlayer +#mods +#skillEnd + +#skill SupportBleedPlayerTwo +#set SupportBleedPlayerTwo +#mods +#skillEnd + +#skill SupportBleedPlayerThree +#set SupportBleedPlayerThree +#mods +#skillEnd + +#skill SupportBleedPlayerFour +#set SupportBleedPlayerFour +#mods +#skillEnd + +#skill SupportBloodlustPlayer +#set SupportBloodlustPlayer +#mods +#skillEnd + +#skill SupportBranchingFissuresPlayer +#set SupportBranchingFissuresPlayer +#mods +#skillEnd + +#skill SupportBranchingFissuresPlayerTwo +#set SupportBranchingFissuresPlayerTwo +#mods +#skillEnd + +#skill SupportEnduranceChargeOnArmourBreak +#set SupportEnduranceChargeOnArmourBreak +#mods +#skillEnd + +#skill SupportBrinkPlayer +#set SupportBrinkPlayer +#mods +#skillEnd + +#skill SupportBrinkPlayerTwo +#set SupportBrinkPlayerTwo +#mods +#skillEnd + +#skill SupportBrutalityPlayer +#set SupportBrutalityPlayer +#mods +#skillEnd + +#skill SupportBrutalityPlayerTwo +#set SupportBrutalityPlayerTwo +#mods +#skillEnd + +#skill SupportBrutalityPlayerThree +#set SupportBrutalityPlayerThree +#mods +#skillEnd + +#skill SupportBrutusBrainPlayer +#set SupportBrutusBrainPlayer +#mods +#skillEnd + +#skill SupportCannibalismPlayer +#set SupportCannibalismPlayer +#mods +#skillEnd + +#skill SupportCannibalismPlayerTwo +#set SupportCannibalismPlayerTwo +#mods +#skillEnd + +#skill SupportClashPlayer +#set SupportClashPlayer +#mods +#skillEnd + +#skill CompressedDurationSupportPlayer +#set CompressedDurationSupportPlayer +#mods +#skillEnd + +#skill CompressedDurationSupportPlayerTwo +#set CompressedDurationSupportPlayerTwo +#mods +#skillEnd + +#skill SupportConcoctPlayer +#set SupportConcoctPlayer +#mods +#skillEnd + +#skill SupportConcoctPlayerTwo +#set SupportConcoctPlayerTwo +#mods +#skillEnd + +#skill SupportCoolheadedPlayer +#set SupportCoolheadedPlayer +#mods +#skillEnd + +#skill SupportCorruptingCryPlayer +#set SupportCorruptingCryPlayer +#mods +#skillEnd + +#skill SupportCorruptingCryPlayerTwo +#set SupportCorruptingCryPlayerTwo +#mods +#skillEnd + +#skill SupportCraterPlayer +#set SupportCraterPlayer +#mods +#skillEnd + +#skill TriggeredCraterPlayer +#set TriggeredCraterPlayer +#flags +#mods +#skillEnd + +#skill SupportDaressosPassionPlayer +#set SupportDaressosPassionPlayer +#mods +#skillEnd + +#skill SupportDauntlessPlayer +#set SupportDauntlessPlayer +#mods +#skillEnd + +#skill SupportDazingCryPlayer +#set SupportDazingCryPlayer +#mods +#skillEnd + +#skill SupportDeepCutsPlayer +#set SupportDeepCutsPlayer +#mods +#skillEnd + +#skill SupportDeepCutsPlayerTwo +#set SupportDeepCutsPlayerTwo +#mods +#skillEnd + +#skill SupportDefyPlayer +#set SupportDefyPlayer +#mods +#skillEnd + +#skill SupportDefyPlayerTwo +#set SupportDefyPlayerTwo +#mods +#skillEnd + +#skill SupportDesperationPlayer +#set SupportDesperationPlayer +#mods +#skillEnd + +#skill SupportDevastatePlayer +#set SupportDevastatePlayer +#mods +#skillEnd + +#skill SupportDirestrikePlayer +#set SupportDirestrikePlayer +#mods +#skillEnd + +#skill SupportDirestrikePlayerTwo +#set SupportDirestrikePlayerTwo +#mods +#skillEnd + +#skill SupportDoubleBarrelPlayer +#set SupportDoubleBarrelPlayer +#mods +#skillEnd + +#skill SupportDoubleBarrelPlayerTwo +#set SupportDoubleBarrelPlayerTwo +#mods +#skillEnd + +#skill SupportDoubleBarrelPlayerThree +#set SupportDoubleBarrelPlayerThree +#mods +#skillEnd + +#skill SupportEfficiencyPlayer +#set SupportEfficiencyPlayer +#mods +#skillEnd + +#skill SupportEfficiencyPlayerTwo +#set SupportEfficiencyPlayerTwo +#mods +#skillEnd + +#skill SupportEinharsBeastritePlayer +#set SupportEinharsBeastritePlayer +#mods +#skillEnd + +#skill SupportElementalArmamentPlayer +#set SupportElementalArmamentPlayer +#mods +#skillEnd + +#skill SupportElementalArmamentPlayerTwo +#set SupportElementalArmamentPlayerTwo +#mods +#skillEnd + +#skill SupportElementalArmamentPlayerThree +#set SupportElementalArmamentPlayerThree +#mods +#skillEnd + +#skill SupportHeavyStunEndurancePlayerOne +#set SupportHeavyStunEndurancePlayerOne +#mods +#skillEnd + +#skill SupportHeavyStunEndurancePlayerTwo +#set SupportHeavyStunEndurancePlayerTwo +#mods +#skillEnd + +#skill SupportEnragedWarcryPlayer +#set SupportEnragedWarcryPlayer +#mods +#skillEnd + +#skill SupportEnragedWarcryPlayerTwo +#set SupportEnragedWarcryPlayerTwo +#mods +#skillEnd + +#skill SupportIgniteDurationPlayer +#set SupportIgniteDurationPlayer +#mods +#skillEnd + +#skill SupportIgniteDurationPlayerTwo +#set SupportIgniteDurationPlayerTwo +#mods +#skillEnd + +#skill SupportIgniteDurationPlayerThree +#set SupportIgniteDurationPlayerThree +#mods +#skillEnd + +#skill SupportExecutePlayer +#set SupportExecutePlayer +#mods +#skillEnd + +#skill SupportExecutePlayerTwo +#set SupportExecutePlayerTwo +#mods +#skillEnd + +#skill SupportExecutePlayerThree +#set SupportExecutePlayerThree +#mods +#skillEnd + +#skill SupportExploitWeaknessPlayer +#set SupportExploitWeaknessPlayer +#mods +#skillEnd + +#skill SupportAddedFireDamagePlayer +#set SupportAddedFireDamagePlayer +#mods +#skillEnd + +#skill SupportFireExposurePlayer +#set SupportFireExposurePlayer +#mods +#skillEnd + +#skill SupportFirePenetrationPlayer +#set SupportFirePenetrationPlayer +#mods +#skillEnd + +#skill SupportFirePenetrationPlayerTwo +#set SupportFirePenetrationPlayerTwo +#mods +#skillEnd + +#skill SupportFirstBloodPlayer +#set SupportFirstBloodPlayer +#mods +#skillEnd + +#skill FistOfWarSupportPlayer +#set FistOfWarSupportPlayer +#mods +#skillEnd + +#skill FistOfWarSupportPlayerTwo +#set FistOfWarSupportPlayerTwo +#mods +#skillEnd + +#skill FistOfWarSupportPlayerThree +#set FistOfWarSupportPlayerThree +#mods +#skillEnd + +#skill SupportFlamePillarPlayer +#set SupportFlamePillarPlayer +#mods +#skillEnd + +#skill TriggeredFlamePillarPlayer +#set TriggeredFlamePillarPlayer +#flags +#mods +#skillEnd + +#skill SupportFlamepiercePlayer +#set SupportFlamepiercePlayer +#mods +#skillEnd + +#skill SupportBloodFountainPlayer +#set SupportBloodFountainPlayer +#mods +#skillEnd + +#skill SupportRageFountainPlayer +#set SupportRageFountainPlayer +#mods +#skillEnd + +#skill SupportFreshClipPlayer +#set SupportFreshClipPlayer +#mods +#skillEnd + +#skill SupportFreshClipPlayerTwo +#set SupportFreshClipPlayerTwo +#mods +#skillEnd + +#skill SupportGreatwoodPlayer +#set SupportGreatwoodPlayer +#mods +#skillEnd + +#skill SupportGreatwoodPlayerTwo +#set SupportGreatwoodPlayerTwo +#mods +#skillEnd + +#skill SupportHaemocrystalsPlayer +#set SupportHaemocrystalsPlayer +#mods +#skillEnd + +#skill TriggeredHaemocrystalsPlayer +#set TriggeredHaemocrystalsPlayer +#flags +#mods +#skillEnd + +#skill SupportHardyTotemsPlayer +#set SupportHardyTotemsPlayer +#mods +#skillEnd + +#skill SupportHardyTotemsPlayerTwo +#set SupportHardyTotemsPlayerTwo +#mods +#skillEnd + +#skill SupportMeleePhysicalDamagePlayer +#set SupportMeleePhysicalDamagePlayer +#mods +#skillEnd + +#skill SupportHeftPlayer +#set SupportHeftPlayer +#mods +#skillEnd + +#skill SupportHerbalismPlayer +#set SupportHerbalismPlayer +#mods +#skillEnd + +#skill SupportHerbalismPlayerTwo +#set SupportHerbalismPlayerTwo +#mods +#skillEnd + +#skill SupportHolyDescentPlayer +#set SupportHolyDescentPlayer +#mods +#skillEnd + +#skill SupportIgnitePlayer +#set SupportIgnitePlayer +#mods +#skillEnd + +#skill SupportIgnitePlayerTwo +#set SupportIgnitePlayerTwo +#mods +#skillEnd + +#skill SupportIgnitePlayerThree +#set SupportIgnitePlayerThree +#mods +#skillEnd + +#skill SupportImmolatePlayer +#set SupportImmolatePlayer +#mods +#skillEnd + +#skill ImpactShockwaveSupportPlayer +#set ImpactShockwaveSupportPlayer +#mods +#skillEnd + +#skill SupportIncisionPlayer +#set SupportIncisionPlayer +#mods +#skillEnd + +#skill SupportInfernalLegionPlayer +#set SupportInfernalLegionPlayer +#mods +#skillEnd + +#skill SupportInfernalLegionPlayerTwo +#set SupportInfernalLegionPlayerTwo +#mods +#skillEnd + +#skill SupportInfernalLegionPlayerThree +#set SupportInfernalLegionPlayerThree +#mods +#skillEnd + +#skill SupportJaggedGroundPlayer +#set SupportJaggedGroundPlayer +#mods +#skillEnd + +#skill SupportJaggedGroundPlayerTwo +#set SupportJaggedGroundPlayerTwo +#mods +#skillEnd + +#skill SupportKaomsMadnessPlayer +#set SupportKaomsMadnessPlayer +#mods +#skillEnd + +#skill SupportKnockbackPlayer +#set SupportKnockbackPlayer +#mods +#skillEnd + +#skill SupportLastingGroundPlayer +#set SupportLastingGroundPlayer +#mods +#skillEnd + +#skill SupportLifeLeechPlayer +#set SupportLifeLeechPlayer +#mods +#skillEnd + +#skill SupportLifeLeechPlayerTwo +#set SupportLifeLeechPlayerTwo +#mods +#skillEnd + +#skill SupportLifeLeechPlayerThree +#set SupportLifeLeechPlayerThree +#mods +#skillEnd + +#skill SupportBloodMagicPlayer +#set SupportBloodMagicPlayer +#mods +#skillEnd + +#skill SupportLongFusePlayer +#set SupportLongFusePlayer +#mods +#skillEnd + +#skill SupportLongFusePlayerTwo +#set SupportLongFusePlayerTwo +#mods +#skillEnd + +#skill SupportMeatShieldPlayer +#set SupportMeatShieldPlayer +#mods +#skillEnd + +#skill SupportMeatShieldPlayerTwo +#set SupportMeatShieldPlayerTwo +#mods +#skillEnd + +#skill SupportCorruptingCryPlayerThree +#set SupportCorruptingCryPlayerThree +#mods +#skillEnd + +#skill SupportPersistentGroundPlayer +#set SupportPersistentGroundPlayer +#mods +#skillEnd + +#skill SupportPersistentGroundPlayerTwo +#set SupportPersistentGroundPlayerTwo +#mods +#skillEnd + +#skill SupportPersistentGroundPlayerThree +#set SupportPersistentGroundPlayerThree +#mods +#skillEnd + +#skill SupportEmpoweredDamagePlayer +#set SupportEmpoweredDamagePlayer +#mods +#skillEnd + +#skill ProlongedDurationSupportPlayer +#set ProlongedDurationSupportPlayer +#mods +#skillEnd + +#skill ProlongedDurationSupportPlayerTwo +#set ProlongedDurationSupportPlayerTwo +#mods +#skillEnd + +#skill ProlongedDurationSupportPlayerThree +#set ProlongedDurationSupportPlayerThree +#mods +#skillEnd + +#skill SupportQuillburstPlayer +#set SupportQuillburstPlayer +#mods +#skillEnd + +#skill TriggeredQuillburstPlayer +#set TriggeredQuillburstPlayer +#flags +#mods +#skillEnd + +#skill SupportRagePlayer +#set SupportRagePlayer +#mods +#skillEnd + +#skill SupportRagePlayerTwo +#set SupportRagePlayerTwo +#mods +#skillEnd + +#skill SupportRagePlayerThree +#set SupportRagePlayerThree +#mods +#skillEnd + +#skill SupportRageforgedPlayer +#set SupportRageforgedPlayer +#mods +#skillEnd + +#skill SupportRageforgedPlayerTwo +#set SupportRageforgedPlayerTwo +#mods +#skillEnd + +#skill SupportRagingCryPlayer +#set SupportRagingCryPlayer +#mods +#skillEnd + +#skill SupportRallyPlayer +#set SupportRallyPlayer +#mods +#skillEnd + +#skill SupportRefractionPlayer +#set SupportRefractionPlayer +#mods +#skillEnd + +#skill SupportRefractionPlayerTwo +#set SupportRefractionPlayerTwo +#mods +#skillEnd + +#skill SupportRefractionPlayerThree +#set SupportRefractionPlayerThree +#mods +#skillEnd + +#skill SupportReinforcedTotemsPlayer +#set SupportReinforcedTotemsPlayer +#mods +#skillEnd + +#skill SupportReinforcedTotemsPlayerTwo +#set SupportReinforcedTotemsPlayerTwo +#mods +#skillEnd + +#skill SupportRelentlessRagePlayer +#set SupportRelentlessRagePlayer +#mods +#skillEnd + +#skill SupportInterludePlayer +#set SupportInterludePlayer +#mods +#skillEnd + +#skill SupportInterludePlayerTwo +#set SupportInterludePlayerTwo +#mods +#skillEnd + +#skill SupportInterludePlayerThree +#set SupportInterludePlayerThree +#mods +#skillEnd + +#skill SupportRetaliatePlayer +#set SupportRetaliatePlayer +#mods +#skillEnd + +#skill SupportRetaliatePlayerTwo +#set SupportRetaliatePlayerTwo +#mods +#skillEnd + +#skill SupportReveberatePlayer +#set SupportReveberatePlayer +#mods +#skillEnd + +#skill SupportRipPlayer +#set SupportRipPlayer +#mods +#skillEnd + +#skill SupportRupturePlayer +#set SupportRupturePlayer +#mods +#skillEnd + +#skill SupportRustedSpikesPlayer +#set SupportRustedSpikesPlayer +#mods +#skillEnd + +#skill RuthlessSupportPlayer +#set RuthlessSupportPlayer +#mods +#skillEnd + +#skill SupportDeadlyIgnitesPlayer +#set SupportDeadlyIgnitesPlayer +#mods +#skillEnd + +#skill SupportDeadlyIgnitesPlayerTwo +#set SupportDeadlyIgnitesPlayerTwo +#mods +#skillEnd + +#skill SupportSeeRedPlayer +#set SupportSeeRedPlayer +#mods +#skillEnd + +#skill SupportSelflessRemnantsPlayer +#set SupportSelflessRemnantsPlayer +#mods +#skillEnd + +#skill SupportShortFusePlayer +#set SupportShortFusePlayer +#mods +#skillEnd + +#skill SupportShortFusePlayerTwo +#set SupportShortFusePlayerTwo +#mods +#skillEnd + +#skill SupportSkitteringStonePlayer +#set SupportSkitteringStonePlayer +#mods +#skillEnd + +#skill TriggeredSkitteringStonePlayer +#set TriggeredSkitteringStonePlayer +#flags +#mods +#skillEnd + +#skill SupportSkitteringStonePlayerTwo +#set SupportSkitteringStonePlayerTwo +#mods +#skillEnd + +#skill TriggeredSkitteringStonePlayerTwo +#set TriggeredSkitteringStonePlayerTwo +#flags +#mods +#skillEnd + +#skill SupportSparPlayer +#set SupportSparPlayer +#mods +#skillEnd + +#skill SupportSteadfastPlayer +#set SupportSteadfastPlayer +#mods +#skillEnd + +#skill SupportSteadfastPlayerTwo +#set SupportSteadfastPlayerTwo +#mods +#skillEnd + +#skill SupportStoicismPlayer +#set SupportStoicismPlayer +#mods +#skillEnd + +#skill SupportStoicismPlayerTwo +#set SupportStoicismPlayerTwo +#mods +#skillEnd + +#skill SupportStompingGroundPlayer +#set SupportStompingGroundPlayer +#mods +#skillEnd + +#skill StompingGroundShockwavePlayer +#set StompingGroundShockwavePlayer +#flags +#mods +#skillEnd + +#skill SupportStunPlayer +#set SupportStunPlayer +#mods +#skillEnd + +#skill SupportStunPlayerTwo +#set SupportStunPlayerTwo +#mods +#skillEnd + +#skill SupportStunPlayerThree +#set SupportStunPlayerThree +#mods +#skillEnd + +#skill SupportSyzygyPlayer +#set SupportSyzygyPlayer +#mods +#skillEnd + +#skill SupportHardyTotemsPlayerThree +#set SupportHardyTotemsPlayerThree +#mods +#skillEnd + +#skill TriggeredSplinterExplosionHardyTotems +#set TriggeredSplinterExplosionHardyTotems +#flags +#mods +#skillEnd + +#skill SupportTearPlayer +#set SupportTearPlayer +#mods +#skillEnd + +#skill SupportThornskinPlayer +#set SupportThornskinPlayer +#mods +#skillEnd + +#skill SupportThornskinPlayerTwo +#set SupportThornskinPlayerTwo +#mods +#skillEnd + +#skill SupportTirelessPlayer +#set SupportTirelessPlayer +#mods +#skillEnd + +#skill SupportTremorsPlayer +#set SupportTremorsPlayer +#mods +#skillEnd + +#skill SupportUhtredAuguryPlayer +#set SupportUhtredAuguryPlayer +#mods +#skillEnd + +#skill SupportUhtredExodusPlayer +#set SupportUhtredExodusPlayer +#mods +#skillEnd + +#skill SupportUhtredOmenPlayer +#set SupportUhtredOmenPlayer +#mods +#skillEnd + +#skill SupportUnabatingPlayer +#set SupportUnabatingPlayer +#mods +#skillEnd + +#skill UnbreakableSupportPlayer +#set UnbreakableSupportPlayer +#mods +#skillEnd + +#skill SupportUnderminePlayer +#set SupportUnderminePlayer +#mods +#skillEnd + +#skill SupportUnsteadyTempoPlayer +#set SupportUnsteadyTempoPlayer +#mods +#skillEnd + +#skill SupportUnyieldingPlayer +#set SupportUnyieldingPlayer +#mods +#skillEnd + +#skill SupportUpheavalPlayer +#set SupportUpheavalPlayer +#mods +#skillEnd + +#skill SupportUpheavalPlayerTwo +#set SupportUpheavalPlayerTwo +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayer +#set SupportUrgentTotemsPlayer +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayerTwo +#set SupportUrgentTotemsPlayerTwo +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayerThree +#set SupportUrgentTotemsPlayerThree +#mods +#skillEnd + +#skill SupportUruksSmeltingPlayer +#set SupportUruksSmeltingPlayer +#mods +#skillEnd + +#skill SupportUulNetolsEmbracePlayer +#set SupportUulNetolsEmbracePlayer +#mods +#skillEnd + +#skill SupportVanguardPlayer +#set SupportVanguardPlayer +#mods +#skillEnd + +#skill SupportVanguardPlayerTwo +#set SupportVanguardPlayerTwo +#mods +#skillEnd + +#skill SupportVitalityPlayer +#set SupportVitalityPlayer +#mods +#skillEnd + +#skill SupportVitalityPlayerTwo +#set SupportVitalityPlayerTwo +#mods +#skillEnd + +#skill SupportVolcanicEruptionPlayer +#set SupportVolcanicEruptionPlayer +#mods +#skillEnd + +#skill TriggeredVolcanicEruptionPlayer +#set TriggeredVolcanicEruptionPlayer +#flags +#mods +#skillEnd + +#skill SupportXophsPyrePlayer +#set SupportXophsPyrePlayer +#mods +#skillEnd + + + --------- Active Dexterity --------- +#skill AlchemistsBoonPlayer +#set AlchemistsBoonPlayer +#flags +#mods +#skillEnd + +#skill BarragePlayer +#set BarragePlayer +#flags +#mods +#skillEnd + +#skill BloodHuntPlayer +#set BloodHuntPlayer +#flags +#mods +#set BloodHuntExplosionPlayer +#flags +#mods +#skillEnd + +#skill BloodhoundsMarkPlayer +#set BloodhoundsMarkPlayer +#flags +#mods +#skillEnd + +#skill BloodhoundsMarkExplosionPlayer +#set BloodhoundsMarkExplosionPlayer +#flags +#mods +#skillEnd + +#skill CombatFrenzyPlayer +#set CombatFrenzyPlayer +#flags +#mods +#skillEnd + +#skill SummonBeastPlayer +#set SummonBeastPlayer +#flags +#mods +#skillEnd + +#skill CullTheWeakPlayer +#set CullTheWeakPlayer +#flags +#mods +#skillEnd + +#skill DetonatingArrowPlayer +#set DetonatingArrowPlayer +#flags +#mods +#set DetonatingArrowExplosionPlayer +#flags +#mods +#skillEnd + +#skill DisengagePlayer +#set DisengagePlayer +#flags +#mods +#set DisengageShockwavePlayer +#flags +#mods +#skillEnd + +#skill ElectrocutingArrowPlayer +#set ElectrocutingArrowPlayer +#flags +#mods +#skillEnd + +#skill ElementalSiphonPlayer +#set ElementalSiphonPlayer +#flags +#mods +#set ElementalSiphonColdPlayer +#flags +#mods +#set ElementalSiphonFirePlayer +#flags +#mods +#set ElementalSiphonLightningPlayer +#flags +#mods +#skillEnd + +#skill ElementalSunderingPlayer +#set ElementalSunderingPlayer +#flags +#mods +#set ElementalSunderingColdPlayer +#flags +#mods +#set ElementalSunderingFirePlayer +#flags +#mods +#set ElementalSunderingLightningPlayer +#flags +#mods +#skillEnd + +#skill EscapeShotPlayer +#set EscapeShotPlayer +#flags +#mods +#skillEnd + +#skill EscapeShotIceFragmentPlayer +#set EscapeShotIceFragmentPlayer +#flags +#mods +#skillEnd + +#skill ExplosiveSpearPlayer +#set ExplosiveSpearPlayer +#flags +#mods +#set ExplosiveSpearExplodePlayer +#flags +#mods +#set ExplosiveSpearInfusedExplodePlayer +#flags +#mods +#skillEnd + +#skill FangsOfFrostPlayer +#set FangsOfFrostPlayer +#flags +#mods +#set FangsOfFrostBurstPlayer +#flags +#mods +#skillEnd + +#skill FreezingSalvoPlayer +#set FreezingSalvoPlayer +#flags +#mods +#skillEnd + +#skill GasArrowPlayer +#set GasArrowPlayer +#flags +#mods +#set GasArrowGasDegenPlayer +#flags +#mods +#set GasArrowGasExplosionPlayer +#flags +#mods +#skillEnd + +#skill GlacialLancePlayer +#set GlacialLancePlayer +#flags +#mods +#set GlacialLanceWallsPlayer +#flags +#mods +#skillEnd + +#skill HeraldOfPlaguePlayer +#set HeraldOfPlaguePlayer +#flags +#mods +#skillEnd + +#skill HeraldOfThunderPlayer +#set HeraldOfThunderPlayer +#flags +#mods +#set HeraldOfThunderOnKillPlayer +#flags +#mods +#skillEnd + +#skill UniqueHeraldOfThunderPlayer +#set UniqueHeraldOfThunderPlayer +#flags +#mods +#set UniqueHeraldOfThunderOnKillPlayer +#flags +#mods +#skillEnd + +#skill IceShotPlayer +#set IceShotPlayer +#flags +#mods +#set IceShotShardPlayer +#flags +#mods +#skillEnd + +#skill IceTippedArrowsPlayer +#set IceTippedArrowsPlayer +#flags +#mods +#skillEnd + +#skill IceTippedArrowsIceFragmentPlayer +#set IceTippedArrowsIceFragmentPlayer +#flags +#mods +#skillEnd + +#skill LightningArrowPlayer +#set LightningArrowPlayer +#flags +#mods +#set LightningArrowArcPlayer +#flags +#mods +#skillEnd + +#skill LightningRodPlayer +#set LightningRodPlayer +#flags +#mods +#skillEnd + +#skill LightningSpearPlayer +#set LightningSpearPlayer +#flags +#mods +#set LightningSpearSecondaryProjectilePlayer +#flags +#mods +#skillEnd + +#skill MagneticSalvoPlayer +#set MagneticSalvoPlayer +#flags +#mods +#set MagneticSalvoEmpoweredPlayer +#flags +#mods +#skillEnd + +#skill MetaMirageArcherPlayer +#set MetaMirageArcherPlayer +#flags +#mods +#skillEnd + +#skill SupportMirageArcherPlayer +#set SupportMirageArcherPlayer +#mods +#skillEnd + +#skill MirageArcherSpawnPlayer +#set MirageArcherSpawnPlayer +#flags +#mods +#skillEnd + +#skill PhantasmalArrowPlayer +#set PhantasmalArrowPlayer +#flags +#mods +#set PhantasmalArrowExplosionPlayer +#flags +#mods +#skillEnd + +#skill PlagueBearerPlayer +#set PlagueBearerPlayer +#flags +#mods +#skillEnd + +#skill PlagueBearerNovaPlayer +#set PlagueBearerNovaPlayer +#flags +#mods +#skillEnd + +#skill PoisonBurstArrowPlayer +#set PoisonBurstArrowPlayer +#flags +#mods +#set PoisonBurstArrowCloudPlayer +#flags +#mods +#skillEnd + +#skill PrimalStrikesPlayer +#set PrimalStrikesPlayer +#flags +#mods +#set PrimalStrikesFinalPlayer +#flags +#mods +#set PrimalStrikesStagWavePlayer +#flags +#mods +#skillEnd + +#skill RainOfArrowsPlayer +#set RainOfArrowsPlayer +#flags +#mods +#skillEnd + +#skill RakePlayer +#set RakePlayer +#flags +#mods +#skillEnd + +#skill RapidAssaultPlayer +#set RapidAssaultPlayer +#flags +#mods +#set RapidAssaultFinalHitPlayer +#flags +#mods +#set RapidAssaultDetonation +#flags +#mods +#skillEnd + +#skill RhoaMountPlayer +#set RhoaMountPlayer +#flags +#mods +#skillEnd + +#skill ShockchainArrowPlayer +#set ShockchainArrowPlayer +#flags +#mods +#set ShockchainArrowBeamPlayer +#flags +#mods +#set ShockchainArrowExplosionPlayer +#flags +#mods +#skillEnd + +#skill SnipePlayer +#set SnipePlayer +#flags +#mods +#set SnipeExplosionPlayer +#flags +#mods +#set SnipeHeavyExplosionPlayer +#flags +#mods +#set SnipeFrozenExplosionPlayer +#flags +#mods +#skillEnd + +#skill SnipersMarkPlayer +#set SnipersMarkPlayer +#flags +#mods +#skillEnd + +#skill SpearOfSolarisPlayer +#set SpearOfSolarisImpactPlayer +#flags +#mods +#set SpearOfSolarisPulsePlayer +#flags +#mods +#set SpearOfSolarisGroundPlayer +#flags +#mods +#skillEnd + +#skill SpearfieldPlayer +#set SpearfieldPlayer +#flags +#mods +#set SpearfieldHazardPlayer +#flags +#mods +#skillEnd + +#skill SpiralVolleyPlayer +#set SpiralVolleyPlayer +#flags +#mods +#skillEnd + +#skill StormLancePlayer +#set StormLancePlayer +#flags +#mods +#set StormLanceInfusedPlayer +#flags +#mods +#set StormLanceBeamPlayer +#flags +#mods +#set StormLanceDetonatedBeamPlayer +#flags +#mods +#skillEnd + +#skill StormcallerArrowPlayer +#set StormcallerArrowPlayer +#flags +#mods +#set StormcallerArrowBoltPlayer +#flags +#mods +#skillEnd + +#skill TameBeastPlayer +#set TameBeastPlayer +#flags +#mods +#skillEnd + +#skill ThunderousLeapPlayer +#set ThunderousLeapPlayer +#flags +#mods +#skillEnd + +#skill TornadoShotPlayer +#set TornadoShotPlayer +#flags +#mods +#set TornadoShotNovaPlayer +#flags +#mods +#skillEnd + +#skill ToxicDomainPlayer +#set ToxicDomainPlayer +#flags +#mods +#set ToxicDomainPustuleExplosion +#flags +#mods +#skillEnd + +#skill ToxicGrowthPlayer +#set ToxicGrowthPlayer +#flags +#mods +#set ToxicGrowthBurstPlayer +#flags +#mods +#skillEnd + +#skill TrailOfCaltropsPlayer +#set TrailOfCaltropsPlayer +#flags +#mods +#skillEnd + +#skill TriggeredTrailOfCaltropsPlayer +#set TriggeredTrailOfCaltropsPlayer +#flags +#mods +#skillEnd + +#skill TwisterPlayer +#set TwisterPlayer +#flags +#mods +#skillEnd + +#skill VineArrowPlayer +#set VineArrowPlayer +#flags +#mods +#set VineArrowFlowerPlayer +#flags +#mods +#skillEnd + +#skill VoltaicMarkPlayer +#set VoltaicMarkPlayer +#flags +#mods +#skillEnd + +#skill TriggeredVoltaicMarkNovaPlayer +#set TriggeredVoltaicMarkNovaPlayer +#flags +#mods +#skillEnd + +#skill WhirlingSlashPlayer +#set WhirlingSlashPlayer +#flags +#mods +#set WhirlingSlashSandstormPlayer +#flags +#mods +#skillEnd + +#skill WhirlwindLancePlayer +#set WhirlwindLancePlayer +#flags +#mods +#set WhirlwindLanceStormPlayer +#flags +#mods +#skillEnd + +#skill WindDancerPlayer +#set WindDancerPlayer +#flags +#mods +#skillEnd + +#skill TriggeredWindDancerPlayer +#set TriggeredWindDancerPlayer +#flags +#mods +#skillEnd + +#skill WindSerpentsFuryPlayer +#set WindSerpentsFuryPlayer +#flags +#mods +#set WindSerpentsFurySnakePlayer +#flags +#mods +#skillEnd + + + --------- Support Dexterity --------- +#skill SupportAdhesiveGrenadesPlayer +#set SupportAdhesiveGrenadesPlayer +#mods +#skillEnd + +#skill SupportAdhesiveGrenadesPlayerTwo +#set SupportAdhesiveGrenadesPlayerTwo +#mods +#skillEnd + +#skill SupportAdhesiveGrenadesPlayerThree +#set SupportAdhesiveGrenadesPlayerThree +#mods +#skillEnd + +#skill SupportAdmixturePlayer +#set SupportAdmixturePlayer +#mods +#skillEnd + +#skill SupportAilithLineagePlayer +#set SupportAilithLineagePlayer +#mods +#skillEnd + +#skill SupportAlignmentPlayer +#set SupportAlignmentPlayer +#mods +#skillEnd + +#skill SupportAlignmentPlayerTwo +#set SupportAlignmentPlayerTwo +#mods +#skillEnd + +#skill SupportAlignmentPlayerThree +#set SupportAlignmentPlayerThree +#mods +#skillEnd + +#skill SupportAmmoConservationPlayer +#set SupportAmmoConservationPlayer +#mods +#skillEnd + +#skill SupportAmmoConservationPlayerTwo +#set SupportAmmoConservationPlayerTwo +#mods +#skillEnd + +#skill SupportAmmoConservationPlayerThree +#set SupportAmmoConservationPlayerThree +#mods +#skillEnd + +#skill SupportArakaalisLustPlayer +#set SupportArakaalisLustPlayer +#mods +#skillEnd + +#skill SupportAmmoConservationPlayerFour +#set SupportAmmoConservationPlayerFour +#mods +#skillEnd + +#skill SupportBlindPlayer +#set SupportBlindPlayer +#mods +#skillEnd + +#skill SupportBlindPlayerTwo +#set SupportBlindPlayerTwo +#mods +#skillEnd + +#skill SupportBlindsidePlayer +#set SupportBlindsidePlayer +#mods +#skillEnd + +#skill SupportBountyPlayer +#set SupportBountyPlayer +#mods +#skillEnd + +#skill SupportBountyPlayerTwo +#set SupportBountyPlayerTwo +#mods +#skillEnd + +#skill SupportBrambleslamPlayer +#set SupportBrambleslamPlayer +#mods +#skillEnd + +#skill TriggeredBrambleslamPlayer +#set TriggeredBrambleslamPlayer +#flags +#mods +#skillEnd + +#skill SupportDazedBreakPlayer +#set SupportDazedBreakPlayer +#mods +#skillEnd + +#skill SupportBurstingPlaguePlayer +#set SupportBurstingPlaguePlayer +#mods +#skillEnd + +#skill PlagueBurstPlayer +#set PlagueBurstPlayer +#flags +#mods +#skillEnd + +#skill SupportCadencePlayer +#set SupportCadencePlayer +#mods +#skillEnd + +#skill SupportCaltropsPlayer +#set SupportCaltropsPlayer +#mods +#skillEnd + +#skill TriggeredCaltropsPlayer +#set TriggeredCaltropsPlayer +#flags +#mods +#skillEnd + +#skill SupportChainPlayer +#set SupportChainPlayer +#mods +#skillEnd + +#skill SupportChainPlayerTwo +#set SupportChainPlayerTwo +#mods +#skillEnd + +#skill SupportChainPlayerThree +#set SupportChainPlayerThree +#mods +#skillEnd + +#skill SupportChargeProfusionPlayer +#set SupportChargeProfusionPlayer +#mods +#skillEnd + +#skill SupportChargeProfusionPlayerTwo +#set SupportChargeProfusionPlayerTwo +#mods +#skillEnd + +#skill SupportChargedShotsPlayer +#set SupportChargedShotsPlayer +#mods +#skillEnd + +#skill SupportChargedShotsPlayerTwo +#set SupportChargedShotsPlayerTwo +#mods +#skillEnd + +#skill SupportCharmBountyPlayer +#set SupportCharmBountyPlayer +#mods +#skillEnd + +#skill SupportCloseCombatPlayer +#set SupportCloseCombatPlayer +#mods +#skillEnd + +#skill SupportCloseCombatPlayerTwo +#set SupportCloseCombatPlayerTwo +#mods +#skillEnd + +#skill SupportComboFinisherPlayer +#set SupportComboFinisherPlayer +#mods +#skillEnd + +#skill SupportComboFinisherPlayerTwo +#set SupportComboFinisherPlayerTwo +#mods +#skillEnd + +#skill SupportCommiseratePlayer +#set SupportCommiseratePlayer +#mods +#skillEnd + +#skill SupportCooldownRecoveryPlayer +#set SupportCooldownRecoveryPlayer +#mods +#skillEnd + +#skill SupportCooldownRecoveryPlayerTwo +#set SupportCooldownRecoveryPlayerTwo +#mods +#skillEnd + +#skill SupportCorrosionPlayer +#set SupportCorrosionPlayer +#mods +#skillEnd + +#skill SupportCrescendoPlayer +#set SupportCrescendoPlayer +#mods +#skillEnd + +#skill SupportCrescendoPlayerTwo +#set SupportCrescendoPlayerTwo +#mods +#skillEnd + +#skill SupportCrescendoPlayerThree +#set SupportCrescendoPlayerThree +#mods +#skillEnd + +#skill SupportCullingStrikePlayer +#set SupportCullingStrikePlayer +#mods +#skillEnd + +#skill SupportCullingStrikePlayerTwo +#set SupportCullingStrikePlayerTwo +#mods +#skillEnd + +#skill SupportCulminationPlayer +#set SupportCulminationPlayer +#mods +#skillEnd + +#skill SupportCulminationPlayerTwo +#set SupportCulminationPlayerTwo +#mods +#skillEnd + +#skill SupportDazePlayer +#set SupportDazePlayer +#mods +#skillEnd + +#skill SupportDazzlePlayer +#set SupportDazzlePlayer +#mods +#skillEnd + +#skill SupportDeadlyHeraldsPlayer +#set SupportDeadlyHeraldsPlayer +#mods +#skillEnd + +#skill SupportDeadlyPoisonPlayer +#set SupportDeadlyPoisonPlayer +#mods +#skillEnd + +#skill SupportDeadlyPoisonPlayerTwo +#set SupportDeadlyPoisonPlayerTwo +#mods +#skillEnd + +#skill SupportDelayedGratificationPlayer +#set SupportDelayedGratificationPlayer +#mods +#skillEnd + +#skill SupportDelayedReactionPlayer +#set SupportDelayedReactionPlayer +#mods +#skillEnd + +#skill SupportDeliberationPlayer +#set SupportDeliberationPlayer +#mods +#skillEnd + +#skill SupportDurabilityPlayer +#set SupportDurabilityPlayer +#mods +#skillEnd + +#skill SupportElectrocutePlayer +#set SupportElectrocutePlayer +#mods +#skillEnd + +#skill SupportEscalatingPoisonPlayer +#set SupportEscalatingPoisonPlayer +#mods +#skillEnd + +#skill SupportExcoriatePlayer +#set SupportExcoriatePlayer +#mods +#skillEnd + +#skill SupportFerocityPlayer +#set SupportFerocityPlayer +#mods +#skillEnd + +#skill SupportFlowPlayer +#set SupportFlowPlayer +#mods +#skillEnd + +#skill SupportForkPlayer +#set SupportForkPlayer +#mods +#skillEnd + +#skill SupportFrenziedRipostePlayer +#set SupportFrenziedRipostePlayer +#mods +#skillEnd + +#skill SupportFrozenSpitePlayer +#set SupportFrozenSpitePlayer +#mods +#skillEnd + +#skill TriggeredSupportFrozenSpiteIceFragmentPlayer +#set TriggeredSupportFrozenSpiteIceFragmentPlayer +#flags +#mods +#skillEnd + +#skill SupportFusilladePlayer +#set SupportFusilladePlayer +#mods +#skillEnd + +#skill SupportGambleshotPlayer +#set SupportGambleshotPlayer +#mods +#skillEnd + +#skill SupportGarukhansResolvePlayer +#set SupportGarukhansResolvePlayer +#mods +#skillEnd + +#skill SupportHeightenedAccuracyPlayer +#set SupportHeightenedAccuracyPlayer +#mods +#skillEnd + +#skill SupportHeightenedAccuracyPlayerTwo +#set SupportHeightenedAccuracyPlayerTwo +#mods +#skillEnd + +#skill SupportHeightenedChargesPlayer +#set SupportHeightenedChargesPlayer +#mods +#skillEnd + +#skill SupportHitAndRunPlayer +#set SupportHitAndRunPlayer +#mods +#skillEnd + +#skill SupportHobblePlayer +#set SupportHobblePlayer +#mods +#skillEnd + +#skill SupportImpalePlayer +#set SupportImpalePlayer +#mods +#skillEnd + +#skill SupportChargeInhibitionPlayer +#set SupportChargeInhibitionPlayer +#mods +#skillEnd + +#skill SupportInnervatePlayer +#set SupportInnervatePlayer +#mods +#skillEnd + +#skill SupportLastingShockPlayer +#set SupportLastingShockPlayer +#mods +#skillEnd + +#skill SupportLeveragePlayer +#set SupportLeveragePlayer +#mods +#skillEnd + +#skill SupportLifeFlaskPlayer +#set SupportLifeFlaskPlayer +#mods +#skillEnd + +#skill SupportLifeOnCullPlayer +#set SupportLifeOnCullPlayer +#mods +#skillEnd + +#skill SupportAddedLightningDamagePlayer +#set SupportAddedLightningDamagePlayer +#mods +#skillEnd + +#skill SupportLightningExposurePlayer +#set SupportLightningExposurePlayer +#mods +#skillEnd + +#skill SupportLightningPenetrationPlayer +#set SupportLightningPenetrationPlayer +#mods +#skillEnd + +#skill SupportLockdownPlayer +#set SupportLockdownPlayer +#mods +#skillEnd + +#skill SupportFarCombatPlayer +#set SupportFarCombatPlayer +#mods +#skillEnd + +#skill SupportFarCombatPlayerTwo +#set SupportFarCombatPlayerTwo +#mods +#skillEnd + +#skill SupportMaimPlayer +#set SupportMaimPlayer +#mods +#skillEnd + +#skill SupportMaladyPlayer +#set SupportMaladyPlayer +#mods +#skillEnd + +#skill SupportManaFlaskPlayer +#set SupportManaFlaskPlayer +#mods +#skillEnd + +#skill SupportMarkForDeathPlayer +#set SupportMarkForDeathPlayer +#mods +#skillEnd + +#skill SupportMobilityPlayer +#set SupportMobilityPlayer +#mods +#skillEnd + +#skill SupportMomentumPlayer +#set SupportMomentumPlayer +#mods +#skillEnd + +#skill SupportMultishotPlayer +#set SupportMultishotPlayer +#mods +#skillEnd + +#skill SupportMultishotPlayerTwo +#set SupportMultishotPlayerTwo +#mods +#skillEnd + +#skill SupportEmpoweredCullPlayer +#set SupportEmpoweredCullPlayer +#mods +#skillEnd + +#skill SupportNeuralOverloadPlayer +#set SupportNeuralOverloadPlayer +#mods +#skillEnd + +#skill SupportNimbleReloadPlayer +#set SupportNimbleReloadPlayer +#mods +#skillEnd + +#skill SupportNovaProjectilesPlayer +#set SupportNovaProjectilesPlayer +#mods +#skillEnd + +#skill SupportOutmaneuverPlayer +#set SupportOutmaneuverPlayer +#mods +#skillEnd + +#skill SupportIncreaseLimitPlayer +#set SupportIncreaseLimitPlayer +#mods +#skillEnd + +#skill SupportIncreaseLimitPlayerTwo +#set SupportIncreaseLimitPlayerTwo +#mods +#skillEnd + +#skill SupportIncreaseLimitPlayerThree +#set SupportIncreaseLimitPlayerThree +#mods +#skillEnd + +#skill SupportOverchargePlayer +#set SupportOverchargePlayer +#mods +#skillEnd + +#skill SupportOverextendPlayer +#set SupportOverextendPlayer +#mods +#skillEnd + +#skill SupportOverreachPlayer +#set SupportOverreachPlayer +#mods +#skillEnd + +#skill SupportPayloadPlayer +#set SupportPayloadPlayer +#mods +#skillEnd + +#skill SupportPerfectEndurancePlayer +#set SupportPerfectEndurancePlayer +#mods +#skillEnd + +#skill SupportPerfectionPlayer +#set SupportPerfectionPlayer +#mods +#skillEnd + +#skill SupportPerpetualChargePlayer +#set SupportPerpetualChargePlayer +#mods +#skillEnd + +#skill SupportPiercePlayer +#set SupportPiercePlayer +#mods +#skillEnd + +#skill SupportPiercePlayerTwo +#set SupportPiercePlayerTwo +#mods +#skillEnd + +#skill SupportPiercePlayerThree +#set SupportPiercePlayerThree +#mods +#skillEnd + +#skill SupportPietysMercyPlayer +#set SupportPietysMercyPlayer +#mods +#skillEnd + +#skill SupportPinPlayer +#set SupportPinPlayer +#mods +#skillEnd + +#skill SupportPinPlayerTwo +#set SupportPinPlayerTwo +#mods +#skillEnd + +#skill SupportPinPlayerThree +#set SupportPinPlayerThree +#mods +#skillEnd + +#skill SupportPoisonPlayer +#set SupportPoisonPlayer +#mods +#skillEnd + +#skill SupportPoisonPlayerTwo +#set SupportPoisonPlayerTwo +#mods +#skillEnd + +#skill SupportPoisonPlayerThree +#set SupportPoisonPlayerThree +#mods +#skillEnd + +#skill SupportPracticedComboPlayer +#set SupportPracticedComboPlayer +#mods +#skillEnd + +#skill SupportPrecisionPlayer +#set SupportPrecisionPlayer +#mods +#skillEnd + +#skill SupportPrecisionPlayerTwo +#set SupportPrecisionPlayerTwo +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayer +#set SupportProjectileAccelerationPlayer +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayerTwo +#set SupportProjectileAccelerationPlayerTwo +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayerThree +#set SupportProjectileAccelerationPlayerThree +#mods +#skillEnd + +#skill SupportProjectileDecelerationPlayer +#set SupportProjectileDecelerationPlayer +#mods +#skillEnd + +#skill SupportProjectileDecelerationPlayerTwo +#set SupportProjectileDecelerationPlayerTwo +#mods +#skillEnd + +#skill SupportPunchThroughPlayer +#set SupportPunchThroughPlayer +#mods +#skillEnd + +#skill SupportPursuitPlayer +#set SupportPursuitPlayer +#mods +#skillEnd + +#skill SupportPursuitPlayerTwo +#set SupportPursuitPlayerTwo +#mods +#skillEnd + +#skill SupportPursuitPlayerThree +#set SupportPursuitPlayerThree +#mods +#skillEnd + +#skill SupportRakiatasFlowPlayer +#set SupportRakiatasFlowPlayer +#mods +#skillEnd + +#skill SupportRapidAttacksPlayer +#set SupportRapidAttacksPlayer +#mods +#skillEnd + +#skill SupportRapidAttacksPlayerTwo +#set SupportRapidAttacksPlayerTwo +#mods +#skillEnd + +#skill SupportRapidAttacksPlayerThree +#set SupportRapidAttacksPlayerThree +#mods +#skillEnd + +#skill SupportCombatReloadPlayer +#set SupportCombatReloadPlayer +#mods +#skillEnd + +#skill SupportRearmPlayer +#set SupportRearmPlayer +#mods +#skillEnd + +#skill SupportRearmPlayerTwo +#set SupportRearmPlayerTwo +#mods +#skillEnd + +#skill SupportRetreatPlayer +#set SupportRetreatPlayer +#mods +#skillEnd + +#skill SupportRetreatPlayerTwo +#set SupportRetreatPlayerTwo +#mods +#skillEnd + +#skill SupportRetreatPlayerThree +#set SupportRetreatPlayerThree +#mods +#skillEnd + +#skill SupportRicochetPlayer +#set SupportRicochetPlayer +#mods +#skillEnd + +#skill SupportRicochetPlayerTwo +#set SupportRicochetPlayerTwo +#mods +#skillEnd + +#skill SupportRicochetPlayerThree +#set SupportRicochetPlayerThree +#mods +#skillEnd + +#skill SupportRigwaldsFerocityPlayer +#set SupportRigwaldsFerocityPlayer +#mods +#skillEnd + +#skill SupportSalvoPlayer +#set SupportSalvoPlayer +#mods +#skillEnd + +#skill SupportSecondWindPlayer +#set SupportSecondWindPlayer +#mods +#skillEnd + +#skill SupportSecondWindPlayerTwo +#set SupportSecondWindPlayerTwo +#mods +#skillEnd + +#skill SupportSecondWindPlayerThree +#set SupportSecondWindPlayerThree +#mods +#skillEnd + +#skill SupportShockPlayer +#set SupportShockPlayer +#mods +#skillEnd + +#skill SupportShockingLeapPlayer +#set SupportShockingLeapPlayer +#mods +#skillEnd + +#skill SupportSlowPotencyPlayer +#set SupportSlowPotencyPlayer +#mods +#skillEnd + +#skill SupportManaOnCullPlayer +#set SupportManaOnCullPlayer +#mods +#skillEnd + +#skill SupportSpectralVolleyPlayer +#set SupportSpectralVolleyPlayer +#mods +#skillEnd + +#skill SupportStormchainPlayer +#set SupportStormchainPlayer +#mods +#skillEnd + +#skill SupportStreamlinedRoundsPlayer +#set SupportStreamlinedRoundsPlayer +#mods +#skillEnd + +#skill SupportSwiftAfflictionPlayer +#set SupportSwiftAfflictionPlayer +#mods +#skillEnd + +#skill SupportSwiftAfflictionPlayerTwo +#set SupportSwiftAfflictionPlayerTwo +#mods +#skillEnd + +#skill SupportSwiftAfflictionPlayerThree +#set SupportSwiftAfflictionPlayerThree +#mods +#skillEnd + +#skill SupportTacatisIrePlayer +#set SupportTacatisIrePlayer +#mods +#skillEnd + +#skill SupportTulsStillnessPlayer +#set SupportTulsStillnessPlayer +#mods +#skillEnd + +#skill SupportTumultPlayer +#set SupportTumultPlayer +#mods +#skillEnd + +#skill SupportUnerringPowerPlayer +#set SupportUnerringPowerPlayer +#mods +#skillEnd + +#skill SupportUntouchablePlayer +#set SupportUntouchablePlayer +#mods +#skillEnd + +#skill SupportVoltPlayer +#set SupportVoltPlayer +#mods +#skillEnd + +#skill SupportWarmbloodedPlayer +#set SupportWarmbloodedPlayer +#mods +#skillEnd + +#skill SupportKnockbackWavePlayer +#set SupportKnockbackWavePlayer +#mods +#skillEnd + +#skill KnockbackWavePlayer +#set KnockbackWavePlayer +#flags +#mods +#skillEnd + +#skill SupportWindowOfOpportunityPlayer +#set SupportWindowOfOpportunityPlayer +#mods +#skillEnd + +#skill SupportWindowOfOpportunityPlayerTwo +#set SupportWindowOfOpportunityPlayerTwo +#mods +#skillEnd + + + --------- Active Intelligence --------- +#skill ArcPlayer +#set ArcPlayer +#flags +#mods +#skillEnd + +#skill ArchmagePlayer +#set ArchmagePlayer +#flags +#mods +#skillEnd + +#skill ArcticArmourPlayer +#set ArcticArmourPlayer +#flags +#mods +#skillEnd + +#skill BallLightningPlayer +#set BallLightningPlayer +#flags +#mods +#set BallLightningInfusedExplosionPlayer +#flags +#mods +#set BallLightningIgnitedGround +#flags +#mods +#skillEnd + +#skill MetaBarrierInvocationPlayer +#set MetaBarrierInvocationPlayer +#flags +#mods +#skillEnd + +#skill SupportBarrierInvocationPlayer +#set SupportBarrierInvocationPlayer +#mods +#skillEnd + +#skill BlasphemyPlayer +#set BlasphemyPlayer +#flags +#mods +#skillEnd + +#skill SupportBlasphemyPlayer +#set SupportBlasphemyPlayer +#mods +#skillEnd + +#skill BlinkReservationPlayer +#set BlinkReservationPlayer +#flags +#mods +#skillEnd + +#skill BlinkPlayer +#set BlinkPlayer +#flags +#mods +#skillEnd + +#skill BoneBlastPlayer +#set BoneBlastPlayer +#flags +#mods +#skillEnd + +#skill BoneCagePlayer +#set BoneCagePlayer +#flags +#mods +#skillEnd + +#skill BoneOfferingPlayer +#set BoneOfferingPlayer +#flags +#mods +#skillEnd + +#skill BonestormPlayer +#set BonestormPlayer +#flags +#mods +#set BonestormExplosionPlayer +#flags +#mods +#skillEnd + +#skill MetaCastOnCritPlayer +#set MetaCastOnCritPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnCritPlayer +#set SupportMetaCastOnCritPlayer +#mods +#skillEnd + +#skill MetaCastOnDeathPlayer +#set MetaCastOnDeathPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnDeathPlayer +#set SupportMetaCastOnDeathPlayer +#mods +#skillEnd + +#skill MetaCastOnDodgePlayer +#set MetaCastOnDodgePlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnDodgePlayer +#set SupportMetaCastOnDodgePlayer +#mods +#skillEnd + +#skill MetaCastOnElementalAilmentPlayer +#set MetaCastOnElementalAilmentPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnElementalAilmentPlayer +#set SupportMetaCastOnIgnitePlayer +#mods +#skillEnd + +#skill MetaCastOnMinionDeathPlayer +#set MetaCastOnMinionDeathPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnMinionDeathPlayer +#set SupportMetaCastOnMinionDeathPlayer +#mods +#skillEnd + +#skill WeaponGrantedChaosboltPlayer +#set WeaponGrantedChaosboltPlayer +#flags +#mods +#skillEnd + +#skill ChargeRegulationPlayer +#set ChargeRegulationPlayer +#flags +#mods +#skillEnd + +#skill ChargedStaffPlayer +#set ChargedStaffPlayer +#flags +#mods +#skillEnd + +#skill ChargedStaffShockwavePlayer +#set ChargedStaffShockwavePlayer +#flags +#mods +#skillEnd + +#skill CometPlayer +#set CometPlayer +#flags +#mods +#set CometFireInfusionPlayer +#flags +#mods +#skillEnd + +#skill ConductivityPlayer +#set ConductivityPlayer +#flags +#mods +#skillEnd + +#skill ContagionPlayer +#set ContagionPlayer +#flags +#mods +#skillEnd + +#skill ConvalescencePlayer +#set ConvalescencePlayer +#flags +#mods +#skillEnd + +#skill ConvalescenceActivePlayer +#set ConvalescenceActivePlayer +#flags +#mods +#skillEnd + +#skill CracklingPalmPlayer +#set CracklingPalmPlayer +#flags +#mods +#set CracklingPalmBoltPlayer +#flags +#mods +#skillEnd + +#skill MetaCastCurseOnBlockPlayer +#set MetaCastCurseOnBlockPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastCurseOnBlockPlayer +#set SupportMetaCastCurseOnBlockPlayer +#mods +#skillEnd + +#skill DarkEffigyPlayer +#set DarkEffigyPlayer +#flags +#mods +#skillEnd + +#skill DarkEffigyProjectilePlayer +#set DarkEffigyProjectilePlayer +#flags +#mods +#skillEnd + +#skill CorpseCloudPlayer +#set CorpseCloudPlayer +#flags +#mods +#set CorpseCloudExplosionPlayer +#flags +#mods +#skillEnd + +#skill DespairPlayer +#set DespairPlayer +#flags +#mods +#skillEnd + +#skill DetonateDeadPlayer +#set DetonateDeadPlayer +#flags +#mods +#skillEnd + +#skill DisciplinePlayer +#set DisciplinePlayer +#flags +#mods +#skillEnd + +#skill ElementalConfluxPlayer +#set ElementalConfluxPlayer +#flags +#mods +#skillEnd + +#skill MetaElementalInvocationPlayer +#set MetaElementalInvocationPlayer +#flags +#mods +#skillEnd + +#skill SupportElementalInvocationPlayer +#set SupportElementalInvocationPlayer +#mods +#skillEnd + +#skill ElementalWeaknessPlayer +#set ElementalWeaknessPlayer +#flags +#mods +#skillEnd + +#skill EmberFusilladePlayer +#set EmberFusilladePlayer +#flags +#mods +#set EmberFusilladeExplosionPlayer +#flags +#mods +#set EmberFusilladeBeamPlayer +#flags +#mods +#skillEnd + +#skill UniqueDuskVigilTriggeredBlazingClusterPlayer +#set UniqueDuskVigilTriggeredBlazingClusterPlayer +#flags +#mods +#set EmberFusilladeExplosionPlayer +#flags +#mods +#set EmberFusilladeBeamPlayer +#flags +#mods +#skillEnd + +#skill EnfeeblePlayer +#set EnfeeblePlayer +#flags +#mods +#skillEnd + +#skill EssenceDrainPlayer +#set EssenceDrainPlayer +#flags +#mods +#set EssenceDrainDotPlayer +#flags +#mods +#skillEnd + +#skill ExsanguinatePlayer +#set ExsanguinatePlayer +#flags +#mods +#set ExsanguinateDotPlayer +#flags +#mods +#skillEnd + +#skill EyeOfWinterPlayer +#set EyeOfWinterPlayer +#flags +#mods +#skillEnd + +#skill FallingThunderPlayer +#set FallingThunderPlayer +#flags +#mods +#set FallingThunderProjectilePlayer +#flags +#mods +#skillEnd + +#skill FeastOfFleshPlayer +#set FeastOfFleshPlayer +#flags +#mods +#skillEnd + +#skill FireballPlayer +#set FireballPlayer +#flags +#mods +#set FireballExplosionPlayer +#flags +#mods +#set FireballSecondaryProjectilePlayer +#flags +#mods +#skillEnd + +#skill FireboltPlayer +#set FireboltPlayer +#flags +#mods +#set FireboltExplosionPlayer +#flags +#mods +#skillEnd + +#skill FirestormPlayer +#set FirestormPlayer +#flags +#mods +#set FirestormColdInfusionPlayer +#flags +#mods +#set FirestormLightningInfusionPlayer +#flags +#mods +#skillEnd + +#skill FlameWallPlayer +#set FlameWallPlayer +#flags +#mods +#set FlameWallProjectileBuffPlayer +#flags +#mods +#skillEnd + +#skill FlameblastPlayer +#set FlameblastPlayer +#flags +#mods +#skillEnd + +#skill FlammabilityPlayer +#set FlammabilityPlayer +#flags +#mods +#skillEnd + +#skill FlickerStrikePlayer +#set FlickerStrikePlayer +#flags +#mods +#skillEnd + +#skill FreezingMarkPlayer +#set FreezingMarkPlayer +#flags +#mods +#skillEnd + +#skill TriggeredFreezingMarkNovaPlayer +#set TriggeredFreezingMarkNovaPlayer +#flags +#mods +#skillEnd + +#skill FreezingShardsPlayer +#set FreezingShardsPlayer +#flags +#mods +#skillEnd + +#skill FrostBombPlayer +#set FrostBombPlayer +#flags +#mods +#skillEnd + +#skill FrostDartsPlayer +#set FrostDartsPlayer +#flags +#mods +#set FrostDartsExplodePlayer +#flags +#mods +#set FrostDartsIceMortarPlayer +#flags +#mods +#skillEnd + +#skill FrostWallPlayer +#set FrostWallPlayer +#flags +#mods +#set FrostWallInfusedPlayer +#flags +#mods +#skillEnd + +#skill FrostboltPlayer +#set FrostboltPlayer +#flags +#mods +#set FrostboltExplosionPlayer +#flags +#mods +#skillEnd + +#skill FrozenLocusPlayer +#set FrozenLocusPlayer +#flags +#mods +#set FrozenLocusGroundPlayer +#flags +#mods +#set FrozenLocusExplodePlayer +#flags +#mods +#skillEnd + +#skill FulminationPlayer +#set FulminationPlayer +#flags +#mods +#skillEnd + +#skill GalvanicFieldBuffPlayer +#set GalvanicFieldBuffPlayer +#flags +#mods +#set GalvanicFieldOrbPlayer +#flags +#mods +#skillEnd + +#skill GatheringStormPlayer +#set GatheringStormPlayer +#flags +#mods +#set GatheringStormPerfectPlayer +#flags +#mods +#set GatheringStormExplodePlayer +#flags +#mods +#skillEnd + +#skill GhostDancePlayer +#set GhostDancePlayer +#flags +#mods +#skillEnd + +#skill GlacialCascadePlayer +#set GlacialCascadePlayer +#flags +#mods +#set GlacialCascadeLastSpikePlayer +#flags +#mods +#skillEnd + +#skill GrimFeastPlayer +#set GrimFeastPlayer +#flags +#mods +#skillEnd + +#skill GrimFeastResummonPlayer +#set GrimFeastResummonPlayer +#flags +#mods +#skillEnd + +#skill HandOfChayulaPlayer +#set HandOfChayulaPlayer +#flags +#mods +#skillEnd + +#skill SupportHandOfChayulaPlayer +#set SupportHandOfChayulaPlayer +#mods +#skillEnd + +#skill HeartOfIcePlayer +#set HeartOfIcePlayer +#flags +#mods +#skillEnd + +#skill HeraldOfIcePlayer +#set HeraldOfIcePlayer +#flags +#mods +#set HeraldOfIceOnKillPlayer +#flags +#mods +#skillEnd + +#skill UniqueHeraldOfIcePlayer +#set UniqueHeraldOfIcePlayer +#flags +#mods +#set UniqueHeraldOfIceOnKillPlayer +#flags +#mods +#skillEnd + +#skill HexblastPlayer +#set HexblastPlayer +#flags +#mods +#skillEnd + +#skill DarkTempestPlayer +#set DarkTempestPlayer +#flags +#mods +#skillEnd + +#skill HisFoulEmergencePlayer +#set HisFoulEmergencePlayer +#flags +#mods +#skillEnd + +#skill ScatteringCalamityPlayer +#set ScatteringCalamityPlayer +#flags +#mods +#set ScatteringCalamityExplosionPlayer +#flags +#mods +#skillEnd + +#skill VileDisruptionPlayer +#set VileDisruptionPlayer +#flags +#mods +#skillEnd + +#skill HisWinnowingFlamePlayer +#set HisWinnowingFlamePlayer +#flags +#mods +#skillEnd + +#skill TriggeredHisWinnowingFlamePillarPlayer +#set TriggeredHisWinnowingFlamePillarPlayer +#flags +#mods +#skillEnd + +#skill HypothermiaPlayer +#set HypothermiaPlayer +#flags +#mods +#skillEnd + +#skill IceNovaPlayer +#set IceNovaPlayer +#flags +#mods +#set IceNovaColdInfusedPlayer +#flags +#mods +#skillEnd + +#skill IceStrikePlayer +#set IceStrikePlayer +#flags +#mods +#set IceStrikeThirdAttackPlayer +#flags +#mods +#skillEnd + +#skill IcestormPlayer +#set IcestormPlayer +#flags +#mods +#set IcestormEmpoweredPlayer +#flags +#mods +#skillEnd + +#skill ImpurityPlayer +#set ImpurityPlayer +#flags +#mods +#skillEnd + +#skill IncineratePlayer +#set IncineratePlayer +#flags +#mods +#set IncinerateGroundPlayer +#flags +#mods +#skillEnd + +#skill KillingPalmPlayer +#set KillingPalmPlayer +#flags +#mods +#skillEnd + +#skill LightningBoltPlayer +#set LightningBoltPlayer +#flags +#mods +#skillEnd + +#skill UniqueBreachLightningBoltPlayer +#set UniqueBreachLightningBoltPlayer +#flags +#mods +#skillEnd + +#skill LightningConduitPlayer +#set LightningConduitPlayer +#flags +#mods +#skillEnd + +#skill LightningWarpPlayer +#set LightningWarpPlayer +#flags +#mods +#skillEnd + +#skill LingeringIllusionPlayer +#set LingeringIllusionPlayer +#flags +#mods +#skillEnd + +#skill LingeringIllusionSpawnPlayer +#set LingeringIllusionSpawnPlayer +#flags +#mods +#skillEnd + +#skill LivingBombPlayer +#set LivingBombPlayer +#flags +#mods +#skillEnd + +#skill MalicePlayer +#set MalicePlayer +#flags +#mods +#skillEnd + +#skill ManaDrainPlayer +#set ManaDrainPlayer +#flags +#mods +#skillEnd + +#skill ManaRemnantsPlayer +#set ManaRemnantsPlayer +#flags +#mods +#skillEnd + +#skill ManaTempestPlayer +#set ManaTempestPlayer +#flags +#mods +#skillEnd + +#skill MantraOfDestructionPlayer +#set MantraOfDestructionPlayer +#flags +#mods +#skillEnd + +#skill OrbOfStormsPlayer +#set OrbOfStormsPlayer +#flags +#mods +#skillEnd + +#skill PainOfferingPlayer +#set PainOfferingPlayer +#flags +#mods +#skillEnd + +#skill PowerSiphonPlayer +#set PowerSiphonPlayer +#flags +#mods +#skillEnd + +#skill ProfaneRitualPlayer +#set ProfaneRitualPlayer +#flags +#mods +#skillEnd + +#skill PurityOfFirePlayer +#set PurityOfFirePlayer +#flags +#mods +#skillEnd + +#skill PurityOfIcePlayer +#set PurityOfIcePlayer +#flags +#mods +#skillEnd + +#skill PurityOfLightningPlayer +#set PurityOfLightningPlayer +#flags +#mods +#skillEnd + +#skill RagingSpiritsPlayer +#set RagingSpiritsPlayer +#flags +#mods +#skillEnd + +#skill RaiseZombiePlayer +#set RaiseZombiePlayer +#flags +#mods +#skillEnd + +#skill RavenousSwarmPlayer +#set RavenousSwarmPlayer +#flags +#mods +#skillEnd + +#skill ReapPlayer +#set ReapPlayer +#flags +#mods +#skillEnd + +#skill MetaReapersInvocationPlayer +#set MetaReapersInvocationPlayer +#flags +#mods +#skillEnd + +#skill SupportReapersInvocationPlayer +#set SupportReapersInvocationPlayer +#mods +#skillEnd + +#skill RollingMagmaPlayer +#set RollingMagmaPlayer +#flags +#mods +#skillEnd + +#skill SacrificePlayer +#set SacrificePlayer +#flags +#mods +#skillEnd + +#skill ShatteringPalmPlayer +#set ShatteringPalmPlayer +#flags +#mods +#skillEnd + +#skill ShatteringPalmExplosionPlayer +#set ShatteringPalmExplosionPlayer +#flags +#mods +#skillEnd + +#skill SigilOfPowerPlayer +#set SigilOfPowerPlayer +#flags +#mods +#skillEnd + +#skill SiphonElementsPlayer +#set SiphonElementsPlayer +#flags +#mods +#skillEnd + +#skill SiphoningStrikePlayer +#set SiphoningStrikePlayer +#flags +#mods +#set SiphoningStrikePulsePlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalArsonistsPlayer +#set SummonSkeletalArsonistsPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalArsonistPlayer +#set CommandSkeletalArsonistPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalBrutesPlayer +#set SummonSkeletalBrutesPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalBrutesPlayer +#set CommandSkeletalBrutesPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalClericsPlayer +#set SummonSkeletalClericsPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalFrostMagesPlayer +#set SummonSkeletalFrostMagesPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalFrostMagePlayer +#set CommandSkeletalFrostMagePlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalReaversPlayer +#set SummonSkeletalReaversPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalReaversPlayer +#set CommandSkeletalReaversPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalSnipersPlayer +#set SummonSkeletalSnipersPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalSniperPlayer +#set CommandSkeletalSniperPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalSnipersPlayer +#set SummonSkeletalSnipersPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalSniperPlayer +#set CommandSkeletalSniperPlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalStormMagesPlayer +#set SummonSkeletalStormMagesPlayer +#flags +#mods +#skillEnd + +#skill CommandSkeletalStormMagePlayer +#set CommandSkeletalStormMagePlayer +#flags +#mods +#skillEnd + +#skill SummonSkeletalWarriorsPlayer +#set SummonSkeletalWarriorsPlayer +#flags +#mods +#skillEnd + +#skill SnapPlayer +#set SnapColdPlayer +#flags +#mods +#set SnapLightningPlayer +#flags +#mods +#set SnapFirePlayer +#flags +#mods +#skillEnd + +#skill SolarOrbPlayer +#set SolarOrbPlayer +#flags +#mods +#set SolarOrbAuraPlayer +#flags +#mods +#skillEnd + +#skill SoulOfferingPlayer +#set SoulOfferingPlayer +#flags +#mods +#skillEnd + +#skill SoulrendPlayer +#set SoulrendPlayer +#flags +#mods +#set SoulrendDotPlayer +#flags +#mods +#skillEnd + +#skill SparkPlayer +#set SparkPlayer +#flags +#mods +#set SparkColdInfusedPlayer +#flags +#mods +#skillEnd + +#skill UniqueEarthboundTriggeredSparkPlayer +#set UniqueEarthboundTriggeredSparkPlayer +#flags +#mods +#set UniqueEarthboundTriggeredSparkColdInfusedPlayer +#flags +#mods +#skillEnd + +#skill SummonSpectrePlayer +#set SummonSpectrePlayer +#flags +#mods +#skillEnd + +#skill MetaSpellslingerPlayer +#set MetaSpellslingerPlayer +#flags +#mods +#skillEnd + +#skill SupportSpellslingerPlayer +#set SupportSpellslingerPlayer +#mods +#skillEnd + +#skill StaggeringPalmPlayer +#set StaggeringPalmPlayer +#flags +#mods +#skillEnd + +#skill StaggeringPalmProjectilePlayer +#set StaggeringPalmProjectilePlayer +#flags +#mods +#skillEnd + +#skill StormWavePlayer +#set StormWavePlayer +#flags +#mods +#skillEnd + +#skill TempestBellPlayer +#set TempestBellPlayer +#flags +#mods +#set TempestBellSlamPlayer +#flags +#mods +#set TempestBellShockwavePlayer +#flags +#mods +#skillEnd + +#skill TempestFlurryPlayer +#set TempestFlurryPlayer +#flags +#mods +#set TempestFlurryPlayerThirdStrike +#flags +#mods +#set TempestFlurryPlayerFinalStrike +#flags +#mods +#skillEnd + +#skill TemporalChainsPlayer +#set TemporalChainsPlayer +#flags +#mods +#skillEnd + +#skill TrinityPlayer +#set TrinityPlayer +#flags +#mods +#skillEnd + +#skill UnearthPlayer +#set UnearthPlayer +#flags +#mods +#skillEnd + +#skill UnleashPlayer +#set UnleashPlayer +#flags +#mods +#skillEnd + +#skill VaultingImpactPlayer +#set VaultingImpactPlayer +#flags +#mods +#set VaultingImpactDazedPlayer +#flags +#mods +#skillEnd + +#skill VolatileDeadPlayer +#set VolatileDeadPlayer +#flags +#mods +#set VolatileDeadIgniteAuraPlayer +#flags +#mods +#skillEnd + +#skill VulnerabilityPlayer +#set VulnerabilityPlayer +#flags +#mods +#skillEnd + +#skill WaveOfFrostPlayer +#set WaveOfFrostPlayer +#flags +#mods +#skillEnd + +#skill WhirlingAssaultPlayer +#set WhirlingAssaultPlayer +#flags +#mods +#skillEnd + +#skill GaleStrikePlayer +#set GaleStrikePlayer +#flags +#mods +#skillEnd + +#skill UniqueWitheringPresencePlayer +#set UniqueWitheringPresencePlayer +#flags +#mods +#skillEnd + +#skill WitheringPresencePlayer +#set WitheringPresencePlayer +#flags +#mods +#skillEnd + + + --------- Support Intelligence --------- +#skill SupportAbidingHexPlayer +#set SupportAbidingHexPlayer +#mods +#skillEnd + +#skill SupportAcrimonyPlayer +#set SupportAcrimonyPlayer +#mods +#skillEnd + +#skill SupportAhnsCitadelPlayer +#set SupportAhnsCitadelPlayer +#mods +#skillEnd + +#skill SupportAmbrosiaPlayer +#set SupportAmbrosiaPlayer +#mods +#skillEnd + +#skill SupportAmbushPlayer +#set SupportAmbushPlayer +#mods +#skillEnd + +#skill SupportArbitersIgnitionPlayer +#set SupportArbitersIgnitionPlayer +#mods +#skillEnd + +#skill SupportArcaneSurgePlayer +#set SupportArcaneSurgePlayer +#mods +#skillEnd + +#skill SupportAstralProjectionPlayer +#set SupportAstralProjectionPlayer +#mods +#skillEnd + +#skill SupportAtzirisAllurePlayer +#set SupportAtzirisAllurePlayer +#mods +#skillEnd + +#skill SupportBiddingPlayer +#set SupportBiddingPlayer +#mods +#skillEnd + +#skill SupportBiddingPlayerTwo +#set SupportBiddingPlayerTwo +#mods +#skillEnd + +#skill SupportBiddingPlayerThree +#set SupportBiddingPlayerThree +#mods +#skillEnd + +#skill SupportBitingFrostPlayer +#set SupportBitingFrostPlayer +#mods +#skillEnd + +#skill SupportBoneShrapnelPlayer +#set SupportBoneShrapnelPlayer +#mods +#skillEnd + +#skill TriggeredBoneShrapnelPlayer +#set TriggeredBoneShrapnelPlayer +#flags +#mods +#skillEnd + +#skill SupportBoundlessEnergyPlayer +#set SupportBoundlessEnergyPlayer +#mods +#skillEnd + +#skill SupportBoundlessEnergyPlayerTwo +#set SupportBoundlessEnergyPlayerTwo +#mods +#skillEnd + +#skill SupportBurgeonPlayer +#set SupportBurgeonPlayer +#mods +#skillEnd + +#skill SupportBurgeonPlayerTwo +#set SupportBurgeonPlayerTwo +#mods +#skillEnd + +#skill SupportBurningRunesPlayer +#set SupportBurningRunesPlayer +#mods +#skillEnd + +#skill TriggeredBurningRunesPlayer +#set TriggeredBurningRunesPlayer +#flags +#mods +#skillEnd + +#skill SupportCatharsisPlayer +#set SupportCatharsisPlayer +#mods +#skillEnd + +#skill SupportAddedChaosDamagePlayer +#set SupportAddedChaosDamagePlayer +#mods +#skillEnd + +#skill SupportChaosMasteryPlayer +#set SupportChaosMasteryPlayer +#mods +#skillEnd + +#skill SupportChaoticFreezePlayer +#set SupportChaoticFreezePlayer +#mods +#skillEnd + +#skill SupportClarityPlayer +#set SupportClarityPlayer +#mods +#skillEnd + +#skill SupportClarityPlayerTwo +#set SupportClarityPlayerTwo +#mods +#skillEnd + +#skill SupportAddedColdDamagePlayer +#set SupportAddedColdDamagePlayer +#mods +#skillEnd + +#skill SupportColdExposurePlayer +#set SupportColdExposurePlayer +#mods +#skillEnd + +#skill SupportColdMasteryPlayer +#set SupportColdMasteryPlayer +#mods +#skillEnd + +#skill SupportColdPenetrationPlayer +#set SupportColdPenetrationPlayer +#mods +#skillEnd + +#skill SupportCommandment +#set SupportCommandment +#mods +#skillEnd + +#skill SupportConcentratedAreaPlayer +#set SupportConcentratedAreaPlayer +#mods +#skillEnd + +#skill SupportConsideredCastingPlayer +#set SupportConsideredCastingPlayer +#mods +#skillEnd + +#skill SupportControlledDestructionPlayer +#set SupportControlledDestructionPlayer +#mods +#skillEnd + +#skill SupportCorpseConservationPlayer +#set SupportCorpseConservationPlayer +#mods +#skillEnd + +#skill SupportCracklingBarrierPlayer +#set SupportCracklingBarrierPlayer +#mods +#skillEnd + +#skill SupportCrazedMinionsPlayer +#set SupportCrazedMinionsPlayer +#mods +#skillEnd + +#skill SupportCrystallineShardsPlayer +#set SupportCrystallineShardsPlayer +#mods +#skillEnd + +#skill SupportCursedGroundPlayer +#set SupportCursedGroundPlayer +#mods +#skillEnd + +#skill SupportDanseMacabrePlayer +#set SupportDanseMacabrePlayer +#mods +#skillEnd + +#skill SupportDeathmarchPlayer +#set SupportDeathmarchPlayer +#mods +#skillEnd + +#skill SupportDecayingHexPlayer +#set SupportDecayingHexPlayer +#mods +#skillEnd + +#skill SupportLastingFrostPlayer +#set SupportLastingFrostPlayer +#mods +#skillEnd + +#skill SupportDerangePlayer +#set SupportDerangePlayer +#mods +#skillEnd + +#skill SupportDiallasDesirePlayer +#set SupportDiallasDesirePlayer +#mods +#skillEnd + +#skill SupportDoedresUndoingPlayer +#set SupportDoedresUndoingPlayer +#mods +#skillEnd + +#skill TriggeredCurseZoneHazardExplosionPlayer +#set TriggeredCurseZoneHazardExplosionPlayer +#flags +#mods +#skillEnd + +#skill SupportDrainedAilmentPlayer +#set SupportDrainedAilmentPlayer +#mods +#skillEnd + +#skill SupportElementalArmyPlayer +#set SupportElementalArmyPlayer +#mods +#skillEnd + +#skill SupportElementalDischargePlayer +#set SupportElementalDischargePlayer +#mods +#skillEnd + +#skill TriggeredElementalDischargePlayer +#set TriggeredElementalDischargePlayer +#flags +#mods +#skillEnd + +#skill SupportElementalFocusPlayer +#set SupportElementalFocusPlayer +#mods +#skillEnd + +#skill SupportEmbitterPlayer +#set SupportEmbitterPlayer +#mods +#skillEnd + +#skill SupportEncroachingGroundPlayer +#set SupportEncroachingGroundPlayer +#mods +#skillEnd + +#skill SupportEnergyBarrierPlayer +#set SupportEnergyBarrierPlayer +#mods +#skillEnd + +#skill SupportEnergyCapacitorPlayer +#set SupportEnergyCapacitorPlayer +#mods +#skillEnd + +#skill SupportEnergyRetentionPlayer +#set SupportEnergyRetentionPlayer +#mods +#skillEnd + +#skill SupportEshsRadiancePlayer +#set SupportEshsRadiancePlayer +#mods +#skillEnd + +#skill SupportEssenceHarvestPlayer +#set SupportEssenceHarvestPlayer +#mods +#skillEnd + +#skill SupportExcisePlayer +#set SupportExcisePlayer +#mods +#skillEnd + +#skill SupportExecratePlayer +#set SupportExecratePlayer +#mods +#skillEnd + +#skill SupportExpansePlayer +#set SupportExpansePlayer +#mods +#skillEnd + +#skill SupportExtractionPlayer +#set SupportExtractionPlayer +#mods +#skillEnd + +#skill SupportFeedingFrenzyPlayer +#set SupportFeedingFrenzyPlayer +#mods +#skillEnd + +#skill SupportFeedingFrenzyPlayerTwo +#set SupportFeedingFrenzyPlayerTwo +#mods +#skillEnd + +#skill SupportFieryDeathPlayer +#set SupportFieryDeathPlayer +#mods +#skillEnd + +#skill TriggeredFieryDeathPlayer +#set TriggeredFieryDeathPlayer +#flags +#mods +#skillEnd + +#skill SupportFireMasteryPlayer +#set SupportFireMasteryPlayer +#mods +#skillEnd + +#skill SupportFlukePlayer +#set SupportFlukePlayer +#mods +#skillEnd + +#skill SupportFocusedCursePlayer +#set SupportFocusedCursePlayer +#mods +#skillEnd + +#skill SupportManaFountainPlayer +#set SupportManaFountainPlayer +#mods +#skillEnd + +#skill SupportWallFortressPlayer +#set SupportWallFortressPlayer +#mods +#skillEnd + +#skill SupportWallFortressPlayerTwo +#set SupportWallFortressPlayerTwo +#mods +#skillEnd + +#skill SupportFreezePlayer +#set SupportFreezePlayer +#mods +#skillEnd + +#skill SupportFreezeforkPlayer +#set SupportFreezeforkPlayer +#mods +#skillEnd + +#skill SupportChillingIcePlayer +#set SupportChillingIcePlayer +#mods +#skillEnd + +#skill SupportFrostfirePlayer +#set SupportFrostfirePlayer +#mods +#skillEnd + +#skill SupportFrozenVortexPlayer +#set SupportFrozenVortexPlayer +#mods +#skillEnd + +#skill TriggeredFrozenVortexPlayer +#set TriggeredFrozenVortexPlayer +#flags +#mods +#skillEnd + +#skill SupportGlacierPlayer +#set SupportGlacierPlayer +#mods +#skillEnd + +#skill SupportFleetingRemnantsPlayer +#set SupportFleetingRemnantsPlayer +#mods +#skillEnd + +#skill SupportFleetingRemnantsPlayerTwo +#set SupportFleetingRemnantsPlayerTwo +#mods +#skillEnd + +#skill SupportCurseEffectPlayer +#set SupportCurseEffectPlayer +#mods +#skillEnd + +#skill SupportHexBloomPlayer +#set SupportHexBloomPlayer +#mods +#skillEnd + +#skill SupportHinderPlayer +#set SupportHinderPlayer +#mods +#skillEnd + +#skill SupportHoarfrostPlayer +#set SupportHoarfrostPlayer +#mods +#skillEnd + +#skill TriggeredHoarfrostPlayer +#set TriggeredHoarfrostPlayer +#flags +#mods +#skillEnd + +#skill SupportHourglassPlayer +#set SupportHourglassPlayer +#mods +#skillEnd + +#skill SupportHulkingMinionsPlayer +#set SupportHulkingMinionsPlayer +#mods +#skillEnd + +#skill SupportIceBitePlayer +#set SupportIceBitePlayer +#mods +#skillEnd + +#skill SupportIciclePlayer +#set SupportIciclePlayer +#mods +#skillEnd + +#skill ViciousHexSupportPlayer +#set ViciousHexSupportPlayer +#mods +#skillEnd + +#skill DoomBlastPlayer +#set DoomBlastPlayer +#flags +#mods +#skillEnd + +#skill SupportInevitableCriticalsPlayer +#set SupportInevitableCriticalsPlayer +#mods +#skillEnd + +#skill SupportIntenseAgonyPlayer +#set SupportIntenseAgonyPlayer +#mods +#skillEnd + +#skill SupportFlukePlayerTwo +#set SupportFlukePlayerTwo +#mods +#skillEnd + +#skill SupportKalisasCrescendoPlayer +#set SupportKalisasCrescendoPlayer +#mods +#skillEnd + +#skill SupportKulemaksDominionPlayer +#set SupportKulemaksDominionPlayer +#mods +#skillEnd + +#skill SupportKurgalsLeashPlayer +#set SupportKurgalsLeashPlayer +#mods +#skillEnd + +#skill SupportLastGaspPlayer +#set SupportLastGaspPlayer +#mods +#skillEnd + +#skill SupportLightningMasteryPlayer +#set SupportLightningMasteryPlayer +#mods +#skillEnd + +#skill SupportLivingLightningPlayerTwo +#set SupportLivingLightningPlayerTwo +#mods +#skillEnd + +#skill TriggeredLivingLightningPlayerTwo +#set TriggeredLivingLightningPlayerTwo +#flags +#mods +#skillEnd + +#skill SupportLivingLightningPlayer +#set SupportLivingLightningPlayer +#mods +#skillEnd + +#skill TriggeredLivingLightningPlayer +#set TriggeredLivingLightningPlayer +#flags +#mods +#skillEnd + +#skill SupportLoyaltyPlayer +#set SupportLoyaltyPlayer +#mods +#skillEnd + +#skill SupportMagneticRemnantsPlayer +#set SupportMagneticRemnantsPlayer +#mods +#skillEnd + +#skill SupportMagnifiedAreaPlayer +#set SupportMagnifiedAreaPlayer +#mods +#skillEnd + +#skill SupportMagnifiedAreaPlayerTwo +#set SupportMagnifiedAreaPlayerTwo +#mods +#skillEnd + +#skill SupportManaFlarePlayer +#set SupportManaFlarePlayer +#mods +#skillEnd + +#skill TriggeredManaFlarePlayer +#set TriggeredManaFlarePlayer +#flags +#mods +#skillEnd + +#skill SupportManaLeechPlayer +#set SupportManaLeechPlayer +#mods +#skillEnd + +#skill SupportMinionInstabilityPlayer +#set SupportMinionInstabilityPlayer +#mods +#skillEnd + +#skill SupportMinionMasteryPlayer +#set SupportMinionMasteryPlayer +#mods +#skillEnd + +#skill SupportMinionPactPlayer +#set SupportMinionPactPlayer +#mods +#skillEnd + +#skill SupportMinionPactPlayerTwo +#set SupportMinionPactPlayerTwo +#mods +#skillEnd + +#skill SupportMusterPlayer +#set SupportMusterPlayer +#mods +#skillEnd + +#skill SupportMysticismPlayer +#set SupportMysticismPlayer +#mods +#skillEnd + +#skill SupportMysticismPlayerTwo +#set SupportMysticismPlayerTwo +#mods +#skillEnd + +#skill SupportNadirPlayer +#set SupportNadirPlayer +#mods +#skillEnd + +#skill SupportPhysicalMasteryPlayer +#set SupportPhysicalMasteryPlayer +#mods +#skillEnd + +#skill SupportPinpointCriticalPlayer +#set SupportPinpointCriticalPlayer +#mods +#skillEnd + +#skill SupportPotentExposurePlayer +#set SupportPotentExposurePlayer +#mods +#skillEnd + +#skill SupportPotentialPlayer +#set SupportPotentialPlayer +#mods +#skillEnd + +#skill SupportProfanityPlayer +#set SupportProfanityPlayer +#mods +#skillEnd + +#skill SupportProfanityPlayerTwo +#set SupportProfanityPlayerTwo +#mods +#skillEnd + +#skill SupportRapidCastingPlayer +#set SupportRapidCastingPlayer +#mods +#skillEnd + +#skill SupportRapidCastingPlayerTwo +#set SupportRapidCastingPlayerTwo +#mods +#skillEnd + +#skill SupportRapidCastingPlayerThree +#set SupportRapidCastingPlayerThree +#mods +#skillEnd + +#skill SupportRimePlayer +#set SupportRimePlayer +#mods +#skillEnd + +#skill SupportTempestuousTempoPlayer +#set SupportTempestuousTempoPlayer +#mods +#skillEnd + +#skill SupportRitualisticCursePlayer +#set SupportRitualisticCursePlayer +#mods +#skillEnd + +#skill SupportRomirasRequitalPlayer +#set SupportRomirasRequitalPlayer +#mods +#skillEnd + +#skill SupportSacrificialLambPlayer +#set SupportSacrificialLambPlayer +#mods +#skillEnd + +#skill SupportSacrificialLambPlayerTwo +#set SupportSacrificialLambPlayerTwo +#mods +#skillEnd + +#skill SupportSacrificalOfferingPlayer +#set SupportSacrificialOfferingPlayer +#mods +#skillEnd + +#skill SupportShockConductionPlayer +#set SupportShockConductionPlayer +#mods +#skillEnd + +#skill SupportEnergyShieldOnShockKillPlayer +#set SupportEnergyShieldOnShockKillPlayer +#mods +#skillEnd + +#skill SupportWildshardsPlayerThree +#set SupportWildshardsPlayerThree +#mods +#skillEnd + +#skill SupportSoulbreakerPlayer +#set SupportSoulbreakerPlayer +#mods +#skillEnd + +#skill TriggeredSoulbreakerPlayer +#set TriggeredSoulbreakerPlayer +#flags +#mods +#skillEnd + +#skill SupportSpellCascadePlayer +#set SupportSpellCascadePlayer +#mods +#skillEnd + +#skill SupportSpellEchoPlayer +#set SupportSpellEchoPlayer +#mods +#skillEnd + +#skill SupportStormfirePlayer +#set SupportStormfirePlayer +#mods +#skillEnd + +#skill SupportStrongHeartedPlayer +#set SupportStrongHeartedPlayer +#mods +#skillEnd + +#skill SupportIncreasedCriticalDamagePlayer +#set SupportIncreasedCriticalDamagePlayer +#mods +#skillEnd + +#skill SupportTecrodsRevengePlayer +#set SupportTecrodsRevengePlayer +#mods +#skillEnd + +#skill SupportUnbendingPlayer +#set SupportUnbendingPlayer +#mods +#skillEnd + +#skill SupportUnleashPlayer +#set SupportUnleashPlayer +#mods +#skillEnd + +#skill SupportUpwellingPlayer +#set SupportUpwellingPlayer +#mods +#skillEnd + +#skill SupportUpwellingPlayerTwo +#set SupportUpwellingPlayerTwo +#mods +#skillEnd + +#skill SupportVarashtasBlessingPlayer +#set SupportVarashtasBlessingPlayer +#mods +#skillEnd + +#skill SupportVerglasPlayer +#set SupportVerglasPlayer +#mods +#skillEnd + +#skill SupportVilentasPropulsionPlayer +#set SupportVilentasPropulsionPlayer +#mods +#skillEnd + +#skill SupportVolatilePowerPlayer +#set SupportVolatilePowerPlayer +#mods +#skillEnd + +#skill SupportVolatilityPlayer +#set SupportVolatilityPlayer +#mods +#skillEnd + +#skill SupportWildfirePlayer +#set SupportWildfirePlayer +#mods +#skillEnd + +#skill SupportWildshardsPlayer +#set SupportWildshardsPlayer +#mods +#skillEnd + +#skill SupportWildshardsPlayerTwo +#set SupportWildshardsPlayerTwo +#mods +#skillEnd + +#skill SupportWitheringTouchPlayer +#set SupportWitheringTouchPlayer +#mods +#skillEnd + +#skill SupportZarokhsRefrainPlayer +#set SupportZarokhsRefrainPlayer +#mods +#skillEnd + +#skill SupportZenithPlayer +#set SupportZenithPlayer +#mods +#skillEnd + +#skill SupportZenithPlayerTwo +#set SupportZenithPlayerTwo +#mods +#skillEnd + + + --------- Active Other --------- +#skill AcidicConcoctionPlayer +#set AcidicConcoctionPlayer +#flags +#mods +#set AcidicConcoctionPoisonBurstPlayer +#flags +#mods +#skillEnd + +#skill AncestralSpiritsPlayer +#set AncestralSpiritsPlayer +#flags +#mods +#skillEnd + +#skill BleedingConcoctionPlayer +#set BleedingConcoctionPlayer +#flags +#mods +#skillEnd + +#skill BlinkSandPlayer +#set BlinkSandPlayer +#flags +#mods +#skillEnd + +#skill BloodBoilPlayer +#set BloodBoilPlayer +#flags +#mods +#skillEnd + +#skill MeleeBowPlayer +#set MeleeBowPlayer +#flags +#mods +#skillEnd + +#skill ExplodingPoisonToadPlayer +#set ExplodingPoisonToadPlayer +#flags +#mods +#skillEnd + +#skill MetaDeadeyeMarksPlayer +#set MetaDeadeyeMarksPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaDeadeyeMarksPlayer +#set SupportMetaDeadeyeMarksPlayer +#mods +#skillEnd + +#skill MetaCastOnCharmUsePlayer +#set MetaCastOnCharmUsePlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastOnCharmUsePlayer +#set SupportMetaCastOnCharmUsePlayer +#mods +#skillEnd + +#skill ChaosSpearTriggerChaosSurgePlayer +#set ChaosSpearTriggerChaosSurgePlayer +#flags +#mods +#skillEnd + +#skill MeleeCrossbowPlayer +#set MeleeCrossbowPlayer +#flags +#mods +#skillEnd + +#skill UnloadAmmoPlayer +#set UnloadAmmoPlayer +#flags +#mods +#skillEnd + +#skill CorpsewadeCorpseCloudPlayer +#set CorpsewadeCorpseCloudPlayer +#flags +#mods +#set CorpsewadeCorpseCloudExplosionPlayer +#flags +#mods +#skillEnd + +#skill DemonFormPlayer +#set DemonFormPlayer +#flags +#mods +#skillEnd + +#skill ElementalExpressionTriggeredPlayer +#set ElementalExpressionTriggeredPlayer +#flags +#mods +#set ElementalExpressionFirePlayer +#flags +#mods +#set ElementalExpressionColdPlayer +#flags +#mods +#set ElementalExpressionLightningPlayer +#flags +#mods +#skillEnd + +#skill ElementalStormPlayer +#set ElementalStormPlayer +#flags +#mods +#set ElementalStormFirePlayer +#flags +#mods +#set ElementalStormLightningPlayer +#flags +#mods +#set ElementalStormColdPlayer +#flags +#mods +#skillEnd + +#skill AmazonTriggerElementalSurgePlayer +#set AmazonTriggerColdSurgePlayer +#flags +#mods +#set AmazonTriggerFireSurgePlayer +#flags +#mods +#set AmazonTriggerLightningSurgePlayer +#flags +#mods +#skillEnd + +#skill EncaseInJadePlayer +#set EncaseInJadePlayer +#flags +#mods +#skillEnd + +#skill ExplosiveConcoctionPlayer +#set ExplosiveConcoctionPlayer +#flags +#mods +#set ExplosiveConcoctionSecondPlayer +#flags +#mods +#skillEnd + +#skill MetaCastFireSpellOnHitPlayer +#set MetaCastFireSpellOnHitPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastFireSpellOnHitPlayer +#set SupportMetaCastFireSpellOnHitPlayer +#mods +#skillEnd + +#skill FulminatingConcoctionPlayer +#set FulminatingConcoctionPlayer +#flags +#mods +#skillEnd + +#skill FuturePastPlayer +#set FuturePastPlayer +#flags +#mods +#skillEnd + +#skill InevitableAgonyPlayer +#set InevitableAgonyPlayer +#flags +#mods +#skillEnd + +#skill IntoTheBreachPlayer +#set IntoTheBreachPlayer +#flags +#mods +#skillEnd + +#skill LifeRemnantsPlayer +#set LifeRemnantsPlayer +#flags +#mods +#skillEnd + +#skill Melee1HMacePlayer +#set Melee1HMacePlayer +#flags +#mods +#skillEnd + +#skill Melee2HMacePlayer +#set Melee2HMacePlayer +#flags +#mods +#skillEnd + +#skill MeleeMaceMacePlayer +#set MeleeMaceMacePlayer +#flags +#mods +#skillEnd + +#skill ManifestWeaponPlayer +#set ManifestWeaponPlayer +#flags +#mods +#skillEnd + +#skill MeditatePlayer +#set MeditatePlayer +#flags +#mods +#skillEnd + +#skill ParryPlayer +#set ParryPlayer +#flags +#mods +#skillEnd + +#skill PinnacleOfPowerPlayer +#set PinnacleOfPowerPlayer +#flags +#mods +#skillEnd + +#skill MeleeUnarmedPlayer +#set MeleeUnarmedPlayer +#flags +#mods +#skillEnd + +#skill MeleeQuarterstaffPlayer +#set MeleeQuarterstaffPlayer +#flags +#mods +#skillEnd + +#skill ShieldBlockPlayer +#set ShieldBlockPlayer +#flags +#mods +#skillEnd + +#skill RitualSacrificePlayer +#set RitualSacrificePlayer +#flags +#mods +#skillEnd + +#skill RunicTemperingPlayer +#set RunicTempering +#flags +#mods +#skillEnd + +#skill ShatteringConcoctionPlayer +#set ShatteringConcoctionPlayer +#flags +#mods +#skillEnd + +#skill SorceryWardPlayer +#set SorceryWardPlayer +#flags +#mods +#skillEnd + +#skill MeleeSpearOffHandPlayer +#set MeleeSpearOffHandPlayer +#flags +#mods +#skillEnd + +#skill MeleeSpearPlayer +#set MeleeSpearPlayer +#flags +#mods +#skillEnd + +#skill SpearThrowPlayer +#set SpearThrowPlayer +#flags +#mods +#set SpearThrowFrenzyChargePlayer +#flags +#mods +#skillEnd + +#skill SummonInfernalHoundPlayer +#set SummonInfernalHoundPlayer +#flags +#mods +#skillEnd + +#skill SupportingFirePlayer +#set SupportingFirePlayer +#flags +#mods +#skillEnd + +#skill CommandDeathFromAbovePlayer +#set CommandDeathFromAbovePlayer +#flags +#mods +#skillEnd + +#skill TemperWeaponPlayer +#set TemperWeaponPlayer +#flags +#mods +#skillEnd + +#skill TemperWeaponCombustionPlayer +#set TemperWeaponCombustionPlayer +#flags +#mods +#skillEnd + +#skill TemporalRiftPlayer +#set TemporalRiftPlayer +#flags +#mods +#skillEnd + +#skill TimeFreezePlayer +#set TimeFreezePlayer +#flags +#mods +#skillEnd + +#skill TimeSnapPlayer +#set TimeSnapPlayer +#flags +#mods +#skillEnd + +#skill UnboundAvatarPlayer +#set UnboundAvatarPlayer +#flags +#mods +#skillEnd + +#skill UnleashPlayer +#set UnleashPlayer +#flags +#mods +#skillEnd + +#skill VoidIllusionPlayer +#set VoidIllusionPlayer +#flags +#mods +#skillEnd + +#skill VoidIllusionSpawnPlayer +#set VoidIllusionSpawnPlayer +#flags +#mods +#skillEnd + + + --------- Support Other --------- + + diff --git a/src/Export/Skills/act_dex.txt b/src/Export/Skills/act_dex.txt index aec55d750e..ca6fb31bdc 100644 --- a/src/Export/Skills/act_dex.txt +++ b/src/Export/Skills/act_dex.txt @@ -181,6 +181,12 @@ statMap = { #mods #skillEnd +#skill EscapeShotIceFragmentPlayer +#set EscapeShotIceFragmentPlayer +#flags attack projectile area +#mods +#skillEnd + #skill ExplosiveSpearPlayer #set ExplosiveSpearPlayer #flags attack projectile @@ -263,6 +269,18 @@ statMap = { #mods #skillEnd +#skill IceTippedArrowsPlayer +#set IceTippedArrowsPlayer +#flags duration +#mods +#skillEnd + +#skill IceTippedArrowsIceFragmentPlayer +#set IceTippedArrowsIceFragmentPlayer +#flags attack projectile area +#mods +#skillEnd + #skill LightningArrowPlayer #set LightningArrowPlayer #flags attack projectile @@ -307,6 +325,32 @@ statMap = { #mods #skillEnd +#skill MetaMirageArcherPlayer +#set MetaMirageArcherPlayer +#flags +#mods +#skillEnd + +#skill SupportMirageArcherPlayer +#set SupportMirageArcherPlayer +#mods +#skillEnd + +#skill MirageArcherSpawnPlayer +#set MirageArcherSpawnPlayer +#flags +#mods +#skillEnd + +#skill PhantasmalArrowPlayer +#set PhantasmalArrowPlayer +#flags attack projectile duration +#mods +#set PhantasmalArrowExplosionPlayer +#flags attack projectile area duration +#mods +#skillEnd + #skill PlagueBearerPlayer #set PlagueBearerPlayer #flags @@ -413,13 +457,15 @@ end, #mods #set SnipeExplosionPlayer #flags attack projectile area -#baseMod mod("Condition:PerfectTiming", "FLAG", true) +#mods +#set SnipeFrozenExplosionPlayer +#flags attack projectile area #mods #skillEnd #skill SnipersMarkPlayer #set SnipersMarkPlayer -#flags spell duration mark +#flags duration statMap = { ["enemy_additional_critical_strike_multiplier_against_self"] = { mod("SelfCritMultiplier", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), @@ -542,10 +588,22 @@ statMap = { #mods #skillEnd +#skill ToxicDomainPlayer +#set ToxicDomainPlayer +#flags +#mods +#set ToxicDomainPustuleExplosion +#flags attack area duration +#mods +#skillEnd + #skill ToxicGrowthPlayer #set ToxicGrowthPlayer #flags attack projectile area #mods +#set ToxicGrowthBurstPlayer +#flags attack projectile +#mods #skillEnd #skill TrailOfCaltropsPlayer @@ -560,26 +618,6 @@ statMap = { #mods #skillEnd -#skill TrinityPlayer -#set TrinityPlayer -#flags buff duration -statMap = { - ["trinity_damage_+%_final_to_grant_per_50_resonance"] = { - mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "ResonanceCount", div = 30 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), - }, - ["trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant"] = { - mod("Speed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), - }, - ["quality_display_trinity_is_gem"] = { - -- Display only - }, - ["trinity_loss_per_hit"] = { - -- Display only - }, -}, -#mods -#skillEnd - #skill TwisterPlayer #set TwisterPlayer #flags attack area duration projectile @@ -624,6 +662,12 @@ statMap = { #mods #skillEnd +#skill TriggeredVoltaicMarkNovaPlayer +#set TriggeredVoltaicMarkNovaPlayer +#flags nonWeaponAttack +#mods +#skillEnd + #skill WhirlingSlashPlayer #set WhirlingSlashPlayer #flags attack area melee @@ -669,12 +713,6 @@ statMap = { #mods #skillEnd -#skill TriggeredVoltaicMarkNovaPlayer -#set TriggeredVoltaicMarkNovaPlayer -#flags nonWeaponAttack -#mods -#skillEnd - #skill WindDancerPlayer #set WindDancerPlayer #flags @@ -713,7 +751,4 @@ statMap = { #set WindSerpentsFurySnakePlayer #flags attack area melee #mods -#set WindSerpentsFuryKnockbackExplosionPlayer -#flags attack area melee -#mods #skillEnd \ No newline at end of file diff --git a/src/Export/Skills/act_int.txt b/src/Export/Skills/act_int.txt index 9870067011..b3b0d16ae8 100644 --- a/src/Export/Skills/act_int.txt +++ b/src/Export/Skills/act_int.txt @@ -7,18 +7,7 @@ local skills, mod, flag, skill = ... #skill ArcPlayer #set ArcPlayer -#flags spell chaining -statMap = { - ["arc_damage_+%_final_for_each_remaining_chain"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "ChainRemaining" }), - }, - ["quality_display_arc_is_gem"] = { - -- Display only - }, -}, -#mods -#set ArcExplosionPlayer -#flags spell area +#flags spell chaining projectile statMap = { ["arc_damage_+%_final_for_each_remaining_chain"] = { mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "ChainRemaining" }), @@ -61,6 +50,12 @@ statMap = { }, }, #mods +#set BallLightningInfusedExplosionPlayer +#flags spell area projectile +#mods +#set BallLightningIgnitedGround +#flags spell area projectile duration +#mods #skillEnd #skill MetaBarrierInvocationPlayer @@ -164,26 +159,14 @@ statMap = { #mods #skillEnd -#skill MetaCastOnFreezePlayer -#set MetaCastOnFreezePlayer +#skill MetaCastOnElementalAilmentPlayer +#set MetaCastOnElementalAilmentPlayer #flags #mods #skillEnd -#skill SupportMetaCastOnFreezePlayer -#set SupportMetaCastOnFreezePlayer -#flags -#mods -#skillEnd - -#skill MetaCastOnIgnitePlayer -#set MetaCastOnIgnitePlayer -#flags -#mods -#skillEnd - -#skill SupportMetaCastOnIgnitePlayer -#set SupportMetaCastOnIgnitePlayer +#skill SupportMetaCastOnElementalAilmentPlayer +#set SupportMetaCastOnElementalAilmentPlayer #flags #mods #skillEnd @@ -200,18 +183,6 @@ statMap = { #mods #skillEnd -#skill MetaCastOnShockPlayer -#set MetaCastOnShockPlayer -#flags -#mods -#skillEnd - -#skill SupportMetaCastOnShockPlayer -#set SupportMetaCastOnShockPlayer -#flags -#mods -#skillEnd - #from item #skill WeaponGrantedChaosboltPlayer #set WeaponGrantedChaosboltPlayer @@ -219,8 +190,8 @@ statMap = { #mods #skillEnd -#skill ChargeInfusionPlayer -#set ChargeInfusionPlayer +#skill ChargeRegulationPlayer +#set ChargeRegulationPlayer statMap = { ["charge_mastery_skill_speed_+%_final_with_frenzy_charges"] = { mod("Speed", "MORE", nil, 0, 0, { type = "StatThreshold", stat = "FrenzyCharges", threshold = 1 }, { type = "GlobalEffect", effectType = "Buff", effectName = "Charge Infusion" }), @@ -259,16 +230,13 @@ statMap = { #mods #skillEnd -#skill ColdSnapPlayer -#set ColdSnapPlayer -#flags area spell -#mods -#skillEnd - #skill CometPlayer #set CometPlayer #flags area spell #mods +#set CometFireInfusionPlayer +#flags area spell +#mods #skillEnd #skill ConductivityPlayer @@ -292,11 +260,34 @@ statMap = { #set ConvalescencePlayer #flags #mods +#skillEnd + +#skill ConvalescenceActivePlayer #set ConvalescenceActivePlayer #flags duration #mods #skillEnd +#skill CracklingPalmPlayer +#set CracklingPalmPlayer +#flags +#mods +#set CracklingPalmBoltPlayer +#flags attack unarmed area +#mods +#skillEnd + +#skill MetaCastCurseOnBlockPlayer +#set MetaCastCurseOnBlockPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastCurseOnBlockPlayer +#set SupportMetaCastCurseOnBlockPlayer +#mods +#skillEnd + #skill DarkEffigyPlayer #set DarkEffigyPlayer #flags area spell totem duration @@ -305,7 +296,7 @@ statMap = { #skill DarkEffigyProjectilePlayer #set DarkEffigyProjectilePlayer -#flags spell area projectile +#flags spell area projectile totem #mods #skillEnd @@ -367,13 +358,27 @@ statMap = { #mods #skillEnd -#skill BlazingClusterPlayer -#set BlazingClusterPlayer +#skill ElementalWeaknessPlayer +#set ElementalWeaknessPlayer +#flags area spell duration +statMap = { + ["base_skill_buff_all_elements_resistance_%_to_apply"] = { + mod("ElementalResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), + }, +}, +#mods +#skillEnd + +#skill EmberFusilladePlayer +#set EmberFusilladePlayer #flags spell duration projectile #mods -#set BlazingClusterExplosionPlayer +#set EmberFusilladeExplosionPlayer #flags spell area projectile #mods +#set EmberFusilladeBeamPlayer +#flags spell projectile +#mods #skillEnd #skill EnfeeblePlayer @@ -400,6 +405,16 @@ statMap = { #mods #skillEnd +#from item +#skill ExsanguinatePlayer +#set ExsanguinatePlayer +#flags spell duration chaining +#mods +#set ExsanguinateDotPlayer +#flags spell duration chaining +#mods +#skillEnd + #skill EyeOfWinterPlayer #set EyeOfWinterPlayer #flags spell projectile @@ -415,6 +430,12 @@ statMap = { #mods #skillEnd +#skill FeastOfFleshPlayer +#set FeastOfFleshPlayer +#flags +#mods +#skillEnd + #skill FireballPlayer #set FireballPlayer #flags spell projectile @@ -441,8 +462,11 @@ statMap = { #set FirestormPlayer #flags spell area duration #mods -#set FirestormEmpoweredPlayer -#flags spell +#set FirestormColdInfusionPlayer +#flags spell area duration +#mods +#set FirestormLightningInfusionPlayer +#flags spell area duration #mods #skillEnd @@ -488,7 +512,7 @@ statMap = { #skill FreezingMarkPlayer #set FreezingMarkPlayer -#flags spell area duration +#flags area duration #mods #skillEnd @@ -517,20 +541,24 @@ statMap = { #mods #skillEnd +#skill FrostDartsPlayer +#set FrostDartsPlayer +#flags spell projectile +#mods +#set FrostDartsExplodePlayer +#flags spell projectile area +#mods +#set FrostDartsIceMortarPlayer +#flags spell projectile area +#mods +#skillEnd + #skill FrostWallPlayer #set FrostWallPlayer #flags spell area duration #mods -#skillEnd - -#skill HypothermiaPlayer -#set HypothermiaPlayer -#flags spell curse area duration -statMap = { - ["base_skill_buff_cold_damage_resistance_%_to_apply"] = { - mod("ColdResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), - }, -}, +#set FrostWallInfusedPlayer +#flags spell area duration #mods #skillEnd @@ -555,26 +583,34 @@ statMap = { #set FrozenLocusGroundPlayer #flags area duration #mods +#set FrozenLocusExplodePlayer +#flags attack area +#mods #skillEnd -#skill FrozenLocusExplodePlayer -#set FrozenLocusExplodePlayer -#flags area nonWeaponAttack hit +#skill FulminationPlayer +#set FulminationPlayer +#flags #mods #skillEnd #from item -#skill GalvanicFieldPlayer -#set GalvanicFieldPlayer +#skill GalvanicFieldBuffPlayer +#set GalvanicFieldBuffPlayer #flags area duration chaining statMap = { - ["galvanic_field_retargeting_delay_ms"] = { + ["galvanic_field_shock_chance_+%_final"] = { + mod("EnemyShockChance", "MORE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura", effectName = "Galvanic Field" }), + }, +}, +#mods +#set GalvanicFieldOrbPlayer +#flags spell duration +statMap = { + ["base_galvanic_field_beam_delay_ms"] = { skill("hitTimeOverride", nil), div = 1000, }, - ["base_chance_to_shock_%_from_skill"] = { - mod("EnemyShockChance", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura", effectName = "Galvanic Field" }), - }, }, #mods #skillEnd @@ -588,7 +624,6 @@ end, #mods #set GatheringStormPerfectPlayer #flags attack area melee channelRelease -#baseMod mod("Condition:PerfectTiming", "FLAG", true) #mods #set GatheringStormExplodePlayer #flags attack area melee channelRelease duration @@ -616,6 +651,12 @@ end, #mods #skillEnd +#skill GrimFeastResummonPlayer +#set GrimFeastResummonPlayer +#flags +#mods +#skillEnd + #skill HandOfChayulaPlayer #set HandOfChayulaPlayer #flags attack melee area unarmed @@ -628,12 +669,19 @@ end, #mods #skillEnd +#from item +#skill HeartOfIcePlayer +#set HeartOfIcePlayer +#flags buff aura +#mods +#skillEnd + #skill HeraldOfIcePlayer #set HeraldOfIcePlayer #flags statMap = { ["display_herald_of_ice_behaviour"] = { - mod("HeraldOfIceBuff", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Ice" }), }, }, #mods @@ -648,11 +696,22 @@ statMap = { #mods #skillEnd +#skill HypothermiaPlayer +#set HypothermiaPlayer +#flags spell curse area duration +statMap = { + ["base_skill_buff_cold_damage_resistance_%_to_apply"] = { + mod("ColdResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Curse" }), + }, +}, +#mods +#skillEnd + #skill IceNovaPlayer #set IceNovaPlayer #flags spell area #mods -#set IceNovaPlayerOnFrostbolt +#set IceNovaColdInfusedPlayer #flags spell area #mods #skillEnd @@ -666,6 +725,34 @@ statMap = { #mods #skillEnd +#from item +#skill IcestormPlayer +#set IcestormPlayer +#flags spell area duration +statMap = { + ["fire_storm_fireball_delay_ms"] = { + skill("hitTimeOverride", nil), + div = 1000, + }, +}, +#mods +#set IcestormEmpoweredPlayer +#flags spell area duration +#mods +#skillEnd + +#from item +#skill ImpurityPlayer +#set ImpurityPlayer +#flags spell aura area +statMap = { + ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { + mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + }, +}, +#mods +#skillEnd + #skill IncineratePlayer #set IncineratePlayer #flags spell area duration @@ -688,6 +775,13 @@ statMap = { #mods #skillEnd +#from item +#skill UniqueBreachLightningBoltPlayer +#set UniqueBreachLightningBoltPlayer +#flags spell area +#mods +#skillEnd + #skill LightningConduitPlayer #set LightningConduitPlayer #flags spell @@ -847,6 +941,20 @@ statMap = { #mods #skillEnd +#minionList RavenousSwarm +#skill RavenousSwarmPlayer +#set RavenousSwarmPlayer +#flags spell minion +#mods +#skillEnd + +#from item +#skill ReapPlayer +#set ReapPlayer +#flags spell area +#mods +#skillEnd + #skill MetaReapersInvocationPlayer #set MetaReapersInvocationPlayer #flags @@ -878,18 +986,11 @@ statMap = { #skillEnd #skill ShatteringPalmExplosionPlayer -#set TriggeredFreezingWordExplosionPlayer +#set ShatteringPalmExplosionPlayer #flags area nonWeaponAttack hit unarmed #mods #skillEnd -#from item -#skill ShockNovaPlayer -#set ShockNovaPlayer -#flags spell area -#mods -#skillEnd - #from item #skill SigilOfPowerPlayer #set SigilOfPowerPlayer @@ -905,6 +1006,12 @@ statMap = { #mods #skillEnd +#skill SiphonElementsPlayer +#set SiphonElementsPlayer +#flags +#mods +#skillEnd + #skill SiphoningStrikePlayer #set SiphoningStrikePlayer #flags attack area melee @@ -971,6 +1078,18 @@ statMap = { #mods #skillEnd +#skill SnapPlayer +#set SnapColdPlayer +#flags area spell +#mods +#set SnapLightningPlayer +#flags area spell +#mods +#set SnapFirePlayer +#flags area spell +#mods +#skillEnd + #skill SolarOrbPlayer #set SolarOrbPlayer #flags spell area duration @@ -982,7 +1101,7 @@ statMap = { }, #mods #set SolarOrbAuraPlayer -#flags spell area duration +#flags spell area #mods #skillEnd @@ -997,10 +1116,24 @@ statMap = { #mods #skillEnd +#from item +#skill SoulrendPlayer +#set SoulrendPlayer +#flags spell projectile +#mods +#set SoulrendDotPlayer +#flags spell duration +#baseMod skill("debuff", true) +#mods +#skillEnd + #skill SparkPlayer #set SparkPlayer #flags spell projectile duration #mods +#set SparkColdInfusedPlayer +#flags spell projectile duration +#mods #skillEnd #minionList @@ -1022,12 +1155,6 @@ statMap = { #mods #skillEnd -#skill StaggeringPalmUnarmedProjectilePlayer -#set StaggeringPalmUnarmedProjectilePlayer -#flags attack projectile unarmed -#mods -#skillEnd - #skill StormWavePlayer #set StormWavePlayer #flags attack melee area @@ -1064,10 +1191,30 @@ statMap = { #mods #skillEnd +#skill TrinityPlayer +#set TrinityPlayer +#flags buff duration +statMap = { + ["trinity_damage_+%_final_to_grant_per_50_resonance"] = { + mod("ElementalDamage", "MORE", nil, 0, 0, { type = "Multiplier", var = "ResonanceCount", div = 30 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), + }, + ["trinity_attack_speed_+%_while_all_resonance_is_at_least_250_to_grant"] = { + mod("Speed", "INC", nil, 0, 0, { type = "MultiplierThreshold", var = "ResonanceCount", threshold = 250 },{ type = "GlobalEffect", effectType = "Buff", effectName = "Trinity" }), + }, + ["quality_display_trinity_is_gem"] = { + -- Display only + }, + ["trinity_loss_per_hit"] = { + -- Display only + }, +}, +#mods +#skillEnd + #minionList UnearthBoneConstruct #skill UnearthPlayer #set UnearthPlayer -#flags spell minion +#flags spell area minion #mods #skillEnd @@ -1083,6 +1230,9 @@ statMap = { #set VaultingImpactPlayer #flags attack area melee #mods +#set VaultingImpactDazedPlayer +#flags attack area melee +#mods #skillEnd #from item @@ -1090,6 +1240,9 @@ statMap = { #set VolatileDeadPlayer #flags spell area #mods +#set VolatileDeadIgniteAuraPlayer +#flags spell area +#mods #skillEnd #skill VulnerabilityPlayer diff --git a/src/Export/Skills/act_str.txt b/src/Export/Skills/act_str.txt index 8d6b70aa79..c98e9f4e6d 100644 --- a/src/Export/Skills/act_str.txt +++ b/src/Export/Skills/act_str.txt @@ -5,6 +5,24 @@ -- local skills, mod, flag, skill = ... +#skill AncestralCryPlayer +#set AncestralCryPlayer +#flags warcry area duration +#mods +#skillEnd + +#skill AncestralCryShockwavePlayer +#set AncestralCryShockwavePlayer +#flags attack melee area +#mods +#skillEnd + +#skill AncestralCryProjectilePlayer +#set AncestralCryProjectilePlayer +#flags attack projectile +#mods +#skillEnd + #skill AncestralWarriorTotemPlayer #set AncestralWarriorTotemPlayer #flags totem attack @@ -12,8 +30,17 @@ local skills, mod, flag, skill = ... #skillEnd #skill SupportAncestralWarriorTotemPlayer +addFlags = { + totem = true, +}, #set SupportAncestralWarriorTotemPlayer #flags +statMap = { + ["support_ancestral_warrior_totem_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, +}, +#baseMod mod("ActiveTotemLimit", "BASE", 1) #mods #skillEnd @@ -33,9 +60,6 @@ local skills, mod, flag, skill = ... #set ArtilleryBallistaProjectilePlayer #flags attack area projectile totem #mods -#set ArtilleryBallistaProjectileExplodePlayer -#flags attack area projectile totem -#mods #skillEnd #skill AttritionPlayer @@ -52,7 +76,7 @@ statMap = { {mod("Damage", "MORE", nil, 0, KeywordFlag.Hit, { type = "GlobalEffect", effectType = "Buff"}, { type = "Multiplier", var = "EnemyPresenceSeconds", actor = "enemy", limitVar = "AttritionMaxDamage", div = 2, limitTotal = true }, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" })}, {mod("CullPercent", "MAX", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff"}, { type = "MultiplierThreshold", var = "EnemyPresenceSeconds", actor = "enemy", thresholdVar = "AttritionCullSeconds"}, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), value = 10,} - }, + }, }, #mods #skillEnd @@ -76,6 +100,18 @@ statMap = { #mods #skillEnd +#skill BlackPowderBlitzReservationPlayer +#set BlackPowderBlitzReservationPlayer +#flags +#mods +#skillEnd + +#skill BlackPowderBlitzPlayer +#set BlackPowderBlitzPlayer +#flags hit area +#mods +#skillEnd + #skill BoneshatterPlayer #set BoneshatterPlayer #flags attack melee @@ -131,22 +167,36 @@ statMap = { #set ClusterGrenadePlayer #flags attack area projectile duration #mods -#skillEnd - -#skill ClusterGrenadeMiniPlayer #set ClusterGrenadeMiniPlayer #flags attack area projectile #mods #skillEnd +#from item +#skill CrossbowRequiemAmmoPlayer +#set CrossbowRequiemAmmoPlayer +#flags +#mods +#skillEnd + +#from item +#skill CrossbowRequiemPlayer +#set CrossbowRequiemPlayer +#flags projectile area +#mods +#skillEnd + #from item #skill StaffConsecratePlayer #set StaffConsecratePlayer -#flags spell +#flags spell duration #mods #skillEnd #skill DefianceBannerReservationPlayer +#set DefianceBannerReservationPlayer +#flags +#mods #skillEnd #skill DefianceBannerPlayer @@ -165,6 +215,9 @@ statMap = { #skillEnd #skill DreadBannerReservationPlayer +#set DreadBannerReservationPlayer +#flags +#mods #skillEnd #skill DreadBannerPlayer @@ -228,22 +281,37 @@ statMap = { #skill ExplosiveGrenadePlayer #set ExplosiveGrenadePlayer #flags attack area projectile +statMap = { + ["base_skill_show_average_damage_instead_of_dps"] = { + }, +}, #mods #skillEnd -#from item -#skill ExsanguinatePlayer -#set ExsanguinatePlayer -#flags spell duration chaining +#skill FlashGrenadePlayer +#set FlashGrenadePlayer +#flags attack area projectile #mods -#set ExsanguinateDotPlayer -#flags spell duration chaining +#skillEnd + +#skill ForgeHammerPlayer +#set ForgeHammerPlayer +#flags attack area melee duration +#mods +#set ForgeHammerFissurePlayer +#flags attack area melee duration #mods #skillEnd -#skill FlashGrenadePlayer -#set FlashGrenadePlayer -#flags attack area projectile +#skill FortifyingCryPlayer +#set FortifyingCryPlayer +#flags warcry area duration +#mods +#skillEnd + +#skill FortifyingCryShockwavePlayer +#set FortifyingCryShockwavePlayer +#flags attack melee area shieldAttack #mods #skillEnd @@ -259,6 +327,15 @@ statMap = { #mods #skillEnd +#skill GeminiSurgePlayer +#set GeminiSurgeColdPlayer +#flags attack area +#mods +#set GeminiSurgeFirePlayer +#flags attack area +#mods +#skillEnd + #skill HammerOfTheGodsPlayer #set HammerOfTheGodsPlayer #flags attack area melee duration @@ -282,6 +359,11 @@ statMap = { #skill HeraldOfBloodPlayer #set HeraldOfBloodPlayer #flags +statMap = { + ["display_herald_of_blood_behaviour"] = { + flag("Condition:EnemiesExplode", { type = "GlobalEffect", effectType = "Buff", effectName = "Herald of Blood" } ), + }, +}, #mods #set HeraldOfBloodExplosionPlayer #flags @@ -300,18 +382,21 @@ statMap = { #mods #skillEnd -#skill LeapSlamPlayer -#set LeapSlamPlayer -#flags attack area melee +#skill IronWardPlayer +#set IronWardPlayer +#flags #mods #skillEnd -#skill MetaCastLightningSpellOnHitPlayer -#set MetaCastLightningSpellOnHitPlayer -#flags spell +#skill IronWardNovaPlayer +#set IronWardNovaPlayer +#flags hit area #mods -#set SupportMetaCastLightningSpellOnHitPlayer -#flags +#skillEnd + +#skill LeapSlamPlayer +#set LeapSlamPlayer +#flags attack area melee #mods #skillEnd @@ -557,6 +642,30 @@ statMap = { #mods #skillEnd +#skill MetaMortarCannonPlayer +#set MetaMortarCannonPlayer +#flags totem attack +#mods +#skillEnd + +#skill SupportMortarCannonPlayer +addFlags = { + totem = true, +}, +#set SupportMortarCannonPlayer +#flags +statMap = { + ["support_grenade_ballista_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_grenade_ballista_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, +}, +#baseMod mod("ActiveTotemLimit", "BASE", 1) +#mods +#skillEnd + #skill OilGrenadePlayer #set OilGrenadePlayer #flags attack area projectile duration @@ -578,14 +687,6 @@ end, #mods #set PerfectStrikeShockwavePlayer #flags attack area melee duration channelRelease -#baseMod mod("Condition:PerfectTiming", "FLAG", true) -#mods -#skillEnd - -#from item -#skill ReapPlayer -#set ReapPlayer -#flags spell area #mods #skillEnd @@ -595,18 +696,6 @@ end, #mods #skillEnd -#skill RipwireBallistaPlayer -#set RipwireBallistaPlayer -#flags totem -#mods -#skillEnd - -#skill RipwireBallistaProjectilePlayer -#set RipwireBallistaProjectilePlayer -#flags attack projectile totem -#mods -#skillEnd - #skill RollingSlamPlayer #set RollingSlamPlayer #flags attack area melee @@ -675,6 +764,21 @@ statMap = { #mods #skillEnd +#skill SiegeBallistaPlayer +#set SiegeBallistaPlayer +#flags totem +#mods +#skillEnd + +#skill SiegeBallistaProjectilePlayer Artillery +#set SiegeBallistaProjectilePlayer +#flags attack projectile totem +#mods +#set SiegeBallistaProjectileExplodePlayer +#flags attack projectile totem +#mods +#skillEnd + #skill StampedePlayer #set StampedePlayer #flags attack area melee @@ -705,12 +809,33 @@ statMap = { #mods #skillEnd +#skill MetaCastLightningSpellOnHitPlayer +#set MetaCastLightningSpellOnHitPlayer +#flags +#mods +#skillEnd + +#skill SupportMetaCastLightningSpellOnHitPlayer +#set SupportMetaCastLightningSpellOnHitPlayer +#flags +#mods +#skillEnd + #skill TimeOfNeedPlayer #set TimeOfNeedPlayer #flags duration #mods #skillEnd +#skill ValakosChargePlayer +#set ValakosChargePlayer +#flags area +#mods +#set ValakosChargeArcPlayer +#flags spell chaining +#mods +#skillEnd + #skill VolcanicFissurePlayer #set VolcanicFissurePlayer #flags attack area melee duration @@ -724,6 +849,9 @@ statMap = { #skillEnd #skill WarBannerReservationPlayer +#set WarBannerReservationPlayer +#flags +#mods #skillEnd #skill WarBannerPlayer diff --git a/src/Export/Skills/minion.txt b/src/Export/Skills/minion.txt index b1566f1247..374b7351ca 100644 --- a/src/Export/Skills/minion.txt +++ b/src/Export/Skills/minion.txt @@ -178,3 +178,26 @@ skills["MinionInstability"] = { #flags attack melee #mods #skillEnd + +#skill RavenousSwarmAttack Attack +#set RavenousSwarmAttack +#flags attack melee area +#mods +#skillEnd + +#skill LivingLightningZap Zap +#set LivingLightningZap +#flags attack melee chaining +#mods +#skillEnd + +#skill DeathFromAboveDaemonMinion +#set DeathFromAboveDaemonMinion +#flags attack projectile area +statMap = { + ["death_from_above_number_of_volleys"] = { + skill("dpsMultiplier", nil), + }, +}, +#mods +#skillEnd \ No newline at end of file diff --git a/src/Export/Skills/other.txt b/src/Export/Skills/other.txt index 97f0b2a026..a788d826e5 100644 --- a/src/Export/Skills/other.txt +++ b/src/Export/Skills/other.txt @@ -5,11 +5,38 @@ -- local skills, mod, flag, skill = ... +#from tree +#skill AcidicConcoctionPlayer +#set AcidicConcoctionPlayer +#flags attack projectile unarmed area +#mods +#set AcidicConcoctionPoisonBurstPlayer +#flags attack area +statMap = { + ["poisonous_concoction_area_of_effect_+%_final_per_active_poison_consumed"] = { + mod("AreaOfEffect", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks" }), + }, + ["active_skill_base_secondary_area_of_effect_radius"] = { + skill("radius", nil), + }, +}, +#mods +#skillEnd + #from tree #minionList AncestralSpiritTurtle AncestralSpiritHulk AncestralSpiritCaster AncestralSpiritWarhorn #skill AncestralSpiritsPlayer #set AncestralSpiritsPlayer #flags spell minion +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, +}, #mods #skillEnd @@ -17,11 +44,6 @@ local skills, mod, flag, skill = ... #skill BleedingConcoctionPlayer #set BleedingConcoctionPlayer #flags attack projectile unarmed area -statMap = { - ["flask_throw_bleed_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed), - }, -}, #mods #skillEnd @@ -33,19 +55,42 @@ statMap = { #skillEnd #from item -#skill MetaCastOnCharmUsePlayer -#set MetaCastOnCharmUsePlayer +#skill MeleeBowPlayer +#set MeleeBowPlayer +#flags attack projectile +#mods +#skillEnd + +#from item +#skill ExplodingPoisonToadPlayer +#set ExplodingPoisonToadPlayer +#flags area attack +#mods +#skillEnd + +#from tree +#skill MetaDeadeyeMarksPlayer +#set MetaDeadeyeMarksPlayer #flags #mods -#set SupportMetaCastOnCharmUsePlayer +#skillEnd + +#from tree +#skill SupportMetaDeadeyeMarksPlayer +#set SupportMetaDeadeyeMarksPlayer +#mods +#skillEnd + +#from item +#skill MetaCastOnCharmUsePlayer +#set MetaCastOnCharmUsePlayer #flags #mods #skillEnd #from item -#skill MeleeBowPlayer -#set MeleeBowPlayer -#flags attack projectile +#skill SupportMetaCastOnCharmUsePlayer +#set SupportMetaCastOnCharmUsePlayer #mods #skillEnd @@ -127,23 +172,22 @@ statMap = { #skillEnd #from tree -#skill EncaseInJadePlayer -#set EncaseInJadePlayer -#flags duration +#skill AmazonTriggerElementalSurgePlayer +#set AmazonTriggerColdSurgePlayer +#flags attack area #mods -#skillEnd - -#from tree -#skill MetaCastFireSpellOnHitPlayer -#set MetaCastFireSpellOnHitPlayer -#flags +#set AmazonTriggerFireSurgePlayer +#flags attack area +#mods +#set AmazonTriggerLightningSurgePlayer +#flags attack area #mods #skillEnd #from tree -#skill SupportMetaCastFireSpellOnHitPlayer -#set SupportMetaCastFireSpellOnHitPlayer -#flags +#skill EncaseInJadePlayer +#set EncaseInJadePlayer +#flags duration #mods #skillEnd @@ -160,6 +204,20 @@ statMap = { #mods #skillEnd +#from tree +#skill MetaCastFireSpellOnHitPlayer +#set MetaCastFireSpellOnHitPlayer +#flags +#mods +#skillEnd + +#from tree +#skill SupportMetaCastFireSpellOnHitPlayer +#set SupportMetaCastFireSpellOnHitPlayer +#flags +#mods +#skillEnd + #from tree #skill FulminatingConcoctionPlayer #set FulminatingConcoctionPlayer @@ -173,16 +231,17 @@ statMap = { #mods #skillEnd -#from tree -#skill AmazonTriggerElementalInfusionPlayer -#set AmazonTriggerColdInfusionPlayer -#flags attack area -#mods -#set AmazonTriggerFireInfusionPlayer -#flags attack area +#from item +#skill FuturePastPlayer +#set FuturePastPlayer +#flags #mods -#set AmazonTriggerLightningInfusionPlayer -#flags attack area +#skillEnd + +#from tree +#skill InevitableAgonyPlayer +#set InevitableAgonyPlayer +#flags #mods #skillEnd @@ -221,13 +280,6 @@ statMap = { #mods #skillEnd -#from item -#skill ChaosSpearTriggerChaosInfusionPlayer -#set ChaosSpearTriggerChaosInfusionPlayer -#flags attack area -#mods -#skillEnd - #from tree #minionList ManifestWeapon #skill ManifestWeaponPlayer @@ -237,6 +289,15 @@ minionUses = { }, #set ManifestWeaponPlayer #flags spell minion duration +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, +}, #mods #skillEnd @@ -259,15 +320,10 @@ statMap = { #mods #skillEnd -#from tree -#skill PoisonousConcoctionPlayer -#set PoisonousConcoctionPlayer -#flags attack projectile unarmed area -statMap = { - ["flask_throw_poison_effect_+%_final"] = { - mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), - }, -}, +#from item +#skill PinnacleOfPowerPlayer +#set PinnacleOfPowerPlayer +#flags buff duration #mods #skillEnd @@ -352,13 +408,19 @@ statMap = { #skillEnd #from tree -#minionList +#minionList TacticianMinion #skill SupportingFirePlayer #set SupportingFirePlayer #flags minion permanentMinion -#mods -#set CommandDeathFromAbovePlayer -#flags minion permanentMinion +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, + ["minion_1%_area_of_effect_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("AreaOfEffect", "INC", nil, 0, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 3 }) }), + div = 3, + }, +}, #mods #skillEnd @@ -404,63 +466,149 @@ statMap = { #mods #skillEnd -#from item -#skill UniqueBreachLightningBoltPlayer -#set UniqueBreachLightningBoltPlayer -#flags spell area -#mods -#skillEnd - -#from item -#skill CrossbowRequiemAmmoPlayer -#set CrossbowRequiemAmmoPlayer +#from tree +#skill VoidIllusionPlayer +#set VoidIllusionPlayer #flags #mods #skillEnd -#from item -#skill CrossbowRequiemPlayer -#set CrossbowRequiemPlayer -#flags projectile area -#mods -#skillEnd - -#from item -#skill ExplodingPoisonToadPlayer -#set ExplodingPoisonToadPlayer -#flags area attack -#mods -#skillEnd - -#from item -#skill PinnacleOfPowerPlayer -#set PinnacleOfPowerPlayer -#flags buff duration +#from tree +#skill VoidIllusionSpawnPlayer Void Illusion +#set VoidIllusionSpawnPlayer +#flags attack #mods #skillEnd -#from item -#skill ImpurityPlayer -#set ImpurityPlayer -#flags aura -statMap = { - ["base_skill_buff_chaos_damage_resistance_%_to_apply"] = { - mod("ChaosResist", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), +skills["EnemyExplode"] = { + name = "On Kill Monster Explosion", + hidden = true, + color = 4, + skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, }, + castTime = 0, + levels = { + [1] = { damageEffectiveness = 0, baseMultiplier = 1, levelRequirement = 1, } }, -}, -#mods -#skillEnd - -#from item -#skill HeartOfIcePlayer -#set HeartOfIcePlayer -#flags buff aura -#mods -#skillEnd - -#from item -#skill IcestormPlayer -#set IcestormPlayer -#flags spell area duration -#mods -#skillEnd \ No newline at end of file + preDamageFunc = function(activeSkill, output) + output.ExplodeChance = 0 + local statSet = activeSkill.activeEffect.statSet or activeSkill.activeEffect.statSetCalcs + if statSet.index ~= 3 then + local allExplodeMods = activeSkill.skillModList:Tabulate("LIST", activeSkill.skillCfg, "ExplodeMod") + for _, explodeMod in ipairs(allExplodeMods) do + local activeEffectSource = activeSkill.activeEffect.srcInstance.explodeSource.modSource or "Tree:"..activeSkill.activeEffect.srcInstance.explodeSource.id + if explodeMod.mod.source == activeEffectSource then + local explodeMod = explodeMod.value + if explodeMod.type == "RandomElement" then + activeSkill.skillData["FireEffectiveExplodePercentage"] = explodeMod.amount / 3 + activeSkill.skillData["ColdEffectiveExplodePercentage"] = explodeMod.amount / 3 + activeSkill.skillData["LightningEffectiveExplodePercentage"] = explodeMod.amount / 3 + else + activeSkill.skillData[explodeMod.type.."EffectiveExplodePercentage"] = explodeMod.amount + end + output.ExplodeChance = statSet.index == 2 and 1 or explodeMod.chance + end + end + else + local typeAmountChances = { } + local explodeModList = activeSkill.skillModList:List(activeSkill.skillCfg, "ExplodeMod") + for _, explodeMod in ipairs(explodeModList) do + local amountChance = typeAmountChances[explodeMod.type] or { } + amountChance[explodeMod.amount] = (amountChance[explodeMod.amount] or 0) + explodeMod.chance + typeAmountChances[explodeMod.type] = amountChance + end + for type, amountChance in pairs(typeAmountChances) do + local physExplodeChance = 0 + for amount, chance in pairs(amountChance) do + local amountXChance = amount * chance + if type == "RandomElement" then + activeSkill.skillData["FireEffectiveExplodePercentage"] = (activeSkill.skillData["FireEffectiveExplodePercentage"] or 0) + amountXChance / 3 + activeSkill.skillData["ColdEffectiveExplodePercentage"] = (activeSkill.skillData["ColdEffectiveExplodePercentage"] or 0) + amountXChance / 3 + activeSkill.skillData["LightningEffectiveExplodePercentage"] = (activeSkill.skillData["LightningEffectiveExplodePercentage"] or 0) + amountXChance / 3 + else + activeSkill.skillData[type.."EffectiveExplodePercentage"] = (activeSkill.skillData[type.."EffectiveExplodePercentage"] or 0) + amountXChance + end + if type == "Physical" then + physExplodeChance = 1 - ((1 - physExplodeChance) * (1 - chance)) + end + output.ExplodeChance = 1 - ((1 - output.ExplodeChance) * (1 - chance)) + end + if type == "Physical" and physExplodeChance ~= 0 then + activeSkill.skillModList:NewMod("CalcArmourAsThoughDealing", "MORE", 100 / math.min(physExplodeChance, 1) - 100) + end + end + end + output.ExplodeChance = math.min(output.ExplodeChance * 100, 100) + end, + statSets = { + [1] = { + label = "This Source Only", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + skill("hitChanceIsExplodeChance", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + [2] = { + label = "This Source Only, Ignoring Chance", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + [3] = { + label = "Average of All Sources", + baseFlags = { + area = true, + monsterExplode = true, + }, + baseMods = { + skill("radius", 22), + skill("showAverage", true), + skill("corpseExplosionLifeMultiplier", 0), + skill("explodeCorpse", true), + }, + stats = { + "is_area_damage", + "base_skill_show_average_damage_instead_of_dps", + "display_skill_deals_secondary_damage", + "damage_cannot_be_reflected", + "skill_can_add_multiple_charges_per_action", + }, + levels = { + [1] = { }, + }, + }, + } +} diff --git a/src/Export/Skills/sup_dex.txt b/src/Export/Skills/sup_dex.txt index a728f95b76..5e6afaea1e 100644 --- a/src/Export/Skills/sup_dex.txt +++ b/src/Export/Skills/sup_dex.txt @@ -4,18 +4,18 @@ -- local skills, mod, flag, skill = ... -#skill SupportFasterProjectilesPlayer -#set SupportFasterProjectilesPlayer +#skill SupportAdhesiveGrenadesPlayer +#set SupportAdhesiveGrenadesPlayer statMap = { - ["support_faster_projectiles_projectile_speed_+%_final"] = { - mod("ProjectileSpeed", "MORE", nil), + ["support_sticky_grenade_damage_+%_final"] = { + mod("Damage", "MORE", nil), }, }, #mods #skillEnd -#skill SupportAdherePlayer -#set SupportAdherePlayer +#skill SupportAdhesiveGrenadesPlayerTwo +#set SupportAdhesiveGrenadesPlayerTwo statMap = { ["support_sticky_grenade_damage_+%_final"] = { mod("Damage", "MORE", nil), @@ -24,11 +24,49 @@ statMap = { #mods #skillEnd +#skill SupportAdhesiveGrenadesPlayerThree +#set SupportAdhesiveGrenadesPlayerThree +statMap = { + ["support_sticky_grenade_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportAdmixturePlayer +#set SupportAdmixturePlayer +statMap = { + ["mixed_maladies_poison_effect_+%_final_vs_bleeding"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Poison, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + }, + ["mixed_maladies_bleed_effect_+%_final_vs_poisoned"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Bleed, { type = "ActorCondition", actor = "enemy", var = "Poisoned" }), + }, +}, +#mods +#skillEnd + +#skill SupportAilithLineagePlayer +#set SupportAilithLineagePlayer +#mods +#skillEnd + #skill SupportAlignmentPlayer #set SupportAlignmentPlayer #mods #skillEnd +#skill SupportAlignmentPlayerTwo +#set SupportAlignmentPlayerTwo +#mods +#skillEnd + +#skill SupportAlignmentPlayerThree +#set SupportAlignmentPlayerThree +#mods +#skillEnd + #skill SupportAmmoConservationPlayer #set SupportAmmoConservationPlayer statMap = { @@ -39,11 +77,49 @@ statMap = { #mods #skillEnd +#skill SupportAmmoConservationPlayerTwo +#set SupportAmmoConservationPlayerTwo +statMap = { + ["crossbow_attack_%_chance_to_not_consume_ammo"] = { + mod("ChanceToNotConsumeAmmo", "BASE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportAmmoConservationPlayerThree +#set SupportAmmoConservationPlayerThree +statMap = { + ["crossbow_attack_%_chance_to_not_consume_ammo"] = { + mod("ChanceToNotConsumeAmmo", "BASE", nil), + }, + ["support_ammo_conservation_crossbow_reload_speed_+%_final"] = { + mod("ReloadSpeed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportArakaalisLustPlayer +#set SupportArakaalisLustPlayer +#mods +#skillEnd + +#skill SupportAmmoConservationPlayerFour +#set SupportAmmoConservationPlayerFour +#mods +#skillEnd + #skill SupportBlindPlayer #set SupportBlindPlayer #mods #skillEnd +#skill SupportBlindPlayerTwo +#set SupportBlindPlayerTwo +#mods +#skillEnd + #skill SupportBlindsidePlayer #set SupportBlindsidePlayer statMap = { @@ -57,23 +133,29 @@ statMap = { #mods #skillEnd -#skill SupportBloodInTheEyesPlayer -#set SupportBloodInTheEyesPlayer +#skill SupportBountyPlayer +#set SupportBountyPlayer #mods #skillEnd -#skill SupportDazedBreakPlayer -#set SupportDazedBreakPlayer +#skill SupportBountyPlayerTwo +#set SupportBountyPlayerTwo #mods #skillEnd -#skill SupportAdditionalAccuracyPlayer -#set SupportAdditionalAccuracyPlayer -statMap = { - ["support_additional_accurary_rating_+%_final"] = { - mod("Accuracy", "MORE", nil), - }, -}, +#skill SupportBrambleslamPlayer +#set SupportBrambleslamPlayer +#mods +#skillEnd + +#skill TriggeredBrambleslamPlayer +#set TriggeredBrambleslamPlayer +#flags attack +#mods +#skillEnd + +#skill SupportDazedBreakPlayer +#set SupportDazedBreakPlayer #mods #skillEnd @@ -81,8 +163,10 @@ statMap = { #set SupportBurstingPlaguePlayer #mods #skillEnd + #skill PlagueBurstPlayer #set PlagueBurstPlayer +#flags area #mods #skillEnd @@ -98,7 +182,7 @@ statMap = { #skill TriggeredCaltropsPlayer #set TriggeredCaltropsPlayer -#flags projectile duration area +#flags attack projectile duration area #mods #skillEnd @@ -112,8 +196,55 @@ statMap = { #mods #skillEnd +#skill SupportChainPlayerTwo +#set SupportChainPlayerTwo +statMap = { + ["support_chain_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, +}, +#mods +#skillEnd + +#skill SupportChainPlayerThree +#set SupportChainPlayerThree +statMap = { + ["support_chain_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, +}, +#mods +#skillEnd + +#skill SupportChargeProfusionPlayer +#set SupportChargeProfusionPlayer +#mods +#skillEnd + +#skill SupportChargeProfusionPlayerTwo +#set SupportChargeProfusionPlayerTwo +#mods +#skillEnd + #skill SupportChargedShotsPlayer #set SupportChargedShotsPlayer +statMap = { + ["support_charged_shots_%_damage_to_gain_as_lightning"] = { + mod("DamageGainAsLightning", "BASE", nil), + div = 3, + }, +}, +#mods +#skillEnd + +#skill SupportChargedShotsPlayerTwo +#set SupportChargedShotsPlayerTwo +statMap = { + ["support_charged_shots_%_damage_to_gain_as_lightning"] = { + mod("DamageGainAsLightning", "BASE", nil), + div = 3, + }, +}, #mods #skillEnd @@ -132,35 +263,46 @@ statMap = { #mods #skillEnd +#skill SupportCloseCombatPlayerTwo +#set SupportCloseCombatPlayerTwo +statMap = { + ["support_close_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{10,1},{35,0}} }), + }, +}, +#mods +#skillEnd + #skill SupportComboFinisherPlayer #set SupportComboFinisherPlayer #mods #skillEnd +#skill SupportComboFinisherPlayerTwo +#set SupportComboFinisherPlayerTwo +#mods +#skillEnd + #skill SupportCommiseratePlayer #set SupportCommiseratePlayer #mods #skillEnd -#skill SupportMultiplePoisonPlayer -#set SupportMultiplePoisonPlayer +#skill SupportCooldownRecoveryPlayer +#set SupportCooldownRecoveryPlayer statMap = { - ["support_multi_poison_poison_duration_+%_final"] = { - mod("EnemyPoisonDuration", "MORE", nil), - }, - ["number_of_additional_poison_stacks"] = { - mod("PoisonStacks", "BASE", nil), - flag("PoisonCanStack"), + ["support_cooldown_reduction_cooldown_recovery_+%"] = { + mod("CooldownRecovery", "INC", nil), }, }, #mods #skillEnd -#skill SupportChanceToShockPlayer -#set SupportChanceToShockPlayer +#skill SupportCooldownRecoveryPlayerTwo +#set SupportCooldownRecoveryPlayerTwo statMap = { - ["support_conduction_chance_to_shock_+%_final"] = { - mod("EnemyShockChance", "MORE", nil), + ["support_cooldown_reduction_cooldown_recovery_+%"] = { + mod("CooldownRecovery", "INC", nil), }, }, #mods @@ -176,6 +318,16 @@ statMap = { #mods #skillEnd +#skill SupportCrescendoPlayerTwo +#set SupportCrescendoPlayerTwo +#mods +#skillEnd + +#skill SupportCrescendoPlayerThree +#set SupportCrescendoPlayerThree +#mods +#skillEnd + #skill SupportCullingStrikePlayer #set SupportCullingStrikePlayer statMap = { @@ -187,11 +339,32 @@ statMap = { #mods #skillEnd +#skill SupportCullingStrikePlayerTwo +#set SupportCullingStrikePlayerTwo +statMap = { + ["support_culling_strike_vs_rare_or_unique_enemy"] = { + mod("CullPercent", "MAX", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "RareOrUnique" }), + value = 10 + }, +}, +#mods +#skillEnd + #skill SupportCulminationPlayer #set SupportCulminationPlayer #mods #skillEnd +#skill SupportCulminationPlayerTwo +#set SupportCulminationPlayerTwo +#mods +#skillEnd + +#skill SupportDazePlayer +#set SupportDazePlayer +#mods +#skillEnd + #skill SupportDazzlePlayer #set SupportDazzlePlayer #mods @@ -220,11 +393,14 @@ statMap = { #mods #skillEnd -#skill SupportSlowerProjectilesPlayer -#set SupportSlowerProjectilesPlayer +#skill SupportDeadlyPoisonPlayerTwo +#set SupportDeadlyPoisonPlayerTwo statMap = { - ["support_slower_projectiles_projectile_speed_+%_final"] = { - mod("ProjectileSpeed", "MORE", nil), + ["support_deadly_poison_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_deadly_poison_poison_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Poison), }, }, #mods @@ -258,8 +434,8 @@ statMap = { #mods #skillEnd -#skill SupportDazingPlayer -#set SupportDazingPlayer +#skill SupportDurabilityPlayer +#set SupportDurabilityPlayer #mods #skillEnd @@ -268,13 +444,17 @@ statMap = { #mods #skillEnd -#skill SupportEncumberancePlayer -#set SupportEncumberancePlayer -#mods -#skillEnd - -#skill SupportChanceToPoisonPlayer -#set SupportChanceToPoisonPlayer +#skill SupportEscalatingPoisonPlayer +#set SupportEscalatingPoisonPlayer +statMap = { + ["support_multi_poison_poison_duration_+%_final"] = { + mod("EnemyPoisonDuration", "MORE", nil), + }, + ["number_of_additional_poison_stacks"] = { + mod("PoisonStacks", "BASE", nil), + flag("PoisonCanStack"), + }, +}, #mods #skillEnd @@ -317,6 +497,22 @@ statMap = { #mods #skillEnd +#skill SupportFrenziedRipostePlayer +#set SupportFrenziedRipostePlayer +#mods +#skillEnd + +#skill SupportFrozenSpitePlayer +#set SupportFrozenSpitePlayer +#mods +#skillEnd + +#skill TriggeredSupportFrozenSpiteIceFragmentPlayer +#set TriggeredSupportFrozenSpiteIceFragmentPlayer +#flags hit area projectile +#mods +#skillEnd + #skill SupportGambleshotPlayer #set SupportGambleshotPlayer statMap = { @@ -327,28 +523,53 @@ statMap = { #mods #skillEnd -#skill SupportHitAndRunPlayer -#set SupportHitAndRunPlayer +#skill SupportGarukhansResolvePlayer +#set SupportGarukhansResolvePlayer #mods #skillEnd -#skill SupportImpalePlayer -#set SupportImpalePlayer +#skill SupportHeightenedAccuracyPlayer +#set SupportHeightenedAccuracyPlayer +statMap = { + ["support_additional_accurary_rating_+%_final"] = { + mod("Accuracy", "MORE", nil), + }, +}, #mods #skillEnd -#skill SupportCooldownReductionPlayer -#set SupportCooldownReductionPlayer +#skill SupportHeightenedAccuracyPlayerTwo +#set SupportHeightenedAccuracyPlayerTwo statMap = { - ["support_cooldown_reduction_cooldown_recovery_+%"] = { - mod("CooldownRecovery", "INC", nil), + ["support_additional_accurary_rating_+%_final"] = { + mod("Accuracy", "MORE", nil), }, }, #mods #skillEnd -#skill SupportInhibitorPlayer -#set SupportInhibitorPlayer +#skill SupportHeightenedChargesPlayer +#set SupportHeightenedChargesPlayer +#mods +#skillEnd + +#skill SupportHitAndRunPlayer +#set SupportHitAndRunPlayer +#mods +#skillEnd + +#skill SupportHobblePlayer +#set SupportHobblePlayer +#mods +#skillEnd + +#skill SupportImpalePlayer +#set SupportImpalePlayer +#mods +#skillEnd + +#skill SupportChargeInhibitionPlayer +#set SupportChargeInhibitionPlayer statMap = { ["support_inhibitor_damage_+%_final_per_charge_type"] = { mod("Damage", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "FrenzyCharge", threshold = 1 }), @@ -365,7 +586,7 @@ statMap = { ["support_innervate_buff_grant_%_added_lightning_attack_damage"] = { mod("DamageGainAsLightning", "BASE", nil, ModFlag.Attack, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Innervate" }), }, - ["support_innervate_base_buff_duration"] = { + ["support_innervate_buff_base_duration_ms"] = { mod("Duration", "BASE", nil, 0, 0, { type = "Condition", var = "KilledShockedLast3Seconds" }, { type = "GlobalEffect", effectType = "Buff" }), div = 1000, }, @@ -398,11 +619,6 @@ statMap = { #mods #skillEnd -#skill SupportLightningExposurePlayer -#set SupportLightningExposurePlayer -#mods -#skillEnd - #skill SupportAddedLightningDamagePlayer #set SupportAddedLightningDamagePlayer statMap = { @@ -414,6 +630,11 @@ statMap = { #mods #skillEnd +#skill SupportLightningExposurePlayer +#set SupportLightningExposurePlayer +#mods +#skillEnd + #skill SupportLightningPenetrationPlayer #set SupportLightningPenetrationPlayer #mods @@ -434,6 +655,16 @@ statMap = { #mods #skillEnd +#skill SupportFarCombatPlayerTwo +#set SupportFarCombatPlayerTwo +statMap = { + ["support_far_combat_attack_damage_+%_final_from_distance"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "DistanceRamp", ramp = {{35,0},{70,1}} }), + }, +}, +#mods +#skillEnd + #skill SupportMaimPlayer #set SupportMaimPlayer #mods @@ -449,13 +680,8 @@ statMap = { #mods #skillEnd -#skill SupportFasterAttackPlayer -#set SupportFasterAttackPlayer -statMap = { - ["support_faster_attacks_attack_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Attack), - }, -}, +#skill SupportMarkForDeathPlayer +#set SupportMarkForDeathPlayer #mods #skillEnd @@ -474,6 +700,32 @@ statMap = { #mods #skillEnd +#skill SupportMultishotPlayer +#set SupportMultishotPlayer +statMap = { + ["support_multiple_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_scattershot_skill_speed_+%_final"] = { + mod("Speed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportMultishotPlayerTwo +#set SupportMultishotPlayerTwo +statMap = { + ["support_multiple_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_scattershot_skill_speed_+%_final"] = { + mod("Speed", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportEmpoweredCullPlayer #set SupportEmpoweredCullPlayer statMap = { @@ -495,6 +747,16 @@ statMap = { #mods #skillEnd +#skill SupportNovaProjectilesPlayer +#set SupportNovaProjectilesPlayer +statMap = { + ["support_nova_projectiles_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportOutmaneuverPlayer #set SupportOutmaneuverPlayer #mods @@ -510,6 +772,26 @@ statMap = { #mods #skillEnd +#skill SupportIncreaseLimitPlayerTwo +#set SupportIncreaseLimitPlayerTwo +statMap = { + ["support_limit_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportIncreaseLimitPlayerThree +#set SupportIncreaseLimitPlayerThree +statMap = { + ["support_limit_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportOverchargePlayer #set SupportOverchargePlayer #mods @@ -525,11 +807,26 @@ statMap = { #mods #skillEnd +#skill SupportOverreachPlayer +#set SupportOverreachPlayer +statMap = { + ["support_reach_accuracy_within_2m_+%_final"] = { + mod("Accuracy", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "enemyDistance", threshold = 20, upper = true } ), + }, +}, +#mods +#skillEnd + #skill SupportPayloadPlayer #set SupportPayloadPlayer #mods #skillEnd +#skill SupportPerfectEndurancePlayer +#set SupportPerfectEndurancePlayer +#mods +#skillEnd + #skill SupportPerfectionPlayer #set SupportPerfectionPlayer #mods @@ -545,11 +842,61 @@ statMap = { #mods #skillEnd +#skill SupportPiercePlayerTwo +#set SupportPiercePlayerTwo +#mods +#skillEnd + +#skill SupportPiercePlayerThree +#set SupportPiercePlayerThree +statMap = { + ["support_pierce_damage_+%_final_per_pierced_target"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "PerStat", stat = "PiercedCount" }), + }, +}, +#mods +#skillEnd + +#skill SupportPietysMercyPlayer +#set SupportPietysMercyPlayer +#mods +#skillEnd + #skill SupportPinPlayer #set SupportPinPlayer #mods #skillEnd +#skill SupportPinPlayerTwo +#set SupportPinPlayerTwo +#mods +#skillEnd + +#skill SupportPinPlayerThree +#set SupportPinPlayerThree +#mods +#skillEnd + +#skill SupportPoisonPlayer +#set SupportPoisonPlayer +#mods +#skillEnd + +#skill SupportPoisonPlayerTwo +#set SupportPoisonPlayerTwo +#mods +#skillEnd + +#skill SupportPoisonPlayerThree +#set SupportPoisonPlayerThree +statMap = { + ["mixed_maladies_poison_effect_+%_final_vs_bleeding"] = { + mod("Damage", "MORE", nil, 0, KeywordFlag.Poison, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }), + }, +}, +#mods +#skillEnd + #skill SupportPracticedComboPlayer #set SupportPracticedComboPlayer #mods @@ -565,8 +912,63 @@ statMap = { #mods #skillEnd -#skill SupportMultipleChargesPlayer -#set SupportMultipleChargesPlayer +#skill SupportPrecisionPlayerTwo +#set SupportPrecisionPlayerTwo +statMap = { + ["support_precision_accuracy_rating_+%"] = { + mod("Accuracy", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Precision" } ), + }, +}, +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayer +#set SupportProjectileAccelerationPlayer +statMap = { + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayerTwo +#set SupportProjectileAccelerationPlayerTwo +statMap = { + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportProjectileAccelerationPlayerThree +#set SupportProjectileAccelerationPlayerThree +statMap = { + ["support_faster_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportProjectileDecelerationPlayer +#set SupportProjectileDecelerationPlayer +statMap = { + ["support_slower_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportProjectileDecelerationPlayerTwo +#set SupportProjectileDecelerationPlayerTwo +statMap = { + ["support_slower_projectiles_projectile_speed_+%_final"] = { + mod("ProjectileSpeed", "MORE", nil), + }, +}, #mods #skillEnd @@ -588,26 +990,69 @@ statMap = { #mods #skillEnd -#skill SupportReachPlayer -#set SupportReachPlayer +#skill SupportPursuitPlayerTwo +#set SupportPursuitPlayerTwo statMap = { - ["support_reach_accuracy_within_2m_+%_final"] = { - mod("Accuracy", "MORE", nil, 0, 0, { type = "MultiplierThreshold", var = "enemyDistance", threshold = 20, upper = true } ), + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), + }, + ["support_advancing_assault_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile), + }, +}, +#mods +#skillEnd + +#skill SupportPursuitPlayerThree +#set SupportPursuitPlayerThree +statMap = { + ["support_advancing_assault_melee_damage_+%_final_if_projectile_attack_damage_hit_in_past_2_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Melee, 0, { type = "Condition", var = "HitProjectileRecently" } ), }, - ["support_reach_area_of_effect_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), + ["support_advancing_assault_projectile_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile), + }, +}, +#mods +#skillEnd + +#skill SupportRakiatasFlowPlayer +#set SupportRakiatasFlowPlayer +#mods +#skillEnd + +#skill SupportRapidAttacksPlayer +#set SupportRapidAttacksPlayer +#mods +#skillEnd + +#skill SupportRapidAttacksPlayerTwo +#set SupportRapidAttacksPlayerTwo +#mods +#skillEnd + +#skill SupportRapidAttacksPlayerThree +#set SupportRapidAttacksPlayerThree +statMap = { + ["support_faster_attacks_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Attack), }, }, #mods #skillEnd +#skill SupportCombatReloadPlayer +#set SupportCombatReloadPlayer +#mods +#skillEnd + #skill SupportRearmPlayer #set SupportRearmPlayer #mods #skillEnd -#skill SupportRetortPlayer -#set SupportRetortPlayer +#skill SupportRearmPlayerTwo +#set SupportRearmPlayerTwo #mods #skillEnd @@ -624,26 +1069,54 @@ statMap = { #mods #skillEnd +#skill SupportRetreatPlayerTwo +#set SupportRetreatPlayerTwo +statMap = { + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), + }, + ["support_retreating_assault_melee_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Melee), + }, +}, +#mods +#skillEnd + +#skill SupportRetreatPlayerThree +#set SupportRetreatPlayerThree +statMap = { + ["support_retreating_assault_projectile_damage_+%_final_if_melee_hit_in_past_2_seconds"] = { + mod("Damage", "MORE", nil, ModFlag.Projectile, 0, { type = "Condition", var = "HitMeleeRecently" } ), + }, + ["support_retreating_assault_melee_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Melee), + }, +}, +#mods +#skillEnd + #skill SupportRicochetPlayer #set SupportRicochetPlayer #mods #skillEnd -#skill SupportSalvoPlayer -#set SupportSalvoPlayer +#skill SupportRicochetPlayerTwo +#set SupportRicochetPlayerTwo #mods #skillEnd -#skill SupportMultipleProjectilesPlayer -#set SupportMultipleProjectilesPlayer -statMap = { - ["support_multiple_damage_+%_final"] = { - mod("Damage", "MORE", nil), - }, - ["support_multiple_attack_and_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil), - }, -}, +#skill SupportRicochetPlayerThree +#set SupportRicochetPlayerThree +#mods +#skillEnd + +#skill SupportRigwaldsFerocityPlayer +#set SupportRigwaldsFerocityPlayer +#mods +#skillEnd + +#skill SupportSalvoPlayer +#set SupportSalvoPlayer #mods #skillEnd @@ -652,13 +1125,33 @@ statMap = { #mods #skillEnd +#skill SupportSecondWindPlayerTwo +#set SupportSecondWindPlayerTwo +#mods +#skillEnd + +#skill SupportSecondWindPlayerThree +#set SupportSecondWindPlayerThree +#mods +#skillEnd + +#skill SupportShockPlayer +#set SupportShockPlayer +statMap = { + ["support_conduction_chance_to_shock_+%_final"] = { + mod("EnemyShockChance", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportShockingLeapPlayer #set SupportShockingLeapPlayer #mods #skillEnd -#skill SupportSingleOutPlayer -#set SupportSingleOutPlayer +#skill SupportSlowPotencyPlayer +#set SupportSlowPotencyPlayer #mods #skillEnd @@ -677,6 +1170,25 @@ statMap = { #mods #skillEnd +#skill SupportStreamlinedRoundsPlayer +#set SupportStreamlinedRoundsPlayer +statMap = { + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil) + }, + ["support_auto_shotgun_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack) + }, + ["support_auto_shotgun_damage_+%_final"] = { + mod("Damage", "MORE", nil) + }, + ["support_auto_shotgun_reload_speed_+%_final"] = { + mod("ReloadSpeed", "MORE", nil) + }, +}, +#mods +#skillEnd + #skill SupportSwiftAfflictionPlayer #set SupportSwiftAfflictionPlayer statMap = { @@ -687,13 +1199,43 @@ statMap = { #mods #skillEnd -#skill SupportTumultPlayer -#set SupportTumultPlayer +#skill SupportSwiftAfflictionPlayerTwo +#set SupportSwiftAfflictionPlayerTwo +statMap = { + ["support_rapid_decay_damage_over_time_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Dot), + }, +}, +#mods +#skillEnd + +#skill SupportSwiftAfflictionPlayerThree +#set SupportSwiftAfflictionPlayerThree +statMap = { + ["support_swift_affliction_non_ailment_damage_over_time_+%_final_if_duration_below_1_second"] = { + mod("Damage", "MORE", nil, ModFlag.Dot, 0, { type = "StatThreshold", stat = "Duration", threshold = 1, upper = true }), + }, +}, +#mods +#skillEnd + +#skill SupportTacatisIrePlayer +#set SupportTacatisIrePlayer +statMap = { + ["faster_poison_%_per_current_rage"] = { + mod("PoisonFaster", "INC", nil, 0, 0, { type = "PerStat", stat = "Rage" }), + }, +}, +#mods +#skillEnd + +#skill SupportTulsStillnessPlayer +#set SupportTulsStillnessPlayer #mods #skillEnd -#skill SupportTwofoldPlayer -#set SupportTwofoldPlayer +#skill SupportTumultPlayer +#set SupportTumultPlayer #mods #skillEnd @@ -734,6 +1276,7 @@ statMap = { #set SupportKnockbackWavePlayer #mods #skillEnd + #skill KnockbackWavePlayer #set KnockbackWavePlayer #mods @@ -748,3 +1291,13 @@ statMap = { }, #mods #skillEnd + +#skill SupportWindowOfOpportunityPlayerTwo +#set SupportWindowOfOpportunityPlayerTwo +statMap = { + ["support_window_of_opportunity_perfect_timing_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "PerfectTiming" }), + }, +}, +#mods +#skillEnd diff --git a/src/Export/Skills/sup_int.txt b/src/Export/Skills/sup_int.txt index 16392397c4..1606bd99df 100644 --- a/src/Export/Skills/sup_int.txt +++ b/src/Export/Skills/sup_int.txt @@ -10,18 +10,21 @@ local skills, mod, flag, skill = ... #mods #skillEnd -#skill SupportAblationPlayer -#set SupportAblationPlayer -statMap = { - ["support_ablation_offering_skill_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Offering }), - }, -}, +#skill SupportAcrimonyPlayer +#set SupportAcrimonyPlayer #mods #skillEnd -#skill SupportAcrimonyPlayer -#set SupportAcrimonyPlayer +#skill SupportAhnsCitadelPlayer +#set SupportAhnsCitadelPlayer +statMap = { + ["support_wall_fortress_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_wall_fortress_area_of_effect_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), + }, +}, #mods #skillEnd @@ -50,26 +53,31 @@ statMap = { #mods #skillEnd +#skill SupportArbitersIgnitionPlayer +#set SupportArbitersIgnitionPlayer +#mods +#skillEnd + #skill SupportArcaneSurgePlayer #set SupportArcaneSurgePlayer #mods #skillEnd -#skill SupportFasterCastPlayer -#set SupportFasterCastPlayer +#skill SupportAstralProjectionPlayer +#set SupportAstralProjectionPlayer statMap = { - ["support_faster_casting_cast_speed_+%_final"] = { - mod("Speed", "MORE", nil, ModFlag.Cast), + ["support_astral_projection_aoe_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), }, }, #mods #skillEnd -#skill SupportAstralProjectionPlayer -#set SupportAstralProjectionPlayer +#skill SupportAtzirisAllurePlayer +#set SupportAtzirisAllurePlayer statMap = { - ["support_astral_projection_aoe_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), + ["support_atziri_curse_effect_+%_final"] = { + mod("CurseEffect", "MORE", nil), }, }, #mods @@ -80,6 +88,16 @@ statMap = { #mods #skillEnd +#skill SupportBiddingPlayerTwo +#set SupportBiddingPlayerTwo +#mods +#skillEnd + +#skill SupportBiddingPlayerThree +#set SupportBiddingPlayerThree +#mods +#skillEnd + #skill SupportBitingFrostPlayer #set SupportBitingFrostPlayer statMap = { @@ -100,6 +118,16 @@ statMap = { #mods #skillEnd +#skill SupportBoundlessEnergyPlayer +#set SupportBoundlessEnergyPlayer +#mods +#skillEnd + +#skill SupportBoundlessEnergyPlayerTwo +#set SupportBoundlessEnergyPlayerTwo +#mods +#skillEnd + #skill SupportBurgeonPlayer #set SupportBurgeonPlayer statMap = { @@ -113,10 +141,24 @@ statMap = { #mods #skillEnd +#skill SupportBurgeonPlayerTwo +#set SupportBurgeonPlayerTwo +statMap = { + ["support_chanelling_damage_+%_final_per_second_channelling"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Condition", var = "Channelling" }, { type = "Multiplier", var = "ChannellingTime", limitVar = "BurgeonDamageCap", limitTotal = true }), + }, + ["support_channelling_damage_cap"] = { + mod("Multiplier:BurgeonDamageCap", "BASE"), + }, +}, +#mods +#skillEnd + #skill SupportBurningRunesPlayer #set SupportBurningRunesPlayer #mods #skillEnd + #skill TriggeredBurningRunesPlayer #set TriggeredBurningRunesPlayer statMap = { @@ -131,11 +173,6 @@ statMap = { #mods #skillEnd -#skill SupportCapacitorPlayer -#set SupportCapacitorPlayer -#mods -#skillEnd - #skill SupportCatharsisPlayer #set SupportCatharsisPlayer #mods @@ -174,11 +211,11 @@ statMap = { #mods #skillEnd -#skill SupportColdExposurePlayer -#set SupportColdExposurePlayer +#skill SupportClarityPlayerTwo +#set SupportClarityPlayerTwo statMap = { - ["inflict_cold_exposure_for_x_ms_on_cold_crit"] = { - mod("ColdExposureChance", "BASE", nil), + ["support_clarity_mana_regeneration_rate_+%"] = { + mod("ManaRegen", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Clarity" }), }, }, #mods @@ -195,6 +232,16 @@ statMap = { #mods #skillEnd +#skill SupportColdExposurePlayer +#set SupportColdExposurePlayer +statMap = { + ["inflict_cold_exposure_for_x_ms_on_cold_crit"] = { + mod("ColdExposureChance", "BASE", nil), + }, +}, +#mods +#skillEnd + #skill SupportColdMasteryPlayer #set SupportColdMasteryPlayer #mods @@ -218,8 +265,8 @@ statMap = { #mods #skillEnd -#skill SupportConcentratedEffectPlayer -#set SupportConcentratedEffectPlayer +#skill SupportConcentratedAreaPlayer +#set SupportConcentratedAreaPlayer statMap = { ["support_concentrated_effect_skill_area_of_effect_+%_final"] = { mod("AreaOfEffect", "MORE", nil), @@ -259,11 +306,6 @@ statMap = { #mods #skillEnd -#skill SupportCoursingCurrentPlayer -#set SupportCoursingCurrentPlayer -#mods -#skillEnd - #skill SupportCracklingBarrierPlayer #set SupportCracklingBarrierPlayer #mods @@ -274,6 +316,11 @@ statMap = { #mods #skillEnd +#skill SupportCrystallineShardsPlayer +#set SupportCrystallineShardsPlayer +#mods +#skillEnd + #skill SupportCursedGroundPlayer #set SupportCursedGroundPlayer #mods @@ -324,8 +371,19 @@ statMap = { #mods #skillEnd -#skill SupportDissipatePlayer -#set SupportDissipatePlayer +#skill SupportDiallasDesirePlayer +#set SupportDiallasDesirePlayer +#mods +#skillEnd + +#skill SupportDoedresUndoingPlayer +#set SupportDoedresUndoingPlayer +#mods +#skillEnd + +#skill TriggeredCurseZoneHazardExplosionPlayer +#set TriggeredCurseZoneHazardExplosionPlayer +#flags hit #mods #skillEnd @@ -390,26 +448,28 @@ statMap = { #mods #skillEnd +#skill SupportEncroachingGroundPlayer +#set SupportEncroachingGroundPlayer +#mods +#skillEnd + #skill SupportEnergyBarrierPlayer #set SupportEnergyBarrierPlayer #mods #skillEnd +#skill SupportEnergyCapacitorPlayer +#set SupportEnergyCapacitorPlayer +#mods +#skillEnd + #skill SupportEnergyRetentionPlayer #set SupportEnergyRetentionPlayer #mods #skillEnd -#skill SupportEnormityPlayer -#set SupportEnormityPlayer -statMap = { - ["support_titanblood_minion_damage_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), - }, - ["support_titanblood_minion_life_+%_final"] = { - mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), - }, -}, +#skill SupportEshsRadiancePlayer +#set SupportEshsRadiancePlayer #mods #skillEnd @@ -469,10 +529,24 @@ statMap = { #mods #skillEnd +#skill SupportFeedingFrenzyPlayerTwo +#set SupportFeedingFrenzyPlayerTwo +statMap = { + ["feeding_frenzy_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["feeding_frenzy_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, +}, +#mods +#skillEnd + #skill SupportFieryDeathPlayer #set SupportFieryDeathPlayer #mods #skillEnd + #skill TriggeredFieryDeathPlayer #set TriggeredFieryDeathPlayer #flags spell area @@ -516,6 +590,24 @@ statMap = { #mods #skillEnd +#skill SupportWallFortressPlayerTwo +#set SupportWallFortressPlayerTwo +statMap = { + ["support_wall_fortress_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, + ["support_wall_fortress_area_of_effect_+%_final"] = { + mod("AreaOfEffect", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportFreezePlayer +#set SupportFreezePlayer +#mods +#skillEnd + #skill SupportFreezeforkPlayer #set SupportFreezeforkPlayer #mods @@ -536,11 +628,6 @@ statMap = { #mods #skillEnd -#skill SupportGlaciationPlayer -#set SupportGlaciationPlayer -#mods -#skillEnd - #skill SupportGlacierPlayer #set SupportGlacierPlayer statMap = { @@ -551,6 +638,16 @@ statMap = { #mods #skillEnd +#skill SupportFleetingRemnantsPlayer +#set SupportFleetingRemnantsPlayer +#mods +#skillEnd + +#skill SupportFleetingRemnantsPlayerTwo +#set SupportFleetingRemnantsPlayerTwo +#mods +#skillEnd + #skill SupportCurseEffectPlayer #set SupportCurseEffectPlayer #mods @@ -576,6 +673,19 @@ statMap = { #mods #skillEnd +#skill SupportHulkingMinionsPlayer +#set SupportHulkingMinionsPlayer +statMap = { + ["support_titanblood_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["support_titanblood_minion_life_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Life", "MORE", nil) }), + }, +}, +#mods +#skillEnd + #skill SupportIceBitePlayer #set SupportIceBitePlayer statMap = { @@ -604,6 +714,7 @@ statMap = { #set ViciousHexSupportPlayer #mods #skillEnd + #skill DoomBlastPlayer #set DoomBlastPlayer #flags spell area @@ -618,11 +729,6 @@ statMap = { #mods #skillEnd -#skill SupportImpetusPlayer -#set SupportImpetusPlayer -#mods -#skillEnd - #skill SupportInevitableCriticalsPlayer #set SupportInevitableCriticalsPlayer statMap = { @@ -649,6 +755,26 @@ statMap = { #mods #skillEnd +#skill SupportFlukePlayerTwo +#set SupportFlukePlayerTwo +#mods +#skillEnd + +#skill SupportKalisasCrescendoPlayer +#set SupportKalisasCrescendoPlayer +#mods +#skillEnd + +#skill SupportKulemaksDominionPlayer +#set SupportKulemaksDominionPlayer +#mods +#skillEnd + +#skill SupportKurgalsLeashPlayer +#set SupportKurgalsLeashPlayer +#mods +#skillEnd + #skill SupportLastGaspPlayer #set SupportLastGaspPlayer #mods @@ -659,6 +785,40 @@ statMap = { #mods #skillEnd +#skill SupportLivingLightningPlayer +#set SupportLivingLightningPlayer +#mods +#skillEnd + +#minionList LivingLightning +#skill TriggeredLivingLightningPlayer +#set TriggeredLivingLightningPlayer +#flags minion +#mods +#skillEnd + +#skill SupportLivingLightningPlayerTwo +#set SupportLivingLightningPlayerTwo +#mods +#skillEnd + +#minionList LivingLightning +#skill TriggeredLivingLightningPlayerTwo +#set TriggeredLivingLightningPlayerTwo +#flags minion +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent", div = 5 }) }), + div = 5, + }, + ["minion_1%_attack_speed_+%_per_X_player_dexterity"] = { + mod("MinionModifier", "LIST", { mod = mod("Speed", "INC", nil, ModFlag.Attack, 0, { type = "PerStat", stat = "Dex", actor = "parent", div = 10 }) }), + div = 10, + }, +}, +#mods +#skillEnd + #skill SupportLoyaltyPlayer #set SupportLoyaltyPlayer statMap = { @@ -669,13 +829,23 @@ statMap = { #mods #skillEnd -#skill SupportMagnetismPlayer -#set SupportMagnetismPlayer +#skill SupportMagneticRemnantsPlayer +#set SupportMagneticRemnantsPlayer #mods #skillEnd -#skill SupportIncreasedAreaOfEffectPlayer -#set SupportIncreasedAreaOfEffectPlayer +#skill SupportMagnifiedAreaPlayer +#set SupportMagnifiedAreaPlayer +#mods +#skillEnd + +#skill SupportMagnifiedAreaPlayerTwo +#set SupportMagnifiedAreaPlayerTwo +statMap = { + ["support_area_concentrate_area_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Area), + }, +}, #mods #skillEnd @@ -683,6 +853,7 @@ statMap = { #set SupportManaFlarePlayer #mods #skillEnd + #skill TriggeredManaFlarePlayer #set TriggeredManaFlarePlayer #flags spell area @@ -697,6 +868,11 @@ statMap = { #mods #skillEnd +#skill SupportManaLeechPlayer +#set SupportManaLeechPlayer +#mods +#skillEnd + #skill SupportMinionInstabilityPlayer #set SupportMinionInstabilityPlayer statMap = { @@ -723,6 +899,16 @@ statMap = { #mods #skillEnd +#skill SupportMinionPactPlayerTwo +#set SupportMinionPactPlayerTwo +statMap = { + ["support_minion_pact_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportMusterPlayer #set SupportMusterPlayer statMap = { @@ -743,6 +929,16 @@ statMap = { #mods #skillEnd +#skill SupportMysticismPlayerTwo +#set SupportMysticismPlayerTwo +statMap = { + ["support_spell_damage_spirit_cost_spell_damage_+%_on_full_energy_shield"] = { + mod("Damage", "INC", nil, ModFlag.Spell, 0, { type = "Condition", var = "FullEnergyShield" }, { type = "GlobalEffect", effectType = "Buff", effectName = "Mysticism" }), + }, +}, +#mods +#skillEnd + #skill SupportNadirPlayer #set SupportNadirPlayer #mods @@ -766,6 +962,11 @@ statMap = { #mods #skillEnd +#skill SupportPotentExposurePlayer +#set SupportPotentExposurePlayer +#mods +#skillEnd + #skill SupportPotentialPlayer #set SupportPotentialPlayer statMap = { @@ -781,6 +982,26 @@ statMap = { #mods #skillEnd +#skill SupportProfanityPlayerTwo +#set SupportProfanityPlayerTwo +#mods +#skillEnd + +#skill SupportRapidCastingPlayer +#set SupportRapidCastingPlayer +#mods +#skillEnd + +#skill SupportRapidCastingPlayerTwo +#set SupportRapidCastingPlayerTwo +#mods +#skillEnd + +#skill SupportRapidCastingPlayerThree +#set SupportRapidCastingPlayerThree +#mods +#skillEnd + #skill SupportRimePlayer #set SupportRimePlayer #mods @@ -801,6 +1022,31 @@ statMap = { #mods #skillEnd +#skill SupportSacrificialLambPlayer +#set SupportSacrificialLambPlayer +#mods +#skillEnd + +#skill SupportSacrificialLambPlayerTwo +#set SupportSacrificialLambPlayerTwo +#mods +#skillEnd + +#skill SupportSacrificalOfferingPlayer +#set SupportSacrificialOfferingPlayer +statMap = { + ["support_ablation_offering_skill_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "SkillType", skillType = SkillType.Offering }), + }, +}, +#mods +#skillEnd + +#skill SupportShockConductionPlayer +#set SupportShockConductionPlayer +#mods +#skillEnd + #skill SupportEnergyShieldOnShockKillPlayer #set SupportEnergyShieldOnShockKillPlayer statMap = { @@ -811,8 +1057,8 @@ statMap = { #mods #skillEnd -#skill SupportManaLeechPlayer -#set SupportManaLeechPlayer +#skill SupportWildshardsPlayerThree +#set SupportWildshardsPlayerThree #mods #skillEnd @@ -835,8 +1081,8 @@ statMap = { ["support_multicast_cast_speed_+%_final"] = { mod("Speed", "MORE", nil, ModFlag.Cast), }, - ["support_spell_echo_area_of_effect_+%_final"] = { - mod("AreaOfEffect", "MORE", nil), + ["support_spell_echo_area_of_effect_+%"] = { + mod("AreaOfEffect", "INC", nil), }, }, #mods @@ -847,11 +1093,6 @@ statMap = { #mods #skillEnd -#skill SupportStripAwayPlayer -#set SupportStripAwayPlayer -#mods -#skillEnd - #skill SupportStrongHeartedPlayer #set SupportStrongHeartedPlayer statMap = { @@ -862,11 +1103,6 @@ statMap = { #mods #skillEnd -#skill SupportSuffusePlayer -#set SupportSuffusePlayer -#mods -#skillEnd - #skill SupportIncreasedCriticalDamagePlayer #set SupportIncreasedCriticalDamagePlayer statMap = { @@ -877,6 +1113,11 @@ statMap = { #mods #skillEnd +#skill SupportTecrodsRevengePlayer +#set SupportTecrodsRevengePlayer +#mods +#skillEnd + #skill SupportUnbendingPlayer #set SupportUnbendingPlayer #mods @@ -904,11 +1145,26 @@ statMap = { #mods #skillEnd +#skill SupportUpwellingPlayerTwo +#set SupportUpwellingPlayerTwo +#mods +#skillEnd + +#skill SupportVarashtasBlessingPlayer +#set SupportVarashtasBlessingPlayer +#mods +#skillEnd + #skill SupportVerglasPlayer #set SupportVerglasPlayer #mods #skillEnd +#skill SupportVilentasPropulsionPlayer +#set SupportVilentasPropulsionPlayer +#mods +#skillEnd + #skill SupportVolatilePowerPlayer #set SupportVolatilePowerPlayer #mods @@ -929,6 +1185,11 @@ statMap = { #mods #skillEnd +#skill SupportWildshardsPlayerTwo +#set SupportWildshardsPlayerTwo +#mods +#skillEnd + #skill SupportWitheringTouchPlayer #set SupportWitheringTouchPlayer statMap = { @@ -939,7 +1200,17 @@ statMap = { #mods #skillEnd +#skill SupportZarokhsRefrainPlayer +#set SupportZarokhsRefrainPlayer +#mods +#skillEnd + #skill SupportZenithPlayer #set SupportZenithPlayer #mods +#skillEnd + +#skill SupportZenithPlayerTwo +#set SupportZenithPlayerTwo +#mods #skillEnd \ No newline at end of file diff --git a/src/Export/Skills/sup_str.txt b/src/Export/Skills/sup_str.txt index 04f2c164de..ab11212ea6 100644 --- a/src/Export/Skills/sup_str.txt +++ b/src/Export/Skills/sup_str.txt @@ -9,6 +9,21 @@ local skills, mod, flag, skill = ... #mods #skillEnd +#skill SupportAftershockChancePlayerTwo +#set SupportAftershockChancePlayerTwo +#mods +#skillEnd + +#skill SupportAftershockChancePlayerThree +#set SupportAftershockChancePlayerThree +#mods +#skillEnd + +#skill SupportAmanamusTithePlayer +#set SupportAmanamusTithePlayer +#mods +#skillEnd + #skill SupportAncestralAidPlayer #set SupportAncestralAidPlayer #mods @@ -19,8 +34,48 @@ local skills, mod, flag, skill = ... #mods #skillEnd -#skill SupportAncestralUrgencyPlayer -#set SupportAncestralUrgencyPlayer +#skill SupportAncestralCallPlayerTwo +#set SupportAncestralCallPlayerTwo +#mods +#skillEnd + +#skill SupportAncestralCallPlayerThree +#set SupportAncestralCallPlayerThree +#mods +#skillEnd + +#skill SupportArmourBreakPlayer +#set SupportArmourBreakPlayer +#mods +#skillEnd + +#skill SupportArmourBreakPlayerTwo +#set SupportArmourBreakPlayerTwo +#mods +#skillEnd + +#skill SupportArmourBreakPlayerThree +#set SupportArmourBreakPlayerThree +#mods +#skillEnd + +#skill SupportArmourDemolisherPlayer +#set SupportArmourDemolisherPlayer +statMap = { + ["support_increased_armour_break_armour_break_amount_+%_final"] = { + mod("ArmourBreakEffect", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportArmourDemolisherPlayerTwo +#set SupportArmourDemolisherPlayerTwo +statMap = { + ["support_increased_armour_break_armour_break_amount_+%_final"] = { + mod("ArmourBreakEffect", "MORE", nil), + }, +}, #mods #skillEnd @@ -28,8 +83,10 @@ local skills, mod, flag, skill = ... #set SupportArmourExplosionPlayer #mods #skillEnd -#skill ArmourExplosionPlayer + +#skill ArmourExplosionPlayer Armour Explosion #set ArmourExplosion +#flags attack area #mods #skillEnd @@ -43,6 +100,11 @@ statMap = { #mods #skillEnd +#skill SupportAtaluiBloodlettingPlayer +#set SupportAtaluiBloodlettingPlayer +#mods +#skillEnd + #skill SupportAutoReloadPlayer #set SupportAutoReloadPlayer #mods @@ -53,9 +115,22 @@ statMap = { #mods #skillEnd +#skill SupportBarbsPlayerTwo +#set SupportBarbsPlayerTwo +#mods +#skillEnd + +#skill SupportBarbsPlayerThree +#set SupportBarbsPlayerThree +#mods +#skillEnd + #skill SupportBattershoutPlayer #set SupportBattershoutPlayer #mods +#skillEnd + +#skill TriggeredBattershoutExplosionPlayer #set TriggeredBattershoutExplosionPlayer #mods #skillEnd @@ -65,6 +140,31 @@ statMap = { #mods #skillEnd +#skill SupportBeheadPlayerTwo +#set SupportBeheadPlayerTwo +#mods +#skillEnd + +#skill SupportBleedPlayer +#set SupportBleedPlayer +#mods +#skillEnd + +#skill SupportBleedPlayerTwo +#set SupportBleedPlayerTwo +#mods +#skillEnd + +#skill SupportBleedPlayerThree +#set SupportBleedPlayerThree +#mods +#skillEnd + +#skill SupportBleedPlayerFour +#set SupportBleedPlayerFour +#mods +#skillEnd + #skill SupportBloodlustPlayer #set SupportBloodlustPlayer statMap = { @@ -75,8 +175,13 @@ statMap = { #mods #skillEnd -#skill SupportKnockbackPlayer -#set SupportKnockbackPlayer +#skill SupportBranchingFissuresPlayer +#set SupportBranchingFissuresPlayer +#mods +#skillEnd + +#skill SupportBranchingFissuresPlayerTwo +#set SupportBranchingFissuresPlayerTwo #mods #skillEnd @@ -87,16 +192,36 @@ statMap = { #skill SupportBrinkPlayer #set SupportBrinkPlayer +#mods +#skillEnd + +#skill SupportBrinkPlayerTwo +#set SupportBrinkPlayerTwo +#mods +#skillEnd + +#skill SupportBrutalityPlayer +#set SupportBrutalityPlayer statMap = { - ["support_brink_damage_+%_final_vs_heavy_stunned_target"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "HeavyStunned" }), + ["support_brutality_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil), }, }, #mods #skillEnd -#skill SupportBrutalityPlayer -#set SupportBrutalityPlayer +#skill SupportBrutalityPlayerTwo +#set SupportBrutalityPlayerTwo +statMap = { + ["support_brutality_physical_damage_+%_final"] = { + mod("PhysicalDamage", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportBrutalityPlayerThree +#set SupportBrutalityPlayerThree statMap = { ["support_brutality_physical_damage_+%_final"] = { mod("PhysicalDamage", "MORE", nil), @@ -105,6 +230,19 @@ statMap = { #mods #skillEnd +#skill SupportBrutusBrainPlayer +#set SupportBrutusBrainPlayer +statMap = { + ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), + }, + ["support_meat_shield_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, +}, +#mods +#skillEnd + #skill SupportCannibalismPlayer #set SupportCannibalismPlayer statMap = { @@ -115,6 +253,12 @@ statMap = { #mods #skillEnd +#skill SupportCannibalismPlayerTwo +#set SupportCannibalismPlayerTwo +#flags +#mods +#skillEnd + #skill SupportClashPlayer #set SupportClashPlayer statMap = { @@ -128,6 +272,26 @@ statMap = { #mods #skillEnd +#skill CompressedDurationSupportPlayer +#set CompressedDurationSupportPlayer +statMap = { + ["support_reduced_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill CompressedDurationSupportPlayerTwo +#set CompressedDurationSupportPlayerTwo +statMap = { + ["support_reduced_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportConcoctPlayer #set SupportConcoctPlayer statMap = { @@ -143,6 +307,21 @@ statMap = { #mods #skillEnd +#skill SupportConcoctPlayerTwo +#set SupportConcoctPlayerTwo +statMap = { + ["consume_%_of_maximum_life_flask_charges_on_skill_use"] = { + mod("Multiplier:LifeFlaskMaxChargesPercent", "BASE", nil), + }, + ["support_concoct_bleed_effect_+%_final_per_life_flask_charge_consumed"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Bleed, { type = "Multiplier", var = "LifeFlaskChargeConsumed"}), + }, +}, +#baseMod mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask1MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }) +#baseMod mod("Multiplier:LifeFlaskChargeConsumed", "BASE", 1, 0, 0, { type = "PercentStat", stat = "LifeFlask2MaxCharges", percentVar = "LifeFlaskMaxChargesPercent", floor = true }) +#mods +#skillEnd + #skill SupportCoolheadedPlayer #set SupportCoolheadedPlayer statMap = { @@ -181,6 +360,47 @@ statMap = { #mods #skillEnd +#skill SupportCorruptingCryPlayerTwo +#set SupportCorruptingCryPlayerTwo +statMap = { + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { + skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + div = 60, + }, + ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { + mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_corrupted_blood_duration_ms"] = { + skill("durationSecondary", nil), + div = 1000, + }, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { + -- Display only + }, +}, +#baseMod skill("debuff", true) +#baseMod flag("dotIsCorruptingBlood") +#baseMod mod("Multiplier:CorruptingCryMaxStages", "BASE", 10) +#baseMod mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}) +#mods +#skillEnd + +#skill SupportCraterPlayer +#set SupportCraterPlayer +#mods +#skillEnd + +#skill TriggeredCraterPlayer +#set TriggeredCraterPlayer +#flags attack area melee duration +#mods +#skillEnd + +#skill SupportDaressosPassionPlayer +#set SupportDaressosPassionPlayer +#mods +#skillEnd + #skill SupportDauntlessPlayer #set SupportDauntlessPlayer statMap = { @@ -212,18 +432,18 @@ statMap = { #mods #skillEnd +#skill SupportDeepCutsPlayerTwo +#set SupportDeepCutsPlayerTwo +#mods +#skillEnd + #skill SupportDefyPlayer #set SupportDefyPlayer #mods #skillEnd -#skill SupportIncreasedArmourBreakPlayer -#set SupportIncreasedArmourBreakPlayer -statMap = { - ["support_increased_armour_break_armour_break_amount_+%_final"] = { - mod("ArmourBreakEffect", "MORE", nil), - }, -}, +#skill SupportDefyPlayerTwo +#set SupportDefyPlayerTwo #mods #skillEnd @@ -232,11 +452,6 @@ statMap = { #mods #skillEnd -#skill SupportGroundEffectDurationPlayer -#set SupportGroundEffectDurationPlayer -#mods -#skillEnd - #skill SupportDevastatePlayer #set SupportDevastatePlayer statMap = { @@ -257,8 +472,13 @@ statMap = { #mods #skillEnd -#skill SupportDomainPlayer -#set SupportDomainPlayer +#skill SupportDirestrikePlayerTwo +#set SupportDirestrikePlayerTwo +statMap = { + ["support_attack_damage_spirit_cost_attack_damage_+%_on_low_life"] = { + mod("Damage", "INC", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Direstrike" }), + }, +}, #mods #skillEnd @@ -276,118 +496,255 @@ statMap = { #mods #skillEnd -#skill SupportEnragedWarcryPlayer -#set SupportEnragedWarcryPlayer -#mods -#skillEnd - -#skill SupportIgniteDurationPlayer -#set SupportIgniteDurationPlayer +#skill SupportDoubleBarrelPlayerTwo +#set SupportDoubleBarrelPlayerTwo statMap = { - ["support_eternal_flame_chance_to_ignite_+%_final"] = { - mod("EnemyIgniteChance", "MORE", nil), + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil), + }, + ["support_double_barrel_crossbow_reload_speed_-%_final"] = { + mod("ReloadSpeed", "MORE", nil), + mult = -1 }, }, #mods #skillEnd -#skill SupportExecutePlayer -#set SupportExecutePlayer +#skill SupportDoubleBarrelPlayerThree +#set SupportDoubleBarrelPlayerThree statMap = { - ["support_executioner_damage_vs_enemies_on_low_life_+%_final"] = { - mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "LowLife"}) + ["support_double_barrel_number_of_crossbow_bolts_+"] = { + mod("CrossbowBoltCount", "BASE", nil), + }, + ["support_double_barrel_crossbow_reload_speed_-%_final"] = { + mod("ReloadSpeed", "MORE", nil), + mult = -1 }, }, #mods #skillEnd -#skill SupportExpeditePlayer -#set SupportExpeditePlayer -#mods -#skillEnd - -#skill SupportExploitWeaknessPlayer -#set SupportExploitWeaknessPlayer +#skill SupportEfficiencyPlayer +#set SupportEfficiencyPlayer statMap = { - ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"] = { - mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "ArmourFullyBroken"}) + ["support_inspiration_cost_+%_final"] = { + mod("Cost", "MORE", nil), }, }, #mods #skillEnd -#skill LessDurationSupportPlayer -#set LessDurationSupportPlayer +#skill SupportEfficiencyPlayerTwo +#set SupportEfficiencyPlayerTwo statMap = { - ["support_reduced_duration_skill_effect_duration_+%_final"] = { - mod("Duration", "MORE", nil), + ["support_inspiration_cost_+%_final"] = { + mod("Cost", "MORE", nil), }, }, #mods #skillEnd -#skill SupportFigureheadPlayer -#set SupportFigureheadPlayer +#skill SupportEinharsBeastritePlayer +#set SupportEinharsBeastritePlayer #mods #skillEnd -#skill SupportFireExposurePlayer -#set SupportFireExposurePlayer +#skill SupportElementalArmamentPlayer +#set SupportElementalArmamentPlayer statMap = { - ["inflict_fire_exposure_for_x_ms_on_ignite"] = { - mod("FireExposureChance", "BASE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited"}), + ["support_attack_skills_elemental_damage_+%_final"] = { + mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), }, }, #mods #skillEnd -#skill SupportAddedFireDamagePlayer -#set SupportAddedFireDamagePlayer +#skill SupportElementalArmamentPlayerTwo +#set SupportElementalArmamentPlayerTwo statMap = { - ["support_cold_and_lightning_damage_+%_final"] = { - mod("ColdDamage", "MORE", nil), - mod("LightningDamage", "MORE", nil), + ["support_attack_skills_elemental_damage_+%_final"] = { + mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), }, }, #mods #skillEnd -#skill SupportFirePenetrationPlayer -#set SupportFirePenetrationPlayer +#skill SupportElementalArmamentPlayerThree +#set SupportElementalArmamentPlayerThree #mods #skillEnd -#skill SupportFirstBloodPlayer -#set SupportFirstBloodPlayer +#skill SupportHeavyStunEndurancePlayerOne +#set SupportHeavyStunEndurancePlayerOne #mods #skillEnd -#skill FistOfWarSupportPlayer -#set FistOfWarSupportPlayer -statMap = { - ["ancestral_slam_interval_duration"] = { - mod("FistOfWarCooldown", "BASE", nil), - div = 1000, - }, -}, -#baseMod mod("FistOfWarDamageMultiplier", "BASE", 20) -#baseMod mod("FistOfWarMOREAoE", "BASE", 20) +#skill SupportHeavyStunEndurancePlayerTwo +#set SupportHeavyStunEndurancePlayerTwo #mods #skillEnd -#skill SupportFlamepiercePlayer -#set SupportFlamepiercePlayer +#skill SupportEnragedWarcryPlayer +#set SupportEnragedWarcryPlayer #mods #skillEnd -#skill SupportBloodFountainPlayer -#set SupportBloodFountainPlayer -statMap = { - ["support_blood_fountain_life_regeneration_rate_per_minute_%"] = { - mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), - div = 60, - }, -}, +#skill SupportEnragedWarcryPlayerTwo +#set SupportEnragedWarcryPlayerTwo +#mods +#skillEnd + +#skill SupportIgniteDurationPlayer +#set SupportIgniteDurationPlayer +statMap = { + ["support_eternal_flame_chance_to_ignite_+%_final"] = { + mod("EnemyIgniteChance", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportIgniteDurationPlayerTwo +#set SupportIgniteDurationPlayerTwo +#mods +#skillEnd + +#skill SupportIgniteDurationPlayerThree +#set SupportIgniteDurationPlayerThree +#mods +#skillEnd + +#skill SupportExecutePlayer +#set SupportExecutePlayer +statMap = { + ["support_executioner_damage_vs_enemies_on_low_life_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "LowLife"}) + }, +}, +#mods +#skillEnd + +#skill SupportExecutePlayerTwo +#set SupportExecutePlayerTwo +#mods +#skillEnd + +#skill SupportExecutePlayerThree +#set SupportExecutePlayerThree +#mods +#skillEnd + +#skill SupportExploitWeaknessPlayer +#set SupportExploitWeaknessPlayer +statMap = { + ["support_gem_consume_enemy_fully_broken_armour_to_gain_damage_+%_final"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "ArmourFullyBroken"}) + }, +}, +#mods +#skillEnd + +#skill SupportAddedFireDamagePlayer +#set SupportAddedFireDamagePlayer +statMap = { + ["support_cold_and_lightning_damage_+%_final"] = { + mod("ColdDamage", "MORE", nil), + mod("LightningDamage", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportFireExposurePlayer +#set SupportFireExposurePlayer +statMap = { + ["inflict_fire_exposure_for_x_ms_on_ignite"] = { + mod("FireExposureChance", "BASE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Ignited"}), + }, +}, +#mods +#skillEnd + +#skill SupportFirePenetrationPlayer +#set SupportFirePenetrationPlayer +#mods +#skillEnd + +#skill SupportFirePenetrationPlayerTwo +#set SupportFirePenetrationPlayerTwo +#mods +#skillEnd + +#skill SupportFirstBloodPlayer +#set SupportFirstBloodPlayer +#mods +#skillEnd + +#skill FistOfWarSupportPlayer +#set FistOfWarSupportPlayer +statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, +}, +#baseMod mod("FistOfWarDamageMultiplier", "BASE", 30) +#baseMod mod("FistOfWarMOREAoE", "BASE", 25) +#mods +#skillEnd + +#skill FistOfWarSupportPlayerTwo +#set FistOfWarSupportPlayerTwo +statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, +}, +#baseMod mod("FistOfWarDamageMultiplier", "BASE", 30) +#baseMod mod("FistOfWarMOREAoE", "BASE", 25) +#mods +#skillEnd + +#skill FistOfWarSupportPlayerThree +#set FistOfWarSupportPlayerThree +statMap = { + ["ancestral_slam_interval_duration"] = { + mod("FistOfWarCooldown", "BASE", nil), + div = 1000, + }, + ["double_ancestral_boost_effect"] = { + -- Accounted for in base mod + }, +}, +#baseMod mod("FistOfWarDamageMultiplier", "BASE", 60) +#baseMod mod("FistOfWarMOREAoE", "BASE", 50) +#mods +#skillEnd + +#skill SupportFlamePillarPlayer +#set SupportFlamePillarPlayer +#mods +#skillEnd + +#skill TriggeredFlamePillarPlayer +#set TriggeredFlamePillarPlayer +#mods +#skillEnd + +#skill SupportFlamepiercePlayer +#set SupportFlamepiercePlayer +#mods +#skillEnd + +#skill SupportBloodFountainPlayer +#set SupportBloodFountainPlayer +statMap = { + ["support_blood_fountain_life_regeneration_rate_per_minute_%"] = { + mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }), + div = 60, + }, +}, #mods #skillEnd @@ -412,11 +769,26 @@ statMap = { #mods #skillEnd +#skill SupportFreshClipPlayerTwo +#set SupportFreshClipPlayerTwo +statMap = { + ["support_damage_+%_final_per_crossbow_bolt_reloaded_in_past_8_seconds"] = { + mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", var = "BoltsReloadedPastEightSeconds" } ), + }, +}, +#mods +#skillEnd + #skill SupportGreatwoodPlayer #set SupportGreatwoodPlayer #mods #skillEnd +#skill SupportGreatwoodPlayerTwo +#set SupportGreatwoodPlayerTwo +#mods +#skillEnd + #skill SupportHaemocrystalsPlayer #set SupportHaemocrystalsPlayer #mods @@ -428,6 +800,26 @@ statMap = { #mods #skillEnd +#skill SupportHardyTotemsPlayer +#set SupportHardyTotemsPlayer +statMap = { + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportHardyTotemsPlayerTwo +#set SupportHardyTotemsPlayerTwo +statMap = { + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportMeleePhysicalDamagePlayer #set SupportMeleePhysicalDamagePlayer statMap = { @@ -461,6 +853,16 @@ statMap = { #mods #skillEnd +#skill SupportHerbalismPlayerTwo +#set SupportHerbalismPlayerTwo +statMap = { + ["support_herbalism_life_recovery_+%_from_life_flasks"] = { + mod("FlaskLifeRecovery", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Herbalism" }), + }, +}, +#mods +#skillEnd + #skill SupportHolyDescentPlayer #set SupportHolyDescentPlayer statMap = { @@ -474,8 +876,8 @@ statMap = { #mods #skillEnd -#skill SupportChanceToIgnitePlayer -#set SupportChanceToIgnitePlayer +#skill SupportIgnitePlayer +#set SupportIgnitePlayer statMap = { ["support_ignition_chance_to_ignite_+%_final"] = { mod("EnemyIgniteChance", "MORE", nil), @@ -484,6 +886,21 @@ statMap = { #mods #skillEnd +#skill SupportIgnitePlayerTwo +#set SupportIgnitePlayerTwo +statMap = { + ["support_ignition_chance_to_ignite_+%_final"] = { + mod("EnemyIgniteChance", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportIgnitePlayerThree +#set SupportIgnitePlayerThree +#mods +#skillEnd + #skill SupportImmolatePlayer #set SupportImmolatePlayer #mods @@ -520,33 +937,60 @@ statMap = { #mods #skillEnd -#skill SupportInspirationPlayer -#set SupportInspirationPlayer +#skill SupportInfernalLegionPlayerTwo +#set SupportInfernalLegionPlayerTwo statMap = { - ["support_inspiration_cost_+%_final"] = { - mod("Cost", "MORE", nil), + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), + div = 6000, + }, + ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), + div = 60, + mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), }, }, #mods #skillEnd -#skill SupportInterludePlayer -#set SupportInterludePlayer +#skill SupportInfernalLegionPlayerThree +#set SupportInfernalLegionPlayerThree +statMap = { + ["minion_fire_damage_%_of_maximum_life_taken_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", nil, 0, 0, { type = "PerStat", stat = "Life" }, { type = "GlobalEffect", effectType = "Buff" }) }), + div = 6000, + }, + ["support_minion_instability_minion_base_fire_area_damage_per_minute"] = { + mod("MinionModifier", "LIST", { mod = mod("Multiplier:InfernalLegionBaseDamage", "BASE", nil, 0, 0, { type = "PercentStat", stat = "Life", percent = 1 }) }), + div = 60, + mod("ExtraMinionSkill", "LIST", { skillId = "InfernalLegion" }), + }, +}, #mods #skillEnd -#skill SupportIronwoodPlayer -#set SupportIronwoodPlayer +#skill SupportJaggedGroundPlayer +#set SupportJaggedGroundPlayer #mods #skillEnd -#skill SupportJaggedGroundPlayer -#set SupportJaggedGroundPlayer +#skill SupportJaggedGroundPlayerTwo +#set SupportJaggedGroundPlayerTwo +#mods +#skillEnd + +#skill SupportKaomsMadnessPlayer +#set SupportKaomsMadnessPlayer +#mods +#skillEnd + +#skill SupportKnockbackPlayer +#set SupportKnockbackPlayer #mods #skillEnd -#skill SupportChanceToBleedPlayer -#set SupportChanceToBleedPlayer +#skill SupportLastingGroundPlayer +#set SupportLastingGroundPlayer #mods #skillEnd @@ -555,6 +999,16 @@ statMap = { #mods #skillEnd +#skill SupportLifeLeechPlayerTwo +#set SupportLifeLeechPlayerTwo +#mods +#skillEnd + +#skill SupportLifeLeechPlayerThree +#set SupportLifeLeechPlayerThree +#mods +#skillEnd + #skill SupportBloodMagicPlayer #set SupportBloodMagicPlayer #mods @@ -565,6 +1019,11 @@ statMap = { #mods #skillEnd +#skill SupportLongFusePlayerTwo +#set SupportLongFusePlayerTwo +#mods +#skillEnd + #skill SupportMeatShieldPlayer #set SupportMeatShieldPlayer statMap = { @@ -578,23 +1037,56 @@ statMap = { #mods #skillEnd -#skill SupportOverpowerPlayer -#set SupportOverpowerPlayer +#skill SupportMeatShieldPlayerTwo +#set SupportMeatShieldPlayerTwo statMap = { - ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { - mod("StunBuildup", "MORE", nil), + ["support_minion_defensive_stance_minion_damage_taken_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("DamageTaken", "MORE", nil) }), + }, + ["support_meat_shield_minion_damage_+%_final"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }), }, }, #mods #skillEnd -#skill MoreDurationSupportPlayer -#set MoreDurationSupportPlayer +#skill SupportCorruptingCryPlayerThree +#set SupportCorruptingCryPlayerThree statMap = { - ["support_more_duration_skill_effect_duration_+%_final"] = { - mod("Duration", "MORE", nil), + ["support_corrupting_cry_corrupted_blood_base_physical_damage_per_minute_as_%_of_strength"] = { + skill("PhysicalDot", nil, { type = "PercentStat", stat = "Str", percent = 1 }), + div = 60, + }, + ["support_corrupting_cry_warcry_applies_X_stacks_of_corrupted_blood"] = { + mod("CorruptingCryStagesFromWarcry", nil, 0, KeywordFlag.Warcry) + }, + ["support_corrupting_cry_corrupted_blood_duration_ms"] = { + skill("durationSecondary", nil), + div = 1000, + }, + ["support_corrupting_cry_warcry_applies_x_stacks_of_corrupted_blood"] = { + -- Display only }, }, +#baseMod skill("debuff", true) +#baseMod flag("dotIsCorruptingBlood") +#baseMod mod("Multiplier:CorruptingCryMaxStages", "BASE", 10) +#baseMod mod("Damage", "MORE", 100, 0, KeywordFlag.PhysicalDot, { type = "Multiplier", var = "CorruptingCryStageAfterFirst"}) +#mods +#skillEnd + +#skill SupportPersistentGroundPlayer +#set SupportPersistentGroundPlayer +#mods +#skillEnd + +#skill SupportPersistentGroundPlayerTwo +#set SupportPersistentGroundPlayerTwo +#mods +#skillEnd + +#skill SupportPersistentGroundPlayerThree +#set SupportPersistentGroundPlayerThree #mods #skillEnd @@ -608,11 +1100,31 @@ statMap = { #mods #skillEnd -#skill SupportWeaponElementalDamagePlayer -#set SupportWeaponElementalDamagePlayer +#skill ProlongedDurationSupportPlayer +#set ProlongedDurationSupportPlayer statMap = { - ["support_weapon_elemental_damage_+%_final"] = { - mod("ElementalDamage", "MORE", nil, 0, KeywordFlag.Attack), + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill ProlongedDurationSupportPlayerTwo +#set ProlongedDurationSupportPlayerTwo +statMap = { + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill ProlongedDurationSupportPlayerThree +#set ProlongedDurationSupportPlayerThree +statMap = { + ["support_more_duration_skill_effect_duration_+%_final"] = { + mod("Duration", "MORE", nil), }, }, #mods @@ -621,8 +1133,11 @@ statMap = { #skill SupportQuillburstPlayer #set SupportQuillburstPlayer #mods +#skillEnd + +#skill TriggeredQuillburstPlayer #set TriggeredQuillburstPlayer -#mods +#mods thorns area #skillEnd #skill SupportRagePlayer @@ -630,11 +1145,26 @@ statMap = { #mods #skillEnd +#skill SupportRagePlayerTwo +#set SupportRagePlayerTwo +#mods +#skillEnd + +#skill SupportRagePlayerThree +#set SupportRagePlayerThree +#mods +#skillEnd + #skill SupportRageforgedPlayer #set SupportRageforgedPlayer #mods #skillEnd +#skill SupportRageforgedPlayerTwo +#set SupportRageforgedPlayerTwo +#mods +#skillEnd + #skill SupportRagingCryPlayer #set SupportRagingCryPlayer #mods @@ -653,18 +1183,67 @@ statMap = { mod("ArmourAppliesToColdDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), mod("ArmourAppliesToLightningDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating"}, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), }, - ["support_tempered_valour_minimum_valour_to_apply_buff"] = { - mod("Multiplier:RefractionMinimumValour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff"}), +}, +#mods +#skillEnd + +#skill SupportRefractionPlayerTwo +#set SupportRefractionPlayerTwo +statMap = { + ["support_tempered_valour_%_armour_to_apply_to_elemental_damage"] = { + mod("ArmourAppliesToFireDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToColdDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating" }, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), + mod("ArmourAppliesToLightningDamageTaken", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Refractive Plating"}, { type = "MultiplierThreshold", var = "ValourStacks", thresholdVar = "RefractionMinimumValour" }), }, }, #mods #skillEnd +#skill SupportRefractionPlayerThree +#set SupportRefractionPlayerThree +#mods +#skillEnd + +#skill SupportReinforcedTotemsPlayer +#set SupportReinforcedTotemsPlayer +#mods +#skillEnd + +#skill SupportReinforcedTotemsPlayerTwo +#set SupportReinforcedTotemsPlayerTwo +#mods +#skillEnd + +#skill SupportRelentlessRagePlayer +#set SupportRelentlessRagePlayer +#mods +#skillEnd + +#skill SupportInterludePlayer +#set SupportInterludePlayer +#mods +#skillEnd + +#skill SupportInterludePlayerTwo +#set SupportInterludePlayerTwo +#mods +#skillEnd + +#skill SupportInterludePlayerThree +#set SupportInterludePlayerThree +#mods +#skillEnd + #skill SupportRetaliatePlayer #set SupportRetaliatePlayer #mods #skillEnd +#skill SupportRetaliatePlayerTwo +#set SupportRetaliatePlayerTwo +#mods +#skillEnd + #skill SupportReveberatePlayer #set SupportReveberatePlayer #mods @@ -703,18 +1282,78 @@ statMap = { #mods #skillEnd +#skill SupportDeadlyIgnitesPlayerTwo +#set SupportDeadlyIgnitesPlayerTwo +statMap = { + ["support_stronger_ignites_hit_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_stronger_ignites_ignite_effect_+%_final"] = { + mod("AilmentMagnitude", "MORE", nil, 0, KeywordFlag.Ignite), + }, +}, +#mods +#skillEnd + #skill SupportSeeRedPlayer #set SupportSeeRedPlayer #mods #skillEnd -#skill SupportSparPlayer -#set SupportSparPlayer +#skill SupportSelflessRemnantsPlayer +#set SupportSelflessRemnantsPlayer #mods #skillEnd -#skill SupportArmourBreakPlayer -#set SupportArmourBreakPlayer +#skill SupportShortFusePlayer +#set SupportShortFusePlayer +#mods +#skillEnd + +#skill SupportShortFusePlayerTwo +#set SupportShortFusePlayerTwo +statMap = { + ["support_short_fuse_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportSkitteringStonePlayer +#set SupportSkitteringStonePlayer +#mods +#skillEnd + +#skill TriggeredSkitteringStonePlayer +#set TriggeredSkitteringStonePlayer +#flags +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, +}, +#mods +#skillEnd + +#skill SupportSkitteringStonePlayerTwo +#set SupportSkitteringStonePlayerTwo +#mods +#skillEnd + +#skill TriggeredSkitteringStonePlayerTwo +#set TriggeredSkitteringStonePlayerTwo +#flags +statMap = { + ["minion_1%_damage_+%_per_X_player_strength"] = { + mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, 0, { type = "PerStat", stat = "Str", actor = "parent" }) }), + }, +}, +#mods +#skillEnd + +#skill SupportSparPlayer +#set SupportSparPlayer #mods #skillEnd @@ -723,6 +1362,21 @@ statMap = { #mods #skillEnd +#skill SupportSteadfastPlayerTwo +#set SupportSteadfastPlayerTwo +#mods +#skillEnd + +#skill SupportStoicismPlayer +#set SupportStoicismPlayer +#mods +#skillEnd + +#skill SupportStoicismPlayerTwo +#set SupportStoicismPlayerTwo +#mods +#skillEnd + #skill SupportStompingGroundPlayer #set SupportStompingGroundPlayer #mods @@ -730,7 +1384,7 @@ statMap = { #skill StompingGroundShockwavePlayer #set StompingGroundShockwavePlayer -#flags nonWeaponAttack area melee +#flags attack area melee statMap = { ["attack_minimum_added_physical_damage_as_%_of_strength"] = { skill("PhysicalMin", nil, { type = "PercentStat", stat = "Str", percent = 1 }), @@ -743,11 +1397,60 @@ statMap = { #mods #skillEnd +#skill SupportStunPlayer +#set SupportStunPlayer +statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportStunPlayerTwo +#set SupportStunPlayerTwo +statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill SupportStunPlayerThree +#set SupportStunPlayerThree +statMap = { + ["support_overpower_hit_damage_stun_multiplier_+%_final"] = { + mod("StunBuildup", "MORE", nil), + }, + ["support_overpower_damage_+%_final"] = { + mod("Damage", "MORE", nil), + }, +}, +#mods +#skillEnd + #skill SupportSyzygyPlayer #set SupportSyzygyPlayer #mods #skillEnd +#skill SupportHardyTotemsPlayerThree +#set SupportHardyTotemsPlayerThree +statMap = { + ["support_totem_life_+%_final"] = { + mod("TotemLife", "MORE", nil), + }, +}, +#mods +#skillEnd + +#skill TriggeredSplinterExplosionHardyTotems +#set TriggeredSplinterExplosionHardyTotems +#flags area +#mods +#skillEnd + #skill SupportTearPlayer #set SupportTearPlayer #mods @@ -763,6 +1466,16 @@ statMap = { #mods #skillEnd +#skill SupportThornskinPlayerTwo +#set SupportThornskinPlayerTwo +statMap = { + ["support_thorns_spirit_cost_thorns_damage_+%"] = { + mod("ThornsDamage", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Thornskin" }), + }, +}, +#mods +#skillEnd + #skill SupportTirelessPlayer #set SupportTirelessPlayer #mods @@ -778,6 +1491,21 @@ statMap = { #mods #skillEnd +#skill SupportUhtredAuguryPlayer +#set SupportUhtredAuguryPlayer +#mods +#skillEnd + +#skill SupportUhtredExodusPlayer +#set SupportUhtredExodusPlayer +#mods +#skillEnd + +#skill SupportUhtredOmenPlayer +#set SupportUhtredOmenPlayer +#mods +#skillEnd + #skill SupportUnabatingPlayer #set SupportUnabatingPlayer #mods @@ -821,6 +1549,54 @@ statMap = { #mods #skillEnd +#skill SupportUpheavalPlayerTwo +#set SupportUpheavalPlayerTwo +statMap = { + ["support_additional_fissures_damage_+%_final"] = { + mod("Damage", "MORE", nil, ModFlag.Hit), + }, + ["support_additional_fissures_attack_speed_+%_final"] = { + mod("Speed", "MORE", nil, ModFlag.Attack), + }, +}, +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayer +#set SupportUrgentTotemsPlayer +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayerTwo +#set SupportUrgentTotemsPlayerTwo +#mods +#skillEnd + +#skill SupportUrgentTotemsPlayerThree +#set SupportUrgentTotemsPlayerThree +#mods +#skillEnd + +#skill SupportUruksSmeltingPlayer +#set SupportUruksSmeltingPlayer +#mods +#skillEnd + +#skill SupportUulNetolsEmbracePlayer +#set SupportUulNetolsEmbracePlayer +#mods +#skillEnd + +#skill SupportVanguardPlayer +#set SupportVanguardPlayer +#mods +#skillEnd + +#skill SupportVanguardPlayerTwo +#set SupportVanguardPlayerTwo +#mods +#skillEnd + #skill SupportVitalityPlayer #set SupportVitalityPlayer statMap = { @@ -832,6 +1608,17 @@ statMap = { #mods #skillEnd +#skill SupportVitalityPlayerTwo +#set SupportVitalityPlayerTwo +statMap = { + ["support_vitality_life_regeneration_rate_per_minute_%"] = { + mod("LifeRegenPercent", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "Vitality" }), + div = 60, + }, +}, +#mods +#skillEnd + #skill SupportVolcanicEruptionPlayer #set SupportVolcanicEruptionPlayer #mods @@ -842,3 +1629,8 @@ statMap = { #flags attack area #mods #skillEnd + +#skill SupportXophsPyrePlayer +#set SupportXophsPyrePlayer +#mods +#skillEnd diff --git a/src/Export/Uniques/amulet.lua b/src/Export/Uniques/amulet.lua index 847b36ec58..a12270602f 100644 --- a/src/Export/Uniques/amulet.lua +++ b/src/Export/Uniques/amulet.lua @@ -116,6 +116,17 @@ UniqueNearbyAlliesIncreasedAttackSpeed1 UniqueNearbyAlliesIncreasedCastSpeed1 UniquePresenceRadius1 ]],[[ +Hinekora's Sight +Stellar Amulet +Requires Level 44 +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Future-Past +AmuletImplicitAllAttributes1 +UniqueIncreasedAccuracy13 +UniqueIncreasedEvasionRating5 +BlindImmunityUnique__1 +]],[[ Idol of Uldurn Crimson Amulet Requires Level 24 @@ -215,12 +226,15 @@ UniqueNoCriticalStrikeMultiplier1 ]],[[ Xoph's Blood Amber Amulet +Variant: Pre 0.3.0 +Variant: Current Source: Drops from unique{Xesht, We That Are One} in normal{Twisted Domain} Implicits: 1 AmuletImplicitStrength1 UniqueMaximumLifeIncrease7 UniqueFireResist12 -UniqueEnemiesInPresenceFireExposure1 +{variant:1}UniqueEnemiesInPresenceFireExposure1[1,1] +{variant:2}UniqueEnemiesInPresenceFireExposure1 ]],[[ Yoke of Suffering Bloodstone Amulet diff --git a/src/Export/Uniques/belt.lua b/src/Export/Uniques/belt.lua index 70d4210ec5..b8c8cfa3ad 100644 --- a/src/Export/Uniques/belt.lua +++ b/src/Export/Uniques/belt.lua @@ -48,6 +48,24 @@ UniqueDexterity3 UniqueBeltFlaskRecoveryRate1 UniqueLowLifeThreshold1 ]],[[ +Darkness Enthroned +Fine Belt +League: Rise of the Abyssal +Variant: Helmet +Variant: Body Armour +Variant: Gloves +Variant: Boots +Variant: Shield +Implicits: 2 +BeltImplicitCharmSlots3 +BeltImplicitFlaskPassiveChargeGain1 +{variant:1}LocalItemBenefitSocketableAsIfHelmetUnique__1 +{variant:2}LocalItemBenefitSocketableAsIfBodyArmourUnique__1 +{variant:3}LocalItemBenefitSocketableAsIfGlovesUnique__1 +{variant:4}LocalItemBenefitSocketableAsIfBootsUnique__1 +{variant:5}LocalItemBenefitSocketableAsIfShieldUnique__1 +LocalSocketItemsEffectUnique__1 +]],[[ The Gnashing Sash Wide Belt League: Dawn of the Hunt @@ -83,6 +101,7 @@ UniqueGainRareMonsterModsOnKill1 ]],[[ Infernoclasp Plate Belt +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current Implicits: 2 @@ -173,6 +192,20 @@ UniqueIntelligence9 UniqueLoseEnergyShieldPerSecond1 UniqueLifeLeechExcessToEnergyShield1 ]],[[ +Umbilicus Immortalis +Linen Belt +League: Rise of the Abyssal +Requires Level 24 +Implicits: 2 +BeltImplicitCharmSlots3 +BeltImplicitFlaskManaRecovery1 +UniqueBeltFlaskDuration1 +UniqueIntelligence42 +UniqueMinionLife6 +UniqueLifeFlasksApplyToMinions1 +MinionsCannotDieWhileAffectedByYourLifeFlasks1 +UniqueIncreasedFlaskChargesGained4 +]],[[ Waistgate Heavy Belt Heavy Belt League: Dawn of the Hunt diff --git a/src/Export/Uniques/body.lua b/src/Export/Uniques/body.lua index 660fcb6b85..c3b53bb13a 100644 --- a/src/Export/Uniques/body.lua +++ b/src/Export/Uniques/body.lua @@ -6,13 +6,15 @@ return { Blackbraid Fur Plate Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}UniqueLocalIncreasedPhysicalDamageReductionRating2 +{variant:2,3}UniqueLocalIncreasedPhysicalDamageReductionRating2 UniqueStrength5 UniqueIntelligence4 -{variant:2}UniqueAllResistances17 +{variant:2,3}UniqueAllResistances17 UniqueStunThreshold1 -UniqueArmourAppliesToElementalDamage1 +{variant:1,2}UniqueArmourAppliesToElementalDamage1[100,100] +{variant:3}UniqueArmourAppliesToElementalDamage1 ]],[[ Bramblejack Rusted Cuirass @@ -123,12 +125,14 @@ UniquePhysicalAttackDamageTaken1 Briskwrap Rhoahide Coat Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}UniqueLocalIncreasedEvasionRatingPercent22 +{variant:2,3}UniqueLocalIncreasedEvasionRatingPercent22 UniqueFlaskLifeRecoveryRate2 UniqueFlaskManaRecoveryRate1 UniqueDexterity3 UniqueColdResist10 +{variant:3}UniqueEvasionAppliesToDeflection1 ]],[[ Bristleboar Leather Vest @@ -169,13 +173,15 @@ UniqueCanEvadeAllDamageNotHitRecently1 Quatl's Molt Serpentscale Coat Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current -{variant:2}UniqueLocalIncreasedEvasionRatingPercent23 +{variant:2,3}UniqueLocalIncreasedEvasionRatingPercent23 {variant:1}UniqueIncreasedLife1[30,50] -{variant:2}UniqueIncreasedLife1 +{variant:2,3}UniqueIncreasedLife1 UniqueChaosResist1 UniqueLifeRegeneration1 UniqueCannotBePoisoned1 +{variant:3}UniqueEvasionAppliesToDeflection2 ]],[[ Queen of the Forest Smuggler Coat @@ -385,6 +391,7 @@ UniqueLightningResistNoReduction1 ]],[[ The Fallen Formation Lamellar Mail +Source: No longer obtainable League: Dawn of the Hunt UniqueLocalIncreasedArmourAndEvasion29 UniqueStrength20 @@ -403,15 +410,28 @@ UniqueStunThreshold9 UniqueIronGrip1 UniqueIronWill1 ]],[[ +Lightning Coil +Ancestral Mail +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Valako's Charge +UniqueLocalIncreasedArmourAndEvasion14 +UniqueIncreasedLife30 +UniqueDexterity44 +UniqueLightningResist13 +UniquePhysicalDamageTakenAsLightningPercent1 +]],[[ Pariah's Embrace Cloaked Mail Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current UniqueLocalIncreasedArmourAndEvasion8 UniqueIncreasedSpirit2 -{variant:2}UniqueAllAttributes12 +{variant:2,3}UniqueAllAttributes12 UniqueLifeRegeneration3 -UniqueManaCostReduction1 +{variant:1,2}UniqueManaCostReduction1 +{variant:3}UniqueManaCostEfficiency1 ]],[[ Perfidy Knight Armour @@ -534,6 +554,18 @@ UniqueDexterity2 UniqueReducedBleedDuration1 UniqueBleedsAlwaysAggravated1 ]],[[ +Cospri's Will +Assassin Garb +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Withering Presence +BodyArmourImplicitMovementVelocity1 +UniqueLocalIncreasedEvasionAndEnergyShield18 +UniqueChaosResist32 +UniqueCursesNeverExpire1 +UniqueIgnoreHexproof1 +UniqueWitherNeverExpires1 +]],[[ The Dancing Mirage Wayfarer Jacket Variant: Pre 0.1.1 diff --git a/src/Export/Uniques/boots.lua b/src/Export/Uniques/boots.lua index 266de73ce7..1fa768d9e4 100644 --- a/src/Export/Uniques/boots.lua +++ b/src/Export/Uniques/boots.lua @@ -88,6 +88,7 @@ UniqueRandomMovementVelocityOnHit1 ]],[[ Thunderstep Steeltoe Boots +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current {variant:1}UniqueMovementVelocity2[10,15] @@ -102,13 +103,16 @@ UniqueMaximumLightningResist1 Bones of Ullr Lattice Sandals Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current +{variant:3}UniqueMovementVelocity25 UniqueLocalIncreasedEnergyShieldPercent5 {variant:1}UniqueIncreasedLife8[25,25] -{variant:2}UniqueIncreasedLife8 +{variant:2,3}UniqueIncreasedLife8 {variant:1}UniqueIncreasedMana6[25,25] {variant:2}UniqueIncreasedMana6 -UniqueUndeadMinionReservation1 +{variant:1,2}UniqueUndeadMinionReservation1[-20,-20] +{variant:3}UniqueUndeadMinionReservation1 ]],[[ Luminous Pace Straw Sandals @@ -181,6 +185,18 @@ UniqueStunRecovery1 UniqueReducedChillDuration1 UniqueReducedFreezeDuration1 UniqueReducedShockDuration1 +]],[[ +Shankgonne +Covered Sabatons +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Black Powder Blitz +UniqueLocalIncreasedArmourAndEvasion31 +UniqueItemFoundRarityIncrease23 +UniqueFireResist35 +UniqueArmourAppliesToDeflection1 +UniqueStunThreshold20 +UniqueCannotSprint1 ]], -- Boots: Armour/Energy Shield [[ diff --git a/src/Export/Uniques/bow.lua b/src/Export/Uniques/bow.lua index c114418097..35879f9aa9 100644 --- a/src/Export/Uniques/bow.lua +++ b/src/Export/Uniques/bow.lua @@ -6,11 +6,13 @@ return { Death's Harp Dualstring Bow Variant: 0.2.0 +Variant: 0.3.0 Variant: Current Implicits: 1 -Bow Attacks fire an additional Arrow +BowImplicitAdditionalArrows1 {variant:1}UniqueLocalCriticalMultiplier1[50,70] -{variant:2}UniqueLocalCriticalMultiplier1 +{variant:2}UniqueLocalCriticalMultiplier1[30,40] +{variant:3}UniqueLocalCriticalMultiplier1 UniqueAdditionalArrow1 UniqueLifeGainedFromEnemyDeath4 UniqueManaGainedFromEnemyDeath6 @@ -23,6 +25,19 @@ UniqueDexterity4 UniqueManaRegeneration3 UniqueLocalPhysicalDamageAddedAsEachElement1 ]],[[ +Fairgraves' Curse +Artillery Bow +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Phantasmal Arrow +BowImplicitProjectileAttackRange1 +UniqueLocalAddedFireDamage5 +UniqueIgniteChanceIncrease4 +UniqueIgniteEffect3 +UniqueLifeRecoveryRate2 +UniqueFlatPhysicalDamageTaken1 +GhostflameOnHitUnique__1 +]],[[ Lioneye's Glare Heavy Bow League: Dawn of the Hunt diff --git a/src/Export/Uniques/crossbow.lua b/src/Export/Uniques/crossbow.lua index 694277b6dc..98b427ab24 100644 --- a/src/Export/Uniques/crossbow.lua +++ b/src/Export/Uniques/crossbow.lua @@ -3,6 +3,17 @@ return { -- Weapon: Crossbow [[ +Double Vision +Dyad Crossbow +League: Rise of the Abyssal +Implicits: 2 +Grants Skill: Level (1-20) Gemini Surge +CrossbowImplicitAdditionalAmmo1 +UniqueLocalAddedPhysicalDamage24 +UniqueLocalCriticalStrikeChance7 +UniqueColdFireSurgeOnReload +UniqueReloadSpeed2 +]],[[ The Last Lament Desolate Crossbow League: Dawn of the Hunt diff --git a/src/Export/Uniques/flask.lua b/src/Export/Uniques/flask.lua index 0433327c6e..e62da1a2a5 100644 --- a/src/Export/Uniques/flask.lua +++ b/src/Export/Uniques/flask.lua @@ -3,6 +3,14 @@ return { -- Flask: Life [[ +Blood of the Warrior +Gargantuan Life Flask +League: Rise of the Abyssal +UniqueFlaskMoreLife__1 +UniqueFlaskEffectNotRemovedOnFullLife__1 +UniqueDuringRageFlaskEffects__1 +UniqueFlaskDuration__1 +]],[[ Olroth's Resolve Ultimate Life Flask Source: Drops from unique{Olroth, Origin of the Fall} diff --git a/src/Export/Uniques/focus.lua b/src/Export/Uniques/focus.lua index 1dcf22aa64..b34e41725a 100644 --- a/src/Export/Uniques/focus.lua +++ b/src/Export/Uniques/focus.lua @@ -31,12 +31,15 @@ UniqueEnergyShieldRechargeOnKill1 ]],[[ Effigy of Cruelty Antler Focus +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt UniqueLocalIncreasedEnergyShield14 UniqueSpellDamageOnWeapon5 UniqueIntelligence41 UniqueChaosResist16 -UniqueCriticalWeaknessOnSpellCrit1 +{variant:1}UniqueCriticalWeaknessOnSpellCrit1[3,5] +{variant:2}UniqueCriticalWeaknessOnSpellCrit1 ]],[[ The Eternal Spark Crystal Focus diff --git a/src/Export/Uniques/gloves.lua b/src/Export/Uniques/gloves.lua index 334f3f958f..82e74b4adc 100644 --- a/src/Export/Uniques/gloves.lua +++ b/src/Export/Uniques/gloves.lua @@ -269,7 +269,7 @@ UniqueManaGainedFromEnemyDeath4 UniqueEnemiesKilledCountAsYours1 ]],[[ The Prisoner's Manacles -Diviner Cuffs +Verisium Cuffs League: Dawn of the Hunt UniqueLocalIncreasedArmourAndEnergyShield21 UniqueIncreasedLife54 @@ -330,6 +330,17 @@ UniqueIncreasedAttackSpeed1 {variant:1}UniqueBaseChanceToPoison2[5,10] {variant:2}UniqueBaseChanceToPoison2 UniqueAllDamageCanPoison1 +]],[[ +Thunderfist +Utility Wraps +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Level (1-20) Crackling Palm +UniqueLocalIncreasedEvasionAndEnergyShield19 +UniqueIncreasedAttackSpeed13 +UniqueLightningResist29 +AddedLightningDamageWhileUnarmedUniqueGloves_1 +BaseUnarmedCriticalStrikeChanceUnique__2 ]], -- Gloves: Armour/Evasion/Energy Shield [[ diff --git a/src/Export/Uniques/helmet.lua b/src/Export/Uniques/helmet.lua index cf84e0c24b..a5461a8a41 100644 --- a/src/Export/Uniques/helmet.lua +++ b/src/Export/Uniques/helmet.lua @@ -175,7 +175,7 @@ Variant: Current {variant:2}UniqueEnergyShieldAsPercentOfLife1 ]],[[ Crown of Eyes -Coral Circlet +Vermeil Circlet League: Dawn of the Hunt UniqueLocalIncreasedEnergyShieldPercent23 UniqueIncreasedAccuracy9 @@ -202,6 +202,7 @@ UniqueConsumeCorpseRecoverLife1 ]],[[ Forbidden Gaze Chain Tiara +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current UniqueLocalIncreasedEnergyShieldPercent1 @@ -390,6 +391,7 @@ UniqueGlobalSkillGemLevel1 ]],[[ The Deepest Tower Spiritbone Crown +Source: No longer obtainable League: Dawn of the Hunt UniqueLocalIncreasedArmourAndEnergyShield18 UniqueIncreasedLife46 @@ -456,6 +458,14 @@ UniqueNearbyAlliesAllDamage1 {variant:2}UniqueDexterity32 UniqueAllDamage1 ]],[[ +Mask of the Sanguimancer +Face Mask +UniqueLocalBaseEvasionRatingAndEnergyShield2 +UniqueSpellCriticalStrikeChance1 +UniqueStrength8 +UniqueIntelligence10 +UniqueBloodMagic1 +]],[[ Mind of the Council Death Mask League: Dawn of the Hunt diff --git a/src/Export/Uniques/mace.lua b/src/Export/Uniques/mace.lua index dc9d2b887a..908b8c0f0e 100644 --- a/src/Export/Uniques/mace.lua +++ b/src/Export/Uniques/mace.lua @@ -27,6 +27,18 @@ Variant: Current UniqueLocalAllDamageCanFreeze1 UniqueLocalCullingStrikeFrozenEnemies1 ]],[[ +Marohi Erqi +Totemic Greatclub +League: Rise of the Abyssal +Implicits: 1 +MaceImplicitLocalCrushOnHit1 +UniqueStrengthRequirements3 +UniqueLocalIncreasedPhysicalDamagePercent16 +UniqueIncreasedAccuracy14 +UniqueIncreasedAttackSpeed14 +UniqueLocalStunDamageIncrease3 +LocalAlwaysHeavyStunOnFullLifeUnique__1 +]],[[ Mjölner Torment Club League: Dawn of the Hunt @@ -64,9 +76,12 @@ UniqueMaximumLightningDamagePerPower1 ]],[[ Sculpted Suffering Warpick +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt -Implicits: 1 -MaceImplicitCriticalMultiplier1 +Implicits: 2 +{variant:1}MaceImplicitCriticalMultiplier1[10,15] +{variant:2}MaceImplicitCriticalMultiplier1 UniqueLocalAddedPhysicalDamage18 UniqueLocalIncreasedAttackSpeed17 UniqueLocalArmourBreakOnDamage1 @@ -97,6 +112,7 @@ UniqueMinionAttackSpeedAffectsYou1 ]],[[ Wylund's Stake Smithing Hammer +Source: No longer obtainable Variant: Pre 0.1.1 Variant: Current {variant:1}UniqueLocalAddedPhysicalDamage6[2,3][4,5] diff --git a/src/Export/Uniques/quiver.lua b/src/Export/Uniques/quiver.lua index 4f672d3db5..1ec7cebb8f 100644 --- a/src/Export/Uniques/quiver.lua +++ b/src/Export/Uniques/quiver.lua @@ -56,7 +56,7 @@ UniqueBowDamageFromLifeFlaskCharges1 Murkshaft Toxic Quiver League: Dawn of the Hunt -Implicits: 1 +Implicits: 2 Grants Skill: Level (1-20) Bursting Fen Toad QuiverImplicitChanceToPoison1 UniqueAddedPhysicalDamage6 @@ -67,9 +67,12 @@ UniqueBlindOnPoison1 ]],[[ Rearguard Blunt Quiver +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt -Implicits: 1 -QuiverImplicitStunThresholdReduction1 +Implicits: 2 +{variant:1}QuiverImplicitStunThresholdReduction1[20,30] +{variant:2}QuiverImplicitStunThresholdReduction1 UniqueAddedPhysicalDamage5 UniqueIncreasedPhysicalDamageReductionRating4 UniqueProjectileSpeed3 diff --git a/src/Export/Uniques/shield.lua b/src/Export/Uniques/shield.lua index 04ef6e8e8e..3f66ff7262 100644 --- a/src/Export/Uniques/shield.lua +++ b/src/Export/Uniques/shield.lua @@ -30,33 +30,41 @@ UniqueDoubleStunThresholdWhileActiveBlock1 Doomgate Braced Tower Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance2 +{variant:1,2}UniqueLocalBlockChance2[80,80] +{variant:3}UniqueLocalBlockChance2 UniqueLocalIncreasedPhysicalDamageReductionRatingPercent2 -{variant:2}UniqueChaosResist22 -UniqueBaseBlockDamageTaken1 +{variant:2,3}UniqueChaosResist22 +{variant:1,2}UniqueBaseBlockDamageTaken1[20,20] +{variant:3}UniqueBaseBlockDamageTaken1 UniqueCullingStrikeOnBlock1 ]],[[ Lycosidae Rampart Tower Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance1 +{variant:1,2}UniqueLocalBlockChance1[30,40] +{variant:3}UniqueLocalBlockChance1 UniqueLocalIncreasedPhysicalDamageReductionRatingPercent1 UniqueDoubleAccuracyRating1 {variant:1}UniquePoisonOnBlock1[100,100] -{variant:2}UniquePoisonOnBlock1 +{variant:2,3}UniquePoisonOnBlock1 ]],[[ Redblade Banner Heraldric Tower Shield +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance14 +{variant:1}UniqueLocalBlockChance14[20,30] +{variant:2}UniqueLocalBlockChance14 UniqueLocalIncreasedPhysicalDamageReductionRatingPercent27 UniqueStrength36 UniqueStunThreshold18 @@ -66,29 +74,33 @@ The Surrender Stone Tower Shield Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance5 +UniqueLocalBlockChance7 UniqueLocalIncreasedPhysicalDamageReductionRatingPercent20 UniqueStunThreshold12 UniqueRecoverLifePercentOnBlock1 ]],[[ Svalinn Crucible Tower Shield +Variant: Pre 0.3.0 +Variant: Current Source: Drops from unique{Olroth, Origin of the Fall} Implicits: 2 Grants Skill: Raise Shield Grants Skill: Cast on Block -UniqueLocalIncreasedPhysicalDamageReductionRatingPercent2 -UniqueMaximumBlockChance2 +{variant:1}UniqueLocalIncreasedPhysicalDamageReductionRatingPercent24[100,150] +{variant:2}UniqueLocalIncreasedPhysicalDamageReductionRatingPercent24 +{variant:1}UniqueMaximumBlockChance2 +{variant:2}UniqueBaseBlockDamageTaken3 UniqueLuckyBlockChance1 ]],[[ The Wailing Wall Effigial Tower Shield +Source: No longer obtainable Implicits: 1 Grants Skill: Raise Shield UniqueMovementVelocity6 UniqueLocalIncreasedPhysicalDamageReductionRatingPercent2 UniqueStunThreshold9 -UniqueCanBlockAllDamage1 UniqueDisableShieldSkills1 ]],[[ Window to Paradise @@ -114,10 +126,13 @@ UniqueEnemiesBlockedAreIntimidated1 [[ Bloodbarrier Iron Buckler +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Parry -UniqueLocalBlockChance14 +{variant:1}UniqueLocalBlockChance14[20,30] +{variant:2}UniqueLocalBlockChance14 UniqueChaosResist31 UniqueLifeRegeneration21 UniqueApplyCorruptedBloodOnBlock1 @@ -135,14 +150,29 @@ UniqueParriedDebuffDuration1 ]],[[ Dunkelhalt Leather Buckler +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Parry -UniqueLocalBlockChance9 +{variant:1}UniqueLocalBlockChance10[30,50] +{variant:2}UniqueLocalBlockChance10 UniqueLocalIncreasedEvasionRating6 UniqueBaseBlockDamageTaken2 UniqueParriedDebuffMagnitude1 ]],[[ +Kaltenhalt +Ridged Buckler +League: Rise of the Abyssal +Implicits: 1 +Grants Skill: Parry +UniqueLocalIncreasedEvasionRatingPercent15 +MaximumColdResistUniqueShieldDex1 +UniqueColdResist15 +UniqueParryStunModifiersApplyToFreeze1 +UniqueParryConvertToCold1 +UniqueAttackerTakesColdDamage1 +]],[[ Nocturne Wooden Buckler League: Dawn of the Hunt @@ -219,7 +249,7 @@ Variant: Pre 0.1.1 Variant: Current Implicits: 1 Grants Skill: Raise Shield -{variant:1}UniqueLocalBlockChance5 +{variant:1}UniqueLocalBlockChance8 UniqueLocalIncreasedArmourAndEvasion2 {variant:2}UniqueIncreasedLife43 {variant:2}UniqueIncreasedMana36 @@ -245,9 +275,12 @@ UniqueNoMovementPenaltyRaisedShield1 ]],[[ Merit of Service Pelage Targe +Variant: Pre 0.3.0 +Variant: Current Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance4 +{variant:1}UniqueLocalBlockChance4[30,50] +{variant:2}UniqueLocalBlockChance4 UniqueLocalIncreasedArmourAndEvasion11 UniqueStunThreshold7 UniqueBlockChanceToAllies1 @@ -257,13 +290,15 @@ UniqueBlockChanceToAllies1 Alkem Eira Blazon Crest Shield Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance1 +{variant:1,2}UniqueLocalBlockChance1[30,40] +{variant:3}UniqueLocalBlockChance1 UniqueLocalIncreasedArmourAndEnergyShield2 {variant:1}UniqueIncreasedMana4[15,30] -{variant:2}UniqueIncreasedMana4 +{variant:2,3}UniqueIncreasedMana4 UniqueDamageBlockedRecoupedAsMana1 ]],[[ Crest of Ardura @@ -289,15 +324,17 @@ UniqueLocalIncreasedArmourAndEnergyShield16 ]],[[ Oaksworn Variant: Pre 0.2.0 +Variant: Pre 0.3.0 Variant: Current Sigil Crest Shield Implicits: 1 Grants Skill: Raise Shield -UniqueLocalBlockChance5 +{variant:1,2}UniqueLocalBlockChance5[40,60] +{variant:3}UniqueLocalBlockChance5 UniqueLocalIncreasedArmourAndEnergyShield10 {variant:1}UniqueIncreasedSpirit2 UniqueChaosResist1 -{variant:2}UniqueLifeRegenerationRate1 +{variant:2,3}UniqueLifeRegenerationRate1 ]],[[ Prism Guardian Sectarian Crest Shield diff --git a/src/Export/Uniques/spear.lua b/src/Export/Uniques/spear.lua index e96808a4c2..9c37419af7 100644 --- a/src/Export/Uniques/spear.lua +++ b/src/Export/Uniques/spear.lua @@ -77,11 +77,14 @@ UniqueLifeLeechChaosDamage1 ]],[[ Tangletongue Forked Spear +Variant: Pre 0.3.0 +Variant: Current League: Dawn of the Hunt Implicits: 1 Grants Skill: Spear Throw UniqueLocalAddedPhysicalDamage21 -UniqueLocalCriticalStrikeChance8 +{variant:1}UniqueLocalCriticalStrikeChance8[1000,2000] +{variant:2}UniqueLocalCriticalStrikeChance8 UniqueIntelligence34 UniqueRollCriticalChanceTwice1 UniqueLifeCost2 diff --git a/src/Export/Uniques/staff.lua b/src/Export/Uniques/staff.lua index becdea5a5e..70c33309b0 100644 --- a/src/Export/Uniques/staff.lua +++ b/src/Export/Uniques/staff.lua @@ -107,12 +107,14 @@ UniqueHalvedSpiritReservation1 Nazir's Judgement Steelpoint Quarterstaff Variant: Pre 0.1.1 +Variant: Pre 0.3.0 Variant: Current {variant:1}UniqueLocalIncreasedPhysicalDamagePercent4 -{variant:2}UniqueLocalAddedPhysicalDamage13 +{variant:2,3}UniqueLocalAddedPhysicalDamage13 UniqueIncreasedAccuracy2 UniqueStunDuration1 UniqueLocalDazeBuildup1 +{variant:3}UniqueMeleeDamageAgainstStunnedEnemies1 ]],[[ Pillar of the Caged God Variant: Pre 0.2.0 @@ -137,5 +139,43 @@ Variant: Current UniqueFireResist13 UniqueIgniteChanceIncrease1 UniqueLightRadius7 +]],[[ +The Unborn Lich +Ravenous Staff +League: Rise of the Abyssal +Has Alt Variant: true +Has Alt Variant Two: true +Has Alt Variant Three: true +Selected Variant: 7 +Selected Alt Variant: 8 +Selected Alt Variant Two: 9 +Selected Alt Variant Three: 10 +Variant: His Dark Horizon +Variant: His Foul Emergence +Variant: His Grave Command +Variant: His Scattering Calamity +Variant: His Vile Intrusion +Variant: His Winnowing Flame +Variant: Elemental Damage and Ailment Duration +Variant: Spirit and Spirit Reservation Efficiency +Variant: Chaos Damage and Curse +Variant: Spell Physical Damage and Bleed Chance +Variant: Chaos Damage and Explode +Variant: Unholy Might +Implicits: 1 +Grants Skill: Level (1-20) Feast of Flesh +UniqueDesecratedModEffect1 +{variant:1}Grants Skill: Level (1-20) His Dark Horizon +{variant:2}Grants Skill: Level (1-20) His Foul Emergence +{variant:3}Grants Skill: Level (1-20) His Grave Command +{variant:4}Grants Skill: Level (1-20) His Scattering Calamity +{variant:5}Grants Skill: Level (1-20) His Vile Intrusion +{variant:6}Grants Skill: Level (1-20) His Winnowing Flame +{variant:7}UniqueKulemakElementalDamageEleAilmentDuration_1 +{variant:8}UniqueKulemakSpiritAndSpiritReservationEfficiency_1 +{variant:9}UniqueKulemakChaosDamageCurseLowersChaosRes_1 +{variant:10}UniqueKulemakSpellPhysicalDamageBleedChance_1 +{variant:11}UniqueKulemakChaosDamageAndExplosion_1 +{variant:12}UniqueKulemakUnholyMightAndMagnitude_1 ]], } diff --git a/src/Export/Uniques/wand.lua b/src/Export/Uniques/wand.lua index 677dbe01d1..43e956fc3d 100644 --- a/src/Export/Uniques/wand.lua +++ b/src/Export/Uniques/wand.lua @@ -18,9 +18,7 @@ UniqueMaximumPowerChargesWand_1 Cursecarver Acrid Wand League: Dawn of the Hunt -Variant: Flammability -Variant: Hypothermia -Variant: Conductivity +Variant: Elemental Weakness Variant: Vulnerability Variant: Despair Variant: Enfeeble @@ -31,13 +29,11 @@ UniqueSpellDamageOnWeapon8 UniqueIncreasedCastSpeed15 UniqueManaRegeneration30 UniqueLifeGainedFromEnemyDeath10 -{variant:1}UniqueFlammabilityGemLevel1 -{variant:2}UniqueHypothermiaGemLevel1 -{variant:3}UniqueConductivityGemLevel1 -{variant:4}UniqueVulnerabilityGemLevel1 -{variant:5}UniqueDespairGemLevel1 -{variant:6}UniqueEnfeebleGemLevel1 -{variant:7}UniqueTemporalChainsGemLevel1 +{variant:1}UniqueElementalWeaknessGemLevel1 +{variant:2}UniqueVulnerabilityGemLevel1 +{variant:3}UniqueDespairGemLevel1 +{variant:4}UniqueEnfeebleGemLevel1 +{variant:5}UniqueTemporalChainsGemLevel1 ]],[[ Enezun's Charge Volatile Wand diff --git a/src/Export/spec.lua b/src/Export/spec.lua index 40c793c8f5..941d2c801e 100644 --- a/src/Export/spec.lua +++ b/src/Export/spec.lua @@ -1,6 +1,50 @@ return { abyssbosslifescalingperlevel={ }, + abyssmonstermodreplacement={ + [1]={ + list=false, + name="", + refTo="Mods", + type="Key", + width=260 + }, + [2]={ + list=true, + name="", + refTo="Mods", + type="Key", + width=300 + }, + [3]={ + list=false, + name="", + refTo="", + type="Bool", + width=150 + }, + [4]={ + list=false, + name="", + refTo="", + type="Bool", + width=150 + }, + [5]={ + list=true, + name="", + refTo="", + type="Int", + width=150 + }, + [6]={ + list=true, + name="", + refTo="Mods", + type="Key", + width=556 + } + }, abyssobjects={ }, abyssregions={ @@ -158,7 +202,7 @@ return { list=false, name="", refTo="", - type="Bool", + type="Int", width=80 }, [4]={ @@ -444,53 +488,53 @@ return { width=150 }, [33]={ - list=false, - name="MinionType", - refTo="MinionType", - type="Key", - width=150 - }, - [34]={ list=false, name="SecondaryAudio", refTo="CharacterAudioEvents", type="Key", width=150 }, - [35]={ + [34]={ list=false, name="", refTo="", type="Bool", width=150 }, - [36]={ + [35]={ list=false, name="ShortDescription", refTo="", type="String", width=540 }, - [37]={ + [36]={ list=false, name="StatDescriptionType", refTo="", type="Int", width=150 }, - [38]={ + [37]={ list=false, name="StatDescription", refTo="", type="String", width=610 }, - [39]={ + [38]={ list=false, name="WeaponRestrictions", refTo="ActiveSkillWeaponRequirement", type="Key", width=150 + }, + [39]={ + list=false, + name="", + refTo="", + type="Int", + width=100 } }, activeskilltype={ @@ -1498,7 +1542,7 @@ return { width=50 }, [3]={ - list=true, + list=false, name="Class", refTo="Characters", type="Key", @@ -1580,6 +1624,64 @@ return { refTo="", type="Bool", width=150 + }, + [15]={ + list=false, + name="Replace", + refTo="Ascendancy", + type="ShortKey", + width=70 + }, + [16]={ + list=false, + name="UIArt", + refTo="PassiveSkillTreeUIArt", + type="Key", + width=160 + }, + [17]={ + list=false, + name="SelectSound", + refTo="SoundEffects", + type="Key", + width=120 + }, + [18]={ + list=false, + name="ConfirmDownSound", + refTo="SoundEffects", + type="Key", + width=170 + }, + [19]={ + list=false, + name="ConfirmUpSound", + refTo="SoundEffects", + type="Key", + width=170 + } + }, + ascendancypassiveskilloverrides={ + [1]={ + list=false, + name="Id", + refTo="Ascendancy", + type="Key", + width=150 + }, + [2]={ + list=false, + name="OriginalNode", + refTo="PassiveSkills", + type="Key", + width=210 + }, + [3]={ + list=false, + name="SwitchedNode", + refTo="PassiveSkills", + type="Key", + width=240 } }, atlasawakeningstats={ @@ -1674,6 +1776,38 @@ return { }, atlasupgradesinventorylayout={ }, + attackskilldamagescalingtype={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=150 + } + }, + attackskilldamagescalingvalues={ + [1]={ + list=false, + name="Id", + refTo="AttackSkillDamageScalingType", + type="Key", + width=90 + }, + [2]={ + list=false, + name="Level", + refTo="", + type="Int", + width=70 + }, + [3]={ + list=false, + name="Multiplier", + refTo="", + type="Float", + width=150 + } + }, attributerequirements={ [1]={ list=false, @@ -2044,132 +2178,125 @@ return { width=80 }, [14]={ - list=false, - name="Hidden", - refTo="", - type="Int", - width=50 - }, - [15]={ list=false, name="ItemVisualIdentityKey", refTo="ItemVisualIdentity", type="Key", width=150 }, - [16]={ + [15]={ list=false, name="HASH32", refTo="", type="UInt", width=100 }, - [17]={ + [16]={ list=true, name="VendorRecipeAchievement", refTo="AchievementItems", type="Key", width=180 }, - [18]={ + [17]={ list=false, name="Inflection", refTo="", type="String", width=80 }, - [19]={ + [18]={ list=false, name="EquipAchievement", refTo="AchievementItems", type="Key", width=150 }, - [20]={ + [19]={ list=false, name="IsCorrupted", refTo="", type="Bool", width=90 }, - [21]={ + [20]={ list=true, name="IdentifyAchievement", refTo="AchievementItems", type="Key", width=150 }, - [22]={ + [21]={ list=true, name="IdentifyMagicAchievement", refTo="AchievementItems", type="Key", width=150 }, - [23]={ + [22]={ list=false, name="FragmentBaseItemTypesKey", refTo="BaseItemTypes", type="ShortKey", width=150 }, - [24]={ + [23]={ list=false, name="", refTo="", type="Bool", width=50 }, - [25]={ + [24]={ list=false, name="", refTo="", type="Key", width=100 }, - [26]={ + [25]={ list=false, name="", refTo="", type="Key", width=100 }, - [27]={ + [26]={ list=false, name="", refTo="", type="Bool", width=150 }, - [28]={ + [27]={ list=false, name="TradeMarketCategory", refTo="TradeMarketCategory", type="Key", width=150 }, - [29]={ + [28]={ list=false, name="", refTo="", type="Bool", width=50 }, - [30]={ + [29]={ list=true, name="Achievement", refTo="AchievementItems", type="Key", width=280 }, - [31]={ + [30]={ list=false, name="", refTo="", type="Key", width=150 }, - [32]={ + [31]={ list=false, name="", refTo="", @@ -2768,6 +2895,20 @@ return { refTo="", type="Key", width=50 + }, + [53]={ + list=false, + name="", + refTo="", + type="Bool", + width=80 + }, + [54]={ + list=false, + name="", + refTo="", + type="Bool", + width=80 } }, buffgroups={ @@ -3098,35 +3239,56 @@ return { name="", refTo="", type="Float", - width=150 + width=50 }, [13]={ list=false, name="", refTo="", type="Int", - width=150 + width=50 }, [14]={ list=false, name="", refTo="", type="Float", - width=150 + width=50 }, [15]={ list=false, name="", refTo="", type="Bool", - width=150 + width=50 }, [16]={ list=false, name="", refTo="", type="Float", + width=50 + }, + [17]={ + list=false, + name="", + refTo="", + type="Bool", + width=50 + }, + [18]={ + list=false, + name="", + refTo="", + type="String", width=150 + }, + [19]={ + list=false, + name="", + refTo="", + type="Bool", + width=50 } }, buffvisuals={ @@ -3304,6 +3466,13 @@ return { refTo="", type="Key", width=150 + }, + [26]={ + list=false, + name="", + refTo="", + type="Bool", + width=50 } }, buffvisualsartvariations={ @@ -4001,6 +4170,20 @@ return { refTo="", type="String", width=150 + }, + [72]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + }, + [73]={ + list=false, + name="", + refTo="ItemVisualIdentity", + type="Key", + width=150 } }, characterstartitems={ @@ -5060,189 +5243,259 @@ return { name="LuckySuppressFlag", refTo="Stats", type="Key", - width=100 + width=250 }, [13]={ + list=false, + name="", + refTo="", + type="Bool", + width=50 + }, + [14]={ list=false, name="SuppressEffect", refTo="Stats", type="Key", - width=180 + width=260 }, - [14]={ + [15]={ list=false, name="StunThreshold", refTo="Stats", type="Key", - width=100 + width=240 }, - [15]={ + [16]={ list=false, name="IncStunDuration", refTo="Stats", type="Key", - width=100 + width=260 }, - [16]={ + [17]={ list=false, name="MoreStunDuration", refTo="Stats", type="Key", - width=100 + width=250 }, - [17]={ + [18]={ list=false, name="CannotBlockFlag", refTo="Stats", - type="Key", - width=100 + type="String", + width=290 }, - [18]={ + [19]={ list=false, name="SkillCannotBeBlocked", refTo="Stats", type="Key", - width=120 + width=280 }, - [19]={ + [20]={ + list=false, + name="", + refTo="", + type="Int", + width=50 + }, + [21]={ + list=false, + name="IsAttack", + refTo="", + type="Bool", + width=100 + }, + [22]={ list=false, name="IncBlock", refTo="Stats", type="Key", - width=100 + width=280 }, - [20]={ + [23]={ list=false, name="IncProjectileBlock", - refTo="Stats", - type="Key", - width=100 + refTo="DamageCalculationTypes", + type="ShortKey", + width=260 }, - [21]={ + [24]={ + list=false, + name="IsAttack", + refTo="", + type="Bool", + width=80 + }, + [25]={ list=false, name="BlockLuckyFlag", refTo="Stats", type="Key", - width=100 + width=150 }, - [22]={ + [26]={ list=false, name="IncEnemyReducedBlock", refTo="Stats", type="Key", - width=100 + width=170 }, - [23]={ + [27]={ list=false, name="DeflectChance", refTo="Stats", type="Key", width=100 }, - [24]={ + [28]={ list=false, name="DeflectPercent", refTo="Stats", type="Key", width=100 }, - [25]={ + [29]={ list=false, name="DeflectLuckyFlag", refTo="Stats", type="Key", width=100 }, - [26]={ + [30]={ list=false, name="GlobalKnockbackFlag", refTo="Stats", type="Key", width=120 }, - [27]={ + [31]={ list=false, name="KnockbackOnCritlFlag", refTo="Stats", type="Key", width=150 }, - [28]={ + [32]={ list=false, name="OffhandKnocbackChance", refTo="Stats", type="Key", width=160 }, - [29]={ + [33]={ list=false, name="", - refTo="", - type="String", + refTo="Stats", + type="Key", width=150 }, - [30]={ + [34]={ list=false, name="VirtualStatFlag", - refTo="VirtualStatContextFlags", + refTo="Stats", type="Key", - width=200 + width=100 }, - [31]={ + [35]={ list=false, name="", - refTo="", - type="Int", - width=80 - }, - [32]={ - list=false, - name="IsAttack", - refTo="", - type="Bool", - width=80 + refTo="Stats", + type="Key", + width=100 }, - [33]={ + [36]={ list=false, name="StunMultiplier", refTo="Stats", type="Key", width=150 }, - [34]={ + [37]={ list=false, name="OffHandStunMultiplier", refTo="Stats", type="Key", width=150 }, - [35]={ + [38]={ list=false, name="FakeHitType", - refTo="DamageCalculationTypes", - type="ShortKey", + refTo="Stats", + type="Key", width=320 }, - [36]={ + [39]={ + list=false, + name="EffectiveDoubleCritChance", + refTo="Stats", + type="Key", + width=150 + }, + [40]={ + list=false, + name="", + refTo="Stats", + type="Key", + width=370 + }, + [41]={ list=false, - name="IsFakeHit", + name="", refTo="", type="Bool", width=150 }, - [37]={ + [42]={ list=false, - name="EffectiveDoubleCritChance", + name="", refTo="Stats", type="Key", width=150 }, - [38]={ + [43]={ list=false, name="", refTo="Stats", type="Key", - width=370 + width=150 + }, + [44]={ + list=false, + name="", + refTo="stats", + type="Key", + width=150 + }, + [45]={ + list=false, + name="", + refTo="Stats", + type="Key", + width=150 + }, + [46]={ + list=false, + name="", + refTo="Stats", + type="Key", + width=150 + }, + [47]={ + list=false, + name="", + refTo="Stats", + type="Key", + width=150 + }, + [48]={ + list=false, + name="", + refTo="Stats", + type="Key", + width=150 } }, damageeffectvariations={ @@ -5445,6 +5698,20 @@ return { refTo="", type="Int", width=150 + }, + [19]={ + list=false, + name="", + refTo="", + type="Int", + width=150 + }, + [20]={ + list=false, + name="", + refTo="", + type="Int", + width=150 } }, deliriumstashtablayout={ @@ -6081,6 +6348,27 @@ return { refTo="", type="String", width=150 + }, + [19]={ + list=true, + name="StatsRare", + refTo="Stats", + type="Key", + width=100 + }, + [20]={ + list=true, + name="Stats", + refTo="Stats", + type="Key", + width=500 + }, + [21]={ + list=false, + name="", + refTo="", + type="Int", + width=50 } }, endgamemapcontentset={ @@ -6184,118 +6472,183 @@ return { width=190 }, [3]={ - list=false, - name="NonBossVersion", - refTo="WorldAreas", - type="Key", - width=220 - }, - [4]={ list=true, name="", refTo="", type="Int", width=160 }, - [5]={ + [4]={ list=true, name="NativePacks", refTo="MonsterPacks", type="Key", width=230 }, - [6]={ + [5]={ list=false, name="FlavourText", refTo="", type="String", width=450 }, - [7]={ + [6]={ list=false, name="MinWatchstoneTier", refTo="", type="Int", width=120 }, - [8]={ + [7]={ list=true, name="", refTo="", type="Int", width=80 }, - [9]={ + [8]={ list=false, name="DefaultMapPin", refTo="EndGameMapPins", type="Key", width=150 }, - [10]={ + [9]={ list=false, name="", refTo="", type="Key", width=340 }, - [11]={ + [10]={ list=false, name="ContentSetKey", refTo="EndGameMapContentSet", type="Key", width=150 }, - [12]={ + [11]={ list=false, name="CorruptedMapPin", refTo="EndGameMapPins", type="Key", width=150 }, - [13]={ + [12]={ list=false, name="", refTo="", type="Int", width=80 }, - [14]={ + [13]={ list=false, name="", refTo="", type="Int", width=150 }, - [15]={ + [14]={ list=false, name="CompletedMapPin", refTo="EndGameMapPins", type="Key", width=150 }, - [16]={ + [15]={ list=false, name="", refTo="", type="Key", width=150 }, - [17]={ + [16]={ list=true, name="", refTo="", type="Key", width=150 - } - }, - endlessledgechests={ - }, - environmentfootprints={ - }, - environments={ - }, - environmenttransitions={ + }, + [17]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [18]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [19]={ + list=false, + name="", + refTo="", + type="String", + width=150 + } + }, + endlessledgechests={ + }, + environmentfootprints={ + }, + environments={ + }, + environmenttransitions={ + }, + essencemods={ + [1]={ + list=false, + name="Essence", + refTo="Essences", + type="Key", + width=390 + }, + [2]={ + list=false, + name="TargetItemCategory", + refTo="EssenceTargetItemCategories", + type="Key", + width=150 + }, + [3]={ + list=false, + name="Mod1", + refTo="Mods", + type="Key", + width=150 + }, + [4]={ + list=false, + name="Mod2", + refTo="Mods", + type="Key", + width=150 + }, + [5]={ + list=false, + name="", + refTo="", + type="String", + width=270 + }, + [6]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + }, + [7]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + } }, essences={ [1]={ @@ -6313,99 +6666,87 @@ return { width=100 }, [3]={ - list=false, - name="", + list=true, + name="DropLevel", refTo="", type="Int", - width=50 + width=80 }, [4]={ - list=false, - name="", - refTo="", - type="Int", - width=50 - }, - [5]={ list=true, name="MonsterMod1", refTo="Mods", type="Key", width=250 }, - [6]={ - list=false, - name="", - refTo="", + [5]={ + list=true, + name="Weighting", + refTo="Mods", type="Int", width=70 }, - [7]={ + [6]={ list=false, name="MonsterMod2", refTo="Mods", type="Key", - width=260 + width=250 }, - [8]={ + [7]={ list=false, - name="", + name="IsPerfect", refTo="", type="Bool", - width=80 - }, - [9]={ - list=false, - name="ModTag", - refTo="Tags", - type="Key", - width=70 + width=150 }, - [10]={ + [8]={ list=false, name="GreaterVariant", refTo="Essences", type="ShortKey", width=250 }, - [11]={ + [9]={ list=false, name="EssenceTier", refTo="", type="Int", width=80 }, - [12]={ + [10]={ list=false, name="MapMod", refTo="Stats", type="Key", - width=250 - }, - [13]={ + width=150 + } + }, + essencestashtablayout={ + }, + essencetargetitemcategories={ + [1]={ list=false, - name="CraftedMod", - refTo="Mods", - type="Key", + name="Id", + refTo="", + type="String", width=150 }, - [14]={ + [2]={ list=true, name="ItemClasses", refTo="ItemClasses", type="Key", width=150 }, - [15]={ + [3]={ list=false, - name="", + name="Text", refTo="", - type="Int", - width=40 + type="String", + width=150 } }, - essencestashtablayout={ - }, essencetype={ [1]={ list=false, @@ -6589,6 +6930,36 @@ return { }, flasktype={ }, + flatphysicaldamagevalues={ + [1]={ + list=false, + name="Id", + refTo="AttackSkillDamageScalingType", + type="Key", + width=80 + }, + [2]={ + list=false, + name="Level", + refTo="", + type="Int", + width=80 + }, + [3]={ + list=false, + name="MinPhys", + refTo="", + type="Int", + width=80 + }, + [4]={ + list=false, + name="MaxPhys", + refTo="", + type="Int", + width=80 + } + }, flavourtext={ [1]={ list=false, @@ -7047,7 +7418,7 @@ return { }, [6]={ list=true, - name="", + name="StatSetIndex", refTo="", type="Int", width=150 @@ -7279,6 +7650,34 @@ return { refTo="ActiveSkillWeaponRequirement", type="Key", width=290 + }, + [33]={ + list=false, + name="HitAudio", + refTo="", + type="String", + width=360 + }, + [34]={ + list=false, + name="MinionType", + refTo="MinionType", + type="Key", + width=150 + }, + [35]={ + list=false, + name="", + refTo="", + type="Float", + width=150 + }, + [36]={ + list=false, + name="", + refTo="", + type="Float", + width=150 } }, grantedeffectsperlevel={ @@ -8027,200 +8426,186 @@ return { width=150 }, [3]={ - list=false, - name="TradeMarketCategory", - refTo="TradeMarketCategory", - type="Key", - width=120 - }, - [4]={ list=false, name="ItemClassCategory", refTo="ItemClassCategories", type="Key", width=150 }, - [5]={ + [4]={ list=false, name="RemovedIfLeavesArea", refTo="", type="Bool", width=150 }, - [6]={ + [5]={ list=true, name="", refTo="", type="Key", width=20 }, - [7]={ + [6]={ list=true, name="Achievements", refTo="AchievementItems", type="Key", width=150 }, - [8]={ + [7]={ list=false, name="AllocateToMapOwner", refTo="", type="Bool", width=130 }, - [9]={ + [8]={ list=false, name="AlwaysAllocate", refTo="", type="Bool", width=120 }, - [10]={ + [9]={ list=false, name="CanHaveVeiledMods", refTo="", type="Bool", width=130 }, - [11]={ + [10]={ list=false, name="PickedUpQuest", refTo="QuestFlags", type="Key", width=110 }, - [12]={ + [11]={ list=false, name="", refTo="", type="Int", width=150 }, - [13]={ + [12]={ list=false, name="AlwaysShow", refTo="", type="Bool", width=100 }, - [14]={ + [13]={ list=false, name="CanBeCorrupted", refTo="", type="Bool", width=100 }, - [15]={ + [14]={ list=false, name="CanHaveIncubators", refTo="", type="Bool", width=120 }, - [16]={ + [15]={ list=false, name="CanHaveInfluence", refTo="", type="Bool", width=120 }, - [17]={ + [16]={ list=false, name="CanBeDoubleCorrupted", refTo="", type="Bool", width=130 }, - [18]={ + [17]={ list=false, name="CanHaveAspects", refTo="", type="Bool", width=110 }, - [19]={ + [18]={ list=false, name="CanTransferSkin", refTo="", type="Bool", width=110 }, - [20]={ + [19]={ list=false, name="ItemStance", refTo="ItemStances", type="Key", width=90 }, - [21]={ + [20]={ list=false, name="CanScourge", refTo="", type="Bool", width=80 }, - [22]={ + [21]={ list=false, name="CanUpgradeRarity", refTo="", type="Bool", width=110 }, - [23]={ + [22]={ list=false, name="", refTo="", type="Bool", width=80 }, - [24]={ - list=true, - name="MaxInventoryDimensions", - refTo="", - type="Int", - width=150 - }, - [25]={ + [23]={ list=true, name="Flags", refTo="", type="Int", - width=80 + width=100 }, - [26]={ + [24]={ list=false, name="Unmodifiable", refTo="", type="Bool", width=100 }, - [27]={ + [25]={ list=false, name="CanBeFractured", refTo="", type="Bool", width=100 }, - [28]={ + [26]={ list=false, name="EquipAchievements", refTo="AchievementItems", type="Key", width=120 }, - [29]={ + [27]={ list=false, name="UsedInMapDevice", refTo="", type="Bool", - width=150 + width=100 }, - [30]={ + [28]={ list=false, - name="X", + name="", refTo="", type="Bool", - width=70 + width=100 } }, itemclassflags={ @@ -9036,6 +9421,27 @@ return { refTo="", type="Key", width=150 + }, + [86]={ + list=false, + name="SoundEffect", + refTo="SoundEffects", + type="Key", + width=300 + }, + [87]={ + list=false, + name="Animation", + refTo="MiscAnimated", + type="Key", + width=150 + }, + [88]={ + list=false, + name="", + refTo="", + type="String", + width=150 } }, itemvisualreplacement={ @@ -9072,6 +9478,13 @@ return { refTo="", type="String", width=330 + }, + [5]={ + list=false, + name="", + refTo="", + type="String", + width=300 } }, killstreakthresholds={ @@ -9133,6 +9546,27 @@ return { leagueinfopanelversions={ }, leaguenames={ + [1]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="String", + width=150 + }, + [3]={ + list=false, + name="", + refTo="", + type="String", + width=150 + } }, leagueprogressquestflags={ }, @@ -9589,6 +10023,13 @@ return { refTo="", type="Key", width=100 + }, + [21]={ + list=false, + name="", + refTo="", + type="Bool", + width=70 } }, miniqueststates={ @@ -10666,7 +11107,14 @@ return { name="", refTo="", type="Bool", - width=150 + width=50 + }, + [65]={ + list=false, + name="", + refTo="", + type="Int", + width=40 } }, modsellpricetypes={ @@ -10692,12 +11140,19 @@ return { }, [2]={ list=true, - name="ModSellPriceTypesKeys", - refTo="ModSellPriceTypes", + name="Stats", + refTo="Stats", type="Key", - width=190 + width=510 }, [3]={ + list=true, + name="", + refTo="", + type="Int", + width=320 + }, + [4]={ list=false, name="", refTo="", @@ -10871,7 +11326,7 @@ return { list=false, name="HASH32", refTo="", - type="Int", + type="UInt", width=150 } }, @@ -11813,73 +12268,66 @@ return { }, [2]={ list=false, - name="OTFile", - refTo="", - type="String", - width=550 - }, - [3]={ - list=false, - name="Accuracy", + name="", refTo="", type="Int", - width=70 + width=80 }, - [4]={ + [3]={ list=false, name="IsPlayerMinion", refTo="", type="Bool", - width=80 + width=180 }, - [5]={ + [4]={ list=false, name="Armour", refTo="", type="Int", width=60 }, - [6]={ + [5]={ list=false, name="Evasion", refTo="", type="Int", width=60 }, - [7]={ + [6]={ list=false, name="EnergyShield", refTo="", type="Int", width=70 }, - [8]={ + [7]={ list=false, name="DamageSpread", refTo="", type="Int", width=100 }, - [9]={ + [8]={ list=true, name="Resistances", refTo="MonsterResistances", type="Key", - width=250 + width=280 }, - [10]={ + [9]={ list=false, name="BaseDamageIgnoresAttackSpeed", refTo="", type="Bool", - width=180 + width=200 }, - [11]={ + [10]={ list=false, name="", refTo="", type="Int", - width=80 + width=70 } }, monstervarieties={ @@ -12396,10 +12844,10 @@ return { }, [74]={ list=false, - name="", + name="NotSummoned", refTo="", type="Bool", - width=50 + width=90 }, [75]={ list=false, @@ -12708,6 +13156,20 @@ return { refTo="MonsterCategories", type="Key", width=150 + }, + [119]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + }, + [120]={ + list=false, + name="", + refTo="", + type="Int", + width=150 } }, monstervarietiesartvariations={ @@ -13292,6 +13754,92 @@ return { width=100 } }, + passivejewelradiiart={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="Cirlce1", + refTo="", + type="String", + width=150 + }, + [3]={ + list=false, + name="Cirlce2", + refTo="", + type="String", + width=110 + }, + [4]={ + list=false, + name="Glow", + refTo="", + type="String", + width=200 + }, + [5]={ + list=false, + name="", + refTo="", + type="Key", + width=260 + }, + [6]={ + list=false, + name="Inverse", + refTo="", + type="String", + width=460 + }, + [7]={ + list=false, + name="", + refTo="", + type="Int", + width=50 + }, + [8]={ + list=false, + name="", + refTo="", + type="Int", + width=50 + }, + [9]={ + list=false, + name="Inverse2", + refTo="", + type="String", + width=510 + }, + [10]={ + list=false, + name="Inverse2Offset?", + refTo="", + type="Int", + width=150 + }, + [11]={ + list=false, + name="", + refTo="", + type="Int", + width=50 + }, + [12]={ + list=false, + name="", + refTo="", + type="Bool", + width=50 + } + }, passivejewelslots={ [1]={ list=false, @@ -13345,7 +13893,7 @@ return { [8]={ list=false, name="UIArtOverride", - refTo="PassiveNodeUIArtOverride", + refTo="", type="Key", width=200 } @@ -13353,24 +13901,24 @@ return { passivejeweluniqueart={ [1]={ list=false, - name="", + name="Id", refTo="", type="Int", - width=150 + width=50 }, [2]={ list=false, - name="", - refTo="", + name="WordsKey", + refTo="Words", type="Key", - width=150 + width=100 }, [3]={ list=false, name="", refTo="", type="Key", - width=150 + width=20 }, [4]={ list=false, @@ -13384,95 +13932,23 @@ return { name="", refTo="", type="Key", - width=150 - } - }, - passivenodetypes={ - [1]={ + width=20 + }, + [6]={ list=false, - name="Id", + name="KeystoneArt", refTo="", type="String", - width=150 + width=400 } }, - passivenodeuiartoverride={ + passivenodetypes={ [1]={ list=false, name="Id", refTo="", type="String", - width=200 - }, - [2]={ - list=false, - name="SocketNormal", - refTo="", - type="String", - width=420 - }, - [3]={ - list=false, - name="SocketCanAllocate", - refTo="", - type="String", - width=450 - }, - [4]={ - list=false, - name="SocketActive", - refTo="", - type="String", - width=420 - }, - [5]={ - list=false, - name="SocketNormal1", - refTo="", - type="String", - width=150 - }, - [6]={ - list=false, - name="SocketCanAllocate1", - refTo="", - type="String", - width=150 - }, - [7]={ - list=false, - name="SocketActive1", - refTo="", - type="String", - width=150 - }, - [8]={ - list=false, - name="SocketNormal2", - refTo="", - type="String", - width=150 - }, - [9]={ - list=false, - name="SocketCanAllocate2", - refTo="", - type="String", - width=150 - }, - [10]={ - list=false, - name="SocketActive2", - refTo="", - type="String", width=150 - }, - [11]={ - list=false, - name="SocketMask", - refTo="", - type="String", - width=510 } }, passiveoverridelimits={ @@ -13613,46 +14089,32 @@ return { width=150 }, [3]={ - list=false, - name="IconInactive", - refTo="", - type="String", - width=150 - }, - [4]={ - list=false, - name="IconActive", - refTo="", - type="String", - width=150 - }, - [5]={ - list=false, - name="Background", - refTo="", - type="String", - width=150 - }, - [6]={ list=false, name="", refTo="", type="Bool", width=50 }, - [7]={ + [4]={ list=false, name="SoundEffect", refTo="SoundEffects", type="Key", width=150 }, - [8]={ + [5]={ list=false, name="MasteryCount", refTo="Stats", type="Key", width=150 + }, + [6]={ + list=false, + name="MasteryArt", + refTo="PassiveSkillTreeMasteryArt", + type="Key", + width=150 } }, passiveskilloverrides={ @@ -13791,7 +14253,7 @@ return { name="Stats", refTo="Stats", type="Key", - width=640 + width=780 }, [4]={ list=false, @@ -14136,6 +14598,13 @@ return { refTo="", type="Bool", width=150 + }, + [53]={ + list=true, + name="", + refTo="PassiveSkills", + type="ShortKey", + width=200 } }, passiveskillstatcategories={ @@ -14223,6 +14692,133 @@ return { width=150 } }, + passiveskilltreeconnectionart={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="", + refTo="", + type="String", + width=591 + }, + [3]={ + list=false, + name="", + refTo="", + type="String", + width=633 + }, + [4]={ + list=false, + name="", + refTo="", + type="String", + width=591 + }, + [5]={ + list=false, + name="", + refTo="", + type="String", + width=591 + }, + [6]={ + list=false, + name="", + refTo="", + type="String", + width=493 + }, + [7]={ + list=false, + name="", + refTo="", + type="String", + width=381 + }, + [8]={ + list=false, + name="", + refTo="", + type="String", + width=381 + } + }, + passiveskilltreemasteryart={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=200 + }, + [2]={ + list=false, + name="Inactive", + refTo="", + type="String", + width=400 + }, + [3]={ + list=false, + name="Active", + refTo="", + type="String", + width=400 + }, + [4]={ + list=false, + name="Effect", + refTo="", + type="String", + width=400 + } + }, + passiveskilltreenodeframeart={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=230 + }, + [2]={ + list=false, + name="Normal", + refTo="", + type="String", + width=605 + }, + [3]={ + list=false, + name="CanAllocate", + refTo="", + type="String", + width=640 + }, + [4]={ + list=false, + name="Active", + refTo="", + type="String", + width=626 + }, + [5]={ + list=false, + name="Mask", + refTo="", + type="String", + width=570 + } + }, + passiveskilltreenoderrameart={ + }, passiveskilltrees={ [1]={ list=false, @@ -14356,6 +14952,20 @@ return { refTo="passiveskilltreeuiart", type="Key", width=150 + }, + [20]={ + list=false, + name="", + refTo="", + type="Key", + width=150 + }, + [21]={ + list=false, + name="", + refTo="", + type="Key", + width=150 } }, passiveskilltreetutorial={ @@ -14419,73 +15029,52 @@ return { }, [9]={ list=false, - name="PassiveFrameActive", - refTo="", - type="String", - width=550 + name="ConnectionsArt", + refTo="PassiveSkillTreeConnectionArt", + type="Key", + width=250 }, [10]={ list=false, - name="NotableFrameActive", - refTo="", - type="String", - width=550 + name="PassiveFrame", + refTo="PassiveSkillTreeNodeFrameArt", + type="Key", + width=210 }, [11]={ list=false, - name="KeystoneFrameActive", - refTo="", - type="String", - width=550 + name="NotableFrame", + refTo="PassiveSkillTreeNodeFrameArt", + type="Key", + width=190 }, [12]={ list=false, - name="PassiveFrameCanAllocate", - refTo="", - type="String", - width=550 + name="KeystoneFrame", + refTo="PassiveSkillTreeNodeFrameArt", + type="Key", + width=200 }, [13]={ list=false, - name="NotableFrameCanAllocate", - refTo="", - type="String", - width=550 + name="JewelFrame", + refTo="PassiveSkillTreeNodeFrameArt", + type="Key", + width=190 }, [14]={ list=false, - name="KeystoneFrameCanAllocate", + name="Glow", refTo="", type="String", - width=550 + width=290 }, [15]={ list=false, - name="Ornament", - refTo="", - type="String", - width=550 - }, - [16]={ - list=false, - name="GroupBackgroundSmallBlank", - refTo="", - type="String", - width=550 - }, - [17]={ - list=false, - name="GroupBackgroundMediumBlank", - refTo="", - type="String", - width=550 - }, - [18]={ - list=false, - name="GroupBackgroundLargeBlank", + name="", refTo="", - type="String", - width=550 + type="Key", + width=150 } }, passiveskilltypes={ @@ -14991,6 +15580,13 @@ return { refTo="", type="String", width=150 + }, + [43]={ + list=false, + name="", + refTo="", + type="Bool", + width=70 } }, projectilesartvariations={ @@ -15135,13 +15731,6 @@ return { refTo="QuestRewardType", type="Key", width=150 - }, - [14]={ - list=true, - name="CruelReward", - refTo="QuestRewardType", - type="Key", - width=150 } }, questachievements={ @@ -15193,7 +15782,7 @@ return { name="", refTo="", type="Int", - width=50 + width=160 }, [5]={ list=false, @@ -15242,14 +15831,14 @@ return { name="", refTo="", type="Key", - width=50 + width=100 }, [12]={ list=false, name="", refTo="", - type="Interval", - width=150 + type="Int", + width=70 } }, questrewards={ @@ -15265,147 +15854,140 @@ return { name="QuestPart", refTo="", type="Int", - width=150 + width=70 }, [3]={ - list=false, - name="ActDifficulty", - refTo="", - type="Int", - width=150 - }, - [4]={ list=true, name="", refTo="", type="Key", - width=50 + width=20 }, - [5]={ + [4]={ list=false, name="BaseItemType", refTo="BaseItemTypes", type="Key", width=460 }, - [6]={ + [5]={ list=false, name="RewardItemLevel", refTo="", type="Int", width=150 }, - [7]={ + [6]={ list=false, name="QuestType", refTo="QuestType", type="Key", width=150 }, - [8]={ + [7]={ list=false, name="", refTo="", type="Int", width=50 }, - [9]={ + [8]={ list=false, name="", refTo="", type="String", width=50 }, - [10]={ + [9]={ list=true, name="", refTo="", type="Key", width=50 }, - [11]={ + [10]={ list=false, name="", refTo="", type="Bool", width=50 }, - [12]={ + [11]={ list=false, name="", refTo="", type="Int", width=50 }, - [13]={ + [12]={ list=false, name="", refTo="", type="Bool", width=50 }, - [14]={ + [13]={ list=true, name="", refTo="", type="Int", width=50 }, - [15]={ + [14]={ list=false, name="", refTo="", type="String", width=50 }, - [16]={ + [15]={ list=true, name="", refTo="", type="Key", width=50 }, - [17]={ + [16]={ list=false, name="", refTo="", type="Int", width=50 }, - [18]={ + [17]={ list=false, name="", refTo="", type="Key", width=50 }, - [19]={ + [18]={ list=false, name="", refTo="", type="Int", width=50 }, - [20]={ + [19]={ list=true, name="", refTo="", type="Key", width=50 }, - [21]={ + [20]={ list=false, name="", refTo="", type="Int", width=50 }, - [22]={ + [21]={ list=false, name="", refTo="", type="Bool", - width=80 + width=70 } }, questrewardtype={ @@ -15414,7 +15996,7 @@ return { name="Id", refTo="", type="String", - width=150 + width=210 }, [2]={ list=false, @@ -15435,14 +16017,21 @@ return { name="Description", refTo="", type="String", - width=150 + width=300 }, [5]={ list=false, name="BaseItemType", refTo="BaseItemTypes", type="Key", - width=150 + width=380 + }, + [6]={ + list=false, + name="BaseItemType2", + refTo="BaseItemTypes", + type="Key", + width=290 } }, queststatecalculation={ @@ -15458,62 +16047,55 @@ return { width=250 }, [2]={ - list=false, - name="Acts", - refTo="", - type="Int", - width=50 - }, - [3]={ list=false, name="WeaponPassives", refTo="", type="Int", width=100 }, - [4]={ + [3]={ list=true, name="Stats", refTo="Stats", type="Key", width=400 }, - [5]={ + [4]={ list=true, name="StatValues", refTo="", type="Int", width=100 }, - [6]={ + [5]={ list=false, name="Quest", refTo="Quest", type="Key", width=150 }, - [7]={ + [6]={ list=false, name="AscendancyPointsRewarded", refTo="", type="Int", width=150 }, - [8]={ + [7]={ list=false, name="ClientString", refTo="clientstrings", type="Key", width=250 }, - [9]={ + [8]={ list=false, name="WeaponSetPointsRewarded", refTo="", type="Int", width=150 }, - [10]={ + [9]={ list=false, name="", refTo="", @@ -17125,10 +17707,10 @@ return { }, [15]={ list=false, - name="", + name="CannotGrantToMinion", refTo="", type="Bool", - width=50 + width=120 }, [16]={ list=false, @@ -17439,6 +18021,22 @@ return { }, supporterpacksets={ }, + supportgemfamily={ + [1]={ + list=false, + name="Id", + refTo="", + type="String", + width=150 + }, + [2]={ + list=false, + name="Name", + refTo="", + type="String", + width=150 + } + }, supportgems={ [1]={ list=false, @@ -17460,6 +18058,41 @@ return { refTo="", type="String", width=150 + }, + [4]={ + list=true, + name="Family", + refTo="SupportGemFamily", + type="Key", + width=150 + }, + [5]={ + list=false, + name="Lineage", + refTo="", + type="Bool", + width=150 + }, + [6]={ + list=false, + name="FlavourText", + refTo="FlavourText", + type="Key", + width=300 + }, + [7]={ + list=false, + name="", + refTo="", + type="Key", + width=20 + }, + [8]={ + list=false, + name="SocketVisual", + refTo="SupportGemSocketedVisualIdentity", + type="Key", + width=200 } }, surgecategory={ @@ -17797,121 +18430,6 @@ return { touchinteractiontype={ }, trademarketcategory={ - [1]={ - list=false, - name="Id", - refTo="", - type="String", - width=200 - }, - [2]={ - list=false, - name="Name", - refTo="", - type="String", - width=300 - }, - [3]={ - list=false, - name="StyleFlag", - refTo="", - type="Enum", - width=150 - }, - [4]={ - list=false, - name="Group", - refTo="TradeMarketCategoryGroups", - type="Key", - width=200 - }, - [5]={ - list=true, - name="", - refTo="", - type="Int", - width=150 - }, - [6]={ - list=false, - name="", - refTo="", - type="Bool", - width=70 - }, - [7]={ - list=false, - name="IsDisabled", - refTo="", - type="Bool", - width=150 - } - }, - trademarketcategorygroups={ - [1]={ - list=false, - name="Id", - refTo="", - type="String", - width=200 - }, - [2]={ - list=false, - name="Name", - refTo="", - type="String", - width=200 - } - }, - trademarketcategorylistallclass={ - [1]={ - list=false, - name="TradeCategory", - refTo="TradeMarketCategory", - type="Key", - width=200 - }, - [2]={ - list=false, - name="ItemClass", - refTo="ItemClasses", - type="Key", - width=200 - } - }, - trademarketcategorystyleflag={ - }, - trademarketimplicitmoddisplay={ - [1]={ - list=false, - name="", - refTo="", - type="Key", - width=150 - }, - [2]={ - list=false, - name="", - refTo="", - type="String", - width=200 - } - }, - trademarketindexitemas={ - [1]={ - list=false, - name="Item", - refTo="", - type="Key", - width=150 - }, - [2]={ - list=false, - name="IndexAs", - refTo="", - type="Key", - width=150 - } }, traptools={ [1]={ diff --git a/src/Export/statdesc.lua b/src/Export/statdesc.lua index 6dc0071ecc..5d31dccfe5 100644 --- a/src/Export/statdesc.lua +++ b/src/Export/statdesc.lua @@ -382,7 +382,7 @@ function describeStats(stats) end):gsub("%%%%","%%") local order = descriptor.order for line in (statDesc.."\\n"):gmatch("([^\\]+)\\n") do - table.insert(out, line) + table.insert(out, sanitiseText(line)) table.insert(orders, order) order = order + 0.1 end diff --git a/src/GameVersions.lua b/src/GameVersions.lua index d55cd2f6f1..7a964067d8 100644 --- a/src/GameVersions.lua +++ b/src/GameVersions.lua @@ -7,7 +7,7 @@ liveTargetVersion = "0_1" -- Skill tree versions ---Added for convenient indexing of skill tree versions. ---@type string[] -treeVersionList = { "0_1", "0_2" } +treeVersionList = { "0_1", "0_2", "0_3" } --- Always points to the latest skill tree version. latestTreeVersion = treeVersionList[#treeVersionList] ---Tree version where multiple skill trees per build were introduced to PoBC. @@ -23,4 +23,8 @@ treeVersions = { display = "0_2", num = 0.2, }, + ["0_3"] = { + display = "0_3", + num = 0.3, + }, } diff --git a/src/Launch.lua b/src/Launch.lua index 5194a8743f..674e1d85d9 100644 --- a/src/Launch.lua +++ b/src/Launch.lua @@ -268,6 +268,7 @@ function launch:DownloadPage(url, callback, params) easy:setopt_url(url) easy:setopt(curl.OPT_USERAGENT, "Path of Building/]]..self.versionNumber..[[") easy:setopt(curl.OPT_ACCEPT_ENCODING, "") + easy:setopt(curl.OPT_FOLLOWLOCATION, 1) if requestBody then easy:setopt(curl.OPT_POST, true) easy:setopt(curl.OPT_POSTFIELDS, requestBody) diff --git a/src/LaunchServer.lua b/src/LaunchServer.lua index e6aca20f5d..f5413c6fc5 100644 --- a/src/LaunchServer.lua +++ b/src/LaunchServer.lua @@ -2,11 +2,10 @@ local url = ... local socket = require("socket") local server = assert(socket.bind("*", 49082) or socket.bind("*", 49083) or socket.bind("*", 49084)) -server:settimeout(30) local host, port = server:getsockname() ConPrintf("Server started on %s:%s", host, port) -local redirect_uri= string.format( +local redirect_uri = string.format( "http://localhost:%d", port ) ConPrintf("Redirect URI: %s", redirect_uri) @@ -95,18 +94,35 @@ local commonResponseEnd = [[ ConPrintf("Opening URL: %s", url) OpenURL(url) -local code, state -local client = server:accept() -if client then - client:settimeout(10) +--- Handle an incoming socket connection, to complete an OAuth redirect. +--- @param client table @The socket connection to handle, as returned by `server:accept()`. +--- @param attempt number @The number of attempts made to handle an incoming connection. This is used for logging +--- purposes, since spurious issues can be difficult to identify otherwise. +--- @return boolean shouldRetry @Whether we should wait for another connection. If false, we've successfully responded +--- to a HTTP request. Note that, for the purposes of this function, we don't care whether authorization was *granted*, +--- just that the process itself was completed and the user was redirected as intended. +--- @return string? code @The OAuth authorization code. This is exchanged for an access token and refresh token later. +--- @return string? state @The OAuth state string. This is a sentinel value used to ensure that a request hasn't been +--- forged. +function handleConnection(client, attempt) + local shouldRetry, code, state = true, nil, nil + local request, err = client:receive("*l") - - if not err and request then + if err then + ConPrintf("Attempt %d to handle incoming connection failed: %s", attempt, err) + elseif request then local response local _, _, method, path, version = request:find("^(%S+)%s(%S+)%s(%S+)") if method ~= "GET" then - return + ConPrintf( + "Attempt %d to handle incoming connection received an invalid HTTP request: non-GET method %s", + attempt, + method + ) + + return true end + local queryParams = {} for k, v in path:gmatch("([^&=?]+)=([^&=?]+)") do queryParams[k] = v:gsub("%%(%x%x)", function(hex) @@ -129,10 +145,56 @@ if client then ]] .. commonResponseEnd end + shouldRetry = false + if attempt ~= 1 then + ConPrintf("Attempt %d to handle incoming connection received a valid HTTP request", attempt) + end + -- Send HTTP Response --ConPrintf("Sending response: %s", response) client:send(response) end + + return shouldRetry, code, state +end + +-- Misbehaving software (think VPNs, anything network-related, even OS services) will occasionally attempt to connect +-- to newly-opened sockets for one reason or another. Previously, PoB only waited for one connection, and gave up +-- immediately if something went wrong. +-- +-- This would result in a sequence of events roughly like this: +-- 1. PoB opens a socket +-- 2. A misbehaving piece of software connects to the socket, sends nothing, then terminates the connection +-- 3. PoB tries to read from the socket, receives an error since the connection is terminated, and closes the server +-- 4. OAuth authorization succeeds, but by the time the user is redirected back to PoB, the server is already closed +-- 5. PoB never receives the OAuth redirect, and doesn't have any of the information necessary to use the API +-- +-- To avoid this, we instead allow for any number of incoming connections, and simply stop listening for them once +-- either a) 30 seconds have elapsed or b) we've received a legitimate HTTP request and responded to it. +-- +-- Unfortunately, this still isn't perfect: in theory, two applications (such as a browser, and something else) could +-- attempt to establish a connection at the same time. In the future, this could be refactored to perform non-blocking +-- IO, so that it can operate concurrently, but hopefully that isn't necessary. +local attempt = 1 +local stopAt = os.time() + 30 +local shouldRetry, code, state = true, nil, nil +while (os.time() < stopAt) and shouldRetry do + -- `settimeout`` applies only to individual operations, but we're more concerned with not spending more than 30 + -- seconds *total* waiting, so we adjust with each iteration as necessary. + local remainingTime = math.max(0, stopAt - os.time()) + server:settimeout(remainingTime) + + local client = server:accept() + if not client then + goto retry + end + + client:settimeout(5) + shouldRetry, code, state = handleConnection(client, attempt) client:close() + + :: retry :: + attempt = attempt + 1 end +server:close() return code, state, port diff --git a/src/Modules/Build.lua b/src/Modules/Build.lua index fe3f5618bd..1ead505231 100644 --- a/src/Modules/Build.lua +++ b/src/Modules/Build.lua @@ -2003,9 +2003,9 @@ function buildMode:InsertItemWarnings() InsertIfNew(self.controls.warnings.lines, "You have too many gems in your "..warning.." socket group") end end - if self.calcsTab.mainEnv.itemWarnings.supportGemLimitWarning then - for _, warning in ipairs(self.calcsTab.mainEnv.itemWarnings.supportGemLimitWarning) do - InsertIfNew(self.controls.warnings.lines, "You have too many "..warning[1].." support gems allocated. Max allowed is "..warning[2].."."..(warning[3] and " Locations: "..table.concat(warning[3], ", ") or "")) + if self.calcsTab.mainEnv.itemWarnings.lineageSupportGemLimitWarning then + for _, warning in ipairs(self.calcsTab.mainEnv.itemWarnings.lineageSupportGemLimitWarning) do + InsertIfNew(self.controls.warnings.lines, "You have too many "..warning[1].." lineage support gems allocated. Max allowed is "..warning[2].."."..(warning[3] and " Locations: "..table.concat(warning[3], ", ") or "")) end end if self.calcsTab.mainEnv.itemWarnings.gemGroupCountWarning then diff --git a/src/Modules/BuildDisplayStats.lua b/src/Modules/BuildDisplayStats.lua index 90852ab413..b748ab7b0e 100644 --- a/src/Modules/BuildDisplayStats.lua +++ b/src/Modules/BuildDisplayStats.lua @@ -158,9 +158,11 @@ local displayStats = { { }, { stat = "Evasion", label = "Evasion rating", fmt = "d", color = colorCodes.EVASION, compPercent = true }, { stat = "Spec:EvasionInc", label = "%Inc Evasion from Tree", color = colorCodes.EVASION, fmt = "d%%" }, - { stat = "MeleeEvadeChance", label = "Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.MeleeEvadeChance == o.ProjectileEvadeChance end }, - { stat = "MeleeEvadeChance", label = "Melee Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.MeleeEvadeChance ~= o.ProjectileEvadeChance end }, - { stat = "ProjectileEvadeChance", label = "Projectile Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.MeleeEvadeChance ~= o.ProjectileEvadeChance end }, + { stat = "EvadeChance", label = "Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.noSplitEvade end }, + { stat = "MeleeEvadeChance", label = "Melee Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.splitEvade end }, + { stat = "ProjectileEvadeChance", label = "Projectile Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.splitEvade end }, + { stat = "SpellEvadeChance", label = "Spell Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.splitEvade end }, + { stat = "SpellProjectileEvadeChance", label = "Spell Proj. Evade Chance", fmt = "d%%", color = colorCodes.EVASION, condFunc = function(v,o) return v > 0 and o.splitEvade end }, { }, { stat = "Armour", label = "Armour", fmt = "d", compPercent = true }, { stat = "Spec:ArmourInc", label = "%Inc Armour from Tree", fmt = "d%%" }, diff --git a/src/Modules/BuildSiteTools.lua b/src/Modules/BuildSiteTools.lua index 18d1c98a87..67f1d4b0a4 100644 --- a/src/Modules/BuildSiteTools.lua +++ b/src/Modules/BuildSiteTools.lua @@ -17,11 +17,11 @@ buildSites.websiteList = { codeOut = "https://pobb.in/", postUrl = "https://pobb.in/pob/", postFields = "", linkURL = "pobb.in/%1" }, { - label = "poe2.ninja", id = "Poe2Ninja", matchURL = "poe2%.ninja/pob/%w+", regexURL = "poe2%.ninja/pob/(%w+)%s*$", downloadURL = "poe2.ninja/pob/raw/%1", - codeOut = "", postUrl = "https://poe2.ninja/pob/api/api_post.php", postFields = "api_paste_code=", linkURL="poe2.ninja/pob/%1" + label = "poe.ninja", id = "PoeNinja", matchURL = "poe2?%.ninja/?p?o?e?2?/pob/.+", regexURL = "poe2?%.ninja/?p?o?e?2?/pob/(.+)%s*$", downloadURL = "poe.ninja/poe2/pob/raw/%1", + codeOut = "", postUrl = "https://poe.ninja/poe2/pob/api/upload", postFields = "code=", linkURL="poe.ninja/poe2/pob/%1" }, { - label = "poe2db.tw", id = "PoE2DB", matchURL = "poe2db%.tw/.+", regexURL = "poe2db%.tw/pob/(.+)%s*$", downloadURL = "poe2db.tw/pob/%1/raw", + label = "poe2db.tw", id = "PoE2DB", matchURL = "poe2db%.tw/pob/.+", regexURL = "poe2db%.tw/pob/(.+)%s*$", downloadURL = "poe2db.tw/pob/%1/raw", codeOut = "", postUrl = "https://poe2db.tw/pob/api/gen", postFields = "", linkURL = "poe2db.tw/pob/%1" }, { @@ -47,6 +47,7 @@ function buildSites.UploadBuild(buildCode, websiteInfo) easy:setopt(curl.OPT_USERAGENT, "Path of Building/]]..launch.versionNumber..[[") easy:setopt(curl.OPT_POSTFIELDS, ']]..websiteInfo.postFields..[['..code) easy:setopt(curl.OPT_ACCEPT_ENCODING, "") + easy:setopt(curl.OPT_FOLLOWLOCATION, 1) if connectionProtocol then easy:setopt(curl.OPT_IPRESOLVE, connectionProtocol) end diff --git a/src/Modules/CalcActiveSkill.lua b/src/Modules/CalcActiveSkill.lua index f2cfac03e7..01295eb5b6 100644 --- a/src/Modules/CalcActiveSkill.lua +++ b/src/Modules/CalcActiveSkill.lua @@ -165,8 +165,7 @@ function calcs.createActiveSkill(activeEffect, supportList, env, actor, socketGr if supportEffect.grantedEffect.addFlags and not summonSkill then -- Support skill adds flags to supported skills (eg. Remote Mine adds 'mine') for k in pairs(supportEffect.grantedEffect.addFlags) do - mainSkillFlags[k] = true - calcsSkillFlags[k] = true + skillFlags[k] = true end end end @@ -197,6 +196,24 @@ function calcs.copyActiveSkill(env, mode, skill) return newSkill, newEnv end +-- Check for "asThoughUsing..." weaponTypes match, which is mechanically different from "countAs..." +---@param weaponData table +---@param weaponTypes table +---@return boolean @whether a match was found +local function checkAsThoughWeaponTypes(weaponData, weaponTypes) + if (not weaponData.asThoughUsing) or (not weaponTypes) then + return false + else + -- check if any 'usingKey' for which 'usingValue = true' is also true in weaponTypes + for usingKey, usingValue in pairs(weaponData.asThoughUsing) do + for _, types in ipairs(weaponTypes) do + if usingValue and types[usingKey] then return true end + end + end + end + return false +end + -- Get weapon flags and info for given weapon local function getWeaponFlags(env, weaponData, weaponTypes) local info = env.data.weaponTypeInfo[weaponData.type] @@ -207,7 +224,7 @@ local function getWeaponFlags(env, weaponData, weaponTypes) for _, types in ipairs(weaponTypes) do if not types[weaponData.type] and (not weaponData.countsAsAll1H or not (types["Claw"] or types["Dagger"] or types["One Handed Axe"] or types["One Handed Mace"] or types["One Handed Sword"] - or types["Spear"])) then + or types["Spear"])) and not (weaponData.asThoughUsing and checkAsThoughWeaponTypes(weaponData, weaponTypes)) then return nil, info end end @@ -232,6 +249,45 @@ local function getWeaponFlags(env, weaponData, weaponTypes) return flags, info end +-- Get stats from totem base skill in case of separate active skills or skills that receive totem status via supports +---@param activeSkill table @activeSkill with totem tag +local function getTotemBaseStats(activeSkill) + local totemBase = {} + + if activeSkill.skillTypes[SkillType.SummonsTotem] then -- Skill that summons totems already has stats on activeEffect + totemBase.grantedEffect = activeSkill.activeEffect.grantedEffect + totemBase.gemData = activeSkill.activeEffect.gemData + totemBase.skillLevel = activeSkill.activeEffect.level + elseif activeSkill.skillTypes[SkillType.UsedByTotem] then + if activeSkill.activeEffect.grantedEffect.skillTypes[SkillType.UsedByTotem] then -- is totem skill by default + totemBase.grantedEffect = activeSkill.activeEffect.gemData.grantedEffect + totemBase.gemData = activeSkill.activeEffect.gemData + totemBase.skillLevel = activeSkill.activeEffect.level + elseif activeSkill.supportList then -- skill is receives totem status via support + for _, support in ipairs(activeSkill.supportList) do + if support.grantedEffect.addSkillTypes and (not support.superseded) and support.isSupporting[activeSkill.activeEffect.srcInstance] then + for _, skillType in ipairs(support.grantedEffect.addSkillTypes) do + if skillType == SkillType.UsedByTotem then + totemBase.grantedEffect = support.gemData.grantedEffect + totemBase.gemData = support.gemData + break + end + end + end + if totemBase.gemData or totemBase.grantedEffect then + totemBase.skillLevel = support.level + break + end + end + else + -- A totem skill that neither `SummonsTotem` nor `UsedByTotem` should not be possible, but I am leaving this here to alert us in case of unexpected future edge cases + error("Error: Unexpected SkillType behavior for skill with 'totem' flag") + end + end + + return totemBase +end + --- Applies additional modifiers to skills with the "Empowered" flag. --- Checks for "ExtraEmpoweredMod" mods and applies them --- if they match the conditions set by the empowering effect. @@ -466,10 +522,19 @@ function calcs.buildActiveSkillModList(env, activeSkill) skillKeywordFlags = bor(skillKeywordFlags, KeywordFlag.Spell) end - -- Get skill totem ID for totem skills - -- This is used to calculate totem life + -- Find totem base stats if skillFlags.totem then - activeSkill.skillTotemId = activeGrantedEffect.skillTotemId + local totemBase = getTotemBaseStats(activeSkill) + if totemBase.grantedEffect and totemBase.gemData then + activeSkill.skillData.totemBase = totemBase + end + local totemLevelRequirement = activeSkill.skillData.totemBase and activeSkill.skillData.totemBase.grantedEffect.levels[totemBase.skillLevel].levelRequirement or activeEffect.grantedEffect.levels[activeEffect.level].levelRequirement + -- Note: Some active skills related to totem base skills (e.g. on Shockwave Totem) have level requirement = 0, making the additional ` > 0` check necessary + activeSkill.skillData.totemLevel = (totemLevelRequirement and (totemLevelRequirement > 0)) and totemLevelRequirement or 1 + + -- Get skill totem ID for totem skills + -- This is used to calculate totem life + activeSkill.skillTotemId = activeGrantedEffect.skillTotemId or (activeSkill.skillData.totemBase and activeSkill.skillData.totemBase.grantedEffect.skillTotemId) if not activeSkill.skillTotemId then if activeGrantedEffect.color == 2 then activeSkill.skillTotemId = 2 @@ -629,11 +694,6 @@ function calcs.buildActiveSkillModList(env, activeSkill) applyExtraEmpowerMods(activeSkill) - -- Find totem level - if skillFlags.totem then - activeSkill.skillData.totemLevel = 1 or activeEffect.grantedEffect.levels[activeEffect.level].levelRequirement - end - -- Add active mine multiplier if skillFlags.mine then activeSkill.activeMineCount = (env.mode == "CALCS" and activeEffect.srcInstance.skillMineCountCalcs) or (env.mode ~= "CALCS" and activeEffect.srcInstance.skillMineCount) @@ -673,6 +733,15 @@ function calcs.buildActiveSkillModList(env, activeSkill) activeEffect.srcInstance.skillStageCount = nil end + -- Hollow Palm Technique added phys for skills that would use Quarterstaff + if activeSkill.actor.modDB.conditions.HollowPalm and activeEffect.grantedEffect.weaponTypes and activeEffect.grantedEffect.weaponTypes.Staff then + local gemLevel = activeEffect.level + local physMin = data.hollowPalmAddedPhys[gemLevel and gemLevel or 1][1] + local physMax = data.hollowPalmAddedPhys[gemLevel and gemLevel or 1][2] + skillModList:NewMod("PhysicalMin", "BASE", physMin, "Hollow Palm Technique", ModFlag.Attack, nil, { type = "Condition", var = "HollowPalm" }) + skillModList:NewMod("PhysicalMax", "BASE", physMax, "Hollow Palm Technique", ModFlag.Attack, nil, { type = "Condition", var = "HollowPalm" }) + end + -- Extract skill data for _, value in ipairs(env.modDB:List(activeSkill.skillCfg, "SkillData")) do activeSkill.skillData[value.key] = value.value diff --git a/src/Modules/CalcDefence.lua b/src/Modules/CalcDefence.lua index d3f07bab77..b3467f342f 100644 --- a/src/Modules/CalcDefence.lua +++ b/src/Modules/CalcDefence.lua @@ -32,8 +32,16 @@ function calcs.hitChance(evasion, accuracy, uncapped) if accuracy < 0 then return 5 end - local rawChance = ( accuracy * 1.5 ) / ( accuracy + evasion ) * 100 - return uncapped and m_max(round(rawChance), 5) or m_max(m_min(round(rawChance), 100), 5) + local rawChance = ( accuracy * 1.25 ) / ( accuracy + evasion * 0.3 ) * 100 + return uncapped and m_max(round(rawChance), 5) or m_max(m_min(round(rawChance), 100), 5) +end +-- Calculate Deflect chance +function calcs.deflectChance(evasion, accuracy, uncapped) + if accuracy < 0 then + return 5 + end + local rawChance = ( accuracy * 0.9 ) / ( accuracy + evasion * 0.2 ) * 100 + return uncapped and m_max(round(rawChance), 0) or m_max(m_min(round(rawChance), 100), 0) end -- Calculate damage reduction from armour, float function calcs.armourReductionF(armour, raw) @@ -358,10 +366,13 @@ function calcs.applyDmgTakenConversion(activeSkill, output, breakdown, sourceTyp local resMult = 1 - resist / 100 local reductMult = 1 - local percentOfArmourApplies = m_min((not activeSkill.skillModList:Flag(nil, "ArmourDoesNotApplyTo"..damageType.."DamageTaken") and activeSkill.skillModList:Sum("BASE", nil, "ArmourAppliesTo"..damageType.."DamageTaken") or 0), 100) - if percentOfArmourApplies > 0 then - local effArmour = (output.Armour * percentOfArmourApplies / 100) * (1 + output.ArmourDefense) - -- effArmour needs to consider the "EvasionAddsToPdr" flag mod, and add the evasion to armour + local percentOfArmourApplies = (not activeSkill.skillModList:Flag(nil, "ArmourDoesNotApplyTo"..damageType.."DamageTaken") and activeSkill.skillModList:Sum("BASE", nil, "ArmourAppliesTo"..damageType.."DamageTaken") or 0) + local percentOfEvasionApplies = (not activeSkill.skillModList:Flag(nil, "EvasionDoesNotApplyTo"..damageType.."DamageTaken") and activeSkill.skillModList:Sum("BASE", nil, "EvasionAppliesTo"..damageType.."DamageTaken") or 0) + if (percentOfArmourApplies > 0) or (percentOfEvasionApplies > 0) then + local effArmourFromArmour = (output.Armour * percentOfArmourApplies / 100) * (1 + output.ArmourDefense) + local effArmourFromEvasion = (output.Evasion * percentOfEvasionApplies / 100) + local effArmour = effArmourFromArmour + effArmourFromEvasion + armourReduct = round(effArmour ~= 0 and damage ~= 0 and calcs.armourReductionF(effArmour, damage) or 0) armourReduct = m_min(output[damageType.."DamageReductionMax"], armourReduct) end @@ -736,14 +747,17 @@ function calcs.defence(env, actor) if armourData then local wardBase = armourData.Ward or 0 if wardBase > 0 then + output["WardOnAllArmourItems"] = (output["WardOnAllArmourItems"] or 0) + wardBase if slot == "Body Armour" and modDB:Flag(nil, "DoubleBodyArmourDefence") then wardBase = wardBase * 2 end output["WardOn"..slot] = wardBase + end local energyShieldBase = armourData.EnergyShield or 0 if energyShieldBase > 0 then + output["EnergyShieldOnAllArmourItems"] = (output["EnergyShieldOnAllArmourItems"] or 0) + energyShieldBase if slot == "Body Armour" and modDB:Flag(nil, "DoubleBodyArmourDefence") then energyShieldBase = energyShieldBase * 2 end @@ -752,6 +766,7 @@ function calcs.defence(env, actor) local armourBase = armourData.Armour or 0 if armourBase > 0 then + output["ArmourOnAllArmourItems"] = (output["ArmourOnAllArmourItems"] or 0) + armourBase if slot == "Body Armour" then if modDB:Flag(nil, "DoubleBodyArmourDefence") then armourBase = armourBase * 2 @@ -765,6 +780,7 @@ function calcs.defence(env, actor) local evasionBase = armourData.Evasion or 0 if evasionBase > 0 then + output["EvasionOnAllArmourItems"] = (output["EvasionOnAllArmourItems"] or 0) + evasionBase if slot == "Body Armour" then if modDB:Flag(nil, "DoubleBodyArmourDefence") then evasionBase = evasionBase * 2 @@ -1015,10 +1031,8 @@ function calcs.defence(env, actor) end end output.EffectiveAverageBlockChance = (output.EffectiveBlockChance + output.EffectiveProjectileBlockChance + output.EffectiveSpellBlockChance + output.EffectiveSpellProjectileBlockChance) / 4 - output.BlockEffect = m_max(100 - modDB:Sum("BASE", nil, "BlockEffect"), 0) - if output.BlockEffect == 0 or output.BlockEffect == 100 then - output.BlockEffect = 100 - else + output.BlockEffect = 100 - modDB:Sum("BASE", nil, "BlockEffect") + if output.BlockEffect ~= 0 then output.ShowBlockEffect = true output.DamageTakenOnBlock = 100 - output.BlockEffect end @@ -1263,6 +1277,10 @@ function calcs.defence(env, actor) end for _, source in ipairs(resourceList) do local globalBase = modDB:Sum("BASE", nil, unpack(source.mods)) + source.globalBase + local globalOverride = modDB:Override(nil, unpack(source.mods)) + if globalOverride then + globalBase = globalOverride + end for _, target in ipairs(resourceList) do if source.name ~= target.name then if source.defence then @@ -1293,7 +1311,7 @@ function calcs.defence(env, actor) local gainRate = modDB:Sum("BASE", nil, source.name .. "GainAs" .. target.name) local rate = source.conversionRate[target.name] + gainRate if rate > 0 then - local targetBase = globalBase * rate / 100 + local targetBase = math.ceil(globalBase * rate / 100) target.globalBase = target.globalBase + targetBase if breakdown then breakdown.slot("Conversion", source.name .. " to " .. target.name, nil, targetBase, nil, unpack(target.mods)) @@ -1326,6 +1344,8 @@ function calcs.defence(env, actor) output.Evasion = m_max(round(output.Evasion), 0) output.MeleeEvasion = m_max(round(output.Evasion * calcLib.mod(modDB, nil, "MeleeEvasion")), 0) output.ProjectileEvasion = m_max(round(output.Evasion * calcLib.mod(modDB, nil, "ProjectileEvasion")), 0) + output.SpellEvasion = m_max(round(output.Evasion * calcLib.mod(modDB, nil, "SpellEvasion")), 0) + output.SpellProjectileEvasion = m_max(round(output.Evasion * calcLib.mod(modDB, nil, "SpellProjectileEvasion")), 0) output.LowestOfArmourAndEvasion = m_min(output.Armour, output.Evasion) output.Ward = m_max(m_floor(ward), 0) output["Gear:Ward"] = gearWard @@ -1345,10 +1365,14 @@ function calcs.defence(env, actor) output.EvadeChance = 0 output.MeleeEvadeChance = 0 output.ProjectileEvadeChance = 0 + output.SpellEvadeChance = 0 + output.SpellProjectileEvadeChance = 0 elseif modDB:Flag(nil, "AlwaysEvade") then output.EvadeChance = 100 output.MeleeEvadeChance = 100 output.ProjectileEvadeChance = 100 + output.SpellEvadeChance = 100 + output.SpellProjectileEvadeChance = 100 else local enemyAccuracy = round(calcLib.val(enemyDB, "Accuracy")) if modDB:Flag(nil, "EnemyAccuracyDistancePenalty") then @@ -1362,8 +1386,10 @@ function calcs.defence(env, actor) output.EvadeChance = 100 - (calcs.hitChance(output.Evasion, enemyAccuracy) - evadeChance) * hitChance output.MeleeEvadeChance = m_max(0, m_min(evadeMax, (100 - (calcs.hitChance(output.MeleeEvasion, enemyAccuracy) - evadeChance) * hitChance) * calcLib.mod(modDB, nil, "EvadeChance", "MeleeEvadeChance"))) output.ProjectileEvadeChance = m_max(0, m_min(evadeMax, (100 - (calcs.hitChance(output.ProjectileEvasion, enemyAccuracy) - evadeChance) * hitChance) * calcLib.mod(modDB, nil, "EvadeChance", "ProjectileEvadeChance"))) + output.SpellEvadeChance = m_max(0, m_min(evadeMax, (100 - (calcs.hitChance(output.SpellEvasion, enemyAccuracy) - evadeChance) * hitChance) * calcLib.mod(modDB, nil, "EvadeChance", "SpellEvadeChance"))) + output.SpellProjectileEvadeChance = m_max(0, m_min(evadeMax, (100 - (calcs.hitChance(output.SpellProjectileEvasion, enemyAccuracy) - evadeChance) * hitChance) * calcLib.mod(modDB, nil, "EvadeChance", "ProjectileEvadeChance", "SpellProjectileEvadeChance"))) -- Condition for displaying evade chance only if melee or projectile evade chance have the same values - if output.MeleeEvadeChance ~= output.ProjectileEvadeChance then + if output.MeleeEvadeChance ~= output.ProjectileEvadeChance and output.MeleeEvadeChance ~= output.SpellEvadeChance and output.MeleeEvadeChance ~= output.SpellProjectileEvadeChance then output.splitEvade = true else output.EvadeChance = output.MeleeEvadeChance @@ -1388,6 +1414,18 @@ function calcs.defence(env, actor) s_format("Effective Evasion: %d", output.ProjectileEvasion), s_format("Approximate projectile evade chance: %d%%", output.ProjectileEvadeChance), } + breakdown.SpellEvadeChance = { + s_format("Enemy level: %d ^8(%s the Configuration tab)", env.enemyLevel, env.configInput.enemyLevel and "overridden from" or "can be overridden in"), + s_format("Average enemy accuracy: %d", enemyAccuracy), + s_format("Effective Evasion: %d", output.SpellEvasion), + s_format("Approximate spell evade chance: %d%%", output.SpellEvadeChance), + } + breakdown.SpellProjectileEvadeChance = { + s_format("Enemy level: %d ^8(%s the Configuration tab)", env.enemyLevel, env.configInput.enemyLevel and "overridden from" or "can be overridden in"), + s_format("Average enemy accuracy: %d", enemyAccuracy), + s_format("Effective Evasion: %d", output.SpellProjectileEvasion), + s_format("Approximate spell projectile evade chance: %d%%", output.SpellProjectileEvadeChance), + } end end end @@ -1470,7 +1508,7 @@ function calcs.defence(env, actor) modDB.conditions["AffectedByArcaneSurge"] = true local effect = 1 + modDB:Sum("INC", nil, "ArcaneSurgeEffect", "BuffEffectOnSelf") / 100 modDB:NewMod("ManaRegen", "MORE", (modDB:Max(nil, "ArcaneSurgeManaRegen") or 20) * effect, "Arcane Surge") - modDB:NewMod("Speed", "MORE", (modDB:Max(nil, "ArcaneSurgeCastSpeed") or 10) * effect, "Arcane Surge", ModFlag.Cast) + modDB:NewMod("Speed", "INC", (modDB:Max(nil, "ArcaneSurgeCastSpeed") or 15) * effect, "Arcane Surge", ModFlag.Cast) local arcaneSurgeDamage = modDB:Max(nil, "ArcaneSurgeDamage") or 0 if arcaneSurgeDamage ~= 0 then modDB:NewMod("Damage", "MORE", arcaneSurgeDamage * effect, "Arcane Surge", ModFlag.Spell) end end @@ -1858,7 +1896,7 @@ function calcs.defence(env, actor) if breakdown then breakdown.LightRadiusMod = breakdown.mod(modDB, nil, "LightRadius") end - output.CurseEffectOnSelf = modDB:More(nil, "CurseEffectOnSelf") * (100 + modDB:Sum("INC", nil, "CurseEffectOnSelf")) + output.CurseEffectOnSelf = m_max(modDB:More(nil, "CurseEffectOnSelf") * (100 + modDB:Sum("INC", nil, "CurseEffectOnSelf")), 0) output.ExposureEffectOnSelf = modDB:More(nil, "ExposureEffectOnSelf") * (100 + modDB:Sum("INC", nil, "ExposureEffectOnSelf")) output.WitherEffectOnSelf = modDB:More(nil, "WitherEffectOnSelf") * (100 + modDB:Sum("INC", nil, "WitherEffectOnSelf")) @@ -1912,11 +1950,11 @@ function calcs.buildDefenceEstimations(env, actor) local worstOf = env.configInput.EHPUnluckyWorstOf or 1 output.MeleeNotHitChance = 100 - (1 - output.MeleeEvadeChance / 100) * (1 - output.EffectiveAttackDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * 100 output.ProjectileNotHitChance = 100 - (1 - output.ProjectileEvadeChance / 100) * (1 - output.EffectiveAttackDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * (1 - (output.specificTypeAvoidance and 0 or output.AvoidProjectilesChance) / 100) * 100 - output.SpellNotHitChance = 100 - (1 - output.EffectiveSpellDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * 100 - output.SpellProjectileNotHitChance = 100 - (1 - output.EffectiveSpellDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * (1 - (output.specificTypeAvoidance and 0 or output.AvoidProjectilesChance) / 100) * 100 + output.SpellNotHitChance = 100 - (1 - output.SpellEvadeChance / 100) * (1 - output.EffectiveSpellDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * 100 + output.SpellProjectileNotHitChance = 100 - (1 - output.SpellProjectileEvadeChance / 100) * (1 - output.EffectiveSpellDodgeChance / 100) * (1 - output.AvoidAllDamageFromHitsChance / 100) * (1 - (output.specificTypeAvoidance and 0 or output.AvoidProjectilesChance) / 100) * 100 output.UntypedNotHitChance = 100 - (1 - output.AvoidAllDamageFromHitsChance / 100) * 100 output.AverageNotHitChance = (output.MeleeNotHitChance + output.ProjectileNotHitChance + output.SpellNotHitChance + output.SpellProjectileNotHitChance) / 4 - output.AverageEvadeChance = (output.MeleeEvadeChance + output.ProjectileEvadeChance) / 4 + output.AverageEvadeChance = (output.MeleeEvadeChance + output.ProjectileEvadeChance + output.SpellNotHitChance + output.SpellProjectileNotHitChance) / 4 output.ConfiguredNotHitChance = output[damageCategoryConfig.."NotHitChance"] output.ConfiguredEvadeChance = output[damageCategoryConfig.."EvadeChance"] or 0 -- unlucky config to lower the value of block, dodge, evade etc for ehp @@ -2225,13 +2263,13 @@ function calcs.buildDefenceEstimations(env, actor) --armour/PDR calculations local armourReduct = 0 local impaleArmourReduct = 0 - local percentOfArmourApplies = m_min((not modDB:Flag(nil, "ArmourDoesNotApplyTo"..damageType.."DamageTaken") and modDB:Sum("BASE", nil, "ArmourAppliesTo"..damageType.."DamageTaken") or 0), 100) + local percentOfArmourApplies = (not modDB:Flag(nil, "ArmourDoesNotApplyTo"..damageType.."DamageTaken") and modDB:Sum("BASE", nil, "ArmourAppliesTo"..damageType.."DamageTaken") or 0) local effectiveAppliedArmour = (output.Armour * percentOfArmourApplies / 100) * (1 + output.ArmourDefense) local effectiveArmourFromArmour = effectiveAppliedArmour; local effectiveArmourFromOther = { } - local evasionAddsToPdr = modDB:Flag(nil, "EvasionAddsToPdr") and damageType == "Physical" - if evasionAddsToPdr then - effectiveArmourFromOther["Evasion"] = output.Evasion + local percentOfEvasionApplies = (not modDB:Flag(nil, "EvasionDoesNotApplyTo"..damageType.."DamageTaken") and modDB:Sum("BASE", nil, "EvasionAppliesTo"..damageType.."DamageTaken") or 0) + if percentOfEvasionApplies > 0 then + effectiveArmourFromOther["Evasion"] = m_max((output.Evasion * percentOfEvasionApplies / 100), 0) end for source, amount in pairs(effectiveArmourFromOther) do -- should this be done BEFORE percentOfArmourApplies and ArmourDefense is used? Probably needs GGG confirmation @@ -2249,7 +2287,7 @@ function calcs.buildDefenceEstimations(env, actor) takenFlat = takenFlat + modDB:Sum("BASE", nil, "DamageTakenFromAttacks", damageType.."DamageTakenFromAttacks") / 2 + modDB:Sum("BASE", nil, damageType.."DamageTakenFromProjectileAttacks") / 4 + modDB:Sum("BASE", nil, "DamageTakenFromSpells", damageType.."DamageTakenFromSpells") / 2 + modDB:Sum("BASE", nil, "DamageTakenFromSpellProjectiles", damageType.."DamageTakenFromSpellProjectiles") / 4 end output[damageType.."takenFlat"] = takenFlat - if percentOfArmourApplies > 0 then + if effectiveAppliedArmour > 0 then armourReduct = calcs.armourReduction(effectiveAppliedArmour, damage) armourReduct = m_min(output[damageType.."DamageReductionMax"], armourReduct) if impaleDamage > 0 then @@ -2266,18 +2304,19 @@ function calcs.buildDefenceEstimations(env, actor) if breakdown then breakdown[damageType.."DamageReduction"] = { } if armourReduct ~= 0 then - if percentOfArmourApplies ~= 100 then - t_insert(breakdown[damageType.."DamageReduction"], s_format("%d%% percent of armour applies", percentOfArmourApplies)) + if (percentOfArmourApplies ~= (damageType == "Physical" and 100 or 0)) and (percentOfArmourApplies > 0) then + t_insert(breakdown[damageType.."DamageReduction"], s_format("%d%% percent of Armour applies", percentOfArmourApplies)) end if effectiveArmourFromArmour == effectiveAppliedArmour then t_insert(breakdown[damageType.."DamageReduction"], s_format("Reduction from Armour: %d%%", armourReduct)) else t_insert(breakdown[damageType.."DamageReduction"], s_format("Armour contributing to reduction: %d", effectiveArmourFromArmour)) for source, amount in pairs(effectiveArmourFromOther) do + t_insert(breakdown[damageType.."DamageReduction"], s_format("%d%% percent of %s applies", percentOfEvasionApplies, source)) t_insert(breakdown[damageType.."DamageReduction"], s_format("%s contributing to reduction: %d",source, amount)) end - t_insert(breakdown[damageType.."DamageReduction"], s_format("Combined Armour used for reduction: %d", effectiveAppliedArmour)) - t_insert(breakdown[damageType.."DamageReduction"], s_format("Reduction from combined Armour: %d%%", armourReduct)) + t_insert(breakdown[damageType.."DamageReduction"], s_format("Combined Defence used for reduction: %d", effectiveAppliedArmour)) + t_insert(breakdown[damageType.."DamageReduction"], s_format("Reduction from combined Defence: %d%%", armourReduct)) end if resMult ~= 1 then t_insert(breakdown[damageType.."DamageReduction"], s_format("Enemy Hit Damage After Resistance: %d ^8(total incoming damage)", damage * resMult)) @@ -2323,21 +2362,24 @@ function calcs.buildDefenceEstimations(env, actor) if breakdown then breakdown[damageType.."TakenHitMult"] = { } if reduction ~= 0 then - t_insert(breakdown[damageType.."TakenHitMult"], s_format("Base %s Damage Reduction: %.2f", damageType, 1 - reduction / 100)) + t_insert(breakdown[damageType.."TakenHitMult"], s_format("Base %s Damage Taken: %.2f", damageType, 1 - reduction / 100)) end if armourReduct ~= 0 then - if percentOfArmourApplies ~= 100 then - t_insert(breakdown[damageType.."TakenHitMult"], s_format("%d%% percent of armour applies", percentOfArmourApplies)) + if (percentOfArmourApplies ~= (damageType == "Physical" and 100 or 0)) and (percentOfArmourApplies > 0) then + t_insert(breakdown[damageType.."TakenHitMult"], s_format("%d%% percent of Armour applies", percentOfArmourApplies)) end if effectiveArmourFromArmour == effectiveAppliedArmour then t_insert(breakdown[damageType.."TakenHitMult"], s_format("Reduction from Armour: %.2f", 1 - armourReduct / 100)) else - t_insert(breakdown[damageType.."TakenHitMult"], s_format("Armour contributing to reduction: %d", effectiveArmourFromArmour)) + if effectiveArmourFromArmour > 0 then + t_insert(breakdown[damageType.."TakenHitMult"], s_format("Armour contributing to reduction: %d", effectiveArmourFromArmour)) + end for source, amount in pairs(effectiveArmourFromOther) do + t_insert(breakdown[damageType.."TakenHitMult"], s_format("%d%% percent of %s applies", percentOfEvasionApplies, source)) t_insert(breakdown[damageType.."TakenHitMult"], s_format("%s contributing to reduction: %d",source, amount)) end - t_insert(breakdown[damageType.."TakenHitMult"], s_format("Combined Armour used for reduction: %d", effectiveAppliedArmour)) - t_insert(breakdown[damageType.."TakenHitMult"], s_format("Reduction from combined Armour: %.2f", 1 - armourReduct / 100)) + t_insert(breakdown[damageType.."TakenHitMult"], s_format("Combined Defence used for reduction: %d", effectiveAppliedArmour)) + t_insert(breakdown[damageType.."TakenHitMult"], s_format("Reduction from combined Defence: %.2f", 1 - armourReduct / 100)) end end if enemyOverwhelm ~= 0 then @@ -2484,9 +2526,9 @@ function calcs.buildDefenceEstimations(env, actor) output.InterruptStunAvoidChance = m_min(modDB:Sum("BASE", nil, "AvoidInterruptStun"), 100) local effectiveEnemyDamage = output["totalTakenHit"] + output["PhysicalTakenHit"] * 0.25 if damageCategoryConfig ~= "Average" then - effectiveEnemyDamage = effectiveEnemyDamage * (1 + data.misc.StunNotMeleeDamageMult * 3) / 4 + effectiveEnemyDamage = effectiveEnemyDamage * data.misc.PhysicalStunMult * (1 + data.misc.MeleeStunMult * 3) / 4 elseif damageCategoryConfig ~= "Melee" then - effectiveEnemyDamage = effectiveEnemyDamage * data.misc.StunNotMeleeDamageMult + effectiveEnemyDamage = effectiveEnemyDamage * data.misc.PhysicalStunMult end local baseStunChance = m_min(data.misc.StunBaseMult * effectiveEnemyDamage / output.StunThreshold, 100) output.SelfStunChance = (baseStunChance > data.misc.MinStunChanceNeeded and baseStunChance or 0) * notAvoidChance / 100 @@ -3137,6 +3179,9 @@ function calcs.buildDefenceEstimations(env, actor) t_insert(breakdown["ConfiguredNotHitChance"], s_format("x %.2f ^8(chance for avoidance to fail)", 1 - output.AvoidProjectilesChance / 100)) end elseif damageCategoryConfig == "Spell" or damageCategoryConfig == "SpellProjectile" then + if output[damageCategoryConfig.."EvadeChance"] > 0 then + t_insert(breakdown["ConfiguredNotHitChance"], s_format("%.2f ^8(chance for evasion to fail)", 1 - output[damageCategoryConfig.."EvadeChance"] / 100)) + end if output.SpellDodgeChance > 0 then t_insert(breakdown["ConfiguredNotHitChance"], s_format("%.2f ^8(chance for dodge to fail)", 1 - output.SpellDodgeChance / 100)) end @@ -3144,8 +3189,8 @@ function calcs.buildDefenceEstimations(env, actor) t_insert(breakdown["ConfiguredNotHitChance"], s_format("x %.2f ^8(chance for avoidance to fail)", 1 - output.AvoidProjectilesChance / 100)) end elseif damageCategoryConfig == "Average" then - if output.MeleeEvadeChance > 0 or output.ProjectileEvadeChance > 0 then - t_insert(breakdown["ConfiguredNotHitChance"], s_format("%.2f ^8(chance for evasion to fail, only applies to the attack portion)", 1 - (output.MeleeEvadeChance + output.ProjectileEvadeChance) / 2 / 100)) + if output.MeleeEvadeChance > 0 or output.ProjectileEvadeChance > 0 or output.SpellNotHitChance > 0 or output.SpellProjectileNotHitChance > 0 then + t_insert(breakdown["ConfiguredNotHitChance"], s_format("%.2f ^8(chance for evasion to fail)", 1 - (output.MeleeEvadeChance + output.ProjectileEvadeChance + output.SpellNotHitChance + output.SpellProjectileNotHitChance) / 4 / 100)) end if output.AttackDodgeChance > 0 or output.SpellDodgeChance > 0 then t_insert(breakdown["ConfiguredNotHitChance"], s_format("x%.2f ^8(chance for dodge to fail)", 1 - (output.AttackDodgeChance + output.SpellDodgeChance) / 2 / 100)) diff --git a/src/Modules/CalcOffence.lua b/src/Modules/CalcOffence.lua index 72ea6a0998..d7a745415f 100644 --- a/src/Modules/CalcOffence.lua +++ b/src/Modules/CalcOffence.lua @@ -345,7 +345,7 @@ local function calcWarcryCastTime(skillModList, skillCfg, skillData, actor) end function calcSkillDuration(skillModList, skillCfg, skillData, env, enemyDB) - local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) durationMod = m_max(durationMod, 0) local durationBase = (skillData.duration or 0) + skillModList:Sum("BASE", skillCfg, "Duration", "PrimaryDuration") local duration = durationBase * durationMod @@ -730,6 +730,15 @@ function calcs.offence(env, actor, activeSkill) end end end + if skillModList:Flag(nil, "CastSpeedAppliesToProjectileSpeed") then + -- Bow mastery projectile speed to damage with bows conversion + local multiplier = (skillModList:Max(skillCfg, "ImprovedCastSpeedAppliesToProjectileSpeed") or 100) / 100 + for i, value in ipairs(skillModList:Tabulate("INC", { flags = ModFlag.Cast }, "Speed")) do + local mod = value.mod + local modifiers = calcLib.getConvertedModTags(mod, multiplier) + skillModList:NewMod("ProjectileSpeed", mod.type, mod.value * multiplier, mod.source, band(mod.flags, bnot(ModFlag.Cast)), mod.keywordFlags, unpack(modifiers)) + end + end if skillModList:Flag(nil, "ProjectileSpeedAppliesToBowDamage") then -- Bow mastery projectile speed to damage with bows conversion for i, value in ipairs(skillModList:Tabulate("INC", { flags = ModFlag.Bow }, "ProjectileSpeed")) do @@ -737,6 +746,28 @@ function calcs.offence(env, actor, activeSkill) skillModList:NewMod("Damage", mod.type, mod.value, mod.source, bor(ModFlag.Bow, ModFlag.Hit), mod.keywordFlags, unpack(mod)) end end + if skillModList:Flag(nil, "WarcryDamageAppliesToSkill") then + -- Fortifying Cry mod + for i, value in ipairs(skillModList:Tabulate("INC", { keywordFlags = KeywordFlag.Warcry }, "Damage")) do + local mod = value.mod + if band(mod.keywordFlags, KeywordFlag.Warcry) ~= 0 then + skillModList:NewMod("Damage", mod.type, mod.value, mod.source, mod.flags, band(mod.keywordFlags, bnot(KeywordFlag.Warcry)), unpack(mod)) + end + end + for i, value in ipairs(skillModList:Tabulate("MORE", { keywordFlags = KeywordFlag.Warcry }, "Damage")) do + local mod = value.mod + if band(mod.keywordFlags, KeywordFlag.Warcry) ~= 0 then + skillModList:NewMod("Damage", mod.type, mod.value, mod.source, mod.flags, band(mod.keywordFlags, bnot(KeywordFlag.Warcry)), unpack(mod)) + end + end + end + if skillModList:Flag(nil, "ProjectileSpeedAppliesToProjectileDamage") then + -- Projectile speed to projectile damage conversion + for i, value in ipairs(skillModList:Tabulate("INC", { }, "ProjectileSpeed")) do + local mod = value.mod + skillModList:NewMod("Damage", mod.type, mod.value, mod.source, ModFlag.Projectile, mod.keywordFlags, unpack(mod)) + end + end if skillModList:Flag(nil, "ClawDamageAppliesToUnarmed") then -- Claw Damage conversion from Rigwald's Curse for i, value in ipairs(skillModList:Tabulate("INC", { flags = bor(ModFlag.Claw, ModFlag.Hit), keywordFlags = KeywordFlag.Hit }, "Damage")) do @@ -993,7 +1024,7 @@ function calcs.offence(env, actor, activeSkill) skillData.reloadTime = ammoStats.reloadTime end - if skillModList:Flag(nil, "HasSeals") and activeSkill.skillTypes[SkillType.CanRapidFire] and not skillModList:Flag(nil, "NoRepeatBonuses") then + if skillModList:Flag(nil, "HasSeals") and activeSkill.skillTypes[SkillType.Unleashable] and not skillModList:Flag(nil, "NoRepeatBonuses") then -- Applies DPS multiplier based on seals count local totalCastSpeed = 1 / activeSkill.activeEffect.grantedEffect.castTime * calcLib.mod(skillModList, skillCfg, "Speed") output.SealCooldown = activeSkill.activeEffect.grantedEffect.castTime * skillModList:Sum("BASE", skillCfg, "SealGainFrequency") / calcLib.mod(skillModList, skillCfg, "SealGainFrequency") / 100 @@ -1304,7 +1335,7 @@ function calcs.offence(env, actor, activeSkill) if activeSkill.skillTypes[SkillType.Warcry] then local full_duration = calcSkillDuration(skillModList, skillCfg, activeSkill.skillData, env, enemyDB) local cooldownOverride = skillModList:Override(skillCfg, "CooldownRecovery") - local actual_cooldown = cooldownOverride or (activeSkill.skillData.cooldown + skillModList:Sum("BASE", skillCfg, "CooldownRecovery")) / calcLib.mod(skillModList, skillCfg, "CooldownRecovery") + local actual_cooldown = cooldownOverride or (activeSkill.skillData.cooldown or 0 + skillModList:Sum("BASE", skillCfg, "CooldownRecovery")) / calcLib.mod(skillModList, skillCfg, "CooldownRecovery") local uptime = env.modDB:Flag(nil, "Condition:WarcryMaxHit") and 1 or m_min(full_duration / actual_cooldown, 1) local unscaledEffect = calcLib.mod(skillModList, skillCfg, "WarcryEffect", "BuffEffect") output.WarcryEffectMod = unscaledEffect * uptime @@ -1608,10 +1639,10 @@ function calcs.offence(env, actor, activeSkill) debuffDurationMult = 1 / m_max(data.misc.BuffExpirationSlowCap, calcLib.mod(enemyDB, skillCfg, "BuffExpireFaster")) end do - output.DurationMod = calcLib.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + output.DurationMod = calcLib.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) output.DurationMod = m_max(output.DurationMod, 0) if breakdown then - breakdown.DurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + breakdown.DurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "PrimaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) if breakdown.DurationMod and skillData.durationSecondary then t_insert(breakdown.DurationMod, 1, "Primary duration:") end @@ -1639,7 +1670,7 @@ function calcs.offence(env, actor, activeSkill) end durationBase = (skillData.durationSecondary or 0) + skillModList:Sum("BASE", skillCfg, "Duration", "SecondaryDuration") if durationBase > 0 then - local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "SecondaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "SecondaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) durationMod = m_max(durationMod, 0) output.DurationSecondary = durationBase * durationMod if skillData.debuffSecondary then @@ -1647,7 +1678,7 @@ function calcs.offence(env, actor, activeSkill) end output.DurationSecondary = m_ceil(output.DurationSecondary * data.misc.ServerTickRate) / data.misc.ServerTickRate if breakdown and output.DurationSecondary ~= durationBase then - breakdown.SecondaryDurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "SecondaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + breakdown.SecondaryDurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "SecondaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) if breakdown.SecondaryDurationMod then t_insert(breakdown.SecondaryDurationMod, 1, "Secondary duration:") end @@ -1666,7 +1697,7 @@ function calcs.offence(env, actor, activeSkill) end durationBase = (skillData.durationTertiary or 0) + skillModList:Sum("BASE", skillCfg, "Duration", "TertiaryDuration") if durationBase > 0 then - local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "TertiaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "TertiaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) durationMod = m_max(durationMod, 0) output.DurationTertiary = durationBase * durationMod if skillData.debuffTertiary then @@ -1674,7 +1705,7 @@ function calcs.offence(env, actor, activeSkill) end output.DurationTertiary = m_ceil(output.DurationTertiary * data.misc.ServerTickRate) / data.misc.ServerTickRate if breakdown and output.DurationTertiary ~= durationBase then - breakdown.TertiaryDurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "TertiaryDuration", "SkillAndDamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + breakdown.TertiaryDurationMod = breakdown.mod(skillModList, skillCfg, "Duration", "TertiaryDuration", "DamagingAilmentDuration", skillData.mineDurationAppliesToSkill and "MineDuration" or nil) if breakdown.TertiaryDurationMod then t_insert(breakdown.TertiaryDurationMod, 1, "Tertiary duration:") end @@ -1693,7 +1724,7 @@ function calcs.offence(env, actor, activeSkill) end durationBase = (skillData.auraDuration or 0) if durationBase > 0 then - local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "SkillAndDamagingAilmentDuration") + local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "DamagingAilmentDuration") durationMod = m_max(durationMod, 0) output.AuraDuration = durationBase * durationMod output.AuraDuration = m_ceil(output.AuraDuration * data.misc.ServerTickRate) / data.misc.ServerTickRate @@ -1708,7 +1739,7 @@ function calcs.offence(env, actor, activeSkill) end durationBase = (skillData.reserveDuration or 0) if durationBase > 0 then - local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "SkillAndDamagingAilmentDuration") + local durationMod = calcLib.mod(skillModList, skillCfg, "Duration", "DamagingAilmentDuration") durationMod = m_max(durationMod, 0) output.ReserveDuration = durationBase * durationMod output.ReserveDuration = m_ceil(output.ReserveDuration * data.misc.ServerTickRate) / data.misc.ServerTickRate @@ -1723,7 +1754,7 @@ function calcs.offence(env, actor, activeSkill) end durationBase = (skillData.soulPreventionDuration or 0) if durationBase > 0 then - local durationMod = calcLib.mod(skillModList, skillCfg, "SoulGainPreventionDuration", skillData.skillEffectAppliesToSoulGainPrevention and "Duration" or "SkillAndDamagingAilmentDuration" or nil, skillData.mineDurationAppliesToSkill and "MineDuration" or nil) + local durationMod = calcLib.mod(skillModList, skillCfg, "SoulGainPreventionDuration", skillData.skillEffectAppliesToSoulGainPrevention and "Duration" or "DamagingAilmentDuration" or nil, skillData.mineDurationAppliesToSkill and "MineDuration" or nil) durationMod = m_max(durationMod, 0) output.SoulGainPreventionDuration = durationBase * durationMod output.SoulGainPreventionDuration = m_max(m_ceil(output.SoulGainPreventionDuration * data.misc.ServerTickRate), 1) / data.misc.ServerTickRate @@ -2193,6 +2224,12 @@ function calcs.offence(env, actor, activeSkill) output[stat] = (output.MainHand[stat] or 0) + (output.OffHand[stat] or 0) elseif mode == "AVERAGE" then output[stat] = ((output.MainHand[stat] or 0) + (output.OffHand[stat] or 0)) / 2 + elseif mode == 'HARMONICMEAN' then + if output.MainHand[stat] == 0 or output.OffHand[stat] == 0 then + output[stat] = 0 + else + output[stat] = 2 / ((1 / output.MainHand[stat]) + (1 / output.OffHand[stat])) + end elseif mode == "CHANCE" then if output.MainHand[stat] and output.OffHand[stat] then local mainChance = output.MainHand[...] * output.MainHand.HitChance @@ -2284,14 +2321,14 @@ function calcs.offence(env, actor, activeSkill) local more = skillModList:More("MORE", cfg, "Accuracy") local moreVsEnemy = skillModList:More("MORE", cfg, "Accuracy", "AccuracyVsEnemy") - local enemyDistance = env.modDB:Sum("BASE", nil, "Multiplier:enemyDistance") / 10 or 20 + local enemyDistance = env.modDB:Sum("BASE", nil, "Multiplier:enemyDistance") / 10 or 25 local enemyDistanceCapped = m_max(m_min(enemyDistance * 10, data.misc.AccuracyFalloffEnd), data.misc.AccuracyFalloffStart) local modValue = m_floor(data.misc.MaxAccuracyRangePenalty * calcLib.mod(skillModList, cfg, "AccuracyPenalty")) - local accuracyPenalty = 1 - ((enemyDistanceCapped - data.misc.AccuracyFalloffStart) / 100) * modValue / 100 + local accuracyPenalty = 1 - ((enemyDistanceCapped - data.misc.AccuracyFalloffStart) / (data.misc.AccuracyFalloffEnd - data.misc.AccuracyFalloffStart)) * modValue / 100 local accuracyPenalties = {} - local distances = {2, 5, 9, 12} + local distances = {2, 5, 9} for _, distance in ipairs(distances) do - accuracyPenalties["accuracyPenalty" .. distance .. "m"] = 1 - ((distance * 10 - data.misc.AccuracyFalloffStart) / 100) * modValue / 100 + accuracyPenalties["accuracyPenalty" .. distance .. "m"] = 1 - ((distance * 10 - data.misc.AccuracyFalloffStart) / (data.misc.AccuracyFalloffEnd - data.misc.AccuracyFalloffStart)) * modValue / 100 -- Fix end output.Accuracy = m_max(0, m_floor(base * (1 + inc / 100) * more)) @@ -2414,7 +2451,7 @@ function calcs.offence(env, actor, activeSkill) -- Check Precise Technique Keystone condition per pass as MH/OH might have different values local condName = pass.label:gsub(" ", "") .. "AccRatingHigherThanMaxLife" - skillModList.conditions[condName] = output.Accuracy > env.player.output.Life + skillModList.conditions[condName] = ( output.Accuracy and output.Accuracy or 0 ) > env.player.output.Life -- Calculate attack/cast speed if activeSkill.activeEffect.grantedEffect.castTime == 0 and not skillData.castTimeOverride and not skillData.triggered then @@ -2463,7 +2500,7 @@ function calcs.offence(env, actor, activeSkill) --Calculates the max number of trauma stacks you can sustain if skillModList:Flag(nil, "HasTrauma") then local effectiveAttackRateCap = data.misc.ServerTickRate * output.Repeats - local duration = skillModList:Sum("BASE", cfg, "TraumaDuration") * calcLib.mod(skillModList, skillCfg, "Duration", "SkillAndDamagingAilmentDuration") + local duration = skillModList:Sum("BASE", cfg, "TraumaDuration") * calcLib.mod(skillModList, skillCfg, "Duration", "DamagingAilmentDuration") local traumaPerAttack = 1 + m_min(skillModList:Sum("BASE", cfg, "ExtraTrauma"), 100) / 100 local incAttackSpeedPerTrauma = skillModList:Sum("INC", skillCfg, "SpeedPerTrauma") -- compute trauma using an exact form. @@ -2597,9 +2634,13 @@ function calcs.offence(env, actor, activeSkill) -- Average bolts reloaded past six second for purposes of calculating Fresh Clip support damage bonus local boltsReloadedPastSixSeconds = skillModList:Override({ source = "Config"}, "Multiplier:BoltsReloadedPastSixSeconds") or (output.ChanceToNotConsumeAmmo > 100) and 0 or (output.BoltCount * 6 / (output.TotalFiringTime + output.ReloadTime)) -- assume 0 bolts reloaded when none are consumed + local boltsReloadedPastEightSeconds = skillModList:Override({ source = "Config"}, "Multiplier:BoltsReloadedPastEightSeconds") or (output.ChanceToNotConsumeAmmo > 100) and 0 or (output.BoltCount * 8 / (output.TotalFiringTime + output.ReloadTime)) -- assume 0 bolts reloaded when none are consumed if boltsReloadedPastSixSeconds > 0 then skillModList:ReplaceMod("Multiplier:BoltsReloadedPastSixSeconds", "BASE", boltsReloadedPastSixSeconds, activeSkill.activeEffect.grantedEffect.name) end + if boltsReloadedPastEightSeconds > 0 then + skillModList:ReplaceMod("Multiplier:BoltsReloadedPastEightSeconds", "BASE", boltsReloadedPastEightSeconds, activeSkill.activeEffect.grantedEffect.name) + end end if output.Speed == 0 then output.Time = 0 @@ -2723,7 +2764,7 @@ function calcs.offence(env, actor, activeSkill) combineStat("AccuracyHitChance", "AVERAGE") combineStat("HitChance", "AVERAGE") combineStat("AccuracyHitChanceUncapped", "AVERAGE") - combineStat("Speed", "AVERAGE") + combineStat("Speed", "HARMONICMEAN") combineStat("HitSpeed", "OR") combineStat("HitTime", "OR") if output.Speed == 0 then @@ -2748,7 +2789,7 @@ function calcs.offence(env, actor, activeSkill) if breakdown then breakdown.Speed = { "Both weapons:", - s_format("(%.2f + %.2f) / 2", output.MainHand.Speed, output.OffHand.Speed), + s_format("2 / (1 / %.2f + 1 / %.2f)", output.MainHand.Speed, output.OffHand.Speed), s_format("= %.2f", output.Speed), } end @@ -2828,7 +2869,7 @@ function calcs.offence(env, actor, activeSkill) globalOutput.AncestralCryCastTime = calcWarcryCastTime(value.skillModList, value.skillCfg, value.skillData, actor) globalOutput.AncestralExertsCount = env.modDB:Sum("BASE", nil, "NumAncestralExerts") or 0 local baseUptimeRatio = m_min((globalOutput.AncestralExertsCount / output.Speed) / (globalOutput.AncestralCryCooldown + globalOutput.AncestralCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.AncestralUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.AncestralUpTimeRatio if globalBreakdown then @@ -2851,7 +2892,7 @@ function calcs.offence(env, actor, activeSkill) if activeSkill.skillTypes[SkillType.Melee] then globalOutput.InfernalExertsCount = env.modDB:Sum("BASE", nil, "NumInfernalExerts") or 0 local baseUptimeRatio = m_min((globalOutput.InfernalExertsCount / output.Speed) / (globalOutput.InfernalCryCooldown + globalOutput.InfernalCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.InfernalUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.InfernalUpTimeRatio if globalBreakdown then @@ -2875,7 +2916,7 @@ function calcs.offence(env, actor, activeSkill) globalOutput.IntimidatingCryCastTime = calcWarcryCastTime(value.skillModList, value.skillCfg, value.skillData, actor) globalOutput.IntimidatingExertsCount = env.modDB:Sum("BASE", nil, "NumIntimidatingExerts") or 0 local baseUptimeRatio = m_min((globalOutput.IntimidatingExertsCount / output.Speed) / (globalOutput.IntimidatingCryCooldown + globalOutput.IntimidatingCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.IntimidatingUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.IntimidatingUpTimeRatio if globalBreakdown then @@ -2920,7 +2961,7 @@ function calcs.offence(env, actor, activeSkill) globalOutput.RallyingCryCastTime = calcWarcryCastTime(value.skillModList, value.skillCfg, value.skillData, actor) globalOutput.RallyingExertsCount = env.modDB:Sum("BASE", nil, "NumRallyingExerts") or 0 local baseUptimeRatio = m_min((globalOutput.RallyingExertsCount / output.Speed) / (globalOutput.RallyingCryCooldown + globalOutput.RallyingCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.RallyingUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.RallyingUpTimeRatio if globalBreakdown then @@ -2966,7 +3007,7 @@ function calcs.offence(env, actor, activeSkill) globalOutput.SeismicCryCastTime = calcWarcryCastTime(value.skillModList, value.skillCfg, value.skillData, actor) globalOutput.SeismicExertsCount = env.modDB:Sum("BASE", nil, "NumSeismicExerts") or 0 local baseUptimeRatio = m_min((globalOutput.SeismicExertsCount / output.Speed) / (globalOutput.SeismicCryCooldown + globalOutput.SeismicCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.SeismicUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.SeismicUpTimeRatio -- account for AoE increase @@ -2996,7 +3037,7 @@ function calcs.offence(env, actor, activeSkill) if activeSkill.skillTypes[SkillType.Melee] then globalOutput.BattleCryExertsCount = env.modDB:Sum("BASE", nil, "NumBattlemageExerts") or 0 local baseUptimeRatio = m_min((globalOutput.BattleCryExertsCount / output.Speed) / (globalOutput.BattleMageCryCooldown + globalOutput.BattleMageCryCastTime), 1) * 100 - local storedUses = value.skillData.storedUses + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") + local storedUses = value.skillData.storedUses or 0 + value.skillModList:Sum("BASE", value.skillCfg, "AdditionalCooldownUses") globalOutput.BattlemageUpTimeRatio = m_min(100, baseUptimeRatio * storedUses) globalOutput.GlobalWarcryUptimeRatio = globalOutput.GlobalWarcryUptimeRatio + globalOutput.BattlemageUpTimeRatio if globalBreakdown then @@ -3329,6 +3370,10 @@ function calcs.offence(env, actor, activeSkill) end output.ScaledDamageEffect = 1 + + if output.CritChance ~= 0 then + skillModList.conditions["CritInPast8Sec"] = true + end -- Calculate chance and multiplier for dealing triple damage on Normal and Crit output.TripleDamageChanceOnCrit = m_min(skillModList:Sum("BASE", cfg, "TripleDamageChanceOnCrit"), 100) @@ -3828,7 +3873,7 @@ function calcs.offence(env, actor, activeSkill) end output.AverageDamage = output.AverageHit * output.HitChance / 100 globalOutput.AverageBurstHits = output.AverageBurstHits or 1 - local repeatPenalty = skillModList:Flag(nil, "HasSeals") and activeSkill.skillTypes[SkillType.CanRapidFire] and not skillModList:Flag(nil, "NoRepeatBonuses") and calcLib.mod(skillModList, skillCfg, "SealRepeatPenalty") or 1 + local repeatPenalty = skillModList:Flag(nil, "HasSeals") and activeSkill.skillTypes[SkillType.Unleashable] and not skillModList:Flag(nil, "NoRepeatBonuses") and calcLib.mod(skillModList, skillCfg, "SealRepeatPenalty") or 1 globalOutput.AverageBurstDamage = output.AverageDamage + output.AverageDamage * (globalOutput.AverageBurstHits - 1) * repeatPenalty or 0 globalOutput.ShowBurst = globalOutput.AverageBurstHits > 1 output.TotalDPS = output.AverageDamage * (globalOutput.HitSpeed or globalOutput.Speed) * skillData.dpsMultiplier * quantityMultiplier @@ -4409,7 +4454,7 @@ function calcs.offence(env, actor, activeSkill) end local rateMod = (calcLib.mod(skillModList, cfg, ailment .. "Faster") + enemyDB:Sum("INC", nil, "Self" .. ailment .. "Faster") / 100) / calcLib.mod(skillModList, cfg, ailment .. "Slower") local durationBase = skillData[ailment:lower() .. "DurationIsSkillDuration"] and skillData.duration or env.modDB:Override(nil, ailment .. "DurationBase") or data.misc[ailment .. "DurationBase"] - local durationMod = m_max(calcLib.mod(skillModList, dotCfg, "Enemy" .. ailment .. "Duration", "EnemyAilmentDuration", "Enemy" .. ailmentTypeMod .. "AilmentDuration", "SkillAndDamagingAilmentDuration", skillData[ailment:lower() .. "DurationIsSkillDuration"] and + local durationMod = m_max(calcLib.mod(skillModList, dotCfg, "Enemy" .. ailment .. "Duration", "EnemyAilmentDuration", "Enemy" .. ailmentTypeMod .. "AilmentDuration", "DamagingAilmentDuration", skillData[ailment:lower() .. "DurationIsSkillDuration"] and "Duration" or nil) * calcLib.mod(enemyDB, nil, "Self" .. ailment .. "Duration", "SelfAilmentDuration", "Self" .. ailmentTypeMod .. "AilmentDuration"), 0) durationMod = m_max(durationMod, 0) globalOutput[ailment .. "Duration"] = durationBase * durationMod / rateMod * debuffDurationMult @@ -5429,7 +5474,15 @@ function calcs.offence(env, actor, activeSkill) output.CombinedAvgToMonsterLife = output.CombinedAvg / monsterLife * 100 end if skillFlags.impale then - output.ImpaleDPS = output.PhysicalStoredCombinedAvg * ((output.ImpaleModifier or 1) - 1) * output.HitChance / 100 * skillData.dpsMultiplier + local mainHandImpaleDPS, offHandImpaleDPS + if skillFlags.attack and skillData.doubleHitsWhenDualWielding and skillFlags.bothWeaponAttack then + -- separately combine + mainHandImpaleDPS = output.MainHand.impaleStoredHitAvg * ((output.MainHand.ImpaleModifier or 1) - 1) * output.MainHand.HitChance / 100 * skillData.dpsMultiplier + offHandImpaleDPS = output.OffHand.impaleStoredHitAvg * ((output.OffHand.ImpaleModifier or 1) - 1) * output.OffHand.HitChance / 100 * skillData.dpsMultiplier + output.ImpaleDPS = mainHandImpaleDPS + offHandImpaleDPS + else + output.ImpaleDPS = output.PhysicalStoredCombinedAvg * ((output.ImpaleModifier or 1) - 1) * output.HitChance / 100 * skillData.dpsMultiplier + end if skillData.showAverage then output.WithImpaleDPS = output.AverageDamage + output.ImpaleDPS output.CombinedAvg = output.CombinedAvg + output.ImpaleDPS @@ -5444,19 +5497,34 @@ function calcs.offence(env, actor, activeSkill) output.CombinedDPS = output.CombinedDPS + output.ImpaleDPS if breakdown then breakdown.ImpaleDPS = {} - t_insert(breakdown.ImpaleDPS, s_format("%.2f ^8(average physical hit before mitigation)", output.PhysicalStoredCombinedAvg)) - t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(chance to hit)", output.HitChance / 100)) - if skillFlags.notAverage then - t_insert(breakdown.ImpaleDPS, output.HitSpeed and s_format("x %.2f ^8(hit rate)", output.HitSpeed) or s_format("x %.2f ^8(%s rate)", output.Speed, skillFlags.attack and "attack" or "cast")) - end - t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(impale damage multiplier)", ((output.ImpaleModifier or 1) - 1))) - if skillData.dpsMultiplier ~= 1 then - t_insert(breakdown.ImpaleDPS, s_format("x %g ^8(dps multiplier for this skill)", skillData.dpsMultiplier)) - end - if quantityMultiplier > 1 then - t_insert(breakdown.ImpaleDPS, s_format("x %g ^8(quantity multiplier for this skill)", quantityMultiplier)) + if skillFlags.attack and skillData.doubleHitsWhenDualWielding and skillFlags.bothWeaponAttack then + t_insert(breakdown.ImpaleDPS, s_format("Main Hand:")) + t_insert(breakdown.ImpaleDPS, s_format("%.2f ^8(MH average physical hit before mitigation)", output.MainHand.impaleStoredHitAvg)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(MH chance to hit)", output.MainHand.HitChance / 100)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(MH impale damage multiplier)\n", ((output.MainHand.ImpaleModifier or 1) - 1))) + t_insert(breakdown.ImpaleDPS, s_format("= %.2f", mainHandImpaleDPS)) + t_insert(breakdown.ImpaleDPS, s_format("Off Hand:")) + t_insert(breakdown.ImpaleDPS, s_format("%.2f ^8(OH average physical hit before mitigation)", output.OffHand.impaleStoredHitAvg)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(OH chance to hit)", output.OffHand.HitChance / 100)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(OH impale damage multiplier)", ((output.OffHand.ImpaleModifier or 1) - 1))) + t_insert(breakdown.ImpaleDPS, s_format("= %.2f", offHandImpaleDPS)) + t_insert(breakdown.ImpaleDPS, s_format("Combined total:")) + t_insert(breakdown.ImpaleDPS, s_format("%.2f + %.2f", mainHandImpaleDPS, offHandImpaleDPS)) + else + t_insert(breakdown.ImpaleDPS, s_format("%.2f ^8(average physical hit before mitigation)", output.PhysicalStoredCombinedAvg)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(chance to hit)", output.HitChance / 100)) + t_insert(breakdown.ImpaleDPS, s_format("x %.2f ^8(impale damage multiplier)", ((output.ImpaleModifier or 1) - 1))) end - t_insert(breakdown.ImpaleDPS, s_format("= %.1f", output.ImpaleDPS)) + if skillFlags.notAverage then + t_insert(breakdown.ImpaleDPS, output.HitSpeed and s_format("x %.2f ^8(hit rate)", output.HitSpeed) or s_format("x %.2f ^8(%s rate)", output.Speed, skillFlags.attack and "attack" or "cast")) + end + if skillData.dpsMultiplier ~= 1 then + t_insert(breakdown.ImpaleDPS, s_format("x %g ^8(dps multiplier for this skill)", skillData.dpsMultiplier)) + end + if quantityMultiplier > 1 then + t_insert(breakdown.ImpaleDPS, s_format("x %g ^8(quantity multiplier for this skill)", quantityMultiplier)) + end + t_insert(breakdown.ImpaleDPS, s_format("= %.1f", output.ImpaleDPS)) end end diff --git a/src/Modules/CalcPerform.lua b/src/Modules/CalcPerform.lua index 39571a9bb5..8686ff02de 100644 --- a/src/Modules/CalcPerform.lua +++ b/src/Modules/CalcPerform.lua @@ -363,6 +363,9 @@ local function doActorAttribsConditions(env, actor) end if not modDB:Flag(nil, "NoStrengthAttributeBonuses") then if not modDB:Flag(nil, "NoStrBonusToLife") then + if modDB:Flag(nil, "HalvesLifeFromStrength") then + inherentAttributeMultiplier = inherentAttributeMultiplier * 0.5 + end modDB:NewMod("Life", "BASE", output.Str * 2 * inherentAttributeMultiplier, "Strength") end end @@ -895,7 +898,8 @@ function calcs.perform(env, skipEHP) if modDB:Flag(nil, "MinionAccuracyEqualsAccuracy") then env.minion.modDB:NewMod("Accuracy", "BASE", calcLib.val(modDB, "Accuracy") + calcLib.val(modDB, "Dex") * (modDB:Override(nil, "DexAccBonusOverride") or data.misc.AccuracyPerDexBase), "Player") else - env.minion.modDB:NewMod("Accuracy", "BASE", round(env.data.monsterAccuracyTable[env.minion.level] * (env.minion.minionData.accuracy or 1)) + data.playerMinionIntrinsicStats["accuracy_rating_per_level"] * (env.minion.level - 1), "Base") + -- Minions no longer need Accuracy as of patch 0.3.0 + env.minion.modDB:NewMod("CannotBeEvaded", "FLAG", 1, "Minion Attacks always hit") end env.minion.modDB:NewMod("CritMultiplier", "BASE", env.data.monsterConstants["base_critical_hit_damage_bonus"] + env.data.playerMinionIntrinsicStats["base_critical_hit_damage_bonus"], "Base") env.minion.modDB:NewMod("FireResist", "BASE", env.minion.minionData.fireResist, "Base") @@ -1486,6 +1490,7 @@ function calcs.perform(env, skipEHP) local breakdownAttr = attr if breakdown then breakdown["Req"..attr] = { + source = "", rowList = { }, colList = { { label = attr, key = "req" }, @@ -2494,7 +2499,7 @@ function calcs.perform(env, skipEHP) local cfg = { skillName = grantedEffect.name } local inc = modDB:Sum("INC", cfg, "CurseEffectOnSelf") + gemModList:Sum("INC", nil, "CurseEffectAgainstPlayer") local more = modDB:More(cfg, "CurseEffectOnSelf") * gemModList:More(nil, "CurseEffectAgainstPlayer") - modDB:ScaleAddList(curseModList, (1 + inc / 100) * more) + modDB:ScaleAddList(curseModList, m_max((1 + inc / 100) * more, 0)) end elseif not enemyDB:Flag(nil, "Hexproof") or modDB:Flag(nil, "CursesIgnoreHexproof") then local curse = { @@ -3102,10 +3107,9 @@ function calcs.perform(env, skipEHP) t_insert(env.itemWarnings.gemGroupCountWarning, { allowedGemGroups, gemInfo }) end else - local allowedSupportCount = env.modDB:HasMod("OVERRIDE", nil, "MaxSupportGemCopies") and env.modDB:Override(nil, "MaxSupportGemCopies") or 1 - if gemInfo.support and gemInfo.count > allowedSupportCount then - env.itemWarnings.supportGemLimitWarning = env.itemWarnings.supportGemLimitWarning or { } - t_insert(env.itemWarnings.supportGemLimitWarning, { gemName, allowedSupportCount, gemInfo.groups }) + if gemInfo.support and gemInfo.lineage and gemInfo.count > 1 then + env.itemWarnings.lineageSupportGemLimitWarning = env.itemWarnings.lineageSupportGemLimitWarning or { } + t_insert(env.itemWarnings.lineageSupportGemLimitWarning, { gemName, 1, gemInfo.groups }) end end end diff --git a/src/Modules/CalcSections.lua b/src/Modules/CalcSections.lua index 85a2a51e49..59b630cabb 100644 --- a/src/Modules/CalcSections.lua +++ b/src/Modules/CalcSections.lua @@ -658,7 +658,7 @@ return { { breakdown = "DurationMod" }, { breakdown = "SecondaryDurationMod" }, { breakdown = "TertiaryDurationMod" }, - { modName = { "Duration", "PrimaryDuration", "SecondaryDuration", "TertiaryDuration", "SkillAndDamagingAilmentDuration" }, cfg = "skill" }, + { modName = { "Duration", "PrimaryDuration", "SecondaryDuration", "TertiaryDuration", "DamagingAilmentDuration" }, cfg = "skill" }, }, }, { label = "Skill Duration", flag = "duration", haveOutput = "Duration", { format = "{3:output:Duration}s", { breakdown = "Duration" }, }, }, { label = "Secondary Duration", flag = "duration", haveOutput = "DurationSecondary", { format = "{3:output:DurationSecondary}s", { breakdown = "DurationSecondary" }, }, }, @@ -672,7 +672,7 @@ return { { label = "Tertiary Uptime", haveOutput = "DurationTertiaryUptime", { format = "{2:output:DurationTertiaryUptime}%", { breakdown = "DurationTertiaryUptime" }, }, }, { label = "Aura Uptime", haveOutput = "AuraDurationUptime", { format = "{2:output:AuraDurationUptime}%", { breakdown = "AuraDurationUptime" }, }, }, { label = "Reserve Uptime", haveOutput = "ReserveDurationUptime", { format = "{2:output:ReserveDurationUptime}%", { breakdown = "ReserveDurationUptime" }, }, }, - { label = "Sustainable Trauma", haveOutput = "SustainableTrauma", { format = "{0:output:SustainableTrauma}", { breakdown = "SustainableTrauma" }, { modName = { "ExtraTrauma", "RepeatCount", "Duration", "PrimaryDuration", "SecondaryDuration", "SkillAndDamagingAilmentDuration"}, cfg = "skill" }, }, }, + { label = "Sustainable Trauma", haveOutput = "SustainableTrauma", { format = "{0:output:SustainableTrauma}", { breakdown = "SustainableTrauma" }, { modName = { "ExtraTrauma", "RepeatCount", "Duration", "PrimaryDuration", "SecondaryDuration", "DamagingAilmentDuration"}, cfg = "skill" }, }, }, { label = "Repeat Count", haveOutput = "RepeatCount", { format = "{output:Repeats}", { modName = { "RepeatCount" }, cfg = "skill" }, }, }, { label = "Projectile Count", flag = "projectile", { format = "{output:ProjectileCount}", { modName = { "NoAdditionalProjectiles" , "ProjectileCount" }, cfg = "skill" }, }, }, { label = "2 Add. Proj. Chance", haveOutput = "TwoAdditionalProjectiles", { format = "{output:TwoAdditionalProjectiles}%", { modName = { "TwoAdditionalProjectilesChance", "NoAdditionalProjectiles" }, cfg = "skill" }, }, }, @@ -947,7 +947,7 @@ return { }, }, { label = "Bleed Duration", { format = "{2:output:BleedDuration}s", { breakdown = "BleedDuration" }, - { label = "Player modifiers", modName = { "EnemyBleedDuration", "EnemyAilmentDuration", "SkillAndDamagingAilmentDuration", "BleedFaster" }, cfg = "bleed" }, + { label = "Player modifiers", modName = { "EnemyBleedDuration", "EnemyAilmentDuration", "DamagingAilmentDuration", "BleedFaster" }, cfg = "bleed" }, { label = "Enemy modifiers", modName = { "SelfBleedDuration", "SelfAilmentDuration", "SelfBleedFaster", "BleedExpireRate" }, enemy = true }, }, }, { label = "Dmg. of all Bleeds", { format = "{1:output:BleedDamage}", @@ -1004,8 +1004,8 @@ return { { label = "Caustic Ground", haveOutput = "CausticGroundFromPoison", { format = "{0:output:CausticGroundDPS}", { breakdown = "CausticGroundDPS" } } }, { label = "Poison Duration", { format = "{2:output:PoisonDuration}s", { breakdown = "PoisonDuration" }, - { label = "Player modifiers", notSkillData = "poisonDurationIsSkillDuration", modName = { "EnemyPoisonDuration", "EnemyAilmentDuration", "SkillAndDamagingAilmentDuration", "PoisonFaster" }, cfg = "poison" }, - { label = "Player modifiers", skillData = "poisonDurationIsSkillDuration", modName = { "EnemyPoisonDuration", "EnemyAilmentDuration", "SkillAndDamagingAilmentDuration", "PoisonFaster", "Duration" }, cfg = "poison" }, + { label = "Player modifiers", notSkillData = "poisonDurationIsSkillDuration", modName = { "EnemyPoisonDuration", "EnemyAilmentDuration", "DamagingAilmentDuration", "PoisonFaster" }, cfg = "poison" }, + { label = "Player modifiers", skillData = "poisonDurationIsSkillDuration", modName = { "EnemyPoisonDuration", "EnemyAilmentDuration", "DamagingAilmentDuration", "PoisonFaster", "Duration" }, cfg = "poison" }, { label = "Enemy modifiers", modName = { "SelfPoisonDuration", "SelfAilmentDuration", "SelfPoisonFaster" }, enemy = true }, }, }, { label = "Dmg. of all Poisons", { format = "{1:output:PoisonDamage}", @@ -1046,11 +1046,11 @@ return { { label = "Source Chaos", textSize = 12, notFlag = "attack", haveOutput = "IgniteChaosMax", { format = "{0:output:IgniteChaosMin} to {0:output:IgniteChaosMax}", { breakdown = "IgniteChaos" }, }, }, { label = "MH Source Chaos", bgCol = colorCodes.MAINHANDBG, textSize = 12, flag = "weapon1Attack", haveOutput = "MainHand.IgniteChaosMax", { format = "{0:output:MainHand.IgniteChaosMin} to {0:output:MainHand.IgniteChaosMax}", { breakdown = "MainHand.IgniteChaos" }, }, }, { label = "OH Source Chaos", bgCol = colorCodes.OFFHANDBG, textSize = 12, flag = "weapon2Attack", haveOutput = "OffHand.IgniteChaosMax", { format = "{0:output:OffHand.IgniteChaosMin} to {0:output:OffHand.IgniteChaosMax}", { breakdown = "OffHand.IgniteChaos" }, }, }, - { label = "Effective DPS Mod", flag = "effective", notFlag = "igniteToChaos", { format = "x {3:output:IgniteEffMult}", + { label = "Effective DPS Mod", flag = "effective", notSkillData = "IgniteToChaos", { format = "x {3:output:IgniteEffMult}", { breakdown = "IgniteEffMult" }, { label = "Enemy modifiers", modName = { "FireResist", "ElementalResist", "DamageTaken", "DamageTakenOverTime", "FireDamageTaken", "FireDamageTakenOverTime", "ElementalDamageTaken" }, enemy = true }, }, }, - { label = "Effective DPS Mod", flagList = { "effective", "igniteToChaos" }, { format = "x {3:output:IgniteEffMult}", + { label = "Effective DPS Mod", flag = "effective", skillData = "IgniteToChaos", { format = "x {3:output:IgniteEffMult}", { breakdown = "IgniteEffMult" }, { label = "Enemy modifiers", modName = { "ChaosResist", "DamageTaken", "DamageTakenOverTime", "ChaosDamageTaken", "ChaosDamageTakenOverTime" }, enemy = true }, }, }, @@ -1062,7 +1062,7 @@ return { { label = "Burning Ground", haveOutput = "BurningGroundFromIgnite", { format = "{0:output:BurningGroundDPS}", { breakdown = "BurningGroundDPS" } } }, { label = "Ignite Duration", { format = "{2:output:IgniteDuration}s", { breakdown = "IgniteDuration" }, - { label = "Player modifiers", modName = { "EnemyIgniteDuration", "EnemyAilmentDuration", "EnemyElementalAilmentDuration", "SkillAndDamagingAilmentDuration", "IgniteFaster", "IgniteSlower" }, cfg = "skill" }, + { label = "Player modifiers", modName = { "EnemyIgniteDuration", "EnemyAilmentDuration", "EnemyElementalAilmentDuration", "DamagingAilmentDuration", "IgniteFaster", "IgniteSlower" }, cfg = "skill" }, { label = "Enemy modifiers", modName = {"SelfIgniteDuration", "SelfAilmentDuration", "SelfElementalAilmentDuration", "SelfIgniteFaster"}, enemy = true }, }, }, { label = "Dmg. of all Ignites", { format = "{1:output:IgniteDamage}", @@ -1634,7 +1634,7 @@ return { { label = "Total", { format = "{0:output:Evasion}", { breakdown = "Evasion" }, }, }, { label = "Evade Chance", haveOutput = "noSplitEvade", { format = "{0:output:EvadeChance}%", { breakdown = "EvadeChance" }, - { label = "Player modifiers", modName = { "CannotEvade", "EvadeChance", "MeleeEvadeChance", "ProjectileEvadeChance" } }, + { label = "Player modifiers", modName = { "CannotEvade", "EvadeChance", "MeleeEvadeChance", "ProjectileEvadeChance", "SpellEvadeChance", "SpellProjectileEvadeChance" } }, { label = "Enemy modifiers", modName = { "Accuracy", "HitChance" }, enemy = true }, }, }, { label = "Melee Evade Ch.", haveOutput = "splitEvade", { format = "{0:output:MeleeEvadeChance}%", @@ -1647,6 +1647,16 @@ return { { label = "Player modifiers", modName = { "CannotEvade", "EvadeChance", "ProjectileEvadeChance" } }, { label = "Enemy modifiers", modName = { "Accuracy", "HitChance" }, enemy = true }, }, }, + { label = "Spell Evade Ch.", haveOutput = "splitEvade", { format = "{0:output:SpellEvadeChance}%", + { breakdown = "SpellEvadeChance" }, + { label = "Player modifiers", modName = { "CannotEvade", "EvadeChance", "SpellEvadeChance" } }, + { label = "Enemy modifiers", modName = { "Accuracy", "HitChance" }, enemy = true }, + }, }, + { label = "Spell Proj. Evade Ch.", haveOutput = "splitEvade", { format = "{0:output:SpellProjectileEvadeChance}%", + { breakdown = "SpellProjectileEvadeChance" }, + { label = "Player modifiers", modName = { "CannotEvade", "EvadeChance", "ProjectileEvadeChance", "SpellProjectileEvadeChance" } }, + { label = "Enemy modifiers", modName = { "Accuracy", "HitChance" }, enemy = true }, + }, }, { label = "Effect of Blind", haveOutput = "BlindEffectMod", { format = "{0:output:BlindEffectMod}%", { breakdown = "BlindEffectMod" }, { modName = { "BlindEffect", "BuffEffectOnSelf" }, }, } }, } } } }, diff --git a/src/Modules/CalcSetup.lua b/src/Modules/CalcSetup.lua index ba9b7151f1..0822135def 100644 --- a/src/Modules/CalcSetup.lua +++ b/src/Modules/CalcSetup.lua @@ -25,7 +25,7 @@ function calcs.initModDB(env, modDB) modDB:NewMod("TotemLightningResistMax", "BASE", 75, "Base") modDB:NewMod("TotemChaosResistMax", "BASE", 75, "Base") modDB:NewMod("BlockChanceMax", "BASE", data.characterConstants["object_inherent_base_maximum_block_%_from_ot"], "Base") - modDB:NewMod("SpellBlockChanceMax", "BASE", data.characterConstants["base_maximum_spell_block_%"], "Base") + modDB:NewMod("SpellBlockChanceMax", "BASE", data.characterConstants["object_inherent_base_maximum_block_%_from_ot"], "Base") modDB:NewMod("SpellDodgeChanceMax", "BASE", 75, "Base") modDB:NewMod("ChargeDuration", "BASE", 15, "Base") modDB:NewMod("PowerChargesMax", "BASE", data.characterConstants["max_power_charges"], "Base") @@ -55,7 +55,6 @@ function calcs.initModDB(env, modDB) modDB:NewMod("WarcryCastTime", "BASE", 0.8, "Base") modDB:NewMod("TotemPlacementTime", "BASE", 0.6, "Base") modDB:NewMod("BallistaPlacementTime", "BASE", 0.35, "Base") - modDB:NewMod("ActiveTotemLimit", "BASE", 1, "Base") modDB:NewMod("ShockStacksMax", "BASE", 1, "Base") modDB:NewMod("ChillStacksMax", "BASE", 1, "Base") modDB:NewMod("ScorchStacksMax", "BASE", 1, "Base") @@ -421,6 +420,19 @@ local function addBestSupport(supportEffect, appliedSupportList, mode) supportEffect.superseded = true end break + elseif supportEffect.grantedEffect.gemFamily and otherSupport.grantedEffect.gemFamily then + for _, family in ipairs(supportEffect.grantedEffect.gemFamily) do + for _, otherFamily in ipairs(otherSupport.grantedEffect.gemFamily) do + if family == otherFamily then + add = false + if mode == "MAIN" then + otherSupport.superseded = true + end + appliedSupportList[index] = supportEffect + break + end + end + end elseif supportEffect.grantedEffect.plusVersionOf == otherSupport.grantedEffect.id then add = false if mode == "MAIN" then @@ -1334,8 +1346,13 @@ function calcs.initEnv(build, mode, override, specEnv) group = { label = "On Kill Monster Explosion", enabled = true, gemList = { }, source = "Explode", noSupports = true } t_insert(build.skillsTab.socketGroupList, group) end + -- Hack to remove duplicates + local explodeBySource = { } + for _, explodeSource in ipairs(env.explodeSources) do + explodeBySource[explodeSource.modSource or explodeSource.id] = explodeSource + end -- Update the group - group.explodeSources = env.explodeSources + group.explodeSources = explodeBySource local gemsBySource = { } for _, gem in ipairs(group.gemList) do if gem.explodeSource then @@ -1343,7 +1360,7 @@ function calcs.initEnv(build, mode, override, specEnv) end end wipeTable(group.gemList) - for _, explodeSource in ipairs(env.explodeSources) do + for _, explodeSource in pairs(explodeBySource) do local activeGemInstance if gemsBySource[explodeSource.modSource or explodeSource.id] then activeGemInstance = gemsBySource[explodeSource.modSource or explodeSource.id] @@ -1384,10 +1401,15 @@ function calcs.initEnv(build, mode, override, specEnv) env.player.weaponData2 = env.player.itemList["Weapon 1"].weaponData[2] elseif not env.player.itemList["Weapon 2"] then -- Hollow Palm Technique - if (not env.player.itemList["Weapon 1"]) and (not env.player.itemList["Gloves"]) and env.modDB.mods.Keystone then + if (not env.player.itemList["Weapon 1"]) and env.modDB.mods.Keystone then for _, keystone in ipairs(env.modDB.mods.Keystone) do if keystone.value == "Hollow Palm Technique" then env.player.weaponData2 = copyTable(env.data.unarmedWeaponData[env.classId]) + for i = 1, 2 do + env.player["weaponData" .. tostring(i)].asThoughUsing = env.player["weaponData" .. tostring(i)].asThoughUsing or { } + env.player["weaponData" .. tostring(i)].asThoughUsing["Staff"] = true + end + env.player.modDB.conditions["HollowPalm"] = true -- Had to add condition here because it was otherwise not recognized correctly when "DisableSkill" is processed break end end @@ -1755,12 +1777,15 @@ function calcs.initEnv(build, mode, override, specEnv) activeSkill.skillData.storedUses = skillData.storedUses activeSkill.skillData.CritChance = skillData.CritChance activeSkill.skillData.attackTime = skillData.attackTime + activeSkill.skillData.attackSpeedMultiplier = skillData.attackSpeedMultiplier + activeSkill.skillData.soulPreventionDuration = skillData.soulPreventionDuration activeSkill.skillData.totemLevel = skillData.totemLevel activeSkill.skillData.damageEffectiveness = skillData.damageEffectiveness activeSkill.skillData.manaReservationPercent = skillData.manaReservationPercent end end + -- Merge Requirements Tables env.requirementsTable = tableConcat(env.requirementsTableItems, env.requirementsTableGems) diff --git a/src/Modules/CalcTools.lua b/src/Modules/CalcTools.lua index 2149c18d5f..52795aa41f 100644 --- a/src/Modules/CalcTools.lua +++ b/src/Modules/CalcTools.lua @@ -94,15 +94,19 @@ function calcLib.canGrantedEffectSupportActiveSkill(grantedEffect, activeSkill) if grantedEffect.fromItem and grantedEffect.support and (activeSkill.activeEffect.grantedEffect.fromItem or activeSkill.activeEffect.grantedEffect.modSource:sub(1, #"Item") == "Item" or (activeSkill.activeEffect.srcInstance and activeSkill.activeEffect.srcInstance.fromItem)) then return false end + + local effectiveSkillTypes = activeSkill.summonSkill and activeSkill.summonSkill.skillTypes or activeSkill.skillTypes + local effectiveMinionTypes = not grantedEffect.ignoreMinionTypes and (activeSkill.summonSkill and activeSkill.summonSkill.minionSkillTypes or activeSkill.minionSkillTypes) + -- if the activeSkill is a Minion's skill like "Default Attack", use minion's skillTypes instead for exclusions -- otherwise compare support to activeSkill directly - if grantedEffect.excludeSkillTypes[1] and calcLib.doesTypeExpressionMatch(grantedEffect.excludeSkillTypes, (activeSkill.summonSkill and activeSkill.summonSkill.skillTypes) or activeSkill.skillTypes) then + if grantedEffect.excludeSkillTypes[1] and calcLib.doesTypeExpressionMatch(grantedEffect.excludeSkillTypes, effectiveSkillTypes) then return false end if grantedEffect.isTrigger and activeSkill.actor.enemy.player ~= activeSkill.actor then return false end - return not grantedEffect.requireSkillTypes[1] or calcLib.doesTypeExpressionMatch(grantedEffect.requireSkillTypes, activeSkill.skillTypes, not grantedEffect.ignoreMinionTypes and activeSkill.minionSkillTypes) + return not grantedEffect.requireSkillTypes[1] or calcLib.doesTypeExpressionMatch(grantedEffect.requireSkillTypes, effectiveSkillTypes, effectiveMinionTypes) end -- Check if given gem is of the given type ("all", "strength", "melee", etc) @@ -124,7 +128,7 @@ function calcLib.getGemStatRequirement(level, multi, isSupport) if multi == 0 or isSupport then return 0 end - local req = round( ( 5 + ( level - 3 ) * 2.25 ) * ( multi / 100 ) ^ 0.9 ) + 4 + local req = round( ( 5 + ( level - 3 ) * 1.7 ) * ( multi / 100 ) ^ 0.9 ) + 4 return req < 8 and 0 or req end diff --git a/src/Modules/CalcTriggers.lua b/src/Modules/CalcTriggers.lua index 69db1a645b..35fab416f8 100644 --- a/src/Modules/CalcTriggers.lua +++ b/src/Modules/CalcTriggers.lua @@ -439,7 +439,7 @@ local function defaultTriggerHandler(env, config) actor.mainSkill.skillData.ignoresTickRate = actor.mainSkill.skillData.ignoresTickRate or (actor.mainSkill.skillData.storedUses and actor.mainSkill.skillData.storedUses > 1) --Account for source unleash - if source and GlobalCache.cachedData[env.mode][uuid] and source.skillModList:Flag(nil, "HasSeals") and source.skillTypes[SkillType.CanRapidFire] then + if source and GlobalCache.cachedData[env.mode][uuid] and source.skillModList:Flag(nil, "HasSeals") and source.skillTypes[SkillType.Unleashable] then local unleashDpsMult = GlobalCache.cachedData[env.mode][uuid].ActiveSkill.skillData.dpsMultiplier or 1 trigRate = trigRate * unleashDpsMult actor.mainSkill.skillFlags.HasSeals = true @@ -1111,17 +1111,19 @@ local configTable = { end end, ["cast when damage taken"] = function(env) - local thresholdMod = calcLib.mod(env.player.mainSkill.skillModList, nil, "CWDTThreshold") - env.player.output.CWDTThreshold = env.player.mainSkill.skillData.triggeredByDamageTaken * thresholdMod - if env.player.breakdown and env.player.output.CWDTThreshold ~= env.player.mainSkill.skillData.triggeredByDamageTaken then - env.player.breakdown.CWDTThreshold = { - s_format("%.2f ^8(base threshold)", env.player.mainSkill.skillData.triggeredByDamageTaken), - s_format("x %.2f ^8(threshold modifier)", thresholdMod), - s_format("= %.2f", env.player.output.CWDTThreshold), - } + if env.player.mainSkill.skillData.triggeredByDamageTaken then + local thresholdMod = calcLib.mod(env.player.mainSkill.skillModList, nil, "CWDTThreshold") + env.player.output.CWDTThreshold = env.player.mainSkill.skillData.triggeredByDamageTaken * thresholdMod + if env.player.breakdown and env.player.output.CWDTThreshold ~= env.player.mainSkill.skillData.triggeredByDamageTaken then + env.player.breakdown.CWDTThreshold = { + s_format("%.2f ^8(base threshold)", env.player.mainSkill.skillData.triggeredByDamageTaken), + s_format("x %.2f ^8(threshold modifier)", thresholdMod), + s_format("= %.2f", env.player.output.CWDTThreshold), + } + end + env.player.mainSkill.skillFlags.globalTrigger = true + return {source = env.player.mainSkill} end - env.player.mainSkill.skillFlags.globalTrigger = true - return {source = env.player.mainSkill} end, ["cast when stunned"] = function(env) env.player.mainSkill.skillFlags.globalTrigger = true diff --git a/src/Modules/Common.lua b/src/Modules/Common.lua index 1fe28d5053..76f6ec96e3 100644 --- a/src/Modules/Common.lua +++ b/src/Modules/Common.lua @@ -248,6 +248,7 @@ function sanitiseText(text) :gsub("\226\128\148", "-") -- U+2014 EM DASH :gsub("\226\128\149", "-") -- U+2015 HORIZONTAL BAR :gsub("\226\136\146", "-") -- U+2212 MINUS SIGN + :gsub("\226\128\162 ?", "") -- U+2022 BULLET :gsub("\195\164", "a") -- U+00E4 LATIN SMALL LETTER A WITH DIAERESIS :gsub("\195\182", "o") -- U+00F6 LATIN SMALL LETTER O WITH DIAERESIS -- single-byte: Windows-1252 and similar diff --git a/src/Modules/ConfigOptions.lua b/src/Modules/ConfigOptions.lua index d7cbcdfb2b..46b609f173 100644 --- a/src/Modules/ConfigOptions.lua +++ b/src/Modules/ConfigOptions.lua @@ -402,10 +402,6 @@ local configSettings = { { var = "infusedChannellingInfusion", type = "check", label = "Is Infusion active?", ifSkill = "Infused Channelling", apply = function(val, modList, enemyModList) modList:NewMod("Condition:InfusionActive", "FLAG", true, "Config") end }, - { label = "Innervate:", ifSkill = "Innervate" }, - { var = "innervateInnervation", type = "check", label = "Is Innervation active?", ifSkill = "Innervate", apply = function(val, modList, enemyModList) - modList:NewMod("Condition:InnervationActive", "FLAG", true, "Config") - end }, { label = "Intensify:", ifSkill = { "Intensify", "Crackling Lance", "Pinpoint" } }, { var = "intensifyIntensity", type = "count", label = "# of Intensity:", ifSkill = { "Intensify", "Crackling Lance", "Pinpoint" }, apply = function(val, modList, enemyModList) modList:NewMod("Multiplier:Intensity", "BASE", val, "Config") @@ -432,6 +428,12 @@ local configSettings = { { var = "momentumDamage", type = "check", label = "Moved 2m during Skill use?", ifSkill = "Momentum", ifFlag = "CanPerformSkillWhileMoving", apply = function(val, modList, enemyModList) modList:NewMod("Condition:Moved2m", "FLAG", true, "Config") end }, + { label = "Stoicism:", ifSkill = { "Stoicism I", "Stoicism II" } }, + { var = "stoicismSeconds", type = "count", label = "Seconds building Stoicism:", ifSkill = { "Stoicism I", "Stoicism II" }, tooltip = "Seconds since last reset. Stoicism I: 1%/s (full 20s). Stoicism II: 2%/s (full 10s).", apply = function(val, modList, enemyModList) + modList:NewMod("Condition:UsingStoicism", "FLAG", true, "Config") + modList:NewMod("Multiplier:StoicismSeconds", "BASE", m_min(m_max(val, 0), 20), "Config") + modList:NewMod("Multiplier:StoicismCap", "BASE", 20, "Config") + end }, { label = "Parry:", ifSkill = "Parry" }, { var = "parryActive", type = "check", label = "Enemy has Parry Debuff", ifSkill = "Parry", tooltip = "The Parry debuff grants:\n\tEnemies take 50% more Attack Damage", apply = function(val, modList, enemyModList) enemyModList:NewMod("Condition:ParryActive", "FLAG", true, "Config") @@ -779,8 +781,10 @@ Huge sets the radius to 11. }, defaultIndex = 2, apply = function(val, modList, enemyModList) if val == "AVERAGE" then modList:NewMod("Condition:averageRepeat", "FLAG", true, "Config") + modList:NewMod("MinionModifier", "LIST", { mod = modLib.createMod("Condition:averageRepeat", "FLAG", true, "Config") }) elseif val == "FINAL" or val == "FINAL_DPS" then modList:NewMod("Condition:alwaysFinalRepeat", "FLAG", true, "Config") + modList:NewMod("MinionModifier", "LIST", { mod = modLib.createMod("Condition:alwaysFinalRepeat", "FLAG", true, "Config") }) end end }, { var = "ruthlessSupportMode", type = "list", label = "Ruthless Support Mode:", ifSkill = "Ruthless", tooltip = "Controls how the hit/ailment effect of Ruthless Support is calculated:\n\tAverage: damage is based on the average application\n\tMax Effect: damage is based on maximum effect", list = {{val="AVERAGE",label="Average"},{val="MAX",label="Max Effect"}} }, @@ -825,7 +829,7 @@ Huge sets the radius to 11. { var = "buffOnslaught", type = "check", label = "Do you have Onslaught?", tooltip = "In addition to allowing any 'while you have Onslaught' modifiers to apply,\nthis will enable the Onslaught buff itself. (Grants 20% increased Attack, Cast, and Movement Speed)", apply = function(val, modList, enemyModList) modList:NewMod("Condition:Onslaught", "FLAG", true, "Config", { type = "Condition", var = "Combat" }) end }, - { var = "buffArcaneSurge", type = "check", label = "Do you have Arcane Surge?", tooltip = "In addition to allowing any 'while you have Arcane Surge' modifiers to apply,\nthis will enable the Arcane Surge buff itself. (Grants 10% more Cast Speed and 20% more Mana Regeneration rate)", apply = function(val, modList, enemyModList) + { var = "buffArcaneSurge", type = "check", label = "Do you have Arcane Surge?", tooltip = "In addition to allowing any 'while you have Arcane Surge' modifiers to apply,\nthis will enable the Arcane Surge buff itself. (Grants 15% increased Cast Speed and 20% more Mana Regeneration rate)", apply = function(val, modList, enemyModList) modList:NewMod("Condition:ArcaneSurge", "FLAG", true, "Config", { type = "Condition", var = "Combat" }) end }, { var = "buffQuicksandHourglass", type = "check", label = "Do you have Quicksand Hourglass?", ifFlag = "Condition:CanGainQuicksandHourglass", tooltip = "this will enable the Quicksand Hourglass buff itself.", apply = function(val, modList, enemyModList) @@ -1515,9 +1519,12 @@ Huge sets the radius to 11. { var = "conditionAtCloseRange", type = "check", label = "Is the enemy at Close Range?", ifCond = "AtCloseRange", apply = function(val, modList, enemyModList) modList:NewMod("Condition:AtCloseRange", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) end }, - { var = "multiplierBoltsReloadedPerSecond", type = "countAllowZero", label = "# bolts reloaded past 6 seconds", tooltip = "Override number of bolts reloaded in the past 6 seconds.\nUsed to calculate damage bonus from Fresh Clip support.\nAssumes calculated average if no value is specified.", ifSkill = "Fresh Clip", apply = function(val, modList, enemyModList) + { var = "multiplierBoltsReloadedPer6Seconds", type = "countAllowZero", label = "# bolts reloaded past 6 seconds", tooltip = "Override number of bolts reloaded in the past 6 seconds.\nUsed to calculate damage bonus from Fresh Clip I support.\nAssumes calculated average if no value is specified.", ifSkill = "Fresh Clip I", apply = function(val, modList, enemyModList) modList:NewMod("Multiplier:BoltsReloadedPastSixSeconds", "OVERRIDE", val, "Config", { type = "Condition", var = "Effective" }) end }, + { var = "multiplierBoltsReloadedPer8Seconds", type = "countAllowZero", label = "# bolts reloaded past 8 seconds", tooltip = "Override number of bolts reloaded in the past 8 seconds.\nUsed to calculate damage bonus from Fresh Clip II support.\nAssumes calculated average if no value is specified.", ifSkill = "Fresh Clip II", apply = function(val, modList, enemyModList) + modList:NewMod("Multiplier:BoltsReloadedPastEightSeconds", "OVERRIDE", val, "Config", { type = "Condition", var = "Effective" }) + end }, { var = "enemyMultiplierEnemyPresenceSeconds", type = "count", label = "Enemy in Your Presence Duration", tooltip = "Number of seconds the enemy has been in your presence.", ifEnemyMult = "EnemyPresenceSeconds", apply = function(val, modList, enemyModList) enemyModList:NewMod("Multiplier:EnemyPresenceSeconds", "BASE", val, "Config", { type = "Condition", var = "Effective" }) end }, @@ -1858,6 +1865,7 @@ Huge sets the radius to 11. elseif val == "Boss" then enemyModList:NewMod("Condition:Unique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("Condition:RareOrUnique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) + enemyModList:NewMod("CurseEffectOnSelf", "INC", -50, "Unique", { type = "Condition", var = "Effective" }) modList:NewMod("WarcryPower", "BASE", 20, "Boss") modList:NewMod("Multiplier:EnemyPower", "BASE", 20, "Boss") @@ -1893,6 +1901,7 @@ Huge sets the radius to 11. enemyModList:NewMod("Condition:Unique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("Condition:RareOrUnique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("Condition:PinnacleBoss", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) + enemyModList:NewMod("CurseEffectOnSelf", "INC", -50, "Unique", { type = "Condition", var = "Effective" }) modList:NewMod("WarcryPower", "BASE", 20, "Boss") modList:NewMod("Multiplier:EnemyPower", "BASE", 20, "Boss") @@ -1926,6 +1935,7 @@ Huge sets the radius to 11. enemyModList:NewMod("Condition:Unique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("Condition:RareOrUnique", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) enemyModList:NewMod("Condition:PinnacleBoss", "FLAG", true, "Config", { type = "Condition", var = "Effective" }) + enemyModList:NewMod("CurseEffectOnSelf", "INC", -50, "Unique", { type = "Condition", var = "Effective" }) enemyModList:NewMod("DamageTaken", "MORE", -70, "Boss") modList:NewMod("WarcryPower", "BASE", 20, "Boss") modList:NewMod("Multiplier:EnemyPower", "BASE", 20, "Boss") diff --git a/src/Modules/Data.lua b/src/Modules/Data.lua index e08f51473d..f751e26f8e 100644 --- a/src/Modules/Data.lua +++ b/src/Modules/Data.lua @@ -68,17 +68,32 @@ end local function makeSkillDataMod(dataKey, dataValue, ...) return makeSkillMod("SkillData", "LIST", { key = dataKey, value = dataValue }, 0, 0, ...) end -local function processMod(grantedEffect, mod) +local function processMod(grantedEffect, mod, statName) mod.source = grantedEffect.modSource if type(mod.value) == "table" and mod.value.mod then mod.value.mod.source = "Skill:"..grantedEffect.id end + for _, tag in ipairs(mod) do if tag.type == "GlobalEffect" then grantedEffect.hasGlobalEffect = true break end end + + local notMinionStat = false + for _, statStet in ipairs(grantedEffect.statSets) do + if statStet.notMinionStat and statName and (grantedEffect.support or grantedEffect.skillTypes and grantedEffect.skillTypes[SkillType.Buff]) then + for _, notMinionStatName in ipairs(statStet.notMinionStat) do + if notMinionStatName == statName then + notMinionStat = true + end + end + end + end + if notMinionStat then + t_insert(mod, { type = "ActorCondition", actor = "parent", neg = true }) + end end ----------------- @@ -153,7 +168,7 @@ data.powerStatList = { data.misc = { -- magic numbers ServerTickTime = 0.033, ServerTickRate = 1 / 0.033, - AccuracyPerDexBase = 5, + AccuracyPerDexBase = 6, LowPoolThreshold = 0.35, TemporalChainsEffectCap = 75, BuffExpirationSlowCap = 0.25, @@ -161,14 +176,14 @@ data.misc = { -- magic numbers EnemyPhysicalDamageReductionCap = data.monsterConstants["maximum_physical_damage_reduction_%"], ResistFloor = -200, MaxResistCap = 90, - EvadeChanceCap = data.characterConstants["base_maximum_chance_to_evade_%"], + EvadeChanceCap = data.gameConstants["DefaultMaxEvadeChancePercent"], DodgeChanceCap = 75, BlockChanceCap = 90, SuppressionChanceCap = 100, SuppressionEffect = 50, AvoidChanceCap = 75, AccuracyFalloffStart = 20, - AccuracyFalloffEnd = 120, + AccuracyFalloffEnd = 90, MaxAccuracyRangePenalty = -data.characterConstants["accuracy_rating_+%_final_at_max_distance_scaled"], ArmourRatio = 10, NegArmourDmgBonusCap = 100, @@ -197,7 +212,8 @@ data.misc = { -- magic numbers StunBaseMult = 200, StunBaseDuration = data.characterConstants["stun_base_duration_override_ms"] / 1000, MinionBaseStunDuration = (data.monsterConstants["stun_base_duration_override_ms"] + data.playerMinionIntrinsicStats["stun_base_duration_override_ms"]) / 1000, - StunNotMeleeDamageMult = 1 / (1 + data.monsterConstants["melee_hit_damage_stun_multiplier_+%"] / 100), + MeleeStunMult = data.monsterConstants["melee_hit_damage_stun_multiplier_+%_final_from_ot"] / 100, + PhysicalStunMult = data.monsterConstants["physical_hit_damage_stun_multiplier_+%_final_from_ot"] / 100, PlayerMovementSpeed = data.characterConstants["base_speed"], MaxEnemyLevel = 85, maxExperiencePenaltyFreeAreaLevel = 70, @@ -281,6 +297,7 @@ data.keystones = { "Acrobatics", "Ancestral Bond", "Avatar of Fire", + "Blackflame Covenant", "Blood Magic", "Bulwark", "Chaos Inoculation", @@ -293,6 +310,7 @@ data.keystones = { "Giant's Blood", "Glancing Blows", "Heartstopper", + "Hollow Palm Technique", "Iron Reflexes", "Mind Over Matter", "Necromantic Talisman", @@ -300,9 +318,11 @@ data.keystones = { "Pain Attunement", "Resolute Technique", "Resonance", + "Ritual Cadence", "Trusted Kinship", "Unwavering Stance", "Vaal Pact", + "Walker of the Wilds", "Whispers of Doom", "Zealot's Oath", } @@ -502,13 +522,13 @@ data.weaponTypeInfo = { ["Two Handed Sword"] = { oneHand = false, melee = true, flag = "Sword" }, } data.unarmedWeaponData = { - [0] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 6 }, -- Scion - [1] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 8 }, -- Marauder - [2] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 5 }, -- Ranger - [3] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 5 }, -- Witch - [4] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 6 }, -- Duelist - [5] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 6 }, -- Templar - [6] = { type = "None", AttackRate = 1.4, CritChance = 0, PhysicalMin = 2, PhysicalMax = 5 }, -- Shadow + [0] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 6 }, -- Scion + [1] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 8 }, -- Marauder + [2] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 5 }, -- Ranger + [3] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 5 }, -- Witch + [4] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 6 }, -- Duelist + [5] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 6 }, -- Templar + [6] = { type = "None", AttackRate = 1.4, CritChance = data.characterConstants["unarmed_base_critical_strike_chance"] / 100, PhysicalMin = 2, PhysicalMax = 5 }, -- Shadow } data.setJewelRadiiGlobally = function(treeVersion) @@ -571,7 +591,8 @@ data.itemMods = { Charm = LoadModule("Data/ModCharm"), Jewel = LoadModule("Data/ModJewel"), Corruption = LoadModule("Data/ModCorrupted"), - Runes = LoadModule("Data/ModRunes") + Runes = LoadModule("Data/ModRunes"), + Exclusive = LoadModule("Data/ModItemExclusive") } -- update JewelRadius affixes for Time-Lost jewels @@ -587,6 +608,7 @@ do end end +data.essences = LoadModule("Data/Essence") data.costs = LoadModule("Data/Costs") do local map = { } @@ -784,7 +806,7 @@ data.skillStatMapMeta = { map = copyTable(map) t[key] = map for _, mod in ipairs(map) do - processMod(t._grantedEffect, mod) + processMod(t._grantedEffect, mod, key) end return map end @@ -817,14 +839,14 @@ for skillId, grantedEffect in pairs(data.skills) do statSet.statMap = statSet.statMap or { } setmetatable(statSet.statMap, data.skillStatMapMeta) statSet.statMap._grantedEffect = grantedEffect - for _, map in pairs(statSet.statMap) do + for name, map in pairs(statSet.statMap) do -- Some mods need different scalars for different stats, but the same value. Putting them in a group allows this for _, modOrGroup in ipairs(map) do if modOrGroup.name then - processMod(grantedEffect, modOrGroup) + processMod(grantedEffect, modOrGroup, name) else for _, mod in ipairs(modOrGroup) do - processMod(grantedEffect, mod) + processMod(grantedEffect, mod, name) end end end diff --git a/src/Modules/ModParser.lua b/src/Modules/ModParser.lua index c7dfe89791..70353de369 100644 --- a/src/Modules/ModParser.lua +++ b/src/Modules/ModParser.lua @@ -186,6 +186,7 @@ local modNameList = { ["mana reservation of skills"] = { "ManaReserved", tag = { type = "SkillType", skillType = SkillType.Aura } }, ["mana reservation efficiency of skills"] = "ManaReservationEfficiency", ["life reservation efficiency of skills"] = "LifeReservationEfficiency", + ["spirit reservation efficiency of skills"] = "SpiritReservationEfficiency", ["reservation of skills"] = "Reserved", ["mana reservation if cast as an aura"] = { "ManaReserved", tag = { type = "SkillType", skillType = SkillType.Aura } }, ["reservation if cast as an aura"] = { "Reserved", tag = { type = "SkillType", skillType = SkillType.Aura } }, @@ -219,6 +220,8 @@ local modNameList = { ["chance to evade attacks"] = "EvadeChance", ["chance to evade attack hits"] = "EvadeChance", ["chance to evade projectile attacks"] = "ProjectileEvadeChance", + ["chance to evade spells"] = "SpellEvadeChance", + ["chance to evade spell hits"] = "SpellEvadeChance", ["chance to evade melee attacks"] = "MeleeEvadeChance", ["evasion rating against melee attacks"] = "MeleeEvasion", ["evasion rating against projectile attacks"] = "ProjectileEvasion", @@ -636,6 +639,7 @@ local modNameList = { ["fire exposure effect"] = "FireExposureEffect", ["cold exposure effect"] = "ColdExposureEffect", ["lightning exposure effect"] = "LightningExposureEffect", + ["exposure effect"] = { "FireExposureEffect", "ColdExposureEffect", "LightningExposureEffect" }, -- Basic damage types ["damage"] = "Damage", ["physical damage"] = "PhysicalDamage", @@ -717,6 +721,7 @@ local modNameList = { ["magnitude of jagged ground you create"] = "EnemyJaggedGroundMagnitude", ["magnitude of bleeding you inflict"] = { "AilmentMagnitude", keywordFlags = KeywordFlag.Bleed }, ["magnitude of ignite you inflict"] = { "AilmentMagnitude", keywordFlags = KeywordFlag.Ignite }, + ["ignite magnitude"] = { "AilmentMagnitude", keywordFlags = KeywordFlag.Ignite }, ["magnitude of poison you inflict"] = { "AilmentMagnitude", keywordFlags = KeywordFlag.Poison }, ["magnitude of ailments you inflict"] = "AilmentMagnitude", ["magnitude of damaging ailments you inflict"] = { "AilmentMagnitude", keywordFlags = bor(KeywordFlag.Poison, KeywordFlag.Bleed, KeywordFlag.Ignite) }, @@ -725,10 +730,11 @@ local modNameList = { ["chill effect"] = "EnemyChillMagnitude", ["effect of cold ailments"] = "EnemyChillMagnitude", ["effect of chill on you"] = "SelfChillEffect", + ["effect of freeze on you"] = "SelfFreezeEffect", ["effect of shock on you"] = "SelfShockEffect", ["effect of non-damaging ailments"] = { "EnemyShockMagnitude", "EnemyChillMagnitude", "EnemyFreezeEffect" }, ["effect of non-damaging ailments you inflict"] = { "EnemyShockMagnitude", "EnemyChillMagnitude", "EnemyFreezeEffect" }, - ["magnitude of non-damaging ailments you inflict"] = { "EnemyShockMagnitude", "EnemyChillMagnitude", "EnemyFreezeEffect" }, + ["magnitude of non-damaging ailments you inflict"] = { "EnemyShockMagnitude", "EnemyChillMagnitude", "EnemyFreezeEffect" }, ["shock duration"] = "EnemyShockDuration", ["duration of shocks you inflict"] = "EnemyShockDuration", ["shock duration on you"] = "SelfShockDuration", @@ -747,6 +753,7 @@ local modNameList = { ["ignite duration on you"] = "SelfIgniteDuration", ["duration of ignite on you"] = "SelfIgniteDuration", ["effect of ignite on you"] = "SelfIgniteEffect", + ["magnitude of ignite on you"] = "SelfIgniteEffect", ["duration of elemental ailments"] = "EnemyElementalAilmentDuration", ["duration of elemental ailments on you"] = "SelfElementalAilmentDuration", ["duration of elemental status ailments"] = "EnemyElementalAilmentDuration", @@ -934,6 +941,7 @@ local modFlagList = { ["for spell damage"] = { flags = ModFlag.Spell }, ["with spell damage"] = { flags = ModFlag.Spell }, ["with spells"] = { keywordFlags = KeywordFlag.Spell }, + ["with spell skills"] = { keywordFlags = KeywordFlag.Spell }, ["with triggered spells"] = { keywordFlags = KeywordFlag.Spell, tag = { type = "SkillType", skillType = SkillType.Triggered } }, ["by spells"] = { keywordFlags = KeywordFlag.Spell }, ["by your spells"] = { keywordFlags = KeywordFlag.Spell }, @@ -1457,22 +1465,27 @@ local modTagList = { ["per (%d+)%% chance to block spell damage"] = function(num) return { tag = { type = "PerStat", stat = "SpellBlockChance", div = num } } end, ["per (%d+) of the lowest of armour and evasion rating"] = function(num) return { tag = { type = "PerStat", stat = "LowestOfArmourAndEvasion", div = num } } end, ["per (%d+) maximum energy shield on equipped helmet"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnHelmet", div = num } } end, - ["per (%d+) energy shield on equipped helmet"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnHelmet", div = num } } end, + ["per (%d+) (i?t?e?m? ?)energy shield on equipped helmet"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnHelmet", div = num } } end, ["per (%d+) maximum energy shield on helmet"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnHelmet", div = num } } end, - ["per (%d+) evasion rating on body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, - ["per (%d+) evasion rating on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, - ["for every (%d+) evasion rating on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, - ["for every (%d+) energy shield on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnBody Armour", div = num } } end, - ["per (%d+) armour on equipped shield"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnWeapon 2", div = num } } end, - ["per (%d+) armour or evasion rating on shield"] = function(num) return { tag = { type = "PerStat", statList = { "ArmourOnWeapon 2", "EvasionOnWeapon 2" }, div = num } } end, - ["per (%d+) armour or evasion rating on equipped shield"] = function(num) return { tag = { type = "PerStat", statList = { "ArmourOnWeapon 2", "EvasionOnWeapon 2" }, div = num } } end, - ["per (%d+) evasion rating on equipped shield"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnWeapon 2", div = num } } end, - ["per (%d+) maximum energy shield on equipped shield"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num } } end, - ["per (%d+) maximum energy shield on shield"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num } } end, - ["per (%d+) evasion on equipped boots"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBoots", div = num } } end, - ["per (%d+) evasion on boots"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBoots", div = num } } end, - ["per (%d+) armour on equipped gloves"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnGloves", div = num } } end, - ["per (%d+) armour on gloves"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnGloves", div = num } } end, + ["per (%d+) (i?t?e?m? ?)evasion rating on body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, + ["per (%d+) (i?t?e?m? ?)evasion rating on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, + ["for every (%d+) (i?t?e?m? ?)evasion rating on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBody Armour", div = num } } end, + ["per (%d+) (i?t?e?m? ?)evasion rating on equipped armour items"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnAllArmourItems", div = num } } end, + ["per (%d+) (i?t?e?m? ?)armour on equipped armour items"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnAllArmourItems", div = num } } end, + ["per (%d+) (i?t?e?m? ?)energy shield on equipped armour items"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnAllArmourItems", div = num } } end, + ["for every (%d+) (i?t?e?m? ?)energy shield on equipped body armour"] = function(num) return { tag = { type = "PerStat", stat = "EnergyShieldOnBody Armour", div = num } } end, + ["per (%d+) (i?t?e?m? ?)armour on equipped shield"] = function(num) return { tagList = { { type = "PerStat", stat = "ArmourOnWeapon 2", div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) (i?t?e?m? ?)armour [ao][nr]d? evasion rating on shield"] = function(num) return { tagList = { { type = "PerStat", statList = { "ArmourOnWeapon 2", "EvasionOnWeapon 2" }, div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) (i?t?e?m? ?)armour [ao][nr]d? evasion rating on equipped shield"] = function(num) return { tagList = { { type = "PerStat", statList = { "ArmourOnWeapon 2", "EvasionOnWeapon 2" }, div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) (i?t?e?m? ?)evasion rating on equipped shield"] = function(num) return { tagList = { { type = "PerStat", stat = "EvasionOnWeapon 2", div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) maximum energy shield on equipped shield"] = function(num) return { tagList = { { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) maximum energy shield on shield"] = function(num) return { tagList = { { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) (i?t?e?m? ?)energy shield on equipped focus"] = function(num) return { tagList = { { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num }, { type = "Condition", var = "UsingFocus" } } } end, + ["per (%d+) (i?t?e?m? ?)energy shield on equipped shield"] = function(num) return { tagList = { { type = "PerStat", stat = "EnergyShieldOnWeapon 2", div = num }, { type = "Condition", var = "UsingShield" } } } end, + ["per (%d+) (i?t?e?m? ?)evasion on equipped boots"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBoots", div = num } } end, + ["per (%d+) (i?t?e?m? ?)evasion on boots"] = function(num) return { tag = { type = "PerStat", stat = "EvasionOnBoots", div = num } } end, + ["per (%d+) (i?t?e?m? ?)armour on equipped gloves"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnGloves", div = num } } end, + ["per (%d+) (i?t?e?m? ?)armour on gloves"] = function(num) return { tag = { type = "PerStat", stat = "ArmourOnGloves", div = num } } end, ["per (%d+)%% (%a+) resistance"] = function(num, _, name) return { tag = { type = "PerStat", stat = firstToUpper(name).."Resist", div = num } } end, ["per (%d+)%% (%a+) resistance above 75%%"] = function(num, _, name) return { tag = { type = "PerStat", stat = firstToUpper(name).."ResistOver75", div = num } } end, ["per (%d+) devotion"] = function(num) return { tag = { type = "PerStat", stat = "Devotion", actor = "parent", div = num } } end, @@ -2058,7 +2071,6 @@ local specialModList = { ["enemies you kill while affected by glorious madness have a (%d+)%% chance to explode, dealing a (.+) of their life as (.+) damage"] = function(chance, _, amount, type) -- Beacon of Madness return explodeFunc(chance, amount, type, { type = "Condition", var = "AffectedByGloriousMadness" }) end, - ["enemies killed with attack hits have a (%d+)%% chance to explode, dealing a (.+) of their life as (.+) damage"] = explodeFunc, -- Devastator (attack clusters) ["enemies killed with wand hits have a (%d+)%% chance to explode, dealing a (.+) of their life as (.+) damage"] = function(chance, _, amount, type) -- Explosive Force (wand clusters) return explodeFunc(chance, amount, type, { type = "Condition", var = "UsingWand" }) end, @@ -2071,7 +2083,7 @@ local specialModList = { ["enemies you kill explode, dealing (%d+)%% of their life as (.+) damage"] = function(amount, _, type) -- legacy synth, legacy crusader return explodeFunc(100, amount, type) end, - ["enemies killed explode dealing (%d+)%% of their life as (.+) damage"] = function(amount, _, type) -- Quecholli + ["causes enemies to explode on critical kill, for (%d+)%% of their life as (.+) damage"] = function(amount, _, type) -- Crumbling Maul implicit return explodeFunc(100, amount, type) end, ["enemies on fungal ground you kill explode, dealing (%d+)%% of their life as (.+) damage"] = function(amount, _, type) -- Sporeguard @@ -2086,8 +2098,8 @@ local specialModList = { ["bleeding enemies you kill explode, dealing (%d+)%% of their maximum life as (.+) damage"] = function(amount, _, type) -- Haemophilia return explodeFunc(100, amount, type, { type = "ActorCondition", actor = "enemy", var = "Bleeding" }) end, - ["burning enemies you kill have a (%d+)%% chance to explode, dealing a (.+) of their maximum life as (.+) damage"] = function(amount, _, type) -- Haemophilia - return explodeFunc(100, amount, type, { type = "ActorCondition", actor = "enemy", var = "Burning" }) + ["burning enemies you kill have a (%d+)%% chance to explode, dealing a (.+) of their maximum life as (.+) damage"] = function(chance, _, amount, type) -- Explosive Impact + return explodeFunc(chance, amount, type, { type = "ActorCondition", actor = "enemy", var = "Burning" }) end, ["non-aura curses you inflict are not removed from dying enemies"] = {}, ["enemies near corpses affected by your curses are blinded"] = { mod("EnemyModifier", "LIST", { mod = flag("Condition:Blinded") }, { type = "MultiplierThreshold", var = "NearbyCorpse", threshold = 1 }, { type = "ActorCondition", actor = "enemy", var = "Cursed" }) }, @@ -2131,6 +2143,7 @@ local specialModList = { mod("SpellSuppressionChance", "OVERRIDE", 0, "Acrobatics"), }, ["maximum chance to dodge spell hits is (%d+)%%"] = function(num) return { mod("SpellDodgeChanceMax", "OVERRIDE", num, "Acrobatics") } end, + ["halves the amount of life granted by strength"] = { flag("HalvesLifeFromStrength")}, ["dexterity provides no bonus to evasion rating"] = { flag("NoDexBonusToEvasion") }, ["dexterity provides no inherent bonus to evasion rating"] = { flag("NoDexBonusToEvasion") }, ["your hits can't be evaded"] = { flag("CannotBeEvaded") }, @@ -2191,11 +2204,11 @@ local specialModList = { mod("LightningDamageConvertToChaos", "BASE", 100), }, ["all damage is taken from mana before life"] = { mod("DamageTakenFromManaBeforeLife", "BASE", 100) }, - ["removes all mana%. spend life instead of mana for skills"] = { mod("Mana", "MORE", -100), flag("CostLifeInsteadOfMana") }, - ["removes all mana"] = { mod("Mana", "MORE", -100) }, - ["you have no mana"] = { mod("Mana", "MORE", -100) }, + ["removes all mana%. spend life instead of mana for skills"] = { mod("Mana", "OVERRIDE", 0 ), flag("CostLifeInsteadOfMana") }, + ["removes all mana"] = { mod("Mana", "OVERRIDE", 0 ) }, + ["you have no mana"] = { mod("Mana", "OVERRIDE", 0 ) }, ["doubles mana costs"] = { mod("ManaCost", "MORE", 100) }, - ["removes all energy shield"] = { mod("EnergyShield", "MORE", -100) }, + ["removes all energy shield"] = { mod("EnergyShield", "OVERRIDE", 0 ) }, ["converts all energy shield to mana"] = { mod("EnergyShieldConvertToMana", "BASE", 100) }, ["skills cost life instead of mana"] = { flag("CostLifeInsteadOfMana") }, ["skills reserve life instead of mana"] = { flag("BloodMagicReserved") }, @@ -2333,13 +2346,15 @@ local specialModList = { mod("ArmourAppliesToColdDamageTaken", "BASE", 100), mod("ArmourAppliesToLightningDamageTaken", "BASE", 100), }, - ["(%d+)%% of armour applies to elemental damage"] = function(num) return { + ["%+?(%d+)%% of armour (a?l?s?o? ?)applies to elemental damage"] = function(num) return { mod("ArmourAppliesToFireDamageTaken", "BASE", num), mod("ArmourAppliesToColdDamageTaken", "BASE", num), mod("ArmourAppliesToLightningDamageTaken", "BASE", num), } end, ["armour also applies to (%a+) damage taken from hits"] = function(_, dmgType) return { mod("ArmourAppliesTo"..firstToUpper(dmgType).."DamageTaken", "BASE", 100) } end, - ["(%d+)%% of armour also applies to (%a+) damage taken from hits"] = function(num, _, dmgType) return { mod("ArmourAppliesTo"..firstToUpper(dmgType).."DamageTaken", "BASE", num) } end, + ["armour also applies to (%a+) damage"] = function(_, dmgType) return { mod("ArmourAppliesTo"..firstToUpper(dmgType).."DamageTaken", "BASE", 100) } end, + ["%+?(%d+)%% of armour also applies to (%a+) damage taken from hits"] = function(num, _, dmgType) return { mod("ArmourAppliesTo"..firstToUpper(dmgType).."DamageTaken", "BASE", num) } end, + ["%+?(%d+)%% of armour also applies to (%a+) damage"] = function(num, _, dmgType) return { mod("ArmourAppliesTo"..firstToUpper(dmgType).."DamageTaken", "BASE", num) } end, ["maximum damage reduction for any damage type is (%d+)%%"] = function(num) return { mod("DamageReductionMax", "MAX", num) } end, ["maximum (%a+) damage reduction is (%d+)%%"] = function(_, dmgType, numStr) return { mod(firstToUpper(dmgType) .. "DamageReductionMax", "MAX", tonumber(numStr)) } end, ["gain additional elemental damage reduction equal to half your chaos resistance"] = { @@ -2350,10 +2365,6 @@ local specialModList = { ["non%-instant mana recovery from flasks is also recovered as life"] = { flag("ManaFlaskAppliesToLife") }, ["life leech effects recover energy shield instead while on full life"] = { flag("ImmortalAmbition", { type = "Condition", var = "FullLife" }, { type = "Condition", var = "LeechingLife" }) }, ["shepherd of souls"] = { mod("Damage", "MORE", -30, { type = "SkillType", skillType = SkillType.Vaal, neg = true }) }, - ["adds (%d+) to (%d+) attack physical damage to melee skills per (%d+) dexterity while you are unencumbered"] = function(_, min, max, dex) return { -- Hollow Palm 3 suffixes - mod("PhysicalMin", "BASE", tonumber(min), nil, ModFlag.Melee, KeywordFlag.Attack, { type = "PerStat", stat = "Dex", div = tonumber(dex) }, { type = "Condition", var = "Unencumbered" }), - mod("PhysicalMax", "BASE", tonumber(max), nil, ModFlag.Melee, KeywordFlag.Attack, { type = "PerStat", stat = "Dex", div = tonumber(dex) }, { type = "Condition", var = "Unencumbered" }), - } end, ["(%d+)%% more attack damage if accuracy rating is higher than maximum life"] = function(num) return { mod("Damage", "MORE", num, "Damage", ModFlag.Attack, { type = "Condition", var = "MainHandAccRatingHigherThanMaxLife" }, { type = "Condition", var = "MainHandAttack" }), mod("Damage", "MORE", num, "Damage", ModFlag.Attack, { type = "Condition", var = "OffHandAccRatingHigherThanMaxLife" }, { type = "Condition", var = "OffHandAttack" }), @@ -2379,6 +2390,12 @@ local specialModList = { mod("Damage", "INC", 1, nil, bor(ModFlag.Projectile, ModFlag.Attack), { type = "PerStat", stat = "Str", div = 2 } ), flag("NoStrBonusToLife") } end, + ["(%a+) spells convert (%d+)%% of (%a+) damage to (%a+) damage"] = function (_, spellType, num, fromType, toType) return { mod(firstToUpper(fromType) .. "DamageConvertTo" .. firstToUpper(toType), "BASE", num, { type = "SkillType", skillType = SkillType.Spell }, { type = "SkillType", skillType = SkillType[firstToUpper(spellType)] }) } end, -- Blackflame Covenant + ["(%a+) damage from (%a+) spells contributes to flammability and ignite magnitudes"] = function(_, sourceType, spellType) return { flag(firstToUpper(sourceType) .. "CanIgnite", { type = "SkillType", skillType = SkillType.Spell }, { type = "SkillType", skillType = SkillType[firstToUpper(spellType)] })} end, + ["ignite inflicted with (%a+) spells deals chaos damage instead of fire damage"] = function (_, spellType) return { + flag("IgniteToChaos", { type = "SkillType", skillType = SkillType.Spell },{ type = "SkillType", skillType = SkillType[firstToUpper(spellType)]}), + mod("SkillData", "LIST", { key = "IgniteToChaos", value = true }, { type = "SkillType", skillType = SkillType.Spell },{ type = "SkillType", skillType = SkillType[firstToUpper(spellType)]}), + } end, -- Legacy support ["(%d+)%% chance to defend with double armour"] = function(numChance) return { mod("ArmourDefense", "MAX", 100, "Armour Mastery: Max Calc", { type = "Condition", var = "ArmourMax" }), @@ -2535,7 +2552,7 @@ local specialModList = { ["gain energy shield from equipped body armour as extra maximum life"] = { mod("Life", "BASE", 1, { type = "PerStat", stat = "EnergyShieldOnBody Armour", div = 1 }), }, - ["gain additional maximum life equal to (%d+)%% of the energy shield on equipped body armour"] = function(num) return { + ["gain additional maximum life equal to (%d+)%% of the (i?t?e?m? ?)energy shield on equipped body armour"] = function(num) return { mod("Life", "BASE", 1, { type = "PercentStat", stat = "EnergyShieldOnBody Armour", percent = num }), } end, ["bleeding you inflict on cursed targets is aggravated"] = { mod("EnemyModifier", "LIST", { mod = flag("Condition:BleedAggravated", { type = "Condition", var = "Cursed" }) }) }, @@ -2585,6 +2602,8 @@ local specialModList = { end end}, {type = "ItemCondition", itemSlot = "{SlotName}", rarityCond = "UNIQUE", neg = true}), } end, + -- Chronomancer + ["enemies in your presence are slowed by (%d+)%%"] = function(num) return {mod("EnemyModifier", "LIST", {mod = mod("ActionSpeed", "INC", num * -1)}, { type = "Condition", var = "EnemyInPresence" })} end, -- Deadeye ["projectiles pierce all nearby targets"] = { flag("PierceAllTargets") }, ["you have no accuracy penalty at distance"] = { flag("NoAccuracyDistancePenalty") }, @@ -2841,7 +2860,7 @@ local specialModList = { -- Lich ["your life cannot change while you have energy shield"] = { flag("EternalLife") }, ["while you are not on low mana, you and allies in your presence have unholy might"] = { mod("ExtraAura", "LIST", { mod = flag("Condition:UnholyMight")}, { type = "Condition", var = "LowMana", neg = true }) }, - ["(%d+)%% increased magnitude of unholy might buffs you grant per (%d+) maximum mana"] = function(num, _, num2) return { mod("ExtraAura", "LIST", { mod = mod("Multiplier:UnholyMightMagnitude", "BASE", num, { type = "PerStat", stat = "Mana", div = tonumber(num2), actor = "parent"}), { type = "GlobalEffect", effectName = "BlackenedHeart", effectType = "Aura", unscaleable = true}}) } end, + ["(%d+)%% increased magnitude of unholy might buffs you grant per (%d+) maximum mana"] = function(num, _, num2) return { mod("ExtraAura", "LIST", { mod = mod("Multiplier:UnholyMightMagnitude", "BASE", num, { type = "PerStat", stat = "Mana", div = tonumber(num2), actor = "parent"}), { type = "GlobalEffect", effectName = "BlackenedHeart", effectType = "Aura", unscalable = true}}) } end, ["non%-channelling spells cost an additional (%d+)%% of maximum energy shield"] = function(num) return { mod("ESCostBase", "BASE", 1, nil, 0, KeywordFlag.Spell, { type = "PercentStat", percent = num, stat = "EnergyShield" }, { type = "SkillType", skillType = SkillType.Channel, neg = true } )} end, ["non%-channelling spells consume a power charge if able to deal (%d+)%% more damage"] = function(num) return { mod("Damage", "MORE", num, nil, 0,KeywordFlag.Spell, { type = "SkillType", skillType = SkillType.Channel, neg = true }, { type = "MultiplierThreshold", var = "RemovablePowerCharge", threshold = 1 })} end, ["no inherent mana regeneration"] = { flag("Condition:NoInherentManaRegen") }, @@ -2901,6 +2920,11 @@ local specialModList = { } end, ["double the number of your poisons that targets can be affected by at the same time"] = function(num) return { flag("PoisonCanStack"), mod("PoisonStacks", "MORE", 100) } end, ["your speed is unaffected by slows"] = { flag("UnaffectedBySlows") }, + ["(%d+)%% of evasion rating also grants elemental damage reduction"] = function(num) return { + mod("EvasionAppliesToFireDamageTaken", "BASE", num), + mod("EvasionAppliesToColdDamageTaken", "BASE", num), + mod("EvasionAppliesToLightningDamageTaken", "BASE", num), + } end, -- Raider ["nearby enemies have (%d+)%% less accuracy rating while you have phasing"] = function(num) return { mod("EnemyModifier", "LIST", { mod = mod("Accuracy", "MORE", -num) }, { type = "Condition", var = "Phasing" }) } end, ["immun[ei]t?y? to elemental ailments while phasing"] = { flag("ElementalAilmentImmune", { type = "Condition", var = "Phasing" }), }, @@ -3023,6 +3047,7 @@ local specialModList = { ["critical hits ignore non%-negative enemy monster elemental resistances"] = { flag("IgnoreNonNegativeEleRes", { type = "Condition", var = "CriticalStrike" }) }, ["(%d+)%% chance on shocking enemies to created shocked ground"] = { mod("ShockBase", "BASE", data.nonDamagingAilment["Shock"].default, { type = "ActorCondition", actor = "enemy", var = "OnShockedGround" }) }, ["on freezing enemies create chilled ground"] = { mod("ChillBase", "BASE", data.nonDamagingAilment["Chill"].default, { type = "ActorCondition", actor = "enemy", var = "OnChilledGround" }) }, + ["physical damage reduction from armour is based on your combined armour and evasion rating"] = { mod("EvasionAppliesToPhysicalDamageTaken", "BASE", 100) }, -- Chronomancer ["skills have (%d+)%% chance to not consume a cooldown when used"] = function(num) return { mod("CooldownChanceNotConsume", "BASE", num / 100, { type = "SkillType", skillType = SkillType.Cooldown }) @@ -4237,10 +4262,9 @@ local specialModList = { mod("MinionModifier", "LIST", { mod = flag("DealNoCold") }), mod("MinionModifier", "LIST", { mod = flag("DealNoFire") }), }, - ["minions convert (%d+)%% of physical damage to lightning damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToLightning", "BASE", num) }) } end, - ["minions convert (%d+)%% of physical damage to cold damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToCold", "BASE", num) }) } end, - ["minions convert (%d+)%% of physical damage to fire damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToFire", "BASE", num) }) } end, - ["minions convert (%d+)%% of physical damage to chaos damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToChaos", "BASE", num) }) } end, + ["minions convert (%d+)%% of (.+) damage to (.+) damage"] = function(num, _, source, target) return { + mod("MinionModifier", "LIST", { mod = mod(source:gsub("^%l", string.upper) .. "DamageConvertTo" .. target:gsub("^%l", string.upper), "BASE", num) }) + } end, ["summoned skeletons have avatar of fire"] = { mod("MinionModifier", "LIST", { mod = mod("Keystone", "LIST", "Avatar of Fire") }, { type = "SkillName", skillName = "Summon Skeletons", includeTransfigured = true }) }, ["summoned skeletons take ([%d%.]+)%% of their maximum life per second as fire damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("FireDegen", "BASE", 1, { type = "PercentStat", stat = "Life", percent = num }) }, { type = "SkillName", skillName = "Summon Skeletons", includeTransfigured = true }) } end, ["summoned skeletons have (%d+)%% chance to wither enemies for (%d+) seconds on hit"] = { mod("ExtraSkillMod", "LIST", { mod = flag("Condition:CanWither") }, { type = "SkillName", skillName = "Summon Skeletons", includeTransfigured = true }) }, @@ -4253,10 +4277,9 @@ local specialModList = { mod("MinionModifier", "LIST", { mod = mod("ChaosMin", "BASE", 1, { type = "PercentStat", stat = "EnergyShieldOnWeapon 2", actor = "parent", percent = num }) }), mod("MinionModifier", "LIST", { mod = mod("ChaosMax", "BASE", 1, { type = "PercentStat", stat = "EnergyShieldOnWeapon 2", actor = "parent", percent = num }) }), } end, - ["minions convert (%d+)%% of physical damage to fire damage per red socket"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToFire", "BASE", num) }, { type = "Multiplier", var = "RedSocketIn{SlotName}" }) } end, - ["minions convert (%d+)%% of physical damage to cold damage per green socket"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToCold", "BASE", num) }, { type = "Multiplier", var = "GreenSocketIn{SlotName}" }) } end, - ["minions convert (%d+)%% of physical damage to lightning damage per blue socket"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToLightning", "BASE", num) }, { type = "Multiplier", var = "BlueSocketIn{SlotName}" }) } end, - ["minions convert (%d+)%% of physical damage to chaos damage per white socket"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToChaos", "BASE", num) }, { type = "Multiplier", var = "WhiteSocketIn{SlotName}" }) } end, + ["minions convert (%d+)%% of (.+) damage to (.+) damage per (.+) socket"] = function(num, _, source, target, socketColor) return { + mod("MinionModifier", "LIST", { mod = mod(source:gsub("^%l", string.upper) .. "DamageConvertTo" .. target:gsub("^%l", string.upper), "BASE", num) }, { type = "Multiplier", var = socketColor:gsub("^%l", string.upper) .. "SocketIn{SlotName}" }) + } end, ["minions have a (%d+)%% chance to impale on hit with attacks"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("ImpaleChance", "BASE", num ) }) } end, ["minions from herald skills deal (%d+)%% more damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", num) }, { type = "SkillType", skillType = SkillType.Herald }) } end, ["minions have (%d+)%% increased movement speed for each herald affecting you"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("MovementSpeed", "INC", num, { type = "Multiplier", var = "Herald", actor = "parent" }) }) } end, @@ -4286,12 +4309,12 @@ local specialModList = { mod("MinionModifier", "LIST", { mod = mod("ForkCountMax", "BASE", 1) }, { type = "SkillName", skillName = "Summon Arbalists" }) }, ["summoned arbalists' projectiles chain %+(%d+) times"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("ChainCountMax", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists have (%d+)%% chance to inflict fire exposure on hit"] = function(num) return { mod("FireExposureChance", "BASE", num, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists have (%d+)%% chance to inflict cold exposure on hit"] = function(num) return { mod("ColdExposureChance", "BASE", num, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists have (%d+)%% chance to inflict lightning exposure on hit"] = function(num) return { mod("LightningExposureChance", "BASE", num, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists convert (%d+)%% of physical damage to fire damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToFire", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists convert (%d+)%% of physical damage to cold damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToCold", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }) } end, - ["summoned arbalists convert (%d+)%% of physical damage to lightning damage"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("PhysicalDamageConvertToLightning", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }) } end, + ["summoned arbalists have (%d+)%% chance to inflict (.+) exposure on hit"] = function(num, _, type) return { + mod(type:gsub("^%l", string.upper) .. "ExposureChance", "BASE", num, { type = "SkillName", skillName = "Summon Arbalists" }) + } end, + ["summoned arbalists convert (%d+)%% of (.+) damage to (.+) damage"] = function(num, _, source, target) return { + mod("MinionModifier", "LIST", { mod = mod(source:gsub("^%l", string.upper) .. "DamageConvertTo" .. target:gsub("^%l", string.upper), "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }) + } end, ["summoned arbalists have (%d+)%% chance to freeze, shock, and ignite"] = function(num) return { mod("MinionModifier", "LIST", { mod = mod("EnemyFreezeChance", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }), mod("MinionModifier", "LIST", { mod = mod("EnemyShockChance", "BASE", num) }, { type = "SkillName", skillName = "Summon Arbalists" }), @@ -4554,21 +4577,21 @@ local specialModList = { ["cannot gain spirit from equipment"] = { flag("CannotGainSpiritFromEquipment")}, ["life that would be lost by taking damage is instead reserved"] = { flag("DamageInsteadReservesLife") }, ["you have no armour or energy shield"] = { - mod("Armour", "MORE", -100), - mod("EnergyShield", "MORE", -100), + mod("Armour", "OVERRIDE", 0 ), + mod("EnergyShield", "OVERRIDE", 0 ), }, ["you have no armour or maximum energy shield"] = { - mod("Armour", "MORE", -100), - mod("EnergyShield", "MORE", -100), + mod("Armour", "OVERRIDE", 0 ), + mod("EnergyShield", "OVERRIDE", 0 ), }, ["defences are zero"] = { - mod("Armour", "MORE", -100), - mod("EnergyShield", "MORE", -100), - mod("Evasion", "MORE", -100), - mod("Ward", "MORE", -100), + mod("Armour", "OVERRIDE", 0 ), + mod("EnergyShield", "OVERRIDE", 0 ), + mod("Evasion", "OVERRIDE", 0 ), + mod("Ward", "OVERRIDE", 0 ), }, ["you have no intelligence"] = { - mod("Int", "MORE", -100), + mod("Int", "OVERRIDE", 0 ), }, ["elemental resistances are zero"] = { mod("FireResist", "OVERRIDE", 0), @@ -4726,7 +4749,7 @@ local specialModList = { mod("StunThreshold", "BASE", 1, { type = "PercentStat", stat = "ArmourOnBoots", percent = num }), mod("StunThreshold", "BASE", 1, { type = "PercentStat", stat = "ArmourOnBody Armour", percent = num }), } end, - ["gain additional stun threshold equal to (%d+)%% of armour on equipped items"] = function(num) return { + ["gain additional stun threshold equal to (%d+)%% of (i?t?e?m? ?)armour on equipped armour items"] = function(num) return { mod("StunThreshold", "BASE", 1, { type = "PercentStat", stat = "ArmourOnHelmet", percent = num }), mod("StunThreshold", "BASE", 1, { type = "PercentStat", stat = "ArmourOnGloves", percent = num }), mod("StunThreshold", "BASE", 1, { type = "PercentStat", stat = "ArmourOnBoots", percent = num }), @@ -5328,6 +5351,11 @@ local specialModList = { flag("Condition:OnConsecratedGround", { type = "Condition", var = "StrHighestAttribute" }, { type = "Condition", var = "Stationary" }), }, ["you count as dual wielding while you are unencumbered"] = { flag("Condition:DualWielding", { type = "Condition", var = "Unencumbered" }) }, + ["can attack as though using a quarterstaff while both of your hand slots are empty unarmed attacks that would use your quarterstaff's damage gain: physical damage based on their skill level (%d+)%% more attack speed per (%d+) item evasion rating on equipped armour items %+(%d+%.?%d*)%% to critical hit chance per (%d+) item energy shield on equipped armour items"] = function(asNum, _, evNum, critNum, esNum) return + { -- New Hollow Palm Technique + mod("Speed", "MORE", tonumber(asNum), nil, ModFlag.Attack, { type = "Condition", var = "HollowPalm" }, { type = "PerStat", stat = "EvasionOnAllArmourItems", div = tonumber(evNum) }), + mod("CritChance", "BASE", tonumber(critNum), nil, ModFlag.Attack, { type = "Condition", var = "HollowPalm" }, { type = "PerStat", stat = "EnergyShieldOnAllArmourItems", div = (esNum) }), + } end, ["dual wielding does not inherently grant chance to block attack damage"] = { flag("Condition:NoInherentBlock") }, ["inherent attack speed bonus from dual wielding is doubled while wielding two claws"] = { flag("Condition:DoubledInherentDualWieldingSpeed", { type = "Condition", var = "DualWieldingClaws" }) @@ -5579,7 +5607,6 @@ local specialModList = { ["nearby allies have (%d+)%% chance to block attack damage per (%d+) strength you have"] = function(block, _, str) return { mod("ExtraAura", "LIST", { onlyAllies = true, mod = mod("BlockChance", "BASE", block) }, { type = "PerStat", stat = "Str", div = tonumber(str) }), } end, - ["physical damage reduction from armour is based on your combined armour and evasion rating"] = { mod("EvasionAddsToPdr", "FLAG", true) } } for _, name in pairs(data.keystones) do specialModList[name:lower()] = { mod("Keystone", "LIST", name) } diff --git a/src/TreeData/0_3/ascendancy-background_1500_1500_BC7.dds.zst b/src/TreeData/0_3/ascendancy-background_1500_1500_BC7.dds.zst new file mode 100644 index 0000000000..90fd2a1023 Binary files /dev/null and b/src/TreeData/0_3/ascendancy-background_1500_1500_BC7.dds.zst differ diff --git a/src/TreeData/0_3/ascendancy-background_4000_4000_BC7.dds.zst b/src/TreeData/0_3/ascendancy-background_4000_4000_BC7.dds.zst new file mode 100644 index 0000000000..750a561da2 Binary files /dev/null and b/src/TreeData/0_3/ascendancy-background_4000_4000_BC7.dds.zst differ diff --git a/src/TreeData/0_3/background_1024_1024_BC7.dds.zst b/src/TreeData/0_3/background_1024_1024_BC7.dds.zst new file mode 100644 index 0000000000..9436feba1f Binary files /dev/null and b/src/TreeData/0_3/background_1024_1024_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_104_104_BC7.dds.zst b/src/TreeData/0_3/group-background_104_104_BC7.dds.zst new file mode 100644 index 0000000000..b89253c790 Binary files /dev/null and b/src/TreeData/0_3/group-background_104_104_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_152_156_BC7.dds.zst b/src/TreeData/0_3/group-background_152_156_BC7.dds.zst new file mode 100644 index 0000000000..295f636965 Binary files /dev/null and b/src/TreeData/0_3/group-background_152_156_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_160_164_BC7.dds.zst b/src/TreeData/0_3/group-background_160_164_BC7.dds.zst new file mode 100644 index 0000000000..1e22b05a90 Binary files /dev/null and b/src/TreeData/0_3/group-background_160_164_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_208_208_BC7.dds.zst b/src/TreeData/0_3/group-background_208_208_BC7.dds.zst new file mode 100644 index 0000000000..5505b34087 Binary files /dev/null and b/src/TreeData/0_3/group-background_208_208_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_220_224_BC7.dds.zst b/src/TreeData/0_3/group-background_220_224_BC7.dds.zst new file mode 100644 index 0000000000..d23fbe0974 Binary files /dev/null and b/src/TreeData/0_3/group-background_220_224_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_360_360_BC7.dds.zst b/src/TreeData/0_3/group-background_360_360_BC7.dds.zst new file mode 100644 index 0000000000..6cdf217bd3 Binary files /dev/null and b/src/TreeData/0_3/group-background_360_360_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_468_468_BC7.dds.zst b/src/TreeData/0_3/group-background_468_468_BC7.dds.zst new file mode 100644 index 0000000000..261878b6f2 Binary files /dev/null and b/src/TreeData/0_3/group-background_468_468_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_528_528_BC7.dds.zst b/src/TreeData/0_3/group-background_528_528_BC7.dds.zst new file mode 100644 index 0000000000..e6936a9e13 Binary files /dev/null and b/src/TreeData/0_3/group-background_528_528_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_740_376_BC7.dds.zst b/src/TreeData/0_3/group-background_740_376_BC7.dds.zst new file mode 100644 index 0000000000..58fa643449 Binary files /dev/null and b/src/TreeData/0_3/group-background_740_376_BC7.dds.zst differ diff --git a/src/TreeData/0_3/group-background_92_92_BC7.dds.zst b/src/TreeData/0_3/group-background_92_92_BC7.dds.zst new file mode 100644 index 0000000000..97af0d583a Binary files /dev/null and b/src/TreeData/0_3/group-background_92_92_BC7.dds.zst differ diff --git a/src/TreeData/0_3/jewel-sockets_152_156_BC7.dds.zst b/src/TreeData/0_3/jewel-sockets_152_156_BC7.dds.zst new file mode 100644 index 0000000000..0628a02541 Binary files /dev/null and b/src/TreeData/0_3/jewel-sockets_152_156_BC7.dds.zst differ diff --git a/src/TreeData/0_3/legion_128_128_BC1.dds.zst b/src/TreeData/0_3/legion_128_128_BC1.dds.zst new file mode 100644 index 0000000000..da3b615057 Binary files /dev/null and b/src/TreeData/0_3/legion_128_128_BC1.dds.zst differ diff --git a/src/TreeData/0_3/legion_564_564_BC7.dds.zst b/src/TreeData/0_3/legion_564_564_BC7.dds.zst new file mode 100644 index 0000000000..3dd98edc8d Binary files /dev/null and b/src/TreeData/0_3/legion_564_564_BC7.dds.zst differ diff --git a/src/TreeData/0_3/legion_64_64_BC1.dds.zst b/src/TreeData/0_3/legion_64_64_BC1.dds.zst new file mode 100644 index 0000000000..9c0bee8b47 Binary files /dev/null and b/src/TreeData/0_3/legion_64_64_BC1.dds.zst differ diff --git a/src/TreeData/0_3/lines_1436_1436_BC7.dds.zst b/src/TreeData/0_3/lines_1436_1436_BC7.dds.zst new file mode 100644 index 0000000000..0d775ed321 Binary files /dev/null and b/src/TreeData/0_3/lines_1436_1436_BC7.dds.zst differ diff --git a/src/TreeData/0_3/mastery-active-effect_776_768_BC7.dds.zst b/src/TreeData/0_3/mastery-active-effect_776_768_BC7.dds.zst new file mode 100644 index 0000000000..c71962ef71 Binary files /dev/null and b/src/TreeData/0_3/mastery-active-effect_776_768_BC7.dds.zst differ diff --git a/src/TreeData/0_3/monster-categories_36_36_BC7.dds.zst b/src/TreeData/0_3/monster-categories_36_36_BC7.dds.zst new file mode 100644 index 0000000000..941a79c025 Binary files /dev/null and b/src/TreeData/0_3/monster-categories_36_36_BC7.dds.zst differ diff --git a/src/TreeData/0_3/oils_108_108_RGBA.dds.zst b/src/TreeData/0_3/oils_108_108_RGBA.dds.zst new file mode 100644 index 0000000000..aa475ed474 Binary files /dev/null and b/src/TreeData/0_3/oils_108_108_RGBA.dds.zst differ diff --git a/src/TreeData/0_3/orbit_active0.png b/src/TreeData/0_3/orbit_active0.png new file mode 100644 index 0000000000..28ff4a04a8 Binary files /dev/null and b/src/TreeData/0_3/orbit_active0.png differ diff --git a/src/TreeData/0_3/orbit_active1.png b/src/TreeData/0_3/orbit_active1.png new file mode 100644 index 0000000000..338c46e7b9 Binary files /dev/null and b/src/TreeData/0_3/orbit_active1.png differ diff --git a/src/TreeData/0_3/orbit_active2.png b/src/TreeData/0_3/orbit_active2.png new file mode 100644 index 0000000000..6d864ee62c Binary files /dev/null and b/src/TreeData/0_3/orbit_active2.png differ diff --git a/src/TreeData/0_3/orbit_active3.png b/src/TreeData/0_3/orbit_active3.png new file mode 100644 index 0000000000..8a4f5ecd18 Binary files /dev/null and b/src/TreeData/0_3/orbit_active3.png differ diff --git a/src/TreeData/0_3/orbit_active4.png b/src/TreeData/0_3/orbit_active4.png new file mode 100644 index 0000000000..bbc14312c3 Binary files /dev/null and b/src/TreeData/0_3/orbit_active4.png differ diff --git a/src/TreeData/0_3/orbit_active5.png b/src/TreeData/0_3/orbit_active5.png new file mode 100644 index 0000000000..57d47e8145 Binary files /dev/null and b/src/TreeData/0_3/orbit_active5.png differ diff --git a/src/TreeData/0_3/orbit_active6.png b/src/TreeData/0_3/orbit_active6.png new file mode 100644 index 0000000000..94774f30f4 Binary files /dev/null and b/src/TreeData/0_3/orbit_active6.png differ diff --git a/src/TreeData/0_3/orbit_active7.png b/src/TreeData/0_3/orbit_active7.png new file mode 100644 index 0000000000..2f2856dc06 Binary files /dev/null and b/src/TreeData/0_3/orbit_active7.png differ diff --git a/src/TreeData/0_3/orbit_active8.png b/src/TreeData/0_3/orbit_active8.png new file mode 100644 index 0000000000..4f5c1d9f38 Binary files /dev/null and b/src/TreeData/0_3/orbit_active8.png differ diff --git a/src/TreeData/0_3/orbit_active9.png b/src/TreeData/0_3/orbit_active9.png new file mode 100644 index 0000000000..920823e1ac Binary files /dev/null and b/src/TreeData/0_3/orbit_active9.png differ diff --git a/src/TreeData/0_3/orbit_intermediate0.png b/src/TreeData/0_3/orbit_intermediate0.png new file mode 100644 index 0000000000..9f775f646b Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate0.png differ diff --git a/src/TreeData/0_3/orbit_intermediate1.png b/src/TreeData/0_3/orbit_intermediate1.png new file mode 100644 index 0000000000..5b1ee7accc Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate1.png differ diff --git a/src/TreeData/0_3/orbit_intermediate2.png b/src/TreeData/0_3/orbit_intermediate2.png new file mode 100644 index 0000000000..6f4f7225c3 Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate2.png differ diff --git a/src/TreeData/0_3/orbit_intermediate3.png b/src/TreeData/0_3/orbit_intermediate3.png new file mode 100644 index 0000000000..715d11431f Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate3.png differ diff --git a/src/TreeData/0_3/orbit_intermediate4.png b/src/TreeData/0_3/orbit_intermediate4.png new file mode 100644 index 0000000000..e79d06b64a Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate4.png differ diff --git a/src/TreeData/0_3/orbit_intermediate5.png b/src/TreeData/0_3/orbit_intermediate5.png new file mode 100644 index 0000000000..75d144b5b8 Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate5.png differ diff --git a/src/TreeData/0_3/orbit_intermediate6.png b/src/TreeData/0_3/orbit_intermediate6.png new file mode 100644 index 0000000000..562b2a8b99 Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate6.png differ diff --git a/src/TreeData/0_3/orbit_intermediate7.png b/src/TreeData/0_3/orbit_intermediate7.png new file mode 100644 index 0000000000..6a5a3d046b Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate7.png differ diff --git a/src/TreeData/0_3/orbit_intermediate8.png b/src/TreeData/0_3/orbit_intermediate8.png new file mode 100644 index 0000000000..fa6cf5dae1 Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate8.png differ diff --git a/src/TreeData/0_3/orbit_intermediate9.png b/src/TreeData/0_3/orbit_intermediate9.png new file mode 100644 index 0000000000..a31c2d2e28 Binary files /dev/null and b/src/TreeData/0_3/orbit_intermediate9.png differ diff --git a/src/TreeData/0_3/orbit_normal0.png b/src/TreeData/0_3/orbit_normal0.png new file mode 100644 index 0000000000..f6a6a97195 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal0.png differ diff --git a/src/TreeData/0_3/orbit_normal1.png b/src/TreeData/0_3/orbit_normal1.png new file mode 100644 index 0000000000..ca1a316f87 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal1.png differ diff --git a/src/TreeData/0_3/orbit_normal2.png b/src/TreeData/0_3/orbit_normal2.png new file mode 100644 index 0000000000..a45656d815 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal2.png differ diff --git a/src/TreeData/0_3/orbit_normal3.png b/src/TreeData/0_3/orbit_normal3.png new file mode 100644 index 0000000000..79bed10b7d Binary files /dev/null and b/src/TreeData/0_3/orbit_normal3.png differ diff --git a/src/TreeData/0_3/orbit_normal4.png b/src/TreeData/0_3/orbit_normal4.png new file mode 100644 index 0000000000..4cb6cf8254 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal4.png differ diff --git a/src/TreeData/0_3/orbit_normal5.png b/src/TreeData/0_3/orbit_normal5.png new file mode 100644 index 0000000000..d4cd91b081 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal5.png differ diff --git a/src/TreeData/0_3/orbit_normal6.png b/src/TreeData/0_3/orbit_normal6.png new file mode 100644 index 0000000000..32c7b0e057 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal6.png differ diff --git a/src/TreeData/0_3/orbit_normal7.png b/src/TreeData/0_3/orbit_normal7.png new file mode 100644 index 0000000000..5da5b2c398 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal7.png differ diff --git a/src/TreeData/0_3/orbit_normal8.png b/src/TreeData/0_3/orbit_normal8.png new file mode 100644 index 0000000000..159feb63a0 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal8.png differ diff --git a/src/TreeData/0_3/orbit_normal9.png b/src/TreeData/0_3/orbit_normal9.png new file mode 100644 index 0000000000..e44faa7dc2 Binary files /dev/null and b/src/TreeData/0_3/orbit_normal9.png differ diff --git a/src/TreeData/0_3/skills-disabled_128_128_BC1.dds.zst b/src/TreeData/0_3/skills-disabled_128_128_BC1.dds.zst new file mode 100644 index 0000000000..129c8768cb Binary files /dev/null and b/src/TreeData/0_3/skills-disabled_128_128_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills-disabled_172_172_BC1.dds.zst b/src/TreeData/0_3/skills-disabled_172_172_BC1.dds.zst new file mode 100644 index 0000000000..d91d43834f Binary files /dev/null and b/src/TreeData/0_3/skills-disabled_172_172_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills-disabled_176_176_BC1.dds.zst b/src/TreeData/0_3/skills-disabled_176_176_BC1.dds.zst new file mode 100644 index 0000000000..5c2419bcdf Binary files /dev/null and b/src/TreeData/0_3/skills-disabled_176_176_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills-disabled_64_64_BC1.dds.zst b/src/TreeData/0_3/skills-disabled_64_64_BC1.dds.zst new file mode 100644 index 0000000000..5b857eaf99 Binary files /dev/null and b/src/TreeData/0_3/skills-disabled_64_64_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills_128_128_BC1.dds.zst b/src/TreeData/0_3/skills_128_128_BC1.dds.zst new file mode 100644 index 0000000000..4067e29ed1 Binary files /dev/null and b/src/TreeData/0_3/skills_128_128_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills_172_172_BC1.dds.zst b/src/TreeData/0_3/skills_172_172_BC1.dds.zst new file mode 100644 index 0000000000..d91d43834f Binary files /dev/null and b/src/TreeData/0_3/skills_172_172_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills_176_176_BC1.dds.zst b/src/TreeData/0_3/skills_176_176_BC1.dds.zst new file mode 100644 index 0000000000..5c2419bcdf Binary files /dev/null and b/src/TreeData/0_3/skills_176_176_BC1.dds.zst differ diff --git a/src/TreeData/0_3/skills_64_64_BC1.dds.zst b/src/TreeData/0_3/skills_64_64_BC1.dds.zst new file mode 100644 index 0000000000..e530540d0a Binary files /dev/null and b/src/TreeData/0_3/skills_64_64_BC1.dds.zst differ diff --git a/src/TreeData/0_3/tree.json b/src/TreeData/0_3/tree.json new file mode 100644 index 0000000000..5e71461346 --- /dev/null +++ b/src/TreeData/0_3/tree.json @@ -0,0 +1 @@ +{"assets":{"Orbit6Normal":["orbit_normal3.png"],"LineConnectorNormal":["orbit_normal0.png"],"Orbit9Normal":["orbit_normal1.png"],"Orbit8Normal":["orbit_normal2.png"],"Orbit9Active":["orbit_active1.png"],"LineConnectorActive":["orbit_active0.png"],"Orbit7Normal":["orbit_normal7.png"],"Orbit5Normal":["orbit_normal4.png"],"Orbit2Active":["orbit_active8.png"],"Orbit4Normal":["orbit_normal5.png"],"Orbit6Active":["orbit_active3.png"],"Orbit2Normal":["orbit_normal8.png"],"Orbit3Normal":["orbit_normal6.png"],"Orbit8Active":["orbit_active2.png"],"Orbit3Active":["orbit_active6.png"],"Orbit7Intermediate":["orbit_intermediate7.png"],"Orbit8Intermediate":["orbit_intermediate2.png"],"Orbit9Intermediate":["orbit_intermediate1.png"],"Orbit5Active":["orbit_active4.png"],"Orbit3Intermediate":["orbit_intermediate6.png"],"Orbit4Intermediate":["orbit_intermediate5.png"],"Orbit5Intermediate":["orbit_intermediate4.png"],"Orbit6Intermediate":["orbit_intermediate3.png"],"Orbit4Active":["orbit_active5.png"],"Orbit1Active":["orbit_active9.png"],"Orbit1Intermediate":["orbit_intermediate9.png"],"Orbit2Intermediate":["orbit_intermediate8.png"],"Orbit7Active":["orbit_active7.png"],"LineConnectorIntermediate":["orbit_intermediate0.png"],"Orbit1Normal":["orbit_normal9.png"]},"min_y":-23534.129135817,"groups":[null,{"y":4289.0882816464,"x":-15658.693929803,"nodes":[22541],"orbits":[0]},{"y":4669.7882816464,"x":-15658.693929803,"nodes":[5386],"orbits":[0]},{"y":3924.5582816464,"x":-15446.023929803,"nodes":[57959],"orbits":[0]},{"y":4669.7882816464,"x":-15446.023929803,"nodes":[14960],"orbits":[0]},{"y":4289.0882816464,"x":-15234.023929803,"nodes":[60298],"orbits":[0]},{"y":4669.7882816464,"x":-15234.023929803,"nodes":[47236],"orbits":[0]},{"y":4289.0882816464,"x":-15022.023929803,"nodes":[47184],"orbits":[0]},{"y":4669.7882816464,"x":-15022.023929803,"nodes":[20895],"orbits":[0]},{"y":5408.7082816464,"x":-15019.523929803,"nodes":[64962],"orbits":[0]},{"y":5568.6482816464,"x":-14962.483929803,"nodes":[110],"orbits":[0]},{"y":5718.4882816464,"x":-14864.633929803,"nodes":[22908],"orbits":[0]},{"y":4289.0882816464,"x":-14810.023929803,"nodes":[48537],"orbits":[0]},{"y":3924.5582816464,"x":-14809.983929803,"nodes":[63401],"orbits":[0]},{"y":5843.3382816464,"x":-14729.803929803,"nodes":[8525],"orbits":[0]},{"y":7092.2062617458,"x":-14187.515392137,"nodes":[49380],"orbits":[0]},{"y":7455.2062617458,"x":-14187.515392137,"nodes":[58704],"orbits":[0]},{"y":7818.2062617458,"x":-14187.515392137,"nodes":[38769],"orbits":[0]},{"y":6842.0362617458,"x":-14120.485392137,"nodes":[36659],"orbits":[0]},{"y":5930.0482816464,"x":-14571.203929803,"nodes":[9997],"orbits":[0]},{"y":7263.9162617458,"x":-14030.755392137,"nodes":[6127],"orbits":[0]},{"y":7677.0662617458,"x":-14030.755392137,"nodes":[18585],"orbits":[0]},null,{"y":5973.6682816464,"x":-14401.093929803,"nodes":[13772],"orbits":[0]},{"y":6841.9962617458,"x":-13933.035392137,"nodes":[40915],"orbits":[0]},{"y":4649.0482816464,"x":-14327.243929803,"nodes":[5852],"orbits":[9]},{"y":8356.1862617458,"x":-13866.175392137,"nodes":[1994],"orbits":[0]},{"y":7092.2062617458,"x":-13865.995392137,"nodes":[48682],"orbits":[0]},{"y":7455.2062617458,"x":-13865.995392137,"nodes":[39411],"orbits":[0]},{"y":8181.9862617458,"x":-13865.995392137,"nodes":[25935],"orbits":[0]},{"y":7818.2062617458,"x":-13865.375392137,"nodes":[39365],"orbits":[0]},{"y":5309.0482816464,"x":-14309.223929803,"nodes":[9988],"orbits":[0]},{"y":5973.6682816464,"x":-14217.823929803,"nodes":[25438],"orbits":[0]},{"y":5930.0482816464,"x":-14050.593929803,"nodes":[49340],"orbits":[0]},{"y":7762.4862617458,"x":-13460.915392137,"nodes":[33812],"orbits":[6]},{"y":5843.3382816464,"x":-13892.783929803,"nodes":[60913],"orbits":[0]},{"y":8435.2362617458,"x":-13412.235392137,"nodes":[47097],"orbits":[0]},{"y":8104.7962617458,"x":-13408.425392137,"nodes":[23005],"orbits":[0]},{"y":5718.4882816464,"x":-13768.803929803,"nodes":[61039],"orbits":[0]},{"y":5568.6482816464,"x":-13676.543929803,"nodes":[20195],"orbits":[0]},{"y":5408.7082816464,"x":-13602.193929803,"nodes":[16276],"orbits":[0]},{"y":8045.1062617458,"x":-13037.445392137,"nodes":[10072],"orbits":[0]},{"y":8464.1162617458,"x":-13008.535392137,"nodes":[52068],"orbits":[0]},null,null,{"y":9513.3821523168,"x":-12036.043027744,"nodes":[24807],"orbits":[0]},{"y":9290.4821523168,"x":-11639.093027744,"nodes":[38014],"orbits":[0]},{"y":9799.2721523168,"x":-11461.173027744,"nodes":[42275],"orbits":[0]},{"y":10071.262152317,"x":-11200.233027744,"nodes":[3762,59540,30115,60634,35453,13715,19424,27418,51690,29323,32534],"orbits":[4,5,6,7,9]},{"y":11074.182152317,"x":-11134.733027744,"nodes":[12000],"orbits":[0]},{"y":10433.032152317,"x":-11094.363027744,"nodes":[59372],"orbits":[0]},{"y":10848.782152317,"x":-10740.743027744,"nodes":[56842],"orbits":[0]},null,null,null,null,null,{"y":-1276.68,"x":-11263.31,"nodes":[9352,31295,32071,49111,39190,8800,15427,57379],"orbits":[0,3]},{"y":1114.01,"x":-11179.3,"nodes":[28589,7395,38670,30007,12565,3245,30300,3188,46051],"orbits":[0,1,2,3]},{"y":-2405.56,"x":-11128.79,"nodes":[47242,34493,48565,23078,65328,54964,49593,4725,17229],"orbits":[0,2,3,4,7]},{"y":-3254.38,"x":-11095.46,"nodes":[6502],"orbits":[0]},{"y":-3602.71,"x":-11052.33,"nodes":[41747],"orbits":[0]},{"y":-3162.26,"x":-11003.87,"nodes":[49370,32148,8535,43443],"orbits":[0,2]},{"y":88.39,"x":-10939.38,"nodes":[55190],"orbits":[1]},{"y":-3409.07,"x":-10798.26,"nodes":[61847],"orbits":[0]},{"y":2443.13,"x":-10708.76,"nodes":[24630],"orbits":[0]},{"y":445.3,"x":-10682.77,"nodes":[1200],"orbits":[4]},{"y":-1117.08,"x":-10667.72,"nodes":[28982],"orbits":[0]},{"y":2047.3,"x":-10654.45,"nodes":[64489,25162,6952,750],"orbits":[2]},{"y":3051.94,"x":-10615.17,"nodes":[17348,11433,15522,13893,11275,42390,44753,63608],"orbits":[0,3,4,7]},{"y":-4677.69,"x":-10609.92,"nodes":[440],"orbits":[0]},{"y":-3587.33,"x":-10416.8,"nodes":[1130,50847,33393,42914],"orbits":[0,4,5,7]},{"y":-4500.02,"x":-10391.25,"nodes":[55888],"orbits":[0]},{"y":-5225.09,"x":-10391.18,"nodes":[17349,5728,23940,14342,49256,14439,58138,46384,33402,58125,6133,10681,27581,50510],"orbits":[1,3,4,7]},{"y":-6443.27,"x":-10372.37,"nodes":[47753],"orbits":[0]},{"y":5.97,"x":-10364.84,"nodes":[30141],"orbits":[0]},{"y":2132.05,"x":-10358.72,"nodes":[59785],"orbits":[0]},{"y":-2405.56,"x":-10338.12,"nodes":[41768],"orbits":[0]},{"y":-507.73,"x":-10318,"nodes":[20989,42984,21184,20251],"orbits":[1,3,7]},{"y":5666.88,"x":-10266.25,"nodes":[14511,54999,64900,30780,53261,18207,17112,5410,4331],"orbits":[2,3,4,7]},{"y":4633.75,"x":-10240.12,"nodes":[375,12276,14693,13937,13980,17791,526,2645,52829,14832],"orbits":[0,4,7]},{"y":3732.13,"x":-10198.25,"nodes":[18684],"orbits":[0]},{"y":-4677.69,"x":-10180.38,"nodes":[18746],"orbits":[0]},{"y":296.7,"x":-10158.37,"nodes":[51749],"orbits":[0]},{"y":5639.94,"x":-10128.99,"nodes":[33590],"orbits":[0]},{"y":1201.49,"x":-10089.33,"nodes":[11656,9106,53822,54937],"orbits":[1,7]},{"y":-3391.47,"x":-10087.16,"nodes":[29611],"orbits":[0]},{"y":3405.64,"x":-10009.75,"nodes":[27296],"orbits":[0]},{"y":2362.11,"x":-9927.8,"nodes":[51535,18397,55063,8852,4139],"orbits":[0,2,3]},{"y":-6356.8,"x":-9926.52,"nodes":[38320],"orbits":[0]},{"y":-6372.76,"x":-9896.05,"nodes":[32845,23630,64819,31746,51868,19794,17885,11392],"orbits":[3,4,5]},{"y":-2071.56,"x":-9865.43,"nodes":[11525,64724,53329,53030,30334,9324,43939,56214,48267],"orbits":[0,2,3]},{"y":2995.92,"x":-9851.18,"nodes":[39598,3949,28613,15247,46683],"orbits":[3,2]},{"y":-4500.02,"x":-9791.13,"nodes":[32474],"orbits":[0]},{"y":-1117.08,"x":-9724.5,"nodes":[30457,13293,54416,19236,60274],"orbits":[0,7]},{"y":6484.44,"x":-9716.02,"nodes":[55152,42710,65287,56996,9568,41186,58117,13839,5580],"orbits":[0,2,3,4,5]},{"y":710.66,"x":-9715.33,"nodes":[4442,59886,62313,62034,55931,33939,6872],"orbits":[0,3,4,5]},{"y":4489.54,"x":-9701.92,"nodes":[59777],"orbits":[0]},{"y":3334.63,"x":-9636.83,"nodes":[917,44069,65160,21670,29358],"orbits":[1,2,3]},{"y":3036.16,"x":-9621.33,"nodes":[30553],"orbits":[0]},{"y":-3088.59,"x":-9562.54,"nodes":[62670,41497,30554,21164,18245,10055],"orbits":[0,7]},{"y":-421.46,"x":-9548.42,"nodes":[32777,17625,59710,21567,18822,10873,52618,47790],"orbits":[1,2,3,7]},{"y":4,"x":-9548.42,"nodes":[18448],"orbits":[0]},{"y":-5501.21,"x":-9524.42,"nodes":[47931],"orbits":[0]},{"y":-6443.27,"x":-9519.96,"nodes":[41012],"orbits":[0]},{"y":5442.15,"x":-9427.5,"nodes":[53719],"orbits":[0]},{"y":4400.29,"x":-9363.33,"nodes":[10362,10830,9163,59589,44952,6153,52659],"orbits":[0,3,7]},{"y":362.33,"x":-9064.75,"nodes":[65154,2575,56757,11292],"orbits":[0,2]},{"y":6723.44,"x":-9040.02,"nodes":[53440,52300,11178,62439,57880,11306,6269,45990,39448,24224],"orbits":[0,2,3]},{"y":-4631.81,"x":-9038.93,"nodes":[31159,54962,35849,46017,12382],"orbits":[0,1,7]},{"y":1954.01,"x":-8945,"nodes":[33452,57471,53823,23192,21684,1214,42578,52796,10508,30371,27687],"orbits":[2,3,4,5,7]},{"y":-6645.82,"x":-8932.06,"nodes":[55048],"orbits":[0]},{"y":-5473.9,"x":-8822.42,"nodes":[52],"orbits":[0]},{"y":-5095.9,"x":-8822.42,"nodes":[39131],"orbits":[0]},{"y":5036.5,"x":-8724.91,"nodes":[21387],"orbits":[0]},{"y":5504.76,"x":-8699.47,"nodes":[51129,26437,15892],"orbits":[3,7]},{"y":4,"x":-8684.42,"nodes":[47263],"orbits":[0]},{"y":504.36,"x":-8684.42,"nodes":[10100],"orbits":[0]},{"y":988.33,"x":-8684.42,"nodes":[23307],"orbits":[0]},{"y":-6378.53,"x":-8664.77,"nodes":[33722],"orbits":[0]},{"y":4650.55,"x":-8647.35,"nodes":[47173,51832,6514,31373,47722,12418,50561,3988],"orbits":[0,2,3,4]},{"y":6301.67,"x":-8618.25,"nodes":[27082],"orbits":[0]},{"y":-563.21,"x":-8615.24,"nodes":[52220,60064,3027,54228,64240],"orbits":[0,2]},{"y":-4931.21,"x":-8541.12,"nodes":[11741],"orbits":[3]},{"y":-7514.09,"x":-8526.34,"nodes":[9226,13500,47591,41044],"orbits":[1,2,3,7]},{"y":-1405.65,"x":-8485.92,"nodes":[8460,40328,62200,9528,38053,29762,28564],"orbits":[0,2,3]},{"y":-5912.71,"x":-8440.72,"nodes":[57608],"orbits":[0]},{"y":-3706.68,"x":-8404.25,"nodes":[49259],"orbits":[0]},{"y":5599.53,"x":-8394.02,"nodes":[13482],"orbits":[0]},{"y":-3700.62,"x":-8390.01,"nodes":[25014,62360,36333,50228,20511,42059,53804,56112],"orbits":[4,3]},{"y":-5238.98,"x":-8386.71,"nodes":[33797,37509],"orbits":[5]},{"y":5293.13,"x":-8335.67,"nodes":[22626,45227,30136],"orbits":[3,7]},{"y":5282.9,"x":-8316.62,"nodes":[42111,48717],"orbits":[7,3]},{"y":504.36,"x":-8308.16,"nodes":[25300],"orbits":[0]},{"y":1737.23,"x":-8233.08,"nodes":[59945],"orbits":[0]},{"y":6324.33,"x":-8217.79,"nodes":[50392],"orbits":[0]},{"y":7089.13,"x":-8206.04,"nodes":[32349],"orbits":[0]},{"y":2567.51,"x":-8204.79,"nodes":[38365,61142,34626,46499],"orbits":[0,2]},{"y":-5390.69,"x":-8193.3,"nodes":[33502,65189],"orbits":[5]},{"y":453.74,"x":-8193.04,"nodes":[61796,38066,8260,10286],"orbits":[7]},{"y":3447.68,"x":-8158.65,"nodes":[24855,17138,53308,51903,39347,48014,55058,63790],"orbits":[0,3,4,5]},{"y":7641.73,"x":-8141.21,"nodes":[41821],"orbits":[0]},{"y":7618.79,"x":-8131.61,"nodes":[24801,34305,40736,8171,45162,63031,15606,31545],"orbits":[3,4,7]},{"y":6128.94,"x":-8111.51,"nodes":[61409,24646],"orbits":[3,7]},{"y":15442.475326604,"x":-1029.1124985462,"nodes":[8272],"orbits":[0]},{"y":379.36,"x":-8091.65,"nodes":[21453],"orbits":[0]},{"y":-6945.65,"x":-8086.9,"nodes":[4140],"orbits":[0]},{"y":-5943.05,"x":-8083.42,"nodes":[41180],"orbits":[1]},{"y":-5590.82,"x":-8069.54,"nodes":[6222,9037,21912],"orbits":[5]},{"y":4659.56,"x":-8046.92,"nodes":[63114],"orbits":[3]},{"y":-4404.48,"x":-8038.85,"nodes":[35369,1459,47252,17282,43579],"orbits":[0,1,7]},{"y":6127.75,"x":-8021.19,"nodes":[13075],"orbits":[0]},{"y":-5646.06,"x":-8021.07,"nodes":[61703],"orbits":[0]},{"y":-2147.35,"x":-8008.62,"nodes":[51210],"orbits":[0]},{"y":-2159.36,"x":-8008.25,"nodes":[61404,38923,44902,61429,511],"orbits":[0,7]},{"y":-1123.01,"x":-7996.37,"nodes":[38707],"orbits":[0]},{"y":4130.84,"x":-7966.51,"nodes":[35048,26176,43650,21070,57388,53386,9698],"orbits":[1,2,3,7]},{"y":-5882.19,"x":-7948.8,"nodes":[17260],"orbits":[0]},{"y":-6121.04,"x":-7930.02,"nodes":[32353],"orbits":[0]},{"y":-3221.29,"x":-7919.46,"nodes":[33601,5692,35708,41154,2863],"orbits":[0,2]},{"y":-7782.19,"x":-7892.21,"nodes":[23364,33781,65493,43854,48614,9018,35918],"orbits":[0,3,7]},{"y":-7781.42,"x":-7885.65,"nodes":[52038],"orbits":[0]},{"y":2887.75,"x":-7848.77,"nodes":[44017],"orbits":[0]},{"y":-6820.59,"x":-7837.12,"nodes":[95],"orbits":[0]},{"y":7089.13,"x":-7829.04,"nodes":[3446],"orbits":[0]},{"y":16223.165326604,"x":-726.61249854616,"nodes":[51737],"orbits":[0]},{"y":-2760.44,"x":-7772.07,"nodes":[25315,25591,19820,5686],"orbits":[2]},{"y":2567.51,"x":-7762.96,"nodes":[4527],"orbits":[0]},{"y":1935.05,"x":-7728.69,"nodes":[64807,46674,35921,57405,5642],"orbits":[2]},{"y":1429.4,"x":-7717.94,"nodes":[58855],"orbits":[0]},{"y":1435.92,"x":-7711.19,"nodes":[53527,4985,64525,45327,7204,10251],"orbits":[0,2,3,7]},{"y":-6588.02,"x":-7677.63,"nodes":[35645],"orbits":[0]},{"y":-6718.76,"x":-7663.77,"nodes":[1928],"orbits":[0]},{"y":-6455.3,"x":-7618.19,"nodes":[32847],"orbits":[0]},{"y":8202.29,"x":-7612.36,"nodes":[2946,62518,4547,41414,41363],"orbits":[0,1,3,4,7]},{"y":-849.36,"x":-7586.04,"nodes":[43653,48171,26518,40803,3218],"orbits":[4]},{"y":15162.305326604,"x":-516.44249854616,"nodes":[17646],"orbits":[0]},{"y":-1903.57,"x":-7551.31,"nodes":[49734],"orbits":[0]},{"y":-6690.83,"x":-7518.46,"nodes":[56284],"orbits":[0]},{"y":6094.06,"x":-7472.17,"nodes":[58088,16620,41442,21161,64324,10500,26479,6900,45751],"orbits":[2,3,4,5]},{"y":6133.69,"x":-7472.17,"nodes":[9040],"orbits":[0]},{"y":-6580.92,"x":-7471.21,"nodes":[6077],"orbits":[0]},{"y":4966.83,"x":-7470.27,"nodes":[50616],"orbits":[0]},{"y":409.35,"x":-7469.65,"nodes":[46665],"orbits":[0]},{"y":4960.9,"x":-7463.54,"nodes":[18505,18496,18073,36027,49952,45090,13856],"orbits":[7]},{"y":371.68,"x":-7459.86,"nodes":[24339,7060,28214,1973,8607,53131],"orbits":[7,2]},{"y":-6842.48,"x":-7448.48,"nodes":[8737],"orbits":[0]},{"y":3131.16,"x":-7437.53,"nodes":[52298],"orbits":[0]},{"y":3624.13,"x":-7437.53,"nodes":[53216,52126,21885,1352],"orbits":[0,2,7]},{"y":-6510.96,"x":-7375.75,"nodes":[25927],"orbits":[0]},{"y":84.99,"x":-7366.84,"nodes":[58295],"orbits":[2]},{"y":-465.35,"x":-7355.98,"nodes":[24430,47191,3601,8554,63037],"orbits":[4]},{"y":-745.79,"x":-7348.69,"nodes":[50629],"orbits":[0]},{"y":-750.41,"x":-7347.5,"nodes":[44298],"orbits":[0]},{"y":-4246.42,"x":-7344.38,"nodes":[26196],"orbits":[0]},{"y":-3696.47,"x":-7344.38,"nodes":[39710],"orbits":[0]},{"y":-3214.3,"x":-7344.38,"nodes":[51821],"orbits":[0]},{"y":-2760.44,"x":-7344.38,"nodes":[20115],"orbits":[0]},{"y":-8228.26,"x":-7329.06,"nodes":[45202],"orbits":[0]},{"y":2335.67,"x":-7296.92,"nodes":[40117,31848,1286,21089,17903,54701,64023],"orbits":[0,7]},{"y":-4986.13,"x":-7197.98,"nodes":[45354,64948,48264,12964],"orbits":[0,2]},{"y":-916.14,"x":-7180.07,"nodes":[23930,30662,45383,26291,46024],"orbits":[4]},{"y":-8883.47,"x":-7168.06,"nodes":[11048,47420,53444,9065,752,64653,52676],"orbits":[1,2,4,7]},{"y":-6860,"x":-7166.4,"nodes":[41511],"orbits":[0]},{"y":-1787.6,"x":-7123.48,"nodes":[51812,62757,4673,10047,46741],"orbits":[0,2]},{"y":-8009.76,"x":-7050.15,"nodes":[59093],"orbits":[0]},{"y":15062.725326604,"x":21.737501453836,"nodes":[61973,38601,43131,40719,61897,34501,7120],"orbits":[6,5,9,8]},{"y":16112.055326604,"x":21.737501453836,"nodes":[25172],"orbits":[0]},{"y":15162.305326604,"x":26.087501453835,"nodes":[46535],"orbits":[0]},{"y":15464.285326604,"x":26.087501453835,"nodes":[32559],"orbits":[0]},{"y":15745.095326604,"x":26.087501453835,"nodes":[3704],"orbits":[0]},{"y":7409.4,"x":-7025.42,"nodes":[25229,7972,21390,5663],"orbits":[0,2]},{"y":7906.98,"x":-7025.42,"nodes":[62498],"orbits":[0]},{"y":8507.21,"x":-7025.42,"nodes":[12255,989,26416,27740,35792],"orbits":[2]},{"y":-5539.42,"x":-6938.5,"nodes":[45632,25503,27068,35831,27388,28578,904,24551],"orbits":[0,7]},{"y":4002.72,"x":-6934.34,"nodes":[26725],"orbits":[0]},{"y":2821.11,"x":-6908.33,"nodes":[31805,44461,54998,29041,31388,51394,29993],"orbits":[1,2,3,7]},{"y":6655.38,"x":-6902.9,"nodes":[43778,36894,17330,3698,61938,14515,61927,33137],"orbits":[2,3]},{"y":-6806.55,"x":-6892.53,"nodes":[35560],"orbits":[0]},{"y":-4712.38,"x":-6880.96,"nodes":[21568],"orbits":[0]},{"y":961.36,"x":-6862.4,"nodes":[1170,53089,16626,64443,41126,10474,53785,9918,62023],"orbits":[0,2,3]},{"y":3687.64,"x":-6849.92,"nodes":[39621,14176,18004,8881],"orbits":[0,2,3,4]},{"y":14689.725068319,"x":2105.67891923,"nodes":[16249],"orbits":[0]},{"y":-7433.25,"x":-6746.61,"nodes":[21127,35974,51105,5398,22484,51820,38124,6355,14110,48979],"orbits":[1,2,3,4,6,7]},{"y":9037.67,"x":-6714.29,"nodes":[25031,17999,63979,9750,1169,42026,63813],"orbits":[0,7]},{"y":5303.33,"x":-6629.67,"nodes":[5800,45075,43149,43507,40292],"orbits":[1,2,7]},{"y":15056.055068319,"x":2317.17891923,"nodes":[32560],"orbits":[0]},{"y":-6081.65,"x":-6604.35,"nodes":[2672],"orbits":[0]},{"y":-2925.02,"x":-6560.84,"nodes":[50062,64357,6416,506,46857,59596,42916,11030,37641],"orbits":[0,2,3]},{"y":-6226.48,"x":-6511.27,"nodes":[59061],"orbits":[0]},{"y":15162.305326604,"x":559.90750145384,"nodes":[6935],"orbits":[0]},{"y":14647.455068319,"x":2426.65891923,"nodes":[10371],"orbits":[0]},{"y":-10047.02,"x":-6497.62,"nodes":[28774,17505,52106,2999,44005,10295,27733],"orbits":[4,5,6]},{"y":-5120.01,"x":-6473.32,"nodes":[11248],"orbits":[0]},{"y":5137.09,"x":-6456.61,"nodes":[53921,40596,58838],"orbits":[5]},{"y":-6084.44,"x":-6441.98,"nodes":[8509,45569,55596,28267,35085],"orbits":[0,2,3]},{"y":-4380.23,"x":-6419.58,"nodes":[35966,41105,38368,54288,44316],"orbits":[0,1,7]},{"y":4911.79,"x":-6409.48,"nodes":[22975],"orbits":[0]},{"y":15422.385068319,"x":2528.67891923,"nodes":[15044],"orbits":[0]},{"y":420.58,"x":-6370.69,"nodes":[43711,5544,14459],"orbits":[2]},{"y":4501.4,"x":-6353.65,"nodes":[38921,49023,49198,12817,22967],"orbits":[1,2,3,7]},{"y":-15638.996223618,"x":4147.9923934462,"nodes":[18678],"orbits":[0]},{"y":-13435.176223618,"x":4147.9923934462,"nodes":[63002],"orbits":[0]},{"y":15013.795068319,"x":2638.15891923,"nodes":[42845],"orbits":[0]},{"y":16223.165326604,"x":799.19750145384,"nodes":[20830],"orbits":[0]},{"y":-413.32,"x":-6255.06,"nodes":[21861,52807,61836,60551,65243,46421],"orbits":[0,2]},{"y":7289.19,"x":-6210.4,"nodes":[11014,16784,26339,62609,18419,25312,24259,23667,64405,31650,16051,31017],"orbits":[0,1,3,5,7]},{"y":8758.64,"x":-6210.4,"nodes":[51561],"orbits":[0]},{"y":-8867.25,"x":-6208.88,"nodes":[23382],"orbits":[0]},{"y":3942.14,"x":-6203.21,"nodes":[19674],"orbits":[3]},{"y":-15201.396223618,"x":4249.9123934462,"nodes":[10731],"orbits":[0]},{"y":5297.48,"x":-6186.82,"nodes":[27439],"orbits":[0]},{"y":9255.09,"x":-6167.94,"nodes":[11786,7716,29447,18157],"orbits":[2]},{"y":15662.095068319,"x":2768.38891923,"nodes":[29162],"orbits":[0]},{"y":3951.76,"x":-6116.29,"nodes":[41493],"orbits":[0]},{"y":1197.89,"x":-6026.21,"nodes":[21017,26969,16861,55789,41665,27303,50562,43142],"orbits":[0,3,4,5,7]},{"y":4,"x":-6014.13,"nodes":[14654],"orbits":[0]},{"y":14347.645068319,"x":2922.91891923,"nodes":[54838],"orbits":[0]},{"y":14770.655068319,"x":2922.91891923,"nodes":[4245],"orbits":[0]},{"y":15193.655068319,"x":2922.91891923,"nodes":[44746],"orbits":[0]},{"y":-7874,"x":-5984.67,"nodes":[64318,5088,55101,43893,26739,61063,38535,7777,58016,22873,16596,49537,42205],"orbits":[0,3,4]},{"y":-14539.976223618,"x":4461.9623934462,"nodes":[26638],"orbits":[0]},{"y":2748.83,"x":-5982.73,"nodes":[35977,38130,53194,35876,27540,62216,26070,62973],"orbits":[0,2,3]},{"y":3453.31,"x":-5982.73,"nodes":[57703],"orbits":[0]},{"y":15442.475326604,"x":1105.5575014538,"nodes":[37078],"orbits":[0]},{"y":8688.45,"x":-5952.13,"nodes":[56342],"orbits":[0]},{"y":8472.91,"x":-5946.57,"nodes":[7341],"orbits":[0]},{"y":-3432.51,"x":-5945.28,"nodes":[49938],"orbits":[0]},{"y":15521.105068319,"x":3010.65891923,"nodes":[46522],"orbits":[0]},{"y":4065.73,"x":-5918.9,"nodes":[50253],"orbits":[0]},{"y":-13435.176223618,"x":4528.6123934462,"nodes":[58747],"orbits":[0]},{"y":-5740.53,"x":-5846.29,"nodes":[44872],"orbits":[0]},{"y":-3968.54,"x":-5794.96,"nodes":[51795,32271,54311,28482,53632,19846],"orbits":[1,2,7]},{"y":-15265.706223618,"x":4651.5523934462,"nodes":[42035,28153,50219,54194],"orbits":[2]},{"y":-14326.006223618,"x":4651.5523934462,"nodes":[22147],"orbits":[9]},{"y":15205.635068319,"x":3150.93891923,"nodes":[36252],"orbits":[6]},{"y":-6744.4,"x":-5744.12,"nodes":[57776,60013,10208,21935,33914,18240,21415,22909,61493],"orbits":[0,3]},{"y":-15185.706223618,"x":4715.3223934462,"nodes":[43128],"orbits":[4]},{"y":6102.63,"x":-5721.96,"nodes":[8600],"orbits":[0]},{"y":14629.069205894,"x":-4312.0867163516,"nodes":[32952],"orbits":[0]},{"y":5052.28,"x":-5694.65,"nodes":[62015,7668,21982,47371],"orbits":[0,2]},{"y":5511.25,"x":-5677.8,"nodes":[64870,34090,14655,372,54340],"orbits":[0,2,3,7]},{"y":-13434.776223618,"x":4791.4023934462,"nodes":[3605],"orbits":[0]},{"y":15520.935068319,"x":3291.25891923,"nodes":[54892],"orbits":[0]},{"y":-14539.976223618,"x":4823.9323934462,"nodes":[10987],"orbits":[0]},{"y":14440.069205894,"x":-4202.9667163516,"nodes":[37397],"orbits":[0]},{"y":14566.069205894,"x":-4202.9667163516,"nodes":[60287],"orbits":[0]},{"y":-9484.56,"x":-5597.85,"nodes":[7960],"orbits":[1]},{"y":-521.46,"x":-5585.44,"nodes":[40550,46205,41615,49192,44787,43396,10534,33209,2174,51683,19249],"orbits":[0,2,3,4,6,7]},{"y":8844.88,"x":-5585.08,"nodes":[33244,52373,16347,52556,37276],"orbits":[0,2]},{"y":14346.625068319,"x":3379.22891923,"nodes":[32637],"orbits":[0]},{"y":14769.635068319,"x":3379.22891923,"nodes":[30151],"orbits":[0]},{"y":15192.635068319,"x":3379.22891923,"nodes":[44371],"orbits":[0]},{"y":811.34,"x":-5535.94,"nodes":[20303,9908],"orbits":[2]},{"y":426.08,"x":-5532.01,"nodes":[16311,32600,6304,12125],"orbits":[0,2]},{"y":8167.23,"x":-5498.11,"nodes":[20350,47006,43174,4948,62785,28542],"orbits":[1,3,7]},{"y":14629.069205894,"x":-4093.8567163516,"nodes":[63259],"orbits":[0]},{"y":15073.179205894,"x":-4067.0867163516,"nodes":[55582],"orbits":[0]},{"y":4362.34,"x":-5457.8,"nodes":[25482,51702,54485,60620,61472],"orbits":[0,7]},{"y":6837.73,"x":-5440.73,"nodes":[64995,51867,17924],"orbits":[0,3]},{"y":-15436.646223618,"x":5014.8823934462,"nodes":[27990],"orbits":[0]},{"y":9533.46,"x":-5399.53,"nodes":[2491],"orbits":[1]},{"y":15661.385068319,"x":3534.18891923,"nodes":[762],"orbits":[0]},{"y":-15201.396223618,"x":5049.2023934462,"nodes":[49049],"orbits":[0]},{"y":4839.82,"x":-5384.36,"nodes":[36389],"orbits":[0]},{"y":14154.449205894,"x":-3982.4167163516,"nodes":[14429],"orbits":[0]},{"y":2555.07,"x":-5326.03,"nodes":[8629],"orbits":[0]},{"y":7500.44,"x":-5323.67,"nodes":[20015,14777,49136,9604,37226,4015,47429,9187,59466],"orbits":[2,3,4,6,7]},{"y":2655.72,"x":-5314.13,"nodes":[16084],"orbits":[0]},{"y":2829.25,"x":-5314.13,"nodes":[13474],"orbits":[0]},{"y":2922.83,"x":-5314.13,"nodes":[10602,24871,57552,46696],"orbits":[4]},{"y":3067.3,"x":-5314.13,"nodes":[54811],"orbits":[0]},{"y":3397.64,"x":-5314.13,"nodes":[34210],"orbits":[0]},{"y":3520.75,"x":-5314.13,"nodes":[6923,1087,64939,30123,26092,52392],"orbits":[2,3]},{"y":-15646.006223618,"x":5154.5523934462,"nodes":[1579],"orbits":[0]},{"y":-13434.776223618,"x":5154.5523934462,"nodes":[32856],"orbits":[0]},{"y":15904.355068319,"x":3674.46891923,"nodes":[12054],"orbits":[0]},{"y":-2342.95,"x":-5255.44,"nodes":[10245,34308,65193,47204,36478,48714,43014,47354,37414],"orbits":[0,2,3]},{"y":5058.67,"x":-5245.55,"nodes":[53989],"orbits":[0]},{"y":14661.559205894,"x":-3846.5467163516,"nodes":[45248],"orbits":[0]},{"y":-5581.61,"x":-5237.04,"nodes":[44783,19277,35171,10029,8660,18846,22949,14113],"orbits":[0,2,3]},{"y":6507.02,"x":-5197.82,"nodes":[44406,63451,57846],"orbits":[6]},{"y":-4772.19,"x":-5175.23,"nodes":[57097,30260,256,19658],"orbits":[0,2,7]},{"y":833.39,"x":-5165.01,"nodes":[63470,50302,16090],"orbits":[3]},{"y":6455.65,"x":-5159.25,"nodes":[61490],"orbits":[0]},{"y":8943.84,"x":-5153.8,"nodes":[28304],"orbits":[0]},{"y":15168.679205894,"x":-3710.6567163516,"nodes":[11641],"orbits":[0]},{"y":15491.885068319,"x":3827.76891923,"nodes":[1988],"orbits":[0]},{"y":-2941.61,"x":-5095.02,"nodes":[28002],"orbits":[0]},{"y":1520.57,"x":-5034.82,"nodes":[51369,56061,6544,45503,37746,42604],"orbits":[0,2,4,7]},{"y":5187.94,"x":-5015.19,"nodes":[29372],"orbits":[0]},{"y":6154.73,"x":-4989.69,"nodes":[10305,45586,35011,14761,53187,45215],"orbits":[2]},{"y":6165.44,"x":-4987.35,"nodes":[57775],"orbits":[0]},{"y":15675.789205894,"x":-3574.7767163516,"nodes":[34882],"orbits":[0]},{"y":-5972.03,"x":-4966.28,"nodes":[46628],"orbits":[4]},{"y":15734.855068319,"x":3968.03891923,"nodes":[37523],"orbits":[0]},{"y":-7078.4,"x":-4944.54,"nodes":[56703,28839,56762,20032,28680],"orbits":[0,2]},{"y":-9561.39,"x":-4903.23,"nodes":[35408,36474,38596,24767,31925],"orbits":[2,4,7]},{"y":-8434.54,"x":-4902.61,"nodes":[48552],"orbits":[0]},{"y":-7998.35,"x":-4900.88,"nodes":[45918],"orbits":[0]},{"y":-8462.12,"x":-4842.44,"nodes":[36880,15628,27626,2244,54067,43036],"orbits":[4,5,7]},{"y":8363.52,"x":-4805.94,"nodes":[37258],"orbits":[0]},{"y":7834.96,"x":-4801.92,"nodes":[59367,10774,26568,51732,35863],"orbits":[2]},{"y":4919.46,"x":-4741.04,"nodes":[9417],"orbits":[0]},{"y":15509.825068319,"x":4193.88891923,"nodes":[24696],"orbits":[0]},{"y":-10129.75,"x":-4715.21,"nodes":[38965,11284,24764,12324,30985,31697,51303],"orbits":[1,2,7]},{"y":5643.94,"x":-4713.07,"nodes":[56595,23861,54886,56997,64312],"orbits":[0,4,7]},{"y":-4643.81,"x":-4696.12,"nodes":[13694,9343,50389,23329,11762],"orbits":[0,2,7]},{"y":-6892.17,"x":-4694.67,"nodes":[15782],"orbits":[0]},{"y":-6482.36,"x":-4694.67,"nodes":[54814,59498,53675,16114],"orbits":[0,2]},{"y":223.67,"x":-4660.69,"nodes":[31419,35787,42813,55491],"orbits":[1,7]},{"y":4612.59,"x":-4659.73,"nodes":[13171],"orbits":[0]},{"y":-7996.23,"x":-4643.88,"nodes":[31238],"orbits":[0]},{"y":-10104.85,"x":-4621.23,"nodes":[65226],"orbits":[0]},{"y":6774.82,"x":-4606.4,"nodes":[38876],"orbits":[0]},{"y":-532.48,"x":-4583.03,"nodes":[7878,48745,53901,34375,45612],"orbits":[0,2,3]},{"y":-8704.8,"x":-4582.26,"nodes":[292],"orbits":[0]},{"y":9245.21,"x":-4573.05,"nodes":[5681],"orbits":[0]},{"y":15210.155068319,"x":4358.45891923,"nodes":[4086],"orbits":[0]},{"y":9245.92,"x":-4572.75,"nodes":[3339,23036,46931,45585,55617,29914,17825,19546,59208],"orbits":[0,2,3]},{"y":-8712.09,"x":-4568.4,"nodes":[23825,11572,24325,32923,58215,40006,9896],"orbits":[2,3,4,7]},{"y":-3251.11,"x":-4558.96,"nodes":[17411,61444,58096,6008,64020,29652,35911,15180,34096],"orbits":[0,2,3]},{"y":4730.38,"x":-4551.96,"nodes":[17745],"orbits":[0]},{"y":925.6,"x":-4542.4,"nodes":[39083],"orbits":[0]},{"y":2159.3,"x":-4507.44,"nodes":[33978,30390,31609,36163,62581],"orbits":[0,2,3,7]},{"y":14737.939205894,"x":-3108.3367163516,"nodes":[55536],"orbits":[9]},{"y":4838.15,"x":-4434.17,"nodes":[48121],"orbits":[0]},{"y":7184.65,"x":-4431.15,"nodes":[14540],"orbits":[0]},{"y":-1471.64,"x":-4422.17,"nodes":[48505,10372,48240,36191,59213,7392,10571,60886,40325],"orbits":[1,2,3]},{"y":4530.02,"x":-4351.6,"nodes":[24438],"orbits":[0]},{"y":843.27,"x":-4339.42,"nodes":[9638],"orbits":[0]},{"y":3287.25,"x":-4335.51,"nodes":[54283,26324,27950,4128,26532,46023,52462],"orbits":[0,2,3]},{"y":3380.39,"x":-4335.51,"nodes":[41657,21286,45992,17029],"orbits":[2,3]},{"y":619.91,"x":-4335.1,"nodes":[26798],"orbits":[0]},{"y":0.53,"x":-4308.23,"nodes":[51052,22616,17468,53405,22558],"orbits":[6]},{"y":407.49,"x":-4296.44,"nodes":[59006],"orbits":[0]},{"y":0.53,"x":-4289.92,"nodes":[48631],"orbits":[0]},{"y":-11016.96,"x":-4283.82,"nodes":[14505,3866,22331,19644,32258,14712,33612,40200,61842,33240,45343,57021,8957,37594,50483,8983],"orbits":[0,1,2,3,4,5,7]},{"y":-5891.9,"x":-4261.32,"nodes":[34552,61026,17378,40894,1218,8357,10742,41991,1447,38972,14945,22393,28458],"orbits":[0,3]},{"y":10064.45,"x":-4254.59,"nodes":[28175],"orbits":[0]},{"y":10800.08,"x":-4254.59,"nodes":[47316,2888,21716,8827,16691,9583,28862],"orbits":[0,4,7]},{"y":2439.49,"x":-4227.25,"nodes":[16725],"orbits":[0]},{"y":-4515.44,"x":-4217.02,"nodes":[16948,37458,21879,25412],"orbits":[0,2,7]},{"y":-10001.8,"x":-4185.36,"nodes":[50104],"orbits":[0]},{"y":4345.69,"x":-4167.26,"nodes":[46748],"orbits":[0]},{"y":6722.67,"x":-4163.59,"nodes":[56605],"orbits":[0]},{"y":14910.329205894,"x":-2763.1767163516,"nodes":[18146],"orbits":[0]},{"y":-8135.44,"x":-4117.42,"nodes":[4931,42825,21404,27674,44082,27307],"orbits":[0,2]},{"y":-9838.01,"x":-4116.33,"nodes":[32745],"orbits":[0]},{"y":-9545.42,"x":-4113.12,"nodes":[40276],"orbits":[0]},{"y":-9254.29,"x":-4113.12,"nodes":[60241],"orbits":[0]},{"y":6275.65,"x":-4107.23,"nodes":[17762,2964,18374,28476],"orbits":[0,2]},{"y":-10310.91,"x":-4102.54,"nodes":[46742],"orbits":[0]},{"y":287.24,"x":-4082.88,"nodes":[26895],"orbits":[0]},{"y":8524.92,"x":-4066.8,"nodes":[26490,12751,6229,13356,18489],"orbits":[7,2]},{"y":7086.81,"x":-4066.02,"nodes":[31903],"orbits":[0]},{"y":15679.429205894,"x":-2638.2867163516,"nodes":[3084],"orbits":[0]},{"y":-9550.54,"x":-4030.62,"nodes":[32278,58183],"orbits":[2,7]},{"y":14402.249205894,"x":-2627.0367163516,"nodes":[57819],"orbits":[0]},{"y":-9600.64,"x":-3955.44,"nodes":[61179],"orbits":[0]},{"y":9526.74,"x":-3944.14,"nodes":[4661,53367,10835,20842,12821,65439,48026,6623,65353],"orbits":[0,1,2,3]},{"y":7603.71,"x":-3931.69,"nodes":[259],"orbits":[0]},{"y":7588.67,"x":-3931.58,"nodes":[38010,13352,59180,54923,27638,50023,13524,4921],"orbits":[4,7]},{"y":394.73,"x":-3921.6,"nodes":[37956],"orbits":[0]},{"y":-9191.64,"x":-3905.87,"nodes":[5284],"orbits":[0]},{"y":15171.359205894,"x":-2502.1467163516,"nodes":[30996],"orbits":[0]},{"y":156.68,"x":-3872.48,"nodes":[35581],"orbits":[0]},{"y":-14980.27926277,"x":1573.4397536271,"nodes":[8867,42522,39204,12882,38578,2857,39640,61985,18849,49189,64789,44484,7246,65413,25618,49759,7998,13673,29398,12488,40721],"orbits":[6,5,9,8]},{"y":-9338.75,"x":-3804.23,"nodes":[21245],"orbits":[0]},{"y":-8886.17,"x":-3804.23,"nodes":[57178],"orbits":[0]},{"y":15915.289205894,"x":-2402.4267163516,"nodes":[1442],"orbits":[0]},{"y":-7331.69,"x":-3797.08,"nodes":[43818],"orbits":[0]},{"y":-7332.36,"x":-3782.35,"nodes":[14294,48530,4623,39130,48524],"orbits":[2]},{"y":14663.279205894,"x":-2366.0067163516,"nodes":[53762],"orbits":[0]},{"y":5937.79,"x":-3759.41,"nodes":[45962,48589,7922,7183,15617],"orbits":[0,2,3]},{"y":12649.72,"x":-3736.26,"nodes":[46565],"orbits":[0]},{"y":3905.64,"x":-3727.22,"nodes":[34487,4882,60568,38172,51206,49642,52348],"orbits":[0,2,3,7]},{"y":1390.39,"x":-3724.22,"nodes":[53443,20645,59767,31292,64284,58528,45363,19011,27373,22928],"orbits":[0,3,4,5]},{"y":5366.21,"x":-3714.33,"nodes":[2511,19802,64399],"orbits":[1,2,3]},{"y":11983.92,"x":-3711.3,"nodes":[27290],"orbits":[0]},{"y":15406.249205894,"x":-2266.0367163516,"nodes":[53108],"orbits":[0]},{"y":6318.1,"x":-3657.51,"nodes":[35265],"orbits":[0]},{"y":14155.199205894,"x":-2229.8667163516,"nodes":[36728],"orbits":[0]},{"y":-8544.35,"x":-3593.46,"nodes":[62122,6748,37327,34248,48618,4295],"orbits":[0,3,7]},{"y":-7995.13,"x":-3593.46,"nodes":[34840],"orbits":[0]},{"y":-3487.38,"x":-3550.83,"nodes":[2071,37543,38420,16647],"orbits":[0,2]},{"y":14897.209205894,"x":-2129.6267163516,"nodes":[36822],"orbits":[0]},{"y":11010.67,"x":-3522.22,"nodes":[35284,3921,38398,31898,7473,2211,8154],"orbits":[0,7]},{"y":321.55,"x":-3498.41,"nodes":[33397,51248,53294,38292,39594],"orbits":[0,2]},{"y":-6221.4,"x":-3497.77,"nodes":[44733],"orbits":[2]},{"y":4125.9,"x":-3484.73,"nodes":[49550,61935,55746,4624],"orbits":[0,7]},{"y":-9844.83,"x":-3480.21,"nodes":[43842,5695,32309,59070,28092,17061,31773],"orbits":[0,3,7]},{"y":12165.79,"x":-3462.24,"nodes":[26697],"orbits":[0]},{"y":-4769.59,"x":-3443.04,"nodes":[62661],"orbits":[0]},{"y":-7186.71,"x":-3428.17,"nodes":[1433],"orbits":[6]},{"y":-1975.64,"x":-3421.76,"nodes":[12786],"orbits":[0]},{"y":5065.71,"x":-3417.33,"nodes":[46060,29788,44419,7251,29270,7488],"orbits":[0,7]},{"y":9916.18,"x":-3408.23,"nodes":[52746,9796,62310,54148,36325,56934],"orbits":[0,2,4,7]},{"y":14388.159205894,"x":-1993.2267163516,"nodes":[58591],"orbits":[0]},{"y":7490.9,"x":-3366.12,"nodes":[37612],"orbits":[0]},{"y":-4893.8,"x":-3360.01,"nodes":[8531,24483,32660,8631,59256,51534,46760],"orbits":[0,2,3]},{"y":-6477.82,"x":-3334.51,"nodes":[57373],"orbits":[0]},{"y":11934.56,"x":-3314.67,"nodes":[37963,15855,59263,61441,54138],"orbits":[2,3,4,5,6]},{"y":11927.97,"x":-3296.49,"nodes":[9762,10783,38564,20091],"orbits":[2,3,5,6]},{"y":5858.65,"x":-3292.33,"nodes":[51299],"orbits":[2]},{"y":-1894.64,"x":-3281.46,"nodes":[17655,64299,50558,12462,19680,18465,39540,36602,6744,49357,32194,58651,5777,55194,44951,37629,55933],"orbits":[0,2,3,4,6]},{"y":6991.06,"x":-3250.15,"nodes":[15374,48035,54676,39759,11329],"orbits":[0,2]},{"y":8358.66,"x":-3244.97,"nodes":[25011,60404,20691,41739],"orbits":[0,2]},{"y":-6778.69,"x":-3228.53,"nodes":[38300],"orbits":[0]},{"y":-10395.75,"x":-3225.69,"nodes":[47168],"orbits":[0]},{"y":7913.29,"x":-3224.09,"nodes":[38235,34671,61934,24477,17532,48418],"orbits":[0,2]},{"y":-8995.5,"x":-3196.2,"nodes":[25303],"orbits":[0]},{"y":-9385.96,"x":-3184.23,"nodes":[39935],"orbits":[0]},{"y":556.13,"x":-3154.84,"nodes":[38323],"orbits":[0]},{"y":-551.55,"x":-3144.84,"nodes":[48305],"orbits":[0]},{"y":-1268.82,"x":-3114.85,"nodes":[17517,13233,62978,19873],"orbits":[0,2]},{"y":-5381.56,"x":-3109.62,"nodes":[30979],"orbits":[0]},{"y":-8364.27,"x":-3069.12,"nodes":[4407],"orbits":[0]},{"y":2529.2,"x":-3067.29,"nodes":[64327,18629,39517,49391,36629,44659,62732,53373,64192,18742],"orbits":[0,3,4,5]},{"y":-8608.16,"x":-3061.21,"nodes":[43366],"orbits":[0]},{"y":-8762.37,"x":-3049.19,"nodes":[15194],"orbits":[0]},{"y":-7186.05,"x":-3048.14,"nodes":[65016,21206,6752,7378,968,45899,54911,31326,39716,44092,11505],"orbits":[0,2,3]},{"y":6253.4,"x":-3044.02,"nodes":[34747,24753,56567,151,6274],"orbits":[0,7]},{"y":-5834.98,"x":-2999.63,"nodes":[33618,39990,20718,13294],"orbits":[1,2,7]},{"y":4483.94,"x":-2998.56,"nodes":[43895,13562],"orbits":[7]},{"y":4483.94,"x":-2977.66,"nodes":[23650,56616,41415],"orbits":[0,2]},{"y":3611.49,"x":-2974.98,"nodes":[30219,45177,39732],"orbits":[1,2]},{"y":-7995.13,"x":-2904.82,"nodes":[29148],"orbits":[0]},{"y":-9385.96,"x":-2864.23,"nodes":[44344],"orbits":[0]},{"y":1645.22,"x":-2851.04,"nodes":[27726,32416,6529],"orbits":[2]},{"y":0.53,"x":-2849.6,"nodes":[8406,6015,35426],"orbits":[6,3]},{"y":-8749.27,"x":-2824.48,"nodes":[2606,21606,20388],"orbits":[1,2,3]},{"y":10498.42,"x":-2808.97,"nodes":[64471],"orbits":[4]},{"y":-1621.78,"x":-2808.15,"nodes":[22045,63209,30704,13505],"orbits":[0,7]},{"y":-1621.78,"x":-2808.15,"nodes":[4956],"orbits":[0]},{"y":11060.96,"x":-2787.46,"nodes":[45824],"orbits":[0]},{"y":10024.89,"x":-2756.41,"nodes":[3282,58817,53607,37302,52860,45494,40975,24368,40597],"orbits":[0,3,4,7]},{"y":-9028.75,"x":-2730.42,"nodes":[14575],"orbits":[0]},{"y":8329.01,"x":-2702.07,"nodes":[41147,23797,31370,32448],"orbits":[2]},{"y":-11149,"x":-2697.32,"nodes":[55412,22538,64659,25211,11330,22185,17796,12412,3355],"orbits":[1,2,3]},{"y":-10245.46,"x":-2697.32,"nodes":[38105,49455,13537,44299,6006,23939,59425,2508,51797,22141,857,58789,46275,13307,26614,3894],"orbits":[0,4,7]},{"y":-2063.25,"x":-2656.19,"nodes":[63469,57967,50216,30834],"orbits":[0,2]},null,{"y":-4970.63,"x":-2648.97,"nodes":[5101,64690,35558,46726],"orbits":[0,3,7]},{"y":-1090.72,"x":-2644.37,"nodes":[6898],"orbits":[0]},{"y":-8808.47,"x":-2625.49,"nodes":[3414],"orbits":[0]},{"y":7375.23,"x":-2620.07,"nodes":[23227,39564,3516],"orbits":[4,7]},{"y":7379.36,"x":-2620.07,"nodes":[38663,49618,62039],"orbits":[0,7]},{"y":7389.42,"x":-2620.07,"nodes":[55348],"orbits":[0]},{"y":7921.63,"x":-2620.07,"nodes":[13279],"orbits":[0]},{"y":-8604.12,"x":-2588.8,"nodes":[47284],"orbits":[0]},{"y":3935.52,"x":-2557.26,"nodes":[23062,19122,28432,20416],"orbits":[0,2]},{"y":10828.42,"x":-2554.96,"nodes":[8493],"orbits":[0]},{"y":5504.65,"x":-2553.76,"nodes":[42177,5049,43183,11153,49231],"orbits":[0,7]},{"y":-8376.52,"x":-2530.04,"nodes":[3332],"orbits":[0]},{"y":-1450.05,"x":-2522.24,"nodes":[53396,64370,45923,52319],"orbits":[6]},{"y":3479.47,"x":-2502.19,"nodes":[51921],"orbits":[6]},{"y":3401.68,"x":-2481,"nodes":[5920,52574,55478,48006,33604],"orbits":[0,2,7]},{"y":-3489.54,"x":-2460.75,"nodes":[32523],"orbits":[0]},{"y":-3479.87,"x":-2457.53,"nodes":[58930,52429,6294,4847,14934,858,58387,52454,46604,2138,1546,38827,31890,25745,21081],"orbits":[2,3,4,5,7]},{"y":11530.75,"x":-2415.33,"nodes":[27992],"orbits":[0]},{"y":11558.76,"x":-2399.07,"nodes":[23373,23428,47623,53895,17026,17303,38570],"orbits":[2,3,7]},{"y":1033.71,"x":-2393.09,"nodes":[5710,14923,46325,33556,55473,43164,1207,13397,39581,6839],"orbits":[0,4,7]},{"y":-8977.68,"x":-2364.29,"nodes":[61042],"orbits":[0]},{"y":-7995.11,"x":-2364.29,"nodes":[11679],"orbits":[0]},{"y":-9378.04,"x":-2362.28,"nodes":[54453,19006,39461,229,46365],"orbits":[0,2]},{"y":-3487.38,"x":-2351.05,"nodes":[38856],"orbits":[6]},{"y":-4007.49,"x":-2291.85,"nodes":[46358,50423,59376],"orbits":[6]},{"y":8432.25,"x":-2289.79,"nodes":[39207,33518,37519,17045,32564,63579,55131],"orbits":[0,4,7]},{"y":-4242.75,"x":-2241.38,"nodes":[19240],"orbits":[0]},{"y":-1722.64,"x":-2228.21,"nodes":[28950],"orbits":[0]},{"y":3539.9,"x":-2221.54,"nodes":[13241],"orbits":[6]},{"y":3805.96,"x":-2199.44,"nodes":[53589],"orbits":[0]},{"y":-6515.67,"x":-2199.31,"nodes":[7424,27491,1823,36994,29432,4061,34531,25363,44098],"orbits":[4,7]},{"y":-968.66,"x":-2188.85,"nodes":[17584,28446,12430,61067,1143,58170],"orbits":[2]},{"y":-10395.75,"x":-2171.82,"nodes":[54521],"orbits":[0]},{"y":3688.8,"x":-2134.26,"nodes":[48670],"orbits":[6]},{"y":1554.69,"x":-2092.78,"nodes":[1913,4665,61534,7721,64683,41031,23570,36709,63393],"orbits":[0,4,7]},{"y":7594.08,"x":-2087.68,"nodes":[10772,21468,2119,39274,53505],"orbits":[0,2,3]},{"y":8229.42,"x":-2086.96,"nodes":[2864],"orbits":[0]},{"y":-7604.25,"x":-2076.34,"nodes":[44372,25829,57791,52229],"orbits":[0,2]},{"y":-4701.25,"x":-2076.24,"nodes":[48581,15969,41129,24338,15838,33242,13387],"orbits":[3,4,5,6]},{"y":-4534.37,"x":-2074.7,"nodes":[1543,14096,44293],"orbits":[1,2]},{"y":2453.77,"x":-2059.23,"nodes":[54232],"orbits":[0]},{"y":4135.31,"x":-2013.43,"nodes":[6714,5066,51788,42583,10499],"orbits":[2]},{"y":4519.75,"x":-2012.03,"nodes":[41646],"orbits":[0]},{"y":4750.59,"x":-2012.03,"nodes":[28860,56104,14091,23993,8115,36449,42981,52684],"orbits":[1,2,3,4,7]},{"y":4137.06,"x":-2003.45,"nodes":[38430],"orbits":[0]},{"y":11130.6,"x":-1955.87,"nodes":[2397,54437,16111,5324,46268],"orbits":[0,7]},{"y":5858.53,"x":-1945.48,"nodes":[43791,53320,16385,41651,5098],"orbits":[2,3]},{"y":-8386.27,"x":-1940.55,"nodes":[20119,18160,15809,26945,31175,22783,30720,54036,17501,18485],"orbits":[0,2,3,7]},{"y":-1422.19,"x":-1927.77,"nodes":[50626,32597,12777,3918,54708,59695],"orbits":[2]},{"y":-3294.04,"x":-1892.34,"nodes":[3041,47555,53697,10156,59795],"orbits":[3,5,6]},{"y":6665.33,"x":-1863.48,"nodes":[13942,65023,18186,6626,32354,34433,24009,46475,16744,4716,24748],"orbits":[0,2,3,4]},{"y":10569,"x":-1788.73,"nodes":[3685,55700,44983,32151],"orbits":[2,4,7]},{"y":3906.89,"x":-1769.02,"nodes":[7628],"orbits":[6]},{"y":8417.92,"x":-1760.47,"nodes":[33369],"orbits":[0]},{"y":-9989.29,"x":-1731.48,"nodes":[61170,25763,27186,62963],"orbits":[1,2,7]},{"y":-9147.25,"x":-1682.34,"nodes":[43647,32727,53524,32507,12851,57555,52973,37608],"orbits":[0,2,4,7]},{"y":9760.91,"x":-1653.23,"nodes":[3999,9737,59480,36522,37665,4577,42410,24813,20397,35739,26356,15590,57863,8556],"orbits":[0,4,7]},{"y":7851.58,"x":-1626.68,"nodes":[56388,21096,57616,63360,18801,62258,11752,62455],"orbits":[0,4,5,7]},{"y":-5019.94,"x":-1614.94,"nodes":[1220],"orbits":[0]},{"y":8920.12,"x":-1610.62,"nodes":[6655],"orbits":[2]},{"y":8880.27,"x":-1587.62,"nodes":[35015],"orbits":[0]},{"y":-4956.19,"x":-1573.72,"nodes":[36286,14033,41130,34553,8397],"orbits":[1,2,7]},{"y":-10830.71,"x":-1562.36,"nodes":[30407,22319,6236,33646,57286,30201,8991],"orbits":[2,3]},{"y":-10923.42,"x":-1548.28,"nodes":[47469],"orbits":[0]},{"y":-7995.13,"x":-1545.44,"nodes":[15885],"orbits":[0]},{"y":2648.54,"x":-1533.68,"nodes":[47796,62640,38501,27108,24880,17294,27501,19330,45916,34340,16168,45969,25374],"orbits":[2,4,5,6]},{"y":-734.8,"x":-1527.89,"nodes":[50084],"orbits":[0]},{"y":733.41,"x":-1525.89,"nodes":[3936],"orbits":[0]},{"y":3898.18,"x":-1517.4,"nodes":[53853,36170,28693,49280,57320],"orbits":[0,2,7]},{"y":8698.1,"x":-1482.46,"nodes":[58718],"orbits":[0]},{"y":-10165.59,"x":-1446.33,"nodes":[45497],"orbits":[0]},{"y":-9722.75,"x":-1446.33,"nodes":[17057,22784,17025,13515],"orbits":[1,2,7]},{"y":-4703.73,"x":-1432.94,"nodes":[34058],"orbits":[0]},{"y":8880.27,"x":-1410.85,"nodes":[40336],"orbits":[0]},{"y":957.2,"x":-1397.89,"nodes":[38646],"orbits":[0]},{"y":-954.59,"x":-1396.89,"nodes":[13855],"orbits":[0]},{"y":-8272.26,"x":-1385.44,"nodes":[42680],"orbits":[0]},{"y":10828.42,"x":-1367.15,"nodes":[54099],"orbits":[0]},{"y":11595,"x":-1367.15,"nodes":[17150,23888,29399,7390,53647,51446,19750],"orbits":[0,3]},{"y":4972.79,"x":-1349.52,"nodes":[44707,32885,54785,51735,6689,45599],"orbits":[0,2,4,7]},{"y":-7376.61,"x":-1346.98,"nodes":[36358,19112,12367,3492,60313,56956,54632,36507],"orbits":[0,2,3]},{"y":-4290.85,"x":-1322.31,"nodes":[8349,56564,42077,31644,49235,14739,2102],"orbits":[0,2]},{"y":-3298.79,"x":-1309.39,"nodes":[39886],"orbits":[0]},{"y":8391.66,"x":-1305.68,"nodes":[65322],"orbits":[0]},{"y":8698.1,"x":-1305.68,"nodes":[47709],"orbits":[0]},{"y":733.1,"x":-1271.19,"nodes":[47175],"orbits":[0]},{"y":-728.9,"x":-1245.18,"nodes":[61525],"orbits":[0]},{"y":-11452.46,"x":-1221.99,"nodes":[23450,558,23091,63021,11366,39515,39228,62603,19715,46300,52774,57832,34290,5084,35324,34927],"orbits":[0,2,3,4,5]},{"y":8879.97,"x":-1200.68,"nodes":[63814],"orbits":[0]},{"y":8229.42,"x":-1170.69,"nodes":[54818],"orbits":[0]},{"y":7550.25,"x":-1169.57,"nodes":[47157,516,7201,61347,64488,48215],"orbits":[0,7]},{"y":-9989.29,"x":-1161.05,"nodes":[13333,1091,1700,48699],"orbits":[1,2,7]},{"y":8698.1,"x":-1137.16,"nodes":[13425],"orbits":[0]},{"y":4145.63,"x":-1112.96,"nodes":[40043,9857,55231,37361,54990],"orbits":[1,2,7]},{"y":11095.71,"x":-1099.85,"nodes":[28492],"orbits":[0]},{"y":-10395.75,"x":-1051.9,"nodes":[45885],"orbits":[0]},{"y":8879.97,"x":-1032.12,"nodes":[315],"orbits":[0]},{"y":8919.8,"x":-1009.12,"nodes":[33216],"orbits":[2]},{"y":-5546.35,"x":-949.03,"nodes":[18086,32427,62844,24655,42127,41573,4456,14363,61338,4776],"orbits":[0,2,3,4]},{"y":5189.25,"x":-767.04,"nodes":[46343],"orbits":[0]},{"y":-2537.92,"x":-752.96,"nodes":[18407],"orbits":[0]},{"y":-7030.08,"x":-691.9,"nodes":[10398,3472,56640,26682],"orbits":[7]},{"y":-13810.685016673,"x":-7867.5998730469,"nodes":[18158],"orbits":[0]},{"y":6556.71,"x":-617.1,"nodes":[58714,29514,21077,3109,36169,354,48429,52274,39431],"orbits":[0,3,4]},{"y":-7619.15,"x":-616.96,"nodes":[13882],"orbits":[0]},{"y":-7995.13,"x":-613.84,"nodes":[49512],"orbits":[0]},{"y":-8637.76,"x":-612.8,"nodes":[22439,44498,25101,52199,43139,65248,39752,56409,38068,5936],"orbits":[0,3,4]},{"y":-7670.28,"x":-611.91,"nodes":[51194,24060,3091,18793,33639,24087,8782],"orbits":[7,2]},{"y":8229.42,"x":-593.45,"nodes":[15182],"orbits":[0]},{"y":-10830.71,"x":-511.87,"nodes":[13359,8382,61863,42045,50535,10612,31943],"orbits":[2,3]},{"y":-10901.37,"x":-509.65,"nodes":[52003],"orbits":[0]},{"y":9710.46,"x":-484.77,"nodes":[38270,23724,7275,29402,4046,8875,50687],"orbits":[1,2,3,4,7]},{"y":-13974.045016673,"x":-7698.1498730469,"nodes":[63484],"orbits":[0]},{"y":-3316.19,"x":-478.3,"nodes":[22821,22314],"orbits":[0,7]},{"y":-3030.38,"x":-478.3,"nodes":[51184],"orbits":[0]},{"y":-3752.19,"x":-478.24,"nodes":[3823,60230,51968,51335,64046,45522,5726,58362,10192,55909],"orbits":[0,1,3,4,5,7]},{"y":-4703.73,"x":-478.02,"nodes":[56935],"orbits":[0]},{"y":-2158.22,"x":-478.01,"nodes":[22419],"orbits":[0]},{"y":10441.93,"x":-477.54,"nodes":[55066,19796,15899,18308,21721,21627,9290,19129,62194],"orbits":[2,3,4,7]},{"y":8827.24,"x":-466.62,"nodes":[7049,25711,31566,24766,22556,11257,10271,58038,35028,51974],"orbits":[0,2,3]},{"y":-9486.35,"x":-458.18,"nodes":[50383],"orbits":[0]},{"y":-9489.3,"x":-429.99,"nodes":[29391,50715,61354,29800],"orbits":[2,3,7]},{"y":4842.33,"x":-420.12,"nodes":[47363,13708,9164,25513,51825,47856,32561],"orbits":[2,3,4,5,6]},{"y":3700.21,"x":-405.01,"nodes":[62588],"orbits":[0]},{"y":4798.23,"x":-376.02,"nodes":[14997],"orbits":[0]},{"y":-2574.13,"x":-374.23,"nodes":[55807,6686,1922,41965,1755,18845],"orbits":[0,2,7]},{"y":11065.56,"x":-344.33,"nodes":[32976,34202,14428,49285,6287,38776,57816,364],"orbits":[1,2,3,4,7]},{"y":-13046.055016673,"x":-7526.3698730469,"nodes":[36564,17754,24039,46644,18348,25239,61267,13174,34419,19482,39470,770,46016,8854,7793,64379,63894,23880,24135,32699],"orbits":[6,5,9,8]},{"y":-5775.53,"x":-296.21,"nodes":[53975,55104,33254,19125],"orbits":[1,2,7]},{"y":3156.44,"x":-262.23,"nodes":[28510,61438,42350],"orbits":[6]},{"y":2491.06,"x":-257.48,"nodes":[5407],"orbits":[0]},{"y":7972.75,"x":-248.37,"nodes":[934,9825,12526],"orbits":[4,3]},{"y":2592.67,"x":-203.43,"nodes":[44605,2455,48588,13081],"orbits":[5]},{"y":3700.23,"x":-152.71,"nodes":[57039,14572,11037],"orbits":[3]},{"y":3572.61,"x":-150.31,"nodes":[29328,43201,43383,37450],"orbits":[4]},{"y":1690.41,"x":-133.15,"nodes":[59779],"orbits":[0]},null,{"y":-9897.76,"x":-73.93,"nodes":[35492,30523,11376,50720,34199,43557],"orbits":[1,3,4,5,7]},{"y":-1405.7,"x":-30.93,"nodes":[44871],"orbits":[3]},{"y":-7031.82,"x":-0.88,"nodes":[46819],"orbits":[0]},{"y":-10395.75,"x":0,"nodes":[59362],"orbits":[0]},{"y":-9772.2,"x":0,"nodes":[29009],"orbits":[0]},{"y":-9671.2,"x":0,"nodes":[5314],"orbits":[4]},{"y":-7995.13,"x":0,"nodes":[61419],"orbits":[0]},{"y":-5955.17,"x":0,"nodes":[8616],"orbits":[0]},{"y":-4700.35,"x":0,"nodes":[57710],"orbits":[6]},{"y":-4439.9,"x":0,"nodes":[22290,5501,48821,15618,32404],"orbits":[0,2,3]},{"y":-3031.45,"x":0,"nodes":[29502,47307,36302,3242,13769,59636,48007],"orbits":[0,2,7]},{"y":-1490.58,"x":0,"nodes":[54447],"orbits":[0]},{"y":10105.93,"x":0.13,"nodes":[52125],"orbits":[0]},{"y":10828.42,"x":0.13,"nodes":[2847],"orbits":[0]},{"y":-11452.46,"x":0.44,"nodes":[11337,29369,23427,47270,52799,60515,44455,19955,62914,41669,55250,56649,41972,17380],"orbits":[0,1,3,4]},{"y":3822.38,"x":1.25,"nodes":[54417,49657],"orbits":[6]},{"y":3822.38,"x":1.63,"nodes":[10247,28370],"orbits":[6]},{"y":1469.82,"x":1.95,"nodes":[50986],"orbits":[0]},{"y":2418.36,"x":1.95,"nodes":[52442,14254,97],"orbits":[2]},{"y":2829.7,"x":1.95,"nodes":[47150,38779,44836],"orbits":[2]},{"y":6250.78,"x":1.95,"nodes":[48635],"orbits":[0]},{"y":7013.94,"x":1.95,"nodes":[21755],"orbits":[0]},{"y":5712,"x":3.72,"nodes":[57805,43444,7788],"orbits":[4,7]},{"y":5712,"x":4.1,"nodes":[38003,28361,47782],"orbits":[4,7]},{"y":-6484.35,"x":5.06,"nodes":[40691,36746,25893,51169,43576,14324,1468,7971],"orbits":[2,3,4,7]},{"y":5223.21,"x":6.24,"nodes":[63526],"orbits":[0]},{"y":11943.01,"x":7.01,"nodes":[44176,16618,10273,49696,42280,24511,45272,21205,57047,35688,38138,45278,4492],"orbits":[0,5,7]},{"y":8229.42,"x":8.31,"nodes":[54127],"orbits":[0]},{"y":9742.42,"x":8.31,"nodes":[54282],"orbits":[3]},{"y":-1404.7,"x":28.94,"nodes":[4739],"orbits":[3]},{"y":1689.33,"x":136.86,"nodes":[59915],"orbits":[0]},{"y":3572.63,"x":150.01,"nodes":[41210,43578,59028,8092],"orbits":[4]},{"y":3700.21,"x":151.5,"nodes":[50609,14926,11916],"orbits":[3]},{"y":2596.07,"x":225.42,"nodes":[11311,38057,34061,56910],"orbits":[5]},{"y":6565.73,"x":260.71,"nodes":[16538,9217,61281,47733,5108,44330],"orbits":[0,2,3]},{"y":-13467.985016673,"x":-6955.7098730469,"nodes":[10694],"orbits":[0]},{"y":3155.84,"x":262.02,"nodes":[7741,42500,59881],"orbits":[6]},{"y":7972.57,"x":265.15,"nodes":[17340,40341,62051],"orbits":[4,3]},{"y":2491.06,"x":273.71,"nodes":[2461],"orbits":[0]},{"y":10423.74,"x":337.58,"nodes":[26648,22565,17994,24256,63541],"orbits":[2]},{"y":-2574.13,"x":371.9,"nodes":[30346,34006,15408,29695,43736,6338],"orbits":[0,2,7]},{"y":3700.23,"x":407.71,"nodes":[1477],"orbits":[0]},{"y":-9265.2,"x":415.74,"nodes":[4017,12918,26447,10079,49633],"orbits":[0,2]},{"y":-4284.19,"x":419.3,"nodes":[517],"orbits":[0]},{"y":-9772.2,"x":452.02,"nodes":[45570,43713,3051,35602,27009,30459],"orbits":[0,1,2,7]},{"y":-2158.22,"x":472.38,"nodes":[56216],"orbits":[0]},{"y":-4703.51,"x":486.61,"nodes":[39037],"orbits":[0]},{"y":-3752.19,"x":486.99,"nodes":[14666,9642,17973,4748,61027],"orbits":[0,3,7]},{"y":-3030.38,"x":486.99,"nodes":[2254],"orbits":[0]},{"y":-8434.59,"x":494.7,"nodes":[4113,36782,55572,44179],"orbits":[0,7]},{"y":-8404.42,"x":494.7,"nodes":[1151,4627,57626],"orbits":[7]},{"y":-7995.13,"x":497.14,"nodes":[3025],"orbits":[0]},{"y":-7601.82,"x":497.14,"nodes":[34030,42614,25594,13634,47441,61992],"orbits":[0,1,2,7]},{"y":8723.77,"x":502.65,"nodes":[44765,22533,11066,26663,32233],"orbits":[0,2,3,7]},{"y":-5930.42,"x":533.4,"nodes":[58090,13542,48774,34367,21540,27658,44850],"orbits":[0,7]},{"y":9564.7,"x":541.38,"nodes":[45576,51944,55060,43829,49406,47683,51728,33037,6505],"orbits":[0,2,3,4,5,7]},{"y":-7039.3,"x":545.48,"nodes":[13909,31037,34866,40985,62679],"orbits":[2]},{"y":-4284.19,"x":552.41,"nodes":[22691],"orbits":[0]},{"y":8229.3,"x":610.22,"nodes":[56978],"orbits":[0]},{"y":5034.86,"x":615.53,"nodes":[8872],"orbits":[0]},{"y":5034.86,"x":615.53,"nodes":[63267,65424,4377,45488,50273,47893,57774,2394,3131],"orbits":[0,2,3]},{"y":11228.41,"x":624.45,"nodes":[34813,7218,62505,32436,60203,472,3744,5332],"orbits":[1,2,3,4,7]},null,{"y":-10905.77,"x":712.02,"nodes":[15984],"orbits":[0]},{"y":-10830.71,"x":722.97,"nodes":[50150,11873,37279,41159,27434,51234,15991],"orbits":[2,3]},{"y":7013.94,"x":729.71,"nodes":[19223,25213,37872,21871,51847,33974,31189,64665,26194,53166,28863],"orbits":[0,4,7]},{"y":-2537.92,"x":756.52,"nodes":[9485],"orbits":[0]},{"y":-5269.44,"x":784.17,"nodes":[46124,63009,37593,63739],"orbits":[0,2,7]},{"y":-11253.83,"x":905.73,"nodes":[15083],"orbits":[0]},{"y":10235.46,"x":924.86,"nodes":[25619,42354,57196,23702,43562,3660,63445,59501],"orbits":[0,2,3]},{"y":11379.02,"x":940.85,"nodes":[35653],"orbits":[0]},{"y":4639.54,"x":1010.78,"nodes":[58109],"orbits":[0]},{"y":-11468.6,"x":1029.73,"nodes":[22271],"orbits":[0]},{"y":-5546.35,"x":1061.08,"nodes":[40783],"orbits":[0]},{"y":-7995.13,"x":1063.41,"nodes":[38732],"orbits":[0]},{"y":-7546.83,"x":1069.2,"nodes":[17107],"orbits":[0]},{"y":-9412.83,"x":1070.74,"nodes":[40345,42290,52254,37991],"orbits":[7]},{"y":-9540.92,"x":1073.28,"nodes":[50540],"orbits":[0]},{"y":-6113.73,"x":1074.78,"nodes":[17711],"orbits":[0]},{"y":-9669,"x":1075.8,"nodes":[36639,32009,36814,16499],"orbits":[7]},{"y":-3001.45,"x":1089.99,"nodes":[60685],"orbits":[0]},{"y":-11238.26,"x":1129.94,"nodes":[18651],"orbits":[0]},{"y":-11659.12,"x":1139.73,"nodes":[55554],"orbits":[0]},{"y":4158.69,"x":1152.97,"nodes":[27853,59289,3365,52576,64550,22532],"orbits":[2,7]},{"y":-6821.54,"x":1162.02,"nodes":[33180,11788,14355,60269,8483,46989,6588],"orbits":[0,7]},{"y":10828.42,"x":1168.66,"nodes":[55802],"orbits":[0]},{"y":11146.25,"x":1168.66,"nodes":[3717],"orbits":[0]},{"y":4170.02,"x":1170.11,"nodes":[60488],"orbits":[0]},{"y":8229.3,"x":1188.06,"nodes":[21274],"orbits":[0]},{"y":8669.63,"x":1188.06,"nodes":[57190,27859,38694,38763,22188],"orbits":[1,7]},{"y":-10395.55,"x":1235.03,"nodes":[62677],"orbits":[0]},{"y":1047.18,"x":1246.29,"nodes":[13828],"orbits":[0]},{"y":-11855.75,"x":1247.13,"nodes":[26905],"orbits":[3]},{"y":-11514.66,"x":1249.73,"nodes":[11736,8821,28975],"orbits":[3,4,6]},{"y":-728.84,"x":1270.43,"nodes":[44683],"orbits":[0]},{"y":735.85,"x":1274.68,"nodes":[50459],"orbits":[0]},{"y":-3294.7,"x":1308.1,"nodes":[1826],"orbits":[0]},{"y":9646.22,"x":1353.57,"nodes":[44566],"orbits":[0]},{"y":11380.85,"x":1366.53,"nodes":[65468],"orbits":[0]},{"y":-11645.12,"x":1367.44,"nodes":[63863,27785],"orbits":[0,7]},{"y":-11239.64,"x":1381.34,"nodes":[36293,55708],"orbits":[0,7]},{"y":-4183.63,"x":1423.72,"nodes":[48030,6715,62436,116,3215,41372,44359],"orbits":[0,7]},{"y":-10147.25,"x":1436.89,"nodes":[47759],"orbits":[0]},{"y":7777.63,"x":1450.76,"nodes":[3995,12311,64119,18115,48856,17882,33596],"orbits":[0,7]},{"y":3454.96,"x":1474.81,"nodes":[53996,17686,43575,41512],"orbits":[7]},{"y":-2826.54,"x":1484.79,"nodes":[42736],"orbits":[0]},{"y":-5546.35,"x":1505.67,"nodes":[60741,49804,6950,24035,33922],"orbits":[2]},{"y":2614.41,"x":1516.21,"nodes":[10909,16489,28556],"orbits":[6,3]},{"y":556.07,"x":1537.94,"nodes":[56651],"orbits":[0]},{"y":11253.56,"x":1559.69,"nodes":[19998],"orbits":[0]},{"y":-4703.51,"x":1563.03,"nodes":[11672],"orbits":[0]},{"y":5379.88,"x":1573.91,"nodes":[2486,19341,56118,61487,36596,8440,63732,45013,58884],"orbits":[0,1,3,4,7]},{"y":3240.19,"x":1598.81,"nodes":[39116,9941,38888],"orbits":[7,3]},{"y":-3445.28,"x":1600.36,"nodes":[42076,46972,17706],"orbits":[0,2,7]},{"y":-3528.07,"x":1609.6,"nodes":[54783],"orbits":[1]},{"y":4050.7,"x":1632.43,"nodes":[58783,37190,35855,48583,26520,35859],"orbits":[0,2]},{"y":1718.94,"x":1634.14,"nodes":[48401,15507,1140],"orbits":[2,3,6]},{"y":9770.52,"x":1657.19,"nodes":[48846],"orbits":[0]},{"y":10309.59,"x":1663.34,"nodes":[2978],"orbits":[0]},{"y":10295.58,"x":1670.41,"nodes":[6266,60085,15839,11667,1915,48617],"orbits":[1,7]},{"y":-15275.996223618,"x":-5409.4723934462,"nodes":[30117],"orbits":[0]},{"y":11468.66,"x":1694.19,"nodes":[25807],"orbits":[0]},{"y":-2698.11,"x":1695.71,"nodes":[30555],"orbits":[0]},{"y":-4986.63,"x":1713.31,"nodes":[27234],"orbits":[0]},{"y":-2969.93,"x":1714.69,"nodes":[4203],"orbits":[0]},{"y":4453,"x":1734.98,"nodes":[14340],"orbits":[0]},{"y":4778,"x":1737.77,"nodes":[58939,26319,30990,44608],"orbits":[0,2]},{"y":-5035.12,"x":1746.18,"nodes":[2732,65393,52241,58115,94,16790],"orbits":[1,2,7]},{"y":1310.44,"x":1749.97,"nodes":[49691,31409,50437,32274,61106,59653,35987],"orbits":[0,2,4,7]},{"y":-14189.966223618,"x":-5333.6623934462,"nodes":[48551],"orbits":[0]},{"y":-10680.12,"x":1776.09,"nodes":[15876,7947,26061,4579],"orbits":[2]},{"y":-8477.71,"x":1795.69,"nodes":[20861,8522,26236,38069,45350,338,24491,3438,18856],"orbits":[1,2,3,4,7]},{"y":-7995.13,"x":1797.54,"nodes":[17672],"orbits":[0]},{"y":-7675.13,"x":1797.54,"nodes":[11230],"orbits":[0]},{"y":-7166.71,"x":1798.44,"nodes":[48290,49088,47155,55180,17394,45530,3443,63545],"orbits":[0,2,3,7]},{"y":-8634.27,"x":1800.67,"nodes":[20140],"orbits":[0]},{"y":-1202.94,"x":1821.35,"nodes":[7576,33866,10364,42857,20024,44223,55342,17248,10429,49220],"orbits":[0,1,2,4,5,7]},{"y":8228.37,"x":1824.91,"nodes":[39298],"orbits":[0]},{"y":8513.85,"x":1826.63,"nodes":[10998,9736,61396,61318,2843,1019,45037,21438,62235],"orbits":[0,2,3,4,5,7]},{"y":11423.83,"x":1857.66,"nodes":[7062,16680,48137,33887,43155,31763,33415,6178],"orbits":[4]},{"y":6744.84,"x":1899.93,"nodes":[64726,19573,17553,46296,38479,19342,27493],"orbits":[1,2,3,4,7]},{"y":11524.96,"x":1904.34,"nodes":[53683],"orbits":[0]},{"y":11357.83,"x":1949.13,"nodes":[44430],"orbits":[0]},{"y":-978.15,"x":1958.85,"nodes":[44343,55276,52980,17366,18970,29361,11938,39964,1215,48198],"orbits":[0,1,2,4,5,7]},{"y":-9606.62,"x":1960.52,"nodes":[33225],"orbits":[0]},{"y":-4242.81,"x":1986.68,"nodes":[21779,9185,40760,60107,57204,47833],"orbits":[0,2]},{"y":-11112.83,"x":1999.54,"nodes":[19779,63891,63074,42999,4925],"orbits":[1,2,3]},{"y":855.02,"x":2012.88,"nodes":[35660,18548,62628,4313,35234,6789,28992],"orbits":[0,2,4,7]},{"y":2999.71,"x":2015.32,"nodes":[17726,11826],"orbits":[7]},{"y":9673.14,"x":2015.42,"nodes":[11315],"orbits":[0]},{"y":7631.77,"x":2082.55,"nodes":[23153,31112,56897,57785,63828,23996],"orbits":[0,7]},{"y":11575.37,"x":2092.43,"nodes":[30082],"orbits":[0]},{"y":-10394.21,"x":2107.3,"nodes":[46554],"orbits":[0]},{"y":-9931.58,"x":2107.3,"nodes":[41225,48611,4271,62887],"orbits":[0,2]},{"y":-4703.51,"x":2110.13,"nodes":[47177],"orbits":[0]},{"y":-9511.45,"x":2157.18,"nodes":[61768],"orbits":[0]},{"y":11512.63,"x":2164.6,"nodes":[61432],"orbits":[0]},{"y":-6650.5,"x":2165.23,"nodes":[56926,44255,14548,59541,10320,28573,15358,41905],"orbits":[0,2,3,7]},{"y":4717.44,"x":2192.99,"nodes":[2841,33059,39839,20205],"orbits":[0,2]},{"y":-13895.256223618,"x":-4895.5523934462,"nodes":[52703],"orbits":[0]},{"y":3806.76,"x":2199.2,"nodes":[48568],"orbits":[0]},{"y":-3836.38,"x":2214.93,"nodes":[49046],"orbits":[0]},{"y":-3149.3,"x":2229.99,"nodes":[62159,59603,57110,46561],"orbits":[0,2,7]},{"y":-8597.37,"x":2247.86,"nodes":[57810],"orbits":[0]},{"y":9939.27,"x":2260.4,"nodes":[5961],"orbits":[0]},{"y":10332.05,"x":2281.59,"nodes":[54675],"orbits":[0]},{"y":-3970.17,"x":2292.18,"nodes":[58329,31950,8569],"orbits":[6]},{"y":556.07,"x":2305.52,"nodes":[16460,43746,38143],"orbits":[2,3,6]},null,{"y":-5438.63,"x":2317.51,"nodes":[39987,12419,18913,56063],"orbits":[0,2,3,7]},{"y":-8965.31,"x":2333.9,"nodes":[40073],"orbits":[0]},{"y":8504.31,"x":2372.91,"nodes":[49993,40632,48889,28038,3893,64434,56488],"orbits":[0,2,7]},{"y":2986.75,"x":2377.83,"nodes":[20744,33053,4844,50795,58013],"orbits":[1,7]},{"y":-9611.59,"x":2393.91,"nodes":[63926],"orbits":[0]},{"y":-14326.006223618,"x":-4651.5523934462,"nodes":[26383,8415,26282,27667,23416,56162,65518,62388,30071,59342,47442,59822],"orbits":[6,5,9,8]},{"y":-8192.45,"x":2443.78,"nodes":[53266],"orbits":[0]},{"y":3459.95,"x":2457.39,"nodes":[46224,24045,49799,45019],"orbits":[0,2]},{"y":4266.46,"x":2459.2,"nodes":[26786,18882],"orbits":[0,5]},{"y":-3622.89,"x":2459.21,"nodes":[23764],"orbits":[0]},{"y":9574.5,"x":2476.38,"nodes":[5295],"orbits":[0]},{"y":-8505.66,"x":2494.3,"nodes":[20387],"orbits":[0]},{"y":-5053.36,"x":2497.88,"nodes":[50485,28229,8540,45230,22959],"orbits":[0,2]},{"y":7415.67,"x":2503.68,"nodes":[19288],"orbits":[0]},{"y":7792.67,"x":2503.68,"nodes":[38814],"orbits":[0]},{"y":10828.42,"x":2568.17,"nodes":[58814],"orbits":[0]},{"y":1485.46,"x":2573.06,"nodes":[29582,43923,19470,50328,10053,9458],"orbits":[0,2,3]},{"y":-4030.32,"x":2577.55,"nodes":[4850],"orbits":[0]},{"y":5169.65,"x":2590.36,"nodes":[11855,56999,44014,30829],"orbits":[0,2]},{"y":-7324.15,"x":2590.88,"nodes":[58002,55575,45086,34520,23738],"orbits":[0,2,3,7]},{"y":-8758.62,"x":2597.33,"nodes":[17024],"orbits":[0]},{"y":6605.25,"x":2622.75,"nodes":[53196,12322,32135,35848,28625,46692,51509,9393],"orbits":[0,1,4,7]},{"y":-9189.5,"x":2631.65,"nodes":[13738],"orbits":[0]},{"y":-7995.13,"x":2634.6,"nodes":[35896],"orbits":[0]},{"y":-13895.256223618,"x":-4407.5323934462,"nodes":[31223],"orbits":[0]},{"y":-2103.71,"x":2694.54,"nodes":[4157,55088,34168],"orbits":[7]},{"y":-2329.78,"x":2704.11,"nodes":[53960],"orbits":[5]},{"y":-2058.41,"x":2724.74,"nodes":[36479,36778,12925],"orbits":[4]},{"y":2024.66,"x":2727.45,"nodes":[61312,20831,29843,55397,44527,44875],"orbits":[0,2,4,7]},{"y":-3760.9,"x":2744.59,"nodes":[35503],"orbits":[0]},{"y":-2001.95,"x":2753.29,"nodes":[34233,14725,32545,16123],"orbits":[3,2]},{"y":5912.5,"x":2756.47,"nodes":[31745,3234,3624,10927,9272,18470,4447,12906],"orbits":[1,3,4,7]},{"y":1599.66,"x":2770.83,"nodes":[19104],"orbits":[0]},{"y":-8308.64,"x":2775.02,"nodes":[53560],"orbits":[0]},{"y":-5900.44,"x":2787.39,"nodes":[34984,12661,44917,18895,703,10552],"orbits":[0,1,7]},{"y":-8556.29,"x":2792.27,"nodes":[13576],"orbits":[0]},{"y":10440.37,"x":2795.71,"nodes":[12465,30040,56016,65149,35594,26830],"orbits":[1,2,5,7]},{"y":-8976.02,"x":2800.3,"nodes":[37372],"orbits":[0]},{"y":4311.96,"x":2806.74,"nodes":[64352],"orbits":[0]},{"y":11410.84,"x":2822.01,"nodes":[63731],"orbits":[0]},{"y":9533.6,"x":2880.86,"nodes":[12337],"orbits":[0]},{"y":-3430.12,"x":2886.44,"nodes":[25281,10677,56638,53935],"orbits":[1,2]},{"y":-4100.44,"x":2886.7,"nodes":[7405],"orbits":[0]},{"y":2251.96,"x":2890.88,"nodes":[48585],"orbits":[0]},{"y":2850.56,"x":2899.54,"nodes":[13341,56841,18451,63255],"orbits":[0,2]},{"y":-10114.18,"x":2922.78,"nodes":[62230,19355,37974],"orbits":[6]},{"y":-9973.75,"x":2922.78,"nodes":[39567,50816,50755,10159,4828,25026,36379,31977,19044,3567,33345,10314,61923,16256,53188],"orbits":[0,1,2,3,4,5]},{"y":-1694.84,"x":2935.56,"nodes":[21336,15975,62984,58182,7344,26931],"orbits":[3,2]},{"y":-2768.08,"x":2939.76,"nodes":[8975],"orbits":[0]},{"y":4537.32,"x":2947.79,"nodes":[44345],"orbits":[0]},{"y":11341.18,"x":2951.74,"nodes":[52354],"orbits":[0]},{"y":8568.45,"x":2995.2,"nodes":[20504,52836,56806,11980,62341],"orbits":[0,4,7]},{"y":-8195.27,"x":3007.04,"nodes":[46157],"orbits":[0]},{"y":11601.88,"x":3014.72,"nodes":[9020,244,41171,37767,6596,36341,35118],"orbits":[0,1,2,4,7]},{"y":-8603.72,"x":3042.85,"nodes":[37806],"orbits":[0]},{"y":-6418.35,"x":3049.32,"nodes":[38614,25827,55241,44201,27662],"orbits":[1,2,3]},{"y":5345.94,"x":3086.31,"nodes":[42250],"orbits":[0]},{"y":2128.06,"x":3105.36,"nodes":[40630],"orbits":[0]},{"y":1336.95,"x":3109.38,"nodes":[6772,30695,13783,56472,22795,42781],"orbits":[0,2,4,7]},{"y":7440.94,"x":3112.88,"nodes":[17118],"orbits":[0]},{"y":7857,"x":3112.88,"nodes":[20049,30252,32818,48135,12750],"orbits":[0,7]},{"y":-14189.966223618,"x":-3980.6623934462,"nodes":[50192],"orbits":[0]},{"y":-1389.24,"x":3116.47,"nodes":[63064,65437,30634,54413],"orbits":[3,2]},{"y":3080.1,"x":3144.14,"nodes":[30047],"orbits":[0]},{"y":-1331.11,"x":3145.56,"nodes":[40068,53149,32683],"orbits":[4]},{"y":2366.42,"x":3195.27,"nodes":[56325],"orbits":[0]},{"y":-15275.966223618,"x":-3893.1323934462,"nodes":[3165],"orbits":[0]},{"y":9325.66,"x":3203.89,"nodes":[53965],"orbits":[0]},{"y":0.42,"x":3203.92,"nodes":[24825,34136,29479],"orbits":[5,3]},{"y":4292.78,"x":3228.15,"nodes":[48833],"orbits":[0]},{"y":3615.89,"x":3247.77,"nodes":[57517],"orbits":[0]},{"y":4552.82,"x":3249.41,"nodes":[4],"orbits":[0]},{"y":-5628.71,"x":3255.08,"nodes":[46034],"orbits":[0]},{"y":-8000,"x":3266.72,"nodes":[55668],"orbits":[0]},{"y":-7564.13,"x":3269.96,"nodes":[55420,30061,31908,5594,50107,50881],"orbits":[2]},{"y":-7565.73,"x":3272.71,"nodes":[8785],"orbits":[0]},{"y":-9003.35,"x":3284.63,"nodes":[29240],"orbits":[0]},{"y":4003.79,"x":3312.53,"nodes":[25170,19442,30820,8606],"orbits":[0,2,7]},{"y":-1178.15,"x":3369.01,"nodes":[13411],"orbits":[5]},{"y":9912.71,"x":3386.17,"nodes":[33946,34074,57227,23259,22864,57966],"orbits":[0,2,3,7]},{"y":6043.67,"x":3395.61,"nodes":[16484],"orbits":[2]},{"y":6863.03,"x":3395.61,"nodes":[32943,22368,47088,8789,16938,29930,63182,37266],"orbits":[0,2,4,7]},{"y":1369.34,"x":3398.9,"nodes":[55429],"orbits":[0]},{"y":3529.44,"x":3414.8,"nodes":[36630,60829,29941,28268],"orbits":[1,2,3]},{"y":1627.23,"x":3433.98,"nodes":[19808],"orbits":[0]},{"y":-9280.49,"x":3444.63,"nodes":[57513],"orbits":[0]},{"y":-7266.34,"x":3446.89,"nodes":[25557],"orbits":[6]},{"y":2467.05,"x":3498.09,"nodes":[21280],"orbits":[0]},{"y":4752.05,"x":3512.67,"nodes":[11578],"orbits":[0]},{"y":3734.46,"x":3537.82,"nodes":[20837],"orbits":[0]},{"y":-6134.17,"x":3541.56,"nodes":[41029],"orbits":[0]},{"y":2050.41,"x":3551.58,"nodes":[28050],"orbits":[6]},{"y":-5454.76,"x":3553.55,"nodes":[31928,50574,19426,15443],"orbits":[0,2]},{"y":4441.55,"x":3555.53,"nodes":[5564],"orbits":[0]},{"y":-3733.75,"x":3563.72,"nodes":[24812,56360,64643,27176],"orbits":[0,2]},{"y":2962.09,"x":3599.3,"nodes":[36997],"orbits":[0]},{"y":2672.84,"x":3607.08,"nodes":[53539,46705,45650,9572,12822],"orbits":[0,2,3]},{"y":-2981.28,"x":3632.11,"nodes":[17548,14958,630,13419,31039],"orbits":[0,1,7]},{"y":10787.37,"x":3636.66,"nodes":[10671,23419,55930,5740,40687],"orbits":[2]},{"y":1581.38,"x":3638.69,"nodes":[22049],"orbits":[0]},{"y":-482.86,"x":3641.03,"nodes":[24239,55846,40213,24481],"orbits":[0,1]},{"y":8506.92,"x":3650.57,"nodes":[62510,3985,43423,8697,30905,64140,51336,56818,38895,48660],"orbits":[0,2,3,4]},{"y":3626.42,"x":3660.16,"nodes":[49473],"orbits":[0]},{"y":-8216.37,"x":3668.09,"nodes":[47754,23455,49740,55847,27274],"orbits":[0,1,7]},{"y":-9989,"x":3703.88,"nodes":[63861,55947,13823,46088,62153,32054],"orbits":[3,2]},{"y":5692.67,"x":3722.97,"nodes":[25100],"orbits":[0]},{"y":-7094.88,"x":3771.31,"nodes":[25620,26804,55405,59909,30539,9083],"orbits":[0,1,7]},{"y":-10338.81,"x":3772.63,"nodes":[10131],"orbits":[0]},{"y":10291.5,"x":3772.84,"nodes":[51048],"orbits":[0]},{"y":2965.63,"x":3776.11,"nodes":[27761,5826],"orbits":[0,2]},{"y":3832.89,"x":3779.38,"nodes":[61104],"orbits":[0]},{"y":-10845.24,"x":3782.58,"nodes":[39280,55568,44669,32951,14127,44690,41522],"orbits":[0,2,3]},{"y":-9003.35,"x":3832.63,"nodes":[11838,10881,33112,36450],"orbits":[0,3,7]},{"y":-4910.29,"x":3842.13,"nodes":[5257,55507,22359,9141,13748,38338,35760,16367,60692,5703],"orbits":[0,3,4,7]},{"y":-1186.7,"x":3849.74,"nodes":[5702],"orbits":[0]},{"y":-2510.92,"x":3855.19,"nodes":[38676,27910,53938,64056,36931],"orbits":[1,2,7]},{"y":-2226.59,"x":3856.59,"nodes":[56045],"orbits":[0]},{"y":-5882.32,"x":3857.5,"nodes":[44563,59053,54805],"orbits":[0,3,5]},{"y":2806.15,"x":3866.11,"nodes":[13379],"orbits":[0]},{"y":1790.7,"x":3888.73,"nodes":[60505],"orbits":[0]},{"y":4292.71,"x":3915.95,"nodes":[63585],"orbits":[0]},{"y":3195.79,"x":3917.46,"nodes":[44612,9112,41538,55598,15644],"orbits":[0,1,3]},{"y":449.43,"x":3918.15,"nodes":[31855,37408,60738,46761],"orbits":[0,2,7]},{"y":9716.85,"x":3926.82,"nodes":[23961,10041,32799,30910,17600,8791,18519,59647,32096],"orbits":[0,2,3,7]},{"y":959.23,"x":3926.84,"nodes":[38459,61373,63610,5988,38568],"orbits":[1,2,3]},{"y":7406.81,"x":3941.17,"nodes":[33751,8810,12451],"orbits":[1,3,7]},{"y":8993.8,"x":3946.1,"nodes":[14343],"orbits":[0]},{"y":6086.8,"x":3992.99,"nodes":[18923],"orbits":[6]},{"y":-485.92,"x":3994,"nodes":[46146,15829,55227],"orbits":[0,7]},{"y":-4125.73,"x":4022.98,"nodes":[21080,1869,27095,48658,14890],"orbits":[0,2,7]},{"y":-6354.58,"x":4031.85,"nodes":[32509,47614,3688,22219,52351,52260],"orbits":[0,2,7]},{"y":5340.36,"x":4037.79,"nodes":[13030],"orbits":[0]},{"y":0.42,"x":4039.97,"nodes":[43691,21746,65009,29517,32701],"orbits":[6]},{"y":-2406.01,"x":4137.88,"nodes":[24647,61196],"orbits":[6]},{"y":6218.3,"x":4182.56,"nodes":[37220,50342,5227,17955,46402,51708],"orbits":[0,2,3,7]},{"y":-7809.17,"x":4188.77,"nodes":[59651,47821,41654,41033,55872],"orbits":[3,2]},{"y":9238,"x":4195.04,"nodes":[54746],"orbits":[0]},{"y":4693.55,"x":4216.28,"nodes":[41062,47677,14045,33848,31991,65176,36070,9472],"orbits":[0,4,5,6,7]},{"y":5087.65,"x":4219.73,"nodes":[55],"orbits":[0]},{"y":10564.54,"x":4278.42,"nodes":[38703,63525,8249,16816,53094],"orbits":[0,7]},{"y":5565.69,"x":4283.46,"nodes":[8510],"orbits":[0]},{"y":-271.82,"x":4332.46,"nodes":[44239,60083,55270],"orbits":[0,7]},{"y":-9579.04,"x":4344.88,"nodes":[55938,41394,56844,40929,43633,40313,58363],"orbits":[0,3,7]},{"y":6925.8,"x":4347,"nodes":[9085],"orbits":[0]},{"y":7926.5,"x":4350.71,"nodes":[51463,4364,36114,23360,23736,53566,17077],"orbits":[0,4,7]},{"y":-8310.08,"x":4375.67,"nodes":[33979],"orbits":[0]},{"y":0.42,"x":4375.94,"nodes":[50469],"orbits":[0]},{"y":9460.25,"x":4385.38,"nodes":[49110],"orbits":[0]},{"y":1960.69,"x":4386.25,"nodes":[64851,15030,49545,45693,39658,18831,21324],"orbits":[0,2,7]},{"y":-1892.44,"x":4435.38,"nodes":[12761,19156,53941,17367,62841,12249,17283],"orbits":[0,2,3]},{"y":-3100.56,"x":4438.01,"nodes":[45481,29408,52765,34300,31888,13862],"orbits":[0,2]},{"y":7751.52,"x":4451.73,"nodes":[24922],"orbits":[0]},{"y":5319.67,"x":4468.06,"nodes":[40918],"orbits":[0]},{"y":5009.54,"x":4488.81,"nodes":[1773],"orbits":[0]},{"y":-6892.55,"x":4520.4,"nodes":[30562,13711,3203,8908,11032],"orbits":[0,2,7]},{"y":5794.6,"x":4526.88,"nodes":[36298],"orbits":[0]},{"y":-4967.55,"x":4536.81,"nodes":[33823],"orbits":[0]},{"y":-5257.07,"x":4542.03,"nodes":[4519],"orbits":[0]},{"y":-4689.37,"x":4542.03,"nodes":[20236],"orbits":[0]},{"y":-15359.11926277,"x":-2284.6897536271,"nodes":[58932],"orbits":[0]},{"y":9687.25,"x":4562.63,"nodes":[27262],"orbits":[0]},{"y":4714.06,"x":4563.3,"nodes":[51213],"orbits":[0]},{"y":322.95,"x":4597.23,"nodes":[50912,49461,21314,18818],"orbits":[0,2,7]},{"y":1275.23,"x":4605.3,"nodes":[45193,4083,33815,35644,43677],"orbits":[0,2,3]},{"y":-8918.75,"x":4652.54,"nodes":[22152,15304,16466,40196],"orbits":[0,2]},{"y":-2696.8,"x":4671.13,"nodes":[11604],"orbits":[0]},{"y":3336.33,"x":4681.35,"nodes":[26068,37389,28061,35878,50884,53696,37644,46874,7449],"orbits":[0,2,3,7]},{"y":7330.29,"x":4687.08,"nodes":[49661,49394,23786,33391,56330,39570],"orbits":[1,2,3,4,7]},{"y":-1131.48,"x":4693.48,"nodes":[46380,21327,56876,1104],"orbits":[0,2]},{"y":-9892.16,"x":4693.79,"nodes":[3251],"orbits":[0]},{"y":-8121.08,"x":4703.02,"nodes":[4059],"orbits":[0]},{"y":-4974.35,"x":4705.26,"nodes":[4346],"orbits":[0]},{"y":-10725.21,"x":4748.75,"nodes":[7782,48805,26563,4810,61905,8938,12778,33229,64996],"orbits":[1,3,4,7]},{"y":-10827.13,"x":4750.42,"nodes":[6161],"orbits":[0]},{"y":9204.08,"x":4782.59,"nodes":[6912],"orbits":[0]},{"y":9130.06,"x":4786.73,"nodes":[20467,23244,29899,58312,49497,21792,16786,19001],"orbits":[1,3,7]},{"y":9831.08,"x":4788.07,"nodes":[17702],"orbits":[0]},{"y":6875.05,"x":4789.34,"nodes":[64650,35058,30210,38966],"orbits":[2]},{"y":2293.82,"x":4791.75,"nodes":[1995],"orbits":[0]},{"y":6464.55,"x":4795.75,"nodes":[61976],"orbits":[0]},{"y":-16007.75926277,"x":-2020.5897536271,"nodes":[62797],"orbits":[0]},{"y":-7752.56,"x":4821.1,"nodes":[9510,16695,61926,1603],"orbits":[2]},{"y":-7747.13,"x":4825,"nodes":[32040],"orbits":[0]},{"y":8419.96,"x":4859.19,"nodes":[34201],"orbits":[0]},{"y":-4974.35,"x":4872.03,"nodes":[13724],"orbits":[4]},{"y":10455.42,"x":4874.52,"nodes":[23343,30392,13157,3775,28106,45244,58388,41016],"orbits":[0,2,3]},{"y":-7413.25,"x":4889.32,"nodes":[29763],"orbits":[0]},{"y":-15824.44926277,"x":-1936.4997536271,"nodes":[39241],"orbits":[0]},{"y":-4650.65,"x":4931.31,"nodes":[9586],"orbits":[4]},{"y":-2386.46,"x":4944.98,"nodes":[13367,21713,50588,38969,6010],"orbits":[0,2]},{"y":-9466.17,"x":4945.01,"nodes":[36623,3628,64474,31630,10729],"orbits":[0,2]},{"y":2387.3,"x":4953.65,"nodes":[61356,12498,30341],"orbits":[0,7]},{"y":2861.7,"x":4955.38,"nodes":[63888],"orbits":[0]},{"y":542.4,"x":4989.84,"nodes":[37695],"orbits":[0]},{"y":5788.96,"x":4990.13,"nodes":[50879,14211,43238,22972,44540],"orbits":[1,7]},{"y":-6490.84,"x":4993.9,"nodes":[20820,44628,40166,48544],"orbits":[0,2]},{"y":7989.42,"x":5001.21,"nodes":[56729,26308,27017,21349],"orbits":[2]},{"y":-8702.96,"x":5026.31,"nodes":[10382],"orbits":[0]},{"y":-4971.48,"x":5061.13,"nodes":[20677],"orbits":[0]},{"y":-208.98,"x":5074.31,"nodes":[43877,51522,47895,56493],"orbits":[1,2,3]},{"y":585.09,"x":5074.6,"nodes":[38044,11813],"orbits":[7]},{"y":7486.56,"x":5085.86,"nodes":[64345,49968,63679,20008],"orbits":[1,2,7]},{"y":174.43,"x":5095.01,"nodes":[61263,59446,22115,4544],"orbits":[1,2,7]},{"y":2295.51,"x":5112.65,"nodes":[37946],"orbits":[0]},{"y":-751.6,"x":5188.48,"nodes":[46782,53698,20916,59355],"orbits":[0,7]},{"y":-5200.3,"x":5193.02,"nodes":[9782],"orbits":[0]},{"y":-4742.69,"x":5193.02,"nodes":[535],"orbits":[0]},{"y":-8121.08,"x":5214.31,"nodes":[2446,50268,22851,37164,419,63400],"orbits":[2,3]},{"y":-5999.69,"x":5250.46,"nodes":[63668,9069,42245,16024,49150,18167,29288],"orbits":[1,2,3]},{"y":-14980.27926277,"x":-1573.4397536271,"nodes":[17788,23352,26085,2877,33570,28431,59,8611,20772,51142,36696,33141,58751,23710],"orbits":[6,9,8]},{"y":6677.73,"x":5279.5,"nodes":[24210,26932,2200,35689,34543],"orbits":[0,2,7]},{"y":719.09,"x":5286.04,"nodes":[30456],"orbits":[0]},{"y":-7410.44,"x":5288.98,"nodes":[39423,47635,53207,56914],"orbits":[1,2,3,7]},{"y":-3797.31,"x":5300.06,"nodes":[17254,26596,14272],"orbits":[0,2,3]},{"y":-1530.6,"x":5316.81,"nodes":[1953],"orbits":[0]},{"y":2650.99,"x":5320.34,"nodes":[9275,5704,62166,19337],"orbits":[0,2]},{"y":-5429.12,"x":5324.92,"nodes":[28021],"orbits":[0]},{"y":-4513.87,"x":5324.92,"nodes":[34621],"orbits":[0]},{"y":-6040.15,"x":5333.76,"nodes":[36759],"orbits":[0]},{"y":-1842.95,"x":5368.5,"nodes":[40480],"orbits":[0]},{"y":3723.01,"x":5399.15,"nodes":[39569,9046,45609,56776,3458,7353,24129],"orbits":[0,1,2,3,7]},{"y":-6761.17,"x":5409.48,"nodes":[24165],"orbits":[0]},{"y":-9562.99,"x":5445.28,"nodes":[21984],"orbits":[1]},{"y":-10248.41,"x":5452.61,"nodes":[18121,45319,55041,26135,35564,2335,65310,51565,22682],"orbits":[0,3]},{"y":-5200.42,"x":5457.07,"nodes":[44420],"orbits":[0]},{"y":-4742.78,"x":5457.07,"nodes":[38541],"orbits":[0]},{"y":-8445.56,"x":5472.15,"nodes":[41645,6490,43964,14082,8831],"orbits":[0,2,3,7]},{"y":-1107.81,"x":5478.57,"nodes":[54176],"orbits":[0]},{"y":6073.03,"x":5482.17,"nodes":[7526],"orbits":[0]},{"y":8921.21,"x":5544.92,"nodes":[36808,37244,34076,22057,33445,30143,37795],"orbits":[0,2,7]},{"y":9486.45,"x":5571.69,"nodes":[46882],"orbits":[1]},{"y":-4981.71,"x":5579.63,"nodes":[61601],"orbits":[0]},{"y":1347.41,"x":5581.73,"nodes":[64213,32155,44204,33729,25700,61246,144,41096,45712,12611],"orbits":[0,4,5,7]},{"y":8198.85,"x":5585.65,"nodes":[4238,60173,62986,17316,43263,46688,40244,64492],"orbits":[0,4,7]},{"y":635.1,"x":5646.25,"nodes":[11472,19880,59390,40270],"orbits":[0,2]},{"y":0.51,"x":5646.98,"nodes":[26598],"orbits":[0]},{"y":4004.28,"x":5658.94,"nodes":[32813],"orbits":[2]},{"y":4289.75,"x":5658.94,"nodes":[59600,12208,13619,35809],"orbits":[1,7]},{"y":4337.05,"x":5658.96,"nodes":[49466,9411,30871],"orbits":[7]},{"y":-1616.29,"x":5664.01,"nodes":[23905],"orbits":[0]},{"y":-16007.75926277,"x":-1127.4797536271,"nodes":[2995],"orbits":[0]},{"y":-6287.76,"x":5749.4,"nodes":[4328],"orbits":[0]},{"y":-5672.71,"x":5749.4,"nodes":[3463],"orbits":[0]},{"y":-4981.71,"x":5749.4,"nodes":[42379],"orbits":[0]},{"y":5463.88,"x":5833.86,"nodes":[56860,29320,1680,17447,24843],"orbits":[0,2,7]},{"y":-6838.35,"x":5891.44,"nodes":[38111,10242,6079,32241],"orbits":[0,2]},{"y":-625.86,"x":5924.32,"nodes":[10944,33366,55193],"orbits":[1,2,7]},{"y":-2670.25,"x":5933.04,"nodes":[25971,50635,44423],"orbits":[0,2,3]},{"y":7225.03,"x":5943.98,"nodes":[11764,38878,54975,26772,45774,34898,24240],"orbits":[0,4,5,7]},{"y":186.79,"x":5948.13,"nodes":[23915,41529,21380,31284],"orbits":[0,1,2,7]},{"y":-4755.44,"x":5975.67,"nodes":[25520],"orbits":[0]},{"y":-1521.97,"x":5979.38,"nodes":[27875,55463,32123],"orbits":[0,3]},{"y":-7475.15,"x":5988.31,"nodes":[50121],"orbits":[0]},{"y":6443.42,"x":6015.15,"nodes":[21572,39050,6660],"orbits":[2]},{"y":-15671.91926277,"x":-755.7997536271,"nodes":[2516],"orbits":[0]},{"y":-8410.42,"x":6098.71,"nodes":[21801,30748,44369,24150],"orbits":[1,2,7]},{"y":8403.35,"x":6104.56,"nodes":[43720,14383,18568,46601,46887],"orbits":[0,2,3]},{"y":9643.2,"x":6129.78,"nodes":[45329],"orbits":[0]},{"y":-5350.4,"x":6139.19,"nodes":[4552,17215,17668,50817,61355,29306],"orbits":[1,2,7]},{"y":-3563.57,"x":6172.4,"nodes":[42750,37691,9050,56453,60138,25851,52695,57230,24958,51741,16705,17088,61834,24062,54351,64927,52464,5766,51416,32016,49984],"orbits":[0,5,6,7]},{"y":4601.9,"x":6220.23,"nodes":[45100,56928,62350,7163,23013],"orbits":[2,3,4,5]},{"y":1833.34,"x":6316.73,"nodes":[31345,30372,42065,55400,37532],"orbits":[0,2]},{"y":-9381.54,"x":6324.58,"nodes":[20641,14231,40399,51934,43281,25304,47359,40453,61056],"orbits":[0,1,5,7]},{"y":-6118.94,"x":6345.01,"nodes":[38668,32664,27671,32681,5188],"orbits":[0,7]},{"y":2826.09,"x":6359.19,"nodes":[23608,40024,2091,61741,6951,63759,26565,24401],"orbits":[0,3,4,7]},{"y":3674.83,"x":6365.75,"nodes":[35901,12890,63566,62464,55275,12120,65207,51606,17854],"orbits":[3,4,6]},{"y":5562.23,"x":6365.75,"nodes":[43044],"orbits":[0]},{"y":5989.65,"x":6365.75,"nodes":[34853,25458,37568,45370],"orbits":[7,2]},{"y":-8685.67,"x":6372.73,"nodes":[61403],"orbits":[0]},{"y":-8307.67,"x":6372.73,"nodes":[56349],"orbits":[0]},{"y":9681.5,"x":6402.75,"nodes":[2128],"orbits":[0]},{"y":-4456.86,"x":6411.76,"nodes":[5009,36270,12169],"orbits":[0,2,3]},{"y":-2256.19,"x":6431.15,"nodes":[28441,32721,24570,11836,47235,53471,10011,11871],"orbits":[2,3,7]},{"y":-547.41,"x":6460.1,"nodes":[45709,26363,52803],"orbits":[7]},{"y":-531.61,"x":6460.1,"nodes":[7412,49291,57945,59356],"orbits":[0,7]},{"y":9436.59,"x":6470.71,"nodes":[11015],"orbits":[0]},{"y":-6987.61,"x":6488.25,"nodes":[54725,56336,21208,21748],"orbits":[7]},{"y":-5291.42,"x":6536.96,"nodes":[52191],"orbits":[0]},{"y":876.88,"x":6551.51,"nodes":[57088,9421,28086,54557,60170],"orbits":[0,2]},{"y":-7691.65,"x":6564.29,"nodes":[3128,22713,12166],"orbits":[7]},{"y":-7691.65,"x":6564.44,"nodes":[19722,4959,26331,19003],"orbits":[0,7]},{"y":-7691.65,"x":6564.44,"nodes":[33221],"orbits":[0]},{"y":4176.51,"x":6564.69,"nodes":[42658],"orbits":[0]},{"y":9549.91,"x":6576.82,"nodes":[40626],"orbits":[0]},{"y":8924.35,"x":6576.88,"nodes":[46431],"orbits":[0]},{"y":-6987.61,"x":6612.09,"nodes":[6570],"orbits":[0]},{"y":9944.27,"x":6617.23,"nodes":[65256],"orbits":[0]},{"y":9687.17,"x":6636.34,"nodes":[34845],"orbits":[0]},{"y":8378.88,"x":6649.25,"nodes":[38463],"orbits":[0]},{"y":7621.83,"x":6654.65,"nodes":[22329,58526,331,32891,62427,42103,50673],"orbits":[2,3,7]},{"y":246.47,"x":6661.76,"nodes":[1631,14001,56893,29049],"orbits":[7,2]},{"y":9432.42,"x":6670.73,"nodes":[28199],"orbits":[0]},{"y":-1779.61,"x":6720.04,"nodes":[54678],"orbits":[0]},{"y":3890.84,"x":6729.48,"nodes":[60735],"orbits":[0]},{"y":-5492.35,"x":6734.63,"nodes":[57724,26885,34473,20782,42361],"orbits":[0,2,3,4,7]},{"y":-6987.61,"x":6735.94,"nodes":[26268,22710,45111,59214],"orbits":[7]},{"y":8501.01,"x":6771.38,"nodes":[21111,43522,33099],"orbits":[4,7]},{"y":-9157.81,"x":6844.88,"nodes":[52060,17602,59799,7338,59798,5335],"orbits":[0,1,7]},{"y":4801,"x":6846.27,"nodes":[21495,42794,31433,5348],"orbits":[0,2,3]},{"y":-5638.13,"x":6883.65,"nodes":[54883],"orbits":[0]},{"y":3596.76,"x":6900.54,"nodes":[26432],"orbits":[0]},{"y":9638.79,"x":7001.73,"nodes":[60273],"orbits":[0]},{"y":-5774.94,"x":7020.48,"nodes":[59775],"orbits":[0]},{"y":7197.76,"x":7031.53,"nodes":[6842,28329,18472,46533,3700,36723],"orbits":[2,3]},{"y":-8704.87,"x":7037.31,"nodes":[32438],"orbits":[0]},{"y":5648.15,"x":7059,"nodes":[28623,60464,12998,9968,30463,58971,38678],"orbits":[0,4,2]},{"y":-3324.15,"x":7065.9,"nodes":[51871,8045,3042],"orbits":[0,2,3]},{"y":9630.67,"x":7074.07,"nodes":[28823,11094,59303],"orbits":[4,7]},{"y":-4647.67,"x":7077.07,"nodes":[23547,45798,43944,30102,62578,46615,53177],"orbits":[0,2,3,7]},{"y":0,"x":7088.65,"nodes":[14658],"orbits":[0]},{"y":513.16,"x":7088.65,"nodes":[28903,42959,59644,32896,22517],"orbits":[0,7]},{"y":-8248.39,"x":7119.01,"nodes":[55149],"orbits":[0]},{"y":-7914.57,"x":7123.27,"nodes":[14446],"orbits":[0]},{"y":4152.81,"x":7191.57,"nodes":[11825],"orbits":[0]},{"y":5087.69,"x":7236.46,"nodes":[62185],"orbits":[0]},{"y":-1655.98,"x":7271.19,"nodes":[48974,47418,63517,23839,53958,51006,10738],"orbits":[0,2,3]},{"y":-2633.18,"x":7273.71,"nodes":[64601],"orbits":[0]},{"y":-2313.18,"x":7273.71,"nodes":[41877],"orbits":[0]},{"y":2711.86,"x":7300.34,"nodes":[40333,43102,30197,52415,24178,42998,32655,33514],"orbits":[0,2,7]},{"y":3682.83,"x":7309.21,"nodes":[63981,6516,8194],"orbits":[7]},{"y":8277.54,"x":7334.57,"nodes":[29285,9745,11774,58513,16602,14418],"orbits":[0,3,7]},{"y":2075.69,"x":7345.82,"nodes":[6792,23221,4534,42302,33245,9151,45331,31918],"orbits":[1,2,3,4,7]},{"y":-6708.34,"x":7365.71,"nodes":[52971,21227,36290,23046,62936,51891,49976,25528],"orbits":[2,3,4,7]},{"y":-3775.87,"x":7384.78,"nodes":[15424,35151,44453,58157,61149,42760],"orbits":[1,2,7]},{"y":-380.49,"x":7386.63,"nodes":[24120,52053,14048,34717,10495],"orbits":[0,3,4,7]},{"y":-7157.75,"x":7399.75,"nodes":[51040,23822,327,58779,9652],"orbits":[0,2]},{"y":-8305.21,"x":7420.17,"nodes":[26762],"orbits":[0]},{"y":7597.17,"x":7430.94,"nodes":[30657],"orbits":[0]},{"y":6789.98,"x":7459.44,"nodes":[22817,42714,22962,58848,55724,58644,10576,29065],"orbits":[0,1,3,4,5,7]},{"y":-8440.87,"x":7466.03,"nodes":[35380,10058],"orbits":[0,2]},{"y":5195.85,"x":7487.17,"nodes":[14724],"orbits":[0]},{"y":1196.11,"x":7495.21,"nodes":[35671,11504,30839,31172],"orbits":[2,3,4,5]},{"y":-8629.84,"x":7501.94,"nodes":[44373],"orbits":[0]},{"y":-906.8,"x":7520.58,"nodes":[336,4806,49388,37304,64543,61921,38215],"orbits":[2,3,4,5]},{"y":-8913.34,"x":7559.71,"nodes":[6800],"orbits":[0]},{"y":4790.76,"x":7559.9,"nodes":[47374,18049,5802],"orbits":[0,4,7]},{"y":5472.94,"x":7573.53,"nodes":[32301],"orbits":[0]},{"y":696.89,"x":7632.55,"nodes":[15301,10277,64064,4709,35477],"orbits":[0,2]},{"y":-7774.6,"x":7645.67,"nodes":[31692,46197,61333,45702,39237],"orbits":[0,2]},{"y":1483.08,"x":7664.38,"nodes":[49130,58416,1020,54631,30132],"orbits":[0,2,7]},{"y":5026.98,"x":7678.02,"nodes":[37813],"orbits":[0]},{"y":-8333.04,"x":7691.01,"nodes":[58022],"orbits":[0]},{"y":3243.25,"x":7726.42,"nodes":[12174,18864,49107,54562,49485,2745],"orbits":[1,2]},{"y":-5468.73,"x":7747,"nodes":[52445],"orbits":[0]},{"y":-5462.17,"x":7749.73,"nodes":[34324,13457,3630,56838,26034,45631,62624,42805],"orbits":[3,4,7]},{"y":-4481.19,"x":7752.6,"nodes":[57821],"orbits":[4]},{"y":6434.67,"x":7762.38,"nodes":[59503,22208,60034,6330,15207,4378],"orbits":[0,7]},{"y":-8668.33,"x":7764.53,"nodes":[5186],"orbits":[0]},{"y":228.34,"x":7768.26,"nodes":[34497],"orbits":[0]},{"y":-2934.34,"x":7806.6,"nodes":[56023],"orbits":[0]},{"y":-4823.01,"x":7810.1,"nodes":[33404],"orbits":[0]},{"y":5381.08,"x":7815.76,"nodes":[50277],"orbits":[0]},{"y":5206.42,"x":7818.48,"nodes":[44932],"orbits":[3]},{"y":-3177.92,"x":7868.42,"nodes":[52361,57462,53771,12078,33713,26107],"orbits":[0,2,3,5]},{"y":5154.88,"x":7874.86,"nodes":[50701],"orbits":[0]},{"y":-7151.38,"x":7886.46,"nodes":[47976],"orbits":[0]},{"y":8803.79,"x":7901.35,"nodes":[48462,38497,62803,25029],"orbits":[4,5,7]},{"y":-1873.69,"x":7994.25,"nodes":[33463],"orbits":[0]},{"y":-996.85,"x":7994.25,"nodes":[49996],"orbits":[0]},{"y":-571.97,"x":7994.25,"nodes":[32183],"orbits":[0]},{"y":0,"x":7994.25,"nodes":[12253],"orbits":[0]},{"y":1153.21,"x":7994.25,"nodes":[35696],"orbits":[0]},{"y":2075.69,"x":7994.25,"nodes":[2408],"orbits":[0]},{"y":2711.86,"x":7994.25,"nodes":[42118],"orbits":[0]},{"y":4152.81,"x":8000.05,"nodes":[10648,26400,8904],"orbits":[0,4,7]},{"y":8180.55,"x":8014.32,"nodes":[63830,44841,45390,13624,59064,44756,28258,36927,36976,55235],"orbits":[0,1,2,3]},{"y":5817.48,"x":8073.32,"nodes":[55664,16568,63246,34702,31826,33585,31129,24889],"orbits":[1,3,4,5,7]},{"y":632.41,"x":8124.67,"nodes":[43453],"orbits":[0]},{"y":-4097.21,"x":8175.23,"nodes":[62542,45713,39607,2559,16329],"orbits":[0,2,3]},{"y":6850.21,"x":8177.92,"nodes":[24786],"orbits":[0]},{"y":3540.75,"x":8184.76,"nodes":[17146,57518,31366,3843,65265],"orbits":[0,2,3]},{"y":-391.26,"x":8203.42,"nodes":[44490],"orbits":[0]},{"y":715.96,"x":8280.06,"nodes":[64050],"orbits":[0]},{"y":369.3,"x":8280.54,"nodes":[54152],"orbits":[0]},{"y":-6118.71,"x":8284.38,"nodes":[1416],"orbits":[0]},{"y":-1449.59,"x":8294.62,"nodes":[5163,48103,26726,52875],"orbits":[0,2]},{"y":-131.01,"x":8325.04,"nodes":[16401],"orbits":[0]},{"y":1153.21,"x":8357.14,"nodes":[24070],"orbits":[0]},{"y":-6160.65,"x":8357.5,"nodes":[19461,38944,43338,5797,22063,64415,56767],"orbits":[2,3,7]},{"y":1769.99,"x":8365.09,"nodes":[51602,23305,21279,44280,35534],"orbits":[0,2]},{"y":-2532.39,"x":8374.56,"nodes":[12239],"orbits":[0]},{"y":6235.46,"x":8388.6,"nodes":[3431,5305,43082],"orbits":[1,2]},{"y":-7635.29,"x":8390.12,"nodes":[30077],"orbits":[0]},{"y":166.18,"x":8400.25,"nodes":[24656],"orbits":[0]},{"y":-2579.71,"x":8401.88,"nodes":[1599,35173,16013,41811,16140,31286],"orbits":[2,3,7]},{"y":-7674.9,"x":8409.99,"nodes":[7302,52615,33093,25729,37876],"orbits":[4,7]},{"y":504.46,"x":8433.06,"nodes":[12800],"orbits":[0]},{"y":2974.28,"x":8437.79,"nodes":[3994,9089,37951,41020,34908],"orbits":[1,2,3]},{"y":-719.43,"x":8443.67,"nodes":[61800,52630,28371,60560,29527],"orbits":[0,7]},{"y":-598.29,"x":8444.56,"nodes":[1514],"orbits":[0]},{"y":-2688.36,"x":8464.62,"nodes":[39881],"orbits":[0]},{"y":-3633.16,"x":8464.96,"nodes":[7809],"orbits":[0]},{"y":4890.73,"x":8470.97,"nodes":[54984],"orbits":[0]},{"y":2450.54,"x":8489.3,"nodes":[33348,11509,17664,7465,11463],"orbits":[0,2,3]},{"y":-3240.16,"x":8506.18,"nodes":[56988],"orbits":[0]},{"y":-1003.98,"x":8512.95,"nodes":[47831,44522,63762,34541,52743,8734],"orbits":[1,2]},{"y":-234.45,"x":8601.56,"nodes":[43090],"orbits":[0]},{"y":-5782.69,"x":8602.39,"nodes":[32672,23362,4031,17871,13701,9928,50403],"orbits":[0,2,3,4]},{"y":605.39,"x":8629.29,"nodes":[8896],"orbits":[0]},{"y":276.65,"x":8660.79,"nodes":[15814],"orbits":[0]},{"y":2075.69,"x":8668.76,"nodes":[19074,8560,31273,35985,13987,48531,56761,7604,17372],"orbits":[1,2,3,6,7]},{"y":-6347.76,"x":8684.39,"nodes":[59538],"orbits":[0]},{"y":1153.21,"x":8692.14,"nodes":[58397,19338,31647],"orbits":[0,3]},{"y":4438.38,"x":8732.17,"nodes":[25055,13799,41580,36576,41298],"orbits":[0,2,7]},{"y":-3633.16,"x":8733.08,"nodes":[60483],"orbits":[0]},{"y":-3371.16,"x":8733.08,"nodes":[36540],"orbits":[0]},{"y":7072.15,"x":8847.14,"nodes":[36071,38369,35223,36677,13895,61112,18910,21225,10265,9240,19767,55680,9227],"orbits":[0,2,3,4,5,6]},{"y":-3861.86,"x":8862.26,"nodes":[18717],"orbits":[0]},{"y":6141.88,"x":8886.25,"nodes":[24287],"orbits":[0]},{"y":-4178.25,"x":8922.01,"nodes":[8273],"orbits":[0]},{"y":-1873.69,"x":8940.31,"nodes":[60210,6078,64325,45304,61119,63431],"orbits":[1,2,3]},{"y":5582.5,"x":8940.74,"nodes":[15625,23253,65161,3170,22811],"orbits":[2]},{"y":474.23,"x":8971.45,"nodes":[1801,60,58426,34401],"orbits":[0,2,7]},{"y":4890.73,"x":8991.63,"nodes":[51241,50420,55118,31364],"orbits":[0,2]},{"y":-3633.64,"x":8992.39,"nodes":[15356],"orbits":[0]},{"y":-3178.16,"x":8993.62,"nodes":[40990],"orbits":[0]},{"y":1153.21,"x":9027.14,"nodes":[2334],"orbits":[0]},{"y":5241.32,"x":9078.71,"nodes":[22927,20582,29246],"orbits":[6]},{"y":6374.82,"x":9119.2,"nodes":[14226],"orbits":[0]},{"y":-3861.86,"x":9124.17,"nodes":[17420],"orbits":[0]},{"y":-3407.73,"x":9125.5,"nodes":[18815],"orbits":[0]},{"y":-4119.84,"x":9152.09,"nodes":[25565],"orbits":[2]},{"y":-758.58,"x":9207.96,"nodes":[53150,17589,45012,8246,37742,64462,37548,15270,36085],"orbits":[0,2,3]},{"y":-2.43,"x":9212.92,"nodes":[41017],"orbits":[0]},{"y":3103.82,"x":9287.06,"nodes":[36364],"orbits":[0]},{"y":3714.68,"x":9315.43,"nodes":[27422,2021,17687,10472,25857],"orbits":[0,3,4,7]},{"y":-5015.5,"x":9329.96,"nodes":[10162,3336,36231,30615,65204],"orbits":[0,2]},{"y":4567.88,"x":9411.81,"nodes":[37242,59368,61215,9532,16871,54031],"orbits":[0,7]},{"y":2570.72,"x":9455.83,"nodes":[52257],"orbits":[0]},{"y":2888.65,"x":9507.95,"nodes":[63600],"orbits":[0]},{"y":-5497.3,"x":9512.58,"nodes":[31765],"orbits":[0]},{"y":-7180.28,"x":9516.92,"nodes":[37616,8644,33964,64295,27834,63659,37688,27417,62496,34912,4664,43938,34449],"orbits":[4,5,6]},{"y":5500.5,"x":9527.62,"nodes":[34015],"orbits":[0]},{"y":-215.51,"x":9588.39,"nodes":[27513,65498,39307,7294,37026],"orbits":[1,2,7]},{"y":-3478.67,"x":9590.33,"nodes":[44891,55835,20909,52537,7023],"orbits":[0,2]},{"y":2772.94,"x":9696.74,"nodes":[57069],"orbits":[0]},{"y":1153.21,"x":9720.67,"nodes":[65091,1841,38728,44776,3209,14539,9405,51707,59720,41163],"orbits":[0,5,7]},{"y":3030.3,"x":9731.16,"nodes":[62998],"orbits":[0]},{"y":-4566.29,"x":9755.52,"nodes":[722],"orbits":[0]},{"y":5633.94,"x":9758.72,"nodes":[12116,52410,20414,55329,42036,35043,50146],"orbits":[4,3]},{"y":-5970.48,"x":9759.71,"nodes":[35095,19359,41886,9663,52245],"orbits":[0,2,3]},{"y":2135.11,"x":9805.18,"nodes":[65212,32543,60899,64637],"orbits":[0,3,7]},{"y":6600.96,"x":9808.81,"nodes":[20105],"orbits":[0]},{"y":4319.11,"x":9826.06,"nodes":[48116],"orbits":[0]},{"y":-2946.78,"x":9855.02,"nodes":[29990,47477,51774,36217,47021,34425],"orbits":[1,2,7]},{"y":3274.55,"x":9855.92,"nodes":[41861],"orbits":[0]},{"y":353.55,"x":9860.54,"nodes":[21156,19027,34623,40471,14769,7847],"orbits":[0,2,7]},{"y":2860.79,"x":9947.79,"nodes":[20649],"orbits":[0]},{"y":-2144.87,"x":9960.59,"nodes":[43867,10423,37905,57571,28101],"orbits":[1,2,3,7]},{"y":2637.88,"x":10006.41,"nodes":[65290],"orbits":[0]},{"y":-5356.19,"x":10039.26,"nodes":[16121,61421,56334,46171,41753],"orbits":[0,7]},{"y":0,"x":10048.64,"nodes":[14262],"orbits":[0]},{"y":4865.9,"x":10082.79,"nodes":[18624,17523,42032,30408,39608,12329,1778,17906],"orbits":[0,3,7]},{"y":-5603.69,"x":10091.58,"nodes":[49320,30973],"orbits":[6]},{"y":-3334.83,"x":10091.7,"nodes":[15775],"orbits":[0]},{"y":-1227.6,"x":10100.39,"nodes":[3640,28963,7888,17724,17101,25362,37780],"orbits":[2,3]},{"y":-1237.84,"x":10112.62,"nodes":[23105],"orbits":[0]},{"y":3019.63,"x":10184.13,"nodes":[2582],"orbits":[0]},{"y":1730.1,"x":10203.08,"nodes":[60891,18897,64990,53185],"orbits":[1,2,3]},{"y":226.99,"x":10275.63,"nodes":[37484],"orbits":[0]},{"y":-481.6,"x":10290.88,"nodes":[47514,38342,21945,61718,26572,54545,39128],"orbits":[0,2,7]},{"y":-3717.25,"x":10299.85,"nodes":[29959,60362,6891,56265,42802],"orbits":[0,2]},{"y":533.97,"x":10370.85,"nodes":[17792,34892,12066,42226,48734],"orbits":[3,2]},{"y":-2278.35,"x":10379,"nodes":[30808],"orbits":[0]},{"y":2130.08,"x":10420.75,"nodes":[27705],"orbits":[0]},{"y":3456.48,"x":10451.5,"nodes":[28835,60480,56847,8157,178,28044,43088,6988],"orbits":[0,2,3,5,7]},{"y":-3050.26,"x":10503.99,"nodes":[326],"orbits":[0]},{"y":-3021.26,"x":10614.77,"nodes":[59694],"orbits":[0]},{"y":2571.61,"x":10655.3,"nodes":[27048],"orbits":[0]},{"y":-5268.96,"x":10657.31,"nodes":[632],"orbits":[0]},{"y":1152.07,"x":10682.01,"nodes":[48773],"orbits":[0]},{"y":4548.52,"x":10682.25,"nodes":[34612,25992,60764,11526,31055,44141,7651,21788,21112,8573,25586],"orbits":[2,3,4,5,6]},{"y":2214.28,"x":10685.17,"nodes":[39495],"orbits":[0]},{"y":-3515.65,"x":10687.96,"nodes":[2361,37514,31449,9444,52399,2113,34316,61632,4536,11598,44516],"orbits":[0,2,3,5,6]},{"y":-1058.34,"x":10699.04,"nodes":[14267],"orbits":[0]},{"y":-3595.77,"x":10703.99,"nodes":[28638],"orbits":[0]},{"y":-4040.33,"x":10769.27,"nodes":[64700],"orbits":[0]},{"y":4578.32,"x":10793.45,"nodes":[18969],"orbits":[0]},{"y":-5031.25,"x":10794.6,"nodes":[52215],"orbits":[0]},{"y":-4373.44,"x":10801.88,"nodes":[3419,28797,20429],"orbits":[6]},{"y":-2278.35,"x":10841.31,"nodes":[46152,40110,42347,8302,4467,42974],"orbits":[1,2,3,7]},{"y":5275.51,"x":10852.75,"nodes":[38993],"orbits":[0]},{"y":-4005.64,"x":10878.54,"nodes":[32442],"orbits":[0]},{"y":2799.53,"x":10936.64,"nodes":[47375],"orbits":[0]},{"y":3186.63,"x":10949.1,"nodes":[53272,2560,20044,30736,52180],"orbits":[1,2,3]},{"y":1686.97,"x":10961.84,"nodes":[39986],"orbits":[0]},{"y":-82.24,"x":10978.46,"nodes":[32763],"orbits":[1]},{"y":2059.92,"x":11034.67,"nodes":[46386],"orbits":[0]},{"y":-5335.92,"x":11047.97,"nodes":[56366,54058,35755,4423,62001],"orbits":[0,2,3]},{"y":-797.85,"x":11095.74,"nodes":[38212,57683,1499,33830,35031],"orbits":[0,2]},{"y":1294.1,"x":11095.79,"nodes":[41873,55995,57970,21537],"orbits":[2]},{"y":4037.83,"x":11202.42,"nodes":[328],"orbits":[0]},{"y":2726.27,"x":11220.21,"nodes":[63618],"orbits":[0]},{"y":-1058.34,"x":11230.95,"nodes":[28976],"orbits":[0]},{"y":-1515.36,"x":11355.41,"nodes":[6030,2500,15986,29458,2134,53595,9703,1723,38628],"orbits":[2,3,7]},{"y":617.13,"x":11355.97,"nodes":[38493,38537,13407,39369,55621,2936,23040,54983,51583],"orbits":[0,2,4,7]},{"y":2464.74,"x":11357.96,"nodes":[37971],"orbits":[0]},{"y":2082.53,"x":11400.1,"nodes":[57933],"orbits":[0]},{"y":-1058.34,"x":11480.79,"nodes":[23374],"orbits":[0]},{"y":2252.05,"x":11701.67,"nodes":[16150],"orbits":[0]},{"y":2652.83,"x":11749.41,"nodes":[47443],"orbits":[0]},null,{"y":2414.32,"x":11976.97,"nodes":[44699],"orbits":[0]},{"y":2887.16,"x":12115.79,"nodes":[60992],"orbits":[0]},{"y":2545.82,"x":12269.2,"nodes":[10315],"orbits":[0]},null,null,null,{"y":4122.3692767426,"x":14643.705447595,"nodes":[5817],"orbits":[0]},{"y":3133.8292767426,"x":14732.655447595,"nodes":[12033,42416,46854,61461,3987,24295,49165,39723,46990],"orbits":[2,3,5,6,8,9]},{"y":3672.6892767426,"x":14824.475447595,"nodes":[59913],"orbits":[0]},{"y":4046.5392767426,"x":14926.725447595,"nodes":[29871],"orbits":[0]},{"y":-8816.1424166522,"x":12212.651368575,"nodes":[8143,65173,7621,23587,64031,63713,52448,12876,63236,23415,13065,16100,17268,25434,55611,29133,57181,44357,27686,9994],"orbits":[3,4,5,6,8,9]},{"y":3501.3292767426,"x":15190.995447595,"nodes":[59542],"orbits":[0]},{"y":3970.6992767426,"x":15209.745447595,"nodes":[30],"orbits":[0]},{"y":2945.4892767426,"x":15243.715447595,"nodes":[24226],"orbits":[0]},{"y":3338.3292767426,"x":15284.515447595,"nodes":[41875],"orbits":[0]},null,{"y":2455.5992767426,"x":15636.495447595,"nodes":[23508],"orbits":[0]},{"y":2743.9592767426,"x":15688.385447595,"nodes":[35801],"orbits":[0]},{"y":6126.7392232732,"x":13760.369129099,"nodes":[61991,24868,13675,29074,14508,61804,33736,9798,1583],"orbits":[9,8]},{"y":3032.1192767426,"x":15741.455447595,"nodes":[37336],"orbits":[0]},{"y":5672.2392232732,"x":14264.079129099,"nodes":[38004],"orbits":[0]},{"y":5793.2392232732,"x":14264.079129099,"nodes":[9710],"orbits":[0]},{"y":5611.7392232732,"x":14368.879129099,"nodes":[18940],"orbits":[0]},{"y":5732.7392232732,"x":14368.879129099,"nodes":[57141],"orbits":[0]},{"y":6232.4292232732,"x":14368.879129099,"nodes":[49503],"orbits":[0]},{"y":5670.8392232732,"x":14473.669129099,"nodes":[56618],"orbits":[0]},{"y":5793.2392232732,"x":14473.669129099,"nodes":[58379],"orbits":[0]},{"y":6232.4292232732,"x":14650.509129099,"nodes":[16],"orbits":[0]},{"y":5993.7692232732,"x":14714.469129099,"nodes":[41619],"orbits":[0]},{"y":6292.9292232732,"x":14798.739129099,"nodes":[12795],"orbits":[0]},{"y":6111.4292232732,"x":14903.519129099,"nodes":[4495],"orbits":[0]},{"y":6232.4292232732,"x":14903.519129099,"nodes":[16433],"orbits":[0]},{"y":6507.6792232732,"x":14903.519129099,"nodes":[12183],"orbits":[0]},{"y":5520.5392232732,"x":14907.279129099,"nodes":[40],"orbits":[0]},{"y":5852.7392232732,"x":14907.279129099,"nodes":[39292],"orbits":[0]},{"y":6292.9292232732,"x":15008.309129099,"nodes":[57253],"orbits":[0]},{"y":5987.7692232732,"x":15091.689129099,"nodes":[46454],"orbits":[0]},{"y":6232.4292232732,"x":15157.239129099,"nodes":[36676],"orbits":[0]},{"y":8852.0148773633,"x":10878.231878907,"nodes":[35187],"orbits":[0]},{"y":-6086.5553760382,"x":13778.603226356,"nodes":[18826,3781,25781,59759,50098,52395,41076,31116,34817,17923,47344,36788,24475,1347,11771,25779,25885,32771,74],"orbits":[6,8,9,5]},{"y":9088.1648773633,"x":11213.041878907,"nodes":[41008],"orbits":[0]},{"y":-5560.5553760382,"x":14136.753226356,"nodes":[664],"orbits":[0]},{"y":8817.4448773633,"x":11283.081878907,"nodes":[42441],"orbits":[0]},{"y":-5742.2253760382,"x":14243.173226356,"nodes":[26283],"orbits":[0]},{"y":9003.9248773633,"x":11445.231878907,"nodes":[43095],"orbits":[0]},{"y":-5559.1953760382,"x":14346.533226356,"nodes":[56331],"orbits":[0]},{"y":9289.3848773633,"x":11679.661878907,"nodes":[528],"orbits":[0]},{"y":8880.5948773633,"x":11789.201878907,"nodes":[19233],"orbits":[0]},null,{"y":9155.8648773633,"x":12012.221878907,"nodes":[55796],"orbits":[0]},{"y":9508.1448773633,"x":12196.001878907,"nodes":[9294],"orbits":[0]},{"y":8942.2848773633,"x":12346.891878907,"nodes":[7979],"orbits":[0]},{"y":9508.1448773633,"x":12553.001878907,"nodes":[46071],"orbits":[0]},{"y":9307.8048773633,"x":12579.271878907,"nodes":[35033],"orbits":[0]},{"y":9121.1448773633,"x":12656.701878907,"nodes":[60662],"orbits":[0]},{"y":8914.8848773633,"x":12733.741878907,"nodes":[41736],"orbits":[6]},{"y":9001.4348773633,"x":13055.401878907,"nodes":[2702],"orbits":[0]},{"y":11438.579690856,"x":8823.6279844367,"nodes":[7068],"orbits":[0]},{"y":8650.9648773633,"x":13233.081878907,"nodes":[3065],"orbits":[0]},{"y":9001.4348773633,"x":13327.001878907,"nodes":[63254],"orbits":[0]},{"y":9231.6648773633,"x":13327.001878907,"nodes":[6109],"orbits":[0]},{"y":8651.0748773633,"x":13420.881878907,"nodes":[47312],"orbits":[0]},{"y":11773.609690856,"x":9206.2079844367,"nodes":[3223],"orbits":[0]},{"y":9001.4348773633,"x":13588.681878907,"nodes":[5563],"orbits":[0]},{"y":11846.839690856,"x":9758.5079844367,"nodes":[34785],"orbits":[0]},{"y":10950.119690856,"x":10254.417984437,"nodes":[18280],"orbits":[0]},{"y":11367.969690856,"x":10474.067984437,"nodes":[62804],"orbits":[0]},{"y":11589.839690856,"x":10489.507984437,"nodes":[17058],"orbits":[0]},{"y":11846.839690856,"x":10489.507984437,"nodes":[42017],"orbits":[0]},{"y":12103.839690856,"x":10489.507984437,"nodes":[58574],"orbits":[0]},{"y":10992.449690856,"x":10556.217984437,"nodes":[37972],"orbits":[0]},{"y":11253.579690856,"x":10628.187984437,"nodes":[36365],"orbits":[6]},{"y":11138.679690856,"x":10790.307984437,"nodes":[4891],"orbits":[0]},{"y":11502.599690856,"x":10833.607984437,"nodes":[58149],"orbits":[0]},{"y":10389.599690856,"x":10882.567984437,"nodes":[37046],"orbits":[0]},{"y":11378.549690856,"x":11014.257984437,"nodes":[60859],"orbits":[0]},{"y":10974.529690856,"x":11055.727984437,"nodes":[30233],"orbits":[0]},{"y":11318.509690856,"x":11191.087984437,"nodes":[22661],"orbits":[0]},{"y":10919.449690856,"x":11336.817984437,"nodes":[11776],"orbits":[0]}],"jewelSlots":[26725,36634,33989,41263,60735,61834,31683,28475,6230,48768,34483,7960,46882,55190,61419,2491,54127,32763,26196,33631,21984,59740,63132,36044,17788],"classes":[{"base_str":7,"base_int":7,"ascendancies":[{"id":"Deadeye","background":{"x":14723.961164228,"image":"ClassesDeadeye","y":3128.8882207467,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Deadeye","internalId":"Ranger1"},{"id":"Pathfinder","background":{"x":13751.674845732,"image":"ClassesPathfinder","y":6121.7981672774,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Pathfinder","internalId":"Ranger3"}],"background":{"image":"ClassesRanger","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":15,"name":"Ranger"},{"base_str":7,"base_int":7,"ascendancies":[{"id":"Amazon","background":{"x":12178.374348621,"image":"ClassesAmazon","y":8847.1561582513,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Amazon","internalId":"Huntress1"},{"id":"Ritualist","background":{"x":10072.820454151,"image":"ClassesRitualist","y":11185.850971744,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Ritualist","internalId":"Huntress3"}],"background":{"image":"ClassesHuntress","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":15,"name":"Huntress"},{"base_str":15,"base_int":7,"ascendancies":[{"id":"Titan","background":{"x":-11191.249866964,"image":"ClassesTitan","y":10066.821756582,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Titan","internalId":"Warrior1"},{"id":"Warbringer","background":{"x":-13039.704139156,"image":"ClassesWarbringer","y":7520.0458660114,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Warbringer","internalId":"Warrior2"},{"id":"Smith of Kitava","background":{"x":-14318.260769023,"image":"ClassesSmith of Kitava","y":4644.607885912,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Smith of Kitava","internalId":"Warrior3"}],"background":{"image":"ClassesWarrior","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":7,"name":"Warrior"},{"base_str":11,"base_int":7,"ascendancies":[{"id":"Tactician","background":{"x":3149.1717656234,"image":"ClassesTactician","y":14719.636240554,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Tactician","internalId":"Mercenary1"},{"id":"Witchhunter","background":{"x":19.970347847175,"image":"ClassesWitchhunter","y":15052.726498839,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Witchhunter","internalId":"Mercenary2"},{"id":"Gemling Legionnaire","background":{"x":-3110.1038699583,"image":"ClassesGemling Legionnaire","y":14727.940378128,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Gemling Legionnaire","internalId":"Mercenary3"}],"background":{"image":"ClassesMercenary","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":11,"name":"Mercenary"},{"base_str":7,"base_int":15,"ascendancies":[{"id":"Infernalist","background":{"x":-7526.3698730469,"image":"ClassesInfernalist","y":-13036.055016673,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Infernalist","internalId":"Witch1"},{"id":"Blood Mage","background":{"x":-4651.5523934462,"image":"ClassesBlood Mage","y":-14316.006223618,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Blood Mage","internalId":"Witch2"},{"id":"Lich","replaceBy":"Abyssal Lich","background":{"x":-1573.4397536271,"image":"ClassesLich","y":-14970.27926277,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Lich","internalId":"Witch3"},{"replace":"Lich","id":"Abyssal Lich","background":{"x":-1573.4397536271,"image":"ClassesAbyssal Lich","y":-14970.27926277,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Abyssal Lich","internalId":"Witch3b"}],"background":{"image":"ClassesWitch","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":7,"name":"Witch"},{"base_str":7,"base_int":15,"ascendancies":[{"id":"Stormweaver","background":{"x":1573.4397536271,"image":"ClassesStormweaver","y":-14970.27926277,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Stormweaver","internalId":"Sorceress1"},{"id":"Chronomancer","background":{"x":4651.5523934462,"image":"ClassesChronomancer","y":-14316.006223618,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Chronomancer","internalId":"Sorceress2"}],"background":{"image":"ClassesSorceress","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":7,"name":"Sorceress"},{"base_str":7,"base_int":11,"ascendancies":[{"id":"Invoker","background":{"x":12202.167028072,"image":"ClassesInvoker","y":-8814.3118666561,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Invoker","internalId":"Monk2"},{"id":"Acolyte of Chayula","background":{"x":13768.118885853,"image":"ClassesAcolyte of Chayula","y":-6084.7248260421,"width":1500,"height":1500,"section":"AscendancyBackground"},"name":"Acolyte of Chayula","internalId":"Monk3"}],"background":{"image":"ClassesMonk","active":{"height":2000,"width":2000},"section":"AscendancyBackground","width":1500,"y":0,"x":0,"height":1500,"bg":{"height":2000,"width":2000}},"base_dex":11,"name":"Monk"}],"max_y":23749.535199651,"ddsCoords":{"skills_172_172_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/MasteryBlank.dds":1},"background_1024_1024_BC7.dds.zst":{"Background2":1},"group-background_92_92_BC7.dds.zst":{"AscendancyMiddle":1},"legion_64_64_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/EternalEmpireBlank.dds":5,"Art/2DArt/SkillIcons/passives/DevotionNode.dds":4,"Art/2DArt/SkillIcons/passives/AbyssJewelNode.dds":1,"Art/2DArt/SkillIcons/passives/VaalDefensive.dds":2,"Art/2DArt/SkillIcons/passives/VaalOffensive.dds":3},"legion_564_564_BC7.dds.zst":{"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenmarakethjewelcircle2.dds":6,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreeneternalempirejewelcircle2.dds":8,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkaruijewelcircle2.dds":12,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenvaaljewelcircle2.dds":11,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkalguuranjewelcircle1.dds":10,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreeneternalempirejewelcircle1.dds":9,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkalguuranjewelcircle2.dds":4,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenmarakethjewelcircle1.dds":1,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenvaaljewelcircle1.dds":2,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkaruijewelcircle1.dds":3,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreentemplarjewelcircle1.dds":5,"art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreentemplarjewelcircle2.dds":7},"group-background_360_360_BC7.dds.zst":{"PSGroupBackground1":1,"PSGroupBackgroundSmallBlank":1},"jewel-sockets_152_156_BC7.dds.zst":{"Sapphire":7,"Time-Lost Ruby":3,"Diamond":6,"Time-Lost Emerald":2,"Emerald":4,"Time-Lost Diamond":6,"Ruby":1,"Timeless Jewel":6,"Time-Lost Sapphire":5},"ascendancy-background_1500_1500_BC7.dds.zst":{"ClassesSmith of Kitava":1,"ClassesAcolyte of Chayula":30,"ClassesStormweaver":9,"ClassesMonk":6,"ClassesChronomancer":8,"ClassesMercenary":12,"ClassesDeadeye":4,"ClassesTitan":29,"ClassesAmazon":28,"ClassesWarbringer":14,"ClassesWitch":17,"ClassesRanger":26,"ClassesHuntress":5,"ClassesInvoker":2,"ClassesInfernalist":16,"ClassesWarrior":24,"ClassesLich":3,"ClassesMarauder":27,"ClassesWitchhunter":21,"ClassesGemling Legionnaire":20,"ClassesDuelist":13,"ClassesAbyssal Lich":11,"ClassesPathfinder":22,"ClassesRitualist":23,"ClassesTactician":25,"ClassesBlood Mage":15,"ClassesSorceress":10,"ClassesShadow":7,"ClassesDruid":18,"ClassesTemplar":19},"skills_128_128_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds":1,"Art/2DArt/SkillIcons/passives/EternalYouth.dds":98,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds":2,"Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds":3,"Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds":4,"Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds":5,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds":6,"Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds":7,"Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds":8,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds":9,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds":10,"Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds":11,"Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds":12,"Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds":125,"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds":118,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds":29,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds":17,"Art/2DArt/SkillIcons/passives/finesse.dds":164,"Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds":24,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds":27,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds":31,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds":33,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds":34,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds":35,"Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds":36,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds":40,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds":43,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds":44,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds":45,"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds":49,"Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds":218,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds":41,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds":55,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds":158,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds":58,"Art/2DArt/SkillIcons/passives/ElementalResistance2.dds":231,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds":39,"Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds":61,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds":62,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds":63,"Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds":65,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds":66,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds":67,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds":73,"Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds":75,"Art/2DArt/SkillIcons/passives/Blood2.dds":173,"Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds":77,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds":38,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds":79,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds":215,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds":20,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds":92,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds":97,"Art/2DArt/SkillIcons/passives/executioner.dds":146,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds":101,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds":103,"Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds":106,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds":112,"Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds":113,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds":46,"Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds":109,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds":123,"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds":81,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds":195,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds":134,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds":137,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds":138,"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds":139,"Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds":145,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds":147,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds":151,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds":154,"Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds":114,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds":165,"Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds":289,"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds":167,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds":68,"Art/2DArt/SkillIcons/passives/Meleerange.dds":288,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds":170,"Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds":171,"Art/2DArt/SkillIcons/passives/Annihilation.dds":287,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds":286,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds":285,"Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds":284,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds":283,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds":223,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds":281,"Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds":214,"Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds":279,"Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds":278,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds":206,"Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds":276,"Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds":23,"Art/2DArt/SkillIcons/passives/frostborn.dds":275,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds":177,"Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds":178,"Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds":185,"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds":273,"Art/2DArt/SkillIcons/passives/RemnantNotable.dds":272,"Art/2DArt/SkillIcons/passives/Harrier.dds":163,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds":270,"Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds":180,"Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds":269,"Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds":268,"Art/2DArt/SkillIcons/passives/flameborn.dds":267,"Art/2DArt/SkillIcons/passives/vaalpact.dds":266,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds":120,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds":69,"Art/2DArt/SkillIcons/passives/newnewattackspeed.dds":187,"Art/2DArt/SkillIcons/passives/AuraNotable.dds":262,"Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds":184,"Art/2DArt/SkillIcons/passives/Warrior.dds":261,"Art/2DArt/SkillIcons/passives/bodysoul.dds":260,"Art/2DArt/SkillIcons/passives/legstrength.dds":259,"Art/2DArt/SkillIcons/passives/strongarm.dds":258,"Art/2DArt/SkillIcons/passives/stormborn.dds":257,"Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds":186,"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds":172,"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds":242,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds":188,"Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds":19,"Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds":111,"Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds":130,"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds":108,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds":190,"Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds":70,"Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds":105,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds":192,"Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds":26,"Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds":104,"Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds":22,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds":245,"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds":102,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds":193,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds":64,"Art/2DArt/SkillIcons/passives/CharmNotable1.dds":140,"Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds":100,"Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds":99,"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds":124,"Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds":122,"Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds":198,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds":249,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds":200,"Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds":201,"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds":96,"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds":95,"Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds":94,"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds":203,"Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds":93,"Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds":91,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds":116,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds":207,"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds":90,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds":209,"Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds":141,"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds":183,"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds":107,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds":212,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds":213,"Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds":88,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds":86,"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds":85,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds":216,"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds":84,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds":224,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds":15,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds":47,"Art/2DArt/SkillIcons/passives/Hearty.dds":76,"Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds":72,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds":80,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds":32,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds":28,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds":220,"Art/2DArt/SkillIcons/passives/totemmax.dds":234,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds":21,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds":221,"Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds":222,"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds":30,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds":54,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds":48,"Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds":13,"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds":25,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds":226,"Art/2DArt/SkillIcons/passives/Trap.dds":126,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds":196,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds":60,"Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds":128,"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds":83,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds":42,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds":37,"Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds":228,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds":157,"Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds":159,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds":229,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds":18,"Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds":14,"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds":82,"Art/2DArt/SkillIcons/passives/deepwisdom.dds":56,"Art/2DArt/SkillIcons/passives/KeystoneConduit.dds":129,"Art/2DArt/SkillIcons/passives/steelspan.dds":255,"Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds":233,"Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds":131,"Art/2DArt/SkillIcons/passives/OasisKeystone2.dds":132,"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds":133,"Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds":135,"Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds":236,"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds":136,"Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds":71,"Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds":237,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds":238,"Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds":142,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds":239,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds":240,"Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds":241,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds":51,"Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds":243,"Art/2DArt/SkillIcons/passives/HiredKiller2.dds":144,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds":74,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds":78,"Art/2DArt/SkillIcons/passives/Poison.dds":127,"Art/2DArt/SkillIcons/passives/BowDamage.dds":169,"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds":148,"Art/2DArt/SkillIcons/passives/eagleeye.dds":149,"Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds":150,"Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds":153,"Art/2DArt/SkillIcons/passives/GlancingBlows.dds":155,"Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds":250,"Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds":251,"Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds":252,"Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds":219,"Art/2DArt/SkillIcons/passives/Hunter.dds":161,"Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds":253,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds":254,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds":59,"Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds":162,"Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds":53,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds":52,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds":16,"Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds":166,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds":168,"Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds":50,"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds":174,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds":175,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds":57,"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds":87,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds":179,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds":181,"Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds":182,"Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds":89,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds":263,"Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds":264,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds":265,"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds":121,"Art/2DArt/SkillIcons/passives/icebite.dds":189,"Art/2DArt/SkillIcons/passives/MiracleMaker.dds":191,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds":194,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds":117,"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds":197,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds":199,"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds":271,"Art/2DArt/SkillIcons/passives/PressurePoints.dds":256,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds":202,"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds":248,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds":274,"Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds":110,"Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds":204,"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds":205,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds":277,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds":208,"Art/2DArt/SkillIcons/passives/lifeleech.dds":176,"Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds":210,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds":211,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds":280,"Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds":119,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds":217,"Art/2DArt/SkillIcons/passives/LethalAssault.dds":160,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds":282,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds":225,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds":227,"Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds":156,"Art/2DArt/SkillIcons/passives/Storm Weaver.dds":152,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds":230,"Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds":115,"Art/2DArt/SkillIcons/passives/heroicspirit.dds":232,"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds":235,"Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds":143,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds":244,"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds":246,"Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds":247},"group-background_152_156_BC7.dds.zst":{"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketcanallocate.dds":1,"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketnormal.dds":8,"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketactive.dds":2,"NotableFrameAllocated":3,"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketcanallocate.dds":4,"JewelFrameAllocated":7,"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketnormal.dds":6,"NotableFrameCanAllocate":11,"JewelFrameCanAllocate":9,"NotableFrameUnallocated":10,"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketactive.dds":5,"JewelFrameUnallocated":12},"monster-categories_36_36_BC7.dds.zst":{"Undead":6,"Eldritch":3,"Humanoid":2,"Demon":5,"Construct":1,"Beast":4},"group-background_220_224_BC7.dds.zst":{"KeystoneFrameUnallocated":1,"KeystoneFrameAllocated":2,"KeystoneFrameCanAllocate":3},"oils_108_108_RGBA.dds.zst":{"Greed":4,"Paranoia":3,"Envy":7,"Fear":8,"Guilt":5,"Suffering":2,"Disgust":10,"Despair":6,"Isolation":9,"Ire":1},"group-background_104_104_BC7.dds.zst":{"PSSkillFrameHighlighted":1,"PSSkillFrame":3,"PSSkillFrameActive":2},"ascendancy-background_4000_4000_BC7.dds.zst":{"BGTree":1,"BGTreeActive":2},"skills-disabled_128_128_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds":1,"Art/2DArt/SkillIcons/passives/EternalYouth.dds":98,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds":2,"Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds":3,"Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds":4,"Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds":5,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds":6,"Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds":7,"Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds":8,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds":9,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds":10,"Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds":11,"Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds":115,"Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds":21,"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds":239,"Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds":14,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds":17,"Art/2DArt/SkillIcons/passives/Harrier.dds":159,"Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds":23,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds":18,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds":30,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds":31,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds":32,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds":33,"Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds":34,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds":39,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds":43,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds":44,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds":45,"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds":50,"Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds":220,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds":41,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds":55,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds":153,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds":58,"Art/2DArt/SkillIcons/passives/ElementalResistance2.dds":236,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds":59,"Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds":61,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds":63,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds":64,"Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds":66,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds":67,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds":68,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds":74,"Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds":76,"Art/2DArt/SkillIcons/passives/Blood2.dds":224,"Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds":77,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds":78,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds":79,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds":215,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds":20,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds":92,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds":97,"Art/2DArt/SkillIcons/passives/AuraNotable.dds":189,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds":101,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds":103,"Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds":106,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds":112,"Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds":113,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds":46,"Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds":120,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds":121,"Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds":146,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds":206,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds":130,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds":133,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds":134,"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds":135,"Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds":141,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds":143,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds":147,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds":150,"Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds":114,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds":161,"Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds":289,"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds":163,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds":69,"Art/2DArt/SkillIcons/passives/Meleerange.dds":288,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds":166,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds":49,"Art/2DArt/SkillIcons/passives/Annihilation.dds":287,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds":286,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds":285,"Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds":284,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds":80,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds":282,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds":217,"Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds":280,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds":207,"Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds":278,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds":202,"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds":276,"Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds":22,"Art/2DArt/SkillIcons/passives/RemnantNotable.dds":275,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds":174,"Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds":175,"Art/2DArt/SkillIcons/passives/steelspan.dds":197,"Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds":273,"Art/2DArt/SkillIcons/passives/flameborn.dds":272,"Art/2DArt/SkillIcons/passives/vaalpact.dds":271,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds":40,"Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds":177,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds":70,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds":184,"Art/2DArt/SkillIcons/passives/Warrior.dds":267,"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds":266,"Art/2DArt/SkillIcons/passives/bodysoul.dds":265,"Art/2DArt/SkillIcons/passives/legstrength.dds":264,"Art/2DArt/SkillIcons/passives/strongarm.dds":263,"Art/2DArt/SkillIcons/passives/stormborn.dds":262,"Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds":183,"Art/2DArt/SkillIcons/passives/PressurePoints.dds":261,"Art/2DArt/SkillIcons/passives/icebite.dds":260,"Art/2DArt/SkillIcons/passives/Hearty.dds":259,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds":258,"Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds":257,"Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds":185,"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds":168,"Art/2DArt/SkillIcons/passives/newnewattackspeed.dds":186,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds":187,"Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds":19,"Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds":111,"Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds":126,"Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds":109,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds":191,"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds":108,"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds":107,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds":192,"Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds":73,"Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds":105,"Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds":13,"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds":237,"Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds":104,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds":194,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds":65,"Art/2DArt/SkillIcons/passives/CharmNotable1.dds":136,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds":48,"Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds":100,"Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds":88,"Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds":99,"Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds":198,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds":252,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds":200,"Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds":201,"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds":96,"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds":95,"Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds":94,"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds":204,"Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds":93,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds":116,"Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds":91,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds":208,"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds":181,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds":210,"Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds":221,"Art/2DArt/SkillIcons/passives/OasisKeystone2.dds":128,"Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds":89,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds":213,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds":214,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds":86,"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds":85,"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds":84,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds":216,"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds":83,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds":227,"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds":81,"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds":37,"Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds":71,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds":62,"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds":29,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds":26,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds":28,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds":223,"Art/2DArt/SkillIcons/passives/eagleeye.dds":145,"Art/2DArt/SkillIcons/passives/executioner.dds":142,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds":225,"Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds":226,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds":54,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds":27,"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds":24,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds":15,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds":195,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds":231,"Art/2DArt/SkillIcons/passives/Trap.dds":123,"Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds":118,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds":36,"Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds":253,"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds":102,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds":42,"Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds":12,"Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds":233,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds":152,"Art/2DArt/SkillIcons/passives/KeystoneConduit.dds":125,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds":234,"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds":82,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds":38,"Art/2DArt/SkillIcons/passives/deepwisdom.dds":56,"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds":129,"Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds":131,"Art/2DArt/SkillIcons/passives/frostborn.dds":251,"Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds":238,"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds":132,"Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds":137,"Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds":138,"Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds":139,"Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds":240,"Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds":25,"Art/2DArt/SkillIcons/passives/HiredKiller2.dds":140,"Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds":241,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds":47,"Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds":72,"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds":243,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds":244,"Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds":245,"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds":144,"Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds":246,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds":52,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds":75,"Art/2DArt/SkillIcons/passives/Poison.dds":124,"Art/2DArt/SkillIcons/passives/BowDamage.dds":165,"Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds":149,"Art/2DArt/SkillIcons/passives/GlancingBlows.dds":151,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds":154,"Art/2DArt/SkillIcons/passives/Hunter.dds":156,"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds":157,"Art/2DArt/SkillIcons/passives/finesse.dds":160,"Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds":254,"Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds":255,"Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds":256,"Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds":162,"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds":164,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds":60,"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds":247,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds":53,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds":16,"Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds":167,"Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds":122,"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds":169,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds":170,"Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds":51,"Art/2DArt/SkillIcons/passives/lifeleech.dds":171,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds":173,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds":176,"Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds":178,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds":57,"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds":87,"Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds":180,"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds":90,"Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds":182,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds":268,"Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds":269,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds":270,"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds":119,"Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds":188,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds":190,"Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds":193,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds":35,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds":196,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds":117,"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds":274,"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds":172,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds":199,"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds":249,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds":277,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds":203,"Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds":110,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds":205,"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds":279,"Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds":209,"Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds":179,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds":211,"Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds":212,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds":281,"Art/2DArt/SkillIcons/passives/totemmax.dds":218,"Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds":219,"Art/2DArt/SkillIcons/passives/LethalAssault.dds":155,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds":283,"Art/2DArt/SkillIcons/passives/MiracleMaker.dds":222,"Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds":127,"Art/2DArt/SkillIcons/passives/Storm Weaver.dds":148,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds":228,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds":229,"Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds":230,"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds":232,"Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds":158,"Art/2DArt/SkillIcons/passives/heroicspirit.dds":235,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds":242,"Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds":250,"Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds":248},"skills-disabled_172_172_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/MasteryBlank.dds":1},"skills-disabled_64_64_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds":1,"Art/2DArt/SkillIcons/passives/lightningstr.dds":126,"Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds":3,"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds":64,"Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds":140,"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds":4,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds":81,"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds":115,"Art/2DArt/SkillIcons/passives/manastr.dds":113,"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds":99,"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds":127,"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds":155,"Art/2DArt/SkillIcons/passives/CorpseDamage.dds":154,"Art/2DArt/SkillIcons/passives/damagedualwield.dds":153,"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds":152,"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds":151,"Art/2DArt/SkillIcons/passives/axedmgspeed.dds":150,"Art/2DArt/SkillIcons/passives/2handeddamage.dds":149,"Art/2DArt/SkillIcons/passives/plusdexterity.dds":148,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds":147,"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds":121,"Art/2DArt/SkillIcons/passives/lightningint.dds":146,"Art/2DArt/SkillIcons/passives/ArchonCold.dds":145,"Art/2DArt/SkillIcons/passives/spellcritical.dds":144,"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds":143,"Art/2DArt/SkillIcons/passives/life1.dds":123,"Art/2DArt/SkillIcons/passives/projectilespeed.dds":142,"Art/2DArt/SkillIcons/passives/blankStr.dds":141,"Art/2DArt/SkillIcons/passives/ArchonFire.dds":139,"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds":138,"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds":137,"Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds":104,"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds":136,"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds":135,"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds":17,"Art/2DArt/SkillIcons/passives/ColdResistNode.dds":134,"Art/2DArt/SkillIcons/passives/LightningResistNode.dds":133,"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds":132,"Art/2DArt/SkillIcons/passives/CharmNode1.dds":63,"Art/2DArt/SkillIcons/passives/trapsmax.dds":9,"Art/2DArt/SkillIcons/passives/accuracydex.dds":131,"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds":125,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds":130,"Art/2DArt/SkillIcons/passives/FireResistNode.dds":129,"Art/2DArt/SkillIcons/passives/attackspeedbow.dds":59,"Art/2DArt/SkillIcons/passives/damagespells.dds":122,"Art/2DArt/SkillIcons/passives/trapdamage.dds":36,"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds":19,"Art/2DArt/SkillIcons/passives/energyshield.dds":2,"Art/2DArt/SkillIcons/passives/mana.dds":74,"Art/2DArt/SkillIcons/passives/flaskstr.dds":52,"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds":46,"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds":114,"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds":111,"Art/2DArt/SkillIcons/ExplosiveGrenade.dds":112,"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds":50,"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds":49,"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds":31,"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds":109,"Art/2DArt/SkillIcons/passives/Rage.dds":108,"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds":58,"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds":45,"Art/2DArt/SkillIcons/passives/EvasionNode.dds":44,"Art/2DArt/SkillIcons/passives/plusintelligence.dds":53,"Art/2DArt/SkillIcons/passives/MarkNode.dds":42,"Art/2DArt/SkillIcons/passives/knockback.dds":118,"Art/2DArt/SkillIcons/passives/auraareaofeffect.dds":41,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds":27,"Art/2DArt/SkillIcons/passives/FireDamagenode.dds":25,"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds":61,"Art/2DArt/SkillIcons/passives/SpearsNode1.dds":40,"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds":39,"Art/2DArt/SkillIcons/passives/castspeed.dds":30,"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds":37,"Art/2DArt/SkillIcons/icongroundslam.dds":35,"Art/2DArt/SkillIcons/passives/flaskint.dds":34,"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds":124,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds":8,"Art/2DArt/SkillIcons/passives/lifepercentage.dds":60,"Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds":65,"Art/2DArt/SkillIcons/passives/manaregeneration.dds":13,"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds":24,"Art/2DArt/SkillIcons/passives/elementaldamage.dds":12,"Art/2DArt/SkillIcons/passives/onehanddamage.dds":26,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds":16,"Art/2DArt/SkillIcons/passives/Remnant.dds":7,"Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds":48,"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds":15,"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds":5,"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds":11,"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds":51,"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds":29,"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds":54,"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds":10,"Art/2DArt/SkillIcons/passives/stunstr.dds":18,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds":6,"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds":38,"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds":23,"Art/2DArt/SkillIcons/WitchBoneStorm.dds":22,"Art/2DArt/SkillIcons/passives/damagestaff.dds":28,"Art/2DArt/SkillIcons/passives/chargeint.dds":21,"Art/2DArt/SkillIcons/passives/firedamagestr.dds":67,"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds":33,"Art/2DArt/SkillIcons/passives/flaskdex.dds":66,"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds":43,"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds":68,"Art/2DArt/SkillIcons/passives/damagesword.dds":128,"Art/2DArt/SkillIcons/passives/blankDex.dds":69,"Art/2DArt/SkillIcons/passives/tempint.dds":70,"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds":71,"Art/2DArt/SkillIcons/passives/firedamage.dds":72,"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds":73,"Art/2DArt/SkillIcons/passives/areaofeffect.dds":76,"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds":32,"Art/2DArt/SkillIcons/passives/avoidchilling.dds":78,"Art/2DArt/SkillIcons/passives/stun2h.dds":79,"Art/2DArt/SkillIcons/passives/macedmg.dds":103,"Art/2DArt/SkillIcons/passives/damage.dds":75,"Art/2DArt/SkillIcons/passives/colddamage.dds":82,"Art/2DArt/SkillIcons/passives/auraeffect.dds":83,"Art/2DArt/SkillIcons/passives/minionlife.dds":91,"Art/2DArt/SkillIcons/passives/chargestr.dds":85,"Art/2DArt/SkillIcons/passives/plusstrength.dds":86,"Art/2DArt/SkillIcons/passives/damage_blue.dds":87,"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds":88,"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds":89,"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds":84,"Art/2DArt/SkillIcons/passives/fireresist.dds":92,"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds":93,"Art/2DArt/SkillIcons/passives/damageaxe.dds":94,"Art/2DArt/SkillIcons/passives/accuracystr.dds":95,"Art/2DArt/SkillIcons/passives/shieldblock.dds":96,"Art/2DArt/SkillIcons/passives/ThornsNode1.dds":97,"Art/2DArt/SkillIcons/passives/firedamageint.dds":98,"Art/2DArt/SkillIcons/passives/chargedex.dds":47,"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds":100,"Art/2DArt/SkillIcons/passives/evade.dds":101,"Art/2DArt/SkillIcons/passives/dmgreduction.dds":102,"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds":80,"Art/2DArt/SkillIcons/passives/WarCryEffect.dds":107,"Art/2DArt/SkillIcons/passives/blankInt.dds":106,"Art/2DArt/SkillIcons/passives/plusattribute.dds":105,"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds":77,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds":56,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds":20,"Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds":55,"Art/2DArt/SkillIcons/passives/ArchonLightning.dds":110,"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds":116,"Art/2DArt/SkillIcons/passives/attackspeed.dds":117,"Art/2DArt/SkillIcons/passives/blockstr.dds":119,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds":57,"Art/2DArt/SkillIcons/passives/coldresist.dds":120,"Art/2DArt/SkillIcons/passives/BucklerNode1.dds":14,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds":62,"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds":90},"skills_64_64_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds":1,"Art/2DArt/SkillIcons/passives/damagespells.dds":64,"Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds":3,"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds":60,"Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds":74,"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds":4,"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds":78,"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds":112,"Art/2DArt/SkillIcons/passives/manastr.dds":114,"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds":63,"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds":90,"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds":155,"Art/2DArt/SkillIcons/passives/CorpseDamage.dds":154,"Art/2DArt/SkillIcons/passives/damagedualwield.dds":153,"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds":152,"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds":151,"Art/2DArt/SkillIcons/passives/firedamageint.dds":150,"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds":149,"Art/2DArt/SkillIcons/passives/ArchonCold.dds":148,"Art/2DArt/SkillIcons/passives/spellcritical.dds":147,"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds":71,"Art/2DArt/SkillIcons/passives/projectilespeed.dds":146,"Art/2DArt/SkillIcons/passives/axedmgspeed.dds":145,"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds":144,"Art/2DArt/SkillIcons/passives/ArchonFire.dds":143,"Art/2DArt/SkillIcons/passives/evade.dds":103,"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds":142,"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds":141,"Art/2DArt/SkillIcons/passives/ColdResistNode.dds":140,"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds":139,"Art/2DArt/SkillIcons/passives/LightningResistNode.dds":138,"Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds":105,"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds":137,"Art/2DArt/SkillIcons/passives/accuracydex.dds":136,"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds":18,"Art/2DArt/SkillIcons/passives/stunstr.dds":135,"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds":134,"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds":133,"Art/2DArt/SkillIcons/passives/fireresist.dds":124,"Art/2DArt/SkillIcons/passives/flaskstr.dds":127,"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds":132,"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds":25,"Art/2DArt/SkillIcons/passives/FireResistNode.dds":131,"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds":130,"Art/2DArt/SkillIcons/passives/dmgreduction.dds":129,"Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds":61,"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds":122,"Art/2DArt/SkillIcons/passives/lightningint.dds":16,"Art/2DArt/SkillIcons/passives/colddamage.dds":11,"Art/2DArt/SkillIcons/passives/Rage.dds":113,"Art/2DArt/SkillIcons/passives/blockstr.dds":30,"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds":54,"Art/2DArt/SkillIcons/passives/ArchonLightning.dds":115,"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds":116,"Art/2DArt/SkillIcons/ExplosiveGrenade.dds":117,"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds":46,"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds":51,"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds":50,"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds":31,"Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds":48,"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds":20,"Art/2DArt/SkillIcons/passives/blankInt.dds":109,"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds":55,"Art/2DArt/SkillIcons/passives/MarkNode.dds":42,"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds":49,"Art/2DArt/SkillIcons/passives/knockback.dds":123,"Art/2DArt/SkillIcons/passives/auraareaofeffect.dds":41,"Art/2DArt/SkillIcons/passives/damage.dds":72,"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds":10,"Art/2DArt/SkillIcons/passives/SpearsNode1.dds":40,"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds":39,"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds":57,"Art/2DArt/SkillIcons/passives/chargeint.dds":21,"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds":37,"Art/2DArt/SkillIcons/passives/trapdamage.dds":36,"Art/2DArt/SkillIcons/icongroundslam.dds":35,"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds":128,"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds":34,"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds":24,"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds":33,"Art/2DArt/SkillIcons/passives/attackspeedbow.dds":56,"Art/2DArt/SkillIcons/passives/BucklerNode1.dds":12,"Art/2DArt/SkillIcons/passives/plusintelligence.dds":23,"Art/2DArt/SkillIcons/passives/chargestr.dds":26,"Art/2DArt/SkillIcons/passives/energyshield.dds":2,"Art/2DArt/SkillIcons/passives/EvasionNode.dds":44,"Art/2DArt/SkillIcons/passives/Remnant.dds":6,"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds":7,"Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds":52,"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds":17,"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds":9,"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds":14,"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds":32,"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds":29,"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds":19,"Art/2DArt/SkillIcons/passives/WarCryEffect.dds":22,"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds":38,"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds":5,"Art/2DArt/SkillIcons/passives/trapsmax.dds":8,"Art/2DArt/SkillIcons/passives/damagestaff.dds":28,"Art/2DArt/SkillIcons/WitchBoneStorm.dds":13,"Art/2DArt/SkillIcons/passives/tempint.dds":66,"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds":27,"Art/2DArt/SkillIcons/passives/blankDex.dds":65,"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds":43,"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds":67,"Art/2DArt/SkillIcons/passives/attackspeed.dds":125,"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds":68,"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds":70,"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds":45,"Art/2DArt/SkillIcons/passives/avoidchilling.dds":75,"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds":77,"Art/2DArt/SkillIcons/passives/elementaldamage.dds":76,"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds":79,"Art/2DArt/SkillIcons/passives/areaofeffect.dds":80,"Art/2DArt/SkillIcons/passives/stun2h.dds":81,"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds":82,"Art/2DArt/SkillIcons/passives/firedamage.dds":83,"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds":106,"Art/2DArt/SkillIcons/passives/damage_blue.dds":85,"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds":86,"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds":87,"Art/2DArt/SkillIcons/passives/damageaxe.dds":88,"Art/2DArt/SkillIcons/passives/lifepercentage.dds":89,"Art/2DArt/SkillIcons/passives/shieldblock.dds":91,"Art/2DArt/SkillIcons/passives/coldresist.dds":92,"Art/2DArt/SkillIcons/passives/FireDamagenode.dds":100,"Art/2DArt/SkillIcons/passives/plusstrength.dds":93,"Art/2DArt/SkillIcons/passives/life1.dds":94,"Art/2DArt/SkillIcons/passives/minionlife.dds":95,"Art/2DArt/SkillIcons/passives/accuracystr.dds":96,"Art/2DArt/SkillIcons/passives/plusattribute.dds":97,"Art/2DArt/SkillIcons/passives/macedmg.dds":98,"Art/2DArt/SkillIcons/passives/chargedex.dds":47,"Art/2DArt/SkillIcons/passives/plusdexterity.dds":99,"Art/2DArt/SkillIcons/passives/damagesword.dds":101,"Art/2DArt/SkillIcons/passives/auraeffect.dds":102,"Art/2DArt/SkillIcons/passives/firedamagestr.dds":104,"Art/2DArt/SkillIcons/passives/manaregeneration.dds":84,"Art/2DArt/SkillIcons/passives/flaskint.dds":107,"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds":108,"Art/2DArt/SkillIcons/passives/2handeddamage.dds":120,"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds":73,"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds":53,"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds":15,"Art/2DArt/SkillIcons/passives/lightningstr.dds":111,"Art/2DArt/SkillIcons/passives/mana.dds":69,"Art/2DArt/SkillIcons/passives/castspeed.dds":110,"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds":118,"Art/2DArt/SkillIcons/passives/onehanddamage.dds":119,"Art/2DArt/SkillIcons/passives/flaskdex.dds":62,"Art/2DArt/SkillIcons/passives/CharmNode1.dds":59,"Art/2DArt/SkillIcons/passives/ThornsNode1.dds":121,"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds":58,"Art/2DArt/SkillIcons/passives/blankStr.dds":126},"group-background_208_208_BC7.dds.zst":{"AscendancyFrameLargeAllocated":2,"AscendancyFrameLargeCanAllocate":1,"AscendancyFrameLargeNormal":3},"mastery-active-effect_776_768_BC7.dds.zst":{"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern":60,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern":31,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern":59,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern":58,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern":18,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern":57,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern":56,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern":55,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern":54,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern":53,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern":52,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern":51,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern":50,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern":49,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern":48,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern":24,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern":47,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern":46,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySwordPattern":32,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAxePattern":45,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern":44,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern":43,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern":42,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern":28,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern":7,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern":23,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern":40,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern":39,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern":38,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern":37,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern":36,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpearsPattern":2,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern":34,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern":15,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern":41,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern":5,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern":33,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern":13,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern":9,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern":35,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDualWieldPattern":14,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryResistancesAndAilmentProtectionPattern":22,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern":8,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern":11,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern":16,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStaffPattern":1,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern":12,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern":4,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern":6,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern":17,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern":19,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern":20,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern":21,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern":25,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern":3,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern":27,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern":26,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern":10,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern":30,"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern":29},"lines_1436_1436_BC7.dds.zst":{"CurvesNormal":1,"CurvesIntermediate":2,"CurvesActive":3},"legion_128_128_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/EternalYouth.dds":27,"Art/2DArt/SkillIcons/passives/SupremeEgo.dds":2,"Art/2DArt/SkillIcons/passives/VaalNotableDefensive.dds":30,"Art/2DArt/SkillIcons/passives/DivineFlesh.dds":31,"Art/2DArt/SkillIcons/passives/EternalEmpireDefensiveNotable.dds":6,"Art/2DArt/SkillIcons/passives/CorruptedDefences.dds":32,"Art/2DArt/SkillIcons/passives/SharpandBrittle.dds":29,"Art/2DArt/SkillIcons/passives/KalguuranDexKeystone.dds":39,"Art/2DArt/SkillIcons/passives/KalguuranStrKeystone.dds":38,"Art/2DArt/SkillIcons/passives/TranscendenceKeystone.dds":17,"Art/2DArt/SkillIcons/passives/KurgasAmbition.dds":16,"Art/2DArt/SkillIcons/passives/SupremeProdigy.dds":37,"Art/2DArt/SkillIcons/passives/WindDancer.dds":36,"Art/2DArt/SkillIcons/passives/VaalNotableOffensive.dds":35,"Art/2DArt/SkillIcons/passives/EternalEmpireOffensiveNotable.dds":34,"Art/2DArt/SkillIcons/passives/MiracleMaker.dds":33,"Art/2DArt/SkillIcons/passives/UlamansVision.dds":14,"Art/2DArt/SkillIcons/passives/AbyssStrNotable.dds":12,"Art/2DArt/SkillIcons/passives/KalguuranStrNotable.dds":25,"Art/2DArt/SkillIcons/passives/AbyssIntNotable.dds":11,"Art/2DArt/SkillIcons/passives/DevotionNotable.dds":8,"Art/2DArt/SkillIcons/passives/StrengthOfBlood.dds":10,"Art/2DArt/SkillIcons/passives/SupremeDecadence.dds":28,"Art/2DArt/SkillIcons/passives/InnerConviction.dds":9,"Art/2DArt/SkillIcons/passives/AbyssDexNotable.dds":13,"Art/2DArt/SkillIcons/passives/OasisKeystone.dds":24,"Art/2DArt/SkillIcons/passives/FocusedRage.dds":4,"Art/2DArt/SkillIcons/passives/PowerOfPurpose.dds":18,"Art/2DArt/SkillIcons/passives/KulemaksSovereignty.dds":19,"Art/2DArt/SkillIcons/passives/SupremeGrandstand.dds":7,"Art/2DArt/SkillIcons/passives/AmanamusDefiance.dds":20,"Art/2DArt/SkillIcons/passives/TemperedByWar.dds":5,"Art/2DArt/SkillIcons/passives/SoulTetherKeystone.dds":26,"Art/2DArt/SkillIcons/passives/KalguuranIntNotable.dds":21,"Art/2DArt/SkillIcons/passives/KalguuranDexNotable.dds":22,"Art/2DArt/SkillIcons/passives/TecrodsBrutality.dds":15,"Art/2DArt/SkillIcons/passives/KalguuranIntKeystone.dds":3,"Art/2DArt/SkillIcons/passives/GlancingBlows.dds":23,"Art/2DArt/SkillIcons/passives/TheBlindMonk.dds":1},"skills-disabled_176_176_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds":1},"group-background_740_376_BC7.dds.zst":{"PSGroupBackground3":1,"PSGroupBackgroundLargeBlank":1},"group-background_528_528_BC7.dds.zst":{"PSStartNodeBackgroundInactive":1},"skills_176_176_BC1.dds.zst":{"Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds":1},"group-background_468_468_BC7.dds.zst":{"PSGroupBackground2":1,"PSGroupBackgroundMediumBlank":1},"group-background_160_164_BC7.dds.zst":{"AscendancyFrameSmallAllocated":2,"AscendancyFrameSmallNormal":3,"AscendancyFrameSmallCanAllocate":1}},"min_x":-23185.06380285,"tree":"Default","nodes":{"51534":{"stats":["20% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":24483}],"group":441,"skill":51534,"orbitIndex":14,"name":"Critical Chance","orbit":3},"58397":{"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","skill":58397,"stats":["+25 to Dexterity"],"recipe":["Fear","Guilt","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[{"orbit":0,"id":19338},{"orbit":0,"id":31647},{"orbit":0,"id":2334}],"group":1192,"orbitIndex":0,"isNotable":true,"name":"Proficiency","orbit":0},"64352":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":44345}],"group":828,"skill":64352,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"10508":{"stats":["3% increased Attack Speed while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":5,"id":21684}],"group":111,"skill":10508,"orbitIndex":15,"name":"Shield Attack Speed","orbit":7},"21080":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-4,"id":1869}],"group":919,"skill":21080,"orbitIndex":19,"name":"Freeze Buildup","orbit":7},"12324":{"stats":["5% chance when collecting an Elemental Infusion to gain an","additional Elemental Infusion of the same type"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":24764}],"group":346,"skill":12324,"orbitIndex":7,"name":"Infusion Chance","orbit":1},"46384":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":46384,"stats":["30% increased Block chance","25% reduced Global Defences"],"recipe":["Envy","Isolation","Isolation"],"connections":[{"orbit":-5,"id":18746},{"orbit":0,"id":58138}],"group":74,"orbitIndex":24,"isNotable":true,"name":"Wide Barrier","orbit":4},"42275":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds","skill":42275,"stats":["25% chance for Slam Skills you use yourself to cause Aftershocks"],"ascendancyName":"Titan","connections":[{"orbit":5,"id":38014}],"group":48,"orbitIndex":0,"isNotable":true,"name":"Earthbreaker","orbit":0},"21468":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":6,"id":39274}],"group":519,"skill":21468,"orbitIndex":12,"name":"Life Leech","orbit":3},"47177":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47177,"stats":["+5 to any Attribute"],"isAttribute":true,"group":775,"connections":[],"orbitIndex":0,"name":"Attribute","orbit":0},"61312":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61312,"stats":["+5 to any Attribute"],"isAttribute":true,"group":818,"connections":[{"orbit":0,"id":56841}],"orbitIndex":42,"name":"Attribute","orbit":4},"54036":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":30720},{"orbit":-7,"id":15809},{"orbit":-7,"id":17501},{"orbit":0,"id":18485}],"group":531,"skill":54036,"orbitIndex":2,"name":"Minion Damage","orbit":3},"6274":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":56567}],"group":463,"skill":6274,"orbitIndex":17,"name":"Accuracy","orbit":7},"13379":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":27761}],"group":908,"skill":13379,"orbitIndex":0,"name":"Stun Threshold during Parry","orbit":0},"40691":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":7,"id":25893}],"group":645,"skill":40691,"orbitIndex":62,"name":"Energy Shield Recharge","orbit":4},"27082":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":27082,"stats":["+5 to any Attribute"],"isAttribute":true,"group":122,"connections":[{"orbit":0,"id":3446},{"orbit":0,"id":24646}],"orbitIndex":0,"name":"Attribute","orbit":0},"7777":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":7777,"stats":["10% increased Duration of Elemental Ailments on Enemies","30% increased Magnitude of Non-Damaging Ailments you inflict"],"recipe":["Fear","Paranoia","Fear"],"connections":[{"orbit":7,"id":26739},{"orbit":0,"id":42205}],"group":261,"orbitIndex":18,"isNotable":true,"name":"Breaking Point","orbit":4},"23450":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":558}],"group":571,"skill":23450,"orbitIndex":6,"name":"Fire Damage","orbit":3},"62757":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":46741}],"group":205,"skill":62757,"orbitIndex":3,"name":"Stun Buildup","orbit":2},"18831":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":7,"id":49545}],"group":938,"skill":18831,"orbitIndex":19,"name":"Block","orbit":2},"13542":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":13542,"stats":["20% of Elemental Damage taken Recouped as Life"],"recipe":["Ire","Fear","Greed"],"connections":[{"orbit":7,"id":27658},{"orbit":0,"id":44850}],"group":675,"orbitIndex":2,"isNotable":true,"name":"Loose Flesh","orbit":7},"10772":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":10772,"stats":["20% increased amount of Life Leeched","Leech Life 25% faster"],"recipe":["Disgust","Disgust","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[{"orbit":0,"id":2119}],"group":519,"orbitIndex":0,"isNotable":true,"name":"Bloodthirsty","orbit":0},"51535":{"stats":["15% increased amount of Life Leeched","Leech Life 5% slower"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":8852}],"group":89,"skill":51535,"orbitIndex":13,"name":"Life Leech and Slower Leech","orbit":2},"63021":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":23091}],"group":571,"skill":63021,"orbitIndex":14,"name":"Fire Damage","orbit":3},"6010":{"stats":["12% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":13367},{"orbit":0,"id":38969}],"group":979,"skill":6010,"orbitIndex":8,"name":"Accuracy","orbit":2},"55491":{"icon":"Art/2DArt/SkillIcons/passives/MasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":351,"skill":55491,"orbitIndex":7,"name":"Reservation Mastery","orbit":1},"41886":{"stats":["5% increased Chaos Damage","+3% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds","connections":[{"orbit":7,"id":9663}],"group":1230,"skill":41886,"orbitIndex":14,"name":"Chaos Damage and Resistance","orbit":2},"50469":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":50469,"stats":["+5 to any Attribute"],"isAttribute":true,"group":936,"connections":[{"orbit":0,"id":32701}],"orbitIndex":0,"name":"Attribute","orbit":0},"12751":{"stats":["10% increased Critical Hit Chance with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[],"group":395,"skill":12751,"orbitIndex":15,"name":"One Handed Critical Chance","orbit":2},"9050":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-4,"id":24958},{"orbit":-6,"id":37691}],"group":1049,"skill":9050,"orbitIndex":36,"name":"Attack Speed","orbit":6},"25438":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds","skill":25438,"orbitIndex":0,"stats":["Body Armour grants Unaffected by Ignite"],"ascendancyName":"Smith of Kitava","connections":[],"group":33,"applyToArmour":true,"isNotable":true,"name":"Heatproofing","orbit":0},"440":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-5,"id":6133}],"group":71,"skill":440,"orbitIndex":0,"name":"Shield Defences","orbit":0},"3866":{"stats":["Minions have 12% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":32258},{"orbit":0,"id":14505}],"group":378,"skill":3866,"orbitIndex":5,"name":"Minion Life","orbit":7},"15427":{"stats":["12% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":57379}],"group":58,"skill":15427,"orbitIndex":19,"name":"Melee Damage","orbit":3},"42802":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":1251,"skill":42802,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"36333":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":36333,"stats":["Empowered Attacks deal 20% increased Damage","Enemies you kill with Empowered Attacks have a 10% chance to Explode, dealing a tenth of their maximum Life as Fire Damage"],"recipe":["Paranoia","Suffering","Despair"],"connections":[{"orbit":0,"id":62360},{"orbit":0,"id":49259}],"group":130,"orbitIndex":22,"isNotable":true,"name":"Explosive Empowerment","orbit":3},"50609":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds","skill":50609,"stats":["40% increased Flask Life Recovery rate","Regenerate 0.75% of maximum Life per second"],"connections":[{"orbit":0,"id":11916}],"group":653,"orbitIndex":18,"isNotable":true,"name":"Hard to Kill","orbit":3},"49550":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":49550,"stats":["Inherent loss of Rage is 25% slower"],"recipe":["Ire","Greed","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern","connections":[],"group":431,"orbitIndex":12,"isNotable":true,"name":"Prolonged Fury","orbit":7},"49938":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49938,"stats":["+5 to any Attribute"],"isAttribute":true,"group":268,"connections":[{"orbit":0,"id":26196},{"orbit":0,"id":28002},{"orbit":0,"id":51795}],"orbitIndex":0,"name":"Attribute","orbit":0},"51788":{"stats":["10% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":-2,"id":5066}],"group":525,"skill":51788,"orbitIndex":4,"name":"Curse Effect on you","orbit":2},"64474":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[],"group":980,"skill":64474,"orbitIndex":15,"name":"Energy Shield Delay","orbit":2},"22927":{"stats":["30% increased Evasion from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":20582}],"group":1207,"skill":22927,"orbitIndex":24,"name":"Shield Evasion","orbit":6},"15590":{"stats":["Detonator skills have 8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":26356}],"group":540,"skill":15590,"orbitIndex":17,"name":"Detonator Area","orbit":7},"59064":{"stats":["10% increased Effect of your Mark Skills"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[],"group":1155,"skill":59064,"orbitIndex":21,"name":"Mark Effect","orbit":3},"21077":{"stats":["15% increased Cooldown Recovery Rate for Grenade Skills"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":354}],"group":587,"skill":21077,"orbitIndex":12,"name":"Grenade Cooldown Recovery Rate","orbit":3},"11230":{"icon":"Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds","skill":11230,"isKeystone":true,"stats":["Invocation Skills instead Trigger Spells every 2 seconds","Invocation Skills cannot gain Energy while Triggering Spells","Invoked Spells consume 50% less Energy"],"group":754,"connections":[{"orbit":0,"id":17672}],"orbitIndex":0,"name":"Ritual Cadence","orbit":0},"2361":{"stats":["20% increased Knockback Distance","20% increased Stun Buildup with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":34316}],"group":1263,"skill":2361,"orbitIndex":4,"name":"Quarterstaff Stun and Knockback","orbit":5},"19359":{"stats":["5% increased Chaos Damage","+3% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds","connections":[{"orbit":4,"id":35095},{"orbit":0,"id":52245}],"group":1230,"skill":19359,"orbitIndex":2,"name":"Chaos Damage and Resistance","orbit":3},"45193":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":4083}],"group":953,"skill":45193,"orbitIndex":17,"name":"Poison Damage","orbit":2},"32309":{"stats":["15% increased Archon Buff duration"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":2,"id":59070}],"group":432,"skill":32309,"orbitIndex":16,"name":"Archon Duration","orbit":3},"4544":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds","skill":4544,"stats":["40% reduced Poison Duration on you","Life Flasks gain 0.1 charges per Second","+10 to Intelligence"],"recipe":["Greed","Guilt","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":992,"orbitIndex":8,"isNotable":true,"name":"The Ancient Serpent","orbit":7},"1801":{"stats":["5% chance to Blind Enemies on Hit"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":3,"id":60}],"group":1202,"skill":1801,"orbitIndex":5,"name":"Blind Chance","orbit":7},"63813":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":1169}],"group":225,"skill":63813,"orbitIndex":20,"name":"Warcry Speed","orbit":7},"7847":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds","skill":7847,"stats":["40% increased Endurance, Frenzy and Power Charge Duration","+10 to Dexterity","Skills have 10% chance to not remove Charges but still count as consuming them"],"recipe":["Despair","Paranoia","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":1236,"orbitIndex":0,"isNotable":true,"name":"The Fabled Stag","orbit":0},"38707":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38707,"stats":["+5 to any Attribute"],"isAttribute":true,"group":156,"connections":[{"orbit":0,"id":49734},{"orbit":0,"id":28564}],"orbitIndex":0,"name":"Attribute","orbit":0},"34487":{"icon":"Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":417,"skill":34487,"orbitIndex":0,"name":"Totem Mastery","orbit":0},"6505":{"stats":["15% chance to Pierce an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":55060}],"group":676,"skill":6505,"orbitIndex":4,"name":"Pierce Chance","orbit":3},"35015":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":6655}],"group":544,"skill":35015,"orbitIndex":0,"name":"Bleeding Damage","orbit":0},"36070":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":14045}],"group":927,"skill":36070,"orbitIndex":45,"name":"Attack Area","orbit":4},"15885":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":15885,"stats":["+5 to any Attribute"],"isAttribute":true,"group":548,"connections":[{"orbit":3,"id":12367},{"orbit":0,"id":22783},{"orbit":0,"id":11679},{"orbit":0,"id":42680}],"orbitIndex":0,"name":"Attribute","orbit":0},"18568":{"stats":["+5% to Cold Resistance","10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":-5,"id":46887}],"group":1046,"skill":18568,"orbitIndex":1,"name":"Mana Leech and Cold Resistance","orbit":2},"32763":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":32763,"stats":[],"group":1276,"connections":[],"orbitIndex":6,"name":"Jewel Socket","orbit":1},"41096":{"stats":["10% increased chance to Shock","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":35901},{"orbit":5,"id":31345}],"group":1022,"skill":41096,"orbitIndex":36,"name":"Elemental Damage and Shock Chance","orbit":5},"6988":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryChannelling.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":1255,"skill":6988,"orbitIndex":10,"name":"Herald Mastery","orbit":2},"16784":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":31650}],"group":247,"skill":16784,"orbitIndex":68,"name":"Totem Life","orbit":5},"54562":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds","connections":[{"orbit":0,"id":2745}],"group":1132,"skill":54562,"orbitIndex":10,"name":"Critical Chance","orbit":2},"47831":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":8734},{"orbit":0,"id":49996}],"group":1185,"skill":47831,"orbitIndex":18,"name":"Deflection","orbit":2},"25363":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":44098},{"orbit":0,"id":1823},{"orbit":0,"id":34531}],"group":514,"skill":25363,"orbitIndex":20,"name":"Stun and Ailment Threshold from Energy Shield","orbit":7},"42805":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-5,"id":26034}],"group":1134,"skill":42805,"orbitIndex":6,"name":"Evasion and Energy Shield","orbit":7},"60913":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds","skill":60913,"orbitIndex":0,"stats":["Body Armour grants 15% increased maximum Life"],"ascendancyName":"Smith of Kitava","connections":[],"group":36,"applyToArmour":true,"isNotable":true,"name":"Kitavan Engraving","orbit":0},"44527":{"icon":"Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds","options":{"Huntress":{"stats":["25% increased Elemental Ailment Threshold","25% increased Stun Threshold while on Full Life"],"icon":"Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds","name":"Attuned with Nature","id":55535}},"skill":44527,"stats":["15% increased Flask Effect Duration","15% increased Flask Charges gained"],"isSwitchable":true,"connections":[{"orbit":0,"id":44875}],"group":818,"orbitIndex":2,"isNotable":true,"name":"Cautious Concoctions","orbit":2},"53108":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds","skill":53108,"stats":["Attribute Requirements of Gems can be satisified by your highest Attribute"],"ascendancyName":"Gemling Legionnaire","connections":[{"orbit":0,"id":36822}],"group":421,"orbitIndex":0,"isNotable":true,"name":"Adaptive Capability","orbit":0},"23455":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":49740},{"orbit":0,"id":55847}],"group":893,"skill":23455,"orbitIndex":0,"name":"Cold Damage","orbit":0},"30252":{"stats":["Charms applied to you have 10% increased Effect"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":4,"id":20049},{"orbit":-4,"id":48135}],"group":850,"skill":30252,"orbitIndex":18,"name":"Charm Effect","orbit":7},"25239":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds","skill":25239,"stats":["Grants Skill: Demon Form"],"ascendancyName":"Infernalist","connections":[{"orbit":-3,"id":63894}],"group":611,"orbitIndex":66,"isNotable":true,"name":"Demonic Possession","orbit":8},"21935":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":21935,"stats":["30% increased maximum Energy Shield","4% increased maximum Mana"],"recipe":["Suffering","Isolation","Despair"],"connections":[{"orbit":0,"id":18240}],"group":277,"orbitIndex":23,"isNotable":true,"name":"Calibration","orbit":3},"13279":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":13279,"stats":["+5 to any Attribute"],"isAttribute":true,"group":490,"connections":[{"orbit":0,"id":2864}],"orbitIndex":0,"name":"Attribute","orbit":0},"55621":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-3,"id":38537}],"group":1285,"skill":55621,"orbitIndex":16,"name":"Critical Chance","orbit":7},"30979":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30979,"stats":["+5 to any Attribute"],"isAttribute":true,"group":457,"connections":[{"orbit":0,"id":46358},{"orbit":0,"id":44733}],"orbitIndex":0,"name":"Attribute","orbit":0},"8554":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":8554,"stats":["25% increased Fire Damage","15% increased Ignite Duration on Enemies"],"recipe":["Greed","Isolation","Greed"],"connections":[{"orbit":0,"id":47191}],"group":192,"orbitIndex":54,"isNotable":true,"name":"Burning Nature","orbit":4},"53647":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[],"group":562,"skill":53647,"orbitIndex":12,"name":"Armour and Evasion","orbit":3},"37389":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":37644},{"orbit":0,"id":28061}],"group":956,"skill":37389,"orbitIndex":2,"name":"Attack Damage","orbit":2},"34612":{"stats":["12% increased Damage with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":60764}],"group":1261,"skill":34612,"orbitIndex":16,"name":"Bow Damage","orbit":5},"7979":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds","skill":7979,"stats":["When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges","When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges","When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges","Grants Skill: Elemental Surge"],"ascendancyName":"Amazon","connections":[{"orbit":0,"id":19233}],"group":1343,"orbitIndex":0,"isNotable":true,"name":"Elemental Surge","orbit":0},"65009":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":65009,"stats":["+5 to any Attribute"],"isAttribute":true,"group":922,"connections":[{"orbit":0,"id":29517},{"orbit":7,"id":31855},{"orbit":0,"id":61373}],"orbitIndex":30,"name":"Attribute","orbit":6},"1995":{"stats":["20% increased chance to inflict Ailments with Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[],"group":968,"skill":1995,"orbitIndex":0,"name":"Projectile Ailment Chance","orbit":0},"36071":{"icon":"Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpearsPattern","connections":[],"group":1196,"skill":36071,"orbitIndex":12,"name":"Spear Mastery","orbit":5},"25503":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":27068},{"orbit":0,"id":45632}],"group":215,"skill":25503,"orbitIndex":16,"name":"Mana Regeneration","orbit":7},"57204":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":57204,"stats":["25% increased Critical Hit Chance"],"recipe":["Envy","Paranoia","Ire"],"connections":[{"orbit":0,"id":47833}],"group":766,"orbitIndex":13,"isNotable":true,"name":"Critical Exploit","orbit":2},"49804":{"stats":["10% increased Exposure Effect"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":24035}],"group":727,"skill":49804,"orbitIndex":22,"name":"Exposure Effect","orbit":2},"51522":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-7,"id":56493}],"group":989,"skill":51522,"orbitIndex":22,"name":"Attack Speed","orbit":2},"11525":{"stats":["8% increased Flammability Magnitude","8% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":64724}],"group":92,"skill":11525,"orbitIndex":11,"name":"Flammability and Ignite Magnitude","orbit":2},"9710":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds","skill":9710,"stats":["Grants Skill: Bleeding Concoction"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1313,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Bleeding Concoction","orbit":0},"13341":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":63255},{"orbit":0,"id":56841},{"orbit":0,"id":18451}],"group":834,"skill":13341,"orbitIndex":4,"name":"Frenzy Charge Duration","orbit":2},"14272":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern","connections":[],"group":1003,"skill":14272,"orbitIndex":7,"name":"Spell Suppression Mastery","orbit":2},"10602":{"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","skill":10602,"stats":["8% increased Attack Speed with One Handed Weapons","+15 to Dexterity"],"recipe":["Despair","Ire","Envy"],"connections":[{"orbit":0,"id":8629}],"group":311,"orbitIndex":9,"isNotable":true,"name":"Reaving","orbit":4},"5188":{"stats":["8% increased Energy Shield Recharge Rate","8% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds","connections":[{"orbit":0,"id":27671},{"orbit":0,"id":38668}],"group":1053,"skill":5188,"orbitIndex":19,"name":"Energy Shield Recharge and Delay","orbit":7},"41875":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds","skill":41875,"stats":["Projectiles deal 20% more Hit damage to targets in the first 3.5 metres of their movement, scaling down with distance travelled to reach 0% after 7 metres"],"isMultipleChoiceOption":true,"ascendancyName":"Deadeye","group":1306,"connections":[{"orbit":0,"id":42416}],"orbitIndex":0,"name":"Point Blank","orbit":0},"42680":{"icon":"Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds","skill":42680,"isKeystone":true,"stats":["Fire Spells Convert 100% of Fire Damage to Chaos Damage","Chaos Damage from Fire Spells Contributes to Flammability and Ignite Magnitudes","Ignite inflicted with Fire Spells deals Chaos Damage instead of Fire Damage"],"group":560,"connections":[],"orbitIndex":0,"name":"Blackflame Covenant","orbit":0},"10571":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":48240}],"group":369,"skill":10571,"orbitIndex":17,"name":"Stun Threshold","orbit":3},"36723":{"stats":["15% increased Stun Buildup","15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","connections":[{"orbit":0,"id":3700}],"group":1093,"skill":36723,"orbitIndex":0,"name":"Stun and Freeze Buildup","orbit":2},"22928":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":22928,"stats":["+5 to any Attribute"],"isAttribute":true,"group":418,"connections":[{"orbit":0,"id":27373}],"orbitIndex":69,"name":"Attribute","orbit":5},"38972":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":38972,"stats":["Minions Revive 25% faster"],"recipe":["Despair","Fear","Disgust"],"connections":[{"orbit":0,"id":34552},{"orbit":0,"id":8357}],"group":379,"orbitIndex":8,"isNotable":true,"name":"Restless Dead","orbit":3},"38057":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[],"group":654,"skill":38057,"orbitIndex":58,"name":"Armour and Evasion","orbit":5},"11463":{"stats":["25% reduced Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraareaofeffect.dds","connections":[],"group":1183,"skill":11463,"orbitIndex":1,"name":"Presence Area","orbit":2},"45319":{"stats":["8% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":55041},{"orbit":0,"id":26135},{"orbit":0,"id":3251}],"group":1013,"skill":45319,"orbitIndex":16,"name":"Spell Damage","orbit":3},"32564":{"stats":["1% increased Movement Speed","4% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":37519},{"orbit":0,"id":39207}],"group":509,"skill":32564,"orbitIndex":0,"name":"Movement Speed and Slow Effect on You","orbit":0},"32891":{"stats":["8% increased Evasion Rating","Gain Deflection Rating equal to 3% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-2,"id":331},{"orbit":-7,"id":22329}],"group":1079,"skill":32891,"orbitIndex":7,"name":"Deflection and Evasion","orbit":7},"58789":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":13307}],"group":481,"skill":58789,"orbitIndex":20,"name":"Stun and Ailment Threshold from Energy Shield","orbit":4},"33946":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":34074},{"orbit":0,"id":57227}],"group":869,"skill":33946,"orbitIndex":9,"name":"Attack Critical Chance","orbit":7},"57608":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":37509}],"group":127,"skill":57608,"orbitIndex":0,"name":"Shapeshifting","orbit":0},"13411":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":13411,"stats":["+5 to any Attribute"],"isAttribute":true,"group":868,"connections":[{"orbit":7,"id":34136}],"orbitIndex":42,"name":"Attribute","orbit":5},"59053":{"stats":["Debuffs you inflict have 4% increased Slow Magnitude","20% increased Hinder Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-7,"id":54805}],"group":907,"skill":59053,"orbitIndex":8,"name":"Slow Effect and Hinder Duration","orbit":3},"52454":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":3,"id":46604}],"group":500,"skill":52454,"orbitIndex":21,"name":"Chaos Damage","orbit":3},"12488":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":12488,"stats":["Remnants can be collected from 30% further away"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":49189}],"orbitIndex":8,"name":"Remnant Range","orbit":9},"30780":{"stats":["4% increased Area of Effect of Ancestrally Boosted Attacks","Ancestrally Boosted Attacks deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-2,"id":17112},{"orbit":-2,"id":5410}],"group":80,"skill":30780,"orbitIndex":15,"name":"Ancestral Boosted Area and Damage","orbit":2},"53373":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":39517},{"orbit":0,"id":36629}],"group":459,"skill":53373,"orbitIndex":45,"name":"Stun Threshold","orbit":4},"47833":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":766,"skill":47833,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"24511":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":49696}],"group":647,"skill":24511,"orbitIndex":6,"name":"All Attributes","orbit":7},"46499":{"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","skill":46499,"stats":["Recover 3% of maximum Life for each Endurance Charge consumed","+1 to Maximum Endurance Charges"],"recipe":["Suffering","Ire","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":138,"orbitIndex":0,"isNotable":true,"name":"Guts","orbit":0},"49150":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":49150,"stats":["Invocated Spells have 40% increased Critical Hit Chance"],"recipe":["Envy","Ire","Isolation"],"connections":[{"orbit":0,"id":36759}],"group":998,"orbitIndex":7,"isNotable":true,"name":"Precise Invocations","orbit":3},"18895":{"stats":["Gain additional Stun Threshold equal to 12% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":3,"id":12661}],"group":824,"skill":18895,"orbitIndex":6,"name":"Stun Threshold from Energy Shield","orbit":1},"5101":{"stats":["8% increased Energy Shield Recharge Rate","Minions Revive 3% faster"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":-5,"id":35558},{"orbit":0,"id":46358}],"group":484,"skill":5101,"orbitIndex":0,"name":"Minion Revive Speed and Energy Shield Recharge","orbit":0},"38570":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":38570,"stats":["Gain 4% of Damage as Extra Fire Damage for","every different Grenade fired in the past 8 seconds"],"recipe":["Ire","Suffering","Envy"],"connections":[{"orbit":2,"id":53895},{"orbit":0,"id":27992}],"group":502,"orbitIndex":10,"isNotable":true,"name":"Demolitionist","orbit":7},"44917":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":44917,"stats":["Gain additional Stun Threshold equal to 20% of maximum Energy Shield","20% increased Stun Threshold while on Full Life"],"recipe":["Ire","Envy","Envy"],"connections":[{"orbit":0,"id":34984}],"group":824,"orbitIndex":0,"isNotable":true,"name":"Self Mortification","orbit":7},"31647":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":23305}],"group":1192,"skill":31647,"orbitIndex":12,"name":"Dexterity","orbit":3},"40292":{"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","skill":40292,"stats":["10% increased Attack Damage","Gain Accuracy Rating equal to your Strength"],"recipe":["Greed","Despair","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":226,"orbitIndex":2,"isNotable":true,"name":"Nimble Strength","orbit":1},"22851":{"stats":["8% increased Cold Damage","8% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","connections":[{"orbit":2147483647,"id":50268}],"group":997,"skill":22851,"orbitIndex":0,"name":"Cold and Lightning Damage","orbit":2},"10998":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":10998,"stats":["Gain Stun Threshold equal to the lowest of Evasion and Armour on your Helmet"],"recipe":["Paranoia","Ire","Guilt"],"connections":[{"orbit":0,"id":21438},{"orbit":0,"id":62235}],"group":759,"orbitIndex":30,"isNotable":true,"name":"Strong Chin","orbit":4},"25304":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-2,"id":61056}],"group":1052,"skill":25304,"orbitIndex":5,"name":"Energy","orbit":7},"6839":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":39581}],"group":503,"skill":6839,"orbitIndex":14,"name":"Stun Buildup","orbit":7},"53901":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":7,"id":34375}],"group":356,"skill":53901,"orbitIndex":12,"name":"Shield Block","orbit":3},"39237":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":1128,"skill":39237,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"35809":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":35809,"stats":["Regenerate 1% of maximum Life per Second if you've used a Life Flask in the past 10 seconds"],"recipe":["Disgust","Envy","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":1027,"orbitIndex":6,"isNotable":true,"name":"Reinvigoration","orbit":1},"43736":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","options":{"Witch":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","name":"Mana Regeneration","id":38659}},"skill":43736,"stats":["15% faster start of Energy Shield Recharge"],"isSwitchable":true,"group":661,"connections":[{"orbit":4,"id":29695}],"orbitIndex":3,"name":"Energy Shield Delay","orbit":2},"32233":{"icon":"Art/2DArt/SkillIcons/passives/MasteryDuration.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[],"group":674,"skill":32233,"orbitIndex":21,"name":"Duration Mastery","orbit":2},"27674":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":44082}],"group":388,"skill":27674,"orbitIndex":10,"name":"Energy Shield Recharge","orbit":2},"13675":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds","skill":13675,"stats":["The most Damaging Poison on Enemies you Kill is Spread to other Enemies within 1.5 metres"],"ascendancyName":"Pathfinder","connections":[{"orbit":0,"id":61804}],"group":1310,"orbitIndex":36,"isNotable":true,"name":"Contagious Contamination","orbit":8},"27740":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":35792}],"group":214,"skill":27740,"orbitIndex":6,"name":"Rage on Hit","orbit":2},"33823":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":946,"skill":33823,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"52191":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":52191,"stats":["53% increased Chaos Damage","Lose 3% of maximum Life and Energy Shield when you use a Chaos Skill"],"recipe":["Despair","Isolation","Guilt"],"connections":[{"orbit":-7,"id":57724}],"group":1067,"orbitIndex":0,"isNotable":true,"name":"Event Horizon","orbit":0},"6872":{"stats":["+15% of Armour also applies to Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/coldresist.dds","connections":[{"orbit":0,"id":33939}],"group":97,"skill":6872,"orbitIndex":4,"name":"Armour Applies to Cold Damage Hits","orbit":4},"41225":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":774,"skill":41225,"orbitIndex":0,"name":"Minion Defence Mastery","orbit":0},"62496":{"stats":["10% increased Trap Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":34912}],"group":1221,"skill":62496,"orbitIndex":48,"name":"Trap Damage","orbit":6},"48889":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":28038},{"orbit":0,"id":56488}],"group":792,"skill":48889,"orbitIndex":8,"name":"Deflection","orbit":7},"14761":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":14761,"stats":["Allies in your Presence deal 40% increased Damage","40% increased Presence Area of Effect"],"recipe":["Fear","Fear","Paranoia"],"connections":[{"orbit":0,"id":45215},{"orbit":0,"id":57775}],"group":332,"orbitIndex":6,"isNotable":true,"name":"Warlord Leader","orbit":2},"20350":{"stats":["20% increased Damage against Enemies with Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":4948},{"orbit":0,"id":47006},{"orbit":0,"id":28304}],"group":296,"skill":20350,"orbitIndex":10,"name":"Armour Break","orbit":3},"29458":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[],"group":1284,"skill":29458,"orbitIndex":14,"name":"Poison Damage","orbit":7},"3203":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-4,"id":30562}],"group":944,"skill":3203,"orbitIndex":14,"name":"Evasion and Energy Shield","orbit":7},"20416":{"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","skill":20416,"stats":["10% chance when you gain an Endurance Charge to gain an additional Endurance Charge","+1 to Maximum Endurance Charges"],"recipe":["Suffering","Disgust","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":492,"orbitIndex":0,"isNotable":true,"name":"Grit","orbit":0},"4527":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4527,"stats":["+5 to any Attribute"],"isAttribute":true,"group":168,"connections":[{"orbit":0,"id":54701}],"orbitIndex":0,"name":"Attribute","orbit":0},"41877":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41877,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1107,"connections":[{"orbit":0,"id":53958},{"orbit":0,"id":64601}],"orbitIndex":0,"name":"Attribute","orbit":0},"29788":{"stats":["12% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":-2,"id":46060}],"group":437,"skill":29788,"orbitIndex":4,"name":"Life Leech","orbit":7},"61703":{"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","skill":61703,"stats":["25% increased Attack Damage"],"recipe":["Ire","Greed","Greed"],"connections":[],"group":153,"orbitIndex":0,"isNotable":true,"name":"Sharpened Claw","orbit":0},"41753":{"icon":"Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds","skill":41753,"stats":["35% increased Critical Hit Chance if you've Triggered a Skill Recently","Meta Skills gain 25% increased Energy if you've dealt a Critical Hit Recently"],"recipe":["Paranoia","Envy","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":1240,"orbitIndex":0,"isNotable":true,"name":"Evocational Practitioner","orbit":0},"14001":{"stats":["6% reduced Charm Charges used"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-3,"id":56893}],"group":1080,"skill":14001,"orbitIndex":22,"name":"Charm Charges Used","orbit":2},"52180":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":52180,"stats":["Prevent +6% of Damage from Deflected Hits"],"recipe":["Suffering","Despair","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1274,"orbitIndex":9,"isNotable":true,"name":"Trained Deflection","orbit":1},"47555":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47555,"stats":["+5 to any Attribute"],"isAttribute":true,"group":533,"connections":[{"orbit":0,"id":51184},{"orbit":0,"id":18407},{"orbit":0,"id":39886}],"orbitIndex":22,"name":"Attribute","orbit":6},"42017":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":42017,"stats":["25% reduced Spirit"],"ascendancyName":"Ritualist","group":1360,"connections":[],"orbitIndex":0,"name":"Reduced Spirit","orbit":0},"45585":{"stats":["20% increased Armour while Surrounded","20% increased Evasion Rating while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":55617},{"orbit":5,"id":37258}],"group":360,"skill":45585,"orbitIndex":23,"name":"Armour and Evasion while Surrounded","orbit":3},"61438":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61438,"stats":["+5 to any Attribute"],"isAttribute":true,"group":613,"connections":[{"orbit":0,"id":28510}],"orbitIndex":62,"name":"Attribute","orbit":6},"17903":{"stats":["16% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":-7,"id":40117}],"group":200,"skill":17903,"orbitIndex":8,"name":"Thorns","orbit":7},"37780":{"stats":["10% Chance to build an additional Combo on Hit"],"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","connections":[{"orbit":0,"id":7888}],"group":1245,"skill":37780,"orbitIndex":1,"name":"Combo Gain","orbit":3},"24570":{"stats":["Enemies Blinded by you have 15% reduced Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":28441}],"group":1062,"skill":24570,"orbitIndex":19,"name":"Blinded Enemies Critical","orbit":2},"28268":{"stats":["15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":36630},{"orbit":0,"id":20837}],"group":873,"skill":28268,"orbitIndex":6,"name":"Bleeding Damage","orbit":1},"55888":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":18746},{"orbit":0,"id":49256},{"orbit":0,"id":440}],"group":73,"skill":55888,"orbitIndex":0,"name":"Armour and Energy Shield","orbit":0},"38044":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":-4,"id":37695}],"group":990,"skill":38044,"orbitIndex":4,"name":"Evasion","orbit":7},"32637":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds","skill":32637,"stats":["Defend with 200% of Armour","Enemies have an Accuracy Penalty against you based on Distance","Maximum Chance to Evade is 50%","Maximum Physical Damage Reduction is 50%"],"ascendancyName":"Tactician","connections":[],"group":291,"orbitIndex":0,"isNotable":true,"name":"Stay Light, Use Cover","orbit":0},"12255":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":989},{"orbit":0,"id":27740}],"group":214,"skill":12255,"orbitIndex":0,"name":"Life Flasks","orbit":2},"18167":{"stats":["Invocated Spells have 15% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-2,"id":49150}],"group":998,"skill":18167,"orbitIndex":10,"name":"Invocation Critical Hits","orbit":2},"59720":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":59720,"stats":["100% increased Evasion Rating from Equipped Body Armour"],"recipe":["Greed","Disgust","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":0,"id":41163}],"group":1226,"orbitIndex":42,"isNotable":true,"name":"Beastial Skin","orbit":5},"2113":{"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","skill":2113,"stats":["25% increased Accuracy Rating with Quarterstaves","25% increased Critical Damage Bonus with Quarterstaves","+25 to Dexterity"],"recipe":["Isolation","Ire","Fear"],"connections":[{"orbit":0,"id":326},{"orbit":0,"id":59694}],"group":1263,"orbitIndex":13,"isNotable":true,"name":"Martial Artistry","orbit":3},"6686":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","options":{"Witch":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","name":"Minion Life","id":29472}},"skill":6686,"stats":["10% increased Mana Regeneration Rate"],"isSwitchable":true,"group":609,"connections":[{"orbit":-4,"id":51184}],"orbitIndex":1,"name":"Mana Regeneration","orbit":2},"64345":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":49968},{"orbit":0,"id":63679}],"group":991,"skill":64345,"orbitIndex":16,"name":"Attack Damage","orbit":2},"15855":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":37963}],"group":443,"skill":15855,"orbitIndex":41,"name":"Sword Damage","orbit":5},"35671":{"stats":["2% increased Attack Speed","+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":3,"id":31172}],"group":1121,"skill":35671,"orbitIndex":57,"name":"Attack Speed and Dexterity","orbit":4},"22057":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":2,"id":30143},{"orbit":4,"id":36808}],"group":1019,"skill":22057,"orbitIndex":21,"name":"Shield Defences","orbit":7},"17112":{"stats":["10% increased Stun Buildup","Ancestrally Boosted Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-7,"id":64900},{"orbit":2,"id":4331}],"group":80,"skill":17112,"orbitIndex":19,"name":"Ancestral Boosted Attack Damage and Stun","orbit":2},"48611":{"stats":["Minions have +8% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds","connections":[{"orbit":0,"id":4271},{"orbit":0,"id":46554}],"group":774,"skill":48611,"orbitIndex":0,"name":"Minion Resistances","orbit":2},"61429":{"stats":["8% increased Spell Damage","8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds","connections":[{"orbit":3,"id":44902}],"group":155,"skill":61429,"orbitIndex":20,"name":"Attack and Spell Damage","orbit":7},"25303":{"stats":["Minions have +3% to Maximum Fire Resistances","Minions have +20% to Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireResistNode.dds","connections":[],"group":452,"skill":25303,"orbitIndex":0,"name":"Minion Fire Resistance","orbit":0},"917":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":65160}],"group":99,"skill":917,"orbitIndex":10,"name":"Stun Threshold","orbit":3},"49280":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":3,"id":36170}],"group":552,"skill":49280,"orbitIndex":7,"name":"Armour and Evasion","orbit":7},"52445":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern","connections":[],"group":1133,"skill":52445,"orbitIndex":0,"name":"Evasion and Energy Shield Mastery","orbit":0},"42280":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":21205}],"group":647,"skill":42280,"orbitIndex":22,"name":"All Attributes","orbit":7},"16150":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":16150,"stats":["Increases and Reductions to Companion Damage also apply to you"],"recipe":["Ire","Suffering","Despair"],"connections":[{"orbit":0,"id":37971}],"group":1289,"orbitIndex":0,"isNotable":true,"name":"Inspiring Ally","orbit":0},"62230":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":62230,"stats":["60% increased maximum Energy Shield","20% slower start of Energy Shield Recharge"],"recipe":["Suffering","Isolation","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[{"orbit":0,"id":19355}],"group":835,"orbitIndex":0,"isNotable":true,"name":"Patient Barrier","orbit":6},"26682":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","connections":[{"orbit":0,"id":46819},{"orbit":-3,"id":56640}],"group":585,"skill":26682,"orbitIndex":6,"name":"Spell Critical Damage","orbit":7},"3781":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds","skill":3781,"stats":["Grants Unravelling"],"ascendancyName":"Acolyte of Chayula","connections":[],"group":1331,"orbitIndex":136,"isNotable":true,"name":"Unravelling","orbit":9},"30390":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":3,"id":33978}],"group":365,"skill":30390,"orbitIndex":18,"name":"Block","orbit":3},"58125":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":5,"id":10681}],"group":74,"skill":58125,"orbitIndex":60,"name":"Shield Defences","orbit":4},"35408":{"stats":["40% increased Energy Shield from Equipped Focus"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":4,"id":36474},{"orbit":0,"id":7960}],"group":338,"skill":35408,"orbitIndex":12,"name":"Focus Energy Shield","orbit":2},"16705":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16705,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1049,"connections":[{"orbit":4,"id":25851},{"orbit":0,"id":34621},{"orbit":0,"id":61834}],"orbitIndex":66,"name":"Attribute","orbit":6},"41615":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":4,"id":10534},{"orbit":0,"id":22616}],"group":289,"skill":41615,"orbitIndex":10,"name":"Totem Placement Speed","orbit":7},"52973":{"stats":["15% chance to Impale on Spell Hit"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":12851},{"orbit":0,"id":57555}],"group":539,"skill":52973,"orbitIndex":11,"name":"Impale Chance","orbit":2},"30456":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":30456,"stats":["50% increased Evasion Rating when on Full Life","25% increased Stun Threshold while on Full Life"],"recipe":["Ire","Ire","Greed"],"connections":[{"orbit":-5,"id":38044}],"group":1001,"orbitIndex":0,"isNotable":true,"name":"High Alert","orbit":0},"11526":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":11526,"stats":["Arrows gain Critical Hit Chance as they travel farther, up to","60% increased Critical Hit Chance after 7 metres"],"recipe":["Isolation","Suffering","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[{"orbit":0,"id":38993}],"group":1261,"orbitIndex":30,"isNotable":true,"name":"Sniper","orbit":5},"60107":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":57204}],"group":766,"skill":60107,"orbitIndex":9,"name":"Critical Chance","orbit":2},"12419":{"stats":["5% increased Chaos Damage","5% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-1,"id":56063}],"group":790,"skill":12419,"orbitIndex":4,"name":"Chaos Damage and Duration","orbit":2},"64996":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":-4,"id":7782},{"orbit":7,"id":4810}],"group":962,"skill":64996,"orbitIndex":20,"name":"Bleed Chance","orbit":7},"55746":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":-2,"id":61935}],"group":431,"skill":55746,"orbitIndex":4,"name":"Rage on Hit","orbit":7},"16647":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":426,"skill":16647,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"21208":{"stats":["3% increased Curse Magnitudes","10% faster Curse Activation"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[],"group":1066,"skill":21208,"orbitIndex":14,"name":"Curse Activation Speed and Effect","orbit":7},"41210":{"icon":"Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds","skill":41210,"stats":["15% increased Projectile Damage","Projectiles have 10% chance to Chain an additional time from terrain"],"connections":[{"orbit":0,"id":1477},{"orbit":0,"id":43578}],"group":652,"orbitIndex":21,"isNotable":true,"name":"Ricochet","orbit":4},"32438":{"stats":["11% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":4,"id":55149}],"group":1094,"skill":32438,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"8881":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":8881,"stats":["+4 to Maximum Rage","Inherent loss of Rage is 20% slower"],"recipe":["Isolation","Greed","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern","connections":[],"group":222,"orbitIndex":6,"isNotable":true,"name":"Unforgiving","orbit":4},"52442":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[],"group":639,"skill":52442,"orbitIndex":20,"name":"Attack Speed","orbit":2},"13505":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":13505,"stats":["20% increased Life Regeneration rate","5% of Damage taken Recouped as Life"],"connections":[{"orbit":3,"id":63209},{"orbit":0,"id":4956}],"group":474,"orbitIndex":0,"isNotable":true,"name":"Resilient Soul","orbit":0},"18629":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":0,"id":64327}],"group":459,"skill":18629,"orbitIndex":0,"name":"Block","orbit":3},"34074":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":4,"id":23259}],"group":869,"skill":34074,"orbitIndex":13,"name":"Attack Critical Chance","orbit":2},"47821":{"stats":["Offering Skills have 15% increased Buff effect"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":9,"id":41033}],"group":925,"skill":47821,"orbitIndex":17,"name":"Offering Effect","orbit":2},"13474":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":16084}],"group":310,"skill":13474,"orbitIndex":0,"name":"One Handed Damage","orbit":0},"28267":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":28267,"stats":["25% increased Critical Damage Bonus","Hits against you have 25% reduced Critical Damage Bonus"],"recipe":["Envy","Suffering","Greed"],"connections":[{"orbit":0,"id":2672},{"orbit":0,"id":35085}],"group":236,"orbitIndex":20,"isNotable":true,"name":"Desensitisation","orbit":3},"4956":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern","connections":[],"group":475,"skill":4956,"orbitIndex":0,"name":"Recovery Mastery","orbit":0},"21670":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":29358}],"group":99,"skill":21670,"orbitIndex":7,"name":"Stun Buildup","orbit":1},"7809":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":7809,"stats":["15% more Maximum Lightning Damage"],"recipe":["Isolation","Fear","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1181,"orbitIndex":0,"isNotable":true,"name":"Wild Storm","orbit":0},"34866":{"stats":["Remnants have 10% increased effect"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[{"orbit":0,"id":40985}],"group":677,"skill":34866,"orbitIndex":2,"name":"Remnant Effect","orbit":2},"58388":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":13157},{"orbit":0,"id":17702}],"group":975,"skill":58388,"orbitIndex":23,"name":"Life Flasks","orbit":3},"45570":{"stats":["Offering Skills have 20% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":43713},{"orbit":0,"id":29009}],"group":665,"skill":45570,"orbitIndex":18,"name":"Offering Area","orbit":7},"61039":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds","skill":61039,"orbitIndex":0,"stats":["Body Armour grants +75% to Fire Resistance"],"ascendancyName":"Smith of Kitava","connections":[],"group":39,"applyToArmour":true,"isNotable":true,"name":"Tantalum Alloy","orbit":0},"30720":{"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","skill":30720,"stats":["Minions have +13% to Chaos Resistance","Minions gain 10% of Physical Damage as Chaos Damage"],"recipe":["Suffering","Suffering","Envy"],"connections":[{"orbit":0,"id":20119}],"group":531,"orbitIndex":2,"isNotable":true,"name":"Entropic Incarnation","orbit":2},"64995":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":17924}],"group":300,"skill":64995,"orbitIndex":0,"name":"Damage against Enemies on Low Life","orbit":3},"6950":{"stats":["10% increased Exposure Effect"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":49804}],"group":727,"skill":6950,"orbitIndex":2,"name":"Exposure Effect","orbit":2},"47168":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47168,"stats":["+5 to any Attribute"],"isAttribute":true,"group":450,"connections":[{"orbit":-4,"id":6006},{"orbit":0,"id":54521},{"orbit":-4,"id":55412}],"orbitIndex":0,"name":"Attribute","orbit":0},"11030":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":59596}],"group":229,"skill":11030,"orbitIndex":10,"name":"Energy Shield Delay","orbit":3},"36728":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds","skill":36728,"stats":["+1% to Maximum Cold Resistance per 4 Blue Support Gems Socketed","+1% to Maximum Fire Resistance per 4 Red Support Gems Socketed","+1% to Maximum Lightning Resistance per 4 Green Support Gems Socketed"],"ascendancyName":"Gemling Legionnaire","connections":[],"group":423,"orbitIndex":0,"isNotable":true,"name":"Thaumaturgical Infusion","orbit":0},"58528":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":6,"id":5710}],"group":418,"skill":58528,"orbitIndex":2,"name":"Melee Damage","orbit":3},"13769":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-4,"id":2254}],"group":631,"skill":13769,"orbitIndex":8,"name":"Mana Regeneration","orbit":2},"60634":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds","skill":60634,"stats":["Carry a Chest which adds 20 Inventory Slots"],"ascendancyName":"Titan","connections":[{"orbit":0,"id":27418}],"group":49,"orbitIndex":48,"isNotable":true,"name":"Colossal Capacity","orbit":5},"57471":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":57471,"stats":["Recover 20 Life when you Block","+2% to maximum Block chance","80% less Knockback Distance for Blocked Hits"],"recipe":["Despair","Despair","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[{"orbit":-4,"id":42578}],"group":111,"orbitIndex":8,"isNotable":true,"name":"Hunker Down","orbit":3},"37519":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":17045}],"group":509,"skill":37519,"orbitIndex":14,"name":"Movement Speed ","orbit":7},"13738":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":13738,"stats":["14% increased Lightning Damage","8% increased Attack and Cast Speed with Lightning Skills"],"recipe":["Fear","Fear","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":812,"orbitIndex":0,"isNotable":true,"name":"Lightning Quick","orbit":0},"110":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds","skill":110,"orbitIndex":0,"stats":["Body Armour grants Hits against you have 50% reduced Critical Damage Bonus"],"ascendancyName":"Smith of Kitava","connections":[],"group":11,"applyToArmour":true,"isNotable":true,"name":"Internal Layer","orbit":0},"27540":{"stats":["10% increased total Power counted by Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":62973}],"group":263,"skill":27540,"orbitIndex":23,"name":"Warcry Power Counted","orbit":3},"52319":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":52319,"stats":["+5 to any Attribute"],"isAttribute":true,"group":496,"connections":[{"orbit":-6,"id":48305}],"orbitIndex":36,"name":"Attribute","orbit":6},"15522":{"stats":["12% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":6,"id":17348},{"orbit":-6,"id":24630}],"group":70,"skill":15522,"orbitIndex":21,"name":"Ignite Magnitude","orbit":3},"32896":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[],"group":1100,"skill":32896,"orbitIndex":9,"name":"Poison Chance","orbit":7},"42794":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":-5,"id":31433}],"group":1088,"skill":42794,"orbitIndex":2,"name":"Elemental Attack Damage","orbit":3},"36325":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":-5,"id":54148}],"group":438,"skill":36325,"orbitIndex":71,"name":"Fire Penetration","orbit":4},"59180":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":2147483647,"id":50023}],"group":403,"skill":59180,"orbitIndex":15,"name":"Attack Damage","orbit":7},"9083":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":896,"skill":9083,"orbitIndex":0,"name":"Minion Defence Mastery","orbit":0},"44516":{"stats":["3% increased Attack Speed with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":2113}],"group":1263,"skill":44516,"orbitIndex":13,"name":"Quarterstaff Speed","orbit":2},"62624":{"stats":["+30 to Evasion Rating","+15 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[],"group":1134,"skill":62624,"orbitIndex":22,"name":"Evasion and Energy Shield","orbit":7},"63541":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":63541,"stats":["Prevent +15% of Damage from Deflected Critical Hits"],"recipe":["Ire","Suffering","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":0,"id":17994}],"group":660,"orbitIndex":9,"isNotable":true,"name":"Brush Off","orbit":2},"55348":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":23227}],"group":489,"skill":55348,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"47155":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":35896},{"orbit":2,"id":63545},{"orbit":-2,"id":17394}],"group":755,"skill":47155,"orbitIndex":3,"name":"Minion Damage","orbit":3},"5088":{"stats":["3% increased Attack and Cast Speed with Elemental Skills"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":49537}],"group":261,"skill":5088,"orbitIndex":18,"name":"Elemental","orbit":3},"10208":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":22909},{"orbit":0,"id":60013}],"group":277,"skill":10208,"orbitIndex":11,"name":"Stun and Ailment Threshold from Energy Shield","orbit":3},"13839":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":65287}],"group":96,"skill":13839,"orbitIndex":6,"name":"Totem Damage","orbit":5},"28002":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28002,"stats":["+5 to any Attribute"],"isAttribute":true,"group":329,"connections":[{"orbit":0,"id":32194}],"orbitIndex":0,"name":"Attribute","orbit":0},"53762":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":53762,"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"ascendancyName":"Gemling Legionnaire","group":414,"connections":[{"orbit":2147483647,"id":36728}],"orbitIndex":0,"name":"Reduced Attribute Requirements","orbit":0},"32561":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":51825}],"group":606,"skill":32561,"orbitIndex":15,"name":"Two Handed Damage","orbit":3},"58651":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":55194},{"orbit":0,"id":49357}],"group":446,"skill":58651,"orbitIndex":71,"name":"Minion Damage","orbit":4},"21205":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":44176}],"group":647,"skill":21205,"orbitIndex":60,"name":"All Attributes","orbit":5},"7049":{"stats":["30% increased Armour while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":22556}],"group":603,"skill":7049,"orbitIndex":19,"name":"Armour while Surrounded","orbit":3},"14033":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":34553}],"group":545,"skill":14033,"orbitIndex":16,"name":"Spell and Minion Damage","orbit":2},"64870":{"stats":["10% increased Armour","+10% of Armour also applies to Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":27439}],"group":282,"skill":64870,"orbitIndex":0,"name":"Armour and Applies to Fire Damage","orbit":0},"47683":{"stats":["Projectiles have 5% chance to Chain an additional time from terrain"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[],"group":676,"skill":47683,"orbitIndex":23,"name":"Chaining Projectiles","orbit":2},"33812":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":33812,"stats":[],"ascendancyName":"Warbringer","isAscendancyStart":true,"group":35,"connections":[{"orbit":0,"id":38769},{"orbit":5,"id":18585},{"orbit":5,"id":25935},{"orbit":4,"id":1994},{"orbit":3,"id":39365}],"orbitIndex":48,"name":"Brute","orbit":6},"37644":{"stats":["12% increased Attack Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":46874}],"group":956,"skill":37644,"orbitIndex":22,"name":"Physical Attack Damage","orbit":7},"45713":{"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","skill":45713,"stats":["20% increased Flask Effect Duration","20% chance for Flasks you use to not consume Charges"],"recipe":["Disgust","Ire","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":1158,"orbitIndex":0,"isNotable":true,"name":"Savouring","orbit":0},"94":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":94,"stats":["15% increased Mana Regeneration Rate","Recover 2% of maximum Mana on Kill"],"recipe":["Envy","Guilt","Paranoia"],"connections":[{"orbit":0,"id":27234}],"group":748,"orbitIndex":4,"isNotable":true,"name":"Efficient Killing","orbit":7},"34076":{"stats":["25% increased Block Recovery"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":3,"id":37244}],"group":1019,"skill":34076,"orbitIndex":12,"name":"Block Recovery","orbit":7},"52448":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds","skill":52448,"stats":["Trigger Elemental Expression on Melee Critical Hit","Grants Skill: Elemental Expression"],"ascendancyName":"Invoker","connections":[],"group":1302,"orbitIndex":53,"isNotable":true,"name":"...and Scatter Them to the Winds","orbit":9},"50986":{"icon":"Art/2DArt/SkillIcons/passives/damagedualwield.dds","classesStart":["Duelist","Mercenary"],"skill":50986,"stats":[],"group":638,"connections":[{"orbit":0,"id":39383},{"orbit":0,"id":10889},{"orbit":0,"id":62386},{"orbit":0,"id":36252},{"orbit":0,"id":7120},{"orbit":0,"id":55536},{"orbit":0,"id":59915}],"orbitIndex":0,"name":"DUELIST","orbit":0},"23253":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds","connections":[{"orbit":0,"id":15625},{"orbit":0,"id":65161},{"orbit":0,"id":34015}],"group":1201,"skill":23253,"orbitIndex":4,"name":"Evasion","orbit":2},"52836":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":7,"id":11980},{"orbit":0,"id":56806}],"group":841,"skill":52836,"orbitIndex":66,"name":"Block","orbit":4},"6079":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":10242}],"group":1035,"skill":6079,"orbitIndex":16,"name":"Life Recoup","orbit":2},"14832":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMace.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern","connections":[],"group":81,"skill":14832,"orbitIndex":0,"name":"Mace Mastery","orbit":0},"56016":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","skill":56016,"stats":["Projectiles Pierce enemies with Fully Broken Armour"],"recipe":["Greed","Guilt","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":-8,"id":65149},{"orbit":2147483647,"id":35594}],"group":826,"orbitIndex":2,"isNotable":true,"name":"Passthrough Rounds","orbit":2},"38172":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-6,"id":60568}],"group":417,"skill":38172,"orbitIndex":5,"name":"Totem Placement Speed","orbit":7},"46365":{"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","skill":46365,"stats":["25% reduced Reservation Efficiency of Minion Skills","Your Minions are Gigantic"],"recipe":["Envy","Guilt","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":506,"orbitIndex":0,"isNotable":true,"name":"Gigantic Following","orbit":0},"34340":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":34340,"stats":["Allies in your Presence Regenerate 1% of your Maximum Life per second","Regenerate 0.5% of maximum Life per second"],"recipe":["Ire","Paranoia","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[{"orbit":0,"id":17294}],"group":549,"orbitIndex":48,"isNotable":true,"name":"Mass Rejuvenation","orbit":4},"1169":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":1169,"stats":["Recover 2% of maximum Life and Mana when you use a Warcry","24% increased Warcry Speed","18% increased Warcry Cooldown Recovery Rate"],"recipe":["Fear","Isolation","Suffering"],"connections":[{"orbit":0,"id":25031}],"group":225,"orbitIndex":16,"isNotable":true,"name":"Urgent Call","orbit":7},"6570":{"icon":"Art/2DArt/SkillIcons/passives/MasteryCurse.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern","connections":[],"group":1075,"skill":6570,"orbitIndex":0,"name":"Curse Mastery","orbit":0},"54818":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54818,"stats":["+5 to any Attribute"],"isAttribute":true,"group":573,"connections":[{"orbit":0,"id":18801}],"orbitIndex":0,"name":"Attribute","orbit":0},"62887":{"icon":"Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds","skill":62887,"stats":["Minions have +22% to all Elemental Resistances","Minions have +3% to all Maximum Elemental Resistances"],"recipe":["Greed","Suffering","Disgust"],"connections":[{"orbit":0,"id":41225}],"group":774,"orbitIndex":16,"isNotable":true,"name":"Living Death","orbit":2},"9510":{"stats":["3% of Elemental Damage taken Recouped as Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":16695}],"group":971,"skill":9510,"orbitIndex":0,"name":"Energy Shield Recoup","orbit":2},"20015":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":308,"skill":20015,"orbitIndex":1,"name":"Warcry Mastery","orbit":3},"44783":{"stats":["10% increased Spell Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":22949}],"group":321,"skill":44783,"orbitIndex":18,"name":"Area Damage","orbit":2},"47418":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":47418,"stats":["10% reduced Flask Charges used from Mana Flasks","Remove a Curse when you use a Mana Flask"],"recipe":["Greed","Envy","Paranoia"],"connections":[{"orbit":0,"id":23839},{"orbit":0,"id":10738}],"group":1105,"orbitIndex":9,"isNotable":true,"name":"Warding Potions","orbit":2},"20744":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":793,"skill":20744,"orbitIndex":3,"name":"Projectile Mastery","orbit":1},"10371":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds","skill":10371,"stats":["Banners gain 5 Glory per second","There is no Limit on the number of Banners you can place"],"ascendancyName":"Tactician","connections":[],"group":232,"orbitIndex":0,"isNotable":true,"name":"Whoever Pays Best","orbit":0},"50459":{"icon":"Art/2DArt/SkillIcons/passives/blankDex.dds","classesStart":["Ranger","Huntress"],"skill":50459,"stats":[],"group":716,"connections":[{"orbit":0,"id":46990},{"orbit":0,"id":1583},{"orbit":0,"id":24665},{"orbit":0,"id":41736},{"orbit":0,"id":63493},{"orbit":0,"id":36365},{"orbit":0,"id":13828},{"orbit":0,"id":56651}],"orbitIndex":0,"name":"RANGER","orbit":0},"58526":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[],"group":1079,"skill":58526,"orbitIndex":15,"name":"Deflection","orbit":2},"60764":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":60764,"stats":["Increases and Reductions to Projectile Speed also apply to Damage with Bows"],"recipe":["Isolation","Suffering","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[],"group":1261,"orbitIndex":12,"isNotable":true,"name":"Feathered Fletching","orbit":5},"32040":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":972,"skill":32040,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"45712":{"stats":["10% increased Flammability Magnitude","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":65009}],"group":1022,"skill":45712,"orbitIndex":60,"name":"Elemental Damage and Flammability Magnitude","orbit":5},"24764":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":24764,"stats":["10% chance when collecting an Elemental Infusion to gain an","additional Elemental Infusion of the same type"],"recipe":["Fear","Paranoia","Suffering"],"connections":[{"orbit":0,"id":65226}],"group":346,"orbitIndex":17,"isNotable":true,"name":"Infusing Power","orbit":7},"29133":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":29133,"stats":["12% increased Elemental Damage"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":2,"id":64031}],"orbitIndex":9,"name":"Elemental Damage","orbit":4},"57196":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[],"group":690,"skill":57196,"orbitIndex":14,"name":"Attack Speed","orbit":3},"22063":{"stats":["8% increased Cold Damage","8% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":5797}],"group":1168,"skill":22063,"orbitIndex":22,"name":"Freeze Buildup and Cold Damage","orbit":2},"10534":{"stats":["Spells Cast by Totems have 4% increased Cast Speed","Attacks used by Totems have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-7,"id":46205}],"group":289,"skill":10534,"orbitIndex":2,"name":"Totem Cast and Attack Speed","orbit":2},"25565":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":722}],"group":1211,"skill":25565,"orbitIndex":2,"name":"Lightning Damage","orbit":2},"19546":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":19546,"stats":["30% increased Block chance while Surrounded","10% increased Deflection Rating while Surrounded","40% increased Ailment and Stun Threshold while Surrounded"],"recipe":["Despair","Greed","Disgust"],"connections":[{"orbit":0,"id":5681}],"group":360,"orbitIndex":4,"isNotable":true,"name":"Favourable Odds","orbit":2},"8556":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":540,"skill":8556,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"17762":{"icon":"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds","skill":17762,"stats":["10% of Thorns Damage Leeched as Life"],"recipe":["Guilt","Fear","Envy"],"connections":[{"orbit":-7,"id":2964},{"orbit":0,"id":28476}],"group":392,"orbitIndex":23,"isNotable":true,"name":"Vengeance","orbit":2},"25829":{"stats":["6% increased Spell Damage","2% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/AuraNotable.dds","connections":[{"orbit":0,"id":57791}],"group":521,"skill":25829,"orbitIndex":7,"name":"Spell Damage and Cast Speed","orbit":2},"35660":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":18548}],"group":768,"skill":35660,"orbitIndex":13,"name":"Attack Speed","orbit":2},"43201":{"stats":["10% increased chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":0,"id":43383}],"group":618,"skill":43201,"orbitIndex":56,"name":"Ailment Chance","orbit":4},"37242":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds","connections":[{"orbit":2,"id":16871},{"orbit":0,"id":54031}],"group":1217,"skill":37242,"orbitIndex":14,"name":"Stun Threshold","orbit":7},"47157":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":4,"id":61347},{"orbit":0,"id":54818}],"group":574,"skill":47157,"orbitIndex":12,"name":"Projectile Damage","orbit":7},"59":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich"}},"skill":59,"isSwitchable":true,"stats":["Curses you inflict have infinite Duration","You can apply an additional Curse"],"ascendancyName":"Lich","connections":[],"group":999,"orbitIndex":50,"isNotable":true,"name":"Incessant Cacophony","orbit":8},"46628":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":46628,"stats":["+5 to any Attribute"],"isAttribute":true,"group":335,"connections":[{"orbit":0,"id":40894},{"orbit":0,"id":60013},{"orbit":0,"id":44872}],"orbitIndex":67,"name":"Attribute","orbit":4},"4328":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4328,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1031,"connections":[{"orbit":0,"id":21208},{"orbit":0,"id":5188}],"orbitIndex":0,"name":"Attribute","orbit":0},"63679":{"stats":["18% increased Projectile Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":20008}],"group":991,"skill":63679,"orbitIndex":11,"name":"Projectile Stun Buildup","orbit":1},"39228":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":62603},{"orbit":0,"id":63021}],"group":571,"skill":39228,"orbitIndex":18,"name":"Fire Penetration","orbit":3},"12451":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":-9,"id":24922}],"group":915,"skill":12451,"orbitIndex":12,"name":"Cooldown Recovery Rate","orbit":3},"21206":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":21206,"stats":["15% increased Area of Effect","Burning Enemies you kill have a 5% chance to Explode, dealing a","tenth of their maximum Life as Fire Damage"],"recipe":["Greed","Disgust","Fear"],"connections":[{"orbit":0,"id":45899},{"orbit":0,"id":11505}],"group":462,"orbitIndex":9,"isNotable":true,"name":"Explosive Impact","orbit":3},"26283":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds","skill":26283,"stats":["All Flames of Chayula that you manifest are Blue"],"isMultipleChoiceOption":true,"ascendancyName":"Acolyte of Chayula","group":1335,"connections":[],"orbitIndex":0,"name":"Choice of Mana","orbit":0},"50588":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":6010}],"group":979,"skill":50588,"orbitIndex":2,"name":"Accuracy","orbit":2},"28860":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":56104}],"group":527,"skill":28860,"orbitIndex":18,"name":"Armour Break","orbit":7},"61432":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[{"orbit":0,"id":6178}],"group":777,"skill":61432,"orbitIndex":0,"name":"Crossbow Mastery","orbit":0},"14429":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds","skill":14429,"stats":["Grants Thaumaturgical Dynamism"],"ascendancyName":"Gemling Legionnaire","connections":[],"group":306,"orbitIndex":0,"isNotable":true,"name":"Advanced Thaumaturgy","orbit":0},"13537":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":49455}],"group":481,"skill":13537,"orbitIndex":10,"name":"Energy Shield","orbit":4},"6772":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":6772,"stats":["+5 to any Attribute"],"isAttribute":true,"group":848,"connections":[{"orbit":0,"id":60505}],"orbitIndex":6,"name":"Attribute","orbit":4},"34202":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":49285}],"group":610,"skill":34202,"orbitIndex":18,"name":"Strength","orbit":3},"40687":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","skill":40687,"stats":["30% increased Presence Area of Effect","Allies in your Presence have 30% increased Glory generation"],"recipe":["Disgust","Envy","Despair"],"connections":[],"group":888,"orbitIndex":12,"isNotable":true,"name":"Lead by Example","orbit":2},"30115":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds","skill":30115,"stats":["50% increased effect of Small Passive Skills"],"ascendancyName":"Titan","connections":[],"group":49,"orbitIndex":16,"isNotable":true,"name":"Hulking Form","orbit":7},"8143":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds","skill":8143,"stats":["+1 to Spirit for every 8 Item Energy Shield on Equipped Body Armour","+1 to Spirit for every 20 Evasion Rating on Equipped Body Armour","Cannot gain Spirit from Equipment"],"ascendancyName":"Invoker","connections":[{"orbit":4,"id":16100}],"group":1302,"orbitIndex":5,"isNotable":true,"name":"Lead me through Grace...","orbit":9},"61027":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":61027,"stats":["+20 to maximum Mana","20% increased Mana Regeneration Rate"],"connections":[],"group":668,"orbitIndex":0,"isNotable":true,"name":"Mana Blessing","orbit":0},"12777":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":-4,"id":28950}],"group":532,"skill":12777,"orbitIndex":23,"name":"Armour and Energy Shield","orbit":2},"535":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":34621}],"group":996,"skill":535,"orbitIndex":0,"name":"Critical Damage","orbit":0},"38965":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":38965,"stats":["+1 to maximum number of Elemental Infusions"],"recipe":["Greed","Isolation","Paranoia"],"connections":[{"orbit":0,"id":65226}],"group":346,"orbitIndex":21,"isNotable":true,"name":"Infused Limits","orbit":7},"55611":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":55611,"stats":["12% increased Elemental Damage"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":-2,"id":64031}],"orbitIndex":15,"name":"Elemental Damage","orbit":4},"3921":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":3921,"stats":["20% increased Reservation Efficiency of Herald Skills"],"recipe":["Fear","Despair","Greed"],"connections":[{"orbit":0,"id":38398}],"group":428,"orbitIndex":10,"isNotable":true,"name":"Fate Finding","orbit":7},"47420":{"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","skill":47420,"stats":["20% increased Minion Duration","Temporary Minion Skills have +2 to Limit of Minions summoned"],"recipe":["Ire","Greed","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[{"orbit":0,"id":11048},{"orbit":7,"id":52676}],"group":203,"orbitIndex":9,"isNotable":true,"name":"Expendable Army","orbit":1},"8983":{"stats":["Minions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":378,"skill":8983,"orbitIndex":12,"name":"Minion Damage","orbit":3},"35801":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":35801,"stats":["25% increased Frenzy Charge Duration"],"ascendancyName":"Deadeye","group":1309,"connections":[{"orbit":0,"id":23508}],"orbitIndex":0,"name":"Frenzy Charge Duration","orbit":0},"56806":{"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","skill":56806,"stats":["12% increased Block chance","1% increased Movement Speed for each time you've Blocked in the past 10 seconds"],"recipe":["Ire","Fear","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern","connections":[],"group":841,"orbitIndex":22,"isNotable":true,"name":"Swift Blocking","orbit":7},"45962":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-6,"id":7183},{"orbit":0,"id":15617}],"group":415,"skill":45962,"orbitIndex":23,"name":"Life Flask Recovery","orbit":3},"14693":{"stats":["14% increased Damage with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":13937}],"group":81,"skill":14693,"orbitIndex":27,"name":"Mace Damage","orbit":4},"33939":{"stats":["+15% of Armour also applies to Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/coldresist.dds","connections":[{"orbit":0,"id":62034}],"group":97,"skill":33939,"orbitIndex":2,"name":"Armour Applies to Cold Damage Hits","orbit":3},"55088":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds","connections":[{"orbit":5,"id":61196}],"group":815,"skill":55088,"orbitIndex":2,"name":"Critical Chance","orbit":7},"33815":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":6,"id":35644}],"group":953,"skill":33815,"orbitIndex":5,"name":"Poison Duration","orbit":2},"49406":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":52125}],"group":676,"skill":49406,"orbitIndex":45,"name":"Projectile Damage","orbit":4},"55":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","skill":55,"stats":["Damaging Ailments deal damage 12% faster"],"recipe":["Paranoia","Greed","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern","connections":[],"group":928,"orbitIndex":0,"isNotable":true,"name":"Fast Acting Toxins","orbit":0},"39369":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":39369,"stats":["Attacks have +1% to Critical Hit Chance"],"recipe":["Isolation","Despair","Greed"],"connections":[{"orbit":3,"id":2936},{"orbit":0,"id":51583}],"group":1285,"orbitIndex":9,"isNotable":true,"name":"Struck Through","orbit":4},"17825":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":17825,"stats":["+0.5 metres to Dodge Roll distance while Surrounded","10% increased Movement Speed while Surrounded"],"recipe":["Paranoia","Disgust","Despair"],"connections":[{"orbit":-7,"id":45585},{"orbit":-7,"id":46931},{"orbit":0,"id":5681}],"group":360,"orbitIndex":0,"isNotable":true,"name":"Tactical Retreat","orbit":0},"61026":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":61026,"stats":["Minions have +20% to all Elemental Resistances","Minions have +5% to all Maximum Elemental Resistances"],"recipe":["Despair","Paranoia","Suffering"],"connections":[{"orbit":0,"id":34552},{"orbit":0,"id":17378}],"group":379,"orbitIndex":0,"isNotable":true,"name":"Crystalline Flesh","orbit":3},"32427":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":0,"id":4456}],"group":582,"skill":32427,"orbitIndex":18,"name":"Cold Penetration","orbit":2},"57863":{"stats":["Detonator skills have 8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":26356}],"group":540,"skill":57863,"orbitIndex":5,"name":"Detonator Area","orbit":7},"632":{"stats":["3% increased Attack Speed with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":56366}],"group":1259,"skill":632,"orbitIndex":0,"name":"Dagger Speed","orbit":0},"13708":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":13708,"stats":["15% increased Accuracy Rating","+10 to Dexterity"],"recipe":["Greed","Fear","Greed"],"connections":[],"group":606,"orbitIndex":40,"isNotable":true,"name":"Curved Weapon","orbit":4},"7251":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[],"group":437,"skill":7251,"orbitIndex":16,"name":"Attack Damage","orbit":7},"31370":{"stats":["10% increased Armour","+10% of Armour also applies to Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":2147483647,"id":32448}],"group":479,"skill":31370,"orbitIndex":8,"name":"Armour and Applies to Lightning Damage","orbit":2},"37244":{"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","skill":37244,"stats":["12% increased Block chance","40% increased Block Recovery"],"recipe":["Disgust","Greed","Fear"],"connections":[{"orbit":3,"id":33445},{"orbit":0,"id":37795}],"group":1019,"orbitIndex":8,"isNotable":true,"name":"Shield Expertise","orbit":2},"63545":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":755,"skill":63545,"orbitIndex":6,"name":"Minion Damage","orbit":7},"19873":{"stats":["5% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":36602},{"orbit":-4,"id":17655}],"group":456,"skill":19873,"orbitIndex":22,"name":"Area of Effect","orbit":2},"38966":{"stats":["8% increased Evasion Rating","12% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":30210},{"orbit":0,"id":35058},{"orbit":0,"id":61976}],"group":967,"skill":38966,"orbitIndex":0,"name":"Stun Threshold and Evasion Rating","orbit":2},"857":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":481,"skill":857,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"29652":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":35911},{"orbit":0,"id":28002}],"group":362,"skill":29652,"orbitIndex":16,"name":"Spell Damage","orbit":2},"3188":{"icon":"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds","skill":3188,"stats":["Gain Physical Thorns damage equal to 10% of Item Armour on Equipped Body Armour"],"recipe":["Ire","Disgust","Isolation"],"connections":[{"orbit":0,"id":38670},{"orbit":0,"id":46051}],"group":59,"orbitIndex":21,"isNotable":true,"name":"Revenge","orbit":3},"12249":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-3,"id":12761}],"group":939,"skill":12249,"orbitIndex":20,"name":"Evasion and Energy Shield","orbit":2},"58779":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":51040},{"orbit":0,"id":327},{"orbit":0,"id":23822},{"orbit":0,"id":47976}],"group":1115,"skill":58779,"orbitIndex":6,"name":"Deflection","orbit":2},"41076":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds","skill":41076,"stats":["You have no Spirit","Base Maximum Darkness is 100","Damage taken is Reserved from Darkness before being taken from Life or Energy Shield","Darkness Reservation lasts for 5 seconds","+8 to Maximum Darkness per Level"],"ascendancyName":"Acolyte of Chayula","connections":[{"orbit":0,"id":32771}],"group":1331,"orbitIndex":45,"isNotable":true,"name":"Embrace the Darkness","orbit":9},"26282":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds","skill":26282,"stats":["Bleeding you inflict on Cursed targets is Aggravated","Elemental Damage also Contributes to Bleeding Magnitude"],"ascendancyName":"Blood Mage","connections":[],"group":795,"orbitIndex":66,"isNotable":true,"name":"Blood Barbs","orbit":5},"1140":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":1140,"stats":["+5 to any Attribute"],"isAttribute":true,"group":737,"connections":[{"orbit":0,"id":15507}],"orbitIndex":22,"name":"Attribute","orbit":2},"18496":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":18496,"stats":["5% reduced Attack Speed","30% increased Magnitude of Ailments you inflict","20% increased Duration of Damaging Ailments on Enemies"],"recipe":["Suffering","Paranoia","Envy"],"connections":[{"orbit":0,"id":50616}],"group":185,"orbitIndex":12,"isNotable":true,"name":"Lasting Trauma","orbit":7},"32885":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":6689}],"group":563,"skill":32885,"orbitIndex":33,"name":"Shield Block","orbit":4},"14926":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":50609},{"orbit":-6,"id":56910}],"group":653,"skill":14926,"orbitIndex":20,"name":"Life Regeneration","orbit":3},"38703":{"stats":["8% increased Critical Hit Chance for Attacks","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":8249}],"group":929,"skill":38703,"orbitIndex":14,"name":"Accuracy and Attack Critical Chance","orbit":7},"60505":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":60505,"stats":["+5 to any Attribute"],"isAttribute":true,"group":909,"connections":[{"orbit":0,"id":28050},{"orbit":0,"id":65009},{"orbit":0,"id":19808},{"orbit":0,"id":18831}],"orbitIndex":0,"name":"Attribute","orbit":0},"3987":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":3987,"stats":["4% increased Skill Speed"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":0,"id":30}],"orbitIndex":27,"name":"Skill Speed","orbit":8},"31898":{"stats":["6% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":0,"id":3921}],"group":428,"skill":31898,"orbitIndex":7,"name":"Herald Reservation","orbit":7},"26885":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-4,"id":59775}],"group":1084,"skill":26885,"orbitIndex":60,"name":"Chaos Damage","orbit":4},"25101":{"stats":["10% increased Exposure Effect"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":5,"id":22439},{"orbit":0,"id":52199},{"orbit":-5,"id":44498}],"group":590,"skill":25101,"orbitIndex":4,"name":"Exposure Effect","orbit":3},"52576":{"stats":["20% increased damage against Immobilised Enemies"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":64550}],"group":704,"skill":52576,"orbitIndex":9,"name":"Damage vs Immobilised","orbit":2},"18419":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":18419,"stats":["Regenerate 1% of maximum Life per second while you have a Totem","Totems Regenerate 3% of maximum Life per second"],"recipe":["Envy","Fear","Paranoia"],"connections":[{"orbit":0,"id":11014},{"orbit":0,"id":16784},{"orbit":0,"id":23667}],"group":247,"orbitIndex":18,"isNotable":true,"name":"Ancestral Mending","orbit":7},"38300":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-7,"id":39716},{"orbit":-7,"id":57373}],"group":449,"skill":38300,"orbitIndex":0,"name":"Flammability Magnitude","orbit":0},"35787":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":7,"id":42813}],"group":351,"skill":35787,"orbitIndex":0,"name":"Increased Duration","orbit":1},"10271":{"stats":["25% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":58038}],"group":603,"skill":10271,"orbitIndex":7,"name":"Attack Damage while Surrounded","orbit":3},"29990":{"stats":["5% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":0,"id":36217},{"orbit":-9,"id":47477},{"orbit":0,"id":15775}],"group":1234,"skill":29990,"orbitIndex":2,"name":"Volatility on Kill","orbit":7},"64601":{"icon":"Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds","skill":64601,"isKeystone":true,"stats":["Can Attack as though using a Quarterstaff while both of your hand slots are empty","Unarmed Attacks that would use your Quarterstaff's damage gain:","Physical damage based on their Skill Level","1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items","+0.1% to Critical Hit Chance per 10 Item Energy Shield on Equipped Armour Items"],"group":1106,"connections":[],"orbitIndex":0,"name":"Hollow Palm Technique","orbit":0},"48215":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":48215,"stats":["Projectiles have 30% increased Critical Damage Bonus against Enemies further than 6m","Projectiles have 30% increased Critical Hit Chance against Enemies further than 6m","25% chance to inflict Daze with Hits against Enemies further than 6m"],"recipe":["Fear","Ire","Suffering"],"connections":[{"orbit":0,"id":516},{"orbit":0,"id":7201},{"orbit":0,"id":64488},{"orbit":0,"id":61347}],"group":574,"orbitIndex":0,"isNotable":true,"name":"Headshot","orbit":0},"5777":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":5777,"stats":["Minions deal 15% increased Damage","Minions have 20% increased Critical Hit Chance"],"connections":[{"orbit":0,"id":58651}],"group":446,"orbitIndex":4,"isNotable":true,"name":"Deadly Swarm","orbit":4},"38564":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":20091}],"group":444,"skill":38564,"orbitIndex":15,"name":"Sword Damage","orbit":3},"61421":{"stats":["Meta Skills gain 4% increased Energy","5% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":7,"id":16121}],"group":1240,"skill":61421,"orbitIndex":19,"name":"Energy and Critical Chance","orbit":7},"3700":{"stats":["15% increased Stun Buildup","15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","connections":[{"orbit":3,"id":6842}],"group":1093,"skill":3700,"orbitIndex":6,"name":"Stun and Freeze Buildup","orbit":2},"22185":{"stats":["Debuffs on you expire 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":5,"id":17796}],"group":480,"skill":22185,"orbitIndex":9,"name":"Debuff Expiry Rate","orbit":3},"37509":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":33797}],"group":131,"skill":37509,"orbitIndex":3,"name":"Shapeshifting","orbit":5},"45576":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":676,"skill":45576,"orbitIndex":3,"name":"Projectile Mastery","orbit":7},"55617":{"stats":["20% increased Armour while Surrounded","20% increased Evasion Rating while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":29914},{"orbit":2,"id":19546}],"group":360,"skill":55617,"orbitIndex":3,"name":"Armour and Evasion while Surrounded","orbit":3},"47021":{"stats":["15% increased Volatility Explosion delay"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":1,"id":36217}],"group":1234,"skill":47021,"orbitIndex":18,"name":"Volatility Detonation Time","orbit":2},"40550":{"icon":"Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":289,"skill":40550,"orbitIndex":0,"name":"Totem Mastery","orbit":4},"10372":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":-3,"id":36191},{"orbit":0,"id":55933}],"group":369,"skill":10372,"orbitIndex":1,"name":"Stun Threshold","orbit":1},"14267":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14267,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1264,"connections":[{"orbit":0,"id":32763},{"orbit":0,"id":28976},{"orbit":0,"id":38212},{"orbit":0,"id":1499}],"orbitIndex":0,"name":"Attribute","orbit":0},"36191":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":40325}],"group":369,"skill":36191,"orbitIndex":21,"name":"Stun Threshold","orbit":2},"39495":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":2147483647,"id":46386},{"orbit":9,"id":27048}],"group":1262,"skill":39495,"orbitIndex":0,"name":"Damage and Companion Damage","orbit":0},"58117":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":41186},{"orbit":0,"id":13839},{"orbit":0,"id":56996},{"orbit":0,"id":53719}],"group":96,"skill":58117,"orbitIndex":3,"name":"Totem Damage","orbit":5},"12382":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[{"orbit":0,"id":35849}],"group":110,"skill":12382,"orbitIndex":3,"name":"Life Mastery","orbit":1},"64724":{"stats":["8% increased Flammability Magnitude","8% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[],"group":92,"skill":64724,"orbitIndex":17,"name":"Flammability and Ignite Magnitude","orbit":2},"25893":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-2,"id":51169}],"group":645,"skill":25893,"orbitIndex":18,"name":"Energy Shield Recharge","orbit":2},"39759":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":48035}],"group":447,"skill":39759,"orbitIndex":10,"name":"Life Regeneration","orbit":2},"315":{"stats":["10% increased Bleeding Duration"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":33216}],"group":580,"skill":315,"orbitIndex":0,"name":"Bleeding Duration","orbit":0},"25026":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":6,"id":3567}],"group":836,"skill":25026,"orbitIndex":20,"name":"Mana Regeneration","orbit":3},"19288":{"icon":"Art/2DArt/SkillIcons/passives/GlancingBlows.dds","skill":19288,"isKeystone":true,"stats":["Chance to Evade is Unlucky","Chance to Deflect is Lucky"],"group":803,"connections":[],"orbitIndex":0,"name":"Glancing Blows","orbit":0},"10729":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":980,"skill":10729,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"56409":{"stats":["12% increased Flammability Magnitude","12% increased Freeze Buildup","12% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":25101},{"orbit":0,"id":43139},{"orbit":0,"id":65248}],"group":590,"skill":56409,"orbitIndex":12,"name":"Elemental Ailment Chance","orbit":4},"53632":{"stats":["12% increased Flammability Magnitude","6% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":3,"id":28482}],"group":273,"skill":53632,"orbitIndex":8,"name":"Flammability Magnitude and Critical Chance","orbit":2},"17702":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17702,"stats":["+5 to any Attribute"],"isAttribute":true,"group":966,"connections":[{"orbit":0,"id":46882},{"orbit":-3,"id":27262},{"orbit":2147483647,"id":20467}],"orbitIndex":0,"name":"Attribute","orbit":0},"8782":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":8782,"stats":["30% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"recipe":["Suffering","Envy","Guilt"],"connections":[{"orbit":0,"id":13882}],"group":591,"orbitIndex":14,"isNotable":true,"name":"Empowering Infusions","orbit":7},"23244":{"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","skill":23244,"stats":["Recover 1% of maximum Life on Kill","Recover 1% of maximum Mana on Kill","25% increased Culling Strike Threshold"],"recipe":["Despair","Suffering","Guilt"],"connections":[{"orbit":2,"id":21792},{"orbit":0,"id":6912}],"group":965,"orbitIndex":3,"isNotable":true,"name":"Bounty Hunter","orbit":7},"6623":{"stats":["Banner Skills have 12% increased Aura Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":12821}],"group":401,"skill":6623,"orbitIndex":10,"name":"Banner Aura Effect","orbit":1},"29527":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":29527,"stats":["50% increased Critical Hit Chance against Enemies on Full Life","Cannot be Blinded while on Full Life","80% increased Damage with Hits against Enemies that are on Full Life"],"recipe":["Paranoia","Ire","Fear"],"connections":[{"orbit":0,"id":61800}],"group":1178,"orbitIndex":8,"isNotable":true,"name":"First Approach","orbit":7},"21336":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":0,"id":62984}],"group":837,"skill":21336,"orbitIndex":19,"name":"Evasion and Energy Shield","orbit":2},"19750":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern","connections":[],"group":562,"skill":19750,"orbitIndex":0,"name":"Armour and Evasion Mastery","orbit":0},"10830":{"stats":["18% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":59589}],"group":107,"skill":10830,"orbitIndex":2,"name":"Armour","orbit":7},"60891":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds","connections":[{"orbit":0,"id":53185}],"group":1248,"skill":60891,"orbitIndex":9,"name":"Accuracy Rating","orbit":1},"49130":{"stats":["6% reduced Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[],"group":1129,"skill":49130,"orbitIndex":19,"name":"Reduced Projectile Speed","orbit":2},"49661":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":49661,"stats":["30% increased Critical Hit Chance against Bleeding Enemies","20% chance to Aggravate Bleeding on targets you Critically Hit with Attacks"],"recipe":["Fear","Paranoia","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":957,"orbitIndex":2,"isNotable":true,"name":"Perfectly Placed Knife","orbit":1},"23508":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds","skill":23508,"stats":["Benefits from consuming Frenzy Charges for your Skills have 50% chance to be doubled"],"ascendancyName":"Deadeye","connections":[],"group":1308,"orbitIndex":0,"isNotable":true,"name":"Thrilling Chase","orbit":0},"49537":{"stats":["3% increased Attack and Cast Speed with Elemental Skills"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[],"group":261,"skill":49537,"orbitIndex":16,"name":"Speed with Elemental Skills","orbit":3},"52574":{"stats":["6% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":-7,"id":55478}],"group":498,"skill":52574,"orbitIndex":21,"name":"Attack Area Damage and Area","orbit":7},"59710":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":5,"id":52618}],"group":102,"skill":59710,"orbitIndex":6,"name":"Shapeshifting","orbit":7},"6338":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[{"orbit":0,"id":2254}],"group":661,"skill":6338,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"31773":{"icon":"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds","skill":31773,"stats":["Archon recovery period expires 25% faster"],"recipe":["Envy","Isolation","Disgust"],"connections":[],"group":432,"orbitIndex":1,"isNotable":true,"name":"Resurging Archon","orbit":7},"8852":{"stats":["15% increased amount of Life Leeched","Leech Life 5% slower"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[],"group":89,"skill":8852,"orbitIndex":17,"name":"Life Leech and Slower Leech","orbit":2},"22713":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":19722},{"orbit":0,"id":4959},{"orbit":0,"id":19003}],"group":1069,"skill":22713,"orbitIndex":6,"name":"Cold Damage","orbit":7},"47284":{"stats":["Minions have +20% to Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdResistNode.dds","connections":[{"orbit":0,"id":3332}],"group":491,"skill":47284,"orbitIndex":0,"name":"Minion Cold Resistance","orbit":0},"13701":{"stats":["5% reduced Effect of Chill on you","10% increased Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":17871},{"orbit":0,"id":59538}],"group":1187,"skill":13701,"orbitIndex":2,"name":"Freeze and Chill Resistance","orbit":2},"5335":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":5335,"stats":["Gain additional Ailment Threshold equal to 30% of maximum Energy Shield","10% reduced Duration of Ailments on You"],"recipe":["Envy","Despair","Fear"],"connections":[{"orbit":0,"id":52060}],"group":1087,"orbitIndex":7,"isNotable":true,"name":"Shimmering Mirage","orbit":7},"40024":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-2,"id":2091}],"group":1054,"skill":40024,"orbitIndex":4,"name":"Poison Chance","orbit":7},"61419":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":61419,"stats":[],"group":627,"connections":[{"orbit":0,"id":3025},{"orbit":0,"id":5314},{"orbit":0,"id":46819}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"2486":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":2486,"stats":["Damage with Hits is Lucky against Enemies that are on Low Life"],"recipe":["Suffering","Envy","Isolation"],"connections":[{"orbit":3,"id":63732},{"orbit":7,"id":19341},{"orbit":0,"id":58884}],"group":732,"orbitIndex":22,"isNotable":true,"name":"Stars Aligned","orbit":7},"45037":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":9736}],"group":759,"skill":45037,"orbitIndex":17,"name":"Armour and Evasion","orbit":7},"60362":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":56265}],"group":1251,"skill":60362,"orbitIndex":6,"name":"Critical Damage","orbit":2},"49394":{"stats":["15% increased Magnitude of Bleeding you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":23786}],"group":957,"skill":49394,"orbitIndex":19,"name":"Critical Bleeding Effect","orbit":7},"38969":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":38969,"stats":["10% increased Accuracy Rating","Gain Accuracy Rating equal to your Intelligence"],"recipe":["Fear","Suffering","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[{"orbit":0,"id":50588}],"group":979,"orbitIndex":0,"isNotable":true,"name":"Finesse","orbit":0},"9046":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":5,"id":56776}],"group":1010,"skill":9046,"orbitIndex":8,"name":"Critical Chance","orbit":3},"17625":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":-5,"id":10873}],"group":102,"skill":17625,"orbitIndex":18,"name":"Shapeshifting","orbit":7},"42522":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds","skill":42522,"stats":["50% chance when collecting an Elemental Infusion to gain another different Elemental Infusion"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":127,"isNotable":true,"name":"Refracted Infusion","orbit":9},"17303":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":17303,"stats":["40% increased Cooldown Recovery Rate for Grenade Skills","80% reduced Grenade Damage"],"recipe":["Disgust","Despair","Envy"],"connections":[{"orbit":0,"id":17026},{"orbit":0,"id":27992}],"group":502,"orbitIndex":6,"isNotable":true,"name":"Utility Ordnance","orbit":7},"11094":{"stats":["Charms applied to you have 10% increased Effect"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-6,"id":59303}],"group":1097,"skill":11094,"orbitIndex":3,"name":"Charm Effect","orbit":7},"15617":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":15617,"stats":["20% increased Life Recovery from Flasks","Life Flasks applied to you grant Guard for 4 seconds equal to 8% of the Life Recovery per Second they apply"],"recipe":["Envy","Envy","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":415,"orbitIndex":0,"isNotable":true,"name":"Heavy Drinker","orbit":0},"17501":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[],"group":531,"skill":17501,"orbitIndex":7,"name":"Minion Damage","orbit":2},"48745":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":22558},{"orbit":-2,"id":7878}],"group":356,"skill":48745,"orbitIndex":0,"name":"Shield Block","orbit":0},"14725":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","connections":[{"orbit":-5,"id":49220},{"orbit":0,"id":34233}],"group":820,"skill":14725,"orbitIndex":18,"name":"Skill Speed","orbit":2},"39621":{"stats":["Inherent Rage Loss starts 1 second later"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":14176},{"orbit":0,"id":26725}],"group":222,"skill":39621,"orbitIndex":0,"name":"Later Rage Loss Start","orbit":0},"11032":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern","connections":[],"group":944,"skill":11032,"orbitIndex":0,"name":"Evasion and Energy Shield Mastery","orbit":0},"43579":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":0,"id":35369}],"group":151,"skill":43579,"orbitIndex":9,"name":"Mana Mastery","orbit":1},"17955":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":17955,"stats":["30% reduced Evasion Rating if you have been Hit Recently","100% increased Evasion Rating if you haven't been Hit Recently"],"recipe":["Paranoia","Paranoia","Greed"],"connections":[{"orbit":0,"id":51708}],"group":924,"orbitIndex":6,"isNotable":true,"name":"Careful Consideration","orbit":3},"58379":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds","skill":58379,"stats":["Grants Skill: Acidic Concoction"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1318,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Acidic Concoction","orbit":0},"31112":{"stats":["15% increased Ballista Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[],"group":771,"skill":31112,"orbitIndex":2,"name":"Ballista Critical Strike","orbit":7},"29328":{"stats":["10% increased chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":0,"id":43201}],"group":618,"skill":29328,"orbitIndex":61,"name":"Ailment Chance","orbit":4},"32301":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":32301,"stats":["15% increased Mana Regeneration Rate","30% increased Magnitude of Shock you inflict"],"recipe":["Despair","Disgust","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":50277}],"group":1126,"orbitIndex":0,"isNotable":true,"name":"Frazzled","orbit":0},"2071":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":38420}],"group":426,"skill":2071,"orbitIndex":2,"name":"Mana Regeneration","orbit":2},"37372":{"stats":["3% increased Attack and Cast Speed with Lightning Skills"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":13738}],"group":827,"skill":37372,"orbitIndex":0,"name":"Lightning Skill Speed","orbit":0},"50062":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","skill":50062,"stats":["20% increased maximum Energy Shield","Defend with 120% of Armour while not on Low Energy Shield"],"recipe":["Despair","Greed","Envy"],"connections":[{"orbit":0,"id":37641}],"group":229,"orbitIndex":2,"isNotable":true,"name":"Reinforced Barrier","orbit":2},"46882":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":46882,"stats":[],"group":1020,"connections":[],"orbitIndex":8,"name":"Jewel Socket","orbit":1},"23307":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":23307,"stats":["+5 to any Attribute"],"isAttribute":true,"group":119,"connections":[{"orbit":0,"id":10100},{"orbit":0,"id":59945},{"orbit":0,"id":59886}],"orbitIndex":0,"name":"Attribute","orbit":0},"41873":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[],"group":1280,"skill":41873,"orbitIndex":22,"name":"Frenzy Charge Duration","orbit":2},"21721":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":15899},{"orbit":0,"id":55066},{"orbit":2147483647,"id":62194}],"group":602,"skill":21721,"orbitIndex":4,"name":"Bleeding Chance","orbit":3},"57462":{"stats":["8% increased Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-6,"id":12078}],"group":1143,"skill":57462,"orbitIndex":17,"name":"Projectile Speed","orbit":3},"54282":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54282,"stats":["+5 to any Attribute"],"isAttribute":true,"group":649,"connections":[{"orbit":0,"id":52125},{"orbit":2147483647,"id":11066}],"orbitIndex":0,"name":"Attribute","orbit":3},"44371":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds","skill":44371,"stats":["Gain Deflection Rating equal to 20% of Armour","Gain 100% of Evasion Rating as extra Ailment Threshold"],"ascendancyName":"Tactician","connections":[{"orbit":0,"id":30151}],"group":293,"orbitIndex":0,"isNotable":true,"name":"Polish That Gear","orbit":0},"58783":{"stats":["8% increased amount of Life Leeched","8% increased Armour and Evasion Rating while Leeching"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":26520}],"group":736,"skill":58783,"orbitIndex":19,"name":"Life Leech. Armour and Evasion while Leeching","orbit":2},"13174":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds","skill":13174,"stats":["Maximum Mana is replaced by twice as much Maximum Infernal Flame","Gain Infernal Flame instead of spending Mana for Skill costs","Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum","Lose all Infernal Flame on reaching maximum Infernal Flame","25% of Infernal Flame lost per second if none was gained in the past 2 seconds"],"ascendancyName":"Infernalist","connections":[{"orbit":0,"id":770}],"group":611,"orbitIndex":3,"isNotable":true,"name":"Pyromantic Pact","orbit":6},"14958":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":17548}],"group":887,"skill":14958,"orbitIndex":10,"name":"Critical Chance","orbit":1},"56935":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":56935,"stats":["+5 to any Attribute"],"isAttribute":true,"group":600,"connections":[{"orbit":0,"id":57710},{"orbit":0,"id":34058}],"orbitIndex":0,"name":"Attribute","orbit":0},"64325":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-4,"id":45304}],"group":1200,"skill":64325,"orbitIndex":11,"name":"Poison Damage","orbit":3},"3995":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":12311}],"group":724,"skill":3995,"orbitIndex":13,"name":"Crossbow Reload Speed","orbit":7},"45969":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":45969,"stats":["+5 to any Attribute"],"isAttribute":true,"group":549,"connections":[{"orbit":-7,"id":28693},{"orbit":0,"id":24880}],"orbitIndex":36,"name":"Attribute","orbit":6},"43578":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[],"group":652,"skill":43578,"orbitIndex":26,"name":"Projectile Damage","orbit":4},"25619":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":25619,"stats":["10% increased Attack Speed","15% chance to Blind Enemies on Hit with Attacks"],"recipe":["Despair","Despair","Despair"],"connections":[{"orbit":3,"id":43562}],"group":690,"orbitIndex":12,"isNotable":true,"name":"Sand in the Eyes","orbit":2},"39886":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":39886,"stats":["+5 to any Attribute"],"isAttribute":true,"group":566,"connections":[{"orbit":0,"id":56935}],"orbitIndex":0,"name":"Attribute","orbit":0},"49799":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":46224}],"group":797,"skill":49799,"orbitIndex":20,"name":"Mana Flask Recovery","orbit":2},"1755":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":31707}},"skill":1755,"stats":["8% increased Spell Damage"],"isSwitchable":true,"group":609,"connections":[{"orbit":-4,"id":18845}],"orbitIndex":17,"name":"Spell Damage","orbit":2},"30905":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":5,"id":8697},{"orbit":6,"id":34201}],"group":891,"skill":30905,"orbitIndex":21,"name":"Elemental Attack Damage","orbit":4},"9411":{"stats":["25% increased Life Recovery from Flasks used when on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":49466}],"group":1028,"skill":9411,"orbitIndex":15,"name":"Life Flasks","orbit":7},"16013":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":41811}],"group":1174,"skill":16013,"orbitIndex":6,"name":"Daze on Hit","orbit":7},"43842":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":2,"id":5695},{"orbit":2,"id":28092}],"group":432,"skill":43842,"orbitIndex":0,"name":"Archon Effect","orbit":0},"63267":{"stats":["12% increased Attack Damage while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":65424}],"group":681,"skill":63267,"orbitIndex":3,"name":"Dual Wielding Damage","orbit":2},"27667":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds","skill":27667,"stats":["Enemies you Curse have at least 15% of Life Reserved"],"ascendancyName":"Blood Mage","connections":[],"group":795,"orbitIndex":8,"isNotable":true,"name":"Whispers of the Flesh","orbit":6},"38568":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern","connections":[],"group":914,"skill":38568,"orbitIndex":2,"name":"Blind Mastery","orbit":1},"50715":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":50715,"stats":["+1 to maximum Cold Infusions"],"recipe":["Greed","Envy","Fear"],"connections":[{"orbit":0,"id":50383}],"group":605,"orbitIndex":21,"isNotable":true,"name":"Frozen Limit","orbit":7},"54283":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":26324}],"group":372,"skill":54283,"orbitIndex":21,"name":"Armour","orbit":3},"53895":{"stats":["15% reduced Grenade Detonation Time"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":2,"id":17303}],"group":502,"skill":53895,"orbitIndex":8,"name":"Grenade Fuse Duration","orbit":3},"4061":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":27491}],"group":514,"skill":4061,"orbitIndex":36,"name":"Energy Shield","orbit":4},"16114":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":350,"skill":16114,"orbitIndex":0,"name":"Aura Mastery","orbit":0},"64324":{"stats":["4% increased Block chance","5% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":9,"id":41442}],"group":180,"skill":64324,"orbitIndex":17,"name":"Block and Stun Threshold","orbit":3},"62350":{"stats":["5% increased Flask Effect Duration","2% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[],"group":1050,"skill":62350,"orbitIndex":12,"name":"Attack Speed and Flask Duration","orbit":2},"52829":{"stats":["12% increased Stun Buildup","10% increased Damage with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":375}],"group":81,"skill":52829,"orbitIndex":63,"name":"Mace Damage and Stun Buildup","orbit":4},"6222":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":57608},{"orbit":0,"id":9037},{"orbit":0,"id":65189}],"group":149,"skill":6222,"orbitIndex":64,"name":"Shapeshifting","orbit":5},"19674":{"stats":["8% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":41493}],"group":250,"skill":19674,"orbitIndex":2,"name":"Attack Area Damage and Area","orbit":3},"5314":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":5314,"stats":["+5 to any Attribute"],"isAttribute":true,"group":626,"connections":[{"orbit":0,"id":29009}],"orbitIndex":36,"name":"Attribute","orbit":4},"63002":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":63002,"stats":["Buffs on you expire 10% slower"],"ascendancyName":"Chronomancer","group":243,"connections":[{"orbit":0,"id":58747}],"orbitIndex":0,"name":"Buff Expiry Rate","orbit":0},"21070":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":57388}],"group":157,"skill":21070,"orbitIndex":20,"name":"Attack Critical Chance","orbit":7},"54811":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54811,"stats":["+5 to any Attribute"],"isAttribute":true,"group":312,"connections":[{"orbit":0,"id":13474}],"orbitIndex":0,"name":"Attribute","orbit":0},"31433":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","skill":31433,"stats":["20% increased Elemental Damage with Attacks","5% of Physical Damage from Hits taken as Damage of a Random Element"],"recipe":["Isolation","Isolation","Paranoia"],"connections":[{"orbit":-4,"id":21495},{"orbit":0,"id":5348}],"group":1088,"orbitIndex":8,"isNotable":true,"name":"Catalysis","orbit":2},"50192":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":50192,"stats":["3% increased maximum Life"],"ascendancyName":"Blood Mage","group":851,"connections":[{"orbit":-9,"id":31223}],"orbitIndex":0,"name":"Life","orbit":0},"55478":{"stats":["6% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":4,"id":48006},{"orbit":-3,"id":16168}],"group":498,"skill":55478,"orbitIndex":2,"name":"Attack Area Damage and Area","orbit":2},"52298":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":52298,"stats":["+5 to any Attribute"],"isAttribute":true,"group":188,"connections":[{"orbit":0,"id":4527},{"orbit":0,"id":26725},{"orbit":0,"id":53308},{"orbit":0,"id":31805},{"orbit":0,"id":52126}],"orbitIndex":0,"name":"Attribute","orbit":0},"35792":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":35792,"stats":["Gain 8 Rage when you use a Life Flask"],"recipe":["Isolation","Despair","Isolation"],"connections":[],"group":214,"orbitIndex":12,"isNotable":true,"name":"Blood of Rage","orbit":2},"31763":{"stats":["10% increased Critical Hit Chance with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":43155}],"group":760,"skill":31763,"orbitIndex":27,"name":"Crossbow Critical Chance","orbit":4},"46760":{"stats":["20% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":51534},{"orbit":0,"id":8631}],"group":441,"skill":46760,"orbitIndex":0,"name":"Critical Chance","orbit":0},"54148":{"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","skill":54148,"stats":["Damage Penetrates 15% Fire Resistance","15% increased Duration of Damaging Ailments on Enemies"],"recipe":["Isolation","Envy","Fear"],"connections":[{"orbit":0,"id":52746},{"orbit":0,"id":56934}],"group":438,"orbitIndex":6,"isNotable":true,"name":"Smoke Inhalation","orbit":2},"21788":{"stats":["12% increased Damage with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":8573},{"orbit":0,"id":34612}],"group":1261,"skill":21788,"orbitIndex":21,"name":"Bow Damage","orbit":5},"13407":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":13407,"stats":["25% increased Critical Damage Bonus","+10 to Strength"],"recipe":["Isolation","Paranoia","Fear"],"connections":[{"orbit":-3,"id":23040},{"orbit":0,"id":51583}],"group":1285,"orbitIndex":9,"isNotable":true,"name":"Heartbreaking","orbit":2},"44373":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":44373,"stats":["Unwithered enemies are Withered for 8 seconds when they enter your Presence","20% increased Withered Magnitude"],"recipe":["Guilt","Guilt","Isolation"],"connections":[],"group":1122,"orbitIndex":0,"isNotable":true,"name":"Wither Away","orbit":0},"50720":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":43557},{"orbit":-3,"id":11376},{"orbit":3,"id":34199},{"orbit":3,"id":30523}],"group":621,"skill":50720,"orbitIndex":23,"name":"Minion Damage","orbit":3},"45162":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":7,"id":24801},{"orbit":-2,"id":63031}],"group":143,"skill":45162,"orbitIndex":18,"name":"Presence Area","orbit":7},"65256":{"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","skill":65256,"stats":["50% increased Hazard Area of Effect","20% reduced Hazard Damage"],"recipe":["Guilt","Disgust","Despair"],"connections":[{"orbit":0,"id":34845},{"orbit":0,"id":40626}],"group":1076,"orbitIndex":0,"isNotable":true,"name":"Widespread Coverage","orbit":0},"31697":{"stats":["10% increased Elemental Infusion duration"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":51303}],"group":346,"skill":31697,"orbitIndex":4,"name":"Infusion Damage","orbit":2},"16347":{"stats":["+2 to Maximum Rage"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":52373}],"group":290,"skill":16347,"orbitIndex":2,"name":"Maximum Rage","orbit":2},"35265":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":35265,"stats":["+5 to any Attribute"],"isAttribute":true,"group":422,"connections":[{"orbit":0,"id":31903},{"orbit":0,"id":48589},{"orbit":0,"id":18374},{"orbit":0,"id":6274}],"orbitIndex":0,"name":"Attribute","orbit":0},"54676":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":39759},{"orbit":0,"id":37612}],"group":447,"skill":54676,"orbitIndex":15,"name":"Life Regeneration","orbit":2},"5066":{"stats":["10% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":6714}],"group":525,"skill":5066,"orbitIndex":8,"name":"Curse Effect on you","orbit":2},"19011":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":45363}],"group":418,"skill":19011,"orbitIndex":20,"name":"Melee Damage","orbit":3},"7246":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":7246,"stats":["12% increased Mana Regeneration Rate"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":39204}],"orbitIndex":54,"name":"Mana Regeneration","orbit":8},"35653":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":35653},{"orbit":0,"id":65468}],"group":691,"skill":35653,"orbitIndex":0,"name":"Grenade Damage","orbit":0},"9908":{"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","skill":9908,"stats":["15% increased Cost Efficiency of Attacks","18% of Skill Mana Costs Converted to Life Costs"],"recipe":["Envy","Fear","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":294,"orbitIndex":8,"isNotable":true,"name":"Price of Freedom","orbit":2},"23382":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":23382,"stats":["+5 to any Attribute"],"isAttribute":true,"group":249,"connections":[{"orbit":0,"id":59093},{"orbit":0,"id":7960},{"orbit":0,"id":9065}],"orbitIndex":0,"name":"Attribute","orbit":0},"64851":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":64851,"stats":["12% increased Block chance","20% increased Parried Debuff Duration"],"recipe":["Greed","Guilt","Greed"],"connections":[{"orbit":0,"id":21324}],"group":938,"orbitIndex":9,"isNotable":true,"name":"Flashy Parrying","orbit":7},"1020":{"stats":["6% increased bonuses gained from Equipped Quiver"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[{"orbit":0,"id":54631}],"group":1129,"skill":1020,"orbitIndex":3,"name":"Quiver Effect","orbit":7},"40276":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":32745},{"orbit":0,"id":60241}],"group":390,"skill":40276,"orbitIndex":0,"name":"Bleed Chance","orbit":0},"38430":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[{"orbit":0,"id":10499}],"group":528,"skill":38430,"orbitIndex":0,"name":"Trap Mastery","orbit":0},"31903":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":31903,"stats":["+5 to any Attribute"],"isAttribute":true,"group":396,"connections":[{"orbit":0,"id":37612},{"orbit":0,"id":56605},{"orbit":0,"id":38010}],"orbitIndex":0,"name":"Attribute","orbit":0},"63009":{"stats":["Remnants can be collected from 10% further away"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[{"orbit":0,"id":37593}],"group":688,"skill":63009,"orbitIndex":3,"name":"Remnant Pickup Range","orbit":2},"43720":{"stats":["+5% to Cold Resistance","10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[],"group":1046,"skill":43720,"orbitIndex":11,"name":"Mana Leech and Cold Resistance","orbit":2},"38694":{"stats":["Herald Skills deal 20% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":-4,"id":22188}],"group":710,"skill":38694,"orbitIndex":8,"name":"Herald Damage","orbit":7},"11855":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":30829}],"group":808,"skill":11855,"orbitIndex":16,"name":"Accuracy","orbit":2},"46887":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":-6,"id":43720},{"orbit":0,"id":38463}],"group":1046,"skill":46887,"orbitIndex":6,"name":"Mana Leech","orbit":3},"17367":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-6,"id":53941},{"orbit":0,"id":12761}],"group":939,"skill":17367,"orbitIndex":4,"name":"Evasion and Energy Shield","orbit":3},"51248":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":38292},{"orbit":4,"id":6015}],"group":429,"skill":51248,"orbitIndex":9,"name":"Fire Damage","orbit":2},"44372":{"stats":["6% increased Spell Damage","2% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/AuraNotable.dds","connections":[{"orbit":0,"id":11679},{"orbit":0,"id":25829}],"group":521,"skill":44372,"orbitIndex":22,"name":"Spell Damage and Cast Speed","orbit":2},"4492":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[],"group":647,"skill":4492,"orbitIndex":0,"name":"Attributes Mastery","orbit":0},"24825":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24825,"stats":["+5 to any Attribute"],"isAttribute":true,"group":858,"connections":[{"orbit":-3,"id":16460},{"orbit":-3,"id":29479},{"orbit":-3,"id":60738}],"orbitIndex":10,"name":"Attribute","orbit":3},"15424":{"stats":["15% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","connections":[{"orbit":0,"id":58157},{"orbit":0,"id":35151}],"group":1113,"skill":15424,"orbitIndex":20,"name":"Stun Threshold","orbit":2},"43443":{"stats":["15% increased Critical Hit Chance with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":32148},{"orbit":0,"id":49370},{"orbit":0,"id":8535}],"group":63,"skill":43443,"orbitIndex":0,"name":"Flail Critical Chance","orbit":0},"42914":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":42914,"stats":["15% increased Damage with Flails","6% increased Attack Speed with Flails"],"connections":[{"orbit":0,"id":33393},{"orbit":0,"id":50847}],"group":72,"orbitIndex":60,"isNotable":true,"name":"Ball and Chain","orbit":4},"15618":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","connections":[{"orbit":0,"id":57710}],"group":630,"skill":15618,"orbitIndex":0,"name":"Spell Critical Damage","orbit":3},"33404":{"icon":"Art/2DArt/SkillIcons/passives/EternalYouth.dds","skill":33404,"isKeystone":true,"stats":["Life Recharges instead of Energy Shield","50% less Life Recovery from Flasks"],"group":1140,"connections":[{"orbit":0,"id":57821}],"orbitIndex":0,"name":"Eternal Youth","orbit":0},"41861":{"icon":"Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds","skill":41861,"isKeystone":true,"stats":["You can have two Companions of different types","You have 30% less Defences","Companions have +1 to each Defence for every 2 of that Defence you have"],"group":1235,"connections":[],"orbitIndex":0,"name":"Trusted Kinship","orbit":0},"52703":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds","skill":52703,"stats":["1% increased Critical Damage Bonus per 50 Life"],"ascendancyName":"Blood Mage","connections":[],"group":780,"orbitIndex":0,"isNotable":true,"name":"Gore Spike","orbit":0},"8349":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":31644}],"group":565,"skill":8349,"orbitIndex":19,"name":"Energy Shield Recharge","orbit":2},"1499":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds","connections":[{"orbit":-2,"id":33830}],"group":1279,"skill":1499,"orbitIndex":0,"name":"Life Regeneration","orbit":2},"64462":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":0,"id":53150}],"group":1212,"skill":64462,"orbitIndex":17,"name":"Mana Leech","orbit":2},"36709":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[],"group":518,"skill":36709,"orbitIndex":6,"name":"Stun Threshold","orbit":7},"64726":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[{"orbit":0,"id":46296},{"orbit":0,"id":38479}],"group":761,"skill":64726,"orbitIndex":8,"name":"Projectile Mastery","orbit":2},"13772":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds","skill":13772,"orbitIndex":0,"stats":["Body Armour grants +50% of Armour also applies to Elemental Damage"],"ascendancyName":"Smith of Kitava","connections":[],"group":24,"applyToArmour":true,"isNotable":true,"name":"Flowing Metal","orbit":0},"23305":{"stats":["Mark Skills have 10% increased Use Speed"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":-3,"id":21279},{"orbit":0,"id":51602}],"group":1169,"skill":23305,"orbitIndex":3,"name":"Mark Use Speed","orbit":2},"49259":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":128,"skill":49259,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"44776":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":48773},{"orbit":5,"id":1841}],"group":1226,"skill":44776,"orbitIndex":18,"name":"Evasion","orbit":5},"35918":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":35918,"stats":["40% increased Presence Area of Effect","8% reduced Area of Effect"],"recipe":["Disgust","Paranoia","Suffering"],"connections":[{"orbit":0,"id":52038}],"group":161,"orbitIndex":2,"isNotable":true,"name":"One For All","orbit":7},"45569":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":55596}],"group":236,"skill":45569,"orbitIndex":14,"name":"Spell Critical Damage","orbit":2},"64990":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds","connections":[{"orbit":0,"id":60891},{"orbit":0,"id":18897},{"orbit":0,"id":27705}],"group":1248,"skill":64990,"orbitIndex":10,"name":"Intelligence","orbit":2},"5710":{"icon":"Art/2DArt/SkillIcons/passives/strongarm.dds","skill":5710,"stats":["10% increased Stun Buildup","16% increased Melee Damage","+10 to Strength"],"connections":[{"orbit":-3,"id":6839},{"orbit":0,"id":38323},{"orbit":0,"id":14923},{"orbit":-4,"id":6529}],"group":503,"orbitIndex":51,"isNotable":true,"name":"Brutal","orbit":4},"10265":{"icon":"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds","skill":10265,"stats":["40% increased Critical Damage Bonus with Spears"],"recipe":["Greed","Despair","Disgust"],"connections":[{"orbit":0,"id":36071}],"group":1196,"orbitIndex":48,"isNotable":true,"name":"Javelin","orbit":6},"25031":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":225,"skill":25031,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"24240":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":24240,"stats":["Debuffs you inflict have 10% increased Slow Magnitude","Debuffs on you expire 20% faster"],"recipe":["Fear","Despair","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern","connections":[{"orbit":-7,"id":11764}],"group":1038,"orbitIndex":0,"isNotable":true,"name":"Time Manipulation","orbit":0},"62603":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":3,"id":19715}],"group":571,"skill":62603,"orbitIndex":20,"name":"Fire Penetration","orbit":3},"18624":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":-2,"id":39608},{"orbit":2,"id":12329}],"group":1242,"skill":18624,"orbitIndex":22,"name":"Hazard Damage","orbit":3},"33141":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":30732,"name":"Life","stats":["3% increased maximum Life"]}},"skill":33141,"stats":["3% increased maximum Life"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":4,"id":33570}],"orbitIndex":9,"name":"Life","orbit":9},"2847":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":2847,"stats":["+5 to any Attribute"],"isAttribute":true,"group":634,"connections":[{"orbit":0,"id":45272}],"orbitIndex":0,"name":"Attribute","orbit":0},"24438":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":24438,"stats":["Totems gain +20% to all Elemental Resistances","Totems have 20% additional Physical Damage Reduction"],"recipe":["Despair","Greed","Despair"],"connections":[{"orbit":0,"id":46748},{"orbit":0,"id":17745}],"group":370,"orbitIndex":0,"isNotable":true,"name":"Hardened Wood","orbit":0},"28797":{"stats":["3% increased Attack Speed with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":632}],"group":1269,"skill":28797,"orbitIndex":65,"name":"Dagger Speed","orbit":6},"38292":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":33397}],"group":429,"skill":38292,"orbitIndex":15,"name":"Flammability Magnitude","orbit":2},"18822":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":-3,"id":21567},{"orbit":3,"id":47790}],"group":102,"skill":18822,"orbitIndex":0,"name":"Shapeshifting","orbit":1},"61149":{"stats":["20% increased Stun Recovery"],"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","connections":[{"orbit":0,"id":42760}],"group":1113,"skill":61149,"orbitIndex":13,"name":"Stun Recovery","orbit":2},"65518":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds","skill":65518,"stats":["50% less Life Recovery from Flasks","Gain 1 Life Flask Charge per 4% Life spent","On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed","Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way"],"ascendancyName":"Blood Mage","connections":[],"group":795,"orbitIndex":6,"isNotable":true,"name":"Sanguine Tides","orbit":5},"49136":{"stats":["12% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":4,"id":9604},{"orbit":-3,"id":59466}],"group":308,"skill":49136,"orbitIndex":70,"name":"Life Leech","orbit":4},"39083":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":39083,"stats":["6% increased Skill Speed","6% of Skill Mana Costs Converted to Life Costs"],"recipe":["Guilt","Fear","Disgust"],"connections":[],"group":364,"orbitIndex":0,"isNotable":true,"name":"Blood Rush","orbit":0},"22049":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["10% increased Melee Damage","10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","name":"Melee and Projectile Damage","id":28255}},"skill":22049,"stats":["10% increased Projectile Damage"],"isSwitchable":true,"group":889,"connections":[{"orbit":0,"id":60505}],"orbitIndex":0,"name":"Projectile Damage","orbit":0},"6127":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds","skill":6127,"stats":["Gain a stack of Jade every second","Grants Skill: Encase in Jade"],"ascendancyName":"Warbringer","connections":[],"group":21,"orbitIndex":0,"isNotable":true,"name":"Jade Heritage","orbit":0},"41736":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":41736,"stats":[],"ascendancyName":"Amazon","isAscendancyStart":true,"group":1347,"connections":[{"orbit":0,"id":46071},{"orbit":0,"id":35033},{"orbit":4,"id":5563},{"orbit":0,"id":60662},{"orbit":-4,"id":2702},{"orbit":0,"id":6109}],"orbitIndex":27,"name":"Amazon","orbit":6},"47150":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":-5,"id":56910}],"group":640,"skill":47150,"orbitIndex":16,"name":"Armour and Evasion","orbit":2},"7960":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":7960,"stats":[],"group":288,"connections":[],"orbitIndex":2,"name":"Jewel Socket","orbit":1},"45304":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-4,"id":6078}],"group":1200,"skill":45304,"orbitIndex":18,"name":"Poison Duration","orbit":3},"22115":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds","connections":[{"orbit":0,"id":61263},{"orbit":0,"id":59446}],"group":992,"skill":22115,"orbitIndex":10,"name":"Intelligence","orbit":1},"16433":{"isMultipleChoice":true,"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds","skill":16433,"stats":[],"ascendancyName":"Pathfinder","connections":[{"orbit":0,"id":4495},{"orbit":0,"id":12795},{"orbit":0,"id":57253},{"orbit":0,"id":39292}],"group":1323,"orbitIndex":0,"isNotable":true,"name":"Practical Remedies","orbit":0},"39347":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":39347,"stats":["30% increased Stun Buildup","12% increased Area of Effect if you have Stunned an Enemy Recently"],"recipe":["Disgust","Disgust","Disgust"],"connections":[],"group":141,"orbitIndex":21,"isNotable":true,"name":"Breaking Blows","orbit":3},"49388":{"stats":["10% increased Magnitude of Chill you inflict","10% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":37304},{"orbit":-7,"id":38215},{"orbit":7,"id":4806}],"group":1123,"skill":49388,"orbitIndex":19,"name":"Elemental","orbit":2},"7068":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds","skill":7068,"stats":["25% increased bonuses gained from Equipped Rings and Amulets"],"ascendancyName":"Ritualist","connections":[],"group":1349,"orbitIndex":0,"isNotable":true,"name":"Mystic Attunement","orbit":0},"60620":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":45992}],"group":299,"skill":60620,"orbitIndex":4,"name":"Strength","orbit":7},"16499":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":16499,"stats":["40% increased Curse Duration","10% increased Curse Magnitudes"],"recipe":["Isolation","Despair","Envy"],"connections":[{"orbit":0,"id":36814}],"group":700,"orbitIndex":12,"isNotable":true,"name":"Lingering Whispers","orbit":7},"989":{"stats":["15% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":26416}],"group":214,"skill":989,"orbitIndex":20,"name":"Life Flasks","orbit":2},"52429":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":7,"id":58930}],"group":500,"skill":52429,"orbitIndex":13,"name":"Cast Speed","orbit":3},"56928":{"stats":["5% increased Flask Effect Duration","2% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":7,"id":62350}],"group":1050,"skill":56928,"orbitIndex":15,"name":"Attack Speed and Flask Duration","orbit":3},"44498":{"stats":["10% increased Exposure Effect"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-5,"id":22439},{"orbit":0,"id":38068}],"group":590,"skill":44498,"orbitIndex":20,"name":"Exposure Effect","orbit":3},"64064":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[],"group":1127,"skill":64064,"orbitIndex":0,"name":"Accuracy","orbit":0},"37641":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern","connections":[],"group":229,"skill":37641,"orbitIndex":0,"name":"Armour and Energy Shield Mastery","orbit":0},"2560":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":20044}],"group":1274,"skill":2560,"orbitIndex":1,"name":"Deflection","orbit":2},"24039":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds","skill":24039,"stats":["Reserves 25% of Life","+1 to Maximum Energy Shield per 8 Maximum Life"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":51,"isNotable":true,"name":"Beidat's Hand","orbit":5},"54675":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":58814}],"group":786,"skill":54675,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"8154":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryChannelling.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":0,"id":3921},{"orbit":0,"id":38398}],"group":428,"skill":8154,"orbitIndex":0,"name":"Herald Mastery","orbit":0},"58109":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":58109,"stats":["+5 to any Attribute"],"isAttribute":true,"group":692,"connections":[{"orbit":0,"id":14340}],"orbitIndex":0,"name":"Attribute","orbit":0},"42916":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":11030}],"group":229,"skill":42916,"orbitIndex":4,"name":"Energy Shield Delay","orbit":3},"37905":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[],"group":1238,"skill":37905,"orbitIndex":2,"name":"Flammability Magnitude","orbit":3},"63659":{"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","skill":63659,"stats":["25% increased Critical Hit Chance with Traps"],"connections":[{"orbit":0,"id":33964},{"orbit":0,"id":37616}],"group":1221,"orbitIndex":45,"isNotable":true,"name":"Clever Construction","orbit":4},"21324":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern","connections":[],"group":938,"skill":21324,"orbitIndex":7,"name":"Buckler Mastery","orbit":2},"24766":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":24766,"stats":["50% increased Surrounded Area of Effect"],"recipe":["Guilt","Ire","Suffering"],"connections":[{"orbit":-3,"id":11257},{"orbit":-7,"id":31566},{"orbit":0,"id":51974}],"group":603,"orbitIndex":0,"isNotable":true,"name":"Paranoia","orbit":0},"51774":{"stats":["15% reduced Volatility Explosion delay"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":2,"id":34425}],"group":1234,"skill":51774,"orbitIndex":10,"name":"Volatility Detonation Time","orbit":2},"31175":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":31175,"stats":["Minions have 40% increased Critical Damage Bonus"],"recipe":["Isolation","Despair","Ire"],"connections":[{"orbit":0,"id":20119}],"group":531,"orbitIndex":22,"isNotable":true,"name":"Grip of Evil","orbit":2},"16084":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":57552}],"group":309,"skill":16084,"orbitIndex":0,"name":"One Handed Damage","orbit":0},"55342":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":55342,"stats":["+5 to any Attribute"],"isAttribute":true,"group":757,"connections":[{"orbit":-5,"id":17248}],"orbitIndex":60,"name":"Attribute","orbit":5},"29391":{"stats":["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":-3,"id":29009},{"orbit":3,"id":5314},{"orbit":3,"id":50715},{"orbit":0,"id":61354},{"orbit":-3,"id":29800}],"group":605,"skill":29391,"orbitIndex":6,"name":"Infused Spell Damage","orbit":2},"46748":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":5,"id":51206},{"orbit":-5,"id":60568}],"group":385,"skill":46748,"orbitIndex":0,"name":"Totem Life","orbit":0},"3336":{"stats":["20% increased Critical Damage Bonus if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":30615}],"group":1216,"skill":3336,"orbitIndex":19,"name":"Critical Damage when consuming a Power Charge","orbit":2},"7741":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":7741,"stats":["+5 to any Attribute"],"isAttribute":true,"group":657,"connections":[{"orbit":0,"id":42500}],"orbitIndex":5,"name":"Attribute","orbit":6},"8092":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":6,"id":44605},{"orbit":0,"id":59028}],"group":652,"skill":8092,"orbitIndex":11,"name":"Projectile Damage","orbit":4},"58513":{"stats":["1% increased Movement Speed","8% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds","connections":[{"orbit":2147483647,"id":14418},{"orbit":0,"id":11774}],"group":1110,"skill":58513,"orbitIndex":9,"name":"Evasion and Movement Speed","orbit":3},"42127":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":4456},{"orbit":0,"id":41573}],"group":582,"skill":42127,"orbitIndex":10,"name":"Fire Penetration","orbit":2},"19680":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":50558}],"group":446,"skill":19680,"orbitIndex":54,"name":"Critical Chance","orbit":4},"48734":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds","skill":48734,"stats":["15% increased Presence Area of Effect","Aura Skills have 10% increased Magnitudes","+10 to Intelligence"],"recipe":["Guilt","Despair","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":1252,"orbitIndex":4,"isNotable":true,"name":"The Howling Primate","orbit":3},"34058":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":34058,"stats":["+5 to any Attribute"],"isAttribute":true,"group":556,"connections":[{"orbit":-6,"id":59376},{"orbit":0,"id":4456}],"orbitIndex":0,"name":"Attribute","orbit":0},"23570":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":23570,"stats":["+5 to any Attribute"],"isAttribute":true,"group":518,"connections":[{"orbit":0,"id":41031}],"orbitIndex":18,"name":"Attribute","orbit":4},"6655":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":6655,"stats":["10% chance to Aggravate Bleeding on targets you Hit with Attacks"],"recipe":["Despair","Suffering","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":543,"orbitIndex":14,"isNotable":true,"name":"Aggravation","orbit":2},"5049":{"stats":["2% increased Attack Speed","+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":49231},{"orbit":3,"id":42177}],"group":494,"skill":5049,"orbitIndex":18,"name":"Attack Speed and Dexterity","orbit":7},"54152":{"stats":["3% increased Movement Speed while Sprinting"],"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","connections":[{"orbit":0,"id":43453}],"group":1163,"skill":54152,"orbitIndex":0,"name":"Sprint Movement Speed","orbit":0},"62609":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":62609,"stats":["Attacks used by Totems have 4% increased Attack Speed per Summoned Totem"],"recipe":["Suffering","Fear","Envy"],"connections":[{"orbit":0,"id":11014},{"orbit":0,"id":16051}],"group":247,"orbitIndex":6,"isNotable":true,"name":"Ancestral Unity","orbit":7},"54416":{"stats":["20% increased Armour if you have been Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":4,"id":60274}],"group":95,"skill":54416,"orbitIndex":12,"name":"Armour","orbit":7},"43444":{"stats":["8% increased Knockback Distance"],"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","connections":[],"group":643,"skill":43444,"orbitIndex":8,"name":"Knockback","orbit":7},"18160":{"stats":["Minions have 20% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":26945}],"group":531,"skill":18160,"orbitIndex":14,"name":"Minion Critical Chance","orbit":7},"39752":{"stats":["10% increased Duration of Ignite, Shock and Chill on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":5936},{"orbit":0,"id":38068}],"group":590,"skill":39752,"orbitIndex":48,"name":"Elemental Ailment Duration","orbit":4},"64327":{"icon":"Art/2DArt/SkillIcons/passives/steelspan.dds","skill":64327,"stats":["12% increased Block chance","Your Heavy Stun buildup empties 50% faster"],"connections":[{"orbit":0,"id":39517},{"orbit":0,"id":49391}],"group":459,"orbitIndex":21,"isNotable":true,"name":"Defender's Resolve","orbit":3},"17101":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","connections":[{"orbit":-2,"id":25362}],"group":1245,"skill":17101,"orbitIndex":17,"name":"Attack Damage","orbit":3},"44765":{"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","skill":44765,"stats":["10% increased Cooldown Recovery Rate","Enemies in your Presence have 10% reduced Cooldown Recovery Rate"],"recipe":["Envy","Guilt","Suffering"],"connections":[{"orbit":0,"id":32233}],"group":674,"orbitIndex":21,"isNotable":true,"name":"Distracting Presence","orbit":3},"42250":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42250,"stats":["+5 to any Attribute"],"isAttribute":true,"group":846,"connections":[{"orbit":0,"id":26786},{"orbit":0,"id":16484},{"orbit":0,"id":44014}],"orbitIndex":0,"name":"Attribute","orbit":0},"30117":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":30117,"stats":["12% increased Critical Hit Chance for Spells"],"ascendancyName":"Blood Mage","group":741,"connections":[{"orbit":5,"id":26383},{"orbit":-5,"id":8415}],"orbitIndex":0,"name":"Spell Critical Chance","orbit":0},"53094":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":38703},{"orbit":0,"id":51048}],"group":929,"skill":53094,"orbitIndex":20,"name":"Accuracy","orbit":7},"23710":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich"}},"skill":23710,"stats":[],"isSwitchable":true,"ascendancyName":"Lich","isAscendancyStart":true,"group":999,"connections":[{"orbit":0,"id":58751},{"orbit":5,"id":2995},{"orbit":-4,"id":51142},{"orbit":-6,"id":39241},{"orbit":5,"id":33141},{"orbit":-4,"id":62797}],"orbitIndex":0,"name":"Necromancer","orbit":9},"60230":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":19602}},"skill":60230,"stats":["8% increased Elemental Damage"],"isSwitchable":true,"group":599,"connections":[{"orbit":0,"id":56935},{"orbit":0,"id":58362},{"orbit":0,"id":10192},{"orbit":0,"id":55909}],"orbitIndex":0,"name":"Elemental Damage","orbit":5},"65243":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":65243,"stats":["30% increased Presence Area of Effect","Aura Skills have 6% increased Magnitudes"],"recipe":["Fear","Greed","Fear"],"connections":[{"orbit":0,"id":46421}],"group":246,"orbitIndex":22,"isNotable":true,"name":"Enveloping Presence","orbit":2},"35921":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":5642}],"group":169,"skill":35921,"orbitIndex":12,"name":"Attack Area","orbit":2},"30910":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-7,"id":59647}],"group":913,"skill":30910,"orbitIndex":13,"name":"Damage and Companion Damage","orbit":2},"10072":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":10072,"stats":["6% increased Block chance"],"ascendancyName":"Warbringer","group":42,"connections":[{"orbit":-7,"id":52068}],"orbitIndex":0,"name":"Block Chance","orbit":0},"42390":{"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","skill":42390,"stats":["Gain 25% of Physical Damage as Extra Fire Damage against Heavy Stunned Enemies"],"recipe":["Disgust","Suffering","Guilt"],"connections":[{"orbit":3,"id":11433},{"orbit":0,"id":63608}],"group":70,"orbitIndex":4,"isNotable":true,"name":"Overheating Blow","orbit":4},"8249":{"stats":["8% increased Critical Hit Chance for Attacks","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":63525},{"orbit":0,"id":16816}],"group":929,"skill":8249,"orbitIndex":8,"name":"Accuracy and Attack Critical Chance","orbit":7},"55995":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":41873}],"group":1280,"skill":55995,"orbitIndex":4,"name":"Frenzy Charge Duration","orbit":2},"22314":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":53140}},"skill":22314,"stats":["8% increased Elemental Damage"],"isSwitchable":true,"group":597,"connections":[{"orbit":0,"id":51184},{"orbit":5,"id":51968}],"orbitIndex":0,"name":"Elemental Damage","orbit":0},"24889":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern","connections":[],"group":1156,"skill":24889,"orbitIndex":2,"name":"Companion Mastery","orbit":7},"62732":{"icon":"Art/2DArt/SkillIcons/passives/Hearty.dds","skill":62732,"stats":["25% increased Stun Threshold","20% increased Life Regeneration Rate while moving"],"connections":[{"orbit":0,"id":64192},{"orbit":0,"id":49391}],"group":459,"orbitIndex":9,"isNotable":true,"name":"Titan's Determination","orbit":3},"43183":{"stats":["2% increased Attack Speed","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":11153}],"group":494,"skill":43183,"orbitIndex":6,"name":"Attack Speed and Accuracy","orbit":7},"57190":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":57190,"stats":["Herald Skills have 25% increased Area of Effect","Herald Skills deal 30% increased Damage"],"recipe":["Paranoia","Guilt","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":0,"id":27859}],"group":710,"orbitIndex":6,"isNotable":true,"name":"Doomsayer","orbit":1},"26739":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":43893}],"group":261,"skill":26739,"orbitIndex":8,"name":"Elemental Damage","orbit":3},"54417":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54417,"stats":["+5 to any Attribute"],"isAttribute":true,"group":636,"connections":[],"orbitIndex":21,"name":"Attribute","orbit":6},"23105":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1246,"skill":23105,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"21387":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21387,"stats":["+5 to any Attribute"],"isAttribute":true,"group":115,"connections":[{"orbit":0,"id":53719},{"orbit":0,"id":3988}],"orbitIndex":0,"name":"Attribute","orbit":0},"29514":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":29514,"stats":["50% increased Grenade Detonation Time","Grenade Skills Fire an additional Projectile"],"recipe":["Suffering","Isolation","Disgust"],"connections":[{"orbit":0,"id":39431}],"group":587,"orbitIndex":3,"isNotable":true,"name":"Cluster Bombs","orbit":3},"34199":{"stats":["Minions have 15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":621,"skill":34199,"orbitIndex":55,"name":"Minion Critical Damage","orbit":4},"18548":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":28992}],"group":768,"skill":18548,"orbitIndex":8,"name":"Attack Speed","orbit":7},"31364":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":31364,"stats":["40% increased Charm Effect Duration","40% increased Charm Charges gained"],"recipe":["Guilt","Greed","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern","connections":[],"group":1203,"orbitIndex":0,"isNotable":true,"name":"Primal Protection","orbit":0},"36449":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":8115}],"group":527,"skill":36449,"orbitIndex":6,"name":"Pin Buildup","orbit":7},"36976":{"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","skill":36976,"stats":["Culling Strike against Enemies you Mark"],"recipe":["Isolation","Suffering","Guilt"],"connections":[],"group":1155,"orbitIndex":9,"isNotable":true,"name":"Marked for Death","orbit":3},"46874":{"stats":["12% increased Attack Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":7449},{"orbit":0,"id":53696}],"group":956,"skill":46874,"orbitIndex":19,"name":"Physical Attack Damage","orbit":7},"43711":{"icon":"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds","skill":43711,"stats":["+6% to Thorns Critical Hit Chance"],"recipe":["Ire","Greed","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern","connections":[],"group":240,"orbitIndex":18,"isNotable":true,"name":"Thornhide","orbit":2},"6952":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[],"group":69,"skill":6952,"orbitIndex":18,"name":"Attack Area","orbit":2},"6502":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupStaff.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern","connections":[],"group":61,"skill":6502,"orbitIndex":0,"name":"Flail Mastery","orbit":0},"36170":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":-3,"id":53853},{"orbit":-4,"id":7628}],"group":552,"skill":36170,"orbitIndex":13,"name":"Armour and Evasion","orbit":2},"18746":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[],"group":83,"skill":18746,"orbitIndex":0,"name":"Shield Block","orbit":0},"14890":{"stats":["10% increased Chill Duration on Enemies","10% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-4,"id":21080}],"group":919,"skill":14890,"orbitIndex":13,"name":"Chill Effect and Duration","orbit":2},"13075":{"stats":["+12 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":50392}],"group":152,"skill":13075,"orbitIndex":0,"name":"Strength","orbit":0},"5594":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":5594,"stats":["20% increased duration of Ailments you inflict against Cursed Enemies"],"recipe":["Isolation","Envy","Despair"],"connections":[{"orbit":0,"id":50107},{"orbit":0,"id":8785}],"group":864,"orbitIndex":12,"isNotable":true,"name":"Decrepifying Curse","orbit":2},"31826":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":31826,"stats":["30% increased Presence Area of Effect","Minions have 15% increased Area of Effect"],"recipe":["Guilt","Envy","Paranoia"],"connections":[{"orbit":0,"id":24889}],"group":1156,"orbitIndex":21,"isNotable":true,"name":"Long Distance Relationship","orbit":3},"9405":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":6,"id":59720}],"group":1226,"skill":9405,"orbitIndex":12,"name":"Evasion","orbit":7},"5726":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":599,"skill":5726,"orbitIndex":0,"name":"Elemental Mastery","orbit":0},"52556":{"stats":["+2 to Maximum Rage"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":-7,"id":16347},{"orbit":0,"id":28304}],"group":290,"skill":52556,"orbitIndex":8,"name":"Maximum Rage","orbit":2},"12120":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-7,"id":51606}],"group":1055,"skill":12120,"orbitIndex":18,"name":"Slow Effect on You","orbit":3},"47931":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47931,"stats":["+5 to any Attribute"],"isAttribute":true,"group":104,"connections":[{"orbit":0,"id":33722},{"orbit":0,"id":39131}],"orbitIndex":0,"name":"Attribute","orbit":0},"63400":{"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","skill":63400,"stats":["Gain 8% of Physical Damage as Extra Cold Damage against Shocked Enemies","Gain 8% of Physical Damage as Extra Lightning Damage against Chilled Enemies"],"recipe":["Greed","Suffering","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":-7,"id":22851}],"group":997,"orbitIndex":6,"isNotable":true,"name":"Chakra of Elements","orbit":2},"28258":{"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","skill":28258,"stats":["10% increased Effect of your Mark Skills"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern","group":1155,"connections":[{"orbit":0,"id":36976},{"orbit":0,"id":59064},{"orbit":2,"id":36927}],"orbitIndex":0,"name":"Mark Effect","orbit":0},"4128":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":3,"id":54283},{"orbit":0,"id":54811}],"group":372,"skill":4128,"orbitIndex":18,"name":"Armour","orbit":2},"42781":{"icon":"Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds","options":{"Huntress":{"stats":["30% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds","30% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","name":"Stalk and Leap","id":42895}},"skill":42781,"stats":["15% chance to Pierce an Enemy","15% increased Projectile Damage"],"isSwitchable":true,"connections":[{"orbit":0,"id":55429},{"orbit":0,"id":56472}],"group":848,"orbitIndex":2,"isNotable":true,"name":"Clean Shot","orbit":2},"18157":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":18157,"stats":["25% increased Armour","+15% of Armour also applies to Elemental Damage"],"recipe":["Fear","Guilt","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[{"orbit":-8,"id":29447}],"group":253,"orbitIndex":17,"isNotable":true,"name":"Tempered Defences","orbit":2},"9343":{"stats":["Link Skills have 20% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":0,"id":11762},{"orbit":0,"id":25412},{"orbit":7,"id":50389},{"orbit":7,"id":37458}],"group":348,"skill":9343,"orbitIndex":7,"name":"Link Duration","orbit":7},"34324":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":34324,"stats":["+1 to Maximum Energy Shield per 12 Item Evasion Rating on Equipped Body Armour"],"recipe":["Envy","Fear","Suffering"],"connections":[{"orbit":-5,"id":56838},{"orbit":0,"id":52445}],"group":1134,"orbitIndex":0,"isNotable":true,"name":"Spectral Ward","orbit":4},"44891":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":2147483647,"id":52537},{"orbit":0,"id":15775}],"group":1224,"skill":44891,"orbitIndex":7,"name":"Cold Penetration","orbit":2},"26416":{"stats":["15% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":35792}],"group":214,"skill":26416,"orbitIndex":16,"name":"Life Flasks","orbit":2},"4739":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":17306}},"skill":4739,"stats":["10% increased Spell Damage"],"isSwitchable":true,"group":650,"connections":[{"orbit":0,"id":18845}],"orbitIndex":22,"name":"Spell Damage","orbit":3},"95":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":8737}],"group":164,"skill":95,"orbitIndex":0,"name":"Minion Damage","orbit":0},"14960":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds","skill":14960,"stats":["+8% to Fire Resistance"],"ascendancyName":"Smith of Kitava","group":5,"connections":[{"orbit":0,"id":57959}],"orbitIndex":0,"name":"Fire Resistance","orbit":0},"59303":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":59303,"stats":["30% increased Damage while you have an active Charm","6% increased Movement Speed while you have an active Charm"],"recipe":["Isolation","Disgust","Ire"],"connections":[{"orbit":0,"id":25029}],"group":1097,"orbitIndex":3,"isNotable":true,"name":"Lucky Rabbit Foot","orbit":4},"10398":{"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","skill":10398,"stats":["16% increased Critical Hit Chance for Spells","8% increased Cast Speed if you've dealt a Critical Hit Recently"],"recipe":["Disgust","Paranoia","Fear"],"connections":[{"orbit":-3,"id":3472}],"group":585,"orbitIndex":18,"isNotable":true,"name":"Sudden Escalation","orbit":7},"55066":{"stats":["16% increased Attack Damage against Bleeding Enemies"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":19796}],"group":602,"skill":55066,"orbitIndex":21,"name":"Attack Damage vs Bleeding Enemies","orbit":2},"30372":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":42065}],"group":1051,"skill":30372,"orbitIndex":23,"name":"Lightning Penetration","orbit":2},"55473":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":43164}],"group":503,"skill":55473,"orbitIndex":23,"name":"Melee Damage","orbit":7},"14262":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14262,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1241,"connections":[{"orbit":0,"id":32763},{"orbit":0,"id":21945},{"orbit":0,"id":37484}],"orbitIndex":0,"name":"Attribute","orbit":0},"7526":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":7526,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1018,"connections":[{"orbit":0,"id":9411},{"orbit":0,"id":17447},{"orbit":0,"id":22972},{"orbit":0,"id":43044},{"orbit":0,"id":24210}],"orbitIndex":0,"name":"Attribute","orbit":0},"51234":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonLightning.dds","connections":[{"orbit":-2,"id":15991},{"orbit":7,"id":27434}],"group":685,"skill":51234,"orbitIndex":6,"name":"Archon Effect","orbit":2},"9444":{"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","skill":9444,"stats":["Quarterstaff Skills that consume Power Charges count as consuming an additional Power Charge"],"recipe":["Isolation","Suffering","Disgust"],"connections":[],"group":1263,"orbitIndex":39,"isNotable":true,"name":"One with the Storm","orbit":6},"33797":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":5,"id":61703}],"group":131,"skill":33797,"orbitIndex":15,"name":"Shapeshifting","orbit":5},"22908":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds","skill":22908,"orbitIndex":0,"stats":["Body Armour grants 100% increased Stun Threshold"],"ascendancyName":"Smith of Kitava","connections":[],"group":12,"applyToArmour":true,"isNotable":true,"name":"Heavy Bracing","orbit":0},"20205":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":33059}],"group":779,"skill":20205,"orbitIndex":4,"name":"Stun Threshold if no recent Stun","orbit":2},"26614":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":44344},{"orbit":0,"id":46275}],"group":481,"skill":26614,"orbitIndex":40,"name":"Stun and Ailment Threshold from Energy Shield","orbit":4},"9638":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-7,"id":39083}],"group":371,"skill":9638,"orbitIndex":0,"name":"Skill Speed","orbit":0},"35380":{"stats":["10% increased Withered Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-2,"id":44373}],"group":1119,"skill":35380,"orbitIndex":20,"name":"Withered Effect","orbit":2},"15984":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLightning.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":684,"skill":15984,"orbitIndex":0,"name":"Lightning Mastery","orbit":0},"32354":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":32354,"stats":["120% increased Armour and Evasion Rating when on Low Life"],"recipe":["Envy","Guilt","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern","connections":[{"orbit":-2,"id":6626}],"group":534,"orbitIndex":0,"isNotable":true,"name":"Defiance","orbit":0},"17366":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":0,"id":29361}],"group":764,"skill":17366,"orbitIndex":10,"name":"Evasion and Energy Shield","orbit":7},"34061":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":5,"id":52442},{"orbit":0,"id":38057}],"group":654,"skill":34061,"orbitIndex":55,"name":"Armour and Evasion","orbit":5},"10499":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":10499,"stats":["20% increased Life Regeneration rate","30% reduced effect of Curses on you","30% increased damage against Undead Enemies"],"recipe":["Guilt","Envy","Fear"],"connections":[{"orbit":2147483647,"id":42583},{"orbit":8,"id":51788}],"group":525,"orbitIndex":0,"isNotable":true,"name":"Necromantic Ward","orbit":2},"17754":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds","skill":17754,"stats":["Grants Skill: Summon Infernal Hound"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":7,"isNotable":true,"name":"Loyal Hellhound","orbit":8},"50847":{"stats":["10% increased Damage with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":1130}],"group":72,"skill":50847,"orbitIndex":20,"name":"Flail Damage","orbit":7},"35644":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":6,"id":45193},{"orbit":0,"id":65009}],"group":953,"skill":35644,"orbitIndex":23,"name":"Poison Damage","orbit":3},"37226":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":2,"id":4015},{"orbit":-6,"id":9187}],"group":308,"skill":37226,"orbitIndex":4,"name":"Warcry Speed","orbit":3},"57320":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern","connections":[],"group":552,"skill":57320,"orbitIndex":0,"name":"Armour and Evasion Mastery","orbit":0},"26804":{"stats":["15% increased Damage if you have Consumed a Corpse Recently"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":55405},{"orbit":0,"id":59909}],"group":896,"skill":26804,"orbitIndex":2,"name":"Corpses","orbit":7},"22319":{"stats":["7% increased Fire Damage","8% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ArchonFire.dds","connections":[{"orbit":0,"id":6236}],"group":546,"skill":22319,"orbitIndex":15,"name":"Fire Damage and Flammability Magnitude","orbit":3},"34853":{"stats":["Hits against you have 5% reduced Critical Damage Bonus","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds","connections":[{"orbit":-2,"id":25458},{"orbit":0,"id":43044}],"group":1057,"skill":34853,"orbitIndex":0,"name":"Strength and Critical Damage Bonus on You","orbit":2},"56265":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":56265,"stats":["60% increased Critical Damage Bonus","20% reduced Critical Hit Chance"],"recipe":["Greed","Envy","Isolation"],"connections":[{"orbit":0,"id":42802}],"group":1251,"orbitIndex":2,"isNotable":true,"name":"Throatseeker","orbit":2},"34201":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":34201,"stats":["+5 to any Attribute"],"isAttribute":true,"group":973,"connections":[{"orbit":0,"id":24922},{"orbit":0,"id":46882},{"orbit":0,"id":17316}],"orbitIndex":0,"name":"Attribute","orbit":0},"19802":{"stats":["15% increased Critical Damage Bonus for Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":2,"id":64399}],"group":419,"skill":19802,"orbitIndex":8,"name":"Attack Critical Damage","orbit":2},"41991":{"stats":["Minions have 3% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":61026}],"group":379,"skill":41991,"orbitIndex":2,"name":"Minion Attack and Cast Speed","orbit":3},"60483":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":7809},{"orbit":0,"id":36540}],"group":1194,"skill":60483,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"26085":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds","id":41162,"name":"Umbral Well","stats":["Skeletal Minions you would create instead grant you Umbral Souls for each Minion you would have created"]}},"skill":26085,"isSwitchable":true,"stats":["While you are not on Low Mana, you and Allies in your Presence have Unholy Might","Lose 5% of maximum Mana per Second"],"ascendancyName":"Lich","connections":[{"orbit":-4,"id":20772}],"group":999,"orbitIndex":124,"isNotable":true,"name":"Necromantic Conduit","orbit":9},"17025":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":13515}],"group":555,"skill":17025,"orbitIndex":18,"name":"Lightning Damage","orbit":2},"1218":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":14945}],"group":379,"skill":1218,"orbitIndex":18,"name":"Minion Life","orbit":3},"43713":{"stats":["Offering Skills have 20% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":3051},{"orbit":0,"id":27009},{"orbit":0,"id":35602}],"group":665,"skill":43713,"orbitIndex":0,"name":"Offering Area","orbit":0},"4046":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":8875}],"group":595,"skill":4046,"orbitIndex":8,"name":"Electrocute Buildup","orbit":2},"22517":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":4,"id":59644},{"orbit":-4,"id":32896}],"group":1100,"skill":22517,"orbitIndex":0,"name":"Poison Chance","orbit":7},"43044":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":43044,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1056,"connections":[{"orbit":0,"id":63566},{"orbit":0,"id":38678},{"orbit":-6,"id":21495}],"orbitIndex":0,"name":"Attribute","orbit":0},"27068":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":35831}],"group":215,"skill":27068,"orbitIndex":14,"name":"Mana Regeneration","orbit":7},"15356":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":18815}],"group":1204,"skill":15356,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"57181":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":57181,"stats":["12% increased Critical Hit Chance"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":-7,"id":52448}],"orbitIndex":24,"name":"Critical Chance","orbit":8},"32560":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":32560,"stats":["20% increased Presence Area of Effect"],"ascendancyName":"Tactician","group":227,"connections":[{"orbit":0,"id":16249}],"orbitIndex":0,"name":"Presence Area","orbit":0},"65248":{"stats":["10% increased Duration of Ignite, Shock and Chill on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[],"group":590,"skill":65248,"orbitIndex":24,"name":"Elemental Ailment Duration","orbit":4},"6898":{"icon":"Art/2DArt/SkillIcons/passives/PressurePoints.dds","options":{"Druid":{"stats":["10% increased Damage","10% increased Skill Effect Duration","+5 to Strength and Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/stormborn.dds","name":"Guardian of the Wilds","id":7197}},"skill":6898,"stats":["10% increased Damage","10% increased Critical Hit Chance","+5 to Strength and Intelligence"],"isSwitchable":true,"connections":[{"orbit":0,"id":17517},{"orbit":-4,"id":63209},{"orbit":-4,"id":17584},{"orbit":5,"id":61067},{"orbit":0,"id":48305}],"group":485,"orbitIndex":0,"isNotable":true,"name":"Relentless Vindicator","orbit":0},"5284":{"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","skill":5284,"stats":["15% increased Critical Hit Chance for Spells","15% increased Critical Spell Damage Bonus","15% increased Magnitude of Damaging Ailments you inflict with Critical Hits"],"recipe":["Guilt","Isolation","Greed"],"connections":[{"orbit":0,"id":32278}],"group":405,"orbitIndex":0,"isNotable":true,"name":"Shredding Force","orbit":0},"14363":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":61338}],"group":582,"skill":14363,"orbitIndex":2,"name":"Lightning Penetration","orbit":3},"30834":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":50216},{"orbit":0,"id":57967}],"group":482,"skill":30834,"orbitIndex":2,"name":"Mana Regeneration","orbit":2},"18348":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds","skill":18348,"stats":["20% of Cold Damage taken as Fire Damage","20% of Lightning Damage taken as Fire Damage","20% of Physical Damage taken as Chaos Damage"],"ascendancyName":"Infernalist","connections":[{"orbit":5,"id":19482},{"orbit":0,"id":8854},{"orbit":8,"id":46016}],"group":611,"orbitIndex":60,"isNotable":true,"name":"Altered Flesh","orbit":8},"46475":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":5,"id":18186},{"orbit":0,"id":51299},{"orbit":0,"id":16385}],"group":534,"skill":46475,"orbitIndex":63,"name":"Armour and Evasion","orbit":4},"49657":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49657,"stats":["+5 to any Attribute"],"isAttribute":true,"group":636,"connections":[{"orbit":0,"id":54417},{"orbit":6,"id":63526},{"orbit":6,"id":43578},{"orbit":0,"id":58109}],"orbitIndex":33,"name":"Attribute","orbit":6},"61804":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":61804,"stats":["12% increased Magnitude of Poison you inflict"],"ascendancyName":"Pathfinder","group":1310,"connections":[{"orbit":0,"id":29074}],"orbitIndex":43,"name":"Poison Effect","orbit":8},"25482":{"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","skill":25482,"stats":["+25 to Strength"],"recipe":["Fear","Disgust","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[{"orbit":0,"id":61472},{"orbit":0,"id":51702},{"orbit":0,"id":60620}],"group":299,"orbitIndex":0,"isNotable":true,"name":"Beef","orbit":0},"5098":{"stats":["Banner Skills have 15% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":-9,"id":16385},{"orbit":2147483647,"id":41651}],"group":530,"skill":5098,"orbitIndex":10,"name":"Banner Area","orbit":2},"13634":{"stats":["Offering Skills have 30% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[],"group":673,"skill":13634,"orbitIndex":18,"name":"Offering Duration","orbit":2},"28199":{"stats":["20% increased Hazard Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":46431}],"group":1081,"skill":28199,"orbitIndex":0,"name":"Hazard Immobilisation Buildup","orbit":0},"36576":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":25055},{"orbit":0,"id":54984}],"group":1193,"skill":36576,"orbitIndex":14,"name":"Attack Damage","orbit":7},"46615":{"stats":["50% chance to gain Volatility when you are Stunned"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":7,"id":53177}],"group":1098,"skill":46615,"orbitIndex":10,"name":"Volatility when Stunned","orbit":7},"17553":{"stats":["25% chance for Projectiles to Pierce Enemies within 3m distance of you"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[],"group":761,"skill":17553,"orbitIndex":5,"name":"Projectile Pierce","orbit":7},"20008":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":20008,"stats":["30% increased Stun Buildup with Melee Damage","Projectiles deal 75% increased Damage against Heavy Stunned Enemies"],"recipe":["Disgust","Guilt","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":991,"orbitIndex":4,"isNotable":true,"name":"Unleash Fire","orbit":7},"32155":{"stats":["10% increased chance to Shock","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":4,"id":25700}],"group":1022,"skill":32155,"orbitIndex":16,"name":"Elemental Damage and Shock Chance","orbit":7},"30371":{"stats":["Attack Skills deal 10% increased Damage while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-4,"id":27687}],"group":111,"skill":30371,"orbitIndex":1,"name":"Shield Damage","orbit":3},"511":{"stats":["8% increased Spell Damage","8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds","connections":[{"orbit":0,"id":49734}],"group":155,"skill":511,"orbitIndex":8,"name":"Attack and Spell Damage","orbit":7},"28992":{"icon":"Art/2DArt/SkillIcons/passives/Hunter.dds","options":{"Huntress":{"stats":["8% increased Attack Speed","6% increased Area of Effect","+10 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/LethalAssault.dds","name":"Primal Instinct","id":32062}},"skill":28992,"stats":["8% increased Projectile Speed","8% increased Attack Speed","+10 to Dexterity"],"isSwitchable":true,"connections":[{"orbit":0,"id":62628},{"orbit":0,"id":43923}],"group":768,"orbitIndex":21,"isNotable":true,"name":"Honed Instincts","orbit":4},"56914":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":50121}],"group":1002,"skill":56914,"orbitIndex":5,"name":"Lightning Penetration","orbit":7},"7183":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-6,"id":48589}],"group":415,"skill":7183,"orbitIndex":5,"name":"Life Flask Recovery","orbit":2},"64050":{"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","skill":64050,"stats":["12% increased Movement Speed while Sprinting"],"recipe":["Paranoia","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1162,"orbitIndex":0,"isNotable":true,"name":"Marathon Runner","orbit":0},"19337":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":19337,"stats":["8% increased Projectile Speed","6% increased Attack Speed","12% increased Accuracy Rating"],"recipe":["Despair","Envy","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[],"group":1005,"orbitIndex":0,"isNotable":true,"name":"Precision Salvo","orbit":0},"63926":{"stats":["Minions have +20% to Lightning Resistance","Minions have +3% to Maximum Lightning Resistances"],"icon":"Art/2DArt/SkillIcons/passives/LightningResistNode.dds","connections":[],"group":794,"skill":63926,"orbitIndex":0,"name":"Minion Lightning Resistance","orbit":0},"14658":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14658,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1099,"connections":[{"orbit":0,"id":12253},{"orbit":0,"id":22517},{"orbit":0,"id":52053},{"orbit":0,"id":1631},{"orbit":0,"id":57945}],"orbitIndex":0,"name":"Attribute","orbit":0},"57178":{"stats":["10% increased Critical Hit Chance for Spells","15% increased Magnitude of Damaging Ailments you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":21245},{"orbit":0,"id":5284}],"group":410,"skill":57178,"orbitIndex":0,"name":"Spell Critical Chance and Critical Ailment Effect","orbit":0},"59028":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":41210}],"group":652,"skill":59028,"orbitIndex":16,"name":"Projectile Damage","orbit":4},"32353":{"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","skill":32353,"stats":["25% increased Attack Damage"],"recipe":["Suffering","Fear","Despair"],"connections":[],"group":159,"orbitIndex":0,"isNotable":true,"name":"Swift Claw","orbit":0},"7922":{"stats":["10% increased Flask Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-6,"id":45962}],"group":415,"skill":7922,"orbitIndex":17,"name":"Flask Duration","orbit":2},"44628":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":20820}],"group":985,"skill":44628,"orbitIndex":4,"name":"Attack Speed","orbit":2},"60886":{"stats":["20% increased Stun Recovery"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":59213}],"group":369,"skill":60886,"orbitIndex":5,"name":"Stun Recovery","orbit":1},"54545":{"stats":["15% increased Magnitude of Daze"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":38342}],"group":1250,"skill":54545,"orbitIndex":0,"name":"Daze Magnitude","orbit":2},"4623":{"stats":["15% of Spell Mana Cost Converted to Life Cost"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":4,"id":48524}],"group":413,"skill":4623,"orbitIndex":22,"name":"Life Spell Costs","orbit":2},"56651":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","name":"Attack Damage","id":39263}},"skill":56651,"stats":["10% increased Projectile Damage"],"isSwitchable":true,"group":729,"connections":[{"orbit":0,"id":38143}],"orbitIndex":0,"name":"Projectile Damage","orbit":0},"60085":{"stats":["10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":55802}],"group":740,"skill":60085,"orbitIndex":15,"name":"Damage","orbit":7},"43575":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":41512}],"group":725,"skill":43575,"orbitIndex":16,"name":"Melee Damage ","orbit":7},"39881":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":39881,"stats":["20% increased Critical Damage Bonus","20% increased Knockback Distance","20% increased Physical Damage"],"recipe":["Guilt","Isolation","Despair"],"connections":[{"orbit":0,"id":16013},{"orbit":0,"id":35173}],"group":1180,"orbitIndex":0,"isNotable":true,"name":"Staggering Palm","orbit":0},"6935":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds","skill":6935,"stats":["50% increased effect of Sorcery Ward","Sorcery Ward recovers 50% faster"],"ascendancyName":"Witchhunter","connections":[],"group":231,"orbitIndex":0,"isNotable":true,"name":"Ceremonial Ablution","orbit":0},"55724":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":42714}],"group":1118,"skill":55724,"orbitIndex":58,"name":"Incision Chance","orbit":4},"31238":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":31238,"stats":["+5 to any Attribute"],"isAttribute":true,"group":353,"connections":[{"orbit":0,"id":48552},{"orbit":0,"id":45918}],"orbitIndex":0,"name":"Attribute","orbit":0},"21327":{"stats":["20% increased Energy Shield if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":56876},{"orbit":0,"id":43691}],"group":958,"skill":21327,"orbitIndex":14,"name":"Energy Shield if Consumed Power Charge","orbit":2},"32683":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":32683,"stats":["Gain 5% of Damage as Extra Cold Damage","20% increased Freeze Buildup"],"connections":[{"orbit":0,"id":53149},{"orbit":0,"id":54413}],"group":854,"orbitIndex":30,"isNotable":true,"name":"Essence of the Mountain","orbit":4},"8382":{"stats":["7% increased Cold Damage","8% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonCold.dds","connections":[{"orbit":0,"id":61863}],"group":593,"skill":8382,"orbitIndex":15,"name":"Cold Damage and Energy Shield Recharge Rate","orbit":3},"17026":{"stats":["15% increased Cooldown Recovery Rate for Grenade Skills"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":23373}],"group":502,"skill":17026,"orbitIndex":2,"name":"Grenade Cooldown Recovery Rate","orbit":2},"36298":{"stats":["10% increased Magnitude of Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":3,"id":8510},{"orbit":6,"id":40918}],"group":945,"skill":36298,"orbitIndex":0,"name":"Ailment Effect","orbit":0},"12183":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":12183,"stats":["20% increased Elemental Ailment Threshold"],"ascendancyName":"Pathfinder","group":1324,"connections":[{"orbit":0,"id":16433}],"orbitIndex":0,"name":"Elemental Ailment Threshold","orbit":0},"3251":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":3251,"stats":["+5 to any Attribute"],"isAttribute":true,"group":959,"connections":[{"orbit":0,"id":21984}],"orbitIndex":0,"name":"Attribute","orbit":0},"49391":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern","connections":[],"group":459,"skill":49391,"orbitIndex":0,"name":"Block Mastery","orbit":0},"32559":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":32559,"stats":["6% increased Cooldown Recovery Rate"],"ascendancyName":"Witchhunter","group":210,"connections":[{"orbit":0,"id":46535}],"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"15814":{"stats":["25% increased Evasion Rating while Sprinting"],"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","connections":[{"orbit":0,"id":12800}],"group":1189,"skill":15814,"orbitIndex":0,"name":"Evasion while Sprinting","orbit":0},"52684":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":52684,"stats":["Break 50% of Armour on Pinning an Enemy"],"recipe":["Guilt","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":0,"id":8115}],"group":527,"orbitIndex":32,"isNotable":true,"name":"Eroding Chains","orbit":4},"57970":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":55995},{"orbit":0,"id":21537}],"group":1280,"skill":57970,"orbitIndex":10,"name":"Frenzy Charge Duration","orbit":2},"57846":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":63451},{"orbit":6,"id":38876}],"group":322,"skill":57846,"orbitIndex":12,"name":"Stun Buildup","orbit":6},"4850":{"stats":["6% increased Mana Regeneration Rate","10% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":35503}],"group":807,"skill":4850,"orbitIndex":0,"name":"Shock Effect and Mana Regeneration","orbit":0},"2863":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":2863,"stats":["15% increased Freeze Buildup","15% increased Chill and Freeze Duration on Enemies"],"recipe":["Guilt","Ire","Isolation"],"connections":[],"group":160,"orbitIndex":0,"isNotable":true,"name":"Perpetual Freeze","orbit":0},"29049":{"stats":["10% increased Charm Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":3,"id":56893}],"group":1080,"skill":29049,"orbitIndex":10,"name":"Charm Duration","orbit":2},"33397":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":39594}],"group":429,"skill":33397,"orbitIndex":21,"name":"Fire Damage","orbit":2},"40006":{"stats":["5% increased Life Regeneration rate","10% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":-7,"id":9896}],"group":361,"skill":40006,"orbitIndex":7,"name":"Life Regeneration Rate and Presence","orbit":2},"45019":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":797,"skill":45019,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"19074":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1190,"skill":19074,"orbitIndex":6,"name":"Attack Mastery","orbit":7},"23961":{"stats":["8% increased Elemental Ailment Threshold","Companions have +12% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-2,"id":8791}],"group":913,"skill":23961,"orbitIndex":4,"name":"Ailment Threshold and Companion Resistance","orbit":7},"25745":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":4,"id":31890}],"group":500,"skill":25745,"orbitIndex":30,"name":"Armour and Energy Shield","orbit":4},"40270":{"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","skill":40270,"stats":["10% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge","+1 to Maximum Frenzy Charges"],"recipe":["Ire","Suffering","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":1024,"orbitIndex":0,"isNotable":true,"name":"Frenetic","orbit":0},"49380":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":49380,"stats":["Break 25% increased Armour"],"ascendancyName":"Warbringer","group":16,"connections":[{"orbit":-7,"id":36659}],"orbitIndex":0,"name":"Armour Break","orbit":0},"55194":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":446,"skill":55194,"orbitIndex":66,"name":"Minion Damage","orbit":4},"49256":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":4,"id":14439}],"group":74,"skill":49256,"orbitIndex":12,"name":"Armour and Energy Shield","orbit":3},"60488":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":708,"skill":60488,"orbitIndex":0,"name":"Trap Mastery","orbit":0},"19338":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":60}],"group":1192,"skill":19338,"orbitIndex":0,"name":"Dexterity","orbit":3},"22972":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":43238},{"orbit":0,"id":50879}],"group":984,"skill":22972,"orbitIndex":8,"name":"Hazard Damage","orbit":7},"30973":{"stats":["10% increased Critical Hit Chance with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":49320}],"group":1243,"skill":30973,"orbitIndex":34,"name":"Dagger Critical Chance","orbit":6},"44490":{"stats":["8% increased Lightning Damage","10% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":43090}],"group":1161,"skill":44490,"orbitIndex":0,"name":"Lightning Damage and Electrocute Buildup","orbit":0},"64056":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":36931}],"group":905,"skill":64056,"orbitIndex":6,"name":"Daze Chance","orbit":2},"27859":{"stats":["Herald Skills deal 20% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":0,"id":38694}],"group":710,"skill":27859,"orbitIndex":12,"name":"Herald Damage","orbit":7},"24630":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":24630,"stats":["40% increased Flammability Magnitude","40% increased Damage with Hits against Ignited Enemies"],"recipe":["Suffering","Suffering","Greed"],"connections":[{"orbit":0,"id":63608}],"group":66,"orbitIndex":0,"isNotable":true,"name":"Fulmination","orbit":0},"31039":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":887,"skill":31039,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"59695":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":4,"id":28950}],"group":532,"skill":59695,"orbitIndex":19,"name":"Mana Regeneration","orbit":2},"46088":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":13823}],"group":894,"skill":46088,"orbitIndex":9,"name":"Spell Critical Chance","orbit":3},"30634":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[],"group":852,"skill":30634,"orbitIndex":6,"name":"Energy Shield Delay","orbit":2},"25885":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":25885,"stats":["Gain 4% of Damage as Extra Chaos Damage"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":31116}],"orbitIndex":18,"name":"Damage as Chaos","orbit":8},"24696":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":24696,"stats":["20% increased Totem Damage"],"ascendancyName":"Tactician","group":345,"connections":[{"orbit":0,"id":4086}],"orbitIndex":0,"name":"Totem Damage","orbit":0},"10500":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":10500,"stats":["100% chance to Daze Enemies whose Hits you Block while Actively Blocking"],"recipe":["Paranoia","Paranoia","Despair"],"connections":[{"orbit":-6,"id":6900},{"orbit":0,"id":9040}],"group":180,"orbitIndex":12,"isNotable":true,"name":"Dazing Blocks","orbit":4},"11392":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":11392,"stats":["Gain 5% of Damage as Extra Fire Damage","5% of Physical Damage taken as Fire Damage"],"recipe":["Guilt","Isolation","Disgust"],"connections":[{"orbit":0,"id":38320}],"group":91,"orbitIndex":8,"isNotable":true,"name":"Molten Being","orbit":5},"60083":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":60083,"stats":["30% increased Pin Buildup","5% increased Movement Speed if you've Pinned an Enemy Recently"],"recipe":["Disgust","Despair","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[{"orbit":0,"id":44239}],"group":931,"orbitIndex":0,"isNotable":true,"name":"Pin and Run","orbit":0},"10694":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds","skill":10694,"stats":["While on High Infernal Flame, you and Allies in your","Presence Gain 50% of Damage as Fire Damage"],"ascendancyName":"Infernalist","connections":[],"group":656,"orbitIndex":0,"isNotable":true,"name":"Seething Body","orbit":0},"6588":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":705,"skill":6588,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"61404":{"icon":"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds","skill":61404,"stats":["30% increased Attack Damage if you've Cast a Spell Recently","10% increased Cast Speed if you've Attacked Recently"],"recipe":["Fear","Suffering","Despair"],"connections":[{"orbit":0,"id":51210},{"orbit":0,"id":61429}],"group":155,"orbitIndex":0,"isNotable":true,"name":"Equilibrium","orbit":0},"62998":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":63600}],"group":1227,"skill":62998,"orbitIndex":0,"name":"Electrocute Buildup","orbit":0},"18485":{"icon":"Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds","skill":18485,"stats":["Gain 3 Volatility when an Allied Persistent Reviving Minion is Killed"],"recipe":["Envy","Guilt","Despair"],"connections":[{"orbit":0,"id":20119}],"group":531,"orbitIndex":0,"isNotable":true,"name":"Unstable Bond","orbit":3},"48462":{"stats":["Charms applied to you have 10% increased Effect"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":5,"id":11094},{"orbit":5,"id":62803}],"group":1146,"skill":48462,"orbitIndex":15,"name":"Charm Effect","orbit":7},"55598":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":4,"id":15644},{"orbit":-3,"id":9112},{"orbit":0,"id":28050}],"group":911,"skill":55598,"orbitIndex":2,"name":"Ailment Threshold","orbit":3},"23046":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":5,"id":47976}],"group":1112,"skill":23046,"orbitIndex":27,"name":"Energy Shield Delay","orbit":4},"34717":{"stats":["16% increased Mana Regeneration Rate while not on Low Mana"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":4,"id":24120}],"group":1114,"skill":34717,"orbitIndex":20,"name":"Mana Regeneration while not on Low Mana","orbit":3},"41062":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":927,"skill":41062,"orbitIndex":48,"name":"Projectile Mastery","orbit":4},"26339":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":26339,"stats":["Melee Attack Skills have +1 to maximum number of Summoned Totems","20% increased Totem Placement range"],"recipe":["Suffering","Suffering","Suffering"],"connections":[{"orbit":0,"id":64405},{"orbit":0,"id":11014}],"group":247,"orbitIndex":0,"isNotable":true,"name":"Ancestral Artifice","orbit":1},"16311":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":32600},{"orbit":0,"id":14654}],"group":295,"skill":16311,"orbitIndex":20,"name":"Life Regeneration","orbit":2},"19808":{"icon":"Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds","options":{"Huntress":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","name":"Accuracy","id":28615}},"skill":19808,"stats":["10% increased chance to inflict Ailments"],"isSwitchable":true,"group":874,"connections":[],"orbitIndex":0,"name":"Ailment Chance","orbit":0},"59694":{"stats":["18% increased Critical Damage Bonus with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":52399}],"group":1257,"skill":59694,"orbitIndex":0,"name":"Quarterstaff Critical Damage","orbit":0},"18815":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":40990}],"group":1210,"skill":18815,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"12611":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":12611,"stats":["20% increased Damage for each type of Elemental Ailment on Enemy"],"recipe":["Disgust","Disgust","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":3,"id":32155},{"orbit":3,"id":44204}],"group":1022,"orbitIndex":0,"isNotable":true,"name":"Harness the Elements","orbit":0},"44369":{"stats":["3% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":0,"id":30748}],"group":1045,"skill":44369,"orbitIndex":16,"name":"Volatility on Kill","orbit":7},"31765":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":31765,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1220,"connections":[{"orbit":0,"id":59538},{"orbit":0,"id":722},{"orbit":0,"id":41886},{"orbit":0,"id":61421}],"orbitIndex":0,"name":"Attribute","orbit":0},"11656":{"stats":["Gain 2 Rage when Hit by an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":53822},{"orbit":-3,"id":9106}],"group":86,"skill":11656,"orbitIndex":8,"name":"Rage when Hit","orbit":7},"23764":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":23764,"stats":["25% increased Mana Regeneration Rate if you have Shocked an Enemy Recently","20% increased Magnitude of Shock you inflict"],"recipe":["Ire","Ire","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":799,"orbitIndex":0,"isNotable":true,"name":"Alternating Current","orbit":0},"51891":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":51891,"stats":["8% of Damage is taken from Mana before Life","+15 to Intelligence"],"recipe":["Envy","Disgust","Suffering"],"connections":[{"orbit":0,"id":25528}],"group":1112,"orbitIndex":17,"isNotable":true,"name":"Lucidity","orbit":7},"63526":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":63526,"stats":["+5 to any Attribute"],"isAttribute":true,"group":646,"connections":[{"orbit":6,"id":28370},{"orbit":4,"id":7788}],"orbitIndex":0,"name":"Attribute","orbit":0},"30047":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30047,"stats":["+5 to any Attribute"],"isAttribute":true,"group":853,"connections":[{"orbit":0,"id":21280},{"orbit":0,"id":18451},{"orbit":0,"id":45650}],"orbitIndex":0,"name":"Attribute","orbit":0},"26479":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":26479,"stats":["You cannot be Light Stunned if you've been Stunned Recently"],"recipe":["Guilt","Isolation","Paranoia"],"connections":[{"orbit":4,"id":64324},{"orbit":0,"id":9040}],"group":180,"orbitIndex":60,"isNotable":true,"name":"Steadfast Resolve","orbit":4},"61403":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61403,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1058,"connections":[{"orbit":0,"id":56349},{"orbit":3,"id":14231},{"orbit":0,"id":24150},{"orbit":0,"id":17602}],"orbitIndex":0,"name":"Attribute","orbit":0},"43576":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":3,"id":7971}],"group":645,"skill":43576,"orbitIndex":8,"name":"Mana Regeneration","orbit":3},"2995":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":12474,"name":"Energy Shield if Consumed Power Charge","stats":["30% increased Energy Shield if you've consumed a Power Charge Recently"]}},"skill":2995,"stats":["30% increased Energy Shield if you've consumed a Power Charge Recently"],"isSwitchable":true,"ascendancyName":"Lich","group":1030,"connections":[{"orbit":4,"id":2516}],"orbitIndex":0,"name":"Energy Shield if Consumed Power Charge","orbit":0},"55060":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":55060,"stats":["30% chance to Pierce an Enemy","Projectiles have 10% chance to Chain an additional time from terrain"],"recipe":["Guilt","Guilt","Disgust"],"connections":[{"orbit":0,"id":33037},{"orbit":0,"id":45576}],"group":676,"orbitIndex":9,"isNotable":true,"name":"Shrapnel","orbit":5},"17229":{"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","skill":17229,"stats":["Minions have +20% to all Elemental Resistances"],"recipe":["Fear","Greed","Disgust"],"connections":[{"orbit":0,"id":34493},{"orbit":0,"id":47242}],"group":60,"orbitIndex":18,"isNotable":true,"name":"Silent Guardian","orbit":3},"57571":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":-3,"id":37905}],"group":1238,"skill":57571,"orbitIndex":6,"name":"Flammability Magnitude","orbit":2},"48589":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-6,"id":7922}],"group":415,"skill":48589,"orbitIndex":11,"name":"Life Flask Recovery","orbit":2},"43964":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":41645}],"group":1016,"skill":43964,"orbitIndex":4,"name":"Armour Break","orbit":2},"42118":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42118,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1153,"connections":[{"orbit":0,"id":2408},{"orbit":0,"id":57518},{"orbit":0,"id":7465},{"orbit":0,"id":43102},{"orbit":0,"id":3994}],"orbitIndex":0,"name":"Attribute","orbit":0},"63790":{"stats":["20% increased Melee Damage against Immobilised Enemies"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":48014}],"group":141,"skill":63790,"orbitIndex":54,"name":"Melee Damage against Immobilised","orbit":5},"50701":{"stats":["15% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":44932}],"group":1144,"skill":50701,"orbitIndex":0,"name":"Shock Effect","orbit":0},"24753":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":24753,"stats":["30% increased Accuracy Rating at Close Range","+10 to Dexterity"],"recipe":["Ire","Greed","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[{"orbit":0,"id":34747},{"orbit":0,"id":56567},{"orbit":0,"id":151}],"group":463,"orbitIndex":0,"isNotable":true,"name":"Determined Precision","orbit":0},"47796":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-4,"id":62640}],"group":549,"skill":47796,"orbitIndex":12,"name":"Attack Speed","orbit":2},"49642":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":4882}],"group":417,"skill":49642,"orbitIndex":1,"name":"Totem Damage","orbit":7},"1928":{"stats":["Minions have 5% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":173,"skill":1928,"orbitIndex":0,"name":"Minion Attack and Cast Speed","orbit":0},"63393":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":7721},{"orbit":0,"id":36709}],"group":518,"skill":63393,"orbitIndex":12,"name":"Stun Threshold","orbit":7},"2964":{"stats":["8% increased amount of Life Leeched","12% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":-7,"id":18374}],"group":392,"skill":2964,"orbitIndex":15,"name":"Thorns and Leech","orbit":2},"63517":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":48974},{"orbit":2,"id":53958}],"group":1105,"skill":63517,"orbitIndex":22,"name":"Mana Flask Recovery","orbit":2},"19277":{"stats":["10% increased Spell Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":44783}],"group":321,"skill":19277,"orbitIndex":10,"name":"Area Damage","orbit":2},"64318":{"stats":["Damage Penetrates 4% of Enemy Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":61063},{"orbit":0,"id":7960}],"group":261,"skill":64318,"orbitIndex":2,"name":"Elemental Penetration","orbit":3},"29320":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":7,"id":1680},{"orbit":0,"id":56860}],"group":1034,"skill":29320,"orbitIndex":8,"name":"Stun Threshold during Parry","orbit":7},"24226":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds","skill":24226,"stats":["Apply 5 Critical Weakness to Enemies when Consuming a Mark on them"],"ascendancyName":"Deadeye","connections":[],"group":1305,"orbitIndex":0,"isNotable":true,"name":"Bullseye","orbit":0},"21127":{"icon":"Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":224,"skill":21127,"orbitIndex":30,"name":"Totem Mastery","orbit":4},"58363":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":2,"id":55938}],"group":932,"skill":58363,"orbitIndex":6,"name":"Archon Effect","orbit":7},"51105":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":51105,"stats":["30% increased Totem Life","30% increased Totem Duration"],"recipe":["Greed","Ire","Fear"],"connections":[{"orbit":0,"id":48979},{"orbit":0,"id":21127}],"group":224,"orbitIndex":5,"isNotable":true,"name":"Spirit Bond","orbit":1},"9112":{"stats":["25% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":0,"id":44612}],"group":911,"skill":9112,"orbitIndex":11,"name":"Ailment Threshold","orbit":1},"6951":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-2,"id":23608}],"group":1054,"skill":6951,"orbitIndex":54,"name":"Poison Damage","orbit":4},"21713":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":11604},{"orbit":0,"id":50588}],"group":979,"skill":21713,"orbitIndex":20,"name":"Accuracy","orbit":2},"42245":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":42245,"stats":["Meta Skills have 20% increased Reservation Efficiency"],"recipe":["Paranoia","Isolation","Greed"],"connections":[{"orbit":2,"id":16024},{"orbit":-2,"id":18167}],"group":998,"orbitIndex":8,"isNotable":true,"name":"Efficient Inscriptions","orbit":1},"21779":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":57204}],"group":766,"skill":21779,"orbitIndex":19,"name":"Critical Damage","orbit":2},"32681":{"stats":["8% increased Energy Shield Recharge Rate","8% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds","connections":[{"orbit":0,"id":32664},{"orbit":2147483647,"id":38668}],"group":1053,"skill":32681,"orbitIndex":7,"name":"Energy Shield Recharge and Delay","orbit":7},"54937":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":54937,"stats":["Gain 5 Rage when Hit by an Enemy","Every Rage also grants 1% increased Armour"],"recipe":["Suffering","Ire","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern","connections":[],"group":86,"orbitIndex":9,"isNotable":true,"name":"Vengeful Fury","orbit":1},"60741":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":33922}],"group":727,"skill":60741,"orbitIndex":12,"name":"Elemental Damage","orbit":2},"47006":{"stats":["10% increased effect of Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":7,"id":43174}],"group":296,"skill":47006,"orbitIndex":14,"name":"Armour Break Effect","orbit":3},"9275":{"stats":["2% increased Attack Speed","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":5704},{"orbit":0,"id":63888}],"group":1005,"skill":9275,"orbitIndex":16,"name":"Accuracy and Attack Speed","orbit":2},"57710":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":57710,"stats":["+5 to any Attribute"],"isAttribute":true,"group":629,"connections":[{"orbit":0,"id":39037},{"orbit":0,"id":40783},{"orbit":0,"id":53975}],"orbitIndex":0,"name":"Attribute","orbit":6},"18940":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds","skill":18940,"stats":["Grants Skill: Shattering Concoction"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1314,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Shattering Concoction","orbit":0},"25281":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":831,"skill":25281,"orbitIndex":10,"name":"Life Mastery","orbit":1},"65498":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":37026}],"group":1223,"skill":65498,"orbitIndex":10,"name":"Armour Break","orbit":1},"43174":{"stats":["10% increased effect of Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":-7,"id":28542}],"group":296,"skill":43174,"orbitIndex":18,"name":"Armour Break Effect","orbit":7},"43562":{"stats":["8% chance to Blind Enemies on Hit with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":3660}],"group":690,"skill":43562,"orbitIndex":2,"name":"Blind Chance","orbit":3},"23373":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":23428},{"orbit":0,"id":8493}],"group":502,"skill":23373,"orbitIndex":22,"name":"Grenade Damage","orbit":3},"34316":{"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","skill":34316,"stats":["10% chance to Daze on Hit","30% increased Defences while wielding a Quarterstaff","30% increased Freeze Buildup with Quarterstaves","30% increased Stun Buildup with Quarterstaves"],"recipe":["Guilt","Paranoia","Isolation"],"connections":[],"group":1263,"orbitIndex":3,"isNotable":true,"name":"One with the River","orbit":6},"31566":{"stats":["30% increased Armour while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":7049},{"orbit":9,"id":54818}],"group":603,"skill":31566,"orbitIndex":23,"name":"Armour while Surrounded","orbit":3},"17420":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":18717},{"orbit":0,"id":25565},{"orbit":0,"id":15356}],"group":1209,"skill":17420,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"58362":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","options":{"Witch":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","name":"Physical Damage","id":15545}},"skill":58362,"stats":["10% increased Flammability Magnitude","10% increased Freeze Buildup","10% increased chance to Shock"],"isSwitchable":true,"group":599,"connections":[{"orbit":0,"id":51335}],"orbitIndex":69,"name":"Elemental Ailment Chance","orbit":4},"5663":{"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","skill":5663,"stats":["+2 to Maximum Endurance Charges"],"recipe":["Guilt","Isolation","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":212,"orbitIndex":0,"isNotable":true,"name":"Endurance","orbit":0},"47270":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":47270,"stats":["40% increased Freeze Buildup","20% increased Freeze Duration on Enemies"],"recipe":["Ire","Paranoia","Isolation"],"connections":[],"group":635,"orbitIndex":66,"isNotable":true,"name":"Inescapable Cold","orbit":4},"5564":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":48833},{"orbit":0,"id":63585}],"group":883,"skill":5564,"orbitIndex":0,"name":"Electrocute Buildup","orbit":0},"38676":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-8,"id":27910},{"orbit":0,"id":56045}],"group":905,"skill":38676,"orbitIndex":6,"name":"Attack Damage","orbit":1},"30839":{"stats":["2% increased Attack Speed","+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-3,"id":35671}],"group":1121,"skill":30839,"orbitIndex":17,"name":"Attack Speed and Dexterity","orbit":3},"36163":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-4,"id":30390}],"group":365,"skill":36163,"orbitIndex":9,"name":"Block","orbit":2},"53216":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":189,"skill":53216,"orbitIndex":0,"name":"Life Mastery","orbit":0},"61409":{"stats":["+12 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":13075}],"group":144,"skill":61409,"orbitIndex":22,"name":"Strength","orbit":7},"48979":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":51820}],"group":224,"skill":48979,"orbitIndex":10,"name":"Totem Life","orbit":3},"11292":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":7,"id":2575},{"orbit":-7,"id":56757}],"group":108,"skill":11292,"orbitIndex":0,"name":"Totem Placement Speed","orbit":2},"23036":{"stats":["25% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":3339},{"orbit":2,"id":59208}],"group":360,"skill":23036,"orbitIndex":15,"name":"Attack Damage while Surrounded","orbit":3},"39607":{"stats":["10% increased Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":-2,"id":2559},{"orbit":0,"id":45713}],"group":1158,"skill":39607,"orbitIndex":12,"name":"Flask Charges Gained","orbit":2},"13333":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":7,"id":1700}],"group":575,"skill":13333,"orbitIndex":9,"name":"Cold Damage","orbit":1},"1416":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1164,"skill":1416,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"16691":{"stats":["Leech Life 15% faster"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":-5,"id":21716}],"group":381,"skill":16691,"orbitIndex":3,"name":"Life Leech Speed","orbit":7},"8616":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8616,"stats":["+5 to any Attribute"],"isAttribute":true,"group":628,"connections":[{"orbit":0,"id":57710},{"orbit":-4,"id":43576},{"orbit":4,"id":36746}],"orbitIndex":0,"name":"Attribute","orbit":0},"62986":{"stats":["12% increased Accuracy Rating with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":4,"id":60173}],"group":1023,"skill":62986,"orbitIndex":18,"name":"One Handed Accuracy","orbit":7},"46604":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":7,"id":2138}],"group":500,"skill":46604,"orbitIndex":17,"name":"Chaos Damage","orbit":7},"34845":{"stats":["10% increased Hazard Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":60273}],"group":1077,"skill":34845,"orbitIndex":0,"name":"Hazard Area","orbit":0},"17882":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":17882,"stats":["25% reduced Grenade Detonation Time"],"recipe":["Paranoia","Ire","Despair"],"connections":[{"orbit":0,"id":33596}],"group":724,"orbitIndex":0,"isNotable":true,"name":"Volatile Grenades","orbit":7},"43829":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":43829,"stats":["25% increased chance to inflict Ailments with Projectiles"],"recipe":["Guilt","Fear","Greed"],"connections":[{"orbit":0,"id":51944},{"orbit":0,"id":45576}],"group":676,"orbitIndex":0,"isNotable":true,"name":"Advanced Munitions","orbit":0},"24165":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24165,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1011,"connections":[{"orbit":0,"id":8908},{"orbit":0,"id":25557},{"orbit":0,"id":44628},{"orbit":-6,"id":4328},{"orbit":0,"id":6079}],"orbitIndex":0,"name":"Attribute","orbit":0},"48714":{"stats":["3% increased Melee Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":47354}],"group":318,"skill":48714,"orbitIndex":7,"name":"Melee Attack Speed","orbit":2},"39204":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds","skill":39204,"stats":["20% of Damage is taken from Mana before Life","20% increased Effect of Arcane Surge on you per ten percent missing Mana"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":48,"isNotable":true,"name":"Force of Will","orbit":8},"2491":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":2491,"stats":[],"group":302,"connections":[{"orbit":0,"id":28175}],"orbitIndex":10,"name":"Jewel Socket","orbit":1},"26932":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds","connections":[{"orbit":-2,"id":34543}],"group":1000,"skill":26932,"orbitIndex":6,"name":"Frenzy Charge Duration","orbit":2},"24958":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24958,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1049,"connections":[{"orbit":-4,"id":52464},{"orbit":6,"id":41877}],"orbitIndex":30,"name":"Attribute","orbit":6},"33914":{"stats":["10% increased maximum Energy Shield","6% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":21935}],"group":277,"skill":33914,"orbitIndex":2,"name":"Energy Shield and Mana Regeneration","orbit":3},"37746":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-2,"id":6544}],"group":330,"skill":37746,"orbitIndex":19,"name":"Flammability Magnitude","orbit":7},"18146":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":18146,"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"ascendancyName":"Gemling Legionnaire","group":387,"connections":[{"orbit":2147483647,"id":57819}],"orbitIndex":0,"name":"Reduced Attribute Requirements","orbit":0},"40399":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":40399,"stats":["25% chance for Trigger skills to refund half of Energy Spent"],"recipe":["Isolation","Guilt","Paranoia"],"connections":[{"orbit":0,"id":20641}],"group":1052,"orbitIndex":6,"isNotable":true,"name":"Energise","orbit":5},"29517":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29517,"stats":["+5 to any Attribute"],"isAttribute":true,"group":922,"connections":[{"orbit":0,"id":32701},{"orbit":0,"id":37695}],"orbitIndex":24,"name":"Attribute","orbit":6},"43036":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":4,"id":2244}],"group":341,"skill":43036,"orbitIndex":16,"name":"Mana Regeneration","orbit":7},"9997":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds","skill":9997,"orbitIndex":0,"stats":["Body Armour grants 25% of Physical Damage from Hits taken as Fire Damage"],"ascendancyName":"Smith of Kitava","connections":[],"group":20,"applyToArmour":true,"isNotable":true,"name":"Molten Symbol","orbit":0},"38010":{"stats":["5% increased Attack Damage","8% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[],"group":403,"skill":38010,"orbitIndex":23,"name":"Glory Generation and Attack Damage","orbit":7},"44357":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":44357,"stats":["12% increased Critical Hit Chance"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":-9,"id":63713}],"orbitIndex":34,"name":"Critical Chance","orbit":9},"39732":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":-2,"id":30219}],"group":467,"skill":39732,"orbitIndex":10,"name":"Accuracy","orbit":2},"39608":{"stats":["20% increased Hazard Duration"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":-3,"id":1778}],"group":1242,"skill":39608,"orbitIndex":20,"name":"Hazard Duration","orbit":7},"25412":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern","connections":[],"group":383,"skill":25412,"orbitIndex":0,"name":"Link Mastery","orbit":0},"19003":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":12166},{"orbit":0,"id":3128}],"group":1070,"skill":19003,"orbitIndex":0,"name":"Cold Damage","orbit":0},"61796":{"stats":["20% increased Armour Break Duration"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":-4,"id":8260}],"group":140,"skill":61796,"orbitIndex":20,"name":"Armour Break Duration","orbit":7},"59822":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":59822,"stats":[],"ascendancyName":"Blood Mage","isAscendancyStart":true,"group":795,"connections":[{"orbit":0,"id":8415}],"orbitIndex":0,"name":"Blood Mage","orbit":9},"23374":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":2500}],"group":1288,"skill":23374,"orbitIndex":0,"name":"Poison Chance","orbit":0},"46343":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern","connections":[{"orbit":0,"id":13708},{"orbit":0,"id":25513},{"orbit":0,"id":47363}],"group":583,"skill":46343,"orbitIndex":0,"name":"Two Hand Mastery","orbit":0},"61267":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds","skill":61267,"stats":["Demonflame has no maximum"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":60,"isNotable":true,"name":"Mastered Darkness","orbit":6},"60210":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPoison.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[{"orbit":0,"id":63431}],"group":1200,"skill":60210,"orbitIndex":9,"name":"Poison Mastery","orbit":1},"35901":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":35901,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1055,"connections":[{"orbit":-6,"id":12120},{"orbit":6,"id":62464},{"orbit":0,"id":60735},{"orbit":0,"id":6951}],"orbitIndex":60,"name":"Attribute","orbit":6},"55463":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":27875}],"group":1041,"skill":55463,"orbitIndex":14,"name":"Shock Chance","orbit":3},"7628":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":7628,"stats":["+5 to any Attribute"],"isAttribute":true,"group":536,"connections":[{"orbit":0,"id":41646},{"orbit":0,"id":55231}],"orbitIndex":30,"name":"Attribute","orbit":6},"20861":{"stats":["Invocated Spells deal 15% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":8522},{"orbit":0,"id":45350},{"orbit":0,"id":17672}],"group":752,"skill":20861,"orbitIndex":12,"name":"Invocation Spell Damage","orbit":7},"38678":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":-7,"id":30463},{"orbit":-6,"id":60464}],"group":1095,"skill":38678,"orbitIndex":19,"name":"Ailment Threshold","orbit":2},"11153":{"stats":["2% increased Attack Speed","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":5049}],"group":494,"skill":11153,"orbitIndex":12,"name":"Attack Speed and Accuracy","orbit":7},"62588":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[{"orbit":0,"id":50609}],"group":607,"skill":62588,"orbitIndex":0,"name":"Life Mastery","orbit":0},"62200":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":-3,"id":8460},{"orbit":-4,"id":29762}],"group":126,"skill":62200,"orbitIndex":20,"name":"Warcry Cooldown Speed","orbit":2},"62464":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":7,"id":17854}],"group":1055,"skill":62464,"orbitIndex":22,"name":"Evasion","orbit":3},"16626":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":16626,"stats":["12% increased Area of Effect if you have Stunned an Enemy Recently","12% increased Area of Effect for Attacks"],"recipe":["Paranoia","Envy","Disgust"],"connections":[{"orbit":0,"id":53089},{"orbit":0,"id":62023}],"group":221,"orbitIndex":20,"isNotable":true,"name":"Impact Area","orbit":2},"31292":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMace.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern","connections":[],"group":418,"skill":31292,"orbitIndex":0,"name":"Mace Mastery","orbit":0},"3170":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds","connections":[{"orbit":0,"id":22811}],"group":1201,"skill":3170,"orbitIndex":20,"name":"Deflection","orbit":2},"5642":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":5642,"stats":["3% increased maximum Life","8% increased Area of Effect for Attacks","5% chance for Slam Skills you use yourself to cause Aftershocks"],"recipe":["Fear","Isolation","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":57405}],"group":169,"orbitIndex":8,"isNotable":true,"name":"Behemoth","orbit":2},"19341":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[],"group":732,"skill":19341,"orbitIndex":16,"name":"Damage against Enemies on Low Life","orbit":3},"13799":{"stats":["8% increased Attack Damage","Debuffs you inflict have 4% increased Slow Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":36576}],"group":1193,"skill":13799,"orbitIndex":20,"name":"Attack Damage and Slow Effect","orbit":2},"12876":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds","skill":12876,"stats":["Grants Skill: Meditate"],"ascendancyName":"Invoker","connections":[],"group":1302,"orbitIndex":7,"isNotable":true,"name":"Faith is a Choice","orbit":6},"37220":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":17955}],"group":924,"skill":37220,"orbitIndex":9,"name":"Evasion","orbit":2},"16568":{"stats":["Minions Revive 15% faster if all your Minions are Companions"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-2,"id":31129}],"group":1156,"skill":16568,"orbitIndex":2,"name":"Companion Revive Speed","orbit":3},"61142":{"stats":["Recover 2% of maximum Life for each Endurance Charge consumed"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":38365}],"group":138,"skill":61142,"orbitIndex":14,"name":"Recover Life on consuming Endurance Charge","orbit":2},"37484":{"icon":"Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds","skill":37484,"isKeystone":true,"stats":["Mana Leech recovers based on Elemental Damage Types instead of Physical Damage"],"group":1249,"connections":[],"orbitIndex":0,"name":"Walker of the Wilds","orbit":0},"7062":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":7062,"stats":["30% chance to not consume a bolt if you've Reloaded Recently"],"recipe":["Paranoia","Isolation","Despair"],"connections":[{"orbit":0,"id":16680},{"orbit":0,"id":61432}],"group":760,"orbitIndex":19,"isNotable":true,"name":"Reusable Ammunition","orbit":4},"26931":{"stats":["Gain 3 Life per Enemy Killed"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[{"orbit":5,"id":48198}],"group":837,"skill":26931,"orbitIndex":10,"name":"Life on Kill","orbit":3},"50562":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":50562,"stats":["45% increased Critical Damage Bonus","10% increased Mana Cost of Skills","+10 to Strength"],"recipe":["Guilt","Despair","Envy"],"connections":[{"orbit":0,"id":43142}],"group":256,"orbitIndex":8,"isNotable":true,"name":"Barbaric Strength","orbit":7},"4238":{"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","skill":4238,"stats":["6% increased Attack Speed with One Handed Melee Weapons","15% increased Accuracy Rating with One Handed Melee Weapons","+10 to Strength and Dexterity"],"recipe":["Ire","Isolation","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1023,"orbitIndex":0,"isNotable":true,"name":"Versatile Arms","orbit":0},"39594":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":51248},{"orbit":0,"id":53294}],"group":429,"skill":39594,"orbitIndex":3,"name":"Fire Penetration","orbit":2},"36290":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-2,"id":23046}],"group":1112,"skill":36290,"orbitIndex":33,"name":"Energy Shield Delay","orbit":4},"32745":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":50104},{"orbit":0,"id":61179}],"group":389,"skill":32745,"orbitIndex":0,"name":"Physical Damage","orbit":0},"31366":{"stats":["Parry has 20% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":4,"id":3843}],"group":1160,"skill":31366,"orbitIndex":17,"name":"Parry Stun Buildup","orbit":3},"29582":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","options":{"Huntress":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","name":"Stun Threshold during Parry","id":5083}},"skill":29582,"stats":["8% increased Accuracy Rating"],"isSwitchable":true,"group":806,"connections":[{"orbit":0,"id":35987}],"orbitIndex":14,"name":"Accuracy","orbit":2},"39470":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":39470,"stats":["Minions have 12% increased maximum Life"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":-6,"id":17754}],"orbitIndex":3,"name":"Minion Life","orbit":8},"52676":{"stats":["16% increased Minion Duration"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[],"group":203,"skill":52676,"orbitIndex":3,"name":"Minion Duration","orbit":7},"46205":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":7,"id":2174},{"orbit":-7,"id":33209},{"orbit":-7,"id":51683}],"group":289,"skill":46205,"orbitIndex":0,"name":"Totem Damage","orbit":3},"48856":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":17882}],"group":724,"skill":48856,"orbitIndex":4,"name":"Grenade Damage","orbit":7},"44359":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":722,"skill":44359,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"57047":{"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","skill":57047,"stats":["7% increased Attributes"],"recipe":["Isolation","Suffering","Paranoia"],"connections":[{"orbit":0,"id":45278},{"orbit":0,"id":4492}],"group":647,"orbitIndex":48,"isNotable":true,"name":"Polymathy","orbit":5},"24430":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":3601},{"orbit":0,"id":38707}],"group":192,"skill":24430,"orbitIndex":66,"name":"Elemental Damage","orbit":4},"13171":{"stats":["Totems have 12% additional Physical Damage Reduction"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":5,"id":24438}],"group":352,"skill":13171,"orbitIndex":0,"name":"Totem Physical Damage Reduction","orbit":0},"8415":{"isFreeAllocate":true,"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds","skill":8415,"stats":["Skills gain a Base Life Cost equal to Base Mana Cost","Grants Skill: Life Remnants"],"ascendancyName":"Blood Mage","connections":[{"orbit":0,"id":62388},{"orbit":-5,"id":3165},{"orbit":0,"id":30071},{"orbit":0,"id":59342},{"orbit":0,"id":47442}],"group":795,"orbitIndex":0,"isNotable":true,"name":"Sanguimancy","orbit":6},"23825":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":7,"id":24325},{"orbit":0,"id":11572}],"group":361,"skill":23825,"orbitIndex":15,"name":"Life Regeneration Rate","orbit":7},"3492":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":3492,"stats":["29% increased Chaos Damage","Enemies you Curse have -3% to Chaos Resistance"],"recipe":["Isolation","Ire","Disgust"],"connections":[{"orbit":0,"id":60313},{"orbit":0,"id":19112}],"group":564,"orbitIndex":12,"isNotable":true,"name":"Void","orbit":3},"40929":{"stats":["15% increased Archon Buff duration"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":-7,"id":43633}],"group":932,"skill":40929,"orbitIndex":21,"name":"Archon Duration","orbit":3},"10362":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":10830},{"orbit":0,"id":9163}],"group":107,"skill":10362,"orbitIndex":0,"name":"Armour","orbit":0},"31630":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":64474}],"group":980,"skill":31630,"orbitIndex":7,"name":"Energy Shield Delay","orbit":2},"55329":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":42036}],"group":1229,"skill":55329,"orbitIndex":12,"name":"Block","orbit":4},"30300":{"stats":["16% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":0,"id":12565},{"orbit":0,"id":1200}],"group":59,"skill":30300,"orbitIndex":5,"name":"Thorns","orbit":2},"14226":{"icon":"Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds","skill":14226,"isKeystone":true,"stats":["25% more Skill Speed while Off Hand is empty and you have","a One-Handed Martial Weapon equipped in your Main Hand"],"group":1208,"connections":[],"orbitIndex":0,"name":"Dance with Death","orbit":0},"36027":{"stats":["12% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":2,"id":18073}],"group":185,"skill":36027,"orbitIndex":22,"name":"Attack Damage","orbit":7},"4882":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":38172},{"orbit":0,"id":51921}],"group":417,"skill":4882,"orbitIndex":3,"name":"Totem Damage","orbit":2},"61934":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":48418}],"group":451,"skill":61934,"orbitIndex":2,"name":"Stun Threshold","orbit":2},"5580":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":5580,"stats":["Recoup 5% of damage taken by your Totems as Life","Each Totem applies 2% increased Damage taken to Enemies in their Presence"],"recipe":["Disgust","Suffering","Suffering"],"connections":[{"orbit":0,"id":42710}],"group":96,"orbitIndex":0,"isNotable":true,"name":"Watchtowers","orbit":0},"39207":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":33518}],"group":509,"skill":39207,"orbitIndex":10,"name":"Slow Effect on You","orbit":7},"37361":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":2147483647,"id":40043}],"group":577,"skill":37361,"orbitIndex":6,"name":"Bleeding Damage","orbit":1},"60480":{"stats":["8% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[],"group":1255,"skill":60480,"orbitIndex":4,"name":"Herald Reservation","orbit":2},"17294":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":-5,"id":19330},{"orbit":4,"id":27501}],"group":549,"skill":17294,"orbitIndex":16,"name":"Life Regeneration","orbit":2},"49107":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds","connections":[{"orbit":0,"id":54562}],"group":1132,"skill":49107,"orbitIndex":14,"name":"Critical Chance","orbit":2},"516":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":4,"id":47157}],"group":574,"skill":516,"orbitIndex":16,"name":"Projectile Damage","orbit":7},"49512":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49512,"stats":["+5 to any Attribute"],"isAttribute":true,"group":589,"connections":[{"orbit":0,"id":61419},{"orbit":0,"id":15885},{"orbit":0,"id":5936}],"orbitIndex":0,"name":"Attribute","orbit":0},"65493":{"stats":["15% reduced Presence Area of Effect","6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":2,"id":43854}],"group":161,"skill":65493,"orbitIndex":17,"name":"Area and Presence","orbit":3},"20397":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":20397,"stats":["15% increased Area of Effect for Attacks","10% increased Cooldown Recovery Rate"],"recipe":["Greed","Envy","Suffering"],"connections":[{"orbit":3,"id":4577},{"orbit":0,"id":8556}],"group":540,"orbitIndex":11,"isNotable":true,"name":"Authority","orbit":7},"64700":{"stats":["5% chance to Daze on Hit","20% increased Freeze Buildup with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":61632}],"group":1266,"skill":64700,"orbitIndex":0,"name":"Quarterstaff Freeze and Daze Buildup","orbit":0},"44746":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds","skill":44746,"stats":["40% more Immobilisation buildup"],"ascendancyName":"Tactician","connections":[{"orbit":0,"id":4245}],"group":260,"orbitIndex":0,"isNotable":true,"name":"Suppressing Fire","orbit":0},"33514":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern","connections":[],"group":1108,"skill":33514,"orbitIndex":0,"name":"Companion Mastery","orbit":0},"16111":{"stats":["20% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":9,"id":46268},{"orbit":0,"id":2397},{"orbit":0,"id":54099}],"group":529,"skill":16111,"orbitIndex":4,"name":"Attack Damage while Surrounded","orbit":7},"64312":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":-7,"id":23861},{"orbit":7,"id":54886}],"group":347,"skill":64312,"orbitIndex":2,"name":"Two Handed Damage","orbit":7},"9703":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":6030}],"group":1284,"skill":9703,"orbitIndex":2,"name":"Poison Duration","orbit":3},"19342":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-3,"id":17553},{"orbit":0,"id":46296},{"orbit":0,"id":27493}],"group":761,"skill":19342,"orbitIndex":8,"name":"Projectile Damage","orbit":3},"19796":{"stats":["16% increased Attack Damage against Bleeding Enemies"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":18308}],"group":602,"skill":19796,"orbitIndex":16,"name":"Attack Damage vs Bleeding Enemies","orbit":7},"54923":{"stats":["15% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":2147483647,"id":27638}],"group":403,"skill":54923,"orbitIndex":7,"name":"Glory Generation","orbit":7},"38541":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":61601}],"group":1015,"skill":38541,"orbitIndex":0,"name":"Critical Chance","orbit":0},"6269":{"stats":["3% increased Attack Speed with Axes"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":45990}],"group":109,"skill":6269,"orbitIndex":1,"name":"Axe Attack Speed","orbit":2},"38944":{"stats":["8% increased Lightning Damage","8% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":43338},{"orbit":0,"id":59538}],"group":1168,"skill":38944,"orbitIndex":6,"name":"Shock Chance and Lightning Damage","orbit":2},"56649":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":0,"id":44455}],"group":635,"skill":56649,"orbitIndex":8,"name":"Cold Penetration","orbit":3},"42111":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":21387},{"orbit":0,"id":26437}],"group":133,"skill":42111,"orbitIndex":19,"name":"Armour Break","orbit":3},"53996":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":7,"id":9941},{"orbit":3,"id":28556}],"group":725,"skill":53996,"orbitIndex":22,"name":"Melee Damage","orbit":7},"52410":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[],"group":1229,"skill":52410,"orbitIndex":26,"name":"Stun Threshold during Parry","orbit":4},"23364":{"stats":["9% increased Presence Area of Effect","3% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":2,"id":33781},{"orbit":2,"id":48614}],"group":161,"skill":23364,"orbitIndex":0,"name":"Area and Presence","orbit":0},"24295":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":24295,"stats":["25% increased Frenzy Charge Duration"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":2147483647,"id":37336}],"orbitIndex":20,"name":"Frenzy Charge Duration","orbit":8},"30704":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":22045},{"orbit":0,"id":17655}],"group":474,"skill":30704,"orbitIndex":20,"name":"Life Regeneration","orbit":7},"144":{"stats":["10% increased Freeze Buildup","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":26598}],"group":1022,"skill":144,"orbitIndex":12,"name":"Elemental Damage and Freeze Buildup","orbit":5},"41442":{"stats":["4% increased Block chance","5% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":5,"id":58088}],"group":180,"skill":41442,"orbitIndex":14,"name":"Block and Stun Threshold","orbit":3},"55063":{"stats":["15% increased amount of Life Leeched","Leech Life 5% slower"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":4,"id":51535}],"group":89,"skill":55063,"orbitIndex":5,"name":"Life Leech and Slower Leech","orbit":2},"21390":{"stats":["20% increased Endurance Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":7972}],"group":212,"skill":21390,"orbitIndex":12,"name":"Endurance Charge Duration","orbit":2},"10029":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":10029,"stats":["Area Skills have 20% chance to Knock Enemies Back on Hit","20% increased Spell Area Damage"],"recipe":["Disgust","Paranoia","Despair"],"connections":[{"orbit":0,"id":19277}],"group":321,"orbitIndex":2,"isNotable":true,"name":"Repulsion","orbit":2},"38138":{"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":35688}],"group":647,"skill":38138,"orbitIndex":36,"name":"Reduced Attribute Requirements","orbit":5},"11813":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":-4,"id":30456}],"group":990,"skill":11813,"orbitIndex":12,"name":"Evasion","orbit":7},"18086":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":18086,"stats":["Damage Penetrates 15% Cold Resistance","+10 to Intelligence"],"recipe":["Suffering","Disgust","Suffering"],"connections":[{"orbit":0,"id":62844}],"group":582,"orbitIndex":54,"isNotable":true,"name":"Breath of Ice","orbit":4},"38014":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":38014,"stats":["Slam Skills have 8% increased Area of Effect"],"ascendancyName":"Titan","group":47,"connections":[{"orbit":5,"id":3762}],"orbitIndex":0,"name":"Slam Area of Effect","orbit":0},"17283":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern","connections":[],"group":939,"skill":17283,"orbitIndex":0,"name":"Evasion and Energy Shield Mastery","orbit":0},"56118":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-5,"id":19341},{"orbit":0,"id":42250}],"group":732,"skill":56118,"orbitIndex":30,"name":"Damage against Enemies on Low Life","orbit":4},"1680":{"stats":["20% increased Parry Range"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[],"group":1034,"skill":1680,"orbitIndex":2,"name":"Projectile Parry Range","orbit":2},"30233":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds","skill":30233,"stats":["Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier","A maximum of one Modifer can be granted this way","Grants Skill: Ritual Sacrifice"],"ascendancyName":"Ritualist","connections":[],"group":1368,"orbitIndex":0,"isNotable":true,"name":"As the Whispers Demand","orbit":0},"33391":{"stats":["15% increased Magnitude of Bleeding you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":56330},{"orbit":0,"id":49661}],"group":957,"skill":33391,"orbitIndex":5,"name":"Critical Bleeding Effect","orbit":3},"59289":{"stats":["15% increased Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":22532}],"group":704,"skill":59289,"orbitIndex":21,"name":"Immobilisation Buildup","orbit":2},"5332":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":5332,"stats":["Immune to Chill if a majority of your Socketed Support Gems are Blue","Immune to Ignite if a majority of your Socketed Support Gems are Red","Immune to Shock if a majority of your Socketed Support Gems are Green"],"recipe":["Isolation","Isolation","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[],"group":682,"orbitIndex":8,"isNotable":true,"name":"Crystallised Immunities","orbit":2},"4407":{"stats":["Minions have 12% additional Physical Damage Reduction","Minions have 25% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[],"group":458,"skill":4407,"orbitIndex":0,"name":"Minion Physical Damage Reduction","orbit":0},"61800":{"stats":["40% increased Critical Damage Bonus against Enemies that are on Full Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[],"group":1178,"skill":61800,"orbitIndex":11,"name":"Critical Damage vs Full Life","orbit":7},"45013":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":45013,"stats":["60% increased Damage with Hits against Enemies that are on Low Life","30% increased Stun Buildup against Enemies that are on Low Life"],"recipe":["Despair","Guilt","Ire"],"connections":[{"orbit":0,"id":58884}],"group":732,"orbitIndex":10,"isNotable":true,"name":"Finishing Blows","orbit":7},"14428":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":0,"id":6287}],"group":610,"skill":14428,"orbitIndex":14,"name":"Intelligence","orbit":3},"36696":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":31398,"name":"Life","stats":["3% increased maximum Life"]}},"skill":36696,"stats":["3% increased maximum Life"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":4,"id":28431}],"orbitIndex":30,"name":"Life","orbit":9},"49370":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":49370,"stats":["30% increased Critical Hit Chance with Flails","20% increased Critical Damage Bonus with Flails"],"connections":[{"orbit":0,"id":6502}],"group":63,"orbitIndex":15,"isNotable":true,"name":"Morning Star","orbit":2},"23702":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":55802},{"orbit":0,"id":57196},{"orbit":0,"id":63445}],"group":690,"skill":23702,"orbitIndex":10,"name":"Attack Speed","orbit":3},"21984":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":21984,"stats":[],"group":1012,"connections":[{"orbit":0,"id":61403}],"orbitIndex":4,"name":"Jewel Socket","orbit":1},"58884":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern","connections":[],"group":732,"skill":58884,"orbitIndex":0,"name":"Two Hand Mastery","orbit":0},"56910":{"icon":"Art/2DArt/SkillIcons/passives/Meleerange.dds","skill":56910,"stats":["Hits against you have 20% reduced Critical Damage Bonus","20% increased Armour and Evasion Rating","+5 to Strength and Dexterity"],"connections":[{"orbit":6,"id":28510},{"orbit":0,"id":34061},{"orbit":6,"id":29328}],"group":654,"orbitIndex":51,"isNotable":true,"name":"Battle-hardened","orbit":5},"57703":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":57703,"stats":["+5 to any Attribute"],"isAttribute":true,"group":264,"connections":[{"orbit":0,"id":54811},{"orbit":0,"id":54485},{"orbit":0,"id":38130},{"orbit":0,"id":19674}],"orbitIndex":0,"name":"Attribute","orbit":0},"9106":{"stats":["Gain 2 Rage when Hit by an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":7,"id":54937}],"group":86,"skill":9106,"orbitIndex":2,"name":"Rage when Hit","orbit":7},"36293":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":27785},{"orbit":0,"id":55708}],"group":721,"skill":36293,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"64046":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","options":{"Witch":{"stats":["20% increased Chaos Damage","18% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","name":"Entropy","id":10941}},"skill":64046,"stats":["20% increased Elemental Infusion duration","Remnants can be collected from 15% further away"],"isSwitchable":true,"connections":[{"orbit":6,"id":45522},{"orbit":0,"id":5726}],"group":599,"orbitIndex":3,"isNotable":true,"name":"Infused Spell Damage","orbit":7},"13893":{"stats":["10% increased Stun Buildup","Damage Penetrates 5% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":-5,"id":42390}],"group":70,"skill":13893,"orbitIndex":5,"name":"Fire Penetration and Stun Buildup","orbit":7},"44484":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":44484,"stats":["Remnants can be collected from 30% further away"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":42522}],"orbitIndex":136,"name":"Remnant Range","orbit":9},"64434":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":2,"id":3893},{"orbit":0,"id":39298}],"group":792,"skill":64434,"orbitIndex":20,"name":"Deflection","orbit":7},"13862":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":940,"skill":13862,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"28589":{"stats":["20% increased Armour if you have been Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":30300}],"group":59,"skill":28589,"orbitIndex":2,"name":"Armour if Hit","orbit":3},"5084":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":2,"id":35324}],"group":571,"skill":5084,"orbitIndex":22,"name":"Flammability Magnitude","orbit":2},"57967":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":57967,"stats":["+30 to maximum Mana","14% increased Mana Regeneration Rate"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":482,"orbitIndex":0,"isNotable":true,"name":"Sturdy Mind","orbit":0},"3209":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":-6,"id":59720},{"orbit":4,"id":65091}],"group":1226,"skill":3209,"orbitIndex":16,"name":"Evasion","orbit":7},"17687":{"stats":["15% increased Mana Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":-3,"id":27422}],"group":1215,"skill":17687,"orbitIndex":40,"name":"Mana Flask Charges","orbit":4},"61923":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-6,"id":16256}],"group":836,"skill":61923,"orbitIndex":4,"name":"Mana Regeneration","orbit":3},"32545":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","connections":[{"orbit":4,"id":61196}],"group":820,"skill":32545,"orbitIndex":2,"name":"Skill Speed","orbit":2},"64962":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds","skill":64962,"orbitIndex":0,"stats":["Body Armour grants +100% of Armour also applies to Chaos Damage"],"ascendancyName":"Smith of Kitava","connections":[],"group":10,"applyToArmour":true,"isNotable":true,"name":"Dedication to Kitava","orbit":0},"45012":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":8246},{"orbit":0,"id":64462},{"orbit":0,"id":41017}],"group":1212,"skill":45012,"orbitIndex":12,"name":"Attack Damage","orbit":3},"47263":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47263,"stats":["+5 to any Attribute"],"isAttribute":true,"group":117,"connections":[{"orbit":0,"id":38707},{"orbit":0,"id":18448},{"orbit":0,"id":58295}],"orbitIndex":0,"name":"Attribute","orbit":0},"3624":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":18470},{"orbit":0,"id":10927},{"orbit":0,"id":16484}],"group":821,"skill":3624,"orbitIndex":5,"name":"Pin Buildup","orbit":3},"50302":{"stats":["6% of Skill Mana Costs Converted to Life Costs"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":0,"id":63470}],"group":324,"skill":50302,"orbitIndex":11,"name":"Life Costs","orbit":3},"26268":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":22710}],"group":1085,"skill":26268,"orbitIndex":12,"name":"Curse Duration","orbit":7},"37612":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":37612,"stats":["+5 to any Attribute"],"isAttribute":true,"group":440,"connections":[{"orbit":0,"id":13279},{"orbit":0,"id":17532}],"orbitIndex":0,"name":"Attribute","orbit":0},"15809":{"stats":["Minions have 20% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":31175},{"orbit":7,"id":26945},{"orbit":0,"id":18485}],"group":531,"skill":15809,"orbitIndex":22,"name":"Minion Critical Chance","orbit":3},"65226":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern","connections":[],"group":354,"skill":65226,"orbitIndex":0,"name":"Infusion Mastery","orbit":0},"41180":{"icon":"Art/2DArt/SkillIcons/passives/AltMinionDamageHeraldMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[{"orbit":0,"id":61703},{"orbit":0,"id":17260},{"orbit":0,"id":32353}],"group":148,"skill":41180,"orbitIndex":0,"name":"Shapeshifting Mastery","orbit":1},"17885":{"stats":["15% reduced Magnitude of Ignite on you"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-7,"id":11392}],"group":91,"skill":17885,"orbitIndex":2,"name":"Ignite Magnitude on You","orbit":3},"23427":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":23427,"stats":["20% increased Chill Duration on Enemies","30% increased Magnitude of Chill you inflict"],"recipe":["Suffering","Despair","Despair"],"connections":[{"orbit":5,"id":62914}],"group":635,"orbitIndex":54,"isNotable":true,"name":"Chilled to the Bone","orbit":4},"25211":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":25211,"stats":["Debuffs on you expire 25% faster"],"recipe":["Greed","Suffering","Fear"],"connections":[{"orbit":0,"id":11330}],"group":480,"orbitIndex":3,"isNotable":true,"name":"Waning Hindrances","orbit":3},"12116":{"stats":["15% increased Block chance","You take 3% of damage from Blocked Hits"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":42036},{"orbit":0,"id":52410}],"group":1229,"skill":12116,"orbitIndex":22,"name":"Block and Damage Taken from Blocked Hits","orbit":4},"37876":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":3,"id":52615},{"orbit":-3,"id":25729}],"group":1175,"skill":37876,"orbitIndex":45,"name":"Spell Damage","orbit":4},"55193":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":55193,"stats":["+2 to Evasion Rating per 1 Item Energy Shield on Equipped Helmet"],"recipe":["Ire","Suffering","Paranoia"],"connections":[{"orbit":-2,"id":10944}],"group":1036,"orbitIndex":4,"isNotable":true,"name":"Subterfuge Mask","orbit":1},"39598":{"stats":["Empowered Attacks deal 8% increased Damage","5% increased total Power counted by Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":3949}],"group":93,"skill":39598,"orbitIndex":6,"name":"Empowered Attack Damage and Power Counted","orbit":2},"8509":{"stats":["20% increased Critical Damage Bonus if you haven't dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":59061}],"group":236,"skill":8509,"orbitIndex":2,"name":"Critical Damage","orbit":2},"39986":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":57933}],"group":1275,"skill":39986,"orbitIndex":0,"name":"Damage and Companion Damage","orbit":0},"26532":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":-3,"id":46023},{"orbit":3,"id":41657},{"orbit":0,"id":36629}],"group":372,"skill":26532,"orbitIndex":6,"name":"Armour","orbit":2},"51749":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds","skill":51749,"isKeystone":true,"stats":["You have no Mana","Skill Mana Costs Converted to Life Costs"],"group":84,"connections":[{"orbit":0,"id":30141}],"orbitIndex":0,"name":"Blood Magic","orbit":0},"61534":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":4665}],"group":518,"skill":61534,"orbitIndex":18,"name":"Life Regeneration","orbit":7},"35503":{"stats":["6% increased Mana Regeneration Rate","10% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":23764}],"group":819,"skill":35503,"orbitIndex":0,"name":"Shock Effect and Mana Regeneration","orbit":0},"34308":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":34308,"stats":["20% increased Melee Damage","25% increased Melee Damage against Immobilised Enemies"],"recipe":["Disgust","Despair","Ire"],"connections":[{"orbit":0,"id":37414},{"orbit":0,"id":10245}],"group":318,"orbitIndex":16,"isNotable":true,"name":"Personal Touch","orbit":3},"44875":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":818,"skill":44875,"orbitIndex":0,"name":"Evasion Mastery","orbit":0},"57966":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":869,"skill":57966,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"2119":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":53505}],"group":519,"skill":2119,"orbitIndex":0,"name":"Life Leech","orbit":2},"43818":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":412,"skill":43818,"orbitIndex":0,"name":"Life Mastery","orbit":0},"41972":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":41972,"stats":["Damage Penetrates 18% Cold Resistance","Gain 6% of Elemental Damage as Extra Cold Damage"],"recipe":["Paranoia","Guilt","Isolation"],"connections":[{"orbit":4,"id":56649},{"orbit":-4,"id":60515}],"group":635,"orbitIndex":18,"isNotable":true,"name":"Glaciation","orbit":4},"53607":{"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","skill":53607,"stats":["10% increased Armour and Evasion Rating per Summoned Totem in your Presence","10% increased Attack Damage per Summoned Totem in your Presence"],"recipe":["Suffering","Despair","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":477,"orbitIndex":3,"isNotable":true,"name":"Fortified Location","orbit":4},"33393":{"stats":["10% increased Damage with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":7,"id":41747}],"group":72,"skill":33393,"orbitIndex":60,"name":"Flail Damage","orbit":5},"32148":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":32148,"stats":["25% increased Damage with Flails"],"connections":[],"group":63,"orbitIndex":23,"isNotable":true,"name":"Rattling Ball","orbit":2},"38668":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds","connections":[],"group":1053,"skill":38668,"orbitIndex":23,"name":"Energy Shield Delay","orbit":7},"36822":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":36822,"stats":["3% increased Attributes"],"ascendancyName":"Gemling Legionnaire","group":427,"connections":[{"orbit":0,"id":58591}],"orbitIndex":0,"name":"Attributes","orbit":0},"56776":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":56776,"stats":["60% increased Critical Damage Bonus","25% reduced Global Defences"],"recipe":["Suffering","Ire","Envy"],"connections":[{"orbit":5,"id":45609},{"orbit":0,"id":24129}],"group":1010,"orbitIndex":7,"isNotable":true,"name":"Cooked","orbit":1},"6153":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":44952},{"orbit":0,"id":10362}],"group":107,"skill":6153,"orbitIndex":14,"name":"Life Regeneration","orbit":7},"33781":{"stats":["15% reduced Presence Area of Effect","6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":2,"id":65493}],"group":161,"skill":33781,"orbitIndex":20,"name":"Area and Presence","orbit":7},"354":{"stats":["15% increased Cooldown Recovery Rate for Grenade Skills"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":48429}],"group":587,"skill":354,"orbitIndex":16,"name":"Grenade Cooldown Recovery Rate","orbit":3},"48583":{"stats":["8% increased amount of Life Leeched","8% increased Armour and Evasion Rating while Leeching"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":58783}],"group":736,"skill":48583,"orbitIndex":23,"name":"Life Leech. Armour and Evasion while Leeching","orbit":2},"24748":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":4716}],"group":534,"skill":24748,"orbitIndex":15,"name":"Evasion","orbit":3},"42500":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42500,"stats":["+5 to any Attribute"],"isAttribute":true,"group":657,"connections":[{"orbit":0,"id":59881}],"orbitIndex":10,"name":"Attribute","orbit":6},"5728":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","skill":5728,"stats":["60% increased Armour from Equipped Body Armour","60% increased Energy Shield from Equipped Body Armour"],"recipe":["Despair","Paranoia","Envy"],"connections":[{"orbit":-3,"id":17349},{"orbit":0,"id":58138}],"group":74,"orbitIndex":4,"isNotable":true,"name":"Ancient Aegis","orbit":7},"39723":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":39723,"stats":["12% increased Accuracy Rating"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":0,"id":24226}],"orbitIndex":21,"name":"Accuracy","orbit":6},"61525":{"icon":"Art/2DArt/SkillIcons/passives/axedmgspeed.dds","classesStart":["Templar","Druid"],"skill":61525,"stats":[],"group":570,"connections":[{"orbit":0,"id":13855},{"orbit":0,"id":35715},{"orbit":0,"id":26353},{"orbit":0,"id":950},{"orbit":0,"id":28429},{"orbit":0,"id":35535},{"orbit":0,"id":42761}],"orbitIndex":0,"name":"TEMPLAR","orbit":0},"22710":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":45111}],"group":1085,"skill":22710,"orbitIndex":8,"name":"Curse Duration","orbit":7},"47790":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":17625}],"group":102,"skill":47790,"orbitIndex":16,"name":"Shapeshifting","orbit":7},"10495":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":1114,"skill":10495,"orbitIndex":18,"name":"Mana Mastery","orbit":7},"12311":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":64119}],"group":724,"skill":12311,"orbitIndex":16,"name":"Crossbow Reload Speed","orbit":7},"40918":{"stats":["5% increased Magnitude of Ailments you inflict","5% increased Duration of Damaging Ailments on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":-4,"id":1773}],"group":942,"skill":40918,"orbitIndex":0,"name":"Ailment Effect and Duration","orbit":0},"39987":{"stats":["5% increased Chaos Damage","5% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-3,"id":18913},{"orbit":-5,"id":47177}],"group":790,"skill":39987,"orbitIndex":14,"name":"Chaos Damage and Duration","orbit":3},"33254":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[],"group":612,"skill":33254,"orbitIndex":1,"name":"Spell Damage","orbit":2},"43557":{"stats":["Minions have 15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":621,"skill":43557,"orbitIndex":17,"name":"Minion Critical Damage","orbit":3},"21314":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-4,"id":50912}],"group":952,"skill":21314,"orbitIndex":17,"name":"Attack Damage","orbit":2},"13397":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":13397,"stats":["+5 to any Attribute"],"isAttribute":true,"group":503,"connections":[{"orbit":0,"id":1207}],"orbitIndex":6,"name":"Attribute","orbit":4},"21380":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":21380,"stats":["100% increased Critical Damage Bonus against Enemies that are on Full Life"],"recipe":["Guilt","Disgust","Greed"],"connections":[],"group":1039,"orbitIndex":9,"isNotable":true,"name":"Preemptive Strike","orbit":7},"19794":{"stats":["15% reduced Magnitude of Ignite on you"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[],"group":91,"skill":19794,"orbitIndex":22,"name":"Ignite Magnitude on You","orbit":3},"60203":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":9,"id":5332}],"group":682,"skill":60203,"orbitIndex":2,"name":"Strength","orbit":2},"33518":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":6,"id":63579}],"group":509,"skill":33518,"orbitIndex":34,"name":"Slow Effect on You","orbit":4},"52274":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":3109},{"orbit":0,"id":21077}],"group":587,"skill":52274,"orbitIndex":9,"name":"Grenade Damage","orbit":3},"18801":{"stats":["Banner Skills have 20% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":2147483647,"id":11752},{"orbit":0,"id":63360}],"group":541,"skill":18801,"orbitIndex":10,"name":"Banner Duration","orbit":7},"29447":{"stats":["10% increased Armour","+5% of Armour also applies to Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":2147483647,"id":11786}],"group":253,"skill":29447,"orbitIndex":11,"name":"Armour","orbit":2},"16695":{"stats":["3% of Elemental Damage taken Recouped as Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":61926}],"group":971,"skill":16695,"orbitIndex":6,"name":"Energy Shield Recoup","orbit":2},"34449":{"stats":["10% increased Critical Hit Chance with Traps"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":37688}],"group":1221,"skill":34449,"orbitIndex":36,"name":"Trap Critical Chance","orbit":4},"23040":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":4,"id":38493}],"group":1285,"skill":23040,"orbitIndex":14,"name":"Critical Damage","orbit":7},"23362":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":23362,"stats":["25% reduced Effect of Chill on you","Unaffected by Chill during Dodge Roll"],"recipe":["Despair","Disgust","Greed"],"connections":[{"orbit":0,"id":32672},{"orbit":0,"id":50403}],"group":1187,"orbitIndex":9,"isNotable":true,"name":"Slippery Ice","orbit":3},"12412":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":12412,"stats":["16% increased Cooldown Recovery Rate"],"recipe":["Paranoia","Fear","Disgust"],"connections":[],"group":480,"orbitIndex":0,"isNotable":true,"name":"Temporal Mastery","orbit":1},"62581":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern","connections":[],"group":365,"skill":62581,"orbitIndex":0,"name":"Block Mastery","orbit":0},"48846":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":44566}],"group":738,"skill":48846,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"23428":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":47623}],"group":502,"skill":23428,"orbitIndex":18,"name":"Grenade Damage","orbit":3},"64299":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":64299,"stats":["Aura Skills have 12% increased Magnitudes"],"connections":[{"orbit":0,"id":17655}],"group":446,"orbitIndex":20,"isNotable":true,"name":"Bolstering Presence","orbit":2},"57832":{"stats":["10% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":46300}],"group":571,"skill":57832,"orbitIndex":9,"name":"Ignite Magnitude","orbit":2},"46071":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":46071,"stats":["12% increased Accuracy Rating"],"ascendancyName":"Amazon","group":1344,"connections":[{"orbit":0,"id":9294}],"orbitIndex":0,"name":"Accuracy","orbit":0},"49110":{"stats":["6% increased chance to inflict Ailments","6% increased Magnitude of Damaging Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":-7,"id":54746}],"group":937,"skill":49110,"orbitIndex":0,"name":"Ailment Chance and Effect","orbit":0},"5410":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":5410,"stats":["30% increased Area of Effect of Ancestrally Boosted Attacks"],"recipe":["Envy","Envy","Fear"],"connections":[{"orbit":0,"id":33590}],"group":80,"orbitIndex":15,"isNotable":true,"name":"Channelled Heritage","orbit":3},"45278":{"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":38138}],"group":647,"skill":45278,"orbitIndex":14,"name":"Reduced Attribute Requirements","orbit":7},"9037":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":21912}],"group":149,"skill":9037,"orbitIndex":69,"name":"Shapeshifting","orbit":5},"58096":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","skill":58096,"stats":["20% increased Spell Damage","20% increased Skill Effect Duration"],"recipe":["Isolation","Greed","Disgust"],"connections":[{"orbit":0,"id":17411}],"group":362,"orbitIndex":1,"isNotable":true,"name":"Lasting Incantations","orbit":3},"9968":{"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","skill":9968,"stats":["25% reduced Shock duration on you","40% increased Elemental Ailment Threshold"],"recipe":["Paranoia","Suffering","Disgust"],"connections":[{"orbit":-6,"id":38678},{"orbit":0,"id":28623}],"group":1095,"orbitIndex":69,"isNotable":true,"name":"Feel the Earth","orbit":4},"5348":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":1088,"skill":5348,"orbitIndex":0,"name":"Elemental Mastery","orbit":0},"44753":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":44753,"stats":["50% reduced Magnitude of Ignite on you"],"recipe":["Greed","Greed","Isolation"],"connections":[{"orbit":0,"id":63608}],"group":70,"orbitIndex":0,"isNotable":true,"name":"One With Flame","orbit":0},"4423":{"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","skill":4423,"stats":["Critical Hits with Daggers have a 25% chance to Poison the Enemy"],"connections":[{"orbit":0,"id":54058}],"group":1278,"orbitIndex":7,"isNotable":true,"name":"Coated Knife","orbit":2},"11752":{"stats":["Banner Skills have 20% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":62455},{"orbit":0,"id":62258},{"orbit":0,"id":57616}],"group":541,"skill":11752,"orbitIndex":2,"name":"Banner Duration","orbit":7},"10162":{"icon":"Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":1216,"skill":10162,"orbitIndex":0,"name":"Power Charge Mastery","orbit":0},"21982":{"stats":["5% chance to inflict Bleeding on Hit","Empowered Attacks deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":47371}],"group":281,"skill":21982,"orbitIndex":18,"name":"Empowered Attack Damage and Bleeding Chance","orbit":2},"38670":{"stats":["20% increased Armour if you have been Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":28589}],"group":59,"skill":38670,"orbitIndex":0,"name":"Armour if Hit","orbit":2},"59541":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":59541,"stats":["Minions have 40% increased maximum Life","Minions have 10% reduced Life Recovery rate"],"recipe":["Fear","Guilt","Fear"],"connections":[{"orbit":7,"id":28573},{"orbit":0,"id":56926}],"group":778,"orbitIndex":3,"isNotable":true,"name":"Necrotised Flesh","orbit":3},"10131":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10131,"stats":["+5 to any Attribute"],"isAttribute":true,"group":897,"connections":[{"orbit":0,"id":3251},{"orbit":0,"id":44669},{"orbit":0,"id":14127},{"orbit":0,"id":55947}],"orbitIndex":0,"name":"Attribute","orbit":0},"29306":{"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","skill":29306,"stats":["8% of Damage is taken from Mana before Life","15% increased Attack Speed while not on Low Mana"],"recipe":["Fear","Disgust","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":1,"id":17668}],"group":1048,"orbitIndex":1,"isNotable":true,"name":"Chakra of Thought","orbit":1},"39461":{"stats":["Minions have 6% increased maximum Life","Minions deal 6% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":229}],"group":506,"skill":39461,"orbitIndex":0,"name":"Minion Damage and Life","orbit":2},"48585":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":20831},{"orbit":0,"id":56325}],"group":833,"skill":48585,"orbitIndex":0,"name":"Evasion","orbit":0},"14654":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14654,"stats":["+5 to any Attribute"],"isAttribute":true,"group":257,"connections":[{"orbit":0,"id":22616},{"orbit":0,"id":14459},{"orbit":0,"id":21017},{"orbit":0,"id":52807},{"orbit":0,"id":58295}],"orbitIndex":0,"name":"Attribute","orbit":0},"29372":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":29372,"stats":["4% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage"],"recipe":["Fear","Suffering","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern","connections":[],"group":331,"orbitIndex":0,"isNotable":true,"name":"Sudden Infuriation","orbit":0},"4456":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4456,"stats":["+5 to any Attribute"],"isAttribute":true,"group":582,"connections":[{"orbit":0,"id":57710},{"orbit":0,"id":4776}],"orbitIndex":0,"name":"Attribute","orbit":0},"10100":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10100,"stats":["+5 to any Attribute"],"isAttribute":true,"group":118,"connections":[{"orbit":0,"id":47263},{"orbit":0,"id":25300}],"orbitIndex":0,"name":"Attribute","orbit":0},"38003":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":4,"id":63526}],"group":644,"skill":38003,"orbitIndex":20,"name":"Stun Threshold","orbit":7},"52415":{"stats":["3% increased Attack Speed while your Companion is in your Presence","Companions have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":32655}],"group":1108,"skill":52415,"orbitIndex":22,"name":"Attack Speed and Companion Attack Speed","orbit":2},"41573":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":24655}],"group":582,"skill":41573,"orbitIndex":10,"name":"Fire Penetration","orbit":3},"52803":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":52803,"stats":["20% increased Life Recovery from Flasks","Life Flasks gain 0.1 charges per Second"],"recipe":["Envy","Disgust","Disgust"],"connections":[{"orbit":0,"id":59356}],"group":1063,"orbitIndex":0,"isNotable":true,"name":"Hale Traveller","orbit":7},"26068":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":37389}],"group":956,"skill":26068,"orbitIndex":2,"name":"Attack Damage","orbit":3},"6900":{"stats":["+1% to maximum Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-6,"id":26479},{"orbit":0,"id":45751}],"group":180,"skill":6900,"orbitIndex":0,"name":"Maximum Block","orbit":5},"62844":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":0,"id":32427}],"group":582,"skill":62844,"orbitIndex":18,"name":"Cold Penetration","orbit":3},"8246":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":37548},{"orbit":0,"id":64462}],"group":1212,"skill":8246,"orbitIndex":11,"name":"Attack Damage","orbit":2},"12078":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-6,"id":53771},{"orbit":-4,"id":41877}],"group":1143,"skill":12078,"orbitIndex":39,"name":"Projectile Damage","orbit":5},"27662":{"stats":["6% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[],"group":845,"skill":27662,"orbitIndex":14,"name":"Additional Spell Projectiles","orbit":2},"60":{"stats":["5% chance to Blind Enemies on Hit"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":58426}],"group":1202,"skill":60,"orbitIndex":13,"name":"Blind Chance","orbit":2},"25011":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":448,"skill":25011,"orbitIndex":0,"name":"Life Mastery","orbit":0},"6355":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-4,"id":14110},{"orbit":4,"id":38124}],"group":224,"skill":6355,"orbitIndex":2,"name":"Totem Damage","orbit":7},"38143":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38143,"stats":["+5 to any Attribute"],"isAttribute":true,"group":788,"connections":[],"orbitIndex":18,"name":"Attribute","orbit":2},"18073":{"stats":["12% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":7,"id":49952},{"orbit":4,"id":63114}],"group":185,"skill":18073,"orbitIndex":2,"name":"Attack Damage","orbit":7},"59945":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59945,"stats":["+5 to any Attribute"],"isAttribute":true,"group":135,"connections":[{"orbit":0,"id":4527},{"orbit":0,"id":45327},{"orbit":0,"id":21684}],"orbitIndex":0,"name":"Attribute","orbit":0},"23227":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":23227,"stats":["30% increased Melee Damage when on Full Life","16% increased Attack Speed if you haven't Attacked Recently"],"recipe":["Greed","Ire","Envy"],"connections":[],"group":487,"orbitIndex":0,"isNotable":true,"name":"Initiative","orbit":4},"28050":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28050,"stats":["+5 to any Attribute"],"isAttribute":true,"group":881,"connections":[{"orbit":0,"id":63888},{"orbit":0,"id":53539}],"orbitIndex":24,"name":"Attribute","orbit":6},"62051":{"stats":["3% increased Movement Speed if you've Killed Recently"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":-9,"id":21755}],"group":658,"skill":62051,"orbitIndex":0,"name":"Movement Speed","orbit":3},"49235":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":42077}],"group":565,"skill":49235,"orbitIndex":7,"name":"Energy Shield Delay","orbit":2},"62984":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":62984,"stats":["24% increased Evasion Rating","24% increased maximum Energy Shield"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern","connections":[{"orbit":0,"id":15975}],"group":837,"orbitIndex":4,"isNotable":true,"name":"Mindful Awareness","orbit":2},"58747":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds","skill":58747,"stats":["Grants Skill: Time Freeze"],"ascendancyName":"Chronomancer","connections":[],"group":271,"orbitIndex":0,"isNotable":true,"name":"Ultimate Command","orbit":0},"61927":{"stats":["15% increased Magnitude of Jagged Ground you create"],"icon":"Art/2DArt/SkillIcons/icongroundslam.dds","connections":[{"orbit":0,"id":14515},{"orbit":0,"id":3698}],"group":218,"skill":61927,"orbitIndex":5,"name":"Jagged Ground Effect","orbit":2},"41044":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-7,"id":47591}],"group":125,"skill":41044,"orbitIndex":19,"name":"Mana Regeneration","orbit":7},"419":{"stats":["10% increased Magnitude of Non-Damaging Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","connections":[{"orbit":-7,"id":63400}],"group":997,"skill":419,"orbitIndex":12,"name":"Non-Damaging Ailment Magnitude","orbit":2},"14724":{"stats":["20% increased Shock Duration"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":62185}],"group":1120,"skill":14724,"orbitIndex":0,"name":"Shock Duration","orbit":0},"53207":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":47635},{"orbit":0,"id":56914}],"group":1002,"skill":53207,"orbitIndex":4,"name":"Lightning Penetration","orbit":1},"59540":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds","skill":59540,"stats":["50% more Damage against Heavy Stunned Enemies"],"ascendancyName":"Titan","connections":[],"group":49,"orbitIndex":67,"isNotable":true,"name":"Surprising Strength","orbit":9},"3985":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","skill":3985,"stats":["Attack Damage Penetrates 15% of Enemy Elemental Resistances"],"recipe":["Suffering","Isolation","Ire"],"connections":[{"orbit":0,"id":48660},{"orbit":3,"id":64140}],"group":891,"orbitIndex":15,"isNotable":true,"name":"Forces of Nature","orbit":2},"37616":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":1221,"skill":37616,"orbitIndex":45,"name":"Trap Mastery","orbit":5},"46197":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":46197,"stats":["20% reduced Critical Damage Bonus","50% increased Critical Hit Chance"],"recipe":["Suffering","Envy","Greed"],"connections":[{"orbit":0,"id":39237}],"group":1128,"orbitIndex":7,"isNotable":true,"name":"Careful Assassin","orbit":2},"38004":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds","skill":38004,"stats":["Grants Skill: Explosive Concoction"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1312,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Explosive Concoction","orbit":0},"18678":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":18678,"stats":["Buffs on you expire 10% slower"],"ascendancyName":"Chronomancer","group":242,"connections":[{"orbit":9,"id":26638}],"orbitIndex":0,"name":"Buff Expiry Rate","orbit":0},"57039":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":6,"id":44605}],"group":617,"skill":57039,"orbitIndex":4,"name":"Cooldown Recovery Rate","orbit":3},"904":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":28578}],"group":215,"skill":904,"orbitIndex":4,"name":"Mana Regeneration","orbit":7},"62455":{"icon":"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds","skill":62455,"stats":["Banner Buffs linger on you for 2 seconds after you leave the Area"],"recipe":["Suffering","Greed","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern","connections":[],"group":541,"orbitIndex":0,"isNotable":true,"name":"Bannerman","orbit":0},"56112":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":56112,"stats":["Remove Ignite when you Warcry"],"recipe":["Suffering","Despair","Paranoia"],"connections":[{"orbit":-2,"id":42059},{"orbit":0,"id":49259}],"group":130,"orbitIndex":18,"isNotable":true,"name":"Extinguishing Exhalation","orbit":3},"29041":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":31388},{"orbit":0,"id":52298}],"group":217,"skill":29041,"orbitIndex":12,"name":"Slow Effect on You","orbit":3},"53595":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":7,"id":29458},{"orbit":0,"id":38628}],"group":1284,"skill":53595,"orbitIndex":19,"name":"Poison Damage","orbit":3},"14127":{"stats":["8% reduced Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[],"group":901,"skill":14127,"orbitIndex":13,"name":"Reduced Duration","orbit":2},"8510":{"stats":["Damaging Ailments deal damage 5% faster"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":-3,"id":13030}],"group":930,"skill":8510,"orbitIndex":0,"name":"Faster Ailments","orbit":0},"17282":{"stats":["16% increased Mana Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":47252}],"group":151,"skill":17282,"orbitIndex":20,"name":"Mana Regeneration","orbit":7},"20916":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":20916,"stats":["24% increased Attack Damage","10% chance to Blind Enemies on Hit with Attacks"],"recipe":["Envy","Fear","Envy"],"connections":[{"orbit":0,"id":59355}],"group":994,"orbitIndex":8,"isNotable":true,"name":"Blinding Strike","orbit":7},"53471":{"stats":["15% increased Critical Hit Chance against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":11836}],"group":1062,"skill":53471,"orbitIndex":4,"name":"Critical vs Blinded","orbit":7},"30040":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":56016}],"group":826,"skill":30040,"orbitIndex":7,"name":"Armour Break","orbit":1},"14096":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":7,"id":44293}],"group":523,"skill":14096,"orbitIndex":14,"name":"Cast Speed","orbit":2},"6714":{"stats":["5% increased Life Regeneration rate","5% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":41646}],"group":525,"skill":6714,"orbitIndex":12,"name":"Curse Effect on you and Life Regeneration Rate","orbit":2},"17348":{"stats":["12% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":11275}],"group":70,"skill":17348,"orbitIndex":17,"name":"Ignite Magnitude","orbit":7},"1973":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":8607}],"group":186,"skill":1973,"orbitIndex":8,"name":"Mana Flasks","orbit":2},"56640":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","connections":[{"orbit":-3,"id":10398}],"group":585,"skill":56640,"orbitIndex":0,"name":"Spell Critical Damage","orbit":7},"34840":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":34840,"stats":["+5 to any Attribute"],"isAttribute":true,"group":425,"connections":[{"orbit":0,"id":1433},{"orbit":0,"id":27674},{"orbit":0,"id":48618}],"orbitIndex":0,"name":"Attribute","orbit":0},"47514":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":47514,"stats":["10% chance to Daze on Hit","40% increased Critical Hit Chance against Dazed Enemies"],"recipe":["Ire","Despair","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[],"group":1250,"orbitIndex":8,"isNotable":true,"name":"Dizzying Hits","orbit":7},"46601":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":0,"id":18568},{"orbit":0,"id":43720}],"group":1046,"skill":46601,"orbitIndex":18,"name":"Mana Leech","orbit":2},"61926":{"stats":["3% of Elemental Damage taken Recouped as Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":1603}],"group":971,"skill":61926,"orbitIndex":12,"name":"Energy Shield Recoup","orbit":2},"41171":{"stats":["4% increased Attack Speed while a Rare or Unique Enemy is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":36341}],"group":843,"skill":41171,"orbitIndex":4,"name":"Attack Speed","orbit":7},"15182":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":15182,"stats":["+5 to any Attribute"],"isAttribute":true,"group":592,"connections":[{"orbit":0,"id":54818}],"orbitIndex":0,"name":"Attribute","orbit":0},"7412":{"stats":["15% increased Life Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":45709}],"group":1064,"skill":7412,"orbitIndex":15,"name":"Life Flask Charges","orbit":7},"28578":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":215,"skill":28578,"orbitIndex":2,"name":"Mana Regeneration","orbit":7},"46989":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[],"group":705,"skill":46989,"orbitIndex":12,"name":"Spell Area of Effect","orbit":7},"9472":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":9472,"stats":["15% increased Projectile Speed","12% increased Area of Effect for Attacks"],"recipe":["Envy","Disgust","Guilt"],"connections":[{"orbit":0,"id":31991},{"orbit":0,"id":41062}],"group":927,"orbitIndex":0,"isNotable":true,"name":"Catapult","orbit":0},"57821":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":57821,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1135,"connections":[{"orbit":0,"id":31765},{"orbit":0,"id":26034}],"orbitIndex":12,"name":"Attribute","orbit":4},"62578":{"stats":["3% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":-7,"id":30102}],"group":1098,"skill":62578,"orbitIndex":16,"name":"Volatility on Kill","orbit":7},"10364":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","connections":[{"orbit":0,"id":44683},{"orbit":4,"id":55342},{"orbit":0,"id":42857}],"group":757,"skill":10364,"orbitIndex":48,"name":"Skill Speed","orbit":4},"19330":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[],"group":549,"skill":19330,"orbitIndex":52,"name":"Life Regeneration","orbit":4},"40":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds","skill":40,"stats":["50% of Evasion Rating also grants Elemental Damage reduction"],"ascendancyName":"Pathfinder","connections":[],"group":1325,"orbitIndex":0,"isNotable":true,"name":"Sustainable Practices","orbit":0},"33242":{"stats":["10% increased chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":0,"id":15838}],"group":522,"skill":33242,"orbitIndex":2,"name":"Ailment Chance","orbit":5},"24812":{"stats":["20% increased Power Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":64643}],"group":884,"skill":24812,"orbitIndex":11,"name":"Power Charge Duration","orbit":2},"8611":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":28740,"name":"Curse Area","stats":["25% increased Area of Effect of Curses"]}},"skill":8611,"stats":["25% increased Area of Effect of Curses"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":-4,"id":59}],"orbitIndex":56,"name":"Curse Area","orbit":8},"2864":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":2864,"stats":["+5 to any Attribute"],"isAttribute":true,"group":520,"connections":[{"orbit":0,"id":54818},{"orbit":0,"id":21468},{"orbit":0,"id":33369},{"orbit":0,"id":59480},{"orbit":0,"id":63360},{"orbit":0,"id":32564}],"orbitIndex":0,"name":"Attribute","orbit":0},"9604":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":9604,"stats":["Life Leeched from Empowered Attacks is Instant"],"recipe":["Greed","Suffering","Despair"],"connections":[{"orbit":0,"id":20015}],"group":308,"orbitIndex":60,"isNotable":true,"name":"Thirst of Kitava","orbit":4},"19470":{"stats":["10% increased Life and Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[],"group":806,"skill":19470,"orbitIndex":17,"name":"Life and Mana Flask Recovery","orbit":3},"9798":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":9798,"stats":["4% increased Skill Speed"],"ascendancyName":"Pathfinder","group":1310,"connections":[{"orbit":0,"id":24868}],"orbitIndex":58,"name":"Skill Speed","orbit":9},"259":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":402,"skill":259,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"17686":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":53996},{"orbit":0,"id":43575}],"group":725,"skill":17686,"orbitIndex":19,"name":"Melee Damage ","orbit":7},"50420":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-2,"id":51241},{"orbit":0,"id":31364}],"group":1203,"skill":50420,"orbitIndex":2,"name":"Charm Charges","orbit":2},"29899":{"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","skill":29899,"stats":["40% increased Culling Strike Threshold against Immobilised Enemies"],"recipe":["Suffering","Despair","Guilt"],"connections":[{"orbit":0,"id":19001},{"orbit":0,"id":6912}],"group":965,"orbitIndex":21,"isNotable":true,"name":"Finish Them","orbit":7},"24481":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern","connections":[],"group":890,"skill":24481,"orbitIndex":0,"name":"Recovery Mastery","orbit":0},"42103":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":42103,"stats":["20% increased Evasion Rating","Prevent +3% of Damage from Deflected Hits"],"recipe":["Suffering","Greed","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":-2,"id":62427}],"group":1079,"orbitIndex":0,"isNotable":true,"name":"Enduring Deflection","orbit":3},"31295":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":9352}],"group":58,"skill":31295,"orbitIndex":4,"name":"Attack Area","orbit":3},"9736":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":9736,"stats":["Gain Ailment Threshold equal to the lowest of Evasion and Armour on your Boots"],"recipe":["Ire","Ire","Ire"],"connections":[{"orbit":0,"id":61318},{"orbit":0,"id":62235}],"group":759,"orbitIndex":42,"isNotable":true,"name":"Insulated Treads","orbit":4},"13367":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":38969},{"orbit":0,"id":21713}],"group":979,"skill":13367,"orbitIndex":14,"name":"Accuracy","orbit":2},"20649":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":62998},{"orbit":0,"id":2582},{"orbit":0,"id":65290}],"group":1237,"skill":20649,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"59538":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59538,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1191,"connections":[{"orbit":0,"id":34912},{"orbit":0,"id":47976}],"orbitIndex":0,"name":"Attribute","orbit":0},"26331":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":26331,"stats":["8% increased Cast Speed with Cold Skills","16% increased Skill Effect Duration"],"recipe":["Fear","Despair","Ire"],"connections":[{"orbit":0,"id":3128},{"orbit":0,"id":12166}],"group":1070,"orbitIndex":18,"isNotable":true,"name":"Harsh Winter","orbit":7},"63246":{"stats":["8% increased Elemental Ailment Threshold","Companions have +12% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-7,"id":33585}],"group":1156,"skill":63246,"orbitIndex":12,"name":"Ailment Threshold and Companion Resistance","orbit":4},"60859":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":60859,"stats":["15% increased Charm Charges gained"],"ascendancyName":"Ritualist","group":1367,"connections":[{"orbit":9,"id":4891}],"orbitIndex":0,"name":"Charm Charges","orbit":0},"37742":{"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","skill":37742,"stats":["50% increased amount of Mana Leeched","25% increased chance to inflict Ailments against Rare or Unique Enemies"],"recipe":["Paranoia","Paranoia","Fear"],"connections":[{"orbit":0,"id":15270},{"orbit":0,"id":8246}],"group":1212,"orbitIndex":6,"isNotable":true,"name":"Manifold Method","orbit":3},"55846":{"stats":["Gain 5 Life per Enemy Killed"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[{"orbit":0,"id":24239}],"group":890,"skill":55846,"orbitIndex":5,"name":"Life on Kill","orbit":1},"16276":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds","skill":16276,"orbitIndex":0,"stats":["Body Armour grants +75% to Cold Resistance"],"ascendancyName":"Smith of Kitava","connections":[],"group":41,"applyToArmour":true,"isNotable":true,"name":"Padded Plates","orbit":0},"60735":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":60735,"stats":[],"group":1083,"connections":[{"orbit":0,"id":42658},{"orbit":0,"id":11825}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"48974":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":48974,"stats":["25% increased Mana Recovery from Flasks","10% increased Mana Recovery Rate during Effect of any Mana Flask"],"recipe":["Ire","Envy","Guilt"],"connections":[{"orbit":0,"id":47418},{"orbit":0,"id":10738}],"group":1105,"orbitIndex":15,"isNotable":true,"name":"Altered Brain Chemistry","orbit":2},"40783":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":40783,"stats":["+5 to any Attribute"],"isAttribute":true,"group":694,"connections":[{"orbit":0,"id":11672},{"orbit":0,"id":15358},{"orbit":-4,"id":17711},{"orbit":0,"id":24035},{"orbit":0,"id":63009}],"orbitIndex":0,"name":"Attribute","orbit":0},"8875":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":50687}],"group":595,"skill":8875,"orbitIndex":8,"name":"Electrocute Buildup","orbit":1},"35369":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":35369,"stats":["40% increased Mana Regeneration Rate while stationary","20% reduced Mana Regeneration Rate while moving"],"recipe":["Ire","Ire","Envy"],"connections":[{"orbit":0,"id":1459}],"group":151,"orbitIndex":0,"isNotable":true,"name":"Investing Energies","orbit":0},"17411":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":362,"skill":17411,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"62973":{"stats":["10% increased total Power counted by Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":26070}],"group":263,"skill":62973,"orbitIndex":1,"name":"Warcry Power Counted","orbit":3},"4534":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":4534,"stats":["50% chance to Pierce an Enemy"],"recipe":["Disgust","Guilt","Disgust"],"connections":[],"group":1111,"orbitIndex":13,"isNotable":true,"name":"Piercing Shot","orbit":3},"38270":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":23724}],"group":595,"skill":38270,"orbitIndex":0,"name":"Lightning Exposure Effect","orbit":3},"56762":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":28839}],"group":337,"skill":56762,"orbitIndex":20,"name":"Cast Speed","orbit":2},"47252":{"stats":["16% increased Mana Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":151,"skill":47252,"orbitIndex":16,"name":"Mana Regeneration","orbit":7},"4086":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds","skill":4086,"stats":["Totems you place grant Embankment Auras"],"ascendancyName":"Tactician","connections":[],"group":359,"orbitIndex":0,"isNotable":true,"name":"Strategic Embankments","orbit":0},"53194":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":3,"id":38130}],"group":263,"skill":53194,"orbitIndex":16,"name":"Warcry Cooldown Speed","orbit":2},"18280":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds","skill":18280,"stats":["Can instead consume 25% of maximum Mana to trigger Charms with insufficient charges"],"ascendancyName":"Ritualist","connections":[],"group":1357,"orbitIndex":0,"isNotable":true,"name":"Mind Phylacteries","orbit":0},"30":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds","skill":30,"stats":["Gain Tailwind on Skill use","Lose all Tailwind when Hit"],"ascendancyName":"Deadeye","connections":[{"orbit":0,"id":29871}],"group":1304,"orbitIndex":0,"isNotable":true,"name":"Gathering Winds","orbit":0},"19998":{"stats":["12% increased Damage with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":44430}],"group":730,"skill":19998,"orbitIndex":0,"name":"Crossbow Damage","orbit":0},"57555":{"stats":["15% chance to Impale on Spell Hit"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":37608}],"group":539,"skill":57555,"orbitIndex":15,"name":"Impale Chance","orbit":7},"61263":{"stats":["10% reduced Poison Duration on you"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds","connections":[{"orbit":0,"id":4544}],"group":992,"skill":61263,"orbitIndex":11,"name":"Poison Duration on You","orbit":2},"53989":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":-7,"id":29372}],"group":319,"skill":53989,"orbitIndex":0,"name":"Rage on Hit","orbit":0},"3128":{"stats":["3% increased Cast Speed with Cold Skills"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":19722}],"group":1069,"skill":3128,"orbitIndex":14,"name":"Cast Speed with Cold Skills","orbit":7},"34702":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-4,"id":55664},{"orbit":-4,"id":63246},{"orbit":-7,"id":16568}],"group":1156,"skill":34702,"orbitIndex":6,"name":"Damage and Companion Damage","orbit":5},"57819":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds","skill":57819,"stats":["Skills gain 20% increased Critical Hit Chance per socketed blue Support Gem","Skills gain 20% increased Damage per socketed red Support Gem","Skills gain 6% increased Skill Speed per socketed green Support Gem"],"ascendancyName":"Gemling Legionnaire","connections":[],"group":399,"orbitIndex":0,"isNotable":true,"name":"Integrated Efficiency","orbit":0},"32856":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":32856,"stats":["6% increased Cooldown Recovery Rate"],"ascendancyName":"Chronomancer","group":316,"connections":[{"orbit":0,"id":3605},{"orbit":9,"id":10987}],"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"3027":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":54228}],"group":123,"skill":3027,"orbitIndex":18,"name":"Physical Damage","orbit":2},"50561":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":12418}],"group":121,"skill":50561,"orbitIndex":18,"name":"Empowered Attack Damage","orbit":3},"55847":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":55847,"stats":["200% increased Ice Crystal Life"],"recipe":["Fear","Paranoia","Disgust"],"connections":[{"orbit":0,"id":27274}],"group":893,"orbitIndex":8,"isNotable":true,"name":"Ice Walls","orbit":7},"16620":{"stats":["15% reduced Movement Speed Penalty while Actively Blocking"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":4,"id":21161}],"group":180,"skill":16620,"orbitIndex":10,"name":"Movement Penalty with Raised Shield","orbit":3},"11916":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[],"group":653,"skill":11916,"orbitIndex":16,"name":"Life Regeneration","orbit":3},"64690":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-5,"id":5101},{"orbit":0,"id":46726}],"group":484,"skill":64690,"orbitIndex":23,"name":"Energy Shield Recharge","orbit":3},"13065":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":13065,"stats":["Triggered Spells deal 16% increased Spell Damage"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":0,"id":63236}],"orbitIndex":14,"name":"Triggered Spell Damage","orbit":8},"29246":{"stats":["15% increased Parried Debuff Duration"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":22927},{"orbit":0,"id":35043}],"group":1207,"skill":29246,"orbitIndex":27,"name":"Parried Duration","orbit":6},"57959":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds","skill":57959,"stats":["Modifiers to Fire Resistance also grant Cold and Lightning Resistance at 50% of their value"],"ascendancyName":"Smith of Kitava","connections":[{"orbit":0,"id":63401}],"group":4,"orbitIndex":0,"isNotable":true,"name":"Coal Stoker","orbit":0},"43423":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","skill":43423,"stats":["25% increased Flammability Magnitude","25% increased Freeze Buildup","25% increased chance to Shock","25% increased Electrocute Buildup"],"recipe":["Suffering","Disgust","Greed"],"connections":[{"orbit":0,"id":48660}],"group":891,"orbitIndex":23,"isNotable":true,"name":"Emboldened Avatar","orbit":2},"52807":{"stats":["15% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":60551},{"orbit":0,"id":61836}],"group":246,"skill":52807,"orbitIndex":10,"name":"Presence Area","orbit":2},"6008":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":64020},{"orbit":2,"id":58096}],"group":362,"skill":6008,"orbitIndex":0,"name":"Spell Damage","orbit":2},"55572":{"stats":["10% increased Fire Damage","10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":57626}],"group":670,"skill":55572,"orbitIndex":20,"name":"Cold and Fire Damage","orbit":7},"40117":{"icon":"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds","skill":40117,"stats":["Thorns Damage has 50% chance to ignore Enemy Armour"],"recipe":["Despair","Guilt","Disgust"],"connections":[{"orbit":0,"id":64023}],"group":200,"orbitIndex":4,"isNotable":true,"name":"Spiked Armour","orbit":7},"41965":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":37463}},"skill":41965,"stats":["8% increased Spell Damage"],"isSwitchable":true,"group":609,"connections":[{"orbit":-6,"id":1755}],"orbitIndex":21,"name":"Spell Damage","orbit":2},"13895":{"icon":"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds","skill":13895,"stats":["25% increased Damage with Spears","25% increased Accuracy Rating with Spears"],"recipe":["Guilt","Envy","Despair"],"connections":[{"orbit":0,"id":36071}],"group":1196,"orbitIndex":10,"isNotable":true,"name":"Precise Point","orbit":5},"46726":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":46726,"stats":["Your Energy Shield Recharge starts when your Minions are Reformed"],"recipe":["Envy","Paranoia","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":484,"orbitIndex":1,"isNotable":true,"name":"Reformed Barrier","orbit":7},"63236":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds","skill":63236,"stats":["Meta Skills gain 35% more Energy"],"ascendancyName":"Invoker","connections":[],"group":1302,"orbitIndex":17,"isNotable":true,"name":"The Soul Springs Eternal","orbit":6},"38535":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":38535,"stats":["40% increased Elemental Damage if you've dealt a Critical Hit Recently","20% increased Critical Hit Chance"],"recipe":["Fear","Fear","Envy"],"connections":[{"orbit":7,"id":61063},{"orbit":0,"id":42205}],"group":261,"orbitIndex":66,"isNotable":true,"name":"Stormcharged","orbit":4},"51213":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","skill":51213,"stats":["15% increased Duration of Damaging Ailments on Enemies","30% increased Damage with Hits against Enemies affected by Ailments"],"recipe":["Guilt","Fear","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern","connections":[],"group":951,"orbitIndex":0,"isNotable":true,"name":"Wasting","orbit":0},"1143":{"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","options":{"Druid":{"stats":["8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","name":"Area of Effect","id":2353}},"skill":1143,"stats":["15% increased Critical Spell Damage Bonus"],"isSwitchable":true,"group":515,"connections":[{"orbit":0,"id":58170},{"orbit":0,"id":50084}],"orbitIndex":5,"name":"Spell Critical Damage","orbit":2},"3640":{"stats":["5% increased Attack Damage","5% Chance to build an additional Combo on Hit"],"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","connections":[{"orbit":2147483647,"id":37780},{"orbit":2147483647,"id":17724},{"orbit":0,"id":14267}],"group":1245,"skill":3640,"orbitIndex":7,"name":"Attack Damage and Combo","orbit":3},"58751":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":35941,"name":"Energy Shield","stats":["20% increased maximum Energy Shield"]}},"skill":58751,"stats":["20% increased maximum Energy Shield"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":0,"id":17788}],"orbitIndex":0,"name":"Energy Shield","orbit":8},"46990":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":46990,"stats":[],"ascendancyName":"Deadeye","isAscendancyStart":true,"group":1299,"connections":[{"orbit":0,"id":49165},{"orbit":0,"id":39723},{"orbit":0,"id":3987},{"orbit":0,"id":24295},{"orbit":0,"id":61461}],"orbitIndex":48,"name":"Deadeye","orbit":9},"27990":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":27990,"stats":["Debuffs you inflict have 6% increased Slow Magnitude"],"ascendancyName":"Chronomancer","group":301,"connections":[{"orbit":-3,"id":49049}],"orbitIndex":0,"name":"Slow Effect","orbit":0},"52796":{"stats":["Attack Skills deal 10% increased Damage while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-6,"id":30371}],"group":111,"skill":52796,"orbitIndex":66,"name":"Shield Damage","orbit":4},"9240":{"stats":["10% increased Damage with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":21225}],"group":1196,"skill":9240,"orbitIndex":16,"name":"Spear Damage","orbit":2},"49503":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":49503,"stats":["20% increased Mana Flask Charges gained"],"ascendancyName":"Pathfinder","group":1316,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Mana Flask Charges","orbit":0},"33245":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":9151},{"orbit":-2,"id":31918},{"orbit":2,"id":45331}],"group":1111,"skill":33245,"orbitIndex":3,"name":"Projectile Damage","orbit":1},"18742":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":-6,"id":7721},{"orbit":0,"id":62732}],"group":459,"skill":18742,"orbitIndex":6,"name":"Stun Threshold","orbit":3},"51741":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51741,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1049,"connections":[{"orbit":0,"id":61834},{"orbit":-4,"id":57230},{"orbit":0,"id":57821},{"orbit":0,"id":45798},{"orbit":0,"id":15424}],"orbitIndex":12,"name":"Attribute","orbit":6},"34300":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":34300,"stats":["20% increased Mana Regeneration Rate","15% increased Mana Cost Efficiency"],"recipe":["Disgust","Disgust","Ire"],"connections":[{"orbit":0,"id":45481},{"orbit":0,"id":13862}],"group":940,"orbitIndex":22,"isNotable":true,"name":"Conservative Casting","orbit":2},"38923":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds","connections":[{"orbit":3,"id":61429},{"orbit":-3,"id":511}],"group":155,"skill":38923,"orbitIndex":14,"name":"Skill Speed","orbit":7},"17024":{"stats":["3% increased Attack and Cast Speed with Lightning Skills"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":37372}],"group":810,"skill":17024,"orbitIndex":0,"name":"Lightning Skill Speed","orbit":0},"8573":{"stats":["12% increased Damage with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":11526}],"group":1261,"skill":8573,"orbitIndex":26,"name":"Bow Damage","orbit":5},"10295":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":10295,"stats":["16% increased Cast Speed","15% increased Mana Cost of Skills"],"recipe":["Fear","Despair","Isolation"],"connections":[{"orbit":0,"id":27733}],"group":233,"orbitIndex":33,"isNotable":true,"name":"Overzealous","orbit":5},"31888":{"stats":["8% increased Mana Cost Efficiency"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":0,"id":34300}],"group":940,"skill":31888,"orbitIndex":4,"name":"Mana Cost Efficiency","orbit":2},"7395":{"icon":"Art/2DArt/SkillIcons/passives/ThornsNotable1.dds","skill":7395,"stats":["75% increased Thorns damage if you've Blocked Recently"],"recipe":["Ire","Fear","Suffering"],"connections":[{"orbit":0,"id":30007},{"orbit":0,"id":46051}],"group":59,"orbitIndex":13,"isNotable":true,"name":"Retaliation","orbit":3},"48699":{"icon":"Art/2DArt/SkillIcons/passives/frostborn.dds","skill":48699,"stats":["40% reduced Effect of Chill on you","Gain 15% of Damage as Extra Cold Damage while on Chilled Ground"],"recipe":["Paranoia","Fear","Suffering"],"connections":[],"group":575,"orbitIndex":6,"isNotable":true,"name":"Frostwalker","orbit":7},"3516":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":62039},{"orbit":0,"id":23227}],"group":487,"skill":3516,"orbitIndex":0,"name":"Melee Damage","orbit":7},"36814":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[],"group":700,"skill":36814,"orbitIndex":6,"name":"Curse Duration","orbit":7},"51210":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":154,"skill":51210,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"19006":{"stats":["Minions have 6% increased maximum Life","Minions deal 6% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":39461}],"group":506,"skill":19006,"orbitIndex":18,"name":"Minion Damage and Life","orbit":2},"29369":{"stats":["15% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":5,"id":11337},{"orbit":-4,"id":41669}],"group":635,"skill":29369,"orbitIndex":42,"name":"Chill Effect","orbit":4},"22962":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":22817}],"group":1118,"skill":22962,"orbitIndex":14,"name":"Incision Chance","orbit":7},"4059":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4059,"stats":["+5 to any Attribute"],"isAttribute":true,"group":960,"connections":[{"orbit":0,"id":10382},{"orbit":0,"id":9510},{"orbit":0,"id":2446}],"orbitIndex":0,"name":"Attribute","orbit":0},"46060":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":46060,"stats":["20% of Leech is Instant"],"recipe":["Greed","Isolation","Suffering"],"connections":[{"orbit":-2,"id":29270},{"orbit":0,"id":7488}],"group":437,"orbitIndex":0,"isNotable":true,"name":"Voracious","orbit":7},"47782":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":47782,"stats":["40% increased Stun Threshold","20% increased Stun Threshold if you haven't been Stunned Recently"],"recipe":["Envy","Disgust","Ire"],"connections":[{"orbit":4,"id":38003},{"orbit":-4,"id":28361}],"group":644,"orbitIndex":54,"isNotable":true,"name":"Steady Footing","orbit":4},"9698":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":157,"skill":9698,"orbitIndex":22,"name":"Critical Mastery","orbit":2},"54127":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":54127,"stats":[],"group":648,"connections":[{"orbit":0,"id":54282},{"orbit":0,"id":15182},{"orbit":0,"id":56978}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"19658":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern","connections":[],"group":323,"skill":19658,"orbitIndex":0,"name":"Link Mastery","orbit":0},"32474":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":32474,"stats":["+5 to any Attribute"],"isAttribute":true,"group":94,"connections":[{"orbit":0,"id":29611},{"orbit":0,"id":47931},{"orbit":0,"id":55888}],"orbitIndex":0,"name":"Attribute","orbit":0},"37078":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds","skill":37078,"stats":["10% chance for Enemies you Kill to Explode, dealing 100%","of their maximum Life as Physical Damage","Chance is doubled against Undead and Demons"],"ascendancyName":"Witchhunter","connections":[],"group":265,"orbitIndex":0,"isNotable":true,"name":"Zealous Inquisition","orbit":0},"7721":{"icon":"Art/2DArt/SkillIcons/passives/Warrior.dds","skill":7721,"stats":["15% increased Armour","Regenerate 0.5% of maximum Life per second","+10 to Strength"],"connections":[{"orbit":0,"id":54232},{"orbit":3,"id":61534},{"orbit":-6,"id":18629},{"orbit":0,"id":64683}],"group":518,"orbitIndex":45,"isNotable":true,"name":"Relentless","orbit":4},"35760":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":6,"id":22359}],"group":903,"skill":35760,"orbitIndex":8,"name":"Elemental Damage","orbit":3},"61921":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":61921,"stats":["Damage Penetrates 8% Cold Resistance","Damage Penetrates 15% Lightning Resistance"],"recipe":["Envy","Isolation","Greed"],"connections":[],"group":1123,"orbitIndex":23,"isNotable":true,"name":"Storm Surge","orbit":3},"32416":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":32416,"stats":["80% increased Armour from Equipped Body Armour"],"connections":[{"orbit":-3,"id":27726}],"group":470,"orbitIndex":16,"isNotable":true,"name":"Sturdy Metal","orbit":2},"41298":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1193,"skill":41298,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"45923":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":45923,"stats":["+5 to any Attribute"],"isAttribute":true,"group":496,"connections":[{"orbit":0,"id":50084},{"orbit":0,"id":52319}],"orbitIndex":31,"name":"Attribute","orbit":6},"38537":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":38537,"stats":["+10 to Intelligence","15% increased Critical Hit Chance"],"recipe":["Ire","Despair","Paranoia"],"connections":[{"orbit":-3,"id":54983},{"orbit":0,"id":51583}],"group":1285,"orbitIndex":21,"isNotable":true,"name":"Heartstopping","orbit":2},"62185":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":62185,"stats":["+20 to maximum Mana","50% increased Shock Duration"],"recipe":["Greed","Fear","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1104,"orbitIndex":0,"isNotable":true,"name":"Rattled","orbit":0},"292":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":357,"skill":292,"orbitIndex":0,"name":"Life Mastery","orbit":0},"39716":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":31326}],"group":462,"skill":39716,"orbitIndex":13,"name":"Flammability Magnitude","orbit":2},"59542":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds","skill":59542,"stats":["Projectiles deal 0% more Hit damage to targets in the first 3.5 metres of their movement, scaling up with distance travelled to reach 20% after 7 metres"],"isMultipleChoiceOption":true,"ascendancyName":"Deadeye","group":1303,"connections":[{"orbit":0,"id":42416}],"orbitIndex":0,"name":"Far Shot","orbit":0},"44605":{"icon":"Art/2DArt/SkillIcons/passives/newnewattackspeed.dds","skill":44605,"stats":["15% increased Projectile Damage","30% increased Stun Buildup against enemies within 2 metres","+5 to Strength and Dexterity"],"connections":[{"orbit":-6,"id":59881},{"orbit":0,"id":13081}],"group":616,"orbitIndex":21,"isNotable":true,"name":"Remorseless","orbit":5},"8938":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":-4,"id":33229}],"group":962,"skill":8938,"orbitIndex":16,"name":"Bleed Chance","orbit":3},"53589":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53589,"stats":["+5 to any Attribute"],"isAttribute":true,"group":513,"connections":[{"orbit":0,"id":25374}],"orbitIndex":0,"name":"Attribute","orbit":0},"13562":{"stats":["15% increased Life Regeneration Rate while on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":3,"id":23650}],"group":465,"skill":13562,"orbitIndex":18,"name":"Life Regeneration on Low Life","orbit":7},"6800":{"stats":["11% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":4,"id":32438}],"group":1124,"skill":6800,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"16":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":16,"stats":["20% increased Life Flask Charges gained"],"ascendancyName":"Pathfinder","group":1319,"connections":[{"orbit":7,"id":41619}],"orbitIndex":0,"name":"Life Flask Charges","orbit":0},"36676":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":36676,"stats":["Grants 1 Passive Skill Point"],"ascendancyName":"Pathfinder","group":1329,"connections":[{"orbit":-7,"id":46454}],"orbitIndex":0,"name":"Passive Points","orbit":0},"8171":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":45162}],"group":143,"skill":8171,"orbitIndex":22,"name":"Presence Area","orbit":7},"63762":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":44522}],"group":1185,"skill":63762,"orbitIndex":2,"name":"Deflection","orbit":2},"40244":{"stats":["3% increased Attack Speed with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":-3,"id":43263}],"group":1023,"skill":40244,"orbitIndex":16,"name":"One Handed Attack Speed","orbit":7},"52003":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":594,"skill":52003,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"23630":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":23630,"stats":["Ignites you cause are reflected back to you","40% reduced Magnitude of Ignite on you"],"recipe":["Suffering","Despair","Fear"],"connections":[{"orbit":7,"id":19794},{"orbit":7,"id":17885},{"orbit":0,"id":38320}],"group":91,"orbitIndex":0,"isNotable":true,"name":"Self Immolation","orbit":4},"38398":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":38398,"stats":["30% reduced Damage","+8% to Critical Hit Chance of Herald Skills"],"recipe":["Suffering","Paranoia","Greed"],"connections":[{"orbit":7,"id":2211}],"group":428,"orbitIndex":14,"isNotable":true,"name":"Apocalypse","orbit":7},"21912":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":5,"id":32353}],"group":149,"skill":21912,"orbitIndex":9,"name":"Shapeshifting","orbit":5},"13500":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-3,"id":41044},{"orbit":-3,"id":4140}],"group":125,"skill":13500,"orbitIndex":11,"name":"Mana Regeneration","orbit":3},"13694":{"stats":["Link Skills have 20% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":0,"id":11762},{"orbit":0,"id":19658}],"group":348,"skill":13694,"orbitIndex":19,"name":"Link Duration","orbit":7},"42354":{"icon":"Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds","skill":42354,"stats":["20% increased Blind Effect","Blind Enemies when they Stun you"],"recipe":["Ire","Guilt","Ire"],"connections":[{"orbit":2,"id":43562},{"orbit":7,"id":3660}],"group":690,"orbitIndex":0,"isNotable":true,"name":"Blinding Flash","orbit":2},"57683":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds","connections":[{"orbit":2,"id":35031}],"group":1279,"skill":57683,"orbitIndex":11,"name":"Life Recoup","orbit":2},"55835":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":55835,"stats":["Damage Penetrates 18% Cold Resistance","20% increased chance to inflict Ailments against Enemies with Exposure"],"recipe":["Isolation","Fear","Paranoia"],"connections":[{"orbit":2147483647,"id":52537},{"orbit":-9,"id":20909},{"orbit":0,"id":7023}],"group":1224,"orbitIndex":19,"isNotable":true,"name":"Exposed to the Cosmos","orbit":2},"27262":{"stats":["6% increased chance to inflict Ailments","6% increased Magnitude of Damaging Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":7,"id":49110}],"group":950,"skill":27262,"orbitIndex":0,"name":"Ailment Chance and Effect","orbit":0},"1915":{"stats":["10% increased Critical Hit Chance against Humanoids"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":60085}],"group":740,"skill":1915,"orbitIndex":21,"name":"Critical Chance","orbit":7},"7341":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":7341,"stats":["Gain 3 Rage when Hit by an Enemy","Every Rage also grants 2% increased Stun Threshold"],"recipe":["Despair","Fear","Suffering"],"connections":[{"orbit":0,"id":33244}],"group":267,"orbitIndex":0,"isNotable":true,"name":"Ignore Pain","orbit":0},"32151":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":32151,"stats":["+1% to all Maximum Elemental Resistances if you have at","least 5 Red, Green and Blue Support Gems Socketed"],"recipe":["Isolation","Fear","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[],"group":535,"orbitIndex":60,"isNotable":true,"name":"Crystalline Resistance","orbit":4},"16618":{"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","skill":16618,"stats":["2% increased Damage per 5 of your lowest Attribute"],"recipe":["Greed","Fear","Envy"],"connections":[{"orbit":0,"id":24511},{"orbit":0,"id":4492}],"group":647,"orbitIndex":24,"isNotable":true,"name":"Jack of all Trades","orbit":5},"31284":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[{"orbit":0,"id":21380}],"group":1039,"skill":31284,"orbitIndex":3,"name":"Critical Mastery","orbit":1},"23091":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":45885},{"orbit":0,"id":39515}],"group":571,"skill":23091,"orbitIndex":10,"name":"Fire Damage","orbit":3},"51868":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":51868,"stats":["50% increased Armour while Ignited","+2% to Maximum Fire Resistance while Ignited","50% increased Fire Damage while Ignited"],"recipe":["Guilt","Disgust","Suffering"],"connections":[{"orbit":3,"id":19794},{"orbit":0,"id":38320}],"group":91,"orbitIndex":64,"isNotable":true,"name":"Molten Carapace","orbit":5},"39050":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","skill":39050,"stats":["25% increased Damage with Hits against Enemies affected by Elemental Ailments","15% increased Duration of Ignite, Shock and Chill on Enemies"],"recipe":["Disgust","Envy","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":1043,"orbitIndex":4,"isNotable":true,"name":"Exploit","orbit":2},"36677":{"stats":["10% increased Damage with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":9240},{"orbit":0,"id":36071},{"orbit":0,"id":9227}],"group":1196,"skill":36677,"orbitIndex":0,"name":"Spear Damage","orbit":0},"32349":{"icon":"Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds","skill":32349,"isKeystone":true,"stats":["You can wield Two-Handed Axes, Maces and Swords in one hand","Triple Attribute requirements of Martial Weapons","Inherent Life granted by Strength is halved"],"group":137,"connections":[{"orbit":0,"id":3446}],"orbitIndex":0,"name":"Giant's Blood","orbit":0},"55700":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":2147483647,"id":44983}],"group":535,"skill":55700,"orbitIndex":8,"name":"All Attributes","orbit":2},"26196":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":26196,"stats":[],"group":195,"connections":[{"orbit":0,"id":11741},{"orbit":0,"id":39710}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"16948":{"stats":["Link Skills have 8% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":0,"id":50423},{"orbit":7,"id":21879}],"group":383,"skill":16948,"orbitIndex":7,"name":"Link Cast Speed","orbit":7},"54785":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":32885}],"group":563,"skill":54785,"orbitIndex":7,"name":"Shield Block","orbit":2},"3458":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-4,"id":45609}],"group":1010,"skill":3458,"orbitIndex":23,"name":"Critical Damage","orbit":2},"31746":{"stats":["Damage Penetrates 8% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":4,"id":32845},{"orbit":-4,"id":41012}],"group":91,"skill":31746,"orbitIndex":24,"name":"Fire Penetration","orbit":4},"32845":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":4,"id":64819},{"orbit":0,"id":47931}],"group":91,"skill":32845,"orbitIndex":36,"name":"Fire Damage","orbit":5},"56767":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":56767,"stats":["5% chance to Daze on Hit","Gain 12% of Physical Damage as Extra Lightning Damage against Dazed Enemies"],"recipe":["Isolation","Disgust","Envy"],"connections":[{"orbit":0,"id":19461},{"orbit":0,"id":1416}],"group":1168,"orbitIndex":13,"isNotable":true,"name":"Electrifying Daze","orbit":7},"46854":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":46854,"stats":["10% increased Projectile Speed"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":0,"id":12033},{"orbit":0,"id":42416}],"orbitIndex":8,"name":"Projectile Speed","orbit":3},"38663":{"stats":["10% increased Melee Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":3516}],"group":488,"skill":38663,"orbitIndex":6,"name":"Melee Critical Chance","orbit":7},"35095":{"stats":["10% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds","connections":[{"orbit":2,"id":41886}],"group":1230,"skill":35095,"orbitIndex":20,"name":"Chaos Damage","orbit":2},"24224":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupAxe.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAxePattern","connections":[],"group":109,"skill":24224,"orbitIndex":0,"name":"Axe Mastery","orbit":0},"37608":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":53524},{"orbit":0,"id":61042}],"group":539,"skill":37608,"orbitIndex":51,"name":"Physical Damage","orbit":4},"17146":{"stats":["20% increased Parry Damage"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":4,"id":57518},{"orbit":-4,"id":3843}],"group":1160,"skill":17146,"orbitIndex":5,"name":"Parry Damage","orbit":3},"44343":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":44343,"stats":["+5 to any Attribute"],"isAttribute":true,"group":764,"connections":[{"orbit":0,"id":55276}],"orbitIndex":36,"name":"Attribute","orbit":5},"9272":{"stats":["10% increased Pin duration"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":12906}],"group":821,"skill":9272,"orbitIndex":0,"name":"Pin Duration","orbit":1},"37872":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":37872,"stats":["Allies in your Presence have +100 to Accuracy Rating","35% increased Attack Damage while you have an Ally in your Presence"],"recipe":["Ire","Fear","Isolation"],"connections":[{"orbit":0,"id":28863}],"group":686,"orbitIndex":4,"isNotable":true,"name":"Presence Present","orbit":7},"7473":{"stats":["Herald Skills deal 20% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":-4,"id":64471}],"group":428,"skill":7473,"orbitIndex":23,"name":"Herald Damage","orbit":7},"56104":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":527,"skill":56104,"orbitIndex":16,"name":"Armour Break","orbit":3},"47242":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":60,"skill":47242,"orbitIndex":0,"name":"Minion Offence Mastery","orbit":0},"25213":{"stats":["16% increased Attack Damage while you have an Ally in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":19223}],"group":686,"skill":25213,"orbitIndex":12,"name":"Attack Damage with nearby Ally","orbit":7},"17088":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17088,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1049,"connections":[{"orbit":4,"id":51416}],"orbitIndex":48,"name":"Attribute","orbit":6},"53188":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":836,"skill":53188,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"45272":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":42280}],"group":647,"skill":45272,"orbitIndex":0,"name":"All Attributes","orbit":5},"43938":{"stats":["6% increased Trap Throwing Speed"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":37688}],"group":1221,"skill":43938,"orbitIndex":39,"name":"Trap Throw Speed","orbit":6},"30102":{"stats":["3% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":2147483647,"id":43944},{"orbit":0,"id":53177}],"group":1098,"skill":30102,"orbitIndex":23,"name":"Volatility on Kill","orbit":2},"41163":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1226,"skill":41163,"orbitIndex":0,"name":"Evasion Mastery","orbit":0},"30829":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":56999}],"group":808,"skill":30829,"orbitIndex":0,"name":"Accuracy","orbit":2},"15975":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":5,"id":48198}],"group":837,"skill":15975,"orbitIndex":13,"name":"Evasion and Energy Shield","orbit":2},"15083":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":15083,"stats":["25% increased Shock Duration","25% increased Magnitude of Shock you inflict"],"recipe":["Guilt","Suffering","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":689,"orbitIndex":0,"isNotable":true,"name":"Power Conduction","orbit":0},"12337":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":12337,"stats":["30% increased chance to Shock","Damage Penetrates 15% Lightning Resistance"],"recipe":["Paranoia","Ire","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":5295}],"group":830,"orbitIndex":0,"isNotable":true,"name":"Flash Storm","orbit":0},"60464":{"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","skill":60464,"stats":["25% reduced Ignite Duration on you","40% increased Elemental Ailment Threshold"],"recipe":["Suffering","Paranoia","Despair"],"connections":[{"orbit":-6,"id":58971},{"orbit":0,"id":28623}],"group":1095,"orbitIndex":45,"isNotable":true,"name":"Fan the Flames","orbit":4},"50423":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":50423,"stats":["+5 to any Attribute"],"isAttribute":true,"group":508,"connections":[{"orbit":0,"id":38856}],"orbitIndex":57,"name":"Attribute","orbit":6},"32274":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":749,"skill":32274,"orbitIndex":0,"name":"Evasion Mastery","orbit":0},"46857":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":42916}],"group":229,"skill":46857,"orbitIndex":22,"name":"Energy Shield Delay","orbit":3},"43149":{"stats":["5% increased Attack Damage","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":40292}],"group":226,"skill":43149,"orbitIndex":20,"name":"Attack Damage and Accuracy","orbit":2},"59795":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59795,"stats":["+5 to any Attribute"],"isAttribute":true,"group":533,"connections":[{"orbit":-3,"id":10156}],"orbitIndex":33,"name":"Attribute","orbit":5},"3365":{"stats":["15% increased Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":59289}],"group":704,"skill":3365,"orbitIndex":17,"name":"Immobilisation Buildup","orbit":2},"18465":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":18465,"stats":["20% increased Critical Damage Bonus","20% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits"],"connections":[{"orbit":0,"id":39540}],"group":446,"orbitIndex":44,"isNotable":true,"name":"Cruel Fate","orbit":4},"51602":{"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","skill":51602,"stats":["Enemies near Enemies you Mark are Blinded","Enemies you Mark cannot deal Critical Hits"],"recipe":["Suffering","Disgust","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern","connections":[],"group":1169,"orbitIndex":0,"isNotable":true,"name":"Unsight","orbit":0},"50687":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":50687,"stats":["40% increased Electrocute Buildup","30% increased Shock Chance against Electrocuted Enemies"],"recipe":["Envy","Disgust","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":595,"orbitIndex":14,"isNotable":true,"name":"Coursing Energy","orbit":7},"25807":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":53683}],"group":742,"skill":25807,"orbitIndex":0,"name":"Crossbow Reload Speed","orbit":0},"52537":{"stats":["10% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[],"group":1224,"skill":52537,"orbitIndex":13,"name":"Cold Penetration","orbit":2},"178":{"stats":["8% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[],"group":1255,"skill":178,"orbitIndex":30,"name":"Herald Reservation","orbit":5},"56493":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":56493,"stats":["6% increased Attack Speed","30% increased Evasion Rating if you have Hit an Enemy Recently"],"recipe":["Greed","Greed","Disgust"],"connections":[],"group":989,"orbitIndex":3,"isNotable":true,"name":"Agile Succession","orbit":3},"42760":{"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","skill":42760,"stats":["30% increased Stun Recovery","Regenerate 3% of maximum Life over 1 second when Stunned","+1 to Stun Threshold per Dexterity"],"recipe":["Greed","Fear","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[],"group":1113,"orbitIndex":4,"isNotable":true,"name":"Chakra of Stability","orbit":1},"29763":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":39423}],"group":976,"skill":29763,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"60992":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":60992,"stats":["Life Recovery from your Flasks also applies to your Companions"],"recipe":["Paranoia","Despair","Suffering"],"connections":[{"orbit":0,"id":37971}],"group":1293,"orbitIndex":0,"isNotable":true,"name":"Nurturing Guardian","orbit":0},"43677":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":43677,"stats":["25% chance for Attacks to Maim on Hit against Poisoned Enemies","25% increased Magnitude of Poison you inflict"],"recipe":["Envy","Isolation","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[],"group":953,"orbitIndex":0,"isNotable":true,"name":"Crippling Toxins","orbit":0},"18004":{"stats":["Inherent Rage Loss starts 1 second later"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":8881}],"group":222,"skill":18004,"orbitIndex":3,"name":"Later Rage Loss Start","orbit":3},"8644":{"stats":["10% increased Trap Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":62496},{"orbit":0,"id":27417}],"group":1221,"skill":8644,"orbitIndex":51,"name":"Trap Damage","orbit":6},"64948":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":48264}],"group":201,"skill":64948,"orbitIndex":20,"name":"Aura Effect","orbit":2},"56757":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":10100}],"group":108,"skill":56757,"orbitIndex":10,"name":"Totem Placement Speed","orbit":2},"21572":{"stats":["12% increased Damage with Hits against Enemies affected by Elemental Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":-7,"id":6660},{"orbit":0,"id":7526}],"group":1043,"skill":21572,"orbitIndex":20,"name":"Damage against Ailments","orbit":2},"54783":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":735,"skill":54783,"orbitIndex":10,"name":"Energy Shield Mastery","orbit":1},"63891":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":0,"id":63074}],"group":767,"skill":63891,"orbitIndex":7,"name":"Chaos Damage","orbit":1},"37594":{"stats":["Minions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":8983}],"group":378,"skill":37594,"orbitIndex":38,"name":"Minion Damage","orbit":5},"21184":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":20251}],"group":79,"skill":21184,"orbitIndex":21,"name":"Attack Area","orbit":7},"49357":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49357,"stats":["+5 to any Attribute"],"isAttribute":true,"group":446,"connections":[{"orbit":0,"id":32194}],"orbitIndex":0,"name":"Attribute","orbit":6},"31745":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":31745,"stats":["40% increased Attack Damage against Maimed Enemies","Enemies are Maimed for 4 seconds after becoming Unpinned"],"recipe":["Guilt","Despair","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":821,"orbitIndex":48,"isNotable":true,"name":"Lockdown","orbit":4},"65212":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-3,"id":64637},{"orbit":3,"id":60899}],"group":1231,"skill":65212,"orbitIndex":6,"name":"Slow Effect on You","orbit":3},"26798":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-7,"id":9638}],"group":374,"skill":26798,"orbitIndex":0,"name":"Skill Speed","orbit":0},"25014":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":50228},{"orbit":0,"id":39710}],"group":130,"skill":25014,"orbitIndex":6,"name":"Warcry Speed","orbit":3},"24287":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24287,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1198,"connections":[{"orbit":0,"id":34015},{"orbit":0,"id":14226}],"orbitIndex":0,"name":"Attribute","orbit":0},"57021":{"stats":["Minions have 8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":8957},{"orbit":0,"id":45343},{"orbit":0,"id":14505}],"group":378,"skill":57021,"orbitIndex":16,"name":"Minion Area","orbit":3},"32847":{"stats":["Minions deal 20% increased Damage with Command Skills"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":174,"skill":32847,"orbitIndex":0,"name":"Command Skill Damage","orbit":0},"3431":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":0,"id":43082}],"group":1171,"skill":3431,"orbitIndex":6,"name":"Skill Speed","orbit":1},"56897":{"stats":["15% increased Ballista Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[],"group":771,"skill":56897,"orbitIndex":10,"name":"Ballista Critical Damage","orbit":7},"64031":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds","skill":64031,"stats":["Grants Skill: Unbound Avatar"],"ascendancyName":"Invoker","connections":[],"group":1302,"orbitIndex":4,"isNotable":true,"name":"...and I Shall Rage","orbit":3},"49497":{"stats":["5% increased Culling Strike Threshold"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":23244}],"group":965,"skill":49497,"orbitIndex":6,"name":"Culling Strike Threshold","orbit":7},"9994":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":9994,"stats":[],"ascendancyName":"Invoker","isAscendancyStart":true,"group":1302,"connections":[{"orbit":0,"id":23415},{"orbit":0,"id":44357},{"orbit":0,"id":13065},{"orbit":0,"id":27686},{"orbit":2147483647,"id":25434},{"orbit":0,"id":17268}],"orbitIndex":24,"name":"Master of the Elements","orbit":9},"30820":{"stats":["8% increased Attack Damage","8% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":26786}],"group":867,"skill":30820,"orbitIndex":16,"name":"Attack Damage and Skill Duration","orbit":7},"64683":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":518,"skill":64683,"orbitIndex":0,"name":"Armour Mastery","orbit":0},"7576":{"stats":["8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":33866}],"group":757,"skill":7576,"orbitIndex":0,"name":"Attack Damage","orbit":0},"36540":{"stats":["+5% to Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":56988}],"group":1195,"skill":36540,"orbitIndex":0,"name":"Lightning Resistance","orbit":0},"24551":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":215,"skill":24551,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"64295":{"stats":["10% increased Critical Hit Chance with Traps"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[],"group":1221,"skill":64295,"orbitIndex":54,"name":"Trap Critical Chance","orbit":4},"53329":{"stats":["8% increased Flammability Magnitude","8% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":64724},{"orbit":0,"id":41768}],"group":92,"skill":53329,"orbitIndex":23,"name":"Flammability and Ignite Magnitude","orbit":2},"44733":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":44733,"stats":["+5 to any Attribute"],"isAttribute":true,"group":430,"connections":[{"orbit":0,"id":10742},{"orbit":-8,"id":29432},{"orbit":0,"id":1433}],"orbitIndex":12,"name":"Attribute","orbit":2},"56366":{"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","skill":56366,"stats":["5% increased Attack Speed with Daggers","15% increased Critical Hit Chance with Daggers"],"connections":[{"orbit":0,"id":35755}],"group":1278,"orbitIndex":16,"isNotable":true,"name":"Silent Shiv","orbit":3},"45522":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","options":{"Witch":{"stats":["10% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","name":"Chaos Damage","id":40885}},"skill":45522,"stats":["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"isSwitchable":true,"group":599,"connections":[{"orbit":5,"id":22314}],"orbitIndex":6,"name":"Infused Spell Damage","orbit":3},"62841":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-6,"id":17367},{"orbit":0,"id":56045},{"orbit":5,"id":53941}],"group":939,"skill":62841,"orbitIndex":20,"name":"Evasion and Energy Shield","orbit":3},"28441":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":28441,"stats":["Enemies Blinded by you have 50% reduced Critical Hit Chance"],"recipe":["Disgust","Despair","Despair"],"connections":[{"orbit":0,"id":10011}],"group":1062,"orbitIndex":15,"isNotable":true,"name":"Frantic Swings","orbit":7},"8908":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":4,"id":13711},{"orbit":-5,"id":3203}],"group":944,"skill":8908,"orbitIndex":6,"name":"Evasion and Energy Shield","orbit":7},"48565":{"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","skill":48565,"stats":["Minions deal 25% increased Damage"],"recipe":["Envy","Fear","Disgust"],"connections":[{"orbit":0,"id":47242}],"group":60,"orbitIndex":11,"isNotable":true,"name":"Bringer of Order","orbit":3},"4665":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":1913}],"group":518,"skill":4665,"orbitIndex":0,"name":"Life Regeneration","orbit":7},"33639":{"stats":["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":8782}],"group":591,"skill":33639,"orbitIndex":16,"name":"Infused Spell Damage","orbit":2},"55575":{"stats":["Gain 3% of Physical Damage as extra Chaos Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":58002}],"group":809,"skill":55575,"orbitIndex":9,"name":"Physical as Extra Chaos Damage","orbit":2},"2500":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":7,"id":6030}],"group":1284,"skill":2500,"orbitIndex":10,"name":"Poison Chance","orbit":7},"10987":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds","skill":10987,"stats":["Skills have 33% chance to not consume a Cooldown when used"],"ascendancyName":"Chronomancer","connections":[],"group":285,"orbitIndex":0,"isNotable":true,"name":"Now and Again","orbit":0},"52395":{"isMultipleChoice":true,"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds","skill":52395,"stats":[],"ascendancyName":"Acolyte of Chayula","connections":[{"orbit":0,"id":56331},{"orbit":0,"id":26283},{"orbit":0,"id":664}],"group":1331,"orbitIndex":27,"isNotable":true,"name":"Lucid Dreaming","orbit":5},"2946":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":175,"skill":2946,"orbitIndex":1,"name":"Fire Resistance Mastery","orbit":1},"16484":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16484,"stats":["+5 to any Attribute"],"isAttribute":true,"group":870,"connections":[{"orbit":0,"id":25100},{"orbit":0,"id":18923}],"orbitIndex":0,"name":"Attribute","orbit":2},"44204":{"stats":["10% increased Flammability Magnitude","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":3,"id":33729}],"group":1022,"skill":44204,"orbitIndex":0,"name":"Elemental Damage and Flammability Magnitude","orbit":7},"17349":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":-3,"id":23940},{"orbit":0,"id":58138}],"group":74,"skill":17349,"orbitIndex":0,"name":"Armour and Energy Shield","orbit":7},"49618":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":49618,"stats":["20% increased Melee Critical Hit Chance"],"recipe":["Envy","Ire","Guilt"],"connections":[{"orbit":0,"id":38663},{"orbit":0,"id":55348}],"group":488,"orbitIndex":0,"isNotable":true,"name":"Deadly Flourish","orbit":0},"62436":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":3215}],"group":722,"skill":62436,"orbitIndex":5,"name":"Energy Shield","orbit":7},"39581":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":46325}],"group":503,"skill":39581,"orbitIndex":8,"name":"Stun Buildup","orbit":7},"2244":{"stats":["5% chance to Gain Arcane Surge when you deal a Critical Hit"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":341,"skill":2244,"orbitIndex":45,"name":"Arcane Surge on Critical Hit","orbit":4},"52659":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":10362}],"group":107,"skill":52659,"orbitIndex":20,"name":"Life Regeneration","orbit":7},"30555":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30555,"stats":["+5 to any Attribute"],"isAttribute":true,"group":743,"connections":[{"orbit":3,"id":53960}],"orbitIndex":0,"name":"Attribute","orbit":0},"51732":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":26568}],"group":343,"skill":51732,"orbitIndex":16,"name":"Attack Speed","orbit":2},"50817":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","connections":[{"orbit":2,"id":61355}],"group":1048,"skill":50817,"orbitIndex":11,"name":"Damage from Mana","orbit":7},"33112":{"stats":["40% increased Energy Shield from Equipped Focus"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":-7,"id":10881}],"group":902,"skill":33112,"orbitIndex":12,"name":"Focus Energy Shield","orbit":3},"44344":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":44344,"stats":["+5 to any Attribute"],"isAttribute":true,"group":469,"connections":[{"orbit":4,"id":28092}],"orbitIndex":0,"name":"Attribute","orbit":0},"52799":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-4,"id":47270},{"orbit":4,"id":19955},{"orbit":0,"id":44455}],"group":635,"skill":52799,"orbitIndex":0,"name":"Freeze Buildup","orbit":3},"50146":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern","connections":[],"group":1229,"skill":50146,"orbitIndex":8,"name":"Buckler Mastery","orbit":3},"44608":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":747,"skill":44608,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"46454":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds","skill":46454,"stats":["Grants 5 Passive Skill Point"],"ascendancyName":"Pathfinder","connections":[],"group":1328,"orbitIndex":0,"isNotable":true,"name":"Traveller's Wisdom","orbit":0},"47371":{"stats":["5% chance to inflict Bleeding on Hit","Empowered Attacks deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":7668}],"group":281,"skill":47371,"orbitIndex":22,"name":"Empowered Attack Damage and Bleeding Chance","orbit":2},"28044":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":28044,"stats":["40% increased Cold Damage while affected by Herald of Ice","40% increased Fire Damage while affected by Herald of Ash","40% increased Lightning Damage while affected by Herald of Thunder"],"recipe":["Disgust","Isolation","Suffering"],"connections":[{"orbit":0,"id":28835},{"orbit":0,"id":178},{"orbit":0,"id":6988}],"group":1255,"orbitIndex":12,"isNotable":true,"name":"Coming Calamity","orbit":3},"12174":{"stats":["10% increased Magnitude of Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds","connections":[{"orbit":0,"id":18864}],"group":1132,"skill":12174,"orbitIndex":22,"name":"Ailment Magnitude","orbit":2},"52260":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-2,"id":3688}],"group":920,"skill":52260,"orbitIndex":8,"name":"Energy","orbit":2},"26070":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":26070,"stats":["Empowered Attacks deal 30% increased Damage","Warcry Skills have 30% increased Area of Effect"],"recipe":["Suffering","Disgust","Paranoia"],"connections":[{"orbit":0,"id":35977}],"group":263,"orbitIndex":4,"isNotable":true,"name":"Bolstering Yell","orbit":2},"47635":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":47635,"stats":["Damage Penetrates 10% Lightning Resistance if on Low Mana","Damage Penetrates 15% Lightning Resistance"],"recipe":["Paranoia","Isolation","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1002,"orbitIndex":8,"isNotable":true,"name":"Overload","orbit":3},"44872":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":44872,"stats":["+5 to any Attribute"],"isAttribute":true,"group":272,"connections":[{"orbit":0,"id":11248},{"orbit":0,"id":55596},{"orbit":0,"id":22949}],"orbitIndex":0,"name":"Attribute","orbit":0},"23419":{"stats":["15% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":55930}],"group":888,"skill":23419,"orbitIndex":20,"name":"Glory Generation","orbit":2},"49231":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":43183}],"group":494,"skill":49231,"orbitIndex":0,"name":"Attack Speed","orbit":7},"30695":{"icon":"Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds","options":{"Huntress":{"stats":["+30 to Accuracy Rating","10% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/eagleeye.dds","name":"Eagle Eye","id":53849}},"skill":30695,"stats":["33% increased Damage with Hits against Enemies affected by Ailments"],"isSwitchable":true,"connections":[{"orbit":0,"id":13783},{"orbit":0,"id":19808},{"orbit":0,"id":56472}],"group":848,"orbitIndex":14,"isNotable":true,"name":"Vile Wounds","orbit":2},"35223":{"stats":["3% increased Attack Speed with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":55680},{"orbit":0,"id":9227}],"group":1196,"skill":35223,"orbitIndex":4,"name":"Spear Attack Speed","orbit":3},"97":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":52442}],"group":639,"skill":97,"orbitIndex":0,"name":"Attack Speed","orbit":2},"42361":{"icon":"Art/2DArt/SkillIcons/passives/MasteryChaos.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":1084,"skill":42361,"orbitIndex":0,"name":"Chaos Mastery","orbit":0},"20049":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":5,"id":32818}],"group":850,"skill":20049,"orbitIndex":0,"name":"Charm Charges","orbit":7},"1151":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":4113}],"group":671,"skill":1151,"orbitIndex":8,"name":"Freeze Buildup","orbit":7},"20115":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":20115,"stats":["+5 to any Attribute"],"isAttribute":true,"group":198,"connections":[{"orbit":0,"id":49734}],"orbitIndex":0,"name":"Attribute","orbit":0},"38124":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":8,"id":51820}],"group":224,"skill":38124,"orbitIndex":26,"name":"Totem Damage","orbit":4},"14091":{"stats":["Break 10% increased Armour","6% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":28860},{"orbit":0,"id":36449},{"orbit":0,"id":23993}],"group":527,"skill":14091,"orbitIndex":0,"name":"Armour Break and Physical Damage","orbit":1},"18207":{"stats":["4% increased Area of Effect of Ancestrally Boosted Attacks","Ancestrally Boosted Attacks deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-3,"id":53261}],"group":80,"skill":18207,"orbitIndex":8,"name":"Ancestral Boosted Area and Damage","orbit":3},"62963":{"icon":"Art/2DArt/SkillIcons/passives/flameborn.dds","skill":62963,"stats":["40% reduced Magnitude of Ignite on you","Gain 15% of Damage as Extra Fire Damage while on Ignited Ground"],"recipe":["Suffering","Fear","Greed"],"connections":[],"group":538,"orbitIndex":18,"isNotable":true,"name":"Flamewalker","orbit":7},"34168":{"icon":"Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds","skill":34168,"stats":["36% increased Damage if you've dealt a Critical Hit in the past 8 seconds"],"connections":[{"orbit":0,"id":16123},{"orbit":0,"id":4157},{"orbit":0,"id":55088}],"group":815,"orbitIndex":22,"isNotable":true,"name":"Crashing Wave","orbit":7},"40110":{"stats":["10% increased Blind Effect"],"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","connections":[{"orbit":3,"id":42347}],"group":1270,"skill":40110,"orbitIndex":8,"name":"Blind Effect","orbit":7},"49220":{"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","skill":49220,"stats":["8% increased Attack and Cast Speed","+5 to Dexterity and Intelligence"],"connections":[{"orbit":0,"id":10429},{"orbit":-3,"id":44223},{"orbit":-6,"id":53960},{"orbit":5,"id":21336},{"orbit":6,"id":36778}],"group":757,"orbitIndex":12,"isNotable":true,"name":"Flow Like Water","orbit":4},"50023":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","skill":50023,"stats":["Recover 1% of maximum Life per Glory consumed"],"recipe":["Guilt","Fear","Fear"],"connections":[{"orbit":0,"id":4921},{"orbit":0,"id":259}],"group":403,"orbitIndex":39,"isNotable":true,"name":"Invigorating Grandeur","orbit":4},"31017":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":26339}],"group":247,"skill":31017,"orbitIndex":0,"name":"Totem Damage","orbit":3},"326":{"stats":["12% increased Critical Hit Chance with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":31449}],"group":1256,"skill":326,"orbitIndex":0,"name":"Quarterstaff Critical Chance","orbit":0},"60064":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":47263},{"orbit":0,"id":3027}],"group":123,"skill":60064,"orbitIndex":14,"name":"Physical Damage","orbit":2},"64020":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":29652}],"group":362,"skill":64020,"orbitIndex":20,"name":"Spell Damage","orbit":2},"8606":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":867,"skill":8606,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"26598":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":26598,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1025,"connections":[{"orbit":3,"id":33366},{"orbit":0,"id":19880},{"orbit":0,"id":14658},{"orbit":0,"id":23915}],"orbitIndex":0,"name":"Attribute","orbit":0},"32016":{"stats":["12% increased Spell Damage while wielding a Melee Weapon"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":-6,"id":5766},{"orbit":0,"id":49984}],"group":1049,"skill":32016,"orbitIndex":19,"name":"Spell Damage","orbit":7},"44330":{"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","skill":44330,"stats":["25% increased Damage with One Handed Weapons","Attacks with One-Handed Weapons have 20% increased Chance to inflict Ailments"],"recipe":["Fear","Greed","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":655,"orbitIndex":2,"isNotable":true,"name":"Coated Arms","orbit":3},"64284":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":27373},{"orbit":4,"id":19011}],"group":418,"skill":64284,"orbitIndex":51,"name":"Melee Damage","orbit":4},"62310":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":62310,"stats":["30% increased Flammability Magnitude","30% increased Damage with Hits against Burning Enemies"],"recipe":["Isolation","Disgust","Guilt"],"connections":[{"orbit":2,"id":36325},{"orbit":0,"id":56934}],"group":438,"orbitIndex":22,"isNotable":true,"name":"Incendiary","orbit":7},"9568":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":5580}],"group":96,"skill":9568,"orbitIndex":1,"name":"Totem Life","orbit":2},"59006":{"stats":["8% reduced Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":7,"id":37956}],"group":376,"skill":59006,"orbitIndex":0,"name":"Reduced Duration","orbit":0},"15247":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":46683}],"group":93,"skill":15247,"orbitIndex":7,"name":"Empowered Attack Damage","orbit":3},"59799":{"stats":["Gain additional Stun Threshold equal to 12% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":4,"id":7338}],"group":1087,"skill":59799,"orbitIndex":10,"name":"Stun Threshold from Energy Shield","orbit":1},"9762":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":45824}],"group":444,"skill":9762,"orbitIndex":5,"name":"Sword Damage","orbit":6},"51606":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":51606,"stats":["20% increased Evasion Rating","10% reduced Slowing Potency of Debuffs on You","10% reduced Movement Speed Penalty from using Skills while moving"],"recipe":["Greed","Greed","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":-7,"id":65207}],"group":1055,"orbitIndex":48,"isNotable":true,"name":"Freedom of Movement","orbit":4},"14324":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":14324,"stats":["15% increased Mana Recovery rate"],"recipe":["Envy","Despair","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":-2,"id":1468}],"group":645,"orbitIndex":3,"isNotable":true,"name":"Arcane Blossom","orbit":7},"24087":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":24087,"stats":["Skills have 10% chance to not remove Elemental Infusions but still count as consuming them"],"recipe":["Guilt","Suffering","Despair"],"connections":[{"orbit":0,"id":13882}],"group":591,"orbitIndex":10,"isNotable":true,"name":"Everlasting Infusions","orbit":7},"37458":{"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","skill":37458,"stats":["Link Skills have 20% increased Buff Effect","Link Skills have 20% increased Skill Effect Duration"],"recipe":["Guilt","Disgust","Envy"],"connections":[{"orbit":7,"id":16948},{"orbit":0,"id":25412}],"group":383,"orbitIndex":13,"isNotable":true,"name":"Strong Links","orbit":2},"35876":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":35876,"stats":["25% increased Warcry Speed","25% increased Warcry Cooldown Recovery Rate"],"recipe":["Disgust","Suffering","Disgust"],"connections":[{"orbit":4,"id":53194},{"orbit":0,"id":35977},{"orbit":0,"id":27540}],"group":263,"orbitIndex":20,"isNotable":true,"name":"Admonisher","orbit":2},"33502":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[],"group":139,"skill":33502,"orbitIndex":12,"name":"Shapeshifting","orbit":5},"24880":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-7,"id":38501}],"group":549,"skill":24880,"orbitIndex":36,"name":"Attack Speed","orbit":5},"31223":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds","skill":31223,"stats":["Gain additional maximum Life equal to 100% of the Item Energy Shield on Equipped Body Armour"],"ascendancyName":"Blood Mage","connections":[],"group":814,"orbitIndex":0,"isNotable":true,"name":"Crimson Power","orbit":0},"27853":{"stats":["10% increased damage against Immobilised Enemies","8% increased Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":52576},{"orbit":0,"id":3365},{"orbit":0,"id":58109}],"group":704,"skill":27853,"orbitIndex":13,"name":"Damage vs Immobilised and Buildup","orbit":7},"7621":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds","skill":7621,"stats":["Gain 10% of Damage as Extra Lightning Damage","25% chance on Shocking Enemies to created Shocked Ground"],"ascendancyName":"Invoker","connections":[{"orbit":0,"id":55611}],"group":1302,"orbitIndex":15,"isNotable":true,"name":"I am the Thunder...","orbit":5},"42347":{"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","skill":42347,"stats":["20% increased Light Radius","Cannot be Blinded","12% chance to Blind Enemies on Hit"],"recipe":["Despair","Despair","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[],"group":1270,"orbitIndex":6,"isNotable":true,"name":"Chakra of Sight","orbit":3},"24475":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":24475,"stats":["+7% to Chaos Resistance"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":-9,"id":59759}],"orbitIndex":8,"name":"Chaos Resistance","orbit":8},"50540":{"icon":"Art/2DArt/SkillIcons/passives/MasteryCurse.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern","connections":[{"orbit":0,"id":16499}],"group":698,"skill":50540,"orbitIndex":0,"name":"Curse Mastery","orbit":0},"44069":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":-7,"id":29358}],"group":99,"skill":44069,"orbitIndex":4,"name":"Stun Buildup","orbit":3},"56761":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":8560},{"orbit":0,"id":48531},{"orbit":0,"id":2408}],"group":1190,"skill":56761,"orbitIndex":18,"name":"Melee Damage","orbit":3},"31545":{"stats":["10% increased Presence Area of Effect","6% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":8171},{"orbit":0,"id":3446}],"group":143,"skill":31545,"orbitIndex":2,"name":"Attack Damage and Presence Area","orbit":7},"54911":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":54911,"stats":["40% increased Flammability Magnitude","Enemies Ignited by you have -5% to Fire Resistance"],"recipe":["Greed","Isolation","Guilt"],"connections":[{"orbit":0,"id":11505},{"orbit":0,"id":39716}],"group":462,"orbitIndex":7,"isNotable":true,"name":"Firestarter","orbit":2},"49485":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds","connections":[{"orbit":-9,"id":12174},{"orbit":9,"id":49107},{"orbit":0,"id":12890}],"group":1132,"skill":49485,"orbitIndex":18,"name":"Dexterity","orbit":2},"33099":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":33099,"stats":["+1 Charm Slot"],"recipe":["Paranoia","Paranoia","Paranoia"],"connections":[{"orbit":0,"id":25029}],"group":1086,"orbitIndex":27,"isNotable":true,"name":"Hunter's Talisman","orbit":4},"26135":{"stats":["8% increased Spell Damage","8% increased Projectile Speed for Spell Skills"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":2335}],"group":1013,"skill":26135,"orbitIndex":11,"name":"Spell Damage and Projectile Speed","orbit":3},"36931":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":36931,"stats":["25% increased Attack Damage","5% chance to Daze on Hit"],"recipe":["Disgust","Greed","Greed"],"connections":[],"group":905,"orbitIndex":0,"isNotable":true,"name":"Concussive Attack","orbit":7},"57816":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":364}],"group":610,"skill":57816,"orbitIndex":8,"name":"Dexterity","orbit":1},"14355":{"stats":["10% increased Spell Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":8483}],"group":705,"skill":14355,"orbitIndex":3,"name":"Spell Area Damage","orbit":7},"59798":{"stats":["Gain additional Ailment Threshold equal to 12% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-4,"id":5335}],"group":1087,"skill":59798,"orbitIndex":5,"name":"Ailment Threshold from Energy Shield","orbit":1},"56618":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds","skill":56618,"stats":["Grants Skill: Fulminating Concoction"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1317,"connections":[{"orbit":0,"id":57141}],"orbitIndex":0,"name":"Fulminating Concoction","orbit":0},"22691":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","options":{"Witch":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","name":"Minion Life","id":19990}},"skill":22691,"stats":["15% faster start of Energy Shield Recharge"],"isSwitchable":true,"group":678,"connections":[{"orbit":-6,"id":39037},{"orbit":-9,"id":61027}],"orbitIndex":0,"name":"Energy Shield Delay","orbit":0},"50277":{"stats":["15% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":50701}],"group":1141,"skill":50277,"orbitIndex":0,"name":"Shock Effect","orbit":0},"48429":{"stats":["15% increased Cooldown Recovery Rate for Grenade Skills"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":58714},{"orbit":0,"id":36169}],"group":587,"skill":48429,"orbitIndex":20,"name":"Grenade Cooldown Recovery Rate","orbit":3},"61119":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":4,"id":64325},{"orbit":0,"id":63431}],"group":1200,"skill":61119,"orbitIndex":18,"name":"Poison Duration","orbit":2},"17215":{"stats":["2% increased Attack Speed","5% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","connections":[{"orbit":2,"id":4552}],"group":1048,"skill":17215,"orbitIndex":19,"name":"Mana Regeneration and Attack Speed","orbit":7},"51871":{"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","skill":51871,"stats":["15% increased maximum Energy Shield","25% increased amount of Mana Leeched"],"recipe":["Guilt","Suffering","Guilt"],"connections":[{"orbit":0,"id":8045}],"group":1096,"orbitIndex":0,"isNotable":true,"name":"Immortal Thirst","orbit":0},"28976":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":23374},{"orbit":0,"id":29458}],"group":1283,"skill":28976,"orbitIndex":0,"name":"Poison Duration","orbit":0},"41029":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41029,"stats":["+5 to any Attribute"],"isAttribute":true,"group":880,"connections":[{"orbit":0,"id":25827},{"orbit":-4,"id":44563},{"orbit":0,"id":25557},{"orbit":0,"id":22219}],"orbitIndex":0,"name":"Attribute","orbit":0},"36808":{"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","skill":36808,"stats":["2% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield","50% increased Defences from Equipped Shield"],"recipe":["Fear","Suffering","Fear"],"connections":[{"orbit":3,"id":34076},{"orbit":0,"id":37795}],"group":1019,"orbitIndex":16,"isNotable":true,"name":"Spiked Shield","orbit":2},"63894":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":63894,"stats":["12% increased Spell Damage"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":-4,"id":61267}],"orbitIndex":64,"name":"Spell Damage","orbit":6},"43139":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":43139,"stats":["20% increased Damage for each type of Elemental Ailment on Enemy"],"recipe":["Isolation","Despair","Guilt"],"connections":[{"orbit":0,"id":38068}],"group":590,"orbitIndex":0,"isNotable":true,"name":"Stormbreaker","orbit":4},"2508":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":47168},{"orbit":0,"id":59425}],"group":481,"skill":2508,"orbitIndex":18,"name":"Life Recoup","orbit":7},"43944":{"icon":"Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds","skill":43944,"stats":["25% chance that when Volatility on you explodes, you regain an equivalent amount of Volatility"],"recipe":["Paranoia","Greed","Ire"],"connections":[{"orbit":0,"id":23547}],"group":1098,"orbitIndex":13,"isNotable":true,"name":"Instability","orbit":2},"1700":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":48699}],"group":575,"skill":1700,"orbitIndex":12,"name":"Cold Damage","orbit":2},"4":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":11578}],"group":861,"skill":4,"orbitIndex":0,"name":"Shock Chance","orbit":0},"48833":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":4}],"group":859,"skill":48833,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"8273":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":8273,"stats":["25% chance on Consuming a Shock on an Enemy to reapply it"],"recipe":["Isolation","Despair","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":25565}],"group":1199,"orbitIndex":0,"isNotable":true,"name":"Endless Circuit","orbit":0},"30553":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":100,"skill":30553,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"29240":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29240,"stats":["+5 to any Attribute"],"isAttribute":true,"group":866,"connections":[{"orbit":0,"id":55668},{"orbit":0,"id":10881},{"orbit":0,"id":31977},{"orbit":0,"id":57513}],"orbitIndex":0,"name":"Attribute","orbit":0},"42750":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":4,"id":17088},{"orbit":-4,"id":9050}],"group":1049,"skill":42750,"orbitIndex":42,"name":"Attack Damage","orbit":6},"19461":{"stats":["8% increased Cold Damage","8% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":64415}],"group":1168,"skill":19461,"orbitIndex":16,"name":"Daze on Hit","orbit":3},"12998":{"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","skill":12998,"stats":["25% reduced Freeze Duration on you","60% increased Freeze Threshold"],"recipe":["Ire","Suffering","Fear"],"connections":[{"orbit":-6,"id":30463},{"orbit":0,"id":28623}],"group":1095,"orbitIndex":21,"isNotable":true,"name":"Warm the Heart","orbit":4},"47235":{"stats":["Enemies Blinded by you have 15% reduced Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":24570}],"group":1062,"skill":47235,"orbitIndex":22,"name":"Blinded Enemies Critical","orbit":7},"34419":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds","skill":34419,"stats":["Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second","50% more Critical Damage Bonus"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":12,"isNotable":true,"name":"Grinning Immolation","orbit":9},"23153":{"stats":["15% increased Ballista damage"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":23996},{"orbit":0,"id":39298}],"group":771,"skill":23153,"orbitIndex":14,"name":"Ballista Damage","orbit":7},"24813":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":3,"id":20397}],"group":540,"skill":24813,"orbitIndex":14,"name":"Attack Area","orbit":7},"13828":{"stats":["+16 to Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":1140}],"group":712,"skill":13828,"orbitIndex":0,"name":"Evasion","orbit":0},"35878":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":0,"id":50884}],"group":956,"skill":35878,"orbitIndex":9,"name":"Elemental Attack Damage","orbit":7},"50150":{"stats":["6% increased Lightning Damage","8% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonLightning.dds","connections":[{"orbit":0,"id":37279}],"group":685,"skill":50150,"orbitIndex":12,"name":"Lightning Damage and Mana Regeneration","orbit":3},"14945":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":14945,"stats":["Minions have 20% increased Area of Effect","Minions have 20% increased Cooldown Recovery Rate"],"recipe":["Guilt","Paranoia","Fear"],"connections":[{"orbit":0,"id":34552},{"orbit":0,"id":1447}],"group":379,"orbitIndex":16,"isNotable":true,"name":"Growing Swarm","orbit":3},"55568":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":55568,"stats":["16% reduced Skill Effect Duration","10% increased Cooldown Recovery Rate"],"recipe":["Despair","Greed","Suffering"],"connections":[{"orbit":0,"id":41522},{"orbit":0,"id":44690}],"group":901,"orbitIndex":21,"isNotable":true,"name":"Forthcoming","orbit":2},"18472":{"stats":["15% increased Stun Buildup","15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","connections":[{"orbit":0,"id":46533}],"group":1093,"skill":18472,"orbitIndex":12,"name":"Stun and Freeze Buildup","orbit":2},"37336":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds","skill":37336,"stats":["50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge"],"ascendancyName":"Deadeye","connections":[{"orbit":0,"id":35801}],"group":1311,"orbitIndex":0,"isNotable":true,"name":"Avidity","orbit":0},"28835":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":28835,"stats":["12% increased Damage while affected by a Herald"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","group":1255,"connections":[{"orbit":0,"id":56847},{"orbit":0,"id":60480},{"orbit":0,"id":8157}],"orbitIndex":0,"name":"Herald Damage","orbit":0},"39570":{"stats":["10% chance to inflict Bleeding on Critical Hit with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":6,"id":49394}],"group":957,"skill":39570,"orbitIndex":59,"name":"Bleeding Chance on Critical","orbit":4},"26324":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":46023}],"group":372,"skill":26324,"orbitIndex":0,"name":"Armour","orbit":3},"55041":{"stats":["8% increased Spell Damage","5% reduced Projectile Speed for Spell Skills"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":35564}],"group":1013,"skill":55041,"orbitIndex":21,"name":"Spell Damage and Projectile Speed","orbit":3},"43014":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":34308}],"group":318,"skill":43014,"orbitIndex":19,"name":"Melee Damage","orbit":2},"32543":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":32543,"stats":["20% reduced Slowing Potency of Debuffs on You","12% reduced Movement Speed Penalty from using Skills while moving"],"recipe":["Suffering","Paranoia","Paranoia"],"connections":[],"group":1231,"orbitIndex":0,"isNotable":true,"name":"Unhindered","orbit":0},"13293":{"stats":["20% increased Armour if you haven't been Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":4,"id":30457}],"group":95,"skill":13293,"orbitIndex":0,"name":"Armour","orbit":7},"15775":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":15775,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1244,"connections":[{"orbit":0,"id":30808},{"orbit":0,"id":11598},{"orbit":0,"id":29959}],"orbitIndex":0,"name":"Attribute","orbit":0},"39710":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":39710,"stats":["+5 to any Attribute"],"isAttribute":true,"group":196,"connections":[{"orbit":0,"id":51821}],"orbitIndex":0,"name":"Attribute","orbit":0},"4140":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4140,"stats":["+5 to any Attribute"],"isAttribute":true,"group":147,"connections":[{"orbit":0,"id":59093},{"orbit":0,"id":95},{"orbit":9,"id":23364}],"orbitIndex":0,"name":"Attribute","orbit":0},"15969":{"stats":["12% increased Damage with Hits against Enemies affected by Elemental Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":0,"id":41129},{"orbit":0,"id":59376}],"group":522,"skill":15969,"orbitIndex":0,"name":"Damage against Ailments","orbit":3},"62439":{"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","skill":62439,"stats":["+10 to Maximum Rage while wielding an Axe"],"connections":[{"orbit":0,"id":24224},{"orbit":0,"id":52300}],"group":109,"orbitIndex":11,"isNotable":true,"name":"Enraged Reaver","orbit":3},"35739":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":35739,"stats":["25% increased Armour Break Duration","25% increased Attack Area Damage"],"recipe":["Greed","Isolation","Ire"],"connections":[{"orbit":3,"id":42410},{"orbit":0,"id":8556}],"group":540,"orbitIndex":23,"isNotable":true,"name":"Crushing Judgement","orbit":7},"20842":{"stats":["Banner Skills have 15% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":48026},{"orbit":2147483647,"id":4661}],"group":401,"skill":20842,"orbitIndex":12,"name":"Banner Area","orbit":3},"22626":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds","skill":22626,"stats":["100% increased Armour Break Duration"],"recipe":["Guilt","Despair","Disgust"],"connections":[{"orbit":0,"id":45227},{"orbit":0,"id":48717}],"group":132,"orbitIndex":4,"isNotable":true,"name":"Irreparable","orbit":7},"56360":{"stats":["20% increased Power Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":24812}],"group":884,"skill":56360,"orbitIndex":19,"name":"Power Charge Duration","orbit":2},"55429":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["10% increased Melee Damage","10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","name":"Melee and Projectile Damage","id":24854}},"skill":55429,"stats":["10% increased Projectile Damage"],"isSwitchable":true,"group":872,"connections":[{"orbit":0,"id":22049}],"orbitIndex":0,"name":"Projectile Damage","orbit":0},"5544":{"stats":["30% increased Thorns Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":3,"id":43711}],"group":240,"skill":5544,"orbitIndex":10,"name":"Thorn Critical Damage","orbit":2},"51737":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":51737,"stats":["6% increased Cooldown Recovery Rate"],"ascendancyName":"Witchhunter","group":166,"connections":[{"orbit":-8,"id":8272}],"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"12276":{"stats":["8% chance for Mace Slam Skills you use yourself to cause Aftershocks"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":13980}],"group":81,"skill":12276,"orbitIndex":39,"name":"Mace Aftershock Chance","orbit":4},"17340":{"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","skill":17340,"stats":["4% increased Movement Speed if you've Killed Recently","8% increased Attack Speed if you've Killed Recently"],"recipe":["Disgust","Ire","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":-4,"id":62051}],"group":658,"orbitIndex":9,"isNotable":true,"name":"Adrenaline Rush","orbit":4},"3218":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":48171}],"group":176,"skill":3218,"orbitIndex":17,"name":"Elemental Damage","orbit":4},"15876":{"stats":["Gain 15% of maximum Energy Shield as additional Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":2,"id":7947},{"orbit":0,"id":46554}],"group":751,"skill":15876,"orbitIndex":10,"name":"Energy Shield as Freeze Threshold","orbit":2},"17150":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":17150,"stats":["Gain 8% of Evasion Rating as extra Armour"],"recipe":["Paranoia","Fear","Envy"],"connections":[{"orbit":7,"id":53647},{"orbit":0,"id":19750}],"group":562,"orbitIndex":8,"isNotable":true,"name":"General's Bindings","orbit":3},"20718":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-3,"id":30979}],"group":464,"skill":20718,"orbitIndex":12,"name":"Duration","orbit":7},"39307":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":37026}],"group":1223,"skill":39307,"orbitIndex":6,"name":"Physical Damage","orbit":1},"28975":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":28975,"stats":["2% increased Lightning Damage per 10 Intelligence"],"recipe":["Suffering","Guilt","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":26905}],"group":714,"orbitIndex":0,"isNotable":true,"name":"Pure Power","orbit":6},"53719":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53719,"stats":["+5 to any Attribute"],"isAttribute":true,"group":106,"connections":[{"orbit":0,"id":27082}],"orbitIndex":0,"name":"Attribute","orbit":0},"40626":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":1073,"skill":40626,"orbitIndex":0,"name":"Trap Mastery","orbit":0},"47374":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies within 2m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":18049}],"group":1125,"skill":47374,"orbitIndex":66,"name":"Projectile Damage","orbit":4},"327":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":9652}],"group":1115,"skill":327,"orbitIndex":12,"name":"Evasion","orbit":2},"57805":{"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","skill":57805,"stats":["20% increased Knockback Distance","20% chance to Knock Enemies Back with Hits at Close Range"],"recipe":["Paranoia","Guilt","Guilt"],"connections":[{"orbit":4,"id":43444}],"group":643,"orbitIndex":18,"isNotable":true,"name":"Clear Space","orbit":4},"45916":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":-4,"id":27501},{"orbit":4,"id":19330}],"group":549,"skill":45916,"orbitIndex":48,"name":"Life Regeneration","orbit":5},"27513":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","skill":27513,"stats":["Gain 8% of Damage as Extra Physical Damage","15% increased effect of Fully Broken Armour"],"recipe":["Envy","Envy","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[],"group":1223,"orbitIndex":4,"isNotable":true,"name":"Material Solidification","orbit":7},"51206":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-6,"id":49642}],"group":417,"skill":51206,"orbitIndex":17,"name":"Totem Damage","orbit":3},"28446":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","options":{"Druid":{"stats":["10% increased Spell Damage","10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","name":"Spell and Attack Damage","id":50612}},"skill":28446,"stats":["6% increased Area of Effect for Attacks"],"isSwitchable":true,"group":515,"connections":[{"orbit":0,"id":12430},{"orbit":0,"id":50084}],"orbitIndex":9,"name":"Attack Area","orbit":2},"8607":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":8607,"stats":["30% increased Mana Cost Efficiency of Attacks during any Mana Flask Effect"],"recipe":["Fear","Isolation","Ire"],"connections":[{"orbit":0,"id":46665}],"group":186,"orbitIndex":12,"isNotable":true,"name":"Lavianga's Brew","orbit":7},"48026":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":65439},{"orbit":0,"id":6623}],"group":401,"skill":48026,"orbitIndex":14,"name":"Banner Glory Gained","orbit":2},"53444":{"stats":["12% increased Minion Duration"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":5,"id":752}],"group":203,"skill":53444,"orbitIndex":31,"name":"Minion Duration","orbit":4},"48290":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[{"orbit":0,"id":55180},{"orbit":0,"id":49088}],"group":755,"skill":48290,"orbitIndex":15,"name":"Minion Defence Mastery","orbit":2},"53320":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":43791}],"group":530,"skill":53320,"orbitIndex":22,"name":"Banner Glory Gained","orbit":2},"26786":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":26786,"stats":["+5 to any Attribute"],"isAttribute":true,"group":798,"connections":[{"orbit":0,"id":64352},{"orbit":0,"id":48568}],"orbitIndex":0,"name":"Attribute","orbit":0},"9825":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":-4,"id":934},{"orbit":9,"id":21755}],"group":615,"skill":9825,"orbitIndex":0,"name":"Ailment Threshold","orbit":3},"57945":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":7412}],"group":1064,"skill":57945,"orbitIndex":12,"name":"Life Flask Charge Generation","orbit":7},"25935":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":25935,"stats":["6% increased Block chance"],"ascendancyName":"Warbringer","group":30,"connections":[{"orbit":0,"id":23005}],"orbitIndex":0,"name":"Block Chance","orbit":0},"33366":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-3,"id":10944}],"group":1036,"skill":33366,"orbitIndex":14,"name":"Evasion and Energy Shield","orbit":7},"32278":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":398,"skill":32278,"orbitIndex":11,"name":"Minion Offence Mastery","orbit":7},"4083":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":33815},{"orbit":0,"id":43677}],"group":953,"skill":4083,"orbitIndex":11,"name":"Poison Damage","orbit":2},"16140":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":16013}],"group":1174,"skill":16140,"orbitIndex":10,"name":"Daze on Hit","orbit":2},"2128":{"stats":["10% increased Hazard Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":65256}],"group":1060,"skill":2128,"orbitIndex":0,"name":"Hazard Area","orbit":0},"11578":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":11578,"stats":["Shocking Hits have a 50% chance to also Shock enemies in a 1.5 metre radius"],"recipe":["Guilt","Disgust","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":878,"orbitIndex":0,"isNotable":true,"name":"Spreading Shocks","orbit":0},"6266":{"stats":["10% increased Damage against Demons"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":60085}],"group":740,"skill":6266,"orbitIndex":9,"name":"Damage","orbit":7},"41154":{"stats":["15% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-2,"id":33601}],"group":160,"skill":41154,"orbitIndex":18,"name":"Chill Effect","orbit":2},"63759":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":63759,"stats":["Targets can be affected by +1 of your Poisons at the same time","20% reduced Magnitude of Poison you inflict"],"recipe":["Isolation","Disgust","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[{"orbit":0,"id":26565}],"group":1054,"orbitIndex":0,"isNotable":true,"name":"Stacking Toxins","orbit":3},"65204":{"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","skill":65204,"stats":["+2 to Maximum Power Charges"],"recipe":["Isolation","Envy","Greed"],"connections":[{"orbit":0,"id":30615},{"orbit":0,"id":10162}],"group":1216,"orbitIndex":7,"isNotable":true,"name":"Overflowing Power","orbit":2},"46972":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":46972,"stats":["25% increased Energy Shield Recharge Rate","Mana Flasks gain 0.1 charges per Second"],"recipe":["Paranoia","Paranoia","Guilt"],"connections":[{"orbit":0,"id":54783}],"group":734,"orbitIndex":23,"isNotable":true,"name":"Arcane Mixtures","orbit":7},"20641":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":51934}],"group":1052,"skill":20641,"orbitIndex":1,"name":"Caster Mastery","orbit":1},"528":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":528,"stats":["12% increased Accuracy Rating"],"ascendancyName":"Amazon","group":1338,"connections":[{"orbit":0,"id":41008}],"orbitIndex":0,"name":"Accuracy","orbit":0},"31609":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-4,"id":36163}],"group":365,"skill":31609,"orbitIndex":0,"name":"Shield Defences","orbit":3},"11741":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11741,"stats":["+5 to any Attribute"],"isAttribute":true,"group":124,"connections":[{"orbit":0,"id":17282}],"orbitIndex":8,"name":"Attribute","orbit":3},"64023":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern","connections":[],"group":200,"skill":64023,"orbitIndex":0,"name":"Thorns Mastery","orbit":0},"65468":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":65468,"stats":["Grenades have 15% chance to activate a second time"],"recipe":["Suffering","Despair","Isolation"],"connections":[{"orbit":0,"id":61432},{"orbit":0,"id":25807}],"group":719,"orbitIndex":0,"isNotable":true,"name":"Repeating Explosives","orbit":0},"14418":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds","connections":[{"orbit":2147483647,"id":16602}],"group":1110,"skill":14418,"orbitIndex":6,"name":"Evasion","orbit":7},"44461":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-7,"id":54998}],"group":217,"skill":44461,"orbitIndex":21,"name":"Increased Duration","orbit":7},"35477":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":35477,"stats":["30% reduced penalty to Accuracy Rating at range"],"recipe":["Guilt","Ire","Fear"],"connections":[{"orbit":0,"id":10277}],"group":1127,"orbitIndex":1,"isNotable":true,"name":"Far Sighted","orbit":2},"11679":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11679,"stats":["+5 to any Attribute"],"isAttribute":true,"group":505,"connections":[{"orbit":0,"id":29148},{"orbit":5,"id":7424},{"orbit":0,"id":61042}],"orbitIndex":0,"name":"Attribute","orbit":0},"28371":{"stats":["20% increased Damage with Hits against Enemies that are on Full Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":60560}],"group":1178,"skill":28371,"orbitIndex":16,"name":"Damage vs Full Life","orbit":7},"63618":{"stats":["Companions have 12% increased maximum Life","10% increased Defences while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":2147483647,"id":60992}],"group":1282,"skill":63618,"orbitIndex":0,"name":"Defences and Companion Life","orbit":0},"23360":{"stats":["6% increased Attack Damage","3% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":53566}],"group":934,"skill":23360,"orbitIndex":33,"name":"Reduced Movement Penalty and Attack Damage","orbit":4},"3893":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-2,"id":28038}],"group":792,"skill":3893,"orbitIndex":16,"name":"Deflection","orbit":2},"10058":{"icon":"Art/2DArt/SkillIcons/passives/MasteryChaos.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[{"orbit":0,"id":55149},{"orbit":0,"id":44373}],"group":1119,"skill":10058,"orbitIndex":0,"name":"Chaos Mastery","orbit":0},"47236":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds","skill":47236,"stats":["20% increased Melee Damage"],"ascendancyName":"Smith of Kitava","group":7,"connections":[{"orbit":0,"id":60298}],"orbitIndex":0,"name":"Melee Damage","orbit":0},"51735":{"stats":["Attack Skills deal 10% increased Damage while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":44707}],"group":563,"skill":51735,"orbitIndex":17,"name":"Shield Damage","orbit":2},"64939":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":30123}],"group":314,"skill":64939,"orbitIndex":12,"name":"Two Handed Damage","orbit":2},"1543":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":7,"id":14096},{"orbit":0,"id":59376}],"group":523,"skill":1543,"orbitIndex":0,"name":"Cast Speed","orbit":1},"45390":{"stats":["Mark Skills have 10% increased Use Speed"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":0,"id":13624},{"orbit":2,"id":28258}],"group":1155,"skill":45390,"orbitIndex":7,"name":"Mark Use Speed","orbit":2},"9065":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":5,"id":752}],"group":203,"skill":9065,"orbitIndex":23,"name":"Minion Damage","orbit":4},"22565":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":26648}],"group":660,"skill":22565,"orbitIndex":1,"name":"Deflection","orbit":2},"38921":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern","connections":[],"group":241,"skill":38921,"orbitIndex":1,"name":"Block Mastery","orbit":2},"1477":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[{"orbit":0,"id":11037}],"group":662,"skill":1477,"orbitIndex":0,"name":"Projectile Mastery","orbit":0},"48821":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","connections":[{"orbit":-6,"id":15618}],"group":630,"skill":48821,"orbitIndex":6,"name":"Spell Critical Damage","orbit":2},"23822":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":9652}],"group":1115,"skill":23822,"orbitIndex":0,"name":"Life Recoup","orbit":2},"59653":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":0,"id":35987}],"group":749,"skill":59653,"orbitIndex":10,"name":"Movement Speed","orbit":7},"41033":{"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","skill":41033,"stats":["Offerings cannot be damaged if they have been created Recently"],"recipe":["Paranoia","Fear","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[{"orbit":0,"id":55872}],"group":925,"orbitIndex":23,"isNotable":true,"name":"Utmost Offering","orbit":2},"10159":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":4,"id":31977}],"group":836,"skill":10159,"orbitIndex":42,"name":"Mana Regeneration","orbit":4},"23888":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":7,"id":7390},{"orbit":0,"id":54099}],"group":562,"skill":23888,"orbitIndex":0,"name":"Armour and Evasion","orbit":3},"2516":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds","id":11705,"name":"Steward of Kulemak","stats":["Damaging Spells consume a Power Charge if able to trigger Abyssal Apparition"]}},"skill":2516,"isSwitchable":true,"stats":["Spells consume a Power Charge if able to deal 40% more Damage"],"ascendancyName":"Lich","connections":[],"group":1044,"orbitIndex":0,"isNotable":true,"name":"Price of Power","orbit":0},"45918":{"icon":"Art/2DArt/SkillIcons/passives/heroicspirit.dds","skill":45918,"isKeystone":true,"stats":["All Damage is taken from Mana before Life","50% less Mana Recovery Rate"],"group":340,"connections":[],"orbitIndex":0,"name":"Mind Over Matter","orbit":0},"35602":{"stats":["Offerings have 30% reduced Maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[],"group":665,"skill":35602,"orbitIndex":12,"name":"Offering Life","orbit":2},"51336":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":4,"id":56818},{"orbit":0,"id":53965}],"group":891,"skill":51336,"orbitIndex":45,"name":"Elemental Attack Damage","orbit":4},"42614":{"stats":["Offering Skills have 30% reduced Duration"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[],"group":673,"skill":42614,"orbitIndex":6,"name":"Offering Duration","orbit":2},"19715":{"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","skill":19715,"stats":["Damage Penetrates 18% Fire Resistance","Gain 6% of Elemental Damage as Extra Fire Damage"],"recipe":["Isolation","Disgust","Isolation"],"connections":[{"orbit":0,"id":34927}],"group":571,"orbitIndex":66,"isNotable":true,"name":"Cremation","orbit":4},"37991":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":52254}],"group":697,"skill":37991,"orbitIndex":18,"name":"Curse Effect","orbit":7},"61106":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":0,"id":59653}],"group":749,"skill":61106,"orbitIndex":15,"name":"Movement Speed","orbit":2},"64550":{"stats":["20% increased damage against Immobilised Enemies"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":22532}],"group":704,"skill":64550,"orbitIndex":5,"name":"Damage vs Immobilised","orbit":2},"21111":{"stats":["10% chance when a Charm is used to use another Charm without consuming Charges"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-5,"id":33099}],"group":1086,"skill":21111,"orbitIndex":11,"name":"Charm Activation Chance","orbit":7},"4536":{"stats":["3% increased Attack Speed with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":37514}],"group":1263,"skill":4536,"orbitIndex":1,"name":"Quarterstaff Speed","orbit":2},"13030":{"stats":["Damaging Ailments deal damage 5% faster"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":-3,"id":55}],"group":921,"skill":13030,"orbitIndex":0,"name":"Faster Ailments","orbit":0},"47363":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":47363,"stats":["12% increased Area of Effect for Attacks","+10 to Strength"],"recipe":["Fear","Greed","Ire"],"connections":[],"group":606,"orbitIndex":50,"isNotable":true,"name":"Colossal Weapon","orbit":4},"61246":{"stats":["10% increased Freeze Buildup","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":5,"id":144}],"group":1022,"skill":61246,"orbitIndex":18,"name":"Elemental Damage and Freeze Buildup","orbit":4},"22368":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":63182},{"orbit":0,"id":29930},{"orbit":0,"id":16484}],"group":871,"skill":22368,"orbitIndex":5,"name":"Damage and Companion Damage","orbit":4},"31286":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":16140}],"group":1174,"skill":31286,"orbitIndex":14,"name":"Physical","orbit":3},"18470":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":4447}],"group":821,"skill":18470,"orbitIndex":4,"name":"Pin Buildup","orbit":1},"15644":{"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","skill":15644,"stats":["40% increased Elemental Ailment Threshold","10% reduced Duration of Ailments on You"],"recipe":["Envy","Ire","Paranoia"],"connections":[{"orbit":6,"id":41538},{"orbit":0,"id":44612}],"group":911,"orbitIndex":10,"isNotable":true,"name":"Shedding Skin","orbit":3},"29502":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":4,"id":36302}],"group":631,"skill":29502,"orbitIndex":20,"name":"Cast Speed","orbit":2},"62039":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":49618}],"group":488,"skill":62039,"orbitIndex":18,"name":"Melee Damage","orbit":7},"63484":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":63484,"stats":["20% increased Flammability Magnitude"],"ascendancyName":"Infernalist","group":596,"connections":[{"orbit":7,"id":18158}],"orbitIndex":0,"name":"Flammability Magnitude","orbit":0},"8406":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8406,"stats":["+5 to any Attribute"],"isAttribute":true,"group":471,"connections":[{"orbit":-4,"id":48305}],"orbitIndex":21,"name":"Attribute","orbit":3},"62427":{"stats":["4% increased Deflection Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[],"group":1079,"skill":62427,"orbitIndex":21,"name":"Deflection Rating","orbit":2},"52392":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":52392,"stats":["5% reduced Attack Speed","20% increased Stun Buildup","40% increased Damage with Two Handed Weapons"],"recipe":["Disgust","Envy","Fear"],"connections":[],"group":314,"orbitIndex":17,"isNotable":true,"name":"Singular Purpose","orbit":3},"36270":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":5009}],"group":1061,"skill":36270,"orbitIndex":1,"name":"Daze on Hit","orbit":3},"23547":{"icon":"Art/2DArt/SkillIcons/passives/MasteryChaos.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":1098,"skill":23547,"orbitIndex":0,"name":"Chaos Mastery","orbit":0},"43142":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":256,"skill":43142,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"15838":{"stats":["10% increased chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":0,"id":15969}],"group":522,"skill":15838,"orbitIndex":2,"name":"Ailment Chance","orbit":4},"33229":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":33229,"stats":["Enemies you inflict Bleeding on cannot Regenerate Life"],"recipe":["Ire","Isolation","Paranoia"],"connections":[{"orbit":0,"id":64996},{"orbit":0,"id":6161}],"group":962,"orbitIndex":60,"isNotable":true,"name":"Haemorrhaging Cuts","orbit":4},"53443":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":-6,"id":5710},{"orbit":0,"id":59767}],"group":418,"skill":53443,"orbitIndex":8,"name":"Area Damage","orbit":3},"28370":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28370,"stats":["+5 to any Attribute"],"isAttribute":true,"group":637,"connections":[{"orbit":0,"id":7628},{"orbit":-6,"id":11916},{"orbit":-6,"id":37450}],"orbitIndex":39,"name":"Attribute","orbit":6},"51194":{"stats":["10% increased Elemental Infusion duration"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":4,"id":24060},{"orbit":-5,"id":18793},{"orbit":0,"id":49512}],"group":591,"skill":51194,"orbitIndex":0,"name":"Infusion Duration","orbit":2},"13294":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":2,"id":20718}],"group":464,"skill":13294,"orbitIndex":7,"name":"Duration","orbit":1},"8569":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8569,"stats":["+5 to any Attribute"],"isAttribute":true,"group":787,"connections":[{"orbit":0,"id":47177},{"orbit":9,"id":55507},{"orbit":0,"id":46034},{"orbit":0,"id":8540}],"orbitIndex":6,"name":"Attribute","orbit":6},"59263":{"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","skill":59263,"stats":["25% increased Damage with Swords"],"connections":[{"orbit":0,"id":37963}],"group":443,"orbitIndex":33,"isNotable":true,"name":"Ripping Blade","orbit":4},"56488":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":56488,"stats":["10% increased Deflection Rating"],"recipe":["Suffering","Envy","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":792,"orbitIndex":0,"isNotable":true,"name":"Glancing Deflection","orbit":0},"57405":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":64807}],"group":169,"skill":57405,"orbitIndex":2,"name":"Area Damage","orbit":2},"33369":{"icon":"Art/2DArt/SkillIcons/passives/vaalpact.dds","skill":33369,"isKeystone":true,"stats":["Life Leech is Instant","Cannot use Life Flasks"],"group":537,"connections":[],"orbitIndex":0,"name":"Vaal Pact","orbit":0},"19122":{"stats":["20% increased Armour if you've consumed an Endurance Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":28432}],"group":492,"skill":19122,"orbitIndex":12,"name":"Armour if Consumed Endurance Charge","orbit":2},"7971":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-7,"id":1468}],"group":645,"skill":7971,"orbitIndex":10,"name":"Mana Regeneration","orbit":4},"20119":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":531,"skill":20119,"orbitIndex":0,"name":"Minion Offence Mastery","orbit":0},"5692":{"stats":["15% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":35708},{"orbit":0,"id":51821}],"group":160,"skill":5692,"orbitIndex":6,"name":"Chill Effect","orbit":2},"17602":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":4,"id":59799},{"orbit":-4,"id":59798}],"group":1087,"skill":17602,"orbitIndex":15,"name":"Stun and Ailment Threshold from Energy Shield","orbit":7},"10423":{"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","skill":10423,"stats":["Damage Penetrates 18% Fire Resistance","15% increased Duration of Ailments against Enemies with Exposure"],"recipe":["Isolation","Envy","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[{"orbit":-7,"id":37905}],"group":1238,"orbitIndex":0,"isNotable":true,"name":"Exposed to the Inferno","orbit":1},"11315":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":48846}],"group":770,"skill":11315,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"41159":{"stats":["8% increased Lightning Damage","8% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonLightning.dds","connections":[{"orbit":0,"id":27434}],"group":685,"skill":41159,"orbitIndex":18,"name":"Lightning Damage and Mana Regeneration","orbit":3},"29361":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[],"group":764,"skill":29361,"orbitIndex":7,"name":"Evasion and Energy Shield","orbit":7},"40630":{"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","options":{"Huntress":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","name":"Ailment Threshold","id":18391}},"skill":40630,"stats":["15% increased Flask Charges gained"],"isSwitchable":true,"group":847,"connections":[{"orbit":0,"id":44527}],"orbitIndex":0,"name":"Flask Charges Gained","orbit":0},"17668":{"stats":["2% increased Attack Speed","5% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","connections":[{"orbit":2,"id":17215}],"group":1048,"skill":17668,"orbitIndex":22,"name":"Mana Regeneration and Attack Speed","orbit":2},"53308":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":17138}],"group":141,"skill":53308,"orbitIndex":5,"name":"Melee Damage","orbit":3},"24868":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds","skill":24868,"stats":["Your speed is unaffected by Slows"],"ascendancyName":"Pathfinder","connections":[{"orbit":0,"id":33736}],"group":1310,"orbitIndex":72,"isNotable":true,"name":"Relentless Pursuit","orbit":9},"11284":{"stats":["10% increased Elemental Infusion duration"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":31697},{"orbit":0,"id":30985},{"orbit":0,"id":50104}],"group":346,"skill":11284,"orbitIndex":7,"name":"Infusion Duration","orbit":7},"57933":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":16150}],"group":1287,"skill":57933,"orbitIndex":0,"name":"Damage and Companion Damage","orbit":0},"3994":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":9089},{"orbit":0,"id":37951}],"group":1177,"skill":3994,"orbitIndex":20,"name":"Deflection","orbit":2},"28510":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28510,"stats":["+5 to any Attribute"],"isAttribute":true,"group":613,"connections":[{"orbit":-5,"id":45969},{"orbit":0,"id":10247}],"orbitIndex":56,"name":"Attribute","orbit":6},"328":{"stats":["10% increased Accuracy Rating with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":25992},{"orbit":0,"id":60764},{"orbit":0,"id":21112}],"group":1281,"skill":328,"orbitIndex":0,"name":"Bow Accuracy Rating","orbit":0},"56349":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds","skill":56349,"isKeystone":true,"stats":["Maximum Life is 1","Immune to Chaos Damage and Bleeding"],"group":1059,"connections":[],"orbitIndex":0,"name":"Chaos Inoculation","orbit":0},"40894":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":1218}],"group":379,"skill":40894,"orbitIndex":20,"name":"Minion Life","orbit":3},"41811":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":41811,"stats":["30% increased Stun Buildup","10% chance to Daze on Hit"],"recipe":["Greed","Despair","Paranoia"],"connections":[{"orbit":0,"id":35173}],"group":1174,"orbitIndex":2,"isNotable":true,"name":"Shatter Palm","orbit":3},"59915":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-6,"id":7741},{"orbit":-6,"id":97},{"orbit":-6,"id":2455}],"group":651,"skill":59915,"orbitIndex":0,"name":"Projectile Damage","orbit":0},"9663":{"stats":["+5% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamage2.dds","connections":[{"orbit":-5,"id":19359}],"group":1230,"skill":9663,"orbitIndex":8,"name":"Chaos Resistance","orbit":2},"44850":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern","connections":[],"group":675,"skill":44850,"orbitIndex":0,"name":"Recovery Mastery","orbit":0},"36659":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds","skill":36659,"stats":["You can Break Enemy Armour to below 0"],"ascendancyName":"Warbringer","connections":[],"group":19,"orbitIndex":0,"isNotable":true,"name":"Imploding Impacts","orbit":0},"48030":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":62436}],"group":722,"skill":48030,"orbitIndex":1,"name":"Energy Shield","orbit":7},"39839":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":20205},{"orbit":0,"id":14340}],"group":779,"skill":39839,"orbitIndex":20,"name":"Stun Threshold if no recent Stun","orbit":2},"24339":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":58295}],"group":186,"skill":24339,"orbitIndex":0,"name":"Life Flasks","orbit":2},"33618":{"icon":"Art/2DArt/SkillIcons/passives/MasteryDuration.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[{"orbit":0,"id":39990}],"group":464,"skill":33618,"orbitIndex":10,"name":"Duration Mastery","orbit":2},"9857":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":54990}],"group":577,"skill":9857,"orbitIndex":8,"name":"Bleeding Chance","orbit":2},"37450":{"stats":["10% increased chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[],"group":618,"skill":37450,"orbitIndex":46,"name":"Ailment Chance","orbit":4},"31409":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":50437}],"group":749,"skill":31409,"orbitIndex":3,"name":"Evasion","orbit":2},"12565":{"stats":["4% increased Block chance","10% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":0,"id":3245}],"group":59,"skill":12565,"orbitIndex":8,"name":"Thorns and Block","orbit":3},"48682":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":48682,"stats":["20% increased Totem Life"],"ascendancyName":"Warbringer","group":28,"connections":[{"orbit":4,"id":40915}],"orbitIndex":0,"name":"Totem Life","orbit":0},"11641":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds","skill":11641,"stats":["+10% to Quality of all Skills"],"ascendancyName":"Gemling Legionnaire","connections":[{"orbit":0,"id":45248},{"orbit":0,"id":55582}],"group":327,"orbitIndex":0,"isNotable":true,"name":"Crystalline Potential","orbit":0},"61905":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":12778},{"orbit":0,"id":8938},{"orbit":-4,"id":3251}],"group":962,"skill":61905,"orbitIndex":12,"name":"Bleed Chance","orbit":3},"26726":{"stats":["10% increased Stun Buildup","10% increased Knockback Distance"],"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","connections":[{"orbit":0,"id":48103}],"group":1165,"skill":26726,"orbitIndex":0,"name":"Knockback and Stun Buildup","orbit":2},"13457":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":13457,"stats":["30% increased Evasion Rating if you have been Hit Recently","60% faster start of Energy Shield Recharge if you've been Stunned Recently"],"recipe":["Despair","Guilt","Despair"],"connections":[{"orbit":5,"id":3630},{"orbit":0,"id":52445}],"group":1134,"orbitIndex":60,"isNotable":true,"name":"Shadow Dancing","orbit":4},"34425":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","skill":34425,"stats":["Volatile Power also grants 1% increased Critical Hit chance per Volatility exploded"],"recipe":["Envy","Despair","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[{"orbit":2,"id":47021}],"group":1234,"orbitIndex":14,"isNotable":true,"name":"Precise Volatility","orbit":2},"53185":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds","skill":53185,"stats":["3% increased Evasion Rating per 10 Intelligence","Gain Accuracy Rating equal to your Intelligence","+10 to Intelligence"],"recipe":["Greed","Greed","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[],"group":1248,"orbitIndex":19,"isNotable":true,"name":"The Winter Owl","orbit":3},"52126":{"stats":["10% increased Stun Threshold","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":21885}],"group":189,"skill":52126,"orbitIndex":0,"name":"Stun Threshold and Strength","orbit":2},"34813":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":7218},{"orbit":0,"id":62505},{"orbit":0,"id":472},{"orbit":0,"id":2847}],"group":682,"skill":34813,"orbitIndex":60,"name":"All Attributes","orbit":4},"46171":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":7,"id":61421}],"group":1240,"skill":46171,"orbitIndex":13,"name":"Critical Chance","orbit":7},"57141":{"isMultipleChoice":true,"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds","skill":57141,"stats":[],"ascendancyName":"Pathfinder","connections":[],"group":1315,"orbitIndex":0,"isNotable":true,"name":"Brew Concoction","orbit":0},"30748":{"icon":"Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds","skill":30748,"stats":["Maximum Volatility is 30"],"recipe":["Greed","Envy","Guilt"],"connections":[{"orbit":0,"id":21801}],"group":1045,"orbitIndex":0,"isNotable":true,"name":"Controlled Chaos","orbit":7},"47893":{"stats":["3% increased Attack Speed while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":57774}],"group":681,"skill":47893,"orbitIndex":21,"name":"Dual Wielding Speed","orbit":2},"44201":{"stats":["6% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[],"group":845,"skill":44201,"orbitIndex":2,"name":"Additional Spell Projectiles","orbit":2},"51335":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","options":{"Witch":{"stats":["20% increased Critical Hit Chance for Spells","20% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","name":"Jagged Shards","id":64801}},"skill":51335,"stats":["20% increased Flammability Magnitude","20% increased Freeze Buildup","20% increased chance to Shock"],"isSwitchable":true,"connections":[{"orbit":-6,"id":51968},{"orbit":0,"id":5726}],"group":599,"orbitIndex":21,"isNotable":true,"name":"Affliction Enforcer","orbit":7},"722":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":722,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1228,"connections":[{"orbit":0,"id":3419},{"orbit":0,"id":15775}],"orbitIndex":0,"name":"Attribute","orbit":0},"28774":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":2999},{"orbit":0,"id":10295}],"group":233,"skill":28774,"orbitIndex":29,"name":"Cast Speed","orbit":6},"39964":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":48198}],"group":764,"skill":39964,"orbitIndex":4,"name":"Mana Regeneration","orbit":2},"32672":{"stats":["5% reduced Effect of Chill on you","10% increased Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":4031},{"orbit":0,"id":9928}],"group":1187,"skill":32672,"orbitIndex":12,"name":"Freeze and Chill Resistance","orbit":3},"9896":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":9896,"stats":["Enemies in your Presence have 75% reduced Life Regeneration rate"],"recipe":["Isolation","Ire","Suffering"],"connections":[{"orbit":0,"id":292}],"group":361,"orbitIndex":4,"isNotable":true,"name":"Heartstopping Presence","orbit":3},"30219":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":-2,"id":45177}],"group":467,"skill":30219,"orbitIndex":10,"name":"Accuracy","orbit":1},"64415":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":64415,"stats":["5% chance to Daze on Hit","Gain 12% of Physical Damage as Extra Cold Damage against Dazed Enemies"],"recipe":["Disgust","Isolation","Envy"],"connections":[{"orbit":0,"id":22063},{"orbit":0,"id":1416}],"group":1168,"orbitIndex":19,"isNotable":true,"name":"Shattering Daze","orbit":7},"54892":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":54892,"stats":["15% increased Armour and Evasion Rating"],"ascendancyName":"Tactician","group":284,"connections":[{"orbit":0,"id":44371}],"orbitIndex":0,"name":"Armour and Evasion","orbit":0},"29162":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":29162,"stats":["8% increased Spirit"],"ascendancyName":"Tactician","group":254,"connections":[{"orbit":0,"id":15044}],"orbitIndex":0,"name":"Spirit","orbit":0},"25594":{"stats":["Offerings have 15% increased Maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":34030}],"group":673,"skill":25594,"orbitIndex":0,"name":"Offering Life","orbit":7},"37327":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":424,"skill":37327,"orbitIndex":16,"name":"Mana Regeneration","orbit":7},"38646":{"stats":["+20 to Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":23570}],"group":558,"skill":38646,"orbitIndex":0,"name":"Armour","orbit":0},"43131":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":43131,"stats":["35% increased Damage with Hits against Enemies that are on Low Life"],"ascendancyName":"Witchhunter","group":207,"connections":[{"orbit":-9,"id":61973}],"orbitIndex":40,"name":"Damage vs Low Life Enemies","orbit":8},"15443":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":15443,"stats":["10% of Physical Damage taken Recouped as Life","20% increased Physical Damage"],"recipe":["Greed","Guilt","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[],"group":882,"orbitIndex":0,"isNotable":true,"name":"Endured Suffering","orbit":0},"24801":{"stats":["10% increased Presence Area of Effect","6% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":7,"id":40736}],"group":143,"skill":24801,"orbitIndex":14,"name":"Attack Damage and Presence Area","orbit":3},"65207":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-6,"id":63566}],"group":1055,"skill":65207,"orbitIndex":14,"name":"Slow Effect on You","orbit":3},"40632":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-2,"id":48889}],"group":792,"skill":40632,"orbitIndex":4,"name":"Deflection","orbit":2},"50673":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":50673,"stats":["-5% to amount of Damage Prevented by Deflection","20% increased Deflection Rating"],"recipe":["Disgust","Greed","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":-2,"id":58526},{"orbit":-2,"id":62427}],"group":1079,"orbitIndex":18,"isNotable":true,"name":"Avoiding Deflection","orbit":3},"2745":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds","skill":2745,"stats":["25% increased Magnitude of Ailments you inflict against Marked Enemies","25% increased Critical Hit Chance against Marked Enemies","+10 to Dexterity"],"recipe":["Fear","Greed","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern","connections":[],"group":1132,"orbitIndex":3,"isNotable":true,"name":"The Noble Wolf","orbit":1},"4519":{"stats":["20% increased Damage if you've dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":13724}],"group":947,"skill":4519,"orbitIndex":0,"name":"Damage on Critical","orbit":0},"12169":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":0,"id":60138}],"group":1061,"skill":12169,"orbitIndex":13,"name":"Physical Mastery","orbit":2},"55420":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":30061}],"group":864,"skill":55420,"orbitIndex":0,"name":"Curse Effect","orbit":2},"22959":{"icon":"Art/2DArt/SkillIcons/passives/MasteryCurse.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern","connections":[],"group":802,"skill":22959,"orbitIndex":0,"name":"Curse Mastery","orbit":0},"15606":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","skill":15606,"stats":["Consuming Glory grants you 3% increased Attack damage per Glory consumed for 6 seconds, up to 60%"],"recipe":["Despair","Envy","Suffering"],"connections":[{"orbit":0,"id":41821}],"group":143,"orbitIndex":30,"isNotable":true,"name":"Thrill of the Fight","orbit":4},"1130":{"stats":["10% increased Damage with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":29611}],"group":72,"skill":1130,"orbitIndex":0,"name":"Flail Damage","orbit":0},"244":{"stats":["16% increased Attack Damage against Rare or Unique Enemies"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":52354}],"group":843,"skill":244,"orbitIndex":66,"name":"Attack Damage","orbit":4},"42077":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":42077,"stats":["40% increased Energy Shield Recharge Rate","+10 to Intelligence"],"recipe":["Envy","Envy","Greed"],"connections":[{"orbit":0,"id":56564},{"orbit":0,"id":2102}],"group":565,"orbitIndex":11,"isNotable":true,"name":"Essence Infusion","orbit":2},"39298":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":39298,"stats":["+5 to any Attribute"],"isAttribute":true,"group":758,"connections":[{"orbit":0,"id":38814},{"orbit":0,"id":3995},{"orbit":0,"id":18115},{"orbit":0,"id":1019}],"orbitIndex":0,"name":"Attribute","orbit":0},"7405":{"stats":["6% increased Mana Regeneration Rate","10% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":4850}],"group":832,"skill":7405,"orbitIndex":0,"name":"Shock Effect and Mana Regeneration","orbit":0},"41020":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":34908}],"group":1177,"skill":41020,"orbitIndex":8,"name":"Deflection","orbit":2},"24150":{"stats":["3% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":-7,"id":44369}],"group":1045,"skill":24150,"orbitIndex":3,"name":"Volatility on Kill","orbit":2},"26725":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":26725,"stats":[],"group":216,"connections":[{"orbit":0,"id":57703}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"17871":{"stats":["5% reduced Effect of Chill on you","10% increased Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":32672}],"group":1187,"skill":17871,"orbitIndex":12,"name":"Freeze and Chill Resistance","orbit":2},"3936":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":13397}],"group":551,"skill":3936,"orbitIndex":0,"name":"Melee Damage","orbit":0},"7888":{"stats":["10% Chance to build an additional Combo on Hit"],"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","connections":[{"orbit":0,"id":17101},{"orbit":2,"id":28963}],"group":1245,"skill":7888,"orbitIndex":21,"name":"Combo Gain","orbit":3},"33093":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":33093,"stats":["4% increased Cast Speed for each different Non-Instant Spell you've Cast Recently"],"recipe":["Suffering","Isolation","Envy"],"connections":[{"orbit":0,"id":30077}],"group":1175,"orbitIndex":6,"isNotable":true,"name":"Effervescent","orbit":7},"17138":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":51903}],"group":141,"skill":17138,"orbitIndex":0,"name":"Melee Damage","orbit":0},"36522":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":3999},{"orbit":0,"id":54099}],"group":540,"skill":36522,"orbitIndex":33,"name":"Attack Area","orbit":4},"1514":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":29527}],"group":1179,"skill":1514,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"28963":{"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","skill":28963,"stats":["6% increased Attack Speed","20% Chance to build an additional Combo on Hit"],"recipe":["Guilt","Greed","Despair"],"connections":[{"orbit":0,"id":23105}],"group":1245,"orbitIndex":1,"isNotable":true,"name":"Chakra of Rhythm","orbit":2},"64405":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[],"group":247,"skill":64405,"orbitIndex":12,"name":"Totem Damage","orbit":3},"4139":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":89,"skill":4139,"orbitIndex":0,"name":"Life Mastery","orbit":0},"12208":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-7,"id":32813}],"group":1027,"skill":12208,"orbitIndex":3,"name":"Life Flasks","orbit":7},"22556":{"stats":["30% increased Evasion Rating while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":11257},{"orbit":7,"id":35028}],"group":603,"skill":22556,"orbitIndex":15,"name":"Evasion while Surrounded","orbit":3},"28839":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[],"group":337,"skill":28839,"orbitIndex":16,"name":"Cast Speed","orbit":2},"49088":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":49088,"stats":["Minions Break Armour equal to 3% of Physical damage dealt"],"recipe":["Envy","Paranoia","Guilt"],"connections":[{"orbit":7,"id":17394}],"group":755,"orbitIndex":0,"isNotable":true,"name":"Splintering Force","orbit":0},"20582":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":55329}],"group":1207,"skill":20582,"orbitIndex":21,"name":"Block","orbit":6},"15839":{"stats":["10% increased Duration of Ailments on Beasts"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":60085}],"group":740,"skill":15839,"orbitIndex":5,"name":"Ailment Duration","orbit":1},"18864":{"stats":["10% increased Magnitude of Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds","connections":[{"orbit":0,"id":2745}],"group":1132,"skill":18864,"orbitIndex":2,"name":"Ailment Magnitude","orbit":2},"2877":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds","id":36863,"name":"Unwilling Offering","stats":["Your Offerings can target Enemies in Culling range","Your Offerings affect you instead of your Minions","Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy"]}},"skill":2877,"isSwitchable":true,"stats":["4% increased Magnitude of Unholy Might Buffs you grant per 100 maximum Mana"],"ascendancyName":"Lich","connections":[],"group":999,"orbitIndex":104,"isNotable":true,"name":"Blackened Heart","orbit":9},"17468":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17468,"stats":["+5 to any Attribute"],"isAttribute":true,"group":375,"connections":[],"orbitIndex":48,"name":"Attribute","orbit":6},"42076":{"stats":["10% increased Energy Shield Recharge Rate","10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-7,"id":17706}],"group":734,"skill":42076,"orbitIndex":0,"name":"Energy Shield Recharge and Mana Flask Recovery","orbit":0},"56616":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":56616,"stats":["Regenerate 1.5% of maximum Life per second while on Low Life","40% increased Life Recovery from Flasks used when on Low Life"],"recipe":["Despair","Disgust","Ire"],"connections":[{"orbit":3,"id":13562},{"orbit":0,"id":41415}],"group":466,"orbitIndex":0,"isNotable":true,"name":"Desperate Times","orbit":2},"49340":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds","skill":49340,"orbitIndex":0,"stats":["Body Armour grants 20% increased Strength"],"ascendancyName":"Smith of Kitava","connections":[],"group":34,"applyToArmour":true,"isNotable":true,"name":"Support Straps","orbit":0},"41147":{"stats":["10% increased Armour","+10% of Armour also applies to Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":-6,"id":23797},{"orbit":0,"id":13279}],"group":479,"skill":41147,"orbitIndex":2,"name":"Armour and Applies to Lightning Damage","orbit":2},"25857":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":1215,"skill":25857,"orbitIndex":12,"name":"Flask Mastery","orbit":3},"47754":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":23455}],"group":893,"skill":47754,"orbitIndex":16,"name":"Cold Damage","orbit":7},"34552":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":379,"skill":34552,"orbitIndex":0,"name":"Minion Offence Mastery","orbit":0},"54099":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54099,"stats":["+5 to any Attribute"],"isAttribute":true,"group":561,"connections":[{"orbit":0,"id":8493},{"orbit":0,"id":2847},{"orbit":0,"id":55700}],"orbitIndex":0,"name":"Attribute","orbit":0},"52257":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":52257,"stats":["+10% to Lightning Resistance","+2% to Maximum Lightning Resistance if you have at least 5 Green Support Gems Socketed"],"recipe":["Paranoia","Isolation","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1218,"orbitIndex":0,"isNotable":true,"name":"Conductive Embrace","orbit":0},"62166":{"stats":["2% increased Attack Speed","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":19337}],"group":1005,"skill":62166,"orbitIndex":0,"name":"Accuracy and Attack Speed","orbit":2},"42604":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":330,"skill":42604,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"53975":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":33254}],"group":612,"skill":53975,"orbitIndex":8,"name":"Spell Damage","orbit":2},"59779":{"stats":["+10 to Armour","+8 to Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":50986},{"orbit":6,"id":42350},{"orbit":6,"id":97},{"orbit":5,"id":11311}],"group":619,"skill":59779,"orbitIndex":0,"name":"Armour and Evasion","orbit":0},"4271":{"stats":["Minions have +8% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds","connections":[{"orbit":0,"id":62887},{"orbit":-3,"id":33225},{"orbit":-7,"id":61768},{"orbit":-2,"id":63926}],"group":774,"skill":4271,"orbitIndex":8,"name":"Minion Resistances","orbit":2},"5163":{"stats":["10% increased Stun Buildup","10% increased Knockback Distance"],"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","connections":[{"orbit":0,"id":26726}],"group":1165,"skill":5163,"orbitIndex":15,"name":"Knockback and Stun Buildup","orbit":2},"15180":{"stats":["Skills Supported by Unleash have 10% increased Seal gain frequency"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":-2,"id":61444}],"group":362,"skill":15180,"orbitIndex":8,"name":"Unleash Seal Generation","orbit":2},"12465":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":30040}],"group":826,"skill":12465,"orbitIndex":14,"name":"Armour Break","orbit":7},"1869":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-4,"id":27095}],"group":919,"skill":1869,"orbitIndex":1,"name":"Freeze Buildup","orbit":2},"3843":{"stats":["Parry has 25% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":65265}],"group":1160,"skill":3843,"orbitIndex":11,"name":"Parry Stun Buildup","orbit":2},"37190":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":35855}],"group":736,"skill":37190,"orbitIndex":7,"name":"Life Leech","orbit":2},"6715":{"stats":["10% increased maximum Energy Shield","6% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":3,"id":116},{"orbit":0,"id":41372}],"group":722,"skill":6715,"orbitIndex":17,"name":"Energy Shield and Mana Regeneration","orbit":7},"45383":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":23930},{"orbit":0,"id":30662}],"group":202,"skill":45383,"orbitIndex":36,"name":"Lightning Damage","orbit":4},"59390":{"stats":["20% increased Evasion Rating if you've consumed a Frenzy Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":11472}],"group":1024,"skill":59390,"orbitIndex":16,"name":"Evasion if Consumed Frenzy Charge","orbit":2},"34817":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds","skill":34817,"stats":["1% increased maximum Darkness per 1% Chaos Resistance"],"ascendancyName":"Acolyte of Chayula","connections":[],"group":1331,"orbitIndex":64,"isNotable":true,"name":"Deepening Shadows","orbit":9},"52254":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":42290}],"group":697,"skill":52254,"orbitIndex":14,"name":"Curse Effect","orbit":7},"34553":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":34553,"stats":["Minions deal 30% increased Damage if you've Hit Recently"],"recipe":["Ire","Envy","Fear"],"connections":[{"orbit":0,"id":1220}],"group":545,"orbitIndex":20,"isNotable":true,"name":"Emboldening Lead","orbit":7},"6748":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","connections":[{"orbit":7,"id":48618},{"orbit":3,"id":62122}],"group":424,"skill":6748,"orbitIndex":8,"name":"Damage from Mana","orbit":7},"54228":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":64240}],"group":123,"skill":54228,"orbitIndex":22,"name":"Physical Damage","orbit":2},"9796":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-4,"id":62310}],"group":438,"skill":9796,"orbitIndex":18,"name":"Flammability Magnitude","orbit":2},"4948":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":296,"skill":4948,"orbitIndex":6,"name":"Armour Break","orbit":3},"20044":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":30736}],"group":1274,"skill":20044,"orbitIndex":7,"name":"Deflection","orbit":2},"16367":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[],"group":903,"skill":16367,"orbitIndex":0,"name":"Elemental Damage","orbit":0},"43396":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":43396,"stats":["25% increased Totem Placement speed","50% increased Totem Placement range"],"recipe":["Suffering","Paranoia","Ire"],"connections":[{"orbit":0,"id":40550}],"group":289,"orbitIndex":0,"isNotable":true,"name":"Ancestral Reach","orbit":0},"5295":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":5961}],"group":800,"skill":5295,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"11774":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds","skill":11774,"stats":["20% chance for Damage of Enemies Hitting you to be Unlucky","20% chance for Damage with Hits to be Lucky"],"recipe":["Disgust","Despair","Isolation"],"connections":[],"group":1110,"orbitIndex":0,"isNotable":true,"name":"The Spring Hare","orbit":0},"63610":{"stats":["10% increased Blind Effect"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-7,"id":38459}],"group":914,"skill":63610,"orbitIndex":0,"name":"Blind Effect","orbit":2},"20645":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":4,"id":64284}],"group":418,"skill":20645,"orbitIndex":14,"name":"Area Damage","orbit":3},"64543":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":64543,"stats":["40% increased Chill Duration on Enemies","40% increased Shock Duration","25% increased Magnitude of Chill you inflict","25% increased Magnitude of Shock you inflict"],"recipe":["Disgust","Envy","Guilt"],"connections":[],"group":1123,"orbitIndex":57,"isNotable":true,"name":"Unbound Forces","orbit":5},"36927":{"stats":["Mark Skills have 10% increased Use Speed"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":5,"id":44756}],"group":1155,"skill":36927,"orbitIndex":11,"name":"Mark Use Speed","orbit":2},"15374":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":15374,"stats":["15% increased Life Recovery rate"],"recipe":["Despair","Paranoia","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[{"orbit":0,"id":48035}],"group":447,"orbitIndex":0,"isNotable":true,"name":"Hale Heart","orbit":0},"54632":{"stats":["Minions have 8% increased maximum Life","Minions have +7% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":36507}],"group":564,"skill":54632,"orbitIndex":12,"name":"Minion Life and Chaos Resistance","orbit":2},"9928":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":9928,"stats":["+1% to Maximum Cold Resistance","+10% to Cold Resistance"],"recipe":["Fear","Fear","Guilt"],"connections":[{"orbit":0,"id":50403}],"group":1187,"orbitIndex":36,"isNotable":true,"name":"Embracing Frost","orbit":4},"36788":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":36788,"stats":["11% increased amount of Life Leeched","11% increased amount of Mana Leeched"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":25781}],"orbitIndex":8,"name":"Leech","orbit":6},"61768":{"stats":["Minions have +20% to Cold Resistance","Minions have +3% to Maximum Cold Resistances"],"icon":"Art/2DArt/SkillIcons/passives/ColdResistNode.dds","connections":[],"group":776,"skill":61768,"orbitIndex":0,"name":"Minion Cold Resistance","orbit":0},"39037":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":39037,"stats":["+5 to any Attribute"],"isAttribute":true,"group":667,"connections":[{"orbit":0,"id":11672}],"orbitIndex":0,"name":"Attribute","orbit":0},"11014":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTotem.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":247,"skill":11014,"orbitIndex":0,"name":"Totem Mastery","orbit":0},"64807":{"stats":["6% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":59945}],"group":169,"skill":64807,"orbitIndex":20,"name":"Attack Area Damage and Area","orbit":2},"31943":{"stats":["6% increased Cold Damage","8% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonCold.dds","connections":[{"orbit":0,"id":8382}],"group":593,"skill":31943,"orbitIndex":12,"name":"Cold Damage and Energy Shield Recharge Rate","orbit":3},"19249":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":19249,"stats":["25% increased Damage while you have a Totem","Spells Cast by Totems have 3% increased Cast Speed per Summoned Totem","Attacks used by Totems have 3% increased Attack Speed per Summoned Totem"],"recipe":["Fear","Disgust","Isolation"],"connections":[{"orbit":4,"id":33209},{"orbit":0,"id":40550}],"group":289,"orbitIndex":0,"isNotable":true,"name":"Supportive Ancestors","orbit":6},"50273":{"stats":["12% increased Attack Damage while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":47893},{"orbit":0,"id":63267},{"orbit":0,"id":3131}],"group":681,"skill":50273,"orbitIndex":0,"name":"Dual Wielding Damage","orbit":0},"53965":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":12337}],"group":857,"skill":53965,"orbitIndex":0,"name":"Lightning Penetration","orbit":0},"20909":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":2147483647,"id":44891}],"group":1224,"skill":20909,"orbitIndex":1,"name":"Cold Penetration","orbit":2},"3463":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":3463,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1032,"connections":[{"orbit":0,"id":4328},{"orbit":0,"id":26885},{"orbit":0,"id":28021}],"orbitIndex":0,"name":"Attribute","orbit":0},"46034":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":46034,"stats":["+5 to any Attribute"],"isAttribute":true,"group":862,"connections":[{"orbit":0,"id":41029},{"orbit":0,"id":10552}],"orbitIndex":0,"name":"Attribute","orbit":0},"55947":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":3,"id":46088}],"group":894,"skill":55947,"orbitIndex":1,"name":"Spell Critical Chance","orbit":2},"22290":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":-6,"id":48821},{"orbit":0,"id":36302}],"group":630,"skill":22290,"orbitIndex":12,"name":"Spell Critical Chance","orbit":3},"33887":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":33887,"stats":["25% increased Damage with Crossbows for each type of Ammunition fired in the past 10 seconds"],"recipe":["Ire","Isolation","Greed"],"connections":[{"orbit":0,"id":61432}],"group":760,"orbitIndex":7,"isNotable":true,"name":"Full Salvo","orbit":4},"35594":{"stats":["10% increased effect of Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":826,"skill":35594,"orbitIndex":8,"name":"Armour Break Effect","orbit":2},"40760":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":21779},{"orbit":0,"id":9185},{"orbit":0,"id":47177}],"group":766,"skill":40760,"orbitIndex":1,"name":"Critical Chance","orbit":2},"28573":{"stats":["Minions Revive 5% faster"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[],"group":778,"skill":28573,"orbitIndex":6,"name":"Minion Revive Speed","orbit":7},"14777":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":14777,"stats":["Empowered Attacks have 50% increased Stun Buildup","100% increased Stun Threshold during Empowered Attacks"],"recipe":["Suffering","Guilt","Despair"],"connections":[{"orbit":4,"id":59466},{"orbit":0,"id":20015}],"group":308,"orbitIndex":20,"isNotable":true,"name":"Bravado","orbit":2},"59909":{"stats":["5% chance to not destroy Corpses when Consuming Corpses"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":4,"id":30539}],"group":896,"skill":59909,"orbitIndex":22,"name":"Corpses","orbit":7},"59785":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59785,"stats":["+5 to any Attribute"],"isAttribute":true,"group":77,"connections":[{"orbit":0,"id":27296},{"orbit":0,"id":1200},{"orbit":0,"id":33452},{"orbit":0,"id":8852}],"orbitIndex":0,"name":"Attribute","orbit":0},"10192":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","options":{"Witch":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Minion Damage","id":61436}},"skill":10192,"stats":["10% increased Elemental Damage"],"isSwitchable":true,"group":599,"connections":[{"orbit":0,"id":3823}],"orbitIndex":0,"name":"Elemental Damage","orbit":3},"53698":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":20916},{"orbit":0,"id":59355}],"group":994,"skill":53698,"orbitIndex":22,"name":"Attack Damage","orbit":7},"59256":{"stats":["20% increased Critical Hit Chance if you have Killed Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":8531}],"group":441,"skill":59256,"orbitIndex":7,"name":"Critical Chance","orbit":2},"13823":{"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","skill":13823,"stats":["25% increased Critical Hit Chance for Spells","Hits have 25% reduced Critical Hit Chance against you"],"recipe":["Envy","Fear","Isolation"],"connections":[{"orbit":0,"id":63861},{"orbit":0,"id":32054}],"group":894,"orbitIndex":13,"isNotable":true,"name":"Controlling Magic","orbit":3},"60173":{"stats":["12% increased Accuracy Rating with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":2,"id":4238}],"group":1023,"skill":60173,"orbitIndex":21,"name":"One Handed Accuracy","orbit":7},"24338":{"stats":["12% increased Damage with Hits against Enemies affected by Elemental Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":0,"id":48581}],"group":522,"skill":24338,"orbitIndex":70,"name":"Damage against Ailments","orbit":5},"24807":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds","skill":24807,"stats":["50% more Armour from Equipped Body Armour"],"ascendancyName":"Titan","connections":[],"group":46,"orbitIndex":0,"isNotable":true,"name":"Stone Skin","orbit":0},"21627":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":19796}],"group":602,"skill":21627,"orbitIndex":12,"name":"Bleeding Damage","orbit":2},"29432":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":4061}],"group":514,"skill":29432,"orbitIndex":48,"name":"Energy Shield","orbit":4},"16938":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":3,"id":8789}],"group":871,"skill":16938,"orbitIndex":18,"name":"Damage and Companion Damage","orbit":7},"42205":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":261,"skill":42205,"orbitIndex":0,"name":"Elemental Mastery","orbit":0},"9393":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":811,"skill":9393,"orbitIndex":8,"name":"Flask Mastery","orbit":1},"60313":{"icon":"Art/2DArt/SkillIcons/passives/MasteryChaos.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":564,"skill":60313,"orbitIndex":0,"name":"Chaos Mastery","orbit":0},"59644":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-7,"id":42959}],"group":1100,"skill":59644,"orbitIndex":15,"name":"Poison Damage","orbit":7},"47759":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds","skill":47759,"isKeystone":true,"stats":["You can apply an additional Curse","Double Activation Delay of Curses"],"group":723,"connections":[{"orbit":2147483647,"id":62677}],"orbitIndex":0,"name":"Whispers of Doom","orbit":0},"6529":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":-3,"id":32416}],"group":470,"skill":6529,"orbitIndex":0,"name":"Armour","orbit":2},"33221":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[{"orbit":0,"id":26331},{"orbit":0,"id":19722},{"orbit":0,"id":4959}],"group":1071,"skill":33221,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"44455":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":41669},{"orbit":0,"id":60515}],"group":635,"skill":44455,"orbitIndex":0,"name":"Cold Damage","orbit":0},"45244":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":45244,"stats":["Life Flasks gain 0.15 charges per Second"],"recipe":["Greed","Ire","Isolation"],"connections":[{"orbit":0,"id":23343},{"orbit":0,"id":41016}],"group":975,"orbitIndex":16,"isNotable":true,"name":"Refills","orbit":2},"17268":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":17268,"stats":["15% increased Magnitude of Shock you inflict"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":3,"id":7621}],"orbitIndex":13,"name":"Shock Effect","orbit":6},"56216":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":56216,"stats":["+5 to any Attribute"],"isAttribute":true,"group":666,"connections":[{"orbit":0,"id":9485}],"orbitIndex":0,"name":"Attribute","orbit":0},"35859":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[],"group":736,"skill":35859,"orbitIndex":0,"name":"Leech Mastery","orbit":0},"47354":{"stats":["3% increased Melee Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":36478}],"group":318,"skill":47354,"orbitIndex":4,"name":"Melee Attack Speed","orbit":3},"23939":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":23939,"stats":["3% of Damage Taken Recouped as Life, Mana and Energy Shield"],"recipe":["Isolation","Fear","Fear"],"connections":[{"orbit":0,"id":857}],"group":481,"orbitIndex":12,"isNotable":true,"name":"Glazed Flesh","orbit":7},"3688":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":3688,"stats":["40% increased Damage if you've Triggered a Skill Recently","Meta Skills gain 15% increased Energy"],"recipe":["Isolation","Greed","Ire"],"connections":[{"orbit":-7,"id":47614},{"orbit":0,"id":32509}],"group":920,"orbitIndex":4,"isNotable":true,"name":"Dynamism","orbit":7},"7392":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":10571}],"group":369,"skill":7392,"orbitIndex":19,"name":"Stun Threshold","orbit":3},"3339":{"stats":["25% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":45585}],"group":360,"skill":3339,"orbitIndex":19,"name":"Attack Damage while Surrounded","orbit":3},"52245":{"icon":"Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds","skill":52245,"stats":["+10% to Chaos Resistance","Gain 5% of Damage as Extra Chaos Damage","50% reduced effect of Withered on you"],"recipe":["Paranoia","Suffering","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":1230,"orbitIndex":0,"isNotable":true,"name":"Distant Dreamer","orbit":0},"17532":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":61934}],"group":451,"skill":17532,"orbitIndex":20,"name":"Stun Threshold","orbit":2},"44983":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":3685}],"group":535,"skill":44983,"orbitIndex":22,"name":"All Attributes","orbit":2},"28564":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":8460}],"group":126,"skill":28564,"orbitIndex":8,"name":"Warcry Speed","orbit":2},"46705":{"stats":["15% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":12822}],"group":886,"skill":46705,"orbitIndex":6,"name":"Projectile Damage if Melee Hit","orbit":2},"48551":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":48551,"stats":["12% increased Critical Hit Chance for Spells"],"ascendancyName":"Blood Mage","group":750,"connections":[{"orbit":9,"id":52703}],"orbitIndex":0,"name":"Spell Critical Chance","orbit":0},"3242":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-4,"id":59636}],"group":631,"skill":3242,"orbitIndex":16,"name":"Mana Regeneration","orbit":2},"27705":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":27705,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1254,"connections":[{"orbit":0,"id":48773},{"orbit":0,"id":2582},{"orbit":0,"id":65212},{"orbit":0,"id":39495}],"orbitIndex":0,"name":"Attribute","orbit":0},"61493":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":61493,"stats":["+5 to all Attributes","Gain additional Ailment Threshold equal to 16% of maximum Energy Shield","Gain additional Stun Threshold equal to 16% of maximum Energy Shield"],"recipe":["Paranoia","Envy","Despair"],"connections":[{"orbit":0,"id":18240}],"group":277,"orbitIndex":19,"isNotable":true,"name":"Austerity Measures","orbit":3},"38776":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":57816}],"group":610,"skill":38776,"orbitIndex":16,"name":"Dexterity","orbit":7},"50535":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonCold.dds","connections":[{"orbit":-2,"id":10612}],"group":593,"skill":50535,"orbitIndex":6,"name":"Archon Effect","orbit":2},"22419":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":22419,"stats":["+5 to any Attribute"],"isAttribute":true,"group":601,"connections":[{"orbit":0,"id":18407},{"orbit":0,"id":4739}],"orbitIndex":0,"name":"Attribute","orbit":0},"39567":{"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","skill":39567,"stats":["+25 to Intelligence"],"recipe":["Ire","Isolation","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[{"orbit":0,"id":53188}],"group":836,"orbitIndex":0,"isNotable":true,"name":"Ingenuity","orbit":5},"41415":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":466,"skill":41415,"orbitIndex":0,"name":"Life Mastery","orbit":0},"46300":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":63021},{"orbit":0,"id":52774}],"group":571,"skill":46300,"orbitIndex":14,"name":"Flammability Magnitude","orbit":2},"31273":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":17372}],"group":1190,"skill":31273,"orbitIndex":4,"name":"Melee Damage","orbit":2},"49996":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49996,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1148,"connections":[{"orbit":0,"id":32183},{"orbit":-4,"id":38215},{"orbit":3,"id":5163},{"orbit":0,"id":33463}],"orbitIndex":0,"name":"Attribute","orbit":0},"1778":{"stats":["20% increased Hazard Duration"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":30408},{"orbit":0,"id":17523}],"group":1242,"skill":1778,"orbitIndex":12,"name":"Hazard Duration","orbit":7},"10681":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":10681,"stats":["+4% to maximum Block chance"],"recipe":["Disgust","Fear","Isolation"],"connections":[{"orbit":5,"id":27581},{"orbit":0,"id":58138}],"group":74,"orbitIndex":0,"isNotable":true,"name":"Defensive Stance","orbit":4},"28638":{"icon":"Art/2DArt/SkillIcons/passives/StaffMasterySymbol.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStaffPattern","connections":[{"orbit":0,"id":37514},{"orbit":0,"id":2113}],"group":1265,"skill":28638,"orbitIndex":0,"name":"Quarterstaff Mastery","orbit":0},"8734":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":52743}],"group":1185,"skill":8734,"orbitIndex":14,"name":"Energy Shield Recharge","orbit":2},"56605":{"icon":"Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds","skill":56605,"isKeystone":true,"stats":["Dodge Roll cannot Avoid Damage","Take 30% less Damage from Hits while Dodge Rolling"],"group":386,"connections":[],"orbitIndex":0,"name":"Bulwark","orbit":0},"63739":{"icon":"Art/2DArt/SkillIcons/passives/RemnantNotable.dds","skill":63739,"stats":["Recover 3% of Maximum Life when you collect a Remnant"],"recipe":["Envy","Despair","Guilt"],"connections":[{"orbit":0,"id":37593}],"group":688,"orbitIndex":13,"isNotable":true,"name":"Vigorous Remnants","orbit":7},"17994":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":22565}],"group":660,"skill":17994,"orbitIndex":5,"name":"Deflection","orbit":2},"1200":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":1200,"stats":["+5 to any Attribute"],"isAttribute":true,"group":67,"connections":[{"orbit":-5,"id":53822},{"orbit":0,"id":55190},{"orbit":0,"id":62313}],"orbitIndex":36,"name":"Attribute","orbit":4},"17672":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17672,"stats":["+5 to any Attribute"],"isAttribute":true,"group":753,"connections":[{"orbit":0,"id":38732}],"orbitIndex":0,"name":"Attribute","orbit":0},"27581":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":50510}],"group":74,"skill":27581,"orbitIndex":12,"name":"Shield Block","orbit":4},"61104":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":61104,"stats":["50% chance to Knock Back Bleeding Enemies with Hits"],"recipe":["Paranoia","Greed","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":900,"orbitIndex":0,"isNotable":true,"name":"Staggering Wounds","orbit":0},"34541":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":34541,"stats":["30% increased Energy Shield Recharge Rate","5% increased Deflection Rating"],"recipe":["Paranoia","Greed","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":0,"id":63762}],"group":1185,"orbitIndex":3,"isNotable":true,"name":"Energising Deflection","orbit":1},"61897":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":61897,"stats":["15% increased Armour and Evasion Rating"],"ascendancyName":"Witchhunter","group":207,"connections":[{"orbit":8,"id":38601}],"orbitIndex":32,"name":"Armour and Evasion","orbit":8},"58329":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":58329,"stats":["+5 to any Attribute"],"isAttribute":true,"group":787,"connections":[{"orbit":0,"id":56360},{"orbit":0,"id":61196},{"orbit":0,"id":56638}],"orbitIndex":18,"name":"Attribute","orbit":6},"32660":{"stats":["20% increased Critical Hit Chance if you have Killed Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[],"group":441,"skill":32660,"orbitIndex":21,"name":"Critical Chance","orbit":2},"53177":{"stats":["50% chance to gain Volatility when you are Stunned"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":2147483647,"id":43944}],"group":1098,"skill":53177,"orbitIndex":3,"name":"Volatility when Stunned","orbit":2},"41538":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":3,"id":9112},{"orbit":0,"id":30047}],"group":911,"skill":41538,"orbitIndex":18,"name":"Ailment Threshold","orbit":3},"4931":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":4931,"stats":["25% increased Energy Shield Recharge Rate","25% faster start of Energy Shield Recharge"],"recipe":["Ire","Fear","Envy"],"connections":[{"orbit":0,"id":21404},{"orbit":0,"id":27307}],"group":388,"orbitIndex":0,"isNotable":true,"name":"Dependable Ward","orbit":2},"21438":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":1019}],"group":759,"skill":21438,"orbitIndex":7,"name":"Armour and Evasion","orbit":7},"10053":{"icon":"Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds","skill":10053,"stats":["10% chance for Flasks you use to not consume Charges","20% increased Life and Mana Recovery from Flasks"],"connections":[{"orbit":0,"id":19470},{"orbit":0,"id":9458}],"group":806,"orbitIndex":20,"isNotable":true,"name":"Combat Alchemy","orbit":2},"20511":{"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","skill":20511,"stats":["Empowered Attacks Gain 15% of Physical Damage as Extra Fire damage"],"recipe":["Despair","Suffering","Paranoia"],"connections":[{"orbit":-7,"id":53804},{"orbit":0,"id":49259}],"group":130,"orbitIndex":14,"isNotable":true,"name":"Cremating Cries","orbit":3},"51052":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51052,"stats":["+5 to any Attribute"],"isAttribute":true,"group":375,"connections":[{"orbit":0,"id":22558}],"orbitIndex":60,"name":"Attribute","orbit":6},"29695":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","options":{"Witch":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","name":"Mana Regeneration","id":31204}},"skill":29695,"stats":["15% faster start of Energy Shield Recharge"],"isSwitchable":true,"group":661,"connections":[],"orbitIndex":7,"name":"Energy Shield Delay","orbit":2},"12761":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[],"group":939,"skill":12761,"orbitIndex":4,"name":"Evasion and Energy Shield","orbit":2},"45370":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds","skill":45370,"stats":["Hits against you have 30% reduced Critical Damage Bonus","15% reduced Duration of Ailments on You","+10 to Strength"],"recipe":["Suffering","Ire","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[],"group":1057,"orbitIndex":16,"isNotable":true,"name":"The Raging Ox","orbit":2},"29959":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":3,"id":6891},{"orbit":-3,"id":60362}],"group":1251,"skill":29959,"orbitIndex":14,"name":"Critical Damage","orbit":2},"61632":{"stats":["5% chance to Daze on Hit","20% increased Freeze Buildup with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":34316}],"group":1263,"skill":61632,"orbitIndex":2,"name":"Quarterstaff Freeze and Daze Buildup","orbit":5},"56214":{"stats":["8% increased Ignite Duration on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":30334}],"group":92,"skill":56214,"orbitIndex":6,"name":"Ignite Duration","orbit":3},"28175":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28175,"stats":["+5 to any Attribute"],"isAttribute":true,"group":380,"connections":[{"orbit":0,"id":64471},{"orbit":0,"id":21716},{"orbit":0,"id":48026}],"orbitIndex":0,"name":"Attribute","orbit":0},"60170":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":1068,"skill":60170,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"42999":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":3,"id":4925}],"group":767,"skill":42999,"orbitIndex":10,"name":"Chaos Damage","orbit":3},"23940":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","skill":23940,"stats":["Increases and Reductions to Armour also apply to Energy Shield","Recharge Rate at 40% of their value"],"recipe":["Isolation","Envy","Ire"],"connections":[{"orbit":3,"id":14342},{"orbit":0,"id":58138}],"group":74,"orbitIndex":20,"isNotable":true,"name":"Adamant Recovery","orbit":7},"11938":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":39964}],"group":764,"skill":11938,"orbitIndex":0,"name":"Mana Regeneration","orbit":0},"49466":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":30871}],"group":1028,"skill":49466,"orbitIndex":12,"name":"Life Flasks","orbit":7},"45774":{"stats":["Debuffs you inflict have 5% increased Slow Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":3,"id":54975}],"group":1038,"skill":45774,"orbitIndex":71,"name":"Slow Effect","orbit":4},"33751":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":7,"id":12451}],"group":915,"skill":33751,"orbitIndex":18,"name":"Cooldown Recovery Rate","orbit":7},"44316":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":237,"skill":44316,"orbitIndex":6,"name":"Life Mastery","orbit":1},"37971":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern","connections":[],"group":1286,"skill":37971,"orbitIndex":0,"name":"Companion Mastery","orbit":0},"7788":{"stats":["8% increased Knockback Distance"],"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","connections":[{"orbit":5,"id":57805}],"group":643,"skill":7788,"orbitIndex":4,"name":"Knockback","orbit":7},"7338":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":7338,"stats":["20% increased Stun Recovery","Gain additional Stun Threshold equal to 30% of maximum Energy Shield"],"recipe":["Paranoia","Despair","Fear"],"connections":[{"orbit":0,"id":52060}],"group":1087,"orbitIndex":23,"isNotable":true,"name":"Abasement","orbit":7},"12800":{"stats":["25% increased Evasion Rating while Sprinting"],"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","connections":[{"orbit":0,"id":8896}],"group":1176,"skill":12800,"orbitIndex":0,"name":"Evasion while Sprinting","orbit":0},"36389":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":-3,"id":53989}],"group":305,"skill":36389,"orbitIndex":0,"name":"Rage on Hit","orbit":0},"34015":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":34015,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1222,"connections":[{"orbit":0,"id":22927}],"orbitIndex":0,"name":"Attribute","orbit":0},"11178":{"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","skill":11178,"stats":["50% chance to gain Onslaught on Killing Blow with Axes"],"connections":[{"orbit":0,"id":24224}],"group":109,"orbitIndex":19,"isNotable":true,"name":"Whirling Onslaught","orbit":3},"38235":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":451,"skill":38235,"orbitIndex":0,"name":"Life Mastery","orbit":0},"39569":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":35901},{"orbit":-4,"id":3458},{"orbit":3,"id":7353}],"group":1010,"skill":39569,"orbitIndex":2,"name":"Critical Damage","orbit":7},"229":{"stats":["Minions have 6% increased maximum Life","Minions deal 6% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":46365}],"group":506,"skill":229,"orbitIndex":6,"name":"Minion Damage and Life","orbit":2},"5988":{"stats":["15% increased Damage with Hits against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":7,"id":38459}],"group":914,"skill":5988,"orbitIndex":8,"name":"Damage vs Blinded","orbit":2},"55412":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":22538},{"orbit":-4,"id":17796}],"group":480,"skill":55412,"orbitIndex":15,"name":"Slow Effect on You","orbit":3},"74":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":74,"stats":[],"ascendancyName":"Acolyte of Chayula","isAscendancyStart":true,"group":1331,"connections":[{"orbit":0,"id":17923},{"orbit":-9,"id":24475},{"orbit":0,"id":36788},{"orbit":0,"id":25779},{"orbit":-8,"id":1347},{"orbit":0,"id":25885}],"orbitIndex":24,"name":"Acolyte of Chayula","orbit":9},"38111":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":38111,"stats":["6% of Damage taken Recouped as Life","25% increased speed of Recoup Effects"],"recipe":["Greed","Disgust","Isolation"],"connections":[{"orbit":0,"id":32241}],"group":1035,"orbitIndex":0,"isNotable":true,"name":"Pliable Flesh","orbit":2},"32271":{"stats":["15% increased Magnitude of Ignite you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-2,"id":54311}],"group":273,"skill":32271,"orbitIndex":15,"name":"Critical Ignite Magnitude","orbit":7},"13855":{"stats":["+10 to Armour","+5 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":50626},{"orbit":0,"id":64370}],"group":559,"skill":13855,"orbitIndex":0,"name":"Armour and Energy Shield","orbit":0},"3215":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":3215,"stats":["40% increased maximum Energy Shield","10% reduced maximum Mana"],"recipe":["Guilt","Envy","Suffering"],"connections":[{"orbit":0,"id":44359}],"group":722,"orbitIndex":9,"isNotable":true,"name":"Melding","orbit":7},"42998":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":2,"id":40333}],"group":1108,"skill":42998,"orbitIndex":9,"name":"Damage and Companion Damage","orbit":2},"59913":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds","skill":59913,"stats":["Grants Skill: Called Shots"],"ascendancyName":"Deadeye","connections":[],"group":1300,"orbitIndex":0,"isNotable":true,"name":"Called Shots","orbit":0},"24871":{"stats":["3% increased Attack Speed with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":10602}],"group":311,"skill":24871,"orbitIndex":4,"name":"Attack Speed","orbit":4},"13157":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":3,"id":30392}],"group":975,"skill":13157,"orbitIndex":1,"name":"Life Flasks","orbit":3},"41012":{"stats":["6% increased Fire Damage","10% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-6,"id":11392}],"group":105,"skill":41012,"orbitIndex":0,"name":"Fire Damage and Armour ","orbit":0},"38763":{"stats":["6% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":0,"id":27859}],"group":710,"skill":38763,"orbitIndex":16,"name":"Herald Reservation","orbit":7},"47359":{"stats":["Triggered Spells deal 16% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-7,"id":14231}],"group":1052,"skill":47359,"orbitIndex":17,"name":"Triggered Spell Damage","orbit":7},"34543":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds","skill":34543,"stats":["30% increased Damage if you've consumed a Frenzy Charge Recently","10% increased Skill Speed if you've consumed a Frenzy Charge Recently","+10 to Strength"],"recipe":["Envy","Guilt","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":1000,"orbitIndex":0,"isNotable":true,"name":"The Frenzied Bear","orbit":0},"44179":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":670,"skill":44179,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"55149":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":55149,"stats":["Gain 11% of Damage as Extra Chaos Damage"],"recipe":["Envy","Isolation","Guilt"],"connections":[],"group":1101,"orbitIndex":0,"isNotable":true,"name":"Pure Chaos","orbit":0},"58591":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds","skill":58591,"stats":["20% less Attributes","Inherent bonuses gained from Attributes are doubled"],"ascendancyName":"Gemling Legionnaire","connections":[],"group":439,"orbitIndex":0,"isNotable":true,"name":"Enhanced Effectiveness","orbit":0},"16680":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":48137}],"group":760,"skill":16680,"orbitIndex":15,"name":"Crossbow Reload Speed","orbit":4},"17999":{"stats":["8% increased Warcry Speed","6% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":51561},{"orbit":0,"id":42026},{"orbit":0,"id":63979}],"group":225,"skill":17999,"orbitIndex":4,"name":"Warcry Cooldown and Speed","orbit":7},"48552":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48552,"stats":["+5 to any Attribute"],"isAttribute":true,"group":339,"connections":[{"orbit":0,"id":43036},{"orbit":0,"id":7960},{"orbit":0,"id":23825}],"orbitIndex":0,"name":"Attribute","orbit":0},"47623":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":38570}],"group":502,"skill":47623,"orbitIndex":14,"name":"Grenade Damage","orbit":2},"62159":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":-7,"id":59603}],"group":783,"skill":62159,"orbitIndex":8,"name":"Life Recoup","orbit":2},"65322":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":54818},{"orbit":0,"id":13425},{"orbit":0,"id":47709},{"orbit":0,"id":58718}],"group":567,"skill":65322,"orbitIndex":0,"name":"Bleeding Chance","orbit":0},"61490":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61490,"stats":["+5 to any Attribute"],"isAttribute":true,"group":325,"connections":[{"orbit":-8,"id":47429},{"orbit":0,"id":64995},{"orbit":0,"id":8600}],"orbitIndex":0,"name":"Attribute","orbit":0},"58855":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":170,"skill":58855,"orbitIndex":0,"name":"Armour Mastery","orbit":0},"4716":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":4716,"stats":["60% increased Evasion Rating if you have Hit an Enemy Recently"],"recipe":["Guilt","Greed","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":534,"orbitIndex":18,"isNotable":true,"name":"Afterimage","orbit":3},"37972":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":37972,"stats":["15% increased Charm Charges gained"],"ascendancyName":"Ritualist","group":1362,"connections":[{"orbit":-4,"id":4891},{"orbit":5,"id":18280}],"orbitIndex":0,"name":"Charm Charges","orbit":0},"20105":{"stats":["10% increased Accuracy Rating with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":13895}],"group":1232,"skill":20105,"orbitIndex":0,"name":"Spear Accuracy","orbit":0},"10286":{"stats":["10% increased Armour","Break 15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":-4,"id":38066}],"group":140,"skill":10286,"orbitIndex":8,"name":"Armour Break and Armour","orbit":7},"44707":{"stats":["Attack Skills deal 10% increased Damage while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":54785},{"orbit":0,"id":7628}],"group":563,"skill":44707,"orbitIndex":0,"name":"Shield Damage","orbit":0},"43650":{"stats":["8% increased Critical Damage Bonus","5% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":21070},{"orbit":0,"id":53386}],"group":157,"skill":43650,"orbitIndex":11,"name":"Critical Chance and Damage","orbit":1},"36778":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":36479}],"group":817,"skill":36778,"orbitIndex":58,"name":"Shock Chance","orbit":4},"33225":{"stats":["Minions have +3% to Maximum Fire Resistances","Minions have +20% to Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireResistNode.dds","connections":[],"group":765,"skill":33225,"orbitIndex":0,"name":"Minion Fire Resistance","orbit":0},"27307":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":388,"skill":27307,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"45248":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":45248,"stats":["+2% to Quality of all Skills"],"ascendancyName":"Gemling Legionnaire","group":320,"connections":[{"orbit":2147483647,"id":14429}],"orbitIndex":0,"name":"Skill Gem Quality","orbit":0},"8440":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-7,"id":45013}],"group":732,"skill":8440,"orbitIndex":7,"name":"Damage against Enemies on Low Life","orbit":1},"30346":{"stats":["+10 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":44871},{"orbit":-5,"id":29695},{"orbit":6,"id":34006}],"group":661,"skill":30346,"orbitIndex":13,"name":"Energy Shield","orbit":7},"35863":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":51732}],"group":343,"skill":35863,"orbitIndex":20,"name":"Attack Speed","orbit":2},"5802":{"icon":"Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds","skill":5802,"stats":["Projectiles have 40% increased Critical Damage Bonus against Enemies within 2m","Projectiles deal 25% increased Damage with Hits against Enemies within 2m"],"recipe":["Disgust","Greed","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":1125,"orbitIndex":0,"isNotable":true,"name":"Stand and Deliver","orbit":0},"65189":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":33502}],"group":139,"skill":65189,"orbitIndex":0,"name":"Shapeshifting","orbit":5},"56996":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":9568}],"group":96,"skill":56996,"orbitIndex":3,"name":"Totem Life","orbit":4},"52373":{"stats":["+2 to Maximum Rage"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":-2,"id":37276},{"orbit":7,"id":56342}],"group":290,"skill":52373,"orbitIndex":20,"name":"Maximum Rage","orbit":2},"39431":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[],"group":587,"skill":39431,"orbitIndex":0,"name":"Crossbow Mastery","orbit":0},"5740":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":40687}],"group":888,"skill":5740,"orbitIndex":6,"name":"Presence Area","orbit":2},"21164":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":21164,"stats":["Minions gain 15% of their maximum Life as Extra maximum Energy Shield"],"recipe":["Isolation","Greed","Fear"],"connections":[{"orbit":0,"id":62670}],"group":101,"orbitIndex":10,"isNotable":true,"name":"Fleshcrafting","orbit":7},"47097":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds","skill":47097,"stats":["Warcries Explode Corpses dealing 25% of their Life as Physical Damage","Ignore Warcry Cooldowns"],"ascendancyName":"Warbringer","connections":[],"group":37,"orbitIndex":0,"isNotable":true,"name":"Warcaller's Bellow","orbit":0},"59647":{"stats":["Companions have 12% increased maximum Life","10% increased Defences while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":3,"id":8791}],"group":913,"skill":59647,"orbitIndex":10,"name":"Defences and Companion Life","orbit":7},"19644":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":19644,"stats":["Minions have 20% additional Physical Damage Reduction","Minions have +23% to Chaos Resistance"],"recipe":["Isolation","Suffering","Envy"],"connections":[{"orbit":0,"id":14505}],"group":378,"orbitIndex":29,"isNotable":true,"name":"Left Hand of Darkness","orbit":4},"45111":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":14446}],"group":1085,"skill":45111,"orbitIndex":2,"name":"Curse Duration","orbit":7},"3091":{"stats":["Skills have 5% chance to not remove Elemental Infusions but still count as consuming them"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":24087}],"group":591,"skill":3091,"orbitIndex":8,"name":"Infusion Consumption Chance","orbit":2},"18585":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":18585,"stats":["20% increased Armour"],"ascendancyName":"Warbringer","group":22,"connections":[{"orbit":0,"id":6127}],"orbitIndex":0,"name":"Armour","orbit":0},"25927":{"stats":["Minions deal 20% increased Damage with Command Skills"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-2,"id":32847}],"group":190,"skill":25927,"orbitIndex":0,"name":"Command Skill Damage","orbit":0},"42736":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42736,"stats":["+5 to any Attribute"],"isAttribute":true,"group":726,"connections":[{"orbit":-3,"id":60685}],"orbitIndex":0,"name":"Attribute","orbit":0},"43653":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":26518},{"orbit":0,"id":48171}],"group":176,"skill":43653,"orbitIndex":9,"name":"Cold Damage","orbit":4},"63074":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":63074,"stats":["+1 to Level of all Chaos Skills"],"recipe":["Despair","Isolation","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":767,"orbitIndex":2,"isNotable":true,"name":"Dark Entries","orbit":1},"331":{"stats":["8% increased Evasion Rating","Gain Deflection Rating equal to 3% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":2,"id":42103}],"group":1079,"skill":331,"orbitIndex":3,"name":"Deflection and Evasion","orbit":2},"22359":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-2,"id":60692}],"group":903,"skill":22359,"orbitIndex":36,"name":"Elemental Damage","orbit":4},"54883":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-2,"id":34473}],"group":1089,"skill":54883,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"52106":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":44005},{"orbit":0,"id":10295}],"group":233,"skill":52106,"orbitIndex":37,"name":"Cast Speed","orbit":6},"12498":{"stats":["6% increased bonuses gained from Equipped Quiver"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[{"orbit":0,"id":30341}],"group":981,"skill":12498,"orbitIndex":0,"name":"Quiver Effect","orbit":0},"6842":{"stats":["15% increased Stun Buildup","15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","connections":[{"orbit":3,"id":18472}],"group":1093,"skill":6842,"orbitIndex":9,"name":"Stun and Freeze Buildup","orbit":3},"39292":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":39292,"stats":["20% increased Evasion Rating"],"ascendancyName":"Pathfinder","group":1326,"connections":[{"orbit":0,"id":40}],"orbitIndex":0,"name":"Evasion","orbit":0},"13359":{"stats":["5% increased Cold Damage","8% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonCold.dds","connections":[{"orbit":0,"id":59362},{"orbit":0,"id":31943}],"group":593,"skill":13359,"orbitIndex":9,"name":"Cold Damage and Energy Shield Recharge Rate","orbit":3},"18849":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds","skill":18849,"stats":["All Damage from Hits Contributes to Chill Magnitude"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":2,"isNotable":true,"name":"Shaper of Winter","orbit":5},"5009":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":5009,"stats":["10% chance to Daze on Hit","25% increased Daze Duration"],"recipe":["Ire","Guilt","Paranoia"],"connections":[{"orbit":0,"id":12169}],"group":1061,"orbitIndex":0,"isNotable":true,"name":"Seeing Stars","orbit":0},"56997":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":56997,"stats":["Hits that Heavy Stun Enemies have Culling Strike"],"recipe":["Ire","Envy","Despair"],"connections":[{"orbit":-5,"id":23861},{"orbit":0,"id":56595}],"group":347,"orbitIndex":6,"isNotable":true,"name":"Heavy Contact","orbit":4},"55938":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":7,"id":41394}],"group":932,"skill":55938,"orbitIndex":9,"name":"Archon Effect","orbit":3},"36252":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":36252,"stats":[],"ascendancyName":"Tactician","isAscendancyStart":true,"group":276,"connections":[{"orbit":0,"id":46522},{"orbit":0,"id":762},{"orbit":0,"id":12054},{"orbit":0,"id":29162},{"orbit":0,"id":54892}],"orbitIndex":36,"name":"Tactician","orbit":6},"12661":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":12661,"stats":["Stun Threshold is based on 30% of your Energy Shield instead of Life"],"recipe":["Isolation","Ire","Guilt"],"connections":[{"orbit":0,"id":34984}],"group":824,"orbitIndex":16,"isNotable":true,"name":"Asceticism","orbit":7},"32534":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":32534,"stats":[],"ascendancyName":"Titan","isAscendancyStart":true,"group":49,"connections":[{"orbit":0,"id":35453},{"orbit":0,"id":19424},{"orbit":0,"id":13715},{"orbit":0,"id":51690},{"orbit":0,"id":29323}],"orbitIndex":96,"name":"Titan","orbit":9},"62677":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":62677,"stats":["+5 to any Attribute"],"isAttribute":true,"group":711,"connections":[],"orbitIndex":0,"name":"Attribute","orbit":0},"3762":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds","skill":3762,"stats":["Every second Slam Skill you use yourself is Ancestrally Boosted"],"ascendancyName":"Titan","connections":[],"group":49,"orbitIndex":125,"isNotable":true,"name":"Ancestral Empowerment","orbit":9},"21568":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21568,"stats":["+5 to any Attribute"],"isAttribute":true,"group":220,"connections":[{"orbit":0,"id":26196}],"orbitIndex":0,"name":"Attribute","orbit":0},"32600":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":6304},{"orbit":-7,"id":20303}],"group":295,"skill":32600,"orbitIndex":12,"name":"Life Regeneration","orbit":2},"49473":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":61104}],"group":892,"skill":49473,"orbitIndex":0,"name":"Incision Chance","orbit":0},"64659":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":64659,"stats":["20% reduced Slowing Potency of Debuffs on You","Buffs on you expire 10% slower"],"recipe":["Isolation","Fear","Greed"],"connections":[{"orbit":0,"id":3355}],"group":480,"orbitIndex":21,"isNotable":true,"name":"Lasting Boons","orbit":3},"65328":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","connections":[{"orbit":0,"id":48565}],"group":60,"skill":65328,"orbitIndex":11,"name":"Sentinels","orbit":2},"8867":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds","skill":8867,"stats":["You have Arcane Surge"],"ascendancyName":"Stormweaver","connections":[{"orbit":0,"id":7246}],"group":408,"orbitIndex":60,"isNotable":true,"name":"Constant Gale","orbit":8},"14383":{"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","skill":14383,"stats":["30% increased amount of Mana Leeched","Unaffected by Chill while Leeching Mana"],"recipe":["Fear","Despair","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[{"orbit":0,"id":46601}],"group":1046,"orbitIndex":0,"isNotable":true,"name":"Suffusion","orbit":0},"6330":{"stats":["8% increased Attack Damage","8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[],"group":1136,"skill":6330,"orbitIndex":5,"name":"Accuracy and Attack Damage","orbit":7},"52774":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":5084}],"group":571,"skill":52774,"orbitIndex":18,"name":"Flammability Magnitude","orbit":2},"23352":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds","id":390,"name":"Rupture the Flesh","stats":["Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Physical Damage"]}},"skill":23352,"isSwitchable":true,"stats":["Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage"],"ascendancyName":"Lich","connections":[{"orbit":-4,"id":8611}],"group":999,"orbitIndex":62,"isNotable":true,"name":"Rupture the Soul","orbit":8},"56342":{"stats":["Gain 2 Rage when Hit by an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":3,"id":7341}],"group":266,"skill":56342,"orbitIndex":0,"name":"Rage when Hit","orbit":0},"60034":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":60034,"stats":["1% increased Attack Speed per 250 Accuracy Rating"],"recipe":["Isolation","Paranoia","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[{"orbit":0,"id":15207},{"orbit":0,"id":22208}],"group":1136,"orbitIndex":0,"isNotable":true,"name":"Falcon Dive","orbit":0},"11838":{"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","skill":11838,"stats":["25% increased Spell Damage while on Full Energy Shield","75% increased Energy Shield from Equipped Focus"],"recipe":["Disgust","Suffering","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[{"orbit":-4,"id":33112}],"group":902,"orbitIndex":6,"isNotable":true,"name":"Dreamcatcher","orbit":7},"46431":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":11015},{"orbit":0,"id":38463}],"group":1074,"skill":46431,"orbitIndex":0,"name":"Hazard Damage","orbit":0},"46819":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":46819,"stats":["+5 to any Attribute"],"isAttribute":true,"group":623,"connections":[{"orbit":0,"id":8616},{"orbit":0,"id":13909}],"orbitIndex":0,"name":"Attribute","orbit":0},"61355":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","connections":[{"orbit":2,"id":29306}],"group":1048,"skill":61355,"orbitIndex":8,"name":"Damage from Mana","orbit":2},"50389":{"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","skill":50389,"stats":["Link Skills Link to 1 additional random target"],"recipe":["Guilt","Envy","Disgust"],"connections":[{"orbit":7,"id":13694},{"orbit":0,"id":11762}],"group":348,"orbitIndex":1,"isNotable":true,"name":"Twinned Tethers","orbit":2},"60298":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds","skill":60298,"stats":["Grants Skill: Temper Weapon"],"ascendancyName":"Smith of Kitava","connections":[],"group":6,"orbitIndex":0,"isNotable":true,"name":"Against the Anvil","orbit":0},"2672":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":45569}],"group":228,"skill":2672,"orbitIndex":0,"name":"Spell Critical Damage","orbit":0},"11776":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":11776,"stats":["20% increased Physical Damage"],"ascendancyName":"Ritualist","group":1370,"connections":[{"orbit":6,"id":37046}],"orbitIndex":0,"name":"Physical Damage","orbit":0},"48805":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":4,"id":7782},{"orbit":0,"id":26563}],"group":962,"skill":48805,"orbitIndex":4,"name":"Spell Critical Chance","orbit":7},"55276":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":55276,"stats":["+5 to any Attribute"],"isAttribute":true,"group":764,"connections":[{"orbit":5,"id":13411}],"orbitIndex":24,"name":"Attribute","orbit":5},"14515":{"stats":["15% increased Magnitude of Jagged Ground you create"],"icon":"Art/2DArt/SkillIcons/icongroundslam.dds","connections":[{"orbit":0,"id":43778}],"group":218,"skill":14515,"orbitIndex":8,"name":"Jagged Ground Effect","orbit":3},"63469":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":30834},{"orbit":0,"id":50216}],"group":482,"skill":63469,"orbitIndex":10,"name":"Mana Regeneration","orbit":2},"41017":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41017,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1213,"connections":[{"orbit":0,"id":14262},{"orbit":0,"id":1801}],"orbitIndex":0,"name":"Attribute","orbit":0},"32071":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":32071,"stats":["15% increased Area of Effect if you've Killed Recently","8% increased Area of Effect for Attacks"],"recipe":["Envy","Fear","Fear"],"connections":[{"orbit":0,"id":15427},{"orbit":0,"id":49111}],"group":58,"orbitIndex":23,"isNotable":true,"name":"Primal Growth","orbit":3},"21161":{"stats":["15% reduced Movement Speed Penalty while Actively Blocking"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":5,"id":10500}],"group":180,"skill":21161,"orbitIndex":7,"name":"Movement Penalty with Raised Shield","orbit":3},"16538":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":44330}],"group":655,"skill":16538,"orbitIndex":2,"name":"One Handed Damage","orbit":2},"22821":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","options":{"Witch":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Minion Damage","id":183}},"skill":22821,"stats":["10% increased Elemental Damage"],"isSwitchable":true,"group":597,"connections":[{"orbit":0,"id":3823},{"orbit":0,"id":22314}],"orbitIndex":0,"name":"Elemental Damage","orbit":7},"664":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds","skill":664,"stats":["All Flames of Chayula that you manifest are Purple"],"isMultipleChoiceOption":true,"ascendancyName":"Acolyte of Chayula","group":1333,"connections":[],"orbitIndex":0,"name":"Choice of Power","orbit":0},"54485":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":25482}],"group":299,"skill":54485,"orbitIndex":22,"name":"Strength","orbit":7},"27834":{"stats":["10% increased Critical Hit Chance with Traps"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":63659},{"orbit":0,"id":34449}],"group":1221,"skill":27834,"orbitIndex":41,"name":"Trap Critical Chance","orbit":4},"21227":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-2,"id":36290}],"group":1112,"skill":21227,"orbitIndex":39,"name":"Energy Shield Delay","orbit":4},"17923":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":17923,"stats":["10% chance to gain Volatility on Kill"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":18826}],"orbitIndex":16,"name":"Volatility","orbit":9},"49734":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49734,"stats":["+5 to any Attribute"],"isAttribute":true,"group":178,"connections":[{"orbit":0,"id":46741}],"orbitIndex":0,"name":"Attribute","orbit":0},"41669":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[],"group":635,"skill":41669,"orbitIndex":12,"name":"Cold Damage","orbit":3},"51708":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":924,"skill":51708,"orbitIndex":0,"name":"Evasion Mastery","orbit":0},"59777":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59777,"stats":["+5 to any Attribute"],"isAttribute":true,"group":98,"connections":[{"orbit":0,"id":10362},{"orbit":0,"id":17791},{"orbit":0,"id":13937},{"orbit":0,"id":53719}],"orbitIndex":0,"name":"Attribute","orbit":0},"46554":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":46554,"stats":["+5 to any Attribute"],"isAttribute":true,"group":773,"connections":[{"orbit":0,"id":62677},{"orbit":0,"id":36379},{"orbit":0,"id":10131},{"orbit":-3,"id":42999}],"orbitIndex":0,"name":"Attribute","orbit":0},"59372":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds","skill":59372,"stats":["Your Hits are Crushing Blows"],"ascendancyName":"Titan","connections":[{"orbit":-5,"id":56842}],"group":51,"orbitIndex":0,"isNotable":true,"name":"Crushing Impacts","orbit":0},"22484":{"stats":["Spells Cast by Totems have 4% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-4,"id":5398}],"group":224,"skill":22484,"orbitIndex":18,"name":"Totem Cast Speed","orbit":7},"13724":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":13724,"stats":["30% increased Damage if you've dealt a Critical Hit in the past 8 seconds","12% increased Critical Hit Chance"],"recipe":["Disgust","Suffering","Envy"],"connections":[{"orbit":0,"id":20236},{"orbit":0,"id":33823}],"group":974,"orbitIndex":54,"isNotable":true,"name":"Deadly Force","orbit":4},"34531":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":34531,"stats":["Gain additional Ailment Threshold equal to 20% of maximum Energy Shield","Gain additional Stun Threshold equal to 20% of maximum Energy Shield"],"recipe":["Despair","Disgust","Disgust"],"connections":[],"group":514,"orbitIndex":4,"isNotable":true,"name":"Hallowed","orbit":7},"25992":{"stats":["10% increased Accuracy Rating with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[],"group":1261,"skill":25992,"orbitIndex":7,"name":"Bow Accuracy Rating","orbit":6},"61354":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":61354,"stats":["+1 to maximum Fire Infusions"],"recipe":["Envy","Greed","Fear"],"connections":[{"orbit":0,"id":50383}],"group":605,"orbitIndex":18,"isNotable":true,"name":"Infernal Limit","orbit":3},"18121":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":1013,"skill":18121,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"858":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":5,"id":58387}],"group":500,"skill":858,"orbitIndex":18,"name":"Chaos Damage","orbit":5},"36114":{"stats":["6% increased Attack Damage","3% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":23360}],"group":934,"skill":36114,"orbitIndex":10,"name":"Reduced Movement Penalty and Attack Damage","orbit":7},"12964":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":12964,"stats":["Aura Skills have 14% increased Magnitudes","Your Aura Buffs do not affect Allies"],"recipe":["Suffering","Paranoia","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":201,"orbitIndex":0,"isNotable":true,"name":"Lone Warrior","orbit":0},"13856":{"stats":["12% increased Magnitude of Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":18496}],"group":185,"skill":13856,"orbitIndex":9,"name":"Ailment Effect","orbit":7},"5686":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":5686,"stats":["30% reduced Effect of Chill on you","30% increased Freeze Threshold","+30% of Armour also applies to Cold Damage"],"recipe":["Paranoia","Disgust","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":167,"orbitIndex":12,"isNotable":true,"name":"Chillproof","orbit":2},"21755":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21755,"stats":["+5 to any Attribute"],"isAttribute":true,"group":642,"connections":[{"orbit":0,"id":54127},{"orbit":0,"id":48635},{"orbit":0,"id":61281},{"orbit":0,"id":52274}],"orbitIndex":0,"name":"Attribute","orbit":0},"9294":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds","skill":9294,"stats":["Chance to Hit with Attacks can exceed 100%","Gain additional Critical Hit Chance equal to 25% of excess chance to Hit with Attacks"],"ascendancyName":"Amazon","connections":[{"orbit":0,"id":528}],"group":1342,"orbitIndex":0,"isNotable":true,"name":"Critical Strike","orbit":0},"55680":{"stats":["3% increased Attack Speed with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":61112}],"group":1196,"skill":55680,"orbitIndex":14,"name":"Spear Attack Speed","orbit":4},"62023":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":221,"skill":62023,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"7998":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":7998,"stats":["20% increased chance to Shock"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":39640}],"orbitIndex":70,"name":"Shock Chance","orbit":6},"34671":{"stats":["10% increased Stun Threshold","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":24477},{"orbit":0,"id":48418}],"group":451,"skill":34671,"orbitIndex":10,"name":"Stun Threshold and Strength","orbit":2},"41016":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":975,"skill":41016,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"59636":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":59636,"stats":["25% increased Mana Regeneration Rate"],"connections":[{"orbit":-4,"id":13769},{"orbit":0,"id":48007}],"group":631,"orbitIndex":12,"isNotable":true,"name":"Open Mind","orbit":7},"16744":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":-5,"id":24009},{"orbit":0,"id":24748}],"group":534,"skill":16744,"orbitIndex":12,"name":"Evasion","orbit":3},"64525":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":64525,"stats":["Your Hits cannot be Evaded by Heavy Stunned Enemies"],"recipe":["Guilt","Greed","Fear"],"connections":[{"orbit":0,"id":58855}],"group":171,"orbitIndex":4,"isNotable":true,"name":"Easy Target","orbit":7},"54746":{"stats":["6% increased chance to inflict Ailments","6% increased Magnitude of Damaging Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":7,"id":14343}],"group":926,"skill":54746,"orbitIndex":0,"name":"Ailment Chance and Effect","orbit":0},"23415":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":23415,"stats":["15% increased Evasion Rating","15% increased maximum Energy Shield"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":9,"id":8143}],"orbitIndex":14,"name":"Evasion and Energy Shield","orbit":9},"64789":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":64789,"stats":["12% increased Mana Regeneration Rate"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":8867}],"orbitIndex":68,"name":"Mana Regeneration","orbit":8},"43778":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":36894}],"group":218,"skill":43778,"orbitIndex":2,"name":"Bleed Chance","orbit":3},"63732":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":8440}],"group":732,"skill":63732,"orbitIndex":1,"name":"Damage against Enemies on Low Life","orbit":1},"64665":{"stats":["6% increased Attack Damage","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":51847},{"orbit":0,"id":21274}],"group":686,"skill":64665,"orbitIndex":30,"name":"Attack Damage and Accuracy","orbit":4},"56472":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":848,"skill":56472,"orbitIndex":0,"name":"Projectile Mastery","orbit":0},"17330":{"icon":"Art/2DArt/SkillIcons/icongroundslam.dds","skill":17330,"stats":["20% chance for Bleeding to be Aggravated when Inflicted against Enemies on Jagged Ground","40% increased Jagged Ground Duration"],"recipe":["Greed","Greed","Suffering"],"connections":[{"orbit":0,"id":61927}],"group":218,"orbitIndex":23,"isNotable":true,"name":"Perforation","orbit":2},"63608":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":70,"skill":63608,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"38628":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":38628,"stats":["10% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%"],"recipe":["Despair","Isolation","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[],"group":1284,"orbitIndex":19,"isNotable":true,"name":"Escalating Toxins","orbit":2},"28304":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28304,"stats":["+5 to any Attribute"],"isAttribute":true,"group":326,"connections":[{"orbit":0,"id":37258},{"orbit":0,"id":2491}],"orbitIndex":0,"name":"Attribute","orbit":0},"26520":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":14340},{"orbit":0,"id":37190}],"group":736,"skill":26520,"orbitIndex":11,"name":"Life Leech","orbit":2},"56860":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":56860,"stats":["30% increased Parry Range","Your Heavy Stun buildup empties 50% faster if you've successfully Parried Recently"],"recipe":["Despair","Ire","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern","connections":[],"group":1034,"orbitIndex":0,"isNotable":true,"name":"Resolute Reprisal","orbit":0},"32194":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":32194,"stats":["+5 to any Attribute"],"isAttribute":true,"group":446,"connections":[{"orbit":0,"id":55933}],"orbitIndex":60,"name":"Attribute","orbit":6},"22558":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":22558,"stats":["+5 to any Attribute"],"isAttribute":true,"group":375,"connections":[{"orbit":0,"id":55933}],"orbitIndex":66,"name":"Attribute","orbit":6},"54886":{"stats":["10% increased Stun Buildup","10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":-4,"id":56997}],"group":347,"skill":54886,"orbitIndex":20,"name":"Two Handed Damage and Stun","orbit":7},"3704":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds","skill":3704,"stats":["Enemies have Maximum Concentration equal to 40% of their Maximum Life","Break enemy Concentration on Hit equal to 100% of Damage Dealt","Enemies regain 10% of Concentration every second if they haven't lost Concentration in the past 5 seconds"],"ascendancyName":"Witchhunter","connections":[{"orbit":0,"id":32559}],"group":211,"orbitIndex":0,"isNotable":true,"name":"Witchbane","orbit":0},"25851":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":-6,"id":52695},{"orbit":5,"id":36270}],"group":1049,"skill":25851,"orbitIndex":0,"name":"Daze on Hit","orbit":6},"3355":{"stats":["4% reduced Slowing Potency of Debuffs on You","Debuffs on you expire 3% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":25211}],"group":480,"skill":3355,"orbitIndex":0,"name":"Slow Effect on You and Debuff Expiry Rate","orbit":3},"58718":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":35015}],"group":553,"skill":58718,"orbitIndex":0,"name":"Bleeding Damage","orbit":0},"35324":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":35324,"stats":["Ignites you inflict deal Damage 15% faster"],"recipe":["Isolation","Greed","Paranoia"],"connections":[{"orbit":0,"id":34927},{"orbit":4,"id":34290}],"group":571,"orbitIndex":0,"isNotable":true,"name":"Burnout","orbit":3},"8697":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[],"group":891,"skill":8697,"orbitIndex":2,"name":"Elemental Attack Damage","orbit":3},"60568":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-6,"id":52348}],"group":417,"skill":60568,"orbitIndex":13,"name":"Totem Placement Speed","orbit":3},"36379":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":25026}],"group":836,"skill":36379,"orbitIndex":58,"name":"Mana Regeneration","orbit":4},"65193":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":65193,"stats":["8% increased Melee Attack Speed","+10 to Dexterity"],"recipe":["Disgust","Greed","Paranoia"],"connections":[{"orbit":0,"id":48714},{"orbit":0,"id":10245}],"group":318,"orbitIndex":10,"isNotable":true,"name":"Viciousness","orbit":3},"2102":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":565,"skill":2102,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"18451":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[],"group":834,"skill":18451,"orbitIndex":12,"name":"Frenzy Charge Duration","orbit":2},"52765":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":940,"skill":52765,"orbitIndex":12,"name":"Mana Regeneration","orbit":2},"11505":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":462,"skill":11505,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"2455":{"stats":["8% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[],"group":616,"skill":2455,"orbitIndex":11,"name":"Projectile Damage","orbit":5},"2645":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":2645,"stats":["20% more Damage against Heavy Stunned Enemies with Maces"],"recipe":["Ire","Isolation","Ire"],"connections":[{"orbit":0,"id":14832},{"orbit":0,"id":52829}],"group":81,"orbitIndex":69,"isNotable":true,"name":"Skullcrusher","orbit":4},"17924":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-7,"id":51867}],"group":300,"skill":17924,"orbitIndex":20,"name":"Damage against Enemies on Low Life","orbit":3},"48014":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":48014,"stats":["25% increased Armour if you've Hit an Enemy with a Melee Attack Recently","50% increased Melee Damage against Immobilised Enemies"],"recipe":["Ire","Guilt","Fear"],"connections":[],"group":141,"orbitIndex":63,"isNotable":true,"name":"Honourless","orbit":5},"37046":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds","skill":37046,"stats":["Grants Skill: Blood Boil"],"ascendancyName":"Ritualist","connections":[],"group":1366,"orbitIndex":0,"isNotable":true,"name":"Corrupted Lifeforce","orbit":0},"42059":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":3,"id":36333}],"group":130,"skill":42059,"orbitIndex":60,"name":"Empowered Attack Damage","orbit":4},"12367":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[],"group":564,"skill":12367,"orbitIndex":0,"name":"Chaos Damage","orbit":3},"38365":{"stats":["Recover 2% of maximum Life for each Endurance Charge consumed"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":34626},{"orbit":0,"id":46499}],"group":138,"skill":38365,"orbitIndex":22,"name":"Recover Life on consuming Endurance Charge","orbit":2},"57388":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":57388,"stats":["20% increased Critical Hit Chance for Attacks","20% increased Critical Damage Bonus for Attack Damage","20% more Stun Buildup with Critical Hits"],"recipe":["Despair","Envy","Disgust"],"connections":[{"orbit":0,"id":9698}],"group":157,"orbitIndex":22,"isNotable":true,"name":"Overwhelming Strike","orbit":3},"16168":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16168,"stats":["+5 to any Attribute"],"isAttribute":true,"group":549,"connections":[{"orbit":-5,"id":54232},{"orbit":0,"id":25374},{"orbit":0,"id":45916}],"orbitIndex":48,"name":"Attribute","orbit":6},"53696":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":956,"skill":53696,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"55802":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":55802,"stats":["+5 to any Attribute"],"isAttribute":true,"group":706,"connections":[{"orbit":0,"id":2847},{"orbit":0,"id":3717}],"orbitIndex":0,"name":"Attribute","orbit":0},"45503":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":4,"id":37746}],"group":330,"skill":45503,"orbitIndex":0,"name":"Flammability Magnitude","orbit":2},"33866":{"stats":["8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":49220}],"group":757,"skill":33866,"orbitIndex":4,"name":"Attack Damage","orbit":2},"46696":{"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","skill":46696,"stats":["25% increased Damage with One Handed Weapons","Attacks have 10% chance to Maim on Hit"],"recipe":["Envy","Suffering","Disgust"],"connections":[{"orbit":0,"id":8629}],"group":311,"orbitIndex":68,"isNotable":true,"name":"Impair","orbit":4},"50392":{"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","skill":50392,"stats":["10% reduced maximum Mana","1% increased Damage per 15 Strength"],"recipe":["Ire","Suffering","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[],"group":136,"orbitIndex":0,"isNotable":true,"name":"Brute Strength","orbit":0},"49461":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":2,"id":50912}],"group":952,"skill":49461,"orbitIndex":23,"name":"Attack Speed","orbit":2},"55275":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":6,"id":12890}],"group":1055,"skill":55275,"orbitIndex":2,"name":"Evasion","orbit":3},"62153":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":3,"id":55947}],"group":894,"skill":62153,"orbitIndex":17,"name":"Spell Critical Damage","orbit":3},"53960":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53960,"stats":["+5 to any Attribute"],"isAttribute":true,"group":816,"connections":[{"orbit":-5,"id":8975}],"orbitIndex":54,"name":"Attribute","orbit":5},"32951":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":32951,"stats":["25% increased Skill Effect Duration"],"recipe":["Disgust","Suffering","Ire"],"connections":[{"orbit":0,"id":39280},{"orbit":0,"id":41522}],"group":901,"orbitIndex":17,"isNotable":true,"name":"Preservation","orbit":3},"38769":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":38769,"stats":["Break 25% increased Armour"],"ascendancyName":"Warbringer","group":18,"connections":[{"orbit":0,"id":58704}],"orbitIndex":0,"name":"Armour Break","orbit":0},"364":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":2847}],"group":610,"skill":364,"orbitIndex":4,"name":"All Attributes","orbit":2},"56330":{"stats":["10% chance to inflict Bleeding on Critical Hit with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":2147483647,"id":39570}],"group":957,"skill":56330,"orbitIndex":22,"name":"Bleeding Chance on Critical","orbit":7},"47753":{"stats":["Damage Penetrates 8% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-6,"id":51868}],"group":75,"skill":47753,"orbitIndex":0,"name":"Fire Penetration","orbit":0},"43128":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":43128,"stats":["4% increased Cast Speed","8% increased Area of Effect"],"ascendancyName":"Chronomancer","group":278,"connections":[{"orbit":4,"id":10731}],"orbitIndex":60,"name":"Cast Speed and Area of Effect","orbit":4},"28361":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[],"group":644,"skill":28361,"orbitIndex":16,"name":"Stun Threshold","orbit":7},"32664":{"icon":"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds","skill":32664,"stats":["1% increased Energy Shield Recharge Rate per 4 Dexterity","20% increased Evasion Rating while you have Energy Shield"],"recipe":["Fear","Suffering","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":1053,"orbitIndex":0,"isNotable":true,"name":"Chakra of Breathing","orbit":0},"2936":{"stats":["15% increased Critical Damage Bonus for Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-3,"id":13407}],"group":1285,"skill":2936,"orbitIndex":4,"name":"Attack Critical Damage","orbit":7},"23738":{"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","skill":23738,"stats":["Gain 8% of Physical Damage as extra Chaos Damage"],"recipe":["Ire","Paranoia","Suffering"],"connections":[{"orbit":0,"id":34520}],"group":809,"orbitIndex":0,"isNotable":true,"name":"Madness in the Bones","orbit":0},"51707":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":51707,"stats":["20% increased Evasion Rating","Gain Deflection Rating equal to 5% of Evasion Rating","8% increased Dexterity"],"recipe":["Fear","Ire","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":5,"id":38728},{"orbit":0,"id":41163}],"group":1226,"orbitIndex":66,"isNotable":true,"name":"Enhanced Reflexes","orbit":5},"3165":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":3165,"stats":["3% increased maximum Life"],"ascendancyName":"Blood Mage","group":856,"connections":[{"orbit":-4,"id":56162}],"orbitIndex":0,"name":"Life","orbit":0},"46683":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":46683,"stats":["Warcries have 15% chance to Empower 3 additional Attacks"],"recipe":["Envy","Suffering","Despair"],"connections":[{"orbit":0,"id":30553}],"group":93,"orbitIndex":4,"isNotable":true,"name":"Inherited Strength ","orbit":3},"27048":{"stats":["Companions have 12% increased maximum Life","10% increased Defences while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":8,"id":47375}],"group":1258,"skill":27048,"orbitIndex":0,"name":"Defences and Companion Life","orbit":0},"64399":{"stats":["15% increased Critical Damage Bonus for Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":3,"id":2511}],"group":419,"skill":64399,"orbitIndex":7,"name":"Attack Critical Damage","orbit":1},"51583":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":1285,"skill":51583,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"23416":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds","skill":23416,"stats":["10% of Spell Damage Leeched as Life"],"ascendancyName":"Blood Mage","connections":[],"group":795,"orbitIndex":64,"isNotable":true,"name":"Vitality Siphon","orbit":6},"50253":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":50253,"stats":["30% increased Area of Effect of Aftershocks you create yourself"],"recipe":["Despair","Guilt","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":270,"orbitIndex":0,"isNotable":true,"name":"Aftershocks","orbit":0},"20236":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":4346}],"group":948,"skill":20236,"orbitIndex":0,"name":"Critical Chance","orbit":0},"22811":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds","skill":22811,"stats":["Gain Deflection Rating equal to 10% of Evasion Rating","40% increased Evasion Rating while moving","+10 to Dexterity"],"recipe":["Disgust","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1201,"orbitIndex":16,"isNotable":true,"name":"The Wild Cat","orbit":2},"51184":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds","options":{"Witch":{"stats":["16% increased Spell Damage","Minions deal 16% increased Damage","+10 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds","name":"Raw Destruction","id":5788}},"skill":51184,"stats":["20% increased Spell Damage","+10 to Intelligence"],"isSwitchable":true,"connections":[{"orbit":-4,"id":41965},{"orbit":6,"id":29502},{"orbit":-4,"id":3242}],"group":598,"orbitIndex":0,"isNotable":true,"name":"Raw Power","orbit":0},"25586":{"stats":["16% increased Critical Damage Bonus with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":38993}],"group":1261,"skill":25586,"orbitIndex":35,"name":"Bow Critical Damage","orbit":6},"53697":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53697,"stats":["+5 to any Attribute"],"isAttribute":true,"group":533,"connections":[{"orbit":7,"id":47555},{"orbit":-3,"id":3041}],"orbitIndex":26,"name":"Attribute","orbit":5},"20837":{"stats":["8% increased Knockback Distance"],"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","connections":[{"orbit":0,"id":61104}],"group":879,"skill":20837,"orbitIndex":0,"name":"Knockback","orbit":0},"64927":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":4,"id":52464},{"orbit":-4,"id":51741},{"orbit":-6,"id":54351}],"group":1049,"skill":64927,"orbitIndex":18,"name":"Mana Leech","orbit":6},"59501":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern","connections":[{"orbit":0,"id":25619},{"orbit":0,"id":42354}],"group":690,"skill":59501,"orbitIndex":0,"name":"Blind Mastery","orbit":0},"28625":{"stats":["10% increased Life and Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":5,"id":32135},{"orbit":0,"id":35848}],"group":811,"skill":28625,"orbitIndex":0,"name":"Flask Recovery","orbit":7},"63209":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":30704}],"group":474,"skill":63209,"orbitIndex":12,"name":"Life Regeneration","orbit":7},"12033":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds","skill":12033,"stats":["Skills fire an additional Projectile"],"ascendancyName":"Deadeye","connections":[],"group":1299,"orbitIndex":8,"isNotable":true,"name":"Endless Munitions","orbit":2},"13624":{"stats":["Mark Skills have 25% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":-2,"id":28258}],"group":1155,"skill":13624,"orbitIndex":23,"name":"Mark Duration","orbit":2},"25528":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":1112,"skill":25528,"orbitIndex":15,"name":"Mana Mastery","orbit":3},"15408":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":4,"id":2254},{"orbit":0,"id":6338}],"group":661,"skill":15408,"orbitIndex":23,"name":"Energy Shield","orbit":2},"58848":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":2147483647,"id":22962},{"orbit":0,"id":10576}],"group":1118,"skill":58848,"orbitIndex":10,"name":"Incision Chance","orbit":7},"32952":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds","skill":32952,"stats":["+2 to Level of all Skills with a Strength requirement"],"isMultipleChoiceOption":true,"ascendancyName":"Gemling Legionnaire","group":280,"connections":[],"orbitIndex":0,"name":"Bolstering Implants","orbit":0},"21225":{"stats":["10% increased Damage with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":38369}],"group":1196,"skill":21225,"orbitIndex":16,"name":"Spear Damage","orbit":3},"56331":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds","skill":56331,"stats":["All Flames of Chayula that you manifest are Red"],"isMultipleChoiceOption":true,"ascendancyName":"Acolyte of Chayula","group":1337,"connections":[],"orbitIndex":0,"name":"Choice of Life","orbit":0},"62804":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds","skill":62804,"stats":["10% increased Life Recovery rate per 5% missing Unreserved Life"],"ascendancyName":"Ritualist","connections":[],"group":1358,"orbitIndex":0,"isNotable":true,"name":"Wildwood Persistence","orbit":0},"10156":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10156,"stats":["+5 to any Attribute"],"isAttribute":true,"group":533,"connections":[{"orbit":-6,"id":6744}],"orbitIndex":38,"name":"Attribute","orbit":6},"11048":{"stats":["Minions deal 8% increased Damage","8% increased Minion Duration"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[],"group":203,"skill":11048,"orbitIndex":20,"name":"Minion Damage and Duration","orbit":7},"33216":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":33216,"stats":["Attack Hits Aggravate any Bleeding on targets which is older than 4 seconds"],"recipe":["Disgust","Despair","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":581,"orbitIndex":10,"isNotable":true,"name":"Deep Wounds","orbit":2},"56595":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":347,"skill":56595,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"44836":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":44836,"stats":["20% increased Armour and Evasion Rating","20% increased Stun Threshold"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern","connections":[{"orbit":0,"id":47150}],"group":640,"orbitIndex":12,"isNotable":true,"name":"Feel no Pain","orbit":2},"32523":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":1546}],"group":499,"skill":32523,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"8302":{"stats":["15% increased Damage with Hits against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","connections":[{"orbit":-3,"id":4467}],"group":1270,"skill":8302,"orbitIndex":0,"name":"Damage vs Blinded","orbit":2},"7275":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":7275,"stats":["Gain 25% of Physical Damage as Extra Lightning Damage against Electrocuted Enemies"],"recipe":["Fear","Fear","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":595,"orbitIndex":64,"isNotable":true,"name":"Electrocuting Exposure","orbit":4},"33604":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":498,"skill":33604,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"55668":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":55668,"stats":["+5 to any Attribute"],"isAttribute":true,"group":863,"connections":[{"orbit":0,"id":25557},{"orbit":0,"id":47754},{"orbit":0,"id":55420}],"orbitIndex":0,"name":"Attribute","orbit":0},"59376":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59376,"stats":["+5 to any Attribute"],"isAttribute":true,"group":508,"connections":[],"orbitIndex":3,"name":"Attribute","orbit":6},"35187":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds","skill":35187,"stats":["20% increased Movement Speed while an enemy with an Open Weakness is in your Presence","40% increased Skill Speed while an enemy with an Open Weakness is in your Presence"],"ascendancyName":"Amazon","connections":[],"group":1330,"orbitIndex":0,"isNotable":true,"name":"In for the Kill","orbit":0},"30615":{"stats":["20% increased Critical Damage Bonus if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[],"group":1216,"skill":30615,"orbitIndex":13,"name":"Critical Damage when consuming a Power Charge","orbit":2},"32813":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":-7,"id":59600},{"orbit":0,"id":35809}],"group":1026,"skill":32813,"orbitIndex":12,"name":"Life Flasks","orbit":2},"5702":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":5702,"stats":["+5 to any Attribute"],"isAttribute":true,"group":904,"connections":[{"orbit":-5,"id":13411}],"orbitIndex":0,"name":"Attribute","orbit":0},"14113":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":10029},{"orbit":0,"id":8660}],"group":321,"skill":14113,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"32721":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":32721,"stats":["50% increased Critical Hit Chance against Blinded Enemies"],"recipe":["Despair","Disgust","Despair"],"connections":[{"orbit":0,"id":10011}],"group":1062,"orbitIndex":11,"isNotable":true,"name":"Distracted Target","orbit":7},"2397":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":2397,"stats":["25% increased Attack Damage if you have been Heavy Stunned Recently","25% increased Attack Damage while you have no Life Flask uses left","25% increased Attack Damage while Surrounded","25% increased Attack Damage when on Low Life"],"recipe":["Paranoia","Fear","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":529,"orbitIndex":0,"isNotable":true,"name":"Last Stand","orbit":0},"48544":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":40166}],"group":985,"skill":48544,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"4810":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":4810,"stats":["Immune to Corrupted Blood","40% reduced Duration of Bleeding on You"],"recipe":["Isolation","Disgust","Greed"],"connections":[{"orbit":7,"id":48805},{"orbit":0,"id":6161}],"group":962,"orbitIndex":6,"isNotable":true,"name":"Sanguine Tolerance","orbit":1},"53958":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":2,"id":51006}],"group":1105,"skill":53958,"orbitIndex":23,"name":"Mana Flask Recovery","orbit":3},"14082":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":43964}],"group":1016,"skill":14082,"orbitIndex":8,"name":"Physical Damage","orbit":7},"2843":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":2843,"stats":["Immune to Bleeding if Equipped Helmet has higher Armour than Evasion Rating","Immune to Poison if Equipped Helmet has higher Evasion Rating than Armour"],"recipe":["Guilt","Isolation","Fear"],"connections":[{"orbit":0,"id":61396},{"orbit":0,"id":61318},{"orbit":0,"id":62235}],"group":759,"orbitIndex":36,"isNotable":true,"name":"Tolerant Equipment","orbit":5},"38895":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","skill":38895,"stats":["40% increased Elemental Damage with Attack Skills during any Flask Effect"],"recipe":["Fear","Suffering","Greed"],"connections":[{"orbit":3,"id":8697},{"orbit":0,"id":48660}],"group":891,"orbitIndex":7,"isNotable":true,"name":"Crystal Elixir","orbit":2},"6416":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":51821}],"group":229,"skill":6416,"orbitIndex":20,"name":"Armour and Energy Shield","orbit":2},"32597":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":12777}],"group":532,"skill":32597,"orbitIndex":3,"name":"Armour and Energy Shield","orbit":2},"56999":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":56999,"stats":["15% increased Critical Hit Chance for Attacks","15% increased Accuracy Rating"],"recipe":["Despair","Disgust","Envy"],"connections":[],"group":808,"orbitIndex":0,"isNotable":true,"name":"Locked On","orbit":0},"45100":{"stats":["5% increased Flask Effect Duration","2% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-3,"id":56928}],"group":1050,"skill":45100,"orbitIndex":37,"name":"Attack Speed and Flask Duration","orbit":4},"62803":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":62803,"stats":["Charms applied to you have 25% increased Effect"],"recipe":["Suffering","Guilt","Isolation"],"connections":[{"orbit":0,"id":25029}],"group":1146,"orbitIndex":51,"isNotable":true,"name":"Woodland Aspect","orbit":4},"3999":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":4,"id":37665},{"orbit":0,"id":57863}],"group":540,"skill":3999,"orbitIndex":15,"name":"Area Damage","orbit":4},"44699":{"stats":["8% increased Reservation Efficiency of Companion Skills"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":16150}],"group":1292,"skill":44699,"orbitIndex":0,"name":"Companion Reservation","orbit":0},"48267":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":92,"skill":48267,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"62679":{"stats":["Remnants can be collected from 10% further away"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[],"group":677,"skill":62679,"orbitIndex":12,"name":"Remnant Pickup Range","orbit":2},"46421":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":246,"skill":46421,"orbitIndex":0,"name":"Aura Mastery","orbit":0},"56336":{"stats":["3% increased Curse Magnitudes","10% faster Curse Activation"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":21208}],"group":1066,"skill":56336,"orbitIndex":20,"name":"Curse Activation Speed and Effect","orbit":7},"30210":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":64650}],"group":967,"skill":30210,"orbitIndex":6,"name":"Evasion Rating","orbit":2},"18856":{"stats":["Invocated Spells deal 15% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":24491}],"group":752,"skill":18856,"orbitIndex":0,"name":"Invocation Spell Damage","orbit":3},"48531":{"stats":["3% increased Melee Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":13987}],"group":1190,"skill":48531,"orbitIndex":7,"name":"Melee Attack Speed","orbit":1},"28492":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds","skill":28492,"isKeystone":true,"stats":["Converts all Evasion Rating to Armour"],"group":578,"connections":[{"orbit":0,"id":54099}],"orbitIndex":0,"name":"Iron Reflexes","orbit":0},"16401":{"stats":["8% increased Lightning Damage","10% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":44490}],"group":1166,"skill":16401,"orbitIndex":0,"name":"Lightning Damage and Electrocute Buildup","orbit":0},"57517":{"stats":["15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":28268}],"group":860,"skill":57517,"orbitIndex":0,"name":"Bleeding Damage","orbit":0},"17394":{"stats":["Minions cause 15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-3,"id":45530}],"group":755,"skill":17394,"orbitIndex":0,"name":"Minion Stun Buildup","orbit":7},"7060":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":24339}],"group":186,"skill":7060,"orbitIndex":20,"name":"Life Flasks","orbit":2},"35855":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":35855,"stats":["20% increased amount of Life Leeched","40% increased Armour and Evasion Rating while Leeching"],"recipe":["Greed","Paranoia","Fear"],"connections":[{"orbit":0,"id":48583},{"orbit":0,"id":35859}],"group":736,"orbitIndex":3,"isNotable":true,"name":"Fortifying Blood","orbit":2},"46561":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern","connections":[],"group":783,"skill":46561,"orbitIndex":6,"name":"Recovery Mastery","orbit":2},"8535":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":8535,"stats":["25% increased Damage with Flails"],"connections":[],"group":63,"orbitIndex":7,"isNotable":true,"name":"Spiked Whip","orbit":2},"12329":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":4,"id":17523}],"group":1242,"skill":12329,"orbitIndex":0,"name":"Hazard Damage","orbit":7},"56988":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":56988,"stats":["+1% to Maximum Lightning Resistance","50% reduced effect of Shock on you"],"recipe":["Isolation","Isolation","Guilt"],"connections":[],"group":1184,"orbitIndex":0,"isNotable":true,"name":"Electric Blood","orbit":0},"15044":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds","skill":15044,"stats":["Persistent Buffs have 50% less Reservation"],"ascendancyName":"Tactician","connections":[{"orbit":0,"id":32560},{"orbit":0,"id":42845}],"group":239,"orbitIndex":0,"isNotable":true,"name":"A Solid Plan","orbit":0},"32258":{"stats":["Minions have 12% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":19644}],"group":378,"skill":32258,"orbitIndex":8,"name":"Minion Life","orbit":3},"52241":{"stats":["Recover 1% of maximum Mana on Kill"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":2,"id":94}],"group":748,"skill":52241,"orbitIndex":3,"name":"Mana on Kill","orbit":1},"55933":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":55933,"stats":["+5 to any Attribute"],"isAttribute":true,"group":446,"connections":[{"orbit":0,"id":60886}],"orbitIndex":48,"name":"Attribute","orbit":6},"47614":{"stats":["Triggered Spells deal 14% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-7,"id":22219}],"group":920,"skill":47614,"orbitIndex":22,"name":"Triggered Spell Damage","orbit":2},"39423":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":53207}],"group":1002,"skill":39423,"orbitIndex":20,"name":"Lightning Penetration","orbit":2},"15207":{"stats":["8% increased Attack Damage","8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":6330}],"group":1136,"skill":15207,"orbitIndex":0,"name":"Accuracy and Attack Damage","orbit":7},"17724":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","connections":[{"orbit":-4,"id":17101}],"group":1245,"skill":17724,"orbitIndex":13,"name":"Attack Damage","orbit":3},"45227":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":42111}],"group":132,"skill":45227,"orbitIndex":1,"name":"Armour Break","orbit":3},"36507":{"icon":"Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds","skill":36507,"stats":["Minions have 20% increased maximum Life","Minions Regenerate 3% of maximum Life per second","Minions have +13% to Chaos Resistance"],"recipe":["Greed","Fear","Fear"],"connections":[{"orbit":0,"id":60313}],"group":564,"orbitIndex":4,"isNotable":true,"name":"Vile Mending","orbit":2},"19442":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":19442,"stats":["16% increased Attack Damage","16% increased Skill Effect Duration","Buffs on you expire 10% slower"],"recipe":["Guilt","Despair","Suffering"],"connections":[{"orbit":-3,"id":25170},{"orbit":0,"id":8606}],"group":867,"orbitIndex":8,"isNotable":true,"name":"Prolonged Assault","orbit":2},"4847":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":5,"id":6294}],"group":500,"skill":4847,"orbitIndex":66,"name":"Cast Speed","orbit":5},"51446":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":51446,"stats":["+1 to Evasion Rating per 1 Armour on Equipped Gloves"],"recipe":["Greed","Suffering","Ire"],"connections":[{"orbit":-7,"id":53647},{"orbit":0,"id":19750}],"group":562,"orbitIndex":16,"isNotable":true,"name":"Leather Bound Gauntlets","orbit":3},"12430":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","options":{"Druid":{"stats":["10% increased Spell Damage","10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","name":"Spell and Attack Damage","id":36764}},"skill":12430,"stats":["10% increased Melee Damage"],"isSwitchable":true,"group":515,"connections":[{"orbit":0,"id":17584}],"orbitIndex":13,"name":"Melee Damage","orbit":2},"17600":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":17600,"stats":["Life Leech from your Hits also applies to your Companion"],"recipe":["Ire","Greed","Suffering"],"connections":[{"orbit":3,"id":18519},{"orbit":0,"id":32096},{"orbit":-2,"id":10041}],"group":913,"orbitIndex":19,"isNotable":true,"name":"Thirsting Ally","orbit":3},"46296":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":46296,"stats":["10% reduced Projectile Speed","20% increased Projectile Damage"],"recipe":["Suffering","Guilt","Envy"],"connections":[],"group":761,"orbitIndex":4,"isNotable":true,"name":"Short Shot","orbit":1},"53560":{"stats":["20% chance for Lightning Skills to Chain an additional time"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":46157}],"group":823,"skill":53560,"orbitIndex":0,"name":"Lightning Skill Chain Chance","orbit":0},"38105":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[],"group":481,"skill":38105,"orbitIndex":67,"name":"Energy Shield","orbit":4},"3332":{"stats":["Minions have +20% to Cold Resistance","Minions have +3% to Maximum Cold Resistances"],"icon":"Art/2DArt/SkillIcons/passives/ColdResistNode.dds","connections":[],"group":495,"skill":3332,"orbitIndex":0,"name":"Minion Cold Resistance","orbit":0},"5227":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":5227,"stats":["100% increased Evasion Rating if you have been Hit Recently","30% reduced Evasion Rating if you haven't been Hit Recently"],"recipe":["Despair","Paranoia","Despair"],"connections":[{"orbit":0,"id":51708}],"group":924,"orbitIndex":20,"isNotable":true,"name":"Escape Strategy","orbit":3},"38493":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":4,"id":55621}],"group":1285,"skill":38493,"orbitIndex":45,"name":"Critical Damage","orbit":4},"10552":{"stats":["Gain additional Stun Threshold equal to 12% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-3,"id":703},{"orbit":3,"id":18895}],"group":824,"skill":10552,"orbitIndex":8,"name":"Stun Threshold from Energy Shield","orbit":7},"41130":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":545,"skill":41130,"orbitIndex":4,"name":"Spell and Minion Damage","orbit":2},"51974":{"icon":"Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern","connections":[{"orbit":0,"id":25711}],"group":603,"skill":51974,"orbitIndex":0,"name":"Fortify Mastery","orbit":0},"38369":{"stats":["12% increased Critical Hit Chance with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":18910}],"group":1196,"skill":38369,"orbitIndex":48,"name":"Spear Critical Chance","orbit":4},"47477":{"stats":["15% reduced Volatility Explosion delay"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":1,"id":51774}],"group":1234,"skill":47477,"orbitIndex":3,"name":"Volatility Detonation Time","orbit":1},"59498":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":54814}],"group":350,"skill":59498,"orbitIndex":10,"name":"Presence Area","orbit":2},"48670":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48670,"stats":["+5 to any Attribute"],"isAttribute":true,"group":517,"connections":[{"orbit":0,"id":13241},{"orbit":0,"id":53589},{"orbit":0,"id":19122},{"orbit":0,"id":51299},{"orbit":0,"id":49231}],"orbitIndex":42,"name":"Attribute","orbit":6},"41394":{"icon":"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds","skill":41394,"stats":["Archon Buffs also grant +20% to all Elemental Resistances","Archon Buffs also grant 10% increased Movement Speed"],"recipe":["Envy","Isolation","Paranoia"],"connections":[],"group":932,"orbitIndex":13,"isNotable":true,"name":"Invigorating Archon","orbit":7},"55930":{"stats":["15% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":40687}],"group":888,"skill":55930,"orbitIndex":16,"name":"Glory Generation","orbit":2},"10909":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10909,"stats":["+5 to any Attribute"],"isAttribute":true,"group":728,"connections":[{"orbit":6,"id":16489},{"orbit":3,"id":33053}],"orbitIndex":8,"name":"Attribute","orbit":3},"57253":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds","skill":57253,"stats":["Immune to Shock"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1327,"connections":[],"orbitIndex":0,"name":"Grounding Stick","orbit":0},"19846":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":273,"skill":19846,"orbitIndex":6,"name":"Fire Mastery","orbit":1},"35453":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":35453,"stats":["Slam Skills have 8% increased Area of Effect"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":0,"id":42275}],"orbitIndex":52,"name":"Slam Area of Effect","orbit":5},"16871":{"stats":["+4 to Strength","+4 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds","connections":[{"orbit":2,"id":9532}],"group":1217,"skill":16871,"orbitIndex":18,"name":"Strength and Dexterity","orbit":7},"47088":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":47088,"stats":["Companions deal 60% increased damage against Immobilised enemies"],"recipe":["Paranoia","Greed","Disgust"],"connections":[],"group":871,"orbitIndex":0,"isNotable":true,"name":"Sic 'Em","orbit":4},"56334":{"stats":["Meta Skills gain 4% increased Energy","5% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":7,"id":46171},{"orbit":0,"id":41753}],"group":1240,"skill":56334,"orbitIndex":7,"name":"Energy and Critical Chance","orbit":7},"51048":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51048,"stats":["+5 to any Attribute"],"isAttribute":true,"group":898,"connections":[{"orbit":0,"id":17702},{"orbit":0,"id":58814},{"orbit":0,"id":33946},{"orbit":0,"id":30910}],"orbitIndex":0,"name":"Attribute","orbit":0},"61347":{"stats":["Projectiles have 15% increased Critical Hit Chance against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":3,"id":64488}],"group":574,"skill":61347,"orbitIndex":8,"name":"Projectile Critical Chance","orbit":7},"17523":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":42032}],"group":1242,"skill":17523,"orbitIndex":8,"name":"Hazard Damage","orbit":7},"49993":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":2,"id":40632},{"orbit":0,"id":64434},{"orbit":0,"id":38814}],"group":792,"skill":49993,"orbitIndex":0,"name":"Deflection","orbit":7},"53030":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":53030,"stats":["25% increased Ignite Magnitude","+10 to Strength"],"recipe":["Ire","Despair","Disgust"],"connections":[{"orbit":0,"id":11525},{"orbit":0,"id":48267}],"group":92,"orbitIndex":5,"isNotable":true,"name":"Immolation","orbit":2},"4661":{"icon":"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds","skill":4661,"stats":["Banners also grant +25% to all Elemental Resistances to you and Allies"],"recipe":["Paranoia","Greed","Greed"],"connections":[{"orbit":0,"id":12821},{"orbit":0,"id":65353}],"group":401,"orbitIndex":4,"isNotable":true,"name":"Inspiring Leader","orbit":3},"44841":{"stats":["Mark Skills have 25% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":0,"id":36927},{"orbit":2,"id":28258}],"group":1155,"skill":44841,"orbitIndex":19,"name":"Mark Duration","orbit":2},"30151":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":30151,"stats":["15% increased Armour and Evasion Rating"],"ascendancyName":"Tactician","group":292,"connections":[{"orbit":0,"id":32637}],"orbitIndex":0,"name":"Armour and Evasion","orbit":0},"13524":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","skill":13524,"stats":["Skills have a 15% chance to not consume Glory"],"recipe":["Disgust","Ire","Suffering"],"connections":[{"orbit":0,"id":54923},{"orbit":0,"id":259}],"group":403,"orbitIndex":27,"isNotable":true,"name":"Everlasting Glory","orbit":4},"49198":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":3,"id":49023}],"group":241,"skill":49198,"orbitIndex":22,"name":"Shield Block","orbit":7},"27434":{"icon":"Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds","skill":27434,"stats":["Gain Lightning Archon after spending 100% of your Maximum Mana"],"recipe":["Fear","Isolation","Guilt"],"connections":[{"orbit":0,"id":15984}],"group":685,"orbitIndex":21,"isNotable":true,"name":"Archon of the Storm","orbit":3},"1468":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[],"group":645,"skill":1468,"orbitIndex":6,"name":"Mana Regeneration","orbit":2},"11871":{"stats":["5% chance to Blind Enemies on Hit"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":47235},{"orbit":0,"id":53471},{"orbit":0,"id":24958}],"group":1062,"skill":11871,"orbitIndex":1,"name":"Blind Chance","orbit":3},"12795":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds","skill":12795,"stats":["Immune to Ignite"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1321,"connections":[],"orbitIndex":0,"name":"Dousing Vial","orbit":0},"55931":{"stats":["+15% of Armour also applies to Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/fireresist.dds","connections":[{"orbit":0,"id":62034},{"orbit":0,"id":62313}],"group":97,"skill":55931,"orbitIndex":18,"name":"Armour Applies to Fire Damage Hits","orbit":3},"55807":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","options":{"Witch":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","name":"Minion Life","id":21429}},"skill":55807,"stats":["10% increased Mana Regeneration Rate"],"isSwitchable":true,"group":609,"connections":[{"orbit":-4,"id":6686}],"orbitIndex":5,"name":"Mana Regeneration","orbit":2},"42714":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":42714,"stats":["Enemies you apply Incision to take 2% increased Physical Damage per Incision"],"recipe":["Envy","Fear","Despair"],"connections":[{"orbit":0,"id":29065}],"group":1118,"orbitIndex":60,"isNotable":true,"name":"Thousand Cuts","orbit":5},"4467":{"stats":["15% increased Damage with Hits against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","connections":[{"orbit":-2,"id":42347}],"group":1270,"skill":4467,"orbitIndex":4,"name":"Damage vs Blinded","orbit":7},"30539":{"stats":["5% chance to not destroy Corpses when Consuming Corpses"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":25620}],"group":896,"skill":30539,"orbitIndex":18,"name":"Corpses","orbit":7},"3041":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":3041,"stats":["+5 to any Attribute"],"isAttribute":true,"group":533,"connections":[{"orbit":-4,"id":59795},{"orbit":0,"id":858},{"orbit":6,"id":19240}],"orbitIndex":10,"name":"Attribute","orbit":3},"64650":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":64650,"stats":["Cannot be Light Stunned if you haven't been Hit Recently"],"recipe":["Suffering","Suffering","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[],"group":967,"orbitIndex":12,"isNotable":true,"name":"Wary Dodging","orbit":2},"43507":{"stats":["5% increased Attack Damage","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":40292}],"group":226,"skill":43507,"orbitIndex":12,"name":"Attack Damage and Accuracy","orbit":2},"61487":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-4,"id":36596},{"orbit":0,"id":58109}],"group":732,"skill":61487,"orbitIndex":66,"name":"Damage against Enemies on Low Life","orbit":4},"53294":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":53294,"stats":["15% increased Fire Damage","10% increased Ignite Magnitude","Damage Penetrates 10% Fire Resistance"],"recipe":["Fear","Disgust","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[{"orbit":0,"id":33397}],"group":429,"orbitIndex":0,"isNotable":true,"name":"Burn Away","orbit":0},"43383":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","skill":43383,"stats":["15% increased chance to inflict Ailments","Hits Break 30% increased Armour on targets with Ailments"],"connections":[{"orbit":0,"id":62588},{"orbit":0,"id":37450}],"group":618,"orbitIndex":51,"isNotable":true,"name":"Exposed Wounds","orbit":4},"22949":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":35171}],"group":321,"skill":22949,"orbitIndex":18,"name":"Spell Area of Effect","orbit":3},"29358":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":-7,"id":917}],"group":99,"skill":29358,"orbitIndex":7,"name":"Stun Buildup","orbit":2},"3685":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":32151}],"group":535,"skill":3685,"orbitIndex":18,"name":"All Attributes","orbit":7},"43647":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[{"orbit":0,"id":32507}],"group":539,"skill":43647,"orbitIndex":17,"name":"Minion Offence Mastery","orbit":2},"12166":{"stats":["3% increased Cast Speed with Cold Skills"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[],"group":1069,"skill":12166,"orbitIndex":22,"name":"Cast Speed with Cold Skills","orbit":7},"26905":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":8821}],"group":713,"skill":26905,"orbitIndex":2,"name":"Lightning Damage","orbit":3},"55796":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds","skill":55796,"stats":["Reveal Weaknesses against Rare and Unique enemies","50% more damage against enemies with an Open Weakness"],"ascendancyName":"Amazon","connections":[{"orbit":0,"id":43095}],"group":1341,"orbitIndex":0,"isNotable":true,"name":"Predatory Instinct","orbit":0},"9164":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":25513}],"group":606,"skill":9164,"orbitIndex":45,"name":"Two Handed Damage","orbit":5},"60685":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":60685,"stats":["+5 to any Attribute"],"isAttribute":true,"group":701,"connections":[{"orbit":0,"id":1826}],"orbitIndex":0,"name":"Attribute","orbit":0},"62015":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":281,"skill":62015,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"44299":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":44299,"stats":["25% increased maximum Energy Shield","5% of Maximum Life Converted to Energy Shield"],"recipe":["Isolation","Paranoia","Isolation"],"connections":[{"orbit":0,"id":38105},{"orbit":0,"id":49455},{"orbit":0,"id":857}],"group":481,"orbitIndex":0,"isNotable":true,"name":"Enhanced Barrier","orbit":4},"8272":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds","skill":8272,"stats":["100 Passive Skill Points become Weapon Set Skill Points"],"ascendancyName":"Witchhunter","connections":[],"group":145,"orbitIndex":0,"isNotable":true,"name":"Weapon Master","orbit":0},"41008":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds","skill":41008,"stats":["Attacks using your Weapons have Added Physical Damage equal","to 25% of the Accuracy Rating on the Weapon"],"ascendancyName":"Amazon","connections":[],"group":1332,"orbitIndex":0,"isNotable":true,"name":"Penetrate","orbit":0},"23667":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":25312}],"group":247,"skill":23667,"orbitIndex":40,"name":"Totem Life","orbit":5},"44563":{"stats":["Debuffs you inflict have 4% increased Slow Magnitude","20% increased Hinder Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":7,"id":59053}],"group":907,"skill":44563,"orbitIndex":0,"name":"Slow Effect and Hinder Duration","orbit":0},"21495":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[],"group":1088,"skill":21495,"orbitIndex":14,"name":"Elemental Attack Damage","orbit":3},"1823":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":1823,"stats":["20% increased Light Radius","70% increased Energy Shield from Equipped Helmet"],"recipe":["Suffering","Paranoia","Suffering"],"connections":[],"group":514,"orbitIndex":60,"isNotable":true,"name":"Illuminated Crown","orbit":4},"48007":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":0,"id":36302}],"group":631,"skill":48007,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"17260":{"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","skill":17260,"stats":["25% increased Attack Damage"],"recipe":["Greed","Ire","Despair"],"connections":[{"orbit":-5,"id":33502}],"group":158,"orbitIndex":0,"isNotable":true,"name":"Tough Claw","orbit":0},"42981":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds","skill":42981,"stats":["Break 40% increased Armour","25% increased Physical Damage"],"recipe":["Suffering","Envy","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":0,"id":56104}],"group":527,"orbitIndex":40,"isNotable":true,"name":"Cruel Methods","orbit":4},"32727":{"stats":["Break Armour on Critical Hit with Spells equal to 5% of Physical Damage dealt"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[],"group":539,"skill":32727,"orbitIndex":23,"name":"Armour Break","orbit":2},"53683":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":53683,"stats":["30% chance when you Reload a Crossbow to be immediate"],"recipe":["Paranoia","Despair","Isolation"],"connections":[{"orbit":0,"id":30082},{"orbit":0,"id":61432}],"group":762,"orbitIndex":0,"isNotable":true,"name":"Efficient Loading","orbit":0},"42857":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","connections":[{"orbit":3,"id":20024},{"orbit":0,"id":7576}],"group":757,"skill":42857,"orbitIndex":16,"name":"Skill Speed","orbit":7},"19044":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":19044,"stats":["3% increased Spell Damage per 100 maximum Mana"],"recipe":["Disgust","Fear","Despair"],"connections":[{"orbit":0,"id":53188}],"group":836,"orbitIndex":0,"isNotable":true,"name":"Arcane Intensity","orbit":1},"58182":{"stats":["Gain 3 Life per Enemy Killed"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[{"orbit":-5,"id":49220}],"group":837,"skill":58182,"orbitIndex":22,"name":"Life on Kill","orbit":3},"63600":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":36364}],"group":1219,"skill":63600,"orbitIndex":0,"name":"Electrocute Buildup","orbit":0},"22147":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":22147,"stats":[],"ascendancyName":"Chronomancer","isAscendancyStart":true,"group":275,"connections":[{"orbit":0,"id":18678},{"orbit":0,"id":50219},{"orbit":0,"id":1579},{"orbit":-4,"id":27990},{"orbit":4,"id":43128},{"orbit":0,"id":54194}],"orbitIndex":0,"name":"Chronomancer","orbit":9},"52229":{"icon":"Art/2DArt/SkillIcons/passives/AuraNotable.dds","skill":52229,"stats":["Orb Skills have +1 to Limit"],"recipe":["Disgust","Suffering","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":521,"orbitIndex":0,"isNotable":true,"name":"Secrets of the Orb","orbit":0},"8629":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":307,"skill":8629,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"28556":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28556,"stats":["+5 to any Attribute"],"isAttribute":true,"group":728,"connections":[],"orbitIndex":12,"name":"Attribute","orbit":3},"39411":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds","skill":39411,"stats":["+1 to maximum number of Summoned Totems","Trigger Ancestral Spirits when you Summon a Totem","Grants Skill: Ancestral Spirits"],"ascendancyName":"Warbringer","connections":[{"orbit":0,"id":48682}],"group":29,"orbitIndex":0,"isNotable":true,"name":"Answered Call","orbit":0},"10320":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":3,"id":14548}],"group":778,"skill":10320,"orbitIndex":18,"name":"Minion Life","orbit":7},"6626":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":4,"id":46475}],"group":534,"skill":6626,"orbitIndex":21,"name":"Armour and Evasion","orbit":2},"44298":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":0,"id":46024}],"group":194,"skill":44298,"orbitIndex":0,"name":"Elemental Mastery","orbit":0},"45632":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":45632,"stats":["10% increased Mana Regeneration Rate","6% of Damage taken Recouped as Mana"],"recipe":["Fear","Ire","Paranoia"],"connections":[{"orbit":0,"id":24551}],"group":215,"orbitIndex":19,"isNotable":true,"name":"Mind Eraser","orbit":7},"5817":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds","skill":5817,"stats":["3% less Damage taken per Tailwind"],"ascendancyName":"Deadeye","connections":[],"group":1298,"orbitIndex":0,"isNotable":true,"name":"Wind Ward","orbit":0},"53823":{"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","skill":53823,"stats":["25% increased Chance to Block if you've Blocked with Active Block Recently","50% increased Defences from Equipped Shield"],"recipe":["Ire","Despair","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[{"orbit":-3,"id":10508}],"group":111,"orbitIndex":18,"isNotable":true,"name":"Towering Shield","orbit":3},"60560":{"stats":["20% increased Damage with Hits against Enemies that are on Full Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":29527}],"group":1178,"skill":60560,"orbitIndex":0,"name":"Damage vs Full Life","orbit":0},"15301":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":4709},{"orbit":0,"id":64064}],"group":1127,"skill":15301,"orbitIndex":13,"name":"Accuracy","orbit":2},"24129":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":1010,"skill":24129,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"59503":{"stats":["8% increased Critical Hit Chance for Attacks","8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":22208}],"group":1136,"skill":59503,"orbitIndex":13,"name":"Accuracy and Critical Chance","orbit":7},"56061":{"stats":["14% increased Damage with Hits against Burning Enemies"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[],"group":330,"skill":56061,"orbitIndex":12,"name":"Damage against Burning Enemies","orbit":2},"57785":{"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","skill":57785,"stats":["25% increased Ballista Critical Damage Bonus","20% increased Ballista Critical Hit Chance"],"recipe":["Greed","Despair","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[{"orbit":0,"id":31112},{"orbit":0,"id":56897}],"group":771,"orbitIndex":6,"isNotable":true,"name":"Trained Turrets","orbit":7},"25591":{"stats":["10% increased Armour","+10% of Armour also applies to Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":25315},{"orbit":0,"id":20115}],"group":167,"skill":25591,"orbitIndex":6,"name":"Armour and Applies to Cold Damage","orbit":2},"62542":{"stats":["10% increased Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":7,"id":16329},{"orbit":0,"id":57821}],"group":1158,"skill":62542,"orbitIndex":0,"name":"Flask Charges Gained","orbit":3},"56325":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":21280}],"group":855,"skill":56325,"orbitIndex":0,"name":"Evasion","orbit":0},"15270":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1212,"skill":15270,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"54351":{"stats":["Recover 1% of maximum Life on Kill"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[{"orbit":-6,"id":52464}],"group":1049,"skill":54351,"orbitIndex":7,"name":"Life on Kill","orbit":7},"17788":{"isSwitchable":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","options":{"Abyssal Lich":{"jewelOverlay":{"path":"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketcanallocate.dds","unalloc":"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketnormal.dds","alloc":"art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketactive.dds"},"ascendancyName":"Abyssal Lich"}},"jewelOverlay":{"path":"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketcanallocate.dds","unalloc":"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketnormal.dds","alloc":"art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketactive.dds"},"skill":17788,"connections":[],"stats":["Can Socket a non-Unique Basic Jewel into the Phylactery","100% increased Effect of the Socketed Jewel","50% more Mana Cost of Skills if you have no Energy Shield"],"ascendancyName":"Lich","containJewelSocket":true,"group":999,"orbitIndex":0,"isNotable":true,"name":"Crystalline Phylactery","orbit":6},"61741":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":61741,"stats":["10% increased Skill Effect Duration","40% increased Poison Duration"],"recipe":["Despair","Isolation","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[{"orbit":2,"id":40024}],"group":1054,"orbitIndex":0,"isNotable":true,"name":"Lasting Toxins","orbit":0},"26772":{"stats":["Debuffs you inflict have 5% increased Slow Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":2,"id":24240},{"orbit":3,"id":45774}],"group":1038,"skill":26772,"orbitIndex":22,"name":"Slow Effect","orbit":7},"48006":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":48006,"stats":["15% increased Attack Area Damage","12% increased Area of Effect for Attacks"],"recipe":["Ire","Ire","Despair"],"connections":[{"orbit":0,"id":33604}],"group":498,"orbitIndex":9,"isNotable":true,"name":"Devastation","orbit":7},"59362":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59362,"stats":["+5 to any Attribute"],"isAttribute":true,"group":624,"connections":[{"orbit":0,"id":41669},{"orbit":0,"id":62677},{"orbit":0,"id":50720}],"orbitIndex":0,"name":"Attribute","orbit":0},"5305":{"stats":["3% increased Skill Speed"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":0,"id":3431},{"orbit":0,"id":24287}],"group":1171,"skill":5305,"orbitIndex":2,"name":"Skill Speed","orbit":1},"12462":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":64299}],"group":446,"skill":12462,"orbitIndex":20,"name":"Aura Effect","orbit":3},"17664":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":17664,"stats":["50% increased Critical Damage Bonus against Enemies that have exited your Presence Recently"],"recipe":["Envy","Envy","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[{"orbit":0,"id":11463},{"orbit":0,"id":33348}],"group":1183,"orbitIndex":0,"isNotable":true,"name":"Decisive Retreat","orbit":0},"16100":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":16100,"stats":["20% increased Evasion Rating"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":7,"id":65173}],"orbitIndex":0,"name":"Evasion","orbit":8},"48658":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":48658,"stats":["30% increased Freeze Buildup","20% increased Chill Duration on Enemies","20% increased Magnitude of Chill you inflict"],"recipe":["Greed","Fear","Despair"],"connections":[],"group":919,"orbitIndex":0,"isNotable":true,"name":"Shattering","orbit":0},"26648":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":24256},{"orbit":0,"id":52125}],"group":660,"skill":26648,"orbitIndex":21,"name":"Deflection","orbit":2},"37302":{"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","skill":37302,"stats":["Attacks used by Ballistas have 10% increased Attack Speed","50% increased Ballista Immobilisation buildup"],"recipe":["Guilt","Paranoia","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":477,"orbitIndex":20,"isNotable":true,"name":"Kept at Bay","orbit":3},"34401":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern","connections":[],"group":1202,"skill":34401,"orbitIndex":0,"name":"Blind Mastery","orbit":0},"46688":{"stats":["3% increased Attack Speed with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":-2,"id":4238}],"group":1023,"skill":46688,"orbitIndex":1,"name":"One Handed Attack Speed","orbit":7},"38497":{"stats":["6% reduced Charm Charges used"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-5,"id":62803}],"group":1146,"skill":38497,"orbitIndex":19,"name":"Charm Charges Used","orbit":7},"63863":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[],"group":720,"skill":63863,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"54340":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":282,"skill":54340,"orbitIndex":3,"name":"Armour Mastery","orbit":2},"41522":{"icon":"Art/2DArt/SkillIcons/passives/MasteryDuration.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[],"group":901,"skill":41522,"orbitIndex":0,"name":"Duration Mastery","orbit":0},"32943":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":16938},{"orbit":0,"id":29930},{"orbit":0,"id":16484}],"group":871,"skill":32943,"orbitIndex":67,"name":"Damage and Companion Damage","orbit":4},"45090":{"stats":["12% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":36027}],"group":185,"skill":45090,"orbitIndex":19,"name":"Attack Damage","orbit":7},"8831":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":8831,"stats":["20% increased Critical Damage Bonus","+10 to Strength","20% increased Physical Damage"],"recipe":["Isolation","Despair","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":0,"id":14082}],"group":1016,"orbitIndex":0,"isNotable":true,"name":"Tempered Mind","orbit":0},"46023":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[],"group":372,"skill":46023,"orbitIndex":3,"name":"Armour","orbit":3},"28101":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":57571},{"orbit":-7,"id":43867}],"group":1238,"skill":28101,"orbitIndex":12,"name":"Fire Penetration","orbit":2},"3084":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":3084,"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"ascendancyName":"Gemling Legionnaire","group":397,"connections":[{"orbit":2147483647,"id":30996}],"orbitIndex":0,"name":"Reduced Attribute Requirements","orbit":0},"35581":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":35581,"stats":["16% reduced Skill Effect Duration","10% reduced Slowing Potency of Debuffs on You"],"recipe":["Paranoia","Isolation","Paranoia"],"connections":[{"orbit":0,"id":26895}],"group":407,"orbitIndex":0,"isNotable":true,"name":"Near at Hand","orbit":0},"52630":{"stats":["40% increased Critical Damage Bonus against Enemies that are on Full Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":61800},{"orbit":0,"id":28371}],"group":1178,"skill":52630,"orbitIndex":13,"name":"Critical Damage vs Full Life","orbit":7},"45354":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":64948},{"orbit":0,"id":21568}],"group":201,"skill":45354,"orbitIndex":9,"name":"Aura Effect","orbit":2},"27234":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":744,"skill":27234,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"26383":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds","skill":26383,"stats":["Base Critical Hit Chance for Spells is 15%"],"ascendancyName":"Blood Mage","connections":[{"orbit":8,"id":48551}],"group":795,"orbitIndex":59,"isNotable":true,"name":"Sunder the Flesh","orbit":8},"45230":{"stats":["20% increased Area of Effect of Curses"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":28229}],"group":802,"skill":45230,"orbitIndex":4,"name":"Curse Area","orbit":2},"57379":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":57379,"stats":["40% increased Melee Damage with Hits at Close Range"],"recipe":["Fear","Greed","Envy"],"connections":[{"orbit":0,"id":39190},{"orbit":0,"id":49111}],"group":58,"orbitIndex":15,"isNotable":true,"name":"In Your Face","orbit":3},"11771":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":11771,"stats":["4% increased Skill Speed"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":52395}],"orbitIndex":22,"name":"Skill Speed","orbit":5},"22873":{"stats":["Damage Penetrates 4% of Enemy Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":7,"id":7777},{"orbit":0,"id":64318}],"group":261,"skill":22873,"orbitIndex":4,"name":"Elemental Penetration","orbit":3},"45494":{"stats":["20% increased Ballista Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[],"group":477,"skill":45494,"orbitIndex":9,"name":"Ballista Immobilisation Buildup","orbit":3},"58312":{"stats":["5% increased Culling Strike Threshold"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":49497}],"group":965,"skill":58312,"orbitIndex":10,"name":"Culling Strike Threshold","orbit":7},"50121":{"stats":["10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":3128}],"group":1042,"skill":50121,"orbitIndex":0,"name":"Cold Damage","orbit":0},"27176":{"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","skill":27176,"stats":["20% increased Critical Damage Bonus if you've gained a Power Charge Recently","+1 to Maximum Power Charges"],"recipe":["Envy","Paranoia","Suffering"],"connections":[],"group":884,"orbitIndex":0,"isNotable":true,"name":"The Power Within","orbit":0},"37691":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-6,"id":42750}],"group":1049,"skill":37691,"orbitIndex":13,"name":"Attack Damage","orbit":7},"1922":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":51184}],"group":609,"skill":1922,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"16466":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":16466,"stats":["5% increased Cast Speed","15% increased Mana Regeneration Rate","+10 to Intelligence"],"recipe":["Fear","Envy","Paranoia"],"connections":[{"orbit":0,"id":40196}],"group":954,"orbitIndex":0,"isNotable":true,"name":"Mental Alacrity","orbit":2},"21089":{"stats":["Thorns Damage has 25% chance to ignore Enemy Armour"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":7,"id":31848}],"group":200,"skill":21089,"orbitIndex":20,"name":"Thorns Ignore Armour","orbit":7},"48537":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds","skill":48537,"stats":["Modifiers to Maximum Fire Resistance also grant Maximum Cold and Lightning Resistance"],"ascendancyName":"Smith of Kitava","connections":[],"group":13,"orbitIndex":0,"isNotable":true,"name":"Forged in Flame","orbit":0},"46146":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":0,"id":43691}],"group":918,"skill":46146,"orbitIndex":4,"name":"Mana Leech","orbit":7},"35985":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[],"group":1190,"skill":35985,"orbitIndex":18,"name":"Melee Damage","orbit":6},"28431":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich"}},"skill":28431,"isSwitchable":true,"stats":["Your Life cannot change while you have Energy Shield"],"ascendancyName":"Lich","connections":[],"group":999,"orbitIndex":40,"isNotable":true,"name":"Eternal Life","orbit":9},"3949":{"stats":["Empowered Attacks deal 8% increased Damage","5% increased total Power counted by Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":27296},{"orbit":2,"id":15247}],"group":93,"skill":3949,"orbitIndex":10,"name":"Empowered Attack Damage and Power Counted","orbit":2},"44176":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":57047}],"group":647,"skill":44176,"orbitIndex":18,"name":"All Attributes","orbit":7},"12066":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds","connections":[{"orbit":0,"id":48734}],"group":1252,"skill":12066,"orbitIndex":8,"name":"Aura Magnitude","orbit":3},"13882":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern","connections":[],"group":588,"skill":13882,"orbitIndex":0,"name":"Infusion Mastery","orbit":0},"46674":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":35921},{"orbit":0,"id":64807}],"group":169,"skill":46674,"orbitIndex":16,"name":"Attack Area","orbit":2},"37164":{"stats":["10% increased Magnitude of Non-Damaging Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","connections":[{"orbit":2147483647,"id":419}],"group":997,"skill":37164,"orbitIndex":16,"name":"Non-Damaging Ailment Magnitude","orbit":2},"23013":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1050,"skill":23013,"orbitIndex":42,"name":"Attack Mastery","orbit":4},"18049":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies within 2m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":5802}],"group":1125,"skill":18049,"orbitIndex":22,"name":"Projectile Damage","orbit":7},"41665":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":6,"id":50562}],"group":256,"skill":41665,"orbitIndex":2,"name":"Critical Damage","orbit":3},"3918":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":59695}],"group":532,"skill":3918,"orbitIndex":15,"name":"Mana Regeneration","orbit":2},"33596":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[],"group":724,"skill":33596,"orbitIndex":0,"name":"Crossbow Mastery","orbit":0},"62936":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","connections":[{"orbit":7,"id":51891}],"group":1112,"skill":62936,"orbitIndex":11,"name":"Damage from Mana","orbit":2},"39274":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":2119}],"group":519,"skill":39274,"orbitIndex":6,"name":"Life Leech","orbit":2},"59368":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds","connections":[{"orbit":4,"id":61215},{"orbit":0,"id":48116}],"group":1217,"skill":59368,"orbitIndex":2,"name":"Stun Threshold","orbit":7},"18115":{"stats":["12% increased Grenade Damage"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":48856}],"group":724,"skill":18115,"orbitIndex":7,"name":"Grenade Damage","orbit":7},"8397":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","skill":8397,"stats":["40% increased Spell Damage if one of your Minions has died Recently"],"recipe":["Envy","Ire","Fear"],"connections":[{"orbit":0,"id":41130},{"orbit":0,"id":1220}],"group":545,"orbitIndex":0,"isNotable":true,"name":"Empowering Remains","orbit":7},"28092":{"stats":["Archon recovery period expires 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":7,"id":17061}],"group":432,"skill":28092,"orbitIndex":8,"name":"Archon Delay","orbit":7},"51968":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","options":{"Witch":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","name":"Physical Damage","id":18040}},"skill":51968,"stats":["10% increased Flammability Magnitude","10% increased Freeze Buildup","10% increased chance to Shock"],"isSwitchable":true,"group":599,"connections":[],"orbitIndex":18,"name":"Elemental Ailment Chance","orbit":3},"14045":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":33848}],"group":927,"skill":14045,"orbitIndex":48,"name":"Projectile Damage","orbit":5},"37304":{"stats":["10% increased Magnitude of Chill you inflict","10% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":4,"id":336},{"orbit":-4,"id":61921},{"orbit":0,"id":64543}],"group":1123,"skill":37304,"orbitIndex":57,"name":"Elemental","orbit":4},"9227":{"icon":"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds","skill":9227,"stats":["75% increased Melee Damage with Spears while Surrounded","40% increased Projectile Damage with Spears while there are no Enemies within 3m"],"recipe":["Fear","Ire","Greed"],"connections":[{"orbit":0,"id":36071}],"group":1196,"orbitIndex":4,"isNotable":true,"name":"Focused Thrust","orbit":2},"26308":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds","connections":[{"orbit":-9,"id":27017}],"group":986,"skill":26308,"orbitIndex":10,"name":"All Attributes","orbit":2},"15829":{"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","skill":15829,"stats":["Recover 2% of maximum Mana on Kill","25% increased amount of Mana Leeched"],"recipe":["Paranoia","Envy","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[{"orbit":0,"id":46146}],"group":918,"orbitIndex":0,"isNotable":true,"name":"Siphon","orbit":0},"2091":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[],"group":1054,"skill":2091,"orbitIndex":18,"name":"Poison Chance","orbit":4},"40345":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":40345,"stats":["25% reduced Curse Duration","18% increased Curse Magnitudes"],"recipe":["Suffering","Fear","Suffering"],"connections":[{"orbit":0,"id":37991},{"orbit":0,"id":50540}],"group":697,"orbitIndex":0,"isNotable":true,"name":"Master of Hexes","orbit":7},"33736":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":33736,"stats":["4% increased Skill Speed"],"ascendancyName":"Pathfinder","group":1310,"connections":[{"orbit":0,"id":61991}],"orbitIndex":86,"name":"Skill Speed","orbit":9},"9421":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":9421,"stats":["Damage Penetrates 15% Cold Resistance","+10 to Intelligence"],"recipe":["Isolation","Guilt","Disgust"],"connections":[{"orbit":0,"id":60170}],"group":1068,"orbitIndex":8,"isNotable":true,"name":"Snowpiercer","orbit":2},"37568":{"stats":["Hits against you have 5% reduced Critical Damage Bonus","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds","connections":[{"orbit":0,"id":45370}],"group":1057,"skill":37568,"orbitIndex":6,"name":"Strength and Critical Damage Bonus on You","orbit":2},"37956":{"stats":["8% reduced Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":3,"id":35581}],"group":404,"skill":37956,"orbitIndex":0,"name":"Reduced Duration","orbit":0},"51565":{"stats":["6% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":2335},{"orbit":0,"id":22682}],"group":1013,"skill":51565,"orbitIndex":6,"name":"Additional Spell Projectiles","orbit":3},"23343":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":3,"id":58388}],"group":975,"skill":23343,"orbitIndex":21,"name":"Life Flasks","orbit":2},"42845":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":42845,"stats":["Banner Skills have 20% increased Area of Effect"],"ascendancyName":"Tactician","group":244,"connections":[{"orbit":0,"id":10371}],"orbitIndex":0,"name":"Banner Area","orbit":0},"20504":{"stats":["Recover 5 Life when you Block"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-5,"id":62341}],"group":841,"skill":20504,"orbitIndex":0,"name":"Block","orbit":0},"26572":{"stats":["15% increased Critical Hit Chance against Dazed Enemies"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":47514}],"group":1250,"skill":26572,"orbitIndex":12,"name":"Daze on Hit","orbit":2},"10251":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":7204}],"group":171,"skill":10251,"orbitIndex":16,"name":"Stun Buildup","orbit":2},"48135":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":0,"id":12750}],"group":850,"skill":48135,"orbitIndex":12,"name":"Charm Charges","orbit":7},"55397":{"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","options":{"Huntress":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","name":"Ailment Threshold","id":1247}},"skill":55397,"stats":["15% increased Flask Charges gained"],"isSwitchable":true,"group":818,"connections":[{"orbit":0,"id":44527}],"orbitIndex":21,"name":"Flask Charges Gained","orbit":7},"33209":{"stats":["Spells Cast by Totems have 4% increased Cast Speed","Attacks used by Totems have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[],"group":289,"skill":33209,"orbitIndex":2,"name":"Totem Cast and Attack Speed","orbit":4},"15899":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":9,"id":21627}],"group":602,"skill":15899,"orbitIndex":6,"name":"Bleeding Damage","orbit":2},"4015":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":3,"id":47429},{"orbit":-6,"id":59466},{"orbit":0,"id":49136}],"group":308,"skill":4015,"orbitIndex":6,"name":"Warcry Cooldown","orbit":4},"11337":{"stats":["15% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":5,"id":23427},{"orbit":0,"id":44455}],"group":635,"skill":11337,"orbitIndex":16,"name":"Chill Effect","orbit":3},"59367":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":10774}],"group":343,"skill":59367,"orbitIndex":6,"name":"Slow Effect on You","orbit":2},"1988":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds","skill":1988,"stats":["Grants Skill: Supporting Fire"],"ascendancyName":"Tactician","connections":[],"group":328,"orbitIndex":0,"isNotable":true,"name":"Unleash Hell!","orbit":0},"11306":{"stats":["Gain 1 Rage on Melee Axe Hit"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":57880}],"group":109,"skill":11306,"orbitIndex":5,"name":"Axe Rage on Hit","orbit":2},"25779":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":25779,"stats":["10% increased maximum Darkness"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":41076}],"orbitIndex":34,"name":"Darkness","orbit":9},"65173":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds","skill":65173,"stats":["Physical Damage Reduction from Armour is based on your combined Armour and Evasion Rating","50% less Evasion Rating"],"ascendancyName":"Invoker","connections":[],"group":1302,"orbitIndex":139,"isNotable":true,"name":"...and Protect me from Harm","orbit":9},"11275":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":0,"id":13893}],"group":70,"skill":11275,"orbitIndex":12,"name":"Fire Penetration","orbit":7},"50383":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern","connections":[],"group":604,"skill":50383,"orbitIndex":0,"name":"Infusion Mastery","orbit":0},"27761":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":27761,"stats":["Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack","Successfully Parrying a Projectile Hit grants 40% increased Damage to your next Melee Attack"],"recipe":["Guilt","Guilt","Fear"],"connections":[{"orbit":0,"id":5826}],"group":899,"orbitIndex":0,"isNotable":true,"name":"Counterstancing","orbit":0},"58838":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":6,"id":26725}],"group":235,"skill":58838,"orbitIndex":60,"name":"Stun Threshold","orbit":5},"65437":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":63064}],"group":852,"skill":65437,"orbitIndex":14,"name":"Energy Shield Delay","orbit":2},"27373":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":27373,"stats":["+5 to any Attribute"],"isAttribute":true,"group":418,"connections":[{"orbit":-6,"id":53405},{"orbit":-6,"id":51369}],"orbitIndex":51,"name":"Attribute","orbit":5},"21156":{"stats":["15% increased Endurance, Frenzy and Power Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds","connections":[{"orbit":0,"id":34623}],"group":1236,"skill":21156,"orbitIndex":8,"name":"Charge Duration","orbit":7},"41651":{"stats":["Banner Skills have 15% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":43791},{"orbit":-5,"id":53320}],"group":530,"skill":41651,"orbitIndex":2,"name":"Banner Area","orbit":2},"37026":{"stats":["Break 10% increased Armour","6% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":27513}],"group":1223,"skill":37026,"orbitIndex":2,"name":"Armour Break and Physical Damage","orbit":1},"44690":{"stats":["8% reduced Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":14127}],"group":901,"skill":44690,"orbitIndex":5,"name":"Reduced Duration","orbit":2},"703":{"stats":["Gain additional Stun Threshold equal to 12% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-3,"id":44917}],"group":824,"skill":703,"orbitIndex":2,"name":"Stun Threshold from Energy Shield","orbit":1},"62670":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":101,"skill":62670,"orbitIndex":0,"name":"Minion Defence Mastery","orbit":0},"56453":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":56453,"stats":["40% increased Attack Damage when on Full Life","60% increased Attack Damage when on Low Life"],"recipe":["Greed","Paranoia","Greed"],"connections":[{"orbit":0,"id":37691}],"group":1049,"orbitIndex":39,"isNotable":true,"name":"Killer Instinct","orbit":5},"6229":{"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","skill":6229,"stats":["40% increased Critical Damage Bonus with One Handed Melee Weapons"],"recipe":["Fear","Ire","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":7,"id":26490}],"group":395,"orbitIndex":5,"isNotable":true,"name":"Push the Advantage","orbit":7},"24259":{"stats":["Attacks used by Totems have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":62609}],"group":247,"skill":24259,"orbitIndex":32,"name":"Totem Attack Speed","orbit":5},"35708":{"stats":["15% increased Magnitude of Chill you inflict"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":41154}],"group":160,"skill":35708,"orbitIndex":12,"name":"Chill Effect","orbit":2},"3282":{"stats":["20% increased Ballista Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":52860}],"group":477,"skill":3282,"orbitIndex":15,"name":"Ballista Immobilisation Buildup","orbit":3},"11376":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":11376,"stats":["Minions have 40% increased Critical Hit Chance"],"recipe":["Despair","Despair","Suffering"],"connections":[{"orbit":0,"id":35492}],"group":621,"orbitIndex":10,"isNotable":true,"name":"Necrotic Touch","orbit":1},"49984":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","skill":49984,"stats":["32% increased Spell Damage while wielding a Melee Weapon","+10 to Dexterity"],"recipe":["Despair","Fear","Fear"],"connections":[],"group":1049,"orbitIndex":57,"isNotable":true,"name":"Spellblade","orbit":5},"29611":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29611,"stats":["+5 to any Attribute"],"isAttribute":true,"group":87,"connections":[{"orbit":0,"id":41768}],"orbitIndex":0,"name":"Attribute","orbit":0},"24135":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":24135,"stats":["12% increased Critical Hit Chance"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":0,"id":34419}],"orbitIndex":6,"name":"Critical Chance","orbit":9},"36639":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":-6,"id":62677},{"orbit":0,"id":32009}],"group":700,"skill":36639,"orbitIndex":22,"name":"Curse Duration","orbit":7},"42984":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":21184}],"group":79,"skill":42984,"orbitIndex":4,"name":"Attack Area","orbit":1},"18519":{"stats":["8% increased amount of Life Leeched","Companions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-7,"id":30910}],"group":913,"skill":18519,"orbitIndex":16,"name":"Life Leech and Companion Damage","orbit":7},"52354":{"stats":["16% increased Attack Damage against Rare or Unique Enemies"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":41171}],"group":840,"skill":52354,"orbitIndex":0,"name":"Attack Damage","orbit":0},"35848":{"stats":["10% increased Life and Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[],"group":811,"skill":35848,"orbitIndex":20,"name":"Flask Recovery","orbit":7},"2021":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":2021,"stats":["30% increased Mana Recovery from Flasks","8% increased Attack and Cast Speed during Effect of any Mana Flask"],"recipe":["Disgust","Greed","Guilt"],"connections":[{"orbit":0,"id":25857}],"group":1215,"orbitIndex":0,"isNotable":true,"name":"Wellspring","orbit":7},"17057":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":2,"id":17025}],"group":555,"skill":17057,"orbitIndex":0,"name":"Lightning Damage","orbit":1},"51299":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51299,"stats":["+5 to any Attribute"],"isAttribute":true,"group":445,"connections":[{"orbit":0,"id":35265},{"orbit":0,"id":19802},{"orbit":0,"id":44419}],"orbitIndex":0,"name":"Attribute","orbit":2},"40471":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds","connections":[{"orbit":-2,"id":19027},{"orbit":0,"id":7847}],"group":1236,"skill":40471,"orbitIndex":16,"name":"Dexterity","orbit":7},"9918":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":16626}],"group":221,"skill":9918,"orbitIndex":4,"name":"Area Damage","orbit":2},"39540":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":19680}],"group":446,"skill":39540,"orbitIndex":49,"name":"Critical Chance","orbit":4},"20691":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":41739}],"group":448,"skill":20691,"orbitIndex":10,"name":"Stun Buildup","orbit":2},"62661":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":434,"skill":62661,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"46275":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":3894}],"group":481,"skill":46275,"orbitIndex":35,"name":"Stun and Ailment Threshold from Energy Shield","orbit":4},"18717":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":60483}],"group":1197,"skill":18717,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"59093":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59093,"stats":["+5 to any Attribute"],"isAttribute":true,"group":206,"connections":[{"orbit":0,"id":14110},{"orbit":0,"id":5088},{"orbit":0,"id":53444}],"orbitIndex":0,"name":"Attribute","orbit":0},"42583":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":2147483647,"id":6714}],"group":525,"skill":42583,"orbitIndex":18,"name":"Life Regeneration Rate","orbit":2},"64379":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":64379,"stats":["12% increased Spell Damage"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":-4,"id":25239}],"orbitIndex":69,"name":"Spell Damage","orbit":8},"64643":{"stats":["20% increased Power Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":56360},{"orbit":0,"id":27176}],"group":884,"skill":64643,"orbitIndex":3,"name":"Power Charge Duration","orbit":2},"40068":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":32683}],"group":854,"skill":40068,"orbitIndex":38,"name":"Freeze Buildup","orbit":4},"51040":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":9652}],"group":1115,"skill":51040,"orbitIndex":0,"name":"Deflection","orbit":0},"7604":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":7604,"stats":["+30 to Accuracy Rating","8% increased Melee Attack Speed"],"recipe":["Ire","Fear","Fear"],"connections":[{"orbit":0,"id":35985},{"orbit":0,"id":19074}],"group":1190,"orbitIndex":8,"isNotable":true,"name":"Rapid Strike","orbit":3},"47204":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":43014}],"group":318,"skill":47204,"orbitIndex":22,"name":"Melee Damage","orbit":3},"29148":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29148,"stats":["+5 to any Attribute"],"isAttribute":true,"group":468,"connections":[{"orbit":0,"id":34840}],"orbitIndex":0,"name":"Attribute","orbit":0},"26447":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":26447,"stats":["30% increased Energy Shield Recharge Rate","20% increased Mana Regeneration Rate"],"recipe":["Paranoia","Suffering","Ire"],"connections":[{"orbit":0,"id":12918},{"orbit":0,"id":49633}],"group":663,"orbitIndex":0,"isNotable":true,"name":"Refocus","orbit":2},"23608":{"stats":["10% increased Magnitude of Poison you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":2,"id":61741},{"orbit":-2,"id":24401}],"group":1054,"skill":23608,"orbitIndex":20,"name":"Poison Damage","orbit":7},"23930":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":46024},{"orbit":0,"id":58295}],"group":202,"skill":23930,"orbitIndex":40,"name":"Elemental Damage","orbit":4},"61215":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds","connections":[{"orbit":3,"id":37242}],"group":1217,"skill":61215,"orbitIndex":8,"name":"Stun Threshold","orbit":7},"13619":{"stats":["15% increased Life Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":12208},{"orbit":0,"id":59600}],"group":1027,"skill":13619,"orbitIndex":0,"name":"Life Flask Charges","orbit":7},"30808":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30808,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1253,"connections":[{"orbit":0,"id":14267},{"orbit":-4,"id":28101}],"orbitIndex":0,"name":"Attribute","orbit":0},"20831":{"icon":"Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds","skill":20831,"stats":["25% increased Evasion Rating","40% increased Evasion Rating if you've Dodge Rolled Recently"],"connections":[{"orbit":0,"id":29843},{"orbit":0,"id":44875}],"group":818,"orbitIndex":14,"isNotable":true,"name":"Catlike Agility","orbit":2},"23996":{"stats":["15% increased Ballista damage"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":63828},{"orbit":0,"id":57785}],"group":771,"skill":23996,"orbitIndex":0,"name":"Ballista Damage","orbit":0},"56978":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":56978,"stats":["+5 to any Attribute"],"isAttribute":true,"group":679,"connections":[{"orbit":0,"id":21274}],"orbitIndex":0,"name":"Attribute","orbit":0},"35849":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":35849,"stats":["Regenerate 1.5% of maximum Life per second while stationary"],"recipe":["Envy","Guilt","Greed"],"connections":[],"group":110,"orbitIndex":0,"isNotable":true,"name":"Thickened Arteries","orbit":0},"47344":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":47344,"stats":["11% increased Chaos Damage"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":3781}],"orbitIndex":0,"name":"Chaos Damage","orbit":9},"14511":{"stats":["10% increased Stun Buildup","10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-3,"id":18207},{"orbit":0,"id":53719}],"group":80,"skill":14511,"orbitIndex":15,"name":"Melee and Stun","orbit":4},"58704":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds","skill":58704,"stats":["Break Armour equal to 10% of Hit Damage dealt"],"ascendancyName":"Warbringer","connections":[{"orbit":0,"id":49380}],"group":17,"orbitIndex":0,"isNotable":true,"name":"Anvil's Weight","orbit":0},"5936":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":65248}],"group":590,"skill":5936,"orbitIndex":36,"name":"Elemental Damage","orbit":4},"12890":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":12890,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1055,"connections":[{"orbit":0,"id":2091},{"orbit":0,"id":42118}],"orbitIndex":12,"name":"Attribute","orbit":6},"37695":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":-5,"id":11813}],"group":983,"skill":37695,"orbitIndex":0,"name":"Evasion","orbit":0},"16596":{"stats":["3% increased Attack and Cast Speed with Elemental Skills"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":7,"id":38535},{"orbit":0,"id":5088}],"group":261,"skill":16596,"orbitIndex":20,"name":"Speed with Elemental Skills","orbit":3},"40736":{"stats":["5% increased Attack Damage","8% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":34305},{"orbit":2,"id":15606}],"group":143,"skill":40736,"orbitIndex":10,"name":"Glory Generation and Attack Damage","orbit":7},"59356":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":1064,"skill":59356,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"41529":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-2,"id":21380}],"group":1039,"skill":41529,"orbitIndex":5,"name":"Critical Damage","orbit":2},"29288":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":29288,"stats":["Invocation Spells have 50% increased Critical Damage Bonus"],"recipe":["Isolation","Ire","Envy"],"connections":[{"orbit":0,"id":36759}],"group":998,"orbitIndex":1,"isNotable":true,"name":"Deadly Invocations","orbit":3},"151":{"stats":["16% increased Accuracy Rating at Close Range"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":34747}],"group":463,"skill":151,"orbitIndex":5,"name":"Accuracy","orbit":7},"61338":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":61338,"stats":["Damage Penetrates 15% Lightning Resistance","+10 to Dexterity"],"recipe":["Disgust","Paranoia","Isolation"],"connections":[],"group":582,"orbitIndex":6,"isNotable":true,"name":"Breath of Lightning","orbit":4},"35043":{"stats":["15% increased Parried Debuff Duration"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[],"group":1229,"skill":35043,"orbitIndex":36,"name":"Parried Duration","orbit":4},"24070":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":58397}],"group":1167,"skill":24070,"orbitIndex":0,"name":"Dexterity","orbit":0},"55400":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":30372}],"group":1051,"skill":55400,"orbitIndex":5,"name":"Lightning Penetration","orbit":2},"48524":{"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","skill":48524,"stats":["25% increased Life Regeneration rate","25% of Spell Mana Cost Converted to Life Cost"],"recipe":["Paranoia","Paranoia","Suffering"],"connections":[{"orbit":0,"id":43818}],"group":413,"orbitIndex":4,"isNotable":true,"name":"Blood Transfusion","orbit":2},"40333":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":2,"id":24178}],"group":1108,"skill":40333,"orbitIndex":12,"name":"Damage and Companion Damage","orbit":7},"4664":{"stats":["6% increased Trap Throwing Speed"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":43938}],"group":1221,"skill":4664,"orbitIndex":42,"name":"Trap Throw Speed","orbit":6},"63981":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":63981,"stats":["30% increased Stun Recovery","30% increased Stun Threshold if you haven't been Stunned Recently"],"recipe":["Envy","Ire","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[{"orbit":0,"id":8194}],"group":1109,"orbitIndex":4,"isNotable":true,"name":"Deft Recovery","orbit":7},"63064":{"icon":"Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds","skill":63064,"stats":["30% faster start of Energy Shield Recharge","30% increased Stun Threshold while on Full Life"],"connections":[{"orbit":3,"id":30634},{"orbit":0,"id":54413}],"group":852,"orbitIndex":10,"isNotable":true,"name":"Mystic Stance","orbit":2},"9290":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":9290,"stats":["30% increased Pin Buildup","Bleeding you inflict on Pinned Enemies is Aggravated"],"recipe":["Suffering","Guilt","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":602,"orbitIndex":57,"isNotable":true,"name":"Rusted Pins","orbit":4},"55664":{"stats":["10% increased Presence Area of Effect","Companions have 10% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-3,"id":31826}],"group":1156,"skill":55664,"orbitIndex":0,"name":"Presence Area and Companion Area","orbit":4},"40597":{"stats":["Attacks used by Ballistas have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":53607},{"orbit":0,"id":58817}],"group":477,"skill":40597,"orbitIndex":9,"name":"Ballista Attack Speed","orbit":4},"17058":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":17058,"stats":["-20% to all Elemental Resistances"],"ascendancyName":"Ritualist","group":1359,"connections":[],"orbitIndex":0,"name":"Reduced Resistances","orbit":0},"50510":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":46384}],"group":74,"skill":50510,"orbitIndex":18,"name":"Shield Block","orbit":4},"21945":{"stats":["5% chance to Daze on Hit"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":61718},{"orbit":0,"id":26572},{"orbit":0,"id":39128},{"orbit":0,"id":54545}],"group":1250,"skill":21945,"orbitIndex":0,"name":"Damage and Criticals vs Dazed Enemies","orbit":0},"28693":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":7,"id":49280}],"group":552,"skill":28693,"orbitIndex":1,"name":"Armour and Evasion","orbit":2},"49455":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[],"group":481,"skill":49455,"orbitIndex":5,"name":"Energy Shield","orbit":4},"25315":{"stats":["10% increased Armour","+10% of Armour also applies to Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":19820}],"group":167,"skill":25315,"orbitIndex":0,"name":"Armour and Applies to Cold Damage","orbit":2},"65310":{"stats":["6% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":22682}],"group":1013,"skill":65310,"orbitIndex":2,"name":"Additional Spell Projectiles","orbit":3},"10314":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":16256}],"group":836,"skill":10314,"orbitIndex":30,"name":"Mana Regeneration","orbit":4},"59355":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":994,"skill":59355,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"53675":{"stats":["15% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":59498}],"group":350,"skill":53675,"orbitIndex":0,"name":"Presence Area","orbit":2},"50107":{"stats":["15% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":50881}],"group":864,"skill":50107,"orbitIndex":16,"name":"Curse Effect on Self","orbit":2},"25513":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":25513,"stats":["5% reduced Attack Speed","20% increased Stun Buildup","40% increased Damage with Two Handed Weapons"],"recipe":["Despair","Fear","Envy"],"connections":[],"group":606,"orbitIndex":45,"isNotable":true,"name":"Overwhelm","orbit":6},"4313":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","name":"Attack Damage","id":55896}},"skill":4313,"stats":["8% increased Projectile Damage"],"isSwitchable":true,"group":768,"connections":[{"orbit":0,"id":28992}],"orbitIndex":6,"name":"Projectile Damage","orbit":7},"57373":{"stats":["15% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":4,"id":44733}],"group":442,"skill":57373,"orbitIndex":0,"name":"Flammability Magnitude","orbit":0},"23993":{"stats":["12% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":42981},{"orbit":0,"id":52684}],"group":527,"skill":23993,"orbitIndex":12,"name":"Physical Damage","orbit":2},"56844":{"stats":["15% increased Archon Buff duration"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":-2,"id":40929}],"group":932,"skill":56844,"orbitIndex":0,"name":"Archon Duration","orbit":7},"55789":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-2,"id":41665}],"group":256,"skill":55789,"orbitIndex":3,"name":"Critical Damage","orbit":4},"4346":{"stats":["20% increased Damage if you've dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":4519},{"orbit":0,"id":20677}],"group":961,"skill":4346,"orbitIndex":0,"name":"Damage on Critical","orbit":0},"22616":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":22616,"stats":["+5 to any Attribute"],"isAttribute":true,"group":375,"connections":[{"orbit":0,"id":51052},{"orbit":0,"id":17468},{"orbit":0,"id":48631}],"orbitIndex":54,"name":"Attribute","orbit":6},"38876":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38876,"stats":["+5 to any Attribute"],"isAttribute":true,"group":355,"connections":[{"orbit":0,"id":61490},{"orbit":0,"id":31903}],"orbitIndex":0,"name":"Attribute","orbit":0},"63451":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":63451,"stats":["30% increased Stun Buildup","Gain an Endurance Charge when you Heavy Stun a Rare or Unique Enemy"],"recipe":["Greed","Paranoia","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[{"orbit":0,"id":44406},{"orbit":0,"id":64312}],"group":322,"orbitIndex":6,"isNotable":true,"name":"Cranial Impact","orbit":6},"57513":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds","skill":57513,"isKeystone":true,"stats":["Converts all Energy Shield to Mana","Doubles Mana Costs"],"group":875,"connections":[],"orbitIndex":0,"name":"Eldritch Battery","orbit":0},"49320":{"stats":["10% increased Critical Hit Chance with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":52215}],"group":1243,"skill":49320,"orbitIndex":31,"name":"Dagger Critical Chance","orbit":6},"31129":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":31129,"stats":["Minions Revive 35% faster if all your Minions are Companions"],"recipe":["Despair","Despair","Ire"],"connections":[{"orbit":0,"id":24889}],"group":1156,"orbitIndex":1,"isNotable":true,"name":"Lifelong Friend","orbit":1},"24786":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24786,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1159,"connections":[{"orbit":0,"id":24287},{"orbit":0,"id":30657},{"orbit":0,"id":4378},{"orbit":0,"id":21225},{"orbit":0,"id":58848}],"orbitIndex":0,"name":"Attribute","orbit":0},"52361":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":7,"id":26107}],"group":1143,"skill":52361,"orbitIndex":9,"name":"Projectile Damage","orbit":2},"8631":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":32660},{"orbit":0,"id":59256},{"orbit":0,"id":30979}],"group":441,"skill":8631,"orbitIndex":2,"name":"Critical Chance","orbit":3},"44430":{"stats":["12% increased Damage with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":7062}],"group":763,"skill":44430,"orbitIndex":0,"name":"Crossbow Damage","orbit":0},"26107":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":26107,"stats":["3% increased Movement Speed","15% increased Projectile Speed","15% increased Projectile Damage"],"recipe":["Ire","Isolation","Despair"],"connections":[{"orbit":7,"id":33713},{"orbit":0,"id":56023}],"group":1143,"orbitIndex":0,"isNotable":true,"name":"Kite Runner","orbit":0},"59759":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds","skill":59759,"stats":["+10% to Maximum Chaos Resistance","Chaos Resistance is doubled"],"ascendancyName":"Acolyte of Chayula","connections":[],"group":1331,"orbitIndex":4,"isNotable":true,"name":"Chayula's Gift","orbit":8},"46152":{"stats":["10% increased Blind Effect"],"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","connections":[{"orbit":4,"id":40110}],"group":1270,"skill":46152,"orbitIndex":6,"name":"Blind Effect","orbit":1},"7488":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[],"group":437,"skill":7488,"orbitIndex":0,"name":"Leech Mastery","orbit":0},"21096":{"stats":["Banner Skills have 15% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":56388}],"group":541,"skill":21096,"orbitIndex":69,"name":"Banner Area","orbit":4},"53804":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":7,"id":56112}],"group":130,"skill":53804,"orbitIndex":48,"name":"Fire Damage","orbit":4},"17726":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":7,"id":33053}],"group":769,"skill":17726,"orbitIndex":5,"name":"Stun Buildup","orbit":7},"2134":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":2134,"stats":["Immune to Poison"],"recipe":["Suffering","Fear","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[{"orbit":0,"id":9703}],"group":1284,"orbitIndex":0,"isNotable":true,"name":"Toxic Tolerance","orbit":3},"63979":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":9750}],"group":225,"skill":63979,"orbitIndex":8,"name":"Warcry Cooldown","orbit":7},"12526":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":-9,"id":54818}],"group":615,"skill":12526,"orbitIndex":18,"name":"Ailment Threshold","orbit":3},"17792":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds","connections":[{"orbit":3,"id":48734}],"group":1252,"skill":17792,"orbitIndex":9,"name":"Presence Area","orbit":2},"45751":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":45751,"stats":["Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking"],"recipe":["Disgust","Disgust","Suffering"],"connections":[],"group":180,"orbitIndex":0,"isNotable":true,"name":"Frightening Shield","orbit":2},"60287":{"isMultipleChoice":true,"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds","skill":60287,"stats":[],"ascendancyName":"Gemling Legionnaire","connections":[{"orbit":0,"id":37397},{"orbit":0,"id":32952},{"orbit":0,"id":63259}],"group":287,"orbitIndex":0,"isNotable":true,"name":"Implanted Gems","orbit":0},"21748":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":21748,"stats":["40% faster Curse Activation","Your Curses have 20% increased Effect if 50% of Curse Duration expired"],"recipe":["Envy","Isolation","Ire"],"connections":[{"orbit":0,"id":54725},{"orbit":0,"id":6570}],"group":1066,"orbitIndex":6,"isNotable":true,"name":"Impending Doom","orbit":7},"10648":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":26400}],"group":1154,"skill":10648,"orbitIndex":54,"name":"Projectile Damage","orbit":4},"41126":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":1170},{"orbit":0,"id":9918}],"group":221,"skill":41126,"orbitIndex":4,"name":"Area Damage","orbit":3},"37946":{"stats":["20% increased Projectile Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[],"group":993,"skill":37946,"orbitIndex":0,"name":"Projectile Stun Buildup","orbit":0},"10873":{"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","skill":10873,"stats":["25% increased Attack Damage"],"recipe":["Ire","Disgust","Fear"],"connections":[{"orbit":0,"id":32777}],"group":102,"orbitIndex":21,"isNotable":true,"name":"Bestial Rage","orbit":3},"39280":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":44669}],"group":901,"skill":39280,"orbitIndex":1,"name":"Increased Duration","orbit":3},"60551":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":21861}],"group":246,"skill":60551,"orbitIndex":14,"name":"Presence Area","orbit":2},"13356":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":7,"id":6229}],"group":395,"skill":13356,"orbitIndex":0,"name":"One Handed Damage","orbit":2},"65176":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":14045},{"orbit":0,"id":42250}],"group":927,"skill":65176,"orbitIndex":48,"name":"Projectile Damage","orbit":6},"52746":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":9796},{"orbit":3,"id":64471}],"group":438,"skill":52746,"orbitIndex":12,"name":"Fire Damage","orbit":2},"36364":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":36364,"stats":["Enemies you Electrocute have 20% increased Damage taken"],"recipe":["Paranoia","Suffering","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1214,"orbitIndex":0,"isNotable":true,"name":"Electrocution","orbit":0},"57776":{"stats":["10% increased maximum Energy Shield","6% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":33914}],"group":277,"skill":57776,"orbitIndex":5,"name":"Energy Shield and Mana Regeneration","orbit":3},"8957":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":8957,"stats":["Minions have 20% increased Area of Effect","Minions have 10% chance to inflict Withered on Hit"],"recipe":["Envy","Isolation","Suffering"],"connections":[{"orbit":0,"id":14505}],"group":378,"orbitIndex":44,"isNotable":true,"name":"Right Hand of Darkness","orbit":4},"51303":{"stats":["10% increased Elemental Infusion duration"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":38965}],"group":346,"skill":51303,"orbitIndex":11,"name":"Infusion Damage","orbit":1},"1447":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":22393}],"group":379,"skill":1447,"orbitIndex":14,"name":"Minion Damage","orbit":3},"336":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":336,"stats":["Damage Penetrates 15% Cold Resistance","Damage Penetrates 8% Lightning Resistance"],"recipe":["Envy","Suffering","Suffering"],"connections":[{"orbit":-3,"id":4806}],"group":1123,"orbitIndex":15,"isNotable":true,"name":"Storm Swell","orbit":3},"2200":{"stats":["10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds","connections":[{"orbit":7,"id":35689}],"group":1000,"skill":2200,"orbitIndex":20,"name":"Damage","orbit":7},"41654":{"stats":["Offerings have 15% increased Maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":2147483647,"id":41033}],"group":925,"skill":41654,"orbitIndex":5,"name":"Offering Life","orbit":2},"11672":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11672,"stats":["+5 to any Attribute"],"isAttribute":true,"group":731,"connections":[{"orbit":0,"id":47177},{"orbit":0,"id":48030}],"orbitIndex":0,"name":"Attribute","orbit":0},"12821":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[],"group":401,"skill":12821,"orbitIndex":2,"name":"Banner Glory Gained","orbit":2},"40196":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":954,"skill":40196,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"28229":{"stats":["20% increased Area of Effect of Curses"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":50485}],"group":802,"skill":28229,"orbitIndex":0,"name":"Curse Area","orbit":2},"33463":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":33463,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1147,"connections":[{"orbit":6,"id":41877},{"orbit":0,"id":31286},{"orbit":0,"id":45304}],"orbitIndex":0,"name":"Attribute","orbit":0},"30996":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds","skill":30996,"stats":["For each colour of Socketed Support Gem that is most numerous, gain:","Red: Hits against you have no Critical Damage Bonus","Blue: Skills have 30% less cost","Green: 40% less Movement Speed Penalty from using Skills while Moving"],"ascendancyName":"Gemling Legionnaire","connections":[{"orbit":0,"id":53762},{"orbit":0,"id":18146}],"group":406,"orbitIndex":0,"isNotable":true,"name":"Gem Studded","orbit":0},"46931":{"stats":["25% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":23036},{"orbit":5,"id":28175}],"group":360,"skill":46931,"orbitIndex":11,"name":"Attack Damage while Surrounded","orbit":3},"56842":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":56842,"stats":["18% increased Stun Buildup"],"ascendancyName":"Titan","group":52,"connections":[{"orbit":-5,"id":59540}],"orbitIndex":0,"name":"Stun Buildup","orbit":0},"2999":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":2999,"stats":["20% increased Cast Speed when on Low Life","10% reduced Cast Speed when on Full Life"],"recipe":["Isolation","Despair","Disgust"],"connections":[],"group":233,"orbitIndex":25,"isNotable":true,"name":"Final Barrage","orbit":6},"9089":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":41020}],"group":1177,"skill":9089,"orbitIndex":1,"name":"Evasion Rating","orbit":1},"53150":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":53150,"stats":["5% increased Attack Speed","30% increased Accuracy Rating against Rare or Unique Enemies"],"recipe":["Guilt","Disgust","Ire"],"connections":[{"orbit":0,"id":15270},{"orbit":0,"id":17589}],"group":1212,"orbitIndex":18,"isNotable":true,"name":"Sharp Sight","orbit":3},"38614":{"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","skill":38614,"stats":["12% chance for Spell Skills to fire 2 additional Projectiles"],"recipe":["Paranoia","Disgust","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":27662},{"orbit":0,"id":44201}],"group":845,"orbitIndex":20,"isNotable":true,"name":"Psychic Fragmentation","orbit":3},"20895":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds","skill":20895,"stats":["5% increased Strength"],"ascendancyName":"Smith of Kitava","group":9,"connections":[{"orbit":0,"id":47184}],"orbitIndex":0,"name":"Strength","orbit":0},"4577":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":4,"id":3999}],"group":540,"skill":4577,"orbitIndex":8,"name":"Attack Area","orbit":7},"7302":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":7302,"stats":["Final Repeat of Spells has 30% increased Area of Effect"],"recipe":["Fear","Envy","Ire"],"connections":[{"orbit":0,"id":52615},{"orbit":0,"id":30077}],"group":1175,"orbitIndex":0,"isNotable":true,"name":"Echoing Pulse","orbit":7},"40336":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":6655}],"group":557,"skill":40336,"orbitIndex":0,"name":"Bleeding Chance","orbit":0},"24060":{"stats":["Skills have 5% chance to not remove Elemental Infusions but still count as consuming them"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":3091}],"group":591,"skill":24060,"orbitIndex":4,"name":"Infusion Consumption Chance","orbit":2},"35977":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":263,"skill":35977,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"25520":{"icon":"Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds","skill":25520,"isKeystone":true,"stats":["Gain Power Charges instead of Frenzy Charges","Gain Frenzy Charges instead of Endurance Charges","Gain Endurance Charges instead of Power Charges"],"group":1040,"connections":[],"orbitIndex":0,"name":"Resonance","orbit":0},"4709":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":4709,"stats":["20% increased Critical Hit Chance for Attacks","20% increased Accuracy Rating"],"recipe":["Ire","Envy","Paranoia"],"connections":[],"group":1127,"orbitIndex":19,"isNotable":true,"name":"Near Sighted","orbit":2},"41129":{"stats":["12% increased Damage with Hits against Enemies affected by Elemental Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":0,"id":24338}],"group":522,"skill":41129,"orbitIndex":70,"name":"Damage against Ailments","orbit":4},"57775":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":333,"skill":57775,"orbitIndex":0,"name":"Aura Mastery","orbit":0},"27626":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":27626,"stats":["40% increased effect of Arcane Surge on you"],"recipe":["Despair","Isolation","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":0,"id":15628}],"group":341,"orbitIndex":48,"isNotable":true,"name":"Touch the Arcane","orbit":5},"46402":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":18923},{"orbit":0,"id":37220},{"orbit":0,"id":50342}],"group":924,"skill":46402,"orbitIndex":13,"name":"Evasion","orbit":7},"42710":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":41186}],"group":96,"skill":42710,"orbitIndex":20,"name":"Totem Placement Speed","orbit":2},"22152":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":10382},{"orbit":0,"id":15304}],"group":954,"skill":22152,"orbitIndex":8,"name":"Cast Speed","orbit":2},"65439":{"stats":["Banner Skills have 12% increased Aura Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":12821}],"group":401,"skill":65439,"orbitIndex":4,"name":"Banner Aura Effect","orbit":1},"5407":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":56910}],"group":614,"skill":5407,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"13783":{"icon":"Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds","options":{"Huntress":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","name":"Accuracy","id":53191}},"skill":13783,"stats":["10% increased chance to inflict Ailments"],"isSwitchable":true,"group":848,"connections":[{"orbit":0,"id":28992}],"orbitIndex":19,"name":"Ailment Chance","orbit":7},"60013":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":57776}],"group":277,"skill":60013,"orbitIndex":8,"name":"Energy Shield","orbit":3},"1352":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":1352,"stats":["3% increased maximum Life","10% increased Stun Threshold for each time you've been Hit by an Enemy Recently, up to 100%"],"recipe":["Fear","Despair","Paranoia"],"connections":[{"orbit":0,"id":53216}],"group":189,"orbitIndex":10,"isNotable":true,"name":"Unbending","orbit":7},"36629":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":36629,"stats":["+5 to any Attribute"],"isAttribute":true,"group":459,"connections":[{"orbit":0,"id":44659}],"orbitIndex":45,"name":"Attribute","orbit":5},"42974":{"stats":["5% chance to Blind Enemies on Hit"],"icon":"Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds","connections":[{"orbit":3,"id":46152},{"orbit":-7,"id":8302},{"orbit":0,"id":30808}],"group":1270,"skill":42974,"orbitIndex":18,"name":"Blind Chance","orbit":2},"19573":{"stats":["25% chance for Projectiles to Pierce Enemies within 3m distance of you"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-5,"id":38479},{"orbit":-3,"id":19342}],"group":761,"skill":19573,"orbitIndex":11,"name":"Projectile Pierce","orbit":7},"42045":{"icon":"Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds","skill":42045,"stats":["Gain Ice Archon when your Energy Shield Recharge begins"],"recipe":["Isolation","Fear","Ire"],"connections":[{"orbit":-7,"id":50535},{"orbit":0,"id":52003}],"group":593,"orbitIndex":21,"isNotable":true,"name":"Archon of the Blizzard","orbit":3},"3065":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds","skill":3065,"stats":["Life Leech recovers based on your Elemental damage as well as Physical damage"],"ascendancyName":"Amazon","connections":[],"group":1350,"orbitIndex":0,"isNotable":true,"name":"Mystic Harvest","orbit":0},"51169":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":51169,"stats":["20% increased Energy Shield Recovery rate"],"recipe":["Despair","Ire","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":645,"orbitIndex":21,"isNotable":true,"name":"Soul Bloom","orbit":7},"40073":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":40073,"stats":["40% increased chance to Shock","Gain 5% of Lightning Damage as Extra Cold Damage"],"recipe":["Isolation","Suffering","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":791,"orbitIndex":0,"isNotable":true,"name":"Drenched","orbit":0},"52348":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":52348,"stats":["20% increased Totem Damage","6% increased Attack and Cast Speed if you've summoned a Totem Recently"],"recipe":["Suffering","Suffering","Ire"],"connections":[{"orbit":-5,"id":51206},{"orbit":0,"id":34487}],"group":417,"orbitIndex":15,"isNotable":true,"name":"Carved Earth","orbit":7},"10245":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":318,"skill":10245,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"1579":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":1579,"stats":["6% increased Cooldown Recovery Rate"],"ascendancyName":"Chronomancer","group":315,"connections":[{"orbit":-9,"id":10987}],"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"44419":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":7,"id":7251},{"orbit":-7,"id":29788}],"group":437,"skill":44419,"orbitIndex":10,"name":"Life Leech","orbit":7},"57774":{"stats":["3% increased Attack Speed while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":49657}],"group":681,"skill":57774,"orbitIndex":21,"name":"Dual Wielding Speed","orbit":3},"9485":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":9485,"stats":["+5 to any Attribute"],"isAttribute":true,"group":687,"connections":[{"orbit":0,"id":60685}],"orbitIndex":0,"name":"Attribute","orbit":0},"64637":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":7,"id":32543}],"group":1231,"skill":64637,"orbitIndex":14,"name":"Slow Effect on You","orbit":7},"43238":{"stats":["Hazards have 5% chance to rearm after they are triggered"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":-7,"id":14211}],"group":984,"skill":43238,"orbitIndex":12,"name":"Hazard Rearm Chance","orbit":7},"46017":{"stats":["15% increased Life Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":54962}],"group":110,"skill":46017,"orbitIndex":8,"name":"Life Regeneration while Stationary","orbit":7},"32655":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":32655,"stats":["20% increased Culling Strike Threshold","Culling Strike against Beasts while your Companion is in your Presence"],"recipe":["Guilt","Envy","Ire"],"connections":[{"orbit":0,"id":33514}],"group":1108,"orbitIndex":18,"isNotable":true,"name":"Tandem Assault","orbit":7},"38212":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds","connections":[{"orbit":0,"id":57683}],"group":1279,"skill":38212,"orbitIndex":16,"name":"Life Recoup","orbit":2},"8045":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":-6,"id":64927},{"orbit":5,"id":52464}],"group":1096,"skill":8045,"orbitIndex":7,"name":"Mana Leech","orbit":3},"58426":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":58426,"stats":["50% increased Blind Effect"],"recipe":["Paranoia","Guilt","Paranoia"],"connections":[{"orbit":0,"id":34401}],"group":1202,"orbitIndex":21,"isNotable":true,"name":"Pocket Sand","orbit":2},"34908":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":34908,"stats":["Deflected Hits cannot inflict Maim on you","Deflected Hits cannot inflict Bleeding on you"],"recipe":["Guilt","Despair","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1177,"orbitIndex":8,"isNotable":true,"name":"Staunch Deflection","orbit":3},"21885":{"stats":["10% increased Stun Threshold","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":1352}],"group":189,"skill":21885,"orbitIndex":14,"name":"Stun Threshold and Strength","orbit":7},"10315":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":10315,"stats":["25% increased Reservation Efficiency of Companion Skills"],"recipe":["Suffering","Paranoia","Isolation"],"connections":[{"orbit":0,"id":44699},{"orbit":0,"id":47443},{"orbit":0,"id":37971}],"group":1294,"orbitIndex":0,"isNotable":true,"name":"Easy Going","orbit":0},"61333":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":46197}],"group":1128,"skill":61333,"orbitIndex":11,"name":"Critical Chance","orbit":2},"45612":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":45612,"stats":["12% increased Block chance","5 Mana gained when you Block"],"recipe":["Greed","Ire","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[{"orbit":0,"id":53901}],"group":356,"orbitIndex":12,"isNotable":true,"name":"Defensive Reflexes","orbit":2},"31928":{"stats":["6% of Physical Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":50574},{"orbit":0,"id":15443}],"group":882,"skill":31928,"orbitIndex":12,"name":"Physical Life Recoup","orbit":2},"8531":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":8531,"stats":["100% increased Critical Hit Chance against Enemies on Full Life"],"recipe":["Despair","Guilt","Guilt"],"connections":[{"orbit":0,"id":51534},{"orbit":0,"id":62661}],"group":441,"orbitIndex":11,"isNotable":true,"name":"Leaping Ambush","orbit":3},"4031":{"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","skill":4031,"stats":["Gain 50% of maximum Energy Shield as additional Freeze Threshold"],"recipe":["Ire","Paranoia","Fear"],"connections":[{"orbit":0,"id":50403}],"group":1187,"orbitIndex":15,"isNotable":true,"name":"Icebreaker","orbit":3},"5704":{"stats":["2% increased Attack Speed","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":62166}],"group":1005,"skill":5704,"orbitIndex":8,"name":"Accuracy and Attack Speed","orbit":2},"34520":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":55575},{"orbit":4,"id":14548},{"orbit":-4,"id":63545}],"group":809,"skill":34520,"orbitIndex":15,"name":"Physical Damage","orbit":7},"20830":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":20830,"stats":["8% increased Area of Effect"],"ascendancyName":"Witchhunter","group":245,"connections":[{"orbit":8,"id":37078}],"orbitIndex":0,"name":"Area of Effect","orbit":0},"19236":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":19236,"stats":["30% increased Armour","Defend with 120% of Armour against Projectile Attacks"],"recipe":["Ire","Fear","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":95,"orbitIndex":0,"isNotable":true,"name":"Projectile Bulwark","orbit":0},"30871":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":12208}],"group":1028,"skill":30871,"orbitIndex":9,"name":"Life Flasks","orbit":7},"54067":{"stats":["5% chance to Gain Arcane Surge when you deal a Critical Hit"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":27626},{"orbit":-4,"id":2244}],"group":341,"skill":54067,"orbitIndex":43,"name":"Arcane Surge on Critical Hit","orbit":5},"27303":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":27303,"stats":["10% reduced maximum Mana","+10 to Strength","35% increased Critical Hit Chance"],"recipe":["Ire","Guilt","Despair"],"connections":[{"orbit":0,"id":43142}],"group":256,"orbitIndex":16,"isNotable":true,"name":"Vulgar Methods","orbit":7},"33729":{"stats":["10% increased Flammability Magnitude","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":4,"id":45712}],"group":1022,"skill":33729,"orbitIndex":66,"name":"Elemental Damage and Flammability Magnitude","orbit":4},"1773":{"stats":["5% increased Magnitude of Ailments you inflict","5% increased Duration of Damaging Ailments on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","connections":[{"orbit":4,"id":51213}],"group":943,"skill":1773,"orbitIndex":0,"name":"Ailment Effect and Duration","orbit":0},"19112":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":0,"id":36358}],"group":564,"skill":19112,"orbitIndex":8,"name":"Chaos Damage","orbit":3},"46016":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":46016,"stats":["3% increased maximum Life"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":7,"id":24039}],"orbitIndex":54,"name":"Life","orbit":6},"30408":{"icon":"Art/2DArt/SkillIcons/passives/Trap.dds","skill":30408,"stats":["Hazards have 15% chance to rearm after they are triggered"],"recipe":["Fear","Paranoia","Guilt"],"connections":[{"orbit":0,"id":17906}],"group":1242,"orbitIndex":16,"isNotable":true,"name":"Efficient Contraptions","orbit":7},"36894":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":61938}],"group":218,"skill":36894,"orbitIndex":20,"name":"Bleed Chance","orbit":3},"63579":{"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","skill":63579,"stats":["Ignore all Movement Penalties from Armour","5% reduced Slowing Potency of Debuffs on You"],"recipe":["Greed","Isolation","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":509,"orbitIndex":30,"isNotable":true,"name":"Momentum","orbit":4},"29285":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds","connections":[{"orbit":2147483647,"id":9745},{"orbit":0,"id":38463}],"group":1110,"skill":29285,"orbitIndex":19,"name":"Movement Speed","orbit":7},"27501":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[],"group":549,"skill":27501,"orbitIndex":44,"name":"Life Regeneration","orbit":4},"39935":{"icon":"Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds","skill":39935,"isKeystone":true,"stats":["All bonuses from Equipped Amulet apply to your Minions instead of you"],"group":453,"connections":[{"orbit":0,"id":44344}],"orbitIndex":0,"name":"Necromantic Talisman","orbit":0},"64900":{"stats":["10% increased Stun Buildup","Ancestrally Boosted Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-4,"id":54999}],"group":80,"skill":64900,"orbitIndex":23,"name":"Ancestral Boosted Attack Damage and Stun","orbit":7},"49976":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","connections":[{"orbit":7,"id":62936},{"orbit":-3,"id":47976}],"group":1112,"skill":49976,"orbitIndex":5,"name":"Damage from Mana","orbit":7},"43893":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":55101},{"orbit":0,"id":1433}],"group":261,"skill":43893,"orbitIndex":10,"name":"Elemental Damage","orbit":3},"33590":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":85,"skill":33590,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"32923":{"stats":["5% increased Life Regeneration rate","10% increased effect of Arcane Surge on you"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":4,"id":58215}],"group":361,"skill":32923,"orbitIndex":0,"name":"Arcane Surge Effect and Life Regeneration","orbit":7},"10742":{"stats":["Minions have 3% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":41991}],"group":379,"skill":10742,"orbitIndex":4,"name":"Minion Attack and Cast Speed","orbit":3},"15304":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":16466}],"group":954,"skill":15304,"orbitIndex":16,"name":"Cast Speed","orbit":2},"40990":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":40990,"stats":["Damage Penetrates 18% Lightning Resistance","30% increased Critical Hit Chance against enemies with Exposure"],"recipe":["Envy","Isolation","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1205,"orbitIndex":0,"isNotable":true,"name":"Exposed to the Storm","orbit":0},"3744":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":5332}],"group":682,"skill":3744,"orbitIndex":10,"name":"Dexterity","orbit":1},"62001":{"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","skill":62001,"stats":["25% increased Critical Damage Bonus with Daggers"],"connections":[],"group":1278,"orbitIndex":1,"isNotable":true,"name":"Backstabbing","orbit":2},"33978":{"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","skill":33978,"stats":["10% increased Block chance","15% reduced Slowing Potency of Debuffs on You"],"recipe":["Fear","Paranoia","Ire"],"connections":[{"orbit":7,"id":31609},{"orbit":0,"id":62581}],"group":365,"orbitIndex":21,"isNotable":true,"name":"Unstoppable Barrier","orbit":7},"32799":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":32799,"stats":["5% of Damage from Hits is taken from your Damageable Companion's Life before you","20% increased Defences while your Companion is in your Presence"],"recipe":["Isolation","Guilt","Greed"],"connections":[{"orbit":0,"id":23961},{"orbit":0,"id":32096}],"group":913,"orbitIndex":1,"isNotable":true,"name":"Man's Beast Friend","orbit":3},"21746":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21746,"stats":["+5 to any Attribute"],"isAttribute":true,"group":922,"connections":[{"orbit":0,"id":46782}],"orbitIndex":12,"name":"Attribute","orbit":6},"54999":{"stats":["10% increased Stun Buildup","Ancestrally Boosted Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-3,"id":14511}],"group":80,"skill":54999,"orbitIndex":2,"name":"Ancestral Boosted Attack Damage and Stun","orbit":3},"8115":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[],"group":527,"skill":8115,"orbitIndex":8,"name":"Pin Buildup","orbit":3},"13419":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":14958}],"group":887,"skill":13419,"orbitIndex":14,"name":"Critical Damage","orbit":7},"6294":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":4,"id":52429}],"group":500,"skill":6294,"orbitIndex":54,"name":"Cast Speed","orbit":4},"11572":{"stats":["5% increased Life Regeneration rate","10% increased effect of Arcane Surge on you"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":-7,"id":32923}],"group":361,"skill":11572,"orbitIndex":19,"name":"Arcane Surge Effect and Life Regeneration","orbit":7},"5386":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds","skill":5386,"stats":["20% increased Fire Damage"],"ascendancyName":"Smith of Kitava","group":3,"connections":[{"orbit":0,"id":22541}],"orbitIndex":0,"name":"Fire Damage","orbit":0},"53405":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53405,"stats":["+5 to any Attribute"],"isAttribute":true,"group":375,"connections":[{"orbit":0,"id":17468},{"orbit":6,"id":16090},{"orbit":4,"id":26798}],"orbitIndex":42,"name":"Attribute","orbit":6},"61472":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":9417},{"orbit":-7,"id":36389}],"group":299,"skill":61472,"orbitIndex":10,"name":"Strength","orbit":7},"18969":{"stats":["3% increased Attack Speed with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[],"group":1267,"skill":18969,"orbitIndex":0,"name":"Bow Speed","orbit":0},"38338":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-2,"id":5257}],"group":903,"skill":38338,"orbitIndex":60,"name":"Elemental Damage","orbit":4},"18845":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","options":{"Witch":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Spell and Minion Damage","id":27384}},"skill":18845,"stats":["10% increased Spell Damage"],"isSwitchable":true,"group":609,"connections":[{"orbit":-5,"id":55807}],"orbitIndex":11,"name":"Spell Damage","orbit":7},"17061":{"stats":["Archon recovery period expires 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":2,"id":31773}],"group":432,"skill":17061,"orbitIndex":4,"name":"Archon Delay","orbit":3},"14505":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":378,"skill":14505,"orbitIndex":0,"name":"Minion Offence Mastery","orbit":0},"59886":{"stats":["+15% of Armour also applies to Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/lightningstr.dds","connections":[{"orbit":0,"id":4442}],"group":97,"skill":59886,"orbitIndex":23,"name":"Armour Applies to Lightning Damage Hits","orbit":5},"11037":{"icon":"Art/2DArt/SkillIcons/ExplosiveGrenade.dds","skill":11037,"stats":["8% increased Area of Effect","10% increased Cooldown Recovery Rate"],"connections":[{"orbit":0,"id":57039}],"group":617,"orbitIndex":6,"isNotable":true,"name":"Volatile Catalyst","orbit":3},"45350":{"stats":["Invocated Spells deal 15% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":3438}],"group":752,"skill":45350,"orbitIndex":6,"name":"Invocation Spell Damage","orbit":7},"30077":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":1172,"skill":30077,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"60274":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":4,"id":13293},{"orbit":0,"id":19236}],"group":95,"skill":60274,"orbitIndex":6,"name":"Armour","orbit":7},"8896":{"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","skill":8896,"stats":["100% increased Evasion Rating while Sprinting"],"recipe":["Paranoia","Fear","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1188,"orbitIndex":0,"isNotable":true,"name":"Agile Sprinter","orbit":0},"30143":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":9,"id":34201}],"group":1019,"skill":30143,"orbitIndex":0,"name":"Block","orbit":7},"12822":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":12822,"stats":["+4 to Melee Strike Range if you've dealt a Projectile Attack Hit in the past eight seconds","Projectiles have 25% chance to Fork if you've dealt a Melee Hit in the past eight seconds"],"recipe":["Envy","Guilt","Envy"],"connections":[{"orbit":0,"id":5826}],"group":886,"orbitIndex":0,"isNotable":true,"name":"Adaptable Assault","orbit":0},"19233":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":19233,"stats":["12% increased Elemental Damage"],"ascendancyName":"Amazon","group":1339,"connections":[{"orbit":0,"id":42441}],"orbitIndex":0,"name":"Elemental Damage","orbit":0},"21017":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-7,"id":26969},{"orbit":7,"id":55789}],"group":256,"skill":21017,"orbitIndex":0,"name":"Critical Chance","orbit":5},"6030":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[],"group":1284,"skill":6030,"orbitIndex":5,"name":"Poison Chance","orbit":3},"23736":{"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","skill":23736,"stats":["20% reduced Accuracy Rating while moving","50% increased Attack damage while moving","8% reduced Movement Speed Penalty from using Skills while moving"],"recipe":["Fear","Greed","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":934,"orbitIndex":38,"isNotable":true,"name":"Spray and Pray","orbit":4},"63445":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":43562}],"group":690,"skill":63445,"orbitIndex":6,"name":"Attack Speed","orbit":3},"10944":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[],"group":1036,"skill":10944,"orbitIndex":0,"name":"Evasion and Energy Shield","orbit":2},"11836":{"stats":["15% increased Critical Hit Chance against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":32721}],"group":1062,"skill":11836,"orbitIndex":7,"name":"Critical vs Blinded","orbit":2},"14575":{"stats":["Minions have +20% to Lightning Resistance","Minions have +3% to Maximum Lightning Resistances"],"icon":"Art/2DArt/SkillIcons/passives/LightningResistNode.dds","connections":[],"group":478,"skill":14575,"orbitIndex":0,"name":"Minion Lightning Resistance","orbit":0},"44420":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":28021}],"group":1014,"skill":44420,"orbitIndex":0,"name":"Critical Chance","orbit":0},"30341":{"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","skill":30341,"stats":["20% increased bonuses gained from Equipped Quiver"],"recipe":["Fear","Despair","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[{"orbit":0,"id":1995},{"orbit":0,"id":37946}],"group":981,"orbitIndex":0,"isNotable":true,"name":"Master Fletching","orbit":7},"57110":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":57110,"stats":["+20 to maximum Life","8% of Damage taken Recouped as Life"],"recipe":["Greed","Envy","Envy"],"connections":[{"orbit":-2,"id":62159},{"orbit":0,"id":46561}],"group":783,"orbitIndex":5,"isNotable":true,"name":"Infused Flesh","orbit":7},"64370":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":64370,"stats":["+5 to any Attribute"],"isAttribute":true,"group":496,"connections":[{"orbit":0,"id":53396}],"orbitIndex":17,"name":"Attribute","orbit":6},"17589":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":36085},{"orbit":7,"id":64462}],"group":1212,"skill":17589,"orbitIndex":23,"name":"Attack Damage","orbit":2},"14769":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds","connections":[{"orbit":-2,"id":40471}],"group":1236,"skill":14769,"orbitIndex":20,"name":"Dexterity","orbit":7},"37951":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":41020}],"group":1177,"skill":37951,"orbitIndex":7,"name":"Deflection","orbit":1},"30407":{"stats":["5% increased Fire Damage","8% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ArchonFire.dds","connections":[{"orbit":0,"id":45885},{"orbit":0,"id":8991}],"group":546,"skill":30407,"orbitIndex":9,"name":"Fire Damage and Flammability Magnitude","orbit":3},"54725":{"stats":["3% increased Curse Magnitudes","10% faster Curse Activation"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":56336}],"group":1066,"skill":54725,"orbitIndex":0,"name":"Curse Activation Speed and Effect","orbit":7},"28623":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern","connections":[],"group":1095,"skill":28623,"orbitIndex":0,"name":"Spell Suppression Mastery","orbit":0},"17655":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[],"group":446,"skill":17655,"orbitIndex":0,"name":"Aura Effect","orbit":0},"50098":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds","skill":50098,"stats":["Grants Skill: Into the Breach"],"ascendancyName":"Acolyte of Chayula","connections":[{"orbit":0,"id":11771}],"group":1331,"orbitIndex":16,"isNotable":true,"name":"Waking Dream","orbit":5},"39130":{"stats":["12% increased Spell Damage with Spells that cost Life"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":-5,"id":14294}],"group":413,"skill":39130,"orbitIndex":14,"name":"Life Spell Damage","orbit":2},"38215":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":-3,"id":61921}],"group":1123,"skill":38215,"orbitIndex":4,"name":"Lightning Penetration","orbit":2},"63585":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":63585,"stats":["50% increased Electrocute Buildup against Shocked Enemies","50% increased Shock Chance against Electrocuted Enemies"],"recipe":["Despair","Paranoia","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":910,"orbitIndex":0,"isNotable":true,"name":"Thunderstruck","orbit":0},"40325":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":40325,"stats":["10% increased Global Defences","25% increased Stun Threshold"],"recipe":["Envy","Disgust","Envy"],"connections":[{"orbit":0,"id":7392},{"orbit":0,"id":48505}],"group":369,"orbitIndex":21,"isNotable":true,"name":"Resolution","orbit":3},"26236":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-2,"id":38069}],"group":752,"skill":26236,"orbitIndex":20,"name":"Energy","orbit":7},"23329":{"stats":["Link Skills have 10% increased Buff Effect"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":0,"id":11762},{"orbit":7,"id":9343},{"orbit":-7,"id":13694}],"group":348,"skill":23329,"orbitIndex":13,"name":"Link Effect","orbit":2},"38479":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":38479,"stats":["50% chance for Projectiles to Pierce Enemies within 3m distance of you"],"recipe":["Ire","Paranoia","Ire"],"connections":[{"orbit":-5,"id":17553}],"group":761,"orbitIndex":20,"isNotable":true,"name":"Close Confines","orbit":2},"37548":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":0,"id":37742},{"orbit":0,"id":17589}],"group":1212,"skill":37548,"orbitIndex":5,"name":"Mana Leech","orbit":2},"35966":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":35966,"stats":["6% of Damage taken Recouped as Life","Regenerate 0.4% of maximum Life per second if you have been Hit Recently"],"recipe":["Paranoia","Despair","Ire"],"connections":[{"orbit":0,"id":41105},{"orbit":0,"id":44316}],"group":237,"orbitIndex":4,"isNotable":true,"name":"Heart Tissue","orbit":7},"43895":{"stats":["15% increased Life Regeneration Rate while on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":-5,"id":48670}],"group":465,"skill":43895,"orbitIndex":6,"name":"Life Regeneration on Low Life","orbit":7},"50626":{"stats":["+10 to Armour","+5 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":32597}],"group":532,"skill":50626,"orbitIndex":7,"name":"Armour and Energy Shield","orbit":2},"39658":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":7,"id":18831},{"orbit":-2,"id":15030}],"group":938,"skill":39658,"orbitIndex":1,"name":"Block","orbit":7},"25055":{"stats":["2% increased Movement Speed","8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":3,"id":41580}],"group":1193,"skill":25055,"orbitIndex":8,"name":"Attack Damage and Movement Speed","orbit":2},"56847":{"stats":["12% increased Damage while affected by a Herald"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[],"group":1255,"skill":56847,"orbitIndex":22,"name":"Herald Damage","orbit":7},"37688":{"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","skill":37688,"stats":["25% increased Trap Damage"],"connections":[{"orbit":0,"id":37616}],"group":1221,"orbitIndex":36,"isNotable":true,"name":"Devestating Devices","orbit":6},"20091":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":46565}],"group":444,"skill":20091,"orbitIndex":43,"name":"Sword Damage","orbit":5},"3042":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[{"orbit":0,"id":51871}],"group":1096,"skill":3042,"orbitIndex":19,"name":"Life Mastery","orbit":2},"44423":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":25971}],"group":1037,"skill":44423,"orbitIndex":1,"name":"Attack Mastery","orbit":2},"116":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":116,"stats":["18% increased maximum Energy Shield","12% increased Mana Regeneration Rate","6% increased Intelligence"],"recipe":["Guilt","Disgust","Fear"],"connections":[{"orbit":0,"id":44359}],"group":722,"orbitIndex":13,"isNotable":true,"name":"Insightfulness","orbit":7},"20820":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":40166}],"group":985,"skill":20820,"orbitIndex":20,"name":"Attack Speed","orbit":2},"43366":{"stats":["Minions have 12% additional Physical Damage Reduction"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":2606},{"orbit":0,"id":4407}],"group":460,"skill":43366,"orbitIndex":0,"name":"Minion Physical Damage Reduction","orbit":0},"18970":{"stats":["+8 to Evasion Rating","+5 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-3,"id":17366},{"orbit":0,"id":11938}],"group":764,"skill":18970,"orbitIndex":16,"name":"Evasion and Energy Shield","orbit":7},"18846":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[],"group":321,"skill":18846,"orbitIndex":6,"name":"Spell Area of Effect","orbit":3},"51561":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51561,"stats":["+5 to any Attribute"],"isAttribute":true,"group":248,"connections":[{"orbit":0,"id":25312},{"orbit":0,"id":2491},{"orbit":0,"id":7716}],"orbitIndex":0,"name":"Attribute","orbit":0},"46533":{"stats":["15% increased Stun Buildup","15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","connections":[{"orbit":3,"id":28329}],"group":1093,"skill":46533,"orbitIndex":18,"name":"Stun and Freeze Buildup","orbit":2},"14048":{"stats":["16% increased Mana Regeneration Rate while not on Low Mana"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":7,"id":34717}],"group":1114,"skill":14048,"orbitIndex":54,"name":"Mana Regeneration while not on Low Mana","orbit":4},"39131":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":39131,"stats":["+5 to any Attribute"],"isAttribute":true,"group":114,"connections":[{"orbit":0,"id":11741}],"orbitIndex":0,"name":"Attribute","orbit":0},"51825":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":47363},{"orbit":0,"id":9164},{"orbit":0,"id":13708}],"group":606,"skill":51825,"orbitIndex":45,"name":"Two Handed Damage","orbit":4},"62122":{"stats":["4% of Damage is taken from Mana before Life"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","connections":[{"orbit":-3,"id":4295}],"group":424,"skill":62122,"orbitIndex":4,"name":"Damage from Mana","orbit":3},"44951":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":5777}],"group":446,"skill":44951,"orbitIndex":9,"name":"Minion Damage","orbit":4},"34912":{"stats":["10% increased Trap Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":4664}],"group":1221,"skill":34912,"orbitIndex":45,"name":"Trap Damage","orbit":6},"60404":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":60404,"stats":["30% increased Stun Buildup","Damage with Hits is Lucky against Heavy Stunned Enemies"],"recipe":["Ire","Suffering","Suffering"],"connections":[{"orbit":0,"id":20691},{"orbit":0,"id":25011}],"group":448,"orbitIndex":16,"isNotable":true,"name":"Perfect Opportunity","orbit":2},"14211":{"icon":"Art/2DArt/SkillIcons/passives/Trap.dds","skill":14211,"stats":["Enemies affected by your Hazards Recently have 25% reduced Armour","Enemies affected by your Hazards Recently have 25% reduced Evasion Rating"],"recipe":["Despair","Despair","Envy"],"connections":[{"orbit":0,"id":44540}],"group":984,"orbitIndex":10,"isNotable":true,"name":"Shredding Contraptions","orbit":1},"55250":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":-4,"id":56649},{"orbit":4,"id":41669}],"group":635,"skill":55250,"orbitIndex":30,"name":"Cold Penetration","orbit":4},"11433":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":-6,"id":24630},{"orbit":0,"id":44753}],"group":70,"skill":11433,"orbitIndex":0,"name":"Fire Damage","orbit":7},"27491":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":27491,"stats":["40% increased maximum Energy Shield","5% of Damage taken bypasses Energy Shield"],"recipe":["Greed","Paranoia","Isolation"],"connections":[],"group":514,"orbitIndex":24,"isNotable":true,"name":"Heavy Buffer","orbit":4},"25971":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":25971,"stats":["4% increased Attack Speed","6% increased Attack Speed if you've been Hit Recently","+10 to Strength"],"recipe":["Greed","Fear","Guilt"],"connections":[],"group":1037,"orbitIndex":0,"isNotable":true,"name":"Tenfold Attacks","orbit":0},"61461":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":61461,"stats":["10% increased Projectile Speed"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":2147483647,"id":42416}],"orbitIndex":24,"name":"Projectile Speed","orbit":6},"37813":{"stats":["20% increased Shock Duration"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":14724},{"orbit":0,"id":50701}],"group":1130,"skill":37813,"orbitIndex":0,"name":"Shock Duration","orbit":0},"4828":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":19044}],"group":836,"skill":4828,"orbitIndex":12,"name":"Mana Regeneration","orbit":2},"36231":{"stats":["20% increased Critical Damage Bonus if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":3336},{"orbit":0,"id":31765}],"group":1216,"skill":36231,"orbitIndex":1,"name":"Critical Damage when consuming a Power Charge","orbit":2},"517":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":6,"id":39037},{"orbit":9,"id":61027}],"group":664,"skill":517,"orbitIndex":0,"name":"Energy Shield Recharge","orbit":0},"46268":{"stats":["20% increased Attack Damage while you have no Life Flask uses left"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-5,"id":5324},{"orbit":0,"id":2397}],"group":529,"skill":46268,"orbitIndex":8,"name":"Attack Damage while no remaining Life Flasks","orbit":7},"25781":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds","skill":25781,"stats":["Leech recovers based on Chaos Damage as well as Physical Damage"],"ascendancyName":"Acolyte of Chayula","connections":[],"group":1331,"orbitIndex":2,"isNotable":true,"name":"Sap of Nightmares","orbit":5},"35564":{"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","skill":35564,"stats":["15% increased Spell Damage","10% reduced Projectile Speed for Spell Skills"],"recipe":["Fear","Fear","Despair"],"connections":[{"orbit":0,"id":18121},{"orbit":0,"id":65310}],"group":1013,"orbitIndex":0,"isNotable":true,"name":"Turn the Clock Back","orbit":3},"18505":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":18505,"stats":["5% reduced Attack Speed","30% increased Stun Buildup","50% increased Attack Damage"],"recipe":["Envy","Suffering","Ire"],"connections":[{"orbit":0,"id":45090},{"orbit":0,"id":50616}],"group":185,"orbitIndex":16,"isNotable":true,"name":"Crushing Verdict","orbit":7},"20429":{"stats":["3% increased Attack Speed with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":28797}],"group":1269,"skill":20429,"orbitIndex":62,"name":"Dagger Speed","orbit":6},"58157":{"stats":["20% increased Stun Recovery"],"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","connections":[{"orbit":0,"id":61149}],"group":1113,"skill":58157,"orbitIndex":17,"name":"Stun Recovery","orbit":7},"4378":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":6330},{"orbit":0,"id":59503}],"group":1136,"skill":4378,"orbitIndex":9,"name":"Accuracy","orbit":7},"61601":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":61601,"stats":["+10 to Dexterity","20% increased Critical Hit Chance"],"recipe":["Ire","Guilt","Disgust"],"connections":[{"orbit":0,"id":44420},{"orbit":0,"id":9586}],"group":1021,"orbitIndex":0,"isNotable":true,"name":"True Strike","orbit":0},"61196":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61196,"stats":["+5 to any Attribute"],"isAttribute":true,"group":923,"connections":[{"orbit":5,"id":56045},{"orbit":0,"id":13419}],"orbitIndex":54,"name":"Attribute","orbit":6},"50228":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":0,"id":20511}],"group":130,"skill":50228,"orbitIndex":10,"name":"Fire Damage","orbit":3},"42035":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds","skill":42035,"stats":["Grants Skill: Inevitable Agony"],"ascendancyName":"Chronomancer","connections":[],"group":274,"orbitIndex":15,"isNotable":true,"name":"Inevitability","orbit":2},"50104":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":50104,"stats":["+5 to any Attribute"],"isAttribute":true,"group":384,"connections":[{"orbit":0,"id":47168},{"orbit":0,"id":37594},{"orbit":0,"id":7960},{"orbit":0,"id":46742}],"orbitIndex":0,"name":"Attribute","orbit":0},"43633":{"icon":"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds","skill":43633,"stats":["20% faster start of Energy Shield Recharge while affected by an Archon Buff","40% increased Energy Shield Recharge Rate while affected by an Archon Buff"],"recipe":["Isolation","Paranoia","Envy"],"connections":[],"group":932,"orbitIndex":17,"isNotable":true,"name":"Energising Archon","orbit":7},"36759":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":1008,"skill":36759,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"934":{"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","skill":934,"stats":["+4 to Ailment Threshold per Dexterity"],"recipe":["Greed","Suffering","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern","connections":[{"orbit":-4,"id":12526}],"group":615,"orbitIndex":63,"isNotable":true,"name":"Natural Immunity","orbit":4},"11472":{"stats":["20% increased Evasion Rating if you've consumed a Frenzy Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":19880},{"orbit":0,"id":40270}],"group":1024,"skill":11472,"orbitIndex":8,"name":"Evasion if Consumed Frenzy Charge","orbit":2},"10774":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":10774,"stats":["15% increased Attack Speed if you've been Hit Recently","8% reduced Slowing Potency of Debuffs on You"],"recipe":["Disgust","Envy","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":35863}],"group":343,"orbitIndex":0,"isNotable":true,"name":"Unyielding","orbit":2},"17854":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":17854,"stats":["3% increased Movement Speed","30% increased Evasion Rating"],"recipe":["Greed","Disgust","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[{"orbit":7,"id":55275}],"group":1055,"orbitIndex":0,"isNotable":true,"name":"Escape Velocity","orbit":4},"5852":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":5852,"stats":[],"ascendancyName":"Smith of Kitava","isAscendancyStart":true,"group":26,"connections":[{"orbit":0,"id":20895},{"orbit":0,"id":47236},{"orbit":0,"id":5386},{"orbit":0,"id":14960},{"orbit":0,"id":9988}],"orbitIndex":96,"name":"Smith of Kitava","orbit":9},"13482":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds","skill":13482,"stats":["Enemies you Fully Armour Break cannot Regenerate Life","Enemies you Fully Armour Break are Maimed"],"recipe":["Fear","Guilt","Greed"],"connections":[{"orbit":0,"id":30136},{"orbit":0,"id":15892}],"group":129,"orbitIndex":0,"isNotable":true,"name":"Punctured Lung","orbit":0},"16861":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-5,"id":27303}],"group":256,"skill":16861,"orbitIndex":22,"name":"Critical Chance","orbit":3},"14343":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds","skill":14343,"stats":["Damaging Ailments Cannot Be inflicted on you while you already have one","20% increased Magnitude of Damaging Ailments you inflict"],"recipe":["Paranoia","Paranoia","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern","connections":[],"group":916,"orbitIndex":0,"isNotable":true,"name":"Deterioration","orbit":0},"18308":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":18308,"stats":["+250 to Accuracy against Bleeding Enemies","Bleeding you inflict deals Damage 10% faster"],"recipe":["Despair","Suffering","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":602,"orbitIndex":48,"isNotable":true,"name":"Bleeding Out","orbit":4},"59213":{"stats":["20% increased Stun Recovery"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":48240}],"group":369,"skill":59213,"orbitIndex":15,"name":"Stun Recovery","orbit":2},"49046":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":49046,"stats":["+5 to any Attribute"],"isAttribute":true,"group":782,"connections":[{"orbit":0,"id":8569}],"orbitIndex":0,"name":"Attribute","orbit":0},"11604":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11604,"stats":["+5 to any Attribute"],"isAttribute":true,"group":955,"connections":[{"orbit":0,"id":17088},{"orbit":0,"id":29408},{"orbit":0,"id":52765}],"orbitIndex":0,"name":"Attribute","orbit":0},"51683":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[],"group":289,"skill":51683,"orbitIndex":22,"name":"Totem Damage","orbit":2},"34898":{"stats":["Debuffs on you expire 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":38463}],"group":1038,"skill":34898,"orbitIndex":31,"name":"Debuff Expiry","orbit":5},"41646":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41646,"stats":["+5 to any Attribute"],"isAttribute":true,"group":526,"connections":[{"orbit":0,"id":48670},{"orbit":0,"id":14091}],"orbitIndex":0,"name":"Attribute","orbit":0},"338":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":338,"stats":["Invocated skills have 30% increased Maximum Energy"],"recipe":["Isolation","Ire","Greed"],"connections":[{"orbit":0,"id":20140}],"group":752,"orbitIndex":6,"isNotable":true,"name":"Invocated Limit","orbit":1},"38342":{"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","skill":38342,"stats":["10% chance to Daze on Hit","40% increased Damage against Dazed Enemies"],"recipe":["Paranoia","Despair","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[],"group":1250,"orbitIndex":20,"isNotable":true,"name":"Stupefy","orbit":7},"30736":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-2,"id":52180}],"group":1274,"skill":30736,"orbitIndex":13,"name":"Deflection","orbit":2},"46535":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds","skill":46535,"stats":["Deal up to 40% more Damage to Enemies based on their missing Concentration"],"ascendancyName":"Witchhunter","connections":[],"group":209,"orbitIndex":0,"isNotable":true,"name":"No Mercy","orbit":0},"31925":{"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","skill":31925,"stats":["30% increased Damage per Curse on you","30% reduced effect of Curses on you","60% increased Energy Shield from Equipped Focus"],"recipe":["Fear","Suffering","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[{"orbit":5,"id":24767}],"group":338,"orbitIndex":8,"isNotable":true,"name":"Warding Fetish","orbit":7},"30141":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30141,"stats":["+5 to any Attribute"],"isAttribute":true,"group":76,"connections":[{"orbit":0,"id":55190}],"orbitIndex":0,"name":"Attribute","orbit":0},"11736":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":62677}],"group":714,"skill":11736,"orbitIndex":36,"name":"Lightning Damage","orbit":4},"31991":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":36070}],"group":927,"skill":31991,"orbitIndex":15,"name":"Attack Area","orbit":7},"1104":{"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","skill":1104,"stats":["10% chance when you gain a Power Charge to gain an additional Power Charge","+1 to Maximum Power Charges"],"recipe":["Isolation","Guilt","Guilt"],"connections":[{"orbit":0,"id":56876}],"group":958,"orbitIndex":0,"isNotable":true,"name":"Lust for Power","orbit":0},"40328":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":-5,"id":28564}],"group":126,"skill":40328,"orbitIndex":3,"name":"Warcry Speed","orbit":3},"21081":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":5,"id":25745}],"group":500,"skill":21081,"orbitIndex":42,"name":"Armour and Energy Shield","orbit":5},"35426":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":35426,"stats":["+5 to any Attribute"],"isAttribute":true,"group":471,"connections":[{"orbit":6,"id":8406}],"orbitIndex":54,"name":"Attribute","orbit":6},"5501":{"icon":"Art/2DArt/SkillIcons/passives/Annihilation.dds","skill":5501,"stats":["15% increased Critical Hit Chance for Spells","15% increased Spell Damage if you've dealt a Critical Hit Recently"],"connections":[{"orbit":0,"id":48821}],"group":630,"orbitIndex":0,"isNotable":true,"name":"Critical Overload","orbit":0},"53266":{"stats":["3% increased Attack and Cast Speed with Lightning Skills"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":13576},{"orbit":0,"id":20387},{"orbit":0,"id":53560}],"group":796,"skill":53266,"orbitIndex":0,"name":"Lightning Skill Speed","orbit":0},"52351":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":52260}],"group":920,"skill":52351,"orbitIndex":12,"name":"Energy","orbit":2},"3438":{"stats":["Invocated Spells deal 15% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":18856}],"group":752,"skill":3438,"orbitIndex":3,"name":"Invocation Spell Damage","orbit":3},"13715":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":13715,"stats":["18% increased Stun Buildup"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":0,"id":59372}],"orbitIndex":44,"name":"Stun Buildup","orbit":5},"13909":{"stats":["Remnants can be collected from 10% further away"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[{"orbit":0,"id":31037},{"orbit":0,"id":62679}],"group":677,"skill":13909,"orbitIndex":18,"name":"Remnant Pickup Range","orbit":2},"26697":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupSword.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySwordPattern","connections":[{"orbit":0,"id":59263},{"orbit":0,"id":27290},{"orbit":0,"id":46565}],"group":433,"skill":26697,"orbitIndex":0,"name":"Sword Mastery","orbit":0},"22661":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":22661,"stats":["3% increased Movement Speed"],"ascendancyName":"Ritualist","group":1369,"connections":[{"orbit":8,"id":30233}],"orbitIndex":0,"name":"Movement Speed","orbit":0},"58149":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":58149,"stats":["10% increased Life Recovery rate"],"ascendancyName":"Ritualist","group":1365,"connections":[{"orbit":8,"id":62804}],"orbitIndex":0,"name":"Life Recovery Rate","orbit":0},"51812":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":205,"skill":51812,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"4891":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds","skill":4891,"stats":["+1 Charm Slot","20% more Charm Charges gained"],"ascendancyName":"Ritualist","connections":[],"group":1364,"orbitIndex":0,"isNotable":true,"name":"Intricate Sigils","orbit":0},"36365":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":36365,"stats":[],"ascendancyName":"Ritualist","isAscendancyStart":true,"group":1363,"connections":[{"orbit":9,"id":60859},{"orbit":9,"id":58149},{"orbit":9,"id":22661},{"orbit":-9,"id":17058},{"orbit":0,"id":42017},{"orbit":9,"id":58574},{"orbit":8,"id":11776}],"orbitIndex":27,"name":"Ritualist","orbit":6},"48116":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48116,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1233,"connections":[{"orbit":0,"id":21112},{"orbit":0,"id":34015},{"orbit":0,"id":10472},{"orbit":0,"id":18624}],"orbitIndex":0,"name":"Attribute","orbit":0},"58574":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":58574,"stats":["30% reduced maximum Mana"],"ascendancyName":"Ritualist","group":1361,"connections":[],"orbitIndex":0,"name":"Reduced Mana","orbit":0},"52615":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[],"group":1175,"skill":52615,"orbitIndex":18,"name":"Spell Area of Effect","orbit":7},"34785":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds","skill":34785,"stats":["+1 Ring Slot"],"ascendancyName":"Ritualist","connections":[{"orbit":-9,"id":58574},{"orbit":0,"id":42017},{"orbit":9,"id":17058}],"group":1356,"orbitIndex":0,"isNotable":true,"name":"Unfurled Finger","orbit":0},"5563":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":5563,"stats":["15% increased Life and Mana Recovery from Flasks"],"ascendancyName":"Amazon","group":1355,"connections":[{"orbit":-7,"id":47312}],"orbitIndex":0,"name":"Flask Recovery","orbit":0},"3223":{"icon":"Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds","skill":3223,"stats":["3% increased Attributes"],"ascendancyName":"Ritualist","group":1354,"connections":[{"orbit":-5,"id":7068},{"orbit":9,"id":34785}],"orbitIndex":0,"name":"Attributes","orbit":0},"59775":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-4,"id":20782}],"group":1092,"skill":59775,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"59881":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":59881,"stats":["+5 to any Attribute"],"isAttribute":true,"group":657,"connections":[{"orbit":0,"id":54417},{"orbit":-5,"id":28556}],"orbitIndex":16,"name":"Attribute","orbit":6},"23005":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds","skill":23005,"stats":["Gain 35% Base Chance to Block from Equipped Shield instead of the Shield's value"],"ascendancyName":"Warbringer","connections":[{"orbit":0,"id":10072}],"group":38,"orbitIndex":0,"isNotable":true,"name":"Renly's Training","orbit":0},"6109":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":6109,"stats":["20% increased Evasion Rating"],"ascendancyName":"Amazon","group":1352,"connections":[{"orbit":0,"id":63254}],"orbitIndex":0,"name":"Evasion","orbit":0},"63254":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds","skill":63254,"stats":["Evasion Rating from Equipped Helmet, Gloves and Boots is doubled","Evasion Rating from Equipped Body Armour is halved"],"ascendancyName":"Amazon","connections":[],"group":1351,"orbitIndex":0,"isNotable":true,"name":"Stalking Panther","orbit":0},"31388":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":51394}],"group":217,"skill":31388,"orbitIndex":7,"name":"Slow Effect on You","orbit":3},"1994":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":1994,"stats":["20% increased Warcry Speed"],"ascendancyName":"Warbringer","group":27,"connections":[{"orbit":0,"id":47097}],"orbitIndex":0,"name":"Warcry Speed","orbit":0},"24855":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":39347},{"orbit":0,"id":48014}],"group":141,"skill":24855,"orbitIndex":58,"name":"Attack Mastery","orbit":4},"48264":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":12964}],"group":201,"skill":48264,"orbitIndex":3,"name":"Aura Effect","orbit":2},"4547":{"icon":"Art/2DArt/SkillIcons/passives/ElementalResistance2.dds","skill":4547,"stats":["+3% to all Elemental Resistances","+2% to Maximum Fire Resistance if you have at least 5 Red Support Gems Socketed"],"recipe":["Isolation","Isolation","Isolation"],"connections":[{"orbit":0,"id":2946}],"group":175,"orbitIndex":0,"isNotable":true,"name":"Unnatural Resilience","orbit":0},"12000":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds","skill":12000,"stats":["15% more Maximum Life"],"ascendancyName":"Titan","connections":[],"group":50,"orbitIndex":0,"isNotable":true,"name":"Mysterious Lineage","orbit":0},"15358":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":7,"id":10320},{"orbit":-7,"id":44255}],"group":778,"skill":15358,"orbitIndex":15,"name":"Minion Life","orbit":3},"60269":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":60269,"stats":["10% reduced Spell Area Damage","Spell Skills have 25% increased Area of Effect"],"recipe":["Disgust","Greed","Ire"],"connections":[{"orbit":0,"id":6588}],"group":705,"orbitIndex":19,"isNotable":true,"name":"Roil","orbit":7},"42416":{"isMultipleChoice":true,"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds","skill":42416,"stats":[],"ascendancyName":"Deadeye","connections":[],"group":1299,"orbitIndex":24,"isNotable":true,"name":"Projectile Proximity Specialisation","orbit":5},"61863":{"stats":["8% increased Cold Damage","8% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonCold.dds","connections":[{"orbit":0,"id":42045}],"group":593,"skill":61863,"orbitIndex":18,"name":"Cold Damage and Energy Shield Recharge Rate","orbit":3},"38053":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":38053,"stats":["25% increased Warcry Cooldown Recovery Rate","8% increased Damage for each time you've Warcried Recently"],"recipe":["Disgust","Guilt","Paranoia"],"connections":[{"orbit":5,"id":28564},{"orbit":0,"id":8460},{"orbit":-2,"id":9528}],"group":126,"orbitIndex":13,"isNotable":true,"name":"Deafening Cries","orbit":3},"63713":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds","skill":63713,"stats":["Critical Hits ignore non-negative Enemy Monster Elemental Resistances"],"ascendancyName":"Invoker","connections":[{"orbit":-4,"id":57181}],"group":1302,"orbitIndex":43,"isNotable":true,"name":"Sunder my Enemies...","orbit":9},"58295":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":58295,"stats":["+5 to any Attribute"],"isAttribute":true,"group":191,"connections":[],"orbitIndex":4,"name":"Attribute","orbit":2},"57626":{"stats":["10% increased Fire Damage","10% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":0,"id":36782}],"group":671,"skill":57626,"orbitIndex":16,"name":"Cold and Fire Damage","orbit":7},"24646":{"stats":["+12 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":61409}],"group":144,"skill":24646,"orbitIndex":18,"name":"Strength","orbit":3},"18448":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":18448,"stats":["+5 to any Attribute"],"isAttribute":true,"group":103,"connections":[{"orbit":0,"id":30141},{"orbit":0,"id":18822},{"orbit":0,"id":6872}],"orbitIndex":0,"name":"Attribute","orbit":0},"3628":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":64474},{"orbit":0,"id":3251}],"group":980,"skill":3628,"orbitIndex":19,"name":"Energy Shield Delay","orbit":2},"40453":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":25304}],"group":1052,"skill":40453,"orbitIndex":9,"name":"Energy","orbit":7},"35755":{"stats":["10% increased Critical Damage Bonus with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":54058}],"group":1278,"skill":35755,"orbitIndex":16,"name":"Dagger Critical Damage","orbit":2},"54058":{"stats":["10% increased Critical Damage Bonus with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":62001}],"group":1278,"skill":54058,"orbitIndex":0,"name":"Dagger Critical Damage","orbit":0},"44952":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":44952,"stats":["25% of Physical Damage prevented Recouped as Life"],"recipe":["Suffering","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[{"orbit":0,"id":9163}],"group":107,"orbitIndex":11,"isNotable":true,"name":"Made to Last","orbit":3},"43090":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":43090,"stats":["5% increased Skill Speed","30% increased Electrocute Buildup"],"recipe":["Suffering","Ire","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1186,"orbitIndex":0,"isNotable":true,"name":"Electrotherapy","orbit":0},"45709":{"stats":["15% increased Life Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":52803}],"group":1063,"skill":45709,"orbitIndex":21,"name":"Life Flask Charges","orbit":7},"19767":{"stats":["3% increased Attack Speed with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":35223},{"orbit":0,"id":13895}],"group":1196,"skill":19767,"orbitIndex":10,"name":"Spear Attack Speed","orbit":4},"48588":{"stats":["8% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":2455},{"orbit":0,"id":13081}],"group":616,"skill":48588,"orbitIndex":14,"name":"Projectile Damage","orbit":5},"11598":{"stats":["3% increased Attack Speed with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":4536},{"orbit":0,"id":44516}],"group":1263,"skill":11598,"orbitIndex":0,"name":"Quarterstaff Speed","orbit":0},"770":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":770,"stats":["3% increased maximum Mana"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":-7,"id":10694}],"orbitIndex":7,"name":"Mana","orbit":6},"37514":{"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","skill":37514,"stats":["8% increased Attack Speed with Quarterstaves","Knocks Back Enemies if you get a Critical Hit with a Quarterstaff"],"recipe":["Envy","Disgust","Greed"],"connections":[{"orbit":0,"id":32442},{"orbit":0,"id":64700}],"group":1263,"orbitIndex":1,"isNotable":true,"name":"Whirling Assault","orbit":3},"65290":{"stats":["5% increased Lightning Damage","+3% to Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":57069}],"group":1239,"skill":65290,"orbitIndex":0,"name":"Lightning Damage and Resistance","orbit":0},"9417":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-6,"id":48121},{"orbit":5,"id":13171}],"group":344,"skill":9417,"orbitIndex":0,"name":"Totem Life","orbit":0},"61067":{"icon":"Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds","options":{"Druid":{"stats":["8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","name":"Area of Effect","id":27854}},"skill":61067,"stats":["15% increased Critical Spell Damage Bonus"],"isSwitchable":true,"group":515,"connections":[],"orbitIndex":21,"name":"Spell Critical Damage","orbit":2},"47591":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":-2,"id":9226}],"group":125,"skill":47591,"orbitIndex":1,"name":"Mana Regeneration","orbit":2},"33053":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[],"group":793,"skill":33053,"orbitIndex":22,"name":"Projectile Damage","orbit":7},"14110":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-4,"id":22484},{"orbit":0,"id":35974}],"group":224,"skill":14110,"orbitIndex":22,"name":"Totem Damage","orbit":3},"42350":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42350,"stats":["+5 to any Attribute"],"isAttribute":true,"group":613,"connections":[{"orbit":0,"id":61438}],"orbitIndex":67,"name":"Attribute","orbit":6},"26176":{"stats":["15% increased Critical Damage Bonus for Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":43650}],"group":157,"skill":26176,"orbitIndex":8,"name":"Attack Critical Damage","orbit":2},"28482":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":28482,"stats":["25% increased Critical Damage Bonus against Burning Enemies","10% chance to refresh Ignite Duration on Critical Hit"],"recipe":["Guilt","Isolation","Suffering"],"connections":[{"orbit":0,"id":19846}],"group":273,"orbitIndex":1,"isNotable":true,"name":"Total Incineration","orbit":7},"44293":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":44293,"stats":["5% increased Cast Speed","10% increased Cast Speed when on Full Life"],"recipe":["Paranoia","Greed","Paranoia"],"connections":[],"group":523,"orbitIndex":9,"isNotable":true,"name":"Hastening Barrier","orbit":2},"4624":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":3,"id":49550}],"group":431,"skill":4624,"orbitIndex":7,"name":"Rage on Hit","orbit":7},"15194":{"stats":["Minions have +20% to Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireResistNode.dds","connections":[{"orbit":0,"id":25303}],"group":461,"skill":15194,"orbitIndex":0,"name":"Minion Fire Resistance","orbit":0},"47429":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[],"group":308,"skill":47429,"orbitIndex":6,"name":"Warcry Cooldown","orbit":6},"30132":{"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","skill":30132,"stats":["20% increased bonuses gained from Equipped Quiver"],"recipe":["Greed","Suffering","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[{"orbit":2147483647,"id":58416},{"orbit":2147483647,"id":49130}],"group":1129,"orbitIndex":15,"isNotable":true,"name":"Wrapped Quiver","orbit":7},"42441":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds","skill":42441,"stats":["50% chance for Surges to suffuse your Projectiles without being Consumed"],"ascendancyName":"Amazon","connections":[],"group":1334,"orbitIndex":0,"isNotable":true,"name":"Surging Avatar","orbit":0},"63031":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","skill":63031,"stats":["Skills gain 1 Glory every 2 seconds for each Rare or Unique monster in your Presence"],"recipe":["Paranoia","Despair","Despair"],"connections":[{"orbit":0,"id":41821}],"group":143,"orbitIndex":54,"isNotable":true,"name":"Glorious Anticipation","orbit":4},"36358":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":0,"id":12367}],"group":564,"skill":36358,"orbitIndex":4,"name":"Chaos Damage","orbit":3},"65091":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":6,"id":51707}],"group":1226,"skill":65091,"orbitIndex":20,"name":"Evasion","orbit":7},"8525":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds","skill":8525,"orbitIndex":0,"stats":["Body Armour grants regenerate 3% of maximum Life per second"],"ascendancyName":"Smith of Kitava","connections":[],"group":15,"applyToArmour":true,"isNotable":true,"name":"Leather Bindings","orbit":0},"54031":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds","skill":54031,"stats":["+1 Life per 4 Dexterity","+1 to Stun Threshold per Dexterity","+5 to Strength"],"recipe":["Envy","Suffering","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":1217,"orbitIndex":0,"isNotable":true,"name":"The Great Boar","orbit":0},"29009":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29009,"stats":["+5 to any Attribute"],"isAttribute":true,"group":625,"connections":[{"orbit":0,"id":59362}],"orbitIndex":0,"name":"Attribute","orbit":0},"36169":{"stats":["10% increased Grenade Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":29514}],"group":587,"skill":36169,"orbitIndex":23,"name":"Grenade Area","orbit":3},"10247":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10247,"stats":["+5 to any Attribute"],"isAttribute":true,"group":637,"connections":[{"orbit":0,"id":28370}],"orbitIndex":51,"name":"Attribute","orbit":6},"27422":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":2021}],"group":1215,"skill":27422,"orbitIndex":0,"name":"Mana Flask Recovery","orbit":0},"2334":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":6,"id":65091},{"orbit":-6,"id":3209}],"group":1206,"skill":2334,"orbitIndex":0,"name":"Dexterity","orbit":0},"21871":{"stats":["16% increased Attack Damage while you have an Ally in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":51847},{"orbit":0,"id":37872},{"orbit":0,"id":25213}],"group":686,"skill":21871,"orbitIndex":8,"name":"Attack Damage with nearby Ally","orbit":7},"38827":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":7,"id":1546}],"group":500,"skill":38827,"orbitIndex":1,"name":"Armour and Energy Shield","orbit":7},"36746":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-3,"id":40691}],"group":645,"skill":36746,"orbitIndex":16,"name":"Energy Shield Recharge","orbit":3},"9324":{"stats":["8% increased Ignite Duration on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":41768}],"group":92,"skill":9324,"orbitIndex":0,"name":"Ignite Duration","orbit":3},"4295":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":4295,"stats":["20% reduced Life Regeneration rate","20% of Damage taken Recouped as Mana"],"recipe":["Ire","Paranoia","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[{"orbit":-3,"id":34248}],"group":424,"orbitIndex":0,"isNotable":true,"name":"Adverse Growth","orbit":0},"11873":{"stats":["5% increased Lightning Damage","8% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonLightning.dds","connections":[{"orbit":0,"id":62677},{"orbit":0,"id":50150}],"group":685,"skill":11873,"orbitIndex":9,"name":"Lightning Damage and Mana Regeneration","orbit":3},"1170":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":58295}],"group":221,"skill":1170,"orbitIndex":22,"name":"Area Damage","orbit":3},"46761":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":912,"skill":46761,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"13987":{"stats":["3% increased Melee Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":7604}],"group":1190,"skill":13987,"orbitIndex":8,"name":"Melee Attack Speed","orbit":2},"17316":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":-4,"id":40244},{"orbit":5,"id":62986}],"group":1023,"skill":17316,"orbitIndex":51,"name":"One Handed Damage","orbit":4},"34248":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":7,"id":37327}],"group":424,"skill":34248,"orbitIndex":20,"name":"Mana Regeneration","orbit":3},"18910":{"stats":["12% increased Critical Hit Chance with Spears"],"icon":"Art/2DArt/SkillIcons/passives/SpearsNode1.dds","connections":[{"orbit":0,"id":10265}],"group":1196,"skill":18910,"orbitIndex":48,"name":"Spear Critical Chance","orbit":5},"42036":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":42036,"stats":["30% increased Block chance","You take 5% of damage from Blocked Hits"],"recipe":["Greed","Fear","Suffering"],"connections":[{"orbit":0,"id":50146}],"group":1229,"orbitIndex":17,"isNotable":true,"name":"Glancing Hits","orbit":4},"44787":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":14654},{"orbit":0,"id":49192},{"orbit":-4,"id":51683}],"group":289,"skill":44787,"orbitIndex":14,"name":"Totem Placement Speed","orbit":7},"11509":{"stats":["15% increased Critical Hit Chance against Enemies that have entered your Presence Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":17664}],"group":1183,"skill":11509,"orbitIndex":16,"name":"Critical Chance","orbit":2},"29399":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":7,"id":23888},{"orbit":-7,"id":51446}],"group":562,"skill":29399,"orbitIndex":20,"name":"Armour and Evasion","orbit":3},"25729":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":33093}],"group":1175,"skill":25729,"orbitIndex":12,"name":"Cast Speed","orbit":7},"27108":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":27108,"stats":["Allies in your Presence have 6% increased Attack Speed","6% increased Attack Speed"],"recipe":["Disgust","Disgust","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[{"orbit":0,"id":47796}],"group":549,"orbitIndex":36,"isNotable":true,"name":"Mass Hysteria","orbit":4},"39448":{"stats":["3% increased Attack Speed with Axes"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":11178}],"group":109,"skill":39448,"orbitIndex":21,"name":"Axe Attack Speed","orbit":3},"22045":{"stats":["Regenerate 0.2% of maximum Life per second"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":3,"id":13505}],"group":474,"skill":22045,"orbitIndex":4,"name":"Life Regeneration","orbit":7},"35831":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":904}],"group":215,"skill":35831,"orbitIndex":9,"name":"Mana Regeneration","orbit":7},"30201":{"stats":["10% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonFire.dds","connections":[{"orbit":-2,"id":57286},{"orbit":7,"id":33646}],"group":546,"skill":30201,"orbitIndex":6,"name":"Archon Effect","orbit":2},"6236":{"stats":["8% increased Fire Damage","8% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ArchonFire.dds","connections":[{"orbit":0,"id":33646}],"group":546,"skill":6236,"orbitIndex":18,"name":"Fire Damage and Flammability Magnitude","orbit":3},"3446":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":3446,"stats":["+5 to any Attribute"],"isAttribute":true,"group":165,"connections":[{"orbit":0,"id":61938},{"orbit":0,"id":58088}],"orbitIndex":0,"name":"Attribute","orbit":0},"38732":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38732,"stats":["+5 to any Attribute"],"isAttribute":true,"group":695,"connections":[{"orbit":-3,"id":17107}],"orbitIndex":0,"name":"Attribute","orbit":0},"57518":{"stats":["20% increased Parry Damage"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":4,"id":31366}],"group":1160,"skill":57518,"orbitIndex":23,"name":"Parry Damage","orbit":2},"32777":{"icon":"Art/2DArt/SkillIcons/passives/AltMinionDamageHeraldMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":102,"skill":32777,"orbitIndex":0,"name":"Shapeshifting Mastery","orbit":2},"5703":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":5703,"stats":["30% increased Elemental Damage if you've Shocked an Enemy Recently"],"recipe":["Despair","Suffering","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":2,"id":16367}],"group":903,"orbitIndex":4,"isNotable":true,"name":"Echoing Thunder","orbit":7},"23797":{"stats":["10% increased Armour","+10% of Armour also applies to Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":2147483647,"id":31370}],"group":479,"skill":23797,"orbitIndex":20,"name":"Armour and Applies to Lightning Damage","orbit":2},"26356":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":26356,"stats":["Detonator skills have 40% increased Area of Effect","Detonator skills have 80% reduced damage"],"recipe":["Suffering","Disgust","Disgust"],"connections":[{"orbit":0,"id":8556}],"group":540,"orbitIndex":0,"isNotable":true,"name":"Primed to Explode","orbit":0},"6161":{"icon":"Art/2DArt/SkillIcons/passives/BloodMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":963,"skill":6161,"orbitIndex":0,"name":"Bleeding Mastery","orbit":0},"54990":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":54990,"stats":["10% chance to inflict Bleeding on Hit","15% increased Magnitude of Bleeding you inflict"],"recipe":["Fear","Suffering","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":577,"orbitIndex":1,"isNotable":true,"name":"Bloodletting","orbit":7},"18923":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":18923,"stats":["+5 to any Attribute"],"isAttribute":true,"group":917,"connections":[{"orbit":0,"id":61976},{"orbit":0,"id":17118},{"orbit":0,"id":39570},{"orbit":0,"id":9085}],"orbitIndex":36,"name":"Attribute","orbit":6},"43453":{"stats":["3% increased Movement Speed while Sprinting"],"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","connections":[{"orbit":0,"id":64050}],"group":1157,"skill":43453,"orbitIndex":0,"name":"Sprint Movement Speed","orbit":0},"62258":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":62455},{"orbit":0,"id":21096}],"group":541,"skill":62258,"orbitIndex":22,"name":"Banner Glory Gained","orbit":7},"50755":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":9,"id":10131},{"orbit":0,"id":39567},{"orbit":8,"id":19355}],"group":836,"skill":50755,"orbitIndex":5,"name":"Intelligence","orbit":5},"57791":{"stats":["6% increased Spell Damage","2% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/AuraNotable.dds","connections":[{"orbit":0,"id":52229}],"group":521,"skill":57791,"orbitIndex":16,"name":"Spell Damage and Cast Speed","orbit":2},"32699":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":32699,"stats":[],"ascendancyName":"Infernalist","isAscendancyStart":true,"group":611,"connections":[{"orbit":0,"id":7793},{"orbit":0,"id":23880},{"orbit":0,"id":24135},{"orbit":4,"id":39470},{"orbit":-9,"id":64379},{"orbit":-9,"id":63484}],"orbitIndex":0,"name":"Infernalist","orbit":9},"55909":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","options":{"Witch":{"stats":["10% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","name":"Chaos Damage","id":10903}},"skill":55909,"stats":["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"isSwitchable":true,"group":599,"connections":[{"orbit":0,"id":64046}],"orbitIndex":3,"name":"Infused Spell Damage","orbit":4},"8904":{"icon":"Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds","skill":8904,"stats":["Projectiles have 25% increased Critical Hit Chance against Enemies further than 6m","Projectiles deal 25% increased Damage with Hits against Enemies further than 6m"],"recipe":["Isolation","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":1154,"orbitIndex":0,"isNotable":true,"name":"Death from Afar","orbit":0},"36302":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":36302,"stats":["6% increased Cast Speed"],"connections":[{"orbit":6,"id":47307}],"group":631,"orbitIndex":0,"isNotable":true,"name":"Practiced Signs","orbit":7},"53935":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":53935,"stats":["100% increased Stun Threshold for each time you've been Stunned Recently"],"recipe":["Guilt","Ire","Paranoia"],"connections":[{"orbit":2,"id":10677},{"orbit":0,"id":25281}],"group":831,"orbitIndex":14,"isNotable":true,"name":"Briny Carapace","orbit":2},"4245":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":4245,"stats":["20% increased Pin Buildup"],"ascendancyName":"Tactician","group":259,"connections":[{"orbit":0,"id":54838}],"orbitIndex":0,"name":"Pin Buildup","orbit":0},"62341":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":7,"id":52836}],"group":841,"skill":62341,"orbitIndex":61,"name":"Block","orbit":4},"40803":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":40803,"stats":["30% increased Damage with Hits against Chilled Enemies"],"recipe":["Suffering","Disgust","Guilt"],"connections":[{"orbit":0,"id":3218},{"orbit":0,"id":44298}],"group":176,"orbitIndex":21,"isNotable":true,"name":"Sigil of Ice","orbit":4},"55152":{"icon":"Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[{"orbit":0,"id":5580}],"group":96,"skill":55152,"orbitIndex":1,"name":"Totem Mastery","orbit":3},"9737":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":36522},{"orbit":4,"id":24813},{"orbit":0,"id":59480},{"orbit":0,"id":15590}],"group":540,"skill":9737,"orbitIndex":51,"name":"Attack Area","orbit":4},"53396":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":53396,"stats":["+5 to any Attribute"],"isAttribute":true,"group":496,"connections":[{"orbit":6,"id":10156}],"orbitIndex":12,"name":"Attribute","orbit":6},"24009":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":-4,"id":34433},{"orbit":0,"id":21755}],"group":534,"skill":24009,"orbitIndex":27,"name":"Armour and Evasion","orbit":4},"45329":{"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","skill":45329,"stats":["40% increased Hazard Damage","Hazards cannot be triggered for 3 seconds after being created"],"recipe":["Despair","Ire","Disgust"],"connections":[{"orbit":0,"id":2128},{"orbit":0,"id":40626}],"group":1047,"orbitIndex":0,"isNotable":true,"name":"Delayed Gratification","orbit":0},"3605":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds","skill":3605,"stats":["Grants Skill: Time Snap"],"ascendancyName":"Chronomancer","connections":[],"group":283,"orbitIndex":0,"isNotable":true,"name":"Unbound Encore","orbit":0},"3630":{"stats":["10% increased Evasion Rating","10% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-5,"id":62624}],"group":1134,"skill":3630,"orbitIndex":18,"name":"Evasion and Energy Shield Recharge","orbit":3},"4844":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":33053}],"group":793,"skill":4844,"orbitIndex":1,"name":"Projectile Damage","orbit":7},"63814":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":33216}],"group":572,"skill":63814,"orbitIndex":0,"name":"Bleeding Chance","orbit":0},"24656":{"stats":["15% increased Evasion Rating while Sprinting","2% increased Movement Speed while Sprinting"],"icon":"Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds","connections":[{"orbit":0,"id":54152},{"orbit":0,"id":15814}],"group":1173,"skill":24656,"orbitIndex":0,"name":"Evasion and Movement Speed while Sprinting","orbit":0},"61170":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":7,"id":27186}],"group":538,"skill":61170,"orbitIndex":3,"name":"Fire Damage","orbit":1},"53272":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":2560},{"orbit":0,"id":2582}],"group":1274,"skill":53272,"orbitIndex":20,"name":"Deflection","orbit":3},"25162":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":59785}],"group":69,"skill":25162,"orbitIndex":10,"name":"Attack Area","orbit":2},"26762":{"stats":["10% increased Withered Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-2,"id":35380}],"group":1116,"skill":26762,"orbitIndex":0,"name":"Withered Effect","orbit":0},"55596":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":8509}],"group":236,"skill":55596,"orbitIndex":8,"name":"Critical Damage","orbit":3},"31692":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":46197}],"group":1128,"skill":31692,"orbitIndex":3,"name":"Critical Chance","orbit":2},"13425":{"stats":["10% increased Bleeding Duration"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":315}],"group":576,"skill":13425,"orbitIndex":0,"name":"Bleeding Duration","orbit":0},"19240":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":19240,"stats":["+5 to any Attribute"],"isAttribute":true,"group":510,"connections":[{"orbit":-6,"id":46358},{"orbit":5,"id":4847}],"orbitIndex":0,"name":"Attribute","orbit":0},"29398":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":29398,"stats":["25% increased Chill Duration on Enemies"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":18849}],"orbitIndex":2,"name":"Chill Duration","orbit":6},"19820":{"stats":["10% increased Armour","+10% of Armour also applies to Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":5686}],"group":167,"skill":19820,"orbitIndex":18,"name":"Armour and Applies to Cold Damage","orbit":2},"8789":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":3,"id":63182}],"group":871,"skill":8789,"orbitIndex":12,"name":"Damage and Companion Damage","orbit":2},"14655":{"stats":["10% increased Armour","+10% of Armour also applies to Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":7,"id":372}],"group":282,"skill":14655,"orbitIndex":3,"name":"Armour and Applies to Fire Damage","orbit":3},"26945":{"stats":["Minions have 20% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":531,"skill":26945,"orbitIndex":17,"name":"Minion Critical Chance","orbit":2},"31345":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":55400}],"group":1051,"skill":31345,"orbitIndex":11,"name":"Lightning Penetration","orbit":2},"9782":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":20677}],"group":995,"skill":9782,"orbitIndex":0,"name":"Critical Damage","orbit":0},"52053":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":3,"id":14048},{"orbit":-4,"id":24120}],"group":1114,"skill":52053,"orbitIndex":16,"name":"Mana Regeneration","orbit":3},"49968":{"stats":["18% increased Stun Buildup with Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":20008}],"group":991,"skill":49968,"orbitIndex":5,"name":"Melee Stun Buildup","orbit":1},"13307":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[],"group":481,"skill":13307,"orbitIndex":25,"name":"Stun and Ailment Threshold from Energy Shield","orbit":4},"61042":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61042,"stats":["+5 to any Attribute"],"isAttribute":true,"group":504,"connections":[{"orbit":0,"id":44344}],"orbitIndex":0,"name":"Attribute","orbit":0},"36782":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":1151}],"group":670,"skill":36782,"orbitIndex":12,"name":"Freeze Buildup","orbit":7},"36623":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":36623,"stats":["15% reduced Energy Shield Recharge Rate","40% faster start of Energy Shield Recharge"],"recipe":["Disgust","Suffering","Greed"],"connections":[{"orbit":0,"id":10729},{"orbit":0,"id":31630}],"group":980,"orbitIndex":3,"isNotable":true,"name":"Convalescence","orbit":2},"26638":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds","skill":26638,"stats":["Grants Skill: Temporal Rift"],"ascendancyName":"Chronomancer","connections":[{"orbit":9,"id":63002}],"group":262,"orbitIndex":0,"isNotable":true,"name":"Footprints in the Sand","orbit":0},"26518":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":26518,"stats":["25% increased Cold Damage","15% increased Chill Duration on Enemies"],"recipe":["Envy","Fear","Guilt"],"connections":[],"group":176,"orbitIndex":5,"isNotable":true,"name":"Cold Nature","orbit":4},"52971":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":52971,"stats":["20% faster start of Energy Shield Recharge","30% faster start of Energy Shield Recharge when not on Full Life"],"recipe":["Envy","Disgust","Fear"],"connections":[{"orbit":-2,"id":21227},{"orbit":0,"id":25528}],"group":1112,"orbitIndex":45,"isNotable":true,"name":"Quick Response","orbit":4},"13387":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":522,"skill":13387,"orbitIndex":0,"name":"Elemental Mastery","orbit":5},"48581":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","skill":48581,"stats":["24% increased Damage with Hits against Enemies affected by Elemental Ailments","30% increased chance to inflict Ailments against Rare or Unique Enemies"],"recipe":["Greed","Fear","Isolation"],"connections":[{"orbit":0,"id":33242},{"orbit":0,"id":13387}],"group":522,"orbitIndex":0,"isNotable":true,"name":"Exploit the Elements","orbit":6},"16602":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds","connections":[{"orbit":2,"id":29285},{"orbit":0,"id":30657}],"group":1110,"skill":16602,"orbitIndex":23,"name":"Evasion","orbit":7},"6516":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":7,"id":63981},{"orbit":0,"id":12890}],"group":1109,"skill":6516,"orbitIndex":22,"name":"Stun Threshold if no recent Stun","orbit":7},"43102":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":30197},{"orbit":-9,"id":42998}],"group":1108,"skill":43102,"orbitIndex":6,"name":"Damage and Companion Damage","orbit":7},"61444":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","skill":61444,"stats":["Skills Supported by Unleash have 25% increased Seal gain frequency"],"recipe":["Fear","Envy","Despair"],"connections":[{"orbit":0,"id":17411},{"orbit":0,"id":34096}],"group":362,"orbitIndex":7,"isNotable":true,"name":"Anticipation","orbit":3},"14446":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14446,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1102,"connections":[{"orbit":0,"id":61403},{"orbit":0,"id":22713},{"orbit":9,"id":58022},{"orbit":0,"id":45702}],"orbitIndex":0,"name":"Attribute","orbit":0},"37414":{"stats":["10% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":65193}],"group":318,"skill":37414,"orbitIndex":13,"name":"Accuracy","orbit":2},"14666":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[],"group":668,"skill":14666,"orbitIndex":18,"name":"Energy Shield Recharge","orbit":3},"28903":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPoison.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[],"group":1100,"skill":28903,"orbitIndex":0,"name":"Poison Mastery","orbit":0},"45798":{"stats":["3% chance to gain Volatility on Kill"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[{"orbit":-7,"id":62578},{"orbit":7,"id":46615}],"group":1098,"skill":45798,"orbitIndex":13,"name":"Volatility on Kill","orbit":3},"29479":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":29479,"stats":["+5 to any Attribute"],"isAttribute":true,"group":858,"connections":[{"orbit":0,"id":50469}],"orbitIndex":18,"name":"Attribute","orbit":5},"10612":{"icon":"Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds","skill":10612,"stats":["Immune to Freeze and Chill while affected by Ice Archon"],"recipe":["Paranoia","Isolation","Ire"],"connections":[{"orbit":0,"id":52003}],"group":593,"orbitIndex":19,"isNotable":true,"name":"Embodiment of Frost","orbit":2},"63182":{"stats":["Companions have 12% increased maximum Life","10% increased Defences while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":3,"id":29930}],"group":871,"skill":63182,"orbitIndex":6,"name":"Defences and Companion Life","orbit":7},"58971":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":-6,"id":12998},{"orbit":-7,"id":38678}],"group":1095,"skill":58971,"orbitIndex":11,"name":"Ailment Threshold","orbit":2},"16816":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":16816,"stats":["Attacks gain increased Accuracy Rating equal to their Critical Hit Chance"],"recipe":["Isolation","Envy","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[],"group":929,"orbitIndex":0,"isNotable":true,"name":"Pinpoint Shot","orbit":0},"24325":{"stats":["5% increased Life Regeneration rate","10% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":7,"id":40006}],"group":361,"skill":24325,"orbitIndex":11,"name":"Life Regeneration Rate and Presence","orbit":7},"11504":{"stats":["2% increased Attack Speed","+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":7,"id":30839},{"orbit":0,"id":35696}],"group":1121,"skill":11504,"orbitIndex":19,"name":"Attack Speed and Dexterity","orbit":2},"58387":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":4,"id":52454}],"group":500,"skill":58387,"orbitIndex":6,"name":"Chaos Damage","orbit":4},"41031":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41031,"stats":["+5 to any Attribute"],"isAttribute":true,"group":518,"connections":[{"orbit":0,"id":54232}],"orbitIndex":27,"name":"Attribute","orbit":4},"61976":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":61976,"stats":["+5 to any Attribute"],"isAttribute":true,"group":969,"connections":[{"orbit":0,"id":7526},{"orbit":6,"id":36298},{"orbit":0,"id":2200}],"orbitIndex":0,"name":"Attribute","orbit":0},"15782":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":15782,"stats":["+5 to any Attribute"],"isAttribute":true,"group":349,"connections":[{"orbit":0,"id":1433},{"orbit":0,"id":46628},{"orbit":0,"id":53675}],"orbitIndex":0,"name":"Attribute","orbit":0},"2511":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":2511,"stats":["25% increased Critical Damage Bonus for Attack Damage","+25% to Critical Damage Bonus against Stunned Enemies"],"recipe":["Disgust","Paranoia","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":419,"orbitIndex":20,"isNotable":true,"name":"Sundering","orbit":3},"50884":{"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","skill":50884,"stats":["Damage Penetrates 12% Elemental Resistances","8% increased Area of Effect for Attacks"],"recipe":["Guilt","Fear","Ire"],"connections":[{"orbit":0,"id":53696}],"group":956,"orbitIndex":12,"isNotable":true,"name":"Primal Sundering","orbit":7},"1953":{"stats":["15% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":23905}],"group":1004,"skill":1953,"orbitIndex":0,"name":"Shock Effect","orbit":0},"33556":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":55473}],"group":503,"skill":33556,"orbitIndex":2,"name":"Melee Damage","orbit":7},"38066":{"stats":["10% increased Armour","Break 15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":25300}],"group":140,"skill":38066,"orbitIndex":12,"name":"Armour Break and Armour","orbit":7},"52125":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":52125,"stats":["+5 to any Attribute"],"isAttribute":true,"group":633,"connections":[{"orbit":0,"id":2847},{"orbit":0,"id":21721}],"orbitIndex":0,"name":"Attribute","orbit":0},"57724":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-7,"id":54883}],"group":1084,"skill":57724,"orbitIndex":20,"name":"Chaos Damage","orbit":7},"54678":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":41877}],"group":1082,"skill":54678,"orbitIndex":0,"name":"Shock Chance","orbit":0},"62034":{"icon":"Art/2DArt/SkillIcons/passives/ElementalResistance2.dds","skill":62034,"stats":["+30% of Armour also applies to Elemental Damage"],"recipe":["Suffering","Despair","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryResistancesAndAilmentProtectionPattern","connections":[],"group":97,"orbitIndex":0,"isNotable":true,"name":"Prism Guard","orbit":0},"40719":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":40719,"stats":["35% increased Damage with Hits against Enemies that are on Low Life"],"ascendancyName":"Witchhunter","group":207,"connections":[{"orbit":0,"id":17646}],"orbitIndex":47,"name":"Damage vs Low Life Enemies","orbit":5},"11667":{"stats":["10% increased Immobilisation buildup against Constructs"],"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","connections":[{"orbit":0,"id":60085}],"group":740,"skill":11667,"orbitIndex":10,"name":"Immobilisation Buildup","orbit":1},"4017":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":10079}],"group":663,"skill":4017,"orbitIndex":12,"name":"Energy Shield Recharge","orbit":2},"54557":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":-6,"id":9421}],"group":1068,"skill":54557,"orbitIndex":2,"name":"Cold Penetration","orbit":2},"42177":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":42177,"stats":["5% increased Attack Speed","10% increased Accuracy Rating","5% increased Dexterity"],"recipe":["Despair","Paranoia","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":3,"id":11153}],"group":494,"orbitIndex":0,"isNotable":true,"name":"Blurred Motion","orbit":0},"54288":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":21568}],"group":237,"skill":54288,"orbitIndex":20,"name":"Life Recoup","orbit":7},"3601":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":47191}],"group":192,"skill":3601,"orbitIndex":62,"name":"Fire Damage","orbit":4},"29941":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":60829},{"orbit":0,"id":57517}],"group":873,"skill":29941,"orbitIndex":17,"name":"Incision Chance","orbit":3},"45497":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-7,"id":13333},{"orbit":0,"id":17057},{"orbit":7,"id":61170}],"group":554,"skill":45497,"orbitIndex":0,"name":"Elemental Damage","orbit":0},"3472":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":-3,"id":26682}],"group":585,"skill":3472,"orbitIndex":12,"name":"Spell Critical Chance","orbit":7},"26563":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":26563,"stats":["Physical Spell Critical Hits build Pin"],"recipe":["Fear","Despair","Fear"],"connections":[{"orbit":-4,"id":12778},{"orbit":0,"id":6161}],"group":962,"orbitIndex":12,"isNotable":true,"name":"Bone Chains","orbit":4},"23724":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":7275}],"group":595,"skill":23724,"orbitIndex":22,"name":"Lightning Exposure Effect","orbit":7},"58115":{"stats":["Recover 1% of maximum Mana on Kill"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":2,"id":52241},{"orbit":0,"id":11672}],"group":748,"skill":58115,"orbitIndex":12,"name":"Mana on Kill","orbit":2},"1091":{"stats":["10% reduced Effect of Chill on you"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":7,"id":13333},{"orbit":0,"id":48699}],"group":575,"skill":1091,"orbitIndex":0,"name":"Chill Effect on You","orbit":2},"29074":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds","skill":29074,"stats":["Double the number of your Poisons that targets can be affected by at the same time","35% less Poison Duration"],"ascendancyName":"Pathfinder","connections":[],"group":1310,"orbitIndex":48,"isNotable":true,"name":"Overwhelming Toxicity","orbit":8},"35645":{"stats":["Minions have 20% increased Cooldown Recovery Rate for Command Skills"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[],"group":172,"skill":35645,"orbitIndex":0,"name":"Command Skill Cooldown","orbit":0},"22967":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":22967,"stats":["12% increased Block chance","10 Life gained when you Block","+2% to maximum Block chance"],"recipe":["Guilt","Envy","Guilt"],"connections":[{"orbit":-7,"id":49198},{"orbit":0,"id":38921}],"group":241,"orbitIndex":1,"isNotable":true,"name":"Vigilance","orbit":3},"41414":{"stats":["+5% to Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/coldresist.dds","connections":[{"orbit":-7,"id":4547}],"group":175,"skill":41414,"orbitIndex":23,"name":"Cold Resistance","orbit":7},"43939":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":43939,"stats":["Enemies Ignited by you permanently take 1% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10%"],"recipe":["Fear","Paranoia","Paranoia"],"connections":[{"orbit":0,"id":48267},{"orbit":0,"id":56214}],"group":92,"orbitIndex":9,"isNotable":true,"name":"Melting Flames","orbit":3},"62785":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":-7,"id":4948}],"group":296,"skill":62785,"orbitIndex":2,"name":"Armour Break","orbit":7},"30007":{"stats":["16% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":0,"id":3188}],"group":59,"skill":30007,"orbitIndex":8,"name":"Thorns","orbit":1},"43281":{"stats":["Triggered Spells deal 16% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":47359},{"orbit":7,"id":51934}],"group":1052,"skill":43281,"orbitIndex":21,"name":"Triggered Spell Damage","orbit":7},"7344":{"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","skill":7344,"stats":["Recover 3% of maximum Life on Kill"],"connections":[{"orbit":0,"id":58182},{"orbit":0,"id":26931}],"group":837,"orbitIndex":4,"isNotable":true,"name":"Life from Death","orbit":3},"25300":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":61796}],"group":134,"skill":25300,"orbitIndex":0,"name":"Armour Break","orbit":0},"1442":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":1442,"stats":["3% increased Attributes"],"ascendancyName":"Gemling Legionnaire","group":411,"connections":[{"orbit":0,"id":53108}],"orbitIndex":0,"name":"Attributes","orbit":0},"23650":{"stats":["15% increased Life Regeneration Rate while on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":3,"id":43895}],"group":466,"skill":23650,"orbitIndex":12,"name":"Life Regeneration on Low Life","orbit":2},"59061":{"stats":["20% increased Critical Damage Bonus if you haven't dealt a Critical Hit Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":28267}],"group":230,"skill":59061,"orbitIndex":0,"name":"Critical Damage","orbit":0},"25618":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":25618,"stats":["12% increased Critical Hit Chance for Spells"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":38578}],"orbitIndex":18,"name":"Spell Critical Chance","orbit":8},"48121":{"stats":["Totems gain +12% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-5,"id":24438}],"group":367,"skill":48121,"orbitIndex":0,"name":"Totem Elemental Resistance","orbit":0},"22541":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds","skill":22541,"stats":["Grants Skill: Fire Spell on Melee Hit"],"ascendancyName":"Smith of Kitava","connections":[],"group":2,"orbitIndex":0,"isNotable":true,"name":"Heat of the Forge","orbit":0},"25172":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":25172,"stats":["6% increased Cooldown Recovery Rate"],"ascendancyName":"Witchhunter","group":208,"connections":[{"orbit":0,"id":3704}],"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"21684":{"stats":["4% increased Block chance","15% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":5,"id":1214}],"group":111,"skill":21684,"orbitIndex":6,"name":"Block and Shield Defences","orbit":2},"28950":{"icon":"Art/2DArt/SkillIcons/passives/bodysoul.dds","skill":28950,"stats":["10% increased Mana Regeneration Rate","Regenerate 0.5% of maximum Life per second","+5 to Strength and Intelligence"],"connections":[{"orbit":0,"id":63469},{"orbit":4,"id":22045},{"orbit":0,"id":10156}],"group":511,"orbitIndex":0,"isNotable":true,"name":"Devoted Protector","orbit":0},"30457":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":4,"id":54416},{"orbit":0,"id":28982}],"group":95,"skill":30457,"orbitIndex":18,"name":"Armour","orbit":7},"62216":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":3,"id":26070},{"orbit":-3,"id":38130}],"group":263,"skill":62216,"orbitIndex":8,"name":"Empowered Attack Damage","orbit":2},"20032":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":20032,"stats":["16% increased Cast Speed if you've dealt a Critical Hit Recently","10% reduced Critical Hit Chance"],"recipe":["Despair","Greed","Guilt"],"connections":[{"orbit":0,"id":28680},{"orbit":0,"id":56762}],"group":337,"orbitIndex":0,"isNotable":true,"name":"Erraticism","orbit":2},"8540":{"stats":["20% increased Area of Effect of Curses"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":45230}],"group":802,"skill":8540,"orbitIndex":10,"name":"Curse Area","orbit":2},"3823":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","options":{"Witch":{"stats":["Minions deal 20% increased Damage","Minions have 4% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","name":"Power of the Dead","id":17324}},"skill":3823,"stats":["+3% to all Elemental Resistances","20% increased Elemental Damage"],"isSwitchable":true,"connections":[{"orbit":0,"id":5726}],"group":599,"orbitIndex":0,"isNotable":true,"name":"Elemental Force","orbit":1},"31890":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":7,"id":38827}],"group":500,"skill":31890,"orbitIndex":5,"name":"Armour and Energy Shield","orbit":3},"52695":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":-6,"id":57230}],"group":1049,"skill":52695,"orbitIndex":1,"name":"Physical Damage","orbit":7},"40200":{"stats":["Minions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":33612},{"orbit":0,"id":61842}],"group":378,"skill":40200,"orbitIndex":0,"name":"Minion Damage","orbit":2},"8991":{"stats":["6% increased Fire Damage","8% increased Flammability Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ArchonFire.dds","connections":[{"orbit":0,"id":22319}],"group":546,"skill":8991,"orbitIndex":12,"name":"Fire Damage and Flammability Magnitude","orbit":3},"48773":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48773,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1260,"connections":[{"orbit":0,"id":32763},{"orbit":0,"id":38493},{"orbit":0,"id":41873},{"orbit":0,"id":42226}],"orbitIndex":0,"name":"Attribute","orbit":0},"61992":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":673,"skill":61992,"orbitIndex":6,"name":"Minion Offence Mastery","orbit":1},"65016":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":65016,"stats":["35% increased Damage with Hits against Burning Enemies"],"recipe":["Guilt","Suffering","Fear"],"connections":[{"orbit":0,"id":11505}],"group":462,"orbitIndex":17,"isNotable":true,"name":"Intense Flames","orbit":3},"6514":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":6514,"stats":["40% increased Damage with Warcries","Warcry Skills have 25% increased Area of Effect"],"recipe":["Isolation","Guilt","Fear"],"connections":[{"orbit":0,"id":47173}],"group":121,"orbitIndex":5,"isNotable":true,"name":"Cacophony","orbit":4},"46741":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[],"group":205,"skill":46741,"orbitIndex":21,"name":"Stun Buildup","orbit":2},"61281":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":9217}],"group":655,"skill":61281,"orbitIndex":14,"name":"One Handed Damage","orbit":2},"42302":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":42302,"stats":["Projectiles have 75% chance for an additional Projectile when Forking"],"recipe":["Ire","Fear","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[{"orbit":4,"id":45331},{"orbit":-4,"id":31918}],"group":1111,"orbitIndex":54,"isNotable":true,"name":"Split Shot","orbit":4},"40985":{"icon":"Art/2DArt/SkillIcons/passives/RemnantNotable.dds","skill":40985,"stats":["15% chance for Remnants you create to grant their effects twice"],"recipe":["Guilt","Fear","Paranoia"],"connections":[{"orbit":0,"id":62679}],"group":677,"orbitIndex":6,"isNotable":true,"name":"Empowering Remnants","orbit":2},"56838":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-4,"id":42805},{"orbit":5,"id":62624}],"group":1134,"skill":56838,"orbitIndex":2,"name":"Evasion and Energy Shield","orbit":3},"38368":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":-2,"id":35966},{"orbit":2,"id":54288}],"group":237,"skill":38368,"orbitIndex":0,"name":"Life Recoup","orbit":0},"14294":{"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","skill":14294,"stats":["15% increased Life Cost of Skills","40% increased Spell Damage with Spells that cost Life"],"recipe":["Envy","Greed","Suffering"],"connections":[{"orbit":0,"id":43818}],"group":413,"orbitIndex":8,"isNotable":true,"name":"Sacrificial Blood","orbit":2},"38779":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":5,"id":44605},{"orbit":0,"id":44836}],"group":640,"skill":38779,"orbitIndex":8,"name":"Armour and Evasion","orbit":2},"4113":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":4627}],"group":670,"skill":4113,"orbitIndex":4,"name":"Freeze Buildup","orbit":7},"7668":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":7668,"stats":["20% chance to Aggravate Bleeding on targets you Hit with Empowered Attacks","Empowered Attacks deal 30% increased Damage"],"recipe":["Guilt","Despair","Paranoia"],"connections":[{"orbit":0,"id":62015}],"group":281,"orbitIndex":3,"isNotable":true,"name":"Internal Bleeding","orbit":2},"52215":{"stats":["10% increased Critical Hit Chance with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":56366}],"group":1268,"skill":52215,"orbitIndex":0,"name":"Dagger Critical Chance","orbit":0},"60515":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":-4,"id":19955}],"group":635,"skill":60515,"orbitIndex":4,"name":"Cold Damage","orbit":3},"21245":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[],"group":409,"skill":21245,"orbitIndex":0,"name":"Spell Critical Chance","orbit":0},"54453":{"stats":["Minions have 6% increased maximum Life","Minions deal 6% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":19006},{"orbit":0,"id":61042}],"group":506,"skill":54453,"orbitIndex":12,"name":"Minion Damage and Life","orbit":2},"43095":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":43095,"stats":["4% increased Skill Speed"],"ascendancyName":"Amazon","group":1336,"connections":[{"orbit":0,"id":35187}],"orbitIndex":0,"name":"Skill Speed","orbit":0},"26034":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-5,"id":45631}],"group":1134,"skill":26034,"orbitIndex":10,"name":"Evasion and Energy Shield","orbit":3},"64653":{"stats":["Minions deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":7,"id":47420}],"group":203,"skill":64653,"orbitIndex":15,"name":"Minion Damage","orbit":7},"56063":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":56063,"stats":["23% increased Chaos Damage","15% increased Skill Effect Duration"],"recipe":["Isolation","Disgust","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":790,"orbitIndex":0,"isNotable":true,"name":"Lingering Horror","orbit":0},"9185":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":60107}],"group":766,"skill":9185,"orbitIndex":5,"name":"Critical Chance","orbit":2},"26663":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":0,"id":44765}],"group":674,"skill":26663,"orbitIndex":0,"name":"Cooldown Recovery Rate","orbit":0},"39990":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":39990,"stats":["20% increased Skill Effect Duration","Debuffs you inflict have 10% increased Slow Magnitude"],"recipe":["Despair","Fear","Despair"],"connections":[{"orbit":2,"id":13294}],"group":464,"orbitIndex":7,"isNotable":true,"name":"Chronomancy","orbit":7},"42379":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42379,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1033,"connections":[{"orbit":0,"id":16705},{"orbit":0,"id":25520},{"orbit":0,"id":3463},{"orbit":0,"id":4552}],"orbitIndex":0,"name":"Attribute","orbit":0},"24655":{"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","skill":24655,"stats":["Damage Penetrates 15% Fire Resistance","+10 to Strength"],"recipe":["Fear","Ire","Isolation"],"connections":[],"group":582,"orbitIndex":30,"isNotable":true,"name":"Breath of Fire","orbit":4},"64488":{"stats":["Projectiles have 15% increased Critical Hit Chance against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":7,"id":7201}],"group":574,"skill":64488,"orbitIndex":3,"name":"Projectile Critical Chance","orbit":7},"53853":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","skill":53853,"stats":["50% increased Evasion Rating if you have been Hit Recently","50% increased Armour if you haven't been Hit Recently"],"recipe":["Greed","Greed","Ire"],"connections":[{"orbit":0,"id":57320}],"group":552,"orbitIndex":19,"isNotable":true,"name":"Backup Plan","orbit":7},"12125":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":295,"skill":12125,"orbitIndex":0,"name":"Life Mastery","orbit":0},"47856":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":32561}],"group":606,"skill":47856,"orbitIndex":15,"name":"Two Handed Damage","orbit":2},"45899":{"stats":["6% increased Fire Damage","5% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":968}],"group":462,"skill":45899,"orbitIndex":6,"name":"Fire Damage and Area","orbit":3},"46522":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":46522,"stats":["20% increased Pin Buildup"],"ascendancyName":"Tactician","group":269,"connections":[{"orbit":0,"id":44746}],"orbitIndex":0,"name":"Pin Buildup","orbit":0},"46644":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds","skill":46644,"stats":["Reserves 25% of Life","+1 to Maximum Spirit per 25 Maximum Life"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":48,"isNotable":true,"name":"Beidat's Will","orbit":8},"10429":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":757,"skill":10429,"orbitIndex":11,"name":"Trap Mastery","orbit":1},"52743":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":34541}],"group":1185,"skill":52743,"orbitIndex":10,"name":"Energy Shield Recharge","orbit":2},"24062":{"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","skill":24062,"stats":["10% increased Energy Shield Recharge Rate","Recover 2% of maximum Life on Kill","+10 to Intelligence"],"recipe":["Envy","Suffering","Fear"],"connections":[{"orbit":0,"id":54351}],"group":1049,"orbitIndex":21,"isNotable":true,"name":"Immortal Infamy","orbit":5},"64443":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":64443,"stats":["20% increased Stun Buildup","25% increased Attack Area Damage"],"recipe":["Fear","Ire","Fear"],"connections":[{"orbit":0,"id":41126},{"orbit":0,"id":62023}],"group":221,"orbitIndex":8,"isNotable":true,"name":"Impact Force","orbit":3},"21567":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","connections":[{"orbit":0,"id":59710}],"group":102,"skill":21567,"orbitIndex":8,"name":"Shapeshifting","orbit":7},"59208":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":59208,"stats":["30% reduced Accuracy Rating while Surrounded","100% increased Attack Damage while Surrounded"],"recipe":["Ire","Guilt","Suffering"],"connections":[{"orbit":0,"id":5681}],"group":360,"orbitIndex":16,"isNotable":true,"name":"Frantic Fighter","orbit":2},"33240":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":33240,"stats":["12% increased Reservation Efficiency of Minion Skills"],"recipe":["Isolation","Isolation","Ire"],"connections":[{"orbit":0,"id":14505}],"group":378,"orbitIndex":71,"isNotable":true,"name":"Lord of Horrors","orbit":5},"33601":{"stats":["10% increased Chill and Freeze Duration on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":0,"id":2863}],"group":160,"skill":33601,"orbitIndex":0,"name":"Chill and Freeze Duration","orbit":2},"59070":{"icon":"Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds","skill":59070,"stats":["30% increased Archon Buff duration"],"recipe":["Disgust","Isolation","Paranoia"],"connections":[],"group":432,"orbitIndex":13,"isNotable":true,"name":"Enduring Archon","orbit":7},"37276":{"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","skill":37276,"stats":["+8 to Maximum Rage"],"recipe":["Isolation","Disgust","Fear"],"connections":[{"orbit":0,"id":33244}],"group":290,"orbitIndex":14,"isNotable":true,"name":"Battle Trance","orbit":2},"3051":{"stats":["Offerings have 30% increased Maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[],"group":665,"skill":3051,"orbitIndex":0,"name":"Offering Life","orbit":2},"54447":{"icon":"Art/2DArt/SkillIcons/passives/blankInt.dds","classesStart":["Witch","Sorceress"],"skill":54447,"stats":[],"group":632,"connections":[{"orbit":0,"id":23710},{"orbit":0,"id":59822},{"orbit":0,"id":32699},{"orbit":0,"id":40721},{"orbit":0,"id":22147},{"orbit":0,"id":8305},{"orbit":0,"id":4739}],"orbitIndex":0,"name":"WITCH","orbit":0},"53131":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":53131,"stats":["50% of Skill Mana costs Converted to Life Costs during any Life Flask Effect"],"recipe":["Isolation","Paranoia","Greed"],"connections":[{"orbit":0,"id":7060},{"orbit":0,"id":46665}],"group":186,"orbitIndex":16,"isNotable":true,"name":"Tukohama's Brew","orbit":7},"47677":{"stats":["8% increased Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":9472}],"group":927,"skill":47677,"orbitIndex":17,"name":"Projectile Speed","orbit":7},"22682":{"stats":["6% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[],"group":1013,"skill":22682,"orbitIndex":4,"name":"Additional Spell Projectiles","orbit":3},"34375":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-2,"id":48745}],"group":356,"skill":34375,"orbitIndex":8,"name":"Shield Defences","orbit":2},"51690":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":51690,"stats":["Regenerate 0.5% of maximum Life per second"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":-5,"id":12000}],"orbitIndex":43,"name":"Life Regeneration","orbit":6},"46051":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern","connections":[],"group":59,"skill":46051,"orbitIndex":0,"name":"Thorns Mastery","orbit":0},"23259":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":22864}],"group":869,"skill":23259,"orbitIndex":21,"name":"Attack Critical Chance","orbit":2},"39365":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds","skill":39365,"stats":["20% increased Totem Life"],"ascendancyName":"Warbringer","group":31,"connections":[{"orbit":0,"id":39411}],"orbitIndex":0,"name":"Totem Life","orbit":0},"6744":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":6744,"stats":["+5 to any Attribute"],"isAttribute":true,"group":446,"connections":[{"orbit":0,"id":49357}],"orbitIndex":6,"name":"Attribute","orbit":6},"19955":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":19955,"stats":["+1 to Level of all Cold Skills"],"recipe":["Isolation","Suffering","Fear"],"connections":[],"group":635,"orbitIndex":6,"isNotable":true,"name":"Endless Blizzard","orbit":4},"57088":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":-5,"id":54557}],"group":1068,"skill":57088,"orbitIndex":20,"name":"Cold Penetration","orbit":2},"36994":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":27491}],"group":514,"skill":36994,"orbitIndex":12,"name":"Energy Shield","orbit":4},"32976":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":32976,"stats":["5% increased Maximum Life if you have at least 10 Red Support Gems Socketed","5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed","5% increased Movement Speed if you have at least 10 Green Support Gems Socketed"],"recipe":["Isolation","Greed","Suffering"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern","connections":[{"orbit":0,"id":14428},{"orbit":0,"id":38776},{"orbit":0,"id":34202}],"group":610,"orbitIndex":48,"isNotable":true,"name":"Gem Enthusiast","orbit":4},"38856":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38856,"stats":["+5 to any Attribute"],"isAttribute":true,"group":507,"connections":[{"orbit":0,"id":49357},{"orbit":0,"id":2071},{"orbit":5,"id":21081}],"orbitIndex":54,"name":"Attribute","orbit":6},"65154":{"icon":"Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":108,"skill":65154,"orbitIndex":0,"name":"Totem Mastery","orbit":0},"10783":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":9762},{"orbit":0,"id":38564}],"group":444,"skill":10783,"orbitIndex":16,"name":"Sword Damage","orbit":2},"9226":{"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","skill":9226,"stats":["10% of Damage is taken from Mana before Life"],"recipe":["Ire","Disgust","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":125,"orbitIndex":5,"isNotable":true,"name":"Mental Perseverance","orbit":1},"61991":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds","skill":61991,"stats":["50% less Movement Speed Penalty from using Skills while moving"],"ascendancyName":"Pathfinder","connections":[],"group":1310,"orbitIndex":96,"isNotable":true,"name":"Running Assault","orbit":9},"33137":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":36894},{"orbit":0,"id":17330}],"group":218,"skill":33137,"orbitIndex":17,"name":"Bleed Damage","orbit":2},"45609":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[],"group":1010,"skill":45609,"orbitIndex":20,"name":"Critical Damage","orbit":3},"60273":{"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","skill":60273,"stats":["Debuffs inflicted by Hazards have 30% increased Slow Magnitude","30% increased Hazard Immobilisation buildup"],"recipe":["Disgust","Guilt","Despair"],"connections":[{"orbit":0,"id":28199},{"orbit":0,"id":40626}],"group":1091,"orbitIndex":0,"isNotable":true,"name":"Hindering Obstacles","orbit":0},"6287":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":2147483647,"id":364}],"group":610,"skill":6287,"orbitIndex":10,"name":"Intelligence","orbit":2},"14934":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":14934,"stats":["10% increased Cast Speed","+13% to Chaos Resistance"],"recipe":["Ire","Envy","Suffering"],"connections":[{"orbit":0,"id":32523}],"group":500,"orbitIndex":4,"isNotable":true,"name":"Spiral into Mania","orbit":2},"44902":{"stats":["8% increased Spell Damage","8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds","connections":[{"orbit":3,"id":511}],"group":155,"skill":44902,"orbitIndex":2,"name":"Attack and Spell Damage","orbit":7},"62194":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":2147483647,"id":19129}],"group":602,"skill":62194,"orbitIndex":0,"name":"Pin Buildup","orbit":3},"34927":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":571,"skill":34927,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"1433":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":1433,"stats":["+5 to any Attribute"],"isAttribute":true,"group":435,"connections":[{"orbit":0,"id":31238},{"orbit":0,"id":48530}],"orbitIndex":56,"name":"Attribute","orbit":6},"52038":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[],"group":162,"skill":52038,"orbitIndex":0,"name":"Aura Mastery","orbit":0},"43854":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":43854,"stats":["20% reduced Presence Area of Effect","12% increased Area of Effect"],"recipe":["Paranoia","Disgust","Suffering"],"connections":[{"orbit":0,"id":52038}],"group":161,"orbitIndex":14,"isNotable":true,"name":"All For One","orbit":7},"41372":{"stats":["10% increased maximum Energy Shield","6% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":48030}],"group":722,"skill":41372,"orbitIndex":21,"name":"Energy Shield and Mana Regeneration","orbit":7},"53822":{"stats":["Gain 2 Rage when Hit by an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[],"group":86,"skill":53822,"orbitIndex":14,"name":"Rage when Hit","orbit":7},"55180":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":55180,"stats":["Minions have 20% increased Movement Speed","Minions have 8% increased Attack and Cast Speed"],"recipe":["Despair","Fear","Isolation"],"connections":[],"group":755,"orbitIndex":15,"isNotable":true,"name":"Relentless Fallen","orbit":3},"59480":{"stats":["10% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":3999}],"group":540,"skill":59480,"orbitIndex":69,"name":"Area Damage","orbit":4},"33848":{"stats":["8% increased Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":47677}],"group":927,"skill":33848,"orbitIndex":51,"name":"Projectile Speed","orbit":4},"31373":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":31373,"stats":["Warcries Empower an additional Attack"],"recipe":["Isolation","Isolation","Despair"],"connections":[{"orbit":0,"id":50561},{"orbit":0,"id":47173}],"group":121,"orbitIndex":63,"isNotable":true,"name":"Vocal Empowerment","orbit":4},"27733":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":44005},{"orbit":0,"id":2999}],"group":233,"skill":27733,"orbitIndex":33,"name":"Caster Mastery","orbit":4},"38420":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":37543}],"group":426,"skill":38420,"orbitIndex":22,"name":"Mana Regeneration","orbit":2},"7449":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":7449,"stats":["30% increased Stun Buildup","Hits Break 50% increased Armour on targets with Ailments"],"recipe":["Envy","Paranoia","Despair"],"connections":[{"orbit":0,"id":53696}],"group":956,"orbitIndex":16,"isNotable":true,"name":"Splinters","orbit":7},"48305":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48305,"stats":["+5 to any Attribute"],"isAttribute":true,"group":455,"connections":[{"orbit":6,"id":37629}],"orbitIndex":0,"name":"Attribute","orbit":0},"38068":{"stats":["12% increased Flammability Magnitude","12% increased Freeze Buildup","12% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[],"group":590,"skill":38068,"orbitIndex":60,"name":"Elemental Ailment Chance","orbit":4},"40166":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":40166,"stats":["8% increased Attack Speed","15% increased Cost Efficiency"],"recipe":["Fear","Ire","Despair"],"connections":[],"group":985,"orbitIndex":12,"isNotable":true,"name":"Deep Trance","orbit":2},"11786":{"stats":["10% increased Armour","+5% of Armour also applies to Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":2147483647,"id":7716}],"group":253,"skill":11786,"orbitIndex":5,"name":"Armour","orbit":2},"61356":{"stats":["6% increased bonuses gained from Equipped Quiver"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[{"orbit":0,"id":12498}],"group":981,"skill":61356,"orbitIndex":12,"name":"Quiver Effect","orbit":7},"9586":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":978,"skill":9586,"orbitIndex":10,"name":"Critical Mastery","orbit":4},"40721":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":40721,"stats":[],"ascendancyName":"Stormweaver","isAscendancyStart":true,"group":408,"connections":[{"orbit":-6,"id":64789},{"orbit":6,"id":65413},{"orbit":-4,"id":49759},{"orbit":4,"id":13673},{"orbit":0,"id":12488},{"orbit":0,"id":44484}],"orbitIndex":0,"name":"Stormweaver","orbit":9},"64489":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":6952},{"orbit":0,"id":25162}],"group":69,"skill":64489,"orbitIndex":14,"name":"Attack Area","orbit":2},"13980":{"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","skill":13980,"stats":["10% chance for Mace Slam Skills you use yourself to cause Aftershocks","10% chance for Mace Strike Skills you use yourself to cause Aftershocks, dealing","the same damage to enemies within 1.8 metres"],"recipe":["Isolation","Paranoia","Disgust"],"connections":[{"orbit":0,"id":14832},{"orbit":0,"id":14693}],"group":81,"orbitIndex":33,"isNotable":true,"name":"Split the Earth","orbit":4},"45650":{"stats":["15% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":9572},{"orbit":0,"id":36997}],"group":886,"skill":45650,"orbitIndex":14,"name":"Melee Damage if Projectile Hit","orbit":3},"1826":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":1826,"stats":["+5 to any Attribute"],"isAttribute":true,"group":717,"connections":[{"orbit":0,"id":39037}],"orbitIndex":0,"name":"Attribute","orbit":0},"56564":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":8349}],"group":565,"skill":56564,"orbitIndex":15,"name":"Energy Shield Recharge","orbit":2},"41512":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":41512,"stats":["15% increased Melee Damage","15% increased Stun Buildup with Melee Damage","+15 to Strength"],"recipe":["Paranoia","Disgust","Envy"],"connections":[],"group":725,"orbitIndex":13,"isNotable":true,"name":"Heavy Weaponry","orbit":7},"39241":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":59609,"name":"Energy Shield","stats":["20% increased maximum Energy Shield"]}},"skill":39241,"stats":["20% increased maximum Energy Shield"],"isSwitchable":true,"ascendancyName":"Lich","group":977,"connections":[{"orbit":-4,"id":58932}],"orbitIndex":0,"name":"Energy Shield","orbit":0},"6689":{"stats":["Attack Skills deal 10% increased Damage while holding a Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":51735}],"group":563,"skill":6689,"orbitIndex":39,"name":"Shield Damage","orbit":4},"46565":{"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","skill":46565,"stats":["25% increased Damage with Swords"],"connections":[{"orbit":0,"id":15855}],"group":416,"orbitIndex":0,"isNotable":true,"name":"Stance Breaker","orbit":0},"18245":{"stats":["Minions have 8% increased maximum Life","Minions have 8% additional Physical Damage Reduction"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":30554},{"orbit":0,"id":21164}],"group":101,"skill":18245,"orbitIndex":16,"name":"Minion Life and Physical Damage Reduction","orbit":7},"43746":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":43746,"stats":["+5 to any Attribute"],"isAttribute":true,"group":788,"connections":[{"orbit":0,"id":16460},{"orbit":0,"id":38143}],"orbitIndex":6,"name":"Attribute","orbit":3},"33445":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-2,"id":30143}],"group":1019,"skill":33445,"orbitIndex":3,"name":"Block","orbit":7},"8660":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":8660,"stats":["Spell Skills have 15% increased Area of Effect"],"recipe":["Paranoia","Guilt","Fear"],"connections":[{"orbit":0,"id":18846}],"group":321,"orbitIndex":12,"isNotable":true,"name":"Reverberation","orbit":3},"51821":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51821,"stats":["+5 to any Attribute"],"isAttribute":true,"group":197,"connections":[{"orbit":0,"id":46857},{"orbit":0,"id":20115}],"orbitIndex":0,"name":"Attribute","orbit":0},"21879":{"stats":["Link Skills have 8% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":7,"id":9343}],"group":383,"skill":21879,"orbitIndex":1,"name":"Link Cast Speed","orbit":2},"28476":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern","connections":[],"group":392,"skill":28476,"orbitIndex":0,"name":"Thorns Mastery","orbit":0},"3567":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":3567,"stats":["8% increased maximum Mana","10% increased Mana Cost of Skills"],"recipe":["Suffering","Ire","Isolation"],"connections":[{"orbit":0,"id":53188},{"orbit":0,"id":10159}],"group":836,"orbitIndex":16,"isNotable":true,"name":"Raw Mana","orbit":3},"48717":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":133,"skill":48717,"orbitIndex":16,"name":"Armour Mastery","orbit":7},"38320":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":90,"skill":38320,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"62978":{"stats":["5% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":19873}],"group":456,"skill":62978,"orbitIndex":14,"name":"Area of Effect","orbit":2},"54998":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":54998,"stats":["20% increased Skill Effect Duration","15% increased Duration of Damaging Ailments on Enemies"],"recipe":["Despair","Disgust","Guilt"],"connections":[{"orbit":0,"id":29993}],"group":217,"orbitIndex":5,"isNotable":true,"name":"Protraction","orbit":2},"35028":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":35028,"stats":["Regenerate 2.5% of maximum Life per second while Surrounded"],"recipe":["Disgust","Despair","Greed"],"connections":[{"orbit":0,"id":51974}],"group":603,"orbitIndex":17,"isNotable":true,"name":"In the Thick of It","orbit":2},"38596":{"stats":["15% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":5,"id":31925}],"group":338,"skill":38596,"orbitIndex":14,"name":"Curse Effect on Self","orbit":4},"48635":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48635,"stats":["+5 to any Attribute"],"isAttribute":true,"group":641,"connections":[{"orbit":0,"id":63526},{"orbit":4,"id":28361},{"orbit":-4,"id":43444}],"orbitIndex":0,"name":"Attribute","orbit":0},"53367":{"icon":"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds","skill":53367,"stats":["Banner Skills have 30% increased Area of Effect","Banner Skills have 30% increased Duration"],"recipe":["Despair","Ire","Greed"],"connections":[{"orbit":0,"id":12821},{"orbit":0,"id":65353}],"group":401,"orbitIndex":0,"isNotable":true,"name":"Symbol of Defiance","orbit":3},"58183":{"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","skill":58183,"stats":["15% increased Magnitude of Bleeding you inflict","25% increased Physical Damage"],"recipe":["Despair","Isolation","Greed"],"connections":[{"orbit":0,"id":60241},{"orbit":0,"id":21245},{"orbit":0,"id":32278}],"group":398,"orbitIndex":11,"isNotable":true,"name":"Blood Tearing","orbit":2},"6596":{"stats":["4% increased Attack Speed while a Rare or Unique Enemy is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":41171}],"group":843,"skill":6596,"orbitIndex":30,"name":"Attack Speed","orbit":4},"44659":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":44659,"stats":["+5 to any Attribute"],"isAttribute":true,"group":459,"connections":[],"orbitIndex":27,"name":"Attribute","orbit":5},"7782":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":7782,"stats":["40% increased Magnitude of Bleeding you inflict against Pinned Enemies"],"recipe":["Greed","Suffering","Guilt"],"connections":[{"orbit":0,"id":6161}],"group":962,"orbitIndex":0,"isNotable":true,"name":"Rupturing Pins","orbit":3},"55241":{"stats":["4% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":38614}],"group":845,"skill":55241,"orbitIndex":4,"name":"Additional Spell Projectiles","orbit":1},"46665":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":184,"skill":46665,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"26490":{"stats":["10% increased Critical Hit Chance with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":12751}],"group":395,"skill":26490,"orbitIndex":9,"name":"One Handed Critical Chance","orbit":2},"33415":{"stats":["10% increased Critical Hit Chance with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":31763}],"group":760,"skill":33415,"orbitIndex":31,"name":"Crossbow Critical Chance","orbit":4},"31644":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":14739},{"orbit":0,"id":34058}],"group":565,"skill":31644,"orbitIndex":23,"name":"Energy Shield Delay","orbit":2},"558":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[],"group":571,"skill":558,"orbitIndex":4,"name":"Fire Damage","orbit":3},"27186":{"stats":["10% reduced Magnitude of Ignite on you"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":0,"id":62963}],"group":538,"skill":27186,"orbitIndex":0,"name":"Ignite Effect on You","orbit":2},"33585":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":33585,"stats":["Companions have +30% to Chaos Resistance","Companions have +30% to all Elemental Resistances"],"recipe":["Greed","Despair","Envy"],"connections":[{"orbit":0,"id":24889}],"group":1156,"orbitIndex":7,"isNotable":true,"name":"Unspoken Bond","orbit":3},"28153":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds","skill":28153,"stats":["Recoup Effects instead occur over 4 seconds"],"ascendancyName":"Chronomancer","connections":[],"group":274,"orbitIndex":9,"isNotable":true,"name":"The Rapid River","orbit":2},"13233":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":13233,"stats":["8% increased Area of Effect","10% increased Area Damage"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[{"orbit":0,"id":62978}],"group":456,"orbitIndex":0,"isNotable":true,"name":"Radial Force","orbit":0},"16121":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":7,"id":56334}],"group":1240,"skill":16121,"orbitIndex":1,"name":"Energy","orbit":7},"30554":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":29611}],"group":101,"skill":30554,"orbitIndex":20,"name":"Minion Life","orbit":7},"57552":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":24871},{"orbit":0,"id":46696}],"group":311,"skill":57552,"orbitIndex":0,"name":"One Handed Damage","orbit":4},"32054":{"stats":["15% increased Critical Spell Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":62153}],"group":894,"skill":32054,"orbitIndex":15,"name":"Spell Critical Damage","orbit":3},"55118":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":0,"id":50420}],"group":1203,"skill":55118,"orbitIndex":18,"name":"Charm Charges","orbit":2},"3245":{"stats":["4% increased Block chance","10% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":0,"id":7395}],"group":59,"skill":3245,"orbitIndex":10,"name":"Thorns and Block","orbit":2},"28458":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":38972}],"group":379,"skill":28458,"orbitIndex":10,"name":"Minion Damage","orbit":3},"29323":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":29323,"stats":["20% increased Armour"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":4,"id":24807}],"orbitIndex":53,"name":"Armour","orbit":6},"65161":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds","connections":[{"orbit":0,"id":3170}],"group":1201,"skill":65161,"orbitIndex":0,"name":"Deflection","orbit":2},"16090":{"stats":["6% of Skill Mana Costs Converted to Life Costs"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":0,"id":50302}],"group":324,"skill":16090,"orbitIndex":8,"name":"Life Costs","orbit":3},"34433":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":7,"id":32354}],"group":534,"skill":34433,"orbitIndex":9,"name":"Armour and Evasion","orbit":2},"50629":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":3218},{"orbit":0,"id":23930},{"orbit":0,"id":24430}],"group":193,"skill":50629,"orbitIndex":0,"name":"Elemental Damage","orbit":0},"58038":{"stats":["25% increased Attack Damage while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":31566}],"group":603,"skill":58038,"orbitIndex":3,"name":"Attack Damage while Surrounded","orbit":3},"35085":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":236,"skill":35085,"orbitIndex":0,"name":"Critical Mastery","orbit":0},"33979":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneConduit.dds","skill":33979,"isKeystone":true,"stats":["If you would gain a Charge, Allies in your Presence gain that Charge instead"],"group":935,"connections":[{"orbit":0,"id":4059}],"orbitIndex":0,"name":"Conduit","orbit":0},"62518":{"stats":["+5% to Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/fireresist.dds","connections":[{"orbit":4,"id":41414}],"group":175,"skill":62518,"orbitIndex":7,"name":"Fire Resistance","orbit":3},"18793":{"stats":["12% increased Spell Damage if you have consumed an Elemental Infusion Recently"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":33639}],"group":591,"skill":18793,"orbitIndex":20,"name":"Infused Spell Damage","orbit":2},"53566":{"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","skill":53566,"stats":["Projectile Attacks have a 12% chance to fire two additional Projectiles while moving"],"recipe":["Suffering","Paranoia","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":934,"orbitIndex":29,"isNotable":true,"name":"Run and Gun","orbit":4},"6660":{"stats":["12% increased Damage with Hits against Enemies affected by Elemental Ailments"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds","connections":[{"orbit":-7,"id":39050}],"group":1043,"skill":6660,"orbitIndex":12,"name":"Damage against Ailments","orbit":2},"35987":{"icon":"Art/2DArt/SkillIcons/passives/finesse.dds","skill":35987,"stats":["4% increased Movement Speed","20% increased Evasion Rating","+10 to Dexterity"],"connections":[{"orbit":0,"id":32274},{"orbit":0,"id":19470},{"orbit":0,"id":55397}],"group":749,"orbitIndex":27,"isNotable":true,"name":"Blur","orbit":4},"53524":{"stats":["Break Armour on Critical Hit with Spells equal to 5% of Physical Damage dealt"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":32727}],"group":539,"skill":53524,"orbitIndex":19,"name":"Armour Break","orbit":7},"38069":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":338}],"group":752,"skill":38069,"orbitIndex":0,"name":"Energy","orbit":2},"41645":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":6490},{"orbit":0,"id":10382}],"group":1016,"skill":41645,"orbitIndex":20,"name":"Physical Damage","orbit":3},"2888":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":8827}],"group":381,"skill":2888,"orbitIndex":12,"name":"Life Leech","orbit":7},"64492":{"stats":["3% increased Attack Speed with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":7,"id":46688}],"group":1023,"skill":64492,"orbitIndex":9,"name":"One Handed Attack Speed","orbit":7},"32442":{"stats":["20% increased Knockback Distance","20% increased Stun Buildup with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":2361}],"group":1272,"skill":32442,"orbitIndex":0,"name":"Quarterstaff Stun and Knockback","orbit":0},"4377":{"stats":["10% increased Accuracy Rating while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":50273}],"group":681,"skill":4377,"orbitIndex":15,"name":"Dual Wielding Accuracy","orbit":2},"63259":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds","skill":63259,"stats":["+2 to Level of all Skills with a Dexterity requirement"],"isMultipleChoiceOption":true,"ascendancyName":"Gemling Legionnaire","group":297,"connections":[],"orbitIndex":0,"name":"Motoric Implants","orbit":0},"6015":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":6015,"stats":["+5 to any Attribute"],"isAttribute":true,"group":471,"connections":[{"orbit":6,"id":35426}],"orbitIndex":15,"name":"Attribute","orbit":3},"33612":{"stats":["Minions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":8983}],"group":378,"skill":33612,"orbitIndex":8,"name":"Minion Damage","orbit":1},"526":{"stats":["18% increased Stun Buildup with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":2645}],"group":81,"skill":526,"orbitIndex":4,"name":"Mace Stun Buildup","orbit":4},"33570":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich"}},"skill":33570,"isSwitchable":true,"stats":["10% of Damage taken bypasses Energy Shield","No inherent Mana Regeneration","Regenerate Mana equal to 6% of maximum Life per second"],"ascendancyName":"Lich","connections":[{"orbit":5,"id":36696}],"group":999,"orbitIndex":20,"isNotable":true,"name":"Soulless Form","orbit":9},"18397":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":18397,"stats":["35% increased amount of Life Leeched","Leech Life 20% slower"],"recipe":["Despair","Ire","Ire"],"connections":[{"orbit":0,"id":55063},{"orbit":0,"id":4139}],"group":89,"orbitIndex":5,"isNotable":true,"name":"Savoured Blood","orbit":3},"14572":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":-6,"id":49657},{"orbit":0,"id":11037}],"group":617,"skill":14572,"orbitIndex":8,"name":"Cooldown Recovery Rate","orbit":3},"59214":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":59214,"stats":["30% increased Curse Duration","Enemies Cursed by you have 50% reduced Life Regeneration Rate","Enemies you Curse cannot Recharge Energy Shield"],"recipe":["Disgust","Isolation","Despair"],"connections":[{"orbit":0,"id":26268},{"orbit":0,"id":6570}],"group":1085,"orbitIndex":18,"isNotable":true,"name":"Fated End","orbit":7},"43691":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":43691,"stats":["+5 to any Attribute"],"isAttribute":true,"group":922,"connections":[{"orbit":0,"id":21746},{"orbit":0,"id":55270}],"orbitIndex":6,"name":"Attribute","orbit":6},"42578":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-6,"id":23192}],"group":111,"skill":42578,"orbitIndex":11,"name":"Block","orbit":3},"8800":{"stats":["15% increased Melee Damage with Hits at Close Range"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":28982}],"group":58,"skill":8800,"orbitIndex":10,"name":"Melee Damage","orbit":3},"1220":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":542,"skill":1220,"orbitIndex":0,"name":"Minion Offence Mastery","orbit":0},"32404":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":6,"id":15618},{"orbit":0,"id":5501},{"orbit":-6,"id":22290}],"group":630,"skill":32404,"orbitIndex":18,"name":"Spell Critical Chance","orbit":2},"8821":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":63863}],"group":714,"skill":8821,"orbitIndex":0,"name":"Lightning Damage","orbit":3},"8827":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":8827,"stats":["Life Leech effects are not removed when Unreserved Life is Filled"],"recipe":["Suffering","Isolation","Suffering"],"connections":[{"orbit":0,"id":16691},{"orbit":0,"id":28862}],"group":381,"orbitIndex":8,"isNotable":true,"name":"Fast Metabolism","orbit":7},"49165":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":49165,"stats":["12% increased Effect of your Mark Skills"],"ascendancyName":"Deadeye","group":1299,"connections":[{"orbit":0,"id":59913}],"orbitIndex":27,"name":"Mark Effect","orbit":6},"35696":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":35696,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1151,"connections":[{"orbit":0,"id":24070},{"orbit":0,"id":64064},{"orbit":0,"id":1020}],"orbitIndex":0,"name":"Attribute","orbit":0},"34501":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":34501,"stats":["15% increased Armour and Evasion Rating"],"ascendancyName":"Witchhunter","group":207,"connections":[{"orbit":0,"id":6935}],"orbitIndex":25,"name":"Armour and Evasion","orbit":5},"16725":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16725,"stats":["+5 to any Attribute"],"isAttribute":true,"group":382,"connections":[{"orbit":6,"id":27373},{"orbit":-6,"id":36629},{"orbit":0,"id":54811},{"orbit":0,"id":36163}],"orbitIndex":0,"name":"Attribute","orbit":0},"14459":{"stats":["30% increased Thorns Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":3,"id":5544}],"group":240,"skill":14459,"orbitIndex":2,"name":"Thorn Critical Damage","orbit":2},"51129":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds","skill":51129,"stats":["30% increased effect of Fully Broken Armour"],"recipe":["Isolation","Ire","Ire"],"connections":[{"orbit":0,"id":15892},{"orbit":0,"id":48717}],"group":116,"orbitIndex":16,"isNotable":true,"name":"Pile On","orbit":7},"45990":{"stats":["4% increased Attack Speed with Axes"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":39448}],"group":109,"skill":45990,"orbitIndex":23,"name":"Axe Attack Speed","orbit":3},"56045":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":56045,"stats":["+5 to any Attribute"],"isAttribute":true,"group":906,"connections":[{"orbit":4,"id":24647},{"orbit":0,"id":11604}],"orbitIndex":0,"name":"Attribute","orbit":0},"17745":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTotem.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":363,"skill":17745,"orbitIndex":0,"name":"Totem Mastery","orbit":0},"3419":{"stats":["10% increased Damage with Daggers"],"icon":"Art/2DArt/SkillIcons/passives/criticaldaggerint.dds","connections":[{"orbit":0,"id":20429},{"orbit":2,"id":30973}],"group":1269,"skill":3419,"orbitIndex":59,"name":"Dagger Damage","orbit":6},"46024":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":46024,"stats":["30% increased Damage with Hits against Shocked Enemies"],"recipe":["Paranoia","Suffering","Paranoia"],"connections":[],"group":202,"orbitIndex":44,"isNotable":true,"name":"Sigil of Lightning","orbit":4},"62914":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":5,"id":47270},{"orbit":0,"id":44455}],"group":635,"skill":62914,"orbitIndex":20,"name":"Cold Damage","orbit":3},"44082":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":4931}],"group":388,"skill":44082,"orbitIndex":6,"name":"Energy Shield Recharge","orbit":2},"22784":{"stats":["10% reduced effect of Shock on you"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":7,"id":17057},{"orbit":0,"id":13515}],"group":555,"skill":22784,"orbitIndex":6,"name":"Shock Effect on You","orbit":2},"9141":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-6,"id":13748},{"orbit":6,"id":35760},{"orbit":-2,"id":5703}],"group":903,"skill":9141,"orbitIndex":12,"name":"Elemental Damage","orbit":4},"7204":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":53527},{"orbit":0,"id":4985},{"orbit":0,"id":64525}],"group":171,"skill":7204,"orbitIndex":0,"name":"Stun Buildup","orbit":0},"21286":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":4,"id":4128},{"orbit":0,"id":45992}],"group":373,"skill":21286,"orbitIndex":14,"name":"Armour","orbit":3},"48505":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":369,"skill":48505,"orbitIndex":18,"name":"Life Mastery","orbit":2},"55405":{"stats":["15% increased Damage if you have Consumed a Corpse Recently"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":25620}],"group":896,"skill":55405,"orbitIndex":10,"name":"Corpses","orbit":1},"18897":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds","connections":[{"orbit":5,"id":53185}],"group":1248,"skill":18897,"orbitIndex":4,"name":"Evasion Rating","orbit":2},"7201":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":3,"id":516}],"group":574,"skill":7201,"orbitIndex":21,"name":"Projectile Damage","orbit":7},"26565":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":-2,"id":40024}],"group":1054,"skill":26565,"orbitIndex":2,"name":"Poison Duration","orbit":3},"48774":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":48774,"stats":["20% of Physical Damage taken Recouped as Life"],"recipe":["Disgust","Ire","Paranoia"],"connections":[{"orbit":0,"id":44850}],"group":675,"orbitIndex":22,"isNotable":true,"name":"Taut Flesh","orbit":7},"59466":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":-7,"id":37226}],"group":308,"skill":59466,"orbitIndex":0,"name":"Empowered Attack Damage","orbit":7},"26363":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":49291},{"orbit":0,"id":52803}],"group":1063,"skill":26363,"orbitIndex":3,"name":"Life Flask Charge Generation","orbit":7},"63861":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":894,"skill":63861,"orbitIndex":13,"name":"Critical Mastery","orbit":2},"14254":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":97}],"group":639,"skill":14254,"orbitIndex":4,"name":"Attack Speed","orbit":2},"13352":{"stats":["5% increased Attack Damage","8% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":2147483647,"id":59180},{"orbit":0,"id":38010}],"group":403,"skill":13352,"orbitIndex":19,"name":"Glory Generation and Attack Damage","orbit":7},"65160":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":65160,"stats":["30% increased Stun Buildup","30% increased Stun Threshold","5% increased Strength"],"recipe":["Despair","Paranoia","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[{"orbit":0,"id":44069}],"group":99,"orbitIndex":7,"isNotable":true,"name":"Titanic","orbit":3},"31950":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":31950,"stats":["+5 to any Attribute"],"isAttribute":true,"group":787,"connections":[{"orbit":0,"id":58329},{"orbit":0,"id":8569},{"orbit":0,"id":21080},{"orbit":0,"id":7405}],"orbitIndex":12,"name":"Attribute","orbit":6},"53261":{"stats":["4% increased Area of Effect of Ancestrally Boosted Attacks","Ancestrally Boosted Attacks deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":-2,"id":30780}],"group":80,"skill":53261,"orbitIndex":11,"name":"Ancestral Boosted Area and Damage","orbit":7},"37806":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":37806,"stats":["60% chance for Lightning Skills to Chain an additional time"],"recipe":["Suffering","Disgust","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":844,"orbitIndex":0,"isNotable":true,"name":"Branching Bolts","orbit":0},"33974":{"stats":["6% increased Attack Damage","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":31189}],"group":686,"skill":33974,"orbitIndex":18,"name":"Attack Damage and Accuracy","orbit":4},"49111":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":58,"skill":49111,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"29270":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-2,"id":7251}],"group":437,"skill":29270,"orbitIndex":20,"name":"Attack Damage","orbit":7},"29762":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":29762,"stats":["25% increased Warcry Speed","Warcries Debilitate Enemies","Warcry Skills have 25% increased Area of Effect"],"recipe":["Paranoia","Ire","Disgust"],"connections":[{"orbit":0,"id":8460},{"orbit":-2,"id":40328}],"group":126,"orbitIndex":1,"isNotable":true,"name":"Guttural Roar","orbit":3},"40915":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds","skill":40915,"stats":["20% of Damage from Hits is taken from your nearest Totem's Life before you"],"ascendancyName":"Warbringer","connections":[],"group":25,"orbitIndex":0,"isNotable":true,"name":"Wooden Wall","orbit":0},"56818":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":-3,"id":43423},{"orbit":-6,"id":62510}],"group":891,"skill":56818,"orbitIndex":18,"name":"Elemental Attack Damage","orbit":3},"45363":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds","skill":45363,"stats":["20% increased Melee Damage","40% increased Melee Damage against Heavy Stunned enemies"],"connections":[{"orbit":0,"id":31292},{"orbit":0,"id":58528}],"group":418,"orbitIndex":23,"isNotable":true,"name":"Smash","orbit":3},"14712":{"stats":["Minions have 12% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":3866}],"group":378,"skill":14712,"orbitIndex":2,"name":"Minion Life","orbit":3},"55536":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":55536,"stats":[],"ascendancyName":"Gemling Legionnaire","isAscendancyStart":true,"group":366,"connections":[{"orbit":2147483647,"id":34882},{"orbit":0,"id":1442},{"orbit":2147483647,"id":3084}],"orbitIndex":72,"name":"Gambler","orbit":9},"4959":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":4959,"stats":["20% increased Freeze Buildup","Hits ignore non-negative Elemental Resistances of Frozen Enemies"],"recipe":["Despair","Fear","Paranoia"],"connections":[{"orbit":0,"id":12166}],"group":1070,"orbitIndex":2,"isNotable":true,"name":"Heavy Frost","orbit":7},"10731":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds","skill":10731,"stats":["Grants Sands of Time"],"ascendancyName":"Chronomancer","connections":[],"group":251,"orbitIndex":0,"isNotable":true,"name":"Quicksand Hourglass","orbit":0},"26969":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":2,"id":16861}],"group":256,"skill":26969,"orbitIndex":69,"name":"Critical Chance","orbit":4},"45586":{"stats":["Allies in your Presence deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":14761}],"group":332,"skill":45586,"orbitIndex":10,"name":"Ally Attack Damage","orbit":2},"50574":{"stats":["3% of Physical Damage taken Recouped as Life","5% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":19426},{"orbit":0,"id":46034}],"group":882,"skill":50574,"orbitIndex":20,"name":"Physical Damage and Life Recoup","orbit":2},"65424":{"stats":["12% increased Attack Damage while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":58109}],"group":681,"skill":65424,"orbitIndex":3,"name":"Dual Wielding Damage","orbit":3},"50816":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":-9,"id":46554},{"orbit":0,"id":39567},{"orbit":-5,"id":37974}],"group":836,"skill":50816,"orbitIndex":67,"name":"Intelligence","orbit":5},"6792":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":33245},{"orbit":0,"id":2408}],"group":1111,"skill":6792,"orbitIndex":6,"name":"Projectile Damage","orbit":7},"63401":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds","skill":63401,"stats":["+8% to Fire Resistance"],"ascendancyName":"Smith of Kitava","group":14,"connections":[{"orbit":0,"id":48537}],"orbitIndex":0,"name":"Fire Resistance","orbit":0},"57286":{"icon":"Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds","skill":57286,"stats":["Immune to Ignite while affected by Flame Archon"],"recipe":["Isolation","Ire","Paranoia"],"connections":[{"orbit":0,"id":47469}],"group":546,"orbitIndex":19,"isNotable":true,"name":"Embodiment of Flame","orbit":2},"28432":{"stats":["20% increased Armour if you've consumed an Endurance Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":20416},{"orbit":0,"id":23062}],"group":492,"skill":28432,"orbitIndex":4,"name":"Armour if Consumed Endurance Charge","orbit":2},"42026":{"stats":["16% increased Warcry Speed"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":63813}],"group":225,"skill":42026,"orbitIndex":0,"name":"Warcry Speed","orbit":7},"12817":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":-7,"id":22967}],"group":241,"skill":12817,"orbitIndex":4,"name":"Shield Defences","orbit":7},"13515":{"icon":"Art/2DArt/SkillIcons/passives/stormborn.dds","skill":13515,"stats":["Gain 15% of Damage as Extra Lightning Damage while on Shocked Ground","40% reduced effect of Shock on you"],"recipe":["Suffering","Greed","Fear"],"connections":[],"group":555,"orbitIndex":12,"isNotable":true,"name":"Stormwalker","orbit":7},"63037":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":63037,"stats":["30% increased Damage with Hits against Ignited Enemies"],"recipe":["Suffering","Guilt","Ire"],"connections":[{"orbit":0,"id":24430},{"orbit":0,"id":44298}],"group":192,"orbitIndex":70,"isNotable":true,"name":"Sigil of Fire","orbit":4},"31855":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[],"group":912,"skill":31855,"orbitIndex":7,"name":"Life Flasks","orbit":7},"55507":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-6,"id":22359},{"orbit":6,"id":38338}],"group":903,"skill":55507,"orbitIndex":16,"name":"Elemental Damage","orbit":3},"26437":{"stats":["Break 20% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":51129}],"group":116,"skill":26437,"orbitIndex":19,"name":"Armour Break","orbit":3},"22795":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["10% increased Melee Damage","10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds","name":"Melee and Projectile Damage","id":29915}},"skill":22795,"stats":["10% increased Projectile Damage"],"isSwitchable":true,"group":848,"connections":[{"orbit":0,"id":28992},{"orbit":0,"id":42781}],"orbitIndex":21,"name":"Projectile Damage","orbit":7},"56934":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":438,"skill":56934,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"61063":{"stats":["Damage Penetrates 4% of Enemy Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[],"group":261,"skill":61063,"orbitIndex":0,"name":"Elemental Penetration","orbit":3},"47316":{"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","skill":47316,"stats":["3% reduced maximum Life","30% increased amount of Life Leeched","40% increased Physical Damage"],"recipe":["Ire","Isolation","Isolation"],"connections":[{"orbit":0,"id":2888},{"orbit":0,"id":28862}],"group":381,"orbitIndex":16,"isNotable":true,"name":"Goring","orbit":7},"30071":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":30071,"stats":["6% increased Curse Magnitudes"],"ascendancyName":"Blood Mage","group":795,"connections":[{"orbit":-9,"id":27667}],"orbitIndex":4,"name":"Curse Effect","orbit":6},"49759":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":49759,"stats":["20% increased chance to Shock"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":6,"id":2857}],"orbitIndex":71,"name":"Shock Chance","orbit":8},"10047":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":62757}],"group":205,"skill":10047,"orbitIndex":9,"name":"Stun Buildup","orbit":2},"42290":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":-8,"id":38732}],"group":697,"skill":42290,"orbitIndex":10,"name":"Curse Effect","orbit":7},"36630":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":36630,"stats":["50% increased effect of Incision"],"recipe":["Greed","Greed","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[{"orbit":0,"id":49473}],"group":873,"orbitIndex":4,"isNotable":true,"name":"Incision","orbit":2},"12786":{"icon":"Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern","connections":[{"orbit":0,"id":5777},{"orbit":0,"id":18465},{"orbit":0,"id":64299}],"group":436,"skill":12786,"orbitIndex":0,"name":"Aura Mastery","orbit":0},"37279":{"stats":["7% increased Lightning Damage","8% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/ArchonLightning.dds","connections":[{"orbit":0,"id":41159}],"group":685,"skill":37279,"orbitIndex":15,"name":"Lightning Damage and Mana Regeneration","orbit":3},"9085":{"icon":"Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds","skill":9085,"isKeystone":true,"stats":["Bleeding you inflict is Aggravated","Base Bleeding Duration is 1 second"],"group":933,"connections":[],"orbitIndex":0,"name":"Crimson Assault","orbit":0},"7716":{"stats":["10% increased Armour","+5% of Armour also applies to Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[],"group":253,"skill":7716,"orbitIndex":23,"name":"Armour","orbit":2},"752":{"stats":["Minions deal 6% increased Damage","6% increased Minion Duration"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":47420}],"group":203,"skill":752,"orbitIndex":9,"name":"Minion Damage and Duration","orbit":2},"50485":{"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","skill":50485,"stats":["40% increased Area of Effect of Curses","8% increased Curse Magnitudes","Enemies you Curse are Hindered, with 15% reduced Movement Speed"],"recipe":["Isolation","Isolation","Envy"],"connections":[{"orbit":0,"id":22959}],"group":802,"orbitIndex":18,"isNotable":true,"name":"Zone of Control","orbit":2},"61441":{"stats":["3% increased Attack Speed with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":54138}],"group":443,"skill":61441,"orbitIndex":7,"name":"Sword Speed","orbit":6},"33402":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":0,"id":58125}],"group":74,"skill":33402,"orbitIndex":54,"name":"Shield Defences","orbit":4},"34136":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":34136,"stats":["+5 to any Attribute"],"isAttribute":true,"group":858,"connections":[{"orbit":-5,"id":29479}],"orbitIndex":1,"name":"Attribute","orbit":3},"53149":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":-5,"id":24647}],"group":854,"skill":53149,"orbitIndex":22,"name":"Freeze Buildup","orbit":4},"36085":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":36085,"stats":["10% increased Critical Hit Chance for Attacks","30% increased Attack Damage against Rare or Unique Enemies"],"recipe":["Paranoia","Disgust","Greed"],"connections":[{"orbit":0,"id":37548},{"orbit":0,"id":15270}],"group":1212,"orbitIndex":0,"isNotable":true,"name":"Serrated Edges","orbit":3},"54984":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54984,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1182,"connections":[{"orbit":0,"id":34015},{"orbit":-4,"id":34702},{"orbit":0,"id":55118}],"orbitIndex":0,"name":"Attribute","orbit":0},"7651":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":7651,"stats":["Arrows Pierce an additional Target"],"recipe":["Despair","Isolation","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[{"orbit":0,"id":21788}],"group":1261,"orbitIndex":21,"isNotable":true,"name":"Pierce the Heart","orbit":6},"7878":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":7,"id":53901}],"group":356,"skill":7878,"orbitIndex":16,"name":"Shield Damage from Shield Defences","orbit":2},"50558":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":55194},{"orbit":0,"id":32194},{"orbit":0,"id":12462}],"group":446,"skill":50558,"orbitIndex":60,"name":"Aura Effect","orbit":4},"37543":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":37543,"stats":["15% increased Life Regeneration rate","15% increased Mana Regeneration Rate"],"recipe":["Despair","Envy","Guilt"],"connections":[{"orbit":0,"id":16647}],"group":426,"orbitIndex":18,"isNotable":true,"name":"Full Recovery","orbit":2},"14539":{"stats":["8% increased Evasion Rating","Gain Deflection Rating equal to 3% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":5,"id":44776}],"group":1226,"skill":14539,"orbitIndex":4,"name":"Deflection and Evasion","orbit":7},"39640":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds","skill":39640,"stats":["All Damage from Hits Contributes to Shock Chance"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":70,"isNotable":true,"name":"Shaper of Storms","orbit":5},"27296":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":27296,"stats":["+5 to any Attribute"],"isAttribute":true,"group":88,"connections":[{"orbit":0,"id":59777},{"orbit":-9,"id":11275},{"orbit":0,"id":18684},{"orbit":0,"id":21670}],"orbitIndex":0,"name":"Attribute","orbit":0},"18158":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds","skill":18158,"stats":["All Damage from you and Allies in your Presence","contributes to Flammability and Ignite Magnitudes"],"ascendancyName":"Infernalist","connections":[],"group":586,"orbitIndex":0,"isNotable":true,"name":"Bringer of Flame","orbit":0},"1913":{"stats":["+20 to Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":38646},{"orbit":0,"id":36709}],"group":518,"skill":1913,"orbitIndex":3,"name":"Armour","orbit":7},"15625":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds","connections":[{"orbit":0,"id":22811}],"group":1201,"skill":15625,"orbitIndex":10,"name":"Evasion","orbit":2},"50635":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":0,"id":25971},{"orbit":5,"id":42750},{"orbit":-5,"id":9050}],"group":1037,"skill":50635,"orbitIndex":13,"name":"Attack Speed","orbit":3},"8854":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":8854,"stats":["3% increased maximum Life"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":0,"id":46644}],"orbitIndex":54,"name":"Life","orbit":8},"17517":{"stats":["5% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":62978},{"orbit":0,"id":19873}],"group":456,"skill":17517,"orbitIndex":6,"name":"Area of Effect","orbit":2},"29402":{"stats":["15% increased Electrocute Buildup"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":4046},{"orbit":0,"id":54282},{"orbit":0,"id":38270}],"group":595,"skill":29402,"orbitIndex":3,"name":"Electrocute Buildup","orbit":7},"57810":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":40073}],"group":784,"skill":57810,"orbitIndex":0,"name":"Shock Chance","orbit":0},"14508":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds","skill":14508,"stats":["12% increased Magnitude of Poison you inflict"],"ascendancyName":"Pathfinder","group":1310,"connections":[{"orbit":0,"id":13675}],"orbitIndex":29,"name":"Poison Effect","orbit":8},"12918":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":4017}],"group":663,"skill":12918,"orbitIndex":8,"name":"Energy Shield Recharge","orbit":2},"37767":{"stats":["4% increased Attack Speed while a Rare or Unique Enemy is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":9020},{"orbit":0,"id":6596},{"orbit":0,"id":63731}],"group":843,"skill":37767,"orbitIndex":16,"name":"Attack Speed","orbit":7},"6891":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":56265}],"group":1251,"skill":6891,"orbitIndex":22,"name":"Critical Damage","orbit":2},"43155":{"stats":["10% increased Critical Hit Chance with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":7062}],"group":760,"skill":43155,"orbitIndex":23,"name":"Crossbow Critical Chance","orbit":4},"6078":{"stats":["8% chance to Poison on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":4,"id":61119}],"group":1200,"skill":6078,"orbitIndex":1,"name":"Poison Chance","orbit":3},"46386":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":39986}],"group":1277,"skill":46386,"orbitIndex":0,"name":"Damage and Companion Damage","orbit":0},"51416":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":-6,"id":32016}],"group":1049,"skill":51416,"orbitIndex":54,"name":"Cast Speed","orbit":6},"44540":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":984,"skill":44540,"orbitIndex":4,"name":"Trap Mastery","orbit":1},"9020":{"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","skill":9020,"stats":["25% increased Damage with Hits against Rare and Unique Enemies","20% increased Accuracy Rating against Rare or Unique Enemies","20% increased chance to inflict Ailments against Rare or Unique Enemies"],"recipe":["Despair","Isolation","Despair"],"connections":[{"orbit":0,"id":35118}],"group":843,"orbitIndex":11,"isNotable":true,"name":"Giantslayer","orbit":1},"57230":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":-4,"id":25851},{"orbit":-6,"id":36270}],"group":1049,"skill":57230,"orbitIndex":6,"name":"Physical Damage","orbit":6},"9217":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":0,"id":5108},{"orbit":0,"id":16538},{"orbit":0,"id":47733}],"group":655,"skill":9217,"orbitIndex":0,"name":"One Handed Damage","orbit":0},"64192":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":53373}],"group":459,"skill":64192,"orbitIndex":12,"name":"Stun Threshold","orbit":3},"35558":{"stats":["Minions Revive 5% faster"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":46726}],"group":484,"skill":35558,"orbitIndex":3,"name":"Minion Revive Speed","orbit":3},"30657":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":30657,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1117,"connections":[{"orbit":0,"id":38463},{"orbit":0,"id":6842},{"orbit":0,"id":59064},{"orbit":0,"id":58848},{"orbit":0,"id":32891}],"orbitIndex":0,"name":"Attribute","orbit":0},"54964":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","connections":[{"orbit":0,"id":23078}],"group":60,"skill":54964,"orbitIndex":1,"name":"Sentinels","orbit":2},"64240":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","skill":64240,"stats":["5% increased Skill Speed","25% increased Physical Damage"],"recipe":["Disgust","Guilt","Isolation"],"connections":[{"orbit":0,"id":52220}],"group":123,"orbitIndex":2,"isNotable":true,"name":"Battle Fever","orbit":2},"19880":{"stats":["20% increased Evasion Rating if you've consumed a Frenzy Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":59390}],"group":1024,"skill":19880,"orbitIndex":0,"name":"Evasion if Consumed Frenzy Charge","orbit":2},"5257":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":5257,"stats":["30% increased Elemental Damage if you've Chilled an Enemy Recently"],"recipe":["Suffering","Guilt","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[{"orbit":2,"id":16367}],"group":903,"orbitIndex":20,"isNotable":true,"name":"Echoing Frost","orbit":7},"32507":{"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","skill":32507,"stats":["Break Armour on Critical Hit with Spells equal to 10% of Physical Damage dealt","20% increased Magnitude of Impales inflicted with Spells","20% increased Physical Damage"],"recipe":["Despair","Envy","Isolation"],"connections":[],"group":539,"orbitIndex":0,"isNotable":true,"name":"Cut to the Bone","orbit":0},"7390":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":7,"id":17150}],"group":562,"skill":7390,"orbitIndex":4,"name":"Armour and Evasion","orbit":3},"38459":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":38459,"stats":["25% increased Blind duration","25% increased Damage with Hits against Blinded Enemies"],"recipe":["Disgust","Paranoia","Disgust"],"connections":[{"orbit":0,"id":38568}],"group":914,"orbitIndex":16,"isNotable":true,"name":"Disorientation","orbit":2},"34493":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","connections":[{"orbit":0,"id":65328},{"orbit":0,"id":54964},{"orbit":0,"id":49593}],"group":60,"skill":34493,"orbitIndex":18,"name":"Sentinels","orbit":2},"35688":{"stats":["Equipment and Skill Gems have 4% reduced Attribute Requirements"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":16618}],"group":647,"skill":35688,"orbitIndex":10,"name":"Reduced Attribute Requirements","orbit":7},"13748":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-6,"id":38338},{"orbit":9,"id":41029}],"group":903,"skill":13748,"orbitIndex":0,"name":"Elemental Damage","orbit":3},"20388":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":20388,"stats":["Minions Recoup 15% of Damage taken as Life"],"recipe":["Greed","Disgust","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":472,"orbitIndex":22,"isNotable":true,"name":"Regenerative Flesh","orbit":2},"13942":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":65023}],"group":534,"skill":13942,"orbitIndex":3,"name":"Armour","orbit":3},"61973":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds","skill":61973,"stats":["Culling Strike"],"ascendancyName":"Witchhunter","connections":[{"orbit":0,"id":40719}],"group":207,"orbitIndex":44,"isNotable":true,"name":"Pitiless Killer","orbit":6},"52068":{"icon":"Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds","skill":52068,"stats":["You take 20% of damage from Blocked Hits","Maximum Block chance is 75%"],"ascendancyName":"Warbringer","connections":[],"group":43,"orbitIndex":0,"isNotable":true,"name":"Turtle Charm","orbit":0},"51903":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":55058},{"orbit":0,"id":39347}],"group":141,"skill":51903,"orbitIndex":17,"name":"Melee Damage","orbit":3},"11980":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-5,"id":20504}],"group":841,"skill":11980,"orbitIndex":71,"name":"Block","orbit":4},"48530":{"stats":["6% increased Spell Damage with Spells that cost Life","8% of Spell Mana Cost Converted to Life Cost"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":0,"id":39130},{"orbit":0,"id":4623}],"group":413,"skill":48530,"orbitIndex":18,"name":"Life Spell Damage and Costs","orbit":2},"47443":{"stats":["8% increased Reservation Efficiency of Companion Skills"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":60992}],"group":1290,"skill":47443,"orbitIndex":0,"name":"Companion Reservation","orbit":0},"24767":{"stats":["40% increased Energy Shield from Equipped Focus"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":4,"id":35408}],"group":338,"skill":24767,"orbitIndex":34,"name":"Focus Energy Shield","orbit":4},"21716":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":-5,"id":9583}],"group":381,"skill":21716,"orbitIndex":0,"name":"Life Leech","orbit":4},"51944":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":49406},{"orbit":0,"id":51728},{"orbit":0,"id":47683}],"group":676,"skill":51944,"orbitIndex":15,"name":"Projectile Damage","orbit":3},"52":{"icon":"Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds","skill":52,"isKeystone":true,"stats":["Excess Life Recovery from Regeneration is applied to Energy Shield","Energy Shield does not Recharge"],"group":113,"connections":[{"orbit":0,"id":39131}],"orbitIndex":0,"name":"Zealot's Oath","orbit":0},"49049":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds","skill":49049,"stats":["Enemies in your Presence are Slowed by 20%"],"ascendancyName":"Chronomancer","connections":[],"group":304,"orbitIndex":0,"isNotable":true,"name":"Apex of the Moment","orbit":0},"29930":{"stats":["Companions deal 12% increased Damage","Companions have 12% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":3,"id":16938},{"orbit":0,"id":47088}],"group":871,"skill":29930,"orbitIndex":0,"name":"Defences and Companion Life","orbit":2},"32135":{"stats":["10% increased Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":5,"id":12322},{"orbit":-9,"id":16484}],"group":811,"skill":32135,"orbitIndex":12,"name":"Flask Charges Gained","orbit":4},"20303":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":9908}],"group":294,"skill":20303,"orbitIndex":16,"name":"Life Regeneration","orbit":2},"56703":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":15782},{"orbit":0,"id":28839}],"group":337,"skill":56703,"orbitIndex":8,"name":"Cast Speed","orbit":2},"9040":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[{"orbit":0,"id":45751}],"group":181,"skill":9040,"orbitIndex":0,"name":"Shield Mastery","orbit":0},"1723":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":53595},{"orbit":0,"id":2134}],"group":1284,"skill":1723,"orbitIndex":22,"name":"Poison Duration","orbit":3},"42065":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":42065,"stats":["Damage Penetrates 15% Lightning Resistance","+10 to Dexterity"],"recipe":["Fear","Envy","Isolation"],"connections":[{"orbit":0,"id":37532}],"group":1051,"orbitIndex":17,"isNotable":true,"name":"Surging Currents","orbit":2},"43082":{"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","skill":43082,"stats":["3% increased Movement Speed","10% increased Skill Speed"],"recipe":["Fear","Envy","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1171,"orbitIndex":20,"isNotable":true,"name":"Acceleration","orbit":2},"21349":{"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds","skill":21349,"stats":["+5% to Quality of all Skills"],"recipe":["Isolation","Despair","Suffering"],"connections":[],"group":986,"orbitIndex":4,"isNotable":true,"name":"The Cunning Fox","orbit":2},"14231":{"stats":["Triggered Spells deal 14% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-7,"id":40453}],"group":1052,"skill":14231,"orbitIndex":13,"name":"Triggered Spell Damage","orbit":7},"23587":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds","skill":23587,"stats":["Gain 10% of Damage as Extra Cold Damage","On Freezing Enemies create Chilled Ground"],"ascendancyName":"Invoker","connections":[{"orbit":7,"id":25434},{"orbit":0,"id":29133}],"group":1302,"orbitIndex":9,"isNotable":true,"name":"I am the Blizzard...","orbit":5},"8872":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDualWieldPattern","connections":[{"orbit":0,"id":2394},{"orbit":0,"id":45488}],"group":680,"skill":8872,"orbitIndex":0,"name":"Dual Wielding Mastery","orbit":0},"6304":{"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","skill":6304,"stats":["Regenerate 1% of maximum Life per second while affected by any Damaging Ailment","Regenerate 1% of maximum Life per second while stationary"],"recipe":["Greed","Paranoia","Guilt"],"connections":[{"orbit":0,"id":12125}],"group":295,"orbitIndex":4,"isNotable":true,"name":"Stand Ground","orbit":2},"4806":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":-4,"id":32183}],"group":1123,"skill":4806,"orbitIndex":10,"name":"Cold Penetration","orbit":2},"45202":{"icon":"Art/2DArt/SkillIcons/passives/totemmax.dds","skill":45202,"isKeystone":true,"stats":["Unlimited number of Summoned Totems","Totems reserve 75 Spirit each"],"group":199,"connections":[{"orbit":0,"id":59093}],"orbitIndex":0,"name":"Ancestral Bond","orbit":0},"58939":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":58939,"stats":["80% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently"],"recipe":["Envy","Envy","Paranoia"],"connections":[{"orbit":0,"id":44608}],"group":747,"orbitIndex":8,"isNotable":true,"name":"Dispatch Foes","orbit":2},"39564":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":62039},{"orbit":0,"id":38663},{"orbit":0,"id":13279}],"group":487,"skill":39564,"orbitIndex":12,"name":"Melee Damage","orbit":7},"14997":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":47856},{"orbit":0,"id":28370}],"group":608,"skill":14997,"orbitIndex":0,"name":"Two Handed Damage","orbit":0},"49691":{"stats":["+16 to Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":13828},{"orbit":0,"id":31409},{"orbit":0,"id":61106}],"group":749,"skill":49691,"orbitIndex":21,"name":"Evasion","orbit":7},"2841":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":779,"skill":2841,"orbitIndex":0,"name":"Life Mastery","orbit":0},"58170":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","options":{"Druid":{"stats":["8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","name":"Area of Effect","id":13639}},"skill":58170,"stats":["10% increased Spell Damage"],"isSwitchable":true,"group":515,"connections":[{"orbit":0,"id":61067}],"orbitIndex":1,"name":"Spell Damage","orbit":2},"33646":{"icon":"Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds","skill":33646,"stats":["20% chance to gain Flame Archon when you Ignite an Enemy"],"recipe":["Guilt","Fear","Isolation"],"connections":[{"orbit":0,"id":47469}],"group":546,"orbitIndex":21,"isNotable":true,"name":"Archon of the Flame","orbit":3},"36474":{"stats":["15% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":4,"id":38596}],"group":338,"skill":36474,"orbitIndex":4,"name":"Curse Effect on Self","orbit":2},"16460":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16460,"stats":["+5 to any Attribute"],"isAttribute":true,"group":788,"connections":[{"orbit":0,"id":28992},{"orbit":0,"id":6772}],"orbitIndex":18,"name":"Attribute","orbit":6},"20989":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":42984},{"orbit":0,"id":30141}],"group":79,"skill":20989,"orbitIndex":15,"name":"Attack Area","orbit":3},"48568":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48568,"stats":["+5 to any Attribute"],"isAttribute":true,"group":781,"connections":[{"orbit":0,"id":16489}],"orbitIndex":0,"name":"Attribute","orbit":0},"31650":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":16051},{"orbit":0,"id":31017}],"group":247,"skill":31650,"orbitIndex":0,"name":"Totem Damage","orbit":5},"26568":{"stats":["2% increased Attack Speed","4% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":59367},{"orbit":0,"id":37258}],"group":343,"skill":26568,"orbitIndex":12,"name":"Slow Effect on You and Attack Speed","orbit":2},"52860":{"stats":["15% increased Ballista damage"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":45494},{"orbit":0,"id":40975}],"group":477,"skill":52860,"orbitIndex":12,"name":"Ballista Damage","orbit":7},"28106":{"stats":["15% increased Life Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":3775}],"group":975,"skill":28106,"orbitIndex":8,"name":"Life Flask Charges","orbit":2},"22532":{"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","skill":22532,"stats":["Enemies are Intimidated for 4 seconds when you Immobilise them"],"recipe":["Disgust","Fear","Ire"],"connections":[{"orbit":0,"id":60488}],"group":704,"orbitIndex":1,"isNotable":true,"name":"Fearful Paralysis","orbit":2},"7465":{"stats":["15% increased Critical Hit Chance against Enemies that have entered your Presence Recently"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":11509}],"group":1183,"skill":7465,"orbitIndex":16,"name":"Critical Chance","orbit":3},"9163":{"stats":["18% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[],"group":107,"skill":9163,"orbitIndex":8,"name":"Armour","orbit":7},"30334":{"stats":["8% increased Ignite Duration on Enemies"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":9324}],"group":92,"skill":30334,"orbitIndex":3,"name":"Ignite Duration","orbit":3},"1546":{"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","skill":1546,"stats":["3% increased Movement Speed","25% increased Armour","25% increased maximum Energy Shield"],"recipe":["Envy","Despair","Suffering"],"connections":[],"group":500,"orbitIndex":20,"isNotable":true,"name":"Spiral into Depression","orbit":2},"5186":{"stats":["11% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":3,"id":6800}],"group":1137,"skill":5186,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"35234":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","name":"Attack Damage","id":14623}},"skill":35234,"stats":["10% increased Projectile Damage"],"isSwitchable":true,"group":768,"connections":[{"orbit":0,"id":35660},{"orbit":0,"id":6789},{"orbit":0,"id":56651}],"orbitIndex":19,"name":"Projectile Damage","orbit":7},"7023":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":1224,"skill":7023,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"55554":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":8821},{"orbit":0,"id":22271}],"group":703,"skill":55554,"orbitIndex":0,"name":"Shock Chance","orbit":0},"4925":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":7,"id":19779}],"group":767,"skill":4925,"orbitIndex":4,"name":"Chaos Damage","orbit":3},"48198":{"icon":"Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds","skill":48198,"stats":["4% increased Movement Speed","15% increased Mana Regeneration Rate","+5 to Dexterity and Intelligence"],"connections":[{"orbit":3,"id":29361},{"orbit":-5,"id":65437},{"orbit":-6,"id":40068},{"orbit":0,"id":1215},{"orbit":6,"id":13411}],"group":764,"orbitIndex":12,"isNotable":true,"name":"Step Like Mist","orbit":4},"23861":{"stats":["10% increased Stun Buildup","10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[],"group":347,"skill":23861,"orbitIndex":8,"name":"Two Handed Damage and Stun","orbit":7},"43164":{"stats":["8% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":5710}],"group":503,"skill":43164,"orbitIndex":20,"name":"Melee Damage","orbit":7},"25711":{"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","skill":25711,"stats":["20% increased Attack Speed while Surrounded"],"recipe":["Guilt","Suffering","Ire"],"connections":[{"orbit":-7,"id":58038}],"group":603,"orbitIndex":5,"isNotable":true,"name":"Thrill of Battle","orbit":2},"58817":{"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","skill":58817,"stats":["Attack Skills have +1 to maximum number of Summoned Ballista Totems","15% increased Area of Effect while you have a Totem"],"recipe":["Suffering","Suffering","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern","connections":[],"group":477,"orbitIndex":15,"isNotable":true,"name":"Artillery Strike","orbit":4},"53941":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":53941,"stats":["20% increased Energy Shield Recovery Rate if you haven't been Hit Recently","3% increased Movement Speed while you have Energy Shield"],"recipe":["Envy","Envy","Suffering"],"connections":[{"orbit":0,"id":17283}],"group":939,"orbitIndex":12,"isNotable":true,"name":"Shimmering","orbit":3},"34892":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds","connections":[{"orbit":0,"id":12066}],"group":1252,"skill":34892,"orbitIndex":11,"name":"Aura Magnitude","orbit":3},"27290":{"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","skill":27290,"stats":["25% increased Damage with Swords"],"connections":[{"orbit":0,"id":38564}],"group":420,"orbitIndex":0,"isNotable":true,"name":"Heavy Blade","orbit":0},"51867":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":51867,"stats":["120% increased Damage with Hits against Enemies that are on Low Life","5% increased Damage taken while on Low Life"],"recipe":["Isolation","Guilt","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":300,"orbitIndex":0,"isNotable":true,"name":"Finality","orbit":0},"30260":{"stats":["Link Skills have 10% increased Buff Effect"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":-7,"id":256},{"orbit":7,"id":57097}],"group":323,"skill":30260,"orbitIndex":19,"name":"Link Buff Effect","orbit":7},"32009":{"stats":["20% increased Curse Duration"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":36814}],"group":700,"skill":32009,"orbitIndex":2,"name":"Curse Duration","orbit":7},"44223":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[],"group":757,"skill":44223,"orbitIndex":1,"name":"Critical Damage","orbit":7},"6133":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":6133,"stats":["100% increased Defences from Equipped Shield"],"recipe":["Paranoia","Greed","Fear"],"connections":[{"orbit":0,"id":33402},{"orbit":0,"id":58138}],"group":74,"orbitIndex":48,"isNotable":true,"name":"Core of the Guardian","orbit":4},"48614":{"stats":["20% increased Presence Area of Effect","3% reduced Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":2,"id":9018}],"group":161,"skill":48614,"orbitIndex":8,"name":"Area and Presence","orbit":7},"63828":{"stats":["10% increased Ballista Critical Damage Bonus","10% increased Ballista Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[],"group":771,"skill":63828,"orbitIndex":18,"name":"Ballista Critical Strike and Damage","orbit":7},"16385":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":2147483647,"id":53320}],"group":530,"skill":16385,"orbitIndex":14,"name":"Banner Glory Gained","orbit":2},"47442":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":47442,"stats":["15% increased Life Flask Charges gained"],"ascendancyName":"Blood Mage","group":795,"connections":[{"orbit":0,"id":65518}],"orbitIndex":2,"name":"Life Flasks","orbit":5},"17378":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":40894}],"group":379,"skill":17378,"orbitIndex":22,"name":"Minion Life","orbit":3},"22909":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":21415}],"group":277,"skill":22909,"orbitIndex":14,"name":"Stun and Ailment Threshold from Energy Shield","orbit":3},"30136":{"stats":["20% increased Damage against Enemies with Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":22626}],"group":132,"skill":30136,"orbitIndex":7,"name":"Damage vs Armour Broken Enemies","orbit":3},"18651":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":11736},{"orbit":0,"id":63863}],"group":702,"skill":18651,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"52618":{"icon":"Art/2DArt/SkillIcons/passives/icebite.dds","skill":52618,"stats":["25% increased Attack Damage"],"recipe":["Fear","Suffering","Paranoia"],"connections":[{"orbit":0,"id":32777}],"group":102,"orbitIndex":3,"isNotable":true,"name":"Feral Force","orbit":3},"34290":{"stats":["10% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":57832}],"group":571,"skill":34290,"orbitIndex":4,"name":"Ignite Magnitude","orbit":2},"62313":{"stats":["+15% of Armour also applies to Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/fireresist.dds","connections":[],"group":97,"skill":62313,"orbitIndex":52,"name":"Armour Applies to Fire Damage Hits","orbit":5},"5797":{"stats":["8% increased Cold Damage","8% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":59538}],"group":1168,"skill":5797,"orbitIndex":2,"name":"Freeze Buildup and Cold Damage","orbit":2},"53505":{"stats":["10% increased amount of Life Leeched"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":6,"id":21468}],"group":519,"skill":53505,"orbitIndex":18,"name":"Life Leech","orbit":2},"65149":{"stats":["10% increased effect of Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":826,"skill":65149,"orbitIndex":20,"name":"Armour Break Effect","orbit":2},"56956":{"stats":["Minions have 8% increased maximum Life","Minions have +7% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":-4,"id":15885},{"orbit":0,"id":54632}],"group":564,"skill":56956,"orbitIndex":20,"name":"Minion Life and Chaos Resistance","orbit":2},"36286":{"stats":["8% increased Spell Damage","Minions deal 8% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":41130},{"orbit":0,"id":14033},{"orbit":0,"id":34058}],"group":545,"skill":36286,"orbitIndex":5,"name":"Spell and Minion Damage","orbit":1},"18684":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds","skill":18684,"isKeystone":true,"stats":["75% of Damage Converted to Fire Damage","Deal no Non-Fire Damage"],"group":82,"connections":[],"orbitIndex":0,"name":"Avatar of Fire","orbit":0},"10474":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":64443},{"orbit":0,"id":53785}],"group":221,"skill":10474,"orbitIndex":12,"name":"Attack Area","orbit":3},"17254":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":17254,"stats":["15% increased Evasion Rating","8% increased Cast Speed"],"recipe":["Ire","Guilt","Isolation"],"connections":[{"orbit":0,"id":14272},{"orbit":0,"id":26596}],"group":1003,"orbitIndex":0,"isNotable":true,"name":"Spell Haste","orbit":0},"41363":{"stats":["+5% to Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/lightningstr.dds","connections":[{"orbit":-5,"id":62518}],"group":175,"skill":41363,"orbitIndex":9,"name":"Lightning Resistance","orbit":4},"46325":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":3936},{"orbit":0,"id":33556}],"group":503,"skill":46325,"orbitIndex":5,"name":"Melee Damage","orbit":7},"44014":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":11855}],"group":808,"skill":44014,"orbitIndex":8,"name":"Accuracy","orbit":2},"11366":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":11366,"stats":["Gain 8% of Damage as Extra Fire Damage","+20% to Fire Resistance"],"recipe":["Suffering","Isolation","Paranoia"],"connections":[{"orbit":0,"id":34927},{"orbit":6,"id":558}],"group":571,"orbitIndex":2,"isNotable":true,"name":"Volcanic Skin","orbit":5},"10835":{"stats":["Banner Skills have 20% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":48026},{"orbit":2147483647,"id":53367}],"group":401,"skill":10835,"orbitIndex":16,"name":"Banner Duration","orbit":3},"7424":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":36994},{"orbit":0,"id":1823}],"group":514,"skill":7424,"orbitIndex":0,"name":"Energy Shield","orbit":4},"24256":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":63541}],"group":660,"skill":24256,"orbitIndex":15,"name":"Evasion","orbit":2},"33713":{"stats":["8% increased Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-2,"id":57462}],"group":1143,"skill":33713,"orbitIndex":17,"name":"Projectile Speed","orbit":2},"58814":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":58814,"stats":["+5 to any Attribute"],"isAttribute":true,"group":805,"connections":[{"orbit":0,"id":55802},{"orbit":0,"id":244},{"orbit":0,"id":12465},{"orbit":0,"id":26830}],"orbitIndex":0,"name":"Attribute","orbit":0},"20387":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":57810}],"group":801,"skill":20387,"orbitIndex":0,"name":"Shock Chance","orbit":0},"46124":{"icon":"Art/2DArt/SkillIcons/passives/RemnantNotable.dds","skill":46124,"stats":["Recover 3% of Maximum Mana when you collect a Remnant"],"recipe":["Despair","Guilt","Envy"],"connections":[{"orbit":0,"id":37593}],"group":688,"orbitIndex":17,"isNotable":true,"name":"Arcane Remnants","orbit":7},"65413":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":65413,"stats":["12% increased Critical Hit Chance for Spells"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":0,"id":12882}],"orbitIndex":4,"name":"Spell Critical Chance","orbit":8},"38888":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":38888,"stats":["16% increased Accuracy Rating with One Handed Melee Weapons","16% increased Accuracy Rating with Two Handed Melee Weapons","+2 to Melee Strike Range"],"recipe":["Greed","Disgust","Ire"],"connections":[{"orbit":0,"id":39116}],"group":733,"orbitIndex":12,"isNotable":true,"name":"Unerring Impact","orbit":7},"9745":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds","connections":[{"orbit":2147483647,"id":58513}],"group":1110,"skill":9745,"orbitIndex":12,"name":"Movement Speed","orbit":7},"22783":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds","connections":[{"orbit":0,"id":18160},{"orbit":0,"id":17501}],"group":531,"skill":22783,"orbitIndex":10,"name":"Minion Damage","orbit":7},"19104":{"icon":"Art/2DArt/SkillIcons/passives/eagleeye.dds","options":{"Huntress":{"stats":["30% increased Parry Damage","30% increased Evasion Rating while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","name":"Reflex Action","id":39628}},"skill":19104,"stats":["+30 to Accuracy Rating","10% increased Accuracy Rating"],"isSwitchable":true,"connections":[{"orbit":0,"id":29582}],"group":822,"orbitIndex":0,"isNotable":true,"name":"Eagle Eye","orbit":0},"16489":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":16489,"stats":["+5 to any Attribute"],"isAttribute":true,"group":728,"connections":[{"orbit":6,"id":28556},{"orbit":7,"id":49799}],"orbitIndex":30,"name":"Attribute","orbit":6},"17380":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[{"orbit":0,"id":41972},{"orbit":0,"id":23427},{"orbit":0,"id":47270},{"orbit":0,"id":19955}],"group":635,"skill":17380,"orbitIndex":6,"name":"Cold Mastery","orbit":1},"19426":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":15443}],"group":882,"skill":19426,"orbitIndex":4,"name":"Physical Damage","orbit":2},"27785":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":63863}],"group":720,"skill":27785,"orbitIndex":10,"name":"Lightning Penetration","orbit":7},"58013":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":4844}],"group":793,"skill":58013,"orbitIndex":4,"name":"Projectile Damage","orbit":7},"6544":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":6544,"stats":["Gain 12% of Physical Damage as Extra Fire Damage"],"recipe":["Envy","Disgust","Isolation"],"connections":[{"orbit":6,"id":56061},{"orbit":0,"id":42604}],"group":330,"orbitIndex":53,"isNotable":true,"name":"Burning Strikes","orbit":4},"5681":{"icon":"Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern","connections":[],"group":358,"skill":5681,"orbitIndex":0,"name":"Fortify Mastery","orbit":0},"27638":{"stats":["15% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":38010}],"group":403,"skill":27638,"orbitIndex":3,"name":"Glory Generation","orbit":7},"22188":{"stats":["6% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":-4,"id":38763},{"orbit":0,"id":21274}],"group":710,"skill":22188,"orbitIndex":0,"name":"Herald Reservation","orbit":7},"8483":{"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","skill":8483,"stats":["35% increased Spell Area Damage","Spell Skills have 10% reduced Area of Effect"],"recipe":["Greed","Despair","Suffering"],"connections":[{"orbit":0,"id":6588}],"group":705,"orbitIndex":7,"isNotable":true,"name":"Ruin","orbit":7},"2461":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupAccuracy.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[{"orbit":0,"id":44605}],"group":659,"skill":2461,"orbitIndex":0,"name":"Accuracy Mastery","orbit":0},"40043":{"stats":["10% increased Magnitude of Bleeding you inflict"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":54990}],"group":577,"skill":40043,"orbitIndex":0,"name":"Bleeding Damage","orbit":1},"17584":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","options":{"Druid":{"stats":["10% increased Spell Damage","10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","name":"Spell and Attack Damage","id":53526}},"skill":17584,"stats":["6% increased Area of Effect for Attacks"],"isSwitchable":true,"group":515,"connections":[],"orbitIndex":17,"name":"Attack Area","orbit":2},"34367":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":7,"id":58090},{"orbit":0,"id":57710}],"group":675,"skill":34367,"orbitIndex":14,"name":"Life Recoup","orbit":7},"37266":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":37266,"stats":["Companions have 20% increased maximum Life","20% increased Life Recovery Rate while your Companion is in your Presence"],"recipe":["Ire","Fear","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern","connections":[{"orbit":0,"id":29930}],"group":871,"orbitIndex":0,"isNotable":true,"name":"Nourishing Ally","orbit":0},"50084":{"stats":["8% increased Spell Damage","8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage_blue.dds","connections":[{"orbit":0,"id":61525}],"group":550,"skill":50084,"orbitIndex":0,"name":"Spell and Attack Damage","orbit":0},"3109":{"stats":["10% increased Grenade Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","connections":[{"orbit":0,"id":29514}],"group":587,"skill":3109,"orbitIndex":6,"name":"Grenade Area","orbit":3},"31159":{"stats":["15% increased Life Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":46017},{"orbit":0,"id":39131}],"group":110,"skill":31159,"orbitIndex":4,"name":"Life Regeneration while Stationary","orbit":7},"27493":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":17118}],"group":761,"skill":27493,"orbitIndex":24,"name":"Projectile Damage","orbit":4},"35560":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":35560,"stats":["Minions deal 10% increased Damage with Command Skills for each different type of Persistent Minion in your Presence"],"recipe":["Suffering","Despair","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":219,"orbitIndex":0,"isNotable":true,"name":"At your Command","orbit":0},"55872":{"stats":["Offering Skills have 15% increased Buff effect"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[],"group":925,"skill":55872,"orbitIndex":23,"name":"Offering Effect","orbit":3},"21415":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":61493}],"group":277,"skill":21415,"orbitIndex":16,"name":"Stun and Ailment Threshold from Energy Shield","orbit":3},"35911":{"stats":["Skills Supported by Unleash have 10% increased Seal gain frequency"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":15180}],"group":362,"skill":35911,"orbitIndex":12,"name":"Unleash Seal Generation","orbit":2},"21540":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":34367},{"orbit":0,"id":40783}],"group":675,"skill":21540,"orbitIndex":10,"name":"Life Recoup","orbit":7},"9652":{"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","skill":9652,"stats":["15% of Damage taken from Deflected Hits Recouped as Life"],"recipe":["Despair","Envy","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","connections":[],"group":1115,"orbitIndex":18,"isNotable":true,"name":"Mending Deflection","orbit":2},"17906":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":1242,"skill":17906,"orbitIndex":0,"name":"Trap Mastery","orbit":0},"22975":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":22975,"stats":["+5 to any Attribute"],"isAttribute":true,"group":238,"connections":[{"orbit":0,"id":27439},{"orbit":0,"id":26725},{"orbit":0,"id":51702}],"orbitIndex":0,"name":"Attribute","orbit":0},"53440":{"stats":["Gain 2 Rage on Melee Axe Hit"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":11306}],"group":109,"skill":53440,"orbitIndex":7,"name":"Axe Rage on Hit","orbit":3},"59342":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":59342,"stats":["12% increased amount of Life Leeched"],"ascendancyName":"Blood Mage","group":795,"connections":[{"orbit":9,"id":23416}],"orbitIndex":68,"name":"Life Leech","orbit":6},"31449":{"stats":["12% increased Critical Hit Chance with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":9444}],"group":1263,"skill":31449,"orbitIndex":40,"name":"Quarterstaff Critical Chance","orbit":5},"1841":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":5,"id":9405}],"group":1226,"skill":1841,"orbitIndex":8,"name":"Evasion","orbit":7},"43877":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-2,"id":51522},{"orbit":-2,"id":47895}],"group":989,"skill":43877,"orbitIndex":7,"name":"Attack Speed","orbit":1},"4331":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":4331,"stats":["Ancestrally Boosted Attacks deal 30% increased Damage","On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted"],"recipe":["Fear","Envy","Envy"],"connections":[{"orbit":0,"id":33590}],"group":80,"orbitIndex":19,"isNotable":true,"name":"Guided Hand","orbit":3},"28863":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":686,"skill":28863,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"40596":{"stats":["12% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[],"group":235,"skill":40596,"orbitIndex":36,"name":"Stun Threshold","orbit":5},"38130":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[],"group":263,"skill":38130,"orbitIndex":12,"name":"Warcry Cooldown Speed","orbit":3},"45599":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":45599,"stats":["1% increased Damage per 1% Chance to Block"],"recipe":["Fear","Envy","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[{"orbit":0,"id":6689},{"orbit":0,"id":32885}],"group":563,"orbitIndex":12,"isNotable":true,"name":"Lay Siege","orbit":7},"65353":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern","connections":[],"group":401,"skill":65353,"orbitIndex":0,"name":"Banner Mastery","orbit":0},"10738":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern","connections":[],"group":1105,"skill":10738,"orbitIndex":0,"name":"Mana Mastery","orbit":0},"17045":{"stats":["2% increased Movement Speed"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":6,"id":55131}],"group":509,"skill":17045,"orbitIndex":42,"name":"Movement Speed ","orbit":4},"58088":{"stats":["4% increased Block chance","10% reduced Movement Speed Penalty while Actively Blocking"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":5,"id":16620}],"group":180,"skill":58088,"orbitIndex":36,"name":"Block and Movement Penalty with Raised Shield","orbit":4},"32448":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":32448,"stats":["+30% of Armour also applies to Lightning Damage","30% reduced effect of Shock on you"],"recipe":["Disgust","Greed","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":479,"orbitIndex":14,"isNotable":true,"name":"Shockproof","orbit":2},"61985":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds","skill":61985,"stats":["Targets can be affected by two of your Chills at the same time","Your Chills can Slow targets by up to a maximum of 35%","25% less Magnitude of Chill you inflict"],"ascendancyName":"Stormweaver","connections":[{"orbit":0,"id":29398}],"group":408,"orbitIndex":6,"isNotable":true,"name":"Heavy Snows","orbit":6},"8737":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":41511},{"orbit":-7,"id":25927},{"orbit":-2,"id":6077},{"orbit":-2,"id":56284}],"group":187,"skill":8737,"orbitIndex":0,"name":"Minion Damage","orbit":0},"39128":{"stats":["15% increased Magnitude of Daze"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":47514}],"group":1250,"skill":39128,"orbitIndex":4,"name":"Daze Magnitude","orbit":2},"44141":{"stats":["3% increased Attack Speed with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":18969},{"orbit":0,"id":21788}],"group":1261,"skill":44141,"orbitIndex":7,"name":"Bow Speed","orbit":3},"2559":{"stats":["10% increased Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":7,"id":62542}],"group":1158,"skill":2559,"orbitIndex":22,"name":"Flask Charges Gained","orbit":2},"21606":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":2606},{"orbit":0,"id":29148}],"group":472,"skill":21606,"orbitIndex":12,"name":"Minion Life","orbit":3},"54983":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":3,"id":39369}],"group":1285,"skill":54983,"orbitIndex":2,"name":"Attack Critical Chance","orbit":7},"35033":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":35033,"stats":["4% increased Skill Speed"],"ascendancyName":"Amazon","group":1345,"connections":[{"orbit":0,"id":55796}],"orbitIndex":0,"name":"Skill Speed","orbit":0},"38601":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds","skill":38601,"stats":["35% less Armour and Evasion Rating","Grants Skill: Sorcery Ward"],"ascendancyName":"Witchhunter","connections":[{"orbit":0,"id":34501}],"group":207,"orbitIndex":28,"isNotable":true,"name":"Obsessive Rituals","orbit":6},"55048":{"icon":"Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds","skill":55048,"isKeystone":true,"stats":["30% less Critical Damage Bonus when on Full Life","30% more Critical Damage Bonus when on Low Life"],"group":112,"connections":[],"orbitIndex":0,"name":"Pain Attunement","orbit":0},"2394":{"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","skill":2394,"stats":["6% increased Attack Speed while Dual Wielding","15% increased Attack Critical Hit Chance while Dual Wielding"],"recipe":["Envy","Envy","Despair"],"connections":[],"group":681,"orbitIndex":9,"isNotable":true,"name":"Blade Flurry","orbit":3},"38501":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-4,"id":47796}],"group":549,"skill":38501,"orbitIndex":40,"name":"Attack Speed","orbit":4},"27658":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":7,"id":21540}],"group":675,"skill":27658,"orbitIndex":6,"name":"Life Recoup","orbit":7},"32818":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":4,"id":48135}],"group":850,"skill":32818,"orbitIndex":6,"name":"Charm Charges","orbit":7},"44017":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds","skill":44017,"isKeystone":true,"stats":["Accuracy Rating is Doubled","Never deal Critical Hits"],"group":163,"connections":[{"orbit":0,"id":4527}],"orbitIndex":0,"name":"Resolute Technique","orbit":0},"3025":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":3025,"stats":["+5 to any Attribute"],"isAttribute":true,"group":672,"connections":[{"orbit":0,"id":38732},{"orbit":0,"id":36782},{"orbit":0,"id":25594}],"orbitIndex":0,"name":"Attribute","orbit":0},"28021":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":9782}],"group":1006,"skill":28021,"orbitIndex":0,"name":"Critical Damage","orbit":0},"29871":{"icon":"Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds","skill":29871,"stats":["4% increased Skill Speed"],"ascendancyName":"Deadeye","group":1301,"connections":[{"orbit":0,"id":5817}],"orbitIndex":0,"name":"Skill Speed","orbit":0},"5695":{"stats":["15% increased Archon Buff duration"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":7,"id":32309},{"orbit":5,"id":50104}],"group":432,"skill":5695,"orbitIndex":20,"name":"Archon Duration","orbit":7},"56162":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds","skill":56162,"stats":["25% of Life Loss from Hits is prevented, then that much Life is lost over 4 seconds instead"],"ascendancyName":"Blood Mage","connections":[{"orbit":-9,"id":50192}],"group":795,"orbitIndex":13,"isNotable":true,"name":"Grasping Wounds","orbit":8},"27009":{"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","skill":27009,"stats":["50% increased Minion Damage while you have at least two different active Offerings"],"recipe":["Disgust","Suffering","Paranoia"],"connections":[{"orbit":0,"id":30459}],"group":665,"orbitIndex":6,"isNotable":true,"name":"Lust for Sacrifice","orbit":7},"17796":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":2147483647,"id":12412}],"group":480,"skill":17796,"orbitIndex":12,"name":"Cooldown Recovery Rate","orbit":2},"18407":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":18407,"stats":["+5 to any Attribute"],"isAttribute":true,"group":584,"connections":[],"orbitIndex":0,"name":"Attribute","orbit":0},"23192":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[],"group":111,"skill":23192,"orbitIndex":42,"name":"Block","orbit":4},"4364":{"stats":["6% increased Attack Damage","3% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":23736}],"group":934,"skill":4364,"orbitIndex":42,"name":"Reduced Movement Penalty and Attack Damage","orbit":4},"57097":{"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","skill":57097,"stats":["Link Skills can target Damageable Minions"],"recipe":["Greed","Ire","Suffering"],"connections":[{"orbit":0,"id":19658},{"orbit":7,"id":13694}],"group":323,"orbitIndex":13,"isNotable":true,"name":"Spirit Bonds","orbit":2},"54708":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":13855},{"orbit":0,"id":3918}],"group":532,"skill":54708,"orbitIndex":11,"name":"Mana Regeneration","orbit":2},"31977":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":4828},{"orbit":6,"id":10314}],"group":836,"skill":31977,"orbitIndex":36,"name":"Mana Regeneration","orbit":5},"47709":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":63814},{"orbit":0,"id":40336}],"group":568,"skill":47709,"orbitIndex":0,"name":"Bleeding Chance","orbit":0},"11762":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern","connections":[],"group":348,"skill":11762,"orbitIndex":0,"name":"Link Mastery","orbit":0},"12778":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[],"group":962,"skill":12778,"orbitIndex":8,"name":"Spell Critical Chance","orbit":3},"44669":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[],"group":901,"skill":44669,"orbitIndex":9,"name":"Increased Duration","orbit":3},"55231":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":37361},{"orbit":0,"id":9857}],"group":577,"skill":55231,"orbitIndex":13,"name":"Bleeding Chance","orbit":7},"28542":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","skill":28542,"stats":["+10% to Fire Resistance","15% increased effect of Fully Broken Armour","Fully Broken Armour effects also apply to Fire Damage Taken from Hits"],"recipe":["Guilt","Suffering","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":7,"id":62785}],"group":296,"orbitIndex":5,"isNotable":true,"name":"The Molten One's Gift","orbit":1},"19027":{"stats":["15% increased Endurance, Frenzy and Power Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds","connections":[{"orbit":-2,"id":21156},{"orbit":0,"id":7847}],"group":1236,"skill":19027,"orbitIndex":12,"name":"Charge Duration","orbit":7},"2174":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":4,"id":19249}],"group":289,"skill":2174,"orbitIndex":70,"name":"Totem Damage","orbit":4},"51702":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[],"group":299,"skill":51702,"orbitIndex":16,"name":"Strength","orbit":7},"23786":{"stats":["15% increased Magnitude of Bleeding you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":33391}],"group":957,"skill":23786,"orbitIndex":9,"name":"Critical Bleeding Effect","orbit":2},"19001":{"stats":["15% increased Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":16786}],"group":965,"skill":19001,"orbitIndex":18,"name":"Immobilisation Buildup","orbit":7},"58714":{"icon":"Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds","skill":58714,"stats":["Grenade Skills have +1 Cooldown Use"],"recipe":["Paranoia","Fear","Isolation"],"connections":[{"orbit":0,"id":39431}],"group":587,"orbitIndex":60,"isNotable":true,"name":"Grenadier","orbit":4},"44871":{"stats":["+10 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":54447},{"orbit":0,"id":56216}],"group":622,"skill":44871,"orbitIndex":2,"name":"Energy Shield","orbit":3},"51832":{"stats":["16% increased Damage with Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":47722}],"group":121,"skill":51832,"orbitIndex":6,"name":"Warcry Damage","orbit":2},"14439":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":3,"id":5728}],"group":74,"skill":14439,"orbitIndex":8,"name":"Armour and Energy Shield","orbit":7},"25700":{"stats":["10% increased chance to Shock","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":4,"id":41096}],"group":1022,"skill":25700,"orbitIndex":42,"name":"Elemental Damage and Shock Chance","orbit":4},"17791":{"stats":["18% increased Stun Buildup with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":526}],"group":81,"skill":17791,"orbitIndex":3,"name":"Mace Stun Buildup","orbit":7},"8460":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":126,"skill":8460,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"53089":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":9918},{"orbit":0,"id":10474}],"group":221,"skill":53089,"orbitIndex":12,"name":"Attack Area","orbit":2},"35974":{"stats":["16% increased Totem Life"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":51105}],"group":224,"skill":35974,"orbitIndex":22,"name":"Totem Life","orbit":2},"50219":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":50219,"stats":["Curse zones erupt after 10% reduced delay"],"ascendancyName":"Chronomancer","group":274,"connections":[{"orbit":0,"id":42035}],"orbitIndex":21,"name":"Curse Delay","orbit":2},"1459":{"stats":["16% increased Mana Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":47252}],"group":151,"skill":1459,"orbitIndex":12,"name":"Mana Regeneration","orbit":7},"48035":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":11329}],"group":447,"skill":48035,"orbitIndex":3,"name":"Life Regeneration","orbit":2},"58416":{"stats":["10% increased Projectile Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[],"group":1129,"skill":58416,"orbitIndex":11,"name":"Projectile Speed","orbit":2},"19482":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":19482,"stats":["3% increased maximum Life"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":0,"id":36564}],"orbitIndex":109,"name":"Life","orbit":9},"25312":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":24259},{"orbit":0,"id":64405}],"group":247,"skill":25312,"orbitIndex":36,"name":"Totem Damage","orbit":5},"7793":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":7793,"stats":["3% increased maximum Life"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":6,"id":18348}],"orbitIndex":130,"name":"Life","orbit":9},"54814":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":54814,"stats":["30% increased Presence Area of Effect","4% increased Spirit"],"recipe":["Guilt","Isolation","Isolation"],"connections":[{"orbit":0,"id":16114}],"group":350,"orbitIndex":14,"isNotable":true,"name":"Profane Commander","orbit":2},"5324":{"stats":["20% increased Attack Damage if you have been Heavy Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":2147483647,"id":54437},{"orbit":0,"id":2397}],"group":529,"skill":5324,"orbitIndex":16,"name":"Attack Damage if Stunned Recently","orbit":7},"10079":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":5314}],"group":663,"skill":10079,"orbitIndex":16,"name":"Energy Shield Recharge","orbit":2},"54311":{"stats":["15% increased Magnitude of Ignite you inflict with Critical Hits"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":7,"id":28482}],"group":273,"skill":54311,"orbitIndex":18,"name":"Critical Ignite Magnitude","orbit":2},"49593":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","connections":[{"orbit":0,"id":4725}],"group":60,"skill":49593,"orbitIndex":6,"name":"Sentinels","orbit":7},"39190":{"stats":["15% increased Melee Damage with Hits at Close Range"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":8800}],"group":58,"skill":39190,"orbitIndex":12,"name":"Melee Damage","orbit":3},"27418":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":27418,"stats":["4% increased Strength"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":0,"id":30115}],"orbitIndex":48,"name":"Strength","orbit":4},"30459":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":665,"skill":30459,"orbitIndex":3,"name":"Minion Offence Mastery","orbit":1},"32241":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":1035,"skill":32241,"orbitIndex":0,"name":"Life Mastery","orbit":0},"2254":{"icon":"Art/2DArt/SkillIcons/passives/deepwisdom.dds","skill":2254,"stats":["30% increased maximum Energy Shield","+10 to Intelligence"],"connections":[{"orbit":0,"id":60685},{"orbit":5,"id":43736},{"orbit":6,"id":14666}],"group":669,"orbitIndex":0,"isNotable":true,"name":"Pure Energy","orbit":0},"65023":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":65023,"stats":["Defend with 150% of Armour against Hits from Enemies that are further than 6m away"],"recipe":["Paranoia","Paranoia","Ire"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":534,"orbitIndex":6,"isNotable":true,"name":"Impenetrable Shell","orbit":3},"37795":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[],"group":1019,"skill":37795,"orbitIndex":0,"name":"Shield Mastery","orbit":0},"34030":{"stats":["Offerings have 15% increased Maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":0,"id":47441},{"orbit":0,"id":13634},{"orbit":0,"id":42614}],"group":673,"skill":34030,"orbitIndex":0,"name":"Offering Life","orbit":0},"47441":{"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","skill":47441,"stats":["Offerings have 30% increased Maximum Life","Recover 3% of maximum Life when you create an Offering"],"recipe":["Disgust","Guilt","Fear"],"connections":[{"orbit":0,"id":61992}],"group":673,"orbitIndex":12,"isNotable":true,"name":"Stigmata","orbit":7},"54521":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54521,"stats":["+5 to any Attribute"],"isAttribute":true,"group":516,"connections":[{"orbit":5,"id":13537},{"orbit":0,"id":58789},{"orbit":4,"id":22185}],"orbitIndex":0,"name":"Attribute","orbit":0},"762":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":762,"stats":["Minions deal 20% increased Damage"],"ascendancyName":"Tactician","group":303,"connections":[{"orbit":0,"id":1988}],"orbitIndex":0,"name":"Minion Damage","orbit":0},"58090":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":7,"id":48774}],"group":675,"skill":58090,"orbitIndex":18,"name":"Life Recoup","orbit":7},"49696":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":10273}],"group":647,"skill":49696,"orbitIndex":12,"name":"All Attributes","orbit":5},"39517":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[],"group":459,"skill":39517,"orbitIndex":18,"name":"Block","orbit":3},"51728":{"stats":["15% chance to Pierce an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":6505}],"group":676,"skill":51728,"orbitIndex":7,"name":"Pierce Chance","orbit":2},"22331":{"stats":["Minions have +8% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":8983},{"orbit":0,"id":40200}],"group":378,"skill":22331,"orbitIndex":3,"name":"Minion Resistances","orbit":1},"45488":{"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","skill":45488,"stats":["20% increased Accuracy Rating while Dual Wielding","3% increased Movement Speed while Dual Wielding"],"recipe":["Guilt","Greed","Envy"],"connections":[{"orbit":0,"id":4377}],"group":681,"orbitIndex":15,"isNotable":true,"name":"Cross Strike","orbit":3},"8194":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[],"group":1109,"skill":8194,"orbitIndex":10,"name":"Stun Threshold if no recent Stun","orbit":7},"7218":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":0,"id":60203}],"group":682,"skill":7218,"orbitIndex":22,"name":"Strength","orbit":3},"30523":{"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","skill":30523,"stats":["Minions have 25% increased maximum Life","Minions have 25% increased Evasion Rating"],"recipe":["Despair","Fear","Ire"],"connections":[{"orbit":0,"id":35492}],"group":621,"orbitIndex":61,"isNotable":true,"name":"Dead can Dance","orbit":5},"60662":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":60662,"stats":["12% increased Elemental Damage"],"ascendancyName":"Amazon","group":1346,"connections":[{"orbit":0,"id":7979}],"orbitIndex":0,"name":"Elemental Damage","orbit":0},"39515":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":23450}],"group":571,"skill":39515,"orbitIndex":8,"name":"Fire Damage","orbit":3},"472":{"stats":["+8 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","connections":[{"orbit":0,"id":3744}],"group":682,"skill":472,"orbitIndex":20,"name":"Dexterity","orbit":7},"40975":{"stats":["15% increased Ballista damage"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":24368}],"group":477,"skill":40975,"orbitIndex":0,"name":"Ballista Damage","orbit":0},"50483":{"stats":["Minions have 8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":61842}],"group":378,"skill":50483,"orbitIndex":22,"name":"Minion Area","orbit":3},"14540":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds","skill":14540,"isKeystone":true,"stats":["Cannot be Light Stunned","Cannot Dodge Roll or Sprint"],"group":368,"connections":[{"orbit":0,"id":31903}],"orbitIndex":0,"name":"Unwavering Stance","orbit":0},"65287":{"stats":["15% increased Totem Damage"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":5580}],"group":96,"skill":65287,"orbitIndex":6,"name":"Totem Damage","orbit":2},"19223":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":21755},{"orbit":0,"id":53166}],"group":686,"skill":19223,"orbitIndex":18,"name":"Attack Damage","orbit":7},"32183":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":32183,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1149,"connections":[{"orbit":4,"id":28371}],"orbitIndex":0,"name":"Attribute","orbit":0},"64819":{"stats":["6% increased Fire Damage","10% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-3,"id":47753}],"group":91,"skill":64819,"orbitIndex":48,"name":"Fire Damage and Armour ","orbit":4},"44280":{"stats":["8% increased Effect of your Mark Skills","5% chance to Blind Enemies on Hit with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":-3,"id":23305}],"group":1169,"skill":44280,"orbitIndex":9,"name":"Mark Effect and Blind Chance","orbit":2},"31189":{"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","skill":31189,"stats":["10% increased Attack Damage","30% increased Accuracy Rating while moving"],"recipe":["Despair","Greed","Isolation"],"connections":[{"orbit":0,"id":28863}],"group":686,"orbitIndex":12,"isNotable":true,"name":"Unexpected Finesse","orbit":4},"26194":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":37872}],"group":686,"skill":26194,"orbitIndex":0,"name":"Presence Area","orbit":7},"49633":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":663,"skill":49633,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"38323":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38323,"stats":["+5 to any Attribute"],"isAttribute":true,"group":454,"connections":[{"orbit":-6,"id":6015},{"orbit":-5,"id":22928}],"orbitIndex":0,"name":"Attribute","orbit":0},"37593":{"stats":["Remnants can be collected from 10% further away"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[],"group":688,"skill":37593,"orbitIndex":0,"name":"Remnant Pickup Range","orbit":0},"64357":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":50062},{"orbit":0,"id":506}],"group":229,"skill":64357,"orbitIndex":8,"name":"Armour and Energy Shield","orbit":2},"21537":{"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","skill":21537,"stats":["+2 to Maximum Frenzy Charges"],"recipe":["Fear","Guilt","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":1280,"orbitIndex":16,"isNotable":true,"name":"Fervour","orbit":2},"26596":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":5,"id":5766},{"orbit":-5,"id":51416}],"group":1003,"skill":26596,"orbitIndex":19,"name":"Cast Speed","orbit":3},"36880":{"stats":["15% increased effect of Arcane Surge on you"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":3,"id":43036}],"group":341,"skill":36880,"orbitIndex":51,"name":"Arcane Surge Effect","orbit":4},"22208":{"stats":["8% increased Critical Hit Chance for Attacks","8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":15207}],"group":1136,"skill":22208,"orbitIndex":18,"name":"Accuracy and Critical Chance","orbit":7},"47307":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":5,"id":2254}],"group":631,"skill":47307,"orbitIndex":4,"name":"Cast Speed","orbit":2},"4579":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":4579,"stats":["+10% to Cold Resistance","+2% to Maximum Cold Resistance if you have at least 5 Blue Support Gems Socketed"],"recipe":["Fear","Isolation","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":751,"orbitIndex":4,"isNotable":true,"name":"Unbothering Cold","orbit":2},"31326":{"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","skill":31326,"stats":["20% increased Ignite Magnitude","20% increased Ignite Duration on Enemies"],"recipe":["Guilt","Suffering","Paranoia"],"connections":[{"orbit":0,"id":44092},{"orbit":0,"id":11505}],"group":462,"orbitIndex":19,"isNotable":true,"name":"Slow Burn","orbit":2},"56893":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":56893,"stats":["20% chance for Charms you use to not consume Charges","Recover 5% of maximum Mana when a Charm is used"],"recipe":["Paranoia","Fear","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern","connections":[],"group":1080,"orbitIndex":16,"isNotable":true,"name":"Thicket Warding","orbit":7},"8357":{"stats":["Minions have 3% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":10742}],"group":379,"skill":8357,"orbitIndex":6,"name":"Minion Attack and Cast Speed","orbit":3},"41905":{"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","skill":41905,"stats":["Minions Revive 15% faster","Recover 2% of maximum Life when one of your Minions is Revived"],"recipe":["Ire","Fear","Disgust"],"connections":[{"orbit":0,"id":56926},{"orbit":7,"id":44255}],"group":778,"orbitIndex":0,"isNotable":true,"name":"Gravedigger","orbit":0},"22439":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":5936}],"group":590,"skill":22439,"orbitIndex":12,"name":"Elemental Damage","orbit":3},"44932":{"stats":["15% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":54984}],"group":1142,"skill":44932,"orbitIndex":4,"name":"Shock Effect","orbit":3},"11788":{"stats":["10% increased Spell Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":14355}],"group":705,"skill":11788,"orbitIndex":0,"name":"Spell Area Damage","orbit":7},"29408":{"stats":["8% increased Mana Cost Efficiency"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":0,"id":31888}],"group":940,"skill":29408,"orbitIndex":8,"name":"Mana Cost Efficiency","orbit":2},"6490":{"stats":["10% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":14082}],"group":1016,"skill":6490,"orbitIndex":12,"name":"Critical Damage","orbit":2},"3717":{"stats":["12% increased Damage with Crossbows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":19998},{"orbit":0,"id":35653}],"group":707,"skill":3717,"orbitIndex":0,"name":"Crossbow Damage","orbit":0},"59425":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":23939}],"group":481,"skill":59425,"orbitIndex":16,"name":"Life Recoup","orbit":7},"56567":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":151}],"group":463,"skill":56567,"orbitIndex":11,"name":"Accuracy","orbit":7},"9187":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":9187,"stats":["25% increased Warcry Speed","20% increased Damage for each different Warcry you've used Recently"],"recipe":["Isolation","Greed","Guilt"],"connections":[{"orbit":0,"id":20015}],"group":308,"orbitIndex":8,"isNotable":true,"name":"Escalation","orbit":2},"44566":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":44566,"stats":["30% chance for Lightning Damage with Hits to be Lucky"],"recipe":["Suffering","Isolation","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":718,"orbitIndex":0,"isNotable":true,"name":"Lightning Rod","orbit":0},"38463":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38463,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1078,"connections":[{"orbit":0,"id":46882},{"orbit":-6,"id":21111},{"orbit":5,"id":43522},{"orbit":0,"id":22329}],"orbitIndex":0,"name":"Attribute","orbit":0},"37532":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLightning.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":1051,"skill":37532,"orbitIndex":0,"name":"Lightning Mastery","orbit":0},"13081":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-5,"id":14254}],"group":616,"skill":13081,"orbitIndex":17,"name":"Projectile Damage","orbit":5},"55708":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":55708,"stats":["Damage Penetrates 18% Lightning Resistance","Gain 6% of Elemental Damage as Extra Lightning Damage"],"recipe":["Isolation","Fear","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[],"group":721,"orbitIndex":10,"isNotable":true,"name":"Electric Amplification","orbit":7},"372":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":372,"stats":["+30% of Armour also applies to Fire Damage","30% reduced Magnitude of Ignite on you"],"recipe":["Disgust","Disgust","Greed"],"connections":[{"orbit":0,"id":54340}],"group":282,"orbitIndex":6,"isNotable":true,"name":"Heatproof","orbit":7},"64119":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":64119,"stats":["40% increased Crossbow Reload Speed"],"recipe":["Fear","Guilt","Suffering"],"connections":[{"orbit":0,"id":33596}],"group":724,"orbitIndex":20,"isNotable":true,"name":"Rapid Reload","orbit":7},"24843":{"stats":["25% increased Evasion Rating while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":-7,"id":1680},{"orbit":0,"id":56860}],"group":1034,"skill":24843,"orbitIndex":20,"name":"Evasion during Parry","orbit":7},"4447":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":4447,"stats":["20% increased Pin duration","Pinned Enemies cannot deal Critical Hits"],"recipe":["Greed","Despair","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":821,"orbitIndex":12,"isNotable":true,"name":"Pin their Motivation","orbit":7},"21801":{"icon":"Art/2DArt/SkillIcons/passives/MasteryChaos.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern","connections":[],"group":1045,"skill":21801,"orbitIndex":10,"name":"Chaos Mastery","orbit":1},"36596":{"stats":["30% increased Damage with Hits against Enemies that are on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-3,"id":45013}],"group":732,"skill":36596,"orbitIndex":4,"name":"Damage against Enemies on Low Life","orbit":3},"37408":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":37408,"stats":["Life Flasks gain 0.1 charges per Second","+10 to Strength"],"recipe":["Envy","Despair","Disgust"],"connections":[{"orbit":7,"id":31855},{"orbit":0,"id":46761}],"group":912,"orbitIndex":13,"isNotable":true,"name":"Staunching","orbit":2},"36341":{"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","skill":36341,"stats":["40% increased Culling Strike Threshold against Rare or Unique Enemies"],"recipe":["Despair","Guilt","Suffering"],"connections":[{"orbit":0,"id":35118}],"group":843,"orbitIndex":10,"isNotable":true,"name":"Cull the Hordes","orbit":2},"53187":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":53187,"stats":["40% reduced Presence Area of Effect","Rage you gain is also granted to Allies in your Presence"],"recipe":["Disgust","Fear","Fear"],"connections":[{"orbit":0,"id":35011},{"orbit":0,"id":57775}],"group":332,"orbitIndex":22,"isNotable":true,"name":"Warlord Berserker","orbit":2},"10273":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds","connections":[{"orbit":0,"id":45272}],"group":647,"skill":10273,"orbitIndex":2,"name":"All Attributes","orbit":7},"63360":{"stats":["20% increased Glory generation for Banner Skills"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":2147483647,"id":62258}],"group":541,"skill":63360,"orbitIndex":14,"name":"Banner Glory Gained","orbit":7},"59596":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":59596,"stats":["25% increased Energy Shield Recharge Rate","Gain 20 Energy Shield when you Block"],"recipe":["Paranoia","Despair","Greed"],"connections":[{"orbit":0,"id":37641}],"group":229,"orbitIndex":16,"isNotable":true,"name":"Covering Ward","orbit":3},"33964":{"stats":["10% increased Critical Hit Chance with Traps"],"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","connections":[{"orbit":0,"id":64295}],"group":1221,"skill":33964,"orbitIndex":49,"name":"Trap Critical Chance","orbit":4},"34626":{"stats":["Recover 2% of maximum Life for each Endurance Charge consumed"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":61142},{"orbit":0,"id":4527}],"group":138,"skill":34626,"orbitIndex":6,"name":"Recover Life on consuming Endurance Charge","orbit":2},"48401":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48401,"stats":["+5 to any Attribute"],"isAttribute":true,"group":737,"connections":[{"orbit":0,"id":35987},{"orbit":0,"id":61312},{"orbit":5,"id":10909}],"orbitIndex":30,"name":"Attribute","orbit":6},"2978":{"icon":"Art/2DArt/SkillIcons/passives/MasteryTraps.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern","connections":[],"group":739,"skill":2978,"orbitIndex":0,"name":"Trap Mastery","orbit":0},"48617":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds","skill":48617,"stats":["50% increased Damage against Demons","50% increased Duration of Ailments on Beasts","50% increased Critical Hit Chance against Humanoids","50% increased Immobilisation buildup against Constructs"],"recipe":["Fear","Guilt","Disgust"],"connections":[{"orbit":0,"id":1915},{"orbit":0,"id":11667},{"orbit":0,"id":15839},{"orbit":0,"id":6266},{"orbit":0,"id":2978}],"group":740,"orbitIndex":3,"isNotable":true,"name":"Hunter","orbit":7},"10242":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":38111}],"group":1035,"skill":10242,"orbitIndex":8,"name":"Life Recoup","orbit":2},"4203":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":4203,"stats":["+5 to any Attribute"],"isAttribute":true,"group":745,"connections":[{"orbit":4,"id":30555},{"orbit":-4,"id":42736},{"orbit":-4,"id":59603},{"orbit":0,"id":49046},{"orbit":3,"id":42076}],"orbitIndex":0,"name":"Attribute","orbit":0},"48171":{"stats":["12% increased Cold Damage"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[],"group":176,"skill":48171,"orbitIndex":13,"name":"Cold Damage","orbit":4},"26319":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-7,"id":30990}],"group":747,"skill":26319,"orbitIndex":0,"name":"Critical Chance","orbit":2},"16790":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":16790,"stats":["15% increased Mana Regeneration Rate","20% increased Mana Cost Efficiency"],"recipe":["Greed","Paranoia","Envy"],"connections":[{"orbit":0,"id":27234}],"group":748,"orbitIndex":0,"isNotable":true,"name":"Efficient Casting","orbit":7},"2732":{"stats":["8% increased Mana Cost Efficiency"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":-2,"id":16790}],"group":748,"skill":2732,"orbitIndex":11,"name":"Mana Cost Efficiency","orbit":1},"65393":{"stats":["8% increased Mana Cost Efficiency"],"icon":"Art/2DArt/SkillIcons/passives/mana.dds","connections":[{"orbit":-2,"id":2732},{"orbit":0,"id":11672}],"group":748,"skill":65393,"orbitIndex":16,"name":"Mana Cost Efficiency","orbit":2},"20251":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":20251,"stats":["Fissure Skills have a 20% chance to create an additional Fissure"],"recipe":["Suffering","Suffering","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":79,"orbitIndex":1,"isNotable":true,"name":"Splitting Ground","orbit":3},"26061":{"stats":["Gain 15% of maximum Energy Shield as additional Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":2,"id":4579}],"group":751,"skill":26061,"orbitIndex":22,"name":"Energy Shield as Freeze Threshold","orbit":2},"28086":{"stats":["Damage Penetrates 6% Cold Resistance"],"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","connections":[{"orbit":-6,"id":57088},{"orbit":0,"id":144}],"group":1068,"skill":28086,"orbitIndex":14,"name":"Cold Penetration","orbit":2},"1207":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":1207,"stats":["+5 to any Attribute"],"isAttribute":true,"group":503,"connections":[{"orbit":0,"id":38323}],"orbitIndex":69,"name":"Attribute","orbit":4},"36602":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":18465}],"group":446,"skill":36602,"orbitIndex":39,"name":"Critical Damage","orbit":4},"51241":{"stats":["10% increased Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":-2,"id":55118}],"group":1203,"skill":51241,"orbitIndex":10,"name":"Charm Charges","orbit":2},"24491":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":24491,"stats":["Invocated Spells have 40% chance to consume half as much Energy"],"recipe":["Guilt","Greed","Isolation"],"connections":[{"orbit":0,"id":20140}],"group":752,"orbitIndex":0,"isNotable":true,"name":"Invocated Echoes","orbit":4},"45530":{"stats":["Minions cause 15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-7,"id":55180}],"group":755,"skill":45530,"orbitIndex":18,"name":"Minion Stun Buildup","orbit":7},"27726":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":-4,"id":7721}],"group":470,"skill":27726,"orbitIndex":8,"name":"Armour","orbit":2},"20140":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":756,"skill":20140,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"34473":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":34473,"stats":["3% increased Movement Speed","29% increased Chaos Damage","+13 to all Attributes","-7% to Chaos Resistance","23% reduced Light Radius"],"recipe":["Isolation","Despair","Fear"],"connections":[{"orbit":0,"id":42361}],"group":1084,"orbitIndex":8,"isNotable":true,"name":"Spaghettification","orbit":2},"36478":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":47204},{"orbit":0,"id":28002}],"group":318,"skill":36478,"orbitIndex":1,"name":"Melee Damage","orbit":2},"45331":{"stats":["Projectiles have 5% chance to Chain an additional time from terrain"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":7,"id":23221}],"group":1111,"skill":45331,"orbitIndex":21,"name":"Chaining Projectiles","orbit":7},"61396":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":10998}],"group":759,"skill":61396,"orbitIndex":11,"name":"Armour and Evasion","orbit":3},"61842":{"stats":["Minions deal 12% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":33240},{"orbit":0,"id":14712}],"group":378,"skill":61842,"orbitIndex":0,"name":"Minion Damage","orbit":3},"1019":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":45037}],"group":759,"skill":1019,"orbitIndex":0,"name":"Armour and Evasion","orbit":0},"1599":{"stats":["5% increased Critical Hit Chance","8% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":31286}],"group":1174,"skill":1599,"orbitIndex":18,"name":"Physical Damage and Critical Chance","orbit":2},"33244":{"icon":"Art/2DArt/SkillIcons/passives/AltAttackDamageMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern","connections":[],"group":290,"skill":33244,"orbitIndex":0,"name":"Rage Mastery","orbit":0},"23915":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-1,"id":41529}],"group":1039,"skill":23915,"orbitIndex":0,"name":"Critical Damage","orbit":0},"48137":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":33887}],"group":760,"skill":48137,"orbitIndex":11,"name":"Crossbow Reload Speed","orbit":4},"42825":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":31238}],"group":388,"skill":42825,"orbitIndex":14,"name":"Energy Shield Delay","orbit":2},"27095":{"stats":["15% increased Freeze Buildup"],"icon":"Art/2DArt/SkillIcons/passives/avoidchilling.dds","connections":[{"orbit":-4,"id":14890},{"orbit":0,"id":48658}],"group":919,"skill":27095,"orbitIndex":7,"name":"Freeze Buildup","orbit":7},"59603":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[],"group":783,"skill":59603,"orbitIndex":0,"name":"Life Recoup","orbit":0},"61718":{"stats":["15% increased Damage against Dazed Enemies"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":38342}],"group":1250,"skill":61718,"orbitIndex":16,"name":"Daze on Hit","orbit":2},"53527":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":53527,"stats":["Break 50% of Armour on Heavy Stunning an Enemy"],"recipe":["Fear","Guilt","Guilt"],"connections":[{"orbit":0,"id":58855}],"group":171,"orbitIndex":0,"isNotable":true,"name":"Shattering Blow","orbit":7},"19779":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":2,"id":63891}],"group":767,"skill":19779,"orbitIndex":22,"name":"Chaos Damage","orbit":2},"41768":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":41768,"stats":["+5 to any Attribute"],"isAttribute":true,"group":78,"connections":[{"orbit":0,"id":28982},{"orbit":0,"id":4725}],"orbitIndex":0,"name":"Attribute","orbit":0},"28982":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":28982,"stats":["+5 to any Attribute"],"isAttribute":true,"group":68,"connections":[{"orbit":0,"id":31295},{"orbit":0,"id":55190}],"orbitIndex":0,"name":"Attribute","orbit":0},"42959":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":42959,"stats":["60% increased Effect of Poison you inflict on targets that are not Poisoned"],"recipe":["Suffering","Greed","Isolation"],"connections":[{"orbit":-2,"id":32896},{"orbit":0,"id":28903}],"group":1100,"orbitIndex":12,"isNotable":true,"name":"Low Tolerance","orbit":7},"30985":{"stats":["5% chance when collecting an Elemental Infusion to gain an","additional Elemental Infusion of the same type"],"icon":"Art/2DArt/SkillIcons/passives/InstillationsNode1.dds","connections":[{"orbit":0,"id":12324}],"group":346,"skill":30985,"orbitIndex":10,"name":"Infusion Chance","orbit":2},"27388":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":27388,"stats":["20% increased Mana Regeneration Rate","10% chance to Gain Arcane Surge when you deal a Critical Hit"],"recipe":["Suffering","Greed","Greed"],"connections":[{"orbit":0,"id":28578},{"orbit":0,"id":24551}],"group":215,"orbitIndex":23,"isNotable":true,"name":"Aspiring Genius","orbit":7},"31918":{"stats":["15% chance to Pierce an Enemy"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-3,"id":4534}],"group":1111,"skill":31918,"orbitIndex":15,"name":"Pierce Chance","orbit":7},"51820":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":51820,"stats":["12% increased Attack and Cast Speed if you've summoned a Totem Recently"],"recipe":["Despair","Suffering","Suffering"],"connections":[{"orbit":0,"id":21127}],"group":224,"orbitIndex":30,"isNotable":true,"name":"Ancestral Conduits","orbit":6},"19129":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":55066},{"orbit":0,"id":9290}],"group":602,"skill":19129,"orbitIndex":21,"name":"Pin Buildup","orbit":3},"30082":{"stats":["15% increased Crossbow Reload Speed"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":43155}],"group":772,"skill":30082,"orbitIndex":0,"name":"Crossbow Reload Speed","orbit":0},"56926":{"icon":"Art/2DArt/SkillIcons/passives/MinionMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern","connections":[],"group":778,"skill":56926,"orbitIndex":3,"name":"Minion Defence Mastery","orbit":2},"44255":{"stats":["Minions Revive 5% faster"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":-3,"id":28573}],"group":778,"skill":44255,"orbitIndex":12,"name":"Minion Revive Speed","orbit":7},"14548":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":7,"id":59541}],"group":778,"skill":14548,"orbitIndex":0,"name":"Minion Life","orbit":7},"2575":{"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","skill":2575,"stats":["30% increased Totem Placement speed","8% increased Attack and Cast Speed if you've summoned a Totem Recently"],"recipe":["Suffering","Paranoia","Guilt"],"connections":[{"orbit":0,"id":65154}],"group":108,"orbitIndex":14,"isNotable":true,"name":"Ancestral Alacrity","orbit":2},"33059":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":33059,"stats":["80% increased Stun Recovery"],"recipe":["Ire","Guilt","Greed"],"connections":[{"orbit":0,"id":2841}],"group":779,"orbitIndex":12,"isNotable":true,"name":"Back in Action","orbit":2},"42032":{"icon":"Art/2DArt/SkillIcons/passives/Trap.dds","skill":42032,"stats":["10% increased Damage for each Hazard triggered Recently, up to 50%"],"recipe":["Isolation","Guilt","Ire"],"connections":[{"orbit":0,"id":17906}],"group":1242,"orbitIndex":4,"isNotable":true,"name":"Escalating Mayhem","orbit":7},"14176":{"stats":["Inherent Rage Loss starts 1 second later"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":0,"id":18004}],"group":222,"skill":14176,"orbitIndex":0,"name":"Later Rage Loss Start","orbit":2},"15991":{"icon":"Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds","skill":15991,"stats":["Immune to Shock while affected by Lightning Archon"],"recipe":["Isolation","Paranoia","Ire"],"connections":[{"orbit":0,"id":15984}],"group":685,"orbitIndex":19,"isNotable":true,"name":"Embodiment of Lightning","orbit":2},"41821":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":142,"skill":41821,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"22141":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":54521},{"orbit":0,"id":51797}],"group":481,"skill":22141,"orbitIndex":6,"name":"Life Recoup","orbit":7},"28061":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":0,"id":35878}],"group":956,"skill":28061,"orbitIndex":6,"name":"Elemental Attack Damage","orbit":7},"35284":{"stats":["6% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":-2,"id":31898},{"orbit":-7,"id":64471}],"group":428,"skill":35284,"orbitIndex":3,"name":"Herald Reservation","orbit":7},"28038":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":56488}],"group":792,"skill":28038,"orbitIndex":12,"name":"Deflection","orbit":7},"35896":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":35896,"stats":["+5 to any Attribute"],"isAttribute":true,"group":813,"connections":[{"orbit":0,"id":55668},{"orbit":0,"id":53266},{"orbit":0,"id":17672}],"orbitIndex":0,"name":"Attribute","orbit":0},"50795":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":50795,"stats":["15% increased Accuracy Rating","20% increased Projectile Damage"],"recipe":["Guilt","Guilt","Paranoia"],"connections":[{"orbit":0,"id":58013},{"orbit":0,"id":20744}],"group":793,"orbitIndex":7,"isNotable":true,"name":"Careful Aim","orbit":7},"55582":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":55582,"stats":["+2% to Quality of all Skills"],"ascendancyName":"Gemling Legionnaire","group":298,"connections":[{"orbit":2147483647,"id":60287}],"orbitIndex":0,"name":"Skill Gem Quality","orbit":0},"4921":{"stats":["Skills have a 5% chance to not consume Glory"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":13524}],"group":403,"skill":4921,"orbitIndex":11,"name":"Chance to not Consume Glory","orbit":7},"38728":{"stats":["8% increased Evasion Rating","Gain Deflection Rating equal to 3% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":5,"id":14539}],"group":1226,"skill":38728,"orbitIndex":0,"name":"Deflection and Evasion","orbit":7},"47191":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[],"group":192,"skill":47191,"orbitIndex":58,"name":"Fire Damage","orbit":4},"12322":{"stats":["8% increased Flask and Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":0,"id":53196}],"group":811,"skill":12322,"orbitIndex":8,"name":"Flask and Charm Charges Gained","orbit":7},"9583":{"stats":["10% increased amount of Life Leeched","10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/lifeleech.dds","connections":[{"orbit":0,"id":47316}],"group":381,"skill":9583,"orbitIndex":21,"name":"Life Leech and Physical Damage","orbit":7},"31419":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":3,"id":35787},{"orbit":4,"id":53405}],"group":351,"skill":31419,"orbitIndex":9,"name":"Increased Duration","orbit":7},"5108":{"stats":["Attacks with One-Handed Weapons have 15% increased Chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[],"group":655,"skill":5108,"orbitIndex":21,"name":"One Handed Ailment Chance","orbit":2},"18882":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":18882,"stats":["+5 to any Attribute"],"isAttribute":true,"group":798,"connections":[{"orbit":-2,"id":24045},{"orbit":0,"id":26786},{"orbit":0,"id":30047},{"orbit":0,"id":29941}],"orbitIndex":6,"name":"Attribute","orbit":5},"17706":{"stats":["10% increased Energy Shield Recharge Rate","10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":-2,"id":46972}],"group":734,"skill":17706,"orbitIndex":20,"name":"Energy Shield Recharge and Mana Flask Recovery","orbit":2},"38814":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":38814,"stats":["+5 to any Attribute"],"isAttribute":true,"group":804,"connections":[{"orbit":0,"id":19288},{"orbit":0,"id":62341},{"orbit":0,"id":11980}],"orbitIndex":0,"name":"Attribute","orbit":0},"62510":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":4,"id":8697},{"orbit":6,"id":17118}],"group":891,"skill":62510,"orbitIndex":69,"name":"Elemental Attack Damage","orbit":4},"43923":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","options":{"Huntress":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","name":"Stun Threshold during Parry","id":34062}},"skill":43923,"stats":["8% increased Accuracy Rating"],"isSwitchable":true,"group":806,"connections":[{"orbit":0,"id":19104}],"orbitIndex":2,"name":"Accuracy","orbit":2},"24045":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[],"group":797,"skill":24045,"orbitIndex":9,"name":"Mana Flask Recovery","orbit":2},"50328":{"stats":["10% increased Life and Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":0,"id":28992},{"orbit":0,"id":10053}],"group":806,"skill":50328,"orbitIndex":23,"name":"Life and Mana Flask Recovery","orbit":3},"9458":{"icon":"Art/2DArt/SkillIcons/passives/MasteryFlasks.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern","connections":[],"group":806,"skill":9458,"orbitIndex":0,"name":"Flask Mastery","orbit":0},"44406":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[],"group":322,"skill":44406,"orbitIndex":0,"name":"Stun Buildup","orbit":6},"35492":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern","connections":[],"group":621,"skill":35492,"orbitIndex":21,"name":"Minion Offence Mastery","orbit":7},"33180":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":46989},{"orbit":0,"id":60269}],"group":705,"skill":33180,"orbitIndex":15,"name":"Spell Area of Effect","orbit":7},"5920":{"stats":["6% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":-3,"id":52574},{"orbit":5,"id":51921}],"group":498,"skill":5920,"orbitIndex":16,"name":"Attack Area Damage and Area","orbit":2},"45086":{"stats":["Gain 3% of Physical Damage as extra Chaos Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":34520}],"group":809,"skill":45086,"orbitIndex":21,"name":"Physical as Extra Chaos Damage","orbit":2},"53196":{"stats":["8% increased Flask and Charm Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":0,"id":46692}],"group":811,"skill":53196,"orbitIndex":12,"name":"Flask and Charm Charges Gained","orbit":7},"21274":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21274,"stats":["+5 to any Attribute"],"isAttribute":true,"group":709,"connections":[{"orbit":0,"id":39298}],"orbitIndex":0,"name":"Attribute","orbit":0},"3698":{"icon":"Art/2DArt/SkillIcons/icongroundslam.dds","skill":3698,"stats":["Enemies in Jagged Ground you create take 10% increased Damage"],"recipe":["Isolation","Isolation","Greed"],"connections":[{"orbit":0,"id":33137}],"group":218,"orbitIndex":11,"isNotable":true,"name":"Spike Pit","orbit":2},"4157":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds","connections":[{"orbit":-6,"id":49220}],"group":815,"skill":4157,"orbitIndex":18,"name":"Critical Chance","orbit":7},"12925":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":5,"id":61196}],"group":817,"skill":12925,"orbitIndex":2,"name":"Shock Chance","orbit":4},"29843":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":35987}],"group":818,"skill":29843,"orbitIndex":19,"name":"Evasion","orbit":7},"36479":{"icon":"Art/2DArt/SkillIcons/passives/Storm Weaver.dds","skill":36479,"stats":["Gain 5% of Damage as Extra Lightning Damage","30% increased chance to Shock"],"connections":[{"orbit":0,"id":12925}],"group":817,"orbitIndex":66,"isNotable":true,"name":"Essence of the Storm","orbit":4},"16123":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern","connections":[],"group":820,"skill":16123,"orbitIndex":22,"name":"Critical Mastery","orbit":3},"22271":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":15083}],"group":693,"skill":22271,"orbitIndex":0,"name":"Shock Chance","orbit":0},"24368":{"stats":["15% increased Ballista damage"],"icon":"Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds","connections":[{"orbit":0,"id":37302},{"orbit":0,"id":40597}],"group":477,"skill":24368,"orbitIndex":0,"name":"Ballista Damage","orbit":7},"29914":{"stats":["20% increased Armour while Surrounded","20% increased Evasion Rating while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":46931}],"group":360,"skill":29914,"orbitIndex":7,"name":"Armour and Evasion while Surrounded","orbit":3},"10927":{"stats":["10% increased Pin duration"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":9272},{"orbit":0,"id":42250}],"group":821,"skill":10927,"orbitIndex":3,"name":"Pin Duration","orbit":3},"33922":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":33922,"stats":["Exposure you inflict lowers Resistances by an additional 5%"],"recipe":["Disgust","Isolation","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":0,"id":6950}],"group":727,"orbitIndex":6,"isNotable":true,"name":"Stripped Defences","orbit":2},"12906":{"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","skill":12906,"stats":["60% increased Critical Hit Chance against Immobilised enemies","Your Hits cannot be Evaded by Pinned Enemies"],"recipe":["Despair","Despair","Guilt"],"connections":[{"orbit":0,"id":3234}],"group":821,"orbitIndex":20,"isNotable":true,"name":"Sitting Duck","orbit":7},"34984":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":824,"skill":34984,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"27992":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern","connections":[],"group":501,"skill":27992,"orbitIndex":0,"name":"Crossbow Mastery","orbit":0},"61056":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-4,"id":40399}],"group":1052,"skill":61056,"orbitIndex":1,"name":"Energy","orbit":7},"56841":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","connections":[{"orbit":0,"id":18451}],"group":834,"skill":56841,"orbitIndex":20,"name":"Frenzy Charge Duration","orbit":2},"39116":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[],"group":733,"skill":39116,"orbitIndex":14,"name":"Physical Mastery","orbit":3},"32771":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":32771,"stats":["10% increased maximum Darkness"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":0,"id":34817}],"orbitIndex":55,"name":"Darkness","orbit":9},"63731":{"stats":["16% increased Attack Damage against Rare or Unique Enemies"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":244}],"group":829,"skill":63731,"orbitIndex":0,"name":"Attack Damage","orbit":0},"56638":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[],"group":831,"skill":56638,"orbitIndex":2,"name":"Stun Threshold if not Stunned recently","orbit":2},"63255":{"icon":"Art/2DArt/SkillIcons/passives/chargedex.dds","skill":63255,"stats":["50% increased Evasion Rating if you've consumed a Frenzy Charge Recently","+1 to Maximum Frenzy Charges"],"recipe":["Suffering","Fear","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern","connections":[],"group":834,"orbitIndex":0,"isNotable":true,"name":"Savagery","orbit":0},"10576":{"stats":["15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":58644}],"group":1118,"skill":10576,"orbitIndex":0,"name":"Bleeding Damage","orbit":0},"37974":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":62230}],"group":835,"skill":37974,"orbitIndex":68,"name":"Energy Shield","orbit":6},"968":{"stats":["6% increased Fire Damage","5% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":6752}],"group":462,"skill":968,"orbitIndex":3,"name":"Fire Damage and Area","orbit":3},"45343":{"stats":["Minions have 8% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":50483},{"orbit":0,"id":14505}],"group":378,"skill":45343,"orbitIndex":19,"name":"Minion Area","orbit":7},"19125":{"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","skill":19125,"stats":["30% increased Spell Damage","5% reduced Cast Speed"],"recipe":["Paranoia","Paranoia","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":612,"orbitIndex":8,"isNotable":true,"name":"Potent Incantation","orbit":1},"3894":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":3894,"stats":["3% increased maximum Life, Mana and Energy Shield","Gain additional Ailment Threshold equal to 15% of maximum Energy Shield","Gain additional Stun Threshold equal to 15% of maximum Energy Shield"],"recipe":["Isolation","Guilt","Isolation"],"connections":[{"orbit":0,"id":13307},{"orbit":0,"id":857}],"group":481,"orbitIndex":30,"isNotable":true,"name":"Eldritch Will","orbit":4},"44345":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":48833}],"group":839,"skill":44345,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"44005":{"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","skill":44005,"stats":["15% reduced Spell Damage","6% increased Cast Speed for each different Non-Instant Spell you've Cast Recently"],"recipe":["Fear","Greed","Isolation"],"connections":[],"group":233,"orbitIndex":41,"isNotable":true,"name":"Casting Cascade","orbit":6},"41511":{"stats":["Minions deal 15% increased Damage with Command Skills"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":35560}],"group":204,"skill":41511,"orbitIndex":0,"name":"Command Skill Damage","orbit":0},"64471":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":64471,"stats":["+5 to any Attribute"],"isAttribute":true,"group":473,"connections":[],"orbitIndex":54,"name":"Attribute","orbit":4},"46157":{"stats":["20% chance for Lightning Skills to Chain an additional time"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":37806}],"group":842,"skill":46157,"orbitIndex":0,"name":"Lightning Skill Chain Chance","orbit":0},"30662":{"stats":["12% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":26291}],"group":202,"skill":30662,"orbitIndex":32,"name":"Lightning Damage","orbit":4},"25170":{"stats":["8% increased Attack Damage","8% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":3,"id":30820}],"group":867,"skill":25170,"orbitIndex":22,"name":"Attack Damage and Skill Duration","orbit":2},"55235":{"icon":"Art/2DArt/SkillIcons/passives/MarkMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern","connections":[{"orbit":0,"id":63830},{"orbit":0,"id":44756},{"orbit":0,"id":36976}],"group":1155,"skill":55235,"orbitIndex":4,"name":"Mark Mastery","orbit":1},"4442":{"stats":["+15% of Armour also applies to Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/lightningstr.dds","connections":[{"orbit":0,"id":62034}],"group":97,"skill":4442,"orbitIndex":10,"name":"Armour Applies to Lightning Damage Hits","orbit":3},"26830":{"stats":["10% increased effect of Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":826,"skill":26830,"orbitIndex":42,"name":"Armour Break Effect","orbit":5},"29993":{"icon":"Art/2DArt/SkillIcons/passives/MasteryDuration.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[],"group":217,"skill":29993,"orbitIndex":8,"name":"Duration Mastery","orbit":1},"1215":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern","connections":[],"group":764,"skill":1215,"orbitIndex":5,"name":"Evasion and Energy Shield Mastery","orbit":1},"8975":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8975,"stats":["+5 to any Attribute"],"isAttribute":true,"group":838,"connections":[{"orbit":4,"id":61196}],"orbitIndex":0,"name":"Attribute","orbit":0},"34090":{"stats":["10% increased Armour","+10% of Armour also applies to Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":7,"id":14655},{"orbit":-7,"id":64870}],"group":282,"skill":34090,"orbitIndex":0,"name":"Armour and Applies to Fire Damage","orbit":7},"7972":{"stats":["20% increased Endurance Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":25229},{"orbit":0,"id":5663}],"group":212,"skill":7972,"orbitIndex":4,"name":"Endurance Charge Duration","orbit":2},"15507":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":15507,"stats":["+5 to any Attribute"],"isAttribute":true,"group":737,"connections":[{"orbit":0,"id":48401}],"orbitIndex":10,"name":"Attribute","orbit":3},"1286":{"stats":["16% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":-7,"id":17903}],"group":200,"skill":1286,"orbitIndex":12,"name":"Thorns","orbit":7},"19722":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":19722,"stats":["20% increased Freeze Buildup","50% increased Damage with Hits against Frozen Enemies"],"recipe":["Suffering","Ire","Greed"],"connections":[],"group":1070,"orbitIndex":10,"isNotable":true,"name":"Thin Ice","orbit":7},"54413":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern","connections":[],"group":852,"skill":54413,"orbitIndex":10,"name":"Spell Suppression Mastery","orbit":3},"28680":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":337,"skill":28680,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"50616":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":183,"skill":50616,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"10041":{"stats":["8% increased Elemental Ailment Threshold","Companions have +12% to all Elemental Resistances"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":32799}],"group":913,"skill":10041,"orbitIndex":22,"name":"Ailment Threshold and Companion Resistance","orbit":7},"30061":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":31908}],"group":864,"skill":30061,"orbitIndex":4,"name":"Curse Effect","orbit":2},"56876":{"stats":["20% increased Energy Shield if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":46380}],"group":958,"skill":56876,"orbitIndex":6,"name":"Energy Shield if Consumed Power Charge","orbit":2},"50437":{"stats":["15% increased Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/evade.dds","connections":[{"orbit":0,"id":35987}],"group":749,"skill":50437,"orbitIndex":8,"name":"Evasion","orbit":7},"48418":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":48418,"stats":["+3 to Stun Threshold per Strength"],"recipe":["Ire","Disgust","Suffering"],"connections":[{"orbit":0,"id":38235}],"group":451,"orbitIndex":6,"isNotable":true,"name":"Hefty Unit","orbit":2},"11825":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11825,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1103,"connections":[{"orbit":0,"id":8194},{"orbit":4,"id":42794},{"orbit":0,"id":54984},{"orbit":0,"id":47374},{"orbit":0,"id":10648}],"orbitIndex":0,"name":"Attribute","orbit":0},"57227":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-5,"id":23259}],"group":869,"skill":57227,"orbitIndex":5,"name":"Attack Critical Chance","orbit":2},"43088":{"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","skill":43088,"stats":["40% increased Chaos Damage while affected by Herald of Plague","40% increased Physical Damage while affected by Herald of Blood"],"recipe":["Disgust","Suffering","Isolation"],"connections":[{"orbit":0,"id":28835},{"orbit":0,"id":178},{"orbit":0,"id":6988}],"group":1255,"orbitIndex":8,"isNotable":true,"name":"Agonising Calamity","orbit":3},"45481":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":52765}],"group":940,"skill":45481,"orbitIndex":16,"name":"Mana Regeneration","orbit":2},"46692":{"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","skill":46692,"stats":["20% increased Flask and Charm Charges gained","40% increased Life and Mana Recovery from Flasks while you have an active Charm"],"recipe":["Fear","Ire","Guilt"],"connections":[{"orbit":0,"id":9393}],"group":811,"orbitIndex":16,"isNotable":true,"name":"Efficient Alchemy","orbit":7},"24483":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":24483,"stats":["40% increased Critical Hit Chance against Enemies that are affected","by no Elemental Ailments"],"recipe":["Disgust","Paranoia","Paranoia"],"connections":[{"orbit":0,"id":32660},{"orbit":0,"id":62661}],"group":441,"orbitIndex":17,"isNotable":true,"name":"Direct Approach","orbit":3},"14739":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":49235}],"group":565,"skill":14739,"orbitIndex":3,"name":"Energy Shield Delay","orbit":2},"10382":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":10382,"stats":["+5 to any Attribute"],"isAttribute":true,"group":987,"connections":[{"orbit":0,"id":21984}],"orbitIndex":0,"name":"Attribute","orbit":0},"25434":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":25434,"stats":["15% increased Magnitude of Chill you inflict"],"ascendancyName":"Invoker","group":1302,"connections":[],"orbitIndex":11,"name":"Chill Effect","orbit":6},"34882":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds","skill":34882,"stats":["+2% to Quality of all Skills"],"ascendancyName":"Gemling Legionnaire","group":334,"connections":[{"orbit":2147483647,"id":11641}],"orbitIndex":0,"name":"Skill Gem Quality","orbit":0},"60829":{"stats":["20% chance for Attack Hits to apply Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":2147483647,"id":36630}],"group":873,"skill":60829,"orbitIndex":22,"name":"Incision Chance","orbit":2},"3234":{"stats":["15% increased Pin duration"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":4447},{"orbit":0,"id":31745}],"group":821,"skill":3234,"orbitIndex":8,"name":"Pin Duration","orbit":1},"25557":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":25557,"stats":["+5 to any Attribute"],"isAttribute":true,"group":876,"connections":[{"orbit":0,"id":29763},{"orbit":0,"id":4059},{"orbit":0,"id":26804}],"orbitIndex":16,"name":"Attribute","orbit":6},"9572":{"stats":["15% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":12822}],"group":886,"skill":9572,"orbitIndex":14,"name":"Melee Damage if Projectile Hit","orbit":2},"2211":{"stats":["Herald Skills deal 20% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[{"orbit":7,"id":7473}],"group":428,"skill":2211,"orbitIndex":19,"name":"Herald Damage","orbit":7},"61179":{"stats":["10% increased Critical Hit Chance for Spells"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":21245}],"group":400,"skill":61179,"orbitIndex":0,"name":"Spell Critical Chance","orbit":0},"1087":{"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","skill":1087,"stats":["25% increased Area of Effect if you've Stunned an Enemy with a Two Handed Melee Weapon Recently"],"recipe":["Greed","Paranoia","Ire"],"connections":[],"group":314,"orbitIndex":7,"isNotable":true,"name":"Shockwaves","orbit":3},"58016":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":58016,"stats":["+5% to all Elemental Resistances","30% increased Elemental Damage"],"recipe":["Fear","Fear","Greed"],"connections":[{"orbit":7,"id":49537},{"orbit":0,"id":42205}],"group":261,"orbitIndex":42,"isNotable":true,"name":"All Natural","orbit":4},"55190":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":55190,"stats":[],"group":64,"connections":[],"orbitIndex":0,"name":"Jewel Socket","orbit":1},"35173":{"stats":["5% increased Critical Hit Chance","8% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds","connections":[{"orbit":0,"id":1599}],"group":1174,"skill":35173,"orbitIndex":22,"name":"Physical Damage and Critical Chance","orbit":7},"23062":{"stats":["20% increased Armour if you've consumed an Endurance Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":19122}],"group":492,"skill":23062,"orbitIndex":20,"name":"Armour if Consumed Endurance Charge","orbit":2},"50403":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":1187,"skill":50403,"orbitIndex":0,"name":"Cold Mastery","orbit":0},"17505":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":0,"id":52106},{"orbit":0,"id":28774},{"orbit":0,"id":23382}],"group":233,"skill":17505,"orbitIndex":33,"name":"Cast Speed","orbit":6},"63566":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":63566,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1055,"connections":[{"orbit":0,"id":42658},{"orbit":0,"id":62350},{"orbit":0,"id":30871}],"orbitIndex":36,"name":"Attribute","orbit":6},"17548":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":17548,"stats":["25% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently","15% increased Critical Hit Chance"],"recipe":["Ire","Suffering","Disgust"],"connections":[{"orbit":0,"id":630},{"orbit":0,"id":31039}],"group":887,"orbitIndex":2,"isNotable":true,"name":"Moment of Truth","orbit":7},"630":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":13419}],"group":887,"skill":630,"orbitIndex":4,"name":"Critical Damage","orbit":1},"10671":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":5740},{"orbit":0,"id":23419},{"orbit":0,"id":51048}],"group":888,"skill":10671,"orbitIndex":1,"name":"Attack Damage","orbit":2},"24239":{"stats":["Gain 5 Life per Enemy Killed"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[{"orbit":0,"id":34136}],"group":890,"skill":24239,"orbitIndex":9,"name":"Life on Kill","orbit":1},"40213":{"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","skill":40213,"stats":["Gain 20 Life per Enemy Killed","2% chance to Recover all Life when you Kill an Enemy"],"recipe":["Envy","Ire","Greed"],"connections":[{"orbit":0,"id":55846},{"orbit":0,"id":24481}],"group":890,"orbitIndex":1,"isNotable":true,"name":"Taste for Blood","orbit":1},"35689":{"stats":["10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds","connections":[{"orbit":2,"id":34543}],"group":1000,"skill":35689,"orbitIndex":14,"name":"Damage","orbit":2},"64140":{"stats":["12% increased Elemental Damage with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds","connections":[{"orbit":-5,"id":51336},{"orbit":-4,"id":30905}],"group":891,"skill":64140,"orbitIndex":10,"name":"Elemental Attack Damage","orbit":3},"48660":{"icon":"Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[],"group":891,"skill":48660,"orbitIndex":0,"name":"Elemental Mastery","orbit":0},"21453":{"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds","skill":21453,"stats":["Break 60% increased Armour","10% chance to Defend with 200% of Armour"],"recipe":["Fear","Envy","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[{"orbit":0,"id":10286}],"group":146,"orbitIndex":0,"isNotable":true,"name":"Breakage","orbit":0},"47184":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds","skill":47184,"stats":["Grants Skill: Manifest Weapon"],"ascendancyName":"Smith of Kitava","connections":[],"group":8,"orbitIndex":0,"isNotable":true,"name":"Living Weapon","orbit":0},"49740":{"icon":"Art/2DArt/SkillIcons/passives/ColdDamagenode.dds","skill":49740,"stats":["60% reduced Ice Crystal Life"],"recipe":["Suffering","Fear","Ire"],"connections":[{"orbit":0,"id":27274}],"group":893,"orbitIndex":0,"isNotable":true,"name":"Shattered Crystal","orbit":7},"27274":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern","connections":[],"group":893,"skill":27274,"orbitIndex":2,"name":"Cold Mastery","orbit":1},"4673":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":4673,"stats":["30% increased Stun Buildup","+15 to Strength"],"recipe":["Disgust","Guilt","Guilt"],"connections":[{"orbit":0,"id":10047},{"orbit":0,"id":51812}],"group":205,"orbitIndex":15,"isNotable":true,"name":"Hulking Smash","orbit":2},"25100":{"icon":"Art/2DArt/SkillIcons/passives/OasisKeystone2.dds","skill":25100,"isKeystone":true,"stats":["Cannot use Charms","30% more Recovery from Flasks"],"group":895,"connections":[],"orbitIndex":0,"name":"Oasis","orbit":0},"38993":{"stats":["16% increased Critical Damage Bonus with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":21112}],"group":1271,"skill":38993,"orbitIndex":0,"name":"Bow Critical Damage","orbit":0},"25620":{"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","skill":25620,"stats":["15% chance to not destroy Corpses when Consuming Corpses"],"recipe":["Paranoia","Despair","Guilt"],"connections":[{"orbit":0,"id":9083}],"group":896,"orbitIndex":14,"isNotable":true,"name":"Meat Recycling","orbit":7},"18374":{"stats":["8% increased amount of Life Leeched","12% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[],"group":392,"skill":18374,"orbitIndex":7,"name":"Thorns and Leech","orbit":2},"63830":{"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","skill":63830,"stats":["Enemies you Mark have 10% reduced Accuracy Rating","Enemies you Mark take 10% increased Damage"],"recipe":["Guilt","Disgust","Isolation"],"connections":[{"orbit":-5,"id":13624},{"orbit":5,"id":45390}],"group":1155,"orbitIndex":3,"isNotable":true,"name":"Marked for Sickness","orbit":3},"5826":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":899,"skill":5826,"orbitIndex":22,"name":"Projectile Mastery","orbit":2},"10881":{"stats":["40% increased Energy Shield from Equipped Focus"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":3,"id":36450}],"group":902,"skill":10881,"orbitIndex":0,"name":"Focus Energy Shield","orbit":0},"36450":{"stats":["12% increased Spell Damage while on Full Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds","connections":[{"orbit":-4,"id":11838}],"group":902,"skill":36450,"orbitIndex":0,"name":"Spell Damage on full Energy Shield","orbit":3},"31116":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds","skill":31116,"stats":["Grants Skill: Void Illusion"],"ascendancyName":"Acolyte of Chayula","connections":[],"group":1331,"orbitIndex":24,"isNotable":true,"name":"Grasp of the Void","orbit":8},"19355":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[],"group":835,"skill":19355,"orbitIndex":4,"name":"Energy Shield","orbit":6},"45215":{"stats":["Allies in your Presence deal 8% increased Damage","8% increased Attack Damage while you have an Ally in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":53187}],"group":332,"skill":45215,"orbitIndex":2,"name":"Attack Damage with Ally","orbit":2},"58932":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich"}},"skill":58932,"isSwitchable":true,"stats":["Spells deal 30% more Damage when Sacrificing Energy Shield","Sacrificing Energy Shield does not interrupt Recharge","Sacrifice 5% of maximum Energy Shield when you Cast a Spell"],"ascendancyName":"Lich","connections":[],"group":949,"orbitIndex":0,"isNotable":true,"name":"Eldritch Empowerment","orbit":0},"9750":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":1169}],"group":225,"skill":9750,"orbitIndex":12,"name":"Warcry Cooldown","orbit":7},"6789":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","options":{"Huntress":{"stats":["8% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","name":"Attack Damage","id":22193}},"skill":6789,"stats":["8% increased Projectile Damage"],"isSwitchable":true,"group":768,"connections":[{"orbit":0,"id":4313}],"orbitIndex":1,"name":"Projectile Damage","orbit":2},"53921":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":53921,"stats":["30% increased Stun Threshold","30% increased Elemental Ailment Threshold"],"recipe":["Paranoia","Envy","Paranoia"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern","connections":[{"orbit":0,"id":58838},{"orbit":0,"id":40596}],"group":235,"orbitIndex":48,"isNotable":true,"name":"Unbreaking","orbit":5},"27910":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":64056},{"orbit":0,"id":53938}],"group":905,"skill":27910,"orbitIndex":0,"name":"Attack Damage","orbit":1},"41105":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":54288}],"group":237,"skill":41105,"orbitIndex":12,"name":"Life Recoup","orbit":7},"45075":{"stats":["5% increased Attack Damage","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":43507},{"orbit":0,"id":27439}],"group":226,"skill":45075,"orbitIndex":8,"name":"Attack Damage and Accuracy","orbit":7},"6178":{"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","skill":6178,"stats":["15% reduced Attack Speed with Crossbows","80% increased Critical Damage Bonus with Crossbows"],"recipe":["Paranoia","Isolation","Suffering"],"connections":[{"orbit":0,"id":33415}],"group":760,"orbitIndex":35,"isNotable":true,"name":"Power Shots","orbit":4},"41493":{"stats":["8% increased Attack Area Damage","4% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":9,"id":50253}],"group":255,"skill":41493,"orbitIndex":0,"name":"Attack Area Damage and Area","orbit":0},"54805":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":54805,"stats":["30% increased Damage with Hits against Hindered Enemies","Debuffs you inflict have 10% increased Slow Magnitude"],"recipe":["Suffering","Greed","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern","connections":[],"group":907,"orbitIndex":27,"isNotable":true,"name":"Hindered Capabilities","orbit":5},"13711":{"stats":["12% increased Evasion Rating","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":4,"id":30562}],"group":944,"skill":13711,"orbitIndex":22,"name":"Evasion and Energy Shield","orbit":7},"44612":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern","connections":[],"group":911,"skill":44612,"orbitIndex":0,"name":"Spell Suppression Mastery","orbit":0},"60738":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":37408}],"group":912,"skill":60738,"orbitIndex":19,"name":"Life Flasks","orbit":2},"8791":{"icon":"Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds","skill":8791,"stats":["Companions gain your Strength","+15 to Strength"],"recipe":["Fear","Greed","Despair"],"connections":[{"orbit":0,"id":32096}],"group":913,"orbitIndex":7,"isNotable":true,"name":"Sturdy Ally","orbit":3},"6077":{"stats":["Minions have 20% increased Cooldown Recovery Rate for Command Skills"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-2,"id":35645}],"group":182,"skill":6077,"orbitIndex":0,"name":"Command Skill Cooldown","orbit":0},"8810":{"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","skill":8810,"stats":["15% increased Skill Effect Duration","12% increased Cooldown Recovery Rate"],"recipe":["Paranoia","Disgust","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[{"orbit":2,"id":33751}],"group":915,"orbitIndex":4,"isNotable":true,"name":"Multitasking","orbit":1},"55227":{"stats":["10% increased amount of Mana Leeched"],"icon":"Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds","connections":[{"orbit":0,"id":29479},{"orbit":0,"id":15829}],"group":918,"skill":55227,"orbitIndex":13,"name":"Mana Leech","orbit":7},"36217":{"stats":["15% increased Volatility Explosion delay"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds","connections":[],"group":1234,"skill":36217,"orbitIndex":11,"name":"Volatility Detonation Time","orbit":1},"62640":{"stats":["3% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-7,"id":24880}],"group":549,"skill":62640,"orbitIndex":32,"name":"Attack Speed","orbit":4},"22219":{"stats":["Triggered Spells deal 14% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":-7,"id":52351}],"group":920,"skill":22219,"orbitIndex":16,"name":"Triggered Spell Damage","orbit":7},"22538":{"stats":["8% reduced Slowing Potency of Debuffs on You"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":64659}],"group":480,"skill":22538,"orbitIndex":18,"name":"Slow Effect on You","orbit":3},"62360":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":25014}],"group":130,"skill":62360,"orbitIndex":2,"name":"Empowered Attack Damage","orbit":3},"50881":{"stats":["15% reduced effect of Curses on you"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":55420}],"group":864,"skill":50881,"orbitIndex":20,"name":"Curse Effect on Self","orbit":2},"28613":{"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","skill":28613,"stats":["Warcries have a minimum of 10 Power"],"recipe":["Suffering","Despair","Greed"],"connections":[{"orbit":0,"id":39598},{"orbit":0,"id":30553}],"group":93,"orbitIndex":2,"isNotable":true,"name":"Roaring Cries","orbit":2},"8493":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8493,"stats":["+5 to any Attribute"],"isAttribute":true,"group":493,"connections":[{"orbit":0,"id":64471},{"orbit":0,"id":52860}],"orbitIndex":0,"name":"Attribute","orbit":0},"32701":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":32701,"stats":["+5 to any Attribute"],"isAttribute":true,"group":922,"connections":[{"orbit":0,"id":21746},{"orbit":0,"id":26598},{"orbit":0,"id":22115},{"orbit":0,"id":43877}],"orbitIndex":18,"name":"Attribute","orbit":6},"54232":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":54232,"stats":["+5 to any Attribute"],"isAttribute":true,"group":524,"connections":[{"orbit":5,"id":44659}],"orbitIndex":0,"name":"Attribute","orbit":0},"30463":{"stats":["15% increased Elemental Ailment Threshold"],"icon":"Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds","connections":[{"orbit":-7,"id":58971},{"orbit":-6,"id":9968}],"group":1095,"skill":30463,"orbitIndex":3,"name":"Ailment Threshold","orbit":2},"50342":{"icon":"Art/2DArt/SkillIcons/passives/evade.dds","skill":50342,"stats":["15% increased Evasion Rating"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern","group":924,"connections":[{"orbit":0,"id":5227}],"orbitIndex":17,"name":"Evasion","orbit":2},"6752":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":7378},{"orbit":4,"id":29148}],"group":462,"skill":6752,"orbitIndex":0,"name":"Fire Damage","orbit":3},"54194":{"icon":"Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds","skill":54194,"stats":["4% of Damage taken Recouped as Life"],"ascendancyName":"Chronomancer","group":274,"connections":[{"orbit":0,"id":28153}],"orbitIndex":3,"name":"Life Recoup","orbit":2},"47976":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":47976,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1145,"connections":[{"orbit":0,"id":14446},{"orbit":0,"id":37876}],"orbitIndex":0,"name":"Attribute","orbit":0},"59651":{"stats":["Offering Skills have 20% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/CorpseDamage.dds","connections":[{"orbit":2147483647,"id":41654},{"orbit":4,"id":47821},{"orbit":0,"id":25557}],"group":925,"skill":59651,"orbitIndex":11,"name":"Offering Duration","orbit":2},"17711":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":3,"id":46989}],"group":699,"skill":17711,"orbitIndex":0,"name":"Spell Area of Effect","orbit":0},"43867":{"stats":["Damage Penetrates 6% Fire Resistance"],"icon":"Art/2DArt/SkillIcons/passives/FireDamagenode.dds","connections":[{"orbit":2,"id":10423}],"group":1238,"skill":43867,"orbitIndex":23,"name":"Fire Penetration","orbit":7},"63114":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":63114,"stats":["+5 to any Attribute"],"isAttribute":true,"group":150,"connections":[{"orbit":0,"id":26725},{"orbit":0,"id":21387},{"orbit":0,"id":26176},{"orbit":0,"id":35048}],"orbitIndex":4,"name":"Attribute","orbit":3},"63525":{"stats":["8% increased Critical Hit Chance for Attacks","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":53094}],"group":929,"skill":63525,"orbitIndex":2,"name":"Accuracy and Attack Critical Chance","orbit":7},"52060":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":1087,"skill":52060,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"33452":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-6,"id":23192},{"orbit":9,"id":52796}],"group":111,"skill":33452,"orbitIndex":54,"name":"Block","orbit":5},"55270":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":60083}],"group":931,"skill":55270,"orbitIndex":1,"name":"Pin Buildup","orbit":7},"52875":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1165,"skill":52875,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"48240":{"icon":"Art/2DArt/SkillIcons/passives/life1.dds","skill":48240,"stats":["40% increased Stun Recovery","Regenerate 5% of maximum Life over 1 second when Stunned"],"recipe":["Despair","Suffering","Greed"],"connections":[{"orbit":0,"id":48505}],"group":369,"orbitIndex":15,"isNotable":true,"name":"Quick Recovery","orbit":3},"61847":{"stats":["15% increased Critical Hit Chance with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":-4,"id":43443}],"group":65,"skill":61847,"orbitIndex":0,"name":"Flail Critical Chance","orbit":0},"4725":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","connections":[],"group":60,"skill":4725,"orbitIndex":18,"name":"Sentinels","orbit":4},"51463":{"stats":["6% increased Attack Damage","3% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":4364}],"group":934,"skill":51463,"orbitIndex":14,"name":"Reduced Movement Penalty and Attack Damage","orbit":7},"256":{"stats":["Link Skills have 10% increased Buff Effect"],"icon":"Art/2DArt/SkillIcons/passives/clustersLinknode2.dds","connections":[{"orbit":-7,"id":13694}],"group":323,"skill":256,"orbitIndex":1,"name":"Link Effect","orbit":2},"21279":{"stats":["8% increased Effect of your Mark Skills","10% increased Blind Effect"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":-3,"id":35534}],"group":1169,"skill":21279,"orbitIndex":21,"name":"Mark Effect and Blind Effect","orbit":2},"17077":{"stats":["8% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","connections":[{"orbit":0,"id":51463},{"orbit":0,"id":36114}],"group":934,"skill":17077,"orbitIndex":0,"name":"Reduced Movement Penalty","orbit":0},"46782":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":3,"id":53698}],"group":994,"skill":46782,"orbitIndex":16,"name":"Attack Damage","orbit":7},"62388":{"icon":"Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds","skill":62388,"stats":["15% chance to inflict Bleeding on Critical Hit"],"ascendancyName":"Blood Mage","group":795,"connections":[{"orbit":0,"id":26282}],"orbitIndex":70,"name":"Bleed on Critical Chance","orbit":5},"55101":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":7,"id":58016}],"group":261,"skill":55101,"orbitIndex":12,"name":"Elemental Damage","orbit":3},"61318":{"stats":["12% increased Armour and Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":61396}],"group":759,"skill":61318,"orbitIndex":13,"name":"Armour and Evasion","orbit":3},"49545":{"stats":["20% increased Parry Damage"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":2,"id":64851}],"group":938,"skill":49545,"orbitIndex":13,"name":"Parry Damage","orbit":7},"45693":{"stats":["25% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":64851}],"group":938,"skill":45693,"orbitIndex":0,"name":"Shield Defences","orbit":0},"750":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":750,"stats":["Strikes deal Splash damage to targets within 1.5 metres"],"recipe":["Isolation","Ire","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[{"orbit":0,"id":6952}],"group":69,"orbitIndex":22,"isNotable":true,"name":"Tribal Fury","orbit":2},"62235":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern","connections":[],"group":759,"skill":62235,"orbitIndex":12,"name":"Armour and Evasion Mastery","orbit":2},"60692":{"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","skill":60692,"stats":["30% increased Elemental Damage if you've Ignited an Enemy Recently"],"recipe":["Guilt","Suffering","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[{"orbit":2,"id":16367}],"group":903,"orbitIndex":12,"isNotable":true,"name":"Echoing Flames","orbit":7},"24922":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24922,"stats":["+5 to any Attribute"],"isAttribute":true,"group":941,"connections":[{"orbit":0,"id":18923},{"orbit":0,"id":64345},{"orbit":0,"id":17077}],"orbitIndex":0,"name":"Attribute","orbit":0},"30562":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":30562,"stats":["20% increased Evasion Rating","20% increased maximum Energy Shield","25% reduced effect of Curses on you"],"recipe":["Envy","Greed","Isolation"],"connections":[{"orbit":0,"id":11032}],"group":944,"orbitIndex":18,"isNotable":true,"name":"Inner Faith","orbit":2},"33722":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":33722,"stats":["+5 to any Attribute"],"isAttribute":true,"group":120,"connections":[{"orbit":0,"id":4140},{"orbit":0,"id":6222},{"orbit":0,"id":55048}],"orbitIndex":0,"name":"Attribute","orbit":0},"40313":{"stats":["8% increased Archon Buff duration","5% increased effect of Archon Buffs on you"],"icon":"Art/2DArt/SkillIcons/passives/ArchonGeneric.dds","connections":[{"orbit":2,"id":58363},{"orbit":-2,"id":56844},{"orbit":0,"id":3251}],"group":932,"skill":40313,"orbitIndex":0,"name":"Archon Effect and Duration","orbit":0},"50912":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":50912,"stats":["6% increased Attack Speed during any Flask Effect","25% increased Damage during any Flask Effect"],"recipe":["Ire","Disgust","Paranoia"],"connections":[],"group":952,"orbitIndex":20,"isNotable":true,"name":"Imbibed Power","orbit":7},"13241":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":13241,"stats":["+5 to any Attribute"],"isAttribute":true,"group":512,"connections":[{"orbit":0,"id":51921},{"orbit":0,"id":55746},{"orbit":0,"id":39732}],"orbitIndex":48,"name":"Attribute","orbit":6},"14342":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":4,"id":49256}],"group":74,"skill":14342,"orbitIndex":16,"name":"Armour and Energy Shield","orbit":7},"10305":{"stats":["Allies in your Presence deal 8% increased Damage","8% increased Attack Damage while you have an Ally in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":45586},{"orbit":0,"id":61490}],"group":332,"skill":10305,"orbitIndex":14,"name":"Attack Damage with Ally","orbit":2},"33037":{"stats":["Projectiles have 5% chance to Chain an additional time from terrain"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":47683}],"group":676,"skill":33037,"orbitIndex":2,"name":"Chaining Projectiles","orbit":3},"61935":{"stats":["Gain 1 Rage on Melee Hit"],"icon":"Art/2DArt/SkillIcons/passives/Rage.dds","connections":[{"orbit":7,"id":4624}],"group":431,"skill":61935,"orbitIndex":0,"name":"Rage on Hit","orbit":0},"58215":{"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","skill":58215,"stats":["Regenerate 1% of maximum Life per second","Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate"],"recipe":["Paranoia","Suffering","Isolation"],"connections":[{"orbit":0,"id":292}],"group":361,"orbitIndex":8,"isNotable":true,"name":"Sanguimantic Rituals","orbit":4},"43338":{"stats":["8% increased Lightning Damage","8% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":56767}],"group":1168,"skill":43338,"orbitIndex":10,"name":"Shock Chance and Lightning Damage","orbit":2},"3660":{"stats":["8% chance to Blind Enemies on Hit with Attacks"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-7,"id":25619},{"orbit":0,"id":57196}],"group":690,"skill":3660,"orbitIndex":18,"name":"Blind Chance","orbit":3},"61373":{"stats":["15% increased Damage with Hits against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-7,"id":63610},{"orbit":7,"id":5988}],"group":914,"skill":61373,"orbitIndex":4,"name":"Damage vs Blinded","orbit":3},"9988":{"isFreeAllocate":true,"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds","skill":9988,"stats":["Can only use a Normal Body Armour"],"ascendancyName":"Smith of Kitava","connections":[{"orbit":0,"id":20195},{"orbit":0,"id":16276},{"orbit":0,"id":60913},{"orbit":0,"id":25438},{"orbit":0,"id":9997},{"orbit":0,"id":8525},{"orbit":0,"id":13772},{"orbit":0,"id":22908},{"orbit":0,"id":110},{"orbit":0,"id":49340},{"orbit":0,"id":61039},{"orbit":0,"id":64962}],"group":32,"orbitIndex":0,"isNotable":true,"name":"Smith's Masterwork","orbit":0},"52464":{"stats":["Recover 1% of maximum Life on Kill"],"icon":"Art/2DArt/SkillIcons/passives/HiredKiller2.dds","connections":[],"group":1049,"skill":52464,"orbitIndex":24,"name":"Life on Kill","orbit":6},"31908":{"stats":["6% increased Curse Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/CurseEffectNode.dds","connections":[{"orbit":0,"id":5594}],"group":864,"skill":31908,"orbitIndex":8,"name":"Curse Effect","orbit":2},"26895":{"icon":"Art/2DArt/SkillIcons/passives/MasteryDuration.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern","connections":[],"group":394,"skill":26895,"orbitIndex":0,"name":"Duration Mastery","orbit":0},"1603":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","skill":1603,"stats":["15% of Elemental Damage taken Recouped as Energy Shield"],"recipe":["Ire","Ire","Isolation"],"connections":[{"orbit":0,"id":32040}],"group":971,"orbitIndex":18,"isNotable":true,"name":"Storm Driven","orbit":2},"2857":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds","skill":2857,"stats":["Targets can be affected by two of your Shocks at the same time","25% less Magnitude of Shock you inflict"],"ascendancyName":"Stormweaver","connections":[{"orbit":0,"id":7998}],"group":408,"orbitIndex":66,"isNotable":true,"name":"Strike Twice","orbit":6},"59600":{"stats":["25% increased Life Recovery from Flasks used when on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":9411}],"group":1027,"skill":59600,"orbitIndex":21,"name":"Life Flasks","orbit":7},"42813":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":42813,"stats":["25% increased Skill Effect Duration"],"recipe":["Paranoia","Suffering","Fear"],"connections":[{"orbit":0,"id":55491}],"group":351,"orbitIndex":19,"isNotable":true,"name":"Tides of Change","orbit":7},"6912":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern","connections":[],"group":964,"skill":6912,"orbitIndex":0,"name":"Two Hand Mastery","orbit":0},"20467":{"stats":["5% increased Culling Strike Threshold"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":58312}],"group":965,"skill":20467,"orbitIndex":12,"name":"Culling Strike Threshold","orbit":3},"35048":{"stats":["10% increased Critical Hit Chance for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":43650}],"group":157,"skill":35048,"orbitIndex":12,"name":"Attack Critical Chance","orbit":2},"58138":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern","connections":[],"group":74,"skill":58138,"orbitIndex":6,"name":"Armour and Energy Shield Mastery","orbit":1},"44092":{"stats":["12% increased Ignite Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":0,"id":54911}],"group":462,"skill":44092,"orbitIndex":1,"name":"Ignite Magnitude","orbit":2},"47722":{"stats":["16% increased Damage with Warcries"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":6514}],"group":121,"skill":47722,"orbitIndex":4,"name":"Warcry Damage","orbit":3},"51797":{"stats":["3% of Damage taken Recouped as Life"],"icon":"Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds","connections":[{"orbit":0,"id":23939}],"group":481,"skill":51797,"orbitIndex":8,"name":"Life Recoup","orbit":7},"21792":{"stats":["Recover 1% of maximum Life on Kill","Recover 1% of maximum Mana on Kill"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":2,"id":29899}],"group":965,"skill":21792,"orbitIndex":0,"name":"Life and Mana on Kill","orbit":1},"16786":{"stats":["15% increased Immobilisation buildup"],"icon":"Art/2DArt/SkillIcons/passives/executioner.dds","connections":[{"orbit":0,"id":20467}],"group":965,"skill":16786,"orbitIndex":14,"name":"Immobilisation Buildup","orbit":7},"35058":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":64650}],"group":967,"skill":35058,"orbitIndex":18,"name":"Stun Threshold if no recent Stun","orbit":2},"15030":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":15030,"stats":["Cannot be Critically Hit while Parrying"],"recipe":["Guilt","Greed","Ire"],"connections":[{"orbit":0,"id":45693},{"orbit":0,"id":21324}],"group":938,"orbitIndex":5,"isNotable":true,"name":"Consistent Intake","orbit":7},"30392":{"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","skill":30392,"stats":["30% increased Life Regeneration rate during Effect of any Life Flask"],"recipe":["Disgust","Despair","Guilt"],"connections":[{"orbit":0,"id":28106},{"orbit":0,"id":41016}],"group":975,"orbitIndex":3,"isNotable":true,"name":"Succour","orbit":2},"3775":{"stats":["15% increased Life Flask Charges gained"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":45244}],"group":975,"skill":3775,"orbitIndex":12,"name":"Life Flask Charges","orbit":2},"48103":{"icon":"Art/2DArt/SkillIcons/passives/knockback.dds","skill":48103,"stats":["20% increased Stun Buildup","20% increased Knockback Distance","20% increased Physical Damage"],"recipe":["Greed","Paranoia","Paranoia"],"connections":[{"orbit":0,"id":52875}],"group":1165,"orbitIndex":8,"isNotable":true,"name":"Forcewave","orbit":2},"53539":{"stats":["15% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":46705},{"orbit":0,"id":13379}],"group":886,"skill":53539,"orbitIndex":6,"name":"Projectile Damage if Melee Hit","orbit":3},"17029":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":17029,"stats":["Defend with 200% of Armour against Critical Hits","+15 to Strength"],"recipe":["Fear","Envy","Guilt"],"connections":[{"orbit":0,"id":45992}],"group":373,"orbitIndex":12,"isNotable":true,"name":"Blade Catcher","orbit":2},"7947":{"stats":["Gain 15% of maximum Energy Shield as additional Freeze Threshold"],"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","connections":[{"orbit":2,"id":26061}],"group":751,"skill":7947,"orbitIndex":16,"name":"Energy Shield as Freeze Threshold","orbit":2},"26432":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":26432,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1090,"connections":[{"orbit":0,"id":12890},{"orbit":0,"id":60735}],"orbitIndex":0,"name":"Attribute","orbit":0},"44683":{"icon":"Art/2DArt/SkillIcons/passives/tempint.dds","classesStart":["Shadow","Monk"],"skill":44683,"stats":[],"group":715,"connections":[{"orbit":0,"id":5162},{"orbit":0,"id":45406},{"orbit":0,"id":50198},{"orbit":0,"id":11495},{"orbit":0,"id":9994},{"orbit":0,"id":74},{"orbit":0,"id":52980}],"orbitIndex":0,"name":"SIX","orbit":0},"51142":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":15373,"name":"Minion Reservation Efficiency","stats":["6% increased Reservation Efficiency of Minion Skills"]}},"skill":51142,"stats":["3% increased maximum Mana"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":-4,"id":26085}],"orbitIndex":135,"name":"Mana","orbit":9},"11329":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":54676}],"group":447,"skill":11329,"orbitIndex":22,"name":"Life Regeneration","orbit":2},"17118":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17118,"stats":["+5 to any Attribute"],"isAttribute":true,"group":849,"connections":[{"orbit":0,"id":38814},{"orbit":0,"id":20049},{"orbit":4,"id":8789}],"orbitIndex":0,"name":"Attribute","orbit":0},"63888":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":63888,"stats":["+5 to any Attribute"],"isAttribute":true,"group":982,"connections":[{"orbit":0,"id":35901},{"orbit":0,"id":61356},{"orbit":0,"id":26068}],"orbitIndex":0,"name":"Attribute","orbit":0},"34305":{"stats":["5% increased Attack Damage","8% increased Glory generation"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds","connections":[{"orbit":0,"id":31545}],"group":143,"skill":34305,"orbitIndex":6,"name":"Glory Generation and Attack Damage","orbit":7},"2138":{"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","skill":2138,"stats":["29% increased Chaos Damage","20% increased Global Defences"],"recipe":["Greed","Isolation","Envy"],"connections":[{"orbit":0,"id":32523}],"group":500,"orbitIndex":12,"isNotable":true,"name":"Spiral into Insanity","orbit":2},"35171":{"stats":["Spell Skills have 6% increased Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":0,"id":18846}],"group":321,"skill":35171,"orbitIndex":0,"name":"Spell Area of Effect","orbit":3},"25763":{"stats":["10% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamage.dds","connections":[{"orbit":7,"id":61170},{"orbit":0,"id":62963}],"group":538,"skill":25763,"orbitIndex":12,"name":"Fire Damage","orbit":2},"37397":{"icon":"Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds","skill":37397,"stats":["+2 to Level of all Skills with an Intelligence requirement"],"isMultipleChoiceOption":true,"ascendancyName":"Gemling Legionnaire","group":286,"connections":[],"orbitIndex":0,"name":"Neurological Implants","orbit":0},"56729":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds","connections":[{"orbit":0,"id":26308},{"orbit":0,"id":34201}],"group":986,"skill":56729,"orbitIndex":16,"name":"Reduced Attribute Requirements and All Attributes","orbit":2},"41657":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[],"group":373,"skill":41657,"orbitIndex":10,"name":"Armour","orbit":3},"20677":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":20677,"stats":["25% increased Critical Damage Bonus","+10 to Intelligence"],"recipe":["Paranoia","Suffering","Guilt"],"connections":[{"orbit":0,"id":9586},{"orbit":0,"id":535}],"group":988,"orbitIndex":0,"isNotable":true,"name":"For the Jugular","orbit":0},"4776":{"stats":["Damage Penetrates 6% Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":14363}],"group":582,"skill":4776,"orbitIndex":2,"name":"Lightning Penetration","orbit":2},"47895":{"stats":["20% increased Evasion Rating if you have Hit an Enemy Recently"],"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","connections":[{"orbit":-2,"id":56493}],"group":989,"skill":47895,"orbitIndex":6,"name":"Evasion Rating on Hit Recently","orbit":2},"31037":{"stats":["Remnants have 10% increased effect"],"icon":"Art/2DArt/SkillIcons/passives/Remnant.dds","connections":[{"orbit":0,"id":34866}],"group":677,"skill":31037,"orbitIndex":22,"name":"Remnant Effect","orbit":2},"59446":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds","connections":[{"orbit":0,"id":4544}],"group":992,"skill":59446,"orbitIndex":5,"name":"Life Flask Charges","orbit":2},"6923":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":1087}],"group":314,"skill":6923,"orbitIndex":10,"name":"Two Handed Damage","orbit":3},"38878":{"stats":["Debuffs on you expire 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-7,"id":34898}],"group":1038,"skill":38878,"orbitIndex":35,"name":"Debuff Expiry","orbit":4},"5398":{"stats":["Spells Cast by Totems have 4% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":-6,"id":51820}],"group":224,"skill":5398,"orbitIndex":34,"name":"Totem Cast Speed","orbit":4},"43791":{"icon":"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds","skill":43791,"stats":["When a Banner expires, recover 15% of the Glory required for that Banner"],"recipe":["Greed","Despair","Guilt"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern","connections":[],"group":530,"orbitIndex":0,"isNotable":true,"name":"Rallying Icon","orbit":3},"50268":{"stats":["8% increased Cold Damage","8% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","connections":[{"orbit":0,"id":2446}],"group":997,"skill":50268,"orbitIndex":20,"name":"Cold and Lightning Damage","orbit":2},"62498":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":62498,"stats":["+5 to any Attribute"],"isAttribute":true,"group":213,"connections":[{"orbit":0,"id":3446},{"orbit":0,"id":51561},{"orbit":0,"id":21390},{"orbit":0,"id":41363},{"orbit":0,"id":12255}],"orbitIndex":0,"name":"Attribute","orbit":0},"48631":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":48631,"stats":["+5 to any Attribute"],"isAttribute":true,"group":377,"connections":[{"orbit":0,"id":35426},{"orbit":-4,"id":59006}],"orbitIndex":0,"name":"Attribute","orbit":0},"63668":{"stats":["Triggered Spells deal 14% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":9069},{"orbit":0,"id":4328}],"group":998,"skill":63668,"orbitIndex":4,"name":"Triggered Spell Damage","orbit":3},"55058":{"stats":["20% increased Melee Damage against Immobilised Enemies"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":63790}],"group":141,"skill":55058,"orbitIndex":48,"name":"Melee Damage against Immobilised","orbit":5},"9069":{"stats":["Triggered Spells deal 14% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":42245}],"group":998,"skill":9069,"orbitIndex":4,"name":"Triggered Spell Damage","orbit":2},"58930":{"stats":["3% increased Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/castspeed.dds","connections":[{"orbit":7,"id":14934}],"group":500,"skill":58930,"orbitIndex":9,"name":"Cast Speed","orbit":7},"51369":{"stats":["14% increased Damage with Hits against Burning Enemies"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":56061},{"orbit":0,"id":45503}],"group":330,"skill":51369,"orbitIndex":6,"name":"Damage against Burning Enemies","orbit":2},"24210":{"stats":["20% increased Frenzy Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds","connections":[{"orbit":-7,"id":26932}],"group":1000,"skill":24210,"orbitIndex":0,"name":"Frenzy Charge Duration","orbit":7},"20772":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":15028,"name":"Minion Duration","stats":["15% increased Minion Duration"]}},"skill":20772,"stats":["3% increased maximum Mana"],"isSwitchable":true,"ascendancyName":"Lich","group":999,"connections":[{"orbit":-4,"id":2877}],"orbitIndex":114,"name":"Mana","orbit":9},"14923":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":503,"skill":14923,"orbitIndex":0,"name":"Attack Mastery","orbit":0},"3131":{"stats":["3% increased Attack Speed while Dual Wielding"],"icon":"Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds","connections":[{"orbit":0,"id":2394}],"group":681,"skill":3131,"orbitIndex":9,"name":"Dual Wielding Speed","orbit":2},"23078":{"icon":"Art/2DArt/SkillIcons/passives/MiracleMaker.dds","skill":23078,"stats":["Minions have 25% increased maximum Life"],"recipe":["Disgust","Despair","Suffering"],"connections":[{"orbit":0,"id":47242}],"group":60,"orbitIndex":1,"isNotable":true,"name":"Holy Protector","orbit":3},"10677":{"stats":["25% increased Stun Threshold if you haven't been Stunned Recently"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":3,"id":56638}],"group":831,"skill":10677,"orbitIndex":20,"name":"Stun Threshold if not Stunned recently","orbit":2},"46742":{"icon":"Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds","skill":46742,"isKeystone":true,"stats":["Infusion Remnants you create are always a Random Element"],"group":393,"connections":[],"orbitIndex":0,"name":"Elemental Equilibrium","orbit":0},"41619":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds","skill":41619,"stats":["Life Flask Effects are not removed when Unreserved Life is Filled","Life Flask Effects do not Queue"],"ascendancyName":"Pathfinder","connections":[],"group":1320,"orbitIndex":0,"isNotable":true,"name":"Enduring Elixirs","orbit":0},"63431":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":63431,"stats":["30% increased Magnitude of Poison you inflict","Recover 2% of maximum Life on Killing a Poisoned Enemy"],"recipe":["Greed","Suffering","Suffering"],"connections":[],"group":1200,"orbitIndex":3,"isNotable":true,"name":"Leeching Toxins","orbit":1},"22393":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":0,"id":28458}],"group":379,"skill":22393,"orbitIndex":12,"name":"Minion Damage","orbit":3},"8560":{"stats":["10% increased Melee Damage"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":31273}],"group":1190,"skill":8560,"orbitIndex":11,"name":"Melee Damage","orbit":1},"506":{"stats":["12% increased Armour","12% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds","connections":[{"orbit":0,"id":6416}],"group":229,"skill":506,"orbitIndex":14,"name":"Armour and Energy Shield","orbit":2},"40480":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":40480,"stats":["25% increased Critical Hit Chance against Shocked Enemies","40% increased Magnitude of Shock you inflict with Critical Hits"],"recipe":["Paranoia","Fear","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":1953}],"group":1009,"orbitIndex":0,"isNotable":true,"name":"Harmonic Generator","orbit":0},"44756":{"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","skill":44756,"stats":["60% increased Mana Cost Efficiency of Marks","4% increased Movement Speed if you've used a Mark Recently"],"recipe":["Despair","Disgust","Suffering"],"connections":[{"orbit":5,"id":44841}],"group":1155,"orbitIndex":15,"isNotable":true,"name":"Marked Agility","orbit":3},"7353":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":3,"id":9046}],"group":1010,"skill":7353,"orbitIndex":5,"name":"Critical Chance","orbit":2},"8600":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":8600,"stats":["+5 to any Attribute"],"isAttribute":true,"group":279,"connections":[{"orbit":0,"id":27439},{"orbit":8,"id":40596},{"orbit":4,"id":44406},{"orbit":0,"id":43778},{"orbit":0,"id":31650}],"orbitIndex":0,"name":"Attribute","orbit":0},"45992":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":41657}],"group":373,"skill":45992,"orbitIndex":12,"name":"Armour","orbit":3},"28862":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern","connections":[],"group":381,"skill":28862,"orbitIndex":0,"name":"Leech Mastery","orbit":0},"2335":{"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","skill":2335,"stats":["20% increased Spell Damage"],"recipe":["Despair","Fear","Guilt"],"connections":[{"orbit":0,"id":18121}],"group":1013,"orbitIndex":8,"isNotable":true,"name":"Turn the Clock Forward","orbit":3},"32436":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":2147483647,"id":5332}],"group":682,"skill":32436,"orbitIndex":14,"name":"Intelligence","orbit":2},"50879":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":7,"id":14211}],"group":984,"skill":50879,"orbitIndex":4,"name":"Hazard Damage","orbit":7},"46380":{"stats":["20% increased Energy Shield if you've consumed a Power Charge Recently"],"icon":"Art/2DArt/SkillIcons/passives/chargeint.dds","connections":[{"orbit":0,"id":21327}],"group":958,"skill":46380,"orbitIndex":22,"name":"Energy Shield if Consumed Power Charge","orbit":2},"54176":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":55463},{"orbit":0,"id":26598}],"group":1017,"skill":54176,"orbitIndex":0,"name":"Shock Chance","orbit":0},"37258":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":37258,"stats":["+5 to any Attribute"],"isAttribute":true,"group":342,"connections":[{"orbit":0,"id":31903}],"orbitIndex":0,"name":"Attribute","orbit":0},"27687":{"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","skill":27687,"stats":["4% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield"],"recipe":["Suffering","Fear","Disgust"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern","connections":[],"group":111,"orbitIndex":4,"isNotable":true,"name":"Greatest Defence","orbit":3},"8785":{"icon":"Art/2DArt/SkillIcons/passives/MasteryCurse.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern","connections":[],"group":865,"skill":8785,"orbitIndex":0,"name":"Curse Mastery","orbit":0},"27439":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":27439,"stats":["+5 to any Attribute"],"isAttribute":true,"group":252,"connections":[{"orbit":0,"id":21982}],"orbitIndex":0,"name":"Attribute","orbit":0},"6006":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":0,"id":38105}],"group":481,"skill":6006,"orbitIndex":62,"name":"Energy Shield","orbit":4},"36564":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds","skill":36564,"stats":["Reserves 25% of Life","+1 to Maximum Mana per 6 Maximum Life"],"ascendancyName":"Infernalist","connections":[],"group":611,"orbitIndex":100,"isNotable":true,"name":"Beidat's Gaze","orbit":9},"47173":{"icon":"Art/2DArt/SkillIcons/passives/WarcryMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern","connections":[],"group":121,"skill":47173,"orbitIndex":0,"name":"Warcry Mastery","orbit":0},"17646":{"icon":"Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds","skill":17646,"stats":["Decimating Strike"],"ascendancyName":"Witchhunter","connections":[],"group":177,"orbitIndex":0,"isNotable":true,"name":"Judge, Jury, and Executioner","orbit":0},"49952":{"stats":["12% increased Magnitude of Ailments you inflict"],"icon":"Art/2DArt/SkillIcons/passives/stun2h.dds","connections":[{"orbit":0,"id":13856}],"group":185,"skill":49952,"orbitIndex":6,"name":"Ailment Effect","orbit":7},"49189":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds","skill":49189,"stats":["Remnants you create reappear once, 3 seconds after being collected"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":17,"isNotable":true,"name":"Storm's Recollection","orbit":9},"23905":{"stats":["15% increased Magnitude of Shock you inflict"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":27875}],"group":1029,"skill":23905,"orbitIndex":0,"name":"Shock Effect","orbit":0},"21404":{"stats":["15% faster start of Energy Shield Recharge"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":42825}],"group":388,"skill":21404,"orbitIndex":18,"name":"Energy Shield Delay","orbit":2},"45327":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":10251}],"group":171,"skill":45327,"orbitIndex":16,"name":"Stun Buildup","orbit":3},"34233":{"icon":"Art/2DArt/SkillIcons/passives/Harrier.dds","skill":34233,"stats":["5% increased Skill Speed","15% increased Mana Regeneration Rate"],"connections":[{"orbit":0,"id":16123},{"orbit":0,"id":32545}],"group":820,"orbitIndex":22,"isNotable":true,"name":"Flow State","orbit":2},"41186":{"stats":["12% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[],"group":96,"skill":41186,"orbitIndex":0,"name":"Totem Placement Speed","orbit":5},"52220":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[],"group":123,"skill":52220,"orbitIndex":0,"name":"Physical Mastery","orbit":0},"53938":{"stats":["10% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":36931}],"group":905,"skill":53938,"orbitIndex":18,"name":"Attack Damage","orbit":2},"31805":{"stats":["10% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-3,"id":44461}],"group":217,"skill":31805,"orbitIndex":15,"name":"Increased Duration","orbit":3},"50216":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":3,"id":44951},{"orbit":4,"id":17655}],"group":482,"skill":50216,"orbitIndex":18,"name":"Mana Regeneration","orbit":2},"51934":{"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","skill":51934,"stats":["10% increased Mana Cost Efficiency","Triggered Spells deal 40% increased Spell Damage"],"recipe":["Isolation","Envy","Paranoia"],"connections":[],"group":1052,"orbitIndex":0,"isNotable":true,"name":"Invocated Efficiency","orbit":0},"45824":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":61441},{"orbit":0,"id":8493}],"group":476,"skill":45824,"orbitIndex":0,"name":"Sword Damage","orbit":0},"49285":{"stats":["+8 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","connections":[{"orbit":9,"id":364}],"group":610,"skill":49285,"orbitIndex":22,"name":"Strength","orbit":2},"3988":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":51832}],"group":121,"skill":3988,"orbitIndex":13,"name":"Empowered Attack Damage","orbit":2},"32096":{"icon":"Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern","connections":[],"group":913,"skill":32096,"orbitIndex":0,"name":"Companion Mastery","orbit":0},"34621":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":38541}],"group":1007,"skill":34621,"orbitIndex":0,"name":"Critical Damage","orbit":0},"9941":{"stats":["8% increased Accuracy Rating with One Handed Melee Weapons","8% increased Accuracy Rating with Two Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","connections":[{"orbit":0,"id":38888}],"group":733,"skill":9941,"orbitIndex":15,"name":"Melee Damage","orbit":7},"5800":{"stats":["5% increased Attack Damage","6% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":43149},{"orbit":0,"id":22975}],"group":226,"skill":5800,"orbitIndex":0,"name":"Attack Damage and Accuracy","orbit":7},"3414":{"stats":["Minions have +20% to Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/LightningResistNode.dds","connections":[{"orbit":0,"id":14575}],"group":486,"skill":3414,"orbitIndex":0,"name":"Minion Lightning Resistance","orbit":0},"26291":{"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","skill":26291,"stats":["25% increased Lightning Damage","15% increased Shock Duration"],"recipe":["Envy","Greed","Paranoia"],"connections":[],"group":202,"orbitIndex":28,"isNotable":true,"name":"Electrifying Nature","orbit":4},"21280":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":21280,"stats":["+5 to any Attribute"],"isAttribute":true,"group":877,"connections":[{"orbit":0,"id":28050},{"orbit":0,"id":61312},{"orbit":0,"id":40630}],"orbitIndex":0,"name":"Attribute","orbit":0},"4552":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkManaChakra.dds","connections":[{"orbit":2,"id":50817}],"group":1048,"skill":4552,"orbitIndex":15,"name":"Mana Regeneration","orbit":2},"34497":{"icon":"Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds","skill":34497,"isKeystone":true,"stats":["Take 50% less Damage over Time if you've started taking Damage over Time in the past second","Take 50% more Damage over Time if you haven't started taking Damage over Time in the past second"],"group":1138,"connections":[],"orbitIndex":0,"name":"Heartstopper","orbit":0},"20195":{"icon":"Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds","skill":20195,"orbitIndex":0,"stats":["Body Armour grants +75% to Lightning Resistance"],"ascendancyName":"Smith of Kitava","connections":[],"group":40,"applyToArmour":true,"isNotable":true,"name":"Lead Lining","orbit":0},"60138":{"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","skill":60138,"stats":["Hits Break 30% increased Armour on targets with Ailments","+10 to Strength","25% increased Physical Damage"],"recipe":["Greed","Paranoia","Suffering"],"connections":[{"orbit":0,"id":52695}],"group":1049,"orbitIndex":3,"isNotable":true,"name":"Stylebender","orbit":5},"54975":{"stats":["Debuffs you inflict have 5% increased Slow Magnitude"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-9,"id":7526}],"group":1038,"skill":54975,"orbitIndex":66,"name":"Slow Effect","orbit":5},"17107":{"stats":["10% increased Spell Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/areaofeffect.dds","connections":[{"orbit":3,"id":11788}],"group":696,"skill":17107,"orbitIndex":0,"name":"Spell Area Damage","orbit":0},"33830":{"stats":["10% increased Life Regeneration rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds","connections":[{"orbit":-2,"id":35031}],"group":1279,"skill":33830,"orbitIndex":5,"name":"Life Regeneration","orbit":2},"57616":{"stats":["Banner Skills have 20% increased Duration"],"icon":"Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds","connections":[{"orbit":0,"id":56388}],"group":541,"skill":57616,"orbitIndex":3,"name":"Banner Duration","orbit":4},"47733":{"stats":["Attacks with One-Handed Weapons have 15% increased Chance to inflict Ailments"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[],"group":655,"skill":47733,"orbitIndex":7,"name":"One Handed Ailment Chance","orbit":2},"54138":{"stats":["3% increased Attack Speed with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[{"orbit":0,"id":38564},{"orbit":0,"id":37963}],"group":443,"skill":54138,"orbitIndex":12,"name":"Sword Speed","orbit":2},"55131":{"icon":"Art/2DArt/SkillIcons/passives/legstrength.dds","skill":55131,"stats":["3% increased Movement Speed","Immune to Hinder","Immune to Maim"],"recipe":["Disgust","Isolation","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":509,"orbitIndex":38,"isNotable":true,"name":"Light on your Feet","orbit":4},"47469":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern","connections":[],"group":547,"skill":47469,"orbitIndex":0,"name":"Fire Mastery","orbit":0},"16256":{"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","skill":16256,"stats":["25% reduced Mana Regeneration Rate while stationary","50% increased Mana Regeneration Rate while moving"],"recipe":["Envy","Greed","Envy"],"connections":[{"orbit":0,"id":53188}],"group":836,"orbitIndex":8,"isNotable":true,"name":"Ether Flow","orbit":3},"5766":{"stats":["12% increased Spell Damage while wielding a Melee Weapon"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":-4,"id":51416},{"orbit":4,"id":16705}],"group":1049,"skill":5766,"orbitIndex":60,"name":"Spell Damage","orbit":6},"5961":{"stats":["10% increased Lightning Damage"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":54675},{"orbit":0,"id":11315}],"group":785,"skill":5961,"orbitIndex":0,"name":"Lightning Damage","orbit":0},"7163":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":7163,"stats":["16% increased Attack Speed during any Flask Effect"],"recipe":["Despair","Greed","Greed"],"connections":[{"orbit":3,"id":45100},{"orbit":0,"id":23013}],"group":1050,"orbitIndex":45,"isNotable":true,"name":"Stimulants","orbit":5},"2446":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds","connections":[{"orbit":0,"id":37164}],"group":997,"skill":2446,"orbitIndex":18,"name":"Elemental Damage","orbit":3},"52462":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[],"group":372,"skill":52462,"orbitIndex":0,"name":"Armour Mastery","orbit":0},"62505":{"stats":["+8 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","connections":[{"orbit":0,"id":32436}],"group":682,"skill":62505,"orbitIndex":18,"name":"Intelligence","orbit":3},"30123":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":6923},{"orbit":0,"id":26092}],"group":314,"skill":30123,"orbitIndex":12,"name":"Two Handed Damage","orbit":3},"2606":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":47284},{"orbit":0,"id":20388},{"orbit":0,"id":15194},{"orbit":0,"id":3414}],"group":472,"skill":2606,"orbitIndex":6,"name":"Minion Life","orbit":1},"3443":{"stats":["Minions deal 10% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-4,"id":14548},{"orbit":-3,"id":63545},{"orbit":7,"id":55180}],"group":755,"skill":3443,"orbitIndex":12,"name":"Minion Damage","orbit":7},"27671":{"stats":["15% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds","connections":[{"orbit":2147483647,"id":32681}],"group":1053,"skill":27671,"orbitIndex":15,"name":"Energy Shield Recharge","orbit":7},"24401":{"stats":["10% increased Poison Duration"],"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","connections":[{"orbit":0,"id":63759}],"group":1054,"skill":24401,"orbitIndex":22,"name":"Poison Duration","orbit":3},"35118":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern","connections":[],"group":843,"skill":35118,"orbitIndex":0,"name":"Two Hand Mastery","orbit":0},"49192":{"stats":["20% increased Totem Placement speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[{"orbit":0,"id":43396},{"orbit":0,"id":41615}],"group":289,"skill":49192,"orbitIndex":12,"name":"Totem Placement Speed","orbit":7},"32123":{"stats":["15% increased chance to Shock"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":54678}],"group":1041,"skill":32123,"orbitIndex":4,"name":"Shock Chance","orbit":3},"61938":{"stats":["15% increased Magnitude of Jagged Ground you create"],"icon":"Art/2DArt/SkillIcons/icongroundslam.dds","connections":[{"orbit":0,"id":14515}],"group":218,"skill":61938,"orbitIndex":14,"name":"Jagged Ground Effect","orbit":3},"16329":{"stats":["5% reduced Flask Charges used"],"icon":"Art/2DArt/SkillIcons/passives/flaskdex.dds","connections":[{"orbit":-2,"id":39607}],"group":1158,"skill":16329,"orbitIndex":2,"name":"Flask Charges Used","orbit":2},"57880":{"stats":["12% increased Damage with Axes"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":27082},{"orbit":0,"id":6269}],"group":109,"skill":57880,"orbitIndex":3,"name":"Axe Damage","orbit":3},"51795":{"stats":["12% increased Flammability Magnitude","6% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/firedamagestr.dds","connections":[{"orbit":-2,"id":32271},{"orbit":7,"id":53632}],"group":273,"skill":51795,"orbitIndex":12,"name":"Flammability Magnitude and Critical Chance","orbit":7},"46224":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":46224,"stats":["Mana Flasks gain 0.1 charges per Second","+10 to Intelligence"],"recipe":["Envy","Greed","Greed"],"connections":[{"orbit":0,"id":24045},{"orbit":0,"id":45019}],"group":797,"orbitIndex":2,"isNotable":true,"name":"Arcane Alchemy","orbit":2},"13673":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds","skill":13673,"stats":["25% increased Chill Duration on Enemies"],"ascendancyName":"Stormweaver","group":408,"connections":[{"orbit":-8,"id":61985}],"orbitIndex":1,"name":"Chill Duration","orbit":8},"61836":{"stats":["Aura Skills have 5% increased Magnitudes"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":65243}],"group":246,"skill":61836,"orbitIndex":4,"name":"Aura Effect","orbit":2},"14340":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":14340,"stats":["+5 to any Attribute"],"isAttribute":true,"group":746,"connections":[{"orbit":0,"id":26786},{"orbit":0,"id":26319}],"orbitIndex":0,"name":"Attribute","orbit":0},"45885":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":45885,"stats":["+5 to any Attribute"],"isAttribute":true,"group":579,"connections":[{"orbit":0,"id":54521},{"orbit":0,"id":59362},{"orbit":4,"id":45497}],"orbitIndex":0,"name":"Attribute","orbit":0},"49291":{"stats":["10% increased Life Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskstr.dds","connections":[{"orbit":0,"id":57945}],"group":1064,"skill":49291,"orbitIndex":9,"name":"Life Flask Charge Generation","orbit":7},"11826":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":11826,"stats":["5% reduced Attack Speed","40% increased Projectile Damage","40% increased Projectile Stun Buildup"],"recipe":["Guilt","Greed","Greed"],"connections":[{"orbit":0,"id":17726}],"group":769,"orbitIndex":8,"isNotable":true,"name":"Heavy Ammunition","orbit":7},"11015":{"stats":["16% increased Hazard Damage"],"icon":"Art/2DArt/SkillIcons/passives/trapsmax.dds","connections":[{"orbit":0,"id":45329}],"group":1065,"skill":11015,"orbitIndex":0,"name":"Hazard Damage","orbit":0},"25229":{"stats":["20% increased Endurance Charge Duration"],"icon":"Art/2DArt/SkillIcons/passives/chargestr.dds","connections":[{"orbit":0,"id":21390}],"group":212,"skill":25229,"orbitIndex":20,"name":"Endurance Charge Duration","orbit":2},"38578":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds","skill":38578,"stats":["+1 to Limit for Elemental Skills"],"ascendancyName":"Stormweaver","connections":[],"group":408,"orbitIndex":24,"isNotable":true,"name":"Multiplying Squalls","orbit":8},"10011":{"stats":["15% increased Damage with Hits against Blinded Enemies"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[],"group":1062,"skill":10011,"orbitIndex":13,"name":"Damage vs Blinded","orbit":3},"12750":{"icon":"Art/2DArt/SkillIcons/passives/CharmNotable1.dds","skill":12750,"stats":["Charms gain 0.15 charges per Second"],"recipe":["Greed","Disgust","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern","connections":[],"group":850,"orbitIndex":0,"isNotable":true,"name":"Vale Shelter","orbit":0},"18240":{"icon":"Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern","connections":[],"group":277,"skill":18240,"orbitIndex":0,"name":"Energy Shield Mastery","orbit":0},"42658":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":42658,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1072,"connections":[],"orbitIndex":0,"name":"Attribute","orbit":0},"37963":{"stats":["10% increased Damage with Swords"],"icon":"Art/2DArt/SkillIcons/passives/damagesword.dds","connections":[],"group":443,"skill":37963,"orbitIndex":13,"name":"Sword Damage","orbit":3},"22533":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":-2,"id":26663},{"orbit":0,"id":21274}],"group":674,"skill":22533,"orbitIndex":23,"name":"Cooldown Recovery Rate","orbit":7},"37629":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":37629,"stats":["+5 to any Attribute"],"isAttribute":true,"group":446,"connections":[{"orbit":0,"id":55933}],"orbitIndex":42,"name":"Attribute","orbit":6},"23839":{"stats":["4% reduced Flask Charges used from Mana Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":-2,"id":51006}],"group":1105,"skill":23839,"orbitIndex":2,"name":"Mana Flask Charges Used","orbit":2},"44098":{"stats":["Gain additional Ailment Threshold equal to 8% of maximum Energy Shield","Gain additional Stun Threshold equal to 8% of maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","connections":[{"orbit":0,"id":4061},{"orbit":0,"id":34531}],"group":514,"skill":44098,"orbitIndex":12,"name":"Stun and Ailment Threshold from Energy Shield","orbit":7},"37523":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds","skill":37523,"stats":["+1 to maximum number of Summoned Totems","Skills used by Totems have 30% more Skill Speed","Totems only use Skills when you fire an Attack Projectile"],"ascendancyName":"Tactician","connections":[{"orbit":0,"id":24696}],"group":336,"orbitIndex":0,"isNotable":true,"name":"Cannons, Ready!","orbit":0},"9018":{"stats":["20% increased Presence Area of Effect","3% reduced Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":2,"id":35918}],"group":161,"skill":9018,"orbitIndex":5,"name":"Area and Presence","orbit":3},"25374":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":25374,"stats":["+5 to any Attribute"],"isAttribute":true,"group":549,"connections":[{"orbit":6,"id":45969}],"orbitIndex":42,"name":"Attribute","orbit":6},"20024":{"stats":["15% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":44223}],"group":757,"skill":20024,"orbitIndex":22,"name":"Critical Damage","orbit":7},"20782":{"stats":["7% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-3,"id":52191},{"orbit":0,"id":42361}],"group":1084,"skill":20782,"orbitIndex":8,"name":"Chaos Damage","orbit":3},"62797":{"icon":"Art/2DArt/SkillIcons/passives/Lich/LichNode.dds","options":{"Abyssal Lich":{"ascendancyName":"Abyssal Lich","icon":"Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds","id":11965,"name":"Curse Area","stats":["25% increased Area of Effect of Curses"]}},"skill":62797,"stats":["25% increased Area of Effect of Curses"],"isSwitchable":true,"ascendancyName":"Lich","group":970,"connections":[{"orbit":-4,"id":23352}],"orbitIndex":0,"name":"Curse Area","orbit":0},"56388":{"icon":"Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds","skill":56388,"stats":["+1 to maximum number of placed Banners"],"recipe":["Ire","Envy","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern","connections":[],"group":541,"orbitIndex":0,"isNotable":true,"name":"Reinforced Rallying","orbit":5},"44239":{"stats":["15% increased Pin Buildup"],"icon":"Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds","connections":[{"orbit":0,"id":29479}],"group":931,"skill":44239,"orbitIndex":16,"name":"Pin Buildup","orbit":7},"42410":{"stats":["Break 10% increased Armour","6% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":4,"id":9737}],"group":540,"skill":42410,"orbitIndex":20,"name":"Area Damage and Armour Break","orbit":7},"11764":{"stats":["Debuffs on you expire 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":7,"id":38878}],"group":1038,"skill":11764,"orbitIndex":11,"name":"Debuff Expiry","orbit":7},"30197":{"stats":["3% increased Attack Speed while your Companion is in your Presence","Companions have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":0,"id":52415}],"group":1108,"skill":30197,"orbitIndex":2,"name":"Attack Speed and Companion Attack Speed","orbit":2},"47312":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds","skill":47312,"stats":["Life Flasks also recover Mana","Mana Flasks also recover Life"],"ascendancyName":"Amazon","connections":[],"group":1353,"orbitIndex":0,"isNotable":true,"name":"Azmeri Brew","orbit":0},"28329":{"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds","skill":28329,"stats":["35% increased Stun Buildup","35% increased Freeze Buildup"],"recipe":["Guilt","Despair","Ire"],"connections":[{"orbit":3,"id":36723}],"group":1093,"orbitIndex":21,"isNotable":true,"name":"Pressure Points","orbit":3},"7378":{"stats":["12% increased Fire Damage"],"icon":"Art/2DArt/SkillIcons/passives/firedamageint.dds","connections":[{"orbit":0,"id":65016}],"group":462,"skill":7378,"orbitIndex":21,"name":"Fire Damage","orbit":3},"11066":{"stats":["5% increased Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds","connections":[{"orbit":2,"id":26663}],"group":674,"skill":11066,"orbitIndex":19,"name":"Cooldown Recovery Rate","orbit":7},"53785":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":1170},{"orbit":0,"id":23307}],"group":221,"skill":53785,"orbitIndex":18,"name":"Attack Area","orbit":3},"59767":{"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","skill":59767,"stats":["Break 25% increased Armour","12% increased Area of Effect for Attacks"],"connections":[{"orbit":0,"id":31292},{"orbit":0,"id":20645}],"group":418,"orbitIndex":11,"isNotable":true,"name":"Reverberating Impact","orbit":3},"28823":{"stats":["10% chance when a Charm is used to use another Charm without consuming Charges"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":4,"id":21111},{"orbit":5,"id":59303}],"group":1097,"skill":28823,"orbitIndex":23,"name":"Charm Activation Chance","orbit":7},"59589":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":59589,"stats":["150% of Strength Requirements from Boots, Gloves and Helmets also added to Armour"],"recipe":["Despair","Fear","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern","connections":[{"orbit":0,"id":52659}],"group":107,"orbitIndex":23,"isNotable":true,"name":"Heavy Armour","orbit":3},"55104":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":-7,"id":33254},{"orbit":7,"id":19125}],"group":612,"skill":55104,"orbitIndex":22,"name":"Spell Damage","orbit":7},"12882":{"icon":"Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds","skill":12882,"stats":["Trigger Elemental Storm on Critical Hit with Spells","Grants Skill: Elemental Storm"],"ascendancyName":"Stormweaver","connections":[{"orbit":0,"id":25618}],"group":408,"orbitIndex":12,"isNotable":true,"name":"Tempest Caller","orbit":8},"62628":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":768,"skill":62628,"orbitIndex":0,"name":"Projectile Mastery","orbit":0},"33345":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":0,"id":61923},{"orbit":0,"id":10131}],"group":836,"skill":33345,"orbitIndex":14,"name":"Mana Regeneration","orbit":4},"52199":{"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","skill":52199,"stats":["30% increased Exposure Effect"],"recipe":["Suffering","Isolation","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern","connections":[{"orbit":0,"id":44498}],"group":590,"orbitIndex":0,"isNotable":true,"name":"Overexposure","orbit":0},"1631":{"stats":["10% increased Charm Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":3,"id":29049},{"orbit":-3,"id":14001}],"group":1080,"skill":1631,"orbitIndex":4,"name":"Charm Duration","orbit":2},"41580":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":41580,"stats":["25% increased Attack Damage","Attacks have 25% chance to Maim on Hit"],"recipe":["Despair","Isolation","Ire"],"connections":[{"orbit":3,"id":13799},{"orbit":0,"id":41298}],"group":1193,"orbitIndex":2,"isNotable":true,"name":"Maiming Strike","orbit":7},"54437":{"stats":["20% increased Attack Damage when on Low Life"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":-5,"id":16111},{"orbit":0,"id":2397},{"orbit":0,"id":8493}],"group":529,"skill":54437,"orbitIndex":20,"name":"Attack Damage on Low Life","orbit":7},"12851":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":32507},{"orbit":0,"id":32727}],"group":539,"skill":12851,"orbitIndex":5,"name":"Physical Damage","orbit":7},"4495":{"icon":"Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds","skill":4495,"stats":["Immune to Freeze"],"isMultipleChoiceOption":true,"ascendancyName":"Pathfinder","group":1322,"connections":[],"orbitIndex":0,"name":"Thawing Campfire","orbit":0},"1214":{"stats":["4% increased Block chance","15% increased Defences from Equipped Shield"],"icon":"Art/2DArt/SkillIcons/passives/blockstr.dds","connections":[{"orbit":-4,"id":53823}],"group":111,"skill":1214,"orbitIndex":21,"name":"Block and Shield Defences","orbit":7},"30990":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":58939}],"group":747,"skill":30990,"orbitIndex":16,"name":"Critical Chance","orbit":2},"60241":{"stats":["5% chance to inflict Bleeding on Hit"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":57178}],"group":391,"skill":60241,"orbitIndex":0,"name":"Bleed Chance","orbit":0},"23221":{"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","skill":23221,"stats":["Projectiles have 15% chance to Chain an additional time from terrain"],"recipe":["Suffering","Isolation","Guilt"],"connections":[],"group":1111,"orbitIndex":23,"isNotable":true,"name":"Trick Shot","orbit":3},"40341":{"stats":["3% increased Movement Speed if you've Killed Recently"],"icon":"Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds","connections":[{"orbit":-3,"id":17340},{"orbit":9,"id":21274}],"group":658,"skill":40341,"orbitIndex":6,"name":"Movement Speed","orbit":3},"9151":{"stats":["Projectiles have 25% chance for an additional Projectile when Forking"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":42302}],"group":1111,"skill":9151,"orbitIndex":18,"name":"Forking Projectiles","orbit":2},"24647":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":24647,"stats":["+5 to any Attribute"],"isAttribute":true,"group":923,"connections":[{"orbit":4,"id":5702},{"orbit":0,"id":43691},{"orbit":4,"id":30634}],"orbitIndex":42,"name":"Attribute","orbit":6},"44453":{"stats":["15% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","connections":[{"orbit":0,"id":42760}],"group":1113,"skill":44453,"orbitIndex":3,"name":"Stun Threshold","orbit":2},"26092":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":52392}],"group":314,"skill":26092,"orbitIndex":14,"name":"Two Handed Damage","orbit":3},"13937":{"stats":["14% increased Damage with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":17791}],"group":81,"skill":13937,"orbitIndex":7,"name":"Mace Damage","orbit":7},"24178":{"stats":["Companions deal 12% increased Damage","10% increased Damage while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":-9,"id":32655}],"group":1108,"skill":24178,"orbitIndex":15,"name":"Damage and Companion Damage","orbit":2},"54701":{"stats":["16% increased Thorns damage"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":2,"id":21089},{"orbit":-7,"id":1286}],"group":200,"skill":54701,"orbitIndex":16,"name":"Thorns","orbit":7},"1347":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds","skill":1347,"stats":["4% increased Skill Speed"],"ascendancyName":"Acolyte of Chayula","group":1331,"connections":[{"orbit":7,"id":50098}],"orbitIndex":12,"name":"Skill Speed","orbit":6},"22817":{"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","skill":22817,"stats":["10% chance for Attack Hits to apply ten Incision"],"recipe":["Greed","Ire","Paranoia"],"connections":[{"orbit":0,"id":55724},{"orbit":0,"id":29065}],"group":1118,"orbitIndex":18,"isNotable":true,"name":"Inevitable Rupture","orbit":3},"41497":{"stats":["Minions have 8% increased maximum Life","Minions have +7% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":21164}],"group":101,"skill":41497,"orbitIndex":6,"name":"Minion Life and Chaos Resistance","orbit":7},"53386":{"stats":["15% increased Critical Damage Bonus for Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":0,"id":57388}],"group":157,"skill":53386,"orbitIndex":0,"name":"Attack Critical Damage","orbit":7},"27686":{"icon":"Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds","skill":27686,"stats":["20% increased Energy Shield Recharge Rate"],"ascendancyName":"Invoker","group":1302,"connections":[{"orbit":0,"id":12876}],"orbitIndex":10,"name":"Energy Shield Recharge Rate","orbit":8},"51921":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":51921,"stats":["+5 to any Attribute"],"isAttribute":true,"group":497,"connections":[{"orbit":-4,"id":36629}],"orbitIndex":54,"name":"Attribute","orbit":6},"22329":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":-2,"id":58526}],"group":1079,"skill":22329,"orbitIndex":11,"name":"Deflection","orbit":7},"31172":{"icon":"Art/2DArt/SkillIcons/passives/attackspeed.dds","skill":31172,"stats":["1% increased Attack Speed per 25 Dexterity"],"recipe":["Suffering","Suffering","Despair"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern","connections":[],"group":1121,"orbitIndex":51,"isNotable":true,"name":"Falcon Technique","orbit":5},"63470":{"stats":["6% of Skill Mana Costs Converted to Life Costs"],"icon":"Art/2DArt/SkillIcons/passives/manastr.dds","connections":[{"orbit":-3,"id":9908}],"group":324,"skill":63470,"orbitIndex":14,"name":"Life Costs","orbit":3},"4627":{"icon":"Art/2DArt/SkillIcons/passives/colddamage.dds","skill":4627,"stats":["20% increased Freeze Buildup","Gain 25% of Cold Damage as Extra Fire Damage against Frozen Enemies"],"recipe":["Greed","Isolation","Despair"],"connections":[{"orbit":0,"id":44179},{"orbit":0,"id":55572}],"group":671,"orbitIndex":0,"isNotable":true,"name":"Climate Change","orbit":7},"51847":{"stats":["6% increased Attack Damage","5% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracystr.dds","connections":[{"orbit":0,"id":33974}],"group":686,"skill":51847,"orbitIndex":24,"name":"Attack Damage and Accuracy","orbit":4},"18186":{"stats":["15% increased Armour"],"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","connections":[{"orbit":0,"id":13942}],"group":534,"skill":18186,"orbitIndex":0,"name":"Armour","orbit":3},"10277":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":64064}],"group":1127,"skill":10277,"orbitIndex":7,"name":"Accuracy","orbit":2},"45631":{"stats":["10% increased Evasion Rating","10% increased Energy Shield Recharge Rate"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":-5,"id":3630}],"group":1134,"skill":45631,"orbitIndex":14,"name":"Evasion and Energy Shield Recharge","orbit":7},"35011":{"stats":["16% increased Attack Damage while you have an Ally in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":10305}],"group":332,"skill":35011,"orbitIndex":18,"name":"Attack Damage with Ally","orbit":2},"45702":{"stats":["10% increased Critical Hit Chance"],"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","connections":[{"orbit":-3,"id":61333},{"orbit":3,"id":31692}],"group":1128,"skill":45702,"orbitIndex":19,"name":"Critical Chance","orbit":2},"54631":{"stats":["6% increased bonuses gained from Equipped Quiver"],"icon":"Art/2DArt/SkillIcons/passives/attackspeedbow.dds","connections":[{"orbit":0,"id":30132}],"group":1129,"skill":54631,"orbitIndex":0,"name":"Quiver Effect","orbit":0},"47175":{"icon":"Art/2DArt/SkillIcons/passives/blankStr.dds","classesStart":["Marauder","Warrior"],"skill":47175,"stats":[],"group":569,"connections":[{"orbit":0,"id":16732},{"orbit":0,"id":51916},{"orbit":0,"id":54579},{"orbit":0,"id":5852},{"orbit":0,"id":33812},{"orbit":0,"id":32534},{"orbit":0,"id":3936},{"orbit":0,"id":38646}],"orbitIndex":0,"name":"MARAUDER","orbit":0},"58022":{"stats":["11% increased Chaos Damage"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":3,"id":5186},{"orbit":-7,"id":26762}],"group":1131,"skill":58022,"orbitIndex":0,"name":"Chaos Damage","orbit":0},"46358":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":46358,"stats":["+5 to any Attribute"],"isAttribute":true,"group":508,"connections":[{"orbit":0,"id":50423},{"orbit":0,"id":59376}],"orbitIndex":66,"name":"Attribute","orbit":6},"375":{"stats":["15% increased Damage with Maces"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":0,"id":12276}],"group":81,"skill":375,"orbitIndex":17,"name":"Mace Damage","orbit":7},"2702":{"icon":"Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds","skill":2702,"stats":["12% increased amount of Life Leeched"],"ascendancyName":"Amazon","group":1348,"connections":[{"orbit":7,"id":3065}],"orbitIndex":0,"name":"Life Leech","orbit":0},"9528":{"stats":["10% increased Warcry Cooldown Recovery Rate"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":-4,"id":62200}],"group":126,"skill":9528,"orbitIndex":15,"name":"Warcry Cooldown Speed","orbit":3},"24120":{"icon":"Art/2DArt/SkillIcons/passives/mana.dds","skill":24120,"stats":["18% increased Mana Regeneration Rate","25% increased Mana Cost Efficiency while on Low Mana"],"recipe":["Envy","Fear","Greed"],"connections":[{"orbit":0,"id":10495}],"group":1114,"orbitIndex":0,"isNotable":true,"name":"Mental Toughness","orbit":0},"56023":{"icon":"Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern","connections":[],"group":1139,"skill":56023,"orbitIndex":0,"name":"Projectile Mastery","orbit":0},"12253":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":12253,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1150,"connections":[{"orbit":0,"id":32183},{"orbit":0,"id":41017},{"orbit":0,"id":35696},{"orbit":0,"id":34497},{"orbit":0,"id":16401},{"orbit":0,"id":24656}],"orbitIndex":0,"name":"Attribute","orbit":0},"4748":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","options":{"Witch":{"stats":["Minions have 10% increased maximum Life"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","name":"Minion Life","id":48235}},"skill":4748,"stats":["15% faster start of Energy Shield Recharge"],"isSwitchable":true,"group":668,"connections":[{"orbit":6,"id":2254}],"orbitIndex":6,"name":"Energy Shield Delay","orbit":3},"53771":{"stats":["10% increased Projectile Damage"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":-2,"id":52361}],"group":1143,"skill":53771,"orbitIndex":9,"name":"Projectile Damage","orbit":3},"34747":{"stats":["8% increased Accuracy Rating"],"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","connections":[{"orbit":0,"id":6274}],"group":463,"skill":34747,"orbitIndex":23,"name":"Accuracy","orbit":7},"15628":{"stats":["15% increased effect of Arcane Surge on you"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":3,"id":36880}],"group":341,"skill":15628,"orbitIndex":53,"name":"Arcane Surge Effect","orbit":5},"25029":{"icon":"Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern","connections":[],"group":1146,"skill":25029,"orbitIndex":51,"name":"Charms Mastery","orbit":5},"17973":{"icon":"Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds","options":{"Witch":{"stats":["Minions have 15% increased maximum Life","Minions Revive 15% faster"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","name":"Living Death","id":48926}},"skill":17973,"stats":["25% increased Energy Shield Recharge Rate","25% faster start of Energy Shield Recharge"],"isSwitchable":true,"connections":[{"orbit":4,"id":4748},{"orbit":-6,"id":22691}],"group":668,"orbitIndex":3,"isNotable":true,"name":"Rapid Recharge","orbit":7},"2408":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":2408,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1152,"connections":[{"orbit":0,"id":35696},{"orbit":0,"id":35534}],"orbitIndex":0,"name":"Attribute","orbit":0},"26400":{"stats":["Projectiles deal 15% increased Damage with Hits against Enemies further than 6m"],"icon":"Art/2DArt/SkillIcons/passives/projectilespeed.dds","connections":[{"orbit":0,"id":8904}],"group":1154,"skill":26400,"orbitIndex":18,"name":"Projectile Damage","orbit":7},"27017":{"stats":["+3 to all Attributes"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds","connections":[{"orbit":0,"id":21349}],"group":986,"skill":27017,"orbitIndex":22,"name":"All Attributes","orbit":2},"34623":{"stats":["10% increased Endurance, Frenzy and Power Charge Duration","+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds","connections":[{"orbit":0,"id":14769},{"orbit":0,"id":14262}],"group":1236,"skill":34623,"orbitIndex":2,"name":"Charge Duration and Dexterity","orbit":2},"18826":{"icon":"Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds","skill":18826,"stats":["Gain 1 Volatility on inflicting an Elemental Ailment","Take no Damage from Volatility"],"ascendancyName":"Acolyte of Chayula","connections":[{"orbit":0,"id":47344}],"group":1331,"orbitIndex":8,"isNotable":true,"name":"Inner Turmoil","orbit":9},"2582":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":2582,"stats":["+5 to any Attribute"],"isAttribute":true,"group":1247,"connections":[{"orbit":0,"id":48116},{"orbit":0,"id":41861},{"orbit":0,"id":56847}],"orbitIndex":0,"name":"Attribute","orbit":0},"32509":{"icon":"Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern","connections":[],"group":920,"skill":32509,"orbitIndex":0,"name":"Caster Mastery","orbit":0},"35151":{"stats":["15% increased Stun Threshold"],"icon":"Art/2DArt/SkillIcons/passives/MonkStunChakra.dds","connections":[{"orbit":0,"id":44453}],"group":1113,"skill":35151,"orbitIndex":23,"name":"Stun Threshold","orbit":7},"27950":{"icon":"Art/2DArt/SkillIcons/passives/dmgreduction.dds","skill":27950,"stats":["25% increased Armour","Gain additional Stun Threshold equal to 30% of Item Armour on Equipped Armour Items"],"recipe":["Paranoia","Guilt","Despair"],"connections":[{"orbit":0,"id":26324},{"orbit":0,"id":52462}],"group":372,"orbitIndex":0,"isNotable":true,"name":"Polished Iron","orbit":2},"53166":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":26194}],"group":686,"skill":53166,"orbitIndex":21,"name":"Presence Area","orbit":7},"64213":{"stats":["10% increased Freeze Buildup","8% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":-3,"id":12611},{"orbit":3,"id":61246}],"group":1022,"skill":64213,"orbitIndex":8,"name":"Elemental Damage and Freeze Buildup","orbit":7},"29800":{"icon":"Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds","skill":29800,"stats":["+1 to maximum Lightning Infusions"],"recipe":["Paranoia","Envy","Fear"],"connections":[{"orbit":0,"id":50383}],"group":605,"orbitIndex":15,"isNotable":true,"name":"Shocking Limit","orbit":7},"18818":{"stats":["2% increased Attack Speed","5% increased Attack Damage"],"icon":"Art/2DArt/SkillIcons/passives/damage.dds","connections":[{"orbit":0,"id":29517},{"orbit":2,"id":49461},{"orbit":-2,"id":21314}],"group":952,"skill":18818,"orbitIndex":0,"name":"Attack Damage and Speed","orbit":0},"10055":{"stats":["Minions have 8% increased maximum Life","Minions have +7% to Chaos Resistance"],"icon":"Art/2DArt/SkillIcons/passives/minionlife.dds","connections":[{"orbit":0,"id":30554},{"orbit":0,"id":41497}],"group":101,"skill":10055,"orbitIndex":2,"name":"Minion Life and Chaos Resistance","orbit":7},"65265":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":65265,"stats":["12% increased Attack Speed if you've successfully Parried Recently","6% increased Movement Speed if you've successfully Parried Recently"],"recipe":["Guilt","Envy","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern","connections":[{"orbit":0,"id":17146},{"orbit":0,"id":31366}],"group":1160,"orbitIndex":0,"isNotable":true,"name":"Swift Interruption","orbit":0},"21861":{"stats":["20% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":65243}],"group":246,"skill":21861,"orbitIndex":18,"name":"Presence Area","orbit":2},"51509":{"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","skill":51509,"stats":["Recover 2% of maximum Life when you use a Mana Flask","Mana Flasks gain 0.1 charges per Second"],"recipe":["Greed","Fear","Disgust"],"connections":[{"orbit":7,"id":35848},{"orbit":0,"id":9393}],"group":811,"orbitIndex":0,"isNotable":true,"name":"Waters of Life","orbit":0},"34006":{"stats":["15% increased maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","connections":[{"orbit":3,"id":15408}],"group":661,"skill":34006,"orbitIndex":19,"name":"Energy Shield","orbit":2},"18913":{"stats":["5% increased Chaos Damage","5% increased Skill Effect Duration"],"icon":"Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds","connections":[{"orbit":-2,"id":12419}],"group":790,"skill":18913,"orbitIndex":22,"name":"Chaos Damage and Duration","orbit":7},"35534":{"stats":["Mark Skills have 10% increased Use Speed"],"icon":"Art/2DArt/SkillIcons/passives/MarkNode.dds","connections":[{"orbit":-3,"id":44280}],"group":1169,"skill":35534,"orbitIndex":15,"name":"Mark Use Speed","orbit":2},"12239":{"icon":"Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern","connections":[{"orbit":0,"id":39881},{"orbit":0,"id":41811}],"group":1170,"skill":12239,"orbitIndex":0,"name":"Physical Mastery","orbit":0},"52300":{"stats":["Gain 1 Rage on Melee Axe Hit"],"icon":"Art/2DArt/SkillIcons/passives/damageaxe.dds","connections":[{"orbit":0,"id":53440}],"group":109,"skill":52300,"orbitIndex":9,"name":"Axe Rage on Hit","orbit":3},"45177":{"icon":"Art/2DArt/SkillIcons/passives/accuracydex.dds","skill":45177,"stats":["20% increased Accuracy Rating","+10 to Dexterity"],"recipe":["Paranoia","Envy","Envy"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern","connections":[],"group":467,"orbitIndex":4,"isNotable":true,"name":"Strike True","orbit":2},"58002":{"stats":["10% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/WitchBoneStorm.dds","connections":[{"orbit":0,"id":45086},{"orbit":0,"id":55668}],"group":809,"skill":58002,"orbitIndex":3,"name":"Physical Damage","orbit":3},"11257":{"stats":["30% increased Evasion Rating while Surrounded"],"icon":"Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds","connections":[{"orbit":0,"id":10271},{"orbit":4,"id":54282}],"group":603,"skill":11257,"orbitIndex":11,"name":"Evasion while Surrounded","orbit":3},"56284":{"stats":["Minions have 5% increased Attack and Cast Speed"],"icon":"Art/2DArt/SkillIcons/passives/miniondamageBlue.dds","connections":[{"orbit":-2,"id":1928}],"group":179,"skill":56284,"orbitIndex":0,"name":"Minion Attack and Cast Speed","orbit":0},"11311":{"stats":["+10 to Armour","+8 to Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds","connections":[{"orbit":0,"id":38057}],"group":654,"skill":11311,"orbitIndex":61,"name":"Armour and Evasion","orbit":5},"43522":{"stats":["6% reduced Charm Charges used"],"icon":"Art/2DArt/SkillIcons/passives/CharmNode1.dds","connections":[{"orbit":4,"id":38497},{"orbit":6,"id":33099}],"group":1086,"skill":43522,"orbitIndex":7,"name":"Charm Charges Used","orbit":7},"58644":{"stats":["15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision"],"icon":"Art/2DArt/SkillIcons/passives/Blood2.dds","connections":[{"orbit":0,"id":42714}],"group":1118,"skill":58644,"orbitIndex":21,"name":"Bleeding Damage","orbit":7},"33348":{"stats":["25% increased Presence Area of Effect"],"icon":"Art/2DArt/SkillIcons/passives/auraareaofeffect.dds","connections":[],"group":1183,"skill":33348,"orbitIndex":7,"name":"Presence Area","orbit":2},"52980":{"stats":["+8 to Evasion Rating","+5 to maximum Energy Shield"],"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","connections":[{"orbit":0,"id":18970},{"orbit":-4,"id":44343}],"group":764,"skill":52980,"orbitIndex":48,"name":"Evasion and Energy Shield","orbit":4},"36997":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":0,"id":27761}],"group":885,"skill":36997,"orbitIndex":0,"name":"Stun Threshold during Parry","orbit":0},"29065":{"icon":"Art/2DArt/SkillIcons/passives/BloodMastery.dds","isOnlyImage":true,"stats":[],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern","connections":[],"group":1118,"skill":29065,"orbitIndex":7,"name":"Bleeding Mastery","orbit":1},"34096":{"stats":["10% increased Spell Damage"],"icon":"Art/2DArt/SkillIcons/passives/damagespells.dds","connections":[{"orbit":0,"id":58096}],"group":362,"skill":34096,"orbitIndex":4,"name":"Spell Damage","orbit":3},"61834":{"isJewelSocket":true,"icon":"Art/2DArt/SkillIcons/passives/MasteryBlank.dds","skill":61834,"stats":[],"group":1049,"connections":[{"orbit":0,"id":17088},{"orbit":0,"id":24958}],"orbitIndex":0,"name":"Jewel Socket","orbit":0},"51006":{"stats":["4% reduced Flask Charges used from Mana Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":41877}],"group":1105,"skill":51006,"orbitIndex":1,"name":"Mana Flask Charges Used","orbit":3},"16051":{"stats":["Attacks used by Totems have 4% increased Attack Speed"],"icon":"Art/2DArt/SkillIcons/passives/totemandbrandlife.dds","connections":[],"group":247,"skill":16051,"orbitIndex":4,"name":"Totem Attack Speed","orbit":5},"23880":{"icon":"Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds","skill":23880,"stats":["3% increased maximum Mana"],"ascendancyName":"Infernalist","group":611,"connections":[{"orbit":3,"id":13174}],"orbitIndex":0,"name":"Mana","orbit":8},"24035":{"stats":["10% increased Elemental Damage"],"icon":"Art/2DArt/SkillIcons/passives/elementaldamage.dds","connections":[{"orbit":0,"id":60741}],"group":727,"skill":24035,"orbitIndex":18,"name":"Elemental Damage","orbit":2},"11248":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":11248,"stats":["+5 to any Attribute"],"isAttribute":true,"group":234,"connections":[{"orbit":0,"id":35831},{"orbit":0,"id":21568},{"orbit":0,"id":30260}],"orbitIndex":0,"name":"Attribute","orbit":0},"31848":{"stats":["Thorns Damage has 25% chance to ignore Enemy Armour"],"icon":"Art/2DArt/SkillIcons/passives/ThornsNode1.dds","connections":[{"orbit":7,"id":40117}],"group":200,"skill":31848,"orbitIndex":0,"name":"Thorns Ignore Armour","orbit":7},"8522":{"stats":["Meta Skills gain 8% increased Energy"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":0,"id":26236}],"group":752,"skill":8522,"orbitIndex":16,"name":"Energy","orbit":7},"9352":{"stats":["6% increased Area of Effect for Attacks"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":0,"id":32071}],"group":58,"skill":9352,"orbitIndex":2,"name":"Attack Area","orbit":3},"13576":{"stats":["3% increased Attack and Cast Speed with Lightning Skills"],"icon":"Art/2DArt/SkillIcons/passives/LightningDamagenode.dds","connections":[{"orbit":0,"id":17024}],"group":825,"skill":13576,"orbitIndex":0,"name":"Lightning Skill Speed","orbit":0},"28214":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":0,"id":1973},{"orbit":0,"id":58295}],"group":186,"skill":28214,"orbitIndex":4,"name":"Mana Flasks","orbit":2},"10472":{"stats":["10% increased Mana Recovery from Flasks"],"icon":"Art/2DArt/SkillIcons/passives/flaskint.dds","connections":[{"orbit":2147483647,"id":17687},{"orbit":3,"id":27422}],"group":1215,"skill":10472,"orbitIndex":32,"name":"Mana Flask Recovery","orbit":4},"9532":{"stats":["+4 to Strength","+4 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds","connections":[{"orbit":2,"id":59368}],"group":1217,"skill":9532,"orbitIndex":22,"name":"Strength and Dexterity","orbit":7},"54962":{"stats":["15% increased Life Regeneration Rate while stationary"],"icon":"Art/2DArt/SkillIcons/passives/lifepercentage.dds","connections":[{"orbit":0,"id":35849}],"group":110,"skill":54962,"orbitIndex":12,"name":"Life Regeneration while Stationary","orbit":7},"43263":{"stats":["3% increased Attack Speed with One Handed Melee Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":-2,"id":64492}],"group":1023,"skill":43263,"orbitIndex":13,"name":"One Handed Attack Speed","orbit":7},"27417":{"icon":"Art/2DArt/SkillIcons/passives/trapdamage.dds","skill":27417,"stats":["25% increased Trap Damage"],"connections":[{"orbit":0,"id":64295},{"orbit":0,"id":37616}],"group":1221,"orbitIndex":54,"isNotable":true,"name":"Destructive Apparatus","orbit":6},"17372":{"icon":"Art/2DArt/SkillIcons/passives/MeleeAoENode.dds","skill":17372,"stats":["25% increased Melee Damage","+2 to Melee Strike Range"],"recipe":["Isolation","Paranoia","Guilt"],"connections":[{"orbit":0,"id":35985},{"orbit":0,"id":19074}],"group":1190,"orbitIndex":4,"isNotable":true,"name":"Reaching Strike","orbit":3},"7294":{"stats":["Break 10% increased Armour","6% increased Physical Damage"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":65498},{"orbit":0,"id":39307},{"orbit":0,"id":41017}],"group":1223,"skill":7294,"orbitIndex":16,"name":"Armour Break and Physical Damage","orbit":2},"57069":{"stats":["5% increased Lightning Damage","+3% to Lightning Resistance"],"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","connections":[{"orbit":0,"id":52257}],"group":1225,"skill":57069,"orbitIndex":0,"name":"Lightning Damage and Resistance","orbit":0},"15892":{"stats":["20% increased Damage against Enemies with Fully Broken Armour"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[],"group":116,"skill":15892,"orbitIndex":13,"name":"Damage vs Armour Broken Enemies","orbit":3},"9642":{"icon":"Art/2DArt/SkillIcons/passives/energyshield.dds","skill":9642,"stats":["28% increased maximum Energy Shield","Gain additional Ailment Threshold equal to 12% of maximum Energy Shield","Gain additional Stun Threshold equal to 12% of maximum Energy Shield"],"connections":[{"orbit":6,"id":517},{"orbit":-4,"id":14666}],"group":668,"orbitIndex":21,"isNotable":true,"name":"Dampening Shield","orbit":7},"19156":{"icon":"Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds","skill":19156,"stats":["50% increased Evasion Rating if Energy Shield Recharge has started in the past 2 seconds","30% increased Evasion Rating while you have Energy Shield"],"recipe":["Ire","Disgust","Envy"],"connections":[{"orbit":-7,"id":12249},{"orbit":0,"id":17283}],"group":939,"orbitIndex":12,"isNotable":true,"name":"Immaterial","orbit":2},"54838":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds","skill":54838,"stats":["Projectile Damage builds Pin","Pinned enemies cannot perform actions"],"ascendancyName":"Tactician","connections":[],"group":258,"orbitIndex":0,"isNotable":true,"name":"Right Where We Want Them","orbit":0},"41739":{"stats":["15% increased Stun Buildup"],"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","connections":[{"orbit":0,"id":13279}],"group":448,"skill":41739,"orbitIndex":4,"name":"Stun Buildup","orbit":2},"20414":{"icon":"Art/2DArt/SkillIcons/passives/BucklersNotable1.dds","skill":20414,"stats":["30% increased Parried Debuff Magnitude"],"recipe":["Ire","Despair","Despair"],"connections":[{"orbit":0,"id":35043},{"orbit":0,"id":52410},{"orbit":0,"id":50146}],"group":1229,"orbitIndex":31,"isNotable":true,"name":"Reprisal","orbit":4},"12418":{"stats":["Empowered Attacks deal 16% increased Damage"],"icon":"Art/2DArt/SkillIcons/passives/WarCryEffect.dds","connections":[{"orbit":0,"id":51832},{"orbit":0,"id":3988}],"group":121,"skill":12418,"orbitIndex":21,"name":"Empowered Attack Damage","orbit":2},"25827":{"stats":["4% chance for Spell Skills to fire 2 additional Projectiles"],"icon":"Art/2DArt/SkillIcons/passives/spellcritical.dds","connections":[{"orbit":0,"id":55241}],"group":845,"skill":25827,"orbitIndex":8,"name":"Additional Spell Projectiles","orbit":3},"11330":{"stats":["Debuffs on you expire 10% faster"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":0,"id":22185}],"group":480,"skill":11330,"orbitIndex":6,"name":"Debuff Expiry Rate","orbit":3},"15986":{"icon":"Art/2DArt/SkillIcons/passives/Poison.dds","skill":15986,"stats":["25% reduced Poison Duration","Targets can be affected by +1 of your Poisons at the same time"],"recipe":["Greed","Isolation","Isolation"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern","connections":[{"orbit":0,"id":6030}],"group":1284,"orbitIndex":5,"isNotable":true,"name":"Building Toxins","orbit":2},"25458":{"stats":["Hits against you have 5% reduced Critical Damage Bonus","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds","connections":[{"orbit":3,"id":37568}],"group":1057,"skill":25458,"orbitIndex":20,"name":"Strength and Critical Damage Bonus on You","orbit":7},"17248":{"icon":"Art/2DArt/SkillIcons/passives/plusattribute.dds","options":[{"stats":["+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/plusstrength.dds","name":"Strength","id":26297},{"stats":["+5 to Dexterity"],"icon":"Art/2DArt/SkillIcons/passives/plusdexterity.dds","name":"Dexterity","id":14927},{"stats":["+5 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/plusintelligence.dds","name":"Intelligence","id":57022}],"skill":17248,"stats":["+5 to any Attribute"],"isAttribute":true,"group":757,"connections":[{"orbit":-5,"id":53960}],"orbitIndex":0,"name":"Attribute","orbit":5},"60899":{"stats":["8% reduced Movement Speed Penalty from using Skills while moving"],"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","connections":[{"orbit":-7,"id":32543}],"group":1231,"skill":60899,"orbitIndex":22,"name":"Reduced Movement Penalty","orbit":7},"61112":{"icon":"Art/2DArt/SkillIcons/passives/SpearsNotable1.dds","skill":61112,"stats":["25% increased Damage with Spears","10% increased Attack Speed with Spears"],"recipe":["Guilt","Paranoia","Disgust"],"connections":[{"orbit":0,"id":36071},{"orbit":0,"id":20105}],"group":1196,"orbitIndex":14,"isNotable":true,"name":"Roll and Strike","orbit":5},"8260":{"stats":["20% increased Armour Break Duration"],"icon":"Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds","connections":[{"orbit":0,"id":21453}],"group":140,"skill":8260,"orbitIndex":0,"name":"Armour Break Duration","orbit":7},"12054":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds","skill":12054,"stats":["20% increased Totem Damage"],"ascendancyName":"Tactician","group":317,"connections":[{"orbit":0,"id":37523}],"orbitIndex":0,"name":"Totem Damage","orbit":0},"25362":{"icon":"Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds","skill":25362,"stats":["20% increased Attack Damage","Skills deal 8% increased Damage per Combo consumed, up to 40%"],"recipe":["Greed","Greed","Despair"],"connections":[{"orbit":0,"id":23105}],"group":1245,"orbitIndex":13,"isNotable":true,"name":"Chakra of Impact","orbit":2},"51394":{"icon":"Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds","skill":51394,"stats":["24% reduced Slowing Potency of Debuffs on You"],"recipe":["Isolation","Envy","Isolation"],"connections":[{"orbit":0,"id":29993}],"group":217,"orbitIndex":2,"isNotable":true,"name":"Unimpeded","orbit":3},"19424":{"icon":"Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds","skill":19424,"stats":["4% increased Strength"],"ascendancyName":"Titan","group":49,"connections":[{"orbit":0,"id":60634}],"orbitIndex":48,"name":"Strength","orbit":6},"42226":{"stats":["+10 to Intelligence"],"icon":"Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds","connections":[{"orbit":0,"id":34892},{"orbit":9,"id":17792}],"group":1252,"skill":42226,"orbitIndex":14,"name":"Intelligence","orbit":3},"4985":{"icon":"Art/2DArt/SkillIcons/passives/stunstr.dds","skill":4985,"stats":["Recover 50% of maximum Life when you Heavy Stun a Rare or Unique Enemy"],"recipe":["Ire","Disgust","Ire"],"connections":[{"orbit":0,"id":58855}],"group":171,"orbitIndex":8,"isNotable":true,"name":"Flip the Script","orbit":7},"48618":{"stats":["10% increased Mana Regeneration Rate"],"icon":"Art/2DArt/SkillIcons/passives/manaregeneration.dds","connections":[{"orbit":7,"id":37327}],"group":424,"skill":48618,"orbitIndex":12,"name":"Mana Regeneration","orbit":3},"18489":{"stats":["10% increased Damage with One Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/onehanddamage.dds","connections":[{"orbit":7,"id":13356},{"orbit":-7,"id":12751},{"orbit":0,"id":37258}],"group":395,"skill":18489,"orbitIndex":19,"name":"One Handed Damage","orbit":7},"35031":{"icon":"Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds","skill":35031,"stats":["3% increased maximum Life","10% increased Life Recovery rate"],"recipe":["Fear","Isolation","Fear"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern","connections":[],"group":1279,"orbitIndex":0,"isNotable":true,"name":"Chakra of Life","orbit":0},"34210":{"stats":["10% increased Damage with Two Handed Weapons"],"icon":"Art/2DArt/SkillIcons/passives/2handeddamage.dds","connections":[{"orbit":0,"id":54811},{"orbit":0,"id":64939}],"group":313,"skill":34210,"orbitIndex":0,"name":"Two Handed Damage","orbit":0},"21112":{"stats":["10% increased Damage with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":31055}],"group":1261,"skill":21112,"orbitIndex":57,"name":"Bow Damage","orbit":4},"44522":{"stats":["Gain Deflection Rating equal to 6% of Evasion Rating"],"icon":"Art/2DArt/SkillIcons/passives/EvasionNode.dds","connections":[{"orbit":0,"id":47831}],"group":1185,"skill":44522,"orbitIndex":22,"name":"Deflection","orbit":2},"52399":{"stats":["18% increased Critical Damage Bonus with Quarterstaves"],"icon":"Art/2DArt/SkillIcons/passives/damagestaff.dds","connections":[{"orbit":0,"id":9444}],"group":1263,"skill":52399,"orbitIndex":38,"name":"Quarterstaff Critical Damage","orbit":5},"24477":{"stats":["10% increased Stun Threshold","+5 to Strength"],"icon":"Art/2DArt/SkillIcons/passives/life1.dds","connections":[{"orbit":0,"id":17532}],"group":451,"skill":24477,"orbitIndex":16,"name":"Stun Threshold and Strength","orbit":2},"37665":{"stats":["Break 10% increased Armour","6% increased Attack Area Damage"],"icon":"Art/2DArt/SkillIcons/passives/AreaDmgNode.dds","connections":[{"orbit":3,"id":35739}],"group":540,"skill":37665,"orbitIndex":2,"name":"Area Damage and Armour Break","orbit":7},"47375":{"stats":["Companions have 12% increased maximum Life","10% increased Defences while your Companion is in your Presence"],"icon":"Art/2DArt/SkillIcons/passives/CompanionsNode1.dds","connections":[{"orbit":5,"id":63618}],"group":1273,"skill":47375,"orbitIndex":0,"name":"Defences and Companion Life","orbit":0},"41747":{"stats":["15% increased Critical Hit Chance with Flails"],"icon":"Art/2DArt/SkillIcons/passives/macedmg.dds","connections":[{"orbit":-3,"id":61847}],"group":62,"skill":41747,"orbitIndex":0,"name":"Flail Critical Chance","orbit":0},"27875":{"icon":"Art/2DArt/SkillIcons/passives/lightningint.dds","skill":27875,"stats":["40% increased chance to Shock","5% increased Attack and Cast Speed with Lightning Skills"],"recipe":["Isolation","Suffering","Greed"],"activeEffectImage":"Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern","connections":[{"orbit":0,"id":32123}],"group":1041,"orbitIndex":0,"isNotable":true,"name":"General Electric","orbit":0},"16249":{"icon":"Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds","skill":16249,"stats":["Allies in your Presence gain added Attack Damage equal","to 25% of your main hand Weapon's Damage"],"ascendancyName":"Tactician","connections":[],"group":223,"orbitIndex":0,"isNotable":true,"name":"Watch How I Do It","orbit":0},"49023":{"stats":["5% increased Block chance"],"icon":"Art/2DArt/SkillIcons/passives/shieldblock.dds","connections":[{"orbit":3,"id":12817},{"orbit":0,"id":22975}],"group":241,"skill":49023,"orbitIndex":6,"name":"Shield Block","orbit":1},"31055":{"stats":["3% increased Attack Speed with Bows"],"icon":"Art/2DArt/SkillIcons/passives/BowDamage.dds","connections":[{"orbit":0,"id":18969}],"group":1261,"skill":31055,"orbitIndex":19,"name":"Bow Speed","orbit":2},"16024":{"stats":["Invocation Spells have 20% increased Critical Damage Bonus"],"icon":"Art/2DArt/SkillIcons/passives/auraeffect.dds","connections":[{"orbit":2,"id":29288}],"group":998,"skill":16024,"orbitIndex":22,"name":"Invocation Critical Damage","orbit":2},"22864":{"icon":"Art/2DArt/SkillIcons/passives/criticalstrikechance.dds","skill":22864,"stats":["25% increased Critical Hit Chance for Attacks","30% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits"],"recipe":["Ire","Despair","Greed"],"connections":[{"orbit":0,"id":57966}],"group":869,"orbitIndex":21,"isNotable":true,"name":"Tainted Strike","orbit":3},"7120":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":7120,"stats":[],"ascendancyName":"Witchhunter","isAscendancyStart":true,"group":207,"connections":[{"orbit":-8,"id":43131},{"orbit":0,"id":20830},{"orbit":8,"id":61897},{"orbit":0,"id":51737},{"orbit":0,"id":25172}],"orbitIndex":72,"name":"Witchhunter","orbit":9},"8157":{"stats":["8% increased Reservation Efficiency of Herald Skills"],"icon":"Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds","connections":[],"group":1255,"skill":8157,"orbitIndex":16,"name":"Herald Reservation","orbit":2},"1583":{"icon":"Art/2DArt/SkillIcons/passives/damage.dds","skill":1583,"stats":[],"ascendancyName":"Pathfinder","isAscendancyStart":true,"group":1310,"connections":[{"orbit":5,"id":14508},{"orbit":0,"id":9798},{"orbit":-5,"id":49503},{"orbit":5,"id":36676},{"orbit":0,"id":12183},{"orbit":-5,"id":16}],"orbitIndex":48,"name":"Pathfinder","orbit":9},"17447":{"stats":["20% increased Stun Threshold while Parrying"],"icon":"Art/2DArt/SkillIcons/passives/BucklerNode1.dds","connections":[{"orbit":-7,"id":24843},{"orbit":7,"id":29320}],"group":1034,"skill":17447,"orbitIndex":14,"name":"Stun Threshold during Parry","orbit":2}},"max_x":23267.825320642,"constants":{"classes":{"DexIntClass":6,"IntClass":3,"StrDexIntClass":0,"StrIntClass":5,"StrDexClass":4,"DexClass":2,"StrClass":1},"orbitAnglesByOrbit":[[0,6.2831853071796],[0,0.5235987755983,1.0471975511966,1.5707963267949,2.0943951023932,2.6179938779915,3.1415926535898,3.6651914291881,4.1887902047864,4.7123889803847,5.235987755983,5.7595865315813,6.2831853071796],[0,0.26179938779915,0.5235987755983,0.78539816339745,1.0471975511966,1.3089969389957,1.5707963267949,1.832595714594,2.0943951023932,2.3561944901923,2.6179938779915,2.8797932657906,3.1415926535898,3.4033920413889,3.6651914291881,3.9269908169872,4.1887902047864,4.4505895925855,4.7123889803847,4.9741883681838,5.235987755983,5.4977871437821,5.7595865315813,6.0213859193804,6.2831853071796],[0,0.26179938779915,0.5235987755983,0.78539816339745,1.0471975511966,1.3089969389957,1.5707963267949,1.832595714594,2.0943951023932,2.3561944901923,2.6179938779915,2.8797932657906,3.1415926535898,3.4033920413889,3.6651914291881,3.9269908169872,4.1887902047864,4.4505895925855,4.7123889803847,4.9741883681838,5.235987755983,5.4977871437821,5.7595865315813,6.0213859193804,6.2831853071796],[0,0.087266462599716,0.17453292519943,0.26179938779915,0.34906585039887,0.43633231299858,0.5235987755983,0.61086523819802,0.69813170079773,0.78539816339745,0.87266462599716,0.95993108859688,1.0471975511966,1.1344640137963,1.221730476396,1.3089969389957,1.3962634015955,1.4835298641952,1.5707963267949,1.6580627893946,1.7453292519943,1.832595714594,1.9198621771938,2.0071286397935,2.0943951023932,2.1816615649929,2.2689280275926,2.3561944901923,2.4434609527921,2.5307274153918,2.6179938779915,2.7052603405912,2.7925268031909,2.8797932657906,2.9670597283904,3.0543261909901,3.1415926535898,3.2288591161895,3.3161255787892,3.4033920413889,3.4906585039887,3.5779249665884,3.6651914291881,3.7524578917878,3.8397243543875,3.9269908169872,4.014257279587,4.1015237421867,4.1887902047864,4.2760566673861,4.3633231299858,4.4505895925855,4.5378560551853,4.625122517785,4.7123889803847,4.7996554429844,4.8869219055841,4.9741883681838,5.0614548307836,5.1487212933833,5.235987755983,5.3232542185827,5.4105206811824,5.4977871437821,5.5850536063819,5.6723200689816,5.7595865315813,5.846852994181,5.9341194567807,6.0213859193804,6.1086523819802,6.1959188445799,6.2831853071796],[0,0.087266462599716,0.17453292519943,0.26179938779915,0.34906585039887,0.43633231299858,0.5235987755983,0.61086523819802,0.69813170079773,0.78539816339745,0.87266462599716,0.95993108859688,1.0471975511966,1.1344640137963,1.221730476396,1.3089969389957,1.3962634015955,1.4835298641952,1.5707963267949,1.6580627893946,1.7453292519943,1.832595714594,1.9198621771938,2.0071286397935,2.0943951023932,2.1816615649929,2.2689280275926,2.3561944901923,2.4434609527921,2.5307274153918,2.6179938779915,2.7052603405912,2.7925268031909,2.8797932657906,2.9670597283904,3.0543261909901,3.1415926535898,3.2288591161895,3.3161255787892,3.4033920413889,3.4906585039887,3.5779249665884,3.6651914291881,3.7524578917878,3.8397243543875,3.9269908169872,4.014257279587,4.1015237421867,4.1887902047864,4.2760566673861,4.3633231299858,4.4505895925855,4.5378560551853,4.625122517785,4.7123889803847,4.7996554429844,4.8869219055841,4.9741883681838,5.0614548307836,5.1487212933833,5.235987755983,5.3232542185827,5.4105206811824,5.4977871437821,5.5850536063819,5.6723200689816,5.7595865315813,5.846852994181,5.9341194567807,6.0213859193804,6.1086523819802,6.1959188445799,6.2831853071796],[0,0.087266462599716,0.17453292519943,0.26179938779915,0.34906585039887,0.43633231299858,0.5235987755983,0.61086523819802,0.69813170079773,0.78539816339745,0.87266462599716,0.95993108859688,1.0471975511966,1.1344640137963,1.221730476396,1.3089969389957,1.3962634015955,1.4835298641952,1.5707963267949,1.6580627893946,1.7453292519943,1.832595714594,1.9198621771938,2.0071286397935,2.0943951023932,2.1816615649929,2.2689280275926,2.3561944901923,2.4434609527921,2.5307274153918,2.6179938779915,2.7052603405912,2.7925268031909,2.8797932657906,2.9670597283904,3.0543261909901,3.1415926535898,3.2288591161895,3.3161255787892,3.4033920413889,3.4906585039887,3.5779249665884,3.6651914291881,3.7524578917878,3.8397243543875,3.9269908169872,4.014257279587,4.1015237421867,4.1887902047864,4.2760566673861,4.3633231299858,4.4505895925855,4.5378560551853,4.625122517785,4.7123889803847,4.7996554429844,4.8869219055841,4.9741883681838,5.0614548307836,5.1487212933833,5.235987755983,5.3232542185827,5.4105206811824,5.4977871437821,5.5850536063819,5.6723200689816,5.7595865315813,5.846852994181,5.9341194567807,6.0213859193804,6.1086523819802,6.1959188445799,6.2831853071796],[0,0.26179938779915,0.5235987755983,0.78539816339745,1.0471975511966,1.3089969389957,1.5707963267949,1.832595714594,2.0943951023932,2.3561944901923,2.6179938779915,2.8797932657906,3.1415926535898,3.4033920413889,3.6651914291881,3.9269908169872,4.1887902047864,4.4505895925855,4.7123889803847,4.9741883681838,5.235987755983,5.4977871437821,5.7595865315813,6.0213859193804,6.2831853071796],[0,0.087266462599716,0.17453292519943,0.26179938779915,0.34906585039887,0.43633231299858,0.5235987755983,0.61086523819802,0.69813170079773,0.78539816339745,0.87266462599716,0.95993108859688,1.0471975511966,1.1344640137963,1.221730476396,1.3089969389957,1.3962634015955,1.4835298641952,1.5707963267949,1.6580627893946,1.7453292519943,1.832595714594,1.9198621771938,2.0071286397935,2.0943951023932,2.1816615649929,2.2689280275926,2.3561944901923,2.4434609527921,2.5307274153918,2.6179938779915,2.7052603405912,2.7925268031909,2.8797932657906,2.9670597283904,3.0543261909901,3.1415926535898,3.2288591161895,3.3161255787892,3.4033920413889,3.4906585039887,3.5779249665884,3.6651914291881,3.7524578917878,3.8397243543875,3.9269908169872,4.014257279587,4.1015237421867,4.1887902047864,4.2760566673861,4.3633231299858,4.4505895925855,4.5378560551853,4.625122517785,4.7123889803847,4.7996554429844,4.8869219055841,4.9741883681838,5.0614548307836,5.1487212933833,5.235987755983,5.3232542185827,5.4105206811824,5.4977871437821,5.5850536063819,5.6723200689816,5.7595865315813,5.846852994181,5.9341194567807,6.0213859193804,6.1086523819802,6.1959188445799,6.2831853071796],[0,0.043633231299858,0.087266462599716,0.13089969389957,0.17453292519943,0.21816615649929,0.26179938779915,0.30543261909901,0.34906585039887,0.39269908169872,0.43633231299858,0.47996554429844,0.5235987755983,0.56723200689816,0.61086523819802,0.65449846949787,0.69813170079773,0.74176493209759,0.78539816339745,0.82903139469731,0.87266462599716,0.91629785729702,0.95993108859688,1.0035643198967,1.0471975511966,1.0908307824965,1.1344640137963,1.1780972450962,1.221730476396,1.2653637076959,1.3089969389957,1.3526301702956,1.3962634015955,1.4398966328953,1.4835298641952,1.527163095495,1.5707963267949,1.6144295580948,1.6580627893946,1.7016960206945,1.7453292519943,1.7889624832942,1.832595714594,1.8762289458939,1.9198621771938,1.9634954084936,2.0071286397935,2.0507618710933,2.0943951023932,2.1380283336931,2.1816615649929,2.2252947962928,2.2689280275926,2.3125612588925,2.3561944901923,2.3998277214922,2.4434609527921,2.4870941840919,2.5307274153918,2.5743606466916,2.6179938779915,2.6616271092914,2.7052603405912,2.7488935718911,2.7925268031909,2.8361600344908,2.8797932657906,2.9234264970905,2.9670597283904,3.0106929596902,3.0543261909901,3.0979594222899,3.1415926535898,3.1852258848897,3.2288591161895,3.2724923474894,3.3161255787892,3.3597588100891,3.4033920413889,3.4470252726888,3.4906585039887,3.5342917352885,3.5779249665884,3.6215581978882,3.6651914291881,3.708824660488,3.7524578917878,3.7960911230877,3.8397243543875,3.8833575856874,3.9269908169872,3.9706240482871,4.014257279587,4.0578905108868,4.1015237421867,4.1451569734865,4.1887902047864,4.2324234360862,4.2760566673861,4.319689898686,4.3633231299858,4.4069563612857,4.4505895925855,4.4942228238854,4.5378560551853,4.5814892864851,4.625122517785,4.6687557490848,4.7123889803847,4.7560222116845,4.7996554429844,4.8432886742843,4.8869219055841,4.930555136884,4.9741883681838,5.0178215994837,5.0614548307836,5.1050880620834,5.1487212933833,5.1923545246831,5.235987755983,5.2796209872828,5.3232542185827,5.3668874498826,5.4105206811824,5.4541539124823,5.4977871437821,5.541420375082,5.5850536063819,5.6286868376817,5.6723200689816,5.7159533002814,5.7595865315813,5.8032197628811,5.846852994181,5.8904862254809,5.9341194567807,5.9777526880806,6.0213859193804,6.0650191506803,6.1086523819802,6.15228561328,6.1959188445799,6.2395520758797,6.2831853071796]],"orbitRadii":[0,82,162,335,493,662,846,251,1080,1322],"characterAttributes":{"Strength":0,"Intelligence":2,"Dexterity":1},"PSSCentreInnerRadius":130,"skillsPerOrbit":[1,12,24,24,72,72,72,24,72,144]}} \ No newline at end of file diff --git a/src/TreeData/0_3/tree.lua b/src/TreeData/0_3/tree.lua new file mode 100644 index 0000000000..735614cf7d --- /dev/null +++ b/src/TreeData/0_3/tree.lua @@ -0,0 +1,108313 @@ +return { + assets={ + LineConnectorActive={ + [1]="orbit_active0.png" + }, + LineConnectorIntermediate={ + [1]="orbit_intermediate0.png" + }, + LineConnectorNormal={ + [1]="orbit_normal0.png" + }, + Orbit1Active={ + [1]="orbit_active9.png" + }, + Orbit1Intermediate={ + [1]="orbit_intermediate9.png" + }, + Orbit1Normal={ + [1]="orbit_normal9.png" + }, + Orbit2Active={ + [1]="orbit_active8.png" + }, + Orbit2Intermediate={ + [1]="orbit_intermediate8.png" + }, + Orbit2Normal={ + [1]="orbit_normal8.png" + }, + Orbit3Active={ + [1]="orbit_active6.png" + }, + Orbit3Intermediate={ + [1]="orbit_intermediate6.png" + }, + Orbit3Normal={ + [1]="orbit_normal6.png" + }, + Orbit4Active={ + [1]="orbit_active5.png" + }, + Orbit4Intermediate={ + [1]="orbit_intermediate5.png" + }, + Orbit4Normal={ + [1]="orbit_normal5.png" + }, + Orbit5Active={ + [1]="orbit_active4.png" + }, + Orbit5Intermediate={ + [1]="orbit_intermediate4.png" + }, + Orbit5Normal={ + [1]="orbit_normal4.png" + }, + Orbit6Active={ + [1]="orbit_active3.png" + }, + Orbit6Intermediate={ + [1]="orbit_intermediate3.png" + }, + Orbit6Normal={ + [1]="orbit_normal3.png" + }, + Orbit7Active={ + [1]="orbit_active7.png" + }, + Orbit7Intermediate={ + [1]="orbit_intermediate7.png" + }, + Orbit7Normal={ + [1]="orbit_normal7.png" + }, + Orbit8Active={ + [1]="orbit_active2.png" + }, + Orbit8Intermediate={ + [1]="orbit_intermediate2.png" + }, + Orbit8Normal={ + [1]="orbit_normal2.png" + }, + Orbit9Active={ + [1]="orbit_active1.png" + }, + Orbit9Intermediate={ + [1]="orbit_intermediate1.png" + }, + Orbit9Normal={ + [1]="orbit_normal1.png" + } + }, + classes={ + [1]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesDeadeye", + section="AscendancyBackground", + width=1500, + x=14723.961164228, + y=3128.8882207467 + }, + id="Deadeye", + internalId="Ranger1", + name="Deadeye" + }, + [2]={ + background={ + height=1500, + image="ClassesPathfinder", + section="AscendancyBackground", + width=1500, + x=13751.674845732, + y=6121.7981672774 + }, + id="Pathfinder", + internalId="Ranger3", + name="Pathfinder" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesRanger", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=15, + ["base_int"]=7, + ["base_str"]=7, + name="Ranger" + }, + [2]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesAmazon", + section="AscendancyBackground", + width=1500, + x=12178.374348621, + y=8847.1561582513 + }, + id="Amazon", + internalId="Huntress1", + name="Amazon" + }, + [2]={ + background={ + height=1500, + image="ClassesRitualist", + section="AscendancyBackground", + width=1500, + x=10072.820454151, + y=11185.850971744 + }, + id="Ritualist", + internalId="Huntress3", + name="Ritualist" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesHuntress", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=15, + ["base_int"]=7, + ["base_str"]=7, + name="Huntress" + }, + [3]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesTitan", + section="AscendancyBackground", + width=1500, + x=-11191.249866964, + y=10066.821756582 + }, + id="Titan", + internalId="Warrior1", + name="Titan" + }, + [2]={ + background={ + height=1500, + image="ClassesWarbringer", + section="AscendancyBackground", + width=1500, + x=-13039.704139156, + y=7520.0458660114 + }, + id="Warbringer", + internalId="Warrior2", + name="Warbringer" + }, + [3]={ + background={ + height=1500, + image="ClassesSmith of Kitava", + section="AscendancyBackground", + width=1500, + x=-14318.260769023, + y=4644.607885912 + }, + id="Smith of Kitava", + internalId="Warrior3", + name="Smith of Kitava" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesWarrior", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=7, + ["base_int"]=7, + ["base_str"]=15, + name="Warrior" + }, + [4]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesTactician", + section="AscendancyBackground", + width=1500, + x=3149.1717656234, + y=14719.636240554 + }, + id="Tactician", + internalId="Mercenary1", + name="Tactician" + }, + [2]={ + background={ + height=1500, + image="ClassesWitchhunter", + section="AscendancyBackground", + width=1500, + x=19.970347847175, + y=15052.726498839 + }, + id="Witchhunter", + internalId="Mercenary2", + name="Witchhunter" + }, + [3]={ + background={ + height=1500, + image="ClassesGemling Legionnaire", + section="AscendancyBackground", + width=1500, + x=-3110.1038699583, + y=14727.940378128 + }, + id="Gemling Legionnaire", + internalId="Mercenary3", + name="Gemling Legionnaire" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesMercenary", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=11, + ["base_int"]=7, + ["base_str"]=11, + name="Mercenary" + }, + [5]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesInfernalist", + section="AscendancyBackground", + width=1500, + x=-7526.3698730469, + y=-13036.055016673 + }, + id="Infernalist", + internalId="Witch1", + name="Infernalist" + }, + [2]={ + background={ + height=1500, + image="ClassesBlood Mage", + section="AscendancyBackground", + width=1500, + x=-4651.5523934462, + y=-14316.006223618 + }, + id="Blood Mage", + internalId="Witch2", + name="Blood Mage" + }, + [3]={ + background={ + height=1500, + image="ClassesLich", + section="AscendancyBackground", + width=1500, + x=-1573.4397536271, + y=-14970.27926277 + }, + id="Lich", + internalId="Witch3", + name="Lich", + replaceBy="Abyssal Lich" + }, + [4]={ + background={ + height=1500, + image="ClassesAbyssal Lich", + section="AscendancyBackground", + width=1500, + x=-1573.4397536271, + y=-14970.27926277 + }, + id="Abyssal Lich", + internalId="Witch3b", + name="Abyssal Lich", + replace="Lich" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesWitch", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=7, + ["base_int"]=15, + ["base_str"]=7, + name="Witch" + }, + [6]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesStormweaver", + section="AscendancyBackground", + width=1500, + x=1573.4397536271, + y=-14970.27926277 + }, + id="Stormweaver", + internalId="Sorceress1", + name="Stormweaver" + }, + [2]={ + background={ + height=1500, + image="ClassesChronomancer", + section="AscendancyBackground", + width=1500, + x=4651.5523934462, + y=-14316.006223618 + }, + id="Chronomancer", + internalId="Sorceress2", + name="Chronomancer" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesSorceress", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=7, + ["base_int"]=15, + ["base_str"]=7, + name="Sorceress" + }, + [7]={ + ascendancies={ + [1]={ + background={ + height=1500, + image="ClassesInvoker", + section="AscendancyBackground", + width=1500, + x=12202.167028072, + y=-8814.3118666561 + }, + id="Invoker", + internalId="Monk2", + name="Invoker" + }, + [2]={ + background={ + height=1500, + image="ClassesAcolyte of Chayula", + section="AscendancyBackground", + width=1500, + x=13768.118885853, + y=-6084.7248260421 + }, + id="Acolyte of Chayula", + internalId="Monk3", + name="Acolyte of Chayula" + } + }, + background={ + active={ + height=2000, + width=2000 + }, + bg={ + height=2000, + width=2000 + }, + height=1500, + image="ClassesMonk", + section="AscendancyBackground", + width=1500, + x=0, + y=0 + }, + ["base_dex"]=11, + ["base_int"]=11, + ["base_str"]=7, + name="Monk" + } + }, + constants={ + PSSCentreInnerRadius=130, + characterAttributes={ + Dexterity=1, + Intelligence=2, + Strength=0 + }, + classes={ + DexClass=2, + DexIntClass=6, + IntClass=3, + StrClass=1, + StrDexClass=4, + StrDexIntClass=0, + StrIntClass=5 + }, + orbitAnglesByOrbit={ + [1]={ + [1]=0, + [2]=6.2831853071796 + }, + [2]={ + [1]=0, + [2]=0.5235987755983, + [3]=1.0471975511966, + [4]=1.5707963267949, + [5]=2.0943951023932, + [6]=2.6179938779915, + [7]=3.1415926535898, + [8]=3.6651914291881, + [9]=4.1887902047864, + [10]=4.7123889803847, + [11]=5.235987755983, + [12]=5.7595865315813, + [13]=6.2831853071796 + }, + [3]={ + [1]=0, + [2]=0.26179938779915, + [3]=0.5235987755983, + [4]=0.78539816339745, + [5]=1.0471975511966, + [6]=1.3089969389957, + [7]=1.5707963267949, + [8]=1.832595714594, + [9]=2.0943951023932, + [10]=2.3561944901923, + [11]=2.6179938779915, + [12]=2.8797932657906, + [13]=3.1415926535898, + [14]=3.4033920413889, + [15]=3.6651914291881, + [16]=3.9269908169872, + [17]=4.1887902047864, + [18]=4.4505895925855, + [19]=4.7123889803847, + [20]=4.9741883681838, + [21]=5.235987755983, + [22]=5.4977871437821, + [23]=5.7595865315813, + [24]=6.0213859193804, + [25]=6.2831853071796 + }, + [4]={ + [1]=0, + [2]=0.26179938779915, + [3]=0.5235987755983, + [4]=0.78539816339745, + [5]=1.0471975511966, + [6]=1.3089969389957, + [7]=1.5707963267949, + [8]=1.832595714594, + [9]=2.0943951023932, + [10]=2.3561944901923, + [11]=2.6179938779915, + [12]=2.8797932657906, + [13]=3.1415926535898, + [14]=3.4033920413889, + [15]=3.6651914291881, + [16]=3.9269908169872, + [17]=4.1887902047864, + [18]=4.4505895925855, + [19]=4.7123889803847, + [20]=4.9741883681838, + [21]=5.235987755983, + [22]=5.4977871437821, + [23]=5.7595865315813, + [24]=6.0213859193804, + [25]=6.2831853071796 + }, + [5]={ + [1]=0, + [2]=0.087266462599716, + [3]=0.17453292519943, + [4]=0.26179938779915, + [5]=0.34906585039887, + [6]=0.43633231299858, + [7]=0.5235987755983, + [8]=0.61086523819802, + [9]=0.69813170079773, + [10]=0.78539816339745, + [11]=0.87266462599716, + [12]=0.95993108859688, + [13]=1.0471975511966, + [14]=1.1344640137963, + [15]=1.221730476396, + [16]=1.3089969389957, + [17]=1.3962634015955, + [18]=1.4835298641952, + [19]=1.5707963267949, + [20]=1.6580627893946, + [21]=1.7453292519943, + [22]=1.832595714594, + [23]=1.9198621771938, + [24]=2.0071286397935, + [25]=2.0943951023932, + [26]=2.1816615649929, + [27]=2.2689280275926, + [28]=2.3561944901923, + [29]=2.4434609527921, + [30]=2.5307274153918, + [31]=2.6179938779915, + [32]=2.7052603405912, + [33]=2.7925268031909, + [34]=2.8797932657906, + [35]=2.9670597283904, + [36]=3.0543261909901, + [37]=3.1415926535898, + [38]=3.2288591161895, + [39]=3.3161255787892, + [40]=3.4033920413889, + [41]=3.4906585039887, + [42]=3.5779249665884, + [43]=3.6651914291881, + [44]=3.7524578917878, + [45]=3.8397243543875, + [46]=3.9269908169872, + [47]=4.014257279587, + [48]=4.1015237421867, + [49]=4.1887902047864, + [50]=4.2760566673861, + [51]=4.3633231299858, + [52]=4.4505895925855, + [53]=4.5378560551853, + [54]=4.625122517785, + [55]=4.7123889803847, + [56]=4.7996554429844, + [57]=4.8869219055841, + [58]=4.9741883681838, + [59]=5.0614548307836, + [60]=5.1487212933833, + [61]=5.235987755983, + [62]=5.3232542185827, + [63]=5.4105206811824, + [64]=5.4977871437821, + [65]=5.5850536063819, + [66]=5.6723200689816, + [67]=5.7595865315813, + [68]=5.846852994181, + [69]=5.9341194567807, + [70]=6.0213859193804, + [71]=6.1086523819802, + [72]=6.1959188445799, + [73]=6.2831853071796 + }, + [6]={ + [1]=0, + [2]=0.087266462599716, + [3]=0.17453292519943, + [4]=0.26179938779915, + [5]=0.34906585039887, + [6]=0.43633231299858, + [7]=0.5235987755983, + [8]=0.61086523819802, + [9]=0.69813170079773, + [10]=0.78539816339745, + [11]=0.87266462599716, + [12]=0.95993108859688, + [13]=1.0471975511966, + [14]=1.1344640137963, + [15]=1.221730476396, + [16]=1.3089969389957, + [17]=1.3962634015955, + [18]=1.4835298641952, + [19]=1.5707963267949, + [20]=1.6580627893946, + [21]=1.7453292519943, + [22]=1.832595714594, + [23]=1.9198621771938, + [24]=2.0071286397935, + [25]=2.0943951023932, + [26]=2.1816615649929, + [27]=2.2689280275926, + [28]=2.3561944901923, + [29]=2.4434609527921, + [30]=2.5307274153918, + [31]=2.6179938779915, + [32]=2.7052603405912, + [33]=2.7925268031909, + [34]=2.8797932657906, + [35]=2.9670597283904, + [36]=3.0543261909901, + [37]=3.1415926535898, + [38]=3.2288591161895, + [39]=3.3161255787892, + [40]=3.4033920413889, + [41]=3.4906585039887, + [42]=3.5779249665884, + [43]=3.6651914291881, + [44]=3.7524578917878, + [45]=3.8397243543875, + [46]=3.9269908169872, + [47]=4.014257279587, + [48]=4.1015237421867, + [49]=4.1887902047864, + [50]=4.2760566673861, + [51]=4.3633231299858, + [52]=4.4505895925855, + [53]=4.5378560551853, + [54]=4.625122517785, + [55]=4.7123889803847, + [56]=4.7996554429844, + [57]=4.8869219055841, + [58]=4.9741883681838, + [59]=5.0614548307836, + [60]=5.1487212933833, + [61]=5.235987755983, + [62]=5.3232542185827, + [63]=5.4105206811824, + [64]=5.4977871437821, + [65]=5.5850536063819, + [66]=5.6723200689816, + [67]=5.7595865315813, + [68]=5.846852994181, + [69]=5.9341194567807, + [70]=6.0213859193804, + [71]=6.1086523819802, + [72]=6.1959188445799, + [73]=6.2831853071796 + }, + [7]={ + [1]=0, + [2]=0.087266462599716, + [3]=0.17453292519943, + [4]=0.26179938779915, + [5]=0.34906585039887, + [6]=0.43633231299858, + [7]=0.5235987755983, + [8]=0.61086523819802, + [9]=0.69813170079773, + [10]=0.78539816339745, + [11]=0.87266462599716, + [12]=0.95993108859688, + [13]=1.0471975511966, + [14]=1.1344640137963, + [15]=1.221730476396, + [16]=1.3089969389957, + [17]=1.3962634015955, + [18]=1.4835298641952, + [19]=1.5707963267949, + [20]=1.6580627893946, + [21]=1.7453292519943, + [22]=1.832595714594, + [23]=1.9198621771938, + [24]=2.0071286397935, + [25]=2.0943951023932, + [26]=2.1816615649929, + [27]=2.2689280275926, + [28]=2.3561944901923, + [29]=2.4434609527921, + [30]=2.5307274153918, + [31]=2.6179938779915, + [32]=2.7052603405912, + [33]=2.7925268031909, + [34]=2.8797932657906, + [35]=2.9670597283904, + [36]=3.0543261909901, + [37]=3.1415926535898, + [38]=3.2288591161895, + [39]=3.3161255787892, + [40]=3.4033920413889, + [41]=3.4906585039887, + [42]=3.5779249665884, + [43]=3.6651914291881, + [44]=3.7524578917878, + [45]=3.8397243543875, + [46]=3.9269908169872, + [47]=4.014257279587, + [48]=4.1015237421867, + [49]=4.1887902047864, + [50]=4.2760566673861, + [51]=4.3633231299858, + [52]=4.4505895925855, + [53]=4.5378560551853, + [54]=4.625122517785, + [55]=4.7123889803847, + [56]=4.7996554429844, + [57]=4.8869219055841, + [58]=4.9741883681838, + [59]=5.0614548307836, + [60]=5.1487212933833, + [61]=5.235987755983, + [62]=5.3232542185827, + [63]=5.4105206811824, + [64]=5.4977871437821, + [65]=5.5850536063819, + [66]=5.6723200689816, + [67]=5.7595865315813, + [68]=5.846852994181, + [69]=5.9341194567807, + [70]=6.0213859193804, + [71]=6.1086523819802, + [72]=6.1959188445799, + [73]=6.2831853071796 + }, + [8]={ + [1]=0, + [2]=0.26179938779915, + [3]=0.5235987755983, + [4]=0.78539816339745, + [5]=1.0471975511966, + [6]=1.3089969389957, + [7]=1.5707963267949, + [8]=1.832595714594, + [9]=2.0943951023932, + [10]=2.3561944901923, + [11]=2.6179938779915, + [12]=2.8797932657906, + [13]=3.1415926535898, + [14]=3.4033920413889, + [15]=3.6651914291881, + [16]=3.9269908169872, + [17]=4.1887902047864, + [18]=4.4505895925855, + [19]=4.7123889803847, + [20]=4.9741883681838, + [21]=5.235987755983, + [22]=5.4977871437821, + [23]=5.7595865315813, + [24]=6.0213859193804, + [25]=6.2831853071796 + }, + [9]={ + [1]=0, + [2]=0.087266462599716, + [3]=0.17453292519943, + [4]=0.26179938779915, + [5]=0.34906585039887, + [6]=0.43633231299858, + [7]=0.5235987755983, + [8]=0.61086523819802, + [9]=0.69813170079773, + [10]=0.78539816339745, + [11]=0.87266462599716, + [12]=0.95993108859688, + [13]=1.0471975511966, + [14]=1.1344640137963, + [15]=1.221730476396, + [16]=1.3089969389957, + [17]=1.3962634015955, + [18]=1.4835298641952, + [19]=1.5707963267949, + [20]=1.6580627893946, + [21]=1.7453292519943, + [22]=1.832595714594, + [23]=1.9198621771938, + [24]=2.0071286397935, + [25]=2.0943951023932, + [26]=2.1816615649929, + [27]=2.2689280275926, + [28]=2.3561944901923, + [29]=2.4434609527921, + [30]=2.5307274153918, + [31]=2.6179938779915, + [32]=2.7052603405912, + [33]=2.7925268031909, + [34]=2.8797932657906, + [35]=2.9670597283904, + [36]=3.0543261909901, + [37]=3.1415926535898, + [38]=3.2288591161895, + [39]=3.3161255787892, + [40]=3.4033920413889, + [41]=3.4906585039887, + [42]=3.5779249665884, + [43]=3.6651914291881, + [44]=3.7524578917878, + [45]=3.8397243543875, + [46]=3.9269908169872, + [47]=4.014257279587, + [48]=4.1015237421867, + [49]=4.1887902047864, + [50]=4.2760566673861, + [51]=4.3633231299858, + [52]=4.4505895925855, + [53]=4.5378560551853, + [54]=4.625122517785, + [55]=4.7123889803847, + [56]=4.7996554429844, + [57]=4.8869219055841, + [58]=4.9741883681838, + [59]=5.0614548307836, + [60]=5.1487212933833, + [61]=5.235987755983, + [62]=5.3232542185827, + [63]=5.4105206811824, + [64]=5.4977871437821, + [65]=5.5850536063819, + [66]=5.6723200689816, + [67]=5.7595865315813, + [68]=5.846852994181, + [69]=5.9341194567807, + [70]=6.0213859193804, + [71]=6.1086523819802, + [72]=6.1959188445799, + [73]=6.2831853071796 + }, + [10]={ + [1]=0, + [2]=0.043633231299858, + [3]=0.087266462599716, + [4]=0.13089969389957, + [5]=0.17453292519943, + [6]=0.21816615649929, + [7]=0.26179938779915, + [8]=0.30543261909901, + [9]=0.34906585039887, + [10]=0.39269908169872, + [11]=0.43633231299858, + [12]=0.47996554429844, + [13]=0.5235987755983, + [14]=0.56723200689816, + [15]=0.61086523819802, + [16]=0.65449846949787, + [17]=0.69813170079773, + [18]=0.74176493209759, + [19]=0.78539816339745, + [20]=0.82903139469731, + [21]=0.87266462599716, + [22]=0.91629785729702, + [23]=0.95993108859688, + [24]=1.0035643198967, + [25]=1.0471975511966, + [26]=1.0908307824965, + [27]=1.1344640137963, + [28]=1.1780972450962, + [29]=1.221730476396, + [30]=1.2653637076959, + [31]=1.3089969389957, + [32]=1.3526301702956, + [33]=1.3962634015955, + [34]=1.4398966328953, + [35]=1.4835298641952, + [36]=1.527163095495, + [37]=1.5707963267949, + [38]=1.6144295580948, + [39]=1.6580627893946, + [40]=1.7016960206945, + [41]=1.7453292519943, + [42]=1.7889624832942, + [43]=1.832595714594, + [44]=1.8762289458939, + [45]=1.9198621771938, + [46]=1.9634954084936, + [47]=2.0071286397935, + [48]=2.0507618710933, + [49]=2.0943951023932, + [50]=2.1380283336931, + [51]=2.1816615649929, + [52]=2.2252947962928, + [53]=2.2689280275926, + [54]=2.3125612588925, + [55]=2.3561944901923, + [56]=2.3998277214922, + [57]=2.4434609527921, + [58]=2.4870941840919, + [59]=2.5307274153918, + [60]=2.5743606466916, + [61]=2.6179938779915, + [62]=2.6616271092914, + [63]=2.7052603405912, + [64]=2.7488935718911, + [65]=2.7925268031909, + [66]=2.8361600344908, + [67]=2.8797932657906, + [68]=2.9234264970905, + [69]=2.9670597283904, + [70]=3.0106929596902, + [71]=3.0543261909901, + [72]=3.0979594222899, + [73]=3.1415926535898, + [74]=3.1852258848897, + [75]=3.2288591161895, + [76]=3.2724923474894, + [77]=3.3161255787892, + [78]=3.3597588100891, + [79]=3.4033920413889, + [80]=3.4470252726888, + [81]=3.4906585039887, + [82]=3.5342917352885, + [83]=3.5779249665884, + [84]=3.6215581978882, + [85]=3.6651914291881, + [86]=3.708824660488, + [87]=3.7524578917878, + [88]=3.7960911230877, + [89]=3.8397243543875, + [90]=3.8833575856874, + [91]=3.9269908169872, + [92]=3.9706240482871, + [93]=4.014257279587, + [94]=4.0578905108868, + [95]=4.1015237421867, + [96]=4.1451569734865, + [97]=4.1887902047864, + [98]=4.2324234360862, + [99]=4.2760566673861, + [100]=4.319689898686, + [101]=4.3633231299858, + [102]=4.4069563612857, + [103]=4.4505895925855, + [104]=4.4942228238854, + [105]=4.5378560551853, + [106]=4.5814892864851, + [107]=4.625122517785, + [108]=4.6687557490848, + [109]=4.7123889803847, + [110]=4.7560222116845, + [111]=4.7996554429844, + [112]=4.8432886742843, + [113]=4.8869219055841, + [114]=4.930555136884, + [115]=4.9741883681838, + [116]=5.0178215994837, + [117]=5.0614548307836, + [118]=5.1050880620834, + [119]=5.1487212933833, + [120]=5.1923545246831, + [121]=5.235987755983, + [122]=5.2796209872828, + [123]=5.3232542185827, + [124]=5.3668874498826, + [125]=5.4105206811824, + [126]=5.4541539124823, + [127]=5.4977871437821, + [128]=5.541420375082, + [129]=5.5850536063819, + [130]=5.6286868376817, + [131]=5.6723200689816, + [132]=5.7159533002814, + [133]=5.7595865315813, + [134]=5.8032197628811, + [135]=5.846852994181, + [136]=5.8904862254809, + [137]=5.9341194567807, + [138]=5.9777526880806, + [139]=6.0213859193804, + [140]=6.0650191506803, + [141]=6.1086523819802, + [142]=6.15228561328, + [143]=6.1959188445799, + [144]=6.2395520758797, + [145]=6.2831853071796 + } + }, + orbitRadii={ + [1]=0, + [2]=82, + [3]=162, + [4]=335, + [5]=493, + [6]=662, + [7]=846, + [8]=251, + [9]=1080, + [10]=1322 + }, + skillsPerOrbit={ + [1]=1, + [2]=12, + [3]=24, + [4]=24, + [5]=72, + [6]=72, + [7]=72, + [8]=24, + [9]=72, + [10]=144 + } + }, + ddsCoords={ + ["ascendancy-background_1500_1500_BC7.dds.zst"]={ + ["ClassesAbyssal Lich"]=11, + ["ClassesAcolyte of Chayula"]=30, + ClassesAmazon=28, + ["ClassesBlood Mage"]=15, + ClassesChronomancer=8, + ClassesDeadeye=4, + ClassesDruid=18, + ClassesDuelist=13, + ["ClassesGemling Legionnaire"]=20, + ClassesHuntress=5, + ClassesInfernalist=16, + ClassesInvoker=2, + ClassesLich=3, + ClassesMarauder=27, + ClassesMercenary=12, + ClassesMonk=6, + ClassesPathfinder=22, + ClassesRanger=26, + ClassesRitualist=23, + ClassesShadow=7, + ["ClassesSmith of Kitava"]=1, + ClassesSorceress=10, + ClassesStormweaver=9, + ClassesTactician=25, + ClassesTemplar=19, + ClassesTitan=29, + ClassesWarbringer=14, + ClassesWarrior=24, + ClassesWitch=17, + ClassesWitchhunter=21 + }, + ["ascendancy-background_4000_4000_BC7.dds.zst"]={ + BGTree=1, + BGTreeActive=2 + }, + ["background_1024_1024_BC7.dds.zst"]={ + Background2=1 + }, + ["group-background_104_104_BC7.dds.zst"]={ + PSSkillFrame=3, + PSSkillFrameActive=2, + PSSkillFrameHighlighted=1 + }, + ["group-background_152_156_BC7.dds.zst"]={ + JewelFrameAllocated=7, + JewelFrameCanAllocate=9, + JewelFrameUnallocated=12, + NotableFrameAllocated=3, + NotableFrameCanAllocate=11, + NotableFrameUnallocated=10, + ["art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketactive.dds"]=2, + ["art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketcanallocate.dds"]=1, + ["art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketnormal.dds"]=8, + ["art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketactive.dds"]=5, + ["art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketcanallocate.dds"]=4, + ["art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketnormal.dds"]=6 + }, + ["group-background_160_164_BC7.dds.zst"]={ + AscendancyFrameSmallAllocated=2, + AscendancyFrameSmallCanAllocate=1, + AscendancyFrameSmallNormal=3 + }, + ["group-background_208_208_BC7.dds.zst"]={ + AscendancyFrameLargeAllocated=2, + AscendancyFrameLargeCanAllocate=1, + AscendancyFrameLargeNormal=3 + }, + ["group-background_220_224_BC7.dds.zst"]={ + KeystoneFrameAllocated=2, + KeystoneFrameCanAllocate=3, + KeystoneFrameUnallocated=1 + }, + ["group-background_360_360_BC7.dds.zst"]={ + PSGroupBackground1=1, + PSGroupBackgroundSmallBlank=1 + }, + ["group-background_468_468_BC7.dds.zst"]={ + PSGroupBackground2=1, + PSGroupBackgroundMediumBlank=1 + }, + ["group-background_528_528_BC7.dds.zst"]={ + PSStartNodeBackgroundInactive=1 + }, + ["group-background_740_376_BC7.dds.zst"]={ + PSGroupBackground3=1, + PSGroupBackgroundLargeBlank=1 + }, + ["group-background_92_92_BC7.dds.zst"]={ + AscendancyMiddle=1 + }, + ["jewel-sockets_152_156_BC7.dds.zst"]={ + Diamond=6, + Emerald=4, + Ruby=1, + Sapphire=7, + ["Time-Lost Diamond"]=6, + ["Time-Lost Emerald"]=2, + ["Time-Lost Ruby"]=3, + ["Time-Lost Sapphire"]=5, + ["Timeless Jewel"]=6 + }, + ["legion_128_128_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/AbyssDexNotable.dds"]=13, + ["Art/2DArt/SkillIcons/passives/AbyssIntNotable.dds"]=11, + ["Art/2DArt/SkillIcons/passives/AbyssStrNotable.dds"]=12, + ["Art/2DArt/SkillIcons/passives/AmanamusDefiance.dds"]=20, + ["Art/2DArt/SkillIcons/passives/CorruptedDefences.dds"]=32, + ["Art/2DArt/SkillIcons/passives/DevotionNotable.dds"]=8, + ["Art/2DArt/SkillIcons/passives/DivineFlesh.dds"]=31, + ["Art/2DArt/SkillIcons/passives/EternalEmpireDefensiveNotable.dds"]=6, + ["Art/2DArt/SkillIcons/passives/EternalEmpireOffensiveNotable.dds"]=34, + ["Art/2DArt/SkillIcons/passives/EternalYouth.dds"]=27, + ["Art/2DArt/SkillIcons/passives/FocusedRage.dds"]=4, + ["Art/2DArt/SkillIcons/passives/GlancingBlows.dds"]=23, + ["Art/2DArt/SkillIcons/passives/InnerConviction.dds"]=9, + ["Art/2DArt/SkillIcons/passives/KalguuranDexKeystone.dds"]=39, + ["Art/2DArt/SkillIcons/passives/KalguuranDexNotable.dds"]=22, + ["Art/2DArt/SkillIcons/passives/KalguuranIntKeystone.dds"]=3, + ["Art/2DArt/SkillIcons/passives/KalguuranIntNotable.dds"]=21, + ["Art/2DArt/SkillIcons/passives/KalguuranStrKeystone.dds"]=38, + ["Art/2DArt/SkillIcons/passives/KalguuranStrNotable.dds"]=25, + ["Art/2DArt/SkillIcons/passives/KulemaksSovereignty.dds"]=19, + ["Art/2DArt/SkillIcons/passives/KurgasAmbition.dds"]=16, + ["Art/2DArt/SkillIcons/passives/MiracleMaker.dds"]=33, + ["Art/2DArt/SkillIcons/passives/OasisKeystone.dds"]=24, + ["Art/2DArt/SkillIcons/passives/PowerOfPurpose.dds"]=18, + ["Art/2DArt/SkillIcons/passives/SharpandBrittle.dds"]=29, + ["Art/2DArt/SkillIcons/passives/SoulTetherKeystone.dds"]=26, + ["Art/2DArt/SkillIcons/passives/StrengthOfBlood.dds"]=10, + ["Art/2DArt/SkillIcons/passives/SupremeDecadence.dds"]=28, + ["Art/2DArt/SkillIcons/passives/SupremeEgo.dds"]=2, + ["Art/2DArt/SkillIcons/passives/SupremeGrandstand.dds"]=7, + ["Art/2DArt/SkillIcons/passives/SupremeProdigy.dds"]=37, + ["Art/2DArt/SkillIcons/passives/TecrodsBrutality.dds"]=15, + ["Art/2DArt/SkillIcons/passives/TemperedByWar.dds"]=5, + ["Art/2DArt/SkillIcons/passives/TheBlindMonk.dds"]=1, + ["Art/2DArt/SkillIcons/passives/TranscendenceKeystone.dds"]=17, + ["Art/2DArt/SkillIcons/passives/UlamansVision.dds"]=14, + ["Art/2DArt/SkillIcons/passives/VaalNotableDefensive.dds"]=30, + ["Art/2DArt/SkillIcons/passives/VaalNotableOffensive.dds"]=35, + ["Art/2DArt/SkillIcons/passives/WindDancer.dds"]=36 + }, + ["legion_564_564_BC7.dds.zst"]={ + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreeneternalempirejewelcircle1.dds"]=9, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreeneternalempirejewelcircle2.dds"]=8, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkalguuranjewelcircle1.dds"]=10, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkalguuranjewelcircle2.dds"]=4, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkaruijewelcircle1.dds"]=3, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenkaruijewelcircle2.dds"]=12, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenmarakethjewelcircle1.dds"]=1, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenmarakethjewelcircle2.dds"]=6, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreentemplarjewelcircle1.dds"]=5, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreentemplarjewelcircle2.dds"]=7, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenvaaljewelcircle1.dds"]=2, + ["art/textures/interface/2d/2dart/uiimages/ingame/passiveskillscreenvaaljewelcircle2.dds"]=11 + }, + ["legion_64_64_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/AbyssJewelNode.dds"]=1, + ["Art/2DArt/SkillIcons/passives/DevotionNode.dds"]=4, + ["Art/2DArt/SkillIcons/passives/EternalEmpireBlank.dds"]=5, + ["Art/2DArt/SkillIcons/passives/VaalDefensive.dds"]=2, + ["Art/2DArt/SkillIcons/passives/VaalOffensive.dds"]=3 + }, + ["lines_1436_1436_BC7.dds.zst"]={ + CurvesActive=3, + CurvesIntermediate=2, + CurvesNormal=1 + }, + ["mastery-active-effect_776_768_BC7.dds.zst"]={ + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern"]=30, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern"]=47, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern"]=55, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern"]=40, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern"]=44, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern"]=13, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAxePattern"]=45, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern"]=34, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern"]=21, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern"]=12, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern"]=58, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern"]=28, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern"]=7, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern"]=5, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern"]=24, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern"]=20, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern"]=49, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern"]=9, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern"]=10, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern"]=8, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern"]=57, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern"]=11, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern"]=35, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDualWieldPattern"]=14, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern"]=52, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern"]=39, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern"]=59, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern"]=18, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern"]=23, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern"]=46, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern"]=56, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern"]=15, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern"]=48, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern"]=54, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern"]=27, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern"]=31, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern"]=17, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern"]=60, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern"]=53, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern"]=51, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern"]=3, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern"]=41, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern"]=42, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern"]=43, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern"]=4, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern"]=26, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern"]=29, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern"]=33, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryResistancesAndAilmentProtectionPattern"]=22, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern"]=36, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpearsPattern"]=2, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern"]=16, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStaffPattern"]=1, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern"]=37, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySwordPattern"]=32, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern"]=50, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern"]=38, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern"]=25, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern"]=19, + ["Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern"]=6 + }, + ["monster-categories_36_36_BC7.dds.zst"]={ + Beast=4, + Construct=1, + Demon=5, + Eldritch=3, + Humanoid=2, + Undead=6 + }, + ["oils_108_108_RGBA.dds.zst"]={ + Despair=6, + Disgust=10, + Envy=7, + Fear=8, + Greed=4, + Guilt=5, + Ire=1, + Isolation=9, + Paranoia=3, + Suffering=2 + }, + ["skills-disabled_128_128_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds"]=10, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds"]=150, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds"]=28, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds"]=36, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds"]=27, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds"]=31, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds"]=191, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds"]=35, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds"]=101, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds"]=78, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds"]=213, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds"]=74, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds"]=106, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds"]=77, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds"]=177, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds"]=11, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds"]=4, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds"]=22, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds"]=21, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds"]=25, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds"]=246, + ["Art/2DArt/SkillIcons/passives/Annihilation.dds"]=287, + ["Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds"]=280, + ["Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds"]=273, + ["Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds"]=157, + ["Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds"]=250, + ["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds"]=19, + ["Art/2DArt/SkillIcons/passives/AuraNotable.dds"]=189, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds"]=83, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds"]=84, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds"]=204, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds"]=122, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds"]=102, + ["Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds"]=94, + ["Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds"]=89, + ["Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds"]=100, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds"]=111, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds"]=91, + ["Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds"]=105, + ["Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds"]=37, + ["Art/2DArt/SkillIcons/passives/Blood2.dds"]=224, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds"]=231, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds"]=64, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds"]=152, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds"]=67, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds"]=143, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds"]=17, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds"]=92, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds"]=216, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds"]=153, + ["Art/2DArt/SkillIcons/passives/BowDamage.dds"]=165, + ["Art/2DArt/SkillIcons/passives/BucklersNotable1.dds"]=144, + ["Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds"]=253, + ["Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds"]=198, + ["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds"]=141, + ["Art/2DArt/SkillIcons/passives/ChaosDamage2.dds"]=90, + ["Art/2DArt/SkillIcons/passives/CharmNotable1.dds"]=136, + ["Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds"]=139, + ["Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds"]=132, + ["Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds"]=127, + ["Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds"]=149, + ["Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds"]=245, + ["Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds"]=93, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds"]=58, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds"]=69, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds"]=57, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds"]=214, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds"]=55, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds"]=75, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds"]=166, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds"]=38, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds"]=65, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds"]=80, + ["Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds"]=129, + ["Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds"]=226, + ["Art/2DArt/SkillIcons/passives/ElementalResistance2.dds"]=236, + ["Art/2DArt/SkillIcons/passives/EternalYouth.dds"]=98, + ["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds"]=13, + ["Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds"]=34, + ["Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds"]=14, + ["Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds"]=1, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds"]=23, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds"]=7, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds"]=51, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds"]=229, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds"]=232, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds"]=228, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds"]=6, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds"]=220, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds"]=174, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds"]=154, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds"]=164, + ["Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds"]=182, + ["Art/2DArt/SkillIcons/passives/GlancingBlows.dds"]=151, + ["Art/2DArt/SkillIcons/passives/Harrier.dds"]=159, + ["Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds"]=99, + ["Art/2DArt/SkillIcons/passives/Hearty.dds"]=259, + ["Art/2DArt/SkillIcons/passives/HiredKiller2.dds"]=140, + ["Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds"]=8, + ["Art/2DArt/SkillIcons/passives/Hunter.dds"]=156, + ["Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds"]=108, + ["Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds"]=238, + ["Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds"]=167, + ["Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds"]=239, + ["Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds"]=178, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds"]=200, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds"]=283, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds"]=225, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds"]=282, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds"]=97, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds"]=285, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds"]=286, + ["Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds"]=284, + ["Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds"]=175, + ["Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds"]=237, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds"]=233, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds"]=72, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds"]=70, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds"]=243, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds"]=68, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds"]=71, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds"]=73, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds"]=201, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds"]=269, + ["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds"]=193, + ["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds"]=221, + ["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds"]=104, + ["Art/2DArt/SkillIcons/passives/KeystoneConduit.dds"]=125, + ["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds"]=131, + ["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds"]=113, + ["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds"]=278, + ["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds"]=188, + ["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds"]=66, + ["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds"]=76, + ["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds"]=162, + ["Art/2DArt/SkillIcons/passives/LethalAssault.dds"]=155, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds"]=270, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds"]=244, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds"]=60, + ["Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds"]=114, + ["Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds"]=120, + ["Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds"]=257, + ["Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds"]=115, + ["Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds"]=12, + ["Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds"]=158, + ["Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds"]=109, + ["Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds"]=118, + ["Art/2DArt/SkillIcons/passives/Meleerange.dds"]=288, + ["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds"]=256, + ["Art/2DArt/SkillIcons/passives/MiracleMaker.dds"]=222, + ["Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds"]=82, + ["Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds"]=119, + ["Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds"]=24, + ["Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds"]=81, + ["Art/2DArt/SkillIcons/passives/MonkManaChakra.dds"]=107, + ["Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds"]=87, + ["Art/2DArt/SkillIcons/passives/MonkStunChakra.dds"]=29, + ["Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds"]=96, + ["Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds"]=240, + ["Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds"]=183, + ["Art/2DArt/SkillIcons/passives/OasisKeystone2.dds"]=128, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds"]=41, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds"]=52, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds"]=194, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds"]=53, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds"]=54, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds"]=43, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds"]=161, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds"]=46, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds"]=242, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds"]=130, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds"]=134, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds"]=47, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds"]=48, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds"]=281, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds"]=44, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds"]=116, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds"]=42, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds"]=163, + ["Art/2DArt/SkillIcons/passives/Poison.dds"]=124, + ["Art/2DArt/SkillIcons/passives/PressurePoints.dds"]=261, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds"]=16, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds"]=20, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds"]=63, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds"]=147, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds"]=18, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds"]=26, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds"]=15, + ["Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds"]=137, + ["Art/2DArt/SkillIcons/passives/RemnantNotable.dds"]=275, + ["Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds"]=110, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds"]=86, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds"]=277, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds"]=112, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds"]=40, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds"]=59, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds"]=202, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds"]=211, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds"]=190, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds"]=199, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds"]=117, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds"]=203, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds"]=196, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds"]=62, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds"]=205, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds"]=184, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds"]=176, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds"]=207, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds"]=30, + ["Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds"]=255, + ["Art/2DArt/SkillIcons/passives/SpearsNotable1.dds"]=95, + ["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds"]=266, + ["Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds"]=138, + ["Art/2DArt/SkillIcons/passives/Storm Weaver.dds"]=148, + ["Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds"]=276, + ["Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds"]=249, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds"]=289, + ["Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds"]=181, + ["Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds"]=168, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds"]=247, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds"]=50, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds"]=248, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds"]=195, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds"]=258, + ["Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds"]=146, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds"]=180, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds"]=241, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds"]=230, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds"]=5, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds"]=185, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds"]=61, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds"]=254, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds"]=3, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds"]=274, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds"]=85, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds"]=227, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds"]=33, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds"]=223, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds"]=217, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds"]=39, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds"]=252, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds"]=234, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds"]=133, + ["Art/2DArt/SkillIcons/passives/ThornsNotable1.dds"]=172, + ["Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds"]=219, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds"]=215, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds"]=209, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds"]=206, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds"]=169, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds"]=135, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds"]=212, + ["Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds"]=126, + ["Art/2DArt/SkillIcons/passives/Trap.dds"]=123, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds"]=9, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds"]=170, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds"]=210, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds"]=192, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds"]=208, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds"]=49, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds"]=187, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds"]=45, + ["Art/2DArt/SkillIcons/passives/Warrior.dds"]=267, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds"]=32, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds"]=173, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds"]=2, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds"]=103, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds"]=79, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds"]=279, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds"]=268, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds"]=121, + ["Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds"]=88, + ["Art/2DArt/SkillIcons/passives/bodysoul.dds"]=265, + ["Art/2DArt/SkillIcons/passives/deepwisdom.dds"]=56, + ["Art/2DArt/SkillIcons/passives/eagleeye.dds"]=145, + ["Art/2DArt/SkillIcons/passives/executioner.dds"]=142, + ["Art/2DArt/SkillIcons/passives/finesse.dds"]=160, + ["Art/2DArt/SkillIcons/passives/flameborn.dds"]=272, + ["Art/2DArt/SkillIcons/passives/frostborn.dds"]=251, + ["Art/2DArt/SkillIcons/passives/heroicspirit.dds"]=235, + ["Art/2DArt/SkillIcons/passives/icebite.dds"]=260, + ["Art/2DArt/SkillIcons/passives/legstrength.dds"]=264, + ["Art/2DArt/SkillIcons/passives/lifeleech.dds"]=171, + ["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds"]=179, + ["Art/2DArt/SkillIcons/passives/newnewattackspeed.dds"]=186, + ["Art/2DArt/SkillIcons/passives/steelspan.dds"]=197, + ["Art/2DArt/SkillIcons/passives/stormborn.dds"]=262, + ["Art/2DArt/SkillIcons/passives/strongarm.dds"]=263, + ["Art/2DArt/SkillIcons/passives/totemmax.dds"]=218, + ["Art/2DArt/SkillIcons/passives/vaalpact.dds"]=271 + }, + ["skills-disabled_172_172_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/MasteryBlank.dds"]=1 + }, + ["skills-disabled_176_176_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds"]=1 + }, + ["skills-disabled_64_64_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/ExplosiveGrenade.dds"]=112, + ["Art/2DArt/SkillIcons/WitchBoneStorm.dds"]=22, + ["Art/2DArt/SkillIcons/icongroundslam.dds"]=35, + ["Art/2DArt/SkillIcons/passives/2handeddamage.dds"]=149, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds"]=81, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds"]=10, + ["Art/2DArt/SkillIcons/passives/ArchonCold.dds"]=145, + ["Art/2DArt/SkillIcons/passives/ArchonFire.dds"]=139, + ["Art/2DArt/SkillIcons/passives/ArchonGeneric.dds"]=68, + ["Art/2DArt/SkillIcons/passives/ArchonLightning.dds"]=110, + ["Art/2DArt/SkillIcons/passives/AreaDmgNode.dds"]=93, + ["Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds"]=111, + ["Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds"]=49, + ["Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds"]=89, + ["Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds"]=90, + ["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds"]=138, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds"]=29, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds"]=31, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds"]=54, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds"]=55, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds"]=46, + ["Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds"]=39, + ["Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds"]=33, + ["Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds"]=45, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds"]=50, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds"]=37, + ["Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds"]=48, + ["Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds"]=51, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds"]=16, + ["Art/2DArt/SkillIcons/passives/BucklerNode1.dds"]=14, + ["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds"]=64, + ["Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds"]=135, + ["Art/2DArt/SkillIcons/passives/CharmNode1.dds"]=63, + ["Art/2DArt/SkillIcons/passives/ColdDamagenode.dds"]=143, + ["Art/2DArt/SkillIcons/passives/ColdResistNode.dds"]=134, + ["Art/2DArt/SkillIcons/passives/CompanionsNode1.dds"]=15, + ["Art/2DArt/SkillIcons/passives/CorpseDamage.dds"]=154, + ["Art/2DArt/SkillIcons/passives/CurseEffectNode.dds"]=71, + ["Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds"]=104, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds"]=8, + ["Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds"]=24, + ["Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds"]=80, + ["Art/2DArt/SkillIcons/passives/EvasionNode.dds"]=44, + ["Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds"]=124, + ["Art/2DArt/SkillIcons/passives/FireDamagenode.dds"]=25, + ["Art/2DArt/SkillIcons/passives/FireResistNode.dds"]=129, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds"]=109, + ["Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds"]=152, + ["Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds"]=99, + ["Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds"]=38, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds"]=147, + ["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds"]=43, + ["Art/2DArt/SkillIcons/passives/InstillationsNode1.dds"]=121, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds"]=23, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds"]=57, + ["Art/2DArt/SkillIcons/passives/Lich/LichNode.dds"]=58, + ["Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds"]=84, + ["Art/2DArt/SkillIcons/passives/LightningDamagenode.dds"]=127, + ["Art/2DArt/SkillIcons/passives/LightningResistNode.dds"]=133, + ["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds"]=61, + ["Art/2DArt/SkillIcons/passives/MarkNode.dds"]=42, + ["Art/2DArt/SkillIcons/passives/MeleeAoENode.dds"]=5, + ["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds"]=137, + ["Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds"]=140, + ["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds"]=3, + ["Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds"]=100, + ["Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds"]=155, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds"]=20, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds"]=4, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds"]=88, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds"]=77, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds"]=6, + ["Art/2DArt/SkillIcons/passives/Rage.dds"]=108, + ["Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds"]=132, + ["Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds"]=17, + ["Art/2DArt/SkillIcons/passives/Remnant.dds"]=7, + ["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds"]=116, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds"]=62, + ["Art/2DArt/SkillIcons/passives/SpearsNode1.dds"]=40, + ["Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds"]=151, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds"]=27, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds"]=73, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds"]=130, + ["Art/2DArt/SkillIcons/passives/ThornsNode1.dds"]=97, + ["Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds"]=114, + ["Art/2DArt/SkillIcons/passives/WarCryEffect.dds"]=107, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds"]=56, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds"]=1, + ["Art/2DArt/SkillIcons/passives/accuracydex.dds"]=131, + ["Art/2DArt/SkillIcons/passives/accuracystr.dds"]=95, + ["Art/2DArt/SkillIcons/passives/areaofeffect.dds"]=76, + ["Art/2DArt/SkillIcons/passives/attackspeed.dds"]=117, + ["Art/2DArt/SkillIcons/passives/attackspeedbow.dds"]=59, + ["Art/2DArt/SkillIcons/passives/auraareaofeffect.dds"]=41, + ["Art/2DArt/SkillIcons/passives/auraeffect.dds"]=83, + ["Art/2DArt/SkillIcons/passives/avoidchilling.dds"]=78, + ["Art/2DArt/SkillIcons/passives/axedmgspeed.dds"]=150, + ["Art/2DArt/SkillIcons/passives/blankDex.dds"]=69, + ["Art/2DArt/SkillIcons/passives/blankInt.dds"]=106, + ["Art/2DArt/SkillIcons/passives/blankStr.dds"]=141, + ["Art/2DArt/SkillIcons/passives/blockstr.dds"]=119, + ["Art/2DArt/SkillIcons/passives/castspeed.dds"]=30, + ["Art/2DArt/SkillIcons/passives/chargedex.dds"]=47, + ["Art/2DArt/SkillIcons/passives/chargeint.dds"]=21, + ["Art/2DArt/SkillIcons/passives/chargestr.dds"]=85, + ["Art/2DArt/SkillIcons/passives/clustersLinknode2.dds"]=115, + ["Art/2DArt/SkillIcons/passives/colddamage.dds"]=82, + ["Art/2DArt/SkillIcons/passives/coldresist.dds"]=120, + ["Art/2DArt/SkillIcons/passives/criticaldaggerint.dds"]=32, + ["Art/2DArt/SkillIcons/passives/criticalstrikechance.dds"]=125, + ["Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds"]=65, + ["Art/2DArt/SkillIcons/passives/damage.dds"]=75, + ["Art/2DArt/SkillIcons/passives/damage_blue.dds"]=87, + ["Art/2DArt/SkillIcons/passives/damageaxe.dds"]=94, + ["Art/2DArt/SkillIcons/passives/damagedualwield.dds"]=153, + ["Art/2DArt/SkillIcons/passives/damagespells.dds"]=122, + ["Art/2DArt/SkillIcons/passives/damagestaff.dds"]=28, + ["Art/2DArt/SkillIcons/passives/damagesword.dds"]=128, + ["Art/2DArt/SkillIcons/passives/dmgreduction.dds"]=102, + ["Art/2DArt/SkillIcons/passives/elementaldamage.dds"]=12, + ["Art/2DArt/SkillIcons/passives/energyshield.dds"]=2, + ["Art/2DArt/SkillIcons/passives/evade.dds"]=101, + ["Art/2DArt/SkillIcons/passives/firedamage.dds"]=72, + ["Art/2DArt/SkillIcons/passives/firedamageint.dds"]=98, + ["Art/2DArt/SkillIcons/passives/firedamagestr.dds"]=67, + ["Art/2DArt/SkillIcons/passives/fireresist.dds"]=92, + ["Art/2DArt/SkillIcons/passives/flaskdex.dds"]=66, + ["Art/2DArt/SkillIcons/passives/flaskint.dds"]=34, + ["Art/2DArt/SkillIcons/passives/flaskstr.dds"]=52, + ["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds"]=19, + ["Art/2DArt/SkillIcons/passives/knockback.dds"]=118, + ["Art/2DArt/SkillIcons/passives/life1.dds"]=123, + ["Art/2DArt/SkillIcons/passives/lifepercentage.dds"]=60, + ["Art/2DArt/SkillIcons/passives/lightningint.dds"]=146, + ["Art/2DArt/SkillIcons/passives/lightningstr.dds"]=126, + ["Art/2DArt/SkillIcons/passives/macedmg.dds"]=103, + ["Art/2DArt/SkillIcons/passives/mana.dds"]=74, + ["Art/2DArt/SkillIcons/passives/manaregeneration.dds"]=13, + ["Art/2DArt/SkillIcons/passives/manastr.dds"]=113, + ["Art/2DArt/SkillIcons/passives/miniondamageBlue.dds"]=11, + ["Art/2DArt/SkillIcons/passives/minionlife.dds"]=91, + ["Art/2DArt/SkillIcons/passives/onehanddamage.dds"]=26, + ["Art/2DArt/SkillIcons/passives/plusattribute.dds"]=105, + ["Art/2DArt/SkillIcons/passives/plusdexterity.dds"]=148, + ["Art/2DArt/SkillIcons/passives/plusintelligence.dds"]=53, + ["Art/2DArt/SkillIcons/passives/plusstrength.dds"]=86, + ["Art/2DArt/SkillIcons/passives/projectilespeed.dds"]=142, + ["Art/2DArt/SkillIcons/passives/shieldblock.dds"]=96, + ["Art/2DArt/SkillIcons/passives/spellcritical.dds"]=144, + ["Art/2DArt/SkillIcons/passives/stun2h.dds"]=79, + ["Art/2DArt/SkillIcons/passives/stunstr.dds"]=18, + ["Art/2DArt/SkillIcons/passives/tempint.dds"]=70, + ["Art/2DArt/SkillIcons/passives/totemandbrandlife.dds"]=136, + ["Art/2DArt/SkillIcons/passives/trapdamage.dds"]=36, + ["Art/2DArt/SkillIcons/passives/trapsmax.dds"]=9 + }, + ["skills_128_128_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds"]=10, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds"]=154, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds"]=29, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds"]=38, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds"]=28, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds"]=33, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds"]=190, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds"]=37, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds"]=101, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds"]=78, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds"]=212, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds"]=73, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds"]=106, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds"]=77, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds"]=180, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds"]=11, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds"]=4, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds"]=23, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds"]=22, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds"]=26, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds"]=243, + ["Art/2DArt/SkillIcons/passives/Annihilation.dds"]=287, + ["Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds"]=279, + ["Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds"]=268, + ["Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds"]=197, + ["Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds"]=269, + ["Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds"]=19, + ["Art/2DArt/SkillIcons/passives/AuraNotable.dds"]=262, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds"]=83, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds"]=84, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds"]=203, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds"]=125, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds"]=102, + ["Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds"]=94, + ["Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds"]=89, + ["Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds"]=100, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds"]=111, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds"]=91, + ["Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds"]=105, + ["Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds"]=242, + ["Art/2DArt/SkillIcons/passives/Blood2.dds"]=173, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds"]=226, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds"]=63, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds"]=157, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds"]=66, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds"]=147, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds"]=17, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds"]=92, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds"]=216, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds"]=158, + ["Art/2DArt/SkillIcons/passives/BowDamage.dds"]=169, + ["Art/2DArt/SkillIcons/passives/BucklersNotable1.dds"]=148, + ["Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds"]=128, + ["Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds"]=198, + ["Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds"]=145, + ["Art/2DArt/SkillIcons/passives/ChaosDamage2.dds"]=90, + ["Art/2DArt/SkillIcons/passives/CharmNotable1.dds"]=140, + ["Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds"]=143, + ["Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds"]=136, + ["Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds"]=131, + ["Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds"]=153, + ["Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds"]=241, + ["Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds"]=93, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds"]=58, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds"]=68, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds"]=57, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds"]=213, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds"]=55, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds"]=74, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds"]=170, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds"]=39, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds"]=64, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds"]=80, + ["Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds"]=133, + ["Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds"]=222, + ["Art/2DArt/SkillIcons/passives/ElementalResistance2.dds"]=231, + ["Art/2DArt/SkillIcons/passives/EternalYouth.dds"]=98, + ["Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds"]=13, + ["Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds"]=36, + ["Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds"]=14, + ["Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds"]=1, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds"]=24, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds"]=7, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds"]=50, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds"]=6, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds"]=227, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds"]=225, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds"]=223, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds"]=218, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds"]=177, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds"]=230, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds"]=168, + ["Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds"]=210, + ["Art/2DArt/SkillIcons/passives/GlancingBlows.dds"]=155, + ["Art/2DArt/SkillIcons/passives/Harrier.dds"]=163, + ["Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds"]=99, + ["Art/2DArt/SkillIcons/passives/Hearty.dds"]=76, + ["Art/2DArt/SkillIcons/passives/HiredKiller2.dds"]=144, + ["Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds"]=8, + ["Art/2DArt/SkillIcons/passives/Hunter.dds"]=161, + ["Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds"]=108, + ["Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds"]=233, + ["Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds"]=171, + ["Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds"]=118, + ["Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds"]=278, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds"]=200, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds"]=282, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds"]=221, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds"]=283, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds"]=97, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds"]=285, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds"]=199, + ["Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds"]=284, + ["Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds"]=178, + ["Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds"]=235, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds"]=228, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds"]=71, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds"]=69, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds"]=239, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds"]=67, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds"]=70, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds"]=72, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds"]=201, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds"]=264, + ["Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds"]=53, + ["Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds"]=219, + ["Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds"]=104, + ["Art/2DArt/SkillIcons/passives/KeystoneConduit.dds"]=129, + ["Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds"]=135, + ["Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds"]=113, + ["Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds"]=276, + ["Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds"]=185, + ["Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds"]=65, + ["Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds"]=75, + ["Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds"]=166, + ["Art/2DArt/SkillIcons/passives/LethalAssault.dds"]=160, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds"]=265, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds"]=240, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds"]=60, + ["Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds"]=114, + ["Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds"]=122, + ["Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds"]=253, + ["Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds"]=115, + ["Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds"]=12, + ["Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds"]=162, + ["Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds"]=109, + ["Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds"]=119, + ["Art/2DArt/SkillIcons/passives/Meleerange.dds"]=288, + ["Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds"]=252, + ["Art/2DArt/SkillIcons/passives/MiracleMaker.dds"]=191, + ["Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds"]=82, + ["Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds"]=121, + ["Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds"]=25, + ["Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds"]=81, + ["Art/2DArt/SkillIcons/passives/MonkManaChakra.dds"]=107, + ["Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds"]=87, + ["Art/2DArt/SkillIcons/passives/MonkStunChakra.dds"]=30, + ["Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds"]=96, + ["Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds"]=236, + ["Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds"]=184, + ["Art/2DArt/SkillIcons/passives/OasisKeystone2.dds"]=132, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds"]=41, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds"]=51, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds"]=193, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds"]=52, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds"]=54, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds"]=43, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds"]=165, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds"]=46, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds"]=238, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds"]=134, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds"]=138, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds"]=47, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds"]=48, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds"]=280, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds"]=44, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds"]=116, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds"]=42, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds"]=167, + ["Art/2DArt/SkillIcons/passives/Poison.dds"]=127, + ["Art/2DArt/SkillIcons/passives/PressurePoints.dds"]=256, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds"]=16, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds"]=20, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds"]=62, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds"]=151, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds"]=18, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds"]=27, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds"]=15, + ["Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds"]=141, + ["Art/2DArt/SkillIcons/passives/RemnantNotable.dds"]=272, + ["Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds"]=110, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds"]=86, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds"]=274, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds"]=112, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds"]=208, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds"]=59, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds"]=117, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds"]=120, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds"]=206, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds"]=211, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds"]=21, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds"]=179, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds"]=244, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds"]=175, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds"]=202, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds"]=32, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds"]=194, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds"]=245, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds"]=31, + ["Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds"]=251, + ["Art/2DArt/SkillIcons/passives/SpearsNotable1.dds"]=95, + ["Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds"]=124, + ["Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds"]=142, + ["Art/2DArt/SkillIcons/passives/Storm Weaver.dds"]=152, + ["Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds"]=273, + ["Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds"]=248, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds"]=289, + ["Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds"]=183, + ["Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds"]=172, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds"]=246, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds"]=49, + ["Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds"]=247, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds"]=196, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds"]=254, + ["Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds"]=150, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds"]=182, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds"]=237, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds"]=159, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds"]=5, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds"]=186, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds"]=61, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds"]=250, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds"]=3, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds"]=271, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds"]=85, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds"]=224, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds"]=35, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds"]=220, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds"]=217, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds"]=40, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds"]=249, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds"]=229, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds"]=137, + ["Art/2DArt/SkillIcons/passives/ThornsNotable1.dds"]=205, + ["Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds"]=156, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds"]=215, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds"]=181, + ["Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds"]=195, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds"]=174, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds"]=139, + ["Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds"]=214, + ["Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds"]=130, + ["Art/2DArt/SkillIcons/passives/Trap.dds"]=126, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds"]=9, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds"]=286, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds"]=209, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds"]=192, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds"]=207, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds"]=281, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds"]=188, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds"]=45, + ["Art/2DArt/SkillIcons/passives/Warrior.dds"]=261, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds"]=34, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds"]=270, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds"]=2, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds"]=103, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds"]=79, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds"]=277, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds"]=263, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds"]=123, + ["Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds"]=88, + ["Art/2DArt/SkillIcons/passives/bodysoul.dds"]=260, + ["Art/2DArt/SkillIcons/passives/deepwisdom.dds"]=56, + ["Art/2DArt/SkillIcons/passives/eagleeye.dds"]=149, + ["Art/2DArt/SkillIcons/passives/executioner.dds"]=146, + ["Art/2DArt/SkillIcons/passives/finesse.dds"]=164, + ["Art/2DArt/SkillIcons/passives/flameborn.dds"]=267, + ["Art/2DArt/SkillIcons/passives/frostborn.dds"]=275, + ["Art/2DArt/SkillIcons/passives/heroicspirit.dds"]=232, + ["Art/2DArt/SkillIcons/passives/icebite.dds"]=189, + ["Art/2DArt/SkillIcons/passives/legstrength.dds"]=259, + ["Art/2DArt/SkillIcons/passives/lifeleech.dds"]=176, + ["Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds"]=204, + ["Art/2DArt/SkillIcons/passives/newnewattackspeed.dds"]=187, + ["Art/2DArt/SkillIcons/passives/steelspan.dds"]=255, + ["Art/2DArt/SkillIcons/passives/stormborn.dds"]=257, + ["Art/2DArt/SkillIcons/passives/strongarm.dds"]=258, + ["Art/2DArt/SkillIcons/passives/totemmax.dds"]=234, + ["Art/2DArt/SkillIcons/passives/vaalpact.dds"]=266 + }, + ["skills_172_172_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/MasteryBlank.dds"]=1 + }, + ["skills_176_176_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds"]=1 + }, + ["skills_64_64_BC1.dds.zst"]={ + ["Art/2DArt/SkillIcons/ExplosiveGrenade.dds"]=117, + ["Art/2DArt/SkillIcons/WitchBoneStorm.dds"]=13, + ["Art/2DArt/SkillIcons/icongroundslam.dds"]=35, + ["Art/2DArt/SkillIcons/passives/2handeddamage.dds"]=120, + ["Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds"]=78, + ["Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds"]=9, + ["Art/2DArt/SkillIcons/passives/ArchonCold.dds"]=148, + ["Art/2DArt/SkillIcons/passives/ArchonFire.dds"]=143, + ["Art/2DArt/SkillIcons/passives/ArchonGeneric.dds"]=133, + ["Art/2DArt/SkillIcons/passives/ArchonLightning.dds"]=115, + ["Art/2DArt/SkillIcons/passives/AreaDmgNode.dds"]=108, + ["Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds"]=116, + ["Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds"]=25, + ["Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds"]=86, + ["Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds"]=87, + ["Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds"]=49, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds"]=29, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds"]=31, + ["Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds"]=51, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds"]=52, + ["Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds"]=46, + ["Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds"]=39, + ["Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds"]=33, + ["Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds"]=45, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds"]=50, + ["Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds"]=37, + ["Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds"]=48, + ["Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds"]=14, + ["Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds"]=17, + ["Art/2DArt/SkillIcons/passives/BucklerNode1.dds"]=12, + ["Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds"]=60, + ["Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds"]=141, + ["Art/2DArt/SkillIcons/passives/CharmNode1.dds"]=59, + ["Art/2DArt/SkillIcons/passives/ColdDamagenode.dds"]=10, + ["Art/2DArt/SkillIcons/passives/ColdResistNode.dds"]=140, + ["Art/2DArt/SkillIcons/passives/CompanionsNode1.dds"]=15, + ["Art/2DArt/SkillIcons/passives/CorpseDamage.dds"]=154, + ["Art/2DArt/SkillIcons/passives/CurseEffectNode.dds"]=67, + ["Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds"]=105, + ["Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds"]=7, + ["Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds"]=90, + ["Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds"]=77, + ["Art/2DArt/SkillIcons/passives/EvasionNode.dds"]=44, + ["Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds"]=128, + ["Art/2DArt/SkillIcons/passives/FireDamagenode.dds"]=100, + ["Art/2DArt/SkillIcons/passives/FireResistNode.dds"]=131, + ["Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds"]=118, + ["Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds"]=152, + ["Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds"]=63, + ["Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds"]=38, + ["Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds"]=149, + ["Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds"]=43, + ["Art/2DArt/SkillIcons/passives/InstillationsNode1.dds"]=34, + ["Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds"]=24, + ["Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds"]=54, + ["Art/2DArt/SkillIcons/passives/Lich/LichNode.dds"]=55, + ["Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds"]=82, + ["Art/2DArt/SkillIcons/passives/LightningDamagenode.dds"]=130, + ["Art/2DArt/SkillIcons/passives/LightningResistNode.dds"]=138, + ["Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds"]=57, + ["Art/2DArt/SkillIcons/passives/MarkNode.dds"]=42, + ["Art/2DArt/SkillIcons/passives/MeleeAoENode.dds"]=106, + ["Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds"]=142, + ["Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds"]=74, + ["Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds"]=3, + ["Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds"]=71, + ["Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds"]=155, + ["Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds"]=20, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds"]=4, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds"]=68, + ["Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds"]=73, + ["Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds"]=5, + ["Art/2DArt/SkillIcons/passives/Rage.dds"]=113, + ["Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds"]=137, + ["Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds"]=18, + ["Art/2DArt/SkillIcons/passives/Remnant.dds"]=6, + ["Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds"]=122, + ["Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds"]=58, + ["Art/2DArt/SkillIcons/passives/SpearsNode1.dds"]=40, + ["Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds"]=151, + ["Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds"]=132, + ["Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds"]=144, + ["Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds"]=134, + ["Art/2DArt/SkillIcons/passives/ThornsNode1.dds"]=121, + ["Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds"]=27, + ["Art/2DArt/SkillIcons/passives/WarCryEffect.dds"]=22, + ["Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds"]=53, + ["Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds"]=1, + ["Art/2DArt/SkillIcons/passives/accuracydex.dds"]=136, + ["Art/2DArt/SkillIcons/passives/accuracystr.dds"]=96, + ["Art/2DArt/SkillIcons/passives/areaofeffect.dds"]=80, + ["Art/2DArt/SkillIcons/passives/attackspeed.dds"]=125, + ["Art/2DArt/SkillIcons/passives/attackspeedbow.dds"]=56, + ["Art/2DArt/SkillIcons/passives/auraareaofeffect.dds"]=41, + ["Art/2DArt/SkillIcons/passives/auraeffect.dds"]=102, + ["Art/2DArt/SkillIcons/passives/avoidchilling.dds"]=75, + ["Art/2DArt/SkillIcons/passives/axedmgspeed.dds"]=145, + ["Art/2DArt/SkillIcons/passives/blankDex.dds"]=65, + ["Art/2DArt/SkillIcons/passives/blankInt.dds"]=109, + ["Art/2DArt/SkillIcons/passives/blankStr.dds"]=126, + ["Art/2DArt/SkillIcons/passives/blockstr.dds"]=30, + ["Art/2DArt/SkillIcons/passives/castspeed.dds"]=110, + ["Art/2DArt/SkillIcons/passives/chargedex.dds"]=47, + ["Art/2DArt/SkillIcons/passives/chargeint.dds"]=21, + ["Art/2DArt/SkillIcons/passives/chargestr.dds"]=26, + ["Art/2DArt/SkillIcons/passives/clustersLinknode2.dds"]=112, + ["Art/2DArt/SkillIcons/passives/colddamage.dds"]=11, + ["Art/2DArt/SkillIcons/passives/coldresist.dds"]=92, + ["Art/2DArt/SkillIcons/passives/criticaldaggerint.dds"]=32, + ["Art/2DArt/SkillIcons/passives/criticalstrikechance.dds"]=70, + ["Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds"]=61, + ["Art/2DArt/SkillIcons/passives/damage.dds"]=72, + ["Art/2DArt/SkillIcons/passives/damage_blue.dds"]=85, + ["Art/2DArt/SkillIcons/passives/damageaxe.dds"]=88, + ["Art/2DArt/SkillIcons/passives/damagedualwield.dds"]=153, + ["Art/2DArt/SkillIcons/passives/damagespells.dds"]=64, + ["Art/2DArt/SkillIcons/passives/damagestaff.dds"]=28, + ["Art/2DArt/SkillIcons/passives/damagesword.dds"]=101, + ["Art/2DArt/SkillIcons/passives/dmgreduction.dds"]=129, + ["Art/2DArt/SkillIcons/passives/elementaldamage.dds"]=76, + ["Art/2DArt/SkillIcons/passives/energyshield.dds"]=2, + ["Art/2DArt/SkillIcons/passives/evade.dds"]=103, + ["Art/2DArt/SkillIcons/passives/firedamage.dds"]=83, + ["Art/2DArt/SkillIcons/passives/firedamageint.dds"]=150, + ["Art/2DArt/SkillIcons/passives/firedamagestr.dds"]=104, + ["Art/2DArt/SkillIcons/passives/fireresist.dds"]=124, + ["Art/2DArt/SkillIcons/passives/flaskdex.dds"]=62, + ["Art/2DArt/SkillIcons/passives/flaskint.dds"]=107, + ["Art/2DArt/SkillIcons/passives/flaskstr.dds"]=127, + ["Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds"]=19, + ["Art/2DArt/SkillIcons/passives/knockback.dds"]=123, + ["Art/2DArt/SkillIcons/passives/life1.dds"]=94, + ["Art/2DArt/SkillIcons/passives/lifepercentage.dds"]=89, + ["Art/2DArt/SkillIcons/passives/lightningint.dds"]=16, + ["Art/2DArt/SkillIcons/passives/lightningstr.dds"]=111, + ["Art/2DArt/SkillIcons/passives/macedmg.dds"]=98, + ["Art/2DArt/SkillIcons/passives/mana.dds"]=69, + ["Art/2DArt/SkillIcons/passives/manaregeneration.dds"]=84, + ["Art/2DArt/SkillIcons/passives/manastr.dds"]=114, + ["Art/2DArt/SkillIcons/passives/miniondamageBlue.dds"]=79, + ["Art/2DArt/SkillIcons/passives/minionlife.dds"]=95, + ["Art/2DArt/SkillIcons/passives/onehanddamage.dds"]=119, + ["Art/2DArt/SkillIcons/passives/plusattribute.dds"]=97, + ["Art/2DArt/SkillIcons/passives/plusdexterity.dds"]=99, + ["Art/2DArt/SkillIcons/passives/plusintelligence.dds"]=23, + ["Art/2DArt/SkillIcons/passives/plusstrength.dds"]=93, + ["Art/2DArt/SkillIcons/passives/projectilespeed.dds"]=146, + ["Art/2DArt/SkillIcons/passives/shieldblock.dds"]=91, + ["Art/2DArt/SkillIcons/passives/spellcritical.dds"]=147, + ["Art/2DArt/SkillIcons/passives/stun2h.dds"]=81, + ["Art/2DArt/SkillIcons/passives/stunstr.dds"]=135, + ["Art/2DArt/SkillIcons/passives/tempint.dds"]=66, + ["Art/2DArt/SkillIcons/passives/totemandbrandlife.dds"]=139, + ["Art/2DArt/SkillIcons/passives/trapdamage.dds"]=36, + ["Art/2DArt/SkillIcons/passives/trapsmax.dds"]=8 + } + }, + groups={ + [2]={ + nodes={ + [1]=22541 + }, + orbits={ + [1]=0 + }, + x=-15658.693929803, + y=4289.0882816464 + }, + [3]={ + nodes={ + [1]=5386 + }, + orbits={ + [1]=0 + }, + x=-15658.693929803, + y=4669.7882816464 + }, + [4]={ + nodes={ + [1]=57959 + }, + orbits={ + [1]=0 + }, + x=-15446.023929803, + y=3924.5582816464 + }, + [5]={ + nodes={ + [1]=14960 + }, + orbits={ + [1]=0 + }, + x=-15446.023929803, + y=4669.7882816464 + }, + [6]={ + nodes={ + [1]=60298 + }, + orbits={ + [1]=0 + }, + x=-15234.023929803, + y=4289.0882816464 + }, + [7]={ + nodes={ + [1]=47236 + }, + orbits={ + [1]=0 + }, + x=-15234.023929803, + y=4669.7882816464 + }, + [8]={ + nodes={ + [1]=47184 + }, + orbits={ + [1]=0 + }, + x=-15022.023929803, + y=4289.0882816464 + }, + [9]={ + nodes={ + [1]=20895 + }, + orbits={ + [1]=0 + }, + x=-15022.023929803, + y=4669.7882816464 + }, + [10]={ + nodes={ + [1]=64962 + }, + orbits={ + [1]=0 + }, + x=-15019.523929803, + y=5408.7082816464 + }, + [11]={ + nodes={ + [1]=110 + }, + orbits={ + [1]=0 + }, + x=-14962.483929803, + y=5568.6482816464 + }, + [12]={ + nodes={ + [1]=22908 + }, + orbits={ + [1]=0 + }, + x=-14864.633929803, + y=5718.4882816464 + }, + [13]={ + nodes={ + [1]=48537 + }, + orbits={ + [1]=0 + }, + x=-14810.023929803, + y=4289.0882816464 + }, + [14]={ + nodes={ + [1]=63401 + }, + orbits={ + [1]=0 + }, + x=-14809.983929803, + y=3924.5582816464 + }, + [15]={ + nodes={ + [1]=8525 + }, + orbits={ + [1]=0 + }, + x=-14729.803929803, + y=5843.3382816464 + }, + [16]={ + nodes={ + [1]=49380 + }, + orbits={ + [1]=0 + }, + x=-14187.515392137, + y=7092.2062617458 + }, + [17]={ + nodes={ + [1]=58704 + }, + orbits={ + [1]=0 + }, + x=-14187.515392137, + y=7455.2062617458 + }, + [18]={ + nodes={ + [1]=38769 + }, + orbits={ + [1]=0 + }, + x=-14187.515392137, + y=7818.2062617458 + }, + [19]={ + nodes={ + [1]=36659 + }, + orbits={ + [1]=0 + }, + x=-14120.485392137, + y=6842.0362617458 + }, + [20]={ + nodes={ + [1]=9997 + }, + orbits={ + [1]=0 + }, + x=-14571.203929803, + y=5930.0482816464 + }, + [21]={ + nodes={ + [1]=6127 + }, + orbits={ + [1]=0 + }, + x=-14030.755392137, + y=7263.9162617458 + }, + [22]={ + nodes={ + [1]=18585 + }, + orbits={ + [1]=0 + }, + x=-14030.755392137, + y=7677.0662617458 + }, + [24]={ + nodes={ + [1]=13772 + }, + orbits={ + [1]=0 + }, + x=-14401.093929803, + y=5973.6682816464 + }, + [25]={ + nodes={ + [1]=40915 + }, + orbits={ + [1]=0 + }, + x=-13933.035392137, + y=6841.9962617458 + }, + [26]={ + nodes={ + [1]=5852 + }, + orbits={ + [1]=9 + }, + x=-14327.243929803, + y=4649.0482816464 + }, + [27]={ + nodes={ + [1]=1994 + }, + orbits={ + [1]=0 + }, + x=-13866.175392137, + y=8356.1862617458 + }, + [28]={ + nodes={ + [1]=48682 + }, + orbits={ + [1]=0 + }, + x=-13865.995392137, + y=7092.2062617458 + }, + [29]={ + nodes={ + [1]=39411 + }, + orbits={ + [1]=0 + }, + x=-13865.995392137, + y=7455.2062617458 + }, + [30]={ + nodes={ + [1]=25935 + }, + orbits={ + [1]=0 + }, + x=-13865.995392137, + y=8181.9862617458 + }, + [31]={ + nodes={ + [1]=39365 + }, + orbits={ + [1]=0 + }, + x=-13865.375392137, + y=7818.2062617458 + }, + [32]={ + nodes={ + [1]=9988 + }, + orbits={ + [1]=0 + }, + x=-14309.223929803, + y=5309.0482816464 + }, + [33]={ + nodes={ + [1]=25438 + }, + orbits={ + [1]=0 + }, + x=-14217.823929803, + y=5973.6682816464 + }, + [34]={ + nodes={ + [1]=49340 + }, + orbits={ + [1]=0 + }, + x=-14050.593929803, + y=5930.0482816464 + }, + [35]={ + nodes={ + [1]=33812 + }, + orbits={ + [1]=6 + }, + x=-13460.915392137, + y=7762.4862617458 + }, + [36]={ + nodes={ + [1]=60913 + }, + orbits={ + [1]=0 + }, + x=-13892.783929803, + y=5843.3382816464 + }, + [37]={ + nodes={ + [1]=47097 + }, + orbits={ + [1]=0 + }, + x=-13412.235392137, + y=8435.2362617458 + }, + [38]={ + nodes={ + [1]=23005 + }, + orbits={ + [1]=0 + }, + x=-13408.425392137, + y=8104.7962617458 + }, + [39]={ + nodes={ + [1]=61039 + }, + orbits={ + [1]=0 + }, + x=-13768.803929803, + y=5718.4882816464 + }, + [40]={ + nodes={ + [1]=20195 + }, + orbits={ + [1]=0 + }, + x=-13676.543929803, + y=5568.6482816464 + }, + [41]={ + nodes={ + [1]=16276 + }, + orbits={ + [1]=0 + }, + x=-13602.193929803, + y=5408.7082816464 + }, + [42]={ + nodes={ + [1]=10072 + }, + orbits={ + [1]=0 + }, + x=-13037.445392137, + y=8045.1062617458 + }, + [43]={ + nodes={ + [1]=52068 + }, + orbits={ + [1]=0 + }, + x=-13008.535392137, + y=8464.1162617458 + }, + [46]={ + nodes={ + [1]=24807 + }, + orbits={ + [1]=0 + }, + x=-12036.043027744, + y=9513.3821523168 + }, + [47]={ + nodes={ + [1]=38014 + }, + orbits={ + [1]=0 + }, + x=-11639.093027744, + y=9290.4821523168 + }, + [48]={ + nodes={ + [1]=42275 + }, + orbits={ + [1]=0 + }, + x=-11461.173027744, + y=9799.2721523168 + }, + [49]={ + nodes={ + [1]=3762, + [2]=59540, + [3]=30115, + [4]=60634, + [5]=35453, + [6]=13715, + [7]=19424, + [8]=27418, + [9]=51690, + [10]=29323, + [11]=32534 + }, + orbits={ + [1]=4, + [2]=5, + [3]=6, + [4]=7, + [5]=9 + }, + x=-11200.233027744, + y=10071.262152317 + }, + [50]={ + nodes={ + [1]=12000 + }, + orbits={ + [1]=0 + }, + x=-11134.733027744, + y=11074.182152317 + }, + [51]={ + nodes={ + [1]=59372 + }, + orbits={ + [1]=0 + }, + x=-11094.363027744, + y=10433.032152317 + }, + [52]={ + nodes={ + [1]=56842 + }, + orbits={ + [1]=0 + }, + x=-10740.743027744, + y=10848.782152317 + }, + [58]={ + nodes={ + [1]=9352, + [2]=31295, + [3]=32071, + [4]=49111, + [5]=39190, + [6]=8800, + [7]=15427, + [8]=57379 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=-11263.31, + y=-1276.68 + }, + [59]={ + nodes={ + [1]=28589, + [2]=7395, + [3]=38670, + [4]=30007, + [5]=12565, + [6]=3245, + [7]=30300, + [8]=3188, + [9]=46051 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3 + }, + x=-11179.3, + y=1114.01 + }, + [60]={ + nodes={ + [1]=47242, + [2]=34493, + [3]=48565, + [4]=23078, + [5]=65328, + [6]=54964, + [7]=49593, + [8]=4725, + [9]=17229 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=-11128.79, + y=-2405.56 + }, + [61]={ + nodes={ + [1]=6502 + }, + orbits={ + [1]=0 + }, + x=-11095.46, + y=-3254.38 + }, + [62]={ + nodes={ + [1]=41747 + }, + orbits={ + [1]=0 + }, + x=-11052.33, + y=-3602.71 + }, + [63]={ + nodes={ + [1]=49370, + [2]=32148, + [3]=8535, + [4]=43443 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-11003.87, + y=-3162.26 + }, + [64]={ + nodes={ + [1]=55190 + }, + orbits={ + [1]=1 + }, + x=-10939.38, + y=88.39 + }, + [65]={ + nodes={ + [1]=61847 + }, + orbits={ + [1]=0 + }, + x=-10798.26, + y=-3409.07 + }, + [66]={ + nodes={ + [1]=24630 + }, + orbits={ + [1]=0 + }, + x=-10708.76, + y=2443.13 + }, + [67]={ + nodes={ + [1]=1200 + }, + orbits={ + [1]=4 + }, + x=-10682.77, + y=445.3 + }, + [68]={ + nodes={ + [1]=28982 + }, + orbits={ + [1]=0 + }, + x=-10667.72, + y=-1117.08 + }, + [69]={ + nodes={ + [1]=64489, + [2]=25162, + [3]=6952, + [4]=750 + }, + orbits={ + [1]=2 + }, + x=-10654.45, + y=2047.3 + }, + [70]={ + nodes={ + [1]=17348, + [2]=11433, + [3]=15522, + [4]=13893, + [5]=11275, + [6]=42390, + [7]=44753, + [8]=63608 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=-10615.17, + y=3051.94 + }, + [71]={ + nodes={ + [1]=440 + }, + orbits={ + [1]=0 + }, + x=-10609.92, + y=-4677.69 + }, + [72]={ + nodes={ + [1]=1130, + [2]=50847, + [3]=33393, + [4]=42914 + }, + orbits={ + [1]=0, + [2]=4, + [3]=5, + [4]=7 + }, + x=-10416.8, + y=-3587.33 + }, + [73]={ + nodes={ + [1]=55888 + }, + orbits={ + [1]=0 + }, + x=-10391.25, + y=-4500.02 + }, + [74]={ + nodes={ + [1]=17349, + [2]=5728, + [3]=23940, + [4]=14342, + [5]=49256, + [6]=14439, + [7]=58138, + [8]=46384, + [9]=33402, + [10]=58125, + [11]=6133, + [12]=10681, + [13]=27581, + [14]=50510 + }, + orbits={ + [1]=1, + [2]=3, + [3]=4, + [4]=7 + }, + x=-10391.18, + y=-5225.09 + }, + [75]={ + nodes={ + [1]=47753 + }, + orbits={ + [1]=0 + }, + x=-10372.37, + y=-6443.27 + }, + [76]={ + nodes={ + [1]=30141 + }, + orbits={ + [1]=0 + }, + x=-10364.84, + y=5.97 + }, + [77]={ + nodes={ + [1]=59785 + }, + orbits={ + [1]=0 + }, + x=-10358.72, + y=2132.05 + }, + [78]={ + nodes={ + [1]=41768 + }, + orbits={ + [1]=0 + }, + x=-10338.12, + y=-2405.56 + }, + [79]={ + nodes={ + [1]=20989, + [2]=42984, + [3]=21184, + [4]=20251 + }, + orbits={ + [1]=1, + [2]=3, + [3]=7 + }, + x=-10318, + y=-507.73 + }, + [80]={ + nodes={ + [1]=14511, + [2]=54999, + [3]=64900, + [4]=30780, + [5]=53261, + [6]=18207, + [7]=17112, + [8]=5410, + [9]=4331 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=7 + }, + x=-10266.25, + y=5666.88 + }, + [81]={ + nodes={ + [1]=375, + [2]=12276, + [3]=14693, + [4]=13937, + [5]=13980, + [6]=17791, + [7]=526, + [8]=2645, + [9]=52829, + [10]=14832 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-10240.12, + y=4633.75 + }, + [82]={ + nodes={ + [1]=18684 + }, + orbits={ + [1]=0 + }, + x=-10198.25, + y=3732.13 + }, + [83]={ + nodes={ + [1]=18746 + }, + orbits={ + [1]=0 + }, + x=-10180.38, + y=-4677.69 + }, + [84]={ + nodes={ + [1]=51749 + }, + orbits={ + [1]=0 + }, + x=-10158.37, + y=296.7 + }, + [85]={ + nodes={ + [1]=33590 + }, + orbits={ + [1]=0 + }, + x=-10128.99, + y=5639.94 + }, + [86]={ + nodes={ + [1]=11656, + [2]=9106, + [3]=53822, + [4]=54937 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=-10089.33, + y=1201.49 + }, + [87]={ + nodes={ + [1]=29611 + }, + orbits={ + [1]=0 + }, + x=-10087.16, + y=-3391.47 + }, + [88]={ + nodes={ + [1]=27296 + }, + orbits={ + [1]=0 + }, + x=-10009.75, + y=3405.64 + }, + [89]={ + nodes={ + [1]=51535, + [2]=18397, + [3]=55063, + [4]=8852, + [5]=4139 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-9927.8, + y=2362.11 + }, + [90]={ + nodes={ + [1]=38320 + }, + orbits={ + [1]=0 + }, + x=-9926.52, + y=-6356.8 + }, + [91]={ + nodes={ + [1]=32845, + [2]=23630, + [3]=64819, + [4]=31746, + [5]=51868, + [6]=19794, + [7]=17885, + [8]=11392 + }, + orbits={ + [1]=3, + [2]=4, + [3]=5 + }, + x=-9896.05, + y=-6372.76 + }, + [92]={ + nodes={ + [1]=11525, + [2]=64724, + [3]=53329, + [4]=53030, + [5]=30334, + [6]=9324, + [7]=43939, + [8]=56214, + [9]=48267 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-9865.43, + y=-2071.56 + }, + [93]={ + nodes={ + [1]=39598, + [2]=3949, + [3]=28613, + [4]=15247, + [5]=46683 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=-9851.18, + y=2995.92 + }, + [94]={ + nodes={ + [1]=32474 + }, + orbits={ + [1]=0 + }, + x=-9791.13, + y=-4500.02 + }, + [95]={ + nodes={ + [1]=30457, + [2]=13293, + [3]=54416, + [4]=19236, + [5]=60274 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-9724.5, + y=-1117.08 + }, + [96]={ + nodes={ + [1]=55152, + [2]=42710, + [3]=65287, + [4]=56996, + [5]=9568, + [6]=41186, + [7]=58117, + [8]=13839, + [9]=5580 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=5 + }, + x=-9716.02, + y=6484.44 + }, + [97]={ + nodes={ + [1]=4442, + [2]=59886, + [3]=62313, + [4]=62034, + [5]=55931, + [6]=33939, + [7]=6872 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=5 + }, + x=-9715.33, + y=710.66 + }, + [98]={ + nodes={ + [1]=59777 + }, + orbits={ + [1]=0 + }, + x=-9701.92, + y=4489.54 + }, + [99]={ + nodes={ + [1]=917, + [2]=44069, + [3]=65160, + [4]=21670, + [5]=29358 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=-9636.83, + y=3334.63 + }, + [100]={ + nodes={ + [1]=30553 + }, + orbits={ + [1]=0 + }, + x=-9621.33, + y=3036.16 + }, + [101]={ + nodes={ + [1]=62670, + [2]=41497, + [3]=30554, + [4]=21164, + [5]=18245, + [6]=10055 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-9562.54, + y=-3088.59 + }, + [102]={ + nodes={ + [1]=32777, + [2]=17625, + [3]=59710, + [4]=21567, + [5]=18822, + [6]=10873, + [7]=52618, + [8]=47790 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=-9548.42, + y=-421.46 + }, + [103]={ + nodes={ + [1]=18448 + }, + orbits={ + [1]=0 + }, + x=-9548.42, + y=4 + }, + [104]={ + nodes={ + [1]=47931 + }, + orbits={ + [1]=0 + }, + x=-9524.42, + y=-5501.21 + }, + [105]={ + nodes={ + [1]=41012 + }, + orbits={ + [1]=0 + }, + x=-9519.96, + y=-6443.27 + }, + [106]={ + nodes={ + [1]=53719 + }, + orbits={ + [1]=0 + }, + x=-9427.5, + y=5442.15 + }, + [107]={ + nodes={ + [1]=10362, + [2]=10830, + [3]=9163, + [4]=59589, + [5]=44952, + [6]=6153, + [7]=52659 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=-9363.33, + y=4400.29 + }, + [108]={ + nodes={ + [1]=65154, + [2]=2575, + [3]=56757, + [4]=11292 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-9064.75, + y=362.33 + }, + [109]={ + nodes={ + [1]=53440, + [2]=52300, + [3]=11178, + [4]=62439, + [5]=57880, + [6]=11306, + [7]=6269, + [8]=45990, + [9]=39448, + [10]=24224 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-9040.02, + y=6723.44 + }, + [110]={ + nodes={ + [1]=31159, + [2]=54962, + [3]=35849, + [4]=46017, + [5]=12382 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=-9038.93, + y=-4631.81 + }, + [111]={ + nodes={ + [1]=33452, + [2]=57471, + [3]=53823, + [4]=23192, + [5]=21684, + [6]=1214, + [7]=42578, + [8]=52796, + [9]=10508, + [10]=30371, + [11]=27687 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5, + [5]=7 + }, + x=-8945, + y=1954.01 + }, + [112]={ + nodes={ + [1]=55048 + }, + orbits={ + [1]=0 + }, + x=-8932.06, + y=-6645.82 + }, + [113]={ + nodes={ + [1]=52 + }, + orbits={ + [1]=0 + }, + x=-8822.42, + y=-5473.9 + }, + [114]={ + nodes={ + [1]=39131 + }, + orbits={ + [1]=0 + }, + x=-8822.42, + y=-5095.9 + }, + [115]={ + nodes={ + [1]=21387 + }, + orbits={ + [1]=0 + }, + x=-8724.91, + y=5036.5 + }, + [116]={ + nodes={ + [1]=51129, + [2]=26437, + [3]=15892 + }, + orbits={ + [1]=3, + [2]=7 + }, + x=-8699.47, + y=5504.76 + }, + [117]={ + nodes={ + [1]=47263 + }, + orbits={ + [1]=0 + }, + x=-8684.42, + y=4 + }, + [118]={ + nodes={ + [1]=10100 + }, + orbits={ + [1]=0 + }, + x=-8684.42, + y=504.36 + }, + [119]={ + nodes={ + [1]=23307 + }, + orbits={ + [1]=0 + }, + x=-8684.42, + y=988.33 + }, + [120]={ + nodes={ + [1]=33722 + }, + orbits={ + [1]=0 + }, + x=-8664.77, + y=-6378.53 + }, + [121]={ + nodes={ + [1]=47173, + [2]=51832, + [3]=6514, + [4]=31373, + [5]=47722, + [6]=12418, + [7]=50561, + [8]=3988 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=-8647.35, + y=4650.55 + }, + [122]={ + nodes={ + [1]=27082 + }, + orbits={ + [1]=0 + }, + x=-8618.25, + y=6301.67 + }, + [123]={ + nodes={ + [1]=52220, + [2]=60064, + [3]=3027, + [4]=54228, + [5]=64240 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-8615.24, + y=-563.21 + }, + [124]={ + nodes={ + [1]=11741 + }, + orbits={ + [1]=3 + }, + x=-8541.12, + y=-4931.21 + }, + [125]={ + nodes={ + [1]=9226, + [2]=13500, + [3]=47591, + [4]=41044 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=-8526.34, + y=-7514.09 + }, + [126]={ + nodes={ + [1]=8460, + [2]=40328, + [3]=62200, + [4]=9528, + [5]=38053, + [6]=29762, + [7]=28564 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-8485.92, + y=-1405.65 + }, + [127]={ + nodes={ + [1]=57608 + }, + orbits={ + [1]=0 + }, + x=-8440.72, + y=-5912.71 + }, + [128]={ + nodes={ + [1]=49259 + }, + orbits={ + [1]=0 + }, + x=-8404.25, + y=-3706.68 + }, + [129]={ + nodes={ + [1]=13482 + }, + orbits={ + [1]=0 + }, + x=-8394.02, + y=5599.53 + }, + [130]={ + nodes={ + [1]=25014, + [2]=62360, + [3]=36333, + [4]=50228, + [5]=20511, + [6]=42059, + [7]=53804, + [8]=56112 + }, + orbits={ + [1]=4, + [2]=3 + }, + x=-8390.01, + y=-3700.62 + }, + [131]={ + nodes={ + [1]=33797, + [2]=37509 + }, + orbits={ + [1]=5 + }, + x=-8386.71, + y=-5238.98 + }, + [132]={ + nodes={ + [1]=22626, + [2]=45227, + [3]=30136 + }, + orbits={ + [1]=3, + [2]=7 + }, + x=-8335.67, + y=5293.13 + }, + [133]={ + nodes={ + [1]=42111, + [2]=48717 + }, + orbits={ + [1]=7, + [2]=3 + }, + x=-8316.62, + y=5282.9 + }, + [134]={ + nodes={ + [1]=25300 + }, + orbits={ + [1]=0 + }, + x=-8308.16, + y=504.36 + }, + [135]={ + nodes={ + [1]=59945 + }, + orbits={ + [1]=0 + }, + x=-8233.08, + y=1737.23 + }, + [136]={ + nodes={ + [1]=50392 + }, + orbits={ + [1]=0 + }, + x=-8217.79, + y=6324.33 + }, + [137]={ + nodes={ + [1]=32349 + }, + orbits={ + [1]=0 + }, + x=-8206.04, + y=7089.13 + }, + [138]={ + nodes={ + [1]=38365, + [2]=61142, + [3]=34626, + [4]=46499 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-8204.79, + y=2567.51 + }, + [139]={ + nodes={ + [1]=33502, + [2]=65189 + }, + orbits={ + [1]=5 + }, + x=-8193.3, + y=-5390.69 + }, + [140]={ + nodes={ + [1]=61796, + [2]=38066, + [3]=8260, + [4]=10286 + }, + orbits={ + [1]=7 + }, + x=-8193.04, + y=453.74 + }, + [141]={ + nodes={ + [1]=24855, + [2]=17138, + [3]=53308, + [4]=51903, + [5]=39347, + [6]=48014, + [7]=55058, + [8]=63790 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=5 + }, + x=-8158.65, + y=3447.68 + }, + [142]={ + nodes={ + [1]=41821 + }, + orbits={ + [1]=0 + }, + x=-8141.21, + y=7641.73 + }, + [143]={ + nodes={ + [1]=24801, + [2]=34305, + [3]=40736, + [4]=8171, + [5]=45162, + [6]=63031, + [7]=15606, + [8]=31545 + }, + orbits={ + [1]=3, + [2]=4, + [3]=7 + }, + x=-8131.61, + y=7618.79 + }, + [144]={ + nodes={ + [1]=61409, + [2]=24646 + }, + orbits={ + [1]=3, + [2]=7 + }, + x=-8111.51, + y=6128.94 + }, + [145]={ + nodes={ + [1]=8272 + }, + orbits={ + [1]=0 + }, + x=-1029.1124985462, + y=15442.475326604 + }, + [146]={ + nodes={ + [1]=21453 + }, + orbits={ + [1]=0 + }, + x=-8091.65, + y=379.36 + }, + [147]={ + nodes={ + [1]=4140 + }, + orbits={ + [1]=0 + }, + x=-8086.9, + y=-6945.65 + }, + [148]={ + nodes={ + [1]=41180 + }, + orbits={ + [1]=1 + }, + x=-8083.42, + y=-5943.05 + }, + [149]={ + nodes={ + [1]=6222, + [2]=9037, + [3]=21912 + }, + orbits={ + [1]=5 + }, + x=-8069.54, + y=-5590.82 + }, + [150]={ + nodes={ + [1]=63114 + }, + orbits={ + [1]=3 + }, + x=-8046.92, + y=4659.56 + }, + [151]={ + nodes={ + [1]=35369, + [2]=1459, + [3]=47252, + [4]=17282, + [5]=43579 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=-8038.85, + y=-4404.48 + }, + [152]={ + nodes={ + [1]=13075 + }, + orbits={ + [1]=0 + }, + x=-8021.19, + y=6127.75 + }, + [153]={ + nodes={ + [1]=61703 + }, + orbits={ + [1]=0 + }, + x=-8021.07, + y=-5646.06 + }, + [154]={ + nodes={ + [1]=51210 + }, + orbits={ + [1]=0 + }, + x=-8008.62, + y=-2147.35 + }, + [155]={ + nodes={ + [1]=61404, + [2]=38923, + [3]=44902, + [4]=61429, + [5]=511 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-8008.25, + y=-2159.36 + }, + [156]={ + nodes={ + [1]=38707 + }, + orbits={ + [1]=0 + }, + x=-7996.37, + y=-1123.01 + }, + [157]={ + nodes={ + [1]=35048, + [2]=26176, + [3]=43650, + [4]=21070, + [5]=57388, + [6]=53386, + [7]=9698 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=-7966.51, + y=4130.84 + }, + [158]={ + nodes={ + [1]=17260 + }, + orbits={ + [1]=0 + }, + x=-7948.8, + y=-5882.19 + }, + [159]={ + nodes={ + [1]=32353 + }, + orbits={ + [1]=0 + }, + x=-7930.02, + y=-6121.04 + }, + [160]={ + nodes={ + [1]=33601, + [2]=5692, + [3]=35708, + [4]=41154, + [5]=2863 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-7919.46, + y=-3221.29 + }, + [161]={ + nodes={ + [1]=23364, + [2]=33781, + [3]=65493, + [4]=43854, + [5]=48614, + [6]=9018, + [7]=35918 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=-7892.21, + y=-7782.19 + }, + [162]={ + nodes={ + [1]=52038 + }, + orbits={ + [1]=0 + }, + x=-7885.65, + y=-7781.42 + }, + [163]={ + nodes={ + [1]=44017 + }, + orbits={ + [1]=0 + }, + x=-7848.77, + y=2887.75 + }, + [164]={ + nodes={ + [1]=95 + }, + orbits={ + [1]=0 + }, + x=-7837.12, + y=-6820.59 + }, + [165]={ + nodes={ + [1]=3446 + }, + orbits={ + [1]=0 + }, + x=-7829.04, + y=7089.13 + }, + [166]={ + nodes={ + [1]=51737 + }, + orbits={ + [1]=0 + }, + x=-726.61249854616, + y=16223.165326604 + }, + [167]={ + nodes={ + [1]=25315, + [2]=25591, + [3]=19820, + [4]=5686 + }, + orbits={ + [1]=2 + }, + x=-7772.07, + y=-2760.44 + }, + [168]={ + nodes={ + [1]=4527 + }, + orbits={ + [1]=0 + }, + x=-7762.96, + y=2567.51 + }, + [169]={ + nodes={ + [1]=64807, + [2]=46674, + [3]=35921, + [4]=57405, + [5]=5642 + }, + orbits={ + [1]=2 + }, + x=-7728.69, + y=1935.05 + }, + [170]={ + nodes={ + [1]=58855 + }, + orbits={ + [1]=0 + }, + x=-7717.94, + y=1429.4 + }, + [171]={ + nodes={ + [1]=53527, + [2]=4985, + [3]=64525, + [4]=45327, + [5]=7204, + [6]=10251 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=-7711.19, + y=1435.92 + }, + [172]={ + nodes={ + [1]=35645 + }, + orbits={ + [1]=0 + }, + x=-7677.63, + y=-6588.02 + }, + [173]={ + nodes={ + [1]=1928 + }, + orbits={ + [1]=0 + }, + x=-7663.77, + y=-6718.76 + }, + [174]={ + nodes={ + [1]=32847 + }, + orbits={ + [1]=0 + }, + x=-7618.19, + y=-6455.3 + }, + [175]={ + nodes={ + [1]=2946, + [2]=62518, + [3]=4547, + [4]=41414, + [5]=41363 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=4, + [5]=7 + }, + x=-7612.36, + y=8202.29 + }, + [176]={ + nodes={ + [1]=43653, + [2]=48171, + [3]=26518, + [4]=40803, + [5]=3218 + }, + orbits={ + [1]=4 + }, + x=-7586.04, + y=-849.36 + }, + [177]={ + nodes={ + [1]=17646 + }, + orbits={ + [1]=0 + }, + x=-516.44249854616, + y=15162.305326604 + }, + [178]={ + nodes={ + [1]=49734 + }, + orbits={ + [1]=0 + }, + x=-7551.31, + y=-1903.57 + }, + [179]={ + nodes={ + [1]=56284 + }, + orbits={ + [1]=0 + }, + x=-7518.46, + y=-6690.83 + }, + [180]={ + nodes={ + [1]=58088, + [2]=16620, + [3]=41442, + [4]=21161, + [5]=64324, + [6]=10500, + [7]=26479, + [8]=6900, + [9]=45751 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5 + }, + x=-7472.17, + y=6094.06 + }, + [181]={ + nodes={ + [1]=9040 + }, + orbits={ + [1]=0 + }, + x=-7472.17, + y=6133.69 + }, + [182]={ + nodes={ + [1]=6077 + }, + orbits={ + [1]=0 + }, + x=-7471.21, + y=-6580.92 + }, + [183]={ + nodes={ + [1]=50616 + }, + orbits={ + [1]=0 + }, + x=-7470.27, + y=4966.83 + }, + [184]={ + nodes={ + [1]=46665 + }, + orbits={ + [1]=0 + }, + x=-7469.65, + y=409.35 + }, + [185]={ + nodes={ + [1]=18505, + [2]=18496, + [3]=18073, + [4]=36027, + [5]=49952, + [6]=45090, + [7]=13856 + }, + orbits={ + [1]=7 + }, + x=-7463.54, + y=4960.9 + }, + [186]={ + nodes={ + [1]=24339, + [2]=7060, + [3]=28214, + [4]=1973, + [5]=8607, + [6]=53131 + }, + orbits={ + [1]=7, + [2]=2 + }, + x=-7459.86, + y=371.68 + }, + [187]={ + nodes={ + [1]=8737 + }, + orbits={ + [1]=0 + }, + x=-7448.48, + y=-6842.48 + }, + [188]={ + nodes={ + [1]=52298 + }, + orbits={ + [1]=0 + }, + x=-7437.53, + y=3131.16 + }, + [189]={ + nodes={ + [1]=53216, + [2]=52126, + [3]=21885, + [4]=1352 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-7437.53, + y=3624.13 + }, + [190]={ + nodes={ + [1]=25927 + }, + orbits={ + [1]=0 + }, + x=-7375.75, + y=-6510.96 + }, + [191]={ + nodes={ + [1]=58295 + }, + orbits={ + [1]=2 + }, + x=-7366.84, + y=84.99 + }, + [192]={ + nodes={ + [1]=24430, + [2]=47191, + [3]=3601, + [4]=8554, + [5]=63037 + }, + orbits={ + [1]=4 + }, + x=-7355.98, + y=-465.35 + }, + [193]={ + nodes={ + [1]=50629 + }, + orbits={ + [1]=0 + }, + x=-7348.69, + y=-745.79 + }, + [194]={ + nodes={ + [1]=44298 + }, + orbits={ + [1]=0 + }, + x=-7347.5, + y=-750.41 + }, + [195]={ + nodes={ + [1]=26196 + }, + orbits={ + [1]=0 + }, + x=-7344.38, + y=-4246.42 + }, + [196]={ + nodes={ + [1]=39710 + }, + orbits={ + [1]=0 + }, + x=-7344.38, + y=-3696.47 + }, + [197]={ + nodes={ + [1]=51821 + }, + orbits={ + [1]=0 + }, + x=-7344.38, + y=-3214.3 + }, + [198]={ + nodes={ + [1]=20115 + }, + orbits={ + [1]=0 + }, + x=-7344.38, + y=-2760.44 + }, + [199]={ + nodes={ + [1]=45202 + }, + orbits={ + [1]=0 + }, + x=-7329.06, + y=-8228.26 + }, + [200]={ + nodes={ + [1]=40117, + [2]=31848, + [3]=1286, + [4]=21089, + [5]=17903, + [6]=54701, + [7]=64023 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-7296.92, + y=2335.67 + }, + [201]={ + nodes={ + [1]=45354, + [2]=64948, + [3]=48264, + [4]=12964 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-7197.98, + y=-4986.13 + }, + [202]={ + nodes={ + [1]=23930, + [2]=30662, + [3]=45383, + [4]=26291, + [5]=46024 + }, + orbits={ + [1]=4 + }, + x=-7180.07, + y=-916.14 + }, + [203]={ + nodes={ + [1]=11048, + [2]=47420, + [3]=53444, + [4]=9065, + [5]=752, + [6]=64653, + [7]=52676 + }, + orbits={ + [1]=1, + [2]=2, + [3]=4, + [4]=7 + }, + x=-7168.06, + y=-8883.47 + }, + [204]={ + nodes={ + [1]=41511 + }, + orbits={ + [1]=0 + }, + x=-7166.4, + y=-6860 + }, + [205]={ + nodes={ + [1]=51812, + [2]=62757, + [3]=4673, + [4]=10047, + [5]=46741 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-7123.48, + y=-1787.6 + }, + [206]={ + nodes={ + [1]=59093 + }, + orbits={ + [1]=0 + }, + x=-7050.15, + y=-8009.76 + }, + [207]={ + nodes={ + [1]=61973, + [2]=38601, + [3]=43131, + [4]=40719, + [5]=61897, + [6]=34501, + [7]=7120 + }, + orbits={ + [1]=6, + [2]=5, + [3]=9, + [4]=8 + }, + x=21.737501453836, + y=15062.725326604 + }, + [208]={ + nodes={ + [1]=25172 + }, + orbits={ + [1]=0 + }, + x=21.737501453836, + y=16112.055326604 + }, + [209]={ + nodes={ + [1]=46535 + }, + orbits={ + [1]=0 + }, + x=26.087501453835, + y=15162.305326604 + }, + [210]={ + nodes={ + [1]=32559 + }, + orbits={ + [1]=0 + }, + x=26.087501453835, + y=15464.285326604 + }, + [211]={ + nodes={ + [1]=3704 + }, + orbits={ + [1]=0 + }, + x=26.087501453835, + y=15745.095326604 + }, + [212]={ + nodes={ + [1]=25229, + [2]=7972, + [3]=21390, + [4]=5663 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-7025.42, + y=7409.4 + }, + [213]={ + nodes={ + [1]=62498 + }, + orbits={ + [1]=0 + }, + x=-7025.42, + y=7906.98 + }, + [214]={ + nodes={ + [1]=12255, + [2]=989, + [3]=26416, + [4]=27740, + [5]=35792 + }, + orbits={ + [1]=2 + }, + x=-7025.42, + y=8507.21 + }, + [215]={ + nodes={ + [1]=45632, + [2]=25503, + [3]=27068, + [4]=35831, + [5]=27388, + [6]=28578, + [7]=904, + [8]=24551 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-6938.5, + y=-5539.42 + }, + [216]={ + nodes={ + [1]=26725 + }, + orbits={ + [1]=0 + }, + x=-6934.34, + y=4002.72 + }, + [217]={ + nodes={ + [1]=31805, + [2]=44461, + [3]=54998, + [4]=29041, + [5]=31388, + [6]=51394, + [7]=29993 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=-6908.33, + y=2821.11 + }, + [218]={ + nodes={ + [1]=43778, + [2]=36894, + [3]=17330, + [4]=3698, + [5]=61938, + [6]=14515, + [7]=61927, + [8]=33137 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-6902.9, + y=6655.38 + }, + [219]={ + nodes={ + [1]=35560 + }, + orbits={ + [1]=0 + }, + x=-6892.53, + y=-6806.55 + }, + [220]={ + nodes={ + [1]=21568 + }, + orbits={ + [1]=0 + }, + x=-6880.96, + y=-4712.38 + }, + [221]={ + nodes={ + [1]=1170, + [2]=53089, + [3]=16626, + [4]=64443, + [5]=41126, + [6]=10474, + [7]=53785, + [8]=9918, + [9]=62023 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-6862.4, + y=961.36 + }, + [222]={ + nodes={ + [1]=39621, + [2]=14176, + [3]=18004, + [4]=8881 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=-6849.92, + y=3687.64 + }, + [223]={ + nodes={ + [1]=16249 + }, + orbits={ + [1]=0 + }, + x=2105.67891923, + y=14689.725068319 + }, + [224]={ + nodes={ + [1]=21127, + [2]=35974, + [3]=51105, + [4]=5398, + [5]=22484, + [6]=51820, + [7]=38124, + [8]=6355, + [9]=14110, + [10]=48979 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=6, + [6]=7 + }, + x=-6746.61, + y=-7433.25 + }, + [225]={ + nodes={ + [1]=25031, + [2]=17999, + [3]=63979, + [4]=9750, + [5]=1169, + [6]=42026, + [7]=63813 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-6714.29, + y=9037.67 + }, + [226]={ + nodes={ + [1]=5800, + [2]=45075, + [3]=43149, + [4]=43507, + [5]=40292 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-6629.67, + y=5303.33 + }, + [227]={ + nodes={ + [1]=32560 + }, + orbits={ + [1]=0 + }, + x=2317.17891923, + y=15056.055068319 + }, + [228]={ + nodes={ + [1]=2672 + }, + orbits={ + [1]=0 + }, + x=-6604.35, + y=-6081.65 + }, + [229]={ + nodes={ + [1]=50062, + [2]=64357, + [3]=6416, + [4]=506, + [5]=46857, + [6]=59596, + [7]=42916, + [8]=11030, + [9]=37641 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-6560.84, + y=-2925.02 + }, + [230]={ + nodes={ + [1]=59061 + }, + orbits={ + [1]=0 + }, + x=-6511.27, + y=-6226.48 + }, + [231]={ + nodes={ + [1]=6935 + }, + orbits={ + [1]=0 + }, + x=559.90750145384, + y=15162.305326604 + }, + [232]={ + nodes={ + [1]=10371 + }, + orbits={ + [1]=0 + }, + x=2426.65891923, + y=14647.455068319 + }, + [233]={ + nodes={ + [1]=28774, + [2]=17505, + [3]=52106, + [4]=2999, + [5]=44005, + [6]=10295, + [7]=27733 + }, + orbits={ + [1]=4, + [2]=5, + [3]=6 + }, + x=-6497.62, + y=-10047.02 + }, + [234]={ + nodes={ + [1]=11248 + }, + orbits={ + [1]=0 + }, + x=-6473.32, + y=-5120.01 + }, + [235]={ + nodes={ + [1]=53921, + [2]=40596, + [3]=58838 + }, + orbits={ + [1]=5 + }, + x=-6456.61, + y=5137.09 + }, + [236]={ + nodes={ + [1]=8509, + [2]=45569, + [3]=55596, + [4]=28267, + [5]=35085 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-6441.98, + y=-6084.44 + }, + [237]={ + nodes={ + [1]=35966, + [2]=41105, + [3]=38368, + [4]=54288, + [5]=44316 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=-6419.58, + y=-4380.23 + }, + [238]={ + nodes={ + [1]=22975 + }, + orbits={ + [1]=0 + }, + x=-6409.48, + y=4911.79 + }, + [239]={ + nodes={ + [1]=15044 + }, + orbits={ + [1]=0 + }, + x=2528.67891923, + y=15422.385068319 + }, + [240]={ + nodes={ + [1]=43711, + [2]=5544, + [3]=14459 + }, + orbits={ + [1]=2 + }, + x=-6370.69, + y=420.58 + }, + [241]={ + nodes={ + [1]=38921, + [2]=49023, + [3]=49198, + [4]=12817, + [5]=22967 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=-6353.65, + y=4501.4 + }, + [242]={ + nodes={ + [1]=18678 + }, + orbits={ + [1]=0 + }, + x=4147.9923934462, + y=-15638.996223618 + }, + [243]={ + nodes={ + [1]=63002 + }, + orbits={ + [1]=0 + }, + x=4147.9923934462, + y=-13435.176223618 + }, + [244]={ + nodes={ + [1]=42845 + }, + orbits={ + [1]=0 + }, + x=2638.15891923, + y=15013.795068319 + }, + [245]={ + nodes={ + [1]=20830 + }, + orbits={ + [1]=0 + }, + x=799.19750145384, + y=16223.165326604 + }, + [246]={ + nodes={ + [1]=21861, + [2]=52807, + [3]=61836, + [4]=60551, + [5]=65243, + [6]=46421 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-6255.06, + y=-413.32 + }, + [247]={ + nodes={ + [1]=11014, + [2]=16784, + [3]=26339, + [4]=62609, + [5]=18419, + [6]=25312, + [7]=24259, + [8]=23667, + [9]=64405, + [10]=31650, + [11]=16051, + [12]=31017 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=5, + [5]=7 + }, + x=-6210.4, + y=7289.19 + }, + [248]={ + nodes={ + [1]=51561 + }, + orbits={ + [1]=0 + }, + x=-6210.4, + y=8758.64 + }, + [249]={ + nodes={ + [1]=23382 + }, + orbits={ + [1]=0 + }, + x=-6208.88, + y=-8867.25 + }, + [250]={ + nodes={ + [1]=19674 + }, + orbits={ + [1]=3 + }, + x=-6203.21, + y=3942.14 + }, + [251]={ + nodes={ + [1]=10731 + }, + orbits={ + [1]=0 + }, + x=4249.9123934462, + y=-15201.396223618 + }, + [252]={ + nodes={ + [1]=27439 + }, + orbits={ + [1]=0 + }, + x=-6186.82, + y=5297.48 + }, + [253]={ + nodes={ + [1]=11786, + [2]=7716, + [3]=29447, + [4]=18157 + }, + orbits={ + [1]=2 + }, + x=-6167.94, + y=9255.09 + }, + [254]={ + nodes={ + [1]=29162 + }, + orbits={ + [1]=0 + }, + x=2768.38891923, + y=15662.095068319 + }, + [255]={ + nodes={ + [1]=41493 + }, + orbits={ + [1]=0 + }, + x=-6116.29, + y=3951.76 + }, + [256]={ + nodes={ + [1]=21017, + [2]=26969, + [3]=16861, + [4]=55789, + [5]=41665, + [6]=27303, + [7]=50562, + [8]=43142 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=5, + [5]=7 + }, + x=-6026.21, + y=1197.89 + }, + [257]={ + nodes={ + [1]=14654 + }, + orbits={ + [1]=0 + }, + x=-6014.13, + y=4 + }, + [258]={ + nodes={ + [1]=54838 + }, + orbits={ + [1]=0 + }, + x=2922.91891923, + y=14347.645068319 + }, + [259]={ + nodes={ + [1]=4245 + }, + orbits={ + [1]=0 + }, + x=2922.91891923, + y=14770.655068319 + }, + [260]={ + nodes={ + [1]=44746 + }, + orbits={ + [1]=0 + }, + x=2922.91891923, + y=15193.655068319 + }, + [261]={ + nodes={ + [1]=64318, + [2]=5088, + [3]=55101, + [4]=43893, + [5]=26739, + [6]=61063, + [7]=38535, + [8]=7777, + [9]=58016, + [10]=22873, + [11]=16596, + [12]=49537, + [13]=42205 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4 + }, + x=-5984.67, + y=-7874 + }, + [262]={ + nodes={ + [1]=26638 + }, + orbits={ + [1]=0 + }, + x=4461.9623934462, + y=-14539.976223618 + }, + [263]={ + nodes={ + [1]=35977, + [2]=38130, + [3]=53194, + [4]=35876, + [5]=27540, + [6]=62216, + [7]=26070, + [8]=62973 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-5982.73, + y=2748.83 + }, + [264]={ + nodes={ + [1]=57703 + }, + orbits={ + [1]=0 + }, + x=-5982.73, + y=3453.31 + }, + [265]={ + nodes={ + [1]=37078 + }, + orbits={ + [1]=0 + }, + x=1105.5575014538, + y=15442.475326604 + }, + [266]={ + nodes={ + [1]=56342 + }, + orbits={ + [1]=0 + }, + x=-5952.13, + y=8688.45 + }, + [267]={ + nodes={ + [1]=7341 + }, + orbits={ + [1]=0 + }, + x=-5946.57, + y=8472.91 + }, + [268]={ + nodes={ + [1]=49938 + }, + orbits={ + [1]=0 + }, + x=-5945.28, + y=-3432.51 + }, + [269]={ + nodes={ + [1]=46522 + }, + orbits={ + [1]=0 + }, + x=3010.65891923, + y=15521.105068319 + }, + [270]={ + nodes={ + [1]=50253 + }, + orbits={ + [1]=0 + }, + x=-5918.9, + y=4065.73 + }, + [271]={ + nodes={ + [1]=58747 + }, + orbits={ + [1]=0 + }, + x=4528.6123934462, + y=-13435.176223618 + }, + [272]={ + nodes={ + [1]=44872 + }, + orbits={ + [1]=0 + }, + x=-5846.29, + y=-5740.53 + }, + [273]={ + nodes={ + [1]=51795, + [2]=32271, + [3]=54311, + [4]=28482, + [5]=53632, + [6]=19846 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-5794.96, + y=-3968.54 + }, + [274]={ + nodes={ + [1]=42035, + [2]=28153, + [3]=50219, + [4]=54194 + }, + orbits={ + [1]=2 + }, + x=4651.5523934462, + y=-15265.706223618 + }, + [275]={ + nodes={ + [1]=22147 + }, + orbits={ + [1]=9 + }, + x=4651.5523934462, + y=-14326.006223618 + }, + [276]={ + nodes={ + [1]=36252 + }, + orbits={ + [1]=6 + }, + x=3150.93891923, + y=15205.635068319 + }, + [277]={ + nodes={ + [1]=57776, + [2]=60013, + [3]=10208, + [4]=21935, + [5]=33914, + [6]=18240, + [7]=21415, + [8]=22909, + [9]=61493 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=-5744.12, + y=-6744.4 + }, + [278]={ + nodes={ + [1]=43128 + }, + orbits={ + [1]=4 + }, + x=4715.3223934462, + y=-15185.706223618 + }, + [279]={ + nodes={ + [1]=8600 + }, + orbits={ + [1]=0 + }, + x=-5721.96, + y=6102.63 + }, + [280]={ + nodes={ + [1]=32952 + }, + orbits={ + [1]=0 + }, + x=-4312.0867163516, + y=14629.069205894 + }, + [281]={ + nodes={ + [1]=62015, + [2]=7668, + [3]=21982, + [4]=47371 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-5694.65, + y=5052.28 + }, + [282]={ + nodes={ + [1]=64870, + [2]=34090, + [3]=14655, + [4]=372, + [5]=54340 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=-5677.8, + y=5511.25 + }, + [283]={ + nodes={ + [1]=3605 + }, + orbits={ + [1]=0 + }, + x=4791.4023934462, + y=-13434.776223618 + }, + [284]={ + nodes={ + [1]=54892 + }, + orbits={ + [1]=0 + }, + x=3291.25891923, + y=15520.935068319 + }, + [285]={ + nodes={ + [1]=10987 + }, + orbits={ + [1]=0 + }, + x=4823.9323934462, + y=-14539.976223618 + }, + [286]={ + nodes={ + [1]=37397 + }, + orbits={ + [1]=0 + }, + x=-4202.9667163516, + y=14440.069205894 + }, + [287]={ + nodes={ + [1]=60287 + }, + orbits={ + [1]=0 + }, + x=-4202.9667163516, + y=14566.069205894 + }, + [288]={ + nodes={ + [1]=7960 + }, + orbits={ + [1]=1 + }, + x=-5597.85, + y=-9484.56 + }, + [289]={ + nodes={ + [1]=40550, + [2]=46205, + [3]=41615, + [4]=49192, + [5]=44787, + [6]=43396, + [7]=10534, + [8]=33209, + [9]=2174, + [10]=51683, + [11]=19249 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=6, + [6]=7 + }, + x=-5585.44, + y=-521.46 + }, + [290]={ + nodes={ + [1]=33244, + [2]=52373, + [3]=16347, + [4]=52556, + [5]=37276 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-5585.08, + y=8844.88 + }, + [291]={ + nodes={ + [1]=32637 + }, + orbits={ + [1]=0 + }, + x=3379.22891923, + y=14346.625068319 + }, + [292]={ + nodes={ + [1]=30151 + }, + orbits={ + [1]=0 + }, + x=3379.22891923, + y=14769.635068319 + }, + [293]={ + nodes={ + [1]=44371 + }, + orbits={ + [1]=0 + }, + x=3379.22891923, + y=15192.635068319 + }, + [294]={ + nodes={ + [1]=20303, + [2]=9908 + }, + orbits={ + [1]=2 + }, + x=-5535.94, + y=811.34 + }, + [295]={ + nodes={ + [1]=16311, + [2]=32600, + [3]=6304, + [4]=12125 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-5532.01, + y=426.08 + }, + [296]={ + nodes={ + [1]=20350, + [2]=47006, + [3]=43174, + [4]=4948, + [5]=62785, + [6]=28542 + }, + orbits={ + [1]=1, + [2]=3, + [3]=7 + }, + x=-5498.11, + y=8167.23 + }, + [297]={ + nodes={ + [1]=63259 + }, + orbits={ + [1]=0 + }, + x=-4093.8567163516, + y=14629.069205894 + }, + [298]={ + nodes={ + [1]=55582 + }, + orbits={ + [1]=0 + }, + x=-4067.0867163516, + y=15073.179205894 + }, + [299]={ + nodes={ + [1]=25482, + [2]=51702, + [3]=54485, + [4]=60620, + [5]=61472 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-5457.8, + y=4362.34 + }, + [300]={ + nodes={ + [1]=64995, + [2]=51867, + [3]=17924 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=-5440.73, + y=6837.73 + }, + [301]={ + nodes={ + [1]=27990 + }, + orbits={ + [1]=0 + }, + x=5014.8823934462, + y=-15436.646223618 + }, + [302]={ + nodes={ + [1]=2491 + }, + orbits={ + [1]=1 + }, + x=-5399.53, + y=9533.46 + }, + [303]={ + nodes={ + [1]=762 + }, + orbits={ + [1]=0 + }, + x=3534.18891923, + y=15661.385068319 + }, + [304]={ + nodes={ + [1]=49049 + }, + orbits={ + [1]=0 + }, + x=5049.2023934462, + y=-15201.396223618 + }, + [305]={ + nodes={ + [1]=36389 + }, + orbits={ + [1]=0 + }, + x=-5384.36, + y=4839.82 + }, + [306]={ + nodes={ + [1]=14429 + }, + orbits={ + [1]=0 + }, + x=-3982.4167163516, + y=14154.449205894 + }, + [307]={ + nodes={ + [1]=8629 + }, + orbits={ + [1]=0 + }, + x=-5326.03, + y=2555.07 + }, + [308]={ + nodes={ + [1]=20015, + [2]=14777, + [3]=49136, + [4]=9604, + [5]=37226, + [6]=4015, + [7]=47429, + [8]=9187, + [9]=59466 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=6, + [5]=7 + }, + x=-5323.67, + y=7500.44 + }, + [309]={ + nodes={ + [1]=16084 + }, + orbits={ + [1]=0 + }, + x=-5314.13, + y=2655.72 + }, + [310]={ + nodes={ + [1]=13474 + }, + orbits={ + [1]=0 + }, + x=-5314.13, + y=2829.25 + }, + [311]={ + nodes={ + [1]=10602, + [2]=24871, + [3]=57552, + [4]=46696 + }, + orbits={ + [1]=4 + }, + x=-5314.13, + y=2922.83 + }, + [312]={ + nodes={ + [1]=54811 + }, + orbits={ + [1]=0 + }, + x=-5314.13, + y=3067.3 + }, + [313]={ + nodes={ + [1]=34210 + }, + orbits={ + [1]=0 + }, + x=-5314.13, + y=3397.64 + }, + [314]={ + nodes={ + [1]=6923, + [2]=1087, + [3]=64939, + [4]=30123, + [5]=26092, + [6]=52392 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-5314.13, + y=3520.75 + }, + [315]={ + nodes={ + [1]=1579 + }, + orbits={ + [1]=0 + }, + x=5154.5523934462, + y=-15646.006223618 + }, + [316]={ + nodes={ + [1]=32856 + }, + orbits={ + [1]=0 + }, + x=5154.5523934462, + y=-13434.776223618 + }, + [317]={ + nodes={ + [1]=12054 + }, + orbits={ + [1]=0 + }, + x=3674.46891923, + y=15904.355068319 + }, + [318]={ + nodes={ + [1]=10245, + [2]=34308, + [3]=65193, + [4]=47204, + [5]=36478, + [6]=48714, + [7]=43014, + [8]=47354, + [9]=37414 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-5255.44, + y=-2342.95 + }, + [319]={ + nodes={ + [1]=53989 + }, + orbits={ + [1]=0 + }, + x=-5245.55, + y=5058.67 + }, + [320]={ + nodes={ + [1]=45248 + }, + orbits={ + [1]=0 + }, + x=-3846.5467163516, + y=14661.559205894 + }, + [321]={ + nodes={ + [1]=44783, + [2]=19277, + [3]=35171, + [4]=10029, + [5]=8660, + [6]=18846, + [7]=22949, + [8]=14113 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-5237.04, + y=-5581.61 + }, + [322]={ + nodes={ + [1]=44406, + [2]=63451, + [3]=57846 + }, + orbits={ + [1]=6 + }, + x=-5197.82, + y=6507.02 + }, + [323]={ + nodes={ + [1]=57097, + [2]=30260, + [3]=256, + [4]=19658 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-5175.23, + y=-4772.19 + }, + [324]={ + nodes={ + [1]=63470, + [2]=50302, + [3]=16090 + }, + orbits={ + [1]=3 + }, + x=-5165.01, + y=833.39 + }, + [325]={ + nodes={ + [1]=61490 + }, + orbits={ + [1]=0 + }, + x=-5159.25, + y=6455.65 + }, + [326]={ + nodes={ + [1]=28304 + }, + orbits={ + [1]=0 + }, + x=-5153.8, + y=8943.84 + }, + [327]={ + nodes={ + [1]=11641 + }, + orbits={ + [1]=0 + }, + x=-3710.6567163516, + y=15168.679205894 + }, + [328]={ + nodes={ + [1]=1988 + }, + orbits={ + [1]=0 + }, + x=3827.76891923, + y=15491.885068319 + }, + [329]={ + nodes={ + [1]=28002 + }, + orbits={ + [1]=0 + }, + x=-5095.02, + y=-2941.61 + }, + [330]={ + nodes={ + [1]=51369, + [2]=56061, + [3]=6544, + [4]=45503, + [5]=37746, + [6]=42604 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=-5034.82, + y=1520.57 + }, + [331]={ + nodes={ + [1]=29372 + }, + orbits={ + [1]=0 + }, + x=-5015.19, + y=5187.94 + }, + [332]={ + nodes={ + [1]=10305, + [2]=45586, + [3]=35011, + [4]=14761, + [5]=53187, + [6]=45215 + }, + orbits={ + [1]=2 + }, + x=-4989.69, + y=6154.73 + }, + [333]={ + nodes={ + [1]=57775 + }, + orbits={ + [1]=0 + }, + x=-4987.35, + y=6165.44 + }, + [334]={ + nodes={ + [1]=34882 + }, + orbits={ + [1]=0 + }, + x=-3574.7767163516, + y=15675.789205894 + }, + [335]={ + nodes={ + [1]=46628 + }, + orbits={ + [1]=4 + }, + x=-4966.28, + y=-5972.03 + }, + [336]={ + nodes={ + [1]=37523 + }, + orbits={ + [1]=0 + }, + x=3968.03891923, + y=15734.855068319 + }, + [337]={ + nodes={ + [1]=56703, + [2]=28839, + [3]=56762, + [4]=20032, + [5]=28680 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-4944.54, + y=-7078.4 + }, + [338]={ + nodes={ + [1]=35408, + [2]=36474, + [3]=38596, + [4]=24767, + [5]=31925 + }, + orbits={ + [1]=2, + [2]=4, + [3]=7 + }, + x=-4903.23, + y=-9561.39 + }, + [339]={ + nodes={ + [1]=48552 + }, + orbits={ + [1]=0 + }, + x=-4902.61, + y=-8434.54 + }, + [340]={ + nodes={ + [1]=45918 + }, + orbits={ + [1]=0 + }, + x=-4900.88, + y=-7998.35 + }, + [341]={ + nodes={ + [1]=36880, + [2]=15628, + [3]=27626, + [4]=2244, + [5]=54067, + [6]=43036 + }, + orbits={ + [1]=4, + [2]=5, + [3]=7 + }, + x=-4842.44, + y=-8462.12 + }, + [342]={ + nodes={ + [1]=37258 + }, + orbits={ + [1]=0 + }, + x=-4805.94, + y=8363.52 + }, + [343]={ + nodes={ + [1]=59367, + [2]=10774, + [3]=26568, + [4]=51732, + [5]=35863 + }, + orbits={ + [1]=2 + }, + x=-4801.92, + y=7834.96 + }, + [344]={ + nodes={ + [1]=9417 + }, + orbits={ + [1]=0 + }, + x=-4741.04, + y=4919.46 + }, + [345]={ + nodes={ + [1]=24696 + }, + orbits={ + [1]=0 + }, + x=4193.88891923, + y=15509.825068319 + }, + [346]={ + nodes={ + [1]=38965, + [2]=11284, + [3]=24764, + [4]=12324, + [5]=30985, + [6]=31697, + [7]=51303 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-4715.21, + y=-10129.75 + }, + [347]={ + nodes={ + [1]=56595, + [2]=23861, + [3]=54886, + [4]=56997, + [5]=64312 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-4713.07, + y=5643.94 + }, + [348]={ + nodes={ + [1]=13694, + [2]=9343, + [3]=50389, + [4]=23329, + [5]=11762 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-4696.12, + y=-4643.81 + }, + [349]={ + nodes={ + [1]=15782 + }, + orbits={ + [1]=0 + }, + x=-4694.67, + y=-6892.17 + }, + [350]={ + nodes={ + [1]=54814, + [2]=59498, + [3]=53675, + [4]=16114 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-4694.67, + y=-6482.36 + }, + [351]={ + nodes={ + [1]=31419, + [2]=35787, + [3]=42813, + [4]=55491 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=-4660.69, + y=223.67 + }, + [352]={ + nodes={ + [1]=13171 + }, + orbits={ + [1]=0 + }, + x=-4659.73, + y=4612.59 + }, + [353]={ + nodes={ + [1]=31238 + }, + orbits={ + [1]=0 + }, + x=-4643.88, + y=-7996.23 + }, + [354]={ + nodes={ + [1]=65226 + }, + orbits={ + [1]=0 + }, + x=-4621.23, + y=-10104.85 + }, + [355]={ + nodes={ + [1]=38876 + }, + orbits={ + [1]=0 + }, + x=-4606.4, + y=6774.82 + }, + [356]={ + nodes={ + [1]=7878, + [2]=48745, + [3]=53901, + [4]=34375, + [5]=45612 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-4583.03, + y=-532.48 + }, + [357]={ + nodes={ + [1]=292 + }, + orbits={ + [1]=0 + }, + x=-4582.26, + y=-8704.8 + }, + [358]={ + nodes={ + [1]=5681 + }, + orbits={ + [1]=0 + }, + x=-4573.05, + y=9245.21 + }, + [359]={ + nodes={ + [1]=4086 + }, + orbits={ + [1]=0 + }, + x=4358.45891923, + y=15210.155068319 + }, + [360]={ + nodes={ + [1]=3339, + [2]=23036, + [3]=46931, + [4]=45585, + [5]=55617, + [6]=29914, + [7]=17825, + [8]=19546, + [9]=59208 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-4572.75, + y=9245.92 + }, + [361]={ + nodes={ + [1]=23825, + [2]=11572, + [3]=24325, + [4]=32923, + [5]=58215, + [6]=40006, + [7]=9896 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=7 + }, + x=-4568.4, + y=-8712.09 + }, + [362]={ + nodes={ + [1]=17411, + [2]=61444, + [3]=58096, + [4]=6008, + [5]=64020, + [6]=29652, + [7]=35911, + [8]=15180, + [9]=34096 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-4558.96, + y=-3251.11 + }, + [363]={ + nodes={ + [1]=17745 + }, + orbits={ + [1]=0 + }, + x=-4551.96, + y=4730.38 + }, + [364]={ + nodes={ + [1]=39083 + }, + orbits={ + [1]=0 + }, + x=-4542.4, + y=925.6 + }, + [365]={ + nodes={ + [1]=33978, + [2]=30390, + [3]=31609, + [4]=36163, + [5]=62581 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=-4507.44, + y=2159.3 + }, + [366]={ + nodes={ + [1]=55536 + }, + orbits={ + [1]=9 + }, + x=-3108.3367163516, + y=14737.939205894 + }, + [367]={ + nodes={ + [1]=48121 + }, + orbits={ + [1]=0 + }, + x=-4434.17, + y=4838.15 + }, + [368]={ + nodes={ + [1]=14540 + }, + orbits={ + [1]=0 + }, + x=-4431.15, + y=7184.65 + }, + [369]={ + nodes={ + [1]=48505, + [2]=10372, + [3]=48240, + [4]=36191, + [5]=59213, + [6]=7392, + [7]=10571, + [8]=60886, + [9]=40325 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=-4422.17, + y=-1471.64 + }, + [370]={ + nodes={ + [1]=24438 + }, + orbits={ + [1]=0 + }, + x=-4351.6, + y=4530.02 + }, + [371]={ + nodes={ + [1]=9638 + }, + orbits={ + [1]=0 + }, + x=-4339.42, + y=843.27 + }, + [372]={ + nodes={ + [1]=54283, + [2]=26324, + [3]=27950, + [4]=4128, + [5]=26532, + [6]=46023, + [7]=52462 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-4335.51, + y=3287.25 + }, + [373]={ + nodes={ + [1]=41657, + [2]=21286, + [3]=45992, + [4]=17029 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-4335.51, + y=3380.39 + }, + [374]={ + nodes={ + [1]=26798 + }, + orbits={ + [1]=0 + }, + x=-4335.1, + y=619.91 + }, + [375]={ + nodes={ + [1]=51052, + [2]=22616, + [3]=17468, + [4]=53405, + [5]=22558 + }, + orbits={ + [1]=6 + }, + x=-4308.23, + y=0.53 + }, + [376]={ + nodes={ + [1]=59006 + }, + orbits={ + [1]=0 + }, + x=-4296.44, + y=407.49 + }, + [377]={ + nodes={ + [1]=48631 + }, + orbits={ + [1]=0 + }, + x=-4289.92, + y=0.53 + }, + [378]={ + nodes={ + [1]=14505, + [2]=3866, + [3]=22331, + [4]=19644, + [5]=32258, + [6]=14712, + [7]=33612, + [8]=40200, + [9]=61842, + [10]=33240, + [11]=45343, + [12]=57021, + [13]=8957, + [14]=37594, + [15]=50483, + [16]=8983 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3, + [5]=4, + [6]=5, + [7]=7 + }, + x=-4283.82, + y=-11016.96 + }, + [379]={ + nodes={ + [1]=34552, + [2]=61026, + [3]=17378, + [4]=40894, + [5]=1218, + [6]=8357, + [7]=10742, + [8]=41991, + [9]=1447, + [10]=38972, + [11]=14945, + [12]=22393, + [13]=28458 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=-4261.32, + y=-5891.9 + }, + [380]={ + nodes={ + [1]=28175 + }, + orbits={ + [1]=0 + }, + x=-4254.59, + y=10064.45 + }, + [381]={ + nodes={ + [1]=47316, + [2]=2888, + [3]=21716, + [4]=8827, + [5]=16691, + [6]=9583, + [7]=28862 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-4254.59, + y=10800.08 + }, + [382]={ + nodes={ + [1]=16725 + }, + orbits={ + [1]=0 + }, + x=-4227.25, + y=2439.49 + }, + [383]={ + nodes={ + [1]=16948, + [2]=37458, + [3]=21879, + [4]=25412 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-4217.02, + y=-4515.44 + }, + [384]={ + nodes={ + [1]=50104 + }, + orbits={ + [1]=0 + }, + x=-4185.36, + y=-10001.8 + }, + [385]={ + nodes={ + [1]=46748 + }, + orbits={ + [1]=0 + }, + x=-4167.26, + y=4345.69 + }, + [386]={ + nodes={ + [1]=56605 + }, + orbits={ + [1]=0 + }, + x=-4163.59, + y=6722.67 + }, + [387]={ + nodes={ + [1]=18146 + }, + orbits={ + [1]=0 + }, + x=-2763.1767163516, + y=14910.329205894 + }, + [388]={ + nodes={ + [1]=4931, + [2]=42825, + [3]=21404, + [4]=27674, + [5]=44082, + [6]=27307 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-4117.42, + y=-8135.44 + }, + [389]={ + nodes={ + [1]=32745 + }, + orbits={ + [1]=0 + }, + x=-4116.33, + y=-9838.01 + }, + [390]={ + nodes={ + [1]=40276 + }, + orbits={ + [1]=0 + }, + x=-4113.12, + y=-9545.42 + }, + [391]={ + nodes={ + [1]=60241 + }, + orbits={ + [1]=0 + }, + x=-4113.12, + y=-9254.29 + }, + [392]={ + nodes={ + [1]=17762, + [2]=2964, + [3]=18374, + [4]=28476 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-4107.23, + y=6275.65 + }, + [393]={ + nodes={ + [1]=46742 + }, + orbits={ + [1]=0 + }, + x=-4102.54, + y=-10310.91 + }, + [394]={ + nodes={ + [1]=26895 + }, + orbits={ + [1]=0 + }, + x=-4082.88, + y=287.24 + }, + [395]={ + nodes={ + [1]=26490, + [2]=12751, + [3]=6229, + [4]=13356, + [5]=18489 + }, + orbits={ + [1]=7, + [2]=2 + }, + x=-4066.8, + y=8524.92 + }, + [396]={ + nodes={ + [1]=31903 + }, + orbits={ + [1]=0 + }, + x=-4066.02, + y=7086.81 + }, + [397]={ + nodes={ + [1]=3084 + }, + orbits={ + [1]=0 + }, + x=-2638.2867163516, + y=15679.429205894 + }, + [398]={ + nodes={ + [1]=32278, + [2]=58183 + }, + orbits={ + [1]=2, + [2]=7 + }, + x=-4030.62, + y=-9550.54 + }, + [399]={ + nodes={ + [1]=57819 + }, + orbits={ + [1]=0 + }, + x=-2627.0367163516, + y=14402.249205894 + }, + [400]={ + nodes={ + [1]=61179 + }, + orbits={ + [1]=0 + }, + x=-3955.44, + y=-9600.64 + }, + [401]={ + nodes={ + [1]=4661, + [2]=53367, + [3]=10835, + [4]=20842, + [5]=12821, + [6]=65439, + [7]=48026, + [8]=6623, + [9]=65353 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3 + }, + x=-3944.14, + y=9526.74 + }, + [402]={ + nodes={ + [1]=259 + }, + orbits={ + [1]=0 + }, + x=-3931.69, + y=7603.71 + }, + [403]={ + nodes={ + [1]=38010, + [2]=13352, + [3]=59180, + [4]=54923, + [5]=27638, + [6]=50023, + [7]=13524, + [8]=4921 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=-3931.58, + y=7588.67 + }, + [404]={ + nodes={ + [1]=37956 + }, + orbits={ + [1]=0 + }, + x=-3921.6, + y=394.73 + }, + [405]={ + nodes={ + [1]=5284 + }, + orbits={ + [1]=0 + }, + x=-3905.87, + y=-9191.64 + }, + [406]={ + nodes={ + [1]=30996 + }, + orbits={ + [1]=0 + }, + x=-2502.1467163516, + y=15171.359205894 + }, + [407]={ + nodes={ + [1]=35581 + }, + orbits={ + [1]=0 + }, + x=-3872.48, + y=156.68 + }, + [408]={ + nodes={ + [1]=8867, + [2]=42522, + [3]=39204, + [4]=12882, + [5]=38578, + [6]=2857, + [7]=39640, + [8]=61985, + [9]=18849, + [10]=49189, + [11]=64789, + [12]=44484, + [13]=7246, + [14]=65413, + [15]=25618, + [16]=49759, + [17]=7998, + [18]=13673, + [19]=29398, + [20]=12488, + [21]=40721 + }, + orbits={ + [1]=6, + [2]=5, + [3]=9, + [4]=8 + }, + x=1573.4397536271, + y=-14980.27926277 + }, + [409]={ + nodes={ + [1]=21245 + }, + orbits={ + [1]=0 + }, + x=-3804.23, + y=-9338.75 + }, + [410]={ + nodes={ + [1]=57178 + }, + orbits={ + [1]=0 + }, + x=-3804.23, + y=-8886.17 + }, + [411]={ + nodes={ + [1]=1442 + }, + orbits={ + [1]=0 + }, + x=-2402.4267163516, + y=15915.289205894 + }, + [412]={ + nodes={ + [1]=43818 + }, + orbits={ + [1]=0 + }, + x=-3797.08, + y=-7331.69 + }, + [413]={ + nodes={ + [1]=14294, + [2]=48530, + [3]=4623, + [4]=39130, + [5]=48524 + }, + orbits={ + [1]=2 + }, + x=-3782.35, + y=-7332.36 + }, + [414]={ + nodes={ + [1]=53762 + }, + orbits={ + [1]=0 + }, + x=-2366.0067163516, + y=14663.279205894 + }, + [415]={ + nodes={ + [1]=45962, + [2]=48589, + [3]=7922, + [4]=7183, + [5]=15617 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-3759.41, + y=5937.79 + }, + [416]={ + nodes={ + [1]=46565 + }, + orbits={ + [1]=0 + }, + x=-3736.26, + y=12649.72 + }, + [417]={ + nodes={ + [1]=34487, + [2]=4882, + [3]=60568, + [4]=38172, + [5]=51206, + [6]=49642, + [7]=52348 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=-3727.22, + y=3905.64 + }, + [418]={ + nodes={ + [1]=53443, + [2]=20645, + [3]=59767, + [4]=31292, + [5]=64284, + [6]=58528, + [7]=45363, + [8]=19011, + [9]=27373, + [10]=22928 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=5 + }, + x=-3724.22, + y=1390.39 + }, + [419]={ + nodes={ + [1]=2511, + [2]=19802, + [3]=64399 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=-3714.33, + y=5366.21 + }, + [420]={ + nodes={ + [1]=27290 + }, + orbits={ + [1]=0 + }, + x=-3711.3, + y=11983.92 + }, + [421]={ + nodes={ + [1]=53108 + }, + orbits={ + [1]=0 + }, + x=-2266.0367163516, + y=15406.249205894 + }, + [422]={ + nodes={ + [1]=35265 + }, + orbits={ + [1]=0 + }, + x=-3657.51, + y=6318.1 + }, + [423]={ + nodes={ + [1]=36728 + }, + orbits={ + [1]=0 + }, + x=-2229.8667163516, + y=14155.199205894 + }, + [424]={ + nodes={ + [1]=62122, + [2]=6748, + [3]=37327, + [4]=34248, + [5]=48618, + [6]=4295 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=-3593.46, + y=-8544.35 + }, + [425]={ + nodes={ + [1]=34840 + }, + orbits={ + [1]=0 + }, + x=-3593.46, + y=-7995.13 + }, + [426]={ + nodes={ + [1]=2071, + [2]=37543, + [3]=38420, + [4]=16647 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3550.83, + y=-3487.38 + }, + [427]={ + nodes={ + [1]=36822 + }, + orbits={ + [1]=0 + }, + x=-2129.6267163516, + y=14897.209205894 + }, + [428]={ + nodes={ + [1]=35284, + [2]=3921, + [3]=38398, + [4]=31898, + [5]=7473, + [6]=2211, + [7]=8154 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-3522.22, + y=11010.67 + }, + [429]={ + nodes={ + [1]=33397, + [2]=51248, + [3]=53294, + [4]=38292, + [5]=39594 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3498.41, + y=321.55 + }, + [430]={ + nodes={ + [1]=44733 + }, + orbits={ + [1]=2 + }, + x=-3497.77, + y=-6221.4 + }, + [431]={ + nodes={ + [1]=49550, + [2]=61935, + [3]=55746, + [4]=4624 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-3484.73, + y=4125.9 + }, + [432]={ + nodes={ + [1]=43842, + [2]=5695, + [3]=32309, + [4]=59070, + [5]=28092, + [6]=17061, + [7]=31773 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=-3480.21, + y=-9844.83 + }, + [433]={ + nodes={ + [1]=26697 + }, + orbits={ + [1]=0 + }, + x=-3462.24, + y=12165.79 + }, + [434]={ + nodes={ + [1]=62661 + }, + orbits={ + [1]=0 + }, + x=-3443.04, + y=-4769.59 + }, + [435]={ + nodes={ + [1]=1433 + }, + orbits={ + [1]=6 + }, + x=-3428.17, + y=-7186.71 + }, + [436]={ + nodes={ + [1]=12786 + }, + orbits={ + [1]=0 + }, + x=-3421.76, + y=-1975.64 + }, + [437]={ + nodes={ + [1]=46060, + [2]=29788, + [3]=44419, + [4]=7251, + [5]=29270, + [6]=7488 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-3417.33, + y=5065.71 + }, + [438]={ + nodes={ + [1]=52746, + [2]=9796, + [3]=62310, + [4]=54148, + [5]=36325, + [6]=56934 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=-3408.23, + y=9916.18 + }, + [439]={ + nodes={ + [1]=58591 + }, + orbits={ + [1]=0 + }, + x=-1993.2267163516, + y=14388.159205894 + }, + [440]={ + nodes={ + [1]=37612 + }, + orbits={ + [1]=0 + }, + x=-3366.12, + y=7490.9 + }, + [441]={ + nodes={ + [1]=8531, + [2]=24483, + [3]=32660, + [4]=8631, + [5]=59256, + [6]=51534, + [7]=46760 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-3360.01, + y=-4893.8 + }, + [442]={ + nodes={ + [1]=57373 + }, + orbits={ + [1]=0 + }, + x=-3334.51, + y=-6477.82 + }, + [443]={ + nodes={ + [1]=37963, + [2]=15855, + [3]=59263, + [4]=61441, + [5]=54138 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5, + [5]=6 + }, + x=-3314.67, + y=11934.56 + }, + [444]={ + nodes={ + [1]=9762, + [2]=10783, + [3]=38564, + [4]=20091 + }, + orbits={ + [1]=2, + [2]=3, + [3]=5, + [4]=6 + }, + x=-3296.49, + y=11927.97 + }, + [445]={ + nodes={ + [1]=51299 + }, + orbits={ + [1]=2 + }, + x=-3292.33, + y=5858.65 + }, + [446]={ + nodes={ + [1]=17655, + [2]=64299, + [3]=50558, + [4]=12462, + [5]=19680, + [6]=18465, + [7]=39540, + [8]=36602, + [9]=6744, + [10]=49357, + [11]=32194, + [12]=58651, + [13]=5777, + [14]=55194, + [15]=44951, + [16]=37629, + [17]=55933 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=6 + }, + x=-3281.46, + y=-1894.64 + }, + [447]={ + nodes={ + [1]=15374, + [2]=48035, + [3]=54676, + [4]=39759, + [5]=11329 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3250.15, + y=6991.06 + }, + [448]={ + nodes={ + [1]=25011, + [2]=60404, + [3]=20691, + [4]=41739 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3244.97, + y=8358.66 + }, + [449]={ + nodes={ + [1]=38300 + }, + orbits={ + [1]=0 + }, + x=-3228.53, + y=-6778.69 + }, + [450]={ + nodes={ + [1]=47168 + }, + orbits={ + [1]=0 + }, + x=-3225.69, + y=-10395.75 + }, + [451]={ + nodes={ + [1]=38235, + [2]=34671, + [3]=61934, + [4]=24477, + [5]=17532, + [6]=48418 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3224.09, + y=7913.29 + }, + [452]={ + nodes={ + [1]=25303 + }, + orbits={ + [1]=0 + }, + x=-3196.2, + y=-8995.5 + }, + [453]={ + nodes={ + [1]=39935 + }, + orbits={ + [1]=0 + }, + x=-3184.23, + y=-9385.96 + }, + [454]={ + nodes={ + [1]=38323 + }, + orbits={ + [1]=0 + }, + x=-3154.84, + y=556.13 + }, + [455]={ + nodes={ + [1]=48305 + }, + orbits={ + [1]=0 + }, + x=-3144.84, + y=-551.55 + }, + [456]={ + nodes={ + [1]=17517, + [2]=13233, + [3]=62978, + [4]=19873 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-3114.85, + y=-1268.82 + }, + [457]={ + nodes={ + [1]=30979 + }, + orbits={ + [1]=0 + }, + x=-3109.62, + y=-5381.56 + }, + [458]={ + nodes={ + [1]=4407 + }, + orbits={ + [1]=0 + }, + x=-3069.12, + y=-8364.27 + }, + [459]={ + nodes={ + [1]=64327, + [2]=18629, + [3]=39517, + [4]=49391, + [5]=36629, + [6]=44659, + [7]=62732, + [8]=53373, + [9]=64192, + [10]=18742 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=5 + }, + x=-3067.29, + y=2529.2 + }, + [460]={ + nodes={ + [1]=43366 + }, + orbits={ + [1]=0 + }, + x=-3061.21, + y=-8608.16 + }, + [461]={ + nodes={ + [1]=15194 + }, + orbits={ + [1]=0 + }, + x=-3049.19, + y=-8762.37 + }, + [462]={ + nodes={ + [1]=65016, + [2]=21206, + [3]=6752, + [4]=7378, + [5]=968, + [6]=45899, + [7]=54911, + [8]=31326, + [9]=39716, + [10]=44092, + [11]=11505 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-3048.14, + y=-7186.05 + }, + [463]={ + nodes={ + [1]=34747, + [2]=24753, + [3]=56567, + [4]=151, + [5]=6274 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-3044.02, + y=6253.4 + }, + [464]={ + nodes={ + [1]=33618, + [2]=39990, + [3]=20718, + [4]=13294 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-2999.63, + y=-5834.98 + }, + [465]={ + nodes={ + [1]=43895, + [2]=13562 + }, + orbits={ + [1]=7 + }, + x=-2998.56, + y=4483.94 + }, + [466]={ + nodes={ + [1]=23650, + [2]=56616, + [3]=41415 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-2977.66, + y=4483.94 + }, + [467]={ + nodes={ + [1]=30219, + [2]=45177, + [3]=39732 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=-2974.98, + y=3611.49 + }, + [468]={ + nodes={ + [1]=29148 + }, + orbits={ + [1]=0 + }, + x=-2904.82, + y=-7995.13 + }, + [469]={ + nodes={ + [1]=44344 + }, + orbits={ + [1]=0 + }, + x=-2864.23, + y=-9385.96 + }, + [470]={ + nodes={ + [1]=27726, + [2]=32416, + [3]=6529 + }, + orbits={ + [1]=2 + }, + x=-2851.04, + y=1645.22 + }, + [471]={ + nodes={ + [1]=8406, + [2]=6015, + [3]=35426 + }, + orbits={ + [1]=6, + [2]=3 + }, + x=-2849.6, + y=0.53 + }, + [472]={ + nodes={ + [1]=2606, + [2]=21606, + [3]=20388 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=-2824.48, + y=-8749.27 + }, + [473]={ + nodes={ + [1]=64471 + }, + orbits={ + [1]=4 + }, + x=-2808.97, + y=10498.42 + }, + [474]={ + nodes={ + [1]=22045, + [2]=63209, + [3]=30704, + [4]=13505 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-2808.15, + y=-1621.78 + }, + [475]={ + nodes={ + [1]=4956 + }, + orbits={ + [1]=0 + }, + x=-2808.15, + y=-1621.78 + }, + [476]={ + nodes={ + [1]=45824 + }, + orbits={ + [1]=0 + }, + x=-2787.46, + y=11060.96 + }, + [477]={ + nodes={ + [1]=3282, + [2]=58817, + [3]=53607, + [4]=37302, + [5]=52860, + [6]=45494, + [7]=40975, + [8]=24368, + [9]=40597 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=-2756.41, + y=10024.89 + }, + [478]={ + nodes={ + [1]=14575 + }, + orbits={ + [1]=0 + }, + x=-2730.42, + y=-9028.75 + }, + [479]={ + nodes={ + [1]=41147, + [2]=23797, + [3]=31370, + [4]=32448 + }, + orbits={ + [1]=2 + }, + x=-2702.07, + y=8329.01 + }, + [480]={ + nodes={ + [1]=55412, + [2]=22538, + [3]=64659, + [4]=25211, + [5]=11330, + [6]=22185, + [7]=17796, + [8]=12412, + [9]=3355 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=-2697.32, + y=-11149 + }, + [481]={ + nodes={ + [1]=38105, + [2]=49455, + [3]=13537, + [4]=44299, + [5]=6006, + [6]=23939, + [7]=59425, + [8]=2508, + [9]=51797, + [10]=22141, + [11]=857, + [12]=58789, + [13]=46275, + [14]=13307, + [15]=26614, + [16]=3894 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-2697.32, + y=-10245.46 + }, + [482]={ + nodes={ + [1]=63469, + [2]=57967, + [3]=50216, + [4]=30834 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-2656.19, + y=-2063.25 + }, + [484]={ + nodes={ + [1]=5101, + [2]=64690, + [3]=35558, + [4]=46726 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=-2648.97, + y=-4970.63 + }, + [485]={ + nodes={ + [1]=6898 + }, + orbits={ + [1]=0 + }, + x=-2644.37, + y=-1090.72 + }, + [486]={ + nodes={ + [1]=3414 + }, + orbits={ + [1]=0 + }, + x=-2625.49, + y=-8808.47 + }, + [487]={ + nodes={ + [1]=23227, + [2]=39564, + [3]=3516 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=-2620.07, + y=7375.23 + }, + [488]={ + nodes={ + [1]=38663, + [2]=49618, + [3]=62039 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-2620.07, + y=7379.36 + }, + [489]={ + nodes={ + [1]=55348 + }, + orbits={ + [1]=0 + }, + x=-2620.07, + y=7389.42 + }, + [490]={ + nodes={ + [1]=13279 + }, + orbits={ + [1]=0 + }, + x=-2620.07, + y=7921.63 + }, + [491]={ + nodes={ + [1]=47284 + }, + orbits={ + [1]=0 + }, + x=-2588.8, + y=-8604.12 + }, + [492]={ + nodes={ + [1]=23062, + [2]=19122, + [3]=28432, + [4]=20416 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-2557.26, + y=3935.52 + }, + [493]={ + nodes={ + [1]=8493 + }, + orbits={ + [1]=0 + }, + x=-2554.96, + y=10828.42 + }, + [494]={ + nodes={ + [1]=42177, + [2]=5049, + [3]=43183, + [4]=11153, + [5]=49231 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-2553.76, + y=5504.65 + }, + [495]={ + nodes={ + [1]=3332 + }, + orbits={ + [1]=0 + }, + x=-2530.04, + y=-8376.52 + }, + [496]={ + nodes={ + [1]=53396, + [2]=64370, + [3]=45923, + [4]=52319 + }, + orbits={ + [1]=6 + }, + x=-2522.24, + y=-1450.05 + }, + [497]={ + nodes={ + [1]=51921 + }, + orbits={ + [1]=6 + }, + x=-2502.19, + y=3479.47 + }, + [498]={ + nodes={ + [1]=5920, + [2]=52574, + [3]=55478, + [4]=48006, + [5]=33604 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-2481, + y=3401.68 + }, + [499]={ + nodes={ + [1]=32523 + }, + orbits={ + [1]=0 + }, + x=-2460.75, + y=-3489.54 + }, + [500]={ + nodes={ + [1]=58930, + [2]=52429, + [3]=6294, + [4]=4847, + [5]=14934, + [6]=858, + [7]=58387, + [8]=52454, + [9]=46604, + [10]=2138, + [11]=1546, + [12]=38827, + [13]=31890, + [14]=25745, + [15]=21081 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5, + [5]=7 + }, + x=-2457.53, + y=-3479.87 + }, + [501]={ + nodes={ + [1]=27992 + }, + orbits={ + [1]=0 + }, + x=-2415.33, + y=11530.75 + }, + [502]={ + nodes={ + [1]=23373, + [2]=23428, + [3]=47623, + [4]=53895, + [5]=17026, + [6]=17303, + [7]=38570 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=-2399.07, + y=11558.76 + }, + [503]={ + nodes={ + [1]=5710, + [2]=14923, + [3]=46325, + [4]=33556, + [5]=55473, + [6]=43164, + [7]=1207, + [8]=13397, + [9]=39581, + [10]=6839 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-2393.09, + y=1033.71 + }, + [504]={ + nodes={ + [1]=61042 + }, + orbits={ + [1]=0 + }, + x=-2364.29, + y=-8977.68 + }, + [505]={ + nodes={ + [1]=11679 + }, + orbits={ + [1]=0 + }, + x=-2364.29, + y=-7995.11 + }, + [506]={ + nodes={ + [1]=54453, + [2]=19006, + [3]=39461, + [4]=229, + [5]=46365 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-2362.28, + y=-9378.04 + }, + [507]={ + nodes={ + [1]=38856 + }, + orbits={ + [1]=6 + }, + x=-2351.05, + y=-3487.38 + }, + [508]={ + nodes={ + [1]=46358, + [2]=50423, + [3]=59376 + }, + orbits={ + [1]=6 + }, + x=-2291.85, + y=-4007.49 + }, + [509]={ + nodes={ + [1]=39207, + [2]=33518, + [3]=37519, + [4]=17045, + [5]=32564, + [6]=63579, + [7]=55131 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-2289.79, + y=8432.25 + }, + [510]={ + nodes={ + [1]=19240 + }, + orbits={ + [1]=0 + }, + x=-2241.38, + y=-4242.75 + }, + [511]={ + nodes={ + [1]=28950 + }, + orbits={ + [1]=0 + }, + x=-2228.21, + y=-1722.64 + }, + [512]={ + nodes={ + [1]=13241 + }, + orbits={ + [1]=6 + }, + x=-2221.54, + y=3539.9 + }, + [513]={ + nodes={ + [1]=53589 + }, + orbits={ + [1]=0 + }, + x=-2199.44, + y=3805.96 + }, + [514]={ + nodes={ + [1]=7424, + [2]=27491, + [3]=1823, + [4]=36994, + [5]=29432, + [6]=4061, + [7]=34531, + [8]=25363, + [9]=44098 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=-2199.31, + y=-6515.67 + }, + [515]={ + nodes={ + [1]=17584, + [2]=28446, + [3]=12430, + [4]=61067, + [5]=1143, + [6]=58170 + }, + orbits={ + [1]=2 + }, + x=-2188.85, + y=-968.66 + }, + [516]={ + nodes={ + [1]=54521 + }, + orbits={ + [1]=0 + }, + x=-2171.82, + y=-10395.75 + }, + [517]={ + nodes={ + [1]=48670 + }, + orbits={ + [1]=6 + }, + x=-2134.26, + y=3688.8 + }, + [518]={ + nodes={ + [1]=1913, + [2]=4665, + [3]=61534, + [4]=7721, + [5]=64683, + [6]=41031, + [7]=23570, + [8]=36709, + [9]=63393 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-2092.78, + y=1554.69 + }, + [519]={ + nodes={ + [1]=10772, + [2]=21468, + [3]=2119, + [4]=39274, + [5]=53505 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-2087.68, + y=7594.08 + }, + [520]={ + nodes={ + [1]=2864 + }, + orbits={ + [1]=0 + }, + x=-2086.96, + y=8229.42 + }, + [521]={ + nodes={ + [1]=44372, + [2]=25829, + [3]=57791, + [4]=52229 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-2076.34, + y=-7604.25 + }, + [522]={ + nodes={ + [1]=48581, + [2]=15969, + [3]=41129, + [4]=24338, + [5]=15838, + [6]=33242, + [7]=13387 + }, + orbits={ + [1]=3, + [2]=4, + [3]=5, + [4]=6 + }, + x=-2076.24, + y=-4701.25 + }, + [523]={ + nodes={ + [1]=1543, + [2]=14096, + [3]=44293 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=-2074.7, + y=-4534.37 + }, + [524]={ + nodes={ + [1]=54232 + }, + orbits={ + [1]=0 + }, + x=-2059.23, + y=2453.77 + }, + [525]={ + nodes={ + [1]=6714, + [2]=5066, + [3]=51788, + [4]=42583, + [5]=10499 + }, + orbits={ + [1]=2 + }, + x=-2013.43, + y=4135.31 + }, + [526]={ + nodes={ + [1]=41646 + }, + orbits={ + [1]=0 + }, + x=-2012.03, + y=4519.75 + }, + [527]={ + nodes={ + [1]=28860, + [2]=56104, + [3]=14091, + [4]=23993, + [5]=8115, + [6]=36449, + [7]=42981, + [8]=52684 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=-2012.03, + y=4750.59 + }, + [528]={ + nodes={ + [1]=38430 + }, + orbits={ + [1]=0 + }, + x=-2003.45, + y=4137.06 + }, + [529]={ + nodes={ + [1]=2397, + [2]=54437, + [3]=16111, + [4]=5324, + [5]=46268 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-1955.87, + y=11130.6 + }, + [530]={ + nodes={ + [1]=43791, + [2]=53320, + [3]=16385, + [4]=41651, + [5]=5098 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-1945.48, + y=5858.53 + }, + [531]={ + nodes={ + [1]=20119, + [2]=18160, + [3]=15809, + [4]=26945, + [5]=31175, + [6]=22783, + [7]=30720, + [8]=54036, + [9]=17501, + [10]=18485 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=-1940.55, + y=-8386.27 + }, + [532]={ + nodes={ + [1]=50626, + [2]=32597, + [3]=12777, + [4]=3918, + [5]=54708, + [6]=59695 + }, + orbits={ + [1]=2 + }, + x=-1927.77, + y=-1422.19 + }, + [533]={ + nodes={ + [1]=3041, + [2]=47555, + [3]=53697, + [4]=10156, + [5]=59795 + }, + orbits={ + [1]=3, + [2]=5, + [3]=6 + }, + x=-1892.34, + y=-3294.04 + }, + [534]={ + nodes={ + [1]=13942, + [2]=65023, + [3]=18186, + [4]=6626, + [5]=32354, + [6]=34433, + [7]=24009, + [8]=46475, + [9]=16744, + [10]=4716, + [11]=24748 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=-1863.48, + y=6665.33 + }, + [535]={ + nodes={ + [1]=3685, + [2]=55700, + [3]=44983, + [4]=32151 + }, + orbits={ + [1]=2, + [2]=4, + [3]=7 + }, + x=-1788.73, + y=10569 + }, + [536]={ + nodes={ + [1]=7628 + }, + orbits={ + [1]=6 + }, + x=-1769.02, + y=3906.89 + }, + [537]={ + nodes={ + [1]=33369 + }, + orbits={ + [1]=0 + }, + x=-1760.47, + y=8417.92 + }, + [538]={ + nodes={ + [1]=61170, + [2]=25763, + [3]=27186, + [4]=62963 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-1731.48, + y=-9989.29 + }, + [539]={ + nodes={ + [1]=43647, + [2]=32727, + [3]=53524, + [4]=32507, + [5]=12851, + [6]=57555, + [7]=52973, + [8]=37608 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=-1682.34, + y=-9147.25 + }, + [540]={ + nodes={ + [1]=3999, + [2]=9737, + [3]=59480, + [4]=36522, + [5]=37665, + [6]=4577, + [7]=42410, + [8]=24813, + [9]=20397, + [10]=35739, + [11]=26356, + [12]=15590, + [13]=57863, + [14]=8556 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=-1653.23, + y=9760.91 + }, + [541]={ + nodes={ + [1]=56388, + [2]=21096, + [3]=57616, + [4]=63360, + [5]=18801, + [6]=62258, + [7]=11752, + [8]=62455 + }, + orbits={ + [1]=0, + [2]=4, + [3]=5, + [4]=7 + }, + x=-1626.68, + y=7851.58 + }, + [542]={ + nodes={ + [1]=1220 + }, + orbits={ + [1]=0 + }, + x=-1614.94, + y=-5019.94 + }, + [543]={ + nodes={ + [1]=6655 + }, + orbits={ + [1]=2 + }, + x=-1610.62, + y=8920.12 + }, + [544]={ + nodes={ + [1]=35015 + }, + orbits={ + [1]=0 + }, + x=-1587.62, + y=8880.27 + }, + [545]={ + nodes={ + [1]=36286, + [2]=14033, + [3]=41130, + [4]=34553, + [5]=8397 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-1573.72, + y=-4956.19 + }, + [546]={ + nodes={ + [1]=30407, + [2]=22319, + [3]=6236, + [4]=33646, + [5]=57286, + [6]=30201, + [7]=8991 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-1562.36, + y=-10830.71 + }, + [547]={ + nodes={ + [1]=47469 + }, + orbits={ + [1]=0 + }, + x=-1548.28, + y=-10923.42 + }, + [548]={ + nodes={ + [1]=15885 + }, + orbits={ + [1]=0 + }, + x=-1545.44, + y=-7995.13 + }, + [549]={ + nodes={ + [1]=47796, + [2]=62640, + [3]=38501, + [4]=27108, + [5]=24880, + [6]=17294, + [7]=27501, + [8]=19330, + [9]=45916, + [10]=34340, + [11]=16168, + [12]=45969, + [13]=25374 + }, + orbits={ + [1]=2, + [2]=4, + [3]=5, + [4]=6 + }, + x=-1533.68, + y=2648.54 + }, + [550]={ + nodes={ + [1]=50084 + }, + orbits={ + [1]=0 + }, + x=-1527.89, + y=-734.8 + }, + [551]={ + nodes={ + [1]=3936 + }, + orbits={ + [1]=0 + }, + x=-1525.89, + y=733.41 + }, + [552]={ + nodes={ + [1]=53853, + [2]=36170, + [3]=28693, + [4]=49280, + [5]=57320 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-1517.4, + y=3898.18 + }, + [553]={ + nodes={ + [1]=58718 + }, + orbits={ + [1]=0 + }, + x=-1482.46, + y=8698.1 + }, + [554]={ + nodes={ + [1]=45497 + }, + orbits={ + [1]=0 + }, + x=-1446.33, + y=-10165.59 + }, + [555]={ + nodes={ + [1]=17057, + [2]=22784, + [3]=17025, + [4]=13515 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-1446.33, + y=-9722.75 + }, + [556]={ + nodes={ + [1]=34058 + }, + orbits={ + [1]=0 + }, + x=-1432.94, + y=-4703.73 + }, + [557]={ + nodes={ + [1]=40336 + }, + orbits={ + [1]=0 + }, + x=-1410.85, + y=8880.27 + }, + [558]={ + nodes={ + [1]=38646 + }, + orbits={ + [1]=0 + }, + x=-1397.89, + y=957.2 + }, + [559]={ + nodes={ + [1]=13855 + }, + orbits={ + [1]=0 + }, + x=-1396.89, + y=-954.59 + }, + [560]={ + nodes={ + [1]=42680 + }, + orbits={ + [1]=0 + }, + x=-1385.44, + y=-8272.26 + }, + [561]={ + nodes={ + [1]=54099 + }, + orbits={ + [1]=0 + }, + x=-1367.15, + y=10828.42 + }, + [562]={ + nodes={ + [1]=17150, + [2]=23888, + [3]=29399, + [4]=7390, + [5]=53647, + [6]=51446, + [7]=19750 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=-1367.15, + y=11595 + }, + [563]={ + nodes={ + [1]=44707, + [2]=32885, + [3]=54785, + [4]=51735, + [5]=6689, + [6]=45599 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=-1349.52, + y=4972.79 + }, + [564]={ + nodes={ + [1]=36358, + [2]=19112, + [3]=12367, + [4]=3492, + [5]=60313, + [6]=56956, + [7]=54632, + [8]=36507 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-1346.98, + y=-7376.61 + }, + [565]={ + nodes={ + [1]=8349, + [2]=56564, + [3]=42077, + [4]=31644, + [5]=49235, + [6]=14739, + [7]=2102 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=-1322.31, + y=-4290.85 + }, + [566]={ + nodes={ + [1]=39886 + }, + orbits={ + [1]=0 + }, + x=-1309.39, + y=-3298.79 + }, + [567]={ + nodes={ + [1]=65322 + }, + orbits={ + [1]=0 + }, + x=-1305.68, + y=8391.66 + }, + [568]={ + nodes={ + [1]=47709 + }, + orbits={ + [1]=0 + }, + x=-1305.68, + y=8698.1 + }, + [569]={ + nodes={ + [1]=47175 + }, + orbits={ + [1]=0 + }, + x=-1271.19, + y=733.1 + }, + [570]={ + nodes={ + [1]=61525 + }, + orbits={ + [1]=0 + }, + x=-1245.18, + y=-728.9 + }, + [571]={ + nodes={ + [1]=23450, + [2]=558, + [3]=23091, + [4]=63021, + [5]=11366, + [6]=39515, + [7]=39228, + [8]=62603, + [9]=19715, + [10]=46300, + [11]=52774, + [12]=57832, + [13]=34290, + [14]=5084, + [15]=35324, + [16]=34927 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=5 + }, + x=-1221.99, + y=-11452.46 + }, + [572]={ + nodes={ + [1]=63814 + }, + orbits={ + [1]=0 + }, + x=-1200.68, + y=8879.97 + }, + [573]={ + nodes={ + [1]=54818 + }, + orbits={ + [1]=0 + }, + x=-1170.69, + y=8229.42 + }, + [574]={ + nodes={ + [1]=47157, + [2]=516, + [3]=7201, + [4]=61347, + [5]=64488, + [6]=48215 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-1169.57, + y=7550.25 + }, + [575]={ + nodes={ + [1]=13333, + [2]=1091, + [3]=1700, + [4]=48699 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-1161.05, + y=-9989.29 + }, + [576]={ + nodes={ + [1]=13425 + }, + orbits={ + [1]=0 + }, + x=-1137.16, + y=8698.1 + }, + [577]={ + nodes={ + [1]=40043, + [2]=9857, + [3]=55231, + [4]=37361, + [5]=54990 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-1112.96, + y=4145.63 + }, + [578]={ + nodes={ + [1]=28492 + }, + orbits={ + [1]=0 + }, + x=-1099.85, + y=11095.71 + }, + [579]={ + nodes={ + [1]=45885 + }, + orbits={ + [1]=0 + }, + x=-1051.9, + y=-10395.75 + }, + [580]={ + nodes={ + [1]=315 + }, + orbits={ + [1]=0 + }, + x=-1032.12, + y=8879.97 + }, + [581]={ + nodes={ + [1]=33216 + }, + orbits={ + [1]=2 + }, + x=-1009.12, + y=8919.8 + }, + [582]={ + nodes={ + [1]=18086, + [2]=32427, + [3]=62844, + [4]=24655, + [5]=42127, + [6]=41573, + [7]=4456, + [8]=14363, + [9]=61338, + [10]=4776 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=-949.03, + y=-5546.35 + }, + [583]={ + nodes={ + [1]=46343 + }, + orbits={ + [1]=0 + }, + x=-767.04, + y=5189.25 + }, + [584]={ + nodes={ + [1]=18407 + }, + orbits={ + [1]=0 + }, + x=-752.96, + y=-2537.92 + }, + [585]={ + nodes={ + [1]=10398, + [2]=3472, + [3]=56640, + [4]=26682 + }, + orbits={ + [1]=7 + }, + x=-691.9, + y=-7030.08 + }, + [586]={ + nodes={ + [1]=18158 + }, + orbits={ + [1]=0 + }, + x=-7867.5998730469, + y=-13810.685016673 + }, + [587]={ + nodes={ + [1]=58714, + [2]=29514, + [3]=21077, + [4]=3109, + [5]=36169, + [6]=354, + [7]=48429, + [8]=52274, + [9]=39431 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4 + }, + x=-617.1, + y=6556.71 + }, + [588]={ + nodes={ + [1]=13882 + }, + orbits={ + [1]=0 + }, + x=-616.96, + y=-7619.15 + }, + [589]={ + nodes={ + [1]=49512 + }, + orbits={ + [1]=0 + }, + x=-613.84, + y=-7995.13 + }, + [590]={ + nodes={ + [1]=22439, + [2]=44498, + [3]=25101, + [4]=52199, + [5]=43139, + [6]=65248, + [7]=39752, + [8]=56409, + [9]=38068, + [10]=5936 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4 + }, + x=-612.8, + y=-8637.76 + }, + [591]={ + nodes={ + [1]=51194, + [2]=24060, + [3]=3091, + [4]=18793, + [5]=33639, + [6]=24087, + [7]=8782 + }, + orbits={ + [1]=7, + [2]=2 + }, + x=-611.91, + y=-7670.28 + }, + [592]={ + nodes={ + [1]=15182 + }, + orbits={ + [1]=0 + }, + x=-593.45, + y=8229.42 + }, + [593]={ + nodes={ + [1]=13359, + [2]=8382, + [3]=61863, + [4]=42045, + [5]=50535, + [6]=10612, + [7]=31943 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=-511.87, + y=-10830.71 + }, + [594]={ + nodes={ + [1]=52003 + }, + orbits={ + [1]=0 + }, + x=-509.65, + y=-10901.37 + }, + [595]={ + nodes={ + [1]=38270, + [2]=23724, + [3]=7275, + [4]=29402, + [5]=4046, + [6]=8875, + [7]=50687 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=-484.77, + y=9710.46 + }, + [596]={ + nodes={ + [1]=63484 + }, + orbits={ + [1]=0 + }, + x=-7698.1498730469, + y=-13974.045016673 + }, + [597]={ + nodes={ + [1]=22821, + [2]=22314 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=-478.3, + y=-3316.19 + }, + [598]={ + nodes={ + [1]=51184 + }, + orbits={ + [1]=0 + }, + x=-478.3, + y=-3030.38 + }, + [599]={ + nodes={ + [1]=3823, + [2]=60230, + [3]=51968, + [4]=51335, + [5]=64046, + [6]=45522, + [7]=5726, + [8]=58362, + [9]=10192, + [10]=55909 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=4, + [5]=5, + [6]=7 + }, + x=-478.24, + y=-3752.19 + }, + [600]={ + nodes={ + [1]=56935 + }, + orbits={ + [1]=0 + }, + x=-478.02, + y=-4703.73 + }, + [601]={ + nodes={ + [1]=22419 + }, + orbits={ + [1]=0 + }, + x=-478.01, + y=-2158.22 + }, + [602]={ + nodes={ + [1]=55066, + [2]=19796, + [3]=15899, + [4]=18308, + [5]=21721, + [6]=21627, + [7]=9290, + [8]=19129, + [9]=62194 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=7 + }, + x=-477.54, + y=10441.93 + }, + [603]={ + nodes={ + [1]=7049, + [2]=25711, + [3]=31566, + [4]=24766, + [5]=22556, + [6]=11257, + [7]=10271, + [8]=58038, + [9]=35028, + [10]=51974 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=-466.62, + y=8827.24 + }, + [604]={ + nodes={ + [1]=50383 + }, + orbits={ + [1]=0 + }, + x=-458.18, + y=-9486.35 + }, + [605]={ + nodes={ + [1]=29391, + [2]=50715, + [3]=61354, + [4]=29800 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=-429.99, + y=-9489.3 + }, + [606]={ + nodes={ + [1]=47363, + [2]=13708, + [3]=9164, + [4]=25513, + [5]=51825, + [6]=47856, + [7]=32561 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5, + [5]=6 + }, + x=-420.12, + y=4842.33 + }, + [607]={ + nodes={ + [1]=62588 + }, + orbits={ + [1]=0 + }, + x=-405.01, + y=3700.21 + }, + [608]={ + nodes={ + [1]=14997 + }, + orbits={ + [1]=0 + }, + x=-376.02, + y=4798.23 + }, + [609]={ + nodes={ + [1]=55807, + [2]=6686, + [3]=1922, + [4]=41965, + [5]=1755, + [6]=18845 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=-374.23, + y=-2574.13 + }, + [610]={ + nodes={ + [1]=32976, + [2]=34202, + [3]=14428, + [4]=49285, + [5]=6287, + [6]=38776, + [7]=57816, + [8]=364 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=-344.33, + y=11065.56 + }, + [611]={ + nodes={ + [1]=36564, + [2]=17754, + [3]=24039, + [4]=46644, + [5]=18348, + [6]=25239, + [7]=61267, + [8]=13174, + [9]=34419, + [10]=19482, + [11]=39470, + [12]=770, + [13]=46016, + [14]=8854, + [15]=7793, + [16]=64379, + [17]=63894, + [18]=23880, + [19]=24135, + [20]=32699 + }, + orbits={ + [1]=6, + [2]=5, + [3]=9, + [4]=8 + }, + x=-7526.3698730469, + y=-13046.055016673 + }, + [612]={ + nodes={ + [1]=53975, + [2]=55104, + [3]=33254, + [4]=19125 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=-296.21, + y=-5775.53 + }, + [613]={ + nodes={ + [1]=28510, + [2]=61438, + [3]=42350 + }, + orbits={ + [1]=6 + }, + x=-262.23, + y=3156.44 + }, + [614]={ + nodes={ + [1]=5407 + }, + orbits={ + [1]=0 + }, + x=-257.48, + y=2491.06 + }, + [615]={ + nodes={ + [1]=934, + [2]=9825, + [3]=12526 + }, + orbits={ + [1]=4, + [2]=3 + }, + x=-248.37, + y=7972.75 + }, + [616]={ + nodes={ + [1]=44605, + [2]=2455, + [3]=48588, + [4]=13081 + }, + orbits={ + [1]=5 + }, + x=-203.43, + y=2592.67 + }, + [617]={ + nodes={ + [1]=57039, + [2]=14572, + [3]=11037 + }, + orbits={ + [1]=3 + }, + x=-152.71, + y=3700.23 + }, + [618]={ + nodes={ + [1]=29328, + [2]=43201, + [3]=43383, + [4]=37450 + }, + orbits={ + [1]=4 + }, + x=-150.31, + y=3572.61 + }, + [619]={ + nodes={ + [1]=59779 + }, + orbits={ + [1]=0 + }, + x=-133.15, + y=1690.41 + }, + [621]={ + nodes={ + [1]=35492, + [2]=30523, + [3]=11376, + [4]=50720, + [5]=34199, + [6]=43557 + }, + orbits={ + [1]=1, + [2]=3, + [3]=4, + [4]=5, + [5]=7 + }, + x=-73.93, + y=-9897.76 + }, + [622]={ + nodes={ + [1]=44871 + }, + orbits={ + [1]=3 + }, + x=-30.93, + y=-1405.7 + }, + [623]={ + nodes={ + [1]=46819 + }, + orbits={ + [1]=0 + }, + x=-0.88, + y=-7031.82 + }, + [624]={ + nodes={ + [1]=59362 + }, + orbits={ + [1]=0 + }, + x=0, + y=-10395.75 + }, + [625]={ + nodes={ + [1]=29009 + }, + orbits={ + [1]=0 + }, + x=0, + y=-9772.2 + }, + [626]={ + nodes={ + [1]=5314 + }, + orbits={ + [1]=4 + }, + x=0, + y=-9671.2 + }, + [627]={ + nodes={ + [1]=61419 + }, + orbits={ + [1]=0 + }, + x=0, + y=-7995.13 + }, + [628]={ + nodes={ + [1]=8616 + }, + orbits={ + [1]=0 + }, + x=0, + y=-5955.17 + }, + [629]={ + nodes={ + [1]=57710 + }, + orbits={ + [1]=6 + }, + x=0, + y=-4700.35 + }, + [630]={ + nodes={ + [1]=22290, + [2]=5501, + [3]=48821, + [4]=15618, + [5]=32404 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=0, + y=-4439.9 + }, + [631]={ + nodes={ + [1]=29502, + [2]=47307, + [3]=36302, + [4]=3242, + [5]=13769, + [6]=59636, + [7]=48007 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=0, + y=-3031.45 + }, + [632]={ + nodes={ + [1]=54447 + }, + orbits={ + [1]=0 + }, + x=0, + y=-1490.58 + }, + [633]={ + nodes={ + [1]=52125 + }, + orbits={ + [1]=0 + }, + x=0.13, + y=10105.93 + }, + [634]={ + nodes={ + [1]=2847 + }, + orbits={ + [1]=0 + }, + x=0.13, + y=10828.42 + }, + [635]={ + nodes={ + [1]=11337, + [2]=29369, + [3]=23427, + [4]=47270, + [5]=52799, + [6]=60515, + [7]=44455, + [8]=19955, + [9]=62914, + [10]=41669, + [11]=55250, + [12]=56649, + [13]=41972, + [14]=17380 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=4 + }, + x=0.44, + y=-11452.46 + }, + [636]={ + nodes={ + [1]=54417, + [2]=49657 + }, + orbits={ + [1]=6 + }, + x=1.25, + y=3822.38 + }, + [637]={ + nodes={ + [1]=10247, + [2]=28370 + }, + orbits={ + [1]=6 + }, + x=1.63, + y=3822.38 + }, + [638]={ + nodes={ + [1]=50986 + }, + orbits={ + [1]=0 + }, + x=1.95, + y=1469.82 + }, + [639]={ + nodes={ + [1]=52442, + [2]=14254, + [3]=97 + }, + orbits={ + [1]=2 + }, + x=1.95, + y=2418.36 + }, + [640]={ + nodes={ + [1]=47150, + [2]=38779, + [3]=44836 + }, + orbits={ + [1]=2 + }, + x=1.95, + y=2829.7 + }, + [641]={ + nodes={ + [1]=48635 + }, + orbits={ + [1]=0 + }, + x=1.95, + y=6250.78 + }, + [642]={ + nodes={ + [1]=21755 + }, + orbits={ + [1]=0 + }, + x=1.95, + y=7013.94 + }, + [643]={ + nodes={ + [1]=57805, + [2]=43444, + [3]=7788 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=3.72, + y=5712 + }, + [644]={ + nodes={ + [1]=38003, + [2]=28361, + [3]=47782 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=4.1, + y=5712 + }, + [645]={ + nodes={ + [1]=40691, + [2]=36746, + [3]=25893, + [4]=51169, + [5]=43576, + [6]=14324, + [7]=1468, + [8]=7971 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=7 + }, + x=5.06, + y=-6484.35 + }, + [646]={ + nodes={ + [1]=63526 + }, + orbits={ + [1]=0 + }, + x=6.24, + y=5223.21 + }, + [647]={ + nodes={ + [1]=44176, + [2]=16618, + [3]=10273, + [4]=49696, + [5]=42280, + [6]=24511, + [7]=45272, + [8]=21205, + [9]=57047, + [10]=35688, + [11]=38138, + [12]=45278, + [13]=4492 + }, + orbits={ + [1]=0, + [2]=5, + [3]=7 + }, + x=7.01, + y=11943.01 + }, + [648]={ + nodes={ + [1]=54127 + }, + orbits={ + [1]=0 + }, + x=8.31, + y=8229.42 + }, + [649]={ + nodes={ + [1]=54282 + }, + orbits={ + [1]=3 + }, + x=8.31, + y=9742.42 + }, + [650]={ + nodes={ + [1]=4739 + }, + orbits={ + [1]=3 + }, + x=28.94, + y=-1404.7 + }, + [651]={ + nodes={ + [1]=59915 + }, + orbits={ + [1]=0 + }, + x=136.86, + y=1689.33 + }, + [652]={ + nodes={ + [1]=41210, + [2]=43578, + [3]=59028, + [4]=8092 + }, + orbits={ + [1]=4 + }, + x=150.01, + y=3572.63 + }, + [653]={ + nodes={ + [1]=50609, + [2]=14926, + [3]=11916 + }, + orbits={ + [1]=3 + }, + x=151.5, + y=3700.21 + }, + [654]={ + nodes={ + [1]=11311, + [2]=38057, + [3]=34061, + [4]=56910 + }, + orbits={ + [1]=5 + }, + x=225.42, + y=2596.07 + }, + [655]={ + nodes={ + [1]=16538, + [2]=9217, + [3]=61281, + [4]=47733, + [5]=5108, + [6]=44330 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=260.71, + y=6565.73 + }, + [656]={ + nodes={ + [1]=10694 + }, + orbits={ + [1]=0 + }, + x=-6955.7098730469, + y=-13467.985016673 + }, + [657]={ + nodes={ + [1]=7741, + [2]=42500, + [3]=59881 + }, + orbits={ + [1]=6 + }, + x=262.02, + y=3155.84 + }, + [658]={ + nodes={ + [1]=17340, + [2]=40341, + [3]=62051 + }, + orbits={ + [1]=4, + [2]=3 + }, + x=265.15, + y=7972.57 + }, + [659]={ + nodes={ + [1]=2461 + }, + orbits={ + [1]=0 + }, + x=273.71, + y=2491.06 + }, + [660]={ + nodes={ + [1]=26648, + [2]=22565, + [3]=17994, + [4]=24256, + [5]=63541 + }, + orbits={ + [1]=2 + }, + x=337.58, + y=10423.74 + }, + [661]={ + nodes={ + [1]=30346, + [2]=34006, + [3]=15408, + [4]=29695, + [5]=43736, + [6]=6338 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=371.9, + y=-2574.13 + }, + [662]={ + nodes={ + [1]=1477 + }, + orbits={ + [1]=0 + }, + x=407.71, + y=3700.23 + }, + [663]={ + nodes={ + [1]=4017, + [2]=12918, + [3]=26447, + [4]=10079, + [5]=49633 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=415.74, + y=-9265.2 + }, + [664]={ + nodes={ + [1]=517 + }, + orbits={ + [1]=0 + }, + x=419.3, + y=-4284.19 + }, + [665]={ + nodes={ + [1]=45570, + [2]=43713, + [3]=3051, + [4]=35602, + [5]=27009, + [6]=30459 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=7 + }, + x=452.02, + y=-9772.2 + }, + [666]={ + nodes={ + [1]=56216 + }, + orbits={ + [1]=0 + }, + x=472.38, + y=-2158.22 + }, + [667]={ + nodes={ + [1]=39037 + }, + orbits={ + [1]=0 + }, + x=486.61, + y=-4703.51 + }, + [668]={ + nodes={ + [1]=14666, + [2]=9642, + [3]=17973, + [4]=4748, + [5]=61027 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=486.99, + y=-3752.19 + }, + [669]={ + nodes={ + [1]=2254 + }, + orbits={ + [1]=0 + }, + x=486.99, + y=-3030.38 + }, + [670]={ + nodes={ + [1]=4113, + [2]=36782, + [3]=55572, + [4]=44179 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=494.7, + y=-8434.59 + }, + [671]={ + nodes={ + [1]=1151, + [2]=4627, + [3]=57626 + }, + orbits={ + [1]=7 + }, + x=494.7, + y=-8404.42 + }, + [672]={ + nodes={ + [1]=3025 + }, + orbits={ + [1]=0 + }, + x=497.14, + y=-7995.13 + }, + [673]={ + nodes={ + [1]=34030, + [2]=42614, + [3]=25594, + [4]=13634, + [5]=47441, + [6]=61992 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=7 + }, + x=497.14, + y=-7601.82 + }, + [674]={ + nodes={ + [1]=44765, + [2]=22533, + [3]=11066, + [4]=26663, + [5]=32233 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=502.65, + y=8723.77 + }, + [675]={ + nodes={ + [1]=58090, + [2]=13542, + [3]=48774, + [4]=34367, + [5]=21540, + [6]=27658, + [7]=44850 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=533.4, + y=-5930.42 + }, + [676]={ + nodes={ + [1]=45576, + [2]=51944, + [3]=55060, + [4]=43829, + [5]=49406, + [6]=47683, + [7]=51728, + [8]=33037, + [9]=6505 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=5, + [6]=7 + }, + x=541.38, + y=9564.7 + }, + [677]={ + nodes={ + [1]=13909, + [2]=31037, + [3]=34866, + [4]=40985, + [5]=62679 + }, + orbits={ + [1]=2 + }, + x=545.48, + y=-7039.3 + }, + [678]={ + nodes={ + [1]=22691 + }, + orbits={ + [1]=0 + }, + x=552.41, + y=-4284.19 + }, + [679]={ + nodes={ + [1]=56978 + }, + orbits={ + [1]=0 + }, + x=610.22, + y=8229.3 + }, + [680]={ + nodes={ + [1]=8872 + }, + orbits={ + [1]=0 + }, + x=615.53, + y=5034.86 + }, + [681]={ + nodes={ + [1]=63267, + [2]=65424, + [3]=4377, + [4]=45488, + [5]=50273, + [6]=47893, + [7]=57774, + [8]=2394, + [9]=3131 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=615.53, + y=5034.86 + }, + [682]={ + nodes={ + [1]=34813, + [2]=7218, + [3]=62505, + [4]=32436, + [5]=60203, + [6]=472, + [7]=3744, + [8]=5332 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=624.45, + y=11228.41 + }, + [684]={ + nodes={ + [1]=15984 + }, + orbits={ + [1]=0 + }, + x=712.02, + y=-10905.77 + }, + [685]={ + nodes={ + [1]=50150, + [2]=11873, + [3]=37279, + [4]=41159, + [5]=27434, + [6]=51234, + [7]=15991 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=722.97, + y=-10830.71 + }, + [686]={ + nodes={ + [1]=19223, + [2]=25213, + [3]=37872, + [4]=21871, + [5]=51847, + [6]=33974, + [7]=31189, + [8]=64665, + [9]=26194, + [10]=53166, + [11]=28863 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=729.71, + y=7013.94 + }, + [687]={ + nodes={ + [1]=9485 + }, + orbits={ + [1]=0 + }, + x=756.52, + y=-2537.92 + }, + [688]={ + nodes={ + [1]=46124, + [2]=63009, + [3]=37593, + [4]=63739 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=784.17, + y=-5269.44 + }, + [689]={ + nodes={ + [1]=15083 + }, + orbits={ + [1]=0 + }, + x=905.73, + y=-11253.83 + }, + [690]={ + nodes={ + [1]=25619, + [2]=42354, + [3]=57196, + [4]=23702, + [5]=43562, + [6]=3660, + [7]=63445, + [8]=59501 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=924.86, + y=10235.46 + }, + [691]={ + nodes={ + [1]=35653 + }, + orbits={ + [1]=0 + }, + x=940.85, + y=11379.02 + }, + [692]={ + nodes={ + [1]=58109 + }, + orbits={ + [1]=0 + }, + x=1010.78, + y=4639.54 + }, + [693]={ + nodes={ + [1]=22271 + }, + orbits={ + [1]=0 + }, + x=1029.73, + y=-11468.6 + }, + [694]={ + nodes={ + [1]=40783 + }, + orbits={ + [1]=0 + }, + x=1061.08, + y=-5546.35 + }, + [695]={ + nodes={ + [1]=38732 + }, + orbits={ + [1]=0 + }, + x=1063.41, + y=-7995.13 + }, + [696]={ + nodes={ + [1]=17107 + }, + orbits={ + [1]=0 + }, + x=1069.2, + y=-7546.83 + }, + [697]={ + nodes={ + [1]=40345, + [2]=42290, + [3]=52254, + [4]=37991 + }, + orbits={ + [1]=7 + }, + x=1070.74, + y=-9412.83 + }, + [698]={ + nodes={ + [1]=50540 + }, + orbits={ + [1]=0 + }, + x=1073.28, + y=-9540.92 + }, + [699]={ + nodes={ + [1]=17711 + }, + orbits={ + [1]=0 + }, + x=1074.78, + y=-6113.73 + }, + [700]={ + nodes={ + [1]=36639, + [2]=32009, + [3]=36814, + [4]=16499 + }, + orbits={ + [1]=7 + }, + x=1075.8, + y=-9669 + }, + [701]={ + nodes={ + [1]=60685 + }, + orbits={ + [1]=0 + }, + x=1089.99, + y=-3001.45 + }, + [702]={ + nodes={ + [1]=18651 + }, + orbits={ + [1]=0 + }, + x=1129.94, + y=-11238.26 + }, + [703]={ + nodes={ + [1]=55554 + }, + orbits={ + [1]=0 + }, + x=1139.73, + y=-11659.12 + }, + [704]={ + nodes={ + [1]=27853, + [2]=59289, + [3]=3365, + [4]=52576, + [5]=64550, + [6]=22532 + }, + orbits={ + [1]=2, + [2]=7 + }, + x=1152.97, + y=4158.69 + }, + [705]={ + nodes={ + [1]=33180, + [2]=11788, + [3]=14355, + [4]=60269, + [5]=8483, + [6]=46989, + [7]=6588 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=1162.02, + y=-6821.54 + }, + [706]={ + nodes={ + [1]=55802 + }, + orbits={ + [1]=0 + }, + x=1168.66, + y=10828.42 + }, + [707]={ + nodes={ + [1]=3717 + }, + orbits={ + [1]=0 + }, + x=1168.66, + y=11146.25 + }, + [708]={ + nodes={ + [1]=60488 + }, + orbits={ + [1]=0 + }, + x=1170.11, + y=4170.02 + }, + [709]={ + nodes={ + [1]=21274 + }, + orbits={ + [1]=0 + }, + x=1188.06, + y=8229.3 + }, + [710]={ + nodes={ + [1]=57190, + [2]=27859, + [3]=38694, + [4]=38763, + [5]=22188 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=1188.06, + y=8669.63 + }, + [711]={ + nodes={ + [1]=62677 + }, + orbits={ + [1]=0 + }, + x=1235.03, + y=-10395.55 + }, + [712]={ + nodes={ + [1]=13828 + }, + orbits={ + [1]=0 + }, + x=1246.29, + y=1047.18 + }, + [713]={ + nodes={ + [1]=26905 + }, + orbits={ + [1]=3 + }, + x=1247.13, + y=-11855.75 + }, + [714]={ + nodes={ + [1]=11736, + [2]=8821, + [3]=28975 + }, + orbits={ + [1]=3, + [2]=4, + [3]=6 + }, + x=1249.73, + y=-11514.66 + }, + [715]={ + nodes={ + [1]=44683 + }, + orbits={ + [1]=0 + }, + x=1270.43, + y=-728.84 + }, + [716]={ + nodes={ + [1]=50459 + }, + orbits={ + [1]=0 + }, + x=1274.68, + y=735.85 + }, + [717]={ + nodes={ + [1]=1826 + }, + orbits={ + [1]=0 + }, + x=1308.1, + y=-3294.7 + }, + [718]={ + nodes={ + [1]=44566 + }, + orbits={ + [1]=0 + }, + x=1353.57, + y=9646.22 + }, + [719]={ + nodes={ + [1]=65468 + }, + orbits={ + [1]=0 + }, + x=1366.53, + y=11380.85 + }, + [720]={ + nodes={ + [1]=63863, + [2]=27785 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=1367.44, + y=-11645.12 + }, + [721]={ + nodes={ + [1]=36293, + [2]=55708 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=1381.34, + y=-11239.64 + }, + [722]={ + nodes={ + [1]=48030, + [2]=6715, + [3]=62436, + [4]=116, + [5]=3215, + [6]=41372, + [7]=44359 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=1423.72, + y=-4183.63 + }, + [723]={ + nodes={ + [1]=47759 + }, + orbits={ + [1]=0 + }, + x=1436.89, + y=-10147.25 + }, + [724]={ + nodes={ + [1]=3995, + [2]=12311, + [3]=64119, + [4]=18115, + [5]=48856, + [6]=17882, + [7]=33596 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=1450.76, + y=7777.63 + }, + [725]={ + nodes={ + [1]=53996, + [2]=17686, + [3]=43575, + [4]=41512 + }, + orbits={ + [1]=7 + }, + x=1474.81, + y=3454.96 + }, + [726]={ + nodes={ + [1]=42736 + }, + orbits={ + [1]=0 + }, + x=1484.79, + y=-2826.54 + }, + [727]={ + nodes={ + [1]=60741, + [2]=49804, + [3]=6950, + [4]=24035, + [5]=33922 + }, + orbits={ + [1]=2 + }, + x=1505.67, + y=-5546.35 + }, + [728]={ + nodes={ + [1]=10909, + [2]=16489, + [3]=28556 + }, + orbits={ + [1]=6, + [2]=3 + }, + x=1516.21, + y=2614.41 + }, + [729]={ + nodes={ + [1]=56651 + }, + orbits={ + [1]=0 + }, + x=1537.94, + y=556.07 + }, + [730]={ + nodes={ + [1]=19998 + }, + orbits={ + [1]=0 + }, + x=1559.69, + y=11253.56 + }, + [731]={ + nodes={ + [1]=11672 + }, + orbits={ + [1]=0 + }, + x=1563.03, + y=-4703.51 + }, + [732]={ + nodes={ + [1]=2486, + [2]=19341, + [3]=56118, + [4]=61487, + [5]=36596, + [6]=8440, + [7]=63732, + [8]=45013, + [9]=58884 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=4, + [5]=7 + }, + x=1573.91, + y=5379.88 + }, + [733]={ + nodes={ + [1]=39116, + [2]=9941, + [3]=38888 + }, + orbits={ + [1]=7, + [2]=3 + }, + x=1598.81, + y=3240.19 + }, + [734]={ + nodes={ + [1]=42076, + [2]=46972, + [3]=17706 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=1600.36, + y=-3445.28 + }, + [735]={ + nodes={ + [1]=54783 + }, + orbits={ + [1]=1 + }, + x=1609.6, + y=-3528.07 + }, + [736]={ + nodes={ + [1]=58783, + [2]=37190, + [3]=35855, + [4]=48583, + [5]=26520, + [6]=35859 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=1632.43, + y=4050.7 + }, + [737]={ + nodes={ + [1]=48401, + [2]=15507, + [3]=1140 + }, + orbits={ + [1]=2, + [2]=3, + [3]=6 + }, + x=1634.14, + y=1718.94 + }, + [738]={ + nodes={ + [1]=48846 + }, + orbits={ + [1]=0 + }, + x=1657.19, + y=9770.52 + }, + [739]={ + nodes={ + [1]=2978 + }, + orbits={ + [1]=0 + }, + x=1663.34, + y=10309.59 + }, + [740]={ + nodes={ + [1]=6266, + [2]=60085, + [3]=15839, + [4]=11667, + [5]=1915, + [6]=48617 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=1670.41, + y=10295.58 + }, + [741]={ + nodes={ + [1]=30117 + }, + orbits={ + [1]=0 + }, + x=-5409.4723934462, + y=-15275.996223618 + }, + [742]={ + nodes={ + [1]=25807 + }, + orbits={ + [1]=0 + }, + x=1694.19, + y=11468.66 + }, + [743]={ + nodes={ + [1]=30555 + }, + orbits={ + [1]=0 + }, + x=1695.71, + y=-2698.11 + }, + [744]={ + nodes={ + [1]=27234 + }, + orbits={ + [1]=0 + }, + x=1713.31, + y=-4986.63 + }, + [745]={ + nodes={ + [1]=4203 + }, + orbits={ + [1]=0 + }, + x=1714.69, + y=-2969.93 + }, + [746]={ + nodes={ + [1]=14340 + }, + orbits={ + [1]=0 + }, + x=1734.98, + y=4453 + }, + [747]={ + nodes={ + [1]=58939, + [2]=26319, + [3]=30990, + [4]=44608 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=1737.77, + y=4778 + }, + [748]={ + nodes={ + [1]=2732, + [2]=65393, + [3]=52241, + [4]=58115, + [5]=94, + [6]=16790 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=1746.18, + y=-5035.12 + }, + [749]={ + nodes={ + [1]=49691, + [2]=31409, + [3]=50437, + [4]=32274, + [5]=61106, + [6]=59653, + [7]=35987 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=1749.97, + y=1310.44 + }, + [750]={ + nodes={ + [1]=48551 + }, + orbits={ + [1]=0 + }, + x=-5333.6623934462, + y=-14189.966223618 + }, + [751]={ + nodes={ + [1]=15876, + [2]=7947, + [3]=26061, + [4]=4579 + }, + orbits={ + [1]=2 + }, + x=1776.09, + y=-10680.12 + }, + [752]={ + nodes={ + [1]=20861, + [2]=8522, + [3]=26236, + [4]=38069, + [5]=45350, + [6]=338, + [7]=24491, + [8]=3438, + [9]=18856 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=1795.69, + y=-8477.71 + }, + [753]={ + nodes={ + [1]=17672 + }, + orbits={ + [1]=0 + }, + x=1797.54, + y=-7995.13 + }, + [754]={ + nodes={ + [1]=11230 + }, + orbits={ + [1]=0 + }, + x=1797.54, + y=-7675.13 + }, + [755]={ + nodes={ + [1]=48290, + [2]=49088, + [3]=47155, + [4]=55180, + [5]=17394, + [6]=45530, + [7]=3443, + [8]=63545 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=1798.44, + y=-7166.71 + }, + [756]={ + nodes={ + [1]=20140 + }, + orbits={ + [1]=0 + }, + x=1800.67, + y=-8634.27 + }, + [757]={ + nodes={ + [1]=7576, + [2]=33866, + [3]=10364, + [4]=42857, + [5]=20024, + [6]=44223, + [7]=55342, + [8]=17248, + [9]=10429, + [10]=49220 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=4, + [5]=5, + [6]=7 + }, + x=1821.35, + y=-1202.94 + }, + [758]={ + nodes={ + [1]=39298 + }, + orbits={ + [1]=0 + }, + x=1824.91, + y=8228.37 + }, + [759]={ + nodes={ + [1]=10998, + [2]=9736, + [3]=61396, + [4]=61318, + [5]=2843, + [6]=1019, + [7]=45037, + [8]=21438, + [9]=62235 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=5, + [6]=7 + }, + x=1826.63, + y=8513.85 + }, + [760]={ + nodes={ + [1]=7062, + [2]=16680, + [3]=48137, + [4]=33887, + [5]=43155, + [6]=31763, + [7]=33415, + [8]=6178 + }, + orbits={ + [1]=4 + }, + x=1857.66, + y=11423.83 + }, + [761]={ + nodes={ + [1]=64726, + [2]=19573, + [3]=17553, + [4]=46296, + [5]=38479, + [6]=19342, + [7]=27493 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=1899.93, + y=6744.84 + }, + [762]={ + nodes={ + [1]=53683 + }, + orbits={ + [1]=0 + }, + x=1904.34, + y=11524.96 + }, + [763]={ + nodes={ + [1]=44430 + }, + orbits={ + [1]=0 + }, + x=1949.13, + y=11357.83 + }, + [764]={ + nodes={ + [1]=44343, + [2]=55276, + [3]=52980, + [4]=17366, + [5]=18970, + [6]=29361, + [7]=11938, + [8]=39964, + [9]=1215, + [10]=48198 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=4, + [5]=5, + [6]=7 + }, + x=1958.85, + y=-978.15 + }, + [765]={ + nodes={ + [1]=33225 + }, + orbits={ + [1]=0 + }, + x=1960.52, + y=-9606.62 + }, + [766]={ + nodes={ + [1]=21779, + [2]=9185, + [3]=40760, + [4]=60107, + [5]=57204, + [6]=47833 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=1986.68, + y=-4242.81 + }, + [767]={ + nodes={ + [1]=19779, + [2]=63891, + [3]=63074, + [4]=42999, + [5]=4925 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=1999.54, + y=-11112.83 + }, + [768]={ + nodes={ + [1]=35660, + [2]=18548, + [3]=62628, + [4]=4313, + [5]=35234, + [6]=6789, + [7]=28992 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=2012.88, + y=855.02 + }, + [769]={ + nodes={ + [1]=17726, + [2]=11826 + }, + orbits={ + [1]=7 + }, + x=2015.32, + y=2999.71 + }, + [770]={ + nodes={ + [1]=11315 + }, + orbits={ + [1]=0 + }, + x=2015.42, + y=9673.14 + }, + [771]={ + nodes={ + [1]=23153, + [2]=31112, + [3]=56897, + [4]=57785, + [5]=63828, + [6]=23996 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=2082.55, + y=7631.77 + }, + [772]={ + nodes={ + [1]=30082 + }, + orbits={ + [1]=0 + }, + x=2092.43, + y=11575.37 + }, + [773]={ + nodes={ + [1]=46554 + }, + orbits={ + [1]=0 + }, + x=2107.3, + y=-10394.21 + }, + [774]={ + nodes={ + [1]=41225, + [2]=48611, + [3]=4271, + [4]=62887 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2107.3, + y=-9931.58 + }, + [775]={ + nodes={ + [1]=47177 + }, + orbits={ + [1]=0 + }, + x=2110.13, + y=-4703.51 + }, + [776]={ + nodes={ + [1]=61768 + }, + orbits={ + [1]=0 + }, + x=2157.18, + y=-9511.45 + }, + [777]={ + nodes={ + [1]=61432 + }, + orbits={ + [1]=0 + }, + x=2164.6, + y=11512.63 + }, + [778]={ + nodes={ + [1]=56926, + [2]=44255, + [3]=14548, + [4]=59541, + [5]=10320, + [6]=28573, + [7]=15358, + [8]=41905 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=2165.23, + y=-6650.5 + }, + [779]={ + nodes={ + [1]=2841, + [2]=33059, + [3]=39839, + [4]=20205 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2192.99, + y=4717.44 + }, + [780]={ + nodes={ + [1]=52703 + }, + orbits={ + [1]=0 + }, + x=-4895.5523934462, + y=-13895.256223618 + }, + [781]={ + nodes={ + [1]=48568 + }, + orbits={ + [1]=0 + }, + x=2199.2, + y=3806.76 + }, + [782]={ + nodes={ + [1]=49046 + }, + orbits={ + [1]=0 + }, + x=2214.93, + y=-3836.38 + }, + [783]={ + nodes={ + [1]=62159, + [2]=59603, + [3]=57110, + [4]=46561 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=2229.99, + y=-3149.3 + }, + [784]={ + nodes={ + [1]=57810 + }, + orbits={ + [1]=0 + }, + x=2247.86, + y=-8597.37 + }, + [785]={ + nodes={ + [1]=5961 + }, + orbits={ + [1]=0 + }, + x=2260.4, + y=9939.27 + }, + [786]={ + nodes={ + [1]=54675 + }, + orbits={ + [1]=0 + }, + x=2281.59, + y=10332.05 + }, + [787]={ + nodes={ + [1]=58329, + [2]=31950, + [3]=8569 + }, + orbits={ + [1]=6 + }, + x=2292.18, + y=-3970.17 + }, + [788]={ + nodes={ + [1]=16460, + [2]=43746, + [3]=38143 + }, + orbits={ + [1]=2, + [2]=3, + [3]=6 + }, + x=2305.52, + y=556.07 + }, + [790]={ + nodes={ + [1]=39987, + [2]=12419, + [3]=18913, + [4]=56063 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=2317.51, + y=-5438.63 + }, + [791]={ + nodes={ + [1]=40073 + }, + orbits={ + [1]=0 + }, + x=2333.9, + y=-8965.31 + }, + [792]={ + nodes={ + [1]=49993, + [2]=40632, + [3]=48889, + [4]=28038, + [5]=3893, + [6]=64434, + [7]=56488 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=2372.91, + y=8504.31 + }, + [793]={ + nodes={ + [1]=20744, + [2]=33053, + [3]=4844, + [4]=50795, + [5]=58013 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=2377.83, + y=2986.75 + }, + [794]={ + nodes={ + [1]=63926 + }, + orbits={ + [1]=0 + }, + x=2393.91, + y=-9611.59 + }, + [795]={ + nodes={ + [1]=26383, + [2]=8415, + [3]=26282, + [4]=27667, + [5]=23416, + [6]=56162, + [7]=65518, + [8]=62388, + [9]=30071, + [10]=59342, + [11]=47442, + [12]=59822 + }, + orbits={ + [1]=6, + [2]=5, + [3]=9, + [4]=8 + }, + x=-4651.5523934462, + y=-14326.006223618 + }, + [796]={ + nodes={ + [1]=53266 + }, + orbits={ + [1]=0 + }, + x=2443.78, + y=-8192.45 + }, + [797]={ + nodes={ + [1]=46224, + [2]=24045, + [3]=49799, + [4]=45019 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2457.39, + y=3459.95 + }, + [798]={ + nodes={ + [1]=26786, + [2]=18882 + }, + orbits={ + [1]=0, + [2]=5 + }, + x=2459.2, + y=4266.46 + }, + [799]={ + nodes={ + [1]=23764 + }, + orbits={ + [1]=0 + }, + x=2459.21, + y=-3622.89 + }, + [800]={ + nodes={ + [1]=5295 + }, + orbits={ + [1]=0 + }, + x=2476.38, + y=9574.5 + }, + [801]={ + nodes={ + [1]=20387 + }, + orbits={ + [1]=0 + }, + x=2494.3, + y=-8505.66 + }, + [802]={ + nodes={ + [1]=50485, + [2]=28229, + [3]=8540, + [4]=45230, + [5]=22959 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2497.88, + y=-5053.36 + }, + [803]={ + nodes={ + [1]=19288 + }, + orbits={ + [1]=0 + }, + x=2503.68, + y=7415.67 + }, + [804]={ + nodes={ + [1]=38814 + }, + orbits={ + [1]=0 + }, + x=2503.68, + y=7792.67 + }, + [805]={ + nodes={ + [1]=58814 + }, + orbits={ + [1]=0 + }, + x=2568.17, + y=10828.42 + }, + [806]={ + nodes={ + [1]=29582, + [2]=43923, + [3]=19470, + [4]=50328, + [5]=10053, + [6]=9458 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=2573.06, + y=1485.46 + }, + [807]={ + nodes={ + [1]=4850 + }, + orbits={ + [1]=0 + }, + x=2577.55, + y=-4030.32 + }, + [808]={ + nodes={ + [1]=11855, + [2]=56999, + [3]=44014, + [4]=30829 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2590.36, + y=5169.65 + }, + [809]={ + nodes={ + [1]=58002, + [2]=55575, + [3]=45086, + [4]=34520, + [5]=23738 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=2590.88, + y=-7324.15 + }, + [810]={ + nodes={ + [1]=17024 + }, + orbits={ + [1]=0 + }, + x=2597.33, + y=-8758.62 + }, + [811]={ + nodes={ + [1]=53196, + [2]=12322, + [3]=32135, + [4]=35848, + [5]=28625, + [6]=46692, + [7]=51509, + [8]=9393 + }, + orbits={ + [1]=0, + [2]=1, + [3]=4, + [4]=7 + }, + x=2622.75, + y=6605.25 + }, + [812]={ + nodes={ + [1]=13738 + }, + orbits={ + [1]=0 + }, + x=2631.65, + y=-9189.5 + }, + [813]={ + nodes={ + [1]=35896 + }, + orbits={ + [1]=0 + }, + x=2634.6, + y=-7995.13 + }, + [814]={ + nodes={ + [1]=31223 + }, + orbits={ + [1]=0 + }, + x=-4407.5323934462, + y=-13895.256223618 + }, + [815]={ + nodes={ + [1]=4157, + [2]=55088, + [3]=34168 + }, + orbits={ + [1]=7 + }, + x=2694.54, + y=-2103.71 + }, + [816]={ + nodes={ + [1]=53960 + }, + orbits={ + [1]=5 + }, + x=2704.11, + y=-2329.78 + }, + [817]={ + nodes={ + [1]=36479, + [2]=36778, + [3]=12925 + }, + orbits={ + [1]=4 + }, + x=2724.74, + y=-2058.41 + }, + [818]={ + nodes={ + [1]=61312, + [2]=20831, + [3]=29843, + [4]=55397, + [5]=44527, + [6]=44875 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=2727.45, + y=2024.66 + }, + [819]={ + nodes={ + [1]=35503 + }, + orbits={ + [1]=0 + }, + x=2744.59, + y=-3760.9 + }, + [820]={ + nodes={ + [1]=34233, + [2]=14725, + [3]=32545, + [4]=16123 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=2753.29, + y=-2001.95 + }, + [821]={ + nodes={ + [1]=31745, + [2]=3234, + [3]=3624, + [4]=10927, + [5]=9272, + [6]=18470, + [7]=4447, + [8]=12906 + }, + orbits={ + [1]=1, + [2]=3, + [3]=4, + [4]=7 + }, + x=2756.47, + y=5912.5 + }, + [822]={ + nodes={ + [1]=19104 + }, + orbits={ + [1]=0 + }, + x=2770.83, + y=1599.66 + }, + [823]={ + nodes={ + [1]=53560 + }, + orbits={ + [1]=0 + }, + x=2775.02, + y=-8308.64 + }, + [824]={ + nodes={ + [1]=34984, + [2]=12661, + [3]=44917, + [4]=18895, + [5]=703, + [6]=10552 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=2787.39, + y=-5900.44 + }, + [825]={ + nodes={ + [1]=13576 + }, + orbits={ + [1]=0 + }, + x=2792.27, + y=-8556.29 + }, + [826]={ + nodes={ + [1]=12465, + [2]=30040, + [3]=56016, + [4]=65149, + [5]=35594, + [6]=26830 + }, + orbits={ + [1]=1, + [2]=2, + [3]=5, + [4]=7 + }, + x=2795.71, + y=10440.37 + }, + [827]={ + nodes={ + [1]=37372 + }, + orbits={ + [1]=0 + }, + x=2800.3, + y=-8976.02 + }, + [828]={ + nodes={ + [1]=64352 + }, + orbits={ + [1]=0 + }, + x=2806.74, + y=4311.96 + }, + [829]={ + nodes={ + [1]=63731 + }, + orbits={ + [1]=0 + }, + x=2822.01, + y=11410.84 + }, + [830]={ + nodes={ + [1]=12337 + }, + orbits={ + [1]=0 + }, + x=2880.86, + y=9533.6 + }, + [831]={ + nodes={ + [1]=25281, + [2]=10677, + [3]=56638, + [4]=53935 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=2886.44, + y=-3430.12 + }, + [832]={ + nodes={ + [1]=7405 + }, + orbits={ + [1]=0 + }, + x=2886.7, + y=-4100.44 + }, + [833]={ + nodes={ + [1]=48585 + }, + orbits={ + [1]=0 + }, + x=2890.88, + y=2251.96 + }, + [834]={ + nodes={ + [1]=13341, + [2]=56841, + [3]=18451, + [4]=63255 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=2899.54, + y=2850.56 + }, + [835]={ + nodes={ + [1]=62230, + [2]=19355, + [3]=37974 + }, + orbits={ + [1]=6 + }, + x=2922.78, + y=-10114.18 + }, + [836]={ + nodes={ + [1]=39567, + [2]=50816, + [3]=50755, + [4]=10159, + [5]=4828, + [6]=25026, + [7]=36379, + [8]=31977, + [9]=19044, + [10]=3567, + [11]=33345, + [12]=10314, + [13]=61923, + [14]=16256, + [15]=53188 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3, + [5]=4, + [6]=5 + }, + x=2922.78, + y=-9973.75 + }, + [837]={ + nodes={ + [1]=21336, + [2]=15975, + [3]=62984, + [4]=58182, + [5]=7344, + [6]=26931 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=2935.56, + y=-1694.84 + }, + [838]={ + nodes={ + [1]=8975 + }, + orbits={ + [1]=0 + }, + x=2939.76, + y=-2768.08 + }, + [839]={ + nodes={ + [1]=44345 + }, + orbits={ + [1]=0 + }, + x=2947.79, + y=4537.32 + }, + [840]={ + nodes={ + [1]=52354 + }, + orbits={ + [1]=0 + }, + x=2951.74, + y=11341.18 + }, + [841]={ + nodes={ + [1]=20504, + [2]=52836, + [3]=56806, + [4]=11980, + [5]=62341 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=2995.2, + y=8568.45 + }, + [842]={ + nodes={ + [1]=46157 + }, + orbits={ + [1]=0 + }, + x=3007.04, + y=-8195.27 + }, + [843]={ + nodes={ + [1]=9020, + [2]=244, + [3]=41171, + [4]=37767, + [5]=6596, + [6]=36341, + [7]=35118 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=4, + [5]=7 + }, + x=3014.72, + y=11601.88 + }, + [844]={ + nodes={ + [1]=37806 + }, + orbits={ + [1]=0 + }, + x=3042.85, + y=-8603.72 + }, + [845]={ + nodes={ + [1]=38614, + [2]=25827, + [3]=55241, + [4]=44201, + [5]=27662 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=3049.32, + y=-6418.35 + }, + [846]={ + nodes={ + [1]=42250 + }, + orbits={ + [1]=0 + }, + x=3086.31, + y=5345.94 + }, + [847]={ + nodes={ + [1]=40630 + }, + orbits={ + [1]=0 + }, + x=3105.36, + y=2128.06 + }, + [848]={ + nodes={ + [1]=6772, + [2]=30695, + [3]=13783, + [4]=56472, + [5]=22795, + [6]=42781 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=3109.38, + y=1336.95 + }, + [849]={ + nodes={ + [1]=17118 + }, + orbits={ + [1]=0 + }, + x=3112.88, + y=7440.94 + }, + [850]={ + nodes={ + [1]=20049, + [2]=30252, + [3]=32818, + [4]=48135, + [5]=12750 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=3112.88, + y=7857 + }, + [851]={ + nodes={ + [1]=50192 + }, + orbits={ + [1]=0 + }, + x=-3980.6623934462, + y=-14189.966223618 + }, + [852]={ + nodes={ + [1]=63064, + [2]=65437, + [3]=30634, + [4]=54413 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=3116.47, + y=-1389.24 + }, + [853]={ + nodes={ + [1]=30047 + }, + orbits={ + [1]=0 + }, + x=3144.14, + y=3080.1 + }, + [854]={ + nodes={ + [1]=40068, + [2]=53149, + [3]=32683 + }, + orbits={ + [1]=4 + }, + x=3145.56, + y=-1331.11 + }, + [855]={ + nodes={ + [1]=56325 + }, + orbits={ + [1]=0 + }, + x=3195.27, + y=2366.42 + }, + [856]={ + nodes={ + [1]=3165 + }, + orbits={ + [1]=0 + }, + x=-3893.1323934462, + y=-15275.966223618 + }, + [857]={ + nodes={ + [1]=53965 + }, + orbits={ + [1]=0 + }, + x=3203.89, + y=9325.66 + }, + [858]={ + nodes={ + [1]=24825, + [2]=34136, + [3]=29479 + }, + orbits={ + [1]=5, + [2]=3 + }, + x=3203.92, + y=0.42 + }, + [859]={ + nodes={ + [1]=48833 + }, + orbits={ + [1]=0 + }, + x=3228.15, + y=4292.78 + }, + [860]={ + nodes={ + [1]=57517 + }, + orbits={ + [1]=0 + }, + x=3247.77, + y=3615.89 + }, + [861]={ + nodes={ + [1]=4 + }, + orbits={ + [1]=0 + }, + x=3249.41, + y=4552.82 + }, + [862]={ + nodes={ + [1]=46034 + }, + orbits={ + [1]=0 + }, + x=3255.08, + y=-5628.71 + }, + [863]={ + nodes={ + [1]=55668 + }, + orbits={ + [1]=0 + }, + x=3266.72, + y=-8000 + }, + [864]={ + nodes={ + [1]=55420, + [2]=30061, + [3]=31908, + [4]=5594, + [5]=50107, + [6]=50881 + }, + orbits={ + [1]=2 + }, + x=3269.96, + y=-7564.13 + }, + [865]={ + nodes={ + [1]=8785 + }, + orbits={ + [1]=0 + }, + x=3272.71, + y=-7565.73 + }, + [866]={ + nodes={ + [1]=29240 + }, + orbits={ + [1]=0 + }, + x=3284.63, + y=-9003.35 + }, + [867]={ + nodes={ + [1]=25170, + [2]=19442, + [3]=30820, + [4]=8606 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=3312.53, + y=4003.79 + }, + [868]={ + nodes={ + [1]=13411 + }, + orbits={ + [1]=5 + }, + x=3369.01, + y=-1178.15 + }, + [869]={ + nodes={ + [1]=33946, + [2]=34074, + [3]=57227, + [4]=23259, + [5]=22864, + [6]=57966 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=3386.17, + y=9912.71 + }, + [870]={ + nodes={ + [1]=16484 + }, + orbits={ + [1]=2 + }, + x=3395.61, + y=6043.67 + }, + [871]={ + nodes={ + [1]=32943, + [2]=22368, + [3]=47088, + [4]=8789, + [5]=16938, + [6]=29930, + [7]=63182, + [8]=37266 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=3395.61, + y=6863.03 + }, + [872]={ + nodes={ + [1]=55429 + }, + orbits={ + [1]=0 + }, + x=3398.9, + y=1369.34 + }, + [873]={ + nodes={ + [1]=36630, + [2]=60829, + [3]=29941, + [4]=28268 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=3414.8, + y=3529.44 + }, + [874]={ + nodes={ + [1]=19808 + }, + orbits={ + [1]=0 + }, + x=3433.98, + y=1627.23 + }, + [875]={ + nodes={ + [1]=57513 + }, + orbits={ + [1]=0 + }, + x=3444.63, + y=-9280.49 + }, + [876]={ + nodes={ + [1]=25557 + }, + orbits={ + [1]=6 + }, + x=3446.89, + y=-7266.34 + }, + [877]={ + nodes={ + [1]=21280 + }, + orbits={ + [1]=0 + }, + x=3498.09, + y=2467.05 + }, + [878]={ + nodes={ + [1]=11578 + }, + orbits={ + [1]=0 + }, + x=3512.67, + y=4752.05 + }, + [879]={ + nodes={ + [1]=20837 + }, + orbits={ + [1]=0 + }, + x=3537.82, + y=3734.46 + }, + [880]={ + nodes={ + [1]=41029 + }, + orbits={ + [1]=0 + }, + x=3541.56, + y=-6134.17 + }, + [881]={ + nodes={ + [1]=28050 + }, + orbits={ + [1]=6 + }, + x=3551.58, + y=2050.41 + }, + [882]={ + nodes={ + [1]=31928, + [2]=50574, + [3]=19426, + [4]=15443 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=3553.55, + y=-5454.76 + }, + [883]={ + nodes={ + [1]=5564 + }, + orbits={ + [1]=0 + }, + x=3555.53, + y=4441.55 + }, + [884]={ + nodes={ + [1]=24812, + [2]=56360, + [3]=64643, + [4]=27176 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=3563.72, + y=-3733.75 + }, + [885]={ + nodes={ + [1]=36997 + }, + orbits={ + [1]=0 + }, + x=3599.3, + y=2962.09 + }, + [886]={ + nodes={ + [1]=53539, + [2]=46705, + [3]=45650, + [4]=9572, + [5]=12822 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=3607.08, + y=2672.84 + }, + [887]={ + nodes={ + [1]=17548, + [2]=14958, + [3]=630, + [4]=13419, + [5]=31039 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=3632.11, + y=-2981.28 + }, + [888]={ + nodes={ + [1]=10671, + [2]=23419, + [3]=55930, + [4]=5740, + [5]=40687 + }, + orbits={ + [1]=2 + }, + x=3636.66, + y=10787.37 + }, + [889]={ + nodes={ + [1]=22049 + }, + orbits={ + [1]=0 + }, + x=3638.69, + y=1581.38 + }, + [890]={ + nodes={ + [1]=24239, + [2]=55846, + [3]=40213, + [4]=24481 + }, + orbits={ + [1]=0, + [2]=1 + }, + x=3641.03, + y=-482.86 + }, + [891]={ + nodes={ + [1]=62510, + [2]=3985, + [3]=43423, + [4]=8697, + [5]=30905, + [6]=64140, + [7]=51336, + [8]=56818, + [9]=38895, + [10]=48660 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=3650.57, + y=8506.92 + }, + [892]={ + nodes={ + [1]=49473 + }, + orbits={ + [1]=0 + }, + x=3660.16, + y=3626.42 + }, + [893]={ + nodes={ + [1]=47754, + [2]=23455, + [3]=49740, + [4]=55847, + [5]=27274 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=3668.09, + y=-8216.37 + }, + [894]={ + nodes={ + [1]=63861, + [2]=55947, + [3]=13823, + [4]=46088, + [5]=62153, + [6]=32054 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=3703.88, + y=-9989 + }, + [895]={ + nodes={ + [1]=25100 + }, + orbits={ + [1]=0 + }, + x=3722.97, + y=5692.67 + }, + [896]={ + nodes={ + [1]=25620, + [2]=26804, + [3]=55405, + [4]=59909, + [5]=30539, + [6]=9083 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=3771.31, + y=-7094.88 + }, + [897]={ + nodes={ + [1]=10131 + }, + orbits={ + [1]=0 + }, + x=3772.63, + y=-10338.81 + }, + [898]={ + nodes={ + [1]=51048 + }, + orbits={ + [1]=0 + }, + x=3772.84, + y=10291.5 + }, + [899]={ + nodes={ + [1]=27761, + [2]=5826 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=3776.11, + y=2965.63 + }, + [900]={ + nodes={ + [1]=61104 + }, + orbits={ + [1]=0 + }, + x=3779.38, + y=3832.89 + }, + [901]={ + nodes={ + [1]=39280, + [2]=55568, + [3]=44669, + [4]=32951, + [5]=14127, + [6]=44690, + [7]=41522 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=3782.58, + y=-10845.24 + }, + [902]={ + nodes={ + [1]=11838, + [2]=10881, + [3]=33112, + [4]=36450 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=3832.63, + y=-9003.35 + }, + [903]={ + nodes={ + [1]=5257, + [2]=55507, + [3]=22359, + [4]=9141, + [5]=13748, + [6]=38338, + [7]=35760, + [8]=16367, + [9]=60692, + [10]=5703 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=3842.13, + y=-4910.29 + }, + [904]={ + nodes={ + [1]=5702 + }, + orbits={ + [1]=0 + }, + x=3849.74, + y=-1186.7 + }, + [905]={ + nodes={ + [1]=38676, + [2]=27910, + [3]=53938, + [4]=64056, + [5]=36931 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=3855.19, + y=-2510.92 + }, + [906]={ + nodes={ + [1]=56045 + }, + orbits={ + [1]=0 + }, + x=3856.59, + y=-2226.59 + }, + [907]={ + nodes={ + [1]=44563, + [2]=59053, + [3]=54805 + }, + orbits={ + [1]=0, + [2]=3, + [3]=5 + }, + x=3857.5, + y=-5882.32 + }, + [908]={ + nodes={ + [1]=13379 + }, + orbits={ + [1]=0 + }, + x=3866.11, + y=2806.15 + }, + [909]={ + nodes={ + [1]=60505 + }, + orbits={ + [1]=0 + }, + x=3888.73, + y=1790.7 + }, + [910]={ + nodes={ + [1]=63585 + }, + orbits={ + [1]=0 + }, + x=3915.95, + y=4292.71 + }, + [911]={ + nodes={ + [1]=44612, + [2]=9112, + [3]=41538, + [4]=55598, + [5]=15644 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3 + }, + x=3917.46, + y=3195.79 + }, + [912]={ + nodes={ + [1]=31855, + [2]=37408, + [3]=60738, + [4]=46761 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=3918.15, + y=449.43 + }, + [913]={ + nodes={ + [1]=23961, + [2]=10041, + [3]=32799, + [4]=30910, + [5]=17600, + [6]=8791, + [7]=18519, + [8]=59647, + [9]=32096 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=3926.82, + y=9716.85 + }, + [914]={ + nodes={ + [1]=38459, + [2]=61373, + [3]=63610, + [4]=5988, + [5]=38568 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=3926.84, + y=959.23 + }, + [915]={ + nodes={ + [1]=33751, + [2]=8810, + [3]=12451 + }, + orbits={ + [1]=1, + [2]=3, + [3]=7 + }, + x=3941.17, + y=7406.81 + }, + [916]={ + nodes={ + [1]=14343 + }, + orbits={ + [1]=0 + }, + x=3946.1, + y=8993.8 + }, + [917]={ + nodes={ + [1]=18923 + }, + orbits={ + [1]=6 + }, + x=3992.99, + y=6086.8 + }, + [918]={ + nodes={ + [1]=46146, + [2]=15829, + [3]=55227 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=3994, + y=-485.92 + }, + [919]={ + nodes={ + [1]=21080, + [2]=1869, + [3]=27095, + [4]=48658, + [5]=14890 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=4022.98, + y=-4125.73 + }, + [920]={ + nodes={ + [1]=32509, + [2]=47614, + [3]=3688, + [4]=22219, + [5]=52351, + [6]=52260 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=4031.85, + y=-6354.58 + }, + [921]={ + nodes={ + [1]=13030 + }, + orbits={ + [1]=0 + }, + x=4037.79, + y=5340.36 + }, + [922]={ + nodes={ + [1]=43691, + [2]=21746, + [3]=65009, + [4]=29517, + [5]=32701 + }, + orbits={ + [1]=6 + }, + x=4039.97, + y=0.42 + }, + [923]={ + nodes={ + [1]=24647, + [2]=61196 + }, + orbits={ + [1]=6 + }, + x=4137.88, + y=-2406.01 + }, + [924]={ + nodes={ + [1]=37220, + [2]=50342, + [3]=5227, + [4]=17955, + [5]=46402, + [6]=51708 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=4182.56, + y=6218.3 + }, + [925]={ + nodes={ + [1]=59651, + [2]=47821, + [3]=41654, + [4]=41033, + [5]=55872 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=4188.77, + y=-7809.17 + }, + [926]={ + nodes={ + [1]=54746 + }, + orbits={ + [1]=0 + }, + x=4195.04, + y=9238 + }, + [927]={ + nodes={ + [1]=41062, + [2]=47677, + [3]=14045, + [4]=33848, + [5]=31991, + [6]=65176, + [7]=36070, + [8]=9472 + }, + orbits={ + [1]=0, + [2]=4, + [3]=5, + [4]=6, + [5]=7 + }, + x=4216.28, + y=4693.55 + }, + [928]={ + nodes={ + [1]=55 + }, + orbits={ + [1]=0 + }, + x=4219.73, + y=5087.65 + }, + [929]={ + nodes={ + [1]=38703, + [2]=63525, + [3]=8249, + [4]=16816, + [5]=53094 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=4278.42, + y=10564.54 + }, + [930]={ + nodes={ + [1]=8510 + }, + orbits={ + [1]=0 + }, + x=4283.46, + y=5565.69 + }, + [931]={ + nodes={ + [1]=44239, + [2]=60083, + [3]=55270 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=4332.46, + y=-271.82 + }, + [932]={ + nodes={ + [1]=55938, + [2]=41394, + [3]=56844, + [4]=40929, + [5]=43633, + [6]=40313, + [7]=58363 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=4344.88, + y=-9579.04 + }, + [933]={ + nodes={ + [1]=9085 + }, + orbits={ + [1]=0 + }, + x=4347, + y=6925.8 + }, + [934]={ + nodes={ + [1]=51463, + [2]=4364, + [3]=36114, + [4]=23360, + [5]=23736, + [6]=53566, + [7]=17077 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=4350.71, + y=7926.5 + }, + [935]={ + nodes={ + [1]=33979 + }, + orbits={ + [1]=0 + }, + x=4375.67, + y=-8310.08 + }, + [936]={ + nodes={ + [1]=50469 + }, + orbits={ + [1]=0 + }, + x=4375.94, + y=0.42 + }, + [937]={ + nodes={ + [1]=49110 + }, + orbits={ + [1]=0 + }, + x=4385.38, + y=9460.25 + }, + [938]={ + nodes={ + [1]=64851, + [2]=15030, + [3]=49545, + [4]=45693, + [5]=39658, + [6]=18831, + [7]=21324 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=4386.25, + y=1960.69 + }, + [939]={ + nodes={ + [1]=12761, + [2]=19156, + [3]=53941, + [4]=17367, + [5]=62841, + [6]=12249, + [7]=17283 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=4435.38, + y=-1892.44 + }, + [940]={ + nodes={ + [1]=45481, + [2]=29408, + [3]=52765, + [4]=34300, + [5]=31888, + [6]=13862 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4438.01, + y=-3100.56 + }, + [941]={ + nodes={ + [1]=24922 + }, + orbits={ + [1]=0 + }, + x=4451.73, + y=7751.52 + }, + [942]={ + nodes={ + [1]=40918 + }, + orbits={ + [1]=0 + }, + x=4468.06, + y=5319.67 + }, + [943]={ + nodes={ + [1]=1773 + }, + orbits={ + [1]=0 + }, + x=4488.81, + y=5009.54 + }, + [944]={ + nodes={ + [1]=30562, + [2]=13711, + [3]=3203, + [4]=8908, + [5]=11032 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=4520.4, + y=-6892.55 + }, + [945]={ + nodes={ + [1]=36298 + }, + orbits={ + [1]=0 + }, + x=4526.88, + y=5794.6 + }, + [946]={ + nodes={ + [1]=33823 + }, + orbits={ + [1]=0 + }, + x=4536.81, + y=-4967.55 + }, + [947]={ + nodes={ + [1]=4519 + }, + orbits={ + [1]=0 + }, + x=4542.03, + y=-5257.07 + }, + [948]={ + nodes={ + [1]=20236 + }, + orbits={ + [1]=0 + }, + x=4542.03, + y=-4689.37 + }, + [949]={ + nodes={ + [1]=58932 + }, + orbits={ + [1]=0 + }, + x=-2284.6897536271, + y=-15359.11926277 + }, + [950]={ + nodes={ + [1]=27262 + }, + orbits={ + [1]=0 + }, + x=4562.63, + y=9687.25 + }, + [951]={ + nodes={ + [1]=51213 + }, + orbits={ + [1]=0 + }, + x=4563.3, + y=4714.06 + }, + [952]={ + nodes={ + [1]=50912, + [2]=49461, + [3]=21314, + [4]=18818 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=4597.23, + y=322.95 + }, + [953]={ + nodes={ + [1]=45193, + [2]=4083, + [3]=33815, + [4]=35644, + [5]=43677 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=4605.3, + y=1275.23 + }, + [954]={ + nodes={ + [1]=22152, + [2]=15304, + [3]=16466, + [4]=40196 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4652.54, + y=-8918.75 + }, + [955]={ + nodes={ + [1]=11604 + }, + orbits={ + [1]=0 + }, + x=4671.13, + y=-2696.8 + }, + [956]={ + nodes={ + [1]=26068, + [2]=37389, + [3]=28061, + [4]=35878, + [5]=50884, + [6]=53696, + [7]=37644, + [8]=46874, + [9]=7449 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=4681.35, + y=3336.33 + }, + [957]={ + nodes={ + [1]=49661, + [2]=49394, + [3]=23786, + [4]=33391, + [5]=56330, + [6]=39570 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=4687.08, + y=7330.29 + }, + [958]={ + nodes={ + [1]=46380, + [2]=21327, + [3]=56876, + [4]=1104 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4693.48, + y=-1131.48 + }, + [959]={ + nodes={ + [1]=3251 + }, + orbits={ + [1]=0 + }, + x=4693.79, + y=-9892.16 + }, + [960]={ + nodes={ + [1]=4059 + }, + orbits={ + [1]=0 + }, + x=4703.02, + y=-8121.08 + }, + [961]={ + nodes={ + [1]=4346 + }, + orbits={ + [1]=0 + }, + x=4705.26, + y=-4974.35 + }, + [962]={ + nodes={ + [1]=7782, + [2]=48805, + [3]=26563, + [4]=4810, + [5]=61905, + [6]=8938, + [7]=12778, + [8]=33229, + [9]=64996 + }, + orbits={ + [1]=1, + [2]=3, + [3]=4, + [4]=7 + }, + x=4748.75, + y=-10725.21 + }, + [963]={ + nodes={ + [1]=6161 + }, + orbits={ + [1]=0 + }, + x=4750.42, + y=-10827.13 + }, + [964]={ + nodes={ + [1]=6912 + }, + orbits={ + [1]=0 + }, + x=4782.59, + y=9204.08 + }, + [965]={ + nodes={ + [1]=20467, + [2]=23244, + [3]=29899, + [4]=58312, + [5]=49497, + [6]=21792, + [7]=16786, + [8]=19001 + }, + orbits={ + [1]=1, + [2]=3, + [3]=7 + }, + x=4786.73, + y=9130.06 + }, + [966]={ + nodes={ + [1]=17702 + }, + orbits={ + [1]=0 + }, + x=4788.07, + y=9831.08 + }, + [967]={ + nodes={ + [1]=64650, + [2]=35058, + [3]=30210, + [4]=38966 + }, + orbits={ + [1]=2 + }, + x=4789.34, + y=6875.05 + }, + [968]={ + nodes={ + [1]=1995 + }, + orbits={ + [1]=0 + }, + x=4791.75, + y=2293.82 + }, + [969]={ + nodes={ + [1]=61976 + }, + orbits={ + [1]=0 + }, + x=4795.75, + y=6464.55 + }, + [970]={ + nodes={ + [1]=62797 + }, + orbits={ + [1]=0 + }, + x=-2020.5897536271, + y=-16007.75926277 + }, + [971]={ + nodes={ + [1]=9510, + [2]=16695, + [3]=61926, + [4]=1603 + }, + orbits={ + [1]=2 + }, + x=4821.1, + y=-7752.56 + }, + [972]={ + nodes={ + [1]=32040 + }, + orbits={ + [1]=0 + }, + x=4825, + y=-7747.13 + }, + [973]={ + nodes={ + [1]=34201 + }, + orbits={ + [1]=0 + }, + x=4859.19, + y=8419.96 + }, + [974]={ + nodes={ + [1]=13724 + }, + orbits={ + [1]=4 + }, + x=4872.03, + y=-4974.35 + }, + [975]={ + nodes={ + [1]=23343, + [2]=30392, + [3]=13157, + [4]=3775, + [5]=28106, + [6]=45244, + [7]=58388, + [8]=41016 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=4874.52, + y=10455.42 + }, + [976]={ + nodes={ + [1]=29763 + }, + orbits={ + [1]=0 + }, + x=4889.32, + y=-7413.25 + }, + [977]={ + nodes={ + [1]=39241 + }, + orbits={ + [1]=0 + }, + x=-1936.4997536271, + y=-15824.44926277 + }, + [978]={ + nodes={ + [1]=9586 + }, + orbits={ + [1]=4 + }, + x=4931.31, + y=-4650.65 + }, + [979]={ + nodes={ + [1]=13367, + [2]=21713, + [3]=50588, + [4]=38969, + [5]=6010 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4944.98, + y=-2386.46 + }, + [980]={ + nodes={ + [1]=36623, + [2]=3628, + [3]=64474, + [4]=31630, + [5]=10729 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4945.01, + y=-9466.17 + }, + [981]={ + nodes={ + [1]=61356, + [2]=12498, + [3]=30341 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=4953.65, + y=2387.3 + }, + [982]={ + nodes={ + [1]=63888 + }, + orbits={ + [1]=0 + }, + x=4955.38, + y=2861.7 + }, + [983]={ + nodes={ + [1]=37695 + }, + orbits={ + [1]=0 + }, + x=4989.84, + y=542.4 + }, + [984]={ + nodes={ + [1]=50879, + [2]=14211, + [3]=43238, + [4]=22972, + [5]=44540 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=4990.13, + y=5788.96 + }, + [985]={ + nodes={ + [1]=20820, + [2]=44628, + [3]=40166, + [4]=48544 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=4993.9, + y=-6490.84 + }, + [986]={ + nodes={ + [1]=56729, + [2]=26308, + [3]=27017, + [4]=21349 + }, + orbits={ + [1]=2 + }, + x=5001.21, + y=7989.42 + }, + [987]={ + nodes={ + [1]=10382 + }, + orbits={ + [1]=0 + }, + x=5026.31, + y=-8702.96 + }, + [988]={ + nodes={ + [1]=20677 + }, + orbits={ + [1]=0 + }, + x=5061.13, + y=-4971.48 + }, + [989]={ + nodes={ + [1]=43877, + [2]=51522, + [3]=47895, + [4]=56493 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=5074.31, + y=-208.98 + }, + [990]={ + nodes={ + [1]=38044, + [2]=11813 + }, + orbits={ + [1]=7 + }, + x=5074.6, + y=585.09 + }, + [991]={ + nodes={ + [1]=64345, + [2]=49968, + [3]=63679, + [4]=20008 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=5085.86, + y=7486.56 + }, + [992]={ + nodes={ + [1]=61263, + [2]=59446, + [3]=22115, + [4]=4544 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=5095.01, + y=174.43 + }, + [993]={ + nodes={ + [1]=37946 + }, + orbits={ + [1]=0 + }, + x=5112.65, + y=2295.51 + }, + [994]={ + nodes={ + [1]=46782, + [2]=53698, + [3]=20916, + [4]=59355 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=5188.48, + y=-751.6 + }, + [995]={ + nodes={ + [1]=9782 + }, + orbits={ + [1]=0 + }, + x=5193.02, + y=-5200.3 + }, + [996]={ + nodes={ + [1]=535 + }, + orbits={ + [1]=0 + }, + x=5193.02, + y=-4742.69 + }, + [997]={ + nodes={ + [1]=2446, + [2]=50268, + [3]=22851, + [4]=37164, + [5]=419, + [6]=63400 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=5214.31, + y=-8121.08 + }, + [998]={ + nodes={ + [1]=63668, + [2]=9069, + [3]=42245, + [4]=16024, + [5]=49150, + [6]=18167, + [7]=29288 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=5250.46, + y=-5999.69 + }, + [999]={ + nodes={ + [1]=17788, + [2]=23352, + [3]=26085, + [4]=2877, + [5]=33570, + [6]=28431, + [7]=59, + [8]=8611, + [9]=20772, + [10]=51142, + [11]=36696, + [12]=33141, + [13]=58751, + [14]=23710 + }, + orbits={ + [1]=6, + [2]=9, + [3]=8 + }, + x=-1573.4397536271, + y=-14980.27926277 + }, + [1000]={ + nodes={ + [1]=24210, + [2]=26932, + [3]=2200, + [4]=35689, + [5]=34543 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=5279.5, + y=6677.73 + }, + [1001]={ + nodes={ + [1]=30456 + }, + orbits={ + [1]=0 + }, + x=5286.04, + y=719.09 + }, + [1002]={ + nodes={ + [1]=39423, + [2]=47635, + [3]=53207, + [4]=56914 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=5288.98, + y=-7410.44 + }, + [1003]={ + nodes={ + [1]=17254, + [2]=26596, + [3]=14272 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=5300.06, + y=-3797.31 + }, + [1004]={ + nodes={ + [1]=1953 + }, + orbits={ + [1]=0 + }, + x=5316.81, + y=-1530.6 + }, + [1005]={ + nodes={ + [1]=9275, + [2]=5704, + [3]=62166, + [4]=19337 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=5320.34, + y=2650.99 + }, + [1006]={ + nodes={ + [1]=28021 + }, + orbits={ + [1]=0 + }, + x=5324.92, + y=-5429.12 + }, + [1007]={ + nodes={ + [1]=34621 + }, + orbits={ + [1]=0 + }, + x=5324.92, + y=-4513.87 + }, + [1008]={ + nodes={ + [1]=36759 + }, + orbits={ + [1]=0 + }, + x=5333.76, + y=-6040.15 + }, + [1009]={ + nodes={ + [1]=40480 + }, + orbits={ + [1]=0 + }, + x=5368.5, + y=-1842.95 + }, + [1010]={ + nodes={ + [1]=39569, + [2]=9046, + [3]=45609, + [4]=56776, + [5]=3458, + [6]=7353, + [7]=24129 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3, + [5]=7 + }, + x=5399.15, + y=3723.01 + }, + [1011]={ + nodes={ + [1]=24165 + }, + orbits={ + [1]=0 + }, + x=5409.48, + y=-6761.17 + }, + [1012]={ + nodes={ + [1]=21984 + }, + orbits={ + [1]=1 + }, + x=5445.28, + y=-9562.99 + }, + [1013]={ + nodes={ + [1]=18121, + [2]=45319, + [3]=55041, + [4]=26135, + [5]=35564, + [6]=2335, + [7]=65310, + [8]=51565, + [9]=22682 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=5452.61, + y=-10248.41 + }, + [1014]={ + nodes={ + [1]=44420 + }, + orbits={ + [1]=0 + }, + x=5457.07, + y=-5200.42 + }, + [1015]={ + nodes={ + [1]=38541 + }, + orbits={ + [1]=0 + }, + x=5457.07, + y=-4742.78 + }, + [1016]={ + nodes={ + [1]=41645, + [2]=6490, + [3]=43964, + [4]=14082, + [5]=8831 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=5472.15, + y=-8445.56 + }, + [1017]={ + nodes={ + [1]=54176 + }, + orbits={ + [1]=0 + }, + x=5478.57, + y=-1107.81 + }, + [1018]={ + nodes={ + [1]=7526 + }, + orbits={ + [1]=0 + }, + x=5482.17, + y=6073.03 + }, + [1019]={ + nodes={ + [1]=36808, + [2]=37244, + [3]=34076, + [4]=22057, + [5]=33445, + [6]=30143, + [7]=37795 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=5544.92, + y=8921.21 + }, + [1020]={ + nodes={ + [1]=46882 + }, + orbits={ + [1]=1 + }, + x=5571.69, + y=9486.45 + }, + [1021]={ + nodes={ + [1]=61601 + }, + orbits={ + [1]=0 + }, + x=5579.63, + y=-4981.71 + }, + [1022]={ + nodes={ + [1]=64213, + [2]=32155, + [3]=44204, + [4]=33729, + [5]=25700, + [6]=61246, + [7]=144, + [8]=41096, + [9]=45712, + [10]=12611 + }, + orbits={ + [1]=0, + [2]=4, + [3]=5, + [4]=7 + }, + x=5581.73, + y=1347.41 + }, + [1023]={ + nodes={ + [1]=4238, + [2]=60173, + [3]=62986, + [4]=17316, + [5]=43263, + [6]=46688, + [7]=40244, + [8]=64492 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=5585.65, + y=8198.85 + }, + [1024]={ + nodes={ + [1]=11472, + [2]=19880, + [3]=59390, + [4]=40270 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=5646.25, + y=635.1 + }, + [1025]={ + nodes={ + [1]=26598 + }, + orbits={ + [1]=0 + }, + x=5646.98, + y=0.51 + }, + [1026]={ + nodes={ + [1]=32813 + }, + orbits={ + [1]=2 + }, + x=5658.94, + y=4004.28 + }, + [1027]={ + nodes={ + [1]=59600, + [2]=12208, + [3]=13619, + [4]=35809 + }, + orbits={ + [1]=1, + [2]=7 + }, + x=5658.94, + y=4289.75 + }, + [1028]={ + nodes={ + [1]=49466, + [2]=9411, + [3]=30871 + }, + orbits={ + [1]=7 + }, + x=5658.96, + y=4337.05 + }, + [1029]={ + nodes={ + [1]=23905 + }, + orbits={ + [1]=0 + }, + x=5664.01, + y=-1616.29 + }, + [1030]={ + nodes={ + [1]=2995 + }, + orbits={ + [1]=0 + }, + x=-1127.4797536271, + y=-16007.75926277 + }, + [1031]={ + nodes={ + [1]=4328 + }, + orbits={ + [1]=0 + }, + x=5749.4, + y=-6287.76 + }, + [1032]={ + nodes={ + [1]=3463 + }, + orbits={ + [1]=0 + }, + x=5749.4, + y=-5672.71 + }, + [1033]={ + nodes={ + [1]=42379 + }, + orbits={ + [1]=0 + }, + x=5749.4, + y=-4981.71 + }, + [1034]={ + nodes={ + [1]=56860, + [2]=29320, + [3]=1680, + [4]=17447, + [5]=24843 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=5833.86, + y=5463.88 + }, + [1035]={ + nodes={ + [1]=38111, + [2]=10242, + [3]=6079, + [4]=32241 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=5891.44, + y=-6838.35 + }, + [1036]={ + nodes={ + [1]=10944, + [2]=33366, + [3]=55193 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=5924.32, + y=-625.86 + }, + [1037]={ + nodes={ + [1]=25971, + [2]=50635, + [3]=44423 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=5933.04, + y=-2670.25 + }, + [1038]={ + nodes={ + [1]=11764, + [2]=38878, + [3]=54975, + [4]=26772, + [5]=45774, + [6]=34898, + [7]=24240 + }, + orbits={ + [1]=0, + [2]=4, + [3]=5, + [4]=7 + }, + x=5943.98, + y=7225.03 + }, + [1039]={ + nodes={ + [1]=23915, + [2]=41529, + [3]=21380, + [4]=31284 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=7 + }, + x=5948.13, + y=186.79 + }, + [1040]={ + nodes={ + [1]=25520 + }, + orbits={ + [1]=0 + }, + x=5975.67, + y=-4755.44 + }, + [1041]={ + nodes={ + [1]=27875, + [2]=55463, + [3]=32123 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=5979.38, + y=-1521.97 + }, + [1042]={ + nodes={ + [1]=50121 + }, + orbits={ + [1]=0 + }, + x=5988.31, + y=-7475.15 + }, + [1043]={ + nodes={ + [1]=21572, + [2]=39050, + [3]=6660 + }, + orbits={ + [1]=2 + }, + x=6015.15, + y=6443.42 + }, + [1044]={ + nodes={ + [1]=2516 + }, + orbits={ + [1]=0 + }, + x=-755.7997536271, + y=-15671.91926277 + }, + [1045]={ + nodes={ + [1]=21801, + [2]=30748, + [3]=44369, + [4]=24150 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=6098.71, + y=-8410.42 + }, + [1046]={ + nodes={ + [1]=43720, + [2]=14383, + [3]=18568, + [4]=46601, + [5]=46887 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=6104.56, + y=8403.35 + }, + [1047]={ + nodes={ + [1]=45329 + }, + orbits={ + [1]=0 + }, + x=6129.78, + y=9643.2 + }, + [1048]={ + nodes={ + [1]=4552, + [2]=17215, + [3]=17668, + [4]=50817, + [5]=61355, + [6]=29306 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=6139.19, + y=-5350.4 + }, + [1049]={ + nodes={ + [1]=42750, + [2]=37691, + [3]=9050, + [4]=56453, + [5]=60138, + [6]=25851, + [7]=52695, + [8]=57230, + [9]=24958, + [10]=51741, + [11]=16705, + [12]=17088, + [13]=61834, + [14]=24062, + [15]=54351, + [16]=64927, + [17]=52464, + [18]=5766, + [19]=51416, + [20]=32016, + [21]=49984 + }, + orbits={ + [1]=0, + [2]=5, + [3]=6, + [4]=7 + }, + x=6172.4, + y=-3563.57 + }, + [1050]={ + nodes={ + [1]=45100, + [2]=56928, + [3]=62350, + [4]=7163, + [5]=23013 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5 + }, + x=6220.23, + y=4601.9 + }, + [1051]={ + nodes={ + [1]=31345, + [2]=30372, + [3]=42065, + [4]=55400, + [5]=37532 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=6316.73, + y=1833.34 + }, + [1052]={ + nodes={ + [1]=20641, + [2]=14231, + [3]=40399, + [4]=51934, + [5]=43281, + [6]=25304, + [7]=47359, + [8]=40453, + [9]=61056 + }, + orbits={ + [1]=0, + [2]=1, + [3]=5, + [4]=7 + }, + x=6324.58, + y=-9381.54 + }, + [1053]={ + nodes={ + [1]=38668, + [2]=32664, + [3]=27671, + [4]=32681, + [5]=5188 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=6345.01, + y=-6118.94 + }, + [1054]={ + nodes={ + [1]=23608, + [2]=40024, + [3]=2091, + [4]=61741, + [5]=6951, + [6]=63759, + [7]=26565, + [8]=24401 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=6359.19, + y=2826.09 + }, + [1055]={ + nodes={ + [1]=35901, + [2]=12890, + [3]=63566, + [4]=62464, + [5]=55275, + [6]=12120, + [7]=65207, + [8]=51606, + [9]=17854 + }, + orbits={ + [1]=3, + [2]=4, + [3]=6 + }, + x=6365.75, + y=3674.83 + }, + [1056]={ + nodes={ + [1]=43044 + }, + orbits={ + [1]=0 + }, + x=6365.75, + y=5562.23 + }, + [1057]={ + nodes={ + [1]=34853, + [2]=25458, + [3]=37568, + [4]=45370 + }, + orbits={ + [1]=7, + [2]=2 + }, + x=6365.75, + y=5989.65 + }, + [1058]={ + nodes={ + [1]=61403 + }, + orbits={ + [1]=0 + }, + x=6372.73, + y=-8685.67 + }, + [1059]={ + nodes={ + [1]=56349 + }, + orbits={ + [1]=0 + }, + x=6372.73, + y=-8307.67 + }, + [1060]={ + nodes={ + [1]=2128 + }, + orbits={ + [1]=0 + }, + x=6402.75, + y=9681.5 + }, + [1061]={ + nodes={ + [1]=5009, + [2]=36270, + [3]=12169 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=6411.76, + y=-4456.86 + }, + [1062]={ + nodes={ + [1]=28441, + [2]=32721, + [3]=24570, + [4]=11836, + [5]=47235, + [6]=53471, + [7]=10011, + [8]=11871 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=6431.15, + y=-2256.19 + }, + [1063]={ + nodes={ + [1]=45709, + [2]=26363, + [3]=52803 + }, + orbits={ + [1]=7 + }, + x=6460.1, + y=-547.41 + }, + [1064]={ + nodes={ + [1]=7412, + [2]=49291, + [3]=57945, + [4]=59356 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=6460.1, + y=-531.61 + }, + [1065]={ + nodes={ + [1]=11015 + }, + orbits={ + [1]=0 + }, + x=6470.71, + y=9436.59 + }, + [1066]={ + nodes={ + [1]=54725, + [2]=56336, + [3]=21208, + [4]=21748 + }, + orbits={ + [1]=7 + }, + x=6488.25, + y=-6987.61 + }, + [1067]={ + nodes={ + [1]=52191 + }, + orbits={ + [1]=0 + }, + x=6536.96, + y=-5291.42 + }, + [1068]={ + nodes={ + [1]=57088, + [2]=9421, + [3]=28086, + [4]=54557, + [5]=60170 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=6551.51, + y=876.88 + }, + [1069]={ + nodes={ + [1]=3128, + [2]=22713, + [3]=12166 + }, + orbits={ + [1]=7 + }, + x=6564.29, + y=-7691.65 + }, + [1070]={ + nodes={ + [1]=19722, + [2]=4959, + [3]=26331, + [4]=19003 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=6564.44, + y=-7691.65 + }, + [1071]={ + nodes={ + [1]=33221 + }, + orbits={ + [1]=0 + }, + x=6564.44, + y=-7691.65 + }, + [1072]={ + nodes={ + [1]=42658 + }, + orbits={ + [1]=0 + }, + x=6564.69, + y=4176.51 + }, + [1073]={ + nodes={ + [1]=40626 + }, + orbits={ + [1]=0 + }, + x=6576.82, + y=9549.91 + }, + [1074]={ + nodes={ + [1]=46431 + }, + orbits={ + [1]=0 + }, + x=6576.88, + y=8924.35 + }, + [1075]={ + nodes={ + [1]=6570 + }, + orbits={ + [1]=0 + }, + x=6612.09, + y=-6987.61 + }, + [1076]={ + nodes={ + [1]=65256 + }, + orbits={ + [1]=0 + }, + x=6617.23, + y=9944.27 + }, + [1077]={ + nodes={ + [1]=34845 + }, + orbits={ + [1]=0 + }, + x=6636.34, + y=9687.17 + }, + [1078]={ + nodes={ + [1]=38463 + }, + orbits={ + [1]=0 + }, + x=6649.25, + y=8378.88 + }, + [1079]={ + nodes={ + [1]=22329, + [2]=58526, + [3]=331, + [4]=32891, + [5]=62427, + [6]=42103, + [7]=50673 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=6654.65, + y=7621.83 + }, + [1080]={ + nodes={ + [1]=1631, + [2]=14001, + [3]=56893, + [4]=29049 + }, + orbits={ + [1]=7, + [2]=2 + }, + x=6661.76, + y=246.47 + }, + [1081]={ + nodes={ + [1]=28199 + }, + orbits={ + [1]=0 + }, + x=6670.73, + y=9432.42 + }, + [1082]={ + nodes={ + [1]=54678 + }, + orbits={ + [1]=0 + }, + x=6720.04, + y=-1779.61 + }, + [1083]={ + nodes={ + [1]=60735 + }, + orbits={ + [1]=0 + }, + x=6729.48, + y=3890.84 + }, + [1084]={ + nodes={ + [1]=57724, + [2]=26885, + [3]=34473, + [4]=20782, + [5]=42361 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=6734.63, + y=-5492.35 + }, + [1085]={ + nodes={ + [1]=26268, + [2]=22710, + [3]=45111, + [4]=59214 + }, + orbits={ + [1]=7 + }, + x=6735.94, + y=-6987.61 + }, + [1086]={ + nodes={ + [1]=21111, + [2]=43522, + [3]=33099 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=6771.38, + y=8501.01 + }, + [1087]={ + nodes={ + [1]=52060, + [2]=17602, + [3]=59799, + [4]=7338, + [5]=59798, + [6]=5335 + }, + orbits={ + [1]=0, + [2]=1, + [3]=7 + }, + x=6844.88, + y=-9157.81 + }, + [1088]={ + nodes={ + [1]=21495, + [2]=42794, + [3]=31433, + [4]=5348 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=6846.27, + y=4801 + }, + [1089]={ + nodes={ + [1]=54883 + }, + orbits={ + [1]=0 + }, + x=6883.65, + y=-5638.13 + }, + [1090]={ + nodes={ + [1]=26432 + }, + orbits={ + [1]=0 + }, + x=6900.54, + y=3596.76 + }, + [1091]={ + nodes={ + [1]=60273 + }, + orbits={ + [1]=0 + }, + x=7001.73, + y=9638.79 + }, + [1092]={ + nodes={ + [1]=59775 + }, + orbits={ + [1]=0 + }, + x=7020.48, + y=-5774.94 + }, + [1093]={ + nodes={ + [1]=6842, + [2]=28329, + [3]=18472, + [4]=46533, + [5]=3700, + [6]=36723 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=7031.53, + y=7197.76 + }, + [1094]={ + nodes={ + [1]=32438 + }, + orbits={ + [1]=0 + }, + x=7037.31, + y=-8704.87 + }, + [1095]={ + nodes={ + [1]=28623, + [2]=60464, + [3]=12998, + [4]=9968, + [5]=30463, + [6]=58971, + [7]=38678 + }, + orbits={ + [1]=0, + [2]=4, + [3]=2 + }, + x=7059, + y=5648.15 + }, + [1096]={ + nodes={ + [1]=51871, + [2]=8045, + [3]=3042 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=7065.9, + y=-3324.15 + }, + [1097]={ + nodes={ + [1]=28823, + [2]=11094, + [3]=59303 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=7074.07, + y=9630.67 + }, + [1098]={ + nodes={ + [1]=23547, + [2]=45798, + [3]=43944, + [4]=30102, + [5]=62578, + [6]=46615, + [7]=53177 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=7 + }, + x=7077.07, + y=-4647.67 + }, + [1099]={ + nodes={ + [1]=14658 + }, + orbits={ + [1]=0 + }, + x=7088.65, + y=0 + }, + [1100]={ + nodes={ + [1]=28903, + [2]=42959, + [3]=59644, + [4]=32896, + [5]=22517 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=7088.65, + y=513.16 + }, + [1101]={ + nodes={ + [1]=55149 + }, + orbits={ + [1]=0 + }, + x=7119.01, + y=-8248.39 + }, + [1102]={ + nodes={ + [1]=14446 + }, + orbits={ + [1]=0 + }, + x=7123.27, + y=-7914.57 + }, + [1103]={ + nodes={ + [1]=11825 + }, + orbits={ + [1]=0 + }, + x=7191.57, + y=4152.81 + }, + [1104]={ + nodes={ + [1]=62185 + }, + orbits={ + [1]=0 + }, + x=7236.46, + y=5087.69 + }, + [1105]={ + nodes={ + [1]=48974, + [2]=47418, + [3]=63517, + [4]=23839, + [5]=53958, + [6]=51006, + [7]=10738 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=7271.19, + y=-1655.98 + }, + [1106]={ + nodes={ + [1]=64601 + }, + orbits={ + [1]=0 + }, + x=7273.71, + y=-2633.18 + }, + [1107]={ + nodes={ + [1]=41877 + }, + orbits={ + [1]=0 + }, + x=7273.71, + y=-2313.18 + }, + [1108]={ + nodes={ + [1]=40333, + [2]=43102, + [3]=30197, + [4]=52415, + [5]=24178, + [6]=42998, + [7]=32655, + [8]=33514 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=7300.34, + y=2711.86 + }, + [1109]={ + nodes={ + [1]=63981, + [2]=6516, + [3]=8194 + }, + orbits={ + [1]=7 + }, + x=7309.21, + y=3682.83 + }, + [1110]={ + nodes={ + [1]=29285, + [2]=9745, + [3]=11774, + [4]=58513, + [5]=16602, + [6]=14418 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=7334.57, + y=8277.54 + }, + [1111]={ + nodes={ + [1]=6792, + [2]=23221, + [3]=4534, + [4]=42302, + [5]=33245, + [6]=9151, + [7]=45331, + [8]=31918 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=4, + [5]=7 + }, + x=7345.82, + y=2075.69 + }, + [1112]={ + nodes={ + [1]=52971, + [2]=21227, + [3]=36290, + [4]=23046, + [5]=62936, + [6]=51891, + [7]=49976, + [8]=25528 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=7 + }, + x=7365.71, + y=-6708.34 + }, + [1113]={ + nodes={ + [1]=15424, + [2]=35151, + [3]=44453, + [4]=58157, + [5]=61149, + [6]=42760 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=7384.78, + y=-3775.87 + }, + [1114]={ + nodes={ + [1]=24120, + [2]=52053, + [3]=14048, + [4]=34717, + [5]=10495 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=7386.63, + y=-380.49 + }, + [1115]={ + nodes={ + [1]=51040, + [2]=23822, + [3]=327, + [4]=58779, + [5]=9652 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=7399.75, + y=-7157.75 + }, + [1116]={ + nodes={ + [1]=26762 + }, + orbits={ + [1]=0 + }, + x=7420.17, + y=-8305.21 + }, + [1117]={ + nodes={ + [1]=30657 + }, + orbits={ + [1]=0 + }, + x=7430.94, + y=7597.17 + }, + [1118]={ + nodes={ + [1]=22817, + [2]=42714, + [3]=22962, + [4]=58848, + [5]=55724, + [6]=58644, + [7]=10576, + [8]=29065 + }, + orbits={ + [1]=0, + [2]=1, + [3]=3, + [4]=4, + [5]=5, + [6]=7 + }, + x=7459.44, + y=6789.98 + }, + [1119]={ + nodes={ + [1]=35380, + [2]=10058 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=7466.03, + y=-8440.87 + }, + [1120]={ + nodes={ + [1]=14724 + }, + orbits={ + [1]=0 + }, + x=7487.17, + y=5195.85 + }, + [1121]={ + nodes={ + [1]=35671, + [2]=11504, + [3]=30839, + [4]=31172 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5 + }, + x=7495.21, + y=1196.11 + }, + [1122]={ + nodes={ + [1]=44373 + }, + orbits={ + [1]=0 + }, + x=7501.94, + y=-8629.84 + }, + [1123]={ + nodes={ + [1]=336, + [2]=4806, + [3]=49388, + [4]=37304, + [5]=64543, + [6]=61921, + [7]=38215 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5 + }, + x=7520.58, + y=-906.8 + }, + [1124]={ + nodes={ + [1]=6800 + }, + orbits={ + [1]=0 + }, + x=7559.71, + y=-8913.34 + }, + [1125]={ + nodes={ + [1]=47374, + [2]=18049, + [3]=5802 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=7559.9, + y=4790.76 + }, + [1126]={ + nodes={ + [1]=32301 + }, + orbits={ + [1]=0 + }, + x=7573.53, + y=5472.94 + }, + [1127]={ + nodes={ + [1]=15301, + [2]=10277, + [3]=64064, + [4]=4709, + [5]=35477 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=7632.55, + y=696.89 + }, + [1128]={ + nodes={ + [1]=31692, + [2]=46197, + [3]=61333, + [4]=45702, + [5]=39237 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=7645.67, + y=-7774.6 + }, + [1129]={ + nodes={ + [1]=49130, + [2]=58416, + [3]=1020, + [4]=54631, + [5]=30132 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=7664.38, + y=1483.08 + }, + [1130]={ + nodes={ + [1]=37813 + }, + orbits={ + [1]=0 + }, + x=7678.02, + y=5026.98 + }, + [1131]={ + nodes={ + [1]=58022 + }, + orbits={ + [1]=0 + }, + x=7691.01, + y=-8333.04 + }, + [1132]={ + nodes={ + [1]=12174, + [2]=18864, + [3]=49107, + [4]=54562, + [5]=49485, + [6]=2745 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=7726.42, + y=3243.25 + }, + [1133]={ + nodes={ + [1]=52445 + }, + orbits={ + [1]=0 + }, + x=7747, + y=-5468.73 + }, + [1134]={ + nodes={ + [1]=34324, + [2]=13457, + [3]=3630, + [4]=56838, + [5]=26034, + [6]=45631, + [7]=62624, + [8]=42805 + }, + orbits={ + [1]=3, + [2]=4, + [3]=7 + }, + x=7749.73, + y=-5462.17 + }, + [1135]={ + nodes={ + [1]=57821 + }, + orbits={ + [1]=4 + }, + x=7752.6, + y=-4481.19 + }, + [1136]={ + nodes={ + [1]=59503, + [2]=22208, + [3]=60034, + [4]=6330, + [5]=15207, + [6]=4378 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=7762.38, + y=6434.67 + }, + [1137]={ + nodes={ + [1]=5186 + }, + orbits={ + [1]=0 + }, + x=7764.53, + y=-8668.33 + }, + [1138]={ + nodes={ + [1]=34497 + }, + orbits={ + [1]=0 + }, + x=7768.26, + y=228.34 + }, + [1139]={ + nodes={ + [1]=56023 + }, + orbits={ + [1]=0 + }, + x=7806.6, + y=-2934.34 + }, + [1140]={ + nodes={ + [1]=33404 + }, + orbits={ + [1]=0 + }, + x=7810.1, + y=-4823.01 + }, + [1141]={ + nodes={ + [1]=50277 + }, + orbits={ + [1]=0 + }, + x=7815.76, + y=5381.08 + }, + [1142]={ + nodes={ + [1]=44932 + }, + orbits={ + [1]=3 + }, + x=7818.48, + y=5206.42 + }, + [1143]={ + nodes={ + [1]=52361, + [2]=57462, + [3]=53771, + [4]=12078, + [5]=33713, + [6]=26107 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=5 + }, + x=7868.42, + y=-3177.92 + }, + [1144]={ + nodes={ + [1]=50701 + }, + orbits={ + [1]=0 + }, + x=7874.86, + y=5154.88 + }, + [1145]={ + nodes={ + [1]=47976 + }, + orbits={ + [1]=0 + }, + x=7886.46, + y=-7151.38 + }, + [1146]={ + nodes={ + [1]=48462, + [2]=38497, + [3]=62803, + [4]=25029 + }, + orbits={ + [1]=4, + [2]=5, + [3]=7 + }, + x=7901.35, + y=8803.79 + }, + [1147]={ + nodes={ + [1]=33463 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=-1873.69 + }, + [1148]={ + nodes={ + [1]=49996 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=-996.85 + }, + [1149]={ + nodes={ + [1]=32183 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=-571.97 + }, + [1150]={ + nodes={ + [1]=12253 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=0 + }, + [1151]={ + nodes={ + [1]=35696 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=1153.21 + }, + [1152]={ + nodes={ + [1]=2408 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=2075.69 + }, + [1153]={ + nodes={ + [1]=42118 + }, + orbits={ + [1]=0 + }, + x=7994.25, + y=2711.86 + }, + [1154]={ + nodes={ + [1]=10648, + [2]=26400, + [3]=8904 + }, + orbits={ + [1]=0, + [2]=4, + [3]=7 + }, + x=8000.05, + y=4152.81 + }, + [1155]={ + nodes={ + [1]=63830, + [2]=44841, + [3]=45390, + [4]=13624, + [5]=59064, + [6]=44756, + [7]=28258, + [8]=36927, + [9]=36976, + [10]=55235 + }, + orbits={ + [1]=0, + [2]=1, + [3]=2, + [4]=3 + }, + x=8014.32, + y=8180.55 + }, + [1156]={ + nodes={ + [1]=55664, + [2]=16568, + [3]=63246, + [4]=34702, + [5]=31826, + [6]=33585, + [7]=31129, + [8]=24889 + }, + orbits={ + [1]=1, + [2]=3, + [3]=4, + [4]=5, + [5]=7 + }, + x=8073.32, + y=5817.48 + }, + [1157]={ + nodes={ + [1]=43453 + }, + orbits={ + [1]=0 + }, + x=8124.67, + y=632.41 + }, + [1158]={ + nodes={ + [1]=62542, + [2]=45713, + [3]=39607, + [4]=2559, + [5]=16329 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=8175.23, + y=-4097.21 + }, + [1159]={ + nodes={ + [1]=24786 + }, + orbits={ + [1]=0 + }, + x=8177.92, + y=6850.21 + }, + [1160]={ + nodes={ + [1]=17146, + [2]=57518, + [3]=31366, + [4]=3843, + [5]=65265 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=8184.76, + y=3540.75 + }, + [1161]={ + nodes={ + [1]=44490 + }, + orbits={ + [1]=0 + }, + x=8203.42, + y=-391.26 + }, + [1162]={ + nodes={ + [1]=64050 + }, + orbits={ + [1]=0 + }, + x=8280.06, + y=715.96 + }, + [1163]={ + nodes={ + [1]=54152 + }, + orbits={ + [1]=0 + }, + x=8280.54, + y=369.3 + }, + [1164]={ + nodes={ + [1]=1416 + }, + orbits={ + [1]=0 + }, + x=8284.38, + y=-6118.71 + }, + [1165]={ + nodes={ + [1]=5163, + [2]=48103, + [3]=26726, + [4]=52875 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=8294.62, + y=-1449.59 + }, + [1166]={ + nodes={ + [1]=16401 + }, + orbits={ + [1]=0 + }, + x=8325.04, + y=-131.01 + }, + [1167]={ + nodes={ + [1]=24070 + }, + orbits={ + [1]=0 + }, + x=8357.14, + y=1153.21 + }, + [1168]={ + nodes={ + [1]=19461, + [2]=38944, + [3]=43338, + [4]=5797, + [5]=22063, + [6]=64415, + [7]=56767 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=8357.5, + y=-6160.65 + }, + [1169]={ + nodes={ + [1]=51602, + [2]=23305, + [3]=21279, + [4]=44280, + [5]=35534 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=8365.09, + y=1769.99 + }, + [1170]={ + nodes={ + [1]=12239 + }, + orbits={ + [1]=0 + }, + x=8374.56, + y=-2532.39 + }, + [1171]={ + nodes={ + [1]=3431, + [2]=5305, + [3]=43082 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=8388.6, + y=6235.46 + }, + [1172]={ + nodes={ + [1]=30077 + }, + orbits={ + [1]=0 + }, + x=8390.12, + y=-7635.29 + }, + [1173]={ + nodes={ + [1]=24656 + }, + orbits={ + [1]=0 + }, + x=8400.25, + y=166.18 + }, + [1174]={ + nodes={ + [1]=1599, + [2]=35173, + [3]=16013, + [4]=41811, + [5]=16140, + [6]=31286 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=8401.88, + y=-2579.71 + }, + [1175]={ + nodes={ + [1]=7302, + [2]=52615, + [3]=33093, + [4]=25729, + [5]=37876 + }, + orbits={ + [1]=4, + [2]=7 + }, + x=8409.99, + y=-7674.9 + }, + [1176]={ + nodes={ + [1]=12800 + }, + orbits={ + [1]=0 + }, + x=8433.06, + y=504.46 + }, + [1177]={ + nodes={ + [1]=3994, + [2]=9089, + [3]=37951, + [4]=41020, + [5]=34908 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=8437.79, + y=2974.28 + }, + [1178]={ + nodes={ + [1]=61800, + [2]=52630, + [3]=28371, + [4]=60560, + [5]=29527 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=8443.67, + y=-719.43 + }, + [1179]={ + nodes={ + [1]=1514 + }, + orbits={ + [1]=0 + }, + x=8444.56, + y=-598.29 + }, + [1180]={ + nodes={ + [1]=39881 + }, + orbits={ + [1]=0 + }, + x=8464.62, + y=-2688.36 + }, + [1181]={ + nodes={ + [1]=7809 + }, + orbits={ + [1]=0 + }, + x=8464.96, + y=-3633.16 + }, + [1182]={ + nodes={ + [1]=54984 + }, + orbits={ + [1]=0 + }, + x=8470.97, + y=4890.73 + }, + [1183]={ + nodes={ + [1]=33348, + [2]=11509, + [3]=17664, + [4]=7465, + [5]=11463 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=8489.3, + y=2450.54 + }, + [1184]={ + nodes={ + [1]=56988 + }, + orbits={ + [1]=0 + }, + x=8506.18, + y=-3240.16 + }, + [1185]={ + nodes={ + [1]=47831, + [2]=44522, + [3]=63762, + [4]=34541, + [5]=52743, + [6]=8734 + }, + orbits={ + [1]=1, + [2]=2 + }, + x=8512.95, + y=-1003.98 + }, + [1186]={ + nodes={ + [1]=43090 + }, + orbits={ + [1]=0 + }, + x=8601.56, + y=-234.45 + }, + [1187]={ + nodes={ + [1]=32672, + [2]=23362, + [3]=4031, + [4]=17871, + [5]=13701, + [6]=9928, + [7]=50403 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4 + }, + x=8602.39, + y=-5782.69 + }, + [1188]={ + nodes={ + [1]=8896 + }, + orbits={ + [1]=0 + }, + x=8629.29, + y=605.39 + }, + [1189]={ + nodes={ + [1]=15814 + }, + orbits={ + [1]=0 + }, + x=8660.79, + y=276.65 + }, + [1190]={ + nodes={ + [1]=19074, + [2]=8560, + [3]=31273, + [4]=35985, + [5]=13987, + [6]=48531, + [7]=56761, + [8]=7604, + [9]=17372 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=6, + [5]=7 + }, + x=8668.76, + y=2075.69 + }, + [1191]={ + nodes={ + [1]=59538 + }, + orbits={ + [1]=0 + }, + x=8684.39, + y=-6347.76 + }, + [1192]={ + nodes={ + [1]=58397, + [2]=19338, + [3]=31647 + }, + orbits={ + [1]=0, + [2]=3 + }, + x=8692.14, + y=1153.21 + }, + [1193]={ + nodes={ + [1]=25055, + [2]=13799, + [3]=41580, + [4]=36576, + [5]=41298 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=8732.17, + y=4438.38 + }, + [1194]={ + nodes={ + [1]=60483 + }, + orbits={ + [1]=0 + }, + x=8733.08, + y=-3633.16 + }, + [1195]={ + nodes={ + [1]=36540 + }, + orbits={ + [1]=0 + }, + x=8733.08, + y=-3371.16 + }, + [1196]={ + nodes={ + [1]=36071, + [2]=38369, + [3]=35223, + [4]=36677, + [5]=13895, + [6]=61112, + [7]=18910, + [8]=21225, + [9]=10265, + [10]=9240, + [11]=19767, + [12]=55680, + [13]=9227 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=4, + [5]=5, + [6]=6 + }, + x=8847.14, + y=7072.15 + }, + [1197]={ + nodes={ + [1]=18717 + }, + orbits={ + [1]=0 + }, + x=8862.26, + y=-3861.86 + }, + [1198]={ + nodes={ + [1]=24287 + }, + orbits={ + [1]=0 + }, + x=8886.25, + y=6141.88 + }, + [1199]={ + nodes={ + [1]=8273 + }, + orbits={ + [1]=0 + }, + x=8922.01, + y=-4178.25 + }, + [1200]={ + nodes={ + [1]=60210, + [2]=6078, + [3]=64325, + [4]=45304, + [5]=61119, + [6]=63431 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=8940.31, + y=-1873.69 + }, + [1201]={ + nodes={ + [1]=15625, + [2]=23253, + [3]=65161, + [4]=3170, + [5]=22811 + }, + orbits={ + [1]=2 + }, + x=8940.74, + y=5582.5 + }, + [1202]={ + nodes={ + [1]=1801, + [2]=60, + [3]=58426, + [4]=34401 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=8971.45, + y=474.23 + }, + [1203]={ + nodes={ + [1]=51241, + [2]=50420, + [3]=55118, + [4]=31364 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=8991.63, + y=4890.73 + }, + [1204]={ + nodes={ + [1]=15356 + }, + orbits={ + [1]=0 + }, + x=8992.39, + y=-3633.64 + }, + [1205]={ + nodes={ + [1]=40990 + }, + orbits={ + [1]=0 + }, + x=8993.62, + y=-3178.16 + }, + [1206]={ + nodes={ + [1]=2334 + }, + orbits={ + [1]=0 + }, + x=9027.14, + y=1153.21 + }, + [1207]={ + nodes={ + [1]=22927, + [2]=20582, + [3]=29246 + }, + orbits={ + [1]=6 + }, + x=9078.71, + y=5241.32 + }, + [1208]={ + nodes={ + [1]=14226 + }, + orbits={ + [1]=0 + }, + x=9119.2, + y=6374.82 + }, + [1209]={ + nodes={ + [1]=17420 + }, + orbits={ + [1]=0 + }, + x=9124.17, + y=-3861.86 + }, + [1210]={ + nodes={ + [1]=18815 + }, + orbits={ + [1]=0 + }, + x=9125.5, + y=-3407.73 + }, + [1211]={ + nodes={ + [1]=25565 + }, + orbits={ + [1]=2 + }, + x=9152.09, + y=-4119.84 + }, + [1212]={ + nodes={ + [1]=53150, + [2]=17589, + [3]=45012, + [4]=8246, + [5]=37742, + [6]=64462, + [7]=37548, + [8]=15270, + [9]=36085 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=9207.96, + y=-758.58 + }, + [1213]={ + nodes={ + [1]=41017 + }, + orbits={ + [1]=0 + }, + x=9212.92, + y=-2.43 + }, + [1214]={ + nodes={ + [1]=36364 + }, + orbits={ + [1]=0 + }, + x=9287.06, + y=3103.82 + }, + [1215]={ + nodes={ + [1]=27422, + [2]=2021, + [3]=17687, + [4]=10472, + [5]=25857 + }, + orbits={ + [1]=0, + [2]=3, + [3]=4, + [4]=7 + }, + x=9315.43, + y=3714.68 + }, + [1216]={ + nodes={ + [1]=10162, + [2]=3336, + [3]=36231, + [4]=30615, + [5]=65204 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=9329.96, + y=-5015.5 + }, + [1217]={ + nodes={ + [1]=37242, + [2]=59368, + [3]=61215, + [4]=9532, + [5]=16871, + [6]=54031 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=9411.81, + y=4567.88 + }, + [1218]={ + nodes={ + [1]=52257 + }, + orbits={ + [1]=0 + }, + x=9455.83, + y=2570.72 + }, + [1219]={ + nodes={ + [1]=63600 + }, + orbits={ + [1]=0 + }, + x=9507.95, + y=2888.65 + }, + [1220]={ + nodes={ + [1]=31765 + }, + orbits={ + [1]=0 + }, + x=9512.58, + y=-5497.3 + }, + [1221]={ + nodes={ + [1]=37616, + [2]=8644, + [3]=33964, + [4]=64295, + [5]=27834, + [6]=63659, + [7]=37688, + [8]=27417, + [9]=62496, + [10]=34912, + [11]=4664, + [12]=43938, + [13]=34449 + }, + orbits={ + [1]=4, + [2]=5, + [3]=6 + }, + x=9516.92, + y=-7180.28 + }, + [1222]={ + nodes={ + [1]=34015 + }, + orbits={ + [1]=0 + }, + x=9527.62, + y=5500.5 + }, + [1223]={ + nodes={ + [1]=27513, + [2]=65498, + [3]=39307, + [4]=7294, + [5]=37026 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=9588.39, + y=-215.51 + }, + [1224]={ + nodes={ + [1]=44891, + [2]=55835, + [3]=20909, + [4]=52537, + [5]=7023 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=9590.33, + y=-3478.67 + }, + [1225]={ + nodes={ + [1]=57069 + }, + orbits={ + [1]=0 + }, + x=9696.74, + y=2772.94 + }, + [1226]={ + nodes={ + [1]=65091, + [2]=1841, + [3]=38728, + [4]=44776, + [5]=3209, + [6]=14539, + [7]=9405, + [8]=51707, + [9]=59720, + [10]=41163 + }, + orbits={ + [1]=0, + [2]=5, + [3]=7 + }, + x=9720.67, + y=1153.21 + }, + [1227]={ + nodes={ + [1]=62998 + }, + orbits={ + [1]=0 + }, + x=9731.16, + y=3030.3 + }, + [1228]={ + nodes={ + [1]=722 + }, + orbits={ + [1]=0 + }, + x=9755.52, + y=-4566.29 + }, + [1229]={ + nodes={ + [1]=12116, + [2]=52410, + [3]=20414, + [4]=55329, + [5]=42036, + [6]=35043, + [7]=50146 + }, + orbits={ + [1]=4, + [2]=3 + }, + x=9758.72, + y=5633.94 + }, + [1230]={ + nodes={ + [1]=35095, + [2]=19359, + [3]=41886, + [4]=9663, + [5]=52245 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=9759.71, + y=-5970.48 + }, + [1231]={ + nodes={ + [1]=65212, + [2]=32543, + [3]=60899, + [4]=64637 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=9805.18, + y=2135.11 + }, + [1232]={ + nodes={ + [1]=20105 + }, + orbits={ + [1]=0 + }, + x=9808.81, + y=6600.96 + }, + [1233]={ + nodes={ + [1]=48116 + }, + orbits={ + [1]=0 + }, + x=9826.06, + y=4319.11 + }, + [1234]={ + nodes={ + [1]=29990, + [2]=47477, + [3]=51774, + [4]=36217, + [5]=47021, + [6]=34425 + }, + orbits={ + [1]=1, + [2]=2, + [3]=7 + }, + x=9855.02, + y=-2946.78 + }, + [1235]={ + nodes={ + [1]=41861 + }, + orbits={ + [1]=0 + }, + x=9855.92, + y=3274.55 + }, + [1236]={ + nodes={ + [1]=21156, + [2]=19027, + [3]=34623, + [4]=40471, + [5]=14769, + [6]=7847 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=9860.54, + y=353.55 + }, + [1237]={ + nodes={ + [1]=20649 + }, + orbits={ + [1]=0 + }, + x=9947.79, + y=2860.79 + }, + [1238]={ + nodes={ + [1]=43867, + [2]=10423, + [3]=37905, + [4]=57571, + [5]=28101 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=9960.59, + y=-2144.87 + }, + [1239]={ + nodes={ + [1]=65290 + }, + orbits={ + [1]=0 + }, + x=10006.41, + y=2637.88 + }, + [1240]={ + nodes={ + [1]=16121, + [2]=61421, + [3]=56334, + [4]=46171, + [5]=41753 + }, + orbits={ + [1]=0, + [2]=7 + }, + x=10039.26, + y=-5356.19 + }, + [1241]={ + nodes={ + [1]=14262 + }, + orbits={ + [1]=0 + }, + x=10048.64, + y=0 + }, + [1242]={ + nodes={ + [1]=18624, + [2]=17523, + [3]=42032, + [4]=30408, + [5]=39608, + [6]=12329, + [7]=1778, + [8]=17906 + }, + orbits={ + [1]=0, + [2]=3, + [3]=7 + }, + x=10082.79, + y=4865.9 + }, + [1243]={ + nodes={ + [1]=49320, + [2]=30973 + }, + orbits={ + [1]=6 + }, + x=10091.58, + y=-5603.69 + }, + [1244]={ + nodes={ + [1]=15775 + }, + orbits={ + [1]=0 + }, + x=10091.7, + y=-3334.83 + }, + [1245]={ + nodes={ + [1]=3640, + [2]=28963, + [3]=7888, + [4]=17724, + [5]=17101, + [6]=25362, + [7]=37780 + }, + orbits={ + [1]=2, + [2]=3 + }, + x=10100.39, + y=-1227.6 + }, + [1246]={ + nodes={ + [1]=23105 + }, + orbits={ + [1]=0 + }, + x=10112.62, + y=-1237.84 + }, + [1247]={ + nodes={ + [1]=2582 + }, + orbits={ + [1]=0 + }, + x=10184.13, + y=3019.63 + }, + [1248]={ + nodes={ + [1]=60891, + [2]=18897, + [3]=64990, + [4]=53185 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=10203.08, + y=1730.1 + }, + [1249]={ + nodes={ + [1]=37484 + }, + orbits={ + [1]=0 + }, + x=10275.63, + y=226.99 + }, + [1250]={ + nodes={ + [1]=47514, + [2]=38342, + [3]=21945, + [4]=61718, + [5]=26572, + [6]=54545, + [7]=39128 + }, + orbits={ + [1]=0, + [2]=2, + [3]=7 + }, + x=10290.88, + y=-481.6 + }, + [1251]={ + nodes={ + [1]=29959, + [2]=60362, + [3]=6891, + [4]=56265, + [5]=42802 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=10299.85, + y=-3717.25 + }, + [1252]={ + nodes={ + [1]=17792, + [2]=34892, + [3]=12066, + [4]=42226, + [5]=48734 + }, + orbits={ + [1]=3, + [2]=2 + }, + x=10370.85, + y=533.97 + }, + [1253]={ + nodes={ + [1]=30808 + }, + orbits={ + [1]=0 + }, + x=10379, + y=-2278.35 + }, + [1254]={ + nodes={ + [1]=27705 + }, + orbits={ + [1]=0 + }, + x=10420.75, + y=2130.08 + }, + [1255]={ + nodes={ + [1]=28835, + [2]=60480, + [3]=56847, + [4]=8157, + [5]=178, + [6]=28044, + [7]=43088, + [8]=6988 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=5, + [5]=7 + }, + x=10451.5, + y=3456.48 + }, + [1256]={ + nodes={ + [1]=326 + }, + orbits={ + [1]=0 + }, + x=10503.99, + y=-3050.26 + }, + [1257]={ + nodes={ + [1]=59694 + }, + orbits={ + [1]=0 + }, + x=10614.77, + y=-3021.26 + }, + [1258]={ + nodes={ + [1]=27048 + }, + orbits={ + [1]=0 + }, + x=10655.3, + y=2571.61 + }, + [1259]={ + nodes={ + [1]=632 + }, + orbits={ + [1]=0 + }, + x=10657.31, + y=-5268.96 + }, + [1260]={ + nodes={ + [1]=48773 + }, + orbits={ + [1]=0 + }, + x=10682.01, + y=1152.07 + }, + [1261]={ + nodes={ + [1]=34612, + [2]=25992, + [3]=60764, + [4]=11526, + [5]=31055, + [6]=44141, + [7]=7651, + [8]=21788, + [9]=21112, + [10]=8573, + [11]=25586 + }, + orbits={ + [1]=2, + [2]=3, + [3]=4, + [4]=5, + [5]=6 + }, + x=10682.25, + y=4548.52 + }, + [1262]={ + nodes={ + [1]=39495 + }, + orbits={ + [1]=0 + }, + x=10685.17, + y=2214.28 + }, + [1263]={ + nodes={ + [1]=2361, + [2]=37514, + [3]=31449, + [4]=9444, + [5]=52399, + [6]=2113, + [7]=34316, + [8]=61632, + [9]=4536, + [10]=11598, + [11]=44516 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3, + [4]=5, + [5]=6 + }, + x=10687.96, + y=-3515.65 + }, + [1264]={ + nodes={ + [1]=14267 + }, + orbits={ + [1]=0 + }, + x=10699.04, + y=-1058.34 + }, + [1265]={ + nodes={ + [1]=28638 + }, + orbits={ + [1]=0 + }, + x=10703.99, + y=-3595.77 + }, + [1266]={ + nodes={ + [1]=64700 + }, + orbits={ + [1]=0 + }, + x=10769.27, + y=-4040.33 + }, + [1267]={ + nodes={ + [1]=18969 + }, + orbits={ + [1]=0 + }, + x=10793.45, + y=4578.32 + }, + [1268]={ + nodes={ + [1]=52215 + }, + orbits={ + [1]=0 + }, + x=10794.6, + y=-5031.25 + }, + [1269]={ + nodes={ + [1]=3419, + [2]=28797, + [3]=20429 + }, + orbits={ + [1]=6 + }, + x=10801.88, + y=-4373.44 + }, + [1270]={ + nodes={ + [1]=46152, + [2]=40110, + [3]=42347, + [4]=8302, + [5]=4467, + [6]=42974 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3, + [4]=7 + }, + x=10841.31, + y=-2278.35 + }, + [1271]={ + nodes={ + [1]=38993 + }, + orbits={ + [1]=0 + }, + x=10852.75, + y=5275.51 + }, + [1272]={ + nodes={ + [1]=32442 + }, + orbits={ + [1]=0 + }, + x=10878.54, + y=-4005.64 + }, + [1273]={ + nodes={ + [1]=47375 + }, + orbits={ + [1]=0 + }, + x=10936.64, + y=2799.53 + }, + [1274]={ + nodes={ + [1]=53272, + [2]=2560, + [3]=20044, + [4]=30736, + [5]=52180 + }, + orbits={ + [1]=1, + [2]=2, + [3]=3 + }, + x=10949.1, + y=3186.63 + }, + [1275]={ + nodes={ + [1]=39986 + }, + orbits={ + [1]=0 + }, + x=10961.84, + y=1686.97 + }, + [1276]={ + nodes={ + [1]=32763 + }, + orbits={ + [1]=1 + }, + x=10978.46, + y=-82.24 + }, + [1277]={ + nodes={ + [1]=46386 + }, + orbits={ + [1]=0 + }, + x=11034.67, + y=2059.92 + }, + [1278]={ + nodes={ + [1]=56366, + [2]=54058, + [3]=35755, + [4]=4423, + [5]=62001 + }, + orbits={ + [1]=0, + [2]=2, + [3]=3 + }, + x=11047.97, + y=-5335.92 + }, + [1279]={ + nodes={ + [1]=38212, + [2]=57683, + [3]=1499, + [4]=33830, + [5]=35031 + }, + orbits={ + [1]=0, + [2]=2 + }, + x=11095.74, + y=-797.85 + }, + [1280]={ + nodes={ + [1]=41873, + [2]=55995, + [3]=57970, + [4]=21537 + }, + orbits={ + [1]=2 + }, + x=11095.79, + y=1294.1 + }, + [1281]={ + nodes={ + [1]=328 + }, + orbits={ + [1]=0 + }, + x=11202.42, + y=4037.83 + }, + [1282]={ + nodes={ + [1]=63618 + }, + orbits={ + [1]=0 + }, + x=11220.21, + y=2726.27 + }, + [1283]={ + nodes={ + [1]=28976 + }, + orbits={ + [1]=0 + }, + x=11230.95, + y=-1058.34 + }, + [1284]={ + nodes={ + [1]=6030, + [2]=2500, + [3]=15986, + [4]=29458, + [5]=2134, + [6]=53595, + [7]=9703, + [8]=1723, + [9]=38628 + }, + orbits={ + [1]=2, + [2]=3, + [3]=7 + }, + x=11355.41, + y=-1515.36 + }, + [1285]={ + nodes={ + [1]=38493, + [2]=38537, + [3]=13407, + [4]=39369, + [5]=55621, + [6]=2936, + [7]=23040, + [8]=54983, + [9]=51583 + }, + orbits={ + [1]=0, + [2]=2, + [3]=4, + [4]=7 + }, + x=11355.97, + y=617.13 + }, + [1286]={ + nodes={ + [1]=37971 + }, + orbits={ + [1]=0 + }, + x=11357.96, + y=2464.74 + }, + [1287]={ + nodes={ + [1]=57933 + }, + orbits={ + [1]=0 + }, + x=11400.1, + y=2082.53 + }, + [1288]={ + nodes={ + [1]=23374 + }, + orbits={ + [1]=0 + }, + x=11480.79, + y=-1058.34 + }, + [1289]={ + nodes={ + [1]=16150 + }, + orbits={ + [1]=0 + }, + x=11701.67, + y=2252.05 + }, + [1290]={ + nodes={ + [1]=47443 + }, + orbits={ + [1]=0 + }, + x=11749.41, + y=2652.83 + }, + [1292]={ + nodes={ + [1]=44699 + }, + orbits={ + [1]=0 + }, + x=11976.97, + y=2414.32 + }, + [1293]={ + nodes={ + [1]=60992 + }, + orbits={ + [1]=0 + }, + x=12115.79, + y=2887.16 + }, + [1294]={ + nodes={ + [1]=10315 + }, + orbits={ + [1]=0 + }, + x=12269.2, + y=2545.82 + }, + [1298]={ + nodes={ + [1]=5817 + }, + orbits={ + [1]=0 + }, + x=14643.705447595, + y=4122.3692767426 + }, + [1299]={ + nodes={ + [1]=12033, + [2]=42416, + [3]=46854, + [4]=61461, + [5]=3987, + [6]=24295, + [7]=49165, + [8]=39723, + [9]=46990 + }, + orbits={ + [1]=2, + [2]=3, + [3]=5, + [4]=6, + [5]=8, + [6]=9 + }, + x=14732.655447595, + y=3133.8292767426 + }, + [1300]={ + nodes={ + [1]=59913 + }, + orbits={ + [1]=0 + }, + x=14824.475447595, + y=3672.6892767426 + }, + [1301]={ + nodes={ + [1]=29871 + }, + orbits={ + [1]=0 + }, + x=14926.725447595, + y=4046.5392767426 + }, + [1302]={ + nodes={ + [1]=8143, + [2]=65173, + [3]=7621, + [4]=23587, + [5]=64031, + [6]=63713, + [7]=52448, + [8]=12876, + [9]=63236, + [10]=23415, + [11]=13065, + [12]=16100, + [13]=17268, + [14]=25434, + [15]=55611, + [16]=29133, + [17]=57181, + [18]=44357, + [19]=27686, + [20]=9994 + }, + orbits={ + [1]=3, + [2]=4, + [3]=5, + [4]=6, + [5]=8, + [6]=9 + }, + x=12212.651368575, + y=-8816.1424166522 + }, + [1303]={ + nodes={ + [1]=59542 + }, + orbits={ + [1]=0 + }, + x=15190.995447595, + y=3501.3292767426 + }, + [1304]={ + nodes={ + [1]=30 + }, + orbits={ + [1]=0 + }, + x=15209.745447595, + y=3970.6992767426 + }, + [1305]={ + nodes={ + [1]=24226 + }, + orbits={ + [1]=0 + }, + x=15243.715447595, + y=2945.4892767426 + }, + [1306]={ + nodes={ + [1]=41875 + }, + orbits={ + [1]=0 + }, + x=15284.515447595, + y=3338.3292767426 + }, + [1308]={ + nodes={ + [1]=23508 + }, + orbits={ + [1]=0 + }, + x=15636.495447595, + y=2455.5992767426 + }, + [1309]={ + nodes={ + [1]=35801 + }, + orbits={ + [1]=0 + }, + x=15688.385447595, + y=2743.9592767426 + }, + [1310]={ + nodes={ + [1]=61991, + [2]=24868, + [3]=13675, + [4]=29074, + [5]=14508, + [6]=61804, + [7]=33736, + [8]=9798, + [9]=1583 + }, + orbits={ + [1]=9, + [2]=8 + }, + x=13760.369129099, + y=6126.7392232732 + }, + [1311]={ + nodes={ + [1]=37336 + }, + orbits={ + [1]=0 + }, + x=15741.455447595, + y=3032.1192767426 + }, + [1312]={ + nodes={ + [1]=38004 + }, + orbits={ + [1]=0 + }, + x=14264.079129099, + y=5672.2392232732 + }, + [1313]={ + nodes={ + [1]=9710 + }, + orbits={ + [1]=0 + }, + x=14264.079129099, + y=5793.2392232732 + }, + [1314]={ + nodes={ + [1]=18940 + }, + orbits={ + [1]=0 + }, + x=14368.879129099, + y=5611.7392232732 + }, + [1315]={ + nodes={ + [1]=57141 + }, + orbits={ + [1]=0 + }, + x=14368.879129099, + y=5732.7392232732 + }, + [1316]={ + nodes={ + [1]=49503 + }, + orbits={ + [1]=0 + }, + x=14368.879129099, + y=6232.4292232732 + }, + [1317]={ + nodes={ + [1]=56618 + }, + orbits={ + [1]=0 + }, + x=14473.669129099, + y=5670.8392232732 + }, + [1318]={ + nodes={ + [1]=58379 + }, + orbits={ + [1]=0 + }, + x=14473.669129099, + y=5793.2392232732 + }, + [1319]={ + nodes={ + [1]=16 + }, + orbits={ + [1]=0 + }, + x=14650.509129099, + y=6232.4292232732 + }, + [1320]={ + nodes={ + [1]=41619 + }, + orbits={ + [1]=0 + }, + x=14714.469129099, + y=5993.7692232732 + }, + [1321]={ + nodes={ + [1]=12795 + }, + orbits={ + [1]=0 + }, + x=14798.739129099, + y=6292.9292232732 + }, + [1322]={ + nodes={ + [1]=4495 + }, + orbits={ + [1]=0 + }, + x=14903.519129099, + y=6111.4292232732 + }, + [1323]={ + nodes={ + [1]=16433 + }, + orbits={ + [1]=0 + }, + x=14903.519129099, + y=6232.4292232732 + }, + [1324]={ + nodes={ + [1]=12183 + }, + orbits={ + [1]=0 + }, + x=14903.519129099, + y=6507.6792232732 + }, + [1325]={ + nodes={ + [1]=40 + }, + orbits={ + [1]=0 + }, + x=14907.279129099, + y=5520.5392232732 + }, + [1326]={ + nodes={ + [1]=39292 + }, + orbits={ + [1]=0 + }, + x=14907.279129099, + y=5852.7392232732 + }, + [1327]={ + nodes={ + [1]=57253 + }, + orbits={ + [1]=0 + }, + x=15008.309129099, + y=6292.9292232732 + }, + [1328]={ + nodes={ + [1]=46454 + }, + orbits={ + [1]=0 + }, + x=15091.689129099, + y=5987.7692232732 + }, + [1329]={ + nodes={ + [1]=36676 + }, + orbits={ + [1]=0 + }, + x=15157.239129099, + y=6232.4292232732 + }, + [1330]={ + nodes={ + [1]=35187 + }, + orbits={ + [1]=0 + }, + x=10878.231878907, + y=8852.0148773633 + }, + [1331]={ + nodes={ + [1]=18826, + [2]=3781, + [3]=25781, + [4]=59759, + [5]=50098, + [6]=52395, + [7]=41076, + [8]=31116, + [9]=34817, + [10]=17923, + [11]=47344, + [12]=36788, + [13]=24475, + [14]=1347, + [15]=11771, + [16]=25779, + [17]=25885, + [18]=32771, + [19]=74 + }, + orbits={ + [1]=6, + [2]=8, + [3]=9, + [4]=5 + }, + x=13778.603226356, + y=-6086.5553760382 + }, + [1332]={ + nodes={ + [1]=41008 + }, + orbits={ + [1]=0 + }, + x=11213.041878907, + y=9088.1648773633 + }, + [1333]={ + nodes={ + [1]=664 + }, + orbits={ + [1]=0 + }, + x=14136.753226356, + y=-5560.5553760382 + }, + [1334]={ + nodes={ + [1]=42441 + }, + orbits={ + [1]=0 + }, + x=11283.081878907, + y=8817.4448773633 + }, + [1335]={ + nodes={ + [1]=26283 + }, + orbits={ + [1]=0 + }, + x=14243.173226356, + y=-5742.2253760382 + }, + [1336]={ + nodes={ + [1]=43095 + }, + orbits={ + [1]=0 + }, + x=11445.231878907, + y=9003.9248773633 + }, + [1337]={ + nodes={ + [1]=56331 + }, + orbits={ + [1]=0 + }, + x=14346.533226356, + y=-5559.1953760382 + }, + [1338]={ + nodes={ + [1]=528 + }, + orbits={ + [1]=0 + }, + x=11679.661878907, + y=9289.3848773633 + }, + [1339]={ + nodes={ + [1]=19233 + }, + orbits={ + [1]=0 + }, + x=11789.201878907, + y=8880.5948773633 + }, + [1341]={ + nodes={ + [1]=55796 + }, + orbits={ + [1]=0 + }, + x=12012.221878907, + y=9155.8648773633 + }, + [1342]={ + nodes={ + [1]=9294 + }, + orbits={ + [1]=0 + }, + x=12196.001878907, + y=9508.1448773633 + }, + [1343]={ + nodes={ + [1]=7979 + }, + orbits={ + [1]=0 + }, + x=12346.891878907, + y=8942.2848773633 + }, + [1344]={ + nodes={ + [1]=46071 + }, + orbits={ + [1]=0 + }, + x=12553.001878907, + y=9508.1448773633 + }, + [1345]={ + nodes={ + [1]=35033 + }, + orbits={ + [1]=0 + }, + x=12579.271878907, + y=9307.8048773633 + }, + [1346]={ + nodes={ + [1]=60662 + }, + orbits={ + [1]=0 + }, + x=12656.701878907, + y=9121.1448773633 + }, + [1347]={ + nodes={ + [1]=41736 + }, + orbits={ + [1]=6 + }, + x=12733.741878907, + y=8914.8848773633 + }, + [1348]={ + nodes={ + [1]=2702 + }, + orbits={ + [1]=0 + }, + x=13055.401878907, + y=9001.4348773633 + }, + [1349]={ + nodes={ + [1]=7068 + }, + orbits={ + [1]=0 + }, + x=8823.6279844367, + y=11438.579690856 + }, + [1350]={ + nodes={ + [1]=3065 + }, + orbits={ + [1]=0 + }, + x=13233.081878907, + y=8650.9648773633 + }, + [1351]={ + nodes={ + [1]=63254 + }, + orbits={ + [1]=0 + }, + x=13327.001878907, + y=9001.4348773633 + }, + [1352]={ + nodes={ + [1]=6109 + }, + orbits={ + [1]=0 + }, + x=13327.001878907, + y=9231.6648773633 + }, + [1353]={ + nodes={ + [1]=47312 + }, + orbits={ + [1]=0 + }, + x=13420.881878907, + y=8651.0748773633 + }, + [1354]={ + nodes={ + [1]=3223 + }, + orbits={ + [1]=0 + }, + x=9206.2079844367, + y=11773.609690856 + }, + [1355]={ + nodes={ + [1]=5563 + }, + orbits={ + [1]=0 + }, + x=13588.681878907, + y=9001.4348773633 + }, + [1356]={ + nodes={ + [1]=34785 + }, + orbits={ + [1]=0 + }, + x=9758.5079844367, + y=11846.839690856 + }, + [1357]={ + nodes={ + [1]=18280 + }, + orbits={ + [1]=0 + }, + x=10254.417984437, + y=10950.119690856 + }, + [1358]={ + nodes={ + [1]=62804 + }, + orbits={ + [1]=0 + }, + x=10474.067984437, + y=11367.969690856 + }, + [1359]={ + nodes={ + [1]=17058 + }, + orbits={ + [1]=0 + }, + x=10489.507984437, + y=11589.839690856 + }, + [1360]={ + nodes={ + [1]=42017 + }, + orbits={ + [1]=0 + }, + x=10489.507984437, + y=11846.839690856 + }, + [1361]={ + nodes={ + [1]=58574 + }, + orbits={ + [1]=0 + }, + x=10489.507984437, + y=12103.839690856 + }, + [1362]={ + nodes={ + [1]=37972 + }, + orbits={ + [1]=0 + }, + x=10556.217984437, + y=10992.449690856 + }, + [1363]={ + nodes={ + [1]=36365 + }, + orbits={ + [1]=6 + }, + x=10628.187984437, + y=11253.579690856 + }, + [1364]={ + nodes={ + [1]=4891 + }, + orbits={ + [1]=0 + }, + x=10790.307984437, + y=11138.679690856 + }, + [1365]={ + nodes={ + [1]=58149 + }, + orbits={ + [1]=0 + }, + x=10833.607984437, + y=11502.599690856 + }, + [1366]={ + nodes={ + [1]=37046 + }, + orbits={ + [1]=0 + }, + x=10882.567984437, + y=10389.599690856 + }, + [1367]={ + nodes={ + [1]=60859 + }, + orbits={ + [1]=0 + }, + x=11014.257984437, + y=11378.549690856 + }, + [1368]={ + nodes={ + [1]=30233 + }, + orbits={ + [1]=0 + }, + x=11055.727984437, + y=10974.529690856 + }, + [1369]={ + nodes={ + [1]=22661 + }, + orbits={ + [1]=0 + }, + x=11191.087984437, + y=11318.509690856 + }, + [1370]={ + nodes={ + [1]=11776 + }, + orbits={ + [1]=0 + }, + x=11336.817984437, + y=10919.449690856 + } + }, + jewelSlots={ + [1]=26725, + [2]=36634, + [3]=33989, + [4]=41263, + [5]=60735, + [6]=61834, + [7]=31683, + [8]=28475, + [9]=6230, + [10]=48768, + [11]=34483, + [12]=7960, + [13]=46882, + [14]=55190, + [15]=61419, + [16]=2491, + [17]=54127, + [18]=32763, + [19]=26196, + [20]=33631, + [21]=21984, + [22]=59740, + [23]=63132, + [24]=36044, + [25]=17788 + }, + ["max_x"]=23267.825320642, + ["max_y"]=23749.535199651, + ["min_x"]=-23185.06380285, + ["min_y"]=-23534.129135817, + nodes={ + [4]={ + connections={ + [1]={ + id=11578, + orbit=0 + } + }, + group=861, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=4, + stats={ + [1]="15% increased chance to Shock" + } + }, + [16]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=41619, + orbit=7 + } + }, + group=1319, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Life Flask Charges", + orbit=0, + orbitIndex=0, + skill=16, + stats={ + [1]="20% increased Life Flask Charges gained" + } + }, + [30]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=29871, + orbit=0 + } + }, + group=1304, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeTailwind.dds", + isNotable=true, + name="Gathering Winds", + orbit=0, + orbitIndex=0, + skill=30, + stats={ + [1]="Gain Tailwind on Skill use", + [2]="Lose all Tailwind when Hit" + } + }, + [40]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1325, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEvasionDmgReducVsElementalDmg.dds", + isNotable=true, + name="Sustainable Practices", + orbit=0, + orbitIndex=0, + skill=40, + stats={ + [1]="50% of Evasion Rating also grants Elemental Damage reduction" + } + }, + [52]={ + connections={ + [1]={ + id=39131, + orbit=0 + } + }, + group=113, + icon="Art/2DArt/SkillIcons/passives/liferegentoenergyshield.dds", + isKeystone=true, + name="Zealot's Oath", + orbit=0, + orbitIndex=0, + skill=52, + stats={ + [1]="Excess Life Recovery from Regeneration is applied to Energy Shield", + [2]="Energy Shield does not Recharge" + } + }, + [55]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern", + connections={ + }, + group=928, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + isNotable=true, + name="Fast Acting Toxins", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Isolation" + }, + skill=55, + stats={ + [1]="Damaging Ailments deal damage 12% faster" + } + }, + [59]={ + ascendancyName="Lich", + connections={ + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichApplyAdditionalCurses.dds", + isNotable=true, + isSwitchable=true, + name="Incessant Cacophony", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich" + } + }, + orbit=8, + orbitIndex=50, + skill=59, + stats={ + [1]="Curses you inflict have infinite Duration", + [2]="You can apply an additional Curse" + } + }, + [60]={ + connections={ + [1]={ + id=58426, + orbit=0 + } + }, + group=1202, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Chance", + orbit=2, + orbitIndex=13, + skill=60, + stats={ + [1]="5% chance to Blind Enemies on Hit" + } + }, + [74]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=17923, + orbit=0 + }, + [2]={ + id=24475, + orbit=-9 + }, + [3]={ + id=36788, + orbit=0 + }, + [4]={ + id=25779, + orbit=0 + }, + [5]={ + id=1347, + orbit=-8 + }, + [6]={ + id=25885, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Acolyte of Chayula", + orbit=9, + orbitIndex=24, + skill=74, + stats={ + } + }, + [94]={ + connections={ + [1]={ + id=27234, + orbit=0 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Efficient Killing", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Paranoia" + }, + skill=94, + stats={ + [1]="15% increased Mana Regeneration Rate", + [2]="Recover 2% of maximum Mana on Kill" + } + }, + [95]={ + connections={ + [1]={ + id=8737, + orbit=0 + } + }, + group=164, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=0, + orbitIndex=0, + skill=95, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [97]={ + connections={ + [1]={ + id=52442, + orbit=0 + } + }, + group=639, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=0, + skill=97, + stats={ + [1]="3% increased Attack Speed" + } + }, + [110]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=11, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus10.dds", + isNotable=true, + name="Internal Layer", + orbit=0, + orbitIndex=0, + skill=110, + stats={ + [1]="Body Armour grants Hits against you have 50% reduced Critical Damage Bonus" + } + }, + [116]={ + connections={ + [1]={ + id=44359, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Insightfulness", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Fear" + }, + skill=116, + stats={ + [1]="18% increased maximum Energy Shield", + [2]="12% increased Mana Regeneration Rate", + [3]="6% increased Intelligence" + } + }, + [144]={ + connections={ + [1]={ + id=26598, + orbit=0 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Freeze Buildup", + orbit=5, + orbitIndex=12, + skill=144, + stats={ + [1]="10% increased Freeze Buildup", + [2]="8% increased Elemental Damage" + } + }, + [151]={ + connections={ + [1]={ + id=34747, + orbit=0 + } + }, + group=463, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=5, + skill=151, + stats={ + [1]="16% increased Accuracy Rating at Close Range" + } + }, + [178]={ + connections={ + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=5, + orbitIndex=30, + skill=178, + stats={ + [1]="8% increased Reservation Efficiency of Herald Skills" + } + }, + [229]={ + connections={ + [1]={ + id=46365, + orbit=0 + } + }, + group=506, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Life", + orbit=2, + orbitIndex=6, + skill=229, + stats={ + [1]="Minions have 6% increased maximum Life", + [2]="Minions deal 6% increased Damage" + } + }, + [244]={ + connections={ + [1]={ + id=52354, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Damage", + orbit=4, + orbitIndex=66, + skill=244, + stats={ + [1]="16% increased Attack Damage against Rare or Unique Enemies" + } + }, + [256]={ + connections={ + [1]={ + id=13694, + orbit=-7 + } + }, + group=323, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Effect", + orbit=2, + orbitIndex=1, + skill=256, + stats={ + [1]="Link Skills have 10% increased Buff Effect" + } + }, + [259]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=402, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=259, + stats={ + } + }, + [292]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=357, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=292, + stats={ + } + }, + [315]={ + connections={ + [1]={ + id=33216, + orbit=0 + } + }, + group=580, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Duration", + orbit=0, + orbitIndex=0, + skill=315, + stats={ + [1]="10% increased Bleeding Duration" + } + }, + [326]={ + connections={ + [1]={ + id=31449, + orbit=0 + } + }, + group=1256, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Critical Chance", + orbit=0, + orbitIndex=0, + skill=326, + stats={ + [1]="12% increased Critical Hit Chance with Quarterstaves" + } + }, + [327]={ + connections={ + [1]={ + id=9652, + orbit=0 + } + }, + group=1115, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Evasion", + orbit=2, + orbitIndex=12, + skill=327, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [328]={ + connections={ + [1]={ + id=25992, + orbit=0 + }, + [2]={ + id=60764, + orbit=0 + }, + [3]={ + id=21112, + orbit=0 + } + }, + group=1281, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Accuracy Rating", + orbit=0, + orbitIndex=0, + skill=328, + stats={ + [1]="10% increased Accuracy Rating with Bows" + } + }, + [331]={ + connections={ + [1]={ + id=42103, + orbit=2 + } + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection and Evasion", + orbit=2, + orbitIndex=3, + skill=331, + stats={ + [1]="8% increased Evasion Rating", + [2]="Gain Deflection Rating equal to 3% of Evasion Rating" + } + }, + [336]={ + connections={ + [1]={ + id=4806, + orbit=-3 + } + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Storm Swell", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Suffering" + }, + skill=336, + stats={ + [1]="Damage Penetrates 15% Cold Resistance", + [2]="Damage Penetrates 8% Lightning Resistance" + } + }, + [338]={ + connections={ + [1]={ + id=20140, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Invocated Limit", + orbit=1, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Greed" + }, + skill=338, + stats={ + [1]="Invocated skills have 30% increased Maximum Energy" + } + }, + [354]={ + connections={ + [1]={ + id=48429, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Cooldown Recovery Rate", + orbit=3, + orbitIndex=16, + skill=354, + stats={ + [1]="15% increased Cooldown Recovery Rate for Grenade Skills" + } + }, + [364]={ + connections={ + [1]={ + id=2847, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=2, + orbitIndex=4, + skill=364, + stats={ + [1]="+3 to all Attributes" + } + }, + [372]={ + connections={ + [1]={ + id=54340, + orbit=0 + } + }, + group=282, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Heatproof", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Greed" + }, + skill=372, + stats={ + [1]="+30% of Armour also applies to Fire Damage", + [2]="30% reduced Magnitude of Ignite on you" + } + }, + [375]={ + connections={ + [1]={ + id=12276, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Damage", + orbit=7, + orbitIndex=17, + skill=375, + stats={ + [1]="15% increased Damage with Maces" + } + }, + [419]={ + connections={ + [1]={ + id=63400, + orbit=-7 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + name="Non-Damaging Ailment Magnitude", + orbit=2, + orbitIndex=12, + skill=419, + stats={ + [1]="10% increased Magnitude of Non-Damaging Ailments you inflict" + } + }, + [440]={ + connections={ + [1]={ + id=6133, + orbit=-5 + } + }, + group=71, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Defences", + orbit=0, + orbitIndex=0, + skill=440, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [472]={ + connections={ + [1]={ + id=3744, + orbit=0 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=7, + orbitIndex=20, + skill=472, + stats={ + [1]="+8 to Dexterity" + } + }, + [506]={ + connections={ + [1]={ + id=6416, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=14, + skill=506, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [511]={ + connections={ + [1]={ + id=49734, + orbit=0 + } + }, + group=155, + icon="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds", + name="Attack and Spell Damage", + orbit=7, + orbitIndex=8, + skill=511, + stats={ + [1]="8% increased Spell Damage", + [2]="8% increased Attack Damage" + } + }, + [516]={ + connections={ + [1]={ + id=47157, + orbit=4 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=16, + skill=516, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies further than 6m" + } + }, + [517]={ + connections={ + [1]={ + id=39037, + orbit=6 + }, + [2]={ + id=61027, + orbit=9 + } + }, + group=664, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=0, + orbitIndex=0, + skill=517, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [526]={ + connections={ + [1]={ + id=2645, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Stun Buildup", + orbit=4, + orbitIndex=4, + skill=526, + stats={ + [1]="18% increased Stun Buildup with Maces" + } + }, + [528]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=41008, + orbit=0 + } + }, + group=1338, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Accuracy", + orbit=0, + orbitIndex=0, + skill=528, + stats={ + [1]="12% increased Accuracy Rating" + } + }, + [535]={ + connections={ + [1]={ + id=34621, + orbit=0 + } + }, + group=996, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=535, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [558]={ + connections={ + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=4, + skill=558, + stats={ + [1]="12% increased Fire Damage" + } + }, + [630]={ + connections={ + [1]={ + id=13419, + orbit=0 + } + }, + group=887, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=1, + orbitIndex=4, + skill=630, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [632]={ + connections={ + [1]={ + id=56366, + orbit=0 + } + }, + group=1259, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Speed", + orbit=0, + orbitIndex=0, + skill=632, + stats={ + [1]="3% increased Attack Speed with Daggers" + } + }, + [664]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1333, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachFlameDoubles.dds", + isMultipleChoiceOption=true, + name="Choice of Power", + orbit=0, + orbitIndex=0, + skill=664, + stats={ + [1]="All Flames of Chayula that you manifest are Purple" + } + }, + [703]={ + connections={ + [1]={ + id=44917, + orbit=-3 + } + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun Threshold from Energy Shield", + orbit=1, + orbitIndex=2, + skill=703, + stats={ + [1]="Gain additional Stun Threshold equal to 12% of maximum Energy Shield" + } + }, + [722]={ + connections={ + [1]={ + id=3419, + orbit=0 + }, + [2]={ + id=15775, + orbit=0 + } + }, + group=1228, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=722, + stats={ + [1]="+5 to any Attribute" + } + }, + [750]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=6952, + orbit=0 + } + }, + group=69, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Tribal Fury", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Isolation" + }, + skill=750, + stats={ + [1]="Strikes deal Splash damage to targets within 1.5 metres" + } + }, + [752]={ + connections={ + [1]={ + id=47420, + orbit=0 + } + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Duration", + orbit=2, + orbitIndex=9, + skill=752, + stats={ + [1]="Minions deal 6% increased Damage", + [2]="6% increased Minion Duration" + } + }, + [762]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=1988, + orbit=0 + } + }, + group=303, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Minion Damage", + orbit=0, + orbitIndex=0, + skill=762, + stats={ + [1]="Minions deal 20% increased Damage" + } + }, + [770]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=10694, + orbit=-7 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Mana", + orbit=6, + orbitIndex=7, + skill=770, + stats={ + [1]="3% increased maximum Mana" + } + }, + [857]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=857, + stats={ + } + }, + [858]={ + connections={ + [1]={ + id=58387, + orbit=5 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=5, + orbitIndex=18, + skill=858, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [904]={ + connections={ + [1]={ + id=28578, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=4, + skill=904, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [917]={ + connections={ + [1]={ + id=65160, + orbit=0 + } + }, + group=99, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=3, + orbitIndex=10, + skill=917, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [934]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern", + connections={ + [1]={ + id=12526, + orbit=-4 + } + }, + group=615, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + isNotable=true, + name="Natural Immunity", + orbit=4, + orbitIndex=63, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Paranoia" + }, + skill=934, + stats={ + [1]="+4 to Ailment Threshold per Dexterity" + } + }, + [968]={ + connections={ + [1]={ + id=6752, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage and Area", + orbit=3, + orbitIndex=3, + skill=968, + stats={ + [1]="6% increased Fire Damage", + [2]="5% increased Area of Effect" + } + }, + [989]={ + connections={ + [1]={ + id=26416, + orbit=0 + } + }, + group=214, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=20, + skill=989, + stats={ + [1]="15% increased Life Recovery from Flasks" + } + }, + [1019]={ + connections={ + [1]={ + id=45037, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=0, + orbitIndex=0, + skill=1019, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [1020]={ + connections={ + [1]={ + id=54631, + orbit=0 + } + }, + group=1129, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Quiver Effect", + orbit=7, + orbitIndex=3, + skill=1020, + stats={ + [1]="6% increased bonuses gained from Equipped Quiver" + } + }, + [1087]={ + connections={ + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Shockwaves", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Ire" + }, + skill=1087, + stats={ + [1]="25% increased Area of Effect if you've Stunned an Enemy with a Two Handed Melee Weapon Recently" + } + }, + [1091]={ + connections={ + [1]={ + id=13333, + orbit=7 + }, + [2]={ + id=48699, + orbit=0 + } + }, + group=575, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Chill Effect on You", + orbit=2, + orbitIndex=0, + skill=1091, + stats={ + [1]="10% reduced Effect of Chill on you" + } + }, + [1104]={ + connections={ + [1]={ + id=56876, + orbit=0 + } + }, + group=958, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + isNotable=true, + name="Lust for Power", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Guilt" + }, + skill=1104, + stats={ + [1]="10% chance when you gain a Power Charge to gain an additional Power Charge", + [2]="+1 to Maximum Power Charges" + } + }, + [1130]={ + connections={ + [1]={ + id=29611, + orbit=0 + } + }, + group=72, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Damage", + orbit=0, + orbitIndex=0, + skill=1130, + stats={ + [1]="10% increased Damage with Flails" + } + }, + [1140]={ + connections={ + [1]={ + id=15507, + orbit=0 + } + }, + group=737, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=22, + skill=1140, + stats={ + [1]="+5 to any Attribute" + } + }, + [1143]={ + connections={ + [1]={ + id=58170, + orbit=0 + }, + [2]={ + id=50084, + orbit=0 + } + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + isSwitchable=true, + name="Spell Critical Damage", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + id=2353, + name="Area of Effect", + stats={ + [1]="8% increased Area of Effect" + } + } + }, + orbit=2, + orbitIndex=5, + skill=1143, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [1151]={ + connections={ + [1]={ + id=4113, + orbit=0 + } + }, + group=671, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=7, + orbitIndex=8, + skill=1151, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [1169]={ + connections={ + [1]={ + id=25031, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Urgent Call", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Suffering" + }, + skill=1169, + stats={ + [1]="Recover 2% of maximum Life and Mana when you use a Warcry", + [2]="24% increased Warcry Speed", + [3]="18% increased Warcry Cooldown Recovery Rate" + } + }, + [1170]={ + connections={ + [1]={ + id=58295, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=3, + orbitIndex=22, + skill=1170, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [1200]={ + connections={ + [1]={ + id=53822, + orbit=-5 + }, + [2]={ + id=55190, + orbit=0 + }, + [3]={ + id=62313, + orbit=0 + } + }, + group=67, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=36, + skill=1200, + stats={ + [1]="+5 to any Attribute" + } + }, + [1207]={ + connections={ + [1]={ + id=38323, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=69, + skill=1207, + stats={ + [1]="+5 to any Attribute" + } + }, + [1214]={ + connections={ + [1]={ + id=53823, + orbit=-4 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block and Shield Defences", + orbit=7, + orbitIndex=21, + skill=1214, + stats={ + [1]="4% increased Block chance", + [2]="15% increased Defences from Equipped Shield" + } + }, + [1215]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern", + connections={ + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Evasion and Energy Shield Mastery", + orbit=1, + orbitIndex=5, + skill=1215, + stats={ + } + }, + [1218]={ + connections={ + [1]={ + id=14945, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=18, + skill=1218, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [1220]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=542, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=0, + orbitIndex=0, + skill=1220, + stats={ + } + }, + [1286]={ + connections={ + [1]={ + id=17903, + orbit=-7 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns", + orbit=7, + orbitIndex=12, + skill=1286, + stats={ + [1]="16% increased Thorns damage" + } + }, + [1347]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=50098, + orbit=7 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Skill Speed", + orbit=6, + orbitIndex=12, + skill=1347, + stats={ + [1]="4% increased Skill Speed" + } + }, + [1352]={ + connections={ + [1]={ + id=53216, + orbit=0 + } + }, + group=189, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Unbending", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Paranoia" + }, + skill=1352, + stats={ + [1]="3% increased maximum Life", + [2]="10% increased Stun Threshold for each time you've been Hit by an Enemy Recently, up to 100%" + } + }, + [1416]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1164, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=1416, + stats={ + } + }, + [1433]={ + connections={ + [1]={ + id=31238, + orbit=0 + }, + [2]={ + id=48530, + orbit=0 + } + }, + group=435, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=56, + skill=1433, + stats={ + [1]="+5 to any Attribute" + } + }, + [1442]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=53108, + orbit=0 + } + }, + group=411, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Attributes", + orbit=0, + orbitIndex=0, + skill=1442, + stats={ + [1]="3% increased Attributes" + } + }, + [1447]={ + connections={ + [1]={ + id=22393, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=14, + skill=1447, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [1459]={ + connections={ + [1]={ + id=47252, + orbit=0 + } + }, + group=151, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=12, + skill=1459, + stats={ + [1]="16% increased Mana Regeneration Rate while stationary" + } + }, + [1468]={ + connections={ + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=6, + skill=1468, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [1477]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + [1]={ + id=11037, + orbit=0 + } + }, + group=662, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=0, + orbitIndex=0, + skill=1477, + stats={ + } + }, + [1499]={ + connections={ + [1]={ + id=33830, + orbit=-2 + } + }, + group=1279, + icon="Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=0, + skill=1499, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [1514]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=29527, + orbit=0 + } + }, + group=1179, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=1514, + stats={ + } + }, + [1543]={ + connections={ + [1]={ + id=14096, + orbit=7 + }, + [2]={ + id=59376, + orbit=0 + } + }, + group=523, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=1, + orbitIndex=0, + skill=1543, + stats={ + [1]="3% increased Cast Speed" + } + }, + [1546]={ + connections={ + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + isNotable=true, + name="Spiral into Depression", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Suffering" + }, + skill=1546, + stats={ + [1]="3% increased Movement Speed", + [2]="25% increased Armour", + [3]="25% increased maximum Energy Shield" + } + }, + [1579]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=10987, + orbit=-9 + } + }, + group=315, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=1579, + stats={ + [1]="6% increased Cooldown Recovery Rate" + } + }, + [1583]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=14508, + orbit=5 + }, + [2]={ + id=9798, + orbit=0 + }, + [3]={ + id=49503, + orbit=-5 + }, + [4]={ + id=36676, + orbit=5 + }, + [5]={ + id=12183, + orbit=0 + }, + [6]={ + id=16, + orbit=-5 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Pathfinder", + orbit=9, + orbitIndex=48, + skill=1583, + stats={ + } + }, + [1599]={ + connections={ + [1]={ + id=31286, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage and Critical Chance", + orbit=2, + orbitIndex=18, + skill=1599, + stats={ + [1]="5% increased Critical Hit Chance", + [2]="8% increased Physical Damage" + } + }, + [1603]={ + connections={ + [1]={ + id=32040, + orbit=0 + } + }, + group=971, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Storm Driven", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Isolation" + }, + skill=1603, + stats={ + [1]="15% of Elemental Damage taken Recouped as Energy Shield" + } + }, + [1631]={ + connections={ + [1]={ + id=29049, + orbit=3 + }, + [2]={ + id=14001, + orbit=-3 + } + }, + group=1080, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Duration", + orbit=2, + orbitIndex=4, + skill=1631, + stats={ + [1]="10% increased Charm Effect Duration" + } + }, + [1680]={ + connections={ + }, + group=1034, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Projectile Parry Range", + orbit=2, + orbitIndex=2, + skill=1680, + stats={ + [1]="20% increased Parry Range" + } + }, + [1700]={ + connections={ + [1]={ + id=48699, + orbit=0 + } + }, + group=575, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=2, + orbitIndex=12, + skill=1700, + stats={ + [1]="10% increased Cold Damage" + } + }, + [1723]={ + connections={ + [1]={ + id=53595, + orbit=0 + }, + [2]={ + id=2134, + orbit=0 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=3, + orbitIndex=22, + skill=1723, + stats={ + [1]="10% increased Poison Duration" + } + }, + [1755]={ + connections={ + [1]={ + id=18845, + orbit=-4 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isSwitchable=true, + name="Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=31707, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=2, + orbitIndex=17, + skill=1755, + stats={ + [1]="8% increased Spell Damage" + } + }, + [1773]={ + connections={ + [1]={ + id=51213, + orbit=4 + } + }, + group=943, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Effect and Duration", + orbit=0, + orbitIndex=0, + skill=1773, + stats={ + [1]="5% increased Magnitude of Ailments you inflict", + [2]="5% increased Duration of Damaging Ailments on Enemies" + } + }, + [1778]={ + connections={ + [1]={ + id=30408, + orbit=0 + }, + [2]={ + id=17523, + orbit=0 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Duration", + orbit=7, + orbitIndex=12, + skill=1778, + stats={ + [1]="20% increased Hazard Duration" + } + }, + [1801]={ + connections={ + [1]={ + id=60, + orbit=3 + } + }, + group=1202, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Chance", + orbit=7, + orbitIndex=5, + skill=1801, + stats={ + [1]="5% chance to Blind Enemies on Hit" + } + }, + [1823]={ + connections={ + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Illuminated Crown", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Suffering" + }, + skill=1823, + stats={ + [1]="20% increased Light Radius", + [2]="70% increased Energy Shield from Equipped Helmet" + } + }, + [1826]={ + connections={ + [1]={ + id=39037, + orbit=0 + } + }, + group=717, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=1826, + stats={ + [1]="+5 to any Attribute" + } + }, + [1841]={ + connections={ + [1]={ + id=9405, + orbit=5 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=8, + skill=1841, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [1869]={ + connections={ + [1]={ + id=27095, + orbit=-4 + } + }, + group=919, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=2, + orbitIndex=1, + skill=1869, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [1913]={ + connections={ + [1]={ + id=38646, + orbit=0 + }, + [2]={ + id=36709, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=3, + skill=1913, + stats={ + [1]="+20 to Armour" + } + }, + [1915]={ + connections={ + [1]={ + id=60085, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Critical Chance", + orbit=7, + orbitIndex=21, + skill=1915, + stats={ + [1]="10% increased Critical Hit Chance against Humanoids" + } + }, + [1922]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=51184, + orbit=0 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=1922, + stats={ + } + }, + [1928]={ + connections={ + }, + group=173, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Attack and Cast Speed", + orbit=0, + orbitIndex=0, + skill=1928, + stats={ + [1]="Minions have 5% increased Attack and Cast Speed" + } + }, + [1953]={ + connections={ + [1]={ + id=23905, + orbit=0 + } + }, + group=1004, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Effect", + orbit=0, + orbitIndex=0, + skill=1953, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [1973]={ + connections={ + [1]={ + id=8607, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flasks", + orbit=2, + orbitIndex=8, + skill=1973, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [1988]={ + ascendancyName="Tactician", + connections={ + }, + group=328, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianDeathFromAboveCommand.dds", + isNotable=true, + name="Unleash Hell!", + orbit=0, + orbitIndex=0, + skill=1988, + stats={ + [1]="Grants Skill: Supporting Fire" + } + }, + [1994]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=47097, + orbit=0 + } + }, + group=27, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Warcry Speed", + orbit=0, + orbitIndex=0, + skill=1994, + stats={ + [1]="20% increased Warcry Speed" + } + }, + [1995]={ + connections={ + }, + group=968, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Projectile Ailment Chance", + orbit=0, + orbitIndex=0, + skill=1995, + stats={ + [1]="20% increased chance to inflict Ailments with Projectiles" + } + }, + [2021]={ + connections={ + [1]={ + id=25857, + orbit=0 + } + }, + group=1215, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Wellspring", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Guilt" + }, + skill=2021, + stats={ + [1]="30% increased Mana Recovery from Flasks", + [2]="8% increased Attack and Cast Speed during Effect of any Mana Flask" + } + }, + [2071]={ + connections={ + [1]={ + id=38420, + orbit=0 + } + }, + group=426, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=2, + skill=2071, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [2091]={ + connections={ + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=4, + orbitIndex=18, + skill=2091, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [2102]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=2102, + stats={ + } + }, + [2113]={ + connections={ + [1]={ + id=326, + orbit=0 + }, + [2]={ + id=59694, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + isNotable=true, + name="Martial Artistry", + orbit=3, + orbitIndex=13, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Fear" + }, + skill=2113, + stats={ + [1]="25% increased Accuracy Rating with Quarterstaves", + [2]="25% increased Critical Damage Bonus with Quarterstaves", + [3]="+25 to Dexterity" + } + }, + [2119]={ + connections={ + [1]={ + id=53505, + orbit=0 + } + }, + group=519, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=2, + orbitIndex=0, + skill=2119, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [2128]={ + connections={ + [1]={ + id=65256, + orbit=0 + } + }, + group=1060, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Area", + orbit=0, + orbitIndex=0, + skill=2128, + stats={ + [1]="10% increased Hazard Area of Effect" + } + }, + [2134]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + [1]={ + id=9703, + orbit=0 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Toxic Tolerance", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Isolation" + }, + skill=2134, + stats={ + [1]="Immune to Poison" + } + }, + [2138]={ + connections={ + [1]={ + id=32523, + orbit=0 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Spiral into Insanity", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Envy" + }, + skill=2138, + stats={ + [1]="29% increased Chaos Damage", + [2]="20% increased Global Defences" + } + }, + [2174]={ + connections={ + [1]={ + id=19249, + orbit=4 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=4, + orbitIndex=70, + skill=2174, + stats={ + [1]="15% increased Totem Damage" + } + }, + [2200]={ + connections={ + [1]={ + id=35689, + orbit=7 + } + }, + group=1000, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds", + name="Damage", + orbit=7, + orbitIndex=20, + skill=2200, + stats={ + [1]="10% increased Damage" + } + }, + [2211]={ + connections={ + [1]={ + id=7473, + orbit=7 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=7, + orbitIndex=19, + skill=2211, + stats={ + [1]="Herald Skills deal 20% increased Damage" + } + }, + [2244]={ + connections={ + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Arcane Surge on Critical Hit", + orbit=4, + orbitIndex=45, + skill=2244, + stats={ + [1]="5% chance to Gain Arcane Surge when you deal a Critical Hit" + } + }, + [2254]={ + connections={ + [1]={ + id=60685, + orbit=0 + }, + [2]={ + id=43736, + orbit=5 + }, + [3]={ + id=14666, + orbit=6 + } + }, + group=669, + icon="Art/2DArt/SkillIcons/passives/deepwisdom.dds", + isNotable=true, + name="Pure Energy", + orbit=0, + orbitIndex=0, + skill=2254, + stats={ + [1]="30% increased maximum Energy Shield", + [2]="+10 to Intelligence" + } + }, + [2334]={ + connections={ + [1]={ + id=65091, + orbit=6 + }, + [2]={ + id=3209, + orbit=-6 + } + }, + group=1206, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=0, + orbitIndex=0, + skill=2334, + stats={ + [1]="+8 to Dexterity" + } + }, + [2335]={ + connections={ + [1]={ + id=18121, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + isNotable=true, + name="Turn the Clock Forward", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Guilt" + }, + skill=2335, + stats={ + [1]="20% increased Spell Damage" + } + }, + [2361]={ + connections={ + [1]={ + id=34316, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Stun and Knockback", + orbit=5, + orbitIndex=4, + skill=2361, + stats={ + [1]="20% increased Knockback Distance", + [2]="20% increased Stun Buildup with Quarterstaves" + } + }, + [2394]={ + connections={ + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + isNotable=true, + name="Blade Flurry", + orbit=3, + orbitIndex=9, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Despair" + }, + skill=2394, + stats={ + [1]="6% increased Attack Speed while Dual Wielding", + [2]="15% increased Attack Critical Hit Chance while Dual Wielding" + } + }, + [2397]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=529, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Last Stand", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Fear" + }, + skill=2397, + stats={ + [1]="25% increased Attack Damage if you have been Heavy Stunned Recently", + [2]="25% increased Attack Damage while you have no Life Flask uses left", + [3]="25% increased Attack Damage while Surrounded", + [4]="25% increased Attack Damage when on Low Life" + } + }, + [2408]={ + connections={ + [1]={ + id=35696, + orbit=0 + }, + [2]={ + id=35534, + orbit=0 + } + }, + group=1152, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2408, + stats={ + [1]="+5 to any Attribute" + } + }, + [2446]={ + connections={ + [1]={ + id=37164, + orbit=0 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=18, + skill=2446, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [2455]={ + connections={ + }, + group=616, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=5, + orbitIndex=11, + skill=2455, + stats={ + [1]="8% increased Projectile Damage" + } + }, + [2461]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + [1]={ + id=44605, + orbit=0 + } + }, + group=659, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupAccuracy.dds", + isOnlyImage=true, + name="Accuracy Mastery", + orbit=0, + orbitIndex=0, + skill=2461, + stats={ + } + }, + [2486]={ + connections={ + [1]={ + id=63732, + orbit=3 + }, + [2]={ + id=19341, + orbit=7 + }, + [3]={ + id=58884, + orbit=0 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Stars Aligned", + orbit=7, + orbitIndex=22, + recipe={ + [1]="Suffering", + [2]="Envy", + [3]="Isolation" + }, + skill=2486, + stats={ + [1]="Damage with Hits is Lucky against Enemies that are on Low Life" + } + }, + [2491]={ + connections={ + [1]={ + id=28175, + orbit=0 + } + }, + group=302, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=10, + skill=2491, + stats={ + } + }, + [2500]={ + connections={ + [1]={ + id=6030, + orbit=7 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=7, + orbitIndex=10, + skill=2500, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [2508]={ + connections={ + [1]={ + id=47168, + orbit=0 + }, + [2]={ + id=59425, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=18, + skill=2508, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [2511]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=419, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Sundering", + orbit=3, + orbitIndex=20, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Ire" + }, + skill=2511, + stats={ + [1]="25% increased Critical Damage Bonus for Attack Damage", + [2]="+25% to Critical Damage Bonus against Stunned Enemies" + } + }, + [2516]={ + ascendancyName="Lich", + connections={ + }, + group=1044, + icon="Art/2DArt/SkillIcons/passives/Lich/LichSpellsConsumePowerCharges.dds", + isNotable=true, + isSwitchable=true, + name="Price of Power", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichAbyssalApparition.dds", + id=11705, + name="Steward of Kulemak", + stats={ + [1]="Damaging Spells consume a Power Charge if able to trigger Abyssal Apparition" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2516, + stats={ + [1]="Spells consume a Power Charge if able to deal 40% more Damage" + } + }, + [2559]={ + connections={ + [1]={ + id=62542, + orbit=7 + } + }, + group=1158, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Charges Gained", + orbit=2, + orbitIndex=22, + skill=2559, + stats={ + [1]="10% increased Flask Charges gained" + } + }, + [2560]={ + connections={ + [1]={ + id=20044, + orbit=0 + } + }, + group=1274, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=1, + skill=2560, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [2575]={ + connections={ + [1]={ + id=65154, + orbit=0 + } + }, + group=108, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Alacrity", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Guilt" + }, + skill=2575, + stats={ + [1]="30% increased Totem Placement speed", + [2]="8% increased Attack and Cast Speed if you've summoned a Totem Recently" + } + }, + [2582]={ + connections={ + [1]={ + id=48116, + orbit=0 + }, + [2]={ + id=41861, + orbit=0 + }, + [3]={ + id=56847, + orbit=0 + } + }, + group=1247, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2582, + stats={ + [1]="+5 to any Attribute" + } + }, + [2606]={ + connections={ + [1]={ + id=47284, + orbit=0 + }, + [2]={ + id=20388, + orbit=0 + }, + [3]={ + id=15194, + orbit=0 + }, + [4]={ + id=3414, + orbit=0 + } + }, + group=472, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=1, + orbitIndex=6, + skill=2606, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [2645]={ + connections={ + [1]={ + id=14832, + orbit=0 + }, + [2]={ + id=52829, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Skullcrusher", + orbit=4, + orbitIndex=69, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Ire" + }, + skill=2645, + stats={ + [1]="20% more Damage against Heavy Stunned Enemies with Maces" + } + }, + [2672]={ + connections={ + [1]={ + id=45569, + orbit=0 + } + }, + group=228, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Spell Critical Damage", + orbit=0, + orbitIndex=0, + skill=2672, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [2702]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=3065, + orbit=7 + } + }, + group=1348, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Life Leech", + orbit=0, + orbitIndex=0, + skill=2702, + stats={ + [1]="12% increased amount of Life Leeched" + } + }, + [2732]={ + connections={ + [1]={ + id=16790, + orbit=-2 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana Cost Efficiency", + orbit=1, + orbitIndex=11, + skill=2732, + stats={ + [1]="8% increased Mana Cost Efficiency" + } + }, + [2745]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern", + connections={ + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolfNotable.dds", + isNotable=true, + name="The Noble Wolf", + orbit=1, + orbitIndex=3, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Guilt" + }, + skill=2745, + stats={ + [1]="25% increased Magnitude of Ailments you inflict against Marked Enemies", + [2]="25% increased Critical Hit Chance against Marked Enemies", + [3]="+10 to Dexterity" + } + }, + [2841]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=779, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=2841, + stats={ + } + }, + [2843]={ + connections={ + [1]={ + id=61396, + orbit=0 + }, + [2]={ + id=61318, + orbit=0 + }, + [3]={ + id=62235, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Tolerant Equipment", + orbit=5, + orbitIndex=36, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Fear" + }, + skill=2843, + stats={ + [1]="Immune to Bleeding if Equipped Helmet has higher Armour than Evasion Rating", + [2]="Immune to Poison if Equipped Helmet has higher Evasion Rating than Armour" + } + }, + [2847]={ + connections={ + [1]={ + id=45272, + orbit=0 + } + }, + group=634, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2847, + stats={ + [1]="+5 to any Attribute" + } + }, + [2857]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=7998, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/ShockAddditionalTime.dds", + isNotable=true, + name="Strike Twice", + orbit=6, + orbitIndex=66, + skill=2857, + stats={ + [1]="Targets can be affected by two of your Shocks at the same time", + [2]="25% less Magnitude of Shock you inflict" + } + }, + [2863]={ + connections={ + }, + group=160, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Perpetual Freeze", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Ire", + [3]="Isolation" + }, + skill=2863, + stats={ + [1]="15% increased Freeze Buildup", + [2]="15% increased Chill and Freeze Duration on Enemies" + } + }, + [2864]={ + connections={ + [1]={ + id=54818, + orbit=0 + }, + [2]={ + id=21468, + orbit=0 + }, + [3]={ + id=33369, + orbit=0 + }, + [4]={ + id=59480, + orbit=0 + }, + [5]={ + id=63360, + orbit=0 + }, + [6]={ + id=32564, + orbit=0 + } + }, + group=520, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2864, + stats={ + [1]="+5 to any Attribute" + } + }, + [2877]={ + ascendancyName="Lich", + connections={ + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichImprovedUnholyMight.dds", + isNotable=true, + isSwitchable=true, + name="Blackened Heart", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneOffering.dds", + id=36863, + name="Unwilling Offering", + stats={ + [1]="Your Offerings can target Enemies in Culling range", + [2]="Your Offerings affect you instead of your Minions", + [3]="Offerings created by Culling Enemies have 1% increased Effect per Power of Culled Enemy" + } + } + }, + orbit=9, + orbitIndex=104, + skill=2877, + stats={ + [1]="4% increased Magnitude of Unholy Might Buffs you grant per 100 maximum Mana" + } + }, + [2888]={ + connections={ + [1]={ + id=8827, + orbit=0 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=7, + orbitIndex=12, + skill=2888, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [2936]={ + connections={ + [1]={ + id=13407, + orbit=-3 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Damage", + orbit=7, + orbitIndex=4, + skill=2936, + stats={ + [1]="15% increased Critical Damage Bonus for Attack Damage" + } + }, + [2946]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=175, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Resistance Mastery", + orbit=1, + orbitIndex=1, + skill=2946, + stats={ + } + }, + [2964]={ + connections={ + [1]={ + id=18374, + orbit=-7 + } + }, + group=392, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns and Leech", + orbit=2, + orbitIndex=15, + skill=2964, + stats={ + [1]="8% increased amount of Life Leeched", + [2]="12% increased Thorns damage" + } + }, + [2978]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=739, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=0, + orbitIndex=0, + skill=2978, + stats={ + } + }, + [2995]={ + ascendancyName="Lich", + connections={ + [1]={ + id=2516, + orbit=4 + } + }, + group=1030, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Energy Shield if Consumed Power Charge", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=12474, + name="Energy Shield if Consumed Power Charge", + stats={ + [1]="30% increased Energy Shield if you've consumed a Power Charge Recently" + } + } + }, + orbit=0, + orbitIndex=0, + skill=2995, + stats={ + [1]="30% increased Energy Shield if you've consumed a Power Charge Recently" + } + }, + [2999]={ + connections={ + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Final Barrage", + orbit=6, + orbitIndex=25, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Disgust" + }, + skill=2999, + stats={ + [1]="20% increased Cast Speed when on Low Life", + [2]="10% reduced Cast Speed when on Full Life" + } + }, + [3025]={ + connections={ + [1]={ + id=38732, + orbit=0 + }, + [2]={ + id=36782, + orbit=0 + }, + [3]={ + id=25594, + orbit=0 + } + }, + group=672, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=3025, + stats={ + [1]="+5 to any Attribute" + } + }, + [3027]={ + connections={ + [1]={ + id=54228, + orbit=0 + } + }, + group=123, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=2, + orbitIndex=18, + skill=3027, + stats={ + [1]="10% increased Physical Damage" + } + }, + [3041]={ + connections={ + [1]={ + id=59795, + orbit=-4 + }, + [2]={ + id=858, + orbit=0 + }, + [3]={ + id=19240, + orbit=6 + } + }, + group=533, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=10, + skill=3041, + stats={ + [1]="+5 to any Attribute" + } + }, + [3042]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + [1]={ + id=51871, + orbit=0 + } + }, + group=1096, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=2, + orbitIndex=19, + skill=3042, + stats={ + } + }, + [3051]={ + connections={ + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Life", + orbit=2, + orbitIndex=0, + skill=3051, + stats={ + [1]="Offerings have 30% increased Maximum Life" + } + }, + [3065]={ + ascendancyName="Amazon", + connections={ + }, + group=1350, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonIncreasedLifeRecoveryRatePerMissingLife.dds", + isNotable=true, + name="Mystic Harvest", + orbit=0, + orbitIndex=0, + skill=3065, + stats={ + [1]="Life Leech recovers based on your Elemental damage as well as Physical damage" + } + }, + [3084]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=30996, + orbit=2147483647 + } + }, + group=397, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Reduced Attribute Requirements", + orbit=0, + orbitIndex=0, + skill=3084, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [3091]={ + connections={ + [1]={ + id=24087, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Consumption Chance", + orbit=2, + orbitIndex=8, + skill=3091, + stats={ + [1]="Skills have 5% chance to not remove Elemental Infusions but still count as consuming them" + } + }, + [3109]={ + connections={ + [1]={ + id=29514, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Area", + orbit=3, + orbitIndex=6, + skill=3109, + stats={ + [1]="10% increased Grenade Area of Effect" + } + }, + [3128]={ + connections={ + [1]={ + id=19722, + orbit=0 + } + }, + group=1069, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cast Speed with Cold Skills", + orbit=7, + orbitIndex=14, + skill=3128, + stats={ + [1]="3% increased Cast Speed with Cold Skills" + } + }, + [3131]={ + connections={ + [1]={ + id=2394, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Speed", + orbit=2, + orbitIndex=9, + skill=3131, + stats={ + [1]="3% increased Attack Speed while Dual Wielding" + } + }, + [3165]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=56162, + orbit=-4 + } + }, + group=856, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Life", + orbit=0, + orbitIndex=0, + skill=3165, + stats={ + [1]="3% increased maximum Life" + } + }, + [3170]={ + connections={ + [1]={ + id=22811, + orbit=0 + } + }, + group=1201, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds", + name="Deflection", + orbit=2, + orbitIndex=20, + skill=3170, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [3188]={ + connections={ + [1]={ + id=38670, + orbit=0 + }, + [2]={ + id=46051, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNotable1.dds", + isNotable=true, + name="Revenge", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Isolation" + }, + skill=3188, + stats={ + [1]="Gain Physical Thorns damage equal to 10% of Item Armour on Equipped Body Armour" + } + }, + [3203]={ + connections={ + [1]={ + id=30562, + orbit=-4 + } + }, + group=944, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=14, + skill=3203, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [3209]={ + connections={ + [1]={ + id=59720, + orbit=-6 + }, + [2]={ + id=65091, + orbit=4 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=16, + skill=3209, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [3215]={ + connections={ + [1]={ + id=44359, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Melding", + orbit=7, + orbitIndex=9, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Suffering" + }, + skill=3215, + stats={ + [1]="40% increased maximum Energy Shield", + [2]="10% reduced maximum Mana" + } + }, + [3218]={ + connections={ + [1]={ + id=48171, + orbit=0 + } + }, + group=176, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=17, + skill=3218, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [3223]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=7068, + orbit=-5 + }, + [2]={ + id=34785, + orbit=9 + } + }, + group=1354, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Attributes", + orbit=0, + orbitIndex=0, + skill=3223, + stats={ + [1]="3% increased Attributes" + } + }, + [3234]={ + connections={ + [1]={ + id=4447, + orbit=0 + }, + [2]={ + id=31745, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Duration", + orbit=1, + orbitIndex=8, + skill=3234, + stats={ + [1]="15% increased Pin duration" + } + }, + [3242]={ + connections={ + [1]={ + id=59636, + orbit=-4 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=16, + skill=3242, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [3245]={ + connections={ + [1]={ + id=7395, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns and Block", + orbit=2, + orbitIndex=10, + skill=3245, + stats={ + [1]="4% increased Block chance", + [2]="10% increased Thorns damage" + } + }, + [3251]={ + connections={ + [1]={ + id=21984, + orbit=0 + } + }, + group=959, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=3251, + stats={ + [1]="+5 to any Attribute" + } + }, + [3282]={ + connections={ + [1]={ + id=52860, + orbit=0 + } + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Immobilisation Buildup", + orbit=3, + orbitIndex=15, + skill=3282, + stats={ + [1]="20% increased Ballista Immobilisation buildup" + } + }, + [3332]={ + connections={ + }, + group=495, + icon="Art/2DArt/SkillIcons/passives/ColdResistNode.dds", + name="Minion Cold Resistance", + orbit=0, + orbitIndex=0, + skill=3332, + stats={ + [1]="Minions have +20% to Cold Resistance", + [2]="Minions have +3% to Maximum Cold Resistances" + } + }, + [3336]={ + connections={ + [1]={ + id=30615, + orbit=0 + } + }, + group=1216, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Critical Damage when consuming a Power Charge", + orbit=2, + orbitIndex=19, + skill=3336, + stats={ + [1]="20% increased Critical Damage Bonus if you've consumed a Power Charge Recently" + } + }, + [3339]={ + connections={ + [1]={ + id=45585, + orbit=0 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Attack Damage while Surrounded", + orbit=3, + orbitIndex=19, + skill=3339, + stats={ + [1]="25% increased Attack Damage while Surrounded" + } + }, + [3355]={ + connections={ + [1]={ + id=25211, + orbit=0 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You and Debuff Expiry Rate", + orbit=3, + orbitIndex=0, + skill=3355, + stats={ + [1]="4% reduced Slowing Potency of Debuffs on You", + [2]="Debuffs on you expire 3% faster" + } + }, + [3365]={ + connections={ + [1]={ + id=59289, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Immobilisation Buildup", + orbit=2, + orbitIndex=17, + skill=3365, + stats={ + [1]="15% increased Immobilisation buildup" + } + }, + [3414]={ + connections={ + [1]={ + id=14575, + orbit=0 + } + }, + group=486, + icon="Art/2DArt/SkillIcons/passives/LightningResistNode.dds", + name="Minion Lightning Resistance", + orbit=0, + orbitIndex=0, + skill=3414, + stats={ + [1]="Minions have +20% to Lightning Resistance" + } + }, + [3419]={ + connections={ + [1]={ + id=20429, + orbit=0 + }, + [2]={ + id=30973, + orbit=2 + } + }, + group=1269, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Damage", + orbit=6, + orbitIndex=59, + skill=3419, + stats={ + [1]="10% increased Damage with Daggers" + } + }, + [3431]={ + connections={ + [1]={ + id=43082, + orbit=0 + } + }, + group=1171, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Skill Speed", + orbit=1, + orbitIndex=6, + skill=3431, + stats={ + [1]="3% increased Skill Speed" + } + }, + [3438]={ + connections={ + [1]={ + id=18856, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Spell Damage", + orbit=3, + orbitIndex=3, + skill=3438, + stats={ + [1]="Invocated Spells deal 15% increased Damage" + } + }, + [3443]={ + connections={ + [1]={ + id=14548, + orbit=-4 + }, + [2]={ + id=63545, + orbit=-3 + }, + [3]={ + id=55180, + orbit=7 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=7, + orbitIndex=12, + skill=3443, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [3446]={ + connections={ + [1]={ + id=61938, + orbit=0 + }, + [2]={ + id=58088, + orbit=0 + } + }, + group=165, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=3446, + stats={ + [1]="+5 to any Attribute" + } + }, + [3458]={ + connections={ + [1]={ + id=45609, + orbit=-4 + } + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=23, + skill=3458, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [3463]={ + connections={ + [1]={ + id=4328, + orbit=0 + }, + [2]={ + id=26885, + orbit=0 + }, + [3]={ + id=28021, + orbit=0 + } + }, + group=1032, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=3463, + stats={ + [1]="+5 to any Attribute" + } + }, + [3472]={ + connections={ + [1]={ + id=26682, + orbit=-3 + } + }, + group=585, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Chance", + orbit=7, + orbitIndex=12, + skill=3472, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [3492]={ + connections={ + [1]={ + id=60313, + orbit=0 + }, + [2]={ + id=19112, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Void", + orbit=3, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Disgust" + }, + skill=3492, + stats={ + [1]="29% increased Chaos Damage", + [2]="Enemies you Curse have -3% to Chaos Resistance" + } + }, + [3516]={ + connections={ + [1]={ + id=62039, + orbit=0 + }, + [2]={ + id=23227, + orbit=0 + } + }, + group=487, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=0, + skill=3516, + stats={ + [1]="10% increased Melee Damage" + } + }, + [3567]={ + connections={ + [1]={ + id=53188, + orbit=0 + }, + [2]={ + id=10159, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Raw Mana", + orbit=3, + orbitIndex=16, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Isolation" + }, + skill=3567, + stats={ + [1]="8% increased maximum Mana", + [2]="10% increased Mana Cost of Skills" + } + }, + [3601]={ + connections={ + [1]={ + id=47191, + orbit=0 + } + }, + group=192, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=4, + orbitIndex=62, + skill=3601, + stats={ + [1]="12% increased Fire Damage" + } + }, + [3605]={ + ascendancyName="Chronomancer", + connections={ + }, + group=283, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsReloadCooldownsSkill.dds", + isNotable=true, + name="Unbound Encore", + orbit=0, + orbitIndex=0, + skill=3605, + stats={ + [1]="Grants Skill: Time Snap" + } + }, + [3624]={ + connections={ + [1]={ + id=18470, + orbit=0 + }, + [2]={ + id=10927, + orbit=0 + }, + [3]={ + id=16484, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=3, + orbitIndex=5, + skill=3624, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [3628]={ + connections={ + [1]={ + id=64474, + orbit=0 + }, + [2]={ + id=3251, + orbit=0 + } + }, + group=980, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=19, + skill=3628, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [3630]={ + connections={ + [1]={ + id=62624, + orbit=-5 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield Recharge", + orbit=3, + orbitIndex=18, + skill=3630, + stats={ + [1]="10% increased Evasion Rating", + [2]="10% increased Energy Shield Recharge Rate" + } + }, + [3640]={ + connections={ + [1]={ + id=37780, + orbit=2147483647 + }, + [2]={ + id=17724, + orbit=2147483647 + }, + [3]={ + id=14267, + orbit=0 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + name="Attack Damage and Combo", + orbit=3, + orbitIndex=7, + skill=3640, + stats={ + [1]="5% increased Attack Damage", + [2]="5% Chance to build an additional Combo on Hit" + } + }, + [3660]={ + connections={ + [1]={ + id=25619, + orbit=-7 + }, + [2]={ + id=57196, + orbit=0 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Chance", + orbit=3, + orbitIndex=18, + skill=3660, + stats={ + [1]="8% chance to Blind Enemies on Hit with Attacks" + } + }, + [3685]={ + connections={ + [1]={ + id=32151, + orbit=0 + } + }, + group=535, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=7, + orbitIndex=18, + skill=3685, + stats={ + [1]="+3 to all Attributes" + } + }, + [3688]={ + connections={ + [1]={ + id=47614, + orbit=-7 + }, + [2]={ + id=32509, + orbit=0 + } + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Dynamism", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Ire" + }, + skill=3688, + stats={ + [1]="40% increased Damage if you've Triggered a Skill Recently", + [2]="Meta Skills gain 15% increased Energy" + } + }, + [3698]={ + connections={ + [1]={ + id=33137, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/icongroundslam.dds", + isNotable=true, + name="Spike Pit", + orbit=2, + orbitIndex=11, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Greed" + }, + skill=3698, + stats={ + [1]="Enemies in Jagged Ground you create take 10% increased Damage" + } + }, + [3700]={ + connections={ + [1]={ + id=6842, + orbit=3 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + name="Stun and Freeze Buildup", + orbit=2, + orbitIndex=6, + skill=3700, + stats={ + [1]="15% increased Stun Buildup", + [2]="15% increased Freeze Buildup" + } + }, + [3704]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=32559, + orbit=0 + } + }, + group=211, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDrainMonsterFocus.dds", + isNotable=true, + name="Witchbane", + orbit=0, + orbitIndex=0, + skill=3704, + stats={ + [1]="Enemies have Maximum Concentration equal to 40% of their Maximum Life", + [2]="Break enemy Concentration on Hit equal to 100% of Damage Dealt", + [3]="Enemies regain 10% of Concentration every second if they haven't lost Concentration in the past 5 seconds" + } + }, + [3717]={ + connections={ + [1]={ + id=19998, + orbit=0 + }, + [2]={ + id=35653, + orbit=0 + } + }, + group=707, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Damage", + orbit=0, + orbitIndex=0, + skill=3717, + stats={ + [1]="12% increased Damage with Crossbows" + } + }, + [3744]={ + connections={ + [1]={ + id=5332, + orbit=0 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=1, + orbitIndex=10, + skill=3744, + stats={ + [1]="+8 to Dexterity" + } + }, + [3762]={ + ascendancyName="Titan", + connections={ + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsFistOfWar.dds", + isNotable=true, + name="Ancestral Empowerment", + orbit=9, + orbitIndex=125, + skill=3762, + stats={ + [1]="Every second Slam Skill you use yourself is Ancestrally Boosted" + } + }, + [3775]={ + connections={ + [1]={ + id=45244, + orbit=0 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charges", + orbit=2, + orbitIndex=12, + skill=3775, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [3781]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaUnravelling.dds", + isNotable=true, + name="Unravelling", + orbit=9, + orbitIndex=136, + skill=3781, + stats={ + [1]="Grants Unravelling" + } + }, + [3823]={ + connections={ + [1]={ + id=5726, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + isSwitchable=true, + name="Elemental Force", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=17324, + name="Power of the Dead", + stats={ + [1]="Minions deal 20% increased Damage", + [2]="Minions have 4% increased Attack and Cast Speed" + } + } + }, + orbit=1, + orbitIndex=0, + skill=3823, + stats={ + [1]="+3% to all Elemental Resistances", + [2]="20% increased Elemental Damage" + } + }, + [3843]={ + connections={ + [1]={ + id=65265, + orbit=0 + } + }, + group=1160, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parry Stun Buildup", + orbit=2, + orbitIndex=11, + skill=3843, + stats={ + [1]="Parry has 25% increased Stun Buildup" + } + }, + [3866]={ + connections={ + [1]={ + id=32258, + orbit=0 + }, + [2]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=7, + orbitIndex=5, + skill=3866, + stats={ + [1]="Minions have 12% increased maximum Life" + } + }, + [3893]={ + connections={ + [1]={ + id=28038, + orbit=-2 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=16, + skill=3893, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [3894]={ + connections={ + [1]={ + id=13307, + orbit=0 + }, + [2]={ + id=857, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Eldritch Will", + orbit=4, + orbitIndex=30, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Isolation" + }, + skill=3894, + stats={ + [1]="3% increased maximum Life, Mana and Energy Shield", + [2]="Gain additional Ailment Threshold equal to 15% of maximum Energy Shield", + [3]="Gain additional Stun Threshold equal to 15% of maximum Energy Shield" + } + }, + [3918]={ + connections={ + [1]={ + id=59695, + orbit=0 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=15, + skill=3918, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [3921]={ + connections={ + [1]={ + id=38398, + orbit=0 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + isNotable=true, + name="Fate Finding", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Greed" + }, + skill=3921, + stats={ + [1]="20% increased Reservation Efficiency of Herald Skills" + } + }, + [3936]={ + connections={ + [1]={ + id=13397, + orbit=0 + } + }, + group=551, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=0, + orbitIndex=0, + skill=3936, + stats={ + [1]="10% increased Melee Damage" + } + }, + [3949]={ + connections={ + [1]={ + id=27296, + orbit=0 + }, + [2]={ + id=15247, + orbit=2 + } + }, + group=93, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage and Power Counted", + orbit=2, + orbitIndex=10, + skill=3949, + stats={ + [1]="Empowered Attacks deal 8% increased Damage", + [2]="5% increased total Power counted by Warcries" + } + }, + [3985]={ + connections={ + [1]={ + id=48660, + orbit=0 + }, + [2]={ + id=64140, + orbit=3 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + isNotable=true, + name="Forces of Nature", + orbit=2, + orbitIndex=15, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Ire" + }, + skill=3985, + stats={ + [1]="Attack Damage Penetrates 15% of Enemy Elemental Resistances" + } + }, + [3987]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=30, + orbit=0 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Skill Speed", + orbit=8, + orbitIndex=27, + skill=3987, + stats={ + [1]="4% increased Skill Speed" + } + }, + [3988]={ + connections={ + [1]={ + id=51832, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=2, + orbitIndex=13, + skill=3988, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [3994]={ + connections={ + [1]={ + id=9089, + orbit=0 + }, + [2]={ + id=37951, + orbit=0 + } + }, + group=1177, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=20, + skill=3994, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [3995]={ + connections={ + [1]={ + id=12311, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=7, + orbitIndex=13, + skill=3995, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [3999]={ + connections={ + [1]={ + id=37665, + orbit=4 + }, + [2]={ + id=57863, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=4, + orbitIndex=15, + skill=3999, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [4015]={ + connections={ + [1]={ + id=47429, + orbit=3 + }, + [2]={ + id=59466, + orbit=-6 + }, + [3]={ + id=49136, + orbit=0 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown", + orbit=4, + orbitIndex=6, + skill=4015, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [4017]={ + connections={ + [1]={ + id=10079, + orbit=0 + } + }, + group=663, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=12, + skill=4017, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [4031]={ + connections={ + [1]={ + id=50403, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Icebreaker", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Fear" + }, + skill=4031, + stats={ + [1]="Gain 50% of maximum Energy Shield as additional Freeze Threshold" + } + }, + [4046]={ + connections={ + [1]={ + id=8875, + orbit=0 + } + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Electrocute Buildup", + orbit=2, + orbitIndex=8, + skill=4046, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [4059]={ + connections={ + [1]={ + id=10382, + orbit=0 + }, + [2]={ + id=9510, + orbit=0 + }, + [3]={ + id=2446, + orbit=0 + } + }, + group=960, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4059, + stats={ + [1]="+5 to any Attribute" + } + }, + [4061]={ + connections={ + [1]={ + id=27491, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=36, + skill=4061, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [4083]={ + connections={ + [1]={ + id=33815, + orbit=0 + }, + [2]={ + id=43677, + orbit=0 + } + }, + group=953, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=2, + orbitIndex=11, + skill=4083, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [4086]={ + ascendancyName="Tactician", + connections={ + }, + group=359, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianTotemAura.dds", + isNotable=true, + name="Strategic Embankments", + orbit=0, + orbitIndex=0, + skill=4086, + stats={ + [1]="Totems you place grant Embankment Auras" + } + }, + [4113]={ + connections={ + [1]={ + id=4627, + orbit=0 + } + }, + group=670, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=7, + orbitIndex=4, + skill=4113, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [4128]={ + connections={ + [1]={ + id=54283, + orbit=3 + }, + [2]={ + id=54811, + orbit=0 + } + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=18, + skill=4128, + stats={ + [1]="15% increased Armour" + } + }, + [4139]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=89, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=4139, + stats={ + } + }, + [4140]={ + connections={ + [1]={ + id=59093, + orbit=0 + }, + [2]={ + id=95, + orbit=0 + }, + [3]={ + id=23364, + orbit=9 + } + }, + group=147, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4140, + stats={ + [1]="+5 to any Attribute" + } + }, + [4157]={ + connections={ + [1]={ + id=49220, + orbit=-6 + } + }, + group=815, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds", + name="Critical Chance", + orbit=7, + orbitIndex=18, + skill=4157, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [4203]={ + connections={ + [1]={ + id=30555, + orbit=4 + }, + [2]={ + id=42736, + orbit=-4 + }, + [3]={ + id=59603, + orbit=-4 + }, + [4]={ + id=49046, + orbit=0 + }, + [5]={ + id=42076, + orbit=3 + } + }, + group=745, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4203, + stats={ + [1]="+5 to any Attribute" + } + }, + [4238]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + isNotable=true, + name="Versatile Arms", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Envy" + }, + skill=4238, + stats={ + [1]="6% increased Attack Speed with One Handed Melee Weapons", + [2]="15% increased Accuracy Rating with One Handed Melee Weapons", + [3]="+10 to Strength and Dexterity" + } + }, + [4245]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=54838, + orbit=0 + } + }, + group=259, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Pin Buildup", + orbit=0, + orbitIndex=0, + skill=4245, + stats={ + [1]="20% increased Pin Buildup" + } + }, + [4271]={ + connections={ + [1]={ + id=62887, + orbit=0 + }, + [2]={ + id=33225, + orbit=-3 + }, + [3]={ + id=61768, + orbit=-7 + }, + [4]={ + id=63926, + orbit=-2 + } + }, + group=774, + icon="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds", + name="Minion Resistances", + orbit=2, + orbitIndex=8, + skill=4271, + stats={ + [1]="Minions have +8% to all Elemental Resistances" + } + }, + [4295]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=34248, + orbit=-3 + } + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Adverse Growth", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Disgust" + }, + skill=4295, + stats={ + [1]="20% reduced Life Regeneration rate", + [2]="20% of Damage taken Recouped as Mana" + } + }, + [4313]={ + connections={ + [1]={ + id=28992, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + id=55896, + name="Attack Damage", + stats={ + [1]="8% increased Attack Damage" + } + } + }, + orbit=7, + orbitIndex=6, + skill=4313, + stats={ + [1]="8% increased Projectile Damage" + } + }, + [4328]={ + connections={ + [1]={ + id=21208, + orbit=0 + }, + [2]={ + id=5188, + orbit=0 + } + }, + group=1031, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4328, + stats={ + [1]="+5 to any Attribute" + } + }, + [4331]={ + connections={ + [1]={ + id=33590, + orbit=0 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Guided Hand", + orbit=3, + orbitIndex=19, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Envy" + }, + skill=4331, + stats={ + [1]="Ancestrally Boosted Attacks deal 30% increased Damage", + [2]="On Heavy Stunning a Rare or Unique Enemy, your next Attack within 4 seconds will be Ancestrally Boosted" + } + }, + [4346]={ + connections={ + [1]={ + id=4519, + orbit=0 + }, + [2]={ + id=20677, + orbit=0 + } + }, + group=961, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Damage on Critical", + orbit=0, + orbitIndex=0, + skill=4346, + stats={ + [1]="20% increased Damage if you've dealt a Critical Hit Recently" + } + }, + [4364]={ + connections={ + [1]={ + id=23736, + orbit=0 + } + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Reduced Movement Penalty and Attack Damage", + orbit=4, + orbitIndex=42, + skill=4364, + stats={ + [1]="6% increased Attack Damage", + [2]="3% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [4377]={ + connections={ + [1]={ + id=50273, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Accuracy", + orbit=2, + orbitIndex=15, + skill=4377, + stats={ + [1]="10% increased Accuracy Rating while Dual Wielding" + } + }, + [4378]={ + connections={ + [1]={ + id=6330, + orbit=0 + }, + [2]={ + id=59503, + orbit=0 + } + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=9, + skill=4378, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [4407]={ + connections={ + }, + group=458, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Physical Damage Reduction", + orbit=0, + orbitIndex=0, + skill=4407, + stats={ + [1]="Minions have 12% additional Physical Damage Reduction", + [2]="Minions have 25% increased Evasion Rating" + } + }, + [4423]={ + connections={ + [1]={ + id=54058, + orbit=0 + } + }, + group=1278, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + isNotable=true, + name="Coated Knife", + orbit=2, + orbitIndex=7, + skill=4423, + stats={ + [1]="Critical Hits with Daggers have a 25% chance to Poison the Enemy" + } + }, + [4442]={ + connections={ + [1]={ + id=62034, + orbit=0 + } + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/lightningstr.dds", + name="Armour Applies to Lightning Damage Hits", + orbit=3, + orbitIndex=10, + skill=4442, + stats={ + [1]="+15% of Armour also applies to Lightning Damage" + } + }, + [4447]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Pin their Motivation", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Despair" + }, + skill=4447, + stats={ + [1]="20% increased Pin duration", + [2]="Pinned Enemies cannot deal Critical Hits" + } + }, + [4456]={ + connections={ + [1]={ + id=57710, + orbit=0 + }, + [2]={ + id=4776, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4456, + stats={ + [1]="+5 to any Attribute" + } + }, + [4467]={ + connections={ + [1]={ + id=42347, + orbit=-2 + } + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + name="Damage vs Blinded", + orbit=7, + orbitIndex=4, + skill=4467, + stats={ + [1]="15% increased Damage with Hits against Blinded Enemies" + } + }, + [4492]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Attributes Mastery", + orbit=0, + orbitIndex=0, + skill=4492, + stats={ + } + }, + [4495]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1322, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderFreezeImmunity.dds", + isMultipleChoiceOption=true, + name="Thawing Campfire", + orbit=0, + orbitIndex=0, + skill=4495, + stats={ + [1]="Immune to Freeze" + } + }, + [4519]={ + connections={ + [1]={ + id=13724, + orbit=0 + } + }, + group=947, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Damage on Critical", + orbit=0, + orbitIndex=0, + skill=4519, + stats={ + [1]="20% increased Damage if you've dealt a Critical Hit Recently" + } + }, + [4527]={ + connections={ + [1]={ + id=54701, + orbit=0 + } + }, + group=168, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=4527, + stats={ + [1]="+5 to any Attribute" + } + }, + [4534]={ + connections={ + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Piercing Shot", + orbit=3, + orbitIndex=13, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Disgust" + }, + skill=4534, + stats={ + [1]="50% chance to Pierce an Enemy" + } + }, + [4536]={ + connections={ + [1]={ + id=37514, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Speed", + orbit=2, + orbitIndex=1, + skill=4536, + stats={ + [1]="3% increased Attack Speed with Quarterstaves" + } + }, + [4544]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=992, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalSnakeNotable.dds", + isNotable=true, + name="The Ancient Serpent", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Greed", + [2]="Guilt", + [3]="Despair" + }, + skill=4544, + stats={ + [1]="40% reduced Poison Duration on you", + [2]="Life Flasks gain 0.1 charges per Second", + [3]="+10 to Intelligence" + } + }, + [4547]={ + connections={ + [1]={ + id=2946, + orbit=0 + } + }, + group=175, + icon="Art/2DArt/SkillIcons/passives/ElementalResistance2.dds", + isNotable=true, + name="Unnatural Resilience", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Isolation" + }, + skill=4547, + stats={ + [1]="+3% to all Elemental Resistances", + [2]="+2% to Maximum Fire Resistance if you have at least 5 Red Support Gems Socketed" + } + }, + [4552]={ + connections={ + [1]={ + id=50817, + orbit=2 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=15, + skill=4552, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [4577]={ + connections={ + [1]={ + id=3999, + orbit=4 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=7, + orbitIndex=8, + skill=4577, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [4579]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=751, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Unbothering Cold", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Paranoia" + }, + skill=4579, + stats={ + [1]="+10% to Cold Resistance", + [2]="+2% to Maximum Cold Resistance if you have at least 5 Blue Support Gems Socketed" + } + }, + [4623]={ + connections={ + [1]={ + id=48524, + orbit=4 + } + }, + group=413, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Spell Costs", + orbit=2, + orbitIndex=22, + skill=4623, + stats={ + [1]="15% of Spell Mana Cost Converted to Life Cost" + } + }, + [4624]={ + connections={ + [1]={ + id=49550, + orbit=3 + } + }, + group=431, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=7, + orbitIndex=7, + skill=4624, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [4627]={ + connections={ + [1]={ + id=44179, + orbit=0 + }, + [2]={ + id=55572, + orbit=0 + } + }, + group=671, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Climate Change", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Despair" + }, + skill=4627, + stats={ + [1]="20% increased Freeze Buildup", + [2]="Gain 25% of Cold Damage as Extra Fire Damage against Frozen Enemies" + } + }, + [4661]={ + connections={ + [1]={ + id=12821, + orbit=0 + }, + [2]={ + id=65353, + orbit=0 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds", + isNotable=true, + name="Inspiring Leader", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Greed" + }, + skill=4661, + stats={ + [1]="Banners also grant +25% to all Elemental Resistances to you and Allies" + } + }, + [4664]={ + connections={ + [1]={ + id=43938, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Throw Speed", + orbit=6, + orbitIndex=42, + skill=4664, + stats={ + [1]="6% increased Trap Throwing Speed" + } + }, + [4665]={ + connections={ + [1]={ + id=1913, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=0, + skill=4665, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [4673]={ + connections={ + [1]={ + id=10047, + orbit=0 + }, + [2]={ + id=51812, + orbit=0 + } + }, + group=205, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Hulking Smash", + orbit=2, + orbitIndex=15, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Guilt" + }, + skill=4673, + stats={ + [1]="30% increased Stun Buildup", + [2]="+15 to Strength" + } + }, + [4709]={ + connections={ + }, + group=1127, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Near Sighted", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Paranoia" + }, + skill=4709, + stats={ + [1]="20% increased Critical Hit Chance for Attacks", + [2]="20% increased Accuracy Rating" + } + }, + [4716]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Afterimage", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Disgust" + }, + skill=4716, + stats={ + [1]="60% increased Evasion Rating if you have Hit an Enemy Recently" + } + }, + [4725]={ + connections={ + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + name="Sentinels", + orbit=4, + orbitIndex=18, + skill=4725, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [4739]={ + connections={ + [1]={ + id=18845, + orbit=0 + } + }, + group=650, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isSwitchable=true, + name="Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=17306, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=3, + orbitIndex=22, + skill=4739, + stats={ + [1]="10% increased Spell Damage" + } + }, + [4748]={ + connections={ + [1]={ + id=2254, + orbit=6 + } + }, + group=668, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isSwitchable=true, + name="Energy Shield Delay", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + id=48235, + name="Minion Life", + stats={ + [1]="Minions have 10% increased maximum Life" + } + } + }, + orbit=3, + orbitIndex=6, + skill=4748, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [4776]={ + connections={ + [1]={ + id=14363, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=2, + skill=4776, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [4806]={ + connections={ + [1]={ + id=32183, + orbit=-4 + } + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=10, + skill=4806, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [4810]={ + connections={ + [1]={ + id=48805, + orbit=7 + }, + [2]={ + id=6161, + orbit=0 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Sanguine Tolerance", + orbit=1, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Greed" + }, + skill=4810, + stats={ + [1]="Immune to Corrupted Blood", + [2]="40% reduced Duration of Bleeding on You" + } + }, + [4828]={ + connections={ + [1]={ + id=19044, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=12, + skill=4828, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [4844]={ + connections={ + [1]={ + id=33053, + orbit=0 + } + }, + group=793, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=1, + skill=4844, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [4847]={ + connections={ + [1]={ + id=6294, + orbit=5 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=5, + orbitIndex=66, + skill=4847, + stats={ + [1]="3% increased Cast Speed" + } + }, + [4850]={ + connections={ + [1]={ + id=35503, + orbit=0 + } + }, + group=807, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Effect and Mana Regeneration", + orbit=0, + orbitIndex=0, + skill=4850, + stats={ + [1]="6% increased Mana Regeneration Rate", + [2]="10% increased Magnitude of Shock you inflict" + } + }, + [4882]={ + connections={ + [1]={ + id=38172, + orbit=0 + }, + [2]={ + id=51921, + orbit=0 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=2, + orbitIndex=3, + skill=4882, + stats={ + [1]="15% increased Totem Damage" + } + }, + [4891]={ + ascendancyName="Ritualist", + connections={ + }, + group=1364, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneMaxCharm.dds", + isNotable=true, + name="Intricate Sigils", + orbit=0, + orbitIndex=0, + skill=4891, + stats={ + [1]="+1 Charm Slot", + [2]="20% more Charm Charges gained" + } + }, + [4921]={ + connections={ + [1]={ + id=13524, + orbit=0 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Chance to not Consume Glory", + orbit=7, + orbitIndex=11, + skill=4921, + stats={ + [1]="Skills have a 5% chance to not consume Glory" + } + }, + [4925]={ + connections={ + [1]={ + id=19779, + orbit=7 + } + }, + group=767, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=4, + skill=4925, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [4931]={ + connections={ + [1]={ + id=21404, + orbit=0 + }, + [2]={ + id=27307, + orbit=0 + } + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Dependable Ward", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Envy" + }, + skill=4931, + stats={ + [1]="25% increased Energy Shield Recharge Rate", + [2]="25% faster start of Energy Shield Recharge" + } + }, + [4948]={ + connections={ + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=6, + skill=4948, + stats={ + [1]="Break 20% increased Armour" + } + }, + [4956]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern", + connections={ + }, + group=475, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Recovery Mastery", + orbit=0, + orbitIndex=0, + skill=4956, + stats={ + } + }, + [4959]={ + connections={ + [1]={ + id=12166, + orbit=0 + } + }, + group=1070, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Heavy Frost", + orbit=7, + orbitIndex=2, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Paranoia" + }, + skill=4959, + stats={ + [1]="20% increased Freeze Buildup", + [2]="Hits ignore non-negative Elemental Resistances of Frozen Enemies" + } + }, + [4985]={ + connections={ + [1]={ + id=58855, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Flip the Script", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Ire" + }, + skill=4985, + stats={ + [1]="Recover 50% of maximum Life when you Heavy Stun a Rare or Unique Enemy" + } + }, + [5009]={ + connections={ + [1]={ + id=12169, + orbit=0 + } + }, + group=1061, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Seeing Stars", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Paranoia" + }, + skill=5009, + stats={ + [1]="10% chance to Daze on Hit", + [2]="25% increased Daze Duration" + } + }, + [5049]={ + connections={ + [1]={ + id=49231, + orbit=0 + }, + [2]={ + id=42177, + orbit=3 + } + }, + group=494, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Dexterity", + orbit=7, + orbitIndex=18, + skill=5049, + stats={ + [1]="2% increased Attack Speed", + [2]="+5 to Dexterity" + } + }, + [5066]={ + connections={ + [1]={ + id=6714, + orbit=0 + } + }, + group=525, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Curse Effect on you", + orbit=2, + orbitIndex=8, + skill=5066, + stats={ + [1]="10% reduced effect of Curses on you" + } + }, + [5084]={ + connections={ + [1]={ + id=35324, + orbit=2 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=22, + skill=5084, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [5088]={ + connections={ + [1]={ + id=49537, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental", + orbit=3, + orbitIndex=18, + skill=5088, + stats={ + [1]="3% increased Attack and Cast Speed with Elemental Skills" + } + }, + [5098]={ + connections={ + [1]={ + id=16385, + orbit=-9 + }, + [2]={ + id=41651, + orbit=2147483647 + } + }, + group=530, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Area", + orbit=2, + orbitIndex=10, + skill=5098, + stats={ + [1]="Banner Skills have 15% increased Area of Effect" + } + }, + [5101]={ + connections={ + [1]={ + id=35558, + orbit=-5 + }, + [2]={ + id=46358, + orbit=0 + } + }, + group=484, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Revive Speed and Energy Shield Recharge", + orbit=0, + orbitIndex=0, + skill=5101, + stats={ + [1]="8% increased Energy Shield Recharge Rate", + [2]="Minions Revive 3% faster" + } + }, + [5108]={ + connections={ + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Ailment Chance", + orbit=2, + orbitIndex=21, + skill=5108, + stats={ + [1]="Attacks with One-Handed Weapons have 15% increased Chance to inflict Ailments" + } + }, + [5163]={ + connections={ + [1]={ + id=26726, + orbit=0 + } + }, + group=1165, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + name="Knockback and Stun Buildup", + orbit=2, + orbitIndex=15, + skill=5163, + stats={ + [1]="10% increased Stun Buildup", + [2]="10% increased Knockback Distance" + } + }, + [5186]={ + connections={ + [1]={ + id=6800, + orbit=3 + } + }, + group=1137, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=5186, + stats={ + [1]="11% increased Chaos Damage" + } + }, + [5188]={ + connections={ + [1]={ + id=27671, + orbit=0 + }, + [2]={ + id=38668, + orbit=0 + } + }, + group=1053, + icon="Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds", + name="Energy Shield Recharge and Delay", + orbit=7, + orbitIndex=19, + skill=5188, + stats={ + [1]="8% increased Energy Shield Recharge Rate", + [2]="8% faster start of Energy Shield Recharge" + } + }, + [5227]={ + connections={ + [1]={ + id=51708, + orbit=0 + } + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Escape Strategy", + orbit=3, + orbitIndex=20, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Despair" + }, + skill=5227, + stats={ + [1]="100% increased Evasion Rating if you have been Hit Recently", + [2]="30% reduced Evasion Rating if you haven't been Hit Recently" + } + }, + [5257]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + [1]={ + id=16367, + orbit=2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Echoing Frost", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Greed" + }, + skill=5257, + stats={ + [1]="30% increased Elemental Damage if you've Chilled an Enemy Recently" + } + }, + [5284]={ + connections={ + [1]={ + id=32278, + orbit=0 + } + }, + group=405, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + isNotable=true, + name="Shredding Force", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Greed" + }, + skill=5284, + stats={ + [1]="15% increased Critical Hit Chance for Spells", + [2]="15% increased Critical Spell Damage Bonus", + [3]="15% increased Magnitude of Damaging Ailments you inflict with Critical Hits" + } + }, + [5295]={ + connections={ + [1]={ + id=5961, + orbit=0 + } + }, + group=800, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=5295, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [5305]={ + connections={ + [1]={ + id=3431, + orbit=0 + }, + [2]={ + id=24287, + orbit=0 + } + }, + group=1171, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Skill Speed", + orbit=1, + orbitIndex=2, + skill=5305, + stats={ + [1]="3% increased Skill Speed" + } + }, + [5314]={ + connections={ + [1]={ + id=29009, + orbit=0 + } + }, + group=626, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=36, + skill=5314, + stats={ + [1]="+5 to any Attribute" + } + }, + [5324]={ + connections={ + [1]={ + id=54437, + orbit=2147483647 + }, + [2]={ + id=2397, + orbit=0 + } + }, + group=529, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage if Stunned Recently", + orbit=7, + orbitIndex=16, + skill=5324, + stats={ + [1]="20% increased Attack Damage if you have been Heavy Stunned Recently" + } + }, + [5332]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + isNotable=true, + name="Crystallised Immunities", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Suffering" + }, + skill=5332, + stats={ + [1]="Immune to Chill if a majority of your Socketed Support Gems are Blue", + [2]="Immune to Ignite if a majority of your Socketed Support Gems are Red", + [3]="Immune to Shock if a majority of your Socketed Support Gems are Green" + } + }, + [5335]={ + connections={ + [1]={ + id=52060, + orbit=0 + } + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Shimmering Mirage", + orbit=7, + orbitIndex=7, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Fear" + }, + skill=5335, + stats={ + [1]="Gain additional Ailment Threshold equal to 30% of maximum Energy Shield", + [2]="10% reduced Duration of Ailments on You" + } + }, + [5348]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=1088, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=0, + orbitIndex=0, + skill=5348, + stats={ + } + }, + [5386]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=22541, + orbit=0 + } + }, + group=3, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds", + name="Fire Damage", + orbit=0, + orbitIndex=0, + skill=5386, + stats={ + [1]="20% increased Fire Damage" + } + }, + [5398]={ + connections={ + [1]={ + id=51820, + orbit=-6 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Cast Speed", + orbit=4, + orbitIndex=34, + skill=5398, + stats={ + [1]="Spells Cast by Totems have 4% increased Cast Speed" + } + }, + [5407]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=56910, + orbit=0 + } + }, + group=614, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=5407, + stats={ + } + }, + [5410]={ + connections={ + [1]={ + id=33590, + orbit=0 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Channelled Heritage", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Fear" + }, + skill=5410, + stats={ + [1]="30% increased Area of Effect of Ancestrally Boosted Attacks" + } + }, + [5501]={ + connections={ + [1]={ + id=48821, + orbit=0 + } + }, + group=630, + icon="Art/2DArt/SkillIcons/passives/Annihilation.dds", + isNotable=true, + name="Critical Overload", + orbit=0, + orbitIndex=0, + skill=5501, + stats={ + [1]="15% increased Critical Hit Chance for Spells", + [2]="15% increased Spell Damage if you've dealt a Critical Hit Recently" + } + }, + [5544]={ + connections={ + [1]={ + id=43711, + orbit=3 + } + }, + group=240, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorn Critical Damage", + orbit=2, + orbitIndex=10, + skill=5544, + stats={ + [1]="30% increased Thorns Critical Damage Bonus" + } + }, + [5563]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=47312, + orbit=-7 + } + }, + group=1355, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Flask Recovery", + orbit=0, + orbitIndex=0, + skill=5563, + stats={ + [1]="15% increased Life and Mana Recovery from Flasks" + } + }, + [5564]={ + connections={ + [1]={ + id=48833, + orbit=0 + }, + [2]={ + id=63585, + orbit=0 + } + }, + group=883, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Electrocute Buildup", + orbit=0, + orbitIndex=0, + skill=5564, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [5580]={ + connections={ + [1]={ + id=42710, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Watchtowers", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Suffering" + }, + skill=5580, + stats={ + [1]="Recoup 5% of damage taken by your Totems as Life", + [2]="Each Totem applies 2% increased Damage taken to Enemies in their Presence" + } + }, + [5594]={ + connections={ + [1]={ + id=50107, + orbit=0 + }, + [2]={ + id=8785, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Decrepifying Curse", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Despair" + }, + skill=5594, + stats={ + [1]="20% increased duration of Ailments you inflict against Cursed Enemies" + } + }, + [5642]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=57405, + orbit=0 + } + }, + group=169, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Behemoth", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Greed" + }, + skill=5642, + stats={ + [1]="3% increased maximum Life", + [2]="8% increased Area of Effect for Attacks", + [3]="5% chance for Slam Skills you use yourself to cause Aftershocks" + } + }, + [5663]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=212, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + isNotable=true, + name="Endurance", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Envy" + }, + skill=5663, + stats={ + [1]="+2 to Maximum Endurance Charges" + } + }, + [5681]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern", + connections={ + }, + group=358, + icon="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.dds", + isOnlyImage=true, + name="Fortify Mastery", + orbit=0, + orbitIndex=0, + skill=5681, + stats={ + } + }, + [5686]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=167, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Chillproof", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Disgust" + }, + skill=5686, + stats={ + [1]="30% reduced Effect of Chill on you", + [2]="30% increased Freeze Threshold", + [3]="+30% of Armour also applies to Cold Damage" + } + }, + [5692]={ + connections={ + [1]={ + id=35708, + orbit=0 + }, + [2]={ + id=51821, + orbit=0 + } + }, + group=160, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect", + orbit=2, + orbitIndex=6, + skill=5692, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [5695]={ + connections={ + [1]={ + id=32309, + orbit=7 + }, + [2]={ + id=50104, + orbit=5 + } + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Duration", + orbit=7, + orbitIndex=20, + skill=5695, + stats={ + [1]="15% increased Archon Buff duration" + } + }, + [5702]={ + connections={ + [1]={ + id=13411, + orbit=-5 + } + }, + group=904, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=5702, + stats={ + [1]="+5 to any Attribute" + } + }, + [5703]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=16367, + orbit=2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Echoing Thunder", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Ire" + }, + skill=5703, + stats={ + [1]="30% increased Elemental Damage if you've Shocked an Enemy Recently" + } + }, + [5704]={ + connections={ + [1]={ + id=62166, + orbit=0 + } + }, + group=1005, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Speed", + orbit=2, + orbitIndex=8, + skill=5704, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Accuracy Rating" + } + }, + [5710]={ + connections={ + [1]={ + id=6839, + orbit=-3 + }, + [2]={ + id=38323, + orbit=0 + }, + [3]={ + id=14923, + orbit=0 + }, + [4]={ + id=6529, + orbit=-4 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/strongarm.dds", + isNotable=true, + name="Brutal", + orbit=4, + orbitIndex=51, + skill=5710, + stats={ + [1]="10% increased Stun Buildup", + [2]="16% increased Melee Damage", + [3]="+10 to Strength" + } + }, + [5726]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=0, + orbitIndex=0, + skill=5726, + stats={ + } + }, + [5728]={ + connections={ + [1]={ + id=17349, + orbit=-3 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + isNotable=true, + name="Ancient Aegis", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Envy" + }, + skill=5728, + stats={ + [1]="60% increased Armour from Equipped Body Armour", + [2]="60% increased Energy Shield from Equipped Body Armour" + } + }, + [5740]={ + connections={ + [1]={ + id=40687, + orbit=0 + } + }, + group=888, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Presence Area", + orbit=2, + orbitIndex=6, + skill=5740, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [5766]={ + connections={ + [1]={ + id=51416, + orbit=-4 + }, + [2]={ + id=16705, + orbit=4 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=6, + orbitIndex=60, + skill=5766, + stats={ + [1]="12% increased Spell Damage while wielding a Melee Weapon" + } + }, + [5777]={ + connections={ + [1]={ + id=58651, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Deadly Swarm", + orbit=4, + orbitIndex=4, + skill=5777, + stats={ + [1]="Minions deal 15% increased Damage", + [2]="Minions have 20% increased Critical Hit Chance" + } + }, + [5797]={ + connections={ + [1]={ + id=59538, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Freeze Buildup and Cold Damage", + orbit=2, + orbitIndex=2, + skill=5797, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Freeze Buildup" + } + }, + [5800]={ + connections={ + [1]={ + id=43149, + orbit=0 + }, + [2]={ + id=22975, + orbit=0 + } + }, + group=226, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=7, + orbitIndex=0, + skill=5800, + stats={ + [1]="5% increased Attack Damage", + [2]="6% increased Accuracy Rating" + } + }, + [5802]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=1125, + icon="Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds", + isNotable=true, + name="Stand and Deliver", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Isolation" + }, + skill=5802, + stats={ + [1]="Projectiles have 40% increased Critical Damage Bonus against Enemies within 2m", + [2]="Projectiles deal 25% increased Damage with Hits against Enemies within 2m" + } + }, + [5817]={ + ascendancyName="Deadeye", + connections={ + }, + group=1298, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeWindward.dds", + isNotable=true, + name="Wind Ward", + orbit=0, + orbitIndex=0, + skill=5817, + stats={ + [1]="3% less Damage taken per Tailwind" + } + }, + [5826]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=899, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=2, + orbitIndex=22, + skill=5826, + stats={ + } + }, + [5852]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=20895, + orbit=0 + }, + [2]={ + id=47236, + orbit=0 + }, + [3]={ + id=5386, + orbit=0 + }, + [4]={ + id=14960, + orbit=0 + }, + [5]={ + id=9988, + orbit=0 + } + }, + group=26, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Smith of Kitava", + orbit=9, + orbitIndex=96, + skill=5852, + stats={ + } + }, + [5920]={ + connections={ + [1]={ + id=52574, + orbit=-3 + }, + [2]={ + id=51921, + orbit=5 + } + }, + group=498, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=2, + orbitIndex=16, + skill=5920, + stats={ + [1]="6% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [5936]={ + connections={ + [1]={ + id=65248, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=36, + skill=5936, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [5961]={ + connections={ + [1]={ + id=54675, + orbit=0 + }, + [2]={ + id=11315, + orbit=0 + } + }, + group=785, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=5961, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [5988]={ + connections={ + [1]={ + id=38459, + orbit=7 + } + }, + group=914, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Damage vs Blinded", + orbit=2, + orbitIndex=8, + skill=5988, + stats={ + [1]="15% increased Damage with Hits against Blinded Enemies" + } + }, + [6006]={ + connections={ + [1]={ + id=38105, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=62, + skill=6006, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [6008]={ + connections={ + [1]={ + id=64020, + orbit=0 + }, + [2]={ + id=58096, + orbit=2 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=2, + orbitIndex=0, + skill=6008, + stats={ + [1]="10% increased Spell Damage" + } + }, + [6010]={ + connections={ + [1]={ + id=13367, + orbit=0 + }, + [2]={ + id=38969, + orbit=0 + } + }, + group=979, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=8, + skill=6010, + stats={ + [1]="12% increased Accuracy Rating" + } + }, + [6015]={ + connections={ + [1]={ + id=35426, + orbit=6 + } + }, + group=471, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=15, + skill=6015, + stats={ + [1]="+5 to any Attribute" + } + }, + [6030]={ + connections={ + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=3, + orbitIndex=5, + skill=6030, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [6077]={ + connections={ + [1]={ + id=35645, + orbit=-2 + } + }, + group=182, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Command Skill Cooldown", + orbit=0, + orbitIndex=0, + skill=6077, + stats={ + [1]="Minions have 20% increased Cooldown Recovery Rate for Command Skills" + } + }, + [6078]={ + connections={ + [1]={ + id=61119, + orbit=4 + } + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=3, + orbitIndex=1, + skill=6078, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [6079]={ + connections={ + [1]={ + id=10242, + orbit=0 + } + }, + group=1035, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=2, + orbitIndex=16, + skill=6079, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [6109]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=63254, + orbit=0 + } + }, + group=1352, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=6109, + stats={ + [1]="20% increased Evasion Rating" + } + }, + [6127]={ + ascendancyName="Warbringer", + connections={ + }, + group=21, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEncasedInJade.dds", + isNotable=true, + name="Jade Heritage", + orbit=0, + orbitIndex=0, + skill=6127, + stats={ + [1]="Gain a stack of Jade every second", + [2]="Grants Skill: Encase in Jade" + } + }, + [6133]={ + connections={ + [1]={ + id=33402, + orbit=0 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Core of the Guardian", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Fear" + }, + skill=6133, + stats={ + [1]="100% increased Defences from Equipped Shield" + } + }, + [6153]={ + connections={ + [1]={ + id=44952, + orbit=0 + }, + [2]={ + id=10362, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=14, + skill=6153, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [6161]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=963, + icon="Art/2DArt/SkillIcons/passives/BloodMastery.dds", + isOnlyImage=true, + name="Bleeding Mastery", + orbit=0, + orbitIndex=0, + skill=6161, + stats={ + } + }, + [6178]={ + connections={ + [1]={ + id=33415, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Power Shots", + orbit=4, + orbitIndex=35, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Suffering" + }, + skill=6178, + stats={ + [1]="15% reduced Attack Speed with Crossbows", + [2]="80% increased Critical Damage Bonus with Crossbows" + } + }, + [6222]={ + connections={ + [1]={ + id=57608, + orbit=0 + }, + [2]={ + id=9037, + orbit=0 + }, + [3]={ + id=65189, + orbit=0 + } + }, + group=149, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=64, + skill=6222, + stats={ + [1]="10% increased Attack Damage" + } + }, + [6229]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=26490, + orbit=7 + } + }, + group=395, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + isNotable=true, + name="Push the Advantage", + orbit=7, + orbitIndex=5, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Disgust" + }, + skill=6229, + stats={ + [1]="40% increased Critical Damage Bonus with One Handed Melee Weapons" + } + }, + [6236]={ + connections={ + [1]={ + id=33646, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFire.dds", + name="Fire Damage and Flammability Magnitude", + orbit=3, + orbitIndex=18, + skill=6236, + stats={ + [1]="8% increased Fire Damage", + [2]="8% increased Flammability Magnitude" + } + }, + [6266]={ + connections={ + [1]={ + id=60085, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Damage", + orbit=7, + orbitIndex=9, + skill=6266, + stats={ + [1]="10% increased Damage against Demons" + } + }, + [6269]={ + connections={ + [1]={ + id=45990, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Attack Speed", + orbit=2, + orbitIndex=1, + skill=6269, + stats={ + [1]="3% increased Attack Speed with Axes" + } + }, + [6274]={ + connections={ + [1]={ + id=56567, + orbit=0 + } + }, + group=463, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=17, + skill=6274, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [6287]={ + connections={ + [1]={ + id=364, + orbit=2147483647 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=2, + orbitIndex=10, + skill=6287, + stats={ + [1]="+8 to Intelligence" + } + }, + [6294]={ + connections={ + [1]={ + id=52429, + orbit=4 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=4, + orbitIndex=54, + skill=6294, + stats={ + [1]="3% increased Cast Speed" + } + }, + [6304]={ + connections={ + [1]={ + id=12125, + orbit=0 + } + }, + group=295, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Stand Ground", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Guilt" + }, + skill=6304, + stats={ + [1]="Regenerate 1% of maximum Life per second while affected by any Damaging Ailment", + [2]="Regenerate 1% of maximum Life per second while stationary" + } + }, + [6330]={ + connections={ + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Damage", + orbit=7, + orbitIndex=5, + skill=6330, + stats={ + [1]="8% increased Attack Damage", + [2]="8% increased Accuracy Rating" + } + }, + [6338]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + [1]={ + id=2254, + orbit=0 + } + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=6338, + stats={ + } + }, + [6355]={ + connections={ + [1]={ + id=14110, + orbit=-4 + }, + [2]={ + id=38124, + orbit=4 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=7, + orbitIndex=2, + skill=6355, + stats={ + [1]="15% increased Totem Damage" + } + }, + [6416]={ + connections={ + [1]={ + id=51821, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=20, + skill=6416, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [6490]={ + connections={ + [1]={ + id=14082, + orbit=0 + } + }, + group=1016, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Critical Damage", + orbit=2, + orbitIndex=12, + skill=6490, + stats={ + [1]="10% increased Critical Damage Bonus" + } + }, + [6502]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern", + connections={ + }, + group=61, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupStaff.dds", + isOnlyImage=true, + name="Flail Mastery", + orbit=0, + orbitIndex=0, + skill=6502, + stats={ + } + }, + [6505]={ + connections={ + [1]={ + id=55060, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Pierce Chance", + orbit=3, + orbitIndex=4, + skill=6505, + stats={ + [1]="15% chance to Pierce an Enemy" + } + }, + [6514]={ + connections={ + [1]={ + id=47173, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Cacophony", + orbit=4, + orbitIndex=5, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Fear" + }, + skill=6514, + stats={ + [1]="40% increased Damage with Warcries", + [2]="Warcry Skills have 25% increased Area of Effect" + } + }, + [6516]={ + connections={ + [1]={ + id=63981, + orbit=7 + }, + [2]={ + id=12890, + orbit=0 + } + }, + group=1109, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if no recent Stun", + orbit=7, + orbitIndex=22, + skill=6516, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [6529]={ + connections={ + [1]={ + id=32416, + orbit=-3 + } + }, + group=470, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=0, + skill=6529, + stats={ + [1]="15% increased Armour" + } + }, + [6544]={ + connections={ + [1]={ + id=56061, + orbit=6 + }, + [2]={ + id=42604, + orbit=0 + } + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Burning Strikes", + orbit=4, + orbitIndex=53, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Isolation" + }, + skill=6544, + stats={ + [1]="Gain 12% of Physical Damage as Extra Fire Damage" + } + }, + [6570]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern", + connections={ + }, + group=1075, + icon="Art/2DArt/SkillIcons/passives/MasteryCurse.dds", + isOnlyImage=true, + name="Curse Mastery", + orbit=0, + orbitIndex=0, + skill=6570, + stats={ + } + }, + [6588]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=6588, + stats={ + } + }, + [6596]={ + connections={ + [1]={ + id=41171, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Speed", + orbit=4, + orbitIndex=30, + skill=6596, + stats={ + [1]="4% increased Attack Speed while a Rare or Unique Enemy is in your Presence" + } + }, + [6623]={ + connections={ + [1]={ + id=12821, + orbit=0 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Aura Effect", + orbit=1, + orbitIndex=10, + skill=6623, + stats={ + [1]="Banner Skills have 12% increased Aura Magnitudes" + } + }, + [6626]={ + connections={ + [1]={ + id=46475, + orbit=4 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=21, + skill=6626, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [6655]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=543, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Aggravation", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Envy" + }, + skill=6655, + stats={ + [1]="10% chance to Aggravate Bleeding on targets you Hit with Attacks" + } + }, + [6660]={ + connections={ + [1]={ + id=39050, + orbit=-7 + } + }, + group=1043, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Damage against Ailments", + orbit=2, + orbitIndex=12, + skill=6660, + stats={ + [1]="12% increased Damage with Hits against Enemies affected by Elemental Ailments" + } + }, + [6686]={ + connections={ + [1]={ + id=51184, + orbit=-4 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isSwitchable=true, + name="Mana Regeneration", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + id=29472, + name="Minion Life", + stats={ + [1]="Minions have 10% increased maximum Life" + } + } + }, + orbit=2, + orbitIndex=1, + skill=6686, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [6689]={ + connections={ + [1]={ + id=51735, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage", + orbit=4, + orbitIndex=39, + skill=6689, + stats={ + [1]="Attack Skills deal 10% increased Damage while holding a Shield" + } + }, + [6714]={ + connections={ + [1]={ + id=41646, + orbit=0 + } + }, + group=525, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Curse Effect on you and Life Regeneration Rate", + orbit=2, + orbitIndex=12, + skill=6714, + stats={ + [1]="5% increased Life Regeneration rate", + [2]="5% reduced effect of Curses on you" + } + }, + [6715]={ + connections={ + [1]={ + id=116, + orbit=3 + }, + [2]={ + id=41372, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield and Mana Regeneration", + orbit=7, + orbitIndex=17, + skill=6715, + stats={ + [1]="10% increased maximum Energy Shield", + [2]="6% increased Mana Regeneration Rate" + } + }, + [6744]={ + connections={ + [1]={ + id=49357, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=6, + skill=6744, + stats={ + [1]="+5 to any Attribute" + } + }, + [6748]={ + connections={ + [1]={ + id=48618, + orbit=7 + }, + [2]={ + id=62122, + orbit=3 + } + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + name="Damage from Mana", + orbit=7, + orbitIndex=8, + skill=6748, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [6752]={ + connections={ + [1]={ + id=7378, + orbit=0 + }, + [2]={ + id=29148, + orbit=4 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=0, + skill=6752, + stats={ + [1]="12% increased Fire Damage" + } + }, + [6772]={ + connections={ + [1]={ + id=60505, + orbit=0 + } + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=6, + skill=6772, + stats={ + [1]="+5 to any Attribute" + } + }, + [6789]={ + connections={ + [1]={ + id=4313, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + id=22193, + name="Attack Damage", + stats={ + [1]="8% increased Attack Damage" + } + } + }, + orbit=2, + orbitIndex=1, + skill=6789, + stats={ + [1]="8% increased Projectile Damage" + } + }, + [6792]={ + connections={ + [1]={ + id=33245, + orbit=0 + }, + [2]={ + id=2408, + orbit=0 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=6, + skill=6792, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [6800]={ + connections={ + [1]={ + id=32438, + orbit=4 + } + }, + group=1124, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=6800, + stats={ + [1]="11% increased Chaos Damage" + } + }, + [6839]={ + connections={ + [1]={ + id=39581, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=7, + orbitIndex=14, + skill=6839, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [6842]={ + connections={ + [1]={ + id=18472, + orbit=3 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + name="Stun and Freeze Buildup", + orbit=3, + orbitIndex=9, + skill=6842, + stats={ + [1]="15% increased Stun Buildup", + [2]="15% increased Freeze Buildup" + } + }, + [6872]={ + connections={ + [1]={ + id=33939, + orbit=0 + } + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/coldresist.dds", + name="Armour Applies to Cold Damage Hits", + orbit=4, + orbitIndex=4, + skill=6872, + stats={ + [1]="+15% of Armour also applies to Cold Damage" + } + }, + [6891]={ + connections={ + [1]={ + id=56265, + orbit=0 + } + }, + group=1251, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=22, + skill=6891, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [6898]={ + connections={ + [1]={ + id=17517, + orbit=0 + }, + [2]={ + id=63209, + orbit=-4 + }, + [3]={ + id=17584, + orbit=-4 + }, + [4]={ + id=61067, + orbit=5 + }, + [5]={ + id=48305, + orbit=0 + } + }, + group=485, + icon="Art/2DArt/SkillIcons/passives/PressurePoints.dds", + isNotable=true, + isSwitchable=true, + name="Relentless Vindicator", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/stormborn.dds", + id=7197, + name="Guardian of the Wilds", + stats={ + [1]="10% increased Damage", + [2]="10% increased Skill Effect Duration", + [3]="+5 to Strength and Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=6898, + stats={ + [1]="10% increased Damage", + [2]="10% increased Critical Hit Chance", + [3]="+5 to Strength and Intelligence" + } + }, + [6900]={ + connections={ + [1]={ + id=26479, + orbit=-6 + }, + [2]={ + id=45751, + orbit=0 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Maximum Block", + orbit=5, + orbitIndex=0, + skill=6900, + stats={ + [1]="+1% to maximum Block chance" + } + }, + [6912]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern", + connections={ + }, + group=964, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds", + isOnlyImage=true, + name="Two Hand Mastery", + orbit=0, + orbitIndex=0, + skill=6912, + stats={ + } + }, + [6923]={ + connections={ + [1]={ + id=1087, + orbit=0 + } + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=3, + orbitIndex=10, + skill=6923, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [6935]={ + ascendancyName="Witchhunter", + connections={ + }, + group=231, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterStrongerSpellAegis.dds", + isNotable=true, + name="Ceremonial Ablution", + orbit=0, + orbitIndex=0, + skill=6935, + stats={ + [1]="50% increased effect of Sorcery Ward", + [2]="Sorcery Ward recovers 50% faster" + } + }, + [6950]={ + connections={ + [1]={ + id=49804, + orbit=0 + } + }, + group=727, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Exposure Effect", + orbit=2, + orbitIndex=2, + skill=6950, + stats={ + [1]="10% increased Exposure Effect" + } + }, + [6951]={ + connections={ + [1]={ + id=23608, + orbit=-2 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=4, + orbitIndex=54, + skill=6951, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [6952]={ + connections={ + }, + group=69, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=18, + skill=6952, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [6988]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/AltMasteryChannelling.dds", + isOnlyImage=true, + name="Herald Mastery", + orbit=2, + orbitIndex=10, + skill=6988, + stats={ + } + }, + [7023]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=1224, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=7023, + stats={ + } + }, + [7049]={ + connections={ + [1]={ + id=22556, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Armour while Surrounded", + orbit=3, + orbitIndex=19, + skill=7049, + stats={ + [1]="30% increased Armour while Surrounded" + } + }, + [7060]={ + connections={ + [1]={ + id=24339, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=20, + skill=7060, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [7062]={ + connections={ + [1]={ + id=16680, + orbit=0 + }, + [2]={ + id=61432, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Reusable Ammunition", + orbit=4, + orbitIndex=19, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Despair" + }, + skill=7062, + stats={ + [1]="30% chance to not consume a bolt if you've Reloaded Recently" + } + }, + [7068]={ + ascendancyName="Ritualist", + connections={ + }, + group=1349, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistIncreasedEffectOfJewellery.dds", + isNotable=true, + name="Mystic Attunement", + orbit=0, + orbitIndex=0, + skill=7068, + stats={ + [1]="25% increased bonuses gained from Equipped Rings and Amulets" + } + }, + [7120]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=43131, + orbit=-8 + }, + [2]={ + id=20830, + orbit=0 + }, + [3]={ + id=61897, + orbit=8 + }, + [4]={ + id=51737, + orbit=0 + }, + [5]={ + id=25172, + orbit=0 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Witchhunter", + orbit=9, + orbitIndex=72, + skill=7120, + stats={ + } + }, + [7163]={ + connections={ + [1]={ + id=45100, + orbit=3 + }, + [2]={ + id=23013, + orbit=0 + } + }, + group=1050, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Stimulants", + orbit=5, + orbitIndex=45, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Greed" + }, + skill=7163, + stats={ + [1]="16% increased Attack Speed during any Flask Effect" + } + }, + [7183]={ + connections={ + [1]={ + id=48589, + orbit=-6 + } + }, + group=415, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Recovery", + orbit=2, + orbitIndex=5, + skill=7183, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [7201]={ + connections={ + [1]={ + id=516, + orbit=3 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=21, + skill=7201, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies further than 6m" + } + }, + [7204]={ + connections={ + [1]={ + id=53527, + orbit=0 + }, + [2]={ + id=4985, + orbit=0 + }, + [3]={ + id=64525, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=0, + orbitIndex=0, + skill=7204, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [7218]={ + connections={ + [1]={ + id=60203, + orbit=0 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=3, + orbitIndex=22, + skill=7218, + stats={ + [1]="+8 to Strength" + } + }, + [7246]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=39204, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Mana Regeneration", + orbit=8, + orbitIndex=54, + skill=7246, + stats={ + [1]="12% increased Mana Regeneration Rate" + } + }, + [7251]={ + connections={ + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=16, + skill=7251, + stats={ + [1]="10% increased Attack Damage" + } + }, + [7275]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Electrocuting Exposure", + orbit=4, + orbitIndex=64, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Ire" + }, + skill=7275, + stats={ + [1]="Gain 25% of Physical Damage as Extra Lightning Damage against Electrocuted Enemies" + } + }, + [7294]={ + connections={ + [1]={ + id=65498, + orbit=0 + }, + [2]={ + id=39307, + orbit=0 + }, + [3]={ + id=41017, + orbit=0 + } + }, + group=1223, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break and Physical Damage", + orbit=2, + orbitIndex=16, + skill=7294, + stats={ + [1]="Break 10% increased Armour", + [2]="6% increased Physical Damage" + } + }, + [7302]={ + connections={ + [1]={ + id=52615, + orbit=0 + }, + [2]={ + id=30077, + orbit=0 + } + }, + group=1175, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Echoing Pulse", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Ire" + }, + skill=7302, + stats={ + [1]="Final Repeat of Spells has 30% increased Area of Effect" + } + }, + [7338]={ + connections={ + [1]={ + id=52060, + orbit=0 + } + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Abasement", + orbit=7, + orbitIndex=23, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Fear" + }, + skill=7338, + stats={ + [1]="20% increased Stun Recovery", + [2]="Gain additional Stun Threshold equal to 30% of maximum Energy Shield" + } + }, + [7341]={ + connections={ + [1]={ + id=33244, + orbit=0 + } + }, + group=267, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Ignore Pain", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Suffering" + }, + skill=7341, + stats={ + [1]="Gain 3 Rage when Hit by an Enemy", + [2]="Every Rage also grants 2% increased Stun Threshold" + } + }, + [7344]={ + connections={ + [1]={ + id=58182, + orbit=0 + }, + [2]={ + id=26931, + orbit=0 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + isNotable=true, + name="Life from Death", + orbit=3, + orbitIndex=4, + skill=7344, + stats={ + [1]="Recover 3% of maximum Life on Kill" + } + }, + [7353]={ + connections={ + [1]={ + id=9046, + orbit=3 + } + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=5, + skill=7353, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [7378]={ + connections={ + [1]={ + id=65016, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=21, + skill=7378, + stats={ + [1]="12% increased Fire Damage" + } + }, + [7390]={ + connections={ + [1]={ + id=17150, + orbit=7 + } + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=4, + skill=7390, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [7392]={ + connections={ + [1]={ + id=10571, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=3, + orbitIndex=19, + skill=7392, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [7395]={ + connections={ + [1]={ + id=30007, + orbit=0 + }, + [2]={ + id=46051, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNotable1.dds", + isNotable=true, + name="Retaliation", + orbit=3, + orbitIndex=13, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Suffering" + }, + skill=7395, + stats={ + [1]="75% increased Thorns damage if you've Blocked Recently" + } + }, + [7405]={ + connections={ + [1]={ + id=4850, + orbit=0 + } + }, + group=832, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Effect and Mana Regeneration", + orbit=0, + orbitIndex=0, + skill=7405, + stats={ + [1]="6% increased Mana Regeneration Rate", + [2]="10% increased Magnitude of Shock you inflict" + } + }, + [7412]={ + connections={ + [1]={ + id=45709, + orbit=0 + } + }, + group=1064, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charges", + orbit=7, + orbitIndex=15, + skill=7412, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [7424]={ + connections={ + [1]={ + id=36994, + orbit=0 + }, + [2]={ + id=1823, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=0, + skill=7424, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [7449]={ + connections={ + [1]={ + id=53696, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Splinters", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Envy", + [2]="Paranoia", + [3]="Despair" + }, + skill=7449, + stats={ + [1]="30% increased Stun Buildup", + [2]="Hits Break 50% increased Armour on targets with Ailments" + } + }, + [7465]={ + connections={ + [1]={ + id=11509, + orbit=0 + } + }, + group=1183, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=3, + orbitIndex=16, + skill=7465, + stats={ + [1]="15% increased Critical Hit Chance against Enemies that have entered your Presence Recently" + } + }, + [7473]={ + connections={ + [1]={ + id=64471, + orbit=-4 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=7, + orbitIndex=23, + skill=7473, + stats={ + [1]="Herald Skills deal 20% increased Damage" + } + }, + [7488]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds", + isOnlyImage=true, + name="Leech Mastery", + orbit=0, + orbitIndex=0, + skill=7488, + stats={ + } + }, + [7526]={ + connections={ + [1]={ + id=9411, + orbit=0 + }, + [2]={ + id=17447, + orbit=0 + }, + [3]={ + id=22972, + orbit=0 + }, + [4]={ + id=43044, + orbit=0 + }, + [5]={ + id=24210, + orbit=0 + } + }, + group=1018, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=7526, + stats={ + [1]="+5 to any Attribute" + } + }, + [7576]={ + connections={ + [1]={ + id=33866, + orbit=0 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=0, + orbitIndex=0, + skill=7576, + stats={ + [1]="8% increased Attack Damage" + } + }, + [7604]={ + connections={ + [1]={ + id=35985, + orbit=0 + }, + [2]={ + id=19074, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Rapid Strike", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Fear" + }, + skill=7604, + stats={ + [1]="+30 to Accuracy Rating", + [2]="8% increased Melee Attack Speed" + } + }, + [7621]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=55611, + orbit=0 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerShockMagnitude.dds", + isNotable=true, + name="I am the Thunder...", + orbit=5, + orbitIndex=15, + skill=7621, + stats={ + [1]="Gain 10% of Damage as Extra Lightning Damage", + [2]="25% chance on Shocking Enemies to created Shocked Ground" + } + }, + [7628]={ + connections={ + [1]={ + id=41646, + orbit=0 + }, + [2]={ + id=55231, + orbit=0 + } + }, + group=536, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=30, + skill=7628, + stats={ + [1]="+5 to any Attribute" + } + }, + [7651]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + [1]={ + id=21788, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Pierce the Heart", + orbit=6, + orbitIndex=21, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Paranoia" + }, + skill=7651, + stats={ + [1]="Arrows Pierce an additional Target" + } + }, + [7668]={ + connections={ + [1]={ + id=62015, + orbit=0 + } + }, + group=281, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Internal Bleeding", + orbit=2, + orbitIndex=3, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Paranoia" + }, + skill=7668, + stats={ + [1]="20% chance to Aggravate Bleeding on targets you Hit with Empowered Attacks", + [2]="Empowered Attacks deal 30% increased Damage" + } + }, + [7716]={ + connections={ + }, + group=253, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=23, + skill=7716, + stats={ + [1]="10% increased Armour", + [2]="+5% of Armour also applies to Elemental Damage" + } + }, + [7721]={ + connections={ + [1]={ + id=54232, + orbit=0 + }, + [2]={ + id=61534, + orbit=3 + }, + [3]={ + id=18629, + orbit=-6 + }, + [4]={ + id=64683, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/Warrior.dds", + isNotable=true, + name="Relentless", + orbit=4, + orbitIndex=45, + skill=7721, + stats={ + [1]="15% increased Armour", + [2]="Regenerate 0.5% of maximum Life per second", + [3]="+10 to Strength" + } + }, + [7741]={ + connections={ + [1]={ + id=42500, + orbit=0 + } + }, + group=657, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=5, + skill=7741, + stats={ + [1]="+5 to any Attribute" + } + }, + [7777]={ + connections={ + [1]={ + id=26739, + orbit=7 + }, + [2]={ + id=42205, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Breaking Point", + orbit=4, + orbitIndex=18, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Fear" + }, + skill=7777, + stats={ + [1]="10% increased Duration of Elemental Ailments on Enemies", + [2]="30% increased Magnitude of Non-Damaging Ailments you inflict" + } + }, + [7782]={ + connections={ + [1]={ + id=6161, + orbit=0 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Rupturing Pins", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Guilt" + }, + skill=7782, + stats={ + [1]="40% increased Magnitude of Bleeding you inflict against Pinned Enemies" + } + }, + [7788]={ + connections={ + [1]={ + id=57805, + orbit=5 + } + }, + group=643, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + name="Knockback", + orbit=7, + orbitIndex=4, + skill=7788, + stats={ + [1]="8% increased Knockback Distance" + } + }, + [7793]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=18348, + orbit=6 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Life", + orbit=9, + orbitIndex=130, + skill=7793, + stats={ + [1]="3% increased maximum Life" + } + }, + [7809]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1181, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Wild Storm", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Isolation" + }, + skill=7809, + stats={ + [1]="15% more Maximum Lightning Damage" + } + }, + [7847]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStagNotable.dds", + isNotable=true, + name="The Fabled Stag", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Fear" + }, + skill=7847, + stats={ + [1]="40% increased Endurance, Frenzy and Power Charge Duration", + [2]="+10 to Dexterity", + [3]="Skills have 10% chance to not remove Charges but still count as consuming them" + } + }, + [7878]={ + connections={ + [1]={ + id=53901, + orbit=7 + } + }, + group=356, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage from Shield Defences", + orbit=2, + orbitIndex=16, + skill=7878, + stats={ + [1]="5% increased Block chance" + } + }, + [7888]={ + connections={ + [1]={ + id=17101, + orbit=0 + }, + [2]={ + id=28963, + orbit=2 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + name="Combo Gain", + orbit=3, + orbitIndex=21, + skill=7888, + stats={ + [1]="10% Chance to build an additional Combo on Hit" + } + }, + [7922]={ + connections={ + [1]={ + id=45962, + orbit=-6 + } + }, + group=415, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Flask Duration", + orbit=2, + orbitIndex=17, + skill=7922, + stats={ + [1]="10% increased Flask Effect Duration" + } + }, + [7947]={ + connections={ + [1]={ + id=26061, + orbit=2 + } + }, + group=751, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Energy Shield as Freeze Threshold", + orbit=2, + orbitIndex=16, + skill=7947, + stats={ + [1]="Gain 15% of maximum Energy Shield as additional Freeze Threshold" + } + }, + [7960]={ + connections={ + }, + group=288, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=2, + skill=7960, + stats={ + } + }, + [7971]={ + connections={ + [1]={ + id=1468, + orbit=-7 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=4, + orbitIndex=10, + skill=7971, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [7972]={ + connections={ + [1]={ + id=25229, + orbit=0 + }, + [2]={ + id=5663, + orbit=0 + } + }, + group=212, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Endurance Charge Duration", + orbit=2, + orbitIndex=4, + skill=7972, + stats={ + [1]="20% increased Endurance Charge Duration" + } + }, + [7979]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=19233, + orbit=0 + } + }, + group=1343, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonConsumeFrenzyChargeGainElementalInstillation.dds", + isNotable=true, + name="Elemental Surge", + orbit=0, + orbitIndex=0, + skill=7979, + stats={ + [1]="When you Consume a Power Charge Trigger Elemental Surge to gain 3 Cold Surges", + [2]="When you Consume an Endurance Charge Trigger Elemental Surge to gain 3 Fire Surges", + [3]="When you Consume a Frenzy Charge Trigger Elemental Surge to gain 3 Lightning Surges", + [4]="Grants Skill: Elemental Surge" + } + }, + [7998]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=39640, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Shock Chance", + orbit=6, + orbitIndex=70, + skill=7998, + stats={ + [1]="20% increased chance to Shock" + } + }, + [8045]={ + connections={ + [1]={ + id=64927, + orbit=-6 + }, + [2]={ + id=52464, + orbit=5 + } + }, + group=1096, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=3, + orbitIndex=7, + skill=8045, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [8092]={ + connections={ + [1]={ + id=44605, + orbit=6 + }, + [2]={ + id=59028, + orbit=0 + } + }, + group=652, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=11, + skill=8092, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [8115]={ + connections={ + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=3, + orbitIndex=8, + skill=8115, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [8143]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=16100, + orbit=4 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionEnergyShieldGrantsSpirit.dds", + isNotable=true, + name="Lead me through Grace...", + orbit=9, + orbitIndex=5, + skill=8143, + stats={ + [1]="+1 to Spirit for every 8 Item Energy Shield on Equipped Body Armour", + [2]="+1 to Spirit for every 20 Evasion Rating on Equipped Body Armour", + [3]="Cannot gain Spirit from Equipment" + } + }, + [8154]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=3921, + orbit=0 + }, + [2]={ + id=38398, + orbit=0 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/AltMasteryChannelling.dds", + isOnlyImage=true, + name="Herald Mastery", + orbit=0, + orbitIndex=0, + skill=8154, + stats={ + } + }, + [8157]={ + connections={ + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=2, + orbitIndex=16, + skill=8157, + stats={ + [1]="8% increased Reservation Efficiency of Herald Skills" + } + }, + [8171]={ + connections={ + [1]={ + id=45162, + orbit=0 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Presence Area", + orbit=7, + orbitIndex=22, + skill=8171, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [8194]={ + connections={ + }, + group=1109, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if no recent Stun", + orbit=7, + orbitIndex=10, + skill=8194, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [8246]={ + connections={ + [1]={ + id=37548, + orbit=0 + }, + [2]={ + id=64462, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=11, + skill=8246, + stats={ + [1]="10% increased Attack Damage" + } + }, + [8249]={ + connections={ + [1]={ + id=63525, + orbit=0 + }, + [2]={ + id=16816, + orbit=0 + } + }, + group=929, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Critical Chance", + orbit=7, + orbitIndex=8, + skill=8249, + stats={ + [1]="8% increased Critical Hit Chance for Attacks", + [2]="6% increased Accuracy Rating" + } + }, + [8260]={ + connections={ + [1]={ + id=21453, + orbit=0 + } + }, + group=140, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Duration", + orbit=7, + orbitIndex=0, + skill=8260, + stats={ + [1]="20% increased Armour Break Duration" + } + }, + [8272]={ + ascendancyName="Witchhunter", + connections={ + }, + group=145, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterSpecPoints.dds", + isNotable=true, + name="Weapon Master", + orbit=0, + orbitIndex=0, + skill=8272, + stats={ + [1]="100 Passive Skill Points become Weapon Set Skill Points" + } + }, + [8273]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=25565, + orbit=0 + } + }, + group=1199, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Endless Circuit", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Despair" + }, + skill=8273, + stats={ + [1]="25% chance on Consuming a Shock on an Enemy to reapply it" + } + }, + [8302]={ + connections={ + [1]={ + id=4467, + orbit=-3 + } + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + name="Damage vs Blinded", + orbit=2, + orbitIndex=0, + skill=8302, + stats={ + [1]="15% increased Damage with Hits against Blinded Enemies" + } + }, + [8349]={ + connections={ + [1]={ + id=31644, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=19, + skill=8349, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [8357]={ + connections={ + [1]={ + id=10742, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Attack and Cast Speed", + orbit=3, + orbitIndex=6, + skill=8357, + stats={ + [1]="Minions have 3% increased Attack and Cast Speed" + } + }, + [8382]={ + connections={ + [1]={ + id=61863, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonCold.dds", + name="Cold Damage and Energy Shield Recharge Rate", + orbit=3, + orbitIndex=15, + skill=8382, + stats={ + [1]="7% increased Cold Damage", + [2]="8% increased Energy Shield Recharge Rate" + } + }, + [8397]={ + connections={ + [1]={ + id=41130, + orbit=0 + }, + [2]={ + id=1220, + orbit=0 + } + }, + group=545, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isNotable=true, + name="Empowering Remains", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Fear" + }, + skill=8397, + stats={ + [1]="40% increased Spell Damage if one of your Minions has died Recently" + } + }, + [8406]={ + connections={ + [1]={ + id=48305, + orbit=-4 + } + }, + group=471, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=21, + skill=8406, + stats={ + [1]="+5 to any Attribute" + } + }, + [8415]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=62388, + orbit=0 + }, + [2]={ + id=3165, + orbit=-5 + }, + [3]={ + id=30071, + orbit=0 + }, + [4]={ + id=59342, + orbit=0 + }, + [5]={ + id=47442, + orbit=0 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLeaveBloodOrbs.dds", + isFreeAllocate=true, + isNotable=true, + name="Sanguimancy", + orbit=6, + orbitIndex=0, + skill=8415, + stats={ + [1]="Skills gain a Base Life Cost equal to Base Mana Cost", + [2]="Grants Skill: Life Remnants" + } + }, + [8440]={ + connections={ + [1]={ + id=45013, + orbit=-7 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=1, + orbitIndex=7, + skill=8440, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [8460]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=8460, + stats={ + } + }, + [8483]={ + connections={ + [1]={ + id=6588, + orbit=0 + } + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Ruin", + orbit=7, + orbitIndex=7, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Suffering" + }, + skill=8483, + stats={ + [1]="35% increased Spell Area Damage", + [2]="Spell Skills have 10% reduced Area of Effect" + } + }, + [8493]={ + connections={ + [1]={ + id=64471, + orbit=0 + }, + [2]={ + id=52860, + orbit=0 + } + }, + group=493, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=8493, + stats={ + [1]="+5 to any Attribute" + } + }, + [8509]={ + connections={ + [1]={ + id=59061, + orbit=0 + } + }, + group=236, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=2, + skill=8509, + stats={ + [1]="20% increased Critical Damage Bonus if you haven't dealt a Critical Hit Recently" + } + }, + [8510]={ + connections={ + [1]={ + id=13030, + orbit=-3 + } + }, + group=930, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Faster Ailments", + orbit=0, + orbitIndex=0, + skill=8510, + stats={ + [1]="Damaging Ailments deal damage 5% faster" + } + }, + [8522]={ + connections={ + [1]={ + id=26236, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=16, + skill=8522, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [8525]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=15, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus7.dds", + isNotable=true, + name="Leather Bindings", + orbit=0, + orbitIndex=0, + skill=8525, + stats={ + [1]="Body Armour grants regenerate 3% of maximum Life per second" + } + }, + [8531]={ + connections={ + [1]={ + id=51534, + orbit=0 + }, + [2]={ + id=62661, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Leaping Ambush", + orbit=3, + orbitIndex=11, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Guilt" + }, + skill=8531, + stats={ + [1]="100% increased Critical Hit Chance against Enemies on Full Life" + } + }, + [8535]={ + connections={ + }, + group=63, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Spiked Whip", + orbit=2, + orbitIndex=7, + skill=8535, + stats={ + [1]="25% increased Damage with Flails" + } + }, + [8540]={ + connections={ + [1]={ + id=45230, + orbit=0 + } + }, + group=802, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Area", + orbit=2, + orbitIndex=10, + skill=8540, + stats={ + [1]="20% increased Area of Effect of Curses" + } + }, + [8554]={ + connections={ + [1]={ + id=47191, + orbit=0 + } + }, + group=192, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Burning Nature", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Greed" + }, + skill=8554, + stats={ + [1]="25% increased Fire Damage", + [2]="15% increased Ignite Duration on Enemies" + } + }, + [8556]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=8556, + stats={ + } + }, + [8560]={ + connections={ + [1]={ + id=31273, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=1, + orbitIndex=11, + skill=8560, + stats={ + [1]="10% increased Melee Damage" + } + }, + [8569]={ + connections={ + [1]={ + id=47177, + orbit=0 + }, + [2]={ + id=55507, + orbit=9 + }, + [3]={ + id=46034, + orbit=0 + }, + [4]={ + id=8540, + orbit=0 + } + }, + group=787, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=6, + skill=8569, + stats={ + [1]="+5 to any Attribute" + } + }, + [8573]={ + connections={ + [1]={ + id=11526, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Damage", + orbit=5, + orbitIndex=26, + skill=8573, + stats={ + [1]="12% increased Damage with Bows" + } + }, + [8600]={ + connections={ + [1]={ + id=27439, + orbit=0 + }, + [2]={ + id=40596, + orbit=8 + }, + [3]={ + id=44406, + orbit=4 + }, + [4]={ + id=43778, + orbit=0 + }, + [5]={ + id=31650, + orbit=0 + } + }, + group=279, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=8600, + stats={ + [1]="+5 to any Attribute" + } + }, + [8606]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=867, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=8606, + stats={ + } + }, + [8607]={ + connections={ + [1]={ + id=46665, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Lavianga's Brew", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Ire" + }, + skill=8607, + stats={ + [1]="30% increased Mana Cost Efficiency of Attacks during any Mana Flask Effect" + } + }, + [8611]={ + ascendancyName="Lich", + connections={ + [1]={ + id=59, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Curse Area", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=28740, + name="Curse Area", + stats={ + [1]="25% increased Area of Effect of Curses" + } + } + }, + orbit=8, + orbitIndex=56, + skill=8611, + stats={ + [1]="25% increased Area of Effect of Curses" + } + }, + [8616]={ + connections={ + [1]={ + id=57710, + orbit=0 + }, + [2]={ + id=43576, + orbit=-4 + }, + [3]={ + id=36746, + orbit=4 + } + }, + group=628, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=8616, + stats={ + [1]="+5 to any Attribute" + } + }, + [8629]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=307, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=8629, + stats={ + } + }, + [8631]={ + connections={ + [1]={ + id=32660, + orbit=0 + }, + [2]={ + id=59256, + orbit=0 + }, + [3]={ + id=30979, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=3, + orbitIndex=2, + skill=8631, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [8644]={ + connections={ + [1]={ + id=62496, + orbit=0 + }, + [2]={ + id=27417, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Damage", + orbit=6, + orbitIndex=51, + skill=8644, + stats={ + [1]="10% increased Trap Damage" + } + }, + [8660]={ + connections={ + [1]={ + id=18846, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Reverberation", + orbit=3, + orbitIndex=12, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Fear" + }, + skill=8660, + stats={ + [1]="Spell Skills have 15% increased Area of Effect" + } + }, + [8697]={ + connections={ + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=3, + orbitIndex=2, + skill=8697, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [8734]={ + connections={ + [1]={ + id=52743, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=14, + skill=8734, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [8737]={ + connections={ + [1]={ + id=41511, + orbit=0 + }, + [2]={ + id=25927, + orbit=-7 + }, + [3]={ + id=6077, + orbit=-2 + }, + [4]={ + id=56284, + orbit=-2 + } + }, + group=187, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=0, + orbitIndex=0, + skill=8737, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [8782]={ + connections={ + [1]={ + id=13882, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Empowering Infusions", + orbit=7, + orbitIndex=14, + recipe={ + [1]="Suffering", + [2]="Envy", + [3]="Guilt" + }, + skill=8782, + stats={ + [1]="30% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [8785]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern", + connections={ + }, + group=865, + icon="Art/2DArt/SkillIcons/passives/MasteryCurse.dds", + isOnlyImage=true, + name="Curse Mastery", + orbit=0, + orbitIndex=0, + skill=8785, + stats={ + } + }, + [8789]={ + connections={ + [1]={ + id=63182, + orbit=3 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=2, + orbitIndex=12, + skill=8789, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [8791]={ + connections={ + [1]={ + id=32096, + orbit=0 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Sturdy Ally", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Despair" + }, + skill=8791, + stats={ + [1]="Companions gain your Strength", + [2]="+15 to Strength" + } + }, + [8800]={ + connections={ + [1]={ + id=28982, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=10, + skill=8800, + stats={ + [1]="15% increased Melee Damage with Hits at Close Range" + } + }, + [8810]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + [1]={ + id=33751, + orbit=2 + } + }, + group=915, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + isNotable=true, + name="Multitasking", + orbit=1, + orbitIndex=4, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Fear" + }, + skill=8810, + stats={ + [1]="15% increased Skill Effect Duration", + [2]="12% increased Cooldown Recovery Rate" + } + }, + [8821]={ + connections={ + [1]={ + id=63863, + orbit=0 + } + }, + group=714, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=3, + orbitIndex=0, + skill=8821, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [8827]={ + connections={ + [1]={ + id=16691, + orbit=0 + }, + [2]={ + id=28862, + orbit=0 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Fast Metabolism", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Suffering" + }, + skill=8827, + stats={ + [1]="Life Leech effects are not removed when Unreserved Life is Filled" + } + }, + [8831]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=14082, + orbit=0 + } + }, + group=1016, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Tempered Mind", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Paranoia" + }, + skill=8831, + stats={ + [1]="20% increased Critical Damage Bonus", + [2]="+10 to Strength", + [3]="20% increased Physical Damage" + } + }, + [8852]={ + connections={ + }, + group=89, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech and Slower Leech", + orbit=2, + orbitIndex=17, + skill=8852, + stats={ + [1]="15% increased amount of Life Leeched", + [2]="Leech Life 5% slower" + } + }, + [8854]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=46644, + orbit=0 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Life", + orbit=8, + orbitIndex=54, + skill=8854, + stats={ + [1]="3% increased maximum Life" + } + }, + [8867]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=7246, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/GrantsArcaneSurge.dds", + isNotable=true, + name="Constant Gale", + orbit=8, + orbitIndex=60, + skill=8867, + stats={ + [1]="You have Arcane Surge" + } + }, + [8872]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDualWieldPattern", + connections={ + [1]={ + id=2394, + orbit=0 + }, + [2]={ + id=45488, + orbit=0 + } + }, + group=680, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupDualWield.dds", + isOnlyImage=true, + name="Dual Wielding Mastery", + orbit=0, + orbitIndex=0, + skill=8872, + stats={ + } + }, + [8875]={ + connections={ + [1]={ + id=50687, + orbit=0 + } + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Electrocute Buildup", + orbit=1, + orbitIndex=8, + skill=8875, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [8881]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern", + connections={ + }, + group=222, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Unforgiving", + orbit=4, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Greed" + }, + skill=8881, + stats={ + [1]="+4 to Maximum Rage", + [2]="Inherent loss of Rage is 20% slower" + } + }, + [8896]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1188, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + isNotable=true, + name="Agile Sprinter", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Ire" + }, + skill=8896, + stats={ + [1]="100% increased Evasion Rating while Sprinting" + } + }, + [8904]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=1154, + icon="Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds", + isNotable=true, + name="Death from Afar", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Guilt" + }, + skill=8904, + stats={ + [1]="Projectiles have 25% increased Critical Hit Chance against Enemies further than 6m", + [2]="Projectiles deal 25% increased Damage with Hits against Enemies further than 6m" + } + }, + [8908]={ + connections={ + [1]={ + id=13711, + orbit=4 + }, + [2]={ + id=3203, + orbit=-5 + } + }, + group=944, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=6, + skill=8908, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [8938]={ + connections={ + [1]={ + id=33229, + orbit=-4 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Chance", + orbit=3, + orbitIndex=16, + skill=8938, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [8957]={ + connections={ + [1]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Right Hand of Darkness", + orbit=4, + orbitIndex=44, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Suffering" + }, + skill=8957, + stats={ + [1]="Minions have 20% increased Area of Effect", + [2]="Minions have 10% chance to inflict Withered on Hit" + } + }, + [8975]={ + connections={ + [1]={ + id=61196, + orbit=4 + } + }, + group=838, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=8975, + stats={ + [1]="+5 to any Attribute" + } + }, + [8983]={ + connections={ + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=12, + skill=8983, + stats={ + [1]="Minions deal 12% increased Damage" + } + }, + [8991]={ + connections={ + [1]={ + id=22319, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFire.dds", + name="Fire Damage and Flammability Magnitude", + orbit=3, + orbitIndex=12, + skill=8991, + stats={ + [1]="6% increased Fire Damage", + [2]="8% increased Flammability Magnitude" + } + }, + [9018]={ + connections={ + [1]={ + id=35918, + orbit=2 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Area and Presence", + orbit=3, + orbitIndex=5, + skill=9018, + stats={ + [1]="20% increased Presence Area of Effect", + [2]="3% reduced Area of Effect" + } + }, + [9020]={ + connections={ + [1]={ + id=35118, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + isNotable=true, + name="Giantslayer", + orbit=1, + orbitIndex=11, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Despair" + }, + skill=9020, + stats={ + [1]="25% increased Damage with Hits against Rare and Unique Enemies", + [2]="20% increased Accuracy Rating against Rare or Unique Enemies", + [3]="20% increased chance to inflict Ailments against Rare or Unique Enemies" + } + }, + [9037]={ + connections={ + [1]={ + id=21912, + orbit=0 + } + }, + group=149, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=69, + skill=9037, + stats={ + [1]="10% increased Attack Damage" + } + }, + [9040]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + [1]={ + id=45751, + orbit=0 + } + }, + group=181, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Shield Mastery", + orbit=0, + orbitIndex=0, + skill=9040, + stats={ + } + }, + [9046]={ + connections={ + [1]={ + id=56776, + orbit=5 + } + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=3, + orbitIndex=8, + skill=9046, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [9050]={ + connections={ + [1]={ + id=24958, + orbit=-4 + }, + [2]={ + id=37691, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=6, + orbitIndex=36, + skill=9050, + stats={ + [1]="3% increased Attack Speed" + } + }, + [9065]={ + connections={ + [1]={ + id=752, + orbit=5 + } + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage", + orbit=4, + orbitIndex=23, + skill=9065, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [9069]={ + connections={ + [1]={ + id=42245, + orbit=0 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=2, + orbitIndex=4, + skill=9069, + stats={ + [1]="Triggered Spells deal 14% increased Spell Damage" + } + }, + [9083]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Defence Mastery", + orbit=0, + orbitIndex=0, + skill=9083, + stats={ + } + }, + [9085]={ + connections={ + }, + group=933, + icon="Art/2DArt/SkillIcons/passives/CrimsonAssaultKeystone.dds", + isKeystone=true, + name="Crimson Assault", + orbit=0, + orbitIndex=0, + skill=9085, + stats={ + [1]="Bleeding you inflict is Aggravated", + [2]="Base Bleeding Duration is 1 second" + } + }, + [9089]={ + connections={ + [1]={ + id=41020, + orbit=0 + } + }, + group=1177, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Evasion Rating", + orbit=1, + orbitIndex=1, + skill=9089, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [9106]={ + connections={ + [1]={ + id=54937, + orbit=7 + } + }, + group=86, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage when Hit", + orbit=7, + orbitIndex=2, + skill=9106, + stats={ + [1]="Gain 2 Rage when Hit by an Enemy" + } + }, + [9112]={ + connections={ + [1]={ + id=44612, + orbit=0 + } + }, + group=911, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=1, + orbitIndex=11, + skill=9112, + stats={ + [1]="25% increased Elemental Ailment Threshold" + } + }, + [9141]={ + connections={ + [1]={ + id=13748, + orbit=-6 + }, + [2]={ + id=35760, + orbit=6 + }, + [3]={ + id=5703, + orbit=-2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=12, + skill=9141, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [9151]={ + connections={ + [1]={ + id=42302, + orbit=0 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Forking Projectiles", + orbit=2, + orbitIndex=18, + skill=9151, + stats={ + [1]="Projectiles have 25% chance for an additional Projectile when Forking" + } + }, + [9163]={ + connections={ + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=8, + skill=9163, + stats={ + [1]="18% increased Armour" + } + }, + [9164]={ + connections={ + [1]={ + id=25513, + orbit=0 + } + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=5, + orbitIndex=45, + skill=9164, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [9185]={ + connections={ + [1]={ + id=60107, + orbit=0 + } + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=5, + skill=9185, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [9187]={ + connections={ + [1]={ + id=20015, + orbit=0 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Escalation", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Guilt" + }, + skill=9187, + stats={ + [1]="25% increased Warcry Speed", + [2]="20% increased Damage for each different Warcry you've used Recently" + } + }, + [9217]={ + connections={ + [1]={ + id=5108, + orbit=0 + }, + [2]={ + id=16538, + orbit=0 + }, + [3]={ + id=47733, + orbit=0 + } + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=0, + orbitIndex=0, + skill=9217, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [9226]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=125, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + isNotable=true, + name="Mental Perseverance", + orbit=1, + orbitIndex=5, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Greed" + }, + skill=9226, + stats={ + [1]="10% of Damage is taken from Mana before Life" + } + }, + [9227]={ + connections={ + [1]={ + id=36071, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNotable1.dds", + isNotable=true, + name="Focused Thrust", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Greed" + }, + skill=9227, + stats={ + [1]="75% increased Melee Damage with Spears while Surrounded", + [2]="40% increased Projectile Damage with Spears while there are no Enemies within 3m" + } + }, + [9240]={ + connections={ + [1]={ + id=21225, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Damage", + orbit=2, + orbitIndex=16, + skill=9240, + stats={ + [1]="10% increased Damage with Spears" + } + }, + [9272]={ + connections={ + [1]={ + id=12906, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Duration", + orbit=1, + orbitIndex=0, + skill=9272, + stats={ + [1]="10% increased Pin duration" + } + }, + [9275]={ + connections={ + [1]={ + id=5704, + orbit=0 + }, + [2]={ + id=63888, + orbit=0 + } + }, + group=1005, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Speed", + orbit=2, + orbitIndex=16, + skill=9275, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Accuracy Rating" + } + }, + [9290]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Rusted Pins", + orbit=4, + orbitIndex=57, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Fear" + }, + skill=9290, + stats={ + [1]="30% increased Pin Buildup", + [2]="Bleeding you inflict on Pinned Enemies is Aggravated" + } + }, + [9294]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=528, + orbit=0 + } + }, + group=1342, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonExcessChancetoHitConvertedtoCritHitChance.dds", + isNotable=true, + name="Critical Strike", + orbit=0, + orbitIndex=0, + skill=9294, + stats={ + [1]="Chance to Hit with Attacks can exceed 100%", + [2]="Gain additional Critical Hit Chance equal to 25% of excess chance to Hit with Attacks" + } + }, + [9324]={ + connections={ + [1]={ + id=41768, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Duration", + orbit=3, + orbitIndex=0, + skill=9324, + stats={ + [1]="8% increased Ignite Duration on Enemies" + } + }, + [9343]={ + connections={ + [1]={ + id=11762, + orbit=0 + }, + [2]={ + id=25412, + orbit=0 + }, + [3]={ + id=50389, + orbit=7 + }, + [4]={ + id=37458, + orbit=7 + } + }, + group=348, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Duration", + orbit=7, + orbitIndex=7, + skill=9343, + stats={ + [1]="Link Skills have 20% increased Skill Effect Duration" + } + }, + [9352]={ + connections={ + [1]={ + id=32071, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=3, + orbitIndex=2, + skill=9352, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [9393]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=1, + orbitIndex=8, + skill=9393, + stats={ + } + }, + [9405]={ + connections={ + [1]={ + id=59720, + orbit=6 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=12, + skill=9405, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [9411]={ + connections={ + [1]={ + id=49466, + orbit=0 + } + }, + group=1028, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=15, + skill=9411, + stats={ + [1]="25% increased Life Recovery from Flasks used when on Low Life" + } + }, + [9417]={ + connections={ + [1]={ + id=48121, + orbit=-6 + }, + [2]={ + id=13171, + orbit=5 + } + }, + group=344, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=0, + orbitIndex=0, + skill=9417, + stats={ + [1]="16% increased Totem Life" + } + }, + [9421]={ + connections={ + [1]={ + id=60170, + orbit=0 + } + }, + group=1068, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Snowpiercer", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Disgust" + }, + skill=9421, + stats={ + [1]="Damage Penetrates 15% Cold Resistance", + [2]="+10 to Intelligence" + } + }, + [9444]={ + connections={ + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + isNotable=true, + name="One with the Storm", + orbit=6, + orbitIndex=39, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Disgust" + }, + skill=9444, + stats={ + [1]="Quarterstaff Skills that consume Power Charges count as consuming an additional Power Charge" + } + }, + [9458]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=9458, + stats={ + } + }, + [9472]={ + connections={ + [1]={ + id=31991, + orbit=0 + }, + [2]={ + id=41062, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Catapult", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Guilt" + }, + skill=9472, + stats={ + [1]="15% increased Projectile Speed", + [2]="12% increased Area of Effect for Attacks" + } + }, + [9485]={ + connections={ + [1]={ + id=60685, + orbit=0 + } + }, + group=687, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=9485, + stats={ + [1]="+5 to any Attribute" + } + }, + [9510]={ + connections={ + [1]={ + id=16695, + orbit=0 + } + }, + group=971, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recoup", + orbit=2, + orbitIndex=0, + skill=9510, + stats={ + [1]="3% of Elemental Damage taken Recouped as Energy Shield" + } + }, + [9528]={ + connections={ + [1]={ + id=62200, + orbit=-4 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown Speed", + orbit=3, + orbitIndex=15, + skill=9528, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [9532]={ + connections={ + [1]={ + id=59368, + orbit=2 + } + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds", + name="Strength and Dexterity", + orbit=7, + orbitIndex=22, + skill=9532, + stats={ + [1]="+4 to Strength", + [2]="+4 to Dexterity" + } + }, + [9568]={ + connections={ + [1]={ + id=5580, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=2, + orbitIndex=1, + skill=9568, + stats={ + [1]="16% increased Totem Life" + } + }, + [9572]={ + connections={ + [1]={ + id=12822, + orbit=0 + } + }, + group=886, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage if Projectile Hit", + orbit=2, + orbitIndex=14, + skill=9572, + stats={ + [1]="15% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds" + } + }, + [9583]={ + connections={ + [1]={ + id=47316, + orbit=0 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech and Physical Damage", + orbit=7, + orbitIndex=21, + skill=9583, + stats={ + [1]="10% increased amount of Life Leeched", + [2]="10% increased Physical Damage" + } + }, + [9586]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=978, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=4, + orbitIndex=10, + skill=9586, + stats={ + } + }, + [9604]={ + connections={ + [1]={ + id=20015, + orbit=0 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Thirst of Kitava", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Despair" + }, + skill=9604, + stats={ + [1]="Life Leeched from Empowered Attacks is Instant" + } + }, + [9638]={ + connections={ + [1]={ + id=39083, + orbit=-7 + } + }, + group=371, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Skill Speed", + orbit=0, + orbitIndex=0, + skill=9638, + stats={ + [1]="3% increased Skill Speed" + } + }, + [9642]={ + connections={ + [1]={ + id=517, + orbit=6 + }, + [2]={ + id=14666, + orbit=-4 + } + }, + group=668, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Dampening Shield", + orbit=7, + orbitIndex=21, + skill=9642, + stats={ + [1]="28% increased maximum Energy Shield", + [2]="Gain additional Ailment Threshold equal to 12% of maximum Energy Shield", + [3]="Gain additional Stun Threshold equal to 12% of maximum Energy Shield" + } + }, + [9652]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1115, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Mending Deflection", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Fear" + }, + skill=9652, + stats={ + [1]="15% of Damage taken from Deflected Hits Recouped as Life" + } + }, + [9663]={ + connections={ + [1]={ + id=19359, + orbit=-5 + } + }, + group=1230, + icon="Art/2DArt/SkillIcons/passives/ChaosDamage2.dds", + name="Chaos Resistance", + orbit=2, + orbitIndex=8, + skill=9663, + stats={ + [1]="+5% to Chaos Resistance" + } + }, + [9698]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=2, + orbitIndex=22, + skill=9698, + stats={ + } + }, + [9703]={ + connections={ + [1]={ + id=6030, + orbit=0 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=3, + orbitIndex=2, + skill=9703, + stats={ + [1]="10% increased Poison Duration" + } + }, + [9710]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1313, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionBleed.dds", + isMultipleChoiceOption=true, + name="Bleeding Concoction", + orbit=0, + orbitIndex=0, + skill=9710, + stats={ + [1]="Grants Skill: Bleeding Concoction" + } + }, + [9736]={ + connections={ + [1]={ + id=61318, + orbit=0 + }, + [2]={ + id=62235, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Insulated Treads", + orbit=4, + orbitIndex=42, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Ire" + }, + skill=9736, + stats={ + [1]="Gain Ailment Threshold equal to the lowest of Evasion and Armour on your Boots" + } + }, + [9737]={ + connections={ + [1]={ + id=36522, + orbit=0 + }, + [2]={ + id=24813, + orbit=4 + }, + [3]={ + id=59480, + orbit=0 + }, + [4]={ + id=15590, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=4, + orbitIndex=51, + skill=9737, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [9745]={ + connections={ + [1]={ + id=58513, + orbit=2147483647 + } + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds", + name="Movement Speed", + orbit=7, + orbitIndex=12, + skill=9745, + stats={ + [1]="2% increased Movement Speed" + } + }, + [9750]={ + connections={ + [1]={ + id=1169, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown", + orbit=7, + orbitIndex=12, + skill=9750, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [9762]={ + connections={ + [1]={ + id=45824, + orbit=0 + } + }, + group=444, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=6, + orbitIndex=5, + skill=9762, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [9782]={ + connections={ + [1]={ + id=20677, + orbit=0 + } + }, + group=995, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=9782, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [9796]={ + connections={ + [1]={ + id=62310, + orbit=-4 + } + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=18, + skill=9796, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [9798]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=24868, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Skill Speed", + orbit=9, + orbitIndex=58, + skill=9798, + stats={ + [1]="4% increased Skill Speed" + } + }, + [9825]={ + connections={ + [1]={ + id=934, + orbit=-4 + }, + [2]={ + id=21755, + orbit=9 + } + }, + group=615, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=3, + orbitIndex=0, + skill=9825, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [9857]={ + connections={ + [1]={ + id=54990, + orbit=0 + } + }, + group=577, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=2, + orbitIndex=8, + skill=9857, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [9896]={ + connections={ + [1]={ + id=292, + orbit=0 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Heartstopping Presence", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Suffering" + }, + skill=9896, + stats={ + [1]="Enemies in your Presence have 75% reduced Life Regeneration rate" + } + }, + [9908]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=294, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + isNotable=true, + name="Price of Freedom", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Ire" + }, + skill=9908, + stats={ + [1]="15% increased Cost Efficiency of Attacks", + [2]="18% of Skill Mana Costs Converted to Life Costs" + } + }, + [9918]={ + connections={ + [1]={ + id=16626, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=2, + orbitIndex=4, + skill=9918, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [9928]={ + connections={ + [1]={ + id=50403, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Embracing Frost", + orbit=4, + orbitIndex=36, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Guilt" + }, + skill=9928, + stats={ + [1]="+1% to Maximum Cold Resistance", + [2]="+10% to Cold Resistance" + } + }, + [9941]={ + connections={ + [1]={ + id=38888, + orbit=0 + } + }, + group=733, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=15, + skill=9941, + stats={ + [1]="8% increased Accuracy Rating with One Handed Melee Weapons", + [2]="8% increased Accuracy Rating with Two Handed Melee Weapons" + } + }, + [9968]={ + connections={ + [1]={ + id=38678, + orbit=-6 + }, + [2]={ + id=28623, + orbit=0 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + isNotable=true, + name="Feel the Earth", + orbit=4, + orbitIndex=69, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Disgust" + }, + skill=9968, + stats={ + [1]="25% reduced Shock duration on you", + [2]="40% increased Elemental Ailment Threshold" + } + }, + [9988]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=20195, + orbit=0 + }, + [2]={ + id=16276, + orbit=0 + }, + [3]={ + id=60913, + orbit=0 + }, + [4]={ + id=25438, + orbit=0 + }, + [5]={ + id=9997, + orbit=0 + }, + [6]={ + id=8525, + orbit=0 + }, + [7]={ + id=13772, + orbit=0 + }, + [8]={ + id=22908, + orbit=0 + }, + [9]={ + id=110, + orbit=0 + }, + [10]={ + id=49340, + orbit=0 + }, + [11]={ + id=61039, + orbit=0 + }, + [12]={ + id=64962, + orbit=0 + } + }, + group=32, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCanOnlyWearNormalRarityBodyArmour.dds", + isFreeAllocate=true, + isNotable=true, + name="Smith's Masterwork", + orbit=0, + orbitIndex=0, + skill=9988, + stats={ + [1]="Can only use a Normal Body Armour" + } + }, + [9994]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=23415, + orbit=0 + }, + [2]={ + id=44357, + orbit=0 + }, + [3]={ + id=13065, + orbit=0 + }, + [4]={ + id=27686, + orbit=0 + }, + [5]={ + id=25434, + orbit=2147483647 + }, + [6]={ + id=17268, + orbit=0 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Master of the Elements", + orbit=9, + orbitIndex=24, + skill=9994, + stats={ + } + }, + [9997]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=20, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus9.dds", + isNotable=true, + name="Molten Symbol", + orbit=0, + orbitIndex=0, + skill=9997, + stats={ + [1]="Body Armour grants 25% of Physical Damage from Hits taken as Fire Damage" + } + }, + [10011]={ + connections={ + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Damage vs Blinded", + orbit=3, + orbitIndex=13, + skill=10011, + stats={ + [1]="15% increased Damage with Hits against Blinded Enemies" + } + }, + [10029]={ + connections={ + [1]={ + id=19277, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Repulsion", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Despair" + }, + skill=10029, + stats={ + [1]="Area Skills have 20% chance to Knock Enemies Back on Hit", + [2]="20% increased Spell Area Damage" + } + }, + [10041]={ + connections={ + [1]={ + id=32799, + orbit=0 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Ailment Threshold and Companion Resistance", + orbit=7, + orbitIndex=22, + skill=10041, + stats={ + [1]="8% increased Elemental Ailment Threshold", + [2]="Companions have +12% to all Elemental Resistances" + } + }, + [10047]={ + connections={ + [1]={ + id=62757, + orbit=0 + } + }, + group=205, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=9, + skill=10047, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [10053]={ + connections={ + [1]={ + id=19470, + orbit=0 + }, + [2]={ + id=9458, + orbit=0 + } + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/FlaskNotableCritStrikeRecharge.dds", + isNotable=true, + name="Combat Alchemy", + orbit=2, + orbitIndex=20, + skill=10053, + stats={ + [1]="10% chance for Flasks you use to not consume Charges", + [2]="20% increased Life and Mana Recovery from Flasks" + } + }, + [10055]={ + connections={ + [1]={ + id=30554, + orbit=0 + }, + [2]={ + id=41497, + orbit=0 + } + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life and Chaos Resistance", + orbit=7, + orbitIndex=2, + skill=10055, + stats={ + [1]="Minions have 8% increased maximum Life", + [2]="Minions have +7% to Chaos Resistance" + } + }, + [10058]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + [1]={ + id=55149, + orbit=0 + }, + [2]={ + id=44373, + orbit=0 + } + }, + group=1119, + icon="Art/2DArt/SkillIcons/passives/MasteryChaos.dds", + isOnlyImage=true, + name="Chaos Mastery", + orbit=0, + orbitIndex=0, + skill=10058, + stats={ + } + }, + [10072]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=52068, + orbit=-7 + } + }, + group=42, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Block Chance", + orbit=0, + orbitIndex=0, + skill=10072, + stats={ + [1]="6% increased Block chance" + } + }, + [10079]={ + connections={ + [1]={ + id=5314, + orbit=0 + } + }, + group=663, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=16, + skill=10079, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [10100]={ + connections={ + [1]={ + id=47263, + orbit=0 + }, + [2]={ + id=25300, + orbit=0 + } + }, + group=118, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=10100, + stats={ + [1]="+5 to any Attribute" + } + }, + [10131]={ + connections={ + [1]={ + id=3251, + orbit=0 + }, + [2]={ + id=44669, + orbit=0 + }, + [3]={ + id=14127, + orbit=0 + }, + [4]={ + id=55947, + orbit=0 + } + }, + group=897, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=10131, + stats={ + [1]="+5 to any Attribute" + } + }, + [10156]={ + connections={ + [1]={ + id=6744, + orbit=-6 + } + }, + group=533, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=38, + skill=10156, + stats={ + [1]="+5 to any Attribute" + } + }, + [10159]={ + connections={ + [1]={ + id=31977, + orbit=4 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=4, + orbitIndex=42, + skill=10159, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [10162]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=1216, + icon="Art/2DArt/SkillIcons/passives/EnduranceFrenzyChargeMastery.dds", + isOnlyImage=true, + name="Power Charge Mastery", + orbit=0, + orbitIndex=0, + skill=10162, + stats={ + } + }, + [10192]={ + connections={ + [1]={ + id=3823, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isSwitchable=true, + name="Elemental Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=61436, + name="Minion Damage", + stats={ + [1]="Minions deal 10% increased Damage" + } + } + }, + orbit=3, + orbitIndex=0, + skill=10192, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [10208]={ + connections={ + [1]={ + id=22909, + orbit=0 + }, + [2]={ + id=60013, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=3, + orbitIndex=11, + skill=10208, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [10242]={ + connections={ + [1]={ + id=38111, + orbit=0 + } + }, + group=1035, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=2, + orbitIndex=8, + skill=10242, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [10245]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=10245, + stats={ + } + }, + [10247]={ + connections={ + [1]={ + id=28370, + orbit=0 + } + }, + group=637, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=51, + skill=10247, + stats={ + [1]="+5 to any Attribute" + } + }, + [10251]={ + connections={ + [1]={ + id=7204, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=16, + skill=10251, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [10265]={ + connections={ + [1]={ + id=36071, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNotable1.dds", + isNotable=true, + name="Javelin", + orbit=6, + orbitIndex=48, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Disgust" + }, + skill=10265, + stats={ + [1]="40% increased Critical Damage Bonus with Spears" + } + }, + [10271]={ + connections={ + [1]={ + id=58038, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Attack Damage while Surrounded", + orbit=3, + orbitIndex=7, + skill=10271, + stats={ + [1]="25% increased Attack Damage while Surrounded" + } + }, + [10273]={ + connections={ + [1]={ + id=45272, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=7, + orbitIndex=2, + skill=10273, + stats={ + [1]="+3 to all Attributes" + } + }, + [10277]={ + connections={ + [1]={ + id=64064, + orbit=0 + } + }, + group=1127, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=7, + skill=10277, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [10286]={ + connections={ + [1]={ + id=38066, + orbit=-4 + } + }, + group=140, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break and Armour", + orbit=7, + orbitIndex=8, + skill=10286, + stats={ + [1]="10% increased Armour", + [2]="Break 15% increased Armour" + } + }, + [10295]={ + connections={ + [1]={ + id=27733, + orbit=0 + } + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Overzealous", + orbit=5, + orbitIndex=33, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Isolation" + }, + skill=10295, + stats={ + [1]="16% increased Cast Speed", + [2]="15% increased Mana Cost of Skills" + } + }, + [10305]={ + connections={ + [1]={ + id=45586, + orbit=0 + }, + [2]={ + id=61490, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Attack Damage with Ally", + orbit=2, + orbitIndex=14, + skill=10305, + stats={ + [1]="Allies in your Presence deal 8% increased Damage", + [2]="8% increased Attack Damage while you have an Ally in your Presence" + } + }, + [10314]={ + connections={ + [1]={ + id=16256, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=4, + orbitIndex=30, + skill=10314, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [10315]={ + connections={ + [1]={ + id=44699, + orbit=0 + }, + [2]={ + id=47443, + orbit=0 + }, + [3]={ + id=37971, + orbit=0 + } + }, + group=1294, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Easy Going", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Isolation" + }, + skill=10315, + stats={ + [1]="25% increased Reservation Efficiency of Companion Skills" + } + }, + [10320]={ + connections={ + [1]={ + id=14548, + orbit=3 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=7, + orbitIndex=18, + skill=10320, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [10362]={ + connections={ + [1]={ + id=10830, + orbit=0 + }, + [2]={ + id=9163, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=0, + orbitIndex=0, + skill=10362, + stats={ + [1]="15% increased Armour" + } + }, + [10364]={ + connections={ + [1]={ + id=44683, + orbit=0 + }, + [2]={ + id=55342, + orbit=4 + }, + [3]={ + id=42857, + orbit=0 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + name="Skill Speed", + orbit=4, + orbitIndex=48, + skill=10364, + stats={ + [1]="3% increased Skill Speed" + } + }, + [10371]={ + ascendancyName="Tactician", + connections={ + }, + group=232, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianMultipleBanners.dds", + isNotable=true, + name="Whoever Pays Best", + orbit=0, + orbitIndex=0, + skill=10371, + stats={ + [1]="Banners gain 5 Glory per second", + [2]="There is no Limit on the number of Banners you can place" + } + }, + [10372]={ + connections={ + [1]={ + id=36191, + orbit=-3 + }, + [2]={ + id=55933, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=1, + orbitIndex=1, + skill=10372, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [10382]={ + connections={ + [1]={ + id=21984, + orbit=0 + } + }, + group=987, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=10382, + stats={ + [1]="+5 to any Attribute" + } + }, + [10398]={ + connections={ + [1]={ + id=3472, + orbit=-3 + } + }, + group=585, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + isNotable=true, + name="Sudden Escalation", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Fear" + }, + skill=10398, + stats={ + [1]="16% increased Critical Hit Chance for Spells", + [2]="8% increased Cast Speed if you've dealt a Critical Hit Recently" + } + }, + [10423]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + [1]={ + id=37905, + orbit=-7 + } + }, + group=1238, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + isNotable=true, + name="Exposed to the Inferno", + orbit=1, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Disgust" + }, + skill=10423, + stats={ + [1]="Damage Penetrates 18% Fire Resistance", + [2]="15% increased Duration of Ailments against Enemies with Exposure" + } + }, + [10429]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=1, + orbitIndex=11, + skill=10429, + stats={ + } + }, + [10472]={ + connections={ + [1]={ + id=17687, + orbit=2147483647 + }, + [2]={ + id=27422, + orbit=3 + } + }, + group=1215, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=4, + orbitIndex=32, + skill=10472, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [10474]={ + connections={ + [1]={ + id=64443, + orbit=0 + }, + [2]={ + id=53785, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=3, + orbitIndex=12, + skill=10474, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [10495]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=1114, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=7, + orbitIndex=18, + skill=10495, + stats={ + } + }, + [10499]={ + connections={ + [1]={ + id=42583, + orbit=2147483647 + }, + [2]={ + id=51788, + orbit=8 + } + }, + group=525, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + isNotable=true, + name="Necromantic Ward", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Fear" + }, + skill=10499, + stats={ + [1]="20% increased Life Regeneration rate", + [2]="30% reduced effect of Curses on you", + [3]="30% increased damage against Undead Enemies" + } + }, + [10500]={ + connections={ + [1]={ + id=6900, + orbit=-6 + }, + [2]={ + id=9040, + orbit=0 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Dazing Blocks", + orbit=4, + orbitIndex=12, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Despair" + }, + skill=10500, + stats={ + [1]="100% chance to Daze Enemies whose Hits you Block while Actively Blocking" + } + }, + [10508]={ + connections={ + [1]={ + id=21684, + orbit=5 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Shield Attack Speed", + orbit=7, + orbitIndex=15, + skill=10508, + stats={ + [1]="3% increased Attack Speed while holding a Shield" + } + }, + [10534]={ + connections={ + [1]={ + id=46205, + orbit=-7 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Cast and Attack Speed", + orbit=2, + orbitIndex=2, + skill=10534, + stats={ + [1]="Spells Cast by Totems have 4% increased Cast Speed", + [2]="Attacks used by Totems have 4% increased Attack Speed" + } + }, + [10552]={ + connections={ + [1]={ + id=703, + orbit=-3 + }, + [2]={ + id=18895, + orbit=3 + } + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun Threshold from Energy Shield", + orbit=7, + orbitIndex=8, + skill=10552, + stats={ + [1]="Gain additional Stun Threshold equal to 12% of maximum Energy Shield" + } + }, + [10571]={ + connections={ + [1]={ + id=48240, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=3, + orbitIndex=17, + skill=10571, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [10576]={ + connections={ + [1]={ + id=58644, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=0, + orbitIndex=0, + skill=10576, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision" + } + }, + [10602]={ + connections={ + [1]={ + id=8629, + orbit=0 + } + }, + group=311, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + isNotable=true, + name="Reaving", + orbit=4, + orbitIndex=9, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Envy" + }, + skill=10602, + stats={ + [1]="8% increased Attack Speed with One Handed Weapons", + [2]="+15 to Dexterity" + } + }, + [10612]={ + connections={ + [1]={ + id=52003, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds", + isNotable=true, + name="Embodiment of Frost", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Ire" + }, + skill=10612, + stats={ + [1]="Immune to Freeze and Chill while affected by Ice Archon" + } + }, + [10648]={ + connections={ + [1]={ + id=26400, + orbit=0 + } + }, + group=1154, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=54, + skill=10648, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies further than 6m" + } + }, + [10671]={ + connections={ + [1]={ + id=5740, + orbit=0 + }, + [2]={ + id=23419, + orbit=0 + }, + [3]={ + id=51048, + orbit=0 + } + }, + group=888, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=1, + skill=10671, + stats={ + [1]="10% increased Attack Damage" + } + }, + [10677]={ + connections={ + [1]={ + id=56638, + orbit=3 + } + }, + group=831, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if not Stunned recently", + orbit=2, + orbitIndex=20, + skill=10677, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [10681]={ + connections={ + [1]={ + id=27581, + orbit=5 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Defensive Stance", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Fear", + [3]="Isolation" + }, + skill=10681, + stats={ + [1]="+4% to maximum Block chance" + } + }, + [10694]={ + ascendancyName="Infernalist", + connections={ + }, + group=656, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistInfernalHeat.dds", + isNotable=true, + name="Seething Body", + orbit=0, + orbitIndex=0, + skill=10694, + stats={ + [1]="While on High Infernal Flame, you and Allies in your", + [2]="Presence Gain 50% of Damage as Fire Damage" + } + }, + [10729]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=980, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=10729, + stats={ + } + }, + [10731]={ + ascendancyName="Chronomancer", + connections={ + }, + group=251, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGainMoreCastSpeed8Seconds.dds", + isNotable=true, + name="Quicksand Hourglass", + orbit=0, + orbitIndex=0, + skill=10731, + stats={ + [1]="Grants Sands of Time" + } + }, + [10738]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=10738, + stats={ + } + }, + [10742]={ + connections={ + [1]={ + id=41991, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Attack and Cast Speed", + orbit=3, + orbitIndex=4, + skill=10742, + stats={ + [1]="Minions have 3% increased Attack and Cast Speed" + } + }, + [10772]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + [1]={ + id=2119, + orbit=0 + } + }, + group=519, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Bloodthirsty", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Fear" + }, + skill=10772, + stats={ + [1]="20% increased amount of Life Leeched", + [2]="Leech Life 25% faster" + } + }, + [10774]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=35863, + orbit=0 + } + }, + group=343, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Unyielding", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Disgust" + }, + skill=10774, + stats={ + [1]="15% increased Attack Speed if you've been Hit Recently", + [2]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [10783]={ + connections={ + [1]={ + id=9762, + orbit=0 + }, + [2]={ + id=38564, + orbit=0 + } + }, + group=444, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=2, + orbitIndex=16, + skill=10783, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [10830]={ + connections={ + [1]={ + id=59589, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=2, + skill=10830, + stats={ + [1]="18% increased Armour" + } + }, + [10835]={ + connections={ + [1]={ + id=48026, + orbit=0 + }, + [2]={ + id=53367, + orbit=2147483647 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Duration", + orbit=3, + orbitIndex=16, + skill=10835, + stats={ + [1]="Banner Skills have 20% increased Duration" + } + }, + [10873]={ + connections={ + [1]={ + id=32777, + orbit=0 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + isNotable=true, + name="Bestial Rage", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Fear" + }, + skill=10873, + stats={ + [1]="25% increased Attack Damage" + } + }, + [10881]={ + connections={ + [1]={ + id=36450, + orbit=3 + } + }, + group=902, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Focus Energy Shield", + orbit=0, + orbitIndex=0, + skill=10881, + stats={ + [1]="40% increased Energy Shield from Equipped Focus" + } + }, + [10909]={ + connections={ + [1]={ + id=16489, + orbit=6 + }, + [2]={ + id=33053, + orbit=3 + } + }, + group=728, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=8, + skill=10909, + stats={ + [1]="+5 to any Attribute" + } + }, + [10927]={ + connections={ + [1]={ + id=9272, + orbit=0 + }, + [2]={ + id=42250, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Duration", + orbit=3, + orbitIndex=3, + skill=10927, + stats={ + [1]="10% increased Pin duration" + } + }, + [10944]={ + connections={ + }, + group=1036, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=2, + orbitIndex=0, + skill=10944, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [10987]={ + ascendancyName="Chronomancer", + connections={ + }, + group=285, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistChanceSkillNoCooldownSkill.dds", + isNotable=true, + name="Now and Again", + orbit=0, + orbitIndex=0, + skill=10987, + stats={ + [1]="Skills have 33% chance to not consume a Cooldown when used" + } + }, + [10998]={ + connections={ + [1]={ + id=21438, + orbit=0 + }, + [2]={ + id=62235, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Strong Chin", + orbit=4, + orbitIndex=30, + recipe={ + [1]="Paranoia", + [2]="Ire", + [3]="Guilt" + }, + skill=10998, + stats={ + [1]="Gain Stun Threshold equal to the lowest of Evasion and Armour on your Helmet" + } + }, + [11014]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/MasteryTotem.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=0, + orbitIndex=0, + skill=11014, + stats={ + } + }, + [11015]={ + connections={ + [1]={ + id=45329, + orbit=0 + } + }, + group=1065, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=0, + orbitIndex=0, + skill=11015, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [11030]={ + connections={ + [1]={ + id=59596, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=3, + orbitIndex=10, + skill=11030, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [11032]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern", + connections={ + }, + group=944, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Evasion and Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=11032, + stats={ + } + }, + [11037]={ + connections={ + [1]={ + id=57039, + orbit=0 + } + }, + group=617, + icon="Art/2DArt/SkillIcons/ExplosiveGrenade.dds", + isNotable=true, + name="Volatile Catalyst", + orbit=3, + orbitIndex=6, + skill=11037, + stats={ + [1]="8% increased Area of Effect", + [2]="10% increased Cooldown Recovery Rate" + } + }, + [11048]={ + connections={ + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Duration", + orbit=7, + orbitIndex=20, + skill=11048, + stats={ + [1]="Minions deal 8% increased Damage", + [2]="8% increased Minion Duration" + } + }, + [11066]={ + connections={ + [1]={ + id=26663, + orbit=2 + } + }, + group=674, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=7, + orbitIndex=19, + skill=11066, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [11094]={ + connections={ + [1]={ + id=59303, + orbit=-6 + } + }, + group=1097, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Effect", + orbit=7, + orbitIndex=3, + skill=11094, + stats={ + [1]="Charms applied to you have 10% increased Effect" + } + }, + [11153]={ + connections={ + [1]={ + id=5049, + orbit=0 + } + }, + group=494, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Accuracy", + orbit=7, + orbitIndex=12, + skill=11153, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Accuracy Rating" + } + }, + [11178]={ + connections={ + [1]={ + id=24224, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + isNotable=true, + name="Whirling Onslaught", + orbit=3, + orbitIndex=19, + skill=11178, + stats={ + [1]="50% chance to gain Onslaught on Killing Blow with Axes" + } + }, + [11230]={ + connections={ + [1]={ + id=17672, + orbit=0 + } + }, + group=754, + icon="Art/2DArt/SkillIcons/passives/SorceressInvocationSpellsKeystone.dds", + isKeystone=true, + name="Ritual Cadence", + orbit=0, + orbitIndex=0, + skill=11230, + stats={ + [1]="Invocation Skills instead Trigger Spells every 2 seconds", + [2]="Invocation Skills cannot gain Energy while Triggering Spells", + [3]="Invoked Spells consume 50% less Energy" + } + }, + [11248]={ + connections={ + [1]={ + id=35831, + orbit=0 + }, + [2]={ + id=21568, + orbit=0 + }, + [3]={ + id=30260, + orbit=0 + } + }, + group=234, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=11248, + stats={ + [1]="+5 to any Attribute" + } + }, + [11257]={ + connections={ + [1]={ + id=10271, + orbit=0 + }, + [2]={ + id=54282, + orbit=4 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Evasion while Surrounded", + orbit=3, + orbitIndex=11, + skill=11257, + stats={ + [1]="30% increased Evasion Rating while Surrounded" + } + }, + [11275]={ + connections={ + [1]={ + id=13893, + orbit=0 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=7, + orbitIndex=12, + skill=11275, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [11284]={ + connections={ + [1]={ + id=31697, + orbit=0 + }, + [2]={ + id=30985, + orbit=0 + }, + [3]={ + id=50104, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Duration", + orbit=7, + orbitIndex=7, + skill=11284, + stats={ + [1]="10% increased Elemental Infusion duration" + } + }, + [11292]={ + connections={ + [1]={ + id=2575, + orbit=7 + }, + [2]={ + id=56757, + orbit=-7 + } + }, + group=108, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=2, + orbitIndex=0, + skill=11292, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [11306]={ + connections={ + [1]={ + id=57880, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Rage on Hit", + orbit=2, + orbitIndex=5, + skill=11306, + stats={ + [1]="Gain 1 Rage on Melee Axe Hit" + } + }, + [11311]={ + connections={ + [1]={ + id=38057, + orbit=0 + } + }, + group=654, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=5, + orbitIndex=61, + skill=11311, + stats={ + [1]="+10 to Armour", + [2]="+8 to Evasion Rating" + } + }, + [11315]={ + connections={ + [1]={ + id=48846, + orbit=0 + } + }, + group=770, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=11315, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [11329]={ + connections={ + [1]={ + id=54676, + orbit=0 + } + }, + group=447, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=22, + skill=11329, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [11330]={ + connections={ + [1]={ + id=22185, + orbit=0 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Debuff Expiry Rate", + orbit=3, + orbitIndex=6, + skill=11330, + stats={ + [1]="Debuffs on you expire 10% faster" + } + }, + [11337]={ + connections={ + [1]={ + id=23427, + orbit=5 + }, + [2]={ + id=44455, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect", + orbit=3, + orbitIndex=16, + skill=11337, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [11366]={ + connections={ + [1]={ + id=34927, + orbit=0 + }, + [2]={ + id=558, + orbit=6 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Volcanic Skin", + orbit=5, + orbitIndex=2, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Paranoia" + }, + skill=11366, + stats={ + [1]="Gain 8% of Damage as Extra Fire Damage", + [2]="+20% to Fire Resistance" + } + }, + [11376]={ + connections={ + [1]={ + id=35492, + orbit=0 + } + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Necrotic Touch", + orbit=1, + orbitIndex=10, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Suffering" + }, + skill=11376, + stats={ + [1]="Minions have 40% increased Critical Hit Chance" + } + }, + [11392]={ + connections={ + [1]={ + id=38320, + orbit=0 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Molten Being", + orbit=5, + orbitIndex=8, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Disgust" + }, + skill=11392, + stats={ + [1]="Gain 5% of Damage as Extra Fire Damage", + [2]="5% of Physical Damage taken as Fire Damage" + } + }, + [11433]={ + connections={ + [1]={ + id=24630, + orbit=-6 + }, + [2]={ + id=44753, + orbit=0 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=7, + orbitIndex=0, + skill=11433, + stats={ + [1]="12% increased Fire Damage" + } + }, + [11463]={ + connections={ + }, + group=1183, + icon="Art/2DArt/SkillIcons/passives/auraareaofeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=1, + skill=11463, + stats={ + [1]="25% reduced Presence Area of Effect" + } + }, + [11472]={ + connections={ + [1]={ + id=19880, + orbit=0 + }, + [2]={ + id=40270, + orbit=0 + } + }, + group=1024, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Evasion if Consumed Frenzy Charge", + orbit=2, + orbitIndex=8, + skill=11472, + stats={ + [1]="20% increased Evasion Rating if you've consumed a Frenzy Charge Recently" + } + }, + [11504]={ + connections={ + [1]={ + id=30839, + orbit=7 + }, + [2]={ + id=35696, + orbit=0 + } + }, + group=1121, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Dexterity", + orbit=2, + orbitIndex=19, + skill=11504, + stats={ + [1]="2% increased Attack Speed", + [2]="+5 to Dexterity" + } + }, + [11505]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=11505, + stats={ + } + }, + [11509]={ + connections={ + [1]={ + id=17664, + orbit=0 + } + }, + group=1183, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=16, + skill=11509, + stats={ + [1]="15% increased Critical Hit Chance against Enemies that have entered your Presence Recently" + } + }, + [11525]={ + connections={ + [1]={ + id=64724, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability and Ignite Magnitude", + orbit=2, + orbitIndex=11, + skill=11525, + stats={ + [1]="8% increased Flammability Magnitude", + [2]="8% increased Ignite Magnitude" + } + }, + [11526]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + [1]={ + id=38993, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Sniper", + orbit=5, + orbitIndex=30, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Despair" + }, + skill=11526, + stats={ + [1]="Arrows gain Critical Hit Chance as they travel farther, up to", + [2]="60% increased Critical Hit Chance after 7 metres" + } + }, + [11572]={ + connections={ + [1]={ + id=32923, + orbit=-7 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Arcane Surge Effect and Life Regeneration", + orbit=7, + orbitIndex=19, + skill=11572, + stats={ + [1]="5% increased Life Regeneration rate", + [2]="10% increased effect of Arcane Surge on you" + } + }, + [11578]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=878, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Spreading Shocks", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Disgust" + }, + skill=11578, + stats={ + [1]="Shocking Hits have a 50% chance to also Shock enemies in a 1.5 metre radius" + } + }, + [11598]={ + connections={ + [1]={ + id=4536, + orbit=0 + }, + [2]={ + id=44516, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Speed", + orbit=0, + orbitIndex=0, + skill=11598, + stats={ + [1]="3% increased Attack Speed with Quarterstaves" + } + }, + [11604]={ + connections={ + [1]={ + id=17088, + orbit=0 + }, + [2]={ + id=29408, + orbit=0 + }, + [3]={ + id=52765, + orbit=0 + } + }, + group=955, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=11604, + stats={ + [1]="+5 to any Attribute" + } + }, + [11641]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=45248, + orbit=0 + }, + [2]={ + id=55582, + orbit=0 + } + }, + group=327, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillGemQuality.dds", + isNotable=true, + name="Crystalline Potential", + orbit=0, + orbitIndex=0, + skill=11641, + stats={ + [1]="+10% to Quality of all Skills" + } + }, + [11656]={ + connections={ + [1]={ + id=53822, + orbit=0 + }, + [2]={ + id=9106, + orbit=-3 + } + }, + group=86, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage when Hit", + orbit=7, + orbitIndex=8, + skill=11656, + stats={ + [1]="Gain 2 Rage when Hit by an Enemy" + } + }, + [11667]={ + connections={ + [1]={ + id=60085, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Immobilisation Buildup", + orbit=1, + orbitIndex=10, + skill=11667, + stats={ + [1]="10% increased Immobilisation buildup against Constructs" + } + }, + [11672]={ + connections={ + [1]={ + id=47177, + orbit=0 + }, + [2]={ + id=48030, + orbit=0 + } + }, + group=731, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=11672, + stats={ + [1]="+5 to any Attribute" + } + }, + [11679]={ + connections={ + [1]={ + id=29148, + orbit=0 + }, + [2]={ + id=7424, + orbit=5 + }, + [3]={ + id=61042, + orbit=0 + } + }, + group=505, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=11679, + stats={ + [1]="+5 to any Attribute" + } + }, + [11736]={ + connections={ + [1]={ + id=62677, + orbit=0 + } + }, + group=714, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=4, + orbitIndex=36, + skill=11736, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [11741]={ + connections={ + [1]={ + id=17282, + orbit=0 + } + }, + group=124, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=8, + skill=11741, + stats={ + [1]="+5 to any Attribute" + } + }, + [11752]={ + connections={ + [1]={ + id=62455, + orbit=0 + }, + [2]={ + id=62258, + orbit=0 + }, + [3]={ + id=57616, + orbit=0 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Duration", + orbit=7, + orbitIndex=2, + skill=11752, + stats={ + [1]="Banner Skills have 20% increased Duration" + } + }, + [11762]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern", + connections={ + }, + group=348, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Link Mastery", + orbit=0, + orbitIndex=0, + skill=11762, + stats={ + } + }, + [11764]={ + connections={ + [1]={ + id=38878, + orbit=7 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Debuff Expiry", + orbit=7, + orbitIndex=11, + skill=11764, + stats={ + [1]="Debuffs on you expire 10% faster" + } + }, + [11771]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=52395, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Skill Speed", + orbit=5, + orbitIndex=22, + skill=11771, + stats={ + [1]="4% increased Skill Speed" + } + }, + [11774]={ + connections={ + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbitNotable.dds", + isNotable=true, + name="The Spring Hare", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Isolation" + }, + skill=11774, + stats={ + [1]="20% chance for Damage of Enemies Hitting you to be Unlucky", + [2]="20% chance for Damage with Hits to be Lucky" + } + }, + [11776]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=37046, + orbit=6 + } + }, + group=1370, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Physical Damage", + orbit=0, + orbitIndex=0, + skill=11776, + stats={ + [1]="20% increased Physical Damage" + } + }, + [11786]={ + connections={ + [1]={ + id=7716, + orbit=2147483647 + } + }, + group=253, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=5, + skill=11786, + stats={ + [1]="10% increased Armour", + [2]="+5% of Armour also applies to Elemental Damage" + } + }, + [11788]={ + connections={ + [1]={ + id=14355, + orbit=0 + } + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area Damage", + orbit=7, + orbitIndex=0, + skill=11788, + stats={ + [1]="10% increased Spell Area Damage" + } + }, + [11813]={ + connections={ + [1]={ + id=30456, + orbit=-4 + } + }, + group=990, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=12, + skill=11813, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [11825]={ + connections={ + [1]={ + id=8194, + orbit=0 + }, + [2]={ + id=42794, + orbit=4 + }, + [3]={ + id=54984, + orbit=0 + }, + [4]={ + id=47374, + orbit=0 + }, + [5]={ + id=10648, + orbit=0 + } + }, + group=1103, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=11825, + stats={ + [1]="+5 to any Attribute" + } + }, + [11826]={ + connections={ + [1]={ + id=17726, + orbit=0 + } + }, + group=769, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Heavy Ammunition", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Greed" + }, + skill=11826, + stats={ + [1]="5% reduced Attack Speed", + [2]="40% increased Projectile Damage", + [3]="40% increased Projectile Stun Buildup" + } + }, + [11836]={ + connections={ + [1]={ + id=32721, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Critical vs Blinded", + orbit=2, + orbitIndex=7, + skill=11836, + stats={ + [1]="15% increased Critical Hit Chance against Blinded Enemies" + } + }, + [11838]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + [1]={ + id=33112, + orbit=-4 + } + }, + group=902, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + isNotable=true, + name="Dreamcatcher", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Fear" + }, + skill=11838, + stats={ + [1]="25% increased Spell Damage while on Full Energy Shield", + [2]="75% increased Energy Shield from Equipped Focus" + } + }, + [11855]={ + connections={ + [1]={ + id=30829, + orbit=0 + } + }, + group=808, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=16, + skill=11855, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [11871]={ + connections={ + [1]={ + id=47235, + orbit=0 + }, + [2]={ + id=53471, + orbit=0 + }, + [3]={ + id=24958, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Chance", + orbit=3, + orbitIndex=1, + skill=11871, + stats={ + [1]="5% chance to Blind Enemies on Hit" + } + }, + [11873]={ + connections={ + [1]={ + id=62677, + orbit=0 + }, + [2]={ + id=50150, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightning.dds", + name="Lightning Damage and Mana Regeneration", + orbit=3, + orbitIndex=9, + skill=11873, + stats={ + [1]="5% increased Lightning Damage", + [2]="8% increased Mana Regeneration Rate" + } + }, + [11916]={ + connections={ + }, + group=653, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=3, + orbitIndex=16, + skill=11916, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [11938]={ + connections={ + [1]={ + id=39964, + orbit=0 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=0, + orbitIndex=0, + skill=11938, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [11980]={ + connections={ + [1]={ + id=20504, + orbit=-5 + } + }, + group=841, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=4, + orbitIndex=71, + skill=11980, + stats={ + [1]="5% increased Block chance" + } + }, + [12000]={ + ascendancyName="Titan", + connections={ + }, + group=50, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanMoreMaxLife.dds", + isNotable=true, + name="Mysterious Lineage", + orbit=0, + orbitIndex=0, + skill=12000, + stats={ + [1]="15% more Maximum Life" + } + }, + [12033]={ + ascendancyName="Deadeye", + connections={ + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeGrantsTwoAdditionalProjectiles.dds", + isNotable=true, + name="Endless Munitions", + orbit=2, + orbitIndex=8, + skill=12033, + stats={ + [1]="Skills fire an additional Projectile" + } + }, + [12054]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=37523, + orbit=0 + } + }, + group=317, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Totem Damage", + orbit=0, + orbitIndex=0, + skill=12054, + stats={ + [1]="20% increased Totem Damage" + } + }, + [12066]={ + connections={ + [1]={ + id=48734, + orbit=0 + } + }, + group=1252, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds", + name="Aura Magnitude", + orbit=3, + orbitIndex=8, + skill=12066, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [12078]={ + connections={ + [1]={ + id=53771, + orbit=-6 + }, + [2]={ + id=41877, + orbit=-4 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=5, + orbitIndex=39, + skill=12078, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [12116]={ + connections={ + [1]={ + id=42036, + orbit=0 + }, + [2]={ + id=52410, + orbit=0 + } + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Block and Damage Taken from Blocked Hits", + orbit=4, + orbitIndex=22, + skill=12116, + stats={ + [1]="15% increased Block chance", + [2]="You take 3% of damage from Blocked Hits" + } + }, + [12120]={ + connections={ + [1]={ + id=51606, + orbit=-7 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=18, + skill=12120, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [12125]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=295, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=12125, + stats={ + } + }, + [12166]={ + connections={ + }, + group=1069, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cast Speed with Cold Skills", + orbit=7, + orbitIndex=22, + skill=12166, + stats={ + [1]="3% increased Cast Speed with Cold Skills" + } + }, + [12169]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=60138, + orbit=0 + } + }, + group=1061, + icon="Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds", + isOnlyImage=true, + name="Physical Mastery", + orbit=2, + orbitIndex=13, + skill=12169, + stats={ + } + }, + [12174]={ + connections={ + [1]={ + id=18864, + orbit=0 + } + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds", + name="Ailment Magnitude", + orbit=2, + orbitIndex=22, + skill=12174, + stats={ + [1]="10% increased Magnitude of Ailments you inflict" + } + }, + [12183]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=16433, + orbit=0 + } + }, + group=1324, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Elemental Ailment Threshold", + orbit=0, + orbitIndex=0, + skill=12183, + stats={ + [1]="20% increased Elemental Ailment Threshold" + } + }, + [12208]={ + connections={ + [1]={ + id=32813, + orbit=-7 + } + }, + group=1027, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=3, + skill=12208, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [12239]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=39881, + orbit=0 + }, + [2]={ + id=41811, + orbit=0 + } + }, + group=1170, + icon="Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds", + isOnlyImage=true, + name="Physical Mastery", + orbit=0, + orbitIndex=0, + skill=12239, + stats={ + } + }, + [12249]={ + connections={ + [1]={ + id=12761, + orbit=-3 + } + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=2, + orbitIndex=20, + skill=12249, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [12253]={ + connections={ + [1]={ + id=32183, + orbit=0 + }, + [2]={ + id=41017, + orbit=0 + }, + [3]={ + id=35696, + orbit=0 + }, + [4]={ + id=34497, + orbit=0 + }, + [5]={ + id=16401, + orbit=0 + }, + [6]={ + id=24656, + orbit=0 + } + }, + group=1150, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=12253, + stats={ + [1]="+5 to any Attribute" + } + }, + [12255]={ + connections={ + [1]={ + id=989, + orbit=0 + }, + [2]={ + id=27740, + orbit=0 + } + }, + group=214, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=0, + skill=12255, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [12276]={ + connections={ + [1]={ + id=13980, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Aftershock Chance", + orbit=4, + orbitIndex=39, + skill=12276, + stats={ + [1]="8% chance for Mace Slam Skills you use yourself to cause Aftershocks" + } + }, + [12311]={ + connections={ + [1]={ + id=64119, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=7, + orbitIndex=16, + skill=12311, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [12322]={ + connections={ + [1]={ + id=53196, + orbit=0 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask and Charm Charges Gained", + orbit=7, + orbitIndex=8, + skill=12322, + stats={ + [1]="8% increased Flask and Charm Charges gained" + } + }, + [12324]={ + connections={ + [1]={ + id=24764, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Chance", + orbit=1, + orbitIndex=7, + skill=12324, + stats={ + [1]="5% chance when collecting an Elemental Infusion to gain an", + [2]="additional Elemental Infusion of the same type" + } + }, + [12329]={ + connections={ + [1]={ + id=17523, + orbit=4 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=7, + orbitIndex=0, + skill=12329, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [12337]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=5295, + orbit=0 + } + }, + group=830, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Flash Storm", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Ire", + [3]="Isolation" + }, + skill=12337, + stats={ + [1]="30% increased chance to Shock", + [2]="Damage Penetrates 15% Lightning Resistance" + } + }, + [12367]={ + connections={ + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=0, + skill=12367, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [12382]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + [1]={ + id=35849, + orbit=0 + } + }, + group=110, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=1, + orbitIndex=3, + skill=12382, + stats={ + } + }, + [12412]={ + connections={ + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Temporal Mastery", + orbit=1, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Disgust" + }, + skill=12412, + stats={ + [1]="16% increased Cooldown Recovery Rate" + } + }, + [12418]={ + connections={ + [1]={ + id=51832, + orbit=0 + }, + [2]={ + id=3988, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=2, + orbitIndex=21, + skill=12418, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [12419]={ + connections={ + [1]={ + id=56063, + orbit=-1 + } + }, + group=790, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage and Duration", + orbit=2, + orbitIndex=4, + skill=12419, + stats={ + [1]="5% increased Chaos Damage", + [2]="5% increased Skill Effect Duration" + } + }, + [12430]={ + connections={ + [1]={ + id=17584, + orbit=0 + } + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isSwitchable=true, + name="Melee Damage", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + id=36764, + name="Spell and Attack Damage", + stats={ + [1]="10% increased Spell Damage", + [2]="10% increased Attack Damage" + } + } + }, + orbit=2, + orbitIndex=13, + skill=12430, + stats={ + [1]="10% increased Melee Damage" + } + }, + [12451]={ + connections={ + [1]={ + id=24922, + orbit=-9 + } + }, + group=915, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=3, + orbitIndex=12, + skill=12451, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [12462]={ + connections={ + [1]={ + id=64299, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=3, + orbitIndex=20, + skill=12462, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [12465]={ + connections={ + [1]={ + id=30040, + orbit=0 + } + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=7, + orbitIndex=14, + skill=12465, + stats={ + [1]="Break 20% increased Armour" + } + }, + [12488]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=49189, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Remnant Range", + orbit=9, + orbitIndex=8, + skill=12488, + stats={ + [1]="Remnants can be collected from 30% further away" + } + }, + [12498]={ + connections={ + [1]={ + id=30341, + orbit=0 + } + }, + group=981, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Quiver Effect", + orbit=0, + orbitIndex=0, + skill=12498, + stats={ + [1]="6% increased bonuses gained from Equipped Quiver" + } + }, + [12526]={ + connections={ + [1]={ + id=54818, + orbit=-9 + } + }, + group=615, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=3, + orbitIndex=18, + skill=12526, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [12565]={ + connections={ + [1]={ + id=3245, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns and Block", + orbit=3, + orbitIndex=8, + skill=12565, + stats={ + [1]="4% increased Block chance", + [2]="10% increased Thorns damage" + } + }, + [12611]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=32155, + orbit=3 + }, + [2]={ + id=44204, + orbit=3 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Harness the Elements", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Isolation" + }, + skill=12611, + stats={ + [1]="20% increased Damage for each type of Elemental Ailment on Enemy" + } + }, + [12661]={ + connections={ + [1]={ + id=34984, + orbit=0 + } + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Asceticism", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Guilt" + }, + skill=12661, + stats={ + [1]="Stun Threshold is based on 30% of your Energy Shield instead of Life" + } + }, + [12750]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern", + connections={ + }, + group=850, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Vale Shelter", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Despair" + }, + skill=12750, + stats={ + [1]="Charms gain 0.15 charges per Second" + } + }, + [12751]={ + connections={ + }, + group=395, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Critical Chance", + orbit=2, + orbitIndex=15, + skill=12751, + stats={ + [1]="10% increased Critical Hit Chance with One Handed Melee Weapons" + } + }, + [12761]={ + connections={ + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=2, + orbitIndex=4, + skill=12761, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [12777]={ + connections={ + [1]={ + id=28950, + orbit=-4 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=23, + skill=12777, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [12778]={ + connections={ + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Spell Critical Chance", + orbit=3, + orbitIndex=8, + skill=12778, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [12786]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + [1]={ + id=5777, + orbit=0 + }, + [2]={ + id=18465, + orbit=0 + }, + [3]={ + id=64299, + orbit=0 + } + }, + group=436, + icon="Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds", + isOnlyImage=true, + name="Aura Mastery", + orbit=0, + orbitIndex=0, + skill=12786, + stats={ + } + }, + [12795]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1321, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderIgniteImmunity.dds", + isMultipleChoiceOption=true, + name="Dousing Vial", + orbit=0, + orbitIndex=0, + skill=12795, + stats={ + [1]="Immune to Ignite" + } + }, + [12800]={ + connections={ + [1]={ + id=8896, + orbit=0 + } + }, + group=1176, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + name="Evasion while Sprinting", + orbit=0, + orbitIndex=0, + skill=12800, + stats={ + [1]="25% increased Evasion Rating while Sprinting" + } + }, + [12817]={ + connections={ + [1]={ + id=22967, + orbit=-7 + } + }, + group=241, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Defences", + orbit=7, + orbitIndex=4, + skill=12817, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [12821]={ + connections={ + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=2, + orbitIndex=2, + skill=12821, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [12822]={ + connections={ + [1]={ + id=5826, + orbit=0 + } + }, + group=886, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Adaptable Assault", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Envy" + }, + skill=12822, + stats={ + [1]="+4 to Melee Strike Range if you've dealt a Projectile Attack Hit in the past eight seconds", + [2]="Projectiles have 25% chance to Fork if you've dealt a Melee Hit in the past eight seconds" + } + }, + [12851]={ + connections={ + [1]={ + id=32507, + orbit=0 + }, + [2]={ + id=32727, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=7, + orbitIndex=5, + skill=12851, + stats={ + [1]="10% increased Physical Damage" + } + }, + [12876]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerGrantsMeditate.dds", + isNotable=true, + name="Faith is a Choice", + orbit=6, + orbitIndex=7, + skill=12876, + stats={ + [1]="Grants Skill: Meditate" + } + }, + [12882]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=25618, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/GrantsElementalStorm.dds", + isNotable=true, + name="Tempest Caller", + orbit=8, + orbitIndex=12, + skill=12882, + stats={ + [1]="Trigger Elemental Storm on Critical Hit with Spells", + [2]="Grants Skill: Elemental Storm" + } + }, + [12890]={ + connections={ + [1]={ + id=2091, + orbit=0 + }, + [2]={ + id=42118, + orbit=0 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=12, + skill=12890, + stats={ + [1]="+5 to any Attribute" + } + }, + [12906]={ + connections={ + [1]={ + id=3234, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Sitting Duck", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Guilt" + }, + skill=12906, + stats={ + [1]="60% increased Critical Hit Chance against Immobilised enemies", + [2]="Your Hits cannot be Evaded by Pinned Enemies" + } + }, + [12918]={ + connections={ + [1]={ + id=4017, + orbit=0 + } + }, + group=663, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=8, + skill=12918, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [12925]={ + connections={ + [1]={ + id=61196, + orbit=5 + } + }, + group=817, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Chance", + orbit=4, + orbitIndex=2, + skill=12925, + stats={ + [1]="15% increased chance to Shock" + } + }, + [12964]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=201, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Lone Warrior", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Disgust" + }, + skill=12964, + stats={ + [1]="Aura Skills have 14% increased Magnitudes", + [2]="Your Aura Buffs do not affect Allies" + } + }, + [12998]={ + connections={ + [1]={ + id=30463, + orbit=-6 + }, + [2]={ + id=28623, + orbit=0 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + isNotable=true, + name="Warm the Heart", + orbit=4, + orbitIndex=21, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Fear" + }, + skill=12998, + stats={ + [1]="25% reduced Freeze Duration on you", + [2]="60% increased Freeze Threshold" + } + }, + [13030]={ + connections={ + [1]={ + id=55, + orbit=-3 + } + }, + group=921, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Faster Ailments", + orbit=0, + orbitIndex=0, + skill=13030, + stats={ + [1]="Damaging Ailments deal damage 5% faster" + } + }, + [13065]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=63236, + orbit=0 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Triggered Spell Damage", + orbit=8, + orbitIndex=14, + skill=13065, + stats={ + [1]="Triggered Spells deal 16% increased Spell Damage" + } + }, + [13075]={ + connections={ + [1]={ + id=50392, + orbit=0 + } + }, + group=152, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=0, + orbitIndex=0, + skill=13075, + stats={ + [1]="+12 to Strength" + } + }, + [13081]={ + connections={ + [1]={ + id=14254, + orbit=-5 + } + }, + group=616, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=5, + orbitIndex=17, + skill=13081, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [13157]={ + connections={ + [1]={ + id=30392, + orbit=3 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=3, + orbitIndex=1, + skill=13157, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [13171]={ + connections={ + [1]={ + id=24438, + orbit=5 + } + }, + group=352, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Physical Damage Reduction", + orbit=0, + orbitIndex=0, + skill=13171, + stats={ + [1]="Totems have 12% additional Physical Damage Reduction" + } + }, + [13174]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=770, + orbit=0 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/Fireblood.dds", + isNotable=true, + name="Pyromantic Pact", + orbit=6, + orbitIndex=3, + skill=13174, + stats={ + [1]="Maximum Mana is replaced by twice as much Maximum Infernal Flame", + [2]="Gain Infernal Flame instead of spending Mana for Skill costs", + [3]="Take maximum Life and Energy Shield as Fire Damage when Infernal Flame reaches maximum", + [4]="Lose all Infernal Flame on reaching maximum Infernal Flame", + [5]="25% of Infernal Flame lost per second if none was gained in the past 2 seconds" + } + }, + [13233]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=62978, + orbit=0 + } + }, + group=456, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Radial Force", + orbit=0, + orbitIndex=0, + skill=13233, + stats={ + [1]="8% increased Area of Effect", + [2]="10% increased Area Damage" + } + }, + [13241]={ + connections={ + [1]={ + id=51921, + orbit=0 + }, + [2]={ + id=55746, + orbit=0 + }, + [3]={ + id=39732, + orbit=0 + } + }, + group=512, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=48, + skill=13241, + stats={ + [1]="+5 to any Attribute" + } + }, + [13279]={ + connections={ + [1]={ + id=2864, + orbit=0 + } + }, + group=490, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=13279, + stats={ + [1]="+5 to any Attribute" + } + }, + [13293]={ + connections={ + [1]={ + id=30457, + orbit=4 + } + }, + group=95, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=0, + skill=13293, + stats={ + [1]="20% increased Armour if you haven't been Hit Recently" + } + }, + [13294]={ + connections={ + [1]={ + id=20718, + orbit=2 + } + }, + group=464, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Duration", + orbit=1, + orbitIndex=7, + skill=13294, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [13307]={ + connections={ + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=4, + orbitIndex=25, + skill=13307, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [13333]={ + connections={ + [1]={ + id=1700, + orbit=7 + } + }, + group=575, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=1, + orbitIndex=9, + skill=13333, + stats={ + [1]="10% increased Cold Damage" + } + }, + [13341]={ + connections={ + [1]={ + id=63255, + orbit=0 + }, + [2]={ + id=56841, + orbit=0 + }, + [3]={ + id=18451, + orbit=0 + } + }, + group=834, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=4, + skill=13341, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [13352]={ + connections={ + [1]={ + id=59180, + orbit=2147483647 + }, + [2]={ + id=38010, + orbit=0 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation and Attack Damage", + orbit=7, + orbitIndex=19, + skill=13352, + stats={ + [1]="5% increased Attack Damage", + [2]="8% increased Glory generation" + } + }, + [13356]={ + connections={ + [1]={ + id=6229, + orbit=7 + } + }, + group=395, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=2, + orbitIndex=0, + skill=13356, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [13359]={ + connections={ + [1]={ + id=59362, + orbit=0 + }, + [2]={ + id=31943, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonCold.dds", + name="Cold Damage and Energy Shield Recharge Rate", + orbit=3, + orbitIndex=9, + skill=13359, + stats={ + [1]="5% increased Cold Damage", + [2]="8% increased Energy Shield Recharge Rate" + } + }, + [13367]={ + connections={ + [1]={ + id=38969, + orbit=0 + }, + [2]={ + id=21713, + orbit=0 + } + }, + group=979, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=14, + skill=13367, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [13379]={ + connections={ + [1]={ + id=27761, + orbit=0 + } + }, + group=908, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Stun Threshold during Parry", + orbit=0, + orbitIndex=0, + skill=13379, + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + }, + [13387]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=5, + orbitIndex=0, + skill=13387, + stats={ + } + }, + [13397]={ + connections={ + [1]={ + id=1207, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=6, + skill=13397, + stats={ + [1]="+5 to any Attribute" + } + }, + [13407]={ + connections={ + [1]={ + id=23040, + orbit=-3 + }, + [2]={ + id=51583, + orbit=0 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Heartbreaking", + orbit=2, + orbitIndex=9, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Fear" + }, + skill=13407, + stats={ + [1]="25% increased Critical Damage Bonus", + [2]="+10 to Strength" + } + }, + [13411]={ + connections={ + [1]={ + id=34136, + orbit=7 + } + }, + group=868, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=42, + skill=13411, + stats={ + [1]="+5 to any Attribute" + } + }, + [13419]={ + connections={ + [1]={ + id=14958, + orbit=0 + } + }, + group=887, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=7, + orbitIndex=14, + skill=13419, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [13425]={ + connections={ + [1]={ + id=315, + orbit=0 + } + }, + group=576, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Duration", + orbit=0, + orbitIndex=0, + skill=13425, + stats={ + [1]="10% increased Bleeding Duration" + } + }, + [13457]={ + connections={ + [1]={ + id=3630, + orbit=5 + }, + [2]={ + id=52445, + orbit=0 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Shadow Dancing", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Despair" + }, + skill=13457, + stats={ + [1]="30% increased Evasion Rating if you have been Hit Recently", + [2]="60% faster start of Energy Shield Recharge if you've been Stunned Recently" + } + }, + [13474]={ + connections={ + [1]={ + id=16084, + orbit=0 + } + }, + group=310, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=0, + orbitIndex=0, + skill=13474, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [13482]={ + connections={ + [1]={ + id=30136, + orbit=0 + }, + [2]={ + id=15892, + orbit=0 + } + }, + group=129, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds", + isNotable=true, + name="Punctured Lung", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Greed" + }, + skill=13482, + stats={ + [1]="Enemies you Fully Armour Break cannot Regenerate Life", + [2]="Enemies you Fully Armour Break are Maimed" + } + }, + [13500]={ + connections={ + [1]={ + id=41044, + orbit=-3 + }, + [2]={ + id=4140, + orbit=-3 + } + }, + group=125, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=11, + skill=13500, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [13505]={ + connections={ + [1]={ + id=63209, + orbit=3 + }, + [2]={ + id=4956, + orbit=0 + } + }, + group=474, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Resilient Soul", + orbit=0, + orbitIndex=0, + skill=13505, + stats={ + [1]="20% increased Life Regeneration rate", + [2]="5% of Damage taken Recouped as Life" + } + }, + [13515]={ + connections={ + }, + group=555, + icon="Art/2DArt/SkillIcons/passives/stormborn.dds", + isNotable=true, + name="Stormwalker", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Fear" + }, + skill=13515, + stats={ + [1]="Gain 15% of Damage as Extra Lightning Damage while on Shocked Ground", + [2]="40% reduced effect of Shock on you" + } + }, + [13524]={ + connections={ + [1]={ + id=54923, + orbit=0 + }, + [2]={ + id=259, + orbit=0 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + isNotable=true, + name="Everlasting Glory", + orbit=4, + orbitIndex=27, + recipe={ + [1]="Disgust", + [2]="Ire", + [3]="Suffering" + }, + skill=13524, + stats={ + [1]="Skills have a 15% chance to not consume Glory" + } + }, + [13537]={ + connections={ + [1]={ + id=49455, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=10, + skill=13537, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [13542]={ + connections={ + [1]={ + id=27658, + orbit=7 + }, + [2]={ + id=44850, + orbit=0 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Loose Flesh", + orbit=7, + orbitIndex=2, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Greed" + }, + skill=13542, + stats={ + [1]="20% of Elemental Damage taken Recouped as Life" + } + }, + [13562]={ + connections={ + [1]={ + id=23650, + orbit=3 + } + }, + group=465, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration on Low Life", + orbit=7, + orbitIndex=18, + skill=13562, + stats={ + [1]="15% increased Life Regeneration Rate while on Low Life" + } + }, + [13576]={ + connections={ + [1]={ + id=17024, + orbit=0 + } + }, + group=825, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Skill Speed", + orbit=0, + orbitIndex=0, + skill=13576, + stats={ + [1]="3% increased Attack and Cast Speed with Lightning Skills" + } + }, + [13619]={ + connections={ + [1]={ + id=12208, + orbit=0 + }, + [2]={ + id=59600, + orbit=0 + } + }, + group=1027, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charges", + orbit=7, + orbitIndex=0, + skill=13619, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [13624]={ + connections={ + [1]={ + id=28258, + orbit=-2 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Duration", + orbit=2, + orbitIndex=23, + skill=13624, + stats={ + [1]="Mark Skills have 25% increased Skill Effect Duration" + } + }, + [13634]={ + connections={ + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Duration", + orbit=2, + orbitIndex=18, + skill=13634, + stats={ + [1]="Offering Skills have 30% increased Duration" + } + }, + [13673]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=61985, + orbit=-8 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Chill Duration", + orbit=8, + orbitIndex=1, + skill=13673, + stats={ + [1]="25% increased Chill Duration on Enemies" + } + }, + [13675]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=61804, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderPoisonSpreadsNearbyEnemies.dds", + isNotable=true, + name="Contagious Contamination", + orbit=8, + orbitIndex=36, + skill=13675, + stats={ + [1]="The most Damaging Poison on Enemies you Kill is Spread to other Enemies within 1.5 metres" + } + }, + [13694]={ + connections={ + [1]={ + id=11762, + orbit=0 + }, + [2]={ + id=19658, + orbit=0 + } + }, + group=348, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Duration", + orbit=7, + orbitIndex=19, + skill=13694, + stats={ + [1]="Link Skills have 20% increased Skill Effect Duration" + } + }, + [13701]={ + connections={ + [1]={ + id=17871, + orbit=0 + }, + [2]={ + id=59538, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze and Chill Resistance", + orbit=2, + orbitIndex=2, + skill=13701, + stats={ + [1]="5% reduced Effect of Chill on you", + [2]="10% increased Freeze Threshold" + } + }, + [13708]={ + connections={ + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Curved Weapon", + orbit=4, + orbitIndex=40, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Greed" + }, + skill=13708, + stats={ + [1]="15% increased Accuracy Rating", + [2]="+10 to Dexterity" + } + }, + [13711]={ + connections={ + [1]={ + id=30562, + orbit=4 + } + }, + group=944, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=22, + skill=13711, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [13715]={ + ascendancyName="Titan", + connections={ + [1]={ + id=59372, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Stun Buildup", + orbit=5, + orbitIndex=44, + skill=13715, + stats={ + [1]="18% increased Stun Buildup" + } + }, + [13724]={ + connections={ + [1]={ + id=20236, + orbit=0 + }, + [2]={ + id=33823, + orbit=0 + } + }, + group=974, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Deadly Force", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Envy" + }, + skill=13724, + stats={ + [1]="30% increased Damage if you've dealt a Critical Hit in the past 8 seconds", + [2]="12% increased Critical Hit Chance" + } + }, + [13738]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=812, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Lightning Quick", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Isolation" + }, + skill=13738, + stats={ + [1]="14% increased Lightning Damage", + [2]="8% increased Attack and Cast Speed with Lightning Skills" + } + }, + [13748]={ + connections={ + [1]={ + id=38338, + orbit=-6 + }, + [2]={ + id=41029, + orbit=9 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=0, + skill=13748, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [13769]={ + connections={ + [1]={ + id=2254, + orbit=-4 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=8, + skill=13769, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [13772]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=24, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus8.dds", + isNotable=true, + name="Flowing Metal", + orbit=0, + orbitIndex=0, + skill=13772, + stats={ + [1]="Body Armour grants +50% of Armour also applies to Elemental Damage" + } + }, + [13783]={ + connections={ + [1]={ + id=28992, + orbit=0 + } + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds", + isSwitchable=true, + name="Ailment Chance", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + id=53191, + name="Accuracy", + stats={ + [1]="8% increased Accuracy Rating" + } + } + }, + orbit=7, + orbitIndex=19, + skill=13783, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [13799]={ + connections={ + [1]={ + id=36576, + orbit=-3 + } + }, + group=1193, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage and Slow Effect", + orbit=2, + orbitIndex=20, + skill=13799, + stats={ + [1]="8% increased Attack Damage", + [2]="Debuffs you inflict have 4% increased Slow Magnitude" + } + }, + [13823]={ + connections={ + [1]={ + id=63861, + orbit=0 + }, + [2]={ + id=32054, + orbit=0 + } + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + isNotable=true, + name="Controlling Magic", + orbit=3, + orbitIndex=13, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Isolation" + }, + skill=13823, + stats={ + [1]="25% increased Critical Hit Chance for Spells", + [2]="Hits have 25% reduced Critical Hit Chance against you" + } + }, + [13828]={ + connections={ + [1]={ + id=1140, + orbit=0 + } + }, + group=712, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=13828, + stats={ + [1]="+16 to Evasion Rating" + } + }, + [13839]={ + connections={ + [1]={ + id=65287, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=5, + orbitIndex=6, + skill=13839, + stats={ + [1]="15% increased Totem Damage" + } + }, + [13855]={ + connections={ + [1]={ + id=50626, + orbit=0 + }, + [2]={ + id=64370, + orbit=0 + } + }, + group=559, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=0, + orbitIndex=0, + skill=13855, + stats={ + [1]="+10 to Armour", + [2]="+5 to maximum Energy Shield" + } + }, + [13856]={ + connections={ + [1]={ + id=18496, + orbit=0 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Ailment Effect", + orbit=7, + orbitIndex=9, + skill=13856, + stats={ + [1]="12% increased Magnitude of Ailments you inflict" + } + }, + [13862]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=13862, + stats={ + } + }, + [13882]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern", + connections={ + }, + group=588, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Infusion Mastery", + orbit=0, + orbitIndex=0, + skill=13882, + stats={ + } + }, + [13893]={ + connections={ + [1]={ + id=42390, + orbit=-5 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration and Stun Buildup", + orbit=7, + orbitIndex=5, + skill=13893, + stats={ + [1]="10% increased Stun Buildup", + [2]="Damage Penetrates 5% Fire Resistance" + } + }, + [13895]={ + connections={ + [1]={ + id=36071, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNotable1.dds", + isNotable=true, + name="Precise Point", + orbit=5, + orbitIndex=10, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Despair" + }, + skill=13895, + stats={ + [1]="25% increased Damage with Spears", + [2]="25% increased Accuracy Rating with Spears" + } + }, + [13909]={ + connections={ + [1]={ + id=31037, + orbit=0 + }, + [2]={ + id=62679, + orbit=0 + } + }, + group=677, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Pickup Range", + orbit=2, + orbitIndex=18, + skill=13909, + stats={ + [1]="Remnants can be collected from 10% further away" + } + }, + [13937]={ + connections={ + [1]={ + id=17791, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Damage", + orbit=7, + orbitIndex=7, + skill=13937, + stats={ + [1]="14% increased Damage with Maces" + } + }, + [13942]={ + connections={ + [1]={ + id=65023, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=3, + skill=13942, + stats={ + [1]="15% increased Armour" + } + }, + [13980]={ + connections={ + [1]={ + id=14832, + orbit=0 + }, + [2]={ + id=14693, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Split the Earth", + orbit=4, + orbitIndex=33, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Disgust" + }, + skill=13980, + stats={ + [1]="10% chance for Mace Slam Skills you use yourself to cause Aftershocks", + [2]="10% chance for Mace Strike Skills you use yourself to cause Aftershocks, dealing", + [3]="the same damage to enemies within 1.8 metres" + } + }, + [13987]={ + connections={ + [1]={ + id=7604, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Attack Speed", + orbit=2, + orbitIndex=8, + skill=13987, + stats={ + [1]="3% increased Melee Attack Speed" + } + }, + [14001]={ + connections={ + [1]={ + id=56893, + orbit=-3 + } + }, + group=1080, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges Used", + orbit=2, + orbitIndex=22, + skill=14001, + stats={ + [1]="6% reduced Charm Charges used" + } + }, + [14033]={ + connections={ + [1]={ + id=34553, + orbit=0 + } + }, + group=545, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Spell and Minion Damage", + orbit=2, + orbitIndex=16, + skill=14033, + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + }, + [14045]={ + connections={ + [1]={ + id=33848, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=5, + orbitIndex=48, + skill=14045, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [14048]={ + connections={ + [1]={ + id=34717, + orbit=7 + } + }, + group=1114, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration while not on Low Mana", + orbit=4, + orbitIndex=54, + skill=14048, + stats={ + [1]="16% increased Mana Regeneration Rate while not on Low Mana" + } + }, + [14082]={ + connections={ + [1]={ + id=43964, + orbit=0 + } + }, + group=1016, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=7, + orbitIndex=8, + skill=14082, + stats={ + [1]="10% increased Physical Damage" + } + }, + [14091]={ + connections={ + [1]={ + id=28860, + orbit=0 + }, + [2]={ + id=36449, + orbit=0 + }, + [3]={ + id=23993, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break and Physical Damage", + orbit=1, + orbitIndex=0, + skill=14091, + stats={ + [1]="Break 10% increased Armour", + [2]="6% increased Physical Damage" + } + }, + [14096]={ + connections={ + [1]={ + id=44293, + orbit=7 + } + }, + group=523, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=14, + skill=14096, + stats={ + [1]="3% increased Cast Speed" + } + }, + [14110]={ + connections={ + [1]={ + id=22484, + orbit=-4 + }, + [2]={ + id=35974, + orbit=0 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=3, + orbitIndex=22, + skill=14110, + stats={ + [1]="15% increased Totem Damage" + } + }, + [14113]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=10029, + orbit=0 + }, + [2]={ + id=8660, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=14113, + stats={ + } + }, + [14127]={ + connections={ + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Reduced Duration", + orbit=2, + orbitIndex=13, + skill=14127, + stats={ + [1]="8% reduced Skill Effect Duration" + } + }, + [14176]={ + connections={ + [1]={ + id=18004, + orbit=0 + } + }, + group=222, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Later Rage Loss Start", + orbit=2, + orbitIndex=0, + skill=14176, + stats={ + [1]="Inherent Rage Loss starts 1 second later" + } + }, + [14211]={ + connections={ + [1]={ + id=44540, + orbit=0 + } + }, + group=984, + icon="Art/2DArt/SkillIcons/passives/Trap.dds", + isNotable=true, + name="Shredding Contraptions", + orbit=1, + orbitIndex=10, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Envy" + }, + skill=14211, + stats={ + [1]="Enemies affected by your Hazards Recently have 25% reduced Armour", + [2]="Enemies affected by your Hazards Recently have 25% reduced Evasion Rating" + } + }, + [14226]={ + connections={ + }, + group=1208, + icon="Art/2DArt/SkillIcons/passives/DancewithDeathKeystone.dds", + isKeystone=true, + name="Dance with Death", + orbit=0, + orbitIndex=0, + skill=14226, + stats={ + [1]="25% more Skill Speed while Off Hand is empty and you have", + [2]="a One-Handed Martial Weapon equipped in your Main Hand" + } + }, + [14231]={ + connections={ + [1]={ + id=40453, + orbit=-7 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=7, + orbitIndex=13, + skill=14231, + stats={ + [1]="Triggered Spells deal 14% increased Spell Damage" + } + }, + [14254]={ + connections={ + [1]={ + id=97, + orbit=0 + } + }, + group=639, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=4, + skill=14254, + stats={ + [1]="3% increased Attack Speed" + } + }, + [14262]={ + connections={ + [1]={ + id=32763, + orbit=0 + }, + [2]={ + id=21945, + orbit=0 + }, + [3]={ + id=37484, + orbit=0 + } + }, + group=1241, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14262, + stats={ + [1]="+5 to any Attribute" + } + }, + [14267]={ + connections={ + [1]={ + id=32763, + orbit=0 + }, + [2]={ + id=28976, + orbit=0 + }, + [3]={ + id=38212, + orbit=0 + }, + [4]={ + id=1499, + orbit=0 + } + }, + group=1264, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14267, + stats={ + [1]="+5 to any Attribute" + } + }, + [14272]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern", + connections={ + }, + group=1003, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds", + isOnlyImage=true, + name="Spell Suppression Mastery", + orbit=2, + orbitIndex=7, + skill=14272, + stats={ + } + }, + [14294]={ + connections={ + [1]={ + id=43818, + orbit=0 + } + }, + group=413, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + isNotable=true, + name="Sacrificial Blood", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Suffering" + }, + skill=14294, + stats={ + [1]="15% increased Life Cost of Skills", + [2]="40% increased Spell Damage with Spells that cost Life" + } + }, + [14324]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=1468, + orbit=-2 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Arcane Blossom", + orbit=7, + orbitIndex=3, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Despair" + }, + skill=14324, + stats={ + [1]="15% increased Mana Recovery rate" + } + }, + [14340]={ + connections={ + [1]={ + id=26786, + orbit=0 + }, + [2]={ + id=26319, + orbit=0 + } + }, + group=746, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14340, + stats={ + [1]="+5 to any Attribute" + } + }, + [14342]={ + connections={ + [1]={ + id=49256, + orbit=4 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=7, + orbitIndex=16, + skill=14342, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [14343]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern", + connections={ + }, + group=916, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + isNotable=true, + name="Deterioration", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Isolation" + }, + skill=14343, + stats={ + [1]="Damaging Ailments Cannot Be inflicted on you while you already have one", + [2]="20% increased Magnitude of Damaging Ailments you inflict" + } + }, + [14355]={ + connections={ + [1]={ + id=8483, + orbit=0 + } + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area Damage", + orbit=7, + orbitIndex=3, + skill=14355, + stats={ + [1]="10% increased Spell Area Damage" + } + }, + [14363]={ + connections={ + [1]={ + id=61338, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=3, + orbitIndex=2, + skill=14363, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [14383]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + [1]={ + id=46601, + orbit=0 + } + }, + group=1046, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + isNotable=true, + name="Suffusion", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Guilt" + }, + skill=14383, + stats={ + [1]="30% increased amount of Mana Leeched", + [2]="Unaffected by Chill while Leeching Mana" + } + }, + [14418]={ + connections={ + [1]={ + id=16602, + orbit=2147483647 + } + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds", + name="Evasion", + orbit=7, + orbitIndex=6, + skill=14418, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [14428]={ + connections={ + [1]={ + id=6287, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=3, + orbitIndex=14, + skill=14428, + stats={ + [1]="+8 to Intelligence" + } + }, + [14429]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=306, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingSkillsAdditionalSupport.dds", + isNotable=true, + name="Advanced Thaumaturgy", + orbit=0, + orbitIndex=0, + skill=14429, + stats={ + [1]="Grants Thaumaturgical Dynamism" + } + }, + [14439]={ + connections={ + [1]={ + id=5728, + orbit=3 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=7, + orbitIndex=8, + skill=14439, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [14446]={ + connections={ + [1]={ + id=61403, + orbit=0 + }, + [2]={ + id=22713, + orbit=0 + }, + [3]={ + id=58022, + orbit=9 + }, + [4]={ + id=45702, + orbit=0 + } + }, + group=1102, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14446, + stats={ + [1]="+5 to any Attribute" + } + }, + [14459]={ + connections={ + [1]={ + id=5544, + orbit=3 + } + }, + group=240, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorn Critical Damage", + orbit=2, + orbitIndex=2, + skill=14459, + stats={ + [1]="30% increased Thorns Critical Damage Bonus" + } + }, + [14505]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=0, + orbitIndex=0, + skill=14505, + stats={ + } + }, + [14508]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=13675, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Poison Effect", + orbit=8, + orbitIndex=29, + skill=14508, + stats={ + [1]="12% increased Magnitude of Poison you inflict" + } + }, + [14511]={ + connections={ + [1]={ + id=18207, + orbit=-3 + }, + [2]={ + id=53719, + orbit=0 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee and Stun", + orbit=4, + orbitIndex=15, + skill=14511, + stats={ + [1]="10% increased Stun Buildup", + [2]="10% increased Melee Damage" + } + }, + [14515]={ + connections={ + [1]={ + id=43778, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/icongroundslam.dds", + name="Jagged Ground Effect", + orbit=3, + orbitIndex=8, + skill=14515, + stats={ + [1]="15% increased Magnitude of Jagged Ground you create" + } + }, + [14539]={ + connections={ + [1]={ + id=44776, + orbit=5 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Deflection and Evasion", + orbit=7, + orbitIndex=4, + skill=14539, + stats={ + [1]="8% increased Evasion Rating", + [2]="Gain Deflection Rating equal to 3% of Evasion Rating" + } + }, + [14540]={ + connections={ + [1]={ + id=31903, + orbit=0 + } + }, + group=368, + icon="Art/2DArt/SkillIcons/passives/KeystoneUnwaveringStance.dds", + isKeystone=true, + name="Unwavering Stance", + orbit=0, + orbitIndex=0, + skill=14540, + stats={ + [1]="Cannot be Light Stunned", + [2]="Cannot Dodge Roll or Sprint" + } + }, + [14548]={ + connections={ + [1]={ + id=59541, + orbit=7 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=7, + orbitIndex=0, + skill=14548, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [14572]={ + connections={ + [1]={ + id=49657, + orbit=-6 + }, + [2]={ + id=11037, + orbit=0 + } + }, + group=617, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=3, + orbitIndex=8, + skill=14572, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [14575]={ + connections={ + }, + group=478, + icon="Art/2DArt/SkillIcons/passives/LightningResistNode.dds", + name="Minion Lightning Resistance", + orbit=0, + orbitIndex=0, + skill=14575, + stats={ + [1]="Minions have +20% to Lightning Resistance", + [2]="Minions have +3% to Maximum Lightning Resistances" + } + }, + [14654]={ + connections={ + [1]={ + id=22616, + orbit=0 + }, + [2]={ + id=14459, + orbit=0 + }, + [3]={ + id=21017, + orbit=0 + }, + [4]={ + id=52807, + orbit=0 + }, + [5]={ + id=58295, + orbit=0 + } + }, + group=257, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14654, + stats={ + [1]="+5 to any Attribute" + } + }, + [14655]={ + connections={ + [1]={ + id=372, + orbit=7 + } + }, + group=282, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Fire Damage", + orbit=3, + orbitIndex=3, + skill=14655, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Fire Damage" + } + }, + [14658]={ + connections={ + [1]={ + id=12253, + orbit=0 + }, + [2]={ + id=22517, + orbit=0 + }, + [3]={ + id=52053, + orbit=0 + }, + [4]={ + id=1631, + orbit=0 + }, + [5]={ + id=57945, + orbit=0 + } + }, + group=1099, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=14658, + stats={ + [1]="+5 to any Attribute" + } + }, + [14666]={ + connections={ + }, + group=668, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=3, + orbitIndex=18, + skill=14666, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [14693]={ + connections={ + [1]={ + id=13937, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Damage", + orbit=4, + orbitIndex=27, + skill=14693, + stats={ + [1]="14% increased Damage with Maces" + } + }, + [14712]={ + connections={ + [1]={ + id=3866, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=2, + skill=14712, + stats={ + [1]="Minions have 12% increased maximum Life" + } + }, + [14724]={ + connections={ + [1]={ + id=62185, + orbit=0 + } + }, + group=1120, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Duration", + orbit=0, + orbitIndex=0, + skill=14724, + stats={ + [1]="20% increased Shock Duration" + } + }, + [14725]={ + connections={ + [1]={ + id=49220, + orbit=-5 + }, + [2]={ + id=34233, + orbit=0 + } + }, + group=820, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + name="Skill Speed", + orbit=2, + orbitIndex=18, + skill=14725, + stats={ + [1]="3% increased Skill Speed" + } + }, + [14739]={ + connections={ + [1]={ + id=49235, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=3, + skill=14739, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [14761]={ + connections={ + [1]={ + id=45215, + orbit=0 + }, + [2]={ + id=57775, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Warlord Leader", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Paranoia" + }, + skill=14761, + stats={ + [1]="Allies in your Presence deal 40% increased Damage", + [2]="40% increased Presence Area of Effect" + } + }, + [14769]={ + connections={ + [1]={ + id=40471, + orbit=-2 + } + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds", + name="Dexterity", + orbit=7, + orbitIndex=20, + skill=14769, + stats={ + [1]="+8 to Dexterity" + } + }, + [14777]={ + connections={ + [1]={ + id=59466, + orbit=4 + }, + [2]={ + id=20015, + orbit=0 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Bravado", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Despair" + }, + skill=14777, + stats={ + [1]="Empowered Attacks have 50% increased Stun Buildup", + [2]="100% increased Stun Threshold during Empowered Attacks" + } + }, + [14832]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern", + connections={ + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMace.dds", + isOnlyImage=true, + name="Mace Mastery", + orbit=0, + orbitIndex=0, + skill=14832, + stats={ + } + }, + [14890]={ + connections={ + [1]={ + id=21080, + orbit=-4 + } + }, + group=919, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect and Duration", + orbit=2, + orbitIndex=13, + skill=14890, + stats={ + [1]="10% increased Chill Duration on Enemies", + [2]="10% increased Magnitude of Chill you inflict" + } + }, + [14923]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=14923, + stats={ + } + }, + [14926]={ + connections={ + [1]={ + id=50609, + orbit=0 + }, + [2]={ + id=56910, + orbit=-6 + } + }, + group=653, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=3, + orbitIndex=20, + skill=14926, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [14934]={ + connections={ + [1]={ + id=32523, + orbit=0 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Spiral into Mania", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Suffering" + }, + skill=14934, + stats={ + [1]="10% increased Cast Speed", + [2]="+13% to Chaos Resistance" + } + }, + [14945]={ + connections={ + [1]={ + id=34552, + orbit=0 + }, + [2]={ + id=1447, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Growing Swarm", + orbit=3, + orbitIndex=16, + recipe={ + [1]="Guilt", + [2]="Paranoia", + [3]="Fear" + }, + skill=14945, + stats={ + [1]="Minions have 20% increased Area of Effect", + [2]="Minions have 20% increased Cooldown Recovery Rate" + } + }, + [14958]={ + connections={ + [1]={ + id=17548, + orbit=0 + } + }, + group=887, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=1, + orbitIndex=10, + skill=14958, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [14960]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=57959, + orbit=0 + } + }, + group=5, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds", + name="Fire Resistance", + orbit=0, + orbitIndex=0, + skill=14960, + stats={ + [1]="+8% to Fire Resistance" + } + }, + [14997]={ + connections={ + [1]={ + id=47856, + orbit=0 + }, + [2]={ + id=28370, + orbit=0 + } + }, + group=608, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=0, + orbitIndex=0, + skill=14997, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [15030]={ + connections={ + [1]={ + id=45693, + orbit=0 + }, + [2]={ + id=21324, + orbit=0 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Consistent Intake", + orbit=7, + orbitIndex=5, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Ire" + }, + skill=15030, + stats={ + [1]="Cannot be Critically Hit while Parrying" + } + }, + [15044]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=32560, + orbit=0 + }, + [2]={ + id=42845, + orbit=0 + } + }, + group=239, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianLessSpiritCostBuff.dds", + isNotable=true, + name="A Solid Plan", + orbit=0, + orbitIndex=0, + skill=15044, + stats={ + [1]="Persistent Buffs have 50% less Reservation" + } + }, + [15083]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=689, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Power Conduction", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Suffering" + }, + skill=15083, + stats={ + [1]="25% increased Shock Duration", + [2]="25% increased Magnitude of Shock you inflict" + } + }, + [15180]={ + connections={ + [1]={ + id=61444, + orbit=-2 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Unleash Seal Generation", + orbit=2, + orbitIndex=8, + skill=15180, + stats={ + [1]="Skills Supported by Unleash have 10% increased Seal gain frequency" + } + }, + [15182]={ + connections={ + [1]={ + id=54818, + orbit=0 + } + }, + group=592, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=15182, + stats={ + [1]="+5 to any Attribute" + } + }, + [15194]={ + connections={ + [1]={ + id=25303, + orbit=0 + } + }, + group=461, + icon="Art/2DArt/SkillIcons/passives/FireResistNode.dds", + name="Minion Fire Resistance", + orbit=0, + orbitIndex=0, + skill=15194, + stats={ + [1]="Minions have +20% to Fire Resistance" + } + }, + [15207]={ + connections={ + [1]={ + id=6330, + orbit=0 + } + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Damage", + orbit=7, + orbitIndex=0, + skill=15207, + stats={ + [1]="8% increased Attack Damage", + [2]="8% increased Accuracy Rating" + } + }, + [15247]={ + connections={ + [1]={ + id=46683, + orbit=0 + } + }, + group=93, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=3, + orbitIndex=7, + skill=15247, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [15270]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=15270, + stats={ + } + }, + [15301]={ + connections={ + [1]={ + id=4709, + orbit=0 + }, + [2]={ + id=64064, + orbit=0 + } + }, + group=1127, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=13, + skill=15301, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [15304]={ + connections={ + [1]={ + id=16466, + orbit=0 + } + }, + group=954, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=16, + skill=15304, + stats={ + [1]="3% increased Cast Speed" + } + }, + [15356]={ + connections={ + [1]={ + id=18815, + orbit=0 + } + }, + group=1204, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=15356, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [15358]={ + connections={ + [1]={ + id=10320, + orbit=7 + }, + [2]={ + id=44255, + orbit=-7 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=15, + skill=15358, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [15374]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + [1]={ + id=48035, + orbit=0 + } + }, + group=447, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Hale Heart", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Greed" + }, + skill=15374, + stats={ + [1]="15% increased Life Recovery rate" + } + }, + [15408]={ + connections={ + [1]={ + id=2254, + orbit=4 + }, + [2]={ + id=6338, + orbit=0 + } + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=2, + orbitIndex=23, + skill=15408, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [15424]={ + connections={ + [1]={ + id=58157, + orbit=0 + }, + [2]={ + id=35151, + orbit=0 + } + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + name="Stun Threshold", + orbit=2, + orbitIndex=20, + skill=15424, + stats={ + [1]="15% increased Stun Threshold" + } + }, + [15427]={ + connections={ + [1]={ + id=57379, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=19, + skill=15427, + stats={ + [1]="12% increased Melee Damage" + } + }, + [15443]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + }, + group=882, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Endured Suffering", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Guilt", + [3]="Fear" + }, + skill=15443, + stats={ + [1]="10% of Physical Damage taken Recouped as Life", + [2]="20% increased Physical Damage" + } + }, + [15507]={ + connections={ + [1]={ + id=48401, + orbit=0 + } + }, + group=737, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=10, + skill=15507, + stats={ + [1]="+5 to any Attribute" + } + }, + [15522]={ + connections={ + [1]={ + id=17348, + orbit=6 + }, + [2]={ + id=24630, + orbit=-6 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude", + orbit=3, + orbitIndex=21, + skill=15522, + stats={ + [1]="12% increased Ignite Magnitude" + } + }, + [15590]={ + connections={ + [1]={ + id=26356, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Detonator Area", + orbit=7, + orbitIndex=17, + skill=15590, + stats={ + [1]="Detonator skills have 8% increased Area of Effect" + } + }, + [15606]={ + connections={ + [1]={ + id=41821, + orbit=0 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + isNotable=true, + name="Thrill of the Fight", + orbit=4, + orbitIndex=30, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Suffering" + }, + skill=15606, + stats={ + [1]="Consuming Glory grants you 3% increased Attack damage per Glory consumed for 6 seconds, up to 60%" + } + }, + [15617]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=415, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Heavy Drinker", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Envy" + }, + skill=15617, + stats={ + [1]="20% increased Life Recovery from Flasks", + [2]="Life Flasks applied to you grant Guard for 4 seconds equal to 8% of the Life Recovery per Second they apply" + } + }, + [15618]={ + connections={ + [1]={ + id=57710, + orbit=0 + } + }, + group=630, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + name="Spell Critical Damage", + orbit=3, + orbitIndex=0, + skill=15618, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [15625]={ + connections={ + [1]={ + id=22811, + orbit=0 + } + }, + group=1201, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds", + name="Evasion", + orbit=2, + orbitIndex=10, + skill=15625, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [15628]={ + connections={ + [1]={ + id=36880, + orbit=3 + } + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Arcane Surge Effect", + orbit=5, + orbitIndex=53, + skill=15628, + stats={ + [1]="15% increased effect of Arcane Surge on you" + } + }, + [15644]={ + connections={ + [1]={ + id=41538, + orbit=6 + }, + [2]={ + id=44612, + orbit=0 + } + }, + group=911, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + isNotable=true, + name="Shedding Skin", + orbit=3, + orbitIndex=10, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Paranoia" + }, + skill=15644, + stats={ + [1]="40% increased Elemental Ailment Threshold", + [2]="10% reduced Duration of Ailments on You" + } + }, + [15775]={ + connections={ + [1]={ + id=30808, + orbit=0 + }, + [2]={ + id=11598, + orbit=0 + }, + [3]={ + id=29959, + orbit=0 + } + }, + group=1244, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=15775, + stats={ + [1]="+5 to any Attribute" + } + }, + [15782]={ + connections={ + [1]={ + id=1433, + orbit=0 + }, + [2]={ + id=46628, + orbit=0 + }, + [3]={ + id=53675, + orbit=0 + } + }, + group=349, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=15782, + stats={ + [1]="+5 to any Attribute" + } + }, + [15809]={ + connections={ + [1]={ + id=31175, + orbit=0 + }, + [2]={ + id=26945, + orbit=7 + }, + [3]={ + id=18485, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Critical Chance", + orbit=3, + orbitIndex=22, + skill=15809, + stats={ + [1]="Minions have 20% increased Critical Hit Chance" + } + }, + [15814]={ + connections={ + [1]={ + id=12800, + orbit=0 + } + }, + group=1189, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + name="Evasion while Sprinting", + orbit=0, + orbitIndex=0, + skill=15814, + stats={ + [1]="25% increased Evasion Rating while Sprinting" + } + }, + [15829]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + [1]={ + id=46146, + orbit=0 + } + }, + group=918, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + isNotable=true, + name="Siphon", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Guilt" + }, + skill=15829, + stats={ + [1]="Recover 2% of maximum Mana on Kill", + [2]="25% increased amount of Mana Leeched" + } + }, + [15838]={ + connections={ + [1]={ + id=15969, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Ailment Chance", + orbit=4, + orbitIndex=2, + skill=15838, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [15839]={ + connections={ + [1]={ + id=60085, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Ailment Duration", + orbit=1, + orbitIndex=5, + skill=15839, + stats={ + [1]="10% increased Duration of Ailments on Beasts" + } + }, + [15855]={ + connections={ + [1]={ + id=37963, + orbit=0 + } + }, + group=443, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=5, + orbitIndex=41, + skill=15855, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [15876]={ + connections={ + [1]={ + id=7947, + orbit=2 + }, + [2]={ + id=46554, + orbit=0 + } + }, + group=751, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Energy Shield as Freeze Threshold", + orbit=2, + orbitIndex=10, + skill=15876, + stats={ + [1]="Gain 15% of maximum Energy Shield as additional Freeze Threshold" + } + }, + [15885]={ + connections={ + [1]={ + id=12367, + orbit=3 + }, + [2]={ + id=22783, + orbit=0 + }, + [3]={ + id=11679, + orbit=0 + }, + [4]={ + id=42680, + orbit=0 + } + }, + group=548, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=15885, + stats={ + [1]="+5 to any Attribute" + } + }, + [15892]={ + connections={ + }, + group=116, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Damage vs Armour Broken Enemies", + orbit=3, + orbitIndex=13, + skill=15892, + stats={ + [1]="20% increased Damage against Enemies with Fully Broken Armour" + } + }, + [15899]={ + connections={ + [1]={ + id=21627, + orbit=9 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=2, + orbitIndex=6, + skill=15899, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [15969]={ + connections={ + [1]={ + id=41129, + orbit=0 + }, + [2]={ + id=59376, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Damage against Ailments", + orbit=3, + orbitIndex=0, + skill=15969, + stats={ + [1]="12% increased Damage with Hits against Enemies affected by Elemental Ailments" + } + }, + [15975]={ + connections={ + [1]={ + id=48198, + orbit=5 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=2, + orbitIndex=13, + skill=15975, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [15984]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=684, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.dds", + isOnlyImage=true, + name="Lightning Mastery", + orbit=0, + orbitIndex=0, + skill=15984, + stats={ + } + }, + [15986]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + [1]={ + id=6030, + orbit=0 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Building Toxins", + orbit=2, + orbitIndex=5, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Isolation" + }, + skill=15986, + stats={ + [1]="25% reduced Poison Duration", + [2]="Targets can be affected by +1 of your Poisons at the same time" + } + }, + [15991]={ + connections={ + [1]={ + id=15984, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds", + isNotable=true, + name="Embodiment of Lightning", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Ire" + }, + skill=15991, + stats={ + [1]="Immune to Shock while affected by Lightning Archon" + } + }, + [16013]={ + connections={ + [1]={ + id=41811, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=7, + orbitIndex=6, + skill=16013, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [16024]={ + connections={ + [1]={ + id=29288, + orbit=2 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Critical Damage", + orbit=2, + orbitIndex=22, + skill=16024, + stats={ + [1]="Invocation Spells have 20% increased Critical Damage Bonus" + } + }, + [16051]={ + connections={ + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Attack Speed", + orbit=5, + orbitIndex=4, + skill=16051, + stats={ + [1]="Attacks used by Totems have 4% increased Attack Speed" + } + }, + [16084]={ + connections={ + [1]={ + id=57552, + orbit=0 + } + }, + group=309, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=0, + orbitIndex=0, + skill=16084, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [16090]={ + connections={ + [1]={ + id=50302, + orbit=0 + } + }, + group=324, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Costs", + orbit=3, + orbitIndex=8, + skill=16090, + stats={ + [1]="6% of Skill Mana Costs Converted to Life Costs" + } + }, + [16100]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=65173, + orbit=7 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Evasion", + orbit=8, + orbitIndex=0, + skill=16100, + stats={ + [1]="20% increased Evasion Rating" + } + }, + [16111]={ + connections={ + [1]={ + id=46268, + orbit=9 + }, + [2]={ + id=2397, + orbit=0 + }, + [3]={ + id=54099, + orbit=0 + } + }, + group=529, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage while Surrounded", + orbit=7, + orbitIndex=4, + skill=16111, + stats={ + [1]="20% increased Attack Damage while Surrounded" + } + }, + [16114]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=350, + icon="Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds", + isOnlyImage=true, + name="Aura Mastery", + orbit=0, + orbitIndex=0, + skill=16114, + stats={ + } + }, + [16121]={ + connections={ + [1]={ + id=56334, + orbit=7 + } + }, + group=1240, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=1, + skill=16121, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [16123]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=820, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=3, + orbitIndex=22, + skill=16123, + stats={ + } + }, + [16140]={ + connections={ + [1]={ + id=16013, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=2, + orbitIndex=10, + skill=16140, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [16150]={ + connections={ + [1]={ + id=37971, + orbit=0 + } + }, + group=1289, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Inspiring Ally", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Despair" + }, + skill=16150, + stats={ + [1]="Increases and Reductions to Companion Damage also apply to you" + } + }, + [16168]={ + connections={ + [1]={ + id=54232, + orbit=-5 + }, + [2]={ + id=25374, + orbit=0 + }, + [3]={ + id=45916, + orbit=0 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=48, + skill=16168, + stats={ + [1]="+5 to any Attribute" + } + }, + [16249]={ + ascendancyName="Tactician", + connections={ + }, + group=223, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianAlliesGainAttack.dds", + isNotable=true, + name="Watch How I Do It", + orbit=0, + orbitIndex=0, + skill=16249, + stats={ + [1]="Allies in your Presence gain added Attack Damage equal", + [2]="to 25% of your main hand Weapon's Damage" + } + }, + [16256]={ + connections={ + [1]={ + id=53188, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Ether Flow", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Envy" + }, + skill=16256, + stats={ + [1]="25% reduced Mana Regeneration Rate while stationary", + [2]="50% increased Mana Regeneration Rate while moving" + } + }, + [16276]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=41, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus2.dds", + isNotable=true, + name="Padded Plates", + orbit=0, + orbitIndex=0, + skill=16276, + stats={ + [1]="Body Armour grants +75% to Cold Resistance" + } + }, + [16311]={ + connections={ + [1]={ + id=32600, + orbit=0 + }, + [2]={ + id=14654, + orbit=0 + } + }, + group=295, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=20, + skill=16311, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [16329]={ + connections={ + [1]={ + id=39607, + orbit=-2 + } + }, + group=1158, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Charges Used", + orbit=2, + orbitIndex=2, + skill=16329, + stats={ + [1]="5% reduced Flask Charges used" + } + }, + [16347]={ + connections={ + [1]={ + id=52373, + orbit=0 + } + }, + group=290, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Maximum Rage", + orbit=2, + orbitIndex=2, + skill=16347, + stats={ + [1]="+2 to Maximum Rage" + } + }, + [16367]={ + connections={ + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=0, + orbitIndex=0, + skill=16367, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [16385]={ + connections={ + [1]={ + id=53320, + orbit=2147483647 + } + }, + group=530, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=2, + orbitIndex=14, + skill=16385, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [16401]={ + connections={ + [1]={ + id=44490, + orbit=0 + } + }, + group=1166, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage and Electrocute Buildup", + orbit=0, + orbitIndex=0, + skill=16401, + stats={ + [1]="8% increased Lightning Damage", + [2]="10% increased Electrocute Buildup" + } + }, + [16433]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=4495, + orbit=0 + }, + [2]={ + id=12795, + orbit=0 + }, + [3]={ + id=57253, + orbit=0 + }, + [4]={ + id=39292, + orbit=0 + } + }, + group=1323, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCanUseConcoctionSkillsMore.dds", + isMultipleChoice=true, + isNotable=true, + name="Practical Remedies", + orbit=0, + orbitIndex=0, + skill=16433, + stats={ + } + }, + [16460]={ + connections={ + [1]={ + id=28992, + orbit=0 + }, + [2]={ + id=6772, + orbit=0 + } + }, + group=788, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=18, + skill=16460, + stats={ + [1]="+5 to any Attribute" + } + }, + [16466]={ + connections={ + [1]={ + id=40196, + orbit=0 + } + }, + group=954, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Mental Alacrity", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Paranoia" + }, + skill=16466, + stats={ + [1]="5% increased Cast Speed", + [2]="15% increased Mana Regeneration Rate", + [3]="+10 to Intelligence" + } + }, + [16484]={ + connections={ + [1]={ + id=25100, + orbit=0 + }, + [2]={ + id=18923, + orbit=0 + } + }, + group=870, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=0, + skill=16484, + stats={ + [1]="+5 to any Attribute" + } + }, + [16489]={ + connections={ + [1]={ + id=28556, + orbit=6 + }, + [2]={ + id=49799, + orbit=7 + } + }, + group=728, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=30, + skill=16489, + stats={ + [1]="+5 to any Attribute" + } + }, + [16499]={ + connections={ + [1]={ + id=36814, + orbit=0 + } + }, + group=700, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Lingering Whispers", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Envy" + }, + skill=16499, + stats={ + [1]="40% increased Curse Duration", + [2]="10% increased Curse Magnitudes" + } + }, + [16538]={ + connections={ + [1]={ + id=44330, + orbit=0 + } + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=2, + orbitIndex=2, + skill=16538, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [16568]={ + connections={ + [1]={ + id=31129, + orbit=-2 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Companion Revive Speed", + orbit=3, + orbitIndex=2, + skill=16568, + stats={ + [1]="Minions Revive 15% faster if all your Minions are Companions" + } + }, + [16596]={ + connections={ + [1]={ + id=38535, + orbit=7 + }, + [2]={ + id=5088, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Speed with Elemental Skills", + orbit=3, + orbitIndex=20, + skill=16596, + stats={ + [1]="3% increased Attack and Cast Speed with Elemental Skills" + } + }, + [16602]={ + connections={ + [1]={ + id=29285, + orbit=2 + }, + [2]={ + id=30657, + orbit=0 + } + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds", + name="Evasion", + orbit=7, + orbitIndex=23, + skill=16602, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [16618]={ + connections={ + [1]={ + id=24511, + orbit=0 + }, + [2]={ + id=4492, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + isNotable=true, + name="Jack of all Trades", + orbit=5, + orbitIndex=24, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Envy" + }, + skill=16618, + stats={ + [1]="2% increased Damage per 5 of your lowest Attribute" + } + }, + [16620]={ + connections={ + [1]={ + id=21161, + orbit=4 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Movement Penalty with Raised Shield", + orbit=3, + orbitIndex=10, + skill=16620, + stats={ + [1]="15% reduced Movement Speed Penalty while Actively Blocking" + } + }, + [16626]={ + connections={ + [1]={ + id=53089, + orbit=0 + }, + [2]={ + id=62023, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Impact Area", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Disgust" + }, + skill=16626, + stats={ + [1]="12% increased Area of Effect if you have Stunned an Enemy Recently", + [2]="12% increased Area of Effect for Attacks" + } + }, + [16647]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=426, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=16647, + stats={ + } + }, + [16680]={ + connections={ + [1]={ + id=48137, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=4, + orbitIndex=15, + skill=16680, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [16691]={ + connections={ + [1]={ + id=21716, + orbit=-5 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech Speed", + orbit=7, + orbitIndex=3, + skill=16691, + stats={ + [1]="Leech Life 15% faster" + } + }, + [16695]={ + connections={ + [1]={ + id=61926, + orbit=0 + } + }, + group=971, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recoup", + orbit=2, + orbitIndex=6, + skill=16695, + stats={ + [1]="3% of Elemental Damage taken Recouped as Energy Shield" + } + }, + [16705]={ + connections={ + [1]={ + id=25851, + orbit=4 + }, + [2]={ + id=34621, + orbit=0 + }, + [3]={ + id=61834, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=66, + skill=16705, + stats={ + [1]="+5 to any Attribute" + } + }, + [16725]={ + connections={ + [1]={ + id=27373, + orbit=6 + }, + [2]={ + id=36629, + orbit=-6 + }, + [3]={ + id=54811, + orbit=0 + }, + [4]={ + id=36163, + orbit=0 + } + }, + group=382, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=16725, + stats={ + [1]="+5 to any Attribute" + } + }, + [16744]={ + connections={ + [1]={ + id=24009, + orbit=-5 + }, + [2]={ + id=24748, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=3, + orbitIndex=12, + skill=16744, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [16784]={ + connections={ + [1]={ + id=31650, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=5, + orbitIndex=68, + skill=16784, + stats={ + [1]="16% increased Totem Life" + } + }, + [16786]={ + connections={ + [1]={ + id=20467, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Immobilisation Buildup", + orbit=7, + orbitIndex=14, + skill=16786, + stats={ + [1]="15% increased Immobilisation buildup" + } + }, + [16790]={ + connections={ + [1]={ + id=27234, + orbit=0 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Efficient Casting", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Envy" + }, + skill=16790, + stats={ + [1]="15% increased Mana Regeneration Rate", + [2]="20% increased Mana Cost Efficiency" + } + }, + [16816]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + }, + group=929, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Pinpoint Shot", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Envy" + }, + skill=16816, + stats={ + [1]="Attacks gain increased Accuracy Rating equal to their Critical Hit Chance" + } + }, + [16861]={ + connections={ + [1]={ + id=27303, + orbit=-5 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=3, + orbitIndex=22, + skill=16861, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [16871]={ + connections={ + [1]={ + id=9532, + orbit=2 + } + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds", + name="Strength and Dexterity", + orbit=7, + orbitIndex=18, + skill=16871, + stats={ + [1]="+4 to Strength", + [2]="+4 to Dexterity" + } + }, + [16938]={ + connections={ + [1]={ + id=8789, + orbit=3 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=7, + orbitIndex=18, + skill=16938, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [16948]={ + connections={ + [1]={ + id=50423, + orbit=0 + }, + [2]={ + id=21879, + orbit=7 + } + }, + group=383, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Cast Speed", + orbit=7, + orbitIndex=7, + skill=16948, + stats={ + [1]="Link Skills have 8% increased Cast Speed" + } + }, + [17024]={ + connections={ + [1]={ + id=37372, + orbit=0 + } + }, + group=810, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Skill Speed", + orbit=0, + orbitIndex=0, + skill=17024, + stats={ + [1]="3% increased Attack and Cast Speed with Lightning Skills" + } + }, + [17025]={ + connections={ + [1]={ + id=13515, + orbit=0 + } + }, + group=555, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=2, + orbitIndex=18, + skill=17025, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [17026]={ + connections={ + [1]={ + id=23373, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Cooldown Recovery Rate", + orbit=2, + orbitIndex=2, + skill=17026, + stats={ + [1]="15% increased Cooldown Recovery Rate for Grenade Skills" + } + }, + [17029]={ + connections={ + [1]={ + id=45992, + orbit=0 + } + }, + group=373, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Blade Catcher", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Guilt" + }, + skill=17029, + stats={ + [1]="Defend with 200% of Armour against Critical Hits", + [2]="+15 to Strength" + } + }, + [17045]={ + connections={ + [1]={ + id=55131, + orbit=6 + } + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Movement Speed ", + orbit=4, + orbitIndex=42, + skill=17045, + stats={ + [1]="2% increased Movement Speed" + } + }, + [17057]={ + connections={ + [1]={ + id=17025, + orbit=2 + } + }, + group=555, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=1, + orbitIndex=0, + skill=17057, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [17058]={ + ascendancyName="Ritualist", + connections={ + }, + group=1359, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Reduced Resistances", + orbit=0, + orbitIndex=0, + skill=17058, + stats={ + [1]="-20% to all Elemental Resistances" + } + }, + [17061]={ + connections={ + [1]={ + id=31773, + orbit=2 + } + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Delay", + orbit=3, + orbitIndex=4, + skill=17061, + stats={ + [1]="Archon recovery period expires 10% faster" + } + }, + [17077]={ + connections={ + [1]={ + id=51463, + orbit=0 + }, + [2]={ + id=36114, + orbit=0 + } + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Reduced Movement Penalty", + orbit=0, + orbitIndex=0, + skill=17077, + stats={ + [1]="8% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [17088]={ + connections={ + [1]={ + id=51416, + orbit=4 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=48, + skill=17088, + stats={ + [1]="+5 to any Attribute" + } + }, + [17101]={ + connections={ + [1]={ + id=25362, + orbit=-2 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + name="Attack Damage", + orbit=3, + orbitIndex=17, + skill=17101, + stats={ + [1]="10% increased Attack Damage" + } + }, + [17107]={ + connections={ + [1]={ + id=11788, + orbit=3 + } + }, + group=696, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area Damage", + orbit=0, + orbitIndex=0, + skill=17107, + stats={ + [1]="10% increased Spell Area Damage" + } + }, + [17112]={ + connections={ + [1]={ + id=64900, + orbit=-7 + }, + [2]={ + id=4331, + orbit=2 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Attack Damage and Stun", + orbit=2, + orbitIndex=19, + skill=17112, + stats={ + [1]="10% increased Stun Buildup", + [2]="Ancestrally Boosted Attacks deal 16% increased Damage" + } + }, + [17118]={ + connections={ + [1]={ + id=38814, + orbit=0 + }, + [2]={ + id=20049, + orbit=0 + }, + [3]={ + id=8789, + orbit=4 + } + }, + group=849, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=17118, + stats={ + [1]="+5 to any Attribute" + } + }, + [17138]={ + connections={ + [1]={ + id=51903, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=0, + orbitIndex=0, + skill=17138, + stats={ + [1]="10% increased Melee Damage" + } + }, + [17146]={ + connections={ + [1]={ + id=57518, + orbit=4 + }, + [2]={ + id=3843, + orbit=-4 + } + }, + group=1160, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parry Damage", + orbit=3, + orbitIndex=5, + skill=17146, + stats={ + [1]="20% increased Parry Damage" + } + }, + [17150]={ + connections={ + [1]={ + id=53647, + orbit=7 + }, + [2]={ + id=19750, + orbit=0 + } + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="General's Bindings", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Envy" + }, + skill=17150, + stats={ + [1]="Gain 8% of Evasion Rating as extra Armour" + } + }, + [17215]={ + connections={ + [1]={ + id=4552, + orbit=2 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + name="Mana Regeneration and Attack Speed", + orbit=7, + orbitIndex=19, + skill=17215, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Mana Regeneration Rate" + } + }, + [17229]={ + connections={ + [1]={ + id=34493, + orbit=0 + }, + [2]={ + id=47242, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + isNotable=true, + name="Silent Guardian", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Disgust" + }, + skill=17229, + stats={ + [1]="Minions have +20% to all Elemental Resistances" + } + }, + [17248]={ + connections={ + [1]={ + id=53960, + orbit=-5 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=0, + skill=17248, + stats={ + [1]="+5 to any Attribute" + } + }, + [17254]={ + connections={ + [1]={ + id=14272, + orbit=0 + }, + [2]={ + id=26596, + orbit=0 + } + }, + group=1003, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Spell Haste", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Isolation" + }, + skill=17254, + stats={ + [1]="15% increased Evasion Rating", + [2]="8% increased Cast Speed" + } + }, + [17260]={ + connections={ + [1]={ + id=33502, + orbit=-5 + } + }, + group=158, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + isNotable=true, + name="Tough Claw", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Despair" + }, + skill=17260, + stats={ + [1]="25% increased Attack Damage" + } + }, + [17268]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=7621, + orbit=3 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Shock Effect", + orbit=6, + orbitIndex=13, + skill=17268, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [17282]={ + connections={ + [1]={ + id=47252, + orbit=0 + } + }, + group=151, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=20, + skill=17282, + stats={ + [1]="16% increased Mana Regeneration Rate while stationary" + } + }, + [17283]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern", + connections={ + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Evasion and Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=17283, + stats={ + } + }, + [17294]={ + connections={ + [1]={ + id=19330, + orbit=-5 + }, + [2]={ + id=27501, + orbit=4 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=16, + skill=17294, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [17303]={ + connections={ + [1]={ + id=17026, + orbit=0 + }, + [2]={ + id=27992, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Utility Ordnance", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Envy" + }, + skill=17303, + stats={ + [1]="40% increased Cooldown Recovery Rate for Grenade Skills", + [2]="80% reduced Grenade Damage" + } + }, + [17316]={ + connections={ + [1]={ + id=40244, + orbit=-4 + }, + [2]={ + id=62986, + orbit=5 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=4, + orbitIndex=51, + skill=17316, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [17330]={ + connections={ + [1]={ + id=61927, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/icongroundslam.dds", + isNotable=true, + name="Perforation", + orbit=2, + orbitIndex=23, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Suffering" + }, + skill=17330, + stats={ + [1]="20% chance for Bleeding to be Aggravated when Inflicted against Enemies on Jagged Ground", + [2]="40% increased Jagged Ground Duration" + } + }, + [17340]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=62051, + orbit=-4 + } + }, + group=658, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + isNotable=true, + name="Adrenaline Rush", + orbit=4, + orbitIndex=9, + recipe={ + [1]="Disgust", + [2]="Ire", + [3]="Fear" + }, + skill=17340, + stats={ + [1]="4% increased Movement Speed if you've Killed Recently", + [2]="8% increased Attack Speed if you've Killed Recently" + } + }, + [17348]={ + connections={ + [1]={ + id=11275, + orbit=0 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude", + orbit=7, + orbitIndex=17, + skill=17348, + stats={ + [1]="12% increased Ignite Magnitude" + } + }, + [17349]={ + connections={ + [1]={ + id=23940, + orbit=-3 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=7, + orbitIndex=0, + skill=17349, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [17366]={ + connections={ + [1]={ + id=29361, + orbit=0 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=10, + skill=17366, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [17367]={ + connections={ + [1]={ + id=53941, + orbit=-6 + }, + [2]={ + id=12761, + orbit=0 + } + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=3, + orbitIndex=4, + skill=17367, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [17372]={ + connections={ + [1]={ + id=35985, + orbit=0 + }, + [2]={ + id=19074, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Reaching Strike", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Guilt" + }, + skill=17372, + stats={ + [1]="25% increased Melee Damage", + [2]="+2 to Melee Strike Range" + } + }, + [17378]={ + connections={ + [1]={ + id=40894, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=22, + skill=17378, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [17380]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + [1]={ + id=41972, + orbit=0 + }, + [2]={ + id=23427, + orbit=0 + }, + [3]={ + id=47270, + orbit=0 + }, + [4]={ + id=19955, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=1, + orbitIndex=6, + skill=17380, + stats={ + } + }, + [17394]={ + connections={ + [1]={ + id=45530, + orbit=-3 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Stun Buildup", + orbit=7, + orbitIndex=0, + skill=17394, + stats={ + [1]="Minions cause 15% increased Stun Buildup" + } + }, + [17411]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=17411, + stats={ + } + }, + [17420]={ + connections={ + [1]={ + id=18717, + orbit=0 + }, + [2]={ + id=25565, + orbit=0 + }, + [3]={ + id=15356, + orbit=0 + } + }, + group=1209, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=17420, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [17447]={ + connections={ + [1]={ + id=24843, + orbit=-7 + }, + [2]={ + id=29320, + orbit=7 + } + }, + group=1034, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Stun Threshold during Parry", + orbit=2, + orbitIndex=14, + skill=17447, + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + }, + [17468]={ + connections={ + }, + group=375, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=48, + skill=17468, + stats={ + [1]="+5 to any Attribute" + } + }, + [17501]={ + connections={ + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage", + orbit=2, + orbitIndex=7, + skill=17501, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [17505]={ + connections={ + [1]={ + id=52106, + orbit=0 + }, + [2]={ + id=28774, + orbit=0 + }, + [3]={ + id=23382, + orbit=0 + } + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=6, + orbitIndex=33, + skill=17505, + stats={ + [1]="3% increased Cast Speed" + } + }, + [17517]={ + connections={ + [1]={ + id=62978, + orbit=0 + }, + [2]={ + id=19873, + orbit=0 + } + }, + group=456, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area of Effect", + orbit=2, + orbitIndex=6, + skill=17517, + stats={ + [1]="5% increased Area of Effect" + } + }, + [17523]={ + connections={ + [1]={ + id=42032, + orbit=0 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=7, + orbitIndex=8, + skill=17523, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [17532]={ + connections={ + [1]={ + id=61934, + orbit=0 + } + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=2, + orbitIndex=20, + skill=17532, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [17548]={ + connections={ + [1]={ + id=630, + orbit=0 + }, + [2]={ + id=31039, + orbit=0 + } + }, + group=887, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Moment of Truth", + orbit=7, + orbitIndex=2, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Disgust" + }, + skill=17548, + stats={ + [1]="25% increased Critical Damage Bonus if you've dealt a Non-Critical Hit Recently", + [2]="15% increased Critical Hit Chance" + } + }, + [17553]={ + connections={ + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Pierce", + orbit=7, + orbitIndex=5, + skill=17553, + stats={ + [1]="25% chance for Projectiles to Pierce Enemies within 3m distance of you" + } + }, + [17584]={ + connections={ + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isSwitchable=true, + name="Attack Area", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + id=53526, + name="Spell and Attack Damage", + stats={ + [1]="10% increased Spell Damage", + [2]="10% increased Attack Damage" + } + } + }, + orbit=2, + orbitIndex=17, + skill=17584, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [17589]={ + connections={ + [1]={ + id=36085, + orbit=0 + }, + [2]={ + id=64462, + orbit=7 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=23, + skill=17589, + stats={ + [1]="10% increased Attack Damage" + } + }, + [17600]={ + connections={ + [1]={ + id=18519, + orbit=3 + }, + [2]={ + id=32096, + orbit=0 + }, + [3]={ + id=10041, + orbit=-2 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Thirsting Ally", + orbit=3, + orbitIndex=19, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Suffering" + }, + skill=17600, + stats={ + [1]="Life Leech from your Hits also applies to your Companion" + } + }, + [17602]={ + connections={ + [1]={ + id=59799, + orbit=4 + }, + [2]={ + id=59798, + orbit=-4 + } + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=7, + orbitIndex=15, + skill=17602, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [17625]={ + connections={ + [1]={ + id=10873, + orbit=-5 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=7, + orbitIndex=18, + skill=17625, + stats={ + [1]="10% increased Attack Damage" + } + }, + [17646]={ + ascendancyName="Witchhunter", + connections={ + }, + group=177, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterRemovePercentageFullLifeEnemies.dds", + isNotable=true, + name="Judge, Jury, and Executioner", + orbit=0, + orbitIndex=0, + skill=17646, + stats={ + [1]="Decimating Strike" + } + }, + [17655]={ + connections={ + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=0, + orbitIndex=0, + skill=17655, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [17664]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + [1]={ + id=11463, + orbit=0 + }, + [2]={ + id=33348, + orbit=0 + } + }, + group=1183, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Decisive Retreat", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Ire" + }, + skill=17664, + stats={ + [1]="50% increased Critical Damage Bonus against Enemies that have exited your Presence Recently" + } + }, + [17668]={ + connections={ + [1]={ + id=17215, + orbit=2 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + name="Mana Regeneration and Attack Speed", + orbit=2, + orbitIndex=22, + skill=17668, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Mana Regeneration Rate" + } + }, + [17672]={ + connections={ + [1]={ + id=38732, + orbit=0 + } + }, + group=753, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=17672, + stats={ + [1]="+5 to any Attribute" + } + }, + [17686]={ + connections={ + [1]={ + id=53996, + orbit=0 + }, + [2]={ + id=43575, + orbit=0 + } + }, + group=725, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage ", + orbit=7, + orbitIndex=19, + skill=17686, + stats={ + [1]="10% increased Melee Damage" + } + }, + [17687]={ + connections={ + [1]={ + id=27422, + orbit=-3 + } + }, + group=1215, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Charges", + orbit=4, + orbitIndex=40, + skill=17687, + stats={ + [1]="15% increased Mana Flask Charges gained" + } + }, + [17702]={ + connections={ + [1]={ + id=46882, + orbit=0 + }, + [2]={ + id=27262, + orbit=-3 + }, + [3]={ + id=20467, + orbit=2147483647 + } + }, + group=966, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=17702, + stats={ + [1]="+5 to any Attribute" + } + }, + [17706]={ + connections={ + [1]={ + id=46972, + orbit=-2 + } + }, + group=734, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge and Mana Flask Recovery", + orbit=2, + orbitIndex=20, + skill=17706, + stats={ + [1]="10% increased Energy Shield Recharge Rate", + [2]="10% increased Mana Recovery from Flasks" + } + }, + [17711]={ + connections={ + [1]={ + id=46989, + orbit=3 + } + }, + group=699, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=0, + orbitIndex=0, + skill=17711, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [17724]={ + connections={ + [1]={ + id=17101, + orbit=-4 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + name="Attack Damage", + orbit=3, + orbitIndex=13, + skill=17724, + stats={ + [1]="10% increased Attack Damage" + } + }, + [17726]={ + connections={ + [1]={ + id=33053, + orbit=7 + } + }, + group=769, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Stun Buildup", + orbit=7, + orbitIndex=5, + skill=17726, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [17745]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=363, + icon="Art/2DArt/SkillIcons/passives/MasteryTotem.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=0, + orbitIndex=0, + skill=17745, + stats={ + } + }, + [17754]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalFamiliar.dds", + isNotable=true, + name="Loyal Hellhound", + orbit=8, + orbitIndex=7, + skill=17754, + stats={ + [1]="Grants Skill: Summon Infernal Hound" + } + }, + [17762]={ + connections={ + [1]={ + id=2964, + orbit=-7 + }, + [2]={ + id=28476, + orbit=0 + } + }, + group=392, + icon="Art/2DArt/SkillIcons/passives/ThornsNotable1.dds", + isNotable=true, + name="Vengeance", + orbit=2, + orbitIndex=23, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Envy" + }, + skill=17762, + stats={ + [1]="10% of Thorns Damage Leeched as Life" + } + }, + [17788]={ + ascendancyName="Lich", + connections={ + }, + containJewelSocket=true, + group=999, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isNotable=true, + isSwitchable=true, + jewelOverlay={ + alloc="art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketactive.dds", + path="art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketcanallocate.dds", + unalloc="art/textures/interface/2d/2dart/uiimages/ingame/lichpassiveskillscreenjewelsocketnormal.dds" + }, + name="Crystalline Phylactery", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + jewelOverlay={ + alloc="art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketactive.dds", + path="art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketcanallocate.dds", + unalloc="art/textures/interface/2d/2dart/uiimages/ingame/abyss/abysslichpassiveskillscreenjewelsocketnormal.dds" + } + } + }, + orbit=6, + orbitIndex=0, + skill=17788, + stats={ + [1]="Can Socket a non-Unique Basic Jewel into the Phylactery", + [2]="100% increased Effect of the Socketed Jewel", + [3]="50% more Mana Cost of Skills if you have no Energy Shield" + } + }, + [17791]={ + connections={ + [1]={ + id=526, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Stun Buildup", + orbit=7, + orbitIndex=3, + skill=17791, + stats={ + [1]="18% increased Stun Buildup with Maces" + } + }, + [17792]={ + connections={ + [1]={ + id=48734, + orbit=3 + } + }, + group=1252, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds", + name="Presence Area", + orbit=2, + orbitIndex=9, + skill=17792, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [17796]={ + connections={ + [1]={ + id=12412, + orbit=2147483647 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Cooldown Recovery Rate", + orbit=2, + orbitIndex=12, + skill=17796, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [17825]={ + connections={ + [1]={ + id=45585, + orbit=-7 + }, + [2]={ + id=46931, + orbit=-7 + }, + [3]={ + id=5681, + orbit=0 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="Tactical Retreat", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Despair" + }, + skill=17825, + stats={ + [1]="+0.5 metres to Dodge Roll distance while Surrounded", + [2]="10% increased Movement Speed while Surrounded" + } + }, + [17854]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=55275, + orbit=7 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Escape Velocity", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Suffering" + }, + skill=17854, + stats={ + [1]="3% increased Movement Speed", + [2]="30% increased Evasion Rating" + } + }, + [17871]={ + connections={ + [1]={ + id=32672, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze and Chill Resistance", + orbit=2, + orbitIndex=12, + skill=17871, + stats={ + [1]="5% reduced Effect of Chill on you", + [2]="10% increased Freeze Threshold" + } + }, + [17882]={ + connections={ + [1]={ + id=33596, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Volatile Grenades", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Ire", + [3]="Despair" + }, + skill=17882, + stats={ + [1]="25% reduced Grenade Detonation Time" + } + }, + [17885]={ + connections={ + [1]={ + id=11392, + orbit=-7 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude on You", + orbit=3, + orbitIndex=2, + skill=17885, + stats={ + [1]="15% reduced Magnitude of Ignite on you" + } + }, + [17903]={ + connections={ + [1]={ + id=40117, + orbit=-7 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns", + orbit=7, + orbitIndex=8, + skill=17903, + stats={ + [1]="16% increased Thorns damage" + } + }, + [17906]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=0, + orbitIndex=0, + skill=17906, + stats={ + } + }, + [17923]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=18826, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Volatility", + orbit=9, + orbitIndex=16, + skill=17923, + stats={ + [1]="10% chance to gain Volatility on Kill" + } + }, + [17924]={ + connections={ + [1]={ + id=51867, + orbit=-7 + } + }, + group=300, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=3, + orbitIndex=20, + skill=17924, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [17955]={ + connections={ + [1]={ + id=51708, + orbit=0 + } + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Careful Consideration", + orbit=3, + orbitIndex=6, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Greed" + }, + skill=17955, + stats={ + [1]="30% reduced Evasion Rating if you have been Hit Recently", + [2]="100% increased Evasion Rating if you haven't been Hit Recently" + } + }, + [17973]={ + connections={ + [1]={ + id=4748, + orbit=4 + }, + [2]={ + id=22691, + orbit=-6 + } + }, + group=668, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + isSwitchable=true, + name="Rapid Recharge", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + id=48926, + name="Living Death", + stats={ + [1]="Minions have 15% increased maximum Life", + [2]="Minions Revive 15% faster" + } + } + }, + orbit=7, + orbitIndex=3, + skill=17973, + stats={ + [1]="25% increased Energy Shield Recharge Rate", + [2]="25% faster start of Energy Shield Recharge" + } + }, + [17994]={ + connections={ + [1]={ + id=22565, + orbit=0 + } + }, + group=660, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=5, + skill=17994, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [17999]={ + connections={ + [1]={ + id=51561, + orbit=0 + }, + [2]={ + id=42026, + orbit=0 + }, + [3]={ + id=63979, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown and Speed", + orbit=7, + orbitIndex=4, + skill=17999, + stats={ + [1]="8% increased Warcry Speed", + [2]="6% increased Warcry Cooldown Recovery Rate" + } + }, + [18004]={ + connections={ + [1]={ + id=8881, + orbit=0 + } + }, + group=222, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Later Rage Loss Start", + orbit=3, + orbitIndex=3, + skill=18004, + stats={ + [1]="Inherent Rage Loss starts 1 second later" + } + }, + [18049]={ + connections={ + [1]={ + id=5802, + orbit=0 + } + }, + group=1125, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=22, + skill=18049, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies within 2m" + } + }, + [18073]={ + connections={ + [1]={ + id=49952, + orbit=7 + }, + [2]={ + id=63114, + orbit=4 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Attack Damage", + orbit=7, + orbitIndex=2, + skill=18073, + stats={ + [1]="12% increased Attack Damage" + } + }, + [18086]={ + connections={ + [1]={ + id=62844, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Breath of Ice", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Suffering" + }, + skill=18086, + stats={ + [1]="Damage Penetrates 15% Cold Resistance", + [2]="+10 to Intelligence" + } + }, + [18115]={ + connections={ + [1]={ + id=48856, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=7, + orbitIndex=7, + skill=18115, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [18121]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=18121, + stats={ + } + }, + [18146]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=57819, + orbit=2147483647 + } + }, + group=387, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Reduced Attribute Requirements", + orbit=0, + orbitIndex=0, + skill=18146, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [18157]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + [1]={ + id=29447, + orbit=-8 + } + }, + group=253, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Tempered Defences", + orbit=2, + orbitIndex=17, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Envy" + }, + skill=18157, + stats={ + [1]="25% increased Armour", + [2]="+15% of Armour also applies to Elemental Damage" + } + }, + [18158]={ + ascendancyName="Infernalist", + connections={ + }, + group=586, + icon="Art/2DArt/SkillIcons/passives/Infernalist/FuryManifest.dds", + isNotable=true, + name="Bringer of Flame", + orbit=0, + orbitIndex=0, + skill=18158, + stats={ + [1]="All Damage from you and Allies in your Presence", + [2]="contributes to Flammability and Ignite Magnitudes" + } + }, + [18160]={ + connections={ + [1]={ + id=26945, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Critical Chance", + orbit=7, + orbitIndex=14, + skill=18160, + stats={ + [1]="Minions have 20% increased Critical Hit Chance" + } + }, + [18167]={ + connections={ + [1]={ + id=49150, + orbit=-2 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Critical Hits", + orbit=2, + orbitIndex=10, + skill=18167, + stats={ + [1]="Invocated Spells have 15% increased Critical Hit Chance" + } + }, + [18186]={ + connections={ + [1]={ + id=13942, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=0, + skill=18186, + stats={ + [1]="15% increased Armour" + } + }, + [18207]={ + connections={ + [1]={ + id=53261, + orbit=-3 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Area and Damage", + orbit=3, + orbitIndex=8, + skill=18207, + stats={ + [1]="4% increased Area of Effect of Ancestrally Boosted Attacks", + [2]="Ancestrally Boosted Attacks deal 8% increased Damage" + } + }, + [18240]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=18240, + stats={ + } + }, + [18245]={ + connections={ + [1]={ + id=30554, + orbit=0 + }, + [2]={ + id=21164, + orbit=0 + } + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life and Physical Damage Reduction", + orbit=7, + orbitIndex=16, + skill=18245, + stats={ + [1]="Minions have 8% increased maximum Life", + [2]="Minions have 8% additional Physical Damage Reduction" + } + }, + [18280]={ + ascendancyName="Ritualist", + connections={ + }, + group=1357, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistDrainManaActivateCharms.dds", + isNotable=true, + name="Mind Phylacteries", + orbit=0, + orbitIndex=0, + skill=18280, + stats={ + [1]="Can instead consume 25% of maximum Mana to trigger Charms with insufficient charges" + } + }, + [18308]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Bleeding Out", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Fear" + }, + skill=18308, + stats={ + [1]="+250 to Accuracy against Bleeding Enemies", + [2]="Bleeding you inflict deals Damage 10% faster" + } + }, + [18348]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=19482, + orbit=5 + }, + [2]={ + id=8854, + orbit=0 + }, + [3]={ + id=46016, + orbit=8 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/MoltenFury.dds", + isNotable=true, + name="Altered Flesh", + orbit=8, + orbitIndex=60, + skill=18348, + stats={ + [1]="20% of Cold Damage taken as Fire Damage", + [2]="20% of Lightning Damage taken as Fire Damage", + [3]="20% of Physical Damage taken as Chaos Damage" + } + }, + [18374]={ + connections={ + }, + group=392, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns and Leech", + orbit=2, + orbitIndex=7, + skill=18374, + stats={ + [1]="8% increased amount of Life Leeched", + [2]="12% increased Thorns damage" + } + }, + [18397]={ + connections={ + [1]={ + id=55063, + orbit=0 + }, + [2]={ + id=4139, + orbit=0 + } + }, + group=89, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Savoured Blood", + orbit=3, + orbitIndex=5, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Ire" + }, + skill=18397, + stats={ + [1]="35% increased amount of Life Leeched", + [2]="Leech Life 20% slower" + } + }, + [18407]={ + connections={ + }, + group=584, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=18407, + stats={ + [1]="+5 to any Attribute" + } + }, + [18419]={ + connections={ + [1]={ + id=11014, + orbit=0 + }, + [2]={ + id=16784, + orbit=0 + }, + [3]={ + id=23667, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Mending", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Paranoia" + }, + skill=18419, + stats={ + [1]="Regenerate 1% of maximum Life per second while you have a Totem", + [2]="Totems Regenerate 3% of maximum Life per second" + } + }, + [18448]={ + connections={ + [1]={ + id=30141, + orbit=0 + }, + [2]={ + id=18822, + orbit=0 + }, + [3]={ + id=6872, + orbit=0 + } + }, + group=103, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=18448, + stats={ + [1]="+5 to any Attribute" + } + }, + [18451]={ + connections={ + }, + group=834, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=12, + skill=18451, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [18465]={ + connections={ + [1]={ + id=39540, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Cruel Fate", + orbit=4, + orbitIndex=44, + skill=18465, + stats={ + [1]="20% increased Critical Damage Bonus", + [2]="20% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits" + } + }, + [18470]={ + connections={ + [1]={ + id=4447, + orbit=0 + } + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=1, + orbitIndex=4, + skill=18470, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [18472]={ + connections={ + [1]={ + id=46533, + orbit=0 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + name="Stun and Freeze Buildup", + orbit=2, + orbitIndex=12, + skill=18472, + stats={ + [1]="15% increased Stun Buildup", + [2]="15% increased Freeze Buildup" + } + }, + [18485]={ + connections={ + [1]={ + id=20119, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds", + isNotable=true, + name="Unstable Bond", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Despair" + }, + skill=18485, + stats={ + [1]="Gain 3 Volatility when an Allied Persistent Reviving Minion is Killed" + } + }, + [18489]={ + connections={ + [1]={ + id=13356, + orbit=7 + }, + [2]={ + id=12751, + orbit=-7 + }, + [3]={ + id=37258, + orbit=0 + } + }, + group=395, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=7, + orbitIndex=19, + skill=18489, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [18496]={ + connections={ + [1]={ + id=50616, + orbit=0 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Lasting Trauma", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Envy" + }, + skill=18496, + stats={ + [1]="5% reduced Attack Speed", + [2]="30% increased Magnitude of Ailments you inflict", + [3]="20% increased Duration of Damaging Ailments on Enemies" + } + }, + [18505]={ + connections={ + [1]={ + id=45090, + orbit=0 + }, + [2]={ + id=50616, + orbit=0 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Crushing Verdict", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Ire" + }, + skill=18505, + stats={ + [1]="5% reduced Attack Speed", + [2]="30% increased Stun Buildup", + [3]="50% increased Attack Damage" + } + }, + [18519]={ + connections={ + [1]={ + id=30910, + orbit=-7 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Life Leech and Companion Damage", + orbit=7, + orbitIndex=16, + skill=18519, + stats={ + [1]="8% increased amount of Life Leeched", + [2]="Companions deal 12% increased Damage" + } + }, + [18548]={ + connections={ + [1]={ + id=28992, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=7, + orbitIndex=8, + skill=18548, + stats={ + [1]="3% increased Attack Speed" + } + }, + [18568]={ + connections={ + [1]={ + id=46887, + orbit=-5 + } + }, + group=1046, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech and Cold Resistance", + orbit=2, + orbitIndex=1, + skill=18568, + stats={ + [1]="+5% to Cold Resistance", + [2]="10% increased amount of Mana Leeched" + } + }, + [18585]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=6127, + orbit=0 + } + }, + group=22, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Armour", + orbit=0, + orbitIndex=0, + skill=18585, + stats={ + [1]="20% increased Armour" + } + }, + [18624]={ + connections={ + [1]={ + id=39608, + orbit=-2 + }, + [2]={ + id=12329, + orbit=2 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=3, + orbitIndex=22, + skill=18624, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [18629]={ + connections={ + [1]={ + id=64327, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=3, + orbitIndex=0, + skill=18629, + stats={ + [1]="5% increased Block chance" + } + }, + [18651]={ + connections={ + [1]={ + id=11736, + orbit=0 + }, + [2]={ + id=63863, + orbit=0 + } + }, + group=702, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=18651, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [18678]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=26638, + orbit=9 + } + }, + group=242, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Buff Expiry Rate", + orbit=0, + orbitIndex=0, + skill=18678, + stats={ + [1]="Buffs on you expire 10% slower" + } + }, + [18684]={ + connections={ + }, + group=82, + icon="Art/2DArt/SkillIcons/passives/KeystoneAvatarOfFire.dds", + isKeystone=true, + name="Avatar of Fire", + orbit=0, + orbitIndex=0, + skill=18684, + stats={ + [1]="75% of Damage Converted to Fire Damage", + [2]="Deal no Non-Fire Damage" + } + }, + [18717]={ + connections={ + [1]={ + id=60483, + orbit=0 + } + }, + group=1197, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=18717, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [18742]={ + connections={ + [1]={ + id=7721, + orbit=-6 + }, + [2]={ + id=62732, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=3, + orbitIndex=6, + skill=18742, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [18746]={ + connections={ + }, + group=83, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=0, + orbitIndex=0, + skill=18746, + stats={ + [1]="5% increased Block chance" + } + }, + [18793]={ + connections={ + [1]={ + id=33639, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infused Spell Damage", + orbit=2, + orbitIndex=20, + skill=18793, + stats={ + [1]="12% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [18801]={ + connections={ + [1]={ + id=11752, + orbit=2147483647 + }, + [2]={ + id=63360, + orbit=0 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Duration", + orbit=7, + orbitIndex=10, + skill=18801, + stats={ + [1]="Banner Skills have 20% increased Duration" + } + }, + [18815]={ + connections={ + [1]={ + id=40990, + orbit=0 + } + }, + group=1210, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=18815, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [18818]={ + connections={ + [1]={ + id=29517, + orbit=0 + }, + [2]={ + id=49461, + orbit=2 + }, + [3]={ + id=21314, + orbit=-2 + } + }, + group=952, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage and Speed", + orbit=0, + orbitIndex=0, + skill=18818, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Attack Damage" + } + }, + [18822]={ + connections={ + [1]={ + id=21567, + orbit=-3 + }, + [2]={ + id=47790, + orbit=3 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=1, + orbitIndex=0, + skill=18822, + stats={ + [1]="10% increased Attack Damage" + } + }, + [18826]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=47344, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaManaLeechInstant.dds", + isNotable=true, + name="Inner Turmoil", + orbit=9, + orbitIndex=8, + skill=18826, + stats={ + [1]="Gain 1 Volatility on inflicting an Elemental Ailment", + [2]="Take no Damage from Volatility" + } + }, + [18831]={ + connections={ + [1]={ + id=49545, + orbit=7 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Block", + orbit=2, + orbitIndex=19, + skill=18831, + stats={ + [1]="5% increased Block chance" + } + }, + [18845]={ + connections={ + [1]={ + id=55807, + orbit=-5 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isSwitchable=true, + name="Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=27384, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=7, + orbitIndex=11, + skill=18845, + stats={ + [1]="10% increased Spell Damage" + } + }, + [18846]={ + connections={ + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=3, + orbitIndex=6, + skill=18846, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [18849]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanChill.dds", + isNotable=true, + name="Shaper of Winter", + orbit=5, + orbitIndex=2, + skill=18849, + stats={ + [1]="All Damage from Hits Contributes to Chill Magnitude" + } + }, + [18856]={ + connections={ + [1]={ + id=24491, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Spell Damage", + orbit=3, + orbitIndex=0, + skill=18856, + stats={ + [1]="Invocated Spells deal 15% increased Damage" + } + }, + [18864]={ + connections={ + [1]={ + id=2745, + orbit=0 + } + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds", + name="Ailment Magnitude", + orbit=2, + orbitIndex=2, + skill=18864, + stats={ + [1]="10% increased Magnitude of Ailments you inflict" + } + }, + [18882]={ + connections={ + [1]={ + id=24045, + orbit=-2 + }, + [2]={ + id=26786, + orbit=0 + }, + [3]={ + id=30047, + orbit=0 + }, + [4]={ + id=29941, + orbit=0 + } + }, + group=798, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=6, + skill=18882, + stats={ + [1]="+5 to any Attribute" + } + }, + [18895]={ + connections={ + [1]={ + id=12661, + orbit=3 + } + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun Threshold from Energy Shield", + orbit=1, + orbitIndex=6, + skill=18895, + stats={ + [1]="Gain additional Stun Threshold equal to 12% of maximum Energy Shield" + } + }, + [18897]={ + connections={ + [1]={ + id=53185, + orbit=5 + } + }, + group=1248, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds", + name="Evasion Rating", + orbit=2, + orbitIndex=4, + skill=18897, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [18910]={ + connections={ + [1]={ + id=10265, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Critical Chance", + orbit=5, + orbitIndex=48, + skill=18910, + stats={ + [1]="12% increased Critical Hit Chance with Spears" + } + }, + [18913]={ + connections={ + [1]={ + id=12419, + orbit=-2 + } + }, + group=790, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage and Duration", + orbit=7, + orbitIndex=22, + skill=18913, + stats={ + [1]="5% increased Chaos Damage", + [2]="5% increased Skill Effect Duration" + } + }, + [18923]={ + connections={ + [1]={ + id=61976, + orbit=0 + }, + [2]={ + id=17118, + orbit=0 + }, + [3]={ + id=39570, + orbit=0 + }, + [4]={ + id=9085, + orbit=0 + } + }, + group=917, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=36, + skill=18923, + stats={ + [1]="+5 to any Attribute" + } + }, + [18940]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1314, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionCold.dds", + isMultipleChoiceOption=true, + name="Shattering Concoction", + orbit=0, + orbitIndex=0, + skill=18940, + stats={ + [1]="Grants Skill: Shattering Concoction" + } + }, + [18969]={ + connections={ + }, + group=1267, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Speed", + orbit=0, + orbitIndex=0, + skill=18969, + stats={ + [1]="3% increased Attack Speed with Bows" + } + }, + [18970]={ + connections={ + [1]={ + id=17366, + orbit=-3 + }, + [2]={ + id=11938, + orbit=0 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=16, + skill=18970, + stats={ + [1]="+8 to Evasion Rating", + [2]="+5 to maximum Energy Shield" + } + }, + [19001]={ + connections={ + [1]={ + id=16786, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Immobilisation Buildup", + orbit=7, + orbitIndex=18, + skill=19001, + stats={ + [1]="15% increased Immobilisation buildup" + } + }, + [19003]={ + connections={ + [1]={ + id=12166, + orbit=0 + }, + [2]={ + id=3128, + orbit=0 + } + }, + group=1070, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=0, + orbitIndex=0, + skill=19003, + stats={ + [1]="10% increased Cold Damage" + } + }, + [19006]={ + connections={ + [1]={ + id=39461, + orbit=0 + } + }, + group=506, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Life", + orbit=2, + orbitIndex=18, + skill=19006, + stats={ + [1]="Minions have 6% increased maximum Life", + [2]="Minions deal 6% increased Damage" + } + }, + [19011]={ + connections={ + [1]={ + id=45363, + orbit=0 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=20, + skill=19011, + stats={ + [1]="10% increased Melee Damage" + } + }, + [19027]={ + connections={ + [1]={ + id=21156, + orbit=-2 + }, + [2]={ + id=7847, + orbit=0 + } + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds", + name="Charge Duration", + orbit=7, + orbitIndex=12, + skill=19027, + stats={ + [1]="15% increased Endurance, Frenzy and Power Charge Duration" + } + }, + [19044]={ + connections={ + [1]={ + id=53188, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Arcane Intensity", + orbit=1, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Fear", + [3]="Despair" + }, + skill=19044, + stats={ + [1]="3% increased Spell Damage per 100 maximum Mana" + } + }, + [19074]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=7, + orbitIndex=6, + skill=19074, + stats={ + } + }, + [19104]={ + connections={ + [1]={ + id=29582, + orbit=0 + } + }, + group=822, + icon="Art/2DArt/SkillIcons/passives/eagleeye.dds", + isNotable=true, + isSwitchable=true, + name="Eagle Eye", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + id=39628, + name="Reflex Action", + stats={ + [1]="30% increased Parry Damage", + [2]="30% increased Evasion Rating while Parrying" + } + } + }, + orbit=0, + orbitIndex=0, + skill=19104, + stats={ + [1]="+30 to Accuracy Rating", + [2]="10% increased Accuracy Rating" + } + }, + [19112]={ + connections={ + [1]={ + id=36358, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=8, + skill=19112, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [19122]={ + connections={ + [1]={ + id=28432, + orbit=0 + } + }, + group=492, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Armour if Consumed Endurance Charge", + orbit=2, + orbitIndex=12, + skill=19122, + stats={ + [1]="20% increased Armour if you've consumed an Endurance Charge Recently" + } + }, + [19125]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=612, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isNotable=true, + name="Potent Incantation", + orbit=1, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Disgust" + }, + skill=19125, + stats={ + [1]="30% increased Spell Damage", + [2]="5% reduced Cast Speed" + } + }, + [19129]={ + connections={ + [1]={ + id=55066, + orbit=0 + }, + [2]={ + id=9290, + orbit=0 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=3, + orbitIndex=21, + skill=19129, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [19156]={ + connections={ + [1]={ + id=12249, + orbit=-7 + }, + [2]={ + id=17283, + orbit=0 + } + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Immaterial", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Envy" + }, + skill=19156, + stats={ + [1]="50% increased Evasion Rating if Energy Shield Recharge has started in the past 2 seconds", + [2]="30% increased Evasion Rating while you have Energy Shield" + } + }, + [19223]={ + connections={ + [1]={ + id=21755, + orbit=0 + }, + [2]={ + id=53166, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=18, + skill=19223, + stats={ + [1]="10% increased Attack Damage" + } + }, + [19233]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=42441, + orbit=0 + } + }, + group=1339, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Elemental Damage", + orbit=0, + orbitIndex=0, + skill=19233, + stats={ + [1]="12% increased Elemental Damage" + } + }, + [19236]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=95, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Projectile Bulwark", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Despair" + }, + skill=19236, + stats={ + [1]="30% increased Armour", + [2]="Defend with 120% of Armour against Projectile Attacks" + } + }, + [19240]={ + connections={ + [1]={ + id=46358, + orbit=-6 + }, + [2]={ + id=4847, + orbit=5 + } + }, + group=510, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=19240, + stats={ + [1]="+5 to any Attribute" + } + }, + [19249]={ + connections={ + [1]={ + id=33209, + orbit=4 + }, + [2]={ + id=40550, + orbit=0 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Supportive Ancestors", + orbit=6, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Disgust", + [3]="Isolation" + }, + skill=19249, + stats={ + [1]="25% increased Damage while you have a Totem", + [2]="Spells Cast by Totems have 3% increased Cast Speed per Summoned Totem", + [3]="Attacks used by Totems have 3% increased Attack Speed per Summoned Totem" + } + }, + [19277]={ + connections={ + [1]={ + id=44783, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area Damage", + orbit=2, + orbitIndex=10, + skill=19277, + stats={ + [1]="10% increased Spell Area Damage" + } + }, + [19288]={ + connections={ + }, + group=803, + icon="Art/2DArt/SkillIcons/passives/GlancingBlows.dds", + isKeystone=true, + name="Glancing Blows", + orbit=0, + orbitIndex=0, + skill=19288, + stats={ + [1]="Chance to Evade is Unlucky", + [2]="Chance to Deflect is Lucky" + } + }, + [19330]={ + connections={ + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=4, + orbitIndex=52, + skill=19330, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [19337]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + }, + group=1005, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Precision Salvo", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Envy" + }, + skill=19337, + stats={ + [1]="8% increased Projectile Speed", + [2]="6% increased Attack Speed", + [3]="12% increased Accuracy Rating" + } + }, + [19338]={ + connections={ + [1]={ + id=60, + orbit=0 + } + }, + group=1192, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=3, + orbitIndex=0, + skill=19338, + stats={ + [1]="+8 to Dexterity" + } + }, + [19341]={ + connections={ + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=3, + orbitIndex=16, + skill=19341, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [19342]={ + connections={ + [1]={ + id=17553, + orbit=-3 + }, + [2]={ + id=46296, + orbit=0 + }, + [3]={ + id=27493, + orbit=0 + } + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=3, + orbitIndex=8, + skill=19342, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [19355]={ + connections={ + }, + group=835, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=6, + orbitIndex=4, + skill=19355, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [19359]={ + connections={ + [1]={ + id=35095, + orbit=4 + }, + [2]={ + id=52245, + orbit=0 + } + }, + group=1230, + icon="Art/2DArt/SkillIcons/passives/ChaosDamage2.dds", + name="Chaos Damage and Resistance", + orbit=3, + orbitIndex=2, + skill=19359, + stats={ + [1]="5% increased Chaos Damage", + [2]="+3% to Chaos Resistance" + } + }, + [19424]={ + ascendancyName="Titan", + connections={ + [1]={ + id=60634, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Strength", + orbit=6, + orbitIndex=48, + skill=19424, + stats={ + [1]="4% increased Strength" + } + }, + [19426]={ + connections={ + [1]={ + id=15443, + orbit=0 + } + }, + group=882, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=2, + orbitIndex=4, + skill=19426, + stats={ + [1]="10% increased Physical Damage" + } + }, + [19442]={ + connections={ + [1]={ + id=25170, + orbit=-3 + }, + [2]={ + id=8606, + orbit=0 + } + }, + group=867, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Prolonged Assault", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Suffering" + }, + skill=19442, + stats={ + [1]="16% increased Attack Damage", + [2]="16% increased Skill Effect Duration", + [3]="Buffs on you expire 10% slower" + } + }, + [19461]={ + connections={ + [1]={ + id=64415, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=3, + orbitIndex=16, + skill=19461, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Lightning Damage" + } + }, + [19470]={ + connections={ + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Life and Mana Flask Recovery", + orbit=3, + orbitIndex=17, + skill=19470, + stats={ + [1]="10% increased Life and Mana Recovery from Flasks" + } + }, + [19482]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=36564, + orbit=0 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Life", + orbit=9, + orbitIndex=109, + skill=19482, + stats={ + [1]="3% increased maximum Life" + } + }, + [19546]={ + connections={ + [1]={ + id=5681, + orbit=0 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="Favourable Odds", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Disgust" + }, + skill=19546, + stats={ + [1]="30% increased Block chance while Surrounded", + [2]="10% increased Deflection Rating while Surrounded", + [3]="40% increased Ailment and Stun Threshold while Surrounded" + } + }, + [19573]={ + connections={ + [1]={ + id=38479, + orbit=-5 + }, + [2]={ + id=19342, + orbit=-3 + } + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Pierce", + orbit=7, + orbitIndex=11, + skill=19573, + stats={ + [1]="25% chance for Projectiles to Pierce Enemies within 3m distance of you" + } + }, + [19644]={ + connections={ + [1]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Left Hand of Darkness", + orbit=4, + orbitIndex=29, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Envy" + }, + skill=19644, + stats={ + [1]="Minions have 20% additional Physical Damage Reduction", + [2]="Minions have +23% to Chaos Resistance" + } + }, + [19658]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern", + connections={ + }, + group=323, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Link Mastery", + orbit=0, + orbitIndex=0, + skill=19658, + stats={ + } + }, + [19674]={ + connections={ + [1]={ + id=41493, + orbit=0 + } + }, + group=250, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=3, + orbitIndex=2, + skill=19674, + stats={ + [1]="8% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [19680]={ + connections={ + [1]={ + id=50558, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=4, + orbitIndex=54, + skill=19680, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [19715]={ + connections={ + [1]={ + id=34927, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + isNotable=true, + name="Cremation", + orbit=4, + orbitIndex=66, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Isolation" + }, + skill=19715, + stats={ + [1]="Damage Penetrates 18% Fire Resistance", + [2]="Gain 6% of Elemental Damage as Extra Fire Damage" + } + }, + [19722]={ + connections={ + }, + group=1070, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Thin Ice", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Greed" + }, + skill=19722, + stats={ + [1]="20% increased Freeze Buildup", + [2]="50% increased Damage with Hits against Frozen Enemies" + } + }, + [19750]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern", + connections={ + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Armour and Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=19750, + stats={ + } + }, + [19767]={ + connections={ + [1]={ + id=35223, + orbit=0 + }, + [2]={ + id=13895, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Attack Speed", + orbit=4, + orbitIndex=10, + skill=19767, + stats={ + [1]="3% increased Attack Speed with Spears" + } + }, + [19779]={ + connections={ + [1]={ + id=63891, + orbit=2 + } + }, + group=767, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=2, + orbitIndex=22, + skill=19779, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [19794]={ + connections={ + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude on You", + orbit=3, + orbitIndex=22, + skill=19794, + stats={ + [1]="15% reduced Magnitude of Ignite on you" + } + }, + [19796]={ + connections={ + [1]={ + id=18308, + orbit=0 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Attack Damage vs Bleeding Enemies", + orbit=7, + orbitIndex=16, + skill=19796, + stats={ + [1]="16% increased Attack Damage against Bleeding Enemies" + } + }, + [19802]={ + connections={ + [1]={ + id=64399, + orbit=2 + } + }, + group=419, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Damage", + orbit=2, + orbitIndex=8, + skill=19802, + stats={ + [1]="15% increased Critical Damage Bonus for Attack Damage" + } + }, + [19808]={ + connections={ + }, + group=874, + icon="Art/2DArt/SkillIcons/passives/SpellSupressionNotable1.dds", + isSwitchable=true, + name="Ailment Chance", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + id=28615, + name="Accuracy", + stats={ + [1]="8% increased Accuracy Rating" + } + } + }, + orbit=0, + orbitIndex=0, + skill=19808, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [19820]={ + connections={ + [1]={ + id=5686, + orbit=0 + } + }, + group=167, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Cold Damage", + orbit=2, + orbitIndex=18, + skill=19820, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Cold Damage" + } + }, + [19846]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=1, + orbitIndex=6, + skill=19846, + stats={ + } + }, + [19873]={ + connections={ + [1]={ + id=36602, + orbit=0 + }, + [2]={ + id=17655, + orbit=-4 + } + }, + group=456, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area of Effect", + orbit=2, + orbitIndex=22, + skill=19873, + stats={ + [1]="5% increased Area of Effect" + } + }, + [19880]={ + connections={ + [1]={ + id=59390, + orbit=0 + } + }, + group=1024, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Evasion if Consumed Frenzy Charge", + orbit=2, + orbitIndex=0, + skill=19880, + stats={ + [1]="20% increased Evasion Rating if you've consumed a Frenzy Charge Recently" + } + }, + [19955]={ + connections={ + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Endless Blizzard", + orbit=4, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Fear" + }, + skill=19955, + stats={ + [1]="+1 to Level of all Cold Skills" + } + }, + [19998]={ + connections={ + [1]={ + id=44430, + orbit=0 + } + }, + group=730, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Damage", + orbit=0, + orbitIndex=0, + skill=19998, + stats={ + [1]="12% increased Damage with Crossbows" + } + }, + [20008]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=991, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Unleash Fire", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Greed" + }, + skill=20008, + stats={ + [1]="30% increased Stun Buildup with Melee Damage", + [2]="Projectiles deal 75% increased Damage against Heavy Stunned Enemies" + } + }, + [20015]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=3, + orbitIndex=1, + skill=20015, + stats={ + } + }, + [20024]={ + connections={ + [1]={ + id=44223, + orbit=0 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=7, + orbitIndex=22, + skill=20024, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [20032]={ + connections={ + [1]={ + id=28680, + orbit=0 + }, + [2]={ + id=56762, + orbit=0 + } + }, + group=337, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Erraticism", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Guilt" + }, + skill=20032, + stats={ + [1]="16% increased Cast Speed if you've dealt a Critical Hit Recently", + [2]="10% reduced Critical Hit Chance" + } + }, + [20044]={ + connections={ + [1]={ + id=30736, + orbit=0 + } + }, + group=1274, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=7, + skill=20044, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [20049]={ + connections={ + [1]={ + id=32818, + orbit=5 + } + }, + group=850, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=7, + orbitIndex=0, + skill=20049, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [20091]={ + connections={ + [1]={ + id=46565, + orbit=0 + } + }, + group=444, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=5, + orbitIndex=43, + skill=20091, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [20105]={ + connections={ + [1]={ + id=13895, + orbit=0 + } + }, + group=1232, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Accuracy", + orbit=0, + orbitIndex=0, + skill=20105, + stats={ + [1]="10% increased Accuracy Rating with Spears" + } + }, + [20115]={ + connections={ + [1]={ + id=49734, + orbit=0 + } + }, + group=198, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=20115, + stats={ + [1]="+5 to any Attribute" + } + }, + [20119]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=0, + orbitIndex=0, + skill=20119, + stats={ + } + }, + [20140]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=756, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=20140, + stats={ + } + }, + [20195]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=40, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus3.dds", + isNotable=true, + name="Lead Lining", + orbit=0, + orbitIndex=0, + skill=20195, + stats={ + [1]="Body Armour grants +75% to Lightning Resistance" + } + }, + [20205]={ + connections={ + [1]={ + id=33059, + orbit=0 + } + }, + group=779, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if no recent Stun", + orbit=2, + orbitIndex=4, + skill=20205, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [20236]={ + connections={ + [1]={ + id=4346, + orbit=0 + } + }, + group=948, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=0, + orbitIndex=0, + skill=20236, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [20251]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=79, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Splitting Ground", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Isolation" + }, + skill=20251, + stats={ + [1]="Fissure Skills have a 20% chance to create an additional Fissure" + } + }, + [20303]={ + connections={ + [1]={ + id=9908, + orbit=0 + } + }, + group=294, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=16, + skill=20303, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [20350]={ + connections={ + [1]={ + id=4948, + orbit=0 + }, + [2]={ + id=47006, + orbit=0 + }, + [3]={ + id=28304, + orbit=0 + } + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=10, + skill=20350, + stats={ + [1]="20% increased Damage against Enemies with Fully Broken Armour" + } + }, + [20387]={ + connections={ + [1]={ + id=57810, + orbit=0 + } + }, + group=801, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=20387, + stats={ + [1]="15% increased chance to Shock" + } + }, + [20388]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=472, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Regenerative Flesh", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Greed" + }, + skill=20388, + stats={ + [1]="Minions Recoup 15% of Damage taken as Life" + } + }, + [20397]={ + connections={ + [1]={ + id=4577, + orbit=3 + }, + [2]={ + id=8556, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Authority", + orbit=7, + orbitIndex=11, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Suffering" + }, + skill=20397, + stats={ + [1]="15% increased Area of Effect for Attacks", + [2]="10% increased Cooldown Recovery Rate" + } + }, + [20414]={ + connections={ + [1]={ + id=35043, + orbit=0 + }, + [2]={ + id=52410, + orbit=0 + }, + [3]={ + id=50146, + orbit=0 + } + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Reprisal", + orbit=4, + orbitIndex=31, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Despair" + }, + skill=20414, + stats={ + [1]="30% increased Parried Debuff Magnitude" + } + }, + [20416]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=492, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + isNotable=true, + name="Grit", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Envy" + }, + skill=20416, + stats={ + [1]="10% chance when you gain an Endurance Charge to gain an additional Endurance Charge", + [2]="+1 to Maximum Endurance Charges" + } + }, + [20429]={ + connections={ + [1]={ + id=28797, + orbit=0 + } + }, + group=1269, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Speed", + orbit=6, + orbitIndex=62, + skill=20429, + stats={ + [1]="3% increased Attack Speed with Daggers" + } + }, + [20467]={ + connections={ + [1]={ + id=58312, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Culling Strike Threshold", + orbit=3, + orbitIndex=12, + skill=20467, + stats={ + [1]="5% increased Culling Strike Threshold" + } + }, + [20504]={ + connections={ + [1]={ + id=62341, + orbit=-5 + } + }, + group=841, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=0, + orbitIndex=0, + skill=20504, + stats={ + [1]="Recover 5 Life when you Block" + } + }, + [20511]={ + connections={ + [1]={ + id=53804, + orbit=-7 + }, + [2]={ + id=49259, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + isNotable=true, + name="Cremating Cries", + orbit=3, + orbitIndex=14, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Paranoia" + }, + skill=20511, + stats={ + [1]="Empowered Attacks Gain 15% of Physical Damage as Extra Fire damage" + } + }, + [20582]={ + connections={ + [1]={ + id=55329, + orbit=0 + } + }, + group=1207, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Block", + orbit=6, + orbitIndex=21, + skill=20582, + stats={ + [1]="5% increased Block chance" + } + }, + [20641]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=51934, + orbit=0 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=1, + orbitIndex=1, + skill=20641, + stats={ + } + }, + [20645]={ + connections={ + [1]={ + id=64284, + orbit=4 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=3, + orbitIndex=14, + skill=20645, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [20649]={ + connections={ + [1]={ + id=62998, + orbit=0 + }, + [2]={ + id=2582, + orbit=0 + }, + [3]={ + id=65290, + orbit=0 + } + }, + group=1237, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=20649, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [20677]={ + connections={ + [1]={ + id=9586, + orbit=0 + }, + [2]={ + id=535, + orbit=0 + } + }, + group=988, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="For the Jugular", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Guilt" + }, + skill=20677, + stats={ + [1]="25% increased Critical Damage Bonus", + [2]="+10 to Intelligence" + } + }, + [20691]={ + connections={ + [1]={ + id=41739, + orbit=0 + } + }, + group=448, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=10, + skill=20691, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [20718]={ + connections={ + [1]={ + id=30979, + orbit=-3 + } + }, + group=464, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Duration", + orbit=7, + orbitIndex=12, + skill=20718, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [20744]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=793, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=1, + orbitIndex=3, + skill=20744, + stats={ + } + }, + [20772]={ + ascendancyName="Lich", + connections={ + [1]={ + id=2877, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Mana", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=15028, + name="Minion Duration", + stats={ + [1]="15% increased Minion Duration" + } + } + }, + orbit=9, + orbitIndex=114, + skill=20772, + stats={ + [1]="3% increased maximum Mana" + } + }, + [20782]={ + connections={ + [1]={ + id=52191, + orbit=-3 + }, + [2]={ + id=42361, + orbit=0 + } + }, + group=1084, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=8, + skill=20782, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [20820]={ + connections={ + [1]={ + id=40166, + orbit=0 + } + }, + group=985, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=20, + skill=20820, + stats={ + [1]="3% increased Attack Speed" + } + }, + [20830]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=37078, + orbit=8 + } + }, + group=245, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Area of Effect", + orbit=0, + orbitIndex=0, + skill=20830, + stats={ + [1]="8% increased Area of Effect" + } + }, + [20831]={ + connections={ + [1]={ + id=29843, + orbit=0 + }, + [2]={ + id=44875, + orbit=0 + } + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/AspectOfTheLynx.dds", + isNotable=true, + name="Catlike Agility", + orbit=2, + orbitIndex=14, + skill=20831, + stats={ + [1]="25% increased Evasion Rating", + [2]="40% increased Evasion Rating if you've Dodge Rolled Recently" + } + }, + [20837]={ + connections={ + [1]={ + id=61104, + orbit=0 + } + }, + group=879, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + name="Knockback", + orbit=0, + orbitIndex=0, + skill=20837, + stats={ + [1]="8% increased Knockback Distance" + } + }, + [20842]={ + connections={ + [1]={ + id=48026, + orbit=0 + }, + [2]={ + id=4661, + orbit=2147483647 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Area", + orbit=3, + orbitIndex=12, + skill=20842, + stats={ + [1]="Banner Skills have 15% increased Area of Effect" + } + }, + [20861]={ + connections={ + [1]={ + id=8522, + orbit=0 + }, + [2]={ + id=45350, + orbit=0 + }, + [3]={ + id=17672, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Spell Damage", + orbit=7, + orbitIndex=12, + skill=20861, + stats={ + [1]="Invocated Spells deal 15% increased Damage" + } + }, + [20895]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=47184, + orbit=0 + } + }, + group=9, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds", + name="Strength", + orbit=0, + orbitIndex=0, + skill=20895, + stats={ + [1]="5% increased Strength" + } + }, + [20909]={ + connections={ + [1]={ + id=44891, + orbit=2147483647 + } + }, + group=1224, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=1, + skill=20909, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [20916]={ + connections={ + [1]={ + id=59355, + orbit=0 + } + }, + group=994, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Blinding Strike", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Envy" + }, + skill=20916, + stats={ + [1]="24% increased Attack Damage", + [2]="10% chance to Blind Enemies on Hit with Attacks" + } + }, + [20989]={ + connections={ + [1]={ + id=42984, + orbit=0 + }, + [2]={ + id=30141, + orbit=0 + } + }, + group=79, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=3, + orbitIndex=15, + skill=20989, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [21017]={ + connections={ + [1]={ + id=26969, + orbit=-7 + }, + [2]={ + id=55789, + orbit=7 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=5, + orbitIndex=0, + skill=21017, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [21070]={ + connections={ + [1]={ + id=57388, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=7, + orbitIndex=20, + skill=21070, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [21077]={ + connections={ + [1]={ + id=354, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Cooldown Recovery Rate", + orbit=3, + orbitIndex=12, + skill=21077, + stats={ + [1]="15% increased Cooldown Recovery Rate for Grenade Skills" + } + }, + [21080]={ + connections={ + [1]={ + id=1869, + orbit=-4 + } + }, + group=919, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=7, + orbitIndex=19, + skill=21080, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [21081]={ + connections={ + [1]={ + id=25745, + orbit=5 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=5, + orbitIndex=42, + skill=21081, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [21089]={ + connections={ + [1]={ + id=31848, + orbit=7 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns Ignore Armour", + orbit=7, + orbitIndex=20, + skill=21089, + stats={ + [1]="Thorns Damage has 25% chance to ignore Enemy Armour" + } + }, + [21096]={ + connections={ + [1]={ + id=56388, + orbit=0 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Area", + orbit=4, + orbitIndex=69, + skill=21096, + stats={ + [1]="Banner Skills have 15% increased Area of Effect" + } + }, + [21111]={ + connections={ + [1]={ + id=33099, + orbit=-5 + } + }, + group=1086, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Activation Chance", + orbit=7, + orbitIndex=11, + skill=21111, + stats={ + [1]="10% chance when a Charm is used to use another Charm without consuming Charges" + } + }, + [21112]={ + connections={ + [1]={ + id=31055, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Damage", + orbit=4, + orbitIndex=57, + skill=21112, + stats={ + [1]="10% increased Damage with Bows" + } + }, + [21127]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=4, + orbitIndex=30, + skill=21127, + stats={ + } + }, + [21156]={ + connections={ + [1]={ + id=34623, + orbit=0 + } + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds", + name="Charge Duration", + orbit=7, + orbitIndex=8, + skill=21156, + stats={ + [1]="15% increased Endurance, Frenzy and Power Charge Duration" + } + }, + [21161]={ + connections={ + [1]={ + id=10500, + orbit=5 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Movement Penalty with Raised Shield", + orbit=3, + orbitIndex=7, + skill=21161, + stats={ + [1]="15% reduced Movement Speed Penalty while Actively Blocking" + } + }, + [21164]={ + connections={ + [1]={ + id=62670, + orbit=0 + } + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Fleshcrafting", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Fear" + }, + skill=21164, + stats={ + [1]="Minions gain 15% of their maximum Life as Extra maximum Energy Shield" + } + }, + [21184]={ + connections={ + [1]={ + id=20251, + orbit=0 + } + }, + group=79, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=7, + orbitIndex=21, + skill=21184, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [21205]={ + connections={ + [1]={ + id=44176, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=5, + orbitIndex=60, + skill=21205, + stats={ + [1]="+3 to all Attributes" + } + }, + [21206]={ + connections={ + [1]={ + id=45899, + orbit=0 + }, + [2]={ + id=11505, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Explosive Impact", + orbit=3, + orbitIndex=9, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Fear" + }, + skill=21206, + stats={ + [1]="15% increased Area of Effect", + [2]="Burning Enemies you kill have a 5% chance to Explode, dealing a", + [3]="tenth of their maximum Life as Fire Damage" + } + }, + [21208]={ + connections={ + }, + group=1066, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Activation Speed and Effect", + orbit=7, + orbitIndex=14, + skill=21208, + stats={ + [1]="3% increased Curse Magnitudes", + [2]="10% faster Curse Activation" + } + }, + [21225]={ + connections={ + [1]={ + id=38369, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Damage", + orbit=3, + orbitIndex=16, + skill=21225, + stats={ + [1]="10% increased Damage with Spears" + } + }, + [21227]={ + connections={ + [1]={ + id=36290, + orbit=-2 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=4, + orbitIndex=39, + skill=21227, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [21245]={ + connections={ + }, + group=409, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Spell Critical Chance", + orbit=0, + orbitIndex=0, + skill=21245, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [21274]={ + connections={ + [1]={ + id=39298, + orbit=0 + } + }, + group=709, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=21274, + stats={ + [1]="+5 to any Attribute" + } + }, + [21279]={ + connections={ + [1]={ + id=35534, + orbit=-3 + } + }, + group=1169, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Effect and Blind Effect", + orbit=2, + orbitIndex=21, + skill=21279, + stats={ + [1]="8% increased Effect of your Mark Skills", + [2]="10% increased Blind Effect" + } + }, + [21280]={ + connections={ + [1]={ + id=28050, + orbit=0 + }, + [2]={ + id=61312, + orbit=0 + }, + [3]={ + id=40630, + orbit=0 + } + }, + group=877, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=21280, + stats={ + [1]="+5 to any Attribute" + } + }, + [21286]={ + connections={ + [1]={ + id=4128, + orbit=4 + }, + [2]={ + id=45992, + orbit=0 + } + }, + group=373, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=14, + skill=21286, + stats={ + [1]="15% increased Armour" + } + }, + [21314]={ + connections={ + [1]={ + id=50912, + orbit=-4 + } + }, + group=952, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=17, + skill=21314, + stats={ + [1]="10% increased Attack Damage" + } + }, + [21324]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern", + connections={ + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Buckler Mastery", + orbit=2, + orbitIndex=7, + skill=21324, + stats={ + } + }, + [21327]={ + connections={ + [1]={ + id=56876, + orbit=0 + }, + [2]={ + id=43691, + orbit=0 + } + }, + group=958, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Energy Shield if Consumed Power Charge", + orbit=2, + orbitIndex=14, + skill=21327, + stats={ + [1]="20% increased Energy Shield if you've consumed a Power Charge Recently" + } + }, + [21336]={ + connections={ + [1]={ + id=62984, + orbit=0 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=2, + orbitIndex=19, + skill=21336, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [21349]={ + connections={ + }, + group=986, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredFoxNotable.dds", + isNotable=true, + name="The Cunning Fox", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Suffering" + }, + skill=21349, + stats={ + [1]="+5% to Quality of all Skills" + } + }, + [21380]={ + connections={ + }, + group=1039, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Preemptive Strike", + orbit=7, + orbitIndex=9, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Greed" + }, + skill=21380, + stats={ + [1]="100% increased Critical Damage Bonus against Enemies that are on Full Life" + } + }, + [21387]={ + connections={ + [1]={ + id=53719, + orbit=0 + }, + [2]={ + id=3988, + orbit=0 + } + }, + group=115, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=21387, + stats={ + [1]="+5 to any Attribute" + } + }, + [21390]={ + connections={ + [1]={ + id=7972, + orbit=0 + } + }, + group=212, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Endurance Charge Duration", + orbit=2, + orbitIndex=12, + skill=21390, + stats={ + [1]="20% increased Endurance Charge Duration" + } + }, + [21404]={ + connections={ + [1]={ + id=42825, + orbit=0 + } + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=18, + skill=21404, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [21415]={ + connections={ + [1]={ + id=61493, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=3, + orbitIndex=16, + skill=21415, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [21438]={ + connections={ + [1]={ + id=1019, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=7, + orbitIndex=7, + skill=21438, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [21453]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + [1]={ + id=10286, + orbit=0 + } + }, + group=146, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds", + isNotable=true, + name="Breakage", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Greed" + }, + skill=21453, + stats={ + [1]="Break 60% increased Armour", + [2]="10% chance to Defend with 200% of Armour" + } + }, + [21468]={ + connections={ + [1]={ + id=39274, + orbit=6 + } + }, + group=519, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=3, + orbitIndex=12, + skill=21468, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [21495]={ + connections={ + }, + group=1088, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=3, + orbitIndex=14, + skill=21495, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [21537]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=1280, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + isNotable=true, + name="Fervour", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Isolation" + }, + skill=21537, + stats={ + [1]="+2 to Maximum Frenzy Charges" + } + }, + [21540]={ + connections={ + [1]={ + id=34367, + orbit=0 + }, + [2]={ + id=40783, + orbit=0 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=10, + skill=21540, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [21567]={ + connections={ + [1]={ + id=59710, + orbit=0 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=7, + orbitIndex=8, + skill=21567, + stats={ + [1]="10% increased Attack Damage" + } + }, + [21568]={ + connections={ + [1]={ + id=26196, + orbit=0 + } + }, + group=220, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=21568, + stats={ + [1]="+5 to any Attribute" + } + }, + [21572]={ + connections={ + [1]={ + id=6660, + orbit=-7 + }, + [2]={ + id=7526, + orbit=0 + } + }, + group=1043, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Damage against Ailments", + orbit=2, + orbitIndex=20, + skill=21572, + stats={ + [1]="12% increased Damage with Hits against Enemies affected by Elemental Ailments" + } + }, + [21606]={ + connections={ + [1]={ + id=2606, + orbit=0 + }, + [2]={ + id=29148, + orbit=0 + } + }, + group=472, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=12, + skill=21606, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [21627]={ + connections={ + [1]={ + id=19796, + orbit=0 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=2, + orbitIndex=12, + skill=21627, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [21670]={ + connections={ + [1]={ + id=29358, + orbit=0 + } + }, + group=99, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=1, + orbitIndex=7, + skill=21670, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [21684]={ + connections={ + [1]={ + id=1214, + orbit=5 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block and Shield Defences", + orbit=2, + orbitIndex=6, + skill=21684, + stats={ + [1]="4% increased Block chance", + [2]="15% increased Defences from Equipped Shield" + } + }, + [21713]={ + connections={ + [1]={ + id=11604, + orbit=0 + }, + [2]={ + id=50588, + orbit=0 + } + }, + group=979, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=20, + skill=21713, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [21716]={ + connections={ + [1]={ + id=9583, + orbit=-5 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=4, + orbitIndex=0, + skill=21716, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [21721]={ + connections={ + [1]={ + id=15899, + orbit=0 + }, + [2]={ + id=55066, + orbit=0 + }, + [3]={ + id=62194, + orbit=2147483647 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=3, + orbitIndex=4, + skill=21721, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [21746]={ + connections={ + [1]={ + id=46782, + orbit=0 + } + }, + group=922, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=12, + skill=21746, + stats={ + [1]="+5 to any Attribute" + } + }, + [21748]={ + connections={ + [1]={ + id=54725, + orbit=0 + }, + [2]={ + id=6570, + orbit=0 + } + }, + group=1066, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Impending Doom", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Ire" + }, + skill=21748, + stats={ + [1]="40% faster Curse Activation", + [2]="Your Curses have 20% increased Effect if 50% of Curse Duration expired" + } + }, + [21755]={ + connections={ + [1]={ + id=54127, + orbit=0 + }, + [2]={ + id=48635, + orbit=0 + }, + [3]={ + id=61281, + orbit=0 + }, + [4]={ + id=52274, + orbit=0 + } + }, + group=642, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=21755, + stats={ + [1]="+5 to any Attribute" + } + }, + [21779]={ + connections={ + [1]={ + id=57204, + orbit=0 + } + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=19, + skill=21779, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [21788]={ + connections={ + [1]={ + id=8573, + orbit=0 + }, + [2]={ + id=34612, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Damage", + orbit=5, + orbitIndex=21, + skill=21788, + stats={ + [1]="12% increased Damage with Bows" + } + }, + [21792]={ + connections={ + [1]={ + id=29899, + orbit=2 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Life and Mana on Kill", + orbit=1, + orbitIndex=0, + skill=21792, + stats={ + [1]="Recover 1% of maximum Life on Kill", + [2]="Recover 1% of maximum Mana on Kill" + } + }, + [21801]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=1045, + icon="Art/2DArt/SkillIcons/passives/MasteryChaos.dds", + isOnlyImage=true, + name="Chaos Mastery", + orbit=1, + orbitIndex=10, + skill=21801, + stats={ + } + }, + [21861]={ + connections={ + [1]={ + id=65243, + orbit=0 + } + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=18, + skill=21861, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [21871]={ + connections={ + [1]={ + id=51847, + orbit=0 + }, + [2]={ + id=37872, + orbit=0 + }, + [3]={ + id=25213, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage with nearby Ally", + orbit=7, + orbitIndex=8, + skill=21871, + stats={ + [1]="16% increased Attack Damage while you have an Ally in your Presence" + } + }, + [21879]={ + connections={ + [1]={ + id=9343, + orbit=7 + } + }, + group=383, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Cast Speed", + orbit=2, + orbitIndex=1, + skill=21879, + stats={ + [1]="Link Skills have 8% increased Cast Speed" + } + }, + [21885]={ + connections={ + [1]={ + id=1352, + orbit=0 + } + }, + group=189, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold and Strength", + orbit=7, + orbitIndex=14, + skill=21885, + stats={ + [1]="10% increased Stun Threshold", + [2]="+5 to Strength" + } + }, + [21912]={ + connections={ + [1]={ + id=32353, + orbit=5 + } + }, + group=149, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=9, + skill=21912, + stats={ + [1]="10% increased Attack Damage" + } + }, + [21935]={ + connections={ + [1]={ + id=18240, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Calibration", + orbit=3, + orbitIndex=23, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Despair" + }, + skill=21935, + stats={ + [1]="30% increased maximum Energy Shield", + [2]="4% increased maximum Mana" + } + }, + [21945]={ + connections={ + [1]={ + id=61718, + orbit=0 + }, + [2]={ + id=26572, + orbit=0 + }, + [3]={ + id=39128, + orbit=0 + }, + [4]={ + id=54545, + orbit=0 + } + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Damage and Criticals vs Dazed Enemies", + orbit=0, + orbitIndex=0, + skill=21945, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [21982]={ + connections={ + [1]={ + id=47371, + orbit=0 + } + }, + group=281, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage and Bleeding Chance", + orbit=2, + orbitIndex=18, + skill=21982, + stats={ + [1]="5% chance to inflict Bleeding on Hit", + [2]="Empowered Attacks deal 10% increased Damage" + } + }, + [21984]={ + connections={ + [1]={ + id=61403, + orbit=0 + } + }, + group=1012, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=4, + skill=21984, + stats={ + } + }, + [22045]={ + connections={ + [1]={ + id=13505, + orbit=3 + } + }, + group=474, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=4, + skill=22045, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [22049]={ + connections={ + [1]={ + id=60505, + orbit=0 + } + }, + group=889, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + id=28255, + name="Melee and Projectile Damage", + stats={ + [1]="10% increased Melee Damage", + [2]="10% increased Projectile Damage" + } + } + }, + orbit=0, + orbitIndex=0, + skill=22049, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [22057]={ + connections={ + [1]={ + id=30143, + orbit=2 + }, + [2]={ + id=36808, + orbit=4 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Shield Defences", + orbit=7, + orbitIndex=21, + skill=22057, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [22063]={ + connections={ + [1]={ + id=5797, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Freeze Buildup and Cold Damage", + orbit=2, + orbitIndex=22, + skill=22063, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Freeze Buildup" + } + }, + [22115]={ + connections={ + [1]={ + id=61263, + orbit=0 + }, + [2]={ + id=59446, + orbit=0 + } + }, + group=992, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds", + name="Intelligence", + orbit=1, + orbitIndex=10, + skill=22115, + stats={ + [1]="+8 to Intelligence" + } + }, + [22141]={ + connections={ + [1]={ + id=54521, + orbit=0 + }, + [2]={ + id=51797, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=6, + skill=22141, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [22147]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=18678, + orbit=0 + }, + [2]={ + id=50219, + orbit=0 + }, + [3]={ + id=1579, + orbit=0 + }, + [4]={ + id=27990, + orbit=-4 + }, + [5]={ + id=43128, + orbit=4 + }, + [6]={ + id=54194, + orbit=0 + } + }, + group=275, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Chronomancer", + orbit=9, + orbitIndex=0, + skill=22147, + stats={ + } + }, + [22152]={ + connections={ + [1]={ + id=10382, + orbit=0 + }, + [2]={ + id=15304, + orbit=0 + } + }, + group=954, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=8, + skill=22152, + stats={ + [1]="3% increased Cast Speed" + } + }, + [22185]={ + connections={ + [1]={ + id=17796, + orbit=5 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Debuff Expiry Rate", + orbit=3, + orbitIndex=9, + skill=22185, + stats={ + [1]="Debuffs on you expire 10% faster" + } + }, + [22188]={ + connections={ + [1]={ + id=38763, + orbit=-4 + }, + [2]={ + id=21274, + orbit=0 + } + }, + group=710, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=7, + orbitIndex=0, + skill=22188, + stats={ + [1]="6% increased Reservation Efficiency of Herald Skills" + } + }, + [22208]={ + connections={ + [1]={ + id=15207, + orbit=0 + } + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Critical Chance", + orbit=7, + orbitIndex=18, + skill=22208, + stats={ + [1]="8% increased Critical Hit Chance for Attacks", + [2]="8% increased Accuracy Rating" + } + }, + [22219]={ + connections={ + [1]={ + id=52351, + orbit=-7 + } + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=7, + orbitIndex=16, + skill=22219, + stats={ + [1]="Triggered Spells deal 14% increased Spell Damage" + } + }, + [22271]={ + connections={ + [1]={ + id=15083, + orbit=0 + } + }, + group=693, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=22271, + stats={ + [1]="15% increased chance to Shock" + } + }, + [22290]={ + connections={ + [1]={ + id=48821, + orbit=-6 + }, + [2]={ + id=36302, + orbit=0 + } + }, + group=630, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Chance", + orbit=3, + orbitIndex=12, + skill=22290, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [22314]={ + connections={ + [1]={ + id=51184, + orbit=0 + }, + [2]={ + id=51968, + orbit=5 + } + }, + group=597, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isSwitchable=true, + name="Elemental Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=53140, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=0, + orbitIndex=0, + skill=22314, + stats={ + [1]="8% increased Elemental Damage" + } + }, + [22319]={ + connections={ + [1]={ + id=6236, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFire.dds", + name="Fire Damage and Flammability Magnitude", + orbit=3, + orbitIndex=15, + skill=22319, + stats={ + [1]="7% increased Fire Damage", + [2]="8% increased Flammability Magnitude" + } + }, + [22329]={ + connections={ + [1]={ + id=58526, + orbit=-2 + } + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=7, + orbitIndex=11, + skill=22329, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [22331]={ + connections={ + [1]={ + id=8983, + orbit=0 + }, + [2]={ + id=40200, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Resistances", + orbit=1, + orbitIndex=3, + skill=22331, + stats={ + [1]="Minions have +8% to all Elemental Resistances" + } + }, + [22359]={ + connections={ + [1]={ + id=60692, + orbit=-2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=36, + skill=22359, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [22368]={ + connections={ + [1]={ + id=63182, + orbit=0 + }, + [2]={ + id=29930, + orbit=0 + }, + [3]={ + id=16484, + orbit=0 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=4, + orbitIndex=5, + skill=22368, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [22393]={ + connections={ + [1]={ + id=28458, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=12, + skill=22393, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [22419]={ + connections={ + [1]={ + id=18407, + orbit=0 + }, + [2]={ + id=4739, + orbit=0 + } + }, + group=601, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=22419, + stats={ + [1]="+5 to any Attribute" + } + }, + [22439]={ + connections={ + [1]={ + id=5936, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=12, + skill=22439, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [22484]={ + connections={ + [1]={ + id=5398, + orbit=-4 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Cast Speed", + orbit=7, + orbitIndex=18, + skill=22484, + stats={ + [1]="Spells Cast by Totems have 4% increased Cast Speed" + } + }, + [22517]={ + connections={ + [1]={ + id=59644, + orbit=4 + }, + [2]={ + id=32896, + orbit=-4 + } + }, + group=1100, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=7, + orbitIndex=0, + skill=22517, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [22532]={ + connections={ + [1]={ + id=60488, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + isNotable=true, + name="Fearful Paralysis", + orbit=2, + orbitIndex=1, + recipe={ + [1]="Disgust", + [2]="Fear", + [3]="Ire" + }, + skill=22532, + stats={ + [1]="Enemies are Intimidated for 4 seconds when you Immobilise them" + } + }, + [22533]={ + connections={ + [1]={ + id=26663, + orbit=-2 + }, + [2]={ + id=21274, + orbit=0 + } + }, + group=674, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=7, + orbitIndex=23, + skill=22533, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [22538]={ + connections={ + [1]={ + id=64659, + orbit=0 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=18, + skill=22538, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [22541]={ + ascendancyName="Smith of Kitava", + connections={ + }, + group=2, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaTriggerFireSpellsMeleeWeapon.dds", + isNotable=true, + name="Heat of the Forge", + orbit=0, + orbitIndex=0, + skill=22541, + stats={ + [1]="Grants Skill: Fire Spell on Melee Hit" + } + }, + [22556]={ + connections={ + [1]={ + id=11257, + orbit=0 + }, + [2]={ + id=35028, + orbit=7 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Evasion while Surrounded", + orbit=3, + orbitIndex=15, + skill=22556, + stats={ + [1]="30% increased Evasion Rating while Surrounded" + } + }, + [22558]={ + connections={ + [1]={ + id=55933, + orbit=0 + } + }, + group=375, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=66, + skill=22558, + stats={ + [1]="+5 to any Attribute" + } + }, + [22565]={ + connections={ + [1]={ + id=26648, + orbit=0 + } + }, + group=660, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=1, + skill=22565, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [22616]={ + connections={ + [1]={ + id=51052, + orbit=0 + }, + [2]={ + id=17468, + orbit=0 + }, + [3]={ + id=48631, + orbit=0 + } + }, + group=375, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=54, + skill=22616, + stats={ + [1]="+5 to any Attribute" + } + }, + [22626]={ + connections={ + [1]={ + id=45227, + orbit=0 + }, + [2]={ + id=48717, + orbit=0 + } + }, + group=132, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds", + isNotable=true, + name="Irreparable", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Disgust" + }, + skill=22626, + stats={ + [1]="100% increased Armour Break Duration" + } + }, + [22661]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=30233, + orbit=8 + } + }, + group=1369, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Movement Speed", + orbit=0, + orbitIndex=0, + skill=22661, + stats={ + [1]="3% increased Movement Speed" + } + }, + [22682]={ + connections={ + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=3, + orbitIndex=4, + skill=22682, + stats={ + [1]="6% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [22691]={ + connections={ + [1]={ + id=39037, + orbit=-6 + }, + [2]={ + id=61027, + orbit=-9 + } + }, + group=678, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isSwitchable=true, + name="Energy Shield Delay", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + id=19990, + name="Minion Life", + stats={ + [1]="Minions have 10% increased maximum Life" + } + } + }, + orbit=0, + orbitIndex=0, + skill=22691, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [22710]={ + connections={ + [1]={ + id=45111, + orbit=0 + } + }, + group=1085, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=8, + skill=22710, + stats={ + [1]="20% increased Curse Duration" + } + }, + [22713]={ + connections={ + [1]={ + id=19722, + orbit=0 + }, + [2]={ + id=4959, + orbit=0 + }, + [3]={ + id=19003, + orbit=0 + } + }, + group=1069, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=7, + orbitIndex=6, + skill=22713, + stats={ + [1]="10% increased Cold Damage" + } + }, + [22783]={ + connections={ + [1]={ + id=18160, + orbit=0 + }, + [2]={ + id=17501, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage", + orbit=7, + orbitIndex=10, + skill=22783, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [22784]={ + connections={ + [1]={ + id=17057, + orbit=7 + }, + [2]={ + id=13515, + orbit=0 + } + }, + group=555, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Effect on You", + orbit=2, + orbitIndex=6, + skill=22784, + stats={ + [1]="10% reduced effect of Shock on you" + } + }, + [22795]={ + connections={ + [1]={ + id=28992, + orbit=0 + }, + [2]={ + id=42781, + orbit=0 + } + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + id=29915, + name="Melee and Projectile Damage", + stats={ + [1]="10% increased Melee Damage", + [2]="10% increased Projectile Damage" + } + } + }, + orbit=7, + orbitIndex=21, + skill=22795, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [22811]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1201, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividCatNotable.dds", + isNotable=true, + name="The Wild Cat", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Disgust", + [2]="Fear", + [3]="Guilt" + }, + skill=22811, + stats={ + [1]="Gain Deflection Rating equal to 10% of Evasion Rating", + [2]="40% increased Evasion Rating while moving", + [3]="+10 to Dexterity" + } + }, + [22817]={ + connections={ + [1]={ + id=55724, + orbit=0 + }, + [2]={ + id=29065, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Inevitable Rupture", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Paranoia" + }, + skill=22817, + stats={ + [1]="10% chance for Attack Hits to apply ten Incision" + } + }, + [22821]={ + connections={ + [1]={ + id=3823, + orbit=0 + }, + [2]={ + id=22314, + orbit=0 + } + }, + group=597, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isSwitchable=true, + name="Elemental Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=183, + name="Minion Damage", + stats={ + [1]="Minions deal 10% increased Damage" + } + } + }, + orbit=7, + orbitIndex=0, + skill=22821, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [22851]={ + connections={ + [1]={ + id=50268, + orbit=2147483647 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + name="Cold and Lightning Damage", + orbit=2, + orbitIndex=0, + skill=22851, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Lightning Damage" + } + }, + [22864]={ + connections={ + [1]={ + id=57966, + orbit=0 + } + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Tainted Strike", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Greed" + }, + skill=22864, + stats={ + [1]="25% increased Critical Hit Chance for Attacks", + [2]="30% increased Magnitude of Non-Damaging Ailments you inflict with Critical Hits" + } + }, + [22873]={ + connections={ + [1]={ + id=7777, + orbit=7 + }, + [2]={ + id=64318, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Penetration", + orbit=3, + orbitIndex=4, + skill=22873, + stats={ + [1]="Damage Penetrates 4% of Enemy Elemental Resistances" + } + }, + [22908]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=12, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus6.dds", + isNotable=true, + name="Heavy Bracing", + orbit=0, + orbitIndex=0, + skill=22908, + stats={ + [1]="Body Armour grants 100% increased Stun Threshold" + } + }, + [22909]={ + connections={ + [1]={ + id=21415, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=3, + orbitIndex=14, + skill=22909, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [22927]={ + connections={ + [1]={ + id=20582, + orbit=0 + } + }, + group=1207, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Shield Evasion", + orbit=6, + orbitIndex=24, + skill=22927, + stats={ + [1]="30% increased Evasion from Equipped Shield" + } + }, + [22928]={ + connections={ + [1]={ + id=27373, + orbit=0 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=69, + skill=22928, + stats={ + [1]="+5 to any Attribute" + } + }, + [22949]={ + connections={ + [1]={ + id=35171, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=3, + orbitIndex=18, + skill=22949, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [22959]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern", + connections={ + }, + group=802, + icon="Art/2DArt/SkillIcons/passives/MasteryCurse.dds", + isOnlyImage=true, + name="Curse Mastery", + orbit=0, + orbitIndex=0, + skill=22959, + stats={ + } + }, + [22962]={ + connections={ + [1]={ + id=22817, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=7, + orbitIndex=14, + skill=22962, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [22967]={ + connections={ + [1]={ + id=49198, + orbit=-7 + }, + [2]={ + id=38921, + orbit=0 + } + }, + group=241, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Vigilance", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Guilt" + }, + skill=22967, + stats={ + [1]="12% increased Block chance", + [2]="10 Life gained when you Block", + [3]="+2% to maximum Block chance" + } + }, + [22972]={ + connections={ + [1]={ + id=43238, + orbit=0 + }, + [2]={ + id=50879, + orbit=0 + } + }, + group=984, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=7, + orbitIndex=8, + skill=22972, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [22975]={ + connections={ + [1]={ + id=27439, + orbit=0 + }, + [2]={ + id=26725, + orbit=0 + }, + [3]={ + id=51702, + orbit=0 + } + }, + group=238, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=22975, + stats={ + [1]="+5 to any Attribute" + } + }, + [23005]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=10072, + orbit=0 + } + }, + group=38, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBlockChance.dds", + isNotable=true, + name="Renly's Training", + orbit=0, + orbitIndex=0, + skill=23005, + stats={ + [1]="Gain 35% Base Chance to Block from Equipped Shield instead of the Shield's value" + } + }, + [23013]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1050, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=4, + orbitIndex=42, + skill=23013, + stats={ + } + }, + [23036]={ + connections={ + [1]={ + id=3339, + orbit=0 + }, + [2]={ + id=59208, + orbit=2 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Attack Damage while Surrounded", + orbit=3, + orbitIndex=15, + skill=23036, + stats={ + [1]="25% increased Attack Damage while Surrounded" + } + }, + [23040]={ + connections={ + [1]={ + id=38493, + orbit=4 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=7, + orbitIndex=14, + skill=23040, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [23046]={ + connections={ + [1]={ + id=47976, + orbit=5 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=4, + orbitIndex=27, + skill=23046, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [23062]={ + connections={ + [1]={ + id=19122, + orbit=0 + } + }, + group=492, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Armour if Consumed Endurance Charge", + orbit=2, + orbitIndex=20, + skill=23062, + stats={ + [1]="20% increased Armour if you've consumed an Endurance Charge Recently" + } + }, + [23078]={ + connections={ + [1]={ + id=47242, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + isNotable=true, + name="Holy Protector", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Suffering" + }, + skill=23078, + stats={ + [1]="Minions have 25% increased maximum Life" + } + }, + [23091]={ + connections={ + [1]={ + id=45885, + orbit=0 + }, + [2]={ + id=39515, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=10, + skill=23091, + stats={ + [1]="12% increased Fire Damage" + } + }, + [23105]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1246, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=23105, + stats={ + } + }, + [23153]={ + connections={ + [1]={ + id=23996, + orbit=0 + }, + [2]={ + id=39298, + orbit=0 + } + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Damage", + orbit=7, + orbitIndex=14, + skill=23153, + stats={ + [1]="15% increased Ballista damage" + } + }, + [23192]={ + connections={ + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=4, + orbitIndex=42, + skill=23192, + stats={ + [1]="5% increased Block chance" + } + }, + [23221]={ + connections={ + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Trick Shot", + orbit=3, + orbitIndex=23, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Guilt" + }, + skill=23221, + stats={ + [1]="Projectiles have 15% chance to Chain an additional time from terrain" + } + }, + [23227]={ + connections={ + }, + group=487, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Initiative", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Envy" + }, + skill=23227, + stats={ + [1]="30% increased Melee Damage when on Full Life", + [2]="16% increased Attack Speed if you haven't Attacked Recently" + } + }, + [23244]={ + connections={ + [1]={ + id=21792, + orbit=2 + }, + [2]={ + id=6912, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + isNotable=true, + name="Bounty Hunter", + orbit=7, + orbitIndex=3, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Guilt" + }, + skill=23244, + stats={ + [1]="Recover 1% of maximum Life on Kill", + [2]="Recover 1% of maximum Mana on Kill", + [3]="25% increased Culling Strike Threshold" + } + }, + [23253]={ + connections={ + [1]={ + id=15625, + orbit=0 + }, + [2]={ + id=65161, + orbit=0 + }, + [3]={ + id=34015, + orbit=0 + } + }, + group=1201, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds", + name="Evasion", + orbit=2, + orbitIndex=4, + skill=23253, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [23259]={ + connections={ + [1]={ + id=22864, + orbit=0 + } + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=2, + orbitIndex=21, + skill=23259, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [23305]={ + connections={ + [1]={ + id=21279, + orbit=-3 + }, + [2]={ + id=51602, + orbit=0 + } + }, + group=1169, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Use Speed", + orbit=2, + orbitIndex=3, + skill=23305, + stats={ + [1]="Mark Skills have 10% increased Use Speed" + } + }, + [23307]={ + connections={ + [1]={ + id=10100, + orbit=0 + }, + [2]={ + id=59945, + orbit=0 + }, + [3]={ + id=59886, + orbit=0 + } + }, + group=119, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=23307, + stats={ + [1]="+5 to any Attribute" + } + }, + [23329]={ + connections={ + [1]={ + id=11762, + orbit=0 + }, + [2]={ + id=9343, + orbit=7 + }, + [3]={ + id=13694, + orbit=-7 + } + }, + group=348, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Effect", + orbit=2, + orbitIndex=13, + skill=23329, + stats={ + [1]="Link Skills have 10% increased Buff Effect" + } + }, + [23343]={ + connections={ + [1]={ + id=58388, + orbit=3 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=21, + skill=23343, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [23352]={ + ascendancyName="Lich", + connections={ + [1]={ + id=8611, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds", + isNotable=true, + isSwitchable=true, + name="Rupture the Soul", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/LichCursedEnemiesExplodeChaos.dds", + id=390, + name="Rupture the Flesh", + stats={ + [1]="Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Physical Damage" + } + } + }, + orbit=8, + orbitIndex=62, + skill=23352, + stats={ + [1]="Cursed Enemies Killed by you, or by Allies in your Presence, have a 33% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage" + } + }, + [23360]={ + connections={ + [1]={ + id=53566, + orbit=0 + } + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Reduced Movement Penalty and Attack Damage", + orbit=4, + orbitIndex=33, + skill=23360, + stats={ + [1]="6% increased Attack Damage", + [2]="3% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [23362]={ + connections={ + [1]={ + id=32672, + orbit=0 + }, + [2]={ + id=50403, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Slippery Ice", + orbit=3, + orbitIndex=9, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Greed" + }, + skill=23362, + stats={ + [1]="25% reduced Effect of Chill on you", + [2]="Unaffected by Chill during Dodge Roll" + } + }, + [23364]={ + connections={ + [1]={ + id=33781, + orbit=2 + }, + [2]={ + id=48614, + orbit=2 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area and Presence", + orbit=0, + orbitIndex=0, + skill=23364, + stats={ + [1]="9% increased Presence Area of Effect", + [2]="3% increased Area of Effect" + } + }, + [23373]={ + connections={ + [1]={ + id=23428, + orbit=0 + }, + [2]={ + id=8493, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=3, + orbitIndex=22, + skill=23373, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [23374]={ + connections={ + [1]={ + id=2500, + orbit=0 + } + }, + group=1288, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=0, + orbitIndex=0, + skill=23374, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [23382]={ + connections={ + [1]={ + id=59093, + orbit=0 + }, + [2]={ + id=7960, + orbit=0 + }, + [3]={ + id=9065, + orbit=0 + } + }, + group=249, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=23382, + stats={ + [1]="+5 to any Attribute" + } + }, + [23415]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=8143, + orbit=9 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Evasion and Energy Shield", + orbit=9, + orbitIndex=14, + skill=23415, + stats={ + [1]="15% increased Evasion Rating", + [2]="15% increased maximum Energy Shield" + } + }, + [23416]={ + ascendancyName="Blood Mage", + connections={ + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageDamageLeechedLife.dds", + isNotable=true, + name="Vitality Siphon", + orbit=6, + orbitIndex=64, + skill=23416, + stats={ + [1]="10% of Spell Damage Leeched as Life" + } + }, + [23419]={ + connections={ + [1]={ + id=55930, + orbit=0 + } + }, + group=888, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation", + orbit=2, + orbitIndex=20, + skill=23419, + stats={ + [1]="15% increased Glory generation" + } + }, + [23427]={ + connections={ + [1]={ + id=62914, + orbit=5 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Chilled to the Bone", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Despair" + }, + skill=23427, + stats={ + [1]="20% increased Chill Duration on Enemies", + [2]="30% increased Magnitude of Chill you inflict" + } + }, + [23428]={ + connections={ + [1]={ + id=47623, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=3, + orbitIndex=18, + skill=23428, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [23450]={ + connections={ + [1]={ + id=558, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=6, + skill=23450, + stats={ + [1]="12% increased Fire Damage" + } + }, + [23455]={ + connections={ + [1]={ + id=49740, + orbit=0 + }, + [2]={ + id=55847, + orbit=0 + } + }, + group=893, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=0, + orbitIndex=0, + skill=23455, + stats={ + [1]="10% increased Cold Damage" + } + }, + [23508]={ + ascendancyName="Deadeye", + connections={ + }, + group=1308, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesHaveMoreEffect.dds", + isNotable=true, + name="Thrilling Chase", + orbit=0, + orbitIndex=0, + skill=23508, + stats={ + [1]="Benefits from consuming Frenzy Charges for your Skills have 50% chance to be doubled" + } + }, + [23547]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/MasteryChaos.dds", + isOnlyImage=true, + name="Chaos Mastery", + orbit=0, + orbitIndex=0, + skill=23547, + stats={ + } + }, + [23570]={ + connections={ + [1]={ + id=41031, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=18, + skill=23570, + stats={ + [1]="+5 to any Attribute" + } + }, + [23587]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=25434, + orbit=7 + }, + [2]={ + id=29133, + orbit=0 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerChillChanceBasedOnDamage.dds", + isNotable=true, + name="I am the Blizzard...", + orbit=5, + orbitIndex=9, + skill=23587, + stats={ + [1]="Gain 10% of Damage as Extra Cold Damage", + [2]="On Freezing Enemies create Chilled Ground" + } + }, + [23608]={ + connections={ + [1]={ + id=61741, + orbit=2 + }, + [2]={ + id=24401, + orbit=-2 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=7, + orbitIndex=20, + skill=23608, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [23630]={ + connections={ + [1]={ + id=19794, + orbit=7 + }, + [2]={ + id=17885, + orbit=7 + }, + [3]={ + id=38320, + orbit=0 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Self Immolation", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Fear" + }, + skill=23630, + stats={ + [1]="Ignites you cause are reflected back to you", + [2]="40% reduced Magnitude of Ignite on you" + } + }, + [23650]={ + connections={ + [1]={ + id=43895, + orbit=3 + } + }, + group=466, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration on Low Life", + orbit=2, + orbitIndex=12, + skill=23650, + stats={ + [1]="15% increased Life Regeneration Rate while on Low Life" + } + }, + [23667]={ + connections={ + [1]={ + id=25312, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=5, + orbitIndex=40, + skill=23667, + stats={ + [1]="16% increased Totem Life" + } + }, + [23702]={ + connections={ + [1]={ + id=55802, + orbit=0 + }, + [2]={ + id=57196, + orbit=0 + }, + [3]={ + id=63445, + orbit=0 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=3, + orbitIndex=10, + skill=23702, + stats={ + [1]="3% increased Attack Speed" + } + }, + [23710]={ + ascendancyName="Lich", + connections={ + [1]={ + id=58751, + orbit=0 + }, + [2]={ + id=2995, + orbit=5 + }, + [3]={ + id=51142, + orbit=-4 + }, + [4]={ + id=39241, + orbit=-6 + }, + [5]={ + id=33141, + orbit=5 + }, + [6]={ + id=62797, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + isSwitchable=true, + name="Necromancer", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich" + } + }, + orbit=9, + orbitIndex=0, + skill=23710, + stats={ + } + }, + [23724]={ + connections={ + [1]={ + id=7275, + orbit=0 + } + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Exposure Effect", + orbit=7, + orbitIndex=22, + skill=23724, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [23736]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + isNotable=true, + name="Spray and Pray", + orbit=4, + orbitIndex=38, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Suffering" + }, + skill=23736, + stats={ + [1]="20% reduced Accuracy Rating while moving", + [2]="50% increased Attack damage while moving", + [3]="8% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [23738]={ + connections={ + [1]={ + id=34520, + orbit=0 + } + }, + group=809, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + isNotable=true, + name="Madness in the Bones", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Suffering" + }, + skill=23738, + stats={ + [1]="Gain 8% of Physical Damage as extra Chaos Damage" + } + }, + [23764]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=799, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Alternating Current", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Suffering" + }, + skill=23764, + stats={ + [1]="25% increased Mana Regeneration Rate if you have Shocked an Enemy Recently", + [2]="20% increased Magnitude of Shock you inflict" + } + }, + [23786]={ + connections={ + [1]={ + id=33391, + orbit=0 + } + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Critical Bleeding Effect", + orbit=2, + orbitIndex=9, + skill=23786, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict with Critical Hits" + } + }, + [23797]={ + connections={ + [1]={ + id=31370, + orbit=2147483647 + } + }, + group=479, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Lightning Damage", + orbit=2, + orbitIndex=20, + skill=23797, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Lightning Damage" + } + }, + [23822]={ + connections={ + [1]={ + id=9652, + orbit=0 + } + }, + group=1115, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Life Recoup", + orbit=2, + orbitIndex=0, + skill=23822, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [23825]={ + connections={ + [1]={ + id=24325, + orbit=7 + }, + [2]={ + id=11572, + orbit=0 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Regeneration Rate", + orbit=7, + orbitIndex=15, + skill=23825, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [23839]={ + connections={ + [1]={ + id=51006, + orbit=-2 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Charges Used", + orbit=2, + orbitIndex=2, + skill=23839, + stats={ + [1]="4% reduced Flask Charges used from Mana Flasks" + } + }, + [23861]={ + connections={ + }, + group=347, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage and Stun", + orbit=7, + orbitIndex=8, + skill=23861, + stats={ + [1]="10% increased Stun Buildup", + [2]="10% increased Damage with Two Handed Weapons" + } + }, + [23880]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=13174, + orbit=3 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Mana", + orbit=8, + orbitIndex=0, + skill=23880, + stats={ + [1]="3% increased maximum Mana" + } + }, + [23888]={ + connections={ + [1]={ + id=7390, + orbit=7 + }, + [2]={ + id=54099, + orbit=0 + } + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=0, + skill=23888, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [23905]={ + connections={ + [1]={ + id=27875, + orbit=0 + } + }, + group=1029, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Effect", + orbit=0, + orbitIndex=0, + skill=23905, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [23915]={ + connections={ + [1]={ + id=41529, + orbit=-1 + } + }, + group=1039, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=23915, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [23930]={ + connections={ + [1]={ + id=46024, + orbit=0 + }, + [2]={ + id=58295, + orbit=0 + } + }, + group=202, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=40, + skill=23930, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [23939]={ + connections={ + [1]={ + id=857, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Glazed Flesh", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Fear" + }, + skill=23939, + stats={ + [1]="3% of Damage Taken Recouped as Life, Mana and Energy Shield" + } + }, + [23940]={ + connections={ + [1]={ + id=14342, + orbit=3 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + isNotable=true, + name="Adamant Recovery", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Ire" + }, + skill=23940, + stats={ + [1]="Increases and Reductions to Armour also apply to Energy Shield", + [2]="Recharge Rate at 40% of their value" + } + }, + [23961]={ + connections={ + [1]={ + id=8791, + orbit=-2 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Ailment Threshold and Companion Resistance", + orbit=7, + orbitIndex=4, + skill=23961, + stats={ + [1]="8% increased Elemental Ailment Threshold", + [2]="Companions have +12% to all Elemental Resistances" + } + }, + [23993]={ + connections={ + [1]={ + id=42981, + orbit=0 + }, + [2]={ + id=52684, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Physical Damage", + orbit=2, + orbitIndex=12, + skill=23993, + stats={ + [1]="12% increased Physical Damage" + } + }, + [23996]={ + connections={ + [1]={ + id=63828, + orbit=0 + }, + [2]={ + id=57785, + orbit=0 + } + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Damage", + orbit=0, + orbitIndex=0, + skill=23996, + stats={ + [1]="15% increased Ballista damage" + } + }, + [24009]={ + connections={ + [1]={ + id=34433, + orbit=-4 + }, + [2]={ + id=21755, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=4, + orbitIndex=27, + skill=24009, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [24035]={ + connections={ + [1]={ + id=60741, + orbit=0 + } + }, + group=727, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=2, + orbitIndex=18, + skill=24035, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [24039]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToEnergyShield.dds", + isNotable=true, + name="Beidat's Hand", + orbit=5, + orbitIndex=51, + skill=24039, + stats={ + [1]="Reserves 25% of Life", + [2]="+1 to Maximum Energy Shield per 8 Maximum Life" + } + }, + [24045]={ + connections={ + }, + group=797, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=2, + orbitIndex=9, + skill=24045, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [24060]={ + connections={ + [1]={ + id=3091, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Consumption Chance", + orbit=2, + orbitIndex=4, + skill=24060, + stats={ + [1]="Skills have 5% chance to not remove Elemental Infusions but still count as consuming them" + } + }, + [24062]={ + connections={ + [1]={ + id=54351, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + isNotable=true, + name="Immortal Infamy", + orbit=5, + orbitIndex=21, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Fear" + }, + skill=24062, + stats={ + [1]="10% increased Energy Shield Recharge Rate", + [2]="Recover 2% of maximum Life on Kill", + [3]="+10 to Intelligence" + } + }, + [24070]={ + connections={ + [1]={ + id=58397, + orbit=0 + } + }, + group=1167, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=0, + orbitIndex=0, + skill=24070, + stats={ + [1]="+8 to Dexterity" + } + }, + [24087]={ + connections={ + [1]={ + id=13882, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Everlasting Infusions", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Despair" + }, + skill=24087, + stats={ + [1]="Skills have 10% chance to not remove Elemental Infusions but still count as consuming them" + } + }, + [24120]={ + connections={ + [1]={ + id=10495, + orbit=0 + } + }, + group=1114, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Mental Toughness", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Greed" + }, + skill=24120, + stats={ + [1]="18% increased Mana Regeneration Rate", + [2]="25% increased Mana Cost Efficiency while on Low Mana" + } + }, + [24129]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=24129, + stats={ + } + }, + [24135]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=34419, + orbit=0 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Critical Chance", + orbit=9, + orbitIndex=6, + skill=24135, + stats={ + [1]="12% increased Critical Hit Chance" + } + }, + [24150]={ + connections={ + [1]={ + id=44369, + orbit=-7 + } + }, + group=1045, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=2, + orbitIndex=3, + skill=24150, + stats={ + [1]="3% chance to gain Volatility on Kill" + } + }, + [24165]={ + connections={ + [1]={ + id=8908, + orbit=0 + }, + [2]={ + id=25557, + orbit=0 + }, + [3]={ + id=44628, + orbit=0 + }, + [4]={ + id=4328, + orbit=-6 + }, + [5]={ + id=6079, + orbit=0 + } + }, + group=1011, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=24165, + stats={ + [1]="+5 to any Attribute" + } + }, + [24178]={ + connections={ + [1]={ + id=32655, + orbit=-9 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=2, + orbitIndex=15, + skill=24178, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [24210]={ + connections={ + [1]={ + id=26932, + orbit=-7 + } + }, + group=1000, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds", + name="Frenzy Charge Duration", + orbit=7, + orbitIndex=0, + skill=24210, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [24224]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAxePattern", + connections={ + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupAxe.dds", + isOnlyImage=true, + name="Axe Mastery", + orbit=0, + orbitIndex=0, + skill=24224, + stats={ + } + }, + [24226]={ + ascendancyName="Deadeye", + connections={ + }, + group=1305, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMoreAccuracy.dds", + isNotable=true, + name="Bullseye", + orbit=0, + orbitIndex=0, + skill=24226, + stats={ + [1]="Apply 5 Critical Weakness to Enemies when Consuming a Mark on them" + } + }, + [24239]={ + connections={ + [1]={ + id=34136, + orbit=0 + } + }, + group=890, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=1, + orbitIndex=9, + skill=24239, + stats={ + [1]="Gain 5 Life per Enemy Killed" + } + }, + [24240]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern", + connections={ + [1]={ + id=11764, + orbit=-7 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Time Manipulation", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Envy" + }, + skill=24240, + stats={ + [1]="Debuffs you inflict have 10% increased Slow Magnitude", + [2]="Debuffs on you expire 20% faster" + } + }, + [24256]={ + connections={ + [1]={ + id=63541, + orbit=0 + } + }, + group=660, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Evasion", + orbit=2, + orbitIndex=15, + skill=24256, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [24259]={ + connections={ + [1]={ + id=62609, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Attack Speed", + orbit=5, + orbitIndex=32, + skill=24259, + stats={ + [1]="Attacks used by Totems have 4% increased Attack Speed" + } + }, + [24287]={ + connections={ + [1]={ + id=34015, + orbit=0 + }, + [2]={ + id=14226, + orbit=0 + } + }, + group=1198, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=24287, + stats={ + [1]="+5 to any Attribute" + } + }, + [24295]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=37336, + orbit=2147483647 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Frenzy Charge Duration", + orbit=8, + orbitIndex=20, + skill=24295, + stats={ + [1]="25% increased Frenzy Charge Duration" + } + }, + [24325]={ + connections={ + [1]={ + id=40006, + orbit=7 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Regeneration Rate and Presence", + orbit=7, + orbitIndex=11, + skill=24325, + stats={ + [1]="5% increased Life Regeneration rate", + [2]="10% increased Presence Area of Effect" + } + }, + [24338]={ + connections={ + [1]={ + id=48581, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Damage against Ailments", + orbit=5, + orbitIndex=70, + skill=24338, + stats={ + [1]="12% increased Damage with Hits against Enemies affected by Elemental Ailments" + } + }, + [24339]={ + connections={ + [1]={ + id=58295, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=0, + skill=24339, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [24368]={ + connections={ + [1]={ + id=37302, + orbit=0 + }, + [2]={ + id=40597, + orbit=0 + } + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Damage", + orbit=7, + orbitIndex=0, + skill=24368, + stats={ + [1]="15% increased Ballista damage" + } + }, + [24401]={ + connections={ + [1]={ + id=63759, + orbit=0 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=3, + orbitIndex=22, + skill=24401, + stats={ + [1]="10% increased Poison Duration" + } + }, + [24430]={ + connections={ + [1]={ + id=3601, + orbit=0 + }, + [2]={ + id=38707, + orbit=0 + } + }, + group=192, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=66, + skill=24430, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [24438]={ + connections={ + [1]={ + id=46748, + orbit=0 + }, + [2]={ + id=17745, + orbit=0 + } + }, + group=370, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Hardened Wood", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Despair" + }, + skill=24438, + stats={ + [1]="Totems gain +20% to all Elemental Resistances", + [2]="Totems have 20% additional Physical Damage Reduction" + } + }, + [24475]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=59759, + orbit=-9 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Chaos Resistance", + orbit=8, + orbitIndex=8, + skill=24475, + stats={ + [1]="+7% to Chaos Resistance" + } + }, + [24477]={ + connections={ + [1]={ + id=17532, + orbit=0 + } + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold and Strength", + orbit=2, + orbitIndex=16, + skill=24477, + stats={ + [1]="10% increased Stun Threshold", + [2]="+5 to Strength" + } + }, + [24481]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern", + connections={ + }, + group=890, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Recovery Mastery", + orbit=0, + orbitIndex=0, + skill=24481, + stats={ + } + }, + [24483]={ + connections={ + [1]={ + id=32660, + orbit=0 + }, + [2]={ + id=62661, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Direct Approach", + orbit=3, + orbitIndex=17, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=24483, + stats={ + [1]="40% increased Critical Hit Chance against Enemies that are affected", + [2]="by no Elemental Ailments" + } + }, + [24491]={ + connections={ + [1]={ + id=20140, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Invocated Echoes", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Isolation" + }, + skill=24491, + stats={ + [1]="Invocated Spells have 40% chance to consume half as much Energy" + } + }, + [24511]={ + connections={ + [1]={ + id=49696, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=7, + orbitIndex=6, + skill=24511, + stats={ + [1]="+3 to all Attributes" + } + }, + [24551]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=24551, + stats={ + } + }, + [24570]={ + connections={ + [1]={ + id=28441, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blinded Enemies Critical", + orbit=2, + orbitIndex=19, + skill=24570, + stats={ + [1]="Enemies Blinded by you have 15% reduced Critical Hit Chance" + } + }, + [24630]={ + connections={ + [1]={ + id=63608, + orbit=0 + } + }, + group=66, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Fulmination", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Greed" + }, + skill=24630, + stats={ + [1]="40% increased Flammability Magnitude", + [2]="40% increased Damage with Hits against Ignited Enemies" + } + }, + [24646]={ + connections={ + [1]={ + id=61409, + orbit=0 + } + }, + group=144, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=3, + orbitIndex=18, + skill=24646, + stats={ + [1]="+12 to Strength" + } + }, + [24647]={ + connections={ + [1]={ + id=5702, + orbit=4 + }, + [2]={ + id=43691, + orbit=0 + }, + [3]={ + id=30634, + orbit=4 + } + }, + group=923, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=42, + skill=24647, + stats={ + [1]="+5 to any Attribute" + } + }, + [24655]={ + connections={ + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + isNotable=true, + name="Breath of Fire", + orbit=4, + orbitIndex=30, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Isolation" + }, + skill=24655, + stats={ + [1]="Damage Penetrates 15% Fire Resistance", + [2]="+10 to Strength" + } + }, + [24656]={ + connections={ + [1]={ + id=54152, + orbit=0 + }, + [2]={ + id=15814, + orbit=0 + } + }, + group=1173, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + name="Evasion and Movement Speed while Sprinting", + orbit=0, + orbitIndex=0, + skill=24656, + stats={ + [1]="15% increased Evasion Rating while Sprinting", + [2]="2% increased Movement Speed while Sprinting" + } + }, + [24696]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=4086, + orbit=0 + } + }, + group=345, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Totem Damage", + orbit=0, + orbitIndex=0, + skill=24696, + stats={ + [1]="20% increased Totem Damage" + } + }, + [24748]={ + connections={ + [1]={ + id=4716, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=3, + orbitIndex=15, + skill=24748, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [24753]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + [1]={ + id=34747, + orbit=0 + }, + [2]={ + id=56567, + orbit=0 + }, + [3]={ + id=151, + orbit=0 + } + }, + group=463, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Determined Precision", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Envy" + }, + skill=24753, + stats={ + [1]="30% increased Accuracy Rating at Close Range", + [2]="+10 to Dexterity" + } + }, + [24764]={ + connections={ + [1]={ + id=65226, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Infusing Power", + orbit=7, + orbitIndex=17, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Suffering" + }, + skill=24764, + stats={ + [1]="10% chance when collecting an Elemental Infusion to gain an", + [2]="additional Elemental Infusion of the same type" + } + }, + [24766]={ + connections={ + [1]={ + id=11257, + orbit=-3 + }, + [2]={ + id=31566, + orbit=-7 + }, + [3]={ + id=51974, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="Paranoia", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Ire", + [3]="Suffering" + }, + skill=24766, + stats={ + [1]="50% increased Surrounded Area of Effect" + } + }, + [24767]={ + connections={ + [1]={ + id=35408, + orbit=4 + } + }, + group=338, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Focus Energy Shield", + orbit=4, + orbitIndex=34, + skill=24767, + stats={ + [1]="40% increased Energy Shield from Equipped Focus" + } + }, + [24786]={ + connections={ + [1]={ + id=24287, + orbit=0 + }, + [2]={ + id=30657, + orbit=0 + }, + [3]={ + id=4378, + orbit=0 + }, + [4]={ + id=21225, + orbit=0 + }, + [5]={ + id=58848, + orbit=0 + } + }, + group=1159, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=24786, + stats={ + [1]="+5 to any Attribute" + } + }, + [24801]={ + connections={ + [1]={ + id=40736, + orbit=7 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Attack Damage and Presence Area", + orbit=3, + orbitIndex=14, + skill=24801, + stats={ + [1]="10% increased Presence Area of Effect", + [2]="6% increased Attack Damage" + } + }, + [24807]={ + ascendancyName="Titan", + connections={ + }, + group=46, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanMoreBodyArmour.dds", + isNotable=true, + name="Stone Skin", + orbit=0, + orbitIndex=0, + skill=24807, + stats={ + [1]="50% more Armour from Equipped Body Armour" + } + }, + [24812]={ + connections={ + [1]={ + id=64643, + orbit=0 + } + }, + group=884, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Power Charge Duration", + orbit=2, + orbitIndex=11, + skill=24812, + stats={ + [1]="20% increased Power Charge Duration" + } + }, + [24813]={ + connections={ + [1]={ + id=20397, + orbit=3 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=7, + orbitIndex=14, + skill=24813, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [24825]={ + connections={ + [1]={ + id=16460, + orbit=-3 + }, + [2]={ + id=29479, + orbit=-3 + }, + [3]={ + id=60738, + orbit=-3 + } + }, + group=858, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=10, + skill=24825, + stats={ + [1]="+5 to any Attribute" + } + }, + [24843]={ + connections={ + [1]={ + id=1680, + orbit=-7 + }, + [2]={ + id=56860, + orbit=0 + } + }, + group=1034, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Evasion during Parry", + orbit=7, + orbitIndex=20, + skill=24843, + stats={ + [1]="25% increased Evasion Rating while Parrying" + } + }, + [24855]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=39347, + orbit=0 + }, + [2]={ + id=48014, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=4, + orbitIndex=58, + skill=24855, + stats={ + } + }, + [24868]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=33736, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderCannotBeSlowed.dds", + isNotable=true, + name="Relentless Pursuit", + orbit=9, + orbitIndex=72, + skill=24868, + stats={ + [1]="Your speed is unaffected by Slows" + } + }, + [24871]={ + connections={ + [1]={ + id=10602, + orbit=0 + } + }, + group=311, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="Attack Speed", + orbit=4, + orbitIndex=4, + skill=24871, + stats={ + [1]="3% increased Attack Speed with One Handed Weapons" + } + }, + [24880]={ + connections={ + [1]={ + id=38501, + orbit=-7 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=5, + orbitIndex=36, + skill=24880, + stats={ + [1]="3% increased Attack Speed" + } + }, + [24889]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern", + connections={ + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Companion Mastery", + orbit=7, + orbitIndex=2, + skill=24889, + stats={ + } + }, + [24922]={ + connections={ + [1]={ + id=18923, + orbit=0 + }, + [2]={ + id=64345, + orbit=0 + }, + [3]={ + id=17077, + orbit=0 + } + }, + group=941, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=24922, + stats={ + [1]="+5 to any Attribute" + } + }, + [24958]={ + connections={ + [1]={ + id=52464, + orbit=-4 + }, + [2]={ + id=41877, + orbit=6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=30, + skill=24958, + stats={ + [1]="+5 to any Attribute" + } + }, + [25011]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=448, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=25011, + stats={ + } + }, + [25014]={ + connections={ + [1]={ + id=50228, + orbit=0 + }, + [2]={ + id=39710, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=3, + orbitIndex=6, + skill=25014, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [25026]={ + connections={ + [1]={ + id=3567, + orbit=6 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=20, + skill=25026, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [25029]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern", + connections={ + }, + group=1146, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksMasterySymbol.dds", + isOnlyImage=true, + name="Charms Mastery", + orbit=5, + orbitIndex=51, + skill=25029, + stats={ + } + }, + [25031]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=25031, + stats={ + } + }, + [25055]={ + connections={ + [1]={ + id=41580, + orbit=3 + } + }, + group=1193, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage and Movement Speed", + orbit=2, + orbitIndex=8, + skill=25055, + stats={ + [1]="2% increased Movement Speed", + [2]="8% increased Attack Damage" + } + }, + [25100]={ + connections={ + }, + group=895, + icon="Art/2DArt/SkillIcons/passives/OasisKeystone2.dds", + isKeystone=true, + name="Oasis", + orbit=0, + orbitIndex=0, + skill=25100, + stats={ + [1]="Cannot use Charms", + [2]="30% more Recovery from Flasks" + } + }, + [25101]={ + connections={ + [1]={ + id=22439, + orbit=5 + }, + [2]={ + id=52199, + orbit=0 + }, + [3]={ + id=44498, + orbit=-5 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Exposure Effect", + orbit=3, + orbitIndex=4, + skill=25101, + stats={ + [1]="10% increased Exposure Effect" + } + }, + [25162]={ + connections={ + [1]={ + id=59785, + orbit=0 + } + }, + group=69, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=10, + skill=25162, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [25170]={ + connections={ + [1]={ + id=30820, + orbit=3 + } + }, + group=867, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage and Skill Duration", + orbit=2, + orbitIndex=22, + skill=25170, + stats={ + [1]="8% increased Attack Damage", + [2]="8% increased Skill Effect Duration" + } + }, + [25172]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=3704, + orbit=0 + } + }, + group=208, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=25172, + stats={ + [1]="6% increased Cooldown Recovery Rate" + } + }, + [25211]={ + connections={ + [1]={ + id=11330, + orbit=0 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Waning Hindrances", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Fear" + }, + skill=25211, + stats={ + [1]="Debuffs on you expire 25% faster" + } + }, + [25213]={ + connections={ + [1]={ + id=19223, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage with nearby Ally", + orbit=7, + orbitIndex=12, + skill=25213, + stats={ + [1]="16% increased Attack Damage while you have an Ally in your Presence" + } + }, + [25229]={ + connections={ + [1]={ + id=21390, + orbit=0 + } + }, + group=212, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Endurance Charge Duration", + orbit=2, + orbitIndex=20, + skill=25229, + stats={ + [1]="20% increased Endurance Charge Duration" + } + }, + [25239]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=63894, + orbit=-3 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon1.dds", + isNotable=true, + name="Demonic Possession", + orbit=8, + orbitIndex=66, + skill=25239, + stats={ + [1]="Grants Skill: Demon Form" + } + }, + [25281]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=831, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=1, + orbitIndex=10, + skill=25281, + stats={ + } + }, + [25300]={ + connections={ + [1]={ + id=61796, + orbit=0 + } + }, + group=134, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=0, + orbitIndex=0, + skill=25300, + stats={ + [1]="Break 20% increased Armour" + } + }, + [25303]={ + connections={ + }, + group=452, + icon="Art/2DArt/SkillIcons/passives/FireResistNode.dds", + name="Minion Fire Resistance", + orbit=0, + orbitIndex=0, + skill=25303, + stats={ + [1]="Minions have +3% to Maximum Fire Resistances", + [2]="Minions have +20% to Fire Resistance" + } + }, + [25304]={ + connections={ + [1]={ + id=61056, + orbit=-2 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=5, + skill=25304, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [25312]={ + connections={ + [1]={ + id=24259, + orbit=0 + }, + [2]={ + id=64405, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=5, + orbitIndex=36, + skill=25312, + stats={ + [1]="15% increased Totem Damage" + } + }, + [25315]={ + connections={ + [1]={ + id=19820, + orbit=0 + } + }, + group=167, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Cold Damage", + orbit=2, + orbitIndex=0, + skill=25315, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Cold Damage" + } + }, + [25362]={ + connections={ + [1]={ + id=23105, + orbit=0 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + isNotable=true, + name="Chakra of Impact", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Despair" + }, + skill=25362, + stats={ + [1]="20% increased Attack Damage", + [2]="Skills deal 8% increased Damage per Combo consumed, up to 40%" + } + }, + [25363]={ + connections={ + [1]={ + id=44098, + orbit=0 + }, + [2]={ + id=1823, + orbit=0 + }, + [3]={ + id=34531, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=7, + orbitIndex=20, + skill=25363, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [25374]={ + connections={ + [1]={ + id=45969, + orbit=6 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=42, + skill=25374, + stats={ + [1]="+5 to any Attribute" + } + }, + [25412]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLinkPattern", + connections={ + }, + group=383, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Link Mastery", + orbit=0, + orbitIndex=0, + skill=25412, + stats={ + } + }, + [25434]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Chill Effect", + orbit=6, + orbitIndex=11, + skill=25434, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [25438]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=33, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus12.dds", + isNotable=true, + name="Heatproofing", + orbit=0, + orbitIndex=0, + skill=25438, + stats={ + [1]="Body Armour grants Unaffected by Ignite" + } + }, + [25458]={ + connections={ + [1]={ + id=37568, + orbit=3 + } + }, + group=1057, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds", + name="Strength and Critical Damage Bonus on You", + orbit=7, + orbitIndex=20, + skill=25458, + stats={ + [1]="Hits against you have 5% reduced Critical Damage Bonus", + [2]="+5 to Strength" + } + }, + [25482]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + [1]={ + id=61472, + orbit=0 + }, + [2]={ + id=51702, + orbit=0 + }, + [3]={ + id=60620, + orbit=0 + } + }, + group=299, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + isNotable=true, + name="Beef", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Disgust", + [3]="Fear" + }, + skill=25482, + stats={ + [1]="+25 to Strength" + } + }, + [25503]={ + connections={ + [1]={ + id=27068, + orbit=0 + }, + [2]={ + id=45632, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=16, + skill=25503, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [25513]={ + connections={ + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Overwhelm", + orbit=6, + orbitIndex=45, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Envy" + }, + skill=25513, + stats={ + [1]="5% reduced Attack Speed", + [2]="20% increased Stun Buildup", + [3]="40% increased Damage with Two Handed Weapons" + } + }, + [25520]={ + connections={ + }, + group=1040, + icon="Art/2DArt/SkillIcons/passives/ResonanceKeystone.dds", + isKeystone=true, + name="Resonance", + orbit=0, + orbitIndex=0, + skill=25520, + stats={ + [1]="Gain Power Charges instead of Frenzy Charges", + [2]="Gain Frenzy Charges instead of Endurance Charges", + [3]="Gain Endurance Charges instead of Power Charges" + } + }, + [25528]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=3, + orbitIndex=15, + skill=25528, + stats={ + } + }, + [25557]={ + connections={ + [1]={ + id=29763, + orbit=0 + }, + [2]={ + id=4059, + orbit=0 + }, + [3]={ + id=26804, + orbit=0 + } + }, + group=876, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=16, + skill=25557, + stats={ + [1]="+5 to any Attribute" + } + }, + [25565]={ + connections={ + [1]={ + id=722, + orbit=0 + } + }, + group=1211, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=2, + orbitIndex=2, + skill=25565, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [25586]={ + connections={ + [1]={ + id=38993, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Critical Damage", + orbit=6, + orbitIndex=35, + skill=25586, + stats={ + [1]="16% increased Critical Damage Bonus with Bows" + } + }, + [25591]={ + connections={ + [1]={ + id=25315, + orbit=0 + }, + [2]={ + id=20115, + orbit=0 + } + }, + group=167, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Cold Damage", + orbit=2, + orbitIndex=6, + skill=25591, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Cold Damage" + } + }, + [25594]={ + connections={ + [1]={ + id=34030, + orbit=0 + } + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Life", + orbit=7, + orbitIndex=0, + skill=25594, + stats={ + [1]="Offerings have 15% increased Maximum Life" + } + }, + [25618]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=38578, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Spell Critical Chance", + orbit=8, + orbitIndex=18, + skill=25618, + stats={ + [1]="12% increased Critical Hit Chance for Spells" + } + }, + [25619]={ + connections={ + [1]={ + id=43562, + orbit=3 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Sand in the Eyes", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Despair" + }, + skill=25619, + stats={ + [1]="10% increased Attack Speed", + [2]="15% chance to Blind Enemies on Hit with Attacks" + } + }, + [25620]={ + connections={ + [1]={ + id=9083, + orbit=0 + } + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + isNotable=true, + name="Meat Recycling", + orbit=7, + orbitIndex=14, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Guilt" + }, + skill=25620, + stats={ + [1]="15% chance to not destroy Corpses when Consuming Corpses" + } + }, + [25700]={ + connections={ + [1]={ + id=41096, + orbit=4 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Shock Chance", + orbit=4, + orbitIndex=42, + skill=25700, + stats={ + [1]="10% increased chance to Shock", + [2]="8% increased Elemental Damage" + } + }, + [25711]={ + connections={ + [1]={ + id=58038, + orbit=-7 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="Thrill of Battle", + orbit=2, + orbitIndex=5, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Ire" + }, + skill=25711, + stats={ + [1]="20% increased Attack Speed while Surrounded" + } + }, + [25729]={ + connections={ + [1]={ + id=33093, + orbit=0 + } + }, + group=1175, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=7, + orbitIndex=12, + skill=25729, + stats={ + [1]="3% increased Cast Speed" + } + }, + [25745]={ + connections={ + [1]={ + id=31890, + orbit=4 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=4, + orbitIndex=30, + skill=25745, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [25763]={ + connections={ + [1]={ + id=61170, + orbit=7 + }, + [2]={ + id=62963, + orbit=0 + } + }, + group=538, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Fire Damage", + orbit=2, + orbitIndex=12, + skill=25763, + stats={ + [1]="10% increased Fire Damage" + } + }, + [25779]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=41076, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Darkness", + orbit=9, + orbitIndex=34, + skill=25779, + stats={ + [1]="10% increased maximum Darkness" + } + }, + [25781]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamage.dds", + isNotable=true, + name="Sap of Nightmares", + orbit=5, + orbitIndex=2, + skill=25781, + stats={ + [1]="Leech recovers based on Chaos Damage as well as Physical Damage" + } + }, + [25807]={ + connections={ + [1]={ + id=53683, + orbit=0 + } + }, + group=742, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=0, + orbitIndex=0, + skill=25807, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [25827]={ + connections={ + [1]={ + id=55241, + orbit=0 + } + }, + group=845, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=3, + orbitIndex=8, + skill=25827, + stats={ + [1]="4% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [25829]={ + connections={ + [1]={ + id=57791, + orbit=0 + } + }, + group=521, + icon="Art/2DArt/SkillIcons/passives/AuraNotable.dds", + name="Spell Damage and Cast Speed", + orbit=2, + orbitIndex=7, + skill=25829, + stats={ + [1]="6% increased Spell Damage", + [2]="2% increased Cast Speed" + } + }, + [25851]={ + connections={ + [1]={ + id=52695, + orbit=-6 + }, + [2]={ + id=36270, + orbit=5 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=6, + orbitIndex=0, + skill=25851, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [25857]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=1215, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=3, + orbitIndex=12, + skill=25857, + stats={ + } + }, + [25885]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=31116, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Damage as Chaos", + orbit=8, + orbitIndex=18, + skill=25885, + stats={ + [1]="Gain 4% of Damage as Extra Chaos Damage" + } + }, + [25893]={ + connections={ + [1]={ + id=51169, + orbit=-2 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=18, + skill=25893, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [25927]={ + connections={ + [1]={ + id=32847, + orbit=-2 + } + }, + group=190, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Command Skill Damage", + orbit=0, + orbitIndex=0, + skill=25927, + stats={ + [1]="Minions deal 20% increased Damage with Command Skills" + } + }, + [25935]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=23005, + orbit=0 + } + }, + group=30, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Block Chance", + orbit=0, + orbitIndex=0, + skill=25935, + stats={ + [1]="6% increased Block chance" + } + }, + [25971]={ + connections={ + }, + group=1037, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Tenfold Attacks", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Guilt" + }, + skill=25971, + stats={ + [1]="4% increased Attack Speed", + [2]="6% increased Attack Speed if you've been Hit Recently", + [3]="+10 to Strength" + } + }, + [25992]={ + connections={ + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Accuracy Rating", + orbit=6, + orbitIndex=7, + skill=25992, + stats={ + [1]="10% increased Accuracy Rating with Bows" + } + }, + [26034]={ + connections={ + [1]={ + id=45631, + orbit=-5 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=3, + orbitIndex=10, + skill=26034, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [26061]={ + connections={ + [1]={ + id=4579, + orbit=2 + } + }, + group=751, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Energy Shield as Freeze Threshold", + orbit=2, + orbitIndex=22, + skill=26061, + stats={ + [1]="Gain 15% of maximum Energy Shield as additional Freeze Threshold" + } + }, + [26068]={ + connections={ + [1]={ + id=37389, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=3, + orbitIndex=2, + skill=26068, + stats={ + [1]="10% increased Attack Damage" + } + }, + [26070]={ + connections={ + [1]={ + id=35977, + orbit=0 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Bolstering Yell", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Paranoia" + }, + skill=26070, + stats={ + [1]="Empowered Attacks deal 30% increased Damage", + [2]="Warcry Skills have 30% increased Area of Effect" + } + }, + [26085]={ + ascendancyName="Lich", + connections={ + [1]={ + id=20772, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichUnholyMight.dds", + isNotable=true, + isSwitchable=true, + name="Necromantic Conduit", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichBoneGraft.dds", + id=41162, + name="Umbral Well", + stats={ + [1]="Skeletal Minions you would create instead grant you Umbral Souls for each Minion you would have created" + } + } + }, + orbit=9, + orbitIndex=124, + skill=26085, + stats={ + [1]="While you are not on Low Mana, you and Allies in your Presence have Unholy Might", + [2]="Lose 5% of maximum Mana per Second" + } + }, + [26092]={ + connections={ + [1]={ + id=52392, + orbit=0 + } + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=3, + orbitIndex=14, + skill=26092, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [26107]={ + connections={ + [1]={ + id=33713, + orbit=7 + }, + [2]={ + id=56023, + orbit=0 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Kite Runner", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Despair" + }, + skill=26107, + stats={ + [1]="3% increased Movement Speed", + [2]="15% increased Projectile Speed", + [3]="15% increased Projectile Damage" + } + }, + [26135]={ + connections={ + [1]={ + id=2335, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Damage and Projectile Speed", + orbit=3, + orbitIndex=11, + skill=26135, + stats={ + [1]="8% increased Spell Damage", + [2]="8% increased Projectile Speed for Spell Skills" + } + }, + [26176]={ + connections={ + [1]={ + id=43650, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Damage", + orbit=2, + orbitIndex=8, + skill=26176, + stats={ + [1]="15% increased Critical Damage Bonus for Attack Damage" + } + }, + [26194]={ + connections={ + [1]={ + id=37872, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=7, + orbitIndex=0, + skill=26194, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [26196]={ + connections={ + [1]={ + id=11741, + orbit=0 + }, + [2]={ + id=39710, + orbit=0 + } + }, + group=195, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=26196, + stats={ + } + }, + [26236]={ + connections={ + [1]={ + id=38069, + orbit=-2 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=20, + skill=26236, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [26268]={ + connections={ + [1]={ + id=22710, + orbit=0 + } + }, + group=1085, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=12, + skill=26268, + stats={ + [1]="20% increased Curse Duration" + } + }, + [26282]={ + ascendancyName="Blood Mage", + connections={ + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodPhysicalDamageExtraGore.dds", + isNotable=true, + name="Blood Barbs", + orbit=5, + orbitIndex=66, + skill=26282, + stats={ + [1]="Bleeding you inflict on Cursed targets is Aggravated", + [2]="Elemental Damage also Contributes to Bleeding Magnitude" + } + }, + [26283]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1335, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageBlue.dds", + isMultipleChoiceOption=true, + name="Choice of Mana", + orbit=0, + orbitIndex=0, + skill=26283, + stats={ + [1]="All Flames of Chayula that you manifest are Blue" + } + }, + [26291]={ + connections={ + }, + group=202, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Electrifying Nature", + orbit=4, + orbitIndex=28, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Paranoia" + }, + skill=26291, + stats={ + [1]="25% increased Lightning Damage", + [2]="15% increased Shock Duration" + } + }, + [26308]={ + connections={ + [1]={ + id=27017, + orbit=-9 + } + }, + group=986, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds", + name="All Attributes", + orbit=2, + orbitIndex=10, + skill=26308, + stats={ + [1]="+3 to all Attributes" + } + }, + [26319]={ + connections={ + [1]={ + id=30990, + orbit=-7 + } + }, + group=747, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=0, + skill=26319, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [26324]={ + connections={ + [1]={ + id=46023, + orbit=0 + } + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=0, + skill=26324, + stats={ + [1]="15% increased Armour" + } + }, + [26331]={ + connections={ + [1]={ + id=3128, + orbit=0 + }, + [2]={ + id=12166, + orbit=0 + } + }, + group=1070, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Harsh Winter", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Ire" + }, + skill=26331, + stats={ + [1]="8% increased Cast Speed with Cold Skills", + [2]="16% increased Skill Effect Duration" + } + }, + [26339]={ + connections={ + [1]={ + id=64405, + orbit=0 + }, + [2]={ + id=11014, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Artifice", + orbit=1, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Suffering" + }, + skill=26339, + stats={ + [1]="Melee Attack Skills have +1 to maximum number of Summoned Totems", + [2]="20% increased Totem Placement range" + } + }, + [26356]={ + connections={ + [1]={ + id=8556, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Primed to Explode", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Disgust" + }, + skill=26356, + stats={ + [1]="Detonator skills have 40% increased Area of Effect", + [2]="Detonator skills have 80% reduced damage" + } + }, + [26363]={ + connections={ + [1]={ + id=49291, + orbit=0 + }, + [2]={ + id=52803, + orbit=0 + } + }, + group=1063, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charge Generation", + orbit=7, + orbitIndex=3, + skill=26363, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [26383]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=48551, + orbit=8 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageHigherSpellBaseCritStrike.dds", + isNotable=true, + name="Sunder the Flesh", + orbit=8, + orbitIndex=59, + skill=26383, + stats={ + [1]="Base Critical Hit Chance for Spells is 15%" + } + }, + [26400]={ + connections={ + [1]={ + id=8904, + orbit=0 + } + }, + group=1154, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=18, + skill=26400, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies further than 6m" + } + }, + [26416]={ + connections={ + [1]={ + id=35792, + orbit=0 + } + }, + group=214, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=16, + skill=26416, + stats={ + [1]="15% increased Life Recovery from Flasks" + } + }, + [26432]={ + connections={ + [1]={ + id=12890, + orbit=0 + }, + [2]={ + id=60735, + orbit=0 + } + }, + group=1090, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=26432, + stats={ + [1]="+5 to any Attribute" + } + }, + [26437]={ + connections={ + [1]={ + id=51129, + orbit=0 + } + }, + group=116, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=19, + skill=26437, + stats={ + [1]="Break 20% increased Armour" + } + }, + [26447]={ + connections={ + [1]={ + id=12918, + orbit=0 + }, + [2]={ + id=49633, + orbit=0 + } + }, + group=663, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Refocus", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Ire" + }, + skill=26447, + stats={ + [1]="30% increased Energy Shield Recharge Rate", + [2]="20% increased Mana Regeneration Rate" + } + }, + [26479]={ + connections={ + [1]={ + id=64324, + orbit=4 + }, + [2]={ + id=9040, + orbit=0 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Steadfast Resolve", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Paranoia" + }, + skill=26479, + stats={ + [1]="You cannot be Light Stunned if you've been Stunned Recently" + } + }, + [26490]={ + connections={ + [1]={ + id=12751, + orbit=0 + } + }, + group=395, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Critical Chance", + orbit=2, + orbitIndex=9, + skill=26490, + stats={ + [1]="10% increased Critical Hit Chance with One Handed Melee Weapons" + } + }, + [26518]={ + connections={ + }, + group=176, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Cold Nature", + orbit=4, + orbitIndex=5, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Guilt" + }, + skill=26518, + stats={ + [1]="25% increased Cold Damage", + [2]="15% increased Chill Duration on Enemies" + } + }, + [26520]={ + connections={ + [1]={ + id=14340, + orbit=0 + }, + [2]={ + id=37190, + orbit=0 + } + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=2, + orbitIndex=11, + skill=26520, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [26532]={ + connections={ + [1]={ + id=46023, + orbit=-3 + }, + [2]={ + id=41657, + orbit=3 + }, + [3]={ + id=36629, + orbit=0 + } + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=6, + skill=26532, + stats={ + [1]="15% increased Armour" + } + }, + [26563]={ + connections={ + [1]={ + id=12778, + orbit=-4 + }, + [2]={ + id=6161, + orbit=0 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Bone Chains", + orbit=4, + orbitIndex=12, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Fear" + }, + skill=26563, + stats={ + [1]="Physical Spell Critical Hits build Pin" + } + }, + [26565]={ + connections={ + [1]={ + id=40024, + orbit=-2 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=3, + orbitIndex=2, + skill=26565, + stats={ + [1]="10% increased Poison Duration" + } + }, + [26568]={ + connections={ + [1]={ + id=59367, + orbit=0 + }, + [2]={ + id=37258, + orbit=0 + } + }, + group=343, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You and Attack Speed", + orbit=2, + orbitIndex=12, + skill=26568, + stats={ + [1]="2% increased Attack Speed", + [2]="4% reduced Slowing Potency of Debuffs on You" + } + }, + [26572]={ + connections={ + [1]={ + id=47514, + orbit=0 + } + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=2, + orbitIndex=12, + skill=26572, + stats={ + [1]="15% increased Critical Hit Chance against Dazed Enemies" + } + }, + [26596]={ + connections={ + [1]={ + id=5766, + orbit=5 + }, + [2]={ + id=51416, + orbit=-5 + } + }, + group=1003, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=3, + orbitIndex=19, + skill=26596, + stats={ + [1]="3% increased Cast Speed" + } + }, + [26598]={ + connections={ + [1]={ + id=33366, + orbit=3 + }, + [2]={ + id=19880, + orbit=0 + }, + [3]={ + id=14658, + orbit=0 + }, + [4]={ + id=23915, + orbit=0 + } + }, + group=1025, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=26598, + stats={ + [1]="+5 to any Attribute" + } + }, + [26614]={ + connections={ + [1]={ + id=44344, + orbit=0 + }, + [2]={ + id=46275, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=4, + orbitIndex=40, + skill=26614, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [26638]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=63002, + orbit=9 + } + }, + group=262, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTemporalRiftSkill.dds", + isNotable=true, + name="Footprints in the Sand", + orbit=0, + orbitIndex=0, + skill=26638, + stats={ + [1]="Grants Skill: Temporal Rift" + } + }, + [26648]={ + connections={ + [1]={ + id=24256, + orbit=0 + }, + [2]={ + id=52125, + orbit=0 + } + }, + group=660, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=21, + skill=26648, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [26663]={ + connections={ + [1]={ + id=44765, + orbit=0 + } + }, + group=674, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=26663, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [26682]={ + connections={ + [1]={ + id=46819, + orbit=0 + }, + [2]={ + id=56640, + orbit=-3 + } + }, + group=585, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + name="Spell Critical Damage", + orbit=7, + orbitIndex=6, + skill=26682, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [26697]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySwordPattern", + connections={ + [1]={ + id=59263, + orbit=0 + }, + [2]={ + id=27290, + orbit=0 + }, + [3]={ + id=46565, + orbit=0 + } + }, + group=433, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupSword.dds", + isOnlyImage=true, + name="Sword Mastery", + orbit=0, + orbitIndex=0, + skill=26697, + stats={ + } + }, + [26725]={ + connections={ + [1]={ + id=57703, + orbit=0 + } + }, + group=216, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=26725, + stats={ + } + }, + [26726]={ + connections={ + [1]={ + id=48103, + orbit=0 + } + }, + group=1165, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + name="Knockback and Stun Buildup", + orbit=2, + orbitIndex=0, + skill=26726, + stats={ + [1]="10% increased Stun Buildup", + [2]="10% increased Knockback Distance" + } + }, + [26739]={ + connections={ + [1]={ + id=43893, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=8, + skill=26739, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [26762]={ + connections={ + [1]={ + id=35380, + orbit=-2 + } + }, + group=1116, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Withered Effect", + orbit=0, + orbitIndex=0, + skill=26762, + stats={ + [1]="10% increased Withered Magnitude" + } + }, + [26772]={ + connections={ + [1]={ + id=24240, + orbit=2 + }, + [2]={ + id=45774, + orbit=3 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect", + orbit=7, + orbitIndex=22, + skill=26772, + stats={ + [1]="Debuffs you inflict have 5% increased Slow Magnitude" + } + }, + [26786]={ + connections={ + [1]={ + id=64352, + orbit=0 + }, + [2]={ + id=48568, + orbit=0 + } + }, + group=798, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=26786, + stats={ + [1]="+5 to any Attribute" + } + }, + [26798]={ + connections={ + [1]={ + id=9638, + orbit=-7 + } + }, + group=374, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Skill Speed", + orbit=0, + orbitIndex=0, + skill=26798, + stats={ + [1]="3% increased Skill Speed" + } + }, + [26804]={ + connections={ + [1]={ + id=55405, + orbit=0 + }, + [2]={ + id=59909, + orbit=0 + } + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Corpses", + orbit=7, + orbitIndex=2, + skill=26804, + stats={ + [1]="15% increased Damage if you have Consumed a Corpse Recently" + } + }, + [26830]={ + connections={ + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Effect", + orbit=5, + orbitIndex=42, + skill=26830, + stats={ + [1]="10% increased effect of Fully Broken Armour" + } + }, + [26885]={ + connections={ + [1]={ + id=59775, + orbit=-4 + } + }, + group=1084, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=4, + orbitIndex=60, + skill=26885, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [26895]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + }, + group=394, + icon="Art/2DArt/SkillIcons/passives/MasteryDuration.dds", + isOnlyImage=true, + name="Duration Mastery", + orbit=0, + orbitIndex=0, + skill=26895, + stats={ + } + }, + [26905]={ + connections={ + [1]={ + id=8821, + orbit=0 + } + }, + group=713, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=3, + orbitIndex=2, + skill=26905, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [26931]={ + connections={ + [1]={ + id=48198, + orbit=5 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=3, + orbitIndex=10, + skill=26931, + stats={ + [1]="Gain 3 Life per Enemy Killed" + } + }, + [26932]={ + connections={ + [1]={ + id=34543, + orbit=-2 + } + }, + group=1000, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=6, + skill=26932, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [26945]={ + connections={ + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Critical Chance", + orbit=2, + orbitIndex=17, + skill=26945, + stats={ + [1]="Minions have 20% increased Critical Hit Chance" + } + }, + [26969]={ + connections={ + [1]={ + id=16861, + orbit=2 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=4, + orbitIndex=69, + skill=26969, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [27009]={ + connections={ + [1]={ + id=30459, + orbit=0 + } + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + isNotable=true, + name="Lust for Sacrifice", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Paranoia" + }, + skill=27009, + stats={ + [1]="50% increased Minion Damage while you have at least two different active Offerings" + } + }, + [27017]={ + connections={ + [1]={ + id=21349, + orbit=0 + } + }, + group=986, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds", + name="All Attributes", + orbit=2, + orbitIndex=22, + skill=27017, + stats={ + [1]="+3 to all Attributes" + } + }, + [27048]={ + connections={ + [1]={ + id=47375, + orbit=8 + } + }, + group=1258, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=0, + orbitIndex=0, + skill=27048, + stats={ + [1]="Companions have 12% increased maximum Life", + [2]="10% increased Defences while your Companion is in your Presence" + } + }, + [27068]={ + connections={ + [1]={ + id=35831, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=14, + skill=27068, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [27082]={ + connections={ + [1]={ + id=3446, + orbit=0 + }, + [2]={ + id=24646, + orbit=0 + } + }, + group=122, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=27082, + stats={ + [1]="+5 to any Attribute" + } + }, + [27095]={ + connections={ + [1]={ + id=14890, + orbit=-4 + }, + [2]={ + id=48658, + orbit=0 + } + }, + group=919, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=7, + orbitIndex=7, + skill=27095, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [27108]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + [1]={ + id=47796, + orbit=0 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Mass Hysteria", + orbit=4, + orbitIndex=36, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Envy" + }, + skill=27108, + stats={ + [1]="Allies in your Presence have 6% increased Attack Speed", + [2]="6% increased Attack Speed" + } + }, + [27176]={ + connections={ + }, + group=884, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + isNotable=true, + name="The Power Within", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Paranoia", + [3]="Suffering" + }, + skill=27176, + stats={ + [1]="20% increased Critical Damage Bonus if you've gained a Power Charge Recently", + [2]="+1 to Maximum Power Charges" + } + }, + [27186]={ + connections={ + [1]={ + id=62963, + orbit=0 + } + }, + group=538, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Ignite Effect on You", + orbit=2, + orbitIndex=0, + skill=27186, + stats={ + [1]="10% reduced Magnitude of Ignite on you" + } + }, + [27234]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=744, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=27234, + stats={ + } + }, + [27262]={ + connections={ + [1]={ + id=49110, + orbit=7 + } + }, + group=950, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance and Effect", + orbit=0, + orbitIndex=0, + skill=27262, + stats={ + [1]="6% increased chance to inflict Ailments", + [2]="6% increased Magnitude of Damaging Ailments you inflict" + } + }, + [27274]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=893, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=1, + orbitIndex=2, + skill=27274, + stats={ + } + }, + [27290]={ + connections={ + [1]={ + id=38564, + orbit=0 + } + }, + group=420, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + isNotable=true, + name="Heavy Blade", + orbit=0, + orbitIndex=0, + skill=27290, + stats={ + [1]="25% increased Damage with Swords" + } + }, + [27296]={ + connections={ + [1]={ + id=59777, + orbit=0 + }, + [2]={ + id=11275, + orbit=-9 + }, + [3]={ + id=18684, + orbit=0 + }, + [4]={ + id=21670, + orbit=0 + } + }, + group=88, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=27296, + stats={ + [1]="+5 to any Attribute" + } + }, + [27303]={ + connections={ + [1]={ + id=43142, + orbit=0 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Vulgar Methods", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Despair" + }, + skill=27303, + stats={ + [1]="10% reduced maximum Mana", + [2]="+10 to Strength", + [3]="35% increased Critical Hit Chance" + } + }, + [27307]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=27307, + stats={ + } + }, + [27373]={ + connections={ + [1]={ + id=53405, + orbit=-6 + }, + [2]={ + id=51369, + orbit=-6 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=51, + skill=27373, + stats={ + [1]="+5 to any Attribute" + } + }, + [27388]={ + connections={ + [1]={ + id=28578, + orbit=0 + }, + [2]={ + id=24551, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Aspiring Genius", + orbit=7, + orbitIndex=23, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Greed" + }, + skill=27388, + stats={ + [1]="20% increased Mana Regeneration Rate", + [2]="10% chance to Gain Arcane Surge when you deal a Critical Hit" + } + }, + [27417]={ + connections={ + [1]={ + id=64295, + orbit=0 + }, + [2]={ + id=37616, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + isNotable=true, + name="Destructive Apparatus", + orbit=6, + orbitIndex=54, + skill=27417, + stats={ + [1]="25% increased Trap Damage" + } + }, + [27418]={ + ascendancyName="Titan", + connections={ + [1]={ + id=30115, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Strength", + orbit=4, + orbitIndex=48, + skill=27418, + stats={ + [1]="4% increased Strength" + } + }, + [27422]={ + connections={ + [1]={ + id=2021, + orbit=0 + } + }, + group=1215, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=0, + orbitIndex=0, + skill=27422, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [27434]={ + connections={ + [1]={ + id=15984, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightningNotable.dds", + isNotable=true, + name="Archon of the Storm", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Guilt" + }, + skill=27434, + stats={ + [1]="Gain Lightning Archon after spending 100% of your Maximum Mana" + } + }, + [27439]={ + connections={ + [1]={ + id=21982, + orbit=0 + } + }, + group=252, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=27439, + stats={ + [1]="+5 to any Attribute" + } + }, + [27491]={ + connections={ + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Heavy Buffer", + orbit=4, + orbitIndex=24, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Isolation" + }, + skill=27491, + stats={ + [1]="40% increased maximum Energy Shield", + [2]="5% of Damage taken bypasses Energy Shield" + } + }, + [27493]={ + connections={ + [1]={ + id=17118, + orbit=0 + } + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=24, + skill=27493, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [27501]={ + connections={ + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=4, + orbitIndex=44, + skill=27501, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [27513]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + }, + group=1223, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + isNotable=true, + name="Material Solidification", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Isolation" + }, + skill=27513, + stats={ + [1]="Gain 8% of Damage as Extra Physical Damage", + [2]="15% increased effect of Fully Broken Armour" + } + }, + [27540]={ + connections={ + [1]={ + id=62973, + orbit=0 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Power Counted", + orbit=3, + orbitIndex=23, + skill=27540, + stats={ + [1]="10% increased total Power counted by Warcries" + } + }, + [27581]={ + connections={ + [1]={ + id=50510, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=4, + orbitIndex=12, + skill=27581, + stats={ + [1]="5% increased Block chance" + } + }, + [27626]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=15628, + orbit=0 + } + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Touch the Arcane", + orbit=5, + orbitIndex=48, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Suffering" + }, + skill=27626, + stats={ + [1]="40% increased effect of Arcane Surge on you" + } + }, + [27638]={ + connections={ + [1]={ + id=38010, + orbit=0 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation", + orbit=7, + orbitIndex=3, + skill=27638, + stats={ + [1]="15% increased Glory generation" + } + }, + [27658]={ + connections={ + [1]={ + id=21540, + orbit=7 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=6, + skill=27658, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [27662]={ + connections={ + }, + group=845, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=2, + orbitIndex=14, + skill=27662, + stats={ + [1]="6% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [27667]={ + ascendancyName="Blood Mage", + connections={ + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCurseInfiniteDuration.dds", + isNotable=true, + name="Whispers of the Flesh", + orbit=6, + orbitIndex=8, + skill=27667, + stats={ + [1]="Enemies you Curse have at least 15% of Life Reserved" + } + }, + [27671]={ + connections={ + [1]={ + id=32681, + orbit=2147483647 + } + }, + group=1053, + icon="Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds", + name="Energy Shield Recharge", + orbit=7, + orbitIndex=15, + skill=27671, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [27674]={ + connections={ + [1]={ + id=44082, + orbit=0 + } + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=10, + skill=27674, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [27686]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=12876, + orbit=0 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Energy Shield Recharge Rate", + orbit=8, + orbitIndex=10, + skill=27686, + stats={ + [1]="20% increased Energy Shield Recharge Rate" + } + }, + [27687]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Greatest Defence", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Disgust" + }, + skill=27687, + stats={ + [1]="4% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield" + } + }, + [27705]={ + connections={ + [1]={ + id=48773, + orbit=0 + }, + [2]={ + id=2582, + orbit=0 + }, + [3]={ + id=65212, + orbit=0 + }, + [4]={ + id=39495, + orbit=0 + } + }, + group=1254, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=27705, + stats={ + [1]="+5 to any Attribute" + } + }, + [27726]={ + connections={ + [1]={ + id=7721, + orbit=-4 + } + }, + group=470, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=8, + skill=27726, + stats={ + [1]="15% increased Armour" + } + }, + [27733]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=44005, + orbit=0 + }, + [2]={ + id=2999, + orbit=0 + } + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=4, + orbitIndex=33, + skill=27733, + stats={ + } + }, + [27740]={ + connections={ + [1]={ + id=35792, + orbit=0 + } + }, + group=214, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=2, + orbitIndex=6, + skill=27740, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [27761]={ + connections={ + [1]={ + id=5826, + orbit=0 + } + }, + group=899, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Counterstancing", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Guilt", + [3]="Fear" + }, + skill=27761, + stats={ + [1]="Successfully Parrying a Melee Hit grants 40% increased Damage to your next Ranged Attack", + [2]="Successfully Parrying a Projectile Hit grants 40% increased Damage to your next Melee Attack" + } + }, + [27785]={ + connections={ + [1]={ + id=63863, + orbit=0 + } + }, + group=720, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=7, + orbitIndex=10, + skill=27785, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [27834]={ + connections={ + [1]={ + id=63659, + orbit=0 + }, + [2]={ + id=34449, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Critical Chance", + orbit=4, + orbitIndex=41, + skill=27834, + stats={ + [1]="10% increased Critical Hit Chance with Traps" + } + }, + [27853]={ + connections={ + [1]={ + id=52576, + orbit=0 + }, + [2]={ + id=3365, + orbit=0 + }, + [3]={ + id=58109, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Damage vs Immobilised and Buildup", + orbit=7, + orbitIndex=13, + skill=27853, + stats={ + [1]="10% increased damage against Immobilised Enemies", + [2]="8% increased Immobilisation buildup" + } + }, + [27859]={ + connections={ + [1]={ + id=38694, + orbit=0 + } + }, + group=710, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=7, + orbitIndex=12, + skill=27859, + stats={ + [1]="Herald Skills deal 20% increased Damage" + } + }, + [27875]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=32123, + orbit=0 + } + }, + group=1041, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="General Electric", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Greed" + }, + skill=27875, + stats={ + [1]="40% increased chance to Shock", + [2]="5% increased Attack and Cast Speed with Lightning Skills" + } + }, + [27910]={ + connections={ + [1]={ + id=64056, + orbit=0 + }, + [2]={ + id=53938, + orbit=0 + } + }, + group=905, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=1, + orbitIndex=0, + skill=27910, + stats={ + [1]="10% increased Attack Damage" + } + }, + [27950]={ + connections={ + [1]={ + id=26324, + orbit=0 + }, + [2]={ + id=52462, + orbit=0 + } + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Polished Iron", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Despair" + }, + skill=27950, + stats={ + [1]="25% increased Armour", + [2]="Gain additional Stun Threshold equal to 30% of Item Armour on Equipped Armour Items" + } + }, + [27990]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=49049, + orbit=-3 + } + }, + group=301, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Slow Effect", + orbit=0, + orbitIndex=0, + skill=27990, + stats={ + [1]="Debuffs you inflict have 6% increased Slow Magnitude" + } + }, + [27992]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + }, + group=501, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds", + isOnlyImage=true, + name="Crossbow Mastery", + orbit=0, + orbitIndex=0, + skill=27992, + stats={ + } + }, + [28002]={ + connections={ + [1]={ + id=32194, + orbit=0 + } + }, + group=329, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=28002, + stats={ + [1]="+5 to any Attribute" + } + }, + [28021]={ + connections={ + [1]={ + id=9782, + orbit=0 + } + }, + group=1006, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=28021, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [28038]={ + connections={ + [1]={ + id=56488, + orbit=0 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=7, + orbitIndex=12, + skill=28038, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [28044]={ + connections={ + [1]={ + id=28835, + orbit=0 + }, + [2]={ + id=178, + orbit=0 + }, + [3]={ + id=6988, + orbit=0 + } + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + isNotable=true, + name="Coming Calamity", + orbit=3, + orbitIndex=12, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Suffering" + }, + skill=28044, + stats={ + [1]="40% increased Cold Damage while affected by Herald of Ice", + [2]="40% increased Fire Damage while affected by Herald of Ash", + [3]="40% increased Lightning Damage while affected by Herald of Thunder" + } + }, + [28050]={ + connections={ + [1]={ + id=63888, + orbit=0 + }, + [2]={ + id=53539, + orbit=0 + } + }, + group=881, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=24, + skill=28050, + stats={ + [1]="+5 to any Attribute" + } + }, + [28061]={ + connections={ + [1]={ + id=35878, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=7, + orbitIndex=6, + skill=28061, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [28086]={ + connections={ + [1]={ + id=57088, + orbit=-6 + }, + [2]={ + id=144, + orbit=0 + } + }, + group=1068, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=14, + skill=28086, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [28092]={ + connections={ + [1]={ + id=17061, + orbit=7 + } + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Delay", + orbit=7, + orbitIndex=8, + skill=28092, + stats={ + [1]="Archon recovery period expires 10% faster" + } + }, + [28101]={ + connections={ + [1]={ + id=57571, + orbit=0 + }, + [2]={ + id=43867, + orbit=-7 + } + }, + group=1238, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=2, + orbitIndex=12, + skill=28101, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [28106]={ + connections={ + [1]={ + id=3775, + orbit=0 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charges", + orbit=2, + orbitIndex=8, + skill=28106, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [28153]={ + ascendancyName="Chronomancer", + connections={ + }, + group=274, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistFasterRecoup.dds", + isNotable=true, + name="The Rapid River", + orbit=2, + orbitIndex=9, + skill=28153, + stats={ + [1]="Recoup Effects instead occur over 4 seconds" + } + }, + [28175]={ + connections={ + [1]={ + id=64471, + orbit=0 + }, + [2]={ + id=21716, + orbit=0 + }, + [3]={ + id=48026, + orbit=0 + } + }, + group=380, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=28175, + stats={ + [1]="+5 to any Attribute" + } + }, + [28199]={ + connections={ + [1]={ + id=46431, + orbit=0 + } + }, + group=1081, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Immobilisation Buildup", + orbit=0, + orbitIndex=0, + skill=28199, + stats={ + [1]="20% increased Hazard Immobilisation buildup" + } + }, + [28214]={ + connections={ + [1]={ + id=1973, + orbit=0 + }, + [2]={ + id=58295, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flasks", + orbit=2, + orbitIndex=4, + skill=28214, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [28229]={ + connections={ + [1]={ + id=50485, + orbit=0 + } + }, + group=802, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Area", + orbit=2, + orbitIndex=0, + skill=28229, + stats={ + [1]="20% increased Area of Effect of Curses" + } + }, + [28258]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern", + connections={ + [1]={ + id=36976, + orbit=0 + }, + [2]={ + id=59064, + orbit=0 + }, + [3]={ + id=36927, + orbit=2 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Effect", + orbit=0, + orbitIndex=0, + skill=28258, + stats={ + [1]="10% increased Effect of your Mark Skills" + } + }, + [28267]={ + connections={ + [1]={ + id=2672, + orbit=0 + }, + [2]={ + id=35085, + orbit=0 + } + }, + group=236, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Desensitisation", + orbit=3, + orbitIndex=20, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Greed" + }, + skill=28267, + stats={ + [1]="25% increased Critical Damage Bonus", + [2]="Hits against you have 25% reduced Critical Damage Bonus" + } + }, + [28268]={ + connections={ + [1]={ + id=36630, + orbit=0 + }, + [2]={ + id=20837, + orbit=0 + } + }, + group=873, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=1, + orbitIndex=6, + skill=28268, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision" + } + }, + [28304]={ + connections={ + [1]={ + id=37258, + orbit=0 + }, + [2]={ + id=2491, + orbit=0 + } + }, + group=326, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=28304, + stats={ + [1]="+5 to any Attribute" + } + }, + [28329]={ + connections={ + [1]={ + id=36723, + orbit=3 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNotable2.dds", + isNotable=true, + name="Pressure Points", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Ire" + }, + skill=28329, + stats={ + [1]="35% increased Stun Buildup", + [2]="35% increased Freeze Buildup" + } + }, + [28361]={ + connections={ + }, + group=644, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=16, + skill=28361, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [28370]={ + connections={ + [1]={ + id=7628, + orbit=0 + }, + [2]={ + id=11916, + orbit=-6 + }, + [3]={ + id=37450, + orbit=-6 + } + }, + group=637, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=39, + skill=28370, + stats={ + [1]="+5 to any Attribute" + } + }, + [28371]={ + connections={ + [1]={ + id=60560, + orbit=-3 + } + }, + group=1178, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage vs Full Life", + orbit=7, + orbitIndex=16, + skill=28371, + stats={ + [1]="20% increased Damage with Hits against Enemies that are on Full Life" + } + }, + [28431]={ + ascendancyName="Lich", + connections={ + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichLifeCannotChangeWhileES.dds", + isNotable=true, + isSwitchable=true, + name="Eternal Life", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich" + } + }, + orbit=9, + orbitIndex=40, + skill=28431, + stats={ + [1]="Your Life cannot change while you have Energy Shield" + } + }, + [28432]={ + connections={ + [1]={ + id=20416, + orbit=0 + }, + [2]={ + id=23062, + orbit=0 + } + }, + group=492, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Armour if Consumed Endurance Charge", + orbit=2, + orbitIndex=4, + skill=28432, + stats={ + [1]="20% increased Armour if you've consumed an Endurance Charge Recently" + } + }, + [28441]={ + connections={ + [1]={ + id=10011, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Frantic Swings", + orbit=7, + orbitIndex=15, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Despair" + }, + skill=28441, + stats={ + [1]="Enemies Blinded by you have 50% reduced Critical Hit Chance" + } + }, + [28446]={ + connections={ + [1]={ + id=12430, + orbit=0 + }, + [2]={ + id=50084, + orbit=0 + } + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isSwitchable=true, + name="Attack Area", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + id=50612, + name="Spell and Attack Damage", + stats={ + [1]="10% increased Spell Damage", + [2]="10% increased Attack Damage" + } + } + }, + orbit=2, + orbitIndex=9, + skill=28446, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [28458]={ + connections={ + [1]={ + id=38972, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=10, + skill=28458, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [28476]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern", + connections={ + }, + group=392, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Thorns Mastery", + orbit=0, + orbitIndex=0, + skill=28476, + stats={ + } + }, + [28482]={ + connections={ + [1]={ + id=19846, + orbit=0 + } + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Total Incineration", + orbit=7, + orbitIndex=1, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Suffering" + }, + skill=28482, + stats={ + [1]="25% increased Critical Damage Bonus against Burning Enemies", + [2]="10% chance to refresh Ignite Duration on Critical Hit" + } + }, + [28492]={ + connections={ + [1]={ + id=54099, + orbit=0 + } + }, + group=578, + icon="Art/2DArt/SkillIcons/passives/KeystoneIronReflexes.dds", + isKeystone=true, + name="Iron Reflexes", + orbit=0, + orbitIndex=0, + skill=28492, + stats={ + [1]="Converts all Evasion Rating to Armour" + } + }, + [28510]={ + connections={ + [1]={ + id=45969, + orbit=-5 + }, + [2]={ + id=10247, + orbit=0 + } + }, + group=613, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=56, + skill=28510, + stats={ + [1]="+5 to any Attribute" + } + }, + [28542]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=62785, + orbit=7 + } + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + isNotable=true, + name="The Molten One's Gift", + orbit=1, + orbitIndex=5, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Greed" + }, + skill=28542, + stats={ + [1]="+10% to Fire Resistance", + [2]="15% increased effect of Fully Broken Armour", + [3]="Fully Broken Armour effects also apply to Fire Damage Taken from Hits" + } + }, + [28556]={ + connections={ + }, + group=728, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=12, + skill=28556, + stats={ + [1]="+5 to any Attribute" + } + }, + [28564]={ + connections={ + [1]={ + id=8460, + orbit=0 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=2, + orbitIndex=8, + skill=28564, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [28573]={ + connections={ + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Revive Speed", + orbit=7, + orbitIndex=6, + skill=28573, + stats={ + [1]="Minions Revive 5% faster" + } + }, + [28578]={ + connections={ + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=2, + skill=28578, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [28589]={ + connections={ + [1]={ + id=30300, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour if Hit", + orbit=3, + orbitIndex=2, + skill=28589, + stats={ + [1]="20% increased Armour if you have been Hit Recently" + } + }, + [28613]={ + connections={ + [1]={ + id=39598, + orbit=0 + }, + [2]={ + id=30553, + orbit=0 + } + }, + group=93, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Roaring Cries", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Greed" + }, + skill=28613, + stats={ + [1]="Warcries have a minimum of 10 Power" + } + }, + [28623]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern", + connections={ + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds", + isOnlyImage=true, + name="Spell Suppression Mastery", + orbit=0, + orbitIndex=0, + skill=28623, + stats={ + } + }, + [28625]={ + connections={ + [1]={ + id=32135, + orbit=5 + }, + [2]={ + id=35848, + orbit=0 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Recovery", + orbit=7, + orbitIndex=0, + skill=28625, + stats={ + [1]="10% increased Life and Mana Recovery from Flasks" + } + }, + [28638]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStaffPattern", + connections={ + [1]={ + id=37514, + orbit=0 + }, + [2]={ + id=2113, + orbit=0 + } + }, + group=1265, + icon="Art/2DArt/SkillIcons/passives/StaffMasterySymbol.dds", + isOnlyImage=true, + name="Quarterstaff Mastery", + orbit=0, + orbitIndex=0, + skill=28638, + stats={ + } + }, + [28680]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=337, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=28680, + stats={ + } + }, + [28693]={ + connections={ + [1]={ + id=49280, + orbit=7 + } + }, + group=552, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=1, + skill=28693, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [28774]={ + connections={ + [1]={ + id=2999, + orbit=0 + }, + [2]={ + id=10295, + orbit=0 + } + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=6, + orbitIndex=29, + skill=28774, + stats={ + [1]="3% increased Cast Speed" + } + }, + [28797]={ + connections={ + [1]={ + id=632, + orbit=0 + } + }, + group=1269, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Speed", + orbit=6, + orbitIndex=65, + skill=28797, + stats={ + [1]="3% increased Attack Speed with Daggers" + } + }, + [28823]={ + connections={ + [1]={ + id=21111, + orbit=4 + }, + [2]={ + id=59303, + orbit=5 + } + }, + group=1097, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Activation Chance", + orbit=7, + orbitIndex=23, + skill=28823, + stats={ + [1]="10% chance when a Charm is used to use another Charm without consuming Charges" + } + }, + [28835]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=56847, + orbit=0 + }, + [2]={ + id=60480, + orbit=0 + }, + [3]={ + id=8157, + orbit=0 + } + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=0, + orbitIndex=0, + skill=28835, + stats={ + [1]="12% increased Damage while affected by a Herald" + } + }, + [28839]={ + connections={ + }, + group=337, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=16, + skill=28839, + stats={ + [1]="3% increased Cast Speed" + } + }, + [28860]={ + connections={ + [1]={ + id=56104, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=7, + orbitIndex=18, + skill=28860, + stats={ + [1]="Break 20% increased Armour" + } + }, + [28862]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.dds", + isOnlyImage=true, + name="Leech Mastery", + orbit=0, + orbitIndex=0, + skill=28862, + stats={ + } + }, + [28863]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=28863, + stats={ + } + }, + [28903]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + }, + group=1100, + icon="Art/2DArt/SkillIcons/passives/MasteryPoison.dds", + isOnlyImage=true, + name="Poison Mastery", + orbit=0, + orbitIndex=0, + skill=28903, + stats={ + } + }, + [28950]={ + connections={ + [1]={ + id=63469, + orbit=0 + }, + [2]={ + id=22045, + orbit=4 + }, + [3]={ + id=10156, + orbit=0 + } + }, + group=511, + icon="Art/2DArt/SkillIcons/passives/bodysoul.dds", + isNotable=true, + name="Devoted Protector", + orbit=0, + orbitIndex=0, + skill=28950, + stats={ + [1]="10% increased Mana Regeneration Rate", + [2]="Regenerate 0.5% of maximum Life per second", + [3]="+5 to Strength and Intelligence" + } + }, + [28963]={ + connections={ + [1]={ + id=23105, + orbit=0 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + isNotable=true, + name="Chakra of Rhythm", + orbit=2, + orbitIndex=1, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Despair" + }, + skill=28963, + stats={ + [1]="6% increased Attack Speed", + [2]="20% Chance to build an additional Combo on Hit" + } + }, + [28975]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=26905, + orbit=0 + } + }, + group=714, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Pure Power", + orbit=6, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Suffering" + }, + skill=28975, + stats={ + [1]="2% increased Lightning Damage per 10 Intelligence" + } + }, + [28976]={ + connections={ + [1]={ + id=23374, + orbit=0 + }, + [2]={ + id=29458, + orbit=0 + } + }, + group=1283, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=0, + orbitIndex=0, + skill=28976, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [28982]={ + connections={ + [1]={ + id=31295, + orbit=0 + }, + [2]={ + id=55190, + orbit=0 + } + }, + group=68, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=28982, + stats={ + [1]="+5 to any Attribute" + } + }, + [28992]={ + connections={ + [1]={ + id=62628, + orbit=0 + }, + [2]={ + id=43923, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/Hunter.dds", + isNotable=true, + isSwitchable=true, + name="Honed Instincts", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/LethalAssault.dds", + id=32062, + name="Primal Instinct", + stats={ + [1]="8% increased Attack Speed", + [2]="6% increased Area of Effect", + [3]="+10 to Dexterity" + } + } + }, + orbit=4, + orbitIndex=21, + skill=28992, + stats={ + [1]="8% increased Projectile Speed", + [2]="8% increased Attack Speed", + [3]="+10 to Dexterity" + } + }, + [29009]={ + connections={ + [1]={ + id=59362, + orbit=0 + } + }, + group=625, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=29009, + stats={ + [1]="+5 to any Attribute" + } + }, + [29041]={ + connections={ + [1]={ + id=31388, + orbit=0 + }, + [2]={ + id=52298, + orbit=0 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=12, + skill=29041, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [29049]={ + connections={ + [1]={ + id=56893, + orbit=3 + } + }, + group=1080, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Duration", + orbit=2, + orbitIndex=10, + skill=29049, + stats={ + [1]="10% increased Charm Effect Duration" + } + }, + [29065]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/BloodMastery.dds", + isOnlyImage=true, + name="Bleeding Mastery", + orbit=1, + orbitIndex=7, + skill=29065, + stats={ + } + }, + [29074]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderEnemiesMultiplePoisons.dds", + isNotable=true, + name="Overwhelming Toxicity", + orbit=8, + orbitIndex=48, + skill=29074, + stats={ + [1]="Double the number of your Poisons that targets can be affected by at the same time", + [2]="35% less Poison Duration" + } + }, + [29133]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=64031, + orbit=2 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=9, + skill=29133, + stats={ + [1]="12% increased Elemental Damage" + } + }, + [29148]={ + connections={ + [1]={ + id=34840, + orbit=0 + } + }, + group=468, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=29148, + stats={ + [1]="+5 to any Attribute" + } + }, + [29162]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=15044, + orbit=0 + } + }, + group=254, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Spirit", + orbit=0, + orbitIndex=0, + skill=29162, + stats={ + [1]="8% increased Spirit" + } + }, + [29240]={ + connections={ + [1]={ + id=55668, + orbit=0 + }, + [2]={ + id=10881, + orbit=0 + }, + [3]={ + id=31977, + orbit=0 + }, + [4]={ + id=57513, + orbit=0 + } + }, + group=866, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=29240, + stats={ + [1]="+5 to any Attribute" + } + }, + [29246]={ + connections={ + [1]={ + id=22927, + orbit=0 + }, + [2]={ + id=35043, + orbit=0 + } + }, + group=1207, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parried Duration", + orbit=6, + orbitIndex=27, + skill=29246, + stats={ + [1]="15% increased Parried Debuff Duration" + } + }, + [29270]={ + connections={ + [1]={ + id=7251, + orbit=-2 + } + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=20, + skill=29270, + stats={ + [1]="10% increased Attack Damage" + } + }, + [29285]={ + connections={ + [1]={ + id=9745, + orbit=2147483647 + }, + [2]={ + id=38463, + orbit=0 + } + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds", + name="Movement Speed", + orbit=7, + orbitIndex=19, + skill=29285, + stats={ + [1]="2% increased Movement Speed" + } + }, + [29288]={ + connections={ + [1]={ + id=36759, + orbit=0 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Deadly Invocations", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Envy" + }, + skill=29288, + stats={ + [1]="Invocation Spells have 50% increased Critical Damage Bonus" + } + }, + [29306]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=17668, + orbit=1 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + isNotable=true, + name="Chakra of Thought", + orbit=1, + orbitIndex=1, + recipe={ + [1]="Fear", + [2]="Disgust", + [3]="Guilt" + }, + skill=29306, + stats={ + [1]="8% of Damage is taken from Mana before Life", + [2]="15% increased Attack Speed while not on Low Mana" + } + }, + [29320]={ + connections={ + [1]={ + id=1680, + orbit=7 + }, + [2]={ + id=56860, + orbit=0 + } + }, + group=1034, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Stun Threshold during Parry", + orbit=7, + orbitIndex=8, + skill=29320, + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + }, + [29323]={ + ascendancyName="Titan", + connections={ + [1]={ + id=24807, + orbit=4 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Armour", + orbit=6, + orbitIndex=53, + skill=29323, + stats={ + [1]="20% increased Armour" + } + }, + [29328]={ + connections={ + [1]={ + id=43201, + orbit=0 + } + }, + group=618, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance", + orbit=4, + orbitIndex=61, + skill=29328, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [29358]={ + connections={ + [1]={ + id=917, + orbit=-7 + } + }, + group=99, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=7, + skill=29358, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [29361]={ + connections={ + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=7, + skill=29361, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [29369]={ + connections={ + [1]={ + id=11337, + orbit=5 + }, + [2]={ + id=41669, + orbit=-4 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect", + orbit=4, + orbitIndex=42, + skill=29369, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [29372]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern", + connections={ + }, + group=331, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Sudden Infuriation", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Isolation" + }, + skill=29372, + stats={ + [1]="4% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage" + } + }, + [29391]={ + connections={ + [1]={ + id=29009, + orbit=-3 + }, + [2]={ + id=5314, + orbit=3 + }, + [3]={ + id=50715, + orbit=3 + }, + [4]={ + id=61354, + orbit=0 + }, + [5]={ + id=29800, + orbit=-3 + } + }, + group=605, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infused Spell Damage", + orbit=2, + orbitIndex=6, + skill=29391, + stats={ + [1]="12% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [29398]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=18849, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Chill Duration", + orbit=6, + orbitIndex=2, + skill=29398, + stats={ + [1]="25% increased Chill Duration on Enemies" + } + }, + [29399]={ + connections={ + [1]={ + id=23888, + orbit=7 + }, + [2]={ + id=51446, + orbit=-7 + } + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=20, + skill=29399, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [29402]={ + connections={ + [1]={ + id=4046, + orbit=0 + }, + [2]={ + id=54282, + orbit=0 + }, + [3]={ + id=38270, + orbit=0 + } + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Electrocute Buildup", + orbit=7, + orbitIndex=3, + skill=29402, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [29408]={ + connections={ + [1]={ + id=31888, + orbit=0 + } + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana Cost Efficiency", + orbit=2, + orbitIndex=8, + skill=29408, + stats={ + [1]="8% increased Mana Cost Efficiency" + } + }, + [29432]={ + connections={ + [1]={ + id=4061, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=48, + skill=29432, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [29447]={ + connections={ + [1]={ + id=11786, + orbit=2147483647 + } + }, + group=253, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=2, + orbitIndex=11, + skill=29447, + stats={ + [1]="10% increased Armour", + [2]="+5% of Armour also applies to Elemental Damage" + } + }, + [29458]={ + connections={ + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=7, + orbitIndex=14, + skill=29458, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [29479]={ + connections={ + [1]={ + id=50469, + orbit=0 + } + }, + group=858, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=18, + skill=29479, + stats={ + [1]="+5 to any Attribute" + } + }, + [29502]={ + connections={ + [1]={ + id=36302, + orbit=4 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=20, + skill=29502, + stats={ + [1]="3% increased Cast Speed" + } + }, + [29514]={ + connections={ + [1]={ + id=39431, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Cluster Bombs", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Disgust" + }, + skill=29514, + stats={ + [1]="50% increased Grenade Detonation Time", + [2]="Grenade Skills Fire an additional Projectile" + } + }, + [29517]={ + connections={ + [1]={ + id=32701, + orbit=0 + }, + [2]={ + id=37695, + orbit=0 + } + }, + group=922, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=24, + skill=29517, + stats={ + [1]="+5 to any Attribute" + } + }, + [29527]={ + connections={ + [1]={ + id=61800, + orbit=0 + } + }, + group=1178, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="First Approach", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Ire", + [3]="Fear" + }, + skill=29527, + stats={ + [1]="50% increased Critical Hit Chance against Enemies on Full Life", + [2]="Cannot be Blinded while on Full Life", + [3]="80% increased Damage with Hits against Enemies that are on Full Life" + } + }, + [29582]={ + connections={ + [1]={ + id=35987, + orbit=0 + } + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isSwitchable=true, + name="Accuracy", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + id=5083, + name="Stun Threshold during Parry", + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + } + }, + orbit=2, + orbitIndex=14, + skill=29582, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [29611]={ + connections={ + [1]={ + id=41768, + orbit=0 + } + }, + group=87, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=29611, + stats={ + [1]="+5 to any Attribute" + } + }, + [29652]={ + connections={ + [1]={ + id=35911, + orbit=0 + }, + [2]={ + id=28002, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=2, + orbitIndex=16, + skill=29652, + stats={ + [1]="10% increased Spell Damage" + } + }, + [29695]={ + connections={ + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isSwitchable=true, + name="Energy Shield Delay", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + id=31204, + name="Mana Regeneration", + stats={ + [1]="10% increased Mana Regeneration Rate" + } + } + }, + orbit=2, + orbitIndex=7, + skill=29695, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [29762]={ + connections={ + [1]={ + id=8460, + orbit=0 + }, + [2]={ + id=40328, + orbit=-2 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Guttural Roar", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Paranoia", + [2]="Ire", + [3]="Disgust" + }, + skill=29762, + stats={ + [1]="25% increased Warcry Speed", + [2]="Warcries Debilitate Enemies", + [3]="Warcry Skills have 25% increased Area of Effect" + } + }, + [29763]={ + connections={ + [1]={ + id=39423, + orbit=0 + } + }, + group=976, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=29763, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [29788]={ + connections={ + [1]={ + id=46060, + orbit=-2 + } + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=7, + orbitIndex=4, + skill=29788, + stats={ + [1]="12% increased amount of Life Leeched" + } + }, + [29800]={ + connections={ + [1]={ + id=50383, + orbit=0 + } + }, + group=605, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Shocking Limit", + orbit=7, + orbitIndex=15, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Fear" + }, + skill=29800, + stats={ + [1]="+1 to maximum Lightning Infusions" + } + }, + [29843]={ + connections={ + [1]={ + id=35987, + orbit=0 + } + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=19, + skill=29843, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [29871]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=5817, + orbit=0 + } + }, + group=1301, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Skill Speed", + orbit=0, + orbitIndex=0, + skill=29871, + stats={ + [1]="4% increased Skill Speed" + } + }, + [29899]={ + connections={ + [1]={ + id=19001, + orbit=0 + }, + [2]={ + id=6912, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + isNotable=true, + name="Finish Them", + orbit=7, + orbitIndex=21, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Guilt" + }, + skill=29899, + stats={ + [1]="40% increased Culling Strike Threshold against Immobilised Enemies" + } + }, + [29914]={ + connections={ + [1]={ + id=46931, + orbit=0 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Armour and Evasion while Surrounded", + orbit=3, + orbitIndex=7, + skill=29914, + stats={ + [1]="20% increased Armour while Surrounded", + [2]="20% increased Evasion Rating while Surrounded" + } + }, + [29930]={ + connections={ + [1]={ + id=16938, + orbit=3 + }, + [2]={ + id=47088, + orbit=0 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=2, + orbitIndex=0, + skill=29930, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="Companions have 12% increased maximum Life" + } + }, + [29941]={ + connections={ + [1]={ + id=60829, + orbit=0 + }, + [2]={ + id=57517, + orbit=0 + } + }, + group=873, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=3, + orbitIndex=17, + skill=29941, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [29959]={ + connections={ + [1]={ + id=6891, + orbit=3 + }, + [2]={ + id=60362, + orbit=-3 + } + }, + group=1251, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=14, + skill=29959, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [29990]={ + connections={ + [1]={ + id=36217, + orbit=0 + }, + [2]={ + id=47477, + orbit=-9 + }, + [3]={ + id=15775, + orbit=0 + } + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=7, + orbitIndex=2, + skill=29990, + stats={ + [1]="5% chance to gain Volatility on Kill" + } + }, + [29993]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/MasteryDuration.dds", + isOnlyImage=true, + name="Duration Mastery", + orbit=1, + orbitIndex=8, + skill=29993, + stats={ + } + }, + [30007]={ + connections={ + [1]={ + id=3188, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns", + orbit=1, + orbitIndex=8, + skill=30007, + stats={ + [1]="16% increased Thorns damage" + } + }, + [30040]={ + connections={ + [1]={ + id=56016, + orbit=0 + } + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=1, + orbitIndex=7, + skill=30040, + stats={ + [1]="Break 20% increased Armour" + } + }, + [30047]={ + connections={ + [1]={ + id=21280, + orbit=0 + }, + [2]={ + id=18451, + orbit=0 + }, + [3]={ + id=45650, + orbit=0 + } + }, + group=853, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30047, + stats={ + [1]="+5 to any Attribute" + } + }, + [30061]={ + connections={ + [1]={ + id=31908, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=2, + orbitIndex=4, + skill=30061, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [30071]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=27667, + orbit=-9 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Curse Effect", + orbit=6, + orbitIndex=4, + skill=30071, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [30077]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=1172, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=30077, + stats={ + } + }, + [30082]={ + connections={ + [1]={ + id=43155, + orbit=0 + } + }, + group=772, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=0, + orbitIndex=0, + skill=30082, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [30102]={ + connections={ + [1]={ + id=43944, + orbit=2147483647 + }, + [2]={ + id=53177, + orbit=0 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=2, + orbitIndex=23, + skill=30102, + stats={ + [1]="3% chance to gain Volatility on Kill" + } + }, + [30115]={ + ascendancyName="Titan", + connections={ + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanSmallPassiveDoubled.dds", + isNotable=true, + name="Hulking Form", + orbit=7, + orbitIndex=16, + skill=30115, + stats={ + [1]="50% increased effect of Small Passive Skills" + } + }, + [30117]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=26383, + orbit=5 + }, + [2]={ + id=8415, + orbit=-5 + } + }, + group=741, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Spell Critical Chance", + orbit=0, + orbitIndex=0, + skill=30117, + stats={ + [1]="12% increased Critical Hit Chance for Spells" + } + }, + [30123]={ + connections={ + [1]={ + id=6923, + orbit=0 + }, + [2]={ + id=26092, + orbit=0 + } + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=3, + orbitIndex=12, + skill=30123, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [30132]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + [1]={ + id=58416, + orbit=2147483647 + }, + [2]={ + id=49130, + orbit=2147483647 + } + }, + group=1129, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + isNotable=true, + name="Wrapped Quiver", + orbit=7, + orbitIndex=15, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Envy" + }, + skill=30132, + stats={ + [1]="20% increased bonuses gained from Equipped Quiver" + } + }, + [30136]={ + connections={ + [1]={ + id=22626, + orbit=0 + } + }, + group=132, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Damage vs Armour Broken Enemies", + orbit=3, + orbitIndex=7, + skill=30136, + stats={ + [1]="20% increased Damage against Enemies with Fully Broken Armour" + } + }, + [30141]={ + connections={ + [1]={ + id=55190, + orbit=0 + } + }, + group=76, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30141, + stats={ + [1]="+5 to any Attribute" + } + }, + [30143]={ + connections={ + [1]={ + id=34201, + orbit=9 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=7, + orbitIndex=0, + skill=30143, + stats={ + [1]="5% increased Block chance" + } + }, + [30151]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=32637, + orbit=0 + } + }, + group=292, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Armour and Evasion", + orbit=0, + orbitIndex=0, + skill=30151, + stats={ + [1]="15% increased Armour and Evasion Rating" + } + }, + [30197]={ + connections={ + [1]={ + id=52415, + orbit=0 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Attack Speed and Companion Attack Speed", + orbit=2, + orbitIndex=2, + skill=30197, + stats={ + [1]="3% increased Attack Speed while your Companion is in your Presence", + [2]="Companions have 4% increased Attack Speed" + } + }, + [30201]={ + connections={ + [1]={ + id=57286, + orbit=-2 + }, + [2]={ + id=33646, + orbit=7 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFire.dds", + name="Archon Effect", + orbit=2, + orbitIndex=6, + skill=30201, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [30210]={ + connections={ + [1]={ + id=64650, + orbit=0 + } + }, + group=967, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Evasion Rating", + orbit=2, + orbitIndex=6, + skill=30210, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [30219]={ + connections={ + [1]={ + id=45177, + orbit=-2 + } + }, + group=467, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=1, + orbitIndex=10, + skill=30219, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [30233]={ + ascendancyName="Ritualist", + connections={ + }, + group=1368, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistStabCorpse.dds", + isNotable=true, + name="As the Whispers Demand", + orbit=0, + orbitIndex=0, + skill=30233, + stats={ + [1]="Ritual Sacrifice can be used on yourself to remove 20% of maximum Life and grant a random Monster Modifier", + [2]="A maximum of one Modifer can be granted this way", + [3]="Grants Skill: Ritual Sacrifice" + } + }, + [30252]={ + connections={ + [1]={ + id=20049, + orbit=4 + }, + [2]={ + id=48135, + orbit=-4 + } + }, + group=850, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Effect", + orbit=7, + orbitIndex=18, + skill=30252, + stats={ + [1]="Charms applied to you have 10% increased Effect" + } + }, + [30260]={ + connections={ + [1]={ + id=256, + orbit=-7 + }, + [2]={ + id=57097, + orbit=7 + } + }, + group=323, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + name="Link Buff Effect", + orbit=7, + orbitIndex=19, + skill=30260, + stats={ + [1]="Link Skills have 10% increased Buff Effect" + } + }, + [30300]={ + connections={ + [1]={ + id=12565, + orbit=0 + }, + [2]={ + id=1200, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns", + orbit=2, + orbitIndex=5, + skill=30300, + stats={ + [1]="16% increased Thorns damage" + } + }, + [30334]={ + connections={ + [1]={ + id=9324, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Duration", + orbit=3, + orbitIndex=3, + skill=30334, + stats={ + [1]="8% increased Ignite Duration on Enemies" + } + }, + [30341]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + [1]={ + id=1995, + orbit=0 + }, + [2]={ + id=37946, + orbit=0 + } + }, + group=981, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + isNotable=true, + name="Master Fletching", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Despair", + [3]="Disgust" + }, + skill=30341, + stats={ + [1]="20% increased bonuses gained from Equipped Quiver" + } + }, + [30346]={ + connections={ + [1]={ + id=44871, + orbit=0 + }, + [2]={ + id=29695, + orbit=-5 + }, + [3]={ + id=34006, + orbit=6 + } + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=7, + orbitIndex=13, + skill=30346, + stats={ + [1]="+10 to maximum Energy Shield" + } + }, + [30371]={ + connections={ + [1]={ + id=27687, + orbit=-4 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage", + orbit=3, + orbitIndex=1, + skill=30371, + stats={ + [1]="Attack Skills deal 10% increased Damage while holding a Shield" + } + }, + [30372]={ + connections={ + [1]={ + id=42065, + orbit=0 + } + }, + group=1051, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=23, + skill=30372, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [30390]={ + connections={ + [1]={ + id=33978, + orbit=3 + } + }, + group=365, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=3, + orbitIndex=18, + skill=30390, + stats={ + [1]="5% increased Block chance" + } + }, + [30392]={ + connections={ + [1]={ + id=28106, + orbit=0 + }, + [2]={ + id=41016, + orbit=0 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Succour", + orbit=2, + orbitIndex=3, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Guilt" + }, + skill=30392, + stats={ + [1]="30% increased Life Regeneration rate during Effect of any Life Flask" + } + }, + [30407]={ + connections={ + [1]={ + id=45885, + orbit=0 + }, + [2]={ + id=8991, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFire.dds", + name="Fire Damage and Flammability Magnitude", + orbit=3, + orbitIndex=9, + skill=30407, + stats={ + [1]="5% increased Fire Damage", + [2]="8% increased Flammability Magnitude" + } + }, + [30408]={ + connections={ + [1]={ + id=17906, + orbit=0 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/Trap.dds", + isNotable=true, + name="Efficient Contraptions", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Guilt" + }, + skill=30408, + stats={ + [1]="Hazards have 15% chance to rearm after they are triggered" + } + }, + [30456]={ + connections={ + [1]={ + id=38044, + orbit=-5 + } + }, + group=1001, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="High Alert", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Greed" + }, + skill=30456, + stats={ + [1]="50% increased Evasion Rating when on Full Life", + [2]="25% increased Stun Threshold while on Full Life" + } + }, + [30457]={ + connections={ + [1]={ + id=54416, + orbit=4 + }, + [2]={ + id=28982, + orbit=0 + } + }, + group=95, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=18, + skill=30457, + stats={ + [1]="15% increased Armour" + } + }, + [30459]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=1, + orbitIndex=3, + skill=30459, + stats={ + } + }, + [30463]={ + connections={ + [1]={ + id=58971, + orbit=-7 + }, + [2]={ + id=9968, + orbit=-6 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=2, + orbitIndex=3, + skill=30463, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [30523]={ + connections={ + [1]={ + id=35492, + orbit=0 + } + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Dead can Dance", + orbit=5, + orbitIndex=61, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Ire" + }, + skill=30523, + stats={ + [1]="Minions have 25% increased maximum Life", + [2]="Minions have 25% increased Evasion Rating" + } + }, + [30539]={ + connections={ + [1]={ + id=25620, + orbit=0 + } + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Corpses", + orbit=7, + orbitIndex=18, + skill=30539, + stats={ + [1]="5% chance to not destroy Corpses when Consuming Corpses" + } + }, + [30553]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=100, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=30553, + stats={ + } + }, + [30554]={ + connections={ + [1]={ + id=29611, + orbit=0 + } + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=7, + orbitIndex=20, + skill=30554, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [30555]={ + connections={ + [1]={ + id=53960, + orbit=3 + } + }, + group=743, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30555, + stats={ + [1]="+5 to any Attribute" + } + }, + [30562]={ + connections={ + [1]={ + id=11032, + orbit=0 + } + }, + group=944, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Inner Faith", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Isolation" + }, + skill=30562, + stats={ + [1]="20% increased Evasion Rating", + [2]="20% increased maximum Energy Shield", + [3]="25% reduced effect of Curses on you" + } + }, + [30615]={ + connections={ + }, + group=1216, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Critical Damage when consuming a Power Charge", + orbit=2, + orbitIndex=13, + skill=30615, + stats={ + [1]="20% increased Critical Damage Bonus if you've consumed a Power Charge Recently" + } + }, + [30634]={ + connections={ + }, + group=852, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=6, + skill=30634, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [30657]={ + connections={ + [1]={ + id=38463, + orbit=0 + }, + [2]={ + id=6842, + orbit=0 + }, + [3]={ + id=59064, + orbit=0 + }, + [4]={ + id=58848, + orbit=0 + }, + [5]={ + id=32891, + orbit=0 + } + }, + group=1117, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30657, + stats={ + [1]="+5 to any Attribute" + } + }, + [30662]={ + connections={ + [1]={ + id=26291, + orbit=0 + } + }, + group=202, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=4, + orbitIndex=32, + skill=30662, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [30695]={ + connections={ + [1]={ + id=13783, + orbit=0 + }, + [2]={ + id=19808, + orbit=0 + }, + [3]={ + id=56472, + orbit=0 + } + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/ClawsOfTheMagpie.dds", + isNotable=true, + isSwitchable=true, + name="Vile Wounds", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/eagleeye.dds", + id=53849, + name="Eagle Eye", + stats={ + [1]="+30 to Accuracy Rating", + [2]="10% increased Accuracy Rating" + } + } + }, + orbit=2, + orbitIndex=14, + skill=30695, + stats={ + [1]="33% increased Damage with Hits against Enemies affected by Ailments" + } + }, + [30704]={ + connections={ + [1]={ + id=22045, + orbit=0 + }, + [2]={ + id=17655, + orbit=0 + } + }, + group=474, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=20, + skill=30704, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [30720]={ + connections={ + [1]={ + id=20119, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + isNotable=true, + name="Entropic Incarnation", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Envy" + }, + skill=30720, + stats={ + [1]="Minions have +13% to Chaos Resistance", + [2]="Minions gain 10% of Physical Damage as Chaos Damage" + } + }, + [30736]={ + connections={ + [1]={ + id=52180, + orbit=-2 + } + }, + group=1274, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=13, + skill=30736, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [30748]={ + connections={ + [1]={ + id=21801, + orbit=0 + } + }, + group=1045, + icon="Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds", + isNotable=true, + name="Controlled Chaos", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Guilt" + }, + skill=30748, + stats={ + [1]="Maximum Volatility is 30" + } + }, + [30780]={ + connections={ + [1]={ + id=17112, + orbit=-2 + }, + [2]={ + id=5410, + orbit=-2 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Area and Damage", + orbit=2, + orbitIndex=15, + skill=30780, + stats={ + [1]="4% increased Area of Effect of Ancestrally Boosted Attacks", + [2]="Ancestrally Boosted Attacks deal 8% increased Damage" + } + }, + [30808]={ + connections={ + [1]={ + id=14267, + orbit=0 + }, + [2]={ + id=28101, + orbit=-4 + } + }, + group=1253, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30808, + stats={ + [1]="+5 to any Attribute" + } + }, + [30820]={ + connections={ + [1]={ + id=26786, + orbit=0 + } + }, + group=867, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage and Skill Duration", + orbit=7, + orbitIndex=16, + skill=30820, + stats={ + [1]="8% increased Attack Damage", + [2]="8% increased Skill Effect Duration" + } + }, + [30829]={ + connections={ + [1]={ + id=56999, + orbit=0 + } + }, + group=808, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=0, + skill=30829, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [30834]={ + connections={ + [1]={ + id=50216, + orbit=0 + }, + [2]={ + id=57967, + orbit=0 + } + }, + group=482, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=2, + skill=30834, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [30839]={ + connections={ + [1]={ + id=35671, + orbit=-3 + } + }, + group=1121, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Dexterity", + orbit=3, + orbitIndex=17, + skill=30839, + stats={ + [1]="2% increased Attack Speed", + [2]="+5 to Dexterity" + } + }, + [30871]={ + connections={ + [1]={ + id=12208, + orbit=0 + } + }, + group=1028, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=9, + skill=30871, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [30905]={ + connections={ + [1]={ + id=8697, + orbit=5 + }, + [2]={ + id=34201, + orbit=6 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=4, + orbitIndex=21, + skill=30905, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [30910]={ + connections={ + [1]={ + id=59647, + orbit=-7 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=2, + orbitIndex=13, + skill=30910, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [30973]={ + connections={ + [1]={ + id=49320, + orbit=0 + } + }, + group=1243, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Critical Chance", + orbit=6, + orbitIndex=34, + skill=30973, + stats={ + [1]="10% increased Critical Hit Chance with Daggers" + } + }, + [30979]={ + connections={ + [1]={ + id=46358, + orbit=0 + }, + [2]={ + id=44733, + orbit=0 + } + }, + group=457, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=30979, + stats={ + [1]="+5 to any Attribute" + } + }, + [30985]={ + connections={ + [1]={ + id=12324, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Chance", + orbit=2, + orbitIndex=10, + skill=30985, + stats={ + [1]="5% chance when collecting an Elemental Infusion to gain an", + [2]="additional Elemental Infusion of the same type" + } + }, + [30990]={ + connections={ + [1]={ + id=58939, + orbit=0 + } + }, + group=747, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=16, + skill=30990, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [30996]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=53762, + orbit=0 + }, + [2]={ + id=18146, + orbit=0 + } + }, + group=406, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingSameSupportMultipleTimes.dds", + isNotable=true, + name="Gem Studded", + orbit=0, + orbitIndex=0, + skill=30996, + stats={ + [1]="For each colour of Socketed Support Gem that is most numerous, gain:", + [2]="Red: Hits against you have no Critical Damage Bonus", + [3]="Blue: Skills have 30% less cost", + [4]="Green: 40% less Movement Speed Penalty from using Skills while Moving" + } + }, + [31017]={ + connections={ + [1]={ + id=26339, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=3, + orbitIndex=0, + skill=31017, + stats={ + [1]="15% increased Totem Damage" + } + }, + [31037]={ + connections={ + [1]={ + id=34866, + orbit=0 + } + }, + group=677, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Effect", + orbit=2, + orbitIndex=22, + skill=31037, + stats={ + [1]="Remnants have 10% increased effect" + } + }, + [31039]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=887, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=31039, + stats={ + } + }, + [31055]={ + connections={ + [1]={ + id=18969, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Speed", + orbit=2, + orbitIndex=19, + skill=31055, + stats={ + [1]="3% increased Attack Speed with Bows" + } + }, + [31112]={ + connections={ + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Critical Strike", + orbit=7, + orbitIndex=2, + skill=31112, + stats={ + [1]="15% increased Ballista Critical Hit Chance" + } + }, + [31116]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamagePerDarkness.dds", + isNotable=true, + name="Grasp of the Void", + orbit=8, + orbitIndex=24, + skill=31116, + stats={ + [1]="Grants Skill: Void Illusion" + } + }, + [31129]={ + connections={ + [1]={ + id=24889, + orbit=0 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Lifelong Friend", + orbit=1, + orbitIndex=1, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Ire" + }, + skill=31129, + stats={ + [1]="Minions Revive 35% faster if all your Minions are Companions" + } + }, + [31159]={ + connections={ + [1]={ + id=46017, + orbit=0 + }, + [2]={ + id=39131, + orbit=0 + } + }, + group=110, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration while Stationary", + orbit=7, + orbitIndex=4, + skill=31159, + stats={ + [1]="15% increased Life Regeneration Rate while stationary" + } + }, + [31172]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1121, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Falcon Technique", + orbit=5, + orbitIndex=51, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Despair" + }, + skill=31172, + stats={ + [1]="1% increased Attack Speed per 25 Dexterity" + } + }, + [31175]={ + connections={ + [1]={ + id=20119, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Grip of Evil", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Ire" + }, + skill=31175, + stats={ + [1]="Minions have 40% increased Critical Damage Bonus" + } + }, + [31189]={ + connections={ + [1]={ + id=28863, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + isNotable=true, + name="Unexpected Finesse", + orbit=4, + orbitIndex=12, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Isolation" + }, + skill=31189, + stats={ + [1]="10% increased Attack Damage", + [2]="30% increased Accuracy Rating while moving" + } + }, + [31223]={ + ascendancyName="Blood Mage", + connections={ + }, + group=814, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageGainLifeEnergyShield.dds", + isNotable=true, + name="Crimson Power", + orbit=0, + orbitIndex=0, + skill=31223, + stats={ + [1]="Gain additional maximum Life equal to 100% of the Item Energy Shield on Equipped Body Armour" + } + }, + [31238]={ + connections={ + [1]={ + id=48552, + orbit=0 + }, + [2]={ + id=45918, + orbit=0 + } + }, + group=353, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=31238, + stats={ + [1]="+5 to any Attribute" + } + }, + [31273]={ + connections={ + [1]={ + id=17372, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=2, + orbitIndex=4, + skill=31273, + stats={ + [1]="10% increased Melee Damage" + } + }, + [31284]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + [1]={ + id=21380, + orbit=0 + } + }, + group=1039, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=1, + orbitIndex=3, + skill=31284, + stats={ + } + }, + [31286]={ + connections={ + [1]={ + id=16140, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical", + orbit=3, + orbitIndex=14, + skill=31286, + stats={ + [1]="10% increased Physical Damage" + } + }, + [31292]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMacePattern", + connections={ + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMace.dds", + isOnlyImage=true, + name="Mace Mastery", + orbit=0, + orbitIndex=0, + skill=31292, + stats={ + } + }, + [31295]={ + connections={ + [1]={ + id=9352, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=3, + orbitIndex=4, + skill=31295, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [31326]={ + connections={ + [1]={ + id=44092, + orbit=0 + }, + [2]={ + id=11505, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Slow Burn", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Paranoia" + }, + skill=31326, + stats={ + [1]="20% increased Ignite Magnitude", + [2]="20% increased Ignite Duration on Enemies" + } + }, + [31345]={ + connections={ + [1]={ + id=55400, + orbit=0 + } + }, + group=1051, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=11, + skill=31345, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [31364]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern", + connections={ + }, + group=1203, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Primal Protection", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Paranoia" + }, + skill=31364, + stats={ + [1]="40% increased Charm Effect Duration", + [2]="40% increased Charm Charges gained" + } + }, + [31366]={ + connections={ + [1]={ + id=3843, + orbit=4 + } + }, + group=1160, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parry Stun Buildup", + orbit=3, + orbitIndex=17, + skill=31366, + stats={ + [1]="Parry has 20% increased Stun Buildup" + } + }, + [31370]={ + connections={ + [1]={ + id=32448, + orbit=2147483647 + } + }, + group=479, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Lightning Damage", + orbit=2, + orbitIndex=8, + skill=31370, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Lightning Damage" + } + }, + [31373]={ + connections={ + [1]={ + id=50561, + orbit=0 + }, + [2]={ + id=47173, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Vocal Empowerment", + orbit=4, + orbitIndex=63, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Despair" + }, + skill=31373, + stats={ + [1]="Warcries Empower an additional Attack" + } + }, + [31388]={ + connections={ + [1]={ + id=51394, + orbit=0 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=7, + skill=31388, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [31409]={ + connections={ + [1]={ + id=50437, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=2, + orbitIndex=3, + skill=31409, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [31419]={ + connections={ + [1]={ + id=35787, + orbit=3 + }, + [2]={ + id=53405, + orbit=4 + } + }, + group=351, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=7, + orbitIndex=9, + skill=31419, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [31433]={ + connections={ + [1]={ + id=21495, + orbit=-4 + }, + [2]={ + id=5348, + orbit=0 + } + }, + group=1088, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + isNotable=true, + name="Catalysis", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Paranoia" + }, + skill=31433, + stats={ + [1]="20% increased Elemental Damage with Attacks", + [2]="5% of Physical Damage from Hits taken as Damage of a Random Element" + } + }, + [31449]={ + connections={ + [1]={ + id=9444, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Critical Chance", + orbit=5, + orbitIndex=40, + skill=31449, + stats={ + [1]="12% increased Critical Hit Chance with Quarterstaves" + } + }, + [31545]={ + connections={ + [1]={ + id=8171, + orbit=0 + }, + [2]={ + id=3446, + orbit=0 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Attack Damage and Presence Area", + orbit=7, + orbitIndex=2, + skill=31545, + stats={ + [1]="10% increased Presence Area of Effect", + [2]="6% increased Attack Damage" + } + }, + [31566]={ + connections={ + [1]={ + id=7049, + orbit=0 + }, + [2]={ + id=54818, + orbit=9 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Armour while Surrounded", + orbit=3, + orbitIndex=23, + skill=31566, + stats={ + [1]="30% increased Armour while Surrounded" + } + }, + [31609]={ + connections={ + [1]={ + id=36163, + orbit=-4 + } + }, + group=365, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Shield Defences", + orbit=3, + orbitIndex=0, + skill=31609, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [31630]={ + connections={ + [1]={ + id=64474, + orbit=0 + } + }, + group=980, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=7, + skill=31630, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [31644]={ + connections={ + [1]={ + id=14739, + orbit=0 + }, + [2]={ + id=34058, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=23, + skill=31644, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [31647]={ + connections={ + [1]={ + id=23305, + orbit=0 + } + }, + group=1192, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=3, + orbitIndex=12, + skill=31647, + stats={ + [1]="+8 to Dexterity" + } + }, + [31650]={ + connections={ + [1]={ + id=16051, + orbit=0 + }, + [2]={ + id=31017, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=5, + orbitIndex=0, + skill=31650, + stats={ + [1]="15% increased Totem Damage" + } + }, + [31692]={ + connections={ + [1]={ + id=46197, + orbit=0 + } + }, + group=1128, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=3, + skill=31692, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [31697]={ + connections={ + [1]={ + id=51303, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Damage", + orbit=2, + orbitIndex=4, + skill=31697, + stats={ + [1]="10% increased Elemental Infusion duration" + } + }, + [31745]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=821, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Lockdown", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Despair" + }, + skill=31745, + stats={ + [1]="40% increased Attack Damage against Maimed Enemies", + [2]="Enemies are Maimed for 4 seconds after becoming Unpinned" + } + }, + [31746]={ + connections={ + [1]={ + id=32845, + orbit=4 + }, + [2]={ + id=41012, + orbit=-4 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Fire Penetration", + orbit=4, + orbitIndex=24, + skill=31746, + stats={ + [1]="Damage Penetrates 8% Fire Resistance" + } + }, + [31763]={ + connections={ + [1]={ + id=43155, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Critical Chance", + orbit=4, + orbitIndex=27, + skill=31763, + stats={ + [1]="10% increased Critical Hit Chance with Crossbows" + } + }, + [31765]={ + connections={ + [1]={ + id=59538, + orbit=0 + }, + [2]={ + id=722, + orbit=0 + }, + [3]={ + id=41886, + orbit=0 + }, + [4]={ + id=61421, + orbit=0 + } + }, + group=1220, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=31765, + stats={ + [1]="+5 to any Attribute" + } + }, + [31773]={ + connections={ + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds", + isNotable=true, + name="Resurging Archon", + orbit=7, + orbitIndex=1, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Disgust" + }, + skill=31773, + stats={ + [1]="Archon recovery period expires 25% faster" + } + }, + [31805]={ + connections={ + [1]={ + id=44461, + orbit=-3 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=3, + orbitIndex=15, + skill=31805, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [31826]={ + connections={ + [1]={ + id=24889, + orbit=0 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Long Distance Relationship", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Paranoia" + }, + skill=31826, + stats={ + [1]="30% increased Presence Area of Effect", + [2]="Minions have 15% increased Area of Effect" + } + }, + [31848]={ + connections={ + [1]={ + id=40117, + orbit=7 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns Ignore Armour", + orbit=7, + orbitIndex=0, + skill=31848, + stats={ + [1]="Thorns Damage has 25% chance to ignore Enemy Armour" + } + }, + [31855]={ + connections={ + }, + group=912, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=7, + skill=31855, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [31888]={ + connections={ + [1]={ + id=34300, + orbit=0 + } + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana Cost Efficiency", + orbit=2, + orbitIndex=4, + skill=31888, + stats={ + [1]="8% increased Mana Cost Efficiency" + } + }, + [31890]={ + connections={ + [1]={ + id=38827, + orbit=7 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=3, + orbitIndex=5, + skill=31890, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [31898]={ + connections={ + [1]={ + id=3921, + orbit=0 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=7, + orbitIndex=7, + skill=31898, + stats={ + [1]="6% increased Reservation Efficiency of Herald Skills" + } + }, + [31903]={ + connections={ + [1]={ + id=37612, + orbit=0 + }, + [2]={ + id=56605, + orbit=0 + }, + [3]={ + id=38010, + orbit=0 + } + }, + group=396, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=31903, + stats={ + [1]="+5 to any Attribute" + } + }, + [31908]={ + connections={ + [1]={ + id=5594, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=2, + orbitIndex=8, + skill=31908, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [31918]={ + connections={ + [1]={ + id=4534, + orbit=-3 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Pierce Chance", + orbit=7, + orbitIndex=15, + skill=31918, + stats={ + [1]="15% chance to Pierce an Enemy" + } + }, + [31925]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + [1]={ + id=24767, + orbit=5 + } + }, + group=338, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + isNotable=true, + name="Warding Fetish", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Envy" + }, + skill=31925, + stats={ + [1]="30% increased Damage per Curse on you", + [2]="30% reduced effect of Curses on you", + [3]="60% increased Energy Shield from Equipped Focus" + } + }, + [31928]={ + connections={ + [1]={ + id=50574, + orbit=0 + }, + [2]={ + id=15443, + orbit=0 + } + }, + group=882, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Life Recoup", + orbit=2, + orbitIndex=12, + skill=31928, + stats={ + [1]="6% of Physical Damage taken Recouped as Life" + } + }, + [31943]={ + connections={ + [1]={ + id=8382, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonCold.dds", + name="Cold Damage and Energy Shield Recharge Rate", + orbit=3, + orbitIndex=12, + skill=31943, + stats={ + [1]="6% increased Cold Damage", + [2]="8% increased Energy Shield Recharge Rate" + } + }, + [31950]={ + connections={ + [1]={ + id=58329, + orbit=0 + }, + [2]={ + id=8569, + orbit=0 + }, + [3]={ + id=21080, + orbit=0 + }, + [4]={ + id=7405, + orbit=0 + } + }, + group=787, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=12, + skill=31950, + stats={ + [1]="+5 to any Attribute" + } + }, + [31977]={ + connections={ + [1]={ + id=4828, + orbit=0 + }, + [2]={ + id=10314, + orbit=6 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=5, + orbitIndex=36, + skill=31977, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [31991]={ + connections={ + [1]={ + id=36070, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=7, + orbitIndex=15, + skill=31991, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [32009]={ + connections={ + [1]={ + id=36814, + orbit=0 + } + }, + group=700, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=2, + skill=32009, + stats={ + [1]="20% increased Curse Duration" + } + }, + [32016]={ + connections={ + [1]={ + id=5766, + orbit=-6 + }, + [2]={ + id=49984, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=7, + orbitIndex=19, + skill=32016, + stats={ + [1]="12% increased Spell Damage while wielding a Melee Weapon" + } + }, + [32040]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=972, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=32040, + stats={ + } + }, + [32054]={ + connections={ + [1]={ + id=62153, + orbit=0 + } + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Damage", + orbit=3, + orbitIndex=15, + skill=32054, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [32071]={ + connections={ + [1]={ + id=15427, + orbit=0 + }, + [2]={ + id=49111, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Primal Growth", + orbit=3, + orbitIndex=23, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Fear" + }, + skill=32071, + stats={ + [1]="15% increased Area of Effect if you've Killed Recently", + [2]="8% increased Area of Effect for Attacks" + } + }, + [32096]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern", + connections={ + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Companion Mastery", + orbit=0, + orbitIndex=0, + skill=32096, + stats={ + } + }, + [32123]={ + connections={ + [1]={ + id=54678, + orbit=0 + } + }, + group=1041, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=3, + orbitIndex=4, + skill=32123, + stats={ + [1]="15% increased chance to Shock" + } + }, + [32135]={ + connections={ + [1]={ + id=12322, + orbit=5 + }, + [2]={ + id=16484, + orbit=-9 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Charges Gained", + orbit=4, + orbitIndex=12, + skill=32135, + stats={ + [1]="10% increased Flask Charges gained" + } + }, + [32148]={ + connections={ + }, + group=63, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Rattling Ball", + orbit=2, + orbitIndex=23, + skill=32148, + stats={ + [1]="25% increased Damage with Flails" + } + }, + [32151]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + }, + group=535, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + isNotable=true, + name="Crystalline Resistance", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Despair" + }, + skill=32151, + stats={ + [1]="+1% to all Maximum Elemental Resistances if you have at", + [2]="least 5 Red, Green and Blue Support Gems Socketed" + } + }, + [32155]={ + connections={ + [1]={ + id=25700, + orbit=4 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Shock Chance", + orbit=7, + orbitIndex=16, + skill=32155, + stats={ + [1]="10% increased chance to Shock", + [2]="8% increased Elemental Damage" + } + }, + [32183]={ + connections={ + [1]={ + id=28371, + orbit=4 + } + }, + group=1149, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=32183, + stats={ + [1]="+5 to any Attribute" + } + }, + [32194]={ + connections={ + [1]={ + id=55933, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=60, + skill=32194, + stats={ + [1]="+5 to any Attribute" + } + }, + [32233]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + }, + group=674, + icon="Art/2DArt/SkillIcons/passives/MasteryDuration.dds", + isOnlyImage=true, + name="Duration Mastery", + orbit=2, + orbitIndex=21, + skill=32233, + stats={ + } + }, + [32241]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=1035, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=32241, + stats={ + } + }, + [32258]={ + connections={ + [1]={ + id=19644, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=8, + skill=32258, + stats={ + [1]="Minions have 12% increased maximum Life" + } + }, + [32271]={ + connections={ + [1]={ + id=54311, + orbit=-2 + } + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Critical Ignite Magnitude", + orbit=7, + orbitIndex=15, + skill=32271, + stats={ + [1]="15% increased Magnitude of Ignite you inflict with Critical Hits" + } + }, + [32274]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=32274, + stats={ + } + }, + [32278]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=398, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=7, + orbitIndex=11, + skill=32278, + stats={ + } + }, + [32301]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=50277, + orbit=0 + } + }, + group=1126, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Frazzled", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Paranoia" + }, + skill=32301, + stats={ + [1]="15% increased Mana Regeneration Rate", + [2]="30% increased Magnitude of Shock you inflict" + } + }, + [32309]={ + connections={ + [1]={ + id=59070, + orbit=2 + } + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Duration", + orbit=3, + orbitIndex=16, + skill=32309, + stats={ + [1]="15% increased Archon Buff duration" + } + }, + [32349]={ + connections={ + [1]={ + id=3446, + orbit=0 + } + }, + group=137, + icon="Art/2DArt/SkillIcons/passives/GiantBloodKeystone.dds", + isKeystone=true, + name="Giant's Blood", + orbit=0, + orbitIndex=0, + skill=32349, + stats={ + [1]="You can wield Two-Handed Axes, Maces and Swords in one hand", + [2]="Triple Attribute requirements of Martial Weapons", + [3]="Inherent Life granted by Strength is halved" + } + }, + [32353]={ + connections={ + }, + group=159, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + isNotable=true, + name="Swift Claw", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Despair" + }, + skill=32353, + stats={ + [1]="25% increased Attack Damage" + } + }, + [32354]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern", + connections={ + [1]={ + id=6626, + orbit=-2 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Defiance", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Ire" + }, + skill=32354, + stats={ + [1]="120% increased Armour and Evasion Rating when on Low Life" + } + }, + [32404]={ + connections={ + [1]={ + id=15618, + orbit=6 + }, + [2]={ + id=5501, + orbit=0 + }, + [3]={ + id=22290, + orbit=-6 + } + }, + group=630, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Chance", + orbit=2, + orbitIndex=18, + skill=32404, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [32416]={ + connections={ + [1]={ + id=27726, + orbit=-3 + } + }, + group=470, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Sturdy Metal", + orbit=2, + orbitIndex=16, + skill=32416, + stats={ + [1]="80% increased Armour from Equipped Body Armour" + } + }, + [32427]={ + connections={ + [1]={ + id=4456, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=18, + skill=32427, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [32436]={ + connections={ + [1]={ + id=5332, + orbit=2147483647 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=2, + orbitIndex=14, + skill=32436, + stats={ + [1]="+8 to Intelligence" + } + }, + [32438]={ + connections={ + [1]={ + id=55149, + orbit=4 + } + }, + group=1094, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=32438, + stats={ + [1]="11% increased Chaos Damage" + } + }, + [32442]={ + connections={ + [1]={ + id=2361, + orbit=0 + } + }, + group=1272, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Stun and Knockback", + orbit=0, + orbitIndex=0, + skill=32442, + stats={ + [1]="20% increased Knockback Distance", + [2]="20% increased Stun Buildup with Quarterstaves" + } + }, + [32448]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=479, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Shockproof", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Disgust" + }, + skill=32448, + stats={ + [1]="+30% of Armour also applies to Lightning Damage", + [2]="30% reduced effect of Shock on you" + } + }, + [32474]={ + connections={ + [1]={ + id=29611, + orbit=0 + }, + [2]={ + id=47931, + orbit=0 + }, + [3]={ + id=55888, + orbit=0 + } + }, + group=94, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=32474, + stats={ + [1]="+5 to any Attribute" + } + }, + [32507]={ + connections={ + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + isNotable=true, + name="Cut to the Bone", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Isolation" + }, + skill=32507, + stats={ + [1]="Break Armour on Critical Hit with Spells equal to 10% of Physical Damage dealt", + [2]="20% increased Magnitude of Impales inflicted with Spells", + [3]="20% increased Physical Damage" + } + }, + [32509]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=32509, + stats={ + } + }, + [32523]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=1546, + orbit=0 + } + }, + group=499, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=32523, + stats={ + } + }, + [32534]={ + ascendancyName="Titan", + connections={ + [1]={ + id=35453, + orbit=0 + }, + [2]={ + id=19424, + orbit=0 + }, + [3]={ + id=13715, + orbit=0 + }, + [4]={ + id=51690, + orbit=0 + }, + [5]={ + id=29323, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Titan", + orbit=9, + orbitIndex=96, + skill=32534, + stats={ + } + }, + [32543]={ + connections={ + }, + group=1231, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Unhindered", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=32543, + stats={ + [1]="20% reduced Slowing Potency of Debuffs on You", + [2]="12% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [32545]={ + connections={ + [1]={ + id=61196, + orbit=4 + } + }, + group=820, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + name="Skill Speed", + orbit=2, + orbitIndex=2, + skill=32545, + stats={ + [1]="3% increased Skill Speed" + } + }, + [32559]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=46535, + orbit=0 + } + }, + group=210, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=32559, + stats={ + [1]="6% increased Cooldown Recovery Rate" + } + }, + [32560]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=16249, + orbit=0 + } + }, + group=227, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Presence Area", + orbit=0, + orbitIndex=0, + skill=32560, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [32561]={ + connections={ + [1]={ + id=51825, + orbit=0 + } + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=3, + orbitIndex=15, + skill=32561, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [32564]={ + connections={ + [1]={ + id=37519, + orbit=0 + }, + [2]={ + id=39207, + orbit=0 + } + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Movement Speed and Slow Effect on You", + orbit=0, + orbitIndex=0, + skill=32564, + stats={ + [1]="1% increased Movement Speed", + [2]="4% reduced Slowing Potency of Debuffs on You" + } + }, + [32597]={ + connections={ + [1]={ + id=12777, + orbit=0 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=3, + skill=32597, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [32600]={ + connections={ + [1]={ + id=6304, + orbit=0 + }, + [2]={ + id=20303, + orbit=-7 + } + }, + group=295, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=12, + skill=32600, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [32637]={ + ascendancyName="Tactician", + connections={ + }, + group=291, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianEvasionArmourHigher.dds", + isNotable=true, + name="Stay Light, Use Cover", + orbit=0, + orbitIndex=0, + skill=32637, + stats={ + [1]="Defend with 200% of Armour", + [2]="Enemies have an Accuracy Penalty against you based on Distance", + [3]="Maximum Chance to Evade is 50%", + [4]="Maximum Physical Damage Reduction is 50%" + } + }, + [32655]={ + connections={ + [1]={ + id=33514, + orbit=0 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Tandem Assault", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Ire" + }, + skill=32655, + stats={ + [1]="20% increased Culling Strike Threshold", + [2]="Culling Strike against Beasts while your Companion is in your Presence" + } + }, + [32660]={ + connections={ + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=21, + skill=32660, + stats={ + [1]="20% increased Critical Hit Chance if you have Killed Recently" + } + }, + [32664]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=1053, + icon="Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds", + isNotable=true, + name="Chakra of Breathing", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Guilt" + }, + skill=32664, + stats={ + [1]="1% increased Energy Shield Recharge Rate per 4 Dexterity", + [2]="20% increased Evasion Rating while you have Energy Shield" + } + }, + [32672]={ + connections={ + [1]={ + id=4031, + orbit=0 + }, + [2]={ + id=9928, + orbit=0 + } + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze and Chill Resistance", + orbit=3, + orbitIndex=12, + skill=32672, + stats={ + [1]="5% reduced Effect of Chill on you", + [2]="10% increased Freeze Threshold" + } + }, + [32681]={ + connections={ + [1]={ + id=32664, + orbit=0 + }, + [2]={ + id=38668, + orbit=2147483647 + } + }, + group=1053, + icon="Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds", + name="Energy Shield Recharge and Delay", + orbit=7, + orbitIndex=7, + skill=32681, + stats={ + [1]="8% increased Energy Shield Recharge Rate", + [2]="8% faster start of Energy Shield Recharge" + } + }, + [32683]={ + connections={ + [1]={ + id=53149, + orbit=0 + }, + [2]={ + id=54413, + orbit=0 + } + }, + group=854, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Essence of the Mountain", + orbit=4, + orbitIndex=30, + skill=32683, + stats={ + [1]="Gain 5% of Damage as Extra Cold Damage", + [2]="20% increased Freeze Buildup" + } + }, + [32699]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=7793, + orbit=0 + }, + [2]={ + id=23880, + orbit=0 + }, + [3]={ + id=24135, + orbit=0 + }, + [4]={ + id=39470, + orbit=4 + }, + [5]={ + id=64379, + orbit=-9 + }, + [6]={ + id=63484, + orbit=-9 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Infernalist", + orbit=9, + orbitIndex=0, + skill=32699, + stats={ + } + }, + [32701]={ + connections={ + [1]={ + id=21746, + orbit=0 + }, + [2]={ + id=26598, + orbit=0 + }, + [3]={ + id=22115, + orbit=0 + }, + [4]={ + id=43877, + orbit=0 + } + }, + group=922, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=18, + skill=32701, + stats={ + [1]="+5 to any Attribute" + } + }, + [32721]={ + connections={ + [1]={ + id=10011, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Distracted Target", + orbit=7, + orbitIndex=11, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Despair" + }, + skill=32721, + stats={ + [1]="50% increased Critical Hit Chance against Blinded Enemies" + } + }, + [32727]={ + connections={ + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Armour Break", + orbit=2, + orbitIndex=23, + skill=32727, + stats={ + [1]="Break Armour on Critical Hit with Spells equal to 5% of Physical Damage dealt" + } + }, + [32745]={ + connections={ + [1]={ + id=50104, + orbit=0 + }, + [2]={ + id=61179, + orbit=0 + } + }, + group=389, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=0, + orbitIndex=0, + skill=32745, + stats={ + [1]="10% increased Physical Damage" + } + }, + [32763]={ + connections={ + }, + group=1276, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=6, + skill=32763, + stats={ + } + }, + [32771]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=34817, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Darkness", + orbit=9, + orbitIndex=55, + skill=32771, + stats={ + [1]="10% increased maximum Darkness" + } + }, + [32777]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/AltMinionDamageHeraldMastery.dds", + isOnlyImage=true, + name="Shapeshifting Mastery", + orbit=2, + orbitIndex=0, + skill=32777, + stats={ + } + }, + [32799]={ + connections={ + [1]={ + id=23961, + orbit=0 + }, + [2]={ + id=32096, + orbit=0 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Man's Beast Friend", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Greed" + }, + skill=32799, + stats={ + [1]="5% of Damage from Hits is taken from your Damageable Companion's Life before you", + [2]="20% increased Defences while your Companion is in your Presence" + } + }, + [32813]={ + connections={ + [1]={ + id=59600, + orbit=-7 + }, + [2]={ + id=35809, + orbit=0 + } + }, + group=1026, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=12, + skill=32813, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [32818]={ + connections={ + [1]={ + id=48135, + orbit=4 + } + }, + group=850, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=7, + orbitIndex=6, + skill=32818, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [32845]={ + connections={ + [1]={ + id=64819, + orbit=4 + }, + [2]={ + id=47931, + orbit=0 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Fire Damage", + orbit=5, + orbitIndex=36, + skill=32845, + stats={ + [1]="10% increased Fire Damage" + } + }, + [32847]={ + connections={ + }, + group=174, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Command Skill Damage", + orbit=0, + orbitIndex=0, + skill=32847, + stats={ + [1]="Minions deal 20% increased Damage with Command Skills" + } + }, + [32856]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=3605, + orbit=0 + }, + [2]={ + id=10987, + orbit=9 + } + }, + group=316, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=32856, + stats={ + [1]="6% increased Cooldown Recovery Rate" + } + }, + [32885]={ + connections={ + [1]={ + id=6689, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=4, + orbitIndex=33, + skill=32885, + stats={ + [1]="5% increased Block chance" + } + }, + [32891]={ + connections={ + [1]={ + id=331, + orbit=-2 + }, + [2]={ + id=22329, + orbit=-7 + } + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection and Evasion", + orbit=7, + orbitIndex=7, + skill=32891, + stats={ + [1]="8% increased Evasion Rating", + [2]="Gain Deflection Rating equal to 3% of Evasion Rating" + } + }, + [32896]={ + connections={ + }, + group=1100, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=7, + orbitIndex=9, + skill=32896, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [32923]={ + connections={ + [1]={ + id=58215, + orbit=4 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Arcane Surge Effect and Life Regeneration", + orbit=7, + orbitIndex=0, + skill=32923, + stats={ + [1]="5% increased Life Regeneration rate", + [2]="10% increased effect of Arcane Surge on you" + } + }, + [32943]={ + connections={ + [1]={ + id=16938, + orbit=0 + }, + [2]={ + id=29930, + orbit=0 + }, + [3]={ + id=16484, + orbit=0 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=4, + orbitIndex=67, + skill=32943, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [32951]={ + connections={ + [1]={ + id=39280, + orbit=0 + }, + [2]={ + id=41522, + orbit=0 + } + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Preservation", + orbit=3, + orbitIndex=17, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Ire" + }, + skill=32951, + stats={ + [1]="25% increased Skill Effect Duration" + } + }, + [32952]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=280, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelStrSkillGems.dds", + isMultipleChoiceOption=true, + name="Bolstering Implants", + orbit=0, + orbitIndex=0, + skill=32952, + stats={ + [1]="+2 to Level of all Skills with a Strength requirement" + } + }, + [32976]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + [1]={ + id=14428, + orbit=0 + }, + [2]={ + id=38776, + orbit=0 + }, + [3]={ + id=34202, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + isNotable=true, + name="Gem Enthusiast", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Suffering" + }, + skill=32976, + stats={ + [1]="5% increased Maximum Life if you have at least 10 Red Support Gems Socketed", + [2]="5% increased Maximum Mana if you have at least 10 Blue Support Gems Socketed", + [3]="5% increased Movement Speed if you have at least 10 Green Support Gems Socketed" + } + }, + [33037]={ + connections={ + [1]={ + id=47683, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Chaining Projectiles", + orbit=3, + orbitIndex=2, + skill=33037, + stats={ + [1]="Projectiles have 5% chance to Chain an additional time from terrain" + } + }, + [33053]={ + connections={ + }, + group=793, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=22, + skill=33053, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [33059]={ + connections={ + [1]={ + id=2841, + orbit=0 + } + }, + group=779, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Back in Action", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Greed" + }, + skill=33059, + stats={ + [1]="80% increased Stun Recovery" + } + }, + [33093]={ + connections={ + [1]={ + id=30077, + orbit=0 + } + }, + group=1175, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Effervescent", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Envy" + }, + skill=33093, + stats={ + [1]="4% increased Cast Speed for each different Non-Instant Spell you've Cast Recently" + } + }, + [33099]={ + connections={ + [1]={ + id=25029, + orbit=0 + } + }, + group=1086, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Hunter's Talisman", + orbit=4, + orbitIndex=27, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=33099, + stats={ + [1]="+1 Charm Slot" + } + }, + [33112]={ + connections={ + [1]={ + id=10881, + orbit=-7 + } + }, + group=902, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Focus Energy Shield", + orbit=3, + orbitIndex=12, + skill=33112, + stats={ + [1]="40% increased Energy Shield from Equipped Focus" + } + }, + [33137]={ + connections={ + [1]={ + id=36894, + orbit=0 + }, + [2]={ + id=17330, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Damage", + orbit=2, + orbitIndex=17, + skill=33137, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [33141]={ + ascendancyName="Lich", + connections={ + [1]={ + id=33570, + orbit=4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Life", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=30732, + name="Life", + stats={ + [1]="3% increased maximum Life" + } + } + }, + orbit=9, + orbitIndex=9, + skill=33141, + stats={ + [1]="3% increased maximum Life" + } + }, + [33180]={ + connections={ + [1]={ + id=46989, + orbit=0 + }, + [2]={ + id=60269, + orbit=0 + } + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=7, + orbitIndex=15, + skill=33180, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [33209]={ + connections={ + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Cast and Attack Speed", + orbit=4, + orbitIndex=2, + skill=33209, + stats={ + [1]="Spells Cast by Totems have 4% increased Cast Speed", + [2]="Attacks used by Totems have 4% increased Attack Speed" + } + }, + [33216]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=581, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Deep Wounds", + orbit=2, + orbitIndex=10, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Paranoia" + }, + skill=33216, + stats={ + [1]="Attack Hits Aggravate any Bleeding on targets which is older than 4 seconds" + } + }, + [33221]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + [1]={ + id=26331, + orbit=0 + }, + [2]={ + id=19722, + orbit=0 + }, + [3]={ + id=4959, + orbit=0 + } + }, + group=1071, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=33221, + stats={ + } + }, + [33225]={ + connections={ + }, + group=765, + icon="Art/2DArt/SkillIcons/passives/FireResistNode.dds", + name="Minion Fire Resistance", + orbit=0, + orbitIndex=0, + skill=33225, + stats={ + [1]="Minions have +3% to Maximum Fire Resistances", + [2]="Minions have +20% to Fire Resistance" + } + }, + [33229]={ + connections={ + [1]={ + id=64996, + orbit=0 + }, + [2]={ + id=6161, + orbit=0 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Haemorrhaging Cuts", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Paranoia" + }, + skill=33229, + stats={ + [1]="Enemies you inflict Bleeding on cannot Regenerate Life" + } + }, + [33240]={ + connections={ + [1]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Lord of Horrors", + orbit=5, + orbitIndex=71, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Ire" + }, + skill=33240, + stats={ + [1]="12% increased Reservation Efficiency of Minion Skills" + } + }, + [33242]={ + connections={ + [1]={ + id=15838, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Ailment Chance", + orbit=5, + orbitIndex=2, + skill=33242, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [33244]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern", + connections={ + }, + group=290, + icon="Art/2DArt/SkillIcons/passives/AltAttackDamageMastery.dds", + isOnlyImage=true, + name="Rage Mastery", + orbit=0, + orbitIndex=0, + skill=33244, + stats={ + } + }, + [33245]={ + connections={ + [1]={ + id=9151, + orbit=0 + }, + [2]={ + id=31918, + orbit=-2 + }, + [3]={ + id=45331, + orbit=2 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=1, + orbitIndex=3, + skill=33245, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [33254]={ + connections={ + }, + group=612, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=2, + orbitIndex=1, + skill=33254, + stats={ + [1]="10% increased Spell Damage" + } + }, + [33345]={ + connections={ + [1]={ + id=61923, + orbit=0 + }, + [2]={ + id=10131, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=4, + orbitIndex=14, + skill=33345, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [33348]={ + connections={ + }, + group=1183, + icon="Art/2DArt/SkillIcons/passives/auraareaofeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=7, + skill=33348, + stats={ + [1]="25% increased Presence Area of Effect" + } + }, + [33366]={ + connections={ + [1]={ + id=10944, + orbit=-3 + } + }, + group=1036, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=14, + skill=33366, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [33369]={ + connections={ + }, + group=537, + icon="Art/2DArt/SkillIcons/passives/vaalpact.dds", + isKeystone=true, + name="Vaal Pact", + orbit=0, + orbitIndex=0, + skill=33369, + stats={ + [1]="Life Leech is Instant", + [2]="Cannot use Life Flasks" + } + }, + [33391]={ + connections={ + [1]={ + id=56330, + orbit=0 + }, + [2]={ + id=49661, + orbit=0 + } + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Critical Bleeding Effect", + orbit=3, + orbitIndex=5, + skill=33391, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict with Critical Hits" + } + }, + [33393]={ + connections={ + [1]={ + id=41747, + orbit=7 + } + }, + group=72, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Damage", + orbit=5, + orbitIndex=60, + skill=33393, + stats={ + [1]="10% increased Damage with Flails" + } + }, + [33397]={ + connections={ + [1]={ + id=39594, + orbit=0 + } + }, + group=429, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=2, + orbitIndex=21, + skill=33397, + stats={ + [1]="12% increased Fire Damage" + } + }, + [33402]={ + connections={ + [1]={ + id=58125, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Defences", + orbit=4, + orbitIndex=54, + skill=33402, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [33404]={ + connections={ + [1]={ + id=57821, + orbit=0 + } + }, + group=1140, + icon="Art/2DArt/SkillIcons/passives/EternalYouth.dds", + isKeystone=true, + name="Eternal Youth", + orbit=0, + orbitIndex=0, + skill=33404, + stats={ + [1]="Life Recharges instead of Energy Shield", + [2]="50% less Life Recovery from Flasks" + } + }, + [33415]={ + connections={ + [1]={ + id=31763, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Critical Chance", + orbit=4, + orbitIndex=31, + skill=33415, + stats={ + [1]="10% increased Critical Hit Chance with Crossbows" + } + }, + [33445]={ + connections={ + [1]={ + id=30143, + orbit=-2 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=7, + orbitIndex=3, + skill=33445, + stats={ + [1]="5% increased Block chance" + } + }, + [33452]={ + connections={ + [1]={ + id=23192, + orbit=-6 + }, + [2]={ + id=52796, + orbit=9 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=5, + orbitIndex=54, + skill=33452, + stats={ + [1]="5% increased Block chance" + } + }, + [33463]={ + connections={ + [1]={ + id=41877, + orbit=6 + }, + [2]={ + id=31286, + orbit=0 + }, + [3]={ + id=45304, + orbit=0 + } + }, + group=1147, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=33463, + stats={ + [1]="+5 to any Attribute" + } + }, + [33502]={ + connections={ + }, + group=139, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=12, + skill=33502, + stats={ + [1]="10% increased Attack Damage" + } + }, + [33514]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern", + connections={ + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Companion Mastery", + orbit=0, + orbitIndex=0, + skill=33514, + stats={ + } + }, + [33518]={ + connections={ + [1]={ + id=63579, + orbit=6 + } + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Slow Effect on You", + orbit=4, + orbitIndex=34, + skill=33518, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [33556]={ + connections={ + [1]={ + id=55473, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=2, + skill=33556, + stats={ + [1]="8% increased Melee Damage" + } + }, + [33570]={ + ascendancyName="Lich", + connections={ + [1]={ + id=36696, + orbit=5 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichManaRegenBasedOnMaxLife.dds", + isNotable=true, + isSwitchable=true, + name="Soulless Form", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich" + } + }, + orbit=9, + orbitIndex=20, + skill=33570, + stats={ + [1]="10% of Damage taken bypasses Energy Shield", + [2]="No inherent Mana Regeneration", + [3]="Regenerate Mana equal to 6% of maximum Life per second" + } + }, + [33585]={ + connections={ + [1]={ + id=24889, + orbit=0 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Unspoken Bond", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Envy" + }, + skill=33585, + stats={ + [1]="Companions have +30% to Chaos Resistance", + [2]="Companions have +30% to all Elemental Resistances" + } + }, + [33590]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=85, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=33590, + stats={ + } + }, + [33596]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds", + isOnlyImage=true, + name="Crossbow Mastery", + orbit=0, + orbitIndex=0, + skill=33596, + stats={ + } + }, + [33601]={ + connections={ + [1]={ + id=2863, + orbit=0 + } + }, + group=160, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill and Freeze Duration", + orbit=2, + orbitIndex=0, + skill=33601, + stats={ + [1]="10% increased Chill and Freeze Duration on Enemies" + } + }, + [33604]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=498, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=33604, + stats={ + } + }, + [33612]={ + connections={ + [1]={ + id=8983, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=1, + orbitIndex=8, + skill=33612, + stats={ + [1]="Minions deal 12% increased Damage" + } + }, + [33618]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + [1]={ + id=39990, + orbit=0 + } + }, + group=464, + icon="Art/2DArt/SkillIcons/passives/MasteryDuration.dds", + isOnlyImage=true, + name="Duration Mastery", + orbit=2, + orbitIndex=10, + skill=33618, + stats={ + } + }, + [33639]={ + connections={ + [1]={ + id=8782, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infused Spell Damage", + orbit=2, + orbitIndex=16, + skill=33639, + stats={ + [1]="12% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [33646]={ + connections={ + [1]={ + id=47469, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds", + isNotable=true, + name="Archon of the Flame", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Isolation" + }, + skill=33646, + stats={ + [1]="20% chance to gain Flame Archon when you Ignite an Enemy" + } + }, + [33713]={ + connections={ + [1]={ + id=57462, + orbit=-2 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Speed", + orbit=2, + orbitIndex=17, + skill=33713, + stats={ + [1]="8% increased Projectile Speed" + } + }, + [33722]={ + connections={ + [1]={ + id=4140, + orbit=0 + }, + [2]={ + id=6222, + orbit=0 + }, + [3]={ + id=55048, + orbit=0 + } + }, + group=120, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=33722, + stats={ + [1]="+5 to any Attribute" + } + }, + [33729]={ + connections={ + [1]={ + id=45712, + orbit=4 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Flammability Magnitude", + orbit=4, + orbitIndex=66, + skill=33729, + stats={ + [1]="10% increased Flammability Magnitude", + [2]="8% increased Elemental Damage" + } + }, + [33736]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=61991, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Skill Speed", + orbit=9, + orbitIndex=86, + skill=33736, + stats={ + [1]="4% increased Skill Speed" + } + }, + [33751]={ + connections={ + [1]={ + id=12451, + orbit=7 + } + }, + group=915, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=7, + orbitIndex=18, + skill=33751, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [33781]={ + connections={ + [1]={ + id=65493, + orbit=2 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area and Presence", + orbit=7, + orbitIndex=20, + skill=33781, + stats={ + [1]="15% reduced Presence Area of Effect", + [2]="6% increased Area of Effect" + } + }, + [33797]={ + connections={ + [1]={ + id=61703, + orbit=5 + } + }, + group=131, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=15, + skill=33797, + stats={ + [1]="10% increased Attack Damage" + } + }, + [33812]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=38769, + orbit=0 + }, + [2]={ + id=18585, + orbit=5 + }, + [3]={ + id=25935, + orbit=5 + }, + [4]={ + id=1994, + orbit=4 + }, + [5]={ + id=39365, + orbit=3 + } + }, + group=35, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Brute", + orbit=6, + orbitIndex=48, + skill=33812, + stats={ + } + }, + [33815]={ + connections={ + [1]={ + id=35644, + orbit=6 + } + }, + group=953, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=2, + orbitIndex=5, + skill=33815, + stats={ + [1]="10% increased Poison Duration" + } + }, + [33823]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=946, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=33823, + stats={ + } + }, + [33830]={ + connections={ + [1]={ + id=35031, + orbit=-2 + } + }, + group=1279, + icon="Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=5, + skill=33830, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [33848]={ + connections={ + [1]={ + id=47677, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Speed", + orbit=4, + orbitIndex=51, + skill=33848, + stats={ + [1]="8% increased Projectile Speed" + } + }, + [33866]={ + connections={ + [1]={ + id=49220, + orbit=0 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=4, + skill=33866, + stats={ + [1]="8% increased Attack Damage" + } + }, + [33887]={ + connections={ + [1]={ + id=61432, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Full Salvo", + orbit=4, + orbitIndex=7, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Greed" + }, + skill=33887, + stats={ + [1]="25% increased Damage with Crossbows for each type of Ammunition fired in the past 10 seconds" + } + }, + [33914]={ + connections={ + [1]={ + id=21935, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield and Mana Regeneration", + orbit=3, + orbitIndex=2, + skill=33914, + stats={ + [1]="10% increased maximum Energy Shield", + [2]="6% increased Mana Regeneration Rate" + } + }, + [33922]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=6950, + orbit=0 + } + }, + group=727, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Stripped Defences", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Disgust" + }, + skill=33922, + stats={ + [1]="Exposure you inflict lowers Resistances by an additional 5%" + } + }, + [33939]={ + connections={ + [1]={ + id=62034, + orbit=0 + } + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/coldresist.dds", + name="Armour Applies to Cold Damage Hits", + orbit=3, + orbitIndex=2, + skill=33939, + stats={ + [1]="+15% of Armour also applies to Cold Damage" + } + }, + [33946]={ + connections={ + [1]={ + id=34074, + orbit=0 + }, + [2]={ + id=57227, + orbit=0 + } + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=7, + orbitIndex=9, + skill=33946, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [33964]={ + connections={ + [1]={ + id=64295, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Critical Chance", + orbit=4, + orbitIndex=49, + skill=33964, + stats={ + [1]="10% increased Critical Hit Chance with Traps" + } + }, + [33974]={ + connections={ + [1]={ + id=31189, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=4, + orbitIndex=18, + skill=33974, + stats={ + [1]="6% increased Attack Damage", + [2]="5% increased Accuracy Rating" + } + }, + [33978]={ + connections={ + [1]={ + id=31609, + orbit=7 + }, + [2]={ + id=62581, + orbit=0 + } + }, + group=365, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + isNotable=true, + name="Unstoppable Barrier", + orbit=7, + orbitIndex=21, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Ire" + }, + skill=33978, + stats={ + [1]="10% increased Block chance", + [2]="15% reduced Slowing Potency of Debuffs on You" + } + }, + [33979]={ + connections={ + [1]={ + id=4059, + orbit=0 + } + }, + group=935, + icon="Art/2DArt/SkillIcons/passives/KeystoneConduit.dds", + isKeystone=true, + name="Conduit", + orbit=0, + orbitIndex=0, + skill=33979, + stats={ + [1]="If you would gain a Charge, Allies in your Presence gain that Charge instead" + } + }, + [34006]={ + connections={ + [1]={ + id=15408, + orbit=3 + } + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=2, + orbitIndex=19, + skill=34006, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [34015]={ + connections={ + [1]={ + id=22927, + orbit=0 + } + }, + group=1222, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=34015, + stats={ + [1]="+5 to any Attribute" + } + }, + [34030]={ + connections={ + [1]={ + id=47441, + orbit=0 + }, + [2]={ + id=13634, + orbit=0 + }, + [3]={ + id=42614, + orbit=0 + } + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Life", + orbit=0, + orbitIndex=0, + skill=34030, + stats={ + [1]="Offerings have 15% increased Maximum Life" + } + }, + [34058]={ + connections={ + [1]={ + id=59376, + orbit=-6 + }, + [2]={ + id=4456, + orbit=0 + } + }, + group=556, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=34058, + stats={ + [1]="+5 to any Attribute" + } + }, + [34061]={ + connections={ + [1]={ + id=52442, + orbit=5 + }, + [2]={ + id=38057, + orbit=0 + } + }, + group=654, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=5, + orbitIndex=55, + skill=34061, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [34074]={ + connections={ + [1]={ + id=23259, + orbit=4 + } + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=2, + orbitIndex=13, + skill=34074, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [34076]={ + connections={ + [1]={ + id=37244, + orbit=3 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block Recovery", + orbit=7, + orbitIndex=12, + skill=34076, + stats={ + [1]="25% increased Block Recovery" + } + }, + [34090]={ + connections={ + [1]={ + id=14655, + orbit=7 + }, + [2]={ + id=64870, + orbit=-7 + } + }, + group=282, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Fire Damage", + orbit=7, + orbitIndex=0, + skill=34090, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Fire Damage" + } + }, + [34096]={ + connections={ + [1]={ + id=58096, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=3, + orbitIndex=4, + skill=34096, + stats={ + [1]="10% increased Spell Damage" + } + }, + [34136]={ + connections={ + [1]={ + id=29479, + orbit=-5 + } + }, + group=858, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=1, + skill=34136, + stats={ + [1]="+5 to any Attribute" + } + }, + [34168]={ + connections={ + [1]={ + id=16123, + orbit=0 + }, + [2]={ + id=4157, + orbit=0 + }, + [3]={ + id=55088, + orbit=0 + } + }, + group=815, + icon="Art/2DArt/SkillIcons/passives/CriticalStrikesNotable.dds", + isNotable=true, + name="Crashing Wave", + orbit=7, + orbitIndex=22, + skill=34168, + stats={ + [1]="36% increased Damage if you've dealt a Critical Hit in the past 8 seconds" + } + }, + [34199]={ + connections={ + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Critical Damage", + orbit=4, + orbitIndex=55, + skill=34199, + stats={ + [1]="Minions have 15% increased Critical Damage Bonus" + } + }, + [34201]={ + connections={ + [1]={ + id=24922, + orbit=0 + }, + [2]={ + id=46882, + orbit=0 + }, + [3]={ + id=17316, + orbit=0 + } + }, + group=973, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=34201, + stats={ + [1]="+5 to any Attribute" + } + }, + [34202]={ + connections={ + [1]={ + id=49285, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=3, + orbitIndex=18, + skill=34202, + stats={ + [1]="+8 to Strength" + } + }, + [34210]={ + connections={ + [1]={ + id=54811, + orbit=0 + }, + [2]={ + id=64939, + orbit=0 + } + }, + group=313, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=0, + orbitIndex=0, + skill=34210, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [34233]={ + connections={ + [1]={ + id=16123, + orbit=0 + }, + [2]={ + id=32545, + orbit=0 + } + }, + group=820, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + isNotable=true, + name="Flow State", + orbit=2, + orbitIndex=22, + skill=34233, + stats={ + [1]="5% increased Skill Speed", + [2]="15% increased Mana Regeneration Rate" + } + }, + [34248]={ + connections={ + [1]={ + id=37327, + orbit=7 + } + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=20, + skill=34248, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [34290]={ + connections={ + [1]={ + id=57832, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude", + orbit=2, + orbitIndex=4, + skill=34290, + stats={ + [1]="10% increased Ignite Magnitude" + } + }, + [34300]={ + connections={ + [1]={ + id=45481, + orbit=0 + }, + [2]={ + id=13862, + orbit=0 + } + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Conservative Casting", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Ire" + }, + skill=34300, + stats={ + [1]="20% increased Mana Regeneration Rate", + [2]="15% increased Mana Cost Efficiency" + } + }, + [34305]={ + connections={ + [1]={ + id=31545, + orbit=0 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation and Attack Damage", + orbit=7, + orbitIndex=6, + skill=34305, + stats={ + [1]="5% increased Attack Damage", + [2]="8% increased Glory generation" + } + }, + [34308]={ + connections={ + [1]={ + id=37414, + orbit=0 + }, + [2]={ + id=10245, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Personal Touch", + orbit=3, + orbitIndex=16, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Ire" + }, + skill=34308, + stats={ + [1]="20% increased Melee Damage", + [2]="25% increased Melee Damage against Immobilised Enemies" + } + }, + [34316]={ + connections={ + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + isNotable=true, + name="One with the River", + orbit=6, + orbitIndex=3, + recipe={ + [1]="Guilt", + [2]="Paranoia", + [3]="Isolation" + }, + skill=34316, + stats={ + [1]="10% chance to Daze on Hit", + [2]="30% increased Defences while wielding a Quarterstaff", + [3]="30% increased Freeze Buildup with Quarterstaves", + [4]="30% increased Stun Buildup with Quarterstaves" + } + }, + [34324]={ + connections={ + [1]={ + id=56838, + orbit=-5 + }, + [2]={ + id=52445, + orbit=0 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Spectral Ward", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Suffering" + }, + skill=34324, + stats={ + [1]="+1 to Maximum Energy Shield per 12 Item Evasion Rating on Equipped Body Armour" + } + }, + [34340]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + [1]={ + id=17294, + orbit=0 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Mass Rejuvenation", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Greed" + }, + skill=34340, + stats={ + [1]="Allies in your Presence Regenerate 1% of your Maximum Life per second", + [2]="Regenerate 0.5% of maximum Life per second" + } + }, + [34367]={ + connections={ + [1]={ + id=58090, + orbit=7 + }, + [2]={ + id=57710, + orbit=0 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=14, + skill=34367, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [34375]={ + connections={ + [1]={ + id=48745, + orbit=-2 + } + }, + group=356, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Defences", + orbit=2, + orbitIndex=8, + skill=34375, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [34401]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern", + connections={ + }, + group=1202, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Blind Mastery", + orbit=0, + orbitIndex=0, + skill=34401, + stats={ + } + }, + [34419]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/ScorchTheEarth.dds", + isNotable=true, + name="Grinning Immolation", + orbit=9, + orbitIndex=12, + skill=34419, + stats={ + [1]="Become Ignited when you deal a Critical Hit, taking 15% of your maximum Life and Energy Shield as Fire Damage per second", + [2]="50% more Critical Damage Bonus" + } + }, + [34425]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + [1]={ + id=47021, + orbit=2 + } + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + isNotable=true, + name="Precise Volatility", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Greed" + }, + skill=34425, + stats={ + [1]="Volatile Power also grants 1% increased Critical Hit chance per Volatility exploded" + } + }, + [34433]={ + connections={ + [1]={ + id=32354, + orbit=7 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=9, + skill=34433, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [34449]={ + connections={ + [1]={ + id=37688, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Critical Chance", + orbit=4, + orbitIndex=36, + skill=34449, + stats={ + [1]="10% increased Critical Hit Chance with Traps" + } + }, + [34473]={ + connections={ + [1]={ + id=42361, + orbit=0 + } + }, + group=1084, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Spaghettification", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Fear" + }, + skill=34473, + stats={ + [1]="3% increased Movement Speed", + [2]="29% increased Chaos Damage", + [3]="+13 to all Attributes", + [4]="-7% to Chaos Resistance", + [5]="23% reduced Light Radius" + } + }, + [34487]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=0, + orbitIndex=0, + skill=34487, + stats={ + } + }, + [34493]={ + connections={ + [1]={ + id=65328, + orbit=0 + }, + [2]={ + id=54964, + orbit=0 + }, + [3]={ + id=49593, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + name="Sentinels", + orbit=2, + orbitIndex=18, + skill=34493, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [34497]={ + connections={ + }, + group=1138, + icon="Art/2DArt/SkillIcons/passives/HeartstopperKeystone.dds", + isKeystone=true, + name="Heartstopper", + orbit=0, + orbitIndex=0, + skill=34497, + stats={ + [1]="Take 50% less Damage over Time if you've started taking Damage over Time in the past second", + [2]="Take 50% more Damage over Time if you haven't started taking Damage over Time in the past second" + } + }, + [34501]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=6935, + orbit=0 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Armour and Evasion", + orbit=5, + orbitIndex=25, + skill=34501, + stats={ + [1]="15% increased Armour and Evasion Rating" + } + }, + [34520]={ + connections={ + [1]={ + id=55575, + orbit=0 + }, + [2]={ + id=14548, + orbit=4 + }, + [3]={ + id=63545, + orbit=-4 + } + }, + group=809, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=7, + orbitIndex=15, + skill=34520, + stats={ + [1]="10% increased Physical Damage" + } + }, + [34531]={ + connections={ + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Hallowed", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Disgust" + }, + skill=34531, + stats={ + [1]="Gain additional Ailment Threshold equal to 20% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 20% of maximum Energy Shield" + } + }, + [34541]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=63762, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Energising Deflection", + orbit=1, + orbitIndex=3, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Suffering" + }, + skill=34541, + stats={ + [1]="30% increased Energy Shield Recharge Rate", + [2]="5% increased Deflection Rating" + } + }, + [34543]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=1000, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBearNotable.dds", + isNotable=true, + name="The Frenzied Bear", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Fear" + }, + skill=34543, + stats={ + [1]="30% increased Damage if you've consumed a Frenzy Charge Recently", + [2]="10% increased Skill Speed if you've consumed a Frenzy Charge Recently", + [3]="+10 to Strength" + } + }, + [34552]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=0, + orbitIndex=0, + skill=34552, + stats={ + } + }, + [34553]={ + connections={ + [1]={ + id=1220, + orbit=0 + } + }, + group=545, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Emboldening Lead", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Fear" + }, + skill=34553, + stats={ + [1]="Minions deal 30% increased Damage if you've Hit Recently" + } + }, + [34612]={ + connections={ + [1]={ + id=60764, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Damage", + orbit=5, + orbitIndex=16, + skill=34612, + stats={ + [1]="12% increased Damage with Bows" + } + }, + [34621]={ + connections={ + [1]={ + id=38541, + orbit=0 + } + }, + group=1007, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=34621, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [34623]={ + connections={ + [1]={ + id=14769, + orbit=0 + }, + [2]={ + id=14262, + orbit=0 + } + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds", + name="Charge Duration and Dexterity", + orbit=2, + orbitIndex=2, + skill=34623, + stats={ + [1]="10% increased Endurance, Frenzy and Power Charge Duration", + [2]="+5 to Dexterity" + } + }, + [34626]={ + connections={ + [1]={ + id=61142, + orbit=0 + }, + [2]={ + id=4527, + orbit=0 + } + }, + group=138, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Recover Life on consuming Endurance Charge", + orbit=2, + orbitIndex=6, + skill=34626, + stats={ + [1]="Recover 2% of maximum Life for each Endurance Charge consumed" + } + }, + [34671]={ + connections={ + [1]={ + id=24477, + orbit=0 + }, + [2]={ + id=48418, + orbit=0 + } + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold and Strength", + orbit=2, + orbitIndex=10, + skill=34671, + stats={ + [1]="10% increased Stun Threshold", + [2]="+5 to Strength" + } + }, + [34702]={ + connections={ + [1]={ + id=55664, + orbit=-4 + }, + [2]={ + id=63246, + orbit=-4 + }, + [3]={ + id=16568, + orbit=-7 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=5, + orbitIndex=6, + skill=34702, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [34717]={ + connections={ + [1]={ + id=24120, + orbit=4 + } + }, + group=1114, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration while not on Low Mana", + orbit=3, + orbitIndex=20, + skill=34717, + stats={ + [1]="16% increased Mana Regeneration Rate while not on Low Mana" + } + }, + [34747]={ + connections={ + [1]={ + id=6274, + orbit=0 + } + }, + group=463, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=23, + skill=34747, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [34785]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=58574, + orbit=-9 + }, + [2]={ + id=42017, + orbit=0 + }, + [3]={ + id=17058, + orbit=9 + } + }, + group=1356, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistPlusOneRingSlot.dds", + isNotable=true, + name="Unfurled Finger", + orbit=0, + orbitIndex=0, + skill=34785, + stats={ + [1]="+1 Ring Slot" + } + }, + [34813]={ + connections={ + [1]={ + id=7218, + orbit=0 + }, + [2]={ + id=62505, + orbit=0 + }, + [3]={ + id=472, + orbit=0 + }, + [4]={ + id=2847, + orbit=0 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=4, + orbitIndex=60, + skill=34813, + stats={ + [1]="+3 to all Attributes" + } + }, + [34817]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaDarknessProtectsLonger.dds", + isNotable=true, + name="Deepening Shadows", + orbit=9, + orbitIndex=64, + skill=34817, + stats={ + [1]="1% increased maximum Darkness per 1% Chaos Resistance" + } + }, + [34840]={ + connections={ + [1]={ + id=1433, + orbit=0 + }, + [2]={ + id=27674, + orbit=0 + }, + [3]={ + id=48618, + orbit=0 + } + }, + group=425, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=34840, + stats={ + [1]="+5 to any Attribute" + } + }, + [34845]={ + connections={ + [1]={ + id=60273, + orbit=0 + } + }, + group=1077, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Area", + orbit=0, + orbitIndex=0, + skill=34845, + stats={ + [1]="10% increased Hazard Area of Effect" + } + }, + [34853]={ + connections={ + [1]={ + id=25458, + orbit=-2 + }, + [2]={ + id=43044, + orbit=0 + } + }, + group=1057, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds", + name="Strength and Critical Damage Bonus on You", + orbit=2, + orbitIndex=0, + skill=34853, + stats={ + [1]="Hits against you have 5% reduced Critical Damage Bonus", + [2]="+5 to Strength" + } + }, + [34866]={ + connections={ + [1]={ + id=40985, + orbit=0 + } + }, + group=677, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Effect", + orbit=2, + orbitIndex=2, + skill=34866, + stats={ + [1]="Remnants have 10% increased effect" + } + }, + [34882]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=11641, + orbit=2147483647 + } + }, + group=334, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Skill Gem Quality", + orbit=0, + orbitIndex=0, + skill=34882, + stats={ + [1]="+2% to Quality of all Skills" + } + }, + [34892]={ + connections={ + [1]={ + id=12066, + orbit=0 + } + }, + group=1252, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds", + name="Aura Magnitude", + orbit=3, + orbitIndex=11, + skill=34892, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [34898]={ + connections={ + [1]={ + id=38463, + orbit=0 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Debuff Expiry", + orbit=5, + orbitIndex=31, + skill=34898, + stats={ + [1]="Debuffs on you expire 10% faster" + } + }, + [34908]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1177, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Staunch Deflection", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Fear" + }, + skill=34908, + stats={ + [1]="Deflected Hits cannot inflict Maim on you", + [2]="Deflected Hits cannot inflict Bleeding on you" + } + }, + [34912]={ + connections={ + [1]={ + id=4664, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Damage", + orbit=6, + orbitIndex=45, + skill=34912, + stats={ + [1]="10% increased Trap Damage" + } + }, + [34927]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=34927, + stats={ + } + }, + [34984]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=34984, + stats={ + } + }, + [35011]={ + connections={ + [1]={ + id=10305, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Attack Damage with Ally", + orbit=2, + orbitIndex=18, + skill=35011, + stats={ + [1]="16% increased Attack Damage while you have an Ally in your Presence" + } + }, + [35015]={ + connections={ + [1]={ + id=6655, + orbit=0 + } + }, + group=544, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=0, + orbitIndex=0, + skill=35015, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [35028]={ + connections={ + [1]={ + id=51974, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="In the Thick of It", + orbit=2, + orbitIndex=17, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Greed" + }, + skill=35028, + stats={ + [1]="Regenerate 2.5% of maximum Life per second while Surrounded" + } + }, + [35031]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=1279, + icon="Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds", + isNotable=true, + name="Chakra of Life", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Isolation", + [3]="Fear" + }, + skill=35031, + stats={ + [1]="3% increased maximum Life", + [2]="10% increased Life Recovery rate" + } + }, + [35033]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=55796, + orbit=0 + } + }, + group=1345, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Skill Speed", + orbit=0, + orbitIndex=0, + skill=35033, + stats={ + [1]="4% increased Skill Speed" + } + }, + [35043]={ + connections={ + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parried Duration", + orbit=4, + orbitIndex=36, + skill=35043, + stats={ + [1]="15% increased Parried Debuff Duration" + } + }, + [35048]={ + connections={ + [1]={ + id=43650, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=2, + orbitIndex=12, + skill=35048, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [35058]={ + connections={ + [1]={ + id=64650, + orbit=0 + } + }, + group=967, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if no recent Stun", + orbit=2, + orbitIndex=18, + skill=35058, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [35085]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=236, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=35085, + stats={ + } + }, + [35095]={ + connections={ + [1]={ + id=41886, + orbit=2 + } + }, + group=1230, + icon="Art/2DArt/SkillIcons/passives/ChaosDamage2.dds", + name="Chaos Damage", + orbit=2, + orbitIndex=20, + skill=35095, + stats={ + [1]="10% increased Chaos Damage" + } + }, + [35118]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern", + connections={ + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds", + isOnlyImage=true, + name="Two Hand Mastery", + orbit=0, + orbitIndex=0, + skill=35118, + stats={ + } + }, + [35151]={ + connections={ + [1]={ + id=44453, + orbit=0 + } + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=23, + skill=35151, + stats={ + [1]="15% increased Stun Threshold" + } + }, + [35171]={ + connections={ + [1]={ + id=18846, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=3, + orbitIndex=0, + skill=35171, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [35173]={ + connections={ + [1]={ + id=1599, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage and Critical Chance", + orbit=7, + orbitIndex=22, + skill=35173, + stats={ + [1]="5% increased Critical Hit Chance", + [2]="8% increased Physical Damage" + } + }, + [35187]={ + ascendancyName="Amazon", + connections={ + }, + group=1330, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonSpeedBloodlustedEnemy.dds", + isNotable=true, + name="In for the Kill", + orbit=0, + orbitIndex=0, + skill=35187, + stats={ + [1]="20% increased Movement Speed while an enemy with an Open Weakness is in your Presence", + [2]="40% increased Skill Speed while an enemy with an Open Weakness is in your Presence" + } + }, + [35223]={ + connections={ + [1]={ + id=55680, + orbit=0 + }, + [2]={ + id=9227, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Attack Speed", + orbit=3, + orbitIndex=4, + skill=35223, + stats={ + [1]="3% increased Attack Speed with Spears" + } + }, + [35234]={ + connections={ + [1]={ + id=35660, + orbit=0 + }, + [2]={ + id=6789, + orbit=0 + }, + [3]={ + id=56651, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + id=14623, + name="Attack Damage", + stats={ + [1]="10% increased Attack Damage" + } + } + }, + orbit=7, + orbitIndex=19, + skill=35234, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [35265]={ + connections={ + [1]={ + id=31903, + orbit=0 + }, + [2]={ + id=48589, + orbit=0 + }, + [3]={ + id=18374, + orbit=0 + }, + [4]={ + id=6274, + orbit=0 + } + }, + group=422, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=35265, + stats={ + [1]="+5 to any Attribute" + } + }, + [35284]={ + connections={ + [1]={ + id=31898, + orbit=-2 + }, + [2]={ + id=64471, + orbit=-7 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=7, + orbitIndex=3, + skill=35284, + stats={ + [1]="6% increased Reservation Efficiency of Herald Skills" + } + }, + [35324]={ + connections={ + [1]={ + id=34927, + orbit=0 + }, + [2]={ + id=34290, + orbit=4 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Burnout", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Paranoia" + }, + skill=35324, + stats={ + [1]="Ignites you inflict deal Damage 15% faster" + } + }, + [35369]={ + connections={ + [1]={ + id=1459, + orbit=0 + } + }, + group=151, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Investing Energies", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Envy" + }, + skill=35369, + stats={ + [1]="40% increased Mana Regeneration Rate while stationary", + [2]="20% reduced Mana Regeneration Rate while moving" + } + }, + [35380]={ + connections={ + [1]={ + id=44373, + orbit=-2 + } + }, + group=1119, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Withered Effect", + orbit=2, + orbitIndex=20, + skill=35380, + stats={ + [1]="10% increased Withered Magnitude" + } + }, + [35408]={ + connections={ + [1]={ + id=36474, + orbit=4 + }, + [2]={ + id=7960, + orbit=0 + } + }, + group=338, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Focus Energy Shield", + orbit=2, + orbitIndex=12, + skill=35408, + stats={ + [1]="40% increased Energy Shield from Equipped Focus" + } + }, + [35426]={ + connections={ + [1]={ + id=8406, + orbit=6 + } + }, + group=471, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=54, + skill=35426, + stats={ + [1]="+5 to any Attribute" + } + }, + [35453]={ + ascendancyName="Titan", + connections={ + [1]={ + id=42275, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Slam Area of Effect", + orbit=5, + orbitIndex=52, + skill=35453, + stats={ + [1]="Slam Skills have 8% increased Area of Effect" + } + }, + [35477]={ + connections={ + [1]={ + id=10277, + orbit=0 + } + }, + group=1127, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Far Sighted", + orbit=2, + orbitIndex=1, + recipe={ + [1]="Guilt", + [2]="Ire", + [3]="Fear" + }, + skill=35477, + stats={ + [1]="30% reduced penalty to Accuracy Rating at range" + } + }, + [35492]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=7, + orbitIndex=21, + skill=35492, + stats={ + } + }, + [35503]={ + connections={ + [1]={ + id=23764, + orbit=0 + } + }, + group=819, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Effect and Mana Regeneration", + orbit=0, + orbitIndex=0, + skill=35503, + stats={ + [1]="6% increased Mana Regeneration Rate", + [2]="10% increased Magnitude of Shock you inflict" + } + }, + [35534]={ + connections={ + [1]={ + id=44280, + orbit=-3 + } + }, + group=1169, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Use Speed", + orbit=2, + orbitIndex=15, + skill=35534, + stats={ + [1]="Mark Skills have 10% increased Use Speed" + } + }, + [35558]={ + connections={ + [1]={ + id=46726, + orbit=0 + } + }, + group=484, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Revive Speed", + orbit=3, + orbitIndex=3, + skill=35558, + stats={ + [1]="Minions Revive 5% faster" + } + }, + [35560]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=219, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="At your Command", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Envy" + }, + skill=35560, + stats={ + [1]="Minions deal 10% increased Damage with Command Skills for each different type of Persistent Minion in your Presence" + } + }, + [35564]={ + connections={ + [1]={ + id=18121, + orbit=0 + }, + [2]={ + id=65310, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + isNotable=true, + name="Turn the Clock Back", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Despair" + }, + skill=35564, + stats={ + [1]="15% increased Spell Damage", + [2]="10% reduced Projectile Speed for Spell Skills" + } + }, + [35581]={ + connections={ + [1]={ + id=26895, + orbit=0 + } + }, + group=407, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Near at Hand", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Paranoia" + }, + skill=35581, + stats={ + [1]="16% reduced Skill Effect Duration", + [2]="10% reduced Slowing Potency of Debuffs on You" + } + }, + [35594]={ + connections={ + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Effect", + orbit=2, + orbitIndex=8, + skill=35594, + stats={ + [1]="10% increased effect of Fully Broken Armour" + } + }, + [35602]={ + connections={ + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Life", + orbit=2, + orbitIndex=12, + skill=35602, + stats={ + [1]="Offerings have 30% reduced Maximum Life" + } + }, + [35644]={ + connections={ + [1]={ + id=45193, + orbit=6 + }, + [2]={ + id=65009, + orbit=0 + } + }, + group=953, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=3, + orbitIndex=23, + skill=35644, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [35645]={ + connections={ + }, + group=172, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Command Skill Cooldown", + orbit=0, + orbitIndex=0, + skill=35645, + stats={ + [1]="Minions have 20% increased Cooldown Recovery Rate for Command Skills" + } + }, + [35653]={ + connections={ + [1]={ + id=35653, + orbit=0 + }, + [2]={ + id=65468, + orbit=0 + } + }, + group=691, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=0, + orbitIndex=0, + skill=35653, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [35660]={ + connections={ + [1]={ + id=18548, + orbit=0 + } + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=13, + skill=35660, + stats={ + [1]="3% increased Attack Speed" + } + }, + [35671]={ + connections={ + [1]={ + id=31172, + orbit=3 + } + }, + group=1121, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Dexterity", + orbit=4, + orbitIndex=57, + skill=35671, + stats={ + [1]="2% increased Attack Speed", + [2]="+5 to Dexterity" + } + }, + [35688]={ + connections={ + [1]={ + id=16618, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="Reduced Attribute Requirements", + orbit=7, + orbitIndex=10, + skill=35688, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [35689]={ + connections={ + [1]={ + id=34543, + orbit=2 + } + }, + group=1000, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBear.dds", + name="Damage", + orbit=2, + orbitIndex=14, + skill=35689, + stats={ + [1]="10% increased Damage" + } + }, + [35696]={ + connections={ + [1]={ + id=24070, + orbit=0 + }, + [2]={ + id=64064, + orbit=0 + }, + [3]={ + id=1020, + orbit=0 + } + }, + group=1151, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=35696, + stats={ + [1]="+5 to any Attribute" + } + }, + [35708]={ + connections={ + [1]={ + id=41154, + orbit=0 + } + }, + group=160, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect", + orbit=2, + orbitIndex=12, + skill=35708, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [35739]={ + connections={ + [1]={ + id=42410, + orbit=3 + }, + [2]={ + id=8556, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Crushing Judgement", + orbit=7, + orbitIndex=23, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Ire" + }, + skill=35739, + stats={ + [1]="25% increased Armour Break Duration", + [2]="25% increased Attack Area Damage" + } + }, + [35755]={ + connections={ + [1]={ + id=54058, + orbit=0 + } + }, + group=1278, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Critical Damage", + orbit=2, + orbitIndex=16, + skill=35755, + stats={ + [1]="10% increased Critical Damage Bonus with Daggers" + } + }, + [35760]={ + connections={ + [1]={ + id=22359, + orbit=6 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=8, + skill=35760, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [35787]={ + connections={ + [1]={ + id=42813, + orbit=7 + } + }, + group=351, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=1, + orbitIndex=0, + skill=35787, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [35792]={ + connections={ + }, + group=214, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Blood of Rage", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Isolation" + }, + skill=35792, + stats={ + [1]="Gain 8 Rage when you use a Life Flask" + } + }, + [35801]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=23508, + orbit=0 + } + }, + group=1309, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Frenzy Charge Duration", + orbit=0, + orbitIndex=0, + skill=35801, + stats={ + [1]="25% increased Frenzy Charge Duration" + } + }, + [35809]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=1027, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Reinvigoration", + orbit=1, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Ire" + }, + skill=35809, + stats={ + [1]="Regenerate 1% of maximum Life per Second if you've used a Life Flask in the past 10 seconds" + } + }, + [35831]={ + connections={ + [1]={ + id=904, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=9, + skill=35831, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [35848]={ + connections={ + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Recovery", + orbit=7, + orbitIndex=20, + skill=35848, + stats={ + [1]="10% increased Life and Mana Recovery from Flasks" + } + }, + [35849]={ + connections={ + }, + group=110, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Thickened Arteries", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Greed" + }, + skill=35849, + stats={ + [1]="Regenerate 1.5% of maximum Life per second while stationary" + } + }, + [35855]={ + connections={ + [1]={ + id=48583, + orbit=0 + }, + [2]={ + id=35859, + orbit=0 + } + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Fortifying Blood", + orbit=2, + orbitIndex=3, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Fear" + }, + skill=35855, + stats={ + [1]="20% increased amount of Life Leeched", + [2]="40% increased Armour and Evasion Rating while Leeching" + } + }, + [35859]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLeechPattern", + connections={ + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLifeMana.dds", + isOnlyImage=true, + name="Leech Mastery", + orbit=0, + orbitIndex=0, + skill=35859, + stats={ + } + }, + [35863]={ + connections={ + [1]={ + id=51732, + orbit=0 + } + }, + group=343, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=20, + skill=35863, + stats={ + [1]="3% increased Attack Speed" + } + }, + [35876]={ + connections={ + [1]={ + id=53194, + orbit=4 + }, + [2]={ + id=35977, + orbit=0 + }, + [3]={ + id=27540, + orbit=0 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Admonisher", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Disgust" + }, + skill=35876, + stats={ + [1]="25% increased Warcry Speed", + [2]="25% increased Warcry Cooldown Recovery Rate" + } + }, + [35878]={ + connections={ + [1]={ + id=50884, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=7, + orbitIndex=9, + skill=35878, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [35896]={ + connections={ + [1]={ + id=55668, + orbit=0 + }, + [2]={ + id=53266, + orbit=0 + }, + [3]={ + id=17672, + orbit=0 + } + }, + group=813, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=35896, + stats={ + [1]="+5 to any Attribute" + } + }, + [35901]={ + connections={ + [1]={ + id=12120, + orbit=-6 + }, + [2]={ + id=62464, + orbit=6 + }, + [3]={ + id=60735, + orbit=0 + }, + [4]={ + id=6951, + orbit=0 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=60, + skill=35901, + stats={ + [1]="+5 to any Attribute" + } + }, + [35911]={ + connections={ + [1]={ + id=15180, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Unleash Seal Generation", + orbit=2, + orbitIndex=12, + skill=35911, + stats={ + [1]="Skills Supported by Unleash have 10% increased Seal gain frequency" + } + }, + [35918]={ + connections={ + [1]={ + id=52038, + orbit=0 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="One For All", + orbit=7, + orbitIndex=2, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Suffering" + }, + skill=35918, + stats={ + [1]="40% increased Presence Area of Effect", + [2]="8% reduced Area of Effect" + } + }, + [35921]={ + connections={ + [1]={ + id=5642, + orbit=0 + } + }, + group=169, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=12, + skill=35921, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [35966]={ + connections={ + [1]={ + id=41105, + orbit=0 + }, + [2]={ + id=44316, + orbit=0 + } + }, + group=237, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Heart Tissue", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Ire" + }, + skill=35966, + stats={ + [1]="6% of Damage taken Recouped as Life", + [2]="Regenerate 0.4% of maximum Life per second if you have been Hit Recently" + } + }, + [35974]={ + connections={ + [1]={ + id=51105, + orbit=0 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=2, + orbitIndex=22, + skill=35974, + stats={ + [1]="16% increased Totem Life" + } + }, + [35977]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=35977, + stats={ + } + }, + [35985]={ + connections={ + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=6, + orbitIndex=18, + skill=35985, + stats={ + [1]="10% increased Melee Damage" + } + }, + [35987]={ + connections={ + [1]={ + id=32274, + orbit=0 + }, + [2]={ + id=19470, + orbit=0 + }, + [3]={ + id=55397, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/finesse.dds", + isNotable=true, + name="Blur", + orbit=4, + orbitIndex=27, + skill=35987, + stats={ + [1]="4% increased Movement Speed", + [2]="20% increased Evasion Rating", + [3]="+10 to Dexterity" + } + }, + [36027]={ + connections={ + [1]={ + id=18073, + orbit=2 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Attack Damage", + orbit=7, + orbitIndex=22, + skill=36027, + stats={ + [1]="12% increased Attack Damage" + } + }, + [36070]={ + connections={ + [1]={ + id=14045, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=4, + orbitIndex=45, + skill=36070, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [36071]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpearsPattern", + connections={ + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/ImpaleMasterySymbol.dds", + isOnlyImage=true, + name="Spear Mastery", + orbit=5, + orbitIndex=12, + skill=36071, + stats={ + } + }, + [36085]={ + connections={ + [1]={ + id=37548, + orbit=0 + }, + [2]={ + id=15270, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Serrated Edges", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Greed" + }, + skill=36085, + stats={ + [1]="10% increased Critical Hit Chance for Attacks", + [2]="30% increased Attack Damage against Rare or Unique Enemies" + } + }, + [36114]={ + connections={ + [1]={ + id=23360, + orbit=0 + } + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Reduced Movement Penalty and Attack Damage", + orbit=7, + orbitIndex=10, + skill=36114, + stats={ + [1]="6% increased Attack Damage", + [2]="3% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [36163]={ + connections={ + [1]={ + id=30390, + orbit=-4 + } + }, + group=365, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=2, + orbitIndex=9, + skill=36163, + stats={ + [1]="5% increased Block chance" + } + }, + [36169]={ + connections={ + [1]={ + id=29514, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Area", + orbit=3, + orbitIndex=23, + skill=36169, + stats={ + [1]="10% increased Grenade Area of Effect" + } + }, + [36170]={ + connections={ + [1]={ + id=53853, + orbit=-3 + }, + [2]={ + id=7628, + orbit=-4 + } + }, + group=552, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=13, + skill=36170, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [36191]={ + connections={ + [1]={ + id=40325, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=2, + orbitIndex=21, + skill=36191, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [36217]={ + connections={ + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility Detonation Time", + orbit=1, + orbitIndex=11, + skill=36217, + stats={ + [1]="15% increased Volatility Explosion delay" + } + }, + [36231]={ + connections={ + [1]={ + id=3336, + orbit=0 + }, + [2]={ + id=31765, + orbit=0 + } + }, + group=1216, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Critical Damage when consuming a Power Charge", + orbit=2, + orbitIndex=1, + skill=36231, + stats={ + [1]="20% increased Critical Damage Bonus if you've consumed a Power Charge Recently" + } + }, + [36252]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=46522, + orbit=0 + }, + [2]={ + id=762, + orbit=0 + }, + [3]={ + id=12054, + orbit=0 + }, + [4]={ + id=29162, + orbit=0 + }, + [5]={ + id=54892, + orbit=0 + } + }, + group=276, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Tactician", + orbit=6, + orbitIndex=36, + skill=36252, + stats={ + } + }, + [36270]={ + connections={ + [1]={ + id=5009, + orbit=0 + } + }, + group=1061, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=3, + orbitIndex=1, + skill=36270, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [36286]={ + connections={ + [1]={ + id=41130, + orbit=0 + }, + [2]={ + id=14033, + orbit=0 + }, + [3]={ + id=34058, + orbit=0 + } + }, + group=545, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Spell and Minion Damage", + orbit=1, + orbitIndex=5, + skill=36286, + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + }, + [36290]={ + connections={ + [1]={ + id=23046, + orbit=-2 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=4, + orbitIndex=33, + skill=36290, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [36293]={ + connections={ + [1]={ + id=27785, + orbit=0 + }, + [2]={ + id=55708, + orbit=0 + } + }, + group=721, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=36293, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [36298]={ + connections={ + [1]={ + id=8510, + orbit=3 + }, + [2]={ + id=40918, + orbit=6 + } + }, + group=945, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Effect", + orbit=0, + orbitIndex=0, + skill=36298, + stats={ + [1]="10% increased Magnitude of Ailments you inflict" + } + }, + [36302]={ + connections={ + [1]={ + id=47307, + orbit=6 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Practiced Signs", + orbit=7, + orbitIndex=0, + skill=36302, + stats={ + [1]="6% increased Cast Speed" + } + }, + [36325]={ + connections={ + [1]={ + id=54148, + orbit=-5 + } + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=4, + orbitIndex=71, + skill=36325, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [36333]={ + connections={ + [1]={ + id=62360, + orbit=0 + }, + [2]={ + id=49259, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Explosive Empowerment", + orbit=3, + orbitIndex=22, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Despair" + }, + skill=36333, + stats={ + [1]="Empowered Attacks deal 20% increased Damage", + [2]="Enemies you kill with Empowered Attacks have a 10% chance to Explode, dealing a tenth of their maximum Life as Fire Damage" + } + }, + [36341]={ + connections={ + [1]={ + id=35118, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + isNotable=true, + name="Cull the Hordes", + orbit=2, + orbitIndex=10, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Suffering" + }, + skill=36341, + stats={ + [1]="40% increased Culling Strike Threshold against Rare or Unique Enemies" + } + }, + [36358]={ + connections={ + [1]={ + id=12367, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=4, + skill=36358, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [36364]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1214, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Electrocution", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Greed" + }, + skill=36364, + stats={ + [1]="Enemies you Electrocute have 20% increased Damage taken" + } + }, + [36365]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=60859, + orbit=9 + }, + [2]={ + id=58149, + orbit=9 + }, + [3]={ + id=22661, + orbit=9 + }, + [4]={ + id=17058, + orbit=-9 + }, + [5]={ + id=42017, + orbit=0 + }, + [6]={ + id=58574, + orbit=9 + }, + [7]={ + id=11776, + orbit=8 + } + }, + group=1363, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Ritualist", + orbit=6, + orbitIndex=27, + skill=36365, + stats={ + } + }, + [36379]={ + connections={ + [1]={ + id=25026, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=4, + orbitIndex=58, + skill=36379, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [36389]={ + connections={ + [1]={ + id=53989, + orbit=-3 + } + }, + group=305, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=0, + orbitIndex=0, + skill=36389, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [36449]={ + connections={ + [1]={ + id=8115, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=7, + orbitIndex=6, + skill=36449, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [36450]={ + connections={ + [1]={ + id=11838, + orbit=-4 + } + }, + group=902, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Spell Damage on full Energy Shield", + orbit=3, + orbitIndex=0, + skill=36450, + stats={ + [1]="12% increased Spell Damage while on Full Energy Shield" + } + }, + [36474]={ + connections={ + [1]={ + id=38596, + orbit=4 + } + }, + group=338, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Curse Effect on Self", + orbit=2, + orbitIndex=4, + skill=36474, + stats={ + [1]="15% reduced effect of Curses on you" + } + }, + [36478]={ + connections={ + [1]={ + id=47204, + orbit=0 + }, + [2]={ + id=28002, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=2, + orbitIndex=1, + skill=36478, + stats={ + [1]="10% increased Melee Damage" + } + }, + [36479]={ + connections={ + [1]={ + id=12925, + orbit=0 + } + }, + group=817, + icon="Art/2DArt/SkillIcons/passives/Storm Weaver.dds", + isNotable=true, + name="Essence of the Storm", + orbit=4, + orbitIndex=66, + skill=36479, + stats={ + [1]="Gain 5% of Damage as Extra Lightning Damage", + [2]="30% increased chance to Shock" + } + }, + [36507]={ + connections={ + [1]={ + id=60313, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/MinionChaosResistanceNode.dds", + isNotable=true, + name="Vile Mending", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Fear" + }, + skill=36507, + stats={ + [1]="Minions have 20% increased maximum Life", + [2]="Minions Regenerate 3% of maximum Life per second", + [3]="Minions have +13% to Chaos Resistance" + } + }, + [36522]={ + connections={ + [1]={ + id=3999, + orbit=0 + }, + [2]={ + id=54099, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=4, + orbitIndex=33, + skill=36522, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [36540]={ + connections={ + [1]={ + id=56988, + orbit=0 + } + }, + group=1195, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Resistance", + orbit=0, + orbitIndex=0, + skill=36540, + stats={ + [1]="+5% to Lightning Resistance" + } + }, + [36564]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToMana.dds", + isNotable=true, + name="Beidat's Gaze", + orbit=9, + orbitIndex=100, + skill=36564, + stats={ + [1]="Reserves 25% of Life", + [2]="+1 to Maximum Mana per 6 Maximum Life" + } + }, + [36576]={ + connections={ + [1]={ + id=25055, + orbit=-3 + }, + [2]={ + id=54984, + orbit=0 + } + }, + group=1193, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=14, + skill=36576, + stats={ + [1]="10% increased Attack Damage" + } + }, + [36596]={ + connections={ + [1]={ + id=45013, + orbit=-3 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=3, + orbitIndex=4, + skill=36596, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [36602]={ + connections={ + [1]={ + id=18465, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=4, + orbitIndex=39, + skill=36602, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [36623]={ + connections={ + [1]={ + id=10729, + orbit=0 + }, + [2]={ + id=31630, + orbit=0 + } + }, + group=980, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Convalescence", + orbit=2, + orbitIndex=3, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Greed" + }, + skill=36623, + stats={ + [1]="15% reduced Energy Shield Recharge Rate", + [2]="40% faster start of Energy Shield Recharge" + } + }, + [36629]={ + connections={ + [1]={ + id=44659, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=45, + skill=36629, + stats={ + [1]="+5 to any Attribute" + } + }, + [36630]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + [1]={ + id=49473, + orbit=0 + } + }, + group=873, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Incision", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Greed" + }, + skill=36630, + stats={ + [1]="50% increased effect of Incision" + } + }, + [36639]={ + connections={ + [1]={ + id=62677, + orbit=-6 + }, + [2]={ + id=32009, + orbit=0 + } + }, + group=700, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=22, + skill=36639, + stats={ + [1]="20% increased Curse Duration" + } + }, + [36659]={ + ascendancyName="Warbringer", + connections={ + }, + group=19, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerEnemyArmourBrokenBelowZero.dds", + isNotable=true, + name="Imploding Impacts", + orbit=0, + orbitIndex=0, + skill=36659, + stats={ + [1]="You can Break Enemy Armour to below 0" + } + }, + [36676]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=46454, + orbit=-7 + } + }, + group=1329, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Passive Points", + orbit=0, + orbitIndex=0, + skill=36676, + stats={ + [1]="Grants 1 Passive Skill Point" + } + }, + [36677]={ + connections={ + [1]={ + id=9240, + orbit=0 + }, + [2]={ + id=36071, + orbit=0 + }, + [3]={ + id=9227, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Damage", + orbit=0, + orbitIndex=0, + skill=36677, + stats={ + [1]="10% increased Damage with Spears" + } + }, + [36696]={ + ascendancyName="Lich", + connections={ + [1]={ + id=28431, + orbit=4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Life", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=31398, + name="Life", + stats={ + [1]="3% increased maximum Life" + } + } + }, + orbit=9, + orbitIndex=30, + skill=36696, + stats={ + [1]="3% increased maximum Life" + } + }, + [36709]={ + connections={ + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=6, + skill=36709, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [36723]={ + connections={ + [1]={ + id=3700, + orbit=0 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + name="Stun and Freeze Buildup", + orbit=2, + orbitIndex=0, + skill=36723, + stats={ + [1]="15% increased Stun Buildup", + [2]="15% increased Freeze Buildup" + } + }, + [36728]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=423, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingMaxElementalResistanceSupportColour.dds", + isNotable=true, + name="Thaumaturgical Infusion", + orbit=0, + orbitIndex=0, + skill=36728, + stats={ + [1]="+1% to Maximum Cold Resistance per 4 Blue Support Gems Socketed", + [2]="+1% to Maximum Fire Resistance per 4 Red Support Gems Socketed", + [3]="+1% to Maximum Lightning Resistance per 4 Green Support Gems Socketed" + } + }, + [36746]={ + connections={ + [1]={ + id=40691, + orbit=-3 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=3, + orbitIndex=16, + skill=36746, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [36759]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=1008, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=36759, + stats={ + } + }, + [36778]={ + connections={ + [1]={ + id=36479, + orbit=0 + } + }, + group=817, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Chance", + orbit=4, + orbitIndex=58, + skill=36778, + stats={ + [1]="15% increased chance to Shock" + } + }, + [36782]={ + connections={ + [1]={ + id=1151, + orbit=0 + } + }, + group=670, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=7, + orbitIndex=12, + skill=36782, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [36788]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=25781, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Leech", + orbit=6, + orbitIndex=8, + skill=36788, + stats={ + [1]="11% increased amount of Life Leeched", + [2]="11% increased amount of Mana Leeched" + } + }, + [36808]={ + connections={ + [1]={ + id=34076, + orbit=3 + }, + [2]={ + id=37795, + orbit=0 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + isNotable=true, + name="Spiked Shield", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Fear" + }, + skill=36808, + stats={ + [1]="2% increased Attack Damage per 75 Item Armour and Evasion Rating on Equipped Shield", + [2]="50% increased Defences from Equipped Shield" + } + }, + [36814]={ + connections={ + }, + group=700, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=6, + skill=36814, + stats={ + [1]="20% increased Curse Duration" + } + }, + [36822]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=58591, + orbit=0 + } + }, + group=427, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Attributes", + orbit=0, + orbitIndex=0, + skill=36822, + stats={ + [1]="3% increased Attributes" + } + }, + [36880]={ + connections={ + [1]={ + id=43036, + orbit=3 + } + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Arcane Surge Effect", + orbit=4, + orbitIndex=51, + skill=36880, + stats={ + [1]="15% increased effect of Arcane Surge on you" + } + }, + [36894]={ + connections={ + [1]={ + id=61938, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Chance", + orbit=3, + orbitIndex=20, + skill=36894, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [36927]={ + connections={ + [1]={ + id=44756, + orbit=5 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Use Speed", + orbit=2, + orbitIndex=11, + skill=36927, + stats={ + [1]="Mark Skills have 10% increased Use Speed" + } + }, + [36931]={ + connections={ + }, + group=905, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Concussive Attack", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Greed" + }, + skill=36931, + stats={ + [1]="25% increased Attack Damage", + [2]="5% chance to Daze on Hit" + } + }, + [36976]={ + connections={ + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + isNotable=true, + name="Marked for Death", + orbit=3, + orbitIndex=9, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Guilt" + }, + skill=36976, + stats={ + [1]="Culling Strike against Enemies you Mark" + } + }, + [36994]={ + connections={ + [1]={ + id=27491, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=12, + skill=36994, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [36997]={ + connections={ + [1]={ + id=27761, + orbit=0 + } + }, + group=885, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Stun Threshold during Parry", + orbit=0, + orbitIndex=0, + skill=36997, + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + }, + [37026]={ + connections={ + [1]={ + id=27513, + orbit=0 + } + }, + group=1223, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break and Physical Damage", + orbit=1, + orbitIndex=2, + skill=37026, + stats={ + [1]="Break 10% increased Armour", + [2]="6% increased Physical Damage" + } + }, + [37046]={ + ascendancyName="Ritualist", + connections={ + }, + group=1366, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistBloodBoils.dds", + isNotable=true, + name="Corrupted Lifeforce", + orbit=0, + orbitIndex=0, + skill=37046, + stats={ + [1]="Grants Skill: Blood Boil" + } + }, + [37078]={ + ascendancyName="Witchhunter", + connections={ + }, + group=265, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterMonsterHolyExplosion.dds", + isNotable=true, + name="Zealous Inquisition", + orbit=0, + orbitIndex=0, + skill=37078, + stats={ + [1]="10% chance for Enemies you Kill to Explode, dealing 100%", + [2]="of their maximum Life as Physical Damage", + [3]="Chance is doubled against Undead and Demons" + } + }, + [37164]={ + connections={ + [1]={ + id=419, + orbit=2147483647 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + name="Non-Damaging Ailment Magnitude", + orbit=2, + orbitIndex=16, + skill=37164, + stats={ + [1]="10% increased Magnitude of Non-Damaging Ailments you inflict" + } + }, + [37190]={ + connections={ + [1]={ + id=35855, + orbit=0 + } + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=2, + orbitIndex=7, + skill=37190, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [37220]={ + connections={ + [1]={ + id=17955, + orbit=0 + } + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=2, + orbitIndex=9, + skill=37220, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [37226]={ + connections={ + [1]={ + id=4015, + orbit=2 + }, + [2]={ + id=9187, + orbit=-6 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=3, + orbitIndex=4, + skill=37226, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [37242]={ + connections={ + [1]={ + id=16871, + orbit=2 + }, + [2]={ + id=54031, + orbit=0 + } + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=14, + skill=37242, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [37244]={ + connections={ + [1]={ + id=33445, + orbit=3 + }, + [2]={ + id=37795, + orbit=0 + } + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + isNotable=true, + name="Shield Expertise", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Fear" + }, + skill=37244, + stats={ + [1]="12% increased Block chance", + [2]="40% increased Block Recovery" + } + }, + [37258]={ + connections={ + [1]={ + id=31903, + orbit=0 + } + }, + group=342, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=37258, + stats={ + [1]="+5 to any Attribute" + } + }, + [37266]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern", + connections={ + [1]={ + id=29930, + orbit=0 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Nourishing Ally", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Guilt" + }, + skill=37266, + stats={ + [1]="Companions have 20% increased maximum Life", + [2]="20% increased Life Recovery Rate while your Companion is in your Presence" + } + }, + [37276]={ + connections={ + [1]={ + id=33244, + orbit=0 + } + }, + group=290, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Battle Trance", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Fear" + }, + skill=37276, + stats={ + [1]="+8 to Maximum Rage" + } + }, + [37279]={ + connections={ + [1]={ + id=41159, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightning.dds", + name="Lightning Damage and Mana Regeneration", + orbit=3, + orbitIndex=15, + skill=37279, + stats={ + [1]="7% increased Lightning Damage", + [2]="8% increased Mana Regeneration Rate" + } + }, + [37302]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + isNotable=true, + name="Kept at Bay", + orbit=3, + orbitIndex=20, + recipe={ + [1]="Guilt", + [2]="Paranoia", + [3]="Suffering" + }, + skill=37302, + stats={ + [1]="Attacks used by Ballistas have 10% increased Attack Speed", + [2]="50% increased Ballista Immobilisation buildup" + } + }, + [37304]={ + connections={ + [1]={ + id=336, + orbit=4 + }, + [2]={ + id=61921, + orbit=-4 + }, + [3]={ + id=64543, + orbit=0 + } + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental", + orbit=4, + orbitIndex=57, + skill=37304, + stats={ + [1]="10% increased Magnitude of Chill you inflict", + [2]="10% increased Magnitude of Shock you inflict" + } + }, + [37327]={ + connections={ + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=16, + skill=37327, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [37336]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=35801, + orbit=0 + } + }, + group=1311, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeFrenzyChargesGeneration.dds", + isNotable=true, + name="Avidity", + orbit=0, + orbitIndex=0, + skill=37336, + stats={ + [1]="50% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge" + } + }, + [37361]={ + connections={ + [1]={ + id=40043, + orbit=2147483647 + } + }, + group=577, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=1, + orbitIndex=6, + skill=37361, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [37372]={ + connections={ + [1]={ + id=13738, + orbit=0 + } + }, + group=827, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Skill Speed", + orbit=0, + orbitIndex=0, + skill=37372, + stats={ + [1]="3% increased Attack and Cast Speed with Lightning Skills" + } + }, + [37389]={ + connections={ + [1]={ + id=37644, + orbit=0 + }, + [2]={ + id=28061, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=2, + skill=37389, + stats={ + [1]="10% increased Attack Damage" + } + }, + [37397]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=286, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelIntSkillGems.dds", + isMultipleChoiceOption=true, + name="Neurological Implants", + orbit=0, + orbitIndex=0, + skill=37397, + stats={ + [1]="+2 to Level of all Skills with an Intelligence requirement" + } + }, + [37408]={ + connections={ + [1]={ + id=31855, + orbit=7 + }, + [2]={ + id=46761, + orbit=0 + } + }, + group=912, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Staunching", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Disgust" + }, + skill=37408, + stats={ + [1]="Life Flasks gain 0.1 charges per Second", + [2]="+10 to Strength" + } + }, + [37414]={ + connections={ + [1]={ + id=65193, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Accuracy", + orbit=2, + orbitIndex=13, + skill=37414, + stats={ + [1]="10% increased Accuracy Rating" + } + }, + [37450]={ + connections={ + }, + group=618, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance", + orbit=4, + orbitIndex=46, + skill=37450, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [37458]={ + connections={ + [1]={ + id=16948, + orbit=7 + }, + [2]={ + id=25412, + orbit=0 + } + }, + group=383, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + isNotable=true, + name="Strong Links", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Envy" + }, + skill=37458, + stats={ + [1]="Link Skills have 20% increased Buff Effect", + [2]="Link Skills have 20% increased Skill Effect Duration" + } + }, + [37484]={ + connections={ + }, + group=1249, + icon="Art/2DArt/SkillIcons/passives/ElementalManaLeechKeystone.dds", + isKeystone=true, + name="Walker of the Wilds", + orbit=0, + orbitIndex=0, + skill=37484, + stats={ + [1]="Mana Leech recovers based on Elemental Damage Types instead of Physical Damage" + } + }, + [37509]={ + connections={ + [1]={ + id=33797, + orbit=0 + } + }, + group=131, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=3, + skill=37509, + stats={ + [1]="10% increased Attack Damage" + } + }, + [37514]={ + connections={ + [1]={ + id=32442, + orbit=0 + }, + [2]={ + id=64700, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + isNotable=true, + name="Whirling Assault", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Greed" + }, + skill=37514, + stats={ + [1]="8% increased Attack Speed with Quarterstaves", + [2]="Knocks Back Enemies if you get a Critical Hit with a Quarterstaff" + } + }, + [37519]={ + connections={ + [1]={ + id=17045, + orbit=0 + } + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Movement Speed ", + orbit=7, + orbitIndex=14, + skill=37519, + stats={ + [1]="2% increased Movement Speed" + } + }, + [37523]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=24696, + orbit=0 + } + }, + group=336, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianTotems.dds", + isNotable=true, + name="Cannons, Ready!", + orbit=0, + orbitIndex=0, + skill=37523, + stats={ + [1]="+1 to maximum number of Summoned Totems", + [2]="Skills used by Totems have 30% more Skill Speed", + [3]="Totems only use Skills when you fire an Attack Projectile" + } + }, + [37532]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1051, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLightning.dds", + isOnlyImage=true, + name="Lightning Mastery", + orbit=0, + orbitIndex=0, + skill=37532, + stats={ + } + }, + [37543]={ + connections={ + [1]={ + id=16647, + orbit=0 + } + }, + group=426, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Full Recovery", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Guilt" + }, + skill=37543, + stats={ + [1]="15% increased Life Regeneration rate", + [2]="15% increased Mana Regeneration Rate" + } + }, + [37548]={ + connections={ + [1]={ + id=37742, + orbit=0 + }, + [2]={ + id=17589, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=2, + orbitIndex=5, + skill=37548, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [37568]={ + connections={ + [1]={ + id=45370, + orbit=0 + } + }, + group=1057, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildOx.dds", + name="Strength and Critical Damage Bonus on You", + orbit=2, + orbitIndex=6, + skill=37568, + stats={ + [1]="Hits against you have 5% reduced Critical Damage Bonus", + [2]="+5 to Strength" + } + }, + [37593]={ + connections={ + }, + group=688, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Pickup Range", + orbit=0, + orbitIndex=0, + skill=37593, + stats={ + [1]="Remnants can be collected from 10% further away" + } + }, + [37594]={ + connections={ + [1]={ + id=8983, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=5, + orbitIndex=38, + skill=37594, + stats={ + [1]="Minions deal 12% increased Damage" + } + }, + [37608]={ + connections={ + [1]={ + id=53524, + orbit=0 + }, + [2]={ + id=61042, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=4, + orbitIndex=51, + skill=37608, + stats={ + [1]="10% increased Physical Damage" + } + }, + [37612]={ + connections={ + [1]={ + id=13279, + orbit=0 + }, + [2]={ + id=17532, + orbit=0 + } + }, + group=440, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=37612, + stats={ + [1]="+5 to any Attribute" + } + }, + [37616]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=5, + orbitIndex=45, + skill=37616, + stats={ + } + }, + [37629]={ + connections={ + [1]={ + id=55933, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=42, + skill=37629, + stats={ + [1]="+5 to any Attribute" + } + }, + [37641]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern", + connections={ + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour and Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=37641, + stats={ + } + }, + [37644]={ + connections={ + [1]={ + id=46874, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Attack Damage", + orbit=7, + orbitIndex=22, + skill=37644, + stats={ + [1]="12% increased Attack Physical Damage" + } + }, + [37665]={ + connections={ + [1]={ + id=35739, + orbit=3 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage and Armour Break", + orbit=7, + orbitIndex=2, + skill=37665, + stats={ + [1]="Break 10% increased Armour", + [2]="6% increased Attack Area Damage" + } + }, + [37688]={ + connections={ + [1]={ + id=37616, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + isNotable=true, + name="Devestating Devices", + orbit=6, + orbitIndex=36, + skill=37688, + stats={ + [1]="25% increased Trap Damage" + } + }, + [37691]={ + connections={ + [1]={ + id=42750, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=13, + skill=37691, + stats={ + [1]="10% increased Attack Damage" + } + }, + [37695]={ + connections={ + [1]={ + id=11813, + orbit=-5 + } + }, + group=983, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=37695, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [37742]={ + connections={ + [1]={ + id=15270, + orbit=0 + }, + [2]={ + id=8246, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + isNotable=true, + name="Manifold Method", + orbit=3, + orbitIndex=6, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Fear" + }, + skill=37742, + stats={ + [1]="50% increased amount of Mana Leeched", + [2]="25% increased chance to inflict Ailments against Rare or Unique Enemies" + } + }, + [37746]={ + connections={ + [1]={ + id=6544, + orbit=-2 + } + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=7, + orbitIndex=19, + skill=37746, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [37767]={ + connections={ + [1]={ + id=9020, + orbit=0 + }, + [2]={ + id=6596, + orbit=0 + }, + [3]={ + id=63731, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Speed", + orbit=7, + orbitIndex=16, + skill=37767, + stats={ + [1]="4% increased Attack Speed while a Rare or Unique Enemy is in your Presence" + } + }, + [37780]={ + connections={ + [1]={ + id=7888, + orbit=0 + } + }, + group=1245, + icon="Art/2DArt/SkillIcons/passives/MonkStrengthChakra.dds", + name="Combo Gain", + orbit=3, + orbitIndex=1, + skill=37780, + stats={ + [1]="10% Chance to build an additional Combo on Hit" + } + }, + [37795]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + }, + group=1019, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Shield Mastery", + orbit=0, + orbitIndex=0, + skill=37795, + stats={ + } + }, + [37806]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=844, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Branching Bolts", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Ire" + }, + skill=37806, + stats={ + [1]="60% chance for Lightning Skills to Chain an additional time" + } + }, + [37813]={ + connections={ + [1]={ + id=14724, + orbit=0 + }, + [2]={ + id=50701, + orbit=0 + } + }, + group=1130, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Duration", + orbit=0, + orbitIndex=0, + skill=37813, + stats={ + [1]="20% increased Shock Duration" + } + }, + [37872]={ + connections={ + [1]={ + id=28863, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Presence Present", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Isolation" + }, + skill=37872, + stats={ + [1]="Allies in your Presence have +100 to Accuracy Rating", + [2]="35% increased Attack Damage while you have an Ally in your Presence" + } + }, + [37876]={ + connections={ + [1]={ + id=52615, + orbit=3 + }, + [2]={ + id=25729, + orbit=-3 + } + }, + group=1175, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=4, + orbitIndex=45, + skill=37876, + stats={ + [1]="10% increased Spell Damage" + } + }, + [37905]={ + connections={ + }, + group=1238, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Flammability Magnitude", + orbit=3, + orbitIndex=2, + skill=37905, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [37946]={ + connections={ + }, + group=993, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Projectile Stun Buildup", + orbit=0, + orbitIndex=0, + skill=37946, + stats={ + [1]="20% increased Projectile Stun Buildup" + } + }, + [37951]={ + connections={ + [1]={ + id=41020, + orbit=0 + } + }, + group=1177, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=1, + orbitIndex=7, + skill=37951, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [37956]={ + connections={ + [1]={ + id=35581, + orbit=3 + } + }, + group=404, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Reduced Duration", + orbit=0, + orbitIndex=0, + skill=37956, + stats={ + [1]="8% reduced Skill Effect Duration" + } + }, + [37963]={ + connections={ + }, + group=443, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=3, + orbitIndex=13, + skill=37963, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [37971]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCompanionsPattern", + connections={ + }, + group=1286, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Companion Mastery", + orbit=0, + orbitIndex=0, + skill=37971, + stats={ + } + }, + [37972]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=4891, + orbit=-4 + }, + [2]={ + id=18280, + orbit=5 + } + }, + group=1362, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Charm Charges", + orbit=0, + orbitIndex=0, + skill=37972, + stats={ + [1]="15% increased Charm Charges gained" + } + }, + [37974]={ + connections={ + [1]={ + id=62230, + orbit=0 + } + }, + group=835, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=6, + orbitIndex=68, + skill=37974, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [37991]={ + connections={ + [1]={ + id=52254, + orbit=0 + } + }, + group=697, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=7, + orbitIndex=18, + skill=37991, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [38003]={ + connections={ + [1]={ + id=63526, + orbit=4 + } + }, + group=644, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=20, + skill=38003, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [38004]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1312, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionFire.dds", + isMultipleChoiceOption=true, + name="Explosive Concoction", + orbit=0, + orbitIndex=0, + skill=38004, + stats={ + [1]="Grants Skill: Explosive Concoction" + } + }, + [38010]={ + connections={ + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation and Attack Damage", + orbit=7, + orbitIndex=23, + skill=38010, + stats={ + [1]="5% increased Attack Damage", + [2]="8% increased Glory generation" + } + }, + [38014]={ + ascendancyName="Titan", + connections={ + [1]={ + id=3762, + orbit=5 + } + }, + group=47, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Slam Area of Effect", + orbit=0, + orbitIndex=0, + skill=38014, + stats={ + [1]="Slam Skills have 8% increased Area of Effect" + } + }, + [38044]={ + connections={ + [1]={ + id=37695, + orbit=-4 + } + }, + group=990, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=4, + skill=38044, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [38053]={ + connections={ + [1]={ + id=28564, + orbit=5 + }, + [2]={ + id=8460, + orbit=0 + }, + [3]={ + id=9528, + orbit=-2 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Deafening Cries", + orbit=3, + orbitIndex=13, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Paranoia" + }, + skill=38053, + stats={ + [1]="25% increased Warcry Cooldown Recovery Rate", + [2]="8% increased Damage for each time you've Warcried Recently" + } + }, + [38057]={ + connections={ + }, + group=654, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=5, + orbitIndex=58, + skill=38057, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [38066]={ + connections={ + [1]={ + id=25300, + orbit=0 + } + }, + group=140, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break and Armour", + orbit=7, + orbitIndex=12, + skill=38066, + stats={ + [1]="10% increased Armour", + [2]="Break 15% increased Armour" + } + }, + [38068]={ + connections={ + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Ailment Chance", + orbit=4, + orbitIndex=60, + skill=38068, + stats={ + [1]="12% increased Flammability Magnitude", + [2]="12% increased Freeze Buildup", + [3]="12% increased chance to Shock" + } + }, + [38069]={ + connections={ + [1]={ + id=338, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=2, + orbitIndex=0, + skill=38069, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [38105]={ + connections={ + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=67, + skill=38105, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [38111]={ + connections={ + [1]={ + id=32241, + orbit=0 + } + }, + group=1035, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Pliable Flesh", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Isolation" + }, + skill=38111, + stats={ + [1]="6% of Damage taken Recouped as Life", + [2]="25% increased speed of Recoup Effects" + } + }, + [38124]={ + connections={ + [1]={ + id=51820, + orbit=8 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=4, + orbitIndex=26, + skill=38124, + stats={ + [1]="15% increased Totem Damage" + } + }, + [38130]={ + connections={ + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown Speed", + orbit=3, + orbitIndex=12, + skill=38130, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [38138]={ + connections={ + [1]={ + id=35688, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="Reduced Attribute Requirements", + orbit=5, + orbitIndex=36, + skill=38138, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [38143]={ + connections={ + }, + group=788, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=18, + skill=38143, + stats={ + [1]="+5 to any Attribute" + } + }, + [38172]={ + connections={ + [1]={ + id=60568, + orbit=-6 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=7, + orbitIndex=5, + skill=38172, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [38212]={ + connections={ + [1]={ + id=57683, + orbit=0 + } + }, + group=1279, + icon="Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds", + name="Life Recoup", + orbit=2, + orbitIndex=16, + skill=38212, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [38215]={ + connections={ + [1]={ + id=61921, + orbit=-3 + } + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=4, + skill=38215, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [38235]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=38235, + stats={ + } + }, + [38270]={ + connections={ + [1]={ + id=23724, + orbit=0 + } + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Exposure Effect", + orbit=3, + orbitIndex=0, + skill=38270, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [38292]={ + connections={ + [1]={ + id=33397, + orbit=0 + } + }, + group=429, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=15, + skill=38292, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [38300]={ + connections={ + [1]={ + id=39716, + orbit=-7 + }, + [2]={ + id=57373, + orbit=-7 + } + }, + group=449, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=0, + orbitIndex=0, + skill=38300, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [38320]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=90, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=38320, + stats={ + } + }, + [38323]={ + connections={ + [1]={ + id=6015, + orbit=-6 + }, + [2]={ + id=22928, + orbit=-5 + } + }, + group=454, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38323, + stats={ + [1]="+5 to any Attribute" + } + }, + [38338]={ + connections={ + [1]={ + id=5257, + orbit=-2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=60, + skill=38338, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [38342]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Stupefy", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Paranoia" + }, + skill=38342, + stats={ + [1]="10% chance to Daze on Hit", + [2]="40% increased Damage against Dazed Enemies" + } + }, + [38365]={ + connections={ + [1]={ + id=34626, + orbit=0 + }, + [2]={ + id=46499, + orbit=0 + } + }, + group=138, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Recover Life on consuming Endurance Charge", + orbit=2, + orbitIndex=22, + skill=38365, + stats={ + [1]="Recover 2% of maximum Life for each Endurance Charge consumed" + } + }, + [38368]={ + connections={ + [1]={ + id=35966, + orbit=-2 + }, + [2]={ + id=54288, + orbit=2 + } + }, + group=237, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=0, + orbitIndex=0, + skill=38368, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [38369]={ + connections={ + [1]={ + id=18910, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Critical Chance", + orbit=4, + orbitIndex=48, + skill=38369, + stats={ + [1]="12% increased Critical Hit Chance with Spears" + } + }, + [38398]={ + connections={ + [1]={ + id=2211, + orbit=7 + } + }, + group=428, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + isNotable=true, + name="Apocalypse", + orbit=7, + orbitIndex=14, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Greed" + }, + skill=38398, + stats={ + [1]="30% reduced Damage", + [2]="+8% to Critical Hit Chance of Herald Skills" + } + }, + [38420]={ + connections={ + [1]={ + id=37543, + orbit=0 + } + }, + group=426, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=22, + skill=38420, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [38430]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + [1]={ + id=10499, + orbit=0 + } + }, + group=528, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=0, + orbitIndex=0, + skill=38430, + stats={ + } + }, + [38459]={ + connections={ + [1]={ + id=38568, + orbit=0 + } + }, + group=914, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Disorientation", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Disgust" + }, + skill=38459, + stats={ + [1]="25% increased Blind duration", + [2]="25% increased Damage with Hits against Blinded Enemies" + } + }, + [38463]={ + connections={ + [1]={ + id=46882, + orbit=0 + }, + [2]={ + id=21111, + orbit=-6 + }, + [3]={ + id=43522, + orbit=5 + }, + [4]={ + id=22329, + orbit=0 + } + }, + group=1078, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38463, + stats={ + [1]="+5 to any Attribute" + } + }, + [38479]={ + connections={ + [1]={ + id=17553, + orbit=-5 + } + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Close Confines", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Ire" + }, + skill=38479, + stats={ + [1]="50% chance for Projectiles to Pierce Enemies within 3m distance of you" + } + }, + [38493]={ + connections={ + [1]={ + id=55621, + orbit=4 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=4, + orbitIndex=45, + skill=38493, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [38497]={ + connections={ + [1]={ + id=62803, + orbit=-5 + } + }, + group=1146, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges Used", + orbit=7, + orbitIndex=19, + skill=38497, + stats={ + [1]="6% reduced Charm Charges used" + } + }, + [38501]={ + connections={ + [1]={ + id=47796, + orbit=-4 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=4, + orbitIndex=40, + skill=38501, + stats={ + [1]="3% increased Attack Speed" + } + }, + [38535]={ + connections={ + [1]={ + id=61063, + orbit=7 + }, + [2]={ + id=42205, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Stormcharged", + orbit=4, + orbitIndex=66, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Envy" + }, + skill=38535, + stats={ + [1]="40% increased Elemental Damage if you've dealt a Critical Hit Recently", + [2]="20% increased Critical Hit Chance" + } + }, + [38537]={ + connections={ + [1]={ + id=54983, + orbit=-3 + }, + [2]={ + id=51583, + orbit=0 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Heartstopping", + orbit=2, + orbitIndex=21, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Paranoia" + }, + skill=38537, + stats={ + [1]="+10 to Intelligence", + [2]="15% increased Critical Hit Chance" + } + }, + [38541]={ + connections={ + [1]={ + id=61601, + orbit=0 + } + }, + group=1015, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=0, + orbitIndex=0, + skill=38541, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [38564]={ + connections={ + [1]={ + id=20091, + orbit=0 + } + }, + group=444, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=3, + orbitIndex=15, + skill=38564, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [38568]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern", + connections={ + }, + group=914, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Blind Mastery", + orbit=1, + orbitIndex=2, + skill=38568, + stats={ + } + }, + [38570]={ + connections={ + [1]={ + id=53895, + orbit=2 + }, + [2]={ + id=27992, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Demolitionist", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Envy" + }, + skill=38570, + stats={ + [1]="Gain 4% of Damage as Extra Fire Damage for", + [2]="every different Grenade fired in the past 8 seconds" + } + }, + [38578]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedElementalStorm.dds", + isNotable=true, + name="Multiplying Squalls", + orbit=8, + orbitIndex=24, + skill=38578, + stats={ + [1]="+1 to Limit for Elemental Skills" + } + }, + [38596]={ + connections={ + [1]={ + id=31925, + orbit=5 + } + }, + group=338, + icon="Art/2DArt/SkillIcons/passives/ShieldNodeOffensive.dds", + name="Curse Effect on Self", + orbit=4, + orbitIndex=14, + skill=38596, + stats={ + [1]="15% reduced effect of Curses on you" + } + }, + [38601]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=34501, + orbit=0 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterArmourEvasionConvertedSpellAegis.dds", + isNotable=true, + name="Obsessive Rituals", + orbit=6, + orbitIndex=28, + skill=38601, + stats={ + [1]="35% less Armour and Evasion Rating", + [2]="Grants Skill: Sorcery Ward" + } + }, + [38614]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + [1]={ + id=27662, + orbit=0 + }, + [2]={ + id=44201, + orbit=0 + } + }, + group=845, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + isNotable=true, + name="Psychic Fragmentation", + orbit=3, + orbitIndex=20, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Isolation" + }, + skill=38614, + stats={ + [1]="12% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [38628]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Escalating Toxins", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Disgust" + }, + skill=38628, + stats={ + [1]="10% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%" + } + }, + [38646]={ + connections={ + [1]={ + id=23570, + orbit=0 + } + }, + group=558, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=0, + orbitIndex=0, + skill=38646, + stats={ + [1]="+20 to Armour" + } + }, + [38663]={ + connections={ + [1]={ + id=3516, + orbit=0 + } + }, + group=488, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Critical Chance", + orbit=7, + orbitIndex=6, + skill=38663, + stats={ + [1]="10% increased Melee Critical Hit Chance" + } + }, + [38668]={ + connections={ + }, + group=1053, + icon="Art/2DArt/SkillIcons/passives/MonkEnergyShieldChakra.dds", + name="Energy Shield Delay", + orbit=7, + orbitIndex=23, + skill=38668, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [38670]={ + connections={ + [1]={ + id=28589, + orbit=0 + } + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour if Hit", + orbit=2, + orbitIndex=0, + skill=38670, + stats={ + [1]="20% increased Armour if you have been Hit Recently" + } + }, + [38676]={ + connections={ + [1]={ + id=27910, + orbit=-8 + }, + [2]={ + id=56045, + orbit=0 + } + }, + group=905, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=1, + orbitIndex=6, + skill=38676, + stats={ + [1]="10% increased Attack Damage" + } + }, + [38678]={ + connections={ + [1]={ + id=30463, + orbit=-7 + }, + [2]={ + id=60464, + orbit=-6 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=2, + orbitIndex=19, + skill=38678, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [38694]={ + connections={ + [1]={ + id=22188, + orbit=-4 + } + }, + group=710, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=7, + orbitIndex=8, + skill=38694, + stats={ + [1]="Herald Skills deal 20% increased Damage" + } + }, + [38703]={ + connections={ + [1]={ + id=8249, + orbit=0 + } + }, + group=929, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Critical Chance", + orbit=7, + orbitIndex=14, + skill=38703, + stats={ + [1]="8% increased Critical Hit Chance for Attacks", + [2]="6% increased Accuracy Rating" + } + }, + [38707]={ + connections={ + [1]={ + id=49734, + orbit=0 + }, + [2]={ + id=28564, + orbit=0 + } + }, + group=156, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38707, + stats={ + [1]="+5 to any Attribute" + } + }, + [38728]={ + connections={ + [1]={ + id=14539, + orbit=5 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Deflection and Evasion", + orbit=7, + orbitIndex=0, + skill=38728, + stats={ + [1]="8% increased Evasion Rating", + [2]="Gain Deflection Rating equal to 3% of Evasion Rating" + } + }, + [38732]={ + connections={ + [1]={ + id=17107, + orbit=-3 + } + }, + group=695, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38732, + stats={ + [1]="+5 to any Attribute" + } + }, + [38763]={ + connections={ + [1]={ + id=27859, + orbit=0 + } + }, + group=710, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=7, + orbitIndex=16, + skill=38763, + stats={ + [1]="6% increased Reservation Efficiency of Herald Skills" + } + }, + [38769]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=58704, + orbit=0 + } + }, + group=18, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Armour Break", + orbit=0, + orbitIndex=0, + skill=38769, + stats={ + [1]="Break 25% increased Armour" + } + }, + [38776]={ + connections={ + [1]={ + id=57816, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=7, + orbitIndex=16, + skill=38776, + stats={ + [1]="+8 to Dexterity" + } + }, + [38779]={ + connections={ + [1]={ + id=44605, + orbit=5 + }, + [2]={ + id=44836, + orbit=0 + } + }, + group=640, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=8, + skill=38779, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [38814]={ + connections={ + [1]={ + id=19288, + orbit=0 + }, + [2]={ + id=62341, + orbit=0 + }, + [3]={ + id=11980, + orbit=0 + } + }, + group=804, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38814, + stats={ + [1]="+5 to any Attribute" + } + }, + [38827]={ + connections={ + [1]={ + id=1546, + orbit=7 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=7, + orbitIndex=1, + skill=38827, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [38856]={ + connections={ + [1]={ + id=49357, + orbit=0 + }, + [2]={ + id=2071, + orbit=0 + }, + [3]={ + id=21081, + orbit=5 + } + }, + group=507, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=54, + skill=38856, + stats={ + [1]="+5 to any Attribute" + } + }, + [38876]={ + connections={ + [1]={ + id=61490, + orbit=0 + }, + [2]={ + id=31903, + orbit=0 + } + }, + group=355, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=38876, + stats={ + [1]="+5 to any Attribute" + } + }, + [38878]={ + connections={ + [1]={ + id=34898, + orbit=-7 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Debuff Expiry", + orbit=4, + orbitIndex=35, + skill=38878, + stats={ + [1]="Debuffs on you expire 10% faster" + } + }, + [38888]={ + connections={ + [1]={ + id=39116, + orbit=0 + } + }, + group=733, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Unerring Impact", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Ire" + }, + skill=38888, + stats={ + [1]="16% increased Accuracy Rating with One Handed Melee Weapons", + [2]="16% increased Accuracy Rating with Two Handed Melee Weapons", + [3]="+2 to Melee Strike Range" + } + }, + [38895]={ + connections={ + [1]={ + id=8697, + orbit=3 + }, + [2]={ + id=48660, + orbit=0 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + isNotable=true, + name="Crystal Elixir", + orbit=2, + orbitIndex=7, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Greed" + }, + skill=38895, + stats={ + [1]="40% increased Elemental Damage with Attack Skills during any Flask Effect" + } + }, + [38921]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern", + connections={ + }, + group=241, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Block Mastery", + orbit=2, + orbitIndex=1, + skill=38921, + stats={ + } + }, + [38923]={ + connections={ + [1]={ + id=61429, + orbit=3 + }, + [2]={ + id=511, + orbit=-3 + } + }, + group=155, + icon="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds", + name="Skill Speed", + orbit=7, + orbitIndex=14, + skill=38923, + stats={ + [1]="3% increased Skill Speed" + } + }, + [38944]={ + connections={ + [1]={ + id=43338, + orbit=0 + }, + [2]={ + id=59538, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Shock Chance and Lightning Damage", + orbit=2, + orbitIndex=6, + skill=38944, + stats={ + [1]="8% increased Lightning Damage", + [2]="8% increased chance to Shock" + } + }, + [38965]={ + connections={ + [1]={ + id=65226, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Infused Limits", + orbit=7, + orbitIndex=21, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Paranoia" + }, + skill=38965, + stats={ + [1]="+1 to maximum number of Elemental Infusions" + } + }, + [38966]={ + connections={ + [1]={ + id=30210, + orbit=0 + }, + [2]={ + id=35058, + orbit=0 + }, + [3]={ + id=61976, + orbit=0 + } + }, + group=967, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold and Evasion Rating", + orbit=2, + orbitIndex=0, + skill=38966, + stats={ + [1]="8% increased Evasion Rating", + [2]="12% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [38969]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + [1]={ + id=50588, + orbit=0 + } + }, + group=979, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Finesse", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Disgust" + }, + skill=38969, + stats={ + [1]="10% increased Accuracy Rating", + [2]="Gain Accuracy Rating equal to your Intelligence" + } + }, + [38972]={ + connections={ + [1]={ + id=34552, + orbit=0 + }, + [2]={ + id=8357, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Restless Dead", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Disgust" + }, + skill=38972, + stats={ + [1]="Minions Revive 25% faster" + } + }, + [38993]={ + connections={ + [1]={ + id=21112, + orbit=0 + } + }, + group=1271, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Critical Damage", + orbit=0, + orbitIndex=0, + skill=38993, + stats={ + [1]="16% increased Critical Damage Bonus with Bows" + } + }, + [39037]={ + connections={ + [1]={ + id=11672, + orbit=0 + } + }, + group=667, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39037, + stats={ + [1]="+5 to any Attribute" + } + }, + [39050]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=1043, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + isNotable=true, + name="Exploit", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Isolation" + }, + skill=39050, + stats={ + [1]="25% increased Damage with Hits against Enemies affected by Elemental Ailments", + [2]="15% increased Duration of Ignite, Shock and Chill on Enemies" + } + }, + [39083]={ + connections={ + }, + group=364, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Blood Rush", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Disgust" + }, + skill=39083, + stats={ + [1]="6% increased Skill Speed", + [2]="6% of Skill Mana Costs Converted to Life Costs" + } + }, + [39116]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + }, + group=733, + icon="Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds", + isOnlyImage=true, + name="Physical Mastery", + orbit=3, + orbitIndex=14, + skill=39116, + stats={ + } + }, + [39128]={ + connections={ + [1]={ + id=47514, + orbit=0 + } + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze Magnitude", + orbit=2, + orbitIndex=4, + skill=39128, + stats={ + [1]="15% increased Magnitude of Daze" + } + }, + [39130]={ + connections={ + [1]={ + id=14294, + orbit=-5 + } + }, + group=413, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Spell Damage", + orbit=2, + orbitIndex=14, + skill=39130, + stats={ + [1]="12% increased Spell Damage with Spells that cost Life" + } + }, + [39131]={ + connections={ + [1]={ + id=11741, + orbit=0 + } + }, + group=114, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39131, + stats={ + [1]="+5 to any Attribute" + } + }, + [39190]={ + connections={ + [1]={ + id=8800, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=12, + skill=39190, + stats={ + [1]="15% increased Melee Damage with Hits at Close Range" + } + }, + [39204]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/ImprovedArcaneSurge.dds", + isNotable=true, + name="Force of Will", + orbit=8, + orbitIndex=48, + skill=39204, + stats={ + [1]="20% of Damage is taken from Mana before Life", + [2]="20% increased Effect of Arcane Surge on you per ten percent missing Mana" + } + }, + [39207]={ + connections={ + [1]={ + id=33518, + orbit=0 + } + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Slow Effect on You", + orbit=7, + orbitIndex=10, + skill=39207, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [39228]={ + connections={ + [1]={ + id=62603, + orbit=0 + }, + [2]={ + id=63021, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=3, + orbitIndex=18, + skill=39228, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [39237]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=1128, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=39237, + stats={ + } + }, + [39241]={ + ascendancyName="Lich", + connections={ + [1]={ + id=58932, + orbit=-4 + } + }, + group=977, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Energy Shield", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=59609, + name="Energy Shield", + stats={ + [1]="20% increased maximum Energy Shield" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39241, + stats={ + [1]="20% increased maximum Energy Shield" + } + }, + [39274]={ + connections={ + [1]={ + id=2119, + orbit=0 + } + }, + group=519, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=2, + orbitIndex=6, + skill=39274, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [39280]={ + connections={ + [1]={ + id=44669, + orbit=0 + } + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=3, + orbitIndex=1, + skill=39280, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [39292]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=40, + orbit=0 + } + }, + group=1326, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=39292, + stats={ + [1]="20% increased Evasion Rating" + } + }, + [39298]={ + connections={ + [1]={ + id=38814, + orbit=0 + }, + [2]={ + id=3995, + orbit=0 + }, + [3]={ + id=18115, + orbit=0 + }, + [4]={ + id=1019, + orbit=0 + } + }, + group=758, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39298, + stats={ + [1]="+5 to any Attribute" + } + }, + [39307]={ + connections={ + [1]={ + id=37026, + orbit=0 + } + }, + group=1223, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Physical Damage", + orbit=1, + orbitIndex=6, + skill=39307, + stats={ + [1]="10% increased Physical Damage" + } + }, + [39347]={ + connections={ + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Breaking Blows", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Disgust" + }, + skill=39347, + stats={ + [1]="30% increased Stun Buildup", + [2]="12% increased Area of Effect if you have Stunned an Enemy Recently" + } + }, + [39365]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=39411, + orbit=0 + } + }, + group=31, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Totem Life", + orbit=0, + orbitIndex=0, + skill=39365, + stats={ + [1]="20% increased Totem Life" + } + }, + [39369]={ + connections={ + [1]={ + id=2936, + orbit=3 + }, + [2]={ + id=51583, + orbit=0 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Struck Through", + orbit=4, + orbitIndex=9, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Greed" + }, + skill=39369, + stats={ + [1]="Attacks have +1% to Critical Hit Chance" + } + }, + [39411]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=48682, + orbit=0 + } + }, + group=29, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerTotemsDefendedByAncestors.dds", + isNotable=true, + name="Answered Call", + orbit=0, + orbitIndex=0, + skill=39411, + stats={ + [1]="+1 to maximum number of Summoned Totems", + [2]="Trigger Ancestral Spirits when you Summon a Totem", + [3]="Grants Skill: Ancestral Spirits" + } + }, + [39423]={ + connections={ + [1]={ + id=53207, + orbit=0 + } + }, + group=1002, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=20, + skill=39423, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [39431]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds", + isOnlyImage=true, + name="Crossbow Mastery", + orbit=0, + orbitIndex=0, + skill=39431, + stats={ + } + }, + [39448]={ + connections={ + [1]={ + id=11178, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Attack Speed", + orbit=3, + orbitIndex=21, + skill=39448, + stats={ + [1]="3% increased Attack Speed with Axes" + } + }, + [39461]={ + connections={ + [1]={ + id=229, + orbit=0 + } + }, + group=506, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Life", + orbit=2, + orbitIndex=0, + skill=39461, + stats={ + [1]="Minions have 6% increased maximum Life", + [2]="Minions deal 6% increased Damage" + } + }, + [39470]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=17754, + orbit=-6 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Minion Life", + orbit=8, + orbitIndex=3, + skill=39470, + stats={ + [1]="Minions have 12% increased maximum Life" + } + }, + [39495]={ + connections={ + [1]={ + id=46386, + orbit=2147483647 + }, + [2]={ + id=27048, + orbit=9 + } + }, + group=1262, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=0, + orbitIndex=0, + skill=39495, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [39515]={ + connections={ + [1]={ + id=23450, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=8, + skill=39515, + stats={ + [1]="12% increased Fire Damage" + } + }, + [39517]={ + connections={ + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=3, + orbitIndex=18, + skill=39517, + stats={ + [1]="5% increased Block chance" + } + }, + [39540]={ + connections={ + [1]={ + id=19680, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=4, + orbitIndex=49, + skill=39540, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [39564]={ + connections={ + [1]={ + id=62039, + orbit=0 + }, + [2]={ + id=38663, + orbit=0 + }, + [3]={ + id=13279, + orbit=0 + } + }, + group=487, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=12, + skill=39564, + stats={ + [1]="10% increased Melee Damage" + } + }, + [39567]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + [1]={ + id=53188, + orbit=0 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + isNotable=true, + name="Ingenuity", + orbit=5, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Suffering" + }, + skill=39567, + stats={ + [1]="+25 to Intelligence" + } + }, + [39569]={ + connections={ + [1]={ + id=35901, + orbit=0 + }, + [2]={ + id=3458, + orbit=-4 + }, + [3]={ + id=7353, + orbit=3 + } + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=7, + orbitIndex=2, + skill=39569, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [39570]={ + connections={ + [1]={ + id=49394, + orbit=6 + } + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance on Critical", + orbit=4, + orbitIndex=59, + skill=39570, + stats={ + [1]="10% chance to inflict Bleeding on Critical Hit with Attacks" + } + }, + [39581]={ + connections={ + [1]={ + id=46325, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=7, + orbitIndex=8, + skill=39581, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [39594]={ + connections={ + [1]={ + id=51248, + orbit=0 + }, + [2]={ + id=53294, + orbit=0 + } + }, + group=429, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=2, + orbitIndex=3, + skill=39594, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [39598]={ + connections={ + [1]={ + id=3949, + orbit=0 + } + }, + group=93, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage and Power Counted", + orbit=2, + orbitIndex=6, + skill=39598, + stats={ + [1]="Empowered Attacks deal 8% increased Damage", + [2]="5% increased total Power counted by Warcries" + } + }, + [39607]={ + connections={ + [1]={ + id=2559, + orbit=-2 + }, + [2]={ + id=45713, + orbit=0 + } + }, + group=1158, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Charges Gained", + orbit=2, + orbitIndex=12, + skill=39607, + stats={ + [1]="10% increased Flask Charges gained" + } + }, + [39608]={ + connections={ + [1]={ + id=1778, + orbit=-3 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Duration", + orbit=7, + orbitIndex=20, + skill=39608, + stats={ + [1]="20% increased Hazard Duration" + } + }, + [39621]={ + connections={ + [1]={ + id=14176, + orbit=0 + }, + [2]={ + id=26725, + orbit=0 + } + }, + group=222, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Later Rage Loss Start", + orbit=0, + orbitIndex=0, + skill=39621, + stats={ + [1]="Inherent Rage Loss starts 1 second later" + } + }, + [39640]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/AllDamageCanShock.dds", + isNotable=true, + name="Shaper of Storms", + orbit=5, + orbitIndex=70, + skill=39640, + stats={ + [1]="All Damage from Hits Contributes to Shock Chance" + } + }, + [39658]={ + connections={ + [1]={ + id=18831, + orbit=7 + }, + [2]={ + id=15030, + orbit=-2 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Block", + orbit=7, + orbitIndex=1, + skill=39658, + stats={ + [1]="5% increased Block chance" + } + }, + [39710]={ + connections={ + [1]={ + id=51821, + orbit=0 + } + }, + group=196, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39710, + stats={ + [1]="+5 to any Attribute" + } + }, + [39716]={ + connections={ + [1]={ + id=31326, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=13, + skill=39716, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [39723]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=24226, + orbit=0 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Accuracy", + orbit=6, + orbitIndex=21, + skill=39723, + stats={ + [1]="12% increased Accuracy Rating" + } + }, + [39732]={ + connections={ + [1]={ + id=30219, + orbit=-2 + } + }, + group=467, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=10, + skill=39732, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [39752]={ + connections={ + [1]={ + id=5936, + orbit=0 + }, + [2]={ + id=38068, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Ailment Duration", + orbit=4, + orbitIndex=48, + skill=39752, + stats={ + [1]="10% increased Duration of Ignite, Shock and Chill on Enemies" + } + }, + [39759]={ + connections={ + [1]={ + id=48035, + orbit=0 + } + }, + group=447, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=10, + skill=39759, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [39839]={ + connections={ + [1]={ + id=20205, + orbit=0 + }, + [2]={ + id=14340, + orbit=0 + } + }, + group=779, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if no recent Stun", + orbit=2, + orbitIndex=20, + skill=39839, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [39881]={ + connections={ + [1]={ + id=16013, + orbit=0 + }, + [2]={ + id=35173, + orbit=0 + } + }, + group=1180, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Staggering Palm", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Despair" + }, + skill=39881, + stats={ + [1]="20% increased Critical Damage Bonus", + [2]="20% increased Knockback Distance", + [3]="20% increased Physical Damage" + } + }, + [39886]={ + connections={ + [1]={ + id=56935, + orbit=0 + } + }, + group=566, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=39886, + stats={ + [1]="+5 to any Attribute" + } + }, + [39935]={ + connections={ + [1]={ + id=44344, + orbit=0 + } + }, + group=453, + icon="Art/2DArt/SkillIcons/passives/NecromanticTalismanKeystone.dds", + isKeystone=true, + name="Necromantic Talisman", + orbit=0, + orbitIndex=0, + skill=39935, + stats={ + [1]="All bonuses from Equipped Amulet apply to your Minions instead of you" + } + }, + [39964]={ + connections={ + [1]={ + id=48198, + orbit=0 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=4, + skill=39964, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [39986]={ + connections={ + [1]={ + id=57933, + orbit=0 + } + }, + group=1275, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=0, + orbitIndex=0, + skill=39986, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [39987]={ + connections={ + [1]={ + id=18913, + orbit=-3 + }, + [2]={ + id=47177, + orbit=-5 + } + }, + group=790, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage and Duration", + orbit=3, + orbitIndex=14, + skill=39987, + stats={ + [1]="5% increased Chaos Damage", + [2]="5% increased Skill Effect Duration" + } + }, + [39990]={ + connections={ + [1]={ + id=13294, + orbit=2 + } + }, + group=464, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Chronomancy", + orbit=7, + orbitIndex=7, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Despair" + }, + skill=39990, + stats={ + [1]="20% increased Skill Effect Duration", + [2]="Debuffs you inflict have 10% increased Slow Magnitude" + } + }, + [40006]={ + connections={ + [1]={ + id=9896, + orbit=-7 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Regeneration Rate and Presence", + orbit=2, + orbitIndex=7, + skill=40006, + stats={ + [1]="5% increased Life Regeneration rate", + [2]="10% increased Presence Area of Effect" + } + }, + [40024]={ + connections={ + [1]={ + id=2091, + orbit=-2 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Chance", + orbit=7, + orbitIndex=4, + skill=40024, + stats={ + [1]="8% chance to Poison on Hit" + } + }, + [40043]={ + connections={ + [1]={ + id=54990, + orbit=0 + } + }, + group=577, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=1, + orbitIndex=0, + skill=40043, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [40068]={ + connections={ + [1]={ + id=32683, + orbit=0 + } + }, + group=854, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Freeze Buildup", + orbit=4, + orbitIndex=38, + skill=40068, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [40073]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=791, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Drenched", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Ire" + }, + skill=40073, + stats={ + [1]="40% increased chance to Shock", + [2]="Gain 5% of Lightning Damage as Extra Cold Damage" + } + }, + [40110]={ + connections={ + [1]={ + id=42347, + orbit=3 + } + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + name="Blind Effect", + orbit=7, + orbitIndex=8, + skill=40110, + stats={ + [1]="10% increased Blind Effect" + } + }, + [40117]={ + connections={ + [1]={ + id=64023, + orbit=0 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNotable1.dds", + isNotable=true, + name="Spiked Armour", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Disgust" + }, + skill=40117, + stats={ + [1]="Thorns Damage has 50% chance to ignore Enemy Armour" + } + }, + [40166]={ + connections={ + }, + group=985, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Deep Trance", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Despair" + }, + skill=40166, + stats={ + [1]="8% increased Attack Speed", + [2]="15% increased Cost Efficiency" + } + }, + [40196]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=954, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=40196, + stats={ + } + }, + [40200]={ + connections={ + [1]={ + id=33612, + orbit=0 + }, + [2]={ + id=61842, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=2, + orbitIndex=0, + skill=40200, + stats={ + [1]="Minions deal 12% increased Damage" + } + }, + [40213]={ + connections={ + [1]={ + id=55846, + orbit=0 + }, + [2]={ + id=24481, + orbit=0 + } + }, + group=890, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + isNotable=true, + name="Taste for Blood", + orbit=1, + orbitIndex=1, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Greed" + }, + skill=40213, + stats={ + [1]="Gain 20 Life per Enemy Killed", + [2]="2% chance to Recover all Life when you Kill an Enemy" + } + }, + [40244]={ + connections={ + [1]={ + id=43263, + orbit=-3 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Attack Speed", + orbit=7, + orbitIndex=16, + skill=40244, + stats={ + [1]="3% increased Attack Speed with One Handed Melee Weapons" + } + }, + [40270]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=1024, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + isNotable=true, + name="Frenetic", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Guilt" + }, + skill=40270, + stats={ + [1]="10% chance when you gain a Frenzy Charge to gain an additional Frenzy Charge", + [2]="+1 to Maximum Frenzy Charges" + } + }, + [40276]={ + connections={ + [1]={ + id=32745, + orbit=0 + }, + [2]={ + id=60241, + orbit=0 + } + }, + group=390, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Bleed Chance", + orbit=0, + orbitIndex=0, + skill=40276, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [40292]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=226, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + isNotable=true, + name="Nimble Strength", + orbit=1, + orbitIndex=2, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Isolation" + }, + skill=40292, + stats={ + [1]="10% increased Attack Damage", + [2]="Gain Accuracy Rating equal to your Strength" + } + }, + [40313]={ + connections={ + [1]={ + id=58363, + orbit=2 + }, + [2]={ + id=56844, + orbit=-2 + }, + [3]={ + id=3251, + orbit=0 + } + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Effect and Duration", + orbit=0, + orbitIndex=0, + skill=40313, + stats={ + [1]="8% increased Archon Buff duration", + [2]="5% increased effect of Archon Buffs on you" + } + }, + [40325]={ + connections={ + [1]={ + id=7392, + orbit=0 + }, + [2]={ + id=48505, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Resolution", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Envy" + }, + skill=40325, + stats={ + [1]="10% increased Global Defences", + [2]="25% increased Stun Threshold" + } + }, + [40328]={ + connections={ + [1]={ + id=28564, + orbit=-5 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=3, + orbitIndex=3, + skill=40328, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [40333]={ + connections={ + [1]={ + id=24178, + orbit=2 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=7, + orbitIndex=12, + skill=40333, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [40336]={ + connections={ + [1]={ + id=6655, + orbit=0 + } + }, + group=557, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=0, + orbitIndex=0, + skill=40336, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [40341]={ + connections={ + [1]={ + id=17340, + orbit=-3 + }, + [2]={ + id=21274, + orbit=9 + } + }, + group=658, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Movement Speed", + orbit=3, + orbitIndex=6, + skill=40341, + stats={ + [1]="3% increased Movement Speed if you've Killed Recently" + } + }, + [40345]={ + connections={ + [1]={ + id=37991, + orbit=0 + }, + [2]={ + id=50540, + orbit=0 + } + }, + group=697, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Master of Hexes", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Suffering" + }, + skill=40345, + stats={ + [1]="25% reduced Curse Duration", + [2]="18% increased Curse Magnitudes" + } + }, + [40399]={ + connections={ + [1]={ + id=20641, + orbit=0 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Energise", + orbit=5, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Paranoia" + }, + skill=40399, + stats={ + [1]="25% chance for Trigger skills to refund half of Energy Spent" + } + }, + [40453]={ + connections={ + [1]={ + id=25304, + orbit=0 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=9, + skill=40453, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [40471]={ + connections={ + [1]={ + id=19027, + orbit=-2 + }, + [2]={ + id=7847, + orbit=0 + } + }, + group=1236, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividStag.dds", + name="Dexterity", + orbit=7, + orbitIndex=16, + skill=40471, + stats={ + [1]="+8 to Dexterity" + } + }, + [40480]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + [1]={ + id=1953, + orbit=0 + } + }, + group=1009, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Harmonic Generator", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Despair" + }, + skill=40480, + stats={ + [1]="25% increased Critical Hit Chance against Shocked Enemies", + [2]="40% increased Magnitude of Shock you inflict with Critical Hits" + } + }, + [40550]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=4, + orbitIndex=0, + skill=40550, + stats={ + } + }, + [40596]={ + connections={ + }, + group=235, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=5, + orbitIndex=36, + skill=40596, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [40597]={ + connections={ + [1]={ + id=53607, + orbit=0 + }, + [2]={ + id=58817, + orbit=0 + } + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Attack Speed", + orbit=4, + orbitIndex=9, + skill=40597, + stats={ + [1]="Attacks used by Ballistas have 4% increased Attack Speed" + } + }, + [40626]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=1073, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=0, + orbitIndex=0, + skill=40626, + stats={ + } + }, + [40630]={ + connections={ + [1]={ + id=44527, + orbit=0 + } + }, + group=847, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + isSwitchable=true, + name="Flask Charges Gained", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + id=18391, + name="Ailment Threshold", + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + } + }, + orbit=0, + orbitIndex=0, + skill=40630, + stats={ + [1]="15% increased Flask Charges gained" + } + }, + [40632]={ + connections={ + [1]={ + id=48889, + orbit=-2 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=4, + skill=40632, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [40687]={ + connections={ + }, + group=888, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + isNotable=true, + name="Lead by Example", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Despair" + }, + skill=40687, + stats={ + [1]="30% increased Presence Area of Effect", + [2]="Allies in your Presence have 30% increased Glory generation" + } + }, + [40691]={ + connections={ + [1]={ + id=25893, + orbit=7 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=4, + orbitIndex=62, + skill=40691, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [40719]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=17646, + orbit=0 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Damage vs Low Life Enemies", + orbit=5, + orbitIndex=47, + skill=40719, + stats={ + [1]="35% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [40721]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=64789, + orbit=-6 + }, + [2]={ + id=65413, + orbit=6 + }, + [3]={ + id=49759, + orbit=-4 + }, + [4]={ + id=13673, + orbit=4 + }, + [5]={ + id=12488, + orbit=0 + }, + [6]={ + id=44484, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Stormweaver", + orbit=9, + orbitIndex=0, + skill=40721, + stats={ + } + }, + [40736]={ + connections={ + [1]={ + id=34305, + orbit=0 + }, + [2]={ + id=15606, + orbit=2 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation and Attack Damage", + orbit=7, + orbitIndex=10, + skill=40736, + stats={ + [1]="5% increased Attack Damage", + [2]="8% increased Glory generation" + } + }, + [40760]={ + connections={ + [1]={ + id=21779, + orbit=0 + }, + [2]={ + id=9185, + orbit=0 + }, + [3]={ + id=47177, + orbit=0 + } + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=1, + skill=40760, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [40783]={ + connections={ + [1]={ + id=11672, + orbit=0 + }, + [2]={ + id=15358, + orbit=0 + }, + [3]={ + id=17711, + orbit=-4 + }, + [4]={ + id=24035, + orbit=0 + }, + [5]={ + id=63009, + orbit=0 + } + }, + group=694, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=40783, + stats={ + [1]="+5 to any Attribute" + } + }, + [40803]={ + connections={ + [1]={ + id=3218, + orbit=0 + }, + [2]={ + id=44298, + orbit=0 + } + }, + group=176, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + isNotable=true, + name="Sigil of Ice", + orbit=4, + orbitIndex=21, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Guilt" + }, + skill=40803, + stats={ + [1]="30% increased Damage with Hits against Chilled Enemies" + } + }, + [40894]={ + connections={ + [1]={ + id=1218, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life", + orbit=3, + orbitIndex=20, + skill=40894, + stats={ + [1]="Minions have 10% increased maximum Life" + } + }, + [40915]={ + ascendancyName="Warbringer", + connections={ + }, + group=25, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerDamageTakenByTotems.dds", + isNotable=true, + name="Wooden Wall", + orbit=0, + orbitIndex=0, + skill=40915, + stats={ + [1]="20% of Damage from Hits is taken from your nearest Totem's Life before you" + } + }, + [40918]={ + connections={ + [1]={ + id=1773, + orbit=-4 + } + }, + group=942, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Effect and Duration", + orbit=0, + orbitIndex=0, + skill=40918, + stats={ + [1]="5% increased Magnitude of Ailments you inflict", + [2]="5% increased Duration of Damaging Ailments on Enemies" + } + }, + [40929]={ + connections={ + [1]={ + id=43633, + orbit=-7 + } + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Duration", + orbit=3, + orbitIndex=21, + skill=40929, + stats={ + [1]="15% increased Archon Buff duration" + } + }, + [40975]={ + connections={ + [1]={ + id=24368, + orbit=0 + } + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Damage", + orbit=0, + orbitIndex=0, + skill=40975, + stats={ + [1]="15% increased Ballista damage" + } + }, + [40985]={ + connections={ + [1]={ + id=62679, + orbit=0 + } + }, + group=677, + icon="Art/2DArt/SkillIcons/passives/RemnantNotable.dds", + isNotable=true, + name="Empowering Remnants", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Paranoia" + }, + skill=40985, + stats={ + [1]="15% chance for Remnants you create to grant their effects twice" + } + }, + [40990]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1205, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Exposed to the Storm", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Despair" + }, + skill=40990, + stats={ + [1]="Damage Penetrates 18% Lightning Resistance", + [2]="30% increased Critical Hit Chance against enemies with Exposure" + } + }, + [41008]={ + ascendancyName="Amazon", + connections={ + }, + group=1332, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonGainPhysicalDamageWeaponsAccuracy.dds", + isNotable=true, + name="Penetrate", + orbit=0, + orbitIndex=0, + skill=41008, + stats={ + [1]="Attacks using your Weapons have Added Physical Damage equal", + [2]="to 25% of the Accuracy Rating on the Weapon" + } + }, + [41012]={ + connections={ + [1]={ + id=11392, + orbit=-6 + } + }, + group=105, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Fire Damage and Armour ", + orbit=0, + orbitIndex=0, + skill=41012, + stats={ + [1]="6% increased Fire Damage", + [2]="10% increased Armour" + } + }, + [41016]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=41016, + stats={ + } + }, + [41017]={ + connections={ + [1]={ + id=14262, + orbit=0 + }, + [2]={ + id=1801, + orbit=0 + } + }, + group=1213, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=41017, + stats={ + [1]="+5 to any Attribute" + } + }, + [41020]={ + connections={ + [1]={ + id=34908, + orbit=0 + } + }, + group=1177, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=8, + skill=41020, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [41029]={ + connections={ + [1]={ + id=25827, + orbit=0 + }, + [2]={ + id=44563, + orbit=-4 + }, + [3]={ + id=25557, + orbit=0 + }, + [4]={ + id=22219, + orbit=0 + } + }, + group=880, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=41029, + stats={ + [1]="+5 to any Attribute" + } + }, + [41031]={ + connections={ + [1]={ + id=54232, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=27, + skill=41031, + stats={ + [1]="+5 to any Attribute" + } + }, + [41033]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + [1]={ + id=55872, + orbit=0 + } + }, + group=925, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + isNotable=true, + name="Utmost Offering", + orbit=2, + orbitIndex=23, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Greed" + }, + skill=41033, + stats={ + [1]="Offerings cannot be damaged if they have been created Recently" + } + }, + [41044]={ + connections={ + [1]={ + id=47591, + orbit=-7 + } + }, + group=125, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=19, + skill=41044, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [41062]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=4, + orbitIndex=48, + skill=41062, + stats={ + } + }, + [41076]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=32771, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaReplaceSpiritWithDarkness.dds", + isNotable=true, + name="Embrace the Darkness", + orbit=9, + orbitIndex=45, + skill=41076, + stats={ + [1]="You have no Spirit", + [2]="Base Maximum Darkness is 100", + [3]="Damage taken is Reserved from Darkness before being taken from Life or Energy Shield", + [4]="Darkness Reservation lasts for 5 seconds", + [5]="+8 to Maximum Darkness per Level" + } + }, + [41096]={ + connections={ + [1]={ + id=35901, + orbit=0 + }, + [2]={ + id=31345, + orbit=5 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Shock Chance", + orbit=5, + orbitIndex=36, + skill=41096, + stats={ + [1]="10% increased chance to Shock", + [2]="8% increased Elemental Damage" + } + }, + [41105]={ + connections={ + [1]={ + id=54288, + orbit=0 + } + }, + group=237, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=12, + skill=41105, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [41126]={ + connections={ + [1]={ + id=1170, + orbit=0 + }, + [2]={ + id=9918, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=3, + orbitIndex=4, + skill=41126, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [41129]={ + connections={ + [1]={ + id=24338, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + name="Damage against Ailments", + orbit=4, + orbitIndex=70, + skill=41129, + stats={ + [1]="12% increased Damage with Hits against Enemies affected by Elemental Ailments" + } + }, + [41130]={ + connections={ + }, + group=545, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Spell and Minion Damage", + orbit=2, + orbitIndex=4, + skill=41130, + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + }, + [41147]={ + connections={ + [1]={ + id=23797, + orbit=-6 + }, + [2]={ + id=13279, + orbit=0 + } + }, + group=479, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Lightning Damage", + orbit=2, + orbitIndex=2, + skill=41147, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Lightning Damage" + } + }, + [41154]={ + connections={ + [1]={ + id=33601, + orbit=-2 + } + }, + group=160, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Chill Effect", + orbit=2, + orbitIndex=18, + skill=41154, + stats={ + [1]="15% increased Magnitude of Chill you inflict" + } + }, + [41159]={ + connections={ + [1]={ + id=27434, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightning.dds", + name="Lightning Damage and Mana Regeneration", + orbit=3, + orbitIndex=18, + skill=41159, + stats={ + [1]="8% increased Lightning Damage", + [2]="8% increased Mana Regeneration Rate" + } + }, + [41163]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=41163, + stats={ + } + }, + [41171]={ + connections={ + [1]={ + id=36341, + orbit=0 + } + }, + group=843, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Speed", + orbit=7, + orbitIndex=4, + skill=41171, + stats={ + [1]="4% increased Attack Speed while a Rare or Unique Enemy is in your Presence" + } + }, + [41180]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + [1]={ + id=61703, + orbit=0 + }, + [2]={ + id=17260, + orbit=0 + }, + [3]={ + id=32353, + orbit=0 + } + }, + group=148, + icon="Art/2DArt/SkillIcons/passives/AltMinionDamageHeraldMastery.dds", + isOnlyImage=true, + name="Shapeshifting Mastery", + orbit=1, + orbitIndex=0, + skill=41180, + stats={ + } + }, + [41186]={ + connections={ + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=5, + orbitIndex=0, + skill=41186, + stats={ + [1]="12% increased Totem Placement speed" + } + }, + [41210]={ + connections={ + [1]={ + id=1477, + orbit=0 + }, + [2]={ + id=43578, + orbit=0 + } + }, + group=652, + icon="Art/2DArt/SkillIcons/passives/ChainingProjectiles.dds", + isNotable=true, + name="Ricochet", + orbit=4, + orbitIndex=21, + skill=41210, + stats={ + [1]="15% increased Projectile Damage", + [2]="Projectiles have 10% chance to Chain an additional time from terrain" + } + }, + [41225]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=774, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Defence Mastery", + orbit=0, + orbitIndex=0, + skill=41225, + stats={ + } + }, + [41298]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1193, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=41298, + stats={ + } + }, + [41363]={ + connections={ + [1]={ + id=62518, + orbit=-5 + } + }, + group=175, + icon="Art/2DArt/SkillIcons/passives/lightningstr.dds", + name="Lightning Resistance", + orbit=4, + orbitIndex=9, + skill=41363, + stats={ + [1]="+5% to Lightning Resistance" + } + }, + [41372]={ + connections={ + [1]={ + id=48030, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield and Mana Regeneration", + orbit=7, + orbitIndex=21, + skill=41372, + stats={ + [1]="10% increased maximum Energy Shield", + [2]="6% increased Mana Regeneration Rate" + } + }, + [41394]={ + connections={ + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds", + isNotable=true, + name="Invigorating Archon", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Paranoia" + }, + skill=41394, + stats={ + [1]="Archon Buffs also grant +20% to all Elemental Resistances", + [2]="Archon Buffs also grant 10% increased Movement Speed" + } + }, + [41414]={ + connections={ + [1]={ + id=4547, + orbit=-7 + } + }, + group=175, + icon="Art/2DArt/SkillIcons/passives/coldresist.dds", + name="Cold Resistance", + orbit=7, + orbitIndex=23, + skill=41414, + stats={ + [1]="+5% to Cold Resistance" + } + }, + [41415]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=466, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=41415, + stats={ + } + }, + [41442]={ + connections={ + [1]={ + id=58088, + orbit=5 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Block and Stun Threshold", + orbit=3, + orbitIndex=14, + skill=41442, + stats={ + [1]="4% increased Block chance", + [2]="5% increased Stun Threshold" + } + }, + [41493]={ + connections={ + [1]={ + id=50253, + orbit=9 + } + }, + group=255, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=0, + orbitIndex=0, + skill=41493, + stats={ + [1]="8% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [41497]={ + connections={ + [1]={ + id=21164, + orbit=0 + } + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life and Chaos Resistance", + orbit=7, + orbitIndex=6, + skill=41497, + stats={ + [1]="Minions have 8% increased maximum Life", + [2]="Minions have +7% to Chaos Resistance" + } + }, + [41511]={ + connections={ + [1]={ + id=35560, + orbit=0 + } + }, + group=204, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Command Skill Damage", + orbit=0, + orbitIndex=0, + skill=41511, + stats={ + [1]="Minions deal 15% increased Damage with Command Skills" + } + }, + [41512]={ + connections={ + }, + group=725, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Heavy Weaponry", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Envy" + }, + skill=41512, + stats={ + [1]="15% increased Melee Damage", + [2]="15% increased Stun Buildup with Melee Damage", + [3]="+15 to Strength" + } + }, + [41522]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDurationPattern", + connections={ + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/MasteryDuration.dds", + isOnlyImage=true, + name="Duration Mastery", + orbit=0, + orbitIndex=0, + skill=41522, + stats={ + } + }, + [41529]={ + connections={ + [1]={ + id=21380, + orbit=-2 + } + }, + group=1039, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=5, + skill=41529, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [41538]={ + connections={ + [1]={ + id=9112, + orbit=3 + }, + [2]={ + id=30047, + orbit=0 + } + }, + group=911, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=3, + orbitIndex=18, + skill=41538, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [41573]={ + connections={ + [1]={ + id=24655, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=3, + orbitIndex=10, + skill=41573, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [41580]={ + connections={ + [1]={ + id=13799, + orbit=3 + }, + [2]={ + id=41298, + orbit=0 + } + }, + group=1193, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Maiming Strike", + orbit=7, + orbitIndex=2, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Ire" + }, + skill=41580, + stats={ + [1]="25% increased Attack Damage", + [2]="Attacks have 25% chance to Maim on Hit" + } + }, + [41615]={ + connections={ + [1]={ + id=10534, + orbit=4 + }, + [2]={ + id=22616, + orbit=0 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=7, + orbitIndex=10, + skill=41615, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [41619]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1320, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderLifeFlasks.dds", + isNotable=true, + name="Enduring Elixirs", + orbit=0, + orbitIndex=0, + skill=41619, + stats={ + [1]="Life Flask Effects are not removed when Unreserved Life is Filled", + [2]="Life Flask Effects do not Queue" + } + }, + [41645]={ + connections={ + [1]={ + id=6490, + orbit=0 + }, + [2]={ + id=10382, + orbit=0 + } + }, + group=1016, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=3, + orbitIndex=20, + skill=41645, + stats={ + [1]="10% increased Physical Damage" + } + }, + [41646]={ + connections={ + [1]={ + id=48670, + orbit=0 + }, + [2]={ + id=14091, + orbit=0 + } + }, + group=526, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=41646, + stats={ + [1]="+5 to any Attribute" + } + }, + [41651]={ + connections={ + [1]={ + id=43791, + orbit=0 + }, + [2]={ + id=53320, + orbit=-5 + } + }, + group=530, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Area", + orbit=2, + orbitIndex=2, + skill=41651, + stats={ + [1]="Banner Skills have 15% increased Area of Effect" + } + }, + [41654]={ + connections={ + [1]={ + id=41033, + orbit=2147483647 + } + }, + group=925, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Life", + orbit=2, + orbitIndex=5, + skill=41654, + stats={ + [1]="Offerings have 15% increased Maximum Life" + } + }, + [41657]={ + connections={ + }, + group=373, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=10, + skill=41657, + stats={ + [1]="15% increased Armour" + } + }, + [41665]={ + connections={ + [1]={ + id=50562, + orbit=6 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=3, + orbitIndex=2, + skill=41665, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [41669]={ + connections={ + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=3, + orbitIndex=12, + skill=41669, + stats={ + [1]="12% increased Cold Damage" + } + }, + [41736]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=46071, + orbit=0 + }, + [2]={ + id=35033, + orbit=0 + }, + [3]={ + id=5563, + orbit=4 + }, + [4]={ + id=60662, + orbit=0 + }, + [5]={ + id=2702, + orbit=-4 + }, + [6]={ + id=6109, + orbit=0 + } + }, + group=1347, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Amazon", + orbit=6, + orbitIndex=27, + skill=41736, + stats={ + } + }, + [41739]={ + connections={ + [1]={ + id=13279, + orbit=0 + } + }, + group=448, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=4, + skill=41739, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [41747]={ + connections={ + [1]={ + id=61847, + orbit=-3 + } + }, + group=62, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Critical Chance", + orbit=0, + orbitIndex=0, + skill=41747, + stats={ + [1]="15% increased Critical Hit Chance with Flails" + } + }, + [41753]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=1240, + icon="Art/2DArt/SkillIcons/passives/ashfrostandstorm.dds", + isNotable=true, + name="Evocational Practitioner", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Suffering" + }, + skill=41753, + stats={ + [1]="35% increased Critical Hit Chance if you've Triggered a Skill Recently", + [2]="Meta Skills gain 25% increased Energy if you've dealt a Critical Hit Recently" + } + }, + [41768]={ + connections={ + [1]={ + id=28982, + orbit=0 + }, + [2]={ + id=4725, + orbit=0 + } + }, + group=78, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=41768, + stats={ + [1]="+5 to any Attribute" + } + }, + [41811]={ + connections={ + [1]={ + id=35173, + orbit=0 + } + }, + group=1174, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Shatter Palm", + orbit=3, + orbitIndex=2, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Paranoia" + }, + skill=41811, + stats={ + [1]="30% increased Stun Buildup", + [2]="10% chance to Daze on Hit" + } + }, + [41821]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=142, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=41821, + stats={ + } + }, + [41861]={ + connections={ + }, + group=1235, + icon="Art/2DArt/SkillIcons/passives/MultipleBeastCompanionsKeystone.dds", + isKeystone=true, + name="Trusted Kinship", + orbit=0, + orbitIndex=0, + skill=41861, + stats={ + [1]="You can have two Companions of different types", + [2]="You have 30% less Defences", + [3]="Companions have +1 to each Defence for every 2 of that Defence you have" + } + }, + [41873]={ + connections={ + }, + group=1280, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=22, + skill=41873, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [41875]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=42416, + orbit=0 + } + }, + group=1306, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageClose.dds", + isMultipleChoiceOption=true, + name="Point Blank", + orbit=0, + orbitIndex=0, + skill=41875, + stats={ + [1]="Projectiles deal 20% more Hit damage to targets in the first 3.5 metres of their movement, scaling down with distance travelled to reach 0% after 7 metres" + } + }, + [41877]={ + connections={ + [1]={ + id=53958, + orbit=0 + }, + [2]={ + id=64601, + orbit=0 + } + }, + group=1107, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=41877, + stats={ + [1]="+5 to any Attribute" + } + }, + [41886]={ + connections={ + [1]={ + id=9663, + orbit=7 + } + }, + group=1230, + icon="Art/2DArt/SkillIcons/passives/ChaosDamage2.dds", + name="Chaos Damage and Resistance", + orbit=2, + orbitIndex=14, + skill=41886, + stats={ + [1]="5% increased Chaos Damage", + [2]="+3% to Chaos Resistance" + } + }, + [41905]={ + connections={ + [1]={ + id=56926, + orbit=0 + }, + [2]={ + id=44255, + orbit=7 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Gravedigger", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Disgust" + }, + skill=41905, + stats={ + [1]="Minions Revive 15% faster", + [2]="Recover 2% of maximum Life when one of your Minions is Revived" + } + }, + [41965]={ + connections={ + [1]={ + id=1755, + orbit=-6 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isSwitchable=true, + name="Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=37463, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=2, + orbitIndex=21, + skill=41965, + stats={ + [1]="8% increased Spell Damage" + } + }, + [41972]={ + connections={ + [1]={ + id=56649, + orbit=4 + }, + [2]={ + id=60515, + orbit=-4 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Glaciation", + orbit=4, + orbitIndex=18, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Isolation" + }, + skill=41972, + stats={ + [1]="Damage Penetrates 18% Cold Resistance", + [2]="Gain 6% of Elemental Damage as Extra Cold Damage" + } + }, + [41991]={ + connections={ + [1]={ + id=61026, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Attack and Cast Speed", + orbit=3, + orbitIndex=2, + skill=41991, + stats={ + [1]="Minions have 3% increased Attack and Cast Speed" + } + }, + [42017]={ + ascendancyName="Ritualist", + connections={ + }, + group=1360, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Reduced Spirit", + orbit=0, + orbitIndex=0, + skill=42017, + stats={ + [1]="25% reduced Spirit" + } + }, + [42026]={ + connections={ + [1]={ + id=63813, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=7, + orbitIndex=0, + skill=42026, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [42032]={ + connections={ + [1]={ + id=17906, + orbit=0 + } + }, + group=1242, + icon="Art/2DArt/SkillIcons/passives/Trap.dds", + isNotable=true, + name="Escalating Mayhem", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Ire" + }, + skill=42032, + stats={ + [1]="10% increased Damage for each Hazard triggered Recently, up to 50%" + } + }, + [42035]={ + ascendancyName="Chronomancer", + connections={ + }, + group=274, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistSynchronisationofPain.dds", + isNotable=true, + name="Inevitability", + orbit=2, + orbitIndex=15, + skill=42035, + stats={ + [1]="Grants Skill: Inevitable Agony" + } + }, + [42036]={ + connections={ + [1]={ + id=50146, + orbit=0 + } + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Glancing Hits", + orbit=4, + orbitIndex=17, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Suffering" + }, + skill=42036, + stats={ + [1]="30% increased Block chance", + [2]="You take 5% of damage from Blocked Hits" + } + }, + [42045]={ + connections={ + [1]={ + id=50535, + orbit=-7 + }, + [2]={ + id=52003, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonColdNotable.dds", + isNotable=true, + name="Archon of the Blizzard", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Ire" + }, + skill=42045, + stats={ + [1]="Gain Ice Archon when your Energy Shield Recharge begins" + } + }, + [42059]={ + connections={ + [1]={ + id=36333, + orbit=3 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=4, + orbitIndex=60, + skill=42059, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [42065]={ + connections={ + [1]={ + id=37532, + orbit=0 + } + }, + group=1051, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Surging Currents", + orbit=2, + orbitIndex=17, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Isolation" + }, + skill=42065, + stats={ + [1]="Damage Penetrates 15% Lightning Resistance", + [2]="+10 to Dexterity" + } + }, + [42076]={ + connections={ + [1]={ + id=17706, + orbit=-7 + } + }, + group=734, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge and Mana Flask Recovery", + orbit=0, + orbitIndex=0, + skill=42076, + stats={ + [1]="10% increased Energy Shield Recharge Rate", + [2]="10% increased Mana Recovery from Flasks" + } + }, + [42077]={ + connections={ + [1]={ + id=56564, + orbit=0 + }, + [2]={ + id=2102, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Essence Infusion", + orbit=2, + orbitIndex=11, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Greed" + }, + skill=42077, + stats={ + [1]="40% increased Energy Shield Recharge Rate", + [2]="+10 to Intelligence" + } + }, + [42103]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=62427, + orbit=-2 + } + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Enduring Deflection", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Despair" + }, + skill=42103, + stats={ + [1]="20% increased Evasion Rating", + [2]="Prevent +3% of Damage from Deflected Hits" + } + }, + [42111]={ + connections={ + [1]={ + id=21387, + orbit=0 + }, + [2]={ + id=26437, + orbit=0 + } + }, + group=133, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=19, + skill=42111, + stats={ + [1]="Break 20% increased Armour" + } + }, + [42118]={ + connections={ + [1]={ + id=2408, + orbit=0 + }, + [2]={ + id=57518, + orbit=0 + }, + [3]={ + id=7465, + orbit=0 + }, + [4]={ + id=43102, + orbit=0 + }, + [5]={ + id=3994, + orbit=0 + } + }, + group=1153, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=42118, + stats={ + [1]="+5 to any Attribute" + } + }, + [42127]={ + connections={ + [1]={ + id=4456, + orbit=0 + }, + [2]={ + id=41573, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=2, + orbitIndex=10, + skill=42127, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [42177]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=11153, + orbit=3 + } + }, + group=494, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Blurred Motion", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Ire" + }, + skill=42177, + stats={ + [1]="5% increased Attack Speed", + [2]="10% increased Accuracy Rating", + [3]="5% increased Dexterity" + } + }, + [42205]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=0, + orbitIndex=0, + skill=42205, + stats={ + } + }, + [42226]={ + connections={ + [1]={ + id=34892, + orbit=0 + }, + [2]={ + id=17792, + orbit=9 + } + }, + group=1252, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkey.dds", + name="Intelligence", + orbit=3, + orbitIndex=14, + skill=42226, + stats={ + [1]="+10 to Intelligence" + } + }, + [42245]={ + connections={ + [1]={ + id=16024, + orbit=2 + }, + [2]={ + id=18167, + orbit=-2 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Efficient Inscriptions", + orbit=1, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Greed" + }, + skill=42245, + stats={ + [1]="Meta Skills have 20% increased Reservation Efficiency" + } + }, + [42250]={ + connections={ + [1]={ + id=26786, + orbit=0 + }, + [2]={ + id=16484, + orbit=0 + }, + [3]={ + id=44014, + orbit=0 + } + }, + group=846, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=42250, + stats={ + [1]="+5 to any Attribute" + } + }, + [42275]={ + ascendancyName="Titan", + connections={ + [1]={ + id=38014, + orbit=5 + } + }, + group=48, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanSlamSkillsAftershock.dds", + isNotable=true, + name="Earthbreaker", + orbit=0, + orbitIndex=0, + skill=42275, + stats={ + [1]="25% chance for Slam Skills you use yourself to cause Aftershocks" + } + }, + [42280]={ + connections={ + [1]={ + id=21205, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=7, + orbitIndex=22, + skill=42280, + stats={ + [1]="+3 to all Attributes" + } + }, + [42290]={ + connections={ + [1]={ + id=38732, + orbit=-8 + } + }, + group=697, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=7, + orbitIndex=10, + skill=42290, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [42302]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + [1]={ + id=45331, + orbit=4 + }, + [2]={ + id=31918, + orbit=-4 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Split Shot", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Paranoia" + }, + skill=42302, + stats={ + [1]="Projectiles have 75% chance for an additional Projectile when Forking" + } + }, + [42347]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + isNotable=true, + name="Chakra of Sight", + orbit=3, + orbitIndex=6, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Disgust" + }, + skill=42347, + stats={ + [1]="20% increased Light Radius", + [2]="Cannot be Blinded", + [3]="12% chance to Blind Enemies on Hit" + } + }, + [42350]={ + connections={ + [1]={ + id=61438, + orbit=0 + } + }, + group=613, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=67, + skill=42350, + stats={ + [1]="+5 to any Attribute" + } + }, + [42354]={ + connections={ + [1]={ + id=43562, + orbit=2 + }, + [2]={ + id=3660, + orbit=7 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/EvasionAndBlindNotable.dds", + isNotable=true, + name="Blinding Flash", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Ire" + }, + skill=42354, + stats={ + [1]="20% increased Blind Effect", + [2]="Blind Enemies when they Stun you" + } + }, + [42361]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=1084, + icon="Art/2DArt/SkillIcons/passives/MasteryChaos.dds", + isOnlyImage=true, + name="Chaos Mastery", + orbit=0, + orbitIndex=0, + skill=42361, + stats={ + } + }, + [42379]={ + connections={ + [1]={ + id=16705, + orbit=0 + }, + [2]={ + id=25520, + orbit=0 + }, + [3]={ + id=3463, + orbit=0 + }, + [4]={ + id=4552, + orbit=0 + } + }, + group=1033, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=42379, + stats={ + [1]="+5 to any Attribute" + } + }, + [42390]={ + connections={ + [1]={ + id=11433, + orbit=3 + }, + [2]={ + id=63608, + orbit=0 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + isNotable=true, + name="Overheating Blow", + orbit=4, + orbitIndex=4, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Guilt" + }, + skill=42390, + stats={ + [1]="Gain 25% of Physical Damage as Extra Fire Damage against Heavy Stunned Enemies" + } + }, + [42410]={ + connections={ + [1]={ + id=9737, + orbit=4 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage and Armour Break", + orbit=7, + orbitIndex=20, + skill=42410, + stats={ + [1]="Break 10% increased Armour", + [2]="6% increased Attack Area Damage" + } + }, + [42416]={ + ascendancyName="Deadeye", + connections={ + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeProjectileDamageChoose.dds", + isMultipleChoice=true, + isNotable=true, + name="Projectile Proximity Specialisation", + orbit=5, + orbitIndex=24, + skill=42416, + stats={ + } + }, + [42441]={ + ascendancyName="Amazon", + connections={ + }, + group=1334, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonElementalDamageReductionperElementalInstillation.dds", + isNotable=true, + name="Surging Avatar", + orbit=0, + orbitIndex=0, + skill=42441, + stats={ + [1]="50% chance for Surges to suffuse your Projectiles without being Consumed" + } + }, + [42500]={ + connections={ + [1]={ + id=59881, + orbit=0 + } + }, + group=657, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=10, + skill=42500, + stats={ + [1]="+5 to any Attribute" + } + }, + [42522]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant1.dds", + isNotable=true, + name="Refracted Infusion", + orbit=9, + orbitIndex=127, + skill=42522, + stats={ + [1]="50% chance when collecting an Elemental Infusion to gain another different Elemental Infusion" + } + }, + [42578]={ + connections={ + [1]={ + id=23192, + orbit=-6 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=3, + orbitIndex=11, + skill=42578, + stats={ + [1]="5% increased Block chance" + } + }, + [42583]={ + connections={ + [1]={ + id=6714, + orbit=2147483647 + } + }, + group=525, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Life Regeneration Rate", + orbit=2, + orbitIndex=18, + skill=42583, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [42604]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=42604, + stats={ + } + }, + [42614]={ + connections={ + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Duration", + orbit=2, + orbitIndex=6, + skill=42614, + stats={ + [1]="Offering Skills have 30% reduced Duration" + } + }, + [42658]={ + connections={ + }, + group=1072, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=42658, + stats={ + [1]="+5 to any Attribute" + } + }, + [42680]={ + connections={ + }, + group=560, + icon="Art/2DArt/SkillIcons/passives/FireSpellsBecomeChaosSpellsKeystone.dds", + isKeystone=true, + name="Blackflame Covenant", + orbit=0, + orbitIndex=0, + skill=42680, + stats={ + [1]="Fire Spells Convert 100% of Fire Damage to Chaos Damage", + [2]="Chaos Damage from Fire Spells Contributes to Flammability and Ignite Magnitudes", + [3]="Ignite inflicted with Fire Spells deals Chaos Damage instead of Fire Damage" + } + }, + [42710]={ + connections={ + [1]={ + id=41186, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=2, + orbitIndex=20, + skill=42710, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [42714]={ + connections={ + [1]={ + id=29065, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Thousand Cuts", + orbit=5, + orbitIndex=60, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Despair" + }, + skill=42714, + stats={ + [1]="Enemies you apply Incision to take 2% increased Physical Damage per Incision" + } + }, + [42736]={ + connections={ + [1]={ + id=60685, + orbit=-3 + } + }, + group=726, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=42736, + stats={ + [1]="+5 to any Attribute" + } + }, + [42750]={ + connections={ + [1]={ + id=17088, + orbit=4 + }, + [2]={ + id=9050, + orbit=-4 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=6, + orbitIndex=42, + skill=42750, + stats={ + [1]="10% increased Attack Damage" + } + }, + [42760]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + isNotable=true, + name="Chakra of Stability", + orbit=1, + orbitIndex=4, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Paranoia" + }, + skill=42760, + stats={ + [1]="30% increased Stun Recovery", + [2]="Regenerate 3% of maximum Life over 1 second when Stunned", + [3]="+1 to Stun Threshold per Dexterity" + } + }, + [42781]={ + connections={ + [1]={ + id=55429, + orbit=0 + }, + [2]={ + id=56472, + orbit=0 + } + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/ProjectilesNotable.dds", + isNotable=true, + isSwitchable=true, + name="Clean Shot", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + id=42895, + name="Stalk and Leap", + stats={ + [1]="30% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds", + [2]="30% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds" + } + } + }, + orbit=2, + orbitIndex=2, + skill=42781, + stats={ + [1]="15% chance to Pierce an Enemy", + [2]="15% increased Projectile Damage" + } + }, + [42794]={ + connections={ + [1]={ + id=31433, + orbit=-5 + } + }, + group=1088, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=3, + orbitIndex=2, + skill=42794, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [42802]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=1251, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=42802, + stats={ + } + }, + [42805]={ + connections={ + [1]={ + id=26034, + orbit=-5 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=6, + skill=42805, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [42813]={ + connections={ + [1]={ + id=55491, + orbit=0 + } + }, + group=351, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Tides of Change", + orbit=7, + orbitIndex=19, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Fear" + }, + skill=42813, + stats={ + [1]="25% increased Skill Effect Duration" + } + }, + [42825]={ + connections={ + [1]={ + id=31238, + orbit=0 + } + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=14, + skill=42825, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [42845]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=10371, + orbit=0 + } + }, + group=244, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Banner Area", + orbit=0, + orbitIndex=0, + skill=42845, + stats={ + [1]="Banner Skills have 20% increased Area of Effect" + } + }, + [42857]={ + connections={ + [1]={ + id=20024, + orbit=3 + }, + [2]={ + id=7576, + orbit=0 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + name="Skill Speed", + orbit=7, + orbitIndex=16, + skill=42857, + stats={ + [1]="3% increased Skill Speed" + } + }, + [42914]={ + connections={ + [1]={ + id=33393, + orbit=0 + }, + [2]={ + id=50847, + orbit=0 + } + }, + group=72, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Ball and Chain", + orbit=4, + orbitIndex=60, + skill=42914, + stats={ + [1]="15% increased Damage with Flails", + [2]="6% increased Attack Speed with Flails" + } + }, + [42916]={ + connections={ + [1]={ + id=11030, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=3, + orbitIndex=4, + skill=42916, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [42959]={ + connections={ + [1]={ + id=32896, + orbit=-2 + }, + [2]={ + id=28903, + orbit=0 + } + }, + group=1100, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Low Tolerance", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Isolation" + }, + skill=42959, + stats={ + [1]="60% increased Effect of Poison you inflict on targets that are not Poisoned" + } + }, + [42974]={ + connections={ + [1]={ + id=46152, + orbit=3 + }, + [2]={ + id=8302, + orbit=-7 + }, + [3]={ + id=30808, + orbit=0 + } + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + name="Blind Chance", + orbit=2, + orbitIndex=18, + skill=42974, + stats={ + [1]="5% chance to Blind Enemies on Hit" + } + }, + [42981]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=56104, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds", + isNotable=true, + name="Cruel Methods", + orbit=4, + orbitIndex=40, + recipe={ + [1]="Suffering", + [2]="Envy", + [3]="Paranoia" + }, + skill=42981, + stats={ + [1]="Break 40% increased Armour", + [2]="25% increased Physical Damage" + } + }, + [42984]={ + connections={ + [1]={ + id=21184, + orbit=0 + } + }, + group=79, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=1, + orbitIndex=4, + skill=42984, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [42998]={ + connections={ + [1]={ + id=40333, + orbit=2 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=2, + orbitIndex=9, + skill=42998, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [42999]={ + connections={ + [1]={ + id=4925, + orbit=3 + } + }, + group=767, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=10, + skill=42999, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [43014]={ + connections={ + [1]={ + id=34308, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=2, + orbitIndex=19, + skill=43014, + stats={ + [1]="10% increased Melee Damage" + } + }, + [43036]={ + connections={ + [1]={ + id=2244, + orbit=4 + } + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=16, + skill=43036, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [43044]={ + connections={ + [1]={ + id=63566, + orbit=0 + }, + [2]={ + id=38678, + orbit=0 + }, + [3]={ + id=21495, + orbit=-6 + } + }, + group=1056, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=43044, + stats={ + [1]="+5 to any Attribute" + } + }, + [43082]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1171, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + isNotable=true, + name="Acceleration", + orbit=2, + orbitIndex=20, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Disgust" + }, + skill=43082, + stats={ + [1]="3% increased Movement Speed", + [2]="10% increased Skill Speed" + } + }, + [43088]={ + connections={ + [1]={ + id=28835, + orbit=0 + }, + [2]={ + id=178, + orbit=0 + }, + [3]={ + id=6988, + orbit=0 + } + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + isNotable=true, + name="Agonising Calamity", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Isolation" + }, + skill=43088, + stats={ + [1]="40% increased Chaos Damage while affected by Herald of Plague", + [2]="40% increased Physical Damage while affected by Herald of Blood" + } + }, + [43090]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1186, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Electrotherapy", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Guilt" + }, + skill=43090, + stats={ + [1]="5% increased Skill Speed", + [2]="30% increased Electrocute Buildup" + } + }, + [43095]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=35187, + orbit=0 + } + }, + group=1336, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Skill Speed", + orbit=0, + orbitIndex=0, + skill=43095, + stats={ + [1]="4% increased Skill Speed" + } + }, + [43102]={ + connections={ + [1]={ + id=30197, + orbit=0 + }, + [2]={ + id=42998, + orbit=-9 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=7, + orbitIndex=6, + skill=43102, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [43128]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=10731, + orbit=4 + } + }, + group=278, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Cast Speed and Area of Effect", + orbit=4, + orbitIndex=60, + skill=43128, + stats={ + [1]="4% increased Cast Speed", + [2]="8% increased Area of Effect" + } + }, + [43131]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=61973, + orbit=-9 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Damage vs Low Life Enemies", + orbit=8, + orbitIndex=40, + skill=43131, + stats={ + [1]="35% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [43139]={ + connections={ + [1]={ + id=38068, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Stormbreaker", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Despair", + [3]="Guilt" + }, + skill=43139, + stats={ + [1]="20% increased Damage for each type of Elemental Ailment on Enemy" + } + }, + [43142]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=43142, + stats={ + } + }, + [43149]={ + connections={ + [1]={ + id=40292, + orbit=0 + } + }, + group=226, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=2, + orbitIndex=20, + skill=43149, + stats={ + [1]="5% increased Attack Damage", + [2]="6% increased Accuracy Rating" + } + }, + [43155]={ + connections={ + [1]={ + id=7062, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Critical Chance", + orbit=4, + orbitIndex=23, + skill=43155, + stats={ + [1]="10% increased Critical Hit Chance with Crossbows" + } + }, + [43164]={ + connections={ + [1]={ + id=5710, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=20, + skill=43164, + stats={ + [1]="8% increased Melee Damage" + } + }, + [43174]={ + connections={ + [1]={ + id=28542, + orbit=-7 + } + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Effect", + orbit=7, + orbitIndex=18, + skill=43174, + stats={ + [1]="10% increased effect of Fully Broken Armour" + } + }, + [43183]={ + connections={ + [1]={ + id=11153, + orbit=0 + } + }, + group=494, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Accuracy", + orbit=7, + orbitIndex=6, + skill=43183, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Accuracy Rating" + } + }, + [43201]={ + connections={ + [1]={ + id=43383, + orbit=0 + } + }, + group=618, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance", + orbit=4, + orbitIndex=56, + skill=43201, + stats={ + [1]="10% increased chance to inflict Ailments" + } + }, + [43238]={ + connections={ + [1]={ + id=14211, + orbit=-7 + } + }, + group=984, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Rearm Chance", + orbit=7, + orbitIndex=12, + skill=43238, + stats={ + [1]="Hazards have 5% chance to rearm after they are triggered" + } + }, + [43263]={ + connections={ + [1]={ + id=64492, + orbit=-2 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Attack Speed", + orbit=7, + orbitIndex=13, + skill=43263, + stats={ + [1]="3% increased Attack Speed with One Handed Melee Weapons" + } + }, + [43281]={ + connections={ + [1]={ + id=47359, + orbit=0 + }, + [2]={ + id=51934, + orbit=7 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=7, + orbitIndex=21, + skill=43281, + stats={ + [1]="Triggered Spells deal 16% increased Spell Damage" + } + }, + [43338]={ + connections={ + [1]={ + id=56767, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Shock Chance and Lightning Damage", + orbit=2, + orbitIndex=10, + skill=43338, + stats={ + [1]="8% increased Lightning Damage", + [2]="8% increased chance to Shock" + } + }, + [43366]={ + connections={ + [1]={ + id=2606, + orbit=0 + }, + [2]={ + id=4407, + orbit=0 + } + }, + group=460, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Physical Damage Reduction", + orbit=0, + orbitIndex=0, + skill=43366, + stats={ + [1]="Minions have 12% additional Physical Damage Reduction" + } + }, + [43383]={ + connections={ + [1]={ + id=62588, + orbit=0 + }, + [2]={ + id=37450, + orbit=0 + } + }, + group=618, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + isNotable=true, + name="Exposed Wounds", + orbit=4, + orbitIndex=51, + skill=43383, + stats={ + [1]="15% increased chance to inflict Ailments", + [2]="Hits Break 30% increased Armour on targets with Ailments" + } + }, + [43396]={ + connections={ + [1]={ + id=40550, + orbit=0 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Reach", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Ire" + }, + skill=43396, + stats={ + [1]="25% increased Totem Placement speed", + [2]="50% increased Totem Placement range" + } + }, + [43423]={ + connections={ + [1]={ + id=48660, + orbit=0 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + isNotable=true, + name="Emboldened Avatar", + orbit=2, + orbitIndex=23, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Greed" + }, + skill=43423, + stats={ + [1]="25% increased Flammability Magnitude", + [2]="25% increased Freeze Buildup", + [3]="25% increased chance to Shock", + [4]="25% increased Electrocute Buildup" + } + }, + [43443]={ + connections={ + [1]={ + id=32148, + orbit=0 + }, + [2]={ + id=49370, + orbit=0 + }, + [3]={ + id=8535, + orbit=0 + } + }, + group=63, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Critical Chance", + orbit=0, + orbitIndex=0, + skill=43443, + stats={ + [1]="15% increased Critical Hit Chance with Flails" + } + }, + [43444]={ + connections={ + }, + group=643, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + name="Knockback", + orbit=7, + orbitIndex=8, + skill=43444, + stats={ + [1]="8% increased Knockback Distance" + } + }, + [43453]={ + connections={ + [1]={ + id=64050, + orbit=0 + } + }, + group=1157, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + name="Sprint Movement Speed", + orbit=0, + orbitIndex=0, + skill=43453, + stats={ + [1]="3% increased Movement Speed while Sprinting" + } + }, + [43507]={ + connections={ + [1]={ + id=40292, + orbit=0 + } + }, + group=226, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=2, + orbitIndex=12, + skill=43507, + stats={ + [1]="5% increased Attack Damage", + [2]="6% increased Accuracy Rating" + } + }, + [43522]={ + connections={ + [1]={ + id=38497, + orbit=4 + }, + [2]={ + id=33099, + orbit=6 + } + }, + group=1086, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges Used", + orbit=7, + orbitIndex=7, + skill=43522, + stats={ + [1]="6% reduced Charm Charges used" + } + }, + [43557]={ + connections={ + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Critical Damage", + orbit=3, + orbitIndex=17, + skill=43557, + stats={ + [1]="Minions have 15% increased Critical Damage Bonus" + } + }, + [43562]={ + connections={ + [1]={ + id=3660, + orbit=0 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Chance", + orbit=3, + orbitIndex=2, + skill=43562, + stats={ + [1]="8% chance to Blind Enemies on Hit with Attacks" + } + }, + [43575]={ + connections={ + [1]={ + id=41512, + orbit=0 + } + }, + group=725, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage ", + orbit=7, + orbitIndex=16, + skill=43575, + stats={ + [1]="10% increased Melee Damage" + } + }, + [43576]={ + connections={ + [1]={ + id=7971, + orbit=3 + } + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=8, + skill=43576, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [43578]={ + connections={ + }, + group=652, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=26, + skill=43578, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [43579]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=35369, + orbit=0 + } + }, + group=151, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=1, + orbitIndex=9, + skill=43579, + stats={ + } + }, + [43633]={ + connections={ + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds", + isNotable=true, + name="Energising Archon", + orbit=7, + orbitIndex=17, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Envy" + }, + skill=43633, + stats={ + [1]="20% faster start of Energy Shield Recharge while affected by an Archon Buff", + [2]="40% increased Energy Shield Recharge Rate while affected by an Archon Buff" + } + }, + [43647]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + [1]={ + id=32507, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=2, + orbitIndex=17, + skill=43647, + stats={ + } + }, + [43650]={ + connections={ + [1]={ + id=21070, + orbit=0 + }, + [2]={ + id=53386, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance and Damage", + orbit=1, + orbitIndex=11, + skill=43650, + stats={ + [1]="8% increased Critical Damage Bonus", + [2]="5% increased Critical Hit Chance" + } + }, + [43653]={ + connections={ + [1]={ + id=26518, + orbit=0 + }, + [2]={ + id=48171, + orbit=0 + } + }, + group=176, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=4, + orbitIndex=9, + skill=43653, + stats={ + [1]="12% increased Cold Damage" + } + }, + [43677]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + }, + group=953, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Crippling Toxins", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Envy" + }, + skill=43677, + stats={ + [1]="25% chance for Attacks to Maim on Hit against Poisoned Enemies", + [2]="25% increased Magnitude of Poison you inflict" + } + }, + [43691]={ + connections={ + [1]={ + id=21746, + orbit=0 + }, + [2]={ + id=55270, + orbit=0 + } + }, + group=922, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=6, + skill=43691, + stats={ + [1]="+5 to any Attribute" + } + }, + [43711]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern", + connections={ + }, + group=240, + icon="Art/2DArt/SkillIcons/passives/ThornsNotable1.dds", + isNotable=true, + name="Thornhide", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Fear" + }, + skill=43711, + stats={ + [1]="+6% to Thorns Critical Hit Chance" + } + }, + [43713]={ + connections={ + [1]={ + id=3051, + orbit=0 + }, + [2]={ + id=27009, + orbit=0 + }, + [3]={ + id=35602, + orbit=0 + } + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Area", + orbit=0, + orbitIndex=0, + skill=43713, + stats={ + [1]="Offering Skills have 20% increased Area of Effect" + } + }, + [43720]={ + connections={ + }, + group=1046, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech and Cold Resistance", + orbit=2, + orbitIndex=11, + skill=43720, + stats={ + [1]="+5% to Cold Resistance", + [2]="10% increased amount of Mana Leeched" + } + }, + [43736]={ + connections={ + [1]={ + id=29695, + orbit=4 + } + }, + group=661, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isSwitchable=true, + name="Energy Shield Delay", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + id=38659, + name="Mana Regeneration", + stats={ + [1]="10% increased Mana Regeneration Rate" + } + } + }, + orbit=2, + orbitIndex=3, + skill=43736, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [43746]={ + connections={ + [1]={ + id=16460, + orbit=0 + }, + [2]={ + id=38143, + orbit=0 + } + }, + group=788, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=6, + skill=43746, + stats={ + [1]="+5 to any Attribute" + } + }, + [43778]={ + connections={ + [1]={ + id=36894, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Chance", + orbit=3, + orbitIndex=2, + skill=43778, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [43791]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern", + connections={ + }, + group=530, + icon="Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds", + isNotable=true, + name="Rallying Icon", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Guilt" + }, + skill=43791, + stats={ + [1]="When a Banner expires, recover 15% of the Glory required for that Banner" + } + }, + [43818]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=412, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=43818, + stats={ + } + }, + [43829]={ + connections={ + [1]={ + id=51944, + orbit=0 + }, + [2]={ + id=45576, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Advanced Munitions", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Greed" + }, + skill=43829, + stats={ + [1]="25% increased chance to inflict Ailments with Projectiles" + } + }, + [43842]={ + connections={ + [1]={ + id=5695, + orbit=2 + }, + [2]={ + id=28092, + orbit=2 + } + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Effect", + orbit=0, + orbitIndex=0, + skill=43842, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [43854]={ + connections={ + [1]={ + id=52038, + orbit=0 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="All For One", + orbit=7, + orbitIndex=14, + recipe={ + [1]="Paranoia", + [2]="Disgust", + [3]="Suffering" + }, + skill=43854, + stats={ + [1]="20% reduced Presence Area of Effect", + [2]="12% increased Area of Effect" + } + }, + [43867]={ + connections={ + [1]={ + id=10423, + orbit=2 + } + }, + group=1238, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=7, + orbitIndex=23, + skill=43867, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [43877]={ + connections={ + [1]={ + id=51522, + orbit=-2 + }, + [2]={ + id=47895, + orbit=-2 + } + }, + group=989, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=1, + orbitIndex=7, + skill=43877, + stats={ + [1]="3% increased Attack Speed" + } + }, + [43893]={ + connections={ + [1]={ + id=55101, + orbit=0 + }, + [2]={ + id=1433, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=10, + skill=43893, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [43895]={ + connections={ + [1]={ + id=48670, + orbit=-5 + } + }, + group=465, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration on Low Life", + orbit=7, + orbitIndex=6, + skill=43895, + stats={ + [1]="15% increased Life Regeneration Rate while on Low Life" + } + }, + [43923]={ + connections={ + [1]={ + id=19104, + orbit=0 + } + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isSwitchable=true, + name="Accuracy", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + id=34062, + name="Stun Threshold during Parry", + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + } + }, + orbit=2, + orbitIndex=2, + skill=43923, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [43938]={ + connections={ + [1]={ + id=37688, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Throw Speed", + orbit=6, + orbitIndex=39, + skill=43938, + stats={ + [1]="6% increased Trap Throwing Speed" + } + }, + [43939]={ + connections={ + [1]={ + id=48267, + orbit=0 + }, + [2]={ + id=56214, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Melting Flames", + orbit=3, + orbitIndex=9, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=43939, + stats={ + [1]="Enemies Ignited by you permanently take 1% increased Fire Damage for each second they have ever been Ignited by you, up to a maximum of 10%" + } + }, + [43944]={ + connections={ + [1]={ + id=23547, + orbit=0 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/CursemitigationclusterNode.dds", + isNotable=true, + name="Instability", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Ire" + }, + skill=43944, + stats={ + [1]="25% chance that when Volatility on you explodes, you regain an equivalent amount of Volatility" + } + }, + [43964]={ + connections={ + [1]={ + id=41645, + orbit=0 + } + }, + group=1016, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=2, + orbitIndex=4, + skill=43964, + stats={ + [1]="Break 20% increased Armour" + } + }, + [44005]={ + connections={ + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Casting Cascade", + orbit=6, + orbitIndex=41, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Isolation" + }, + skill=44005, + stats={ + [1]="15% reduced Spell Damage", + [2]="6% increased Cast Speed for each different Non-Instant Spell you've Cast Recently" + } + }, + [44014]={ + connections={ + [1]={ + id=11855, + orbit=0 + } + }, + group=808, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=8, + skill=44014, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [44017]={ + connections={ + [1]={ + id=4527, + orbit=0 + } + }, + group=163, + icon="Art/2DArt/SkillIcons/passives/KeystoneResoluteTechnique.dds", + isKeystone=true, + name="Resolute Technique", + orbit=0, + orbitIndex=0, + skill=44017, + stats={ + [1]="Accuracy Rating is Doubled", + [2]="Never deal Critical Hits" + } + }, + [44069]={ + connections={ + [1]={ + id=29358, + orbit=-7 + } + }, + group=99, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=3, + orbitIndex=4, + skill=44069, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [44082]={ + connections={ + [1]={ + id=4931, + orbit=0 + } + }, + group=388, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=6, + skill=44082, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [44092]={ + connections={ + [1]={ + id=54911, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude", + orbit=2, + orbitIndex=1, + skill=44092, + stats={ + [1]="12% increased Ignite Magnitude" + } + }, + [44098]={ + connections={ + [1]={ + id=4061, + orbit=0 + }, + [2]={ + id=34531, + orbit=0 + } + }, + group=514, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=7, + orbitIndex=12, + skill=44098, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [44141]={ + connections={ + [1]={ + id=18969, + orbit=0 + }, + [2]={ + id=21788, + orbit=0 + } + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Bow Speed", + orbit=3, + orbitIndex=7, + skill=44141, + stats={ + [1]="3% increased Attack Speed with Bows" + } + }, + [44176]={ + connections={ + [1]={ + id=57047, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=7, + orbitIndex=18, + skill=44176, + stats={ + [1]="+3 to all Attributes" + } + }, + [44179]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=670, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=44179, + stats={ + } + }, + [44201]={ + connections={ + }, + group=845, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=2, + orbitIndex=2, + skill=44201, + stats={ + [1]="6% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [44204]={ + connections={ + [1]={ + id=33729, + orbit=3 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Flammability Magnitude", + orbit=7, + orbitIndex=0, + skill=44204, + stats={ + [1]="10% increased Flammability Magnitude", + [2]="8% increased Elemental Damage" + } + }, + [44223]={ + connections={ + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=7, + orbitIndex=1, + skill=44223, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [44239]={ + connections={ + [1]={ + id=29479, + orbit=0 + } + }, + group=931, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=7, + orbitIndex=16, + skill=44239, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [44255]={ + connections={ + [1]={ + id=28573, + orbit=-3 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Revive Speed", + orbit=7, + orbitIndex=12, + skill=44255, + stats={ + [1]="Minions Revive 5% faster" + } + }, + [44280]={ + connections={ + [1]={ + id=23305, + orbit=-3 + } + }, + group=1169, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Effect and Blind Chance", + orbit=2, + orbitIndex=9, + skill=44280, + stats={ + [1]="8% increased Effect of your Mark Skills", + [2]="5% chance to Blind Enemies on Hit with Attacks" + } + }, + [44293]={ + connections={ + }, + group=523, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + isNotable=true, + name="Hastening Barrier", + orbit=2, + orbitIndex=9, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Paranoia" + }, + skill=44293, + stats={ + [1]="5% increased Cast Speed", + [2]="10% increased Cast Speed when on Full Life" + } + }, + [44298]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=46024, + orbit=0 + } + }, + group=194, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=0, + orbitIndex=0, + skill=44298, + stats={ + } + }, + [44299]={ + connections={ + [1]={ + id=38105, + orbit=0 + }, + [2]={ + id=49455, + orbit=0 + }, + [3]={ + id=857, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Enhanced Barrier", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Isolation" + }, + skill=44299, + stats={ + [1]="25% increased maximum Energy Shield", + [2]="5% of Maximum Life Converted to Energy Shield" + } + }, + [44316]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=237, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=1, + orbitIndex=6, + skill=44316, + stats={ + } + }, + [44330]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + isNotable=true, + name="Coated Arms", + orbit=3, + orbitIndex=2, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Paranoia" + }, + skill=44330, + stats={ + [1]="25% increased Damage with One Handed Weapons", + [2]="Attacks with One-Handed Weapons have 20% increased Chance to inflict Ailments" + } + }, + [44343]={ + connections={ + [1]={ + id=55276, + orbit=0 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=36, + skill=44343, + stats={ + [1]="+5 to any Attribute" + } + }, + [44344]={ + connections={ + [1]={ + id=28092, + orbit=4 + } + }, + group=469, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=44344, + stats={ + [1]="+5 to any Attribute" + } + }, + [44345]={ + connections={ + [1]={ + id=48833, + orbit=0 + } + }, + group=839, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=44345, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [44357]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=63713, + orbit=-9 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Critical Chance", + orbit=9, + orbitIndex=34, + skill=44357, + stats={ + [1]="12% increased Critical Hit Chance" + } + }, + [44359]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=44359, + stats={ + } + }, + [44369]={ + connections={ + [1]={ + id=30748, + orbit=0 + } + }, + group=1045, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=7, + orbitIndex=16, + skill=44369, + stats={ + [1]="3% chance to gain Volatility on Kill" + } + }, + [44371]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=30151, + orbit=0 + } + }, + group=293, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianGainStunThresholdArmour.dds", + isNotable=true, + name="Polish That Gear", + orbit=0, + orbitIndex=0, + skill=44371, + stats={ + [1]="Gain Deflection Rating equal to 20% of Armour", + [2]="Gain 100% of Evasion Rating as extra Ailment Threshold" + } + }, + [44372]={ + connections={ + [1]={ + id=11679, + orbit=0 + }, + [2]={ + id=25829, + orbit=0 + } + }, + group=521, + icon="Art/2DArt/SkillIcons/passives/AuraNotable.dds", + name="Spell Damage and Cast Speed", + orbit=2, + orbitIndex=22, + skill=44372, + stats={ + [1]="6% increased Spell Damage", + [2]="2% increased Cast Speed" + } + }, + [44373]={ + connections={ + }, + group=1122, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Wither Away", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Guilt", + [3]="Isolation" + }, + skill=44373, + stats={ + [1]="Unwithered enemies are Withered for 8 seconds when they enter your Presence", + [2]="20% increased Withered Magnitude" + } + }, + [44406]={ + connections={ + }, + group=322, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=6, + orbitIndex=0, + skill=44406, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [44419]={ + connections={ + [1]={ + id=7251, + orbit=7 + }, + [2]={ + id=29788, + orbit=-7 + } + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=7, + orbitIndex=10, + skill=44419, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [44420]={ + connections={ + [1]={ + id=28021, + orbit=0 + } + }, + group=1014, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=0, + orbitIndex=0, + skill=44420, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [44423]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=25971, + orbit=0 + } + }, + group=1037, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=2, + orbitIndex=1, + skill=44423, + stats={ + } + }, + [44430]={ + connections={ + [1]={ + id=7062, + orbit=0 + } + }, + group=763, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Damage", + orbit=0, + orbitIndex=0, + skill=44430, + stats={ + [1]="12% increased Damage with Crossbows" + } + }, + [44453]={ + connections={ + [1]={ + id=42760, + orbit=0 + } + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + name="Stun Threshold", + orbit=2, + orbitIndex=3, + skill=44453, + stats={ + [1]="15% increased Stun Threshold" + } + }, + [44455]={ + connections={ + [1]={ + id=41669, + orbit=0 + }, + [2]={ + id=60515, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=0, + orbitIndex=0, + skill=44455, + stats={ + [1]="12% increased Cold Damage" + } + }, + [44461]={ + connections={ + [1]={ + id=54998, + orbit=-7 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=7, + orbitIndex=21, + skill=44461, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [44484]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=42522, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Remnant Range", + orbit=9, + orbitIndex=136, + skill=44484, + stats={ + [1]="Remnants can be collected from 30% further away" + } + }, + [44490]={ + connections={ + [1]={ + id=43090, + orbit=0 + } + }, + group=1161, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage and Electrocute Buildup", + orbit=0, + orbitIndex=0, + skill=44490, + stats={ + [1]="8% increased Lightning Damage", + [2]="10% increased Electrocute Buildup" + } + }, + [44498]={ + connections={ + [1]={ + id=22439, + orbit=-5 + }, + [2]={ + id=38068, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Exposure Effect", + orbit=3, + orbitIndex=20, + skill=44498, + stats={ + [1]="10% increased Exposure Effect" + } + }, + [44516]={ + connections={ + [1]={ + id=2113, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Speed", + orbit=2, + orbitIndex=13, + skill=44516, + stats={ + [1]="3% increased Attack Speed with Quarterstaves" + } + }, + [44522]={ + connections={ + [1]={ + id=47831, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=22, + skill=44522, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [44527]={ + connections={ + [1]={ + id=44875, + orbit=0 + } + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/FlaskNotableFlasksLastLonger.dds", + isNotable=true, + isSwitchable=true, + name="Cautious Concoctions", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/StunAvoidNotable.dds", + id=55535, + name="Attuned with Nature", + stats={ + [1]="25% increased Elemental Ailment Threshold", + [2]="25% increased Stun Threshold while on Full Life" + } + } + }, + orbit=2, + orbitIndex=2, + skill=44527, + stats={ + [1]="15% increased Flask Effect Duration", + [2]="15% increased Flask Charges gained" + } + }, + [44540]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=984, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=1, + orbitIndex=4, + skill=44540, + stats={ + } + }, + [44563]={ + connections={ + [1]={ + id=59053, + orbit=7 + } + }, + group=907, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect and Hinder Duration", + orbit=0, + orbitIndex=0, + skill=44563, + stats={ + [1]="Debuffs you inflict have 4% increased Slow Magnitude", + [2]="20% increased Hinder Duration" + } + }, + [44566]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=718, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Lightning Rod", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Isolation" + }, + skill=44566, + stats={ + [1]="30% chance for Lightning Damage with Hits to be Lucky" + } + }, + [44605]={ + connections={ + [1]={ + id=59881, + orbit=-6 + }, + [2]={ + id=13081, + orbit=0 + } + }, + group=616, + icon="Art/2DArt/SkillIcons/passives/newnewattackspeed.dds", + isNotable=true, + name="Remorseless", + orbit=5, + orbitIndex=21, + skill=44605, + stats={ + [1]="15% increased Projectile Damage", + [2]="30% increased Stun Buildup against enemies within 2 metres", + [3]="+5 to Strength and Dexterity" + } + }, + [44608]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=747, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=44608, + stats={ + } + }, + [44612]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern", + connections={ + }, + group=911, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds", + isOnlyImage=true, + name="Spell Suppression Mastery", + orbit=0, + orbitIndex=0, + skill=44612, + stats={ + } + }, + [44628]={ + connections={ + [1]={ + id=20820, + orbit=0 + } + }, + group=985, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=4, + skill=44628, + stats={ + [1]="3% increased Attack Speed" + } + }, + [44659]={ + connections={ + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=27, + skill=44659, + stats={ + [1]="+5 to any Attribute" + } + }, + [44669]={ + connections={ + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Increased Duration", + orbit=3, + orbitIndex=9, + skill=44669, + stats={ + [1]="10% increased Skill Effect Duration" + } + }, + [44683]={ + classesStart={ + [1]="Shadow", + [2]="Monk" + }, + connections={ + [1]={ + id=5162, + orbit=0 + }, + [2]={ + id=45406, + orbit=0 + }, + [3]={ + id=50198, + orbit=0 + }, + [4]={ + id=11495, + orbit=0 + }, + [5]={ + id=9994, + orbit=0 + }, + [6]={ + id=74, + orbit=0 + }, + [7]={ + id=52980, + orbit=0 + } + }, + group=715, + icon="Art/2DArt/SkillIcons/passives/tempint.dds", + name="SIX", + orbit=0, + orbitIndex=0, + skill=44683, + stats={ + } + }, + [44690]={ + connections={ + [1]={ + id=14127, + orbit=0 + } + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Reduced Duration", + orbit=2, + orbitIndex=5, + skill=44690, + stats={ + [1]="8% reduced Skill Effect Duration" + } + }, + [44699]={ + connections={ + [1]={ + id=16150, + orbit=0 + } + }, + group=1292, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Companion Reservation", + orbit=0, + orbitIndex=0, + skill=44699, + stats={ + [1]="8% increased Reservation Efficiency of Companion Skills" + } + }, + [44707]={ + connections={ + [1]={ + id=54785, + orbit=0 + }, + [2]={ + id=7628, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage", + orbit=0, + orbitIndex=0, + skill=44707, + stats={ + [1]="Attack Skills deal 10% increased Damage while holding a Shield" + } + }, + [44733]={ + connections={ + [1]={ + id=10742, + orbit=0 + }, + [2]={ + id=29432, + orbit=-8 + }, + [3]={ + id=1433, + orbit=0 + } + }, + group=430, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=12, + skill=44733, + stats={ + [1]="+5 to any Attribute" + } + }, + [44746]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=4245, + orbit=0 + } + }, + group=260, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianProjectileBuildsPin.dds", + isNotable=true, + name="Suppressing Fire", + orbit=0, + orbitIndex=0, + skill=44746, + stats={ + [1]="40% more Immobilisation buildup" + } + }, + [44753]={ + connections={ + [1]={ + id=63608, + orbit=0 + } + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="One With Flame", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Isolation" + }, + skill=44753, + stats={ + [1]="50% reduced Magnitude of Ignite on you" + } + }, + [44756]={ + connections={ + [1]={ + id=44841, + orbit=5 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + isNotable=true, + name="Marked Agility", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Suffering" + }, + skill=44756, + stats={ + [1]="60% increased Mana Cost Efficiency of Marks", + [2]="4% increased Movement Speed if you've used a Mark Recently" + } + }, + [44765]={ + connections={ + [1]={ + id=32233, + orbit=0 + } + }, + group=674, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + isNotable=true, + name="Distracting Presence", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Suffering" + }, + skill=44765, + stats={ + [1]="10% increased Cooldown Recovery Rate", + [2]="Enemies in your Presence have 10% reduced Cooldown Recovery Rate" + } + }, + [44776]={ + connections={ + [1]={ + id=48773, + orbit=0 + }, + [2]={ + id=1841, + orbit=5 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=5, + orbitIndex=18, + skill=44776, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [44783]={ + connections={ + [1]={ + id=22949, + orbit=0 + } + }, + group=321, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area Damage", + orbit=2, + orbitIndex=18, + skill=44783, + stats={ + [1]="10% increased Spell Area Damage" + } + }, + [44787]={ + connections={ + [1]={ + id=14654, + orbit=0 + }, + [2]={ + id=49192, + orbit=0 + }, + [3]={ + id=51683, + orbit=-4 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=7, + orbitIndex=14, + skill=44787, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [44836]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern", + connections={ + [1]={ + id=47150, + orbit=0 + } + }, + group=640, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Feel no Pain", + orbit=2, + orbitIndex=12, + skill=44836, + stats={ + [1]="20% increased Armour and Evasion Rating", + [2]="20% increased Stun Threshold" + } + }, + [44841]={ + connections={ + [1]={ + id=36927, + orbit=0 + }, + [2]={ + id=28258, + orbit=2 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Duration", + orbit=2, + orbitIndex=19, + skill=44841, + stats={ + [1]="Mark Skills have 25% increased Skill Effect Duration" + } + }, + [44850]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern", + connections={ + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Recovery Mastery", + orbit=0, + orbitIndex=0, + skill=44850, + stats={ + } + }, + [44871]={ + connections={ + [1]={ + id=54447, + orbit=0 + }, + [2]={ + id=56216, + orbit=0 + } + }, + group=622, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=3, + orbitIndex=2, + skill=44871, + stats={ + [1]="+10 to maximum Energy Shield" + } + }, + [44872]={ + connections={ + [1]={ + id=11248, + orbit=0 + }, + [2]={ + id=55596, + orbit=0 + }, + [3]={ + id=22949, + orbit=0 + } + }, + group=272, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=44872, + stats={ + [1]="+5 to any Attribute" + } + }, + [44875]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=44875, + stats={ + } + }, + [44891]={ + connections={ + [1]={ + id=52537, + orbit=2147483647 + }, + [2]={ + id=15775, + orbit=0 + } + }, + group=1224, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=7, + skill=44891, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [44902]={ + connections={ + [1]={ + id=511, + orbit=3 + } + }, + group=155, + icon="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds", + name="Attack and Spell Damage", + orbit=7, + orbitIndex=2, + skill=44902, + stats={ + [1]="8% increased Spell Damage", + [2]="8% increased Attack Damage" + } + }, + [44917]={ + connections={ + [1]={ + id=34984, + orbit=0 + } + }, + group=824, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Self Mortification", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Envy" + }, + skill=44917, + stats={ + [1]="Gain additional Stun Threshold equal to 20% of maximum Energy Shield", + [2]="20% increased Stun Threshold while on Full Life" + } + }, + [44932]={ + connections={ + [1]={ + id=54984, + orbit=0 + } + }, + group=1142, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Effect", + orbit=3, + orbitIndex=4, + skill=44932, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [44951]={ + connections={ + [1]={ + id=5777, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=4, + orbitIndex=9, + skill=44951, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [44952]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + [1]={ + id=9163, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Made to Last", + orbit=3, + orbitIndex=11, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Guilt" + }, + skill=44952, + stats={ + [1]="25% of Physical Damage prevented Recouped as Life" + } + }, + [44983]={ + connections={ + [1]={ + id=3685, + orbit=0 + } + }, + group=535, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=2, + orbitIndex=22, + skill=44983, + stats={ + [1]="+3 to all Attributes" + } + }, + [45012]={ + connections={ + [1]={ + id=8246, + orbit=0 + }, + [2]={ + id=64462, + orbit=0 + }, + [3]={ + id=41017, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=3, + orbitIndex=12, + skill=45012, + stats={ + [1]="10% increased Attack Damage" + } + }, + [45013]={ + connections={ + [1]={ + id=58884, + orbit=0 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Finishing Blows", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Ire" + }, + skill=45013, + stats={ + [1]="60% increased Damage with Hits against Enemies that are on Low Life", + [2]="30% increased Stun Buildup against Enemies that are on Low Life" + } + }, + [45019]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=797, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=45019, + stats={ + } + }, + [45037]={ + connections={ + [1]={ + id=9736, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=7, + orbitIndex=17, + skill=45037, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [45075]={ + connections={ + [1]={ + id=43507, + orbit=0 + }, + [2]={ + id=27439, + orbit=0 + } + }, + group=226, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=7, + orbitIndex=8, + skill=45075, + stats={ + [1]="5% increased Attack Damage", + [2]="6% increased Accuracy Rating" + } + }, + [45086]={ + connections={ + [1]={ + id=34520, + orbit=0 + } + }, + group=809, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical as Extra Chaos Damage", + orbit=2, + orbitIndex=21, + skill=45086, + stats={ + [1]="Gain 3% of Physical Damage as extra Chaos Damage" + } + }, + [45090]={ + connections={ + [1]={ + id=36027, + orbit=0 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Attack Damage", + orbit=7, + orbitIndex=19, + skill=45090, + stats={ + [1]="12% increased Attack Damage" + } + }, + [45100]={ + connections={ + [1]={ + id=56928, + orbit=-3 + } + }, + group=1050, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Flask Duration", + orbit=4, + orbitIndex=37, + skill=45100, + stats={ + [1]="5% increased Flask Effect Duration", + [2]="2% increased Attack Speed" + } + }, + [45111]={ + connections={ + [1]={ + id=14446, + orbit=0 + } + }, + group=1085, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Duration", + orbit=7, + orbitIndex=2, + skill=45111, + stats={ + [1]="20% increased Curse Duration" + } + }, + [45162]={ + connections={ + [1]={ + id=24801, + orbit=7 + }, + [2]={ + id=63031, + orbit=-2 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Presence Area", + orbit=7, + orbitIndex=18, + skill=45162, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [45177]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + }, + group=467, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Strike True", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Envy" + }, + skill=45177, + stats={ + [1]="20% increased Accuracy Rating", + [2]="+10 to Dexterity" + } + }, + [45193]={ + connections={ + [1]={ + id=4083, + orbit=0 + } + }, + group=953, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=2, + orbitIndex=17, + skill=45193, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [45202]={ + connections={ + [1]={ + id=59093, + orbit=0 + } + }, + group=199, + icon="Art/2DArt/SkillIcons/passives/totemmax.dds", + isKeystone=true, + name="Ancestral Bond", + orbit=0, + orbitIndex=0, + skill=45202, + stats={ + [1]="Unlimited number of Summoned Totems", + [2]="Totems reserve 75 Spirit each" + } + }, + [45215]={ + connections={ + [1]={ + id=53187, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Attack Damage with Ally", + orbit=2, + orbitIndex=2, + skill=45215, + stats={ + [1]="Allies in your Presence deal 8% increased Damage", + [2]="8% increased Attack Damage while you have an Ally in your Presence" + } + }, + [45227]={ + connections={ + [1]={ + id=42111, + orbit=0 + } + }, + group=132, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=1, + skill=45227, + stats={ + [1]="Break 20% increased Armour" + } + }, + [45230]={ + connections={ + [1]={ + id=28229, + orbit=0 + } + }, + group=802, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Area", + orbit=2, + orbitIndex=4, + skill=45230, + stats={ + [1]="20% increased Area of Effect of Curses" + } + }, + [45244]={ + connections={ + [1]={ + id=23343, + orbit=0 + }, + [2]={ + id=41016, + orbit=0 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Refills", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Isolation" + }, + skill=45244, + stats={ + [1]="Life Flasks gain 0.15 charges per Second" + } + }, + [45248]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=14429, + orbit=2147483647 + } + }, + group=320, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Skill Gem Quality", + orbit=0, + orbitIndex=0, + skill=45248, + stats={ + [1]="+2% to Quality of all Skills" + } + }, + [45272]={ + connections={ + [1]={ + id=42280, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=5, + orbitIndex=0, + skill=45272, + stats={ + [1]="+3 to all Attributes" + } + }, + [45278]={ + connections={ + [1]={ + id=38138, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="Reduced Attribute Requirements", + orbit=7, + orbitIndex=14, + skill=45278, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [45304]={ + connections={ + [1]={ + id=6078, + orbit=-4 + } + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=3, + orbitIndex=18, + skill=45304, + stats={ + [1]="10% increased Poison Duration" + } + }, + [45319]={ + connections={ + [1]={ + id=55041, + orbit=0 + }, + [2]={ + id=26135, + orbit=0 + }, + [3]={ + id=3251, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Damage", + orbit=3, + orbitIndex=16, + skill=45319, + stats={ + [1]="8% increased Spell Damage" + } + }, + [45327]={ + connections={ + [1]={ + id=10251, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=3, + orbitIndex=16, + skill=45327, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [45329]={ + connections={ + [1]={ + id=2128, + orbit=0 + }, + [2]={ + id=40626, + orbit=0 + } + }, + group=1047, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + isNotable=true, + name="Delayed Gratification", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Disgust" + }, + skill=45329, + stats={ + [1]="40% increased Hazard Damage", + [2]="Hazards cannot be triggered for 3 seconds after being created" + } + }, + [45331]={ + connections={ + [1]={ + id=23221, + orbit=7 + } + }, + group=1111, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Chaining Projectiles", + orbit=7, + orbitIndex=21, + skill=45331, + stats={ + [1]="Projectiles have 5% chance to Chain an additional time from terrain" + } + }, + [45343]={ + connections={ + [1]={ + id=50483, + orbit=0 + }, + [2]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Area", + orbit=7, + orbitIndex=19, + skill=45343, + stats={ + [1]="Minions have 8% increased Area of Effect" + } + }, + [45350]={ + connections={ + [1]={ + id=3438, + orbit=0 + } + }, + group=752, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Invocation Spell Damage", + orbit=7, + orbitIndex=6, + skill=45350, + stats={ + [1]="Invocated Spells deal 15% increased Damage" + } + }, + [45354]={ + connections={ + [1]={ + id=64948, + orbit=0 + }, + [2]={ + id=21568, + orbit=0 + } + }, + group=201, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=2, + orbitIndex=9, + skill=45354, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [45363]={ + connections={ + [1]={ + id=31292, + orbit=0 + }, + [2]={ + id=58528, + orbit=0 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNotable.dds", + isNotable=true, + name="Smash", + orbit=3, + orbitIndex=23, + skill=45363, + stats={ + [1]="20% increased Melee Damage", + [2]="40% increased Melee Damage against Heavy Stunned enemies" + } + }, + [45370]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + }, + group=1057, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildOxNotable.dds", + isNotable=true, + name="The Raging Ox", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Disgust" + }, + skill=45370, + stats={ + [1]="Hits against you have 30% reduced Critical Damage Bonus", + [2]="15% reduced Duration of Ailments on You", + [3]="+10 to Strength" + } + }, + [45383]={ + connections={ + [1]={ + id=23930, + orbit=0 + }, + [2]={ + id=30662, + orbit=0 + } + }, + group=202, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=4, + orbitIndex=36, + skill=45383, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [45390]={ + connections={ + [1]={ + id=13624, + orbit=0 + }, + [2]={ + id=28258, + orbit=2 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Use Speed", + orbit=2, + orbitIndex=7, + skill=45390, + stats={ + [1]="Mark Skills have 10% increased Use Speed" + } + }, + [45481]={ + connections={ + [1]={ + id=52765, + orbit=0 + } + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=16, + skill=45481, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [45488]={ + connections={ + [1]={ + id=4377, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + isNotable=true, + name="Cross Strike", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Envy" + }, + skill=45488, + stats={ + [1]="20% increased Accuracy Rating while Dual Wielding", + [2]="3% increased Movement Speed while Dual Wielding" + } + }, + [45494]={ + connections={ + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Immobilisation Buildup", + orbit=3, + orbitIndex=9, + skill=45494, + stats={ + [1]="20% increased Ballista Immobilisation buildup" + } + }, + [45497]={ + connections={ + [1]={ + id=13333, + orbit=-7 + }, + [2]={ + id=17057, + orbit=0 + }, + [3]={ + id=61170, + orbit=7 + } + }, + group=554, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=0, + orbitIndex=0, + skill=45497, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [45503]={ + connections={ + [1]={ + id=37746, + orbit=4 + } + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=0, + skill=45503, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [45522]={ + connections={ + [1]={ + id=22314, + orbit=5 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + isSwitchable=true, + name="Infused Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + id=40885, + name="Chaos Damage", + stats={ + [1]="10% increased Chaos Damage" + } + } + }, + orbit=3, + orbitIndex=6, + skill=45522, + stats={ + [1]="12% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [45530]={ + connections={ + [1]={ + id=55180, + orbit=-7 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Stun Buildup", + orbit=7, + orbitIndex=18, + skill=45530, + stats={ + [1]="Minions cause 15% increased Stun Buildup" + } + }, + [45569]={ + connections={ + [1]={ + id=55596, + orbit=0 + } + }, + group=236, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Spell Critical Damage", + orbit=2, + orbitIndex=14, + skill=45569, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [45570]={ + connections={ + [1]={ + id=43713, + orbit=0 + }, + [2]={ + id=29009, + orbit=0 + } + }, + group=665, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Area", + orbit=7, + orbitIndex=18, + skill=45570, + stats={ + [1]="Offering Skills have 20% increased Area of Effect" + } + }, + [45576]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=7, + orbitIndex=3, + skill=45576, + stats={ + } + }, + [45585]={ + connections={ + [1]={ + id=55617, + orbit=0 + }, + [2]={ + id=37258, + orbit=5 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Armour and Evasion while Surrounded", + orbit=3, + orbitIndex=23, + skill=45585, + stats={ + [1]="20% increased Armour while Surrounded", + [2]="20% increased Evasion Rating while Surrounded" + } + }, + [45586]={ + connections={ + [1]={ + id=14761, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Ally Attack Damage", + orbit=2, + orbitIndex=10, + skill=45586, + stats={ + [1]="Allies in your Presence deal 16% increased Damage" + } + }, + [45599]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + [1]={ + id=6689, + orbit=0 + }, + [2]={ + id=32885, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Lay Siege", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Fear" + }, + skill=45599, + stats={ + [1]="1% increased Damage per 1% Chance to Block" + } + }, + [45609]={ + connections={ + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=3, + orbitIndex=20, + skill=45609, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [45612]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + [1]={ + id=53901, + orbit=0 + } + }, + group=356, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Defensive Reflexes", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Ire" + }, + skill=45612, + stats={ + [1]="12% increased Block chance", + [2]="5 Mana gained when you Block" + } + }, + [45631]={ + connections={ + [1]={ + id=3630, + orbit=-5 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield Recharge", + orbit=7, + orbitIndex=14, + skill=45631, + stats={ + [1]="10% increased Evasion Rating", + [2]="10% increased Energy Shield Recharge Rate" + } + }, + [45632]={ + connections={ + [1]={ + id=24551, + orbit=0 + } + }, + group=215, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Mind Eraser", + orbit=7, + orbitIndex=19, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Paranoia" + }, + skill=45632, + stats={ + [1]="10% increased Mana Regeneration Rate", + [2]="6% of Damage taken Recouped as Mana" + } + }, + [45650]={ + connections={ + [1]={ + id=9572, + orbit=0 + }, + [2]={ + id=36997, + orbit=0 + } + }, + group=886, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage if Projectile Hit", + orbit=3, + orbitIndex=14, + skill=45650, + stats={ + [1]="15% increased Melee Damage if you've dealt a Projectile Attack Hit in the past eight seconds" + } + }, + [45693]={ + connections={ + [1]={ + id=64851, + orbit=0 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Shield Defences", + orbit=0, + orbitIndex=0, + skill=45693, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [45702]={ + connections={ + [1]={ + id=61333, + orbit=-3 + }, + [2]={ + id=31692, + orbit=3 + } + }, + group=1128, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=19, + skill=45702, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [45709]={ + connections={ + [1]={ + id=52803, + orbit=0 + } + }, + group=1063, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charges", + orbit=7, + orbitIndex=21, + skill=45709, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [45712]={ + connections={ + [1]={ + id=65009, + orbit=0 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Flammability Magnitude", + orbit=5, + orbitIndex=60, + skill=45712, + stats={ + [1]="10% increased Flammability Magnitude", + [2]="8% increased Elemental Damage" + } + }, + [45713]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=1158, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + isNotable=true, + name="Savouring", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Ire", + [3]="Isolation" + }, + skill=45713, + stats={ + [1]="20% increased Flask Effect Duration", + [2]="20% chance for Flasks you use to not consume Charges" + } + }, + [45751]={ + connections={ + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Frightening Shield", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Disgust", + [3]="Suffering" + }, + skill=45751, + stats={ + [1]="Apply Debilitate to Enemies 3 Metres in front of you while actively Blocking" + } + }, + [45774]={ + connections={ + [1]={ + id=54975, + orbit=3 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect", + orbit=4, + orbitIndex=71, + skill=45774, + stats={ + [1]="Debuffs you inflict have 5% increased Slow Magnitude" + } + }, + [45798]={ + connections={ + [1]={ + id=62578, + orbit=-7 + }, + [2]={ + id=46615, + orbit=7 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=3, + orbitIndex=13, + skill=45798, + stats={ + [1]="3% chance to gain Volatility on Kill" + } + }, + [45824]={ + connections={ + [1]={ + id=61441, + orbit=0 + }, + [2]={ + id=8493, + orbit=0 + } + }, + group=476, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Damage", + orbit=0, + orbitIndex=0, + skill=45824, + stats={ + [1]="10% increased Damage with Swords" + } + }, + [45885]={ + connections={ + [1]={ + id=54521, + orbit=0 + }, + [2]={ + id=59362, + orbit=0 + }, + [3]={ + id=45497, + orbit=4 + } + }, + group=579, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=45885, + stats={ + [1]="+5 to any Attribute" + } + }, + [45899]={ + connections={ + [1]={ + id=968, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage and Area", + orbit=3, + orbitIndex=6, + skill=45899, + stats={ + [1]="6% increased Fire Damage", + [2]="5% increased Area of Effect" + } + }, + [45916]={ + connections={ + [1]={ + id=27501, + orbit=-4 + }, + [2]={ + id=19330, + orbit=4 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=5, + orbitIndex=48, + skill=45916, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [45918]={ + connections={ + }, + group=340, + icon="Art/2DArt/SkillIcons/passives/heroicspirit.dds", + isKeystone=true, + name="Mind Over Matter", + orbit=0, + orbitIndex=0, + skill=45918, + stats={ + [1]="All Damage is taken from Mana before Life", + [2]="50% less Mana Recovery Rate" + } + }, + [45923]={ + connections={ + [1]={ + id=50084, + orbit=0 + }, + [2]={ + id=52319, + orbit=0 + } + }, + group=496, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=31, + skill=45923, + stats={ + [1]="+5 to any Attribute" + } + }, + [45962]={ + connections={ + [1]={ + id=7183, + orbit=-6 + }, + [2]={ + id=15617, + orbit=0 + } + }, + group=415, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Recovery", + orbit=3, + orbitIndex=23, + skill=45962, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [45969]={ + connections={ + [1]={ + id=28693, + orbit=-7 + }, + [2]={ + id=24880, + orbit=0 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=36, + skill=45969, + stats={ + [1]="+5 to any Attribute" + } + }, + [45990]={ + connections={ + [1]={ + id=39448, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Attack Speed", + orbit=3, + orbitIndex=23, + skill=45990, + stats={ + [1]="4% increased Attack Speed with Axes" + } + }, + [45992]={ + connections={ + [1]={ + id=41657, + orbit=0 + } + }, + group=373, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=12, + skill=45992, + stats={ + [1]="15% increased Armour" + } + }, + [46016]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=24039, + orbit=7 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Life", + orbit=6, + orbitIndex=54, + skill=46016, + stats={ + [1]="3% increased maximum Life" + } + }, + [46017]={ + connections={ + [1]={ + id=54962, + orbit=0 + } + }, + group=110, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration while Stationary", + orbit=7, + orbitIndex=8, + skill=46017, + stats={ + [1]="15% increased Life Regeneration Rate while stationary" + } + }, + [46023]={ + connections={ + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=3, + skill=46023, + stats={ + [1]="15% increased Armour" + } + }, + [46024]={ + connections={ + }, + group=202, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Sigil of Lightning", + orbit=4, + orbitIndex=44, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Paranoia" + }, + skill=46024, + stats={ + [1]="30% increased Damage with Hits against Shocked Enemies" + } + }, + [46034]={ + connections={ + [1]={ + id=41029, + orbit=0 + }, + [2]={ + id=10552, + orbit=0 + } + }, + group=862, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=46034, + stats={ + [1]="+5 to any Attribute" + } + }, + [46051]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern", + connections={ + }, + group=59, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Thorns Mastery", + orbit=0, + orbitIndex=0, + skill=46051, + stats={ + } + }, + [46060]={ + connections={ + [1]={ + id=29270, + orbit=-2 + }, + [2]={ + id=7488, + orbit=0 + } + }, + group=437, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Voracious", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Suffering" + }, + skill=46060, + stats={ + [1]="20% of Leech is Instant" + } + }, + [46071]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=9294, + orbit=0 + } + }, + group=1344, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Accuracy", + orbit=0, + orbitIndex=0, + skill=46071, + stats={ + [1]="12% increased Accuracy Rating" + } + }, + [46088]={ + connections={ + [1]={ + id=13823, + orbit=0 + } + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Chance", + orbit=3, + orbitIndex=9, + skill=46088, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [46124]={ + connections={ + [1]={ + id=37593, + orbit=0 + } + }, + group=688, + icon="Art/2DArt/SkillIcons/passives/RemnantNotable.dds", + isNotable=true, + name="Arcane Remnants", + orbit=7, + orbitIndex=17, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Envy" + }, + skill=46124, + stats={ + [1]="Recover 3% of Maximum Mana when you collect a Remnant" + } + }, + [46146]={ + connections={ + [1]={ + id=43691, + orbit=0 + } + }, + group=918, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=7, + orbitIndex=4, + skill=46146, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [46152]={ + connections={ + [1]={ + id=40110, + orbit=4 + } + }, + group=1270, + icon="Art/2DArt/SkillIcons/passives/MonkAccuracyChakra.dds", + name="Blind Effect", + orbit=1, + orbitIndex=6, + skill=46152, + stats={ + [1]="10% increased Blind Effect" + } + }, + [46157]={ + connections={ + [1]={ + id=37806, + orbit=0 + } + }, + group=842, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Skill Chain Chance", + orbit=0, + orbitIndex=0, + skill=46157, + stats={ + [1]="20% chance for Lightning Skills to Chain an additional time" + } + }, + [46171]={ + connections={ + [1]={ + id=61421, + orbit=7 + } + }, + group=1240, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Critical Chance", + orbit=7, + orbitIndex=13, + skill=46171, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [46197]={ + connections={ + [1]={ + id=39237, + orbit=0 + } + }, + group=1128, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Careful Assassin", + orbit=2, + orbitIndex=7, + recipe={ + [1]="Suffering", + [2]="Envy", + [3]="Greed" + }, + skill=46197, + stats={ + [1]="20% reduced Critical Damage Bonus", + [2]="50% increased Critical Hit Chance" + } + }, + [46205]={ + connections={ + [1]={ + id=2174, + orbit=7 + }, + [2]={ + id=33209, + orbit=-7 + }, + [3]={ + id=51683, + orbit=-7 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=3, + orbitIndex=0, + skill=46205, + stats={ + [1]="15% increased Totem Damage" + } + }, + [46224]={ + connections={ + [1]={ + id=24045, + orbit=0 + }, + [2]={ + id=45019, + orbit=0 + } + }, + group=797, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Arcane Alchemy", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Greed" + }, + skill=46224, + stats={ + [1]="Mana Flasks gain 0.1 charges per Second", + [2]="+10 to Intelligence" + } + }, + [46268]={ + connections={ + [1]={ + id=5324, + orbit=-5 + }, + [2]={ + id=2397, + orbit=0 + } + }, + group=529, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage while no remaining Life Flasks", + orbit=7, + orbitIndex=8, + skill=46268, + stats={ + [1]="20% increased Attack Damage while you have no Life Flask uses left" + } + }, + [46275]={ + connections={ + [1]={ + id=3894, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=4, + orbitIndex=35, + skill=46275, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [46296]={ + connections={ + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Short Shot", + orbit=1, + orbitIndex=4, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Envy" + }, + skill=46296, + stats={ + [1]="10% reduced Projectile Speed", + [2]="20% increased Projectile Damage" + } + }, + [46300]={ + connections={ + [1]={ + id=63021, + orbit=0 + }, + [2]={ + id=52774, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=14, + skill=46300, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [46325]={ + connections={ + [1]={ + id=3936, + orbit=0 + }, + [2]={ + id=33556, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=5, + skill=46325, + stats={ + [1]="10% increased Melee Damage" + } + }, + [46343]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern", + connections={ + [1]={ + id=13708, + orbit=0 + }, + [2]={ + id=25513, + orbit=0 + }, + [3]={ + id=47363, + orbit=0 + } + }, + group=583, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds", + isOnlyImage=true, + name="Two Hand Mastery", + orbit=0, + orbitIndex=0, + skill=46343, + stats={ + } + }, + [46358]={ + connections={ + [1]={ + id=50423, + orbit=0 + }, + [2]={ + id=59376, + orbit=0 + } + }, + group=508, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=66, + skill=46358, + stats={ + [1]="+5 to any Attribute" + } + }, + [46365]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=506, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + isNotable=true, + name="Gigantic Following", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Guilt", + [3]="Isolation" + }, + skill=46365, + stats={ + [1]="25% reduced Reservation Efficiency of Minion Skills", + [2]="Your Minions are Gigantic" + } + }, + [46380]={ + connections={ + [1]={ + id=21327, + orbit=0 + } + }, + group=958, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Energy Shield if Consumed Power Charge", + orbit=2, + orbitIndex=22, + skill=46380, + stats={ + [1]="20% increased Energy Shield if you've consumed a Power Charge Recently" + } + }, + [46384]={ + connections={ + [1]={ + id=18746, + orbit=-5 + }, + [2]={ + id=58138, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Wide Barrier", + orbit=4, + orbitIndex=24, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Isolation" + }, + skill=46384, + stats={ + [1]="30% increased Block chance", + [2]="25% reduced Global Defences" + } + }, + [46386]={ + connections={ + [1]={ + id=39986, + orbit=0 + } + }, + group=1277, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=0, + orbitIndex=0, + skill=46386, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [46402]={ + connections={ + [1]={ + id=18923, + orbit=0 + }, + [2]={ + id=37220, + orbit=0 + }, + [3]={ + id=50342, + orbit=0 + } + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=13, + skill=46402, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [46421]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds", + isOnlyImage=true, + name="Aura Mastery", + orbit=0, + orbitIndex=0, + skill=46421, + stats={ + } + }, + [46431]={ + connections={ + [1]={ + id=11015, + orbit=0 + }, + [2]={ + id=38463, + orbit=0 + } + }, + group=1074, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=0, + orbitIndex=0, + skill=46431, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [46454]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1328, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderAdditionalPoints.dds", + isNotable=true, + name="Traveller's Wisdom", + orbit=0, + orbitIndex=0, + skill=46454, + stats={ + [1]="Grants 5 Passive Skill Point" + } + }, + [46475]={ + connections={ + [1]={ + id=18186, + orbit=5 + }, + [2]={ + id=51299, + orbit=0 + }, + [3]={ + id=16385, + orbit=0 + } + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=4, + orbitIndex=63, + skill=46475, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [46499]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=138, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + isNotable=true, + name="Guts", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Ire" + }, + skill=46499, + stats={ + [1]="Recover 3% of maximum Life for each Endurance Charge consumed", + [2]="+1 to Maximum Endurance Charges" + } + }, + [46522]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=44746, + orbit=0 + } + }, + group=269, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Pin Buildup", + orbit=0, + orbitIndex=0, + skill=46522, + stats={ + [1]="20% increased Pin Buildup" + } + }, + [46533]={ + connections={ + [1]={ + id=28329, + orbit=3 + } + }, + group=1093, + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + name="Stun and Freeze Buildup", + orbit=2, + orbitIndex=18, + skill=46533, + stats={ + [1]="15% increased Stun Buildup", + [2]="15% increased Freeze Buildup" + } + }, + [46535]={ + ascendancyName="Witchhunter", + connections={ + }, + group=209, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterDamageMonsterMissingFocus.dds", + isNotable=true, + name="No Mercy", + orbit=0, + orbitIndex=0, + skill=46535, + stats={ + [1]="Deal up to 40% more Damage to Enemies based on their missing Concentration" + } + }, + [46554]={ + connections={ + [1]={ + id=62677, + orbit=0 + }, + [2]={ + id=36379, + orbit=0 + }, + [3]={ + id=10131, + orbit=0 + }, + [4]={ + id=42999, + orbit=-3 + } + }, + group=773, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=46554, + stats={ + [1]="+5 to any Attribute" + } + }, + [46561]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryRecoveryPattern", + connections={ + }, + group=783, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Recovery Mastery", + orbit=2, + orbitIndex=6, + skill=46561, + stats={ + } + }, + [46565]={ + connections={ + [1]={ + id=15855, + orbit=0 + } + }, + group=416, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + isNotable=true, + name="Stance Breaker", + orbit=0, + orbitIndex=0, + skill=46565, + stats={ + [1]="25% increased Damage with Swords" + } + }, + [46601]={ + connections={ + [1]={ + id=18568, + orbit=0 + }, + [2]={ + id=43720, + orbit=0 + } + }, + group=1046, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=2, + orbitIndex=18, + skill=46601, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [46604]={ + connections={ + [1]={ + id=2138, + orbit=7 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=7, + orbitIndex=17, + skill=46604, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [46615]={ + connections={ + [1]={ + id=53177, + orbit=7 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility when Stunned", + orbit=7, + orbitIndex=10, + skill=46615, + stats={ + [1]="50% chance to gain Volatility when you are Stunned" + } + }, + [46628]={ + connections={ + [1]={ + id=40894, + orbit=0 + }, + [2]={ + id=60013, + orbit=0 + }, + [3]={ + id=44872, + orbit=0 + } + }, + group=335, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=67, + skill=46628, + stats={ + [1]="+5 to any Attribute" + } + }, + [46644]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistConvertLifeToSpirit.dds", + isNotable=true, + name="Beidat's Will", + orbit=8, + orbitIndex=48, + skill=46644, + stats={ + [1]="Reserves 25% of Life", + [2]="+1 to Maximum Spirit per 25 Maximum Life" + } + }, + [46665]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=184, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=46665, + stats={ + } + }, + [46674]={ + connections={ + [1]={ + id=35921, + orbit=0 + }, + [2]={ + id=64807, + orbit=0 + } + }, + group=169, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=16, + skill=46674, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [46683]={ + connections={ + [1]={ + id=30553, + orbit=0 + } + }, + group=93, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Inherited Strength ", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Despair" + }, + skill=46683, + stats={ + [1]="Warcries have 15% chance to Empower 3 additional Attacks" + } + }, + [46688]={ + connections={ + [1]={ + id=4238, + orbit=-2 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Attack Speed", + orbit=7, + orbitIndex=1, + skill=46688, + stats={ + [1]="3% increased Attack Speed with One Handed Melee Weapons" + } + }, + [46692]={ + connections={ + [1]={ + id=9393, + orbit=0 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + isNotable=true, + name="Efficient Alchemy", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Guilt" + }, + skill=46692, + stats={ + [1]="20% increased Flask and Charm Charges gained", + [2]="40% increased Life and Mana Recovery from Flasks while you have an active Charm" + } + }, + [46696]={ + connections={ + [1]={ + id=8629, + orbit=0 + } + }, + group=311, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + isNotable=true, + name="Impair", + orbit=4, + orbitIndex=68, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Disgust" + }, + skill=46696, + stats={ + [1]="25% increased Damage with One Handed Weapons", + [2]="Attacks have 10% chance to Maim on Hit" + } + }, + [46705]={ + connections={ + [1]={ + id=12822, + orbit=0 + } + }, + group=886, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage if Melee Hit", + orbit=2, + orbitIndex=6, + skill=46705, + stats={ + [1]="15% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds" + } + }, + [46726]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=484, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Reformed Barrier", + orbit=7, + orbitIndex=1, + recipe={ + [1]="Envy", + [2]="Paranoia", + [3]="Fear" + }, + skill=46726, + stats={ + [1]="Your Energy Shield Recharge starts when your Minions are Reformed" + } + }, + [46741]={ + connections={ + }, + group=205, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=21, + skill=46741, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [46742]={ + connections={ + }, + group=393, + icon="Art/2DArt/SkillIcons/passives/KeystoneElementalEquilibrium.dds", + isKeystone=true, + name="Elemental Equilibrium", + orbit=0, + orbitIndex=0, + skill=46742, + stats={ + [1]="Infusion Remnants you create are always a Random Element" + } + }, + [46748]={ + connections={ + [1]={ + id=51206, + orbit=5 + }, + [2]={ + id=60568, + orbit=-5 + } + }, + group=385, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=0, + orbitIndex=0, + skill=46748, + stats={ + [1]="16% increased Totem Life" + } + }, + [46760]={ + connections={ + [1]={ + id=51534, + orbit=0 + }, + [2]={ + id=8631, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=0, + orbitIndex=0, + skill=46760, + stats={ + [1]="20% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently" + } + }, + [46761]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=912, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=46761, + stats={ + } + }, + [46782]={ + connections={ + [1]={ + id=53698, + orbit=3 + } + }, + group=994, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=16, + skill=46782, + stats={ + [1]="10% increased Attack Damage" + } + }, + [46819]={ + connections={ + [1]={ + id=8616, + orbit=0 + }, + [2]={ + id=13909, + orbit=0 + } + }, + group=623, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=46819, + stats={ + [1]="+5 to any Attribute" + } + }, + [46854]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=12033, + orbit=0 + }, + [2]={ + id=42416, + orbit=0 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Projectile Speed", + orbit=3, + orbitIndex=8, + skill=46854, + stats={ + [1]="10% increased Projectile Speed" + } + }, + [46857]={ + connections={ + [1]={ + id=42916, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=3, + orbitIndex=22, + skill=46857, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [46874]={ + connections={ + [1]={ + id=7449, + orbit=0 + }, + [2]={ + id=53696, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Attack Damage", + orbit=7, + orbitIndex=19, + skill=46874, + stats={ + [1]="12% increased Attack Physical Damage" + } + }, + [46882]={ + connections={ + }, + group=1020, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=8, + skill=46882, + stats={ + } + }, + [46887]={ + connections={ + [1]={ + id=43720, + orbit=-6 + }, + [2]={ + id=38463, + orbit=0 + } + }, + group=1046, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=3, + orbitIndex=6, + skill=46887, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [46931]={ + connections={ + [1]={ + id=23036, + orbit=0 + }, + [2]={ + id=28175, + orbit=5 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Attack Damage while Surrounded", + orbit=3, + orbitIndex=11, + skill=46931, + stats={ + [1]="25% increased Attack Damage while Surrounded" + } + }, + [46972]={ + connections={ + [1]={ + id=54783, + orbit=0 + } + }, + group=734, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Arcane Mixtures", + orbit=7, + orbitIndex=23, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Guilt" + }, + skill=46972, + stats={ + [1]="25% increased Energy Shield Recharge Rate", + [2]="Mana Flasks gain 0.1 charges per Second" + } + }, + [46989]={ + connections={ + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=7, + orbitIndex=12, + skill=46989, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [46990]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=49165, + orbit=0 + }, + [2]={ + id=39723, + orbit=0 + }, + [3]={ + id=3987, + orbit=0 + }, + [4]={ + id=24295, + orbit=0 + }, + [5]={ + id=61461, + orbit=0 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Deadeye", + orbit=9, + orbitIndex=48, + skill=46990, + stats={ + } + }, + [47006]={ + connections={ + [1]={ + id=43174, + orbit=7 + } + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Effect", + orbit=3, + orbitIndex=14, + skill=47006, + stats={ + [1]="10% increased effect of Fully Broken Armour" + } + }, + [47021]={ + connections={ + [1]={ + id=36217, + orbit=1 + } + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility Detonation Time", + orbit=2, + orbitIndex=18, + skill=47021, + stats={ + [1]="15% increased Volatility Explosion delay" + } + }, + [47088]={ + connections={ + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Sic 'Em", + orbit=4, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Disgust" + }, + skill=47088, + stats={ + [1]="Companions deal 60% increased damage against Immobilised enemies" + } + }, + [47097]={ + ascendancyName="Warbringer", + connections={ + }, + group=37, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerWarcryExplodesCorpses.dds", + isNotable=true, + name="Warcaller's Bellow", + orbit=0, + orbitIndex=0, + skill=47097, + stats={ + [1]="Warcries Explode Corpses dealing 25% of their Life as Physical Damage", + [2]="Ignore Warcry Cooldowns" + } + }, + [47150]={ + connections={ + [1]={ + id=56910, + orbit=-5 + } + }, + group=640, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=2, + orbitIndex=16, + skill=47150, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [47155]={ + connections={ + [1]={ + id=35896, + orbit=0 + }, + [2]={ + id=63545, + orbit=2 + }, + [3]={ + id=17394, + orbit=-2 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=3, + skill=47155, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [47157]={ + connections={ + [1]={ + id=61347, + orbit=4 + }, + [2]={ + id=54818, + orbit=0 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=12, + skill=47157, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies further than 6m" + } + }, + [47168]={ + connections={ + [1]={ + id=6006, + orbit=-4 + }, + [2]={ + id=54521, + orbit=0 + }, + [3]={ + id=55412, + orbit=-4 + } + }, + group=450, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=47168, + stats={ + [1]="+5 to any Attribute" + } + }, + [47173]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=47173, + stats={ + } + }, + [47175]={ + classesStart={ + [1]="Marauder", + [2]="Warrior" + }, + connections={ + [1]={ + id=16732, + orbit=0 + }, + [2]={ + id=51916, + orbit=0 + }, + [3]={ + id=54579, + orbit=0 + }, + [4]={ + id=5852, + orbit=0 + }, + [5]={ + id=33812, + orbit=0 + }, + [6]={ + id=32534, + orbit=0 + }, + [7]={ + id=3936, + orbit=0 + }, + [8]={ + id=38646, + orbit=0 + } + }, + group=569, + icon="Art/2DArt/SkillIcons/passives/blankStr.dds", + name="MARAUDER", + orbit=0, + orbitIndex=0, + skill=47175, + stats={ + } + }, + [47177]={ + connections={ + }, + group=775, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=47177, + stats={ + [1]="+5 to any Attribute" + } + }, + [47184]={ + ascendancyName="Smith of Kitava", + connections={ + }, + group=8, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaCreateMinionMeleeWeapon.dds", + isNotable=true, + name="Living Weapon", + orbit=0, + orbitIndex=0, + skill=47184, + stats={ + [1]="Grants Skill: Manifest Weapon" + } + }, + [47191]={ + connections={ + }, + group=192, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=4, + orbitIndex=58, + skill=47191, + stats={ + [1]="12% increased Fire Damage" + } + }, + [47204]={ + connections={ + [1]={ + id=43014, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=22, + skill=47204, + stats={ + [1]="10% increased Melee Damage" + } + }, + [47235]={ + connections={ + [1]={ + id=24570, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blinded Enemies Critical", + orbit=7, + orbitIndex=22, + skill=47235, + stats={ + [1]="Enemies Blinded by you have 15% reduced Critical Hit Chance" + } + }, + [47236]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=60298, + orbit=0 + } + }, + group=7, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds", + name="Melee Damage", + orbit=0, + orbitIndex=0, + skill=47236, + stats={ + [1]="20% increased Melee Damage" + } + }, + [47242]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=0, + orbitIndex=0, + skill=47242, + stats={ + } + }, + [47252]={ + connections={ + }, + group=151, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=7, + orbitIndex=16, + skill=47252, + stats={ + [1]="16% increased Mana Regeneration Rate while stationary" + } + }, + [47263]={ + connections={ + [1]={ + id=38707, + orbit=0 + }, + [2]={ + id=18448, + orbit=0 + }, + [3]={ + id=58295, + orbit=0 + } + }, + group=117, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=47263, + stats={ + [1]="+5 to any Attribute" + } + }, + [47270]={ + connections={ + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Inescapable Cold", + orbit=4, + orbitIndex=66, + recipe={ + [1]="Ire", + [2]="Paranoia", + [3]="Isolation" + }, + skill=47270, + stats={ + [1]="40% increased Freeze Buildup", + [2]="20% increased Freeze Duration on Enemies" + } + }, + [47284]={ + connections={ + [1]={ + id=3332, + orbit=0 + } + }, + group=491, + icon="Art/2DArt/SkillIcons/passives/ColdResistNode.dds", + name="Minion Cold Resistance", + orbit=0, + orbitIndex=0, + skill=47284, + stats={ + [1]="Minions have +20% to Cold Resistance" + } + }, + [47307]={ + connections={ + [1]={ + id=2254, + orbit=5 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=4, + skill=47307, + stats={ + [1]="3% increased Cast Speed" + } + }, + [47312]={ + ascendancyName="Amazon", + connections={ + }, + group=1353, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonLifeFlasksRecoverManaViceVersa.dds", + isNotable=true, + name="Azmeri Brew", + orbit=0, + orbitIndex=0, + skill=47312, + stats={ + [1]="Life Flasks also recover Mana", + [2]="Mana Flasks also recover Life" + } + }, + [47316]={ + connections={ + [1]={ + id=2888, + orbit=0 + }, + [2]={ + id=28862, + orbit=0 + } + }, + group=381, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + isNotable=true, + name="Goring", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Ire", + [2]="Isolation", + [3]="Isolation" + }, + skill=47316, + stats={ + [1]="3% reduced maximum Life", + [2]="30% increased amount of Life Leeched", + [3]="40% increased Physical Damage" + } + }, + [47344]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=3781, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaNode.dds", + name="Chaos Damage", + orbit=9, + orbitIndex=0, + skill=47344, + stats={ + [1]="11% increased Chaos Damage" + } + }, + [47354]={ + connections={ + [1]={ + id=36478, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Attack Speed", + orbit=3, + orbitIndex=4, + skill=47354, + stats={ + [1]="3% increased Melee Attack Speed" + } + }, + [47359]={ + connections={ + [1]={ + id=14231, + orbit=-7 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=7, + orbitIndex=17, + skill=47359, + stats={ + [1]="Triggered Spells deal 16% increased Spell Damage" + } + }, + [47363]={ + connections={ + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Colossal Weapon", + orbit=4, + orbitIndex=50, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Ire" + }, + skill=47363, + stats={ + [1]="12% increased Area of Effect for Attacks", + [2]="+10 to Strength" + } + }, + [47371]={ + connections={ + [1]={ + id=7668, + orbit=0 + } + }, + group=281, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage and Bleeding Chance", + orbit=2, + orbitIndex=22, + skill=47371, + stats={ + [1]="5% chance to inflict Bleeding on Hit", + [2]="Empowered Attacks deal 10% increased Damage" + } + }, + [47374]={ + connections={ + [1]={ + id=18049, + orbit=0 + } + }, + group=1125, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=66, + skill=47374, + stats={ + [1]="Projectiles deal 15% increased Damage with Hits against Enemies within 2m" + } + }, + [47375]={ + connections={ + [1]={ + id=63618, + orbit=5 + } + }, + group=1273, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=0, + orbitIndex=0, + skill=47375, + stats={ + [1]="Companions have 12% increased maximum Life", + [2]="10% increased Defences while your Companion is in your Presence" + } + }, + [47418]={ + connections={ + [1]={ + id=23839, + orbit=0 + }, + [2]={ + id=10738, + orbit=0 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Warding Potions", + orbit=2, + orbitIndex=9, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Paranoia" + }, + skill=47418, + stats={ + [1]="10% reduced Flask Charges used from Mana Flasks", + [2]="Remove a Curse when you use a Mana Flask" + } + }, + [47420]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + [1]={ + id=11048, + orbit=0 + }, + [2]={ + id=52676, + orbit=7 + } + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + isNotable=true, + name="Expendable Army", + orbit=1, + orbitIndex=9, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Isolation" + }, + skill=47420, + stats={ + [1]="20% increased Minion Duration", + [2]="Temporary Minion Skills have +2 to Limit of Minions summoned" + } + }, + [47429]={ + connections={ + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown", + orbit=6, + orbitIndex=6, + skill=47429, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [47441]={ + connections={ + [1]={ + id=61992, + orbit=0 + } + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + isNotable=true, + name="Stigmata", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Fear" + }, + skill=47441, + stats={ + [1]="Offerings have 30% increased Maximum Life", + [2]="Recover 3% of maximum Life when you create an Offering" + } + }, + [47442]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=65518, + orbit=0 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Life Flasks", + orbit=5, + orbitIndex=2, + skill=47442, + stats={ + [1]="15% increased Life Flask Charges gained" + } + }, + [47443]={ + connections={ + [1]={ + id=60992, + orbit=0 + } + }, + group=1290, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Companion Reservation", + orbit=0, + orbitIndex=0, + skill=47443, + stats={ + [1]="8% increased Reservation Efficiency of Companion Skills" + } + }, + [47469]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=547, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=47469, + stats={ + } + }, + [47477]={ + connections={ + [1]={ + id=51774, + orbit=1 + } + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility Detonation Time", + orbit=1, + orbitIndex=3, + skill=47477, + stats={ + [1]="15% reduced Volatility Explosion delay" + } + }, + [47514]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Dizzying Hits", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Envy" + }, + skill=47514, + stats={ + [1]="10% chance to Daze on Hit", + [2]="40% increased Critical Hit Chance against Dazed Enemies" + } + }, + [47555]={ + connections={ + [1]={ + id=51184, + orbit=0 + }, + [2]={ + id=18407, + orbit=0 + }, + [3]={ + id=39886, + orbit=0 + } + }, + group=533, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=22, + skill=47555, + stats={ + [1]="+5 to any Attribute" + } + }, + [47591]={ + connections={ + [1]={ + id=9226, + orbit=-2 + } + }, + group=125, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=1, + skill=47591, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [47614]={ + connections={ + [1]={ + id=22219, + orbit=-7 + } + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=2, + orbitIndex=22, + skill=47614, + stats={ + [1]="Triggered Spells deal 14% increased Spell Damage" + } + }, + [47623]={ + connections={ + [1]={ + id=38570, + orbit=0 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=2, + orbitIndex=14, + skill=47623, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [47635]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1002, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Overload", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Envy" + }, + skill=47635, + stats={ + [1]="Damage Penetrates 10% Lightning Resistance if on Low Mana", + [2]="Damage Penetrates 15% Lightning Resistance" + } + }, + [47677]={ + connections={ + [1]={ + id=9472, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Speed", + orbit=7, + orbitIndex=17, + skill=47677, + stats={ + [1]="8% increased Projectile Speed" + } + }, + [47683]={ + connections={ + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Chaining Projectiles", + orbit=2, + orbitIndex=23, + skill=47683, + stats={ + [1]="Projectiles have 5% chance to Chain an additional time from terrain" + } + }, + [47709]={ + connections={ + [1]={ + id=63814, + orbit=0 + }, + [2]={ + id=40336, + orbit=0 + } + }, + group=568, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=0, + orbitIndex=0, + skill=47709, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [47722]={ + connections={ + [1]={ + id=6514, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Damage", + orbit=3, + orbitIndex=4, + skill=47722, + stats={ + [1]="16% increased Damage with Warcries" + } + }, + [47733]={ + connections={ + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Ailment Chance", + orbit=2, + orbitIndex=7, + skill=47733, + stats={ + [1]="Attacks with One-Handed Weapons have 15% increased Chance to inflict Ailments" + } + }, + [47753]={ + connections={ + [1]={ + id=51868, + orbit=-6 + } + }, + group=75, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Fire Penetration", + orbit=0, + orbitIndex=0, + skill=47753, + stats={ + [1]="Damage Penetrates 8% Fire Resistance" + } + }, + [47754]={ + connections={ + [1]={ + id=23455, + orbit=0 + } + }, + group=893, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=7, + orbitIndex=16, + skill=47754, + stats={ + [1]="10% increased Cold Damage" + } + }, + [47759]={ + connections={ + [1]={ + id=62677, + orbit=2147483647 + } + }, + group=723, + icon="Art/2DArt/SkillIcons/passives/KeystoneWhispersOfDoom.dds", + isKeystone=true, + name="Whispers of Doom", + orbit=0, + orbitIndex=0, + skill=47759, + stats={ + [1]="You can apply an additional Curse", + [2]="Double Activation Delay of Curses" + } + }, + [47782]={ + connections={ + [1]={ + id=38003, + orbit=4 + }, + [2]={ + id=28361, + orbit=-4 + } + }, + group=644, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Steady Footing", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Ire" + }, + skill=47782, + stats={ + [1]="40% increased Stun Threshold", + [2]="20% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [47790]={ + connections={ + [1]={ + id=17625, + orbit=0 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=7, + orbitIndex=16, + skill=47790, + stats={ + [1]="10% increased Attack Damage" + } + }, + [47796]={ + connections={ + [1]={ + id=62640, + orbit=-4 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=12, + skill=47796, + stats={ + [1]="3% increased Attack Speed" + } + }, + [47821]={ + connections={ + [1]={ + id=41033, + orbit=9 + } + }, + group=925, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Effect", + orbit=2, + orbitIndex=17, + skill=47821, + stats={ + [1]="Offering Skills have 15% increased Buff effect" + } + }, + [47831]={ + connections={ + [1]={ + id=8734, + orbit=0 + }, + [2]={ + id=49996, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=18, + skill=47831, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [47833]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=47833, + stats={ + } + }, + [47856]={ + connections={ + [1]={ + id=32561, + orbit=0 + } + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=2, + orbitIndex=15, + skill=47856, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [47893]={ + connections={ + [1]={ + id=57774, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Speed", + orbit=2, + orbitIndex=21, + skill=47893, + stats={ + [1]="3% increased Attack Speed while Dual Wielding" + } + }, + [47895]={ + connections={ + [1]={ + id=56493, + orbit=-2 + } + }, + group=989, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Evasion Rating on Hit Recently", + orbit=2, + orbitIndex=6, + skill=47895, + stats={ + [1]="20% increased Evasion Rating if you have Hit an Enemy Recently" + } + }, + [47931]={ + connections={ + [1]={ + id=33722, + orbit=0 + }, + [2]={ + id=39131, + orbit=0 + } + }, + group=104, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=47931, + stats={ + [1]="+5 to any Attribute" + } + }, + [47976]={ + connections={ + [1]={ + id=14446, + orbit=0 + }, + [2]={ + id=37876, + orbit=0 + } + }, + group=1145, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=47976, + stats={ + [1]="+5 to any Attribute" + } + }, + [48006]={ + connections={ + [1]={ + id=33604, + orbit=0 + } + }, + group=498, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Devastation", + orbit=7, + orbitIndex=9, + recipe={ + [1]="Ire", + [2]="Ire", + [3]="Despair" + }, + skill=48006, + stats={ + [1]="15% increased Attack Area Damage", + [2]="12% increased Area of Effect for Attacks" + } + }, + [48007]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + [1]={ + id=36302, + orbit=0 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=48007, + stats={ + } + }, + [48014]={ + connections={ + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Honourless", + orbit=5, + orbitIndex=63, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Fear" + }, + skill=48014, + stats={ + [1]="25% increased Armour if you've Hit an Enemy with a Melee Attack Recently", + [2]="50% increased Melee Damage against Immobilised Enemies" + } + }, + [48026]={ + connections={ + [1]={ + id=65439, + orbit=0 + }, + [2]={ + id=6623, + orbit=0 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=2, + orbitIndex=14, + skill=48026, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [48030]={ + connections={ + [1]={ + id=62436, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=7, + orbitIndex=1, + skill=48030, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [48035]={ + connections={ + [1]={ + id=11329, + orbit=0 + } + }, + group=447, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=3, + skill=48035, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [48103]={ + connections={ + [1]={ + id=52875, + orbit=0 + } + }, + group=1165, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + isNotable=true, + name="Forcewave", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=48103, + stats={ + [1]="20% increased Stun Buildup", + [2]="20% increased Knockback Distance", + [3]="20% increased Physical Damage" + } + }, + [48116]={ + connections={ + [1]={ + id=21112, + orbit=0 + }, + [2]={ + id=34015, + orbit=0 + }, + [3]={ + id=10472, + orbit=0 + }, + [4]={ + id=18624, + orbit=0 + } + }, + group=1233, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48116, + stats={ + [1]="+5 to any Attribute" + } + }, + [48121]={ + connections={ + [1]={ + id=24438, + orbit=-5 + } + }, + group=367, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Elemental Resistance", + orbit=0, + orbitIndex=0, + skill=48121, + stats={ + [1]="Totems gain +12% to all Elemental Resistances" + } + }, + [48135]={ + connections={ + [1]={ + id=12750, + orbit=0 + } + }, + group=850, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=7, + orbitIndex=12, + skill=48135, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [48137]={ + connections={ + [1]={ + id=33887, + orbit=0 + } + }, + group=760, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + name="Crossbow Reload Speed", + orbit=4, + orbitIndex=11, + skill=48137, + stats={ + [1]="15% increased Crossbow Reload Speed" + } + }, + [48171]={ + connections={ + }, + group=176, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=4, + orbitIndex=13, + skill=48171, + stats={ + [1]="12% increased Cold Damage" + } + }, + [48198]={ + connections={ + [1]={ + id=29361, + orbit=3 + }, + [2]={ + id=65437, + orbit=-5 + }, + [3]={ + id=40068, + orbit=-6 + }, + [4]={ + id=1215, + orbit=0 + }, + [5]={ + id=13411, + orbit=6 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds", + isNotable=true, + name="Step Like Mist", + orbit=4, + orbitIndex=12, + skill=48198, + stats={ + [1]="4% increased Movement Speed", + [2]="15% increased Mana Regeneration Rate", + [3]="+5 to Dexterity and Intelligence" + } + }, + [48215]={ + connections={ + [1]={ + id=516, + orbit=0 + }, + [2]={ + id=7201, + orbit=0 + }, + [3]={ + id=64488, + orbit=0 + }, + [4]={ + id=61347, + orbit=0 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Headshot", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Suffering" + }, + skill=48215, + stats={ + [1]="Projectiles have 30% increased Critical Damage Bonus against Enemies further than 6m", + [2]="Projectiles have 30% increased Critical Hit Chance against Enemies further than 6m", + [3]="25% chance to inflict Daze with Hits against Enemies further than 6m" + } + }, + [48240]={ + connections={ + [1]={ + id=48505, + orbit=0 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Quick Recovery", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Greed" + }, + skill=48240, + stats={ + [1]="40% increased Stun Recovery", + [2]="Regenerate 5% of maximum Life over 1 second when Stunned" + } + }, + [48264]={ + connections={ + [1]={ + id=12964, + orbit=0 + } + }, + group=201, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=2, + orbitIndex=3, + skill=48264, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [48267]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=48267, + stats={ + } + }, + [48290]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + [1]={ + id=55180, + orbit=0 + }, + [2]={ + id=49088, + orbit=0 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Defence Mastery", + orbit=2, + orbitIndex=15, + skill=48290, + stats={ + } + }, + [48305]={ + connections={ + [1]={ + id=37629, + orbit=6 + } + }, + group=455, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48305, + stats={ + [1]="+5 to any Attribute" + } + }, + [48401]={ + connections={ + [1]={ + id=35987, + orbit=0 + }, + [2]={ + id=61312, + orbit=0 + }, + [3]={ + id=10909, + orbit=5 + } + }, + group=737, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=30, + skill=48401, + stats={ + [1]="+5 to any Attribute" + } + }, + [48418]={ + connections={ + [1]={ + id=38235, + orbit=0 + } + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Hefty Unit", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Suffering" + }, + skill=48418, + stats={ + [1]="+3 to Stun Threshold per Strength" + } + }, + [48429]={ + connections={ + [1]={ + id=58714, + orbit=0 + }, + [2]={ + id=36169, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Cooldown Recovery Rate", + orbit=3, + orbitIndex=20, + skill=48429, + stats={ + [1]="15% increased Cooldown Recovery Rate for Grenade Skills" + } + }, + [48462]={ + connections={ + [1]={ + id=11094, + orbit=5 + }, + [2]={ + id=62803, + orbit=5 + } + }, + group=1146, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Effect", + orbit=7, + orbitIndex=15, + skill=48462, + stats={ + [1]="Charms applied to you have 10% increased Effect" + } + }, + [48505]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=2, + orbitIndex=18, + skill=48505, + stats={ + } + }, + [48524]={ + connections={ + [1]={ + id=43818, + orbit=0 + } + }, + group=413, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + isNotable=true, + name="Blood Transfusion", + orbit=2, + orbitIndex=4, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Suffering" + }, + skill=48524, + stats={ + [1]="25% increased Life Regeneration rate", + [2]="25% of Spell Mana Cost Converted to Life Cost" + } + }, + [48530]={ + connections={ + [1]={ + id=39130, + orbit=0 + }, + [2]={ + id=4623, + orbit=0 + } + }, + group=413, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Spell Damage and Costs", + orbit=2, + orbitIndex=18, + skill=48530, + stats={ + [1]="6% increased Spell Damage with Spells that cost Life", + [2]="8% of Spell Mana Cost Converted to Life Cost" + } + }, + [48531]={ + connections={ + [1]={ + id=13987, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Attack Speed", + orbit=1, + orbitIndex=7, + skill=48531, + stats={ + [1]="3% increased Melee Attack Speed" + } + }, + [48537]={ + ascendancyName="Smith of Kitava", + connections={ + }, + group=13, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImprovedFireResistAppliesToColdLightning.dds", + isNotable=true, + name="Forged in Flame", + orbit=0, + orbitIndex=0, + skill=48537, + stats={ + [1]="Modifiers to Maximum Fire Resistance also grant Maximum Cold and Lightning Resistance" + } + }, + [48544]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=40166, + orbit=0 + } + }, + group=985, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=48544, + stats={ + } + }, + [48551]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=52703, + orbit=9 + } + }, + group=750, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Spell Critical Chance", + orbit=0, + orbitIndex=0, + skill=48551, + stats={ + [1]="12% increased Critical Hit Chance for Spells" + } + }, + [48552]={ + connections={ + [1]={ + id=43036, + orbit=0 + }, + [2]={ + id=7960, + orbit=0 + }, + [3]={ + id=23825, + orbit=0 + } + }, + group=339, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48552, + stats={ + [1]="+5 to any Attribute" + } + }, + [48565]={ + connections={ + [1]={ + id=47242, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + isNotable=true, + name="Bringer of Order", + orbit=3, + orbitIndex=11, + recipe={ + [1]="Envy", + [2]="Fear", + [3]="Disgust" + }, + skill=48565, + stats={ + [1]="Minions deal 25% increased Damage" + } + }, + [48568]={ + connections={ + [1]={ + id=16489, + orbit=0 + } + }, + group=781, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48568, + stats={ + [1]="+5 to any Attribute" + } + }, + [48581]={ + connections={ + [1]={ + id=33242, + orbit=0 + }, + [2]={ + id=13387, + orbit=0 + } + }, + group=522, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + isNotable=true, + name="Exploit the Elements", + orbit=6, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Isolation" + }, + skill=48581, + stats={ + [1]="24% increased Damage with Hits against Enemies affected by Elemental Ailments", + [2]="30% increased chance to inflict Ailments against Rare or Unique Enemies" + } + }, + [48583]={ + connections={ + [1]={ + id=58783, + orbit=0 + } + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech. Armour and Evasion while Leeching", + orbit=2, + orbitIndex=23, + skill=48583, + stats={ + [1]="8% increased amount of Life Leeched", + [2]="8% increased Armour and Evasion Rating while Leeching" + } + }, + [48585]={ + connections={ + [1]={ + id=20831, + orbit=0 + }, + [2]={ + id=56325, + orbit=0 + } + }, + group=833, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=48585, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [48588]={ + connections={ + [1]={ + id=2455, + orbit=0 + }, + [2]={ + id=13081, + orbit=0 + } + }, + group=616, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=5, + orbitIndex=14, + skill=48588, + stats={ + [1]="8% increased Projectile Damage" + } + }, + [48589]={ + connections={ + [1]={ + id=7922, + orbit=-6 + } + }, + group=415, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Recovery", + orbit=2, + orbitIndex=11, + skill=48589, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [48611]={ + connections={ + [1]={ + id=4271, + orbit=0 + }, + [2]={ + id=46554, + orbit=0 + } + }, + group=774, + icon="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds", + name="Minion Resistances", + orbit=2, + orbitIndex=0, + skill=48611, + stats={ + [1]="Minions have +8% to all Elemental Resistances" + } + }, + [48614]={ + connections={ + [1]={ + id=9018, + orbit=2 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Area and Presence", + orbit=7, + orbitIndex=8, + skill=48614, + stats={ + [1]="20% increased Presence Area of Effect", + [2]="3% reduced Area of Effect" + } + }, + [48617]={ + connections={ + [1]={ + id=1915, + orbit=0 + }, + [2]={ + id=11667, + orbit=0 + }, + [3]={ + id=15839, + orbit=0 + }, + [4]={ + id=6266, + orbit=0 + }, + [5]={ + id=2978, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + isNotable=true, + name="Hunter", + orbit=7, + orbitIndex=3, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Disgust" + }, + skill=48617, + stats={ + [1]="50% increased Damage against Demons", + [2]="50% increased Duration of Ailments on Beasts", + [3]="50% increased Critical Hit Chance against Humanoids", + [4]="50% increased Immobilisation buildup against Constructs" + } + }, + [48618]={ + connections={ + [1]={ + id=37327, + orbit=7 + } + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=12, + skill=48618, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [48631]={ + connections={ + [1]={ + id=35426, + orbit=0 + }, + [2]={ + id=59006, + orbit=-4 + } + }, + group=377, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48631, + stats={ + [1]="+5 to any Attribute" + } + }, + [48635]={ + connections={ + [1]={ + id=63526, + orbit=0 + }, + [2]={ + id=28361, + orbit=4 + }, + [3]={ + id=43444, + orbit=-4 + } + }, + group=641, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48635, + stats={ + [1]="+5 to any Attribute" + } + }, + [48658]={ + connections={ + }, + group=919, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + isNotable=true, + name="Shattering", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Despair" + }, + skill=48658, + stats={ + [1]="30% increased Freeze Buildup", + [2]="20% increased Chill Duration on Enemies", + [3]="20% increased Magnitude of Chill you inflict" + } + }, + [48660]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/MasteryElementalDamage.dds", + isOnlyImage=true, + name="Elemental Mastery", + orbit=0, + orbitIndex=0, + skill=48660, + stats={ + } + }, + [48670]={ + connections={ + [1]={ + id=13241, + orbit=0 + }, + [2]={ + id=53589, + orbit=0 + }, + [3]={ + id=19122, + orbit=0 + }, + [4]={ + id=51299, + orbit=0 + }, + [5]={ + id=49231, + orbit=0 + } + }, + group=517, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=42, + skill=48670, + stats={ + [1]="+5 to any Attribute" + } + }, + [48682]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=40915, + orbit=4 + } + }, + group=28, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Totem Life", + orbit=0, + orbitIndex=0, + skill=48682, + stats={ + [1]="20% increased Totem Life" + } + }, + [48699]={ + connections={ + }, + group=575, + icon="Art/2DArt/SkillIcons/passives/frostborn.dds", + isNotable=true, + name="Frostwalker", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Suffering" + }, + skill=48699, + stats={ + [1]="40% reduced Effect of Chill on you", + [2]="Gain 15% of Damage as Extra Cold Damage while on Chilled Ground" + } + }, + [48714]={ + connections={ + [1]={ + id=47354, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Attack Speed", + orbit=2, + orbitIndex=7, + skill=48714, + stats={ + [1]="3% increased Melee Attack Speed" + } + }, + [48717]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=133, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour Mastery", + orbit=7, + orbitIndex=16, + skill=48717, + stats={ + } + }, + [48734]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=1252, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalMonkeyNotable.dds", + isNotable=true, + name="The Howling Primate", + orbit=3, + orbitIndex=4, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Greed" + }, + skill=48734, + stats={ + [1]="15% increased Presence Area of Effect", + [2]="Aura Skills have 10% increased Magnitudes", + [3]="+10 to Intelligence" + } + }, + [48745]={ + connections={ + [1]={ + id=22558, + orbit=0 + }, + [2]={ + id=7878, + orbit=-2 + } + }, + group=356, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=0, + orbitIndex=0, + skill=48745, + stats={ + [1]="5% increased Block chance" + } + }, + [48773]={ + connections={ + [1]={ + id=32763, + orbit=0 + }, + [2]={ + id=38493, + orbit=0 + }, + [3]={ + id=41873, + orbit=0 + }, + [4]={ + id=42226, + orbit=0 + } + }, + group=1260, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=48773, + stats={ + [1]="+5 to any Attribute" + } + }, + [48774]={ + connections={ + [1]={ + id=44850, + orbit=0 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Taut Flesh", + orbit=7, + orbitIndex=22, + recipe={ + [1]="Disgust", + [2]="Ire", + [3]="Paranoia" + }, + skill=48774, + stats={ + [1]="20% of Physical Damage taken Recouped as Life" + } + }, + [48805]={ + connections={ + [1]={ + id=7782, + orbit=4 + }, + [2]={ + id=26563, + orbit=0 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Spell Critical Chance", + orbit=7, + orbitIndex=4, + skill=48805, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [48821]={ + connections={ + [1]={ + id=15618, + orbit=-6 + } + }, + group=630, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + name="Spell Critical Damage", + orbit=2, + orbitIndex=6, + skill=48821, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [48833]={ + connections={ + [1]={ + id=4, + orbit=0 + } + }, + group=859, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=48833, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [48846]={ + connections={ + [1]={ + id=44566, + orbit=0 + } + }, + group=738, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=48846, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [48856]={ + connections={ + [1]={ + id=17882, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=7, + orbitIndex=4, + skill=48856, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [48889]={ + connections={ + [1]={ + id=28038, + orbit=0 + }, + [2]={ + id=56488, + orbit=0 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=7, + orbitIndex=8, + skill=48889, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [48974]={ + connections={ + [1]={ + id=47418, + orbit=0 + }, + [2]={ + id=10738, + orbit=0 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Altered Brain Chemistry", + orbit=2, + orbitIndex=15, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Guilt" + }, + skill=48974, + stats={ + [1]="25% increased Mana Recovery from Flasks", + [2]="10% increased Mana Recovery Rate during Effect of any Mana Flask" + } + }, + [48979]={ + connections={ + [1]={ + id=51820, + orbit=0 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=3, + orbitIndex=10, + skill=48979, + stats={ + [1]="16% increased Totem Life" + } + }, + [49023]={ + connections={ + [1]={ + id=12817, + orbit=3 + }, + [2]={ + id=22975, + orbit=0 + } + }, + group=241, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=1, + orbitIndex=6, + skill=49023, + stats={ + [1]="5% increased Block chance" + } + }, + [49046]={ + connections={ + [1]={ + id=8569, + orbit=0 + } + }, + group=782, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=49046, + stats={ + [1]="+5 to any Attribute" + } + }, + [49049]={ + ascendancyName="Chronomancer", + connections={ + }, + group=304, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNearbyEnemiesProjectilesSlowed.dds", + isNotable=true, + name="Apex of the Moment", + orbit=0, + orbitIndex=0, + skill=49049, + stats={ + [1]="Enemies in your Presence are Slowed by 20%" + } + }, + [49088]={ + connections={ + [1]={ + id=17394, + orbit=7 + } + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Splintering Force", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Paranoia", + [3]="Guilt" + }, + skill=49088, + stats={ + [1]="Minions Break Armour equal to 3% of Physical damage dealt" + } + }, + [49107]={ + connections={ + [1]={ + id=54562, + orbit=0 + } + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds", + name="Critical Chance", + orbit=2, + orbitIndex=14, + skill=49107, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [49110]={ + connections={ + [1]={ + id=54746, + orbit=-7 + } + }, + group=937, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance and Effect", + orbit=0, + orbitIndex=0, + skill=49110, + stats={ + [1]="6% increased chance to inflict Ailments", + [2]="6% increased Magnitude of Damaging Ailments you inflict" + } + }, + [49111]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=49111, + stats={ + } + }, + [49130]={ + connections={ + }, + group=1129, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Reduced Projectile Speed", + orbit=2, + orbitIndex=19, + skill=49130, + stats={ + [1]="6% reduced Projectile Speed" + } + }, + [49136]={ + connections={ + [1]={ + id=9604, + orbit=4 + }, + [2]={ + id=59466, + orbit=-3 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=4, + orbitIndex=70, + skill=49136, + stats={ + [1]="12% increased amount of Life Leeched" + } + }, + [49150]={ + connections={ + [1]={ + id=36759, + orbit=0 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Precise Invocations", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Isolation" + }, + skill=49150, + stats={ + [1]="Invocated Spells have 40% increased Critical Hit Chance" + } + }, + [49165]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=59913, + orbit=0 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Mark Effect", + orbit=6, + orbitIndex=27, + skill=49165, + stats={ + [1]="12% increased Effect of your Mark Skills" + } + }, + [49189]={ + ascendancyName="Stormweaver", + connections={ + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverRemnant2.dds", + isNotable=true, + name="Storm's Recollection", + orbit=9, + orbitIndex=17, + skill=49189, + stats={ + [1]="Remnants you create reappear once, 3 seconds after being collected" + } + }, + [49192]={ + connections={ + [1]={ + id=43396, + orbit=0 + }, + [2]={ + id=41615, + orbit=0 + } + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=7, + orbitIndex=12, + skill=49192, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [49198]={ + connections={ + [1]={ + id=49023, + orbit=3 + } + }, + group=241, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=7, + orbitIndex=22, + skill=49198, + stats={ + [1]="5% increased Block chance" + } + }, + [49220]={ + connections={ + [1]={ + id=10429, + orbit=0 + }, + [2]={ + id=44223, + orbit=-3 + }, + [3]={ + id=53960, + orbit=-6 + }, + [4]={ + id=21336, + orbit=5 + }, + [5]={ + id=36778, + orbit=6 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/Harrier.dds", + isNotable=true, + name="Flow Like Water", + orbit=4, + orbitIndex=12, + skill=49220, + stats={ + [1]="8% increased Attack and Cast Speed", + [2]="+5 to Dexterity and Intelligence" + } + }, + [49231]={ + connections={ + [1]={ + id=43183, + orbit=0 + } + }, + group=494, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=7, + orbitIndex=0, + skill=49231, + stats={ + [1]="3% increased Attack Speed" + } + }, + [49235]={ + connections={ + [1]={ + id=42077, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=7, + skill=49235, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [49256]={ + connections={ + [1]={ + id=14439, + orbit=4 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=3, + orbitIndex=12, + skill=49256, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [49259]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=128, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=49259, + stats={ + } + }, + [49280]={ + connections={ + [1]={ + id=36170, + orbit=3 + } + }, + group=552, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=7, + orbitIndex=7, + skill=49280, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [49285]={ + connections={ + [1]={ + id=364, + orbit=9 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=2, + orbitIndex=22, + skill=49285, + stats={ + [1]="+8 to Strength" + } + }, + [49291]={ + connections={ + [1]={ + id=57945, + orbit=0 + } + }, + group=1064, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charge Generation", + orbit=7, + orbitIndex=9, + skill=49291, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [49320]={ + connections={ + [1]={ + id=52215, + orbit=0 + } + }, + group=1243, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Critical Chance", + orbit=6, + orbitIndex=31, + skill=49320, + stats={ + [1]="10% increased Critical Hit Chance with Daggers" + } + }, + [49340]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=34, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus4.dds", + isNotable=true, + name="Support Straps", + orbit=0, + orbitIndex=0, + skill=49340, + stats={ + [1]="Body Armour grants 20% increased Strength" + } + }, + [49357]={ + connections={ + [1]={ + id=32194, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=0, + skill=49357, + stats={ + [1]="+5 to any Attribute" + } + }, + [49370]={ + connections={ + [1]={ + id=6502, + orbit=0 + } + }, + group=63, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + isNotable=true, + name="Morning Star", + orbit=2, + orbitIndex=15, + skill=49370, + stats={ + [1]="30% increased Critical Hit Chance with Flails", + [2]="20% increased Critical Damage Bonus with Flails" + } + }, + [49380]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=36659, + orbit=-7 + } + }, + group=16, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerNode.dds", + name="Armour Break", + orbit=0, + orbitIndex=0, + skill=49380, + stats={ + [1]="Break 25% increased Armour" + } + }, + [49388]={ + connections={ + [1]={ + id=37304, + orbit=0 + }, + [2]={ + id=38215, + orbit=-7 + }, + [3]={ + id=4806, + orbit=7 + } + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental", + orbit=2, + orbitIndex=19, + skill=49388, + stats={ + [1]="10% increased Magnitude of Chill you inflict", + [2]="10% increased Magnitude of Shock you inflict" + } + }, + [49391]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern", + connections={ + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Block Mastery", + orbit=0, + orbitIndex=0, + skill=49391, + stats={ + } + }, + [49394]={ + connections={ + [1]={ + id=23786, + orbit=0 + } + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Critical Bleeding Effect", + orbit=7, + orbitIndex=19, + skill=49394, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict with Critical Hits" + } + }, + [49406]={ + connections={ + [1]={ + id=52125, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=45, + skill=49406, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [49455]={ + connections={ + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=4, + orbitIndex=5, + skill=49455, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [49461]={ + connections={ + [1]={ + id=50912, + orbit=2 + } + }, + group=952, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Speed", + orbit=2, + orbitIndex=23, + skill=49461, + stats={ + [1]="3% increased Attack Speed" + } + }, + [49466]={ + connections={ + [1]={ + id=30871, + orbit=0 + } + }, + group=1028, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=12, + skill=49466, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [49473]={ + connections={ + [1]={ + id=61104, + orbit=0 + } + }, + group=892, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=0, + orbitIndex=0, + skill=49473, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [49485]={ + connections={ + [1]={ + id=12174, + orbit=-9 + }, + [2]={ + id=49107, + orbit=9 + }, + [3]={ + id=12890, + orbit=0 + } + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds", + name="Dexterity", + orbit=2, + orbitIndex=18, + skill=49485, + stats={ + [1]="+8 to Dexterity" + } + }, + [49497]={ + connections={ + [1]={ + id=23244, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Culling Strike Threshold", + orbit=7, + orbitIndex=6, + skill=49497, + stats={ + [1]="5% increased Culling Strike Threshold" + } + }, + [49503]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1316, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Mana Flask Charges", + orbit=0, + orbitIndex=0, + skill=49503, + stats={ + [1]="20% increased Mana Flask Charges gained" + } + }, + [49512]={ + connections={ + [1]={ + id=61419, + orbit=0 + }, + [2]={ + id=15885, + orbit=0 + }, + [3]={ + id=5936, + orbit=0 + } + }, + group=589, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=49512, + stats={ + [1]="+5 to any Attribute" + } + }, + [49537]={ + connections={ + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Speed with Elemental Skills", + orbit=3, + orbitIndex=16, + skill=49537, + stats={ + [1]="3% increased Attack and Cast Speed with Elemental Skills" + } + }, + [49545]={ + connections={ + [1]={ + id=64851, + orbit=2 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parry Damage", + orbit=7, + orbitIndex=13, + skill=49545, + stats={ + [1]="20% increased Parry Damage" + } + }, + [49550]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern", + connections={ + }, + group=431, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Prolonged Fury", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Despair" + }, + skill=49550, + stats={ + [1]="Inherent loss of Rage is 25% slower" + } + }, + [49593]={ + connections={ + [1]={ + id=4725, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + name="Sentinels", + orbit=7, + orbitIndex=6, + skill=49593, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [49618]={ + connections={ + [1]={ + id=38663, + orbit=0 + }, + [2]={ + id=55348, + orbit=0 + } + }, + group=488, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Deadly Flourish", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Guilt" + }, + skill=49618, + stats={ + [1]="20% increased Melee Critical Hit Chance" + } + }, + [49633]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=663, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=49633, + stats={ + } + }, + [49642]={ + connections={ + [1]={ + id=4882, + orbit=0 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=7, + orbitIndex=1, + skill=49642, + stats={ + [1]="15% increased Totem Damage" + } + }, + [49657]={ + connections={ + [1]={ + id=54417, + orbit=0 + }, + [2]={ + id=63526, + orbit=6 + }, + [3]={ + id=43578, + orbit=6 + }, + [4]={ + id=58109, + orbit=0 + } + }, + group=636, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=33, + skill=49657, + stats={ + [1]="+5 to any Attribute" + } + }, + [49661]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Perfectly Placed Knife", + orbit=1, + orbitIndex=2, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Isolation" + }, + skill=49661, + stats={ + [1]="30% increased Critical Hit Chance against Bleeding Enemies", + [2]="20% chance to Aggravate Bleeding on targets you Critically Hit with Attacks" + } + }, + [49691]={ + connections={ + [1]={ + id=13828, + orbit=0 + }, + [2]={ + id=31409, + orbit=0 + }, + [3]={ + id=61106, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=21, + skill=49691, + stats={ + [1]="+16 to Evasion Rating" + } + }, + [49696]={ + connections={ + [1]={ + id=10273, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=5, + orbitIndex=12, + skill=49696, + stats={ + [1]="+3 to all Attributes" + } + }, + [49734]={ + connections={ + [1]={ + id=46741, + orbit=0 + } + }, + group=178, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=49734, + stats={ + [1]="+5 to any Attribute" + } + }, + [49740]={ + connections={ + [1]={ + id=27274, + orbit=0 + } + }, + group=893, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Shattered Crystal", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Ire" + }, + skill=49740, + stats={ + [1]="60% reduced Ice Crystal Life" + } + }, + [49759]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=2857, + orbit=6 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Shock Chance", + orbit=8, + orbitIndex=71, + skill=49759, + stats={ + [1]="20% increased chance to Shock" + } + }, + [49799]={ + connections={ + [1]={ + id=46224, + orbit=0 + } + }, + group=797, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=2, + orbitIndex=20, + skill=49799, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [49804]={ + connections={ + [1]={ + id=24035, + orbit=0 + } + }, + group=727, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Exposure Effect", + orbit=2, + orbitIndex=22, + skill=49804, + stats={ + [1]="10% increased Exposure Effect" + } + }, + [49938]={ + connections={ + [1]={ + id=26196, + orbit=0 + }, + [2]={ + id=28002, + orbit=0 + }, + [3]={ + id=51795, + orbit=0 + } + }, + group=268, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=49938, + stats={ + [1]="+5 to any Attribute" + } + }, + [49952]={ + connections={ + [1]={ + id=13856, + orbit=0 + } + }, + group=185, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Ailment Effect", + orbit=7, + orbitIndex=6, + skill=49952, + stats={ + [1]="12% increased Magnitude of Ailments you inflict" + } + }, + [49968]={ + connections={ + [1]={ + id=20008, + orbit=0 + } + }, + group=991, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Stun Buildup", + orbit=1, + orbitIndex=5, + skill=49968, + stats={ + [1]="18% increased Stun Buildup with Melee Damage" + } + }, + [49976]={ + connections={ + [1]={ + id=62936, + orbit=7 + }, + [2]={ + id=47976, + orbit=-3 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + name="Damage from Mana", + orbit=7, + orbitIndex=5, + skill=49976, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [49984]={ + connections={ + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isNotable=true, + name="Spellblade", + orbit=5, + orbitIndex=57, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Fear" + }, + skill=49984, + stats={ + [1]="32% increased Spell Damage while wielding a Melee Weapon", + [2]="+10 to Dexterity" + } + }, + [49993]={ + connections={ + [1]={ + id=40632, + orbit=2 + }, + [2]={ + id=64434, + orbit=0 + }, + [3]={ + id=38814, + orbit=0 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=7, + orbitIndex=0, + skill=49993, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [49996]={ + connections={ + [1]={ + id=32183, + orbit=0 + }, + [2]={ + id=38215, + orbit=-4 + }, + [3]={ + id=5163, + orbit=3 + }, + [4]={ + id=33463, + orbit=0 + } + }, + group=1148, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=49996, + stats={ + [1]="+5 to any Attribute" + } + }, + [50023]={ + connections={ + [1]={ + id=4921, + orbit=0 + }, + [2]={ + id=259, + orbit=0 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + isNotable=true, + name="Invigorating Grandeur", + orbit=4, + orbitIndex=39, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Fear" + }, + skill=50023, + stats={ + [1]="Recover 1% of maximum Life per Glory consumed" + } + }, + [50062]={ + connections={ + [1]={ + id=37641, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + isNotable=true, + name="Reinforced Barrier", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Envy" + }, + skill=50062, + stats={ + [1]="20% increased maximum Energy Shield", + [2]="Defend with 120% of Armour while not on Low Energy Shield" + } + }, + [50084]={ + connections={ + [1]={ + id=61525, + orbit=0 + } + }, + group=550, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + name="Spell and Attack Damage", + orbit=0, + orbitIndex=0, + skill=50084, + stats={ + [1]="8% increased Spell Damage", + [2]="8% increased Attack Damage" + } + }, + [50098]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=11771, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaBreachWalk.dds", + isNotable=true, + name="Waking Dream", + orbit=5, + orbitIndex=16, + skill=50098, + stats={ + [1]="Grants Skill: Into the Breach" + } + }, + [50104]={ + connections={ + [1]={ + id=47168, + orbit=0 + }, + [2]={ + id=37594, + orbit=0 + }, + [3]={ + id=7960, + orbit=0 + }, + [4]={ + id=46742, + orbit=0 + } + }, + group=384, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=50104, + stats={ + [1]="+5 to any Attribute" + } + }, + [50107]={ + connections={ + [1]={ + id=50881, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect on Self", + orbit=2, + orbitIndex=16, + skill=50107, + stats={ + [1]="15% reduced effect of Curses on you" + } + }, + [50121]={ + connections={ + [1]={ + id=3128, + orbit=0 + } + }, + group=1042, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=0, + orbitIndex=0, + skill=50121, + stats={ + [1]="10% increased Cold Damage" + } + }, + [50146]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern", + connections={ + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Buckler Mastery", + orbit=3, + orbitIndex=8, + skill=50146, + stats={ + } + }, + [50150]={ + connections={ + [1]={ + id=37279, + orbit=0 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightning.dds", + name="Lightning Damage and Mana Regeneration", + orbit=3, + orbitIndex=12, + skill=50150, + stats={ + [1]="6% increased Lightning Damage", + [2]="8% increased Mana Regeneration Rate" + } + }, + [50192]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=31223, + orbit=-9 + } + }, + group=851, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Life", + orbit=0, + orbitIndex=0, + skill=50192, + stats={ + [1]="3% increased maximum Life" + } + }, + [50216]={ + connections={ + [1]={ + id=44951, + orbit=3 + }, + [2]={ + id=17655, + orbit=4 + } + }, + group=482, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=18, + skill=50216, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [50219]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=42035, + orbit=0 + } + }, + group=274, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Curse Delay", + orbit=2, + orbitIndex=21, + skill=50219, + stats={ + [1]="Curse zones erupt after 10% reduced delay" + } + }, + [50228]={ + connections={ + [1]={ + id=20511, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Fire Damage", + orbit=3, + orbitIndex=10, + skill=50228, + stats={ + [1]="10% increased Fire Damage" + } + }, + [50253]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=270, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Aftershocks", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Guilt", + [3]="Greed" + }, + skill=50253, + stats={ + [1]="30% increased Area of Effect of Aftershocks you create yourself" + } + }, + [50268]={ + connections={ + [1]={ + id=2446, + orbit=0 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + name="Cold and Lightning Damage", + orbit=2, + orbitIndex=20, + skill=50268, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Lightning Damage" + } + }, + [50273]={ + connections={ + [1]={ + id=47893, + orbit=0 + }, + [2]={ + id=63267, + orbit=0 + }, + [3]={ + id=3131, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Damage", + orbit=0, + orbitIndex=0, + skill=50273, + stats={ + [1]="12% increased Attack Damage while Dual Wielding" + } + }, + [50277]={ + connections={ + [1]={ + id=50701, + orbit=0 + } + }, + group=1141, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Effect", + orbit=0, + orbitIndex=0, + skill=50277, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [50302]={ + connections={ + [1]={ + id=63470, + orbit=0 + } + }, + group=324, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Costs", + orbit=3, + orbitIndex=11, + skill=50302, + stats={ + [1]="6% of Skill Mana Costs Converted to Life Costs" + } + }, + [50328]={ + connections={ + [1]={ + id=28992, + orbit=0 + }, + [2]={ + id=10053, + orbit=0 + } + }, + group=806, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Life and Mana Flask Recovery", + orbit=3, + orbitIndex=23, + skill=50328, + stats={ + [1]="10% increased Life and Mana Recovery from Flasks" + } + }, + [50342]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=5227, + orbit=0 + } + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=2, + orbitIndex=17, + skill=50342, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [50383]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern", + connections={ + }, + group=604, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Infusion Mastery", + orbit=0, + orbitIndex=0, + skill=50383, + stats={ + } + }, + [50389]={ + connections={ + [1]={ + id=13694, + orbit=7 + }, + [2]={ + id=11762, + orbit=0 + } + }, + group=348, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + isNotable=true, + name="Twinned Tethers", + orbit=2, + orbitIndex=1, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Disgust" + }, + skill=50389, + stats={ + [1]="Link Skills Link to 1 additional random target" + } + }, + [50392]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + }, + group=136, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + isNotable=true, + name="Brute Strength", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Isolation" + }, + skill=50392, + stats={ + [1]="10% reduced maximum Mana", + [2]="1% increased Damage per 15 Strength" + } + }, + [50403]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=1187, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=50403, + stats={ + } + }, + [50420]={ + connections={ + [1]={ + id=51241, + orbit=-2 + }, + [2]={ + id=31364, + orbit=0 + } + }, + group=1203, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=2, + orbitIndex=2, + skill=50420, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [50423]={ + connections={ + [1]={ + id=38856, + orbit=0 + } + }, + group=508, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=57, + skill=50423, + stats={ + [1]="+5 to any Attribute" + } + }, + [50437]={ + connections={ + [1]={ + id=35987, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=8, + skill=50437, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [50459]={ + classesStart={ + [1]="Ranger", + [2]="Huntress" + }, + connections={ + [1]={ + id=46990, + orbit=0 + }, + [2]={ + id=1583, + orbit=0 + }, + [3]={ + id=24665, + orbit=0 + }, + [4]={ + id=41736, + orbit=0 + }, + [5]={ + id=63493, + orbit=0 + }, + [6]={ + id=36365, + orbit=0 + }, + [7]={ + id=13828, + orbit=0 + }, + [8]={ + id=56651, + orbit=0 + } + }, + group=716, + icon="Art/2DArt/SkillIcons/passives/blankDex.dds", + name="RANGER", + orbit=0, + orbitIndex=0, + skill=50459, + stats={ + } + }, + [50469]={ + connections={ + [1]={ + id=32701, + orbit=0 + } + }, + group=936, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=50469, + stats={ + [1]="+5 to any Attribute" + } + }, + [50483]={ + connections={ + [1]={ + id=61842, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Area", + orbit=3, + orbitIndex=22, + skill=50483, + stats={ + [1]="Minions have 8% increased Area of Effect" + } + }, + [50485]={ + connections={ + [1]={ + id=22959, + orbit=0 + } + }, + group=802, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Zone of Control", + orbit=2, + orbitIndex=18, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Envy" + }, + skill=50485, + stats={ + [1]="40% increased Area of Effect of Curses", + [2]="8% increased Curse Magnitudes", + [3]="Enemies you Curse are Hindered, with 15% reduced Movement Speed" + } + }, + [50510]={ + connections={ + [1]={ + id=46384, + orbit=0 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=4, + orbitIndex=18, + skill=50510, + stats={ + [1]="5% increased Block chance" + } + }, + [50535]={ + connections={ + [1]={ + id=10612, + orbit=-2 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonCold.dds", + name="Archon Effect", + orbit=2, + orbitIndex=6, + skill=50535, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [50540]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCursePattern", + connections={ + [1]={ + id=16499, + orbit=0 + } + }, + group=698, + icon="Art/2DArt/SkillIcons/passives/MasteryCurse.dds", + isOnlyImage=true, + name="Curse Mastery", + orbit=0, + orbitIndex=0, + skill=50540, + stats={ + } + }, + [50558]={ + connections={ + [1]={ + id=55194, + orbit=0 + }, + [2]={ + id=32194, + orbit=0 + }, + [3]={ + id=12462, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=4, + orbitIndex=60, + skill=50558, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [50561]={ + connections={ + [1]={ + id=12418, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=3, + orbitIndex=18, + skill=50561, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [50562]={ + connections={ + [1]={ + id=43142, + orbit=0 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Barbaric Strength", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Guilt", + [2]="Despair", + [3]="Envy" + }, + skill=50562, + stats={ + [1]="45% increased Critical Damage Bonus", + [2]="10% increased Mana Cost of Skills", + [3]="+10 to Strength" + } + }, + [50574]={ + connections={ + [1]={ + id=19426, + orbit=0 + }, + [2]={ + id=46034, + orbit=0 + } + }, + group=882, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage and Life Recoup", + orbit=2, + orbitIndex=20, + skill=50574, + stats={ + [1]="3% of Physical Damage taken Recouped as Life", + [2]="5% increased Physical Damage" + } + }, + [50588]={ + connections={ + [1]={ + id=6010, + orbit=0 + } + }, + group=979, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=2, + orbitIndex=2, + skill=50588, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [50609]={ + connections={ + [1]={ + id=11916, + orbit=0 + } + }, + group=653, + icon="Art/2DArt/SkillIcons/passives/IncreasedMaximumLifeNotable.dds", + isNotable=true, + name="Hard to Kill", + orbit=3, + orbitIndex=18, + skill=50609, + stats={ + [1]="40% increased Flask Life Recovery rate", + [2]="Regenerate 0.75% of maximum Life per second" + } + }, + [50616]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=183, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=50616, + stats={ + } + }, + [50626]={ + connections={ + [1]={ + id=32597, + orbit=0 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=7, + skill=50626, + stats={ + [1]="+10 to Armour", + [2]="+5 to maximum Energy Shield" + } + }, + [50629]={ + connections={ + [1]={ + id=3218, + orbit=0 + }, + [2]={ + id=23930, + orbit=0 + }, + [3]={ + id=24430, + orbit=0 + } + }, + group=193, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=0, + orbitIndex=0, + skill=50629, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [50635]={ + connections={ + [1]={ + id=25971, + orbit=0 + }, + [2]={ + id=42750, + orbit=5 + }, + [3]={ + id=9050, + orbit=-5 + } + }, + group=1037, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=3, + orbitIndex=13, + skill=50635, + stats={ + [1]="3% increased Attack Speed" + } + }, + [50673]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=58526, + orbit=-2 + }, + [2]={ + id=62427, + orbit=-2 + } + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Avoiding Deflection", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Suffering" + }, + skill=50673, + stats={ + [1]="-5% to amount of Damage Prevented by Deflection", + [2]="20% increased Deflection Rating" + } + }, + [50687]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=595, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Coursing Energy", + orbit=7, + orbitIndex=14, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Paranoia" + }, + skill=50687, + stats={ + [1]="40% increased Electrocute Buildup", + [2]="30% increased Shock Chance against Electrocuted Enemies" + } + }, + [50701]={ + connections={ + [1]={ + id=44932, + orbit=0 + } + }, + group=1144, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Effect", + orbit=0, + orbitIndex=0, + skill=50701, + stats={ + [1]="15% increased Magnitude of Shock you inflict" + } + }, + [50715]={ + connections={ + [1]={ + id=50383, + orbit=0 + } + }, + group=605, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Frozen Limit", + orbit=7, + orbitIndex=21, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Fear" + }, + skill=50715, + stats={ + [1]="+1 to maximum Cold Infusions" + } + }, + [50720]={ + connections={ + [1]={ + id=43557, + orbit=0 + }, + [2]={ + id=11376, + orbit=-3 + }, + [3]={ + id=34199, + orbit=3 + }, + [4]={ + id=30523, + orbit=3 + } + }, + group=621, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=23, + skill=50720, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [50755]={ + connections={ + [1]={ + id=10131, + orbit=9 + }, + [2]={ + id=39567, + orbit=0 + }, + [3]={ + id=19355, + orbit=8 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=5, + orbitIndex=5, + skill=50755, + stats={ + [1]="+8 to Intelligence" + } + }, + [50795]={ + connections={ + [1]={ + id=58013, + orbit=0 + }, + [2]={ + id=20744, + orbit=0 + } + }, + group=793, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Careful Aim", + orbit=7, + orbitIndex=7, + recipe={ + [1]="Guilt", + [2]="Guilt", + [3]="Paranoia" + }, + skill=50795, + stats={ + [1]="15% increased Accuracy Rating", + [2]="20% increased Projectile Damage" + } + }, + [50816]={ + connections={ + [1]={ + id=46554, + orbit=-9 + }, + [2]={ + id=39567, + orbit=0 + }, + [3]={ + id=37974, + orbit=-5 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=5, + orbitIndex=67, + skill=50816, + stats={ + [1]="+8 to Intelligence" + } + }, + [50817]={ + connections={ + [1]={ + id=61355, + orbit=2 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + name="Damage from Mana", + orbit=7, + orbitIndex=11, + skill=50817, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [50847]={ + connections={ + [1]={ + id=1130, + orbit=0 + } + }, + group=72, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Damage", + orbit=7, + orbitIndex=20, + skill=50847, + stats={ + [1]="10% increased Damage with Flails" + } + }, + [50879]={ + connections={ + [1]={ + id=14211, + orbit=7 + } + }, + group=984, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Hazard Damage", + orbit=7, + orbitIndex=4, + skill=50879, + stats={ + [1]="16% increased Hazard Damage" + } + }, + [50881]={ + connections={ + [1]={ + id=55420, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect on Self", + orbit=2, + orbitIndex=20, + skill=50881, + stats={ + [1]="15% reduced effect of Curses on you" + } + }, + [50884]={ + connections={ + [1]={ + id=53696, + orbit=0 + } + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + isNotable=true, + name="Primal Sundering", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Ire" + }, + skill=50884, + stats={ + [1]="Damage Penetrates 12% Elemental Resistances", + [2]="8% increased Area of Effect for Attacks" + } + }, + [50912]={ + connections={ + }, + group=952, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Imbibed Power", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Ire", + [2]="Disgust", + [3]="Paranoia" + }, + skill=50912, + stats={ + [1]="6% increased Attack Speed during any Flask Effect", + [2]="25% increased Damage during any Flask Effect" + } + }, + [50986]={ + classesStart={ + [1]="Duelist", + [2]="Mercenary" + }, + connections={ + [1]={ + id=39383, + orbit=0 + }, + [2]={ + id=10889, + orbit=0 + }, + [3]={ + id=62386, + orbit=0 + }, + [4]={ + id=36252, + orbit=0 + }, + [5]={ + id=7120, + orbit=0 + }, + [6]={ + id=55536, + orbit=0 + }, + [7]={ + id=59915, + orbit=0 + } + }, + group=638, + icon="Art/2DArt/SkillIcons/passives/damagedualwield.dds", + name="DUELIST", + orbit=0, + orbitIndex=0, + skill=50986, + stats={ + } + }, + [51006]={ + connections={ + [1]={ + id=41877, + orbit=0 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Charges Used", + orbit=3, + orbitIndex=1, + skill=51006, + stats={ + [1]="4% reduced Flask Charges used from Mana Flasks" + } + }, + [51040]={ + connections={ + [1]={ + id=9652, + orbit=0 + } + }, + group=1115, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=0, + orbitIndex=0, + skill=51040, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [51048]={ + connections={ + [1]={ + id=17702, + orbit=0 + }, + [2]={ + id=58814, + orbit=0 + }, + [3]={ + id=33946, + orbit=0 + }, + [4]={ + id=30910, + orbit=0 + } + }, + group=898, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=51048, + stats={ + [1]="+5 to any Attribute" + } + }, + [51052]={ + connections={ + [1]={ + id=22558, + orbit=0 + } + }, + group=375, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=60, + skill=51052, + stats={ + [1]="+5 to any Attribute" + } + }, + [51105]={ + connections={ + [1]={ + id=48979, + orbit=0 + }, + [2]={ + id=21127, + orbit=0 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Spirit Bond", + orbit=1, + orbitIndex=5, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Fear" + }, + skill=51105, + stats={ + [1]="30% increased Totem Life", + [2]="30% increased Totem Duration" + } + }, + [51129]={ + connections={ + [1]={ + id=15892, + orbit=0 + }, + [2]={ + id=48717, + orbit=0 + } + }, + group=116, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak2BuffIcon.dds", + isNotable=true, + name="Pile On", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Ire" + }, + skill=51129, + stats={ + [1]="30% increased effect of Fully Broken Armour" + } + }, + [51142]={ + ascendancyName="Lich", + connections={ + [1]={ + id=26085, + orbit=-4 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Mana", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=15373, + name="Minion Reservation Efficiency", + stats={ + [1]="6% increased Reservation Efficiency of Minion Skills" + } + } + }, + orbit=9, + orbitIndex=135, + skill=51142, + stats={ + [1]="3% increased maximum Mana" + } + }, + [51169]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=645, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Soul Bloom", + orbit=7, + orbitIndex=21, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Isolation" + }, + skill=51169, + stats={ + [1]="20% increased Energy Shield Recovery rate" + } + }, + [51184]={ + connections={ + [1]={ + id=41965, + orbit=-4 + }, + [2]={ + id=29502, + orbit=6 + }, + [3]={ + id=3242, + orbit=-4 + } + }, + group=598, + icon="Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds", + isNotable=true, + isSwitchable=true, + name="Raw Power", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/IncreasedManaCostNotable.dds", + id=5788, + name="Raw Destruction", + stats={ + [1]="16% increased Spell Damage", + [2]="Minions deal 16% increased Damage", + [3]="+10 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=51184, + stats={ + [1]="20% increased Spell Damage", + [2]="+10 to Intelligence" + } + }, + [51194]={ + connections={ + [1]={ + id=24060, + orbit=4 + }, + [2]={ + id=18793, + orbit=-5 + }, + [3]={ + id=49512, + orbit=0 + } + }, + group=591, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Duration", + orbit=2, + orbitIndex=0, + skill=51194, + stats={ + [1]="10% increased Elemental Infusion duration" + } + }, + [51206]={ + connections={ + [1]={ + id=49642, + orbit=-6 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=3, + orbitIndex=17, + skill=51206, + stats={ + [1]="15% increased Totem Damage" + } + }, + [51210]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=154, + icon="Art/2DArt/SkillIcons/passives/AreaofEffectSpellsMastery.dds", + isOnlyImage=true, + name="Caster Mastery", + orbit=0, + orbitIndex=0, + skill=51210, + stats={ + } + }, + [51213]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryDamageOverTimePattern", + connections={ + }, + group=951, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + isNotable=true, + name="Wasting", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Despair" + }, + skill=51213, + stats={ + [1]="15% increased Duration of Damaging Ailments on Enemies", + [2]="30% increased Damage with Hits against Enemies affected by Ailments" + } + }, + [51234]={ + connections={ + [1]={ + id=15991, + orbit=-2 + }, + [2]={ + id=27434, + orbit=7 + } + }, + group=685, + icon="Art/2DArt/SkillIcons/passives/ArchonLightning.dds", + name="Archon Effect", + orbit=2, + orbitIndex=6, + skill=51234, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [51241]={ + connections={ + [1]={ + id=55118, + orbit=-2 + } + }, + group=1203, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=2, + orbitIndex=10, + skill=51241, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [51248]={ + connections={ + [1]={ + id=38292, + orbit=0 + }, + [2]={ + id=6015, + orbit=4 + } + }, + group=429, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=2, + orbitIndex=9, + skill=51248, + stats={ + [1]="10% increased Fire Damage" + } + }, + [51299]={ + connections={ + [1]={ + id=35265, + orbit=0 + }, + [2]={ + id=19802, + orbit=0 + }, + [3]={ + id=44419, + orbit=0 + } + }, + group=445, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=0, + skill=51299, + stats={ + [1]="+5 to any Attribute" + } + }, + [51303]={ + connections={ + [1]={ + id=38965, + orbit=0 + } + }, + group=346, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + name="Infusion Damage", + orbit=1, + orbitIndex=11, + skill=51303, + stats={ + [1]="10% increased Elemental Infusion duration" + } + }, + [51335]={ + connections={ + [1]={ + id=51968, + orbit=-6 + }, + [2]={ + id=5726, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + isNotable=true, + isSwitchable=true, + name="Affliction Enforcer", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + id=64801, + name="Jagged Shards", + stats={ + [1]="20% increased Critical Hit Chance for Spells", + [2]="20% increased Physical Damage" + } + } + }, + orbit=7, + orbitIndex=21, + skill=51335, + stats={ + [1]="20% increased Flammability Magnitude", + [2]="20% increased Freeze Buildup", + [3]="20% increased chance to Shock" + } + }, + [51336]={ + connections={ + [1]={ + id=56818, + orbit=4 + }, + [2]={ + id=53965, + orbit=0 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=4, + orbitIndex=45, + skill=51336, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [51369]={ + connections={ + [1]={ + id=56061, + orbit=0 + }, + [2]={ + id=45503, + orbit=0 + } + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Damage against Burning Enemies", + orbit=2, + orbitIndex=6, + skill=51369, + stats={ + [1]="14% increased Damage with Hits against Burning Enemies" + } + }, + [51394]={ + connections={ + [1]={ + id=29993, + orbit=0 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Unimpeded", + orbit=3, + orbitIndex=2, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Isolation" + }, + skill=51394, + stats={ + [1]="24% reduced Slowing Potency of Debuffs on You" + } + }, + [51416]={ + connections={ + [1]={ + id=32016, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=6, + orbitIndex=54, + skill=51416, + stats={ + [1]="3% increased Cast Speed" + } + }, + [51446]={ + connections={ + [1]={ + id=53647, + orbit=-7 + }, + [2]={ + id=19750, + orbit=0 + } + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Leather Bound Gauntlets", + orbit=3, + orbitIndex=16, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Ire" + }, + skill=51446, + stats={ + [1]="+1 to Evasion Rating per 1 Armour on Equipped Gloves" + } + }, + [51463]={ + connections={ + [1]={ + id=4364, + orbit=0 + } + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + name="Reduced Movement Penalty and Attack Damage", + orbit=7, + orbitIndex=14, + skill=51463, + stats={ + [1]="6% increased Attack Damage", + [2]="3% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [51509]={ + connections={ + [1]={ + id=35848, + orbit=7 + }, + [2]={ + id=9393, + orbit=0 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + isNotable=true, + name="Waters of Life", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Disgust" + }, + skill=51509, + stats={ + [1]="Recover 2% of maximum Life when you use a Mana Flask", + [2]="Mana Flasks gain 0.1 charges per Second" + } + }, + [51522]={ + connections={ + [1]={ + id=56493, + orbit=-7 + } + }, + group=989, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=22, + skill=51522, + stats={ + [1]="3% increased Attack Speed" + } + }, + [51534]={ + connections={ + [1]={ + id=24483, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=3, + orbitIndex=14, + skill=51534, + stats={ + [1]="20% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently" + } + }, + [51535]={ + connections={ + [1]={ + id=8852, + orbit=0 + } + }, + group=89, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech and Slower Leech", + orbit=2, + orbitIndex=13, + skill=51535, + stats={ + [1]="15% increased amount of Life Leeched", + [2]="Leech Life 5% slower" + } + }, + [51561]={ + connections={ + [1]={ + id=25312, + orbit=0 + }, + [2]={ + id=2491, + orbit=0 + }, + [3]={ + id=7716, + orbit=0 + } + }, + group=248, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=51561, + stats={ + [1]="+5 to any Attribute" + } + }, + [51565]={ + connections={ + [1]={ + id=2335, + orbit=0 + }, + [2]={ + id=22682, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=3, + orbitIndex=6, + skill=51565, + stats={ + [1]="6% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [51583]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=51583, + stats={ + } + }, + [51602]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern", + connections={ + }, + group=1169, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + isNotable=true, + name="Unsight", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Disgust", + [3]="Despair" + }, + skill=51602, + stats={ + [1]="Enemies near Enemies you Mark are Blinded", + [2]="Enemies you Mark cannot deal Critical Hits" + } + }, + [51606]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=65207, + orbit=-7 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Freedom of Movement", + orbit=4, + orbitIndex=48, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Envy" + }, + skill=51606, + stats={ + [1]="20% increased Evasion Rating", + [2]="10% reduced Slowing Potency of Debuffs on You", + [3]="10% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [51683]={ + connections={ + }, + group=289, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=2, + orbitIndex=22, + skill=51683, + stats={ + [1]="15% increased Totem Damage" + } + }, + [51690]={ + ascendancyName="Titan", + connections={ + [1]={ + id=12000, + orbit=-5 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Life Regeneration", + orbit=6, + orbitIndex=43, + skill=51690, + stats={ + [1]="Regenerate 0.5% of maximum Life per second" + } + }, + [51702]={ + connections={ + }, + group=299, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=7, + orbitIndex=16, + skill=51702, + stats={ + [1]="+8 to Strength" + } + }, + [51707]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=38728, + orbit=5 + }, + [2]={ + id=41163, + orbit=0 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Enhanced Reflexes", + orbit=5, + orbitIndex=66, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Envy" + }, + skill=51707, + stats={ + [1]="20% increased Evasion Rating", + [2]="Gain Deflection Rating equal to 5% of Evasion Rating", + [3]="8% increased Dexterity" + } + }, + [51708]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=924, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=51708, + stats={ + } + }, + [51728]={ + connections={ + [1]={ + id=6505, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Pierce Chance", + orbit=2, + orbitIndex=7, + skill=51728, + stats={ + [1]="15% chance to Pierce an Enemy" + } + }, + [51732]={ + connections={ + [1]={ + id=26568, + orbit=0 + } + }, + group=343, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=16, + skill=51732, + stats={ + [1]="3% increased Attack Speed" + } + }, + [51735]={ + connections={ + [1]={ + id=44707, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage", + orbit=2, + orbitIndex=17, + skill=51735, + stats={ + [1]="Attack Skills deal 10% increased Damage while holding a Shield" + } + }, + [51737]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=8272, + orbit=-8 + } + }, + group=166, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Cooldown Recovery Rate", + orbit=0, + orbitIndex=0, + skill=51737, + stats={ + [1]="6% increased Cooldown Recovery Rate" + } + }, + [51741]={ + connections={ + [1]={ + id=61834, + orbit=0 + }, + [2]={ + id=57230, + orbit=-4 + }, + [3]={ + id=57821, + orbit=0 + }, + [4]={ + id=45798, + orbit=0 + }, + [5]={ + id=15424, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=12, + skill=51741, + stats={ + [1]="+5 to any Attribute" + } + }, + [51749]={ + connections={ + [1]={ + id=30141, + orbit=0 + } + }, + group=84, + icon="Art/2DArt/SkillIcons/passives/KeystoneBloodMagic.dds", + isKeystone=true, + name="Blood Magic", + orbit=0, + orbitIndex=0, + skill=51749, + stats={ + [1]="You have no Mana", + [2]="Skill Mana Costs Converted to Life Costs" + } + }, + [51774]={ + connections={ + [1]={ + id=34425, + orbit=2 + } + }, + group=1234, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility Detonation Time", + orbit=2, + orbitIndex=10, + skill=51774, + stats={ + [1]="15% reduced Volatility Explosion delay" + } + }, + [51788]={ + connections={ + [1]={ + id=5066, + orbit=-2 + } + }, + group=525, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Curse Effect on you", + orbit=2, + orbitIndex=4, + skill=51788, + stats={ + [1]="10% reduced effect of Curses on you" + } + }, + [51795]={ + connections={ + [1]={ + id=32271, + orbit=-2 + }, + [2]={ + id=53632, + orbit=7 + } + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude and Critical Chance", + orbit=7, + orbitIndex=12, + skill=51795, + stats={ + [1]="12% increased Flammability Magnitude", + [2]="6% increased Critical Hit Chance" + } + }, + [51797]={ + connections={ + [1]={ + id=23939, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=8, + skill=51797, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [51812]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=205, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=51812, + stats={ + } + }, + [51820]={ + connections={ + [1]={ + id=21127, + orbit=0 + } + }, + group=224, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Conduits", + orbit=6, + orbitIndex=30, + recipe={ + [1]="Despair", + [2]="Suffering", + [3]="Suffering" + }, + skill=51820, + stats={ + [1]="12% increased Attack and Cast Speed if you've summoned a Totem Recently" + } + }, + [51821]={ + connections={ + [1]={ + id=46857, + orbit=0 + }, + [2]={ + id=20115, + orbit=0 + } + }, + group=197, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=51821, + stats={ + [1]="+5 to any Attribute" + } + }, + [51825]={ + connections={ + [1]={ + id=47363, + orbit=0 + }, + [2]={ + id=9164, + orbit=0 + }, + [3]={ + id=13708, + orbit=0 + } + }, + group=606, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=4, + orbitIndex=45, + skill=51825, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [51832]={ + connections={ + [1]={ + id=47722, + orbit=0 + } + }, + group=121, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Damage", + orbit=2, + orbitIndex=6, + skill=51832, + stats={ + [1]="16% increased Damage with Warcries" + } + }, + [51847]={ + connections={ + [1]={ + id=33974, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=4, + orbitIndex=24, + skill=51847, + stats={ + [1]="6% increased Attack Damage", + [2]="5% increased Accuracy Rating" + } + }, + [51867]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=300, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Finality", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Guilt", + [3]="Envy" + }, + skill=51867, + stats={ + [1]="120% increased Damage with Hits against Enemies that are on Low Life", + [2]="5% increased Damage taken while on Low Life" + } + }, + [51868]={ + connections={ + [1]={ + id=19794, + orbit=3 + }, + [2]={ + id=38320, + orbit=0 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Molten Carapace", + orbit=5, + orbitIndex=64, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Suffering" + }, + skill=51868, + stats={ + [1]="50% increased Armour while Ignited", + [2]="+2% to Maximum Fire Resistance while Ignited", + [3]="50% increased Fire Damage while Ignited" + } + }, + [51871]={ + connections={ + [1]={ + id=8045, + orbit=0 + } + }, + group=1096, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + isNotable=true, + name="Immortal Thirst", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Guilt" + }, + skill=51871, + stats={ + [1]="15% increased maximum Energy Shield", + [2]="25% increased amount of Mana Leeched" + } + }, + [51891]={ + connections={ + [1]={ + id=25528, + orbit=0 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Lucidity", + orbit=7, + orbitIndex=17, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Suffering" + }, + skill=51891, + stats={ + [1]="8% of Damage is taken from Mana before Life", + [2]="+15 to Intelligence" + } + }, + [51903]={ + connections={ + [1]={ + id=55058, + orbit=0 + }, + [2]={ + id=39347, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=17, + skill=51903, + stats={ + [1]="10% increased Melee Damage" + } + }, + [51921]={ + connections={ + [1]={ + id=36629, + orbit=-4 + } + }, + group=497, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=54, + skill=51921, + stats={ + [1]="+5 to any Attribute" + } + }, + [51934]={ + connections={ + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Invocated Efficiency", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Paranoia" + }, + skill=51934, + stats={ + [1]="10% increased Mana Cost Efficiency", + [2]="Triggered Spells deal 40% increased Spell Damage" + } + }, + [51944]={ + connections={ + [1]={ + id=49406, + orbit=0 + }, + [2]={ + id=51728, + orbit=0 + }, + [3]={ + id=47683, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=3, + orbitIndex=15, + skill=51944, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [51968]={ + connections={ + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + isSwitchable=true, + name="Elemental Ailment Chance", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + id=18040, + name="Physical Damage", + stats={ + [1]="10% increased Physical Damage" + } + } + }, + orbit=3, + orbitIndex=18, + skill=51968, + stats={ + [1]="10% increased Flammability Magnitude", + [2]="10% increased Freeze Buildup", + [3]="10% increased chance to Shock" + } + }, + [51974]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFortifyPattern", + connections={ + [1]={ + id=25711, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/FortifyMasterySymbol.dds", + isOnlyImage=true, + name="Fortify Mastery", + orbit=0, + orbitIndex=0, + skill=51974, + stats={ + } + }, + [52003]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=594, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=52003, + stats={ + } + }, + [52038]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=162, + icon="Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds", + isOnlyImage=true, + name="Aura Mastery", + orbit=0, + orbitIndex=0, + skill=52038, + stats={ + } + }, + [52053]={ + connections={ + [1]={ + id=14048, + orbit=3 + }, + [2]={ + id=24120, + orbit=-4 + } + }, + group=1114, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=16, + skill=52053, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [52060]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=52060, + stats={ + } + }, + [52068]={ + ascendancyName="Warbringer", + connections={ + }, + group=43, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerCanBlockAllDamageShieldNotRaised.dds", + isNotable=true, + name="Turtle Charm", + orbit=0, + orbitIndex=0, + skill=52068, + stats={ + [1]="You take 20% of damage from Blocked Hits", + [2]="Maximum Block chance is 75%" + } + }, + [52106]={ + connections={ + [1]={ + id=44005, + orbit=0 + }, + [2]={ + id=10295, + orbit=0 + } + }, + group=233, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=6, + orbitIndex=37, + skill=52106, + stats={ + [1]="3% increased Cast Speed" + } + }, + [52125]={ + connections={ + [1]={ + id=2847, + orbit=0 + }, + [2]={ + id=21721, + orbit=0 + } + }, + group=633, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=52125, + stats={ + [1]="+5 to any Attribute" + } + }, + [52126]={ + connections={ + [1]={ + id=21885, + orbit=3 + } + }, + group=189, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold and Strength", + orbit=2, + orbitIndex=0, + skill=52126, + stats={ + [1]="10% increased Stun Threshold", + [2]="+5 to Strength" + } + }, + [52180]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1274, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Trained Deflection", + orbit=1, + orbitIndex=9, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Suffering" + }, + skill=52180, + stats={ + [1]="Prevent +6% of Damage from Deflected Hits" + } + }, + [52191]={ + connections={ + [1]={ + id=57724, + orbit=-7 + } + }, + group=1067, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Event Horizon", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Guilt" + }, + skill=52191, + stats={ + [1]="53% increased Chaos Damage", + [2]="Lose 3% of maximum Life and Energy Shield when you use a Chaos Skill" + } + }, + [52199]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=44498, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Overexposure", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Greed" + }, + skill=52199, + stats={ + [1]="30% increased Exposure Effect" + } + }, + [52215]={ + connections={ + [1]={ + id=56366, + orbit=0 + } + }, + group=1268, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Critical Chance", + orbit=0, + orbitIndex=0, + skill=52215, + stats={ + [1]="10% increased Critical Hit Chance with Daggers" + } + }, + [52220]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + }, + group=123, + icon="Art/2DArt/SkillIcons/passives/MasteryPhysicalDamage.dds", + isOnlyImage=true, + name="Physical Mastery", + orbit=0, + orbitIndex=0, + skill=52220, + stats={ + } + }, + [52229]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCasterPattern", + connections={ + }, + group=521, + icon="Art/2DArt/SkillIcons/passives/AuraNotable.dds", + isNotable=true, + name="Secrets of the Orb", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Suffering", + [3]="Despair" + }, + skill=52229, + stats={ + [1]="Orb Skills have +1 to Limit" + } + }, + [52241]={ + connections={ + [1]={ + id=94, + orbit=2 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana on Kill", + orbit=1, + orbitIndex=3, + skill=52241, + stats={ + [1]="Recover 1% of maximum Mana on Kill" + } + }, + [52245]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=1230, + icon="Art/2DArt/SkillIcons/passives/CursemitigationclusterNotable.dds", + isNotable=true, + name="Distant Dreamer", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Envy" + }, + skill=52245, + stats={ + [1]="+10% to Chaos Resistance", + [2]="Gain 5% of Damage as Extra Chaos Damage", + [3]="50% reduced effect of Withered on you" + } + }, + [52254]={ + connections={ + [1]={ + id=42290, + orbit=0 + } + }, + group=697, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=7, + orbitIndex=14, + skill=52254, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [52257]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1218, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Conductive Embrace", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Isolation", + [3]="Guilt" + }, + skill=52257, + stats={ + [1]="+10% to Lightning Resistance", + [2]="+2% to Maximum Lightning Resistance if you have at least 5 Green Support Gems Socketed" + } + }, + [52260]={ + connections={ + [1]={ + id=3688, + orbit=-2 + } + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=2, + orbitIndex=8, + skill=52260, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [52274]={ + connections={ + [1]={ + id=3109, + orbit=0 + }, + [2]={ + id=21077, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Damage", + orbit=3, + orbitIndex=9, + skill=52274, + stats={ + [1]="12% increased Grenade Damage" + } + }, + [52298]={ + connections={ + [1]={ + id=4527, + orbit=0 + }, + [2]={ + id=26725, + orbit=0 + }, + [3]={ + id=53308, + orbit=0 + }, + [4]={ + id=31805, + orbit=0 + }, + [5]={ + id=52126, + orbit=0 + } + }, + group=188, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=52298, + stats={ + [1]="+5 to any Attribute" + } + }, + [52300]={ + connections={ + [1]={ + id=53440, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Rage on Hit", + orbit=3, + orbitIndex=9, + skill=52300, + stats={ + [1]="Gain 1 Rage on Melee Axe Hit" + } + }, + [52319]={ + connections={ + [1]={ + id=48305, + orbit=-6 + } + }, + group=496, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=36, + skill=52319, + stats={ + [1]="+5 to any Attribute" + } + }, + [52348]={ + connections={ + [1]={ + id=51206, + orbit=-5 + }, + [2]={ + id=34487, + orbit=0 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Carved Earth", + orbit=7, + orbitIndex=15, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Ire" + }, + skill=52348, + stats={ + [1]="20% increased Totem Damage", + [2]="6% increased Attack and Cast Speed if you've summoned a Totem Recently" + } + }, + [52351]={ + connections={ + [1]={ + id=52260, + orbit=0 + } + }, + group=920, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=2, + orbitIndex=12, + skill=52351, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [52354]={ + connections={ + [1]={ + id=41171, + orbit=0 + } + }, + group=840, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Damage", + orbit=0, + orbitIndex=0, + skill=52354, + stats={ + [1]="16% increased Attack Damage against Rare or Unique Enemies" + } + }, + [52361]={ + connections={ + [1]={ + id=26107, + orbit=7 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=2, + orbitIndex=9, + skill=52361, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [52373]={ + connections={ + [1]={ + id=37276, + orbit=-2 + }, + [2]={ + id=56342, + orbit=7 + } + }, + group=290, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Maximum Rage", + orbit=2, + orbitIndex=20, + skill=52373, + stats={ + [1]="+2 to Maximum Rage" + } + }, + [52392]={ + connections={ + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Singular Purpose", + orbit=3, + orbitIndex=17, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Fear" + }, + skill=52392, + stats={ + [1]="5% reduced Attack Speed", + [2]="20% increased Stun Buildup", + [3]="40% increased Damage with Two Handed Weapons" + } + }, + [52395]={ + ascendancyName="Acolyte of Chayula", + connections={ + [1]={ + id=56331, + orbit=0 + }, + [2]={ + id=26283, + orbit=0 + }, + [3]={ + id=664, + orbit=0 + } + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaFlameSelector.dds", + isMultipleChoice=true, + isNotable=true, + name="Lucid Dreaming", + orbit=5, + orbitIndex=27, + skill=52395, + stats={ + } + }, + [52399]={ + connections={ + [1]={ + id=9444, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Critical Damage", + orbit=5, + orbitIndex=38, + skill=52399, + stats={ + [1]="18% increased Critical Damage Bonus with Quarterstaves" + } + }, + [52410]={ + connections={ + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Stun Threshold during Parry", + orbit=4, + orbitIndex=26, + skill=52410, + stats={ + [1]="20% increased Stun Threshold while Parrying" + } + }, + [52415]={ + connections={ + [1]={ + id=32655, + orbit=0 + } + }, + group=1108, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Attack Speed and Companion Attack Speed", + orbit=2, + orbitIndex=22, + skill=52415, + stats={ + [1]="3% increased Attack Speed while your Companion is in your Presence", + [2]="Companions have 4% increased Attack Speed" + } + }, + [52429]={ + connections={ + [1]={ + id=58930, + orbit=7 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=3, + orbitIndex=13, + skill=52429, + stats={ + [1]="3% increased Cast Speed" + } + }, + [52442]={ + connections={ + }, + group=639, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=2, + orbitIndex=20, + skill=52442, + stats={ + [1]="3% increased Attack Speed" + } + }, + [52445]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern", + connections={ + }, + group=1133, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Evasion and Energy Shield Mastery", + orbit=0, + orbitIndex=0, + skill=52445, + stats={ + } + }, + [52448]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerWildStrike.dds", + isNotable=true, + name="...and Scatter Them to the Winds", + orbit=9, + orbitIndex=53, + skill=52448, + stats={ + [1]="Trigger Elemental Expression on Melee Critical Hit", + [2]="Grants Skill: Elemental Expression" + } + }, + [52454]={ + connections={ + [1]={ + id=46604, + orbit=3 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=3, + orbitIndex=21, + skill=52454, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [52462]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour Mastery", + orbit=0, + orbitIndex=0, + skill=52462, + stats={ + } + }, + [52464]={ + connections={ + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=6, + orbitIndex=24, + skill=52464, + stats={ + [1]="Recover 1% of maximum Life on Kill" + } + }, + [52537]={ + connections={ + }, + group=1224, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=13, + skill=52537, + stats={ + [1]="10% increased Magnitude of Chill you inflict" + } + }, + [52556]={ + connections={ + [1]={ + id=16347, + orbit=-7 + }, + [2]={ + id=28304, + orbit=0 + } + }, + group=290, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Maximum Rage", + orbit=2, + orbitIndex=8, + skill=52556, + stats={ + [1]="+2 to Maximum Rage" + } + }, + [52574]={ + connections={ + [1]={ + id=55478, + orbit=-7 + } + }, + group=498, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=7, + orbitIndex=21, + skill=52574, + stats={ + [1]="6% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [52576]={ + connections={ + [1]={ + id=64550, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Damage vs Immobilised", + orbit=2, + orbitIndex=9, + skill=52576, + stats={ + [1]="20% increased damage against Immobilised Enemies" + } + }, + [52615]={ + connections={ + }, + group=1175, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Spell Area of Effect", + orbit=7, + orbitIndex=18, + skill=52615, + stats={ + [1]="Spell Skills have 6% increased Area of Effect" + } + }, + [52618]={ + connections={ + [1]={ + id=32777, + orbit=0 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + isNotable=true, + name="Feral Force", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Paranoia" + }, + skill=52618, + stats={ + [1]="25% increased Attack Damage" + } + }, + [52630]={ + connections={ + [1]={ + id=61800, + orbit=0 + }, + [2]={ + id=28371, + orbit=0 + } + }, + group=1178, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Critical Damage vs Full Life", + orbit=7, + orbitIndex=13, + skill=52630, + stats={ + [1]="40% increased Critical Damage Bonus against Enemies that are on Full Life" + } + }, + [52659]={ + connections={ + [1]={ + id=10362, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=20, + skill=52659, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [52676]={ + connections={ + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Duration", + orbit=7, + orbitIndex=3, + skill=52676, + stats={ + [1]="16% increased Minion Duration" + } + }, + [52684]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=8115, + orbit=0 + } + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Eroding Chains", + orbit=4, + orbitIndex=32, + recipe={ + [1]="Guilt", + [2]="Fear", + [3]="Guilt" + }, + skill=52684, + stats={ + [1]="Break 50% of Armour on Pinning an Enemy" + } + }, + [52695]={ + connections={ + [1]={ + id=57230, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=7, + orbitIndex=1, + skill=52695, + stats={ + [1]="10% increased Physical Damage" + } + }, + [52703]={ + ascendancyName="Blood Mage", + connections={ + }, + group=780, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageCritDamagePerLife.dds", + isNotable=true, + name="Gore Spike", + orbit=0, + orbitIndex=0, + skill=52703, + stats={ + [1]="1% increased Critical Damage Bonus per 50 Life" + } + }, + [52743]={ + connections={ + [1]={ + id=34541, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=10, + skill=52743, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [52746]={ + connections={ + [1]={ + id=9796, + orbit=0 + }, + [2]={ + id=64471, + orbit=3 + } + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=2, + orbitIndex=12, + skill=52746, + stats={ + [1]="12% increased Fire Damage" + } + }, + [52765]={ + connections={ + }, + group=940, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=12, + skill=52765, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [52774]={ + connections={ + [1]={ + id=5084, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=18, + skill=52774, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [52796]={ + connections={ + [1]={ + id=30371, + orbit=-6 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Damage", + orbit=4, + orbitIndex=66, + skill=52796, + stats={ + [1]="Attack Skills deal 10% increased Damage while holding a Shield" + } + }, + [52799]={ + connections={ + [1]={ + id=47270, + orbit=-4 + }, + [2]={ + id=19955, + orbit=4 + }, + [3]={ + id=44455, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/avoidchilling.dds", + name="Freeze Buildup", + orbit=3, + orbitIndex=0, + skill=52799, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [52803]={ + connections={ + [1]={ + id=59356, + orbit=0 + } + }, + group=1063, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Hale Traveller", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Disgust" + }, + skill=52803, + stats={ + [1]="20% increased Life Recovery from Flasks", + [2]="Life Flasks gain 0.1 charges per Second" + } + }, + [52807]={ + connections={ + [1]={ + id=60551, + orbit=0 + }, + [2]={ + id=61836, + orbit=0 + } + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=10, + skill=52807, + stats={ + [1]="15% increased Presence Area of Effect" + } + }, + [52829]={ + connections={ + [1]={ + id=375, + orbit=0 + } + }, + group=81, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Mace Damage and Stun Buildup", + orbit=4, + orbitIndex=63, + skill=52829, + stats={ + [1]="12% increased Stun Buildup", + [2]="10% increased Damage with Maces" + } + }, + [52836]={ + connections={ + [1]={ + id=11980, + orbit=7 + }, + [2]={ + id=56806, + orbit=0 + } + }, + group=841, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=4, + orbitIndex=66, + skill=52836, + stats={ + [1]="5% increased Block chance" + } + }, + [52860]={ + connections={ + [1]={ + id=45494, + orbit=0 + }, + [2]={ + id=40975, + orbit=0 + } + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Damage", + orbit=7, + orbitIndex=12, + skill=52860, + stats={ + [1]="15% increased Ballista damage" + } + }, + [52875]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=1165, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=52875, + stats={ + } + }, + [52971]={ + connections={ + [1]={ + id=21227, + orbit=-2 + }, + [2]={ + id=25528, + orbit=0 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Quick Response", + orbit=4, + orbitIndex=45, + recipe={ + [1]="Envy", + [2]="Disgust", + [3]="Fear" + }, + skill=52971, + stats={ + [1]="20% faster start of Energy Shield Recharge", + [2]="30% faster start of Energy Shield Recharge when not on Full Life" + } + }, + [52973]={ + connections={ + [1]={ + id=12851, + orbit=0 + }, + [2]={ + id=57555, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Impale Chance", + orbit=2, + orbitIndex=11, + skill=52973, + stats={ + [1]="15% chance to Impale on Spell Hit" + } + }, + [52980]={ + connections={ + [1]={ + id=18970, + orbit=0 + }, + [2]={ + id=44343, + orbit=-4 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=4, + orbitIndex=48, + skill=52980, + stats={ + [1]="+8 to Evasion Rating", + [2]="+5 to maximum Energy Shield" + } + }, + [53030]={ + connections={ + [1]={ + id=11525, + orbit=0 + }, + [2]={ + id=48267, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Immolation", + orbit=2, + orbitIndex=5, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Disgust" + }, + skill=53030, + stats={ + [1]="25% increased Ignite Magnitude", + [2]="+10 to Strength" + } + }, + [53089]={ + connections={ + [1]={ + id=9918, + orbit=0 + }, + [2]={ + id=10474, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=12, + skill=53089, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [53094]={ + connections={ + [1]={ + id=38703, + orbit=0 + }, + [2]={ + id=51048, + orbit=0 + } + }, + group=929, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=20, + skill=53094, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [53108]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=36822, + orbit=0 + } + }, + group=421, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingHighestAttributeSatisfiesGemRequirements.dds", + isNotable=true, + name="Adaptive Capability", + orbit=0, + orbitIndex=0, + skill=53108, + stats={ + [1]="Attribute Requirements of Gems can be satisified by your highest Attribute" + } + }, + [53131]={ + connections={ + [1]={ + id=7060, + orbit=0 + }, + [2]={ + id=46665, + orbit=0 + } + }, + group=186, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + isNotable=true, + name="Tukohama's Brew", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Greed" + }, + skill=53131, + stats={ + [1]="50% of Skill Mana costs Converted to Life Costs during any Life Flask Effect" + } + }, + [53149]={ + connections={ + [1]={ + id=24647, + orbit=-5 + } + }, + group=854, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Freeze Buildup", + orbit=4, + orbitIndex=22, + skill=53149, + stats={ + [1]="15% increased Freeze Buildup" + } + }, + [53150]={ + connections={ + [1]={ + id=15270, + orbit=0 + }, + [2]={ + id=17589, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Sharp Sight", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Ire" + }, + skill=53150, + stats={ + [1]="5% increased Attack Speed", + [2]="30% increased Accuracy Rating against Rare or Unique Enemies" + } + }, + [53166]={ + connections={ + [1]={ + id=26194, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=7, + orbitIndex=21, + skill=53166, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [53177]={ + connections={ + [1]={ + id=43944, + orbit=2147483647 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility when Stunned", + orbit=2, + orbitIndex=3, + skill=53177, + stats={ + [1]="50% chance to gain Volatility when you are Stunned" + } + }, + [53185]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + }, + group=1248, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalOwlNotable.dds", + isNotable=true, + name="The Winter Owl", + orbit=3, + orbitIndex=19, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Fear" + }, + skill=53185, + stats={ + [1]="3% increased Evasion Rating per 10 Intelligence", + [2]="Gain Accuracy Rating equal to your Intelligence", + [3]="+10 to Intelligence" + } + }, + [53187]={ + connections={ + [1]={ + id=35011, + orbit=0 + }, + [2]={ + id=57775, + orbit=0 + } + }, + group=332, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Warlord Berserker", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Disgust", + [2]="Fear", + [3]="Fear" + }, + skill=53187, + stats={ + [1]="40% reduced Presence Area of Effect", + [2]="Rage you gain is also granted to Allies in your Presence" + } + }, + [53188]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMana.dds", + isOnlyImage=true, + name="Mana Mastery", + orbit=0, + orbitIndex=0, + skill=53188, + stats={ + } + }, + [53194]={ + connections={ + [1]={ + id=38130, + orbit=3 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown Speed", + orbit=2, + orbitIndex=16, + skill=53194, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [53196]={ + connections={ + [1]={ + id=46692, + orbit=0 + } + }, + group=811, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask and Charm Charges Gained", + orbit=7, + orbitIndex=12, + skill=53196, + stats={ + [1]="8% increased Flask and Charm Charges gained" + } + }, + [53207]={ + connections={ + [1]={ + id=47635, + orbit=0 + }, + [2]={ + id=56914, + orbit=0 + } + }, + group=1002, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=1, + orbitIndex=4, + skill=53207, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [53216]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=189, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=53216, + stats={ + } + }, + [53261]={ + connections={ + [1]={ + id=30780, + orbit=-2 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Area and Damage", + orbit=7, + orbitIndex=11, + skill=53261, + stats={ + [1]="4% increased Area of Effect of Ancestrally Boosted Attacks", + [2]="Ancestrally Boosted Attacks deal 8% increased Damage" + } + }, + [53266]={ + connections={ + [1]={ + id=13576, + orbit=0 + }, + [2]={ + id=20387, + orbit=0 + }, + [3]={ + id=53560, + orbit=0 + } + }, + group=796, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Skill Speed", + orbit=0, + orbitIndex=0, + skill=53266, + stats={ + [1]="3% increased Attack and Cast Speed with Lightning Skills" + } + }, + [53272]={ + connections={ + [1]={ + id=2560, + orbit=0 + }, + [2]={ + id=2582, + orbit=0 + } + }, + group=1274, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=3, + orbitIndex=20, + skill=53272, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [53294]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + [1]={ + id=33397, + orbit=0 + } + }, + group=429, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Burn Away", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Disgust", + [3]="Disgust" + }, + skill=53294, + stats={ + [1]="15% increased Fire Damage", + [2]="10% increased Ignite Magnitude", + [3]="Damage Penetrates 10% Fire Resistance" + } + }, + [53308]={ + connections={ + [1]={ + id=17138, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=5, + skill=53308, + stats={ + [1]="10% increased Melee Damage" + } + }, + [53320]={ + connections={ + [1]={ + id=43791, + orbit=0 + } + }, + group=530, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=2, + orbitIndex=22, + skill=53320, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [53329]={ + connections={ + [1]={ + id=64724, + orbit=0 + }, + [2]={ + id=41768, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability and Ignite Magnitude", + orbit=2, + orbitIndex=23, + skill=53329, + stats={ + [1]="8% increased Flammability Magnitude", + [2]="8% increased Ignite Magnitude" + } + }, + [53367]={ + connections={ + [1]={ + id=12821, + orbit=0 + }, + [2]={ + id=65353, + orbit=0 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds", + isNotable=true, + name="Symbol of Defiance", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Greed" + }, + skill=53367, + stats={ + [1]="Banner Skills have 30% increased Area of Effect", + [2]="Banner Skills have 30% increased Duration" + } + }, + [53373]={ + connections={ + [1]={ + id=39517, + orbit=3 + }, + [2]={ + id=36629, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=4, + orbitIndex=45, + skill=53373, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [53386]={ + connections={ + [1]={ + id=57388, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Damage", + orbit=7, + orbitIndex=0, + skill=53386, + stats={ + [1]="15% increased Critical Damage Bonus for Attack Damage" + } + }, + [53396]={ + connections={ + [1]={ + id=10156, + orbit=6 + } + }, + group=496, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=12, + skill=53396, + stats={ + [1]="+5 to any Attribute" + } + }, + [53405]={ + connections={ + [1]={ + id=17468, + orbit=0 + }, + [2]={ + id=16090, + orbit=6 + }, + [3]={ + id=26798, + orbit=4 + } + }, + group=375, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=42, + skill=53405, + stats={ + [1]="+5 to any Attribute" + } + }, + [53440]={ + connections={ + [1]={ + id=11306, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Rage on Hit", + orbit=3, + orbitIndex=7, + skill=53440, + stats={ + [1]="Gain 2 Rage on Melee Axe Hit" + } + }, + [53443]={ + connections={ + [1]={ + id=5710, + orbit=-6 + }, + [2]={ + id=59767, + orbit=0 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=3, + orbitIndex=8, + skill=53443, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [53444]={ + connections={ + [1]={ + id=752, + orbit=5 + } + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Duration", + orbit=4, + orbitIndex=31, + skill=53444, + stats={ + [1]="12% increased Minion Duration" + } + }, + [53471]={ + connections={ + [1]={ + id=11836, + orbit=0 + } + }, + group=1062, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Critical vs Blinded", + orbit=7, + orbitIndex=4, + skill=53471, + stats={ + [1]="15% increased Critical Hit Chance against Blinded Enemies" + } + }, + [53505]={ + connections={ + [1]={ + id=21468, + orbit=6 + } + }, + group=519, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech", + orbit=2, + orbitIndex=18, + skill=53505, + stats={ + [1]="10% increased amount of Life Leeched" + } + }, + [53524]={ + connections={ + [1]={ + id=32727, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Armour Break", + orbit=7, + orbitIndex=19, + skill=53524, + stats={ + [1]="Break Armour on Critical Hit with Spells equal to 5% of Physical Damage dealt" + } + }, + [53527]={ + connections={ + [1]={ + id=58855, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Shattering Blow", + orbit=7, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Guilt" + }, + skill=53527, + stats={ + [1]="Break 50% of Armour on Heavy Stunning an Enemy" + } + }, + [53539]={ + connections={ + [1]={ + id=46705, + orbit=0 + }, + [2]={ + id=13379, + orbit=0 + } + }, + group=886, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage if Melee Hit", + orbit=3, + orbitIndex=6, + skill=53539, + stats={ + [1]="15% increased Projectile Damage if you've dealt a Melee Hit in the past eight seconds" + } + }, + [53560]={ + connections={ + [1]={ + id=46157, + orbit=0 + } + }, + group=823, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Skill Chain Chance", + orbit=0, + orbitIndex=0, + skill=53560, + stats={ + [1]="20% chance for Lightning Skills to Chain an additional time" + } + }, + [53566]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=934, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + isNotable=true, + name="Run and Gun", + orbit=4, + orbitIndex=29, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Fear" + }, + skill=53566, + stats={ + [1]="Projectile Attacks have a 12% chance to fire two additional Projectiles while moving" + } + }, + [53589]={ + connections={ + [1]={ + id=25374, + orbit=0 + } + }, + group=513, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=53589, + stats={ + [1]="+5 to any Attribute" + } + }, + [53595]={ + connections={ + [1]={ + id=29458, + orbit=7 + }, + [2]={ + id=38628, + orbit=0 + } + }, + group=1284, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=3, + orbitIndex=19, + skill=53595, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [53607]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + isNotable=true, + name="Fortified Location", + orbit=4, + orbitIndex=3, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Disgust" + }, + skill=53607, + stats={ + [1]="10% increased Armour and Evasion Rating per Summoned Totem in your Presence", + [2]="10% increased Attack Damage per Summoned Totem in your Presence" + } + }, + [53632]={ + connections={ + [1]={ + id=28482, + orbit=3 + } + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude and Critical Chance", + orbit=2, + orbitIndex=8, + skill=53632, + stats={ + [1]="12% increased Flammability Magnitude", + [2]="6% increased Critical Hit Chance" + } + }, + [53647]={ + connections={ + }, + group=562, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=12, + skill=53647, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [53675]={ + connections={ + [1]={ + id=59498, + orbit=0 + } + }, + group=350, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=0, + skill=53675, + stats={ + [1]="15% increased Presence Area of Effect" + } + }, + [53683]={ + connections={ + [1]={ + id=30082, + orbit=0 + }, + [2]={ + id=61432, + orbit=0 + } + }, + group=762, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Efficient Loading", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Isolation" + }, + skill=53683, + stats={ + [1]="30% chance when you Reload a Crossbow to be immediate" + } + }, + [53696]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=956, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=53696, + stats={ + } + }, + [53697]={ + connections={ + [1]={ + id=47555, + orbit=7 + }, + [2]={ + id=3041, + orbit=-3 + } + }, + group=533, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=26, + skill=53697, + stats={ + [1]="+5 to any Attribute" + } + }, + [53698]={ + connections={ + [1]={ + id=20916, + orbit=-3 + }, + [2]={ + id=59355, + orbit=0 + } + }, + group=994, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=22, + skill=53698, + stats={ + [1]="10% increased Attack Damage" + } + }, + [53719]={ + connections={ + [1]={ + id=27082, + orbit=0 + } + }, + group=106, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=53719, + stats={ + [1]="+5 to any Attribute" + } + }, + [53762]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=36728, + orbit=2147483647 + } + }, + group=414, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Reduced Attribute Requirements", + orbit=0, + orbitIndex=0, + skill=53762, + stats={ + [1]="Equipment and Skill Gems have 4% reduced Attribute Requirements" + } + }, + [53771]={ + connections={ + [1]={ + id=52361, + orbit=-2 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=3, + orbitIndex=9, + skill=53771, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [53785]={ + connections={ + [1]={ + id=1170, + orbit=0 + }, + [2]={ + id=23307, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=3, + orbitIndex=18, + skill=53785, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [53804]={ + connections={ + [1]={ + id=56112, + orbit=7 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Fire Damage", + orbit=4, + orbitIndex=48, + skill=53804, + stats={ + [1]="10% increased Fire Damage" + } + }, + [53822]={ + connections={ + }, + group=86, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage when Hit", + orbit=7, + orbitIndex=14, + skill=53822, + stats={ + [1]="Gain 2 Rage when Hit by an Enemy" + } + }, + [53823]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + [1]={ + id=10508, + orbit=-3 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + isNotable=true, + name="Towering Shield", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Ire", + [2]="Despair", + [3]="Guilt" + }, + skill=53823, + stats={ + [1]="25% increased Chance to Block if you've Blocked with Active Block Recently", + [2]="50% increased Defences from Equipped Shield" + } + }, + [53853]={ + connections={ + [1]={ + id=57320, + orbit=0 + } + }, + group=552, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + isNotable=true, + name="Backup Plan", + orbit=7, + orbitIndex=19, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Ire" + }, + skill=53853, + stats={ + [1]="50% increased Evasion Rating if you have been Hit Recently", + [2]="50% increased Armour if you haven't been Hit Recently" + } + }, + [53895]={ + connections={ + [1]={ + id=17303, + orbit=2 + } + }, + group=502, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + name="Grenade Fuse Duration", + orbit=3, + orbitIndex=8, + skill=53895, + stats={ + [1]="15% reduced Grenade Detonation Time" + } + }, + [53901]={ + connections={ + [1]={ + id=34375, + orbit=7 + } + }, + group=356, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=3, + orbitIndex=12, + skill=53901, + stats={ + [1]="5% increased Block chance" + } + }, + [53921]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + [1]={ + id=58838, + orbit=0 + }, + [2]={ + id=40596, + orbit=0 + } + }, + group=235, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Unbreaking", + orbit=5, + orbitIndex=48, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Paranoia" + }, + skill=53921, + stats={ + [1]="30% increased Stun Threshold", + [2]="30% increased Elemental Ailment Threshold" + } + }, + [53935]={ + connections={ + [1]={ + id=10677, + orbit=2 + }, + [2]={ + id=25281, + orbit=0 + } + }, + group=831, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Briny Carapace", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Guilt", + [2]="Ire", + [3]="Paranoia" + }, + skill=53935, + stats={ + [1]="100% increased Stun Threshold for each time you've been Stunned Recently" + } + }, + [53938]={ + connections={ + [1]={ + id=36931, + orbit=0 + } + }, + group=905, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage", + orbit=2, + orbitIndex=18, + skill=53938, + stats={ + [1]="10% increased Attack Damage" + } + }, + [53941]={ + connections={ + [1]={ + id=17283, + orbit=0 + } + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Shimmering", + orbit=3, + orbitIndex=12, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Suffering" + }, + skill=53941, + stats={ + [1]="20% increased Energy Shield Recovery Rate if you haven't been Hit Recently", + [2]="3% increased Movement Speed while you have Energy Shield" + } + }, + [53958]={ + connections={ + [1]={ + id=51006, + orbit=2 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=3, + orbitIndex=23, + skill=53958, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [53960]={ + connections={ + [1]={ + id=8975, + orbit=-5 + } + }, + group=816, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=54, + skill=53960, + stats={ + [1]="+5 to any Attribute" + } + }, + [53965]={ + connections={ + [1]={ + id=12337, + orbit=0 + } + }, + group=857, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=0, + orbitIndex=0, + skill=53965, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [53975]={ + connections={ + [1]={ + id=33254, + orbit=0 + } + }, + group=612, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=2, + orbitIndex=8, + skill=53975, + stats={ + [1]="10% increased Spell Damage" + } + }, + [53989]={ + connections={ + [1]={ + id=29372, + orbit=-7 + } + }, + group=319, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=0, + orbitIndex=0, + skill=53989, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [53996]={ + connections={ + [1]={ + id=9941, + orbit=7 + }, + [2]={ + id=28556, + orbit=3 + } + }, + group=725, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=22, + skill=53996, + stats={ + [1]="8% increased Melee Damage" + } + }, + [54031]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoarNotable.dds", + isNotable=true, + name="The Great Boar", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Suffering", + [3]="Guilt" + }, + skill=54031, + stats={ + [1]="+1 Life per 4 Dexterity", + [2]="+1 to Stun Threshold per Dexterity", + [3]="+5 to Strength" + } + }, + [54036]={ + connections={ + [1]={ + id=30720, + orbit=0 + }, + [2]={ + id=15809, + orbit=-7 + }, + [3]={ + id=17501, + orbit=-7 + }, + [4]={ + id=18485, + orbit=0 + } + }, + group=531, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage", + orbit=3, + orbitIndex=2, + skill=54036, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [54058]={ + connections={ + [1]={ + id=62001, + orbit=0 + } + }, + group=1278, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + name="Dagger Critical Damage", + orbit=0, + orbitIndex=0, + skill=54058, + stats={ + [1]="10% increased Critical Damage Bonus with Daggers" + } + }, + [54067]={ + connections={ + [1]={ + id=27626, + orbit=0 + }, + [2]={ + id=2244, + orbit=-4 + } + }, + group=341, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Arcane Surge on Critical Hit", + orbit=5, + orbitIndex=43, + skill=54067, + stats={ + [1]="5% chance to Gain Arcane Surge when you deal a Critical Hit" + } + }, + [54099]={ + connections={ + [1]={ + id=8493, + orbit=0 + }, + [2]={ + id=2847, + orbit=0 + }, + [3]={ + id=55700, + orbit=0 + } + }, + group=561, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54099, + stats={ + [1]="+5 to any Attribute" + } + }, + [54127]={ + connections={ + [1]={ + id=54282, + orbit=0 + }, + [2]={ + id=15182, + orbit=0 + }, + [3]={ + id=56978, + orbit=0 + } + }, + group=648, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=54127, + stats={ + } + }, + [54138]={ + connections={ + [1]={ + id=38564, + orbit=0 + }, + [2]={ + id=37963, + orbit=0 + } + }, + group=443, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Speed", + orbit=2, + orbitIndex=12, + skill=54138, + stats={ + [1]="3% increased Attack Speed with Swords" + } + }, + [54148]={ + connections={ + [1]={ + id=52746, + orbit=0 + }, + [2]={ + id=56934, + orbit=0 + } + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + isNotable=true, + name="Smoke Inhalation", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Fear" + }, + skill=54148, + stats={ + [1]="Damage Penetrates 15% Fire Resistance", + [2]="15% increased Duration of Damaging Ailments on Enemies" + } + }, + [54152]={ + connections={ + [1]={ + id=43453, + orbit=0 + } + }, + group=1163, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + name="Sprint Movement Speed", + orbit=0, + orbitIndex=0, + skill=54152, + stats={ + [1]="3% increased Movement Speed while Sprinting" + } + }, + [54176]={ + connections={ + [1]={ + id=55463, + orbit=0 + }, + [2]={ + id=26598, + orbit=0 + } + }, + group=1017, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=54176, + stats={ + [1]="15% increased chance to Shock" + } + }, + [54194]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=28153, + orbit=0 + } + }, + group=274, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Life Recoup", + orbit=2, + orbitIndex=3, + skill=54194, + stats={ + [1]="4% of Damage taken Recouped as Life" + } + }, + [54228]={ + connections={ + [1]={ + id=64240, + orbit=0 + } + }, + group=123, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=2, + orbitIndex=22, + skill=54228, + stats={ + [1]="10% increased Physical Damage" + } + }, + [54232]={ + connections={ + [1]={ + id=44659, + orbit=5 + } + }, + group=524, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54232, + stats={ + [1]="+5 to any Attribute" + } + }, + [54282]={ + connections={ + [1]={ + id=52125, + orbit=0 + }, + [2]={ + id=11066, + orbit=2147483647 + } + }, + group=649, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=0, + skill=54282, + stats={ + [1]="+5 to any Attribute" + } + }, + [54283]={ + connections={ + [1]={ + id=26324, + orbit=0 + } + }, + group=372, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=3, + orbitIndex=21, + skill=54283, + stats={ + [1]="15% increased Armour" + } + }, + [54288]={ + connections={ + [1]={ + id=21568, + orbit=0 + } + }, + group=237, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=20, + skill=54288, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [54311]={ + connections={ + [1]={ + id=28482, + orbit=7 + } + }, + group=273, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Critical Ignite Magnitude", + orbit=2, + orbitIndex=18, + skill=54311, + stats={ + [1]="15% increased Magnitude of Ignite you inflict with Critical Hits" + } + }, + [54340]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=282, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour Mastery", + orbit=2, + orbitIndex=3, + skill=54340, + stats={ + } + }, + [54351]={ + connections={ + [1]={ + id=52464, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=7, + orbitIndex=7, + skill=54351, + stats={ + [1]="Recover 1% of maximum Life on Kill" + } + }, + [54413]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasterySpellSuppressionPattern", + connections={ + }, + group=852, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShieldMana.dds", + isOnlyImage=true, + name="Spell Suppression Mastery", + orbit=3, + orbitIndex=10, + skill=54413, + stats={ + } + }, + [54416]={ + connections={ + [1]={ + id=60274, + orbit=4 + } + }, + group=95, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=12, + skill=54416, + stats={ + [1]="20% increased Armour if you have been Hit Recently" + } + }, + [54417]={ + connections={ + }, + group=636, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=21, + skill=54417, + stats={ + [1]="+5 to any Attribute" + } + }, + [54437]={ + connections={ + [1]={ + id=16111, + orbit=-5 + }, + [2]={ + id=2397, + orbit=0 + }, + [3]={ + id=8493, + orbit=0 + } + }, + group=529, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Attack Damage on Low Life", + orbit=7, + orbitIndex=20, + skill=54437, + stats={ + [1]="20% increased Attack Damage when on Low Life" + } + }, + [54447]={ + classesStart={ + [1]="Witch", + [2]="Sorceress" + }, + connections={ + [1]={ + id=23710, + orbit=0 + }, + [2]={ + id=59822, + orbit=0 + }, + [3]={ + id=32699, + orbit=0 + }, + [4]={ + id=40721, + orbit=0 + }, + [5]={ + id=22147, + orbit=0 + }, + [6]={ + id=8305, + orbit=0 + }, + [7]={ + id=4739, + orbit=0 + } + }, + group=632, + icon="Art/2DArt/SkillIcons/passives/blankInt.dds", + name="WITCH", + orbit=0, + orbitIndex=0, + skill=54447, + stats={ + } + }, + [54453]={ + connections={ + [1]={ + id=19006, + orbit=0 + }, + [2]={ + id=61042, + orbit=0 + } + }, + group=506, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage and Life", + orbit=2, + orbitIndex=12, + skill=54453, + stats={ + [1]="Minions have 6% increased maximum Life", + [2]="Minions deal 6% increased Damage" + } + }, + [54485]={ + connections={ + [1]={ + id=25482, + orbit=0 + } + }, + group=299, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=7, + orbitIndex=22, + skill=54485, + stats={ + [1]="+8 to Strength" + } + }, + [54521]={ + connections={ + [1]={ + id=13537, + orbit=5 + }, + [2]={ + id=58789, + orbit=0 + }, + [3]={ + id=22185, + orbit=4 + } + }, + group=516, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54521, + stats={ + [1]="+5 to any Attribute" + } + }, + [54545]={ + connections={ + [1]={ + id=38342, + orbit=0 + } + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze Magnitude", + orbit=2, + orbitIndex=0, + skill=54545, + stats={ + [1]="15% increased Magnitude of Daze" + } + }, + [54557]={ + connections={ + [1]={ + id=9421, + orbit=-6 + } + }, + group=1068, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=2, + skill=54557, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [54562]={ + connections={ + [1]={ + id=2745, + orbit=0 + } + }, + group=1132, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividWolf.dds", + name="Critical Chance", + orbit=2, + orbitIndex=10, + skill=54562, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [54631]={ + connections={ + [1]={ + id=30132, + orbit=0 + } + }, + group=1129, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Quiver Effect", + orbit=0, + orbitIndex=0, + skill=54631, + stats={ + [1]="6% increased bonuses gained from Equipped Quiver" + } + }, + [54632]={ + connections={ + [1]={ + id=36507, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life and Chaos Resistance", + orbit=2, + orbitIndex=12, + skill=54632, + stats={ + [1]="Minions have 8% increased maximum Life", + [2]="Minions have +7% to Chaos Resistance" + } + }, + [54675]={ + connections={ + [1]={ + id=58814, + orbit=0 + } + }, + group=786, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=54675, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [54676]={ + connections={ + [1]={ + id=39759, + orbit=0 + }, + [2]={ + id=37612, + orbit=0 + } + }, + group=447, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=2, + orbitIndex=15, + skill=54676, + stats={ + [1]="10% increased Life Regeneration rate" + } + }, + [54678]={ + connections={ + [1]={ + id=41877, + orbit=0 + } + }, + group=1082, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=54678, + stats={ + [1]="15% increased chance to Shock" + } + }, + [54701]={ + connections={ + [1]={ + id=21089, + orbit=2 + }, + [2]={ + id=1286, + orbit=-7 + } + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/ThornsNode1.dds", + name="Thorns", + orbit=7, + orbitIndex=16, + skill=54701, + stats={ + [1]="16% increased Thorns damage" + } + }, + [54708]={ + connections={ + [1]={ + id=13855, + orbit=0 + }, + [2]={ + id=3918, + orbit=0 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=11, + skill=54708, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [54725]={ + connections={ + [1]={ + id=56336, + orbit=0 + } + }, + group=1066, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Activation Speed and Effect", + orbit=7, + orbitIndex=0, + skill=54725, + stats={ + [1]="3% increased Curse Magnitudes", + [2]="10% faster Curse Activation" + } + }, + [54746]={ + connections={ + [1]={ + id=14343, + orbit=7 + } + }, + group=926, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageChaosNode.dds", + name="Ailment Chance and Effect", + orbit=0, + orbitIndex=0, + skill=54746, + stats={ + [1]="6% increased chance to inflict Ailments", + [2]="6% increased Magnitude of Damaging Ailments you inflict" + } + }, + [54783]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + }, + group=735, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Energy Shield Mastery", + orbit=1, + orbitIndex=10, + skill=54783, + stats={ + } + }, + [54785]={ + connections={ + [1]={ + id=32885, + orbit=0 + } + }, + group=563, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Block", + orbit=2, + orbitIndex=7, + skill=54785, + stats={ + [1]="5% increased Block chance" + } + }, + [54805]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBrandPattern", + connections={ + }, + group=907, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Hindered Capabilities", + orbit=5, + orbitIndex=27, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Envy" + }, + skill=54805, + stats={ + [1]="30% increased Damage with Hits against Hindered Enemies", + [2]="Debuffs you inflict have 10% increased Slow Magnitude" + } + }, + [54811]={ + connections={ + [1]={ + id=13474, + orbit=0 + } + }, + group=312, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54811, + stats={ + [1]="+5 to any Attribute" + } + }, + [54814]={ + connections={ + [1]={ + id=16114, + orbit=0 + } + }, + group=350, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Profane Commander", + orbit=2, + orbitIndex=14, + recipe={ + [1]="Guilt", + [2]="Isolation", + [3]="Isolation" + }, + skill=54814, + stats={ + [1]="30% increased Presence Area of Effect", + [2]="4% increased Spirit" + } + }, + [54818]={ + connections={ + [1]={ + id=18801, + orbit=0 + } + }, + group=573, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54818, + stats={ + [1]="+5 to any Attribute" + } + }, + [54838]={ + ascendancyName="Tactician", + connections={ + }, + group=258, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianPinnedEnemiesCannotAct.dds", + isNotable=true, + name="Right Where We Want Them", + orbit=0, + orbitIndex=0, + skill=54838, + stats={ + [1]="Projectile Damage builds Pin", + [2]="Pinned enemies cannot perform actions" + } + }, + [54883]={ + connections={ + [1]={ + id=34473, + orbit=-2 + } + }, + group=1089, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=54883, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [54886]={ + connections={ + [1]={ + id=56997, + orbit=-4 + } + }, + group=347, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage and Stun", + orbit=7, + orbitIndex=20, + skill=54886, + stats={ + [1]="10% increased Stun Buildup", + [2]="10% increased Damage with Two Handed Weapons" + } + }, + [54892]={ + ascendancyName="Tactician", + connections={ + [1]={ + id=44371, + orbit=0 + } + }, + group=284, + icon="Art/2DArt/SkillIcons/passives/Tactician/TacticianNode.dds", + name="Armour and Evasion", + orbit=0, + orbitIndex=0, + skill=54892, + stats={ + [1]="15% increased Armour and Evasion Rating" + } + }, + [54911]={ + connections={ + [1]={ + id=11505, + orbit=0 + }, + [2]={ + id=39716, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + isNotable=true, + name="Firestarter", + orbit=2, + orbitIndex=7, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Guilt" + }, + skill=54911, + stats={ + [1]="40% increased Flammability Magnitude", + [2]="Enemies Ignited by you have -5% to Fire Resistance" + } + }, + [54923]={ + connections={ + [1]={ + id=27638, + orbit=2147483647 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation", + orbit=7, + orbitIndex=7, + skill=54923, + stats={ + [1]="15% increased Glory generation" + } + }, + [54937]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryImpalePattern", + connections={ + }, + group=86, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + isNotable=true, + name="Vengeful Fury", + orbit=1, + orbitIndex=9, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Despair" + }, + skill=54937, + stats={ + [1]="Gain 5 Rage when Hit by an Enemy", + [2]="Every Rage also grants 1% increased Armour" + } + }, + [54962]={ + connections={ + [1]={ + id=35849, + orbit=0 + } + }, + group=110, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration while Stationary", + orbit=7, + orbitIndex=12, + skill=54962, + stats={ + [1]="15% increased Life Regeneration Rate while stationary" + } + }, + [54964]={ + connections={ + [1]={ + id=23078, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + name="Sentinels", + orbit=2, + orbitIndex=1, + skill=54964, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [54975]={ + connections={ + [1]={ + id=7526, + orbit=-9 + } + }, + group=1038, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect", + orbit=5, + orbitIndex=66, + skill=54975, + stats={ + [1]="Debuffs you inflict have 5% increased Slow Magnitude" + } + }, + [54983]={ + connections={ + [1]={ + id=39369, + orbit=3 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=7, + orbitIndex=2, + skill=54983, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [54984]={ + connections={ + [1]={ + id=34015, + orbit=0 + }, + [2]={ + id=34702, + orbit=-4 + }, + [3]={ + id=55118, + orbit=0 + } + }, + group=1182, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=54984, + stats={ + [1]="+5 to any Attribute" + } + }, + [54990]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=577, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Bloodletting", + orbit=7, + orbitIndex=1, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Ire" + }, + skill=54990, + stats={ + [1]="10% chance to inflict Bleeding on Hit", + [2]="15% increased Magnitude of Bleeding you inflict" + } + }, + [54998]={ + connections={ + [1]={ + id=29993, + orbit=0 + } + }, + group=217, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Protraction", + orbit=2, + orbitIndex=5, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Guilt" + }, + skill=54998, + stats={ + [1]="20% increased Skill Effect Duration", + [2]="15% increased Duration of Damaging Ailments on Enemies" + } + }, + [54999]={ + connections={ + [1]={ + id=14511, + orbit=-3 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Attack Damage and Stun", + orbit=3, + orbitIndex=2, + skill=54999, + stats={ + [1]="10% increased Stun Buildup", + [2]="Ancestrally Boosted Attacks deal 16% increased Damage" + } + }, + [55041]={ + connections={ + [1]={ + id=35564, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Damage and Projectile Speed", + orbit=3, + orbitIndex=21, + skill=55041, + stats={ + [1]="8% increased Spell Damage", + [2]="5% reduced Projectile Speed for Spell Skills" + } + }, + [55048]={ + connections={ + }, + group=112, + icon="Art/2DArt/SkillIcons/passives/KeystonePainAttunement.dds", + isKeystone=true, + name="Pain Attunement", + orbit=0, + orbitIndex=0, + skill=55048, + stats={ + [1]="30% less Critical Damage Bonus when on Full Life", + [2]="30% more Critical Damage Bonus when on Low Life" + } + }, + [55058]={ + connections={ + [1]={ + id=63790, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage against Immobilised", + orbit=5, + orbitIndex=48, + skill=55058, + stats={ + [1]="20% increased Melee Damage against Immobilised Enemies" + } + }, + [55060]={ + connections={ + [1]={ + id=33037, + orbit=0 + }, + [2]={ + id=45576, + orbit=0 + } + }, + group=676, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isNotable=true, + name="Shrapnel", + orbit=5, + orbitIndex=9, + recipe={ + [1]="Guilt", + [2]="Guilt", + [3]="Disgust" + }, + skill=55060, + stats={ + [1]="30% chance to Pierce an Enemy", + [2]="Projectiles have 10% chance to Chain an additional time from terrain" + } + }, + [55063]={ + connections={ + [1]={ + id=51535, + orbit=4 + } + }, + group=89, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech and Slower Leech", + orbit=2, + orbitIndex=5, + skill=55063, + stats={ + [1]="15% increased amount of Life Leeched", + [2]="Leech Life 5% slower" + } + }, + [55066]={ + connections={ + [1]={ + id=19796, + orbit=0 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Attack Damage vs Bleeding Enemies", + orbit=2, + orbitIndex=21, + skill=55066, + stats={ + [1]="16% increased Attack Damage against Bleeding Enemies" + } + }, + [55088]={ + connections={ + [1]={ + id=61196, + orbit=5 + } + }, + group=815, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance2.dds", + name="Critical Chance", + orbit=7, + orbitIndex=2, + skill=55088, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [55101]={ + connections={ + [1]={ + id=58016, + orbit=7 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=12, + skill=55101, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [55104]={ + connections={ + [1]={ + id=33254, + orbit=-7 + }, + [2]={ + id=19125, + orbit=7 + } + }, + group=612, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=7, + orbitIndex=22, + skill=55104, + stats={ + [1]="10% increased Spell Damage" + } + }, + [55118]={ + connections={ + [1]={ + id=50420, + orbit=0 + } + }, + group=1203, + icon="Art/2DArt/SkillIcons/passives/CharmNode1.dds", + name="Charm Charges", + orbit=2, + orbitIndex=18, + skill=55118, + stats={ + [1]="10% increased Charm Charges gained" + } + }, + [55131]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + isNotable=true, + name="Light on your Feet", + orbit=4, + orbitIndex=38, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Greed" + }, + skill=55131, + stats={ + [1]="3% increased Movement Speed", + [2]="Immune to Hinder", + [3]="Immune to Maim" + } + }, + [55149]={ + connections={ + }, + group=1101, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Pure Chaos", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Guilt" + }, + skill=55149, + stats={ + [1]="Gain 11% of Damage as Extra Chaos Damage" + } + }, + [55152]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + [1]={ + id=5580, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=3, + orbitIndex=1, + skill=55152, + stats={ + } + }, + [55180]={ + connections={ + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + isNotable=true, + name="Relentless Fallen", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Isolation" + }, + skill=55180, + stats={ + [1]="Minions have 20% increased Movement Speed", + [2]="Minions have 8% increased Attack and Cast Speed" + } + }, + [55190]={ + connections={ + }, + group=64, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=1, + orbitIndex=0, + skill=55190, + stats={ + } + }, + [55193]={ + connections={ + [1]={ + id=10944, + orbit=-2 + } + }, + group=1036, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Subterfuge Mask", + orbit=1, + orbitIndex=4, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Paranoia" + }, + skill=55193, + stats={ + [1]="+2 to Evasion Rating per 1 Item Energy Shield on Equipped Helmet" + } + }, + [55194]={ + connections={ + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=4, + orbitIndex=66, + skill=55194, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [55227]={ + connections={ + [1]={ + id=29479, + orbit=0 + }, + [2]={ + id=15829, + orbit=0 + } + }, + group=918, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=7, + orbitIndex=13, + skill=55227, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [55231]={ + connections={ + [1]={ + id=37361, + orbit=0 + }, + [2]={ + id=9857, + orbit=0 + } + }, + group=577, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=7, + orbitIndex=13, + skill=55231, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [55235]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMarkPattern", + connections={ + [1]={ + id=63830, + orbit=0 + }, + [2]={ + id=44756, + orbit=0 + }, + [3]={ + id=36976, + orbit=0 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkMastery.dds", + isOnlyImage=true, + name="Mark Mastery", + orbit=1, + orbitIndex=4, + skill=55235, + stats={ + } + }, + [55241]={ + connections={ + [1]={ + id=38614, + orbit=0 + } + }, + group=845, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=1, + orbitIndex=4, + skill=55241, + stats={ + [1]="4% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [55250]={ + connections={ + [1]={ + id=56649, + orbit=-4 + }, + [2]={ + id=41669, + orbit=4 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=4, + orbitIndex=30, + skill=55250, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [55270]={ + connections={ + [1]={ + id=60083, + orbit=0 + } + }, + group=931, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=7, + orbitIndex=1, + skill=55270, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [55275]={ + connections={ + [1]={ + id=12890, + orbit=6 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=3, + orbitIndex=2, + skill=55275, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [55276]={ + connections={ + [1]={ + id=13411, + orbit=5 + } + }, + group=764, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=24, + skill=55276, + stats={ + [1]="+5 to any Attribute" + } + }, + [55329]={ + connections={ + [1]={ + id=42036, + orbit=0 + } + }, + group=1229, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Block", + orbit=4, + orbitIndex=12, + skill=55329, + stats={ + [1]="5% increased Block chance" + } + }, + [55342]={ + connections={ + [1]={ + id=17248, + orbit=-5 + } + }, + group=757, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=60, + skill=55342, + stats={ + [1]="+5 to any Attribute" + } + }, + [55348]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + [1]={ + id=23227, + orbit=0 + } + }, + group=489, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=55348, + stats={ + } + }, + [55397]={ + connections={ + [1]={ + id=44527, + orbit=0 + } + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + isSwitchable=true, + name="Flask Charges Gained", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + id=1247, + name="Ailment Threshold", + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + } + }, + orbit=7, + orbitIndex=21, + skill=55397, + stats={ + [1]="15% increased Flask Charges gained" + } + }, + [55400]={ + connections={ + [1]={ + id=30372, + orbit=0 + } + }, + group=1051, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=2, + orbitIndex=5, + skill=55400, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [55405]={ + connections={ + [1]={ + id=25620, + orbit=0 + } + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Corpses", + orbit=1, + orbitIndex=10, + skill=55405, + stats={ + [1]="15% increased Damage if you have Consumed a Corpse Recently" + } + }, + [55412]={ + connections={ + [1]={ + id=22538, + orbit=0 + }, + [2]={ + id=17796, + orbit=-4 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=15, + skill=55412, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [55420]={ + connections={ + [1]={ + id=30061, + orbit=0 + } + }, + group=864, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Effect", + orbit=2, + orbitIndex=0, + skill=55420, + stats={ + [1]="6% increased Curse Magnitudes" + } + }, + [55429]={ + connections={ + [1]={ + id=22049, + orbit=0 + } + }, + group=872, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/ChannellingAttacksNode.dds", + id=24854, + name="Melee and Projectile Damage", + stats={ + [1]="10% increased Melee Damage", + [2]="10% increased Projectile Damage" + } + } + }, + orbit=0, + orbitIndex=0, + skill=55429, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [55463]={ + connections={ + [1]={ + id=27875, + orbit=0 + } + }, + group=1041, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=3, + orbitIndex=14, + skill=55463, + stats={ + [1]="15% increased chance to Shock" + } + }, + [55473]={ + connections={ + [1]={ + id=43164, + orbit=0 + } + }, + group=503, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=23, + skill=55473, + stats={ + [1]="8% increased Melee Damage" + } + }, + [55478]={ + connections={ + [1]={ + id=48006, + orbit=4 + }, + [2]={ + id=16168, + orbit=-3 + } + }, + group=498, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=2, + orbitIndex=2, + skill=55478, + stats={ + [1]="6% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [55491]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=351, + icon="Art/2DArt/SkillIcons/passives/MasteryAuras.dds", + isOnlyImage=true, + name="Reservation Mastery", + orbit=1, + orbitIndex=7, + skill=55491, + stats={ + } + }, + [55507]={ + connections={ + [1]={ + id=22359, + orbit=-6 + }, + [2]={ + id=38338, + orbit=6 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=3, + orbitIndex=16, + skill=55507, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [55536]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=34882, + orbit=2147483647 + }, + [2]={ + id=1442, + orbit=0 + }, + [3]={ + id=3084, + orbit=2147483647 + } + }, + group=366, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Gambler", + orbit=9, + orbitIndex=72, + skill=55536, + stats={ + } + }, + [55554]={ + connections={ + [1]={ + id=8821, + orbit=0 + }, + [2]={ + id=22271, + orbit=0 + } + }, + group=703, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=55554, + stats={ + [1]="15% increased chance to Shock" + } + }, + [55568]={ + connections={ + [1]={ + id=41522, + orbit=0 + }, + [2]={ + id=44690, + orbit=0 + } + }, + group=901, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Forthcoming", + orbit=2, + orbitIndex=21, + recipe={ + [1]="Despair", + [2]="Greed", + [3]="Suffering" + }, + skill=55568, + stats={ + [1]="16% reduced Skill Effect Duration", + [2]="10% increased Cooldown Recovery Rate" + } + }, + [55572]={ + connections={ + [1]={ + id=57626, + orbit=0 + } + }, + group=670, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold and Fire Damage", + orbit=7, + orbitIndex=20, + skill=55572, + stats={ + [1]="10% increased Fire Damage", + [2]="10% increased Cold Damage" + } + }, + [55575]={ + connections={ + [1]={ + id=58002, + orbit=0 + } + }, + group=809, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical as Extra Chaos Damage", + orbit=2, + orbitIndex=9, + skill=55575, + stats={ + [1]="Gain 3% of Physical Damage as extra Chaos Damage" + } + }, + [55582]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=60287, + orbit=2147483647 + } + }, + group=298, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingNode.dds", + name="Skill Gem Quality", + orbit=0, + orbitIndex=0, + skill=55582, + stats={ + [1]="+2% to Quality of all Skills" + } + }, + [55596]={ + connections={ + [1]={ + id=8509, + orbit=0 + } + }, + group=236, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=3, + orbitIndex=8, + skill=55596, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [55598]={ + connections={ + [1]={ + id=15644, + orbit=4 + }, + [2]={ + id=9112, + orbit=-3 + }, + [3]={ + id=28050, + orbit=0 + } + }, + group=911, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=3, + orbitIndex=2, + skill=55598, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [55611]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=64031, + orbit=-2 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Elemental Damage", + orbit=4, + orbitIndex=15, + skill=55611, + stats={ + [1]="12% increased Elemental Damage" + } + }, + [55617]={ + connections={ + [1]={ + id=29914, + orbit=0 + }, + [2]={ + id=19546, + orbit=2 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Armour and Evasion while Surrounded", + orbit=3, + orbitIndex=3, + skill=55617, + stats={ + [1]="20% increased Armour while Surrounded", + [2]="20% increased Evasion Rating while Surrounded" + } + }, + [55621]={ + connections={ + [1]={ + id=38537, + orbit=-3 + } + }, + group=1285, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=7, + orbitIndex=16, + skill=55621, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [55664]={ + connections={ + [1]={ + id=31826, + orbit=-3 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Presence Area and Companion Area", + orbit=4, + orbitIndex=0, + skill=55664, + stats={ + [1]="10% increased Presence Area of Effect", + [2]="Companions have 10% increased Area of Effect" + } + }, + [55668]={ + connections={ + [1]={ + id=25557, + orbit=0 + }, + [2]={ + id=47754, + orbit=0 + }, + [3]={ + id=55420, + orbit=0 + } + }, + group=863, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=55668, + stats={ + [1]="+5 to any Attribute" + } + }, + [55680]={ + connections={ + [1]={ + id=61112, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNode1.dds", + name="Spear Attack Speed", + orbit=4, + orbitIndex=14, + skill=55680, + stats={ + [1]="3% increased Attack Speed with Spears" + } + }, + [55700]={ + connections={ + [1]={ + id=44983, + orbit=2147483647 + } + }, + group=535, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + name="All Attributes", + orbit=2, + orbitIndex=8, + skill=55700, + stats={ + [1]="+3 to all Attributes" + } + }, + [55708]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=721, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Electric Amplification", + orbit=7, + orbitIndex=10, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Disgust" + }, + skill=55708, + stats={ + [1]="Damage Penetrates 18% Lightning Resistance", + [2]="Gain 6% of Elemental Damage as Extra Lightning Damage" + } + }, + [55724]={ + connections={ + [1]={ + id=42714, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=4, + orbitIndex=58, + skill=55724, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [55746]={ + connections={ + [1]={ + id=61935, + orbit=-2 + } + }, + group=431, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=7, + orbitIndex=4, + skill=55746, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [55789]={ + connections={ + [1]={ + id=41665, + orbit=-2 + } + }, + group=256, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=4, + orbitIndex=3, + skill=55789, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [55796]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=43095, + orbit=0 + } + }, + group=1341, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonRareUniqueBloodlusted.dds", + isNotable=true, + name="Predatory Instinct", + orbit=0, + orbitIndex=0, + skill=55796, + stats={ + [1]="Reveal Weaknesses against Rare and Unique enemies", + [2]="50% more damage against enemies with an Open Weakness" + } + }, + [55802]={ + connections={ + [1]={ + id=2847, + orbit=0 + }, + [2]={ + id=3717, + orbit=0 + } + }, + group=706, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=55802, + stats={ + [1]="+5 to any Attribute" + } + }, + [55807]={ + connections={ + [1]={ + id=6686, + orbit=-4 + } + }, + group=609, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isSwitchable=true, + name="Mana Regeneration", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + id=21429, + name="Minion Life", + stats={ + [1]="Minions have 10% increased maximum Life" + } + } + }, + orbit=2, + orbitIndex=5, + skill=55807, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [55835]={ + connections={ + [1]={ + id=52537, + orbit=2147483647 + }, + [2]={ + id=20909, + orbit=-9 + }, + [3]={ + id=7023, + orbit=0 + } + }, + group=1224, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Exposed to the Cosmos", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Paranoia" + }, + skill=55835, + stats={ + [1]="Damage Penetrates 18% Cold Resistance", + [2]="20% increased chance to inflict Ailments against Enemies with Exposure" + } + }, + [55846]={ + connections={ + [1]={ + id=24239, + orbit=0 + } + }, + group=890, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=1, + orbitIndex=5, + skill=55846, + stats={ + [1]="Gain 5 Life per Enemy Killed" + } + }, + [55847]={ + connections={ + [1]={ + id=27274, + orbit=0 + } + }, + group=893, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + isNotable=true, + name="Ice Walls", + orbit=7, + orbitIndex=8, + recipe={ + [1]="Fear", + [2]="Paranoia", + [3]="Disgust" + }, + skill=55847, + stats={ + [1]="200% increased Ice Crystal Life" + } + }, + [55872]={ + connections={ + }, + group=925, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Effect", + orbit=3, + orbitIndex=23, + skill=55872, + stats={ + [1]="Offering Skills have 15% increased Buff effect" + } + }, + [55888]={ + connections={ + [1]={ + id=18746, + orbit=0 + }, + [2]={ + id=49256, + orbit=0 + }, + [3]={ + id=440, + orbit=0 + } + }, + group=73, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=0, + orbitIndex=0, + skill=55888, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [55909]={ + connections={ + [1]={ + id=64046, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/InstillationsNode1.dds", + isSwitchable=true, + name="Infused Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + id=10903, + name="Chaos Damage", + stats={ + [1]="10% increased Chaos Damage" + } + } + }, + orbit=4, + orbitIndex=3, + skill=55909, + stats={ + [1]="12% increased Spell Damage if you have consumed an Elemental Infusion Recently" + } + }, + [55930]={ + connections={ + [1]={ + id=40687, + orbit=0 + } + }, + group=888, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Glory Generation", + orbit=2, + orbitIndex=16, + skill=55930, + stats={ + [1]="15% increased Glory generation" + } + }, + [55931]={ + connections={ + [1]={ + id=62034, + orbit=0 + }, + [2]={ + id=62313, + orbit=0 + } + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/fireresist.dds", + name="Armour Applies to Fire Damage Hits", + orbit=3, + orbitIndex=18, + skill=55931, + stats={ + [1]="+15% of Armour also applies to Fire Damage" + } + }, + [55933]={ + connections={ + [1]={ + id=60886, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=48, + skill=55933, + stats={ + [1]="+5 to any Attribute" + } + }, + [55938]={ + connections={ + [1]={ + id=41394, + orbit=7 + } + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Effect", + orbit=3, + orbitIndex=9, + skill=55938, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [55947]={ + connections={ + [1]={ + id=46088, + orbit=3 + } + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Chance", + orbit=2, + orbitIndex=1, + skill=55947, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [55995]={ + connections={ + [1]={ + id=41873, + orbit=0 + } + }, + group=1280, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=4, + skill=55995, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [56016]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPhysicalPattern", + connections={ + [1]={ + id=65149, + orbit=-8 + }, + [2]={ + id=35594, + orbit=2147483647 + } + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + isNotable=true, + name="Passthrough Rounds", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Greed", + [2]="Guilt", + [3]="Isolation" + }, + skill=56016, + stats={ + [1]="Projectiles Pierce enemies with Fully Broken Armour" + } + }, + [56023]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=1139, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=0, + orbitIndex=0, + skill=56023, + stats={ + } + }, + [56045]={ + connections={ + [1]={ + id=24647, + orbit=4 + }, + [2]={ + id=11604, + orbit=0 + } + }, + group=906, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=56045, + stats={ + [1]="+5 to any Attribute" + } + }, + [56061]={ + connections={ + }, + group=330, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Damage against Burning Enemies", + orbit=2, + orbitIndex=12, + skill=56061, + stats={ + [1]="14% increased Damage with Hits against Burning Enemies" + } + }, + [56063]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=790, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Lingering Horror", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Disgust" + }, + skill=56063, + stats={ + [1]="23% increased Chaos Damage", + [2]="15% increased Skill Effect Duration" + } + }, + [56104]={ + connections={ + }, + group=527, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=3, + orbitIndex=16, + skill=56104, + stats={ + [1]="Break 20% increased Armour" + } + }, + [56112]={ + connections={ + [1]={ + id=42059, + orbit=-2 + }, + [2]={ + id=49259, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + isNotable=true, + name="Extinguishing Exhalation", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Paranoia" + }, + skill=56112, + stats={ + [1]="Remove Ignite when you Warcry" + } + }, + [56118]={ + connections={ + [1]={ + id=19341, + orbit=-5 + }, + [2]={ + id=42250, + orbit=0 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=4, + orbitIndex=30, + skill=56118, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [56162]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=50192, + orbit=-9 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageLifeLoss.dds", + isNotable=true, + name="Grasping Wounds", + orbit=8, + orbitIndex=13, + skill=56162, + stats={ + [1]="25% of Life Loss from Hits is prevented, then that much Life is lost over 4 seconds instead" + } + }, + [56214]={ + connections={ + [1]={ + id=30334, + orbit=0 + } + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Duration", + orbit=3, + orbitIndex=6, + skill=56214, + stats={ + [1]="8% increased Ignite Duration on Enemies" + } + }, + [56216]={ + connections={ + [1]={ + id=9485, + orbit=0 + } + }, + group=666, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=56216, + stats={ + [1]="+5 to any Attribute" + } + }, + [56265]={ + connections={ + [1]={ + id=42802, + orbit=0 + } + }, + group=1251, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Throatseeker", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Isolation" + }, + skill=56265, + stats={ + [1]="60% increased Critical Damage Bonus", + [2]="20% reduced Critical Hit Chance" + } + }, + [56284]={ + connections={ + [1]={ + id=1928, + orbit=-2 + } + }, + group=179, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Attack and Cast Speed", + orbit=0, + orbitIndex=0, + skill=56284, + stats={ + [1]="Minions have 5% increased Attack and Cast Speed" + } + }, + [56325]={ + connections={ + [1]={ + id=21280, + orbit=0 + } + }, + group=855, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=0, + orbitIndex=0, + skill=56325, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [56330]={ + connections={ + [1]={ + id=39570, + orbit=2147483647 + } + }, + group=957, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance on Critical", + orbit=7, + orbitIndex=22, + skill=56330, + stats={ + [1]="10% chance to inflict Bleeding on Critical Hit with Attacks" + } + }, + [56331]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1337, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosDamageRed.dds", + isMultipleChoiceOption=true, + name="Choice of Life", + orbit=0, + orbitIndex=0, + skill=56331, + stats={ + [1]="All Flames of Chayula that you manifest are Red" + } + }, + [56334]={ + connections={ + [1]={ + id=46171, + orbit=7 + }, + [2]={ + id=41753, + orbit=0 + } + }, + group=1240, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy and Critical Chance", + orbit=7, + orbitIndex=7, + skill=56334, + stats={ + [1]="Meta Skills gain 4% increased Energy", + [2]="5% increased Critical Hit Chance" + } + }, + [56336]={ + connections={ + [1]={ + id=21208, + orbit=0 + } + }, + group=1066, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + name="Curse Activation Speed and Effect", + orbit=7, + orbitIndex=20, + skill=56336, + stats={ + [1]="3% increased Curse Magnitudes", + [2]="10% faster Curse Activation" + } + }, + [56342]={ + connections={ + [1]={ + id=7341, + orbit=3 + } + }, + group=266, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage when Hit", + orbit=0, + orbitIndex=0, + skill=56342, + stats={ + [1]="Gain 2 Rage when Hit by an Enemy" + } + }, + [56349]={ + connections={ + }, + group=1059, + icon="Art/2DArt/SkillIcons/passives/KeystoneChaosInoculation.dds", + isKeystone=true, + name="Chaos Inoculation", + orbit=0, + orbitIndex=0, + skill=56349, + stats={ + [1]="Maximum Life is 1", + [2]="Immune to Chaos Damage and Bleeding" + } + }, + [56360]={ + connections={ + [1]={ + id=24812, + orbit=0 + } + }, + group=884, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Power Charge Duration", + orbit=2, + orbitIndex=19, + skill=56360, + stats={ + [1]="20% increased Power Charge Duration" + } + }, + [56366]={ + connections={ + [1]={ + id=35755, + orbit=0 + } + }, + group=1278, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + isNotable=true, + name="Silent Shiv", + orbit=3, + orbitIndex=16, + skill=56366, + stats={ + [1]="5% increased Attack Speed with Daggers", + [2]="15% increased Critical Hit Chance with Daggers" + } + }, + [56388]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern", + connections={ + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds", + isNotable=true, + name="Reinforced Rallying", + orbit=5, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Isolation" + }, + skill=56388, + stats={ + [1]="+1 to maximum number of placed Banners" + } + }, + [56409]={ + connections={ + [1]={ + id=25101, + orbit=0 + }, + [2]={ + id=43139, + orbit=0 + }, + [3]={ + id=65248, + orbit=0 + } + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Ailment Chance", + orbit=4, + orbitIndex=12, + skill=56409, + stats={ + [1]="12% increased Flammability Magnitude", + [2]="12% increased Freeze Buildup", + [3]="12% increased chance to Shock" + } + }, + [56453]={ + connections={ + [1]={ + id=37691, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isNotable=true, + name="Killer Instinct", + orbit=5, + orbitIndex=39, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Greed" + }, + skill=56453, + stats={ + [1]="40% increased Attack Damage when on Full Life", + [2]="60% increased Attack Damage when on Low Life" + } + }, + [56472]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=848, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=0, + orbitIndex=0, + skill=56472, + stats={ + } + }, + [56488]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Glancing Deflection", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Envy", + [3]="Envy" + }, + skill=56488, + stats={ + [1]="10% increased Deflection Rating" + } + }, + [56493]={ + connections={ + }, + group=989, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + isNotable=true, + name="Agile Succession", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Greed", + [2]="Greed", + [3]="Disgust" + }, + skill=56493, + stats={ + [1]="6% increased Attack Speed", + [2]="30% increased Evasion Rating if you have Hit an Enemy Recently" + } + }, + [56564]={ + connections={ + [1]={ + id=8349, + orbit=0 + } + }, + group=565, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=2, + orbitIndex=15, + skill=56564, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [56567]={ + connections={ + [1]={ + id=151, + orbit=0 + } + }, + group=463, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=7, + orbitIndex=11, + skill=56567, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [56595]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=347, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=56595, + stats={ + } + }, + [56605]={ + connections={ + }, + group=386, + icon="Art/2DArt/SkillIcons/passives/BulwarkKeystone.dds", + isKeystone=true, + name="Bulwark", + orbit=0, + orbitIndex=0, + skill=56605, + stats={ + [1]="Dodge Roll cannot Avoid Damage", + [2]="Take 30% less Damage from Hits while Dodge Rolling" + } + }, + [56616]={ + connections={ + [1]={ + id=13562, + orbit=3 + }, + [2]={ + id=41415, + orbit=0 + } + }, + group=466, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + isNotable=true, + name="Desperate Times", + orbit=2, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Ire" + }, + skill=56616, + stats={ + [1]="Regenerate 1.5% of maximum Life per second while on Low Life", + [2]="40% increased Life Recovery from Flasks used when on Low Life" + } + }, + [56618]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1317, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionLightning.dds", + isMultipleChoiceOption=true, + name="Fulminating Concoction", + orbit=0, + orbitIndex=0, + skill=56618, + stats={ + [1]="Grants Skill: Fulminating Concoction" + } + }, + [56638]={ + connections={ + }, + group=831, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold if not Stunned recently", + orbit=2, + orbitIndex=2, + skill=56638, + stats={ + [1]="25% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [56640]={ + connections={ + [1]={ + id=10398, + orbit=-3 + } + }, + group=585, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + name="Spell Critical Damage", + orbit=7, + orbitIndex=0, + skill=56640, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [56649]={ + connections={ + [1]={ + id=44455, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=3, + orbitIndex=8, + skill=56649, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [56651]={ + connections={ + [1]={ + id=38143, + orbit=0 + } + }, + group=729, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + isSwitchable=true, + name="Projectile Damage", + options={ + Huntress={ + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + id=39263, + name="Attack Damage", + stats={ + [1]="10% increased Attack Damage" + } + } + }, + orbit=0, + orbitIndex=0, + skill=56651, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [56703]={ + connections={ + [1]={ + id=15782, + orbit=0 + }, + [2]={ + id=28839, + orbit=0 + } + }, + group=337, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=8, + skill=56703, + stats={ + [1]="3% increased Cast Speed" + } + }, + [56729]={ + connections={ + [1]={ + id=26308, + orbit=0 + }, + [2]={ + id=34201, + orbit=0 + } + }, + group=986, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredFox.dds", + name="Reduced Attribute Requirements and All Attributes", + orbit=2, + orbitIndex=16, + skill=56729, + stats={ + [1]="+3 to all Attributes" + } + }, + [56757]={ + connections={ + [1]={ + id=10100, + orbit=0 + } + }, + group=108, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=2, + orbitIndex=10, + skill=56757, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [56761]={ + connections={ + [1]={ + id=8560, + orbit=0 + }, + [2]={ + id=48531, + orbit=0 + }, + [3]={ + id=2408, + orbit=0 + } + }, + group=1190, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=18, + skill=56761, + stats={ + [1]="8% increased Melee Damage" + } + }, + [56762]={ + connections={ + [1]={ + id=28839, + orbit=0 + } + }, + group=337, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=2, + orbitIndex=20, + skill=56762, + stats={ + [1]="3% increased Cast Speed" + } + }, + [56767]={ + connections={ + [1]={ + id=19461, + orbit=0 + }, + [2]={ + id=1416, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Electrifying Daze", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Envy" + }, + skill=56767, + stats={ + [1]="5% chance to Daze on Hit", + [2]="Gain 12% of Physical Damage as Extra Lightning Damage against Dazed Enemies" + } + }, + [56776]={ + connections={ + [1]={ + id=45609, + orbit=5 + }, + [2]={ + id=24129, + orbit=0 + } + }, + group=1010, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Cooked", + orbit=1, + orbitIndex=7, + recipe={ + [1]="Suffering", + [2]="Ire", + [3]="Envy" + }, + skill=56776, + stats={ + [1]="60% increased Critical Damage Bonus", + [2]="25% reduced Global Defences" + } + }, + [56806]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern", + connections={ + }, + group=841, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + isNotable=true, + name="Swift Blocking", + orbit=7, + orbitIndex=22, + recipe={ + [1]="Ire", + [2]="Fear", + [3]="Ire" + }, + skill=56806, + stats={ + [1]="12% increased Block chance", + [2]="1% increased Movement Speed for each time you've Blocked in the past 10 seconds" + } + }, + [56818]={ + connections={ + [1]={ + id=43423, + orbit=-3 + }, + [2]={ + id=62510, + orbit=-6 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=3, + orbitIndex=18, + skill=56818, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [56838]={ + connections={ + [1]={ + id=42805, + orbit=-4 + }, + [2]={ + id=62624, + orbit=5 + } + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=3, + orbitIndex=2, + skill=56838, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [56841]={ + connections={ + [1]={ + id=18451, + orbit=0 + } + }, + group=834, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=20, + skill=56841, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [56842]={ + ascendancyName="Titan", + connections={ + [1]={ + id=59540, + orbit=-5 + } + }, + group=52, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanNode.dds", + name="Stun Buildup", + orbit=0, + orbitIndex=0, + skill=56842, + stats={ + [1]="18% increased Stun Buildup" + } + }, + [56844]={ + connections={ + [1]={ + id=40929, + orbit=-2 + } + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Duration", + orbit=7, + orbitIndex=0, + skill=56844, + stats={ + [1]="15% increased Archon Buff duration" + } + }, + [56847]={ + connections={ + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Damage", + orbit=7, + orbitIndex=22, + skill=56847, + stats={ + [1]="12% increased Damage while affected by a Herald" + } + }, + [56860]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern", + connections={ + }, + group=1034, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Resolute Reprisal", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Ire", + [3]="Despair" + }, + skill=56860, + stats={ + [1]="30% increased Parry Range", + [2]="Your Heavy Stun buildup empties 50% faster if you've successfully Parried Recently" + } + }, + [56876]={ + connections={ + [1]={ + id=46380, + orbit=0 + } + }, + group=958, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Energy Shield if Consumed Power Charge", + orbit=2, + orbitIndex=6, + skill=56876, + stats={ + [1]="20% increased Energy Shield if you've consumed a Power Charge Recently" + } + }, + [56893]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCharmsPattern", + connections={ + }, + group=1080, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Thicket Warding", + orbit=7, + orbitIndex=16, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Paranoia" + }, + skill=56893, + stats={ + [1]="20% chance for Charms you use to not consume Charges", + [2]="Recover 5% of maximum Mana when a Charm is used" + } + }, + [56897]={ + connections={ + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Critical Damage", + orbit=7, + orbitIndex=10, + skill=56897, + stats={ + [1]="15% increased Ballista Critical Damage Bonus" + } + }, + [56910]={ + connections={ + [1]={ + id=28510, + orbit=6 + }, + [2]={ + id=34061, + orbit=0 + }, + [3]={ + id=29328, + orbit=6 + } + }, + group=654, + icon="Art/2DArt/SkillIcons/passives/Meleerange.dds", + isNotable=true, + name="Battle-hardened", + orbit=5, + orbitIndex=51, + skill=56910, + stats={ + [1]="Hits against you have 20% reduced Critical Damage Bonus", + [2]="20% increased Armour and Evasion Rating", + [3]="+5 to Strength and Dexterity" + } + }, + [56914]={ + connections={ + [1]={ + id=50121, + orbit=0 + } + }, + group=1002, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Penetration", + orbit=7, + orbitIndex=5, + skill=56914, + stats={ + [1]="Damage Penetrates 6% Lightning Resistance" + } + }, + [56926]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Defence Mastery", + orbit=2, + orbitIndex=3, + skill=56926, + stats={ + } + }, + [56928]={ + connections={ + [1]={ + id=62350, + orbit=7 + } + }, + group=1050, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Flask Duration", + orbit=3, + orbitIndex=15, + skill=56928, + stats={ + [1]="5% increased Flask Effect Duration", + [2]="2% increased Attack Speed" + } + }, + [56934]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=56934, + stats={ + } + }, + [56935]={ + connections={ + [1]={ + id=57710, + orbit=0 + }, + [2]={ + id=34058, + orbit=0 + } + }, + group=600, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=56935, + stats={ + [1]="+5 to any Attribute" + } + }, + [56956]={ + connections={ + [1]={ + id=15885, + orbit=-4 + }, + [2]={ + id=54632, + orbit=0 + } + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + name="Minion Life and Chaos Resistance", + orbit=2, + orbitIndex=20, + skill=56956, + stats={ + [1]="Minions have 8% increased maximum Life", + [2]="Minions have +7% to Chaos Resistance" + } + }, + [56978]={ + connections={ + [1]={ + id=21274, + orbit=0 + } + }, + group=679, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=56978, + stats={ + [1]="+5 to any Attribute" + } + }, + [56988]={ + connections={ + }, + group=1184, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Electric Blood", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Isolation", + [3]="Guilt" + }, + skill=56988, + stats={ + [1]="+1% to Maximum Lightning Resistance", + [2]="50% reduced effect of Shock on you" + } + }, + [56996]={ + connections={ + [1]={ + id=9568, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Life", + orbit=4, + orbitIndex=3, + skill=56996, + stats={ + [1]="16% increased Totem Life" + } + }, + [56997]={ + connections={ + [1]={ + id=23861, + orbit=-5 + }, + [2]={ + id=56595, + orbit=0 + } + }, + group=347, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + isNotable=true, + name="Heavy Contact", + orbit=4, + orbitIndex=6, + recipe={ + [1]="Ire", + [2]="Envy", + [3]="Despair" + }, + skill=56997, + stats={ + [1]="Hits that Heavy Stun Enemies have Culling Strike" + } + }, + [56999]={ + connections={ + }, + group=808, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Locked On", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Disgust", + [3]="Envy" + }, + skill=56999, + stats={ + [1]="15% increased Critical Hit Chance for Attacks", + [2]="15% increased Accuracy Rating" + } + }, + [57021]={ + connections={ + [1]={ + id=8957, + orbit=0 + }, + [2]={ + id=45343, + orbit=0 + }, + [3]={ + id=14505, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Area", + orbit=3, + orbitIndex=16, + skill=57021, + stats={ + [1]="Minions have 8% increased Area of Effect" + } + }, + [57039]={ + connections={ + [1]={ + id=44605, + orbit=6 + } + }, + group=617, + icon="Art/2DArt/SkillIcons/passives/GreenAttackSmallPassive.dds", + name="Cooldown Recovery Rate", + orbit=3, + orbitIndex=4, + skill=57039, + stats={ + [1]="5% increased Cooldown Recovery Rate" + } + }, + [57047]={ + connections={ + [1]={ + id=45278, + orbit=0 + }, + [2]={ + id=4492, + orbit=0 + } + }, + group=647, + icon="Art/2DArt/SkillIcons/passives/Ascendants/SkillPoint.dds", + isNotable=true, + name="Polymathy", + orbit=5, + orbitIndex=48, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Paranoia" + }, + skill=57047, + stats={ + [1]="7% increased Attributes" + } + }, + [57069]={ + connections={ + [1]={ + id=52257, + orbit=0 + } + }, + group=1225, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Damage and Resistance", + orbit=0, + orbitIndex=0, + skill=57069, + stats={ + [1]="5% increased Lightning Damage", + [2]="+3% to Lightning Resistance" + } + }, + [57088]={ + connections={ + [1]={ + id=54557, + orbit=-5 + } + }, + group=1068, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=2, + orbitIndex=20, + skill=57088, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [57097]={ + connections={ + [1]={ + id=19658, + orbit=0 + }, + [2]={ + id=13694, + orbit=7 + } + }, + group=323, + icon="Art/2DArt/SkillIcons/passives/clustersLinknode2.dds", + isNotable=true, + name="Spirit Bonds", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Greed", + [2]="Ire", + [3]="Suffering" + }, + skill=57097, + stats={ + [1]="Link Skills can target Damageable Minions" + } + }, + [57110]={ + connections={ + [1]={ + id=62159, + orbit=-2 + }, + [2]={ + id=46561, + orbit=0 + } + }, + group=783, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Infused Flesh", + orbit=7, + orbitIndex=5, + recipe={ + [1]="Greed", + [2]="Envy", + [3]="Envy" + }, + skill=57110, + stats={ + [1]="+20 to maximum Life", + [2]="8% of Damage taken Recouped as Life" + } + }, + [57141]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1315, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoction.dds", + isMultipleChoice=true, + isNotable=true, + name="Brew Concoction", + orbit=0, + orbitIndex=0, + skill=57141, + stats={ + } + }, + [57178]={ + connections={ + [1]={ + id=21245, + orbit=0 + }, + [2]={ + id=5284, + orbit=0 + } + }, + group=410, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Spell Critical Chance and Critical Ailment Effect", + orbit=0, + orbitIndex=0, + skill=57178, + stats={ + [1]="10% increased Critical Hit Chance for Spells", + [2]="15% increased Magnitude of Damaging Ailments you inflict with Critical Hits" + } + }, + [57181]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=52448, + orbit=-7 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerNode.dds", + name="Critical Chance", + orbit=8, + orbitIndex=24, + skill=57181, + stats={ + [1]="12% increased Critical Hit Chance" + } + }, + [57190]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=27859, + orbit=0 + } + }, + group=710, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + isNotable=true, + name="Doomsayer", + orbit=1, + orbitIndex=6, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Disgust" + }, + skill=57190, + stats={ + [1]="Herald Skills have 25% increased Area of Effect", + [2]="Herald Skills deal 30% increased Damage" + } + }, + [57196]={ + connections={ + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=3, + orbitIndex=14, + skill=57196, + stats={ + [1]="3% increased Attack Speed" + } + }, + [57204]={ + connections={ + [1]={ + id=47833, + orbit=0 + } + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Critical Exploit", + orbit=2, + orbitIndex=13, + recipe={ + [1]="Envy", + [2]="Paranoia", + [3]="Ire" + }, + skill=57204, + stats={ + [1]="25% increased Critical Hit Chance" + } + }, + [57227]={ + connections={ + [1]={ + id=23259, + orbit=-5 + } + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Chance", + orbit=2, + orbitIndex=5, + skill=57227, + stats={ + [1]="10% increased Critical Hit Chance for Attacks" + } + }, + [57230]={ + connections={ + [1]={ + id=25851, + orbit=-4 + }, + [2]={ + id=36270, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=6, + orbitIndex=6, + skill=57230, + stats={ + [1]="10% increased Physical Damage" + } + }, + [57253]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1327, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderShockImmunity.dds", + isMultipleChoiceOption=true, + name="Grounding Stick", + orbit=0, + orbitIndex=0, + skill=57253, + stats={ + [1]="Immune to Shock" + } + }, + [57286]={ + connections={ + [1]={ + id=47469, + orbit=0 + } + }, + group=546, + icon="Art/2DArt/SkillIcons/passives/ArchonFireNotable.dds", + isNotable=true, + name="Embodiment of Flame", + orbit=2, + orbitIndex=19, + recipe={ + [1]="Isolation", + [2]="Ire", + [3]="Paranoia" + }, + skill=57286, + stats={ + [1]="Immune to Ignite while affected by Flame Archon" + } + }, + [57320]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern", + connections={ + }, + group=552, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Armour and Evasion Mastery", + orbit=0, + orbitIndex=0, + skill=57320, + stats={ + } + }, + [57373]={ + connections={ + [1]={ + id=44733, + orbit=4 + } + }, + group=442, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability Magnitude", + orbit=0, + orbitIndex=0, + skill=57373, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [57379]={ + connections={ + [1]={ + id=39190, + orbit=0 + }, + [2]={ + id=49111, + orbit=0 + } + }, + group=58, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="In Your Face", + orbit=3, + orbitIndex=15, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Envy" + }, + skill=57379, + stats={ + [1]="40% increased Melee Damage with Hits at Close Range" + } + }, + [57388]={ + connections={ + [1]={ + id=9698, + orbit=0 + } + }, + group=157, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Overwhelming Strike", + orbit=3, + orbitIndex=22, + recipe={ + [1]="Despair", + [2]="Envy", + [3]="Disgust" + }, + skill=57388, + stats={ + [1]="20% increased Critical Hit Chance for Attacks", + [2]="20% increased Critical Damage Bonus for Attack Damage", + [3]="20% more Stun Buildup with Critical Hits" + } + }, + [57405]={ + connections={ + [1]={ + id=64807, + orbit=0 + } + }, + group=169, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=2, + orbitIndex=2, + skill=57405, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [57462]={ + connections={ + [1]={ + id=12078, + orbit=-6 + } + }, + group=1143, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Speed", + orbit=3, + orbitIndex=17, + skill=57462, + stats={ + [1]="8% increased Projectile Speed" + } + }, + [57471]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryShieldPattern", + connections={ + [1]={ + id=42578, + orbit=-4 + } + }, + group=111, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + isNotable=true, + name="Hunker Down", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Despair", + [2]="Despair", + [3]="Paranoia" + }, + skill=57471, + stats={ + [1]="Recover 20 Life when you Block", + [2]="+2% to maximum Block chance", + [3]="80% less Knockback Distance for Blocked Hits" + } + }, + [57513]={ + connections={ + }, + group=875, + icon="Art/2DArt/SkillIcons/passives/KeystoneEldritchBattery.dds", + isKeystone=true, + name="Eldritch Battery", + orbit=0, + orbitIndex=0, + skill=57513, + stats={ + [1]="Converts all Energy Shield to Mana", + [2]="Doubles Mana Costs" + } + }, + [57517]={ + connections={ + [1]={ + id=28268, + orbit=0 + } + }, + group=860, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=0, + orbitIndex=0, + skill=57517, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision" + } + }, + [57518]={ + connections={ + [1]={ + id=31366, + orbit=4 + } + }, + group=1160, + icon="Art/2DArt/SkillIcons/passives/BucklerNode1.dds", + name="Parry Damage", + orbit=2, + orbitIndex=23, + skill=57518, + stats={ + [1]="20% increased Parry Damage" + } + }, + [57552]={ + connections={ + [1]={ + id=24871, + orbit=0 + }, + [2]={ + id=46696, + orbit=0 + } + }, + group=311, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=4, + orbitIndex=0, + skill=57552, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [57555]={ + connections={ + [1]={ + id=37608, + orbit=0 + } + }, + group=539, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Impale Chance", + orbit=7, + orbitIndex=15, + skill=57555, + stats={ + [1]="15% chance to Impale on Spell Hit" + } + }, + [57571]={ + connections={ + [1]={ + id=37905, + orbit=-3 + } + }, + group=1238, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Flammability Magnitude", + orbit=2, + orbitIndex=6, + skill=57571, + stats={ + [1]="15% increased Flammability Magnitude" + } + }, + [57608]={ + connections={ + [1]={ + id=37509, + orbit=0 + } + }, + group=127, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=0, + orbitIndex=0, + skill=57608, + stats={ + [1]="10% increased Attack Damage" + } + }, + [57616]={ + connections={ + [1]={ + id=56388, + orbit=0 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Duration", + orbit=4, + orbitIndex=3, + skill=57616, + stats={ + [1]="Banner Skills have 20% increased Duration" + } + }, + [57626]={ + connections={ + [1]={ + id=36782, + orbit=0 + } + }, + group=671, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold and Fire Damage", + orbit=7, + orbitIndex=16, + skill=57626, + stats={ + [1]="10% increased Fire Damage", + [2]="10% increased Cold Damage" + } + }, + [57683]={ + connections={ + [1]={ + id=35031, + orbit=2 + } + }, + group=1279, + icon="Art/2DArt/SkillIcons/passives/MonkHealthChakra.dds", + name="Life Recoup", + orbit=2, + orbitIndex=11, + skill=57683, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [57703]={ + connections={ + [1]={ + id=54811, + orbit=0 + }, + [2]={ + id=54485, + orbit=0 + }, + [3]={ + id=38130, + orbit=0 + }, + [4]={ + id=19674, + orbit=0 + } + }, + group=264, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=57703, + stats={ + [1]="+5 to any Attribute" + } + }, + [57710]={ + connections={ + [1]={ + id=39037, + orbit=0 + }, + [2]={ + id=40783, + orbit=0 + }, + [3]={ + id=53975, + orbit=0 + } + }, + group=629, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=0, + skill=57710, + stats={ + [1]="+5 to any Attribute" + } + }, + [57724]={ + connections={ + [1]={ + id=54883, + orbit=-7 + } + }, + group=1084, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=7, + orbitIndex=20, + skill=57724, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [57774]={ + connections={ + [1]={ + id=49657, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Speed", + orbit=3, + orbitIndex=21, + skill=57774, + stats={ + [1]="3% increased Attack Speed while Dual Wielding" + } + }, + [57775]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryReservationPattern", + connections={ + }, + group=333, + icon="Art/2DArt/SkillIcons/passives/AltMasteryAuras.dds", + isOnlyImage=true, + name="Aura Mastery", + orbit=0, + orbitIndex=0, + skill=57775, + stats={ + } + }, + [57776]={ + connections={ + [1]={ + id=33914, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield and Mana Regeneration", + orbit=3, + orbitIndex=5, + skill=57776, + stats={ + [1]="10% increased maximum Energy Shield", + [2]="6% increased Mana Regeneration Rate" + } + }, + [57785]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + [1]={ + id=31112, + orbit=0 + }, + [2]={ + id=56897, + orbit=0 + } + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + isNotable=true, + name="Trained Turrets", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Greed", + [2]="Despair", + [3]="Ire" + }, + skill=57785, + stats={ + [1]="25% increased Ballista Critical Damage Bonus", + [2]="20% increased Ballista Critical Hit Chance" + } + }, + [57791]={ + connections={ + [1]={ + id=52229, + orbit=0 + } + }, + group=521, + icon="Art/2DArt/SkillIcons/passives/AuraNotable.dds", + name="Spell Damage and Cast Speed", + orbit=2, + orbitIndex=16, + skill=57791, + stats={ + [1]="6% increased Spell Damage", + [2]="2% increased Cast Speed" + } + }, + [57805]={ + connections={ + [1]={ + id=43444, + orbit=4 + } + }, + group=643, + icon="Art/2DArt/SkillIcons/passives/knockback.dds", + isNotable=true, + name="Clear Space", + orbit=4, + orbitIndex=18, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Guilt" + }, + skill=57805, + stats={ + [1]="20% increased Knockback Distance", + [2]="20% chance to Knock Enemies Back with Hits at Close Range" + } + }, + [57810]={ + connections={ + [1]={ + id=40073, + orbit=0 + } + }, + group=784, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Shock Chance", + orbit=0, + orbitIndex=0, + skill=57810, + stats={ + [1]="15% increased chance to Shock" + } + }, + [57816]={ + connections={ + [1]={ + id=364, + orbit=0 + } + }, + group=610, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + name="Dexterity", + orbit=1, + orbitIndex=8, + skill=57816, + stats={ + [1]="+8 to Dexterity" + } + }, + [57819]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=399, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingBuffSkillsReserveLessSpirit.dds", + isNotable=true, + name="Integrated Efficiency", + orbit=0, + orbitIndex=0, + skill=57819, + stats={ + [1]="Skills gain 20% increased Critical Hit Chance per socketed blue Support Gem", + [2]="Skills gain 20% increased Damage per socketed red Support Gem", + [3]="Skills gain 6% increased Skill Speed per socketed green Support Gem" + } + }, + [57821]={ + connections={ + [1]={ + id=31765, + orbit=0 + }, + [2]={ + id=26034, + orbit=0 + } + }, + group=1135, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=12, + skill=57821, + stats={ + [1]="+5 to any Attribute" + } + }, + [57832]={ + connections={ + [1]={ + id=46300, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Ignite Magnitude", + orbit=2, + orbitIndex=9, + skill=57832, + stats={ + [1]="10% increased Ignite Magnitude" + } + }, + [57846]={ + connections={ + [1]={ + id=63451, + orbit=0 + }, + [2]={ + id=38876, + orbit=6 + } + }, + group=322, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=6, + orbitIndex=12, + skill=57846, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [57863]={ + connections={ + [1]={ + id=26356, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Detonator Area", + orbit=7, + orbitIndex=5, + skill=57863, + stats={ + [1]="Detonator skills have 8% increased Area of Effect" + } + }, + [57880]={ + connections={ + [1]={ + id=27082, + orbit=0 + }, + [2]={ + id=6269, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + name="Axe Damage", + orbit=3, + orbitIndex=3, + skill=57880, + stats={ + [1]="12% increased Damage with Axes" + } + }, + [57933]={ + connections={ + [1]={ + id=16150, + orbit=0 + } + }, + group=1287, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Damage and Companion Damage", + orbit=0, + orbitIndex=0, + skill=57933, + stats={ + [1]="Companions deal 12% increased Damage", + [2]="10% increased Damage while your Companion is in your Presence" + } + }, + [57945]={ + connections={ + [1]={ + id=7412, + orbit=0 + } + }, + group=1064, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flask Charge Generation", + orbit=7, + orbitIndex=12, + skill=57945, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [57959]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=63401, + orbit=0 + } + }, + group=4, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaFireResistAppliesToColdLightning.dds", + isNotable=true, + name="Coal Stoker", + orbit=0, + orbitIndex=0, + skill=57959, + stats={ + [1]="Modifiers to Fire Resistance also grant Cold and Lightning Resistance at 50% of their value" + } + }, + [57966]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=869, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=57966, + stats={ + } + }, + [57967]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryManaPattern", + connections={ + }, + group=482, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Sturdy Mind", + orbit=0, + orbitIndex=0, + skill=57967, + stats={ + [1]="+30 to maximum Mana", + [2]="14% increased Mana Regeneration Rate" + } + }, + [57970]={ + connections={ + [1]={ + id=55995, + orbit=0 + }, + [2]={ + id=21537, + orbit=0 + } + }, + group=1280, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Frenzy Charge Duration", + orbit=2, + orbitIndex=10, + skill=57970, + stats={ + [1]="20% increased Frenzy Charge Duration" + } + }, + [58002]={ + connections={ + [1]={ + id=45086, + orbit=0 + }, + [2]={ + id=55668, + orbit=0 + } + }, + group=809, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Physical Damage", + orbit=3, + orbitIndex=3, + skill=58002, + stats={ + [1]="10% increased Physical Damage" + } + }, + [58013]={ + connections={ + [1]={ + id=4844, + orbit=0 + } + }, + group=793, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=7, + orbitIndex=4, + skill=58013, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [58016]={ + connections={ + [1]={ + id=49537, + orbit=7 + }, + [2]={ + id=42205, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="All Natural", + orbit=4, + orbitIndex=42, + recipe={ + [1]="Fear", + [2]="Fear", + [3]="Greed" + }, + skill=58016, + stats={ + [1]="+5% to all Elemental Resistances", + [2]="30% increased Elemental Damage" + } + }, + [58022]={ + connections={ + [1]={ + id=5186, + orbit=3 + }, + [2]={ + id=26762, + orbit=-7 + } + }, + group=1131, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=58022, + stats={ + [1]="11% increased Chaos Damage" + } + }, + [58038]={ + connections={ + [1]={ + id=31566, + orbit=0 + } + }, + group=603, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + name="Attack Damage while Surrounded", + orbit=3, + orbitIndex=3, + skill=58038, + stats={ + [1]="25% increased Attack Damage while Surrounded" + } + }, + [58088]={ + connections={ + [1]={ + id=16620, + orbit=5 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Block and Movement Penalty with Raised Shield", + orbit=4, + orbitIndex=36, + skill=58088, + stats={ + [1]="4% increased Block chance", + [2]="10% reduced Movement Speed Penalty while Actively Blocking" + } + }, + [58090]={ + connections={ + [1]={ + id=48774, + orbit=7 + } + }, + group=675, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=18, + skill=58090, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [58096]={ + connections={ + [1]={ + id=17411, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isNotable=true, + name="Lasting Incantations", + orbit=3, + orbitIndex=1, + recipe={ + [1]="Isolation", + [2]="Greed", + [3]="Disgust" + }, + skill=58096, + stats={ + [1]="20% increased Spell Damage", + [2]="20% increased Skill Effect Duration" + } + }, + [58109]={ + connections={ + [1]={ + id=14340, + orbit=0 + } + }, + group=692, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=58109, + stats={ + [1]="+5 to any Attribute" + } + }, + [58115]={ + connections={ + [1]={ + id=52241, + orbit=2 + }, + [2]={ + id=11672, + orbit=0 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana on Kill", + orbit=2, + orbitIndex=12, + skill=58115, + stats={ + [1]="Recover 1% of maximum Mana on Kill" + } + }, + [58117]={ + connections={ + [1]={ + id=41186, + orbit=0 + }, + [2]={ + id=13839, + orbit=0 + }, + [3]={ + id=56996, + orbit=0 + }, + [4]={ + id=53719, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=5, + orbitIndex=3, + skill=58117, + stats={ + [1]="15% increased Totem Damage" + } + }, + [58125]={ + connections={ + [1]={ + id=10681, + orbit=5 + } + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Shield Defences", + orbit=4, + orbitIndex=60, + skill=58125, + stats={ + [1]="25% increased Defences from Equipped Shield" + } + }, + [58138]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEnergyShieldPattern", + connections={ + }, + group=74, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEnergyShield.dds", + isOnlyImage=true, + name="Armour and Energy Shield Mastery", + orbit=1, + orbitIndex=6, + skill=58138, + stats={ + } + }, + [58149]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=62804, + orbit=8 + } + }, + group=1365, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Life Recovery Rate", + orbit=0, + orbitIndex=0, + skill=58149, + stats={ + [1]="10% increased Life Recovery rate" + } + }, + [58157]={ + connections={ + [1]={ + id=61149, + orbit=0 + } + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + name="Stun Recovery", + orbit=7, + orbitIndex=17, + skill=58157, + stats={ + [1]="20% increased Stun Recovery" + } + }, + [58170]={ + connections={ + [1]={ + id=61067, + orbit=0 + } + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isSwitchable=true, + name="Spell Damage", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + id=13639, + name="Area of Effect", + stats={ + [1]="8% increased Area of Effect" + } + } + }, + orbit=2, + orbitIndex=1, + skill=58170, + stats={ + [1]="10% increased Spell Damage" + } + }, + [58182]={ + connections={ + [1]={ + id=49220, + orbit=-5 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/HiredKiller2.dds", + name="Life on Kill", + orbit=3, + orbitIndex=22, + skill=58182, + stats={ + [1]="Gain 3 Life per Enemy Killed" + } + }, + [58183]={ + connections={ + [1]={ + id=60241, + orbit=0 + }, + [2]={ + id=21245, + orbit=0 + }, + [3]={ + id=32278, + orbit=0 + } + }, + group=398, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + isNotable=true, + name="Blood Tearing", + orbit=2, + orbitIndex=11, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Greed" + }, + skill=58183, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict", + [2]="25% increased Physical Damage" + } + }, + [58215]={ + connections={ + [1]={ + id=292, + orbit=0 + } + }, + group=361, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + isNotable=true, + name="Sanguimantic Rituals", + orbit=4, + orbitIndex=8, + recipe={ + [1]="Paranoia", + [2]="Suffering", + [3]="Isolation" + }, + skill=58215, + stats={ + [1]="Regenerate 1% of maximum Life per second", + [2]="Arcane Surge grants more Life Regeneration Rate instead of Mana Regeneration Rate" + } + }, + [58295]={ + connections={ + }, + group=191, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=2, + orbitIndex=4, + skill=58295, + stats={ + [1]="+5 to any Attribute" + } + }, + [58312]={ + connections={ + [1]={ + id=49497, + orbit=0 + } + }, + group=965, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Culling Strike Threshold", + orbit=7, + orbitIndex=10, + skill=58312, + stats={ + [1]="5% increased Culling Strike Threshold" + } + }, + [58329]={ + connections={ + [1]={ + id=56360, + orbit=0 + }, + [2]={ + id=61196, + orbit=0 + }, + [3]={ + id=56638, + orbit=0 + } + }, + group=787, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=18, + skill=58329, + stats={ + [1]="+5 to any Attribute" + } + }, + [58362]={ + connections={ + [1]={ + id=51335, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagenode.dds", + isSwitchable=true, + name="Elemental Ailment Chance", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + id=15545, + name="Physical Damage", + stats={ + [1]="10% increased Physical Damage" + } + } + }, + orbit=4, + orbitIndex=69, + skill=58362, + stats={ + [1]="10% increased Flammability Magnitude", + [2]="10% increased Freeze Buildup", + [3]="10% increased chance to Shock" + } + }, + [58363]={ + connections={ + [1]={ + id=55938, + orbit=2 + } + }, + group=932, + icon="Art/2DArt/SkillIcons/passives/ArchonGeneric.dds", + name="Archon Effect", + orbit=7, + orbitIndex=6, + skill=58363, + stats={ + [1]="10% increased effect of Archon Buffs on you" + } + }, + [58379]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=57141, + orbit=0 + } + }, + group=1318, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderBrewConcoctionPoison.dds", + isMultipleChoiceOption=true, + name="Acidic Concoction", + orbit=0, + orbitIndex=0, + skill=58379, + stats={ + [1]="Grants Skill: Acidic Concoction" + } + }, + [58387]={ + connections={ + [1]={ + id=52454, + orbit=4 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=4, + orbitIndex=6, + skill=58387, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [58388]={ + connections={ + [1]={ + id=13157, + orbit=0 + }, + [2]={ + id=17702, + orbit=0 + } + }, + group=975, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=3, + orbitIndex=23, + skill=58388, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [58397]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttributesPattern", + connections={ + [1]={ + id=19338, + orbit=0 + }, + [2]={ + id=31647, + orbit=0 + }, + [3]={ + id=2334, + orbit=0 + } + }, + group=1192, + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + isNotable=true, + name="Proficiency", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Paranoia" + }, + skill=58397, + stats={ + [1]="+25 to Dexterity" + } + }, + [58416]={ + connections={ + }, + group=1129, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Projectile Speed", + orbit=2, + orbitIndex=11, + skill=58416, + stats={ + [1]="10% increased Projectile Speed" + } + }, + [58426]={ + connections={ + [1]={ + id=34401, + orbit=0 + } + }, + group=1202, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Pocket Sand", + orbit=2, + orbitIndex=21, + recipe={ + [1]="Paranoia", + [2]="Guilt", + [3]="Paranoia" + }, + skill=58426, + stats={ + [1]="50% increased Blind Effect" + } + }, + [58513]={ + connections={ + [1]={ + id=14418, + orbit=2147483647 + }, + [2]={ + id=11774, + orbit=0 + } + }, + group=1110, + icon="Art/2DArt/SkillIcons/passives/AzmeriSacredRabbit.dds", + name="Evasion and Movement Speed", + orbit=3, + orbitIndex=9, + skill=58513, + stats={ + [1]="1% increased Movement Speed", + [2]="8% increased Evasion Rating" + } + }, + [58526]={ + connections={ + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=15, + skill=58526, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [58528]={ + connections={ + [1]={ + id=5710, + orbit=6 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=3, + orbitIndex=2, + skill=58528, + stats={ + [1]="10% increased Melee Damage" + } + }, + [58574]={ + ascendancyName="Ritualist", + connections={ + }, + group=1361, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Reduced Mana", + orbit=0, + orbitIndex=0, + skill=58574, + stats={ + [1]="30% reduced maximum Mana" + } + }, + [58591]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=439, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingInherentBonusesFromAttributesDouble.dds", + isNotable=true, + name="Enhanced Effectiveness", + orbit=0, + orbitIndex=0, + skill=58591, + stats={ + [1]="20% less Attributes", + [2]="Inherent bonuses gained from Attributes are doubled" + } + }, + [58644]={ + connections={ + [1]={ + id=42714, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=7, + orbitIndex=21, + skill=58644, + stats={ + [1]="15% increased Magnitude of Bleeding you inflict against Enemies affected by Incision" + } + }, + [58651]={ + connections={ + [1]={ + id=55194, + orbit=0 + }, + [2]={ + id=49357, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=4, + orbitIndex=71, + skill=58651, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [58704]={ + ascendancyName="Warbringer", + connections={ + [1]={ + id=49380, + orbit=0 + } + }, + group=17, + icon="Art/2DArt/SkillIcons/passives/Warbringer/WarbringerBreakEnemyArmour.dds", + isNotable=true, + name="Anvil's Weight", + orbit=0, + orbitIndex=0, + skill=58704, + stats={ + [1]="Break Armour equal to 10% of Hit Damage dealt" + } + }, + [58714]={ + connections={ + [1]={ + id=39431, + orbit=0 + } + }, + group=587, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Grenadier", + orbit=4, + orbitIndex=60, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Isolation" + }, + skill=58714, + stats={ + [1]="Grenade Skills have +1 Cooldown Use" + } + }, + [58718]={ + connections={ + [1]={ + id=35015, + orbit=0 + } + }, + group=553, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Damage", + orbit=0, + orbitIndex=0, + skill=58718, + stats={ + [1]="10% increased Magnitude of Bleeding you inflict" + } + }, + [58747]={ + ascendancyName="Chronomancer", + connections={ + }, + group=271, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistGrantsTimeStopSkill.dds", + isNotable=true, + name="Ultimate Command", + orbit=0, + orbitIndex=0, + skill=58747, + stats={ + [1]="Grants Skill: Time Freeze" + } + }, + [58751]={ + ascendancyName="Lich", + connections={ + [1]={ + id=17788, + orbit=0 + } + }, + group=999, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Energy Shield", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=35941, + name="Energy Shield", + stats={ + [1]="20% increased maximum Energy Shield" + } + } + }, + orbit=8, + orbitIndex=0, + skill=58751, + stats={ + [1]="20% increased maximum Energy Shield" + } + }, + [58779]={ + connections={ + [1]={ + id=51040, + orbit=0 + }, + [2]={ + id=327, + orbit=0 + }, + [3]={ + id=23822, + orbit=0 + }, + [4]={ + id=47976, + orbit=0 + } + }, + group=1115, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=6, + skill=58779, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [58783]={ + connections={ + [1]={ + id=26520, + orbit=0 + } + }, + group=736, + icon="Art/2DArt/SkillIcons/passives/lifeleech.dds", + name="Life Leech. Armour and Evasion while Leeching", + orbit=2, + orbitIndex=19, + skill=58783, + stats={ + [1]="8% increased amount of Life Leeched", + [2]="8% increased Armour and Evasion Rating while Leeching" + } + }, + [58789]={ + connections={ + [1]={ + id=13307, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun and Ailment Threshold from Energy Shield", + orbit=4, + orbitIndex=20, + skill=58789, + stats={ + [1]="Gain additional Ailment Threshold equal to 8% of maximum Energy Shield", + [2]="Gain additional Stun Threshold equal to 8% of maximum Energy Shield" + } + }, + [58814]={ + connections={ + [1]={ + id=55802, + orbit=0 + }, + [2]={ + id=244, + orbit=0 + }, + [3]={ + id=12465, + orbit=0 + }, + [4]={ + id=26830, + orbit=0 + } + }, + group=805, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=58814, + stats={ + [1]="+5 to any Attribute" + } + }, + [58817]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=477, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + isNotable=true, + name="Artillery Strike", + orbit=4, + orbitIndex=15, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Fear" + }, + skill=58817, + stats={ + [1]="Attack Skills have +1 to maximum number of Summoned Ballista Totems", + [2]="15% increased Area of Effect while you have a Totem" + } + }, + [58838]={ + connections={ + [1]={ + id=26725, + orbit=6 + } + }, + group=235, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=5, + orbitIndex=60, + skill=58838, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [58848]={ + connections={ + [1]={ + id=22962, + orbit=2147483647 + }, + [2]={ + id=10576, + orbit=0 + } + }, + group=1118, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=7, + orbitIndex=10, + skill=58848, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [58855]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=170, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour Mastery", + orbit=0, + orbitIndex=0, + skill=58855, + stats={ + } + }, + [58884]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTwoHandsPattern", + connections={ + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupTwoHands.dds", + isOnlyImage=true, + name="Two Hand Mastery", + orbit=0, + orbitIndex=0, + skill=58884, + stats={ + } + }, + [58930]={ + connections={ + [1]={ + id=14934, + orbit=7 + } + }, + group=500, + icon="Art/2DArt/SkillIcons/passives/castspeed.dds", + name="Cast Speed", + orbit=7, + orbitIndex=9, + skill=58930, + stats={ + [1]="3% increased Cast Speed" + } + }, + [58932]={ + ascendancyName="Lich", + connections={ + }, + group=949, + icon="Art/2DArt/SkillIcons/passives/Lich/LichSpellCostESandMoreDMG.dds", + isNotable=true, + isSwitchable=true, + name="Eldritch Empowerment", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich" + } + }, + orbit=0, + orbitIndex=0, + skill=58932, + stats={ + [1]="Spells deal 30% more Damage when Sacrificing Energy Shield", + [2]="Sacrificing Energy Shield does not interrupt Recharge", + [3]="Sacrifice 5% of maximum Energy Shield when you Cast a Spell" + } + }, + [58939]={ + connections={ + [1]={ + id=44608, + orbit=0 + } + }, + group=747, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="Dispatch Foes", + orbit=2, + orbitIndex=8, + recipe={ + [1]="Envy", + [2]="Envy", + [3]="Paranoia" + }, + skill=58939, + stats={ + [1]="80% increased Critical Hit Chance if you haven't dealt a Critical Hit Recently" + } + }, + [58971]={ + connections={ + [1]={ + id=12998, + orbit=-6 + }, + [2]={ + id=38678, + orbit=-7 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + name="Ailment Threshold", + orbit=2, + orbitIndex=11, + skill=58971, + stats={ + [1]="15% increased Elemental Ailment Threshold" + } + }, + [59006]={ + connections={ + [1]={ + id=37956, + orbit=7 + } + }, + group=376, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Reduced Duration", + orbit=0, + orbitIndex=0, + skill=59006, + stats={ + [1]="8% reduced Skill Effect Duration" + } + }, + [59028]={ + connections={ + [1]={ + id=41210, + orbit=0 + } + }, + group=652, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=4, + orbitIndex=16, + skill=59028, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [59053]={ + connections={ + [1]={ + id=54805, + orbit=-7 + } + }, + group=907, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect and Hinder Duration", + orbit=3, + orbitIndex=8, + skill=59053, + stats={ + [1]="Debuffs you inflict have 4% increased Slow Magnitude", + [2]="20% increased Hinder Duration" + } + }, + [59061]={ + connections={ + [1]={ + id=28267, + orbit=0 + } + }, + group=230, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=0, + orbitIndex=0, + skill=59061, + stats={ + [1]="20% increased Critical Damage Bonus if you haven't dealt a Critical Hit Recently" + } + }, + [59064]={ + connections={ + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + name="Mark Effect", + orbit=3, + orbitIndex=21, + skill=59064, + stats={ + [1]="10% increased Effect of your Mark Skills" + } + }, + [59070]={ + connections={ + }, + group=432, + icon="Art/2DArt/SkillIcons/passives/ArchonGenericNotable.dds", + isNotable=true, + name="Enduring Archon", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Paranoia" + }, + skill=59070, + stats={ + [1]="30% increased Archon Buff duration" + } + }, + [59093]={ + connections={ + [1]={ + id=14110, + orbit=0 + }, + [2]={ + id=5088, + orbit=0 + }, + [3]={ + id=53444, + orbit=0 + } + }, + group=206, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59093, + stats={ + [1]="+5 to any Attribute" + } + }, + [59180]={ + connections={ + [1]={ + id=50023, + orbit=2147483647 + } + }, + group=403, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + name="Attack Damage", + orbit=7, + orbitIndex=15, + skill=59180, + stats={ + [1]="10% increased Attack Damage" + } + }, + [59208]={ + connections={ + [1]={ + id=5681, + orbit=0 + } + }, + group=360, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageOverTimeNode.dds", + isNotable=true, + name="Frantic Fighter", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Suffering" + }, + skill=59208, + stats={ + [1]="30% reduced Accuracy Rating while Surrounded", + [2]="100% increased Attack Damage while Surrounded" + } + }, + [59213]={ + connections={ + [1]={ + id=48240, + orbit=3 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Recovery", + orbit=2, + orbitIndex=15, + skill=59213, + stats={ + [1]="20% increased Stun Recovery" + } + }, + [59214]={ + connections={ + [1]={ + id=26268, + orbit=0 + }, + [2]={ + id=6570, + orbit=0 + } + }, + group=1085, + icon="Art/2DArt/SkillIcons/passives/CurseEffectNode.dds", + isNotable=true, + name="Fated End", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Despair" + }, + skill=59214, + stats={ + [1]="30% increased Curse Duration", + [2]="Enemies Cursed by you have 50% reduced Life Regeneration Rate", + [3]="Enemies you Curse cannot Recharge Energy Shield" + } + }, + [59256]={ + connections={ + [1]={ + id=8531, + orbit=0 + } + }, + group=441, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=7, + skill=59256, + stats={ + [1]="20% increased Critical Hit Chance if you have Killed Recently" + } + }, + [59263]={ + connections={ + [1]={ + id=37963, + orbit=0 + } + }, + group=443, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + isNotable=true, + name="Ripping Blade", + orbit=4, + orbitIndex=33, + skill=59263, + stats={ + [1]="25% increased Damage with Swords" + } + }, + [59289]={ + connections={ + [1]={ + id=22532, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Immobilisation Buildup", + orbit=2, + orbitIndex=21, + skill=59289, + stats={ + [1]="15% increased Immobilisation buildup" + } + }, + [59303]={ + connections={ + [1]={ + id=25029, + orbit=0 + } + }, + group=1097, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Lucky Rabbit Foot", + orbit=4, + orbitIndex=3, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Ire" + }, + skill=59303, + stats={ + [1]="30% increased Damage while you have an active Charm", + [2]="6% increased Movement Speed while you have an active Charm" + } + }, + [59342]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=23416, + orbit=9 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Life Leech", + orbit=6, + orbitIndex=68, + skill=59342, + stats={ + [1]="12% increased amount of Life Leeched" + } + }, + [59355]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=994, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=59355, + stats={ + } + }, + [59356]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFlaskPattern", + connections={ + }, + group=1064, + icon="Art/2DArt/SkillIcons/passives/MasteryFlasks.dds", + isOnlyImage=true, + name="Flask Mastery", + orbit=0, + orbitIndex=0, + skill=59356, + stats={ + } + }, + [59362]={ + connections={ + [1]={ + id=41669, + orbit=0 + }, + [2]={ + id=62677, + orbit=0 + }, + [3]={ + id=50720, + orbit=0 + } + }, + group=624, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59362, + stats={ + [1]="+5 to any Attribute" + } + }, + [59367]={ + connections={ + [1]={ + id=10774, + orbit=0 + } + }, + group=343, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=2, + orbitIndex=6, + skill=59367, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [59368]={ + connections={ + [1]={ + id=61215, + orbit=4 + }, + [2]={ + id=48116, + orbit=0 + } + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=2, + skill=59368, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [59372]={ + ascendancyName="Titan", + connections={ + [1]={ + id=56842, + orbit=-5 + } + }, + group=51, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanYourHitsCrushEnemies.dds", + isNotable=true, + name="Crushing Impacts", + orbit=0, + orbitIndex=0, + skill=59372, + stats={ + [1]="Your Hits are Crushing Blows" + } + }, + [59376]={ + connections={ + }, + group=508, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=3, + skill=59376, + stats={ + [1]="+5 to any Attribute" + } + }, + [59390]={ + connections={ + [1]={ + id=11472, + orbit=0 + } + }, + group=1024, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + name="Evasion if Consumed Frenzy Charge", + orbit=2, + orbitIndex=16, + skill=59390, + stats={ + [1]="20% increased Evasion Rating if you've consumed a Frenzy Charge Recently" + } + }, + [59425]={ + connections={ + [1]={ + id=23939, + orbit=0 + } + }, + group=481, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=7, + orbitIndex=16, + skill=59425, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [59446]={ + connections={ + [1]={ + id=4544, + orbit=0 + } + }, + group=992, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds", + name="Life Flask Charges", + orbit=2, + orbitIndex=5, + skill=59446, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [59466]={ + connections={ + [1]={ + id=37226, + orbit=-7 + } + }, + group=308, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=7, + orbitIndex=0, + skill=59466, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [59480]={ + connections={ + [1]={ + id=3999, + orbit=0 + } + }, + group=540, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Area Damage", + orbit=4, + orbitIndex=69, + skill=59480, + stats={ + [1]="10% increased Attack Area Damage" + } + }, + [59498]={ + connections={ + [1]={ + id=54814, + orbit=0 + } + }, + group=350, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=10, + skill=59498, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [59501]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlindPattern", + connections={ + [1]={ + id=25619, + orbit=0 + }, + [2]={ + id=42354, + orbit=0 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Blind Mastery", + orbit=0, + orbitIndex=0, + skill=59501, + stats={ + } + }, + [59503]={ + connections={ + [1]={ + id=22208, + orbit=0 + } + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Critical Chance", + orbit=7, + orbitIndex=13, + skill=59503, + stats={ + [1]="8% increased Critical Hit Chance for Attacks", + [2]="8% increased Accuracy Rating" + } + }, + [59538]={ + connections={ + [1]={ + id=34912, + orbit=0 + }, + [2]={ + id=47976, + orbit=0 + } + }, + group=1191, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59538, + stats={ + [1]="+5 to any Attribute" + } + }, + [59540]={ + ascendancyName="Titan", + connections={ + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanMoreStunBuildupEnemies.dds", + isNotable=true, + name="Surprising Strength", + orbit=9, + orbitIndex=67, + skill=59540, + stats={ + [1]="50% more Damage against Heavy Stunned Enemies" + } + }, + [59541]={ + connections={ + [1]={ + id=28573, + orbit=7 + }, + [2]={ + id=56926, + orbit=0 + } + }, + group=778, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Necrotised Flesh", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Fear" + }, + skill=59541, + stats={ + [1]="Minions have 40% increased maximum Life", + [2]="Minions have 10% reduced Life Recovery rate" + } + }, + [59542]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=42416, + orbit=0 + } + }, + group=1303, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeDealMoreProjectileDamageFarAway.dds", + isMultipleChoiceOption=true, + name="Far Shot", + orbit=0, + orbitIndex=0, + skill=59542, + stats={ + [1]="Projectiles deal 0% more Hit damage to targets in the first 3.5 metres of their movement, scaling up with distance travelled to reach 20% after 7 metres" + } + }, + [59589]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + [1]={ + id=52659, + orbit=0 + } + }, + group=107, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Heavy Armour", + orbit=3, + orbitIndex=23, + recipe={ + [1]="Despair", + [2]="Fear", + [3]="Greed" + }, + skill=59589, + stats={ + [1]="150% of Strength Requirements from Boots, Gloves and Helmets also added to Armour" + } + }, + [59596]={ + connections={ + [1]={ + id=37641, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Covering Ward", + orbit=3, + orbitIndex=16, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Greed" + }, + skill=59596, + stats={ + [1]="25% increased Energy Shield Recharge Rate", + [2]="Gain 20 Energy Shield when you Block" + } + }, + [59600]={ + connections={ + [1]={ + id=9411, + orbit=0 + } + }, + group=1027, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=7, + orbitIndex=21, + skill=59600, + stats={ + [1]="25% increased Life Recovery from Flasks used when on Low Life" + } + }, + [59603]={ + connections={ + }, + group=783, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=0, + orbitIndex=0, + skill=59603, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [59636]={ + connections={ + [1]={ + id=13769, + orbit=-4 + }, + [2]={ + id=48007, + orbit=0 + } + }, + group=631, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + isNotable=true, + name="Open Mind", + orbit=7, + orbitIndex=12, + skill=59636, + stats={ + [1]="25% increased Mana Regeneration Rate" + } + }, + [59644]={ + connections={ + [1]={ + id=42959, + orbit=-7 + } + }, + group=1100, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=7, + orbitIndex=15, + skill=59644, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [59647]={ + connections={ + [1]={ + id=8791, + orbit=3 + } + }, + group=913, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=7, + orbitIndex=10, + skill=59647, + stats={ + [1]="Companions have 12% increased maximum Life", + [2]="10% increased Defences while your Companion is in your Presence" + } + }, + [59651]={ + connections={ + [1]={ + id=41654, + orbit=2147483647 + }, + [2]={ + id=47821, + orbit=4 + }, + [3]={ + id=25557, + orbit=0 + } + }, + group=925, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Offering Duration", + orbit=2, + orbitIndex=11, + skill=59651, + stats={ + [1]="Offering Skills have 20% increased Duration" + } + }, + [59653]={ + connections={ + [1]={ + id=35987, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Movement Speed", + orbit=7, + orbitIndex=10, + skill=59653, + stats={ + [1]="2% increased Movement Speed" + } + }, + [59694]={ + connections={ + [1]={ + id=52399, + orbit=0 + } + }, + group=1257, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Critical Damage", + orbit=0, + orbitIndex=0, + skill=59694, + stats={ + [1]="18% increased Critical Damage Bonus with Quarterstaves" + } + }, + [59695]={ + connections={ + [1]={ + id=28950, + orbit=4 + } + }, + group=532, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=19, + skill=59695, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [59710]={ + connections={ + [1]={ + id=52618, + orbit=5 + } + }, + group=102, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=7, + orbitIndex=6, + skill=59710, + stats={ + [1]="10% increased Attack Damage" + } + }, + [59720]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=41163, + orbit=0 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + isNotable=true, + name="Beastial Skin", + orbit=5, + orbitIndex=42, + recipe={ + [1]="Greed", + [2]="Disgust", + [3]="Envy" + }, + skill=59720, + stats={ + [1]="100% increased Evasion Rating from Equipped Body Armour" + } + }, + [59759]={ + ascendancyName="Acolyte of Chayula", + connections={ + }, + group=1331, + icon="Art/2DArt/SkillIcons/passives/AcolyteofChayula/AcolyteOfChayulaExtraChaosResistance.dds", + isNotable=true, + name="Chayula's Gift", + orbit=8, + orbitIndex=4, + skill=59759, + stats={ + [1]="+10% to Maximum Chaos Resistance", + [2]="Chaos Resistance is doubled" + } + }, + [59767]={ + connections={ + [1]={ + id=31292, + orbit=0 + }, + [2]={ + id=20645, + orbit=0 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Reverberating Impact", + orbit=3, + orbitIndex=11, + skill=59767, + stats={ + [1]="Break 25% increased Armour", + [2]="12% increased Area of Effect for Attacks" + } + }, + [59775]={ + connections={ + [1]={ + id=20782, + orbit=-4 + } + }, + group=1092, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=0, + orbitIndex=0, + skill=59775, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [59777]={ + connections={ + [1]={ + id=10362, + orbit=0 + }, + [2]={ + id=17791, + orbit=0 + }, + [3]={ + id=13937, + orbit=0 + }, + [4]={ + id=53719, + orbit=0 + } + }, + group=98, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59777, + stats={ + [1]="+5 to any Attribute" + } + }, + [59779]={ + connections={ + [1]={ + id=50986, + orbit=0 + }, + [2]={ + id=42350, + orbit=6 + }, + [3]={ + id=97, + orbit=6 + }, + [4]={ + id=11311, + orbit=5 + } + }, + group=619, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=0, + orbitIndex=0, + skill=59779, + stats={ + [1]="+10 to Armour", + [2]="+8 to Evasion Rating" + } + }, + [59785]={ + connections={ + [1]={ + id=27296, + orbit=0 + }, + [2]={ + id=1200, + orbit=0 + }, + [3]={ + id=33452, + orbit=0 + }, + [4]={ + id=8852, + orbit=0 + } + }, + group=77, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59785, + stats={ + [1]="+5 to any Attribute" + } + }, + [59795]={ + connections={ + [1]={ + id=10156, + orbit=-3 + } + }, + group=533, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=5, + orbitIndex=33, + skill=59795, + stats={ + [1]="+5 to any Attribute" + } + }, + [59798]={ + connections={ + [1]={ + id=5335, + orbit=-4 + } + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Ailment Threshold from Energy Shield", + orbit=1, + orbitIndex=5, + skill=59798, + stats={ + [1]="Gain additional Ailment Threshold equal to 12% of maximum Energy Shield" + } + }, + [59799]={ + connections={ + [1]={ + id=7338, + orbit=4 + } + }, + group=1087, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Stun Threshold from Energy Shield", + orbit=1, + orbitIndex=10, + skill=59799, + stats={ + [1]="Gain additional Stun Threshold equal to 12% of maximum Energy Shield" + } + }, + [59822]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=8415, + orbit=0 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + isAscendancyStart=true, + name="Blood Mage", + orbit=9, + orbitIndex=0, + skill=59822, + stats={ + } + }, + [59881]={ + connections={ + [1]={ + id=54417, + orbit=0 + }, + [2]={ + id=28556, + orbit=-5 + } + }, + group=657, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=16, + skill=59881, + stats={ + [1]="+5 to any Attribute" + } + }, + [59886]={ + connections={ + [1]={ + id=4442, + orbit=0 + } + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/lightningstr.dds", + name="Armour Applies to Lightning Damage Hits", + orbit=5, + orbitIndex=23, + skill=59886, + stats={ + [1]="+15% of Armour also applies to Lightning Damage" + } + }, + [59909]={ + connections={ + [1]={ + id=30539, + orbit=4 + } + }, + group=896, + icon="Art/2DArt/SkillIcons/passives/CorpseDamage.dds", + name="Corpses", + orbit=7, + orbitIndex=22, + skill=59909, + stats={ + [1]="5% chance to not destroy Corpses when Consuming Corpses" + } + }, + [59913]={ + ascendancyName="Deadeye", + connections={ + }, + group=1300, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeMarkEnemiesSpread.dds", + isNotable=true, + name="Called Shots", + orbit=0, + orbitIndex=0, + skill=59913, + stats={ + [1]="Grants Skill: Called Shots" + } + }, + [59915]={ + connections={ + [1]={ + id=7741, + orbit=-6 + }, + [2]={ + id=97, + orbit=-6 + }, + [3]={ + id=2455, + orbit=-6 + } + }, + group=651, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=0, + orbitIndex=0, + skill=59915, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [59945]={ + connections={ + [1]={ + id=4527, + orbit=0 + }, + [2]={ + id=45327, + orbit=0 + }, + [3]={ + id=21684, + orbit=0 + } + }, + group=135, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=59945, + stats={ + [1]="+5 to any Attribute" + } + }, + [60013]={ + connections={ + [1]={ + id=57776, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=3, + orbitIndex=8, + skill=60013, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [60034]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAccuracyPattern", + connections={ + [1]={ + id=15207, + orbit=0 + }, + [2]={ + id=22208, + orbit=0 + } + }, + group=1136, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + isNotable=true, + name="Falcon Dive", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=60034, + stats={ + [1]="1% increased Attack Speed per 250 Accuracy Rating" + } + }, + [60064]={ + connections={ + [1]={ + id=47263, + orbit=0 + }, + [2]={ + id=3027, + orbit=0 + } + }, + group=123, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + name="Physical Damage", + orbit=2, + orbitIndex=14, + skill=60064, + stats={ + [1]="10% increased Physical Damage" + } + }, + [60083]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + [1]={ + id=44239, + orbit=0 + } + }, + group=931, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + isNotable=true, + name="Pin and Run", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Despair", + [3]="Disgust" + }, + skill=60083, + stats={ + [1]="30% increased Pin Buildup", + [2]="5% increased Movement Speed if you've Pinned an Enemy Recently" + } + }, + [60085]={ + connections={ + [1]={ + id=55802, + orbit=0 + } + }, + group=740, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Damage", + orbit=7, + orbitIndex=15, + skill=60085, + stats={ + [1]="10% increased Damage" + } + }, + [60107]={ + connections={ + [1]={ + id=57204, + orbit=0 + } + }, + group=766, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=9, + skill=60107, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [60138]={ + connections={ + [1]={ + id=52695, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + isNotable=true, + name="Stylebender", + orbit=5, + orbitIndex=3, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Suffering" + }, + skill=60138, + stats={ + [1]="Hits Break 30% increased Armour on targets with Ailments", + [2]="+10 to Strength", + [3]="25% increased Physical Damage" + } + }, + [60170]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryColdPattern", + connections={ + }, + group=1068, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCold.dds", + isOnlyImage=true, + name="Cold Mastery", + orbit=0, + orbitIndex=0, + skill=60170, + stats={ + } + }, + [60173]={ + connections={ + [1]={ + id=4238, + orbit=2 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Accuracy", + orbit=7, + orbitIndex=21, + skill=60173, + stats={ + [1]="12% increased Accuracy Rating with One Handed Melee Weapons" + } + }, + [60203]={ + connections={ + [1]={ + id=5332, + orbit=9 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=2, + orbitIndex=2, + skill=60203, + stats={ + [1]="+8 to Strength" + } + }, + [60210]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + [1]={ + id=63431, + orbit=0 + } + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/MasteryPoison.dds", + isOnlyImage=true, + name="Poison Mastery", + orbit=1, + orbitIndex=9, + skill=60210, + stats={ + } + }, + [60230]={ + connections={ + [1]={ + id=56935, + orbit=0 + }, + [2]={ + id=58362, + orbit=0 + }, + [3]={ + id=10192, + orbit=0 + }, + [4]={ + id=55909, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isSwitchable=true, + name="Elemental Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + id=19602, + name="Spell and Minion Damage", + stats={ + [1]="8% increased Spell Damage", + [2]="Minions deal 8% increased Damage" + } + } + }, + orbit=5, + orbitIndex=0, + skill=60230, + stats={ + [1]="8% increased Elemental Damage" + } + }, + [60241]={ + connections={ + [1]={ + id=57178, + orbit=0 + } + }, + group=391, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Bleed Chance", + orbit=0, + orbitIndex=0, + skill=60241, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [60269]={ + connections={ + [1]={ + id=6588, + orbit=0 + } + }, + group=705, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + isNotable=true, + name="Roil", + orbit=7, + orbitIndex=19, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Ire" + }, + skill=60269, + stats={ + [1]="10% reduced Spell Area Damage", + [2]="Spell Skills have 25% increased Area of Effect" + } + }, + [60273]={ + connections={ + [1]={ + id=28199, + orbit=0 + }, + [2]={ + id=40626, + orbit=0 + } + }, + group=1091, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + isNotable=true, + name="Hindering Obstacles", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Despair" + }, + skill=60273, + stats={ + [1]="Debuffs inflicted by Hazards have 30% increased Slow Magnitude", + [2]="30% increased Hazard Immobilisation buildup" + } + }, + [60274]={ + connections={ + [1]={ + id=13293, + orbit=4 + }, + [2]={ + id=19236, + orbit=0 + } + }, + group=95, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour", + orbit=7, + orbitIndex=6, + skill=60274, + stats={ + [1]="15% increased Armour" + } + }, + [60287]={ + ascendancyName="Gemling Legionnaire", + connections={ + [1]={ + id=37397, + orbit=0 + }, + [2]={ + id=32952, + orbit=0 + }, + [3]={ + id=63259, + orbit=0 + } + }, + group=287, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelAllSkillGems.dds", + isMultipleChoice=true, + isNotable=true, + name="Implanted Gems", + orbit=0, + orbitIndex=0, + skill=60287, + stats={ + } + }, + [60298]={ + ascendancyName="Smith of Kitava", + connections={ + }, + group=6, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaImbueMainHandWeapon.dds", + isNotable=true, + name="Against the Anvil", + orbit=0, + orbitIndex=0, + skill=60298, + stats={ + [1]="Grants Skill: Temper Weapon" + } + }, + [60313]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=564, + icon="Art/2DArt/SkillIcons/passives/MasteryChaos.dds", + isOnlyImage=true, + name="Chaos Mastery", + orbit=0, + orbitIndex=0, + skill=60313, + stats={ + } + }, + [60362]={ + connections={ + [1]={ + id=56265, + orbit=0 + } + }, + group=1251, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Damage", + orbit=2, + orbitIndex=6, + skill=60362, + stats={ + [1]="15% increased Critical Damage Bonus" + } + }, + [60404]={ + connections={ + [1]={ + id=20691, + orbit=0 + }, + [2]={ + id=25011, + orbit=0 + } + }, + group=448, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Perfect Opportunity", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Suffering" + }, + skill=60404, + stats={ + [1]="30% increased Stun Buildup", + [2]="Damage with Hits is Lucky against Heavy Stunned Enemies" + } + }, + [60464]={ + connections={ + [1]={ + id=58971, + orbit=-6 + }, + [2]={ + id=28623, + orbit=0 + } + }, + group=1095, + icon="Art/2DArt/SkillIcons/passives/SpellSuppresionNode.dds", + isNotable=true, + name="Fan the Flames", + orbit=4, + orbitIndex=45, + recipe={ + [1]="Suffering", + [2]="Paranoia", + [3]="Despair" + }, + skill=60464, + stats={ + [1]="25% reduced Ignite Duration on you", + [2]="40% increased Elemental Ailment Threshold" + } + }, + [60480]={ + connections={ + }, + group=1255, + icon="Art/2DArt/SkillIcons/passives/HeraldBuffEffectNode2.dds", + name="Herald Reservation", + orbit=2, + orbitIndex=4, + skill=60480, + stats={ + [1]="8% increased Reservation Efficiency of Herald Skills" + } + }, + [60483]={ + connections={ + [1]={ + id=7809, + orbit=0 + }, + [2]={ + id=36540, + orbit=0 + } + }, + group=1194, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=60483, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [60488]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTrapsPattern", + connections={ + }, + group=708, + icon="Art/2DArt/SkillIcons/passives/MasteryTraps.dds", + isOnlyImage=true, + name="Trap Mastery", + orbit=0, + orbitIndex=0, + skill=60488, + stats={ + } + }, + [60505]={ + connections={ + [1]={ + id=28050, + orbit=0 + }, + [2]={ + id=65009, + orbit=0 + }, + [3]={ + id=19808, + orbit=0 + }, + [4]={ + id=18831, + orbit=0 + } + }, + group=909, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=60505, + stats={ + [1]="+5 to any Attribute" + } + }, + [60515]={ + connections={ + [1]={ + id=19955, + orbit=-4 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=3, + orbitIndex=4, + skill=60515, + stats={ + [1]="12% increased Cold Damage" + } + }, + [60551]={ + connections={ + [1]={ + id=21861, + orbit=0 + } + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Presence Area", + orbit=2, + orbitIndex=14, + skill=60551, + stats={ + [1]="20% increased Presence Area of Effect" + } + }, + [60560]={ + connections={ + [1]={ + id=29527, + orbit=-3 + } + }, + group=1178, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage vs Full Life", + orbit=0, + orbitIndex=0, + skill=60560, + stats={ + [1]="20% increased Damage with Hits against Enemies that are on Full Life" + } + }, + [60568]={ + connections={ + [1]={ + id=52348, + orbit=-6 + } + }, + group=417, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Placement Speed", + orbit=3, + orbitIndex=13, + skill=60568, + stats={ + [1]="20% increased Totem Placement speed" + } + }, + [60620]={ + connections={ + [1]={ + id=45992, + orbit=0 + } + }, + group=299, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=7, + orbitIndex=4, + skill=60620, + stats={ + [1]="+8 to Strength" + } + }, + [60634]={ + ascendancyName="Titan", + connections={ + [1]={ + id=27418, + orbit=0 + } + }, + group=49, + icon="Art/2DArt/SkillIcons/passives/Titan/TitanAdditionalInventory.dds", + isNotable=true, + name="Colossal Capacity", + orbit=5, + orbitIndex=48, + skill=60634, + stats={ + [1]="Carry a Chest which adds 20 Inventory Slots" + } + }, + [60662]={ + ascendancyName="Amazon", + connections={ + [1]={ + id=7979, + orbit=0 + } + }, + group=1346, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonNode.dds", + name="Elemental Damage", + orbit=0, + orbitIndex=0, + skill=60662, + stats={ + [1]="12% increased Elemental Damage" + } + }, + [60685]={ + connections={ + [1]={ + id=1826, + orbit=0 + } + }, + group=701, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=60685, + stats={ + [1]="+5 to any Attribute" + } + }, + [60692]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + [1]={ + id=16367, + orbit=2 + } + }, + group=903, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Echoing Flames", + orbit=7, + orbitIndex=12, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Disgust" + }, + skill=60692, + stats={ + [1]="30% increased Elemental Damage if you've Ignited an Enemy Recently" + } + }, + [60735]={ + connections={ + [1]={ + id=42658, + orbit=0 + }, + [2]={ + id=11825, + orbit=0 + } + }, + group=1083, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=60735, + stats={ + } + }, + [60738]={ + connections={ + [1]={ + id=37408, + orbit=0 + } + }, + group=912, + icon="Art/2DArt/SkillIcons/passives/flaskstr.dds", + name="Life Flasks", + orbit=2, + orbitIndex=19, + skill=60738, + stats={ + [1]="10% increased Life Recovery from Flasks" + } + }, + [60741]={ + connections={ + [1]={ + id=33922, + orbit=0 + } + }, + group=727, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage", + orbit=2, + orbitIndex=12, + skill=60741, + stats={ + [1]="10% increased Elemental Damage" + } + }, + [60764]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + }, + group=1261, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Feathered Fletching", + orbit=5, + orbitIndex=12, + recipe={ + [1]="Isolation", + [2]="Suffering", + [3]="Suffering" + }, + skill=60764, + stats={ + [1]="Increases and Reductions to Projectile Speed also apply to Damage with Bows" + } + }, + [60829]={ + connections={ + [1]={ + id=36630, + orbit=2147483647 + } + }, + group=873, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Incision Chance", + orbit=2, + orbitIndex=22, + skill=60829, + stats={ + [1]="20% chance for Attack Hits to apply Incision" + } + }, + [60859]={ + ascendancyName="Ritualist", + connections={ + [1]={ + id=4891, + orbit=9 + } + }, + group=1367, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistNode.dds", + name="Charm Charges", + orbit=0, + orbitIndex=0, + skill=60859, + stats={ + [1]="15% increased Charm Charges gained" + } + }, + [60886]={ + connections={ + [1]={ + id=59213, + orbit=3 + } + }, + group=369, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Recovery", + orbit=1, + orbitIndex=5, + skill=60886, + stats={ + [1]="20% increased Stun Recovery" + } + }, + [60891]={ + connections={ + [1]={ + id=53185, + orbit=0 + } + }, + group=1248, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds", + name="Accuracy Rating", + orbit=1, + orbitIndex=9, + skill=60891, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [60899]={ + connections={ + [1]={ + id=32543, + orbit=-7 + } + }, + group=1231, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Reduced Movement Penalty", + orbit=7, + orbitIndex=22, + skill=60899, + stats={ + [1]="8% reduced Movement Speed Penalty from using Skills while moving" + } + }, + [60913]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=36, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus5.dds", + isNotable=true, + name="Kitavan Engraving", + orbit=0, + orbitIndex=0, + skill=60913, + stats={ + [1]="Body Armour grants 15% increased maximum Life" + } + }, + [60992]={ + connections={ + [1]={ + id=37971, + orbit=0 + } + }, + group=1293, + icon="Art/2DArt/SkillIcons/passives/CompanionsNotable1.dds", + isNotable=true, + name="Nurturing Guardian", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Suffering" + }, + skill=60992, + stats={ + [1]="Life Recovery from your Flasks also applies to your Companions" + } + }, + [61026]={ + connections={ + [1]={ + id=34552, + orbit=0 + }, + [2]={ + id=17378, + orbit=0 + } + }, + group=379, + icon="Art/2DArt/SkillIcons/passives/minionlife.dds", + isNotable=true, + name="Crystalline Flesh", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Suffering" + }, + skill=61026, + stats={ + [1]="Minions have +20% to all Elemental Resistances", + [2]="Minions have +5% to all Maximum Elemental Resistances" + } + }, + [61027]={ + connections={ + }, + group=668, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + isNotable=true, + name="Mana Blessing", + orbit=0, + orbitIndex=0, + skill=61027, + stats={ + [1]="+20 to maximum Mana", + [2]="20% increased Mana Regeneration Rate" + } + }, + [61039]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=39, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus1.dds", + isNotable=true, + name="Tantalum Alloy", + orbit=0, + orbitIndex=0, + skill=61039, + stats={ + [1]="Body Armour grants +75% to Fire Resistance" + } + }, + [61042]={ + connections={ + [1]={ + id=44344, + orbit=0 + } + }, + group=504, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=61042, + stats={ + [1]="+5 to any Attribute" + } + }, + [61056]={ + connections={ + [1]={ + id=40399, + orbit=-4 + } + }, + group=1052, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy", + orbit=7, + orbitIndex=1, + skill=61056, + stats={ + [1]="Meta Skills gain 8% increased Energy" + } + }, + [61063]={ + connections={ + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Penetration", + orbit=3, + orbitIndex=0, + skill=61063, + stats={ + [1]="Damage Penetrates 4% of Enemy Elemental Resistances" + } + }, + [61067]={ + connections={ + }, + group=515, + icon="Art/2DArt/SkillIcons/passives/SpellMultiplyer2.dds", + isSwitchable=true, + name="Spell Critical Damage", + options={ + Druid={ + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + id=27854, + name="Area of Effect", + stats={ + [1]="8% increased Area of Effect" + } + } + }, + orbit=2, + orbitIndex=21, + skill=61067, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [61104]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBleedingPattern", + connections={ + }, + group=900, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + isNotable=true, + name="Staggering Wounds", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Greed", + [3]="Guilt" + }, + skill=61104, + stats={ + [1]="50% chance to Knock Back Bleeding Enemies with Hits" + } + }, + [61106]={ + connections={ + [1]={ + id=59653, + orbit=0 + } + }, + group=749, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Movement Speed", + orbit=2, + orbitIndex=15, + skill=61106, + stats={ + [1]="2% increased Movement Speed" + } + }, + [61112]={ + connections={ + [1]={ + id=36071, + orbit=0 + }, + [2]={ + id=20105, + orbit=0 + } + }, + group=1196, + icon="Art/2DArt/SkillIcons/passives/SpearsNotable1.dds", + isNotable=true, + name="Roll and Strike", + orbit=5, + orbitIndex=14, + recipe={ + [1]="Guilt", + [2]="Paranoia", + [3]="Disgust" + }, + skill=61112, + stats={ + [1]="25% increased Damage with Spears", + [2]="10% increased Attack Speed with Spears" + } + }, + [61119]={ + connections={ + [1]={ + id=64325, + orbit=4 + }, + [2]={ + id=63431, + orbit=0 + } + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Duration", + orbit=2, + orbitIndex=18, + skill=61119, + stats={ + [1]="10% increased Poison Duration" + } + }, + [61142]={ + connections={ + [1]={ + id=38365, + orbit=0 + } + }, + group=138, + icon="Art/2DArt/SkillIcons/passives/chargestr.dds", + name="Recover Life on consuming Endurance Charge", + orbit=2, + orbitIndex=14, + skill=61142, + stats={ + [1]="Recover 2% of maximum Life for each Endurance Charge consumed" + } + }, + [61149]={ + connections={ + [1]={ + id=42760, + orbit=0 + } + }, + group=1113, + icon="Art/2DArt/SkillIcons/passives/MonkStunChakra.dds", + name="Stun Recovery", + orbit=2, + orbitIndex=13, + skill=61149, + stats={ + [1]="20% increased Stun Recovery" + } + }, + [61170]={ + connections={ + [1]={ + id=27186, + orbit=7 + } + }, + group=538, + icon="Art/2DArt/SkillIcons/passives/firedamage.dds", + name="Fire Damage", + orbit=1, + orbitIndex=3, + skill=61170, + stats={ + [1]="10% increased Fire Damage" + } + }, + [61179]={ + connections={ + [1]={ + id=21245, + orbit=0 + } + }, + group=400, + icon="Art/2DArt/SkillIcons/WitchBoneStorm.dds", + name="Spell Critical Chance", + orbit=0, + orbitIndex=0, + skill=61179, + stats={ + [1]="10% increased Critical Hit Chance for Spells" + } + }, + [61196]={ + connections={ + [1]={ + id=56045, + orbit=5 + }, + [2]={ + id=13419, + orbit=0 + } + }, + group=923, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=54, + skill=61196, + stats={ + [1]="+5 to any Attribute" + } + }, + [61215]={ + connections={ + [1]={ + id=37242, + orbit=3 + } + }, + group=1217, + icon="Art/2DArt/SkillIcons/passives/AzmeriWildBoar.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=8, + skill=61215, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [61246]={ + connections={ + [1]={ + id=144, + orbit=5 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Freeze Buildup", + orbit=4, + orbitIndex=18, + skill=61246, + stats={ + [1]="10% increased Freeze Buildup", + [2]="8% increased Elemental Damage" + } + }, + [61263]={ + connections={ + [1]={ + id=4544, + orbit=0 + } + }, + group=992, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalSnake.dds", + name="Poison Duration on You", + orbit=2, + orbitIndex=11, + skill=61263, + stats={ + [1]="10% reduced Poison Duration on you" + } + }, + [61267]={ + ascendancyName="Infernalist", + connections={ + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistTransformIntoDemon2.dds", + isNotable=true, + name="Mastered Darkness", + orbit=6, + orbitIndex=60, + skill=61267, + stats={ + [1]="Demonflame has no maximum" + } + }, + [61281]={ + connections={ + [1]={ + id=9217, + orbit=0 + } + }, + group=655, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Damage", + orbit=2, + orbitIndex=14, + skill=61281, + stats={ + [1]="10% increased Damage with One Handed Weapons" + } + }, + [61312]={ + connections={ + [1]={ + id=56841, + orbit=0 + } + }, + group=818, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=42, + skill=61312, + stats={ + [1]="+5 to any Attribute" + } + }, + [61318]={ + connections={ + [1]={ + id=61396, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=13, + skill=61318, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [61333]={ + connections={ + [1]={ + id=46197, + orbit=0 + } + }, + group=1128, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Critical Chance", + orbit=2, + orbitIndex=11, + skill=61333, + stats={ + [1]="10% increased Critical Hit Chance" + } + }, + [61338]={ + connections={ + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Breath of Lightning", + orbit=4, + orbitIndex=6, + recipe={ + [1]="Disgust", + [2]="Paranoia", + [3]="Isolation" + }, + skill=61338, + stats={ + [1]="Damage Penetrates 15% Lightning Resistance", + [2]="+10 to Dexterity" + } + }, + [61347]={ + connections={ + [1]={ + id=64488, + orbit=3 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Critical Chance", + orbit=7, + orbitIndex=8, + skill=61347, + stats={ + [1]="Projectiles have 15% increased Critical Hit Chance against Enemies further than 6m" + } + }, + [61354]={ + connections={ + [1]={ + id=50383, + orbit=0 + } + }, + group=605, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + name="Infernal Limit", + orbit=3, + orbitIndex=18, + recipe={ + [1]="Envy", + [2]="Greed", + [3]="Fear" + }, + skill=61354, + stats={ + [1]="+1 to maximum Fire Infusions" + } + }, + [61355]={ + connections={ + [1]={ + id=29306, + orbit=2 + } + }, + group=1048, + icon="Art/2DArt/SkillIcons/passives/MonkManaChakra.dds", + name="Damage from Mana", + orbit=2, + orbitIndex=8, + skill=61355, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [61356]={ + connections={ + [1]={ + id=12498, + orbit=0 + } + }, + group=981, + icon="Art/2DArt/SkillIcons/passives/attackspeedbow.dds", + name="Quiver Effect", + orbit=7, + orbitIndex=12, + skill=61356, + stats={ + [1]="6% increased bonuses gained from Equipped Quiver" + } + }, + [61373]={ + connections={ + [1]={ + id=63610, + orbit=-7 + }, + [2]={ + id=5988, + orbit=7 + } + }, + group=914, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Damage vs Blinded", + orbit=3, + orbitIndex=4, + skill=61373, + stats={ + [1]="15% increased Damage with Hits against Blinded Enemies" + } + }, + [61396]={ + connections={ + [1]={ + id=10998, + orbit=0 + } + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEvasionNode.dds", + name="Armour and Evasion", + orbit=3, + orbitIndex=11, + skill=61396, + stats={ + [1]="12% increased Armour and Evasion Rating" + } + }, + [61403]={ + connections={ + [1]={ + id=56349, + orbit=0 + }, + [2]={ + id=14231, + orbit=3 + }, + [3]={ + id=24150, + orbit=0 + }, + [4]={ + id=17602, + orbit=0 + } + }, + group=1058, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=61403, + stats={ + [1]="+5 to any Attribute" + } + }, + [61404]={ + connections={ + [1]={ + id=51210, + orbit=0 + }, + [2]={ + id=61429, + orbit=0 + } + }, + group=155, + icon="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds", + isNotable=true, + name="Equilibrium", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Fear", + [2]="Suffering", + [3]="Despair" + }, + skill=61404, + stats={ + [1]="30% increased Attack Damage if you've Cast a Spell Recently", + [2]="10% increased Cast Speed if you've Attacked Recently" + } + }, + [61409]={ + connections={ + [1]={ + id=13075, + orbit=0 + } + }, + group=144, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=7, + orbitIndex=22, + skill=61409, + stats={ + [1]="+12 to Strength" + } + }, + [61419]={ + connections={ + [1]={ + id=3025, + orbit=0 + }, + [2]={ + id=5314, + orbit=0 + }, + [3]={ + id=46819, + orbit=0 + } + }, + group=627, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=61419, + stats={ + } + }, + [61421]={ + connections={ + [1]={ + id=16121, + orbit=7 + } + }, + group=1240, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Energy and Critical Chance", + orbit=7, + orbitIndex=19, + skill=61421, + stats={ + [1]="Meta Skills gain 4% increased Energy", + [2]="5% increased Critical Hit Chance" + } + }, + [61429]={ + connections={ + [1]={ + id=44902, + orbit=3 + } + }, + group=155, + icon="Art/2DArt/SkillIcons/passives/Inquistitor/IncreasedElementalDamageAttackCasteSpeed.dds", + name="Attack and Spell Damage", + orbit=7, + orbitIndex=20, + skill=61429, + stats={ + [1]="8% increased Spell Damage", + [2]="8% increased Attack Damage" + } + }, + [61432]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBowPattern", + connections={ + [1]={ + id=6178, + orbit=0 + } + }, + group=777, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupBow.dds", + isOnlyImage=true, + name="Crossbow Mastery", + orbit=0, + orbitIndex=0, + skill=61432, + stats={ + } + }, + [61438]={ + connections={ + [1]={ + id=28510, + orbit=0 + } + }, + group=613, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=62, + skill=61438, + stats={ + [1]="+5 to any Attribute" + } + }, + [61441]={ + connections={ + [1]={ + id=54138, + orbit=0 + } + }, + group=443, + icon="Art/2DArt/SkillIcons/passives/damagesword.dds", + name="Sword Speed", + orbit=6, + orbitIndex=7, + skill=61441, + stats={ + [1]="3% increased Attack Speed with Swords" + } + }, + [61444]={ + connections={ + [1]={ + id=17411, + orbit=0 + }, + [2]={ + id=34096, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + isNotable=true, + name="Anticipation", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Fear", + [2]="Envy", + [3]="Despair" + }, + skill=61444, + stats={ + [1]="Skills Supported by Unleash have 25% increased Seal gain frequency" + } + }, + [61461]={ + ascendancyName="Deadeye", + connections={ + [1]={ + id=42416, + orbit=2147483647 + } + }, + group=1299, + icon="Art/2DArt/SkillIcons/passives/DeadEye/DeadeyeNode.dds", + name="Projectile Speed", + orbit=6, + orbitIndex=24, + skill=61461, + stats={ + [1]="10% increased Projectile Speed" + } + }, + [61472]={ + connections={ + [1]={ + id=9417, + orbit=0 + }, + [2]={ + id=36389, + orbit=-7 + } + }, + group=299, + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + name="Strength", + orbit=7, + orbitIndex=10, + skill=61472, + stats={ + [1]="+8 to Strength" + } + }, + [61487]={ + connections={ + [1]={ + id=36596, + orbit=-4 + }, + [2]={ + id=58109, + orbit=0 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=4, + orbitIndex=66, + skill=61487, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [61490]={ + connections={ + [1]={ + id=47429, + orbit=-8 + }, + [2]={ + id=64995, + orbit=0 + }, + [3]={ + id=8600, + orbit=0 + } + }, + group=325, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=61490, + stats={ + [1]="+5 to any Attribute" + } + }, + [61493]={ + connections={ + [1]={ + id=18240, + orbit=0 + } + }, + group=277, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + isNotable=true, + name="Austerity Measures", + orbit=3, + orbitIndex=19, + recipe={ + [1]="Paranoia", + [2]="Envy", + [3]="Despair" + }, + skill=61493, + stats={ + [1]="+5 to all Attributes", + [2]="Gain additional Ailment Threshold equal to 16% of maximum Energy Shield", + [3]="Gain additional Stun Threshold equal to 16% of maximum Energy Shield" + } + }, + [61525]={ + classesStart={ + [1]="Templar", + [2]="Druid" + }, + connections={ + [1]={ + id=13855, + orbit=0 + }, + [2]={ + id=35715, + orbit=0 + }, + [3]={ + id=26353, + orbit=0 + }, + [4]={ + id=950, + orbit=0 + }, + [5]={ + id=28429, + orbit=0 + }, + [6]={ + id=35535, + orbit=0 + }, + [7]={ + id=42761, + orbit=0 + } + }, + group=570, + icon="Art/2DArt/SkillIcons/passives/axedmgspeed.dds", + name="TEMPLAR", + orbit=0, + orbitIndex=0, + skill=61525, + stats={ + } + }, + [61534]={ + connections={ + [1]={ + id=4665, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=18, + skill=61534, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [61601]={ + connections={ + [1]={ + id=44420, + orbit=0 + }, + [2]={ + id=9586, + orbit=0 + } + }, + group=1021, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + isNotable=true, + name="True Strike", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Guilt", + [3]="Disgust" + }, + skill=61601, + stats={ + [1]="+10 to Dexterity", + [2]="20% increased Critical Hit Chance" + } + }, + [61632]={ + connections={ + [1]={ + id=34316, + orbit=0 + } + }, + group=1263, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Freeze and Daze Buildup", + orbit=5, + orbitIndex=2, + skill=61632, + stats={ + [1]="5% chance to Daze on Hit", + [2]="20% increased Freeze Buildup with Quarterstaves" + } + }, + [61703]={ + connections={ + }, + group=153, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + isNotable=true, + name="Sharpened Claw", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Ire", + [2]="Greed", + [3]="Greed" + }, + skill=61703, + stats={ + [1]="25% increased Attack Damage" + } + }, + [61718]={ + connections={ + [1]={ + id=38342, + orbit=0 + } + }, + group=1250, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + name="Daze on Hit", + orbit=2, + orbitIndex=16, + skill=61718, + stats={ + [1]="15% increased Damage against Dazed Enemies" + } + }, + [61741]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + [1]={ + id=40024, + orbit=2 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Lasting Toxins", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Envy" + }, + skill=61741, + stats={ + [1]="10% increased Skill Effect Duration", + [2]="40% increased Poison Duration" + } + }, + [61768]={ + connections={ + }, + group=776, + icon="Art/2DArt/SkillIcons/passives/ColdResistNode.dds", + name="Minion Cold Resistance", + orbit=0, + orbitIndex=0, + skill=61768, + stats={ + [1]="Minions have +20% to Cold Resistance", + [2]="Minions have +3% to Maximum Cold Resistances" + } + }, + [61796]={ + connections={ + [1]={ + id=8260, + orbit=-4 + } + }, + group=140, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Duration", + orbit=7, + orbitIndex=20, + skill=61796, + stats={ + [1]="20% increased Armour Break Duration" + } + }, + [61800]={ + connections={ + }, + group=1178, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Critical Damage vs Full Life", + orbit=7, + orbitIndex=11, + skill=61800, + stats={ + [1]="40% increased Critical Damage Bonus against Enemies that are on Full Life" + } + }, + [61804]={ + ascendancyName="Pathfinder", + connections={ + [1]={ + id=29074, + orbit=0 + } + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderNode.dds", + name="Poison Effect", + orbit=8, + orbitIndex=43, + skill=61804, + stats={ + [1]="12% increased Magnitude of Poison you inflict" + } + }, + [61834]={ + connections={ + [1]={ + id=17088, + orbit=0 + }, + [2]={ + id=24958, + orbit=0 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/MasteryBlank.dds", + isJewelSocket=true, + name="Jewel Socket", + orbit=0, + orbitIndex=0, + skill=61834, + stats={ + } + }, + [61836]={ + connections={ + [1]={ + id=65243, + orbit=0 + } + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=2, + orbitIndex=4, + skill=61836, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [61842]={ + connections={ + [1]={ + id=33240, + orbit=0 + }, + [2]={ + id=14712, + orbit=0 + } + }, + group=378, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=3, + orbitIndex=0, + skill=61842, + stats={ + [1]="Minions deal 12% increased Damage" + } + }, + [61847]={ + connections={ + [1]={ + id=43443, + orbit=-4 + } + }, + group=65, + icon="Art/2DArt/SkillIcons/passives/macedmg.dds", + name="Flail Critical Chance", + orbit=0, + orbitIndex=0, + skill=61847, + stats={ + [1]="15% increased Critical Hit Chance with Flails" + } + }, + [61863]={ + connections={ + [1]={ + id=42045, + orbit=0 + } + }, + group=593, + icon="Art/2DArt/SkillIcons/passives/ArchonCold.dds", + name="Cold Damage and Energy Shield Recharge Rate", + orbit=3, + orbitIndex=18, + skill=61863, + stats={ + [1]="8% increased Cold Damage", + [2]="8% increased Energy Shield Recharge Rate" + } + }, + [61897]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=38601, + orbit=8 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterNode.dds", + name="Armour and Evasion", + orbit=8, + orbitIndex=32, + skill=61897, + stats={ + [1]="15% increased Armour and Evasion Rating" + } + }, + [61905]={ + connections={ + [1]={ + id=12778, + orbit=0 + }, + [2]={ + id=8938, + orbit=0 + }, + [3]={ + id=3251, + orbit=-4 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Chance", + orbit=3, + orbitIndex=12, + skill=61905, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [61921]={ + connections={ + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Storm Surge", + orbit=3, + orbitIndex=23, + recipe={ + [1]="Envy", + [2]="Isolation", + [3]="Greed" + }, + skill=61921, + stats={ + [1]="Damage Penetrates 8% Cold Resistance", + [2]="Damage Penetrates 15% Lightning Resistance" + } + }, + [61923]={ + connections={ + [1]={ + id=16256, + orbit=-6 + } + }, + group=836, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=3, + orbitIndex=4, + skill=61923, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [61926]={ + connections={ + [1]={ + id=1603, + orbit=0 + } + }, + group=971, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recoup", + orbit=2, + orbitIndex=12, + skill=61926, + stats={ + [1]="3% of Elemental Damage taken Recouped as Energy Shield" + } + }, + [61927]={ + connections={ + [1]={ + id=14515, + orbit=0 + }, + [2]={ + id=3698, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/icongroundslam.dds", + name="Jagged Ground Effect", + orbit=2, + orbitIndex=5, + skill=61927, + stats={ + [1]="15% increased Magnitude of Jagged Ground you create" + } + }, + [61934]={ + connections={ + [1]={ + id=48418, + orbit=0 + } + }, + group=451, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=2, + orbitIndex=2, + skill=61934, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [61935]={ + connections={ + [1]={ + id=4624, + orbit=7 + } + }, + group=431, + icon="Art/2DArt/SkillIcons/passives/Rage.dds", + name="Rage on Hit", + orbit=0, + orbitIndex=0, + skill=61935, + stats={ + [1]="Gain 1 Rage on Melee Hit" + } + }, + [61938]={ + connections={ + [1]={ + id=14515, + orbit=0 + } + }, + group=218, + icon="Art/2DArt/SkillIcons/icongroundslam.dds", + name="Jagged Ground Effect", + orbit=3, + orbitIndex=14, + skill=61938, + stats={ + [1]="15% increased Magnitude of Jagged Ground you create" + } + }, + [61973]={ + ascendancyName="Witchhunter", + connections={ + [1]={ + id=40719, + orbit=0 + } + }, + group=207, + icon="Art/2DArt/SkillIcons/passives/Witchhunter/WitchunterCullingStrike.dds", + isNotable=true, + name="Pitiless Killer", + orbit=6, + orbitIndex=44, + skill=61973, + stats={ + [1]="Culling Strike" + } + }, + [61976]={ + connections={ + [1]={ + id=7526, + orbit=0 + }, + [2]={ + id=36298, + orbit=6 + }, + [3]={ + id=2200, + orbit=0 + } + }, + group=969, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=61976, + stats={ + [1]="+5 to any Attribute" + } + }, + [61985]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=29398, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/ChillAddditionalTime.dds", + isNotable=true, + name="Heavy Snows", + orbit=6, + orbitIndex=6, + skill=61985, + stats={ + [1]="Targets can be affected by two of your Chills at the same time", + [2]="Your Chills can Slow targets by up to a maximum of 35%", + [3]="25% less Magnitude of Chill you inflict" + } + }, + [61991]={ + ascendancyName="Pathfinder", + connections={ + }, + group=1310, + icon="Art/2DArt/SkillIcons/passives/PathFinder/PathfinderMoreMovemenSpeedUsingSkills.dds", + isNotable=true, + name="Running Assault", + orbit=9, + orbitIndex=96, + skill=61991, + stats={ + [1]="50% less Movement Speed Penalty from using Skills while moving" + } + }, + [61992]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionOffencePattern", + connections={ + }, + group=673, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupMinions.dds", + isOnlyImage=true, + name="Minion Offence Mastery", + orbit=1, + orbitIndex=6, + skill=61992, + stats={ + } + }, + [62001]={ + connections={ + }, + group=1278, + icon="Art/2DArt/SkillIcons/passives/criticaldaggerint.dds", + isNotable=true, + name="Backstabbing", + orbit=2, + orbitIndex=1, + skill=62001, + stats={ + [1]="25% increased Critical Damage Bonus with Daggers" + } + }, + [62015]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryWarcryPattern", + connections={ + }, + group=281, + icon="Art/2DArt/SkillIcons/passives/WarcryMastery.dds", + isOnlyImage=true, + name="Warcry Mastery", + orbit=0, + orbitIndex=0, + skill=62015, + stats={ + } + }, + [62023]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryAttackPattern", + connections={ + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Attack Mastery", + orbit=0, + orbitIndex=0, + skill=62023, + stats={ + } + }, + [62034]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryResistancesAndAilmentProtectionPattern", + connections={ + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/ElementalResistance2.dds", + isNotable=true, + name="Prism Guard", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Ire" + }, + skill=62034, + stats={ + [1]="+30% of Armour also applies to Elemental Damage" + } + }, + [62039]={ + connections={ + [1]={ + id=49618, + orbit=0 + } + }, + group=488, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=7, + orbitIndex=18, + skill=62039, + stats={ + [1]="10% increased Melee Damage" + } + }, + [62051]={ + connections={ + [1]={ + id=21755, + orbit=-9 + } + }, + group=658, + icon="Art/2DArt/SkillIcons/passives/increasedrunspeeddex.dds", + name="Movement Speed", + orbit=3, + orbitIndex=0, + skill=62051, + stats={ + [1]="3% increased Movement Speed if you've Killed Recently" + } + }, + [62122]={ + connections={ + [1]={ + id=4295, + orbit=-3 + } + }, + group=424, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + name="Damage from Mana", + orbit=3, + orbitIndex=4, + skill=62122, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [62153]={ + connections={ + [1]={ + id=55947, + orbit=3 + } + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Spell Critical Damage", + orbit=3, + orbitIndex=17, + skill=62153, + stats={ + [1]="15% increased Critical Spell Damage Bonus" + } + }, + [62159]={ + connections={ + [1]={ + id=59603, + orbit=-7 + } + }, + group=783, + icon="Art/2DArt/SkillIcons/passives/LifeRecoupNode.dds", + name="Life Recoup", + orbit=2, + orbitIndex=8, + skill=62159, + stats={ + [1]="3% of Damage taken Recouped as Life" + } + }, + [62166]={ + connections={ + [1]={ + id=19337, + orbit=0 + } + }, + group=1005, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Speed", + orbit=2, + orbitIndex=0, + skill=62166, + stats={ + [1]="2% increased Attack Speed", + [2]="5% increased Accuracy Rating" + } + }, + [62185]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=1104, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + isNotable=true, + name="Rattled", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Greed", + [2]="Fear", + [3]="Ire" + }, + skill=62185, + stats={ + [1]="+20 to maximum Mana", + [2]="50% increased Shock Duration" + } + }, + [62194]={ + connections={ + [1]={ + id=19129, + orbit=2147483647 + } + }, + group=602, + icon="Art/2DArt/SkillIcons/passives/IncreasedProjectileSpeedNode.dds", + name="Pin Buildup", + orbit=3, + orbitIndex=0, + skill=62194, + stats={ + [1]="15% increased Pin Buildup" + } + }, + [62200]={ + connections={ + [1]={ + id=8460, + orbit=-3 + }, + [2]={ + id=29762, + orbit=-4 + } + }, + group=126, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown Speed", + orbit=2, + orbitIndex=20, + skill=62200, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [62216]={ + connections={ + [1]={ + id=26070, + orbit=3 + }, + [2]={ + id=38130, + orbit=-3 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=2, + orbitIndex=8, + skill=62216, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [62230]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEnergyPattern", + connections={ + [1]={ + id=19355, + orbit=0 + } + }, + group=835, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + isNotable=true, + name="Patient Barrier", + orbit=6, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Isolation", + [3]="Fear" + }, + skill=62230, + stats={ + [1]="60% increased maximum Energy Shield", + [2]="20% slower start of Energy Shield Recharge" + } + }, + [62235]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourAndEvasionPattern", + connections={ + }, + group=759, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupEvasion.dds", + isOnlyImage=true, + name="Armour and Evasion Mastery", + orbit=2, + orbitIndex=12, + skill=62235, + stats={ + } + }, + [62258]={ + connections={ + [1]={ + id=62455, + orbit=0 + }, + [2]={ + id=21096, + orbit=0 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=7, + orbitIndex=22, + skill=62258, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [62310]={ + connections={ + [1]={ + id=36325, + orbit=2 + }, + [2]={ + id=56934, + orbit=0 + } + }, + group=438, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Incendiary", + orbit=7, + orbitIndex=22, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Guilt" + }, + skill=62310, + stats={ + [1]="30% increased Flammability Magnitude", + [2]="30% increased Damage with Hits against Burning Enemies" + } + }, + [62313]={ + connections={ + }, + group=97, + icon="Art/2DArt/SkillIcons/passives/fireresist.dds", + name="Armour Applies to Fire Damage Hits", + orbit=5, + orbitIndex=52, + skill=62313, + stats={ + [1]="+15% of Armour also applies to Fire Damage" + } + }, + [62341]={ + connections={ + [1]={ + id=52836, + orbit=7 + } + }, + group=841, + icon="Art/2DArt/SkillIcons/passives/blockstr.dds", + name="Block", + orbit=4, + orbitIndex=61, + skill=62341, + stats={ + [1]="5% increased Block chance" + } + }, + [62350]={ + connections={ + }, + group=1050, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed and Flask Duration", + orbit=2, + orbitIndex=12, + skill=62350, + stats={ + [1]="5% increased Flask Effect Duration", + [2]="2% increased Attack Speed" + } + }, + [62360]={ + connections={ + [1]={ + id=25014, + orbit=0 + } + }, + group=130, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Empowered Attack Damage", + orbit=3, + orbitIndex=2, + skill=62360, + stats={ + [1]="Empowered Attacks deal 16% increased Damage" + } + }, + [62388]={ + ascendancyName="Blood Mage", + connections={ + [1]={ + id=26282, + orbit=0 + } + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageNode.dds", + name="Bleed on Critical Chance", + orbit=5, + orbitIndex=70, + skill=62388, + stats={ + [1]="15% chance to inflict Bleeding on Critical Hit" + } + }, + [62427]={ + connections={ + }, + group=1079, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection Rating", + orbit=2, + orbitIndex=21, + skill=62427, + stats={ + [1]="4% increased Deflection Rating" + } + }, + [62436]={ + connections={ + [1]={ + id=3215, + orbit=0 + } + }, + group=722, + icon="Art/2DArt/SkillIcons/passives/energyshield.dds", + name="Energy Shield", + orbit=7, + orbitIndex=5, + skill=62436, + stats={ + [1]="15% increased maximum Energy Shield" + } + }, + [62439]={ + connections={ + [1]={ + id=24224, + orbit=0 + }, + [2]={ + id=52300, + orbit=0 + } + }, + group=109, + icon="Art/2DArt/SkillIcons/passives/damageaxe.dds", + isNotable=true, + name="Enraged Reaver", + orbit=3, + orbitIndex=11, + skill=62439, + stats={ + [1]="+10 to Maximum Rage while wielding an Axe" + } + }, + [62455]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern", + connections={ + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerAreaNotable.dds", + isNotable=true, + name="Bannerman", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Greed", + [3]="Ire" + }, + skill=62455, + stats={ + [1]="Banner Buffs linger on you for 2 seconds after you leave the Area" + } + }, + [62464]={ + connections={ + [1]={ + id=17854, + orbit=7 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=3, + orbitIndex=22, + skill=62464, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [62496]={ + connections={ + [1]={ + id=34912, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Damage", + orbit=6, + orbitIndex=48, + skill=62496, + stats={ + [1]="10% increased Trap Damage" + } + }, + [62498]={ + connections={ + [1]={ + id=3446, + orbit=0 + }, + [2]={ + id=51561, + orbit=0 + }, + [3]={ + id=21390, + orbit=0 + }, + [4]={ + id=41363, + orbit=0 + }, + [5]={ + id=12255, + orbit=0 + } + }, + group=213, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=62498, + stats={ + [1]="+5 to any Attribute" + } + }, + [62505]={ + connections={ + [1]={ + id=32436, + orbit=0 + } + }, + group=682, + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + name="Intelligence", + orbit=3, + orbitIndex=18, + skill=62505, + stats={ + [1]="+8 to Intelligence" + } + }, + [62510]={ + connections={ + [1]={ + id=8697, + orbit=4 + }, + [2]={ + id=17118, + orbit=6 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=4, + orbitIndex=69, + skill=62510, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [62518]={ + connections={ + [1]={ + id=41414, + orbit=4 + } + }, + group=175, + icon="Art/2DArt/SkillIcons/passives/fireresist.dds", + name="Fire Resistance", + orbit=3, + orbitIndex=7, + skill=62518, + stats={ + [1]="+5% to Fire Resistance" + } + }, + [62542]={ + connections={ + [1]={ + id=16329, + orbit=7 + }, + [2]={ + id=57821, + orbit=0 + } + }, + group=1158, + icon="Art/2DArt/SkillIcons/passives/flaskdex.dds", + name="Flask Charges Gained", + orbit=3, + orbitIndex=0, + skill=62542, + stats={ + [1]="10% increased Flask Charges gained" + } + }, + [62578]={ + connections={ + [1]={ + id=30102, + orbit=-7 + } + }, + group=1098, + icon="Art/2DArt/SkillIcons/passives/IncreasedChaosDamage.dds", + name="Volatility on Kill", + orbit=7, + orbitIndex=16, + skill=62578, + stats={ + [1]="3% chance to gain Volatility on Kill" + } + }, + [62581]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBlockPattern", + connections={ + }, + group=365, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupShield.dds", + isOnlyImage=true, + name="Block Mastery", + orbit=0, + orbitIndex=0, + skill=62581, + stats={ + } + }, + [62588]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLifePattern", + connections={ + [1]={ + id=50609, + orbit=0 + } + }, + group=607, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupLife.dds", + isOnlyImage=true, + name="Life Mastery", + orbit=0, + orbitIndex=0, + skill=62588, + stats={ + } + }, + [62603]={ + connections={ + [1]={ + id=19715, + orbit=3 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/FireDamagenode.dds", + name="Fire Penetration", + orbit=3, + orbitIndex=20, + skill=62603, + stats={ + [1]="Damage Penetrates 6% Fire Resistance" + } + }, + [62609]={ + connections={ + [1]={ + id=11014, + orbit=0 + }, + [2]={ + id=16051, + orbit=0 + } + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + isNotable=true, + name="Ancestral Unity", + orbit=7, + orbitIndex=6, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Envy" + }, + skill=62609, + stats={ + [1]="Attacks used by Totems have 4% increased Attack Speed per Summoned Totem" + } + }, + [62624]={ + connections={ + }, + group=1134, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=7, + orbitIndex=22, + skill=62624, + stats={ + [1]="+30 to Evasion Rating", + [2]="+15 to maximum Energy Shield" + } + }, + [62628]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=768, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=0, + orbitIndex=0, + skill=62628, + stats={ + } + }, + [62640]={ + connections={ + [1]={ + id=24880, + orbit=-7 + } + }, + group=549, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=4, + orbitIndex=32, + skill=62640, + stats={ + [1]="3% increased Attack Speed" + } + }, + [62661]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=434, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=0, + orbitIndex=0, + skill=62661, + stats={ + } + }, + [62670]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryMinionDefencePattern", + connections={ + }, + group=101, + icon="Art/2DArt/SkillIcons/passives/MinionMastery.dds", + isOnlyImage=true, + name="Minion Defence Mastery", + orbit=0, + orbitIndex=0, + skill=62670, + stats={ + } + }, + [62677]={ + connections={ + }, + group=711, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=62677, + stats={ + [1]="+5 to any Attribute" + } + }, + [62679]={ + connections={ + }, + group=677, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Pickup Range", + orbit=2, + orbitIndex=12, + skill=62679, + stats={ + [1]="Remnants can be collected from 10% further away" + } + }, + [62732]={ + connections={ + [1]={ + id=64192, + orbit=0 + }, + [2]={ + id=49391, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/Hearty.dds", + isNotable=true, + name="Titan's Determination", + orbit=3, + orbitIndex=9, + skill=62732, + stats={ + [1]="25% increased Stun Threshold", + [2]="20% increased Life Regeneration Rate while moving" + } + }, + [62757]={ + connections={ + [1]={ + id=46741, + orbit=0 + } + }, + group=205, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + name="Stun Buildup", + orbit=2, + orbitIndex=3, + skill=62757, + stats={ + [1]="15% increased Stun Buildup" + } + }, + [62785]={ + connections={ + [1]={ + id=4948, + orbit=-7 + } + }, + group=296, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=7, + orbitIndex=2, + skill=62785, + stats={ + [1]="Break 20% increased Armour" + } + }, + [62797]={ + ascendancyName="Lich", + connections={ + [1]={ + id=23352, + orbit=-4 + } + }, + group=970, + icon="Art/2DArt/SkillIcons/passives/Lich/LichNode.dds", + isSwitchable=true, + name="Curse Area", + options={ + ["Abyssal Lich"]={ + ascendancyName="Abyssal Lich", + icon="Art/2DArt/SkillIcons/passives/Lich/AbyssalLichNode.dds", + id=11965, + name="Curse Area", + stats={ + [1]="25% increased Area of Effect of Curses" + } + } + }, + orbit=0, + orbitIndex=0, + skill=62797, + stats={ + [1]="25% increased Area of Effect of Curses" + } + }, + [62803]={ + connections={ + [1]={ + id=25029, + orbit=0 + } + }, + group=1146, + icon="Art/2DArt/SkillIcons/passives/CharmNotable1.dds", + isNotable=true, + name="Woodland Aspect", + orbit=4, + orbitIndex=51, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Isolation" + }, + skill=62803, + stats={ + [1]="Charms applied to you have 25% increased Effect" + } + }, + [62804]={ + ascendancyName="Ritualist", + connections={ + }, + group=1358, + icon="Art/2DArt/SkillIcons/passives/Primalist/PrimalistLifeLeechFromElementalOrChaos.dds", + isNotable=true, + name="Wildwood Persistence", + orbit=0, + orbitIndex=0, + skill=62804, + stats={ + [1]="10% increased Life Recovery rate per 5% missing Unreserved Life" + } + }, + [62841]={ + connections={ + [1]={ + id=17367, + orbit=-6 + }, + [2]={ + id=56045, + orbit=0 + }, + [3]={ + id=53941, + orbit=5 + } + }, + group=939, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + name="Evasion and Energy Shield", + orbit=3, + orbitIndex=20, + skill=62841, + stats={ + [1]="12% increased Evasion Rating", + [2]="12% increased maximum Energy Shield" + } + }, + [62844]={ + connections={ + [1]={ + id=32427, + orbit=0 + } + }, + group=582, + icon="Art/2DArt/SkillIcons/passives/ColdDamagenode.dds", + name="Cold Penetration", + orbit=3, + orbitIndex=18, + skill=62844, + stats={ + [1]="Damage Penetrates 6% Cold Resistance" + } + }, + [62887]={ + connections={ + [1]={ + id=41225, + orbit=0 + } + }, + group=774, + icon="Art/2DArt/SkillIcons/passives/MinionElementalResistancesNode.dds", + isNotable=true, + name="Living Death", + orbit=2, + orbitIndex=16, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Disgust" + }, + skill=62887, + stats={ + [1]="Minions have +22% to all Elemental Resistances", + [2]="Minions have +3% to all Maximum Elemental Resistances" + } + }, + [62914]={ + connections={ + [1]={ + id=47270, + orbit=5 + }, + [2]={ + id=44455, + orbit=0 + } + }, + group=635, + icon="Art/2DArt/SkillIcons/passives/colddamage.dds", + name="Cold Damage", + orbit=3, + orbitIndex=20, + skill=62914, + stats={ + [1]="12% increased Cold Damage" + } + }, + [62936]={ + connections={ + [1]={ + id=51891, + orbit=7 + } + }, + group=1112, + icon="Art/2DArt/SkillIcons/passives/damage_blue.dds", + name="Damage from Mana", + orbit=2, + orbitIndex=11, + skill=62936, + stats={ + [1]="4% of Damage is taken from Mana before Life" + } + }, + [62963]={ + connections={ + }, + group=538, + icon="Art/2DArt/SkillIcons/passives/flameborn.dds", + isNotable=true, + name="Flamewalker", + orbit=7, + orbitIndex=18, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Greed" + }, + skill=62963, + stats={ + [1]="40% reduced Magnitude of Ignite on you", + [2]="Gain 15% of Damage as Extra Fire Damage while on Ignited Ground" + } + }, + [62973]={ + connections={ + [1]={ + id=26070, + orbit=0 + } + }, + group=263, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Power Counted", + orbit=3, + orbitIndex=1, + skill=62973, + stats={ + [1]="10% increased total Power counted by Warcries" + } + }, + [62978]={ + connections={ + [1]={ + id=19873, + orbit=0 + } + }, + group=456, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area of Effect", + orbit=2, + orbitIndex=14, + skill=62978, + stats={ + [1]="5% increased Area of Effect" + } + }, + [62984]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionAndEnergyShieldPattern", + connections={ + [1]={ + id=15975, + orbit=0 + } + }, + group=837, + icon="Art/2DArt/SkillIcons/passives/EvasionandEnergyShieldNode.dds", + isNotable=true, + name="Mindful Awareness", + orbit=2, + orbitIndex=4, + skill=62984, + stats={ + [1]="24% increased Evasion Rating", + [2]="24% increased maximum Energy Shield" + } + }, + [62986]={ + connections={ + [1]={ + id=60173, + orbit=4 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Accuracy", + orbit=7, + orbitIndex=18, + skill=62986, + stats={ + [1]="12% increased Accuracy Rating with One Handed Melee Weapons" + } + }, + [62998]={ + connections={ + [1]={ + id=63600, + orbit=0 + } + }, + group=1227, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Electrocute Buildup", + orbit=0, + orbitIndex=0, + skill=62998, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [63002]={ + ascendancyName="Chronomancer", + connections={ + [1]={ + id=58747, + orbit=0 + } + }, + group=243, + icon="Art/2DArt/SkillIcons/passives/Temporalist/TemporalistNode.dds", + name="Buff Expiry Rate", + orbit=0, + orbitIndex=0, + skill=63002, + stats={ + [1]="Buffs on you expire 10% slower" + } + }, + [63009]={ + connections={ + [1]={ + id=37593, + orbit=0 + } + }, + group=688, + icon="Art/2DArt/SkillIcons/passives/Remnant.dds", + name="Remnant Pickup Range", + orbit=2, + orbitIndex=3, + skill=63009, + stats={ + [1]="Remnants can be collected from 10% further away" + } + }, + [63021]={ + connections={ + [1]={ + id=23091, + orbit=0 + } + }, + group=571, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + name="Fire Damage", + orbit=3, + orbitIndex=14, + skill=63021, + stats={ + [1]="12% increased Fire Damage" + } + }, + [63031]={ + connections={ + [1]={ + id=41821, + orbit=0 + } + }, + group=143, + icon="Art/2DArt/SkillIcons/passives/IncreasedPhysicalDamage.dds", + isNotable=true, + name="Glorious Anticipation", + orbit=4, + orbitIndex=54, + recipe={ + [1]="Paranoia", + [2]="Despair", + [3]="Despair" + }, + skill=63031, + stats={ + [1]="Skills gain 1 Glory every 2 seconds for each Rare or Unique monster in your Presence" + } + }, + [63037]={ + connections={ + [1]={ + id=24430, + orbit=0 + }, + [2]={ + id=44298, + orbit=0 + } + }, + group=192, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Sigil of Fire", + orbit=4, + orbitIndex=70, + recipe={ + [1]="Suffering", + [2]="Guilt", + [3]="Ire" + }, + skill=63037, + stats={ + [1]="30% increased Damage with Hits against Ignited Enemies" + } + }, + [63064]={ + connections={ + [1]={ + id=30634, + orbit=3 + }, + [2]={ + id=54413, + orbit=0 + } + }, + group=852, + icon="Art/2DArt/SkillIcons/passives/MineManaReservationNotable.dds", + isNotable=true, + name="Mystic Stance", + orbit=2, + orbitIndex=10, + skill=63064, + stats={ + [1]="30% faster start of Energy Shield Recharge", + [2]="30% increased Stun Threshold while on Full Life" + } + }, + [63074]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChaosPattern", + connections={ + }, + group=767, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + isNotable=true, + name="Dark Entries", + orbit=1, + orbitIndex=2, + recipe={ + [1]="Despair", + [2]="Isolation", + [3]="Isolation" + }, + skill=63074, + stats={ + [1]="+1 to Level of all Chaos Skills" + } + }, + [63114]={ + connections={ + [1]={ + id=26725, + orbit=0 + }, + [2]={ + id=21387, + orbit=0 + }, + [3]={ + id=26176, + orbit=0 + }, + [4]={ + id=35048, + orbit=0 + } + }, + group=150, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=3, + orbitIndex=4, + skill=63114, + stats={ + [1]="+5 to any Attribute" + } + }, + [63182]={ + connections={ + [1]={ + id=29930, + orbit=3 + } + }, + group=871, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=7, + orbitIndex=6, + skill=63182, + stats={ + [1]="Companions have 12% increased maximum Life", + [2]="10% increased Defences while your Companion is in your Presence" + } + }, + [63209]={ + connections={ + [1]={ + id=30704, + orbit=0 + } + }, + group=474, + icon="Art/2DArt/SkillIcons/passives/lifepercentage.dds", + name="Life Regeneration", + orbit=7, + orbitIndex=12, + skill=63209, + stats={ + [1]="Regenerate 0.2% of maximum Life per second" + } + }, + [63236]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerEnergyDoubled.dds", + isNotable=true, + name="The Soul Springs Eternal", + orbit=6, + orbitIndex=17, + skill=63236, + stats={ + [1]="Meta Skills gain 35% more Energy" + } + }, + [63246]={ + connections={ + [1]={ + id=33585, + orbit=-7 + } + }, + group=1156, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Ailment Threshold and Companion Resistance", + orbit=4, + orbitIndex=12, + skill=63246, + stats={ + [1]="8% increased Elemental Ailment Threshold", + [2]="Companions have +12% to all Elemental Resistances" + } + }, + [63254]={ + ascendancyName="Amazon", + connections={ + }, + group=1351, + icon="Art/2DArt/SkillIcons/passives/Amazon/AmazonDoubleEvasionfromGlovesBootsHelmsHalvedBodyArmour.dds", + isNotable=true, + name="Stalking Panther", + orbit=0, + orbitIndex=0, + skill=63254, + stats={ + [1]="Evasion Rating from Equipped Helmet, Gloves and Boots is doubled", + [2]="Evasion Rating from Equipped Body Armour is halved" + } + }, + [63255]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryChargesPattern", + connections={ + }, + group=834, + icon="Art/2DArt/SkillIcons/passives/chargedex.dds", + isNotable=true, + name="Savagery", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Fear", + [3]="Paranoia" + }, + skill=63255, + stats={ + [1]="50% increased Evasion Rating if you've consumed a Frenzy Charge Recently", + [2]="+1 to Maximum Frenzy Charges" + } + }, + [63259]={ + ascendancyName="Gemling Legionnaire", + connections={ + }, + group=297, + icon="Art/2DArt/SkillIcons/passives/Gemling/GemlingLevelDexSkillGems.dds", + isMultipleChoiceOption=true, + name="Motoric Implants", + orbit=0, + orbitIndex=0, + skill=63259, + stats={ + [1]="+2 to Level of all Skills with a Dexterity requirement" + } + }, + [63267]={ + connections={ + [1]={ + id=65424, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Damage", + orbit=2, + orbitIndex=3, + skill=63267, + stats={ + [1]="12% increased Attack Damage while Dual Wielding" + } + }, + [63360]={ + connections={ + [1]={ + id=62258, + orbit=2147483647 + } + }, + group=541, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Glory Gained", + orbit=7, + orbitIndex=14, + skill=63360, + stats={ + [1]="20% increased Glory generation for Banner Skills" + } + }, + [63393]={ + connections={ + [1]={ + id=7721, + orbit=3 + }, + [2]={ + id=36709, + orbit=0 + } + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=7, + orbitIndex=12, + skill=63393, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [63400]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryElementalPattern", + connections={ + [1]={ + id=22851, + orbit=-7 + } + }, + group=997, + icon="Art/2DArt/SkillIcons/passives/MonkElementalChakra.dds", + isNotable=true, + name="Chakra of Elements", + orbit=2, + orbitIndex=6, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Greed" + }, + skill=63400, + stats={ + [1]="Gain 8% of Physical Damage as Extra Cold Damage against Shocked Enemies", + [2]="Gain 8% of Physical Damage as Extra Lightning Damage against Chilled Enemies" + } + }, + [63401]={ + ascendancyName="Smith of Kitava", + connections={ + [1]={ + id=48537, + orbit=0 + } + }, + group=14, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithofKitavaNode.dds", + name="Fire Resistance", + orbit=0, + orbitIndex=0, + skill=63401, + stats={ + [1]="+8% to Fire Resistance" + } + }, + [63431]={ + connections={ + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Leeching Toxins", + orbit=1, + orbitIndex=3, + recipe={ + [1]="Greed", + [2]="Suffering", + [3]="Suffering" + }, + skill=63431, + stats={ + [1]="30% increased Magnitude of Poison you inflict", + [2]="Recover 2% of maximum Life on Killing a Poisoned Enemy" + } + }, + [63445]={ + connections={ + [1]={ + id=43562, + orbit=0 + } + }, + group=690, + icon="Art/2DArt/SkillIcons/passives/attackspeed.dds", + name="Attack Speed", + orbit=3, + orbitIndex=6, + skill=63445, + stats={ + [1]="3% increased Attack Speed" + } + }, + [63451]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + [1]={ + id=44406, + orbit=0 + }, + [2]={ + id=64312, + orbit=0 + } + }, + group=322, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Cranial Impact", + orbit=6, + orbitIndex=6, + recipe={ + [1]="Greed", + [2]="Paranoia", + [3]="Disgust" + }, + skill=63451, + stats={ + [1]="30% increased Stun Buildup", + [2]="Gain an Endurance Charge when you Heavy Stun a Rare or Unique Enemy" + } + }, + [63469]={ + connections={ + [1]={ + id=30834, + orbit=0 + }, + [2]={ + id=50216, + orbit=0 + } + }, + group=482, + icon="Art/2DArt/SkillIcons/passives/manaregeneration.dds", + name="Mana Regeneration", + orbit=2, + orbitIndex=10, + skill=63469, + stats={ + [1]="10% increased Mana Regeneration Rate" + } + }, + [63470]={ + connections={ + [1]={ + id=9908, + orbit=-3 + } + }, + group=324, + icon="Art/2DArt/SkillIcons/passives/manastr.dds", + name="Life Costs", + orbit=3, + orbitIndex=14, + skill=63470, + stats={ + [1]="6% of Skill Mana Costs Converted to Life Costs" + } + }, + [63484]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=18158, + orbit=7 + } + }, + group=596, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Flammability Magnitude", + orbit=0, + orbitIndex=0, + skill=63484, + stats={ + [1]="20% increased Flammability Magnitude" + } + }, + [63517]={ + connections={ + [1]={ + id=48974, + orbit=0 + }, + [2]={ + id=53958, + orbit=2 + } + }, + group=1105, + icon="Art/2DArt/SkillIcons/passives/flaskint.dds", + name="Mana Flask Recovery", + orbit=2, + orbitIndex=22, + skill=63517, + stats={ + [1]="10% increased Mana Recovery from Flasks" + } + }, + [63525]={ + connections={ + [1]={ + id=53094, + orbit=0 + } + }, + group=929, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy and Attack Critical Chance", + orbit=7, + orbitIndex=2, + skill=63525, + stats={ + [1]="8% increased Critical Hit Chance for Attacks", + [2]="6% increased Accuracy Rating" + } + }, + [63526]={ + connections={ + [1]={ + id=28370, + orbit=6 + }, + [2]={ + id=7788, + orbit=4 + } + }, + group=646, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=63526, + stats={ + [1]="+5 to any Attribute" + } + }, + [63541]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + [1]={ + id=17994, + orbit=0 + } + }, + group=660, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + isNotable=true, + name="Brush Off", + orbit=2, + orbitIndex=9, + recipe={ + [1]="Ire", + [2]="Suffering", + [3]="Ire" + }, + skill=63541, + stats={ + [1]="Prevent +15% of Damage from Deflected Critical Hits" + } + }, + [63545]={ + connections={ + }, + group=755, + icon="Art/2DArt/SkillIcons/passives/miniondamageBlue.dds", + name="Minion Damage", + orbit=7, + orbitIndex=6, + skill=63545, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [63566]={ + connections={ + [1]={ + id=42658, + orbit=0 + }, + [2]={ + id=62350, + orbit=0 + }, + [3]={ + id=30871, + orbit=0 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=36, + skill=63566, + stats={ + [1]="+5 to any Attribute" + } + }, + [63579]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + }, + group=509, + icon="Art/2DArt/SkillIcons/passives/legstrength.dds", + isNotable=true, + name="Momentum", + orbit=4, + orbitIndex=30, + recipe={ + [1]="Greed", + [2]="Isolation", + [3]="Disgust" + }, + skill=63579, + stats={ + [1]="Ignore all Movement Penalties from Armour", + [2]="5% reduced Slowing Potency of Debuffs on You" + } + }, + [63585]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryLightningPattern", + connections={ + }, + group=910, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + isNotable=true, + name="Thunderstruck", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Paranoia" + }, + skill=63585, + stats={ + [1]="50% increased Electrocute Buildup against Shocked Enemies", + [2]="50% increased Shock Chance against Electrocuted Enemies" + } + }, + [63600]={ + connections={ + [1]={ + id=36364, + orbit=0 + } + }, + group=1219, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Electrocute Buildup", + orbit=0, + orbitIndex=0, + skill=63600, + stats={ + [1]="15% increased Electrocute Buildup" + } + }, + [63608]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryFirePattern", + connections={ + }, + group=70, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupFire.dds", + isOnlyImage=true, + name="Fire Mastery", + orbit=0, + orbitIndex=0, + skill=63608, + stats={ + } + }, + [63610]={ + connections={ + [1]={ + id=38459, + orbit=-7 + } + }, + group=914, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Blind Effect", + orbit=2, + orbitIndex=0, + skill=63610, + stats={ + [1]="10% increased Blind Effect" + } + }, + [63618]={ + connections={ + [1]={ + id=60992, + orbit=2147483647 + } + }, + group=1282, + icon="Art/2DArt/SkillIcons/passives/CompanionsNode1.dds", + name="Defences and Companion Life", + orbit=0, + orbitIndex=0, + skill=63618, + stats={ + [1]="Companions have 12% increased maximum Life", + [2]="10% increased Defences while your Companion is in your Presence" + } + }, + [63659]={ + connections={ + [1]={ + id=33964, + orbit=0 + }, + [2]={ + id=37616, + orbit=0 + } + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + isNotable=true, + name="Clever Construction", + orbit=4, + orbitIndex=45, + skill=63659, + stats={ + [1]="25% increased Critical Hit Chance with Traps" + } + }, + [63668]={ + connections={ + [1]={ + id=9069, + orbit=0 + }, + [2]={ + id=4328, + orbit=0 + } + }, + group=998, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Triggered Spell Damage", + orbit=3, + orbitIndex=4, + skill=63668, + stats={ + [1]="Triggered Spells deal 14% increased Spell Damage" + } + }, + [63679]={ + connections={ + [1]={ + id=20008, + orbit=0 + } + }, + group=991, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Stun Buildup", + orbit=1, + orbitIndex=11, + skill=63679, + stats={ + [1]="18% increased Projectile Stun Buildup" + } + }, + [63713]={ + ascendancyName="Invoker", + connections={ + [1]={ + id=57181, + orbit=-4 + } + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerCriticalStrikesIgnoreResistances.dds", + isNotable=true, + name="Sunder my Enemies...", + orbit=9, + orbitIndex=43, + skill=63713, + stats={ + [1]="Critical Hits ignore non-negative Enemy Monster Elemental Resistances" + } + }, + [63731]={ + connections={ + [1]={ + id=244, + orbit=0 + } + }, + group=829, + icon="Art/2DArt/SkillIcons/passives/executioner.dds", + name="Attack Damage", + orbit=0, + orbitIndex=0, + skill=63731, + stats={ + [1]="16% increased Attack Damage against Rare or Unique Enemies" + } + }, + [63732]={ + connections={ + [1]={ + id=8440, + orbit=-3 + } + }, + group=732, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=1, + orbitIndex=1, + skill=63732, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [63739]={ + connections={ + [1]={ + id=37593, + orbit=0 + } + }, + group=688, + icon="Art/2DArt/SkillIcons/passives/RemnantNotable.dds", + isNotable=true, + name="Vigorous Remnants", + orbit=7, + orbitIndex=13, + recipe={ + [1]="Envy", + [2]="Despair", + [3]="Guilt" + }, + skill=63739, + stats={ + [1]="Recover 3% of Maximum Life when you collect a Remnant" + } + }, + [63759]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryPoisonPattern", + connections={ + [1]={ + id=26565, + orbit=0 + } + }, + group=1054, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + isNotable=true, + name="Stacking Toxins", + orbit=3, + orbitIndex=0, + recipe={ + [1]="Isolation", + [2]="Disgust", + [3]="Paranoia" + }, + skill=63759, + stats={ + [1]="Targets can be affected by +1 of your Poisons at the same time", + [2]="20% reduced Magnitude of Poison you inflict" + } + }, + [63762]={ + connections={ + [1]={ + id=44522, + orbit=0 + } + }, + group=1185, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=2, + orbitIndex=2, + skill=63762, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [63790]={ + connections={ + [1]={ + id=48014, + orbit=0 + } + }, + group=141, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage against Immobilised", + orbit=5, + orbitIndex=54, + skill=63790, + stats={ + [1]="20% increased Melee Damage against Immobilised Enemies" + } + }, + [63813]={ + connections={ + [1]={ + id=1169, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Speed", + orbit=7, + orbitIndex=20, + skill=63813, + stats={ + [1]="16% increased Warcry Speed" + } + }, + [63814]={ + connections={ + [1]={ + id=33216, + orbit=0 + } + }, + group=572, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=0, + orbitIndex=0, + skill=63814, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [63828]={ + connections={ + }, + group=771, + icon="Art/2DArt/SkillIcons/passives/RangedTotemDamage.dds", + name="Ballista Critical Strike and Damage", + orbit=7, + orbitIndex=18, + skill=63828, + stats={ + [1]="10% increased Ballista Critical Damage Bonus", + [2]="10% increased Ballista Critical Hit Chance" + } + }, + [63830]={ + connections={ + [1]={ + id=13624, + orbit=-5 + }, + [2]={ + id=45390, + orbit=5 + } + }, + group=1155, + icon="Art/2DArt/SkillIcons/passives/MarkNode.dds", + isNotable=true, + name="Marked for Sickness", + orbit=3, + orbitIndex=3, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Isolation" + }, + skill=63830, + stats={ + [1]="Enemies you Mark have 10% reduced Accuracy Rating", + [2]="Enemies you Mark take 10% increased Damage" + } + }, + [63861]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryCriticalsPattern", + connections={ + }, + group=894, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupCrit.dds", + isOnlyImage=true, + name="Critical Mastery", + orbit=2, + orbitIndex=13, + skill=63861, + stats={ + } + }, + [63863]={ + connections={ + }, + group=720, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=63863, + stats={ + [1]="12% increased Lightning Damage" + } + }, + [63888]={ + connections={ + [1]={ + id=35901, + orbit=0 + }, + [2]={ + id=61356, + orbit=0 + }, + [3]={ + id=26068, + orbit=0 + } + }, + group=982, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=0, + orbitIndex=0, + skill=63888, + stats={ + [1]="+5 to any Attribute" + } + }, + [63891]={ + connections={ + [1]={ + id=63074, + orbit=0 + } + }, + group=767, + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + name="Chaos Damage", + orbit=1, + orbitIndex=7, + skill=63891, + stats={ + [1]="7% increased Chaos Damage" + } + }, + [63894]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=61267, + orbit=-4 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Spell Damage", + orbit=6, + orbitIndex=64, + skill=63894, + stats={ + [1]="12% increased Spell Damage" + } + }, + [63926]={ + connections={ + }, + group=794, + icon="Art/2DArt/SkillIcons/passives/LightningResistNode.dds", + name="Minion Lightning Resistance", + orbit=0, + orbitIndex=0, + skill=63926, + stats={ + [1]="Minions have +20% to Lightning Resistance", + [2]="Minions have +3% to Maximum Lightning Resistances" + } + }, + [63979]={ + connections={ + [1]={ + id=9750, + orbit=0 + } + }, + group=225, + icon="Art/2DArt/SkillIcons/passives/WarCryEffect.dds", + name="Warcry Cooldown", + orbit=7, + orbitIndex=8, + skill=63979, + stats={ + [1]="10% increased Warcry Cooldown Recovery Rate" + } + }, + [63981]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + [1]={ + id=8194, + orbit=0 + } + }, + group=1109, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Deft Recovery", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Envy", + [2]="Ire", + [3]="Ire" + }, + skill=63981, + stats={ + [1]="30% increased Stun Recovery", + [2]="30% increased Stun Threshold if you haven't been Stunned Recently" + } + }, + [64020]={ + connections={ + [1]={ + id=29652, + orbit=0 + } + }, + group=362, + icon="Art/2DArt/SkillIcons/passives/damagespells.dds", + name="Spell Damage", + orbit=2, + orbitIndex=20, + skill=64020, + stats={ + [1]="10% increased Spell Damage" + } + }, + [64023]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryThornsPattern", + connections={ + }, + group=200, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Thorns Mastery", + orbit=0, + orbitIndex=0, + skill=64023, + stats={ + } + }, + [64031]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerUnboundAvatar.dds", + isNotable=true, + name="...and I Shall Rage", + orbit=3, + orbitIndex=4, + skill=64031, + stats={ + [1]="Grants Skill: Unbound Avatar" + } + }, + [64046]={ + connections={ + [1]={ + id=45522, + orbit=6 + }, + [2]={ + id=5726, + orbit=0 + } + }, + group=599, + icon="Art/2DArt/SkillIcons/passives/InstillationsNotable1.dds", + isNotable=true, + isSwitchable=true, + name="Infused Spell Damage", + options={ + Witch={ + icon="Art/2DArt/SkillIcons/passives/ChaosDamagenode.dds", + id=10941, + name="Entropy", + stats={ + [1]="20% increased Chaos Damage", + [2]="18% increased Skill Effect Duration" + } + } + }, + orbit=7, + orbitIndex=3, + skill=64046, + stats={ + [1]="20% increased Elemental Infusion duration", + [2]="Remnants can be collected from 15% further away" + } + }, + [64050]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryEvasionPattern", + connections={ + }, + group=1162, + icon="Art/2DArt/SkillIcons/passives/MovementSpeedandEvasion.dds", + isNotable=true, + name="Marathon Runner", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Paranoia", + [2]="Fear", + [3]="Guilt" + }, + skill=64050, + stats={ + [1]="12% increased Movement Speed while Sprinting" + } + }, + [64056]={ + connections={ + [1]={ + id=36931, + orbit=0 + } + }, + group=905, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Daze Chance", + orbit=2, + orbitIndex=6, + skill=64056, + stats={ + [1]="5% chance to Daze on Hit" + } + }, + [64064]={ + connections={ + }, + group=1127, + icon="Art/2DArt/SkillIcons/passives/accuracydex.dds", + name="Accuracy", + orbit=0, + orbitIndex=0, + skill=64064, + stats={ + [1]="8% increased Accuracy Rating" + } + }, + [64119]={ + connections={ + [1]={ + id=33596, + orbit=0 + } + }, + group=724, + icon="Art/2DArt/SkillIcons/passives/BowDamage.dds", + isNotable=true, + name="Rapid Reload", + orbit=7, + orbitIndex=20, + recipe={ + [1]="Fear", + [2]="Guilt", + [3]="Suffering" + }, + skill=64119, + stats={ + [1]="40% increased Crossbow Reload Speed" + } + }, + [64140]={ + connections={ + [1]={ + id=51336, + orbit=-5 + }, + [2]={ + id=30905, + orbit=-4 + } + }, + group=891, + icon="Art/2DArt/SkillIcons/passives/ElementalDamagewithAttacks2.dds", + name="Elemental Attack Damage", + orbit=3, + orbitIndex=10, + skill=64140, + stats={ + [1]="12% increased Elemental Damage with Attacks" + } + }, + [64192]={ + connections={ + [1]={ + id=53373, + orbit=3 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + name="Stun Threshold", + orbit=3, + orbitIndex=12, + skill=64192, + stats={ + [1]="12% increased Stun Threshold" + } + }, + [64213]={ + connections={ + [1]={ + id=12611, + orbit=-3 + }, + [2]={ + id=61246, + orbit=3 + } + }, + group=1022, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Damage and Freeze Buildup", + orbit=7, + orbitIndex=8, + skill=64213, + stats={ + [1]="10% increased Freeze Buildup", + [2]="8% increased Elemental Damage" + } + }, + [64240]={ + connections={ + [1]={ + id=52220, + orbit=0 + } + }, + group=123, + icon="Art/2DArt/SkillIcons/passives/PhysicalDamageNode.dds", + isNotable=true, + name="Battle Fever", + orbit=2, + orbitIndex=2, + recipe={ + [1]="Disgust", + [2]="Guilt", + [3]="Isolation" + }, + skill=64240, + stats={ + [1]="5% increased Skill Speed", + [2]="25% increased Physical Damage" + } + }, + [64284]={ + connections={ + [1]={ + id=27373, + orbit=0 + }, + [2]={ + id=19011, + orbit=4 + } + }, + group=418, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Melee Damage", + orbit=4, + orbitIndex=51, + skill=64284, + stats={ + [1]="8% increased Melee Damage" + } + }, + [64295]={ + connections={ + }, + group=1221, + icon="Art/2DArt/SkillIcons/passives/trapdamage.dds", + name="Trap Critical Chance", + orbit=4, + orbitIndex=54, + skill=64295, + stats={ + [1]="10% increased Critical Hit Chance with Traps" + } + }, + [64299]={ + connections={ + [1]={ + id=17655, + orbit=0 + } + }, + group=446, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Bolstering Presence", + orbit=2, + orbitIndex=20, + skill=64299, + stats={ + [1]="Aura Skills have 12% increased Magnitudes" + } + }, + [64312]={ + connections={ + [1]={ + id=23861, + orbit=-7 + }, + [2]={ + id=54886, + orbit=7 + } + }, + group=347, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=7, + orbitIndex=2, + skill=64312, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [64318]={ + connections={ + [1]={ + id=61063, + orbit=0 + }, + [2]={ + id=7960, + orbit=0 + } + }, + group=261, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Penetration", + orbit=3, + orbitIndex=2, + skill=64318, + stats={ + [1]="Damage Penetrates 4% of Enemy Elemental Resistances" + } + }, + [64324]={ + connections={ + [1]={ + id=41442, + orbit=9 + } + }, + group=180, + icon="Art/2DArt/SkillIcons/passives/shieldblock.dds", + name="Block and Stun Threshold", + orbit=3, + orbitIndex=17, + skill=64324, + stats={ + [1]="4% increased Block chance", + [2]="5% increased Stun Threshold" + } + }, + [64325]={ + connections={ + [1]={ + id=45304, + orbit=-4 + } + }, + group=1200, + icon="Art/2DArt/SkillIcons/passives/Poison.dds", + name="Poison Damage", + orbit=3, + orbitIndex=11, + skill=64325, + stats={ + [1]="10% increased Magnitude of Poison you inflict" + } + }, + [64327]={ + connections={ + [1]={ + id=39517, + orbit=0 + }, + [2]={ + id=49391, + orbit=0 + } + }, + group=459, + icon="Art/2DArt/SkillIcons/passives/steelspan.dds", + isNotable=true, + name="Defender's Resolve", + orbit=3, + orbitIndex=21, + skill=64327, + stats={ + [1]="12% increased Block chance", + [2]="Your Heavy Stun buildup empties 50% faster" + } + }, + [64345]={ + connections={ + [1]={ + id=49968, + orbit=0 + }, + [2]={ + id=63679, + orbit=0 + } + }, + group=991, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Attack Damage", + orbit=2, + orbitIndex=16, + skill=64345, + stats={ + [1]="10% increased Attack Damage" + } + }, + [64352]={ + connections={ + [1]={ + id=44345, + orbit=0 + } + }, + group=828, + icon="Art/2DArt/SkillIcons/passives/LightningDamagenode.dds", + name="Lightning Damage", + orbit=0, + orbitIndex=0, + skill=64352, + stats={ + [1]="10% increased Lightning Damage" + } + }, + [64357]={ + connections={ + [1]={ + id=50062, + orbit=0 + }, + [2]={ + id=506, + orbit=0 + } + }, + group=229, + icon="Art/2DArt/SkillIcons/passives/ArmourAndEnergyShieldNode.dds", + name="Armour and Energy Shield", + orbit=2, + orbitIndex=8, + skill=64357, + stats={ + [1]="12% increased Armour", + [2]="12% increased maximum Energy Shield" + } + }, + [64370]={ + connections={ + [1]={ + id=53396, + orbit=0 + } + }, + group=496, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=17, + skill=64370, + stats={ + [1]="+5 to any Attribute" + } + }, + [64379]={ + ascendancyName="Infernalist", + connections={ + [1]={ + id=25239, + orbit=-4 + } + }, + group=611, + icon="Art/2DArt/SkillIcons/passives/Infernalist/InfernalistNode.dds", + name="Spell Damage", + orbit=8, + orbitIndex=69, + skill=64379, + stats={ + [1]="12% increased Spell Damage" + } + }, + [64399]={ + connections={ + [1]={ + id=2511, + orbit=3 + } + }, + group=419, + icon="Art/2DArt/SkillIcons/passives/criticalstrikechance.dds", + name="Attack Critical Damage", + orbit=1, + orbitIndex=7, + skill=64399, + stats={ + [1]="15% increased Critical Damage Bonus for Attack Damage" + } + }, + [64405]={ + connections={ + }, + group=247, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=3, + orbitIndex=12, + skill=64405, + stats={ + [1]="15% increased Totem Damage" + } + }, + [64415]={ + connections={ + [1]={ + id=22063, + orbit=0 + }, + [2]={ + id=1416, + orbit=0 + } + }, + group=1168, + icon="Art/2DArt/SkillIcons/passives/stun2h.dds", + isNotable=true, + name="Shattering Daze", + orbit=7, + orbitIndex=19, + recipe={ + [1]="Disgust", + [2]="Isolation", + [3]="Envy" + }, + skill=64415, + stats={ + [1]="5% chance to Daze on Hit", + [2]="Gain 12% of Physical Damage as Extra Cold Damage against Dazed Enemies" + } + }, + [64434]={ + connections={ + [1]={ + id=3893, + orbit=2 + }, + [2]={ + id=39298, + orbit=0 + } + }, + group=792, + icon="Art/2DArt/SkillIcons/passives/EvasionNode.dds", + name="Deflection", + orbit=7, + orbitIndex=20, + skill=64434, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [64443]={ + connections={ + [1]={ + id=41126, + orbit=0 + }, + [2]={ + id=62023, + orbit=0 + } + }, + group=221, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + isNotable=true, + name="Impact Force", + orbit=3, + orbitIndex=8, + recipe={ + [1]="Fear", + [2]="Ire", + [3]="Fear" + }, + skill=64443, + stats={ + [1]="20% increased Stun Buildup", + [2]="25% increased Attack Area Damage" + } + }, + [64462]={ + connections={ + [1]={ + id=53150, + orbit=0 + } + }, + group=1212, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=2, + orbitIndex=17, + skill=64462, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [64471]={ + connections={ + }, + group=473, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=4, + orbitIndex=54, + skill=64471, + stats={ + [1]="+5 to any Attribute" + } + }, + [64474]={ + connections={ + }, + group=980, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=15, + skill=64474, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [64488]={ + connections={ + [1]={ + id=7201, + orbit=7 + } + }, + group=574, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Critical Chance", + orbit=7, + orbitIndex=3, + skill=64488, + stats={ + [1]="Projectiles have 15% increased Critical Hit Chance against Enemies further than 6m" + } + }, + [64489]={ + connections={ + [1]={ + id=6952, + orbit=0 + }, + [2]={ + id=25162, + orbit=0 + } + }, + group=69, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area", + orbit=2, + orbitIndex=14, + skill=64489, + stats={ + [1]="6% increased Area of Effect for Attacks" + } + }, + [64492]={ + connections={ + [1]={ + id=46688, + orbit=7 + } + }, + group=1023, + icon="Art/2DArt/SkillIcons/passives/onehanddamage.dds", + name="One Handed Attack Speed", + orbit=7, + orbitIndex=9, + skill=64492, + stats={ + [1]="3% increased Attack Speed with One Handed Melee Weapons" + } + }, + [64525]={ + connections={ + [1]={ + id=58855, + orbit=0 + } + }, + group=171, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Easy Target", + orbit=7, + orbitIndex=4, + recipe={ + [1]="Guilt", + [2]="Greed", + [3]="Fear" + }, + skill=64525, + stats={ + [1]="Your Hits cannot be Evaded by Heavy Stunned Enemies" + } + }, + [64543]={ + connections={ + }, + group=1123, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + isNotable=true, + name="Unbound Forces", + orbit=5, + orbitIndex=57, + recipe={ + [1]="Disgust", + [2]="Envy", + [3]="Guilt" + }, + skill=64543, + stats={ + [1]="40% increased Chill Duration on Enemies", + [2]="40% increased Shock Duration", + [3]="25% increased Magnitude of Chill you inflict", + [4]="25% increased Magnitude of Shock you inflict" + } + }, + [64550]={ + connections={ + [1]={ + id=22532, + orbit=0 + } + }, + group=704, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + name="Damage vs Immobilised", + orbit=2, + orbitIndex=5, + skill=64550, + stats={ + [1]="20% increased damage against Immobilised Enemies" + } + }, + [64601]={ + connections={ + }, + group=1106, + icon="Art/2DArt/SkillIcons/passives/HollowPalmTechniqueKeystone.dds", + isKeystone=true, + name="Hollow Palm Technique", + orbit=0, + orbitIndex=0, + skill=64601, + stats={ + [1]="Can Attack as though using a Quarterstaff while both of your hand slots are empty", + [2]="Unarmed Attacks that would use your Quarterstaff's damage gain:", + [3]="Physical damage based on their Skill Level", + [4]="1% more Attack Speed per 25 Item Evasion Rating on Equipped Armour Items", + [5]="+0.1% to Critical Hit Chance per 10 Item Energy Shield on Equipped Armour Items" + } + }, + [64637]={ + connections={ + [1]={ + id=32543, + orbit=7 + } + }, + group=1231, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=7, + orbitIndex=14, + skill=64637, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [64643]={ + connections={ + [1]={ + id=56360, + orbit=0 + }, + [2]={ + id=27176, + orbit=0 + } + }, + group=884, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + name="Power Charge Duration", + orbit=2, + orbitIndex=3, + skill=64643, + stats={ + [1]="20% increased Power Charge Duration" + } + }, + [64650]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + }, + group=967, + icon="Art/2DArt/SkillIcons/passives/life1.dds", + isNotable=true, + name="Wary Dodging", + orbit=2, + orbitIndex=12, + recipe={ + [1]="Suffering", + [2]="Suffering", + [3]="Disgust" + }, + skill=64650, + stats={ + [1]="Cannot be Light Stunned if you haven't been Hit Recently" + } + }, + [64653]={ + connections={ + [1]={ + id=47420, + orbit=7 + } + }, + group=203, + icon="Art/2DArt/SkillIcons/passives/MinionsandManaNode.dds", + name="Minion Damage", + orbit=7, + orbitIndex=15, + skill=64653, + stats={ + [1]="Minions deal 16% increased Damage" + } + }, + [64659]={ + connections={ + [1]={ + id=3355, + orbit=0 + } + }, + group=480, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + isNotable=true, + name="Lasting Boons", + orbit=3, + orbitIndex=21, + recipe={ + [1]="Isolation", + [2]="Fear", + [3]="Greed" + }, + skill=64659, + stats={ + [1]="20% reduced Slowing Potency of Debuffs on You", + [2]="Buffs on you expire 10% slower" + } + }, + [64665]={ + connections={ + [1]={ + id=51847, + orbit=0 + }, + [2]={ + id=21274, + orbit=0 + } + }, + group=686, + icon="Art/2DArt/SkillIcons/passives/accuracystr.dds", + name="Attack Damage and Accuracy", + orbit=4, + orbitIndex=30, + skill=64665, + stats={ + [1]="6% increased Attack Damage", + [2]="5% increased Accuracy Rating" + } + }, + [64683]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=518, + icon="Art/2DArt/SkillIcons/passives/MasteryGroupArmour.dds", + isOnlyImage=true, + name="Armour Mastery", + orbit=0, + orbitIndex=0, + skill=64683, + stats={ + } + }, + [64690]={ + connections={ + [1]={ + id=5101, + orbit=-5 + }, + [2]={ + id=46726, + orbit=0 + } + }, + group=484, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Recharge", + orbit=3, + orbitIndex=23, + skill=64690, + stats={ + [1]="15% increased Energy Shield Recharge Rate" + } + }, + [64700]={ + connections={ + [1]={ + id=61632, + orbit=0 + } + }, + group=1266, + icon="Art/2DArt/SkillIcons/passives/damagestaff.dds", + name="Quarterstaff Freeze and Daze Buildup", + orbit=0, + orbitIndex=0, + skill=64700, + stats={ + [1]="5% chance to Daze on Hit", + [2]="20% increased Freeze Buildup with Quarterstaves" + } + }, + [64724]={ + connections={ + }, + group=92, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Flammability and Ignite Magnitude", + orbit=2, + orbitIndex=17, + skill=64724, + stats={ + [1]="8% increased Flammability Magnitude", + [2]="8% increased Ignite Magnitude" + } + }, + [64726]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryProjectilePattern", + connections={ + [1]={ + id=46296, + orbit=0 + }, + [2]={ + id=38479, + orbit=0 + } + }, + group=761, + icon="Art/2DArt/SkillIcons/passives/MasteryProjectiles.dds", + isOnlyImage=true, + name="Projectile Mastery", + orbit=2, + orbitIndex=8, + skill=64726, + stats={ + } + }, + [64789]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=8867, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Mana Regeneration", + orbit=8, + orbitIndex=68, + skill=64789, + stats={ + [1]="12% increased Mana Regeneration Rate" + } + }, + [64807]={ + connections={ + [1]={ + id=59945, + orbit=0 + } + }, + group=169, + icon="Art/2DArt/SkillIcons/passives/AreaDmgNode.dds", + name="Attack Area Damage and Area", + orbit=2, + orbitIndex=20, + skill=64807, + stats={ + [1]="6% increased Attack Area Damage", + [2]="4% increased Area of Effect for Attacks" + } + }, + [64819]={ + connections={ + [1]={ + id=47753, + orbit=-3 + } + }, + group=91, + icon="Art/2DArt/SkillIcons/passives/firedamagestr.dds", + name="Fire Damage and Armour ", + orbit=4, + orbitIndex=48, + skill=64819, + stats={ + [1]="6% increased Fire Damage", + [2]="10% increased Armour" + } + }, + [64851]={ + connections={ + [1]={ + id=21324, + orbit=0 + } + }, + group=938, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Flashy Parrying", + orbit=7, + orbitIndex=9, + recipe={ + [1]="Greed", + [2]="Guilt", + [3]="Greed" + }, + skill=64851, + stats={ + [1]="12% increased Block chance", + [2]="20% increased Parried Debuff Duration" + } + }, + [64870]={ + connections={ + [1]={ + id=27439, + orbit=0 + } + }, + group=282, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + name="Armour and Applies to Fire Damage", + orbit=0, + orbitIndex=0, + skill=64870, + stats={ + [1]="10% increased Armour", + [2]="+10% of Armour also applies to Fire Damage" + } + }, + [64900]={ + connections={ + [1]={ + id=54999, + orbit=-4 + } + }, + group=80, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + name="Ancestral Boosted Attack Damage and Stun", + orbit=7, + orbitIndex=23, + skill=64900, + stats={ + [1]="10% increased Stun Buildup", + [2]="Ancestrally Boosted Attacks deal 16% increased Damage" + } + }, + [64927]={ + connections={ + [1]={ + id=52464, + orbit=4 + }, + [2]={ + id=51741, + orbit=-4 + }, + [3]={ + id=54351, + orbit=-6 + } + }, + group=1049, + icon="Art/2DArt/SkillIcons/passives/ManaLeechThemedNode.dds", + name="Mana Leech", + orbit=6, + orbitIndex=18, + skill=64927, + stats={ + [1]="10% increased amount of Mana Leeched" + } + }, + [64939]={ + connections={ + [1]={ + id=30123, + orbit=0 + } + }, + group=314, + icon="Art/2DArt/SkillIcons/passives/2handeddamage.dds", + name="Two Handed Damage", + orbit=2, + orbitIndex=12, + skill=64939, + stats={ + [1]="10% increased Damage with Two Handed Weapons" + } + }, + [64948]={ + connections={ + [1]={ + id=48264, + orbit=0 + } + }, + group=201, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + name="Aura Effect", + orbit=2, + orbitIndex=20, + skill=64948, + stats={ + [1]="Aura Skills have 5% increased Magnitudes" + } + }, + [64962]={ + applyToArmour=true, + ascendancyName="Smith of Kitava", + connections={ + }, + group=10, + icon="Art/2DArt/SkillIcons/passives/SmithofKitava/SmithOfKitavaNormalArmourBonus11.dds", + isNotable=true, + name="Dedication to Kitava", + orbit=0, + orbitIndex=0, + skill=64962, + stats={ + [1]="Body Armour grants +100% of Armour also applies to Chaos Damage" + } + }, + [64990]={ + connections={ + [1]={ + id=60891, + orbit=0 + }, + [2]={ + id=18897, + orbit=0 + }, + [3]={ + id=27705, + orbit=0 + } + }, + group=1248, + icon="Art/2DArt/SkillIcons/passives/AzmeriPrimalOwl.dds", + name="Intelligence", + orbit=2, + orbitIndex=10, + skill=64990, + stats={ + [1]="+8 to Intelligence" + } + }, + [64995]={ + connections={ + [1]={ + id=17924, + orbit=0 + } + }, + group=300, + icon="Art/2DArt/SkillIcons/passives/damage.dds", + name="Damage against Enemies on Low Life", + orbit=3, + orbitIndex=0, + skill=64995, + stats={ + [1]="30% increased Damage with Hits against Enemies that are on Low Life" + } + }, + [64996]={ + connections={ + [1]={ + id=7782, + orbit=-4 + }, + [2]={ + id=4810, + orbit=7 + } + }, + group=962, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleed Chance", + orbit=7, + orbitIndex=20, + skill=64996, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [65009]={ + connections={ + [1]={ + id=29517, + orbit=0 + }, + [2]={ + id=31855, + orbit=7 + }, + [3]={ + id=61373, + orbit=0 + } + }, + group=922, + icon="Art/2DArt/SkillIcons/passives/plusattribute.dds", + isAttribute=true, + name="Attribute", + options={ + [1]={ + icon="Art/2DArt/SkillIcons/passives/plusstrength.dds", + id=26297, + name="Strength", + stats={ + [1]="+5 to Strength" + } + }, + [2]={ + icon="Art/2DArt/SkillIcons/passives/plusdexterity.dds", + id=14927, + name="Dexterity", + stats={ + [1]="+5 to Dexterity" + } + }, + [3]={ + icon="Art/2DArt/SkillIcons/passives/plusintelligence.dds", + id=57022, + name="Intelligence", + stats={ + [1]="+5 to Intelligence" + } + } + }, + orbit=6, + orbitIndex=30, + skill=65009, + stats={ + [1]="+5 to any Attribute" + } + }, + [65016]={ + connections={ + [1]={ + id=11505, + orbit=0 + } + }, + group=462, + icon="Art/2DArt/SkillIcons/passives/firedamageint.dds", + isNotable=true, + name="Intense Flames", + orbit=3, + orbitIndex=17, + recipe={ + [1]="Guilt", + [2]="Suffering", + [3]="Fear" + }, + skill=65016, + stats={ + [1]="35% increased Damage with Hits against Burning Enemies" + } + }, + [65023]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryArmourPattern", + connections={ + }, + group=534, + icon="Art/2DArt/SkillIcons/passives/dmgreduction.dds", + isNotable=true, + name="Impenetrable Shell", + orbit=3, + orbitIndex=6, + recipe={ + [1]="Paranoia", + [2]="Paranoia", + [3]="Ire" + }, + skill=65023, + stats={ + [1]="Defend with 150% of Armour against Hits from Enemies that are further than 6m away" + } + }, + [65091]={ + connections={ + [1]={ + id=51707, + orbit=6 + } + }, + group=1226, + icon="Art/2DArt/SkillIcons/passives/evade.dds", + name="Evasion", + orbit=7, + orbitIndex=20, + skill=65091, + stats={ + [1]="15% increased Evasion Rating" + } + }, + [65149]={ + connections={ + }, + group=826, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break Effect", + orbit=2, + orbitIndex=20, + skill=65149, + stats={ + [1]="10% increased effect of Fully Broken Armour" + } + }, + [65154]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryTotemPattern", + connections={ + }, + group=108, + icon="Art/2DArt/SkillIcons/passives/AttackTotemMastery.dds", + isOnlyImage=true, + name="Totem Mastery", + orbit=0, + orbitIndex=0, + skill=65154, + stats={ + } + }, + [65160]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryStunPattern", + connections={ + [1]={ + id=44069, + orbit=0 + } + }, + group=99, + icon="Art/2DArt/SkillIcons/passives/stunstr.dds", + isNotable=true, + name="Titanic", + orbit=3, + orbitIndex=7, + recipe={ + [1]="Despair", + [2]="Paranoia", + [3]="Guilt" + }, + skill=65160, + stats={ + [1]="30% increased Stun Buildup", + [2]="30% increased Stun Threshold", + [3]="5% increased Strength" + } + }, + [65161]={ + connections={ + [1]={ + id=3170, + orbit=0 + } + }, + group=1201, + icon="Art/2DArt/SkillIcons/passives/AzmeriVividCat.dds", + name="Deflection", + orbit=2, + orbitIndex=0, + skill=65161, + stats={ + [1]="Gain Deflection Rating equal to 6% of Evasion Rating" + } + }, + [65173]={ + ascendancyName="Invoker", + connections={ + }, + group=1302, + icon="Art/2DArt/SkillIcons/passives/Invoker/InvokerEvasionGrantsPhysicalDamageReduction.dds", + isNotable=true, + name="...and Protect me from Harm", + orbit=9, + orbitIndex=139, + skill=65173, + stats={ + [1]="Physical Damage Reduction from Armour is based on your combined Armour and Evasion Rating", + [2]="50% less Evasion Rating" + } + }, + [65176]={ + connections={ + [1]={ + id=14045, + orbit=0 + }, + [2]={ + id=42250, + orbit=0 + } + }, + group=927, + icon="Art/2DArt/SkillIcons/passives/projectilespeed.dds", + name="Projectile Damage", + orbit=6, + orbitIndex=48, + skill=65176, + stats={ + [1]="10% increased Projectile Damage" + } + }, + [65189]={ + connections={ + [1]={ + id=33502, + orbit=0 + } + }, + group=139, + icon="Art/2DArt/SkillIcons/passives/icebite.dds", + name="Shapeshifting", + orbit=5, + orbitIndex=0, + skill=65189, + stats={ + [1]="10% increased Attack Damage" + } + }, + [65193]={ + connections={ + [1]={ + id=48714, + orbit=0 + }, + [2]={ + id=10245, + orbit=0 + } + }, + group=318, + icon="Art/2DArt/SkillIcons/passives/MeleeAoENode.dds", + isNotable=true, + name="Viciousness", + orbit=3, + orbitIndex=10, + recipe={ + [1]="Disgust", + [2]="Greed", + [3]="Paranoia" + }, + skill=65193, + stats={ + [1]="8% increased Melee Attack Speed", + [2]="+10 to Dexterity" + } + }, + [65204]={ + connections={ + [1]={ + id=30615, + orbit=0 + }, + [2]={ + id=10162, + orbit=0 + } + }, + group=1216, + icon="Art/2DArt/SkillIcons/passives/chargeint.dds", + isNotable=true, + name="Overflowing Power", + orbit=2, + orbitIndex=7, + recipe={ + [1]="Isolation", + [2]="Envy", + [3]="Greed" + }, + skill=65204, + stats={ + [1]="+2 to Maximum Power Charges" + } + }, + [65207]={ + connections={ + [1]={ + id=63566, + orbit=-6 + } + }, + group=1055, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=14, + skill=65207, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [65212]={ + connections={ + [1]={ + id=64637, + orbit=-3 + }, + [2]={ + id=60899, + orbit=3 + } + }, + group=1231, + icon="Art/2DArt/SkillIcons/passives/ReducedSkillEffectDurationNode.dds", + name="Slow Effect on You", + orbit=3, + orbitIndex=6, + skill=65212, + stats={ + [1]="8% reduced Slowing Potency of Debuffs on You" + } + }, + [65226]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryInstillationsPattern", + connections={ + }, + group=354, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Infusion Mastery", + orbit=0, + orbitIndex=0, + skill=65226, + stats={ + } + }, + [65243]={ + connections={ + [1]={ + id=46421, + orbit=0 + } + }, + group=246, + icon="Art/2DArt/SkillIcons/passives/auraeffect.dds", + isNotable=true, + name="Enveloping Presence", + orbit=2, + orbitIndex=22, + recipe={ + [1]="Fear", + [2]="Greed", + [3]="Fear" + }, + skill=65243, + stats={ + [1]="30% increased Presence Area of Effect", + [2]="Aura Skills have 6% increased Magnitudes" + } + }, + [65248]={ + connections={ + }, + group=590, + icon="Art/2DArt/SkillIcons/passives/elementaldamage.dds", + name="Elemental Ailment Duration", + orbit=4, + orbitIndex=24, + skill=65248, + stats={ + [1]="10% increased Duration of Ignite, Shock and Chill on Enemies" + } + }, + [65256]={ + connections={ + [1]={ + id=34845, + orbit=0 + }, + [2]={ + id=40626, + orbit=0 + } + }, + group=1076, + icon="Art/2DArt/SkillIcons/passives/trapsmax.dds", + isNotable=true, + name="Widespread Coverage", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Disgust", + [3]="Despair" + }, + skill=65256, + stats={ + [1]="50% increased Hazard Area of Effect", + [2]="20% reduced Hazard Damage" + } + }, + [65265]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBucklersPattern", + connections={ + [1]={ + id=17146, + orbit=0 + }, + [2]={ + id=31366, + orbit=0 + } + }, + group=1160, + icon="Art/2DArt/SkillIcons/passives/BucklersNotable1.dds", + isNotable=true, + name="Swift Interruption", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Guilt", + [2]="Envy", + [3]="Greed" + }, + skill=65265, + stats={ + [1]="12% increased Attack Speed if you've successfully Parried Recently", + [2]="6% increased Movement Speed if you've successfully Parried Recently" + } + }, + [65287]={ + connections={ + [1]={ + id=5580, + orbit=0 + } + }, + group=96, + icon="Art/2DArt/SkillIcons/passives/totemandbrandlife.dds", + name="Totem Damage", + orbit=2, + orbitIndex=6, + skill=65287, + stats={ + [1]="15% increased Totem Damage" + } + }, + [65290]={ + connections={ + [1]={ + id=57069, + orbit=0 + } + }, + group=1239, + icon="Art/2DArt/SkillIcons/passives/lightningint.dds", + name="Lightning Damage and Resistance", + orbit=0, + orbitIndex=0, + skill=65290, + stats={ + [1]="5% increased Lightning Damage", + [2]="+3% to Lightning Resistance" + } + }, + [65310]={ + connections={ + [1]={ + id=22682, + orbit=0 + } + }, + group=1013, + icon="Art/2DArt/SkillIcons/passives/spellcritical.dds", + name="Additional Spell Projectiles", + orbit=3, + orbitIndex=2, + skill=65310, + stats={ + [1]="6% chance for Spell Skills to fire 2 additional Projectiles" + } + }, + [65322]={ + connections={ + [1]={ + id=54818, + orbit=0 + }, + [2]={ + id=13425, + orbit=0 + }, + [3]={ + id=47709, + orbit=0 + }, + [4]={ + id=58718, + orbit=0 + } + }, + group=567, + icon="Art/2DArt/SkillIcons/passives/Blood2.dds", + name="Bleeding Chance", + orbit=0, + orbitIndex=0, + skill=65322, + stats={ + [1]="5% chance to inflict Bleeding on Hit" + } + }, + [65328]={ + connections={ + [1]={ + id=48565, + orbit=0 + } + }, + group=60, + icon="Art/2DArt/SkillIcons/passives/MiracleMaker.dds", + name="Sentinels", + orbit=2, + orbitIndex=11, + skill=65328, + stats={ + [1]="Minions deal 10% increased Damage" + } + }, + [65353]={ + activeEffectImage="Art/2DArt/UIImages/InGame/PassiveMastery/MasteryBackgroundGraphic/MasteryBannerPattern", + connections={ + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/AttackBlindMastery.dds", + isOnlyImage=true, + name="Banner Mastery", + orbit=0, + orbitIndex=0, + skill=65353, + stats={ + } + }, + [65393]={ + connections={ + [1]={ + id=2732, + orbit=-2 + }, + [2]={ + id=11672, + orbit=0 + } + }, + group=748, + icon="Art/2DArt/SkillIcons/passives/mana.dds", + name="Mana Cost Efficiency", + orbit=2, + orbitIndex=16, + skill=65393, + stats={ + [1]="8% increased Mana Cost Efficiency" + } + }, + [65413]={ + ascendancyName="Stormweaver", + connections={ + [1]={ + id=12882, + orbit=0 + } + }, + group=408, + icon="Art/2DArt/SkillIcons/passives/Stormweaver/StormweaverNode.dds", + name="Spell Critical Chance", + orbit=8, + orbitIndex=4, + skill=65413, + stats={ + [1]="12% increased Critical Hit Chance for Spells" + } + }, + [65424]={ + connections={ + [1]={ + id=58109, + orbit=0 + } + }, + group=681, + icon="Art/2DArt/SkillIcons/passives/NodeDualWieldingDamage.dds", + name="Dual Wielding Damage", + orbit=3, + orbitIndex=3, + skill=65424, + stats={ + [1]="12% increased Attack Damage while Dual Wielding" + } + }, + [65437]={ + connections={ + [1]={ + id=63064, + orbit=0 + } + }, + group=852, + icon="Art/2DArt/SkillIcons/passives/EnergyShieldNode.dds", + name="Energy Shield Delay", + orbit=2, + orbitIndex=14, + skill=65437, + stats={ + [1]="15% faster start of Energy Shield Recharge" + } + }, + [65439]={ + connections={ + [1]={ + id=12821, + orbit=0 + } + }, + group=401, + icon="Art/2DArt/SkillIcons/passives/BannerResourceAreaNode.dds", + name="Banner Aura Effect", + orbit=1, + orbitIndex=4, + skill=65439, + stats={ + [1]="Banner Skills have 12% increased Aura Magnitudes" + } + }, + [65468]={ + connections={ + [1]={ + id=61432, + orbit=0 + }, + [2]={ + id=25807, + orbit=0 + } + }, + group=719, + icon="Art/2DArt/SkillIcons/passives/MineAreaOfEffectNode.dds", + isNotable=true, + name="Repeating Explosives", + orbit=0, + orbitIndex=0, + recipe={ + [1]="Suffering", + [2]="Despair", + [3]="Isolation" + }, + skill=65468, + stats={ + [1]="Grenades have 15% chance to activate a second time" + } + }, + [65493]={ + connections={ + [1]={ + id=43854, + orbit=2 + } + }, + group=161, + icon="Art/2DArt/SkillIcons/passives/areaofeffect.dds", + name="Area and Presence", + orbit=3, + orbitIndex=17, + skill=65493, + stats={ + [1]="15% reduced Presence Area of Effect", + [2]="6% increased Area of Effect" + } + }, + [65498]={ + connections={ + [1]={ + id=37026, + orbit=0 + } + }, + group=1223, + icon="Art/2DArt/SkillIcons/passives/ArmourBreak1BuffIcon.dds", + name="Armour Break", + orbit=1, + orbitIndex=10, + skill=65498, + stats={ + [1]="Break 20% increased Armour" + } + }, + [65518]={ + ascendancyName="Blood Mage", + connections={ + }, + group=795, + icon="Art/2DArt/SkillIcons/passives/Bloodmage/BloodMageSaguineTides.dds", + isNotable=true, + name="Sanguine Tides", + orbit=5, + orbitIndex=6, + skill=65518, + stats={ + [1]="50% less Life Recovery from Flasks", + [2]="Gain 1 Life Flask Charge per 4% Life spent", + [3]="On Hitting an Enemy while a Life Flask is at full Charges, 40% of its Charges are consumed", + [4]="Gain 1% of damage as Physical damage for 3 seconds per Charge consumed this way" + } + } + }, + tree="Default" +} \ No newline at end of file diff --git a/src/UpdateCheck.lua b/src/UpdateCheck.lua index 000232ab25..08f0217a35 100644 --- a/src/UpdateCheck.lua +++ b/src/UpdateCheck.lua @@ -78,6 +78,7 @@ end ConPrintf("Checking for update...") +-- Use built-in helpers to obtain absolute paths without spawning a shell. local scriptPath = "." local runtimePath = "." @@ -214,7 +215,6 @@ for index, data in ipairs(updateFiles) do source = source:gsub("{branch}", localBranch) local fileName = scriptPath.."/Update/"..data.name:gsub("[\\/]","{slash}") data.updateFileName = fileName - local content local zipName = source:match("/([^/]+%.zip)$") if zipName then if not zipFiles[zipName] then @@ -238,8 +238,20 @@ for index, data in ipairs(updateFiles) do ConPrintf("Couldn't extract '%s' from '%s' (zip open failed)", data.name, zipName) end else - ConPrintf("Downloading %s... (%d of %d)", data.name, index, #updateFiles) - downloadFile(source, data.name, fileName) + local skipDownload + local file = io.open(fileName, "rb") + if file then + local content = file:read("*all") + if data.sha1 == sha1(content) or data.sha1 == sha1(content:gsub("\n", "\r\n")) then + ConPrintf("Using file from previous update attempt '%s'", fileName) + skipDownload = true + end + file:close() + end + if not skipDownload then + ConPrintf("Downloading %s... (%d of %d)", data.name, index, #updateFiles) + downloadFile(source, data.name, fileName) + end end local file = io.open(fileName, "rb") if not file then